diff --git a/CHANGELOG.md b/CHANGELOG.md index 3471b7c..77cad07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ ## Current -- Restored LibreBible to a source-neutral public catalog foundation. +- Added Strong's dictionary reference material for KJV word links. + +## 0.1.6 - 2026-07-12 + +- Added Open Scriptures Strong's Hebrew and Greek dictionaries as a LibreBible lexicon resource. +- Generated dictionary JSONL packages keyed by Strong's number for KJV hover/click reference behavior. +- Connected the dictionary package to existing KJV Strong's links through catalog attachment metadata. ## 0.1.5 - 2026-07-12 diff --git a/RESOURCE_INDEX.md b/RESOURCE_INDEX.md index b2746b1..63f380b 100644 --- a/RESOURCE_INDEX.md +++ b/RESOURCE_INDEX.md @@ -6,4 +6,5 @@ This file is generated from source manifests and package catalogs. Edit `sources | Resource | Type | Language | Date / Edition | Source | License | Features | Attachments | Counts | Detail | | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | -| [King James (Authorized) Version](docs/resources/kjv-eng-kjv2006.md) | translation | English (eng) - archaic British | 1611; 1769 edition | eBible.org | Public Domain (redistributable) | Bible text, Strong's-linked words, USFM source | Strong's links, future: study_notes, future: commentary, future: cross_references, future: morphology, future: lemma_links, future: lexicon, future: dictionary, future: maps, future: timeline, future: media | 66 books, 31102 verses, 348884 Strong's links | [Details](docs/resources/kjv-eng-kjv2006.md) | +| [King James (Authorized) Version](docs/resources/kjv-eng-kjv2006.md) | translation | English (eng) - archaic British | 1611; 1769 edition | eBible.org | Public Domain (redistributable) | Bible text, Strong's-linked words, USFM source, Strong's dictionary lookup | Strong's links, Strong's dictionary lookup, future: study_notes, future: commentary, future: cross_references, future: morphology, future: lemma_links, future: lexicon, future: dictionary, future: maps, future: timeline, future: media | 66 books, 31102 verses, 348884 Strong's links | [Details](docs/resources/kjv-eng-kjv2006.md) | +| [Strong's Hebrew and Greek Dictionaries](docs/resources/strongs-open-scriptures.md) | lexicon | English (eng) | n/a | Open Scriptures | CC-BY-SA digital edition; original Strong's dictionaries public domain (redistributable) | Strong's dictionary entries, Hebrew and Aramaic entries, Greek entries | Strong's number definitions, future: morphology, future: lemma_links | 14197 dictionary entries | [Details](docs/resources/strongs-open-scriptures.md) | diff --git a/docs/resources/kjv-eng-kjv2006.md b/docs/resources/kjv-eng-kjv2006.md index 0ac8be2..babafee 100644 --- a/docs/resources/kjv-eng-kjv2006.md +++ b/docs/resources/kjv-eng-kjv2006.md @@ -50,11 +50,13 @@ Public-domain KJV package based on the 1769 standardized text, with Strong's num - Bible text: translation_text; languages: eng; embedded - Strong's-linked words: concordance_links; languages: hebrew, aramaic, greek; systems: strongs; embedded; package: packages/json/kjv-eng-kjv2006/strongs-links.jsonl - USFM source: source_format; format: usfm +- Strong's dictionary lookup: lexicon_lookup; languages: hebrew, aramaic, greek, eng; systems: strongs; package: packages/json/strongs-open-scriptures/entries.jsonl ## Attachments Included: - Strong's links: concordance_links; word-to-strongs; anchors: verse, word, strongs_number; languages: hebrew, aramaic, greek; systems: strongs; package: packages/json/kjv-eng-kjv2006/strongs-links.jsonl +- Strong's dictionary lookup: lexicon; strongs-number-to-definition; anchors: strongs_number, word; languages: hebrew, aramaic, greek, eng; systems: strongs; package: packages/json/strongs-open-scriptures/entries.jsonl Supported future attachment types: - study_notes diff --git a/docs/resources/strongs-open-scriptures.md b/docs/resources/strongs-open-scriptures.md new file mode 100644 index 0000000..b268d08 --- /dev/null +++ b/docs/resources/strongs-open-scriptures.md @@ -0,0 +1,85 @@ +# Strong's Hebrew and Greek Dictionaries + +Strong's Hebrew and Greek dictionary entries keyed by Strong's number for KJV word hover, click, and concordance reference views. + +## Identity + +- Resource ID: `strongs-open-scriptures` +- Type: lexicon +- Abbreviation: Strong's +- Short title: Strong's Dictionaries +- Alternate IDs: openscriptures/strongs +- Language: English (eng) +- Canon: reference + +## Translation + +- Base title: n/a +- Translation year: n/a +- Edition: n/a +- Edition year: n/a +- Source text basis: n/a +- Tradition: n/a + +## Source + +- Provider: Open Scriptures +- Upstream ID: openscriptures/strongs +- Upstream page: https://github.com/openscriptures/strongs +- Download URL: https://github.com/openscriptures/strongs/archive/0acd2f251c2d35ff8db2dece4e0593979d3ac223.zip +- Source format: github-archive-zip +- Upstream last updated: 2017-04-15 +- Available upstream formats: n/a + +## License + +- Name: CC-BY-SA digital edition; original Strong's dictionaries public domain +- Redistribution allowed: Yes +- License/source URL: https://github.com/openscriptures/strongs +- Attribution: Strong's Dictionaries of Hebrew and Greek, original work by James Strong; digital JSON edition by Open Scriptures. +- Jurisdiction notes: The original Strong's dictionaries are public domain. The Open Scriptures JSON/digital edition identifies itself as CC-BY-SA. +- Restrictions: Redistributed normalized package should preserve attribution and share-alike notice. + +## Contributors + +- James Strong: original dictionary compiler +- Open Scriptures: digital text maintainer and JSON provider + +## Features + +- Strong's dictionary entries: lexicon; languages: hebrew, aramaic, greek, eng; systems: strongs; embedded; package: packages/json/strongs-open-scriptures/entries.jsonl +- Hebrew and Aramaic entries: dictionary; languages: hebrew, aramaic, eng; systems: strongs; embedded; package: packages/json/strongs-open-scriptures/hebrew.jsonl +- Greek entries: dictionary; languages: greek, eng; systems: strongs; embedded; package: packages/json/strongs-open-scriptures/greek.jsonl + +## Attachments + +Included: +- Strong's number definitions: lexicon; strongs-number-to-definition; anchors: strongs_number, word; languages: hebrew, aramaic, greek, eng; systems: strongs; package: packages/json/strongs-open-scriptures/entries.jsonl + +Supported future attachment types: +- morphology +- lemma_links + +## Generated Package + +- Package catalog: packages/json/strongs-open-scriptures/catalog.json +- Verses JSONL: n/a +- Strong's links JSONL: n/a +- Entries JSONL: packages/json/strongs-open-scriptures/entries.jsonl +- Source SHA-256: 04a2d6d0a13d75f17e562998bba7491beeed5a149909f904d12dd80aa1e47037 +- Last checked: 2026-07-12T12:37:00Z + +## Counts + +- Books: n/a +- Verses: n/a +- Strong's links: n/a +- Entries: 14197 +- Commentary entries: n/a +- Dictionary entries: 14197 + +## Package Checksums + +- entries_jsonl: `entries.jsonl` (b3d03e03592cc1c2b0a4c73ee7c9f65f325b812239119b4e3b951da37cef73f2) +- hebrew_jsonl: `hebrew.jsonl` (1e97e18fa7f7ccc26ef814751c79e08ad3fa50b0380b59c8f2b5d04149328805) +- greek_jsonl: `greek.jsonl` (4f450d8ec36066fb575e039e2152d34f6785813f059c577a02bc5ab552e13479) diff --git a/package-lock.json b/package-lock.json index 798f900..3efd6b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "libre-bible-data", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libre-bible-data", - "version": "0.1.5", + "version": "0.1.6", "dependencies": { "adm-zip": "^0.5.16" } diff --git a/package.json b/package.json index 2a303f1..fdcf94c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libre-bible-data", - "version": "0.1.5", + "version": "0.1.6", "private": true, "type": "module", "scripts": { @@ -8,7 +8,8 @@ "docs": "node scripts/generate-docs.js", "catalog": "node scripts/generate-catalog.js", "import:kjv": "node scripts/import-usfm.js sources/kjv-eng-kjv2006.json", - "build": "npm run check && npm run import:kjv && npm run catalog && npm run docs" + "import:strongs": "node scripts/import-strongs.js sources/strongs-open-scriptures.json", + "build": "npm run check && npm run import:kjv && npm run import:strongs && npm run catalog && npm run docs" }, "dependencies": { "adm-zip": "^0.5.16" diff --git a/packages/json/catalog.json b/packages/json/catalog.json index 4923b90..a1de04b 100644 --- a/packages/json/catalog.json +++ b/packages/json/catalog.json @@ -1,7 +1,7 @@ { "schema_version": "librebible.index-catalog.v1", "project": "LibreBible", - "generated_at": "2026-07-12T12:05:53.357Z", + "generated_at": "2026-07-12T12:40:40.189Z", "resources": [ { "id": "kjv-eng-kjv2006", @@ -73,6 +73,22 @@ "label": "USFM source", "format": "usfm", "embedded": false + }, + { + "id": "strongs-dictionary-lookup", + "type": "lexicon_lookup", + "label": "Strong's dictionary lookup", + "languages": [ + "hebrew", + "aramaic", + "greek", + "eng" + ], + "systems": [ + "strongs" + ], + "embedded": false, + "package": "packages/json/strongs-open-scriptures/entries.jsonl" } ], "attachments": { @@ -97,6 +113,27 @@ ], "source": "Embedded in the eBible USFM package.", "package": "packages/json/kjv-eng-kjv2006/strongs-links.jsonl" + }, + { + "id": "kjv-eng-kjv2006-strongs-dictionary", + "resource_type": "lexicon", + "label": "Strong's dictionary lookup", + "relationship": "strongs-number-to-definition", + "anchor_types": [ + "strongs_number", + "word" + ], + "languages": [ + "hebrew", + "aramaic", + "greek", + "eng" + ], + "systems": [ + "strongs" + ], + "source": "LibreBible resource strongs-open-scriptures.", + "package": "packages/json/strongs-open-scriptures/entries.jsonl" } ], "supported_future_types": [ @@ -175,6 +212,167 @@ "expected_sha256": "4ea6952590d070bfa22985aded48a49581e31b568a60aa09e25f73462e700e7d", "last_checked_at": "2026-07-12T02:18:30Z" } + }, + { + "id": "strongs-open-scriptures", + "resource_type": "lexicon", + "title": "Strong's Hebrew and Greek Dictionaries", + "short_title": "Strong's Dictionaries", + "abbreviation": "Strong's", + "alternate_ids": [ + "openscriptures/strongs" + ], + "language": { + "code": "eng", + "name": "English" + }, + "script": "Latn", + "canon": { + "scope": "reference", + "notes": "Dictionary entries are keyed by Hebrew and Greek Strong's numbers." + }, + "contributors": [ + { + "name": "James Strong", + "role": "original dictionary compiler" + }, + { + "name": "Open Scriptures", + "role": "digital text maintainer and JSON provider" + } + ], + "features": [ + { + "id": "strongs-dictionary-entries", + "type": "lexicon", + "label": "Strong's dictionary entries", + "languages": [ + "hebrew", + "aramaic", + "greek", + "eng" + ], + "systems": [ + "strongs" + ], + "embedded": true, + "package": "packages/json/strongs-open-scriptures/entries.jsonl" + }, + { + "id": "strongs-hebrew-dictionary", + "type": "dictionary", + "label": "Hebrew and Aramaic entries", + "languages": [ + "hebrew", + "aramaic", + "eng" + ], + "systems": [ + "strongs" + ], + "embedded": true, + "package": "packages/json/strongs-open-scriptures/hebrew.jsonl" + }, + { + "id": "strongs-greek-dictionary", + "type": "dictionary", + "label": "Greek entries", + "languages": [ + "greek", + "eng" + ], + "systems": [ + "strongs" + ], + "embedded": true, + "package": "packages/json/strongs-open-scriptures/greek.jsonl" + } + ], + "attachments": { + "included": [ + { + "id": "strongs-number-definitions", + "resource_type": "lexicon", + "label": "Strong's number definitions", + "relationship": "strongs-number-to-definition", + "anchor_types": [ + "strongs_number", + "word" + ], + "languages": [ + "hebrew", + "aramaic", + "greek", + "eng" + ], + "systems": [ + "strongs" + ], + "source": "Open Scriptures Strong's dictionary JSON derived from Strong's public-domain dictionaries.", + "package": "packages/json/strongs-open-scriptures/entries.jsonl" + } + ], + "supported_future_types": [ + "morphology", + "lemma_links" + ] + }, + "source": { + "provider": "Open Scriptures", + "url": "https://github.com/openscriptures/strongs", + "download_url": "https://github.com/openscriptures/strongs/archive/0acd2f251c2d35ff8db2dece4e0593979d3ac223.zip", + "format": "github-archive-zip", + "upstream_id": "openscriptures/strongs", + "upstream_last_updated": "2017-04-15", + "commit": "0acd2f251c2d35ff8db2dece4e0593979d3ac223" + }, + "license": { + "name": "CC-BY-SA digital edition; original Strong's dictionaries public domain", + "redistribution": true, + "share_alike": true, + "jurisdiction_notes": "The original Strong's dictionaries are public domain. The Open Scriptures JSON/digital edition identifies itself as CC-BY-SA.", + "source_license_url": "https://github.com/openscriptures/strongs", + "attribution": "Strong's Dictionaries of Hebrew and Greek, original work by James Strong; digital JSON edition by Open Scriptures.", + "restricted_notes": "Redistributed normalized package should preserve attribution and share-alike notice." + }, + "catalog_display": { + "primary_features": [ + "Strong's dictionary entries", + "Hebrew and Aramaic entries", + "Greek entries" + ], + "summary": "Strong's Hebrew and Greek dictionary entries keyed by Strong's number for KJV word hover, click, and concordance reference views." + }, + "package_path": "packages/json/strongs-open-scriptures/catalog.json", + "source_manifest_path": "sources/strongs-open-scriptures.json", + "detail_doc_path": "docs/resources/strongs-open-scriptures.md", + "counts": { + "entries": 14197, + "dictionary_entries": 14197, + "hebrew_entries": 8674, + "greek_entries": 5523 + }, + "files": { + "entries_jsonl": { + "path": "entries.jsonl", + "bytes": 4943907, + "sha256": "b3d03e03592cc1c2b0a4c73ee7c9f65f325b812239119b4e3b951da37cef73f2" + }, + "hebrew_jsonl": { + "path": "hebrew.jsonl", + "bytes": 3049791, + "sha256": "1e97e18fa7f7ccc26ef814751c79e08ad3fa50b0380b59c8f2b5d04149328805" + }, + "greek_jsonl": { + "path": "greek.jsonl", + "bytes": 1894116, + "sha256": "4f450d8ec36066fb575e039e2152d34f6785813f059c577a02bc5ab552e13479" + } + }, + "checks": { + "expected_sha256": "04a2d6d0a13d75f17e562998bba7491beeed5a149909f904d12dd80aa1e47037", + "last_checked_at": "2026-07-12T12:37:00Z" + } } ] } diff --git a/packages/json/kjv-eng-kjv2006/catalog.json b/packages/json/kjv-eng-kjv2006/catalog.json index 47ec77c..2eb2c8e 100644 --- a/packages/json/kjv-eng-kjv2006/catalog.json +++ b/packages/json/kjv-eng-kjv2006/catalog.json @@ -70,6 +70,22 @@ "label": "USFM source", "format": "usfm", "embedded": false + }, + { + "id": "strongs-dictionary-lookup", + "type": "lexicon_lookup", + "label": "Strong's dictionary lookup", + "languages": [ + "hebrew", + "aramaic", + "greek", + "eng" + ], + "systems": [ + "strongs" + ], + "embedded": false, + "package": "packages/json/strongs-open-scriptures/entries.jsonl" } ], "attachments": { @@ -94,6 +110,27 @@ ], "source": "Embedded in the eBible USFM package.", "package": "packages/json/kjv-eng-kjv2006/strongs-links.jsonl" + }, + { + "id": "kjv-eng-kjv2006-strongs-dictionary", + "resource_type": "lexicon", + "label": "Strong's dictionary lookup", + "relationship": "strongs-number-to-definition", + "anchor_types": [ + "strongs_number", + "word" + ], + "languages": [ + "hebrew", + "aramaic", + "greek", + "eng" + ], + "systems": [ + "strongs" + ], + "source": "LibreBible resource strongs-open-scriptures.", + "package": "packages/json/strongs-open-scriptures/entries.jsonl" } ], "supported_future_types": [ @@ -152,7 +189,7 @@ "name": "scripts/import-usfm.js", "version": "0.1.0" }, - "generated_at": "2026-07-12T12:05:53.357Z", + "generated_at": "2026-07-12T12:40:38.744Z", "source_sha256": "4ea6952590d070bfa22985aded48a49581e31b568a60aa09e25f73462e700e7d", "checks": { "expected_sha256": "4ea6952590d070bfa22985aded48a49581e31b568a60aa09e25f73462e700e7d", diff --git a/packages/json/strongs-open-scriptures/catalog.json b/packages/json/strongs-open-scriptures/catalog.json new file mode 100644 index 0000000..4f65cc1 --- /dev/null +++ b/packages/json/strongs-open-scriptures/catalog.json @@ -0,0 +1,167 @@ +{ + "schema_version": "librebible.resource-catalog.v1", + "project": "LibreBible", + "id": "strongs-open-scriptures", + "resource_type": "lexicon", + "title": "Strong's Hebrew and Greek Dictionaries", + "short_title": "Strong's Dictionaries", + "abbreviation": "Strong's", + "alternate_ids": [ + "openscriptures/strongs" + ], + "language": { + "code": "eng", + "name": "English" + }, + "script": "Latn", + "canon": { + "scope": "reference", + "notes": "Dictionary entries are keyed by Hebrew and Greek Strong's numbers." + }, + "contributors": [ + { + "name": "James Strong", + "role": "original dictionary compiler" + }, + { + "name": "Open Scriptures", + "role": "digital text maintainer and JSON provider" + } + ], + "features": [ + { + "id": "strongs-dictionary-entries", + "type": "lexicon", + "label": "Strong's dictionary entries", + "languages": [ + "hebrew", + "aramaic", + "greek", + "eng" + ], + "systems": [ + "strongs" + ], + "embedded": true, + "package": "packages/json/strongs-open-scriptures/entries.jsonl" + }, + { + "id": "strongs-hebrew-dictionary", + "type": "dictionary", + "label": "Hebrew and Aramaic entries", + "languages": [ + "hebrew", + "aramaic", + "eng" + ], + "systems": [ + "strongs" + ], + "embedded": true, + "package": "packages/json/strongs-open-scriptures/hebrew.jsonl" + }, + { + "id": "strongs-greek-dictionary", + "type": "dictionary", + "label": "Greek entries", + "languages": [ + "greek", + "eng" + ], + "systems": [ + "strongs" + ], + "embedded": true, + "package": "packages/json/strongs-open-scriptures/greek.jsonl" + } + ], + "attachments": { + "included": [ + { + "id": "strongs-number-definitions", + "resource_type": "lexicon", + "label": "Strong's number definitions", + "relationship": "strongs-number-to-definition", + "anchor_types": [ + "strongs_number", + "word" + ], + "languages": [ + "hebrew", + "aramaic", + "greek", + "eng" + ], + "systems": [ + "strongs" + ], + "source": "Open Scriptures Strong's dictionary JSON derived from Strong's public-domain dictionaries.", + "package": "packages/json/strongs-open-scriptures/entries.jsonl" + } + ], + "supported_future_types": [ + "morphology", + "lemma_links" + ] + }, + "source": { + "provider": "Open Scriptures", + "url": "https://github.com/openscriptures/strongs", + "download_url": "https://github.com/openscriptures/strongs/archive/0acd2f251c2d35ff8db2dece4e0593979d3ac223.zip", + "format": "github-archive-zip", + "upstream_id": "openscriptures/strongs", + "upstream_last_updated": "2017-04-15", + "commit": "0acd2f251c2d35ff8db2dece4e0593979d3ac223" + }, + "license": { + "name": "CC-BY-SA digital edition; original Strong's dictionaries public domain", + "redistribution": true, + "share_alike": true, + "jurisdiction_notes": "The original Strong's dictionaries are public domain. The Open Scriptures JSON/digital edition identifies itself as CC-BY-SA.", + "source_license_url": "https://github.com/openscriptures/strongs", + "attribution": "Strong's Dictionaries of Hebrew and Greek, original work by James Strong; digital JSON edition by Open Scriptures.", + "restricted_notes": "Redistributed normalized package should preserve attribution and share-alike notice." + }, + "catalog_display": { + "primary_features": [ + "Strong's dictionary entries", + "Hebrew and Aramaic entries", + "Greek entries" + ], + "summary": "Strong's Hebrew and Greek dictionary entries keyed by Strong's number for KJV word hover, click, and concordance reference views." + }, + "importer": { + "name": "scripts/import-strongs.js", + "version": "0.1.0" + }, + "source_manifest_file": "strongs-open-scriptures.json", + "generated_at": "2026-07-12T12:40:40.189Z", + "source_sha256": "04a2d6d0a13d75f17e562998bba7491beeed5a149909f904d12dd80aa1e47037", + "checks": { + "expected_sha256": "04a2d6d0a13d75f17e562998bba7491beeed5a149909f904d12dd80aa1e47037", + "last_checked_at": "2026-07-12T12:37:00Z" + }, + "counts": { + "entries": 14197, + "dictionary_entries": 14197, + "hebrew_entries": 8674, + "greek_entries": 5523 + }, + "files": { + "entries_jsonl": { + "path": "entries.jsonl", + "bytes": 4943907, + "sha256": "b3d03e03592cc1c2b0a4c73ee7c9f65f325b812239119b4e3b951da37cef73f2" + }, + "hebrew_jsonl": { + "path": "hebrew.jsonl", + "bytes": 3049791, + "sha256": "1e97e18fa7f7ccc26ef814751c79e08ad3fa50b0380b59c8f2b5d04149328805" + }, + "greek_jsonl": { + "path": "greek.jsonl", + "bytes": 1894116, + "sha256": "4f450d8ec36066fb575e039e2152d34f6785813f059c577a02bc5ab552e13479" + } + } +} diff --git a/packages/json/strongs-open-scriptures/entries.jsonl b/packages/json/strongs-open-scriptures/entries.jsonl new file mode 100644 index 0000000..842bdd8 --- /dev/null +++ b/packages/json/strongs-open-scriptures/entries.jsonl @@ -0,0 +1,14197 @@ +{"id":"G1","strongs_number":"G1","system":"greek","language":"greek","number_value":1,"lemma":"Α","transliteration":"A","pronunciation":null,"derivation":"of Hebrew origin;","strongs_definition":"the first letter of the alphabet; figuratively, only (from its use as a numeral) the first:","kjv_definition":"--Alpha"} +{"id":"G2","strongs_number":"G2","system":"greek","language":"greek","number_value":2,"lemma":"Ἀαρών","transliteration":"Aarṓn","pronunciation":null,"derivation":"of Hebrew origin (H0175);","strongs_definition":"Aaron, the brother of Moses","kjv_definition":"Aaron"} +{"id":"G3","strongs_number":"G3","system":"greek","language":"greek","number_value":3,"lemma":"Ἀβαδδών","transliteration":"Abaddṓn","pronunciation":null,"derivation":"of Hebrew origin (H011);","strongs_definition":"a destroying angel","kjv_definition":"Abaddon"} +{"id":"G4","strongs_number":"G4","system":"greek","language":"greek","number_value":4,"lemma":"ἀβαρής","transliteration":"abarḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G922 (βάρος);","strongs_definition":"weightless, i.e. (figuratively) not burdensome","kjv_definition":"from being burdensome"} +{"id":"G5","strongs_number":"G5","system":"greek","language":"greek","number_value":5,"lemma":"Ἀββᾶ","transliteration":"Abbâ","pronunciation":null,"derivation":"of Chaldee origin (H02);","strongs_definition":"father as a vocative","kjv_definition":"Abba"} +{"id":"G6","strongs_number":"G6","system":"greek","language":"greek","number_value":6,"lemma":"Ἄβελ","transliteration":"Ábel","pronunciation":null,"derivation":"of Hebrew origin (H01893);","strongs_definition":"Abel, the son of Adam","kjv_definition":"Abel"} +{"id":"G7","strongs_number":"G7","system":"greek","language":"greek","number_value":7,"lemma":"Ἀβιά","transliteration":"Abiá","pronunciation":null,"derivation":"of Hebrew origin (H029);","strongs_definition":"Abijah, the name of two Israelites","kjv_definition":"Abia"} +{"id":"G8","strongs_number":"G8","system":"greek","language":"greek","number_value":8,"lemma":"Ἀβιαθάρ","transliteration":"Abiathár","pronunciation":null,"derivation":"of Hebrew origin (H054);","strongs_definition":"Abiathar, an Israelite","kjv_definition":"Abiathar"} +{"id":"G9","strongs_number":"G9","system":"greek","language":"greek","number_value":9,"lemma":"Ἀβιληνή","transliteration":"Abilēnḗ","pronunciation":null,"derivation":"of foreign origin (compare H058);","strongs_definition":"Abilene, a region of Syria","kjv_definition":"Abilene"} +{"id":"G10","strongs_number":"G10","system":"greek","language":"greek","number_value":10,"lemma":"Ἀβιούδ","transliteration":"Abioúd","pronunciation":null,"derivation":"of Hebrew origin (H031);","strongs_definition":"Abihud, an Israelite","kjv_definition":"Abiud"} +{"id":"G11","strongs_number":"G11","system":"greek","language":"greek","number_value":11,"lemma":"Ἀβραάμ","transliteration":"Abraám","pronunciation":null,"derivation":"of Hebrew origin (H085);","strongs_definition":"Abraham, the Hebrew patriarch","kjv_definition":"Abraham"} +{"id":"G12","strongs_number":"G12","system":"greek","language":"greek","number_value":12,"lemma":"ἄβυσσος","transliteration":"ábyssos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a variation of G1037 (βυθός);","strongs_definition":"depthless, i.e. (specially) (infernal) \"abyss\"","kjv_definition":"deep, (bottomless) pit"} +{"id":"G13","strongs_number":"G13","system":"greek","language":"greek","number_value":13,"lemma":"Ἄγαβος","transliteration":"Ágabos","pronunciation":null,"derivation":"of Hebrew origin (compare H02285);","strongs_definition":"Agabus, an Israelite","kjv_definition":"Agabus"} +{"id":"G14","strongs_number":"G14","system":"greek","language":"greek","number_value":14,"lemma":"ἀγαθοεργέω","transliteration":"agathoergéō","pronunciation":null,"derivation":"from G18 (ἀγαθός) and G2041 (ἔργον);","strongs_definition":"to work good","kjv_definition":"do good"} +{"id":"G15","strongs_number":"G15","system":"greek","language":"greek","number_value":15,"lemma":"ἀγαθοποιέω","transliteration":"agathopoiéō","pronunciation":null,"derivation":"from G17 (ἀγαθοποιός);","strongs_definition":"to be a well-doer (as a favor or a duty)","kjv_definition":"(when) do good (well)"} +{"id":"G16","strongs_number":"G16","system":"greek","language":"greek","number_value":16,"lemma":"ἀγαθοποιΐα","transliteration":"agathopoiḯa","pronunciation":null,"derivation":"from G17 (ἀγαθοποιός);","strongs_definition":"well-doing, i.e. virtue","kjv_definition":"well-doing"} +{"id":"G17","strongs_number":"G17","system":"greek","language":"greek","number_value":17,"lemma":"ἀγαθοποιός","transliteration":"agathopoiós","pronunciation":null,"derivation":"from G18 (ἀγαθός) and G4160 (ποιέω);","strongs_definition":"a well-doer, i.e. virtuous","kjv_definition":"them that do well"} +{"id":"G18","strongs_number":"G18","system":"greek","language":"greek","number_value":18,"lemma":"ἀγαθός","transliteration":"agathós","pronunciation":null,"derivation":"a primary word;","strongs_definition":"\"good\" (in any sense, often as noun)","kjv_definition":"benefit, good(-s, things), well"} +{"id":"G19","strongs_number":"G19","system":"greek","language":"greek","number_value":19,"lemma":"ἀγαθωσύνη","transliteration":"agathōsýnē","pronunciation":null,"derivation":"from G18 (ἀγαθός);","strongs_definition":"goodness, i.e. virtue or beneficence","kjv_definition":"goodness"} +{"id":"G20","strongs_number":"G20","system":"greek","language":"greek","number_value":20,"lemma":"ἀγαλλίασις","transliteration":"agallíasis","pronunciation":null,"derivation":"from G21 (ἀγαλλιάω);","strongs_definition":"exultation; specially, welcome","kjv_definition":"gladness, (exceeding) joy"} +{"id":"G21","strongs_number":"G21","system":"greek","language":"greek","number_value":21,"lemma":"ἀγαλλιάω","transliteration":"agalliáō","pronunciation":null,"derivation":"from agan (much) and G242 (ἅλλομαι);","strongs_definition":"properly, to jump for joy, i.e. exult","kjv_definition":"be (exceeding) glad, with exceeding joy, rejoice (greatly)"} +{"id":"G22","strongs_number":"G22","system":"greek","language":"greek","number_value":22,"lemma":"ἄγαμος","transliteration":"ágamos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G1062 (γάμος);","strongs_definition":"unmarried","kjv_definition":"unmarried"} +{"id":"G23","strongs_number":"G23","system":"greek","language":"greek","number_value":23,"lemma":"ἀγανακτέω","transliteration":"aganaktéō","pronunciation":null,"derivation":"from (much) and (grief;","strongs_definition":"akin to the base of G43 (ἀγκάλη)); to be greatly afflicted, i.e. (figuratively) indignant","kjv_definition":"be much (sore) displeased, have (be moved with, with) indignation"} +{"id":"G24","strongs_number":"G24","system":"greek","language":"greek","number_value":24,"lemma":"ἀγανάκτησις","transliteration":"aganáktēsis","pronunciation":null,"derivation":"from G23 (ἀγανακτέω);","strongs_definition":"indignation","kjv_definition":"indignation"} +{"id":"G25","strongs_number":"G25","system":"greek","language":"greek","number_value":25,"lemma":"ἀγαπάω","transliteration":"agapáō","pronunciation":null,"derivation":"perhaps from (much) (or compare G5689);","strongs_definition":"to love (in a social or moral sense)","kjv_definition":"(be-)love(-ed)"} +{"id":"G26","strongs_number":"G26","system":"greek","language":"greek","number_value":26,"lemma":"ἀγάπη","transliteration":"agápē","pronunciation":null,"derivation":"from G25 (ἀγαπάω);","strongs_definition":"love, i.e. affection or benevolence; specially (plural) a love-feast","kjv_definition":"(feast of) charity(-ably), dear, love"} +{"id":"G27","strongs_number":"G27","system":"greek","language":"greek","number_value":27,"lemma":"ἀγαπητός","transliteration":"agapētós","pronunciation":null,"derivation":"from G25 (ἀγαπάω);","strongs_definition":"beloved","kjv_definition":"(dearly, well) beloved, dear"} +{"id":"G28","strongs_number":"G28","system":"greek","language":"greek","number_value":28,"lemma":"Ἄγαρ","transliteration":"Ágar","pronunciation":null,"derivation":"of Hebrew origin (H01904);","strongs_definition":"Hagar, the concubine of Abraham","kjv_definition":"Hagar"} +{"id":"G29","strongs_number":"G29","system":"greek","language":"greek","number_value":29,"lemma":"ἀγγαρεύω","transliteration":"angareúō","pronunciation":null,"derivation":"of foreign origin (compare H0104);","strongs_definition":"properly, to be a courier, i.e. (by implication) to press into public service","kjv_definition":"compel (to go)"} +{"id":"G30","strongs_number":"G30","system":"greek","language":"greek","number_value":30,"lemma":"ἀγγεῖον","transliteration":"angeîon","pronunciation":null,"derivation":"from (a pail, perhaps as bent;","strongs_definition":"compare the base of G43 (ἀγκάλη)); a receptacle","kjv_definition":"vessel"} +{"id":"G31","strongs_number":"G31","system":"greek","language":"greek","number_value":31,"lemma":"ἀγγελία","transliteration":"angelía","pronunciation":null,"derivation":"from G32 (ἄγγελος);","strongs_definition":"an announcement, i.e. (by implication) precept","kjv_definition":"message"} +{"id":"G32","strongs_number":"G32","system":"greek","language":"greek","number_value":32,"lemma":"ἄγγελος","transliteration":"ángelos","pronunciation":null,"derivation":"from (probably derived from G71 (ἄγω);","strongs_definition":"compare G34 (ἀγέλη)) (to bring tidings); a messenger; especially an \"angel\"; by implication, a pastor","kjv_definition":"angel, messenger"} +{"id":"G33","strongs_number":"G33","system":"greek","language":"greek","number_value":33,"lemma":"ἄγε","transliteration":"áge","pronunciation":null,"derivation":"imperative of G71 (ἄγω);","strongs_definition":"properly, lead, i.e. come on","kjv_definition":"go to"} +{"id":"G34","strongs_number":"G34","system":"greek","language":"greek","number_value":34,"lemma":"ἀγέλη","transliteration":"agélē","pronunciation":null,"derivation":"from G71 (ἄγω) (compare G32 (ἄγγελος));","strongs_definition":"a drove","kjv_definition":"herd"} +{"id":"G35","strongs_number":"G35","system":"greek","language":"greek","number_value":35,"lemma":"ἀγενεαλόγητος","transliteration":"agenealógētos","pronunciation":null,"derivation":"from G1 (Α) (as negative particle) and G1075 (γενεαλογέω);","strongs_definition":"unregistered as to birth","kjv_definition":"without descent"} +{"id":"G36","strongs_number":"G36","system":"greek","language":"greek","number_value":36,"lemma":"ἀγενής","transliteration":"agenḗs","pronunciation":null,"derivation":"from G1 (Α) (as negative particle) and G1085 (γένος);","strongs_definition":"properly, without kin, i.e. (of unknown descent, and by implication) ignoble","kjv_definition":"base things"} +{"id":"G37","strongs_number":"G37","system":"greek","language":"greek","number_value":37,"lemma":"ἁγιάζω","transliteration":"hagiázō","pronunciation":null,"derivation":"from G40 (ἅγιος);","strongs_definition":"to make holy, i.e. (ceremonially) purify or consecrate; (mentally) to venerate","kjv_definition":"hallow, be holy, sanctify"} +{"id":"G38","strongs_number":"G38","system":"greek","language":"greek","number_value":38,"lemma":"ἁγιασμός","transliteration":"hagiasmós","pronunciation":null,"derivation":"from G37 (ἁγιάζω);","strongs_definition":"properly, purification, i.e. (the state) purity; concretely (by Hebraism) a purifier","kjv_definition":"holiness, sanctification"} +{"id":"G39","strongs_number":"G39","system":"greek","language":"greek","number_value":39,"lemma":"ἅγιον","transliteration":"hágion","pronunciation":null,"derivation":"neuter of G40 (ἅγιος);","strongs_definition":"a sacred thing (i.e. spot)","kjv_definition":"holiest (of all), holy place, sanctuary"} +{"id":"G40","strongs_number":"G40","system":"greek","language":"greek","number_value":40,"lemma":"ἅγιος","transliteration":"hágios","pronunciation":null,"derivation":"from (an awful thing) (compare G53 (ἁγνός), G2282 (θάλπω));","strongs_definition":"sacred (physically, pure, morally blameless or religious, ceremonially, consecrated)","kjv_definition":"(most) holy (one, thing), saint"} +{"id":"G41","strongs_number":"G41","system":"greek","language":"greek","number_value":41,"lemma":"ἁγιότης","transliteration":"hagiótēs","pronunciation":null,"derivation":"from G40 (ἅγιος);","strongs_definition":"sanctity (i.e. properly, the state)","kjv_definition":"holiness"} +{"id":"G42","strongs_number":"G42","system":"greek","language":"greek","number_value":42,"lemma":"ἁγιωσύνη","transliteration":"hagiōsýnē","pronunciation":null,"derivation":"from G40 (ἅγιος);","strongs_definition":"sacredness (i.e. properly, the quality)","kjv_definition":"holiness"} +{"id":"G43","strongs_number":"G43","system":"greek","language":"greek","number_value":43,"lemma":"ἀγκάλη","transliteration":"ankálē","pronunciation":null,"derivation":"from (a bend, \"ache\");","strongs_definition":"an arm (as curved)","kjv_definition":"arm"} +{"id":"G44","strongs_number":"G44","system":"greek","language":"greek","number_value":44,"lemma":"ἄγκιστρον","transliteration":"ánkistron","pronunciation":null,"derivation":"from the same as G43 (ἀγκάλη);","strongs_definition":"a hook (as bent)","kjv_definition":"hook"} +{"id":"G45","strongs_number":"G45","system":"greek","language":"greek","number_value":45,"lemma":"ἄγκυρα","transliteration":"ánkyra","pronunciation":null,"derivation":"from the same as G43 (ἀγκάλη);","strongs_definition":"an \"anchor\" (as crooked)","kjv_definition":"anchor"} +{"id":"G46","strongs_number":"G46","system":"greek","language":"greek","number_value":46,"lemma":"ἄγναφος","transliteration":"ágnaphos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and the same as G1102 (γναφεύς);","strongs_definition":"properly, unfulled, i.e. (by implication) new (cloth)","kjv_definition":"new"} +{"id":"G47","strongs_number":"G47","system":"greek","language":"greek","number_value":47,"lemma":"ἁγνεία","transliteration":"hagneía","pronunciation":null,"derivation":"from G53 (ἁγνός);","strongs_definition":"cleanliness (the quality), i.e. (specially) chastity","kjv_definition":"purity"} +{"id":"G48","strongs_number":"G48","system":"greek","language":"greek","number_value":48,"lemma":"ἁγνίζω","transliteration":"hagnízō","pronunciation":null,"derivation":"from G53 (ἁγνός);","strongs_definition":"to make clean, i.e. (figuratively) sanctify (ceremonially or morally)","kjv_definition":"purify (self)"} +{"id":"G49","strongs_number":"G49","system":"greek","language":"greek","number_value":49,"lemma":"ἁγνισμός","transliteration":"hagnismós","pronunciation":null,"derivation":"from G48 (ἁγνίζω);","strongs_definition":"a cleansing (the act), i.e. (ceremonially) lustration","kjv_definition":"purification"} +{"id":"G50","strongs_number":"G50","system":"greek","language":"greek","number_value":50,"lemma":"ἀγνοέω","transliteration":"agnoéō","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3539 (νοιέω);","strongs_definition":"not to know (through lack of information or intelligence); by implication, to ignore (through disinclination)","kjv_definition":"(be) ignorant(-ly), not know, not understand, unknown"} +{"id":"G51","strongs_number":"G51","system":"greek","language":"greek","number_value":51,"lemma":"ἀγνόημα","transliteration":"agnóēma","pronunciation":null,"derivation":"from G50 (ἀγνοέω);","strongs_definition":"a thing ignored, i.e. shortcoming","kjv_definition":"error"} +{"id":"G52","strongs_number":"G52","system":"greek","language":"greek","number_value":52,"lemma":"ἄγνοια","transliteration":"ágnoia","pronunciation":null,"derivation":"from G50 (ἀγνοέω);","strongs_definition":"ignorance (properly, the quality)","kjv_definition":"ignorance"} +{"id":"G53","strongs_number":"G53","system":"greek","language":"greek","number_value":53,"lemma":"ἁγνός","transliteration":"hagnós","pronunciation":null,"derivation":"from the same as G40 (ἅγιος);","strongs_definition":"properly, clean, i.e. (figuratively) innocent, modest, perfect","kjv_definition":"chaste, clean, pure"} +{"id":"G54","strongs_number":"G54","system":"greek","language":"greek","number_value":54,"lemma":"ἁγνότης","transliteration":"hagnótēs","pronunciation":null,"derivation":"from G53 (ἁγνός);","strongs_definition":"cleanness (the state), i.e. (figuratively) blamelessness","kjv_definition":"pureness"} +{"id":"G55","strongs_number":"G55","system":"greek","language":"greek","number_value":55,"lemma":"ἁγνῶς","transliteration":"hagnōs","pronunciation":null,"derivation":"adverb from G53 (ἁγνός);","strongs_definition":"purely, i.e. honestly","kjv_definition":"sincerely"} +{"id":"G56","strongs_number":"G56","system":"greek","language":"greek","number_value":56,"lemma":"ἀγνωσία","transliteration":"agnōsía","pronunciation":null,"derivation":"from G1 (Α) (as negative particle) and G1108 (γνῶσις);","strongs_definition":"ignorance (properly, the state)","kjv_definition":"ignorance, not the knowledge"} +{"id":"G57","strongs_number":"G57","system":"greek","language":"greek","number_value":57,"lemma":"ἄγνωστος","transliteration":"ágnōstos","pronunciation":null,"derivation":"from G1 (Α) (as negative particle) and G1110 (γνωστός);","strongs_definition":"unknown","kjv_definition":"unknown"} +{"id":"G58","strongs_number":"G58","system":"greek","language":"greek","number_value":58,"lemma":"ἀγορά","transliteration":"agorá","pronunciation":null,"derivation":"from (to gather;","strongs_definition":"probably akin to G1453 (ἐγείρω)); properly, the town-square (as a place of public resort); by implication, a market or thoroughfare","kjv_definition":"market(-place), street"} +{"id":"G59","strongs_number":"G59","system":"greek","language":"greek","number_value":59,"lemma":"ἀγοράζω","transliteration":"agorázō","pronunciation":null,"derivation":"from G58 (ἀγορά);","strongs_definition":"properly, to go to market, i.e. (by implication) to purchase; specially, to redeem","kjv_definition":"buy, redeem"} +{"id":"G60","strongs_number":"G60","system":"greek","language":"greek","number_value":60,"lemma":"ἀγοραῖος","transliteration":"agoraîos","pronunciation":null,"derivation":"from G58 (ἀγορά);","strongs_definition":"relating to the market-place, i.e. forensic (times); by implication, vulgar","kjv_definition":"baser sort, low"} +{"id":"G61","strongs_number":"G61","system":"greek","language":"greek","number_value":61,"lemma":"ἄγρα","transliteration":"ágra","pronunciation":null,"derivation":"from G71 (ἄγω);","strongs_definition":"(abstractly) a catching (of fish); also (concretely) a haul (of fish)","kjv_definition":"draught"} +{"id":"G62","strongs_number":"G62","system":"greek","language":"greek","number_value":62,"lemma":"ἀγράμματος","transliteration":"agrámmatos","pronunciation":null,"derivation":"from G1 (Α) (as negative particle) and G1121 (γράμμα);","strongs_definition":"unlettered, i.e. illiterate","kjv_definition":"unlearned"} +{"id":"G63","strongs_number":"G63","system":"greek","language":"greek","number_value":63,"lemma":"ἀγραυλέω","transliteration":"agrauléō","pronunciation":null,"derivation":"from G68 (ἀγρός) and G832 (αὐλέω) (in the sense of G833 (αὐλή));","strongs_definition":"to camp out","kjv_definition":"abide in the field"} +{"id":"G64","strongs_number":"G64","system":"greek","language":"greek","number_value":64,"lemma":"ἀγρεύω","transliteration":"agreúō","pronunciation":null,"derivation":"from G61 (ἄγρα);","strongs_definition":"to hunt, i.e. (figuratively) to entrap","kjv_definition":"catch"} +{"id":"G65","strongs_number":"G65","system":"greek","language":"greek","number_value":65,"lemma":"ἀγριέλαιος","transliteration":"agriélaios","pronunciation":null,"derivation":"from G66 (ἄγριος) and G1636 (ἐλαία);","strongs_definition":"an oleaster","kjv_definition":"olive tree (which is) wild"} +{"id":"G66","strongs_number":"G66","system":"greek","language":"greek","number_value":66,"lemma":"ἄγριος","transliteration":"ágrios","pronunciation":null,"derivation":"from G68 (ἀγρός);","strongs_definition":"wild (as pertaining to the country), literally (natural) or figuratively (fierce)","kjv_definition":"wild, raging"} +{"id":"G67","strongs_number":"G67","system":"greek","language":"greek","number_value":67,"lemma":"Ἀγρίππας","transliteration":"Agríppas","pronunciation":null,"derivation":"apparently from G66 (ἄγριος) and G2462 (ἵππος);","strongs_definition":"wild-horse tamer; Agrippas, one of the Herods","kjv_definition":"Agrippa"} +{"id":"G68","strongs_number":"G68","system":"greek","language":"greek","number_value":68,"lemma":"ἀγρός","transliteration":"agrós","pronunciation":null,"derivation":"from G71 (ἄγω);","strongs_definition":"a field (as a drive for cattle); genitive case, the country; specially, a farm, i.e. hamlet","kjv_definition":"country, farm, piece of ground, land"} +{"id":"G69","strongs_number":"G69","system":"greek","language":"greek","number_value":69,"lemma":"ἀγρυπνέω","transliteration":"agrypnéō","pronunciation":null,"derivation":"ultimately from G1 (Α) (as negative particle) and G5258 (ὕπνος);","strongs_definition":"to be sleepless, i.e. keep awake","kjv_definition":"watch"} +{"id":"G70","strongs_number":"G70","system":"greek","language":"greek","number_value":70,"lemma":"ἀγρυπνία","transliteration":"agrypnía","pronunciation":null,"derivation":"from G69 (ἀγρυπνέω);","strongs_definition":"sleeplessness, i.e. a keeping awake","kjv_definition":"watch"} +{"id":"G71","strongs_number":"G71","system":"greek","language":"greek","number_value":71,"lemma":"ἄγω","transliteration":"ágō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"properly, to lead; by implication, to bring, drive, (reflexively) go, (specially) pass (time), or (figuratively) induce","kjv_definition":"be, bring (forth), carry, (let) go, keep, lead away, be open"} +{"id":"G72","strongs_number":"G72","system":"greek","language":"greek","number_value":72,"lemma":"ἀγωγή","transliteration":"agōgḗ","pronunciation":null,"derivation":"reduplicated from G71 (ἄγω);","strongs_definition":"a bringing up, i.e. mode of living","kjv_definition":"manner of life"} +{"id":"G73","strongs_number":"G73","system":"greek","language":"greek","number_value":73,"lemma":"ἀγών","transliteration":"agṓn","pronunciation":null,"derivation":"from G71 (ἄγω);","strongs_definition":"properly, a place of assembly (as if led), i.e. (by implication) a contest (held there); figuratively, an effort or anxiety","kjv_definition":"conflict, contention, fight, race"} +{"id":"G74","strongs_number":"G74","system":"greek","language":"greek","number_value":74,"lemma":"ἀγωνία","transliteration":"agōnía","pronunciation":null,"derivation":"from G73 (ἀγών);","strongs_definition":"a struggle (properly, the state), i.e. (figuratively) anguish","kjv_definition":"agony"} +{"id":"G75","strongs_number":"G75","system":"greek","language":"greek","number_value":75,"lemma":"ἀγωνίζομαι","transliteration":"agōnízomai","pronunciation":null,"derivation":"from G73 (ἀγών);","strongs_definition":"to struggle, literally (to compete for a prize), figuratively (to contend with an adversary), or genitive case (to endeavor to accomplish something)","kjv_definition":"fight, labor fervently, strive"} +{"id":"G76","strongs_number":"G76","system":"greek","language":"greek","number_value":76,"lemma":"Ἀδάμ","transliteration":"Adám","pronunciation":null,"derivation":"of Hebrew origin (H0121);","strongs_definition":"Adam, the first man; typically (of Jesus) man (as his representative)","kjv_definition":"Adam"} +{"id":"G77","strongs_number":"G77","system":"greek","language":"greek","number_value":77,"lemma":"ἀδάπανος","transliteration":"adápanos","pronunciation":null,"derivation":"from G1 (Α) (as negative particle);","strongs_definition":"and G1160 (δαπάνη); costless, i.e. gratuitous","kjv_definition":"without expense"} +{"id":"G78","strongs_number":"G78","system":"greek","language":"greek","number_value":78,"lemma":"Ἀδδί","transliteration":"Addí","pronunciation":null,"derivation":"probably of Hebrew origin (compare H05716);","strongs_definition":"Addi, an Israelite","kjv_definition":"Addi"} +{"id":"G79","strongs_number":"G79","system":"greek","language":"greek","number_value":79,"lemma":"ἀδελφή","transliteration":"adelphḗ","pronunciation":null,"derivation":"feminine of G80 (ἀδελφός);","strongs_definition":"a sister (naturally or ecclesiastically)","kjv_definition":"sister"} +{"id":"G80","strongs_number":"G80","system":"greek","language":"greek","number_value":80,"lemma":"ἀδελφός","transliteration":"adelphós","pronunciation":null,"derivation":"from G1 (Α) (as a connective particle) and (the womb);","strongs_definition":"a brother (literally or figuratively) near or remote (much like G1 (Α))","kjv_definition":"brother"} +{"id":"G81","strongs_number":"G81","system":"greek","language":"greek","number_value":81,"lemma":"ἀδελφότης","transliteration":"adelphótēs","pronunciation":null,"derivation":"from G80 (ἀδελφός);","strongs_definition":"brotherhood (properly, the feeling of brotherliness), i.e. the (Christian) fraternity","kjv_definition":"brethren, brotherhood"} +{"id":"G82","strongs_number":"G82","system":"greek","language":"greek","number_value":82,"lemma":"ἄδηλος","transliteration":"ádēlos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G1212 (δῆλος);","strongs_definition":"hidden, figuratively, indistinct","kjv_definition":"appear not, uncertain"} +{"id":"G83","strongs_number":"G83","system":"greek","language":"greek","number_value":83,"lemma":"ἀδηλότης","transliteration":"adēlótēs","pronunciation":null,"derivation":"from G82 (ἄδηλος);","strongs_definition":"uncertainty","kjv_definition":"X uncertain"} +{"id":"G84","strongs_number":"G84","system":"greek","language":"greek","number_value":84,"lemma":"ἀδήλως","transliteration":"adḗlōs","pronunciation":null,"derivation":"adverb from G82 (ἄδηλος);","strongs_definition":"uncertainly","kjv_definition":"uncertainly"} +{"id":"G85","strongs_number":"G85","system":"greek","language":"greek","number_value":85,"lemma":"ἀδημονέω","transliteration":"adēmonéō","pronunciation":null,"derivation":"from a derivative of (to be sated to loathing);","strongs_definition":"to be in distress (of mind)","kjv_definition":"be full of heaviness, be very heavy"} +{"id":"G86","strongs_number":"G86","system":"greek","language":"greek","number_value":86,"lemma":"ᾅδης","transliteration":"háidēs","pronunciation":null,"derivation":"from G1 (Α) (as negative particle) and G1492 (εἴδω);","strongs_definition":"properly, unseen, i.e. \"Hades\" or the place (state) of departed souls","kjv_definition":"grave, hell"} +{"id":"G87","strongs_number":"G87","system":"greek","language":"greek","number_value":87,"lemma":"ἀδιάκριτος","transliteration":"adiákritos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G1252 (διακρίνω);","strongs_definition":"properly, undistinguished, i.e. (actively) impartial","kjv_definition":"without partiality"} +{"id":"G88","strongs_number":"G88","system":"greek","language":"greek","number_value":88,"lemma":"ἀδιάλειπτος","transliteration":"adiáleiptos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of a compound of G1223 (διά) and G3007 (λείπω);","strongs_definition":"unintermitted, i.e. permanent","kjv_definition":"without ceasing, continual"} +{"id":"G89","strongs_number":"G89","system":"greek","language":"greek","number_value":89,"lemma":"ἀδιαλείπτως","transliteration":"adialeíptōs","pronunciation":null,"derivation":"adverb from G88 (ἀδιάλειπτος);","strongs_definition":"uninterruptedly, i.e. without omission (on an appropriate occasion)","kjv_definition":"without ceasing"} +{"id":"G90","strongs_number":"G90","system":"greek","language":"greek","number_value":90,"lemma":"ἀδιαφθορία","transliteration":"adiaphthoría","pronunciation":null,"derivation":"from a derivative of a compound of G1 (Α) (as a negative particle) and a derivative of G1311 (διαφθείρω);","strongs_definition":"incorruptibleness, i.e. (figuratively) purity (of doctrine)","kjv_definition":"uncorruptness"} +{"id":"G91","strongs_number":"G91","system":"greek","language":"greek","number_value":91,"lemma":"ἀδικέω","transliteration":"adikéō","pronunciation":null,"derivation":"from G94 (ἄδικος);","strongs_definition":"to be unjust, i.e. (actively) do wrong (morally, socially or physically)","kjv_definition":"hurt, injure, be an offender, be unjust, (do, suffer, take) wrong"} +{"id":"G92","strongs_number":"G92","system":"greek","language":"greek","number_value":92,"lemma":"ἀδίκημα","transliteration":"adíkēma","pronunciation":null,"derivation":"from G91 (ἀδικέω);","strongs_definition":"a wrong done","kjv_definition":"evil doing, iniquity, matter of wrong"} +{"id":"G93","strongs_number":"G93","system":"greek","language":"greek","number_value":93,"lemma":"ἀδικία","transliteration":"adikía","pronunciation":null,"derivation":"from G94 (ἄδικος);","strongs_definition":"(legal) injustice (properly, the quality, by implication, the act); morally, wrongfulness (of character, life or act)","kjv_definition":"iniquity, unjust, unrighteousness, wrong"} +{"id":"G94","strongs_number":"G94","system":"greek","language":"greek","number_value":94,"lemma":"ἄδικος","transliteration":"ádikos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G1349 (δίκη);","strongs_definition":"unjust; by extension wicked; by implication, treacherous; specially, heathen","kjv_definition":"unjust, unrighteous"} +{"id":"G95","strongs_number":"G95","system":"greek","language":"greek","number_value":95,"lemma":"ἀδίκως","transliteration":"adíkōs","pronunciation":null,"derivation":"adverb from G94 (ἄδικος);","strongs_definition":"unjustly","kjv_definition":"wrongfully"} +{"id":"G96","strongs_number":"G96","system":"greek","language":"greek","number_value":96,"lemma":"ἀδόκιμος","transliteration":"adókimos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G1384 (δόκιμος);","strongs_definition":"unapproved, i.e. rejected; by implication, worthless (literally or morally)","kjv_definition":"castaway, rejected, reprobate"} +{"id":"G97","strongs_number":"G97","system":"greek","language":"greek","number_value":97,"lemma":"ἄδολος","transliteration":"ádolos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle);","strongs_definition":"and G1388 (δόλος); undeceitful, i.e. (figuratively) unadulterated","kjv_definition":"sincere"} +{"id":"G98","strongs_number":"G98","system":"greek","language":"greek","number_value":98,"lemma":"Ἀδραμυττηνός","transliteration":"Adramyttēnós","pronunciation":null,"derivation":"from (a place in Asia Minor);","strongs_definition":"Adramyttene or belonging to Adramyttium","kjv_definition":"of Adramyttium"} +{"id":"G99","strongs_number":"G99","system":"greek","language":"greek","number_value":99,"lemma":"Ἀδρίας","transliteration":"Adrías","pronunciation":null,"derivation":"from (a place near its shore);","strongs_definition":"the Adriatic sea (including the Ionian)","kjv_definition":"Adria"} +{"id":"G100","strongs_number":"G100","system":"greek","language":"greek","number_value":100,"lemma":"ἁδρότης","transliteration":"hadrótēs","pronunciation":null,"derivation":"from (stout);","strongs_definition":"plumpness, i.e. (figuratively) liberality","kjv_definition":"abundance"} +{"id":"G101","strongs_number":"G101","system":"greek","language":"greek","number_value":101,"lemma":"ἀδυνατέω","transliteration":"adynatéō","pronunciation":null,"derivation":"from G102 (ἀδύνατος);","strongs_definition":"to be unable, i.e. (passively) impossible","kjv_definition":"be impossible"} +{"id":"G102","strongs_number":"G102","system":"greek","language":"greek","number_value":102,"lemma":"ἀδύνατος","transliteration":"adýnatos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G1415 (δυνατός);","strongs_definition":"unable, i.e. weak (literally or figuratively); passively, impossible","kjv_definition":"could not do, impossible, impotent, not possible, weak"} +{"id":"G103","strongs_number":"G103","system":"greek","language":"greek","number_value":103,"lemma":"ᾄδω","transliteration":"áidō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to sing","kjv_definition":"sing"} +{"id":"G104","strongs_number":"G104","system":"greek","language":"greek","number_value":104,"lemma":"ἀεί","transliteration":"aeí","pronunciation":null,"derivation":"from an obsolete primary noun (apparently meaning continued duration);","strongs_definition":"\"ever,\" by qualification regularly; by implication, earnestly","kjv_definition":"always, ever"} +{"id":"G105","strongs_number":"G105","system":"greek","language":"greek","number_value":105,"lemma":"ἀετός","transliteration":"aetós","pronunciation":null,"derivation":"from the same as G109 (ἀήρ);","strongs_definition":"an eagle (from its wind-like flight)","kjv_definition":"eagle"} +{"id":"G106","strongs_number":"G106","system":"greek","language":"greek","number_value":106,"lemma":"ἄζυμος","transliteration":"ázymos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2219 (ζύμη);","strongs_definition":"unleavened, i.e. (figuratively) uncorrupted; (in the neutral plural) specially (by implication) the Passover week","kjv_definition":"unleavened (bread)"} +{"id":"G107","strongs_number":"G107","system":"greek","language":"greek","number_value":107,"lemma":"Ἀζώρ","transliteration":"Azṓr","pronunciation":null,"derivation":"of Hebrew origin (compare H05809);","strongs_definition":"Azor, an Israelite","kjv_definition":"Azorigin"} +{"id":"G108","strongs_number":"G108","system":"greek","language":"greek","number_value":108,"lemma":"Ἄζωτος","transliteration":"Ázōtos","pronunciation":null,"derivation":"of Hebrew origin (H0795);","strongs_definition":"Azotus (i.e. Ashdod), a place in Palestine","kjv_definition":"Azotus"} +{"id":"G109","strongs_number":"G109","system":"greek","language":"greek","number_value":109,"lemma":"ἀήρ","transliteration":"aḗr","pronunciation":null,"derivation":"from (to breathe unconsciously, i.e. respire;","strongs_definition":"by analogy, to blow); \"air\" (as naturally circumambient)","kjv_definition":"air"} +{"id":"G110","strongs_number":"G110","system":"greek","language":"greek","number_value":110,"lemma":"ἀθανασία","transliteration":"athanasía","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and G2288 (θάνατος);","strongs_definition":"deathlessness","kjv_definition":"immortality"} +{"id":"G111","strongs_number":"G111","system":"greek","language":"greek","number_value":111,"lemma":"ἀθέμιτος","transliteration":"athémitos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of (statute;","strongs_definition":"from the base of G5087 (τίθημι)); illegal; by implication, flagitious","kjv_definition":"abominable, unlawful thing"} +{"id":"G112","strongs_number":"G112","system":"greek","language":"greek","number_value":112,"lemma":"ἄθεος","transliteration":"átheos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2316 (θεός);","strongs_definition":"godless","kjv_definition":"without God"} +{"id":"G113","strongs_number":"G113","system":"greek","language":"greek","number_value":113,"lemma":"ἄθεσμος","transliteration":"áthesmos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G5087 (τίθημι) (in the sense of enacting);","strongs_definition":"lawless, i.e. (by implication) criminal","kjv_definition":"wicked"} +{"id":"G114","strongs_number":"G114","system":"greek","language":"greek","number_value":114,"lemma":"ἀθετέω","transliteration":"athetéō","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and a derivative of G5087 (τίθημι);","strongs_definition":"to set aside, i.e. (by implication) to disesteem, neutralize or violate","kjv_definition":"cast off, despise, disannul, frustrate, bring to nought, reject"} +{"id":"G115","strongs_number":"G115","system":"greek","language":"greek","number_value":115,"lemma":"ἀθέτησις","transliteration":"athétēsis","pronunciation":null,"derivation":"from G114 (ἀθετέω);","strongs_definition":"cancellation (literally or figuratively)","kjv_definition":"disannulling, put away"} +{"id":"G116","strongs_number":"G116","system":"greek","language":"greek","number_value":116,"lemma":"Ἀθῆναι","transliteration":"Athēnai","pronunciation":null,"derivation":"plural of (the goddess of wisdom, who was reputed to have founded the city);","strongs_definition":"Athenæ, the capitol of Greece","kjv_definition":"Athens"} +{"id":"G117","strongs_number":"G117","system":"greek","language":"greek","number_value":117,"lemma":"Ἀθηναῖος","transliteration":"Athēnaîos","pronunciation":null,"derivation":"from G116 (Ἀθῆναι);","strongs_definition":"an Athenæan or inhabitant of Athenæ","kjv_definition":"Athenian"} +{"id":"G118","strongs_number":"G118","system":"greek","language":"greek","number_value":118,"lemma":"ἀθλέω","transliteration":"athléō","pronunciation":null,"derivation":"from (a contest in the public lists);","strongs_definition":"to contend in the competitive games","kjv_definition":"strive"} +{"id":"G119","strongs_number":"G119","system":"greek","language":"greek","number_value":119,"lemma":"ἄθλησις","transliteration":"áthlēsis","pronunciation":null,"derivation":"from G118 (ἀθλέω);","strongs_definition":"a struggle (figuratively)","kjv_definition":"fight"} +{"id":"G120","strongs_number":"G120","system":"greek","language":"greek","number_value":120,"lemma":"ἀθυμέω","transliteration":"athyméō","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and G2372 (θυμός);","strongs_definition":"to be spiritless, i.e. disheartened","kjv_definition":"be dismayed"} +{"id":"G121","strongs_number":"G121","system":"greek","language":"greek","number_value":121,"lemma":"ἄθωος","transliteration":"áthōos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and probably a derivative of G5087 (τίθημι) (meaning a penalty);","strongs_definition":"not guilty","kjv_definition":"innocent"} +{"id":"G122","strongs_number":"G122","system":"greek","language":"greek","number_value":122,"lemma":"αἴγειος","transliteration":"aígeios","pronunciation":null,"derivation":"from (a goat);","strongs_definition":"belonging to a goat","kjv_definition":"goat"} +{"id":"G123","strongs_number":"G123","system":"greek","language":"greek","number_value":123,"lemma":"αἰγιαλός","transliteration":"aigialós","pronunciation":null,"derivation":"from (to rush) and G251 (ἅλς) (in the sense of the sea;","strongs_definition":"a beach (on which the waves dash)","kjv_definition":"shore"} +{"id":"G124","strongs_number":"G124","system":"greek","language":"greek","number_value":124,"lemma":"Αἰγύπτιος","transliteration":"Aigýptios","pronunciation":null,"derivation":"from G125 (Αἴγυπτος);","strongs_definition":"an Ægyptian or inhabitant of Ægyptus","kjv_definition":"Egyptian"} +{"id":"G125","strongs_number":"G125","system":"greek","language":"greek","number_value":125,"lemma":"Αἴγυπτος","transliteration":"Aígyptos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Ægyptus, the land of the Nile","kjv_definition":"Egypt"} +{"id":"G126","strongs_number":"G126","system":"greek","language":"greek","number_value":126,"lemma":"ἀΐδιος","transliteration":"aḯdios","pronunciation":null,"derivation":"from G104 (ἀεί);","strongs_definition":"everduring (forward and backward, or forward only)","kjv_definition":"eternal, everlasting"} +{"id":"G127","strongs_number":"G127","system":"greek","language":"greek","number_value":127,"lemma":"αἰδώς","transliteration":"aidṓs","pronunciation":null,"derivation":"perhaps from G1 (Α) (as a negative particle) and G1492 (εἴδω) (through the idea of downcast eyes);","strongs_definition":"bashfulness, i.e. (towards men), modesty or (towards God) awe","kjv_definition":"reverence, shamefacedness"} +{"id":"G128","strongs_number":"G128","system":"greek","language":"greek","number_value":128,"lemma":"Αἰθίοψ","transliteration":"Aithíops","pronunciation":null,"derivation":"from (to scorch) and (the face, from G3700 (ὀπτάνομαι));","strongs_definition":"an Æthiopian (as a blackamoor)","kjv_definition":"Ethiopian"} +{"id":"G129","strongs_number":"G129","system":"greek","language":"greek","number_value":129,"lemma":"αἷμα","transliteration":"haîma","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"blood, literally (of men or animals), figuratively (the juice of grapes) or specially (the atoning blood of Christ); by implication, bloodshed, also kindred","kjv_definition":"blood"} +{"id":"G130","strongs_number":"G130","system":"greek","language":"greek","number_value":130,"lemma":"αἱματεκχυσία","transliteration":"haimatekchysía","pronunciation":null,"derivation":"from G129 (αἷμα) and a derivative of G1632 (ἐκχέω);","strongs_definition":"an effusion of blood","kjv_definition":"shedding of blood"} +{"id":"G131","strongs_number":"G131","system":"greek","language":"greek","number_value":131,"lemma":"αἱμοῤῥέω","transliteration":"haimorrhéō","pronunciation":null,"derivation":"from G129 (αἷμα) and G4482 (ῥέω);","strongs_definition":"to flow blood, i.e. have a hæmorrhage","kjv_definition":"diseased with an issue of blood"} +{"id":"G132","strongs_number":"G132","system":"greek","language":"greek","number_value":132,"lemma":"Αἰνέας","transliteration":"Ainéas","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Ænĕas, an Israelite","kjv_definition":"Æneas"} +{"id":"G133","strongs_number":"G133","system":"greek","language":"greek","number_value":133,"lemma":"αἴνεσις","transliteration":"aínesis","pronunciation":null,"derivation":"from G134 (αἰνέω);","strongs_definition":"a praising (the act), i.e. (specially) a thank(-offering)","kjv_definition":"praise"} +{"id":"G134","strongs_number":"G134","system":"greek","language":"greek","number_value":134,"lemma":"αἰνέω","transliteration":"ainéō","pronunciation":null,"derivation":"from G136 (αἶνος);","strongs_definition":"to praise (God)","kjv_definition":"praise"} +{"id":"G135","strongs_number":"G135","system":"greek","language":"greek","number_value":135,"lemma":"αἴνιγμα","transliteration":"aínigma","pronunciation":null,"derivation":"from a derivative of G136 (αἶνος) (in its primary sense);","strongs_definition":"an obscure saying (\"enigma\"), i.e. (abstractly) obscureness","kjv_definition":"X darkly"} +{"id":"G136","strongs_number":"G136","system":"greek","language":"greek","number_value":136,"lemma":"αἶνος","transliteration":"aînos","pronunciation":null,"derivation":"apparently a prime word;","strongs_definition":"properly, a story, but used in the sense of G1868 (ἔπαινος); praise (of God)","kjv_definition":"praise"} +{"id":"G137","strongs_number":"G137","system":"greek","language":"greek","number_value":137,"lemma":"Αἰνών","transliteration":"Ainṓn","pronunciation":null,"derivation":"of Hebrew origin (a derivative of G5869, place of springs);","strongs_definition":"Ænon, a place in Palestine","kjv_definition":"Ænon"} +{"id":"G138","strongs_number":"G138","system":"greek","language":"greek","number_value":138,"lemma":"αἱρέομαι","transliteration":"hairéomai","pronunciation":null,"derivation":"probably akin to G142 (αἴρω);","strongs_definition":"to take for oneself, i.e. to prefer","kjv_definition":"choose"} +{"id":"G139","strongs_number":"G139","system":"greek","language":"greek","number_value":139,"lemma":"αἵρεσις","transliteration":"haíresis","pronunciation":null,"derivation":"from G138 (αἱρέομαι);","strongs_definition":"properly, a choice, i.e. (specially) a party or (abstractly) disunion","kjv_definition":"heresy (which is the Greek word itself), sect"} +{"id":"G140","strongs_number":"G140","system":"greek","language":"greek","number_value":140,"lemma":"αἱρετίζω","transliteration":"hairetízō","pronunciation":null,"derivation":"from a derivative of G138 (αἱρέομαι);","strongs_definition":"to make a choice","kjv_definition":"choose"} +{"id":"G141","strongs_number":"G141","system":"greek","language":"greek","number_value":141,"lemma":"αἱρετικός","transliteration":"hairetikós","pronunciation":null,"derivation":"from the same as G140 (αἱρετίζω);","strongs_definition":"a schismatic","kjv_definition":"heretic (the Greek word itself)"} +{"id":"G142","strongs_number":"G142","system":"greek","language":"greek","number_value":142,"lemma":"αἴρω","transliteration":"aírō","pronunciation":null,"derivation":"a primary root;","strongs_definition":"to lift up; by implication, to take up or away; figuratively, to raise (the voice), keep in suspense (the mind), specially, to sail away (i.e. weigh anchor); by Hebraism (compare H05375) to expiate sin","kjv_definition":"away with, bear (up), carry, lift up, loose, make to doubt, put away, remove, take (away, up)"} +{"id":"G143","strongs_number":"G143","system":"greek","language":"greek","number_value":143,"lemma":"αἰσθάνομαι","transliteration":"aisthánomai","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"to apprehend (properly, by the senses)","kjv_definition":"perceive"} +{"id":"G144","strongs_number":"G144","system":"greek","language":"greek","number_value":144,"lemma":"αἴσθησις","transliteration":"aísthēsis","pronunciation":null,"derivation":"from G143 (αἰσθάνομαι);","strongs_definition":"perception, i.e. (figuratively) discernment","kjv_definition":"judgment"} +{"id":"G145","strongs_number":"G145","system":"greek","language":"greek","number_value":145,"lemma":"αἰσθητήριον","transliteration":"aisthētḗrion","pronunciation":null,"derivation":"from a derivative of G143 (αἰσθάνομαι);","strongs_definition":"properly, an organ of perception, i.e. (figuratively) judgment","kjv_definition":"senses"} +{"id":"G146","strongs_number":"G146","system":"greek","language":"greek","number_value":146,"lemma":"αἰσχροκερδής","transliteration":"aischrokerdḗs","pronunciation":null,"derivation":"from G150 (αἰσχρός) and (gain);","strongs_definition":"sordid","kjv_definition":"given to (greedy of) filthy lucre"} +{"id":"G147","strongs_number":"G147","system":"greek","language":"greek","number_value":147,"lemma":"αἰσχροκερδῶς","transliteration":"aischrokerdōs","pronunciation":null,"derivation":"adverb from G146 (αἰσχροκερδής);","strongs_definition":"sordidly","kjv_definition":"for filthy lucre's sake"} +{"id":"G148","strongs_number":"G148","system":"greek","language":"greek","number_value":148,"lemma":"αἰσχρολογία","transliteration":"aischrología","pronunciation":null,"derivation":"from G150 (αἰσχρός) and G3056 (λόγος);","strongs_definition":"vile conversation","kjv_definition":"filthy communication"} +{"id":"G149","strongs_number":"G149","system":"greek","language":"greek","number_value":149,"lemma":"αἰσχρόν","transliteration":"aischrón","pronunciation":null,"derivation":"neuter of G150 (αἰσχρός);","strongs_definition":"a shameful thing, i.e. indecorum","kjv_definition":"shame"} +{"id":"G150","strongs_number":"G150","system":"greek","language":"greek","number_value":150,"lemma":"αἰσχρός","transliteration":"aischrós","pronunciation":null,"derivation":"from the same as G153 (αἰσχύνομαι);","strongs_definition":"shameful, i.e. base (specially, venal)","kjv_definition":"filthy"} +{"id":"G151","strongs_number":"G151","system":"greek","language":"greek","number_value":151,"lemma":"αἰσχρότης","transliteration":"aischrótēs","pronunciation":null,"derivation":"from G150 (αἰσχρός);","strongs_definition":"shamefulness, i.e. obscenity","kjv_definition":"filthiness"} +{"id":"G152","strongs_number":"G152","system":"greek","language":"greek","number_value":152,"lemma":"αἰσχύνη","transliteration":"aischýnē","pronunciation":null,"derivation":"from G153 (αἰσχύνομαι);","strongs_definition":"shame or disgrace (abstractly or concretely)","kjv_definition":"dishonesty, shame"} +{"id":"G153","strongs_number":"G153","system":"greek","language":"greek","number_value":153,"lemma":"αἰσχύνομαι","transliteration":"aischýnomai","pronunciation":null,"derivation":"from (disfigurement, i.e. disgrace);","strongs_definition":"to feel shame (for oneself)","kjv_definition":"be ashamed"} +{"id":"G154","strongs_number":"G154","system":"greek","language":"greek","number_value":154,"lemma":"αἰτέω","transliteration":"aitéō","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"to ask (in genitive case)","kjv_definition":"ask, beg, call for, crave, desire, require"} +{"id":"G155","strongs_number":"G155","system":"greek","language":"greek","number_value":155,"lemma":"αἴτημα","transliteration":"aítēma","pronunciation":null,"derivation":"from G154 (αἰτέω);","strongs_definition":"a thing asked or (abstractly) an asking","kjv_definition":"petition, request, required"} +{"id":"G156","strongs_number":"G156","system":"greek","language":"greek","number_value":156,"lemma":"αἰτία","transliteration":"aitía","pronunciation":null,"derivation":"from the same as G154 (αἰτέω);","strongs_definition":"a cause (as if asked for), i.e. (logical) reason (motive, matter), (legal) crime (alleged or proved)","kjv_definition":"accusation, case, cause, crime, fault, (wh-)ere(-fore)"} +{"id":"G157","strongs_number":"G157","system":"greek","language":"greek","number_value":157,"lemma":"αἰτίαμα","transliteration":"aitíama","pronunciation":null,"derivation":"from a derivative of G156 (αἰτία);","strongs_definition":"a thing charged","kjv_definition":"complaint"} +{"id":"G158","strongs_number":"G158","system":"greek","language":"greek","number_value":158,"lemma":"αἴτιον","transliteration":"aítion","pronunciation":null,"derivation":"neuter of G159 (αἴτιος);","strongs_definition":"a reason or crime (like G156 (αἰτία))","kjv_definition":"cause, fault"} +{"id":"G159","strongs_number":"G159","system":"greek","language":"greek","number_value":159,"lemma":"αἴτιος","transliteration":"aítios","pronunciation":null,"derivation":"from the same as G154 (αἰτέω);","strongs_definition":"causative, i.e. (concretely) a causer","kjv_definition":"author"} +{"id":"G160","strongs_number":"G160","system":"greek","language":"greek","number_value":160,"lemma":"αἰφνίδιος","transliteration":"aiphnídios","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and G5316 (φαίνω) (compare G1810 (ἐξαίφνης)) (meaning non-apparent);","strongs_definition":"unexpected, i.e. (adverbially) suddenly","kjv_definition":"sudden, unawares"} +{"id":"G161","strongs_number":"G161","system":"greek","language":"greek","number_value":161,"lemma":"αἰχμαλωσία","transliteration":"aichmalōsía","pronunciation":null,"derivation":"from G164 (αἰχμάλωτος);","strongs_definition":"captivity","kjv_definition":"captivity"} +{"id":"G162","strongs_number":"G162","system":"greek","language":"greek","number_value":162,"lemma":"αἰχμαλωτεύω","transliteration":"aichmalōteúō","pronunciation":null,"derivation":"from G164 (αἰχμάλωτος);","strongs_definition":"to capture (like G163 (αἰχμαλωτίζω))","kjv_definition":"lead captive"} +{"id":"G163","strongs_number":"G163","system":"greek","language":"greek","number_value":163,"lemma":"αἰχμαλωτίζω","transliteration":"aichmalōtízō","pronunciation":null,"derivation":"from G164 (αἰχμάλωτος);","strongs_definition":"to make captive","kjv_definition":"lead away captive, bring into captivity"} +{"id":"G164","strongs_number":"G164","system":"greek","language":"greek","number_value":164,"lemma":"αἰχμάλωτος","transliteration":"aichmálōtos","pronunciation":null,"derivation":"from (a spear) and a derivative of the same as G259 (ἅλωσις);","strongs_definition":"properly, a prisoner of war, i.e. (genitive case) a captive","kjv_definition":"captive"} +{"id":"G165","strongs_number":"G165","system":"greek","language":"greek","number_value":165,"lemma":"αἰών","transliteration":"aiṓn","pronunciation":null,"derivation":"from the same as G104 (ἀεί);","strongs_definition":"properly, an age; by extension, perpetuity (also past); by implication, the world; specially (Jewish) a Messianic period (present or future)","kjv_definition":"age, course, eternal, (for) ever(-more), (n-)ever, (beginning of the , while the) world (began, without end)"} +{"id":"G166","strongs_number":"G166","system":"greek","language":"greek","number_value":166,"lemma":"αἰώνιος","transliteration":"aiṓnios","pronunciation":null,"derivation":"from G165 (αἰών);","strongs_definition":"perpetual (also used of past time, or past and future as well)","kjv_definition":"eternal, for ever, everlasting, world (began)"} +{"id":"G167","strongs_number":"G167","system":"greek","language":"greek","number_value":167,"lemma":"ἀκαθαρσία","transliteration":"akatharsía","pronunciation":null,"derivation":"from G169 (ἀκάθαρτος);","strongs_definition":"impurity (the quality), physically or morally","kjv_definition":"uncleanness"} +{"id":"G168","strongs_number":"G168","system":"greek","language":"greek","number_value":168,"lemma":"ἀκαθάρτης","transliteration":"akathártēs","pronunciation":null,"derivation":"from G169 (ἀκάθαρτος);","strongs_definition":"impurity (the state), morally","kjv_definition":"filthiness"} +{"id":"G169","strongs_number":"G169","system":"greek","language":"greek","number_value":169,"lemma":"ἀκάθαρτος","transliteration":"akáthartos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G2508 (καθαίρω) (meaning cleansed);","strongs_definition":"impure (ceremonially, morally (lewd) or specially, (demonic))","kjv_definition":"foul, unclean"} +{"id":"G170","strongs_number":"G170","system":"greek","language":"greek","number_value":170,"lemma":"ἀκαιρέομαι","transliteration":"akairéomai","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and G2540 (καιρός) (meaning unseasonable);","strongs_definition":"to be inopportune (for oneself), i.e. to fail of a proper occasion","kjv_definition":"lack opportunity"} +{"id":"G171","strongs_number":"G171","system":"greek","language":"greek","number_value":171,"lemma":"ἀκαίρως","transliteration":"akaírōs","pronunciation":null,"derivation":"adverb from the same as G170 (ἀκαιρέομαι);","strongs_definition":"inopportunely","kjv_definition":"out of season"} +{"id":"G172","strongs_number":"G172","system":"greek","language":"greek","number_value":172,"lemma":"ἄκακος","transliteration":"ákakos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2556 (κακός);","strongs_definition":"not bad, i.e. (objectively) innocent or (subjectively) unsuspecting","kjv_definition":"harmless, simple"} +{"id":"G173","strongs_number":"G173","system":"greek","language":"greek","number_value":173,"lemma":"ἄκανθα","transliteration":"ákantha","pronunciation":null,"derivation":"probably from the same as G188 (ἀκμήν);","strongs_definition":"a thorn","kjv_definition":"thorn"} +{"id":"G174","strongs_number":"G174","system":"greek","language":"greek","number_value":174,"lemma":"ἀκάνθινος","transliteration":"akánthinos","pronunciation":null,"derivation":"from G173 (ἄκανθα);","strongs_definition":"thorny","kjv_definition":"of thorns"} +{"id":"G175","strongs_number":"G175","system":"greek","language":"greek","number_value":175,"lemma":"ἄκαρπος","transliteration":"ákarpos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2590 (καρπός);","strongs_definition":"barren (literally or figuratively)","kjv_definition":"without fruit, unfruitful"} +{"id":"G176","strongs_number":"G176","system":"greek","language":"greek","number_value":176,"lemma":"ἀκατάγνωστος","transliteration":"akatágnōstos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G2607 (καταγινώσκω);","strongs_definition":"unblamable","kjv_definition":"that cannot be condemned"} +{"id":"G177","strongs_number":"G177","system":"greek","language":"greek","number_value":177,"lemma":"ἀκατακάλυπτος","transliteration":"akatakályptos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of a compound of G2596 (κατά) and G2572 (καλύπτω);","strongs_definition":"unveiled","kjv_definition":"uncovered"} +{"id":"G178","strongs_number":"G178","system":"greek","language":"greek","number_value":178,"lemma":"ἀκατάκριτος","transliteration":"akatákritos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G2632 (κατακρίνω);","strongs_definition":"without (legal) trial","kjv_definition":"uncondemned"} +{"id":"G179","strongs_number":"G179","system":"greek","language":"greek","number_value":179,"lemma":"ἀκατάλυτος","transliteration":"akatálytos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G2647 (καταλύω);","strongs_definition":"indissoluble, i.e. (figuratively) permanent","kjv_definition":"endless"} +{"id":"G180","strongs_number":"G180","system":"greek","language":"greek","number_value":180,"lemma":"ἀκατάπαυστος","transliteration":"akatápaustos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G2664 (καταπαύω);","strongs_definition":"unrefraining","kjv_definition":"that cannot cease"} +{"id":"G181","strongs_number":"G181","system":"greek","language":"greek","number_value":181,"lemma":"ἀκαταστασία","transliteration":"akatastasía","pronunciation":null,"derivation":"from G182 (ἀκατάστατος);","strongs_definition":"instability, i.e. disorder","kjv_definition":"commotion, confusion, tumult"} +{"id":"G182","strongs_number":"G182","system":"greek","language":"greek","number_value":182,"lemma":"ἀκατάστατος","transliteration":"akatástatos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G2525 (καθίστημι);","strongs_definition":"inconstant","kjv_definition":"unstable"} +{"id":"G183","strongs_number":"G183","system":"greek","language":"greek","number_value":183,"lemma":"ἀκατάσχετος","transliteration":"akatáschetos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G2722 (κατέχω);","strongs_definition":"unrestrainable","kjv_definition":"unruly"} +{"id":"G184","strongs_number":"G184","system":"greek","language":"greek","number_value":184,"lemma":"Ἀκελδαμά","transliteration":"Akeldamá","pronunciation":null,"derivation":"of Chaldee origin (meaning field of blood;","strongs_definition":"corresponding to H02506 and H01818); Akeldama, a place near Jerusalem","kjv_definition":"Aceldama"} +{"id":"G185","strongs_number":"G185","system":"greek","language":"greek","number_value":185,"lemma":"ἀκέραιος","transliteration":"akéraios","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G2767 (κεράννυμι);","strongs_definition":"unmixed, i.e. (figuratively) innocent","kjv_definition":"harmless, simple"} +{"id":"G186","strongs_number":"G186","system":"greek","language":"greek","number_value":186,"lemma":"ἀκλινής","transliteration":"aklinḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2827 (κλίνω);","strongs_definition":"not leaning, i.e. (figuratively) firm","kjv_definition":"without wavering"} +{"id":"G187","strongs_number":"G187","system":"greek","language":"greek","number_value":187,"lemma":"ἀκμάζω","transliteration":"akmázō","pronunciation":null,"derivation":"from the same as G188 (ἀκμήν);","strongs_definition":"to make a point, i.e. (figuratively) mature","kjv_definition":"be fully ripe"} +{"id":"G188","strongs_number":"G188","system":"greek","language":"greek","number_value":188,"lemma":"ἀκμήν","transliteration":"akmḗn","pronunciation":null,"derivation":"accusative case of a noun (\"acme\") akin to (a point) and meaning the same;","strongs_definition":"adverbially, just now, i.e. still","kjv_definition":"yet"} +{"id":"G189","strongs_number":"G189","system":"greek","language":"greek","number_value":189,"lemma":"ἀκοή","transliteration":"akoḗ","pronunciation":null,"derivation":"from G191 (ἀκούω);","strongs_definition":"hearing (the act, the sense or the thing heard)","kjv_definition":"audience, ear, fame, which ye heard, hearing, preached, report, rumor"} +{"id":"G190","strongs_number":"G190","system":"greek","language":"greek","number_value":190,"lemma":"ἀκολουθέω","transliteration":"akolouthéō","pronunciation":null,"derivation":"from G1 (Α) (as a particle of union) and (a road);","strongs_definition":"properly, to be in the same way with, i.e. to accompany (specially, as a disciple)","kjv_definition":"follow, reach"} +{"id":"G191","strongs_number":"G191","system":"greek","language":"greek","number_value":191,"lemma":"ἀκούω","transliteration":"akoúō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to hear (in various senses)","kjv_definition":"give (in the) audience (of), come (to the ears), (shall) hear(-er, -ken), be noised, be reported, understand"} +{"id":"G192","strongs_number":"G192","system":"greek","language":"greek","number_value":192,"lemma":"ἀκρασία","transliteration":"akrasía","pronunciation":null,"derivation":"from G193 (ἀκρατής);","strongs_definition":"want of self-restraint","kjv_definition":"excess, incontinency"} +{"id":"G193","strongs_number":"G193","system":"greek","language":"greek","number_value":193,"lemma":"ἀκρατής","transliteration":"akratḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2904 (κράτος);","strongs_definition":"powerless, i.e. without self-control","kjv_definition":"incontinent"} +{"id":"G194","strongs_number":"G194","system":"greek","language":"greek","number_value":194,"lemma":"ἄκρατος","transliteration":"ákratos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G2767 (κεράννυμι);","strongs_definition":"undiluted","kjv_definition":"without mixture"} +{"id":"G195","strongs_number":"G195","system":"greek","language":"greek","number_value":195,"lemma":"ἀκρίβεια","transliteration":"akríbeia","pronunciation":null,"derivation":"from the same as G196 (ἀκριβέστατος);","strongs_definition":"exactness","kjv_definition":"perfect manner"} +{"id":"G196","strongs_number":"G196","system":"greek","language":"greek","number_value":196,"lemma":"ἀκριβέστατος","transliteration":"akribéstatos","pronunciation":null,"derivation":"superlative of (a derivative of the same as G206 (ἄκρον));","strongs_definition":"most exact","kjv_definition":"most straitest"} +{"id":"G197","strongs_number":"G197","system":"greek","language":"greek","number_value":197,"lemma":"ἀκριβέστερον","transliteration":"akribésteron","pronunciation":null,"derivation":"neuter of the comparative of the same as G196 (ἀκριβέστατος);","strongs_definition":"(adverbially) more exactly","kjv_definition":"more perfect(-ly)"} +{"id":"G198","strongs_number":"G198","system":"greek","language":"greek","number_value":198,"lemma":"ἀκριβόω","transliteration":"akribóō","pronunciation":null,"derivation":"from the same as G196 (ἀκριβέστατος);","strongs_definition":"to be exact, i.e. ascertain","kjv_definition":"enquire diligently"} +{"id":"G199","strongs_number":"G199","system":"greek","language":"greek","number_value":199,"lemma":"ἀκριβῶς","transliteration":"akribōs","pronunciation":null,"derivation":"adverb from the same as G196 (ἀκριβέστατος);","strongs_definition":"exactly","kjv_definition":"circumspectly, diligently, perfect(-ly)"} +{"id":"G200","strongs_number":"G200","system":"greek","language":"greek","number_value":200,"lemma":"ἀκρίς","transliteration":"akrís","pronunciation":null,"derivation":"apparently from the same as G206 (ἄκρον);","strongs_definition":"a locust (as pointed, or as lighting on the top of vegetation)","kjv_definition":"locust"} +{"id":"G201","strongs_number":"G201","system":"greek","language":"greek","number_value":201,"lemma":"ἀκροατήριον","transliteration":"akroatḗrion","pronunciation":null,"derivation":"from G202 (ἀκροατής);","strongs_definition":"an audience-room","kjv_definition":"place of hearing"} +{"id":"G202","strongs_number":"G202","system":"greek","language":"greek","number_value":202,"lemma":"ἀκροατής","transliteration":"akroatḗs","pronunciation":null,"derivation":"from (to listen;","strongs_definition":"apparently an intensive of G191 (ἀκούω)); a hearer (merely)","kjv_definition":"hearer"} +{"id":"G203","strongs_number":"G203","system":"greek","language":"greek","number_value":203,"lemma":"ἀκροβυστία","transliteration":"akrobystía","pronunciation":null,"derivation":"from G206 (ἄκρον) and probably a modified form of (the penis or male sexual organ);","strongs_definition":"the prepuce; by implication, an uncircumcised (i.e. gentile, figuratively, unregenerate) state or person","kjv_definition":"not circumcised, uncircumcised (with G2192 (ἔχω)), uncircumcision"} +{"id":"G204","strongs_number":"G204","system":"greek","language":"greek","number_value":204,"lemma":"ἀκρογωνιαῖος","transliteration":"akrogōniaîos","pronunciation":null,"derivation":"from G206 (ἄκρον) and G1137 (γωνία);","strongs_definition":"belonging to the extreme corner","kjv_definition":"chief corner"} +{"id":"G205","strongs_number":"G205","system":"greek","language":"greek","number_value":205,"lemma":"ἀκροθίνιον","transliteration":"akrothínion","pronunciation":null,"derivation":"from G206 (ἄκρον) and (a heap);","strongs_definition":"properly (in the plural) the top of the heap, i.e. (by implication) best of the booty","kjv_definition":"spoils"} +{"id":"G206","strongs_number":"G206","system":"greek","language":"greek","number_value":206,"lemma":"ἄκρον","transliteration":"ákron","pronunciation":null,"derivation":"neuter of an adjective probably akin to the base of G188 (ἀκμήν);","strongs_definition":"the extremity","kjv_definition":"one end… other, tip, top, uttermost participle"} +{"id":"G207","strongs_number":"G207","system":"greek","language":"greek","number_value":207,"lemma":"Ἀκύλας","transliteration":"Akýlas","pronunciation":null,"derivation":"probably for Latin aquila (an eagle);","strongs_definition":"Akulas, an Israelite","kjv_definition":"Aquila"} +{"id":"G208","strongs_number":"G208","system":"greek","language":"greek","number_value":208,"lemma":"ἀκυρόω","transliteration":"akyróō","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2964 (κυρόω);","strongs_definition":"to invalidate","kjv_definition":"disannul, make of none effect"} +{"id":"G209","strongs_number":"G209","system":"greek","language":"greek","number_value":209,"lemma":"ἀκωλύτως","transliteration":"akōlýtōs","pronunciation":null,"derivation":"adverb from a compound of G1 (Α) (as a negative particle) and a derivative of G2967 (κωλύω);","strongs_definition":"in an unhindered manner, i.e. freely","kjv_definition":"no man forbidding him"} +{"id":"G210","strongs_number":"G210","system":"greek","language":"greek","number_value":210,"lemma":"ἄκων","transliteration":"ákōn","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G1635 (ἑκών);","strongs_definition":"unwilling","kjv_definition":"against the will"} +{"id":"G211","strongs_number":"G211","system":"greek","language":"greek","number_value":211,"lemma":"ἀλάβαστρον","transliteration":"alábastron","pronunciation":null,"derivation":"neuter of (of uncertain derivation), the name of a stone;","strongs_definition":"properly, an \"alabaster\" box, i.e. (by extension) a perfume vase (of any material)","kjv_definition":"(alabaster) box"} +{"id":"G212","strongs_number":"G212","system":"greek","language":"greek","number_value":212,"lemma":"ἀλαζονεία","transliteration":"alazoneía","pronunciation":null,"derivation":"from G213 (ἀλαζών);","strongs_definition":"braggadocio, i.e. (by implication) self-confidence","kjv_definition":"boasting, pride"} +{"id":"G213","strongs_number":"G213","system":"greek","language":"greek","number_value":213,"lemma":"ἀλαζών","transliteration":"alazṓn","pronunciation":null,"derivation":"from (vagrancy);","strongs_definition":"braggart","kjv_definition":"boaster"} +{"id":"G214","strongs_number":"G214","system":"greek","language":"greek","number_value":214,"lemma":"ἀλαλάζω","transliteration":"alalázō","pronunciation":null,"derivation":"from ( a shout, \"halloo\");","strongs_definition":"to vociferate, i.e. (by implication) to wail; figuratively, to clang","kjv_definition":"tinkle, wail"} +{"id":"G215","strongs_number":"G215","system":"greek","language":"greek","number_value":215,"lemma":"ἀλάλητος","transliteration":"alálētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G2980 (λαλέω);","strongs_definition":"unspeakable","kjv_definition":"unutterable, which cannot be uttered"} +{"id":"G216","strongs_number":"G216","system":"greek","language":"greek","number_value":216,"lemma":"ἄλαλος","transliteration":"álalos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2980 (λαλέω);","strongs_definition":"mute","kjv_definition":"dumb"} +{"id":"G217","strongs_number":"G217","system":"greek","language":"greek","number_value":217,"lemma":"ἅλας","transliteration":"hálas","pronunciation":null,"derivation":"from G251 (ἅλς);","strongs_definition":"salt; figuratively, prudence","kjv_definition":"salt"} +{"id":"G218","strongs_number":"G218","system":"greek","language":"greek","number_value":218,"lemma":"ἀλείφω","transliteration":"aleíphō","pronunciation":null,"derivation":"from G1 (Α) (as particle of union) and the base of G3045 (λιπαρός);","strongs_definition":"to oil (with perfume)","kjv_definition":"anoint"} +{"id":"G219","strongs_number":"G219","system":"greek","language":"greek","number_value":219,"lemma":"ἀλεκτοροφωνία","transliteration":"alektorophōnía","pronunciation":null,"derivation":"from G220 (ἀλέκτωρ) and G5456 (φωνή);","strongs_definition":"cock-crow, i.e. the third night-watch","kjv_definition":"cockcrowing"} +{"id":"G220","strongs_number":"G220","system":"greek","language":"greek","number_value":220,"lemma":"ἀλέκτωρ","transliteration":"aléktōr","pronunciation":null,"derivation":"from (to ward off);","strongs_definition":"a cock or male fowl","kjv_definition":"cock"} +{"id":"G221","strongs_number":"G221","system":"greek","language":"greek","number_value":221,"lemma":"Ἀλεξανδρεύς","transliteration":"Alexandreús","pronunciation":null,"derivation":"from (the city so called);","strongs_definition":"an Alexandreian or inhabitant of Alexandria","kjv_definition":"of Alexandria, Alexandrian"} +{"id":"G222","strongs_number":"G222","system":"greek","language":"greek","number_value":222,"lemma":"Ἀλεξανδρῖνος","transliteration":"Alexandrînos","pronunciation":null,"derivation":"from the same as G221 (Ἀλεξανδρεύς);","strongs_definition":"Alexandrine, or belonging to Alexandria","kjv_definition":"of Alexandria"} +{"id":"G223","strongs_number":"G223","system":"greek","language":"greek","number_value":223,"lemma":"Ἀλέξανδρος","transliteration":"Aléxandros","pronunciation":null,"derivation":"from the same as (the first part of) G220 (ἀλέκτωρ) and G435 (ἀνήρ);","strongs_definition":"man-defender; Alexander, the name of three Israelites and one other man","kjv_definition":"Alexander"} +{"id":"G224","strongs_number":"G224","system":"greek","language":"greek","number_value":224,"lemma":"ἄλευρον","transliteration":"áleuron","pronunciation":null,"derivation":"from (to grind);","strongs_definition":"flour","kjv_definition":"meal"} +{"id":"G225","strongs_number":"G225","system":"greek","language":"greek","number_value":225,"lemma":"ἀλήθεια","transliteration":"alḗtheia","pronunciation":null,"derivation":"from G227 (ἀληθής);","strongs_definition":"truth","kjv_definition":"true, X truly, truth, verity"} +{"id":"G226","strongs_number":"G226","system":"greek","language":"greek","number_value":226,"lemma":"ἀληθεύω","transliteration":"alētheúō","pronunciation":null,"derivation":"from G227 (ἀληθής);","strongs_definition":"to be true (in doctrine and profession)","kjv_definition":"speak (tell) the truth"} +{"id":"G227","strongs_number":"G227","system":"greek","language":"greek","number_value":227,"lemma":"ἀληθής","transliteration":"alēthḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2990 (λανθάνω);","strongs_definition":"true (as not concealing)","kjv_definition":"true, truly, truth"} +{"id":"G228","strongs_number":"G228","system":"greek","language":"greek","number_value":228,"lemma":"ἀληθινός","transliteration":"alēthinós","pronunciation":null,"derivation":"from G227 (ἀληθής);","strongs_definition":"truthful","kjv_definition":"true"} +{"id":"G229","strongs_number":"G229","system":"greek","language":"greek","number_value":229,"lemma":"ἀλήθω","transliteration":"alḗthō","pronunciation":null,"derivation":"from the same as G224 (ἄλευρον);","strongs_definition":"to grind","kjv_definition":"grind"} +{"id":"G230","strongs_number":"G230","system":"greek","language":"greek","number_value":230,"lemma":"ἀληθῶς","transliteration":"alēthōs","pronunciation":null,"derivation":"adverb from G227 (ἀληθής);","strongs_definition":"truly","kjv_definition":"indeed, surely, of a surety, truly, of a (in) truth, verily, very"} +{"id":"G231","strongs_number":"G231","system":"greek","language":"greek","number_value":231,"lemma":"ἁλιεύς","transliteration":"halieús","pronunciation":null,"derivation":"from G251 (ἅλς);","strongs_definition":"a sailor (as engaged on the salt water), i.e. (by implication) a fisher","kjv_definition":"fisher(-man)"} +{"id":"G232","strongs_number":"G232","system":"greek","language":"greek","number_value":232,"lemma":"ἁλιεύω","transliteration":"halieúō","pronunciation":null,"derivation":"from G231 (ἁλιεύς);","strongs_definition":"to be a fisher, i.e. (by implication) to fish","kjv_definition":"go a-fishing"} +{"id":"G233","strongs_number":"G233","system":"greek","language":"greek","number_value":233,"lemma":"ἁλίζω","transliteration":"halízō","pronunciation":null,"derivation":"from G251 (ἅλς);","strongs_definition":"to salt","kjv_definition":"salt"} +{"id":"G234","strongs_number":"G234","system":"greek","language":"greek","number_value":234,"lemma":"ἀλίσγεμα","transliteration":"alísgema","pronunciation":null,"derivation":"from (to soil);","strongs_definition":"(ceremonially) defilement","kjv_definition":"pollution"} +{"id":"G235","strongs_number":"G235","system":"greek","language":"greek","number_value":235,"lemma":"ἀλλά","transliteration":"allá","pronunciation":null,"derivation":"neuter plural of G243 (ἄλλος);","strongs_definition":"properly, other things, i.e. (adverbially) contrariwise (in many relations)","kjv_definition":"and, but (even), howbeit, indeed, nay, nevertheless, no, notwithstanding, save, therefore, yea, yet"} +{"id":"G236","strongs_number":"G236","system":"greek","language":"greek","number_value":236,"lemma":"ἀλλάσσω","transliteration":"allássō","pronunciation":null,"derivation":"from G243 (ἄλλος);","strongs_definition":"to make different","kjv_definition":"change"} +{"id":"G237","strongs_number":"G237","system":"greek","language":"greek","number_value":237,"lemma":"ἀλλαχόθεν","transliteration":"allachóthen","pronunciation":null,"derivation":"from G243 (ἄλλος);","strongs_definition":"from elsewhere","kjv_definition":"some other way"} +{"id":"G238","strongs_number":"G238","system":"greek","language":"greek","number_value":238,"lemma":"ἀλληγορέω","transliteration":"allēgoréō","pronunciation":null,"derivation":"from G243 (ἄλλος) and (to harangue (compare G58 (ἀγορά)));","strongs_definition":"to allegorize","kjv_definition":"be an allegory (the Greek word itself)"} +{"id":"G239","strongs_number":"G239","system":"greek","language":"greek","number_value":239,"lemma":"ἀλληλουϊα","transliteration":"allēlouïa","pronunciation":null,"derivation":"of Hebrew origin (imperative of H01984 and H03050);","strongs_definition":"praise ye Jah!, an adoring exclamation","kjv_definition":"alleluiah"} +{"id":"G240","strongs_number":"G240","system":"greek","language":"greek","number_value":240,"lemma":"ἀλλήλων","transliteration":"allḗlōn","pronunciation":null,"derivation":"Genitive plural from G243 (ἄλλος) reduplicated;","strongs_definition":"one another","kjv_definition":"each other, mutual, one another, (the other), (them-, your-)selves, (selves) together (sometimes with G3326 (μετά) or G4314 (πρός))"} +{"id":"G241","strongs_number":"G241","system":"greek","language":"greek","number_value":241,"lemma":"ἀλλογενής","transliteration":"allogenḗs","pronunciation":null,"derivation":"from G243 (ἄλλος) and G1085 (γένος);","strongs_definition":"foreign, i.e. not a Jew","kjv_definition":"stranger"} +{"id":"G242","strongs_number":"G242","system":"greek","language":"greek","number_value":242,"lemma":"ἅλλομαι","transliteration":"hállomai","pronunciation":null,"derivation":"middle voice of apparently a primary verb;","strongs_definition":"to jump; figuratively, to gush","kjv_definition":"leap, spring up"} +{"id":"G243","strongs_number":"G243","system":"greek","language":"greek","number_value":243,"lemma":"ἄλλος","transliteration":"állos","pronunciation":null,"derivation":"a primary word;","strongs_definition":"\"else,\" i.e. different (in many applications)","kjv_definition":"more, one (another), (an-, some an-)other(-s, -wise)"} +{"id":"G244","strongs_number":"G244","system":"greek","language":"greek","number_value":244,"lemma":"ἀλλοτριεπίσκοπος","transliteration":"allotriepískopos","pronunciation":null,"derivation":"from G245 (ἀλλότριος) and G1985 (ἐπίσκοπος);","strongs_definition":"overseeing others' affairs, i.e. a meddler (specially, in Gentile customs)","kjv_definition":"busybody in other men's matters"} +{"id":"G245","strongs_number":"G245","system":"greek","language":"greek","number_value":245,"lemma":"ἀλλότριος","transliteration":"allótrios","pronunciation":null,"derivation":"from G243 (ἄλλος);","strongs_definition":"another's, i.e. not one's own; by extension foreign, not akin, hostile","kjv_definition":"alien, (an-)other (man's, men's), strange(-r)"} +{"id":"G246","strongs_number":"G246","system":"greek","language":"greek","number_value":246,"lemma":"ἀλλόφυλος","transliteration":"allóphylos","pronunciation":null,"derivation":"from G243 (ἄλλος) and G5443 (φυλή);","strongs_definition":"foreign, i.e. (specially) Gentile","kjv_definition":"one of another nation"} +{"id":"G247","strongs_number":"G247","system":"greek","language":"greek","number_value":247,"lemma":"ἄλλως","transliteration":"állōs","pronunciation":null,"derivation":"adverb from G243 (ἄλλος);","strongs_definition":"differently","kjv_definition":"otherwise"} +{"id":"G248","strongs_number":"G248","system":"greek","language":"greek","number_value":248,"lemma":"ἀλοάω","transliteration":"aloáō","pronunciation":null,"derivation":"from the same as G257 (ἅλων);","strongs_definition":"to tread out grain","kjv_definition":"thresh, tread out the corn"} +{"id":"G249","strongs_number":"G249","system":"greek","language":"greek","number_value":249,"lemma":"ἄλογος","transliteration":"álogos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3056 (λόγος);","strongs_definition":"irrational","kjv_definition":"brute, unreasonable"} +{"id":"G250","strongs_number":"G250","system":"greek","language":"greek","number_value":250,"lemma":"ἀλόη","transliteration":"alóē","pronunciation":null,"derivation":"of foreign origin (compare G174 (ἀκάνθινος));","strongs_definition":"aloes (the gum)","kjv_definition":"aloes"} +{"id":"G251","strongs_number":"G251","system":"greek","language":"greek","number_value":251,"lemma":"ἅλς","transliteration":"háls","pronunciation":null,"derivation":"a primary word;","strongs_definition":"\"salt\"","kjv_definition":"salt"} +{"id":"G252","strongs_number":"G252","system":"greek","language":"greek","number_value":252,"lemma":"ἁλυκός","transliteration":"halykós","pronunciation":null,"derivation":"from G251 (ἅλς);","strongs_definition":"briny","kjv_definition":"salt"} +{"id":"G253","strongs_number":"G253","system":"greek","language":"greek","number_value":253,"lemma":"ἀλυπότερος","transliteration":"alypóteros","pronunciation":null,"derivation":"comparative of a compound of G1 (Α) (as a negative particle) and G3077 (λύπη);","strongs_definition":"more without grief","kjv_definition":"less sorrowful"} +{"id":"G254","strongs_number":"G254","system":"greek","language":"greek","number_value":254,"lemma":"ἅλυσις","transliteration":"hálysis","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a fetter or manacle","kjv_definition":"bonds, chain"} +{"id":"G255","strongs_number":"G255","system":"greek","language":"greek","number_value":255,"lemma":"ἀλυσιτελής","transliteration":"alysitelḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and the base of G3081 (λυσιτελεῖ);","strongs_definition":"gainless, i.e. (by implication) pernicious","kjv_definition":"unprofitable"} +{"id":"G256","strongs_number":"G256","system":"greek","language":"greek","number_value":256,"lemma":"Ἀλφαῖος","transliteration":"Alphaîos","pronunciation":null,"derivation":"of Hebrew origin (compare H02501);","strongs_definition":"Alphæus, an Israelite","kjv_definition":"Alpheus"} +{"id":"G257","strongs_number":"G257","system":"greek","language":"greek","number_value":257,"lemma":"ἅλων","transliteration":"hálōn","pronunciation":null,"derivation":"probably from the base of G1507 (εἱλίσσω);","strongs_definition":"a threshing-floor (as rolled hard), i.e. (figuratively) the grain (and chaff, as just threshed)","kjv_definition":"floor"} +{"id":"G258","strongs_number":"G258","system":"greek","language":"greek","number_value":258,"lemma":"ἀλώπηξ","transliteration":"alṓpēx","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a fox, i.e. (figuratively) a cunning person","kjv_definition":"fox"} +{"id":"G259","strongs_number":"G259","system":"greek","language":"greek","number_value":259,"lemma":"ἅλωσις","transliteration":"hálōsis","pronunciation":null,"derivation":"from a collateral form of G138 (αἱρέομαι);","strongs_definition":"capture, be taken.","kjv_definition":null} +{"id":"G260","strongs_number":"G260","system":"greek","language":"greek","number_value":260,"lemma":"ἅμα","transliteration":"háma","pronunciation":null,"derivation":"a primary particle;","strongs_definition":"properly, at the \"same\" time, but freely used as a preposition or adverb denoting close association","kjv_definition":"also, and, together, with(-al)"} +{"id":"G261","strongs_number":"G261","system":"greek","language":"greek","number_value":261,"lemma":"ἀμαθής","transliteration":"amathḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3129 (μανθάνω);","strongs_definition":"ignorant","kjv_definition":"unlearned"} +{"id":"G262","strongs_number":"G262","system":"greek","language":"greek","number_value":262,"lemma":"ἀμαράντινος","transliteration":"amarántinos","pronunciation":null,"derivation":"from G263 (ἀμάραντος);","strongs_definition":"\"amaranthine\", i.e. (by implication) fadeless","kjv_definition":"that fadeth not away"} +{"id":"G263","strongs_number":"G263","system":"greek","language":"greek","number_value":263,"lemma":"ἀμάραντος","transliteration":"amárantos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G3133 (μαραίνω);","strongs_definition":"unfading, i.e. (by implication) perpetual","kjv_definition":"that fadeth not away"} +{"id":"G264","strongs_number":"G264","system":"greek","language":"greek","number_value":264,"lemma":"ἁμαρτάνω","transliteration":"hamartánō","pronunciation":null,"derivation":"perhaps from G1 (Α) (as a negative particle) and the base of G3313 (μέρος);","strongs_definition":"properly, to miss the mark (and so not share in the prize), i.e. (figuratively) to err, especially (morally) to sin","kjv_definition":"for your faults, offend, sin, trespass"} +{"id":"G265","strongs_number":"G265","system":"greek","language":"greek","number_value":265,"lemma":"ἁμάρτημα","transliteration":"hamártēma","pronunciation":null,"derivation":"from G264 (ἁμαρτάνω);","strongs_definition":"a sin (properly concrete)","kjv_definition":"sin"} +{"id":"G266","strongs_number":"G266","system":"greek","language":"greek","number_value":266,"lemma":"ἁμαρτία","transliteration":"hamartía","pronunciation":null,"derivation":"from G264 (ἁμαρτάνω);","strongs_definition":"a sin (properly abstract)","kjv_definition":"offence, sin(-ful)"} +{"id":"G267","strongs_number":"G267","system":"greek","language":"greek","number_value":267,"lemma":"ἀμάρτυρος","transliteration":"amártyros","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a form of G3144 (μάρτυς);","strongs_definition":"unattested","kjv_definition":"without witness"} +{"id":"G268","strongs_number":"G268","system":"greek","language":"greek","number_value":268,"lemma":"ἁμαρτωλός","transliteration":"hamartōlós","pronunciation":null,"derivation":"from G264 (ἁμαρτάνω);","strongs_definition":"sinful, i.e. a sinner","kjv_definition":"sinful, sinner"} +{"id":"G269","strongs_number":"G269","system":"greek","language":"greek","number_value":269,"lemma":"ἄμαχος","transliteration":"ámachos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3163 (μάχη);","strongs_definition":"peaceable","kjv_definition":"not a brawler"} +{"id":"G270","strongs_number":"G270","system":"greek","language":"greek","number_value":270,"lemma":"ἀμάω","transliteration":"amáō","pronunciation":null,"derivation":"from G260 (ἅμα);","strongs_definition":"properly, to collect, i.e. (by implication) reap","kjv_definition":"reap down"} +{"id":"G271","strongs_number":"G271","system":"greek","language":"greek","number_value":271,"lemma":"ἀμέθυστος","transliteration":"améthystos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3184 (μεθύω);","strongs_definition":"the \"amethyst\" (supposed to prevent intoxication)","kjv_definition":"amethyst"} +{"id":"G272","strongs_number":"G272","system":"greek","language":"greek","number_value":272,"lemma":"ἀμελέω","transliteration":"ameléō","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3199 (μέλω);","strongs_definition":"to be careless of","kjv_definition":"make light of, neglect, be negligent, no regard"} +{"id":"G273","strongs_number":"G273","system":"greek","language":"greek","number_value":273,"lemma":"ἄμεμπτος","transliteration":"ámemptos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3201 (μέμφομαι);","strongs_definition":"irreproachable","kjv_definition":"blameless, faultless, unblamable"} +{"id":"G274","strongs_number":"G274","system":"greek","language":"greek","number_value":274,"lemma":"ἀμέμπτως","transliteration":"amémptōs","pronunciation":null,"derivation":"adverb from G273 (ἄμεμπτος);","strongs_definition":"faultlessly","kjv_definition":"blameless, unblamably"} +{"id":"G275","strongs_number":"G275","system":"greek","language":"greek","number_value":275,"lemma":"ἀμέριμνος","transliteration":"amérimnos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3308 (μέριμνα);","strongs_definition":"not anxious","kjv_definition":"without care(-fulness), secure"} +{"id":"G276","strongs_number":"G276","system":"greek","language":"greek","number_value":276,"lemma":"ἀμετάθετος","transliteration":"ametáthetos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3346 (μετατίθημι);","strongs_definition":"unchangeable, or (neuter as abstract) unchangeability","kjv_definition":"immutable(-ility)"} +{"id":"G277","strongs_number":"G277","system":"greek","language":"greek","number_value":277,"lemma":"ἀμετακίνητος","transliteration":"ametakínētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3334 (μετακινέω);","strongs_definition":"immovable","kjv_definition":"unmovable"} +{"id":"G278","strongs_number":"G278","system":"greek","language":"greek","number_value":278,"lemma":"ἀμεταμέλητος","transliteration":"ametamélētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G3338 (μεταμέλλομαι);","strongs_definition":"irrevocable","kjv_definition":"without repentance, not to be repented of"} +{"id":"G279","strongs_number":"G279","system":"greek","language":"greek","number_value":279,"lemma":"ἀμετανόητος","transliteration":"ametanóētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G3340 (μετανοέω);","strongs_definition":"unrepentant","kjv_definition":"impenitent"} +{"id":"G280","strongs_number":"G280","system":"greek","language":"greek","number_value":280,"lemma":"ἄμετρος","transliteration":"ámetros","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3358 (μέτρον);","strongs_definition":"immoderate","kjv_definition":"(thing) without measure"} +{"id":"G281","strongs_number":"G281","system":"greek","language":"greek","number_value":281,"lemma":"ἀμήν","transliteration":"amḗn","pronunciation":null,"derivation":"of Hebrew origin (H0543);","strongs_definition":"properly, firm, i.e. (figuratively) trustworthy; adverbially, surely (often as interjection, so be it)","kjv_definition":"amen, verily"} +{"id":"G282","strongs_number":"G282","system":"greek","language":"greek","number_value":282,"lemma":"ἀμήτωρ","transliteration":"amḗtōr","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3384 (μήτηρ);","strongs_definition":"motherless, i.e. of unknown maternity","kjv_definition":"without mother"} +{"id":"G283","strongs_number":"G283","system":"greek","language":"greek","number_value":283,"lemma":"ἀμίαντος","transliteration":"amíantos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3392 (μιαίνω);","strongs_definition":"unsoiled, i.e. (figuratively) pure","kjv_definition":"undefiled"} +{"id":"G284","strongs_number":"G284","system":"greek","language":"greek","number_value":284,"lemma":"Ἀμιναδάβ","transliteration":"Aminadáb","pronunciation":null,"derivation":"of Hebrew origin (H05992);","strongs_definition":"Aminadab, an Israelite","kjv_definition":"Aminadab"} +{"id":"G285","strongs_number":"G285","system":"greek","language":"greek","number_value":285,"lemma":"ἄμμος","transliteration":"ámmos","pronunciation":null,"derivation":"perhaps from G260 (ἅμα);","strongs_definition":"sand (as heaped on the beach)","kjv_definition":"sand"} +{"id":"G286","strongs_number":"G286","system":"greek","language":"greek","number_value":286,"lemma":"ἀμνός","transliteration":"amnós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a lamb","kjv_definition":"lamb"} +{"id":"G287","strongs_number":"G287","system":"greek","language":"greek","number_value":287,"lemma":"ἀμοιβή","transliteration":"amoibḗ","pronunciation":null,"derivation":"from (to exchange);","strongs_definition":"requital","kjv_definition":"requite"} +{"id":"G288","strongs_number":"G288","system":"greek","language":"greek","number_value":288,"lemma":"ἄμπελος","transliteration":"ámpelos","pronunciation":null,"derivation":"probably from the base of G297 (ἀμφότερος) and that of G257 (ἅλων);","strongs_definition":"a vine (as coiling about a support)","kjv_definition":"vine"} +{"id":"G289","strongs_number":"G289","system":"greek","language":"greek","number_value":289,"lemma":"ἀμπελουργός","transliteration":"ampelourgós","pronunciation":null,"derivation":"from G288 (ἄμπελος) and G2041 (ἔργον);","strongs_definition":"a vine-worker, i.e. pruner","kjv_definition":"vine-dresser"} +{"id":"G290","strongs_number":"G290","system":"greek","language":"greek","number_value":290,"lemma":"ἀμπελών","transliteration":"ampelṓn","pronunciation":null,"derivation":"from G288 (ἄμπελος);","strongs_definition":"a vineyard","kjv_definition":"vineyard"} +{"id":"G291","strongs_number":"G291","system":"greek","language":"greek","number_value":291,"lemma":"Ἀμπλίας","transliteration":"Amplías","pronunciation":null,"derivation":"contracted for Latin ampliatus (enlarged);","strongs_definition":"Amplias, a Roman Christian","kjv_definition":"Amplias"} +{"id":"G292","strongs_number":"G292","system":"greek","language":"greek","number_value":292,"lemma":"ἀμύνομαι","transliteration":"amýnomai","pronunciation":null,"derivation":"middle voice of a primary verb;","strongs_definition":"to ward off (for oneself), i.e. protect","kjv_definition":"defend"} +{"id":"G293","strongs_number":"G293","system":"greek","language":"greek","number_value":293,"lemma":"ἀμφίβληστρον","transliteration":"amphíblēstron","pronunciation":null,"derivation":"from a compound of the base of G297 (ἀμφότερος) and G906 (βάλλω);","strongs_definition":"a (fishing) net (as thrown about the fish)","kjv_definition":"net"} +{"id":"G294","strongs_number":"G294","system":"greek","language":"greek","number_value":294,"lemma":"ἀμφιέννυμι","transliteration":"amphiénnymi","pronunciation":null,"derivation":"from the base of G297 (ἀμφότερος) and (to invest);","strongs_definition":"to enrobe","kjv_definition":"clothe"} +{"id":"G295","strongs_number":"G295","system":"greek","language":"greek","number_value":295,"lemma":"Ἀμφίπολις","transliteration":"Amphípolis","pronunciation":null,"derivation":"from the base of G297 (ἀμφότερος) and G4172 (πόλις);","strongs_definition":"a city surrounded by a river; Amphipolis, a place in Macedonia","kjv_definition":"Amphipolis"} +{"id":"G296","strongs_number":"G296","system":"greek","language":"greek","number_value":296,"lemma":"ἄμφοδον","transliteration":"ámphodon","pronunciation":null,"derivation":"from the base of G297 (ἀμφότερος) and G3598 (ὁδός);","strongs_definition":"a fork in the road","kjv_definition":"where two ways meet"} +{"id":"G297","strongs_number":"G297","system":"greek","language":"greek","number_value":297,"lemma":"ἀμφότερος","transliteration":"amphóteros","pronunciation":null,"derivation":"comparative of (around);","strongs_definition":"(in plural) both","kjv_definition":"both"} +{"id":"G298","strongs_number":"G298","system":"greek","language":"greek","number_value":298,"lemma":"ἀμώμητος","transliteration":"amṓmētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3469 (μωμάομαι);","strongs_definition":"unblamable","kjv_definition":"blameless"} +{"id":"G299","strongs_number":"G299","system":"greek","language":"greek","number_value":299,"lemma":"ἄμωμος","transliteration":"ámōmos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3470 (μῶμος);","strongs_definition":"unblemished (literally or figuratively)","kjv_definition":"without blame (blemish, fault, spot), faultless, unblamable"} +{"id":"G300","strongs_number":"G300","system":"greek","language":"greek","number_value":300,"lemma":"Ἀμών","transliteration":"Amṓn","pronunciation":null,"derivation":"of Hebrew origin (H0526);","strongs_definition":"Amon, an Israelite","kjv_definition":"Amon"} +{"id":"G301","strongs_number":"G301","system":"greek","language":"greek","number_value":301,"lemma":"Ἀμώς","transliteration":"Amṓs","pronunciation":null,"derivation":"of Hebrew origin (H0531);","strongs_definition":"Amos, an Israelite","kjv_definition":"Amos"} +{"id":"G302","strongs_number":"G302","system":"greek","language":"greek","number_value":302,"lemma":"ἄν","transliteration":"án","pronunciation":null,"derivation":"a primary particle, denoting a supposition, wish, possibility or uncertainty","strongs_definition":null,"kjv_definition":"(what-, where-, wither-, who-)soever"} +{"id":"G303","strongs_number":"G303","system":"greek","language":"greek","number_value":303,"lemma":"ἀνά","transliteration":"aná","pronunciation":null,"derivation":"a primary preposition and adverb;","strongs_definition":"properly, up; but (by extension) used (distributively) severally, or (locally) at (etc.)","kjv_definition":"and, apiece, by, each, every (man), in, through"} +{"id":"G304","strongs_number":"G304","system":"greek","language":"greek","number_value":304,"lemma":"ἀναβαθμός","transliteration":"anabathmós","pronunciation":null,"derivation":"from G305 (ἀναβαίνω) (compare G898 (βαθμός));","strongs_definition":"a stairway","kjv_definition":"stairs"} +{"id":"G305","strongs_number":"G305","system":"greek","language":"greek","number_value":305,"lemma":"ἀναβαίνω","transliteration":"anabaínō","pronunciation":null,"derivation":"from G303 (ἀνά) and the base of G939 (βάσις);","strongs_definition":"to go up (literally or figuratively)","kjv_definition":"arise, ascend (up), climb (go, grow, rise, spring) up, come (up)"} +{"id":"G306","strongs_number":"G306","system":"greek","language":"greek","number_value":306,"lemma":"ἀναβάλλομαι","transliteration":"anabállomai","pronunciation":null,"derivation":"middle voice from G303 (ἀνά) and G906 (βάλλω);","strongs_definition":"to put off (for oneself)","kjv_definition":"defer"} +{"id":"G307","strongs_number":"G307","system":"greek","language":"greek","number_value":307,"lemma":"ἀναβιβάζω","transliteration":"anabibázō","pronunciation":null,"derivation":"from G303 (ἀνά) and a derivative of the base of G939 (βάσις);","strongs_definition":"to cause to go up, i.e. haul (a net)","kjv_definition":"draw"} +{"id":"G308","strongs_number":"G308","system":"greek","language":"greek","number_value":308,"lemma":"ἀναβλέπω","transliteration":"anablépō","pronunciation":null,"derivation":"from G303 (ἀνά) and G991 (βλέπω);","strongs_definition":"to look up; by implication, to recover sight","kjv_definition":"look (up), see, receive sight"} +{"id":"G309","strongs_number":"G309","system":"greek","language":"greek","number_value":309,"lemma":"ἀνάβλεψις","transliteration":"anáblepsis","pronunciation":null,"derivation":"from G308 (ἀναβλέπω);","strongs_definition":"restoration of sight","kjv_definition":"recovery of sight"} +{"id":"G310","strongs_number":"G310","system":"greek","language":"greek","number_value":310,"lemma":"ἀναβοάω","transliteration":"anaboáō","pronunciation":null,"derivation":"from G303 (ἀνά) and G994 (βοάω);","strongs_definition":"to halloo","kjv_definition":"cry (aloud, out)"} +{"id":"G311","strongs_number":"G311","system":"greek","language":"greek","number_value":311,"lemma":"ἀναβολή","transliteration":"anabolḗ","pronunciation":null,"derivation":"from G306 (ἀναβάλλομαι);","strongs_definition":"a putting off","kjv_definition":"delay"} +{"id":"G312","strongs_number":"G312","system":"greek","language":"greek","number_value":312,"lemma":"ἀναγγέλλω","transliteration":"anangéllō","pronunciation":null,"derivation":"from G303 (ἀνά) and the base of G32 (ἄγγελος);","strongs_definition":"to announce (in detail)","kjv_definition":"declare, rehearse, report, show, speak, tell"} +{"id":"G313","strongs_number":"G313","system":"greek","language":"greek","number_value":313,"lemma":"ἀναγεννάω","transliteration":"anagennáō","pronunciation":null,"derivation":"from G303 (ἀνά) and G1080 (γεννάω);","strongs_definition":"to beget or (by extension) bear (again)","kjv_definition":"beget, (bear) X (again)"} +{"id":"G314","strongs_number":"G314","system":"greek","language":"greek","number_value":314,"lemma":"ἀναγινώσκω","transliteration":"anaginṓskō","pronunciation":null,"derivation":"from G303 (ἀνά) and G1097 (γινώσκω);","strongs_definition":"to know again, i.e. (by extension) to read","kjv_definition":"read"} +{"id":"G315","strongs_number":"G315","system":"greek","language":"greek","number_value":315,"lemma":"ἀναγκάζω","transliteration":"anankázō","pronunciation":null,"derivation":"from G318 (ἀνάγκη);","strongs_definition":"to necessitate","kjv_definition":"compel, constrain"} +{"id":"G316","strongs_number":"G316","system":"greek","language":"greek","number_value":316,"lemma":"ἀναγκαῖος","transliteration":"anankaîos","pronunciation":null,"derivation":"from G318 (ἀνάγκη);","strongs_definition":"necessary; by implication, close (of kin)","kjv_definition":"near, necessary, necessity, needful"} +{"id":"G317","strongs_number":"G317","system":"greek","language":"greek","number_value":317,"lemma":"ἀναγκαστῶς","transliteration":"anankastōs","pronunciation":null,"derivation":"adverb from a derivative of G315 (ἀναγκάζω);","strongs_definition":"compulsorily","kjv_definition":"by constraint"} +{"id":"G318","strongs_number":"G318","system":"greek","language":"greek","number_value":318,"lemma":"ἀνάγκη","transliteration":"anánkē","pronunciation":null,"derivation":"from G303 (ἀνά) and the base of G43 (ἀγκάλη);","strongs_definition":"constraint (literally or figuratively); by implication, distress","kjv_definition":"distress, must needs, (of) necessity(-sary), needeth, needful"} +{"id":"G319","strongs_number":"G319","system":"greek","language":"greek","number_value":319,"lemma":"ἀναγνωρίζομαι","transliteration":"anagnōrízomai","pronunciation":null,"derivation":"middle voice from G303 (ἀνά) and G1107 (γνωρίζω);","strongs_definition":"to make (oneself) known","kjv_definition":"be made known"} +{"id":"G320","strongs_number":"G320","system":"greek","language":"greek","number_value":320,"lemma":"ἀνάγνωσις","transliteration":"anágnōsis","pronunciation":null,"derivation":"from G314 (ἀναγινώσκω);","strongs_definition":"(the act of) reading","kjv_definition":"reading"} +{"id":"G321","strongs_number":"G321","system":"greek","language":"greek","number_value":321,"lemma":"ἀνάγω","transliteration":"anágō","pronunciation":null,"derivation":"from G303 (ἀνά) and G71 (ἄγω);","strongs_definition":"to lead up; by extension to bring out; specially, to sail away","kjv_definition":"bring (again, forth, up again), depart, launch (forth), lead (up), loose, offer, sail, set forth, take up"} +{"id":"G322","strongs_number":"G322","system":"greek","language":"greek","number_value":322,"lemma":"ἀναδείκνυμι","transliteration":"anadeíknymi","pronunciation":null,"derivation":"from G303 (ἀνά) and G1166 (δεικνύω);","strongs_definition":"to exhibit, i.e. (by implication) to indicate, appoint","kjv_definition":"appoint, shew"} +{"id":"G323","strongs_number":"G323","system":"greek","language":"greek","number_value":323,"lemma":"ἀνάδειξις","transliteration":"anádeixis","pronunciation":null,"derivation":"from G322 (ἀναδείκνυμι);","strongs_definition":"(the act of) exhibition","kjv_definition":"shewing"} +{"id":"G324","strongs_number":"G324","system":"greek","language":"greek","number_value":324,"lemma":"ἀναδέχομαι","transliteration":"anadéchomai","pronunciation":null,"derivation":"from G303 (ἀνά) and G1209 (δέχομαι);","strongs_definition":"to entertain (as a guest)","kjv_definition":"receive"} +{"id":"G325","strongs_number":"G325","system":"greek","language":"greek","number_value":325,"lemma":"ἀναδίδωμι","transliteration":"anadídōmi","pronunciation":null,"derivation":"from G303 (ἀνά) and G1325 (δίδωμι);","strongs_definition":"to hand over","kjv_definition":"deliver"} +{"id":"G326","strongs_number":"G326","system":"greek","language":"greek","number_value":326,"lemma":"ἀναζάω","transliteration":"anazáō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2198 (ζάω);","strongs_definition":"to recover life (literally or figuratively)","kjv_definition":"(be a-)live again, revive"} +{"id":"G327","strongs_number":"G327","system":"greek","language":"greek","number_value":327,"lemma":"ἀναζητέω","transliteration":"anazētéō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2212 (ζητέω);","strongs_definition":"to search out","kjv_definition":"seek"} +{"id":"G328","strongs_number":"G328","system":"greek","language":"greek","number_value":328,"lemma":"ἀναζώννυμι","transliteration":"anazṓnnymi","pronunciation":null,"derivation":"from G303 (ἀνά) and G2224 (ζώννυμι);","strongs_definition":"to gird afresh","kjv_definition":"gird up"} +{"id":"G329","strongs_number":"G329","system":"greek","language":"greek","number_value":329,"lemma":"ἀναζωπυρέω","transliteration":"anazōpyréō","pronunciation":null,"derivation":"from G303 (ἀνά) and a compound of the base of G2226 (ζῶον) and G4442 (πῦρ);","strongs_definition":"to re-enkindle","kjv_definition":"stir up"} +{"id":"G330","strongs_number":"G330","system":"greek","language":"greek","number_value":330,"lemma":"ἀναθάλλω","transliteration":"anathállō","pronunciation":null,"derivation":"from G303 (ἀνά) and (to flourish);","strongs_definition":"to revive","kjv_definition":"flourish again"} +{"id":"G331","strongs_number":"G331","system":"greek","language":"greek","number_value":331,"lemma":"ἀνάθεμα","transliteration":"anáthema","pronunciation":null,"derivation":"from G394 (ἀνατίθεμαι);","strongs_definition":"a (religious) ban or (concretely) excommunicated (thing or person)","kjv_definition":"accused, anathema, curse, X great"} +{"id":"G332","strongs_number":"G332","system":"greek","language":"greek","number_value":332,"lemma":"ἀναθεματίζω","transliteration":"anathematízō","pronunciation":null,"derivation":"from G331 (ἀνάθεμα);","strongs_definition":"to declare or vow under penalty of execration","kjv_definition":"(bind under a) curse, bind with an oath"} +{"id":"G333","strongs_number":"G333","system":"greek","language":"greek","number_value":333,"lemma":"ἀναθεωρέω","transliteration":"anatheōréō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2334 (θεωρέω);","strongs_definition":"to look again (i.e. attentively) at (literally or figuratively)","kjv_definition":"behold, consider"} +{"id":"G334","strongs_number":"G334","system":"greek","language":"greek","number_value":334,"lemma":"ἀνάθημα","transliteration":"anáthēma","pronunciation":null,"derivation":"from G394 (ἀνατίθεμαι) (like G331 (ἀνάθεμα), but in a good sense);","strongs_definition":"a votive offering","kjv_definition":"gift"} +{"id":"G335","strongs_number":"G335","system":"greek","language":"greek","number_value":335,"lemma":"ἀναίδεια","transliteration":"anaídeia","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle (compare G427 (ἄνευ))) and G127 (αἰδώς);","strongs_definition":"impudence, i.e. (by implication) importunity","kjv_definition":"importunity"} +{"id":"G336","strongs_number":"G336","system":"greek","language":"greek","number_value":336,"lemma":"ἀναίρεσις","transliteration":"anaíresis","pronunciation":null,"derivation":"from G337 (ἀναιρέω);","strongs_definition":"(the act of) killing","kjv_definition":"death"} +{"id":"G337","strongs_number":"G337","system":"greek","language":"greek","number_value":337,"lemma":"ἀναιρέω","transliteration":"anairéō","pronunciation":null,"derivation":"from G303 (ἀνά) and (the active of) G138 (αἱρέομαι);","strongs_definition":"to take up, i.e. adopt; by implication, to take away (violently), i.e. abolish, murder","kjv_definition":"put to death, kill, slay, take away, take up"} +{"id":"G338","strongs_number":"G338","system":"greek","language":"greek","number_value":338,"lemma":"ἀναίτιος","transliteration":"anaítios","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G159 (αἴτιος) (in the sense of G156 (αἰτία));","strongs_definition":"innocent","kjv_definition":"blameless, guiltless"} +{"id":"G339","strongs_number":"G339","system":"greek","language":"greek","number_value":339,"lemma":"ἀνακαθίζω","transliteration":"anakathízō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2523 (καθίζω);","strongs_definition":"properly, to set up, i.e. (reflexively) to sit up","kjv_definition":"sit up"} +{"id":"G340","strongs_number":"G340","system":"greek","language":"greek","number_value":340,"lemma":"ἀνακαινίζω","transliteration":"anakainízō","pronunciation":null,"derivation":"from G303 (ἀνά) and a derivative of G2537 (καινός);","strongs_definition":"to restore","kjv_definition":"renew"} +{"id":"G341","strongs_number":"G341","system":"greek","language":"greek","number_value":341,"lemma":"ἀνακαινόω","transliteration":"anakainóō","pronunciation":null,"derivation":"from G303 (ἀνά) and a derivative of G2537 (καινός);","strongs_definition":"to renovate","kjv_definition":"renew"} +{"id":"G342","strongs_number":"G342","system":"greek","language":"greek","number_value":342,"lemma":"ἀνακαίνωσις","transliteration":"anakaínōsis","pronunciation":null,"derivation":"from G341 (ἀνακαινόω);","strongs_definition":"renovation","kjv_definition":"renewing"} +{"id":"G343","strongs_number":"G343","system":"greek","language":"greek","number_value":343,"lemma":"ἀνακαλύπτω","transliteration":"anakalýptō","pronunciation":null,"derivation":"from G303 (ἀνά) (in the sense of reversal) and G2572 (καλύπτω);","strongs_definition":"to unveil","kjv_definition":"open, (un-)taken away"} +{"id":"G344","strongs_number":"G344","system":"greek","language":"greek","number_value":344,"lemma":"ἀνακάμπτω","transliteration":"anakámptō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2578 (κάμπτω);","strongs_definition":"to turn back","kjv_definition":"(re-)turn"} +{"id":"G345","strongs_number":"G345","system":"greek","language":"greek","number_value":345,"lemma":"ἀνακεῖμαι","transliteration":"anakeîmai","pronunciation":null,"derivation":"from G303 (ἀνά) and G2749 (κεῖμαι);","strongs_definition":"to recline (as a corpse or at a meal)","kjv_definition":"guest, lean, lie, sit (down, at meat), at the table"} +{"id":"G346","strongs_number":"G346","system":"greek","language":"greek","number_value":346,"lemma":"ἀνακεφαλαίομαι","transliteration":"anakephalaíomai","pronunciation":null,"derivation":"from G303 (ἀνά) and G2775 (κεφαλαιόω) (in its original sense);","strongs_definition":"to sum up","kjv_definition":"briefly comprehend, gather together in one"} +{"id":"G347","strongs_number":"G347","system":"greek","language":"greek","number_value":347,"lemma":"ἀνακλίνω","transliteration":"anaklínō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2827 (κλίνω);","strongs_definition":"to lean back","kjv_definition":"lay, (make) sit down"} +{"id":"G348","strongs_number":"G348","system":"greek","language":"greek","number_value":348,"lemma":"ἀνακόπτω","transliteration":"anakóptō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2875 (κόπτω);","strongs_definition":"to beat back, i.e. check","kjv_definition":"hinder"} +{"id":"G349","strongs_number":"G349","system":"greek","language":"greek","number_value":349,"lemma":"ἀνακράζω","transliteration":"anakrázō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2896 (κράζω);","strongs_definition":"to scream up (aloud)","kjv_definition":"cry out"} +{"id":"G350","strongs_number":"G350","system":"greek","language":"greek","number_value":350,"lemma":"ἀνακρίνω","transliteration":"anakrínō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2919 (κρίνω);","strongs_definition":"properly, to scrutinize, i.e. (by implication) investigate, interrogate, determine","kjv_definition":"ask, question, discern, examine, judge, search"} +{"id":"G351","strongs_number":"G351","system":"greek","language":"greek","number_value":351,"lemma":"ἀνάκρισις","transliteration":"anákrisis","pronunciation":null,"derivation":"from G350 (ἀνακρίνω);","strongs_definition":"a (judicial) investigation","kjv_definition":"examination"} +{"id":"G352","strongs_number":"G352","system":"greek","language":"greek","number_value":352,"lemma":"ἀνακύπτω","transliteration":"anakýptō","pronunciation":null,"derivation":"from G303 (ἀνά) (in the sense of reversal) and G2955 (κύπτω);","strongs_definition":"to unbend, i.e. rise; figuratively, be elated","kjv_definition":"lift up, look up"} +{"id":"G353","strongs_number":"G353","system":"greek","language":"greek","number_value":353,"lemma":"ἀναλαμβάνω","transliteration":"analambánō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2983 (λαμβάνω);","strongs_definition":"to take up","kjv_definition":"receive up, take (in, unto, up)"} +{"id":"G354","strongs_number":"G354","system":"greek","language":"greek","number_value":354,"lemma":"ἀνάληψις","transliteration":"análēpsis","pronunciation":null,"derivation":"from G353 (ἀναλαμβάνω);","strongs_definition":"ascension","kjv_definition":"taking up"} +{"id":"G355","strongs_number":"G355","system":"greek","language":"greek","number_value":355,"lemma":"ἀναλίσκω","transliteration":"analískō","pronunciation":null,"derivation":"from G303 (ἀνά) and a form of the alternate of G138 (αἱρέομαι);","strongs_definition":"properly, to use up, i.e. destroy","kjv_definition":"consume"} +{"id":"G356","strongs_number":"G356","system":"greek","language":"greek","number_value":356,"lemma":"ἀναλογία","transliteration":"analogía","pronunciation":null,"derivation":"from a compound of G303 (ἀνά) and G3056 (λόγος);","strongs_definition":"proportion","kjv_definition":"proportion"} +{"id":"G357","strongs_number":"G357","system":"greek","language":"greek","number_value":357,"lemma":"ἀναλογίζομαι","transliteration":"analogízomai","pronunciation":null,"derivation":"middle voice from G356 (ἀναλογία);","strongs_definition":"to estimate, i.e. (figuratively) contemplate","kjv_definition":"consider"} +{"id":"G358","strongs_number":"G358","system":"greek","language":"greek","number_value":358,"lemma":"ἄναλος","transliteration":"ánalos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G251 (ἅλς);","strongs_definition":"saltless, i.e. insipid","kjv_definition":"X lose saltness"} +{"id":"G359","strongs_number":"G359","system":"greek","language":"greek","number_value":359,"lemma":"ἀνάλυσις","transliteration":"análysis","pronunciation":null,"derivation":"from G360 (ἀναλύω);","strongs_definition":"departure","kjv_definition":"departure"} +{"id":"G360","strongs_number":"G360","system":"greek","language":"greek","number_value":360,"lemma":"ἀναλύω","transliteration":"analýō","pronunciation":null,"derivation":"from G303 (ἀνά) and G3089 (λύω);","strongs_definition":"to break up, i.e. depart (literally or figuratively)","kjv_definition":"depart, return"} +{"id":"G361","strongs_number":"G361","system":"greek","language":"greek","number_value":361,"lemma":"ἀναμάρτητος","transliteration":"anamártētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G264 (ἁμαρτάνω);","strongs_definition":"sinless","kjv_definition":"that is without sin"} +{"id":"G362","strongs_number":"G362","system":"greek","language":"greek","number_value":362,"lemma":"ἀναμένω","transliteration":"anaménō","pronunciation":null,"derivation":"from G303 (ἀνά) and G3306 (μένω);","strongs_definition":"to await","kjv_definition":"wait for"} +{"id":"G363","strongs_number":"G363","system":"greek","language":"greek","number_value":363,"lemma":"ἀναμιμνήσκω","transliteration":"anamimnḗskō","pronunciation":null,"derivation":"from G303 (ἀνά) and G3403 (μιμνήσκω);","strongs_definition":"to remind; (reflexively) to recollect","kjv_definition":"call to mind, (bring to , call to, put in), remember(-brance)"} +{"id":"G364","strongs_number":"G364","system":"greek","language":"greek","number_value":364,"lemma":"ἀνάμνησις","transliteration":"anámnēsis","pronunciation":null,"derivation":"from G363 (ἀναμιμνήσκω);","strongs_definition":"recollection","kjv_definition":"remembrance (again)"} +{"id":"G365","strongs_number":"G365","system":"greek","language":"greek","number_value":365,"lemma":"ἀνανεόω","transliteration":"ananeóō","pronunciation":null,"derivation":"from G303 (ἀνά) and a derivative of G3501 (νέος);","strongs_definition":"to renovate, i.e. reform","kjv_definition":"renew"} +{"id":"G366","strongs_number":"G366","system":"greek","language":"greek","number_value":366,"lemma":"ἀνανήφω","transliteration":"ananḗphō","pronunciation":null,"derivation":"from G303 (ἀνά) and G3525 (νήφω);","strongs_definition":"to become sober again, i.e. (figuratively) regain (one's) senses","kjv_definition":"recover self"} +{"id":"G367","strongs_number":"G367","system":"greek","language":"greek","number_value":367,"lemma":"Ἀνανίας","transliteration":"Ananías","pronunciation":null,"derivation":"of Hebrew origin (H02608);","strongs_definition":"Ananias, the name of three Israelites","kjv_definition":"Ananias"} +{"id":"G368","strongs_number":"G368","system":"greek","language":"greek","number_value":368,"lemma":"ἀναντίῤῥητος","transliteration":"anantírrhētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of a compound of G473 (ἀντί) and G4483 (ῥέω);","strongs_definition":"indisputable","kjv_definition":"cannot be spoken against"} +{"id":"G369","strongs_number":"G369","system":"greek","language":"greek","number_value":369,"lemma":"ἀναντιῤῥήτως","transliteration":"anantirrhḗtōs","pronunciation":null,"derivation":"adverb from G368 (ἀναντίῤῥητος);","strongs_definition":"promptly","kjv_definition":"without gainsaying"} +{"id":"G370","strongs_number":"G370","system":"greek","language":"greek","number_value":370,"lemma":"ἀνάξιος","transliteration":"anáxios","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G514 (ἄξιος);","strongs_definition":"unfit","kjv_definition":"unworthy"} +{"id":"G371","strongs_number":"G371","system":"greek","language":"greek","number_value":371,"lemma":"ἀναξίως","transliteration":"anaxíōs","pronunciation":null,"derivation":"adverb from G370 (ἀνάξιος);","strongs_definition":"irreverently","kjv_definition":"unworthily"} +{"id":"G372","strongs_number":"G372","system":"greek","language":"greek","number_value":372,"lemma":"ἀνάπαυσις","transliteration":"anápausis","pronunciation":null,"derivation":"from G373 (ἀναπαύω);","strongs_definition":"intermission; by implication, recreation","kjv_definition":"rest"} +{"id":"G373","strongs_number":"G373","system":"greek","language":"greek","number_value":373,"lemma":"ἀναπαύω","transliteration":"anapaúō","pronunciation":null,"derivation":"from G303 (ἀνά) and G3973 (παύω);","strongs_definition":"(reflexively) to repose (literally or figuratively (be exempt), remain); by implication, to refresh","kjv_definition":"take ease, refresh, (give, take) rest"} +{"id":"G374","strongs_number":"G374","system":"greek","language":"greek","number_value":374,"lemma":"ἀναπείθω","transliteration":"anapeíthō","pronunciation":null,"derivation":"from G303 (ἀνά) and G3982 (πείθω);","strongs_definition":"to incite","kjv_definition":"persuade"} +{"id":"G375","strongs_number":"G375","system":"greek","language":"greek","number_value":375,"lemma":"ἀναπέμπω","transliteration":"anapémpō","pronunciation":null,"derivation":"from G303 (ἀνά) and G3992 (πέμπω);","strongs_definition":"to send up or back","kjv_definition":"send (again)"} +{"id":"G376","strongs_number":"G376","system":"greek","language":"greek","number_value":376,"lemma":"ἀνάπηρος","transliteration":"anápēros","pronunciation":null,"derivation":"from G303 (ἀνά) (in the sense of intensity) and (maimed);","strongs_definition":"crippled","kjv_definition":"maimed"} +{"id":"G377","strongs_number":"G377","system":"greek","language":"greek","number_value":377,"lemma":"ἀναπίπτω","transliteration":"anapíptō","pronunciation":null,"derivation":"from G303 (ἀνά) and G4098 (πίπτω);","strongs_definition":"to fall back, i.e. lie down, lean back","kjv_definition":"lean, sit down (to meat)"} +{"id":"G378","strongs_number":"G378","system":"greek","language":"greek","number_value":378,"lemma":"ἀναπληρόω","transliteration":"anaplēróō","pronunciation":null,"derivation":"from G303 (ἀνά) and G4137 (πληρόω);","strongs_definition":"to complete; by implication, to occupy, supply; figuratively, to accomplish (by coincidence ot obedience)","kjv_definition":"fill up, fulfill, occupy, supply"} +{"id":"G379","strongs_number":"G379","system":"greek","language":"greek","number_value":379,"lemma":"ἀναπολόγητος","transliteration":"anapológētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G626 (ἀπολογέομαι);","strongs_definition":"indefensible","kjv_definition":"without an excuse, inexcusable"} +{"id":"G380","strongs_number":"G380","system":"greek","language":"greek","number_value":380,"lemma":"ἀναπτύσσω","transliteration":"anaptýssō","pronunciation":null,"derivation":"from G303 (ἀνά) (in the sense of reversal) and G4428 (πτύσσω);","strongs_definition":"to unroll (a scroll or volume)","kjv_definition":"open"} +{"id":"G381","strongs_number":"G381","system":"greek","language":"greek","number_value":381,"lemma":"ἀνάπτω","transliteration":"anáptō","pronunciation":null,"derivation":"from G303 (ἀνά) and G681 (ἅπτω);","strongs_definition":"to enkindle","kjv_definition":"kindle, light"} +{"id":"G382","strongs_number":"G382","system":"greek","language":"greek","number_value":382,"lemma":"ἀναρίθμητος","transliteration":"anaríthmētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G705 (ἀριθμέω);","strongs_definition":"unnumbered, i.e. without number","kjv_definition":"innumerable"} +{"id":"G383","strongs_number":"G383","system":"greek","language":"greek","number_value":383,"lemma":"ἀνασείω","transliteration":"anaseíō","pronunciation":null,"derivation":"from G303 (ἀνά) and G4579 (σείω);","strongs_definition":"figuratively, to excite","kjv_definition":"move, stir up"} +{"id":"G384","strongs_number":"G384","system":"greek","language":"greek","number_value":384,"lemma":"ἀνασκευάζω","transliteration":"anaskeuázō","pronunciation":null,"derivation":"from G303 (ἀνά) (in the sense of reversal) and a derivative of G4632 (σκεῦος);","strongs_definition":"properly, to pack up (baggage), i.e. (by implication, and figuratively) to upset","kjv_definition":"subvert"} +{"id":"G385","strongs_number":"G385","system":"greek","language":"greek","number_value":385,"lemma":"ἀνασπάω","transliteration":"anaspáō","pronunciation":null,"derivation":"from G303 (ἀνά) and G4685 (σπάω);","strongs_definition":"to take up or extricate","kjv_definition":"draw up, pull out"} +{"id":"G386","strongs_number":"G386","system":"greek","language":"greek","number_value":386,"lemma":"ἀνάστασις","transliteration":"anástasis","pronunciation":null,"derivation":"from G450 (ἀνίστημι);","strongs_definition":"a standing up again, i.e. (literally) a resurrection from death (individual, genitive case or by implication, (its author)), or (figuratively) a (moral) recovery (of spiritual truth)","kjv_definition":"raised to life again, resurrection, rise from the dead, that should rise, rising again"} +{"id":"G387","strongs_number":"G387","system":"greek","language":"greek","number_value":387,"lemma":"ἀναστατόω","transliteration":"anastatóō","pronunciation":null,"derivation":"from a derivative of G450 (ἀνίστημι) (in the sense of removal);","strongs_definition":"properly, to drive out of home, i.e. (by implication) to disturb (literally or figuratively)","kjv_definition":"trouble, turn upside down, make an uproar"} +{"id":"G388","strongs_number":"G388","system":"greek","language":"greek","number_value":388,"lemma":"ἀνασταυρόω","transliteration":"anastauróō","pronunciation":null,"derivation":"from G303 (ἀνά) and G4717 (σταυρόω);","strongs_definition":"to recrucify (figuratively)","kjv_definition":"crucify afresh"} +{"id":"G389","strongs_number":"G389","system":"greek","language":"greek","number_value":389,"lemma":"ἀναστενάζω","transliteration":"anastenázō","pronunciation":null,"derivation":"from G303 (ἀνά) and G4727 (στενάζω);","strongs_definition":"to sigh deeply","kjv_definition":"sigh deeply"} +{"id":"G390","strongs_number":"G390","system":"greek","language":"greek","number_value":390,"lemma":"ἀναστρέφω","transliteration":"anastréphō","pronunciation":null,"derivation":"from G303 (ἀνά) and G4762 (στρέφω);","strongs_definition":"to overturn; also to return; by implication, to busy oneself, i.e. remain, live","kjv_definition":"abide, behave self, have conversation, live, overthrow, pass, return, be used"} +{"id":"G391","strongs_number":"G391","system":"greek","language":"greek","number_value":391,"lemma":"ἀναστροφή","transliteration":"anastrophḗ","pronunciation":null,"derivation":"from G390 (ἀναστρέφω);","strongs_definition":"behavior","kjv_definition":"conversation"} +{"id":"G392","strongs_number":"G392","system":"greek","language":"greek","number_value":392,"lemma":"ἀνατάσσομαι","transliteration":"anatássomai","pronunciation":null,"derivation":"from G303 (ἀνά) and the middle voice of G5021 (τάσσω);","strongs_definition":"to arrange","kjv_definition":"set in order"} +{"id":"G393","strongs_number":"G393","system":"greek","language":"greek","number_value":393,"lemma":"ἀνατέλλω","transliteration":"anatéllō","pronunciation":null,"derivation":"from G303 (ἀνά) and the base of G5056 (τέλος);","strongs_definition":"to (cause to) arise","kjv_definition":"(a-, make to) rise, at the rising of, spring (up), be up"} +{"id":"G394","strongs_number":"G394","system":"greek","language":"greek","number_value":394,"lemma":"ἀνατίθεμαι","transliteration":"anatíthemai","pronunciation":null,"derivation":"from G303 (ἀνά) and the middle voice of G5087 (τίθημι);","strongs_definition":"to set forth (for oneself), i.e propound","kjv_definition":"communicate, declare"} +{"id":"G395","strongs_number":"G395","system":"greek","language":"greek","number_value":395,"lemma":"ἀνατολή","transliteration":"anatolḗ","pronunciation":null,"derivation":"from G393 (ἀνατέλλω);","strongs_definition":"a rising of light, i.e. dawn (figuratively); by implication, the east (also in plural)","kjv_definition":"dayspring, east, rising"} +{"id":"G396","strongs_number":"G396","system":"greek","language":"greek","number_value":396,"lemma":"ἀνατρέπω","transliteration":"anatrépō","pronunciation":null,"derivation":"from G303 (ἀνά) and the base of G5157 (τροπή);","strongs_definition":"to overturn (figuratively)","kjv_definition":"overthrow, subvert"} +{"id":"G397","strongs_number":"G397","system":"greek","language":"greek","number_value":397,"lemma":"ἀνατρέφω","transliteration":"anatréphō","pronunciation":null,"derivation":"from G303 (ἀνά) and G5142 (τρέφω);","strongs_definition":"to rear (physically or mentally)","kjv_definition":"bring up, nourish (up)"} +{"id":"G398","strongs_number":"G398","system":"greek","language":"greek","number_value":398,"lemma":"ἀναφαίνω","transliteration":"anaphaínō","pronunciation":null,"derivation":"from G303 (ἀνά) and G5316 (φαίνω);","strongs_definition":"to show, i.e. (reflexively) appear, or (passively) to have pointed out","kjv_definition":"(should) appear, discover"} +{"id":"G399","strongs_number":"G399","system":"greek","language":"greek","number_value":399,"lemma":"ἀναφέρω","transliteration":"anaphérō","pronunciation":null,"derivation":"from G303 (ἀνά) and G5342 (φέρω);","strongs_definition":"to take up (literally or figuratively)","kjv_definition":"bear, bring (carry, lead) up, offer (up)"} +{"id":"G400","strongs_number":"G400","system":"greek","language":"greek","number_value":400,"lemma":"ἀναφωνέω","transliteration":"anaphōnéō","pronunciation":null,"derivation":"from G303 (ἀνά) and G5455 (φωνέω);","strongs_definition":"to exclaim","kjv_definition":"speak out"} +{"id":"G401","strongs_number":"G401","system":"greek","language":"greek","number_value":401,"lemma":"ἀνάχυσις","transliteration":"anáchysis","pronunciation":null,"derivation":"from a comparative of G303 (ἀνά) and (to pour);","strongs_definition":"properly, effusion, i.e. (figuratively) license","kjv_definition":"excess"} +{"id":"G402","strongs_number":"G402","system":"greek","language":"greek","number_value":402,"lemma":"ἀναχωρέω","transliteration":"anachōréō","pronunciation":null,"derivation":"from G303 (ἀνά) and G5562 (χωρέω);","strongs_definition":"to retire","kjv_definition":"depart, give place, go (turn) aside, withdraw self"} +{"id":"G403","strongs_number":"G403","system":"greek","language":"greek","number_value":403,"lemma":"ἀνάψυξις","transliteration":"anápsyxis","pronunciation":null,"derivation":"from G404 (ἀναψύχω);","strongs_definition":"properly, a recovery of breath, i.e. (figuratively) revival","kjv_definition":"revival"} +{"id":"G404","strongs_number":"G404","system":"greek","language":"greek","number_value":404,"lemma":"ἀναψύχω","transliteration":"anapsýchō","pronunciation":null,"derivation":"from G303 (ἀνά) and G5594 (ψύχω);","strongs_definition":"properly, to cool off, i.e. (figuratively) relieve","kjv_definition":"refresh"} +{"id":"G405","strongs_number":"G405","system":"greek","language":"greek","number_value":405,"lemma":"ἀνδραποδιστής","transliteration":"andrapodistḗs","pronunciation":null,"derivation":"from a derivative of a compound of G435 (ἀνήρ) and G4228 (πούς);","strongs_definition":"an enslaver (as bringing men to his feet)","kjv_definition":"menstealer"} +{"id":"G406","strongs_number":"G406","system":"greek","language":"greek","number_value":406,"lemma":"Ἀνδρέας","transliteration":"Andréas","pronunciation":null,"derivation":"from G435 (ἀνήρ);","strongs_definition":"manly; Andreas, an Israelite","kjv_definition":"Andrew"} +{"id":"G407","strongs_number":"G407","system":"greek","language":"greek","number_value":407,"lemma":"ἀνδρίζομαι","transliteration":"andrízomai","pronunciation":null,"derivation":"middle voice from G435 (ἀνήρ);","strongs_definition":"to act manly","kjv_definition":"quit like men"} +{"id":"G408","strongs_number":"G408","system":"greek","language":"greek","number_value":408,"lemma":"Ἀνδρόνικος","transliteration":"Andrónikos","pronunciation":null,"derivation":"from G435 (ἀνήρ) and G3534 (νῖκος);","strongs_definition":"man of victory; Andronicos, an Israelite","kjv_definition":"Adronicus"} +{"id":"G409","strongs_number":"G409","system":"greek","language":"greek","number_value":409,"lemma":"ἀνδροφόνος","transliteration":"androphónos","pronunciation":null,"derivation":"from G435 (ἀνήρ) and G5408 (φόνος);","strongs_definition":"a murderer","kjv_definition":"manslayer"} +{"id":"G410","strongs_number":"G410","system":"greek","language":"greek","number_value":410,"lemma":"ἀνέγκλητος","transliteration":"anénklētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G1458 (ἐγκαλέω);","strongs_definition":"unaccused, i.e. (by implication) irreproachable","kjv_definition":"blameless"} +{"id":"G411","strongs_number":"G411","system":"greek","language":"greek","number_value":411,"lemma":"ἀνεκδιήγητος","transliteration":"anekdiḗgētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G1555 (ἐκδιηγέομαι);","strongs_definition":"not expounded in full, i.e. indescribable","kjv_definition":"unspeakable"} +{"id":"G412","strongs_number":"G412","system":"greek","language":"greek","number_value":412,"lemma":"ἀνεκλάλητος","transliteration":"aneklálētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G1583 (ἐκλαλέω);","strongs_definition":"not spoken out, i.e. (by implication) unutterable","kjv_definition":"unspeakable"} +{"id":"G413","strongs_number":"G413","system":"greek","language":"greek","number_value":413,"lemma":"ἀνέκλειπτος","transliteration":"anékleiptos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G1587 (ἐκλείπω);","strongs_definition":"not left out, i.e. (by implication) inexhaustible","kjv_definition":"that faileth not"} +{"id":"G414","strongs_number":"G414","system":"greek","language":"greek","number_value":414,"lemma":"ἀνεκτότερος","transliteration":"anektóteros","pronunciation":null,"derivation":"comparative of a derivative of G430 (ἀνέχομαι);","strongs_definition":"more endurable","kjv_definition":"more tolerable"} +{"id":"G415","strongs_number":"G415","system":"greek","language":"greek","number_value":415,"lemma":"ἀνελεήμων","transliteration":"aneleḗmōn","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G1655 (ἐλεήμων);","strongs_definition":"merciless","kjv_definition":"unmerciful"} +{"id":"G416","strongs_number":"G416","system":"greek","language":"greek","number_value":416,"lemma":"ἀνεμίζω","transliteration":"anemízō","pronunciation":null,"derivation":"from G417 (ἄνεμος);","strongs_definition":"to toss with the wind","kjv_definition":"drive with the wind"} +{"id":"G417","strongs_number":"G417","system":"greek","language":"greek","number_value":417,"lemma":"ἄνεμος","transliteration":"ánemos","pronunciation":null,"derivation":"from the base of G109 (ἀήρ);","strongs_definition":"wind; (plural) by implication, (the four) quarters (of the earth)","kjv_definition":"wind"} +{"id":"G418","strongs_number":"G418","system":"greek","language":"greek","number_value":418,"lemma":"ἀνένδεκτος","transliteration":"anéndektos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of the same as G1735 (ἐνδέχεται);","strongs_definition":"unadmitted, i.e. (by implication) not supposable","kjv_definition":"impossible"} +{"id":"G419","strongs_number":"G419","system":"greek","language":"greek","number_value":419,"lemma":"ἀνεξερεύνητος","transliteration":"anexereúnētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G1830 (ἐξερευνάω);","strongs_definition":"not searched out, i.e. (by implication) inscrutable","kjv_definition":"unsearchable"} +{"id":"G420","strongs_number":"G420","system":"greek","language":"greek","number_value":420,"lemma":"ἀνεξίκακος","transliteration":"anexíkakos","pronunciation":null,"derivation":"from G430 (ἀνέχομαι) and G2556 (κακός);","strongs_definition":"enduring of ill, i.e. forbearing","kjv_definition":"patient"} +{"id":"G421","strongs_number":"G421","system":"greek","language":"greek","number_value":421,"lemma":"ἀνεξιχνίαστος","transliteration":"anexichníastos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of a compound of G1537 (ἐκ) and a derivative of G2487 (ἴχνος);","strongs_definition":"not tracked out, i.e. (by implication) untraceable","kjv_definition":"past finding out; unsearchable"} +{"id":"G422","strongs_number":"G422","system":"greek","language":"greek","number_value":422,"lemma":"ἀνεπαίσχυντος","transliteration":"anepaíschyntos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of a compound of G1909 (ἐπί) and G153 (αἰσχύνομαι);","strongs_definition":"not ashamed, i.e. irreprehensible:","kjv_definition":"--that needeth not to be ashamed"} +{"id":"G423","strongs_number":"G423","system":"greek","language":"greek","number_value":423,"lemma":"ἀνεπίληπτος","transliteration":"anepílēptos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G1949 (ἐπιλαμβάνομαι);","strongs_definition":"not arrested, i.e. (by implication) inculpable","kjv_definition":"blameless, unrebukeable"} +{"id":"G424","strongs_number":"G424","system":"greek","language":"greek","number_value":424,"lemma":"ἀνέρχομαι","transliteration":"anérchomai","pronunciation":null,"derivation":"from G303 (ἀνά) and G2064 (ἔρχομαι);","strongs_definition":"to ascend","kjv_definition":"go up"} +{"id":"G425","strongs_number":"G425","system":"greek","language":"greek","number_value":425,"lemma":"ἄνεσις","transliteration":"ánesis","pronunciation":null,"derivation":"from G447 (ἀνίημι);","strongs_definition":"relaxation or (figuratively) relief","kjv_definition":"eased, liberty, rest"} +{"id":"G426","strongs_number":"G426","system":"greek","language":"greek","number_value":426,"lemma":"ἀνετάζω","transliteration":"anetázō","pronunciation":null,"derivation":"from G303 (ἀνά) and (to test);","strongs_definition":"to investigate (judicially)","kjv_definition":"(should have) examined(-d)"} +{"id":"G427","strongs_number":"G427","system":"greek","language":"greek","number_value":427,"lemma":"ἄνευ","transliteration":"áneu","pronunciation":null,"derivation":"a primary particle;","strongs_definition":"without","kjv_definition":"without"} +{"id":"G428","strongs_number":"G428","system":"greek","language":"greek","number_value":428,"lemma":"ἀνεύθετος","transliteration":"aneúthetos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2111 (εὔθετος);","strongs_definition":"not well set, i.e. inconvenient","kjv_definition":"not commodious"} +{"id":"G429","strongs_number":"G429","system":"greek","language":"greek","number_value":429,"lemma":"ἀνευρίσκω","transliteration":"aneurískō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2147 (εὑρίσκω);","strongs_definition":"to find out","kjv_definition":"find"} +{"id":"G430","strongs_number":"G430","system":"greek","language":"greek","number_value":430,"lemma":"ἀνέχομαι","transliteration":"anéchomai","pronunciation":null,"derivation":"middle voice from G303 (ἀνά) and G2192 (ἔχω);","strongs_definition":"to hold oneself up against, i.e. (figuratively) put up with","kjv_definition":"bear with, endure, forbear, suffer"} +{"id":"G431","strongs_number":"G431","system":"greek","language":"greek","number_value":431,"lemma":"ἀνεψιός","transliteration":"anepsiós","pronunciation":null,"derivation":"from G1 (Α) (as a particle of union) and an obsolete (a brood);","strongs_definition":"properly, akin, i.e. (specially) a cousin","kjv_definition":"sister's son"} +{"id":"G432","strongs_number":"G432","system":"greek","language":"greek","number_value":432,"lemma":"ἄνηθον","transliteration":"ánēthon","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"dill","kjv_definition":"anise"} +{"id":"G433","strongs_number":"G433","system":"greek","language":"greek","number_value":433,"lemma":"ἀνήκω","transliteration":"anḗkō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2240 (ἥκω);","strongs_definition":"to attain to, i.e. (figuratively) be proper","kjv_definition":"convenient, be fit"} +{"id":"G434","strongs_number":"G434","system":"greek","language":"greek","number_value":434,"lemma":"ἀνήμερος","transliteration":"anḗmeros","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and (lame);","strongs_definition":"savage","kjv_definition":"fierce"} +{"id":"G435","strongs_number":"G435","system":"greek","language":"greek","number_value":435,"lemma":"ἀνήρ","transliteration":"anḗr","pronunciation":null,"derivation":"a primary word (compare G444 (ἄνθρωπος));","strongs_definition":"a man (properly as an individual male)","kjv_definition":"fellow, husband, man, sir"} +{"id":"G436","strongs_number":"G436","system":"greek","language":"greek","number_value":436,"lemma":"ἀνθίστημι","transliteration":"anthístēmi","pronunciation":null,"derivation":"from G473 (ἀντί) and G2476 (ἵστημι);","strongs_definition":"to stand against, i.e. oppose","kjv_definition":"resist, withstand"} +{"id":"G437","strongs_number":"G437","system":"greek","language":"greek","number_value":437,"lemma":"ἀνθομολογέομαι","transliteration":"anthomologéomai","pronunciation":null,"derivation":"from G473 (ἀντί) and the middle voice of G3670 (ὁμολογέω);","strongs_definition":"to confess in turn, i.e. respond in praise","kjv_definition":"give thanks"} +{"id":"G438","strongs_number":"G438","system":"greek","language":"greek","number_value":438,"lemma":"ἄνθος","transliteration":"ánthos","pronunciation":null,"derivation":"a primary word;","strongs_definition":"a blossom","kjv_definition":"flower"} +{"id":"G439","strongs_number":"G439","system":"greek","language":"greek","number_value":439,"lemma":"ἀνθρακιά","transliteration":"anthrakiá","pronunciation":null,"derivation":"from G440 (ἄνθραξ);","strongs_definition":"a bed of burning coals","kjv_definition":"fire of coals"} +{"id":"G440","strongs_number":"G440","system":"greek","language":"greek","number_value":440,"lemma":"ἄνθραξ","transliteration":"ánthrax","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a live coal","kjv_definition":"coal of fire"} +{"id":"G441","strongs_number":"G441","system":"greek","language":"greek","number_value":441,"lemma":"ἀνθρωπάρεσκος","transliteration":"anthrōpáreskos","pronunciation":null,"derivation":"from G444 (ἄνθρωπος) and G700 (ἀρέσκω);","strongs_definition":"man-courting, i.e. fawning","kjv_definition":"men-pleaser"} +{"id":"G442","strongs_number":"G442","system":"greek","language":"greek","number_value":442,"lemma":"ἀνθρώπινος","transliteration":"anthrṓpinos","pronunciation":null,"derivation":"from G444 (ἄνθρωπος);","strongs_definition":"human","kjv_definition":"human, common to man, man(-kind), (man-)kind, men's, after the manner of men"} +{"id":"G443","strongs_number":"G443","system":"greek","language":"greek","number_value":443,"lemma":"ἀνθρωποκτόνος","transliteration":"anthrōpoktónos","pronunciation":null,"derivation":"from G444 (ἄνθρωπος) and (to kill);","strongs_definition":"a manslayer","kjv_definition":"murderer"} +{"id":"G444","strongs_number":"G444","system":"greek","language":"greek","number_value":444,"lemma":"ἄνθρωπος","transliteration":"ánthrōpos","pronunciation":null,"derivation":"from G435 (ἀνήρ) and (the countenance;","strongs_definition":"from G3700 (ὀπτάνομαι)); man-faced, i.e. a human being","kjv_definition":"certain, man"} +{"id":"G445","strongs_number":"G445","system":"greek","language":"greek","number_value":445,"lemma":"ἀνθυπατεύω","transliteration":"anthypateúō","pronunciation":null,"derivation":"from G446 (ἀνθύπατος);","strongs_definition":"to act as proconsul","kjv_definition":"be the deputy"} +{"id":"G446","strongs_number":"G446","system":"greek","language":"greek","number_value":446,"lemma":"ἀνθύπατος","transliteration":"anthýpatos","pronunciation":null,"derivation":"from G473 (ἀντί) and a superlative of G5228 (ὑπέρ);","strongs_definition":"instead of the highest officer, i.e. (specially) a Roman proconsul","kjv_definition":"deputy"} +{"id":"G447","strongs_number":"G447","system":"greek","language":"greek","number_value":447,"lemma":"ἀνίημι","transliteration":"aníēmi","pronunciation":null,"derivation":"from G303 (ἀνά) and (to send);","strongs_definition":"to let up, i.e. (literally) slacken or (figuratively) desert, desist from","kjv_definition":"forbear, leave, loose"} +{"id":"G448","strongs_number":"G448","system":"greek","language":"greek","number_value":448,"lemma":"ἀνίλεως","transliteration":"aníleōs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2436 (ἵλεως);","strongs_definition":"inexorable","kjv_definition":"without mercy"} +{"id":"G449","strongs_number":"G449","system":"greek","language":"greek","number_value":449,"lemma":"ἄνιπτος","transliteration":"ániptos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G3538 (νίπτω);","strongs_definition":"without ablution","kjv_definition":"unwashen"} +{"id":"G450","strongs_number":"G450","system":"greek","language":"greek","number_value":450,"lemma":"ἀνίστημι","transliteration":"anístēmi","pronunciation":null,"derivation":"from G303 (ἀνά) and G2476 (ἵστημι);","strongs_definition":"to stand up (literal or figurative, transitive or intransitive)","kjv_definition":"arise, lift up, raise up (again), rise (again), stand up(-right)"} +{"id":"G451","strongs_number":"G451","system":"greek","language":"greek","number_value":451,"lemma":"Ἄννα","transliteration":"Ánna","pronunciation":null,"derivation":"of Hebrew origin (H02584);","strongs_definition":"Anna, an Israelitess","kjv_definition":"Anna"} +{"id":"G452","strongs_number":"G452","system":"greek","language":"greek","number_value":452,"lemma":"Ἄννας","transliteration":"Ánnas","pronunciation":null,"derivation":"of Hebrew origin (H02608);","strongs_definition":"Annas (i.e. G367 (Ἀνανίας)), an Israelite","kjv_definition":"Annas"} +{"id":"G453","strongs_number":"G453","system":"greek","language":"greek","number_value":453,"lemma":"ἀνόητος","transliteration":"anóētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3539 (νοιέω);","strongs_definition":"unintelligent; by implication, sensual","kjv_definition":"fool(-ish), unwise"} +{"id":"G454","strongs_number":"G454","system":"greek","language":"greek","number_value":454,"lemma":"ἄνοια","transliteration":"ánoia","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and G3563 (νοῦς);","strongs_definition":"stupidity; by implication, rage","kjv_definition":"folly, madness"} +{"id":"G455","strongs_number":"G455","system":"greek","language":"greek","number_value":455,"lemma":"ἀνοίγω","transliteration":"anoígō","pronunciation":null,"derivation":"from G303 (ἀνά) and (to open);","strongs_definition":"to open up (literally or figuratively, in various applications)","kjv_definition":"open"} +{"id":"G456","strongs_number":"G456","system":"greek","language":"greek","number_value":456,"lemma":"ἀνοικοδομέω","transliteration":"anoikodoméō","pronunciation":null,"derivation":"from G303 (ἀνά) and G3618 (οἰκοδομέω);","strongs_definition":"to rebuild","kjv_definition":"build again"} +{"id":"G457","strongs_number":"G457","system":"greek","language":"greek","number_value":457,"lemma":"ἄνοιξις","transliteration":"ánoixis","pronunciation":null,"derivation":"from G455 (ἀνοίγω);","strongs_definition":"opening (throat)","kjv_definition":"X open"} +{"id":"G458","strongs_number":"G458","system":"greek","language":"greek","number_value":458,"lemma":"ἀνομία","transliteration":"anomía","pronunciation":null,"derivation":"from G459 (ἄνομος);","strongs_definition":"illegality, i.e. violation of law or (genitive case) wickedness","kjv_definition":"iniquity, X transgress(-ion of) the law, unrighteousness"} +{"id":"G459","strongs_number":"G459","system":"greek","language":"greek","number_value":459,"lemma":"ἄνομος","transliteration":"ánomos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3551 (νόμος);","strongs_definition":"lawless, i.e. (negatively) not subject to (the Jewish) law; (by implication, a Gentile), or (positively) wicked","kjv_definition":"without law, lawless, transgressor, unlawful, wicked"} +{"id":"G460","strongs_number":"G460","system":"greek","language":"greek","number_value":460,"lemma":"ἀνόμως","transliteration":"anómōs","pronunciation":null,"derivation":"adverb from G459 (ἄνομος);","strongs_definition":"lawlessly, i.e. (specially) not amenable to (the Jewish) law","kjv_definition":"without law"} +{"id":"G461","strongs_number":"G461","system":"greek","language":"greek","number_value":461,"lemma":"ἀνορθόω","transliteration":"anorthóō","pronunciation":null,"derivation":"from G303 (ἀνά) and a derivative of the base of G3717 (ὀρθός);","strongs_definition":"to straighten up","kjv_definition":"lift (set) up, make straight"} +{"id":"G462","strongs_number":"G462","system":"greek","language":"greek","number_value":462,"lemma":"ἀνόσιος","transliteration":"anósios","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3741 (ὅσιος);","strongs_definition":"wicked","kjv_definition":"unholy"} +{"id":"G463","strongs_number":"G463","system":"greek","language":"greek","number_value":463,"lemma":"ἀνοχή","transliteration":"anochḗ","pronunciation":null,"derivation":"from G430 (ἀνέχομαι);","strongs_definition":"self-restraint, i.e. tolerance","kjv_definition":"forbearance"} +{"id":"G464","strongs_number":"G464","system":"greek","language":"greek","number_value":464,"lemma":"ἀνταγωνίζομαι","transliteration":"antagōnízomai","pronunciation":null,"derivation":"from G473 (ἀντί) and G75 (ἀγωνίζομαι);","strongs_definition":"to struggle against (figuratively) (\"antagonize\")","kjv_definition":"strive against"} +{"id":"G465","strongs_number":"G465","system":"greek","language":"greek","number_value":465,"lemma":"ἀντάλλαγμα","transliteration":"antállagma","pronunciation":null,"derivation":"from a compound of G473 (ἀντί) and G236 (ἀλλάσσω);","strongs_definition":"an equivalent or ransom","kjv_definition":"in exchange"} +{"id":"G466","strongs_number":"G466","system":"greek","language":"greek","number_value":466,"lemma":"ἀνταναπληρόω","transliteration":"antanaplēróō","pronunciation":null,"derivation":"from G473 (ἀντί) and G378 (ἀναπληρόω);","strongs_definition":"to supplement","kjv_definition":"fill up"} +{"id":"G467","strongs_number":"G467","system":"greek","language":"greek","number_value":467,"lemma":"ἀνταποδίδωμι","transliteration":"antapodídōmi","pronunciation":null,"derivation":"from G473 (ἀντί) and G591 (ἀποδίδωμι);","strongs_definition":"to requite (good or evil)","kjv_definition":"recompense, render, repay"} +{"id":"G468","strongs_number":"G468","system":"greek","language":"greek","number_value":468,"lemma":"ἀνταπόδομα","transliteration":"antapódoma","pronunciation":null,"derivation":"from G467 (ἀνταποδίδωμι);","strongs_definition":"a requital (properly, the thing)","kjv_definition":"recompense"} +{"id":"G469","strongs_number":"G469","system":"greek","language":"greek","number_value":469,"lemma":"ἀνταπόδοσις","transliteration":"antapódosis","pronunciation":null,"derivation":"from G467 (ἀνταποδίδωμι);","strongs_definition":"requital (properly, the act)","kjv_definition":"reward"} +{"id":"G470","strongs_number":"G470","system":"greek","language":"greek","number_value":470,"lemma":"ἀνταποκρίνομαι","transliteration":"antapokrínomai","pronunciation":null,"derivation":"from G473 (ἀντί) and G611 (ἀποκρίνομαι);","strongs_definition":"to contradict or dispute","kjv_definition":"answer again, reply against"} +{"id":"G471","strongs_number":"G471","system":"greek","language":"greek","number_value":471,"lemma":"ἀντέπω","transliteration":"antépō","pronunciation":null,"derivation":"from G473 (ἀντί) and G2036 (ἔπω);","strongs_definition":"to refute or deny","kjv_definition":"gainsay, say against"} +{"id":"G472","strongs_number":"G472","system":"greek","language":"greek","number_value":472,"lemma":"ἀντέχομαι","transliteration":"antéchomai","pronunciation":null,"derivation":"from G473 (ἀντί) and the middle voice of G2192 (ἔχω);","strongs_definition":"to hold oneself opposite to, i.e. (by implication) adhere to; by extension to care for","kjv_definition":"hold fast, hold to, support"} +{"id":"G473","strongs_number":"G473","system":"greek","language":"greek","number_value":473,"lemma":"ἀντί","transliteration":"antí","pronunciation":null,"derivation":"a primary particle;","strongs_definition":"opposite, i.e. instead or because of (rarely in addition to)","kjv_definition":"for, in the room of"} +{"id":"G474","strongs_number":"G474","system":"greek","language":"greek","number_value":474,"lemma":"ἀντιβάλλω","transliteration":"antibállō","pronunciation":null,"derivation":"from G473 (ἀντί) and G906 (βάλλω);","strongs_definition":"to bandy","kjv_definition":"have"} +{"id":"G475","strongs_number":"G475","system":"greek","language":"greek","number_value":475,"lemma":"ἀντιδιατίθεμαι","transliteration":"antidiatíthemai","pronunciation":null,"derivation":"from G473 (ἀντί) and G1303 (διατίθεμαι);","strongs_definition":"to set oneself opposite, i.e. be disputatious","kjv_definition":"that oppose themselves"} +{"id":"G476","strongs_number":"G476","system":"greek","language":"greek","number_value":476,"lemma":"ἀντίδικος","transliteration":"antídikos","pronunciation":null,"derivation":"from G473 (ἀντί) and G1349 (δίκη);","strongs_definition":"an opponent (in a lawsuit); specially, Satan (as the arch-enemy)","kjv_definition":"adversary"} +{"id":"G477","strongs_number":"G477","system":"greek","language":"greek","number_value":477,"lemma":"ἀντίθεσις","transliteration":"antíthesis","pronunciation":null,"derivation":"from a compound of G473 (ἀντί) and G5087 (τίθημι);","strongs_definition":"opposition, i.e. a conflict (of theories)","kjv_definition":"opposition"} +{"id":"G478","strongs_number":"G478","system":"greek","language":"greek","number_value":478,"lemma":"ἀντικαθίστημι","transliteration":"antikathístēmi","pronunciation":null,"derivation":"from G473 (ἀντί) and G2525 (καθίστημι);","strongs_definition":"to set down (troops) against, i.e. withstand","kjv_definition":"resist"} +{"id":"G479","strongs_number":"G479","system":"greek","language":"greek","number_value":479,"lemma":"ἀντικαλέω","transliteration":"antikaléō","pronunciation":null,"derivation":"from G473 (ἀντί) and G2564 (καλέω);","strongs_definition":"to invite in return","kjv_definition":"bid again"} +{"id":"G480","strongs_number":"G480","system":"greek","language":"greek","number_value":480,"lemma":"ἀντίκειμαι","transliteration":"antíkeimai","pronunciation":null,"derivation":"from G473 (ἀντί) and G2749 (κεῖμαι);","strongs_definition":"to lie opposite, i.e. be adverse (figuratively, repugnant) to","kjv_definition":"adversary, be contrary, oppose"} +{"id":"G481","strongs_number":"G481","system":"greek","language":"greek","number_value":481,"lemma":"ἀντικρύ","transliteration":"antikrý","pronunciation":null,"derivation":"prolonged from G473 (ἀντί);","strongs_definition":"opposite","kjv_definition":"over against"} +{"id":"G482","strongs_number":"G482","system":"greek","language":"greek","number_value":482,"lemma":"ἀντιλαμβάνομαι","transliteration":"antilambánomai","pronunciation":null,"derivation":"from G473 (ἀντί) and the middle voice of G2983 (λαμβάνω);","strongs_definition":"to take hold of in turn, i.e. succor; also to participate","kjv_definition":"help, partaker, support"} +{"id":"G483","strongs_number":"G483","system":"greek","language":"greek","number_value":483,"lemma":"ἀντιλέγω","transliteration":"antilégō","pronunciation":null,"derivation":"from G473 (ἀντί) and G3004 (λέγω);","strongs_definition":"to dispute, refuse","kjv_definition":"answer again, contradict, deny, gainsay(-er), speak against"} +{"id":"G484","strongs_number":"G484","system":"greek","language":"greek","number_value":484,"lemma":"ἀντίληψις","transliteration":"antílēpsis","pronunciation":null,"derivation":"from G482 (ἀντιλαμβάνομαι);","strongs_definition":"relief","kjv_definition":"help"} +{"id":"G485","strongs_number":"G485","system":"greek","language":"greek","number_value":485,"lemma":"ἀντιλογία","transliteration":"antilogía","pronunciation":null,"derivation":"from a derivative of G483 (ἀντιλέγω);","strongs_definition":"dispute, disobedience","kjv_definition":"contradiction, gainsaying, strife"} +{"id":"G486","strongs_number":"G486","system":"greek","language":"greek","number_value":486,"lemma":"ἀντιλοιδορέω","transliteration":"antiloidoréō","pronunciation":null,"derivation":"from G473 (ἀντί) and G3058 (λοιδορέω);","strongs_definition":"to rail in reply","kjv_definition":"revile again"} +{"id":"G487","strongs_number":"G487","system":"greek","language":"greek","number_value":487,"lemma":"ἀντίλυτρον","transliteration":"antílytron","pronunciation":null,"derivation":"from G473 (ἀντί) and G3083 (λύτρον);","strongs_definition":"a redemption-price","kjv_definition":"ransom"} +{"id":"G488","strongs_number":"G488","system":"greek","language":"greek","number_value":488,"lemma":"ἀντιμετρέω","transliteration":"antimetréō","pronunciation":null,"derivation":"from G473 (ἀντί) and G3354 (μετρέω);","strongs_definition":"to mete in return","kjv_definition":"measure again"} +{"id":"G489","strongs_number":"G489","system":"greek","language":"greek","number_value":489,"lemma":"ἀντιμισθία","transliteration":"antimisthía","pronunciation":null,"derivation":"from a compound of G473 (ἀντί) and G3408 (μισθός);","strongs_definition":"requital, correspondence","kjv_definition":"recompense"} +{"id":"G490","strongs_number":"G490","system":"greek","language":"greek","number_value":490,"lemma":"Ἀντιόχεια","transliteration":"Antiócheia","pronunciation":null,"derivation":"from (a Syrian king);","strongs_definition":"Antiochia, a place in Syria","kjv_definition":"Antioch"} +{"id":"G491","strongs_number":"G491","system":"greek","language":"greek","number_value":491,"lemma":"Ἀντιοχεύς","transliteration":"Antiocheús","pronunciation":null,"derivation":"from G490 (Ἀντιόχεια);","strongs_definition":"an Antiochian or inhabitant of Antiochia","kjv_definition":"of Antioch"} +{"id":"G492","strongs_number":"G492","system":"greek","language":"greek","number_value":492,"lemma":"ἀντιπαρέρχομαι","transliteration":"antiparérchomai","pronunciation":null,"derivation":"from G473 (ἀντί) and G3928 (παρέρχομαι);","strongs_definition":"to go along opposite","kjv_definition":"pass by on the other side"} +{"id":"G493","strongs_number":"G493","system":"greek","language":"greek","number_value":493,"lemma":"Ἀντίπας","transliteration":"Antípas","pronunciation":null,"derivation":"contracted for a compound of G473 (ἀντί) and a derivative of G3962 (πατήρ);","strongs_definition":"Antipas, a Christian","kjv_definition":"Antipas"} +{"id":"G494","strongs_number":"G494","system":"greek","language":"greek","number_value":494,"lemma":"Ἀντιπατρίς","transliteration":"Antipatrís","pronunciation":null,"derivation":"from the same as G493 (Ἀντίπας);","strongs_definition":"Antipatris, a place in Palestine","kjv_definition":"Antipatris"} +{"id":"G495","strongs_number":"G495","system":"greek","language":"greek","number_value":495,"lemma":"ἀντιπέραν","transliteration":"antipéran","pronunciation":null,"derivation":"from G473 (ἀντί) and G4008 (πέραν);","strongs_definition":"on the opposite side","kjv_definition":"over against"} +{"id":"G496","strongs_number":"G496","system":"greek","language":"greek","number_value":496,"lemma":"ἀντιπίπτω","transliteration":"antipíptō","pronunciation":null,"derivation":"from G473 (ἀντί) and G4098 (πίπτω) (including its alternate);","strongs_definition":"to oppose","kjv_definition":"resist"} +{"id":"G497","strongs_number":"G497","system":"greek","language":"greek","number_value":497,"lemma":"ἀντιστρατεύομαι","transliteration":"antistrateúomai","pronunciation":null,"derivation":"from G473 (ἀντί) and G4754 (στρατεύομαι);","strongs_definition":"(figuratively) to attack, i.e. (by implication) destroy","kjv_definition":"war against"} +{"id":"G498","strongs_number":"G498","system":"greek","language":"greek","number_value":498,"lemma":"ἀντιτάσσομαι","transliteration":"antitássomai","pronunciation":null,"derivation":"from G473 (ἀντί) and the middle voice of G5021 (τάσσω);","strongs_definition":"to range oneself against, i.e. oppose","kjv_definition":"oppose themselves, resist"} +{"id":"G499","strongs_number":"G499","system":"greek","language":"greek","number_value":499,"lemma":"ἀντίτυπον","transliteration":"antítypon","pronunciation":null,"derivation":"neuter of a compound of G473 (ἀντί) and G5179 (τύπος);","strongs_definition":"corresponding (\"antitype\"), i.e. a representative, counterpart","kjv_definition":"(like) figure (whereunto)"} +{"id":"G500","strongs_number":"G500","system":"greek","language":"greek","number_value":500,"lemma":"ἀντίχριστος","transliteration":"antíchristos","pronunciation":null,"derivation":"from G473 (ἀντί) and G5547 (Χριστός);","strongs_definition":"an opponent of the Messiah","kjv_definition":"antichrist"} +{"id":"G501","strongs_number":"G501","system":"greek","language":"greek","number_value":501,"lemma":"ἀντλέω","transliteration":"antléō","pronunciation":null,"derivation":"from (the hold of a ship);","strongs_definition":"to bale up (properly, bilge water), i.e. dip water (with a bucket, pitcher, etc.)","kjv_definition":"draw (out)"} +{"id":"G502","strongs_number":"G502","system":"greek","language":"greek","number_value":502,"lemma":"ἄντλημα","transliteration":"ántlēma","pronunciation":null,"derivation":"from G501 (ἀντλέω);","strongs_definition":"a baling-vessel","kjv_definition":"thing to draw with"} +{"id":"G503","strongs_number":"G503","system":"greek","language":"greek","number_value":503,"lemma":"ἀντοφθαλμέω","transliteration":"antophthalméō","pronunciation":null,"derivation":"from a compound of G473 (ἀντί) and G3788 (ὀφθαλμός);","strongs_definition":"to face","kjv_definition":"bear up into"} +{"id":"G504","strongs_number":"G504","system":"greek","language":"greek","number_value":504,"lemma":"ἄνυδρος","transliteration":"ánydros","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5204 (ὕδωρ);","strongs_definition":"waterless, i.e. dry","kjv_definition":"dry, without water"} +{"id":"G505","strongs_number":"G505","system":"greek","language":"greek","number_value":505,"lemma":"ἀνυπόκριτος","transliteration":"anypókritos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G5271 (ὑποκρίνομαι);","strongs_definition":"undissembled, i.e. sincere","kjv_definition":"without dissimulation (hypocrisy), unfeigned"} +{"id":"G506","strongs_number":"G506","system":"greek","language":"greek","number_value":506,"lemma":"ἀνυπότακτος","transliteration":"anypótaktos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G5293 (ὑποτάσσω);","strongs_definition":"unsubdued, i.e. insubordinate (in fact or temper)","kjv_definition":"disobedient, that is not put under, unruly"} +{"id":"G507","strongs_number":"G507","system":"greek","language":"greek","number_value":507,"lemma":"ἄνω","transliteration":"ánō","pronunciation":null,"derivation":"adverb from G473 (ἀντί);","strongs_definition":"upward or on the top","kjv_definition":"above, brim, high, up"} +{"id":"G508","strongs_number":"G508","system":"greek","language":"greek","number_value":508,"lemma":"ἀνώγεον","transliteration":"anṓgeon","pronunciation":null,"derivation":"from G507 (ἄνω) and G1093 (γῆ);","strongs_definition":"above the ground, i.e. (properly) the second floor of a building; used for a dome or a balcony on the upper story","kjv_definition":"upper room"} +{"id":"G509","strongs_number":"G509","system":"greek","language":"greek","number_value":509,"lemma":"ἄνωθεν","transliteration":"ánōthen","pronunciation":null,"derivation":"from G507 (ἄνω);","strongs_definition":"from above; by analogy, from the first; by implication, anew","kjv_definition":"from above, again, from the beginning (very first), the top"} +{"id":"G510","strongs_number":"G510","system":"greek","language":"greek","number_value":510,"lemma":"ἀνωτερικός","transliteration":"anōterikós","pronunciation":null,"derivation":"from G511 (ἀνώτερος);","strongs_definition":"superior, i.e. (locally) more remote","kjv_definition":"upper"} +{"id":"G511","strongs_number":"G511","system":"greek","language":"greek","number_value":511,"lemma":"ἀνώτερος","transliteration":"anṓteros","pronunciation":null,"derivation":"comparative degree of G507 (ἄνω);","strongs_definition":"upper, i.e. (neuter as adverb) to a more conspicuous place, in a former part of the book","kjv_definition":"above, higher"} +{"id":"G512","strongs_number":"G512","system":"greek","language":"greek","number_value":512,"lemma":"ἀνωφελής","transliteration":"anōphelḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and the base of G5624 (ὠφέλιμος);","strongs_definition":"useless or (neuter) inutility","kjv_definition":"unprofitable(-ness)"} +{"id":"G513","strongs_number":"G513","system":"greek","language":"greek","number_value":513,"lemma":"ἀξίνη","transliteration":"axínē","pronunciation":null,"derivation":"probably from (to break;","strongs_definition":"compare G4486 (ῥήγνυμι)); an axe","kjv_definition":"axe"} +{"id":"G514","strongs_number":"G514","system":"greek","language":"greek","number_value":514,"lemma":"ἄξιος","transliteration":"áxios","pronunciation":null,"derivation":"probably from G71 (ἄγω);","strongs_definition":"deserving, comparable or suitable (as if drawing praise)","kjv_definition":"due reward, meet, (un-)worthy"} +{"id":"G515","strongs_number":"G515","system":"greek","language":"greek","number_value":515,"lemma":"ἀξιόω","transliteration":"axióō","pronunciation":null,"derivation":"from G514 (ἄξιος);","strongs_definition":"to deem entitled or fit","kjv_definition":"desire, think good, count (think) worthy"} +{"id":"G516","strongs_number":"G516","system":"greek","language":"greek","number_value":516,"lemma":"ἀξίως","transliteration":"axíōs","pronunciation":null,"derivation":"adverb from G514 (ἄξιος);","strongs_definition":"appropriately","kjv_definition":"as becometh, after a godly sort, worthily(-thy)"} +{"id":"G517","strongs_number":"G517","system":"greek","language":"greek","number_value":517,"lemma":"ἀόρατος","transliteration":"aóratos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3707 (ὁρατός);","strongs_definition":"invisible","kjv_definition":"invisible (thing)"} +{"id":"G518","strongs_number":"G518","system":"greek","language":"greek","number_value":518,"lemma":"ἀπαγγέλλω","transliteration":"apangéllō","pronunciation":null,"derivation":"from G575 (ἀπό) and the base of G32 (ἄγγελος);","strongs_definition":"to announce","kjv_definition":"bring word (again), declare, report, shew (again), tell"} +{"id":"G519","strongs_number":"G519","system":"greek","language":"greek","number_value":519,"lemma":"ἀπάγχομαι","transliteration":"apánchomai","pronunciation":null,"derivation":"from G575 (ἀπό) and (to choke;","strongs_definition":"akin to the base of G43 (ἀγκάλη)); to strangle oneself off (i.e. to death)","kjv_definition":"hang himself"} +{"id":"G520","strongs_number":"G520","system":"greek","language":"greek","number_value":520,"lemma":"ἀπάγω","transliteration":"apágō","pronunciation":null,"derivation":"from G575 (ἀπό) and G71 (ἄγω);","strongs_definition":"to take off (in various senses)","kjv_definition":"bring, carry away, lead (away), put to death, take away"} +{"id":"G521","strongs_number":"G521","system":"greek","language":"greek","number_value":521,"lemma":"ἀπαίδευτος","transliteration":"apaídeutos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3811 (παιδεύω);","strongs_definition":"uninstructed, i.e. (figuratively) stupid","kjv_definition":"unlearned"} +{"id":"G522","strongs_number":"G522","system":"greek","language":"greek","number_value":522,"lemma":"ἀπαίρω","transliteration":"apaírō","pronunciation":null,"derivation":"from G575 (ἀπό) and G142 (αἴρω);","strongs_definition":"to lift off, i.e. remove","kjv_definition":"take (away)"} +{"id":"G523","strongs_number":"G523","system":"greek","language":"greek","number_value":523,"lemma":"ἀπαιτέω","transliteration":"apaitéō","pronunciation":null,"derivation":"from G575 (ἀπό) and G154 (αἰτέω);","strongs_definition":"to demand back","kjv_definition":"ask again, require"} +{"id":"G524","strongs_number":"G524","system":"greek","language":"greek","number_value":524,"lemma":"ἀπαλγέω","transliteration":"apalgéō","pronunciation":null,"derivation":"from G575 (ἀπό) and (to smart);","strongs_definition":"to grieve out, i.e. become apathetic","kjv_definition":"be past feeling"} +{"id":"G525","strongs_number":"G525","system":"greek","language":"greek","number_value":525,"lemma":"ἀπαλλάσσω","transliteration":"apallássō","pronunciation":null,"derivation":"from G575 (ἀπό) and G236 (ἀλλάσσω);","strongs_definition":"to change away, i.e. release, (reflexively) remove","kjv_definition":"deliver, depart"} +{"id":"G526","strongs_number":"G526","system":"greek","language":"greek","number_value":526,"lemma":"ἀπαλλοτριόω","transliteration":"apallotrióō","pronunciation":null,"derivation":"from G575 (ἀπό) and a derivative of G245 (ἀλλότριος);","strongs_definition":"to estrange away, i.e. (passively and figuratively) to be non-participant","kjv_definition":"alienate, be alien"} +{"id":"G527","strongs_number":"G527","system":"greek","language":"greek","number_value":527,"lemma":"ἀπαλός","transliteration":"apalós","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"soft","kjv_definition":"tender"} +{"id":"G528","strongs_number":"G528","system":"greek","language":"greek","number_value":528,"lemma":"ἀπαντάω","transliteration":"apantáō","pronunciation":null,"derivation":"from G575 (ἀπό) and a derivative of G473 (ἀντί);","strongs_definition":"to meet away, i.e. encounter","kjv_definition":"meet"} +{"id":"G529","strongs_number":"G529","system":"greek","language":"greek","number_value":529,"lemma":"ἀπάντησις","transliteration":"apántēsis","pronunciation":null,"derivation":"from G528 (ἀπαντάω);","strongs_definition":"a (friendly) encounter","kjv_definition":"meet"} +{"id":"G530","strongs_number":"G530","system":"greek","language":"greek","number_value":530,"lemma":"ἅπαξ","transliteration":"hápax","pronunciation":null,"derivation":"probably from G537 (ἅπας);","strongs_definition":"one (or a single) time (numerically or conclusively)","kjv_definition":"once"} +{"id":"G531","strongs_number":"G531","system":"greek","language":"greek","number_value":531,"lemma":"ἀπαράβατος","transliteration":"aparábatos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3845 (παραβαίνω);","strongs_definition":"not passing away, i.e. untransferable (perpetual)","kjv_definition":"unchangeable"} +{"id":"G532","strongs_number":"G532","system":"greek","language":"greek","number_value":532,"lemma":"ἀπαρασκεύαστος","transliteration":"aparaskeúastos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3903 (παρασκευάζω);","strongs_definition":"unready","kjv_definition":"unprepared"} +{"id":"G533","strongs_number":"G533","system":"greek","language":"greek","number_value":533,"lemma":"ἀπαρνέομαι","transliteration":"aparnéomai","pronunciation":null,"derivation":"from G575 (ἀπό) and G720 (ἀρνέομαι);","strongs_definition":"to deny utterly, i.e. disown, abstain","kjv_definition":"deny"} +{"id":"G534","strongs_number":"G534","system":"greek","language":"greek","number_value":534,"lemma":"ἀπάρτι","transliteration":"apárti","pronunciation":null,"derivation":"from G575 (ἀπό) and G737 (ἄρτι);","strongs_definition":"from now, i.e. henceforth (already)","kjv_definition":"from henceforth"} +{"id":"G535","strongs_number":"G535","system":"greek","language":"greek","number_value":535,"lemma":"ἀπαρτισμός","transliteration":"apartismós","pronunciation":null,"derivation":"from a derivative of G534 (ἀπάρτι);","strongs_definition":"completion","kjv_definition":"finishing"} +{"id":"G536","strongs_number":"G536","system":"greek","language":"greek","number_value":536,"lemma":"ἀπαρχή","transliteration":"aparchḗ","pronunciation":null,"derivation":"from a compound of G575 (ἀπό) and G756 (ἄρχομαι);","strongs_definition":"a beginning of sacrifice, i.e. the (Jewish) first-fruit (figuratively)","kjv_definition":"first-fruits"} +{"id":"G537","strongs_number":"G537","system":"greek","language":"greek","number_value":537,"lemma":"ἅπας","transliteration":"hápas","pronunciation":null,"derivation":"from G1 (Α) (as a particle of union) and G3956 (πᾶς);","strongs_definition":"absolutely all or (singular) every one","kjv_definition":"all (things), every (one), whole"} +{"id":"G538","strongs_number":"G538","system":"greek","language":"greek","number_value":538,"lemma":"ἀπατάω","transliteration":"apatáō","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"to cheat, i.e. delude","kjv_definition":"deceive"} +{"id":"G539","strongs_number":"G539","system":"greek","language":"greek","number_value":539,"lemma":"ἀπάτη","transliteration":"apátē","pronunciation":null,"derivation":"from G538 (ἀπατάω);","strongs_definition":"delusion","kjv_definition":"deceit(-ful, -fulness), deceivableness(-ving)"} +{"id":"G540","strongs_number":"G540","system":"greek","language":"greek","number_value":540,"lemma":"ἀπάτωρ","transliteration":"apátōr","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3962 (πατήρ);","strongs_definition":"fatherless, i.e. of unrecorded paternity","kjv_definition":"without father"} +{"id":"G541","strongs_number":"G541","system":"greek","language":"greek","number_value":541,"lemma":"ἀπαύγασμα","transliteration":"apaúgasma","pronunciation":null,"derivation":"from a compound of G575 (ἀπό) and G826 (αὐγάζω);","strongs_definition":"an off-flash, i.e. effulgence","kjv_definition":"brightness"} +{"id":"G542","strongs_number":"G542","system":"greek","language":"greek","number_value":542,"lemma":"ἀπείδω","transliteration":"apeídō","pronunciation":null,"derivation":"from G575 (ἀπό) and the same as G1492 (εἴδω);","strongs_definition":"to see fully","kjv_definition":"see"} +{"id":"G543","strongs_number":"G543","system":"greek","language":"greek","number_value":543,"lemma":"ἀπείθεια","transliteration":"apeítheia","pronunciation":null,"derivation":"from G545 (ἀπειθής);","strongs_definition":"disbelief (obstinate and rebellious)","kjv_definition":"disobedience, unbelief"} +{"id":"G544","strongs_number":"G544","system":"greek","language":"greek","number_value":544,"lemma":"ἀπειθέω","transliteration":"apeithéō","pronunciation":null,"derivation":"from G545 (ἀπειθής);","strongs_definition":"to disbelieve (wilfully and perversely)","kjv_definition":"not believe, disobedient, obey not, unbelieving"} +{"id":"G545","strongs_number":"G545","system":"greek","language":"greek","number_value":545,"lemma":"ἀπειθής","transliteration":"apeithḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3982 (πείθω);","strongs_definition":"unpersuadable, i.e. contumacious","kjv_definition":"disobedient"} +{"id":"G546","strongs_number":"G546","system":"greek","language":"greek","number_value":546,"lemma":"ἀπειλέω","transliteration":"apeiléō","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"to menace; by implication, to forbid","kjv_definition":"threaten"} +{"id":"G547","strongs_number":"G547","system":"greek","language":"greek","number_value":547,"lemma":"ἀπειλή","transliteration":"apeilḗ","pronunciation":null,"derivation":"from G546 (ἀπειλέω);","strongs_definition":"a menace","kjv_definition":"X straitly, threatening"} +{"id":"G548","strongs_number":"G548","system":"greek","language":"greek","number_value":548,"lemma":"ἄπειμι","transliteration":"ápeimi","pronunciation":null,"derivation":"from G575 (ἀπό) and G1510 (εἰμί);","strongs_definition":"to be away","kjv_definition":"be absent"} +{"id":"G549","strongs_number":"G549","system":"greek","language":"greek","number_value":549,"lemma":"ἄπειμι","transliteration":"ápeimi","pronunciation":null,"derivation":"from G575 (ἀπό) and (to go);","strongs_definition":"to go away","kjv_definition":"go"} +{"id":"G550","strongs_number":"G550","system":"greek","language":"greek","number_value":550,"lemma":"ἀπειπόμην","transliteration":"apeipómēn","pronunciation":null,"derivation":"reflexive past of a compound of G575 (ἀπό) and G2036 (ἔπω);","strongs_definition":"to say off for oneself, i.e. disown","kjv_definition":"renounce"} +{"id":"G551","strongs_number":"G551","system":"greek","language":"greek","number_value":551,"lemma":"ἀπείραστος","transliteration":"apeírastos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G3987 (πειράω);","strongs_definition":"untried, i.e. not temptable","kjv_definition":"not to be tempted"} +{"id":"G552","strongs_number":"G552","system":"greek","language":"greek","number_value":552,"lemma":"ἄπειρος","transliteration":"ápeiros","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3984 (πεῖρα);","strongs_definition":"inexperienced, i.e. ignorant","kjv_definition":"unskilful"} +{"id":"G553","strongs_number":"G553","system":"greek","language":"greek","number_value":553,"lemma":"ἀπεκδέχομαι","transliteration":"apekdéchomai","pronunciation":null,"derivation":"from G575 (ἀπό) and G1551 (ἐκδέχομαι);","strongs_definition":"to expect fully","kjv_definition":"look (wait) for"} +{"id":"G554","strongs_number":"G554","system":"greek","language":"greek","number_value":554,"lemma":"ἀπεκδύομαι","transliteration":"apekdýomai","pronunciation":null,"derivation":"middle voice from G575 (ἀπό) and G1562 (ἐκδύω);","strongs_definition":"to divest wholly oneself, or (for oneself) despoil","kjv_definition":"put off, spoil"} +{"id":"G555","strongs_number":"G555","system":"greek","language":"greek","number_value":555,"lemma":"ἀπέκδυσις","transliteration":"apékdysis","pronunciation":null,"derivation":"from G554 (ἀπεκδύομαι);","strongs_definition":"divestment","kjv_definition":"putting off"} +{"id":"G556","strongs_number":"G556","system":"greek","language":"greek","number_value":556,"lemma":"ἀπελαύνω","transliteration":"apelaúnō","pronunciation":null,"derivation":"from G575 (ἀπό) and G1643 (ἐλαύνω);","strongs_definition":"to dismiss","kjv_definition":"drive"} +{"id":"G557","strongs_number":"G557","system":"greek","language":"greek","number_value":557,"lemma":"ἀπελεγμός","transliteration":"apelegmós","pronunciation":null,"derivation":"from a compound of G575 (ἀπό) and G1651 (ἐλέγχω);","strongs_definition":"refutation, i.e. (by implication) contempt","kjv_definition":"nought"} +{"id":"G558","strongs_number":"G558","system":"greek","language":"greek","number_value":558,"lemma":"ἀπελεύθερος","transliteration":"apeleútheros","pronunciation":null,"derivation":"from G575 (ἀπό) and G1658 (ἐλεύθερος);","strongs_definition":"one freed away, i.e. a freedman","kjv_definition":"freeman"} +{"id":"G559","strongs_number":"G559","system":"greek","language":"greek","number_value":559,"lemma":"Ἀπελλῆς","transliteration":"Apellēs","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Apelles, a Christian","kjv_definition":"Apelles"} +{"id":"G560","strongs_number":"G560","system":"greek","language":"greek","number_value":560,"lemma":"ἀπελπίζω","transliteration":"apelpízō","pronunciation":null,"derivation":"from G575 (ἀπό) and G1679 (ἐλπίζω);","strongs_definition":"to hope out, i.e. fully expect","kjv_definition":"hope for again"} +{"id":"G561","strongs_number":"G561","system":"greek","language":"greek","number_value":561,"lemma":"ἀπέναντι","transliteration":"apénanti","pronunciation":null,"derivation":"from G575 (ἀπό) and G1725 (ἔναντι);","strongs_definition":"from in front, i.e. opposite, before or against","kjv_definition":"before, contrary, over against, in the presence of"} +{"id":"G562","strongs_number":"G562","system":"greek","language":"greek","number_value":562,"lemma":"ἀπέραντος","transliteration":"apérantos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a secondary derivative of G4008 (πέραν);","strongs_definition":"unfinished, i.e. (by implication) interminable","kjv_definition":"endless"} +{"id":"G563","strongs_number":"G563","system":"greek","language":"greek","number_value":563,"lemma":"ἀπερισπάστως","transliteration":"aperispástōs","pronunciation":null,"derivation":"adverb from a compound of G1 (Α) (as a negative participle) and a presumed derivative of G4049 (περισπάω);","strongs_definition":"undistractedly, i.e. free from (domestic) solicitude","kjv_definition":"without distraction"} +{"id":"G564","strongs_number":"G564","system":"greek","language":"greek","number_value":564,"lemma":"ἀπερίτμητος","transliteration":"aperítmētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G4059 (περιτέμνω);","strongs_definition":"uncircumcised (figuratively)","kjv_definition":"uncircumcised"} +{"id":"G565","strongs_number":"G565","system":"greek","language":"greek","number_value":565,"lemma":"ἀπέρχομαι","transliteration":"apérchomai","pronunciation":null,"derivation":"from G575 (ἀπό) and G2064 (ἔρχομαι);","strongs_definition":"to go off (i.e. depart), aside (i.e. apart) or behind (i.e. follow), literally or figuratively","kjv_definition":"come, depart, go (aside, away, back, out, … ways), pass away, be past"} +{"id":"G566","strongs_number":"G566","system":"greek","language":"greek","number_value":566,"lemma":"ἀπέχει","transliteration":"apéchei","pronunciation":null,"derivation":"third person singular present indicative active of G568 (ἀπέχω) used impersonally;","strongs_definition":"it is sufficient","kjv_definition":"it is enough"} +{"id":"G567","strongs_number":"G567","system":"greek","language":"greek","number_value":567,"lemma":"ἀπέχομαι","transliteration":"apéchomai","pronunciation":null,"derivation":"middle voice (reflexively) of G568 (ἀπέχω);","strongs_definition":"to hold oneself off, i.e. refrain","kjv_definition":"abstain"} +{"id":"G568","strongs_number":"G568","system":"greek","language":"greek","number_value":568,"lemma":"ἀπέχω","transliteration":"apéchō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2192 (ἔχω);","strongs_definition":"(actively) to have out, i.e. receive in full; (intransitively) to keep (oneself) away, i.e. be distant (literally or figuratively)","kjv_definition":"be, have, receive"} +{"id":"G569","strongs_number":"G569","system":"greek","language":"greek","number_value":569,"lemma":"ἀπιστέω","transliteration":"apistéō","pronunciation":null,"derivation":"from G571 (ἄπιστος);","strongs_definition":"to be unbelieving, i.e. (transitively) disbelieve, or (by implication) disobey","kjv_definition":"believe not"} +{"id":"G570","strongs_number":"G570","system":"greek","language":"greek","number_value":570,"lemma":"ἀπιστία","transliteration":"apistía","pronunciation":null,"derivation":"from G571 (ἄπιστος);","strongs_definition":"faithlessness, i.e. (negatively) disbelief (lack of Christian faith), or (positively) unfaithfulness (disobedience)","kjv_definition":"unbelief"} +{"id":"G571","strongs_number":"G571","system":"greek","language":"greek","number_value":571,"lemma":"ἄπιστος","transliteration":"ápistos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G4103 (πιστός);","strongs_definition":"(actively) disbelieving, i.e. without Christian faith (specially, a heathen); (passively) untrustworthy (person), or incredible (thing)","kjv_definition":"that believeth not, faithless, incredible thing, infidel, unbeliever(-ing)"} +{"id":"G572","strongs_number":"G572","system":"greek","language":"greek","number_value":572,"lemma":"ἁπλότης","transliteration":"haplótēs","pronunciation":null,"derivation":"from G573 (ἁπλοῦς);","strongs_definition":"singleness, i.e. (subjectively) sincerity (without dissimulation or self-seeking), or (objectively) generosity (copious bestowal)","kjv_definition":"bountifulness, liberal(-ity), simplicity, singleness"} +{"id":"G573","strongs_number":"G573","system":"greek","language":"greek","number_value":573,"lemma":"ἁπλοῦς","transliteration":"haploûs","pronunciation":null,"derivation":"probably from G1 (Α) (as a particle of union) and the base of G4120 (πλέκω);","strongs_definition":"properly, folded together, i.e. single (figuratively, clear)","kjv_definition":"single"} +{"id":"G574","strongs_number":"G574","system":"greek","language":"greek","number_value":574,"lemma":"ἁπλῶς","transliteration":"haplōs","pronunciation":null,"derivation":"adverb from G573 (ἁπλοῦς) (in the objective sense of G572 (ἁπλότης));","strongs_definition":"bountifully;","kjv_definition":"--liberally"} +{"id":"G575","strongs_number":"G575","system":"greek","language":"greek","number_value":575,"lemma":"ἀπό","transliteration":"apó","pronunciation":null,"derivation":"a primary particle;","strongs_definition":"\"off,\" i.e. away (from something near), in various senses (of place, time, or relation; literal or figurative)","kjv_definition":"(X here-)after, ago, at, because of, before, by (the space of), for(-th), from, in, (out) of, off, (up-)on(-ce), since, with"} +{"id":"G576","strongs_number":"G576","system":"greek","language":"greek","number_value":576,"lemma":"ἀποβαίνω","transliteration":"apobaínō","pronunciation":null,"derivation":"from G575 (ἀπό) and the base of G939 (βάσις);","strongs_definition":"literally, to disembark; figuratively, to eventuate","kjv_definition":"become, go out, turn"} +{"id":"G577","strongs_number":"G577","system":"greek","language":"greek","number_value":577,"lemma":"ἀποβάλλω","transliteration":"apobállō","pronunciation":null,"derivation":"from G575 (ἀπό) and G906 (βάλλω);","strongs_definition":"to throw off; figuratively, to lose","kjv_definition":"cast away"} +{"id":"G578","strongs_number":"G578","system":"greek","language":"greek","number_value":578,"lemma":"ἀποβλέπω","transliteration":"apoblépō","pronunciation":null,"derivation":"from G575 (ἀπό) and G991 (βλέπω);","strongs_definition":"to look away from everything else, i.e. (figuratively) intently regard","kjv_definition":"have respect"} +{"id":"G579","strongs_number":"G579","system":"greek","language":"greek","number_value":579,"lemma":"ἀπόβλητος","transliteration":"apóblētos","pronunciation":null,"derivation":"from G577 (ἀποβάλλω);","strongs_definition":"cast off, i.e. (figuratively) such as to be rejected","kjv_definition":"be refused"} +{"id":"G580","strongs_number":"G580","system":"greek","language":"greek","number_value":580,"lemma":"ἀποβολή","transliteration":"apobolḗ","pronunciation":null,"derivation":"from G577 (ἀποβάλλω);","strongs_definition":"rejection; figuratively, loss","kjv_definition":"casting away, loss"} +{"id":"G581","strongs_number":"G581","system":"greek","language":"greek","number_value":581,"lemma":"ἀπογενόμενος","transliteration":"apogenómenos","pronunciation":null,"derivation":"past participle of a compound of G575 (ἀπό) and G1096 (γίνομαι);","strongs_definition":"absent, i.e. deceased (figuratively, renounced)","kjv_definition":"being dead"} +{"id":"G582","strongs_number":"G582","system":"greek","language":"greek","number_value":582,"lemma":"ἀπογραφή","transliteration":"apographḗ","pronunciation":null,"derivation":"from G583 (ἀπογράφω);","strongs_definition":"an enrollment; by implication, an assessment","kjv_definition":"taxing"} +{"id":"G583","strongs_number":"G583","system":"greek","language":"greek","number_value":583,"lemma":"ἀπογράφω","transliteration":"apográphō","pronunciation":null,"derivation":"from G575 (ἀπό) and G1125 (γράφω);","strongs_definition":"to write off (a copy or list), i.e. enrol","kjv_definition":"tax, write"} +{"id":"G584","strongs_number":"G584","system":"greek","language":"greek","number_value":584,"lemma":"ἀποδείκνυμι","transliteration":"apodeíknymi","pronunciation":null,"derivation":"from G575 (ἀπό) and G1166 (δεικνύω);","strongs_definition":"to show off, i.e. exhibit; figuratively, to demonstrate, i.e. accredit","kjv_definition":"(ap-)prove, set forth, shew"} +{"id":"G585","strongs_number":"G585","system":"greek","language":"greek","number_value":585,"lemma":"ἀπόδειξις","transliteration":"apódeixis","pronunciation":null,"derivation":"from G584 (ἀποδείκνυμι);","strongs_definition":"manifestation","kjv_definition":"demonstration"} +{"id":"G586","strongs_number":"G586","system":"greek","language":"greek","number_value":586,"lemma":"ἀποδεκατόω","transliteration":"apodekatóō","pronunciation":null,"derivation":"from G575 (ἀπό) and G1183 (δεκατόω);","strongs_definition":"to tithe (as debtor or creditor)","kjv_definition":"(give, pay, take) tithe"} +{"id":"G587","strongs_number":"G587","system":"greek","language":"greek","number_value":587,"lemma":"ἀπόδεκτος","transliteration":"apódektos","pronunciation":null,"derivation":"from G588 (ἀποδέχομαι);","strongs_definition":"accepted, i.e. agreeable","kjv_definition":"acceptable"} +{"id":"G588","strongs_number":"G588","system":"greek","language":"greek","number_value":588,"lemma":"ἀποδέχομαι","transliteration":"apodéchomai","pronunciation":null,"derivation":"from G575 (ἀπό) and G1209 (δέχομαι);","strongs_definition":"to take fully, i.e. welcome (persons), approve (things)","kjv_definition":"accept, receive (gladly)"} +{"id":"G589","strongs_number":"G589","system":"greek","language":"greek","number_value":589,"lemma":"ἀποδημέω","transliteration":"apodēméō","pronunciation":null,"derivation":"from G590 (ἀπόδημος);","strongs_definition":"to go abroad, i.e. visit a foreign land","kjv_definition":"go (travel) into a far country, journey"} +{"id":"G590","strongs_number":"G590","system":"greek","language":"greek","number_value":590,"lemma":"ἀπόδημος","transliteration":"apódēmos","pronunciation":null,"derivation":"from G575 (ἀπό) and G1218 (δῆμος);","strongs_definition":"absent from one's own people, i.e. a foreign traveller","kjv_definition":"taking a far journey"} +{"id":"G591","strongs_number":"G591","system":"greek","language":"greek","number_value":591,"lemma":"ἀποδίδωμι","transliteration":"apodídōmi","pronunciation":null,"derivation":"from G575 (ἀπό) and G1325 (δίδωμι);","strongs_definition":"to give away, i.e. up, over, back, etc. (in various applications)","kjv_definition":"deliver (again), give (again), (re-)pay(-ment be made), perform, recompense, render, requite, restore, reward, sell, yield"} +{"id":"G592","strongs_number":"G592","system":"greek","language":"greek","number_value":592,"lemma":"ἀποδιορίζω","transliteration":"apodiorízō","pronunciation":null,"derivation":"from G575 (ἀπό) and a compound of G223 (Ἀλέξανδρος) and G3724 (ὁρίζω);","strongs_definition":"to disjoin (by a boundary, figuratively, a party)","kjv_definition":"separate"} +{"id":"G593","strongs_number":"G593","system":"greek","language":"greek","number_value":593,"lemma":"ἀποδοκιμάζω","transliteration":"apodokimázō","pronunciation":null,"derivation":"from G575 (ἀπό) and G1381 (δοκιμάζω);","strongs_definition":"to disapprove, i.e. (by implication) to repudiate","kjv_definition":"disallow, reject"} +{"id":"G594","strongs_number":"G594","system":"greek","language":"greek","number_value":594,"lemma":"ἀποδοχή","transliteration":"apodochḗ","pronunciation":null,"derivation":"from G588 (ἀποδέχομαι);","strongs_definition":"acceptance","kjv_definition":"acceptation"} +{"id":"G595","strongs_number":"G595","system":"greek","language":"greek","number_value":595,"lemma":"ἀπόθεσις","transliteration":"apóthesis","pronunciation":null,"derivation":"from G659 (ἀποτίθημι);","strongs_definition":"a laying aside (literally or figuratively)","kjv_definition":"putting away (off)"} +{"id":"G596","strongs_number":"G596","system":"greek","language":"greek","number_value":596,"lemma":"ἀποθήκη","transliteration":"apothḗkē","pronunciation":null,"derivation":"from G659 (ἀποτίθημι);","strongs_definition":"a repository, i.e. granary","kjv_definition":"barn, garner"} +{"id":"G597","strongs_number":"G597","system":"greek","language":"greek","number_value":597,"lemma":"ἀποθησαυρίζω","transliteration":"apothēsaurízō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2343 (θησαυρίζω);","strongs_definition":"to treasure away","kjv_definition":"lay up in store"} +{"id":"G598","strongs_number":"G598","system":"greek","language":"greek","number_value":598,"lemma":"ἀποθλίβω","transliteration":"apothlíbō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2346 (θλίβω);","strongs_definition":"to crowd (from every side)","kjv_definition":"press"} +{"id":"G599","strongs_number":"G599","system":"greek","language":"greek","number_value":599,"lemma":"ἀποθνήσκω","transliteration":"apothnḗskō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2348 (θνήσκω);","strongs_definition":"to die off (literally or figuratively)","kjv_definition":"be dead, death, die, lie a-dying, be slain (X with)"} +{"id":"G600","strongs_number":"G600","system":"greek","language":"greek","number_value":600,"lemma":"ἀποκαθίστημι","transliteration":"apokathístēmi","pronunciation":null,"derivation":"from G575 (ἀπό) and G2525 (καθίστημι);","strongs_definition":"to reconstitute (in health, home or organization)","kjv_definition":"restore (again)"} +{"id":"G601","strongs_number":"G601","system":"greek","language":"greek","number_value":601,"lemma":"ἀποκαλύπτω","transliteration":"apokalýptō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2572 (καλύπτω);","strongs_definition":"to take off the cover, i.e. disclose","kjv_definition":"reveal"} +{"id":"G602","strongs_number":"G602","system":"greek","language":"greek","number_value":602,"lemma":"ἀποκάλυψις","transliteration":"apokálypsis","pronunciation":null,"derivation":"from G601 (ἀποκαλύπτω);","strongs_definition":"disclosure","kjv_definition":"appearing, coming, lighten, manifestation, be revealed, revelation"} +{"id":"G603","strongs_number":"G603","system":"greek","language":"greek","number_value":603,"lemma":"ἀποκαραδοκία","transliteration":"apokaradokía","pronunciation":null,"derivation":"from a comparative of G575 (ἀπό) and a compound of (the head) and G1380 (δοκέω) (in the sense of watching);","strongs_definition":"intense anticipation","kjv_definition":"earnest expectation"} +{"id":"G604","strongs_number":"G604","system":"greek","language":"greek","number_value":604,"lemma":"ἀποκαταλλάσσω","transliteration":"apokatallássō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2644 (καταλλάσσω);","strongs_definition":"to reconcile fully","kjv_definition":"reconcile"} +{"id":"G605","strongs_number":"G605","system":"greek","language":"greek","number_value":605,"lemma":"ἀποκατάστασις","transliteration":"apokatástasis","pronunciation":null,"derivation":"from G600 (ἀποκαθίστημι);","strongs_definition":"reconstitution","kjv_definition":"restitution"} +{"id":"G606","strongs_number":"G606","system":"greek","language":"greek","number_value":606,"lemma":"ἀπόκειμαι","transliteration":"apókeimai","pronunciation":null,"derivation":"from G575 (ἀπό) and G2749 (κεῖμαι);","strongs_definition":"to be reserved; figuratively, to await","kjv_definition":"be appointed, (be) laid up"} +{"id":"G607","strongs_number":"G607","system":"greek","language":"greek","number_value":607,"lemma":"ἀποκεφαλίζω","transliteration":"apokephalízō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2776 (κεφαλή);","strongs_definition":"to decapitate","kjv_definition":"behead"} +{"id":"G608","strongs_number":"G608","system":"greek","language":"greek","number_value":608,"lemma":"ἀποκλείω","transliteration":"apokleíō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2808 (κλείω);","strongs_definition":"to close fully","kjv_definition":"shut up"} +{"id":"G609","strongs_number":"G609","system":"greek","language":"greek","number_value":609,"lemma":"ἀποκόπτω","transliteration":"apokóptō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2875 (κόπτω);","strongs_definition":"to amputate; reflexively (by irony) to mutilate (the privy parts)","kjv_definition":"cut off"} +{"id":"G610","strongs_number":"G610","system":"greek","language":"greek","number_value":610,"lemma":"ἀπόκριμα","transliteration":"apókrima","pronunciation":null,"derivation":"from G611 (ἀποκρίνομαι) (in its original sense of judging);","strongs_definition":"a judicial decision","kjv_definition":"sentence"} +{"id":"G611","strongs_number":"G611","system":"greek","language":"greek","number_value":611,"lemma":"ἀποκρίνομαι","transliteration":"apokrínomai","pronunciation":null,"derivation":"from G575 (ἀπό) and ;","strongs_definition":"to conclude for oneself, i.e. (by implication) to respond; by Hebraism (compare H06030) to begin to speak (where an address is expected)","kjv_definition":"answer"} +{"id":"G612","strongs_number":"G612","system":"greek","language":"greek","number_value":612,"lemma":"ἀπόκρισις","transliteration":"apókrisis","pronunciation":null,"derivation":"from G611 (ἀποκρίνομαι);","strongs_definition":"a response","kjv_definition":"answer"} +{"id":"G613","strongs_number":"G613","system":"greek","language":"greek","number_value":613,"lemma":"ἀποκρύπτω","transliteration":"apokrýptō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2928 (κρύπτω);","strongs_definition":"to conceal away (i.e. fully); figuratively, to keep secret","kjv_definition":"hide"} +{"id":"G614","strongs_number":"G614","system":"greek","language":"greek","number_value":614,"lemma":"ἀπόκρυφος","transliteration":"apókryphos","pronunciation":null,"derivation":"from G613 (ἀποκρύπτω);","strongs_definition":"secret; by implication, treasured","kjv_definition":"hid, kept secret"} +{"id":"G615","strongs_number":"G615","system":"greek","language":"greek","number_value":615,"lemma":"ἀποκτείνω","transliteration":"apokteínō","pronunciation":null,"derivation":"from G575 (ἀπό) and (to slay);","strongs_definition":"to kill outright; figuratively, to destroy","kjv_definition":"put to death, kill, slay"} +{"id":"G616","strongs_number":"G616","system":"greek","language":"greek","number_value":616,"lemma":"ἀποκυέω","transliteration":"apokyéō","pronunciation":null,"derivation":"from G575 (ἀπό) and the base of G2949 (κῦμα);","strongs_definition":"to breed forth, i.e. (by transference) to generate (figuratively)","kjv_definition":"beget, produce"} +{"id":"G617","strongs_number":"G617","system":"greek","language":"greek","number_value":617,"lemma":"ἀποκυλίω","transliteration":"apokylíō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2947 (κυλιόω);","strongs_definition":"to roll away","kjv_definition":"roll away (back)"} +{"id":"G618","strongs_number":"G618","system":"greek","language":"greek","number_value":618,"lemma":"ἀπολαμβάνω","transliteration":"apolambánō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2983 (λαμβάνω);","strongs_definition":"to receive (specially, in full, or as a host); also to take aside","kjv_definition":"receive, take"} +{"id":"G619","strongs_number":"G619","system":"greek","language":"greek","number_value":619,"lemma":"ἀπόλαυσις","transliteration":"apólausis","pronunciation":null,"derivation":"from a comparative of G575 (ἀπό) and (to enjoy);","strongs_definition":"full enjoyment","kjv_definition":"enjoy(-ment)"} +{"id":"G620","strongs_number":"G620","system":"greek","language":"greek","number_value":620,"lemma":"ἀπολείπω","transliteration":"apoleípō","pronunciation":null,"derivation":"from G575 (ἀπό) and G3007 (λείπω);","strongs_definition":"to leave behind (passively, remain); by implication, to forsake","kjv_definition":"leave, remain"} +{"id":"G621","strongs_number":"G621","system":"greek","language":"greek","number_value":621,"lemma":"ἀπολείχω","transliteration":"apoleíchō","pronunciation":null,"derivation":"from G575 (ἀπό) and (to \"lick\");","strongs_definition":"to lick clean","kjv_definition":"lick"} +{"id":"G622","strongs_number":"G622","system":"greek","language":"greek","number_value":622,"lemma":"ἀπόλλυμι","transliteration":"apóllymi","pronunciation":null,"derivation":"from G575 (ἀπό) and the base of G3639 (ὄλεθρος);","strongs_definition":"to destroy fully (reflexively, to perish, or lose), literally or figuratively","kjv_definition":"destroy, die, lose, mar, perish"} +{"id":"G623","strongs_number":"G623","system":"greek","language":"greek","number_value":623,"lemma":"Ἀπολλύων","transliteration":"Apollýōn","pronunciation":null,"derivation":"active participle of G622 (ἀπόλλυμι);","strongs_definition":"a destroyer (i.e. Satan)","kjv_definition":"Apollyon"} +{"id":"G624","strongs_number":"G624","system":"greek","language":"greek","number_value":624,"lemma":"Ἀπολλωνία","transliteration":"Apollōnía","pronunciation":null,"derivation":"from the pagan deity (i.e. the sun;","strongs_definition":"from G622 (ἀπόλλυμι)); Apollonia, a place in Macedonia","kjv_definition":"Apollonia"} +{"id":"G625","strongs_number":"G625","system":"greek","language":"greek","number_value":625,"lemma":"Ἀπολλῶς","transliteration":"Apollōs","pronunciation":null,"derivation":"probably from the same as G624 (Ἀπολλωνία);","strongs_definition":"Apollos, an Israelite","kjv_definition":"Apollos"} +{"id":"G626","strongs_number":"G626","system":"greek","language":"greek","number_value":626,"lemma":"ἀπολογέομαι","transliteration":"apologéomai","pronunciation":null,"derivation":"middle voice from a compound of G575 (ἀπό) and G3056 (λόγος);","strongs_definition":"to give an account (legal plea) of oneself, i.e. exculpate (self)","kjv_definition":"answer (for self), make defence, excuse (self), speak for self"} +{"id":"G627","strongs_number":"G627","system":"greek","language":"greek","number_value":627,"lemma":"ἀπολογία","transliteration":"apología","pronunciation":null,"derivation":"from the same as G626 (ἀπολογέομαι);","strongs_definition":"a plea (\"apology\")","kjv_definition":"answer (for self), clearing of self, defence"} +{"id":"G628","strongs_number":"G628","system":"greek","language":"greek","number_value":628,"lemma":"ἀπολούω","transliteration":"apoloúō","pronunciation":null,"derivation":"from G575 (ἀπό) and G3068 (λούω);","strongs_definition":"to wash fully, i.e. (figuratively) have remitted (reflexively)","kjv_definition":"wash (away)"} +{"id":"G629","strongs_number":"G629","system":"greek","language":"greek","number_value":629,"lemma":"ἀπολύτρωσις","transliteration":"apolýtrōsis","pronunciation":null,"derivation":"from a compound of G575 (ἀπό) and G3083 (λύτρον);","strongs_definition":"(the act) ransom in full, i.e. (figuratively) riddance, or (specially) Christian salvation","kjv_definition":"deliverance, redemption"} +{"id":"G630","strongs_number":"G630","system":"greek","language":"greek","number_value":630,"lemma":"ἀπολύω","transliteration":"apolýō","pronunciation":null,"derivation":"from G575 (ἀπό) and G3089 (λύω);","strongs_definition":"to free fully, i.e. (literally) relieve, release, dismiss (reflexively, depart), or (figuratively) let die, pardon or (specially) divorce","kjv_definition":"(let) depart, dismiss, divorce, forgive, let go, loose, put (send) away, release, set at liberty"} +{"id":"G631","strongs_number":"G631","system":"greek","language":"greek","number_value":631,"lemma":"ἀπομάσσομαι","transliteration":"apomássomai","pronunciation":null,"derivation":"middle voice from G575 (ἀπό) and (to squeeze, knead, smear);","strongs_definition":"to scrape away","kjv_definition":"wipe off"} +{"id":"G632","strongs_number":"G632","system":"greek","language":"greek","number_value":632,"lemma":"ἀπονέμω","transliteration":"aponémō","pronunciation":null,"derivation":"from G575 (ἀπό) and the base of G3551 (νόμος);","strongs_definition":"to apportion, i.e. bestow","kjv_definition":"give"} +{"id":"G633","strongs_number":"G633","system":"greek","language":"greek","number_value":633,"lemma":"ἀπονίπτω","transliteration":"aponíptō","pronunciation":null,"derivation":"from G575 (ἀπό) and G3538 (νίπτω);","strongs_definition":"to wash off (reflexively, one's own hands symbolically)","kjv_definition":"wash"} +{"id":"G634","strongs_number":"G634","system":"greek","language":"greek","number_value":634,"lemma":"ἀποπίπτω","transliteration":"apopíptō","pronunciation":null,"derivation":"from G575 (ἀπό) and G4098 (πίπτω);","strongs_definition":"to fall off","kjv_definition":"fall"} +{"id":"G635","strongs_number":"G635","system":"greek","language":"greek","number_value":635,"lemma":"ἀποπλανάω","transliteration":"apoplanáō","pronunciation":null,"derivation":"from G575 (ἀπό) and G4105 (πλανάω);","strongs_definition":"to lead astray (figuratively); passively, to stray (from truth)","kjv_definition":"err, seduce"} +{"id":"G636","strongs_number":"G636","system":"greek","language":"greek","number_value":636,"lemma":"ἀποπλέω","transliteration":"apopléō","pronunciation":null,"derivation":"from G575 (ἀπό) and G4126 (πλέω);","strongs_definition":"to set sail","kjv_definition":"sail away"} +{"id":"G637","strongs_number":"G637","system":"greek","language":"greek","number_value":637,"lemma":"ἀποπλύνω","transliteration":"apoplýnō","pronunciation":null,"derivation":"from G575 (ἀπό) and G4150 (πλύνω);","strongs_definition":"to rinse off","kjv_definition":"wash"} +{"id":"G638","strongs_number":"G638","system":"greek","language":"greek","number_value":638,"lemma":"ἀποπνίγω","transliteration":"apopnígō","pronunciation":null,"derivation":"from G575 (ἀπό) and G4155 (πνίγω);","strongs_definition":"to stifle (by drowning or overgrowth)","kjv_definition":"choke"} +{"id":"G639","strongs_number":"G639","system":"greek","language":"greek","number_value":639,"lemma":"ἀπορέω","transliteration":"aporéō","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and the base of G4198 (πορεύομαι);","strongs_definition":"to have no way out, i.e. be at a loss (mentally)","kjv_definition":"(stand in) doubt, be perplexed"} +{"id":"G640","strongs_number":"G640","system":"greek","language":"greek","number_value":640,"lemma":"ἀπορία","transliteration":"aporía","pronunciation":null,"derivation":"from the same as G639 (ἀπορέω);","strongs_definition":"a (state of) quandary","kjv_definition":"perplexity"} +{"id":"G641","strongs_number":"G641","system":"greek","language":"greek","number_value":641,"lemma":"ἀποῤῥίπτω","transliteration":"aporrhíptō","pronunciation":null,"derivation":"from G575 (ἀπό) and G4496 (ῥίπτω);","strongs_definition":"to hurl off, i.e. precipitate (oneself)","kjv_definition":"cast"} +{"id":"G642","strongs_number":"G642","system":"greek","language":"greek","number_value":642,"lemma":"ἀπορφανίζω","transliteration":"aporphanízō","pronunciation":null,"derivation":"from G575 (ἀπό) and a derivative of G3737 (ὀρφανός);","strongs_definition":"to bereave wholly, i.e. (figuratively) separate (from intercourse)","kjv_definition":"take"} +{"id":"G643","strongs_number":"G643","system":"greek","language":"greek","number_value":643,"lemma":"ἀποσκευάζω","transliteration":"aposkeuázō","pronunciation":null,"derivation":"from G575 (ἀπό) and a derivative of G4632 (σκεῦος);","strongs_definition":"to pack up (one's) baggage","kjv_definition":"take up… carriages"} +{"id":"G644","strongs_number":"G644","system":"greek","language":"greek","number_value":644,"lemma":"ἀποσκίασμα","transliteration":"aposkíasma","pronunciation":null,"derivation":"from a compound of G575 (ἀπό) and a derivative of G4639 (σκιά);","strongs_definition":"a shading off, i.e. obscuration","kjv_definition":"shadow"} +{"id":"G645","strongs_number":"G645","system":"greek","language":"greek","number_value":645,"lemma":"ἀποσπάω","transliteration":"apospáō","pronunciation":null,"derivation":"from G575 (ἀπό) and G4685 (σπάω);","strongs_definition":"to drag forth, i.e. (literally) unsheathe (a sword), or relatively (with a degree of force implied) retire (personally or factiously)","kjv_definition":"(with-)draw (away), after we were gotten from"} +{"id":"G646","strongs_number":"G646","system":"greek","language":"greek","number_value":646,"lemma":"ἀποστασία","transliteration":"apostasía","pronunciation":null,"derivation":"feminine of the same as G647 (ἀποστάσιον);","strongs_definition":"defection from truth (properly, the state) (\"apostasy\")","kjv_definition":"falling away, forsake"} +{"id":"G647","strongs_number":"G647","system":"greek","language":"greek","number_value":647,"lemma":"ἀποστάσιον","transliteration":"apostásion","pronunciation":null,"derivation":"neuter of a (presumed) adjective from a derivative of G868 (ἀφίστημι);","strongs_definition":"properly, something separative, i.e. (specially) divorce","kjv_definition":"(writing of) divorcement"} +{"id":"G648","strongs_number":"G648","system":"greek","language":"greek","number_value":648,"lemma":"ἀποστεγάζω","transliteration":"apostegázō","pronunciation":null,"derivation":"from G575 (ἀπό) and a derivative of G4721 (στέγη);","strongs_definition":"to unroof","kjv_definition":"uncover"} +{"id":"G649","strongs_number":"G649","system":"greek","language":"greek","number_value":649,"lemma":"ἀποστέλλω","transliteration":"apostéllō","pronunciation":null,"derivation":"from G575 (ἀπό) and G4724 (στέλλω);","strongs_definition":"set apart, i.e. (by implication) to send out (properly, on a mission) literally or figuratively","kjv_definition":"put in, send (away, forth, out), set (at liberty)"} +{"id":"G650","strongs_number":"G650","system":"greek","language":"greek","number_value":650,"lemma":"ἀποστερέω","transliteration":"aposteréō","pronunciation":null,"derivation":"from G575 (ἀπό) and (to deprive);","strongs_definition":"to despoil","kjv_definition":"defraud, destitute, kept back by fraud"} +{"id":"G651","strongs_number":"G651","system":"greek","language":"greek","number_value":651,"lemma":"ἀποστολή","transliteration":"apostolḗ","pronunciation":null,"derivation":"from G649 (ἀποστέλλω);","strongs_definition":"commission, i.e. (specially) apostolate","kjv_definition":"apostleship"} +{"id":"G652","strongs_number":"G652","system":"greek","language":"greek","number_value":652,"lemma":"ἀπόστολος","transliteration":"apóstolos","pronunciation":null,"derivation":"from G649 (ἀποστέλλω);","strongs_definition":"a delegate; specially, an ambassador of the Gospel; officially a commissioner of Christ (\"apostle\") (with miraculous powers)","kjv_definition":"apostle, messenger, he that is sent"} +{"id":"G653","strongs_number":"G653","system":"greek","language":"greek","number_value":653,"lemma":"ἀποστοματίζω","transliteration":"apostomatízō","pronunciation":null,"derivation":"from G575 (ἀπό) and a (presumed) derivative of G4750 (στόμα);","strongs_definition":"to speak off-hand (properly, dictate), i.e. to catechize (in an invidious manner)","kjv_definition":"provoke to speak"} +{"id":"G654","strongs_number":"G654","system":"greek","language":"greek","number_value":654,"lemma":"ἀποστρέφω","transliteration":"apostréphō","pronunciation":null,"derivation":"from G575 (ἀπό) and G4762 (στρέφω);","strongs_definition":"to turn away or back (literally or figuratively)","kjv_definition":"bring again, pervert, turn away (from)"} +{"id":"G655","strongs_number":"G655","system":"greek","language":"greek","number_value":655,"lemma":"ἀποστυγέω","transliteration":"apostygéō","pronunciation":null,"derivation":"from G575 (ἀπό) and the base of G4767 (στυγνητός);","strongs_definition":"to detest utterly","kjv_definition":"abhor"} +{"id":"G656","strongs_number":"G656","system":"greek","language":"greek","number_value":656,"lemma":"ἀποσυνάγωγος","transliteration":"aposynágōgos","pronunciation":null,"derivation":"from G575 (ἀπό) and G4864 (συναγωγή);","strongs_definition":"excommunicated","kjv_definition":"(put) out of the synagogue(-s)"} +{"id":"G657","strongs_number":"G657","system":"greek","language":"greek","number_value":657,"lemma":"ἀποτάσσομαι","transliteration":"apotássomai","pronunciation":null,"derivation":"middle voice from G575 (ἀπό) and G5021 (τάσσω);","strongs_definition":"literally, to say adieu (by departing or dismissing); figuratively, to renounce","kjv_definition":"bid farewell, forsake, take leave, send away"} +{"id":"G658","strongs_number":"G658","system":"greek","language":"greek","number_value":658,"lemma":"ἀποτελέω","transliteration":"apoteléō","pronunciation":null,"derivation":"from G575 (ἀπό) and G5055 (τελέω);","strongs_definition":"to complete entirely, i.e. consummate","kjv_definition":"finish"} +{"id":"G659","strongs_number":"G659","system":"greek","language":"greek","number_value":659,"lemma":"ἀποτίθημι","transliteration":"apotíthēmi","pronunciation":null,"derivation":"from G575 (ἀπό) and G5087 (τίθημι);","strongs_definition":"to put away (literally or figuratively)","kjv_definition":"cast off, lay apart (aside, down), put away (off)"} +{"id":"G660","strongs_number":"G660","system":"greek","language":"greek","number_value":660,"lemma":"ἀποτινάσσω","transliteration":"apotinássō","pronunciation":null,"derivation":"from G575 (ἀπό) and (to jostle);","strongs_definition":"to brush off","kjv_definition":"shake off"} +{"id":"G661","strongs_number":"G661","system":"greek","language":"greek","number_value":661,"lemma":"ἀποτίνω","transliteration":"apotínō","pronunciation":null,"derivation":"from G575 (ἀπό) and G5099 (τίνω);","strongs_definition":"to pay in full","kjv_definition":"repay"} +{"id":"G662","strongs_number":"G662","system":"greek","language":"greek","number_value":662,"lemma":"ἀποτολμάω","transliteration":"apotolmáō","pronunciation":null,"derivation":"from G575 (ἀπό) and G5111 (τολμάω);","strongs_definition":"to venture plainly","kjv_definition":"be very bold"} +{"id":"G663","strongs_number":"G663","system":"greek","language":"greek","number_value":663,"lemma":"ἀποτομία","transliteration":"apotomía","pronunciation":null,"derivation":"from the base of G664 (ἀποτόμως);","strongs_definition":"(figuratively) decisiveness, i.e. rigor","kjv_definition":"severity"} +{"id":"G664","strongs_number":"G664","system":"greek","language":"greek","number_value":664,"lemma":"ἀποτόμως","transliteration":"apotómōs","pronunciation":null,"derivation":"adverb from a derivative of a comparative of G575 (ἀπό) and (to cut);","strongs_definition":"abruptly, i.e. peremptorily","kjv_definition":"sharply(-ness)"} +{"id":"G665","strongs_number":"G665","system":"greek","language":"greek","number_value":665,"lemma":"ἀποτρέπω","transliteration":"apotrépō","pronunciation":null,"derivation":"from G575 (ἀπό) and the base of G5157 (τροπή);","strongs_definition":"to deflect, i.e. (reflexively) avoid","kjv_definition":"turn away"} +{"id":"G666","strongs_number":"G666","system":"greek","language":"greek","number_value":666,"lemma":"ἀπουσία","transliteration":"apousía","pronunciation":null,"derivation":"from the participle of G548 (ἄπειμι);","strongs_definition":"a being away","kjv_definition":"absence"} +{"id":"G667","strongs_number":"G667","system":"greek","language":"greek","number_value":667,"lemma":"ἀποφέρω","transliteration":"apophérō","pronunciation":null,"derivation":"from G575 (ἀπό) and G5342 (φέρω);","strongs_definition":"to bear off (literally or relatively)","kjv_definition":"bring, carry (away)"} +{"id":"G668","strongs_number":"G668","system":"greek","language":"greek","number_value":668,"lemma":"ἀποφεύγω","transliteration":"apopheúgō","pronunciation":null,"derivation":"from G575 (ἀπό) and G5343 (φεύγω);","strongs_definition":"(figuratively) to escape","kjv_definition":"escape"} +{"id":"G669","strongs_number":"G669","system":"greek","language":"greek","number_value":669,"lemma":"ἀποφθέγγομαι","transliteration":"apophthéngomai","pronunciation":null,"derivation":"from G575 (ἀπό) and G5350 (φθέγγομαι);","strongs_definition":"to enunciate plainly, i.e. declare","kjv_definition":"say, speak forth, utterance"} +{"id":"G670","strongs_number":"G670","system":"greek","language":"greek","number_value":670,"lemma":"ἀποφορτίζομαι","transliteration":"apophortízomai","pronunciation":null,"derivation":"from G575 (ἀπό) and the middle voice of G5412 (φορτίζω);","strongs_definition":"to unload","kjv_definition":"unlade"} +{"id":"G671","strongs_number":"G671","system":"greek","language":"greek","number_value":671,"lemma":"ἀπόχρησις","transliteration":"apóchrēsis","pronunciation":null,"derivation":"from a compound of G575 (ἀπό) and G5530 (χράομαι);","strongs_definition":"the act of using up, i.e. consumption","kjv_definition":"using"} +{"id":"G672","strongs_number":"G672","system":"greek","language":"greek","number_value":672,"lemma":"ἀποχωρέω","transliteration":"apochōréō","pronunciation":null,"derivation":"from G575 (ἀπό) and G5562 (χωρέω);","strongs_definition":"to go away","kjv_definition":"depart"} +{"id":"G673","strongs_number":"G673","system":"greek","language":"greek","number_value":673,"lemma":"ἀποχωρίζω","transliteration":"apochōrízō","pronunciation":null,"derivation":"from G575 (ἀπό) and G5563 (χωρίζω);","strongs_definition":"to rend apart; reflexively, to separate","kjv_definition":"depart (asunder)"} +{"id":"G674","strongs_number":"G674","system":"greek","language":"greek","number_value":674,"lemma":"ἀποψύχω","transliteration":"apopsýchō","pronunciation":null,"derivation":"from G575 (ἀπό) and G5594 (ψύχω);","strongs_definition":"to breathe out, i.e. faint","kjv_definition":"hearts failing"} +{"id":"G675","strongs_number":"G675","system":"greek","language":"greek","number_value":675,"lemma":"Ἄππιος","transliteration":"Áppios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"(in the genitive, i.e. possessive case) of Appius, the name of a Roman","kjv_definition":"Appii"} +{"id":"G676","strongs_number":"G676","system":"greek","language":"greek","number_value":676,"lemma":"ἀπρόσιτος","transliteration":"aprósitos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of a comparative of G4314 (πρός) and (to go);","strongs_definition":"inaccessible","kjv_definition":"which no man can approach"} +{"id":"G677","strongs_number":"G677","system":"greek","language":"greek","number_value":677,"lemma":"ἀπρόσκοπος","transliteration":"apróskopos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G4350 (προσκόπτω);","strongs_definition":"actively, inoffensive, i.e. not leading into sin; passively, faultless, i.e. not led into sin","kjv_definition":"none (void of, without) offence"} +{"id":"G678","strongs_number":"G678","system":"greek","language":"greek","number_value":678,"lemma":"ἀπροσωπολήπτως","transliteration":"aprosōpolḗptōs","pronunciation":null,"derivation":"adverb from a compound of G1 (Α) (as a negative particle) and a presumed derivative of a presumed compound of G4383 (πρόσωπον) and G2983 (λαμβάνω) (compare G4381 (προσωπολήπτης));","strongs_definition":"in a way not accepting the person, i.e. impartially","kjv_definition":"without respect of persons"} +{"id":"G679","strongs_number":"G679","system":"greek","language":"greek","number_value":679,"lemma":"ἄπταιστος","transliteration":"áptaistos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G4417 (πταίω);","strongs_definition":"not stumbling, i.e. (figuratively) without sin","kjv_definition":"from falling"} +{"id":"G680","strongs_number":"G680","system":"greek","language":"greek","number_value":680,"lemma":"ἅπτομαι","transliteration":"háptomai","pronunciation":null,"derivation":"reflexive of G681 (ἅπτω);","strongs_definition":"properly, to attach oneself to, i.e. to touch (in many implied relations)","kjv_definition":"touch"} +{"id":"G681","strongs_number":"G681","system":"greek","language":"greek","number_value":681,"lemma":"ἅπτω","transliteration":"háptō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"properly, to fasten to, i.e. (specially) to set on fire","kjv_definition":"kindle, light"} +{"id":"G682","strongs_number":"G682","system":"greek","language":"greek","number_value":682,"lemma":"Ἀπφία","transliteration":"Apphía","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Apphia, a woman of Collosæ","kjv_definition":"Apphia"} +{"id":"G683","strongs_number":"G683","system":"greek","language":"greek","number_value":683,"lemma":"ἀπωθέομαι","transliteration":"apōthéomai","pronunciation":null,"derivation":"from G575 (ἀπό) and the middle voice of or (to shove);","strongs_definition":"to push off, figuratively, to reject","kjv_definition":"cast away, put away (from), thrust away (from)"} +{"id":"G684","strongs_number":"G684","system":"greek","language":"greek","number_value":684,"lemma":"ἀπώλεια","transliteration":"apṓleia","pronunciation":null,"derivation":"from a presumed derivative of G622 (ἀπόλλυμι);","strongs_definition":"ruin or loss (physical, spiritual or eternal)","kjv_definition":"damnable(-nation), destruction, die, perdition, X perish, pernicious ways, waste"} +{"id":"G685","strongs_number":"G685","system":"greek","language":"greek","number_value":685,"lemma":"ἀρά","transliteration":"ará","pronunciation":null,"derivation":"probably from G142 (αἴρω);","strongs_definition":"properly, prayer (as lifted to Heaven), i.e. (by implication) imprecation","kjv_definition":"curse"} +{"id":"G686","strongs_number":"G686","system":"greek","language":"greek","number_value":686,"lemma":"ἄρα","transliteration":"ára","pronunciation":null,"derivation":"probably from G142 (αἴρω) (through the idea of drawing a conclusion);","strongs_definition":"a particle denoting an inference more or less decisive (as follows)","kjv_definition":"haply, (what) manner (of man), no doubt, perhaps, so be, then, therefore, truly, wherefore"} +{"id":"G687","strongs_number":"G687","system":"greek","language":"greek","number_value":687,"lemma":"ἆρα","transliteration":"âra","pronunciation":null,"derivation":"a form of G686 (ἄρα), denoting an interrogation to which a negative answer is presumed","strongs_definition":null,"kjv_definition":"therefore"} +{"id":"G688","strongs_number":"G688","system":"greek","language":"greek","number_value":688,"lemma":"Ἀραβία","transliteration":"Arabía","pronunciation":null,"derivation":"of Hebrew origin (H06152);","strongs_definition":"Arabia, a region of Asia","kjv_definition":"Arabia"} +{"id":"G689","strongs_number":"G689","system":"greek","language":"greek","number_value":689,"lemma":"Ἀράμ","transliteration":"Arám","pronunciation":null,"derivation":"of Hebrew origin (H07410);","strongs_definition":"Aram (i.e. Ram), an Israelite","kjv_definition":"Aram"} +{"id":"G690","strongs_number":"G690","system":"greek","language":"greek","number_value":690,"lemma":"Ἄραψ","transliteration":"Áraps","pronunciation":null,"derivation":"from G688 (Ἀραβία);","strongs_definition":"an Arab or native of Arabia","kjv_definition":"Arabian"} +{"id":"G691","strongs_number":"G691","system":"greek","language":"greek","number_value":691,"lemma":"ἀργέω","transliteration":"argéō","pronunciation":null,"derivation":"from G692 (ἀργός);","strongs_definition":"to be idle, i.e. (figuratively) to delay","kjv_definition":"linger"} +{"id":"G692","strongs_number":"G692","system":"greek","language":"greek","number_value":692,"lemma":"ἀργός","transliteration":"argós","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2041 (ἔργον);","strongs_definition":"inactive, i.e. unemployed; (by implication) lazy, useless","kjv_definition":"barren, idle, slow"} +{"id":"G693","strongs_number":"G693","system":"greek","language":"greek","number_value":693,"lemma":"ἀργύρεος","transliteration":"argýreos","pronunciation":null,"derivation":"from G696 (ἄργυρος);","strongs_definition":"made of silver","kjv_definition":"(of) silver"} +{"id":"G694","strongs_number":"G694","system":"greek","language":"greek","number_value":694,"lemma":"ἀργύριον","transliteration":"argýrion","pronunciation":null,"derivation":"neuter of a presumed derivative of G696 (ἄργυρος);","strongs_definition":"silvery, i.e. (by implication) cash; specially, a silverling (i.e. drachma or shekel)","kjv_definition":"money, (piece of) silver (piece)"} +{"id":"G695","strongs_number":"G695","system":"greek","language":"greek","number_value":695,"lemma":"ἀργυροκόπος","transliteration":"argyrokópos","pronunciation":null,"derivation":"from G696 (ἄργυρος) and G2875 (κόπτω);","strongs_definition":"a beater (i.e. worker) of silver","kjv_definition":"silversmith"} +{"id":"G696","strongs_number":"G696","system":"greek","language":"greek","number_value":696,"lemma":"ἄργυρος","transliteration":"árgyros","pronunciation":null,"derivation":"from (shining);","strongs_definition":"silver (the metal, in the articles or coin)","kjv_definition":"silver"} +{"id":"G697","strongs_number":"G697","system":"greek","language":"greek","number_value":697,"lemma":"Ἄρειος Πάγος","transliteration":"Áreios Págos","pronunciation":null,"derivation":"from (the name of the Greek deity of war) and a derivative of G4078 (πήγνυμι);","strongs_definition":"rock of Ares, a place in Athens","kjv_definition":"Areopagus, Mars' Hill"} +{"id":"G698","strongs_number":"G698","system":"greek","language":"greek","number_value":698,"lemma":"Ἀρεοπαγίτης","transliteration":"Areopagítēs","pronunciation":null,"derivation":"from G697 (Ἄρειος Πάγος);","strongs_definition":"an Areopagite or member of the court held on Mars' Hill","kjv_definition":"Areopagite"} +{"id":"G699","strongs_number":"G699","system":"greek","language":"greek","number_value":699,"lemma":"ἀρεσκεία","transliteration":"areskeía","pronunciation":null,"derivation":"from a derivative of G700 (ἀρέσκω);","strongs_definition":"complaisance","kjv_definition":"pleasing"} +{"id":"G700","strongs_number":"G700","system":"greek","language":"greek","number_value":700,"lemma":"ἀρέσκω","transliteration":"aréskō","pronunciation":null,"derivation":"probably from G142 (αἴρω) (through the idea of exciting emotion);","strongs_definition":"to be agreeable (or by implication, to seek to be so)","kjv_definition":"please"} +{"id":"G701","strongs_number":"G701","system":"greek","language":"greek","number_value":701,"lemma":"ἀρεστός","transliteration":"arestós","pronunciation":null,"derivation":"from G700 (ἀρέσκω);","strongs_definition":"agreeable; by implication, fit","kjv_definition":"(things that) please(-ing), reason"} +{"id":"G702","strongs_number":"G702","system":"greek","language":"greek","number_value":702,"lemma":"Ἀρέτας","transliteration":"Arétas","pronunciation":null,"derivation":"of foreign origin;","strongs_definition":"Aretas, an Arabian","kjv_definition":"Aretas"} +{"id":"G703","strongs_number":"G703","system":"greek","language":"greek","number_value":703,"lemma":"ἀρέτη","transliteration":"arétē","pronunciation":null,"derivation":"from the same as G730 (ἄῤῥην);","strongs_definition":"properly, manliness (valor), i.e. excellence (intrinsic or attributed)","kjv_definition":"praise, virtue"} +{"id":"G704","strongs_number":"G704","system":"greek","language":"greek","number_value":704,"lemma":"ἀρήν","transliteration":"arḗn","pronunciation":null,"derivation":"perhaps the same as G730 (ἄῤῥην);","strongs_definition":"a lamb (as a male)","kjv_definition":"lamb"} +{"id":"G705","strongs_number":"G705","system":"greek","language":"greek","number_value":705,"lemma":"ἀριθμέω","transliteration":"arithméō","pronunciation":null,"derivation":"from G706 (ἀριθμός);","strongs_definition":"to enumerate or count","kjv_definition":"number"} +{"id":"G706","strongs_number":"G706","system":"greek","language":"greek","number_value":706,"lemma":"ἀριθμός","transliteration":"arithmós","pronunciation":null,"derivation":"from G142 (αἴρω);","strongs_definition":"a number (as reckoned up)","kjv_definition":"number"} +{"id":"G707","strongs_number":"G707","system":"greek","language":"greek","number_value":707,"lemma":"Ἀριμαθαία","transliteration":"Arimathaía","pronunciation":null,"derivation":"of Hebrew origin (H07414);","strongs_definition":"Arimathæa (or Ramah), a place in Palestine","kjv_definition":"Arimathæa"} +{"id":"G708","strongs_number":"G708","system":"greek","language":"greek","number_value":708,"lemma":"Ἀρίσταρχος","transliteration":"Arístarchos","pronunciation":null,"derivation":"from the same as G712 (ἄριστον) and G757 (ἄρχω);","strongs_definition":"best ruling; Aristarchus, a Macedonian","kjv_definition":"Aristarchus"} +{"id":"G709","strongs_number":"G709","system":"greek","language":"greek","number_value":709,"lemma":"ἀριστάω","transliteration":"aristáō","pronunciation":null,"derivation":"from G712 (ἄριστον);","strongs_definition":"to take the principle meal","kjv_definition":"dine"} +{"id":"G710","strongs_number":"G710","system":"greek","language":"greek","number_value":710,"lemma":"ἀριστερός","transliteration":"aristerós","pronunciation":null,"derivation":"apparently a comparative of the same as G712 (ἄριστον);","strongs_definition":"the left hand (as second-best)","kjv_definition":"left (hand)"} +{"id":"G711","strongs_number":"G711","system":"greek","language":"greek","number_value":711,"lemma":"Ἀριστόβουλος","transliteration":"Aristóboulos","pronunciation":null,"derivation":"from the same as G712 (ἄριστον) and G1012 (βουλή);","strongs_definition":"best counselling; Aristoboulus, a Christian","kjv_definition":"Aristobulus"} +{"id":"G712","strongs_number":"G712","system":"greek","language":"greek","number_value":712,"lemma":"ἄριστον","transliteration":"áriston","pronunciation":null,"derivation":"apparently neuter of a superlative from the same as G730 (ἄῤῥην);","strongs_definition":"the best meal (or breakfast; perhaps from (\"early\")), i.e. luncheon","kjv_definition":"dinner"} +{"id":"G713","strongs_number":"G713","system":"greek","language":"greek","number_value":713,"lemma":"ἀρκετός","transliteration":"arketós","pronunciation":null,"derivation":"from G714 (ἀρκέω);","strongs_definition":"satisfactory","kjv_definition":"enough, suffice (-ient)"} +{"id":"G714","strongs_number":"G714","system":"greek","language":"greek","number_value":714,"lemma":"ἀρκέω","transliteration":"arkéō","pronunciation":null,"derivation":"apparently a primary verb (but probably akin to G142 (αἴρω) through the idea of raising a barrier);","strongs_definition":"properly, to ward off, i.e. (by implication) to avail (figuratively, be satisfactory)","kjv_definition":"be content, be enough, suffice, be sufficient"} +{"id":"G715","strongs_number":"G715","system":"greek","language":"greek","number_value":715,"lemma":"ἄρκτος","transliteration":"árktos","pronunciation":null,"derivation":"probably from G714 (ἀρκέω);","strongs_definition":"a bear (as obstructing by ferocity)","kjv_definition":"bear"} +{"id":"G716","strongs_number":"G716","system":"greek","language":"greek","number_value":716,"lemma":"ἅρμα","transliteration":"hárma","pronunciation":null,"derivation":"probably from G142 (αἴρω) (perhaps with G1 (Α) (as a particle of union) prefixed);","strongs_definition":"a chariot (as raised or fitted together (compare G719 (ἁρμός)))","kjv_definition":"chariot"} +{"id":"G717","strongs_number":"G717","system":"greek","language":"greek","number_value":717,"lemma":"Ἀρμαγεδδών","transliteration":"Armageddṓn","pronunciation":null,"derivation":"of Hebrew origin (H02022 and H04023);","strongs_definition":"Armageddon (or Har-Meggiddon), a symbolic name","kjv_definition":"Armageddon"} +{"id":"G718","strongs_number":"G718","system":"greek","language":"greek","number_value":718,"lemma":"ἁρμόζω","transliteration":"harmózō","pronunciation":null,"derivation":"from G719 (ἁρμός);","strongs_definition":"to joint, i.e. (figuratively) to woo (reflexively, to betroth)","kjv_definition":"espouse"} +{"id":"G719","strongs_number":"G719","system":"greek","language":"greek","number_value":719,"lemma":"ἁρμός","transliteration":"harmós","pronunciation":null,"derivation":"from the same as G716 (ἅρμα);","strongs_definition":"an articulation (of the body)","kjv_definition":"joint"} +{"id":"G720","strongs_number":"G720","system":"greek","language":"greek","number_value":720,"lemma":"ἀρνέομαι","transliteration":"arnéomai","pronunciation":null,"derivation":"perhaps from G1 (Α) (as a negative particle) and the middle voice of G4483 (ῥέω);","strongs_definition":"to contradict, i.e. disavow, reject, abnegate","kjv_definition":"deny, refuse"} +{"id":"G721","strongs_number":"G721","system":"greek","language":"greek","number_value":721,"lemma":"ἀρνίον","transliteration":"arníon","pronunciation":null,"derivation":"diminutive from G704 (ἀρήν);","strongs_definition":"a lambkin","kjv_definition":"lamb"} +{"id":"G722","strongs_number":"G722","system":"greek","language":"greek","number_value":722,"lemma":"ἀροτριόω","transliteration":"arotrióō","pronunciation":null,"derivation":"from G723 (ἄροτρον);","strongs_definition":"to plow","kjv_definition":"plough"} +{"id":"G723","strongs_number":"G723","system":"greek","language":"greek","number_value":723,"lemma":"ἄροτρον","transliteration":"árotron","pronunciation":null,"derivation":"from (to till);","strongs_definition":"a plow","kjv_definition":"plough"} +{"id":"G724","strongs_number":"G724","system":"greek","language":"greek","number_value":724,"lemma":"ἁρπαγή","transliteration":"harpagḗ","pronunciation":null,"derivation":"from G726 (ἁρπάζω);","strongs_definition":"pillage (properly abstract)","kjv_definition":"extortion, ravening, spoiling"} +{"id":"G725","strongs_number":"G725","system":"greek","language":"greek","number_value":725,"lemma":"ἁρπαγμός","transliteration":"harpagmós","pronunciation":null,"derivation":"from G726 (ἁρπάζω);","strongs_definition":"plunder (properly concrete)","kjv_definition":"robbery"} +{"id":"G726","strongs_number":"G726","system":"greek","language":"greek","number_value":726,"lemma":"ἁρπάζω","transliteration":"harpázō","pronunciation":null,"derivation":"from a derivative of G138 (αἱρέομαι);","strongs_definition":"to seize (in various applications)","kjv_definition":"catch (away, up), pluck, pull, take (by force)"} +{"id":"G727","strongs_number":"G727","system":"greek","language":"greek","number_value":727,"lemma":"ἅρπαξ","transliteration":"hárpax","pronunciation":null,"derivation":"from G726 (ἁρπάζω);","strongs_definition":"rapacious","kjv_definition":"extortion, ravening"} +{"id":"G728","strongs_number":"G728","system":"greek","language":"greek","number_value":728,"lemma":"ἀῤῥαβών","transliteration":"arrhabṓn","pronunciation":null,"derivation":"of Hebrew origin (H06162);","strongs_definition":"a pledge, i.e. part of the purchase-money or property given in advance as security for the rest","kjv_definition":"earnest"} +{"id":"G729","strongs_number":"G729","system":"greek","language":"greek","number_value":729,"lemma":"ἄῤῥαφος","transliteration":"árrhaphos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of the same as G4476 (ῥαφίς);","strongs_definition":"unsewed, i.e. of a single piece","kjv_definition":"without seam"} +{"id":"G730","strongs_number":"G730","system":"greek","language":"greek","number_value":730,"lemma":"ἄῤῥην","transliteration":"árrhēn","pronunciation":null,"derivation":"probably from G142 (αἴρω);","strongs_definition":"male (as stronger for lifting)","kjv_definition":"male, man"} +{"id":"G731","strongs_number":"G731","system":"greek","language":"greek","number_value":731,"lemma":"ἄῤῥητος","transliteration":"árrhētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and the same as G4490 (ῥητῶς);","strongs_definition":"unsaid, i.e. (by implication) inexpressible","kjv_definition":"unspeakable"} +{"id":"G732","strongs_number":"G732","system":"greek","language":"greek","number_value":732,"lemma":"ἄῤῥωστος","transliteration":"árrhōstos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G4517 (ῥώννυμι);","strongs_definition":"infirm","kjv_definition":"sick (folk, -ly)"} +{"id":"G733","strongs_number":"G733","system":"greek","language":"greek","number_value":733,"lemma":"ἀρσενοκοίτης","transliteration":"arsenokoítēs","pronunciation":null,"derivation":"from G730 (ἄῤῥην) and G2845 (κοίτη);","strongs_definition":"a sodomite","kjv_definition":"abuser of (that defile) self with mankind"} +{"id":"G734","strongs_number":"G734","system":"greek","language":"greek","number_value":734,"lemma":"Ἀρτεμάς","transliteration":"Artemás","pronunciation":null,"derivation":"contracted from a compound of G735 (Ἄρτεμις) and G1435 (δῶρον);","strongs_definition":"gift of Artemis; Artemas (or Artemidorus), a Christian","kjv_definition":"Artemas"} +{"id":"G735","strongs_number":"G735","system":"greek","language":"greek","number_value":735,"lemma":"Ἄρτεμις","transliteration":"Ártemis","pronunciation":null,"derivation":"probably from the same as G736 (ἀρτέμων);","strongs_definition":"prompt; Artemis, the name of a Grecian goddess borrowed by the Asiatics for one of their deities","kjv_definition":"Diana"} +{"id":"G736","strongs_number":"G736","system":"greek","language":"greek","number_value":736,"lemma":"ἀρτέμων","transliteration":"artémōn","pronunciation":null,"derivation":"from a derivative of G737 (ἄρτι);","strongs_definition":"properly, something ready (or else more remotely from G142 (αἴρω) (compare G740 (ἄρτος)); something hung up), i.e. (specially) the topsail (rather foresail or jib) of a vessel","kjv_definition":"mainsail"} +{"id":"G737","strongs_number":"G737","system":"greek","language":"greek","number_value":737,"lemma":"ἄρτι","transliteration":"árti","pronunciation":null,"derivation":"adverb from a derivative of G142 (αἴρω) (compare G740 (ἄρτος)) through the idea of suspension;","strongs_definition":"just now","kjv_definition":"this day (hour), hence(-forth), here(-after), hither(-to), (even) now, (this) present"} +{"id":"G738","strongs_number":"G738","system":"greek","language":"greek","number_value":738,"lemma":"ἀρτιγέννητος","transliteration":"artigénnētos","pronunciation":null,"derivation":"from G737 (ἄρτι) and G1084 (γεννητός);","strongs_definition":"just born, i.e. (figuratively) a young convert","kjv_definition":"new born"} +{"id":"G739","strongs_number":"G739","system":"greek","language":"greek","number_value":739,"lemma":"ἄρτιος","transliteration":"ártios","pronunciation":null,"derivation":"from G737 (ἄρτι);","strongs_definition":"fresh, i.e. (by implication) complete","kjv_definition":"perfect"} +{"id":"G740","strongs_number":"G740","system":"greek","language":"greek","number_value":740,"lemma":"ἄρτος","transliteration":"ártos","pronunciation":null,"derivation":"from G142 (αἴρω);","strongs_definition":"bread (as raised) or a loaf","kjv_definition":"(shew-)bread, loaf"} +{"id":"G741","strongs_number":"G741","system":"greek","language":"greek","number_value":741,"lemma":"ἀρτύω","transliteration":"artýō","pronunciation":null,"derivation":"from a presumed derivative of G142 (αἴρω);","strongs_definition":"to prepare, i.e. spice (with stimulating condiments)","kjv_definition":"season"} +{"id":"G742","strongs_number":"G742","system":"greek","language":"greek","number_value":742,"lemma":"Ἀρφαξάδ","transliteration":"Arphaxád","pronunciation":null,"derivation":"of Hebrew origin (H0775);","strongs_definition":"Arphaxad, a post-diluvian patriarch","kjv_definition":"Arphaxad"} +{"id":"G743","strongs_number":"G743","system":"greek","language":"greek","number_value":743,"lemma":"ἀρχάγγελος","transliteration":"archángelos","pronunciation":null,"derivation":"from G757 (ἄρχω) and G32 (ἄγγελος);","strongs_definition":"a chief angel","kjv_definition":"archangel"} +{"id":"G744","strongs_number":"G744","system":"greek","language":"greek","number_value":744,"lemma":"ἀρχαῖος","transliteration":"archaîos","pronunciation":null,"derivation":"from G746 (ἀρχή);","strongs_definition":"original or primeval","kjv_definition":"(them of) old (time)"} +{"id":"G745","strongs_number":"G745","system":"greek","language":"greek","number_value":745,"lemma":"Ἀρχέλαος","transliteration":"Archélaos","pronunciation":null,"derivation":"from G757 (ἄρχω) and G2994 (Λαοδικεύς);","strongs_definition":"people-ruling; Archelaus, a Jewish king","kjv_definition":"Archelaus"} +{"id":"G746","strongs_number":"G746","system":"greek","language":"greek","number_value":746,"lemma":"ἀρχή","transliteration":"archḗ","pronunciation":null,"derivation":"from G756 (ἄρχομαι);","strongs_definition":"(properly abstract) a commencement, or (concretely) chief (in various applications of order, time, place, or rank)","kjv_definition":"beginning, corner, (at the, the) first (estate), magistrate, power, principality, principle, rule"} +{"id":"G747","strongs_number":"G747","system":"greek","language":"greek","number_value":747,"lemma":"ἀρχηγός","transliteration":"archēgós","pronunciation":null,"derivation":"from G746 (ἀρχή) and G71 (ἄγω);","strongs_definition":"a chief leader","kjv_definition":"author, captain, prince"} +{"id":"G748","strongs_number":"G748","system":"greek","language":"greek","number_value":748,"lemma":"ἀρχιερατικός","transliteration":"archieratikós","pronunciation":null,"derivation":"from G746 (ἀρχή) and a derivative of G2413 (ἱερός);","strongs_definition":"high-priestly","kjv_definition":"of the high-priest"} +{"id":"G749","strongs_number":"G749","system":"greek","language":"greek","number_value":749,"lemma":"ἀρχιερεύς","transliteration":"archiereús","pronunciation":null,"derivation":"from G746 (ἀρχή) and G2409 (ἱερεύς);","strongs_definition":"the high-priest (literally, of the Jews, typically, Christ); by extension a chief priest","kjv_definition":"chief (high) priest, chief of the priests"} +{"id":"G750","strongs_number":"G750","system":"greek","language":"greek","number_value":750,"lemma":"ἀρχιποίμην","transliteration":"archipoímēn","pronunciation":null,"derivation":"from G746 (ἀρχή) and G4166 (ποιμήν);","strongs_definition":"a head shepherd","kjv_definition":"chief shepherd"} +{"id":"G751","strongs_number":"G751","system":"greek","language":"greek","number_value":751,"lemma":"Ἄρχιππος","transliteration":"Árchippos","pronunciation":null,"derivation":"from G746 (ἀρχή) and G2462 (ἵππος);","strongs_definition":"horse-ruler; Archippus, a Christian","kjv_definition":"Archippus"} +{"id":"G752","strongs_number":"G752","system":"greek","language":"greek","number_value":752,"lemma":"ἀρχισυνάγωγος","transliteration":"archisynágōgos","pronunciation":null,"derivation":"from G746 (ἀρχή) and G4864 (συναγωγή);","strongs_definition":"director of the synagogue services","kjv_definition":"(chief) ruler of the synagogue"} +{"id":"G753","strongs_number":"G753","system":"greek","language":"greek","number_value":753,"lemma":"ἀρχιτέκτων","transliteration":"architéktōn","pronunciation":null,"derivation":"from G746 (ἀρχή) and G5045 (τέκτων);","strongs_definition":"a chief constructor, i.e. \"architect\"","kjv_definition":"masterbuilder"} +{"id":"G754","strongs_number":"G754","system":"greek","language":"greek","number_value":754,"lemma":"ἀρχιτελώνης","transliteration":"architelṓnēs","pronunciation":null,"derivation":"from G746 (ἀρχή) and G5057 (τελώνης);","strongs_definition":"a principle tax-gatherer","kjv_definition":"chief among the publicans"} +{"id":"G755","strongs_number":"G755","system":"greek","language":"greek","number_value":755,"lemma":"ἀρχιτρίκλινος","transliteration":"architríklinos","pronunciation":null,"derivation":"from G746 (ἀρχή) and a compound of G5140 (τρεῖς) and G2827 (κλίνω) (a dinner-bed, because composed of three couches);","strongs_definition":"director of the entertainment","kjv_definition":"governor (ruler) of the feast"} +{"id":"G756","strongs_number":"G756","system":"greek","language":"greek","number_value":756,"lemma":"ἄρχομαι","transliteration":"árchomai","pronunciation":null,"derivation":"middle voice of G757 (ἄρχω) (through the implication, of precedence);","strongs_definition":"to commence (in order of time)","kjv_definition":"(rehearse from the) begin(-ning)"} +{"id":"G757","strongs_number":"G757","system":"greek","language":"greek","number_value":757,"lemma":"ἄρχω","transliteration":"árchō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to be first (in political rank or power)","kjv_definition":"reign (rule) over"} +{"id":"G758","strongs_number":"G758","system":"greek","language":"greek","number_value":758,"lemma":"ἄρχων","transliteration":"árchōn","pronunciation":null,"derivation":"present participle of G757 (ἄρχω);","strongs_definition":"a first (in rank or power)","kjv_definition":"chief (ruler), magistrate, prince, ruler"} +{"id":"G759","strongs_number":"G759","system":"greek","language":"greek","number_value":759,"lemma":"ἄρωμα","transliteration":"árōma","pronunciation":null,"derivation":"from G142 (αἴρω) (in the sense of sending off scent);","strongs_definition":"an aromatic","kjv_definition":"(sweet) spice"} +{"id":"G760","strongs_number":"G760","system":"greek","language":"greek","number_value":760,"lemma":"Ἀσά","transliteration":"Asá","pronunciation":null,"derivation":"of Hebrew origin (H0609);","strongs_definition":"Asa, an Israelite","kjv_definition":"Asa"} +{"id":"G761","strongs_number":"G761","system":"greek","language":"greek","number_value":761,"lemma":"ἀσάλευτος","transliteration":"asáleutos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G4531 (σαλεύω);","strongs_definition":"unshaken, i.e. (by implication) immovable (figuratively)","kjv_definition":"which cannot be moved, unmovable"} +{"id":"G762","strongs_number":"G762","system":"greek","language":"greek","number_value":762,"lemma":"ἄσβεστος","transliteration":"ásbestos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G4570 (σβέννυμι);","strongs_definition":"not extinguished, i.e. (by implication) perpetual","kjv_definition":"not to be quenched, unquenchable"} +{"id":"G763","strongs_number":"G763","system":"greek","language":"greek","number_value":763,"lemma":"ἀσέβεια","transliteration":"asébeia","pronunciation":null,"derivation":"from G765 (ἀσεβής);","strongs_definition":"impiety, i.e. (by implication) wickedness","kjv_definition":"ungodly(-liness)"} +{"id":"G764","strongs_number":"G764","system":"greek","language":"greek","number_value":764,"lemma":"ἀσεβέω","transliteration":"asebéō","pronunciation":null,"derivation":"from G765 (ἀσεβής);","strongs_definition":"to be (by implied act) impious or wicked","kjv_definition":"commit (live, that after should live) ungodly"} +{"id":"G765","strongs_number":"G765","system":"greek","language":"greek","number_value":765,"lemma":"ἀσεβής","transliteration":"asebḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G4576 (σέβομαι);","strongs_definition":"irreverent, i.e. (by extension) impious or wicked","kjv_definition":"ungodly (man)"} +{"id":"G766","strongs_number":"G766","system":"greek","language":"greek","number_value":766,"lemma":"ἀσέλγεια","transliteration":"asélgeia","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and a presumed (of uncertain derivation, but apparently meaning continent);","strongs_definition":"licentiousness (sometimes including other vices)","kjv_definition":"filthy, lasciviousness, wantonness"} +{"id":"G767","strongs_number":"G767","system":"greek","language":"greek","number_value":767,"lemma":"ἄσημος","transliteration":"ásēmos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and the base of G4591 (σημαίνω);","strongs_definition":"unmarked, i.e. (figuratively) ignoble","kjv_definition":"mean"} +{"id":"G768","strongs_number":"G768","system":"greek","language":"greek","number_value":768,"lemma":"Ἀσήρ","transliteration":"Asḗr","pronunciation":null,"derivation":"of Hebrew origin (H0836);","strongs_definition":"Aser (i.e. Asher), an Israelite tribe","kjv_definition":"Aser"} +{"id":"G769","strongs_number":"G769","system":"greek","language":"greek","number_value":769,"lemma":"ἀσθένεια","transliteration":"asthéneia","pronunciation":null,"derivation":"from G772 (ἀσθενής);","strongs_definition":"feebleness (of mind or body); by implication, malady; morally, frailty","kjv_definition":"disease, infirmity, sickness, weakness"} +{"id":"G770","strongs_number":"G770","system":"greek","language":"greek","number_value":770,"lemma":"ἀσθενέω","transliteration":"asthenéō","pronunciation":null,"derivation":"from G772 (ἀσθενής);","strongs_definition":"to be feeble (in any sense)","kjv_definition":"be diseased, impotent folk (man), (be) sick, (be, be made) weak"} +{"id":"G771","strongs_number":"G771","system":"greek","language":"greek","number_value":771,"lemma":"ἀσθένημα","transliteration":"asthénēma","pronunciation":null,"derivation":"from G770 (ἀσθενέω);","strongs_definition":"a scruple of conscience","kjv_definition":"infirmity"} +{"id":"G772","strongs_number":"G772","system":"greek","language":"greek","number_value":772,"lemma":"ἀσθενής","transliteration":"asthenḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and the base of G4599 (σθενόω);","strongs_definition":"strengthless (in various applications, literal, figurative and moral)","kjv_definition":"more feeble, impotent, sick, without strength, weak(-er, -ness, thing)"} +{"id":"G773","strongs_number":"G773","system":"greek","language":"greek","number_value":773,"lemma":"Ἀσία","transliteration":"Asía","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Asia, i.e. Asia Minor, or (usually) only its western shore","kjv_definition":"Asia"} +{"id":"G774","strongs_number":"G774","system":"greek","language":"greek","number_value":774,"lemma":"Ἀσιανός","transliteration":"Asianós","pronunciation":null,"derivation":"from G773 (Ἀσία);","strongs_definition":"an Asian (i.e. Asiatic) or an inhabitant of Asia","kjv_definition":"of Asia"} +{"id":"G775","strongs_number":"G775","system":"greek","language":"greek","number_value":775,"lemma":"Ἀσιάρχης","transliteration":"Asiárchēs","pronunciation":null,"derivation":"from G773 (Ἀσία) and G746 (ἀρχή);","strongs_definition":"an Asiarch or president of the public festivities in a city of Asia Minor","kjv_definition":"chief of Asia"} +{"id":"G776","strongs_number":"G776","system":"greek","language":"greek","number_value":776,"lemma":"ἀσιτία","transliteration":"asitía","pronunciation":null,"derivation":"from G777 (ἄσιτος);","strongs_definition":"fasting (the state)","kjv_definition":"abstinence"} +{"id":"G777","strongs_number":"G777","system":"greek","language":"greek","number_value":777,"lemma":"ἄσιτος","transliteration":"ásitos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G4621 (σῖτος);","strongs_definition":"without (taking) food","kjv_definition":"fasting"} +{"id":"G778","strongs_number":"G778","system":"greek","language":"greek","number_value":778,"lemma":"ἀσκέω","transliteration":"askéō","pronunciation":null,"derivation":"probably from the same as G4632 (σκεῦος);","strongs_definition":"to elaborate, i.e. (figuratively) train (by implication, strive)","kjv_definition":"exercise"} +{"id":"G779","strongs_number":"G779","system":"greek","language":"greek","number_value":779,"lemma":"ἀσκός","transliteration":"askós","pronunciation":null,"derivation":"from the same as G778 (ἀσκέω);","strongs_definition":"a leathern (or skin) bag used as a bottle","kjv_definition":"bottle"} +{"id":"G780","strongs_number":"G780","system":"greek","language":"greek","number_value":780,"lemma":"ἀσμένως","transliteration":"asménōs","pronunciation":null,"derivation":"adverb from a derivative of the base of G2237 (ἡδονή);","strongs_definition":"with pleasure","kjv_definition":"gladly"} +{"id":"G781","strongs_number":"G781","system":"greek","language":"greek","number_value":781,"lemma":"ἄσοφος","transliteration":"ásophos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G4680 (σοφός);","strongs_definition":"unwise","kjv_definition":"fool"} +{"id":"G782","strongs_number":"G782","system":"greek","language":"greek","number_value":782,"lemma":"ἀσπάζομαι","transliteration":"aspázomai","pronunciation":null,"derivation":"from G1 (Α) (as a particle of union) and a presumed form of G4685 (σπάω);","strongs_definition":"to enfold in the arms, i.e. (by implication) to salute, (figuratively) to welcome","kjv_definition":"embrace, greet, salute, take leave"} +{"id":"G783","strongs_number":"G783","system":"greek","language":"greek","number_value":783,"lemma":"ἀσπασμός","transliteration":"aspasmós","pronunciation":null,"derivation":"from G782 (ἀσπάζομαι);","strongs_definition":"a greeting (in person or by letter)","kjv_definition":"greeting, salutation"} +{"id":"G784","strongs_number":"G784","system":"greek","language":"greek","number_value":784,"lemma":"ἄσπιλος","transliteration":"áspilos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G4695 (σπιλόω);","strongs_definition":"unblemished (physically or morally)","kjv_definition":"without spot, unspotted"} +{"id":"G785","strongs_number":"G785","system":"greek","language":"greek","number_value":785,"lemma":"ἀσπίς","transliteration":"aspís","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a buckler (or round shield); used of a serpent (as coiling itself), probably the \"asp\"","kjv_definition":"asp"} +{"id":"G786","strongs_number":"G786","system":"greek","language":"greek","number_value":786,"lemma":"ἄσπονδος","transliteration":"áspondos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G4689 (σπένδω);","strongs_definition":"literally, without libation (which usually accompanied a treaty), i.e. (by implication) truceless","kjv_definition":"implacable, truce-breaker"} +{"id":"G787","strongs_number":"G787","system":"greek","language":"greek","number_value":787,"lemma":"ἀσσάριον","transliteration":"assárion","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"an assarius or as, a Roman coin","kjv_definition":"farthing"} +{"id":"G788","strongs_number":"G788","system":"greek","language":"greek","number_value":788,"lemma":"ἆσσον","transliteration":"âsson","pronunciation":null,"derivation":"neuter comparative of the base of G1451 (ἐγγύς);","strongs_definition":"more nearly, i.e. very near","kjv_definition":"close"} +{"id":"G789","strongs_number":"G789","system":"greek","language":"greek","number_value":789,"lemma":"Ἄσσος","transliteration":"Ássos","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Assus, a city of Asia MInor","kjv_definition":"Assos"} +{"id":"G790","strongs_number":"G790","system":"greek","language":"greek","number_value":790,"lemma":"ἀστατέω","transliteration":"astatéō","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G2476 (ἵστημι);","strongs_definition":"to be non-stationary, i.e. (figuratively) homeless","kjv_definition":"have no certain dwelling-place"} +{"id":"G791","strongs_number":"G791","system":"greek","language":"greek","number_value":791,"lemma":"ἀστεῖος","transliteration":"asteîos","pronunciation":null,"derivation":"from (a city);","strongs_definition":"urbane, i.e. (by implication) handsome","kjv_definition":"fair"} +{"id":"G792","strongs_number":"G792","system":"greek","language":"greek","number_value":792,"lemma":"ἀστήρ","transliteration":"astḗr","pronunciation":null,"derivation":"probably from the base of G4766 (στρώννυμι);","strongs_definition":"a star (as strown over the sky), literally or figuratively","kjv_definition":"star"} +{"id":"G793","strongs_number":"G793","system":"greek","language":"greek","number_value":793,"lemma":"ἀστήρικτος","transliteration":"astḗriktos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G4741 (στηρίζω);","strongs_definition":"unfixed, i.e. (figuratively) vacillating","kjv_definition":"unstable"} +{"id":"G794","strongs_number":"G794","system":"greek","language":"greek","number_value":794,"lemma":"ἄστοργος","transliteration":"ástorgos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of (to cherish affectionately);","strongs_definition":"hard-hearted towards kindred","kjv_definition":"without natural affection"} +{"id":"G795","strongs_number":"G795","system":"greek","language":"greek","number_value":795,"lemma":"ἀστοχέω","transliteration":"astochéō","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and (an aim);","strongs_definition":"to miss the mark, i.e. (figuratively) deviate from truth","kjv_definition":"err, swerve"} +{"id":"G796","strongs_number":"G796","system":"greek","language":"greek","number_value":796,"lemma":"ἀστραπή","transliteration":"astrapḗ","pronunciation":null,"derivation":"from G797 (ἀστράπτω);","strongs_definition":"lightning; by analogy, glare","kjv_definition":"lightning, bright shining"} +{"id":"G797","strongs_number":"G797","system":"greek","language":"greek","number_value":797,"lemma":"ἀστράπτω","transliteration":"astráptō","pronunciation":null,"derivation":"probably from G792 (ἀστήρ);","strongs_definition":"to flash as lightning","kjv_definition":"lighten, shine"} +{"id":"G798","strongs_number":"G798","system":"greek","language":"greek","number_value":798,"lemma":"ἄστρον","transliteration":"ástron","pronunciation":null,"derivation":"neuter from G792 (ἀστήρ);","strongs_definition":"properly, a constellation; put for a single star (natural or artificial)","kjv_definition":"star"} +{"id":"G799","strongs_number":"G799","system":"greek","language":"greek","number_value":799,"lemma":"Ἀσύγκριτος","transliteration":"Asýnkritos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G4793 (συγκρίνω);","strongs_definition":"incomparable; Asyncritus, a Christian","kjv_definition":"Asyncritos"} +{"id":"G800","strongs_number":"G800","system":"greek","language":"greek","number_value":800,"lemma":"ἀσύμφωνος","transliteration":"asýmphōnos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G4859 (σύμφωνος);","strongs_definition":"inharmonious (figuratively)","kjv_definition":"agree not"} +{"id":"G801","strongs_number":"G801","system":"greek","language":"greek","number_value":801,"lemma":"ἀσύνετος","transliteration":"asýnetos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G4908 (συνετός);","strongs_definition":"unintelligent; by implication, wicked","kjv_definition":"foolish, without understanding"} +{"id":"G802","strongs_number":"G802","system":"greek","language":"greek","number_value":802,"lemma":"ἀσύνθετος","transliteration":"asýnthetos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G4934 (συντίθεμαι);","strongs_definition":"properly, not agreed, i.e. treacherous to compacts","kjv_definition":"covenant-breaker"} +{"id":"G803","strongs_number":"G803","system":"greek","language":"greek","number_value":803,"lemma":"ἀσφάλεια","transliteration":"aspháleia","pronunciation":null,"derivation":"from G804 (ἀσφαλής);","strongs_definition":"security (literally or figuratively)","kjv_definition":"certainty, safety"} +{"id":"G804","strongs_number":"G804","system":"greek","language":"greek","number_value":804,"lemma":"ἀσφαλής","transliteration":"asphalḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and sphallo (to \"fail\");","strongs_definition":"secure (literally or figuratively)","kjv_definition":"certain(-ty), safe, sure"} +{"id":"G805","strongs_number":"G805","system":"greek","language":"greek","number_value":805,"lemma":"ἀσφαλίζω","transliteration":"asphalízō","pronunciation":null,"derivation":"from G804 (ἀσφαλής);","strongs_definition":"to render secure","kjv_definition":"make fast (sure)"} +{"id":"G806","strongs_number":"G806","system":"greek","language":"greek","number_value":806,"lemma":"ἀσφαλῶς","transliteration":"asphalōs","pronunciation":null,"derivation":"adverb from G804 (ἀσφαλής);","strongs_definition":"securely (literally or figuratively)","kjv_definition":"assuredly, safely"} +{"id":"G807","strongs_number":"G807","system":"greek","language":"greek","number_value":807,"lemma":"ἀσχημονέω","transliteration":"aschēmonéō","pronunciation":null,"derivation":"from G809 (ἀσχήμων);","strongs_definition":"to be (i.e. act) unbecoming","kjv_definition":"behave self uncomely (unseemly)"} +{"id":"G808","strongs_number":"G808","system":"greek","language":"greek","number_value":808,"lemma":"ἀσχημοσύνη","transliteration":"aschēmosýnē","pronunciation":null,"derivation":"from G809 (ἀσχήμων);","strongs_definition":"an indecency; by implication, the pudenda","kjv_definition":"shame, that which is unseemly"} +{"id":"G809","strongs_number":"G809","system":"greek","language":"greek","number_value":809,"lemma":"ἀσχήμων","transliteration":"aschḗmōn","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G2192 (ἔχω) (in the sense of its congener G4976 (σχῆμα));","strongs_definition":"properly, shapeless, i.e. (figuratively) inelegant","kjv_definition":"uncomely"} +{"id":"G810","strongs_number":"G810","system":"greek","language":"greek","number_value":810,"lemma":"ἀσωτία","transliteration":"asōtía","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and a presumed derivative of G4982 (σώζω);","strongs_definition":"properly, unsavedness, i.e. (by implication) profligacy","kjv_definition":"excess, riot"} +{"id":"G811","strongs_number":"G811","system":"greek","language":"greek","number_value":811,"lemma":"ἀσώτως","transliteration":"asṓtōs","pronunciation":null,"derivation":"adverb from the same as G810 (ἀσωτία);","strongs_definition":"dissolutely","kjv_definition":"riotous"} +{"id":"G812","strongs_number":"G812","system":"greek","language":"greek","number_value":812,"lemma":"ἀτακτέω","transliteration":"ataktéō","pronunciation":null,"derivation":"from G813 (ἄτακτος);","strongs_definition":"to be (i.e. act) irregular","kjv_definition":"behave self disorderly"} +{"id":"G813","strongs_number":"G813","system":"greek","language":"greek","number_value":813,"lemma":"ἄτακτος","transliteration":"átaktos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G5021 (τάσσω);","strongs_definition":"unarranged, i.e. (by implication) insubordinate (religiously)","kjv_definition":"unruly"} +{"id":"G814","strongs_number":"G814","system":"greek","language":"greek","number_value":814,"lemma":"ἀτάκτως","transliteration":"atáktōs","pronunciation":null,"derivation":"adverb from G813 (ἄτακτος), irregularly (morally)","strongs_definition":null,"kjv_definition":"disorderly"} +{"id":"G815","strongs_number":"G815","system":"greek","language":"greek","number_value":815,"lemma":"ἄτεκνος","transliteration":"áteknos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5043 (τέκνον);","strongs_definition":"childless","kjv_definition":"childless, without children"} +{"id":"G816","strongs_number":"G816","system":"greek","language":"greek","number_value":816,"lemma":"ἀτενίζω","transliteration":"atenízō","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a particle of union) and (to stretch);","strongs_definition":"to gaze intently","kjv_definition":"behold earnestly (stedfastly), fasten (eyes), look (earnestly, stedfastly, up stedfastly), set eyes"} +{"id":"G817","strongs_number":"G817","system":"greek","language":"greek","number_value":817,"lemma":"ἄτερ","transliteration":"áter","pronunciation":null,"derivation":"a particle probably akin to G427 (ἄνευ);","strongs_definition":"aloof, i.e. apart from (literally or figuratively)","kjv_definition":"in the absence of, without"} +{"id":"G818","strongs_number":"G818","system":"greek","language":"greek","number_value":818,"lemma":"ἀτιμάζω","transliteration":"atimázō","pronunciation":null,"derivation":"from G820 (ἄτιμος);","strongs_definition":"to render infamous, i.e. (by implication) contemn or maltreat","kjv_definition":"despise, dishonour, suffer shame, entreat shamefully"} +{"id":"G819","strongs_number":"G819","system":"greek","language":"greek","number_value":819,"lemma":"ἀτιμία","transliteration":"atimía","pronunciation":null,"derivation":"from G820 (ἄτιμος);","strongs_definition":"infamy, i.e. (subjectively) comparative indignity, (objectively) disgrace","kjv_definition":"dishonour, reproach, shame, vile"} +{"id":"G820","strongs_number":"G820","system":"greek","language":"greek","number_value":820,"lemma":"ἄτιμος","transliteration":"átimos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5092 (τιμή);","strongs_definition":"(negatively) unhonoured or (positively) dishonoured","kjv_definition":"despised, without honour, less honourable (comparative degree)"} +{"id":"G821","strongs_number":"G821","system":"greek","language":"greek","number_value":821,"lemma":"ἀτιμόω","transliteration":"atimóō","pronunciation":null,"derivation":"from G820 (ἄτιμος);","strongs_definition":"used like G818 (ἀτιμάζω), to maltreat","kjv_definition":"handle shamefully"} +{"id":"G822","strongs_number":"G822","system":"greek","language":"greek","number_value":822,"lemma":"ἀτμίς","transliteration":"atmís","pronunciation":null,"derivation":"from the same as G109 (ἀήρ);","strongs_definition":"mist","kjv_definition":"vapour"} +{"id":"G823","strongs_number":"G823","system":"greek","language":"greek","number_value":823,"lemma":"ἄτομος","transliteration":"átomos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and the base of G5114 (τομώτερος);","strongs_definition":"uncut, i.e. (by implication) indivisible (an \"atom\" of time)","kjv_definition":"moment"} +{"id":"G824","strongs_number":"G824","system":"greek","language":"greek","number_value":824,"lemma":"ἄτοπος","transliteration":"átopos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5117 (τόπος);","strongs_definition":"out of place, i.e. (figuratively) improper, injurious, wicked","kjv_definition":"amiss, harm, unreasonable"} +{"id":"G825","strongs_number":"G825","system":"greek","language":"greek","number_value":825,"lemma":"Ἀττάλεια","transliteration":"Attáleia","pronunciation":null,"derivation":"from (a king of Pergamus);","strongs_definition":"Attaleia, a place in Pamphylia","kjv_definition":"Attalia"} +{"id":"G826","strongs_number":"G826","system":"greek","language":"greek","number_value":826,"lemma":"αὐγάζω","transliteration":"augázō","pronunciation":null,"derivation":"from G827 (αὐγή);","strongs_definition":"to beam forth (figuratively)","kjv_definition":"shine"} +{"id":"G827","strongs_number":"G827","system":"greek","language":"greek","number_value":827,"lemma":"αὐγή","transliteration":"augḗ","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a ray of light, i.e. (by implication) radiance, dawn","kjv_definition":"break of day"} +{"id":"G828","strongs_number":"G828","system":"greek","language":"greek","number_value":828,"lemma":"Αὐγοῦστος","transliteration":"Augoûstos","pronunciation":null,"derivation":"from Latin (\"august\");","strongs_definition":"Augustus, a title of the Roman emperor","kjv_definition":"Augustus"} +{"id":"G829","strongs_number":"G829","system":"greek","language":"greek","number_value":829,"lemma":"αὐθάδης","transliteration":"authádēs","pronunciation":null,"derivation":"from G846 (αὐτός) and the base of G2237 (ἡδονή);","strongs_definition":"self-pleasing, i.e. arrogant","kjv_definition":"self-willed"} +{"id":"G830","strongs_number":"G830","system":"greek","language":"greek","number_value":830,"lemma":"αὐθαίρετος","transliteration":"authaíretos","pronunciation":null,"derivation":"from G846 (αὐτός) and the same as G140 (αἱρετίζω);","strongs_definition":"self-chosen, i.e. (by implication) voluntary","kjv_definition":"of own accord, willing of self"} +{"id":"G831","strongs_number":"G831","system":"greek","language":"greek","number_value":831,"lemma":"αὐθεντέω","transliteration":"authentéō","pronunciation":null,"derivation":"from a compound of G846 (αὐτός) and an obsolete (a worker);","strongs_definition":"to act of oneself, i.e. (figuratively) dominate","kjv_definition":"usurp authority over"} +{"id":"G832","strongs_number":"G832","system":"greek","language":"greek","number_value":832,"lemma":"αὐλέω","transliteration":"auléō","pronunciation":null,"derivation":"from G836 (αὐλός);","strongs_definition":"to play the flute","kjv_definition":"pipe"} +{"id":"G833","strongs_number":"G833","system":"greek","language":"greek","number_value":833,"lemma":"αὐλή","transliteration":"aulḗ","pronunciation":null,"derivation":"from the same as G109 (ἀήρ);","strongs_definition":"a yard (as open to the wind); by implication, a mansion","kjv_definition":"court, (sheep-)fold, hall, palace"} +{"id":"G834","strongs_number":"G834","system":"greek","language":"greek","number_value":834,"lemma":"αὐλητής","transliteration":"aulētḗs","pronunciation":null,"derivation":"from G832 (αὐλέω);","strongs_definition":"a flute-player","kjv_definition":"minstrel, piper"} +{"id":"G835","strongs_number":"G835","system":"greek","language":"greek","number_value":835,"lemma":"αὐλίζομαι","transliteration":"aulízomai","pronunciation":null,"derivation":"middle voice from G833 (αὐλή);","strongs_definition":"to pass the night (properly, in the open air)","kjv_definition":"abide, lodge"} +{"id":"G836","strongs_number":"G836","system":"greek","language":"greek","number_value":836,"lemma":"αὐλός","transliteration":"aulós","pronunciation":null,"derivation":"from the same as G109 (ἀήρ);","strongs_definition":"a flute (as blown)","kjv_definition":"pipe"} +{"id":"G837","strongs_number":"G837","system":"greek","language":"greek","number_value":837,"lemma":"αὐξάνω","transliteration":"auxánō","pronunciation":null,"derivation":"a prolonged form of a primary verb;","strongs_definition":"to grow (\"wax\"), i.e. enlarge (literal or figurative, active or passive)","kjv_definition":"grow (up), (give the) increase"} +{"id":"G838","strongs_number":"G838","system":"greek","language":"greek","number_value":838,"lemma":"αὔξησις","transliteration":"aúxēsis","pronunciation":null,"derivation":"from G837 (αὐξάνω);","strongs_definition":"growth","kjv_definition":"increase"} +{"id":"G839","strongs_number":"G839","system":"greek","language":"greek","number_value":839,"lemma":"αὔριον","transliteration":"aúrion","pronunciation":null,"derivation":"from a derivative of the same as G109 (ἀήρ) (meaning a breeze, i.e. the morning air);","strongs_definition":"properly, fresh, i.e. (adverb with ellipsis of G2250 (ἡμέρα)) to-morrow","kjv_definition":"(to-)morrow, next day"} +{"id":"G840","strongs_number":"G840","system":"greek","language":"greek","number_value":840,"lemma":"αὐστηρός","transliteration":"austērós","pronunciation":null,"derivation":"from a (presumed) derivative of the same as G109 (ἀήρ) (meaning blown);","strongs_definition":"rough (properly as a gale), i.e. (figuratively) severe","kjv_definition":"austere"} +{"id":"G841","strongs_number":"G841","system":"greek","language":"greek","number_value":841,"lemma":"αὐτάρκεια","transliteration":"autárkeia","pronunciation":null,"derivation":"from G842 (αὐτάρκης);","strongs_definition":"self-satisfaction, i.e. (abstractly) contentedness, or (concretely) a competence","kjv_definition":"contentment, sufficiency"} +{"id":"G842","strongs_number":"G842","system":"greek","language":"greek","number_value":842,"lemma":"αὐτάρκης","transliteration":"autárkēs","pronunciation":null,"derivation":"from G846 (αὐτός) and G714 (ἀρκέω);","strongs_definition":"self-complacent, i.e. contented","kjv_definition":"content"} +{"id":"G843","strongs_number":"G843","system":"greek","language":"greek","number_value":843,"lemma":"αὐτοκατάκριτος","transliteration":"autokatákritos","pronunciation":null,"derivation":"from G846 (αὐτός) and a derivative or G2632 (κατακρίνω);","strongs_definition":"self-condemned","kjv_definition":"condemned of self"} +{"id":"G844","strongs_number":"G844","system":"greek","language":"greek","number_value":844,"lemma":"αὐτόματος","transliteration":"autómatos","pronunciation":null,"derivation":"from G846 (αὐτός) and the same as G3155 (μάτην);","strongs_definition":"self-moved (\"automatic\"), i.e. spontaneous","kjv_definition":"of own accord, of self"} +{"id":"G845","strongs_number":"G845","system":"greek","language":"greek","number_value":845,"lemma":"αὐτόπτης","transliteration":"autóptēs","pronunciation":null,"derivation":"from G846 (αὐτός) and G3700 (ὀπτάνομαι);","strongs_definition":"self-seeing, i.e. an eye-witness","kjv_definition":"eye-witness"} +{"id":"G846","strongs_number":"G846","system":"greek","language":"greek","number_value":846,"lemma":"αὐτός","transliteration":"autós","pronunciation":null,"derivation":"from the particle (perhaps akin to the base of G109 (ἀήρ) through the idea of a baffling wind) (backward);","strongs_definition":"the reflexive pronoun self, used (alone or in the comparative G1438 (ἑαυτοῦ)) of the third person , and (with the proper personal pronoun) of the other persons","kjv_definition":"her, it(-self), one, the other, (mine) own, said, (self-), the) same, ((him-, my-, thy- )self, (your-)selves, she, that, their(-s), them(-selves), there(-at, - by, -in, -into, -of, -on, -with), they, (these) things, this (man), those, together, very, which"} +{"id":"G847","strongs_number":"G847","system":"greek","language":"greek","number_value":847,"lemma":"αὐτοῦ","transliteration":"autoû","pronunciation":null,"derivation":"genitive (i.e. possessive) of G846 (αὐτός), used as an adverb of location;","strongs_definition":"properly, belonging to the same spot, i.e. in this (or that) place","kjv_definition":"(t-)here"} +{"id":"G848","strongs_number":"G848","system":"greek","language":"greek","number_value":848,"lemma":"αὑτοῦ","transliteration":"hautoû","pronunciation":null,"derivation":"contracted for G1438 (ἑαυτοῦ);","strongs_definition":"self (in some oblique case or reflexively, relation)","kjv_definition":"her (own), (of) him(-self), his (own), of it, thee, their (own), them(-selves), they"} +{"id":"G849","strongs_number":"G849","system":"greek","language":"greek","number_value":849,"lemma":"αὐτόχειρ","transliteration":"autócheir","pronunciation":null,"derivation":"from G846 (αὐτός) and G5495 (χείρ);","strongs_definition":"self-handed, i.e. doing personally","kjv_definition":"with … own hands"} +{"id":"G850","strongs_number":"G850","system":"greek","language":"greek","number_value":850,"lemma":"αὐχμηρός","transliteration":"auchmērós","pronunciation":null,"derivation":"from (probably from a base akin to that of G109 (ἀήρ)) (dust, as dried by wind);","strongs_definition":"properly, dirty, i.e. (by implication) obscure","kjv_definition":"dark"} +{"id":"G851","strongs_number":"G851","system":"greek","language":"greek","number_value":851,"lemma":"ἀφαιρέω","transliteration":"aphairéō","pronunciation":null,"derivation":"from G575 (ἀπό) and G138 (αἱρέομαι);","strongs_definition":"to remove (literally or figuratively)","kjv_definition":"cut (smite) off, take away"} +{"id":"G852","strongs_number":"G852","system":"greek","language":"greek","number_value":852,"lemma":"ἀφανής","transliteration":"aphanḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5316 (φαίνω);","strongs_definition":"non-apparent)","kjv_definition":"that is not manifest"} +{"id":"G853","strongs_number":"G853","system":"greek","language":"greek","number_value":853,"lemma":"ἀφανίζω","transliteration":"aphanízō","pronunciation":null,"derivation":"from G852 (ἀφανής);","strongs_definition":"to render unapparent, i.e. (actively) consume (becloud), or (passively) disappear (be destroyed)","kjv_definition":"corrupt, disfigure, perish, vanish away"} +{"id":"G854","strongs_number":"G854","system":"greek","language":"greek","number_value":854,"lemma":"ἀφανισμός","transliteration":"aphanismós","pronunciation":null,"derivation":"from G853 (ἀφανίζω);","strongs_definition":"disappearance, i.e. (figuratively) abrogation","kjv_definition":"vanish away"} +{"id":"G855","strongs_number":"G855","system":"greek","language":"greek","number_value":855,"lemma":"ἄφαντος","transliteration":"áphantos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G5316 (φαίνω);","strongs_definition":"non-manifested, i.e. invisible","kjv_definition":"vanished out of sight"} +{"id":"G856","strongs_number":"G856","system":"greek","language":"greek","number_value":856,"lemma":"ἀφεδρών","transliteration":"aphedrṓn","pronunciation":null,"derivation":"from a compound of G575 (ἀπό) and the base of G1476 (ἑδραῖος);","strongs_definition":"a place of sitting apart, i.e. a privy","kjv_definition":"draught"} +{"id":"G857","strongs_number":"G857","system":"greek","language":"greek","number_value":857,"lemma":"ἀφειδία","transliteration":"apheidía","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and G5339 (φείδομαι);","strongs_definition":"unsparingness, i.e. austerity (asceticism)","kjv_definition":"neglecting"} +{"id":"G858","strongs_number":"G858","system":"greek","language":"greek","number_value":858,"lemma":"ἀφελότης","transliteration":"aphelótēs","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and (in the sense of a stone as stubbing the foot);","strongs_definition":"smoothness, i.e. (figuratively) simplicity","kjv_definition":"singleness"} +{"id":"G859","strongs_number":"G859","system":"greek","language":"greek","number_value":859,"lemma":"ἄφεσις","transliteration":"áphesis","pronunciation":null,"derivation":"from G863 (ἀφίημι);","strongs_definition":"freedom; (figuratively) pardon","kjv_definition":"deliverance, forgiveness, liberty, remission"} +{"id":"G860","strongs_number":"G860","system":"greek","language":"greek","number_value":860,"lemma":"ἁφή","transliteration":"haphḗ","pronunciation":null,"derivation":"from G680 (ἅπτομαι);","strongs_definition":"probably a ligament (as fastening)","kjv_definition":"joint"} +{"id":"G861","strongs_number":"G861","system":"greek","language":"greek","number_value":861,"lemma":"ἀφθαρσία","transliteration":"aphtharsía","pronunciation":null,"derivation":"from G862 (ἄφθαρτος);","strongs_definition":"incorruptibility; genitive, unending existence; (figuratively) genuineness","kjv_definition":"immortality, incorruption, sincerity"} +{"id":"G862","strongs_number":"G862","system":"greek","language":"greek","number_value":862,"lemma":"ἄφθαρτος","transliteration":"áphthartos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G5351 (φθείρω);","strongs_definition":"undecaying (in essence or continuance)","kjv_definition":"not (in-, un-)corruptible, immortal"} +{"id":"G863","strongs_number":"G863","system":"greek","language":"greek","number_value":863,"lemma":"ἀφίημι","transliteration":"aphíēmi","pronunciation":null,"derivation":"from G575 (ἀπό) and (to send;","strongs_definition":"an intensive form of , to go); to send forth, in various applications (as follow)","kjv_definition":"cry, forgive, forsake, lay aside, leave, let (alone, be, go, have), omit, put (send) away, remit, suffer, yield up"} +{"id":"G864","strongs_number":"G864","system":"greek","language":"greek","number_value":864,"lemma":"ἀφικνέομαι","transliteration":"aphiknéomai","pronunciation":null,"derivation":"from G575 (ἀπό) and the base of G2425 (ἱκανός);","strongs_definition":"to go (i.e. spread) forth (by rumor)","kjv_definition":"come abroad"} +{"id":"G865","strongs_number":"G865","system":"greek","language":"greek","number_value":865,"lemma":"ἀφιλάγαθος","transliteration":"aphilágathos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5358 (φιλάγαθος);","strongs_definition":"hostile to virtue","kjv_definition":"despiser of those that are good"} +{"id":"G866","strongs_number":"G866","system":"greek","language":"greek","number_value":866,"lemma":"ἀφιλάργυρος","transliteration":"aphilárgyros","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5366 (φιλάργυρος);","strongs_definition":"unavaricious","kjv_definition":"without covetousness, not greedy of filthy lucre"} +{"id":"G867","strongs_number":"G867","system":"greek","language":"greek","number_value":867,"lemma":"ἄφιξις","transliteration":"áphixis","pronunciation":null,"derivation":"from G864 (ἀφικνέομαι);","strongs_definition":"properly, arrival, i.e. (by implication) departure","kjv_definition":"departing"} +{"id":"G868","strongs_number":"G868","system":"greek","language":"greek","number_value":868,"lemma":"ἀφίστημι","transliteration":"aphístēmi","pronunciation":null,"derivation":"from G575 (ἀπό) and G2476 (ἵστημι);","strongs_definition":"to remove, i.e. (actively) instigate to revolt; usually (reflexively) to desist, desert, etc.","kjv_definition":"depart, draw (fall) away, refrain, withdraw self"} +{"id":"G869","strongs_number":"G869","system":"greek","language":"greek","number_value":869,"lemma":"ἄφνω","transliteration":"áphnō","pronunciation":null,"derivation":"adverb from G852 (ἀφανής) (contraction);","strongs_definition":"unawares, i.e. unexpectedly","kjv_definition":"suddenly"} +{"id":"G870","strongs_number":"G870","system":"greek","language":"greek","number_value":870,"lemma":"ἀφόβως","transliteration":"aphóbōs","pronunciation":null,"derivation":"adverb from a compound of G1 (Α) (as a negative particle) and G5401 (φόβος);","strongs_definition":"fearlessly","kjv_definition":"without fear"} +{"id":"G871","strongs_number":"G871","system":"greek","language":"greek","number_value":871,"lemma":"ἀφομοιόω","transliteration":"aphomoióō","pronunciation":null,"derivation":"from G575 (ἀπό) and G3666 (ὁμοιόω);","strongs_definition":"to assimilate closely","kjv_definition":"make like"} +{"id":"G872","strongs_number":"G872","system":"greek","language":"greek","number_value":872,"lemma":"ἀφοράω","transliteration":"aphoráō","pronunciation":null,"derivation":"from G575 (ἀπό) and G3708 (ὁράω);","strongs_definition":"to consider attentively","kjv_definition":"look"} +{"id":"G873","strongs_number":"G873","system":"greek","language":"greek","number_value":873,"lemma":"ἀφορίζω","transliteration":"aphorízō","pronunciation":null,"derivation":"from G575 (ἀπό) and G3724 (ὁρίζω);","strongs_definition":"to set off by boundary, i.e. (figuratively) limit, exclude, appoint, etc.","kjv_definition":"divide, separate, sever"} +{"id":"G874","strongs_number":"G874","system":"greek","language":"greek","number_value":874,"lemma":"ἀφορμή","transliteration":"aphormḗ","pronunciation":null,"derivation":"from a compound of G575 (ἀπό) and G3729 (ὁρμάω);","strongs_definition":"a starting-point, i.e. (figuratively) an opportunity","kjv_definition":"occasion"} +{"id":"G875","strongs_number":"G875","system":"greek","language":"greek","number_value":875,"lemma":"ἀφρίζω","transliteration":"aphrízō","pronunciation":null,"derivation":"from G876 (ἀφρός);","strongs_definition":"to froth at the mouth (in epilepsy)","kjv_definition":"foam"} +{"id":"G876","strongs_number":"G876","system":"greek","language":"greek","number_value":876,"lemma":"ἀφρός","transliteration":"aphrós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"froth, i.e. slaver","kjv_definition":"foaming"} +{"id":"G877","strongs_number":"G877","system":"greek","language":"greek","number_value":877,"lemma":"ἀφροσύνη","transliteration":"aphrosýnē","pronunciation":null,"derivation":"from G878 (ἄφρων);","strongs_definition":"senselessness, i.e. (euphemistically) egotism; (morally) recklessness","kjv_definition":"folly, foolishly(-ness)"} +{"id":"G878","strongs_number":"G878","system":"greek","language":"greek","number_value":878,"lemma":"ἄφρων","transliteration":"áphrōn","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5424 (φρήν);","strongs_definition":"properly, mindless, i.e. stupid, (by implication) ignorant, (specially) egotistic, (practically) rash, or (morally) unbelieving","kjv_definition":"fool(-ish), unwise"} +{"id":"G879","strongs_number":"G879","system":"greek","language":"greek","number_value":879,"lemma":"ἀφυπνόω","transliteration":"aphypnóō","pronunciation":null,"derivation":"from a compound of G575 (ἀπό) and G5258 (ὕπνος);","strongs_definition":"properly, to become awake, i.e. (by implication) to drop (off) in slumber","kjv_definition":"fall asleep"} +{"id":"G880","strongs_number":"G880","system":"greek","language":"greek","number_value":880,"lemma":"ἄφωνος","transliteration":"áphōnos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5456 (φωνή);","strongs_definition":"voiceless, i.e. mute (by nature or choice); figuratively, unmeaning","kjv_definition":"dumb, without signification"} +{"id":"G881","strongs_number":"G881","system":"greek","language":"greek","number_value":881,"lemma":"Ἀχάζ","transliteration":"Acház","pronunciation":null,"derivation":"of Hebrew origin (H0271);","strongs_definition":"Achaz, an Israelite","kjv_definition":"Achaz"} +{"id":"G882","strongs_number":"G882","system":"greek","language":"greek","number_value":882,"lemma":"Ἀχαΐα","transliteration":"Achaḯa","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Achaia (i.e. Greece), a country of Europe","kjv_definition":"Achaia"} +{"id":"G883","strongs_number":"G883","system":"greek","language":"greek","number_value":883,"lemma":"Ἀχαϊκός","transliteration":"Achaïkós","pronunciation":null,"derivation":"from G882 (Ἀχαΐα);","strongs_definition":"an Achaian; Achaicus, a Christian","kjv_definition":"Achaicus"} +{"id":"G884","strongs_number":"G884","system":"greek","language":"greek","number_value":884,"lemma":"ἀχάριστος","transliteration":"acháristos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G5483 (χαρίζομαι);","strongs_definition":"thankless, i.e. ungrateful","kjv_definition":"unthankful"} +{"id":"G885","strongs_number":"G885","system":"greek","language":"greek","number_value":885,"lemma":"Ἀχείμ","transliteration":"Acheím","pronunciation":null,"derivation":"probably of Hebrew origin (compare H03137);","strongs_definition":"Achim, an Israelite","kjv_definition":"Achim"} +{"id":"G886","strongs_number":"G886","system":"greek","language":"greek","number_value":886,"lemma":"ἀχειροποίητος","transliteration":"acheiropoíētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5499 (χειροποίητος);","strongs_definition":"unmanufactured, i.e. inartificial","kjv_definition":"made without (not made with) hands"} +{"id":"G887","strongs_number":"G887","system":"greek","language":"greek","number_value":887,"lemma":"ἀχλύς","transliteration":"achlýs","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"dimness of sight, i.e. (probably) a cataract","kjv_definition":"mist"} +{"id":"G888","strongs_number":"G888","system":"greek","language":"greek","number_value":888,"lemma":"ἀχρεῖος","transliteration":"achreîos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G5534 (χρή) (compare G5532 (χρεία));","strongs_definition":"useless, i.e. (euphemistically) unmeritorious","kjv_definition":"unprofitable"} +{"id":"G889","strongs_number":"G889","system":"greek","language":"greek","number_value":889,"lemma":"ἀχρειόω","transliteration":"achreióō","pronunciation":null,"derivation":"from G888 (ἀχρεῖος);","strongs_definition":"to render useless, i.e. spoil","kjv_definition":"become unprofitable"} +{"id":"G890","strongs_number":"G890","system":"greek","language":"greek","number_value":890,"lemma":"ἄχρηστος","transliteration":"áchrēstos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5543 (χρηστός);","strongs_definition":"inefficient, i.e. (by implication) detrimental","kjv_definition":"unprofitable"} +{"id":"G891","strongs_number":"G891","system":"greek","language":"greek","number_value":891,"lemma":"ἄχρι","transliteration":"áchri","pronunciation":null,"derivation":"akin to G206 (ἄκρον) (through the idea of a terminus);","strongs_definition":"(of time) until or (of place) up to","kjv_definition":"as far as, for, in(-to), till, (even, un-)to, until, while"} +{"id":"G892","strongs_number":"G892","system":"greek","language":"greek","number_value":892,"lemma":"ἄχυρον","transliteration":"áchyron","pronunciation":null,"derivation":"perhaps remotely from (to shed forth);","strongs_definition":"chaff (as diffusive)","kjv_definition":"chaff"} +{"id":"G893","strongs_number":"G893","system":"greek","language":"greek","number_value":893,"lemma":"ἀψευδής","transliteration":"apseudḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5579 (ψεῦδος);","strongs_definition":"veracious","kjv_definition":"that cannot lie"} +{"id":"G894","strongs_number":"G894","system":"greek","language":"greek","number_value":894,"lemma":"ἄψινθος","transliteration":"ápsinthos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"wormwood (as a type of bitterness, i.e. (figuratively) calamity)","kjv_definition":"wormwood"} +{"id":"G895","strongs_number":"G895","system":"greek","language":"greek","number_value":895,"lemma":"ἄψυχος","transliteration":"ápsychos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5590 (ψυχή);","strongs_definition":"lifeless, i.e. inanimate (mechanical)","kjv_definition":"without life"} +{"id":"G896","strongs_number":"G896","system":"greek","language":"greek","number_value":896,"lemma":"Βάαλ","transliteration":"Báal","pronunciation":null,"derivation":"of Hebrew origin (H01168);","strongs_definition":"Baal, a Phœnician deity (used as a symbol of idolatry)","kjv_definition":"Baal"} +{"id":"G897","strongs_number":"G897","system":"greek","language":"greek","number_value":897,"lemma":"Βαβυλών","transliteration":"Babylṓn","pronunciation":null,"derivation":"of Hebrew origin (H0894);","strongs_definition":"Babylon, the capitol of Chaldæa (literally or figuratively (as a type of tyranny))","kjv_definition":"Babylon"} +{"id":"G898","strongs_number":"G898","system":"greek","language":"greek","number_value":898,"lemma":"βαθμός","transliteration":"bathmós","pronunciation":null,"derivation":"from the same as G899 (βάθος);","strongs_definition":"a step, i.e. (figuratively) grade (of dignity)","kjv_definition":"degree"} +{"id":"G899","strongs_number":"G899","system":"greek","language":"greek","number_value":899,"lemma":"βάθος","transliteration":"báthos","pronunciation":null,"derivation":"from the same as G901 (βαθύς);","strongs_definition":"profundity, i.e. (by implication) extent; (figuratively) mystery","kjv_definition":"deep(-ness, things), depth"} +{"id":"G900","strongs_number":"G900","system":"greek","language":"greek","number_value":900,"lemma":"βαθύνω","transliteration":"bathýnō","pronunciation":null,"derivation":"from G901 (βαθύς);","strongs_definition":"to deepen","kjv_definition":"deep"} +{"id":"G901","strongs_number":"G901","system":"greek","language":"greek","number_value":901,"lemma":"βαθύς","transliteration":"bathýs","pronunciation":null,"derivation":"from the base of G939 (βάσις);","strongs_definition":"profound (as going down), literally or figuratively","kjv_definition":"deep, very early"} +{"id":"G902","strongs_number":"G902","system":"greek","language":"greek","number_value":902,"lemma":"βαΐον","transliteration":"baḯon","pronunciation":null,"derivation":"a diminutive of a derivative probably of the base of G939 (βάσις);","strongs_definition":"a palm twig (as going out far)","kjv_definition":"branch"} +{"id":"G903","strongs_number":"G903","system":"greek","language":"greek","number_value":903,"lemma":"Βαλαάμ","transliteration":"Balaám","pronunciation":null,"derivation":"of Hebrew origin (H01109);","strongs_definition":"Balaam, a Mesopotamian (symbolic of a false teacher)","kjv_definition":"Balaam"} +{"id":"G904","strongs_number":"G904","system":"greek","language":"greek","number_value":904,"lemma":"Βαλάκ","transliteration":"Balák","pronunciation":null,"derivation":"of Hebrew origin (H01111);","strongs_definition":"Balak, a Moabite","kjv_definition":"Balac"} +{"id":"G905","strongs_number":"G905","system":"greek","language":"greek","number_value":905,"lemma":"βαλάντιον","transliteration":"balántion","pronunciation":null,"derivation":"probably remotely from G906 (βάλλω) (as a depository);","strongs_definition":"a pouch (for money)","kjv_definition":"bag, purse"} +{"id":"G906","strongs_number":"G906","system":"greek","language":"greek","number_value":906,"lemma":"βάλλω","transliteration":"bállō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to throw (in various applications, more or less violent or intense)","kjv_definition":"arise, cast (out), X dung, lay, lie, pour, put (up), send, strike, throw (down), thrust"} +{"id":"G907","strongs_number":"G907","system":"greek","language":"greek","number_value":907,"lemma":"βαπτίζω","transliteration":"baptízō","pronunciation":null,"derivation":"from a derivative of G911 (βάπτω);","strongs_definition":"to immerse, submerge; to make whelmed (i.e. fully wet); used only (in the New Testament) of ceremonial ablution, especially (technically) of the ordinance of Christian baptism","kjv_definition":"Baptist, baptize, wash"} +{"id":"G908","strongs_number":"G908","system":"greek","language":"greek","number_value":908,"lemma":"βάπτισμα","transliteration":"báptisma","pronunciation":null,"derivation":"from G907 (βαπτίζω);","strongs_definition":"baptism (technically or figuratively)","kjv_definition":"baptism"} +{"id":"G909","strongs_number":"G909","system":"greek","language":"greek","number_value":909,"lemma":"βαπτισμός","transliteration":"baptismós","pronunciation":null,"derivation":"from G907 (βαπτίζω);","strongs_definition":"ablution (ceremonial or Christian)","kjv_definition":"baptism, washing"} +{"id":"G910","strongs_number":"G910","system":"greek","language":"greek","number_value":910,"lemma":"Βαπτιστής","transliteration":"Baptistḗs","pronunciation":null,"derivation":"from G907 (βαπτίζω);","strongs_definition":"a baptizer, as an epithet of Christ's forerunner","kjv_definition":"Baptist"} +{"id":"G911","strongs_number":"G911","system":"greek","language":"greek","number_value":911,"lemma":"βάπτω","transliteration":"báptō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to whelm, i.e. cover wholly with a fluid; in the New Testament only in a qualified or special sense, i.e. (literally) to moisten (a part of one's person), or (by implication) to stain (as with dye)","kjv_definition":"dip"} +{"id":"G912","strongs_number":"G912","system":"greek","language":"greek","number_value":912,"lemma":"Βαραββᾶς","transliteration":"Barabbâs","pronunciation":null,"derivation":"of Chaldee origin (H01347 and H05);","strongs_definition":"son of Abba; Bar-abbas, an Israelite","kjv_definition":"Barabbas"} +{"id":"G913","strongs_number":"G913","system":"greek","language":"greek","number_value":913,"lemma":"Βαράκ","transliteration":"Barák","pronunciation":null,"derivation":"of Hebrew origin (H01301);","strongs_definition":"Barak, an Israelite","kjv_definition":"Barak"} +{"id":"G914","strongs_number":"G914","system":"greek","language":"greek","number_value":914,"lemma":"Βαραχίας","transliteration":"Barachías","pronunciation":null,"derivation":"of Hebrew origin (H01296);","strongs_definition":"Barachias (i.e. Berechijah), an Israelite","kjv_definition":"Barachias"} +{"id":"G915","strongs_number":"G915","system":"greek","language":"greek","number_value":915,"lemma":"βάρβαρος","transliteration":"bárbaros","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a foreigner (i.e. non-Greek)","kjv_definition":"barbarian(-rous)"} +{"id":"G916","strongs_number":"G916","system":"greek","language":"greek","number_value":916,"lemma":"βαρέω","transliteration":"baréō","pronunciation":null,"derivation":"from G926 (βαρύς);","strongs_definition":"to weigh down (figuratively)","kjv_definition":"burden, charge, heavy, press"} +{"id":"G917","strongs_number":"G917","system":"greek","language":"greek","number_value":917,"lemma":"βαρέως","transliteration":"baréōs","pronunciation":null,"derivation":"adverb from G926 (βαρύς);","strongs_definition":"heavily (figuratively)","kjv_definition":"dull"} +{"id":"G918","strongs_number":"G918","system":"greek","language":"greek","number_value":918,"lemma":"Βαρθολομαῖος","transliteration":"Bartholomaîos","pronunciation":null,"derivation":"of Chaldee origin (H01247 and H08526);","strongs_definition":"son of Tolmai; Bar-tholomæus, a Christian apostle","kjv_definition":"Bartholomeus"} +{"id":"G919","strongs_number":"G919","system":"greek","language":"greek","number_value":919,"lemma":"Βαριησοῦς","transliteration":"Bariēsoûs","pronunciation":null,"derivation":"of Chaldee origin (H01247 and H03091);","strongs_definition":"son of Jesus (or Joshua); Bar-jesus, an Israelite","kjv_definition":"Barjesus"} +{"id":"G920","strongs_number":"G920","system":"greek","language":"greek","number_value":920,"lemma":"Βαριωνᾶς","transliteration":"Bariōnâs","pronunciation":null,"derivation":"of Chaldee origin (H01247 and H03124);","strongs_definition":"son of Jonas (or Jonah); Bar-jonas, an Israelite","kjv_definition":"Bar-jona"} +{"id":"G921","strongs_number":"G921","system":"greek","language":"greek","number_value":921,"lemma":"Βαρνάβας","transliteration":"Barnábas","pronunciation":null,"derivation":"of Chaldee origin (H01247 and H05029);","strongs_definition":"son of Nabas (i.e. prophecy); Barnabas, an Israelite","kjv_definition":"Barnabas"} +{"id":"G922","strongs_number":"G922","system":"greek","language":"greek","number_value":922,"lemma":"βάρος","transliteration":"báros","pronunciation":null,"derivation":"probably from the same as G939 (βάσις) (through the notion of going down;","strongs_definition":"compare G899 (βάθος)); weight; in the New Testament only, figuratively, a load, abundance, authority","kjv_definition":"burden(-some), weight"} +{"id":"G923","strongs_number":"G923","system":"greek","language":"greek","number_value":923,"lemma":"Βαρσαβᾶς","transliteration":"Barsabâs","pronunciation":null,"derivation":"of Chaldee origin (H01247 and probably H06634);","strongs_definition":"son of Sabas (or Tsaba); Bar-sabas, the name of two Israelites","kjv_definition":"Barsabas"} +{"id":"G924","strongs_number":"G924","system":"greek","language":"greek","number_value":924,"lemma":"Βαρτιμαῖος","transliteration":"Bartimaîos","pronunciation":null,"derivation":"of Chaldee origin (H01247 and H02931);","strongs_definition":"son of Timæus (or the unclean); Bar-timæus, an Israelite","kjv_definition":"Bartimæus"} +{"id":"G925","strongs_number":"G925","system":"greek","language":"greek","number_value":925,"lemma":"βαρύνω","transliteration":"barýnō","pronunciation":null,"derivation":"from G926 (βαρύς);","strongs_definition":"to burden (figuratively)","kjv_definition":"overcharge"} +{"id":"G926","strongs_number":"G926","system":"greek","language":"greek","number_value":926,"lemma":"βαρύς","transliteration":"barýs","pronunciation":null,"derivation":"from the same as G922 (βάρος);","strongs_definition":"weighty, i.e. (fig) burdensome, grave","kjv_definition":"grievous, heavy, weightier"} +{"id":"G927","strongs_number":"G927","system":"greek","language":"greek","number_value":927,"lemma":"βαρύτιμος","transliteration":"barýtimos","pronunciation":null,"derivation":"from G926 (βαρύς) and G5092 (τιμή);","strongs_definition":"highly valuable","kjv_definition":"very precious"} +{"id":"G928","strongs_number":"G928","system":"greek","language":"greek","number_value":928,"lemma":"βασανίζω","transliteration":"basanízō","pronunciation":null,"derivation":"from G931 (βάσανος);","strongs_definition":"to torture","kjv_definition":"pain, toil, torment, toss, vex"} +{"id":"G929","strongs_number":"G929","system":"greek","language":"greek","number_value":929,"lemma":"βασανισμός","transliteration":"basanismós","pronunciation":null,"derivation":"from G928 (βασανίζω);","strongs_definition":"torture","kjv_definition":"torment"} +{"id":"G930","strongs_number":"G930","system":"greek","language":"greek","number_value":930,"lemma":"βασανιστής","transliteration":"basanistḗs","pronunciation":null,"derivation":"from G928 (βασανίζω);","strongs_definition":"a torturer","kjv_definition":"tormentor"} +{"id":"G931","strongs_number":"G931","system":"greek","language":"greek","number_value":931,"lemma":"βάσανος","transliteration":"básanos","pronunciation":null,"derivation":"perhaps remotely from the same as G939 (βάσις) (through the notion of going to the bottom);","strongs_definition":"a touch-stone, i.e. (by analogy) torture","kjv_definition":"torment"} +{"id":"G932","strongs_number":"G932","system":"greek","language":"greek","number_value":932,"lemma":"βασιλεία","transliteration":"basileía","pronunciation":null,"derivation":"from G935 (βασιλεύς);","strongs_definition":"properly, royalty, i.e. (abstractly) rule, or (concretely) a realm (literally or figuratively)","kjv_definition":"kingdom, + reign"} +{"id":"G933","strongs_number":"G933","system":"greek","language":"greek","number_value":933,"lemma":"βασίλειον","transliteration":"basíleion","pronunciation":null,"derivation":"neuter of G934 (βασίλειος);","strongs_definition":"a palace","kjv_definition":"king's court"} +{"id":"G934","strongs_number":"G934","system":"greek","language":"greek","number_value":934,"lemma":"βασίλειος","transliteration":"basíleios","pronunciation":null,"derivation":"from G935 (βασιλεύς);","strongs_definition":"kingly (in nature)","kjv_definition":"royal"} +{"id":"G935","strongs_number":"G935","system":"greek","language":"greek","number_value":935,"lemma":"βασιλεύς","transliteration":"basileús","pronunciation":null,"derivation":"probably from G939 (βάσις) (through the notion of a foundation of power);","strongs_definition":"a sovereign (abstractly, relatively, or figuratively)","kjv_definition":"king"} +{"id":"G936","strongs_number":"G936","system":"greek","language":"greek","number_value":936,"lemma":"βασιλεύω","transliteration":"basileúō","pronunciation":null,"derivation":"from G935 (βασιλεύς);","strongs_definition":"to rule (literally or figuratively)","kjv_definition":"king, reign"} +{"id":"G937","strongs_number":"G937","system":"greek","language":"greek","number_value":937,"lemma":"βασιλικός","transliteration":"basilikós","pronunciation":null,"derivation":"from G935 (βασιλεύς);","strongs_definition":"regal (in relation), i.e. (literally) belonging to (or befitting) the sovereign (as land, dress, or a courtier), or (figuratively) preeminent","kjv_definition":"king's, nobleman, royal"} +{"id":"G938","strongs_number":"G938","system":"greek","language":"greek","number_value":938,"lemma":"βασίλισσα","transliteration":"basílissa","pronunciation":null,"derivation":"feminine from G936 (βασιλεύω);","strongs_definition":"a queen","kjv_definition":"queen"} +{"id":"G939","strongs_number":"G939","system":"greek","language":"greek","number_value":939,"lemma":"βάσις","transliteration":"básis","pronunciation":null,"derivation":"from (to walk);","strongs_definition":"a pace (\"base\"), i.e. (by implication) the foot","kjv_definition":"foot"} +{"id":"G940","strongs_number":"G940","system":"greek","language":"greek","number_value":940,"lemma":"βασκαίνω","transliteration":"baskaínō","pronunciation":null,"derivation":"akin to G5335 (φάσκω);","strongs_definition":"to malign, i.e. (by extension) to fascinate (by false representations)","kjv_definition":"bewitch"} +{"id":"G941","strongs_number":"G941","system":"greek","language":"greek","number_value":941,"lemma":"βαστάζω","transliteration":"bastázō","pronunciation":null,"derivation":"perhaps remotely derived from the base of G939 (βάσις) (through the idea of removal);","strongs_definition":"to lift, literally or figuratively (endure, declare, sustain, receive, etc.)","kjv_definition":"bear, carry, take up"} +{"id":"G942","strongs_number":"G942","system":"greek","language":"greek","number_value":942,"lemma":"βάτος","transliteration":"bátos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a brier shrub","kjv_definition":"bramble, bush"} +{"id":"G943","strongs_number":"G943","system":"greek","language":"greek","number_value":943,"lemma":"βάτος","transliteration":"bátos","pronunciation":null,"derivation":"of Hebrew origin (H01324);","strongs_definition":"a bath, or measure for liquids","kjv_definition":"measure"} +{"id":"G944","strongs_number":"G944","system":"greek","language":"greek","number_value":944,"lemma":"βάτραχος","transliteration":"bátrachos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a frog","kjv_definition":"frog"} +{"id":"G945","strongs_number":"G945","system":"greek","language":"greek","number_value":945,"lemma":"βαττολογέω","transliteration":"battologéō","pronunciation":null,"derivation":"from (a proverbial stammerer) and G3056 (λόγος);","strongs_definition":"to stutter, i.e. (by implication) to prate tediously","kjv_definition":"use vain repetitions"} +{"id":"G946","strongs_number":"G946","system":"greek","language":"greek","number_value":946,"lemma":"βδέλυγμα","transliteration":"bdélygma","pronunciation":null,"derivation":"from G948 (βδελύσσω);","strongs_definition":"a detestation, i.e. (specially) idolatry","kjv_definition":"abomination"} +{"id":"G947","strongs_number":"G947","system":"greek","language":"greek","number_value":947,"lemma":"βδελυκτός","transliteration":"bdelyktós","pronunciation":null,"derivation":"from G948 (βδελύσσω);","strongs_definition":"detestable, i.e. (specially) idolatrous","kjv_definition":"abominable"} +{"id":"G948","strongs_number":"G948","system":"greek","language":"greek","number_value":948,"lemma":"βδελύσσω","transliteration":"bdelýssō","pronunciation":null,"derivation":"from a (presumed) derivative of (to stink);","strongs_definition":"to be disgusted, i.e. (by implication) detest (especially of idolatry)","kjv_definition":"abhor, abominable"} +{"id":"G949","strongs_number":"G949","system":"greek","language":"greek","number_value":949,"lemma":"βέβαιος","transliteration":"bébaios","pronunciation":null,"derivation":"from the base of G939 (βάσις) (through the idea of basality);","strongs_definition":"stable (literally or figuratively)","kjv_definition":"firm, of force, stedfast, sure"} +{"id":"G950","strongs_number":"G950","system":"greek","language":"greek","number_value":950,"lemma":"βεβαιόω","transliteration":"bebaióō","pronunciation":null,"derivation":"from G949 (βέβαιος);","strongs_definition":"to stabilitate (figuratively)","kjv_definition":"confirm, (e-)stablish"} +{"id":"G951","strongs_number":"G951","system":"greek","language":"greek","number_value":951,"lemma":"βεβαίωσις","transliteration":"bebaíōsis","pronunciation":null,"derivation":"from G950 (βεβαιόω);","strongs_definition":"stabiliment","kjv_definition":"confirmation"} +{"id":"G952","strongs_number":"G952","system":"greek","language":"greek","number_value":952,"lemma":"βέβηλος","transliteration":"bébēlos","pronunciation":null,"derivation":"from the base of G939 (βάσις) and (a threshold);","strongs_definition":"accessible (as by crossing the door-way), i.e. (by implication, of Jewish notions) heathenish, wicked","kjv_definition":"profane (person)"} +{"id":"G953","strongs_number":"G953","system":"greek","language":"greek","number_value":953,"lemma":"βεβηλόω","transliteration":"bebēlóō","pronunciation":null,"derivation":"from G952 (βέβηλος);","strongs_definition":"to desecrate","kjv_definition":"profane"} +{"id":"G954","strongs_number":"G954","system":"greek","language":"greek","number_value":954,"lemma":"Βεελζεβούλ","transliteration":"Beelzeboúl","pronunciation":null,"derivation":"of Chaldee origin (by parody on H01176);","strongs_definition":"dung-god; Beelzebul, a name of Satan","kjv_definition":"Beelzebub"} +{"id":"G955","strongs_number":"G955","system":"greek","language":"greek","number_value":955,"lemma":"Βελίαλ","transliteration":"Belíal","pronunciation":null,"derivation":"of Hebrew origin (H01100);","strongs_definition":"worthlessness; Belial, as an epithet of Satan","kjv_definition":"Belial"} +{"id":"G956","strongs_number":"G956","system":"greek","language":"greek","number_value":956,"lemma":"βέλος","transliteration":"bélos","pronunciation":null,"derivation":"from G906 (βάλλω);","strongs_definition":"a missile, i.e. spear or arrow","kjv_definition":"dart"} +{"id":"G957","strongs_number":"G957","system":"greek","language":"greek","number_value":957,"lemma":"βελτίον","transliteration":"beltíon","pronunciation":null,"derivation":"neuter of a compound of a derivative of G906 (βάλλω) (used for the comparative of G18 (ἀγαθός));","strongs_definition":"better","kjv_definition":"very well"} +{"id":"G958","strongs_number":"G958","system":"greek","language":"greek","number_value":958,"lemma":"Βενιαμίν","transliteration":"Beniamín","pronunciation":null,"derivation":"of Hebrew origin (H01144);","strongs_definition":"Benjamin, an Israelite","kjv_definition":"Benjamin"} +{"id":"G959","strongs_number":"G959","system":"greek","language":"greek","number_value":959,"lemma":"Βερνίκη","transliteration":"Berníkē","pronunciation":null,"derivation":"from a provincial form of G5342 (φέρω) and G3529 (νίκη);","strongs_definition":"victorious; Bernice, a member of the Herodian family","kjv_definition":"Bernice"} +{"id":"G960","strongs_number":"G960","system":"greek","language":"greek","number_value":960,"lemma":"Βέροια","transliteration":"Béroia","pronunciation":null,"derivation":"perhaps a provincial from a derivative of G4008 (πέραν) (Perœa, i.e. the region beyond the coast-line);","strongs_definition":"Berœa, a place in Macedonia","kjv_definition":"Berea"} +{"id":"G961","strongs_number":"G961","system":"greek","language":"greek","number_value":961,"lemma":"Βεροιαῖος","transliteration":"Beroiaîos","pronunciation":null,"derivation":"from G960 (Βέροια);","strongs_definition":"a Berœoean or native of Berœa","kjv_definition":"of Berea"} +{"id":"G962","strongs_number":"G962","system":"greek","language":"greek","number_value":962,"lemma":"Βηθαβαρά","transliteration":"Bēthabará","pronunciation":null,"derivation":"of Hebrew origin (H01004 and H05679);","strongs_definition":"ferry-house; Bethabara (i.e. Bethabarah), a place on the Jordan","kjv_definition":"Bethabara"} +{"id":"G963","strongs_number":"G963","system":"greek","language":"greek","number_value":963,"lemma":"Βηθανία","transliteration":"Bēthanía","pronunciation":null,"derivation":"of Chaldee origin;","strongs_definition":"date-house; Beth-any, a place in Palestine","kjv_definition":"Bethany"} +{"id":"G964","strongs_number":"G964","system":"greek","language":"greek","number_value":964,"lemma":"Βηθεσδά","transliteration":"Bēthesdá","pronunciation":null,"derivation":"of Chaldee origin (compare H01004 and H02617);","strongs_definition":"house of kindness; Beth-esda, a pool in Jerusalem","kjv_definition":"Bethesda"} +{"id":"G965","strongs_number":"G965","system":"greek","language":"greek","number_value":965,"lemma":"Βηθλεέμ","transliteration":"Bēthleém","pronunciation":null,"derivation":"of Hebrew origin (H01036);","strongs_definition":"Bethleem (i.e. Beth-lechem), a place in Palestine","kjv_definition":"Bethlehem"} +{"id":"G966","strongs_number":"G966","system":"greek","language":"greek","number_value":966,"lemma":"Βηθσαϊδά","transliteration":"Bēthsaïdá","pronunciation":null,"derivation":"of Chaldee origin (compare H01004 and H06719);","strongs_definition":"fishing-house; Bethsaida, a place in Palestine","kjv_definition":"Bethsaida"} +{"id":"G967","strongs_number":"G967","system":"greek","language":"greek","number_value":967,"lemma":"Βηθφαγή","transliteration":"Bēthphagḗ","pronunciation":null,"derivation":"of Chaldee origin (compare H01004 and H06291);","strongs_definition":"fig-house; Beth-phage, a place in Palestine","kjv_definition":"Bethphage"} +{"id":"G968","strongs_number":"G968","system":"greek","language":"greek","number_value":968,"lemma":"βῆμα","transliteration":"bēma","pronunciation":null,"derivation":"from the base of G939 (βάσις);","strongs_definition":"a step, i.e. foot-breath; by implication, a rostrum, i.e. a tribunal","kjv_definition":"judgment-seat, set (foot) on, throne"} +{"id":"G969","strongs_number":"G969","system":"greek","language":"greek","number_value":969,"lemma":"βήρυλλος","transliteration":"bḗryllos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a \"beryl\"","kjv_definition":"beryl"} +{"id":"G970","strongs_number":"G970","system":"greek","language":"greek","number_value":970,"lemma":"βία","transliteration":"bía","pronunciation":null,"derivation":"probably akin to G979 (βίος) (through the idea of vital activity);","strongs_definition":"force","kjv_definition":"violence"} +{"id":"G971","strongs_number":"G971","system":"greek","language":"greek","number_value":971,"lemma":"βιάζω","transliteration":"biázō","pronunciation":null,"derivation":"from G979 (βίος);","strongs_definition":"to force, i.e. (reflexively) to crowd oneself (into), or (passively) to be seized","kjv_definition":"press, suffer violence"} +{"id":"G972","strongs_number":"G972","system":"greek","language":"greek","number_value":972,"lemma":"βίαιος","transliteration":"bíaios","pronunciation":null,"derivation":"from G970 (βία);","strongs_definition":"violent","kjv_definition":"mighty"} +{"id":"G973","strongs_number":"G973","system":"greek","language":"greek","number_value":973,"lemma":"βιαστής","transliteration":"biastḗs","pronunciation":null,"derivation":"from G971 (βιάζω);","strongs_definition":"a forcer, i.e. (figuratively) energetic","kjv_definition":"violent"} +{"id":"G974","strongs_number":"G974","system":"greek","language":"greek","number_value":974,"lemma":"βιβλιαρίδιον","transliteration":"bibliarídion","pronunciation":null,"derivation":"a diminutive of G975 (βιβλίον);","strongs_definition":"a booklet","kjv_definition":"little book"} +{"id":"G975","strongs_number":"G975","system":"greek","language":"greek","number_value":975,"lemma":"βιβλίον","transliteration":"biblíon","pronunciation":null,"derivation":"a diminutive of G976 (βίβλος);","strongs_definition":"a roll","kjv_definition":"bill, book, scroll, writing"} +{"id":"G976","strongs_number":"G976","system":"greek","language":"greek","number_value":976,"lemma":"βίβλος","transliteration":"bíblos","pronunciation":null,"derivation":"properly, the inner bark of the papyrus plant, i.e. (by implication) a sheet or scroll of writing","strongs_definition":null,"kjv_definition":"book"} +{"id":"G977","strongs_number":"G977","system":"greek","language":"greek","number_value":977,"lemma":"βιβρώσκω","transliteration":"bibrṓskō","pronunciation":null,"derivation":"a reduplicated and prolonged form of an obsolete primary verb (perhaps causative of G1006 (βόσκω));","strongs_definition":"to eat","kjv_definition":"eat"} +{"id":"G978","strongs_number":"G978","system":"greek","language":"greek","number_value":978,"lemma":"Βιθυνία","transliteration":"Bithynía","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Bithynia, a region of Asia","kjv_definition":"Bithynia"} +{"id":"G979","strongs_number":"G979","system":"greek","language":"greek","number_value":979,"lemma":"βίος","transliteration":"bíos","pronunciation":null,"derivation":"a primary word;","strongs_definition":"life, i.e. (literally) the present state of existence; by implication, the means of livelihood","kjv_definition":"good, life, living"} +{"id":"G980","strongs_number":"G980","system":"greek","language":"greek","number_value":980,"lemma":"βιόω","transliteration":"bióō","pronunciation":null,"derivation":"from G979 (βίος);","strongs_definition":"to spend existence","kjv_definition":"live"} +{"id":"G981","strongs_number":"G981","system":"greek","language":"greek","number_value":981,"lemma":"βίωσις","transliteration":"bíōsis","pronunciation":null,"derivation":"from G980 (βιόω);","strongs_definition":"living (properly, the act, by implication, the mode)","kjv_definition":"manner of life"} +{"id":"G982","strongs_number":"G982","system":"greek","language":"greek","number_value":982,"lemma":"βιωτικός","transliteration":"biōtikós","pronunciation":null,"derivation":"from a derivative of G980 (βιόω);","strongs_definition":"relating to the present existence","kjv_definition":"of (pertaining to, things that pertain to) this life"} +{"id":"G983","strongs_number":"G983","system":"greek","language":"greek","number_value":983,"lemma":"βλαβερός","transliteration":"blaberós","pronunciation":null,"derivation":"from G984 (βλάπτω);","strongs_definition":"injurious","kjv_definition":"hurtful"} +{"id":"G984","strongs_number":"G984","system":"greek","language":"greek","number_value":984,"lemma":"βλάπτω","transliteration":"bláptō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"properly, to hinder, i.e. (by implication) to injure","kjv_definition":"hurt"} +{"id":"G985","strongs_number":"G985","system":"greek","language":"greek","number_value":985,"lemma":"βλαστάνω","transliteration":"blastánō","pronunciation":null,"derivation":"from (a sprout);","strongs_definition":"to germinate; by implication, to yield fruit","kjv_definition":"bring forth, bud, spring (up)"} +{"id":"G986","strongs_number":"G986","system":"greek","language":"greek","number_value":986,"lemma":"Βλάστος","transliteration":"Blástos","pronunciation":null,"derivation":"perhaps the same as the base of G985 (βλαστάνω);","strongs_definition":"Blastus, an officer of Herod Agrippa","kjv_definition":"Blastus"} +{"id":"G987","strongs_number":"G987","system":"greek","language":"greek","number_value":987,"lemma":"βλασφημέω","transliteration":"blasphēméō","pronunciation":null,"derivation":"from G989 (βλάσφημος);","strongs_definition":"to vilify; specially, to speak impiously","kjv_definition":"(speak) blaspheme(-er, -mously, -my), defame, rail on, revile, speak evil"} +{"id":"G988","strongs_number":"G988","system":"greek","language":"greek","number_value":988,"lemma":"βλασφημία","transliteration":"blasphēmía","pronunciation":null,"derivation":"from G989 (βλάσφημος);","strongs_definition":"vilification (especially against God)","kjv_definition":"blasphemy, evil speaking, railing"} +{"id":"G989","strongs_number":"G989","system":"greek","language":"greek","number_value":989,"lemma":"βλάσφημος","transliteration":"blásphēmos","pronunciation":null,"derivation":"from a derivative of G984 (βλάπτω) and G5345 (φήμη);","strongs_definition":"scurrilious, i.e. calumnious (against men), or (specially) impious (against God)","kjv_definition":"blasphemer(-mous), railing"} +{"id":"G990","strongs_number":"G990","system":"greek","language":"greek","number_value":990,"lemma":"βλέμμα","transliteration":"blémma","pronunciation":null,"derivation":"from G991 (βλέπω);","strongs_definition":"vision (properly concrete; by implication, abstract)","kjv_definition":"seeing"} +{"id":"G991","strongs_number":"G991","system":"greek","language":"greek","number_value":991,"lemma":"βλέπω","transliteration":"blépō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to look at (literally or figuratively)","kjv_definition":"behold, beware, lie, look (on, to), perceive, regard, see, sight, take heed"} +{"id":"G992","strongs_number":"G992","system":"greek","language":"greek","number_value":992,"lemma":"βλητέος","transliteration":"blētéos","pronunciation":null,"derivation":"from G906 (βάλλω);","strongs_definition":"fit to be cast (i.e. applied)","kjv_definition":"must be put"} +{"id":"G993","strongs_number":"G993","system":"greek","language":"greek","number_value":993,"lemma":"Βοανεργές","transliteration":"Boanergés","pronunciation":null,"derivation":"of Chaldee origin (H01123 and H07266);","strongs_definition":"sons of commotion; Boanerges, an epithet of two of the apostles","kjv_definition":"Boanerges"} +{"id":"G994","strongs_number":"G994","system":"greek","language":"greek","number_value":994,"lemma":"βοάω","transliteration":"boáō","pronunciation":null,"derivation":"apparently a prolonged form of a primary verb;","strongs_definition":"to halloo, i.e. shout (for help or in a tumultuous way)","kjv_definition":"cry"} +{"id":"G995","strongs_number":"G995","system":"greek","language":"greek","number_value":995,"lemma":"βοή","transliteration":"boḗ","pronunciation":null,"derivation":"from G994 (βοάω);","strongs_definition":"a halloo, i.e. call (for aid, etc.)","kjv_definition":"cry"} +{"id":"G996","strongs_number":"G996","system":"greek","language":"greek","number_value":996,"lemma":"βοήθεια","transliteration":"boḗtheia","pronunciation":null,"derivation":"from G998 (βοηθός);","strongs_definition":"aid; specially, a rope or chain for frapping a vessel","kjv_definition":"help"} +{"id":"G997","strongs_number":"G997","system":"greek","language":"greek","number_value":997,"lemma":"βοηθέω","transliteration":"boēthéō","pronunciation":null,"derivation":"from G998 (βοηθός);","strongs_definition":"to aid or relieve","kjv_definition":"help, succor"} +{"id":"G998","strongs_number":"G998","system":"greek","language":"greek","number_value":998,"lemma":"βοηθός","transliteration":"boēthós","pronunciation":null,"derivation":"from G995 (βοή) and theo (to run);","strongs_definition":"a succorer","kjv_definition":"helper"} +{"id":"G999","strongs_number":"G999","system":"greek","language":"greek","number_value":999,"lemma":"βόθυνος","transliteration":"bóthynos","pronunciation":null,"derivation":"akin to G900 (βαθύνω);","strongs_definition":"a hole (in the ground); specially, a cistern","kjv_definition":"ditch, pit"} +{"id":"G1000","strongs_number":"G1000","system":"greek","language":"greek","number_value":1000,"lemma":"βολή","transliteration":"bolḗ","pronunciation":null,"derivation":"from G906 (βάλλω);","strongs_definition":"a throw (as a measure of distance)","kjv_definition":"cast"} +{"id":"G1001","strongs_number":"G1001","system":"greek","language":"greek","number_value":1001,"lemma":"βολίζω","transliteration":"bolízō","pronunciation":null,"derivation":"from G1002 (βολίς);","strongs_definition":"to heave the lead","kjv_definition":"sound"} +{"id":"G1002","strongs_number":"G1002","system":"greek","language":"greek","number_value":1002,"lemma":"βολίς","transliteration":"bolís","pronunciation":null,"derivation":"from G906 (βάλλω);","strongs_definition":"a missile, i.e. javelin","kjv_definition":"dart"} +{"id":"G1003","strongs_number":"G1003","system":"greek","language":"greek","number_value":1003,"lemma":"Βοόζ","transliteration":"Boóz","pronunciation":null,"derivation":"of Hebrew origin (H01162);","strongs_definition":"Booz, (i.e. Boaz), an Israelite","kjv_definition":"Booz"} +{"id":"G1004","strongs_number":"G1004","system":"greek","language":"greek","number_value":1004,"lemma":"βόρβορος","transliteration":"bórboros","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"mud","kjv_definition":"mire"} +{"id":"G1005","strongs_number":"G1005","system":"greek","language":"greek","number_value":1005,"lemma":"βοῤῥᾶς","transliteration":"borrhâs","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"the north (properly, wind)","kjv_definition":"north"} +{"id":"G1006","strongs_number":"G1006","system":"greek","language":"greek","number_value":1006,"lemma":"βόσκω","transliteration":"bóskō","pronunciation":null,"derivation":"a prolonged form of a primary verb (compare G977 (βιβρώσκω), G1016 (βοῦς));","strongs_definition":"to pasture; by extension to, fodder; reflexively, to graze","kjv_definition":"feed, keep"} +{"id":"G1007","strongs_number":"G1007","system":"greek","language":"greek","number_value":1007,"lemma":"Βοσόρ","transliteration":"Bosór","pronunciation":null,"derivation":"of Hebrew origin (H01160);","strongs_definition":"Bosor (i.e. Beor), a Moabite","kjv_definition":"Bosor"} +{"id":"G1008","strongs_number":"G1008","system":"greek","language":"greek","number_value":1008,"lemma":"βοτάνη","transliteration":"botánē","pronunciation":null,"derivation":"from G1006 (βόσκω);","strongs_definition":"herbage (as if for grazing)","kjv_definition":"herb"} +{"id":"G1009","strongs_number":"G1009","system":"greek","language":"greek","number_value":1009,"lemma":"βότρυς","transliteration":"bótrys","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a bunch (of grapes)","kjv_definition":"(vine) cluster (of the vine)"} +{"id":"G1010","strongs_number":"G1010","system":"greek","language":"greek","number_value":1010,"lemma":"βουλευτής","transliteration":"bouleutḗs","pronunciation":null,"derivation":"from G1011 (βουλεύω);","strongs_definition":"an adviser, i.e. (specially) a councillor or member of the Jewish Sanhedrin","kjv_definition":"counsellor"} +{"id":"G1011","strongs_number":"G1011","system":"greek","language":"greek","number_value":1011,"lemma":"βουλεύω","transliteration":"bouleúō","pronunciation":null,"derivation":"from G1012 (βουλή);","strongs_definition":"to advise, i.e. (reflexively) deliberate, or (by implication) resolve","kjv_definition":"consult, take counsel, determine, be minded, purpose"} +{"id":"G1012","strongs_number":"G1012","system":"greek","language":"greek","number_value":1012,"lemma":"βουλή","transliteration":"boulḗ","pronunciation":null,"derivation":"from G1014 (βούλομαι);","strongs_definition":"volition, i.e. (objectively) advice, or (by implication) purpose","kjv_definition":"+ advise, counsel, will"} +{"id":"G1013","strongs_number":"G1013","system":"greek","language":"greek","number_value":1013,"lemma":"βούλημα","transliteration":"boúlēma","pronunciation":null,"derivation":"from G1014 (βούλομαι);","strongs_definition":"a resolve","kjv_definition":"purpose, will"} +{"id":"G1014","strongs_number":"G1014","system":"greek","language":"greek","number_value":1014,"lemma":"βούλομαι","transliteration":"boúlomai","pronunciation":null,"derivation":"middle voice of a primary verb;","strongs_definition":"to \"will,\" i.e. (reflexively) be willing","kjv_definition":"be disposed, minded, intend, list, (be, of own) will (-ing)"} +{"id":"G1015","strongs_number":"G1015","system":"greek","language":"greek","number_value":1015,"lemma":"βουνός","transliteration":"bounós","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"a hillock","kjv_definition":"hill"} +{"id":"G1016","strongs_number":"G1016","system":"greek","language":"greek","number_value":1016,"lemma":"βοῦς","transliteration":"boûs","pronunciation":null,"derivation":"probably from the base of G1006 (βόσκω);","strongs_definition":"an ox (as grazing), i.e. an animal of that species (\"beef\")","kjv_definition":"ox"} +{"id":"G1017","strongs_number":"G1017","system":"greek","language":"greek","number_value":1017,"lemma":"βραβεῖον","transliteration":"brabeîon","pronunciation":null,"derivation":"from (an umpire of uncertain derivation);","strongs_definition":"an award (of arbitration), i.e. (specially) a prize in the public games","kjv_definition":"prize"} +{"id":"G1018","strongs_number":"G1018","system":"greek","language":"greek","number_value":1018,"lemma":"βραβεύω","transliteration":"brabeúō","pronunciation":null,"derivation":"from the same as G1017 (βραβεῖον);","strongs_definition":"to arbitrate, i.e. (genitive case) to govern (figuratively, prevail)","kjv_definition":"rule"} +{"id":"G1019","strongs_number":"G1019","system":"greek","language":"greek","number_value":1019,"lemma":"βραδύνω","transliteration":"bradýnō","pronunciation":null,"derivation":"from G1021 (βραδύς);","strongs_definition":"to delay","kjv_definition":"be slack, tarry"} +{"id":"G1020","strongs_number":"G1020","system":"greek","language":"greek","number_value":1020,"lemma":"βραδυπλοέω","transliteration":"bradyploéō","pronunciation":null,"derivation":"from G1021 (βραδύς) and a prolonged form of G4126 (πλέω);","strongs_definition":"to sail slowly","kjv_definition":"sail slowly"} +{"id":"G1021","strongs_number":"G1021","system":"greek","language":"greek","number_value":1021,"lemma":"βραδύς","transliteration":"bradýs","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"slow; figuratively, dull","kjv_definition":"slow"} +{"id":"G1022","strongs_number":"G1022","system":"greek","language":"greek","number_value":1022,"lemma":"βραδύτης","transliteration":"bradýtēs","pronunciation":null,"derivation":"from G1021 (βραδύς);","strongs_definition":"tardiness","kjv_definition":"slackness"} +{"id":"G1023","strongs_number":"G1023","system":"greek","language":"greek","number_value":1023,"lemma":"βραχίων","transliteration":"brachíōn","pronunciation":null,"derivation":"properly, comparative of G1024 (βραχύς), but apparently in the sense of (to wield);","strongs_definition":"the arm, i.e. (figuratively) strength","kjv_definition":"arm"} +{"id":"G1024","strongs_number":"G1024","system":"greek","language":"greek","number_value":1024,"lemma":"βραχύς","transliteration":"brachýs","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"short (of time, place, quantity, or number)","kjv_definition":"few words, little (space, while)"} +{"id":"G1025","strongs_number":"G1025","system":"greek","language":"greek","number_value":1025,"lemma":"βρέφος","transliteration":"bréphos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"an infant (properly, unborn) literally or figuratively","kjv_definition":"babe, (young) child, infant"} +{"id":"G1026","strongs_number":"G1026","system":"greek","language":"greek","number_value":1026,"lemma":"βρέχω","transliteration":"bréchō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to moisten (especially by a shower)","kjv_definition":"(send) rain, wash"} +{"id":"G1027","strongs_number":"G1027","system":"greek","language":"greek","number_value":1027,"lemma":"βροντή","transliteration":"brontḗ","pronunciation":null,"derivation":"akin to (to roar);","strongs_definition":"thunder","kjv_definition":"thunder(-ing)"} +{"id":"G1028","strongs_number":"G1028","system":"greek","language":"greek","number_value":1028,"lemma":"βροχή","transliteration":"brochḗ","pronunciation":null,"derivation":"from G1026 (βρέχω);","strongs_definition":"rain","kjv_definition":"rain"} +{"id":"G1029","strongs_number":"G1029","system":"greek","language":"greek","number_value":1029,"lemma":"βρόχος","transliteration":"bróchos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a noose","kjv_definition":"snare"} +{"id":"G1030","strongs_number":"G1030","system":"greek","language":"greek","number_value":1030,"lemma":"βρυγμός","transliteration":"brygmós","pronunciation":null,"derivation":"from G1031 (βρύχω);","strongs_definition":"a grating (of the teeth)","kjv_definition":"gnashing"} +{"id":"G1031","strongs_number":"G1031","system":"greek","language":"greek","number_value":1031,"lemma":"βρύχω","transliteration":"brýchō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to grate the teeth (in pain or rage)","kjv_definition":"gnash"} +{"id":"G1032","strongs_number":"G1032","system":"greek","language":"greek","number_value":1032,"lemma":"βρύω","transliteration":"brýō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to swell out, i.e. (by implication) to gush","kjv_definition":"send forth"} +{"id":"G1033","strongs_number":"G1033","system":"greek","language":"greek","number_value":1033,"lemma":"βρῶμα","transliteration":"brōma","pronunciation":null,"derivation":"from the base of G977 (βιβρώσκω);","strongs_definition":"food (literally or figuratively), especially (ceremonially) articles allowed or forbidden by the Jewish law","kjv_definition":"meat, victuals"} +{"id":"G1034","strongs_number":"G1034","system":"greek","language":"greek","number_value":1034,"lemma":"βρώσιμος","transliteration":"brṓsimos","pronunciation":null,"derivation":"from G1035 (βρῶσις);","strongs_definition":"eatable","kjv_definition":"meat"} +{"id":"G1035","strongs_number":"G1035","system":"greek","language":"greek","number_value":1035,"lemma":"βρῶσις","transliteration":"brōsis","pronunciation":null,"derivation":"from the base of G977 (βιβρώσκω);","strongs_definition":"(abstractly) eating (literally or figuratively); by extension (concretely) food (literally or figuratively)","kjv_definition":"eating, food, meat"} +{"id":"G1036","strongs_number":"G1036","system":"greek","language":"greek","number_value":1036,"lemma":"βυθίζω","transliteration":"bythízō","pronunciation":null,"derivation":"from G1037 (βυθός);","strongs_definition":"to sink; by implication, to drown","kjv_definition":"begin to sink, drown"} +{"id":"G1037","strongs_number":"G1037","system":"greek","language":"greek","number_value":1037,"lemma":"βυθός","transliteration":"bythós","pronunciation":null,"derivation":"a variation of G899 (βάθος);","strongs_definition":"depth, i.e. (by implication) the sea","kjv_definition":"deep"} +{"id":"G1038","strongs_number":"G1038","system":"greek","language":"greek","number_value":1038,"lemma":"βυρσεύς","transliteration":"byrseús","pronunciation":null,"derivation":"from (a hide);","strongs_definition":"a tanner","kjv_definition":"tanner"} +{"id":"G1039","strongs_number":"G1039","system":"greek","language":"greek","number_value":1039,"lemma":"βύσσινος","transliteration":"býssinos","pronunciation":null,"derivation":"from G1040 (βύσσος);","strongs_definition":"made of linen (neuter a linen cloth)","kjv_definition":"fine linen"} +{"id":"G1040","strongs_number":"G1040","system":"greek","language":"greek","number_value":1040,"lemma":"βύσσος","transliteration":"býssos","pronunciation":null,"derivation":"of Hebrew origin (H0948);","strongs_definition":"white linen","kjv_definition":"fine linen"} +{"id":"G1041","strongs_number":"G1041","system":"greek","language":"greek","number_value":1041,"lemma":"βωμός","transliteration":"bōmós","pronunciation":null,"derivation":"from the base of G939 (βάσις);","strongs_definition":"properly, a stand, i.e. (specially) an altar","kjv_definition":"altar"} +{"id":"G1042","strongs_number":"G1042","system":"greek","language":"greek","number_value":1042,"lemma":"γαββαθά","transliteration":"gabbathá","pronunciation":null,"derivation":"of Chaldee origin (compare H01355);","strongs_definition":"the knoll; gabbatha, a vernacular term for the Roman tribunal in Jerusalem","kjv_definition":"Gabbatha"} +{"id":"G1043","strongs_number":"G1043","system":"greek","language":"greek","number_value":1043,"lemma":"Γαβριήλ","transliteration":"Gabriḗl","pronunciation":null,"derivation":"of Hebrew origin (H01403);","strongs_definition":"Gabriel, an archangel","kjv_definition":"Gabriel"} +{"id":"G1044","strongs_number":"G1044","system":"greek","language":"greek","number_value":1044,"lemma":"γάγγραινα","transliteration":"gángraina","pronunciation":null,"derivation":"from (to gnaw);","strongs_definition":"an ulcer (\"gangrene\")","kjv_definition":"canker"} +{"id":"G1045","strongs_number":"G1045","system":"greek","language":"greek","number_value":1045,"lemma":"Γάδ","transliteration":"Gád","pronunciation":null,"derivation":"of Hebrew origin (H01410);","strongs_definition":"Gad, a tribe of Israelites","kjv_definition":"Gad"} +{"id":"G1046","strongs_number":"G1046","system":"greek","language":"greek","number_value":1046,"lemma":"Γαδαρηνός","transliteration":"Gadarēnós","pronunciation":null,"derivation":"from (a town east of the Jordan);","strongs_definition":"a Gadarene or inhabitant of Gadara","kjv_definition":"Gadarene"} +{"id":"G1047","strongs_number":"G1047","system":"greek","language":"greek","number_value":1047,"lemma":"γάζα","transliteration":"gáza","pronunciation":null,"derivation":"of foreign origin;","strongs_definition":"a treasure","kjv_definition":"treasure"} +{"id":"G1048","strongs_number":"G1048","system":"greek","language":"greek","number_value":1048,"lemma":"Γάζα","transliteration":"Gáza","pronunciation":null,"derivation":"of Hebrew origin (H05804);","strongs_definition":"Gazah (i.e. Azzah), a place in Palestine","kjv_definition":"Gaza"} +{"id":"G1049","strongs_number":"G1049","system":"greek","language":"greek","number_value":1049,"lemma":"γαζοφυλάκιον","transliteration":"gazophylákion","pronunciation":null,"derivation":"from G1047 (γάζα) and G5438 (φυλακή);","strongs_definition":"a treasure-house, i.e. a court in the temple for the collection-boxes","kjv_definition":"treasury"} +{"id":"G1050","strongs_number":"G1050","system":"greek","language":"greek","number_value":1050,"lemma":"Γάϊος","transliteration":"Gáïos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Gaius (i.e. Caius), a Christian","kjv_definition":"Gaius"} +{"id":"G1051","strongs_number":"G1051","system":"greek","language":"greek","number_value":1051,"lemma":"γάλα","transliteration":"gála","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"milk (figuratively)","kjv_definition":"milk"} +{"id":"G1052","strongs_number":"G1052","system":"greek","language":"greek","number_value":1052,"lemma":"Γαλάτης","transliteration":"Galátēs","pronunciation":null,"derivation":"from G1053 (Γαλατία);","strongs_definition":"a Galatian or inhabitant of Galatia","kjv_definition":"Galatian"} +{"id":"G1053","strongs_number":"G1053","system":"greek","language":"greek","number_value":1053,"lemma":"Γαλατία","transliteration":"Galatía","pronunciation":null,"derivation":"of foreign origin;","strongs_definition":"Galatia, a region of Asia","kjv_definition":"Galatia"} +{"id":"G1054","strongs_number":"G1054","system":"greek","language":"greek","number_value":1054,"lemma":"Γαλατικός","transliteration":"Galatikós","pronunciation":null,"derivation":"from G1053 (Γαλατία);","strongs_definition":"Galatic or relating to Galatia","kjv_definition":"of Galatia"} +{"id":"G1055","strongs_number":"G1055","system":"greek","language":"greek","number_value":1055,"lemma":"γαλήνη","transliteration":"galḗnē","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"tranquillity","kjv_definition":"calm"} +{"id":"G1056","strongs_number":"G1056","system":"greek","language":"greek","number_value":1056,"lemma":"Γαλιλαία","transliteration":"Galilaía","pronunciation":null,"derivation":"of Hebrew origin (H01551);","strongs_definition":"Galilæa (i.e. the heathen circle), a region of Palestine","kjv_definition":"Galilee"} +{"id":"G1057","strongs_number":"G1057","system":"greek","language":"greek","number_value":1057,"lemma":"Γαλιλαῖος","transliteration":"Galilaîos","pronunciation":null,"derivation":"from G1056 (Γαλιλαία);","strongs_definition":"Galilean or belonging to Galilea","kjv_definition":"Galilean, of Galilee"} +{"id":"G1058","strongs_number":"G1058","system":"greek","language":"greek","number_value":1058,"lemma":"Γαλλίων","transliteration":"Gallíōn","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Gallion (i.e. Gallio), a Roman officer","kjv_definition":"Gallio"} +{"id":"G1059","strongs_number":"G1059","system":"greek","language":"greek","number_value":1059,"lemma":"Γαμαλιήλ","transliteration":"Gamaliḗl","pronunciation":null,"derivation":"of Hebrew origin (H01583);","strongs_definition":"Gamaliel (i.e. Gamliel), an Israelite","kjv_definition":"Gamaliel"} +{"id":"G1060","strongs_number":"G1060","system":"greek","language":"greek","number_value":1060,"lemma":"γαμέω","transliteration":"gaméō","pronunciation":null,"derivation":"from G1062 (γάμος);","strongs_definition":"to wed (of either sex)","kjv_definition":"marry (a wife)"} +{"id":"G1061","strongs_number":"G1061","system":"greek","language":"greek","number_value":1061,"lemma":"γαμίσκω","transliteration":"gamískō","pronunciation":null,"derivation":"from G1062 (γάμος);","strongs_definition":"to espouse (a daughter to a husband)","kjv_definition":"give in marriage"} +{"id":"G1062","strongs_number":"G1062","system":"greek","language":"greek","number_value":1062,"lemma":"γάμος","transliteration":"gámos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"nuptials","kjv_definition":"marriage, wedding"} +{"id":"G1063","strongs_number":"G1063","system":"greek","language":"greek","number_value":1063,"lemma":"γάρ","transliteration":"gár","pronunciation":null,"derivation":"a primary particle;","strongs_definition":"properly, assigning a reason (used in argument, explanation or intensification; often with other particles)","kjv_definition":"and, as, because (that), but, even, for, indeed, no doubt, seeing, then, therefore, verily, what, why, yet"} +{"id":"G1064","strongs_number":"G1064","system":"greek","language":"greek","number_value":1064,"lemma":"γαστήρ","transliteration":"gastḗr","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"the stomach; by analogy, the matrix; figuratively, a gourmand","kjv_definition":"belly, + with child, womb"} +{"id":"G1065","strongs_number":"G1065","system":"greek","language":"greek","number_value":1065,"lemma":"γέ","transliteration":"gé","pronunciation":null,"derivation":"a primary particle of emphasis or qualification (often used with other particles prefixed)","strongs_definition":null,"kjv_definition":"and besides, doubtless, at least, yet"} +{"id":"G1066","strongs_number":"G1066","system":"greek","language":"greek","number_value":1066,"lemma":"Γεδεών","transliteration":"Gedeṓn","pronunciation":null,"derivation":"of Hebrew origin (H01439);","strongs_definition":"Gedeon (i.e. Gid(e)on), an Israelite","kjv_definition":"Gedeon (in the King James Version)"} +{"id":"G1067","strongs_number":"G1067","system":"greek","language":"greek","number_value":1067,"lemma":"γέεννα","transliteration":"géenna","pronunciation":null,"derivation":"of Hebrew origin (H01516 and H02011);","strongs_definition":"valley of (the son of) Hinnom; ge-henna (or Ge-Hinnom), a valley of Jerusalem, used (figuratively) as a name for the place (or state) of everlasting punishment","kjv_definition":"hell"} +{"id":"G1068","strongs_number":"G1068","system":"greek","language":"greek","number_value":1068,"lemma":"Γεθσημανῆ","transliteration":"Gethsēmanē","pronunciation":null,"derivation":"of Chaldee origin (compare H01660 and H08081);","strongs_definition":"oil-press; Gethsemane, a garden near Jerusalem","kjv_definition":"Gethsemane"} +{"id":"G1069","strongs_number":"G1069","system":"greek","language":"greek","number_value":1069,"lemma":"γείτων","transliteration":"geítōn","pronunciation":null,"derivation":"from G1093 (γῆ);","strongs_definition":"a neighbour (as adjoining one's ground); by implication, a friend","kjv_definition":"neighbour"} +{"id":"G1070","strongs_number":"G1070","system":"greek","language":"greek","number_value":1070,"lemma":"γελάω","transliteration":"geláō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to laugh (as a sign of joy or satisfaction)","kjv_definition":"laugh"} +{"id":"G1071","strongs_number":"G1071","system":"greek","language":"greek","number_value":1071,"lemma":"γέλως","transliteration":"gélōs","pronunciation":null,"derivation":"from G1070 (γελάω);","strongs_definition":"laughter (as a mark of gratification)","kjv_definition":"laughter"} +{"id":"G1072","strongs_number":"G1072","system":"greek","language":"greek","number_value":1072,"lemma":"γεμίζω","transliteration":"gemízō","pronunciation":null,"derivation":"transitive from G1073 (γέμω);","strongs_definition":"to fill entirely","kjv_definition":"fill (be) full"} +{"id":"G1073","strongs_number":"G1073","system":"greek","language":"greek","number_value":1073,"lemma":"γέμω","transliteration":"gémō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to swell out, i.e. be full","kjv_definition":"be full"} +{"id":"G1074","strongs_number":"G1074","system":"greek","language":"greek","number_value":1074,"lemma":"γενεά","transliteration":"geneá","pronunciation":null,"derivation":"from (a presumed derivative of) G1085 (γένος);","strongs_definition":"a generation; by implication, an age (the period or the persons)","kjv_definition":"age, generation, nation, time"} +{"id":"G1075","strongs_number":"G1075","system":"greek","language":"greek","number_value":1075,"lemma":"γενεαλογέω","transliteration":"genealogéō","pronunciation":null,"derivation":"from G1074 (γενεά) and G3056 (λόγος);","strongs_definition":"to reckon by generations, i.e. trace in genealogy","kjv_definition":"count by descent"} +{"id":"G1076","strongs_number":"G1076","system":"greek","language":"greek","number_value":1076,"lemma":"γενεαλογία","transliteration":"genealogía","pronunciation":null,"derivation":"from the same as G1075 (γενεαλογέω);","strongs_definition":"tracing by generations, i.e. \"genealogy\"","kjv_definition":"genealogy"} +{"id":"G1077","strongs_number":"G1077","system":"greek","language":"greek","number_value":1077,"lemma":"γενέσια","transliteration":"genésia","pronunciation":null,"derivation":"neuter plural of a derivative of G1078 (γένεσις);","strongs_definition":"birthday ceremonies","kjv_definition":"birthday"} +{"id":"G1078","strongs_number":"G1078","system":"greek","language":"greek","number_value":1078,"lemma":"γένεσις","transliteration":"génesis","pronunciation":null,"derivation":"from the same as G1074 (γενεά);","strongs_definition":"nativity; figuratively, nature","kjv_definition":"generation, nature(-ral)"} +{"id":"G1079","strongs_number":"G1079","system":"greek","language":"greek","number_value":1079,"lemma":"γενετή","transliteration":"genetḗ","pronunciation":null,"derivation":"feminine of a presumed derivative of the base of G1074 (γενεά);","strongs_definition":"birth","kjv_definition":"birth"} +{"id":"G1080","strongs_number":"G1080","system":"greek","language":"greek","number_value":1080,"lemma":"γεννάω","transliteration":"gennáō","pronunciation":null,"derivation":"from a variation of G1085 (γένος);","strongs_definition":"to procreate (properly, of the father, but by extension of the mother); figuratively, to regenerate","kjv_definition":"bear, beget, be born, bring forth, conceive, be delivered of, gender, make, spring"} +{"id":"G1081","strongs_number":"G1081","system":"greek","language":"greek","number_value":1081,"lemma":"γέννημα","transliteration":"génnēma","pronunciation":null,"derivation":"from G1080 (γεννάω);","strongs_definition":"offspring; by analogy, produce (literally or figuratively)","kjv_definition":"fruit, generation"} +{"id":"G1082","strongs_number":"G1082","system":"greek","language":"greek","number_value":1082,"lemma":"Γεννησαρέτ","transliteration":"Gennēsarét","pronunciation":null,"derivation":"of Hebrew origin (compare H03672);","strongs_definition":"Gennesaret (i.e. Kinnereth), a lake and plain in Palestine","kjv_definition":"Gennesaret"} +{"id":"G1083","strongs_number":"G1083","system":"greek","language":"greek","number_value":1083,"lemma":"γέννησις","transliteration":"génnēsis","pronunciation":null,"derivation":"from G1080 (γεννάω);","strongs_definition":"nativity","kjv_definition":"birth"} +{"id":"G1084","strongs_number":"G1084","system":"greek","language":"greek","number_value":1084,"lemma":"γεννητός","transliteration":"gennētós","pronunciation":null,"derivation":"from G1080 (γεννάω);","strongs_definition":"born","kjv_definition":"they that are born"} +{"id":"G1085","strongs_number":"G1085","system":"greek","language":"greek","number_value":1085,"lemma":"γένος","transliteration":"génos","pronunciation":null,"derivation":"from G1096 (γίνομαι);","strongs_definition":"\"kin\" (abstract or concrete, literal or figurative, individual or collective)","kjv_definition":"born, country(-man), diversity, generation, kind(-red), nation, offspring, stock"} +{"id":"G1086","strongs_number":"G1086","system":"greek","language":"greek","number_value":1086,"lemma":"Γεργεσηνός","transliteration":"Gergesēnós","pronunciation":null,"derivation":"of Hebrew origin (H01622);","strongs_definition":"a Gergesene (i.e. Girgashite) or one of the aborigines of Palestine","kjv_definition":"Gergesene"} +{"id":"G1087","strongs_number":"G1087","system":"greek","language":"greek","number_value":1087,"lemma":"γερουσία","transliteration":"gerousía","pronunciation":null,"derivation":"from G1088 (γέρων);","strongs_definition":"the eldership, i.e. (collectively) the Jewish Sanhedrin","kjv_definition":"senate"} +{"id":"G1088","strongs_number":"G1088","system":"greek","language":"greek","number_value":1088,"lemma":"γέρων","transliteration":"gérōn","pronunciation":null,"derivation":"of uncertain affinity (compare G1094 (γῆρας));","strongs_definition":"aged","kjv_definition":"old"} +{"id":"G1089","strongs_number":"G1089","system":"greek","language":"greek","number_value":1089,"lemma":"γεύομαι","transliteration":"geúomai","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to taste; by implication, to eat; figuratively, to experience (good or ill)","kjv_definition":"eat, taste"} +{"id":"G1090","strongs_number":"G1090","system":"greek","language":"greek","number_value":1090,"lemma":"γεωργέω","transliteration":"geōrgéō","pronunciation":null,"derivation":"from G1092 (γεωργός);","strongs_definition":"to till (the soil)","kjv_definition":"dress"} +{"id":"G1091","strongs_number":"G1091","system":"greek","language":"greek","number_value":1091,"lemma":"γεώργιον","transliteration":"geṓrgion","pronunciation":null,"derivation":"neuter of a (presumed) derivative of G1092 (γεωργός);","strongs_definition":"cultivable, i.e. a farm","kjv_definition":"husbandry"} +{"id":"G1092","strongs_number":"G1092","system":"greek","language":"greek","number_value":1092,"lemma":"γεωργός","transliteration":"geōrgós","pronunciation":null,"derivation":"from G1093 (γῆ) and the base of G2041 (ἔργον);","strongs_definition":"a land-worker, i.e. farmer","kjv_definition":"husbandman"} +{"id":"G1093","strongs_number":"G1093","system":"greek","language":"greek","number_value":1093,"lemma":"γῆ","transliteration":"gē","pronunciation":null,"derivation":"contracted from a primary word;","strongs_definition":"soil; by extension a region, or the solid part or the whole of the terrene globe (including the occupants in each application)","kjv_definition":"country, earth(-ly), ground, land, world"} +{"id":"G1094","strongs_number":"G1094","system":"greek","language":"greek","number_value":1094,"lemma":"γῆρας","transliteration":"gēras","pronunciation":null,"derivation":"akin to G1088 (γέρων);","strongs_definition":"senility","kjv_definition":"old age"} +{"id":"G1095","strongs_number":"G1095","system":"greek","language":"greek","number_value":1095,"lemma":"γηράσκω","transliteration":"gēráskō","pronunciation":null,"derivation":"from G1094 (γῆρας);","strongs_definition":"to be senescent","kjv_definition":"be (wax) old"} +{"id":"G1096","strongs_number":"G1096","system":"greek","language":"greek","number_value":1096,"lemma":"γίνομαι","transliteration":"gínomai","pronunciation":null,"derivation":"a prolongation and middle voice form of a primary verb;","strongs_definition":"to cause to be (\"gen\"-erate), i.e. (reflexively) to become (come into being), used with great latitude (literal, figurative, intensive, etc.)","kjv_definition":"arise, be assembled, be(-come, -fall, -have self), be brought (to pass), (be) come (to pass), continue, be divided, draw, be ended, fall, be finished, follow, be found, be fulfilled, + God forbid, grow, happen, have, be kept, be made, be married, be ordained to be, partake, pass, be performed, be published, require, seem, be showed, X soon as it was, sound, be taken, be turned, use, wax, will, would, be wrought"} +{"id":"G1097","strongs_number":"G1097","system":"greek","language":"greek","number_value":1097,"lemma":"γινώσκω","transliteration":"ginṓskō","pronunciation":null,"derivation":"a prolonged form of a primary verb;","strongs_definition":"to \"know\" (absolutely) in a great variety of applications and with many implications (as follow, with others not thus clearly expressed)","kjv_definition":"allow, be aware (of), feel, (have) know(-ledge), perceived, be resolved, can speak, be sure, understand"} +{"id":"G1098","strongs_number":"G1098","system":"greek","language":"greek","number_value":1098,"lemma":"γλεῦκος","transliteration":"gleûkos","pronunciation":null,"derivation":"akin to G1099 (γλυκύς);","strongs_definition":"sweet wine, i.e. (properly) must (fresh juice), but used of the more saccharine (and therefore highly inebriating) fermented wine","kjv_definition":"new wine"} +{"id":"G1099","strongs_number":"G1099","system":"greek","language":"greek","number_value":1099,"lemma":"γλυκύς","transliteration":"glykýs","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"sweet (i.e. not bitter nor salt)","kjv_definition":"sweet, fresh"} +{"id":"G1100","strongs_number":"G1100","system":"greek","language":"greek","number_value":1100,"lemma":"γλῶσσα","transliteration":"glōssa","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"the tongue; by implication, a language (specially, one naturally unacquired)","kjv_definition":"tongue"} +{"id":"G1101","strongs_number":"G1101","system":"greek","language":"greek","number_value":1101,"lemma":"γλωσσόκομον","transliteration":"glōssókomon","pronunciation":null,"derivation":"from G1100 (γλῶσσα) and the base of G2889 (κόσμος);","strongs_definition":"properly, a case (to keep mouthpieces of wind-instruments in) i.e. (by extension) a casket or (specially) purse","kjv_definition":"bag"} +{"id":"G1102","strongs_number":"G1102","system":"greek","language":"greek","number_value":1102,"lemma":"γναφεύς","transliteration":"gnapheús","pronunciation":null,"derivation":"by variation for a derivative from (to tease cloth);","strongs_definition":"a cloth-dresser","kjv_definition":"fuller"} +{"id":"G1103","strongs_number":"G1103","system":"greek","language":"greek","number_value":1103,"lemma":"γνήσιος","transliteration":"gnḗsios","pronunciation":null,"derivation":"from the same as G1077 (γενέσια);","strongs_definition":"legitimate (of birth), i.e. genuine","kjv_definition":"own, sincerity, true"} +{"id":"G1104","strongs_number":"G1104","system":"greek","language":"greek","number_value":1104,"lemma":"γνησίως","transliteration":"gnēsíōs","pronunciation":null,"derivation":"adverb from G1103 (γνήσιος);","strongs_definition":"genuinely, i.e. really","kjv_definition":"naturally"} +{"id":"G1105","strongs_number":"G1105","system":"greek","language":"greek","number_value":1105,"lemma":"γνόφος","transliteration":"gnóphos","pronunciation":null,"derivation":"akin to G3509 (νέφος);","strongs_definition":"gloom (as of a storm)","kjv_definition":"blackness"} +{"id":"G1106","strongs_number":"G1106","system":"greek","language":"greek","number_value":1106,"lemma":"γνώμη","transliteration":"gnṓmē","pronunciation":null,"derivation":"from G1097 (γινώσκω);","strongs_definition":"cognition, i.e. (subjectively) opinion, or (objectively) resolve (counsel, consent, etc.)","kjv_definition":"advice, + agree, judgment, mind, purpose, will"} +{"id":"G1107","strongs_number":"G1107","system":"greek","language":"greek","number_value":1107,"lemma":"γνωρίζω","transliteration":"gnōrízō","pronunciation":null,"derivation":"from a derivative of G1097 (γινώσκω);","strongs_definition":"to make known; subjectively, to know","kjv_definition":"certify, declare, make known, give to understand, do to wit, wot"} +{"id":"G1108","strongs_number":"G1108","system":"greek","language":"greek","number_value":1108,"lemma":"γνῶσις","transliteration":"gnōsis","pronunciation":null,"derivation":"from G1097 (γινώσκω);","strongs_definition":"knowing (the act), i.e. (by implication) knowledge","kjv_definition":"knowledge, science"} +{"id":"G1109","strongs_number":"G1109","system":"greek","language":"greek","number_value":1109,"lemma":"γνώστης","transliteration":"gnṓstēs","pronunciation":null,"derivation":"from G1097 (γινώσκω);","strongs_definition":"a knower","kjv_definition":"expert"} +{"id":"G1110","strongs_number":"G1110","system":"greek","language":"greek","number_value":1110,"lemma":"γνωστός","transliteration":"gnōstós","pronunciation":null,"derivation":"from G1097 (γινώσκω);","strongs_definition":"well-known","kjv_definition":"acquaintance, (which may be) known, notable"} +{"id":"G1111","strongs_number":"G1111","system":"greek","language":"greek","number_value":1111,"lemma":"γογγύζω","transliteration":"gongýzō","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"to grumble","kjv_definition":"murmur"} +{"id":"G1112","strongs_number":"G1112","system":"greek","language":"greek","number_value":1112,"lemma":"γογγυσμός","transliteration":"gongysmós","pronunciation":null,"derivation":"from G1111 (γογγύζω);","strongs_definition":"a grumbling","kjv_definition":"grudging, murmuring"} +{"id":"G1113","strongs_number":"G1113","system":"greek","language":"greek","number_value":1113,"lemma":"γογγυστής","transliteration":"gongystḗs","pronunciation":null,"derivation":"from G1111 (γογγύζω);","strongs_definition":"a grumbler","kjv_definition":"murmurer"} +{"id":"G1114","strongs_number":"G1114","system":"greek","language":"greek","number_value":1114,"lemma":"γόης","transliteration":"góēs","pronunciation":null,"derivation":"from (to wail);","strongs_definition":"properly, a wizard (as muttering spells), i.e. (by implication) an imposter","kjv_definition":"seducer"} +{"id":"G1115","strongs_number":"G1115","system":"greek","language":"greek","number_value":1115,"lemma":"Γολγοθᾶ","transliteration":"Golgothâ","pronunciation":null,"derivation":"of Chaldee origin (compare H01538);","strongs_definition":"the skull; Golgotha, a knoll near Jerusalem","kjv_definition":"Golgotha"} +{"id":"G1116","strongs_number":"G1116","system":"greek","language":"greek","number_value":1116,"lemma":"Γόμοῤῥα","transliteration":"Gómorrha","pronunciation":null,"derivation":"of Hebrew origin (H06017);","strongs_definition":"Gomorrha (i.e. Amorah), a place near the Dead Sea","kjv_definition":"Gomorrha"} +{"id":"G1117","strongs_number":"G1117","system":"greek","language":"greek","number_value":1117,"lemma":"γόμος","transliteration":"gómos","pronunciation":null,"derivation":"from G1073 (γέμω);","strongs_definition":"a load (as filling), i.e. (specially) a cargo, or (by extension) wares","kjv_definition":"burden, merchandise"} +{"id":"G1118","strongs_number":"G1118","system":"greek","language":"greek","number_value":1118,"lemma":"γονεύς","transliteration":"goneús","pronunciation":null,"derivation":"from the base of G1096 (γίνομαι);","strongs_definition":"a parent","kjv_definition":"parent"} +{"id":"G1119","strongs_number":"G1119","system":"greek","language":"greek","number_value":1119,"lemma":"γόνυ","transliteration":"góny","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"the \"knee\"","kjv_definition":"knee(X -l)"} +{"id":"G1120","strongs_number":"G1120","system":"greek","language":"greek","number_value":1120,"lemma":"γονυπετέω","transliteration":"gonypetéō","pronunciation":null,"derivation":"from a compound of G1119 (γόνυ) and the alternate of G4098 (πίπτω);","strongs_definition":"to fall on the knee","kjv_definition":"bow the knee, kneel down"} +{"id":"G1121","strongs_number":"G1121","system":"greek","language":"greek","number_value":1121,"lemma":"γράμμα","transliteration":"grámma","pronunciation":null,"derivation":"from G1125 (γράφω);","strongs_definition":"a writing, i.e. a letter, note, epistle, book, etc.; plural learning","kjv_definition":"bill, learning, letter, scripture, writing, written"} +{"id":"G1122","strongs_number":"G1122","system":"greek","language":"greek","number_value":1122,"lemma":"γραμματεύς","transliteration":"grammateús","pronunciation":null,"derivation":"from G1121 (γράμμα). a writer, i.e. (professionally) scribe or secretary","strongs_definition":null,"kjv_definition":"scribe, town-clerk"} +{"id":"G1123","strongs_number":"G1123","system":"greek","language":"greek","number_value":1123,"lemma":"γραπτός","transliteration":"graptós","pronunciation":null,"derivation":"from G1125 (γράφω);","strongs_definition":"inscribed (figuratively)","kjv_definition":"written"} +{"id":"G1124","strongs_number":"G1124","system":"greek","language":"greek","number_value":1124,"lemma":"γραφή","transliteration":"graphḗ","pronunciation":null,"derivation":"from G1125 (γράφω);","strongs_definition":"a document, i.e. holy Writ (or its contents or a statement in it)","kjv_definition":"scripture"} +{"id":"G1125","strongs_number":"G1125","system":"greek","language":"greek","number_value":1125,"lemma":"γράφω","transliteration":"gráphō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to \"grave\", especially to write; figuratively, to describe","kjv_definition":"describe, write(-ing, -ten)"} +{"id":"G1126","strongs_number":"G1126","system":"greek","language":"greek","number_value":1126,"lemma":"γραώδης","transliteration":"graṓdēs","pronunciation":null,"derivation":"from (an old woman) and G1491 (εἶδος);","strongs_definition":"crone-like, i.e. silly","kjv_definition":"old wives'"} +{"id":"G1127","strongs_number":"G1127","system":"greek","language":"greek","number_value":1127,"lemma":"γρηγορεύω","transliteration":"grēgoreúō","pronunciation":null,"derivation":"from G1453 (ἐγείρω);","strongs_definition":"to keep awake, i.e. watch (literally or figuratively)","kjv_definition":"be vigilant, wake, (be) watch(-ful)"} +{"id":"G1128","strongs_number":"G1128","system":"greek","language":"greek","number_value":1128,"lemma":"γυμνάζω","transliteration":"gymnázō","pronunciation":null,"derivation":"from G1131 (γυμνός);","strongs_definition":"to practise naked (in the games), i.e. train (figuratively)","kjv_definition":"exercise"} +{"id":"G1129","strongs_number":"G1129","system":"greek","language":"greek","number_value":1129,"lemma":"γυμνασία","transliteration":"gymnasía","pronunciation":null,"derivation":"from G1128 (γυμνάζω);","strongs_definition":"training, i.e. (figuratively) asceticism","kjv_definition":"exercise"} +{"id":"G1130","strongs_number":"G1130","system":"greek","language":"greek","number_value":1130,"lemma":"γυμνητεύω","transliteration":"gymnēteúō","pronunciation":null,"derivation":"from a derivative of G1131 (γυμνός);","strongs_definition":"to strip, i.e. (reflexively) go poorly clad","kjv_definition":"be naked"} +{"id":"G1131","strongs_number":"G1131","system":"greek","language":"greek","number_value":1131,"lemma":"γυμνός","transliteration":"gymnós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"nude (absolute or relative, literal or figurative)","kjv_definition":"naked"} +{"id":"G1132","strongs_number":"G1132","system":"greek","language":"greek","number_value":1132,"lemma":"γυμνότης","transliteration":"gymnótēs","pronunciation":null,"derivation":"from G1131 (γυμνός);","strongs_definition":"nudity (absolute or comparative)","kjv_definition":"nakedness"} +{"id":"G1133","strongs_number":"G1133","system":"greek","language":"greek","number_value":1133,"lemma":"γυναικάριον","transliteration":"gynaikárion","pronunciation":null,"derivation":"a diminutive from G1135 (γυνή);","strongs_definition":"a little (i.e. foolish) woman","kjv_definition":"silly woman"} +{"id":"G1134","strongs_number":"G1134","system":"greek","language":"greek","number_value":1134,"lemma":"γυναικεῖος","transliteration":"gynaikeîos","pronunciation":null,"derivation":"from G1135 (γυνή);","strongs_definition":"feminine","kjv_definition":"wife"} +{"id":"G1135","strongs_number":"G1135","system":"greek","language":"greek","number_value":1135,"lemma":"γυνή","transliteration":"gynḗ","pronunciation":null,"derivation":"probably from the base of G1096 (γίνομαι);","strongs_definition":"a woman; specially, a wife","kjv_definition":"wife, woman"} +{"id":"G1136","strongs_number":"G1136","system":"greek","language":"greek","number_value":1136,"lemma":"Γώγ","transliteration":"Gṓg","pronunciation":null,"derivation":"of Hebrew origin (H01463);","strongs_definition":"Gog, a symbolic name for some future Antichrist","kjv_definition":"Gog"} +{"id":"G1137","strongs_number":"G1137","system":"greek","language":"greek","number_value":1137,"lemma":"γωνία","transliteration":"gōnía","pronunciation":null,"derivation":"probably akin to G1119 (γόνυ);","strongs_definition":"an angle","kjv_definition":"corner, quarter"} +{"id":"G1138","strongs_number":"G1138","system":"greek","language":"greek","number_value":1138,"lemma":"Δαβίδ","transliteration":"Dabíd","pronunciation":null,"derivation":"of Hebrew origin (H01732);","strongs_definition":"Dabid (i.e. David), the Israelite king","kjv_definition":"David"} +{"id":"G1139","strongs_number":"G1139","system":"greek","language":"greek","number_value":1139,"lemma":"δαιμονίζομαι","transliteration":"daimonízomai","pronunciation":null,"derivation":"middle voice from G1142 (δαίμων);","strongs_definition":"to be exercised by a dæmon","kjv_definition":"have a (be vexed with, be possessed with) devil(-s)"} +{"id":"G1140","strongs_number":"G1140","system":"greek","language":"greek","number_value":1140,"lemma":"δαιμόνιον","transliteration":"daimónion","pronunciation":null,"derivation":"neuter of a derivative of G1142 (δαίμων);","strongs_definition":"a dæmonic being; by extension a deity","kjv_definition":"devil, god"} +{"id":"G1141","strongs_number":"G1141","system":"greek","language":"greek","number_value":1141,"lemma":"δαιμονιώδης","transliteration":"daimoniṓdēs","pronunciation":null,"derivation":"from G1140 (δαιμόνιον) and G1142 (δαίμων);","strongs_definition":"dæmon-like","kjv_definition":"devilish"} +{"id":"G1142","strongs_number":"G1142","system":"greek","language":"greek","number_value":1142,"lemma":"δαίμων","transliteration":"daímōn","pronunciation":null,"derivation":"from (to distribute fortunes);","strongs_definition":"a dæmon or supernatural spirit (of a bad nature)","kjv_definition":"devil"} +{"id":"G1143","strongs_number":"G1143","system":"greek","language":"greek","number_value":1143,"lemma":"δάκνω","transliteration":"dáknō","pronunciation":null,"derivation":"a prolonged form of a primary root;","strongs_definition":"to bite, i.e. (figuratively) thwart","kjv_definition":"bite"} +{"id":"G1144","strongs_number":"G1144","system":"greek","language":"greek","number_value":1144,"lemma":"δάκρυ","transliteration":"dákry","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a tear","kjv_definition":"tear"} +{"id":"G1145","strongs_number":"G1145","system":"greek","language":"greek","number_value":1145,"lemma":"δακρύω","transliteration":"dakrýō","pronunciation":null,"derivation":"from G1144 (δάκρυ);","strongs_definition":"to shed tears","kjv_definition":"weep"} +{"id":"G1146","strongs_number":"G1146","system":"greek","language":"greek","number_value":1146,"lemma":"δακτύλιος","transliteration":"daktýlios","pronunciation":null,"derivation":"from G1147 (δάκτυλος);","strongs_definition":"a finger-ring","kjv_definition":"ring"} +{"id":"G1147","strongs_number":"G1147","system":"greek","language":"greek","number_value":1147,"lemma":"δάκτυλος","transliteration":"dáktylos","pronunciation":null,"derivation":"probably from G1176 (δέκα);","strongs_definition":"a finger","kjv_definition":"finger"} +{"id":"G1148","strongs_number":"G1148","system":"greek","language":"greek","number_value":1148,"lemma":"Δαλμανουθά","transliteration":"Dalmanouthá","pronunciation":null,"derivation":"probably of Chaldee origin;","strongs_definition":"Dalmanutha, a place in Palestine","kjv_definition":"Dalmanutha"} +{"id":"G1149","strongs_number":"G1149","system":"greek","language":"greek","number_value":1149,"lemma":"Δαλματία","transliteration":"Dalmatía","pronunciation":null,"derivation":"probably of foreign derivation;","strongs_definition":"Dalmatia, a region of Europe","kjv_definition":"Dalmatia"} +{"id":"G1150","strongs_number":"G1150","system":"greek","language":"greek","number_value":1150,"lemma":"δαμάζω","transliteration":"damázō","pronunciation":null,"derivation":"a variation of an obsolete primary of the same meaning;","strongs_definition":"to tame","kjv_definition":"tame"} +{"id":"G1151","strongs_number":"G1151","system":"greek","language":"greek","number_value":1151,"lemma":"δάμαλις","transliteration":"dámalis","pronunciation":null,"derivation":"probably from the base of G1150 (δαμάζω);","strongs_definition":"a heifer (as tame)","kjv_definition":"heifer"} +{"id":"G1152","strongs_number":"G1152","system":"greek","language":"greek","number_value":1152,"lemma":"Δάμαρις","transliteration":"Dámaris","pronunciation":null,"derivation":"probably from the base of G1150 (δαμάζω);","strongs_definition":"perhaps gentle; Damaris, an Athenian woman","kjv_definition":"Damaris"} +{"id":"G1153","strongs_number":"G1153","system":"greek","language":"greek","number_value":1153,"lemma":"Δαμασκηνός","transliteration":"Damaskēnós","pronunciation":null,"derivation":"from G1154 (Δαμασκός);","strongs_definition":"a Damascene or inhabitant of Damascus","kjv_definition":"Damascene"} +{"id":"G1154","strongs_number":"G1154","system":"greek","language":"greek","number_value":1154,"lemma":"Δαμασκός","transliteration":"Damaskós","pronunciation":null,"derivation":"of Hebrew origin (H01834);","strongs_definition":"Damascus, a city of Syria","kjv_definition":"Damascus"} +{"id":"G1155","strongs_number":"G1155","system":"greek","language":"greek","number_value":1155,"lemma":"δανείζω","transliteration":"daneízō","pronunciation":null,"derivation":"from G1156 (δάνειον);","strongs_definition":"to loan on interest; reflexively, to borrow","kjv_definition":"borrow, lend"} +{"id":"G1156","strongs_number":"G1156","system":"greek","language":"greek","number_value":1156,"lemma":"δάνειον","transliteration":"dáneion","pronunciation":null,"derivation":"from (a gift);","strongs_definition":"probably akin to the base of G1325 (δίδωμι); a loan","kjv_definition":"debt"} +{"id":"G1157","strongs_number":"G1157","system":"greek","language":"greek","number_value":1157,"lemma":"δανειστής","transliteration":"daneistḗs","pronunciation":null,"derivation":"from G1155 (δανείζω);","strongs_definition":"a lender","kjv_definition":"creditor"} +{"id":"G1158","strongs_number":"G1158","system":"greek","language":"greek","number_value":1158,"lemma":"Δανιήλ","transliteration":"Daniḗl","pronunciation":null,"derivation":"of Hebrew origin (H01840);","strongs_definition":"Daniel, an Israelite","kjv_definition":"Daniel"} +{"id":"G1159","strongs_number":"G1159","system":"greek","language":"greek","number_value":1159,"lemma":"δαπανάω","transliteration":"dapanáō","pronunciation":null,"derivation":"from G1160 (δαπάνη);","strongs_definition":"to expend, i.e. (in a good sense) to incur cost, or (in a bad one) to waste","kjv_definition":"be at charges, consume, spend"} +{"id":"G1160","strongs_number":"G1160","system":"greek","language":"greek","number_value":1160,"lemma":"δαπάνη","transliteration":"dapánē","pronunciation":null,"derivation":"from (to devour);","strongs_definition":"expense (as consuming)","kjv_definition":"cost"} +{"id":"G1161","strongs_number":"G1161","system":"greek","language":"greek","number_value":1161,"lemma":"δέ","transliteration":"dé","pronunciation":null,"derivation":"a primary particle (adversative or continuative);","strongs_definition":"but, and, etc.","kjv_definition":"also, and, but, moreover, now (often unexpressed in English)"} +{"id":"G1162","strongs_number":"G1162","system":"greek","language":"greek","number_value":1162,"lemma":"δέησις","transliteration":"déēsis","pronunciation":null,"derivation":"from G1189 (δέομαι);","strongs_definition":"a petition","kjv_definition":"prayer, request, supplication"} +{"id":"G1163","strongs_number":"G1163","system":"greek","language":"greek","number_value":1163,"lemma":"δεῖ","transliteration":"deî","pronunciation":null,"derivation":"3rd person singular active present of G1210 (δέω);","strongs_definition":"also deon deh-on'; neuter active participle of the same; both used impersonally; it is (was, etc.) necessary (as binding)","kjv_definition":"behoved, be meet, must (needs), (be) need(-ful), ought, should"} +{"id":"G1164","strongs_number":"G1164","system":"greek","language":"greek","number_value":1164,"lemma":"δεῖγμα","transliteration":"deîgma","pronunciation":null,"derivation":"from the base of G1166 (δεικνύω);","strongs_definition":"a specimen (as shown)","kjv_definition":"example"} +{"id":"G1165","strongs_number":"G1165","system":"greek","language":"greek","number_value":1165,"lemma":"δειγματίζω","transliteration":"deigmatízō","pronunciation":null,"derivation":"from G1164 (δεῖγμα);","strongs_definition":"to exhibit","kjv_definition":"make a shew"} +{"id":"G1166","strongs_number":"G1166","system":"greek","language":"greek","number_value":1166,"lemma":"δεικνύω","transliteration":"deiknýō","pronunciation":null,"derivation":"a prolonged form of an obsolete primary of the same meaning;","strongs_definition":"to show (literally or figuratively)","kjv_definition":"shew"} +{"id":"G1167","strongs_number":"G1167","system":"greek","language":"greek","number_value":1167,"lemma":"δειλία","transliteration":"deilía","pronunciation":null,"derivation":"from G1169 (δειλός);","strongs_definition":"timidity","kjv_definition":"fear"} +{"id":"G1168","strongs_number":"G1168","system":"greek","language":"greek","number_value":1168,"lemma":"δειλιάω","transliteration":"deiliáō","pronunciation":null,"derivation":"from G1167 (δειλία);","strongs_definition":"to be timid","kjv_definition":"be afraid"} +{"id":"G1169","strongs_number":"G1169","system":"greek","language":"greek","number_value":1169,"lemma":"δειλός","transliteration":"deilós","pronunciation":null,"derivation":"from (dread);","strongs_definition":"timid, i.e. (by implication) faithless","kjv_definition":"fearful"} +{"id":"G1170","strongs_number":"G1170","system":"greek","language":"greek","number_value":1170,"lemma":"δεῖνα","transliteration":"deîna","pronunciation":null,"derivation":"probably from the same as G1171 (δεινῶς) (through the idea of forgetting the name as fearful, i.e. strange);","strongs_definition":"so and so (when the person is not specified)","kjv_definition":"such a man"} +{"id":"G1171","strongs_number":"G1171","system":"greek","language":"greek","number_value":1171,"lemma":"δεινῶς","transliteration":"deinōs","pronunciation":null,"derivation":"adverb from a derivative of the same as G1169 (δειλός);","strongs_definition":"terribly, i.e. excessively","kjv_definition":"grievously, vehemently"} +{"id":"G1172","strongs_number":"G1172","system":"greek","language":"greek","number_value":1172,"lemma":"δειπνέω","transliteration":"deipnéō","pronunciation":null,"derivation":"from G1173 (δεῖπνον);","strongs_definition":"to dine, i.e. take the principle (or evening) meal","kjv_definition":"sup (X -er)"} +{"id":"G1173","strongs_number":"G1173","system":"greek","language":"greek","number_value":1173,"lemma":"δεῖπνον","transliteration":"deîpnon","pronunciation":null,"derivation":"from the same as G1160 (δαπάνη);","strongs_definition":"dinner, i.e. the chief meal (usually in the evening)","kjv_definition":"feast, supper"} +{"id":"G1174","strongs_number":"G1174","system":"greek","language":"greek","number_value":1174,"lemma":"δεισιδαιμονέστερος","transliteration":"deisidaimonésteros","pronunciation":null,"derivation":"the compound of a derivative of the base of G1169 (δειλός) and G1142 (δαίμων);","strongs_definition":"more religious than others","kjv_definition":"too superstitious"} +{"id":"G1175","strongs_number":"G1175","system":"greek","language":"greek","number_value":1175,"lemma":"δεισιδαιμονία","transliteration":"deisidaimonía","pronunciation":null,"derivation":"from the same as G1174 (δεισιδαιμονέστερος);","strongs_definition":"religion","kjv_definition":"superstition"} +{"id":"G1176","strongs_number":"G1176","system":"greek","language":"greek","number_value":1176,"lemma":"δέκα","transliteration":"déka","pronunciation":null,"derivation":"a primary number;","strongs_definition":"ten","kjv_definition":"(eight-)een, ten"} +{"id":"G1177","strongs_number":"G1177","system":"greek","language":"greek","number_value":1177,"lemma":"δεκαδύο","transliteration":"dekadýo","pronunciation":null,"derivation":"from G1176 (δέκα) and G1417 (δύο);","strongs_definition":"two and ten, i.e. twelve","kjv_definition":"twelve"} +{"id":"G1178","strongs_number":"G1178","system":"greek","language":"greek","number_value":1178,"lemma":"δεκαπέντε","transliteration":"dekapénte","pronunciation":null,"derivation":"from G1176 (δέκα) and G4002 (πέντε);","strongs_definition":"ten and five, i.e. fifteen","kjv_definition":"fifteen"} +{"id":"G1179","strongs_number":"G1179","system":"greek","language":"greek","number_value":1179,"lemma":"Δεκάπολις","transliteration":"Dekápolis","pronunciation":null,"derivation":"from G1176 (δέκα) and G4172 (πόλις);","strongs_definition":"the ten-city region; the Decapolis, a district in Syria","kjv_definition":"Decapolis"} +{"id":"G1180","strongs_number":"G1180","system":"greek","language":"greek","number_value":1180,"lemma":"δεκατέσσαρες","transliteration":"dekatéssares","pronunciation":null,"derivation":"from G1176 (δέκα) and G5064 (τέσσαρες);","strongs_definition":"ten and four, i.e. fourteen","kjv_definition":"fourteen"} +{"id":"G1181","strongs_number":"G1181","system":"greek","language":"greek","number_value":1181,"lemma":"δεκάτη","transliteration":"dekátē","pronunciation":null,"derivation":"feminine of G1182 (δέκατος);","strongs_definition":"a tenth, i.e. as a percentage or (technically) tithe","kjv_definition":"tenth (part), tithe"} +{"id":"G1182","strongs_number":"G1182","system":"greek","language":"greek","number_value":1182,"lemma":"δέκατος","transliteration":"dékatos","pronunciation":null,"derivation":"ordinal from G1176 (δέκα);","strongs_definition":"tenth","kjv_definition":"tenth"} +{"id":"G1183","strongs_number":"G1183","system":"greek","language":"greek","number_value":1183,"lemma":"δεκατόω","transliteration":"dekatóō","pronunciation":null,"derivation":"from G1181 (δεκάτη);","strongs_definition":"to tithe, i.e. to give or take a tenth","kjv_definition":"pay (receive) tithes"} +{"id":"G1184","strongs_number":"G1184","system":"greek","language":"greek","number_value":1184,"lemma":"δεκτός","transliteration":"dektós","pronunciation":null,"derivation":"from G1209 (δέχομαι);","strongs_definition":"approved; (figuratively) propitious","kjv_definition":"accepted(-table)"} +{"id":"G1185","strongs_number":"G1185","system":"greek","language":"greek","number_value":1185,"lemma":"δελεάζω","transliteration":"deleázō","pronunciation":null,"derivation":"from the base of G1388 (δόλος);","strongs_definition":"to entrap, i.e. (figuratively) delude","kjv_definition":"allure, beguile, entice"} +{"id":"G1186","strongs_number":"G1186","system":"greek","language":"greek","number_value":1186,"lemma":"δένδρον","transliteration":"déndron","pronunciation":null,"derivation":"probably from (an oak);","strongs_definition":"a tree","kjv_definition":"tree"} +{"id":"G1187","strongs_number":"G1187","system":"greek","language":"greek","number_value":1187,"lemma":"δεξιολάβος","transliteration":"dexiolábos","pronunciation":null,"derivation":"from G1188 (δεξιός) and G2983 (λαμβάνω);","strongs_definition":"a guardsman (as if taking the right) or light-armed soldier","kjv_definition":"spearman"} +{"id":"G1188","strongs_number":"G1188","system":"greek","language":"greek","number_value":1188,"lemma":"δεξιός","transliteration":"dexiós","pronunciation":null,"derivation":"from G1209 (δέχομαι);","strongs_definition":"the right side or (feminine) hand (as that which usually takes)","kjv_definition":"right (hand, side)"} +{"id":"G1189","strongs_number":"G1189","system":"greek","language":"greek","number_value":1189,"lemma":"δέομαι","transliteration":"déomai","pronunciation":null,"derivation":"middle voice of G1210 (δέω);","strongs_definition":"to beg (as binding oneself), i.e. petition","kjv_definition":"beseech, pray (to), make request"} +{"id":"G1190","strongs_number":"G1190","system":"greek","language":"greek","number_value":1190,"lemma":"Δερβαῖος","transliteration":"Derbaîos","pronunciation":null,"derivation":"from G1191 (Δέρβη);","strongs_definition":"a Derbæan or inhabitant of Derbe","kjv_definition":"of Derbe"} +{"id":"G1191","strongs_number":"G1191","system":"greek","language":"greek","number_value":1191,"lemma":"Δέρβη","transliteration":"Dérbē","pronunciation":null,"derivation":"of foreign origin;","strongs_definition":"Derbe, a place in Asia Minor","kjv_definition":"Derbe"} +{"id":"G1192","strongs_number":"G1192","system":"greek","language":"greek","number_value":1192,"lemma":"δέρμα","transliteration":"dérma","pronunciation":null,"derivation":"from G1194 (δέρω);","strongs_definition":"a hide","kjv_definition":"skin"} +{"id":"G1193","strongs_number":"G1193","system":"greek","language":"greek","number_value":1193,"lemma":"δερμάτινος","transliteration":"dermátinos","pronunciation":null,"derivation":"from G1192 (δέρμα);","strongs_definition":"made of hide","kjv_definition":"leathern, of a skin"} +{"id":"G1194","strongs_number":"G1194","system":"greek","language":"greek","number_value":1194,"lemma":"δέρω","transliteration":"dérō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"properly, to flay, i.e. (by implication) to scourge, or (by analogy) to thrash","kjv_definition":"beat, smite"} +{"id":"G1195","strongs_number":"G1195","system":"greek","language":"greek","number_value":1195,"lemma":"δεσμεύω","transliteration":"desmeúō","pronunciation":null,"derivation":"from a (presumed) derivative of G1196 (δεσμέω);","strongs_definition":"to be a binder (captor), i.e. to enchain (a prisoner), to tie on (a load)","kjv_definition":"bind"} +{"id":"G1196","strongs_number":"G1196","system":"greek","language":"greek","number_value":1196,"lemma":"δεσμέω","transliteration":"desméō","pronunciation":null,"derivation":"from G1199 (δεσμόν);","strongs_definition":"to tie, i.e. shackle","kjv_definition":"bind"} +{"id":"G1197","strongs_number":"G1197","system":"greek","language":"greek","number_value":1197,"lemma":"δέσμη","transliteration":"désmē","pronunciation":null,"derivation":"from G1196 (δεσμέω);","strongs_definition":"a bundle","kjv_definition":"bundle"} +{"id":"G1198","strongs_number":"G1198","system":"greek","language":"greek","number_value":1198,"lemma":"δέσμιος","transliteration":"désmios","pronunciation":null,"derivation":"from G1199 (δεσμόν);","strongs_definition":"a captive (as bound)","kjv_definition":"in bonds, prisoner"} +{"id":"G1199","strongs_number":"G1199","system":"greek","language":"greek","number_value":1199,"lemma":"δεσμόν","transliteration":"desmón","pronunciation":null,"derivation":"neuter and masculine respectively from G1210 (δέω);","strongs_definition":"a band, i.e. ligament (of the body) or shackle (of a prisoner); figuratively, an impediment or disability","kjv_definition":"band, bond, chain, string"} +{"id":"G1200","strongs_number":"G1200","system":"greek","language":"greek","number_value":1200,"lemma":"δεσμοφύλαξ","transliteration":"desmophýlax","pronunciation":null,"derivation":"from G1199 (δεσμόν) and G5441 (φύλαξ);","strongs_definition":"a jailer (as guarding the prisoners)","kjv_definition":"jailor, keeper of the prison"} +{"id":"G1201","strongs_number":"G1201","system":"greek","language":"greek","number_value":1201,"lemma":"δεσμωτήριον","transliteration":"desmōtḗrion","pronunciation":null,"derivation":"from a derivative of G1199 (δεσμόν) (equivalent to G1196 (δεσμέω));","strongs_definition":"a place of bondage, i.e. a dungeon","kjv_definition":"prison"} +{"id":"G1202","strongs_number":"G1202","system":"greek","language":"greek","number_value":1202,"lemma":"δεσμώτης","transliteration":"desmṓtēs","pronunciation":null,"derivation":"from the same as G1201 (δεσμωτήριον);","strongs_definition":"(passively) a captive","kjv_definition":"prisoner"} +{"id":"G1203","strongs_number":"G1203","system":"greek","language":"greek","number_value":1203,"lemma":"δεσπότης","transliteration":"despótēs","pronunciation":null,"derivation":"perhaps from G1210 (δέω) and (a husband);","strongs_definition":"an absolute ruler (\"despot\")","kjv_definition":"Lord, master"} +{"id":"G1204","strongs_number":"G1204","system":"greek","language":"greek","number_value":1204,"lemma":"δεῦρο","transliteration":"deûro","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"here; used also imperative hither!; and of time, hitherto","kjv_definition":"come (hither), hither(-to)"} +{"id":"G1205","strongs_number":"G1205","system":"greek","language":"greek","number_value":1205,"lemma":"δεῦτε","transliteration":"deûte","pronunciation":null,"derivation":"from G1204 (δεῦρο) and an imperative form of (to go);","strongs_definition":"come hither!","kjv_definition":"come, X follow"} +{"id":"G1206","strongs_number":"G1206","system":"greek","language":"greek","number_value":1206,"lemma":"δευτεραῖος","transliteration":"deuteraîos","pronunciation":null,"derivation":"from G1208 (δεύτερος);","strongs_definition":"secondary, i.e. (specially) on the second day","kjv_definition":"next day"} +{"id":"G1207","strongs_number":"G1207","system":"greek","language":"greek","number_value":1207,"lemma":"δευτερόπρωτος","transliteration":"deuteróprōtos","pronunciation":null,"derivation":"from G1208 (δεύτερος) and G4413 (πρῶτος);","strongs_definition":"second-first, i.e. (specially) a designation of the Sabbath immediately after the Paschal week (being the second after Passover day, and the first of the seven Sabbaths intervening before Pentecost)","kjv_definition":"second … after the first"} +{"id":"G1208","strongs_number":"G1208","system":"greek","language":"greek","number_value":1208,"lemma":"δεύτερος","transliteration":"deúteros","pronunciation":null,"derivation":"as the comparative of G1417 (δύο);","strongs_definition":"(ordinal) second (in time, place, or rank; also adverb)","kjv_definition":"afterward, again, second(-arily, time)"} +{"id":"G1209","strongs_number":"G1209","system":"greek","language":"greek","number_value":1209,"lemma":"δέχομαι","transliteration":"déchomai","pronunciation":null,"derivation":"middle voice of a primary verb;","strongs_definition":"to receive (in various applications, literally or figuratively)","kjv_definition":"accept, receive, take"} +{"id":"G1210","strongs_number":"G1210","system":"greek","language":"greek","number_value":1210,"lemma":"δέω","transliteration":"déō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to bind (in various applications, literally or figuratively)","kjv_definition":"bind, be in bonds, knit, tie, wind"} +{"id":"G1211","strongs_number":"G1211","system":"greek","language":"greek","number_value":1211,"lemma":"δή","transliteration":"dḗ","pronunciation":null,"derivation":"probably akin to G1161 (δέ);","strongs_definition":"a particle of emphasis or explicitness; now, then, etc.","kjv_definition":"also, and, doubtless, now, therefore"} +{"id":"G1212","strongs_number":"G1212","system":"greek","language":"greek","number_value":1212,"lemma":"δῆλος","transliteration":"dēlos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"clear","kjv_definition":"+ bewray, certain, evident, manifest"} +{"id":"G1213","strongs_number":"G1213","system":"greek","language":"greek","number_value":1213,"lemma":"δηλόω","transliteration":"dēlóō","pronunciation":null,"derivation":"from G1212 (δῆλος);","strongs_definition":"to make plain (by words)","kjv_definition":"declare, shew, signify"} +{"id":"G1214","strongs_number":"G1214","system":"greek","language":"greek","number_value":1214,"lemma":"Δημᾶς","transliteration":"Dēmâs","pronunciation":null,"derivation":"probably for G1216 (Δημήτριος);","strongs_definition":"Demas, a Christian","kjv_definition":"Demas"} +{"id":"G1215","strongs_number":"G1215","system":"greek","language":"greek","number_value":1215,"lemma":"δημηγορέω","transliteration":"dēmēgoréō","pronunciation":null,"derivation":"from a compound of G1218 (δῆμος) and G58 (ἀγορά);","strongs_definition":"to be a people-gatherer, i.e. to address a public assembly","kjv_definition":"make an oration"} +{"id":"G1216","strongs_number":"G1216","system":"greek","language":"greek","number_value":1216,"lemma":"Δημήτριος","transliteration":"Dēmḗtrios","pronunciation":null,"derivation":"from (Ceres);","strongs_definition":"Demetrius, the name of an Ephesian and of a Christian","kjv_definition":"Demetrius"} +{"id":"G1217","strongs_number":"G1217","system":"greek","language":"greek","number_value":1217,"lemma":"δημιουργός","transliteration":"dēmiourgós","pronunciation":null,"derivation":"from G1218 (δῆμος) and G2041 (ἔργον);","strongs_definition":"a worker for the people, i.e. mechanic (spoken of the Creator)","kjv_definition":"maker"} +{"id":"G1218","strongs_number":"G1218","system":"greek","language":"greek","number_value":1218,"lemma":"δῆμος","transliteration":"dēmos","pronunciation":null,"derivation":"from G1210 (δέω);","strongs_definition":"the public (as bound together socially)","kjv_definition":"people"} +{"id":"G1219","strongs_number":"G1219","system":"greek","language":"greek","number_value":1219,"lemma":"δημόσιος","transliteration":"dēmósios","pronunciation":null,"derivation":"from G1218 (δῆμος);","strongs_definition":"public; (feminine singular dative case as adverb) in public","kjv_definition":"common, openly, publickly"} +{"id":"G1220","strongs_number":"G1220","system":"greek","language":"greek","number_value":1220,"lemma":"δηνάριον","transliteration":"dēnárion","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a denarius (or ten asses)","kjv_definition":"pence, penny(-worth)"} +{"id":"G1221","strongs_number":"G1221","system":"greek","language":"greek","number_value":1221,"lemma":"δήποτε","transliteration":"dḗpote","pronunciation":null,"derivation":"from G1211 (δή) and G4218 (ποτέ);","strongs_definition":"a particle of generalization; indeed, at any time","kjv_definition":"(what-)soever"} +{"id":"G1222","strongs_number":"G1222","system":"greek","language":"greek","number_value":1222,"lemma":"δήπου","transliteration":"dḗpou","pronunciation":null,"derivation":"from G1211 (δή) and G4225 (πού);","strongs_definition":"a particle of asseveration; indeed doubtless","kjv_definition":"verily"} +{"id":"G1223","strongs_number":"G1223","system":"greek","language":"greek","number_value":1223,"lemma":"διά","transliteration":"diá","pronunciation":null,"derivation":"a primary preposition denoting the channel of an act;","strongs_definition":"through (in very wide applications, local, causal, or occasional)","kjv_definition":"after, always, among, at, to avoid, because of (that), briefly, by, for (cause) … fore, from, in, by occasion of, of, by reason of, for sake, that, thereby, therefore, X though, through(-out), to, wherefore, with (-in)"} +{"id":"G1224","strongs_number":"G1224","system":"greek","language":"greek","number_value":1224,"lemma":"διαβαίνω","transliteration":"diabaínō","pronunciation":null,"derivation":"from G1223 (διά) and the base of G939 (βάσις);","strongs_definition":"to cross","kjv_definition":"come over, pass (through)"} +{"id":"G1225","strongs_number":"G1225","system":"greek","language":"greek","number_value":1225,"lemma":"διαβάλλω","transliteration":"diabállō","pronunciation":null,"derivation":"from G1223 (διά) and G906 (βάλλω);","strongs_definition":"(figuratively) to traduce","kjv_definition":"accuse"} +{"id":"G1226","strongs_number":"G1226","system":"greek","language":"greek","number_value":1226,"lemma":"διαβεβαιόομαι","transliteration":"diabebaióomai","pronunciation":null,"derivation":"middle voice of a compound of G1223 (διά) and G950 (βεβαιόω);","strongs_definition":"to confirm thoroughly (by words), i.e. asseverate","kjv_definition":"affirm constantly"} +{"id":"G1227","strongs_number":"G1227","system":"greek","language":"greek","number_value":1227,"lemma":"διαβλέπω","transliteration":"diablépō","pronunciation":null,"derivation":"from G1223 (διά) and G991 (βλέπω);","strongs_definition":"to look through, i.e. recover full vision","kjv_definition":"see clearly"} +{"id":"G1228","strongs_number":"G1228","system":"greek","language":"greek","number_value":1228,"lemma":"διάβολος","transliteration":"diábolos","pronunciation":null,"derivation":"from G1225 (διαβάλλω);","strongs_definition":"a traducer; specially, Satan (compare H07854)","kjv_definition":"false accuser, devil, slanderer"} +{"id":"G1229","strongs_number":"G1229","system":"greek","language":"greek","number_value":1229,"lemma":"διαγγέλλω","transliteration":"diangéllō","pronunciation":null,"derivation":"from G1223 (διά) and the base of G32 (ἄγγελος);","strongs_definition":"to herald thoroughly","kjv_definition":"declare, preach, signify"} +{"id":"G1230","strongs_number":"G1230","system":"greek","language":"greek","number_value":1230,"lemma":"διαγίνομαι","transliteration":"diagínomai","pronunciation":null,"derivation":"from G1223 (διά) and G1096 (γίνομαι);","strongs_definition":"to elapse meanwhile","kjv_definition":"X after, be past, be spent"} +{"id":"G1231","strongs_number":"G1231","system":"greek","language":"greek","number_value":1231,"lemma":"διαγινώσκω","transliteration":"diaginṓskō","pronunciation":null,"derivation":"from G1223 (διά) and G1097 (γινώσκω);","strongs_definition":"to know thoroughly, i.e. ascertain exactly","kjv_definition":"(would) enquire, know the uttermost"} +{"id":"G1232","strongs_number":"G1232","system":"greek","language":"greek","number_value":1232,"lemma":"διαγνωρίζω","transliteration":"diagnōrízō","pronunciation":null,"derivation":"from G1123 (γραπτός) and G1107 (γνωρίζω);","strongs_definition":"to tell abroad","kjv_definition":"make known"} +{"id":"G1233","strongs_number":"G1233","system":"greek","language":"greek","number_value":1233,"lemma":"διάγνωσις","transliteration":"diágnōsis","pronunciation":null,"derivation":"from G1231 (διαγινώσκω);","strongs_definition":"(magisterial) examination (\"diagnosis\")","kjv_definition":"hearing"} +{"id":"G1234","strongs_number":"G1234","system":"greek","language":"greek","number_value":1234,"lemma":"διαγογγύζω","transliteration":"diagongýzō","pronunciation":null,"derivation":"from G1223 (διά) and G1111 (γογγύζω);","strongs_definition":"to complain throughout a crowd","kjv_definition":"murmur"} +{"id":"G1235","strongs_number":"G1235","system":"greek","language":"greek","number_value":1235,"lemma":"διαγρηγορέω","transliteration":"diagrēgoréō","pronunciation":null,"derivation":"from G1223 (διά) and G1127 (γρηγορεύω);","strongs_definition":"to waken thoroughly","kjv_definition":"be awake"} +{"id":"G1236","strongs_number":"G1236","system":"greek","language":"greek","number_value":1236,"lemma":"διάγω","transliteration":"diágō","pronunciation":null,"derivation":"from G1223 (διά) and G71 (ἄγω);","strongs_definition":"to pass time or life","kjv_definition":"lead life, living"} +{"id":"G1237","strongs_number":"G1237","system":"greek","language":"greek","number_value":1237,"lemma":"διαδέχομαι","transliteration":"diadéchomai","pronunciation":null,"derivation":"from G1223 (διά) and G1209 (δέχομαι);","strongs_definition":"to receive in turn, i.e. (figuratively) succeed to","kjv_definition":"come after"} +{"id":"G1238","strongs_number":"G1238","system":"greek","language":"greek","number_value":1238,"lemma":"διάδημα","transliteration":"diádēma","pronunciation":null,"derivation":"from a compound of G1223 (διά) and G1210 (δέω);","strongs_definition":"a \"diadem\" (as bound about the head)","kjv_definition":"crown"} +{"id":"G1239","strongs_number":"G1239","system":"greek","language":"greek","number_value":1239,"lemma":"διαδίδωμι","transliteration":"diadídōmi","pronunciation":null,"derivation":"from G1223 (διά) and G1325 (δίδωμι);","strongs_definition":"to give throughout a crowd, i.e. deal out; also to deliver over (as to a successor)","kjv_definition":"(make) distribute(-ion), divide, give"} +{"id":"G1240","strongs_number":"G1240","system":"greek","language":"greek","number_value":1240,"lemma":"διάδοχος","transliteration":"diádochos","pronunciation":null,"derivation":"from G1237 (διαδέχομαι);","strongs_definition":"a successor in office","kjv_definition":"room"} +{"id":"G1241","strongs_number":"G1241","system":"greek","language":"greek","number_value":1241,"lemma":"διαζώννυμι","transliteration":"diazṓnnymi","pronunciation":null,"derivation":"from G1223 (διά) and G2224 (ζώννυμι);","strongs_definition":"to gird tightly","kjv_definition":"gird"} +{"id":"G1242","strongs_number":"G1242","system":"greek","language":"greek","number_value":1242,"lemma":"διαθήκη","transliteration":"diathḗkē","pronunciation":null,"derivation":"from G1303 (διατίθεμαι);","strongs_definition":"properly, a disposition, i.e. (specially) a contract (especially a devisory will)","kjv_definition":"covenant, testament"} +{"id":"G1243","strongs_number":"G1243","system":"greek","language":"greek","number_value":1243,"lemma":"διαίρεσις","transliteration":"diaíresis","pronunciation":null,"derivation":"from G1244 (διαιρέω);","strongs_definition":"a distinction or (concretely) variety","kjv_definition":"difference, diversity"} +{"id":"G1244","strongs_number":"G1244","system":"greek","language":"greek","number_value":1244,"lemma":"διαιρέω","transliteration":"diairéō","pronunciation":null,"derivation":"from G1223 (διά) and G138 (αἱρέομαι);","strongs_definition":"to separate, i.e. distribute","kjv_definition":"divide"} +{"id":"G1245","strongs_number":"G1245","system":"greek","language":"greek","number_value":1245,"lemma":"διακαθαρίζω","transliteration":"diakatharízō","pronunciation":null,"derivation":"from G1223 (διά) and G2511 (καθαρίζω);","strongs_definition":"to cleanse perfectly, i.e. (specially) winnow","kjv_definition":"thoroughly purge"} +{"id":"G1246","strongs_number":"G1246","system":"greek","language":"greek","number_value":1246,"lemma":"διακατελέγχομαι","transliteration":"diakatelénchomai","pronunciation":null,"derivation":"middle voice from G1223 (διά) and a compound of G2596 (κατά) and G1651 (ἐλέγχω);","strongs_definition":"to prove downright, i.e. confute","kjv_definition":"convince"} +{"id":"G1247","strongs_number":"G1247","system":"greek","language":"greek","number_value":1247,"lemma":"διακονέω","transliteration":"diakonéō","pronunciation":null,"derivation":"from G1249 (διάκονος);","strongs_definition":"to be an attendant, i.e. wait upon (menially or as a host, friend, or (figuratively) teacher); technically, to act as a Christian deacon","kjv_definition":"(ad-)minister (unto), serve, use the office of a deacon"} +{"id":"G1248","strongs_number":"G1248","system":"greek","language":"greek","number_value":1248,"lemma":"διακονία","transliteration":"diakonía","pronunciation":null,"derivation":"from G1249 (διάκονος);","strongs_definition":"attendance (as a servant, etc.); figuratively (eleemosynary) aid, (official) service (especially of the Christian teacher, or technically of the diaconate)","kjv_definition":"(ad-)minister(-ing, -tration, -try), office, relief, service(-ing)"} +{"id":"G1249","strongs_number":"G1249","system":"greek","language":"greek","number_value":1249,"lemma":"διάκονος","transliteration":"diákonos","pronunciation":null,"derivation":"probably from an obsolete (to run on errands; compare G1377 (διώκω));","strongs_definition":"an attendant, i.e. (genitive case) a waiter (at table or in other menial duties); specially, a Christian teacher and pastor (technically, a deacon or deaconess)","kjv_definition":"deacon, minister, servant"} +{"id":"G1250","strongs_number":"G1250","system":"greek","language":"greek","number_value":1250,"lemma":"διακόσιοι","transliteration":"diakósioi","pronunciation":null,"derivation":"from G1364 (δίς) and G1540 (ἑκατόν);","strongs_definition":"two hundred","kjv_definition":"two hundred"} +{"id":"G1251","strongs_number":"G1251","system":"greek","language":"greek","number_value":1251,"lemma":"διακούομαι","transliteration":"diakoúomai","pronunciation":null,"derivation":"middle voice from G1223 (διά) and G191 (ἀκούω);","strongs_definition":"to hear throughout, i.e. patiently listen (to a prisoner's plea)","kjv_definition":"hear"} +{"id":"G1252","strongs_number":"G1252","system":"greek","language":"greek","number_value":1252,"lemma":"διακρίνω","transliteration":"diakrínō","pronunciation":null,"derivation":"from G1223 (διά) and G2919 (κρίνω);","strongs_definition":"to separate thoroughly, i.e. (literally and reflexively) to withdraw from, or (by implication) oppose; figuratively, to discriminate (by implication, decide), or (reflexively) hesitate","kjv_definition":"contend, make (to) differ(-ence), discern, doubt, judge, be partial, stagger, waver"} +{"id":"G1253","strongs_number":"G1253","system":"greek","language":"greek","number_value":1253,"lemma":"διάκρισις","transliteration":"diákrisis","pronunciation":null,"derivation":"from G1252 (διακρίνω);","strongs_definition":"judicial estimation","kjv_definition":"discern(-ing), disputation"} +{"id":"G1254","strongs_number":"G1254","system":"greek","language":"greek","number_value":1254,"lemma":"διακωλύω","transliteration":"diakōlýō","pronunciation":null,"derivation":"from G1223 (διά) and G2967 (κωλύω);","strongs_definition":"to hinder altogether, i.e. utterly prohibit","kjv_definition":"forbid"} +{"id":"G1255","strongs_number":"G1255","system":"greek","language":"greek","number_value":1255,"lemma":"διαλαλέω","transliteration":"dialaléō","pronunciation":null,"derivation":"from G1223 (διά) and G2980 (λαλέω);","strongs_definition":"to talk throughout a company, i.e. converse or (genitive case) publish","kjv_definition":"commune, noise abroad"} +{"id":"G1256","strongs_number":"G1256","system":"greek","language":"greek","number_value":1256,"lemma":"διαλέγομαι","transliteration":"dialégomai","pronunciation":null,"derivation":"middle voice from G1223 (διά) and G3004 (λέγω);","strongs_definition":"to say thoroughly, i.e. discuss (in argument or exhortation)","kjv_definition":"dispute, preach (unto), reason (with), speak"} +{"id":"G1257","strongs_number":"G1257","system":"greek","language":"greek","number_value":1257,"lemma":"διαλείπω","transliteration":"dialeípō","pronunciation":null,"derivation":"from G1223 (διά) and G3007 (λείπω);","strongs_definition":"to leave off in the middle, i.e. intermit","kjv_definition":"cease"} +{"id":"G1258","strongs_number":"G1258","system":"greek","language":"greek","number_value":1258,"lemma":"διάλεκτος","transliteration":"diálektos","pronunciation":null,"derivation":"from G1256 (διαλέγομαι);","strongs_definition":"a (mode of) discourse, i.e. \"dialect\"","kjv_definition":"language, tongue"} +{"id":"G1259","strongs_number":"G1259","system":"greek","language":"greek","number_value":1259,"lemma":"διαλλάσσω","transliteration":"diallássō","pronunciation":null,"derivation":"from G1223 (διά) and G236 (ἀλλάσσω);","strongs_definition":"to change thoroughly, i.e. (mentally) to conciliate","kjv_definition":"reconcile"} +{"id":"G1260","strongs_number":"G1260","system":"greek","language":"greek","number_value":1260,"lemma":"διαλογίζομαι","transliteration":"dialogízomai","pronunciation":null,"derivation":"from G1223 (διά) and G3049 (λογίζομαι);","strongs_definition":"to reckon thoroughly, i.e. (genitive case) to deliberate (by reflection or discussion)","kjv_definition":"cast in mind, consider, dispute, muse, reason, think"} +{"id":"G1261","strongs_number":"G1261","system":"greek","language":"greek","number_value":1261,"lemma":"διαλογισμός","transliteration":"dialogismós","pronunciation":null,"derivation":"from G1260 (διαλογίζομαι);","strongs_definition":"discussion, i.e. (internal) consideration (by implication, purpose), or (external) debate","kjv_definition":"dispute, doubtful(-ing), imagination, reasoning, thought"} +{"id":"G1262","strongs_number":"G1262","system":"greek","language":"greek","number_value":1262,"lemma":"διαλύω","transliteration":"dialýō","pronunciation":null,"derivation":"from G1223 (διά) and G3089 (λύω);","strongs_definition":"to dissolve utterly","kjv_definition":"scatter"} +{"id":"G1263","strongs_number":"G1263","system":"greek","language":"greek","number_value":1263,"lemma":"διαμαρτύρομαι","transliteration":"diamartýromai","pronunciation":null,"derivation":"from G1223 (διά) and G3140 (μαρτυρέω);","strongs_definition":"to attest or protest earnestly, or (by implication) hortatively","kjv_definition":"charge, testify (unto), witness"} +{"id":"G1264","strongs_number":"G1264","system":"greek","language":"greek","number_value":1264,"lemma":"διαμάχομαι","transliteration":"diamáchomai","pronunciation":null,"derivation":"from G1223 (διά) and G3164 (μάχομαι);","strongs_definition":"to fight fiercely (in altercation)","kjv_definition":"strive"} +{"id":"G1265","strongs_number":"G1265","system":"greek","language":"greek","number_value":1265,"lemma":"διαμένω","transliteration":"diaménō","pronunciation":null,"derivation":"from G1223 (διά) and G3306 (μένω);","strongs_definition":"to stay constantly (in being or relation)","kjv_definition":"continue, remain"} +{"id":"G1266","strongs_number":"G1266","system":"greek","language":"greek","number_value":1266,"lemma":"διαμερίζω","transliteration":"diamerízō","pronunciation":null,"derivation":"from G1223 (διά) and G3307 (μερίζω);","strongs_definition":"to partition thoroughly (literally in distribution, figuratively in dissension)","kjv_definition":"cloven, divide, part"} +{"id":"G1267","strongs_number":"G1267","system":"greek","language":"greek","number_value":1267,"lemma":"διαμερισμός","transliteration":"diamerismós","pronunciation":null,"derivation":"from G1266 (διαμερίζω);","strongs_definition":"disunion (of opinion and conduct)","kjv_definition":"division"} +{"id":"G1268","strongs_number":"G1268","system":"greek","language":"greek","number_value":1268,"lemma":"διανέμω","transliteration":"dianémō","pronunciation":null,"derivation":"from G1223 (διά) and the base of G3551 (νόμος);","strongs_definition":"to distribute, i.e. (of information) to disseminate","kjv_definition":"spread"} +{"id":"G1269","strongs_number":"G1269","system":"greek","language":"greek","number_value":1269,"lemma":"διανεύω","transliteration":"dianeúō","pronunciation":null,"derivation":"from G1223 (διά) and G3506 (νεύω);","strongs_definition":"to nod (or express by signs) across an intervening space","kjv_definition":"beckon"} +{"id":"G1270","strongs_number":"G1270","system":"greek","language":"greek","number_value":1270,"lemma":"διανόημα","transliteration":"dianóēma","pronunciation":null,"derivation":"from a compound of G1223 (διά) and G3539 (νοιέω);","strongs_definition":"something thought through, i.e. a sentiment","kjv_definition":"thought"} +{"id":"G1271","strongs_number":"G1271","system":"greek","language":"greek","number_value":1271,"lemma":"διάνοια","transliteration":"diánoia","pronunciation":null,"derivation":"from G1223 (διά) and G3563 (νοῦς);","strongs_definition":"deep thought, properly, the faculty (mind or its disposition), by implication, its exercise","kjv_definition":"imagination, mind, understanding"} +{"id":"G1272","strongs_number":"G1272","system":"greek","language":"greek","number_value":1272,"lemma":"διανοίγω","transliteration":"dianoígō","pronunciation":null,"derivation":"from G1223 (διά) and G455 (ἀνοίγω);","strongs_definition":"to open thoroughly, literally (as a first-born) or figuratively (to expound)","kjv_definition":"open"} +{"id":"G1273","strongs_number":"G1273","system":"greek","language":"greek","number_value":1273,"lemma":"διανυκτερεύω","transliteration":"dianyktereúō","pronunciation":null,"derivation":"from G1223 (διά) and a derivative of G3571 (νύξ);","strongs_definition":"to sit up the whole night","kjv_definition":"continue all night"} +{"id":"G1274","strongs_number":"G1274","system":"greek","language":"greek","number_value":1274,"lemma":"διανύω","transliteration":"dianýō","pronunciation":null,"derivation":"from G1223 (διά) and (to effect);","strongs_definition":"to accomplish thoroughly","kjv_definition":"finish"} +{"id":"G1275","strongs_number":"G1275","system":"greek","language":"greek","number_value":1275,"lemma":"διαπαντός","transliteration":"diapantós","pronunciation":null,"derivation":"from G1223 (διά) and the genitive case of G3956 (πᾶς);","strongs_definition":"through all time, i.e. (adverbially) constantly","kjv_definition":"alway(-s), continually"} +{"id":"G1276","strongs_number":"G1276","system":"greek","language":"greek","number_value":1276,"lemma":"διαπεράω","transliteration":"diaperáō","pronunciation":null,"derivation":"from G1223 (διά) and a derivative of the base of G4008 (πέραν);","strongs_definition":"to cross entirely","kjv_definition":"go over, pass (over), sail over"} +{"id":"G1277","strongs_number":"G1277","system":"greek","language":"greek","number_value":1277,"lemma":"διαπλέω","transliteration":"diapléō","pronunciation":null,"derivation":"from G1223 (διά) and G4126 (πλέω);","strongs_definition":"to sail through","kjv_definition":"sail over"} +{"id":"G1278","strongs_number":"G1278","system":"greek","language":"greek","number_value":1278,"lemma":"διαπονέω","transliteration":"diaponéō","pronunciation":null,"derivation":"from G1223 (διά) and a derivative of G4192 (πόνος);","strongs_definition":"to toil through, i.e. (passively) be worried","kjv_definition":"be grieved"} +{"id":"G1279","strongs_number":"G1279","system":"greek","language":"greek","number_value":1279,"lemma":"διαπορεύομαι","transliteration":"diaporeúomai","pronunciation":null,"derivation":"from G1223 (διά) and G4198 (πορεύομαι);","strongs_definition":"to travel through","kjv_definition":"go through, journey in, pass by"} +{"id":"G1280","strongs_number":"G1280","system":"greek","language":"greek","number_value":1280,"lemma":"διαπορέω","transliteration":"diaporéō","pronunciation":null,"derivation":"from G1223 (διά) and G639 (ἀπορέω);","strongs_definition":"to be thoroughly nonplussed","kjv_definition":"(be in) doubt, be (much) perplexed"} +{"id":"G1281","strongs_number":"G1281","system":"greek","language":"greek","number_value":1281,"lemma":"διαπραγματεύομαι","transliteration":"diapragmateúomai","pronunciation":null,"derivation":"from G1223 (διά) and G4231 (πραγματεύομαι);","strongs_definition":"to thoroughly occupy oneself, i.e. (transitively and by implication) to earn in business","kjv_definition":"gain by trading"} +{"id":"G1282","strongs_number":"G1282","system":"greek","language":"greek","number_value":1282,"lemma":"διαπρίω","transliteration":"diapríō","pronunciation":null,"derivation":"from G1223 (διά) and the base of G4249 (πρίζω);","strongs_definition":"to saw asunder, i.e. (figuratively) to exasperate","kjv_definition":"cut (to the heart)"} +{"id":"G1283","strongs_number":"G1283","system":"greek","language":"greek","number_value":1283,"lemma":"διαρπάζω","transliteration":"diarpázō","pronunciation":null,"derivation":"from G1223 (διά) and G726 (ἁρπάζω);","strongs_definition":"to seize asunder, i.e. plunder","kjv_definition":"spoil"} +{"id":"G1284","strongs_number":"G1284","system":"greek","language":"greek","number_value":1284,"lemma":"διαῤῥήσσω","transliteration":"diarrhḗssō","pronunciation":null,"derivation":"from G1223 (διά) and G4486 (ῥήγνυμι);","strongs_definition":"to tear asunder","kjv_definition":"break, rend"} +{"id":"G1285","strongs_number":"G1285","system":"greek","language":"greek","number_value":1285,"lemma":"διασαφέω","transliteration":"diasaphéō","pronunciation":null,"derivation":"from G1223 (διά) and (clear);","strongs_definition":"to clear thoroughly, i.e. (figuratively) declare","kjv_definition":"tell unto"} +{"id":"G1286","strongs_number":"G1286","system":"greek","language":"greek","number_value":1286,"lemma":"διασείω","transliteration":"diaseíō","pronunciation":null,"derivation":"from G1223 (διά) and G4579 (σείω);","strongs_definition":"to shake thoroughly, i.e. (figuratively) to intimidate","kjv_definition":"do violence to"} +{"id":"G1287","strongs_number":"G1287","system":"greek","language":"greek","number_value":1287,"lemma":"διασκορπίζω","transliteration":"diaskorpízō","pronunciation":null,"derivation":"from G1223 (διά) and G4650 (σκορπίζω);","strongs_definition":"to dissipate, i.e. (genitive case) to rout or separate; specially, to winnow; figuratively, to squander","kjv_definition":"disperse, scatter (abroad), strew, waste"} +{"id":"G1288","strongs_number":"G1288","system":"greek","language":"greek","number_value":1288,"lemma":"διασπάω","transliteration":"diaspáō","pronunciation":null,"derivation":"from G1223 (διά) and G4685 (σπάω);","strongs_definition":"to draw apart, i.e. sever or dismember","kjv_definition":"pluck asunder, pull in pieces"} +{"id":"G1289","strongs_number":"G1289","system":"greek","language":"greek","number_value":1289,"lemma":"διασπείρω","transliteration":"diaspeírō","pronunciation":null,"derivation":"from G1223 (διά) and G4687 (σπείρω);","strongs_definition":"to sow throughout, i.e. (figuratively) distribute in foreign lands","kjv_definition":"scatter abroad"} +{"id":"G1290","strongs_number":"G1290","system":"greek","language":"greek","number_value":1290,"lemma":"διασπορά","transliteration":"diasporá","pronunciation":null,"derivation":"from G1289 (διασπείρω);","strongs_definition":"dispersion, i.e. (specially and concretely) the (converted) Israelite resident in Gentile countries","kjv_definition":"(which are) scattered (abroad)"} +{"id":"G1291","strongs_number":"G1291","system":"greek","language":"greek","number_value":1291,"lemma":"διαστέλλομαι","transliteration":"diastéllomai","pronunciation":null,"derivation":"middle voice from G1223 (διά) and G4724 (στέλλω);","strongs_definition":"to set (oneself) apart (figuratively, distinguish), i.e. (by implication) to enjoin","kjv_definition":"charge, that which was (give) commanded(-ment)"} +{"id":"G1292","strongs_number":"G1292","system":"greek","language":"greek","number_value":1292,"lemma":"διάστημα","transliteration":"diástēma","pronunciation":null,"derivation":"from G1339 (διΐστημι);","strongs_definition":"an interval","kjv_definition":"space"} +{"id":"G1293","strongs_number":"G1293","system":"greek","language":"greek","number_value":1293,"lemma":"διαστολή","transliteration":"diastolḗ","pronunciation":null,"derivation":"from G1291 (διαστέλλομαι);","strongs_definition":"a variation","kjv_definition":"difference, distinction"} +{"id":"G1294","strongs_number":"G1294","system":"greek","language":"greek","number_value":1294,"lemma":"διαστρέφω","transliteration":"diastréphō","pronunciation":null,"derivation":"from G1223 (διά) and G4762 (στρέφω);","strongs_definition":"to distort, i.e. (figuratively) misinterpret, or (morally) corrupt","kjv_definition":"perverse(-rt), turn away"} +{"id":"G1295","strongs_number":"G1295","system":"greek","language":"greek","number_value":1295,"lemma":"διασώζω","transliteration":"diasṓzō","pronunciation":null,"derivation":"from G1223 (διά) and G4982 (σώζω);","strongs_definition":"to save thoroughly, i.e. (by implication or analogy) to cure, preserve, rescue, etc.","kjv_definition":"bring safe, escape (safe), heal, make perfectly whole, save"} +{"id":"G1296","strongs_number":"G1296","system":"greek","language":"greek","number_value":1296,"lemma":"διαταγή","transliteration":"diatagḗ","pronunciation":null,"derivation":"from G1299 (διατάσσω);","strongs_definition":"arrangement, i.e. institution","kjv_definition":"instrumentality"} +{"id":"G1297","strongs_number":"G1297","system":"greek","language":"greek","number_value":1297,"lemma":"διάταγμα","transliteration":"diátagma","pronunciation":null,"derivation":"from G1299 (διατάσσω);","strongs_definition":"an arrangement, i.e. (authoritative) edict","kjv_definition":"commandment"} +{"id":"G1298","strongs_number":"G1298","system":"greek","language":"greek","number_value":1298,"lemma":"διαταράσσω","transliteration":"diatarássō","pronunciation":null,"derivation":"from G1223 (διά) and G5015 (ταράσσω);","strongs_definition":"to disturb wholly, i.e. agitate (with alarm)","kjv_definition":"trouble"} +{"id":"G1299","strongs_number":"G1299","system":"greek","language":"greek","number_value":1299,"lemma":"διατάσσω","transliteration":"diatássō","pronunciation":null,"derivation":"from G1223 (διά) and G5021 (τάσσω);","strongs_definition":"to arrange thoroughly, i.e. (specially) institute, prescribe, etc.","kjv_definition":"appoint, command, give, (set in) order, ordain"} +{"id":"G1300","strongs_number":"G1300","system":"greek","language":"greek","number_value":1300,"lemma":"διατελέω","transliteration":"diateléō","pronunciation":null,"derivation":"from G1223 (διά) and G5055 (τελέω);","strongs_definition":"to accomplish thoroughly, i.e. (subjectively) to persist","kjv_definition":"continue"} +{"id":"G1301","strongs_number":"G1301","system":"greek","language":"greek","number_value":1301,"lemma":"διατηρέω","transliteration":"diatēréō","pronunciation":null,"derivation":"from G1223 (διά) and G5083 (τηρέω);","strongs_definition":"to watch thoroughly, i.e. (positively and transitively) to observe strictly, or (negatively and reflexively) to avoid wholly","kjv_definition":"keep"} +{"id":"G1302","strongs_number":"G1302","system":"greek","language":"greek","number_value":1302,"lemma":"διατί","transliteration":"diatí","pronunciation":null,"derivation":"from G1223 (διά) and G5101 (τίς);","strongs_definition":"through what cause ?, i.e. why?","kjv_definition":"wherefore, why"} +{"id":"G1303","strongs_number":"G1303","system":"greek","language":"greek","number_value":1303,"lemma":"διατίθεμαι","transliteration":"diatíthemai","pronunciation":null,"derivation":"middle voice from G1223 (διά) and G5087 (τίθημι);","strongs_definition":"to put apart, i.e. (figuratively) dispose (by assignment, compact, or bequest)","kjv_definition":"appoint, make, testator"} +{"id":"G1304","strongs_number":"G1304","system":"greek","language":"greek","number_value":1304,"lemma":"διατρίβω","transliteration":"diatríbō","pronunciation":null,"derivation":"from G1223 (διά) and the base of G5147 (τρίβος);","strongs_definition":"to wear through (time), i.e. remain","kjv_definition":"abide, be, continue, tarry"} +{"id":"G1305","strongs_number":"G1305","system":"greek","language":"greek","number_value":1305,"lemma":"διατροφή","transliteration":"diatrophḗ","pronunciation":null,"derivation":"from a compound of G1223 (διά) and G5142 (τρέφω);","strongs_definition":"nourishment","kjv_definition":"food"} +{"id":"G1306","strongs_number":"G1306","system":"greek","language":"greek","number_value":1306,"lemma":"διαυγάζω","transliteration":"diaugázō","pronunciation":null,"derivation":"from G1223 (διά) and G826 (αὐγάζω);","strongs_definition":"to glimmer through, i.e. break (as day)","kjv_definition":"dawn"} +{"id":"G1307","strongs_number":"G1307","system":"greek","language":"greek","number_value":1307,"lemma":"διαφανής","transliteration":"diaphanḗs","pronunciation":null,"derivation":"from G1223 (διά) and G5316 (φαίνω);","strongs_definition":"appearing through, i.e. \"diaphanous\"","kjv_definition":"transparent"} +{"id":"G1308","strongs_number":"G1308","system":"greek","language":"greek","number_value":1308,"lemma":"διαφέρω","transliteration":"diaphérō","pronunciation":null,"derivation":"from G1223 (διά) and G5342 (φέρω);","strongs_definition":"to bear through, i.e. (literally) transport; usually to bear apart, i.e. (objectively) to toss about (figuratively, report); subjectively, to \"differ\", or (by implication) surpass","kjv_definition":"be better, carry, differ from, drive up and down, be (more) excellent, make matter, publish, be of more value"} +{"id":"G1309","strongs_number":"G1309","system":"greek","language":"greek","number_value":1309,"lemma":"διαφεύγω","transliteration":"diapheúgō","pronunciation":null,"derivation":"from G1223 (διά) and G5343 (φεύγω);","strongs_definition":"to flee through, i.e. escape","kjv_definition":"escape"} +{"id":"G1310","strongs_number":"G1310","system":"greek","language":"greek","number_value":1310,"lemma":"διαφημίζω","transliteration":"diaphēmízō","pronunciation":null,"derivation":"from G1223 (διά) and a derivative of G5345 (φήμη);","strongs_definition":"to report thoroughly, i.e. divulgate","kjv_definition":"blaze abroad, commonly report, spread abroad, fame"} +{"id":"G1311","strongs_number":"G1311","system":"greek","language":"greek","number_value":1311,"lemma":"διαφθείρω","transliteration":"diaphtheírō","pronunciation":null,"derivation":"from G1225 (διαβάλλω) and G5351 (φθείρω);","strongs_definition":"to rot thoroughly, i.e. (by implication) to ruin (passively, decay utterly, figuratively, pervert)","kjv_definition":"corrupt, destroy, perish"} +{"id":"G1312","strongs_number":"G1312","system":"greek","language":"greek","number_value":1312,"lemma":"διαφθορά","transliteration":"diaphthorá","pronunciation":null,"derivation":"from G1311 (διαφθείρω);","strongs_definition":"decay","kjv_definition":"corruption"} +{"id":"G1313","strongs_number":"G1313","system":"greek","language":"greek","number_value":1313,"lemma":"διάφορος","transliteration":"diáphoros","pronunciation":null,"derivation":"from G1308 (διαφέρω);","strongs_definition":"varying; also surpassing","kjv_definition":"differing, divers, more excellent"} +{"id":"G1314","strongs_number":"G1314","system":"greek","language":"greek","number_value":1314,"lemma":"διαφυλάσσω","transliteration":"diaphylássō","pronunciation":null,"derivation":"from G1223 (διά) and G5442 (φυλάσσω);","strongs_definition":"to guard thoroughly, i.e. protect","kjv_definition":"keep"} +{"id":"G1315","strongs_number":"G1315","system":"greek","language":"greek","number_value":1315,"lemma":"διαχειρίζομαι","transliteration":"diacheirízomai","pronunciation":null,"derivation":"from G1223 (διά) and a derivative of G5495 (χείρ);","strongs_definition":"to handle thoroughly, i.e. lay violent hands upon","kjv_definition":"kill, slay"} +{"id":"G1316","strongs_number":"G1316","system":"greek","language":"greek","number_value":1316,"lemma":"διαχωρίζομαι","transliteration":"diachōrízomai","pronunciation":null,"derivation":"from G1223 (διά) and the middle voice of G5563 (χωρίζω);","strongs_definition":"to remove (oneself) wholly, i.e. retire","kjv_definition":"depart"} +{"id":"G1317","strongs_number":"G1317","system":"greek","language":"greek","number_value":1317,"lemma":"διδακτικός","transliteration":"didaktikós","pronunciation":null,"derivation":"from G1318 (διδακτός);","strongs_definition":"instructive (\"didactic\")","kjv_definition":"apt to teach"} +{"id":"G1318","strongs_number":"G1318","system":"greek","language":"greek","number_value":1318,"lemma":"διδακτός","transliteration":"didaktós","pronunciation":null,"derivation":"from G1321 (διδάσκω);","strongs_definition":"(subjectively) instructed, or (objectively) communicated by teaching","kjv_definition":"taught, which … teacheth"} +{"id":"G1319","strongs_number":"G1319","system":"greek","language":"greek","number_value":1319,"lemma":"διδασκαλία","transliteration":"didaskalía","pronunciation":null,"derivation":"from G1320 (διδάσκαλος);","strongs_definition":"instruction (the function or the information)","kjv_definition":"doctrine, learning, teaching"} +{"id":"G1320","strongs_number":"G1320","system":"greek","language":"greek","number_value":1320,"lemma":"διδάσκαλος","transliteration":"didáskalos","pronunciation":null,"derivation":"from G1321 (διδάσκω);","strongs_definition":"an instructor (genitive case or specially)","kjv_definition":"doctor, master, teacher"} +{"id":"G1321","strongs_number":"G1321","system":"greek","language":"greek","number_value":1321,"lemma":"διδάσκω","transliteration":"didáskō","pronunciation":null,"derivation":"a prolonged (causative) form of a primary verb (to learn);","strongs_definition":"to teach (in the same broad application)","kjv_definition":"teach"} +{"id":"G1322","strongs_number":"G1322","system":"greek","language":"greek","number_value":1322,"lemma":"διδαχή","transliteration":"didachḗ","pronunciation":null,"derivation":"from G1321 (διδάσκω);","strongs_definition":"instruction (the act or the matter)","kjv_definition":"doctrine, hath been taught"} +{"id":"G1323","strongs_number":"G1323","system":"greek","language":"greek","number_value":1323,"lemma":"δίδραχμον","transliteration":"dídrachmon","pronunciation":null,"derivation":"from G1364 (δίς) and G1406 (δραχμή);","strongs_definition":"a double drachma (didrachm)","kjv_definition":"tribute"} +{"id":"G1324","strongs_number":"G1324","system":"greek","language":"greek","number_value":1324,"lemma":"Δίδυμος","transliteration":"Dídymos","pronunciation":null,"derivation":"prolongation from G1364 (δίς);","strongs_definition":"double, i.e. twin; Didymus, a Christian","kjv_definition":"Didymus"} +{"id":"G1325","strongs_number":"G1325","system":"greek","language":"greek","number_value":1325,"lemma":"δίδωμι","transliteration":"dídōmi","pronunciation":null,"derivation":"a prolonged form of a primary verb (which is used as an alternative in most of the tenses);","strongs_definition":"to give (used in a very wide application, properly, or by implication, literally or figuratively; greatly modified by the connection)","kjv_definition":"adventure, bestow, bring forth, commit, deliver (up), give, grant, hinder, make, minister, number, offer, have power, put, receive, set, shew, smite (+ with the hand), strike (+ with the palm of the hand), suffer, take, utter, yield"} +{"id":"G1326","strongs_number":"G1326","system":"greek","language":"greek","number_value":1326,"lemma":"διεγείρω","transliteration":"diegeírō","pronunciation":null,"derivation":"from G1223 (διά) and G1453 (ἐγείρω);","strongs_definition":"to wake fully; i.e. arouse (literally or figuratively)","kjv_definition":"arise, awake, raise, stir up"} +{"id":"G1327","strongs_number":"G1327","system":"greek","language":"greek","number_value":1327,"lemma":"διέξοδος","transliteration":"diéxodos","pronunciation":null,"derivation":"from G1223 (διά) and G1841 (ἔξοδος);","strongs_definition":"an outlet through, i.e. probably an open square (from which roads diverge)","kjv_definition":"highway"} +{"id":"G1328","strongs_number":"G1328","system":"greek","language":"greek","number_value":1328,"lemma":"διερμηνευτής","transliteration":"diermēneutḗs","pronunciation":null,"derivation":"from G1329 (διερμηνεύω);","strongs_definition":"an explainer","kjv_definition":"interpreter"} +{"id":"G1329","strongs_number":"G1329","system":"greek","language":"greek","number_value":1329,"lemma":"διερμηνεύω","transliteration":"diermēneúō","pronunciation":null,"derivation":"from G1223 (διά) and G2059 (ἑρμηνεύω);","strongs_definition":"to explain thoroughly, by implication, to translate","kjv_definition":"expound, interpret(-ation)"} +{"id":"G1330","strongs_number":"G1330","system":"greek","language":"greek","number_value":1330,"lemma":"διέρχομαι","transliteration":"diérchomai","pronunciation":null,"derivation":"from G1223 (διά) and G2064 (ἔρχομαι);","strongs_definition":"to traverse (literally)","kjv_definition":"come, depart, go (about, abroad, everywhere, over, through, throughout), pass (by, over, through, throughout), pierce through, travel, walk through"} +{"id":"G1331","strongs_number":"G1331","system":"greek","language":"greek","number_value":1331,"lemma":"διερωτάω","transliteration":"dierōtáō","pronunciation":null,"derivation":"from G1223 (διά) and G2065 (ἐρωτάω);","strongs_definition":"to question throughout, i.e. ascertain by interrogation","kjv_definition":"make enquiry for"} +{"id":"G1332","strongs_number":"G1332","system":"greek","language":"greek","number_value":1332,"lemma":"διετής","transliteration":"dietḗs","pronunciation":null,"derivation":"from G1364 (δίς) and G2094 (ἔτος);","strongs_definition":"of two years (in age)","kjv_definition":"two years old"} +{"id":"G1333","strongs_number":"G1333","system":"greek","language":"greek","number_value":1333,"lemma":"διετία","transliteration":"dietía","pronunciation":null,"derivation":"from G1332 (διετής);","strongs_definition":"a space of two years (biennium)","kjv_definition":"two years"} +{"id":"G1334","strongs_number":"G1334","system":"greek","language":"greek","number_value":1334,"lemma":"διηγέομαι","transliteration":"diēgéomai","pronunciation":null,"derivation":"from G1223 (διά) and G2233 (ἡγέομαι);","strongs_definition":"to relate fully","kjv_definition":"declare, shew, tell"} +{"id":"G1335","strongs_number":"G1335","system":"greek","language":"greek","number_value":1335,"lemma":"διήγεσις","transliteration":"diḗgesis","pronunciation":null,"derivation":"from G1334 (διηγέομαι);","strongs_definition":"a recital","kjv_definition":"declaration"} +{"id":"G1336","strongs_number":"G1336","system":"greek","language":"greek","number_value":1336,"lemma":"διηνεκής","transliteration":"diēnekḗs","pronunciation":null,"derivation":"neuter of a compound of G1223 (διά) and a derivative of an alternate of G5342 (φέρω);","strongs_definition":"carried through, i.e. (adverbially with G1519 (εἰς) and G3588 (ὁ) prefixed) perpetually","kjv_definition":"+ continually, for ever"} +{"id":"G1337","strongs_number":"G1337","system":"greek","language":"greek","number_value":1337,"lemma":"διθάλασσος","transliteration":"dithálassos","pronunciation":null,"derivation":"from G1364 (δίς) and G2281 (θάλασσα);","strongs_definition":"having two seas, i.e. a sound with a double outlet","kjv_definition":"where two seas meet"} +{"id":"G1338","strongs_number":"G1338","system":"greek","language":"greek","number_value":1338,"lemma":"διϊκνέομαι","transliteration":"diïknéomai","pronunciation":null,"derivation":"from G1223 (διά) and the base of G2425 (ἱκανός);","strongs_definition":"to reach through, i.e. penetrate","kjv_definition":"pierce"} +{"id":"G1339","strongs_number":"G1339","system":"greek","language":"greek","number_value":1339,"lemma":"διΐστημι","transliteration":"diḯstēmi","pronunciation":null,"derivation":"from G1223 (διά) and G2476 (ἵστημι);","strongs_definition":"to stand apart, i.e. (reflexively) to remove, intervene","kjv_definition":"go further, be parted, after the space of"} +{"id":"G1340","strongs_number":"G1340","system":"greek","language":"greek","number_value":1340,"lemma":"διϊσχυρίζομαι","transliteration":"diïschyrízomai","pronunciation":null,"derivation":"from G1223 (διά) and a derivative of G2478 (ἰσχυρός);","strongs_definition":"to stout it through, i.e. asservate","kjv_definition":"confidently (constantly) affirm"} +{"id":"G1341","strongs_number":"G1341","system":"greek","language":"greek","number_value":1341,"lemma":"δικαιοκρισία","transliteration":"dikaiokrisía","pronunciation":null,"derivation":"from G1342 (δίκαιος) and G2920 (κρίσις);","strongs_definition":"a just sentence","kjv_definition":"righteous judgment"} +{"id":"G1342","strongs_number":"G1342","system":"greek","language":"greek","number_value":1342,"lemma":"δίκαιος","transliteration":"díkaios","pronunciation":null,"derivation":"from G1349 (δίκη);","strongs_definition":"equitable (in character or act); by implication, innocent, holy (absolutely or relatively)","kjv_definition":"just, meet, right(-eous)"} +{"id":"G1343","strongs_number":"G1343","system":"greek","language":"greek","number_value":1343,"lemma":"δικαιοσύνη","transliteration":"dikaiosýnē","pronunciation":null,"derivation":"from G1342 (δίκαιος);","strongs_definition":"equity (of character or act); specially (Christian) justification","kjv_definition":"righteousness"} +{"id":"G1344","strongs_number":"G1344","system":"greek","language":"greek","number_value":1344,"lemma":"δικαιόω","transliteration":"dikaióō","pronunciation":null,"derivation":"from G1342 (δίκαιος);","strongs_definition":"to render (i.e. show or regard as) just or innocent","kjv_definition":"free, justify(-ier), be righteous"} +{"id":"G1345","strongs_number":"G1345","system":"greek","language":"greek","number_value":1345,"lemma":"δικαίωμα","transliteration":"dikaíōma","pronunciation":null,"derivation":"from G1344 (δικαιόω);","strongs_definition":"an equitable deed; by implication, a statute or decision","kjv_definition":"judgment, justification, ordinance, righteousness"} +{"id":"G1346","strongs_number":"G1346","system":"greek","language":"greek","number_value":1346,"lemma":"δικαίως","transliteration":"dikaíōs","pronunciation":null,"derivation":"adverb from G1342 (δίκαιος);","strongs_definition":"equitably","kjv_definition":"justly, (to) righteously(-ness)"} +{"id":"G1347","strongs_number":"G1347","system":"greek","language":"greek","number_value":1347,"lemma":"δικαίωσις","transliteration":"dikaíōsis","pronunciation":null,"derivation":"from G1344 (δικαιόω);","strongs_definition":"aquittal (for Christ's sake)","kjv_definition":"justification"} +{"id":"G1348","strongs_number":"G1348","system":"greek","language":"greek","number_value":1348,"lemma":"δικαστής","transliteration":"dikastḗs","pronunciation":null,"derivation":"from a derivative of G1349 (δίκη);","strongs_definition":"a judger","kjv_definition":"judge"} +{"id":"G1349","strongs_number":"G1349","system":"greek","language":"greek","number_value":1349,"lemma":"δίκη","transliteration":"díkē","pronunciation":null,"derivation":"probably from G1166 (δεικνύω);","strongs_definition":"right (as self-evident), i.e. justice (the principle, a decision, or its execution)","kjv_definition":"judgment, punish, vengeance"} +{"id":"G1350","strongs_number":"G1350","system":"greek","language":"greek","number_value":1350,"lemma":"δίκτυον","transliteration":"díktyon","pronunciation":null,"derivation":"probably from a primary verb (to cast);","strongs_definition":"a seine (for fishing)","kjv_definition":"net"} +{"id":"G1351","strongs_number":"G1351","system":"greek","language":"greek","number_value":1351,"lemma":"δίλογος","transliteration":"dílogos","pronunciation":null,"derivation":"from G1364 (δίς) and G3056 (λόγος);","strongs_definition":"equivocal, i.e. telling a different story","kjv_definition":"double-tongued"} +{"id":"G1352","strongs_number":"G1352","system":"greek","language":"greek","number_value":1352,"lemma":"διό","transliteration":"dió","pronunciation":null,"derivation":"from G1223 (διά) and G3739 (ὅς);","strongs_definition":"through which thing, i.e. consequently","kjv_definition":"for which cause, therefore, wherefore"} +{"id":"G1353","strongs_number":"G1353","system":"greek","language":"greek","number_value":1353,"lemma":"διοδεύω","transliteration":"diodeúō","pronunciation":null,"derivation":"from G1223 (διά) and G3593 (ὁδεύω);","strongs_definition":"to travel through","kjv_definition":"go throughout, pass through"} +{"id":"G1354","strongs_number":"G1354","system":"greek","language":"greek","number_value":1354,"lemma":"Διονύσιος","transliteration":"Dionýsios","pronunciation":null,"derivation":"from (Bacchus);","strongs_definition":"reveller; Dionysius, an Athenian","kjv_definition":"Dionysius"} +{"id":"G1355","strongs_number":"G1355","system":"greek","language":"greek","number_value":1355,"lemma":"διόπερ","transliteration":"dióper","pronunciation":null,"derivation":"from G1352 (διό) and G4007 (περ);","strongs_definition":"on which very account","kjv_definition":"wherefore"} +{"id":"G1356","strongs_number":"G1356","system":"greek","language":"greek","number_value":1356,"lemma":"διοπετής","transliteration":"diopetḗs","pronunciation":null,"derivation":"from the alternate of G2203 (Ζεύς) and the alternate of G4098 (πίπτω);","strongs_definition":"sky-fallen (i.e. an aerolite)","kjv_definition":"which fell down from Jupiter"} +{"id":"G1357","strongs_number":"G1357","system":"greek","language":"greek","number_value":1357,"lemma":"διόρθωσις","transliteration":"diórthōsis","pronunciation":null,"derivation":"from a compound of G1223 (διά) and a derivative of G3717 (ὀρθός), meaning to straighten thoroughly;","strongs_definition":"rectification, i.e. (specially) the Messianic restauration","kjv_definition":"reformation"} +{"id":"G1358","strongs_number":"G1358","system":"greek","language":"greek","number_value":1358,"lemma":"διορύσσω","transliteration":"diorýssō","pronunciation":null,"derivation":"from G1223 (διά) and G3736 (ὀρύσσω);","strongs_definition":"to penetrate burglariously","kjv_definition":"break through (up)"} +{"id":"G1359","strongs_number":"G1359","system":"greek","language":"greek","number_value":1359,"lemma":"Διόσκουροι","transliteration":"Dióskouroi","pronunciation":null,"derivation":"from the alternate of G2203 (Ζεύς) and a form of the base of G2877 (κοράσιον);","strongs_definition":"sons of Jupiter, i.e. the twins Dioscuri","kjv_definition":"Castor and Pollux"} +{"id":"G1360","strongs_number":"G1360","system":"greek","language":"greek","number_value":1360,"lemma":"διότι","transliteration":"dióti","pronunciation":null,"derivation":"from G1223 (διά) and G3754 (ὅτι);","strongs_definition":"on the very account that, or inasmuch as","kjv_definition":"because (that), for, therefore"} +{"id":"G1361","strongs_number":"G1361","system":"greek","language":"greek","number_value":1361,"lemma":"Διοτρεφής","transliteration":"Diotrephḗs","pronunciation":null,"derivation":"from the alternate of G2203 (Ζεύς) and G5142 (τρέφω);","strongs_definition":"Jove-nourished; Diotrephes, an opponent of Christianity","kjv_definition":"Diotrephes"} +{"id":"G1362","strongs_number":"G1362","system":"greek","language":"greek","number_value":1362,"lemma":"διπλοῦς","transliteration":"diploûs","pronunciation":null,"derivation":"from G1364 (δίς) and (probably) the base of G4119 (πλείων);","strongs_definition":"two-fold","kjv_definition":"double, two-fold more"} +{"id":"G1363","strongs_number":"G1363","system":"greek","language":"greek","number_value":1363,"lemma":"διπλόω","transliteration":"diplóō","pronunciation":null,"derivation":"from G1362 (διπλοῦς);","strongs_definition":"to render two-fold","kjv_definition":"double"} +{"id":"G1364","strongs_number":"G1364","system":"greek","language":"greek","number_value":1364,"lemma":"δίς","transliteration":"dís","pronunciation":null,"derivation":"adverb from G1417 (δύο);","strongs_definition":"twice","kjv_definition":"again, twice"} +{"id":"G1365","strongs_number":"G1365","system":"greek","language":"greek","number_value":1365,"lemma":"διστάζω","transliteration":"distázō","pronunciation":null,"derivation":"from G1364 (δίς);","strongs_definition":"properly, to duplicate, i.e. (mentally) to waver (in opinion)","kjv_definition":"doubt"} +{"id":"G1366","strongs_number":"G1366","system":"greek","language":"greek","number_value":1366,"lemma":"δίστομος","transliteration":"dístomos","pronunciation":null,"derivation":"from G1364 (δίς) and G4750 (στόμα);","strongs_definition":"double-edged","kjv_definition":"with two edges, two-edged"} +{"id":"G1367","strongs_number":"G1367","system":"greek","language":"greek","number_value":1367,"lemma":"δισχίλιοι","transliteration":"dischílioi","pronunciation":null,"derivation":"from G1364 (δίς) and G5507 (χίλιοι);","strongs_definition":"two thousand","kjv_definition":"two thousand"} +{"id":"G1368","strongs_number":"G1368","system":"greek","language":"greek","number_value":1368,"lemma":"διϋλίζω","transliteration":"diÿlízō","pronunciation":null,"derivation":"from G1223 (διά) and (to filter);","strongs_definition":"to strain out","kjv_definition":"strain at (probably by misprint)"} +{"id":"G1369","strongs_number":"G1369","system":"greek","language":"greek","number_value":1369,"lemma":"διχάζω","transliteration":"dicházō","pronunciation":null,"derivation":"from a derivative of G1364 (δίς);","strongs_definition":"to make apart, i.e. sunder (figuratively, alienate)","kjv_definition":"set at variance"} +{"id":"G1370","strongs_number":"G1370","system":"greek","language":"greek","number_value":1370,"lemma":"διχοστασία","transliteration":"dichostasía","pronunciation":null,"derivation":"from a derivative of G1364 (δίς) and G4714 (στάσις);","strongs_definition":"disunion, i.e. (figuratively) dissension","kjv_definition":"division, sedition"} +{"id":"G1371","strongs_number":"G1371","system":"greek","language":"greek","number_value":1371,"lemma":"διχοτομέω","transliteration":"dichotoméō","pronunciation":null,"derivation":"from a compound of a derivative of G1364 (δίς) and a derivative of (to cut);","strongs_definition":"to bisect, i.e. (by extension) to flog severely","kjv_definition":"cut asunder (in sunder)"} +{"id":"G1372","strongs_number":"G1372","system":"greek","language":"greek","number_value":1372,"lemma":"διψάω","transliteration":"dipsáō","pronunciation":null,"derivation":"from a variation of G1373 (δίψος);","strongs_definition":"to thirst for (literally or figuratively)","kjv_definition":"(be, be a-)thirst(-y)"} +{"id":"G1373","strongs_number":"G1373","system":"greek","language":"greek","number_value":1373,"lemma":"δίψος","transliteration":"dípsos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"thirst","kjv_definition":"thirst"} +{"id":"G1374","strongs_number":"G1374","system":"greek","language":"greek","number_value":1374,"lemma":"δίψυχος","transliteration":"dípsychos","pronunciation":null,"derivation":"from G1364 (δίς) and G5590 (ψυχή);","strongs_definition":"two-spirited, i.e. vacillating (in opinion or purpose)","kjv_definition":"double minded"} +{"id":"G1375","strongs_number":"G1375","system":"greek","language":"greek","number_value":1375,"lemma":"διωγμός","transliteration":"diōgmós","pronunciation":null,"derivation":"from G1377 (διώκω);","strongs_definition":"persecution","kjv_definition":"persecution"} +{"id":"G1376","strongs_number":"G1376","system":"greek","language":"greek","number_value":1376,"lemma":"διώκτης","transliteration":"diṓktēs","pronunciation":null,"derivation":"from G1377 (διώκω);","strongs_definition":"a persecutor","kjv_definition":"persecutor"} +{"id":"G1377","strongs_number":"G1377","system":"greek","language":"greek","number_value":1377,"lemma":"διώκω","transliteration":"diṓkō","pronunciation":null,"derivation":"a prolonged (and causative) form of a primary verb (to flee;","strongs_definition":"compare the base of G1169 (δειλός) and G1249 (διάκονος)); to pursue (literally or figuratively); by implication, to persecute","kjv_definition":"ensue, follow (after), given to, (suffer) persecute(-ion), press forward"} +{"id":"G1378","strongs_number":"G1378","system":"greek","language":"greek","number_value":1378,"lemma":"δόγμα","transliteration":"dógma","pronunciation":null,"derivation":"from the base of G1380 (δοκέω);","strongs_definition":"a law (civil, ceremonial or ecclesiastical)","kjv_definition":"decree, ordinance"} +{"id":"G1379","strongs_number":"G1379","system":"greek","language":"greek","number_value":1379,"lemma":"δογματίζω","transliteration":"dogmatízō","pronunciation":null,"derivation":"from G1378 (δόγμα);","strongs_definition":"to prescribe by statute, i.e. (reflexively) to submit to, ceremonially rule","kjv_definition":"be subject to ordinances"} +{"id":"G1380","strongs_number":"G1380","system":"greek","language":"greek","number_value":1380,"lemma":"δοκέω","transliteration":"dokéō","pronunciation":null,"derivation":"a prolonged form of a primary verb, (used only in an alternate in certain tenses;","strongs_definition":"compare the base of G1166 (δεικνύω)) of the same meaning; to think; by implication, to seem (truthfully or uncertainly)","kjv_definition":"be accounted, (of own) please(-ure), be of reputation, seem (good), suppose, think, trow"} +{"id":"G1381","strongs_number":"G1381","system":"greek","language":"greek","number_value":1381,"lemma":"δοκιμάζω","transliteration":"dokimázō","pronunciation":null,"derivation":"from G1384 (δόκιμος);","strongs_definition":"to test (literally or figuratively); by implication, to approve","kjv_definition":"allow, discern, examine, X like, (ap-)prove, try"} +{"id":"G1382","strongs_number":"G1382","system":"greek","language":"greek","number_value":1382,"lemma":"δοκιμή","transliteration":"dokimḗ","pronunciation":null,"derivation":"from the same as G1384 (δόκιμος);","strongs_definition":"test (abstractly or concretely); by implication, trustiness","kjv_definition":"experience(-riment), proof, trial"} +{"id":"G1383","strongs_number":"G1383","system":"greek","language":"greek","number_value":1383,"lemma":"δοκίμιον","transliteration":"dokímion","pronunciation":null,"derivation":"neuter of a presumed derivative of G1382 (δοκιμή);","strongs_definition":"a testing; by implication, trustworthiness","kjv_definition":"trial, trying"} +{"id":"G1384","strongs_number":"G1384","system":"greek","language":"greek","number_value":1384,"lemma":"δόκιμος","transliteration":"dókimos","pronunciation":null,"derivation":"from G1380 (δοκέω);","strongs_definition":"properly, acceptable (current after assayal), i.e. approved","kjv_definition":"approved, tried"} +{"id":"G1385","strongs_number":"G1385","system":"greek","language":"greek","number_value":1385,"lemma":"δοκός","transliteration":"dokós","pronunciation":null,"derivation":"from G1209 (δέχομαι) (through the idea of holding up);","strongs_definition":"a stick of timber","kjv_definition":"beam"} +{"id":"G1386","strongs_number":"G1386","system":"greek","language":"greek","number_value":1386,"lemma":"δόλιος","transliteration":"dólios","pronunciation":null,"derivation":"from G1388 (δόλος);","strongs_definition":"guileful","kjv_definition":"deceitful"} +{"id":"G1387","strongs_number":"G1387","system":"greek","language":"greek","number_value":1387,"lemma":"δολιόω","transliteration":"dolióō","pronunciation":null,"derivation":"from G1386 (δόλιος);","strongs_definition":"to be guileful","kjv_definition":"use deceit"} +{"id":"G1388","strongs_number":"G1388","system":"greek","language":"greek","number_value":1388,"lemma":"δόλος","transliteration":"dólos","pronunciation":null,"derivation":"from an obsolete primary verb, (probably meaning to decoy;","strongs_definition":"compare G1185 (δελεάζω)); a trick (bait), i.e. (figuratively) wile","kjv_definition":"craft, deceit, guile, subtilty"} +{"id":"G1389","strongs_number":"G1389","system":"greek","language":"greek","number_value":1389,"lemma":"δολόω","transliteration":"dolóō","pronunciation":null,"derivation":"from G1388 (δόλος);","strongs_definition":"to ensnare, i.e. (figuratively) adulterate","kjv_definition":"handle deceitfully"} +{"id":"G1390","strongs_number":"G1390","system":"greek","language":"greek","number_value":1390,"lemma":"δόμα","transliteration":"dóma","pronunciation":null,"derivation":"from the base of G1325 (δίδωμι);","strongs_definition":"a present","kjv_definition":"gift"} +{"id":"G1391","strongs_number":"G1391","system":"greek","language":"greek","number_value":1391,"lemma":"δόξα","transliteration":"dóxa","pronunciation":null,"derivation":"from the base of G1380 (δοκέω);","strongs_definition":"glory (as very apparent), in a wide application (literal or figurative, objective or subjective)","kjv_definition":"dignity, glory(-ious), honour, praise, worship"} +{"id":"G1392","strongs_number":"G1392","system":"greek","language":"greek","number_value":1392,"lemma":"δοξάζω","transliteration":"doxázō","pronunciation":null,"derivation":"from G1391 (δόξα);","strongs_definition":"to render (or esteem) glorious (in a wide application)","kjv_definition":"(make) glorify(-ious), full of (have) glory, honour, magnify"} +{"id":"G1393","strongs_number":"G1393","system":"greek","language":"greek","number_value":1393,"lemma":"Δορκάς","transliteration":"Dorkás","pronunciation":null,"derivation":null,"strongs_definition":"gazelle; Dorcas, a Christian woman","kjv_definition":"Dorcas"} +{"id":"G1394","strongs_number":"G1394","system":"greek","language":"greek","number_value":1394,"lemma":"δόσις","transliteration":"dósis","pronunciation":null,"derivation":"from the base of G1325 (δίδωμι);","strongs_definition":"a giving; by implication, (concretely) a gift","kjv_definition":"gift, giving"} +{"id":"G1395","strongs_number":"G1395","system":"greek","language":"greek","number_value":1395,"lemma":"δότης","transliteration":"dótēs","pronunciation":null,"derivation":"from the base of G1325 (δίδωμι);","strongs_definition":"a giver","kjv_definition":"giver"} +{"id":"G1396","strongs_number":"G1396","system":"greek","language":"greek","number_value":1396,"lemma":"δουλαγωγέω","transliteration":"doulagōgéō","pronunciation":null,"derivation":"from a presumed compound of G1401 (δοῦλος) and G71 (ἄγω);","strongs_definition":"to be a slave-driver, i.e. to enslave (figuratively, subdue)","kjv_definition":"bring into subjection"} +{"id":"G1397","strongs_number":"G1397","system":"greek","language":"greek","number_value":1397,"lemma":"δουλεία","transliteration":"douleía","pronunciation":null,"derivation":"from G1398 (δουλεύω);","strongs_definition":"slavery (ceremonially or figuratively)","kjv_definition":"bondage"} +{"id":"G1398","strongs_number":"G1398","system":"greek","language":"greek","number_value":1398,"lemma":"δουλεύω","transliteration":"douleúō","pronunciation":null,"derivation":"from G1401 (δοῦλος);","strongs_definition":"to be a slave to (literal or figurative, involuntary or voluntary)","kjv_definition":"be in bondage, (do) serve(-ice)"} +{"id":"G1399","strongs_number":"G1399","system":"greek","language":"greek","number_value":1399,"lemma":"δούλη","transliteration":"doúlē","pronunciation":null,"derivation":"feminine of G1401 (δοῦλος);","strongs_definition":"a female slave (involuntarily or voluntarily)","kjv_definition":"handmaid(-en)"} +{"id":"G1400","strongs_number":"G1400","system":"greek","language":"greek","number_value":1400,"lemma":"δοῦλον","transliteration":"doûlon","pronunciation":null,"derivation":"neuter of G1401 (δοῦλος);","strongs_definition":"subservient","kjv_definition":"servant"} +{"id":"G1401","strongs_number":"G1401","system":"greek","language":"greek","number_value":1401,"lemma":"δοῦλος","transliteration":"doûlos","pronunciation":null,"derivation":"from G1210 (δέω);","strongs_definition":"a slave (literal or figurative, involuntary or voluntary; frequently, therefore in a qualified sense of subjection or subserviency)","kjv_definition":"bond(-man), servant"} +{"id":"G1402","strongs_number":"G1402","system":"greek","language":"greek","number_value":1402,"lemma":"δουλόω","transliteration":"doulóō","pronunciation":null,"derivation":"from G1401 (δοῦλος);","strongs_definition":"to enslave (literally or figuratively)","kjv_definition":"bring into (be under) bondage, X given, become (make) servant"} +{"id":"G1403","strongs_number":"G1403","system":"greek","language":"greek","number_value":1403,"lemma":"δοχή","transliteration":"dochḗ","pronunciation":null,"derivation":"from G1209 (δέχομαι);","strongs_definition":"a reception, i.e. convivial entertainment","kjv_definition":"feast"} +{"id":"G1404","strongs_number":"G1404","system":"greek","language":"greek","number_value":1404,"lemma":"δράκων","transliteration":"drákōn","pronunciation":null,"derivation":"probably from an alternate form of (to look);","strongs_definition":"a fabulous kind of serpent (perhaps as supposed to fascinate)","kjv_definition":"dragon"} +{"id":"G1405","strongs_number":"G1405","system":"greek","language":"greek","number_value":1405,"lemma":"δράσσομαι","transliteration":"drássomai","pronunciation":null,"derivation":"perhaps akin to the base of G1404 (δράκων) (through the idea of capturing);","strongs_definition":"to grasp, i.e. (figuratively) entrap","kjv_definition":"take"} +{"id":"G1406","strongs_number":"G1406","system":"greek","language":"greek","number_value":1406,"lemma":"δραχμή","transliteration":"drachmḗ","pronunciation":null,"derivation":"from G1405 (δράσσομαι);","strongs_definition":"a drachma or (silver) coin (as handled)","kjv_definition":"piece (of silver)"} +{"id":"G1407","strongs_number":"G1407","system":"greek","language":"greek","number_value":1407,"lemma":"δρέπανον","transliteration":"drépanon","pronunciation":null,"derivation":"from (to pluck);","strongs_definition":"a gathering hook (especially for harvesting)","kjv_definition":"sickle"} +{"id":"G1408","strongs_number":"G1408","system":"greek","language":"greek","number_value":1408,"lemma":"δρόμος","transliteration":"drómos","pronunciation":null,"derivation":"from the alternate of G5143 (τρέχω);","strongs_definition":"a race, i.e. (figuratively) career","kjv_definition":"course"} +{"id":"G1409","strongs_number":"G1409","system":"greek","language":"greek","number_value":1409,"lemma":"Δρούσιλλα","transliteration":"Droúsilla","pronunciation":null,"derivation":"a feminine diminutive of Drusus (a Roman name);","strongs_definition":"Drusilla, a member of the Herodian family","kjv_definition":"Drusilla"} +{"id":"G1410","strongs_number":"G1410","system":"greek","language":"greek","number_value":1410,"lemma":"δύναμαι","transliteration":"dýnamai","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to be able or possible","kjv_definition":"be able, can (do, + -not), could, may, might, be possible, be of power"} +{"id":"G1411","strongs_number":"G1411","system":"greek","language":"greek","number_value":1411,"lemma":"δύναμις","transliteration":"dýnamis","pronunciation":null,"derivation":"from G1410 (δύναμαι);","strongs_definition":"force (literally or figuratively); specially, miraculous power (usually by implication, a miracle itself)","kjv_definition":"ability, abundance, meaning, might(-ily, -y, -y deed), (worker of) miracle(-s), power, strength, violence, mighty (wonderful) work"} +{"id":"G1412","strongs_number":"G1412","system":"greek","language":"greek","number_value":1412,"lemma":"δυναμόω","transliteration":"dynamóō","pronunciation":null,"derivation":"from G1411 (δύναμις);","strongs_definition":"to enable","kjv_definition":"strengthen"} +{"id":"G1413","strongs_number":"G1413","system":"greek","language":"greek","number_value":1413,"lemma":"δυνάστης","transliteration":"dynástēs","pronunciation":null,"derivation":"from G1410 (δύναμαι);","strongs_definition":"a ruler or officer","kjv_definition":"of great authority, mighty, potentate"} +{"id":"G1414","strongs_number":"G1414","system":"greek","language":"greek","number_value":1414,"lemma":"δυνατέω","transliteration":"dynatéō","pronunciation":null,"derivation":"from G1415 (δυνατός);","strongs_definition":"to be efficient (figuratively)","kjv_definition":"be mighty"} +{"id":"G1415","strongs_number":"G1415","system":"greek","language":"greek","number_value":1415,"lemma":"δυνατός","transliteration":"dynatós","pronunciation":null,"derivation":"from G1410 (δύναμαι);","strongs_definition":"powerful or capable (literally or figuratively); neuter possible","kjv_definition":"able, could, (that is) mighty (man), possible, power, strong"} +{"id":"G1416","strongs_number":"G1416","system":"greek","language":"greek","number_value":1416,"lemma":"δύνω","transliteration":"dýnō","pronunciation":null,"derivation":"prolonged forms of an obsolete primary (to sink);","strongs_definition":"to go \"down\"","kjv_definition":"set"} +{"id":"G1417","strongs_number":"G1417","system":"greek","language":"greek","number_value":1417,"lemma":"δύο","transliteration":"dýo","pronunciation":null,"derivation":"a primary numeral;","strongs_definition":"\"two\"","kjv_definition":"both, twain, two"} +{"id":"G1418","strongs_number":"G1418","system":"greek","language":"greek","number_value":1418,"lemma":"δυσ-","transliteration":"dys-","pronunciation":null,"derivation":"a primary inseparable particle of uncertain derivation;","strongs_definition":"used only in composition as a prefix; hard, i.e. with difficulty","kjv_definition":"+ hard, + grievous, etc"} +{"id":"G1419","strongs_number":"G1419","system":"greek","language":"greek","number_value":1419,"lemma":"δυσβάστακτος","transliteration":"dysbástaktos","pronunciation":null,"derivation":"from G1418 (δυσ-) and a derivative of G941 (βαστάζω);","strongs_definition":"oppressive","kjv_definition":"grievous to be borne"} +{"id":"G1420","strongs_number":"G1420","system":"greek","language":"greek","number_value":1420,"lemma":"δυσεντερία","transliteration":"dysentería","pronunciation":null,"derivation":"from G1418 (δυσ-) and a comparative of G1787 (ἐντός) (meaning a bowel);","strongs_definition":"a \"dysentery\"","kjv_definition":"bloody flux"} +{"id":"G1421","strongs_number":"G1421","system":"greek","language":"greek","number_value":1421,"lemma":"δυσερμήνευτος","transliteration":"dysermḗneutos","pronunciation":null,"derivation":"from G1418 (δυσ-) and a presumed derivative of G2059 (ἑρμηνεύω);","strongs_definition":"difficult of explanation","kjv_definition":"hard to be uttered"} +{"id":"G1422","strongs_number":"G1422","system":"greek","language":"greek","number_value":1422,"lemma":"δύσκολος","transliteration":"dýskolos","pronunciation":null,"derivation":"from G1418 (δυσ-) and (food);","strongs_definition":"properly, fastidious about eating (peevish), i.e. (genitive case) impracticable","kjv_definition":"hard"} +{"id":"G1423","strongs_number":"G1423","system":"greek","language":"greek","number_value":1423,"lemma":"δυσκόλως","transliteration":"dyskólōs","pronunciation":null,"derivation":"adverb from G1422 (δύσκολος);","strongs_definition":"impracticably","kjv_definition":"hardly"} +{"id":"G1424","strongs_number":"G1424","system":"greek","language":"greek","number_value":1424,"lemma":"δυσμή","transliteration":"dysmḗ","pronunciation":null,"derivation":"from G1416 (δύνω);","strongs_definition":"the sun-set, i.e. (by implication) the western region","kjv_definition":"west"} +{"id":"G1425","strongs_number":"G1425","system":"greek","language":"greek","number_value":1425,"lemma":"δυσνόητος","transliteration":"dysnóētos","pronunciation":null,"derivation":"from G1418 (δυσ-) and a derivative of G3539 (νοιέω);","strongs_definition":"difficult of perception","kjv_definition":"hard to be understood"} +{"id":"G1426","strongs_number":"G1426","system":"greek","language":"greek","number_value":1426,"lemma":"δυσφημία","transliteration":"dysphēmía","pronunciation":null,"derivation":"from a compound of G1418 (δυσ-) and G5345 (φήμη);","strongs_definition":"defamation","kjv_definition":"evil report"} +{"id":"G1427","strongs_number":"G1427","system":"greek","language":"greek","number_value":1427,"lemma":"δώδεκα","transliteration":"dṓdeka","pronunciation":null,"derivation":"from G1417 (δύο) and G1176 (δέκα);","strongs_definition":"two and ten, i.e. a dozen","kjv_definition":"twelve"} +{"id":"G1428","strongs_number":"G1428","system":"greek","language":"greek","number_value":1428,"lemma":"δωδέκατος","transliteration":"dōdékatos","pronunciation":null,"derivation":"from G1427 (δώδεκα);","strongs_definition":"twelfth","kjv_definition":"twelfth"} +{"id":"G1429","strongs_number":"G1429","system":"greek","language":"greek","number_value":1429,"lemma":"δωδεκάφυλον","transliteration":"dōdekáphylon","pronunciation":null,"derivation":"from G1427 (δώδεκα) and G5443 (φυλή);","strongs_definition":"the commonwealth of Israel","kjv_definition":"twelve tribes"} +{"id":"G1430","strongs_number":"G1430","system":"greek","language":"greek","number_value":1430,"lemma":"δῶμα","transliteration":"dōma","pronunciation":null,"derivation":"from (to build);","strongs_definition":"properly, an edifice, i.e. (specially) a roof","kjv_definition":"housetop"} +{"id":"G1431","strongs_number":"G1431","system":"greek","language":"greek","number_value":1431,"lemma":"δωρεά","transliteration":"dōreá","pronunciation":null,"derivation":"from G1435 (δῶρον);","strongs_definition":"a gratuity","kjv_definition":"gift"} +{"id":"G1432","strongs_number":"G1432","system":"greek","language":"greek","number_value":1432,"lemma":"δωρεάν","transliteration":"dōreán","pronunciation":null,"derivation":"accusative case of G1431 (δωρεά) as adverb;","strongs_definition":"gratuitously (literally or figuratively)","kjv_definition":"without a cause, freely, for naught, in vain"} +{"id":"G1433","strongs_number":"G1433","system":"greek","language":"greek","number_value":1433,"lemma":"δωρέομαι","transliteration":"dōréomai","pronunciation":null,"derivation":"middle voice from G1435 (δῶρον);","strongs_definition":"to bestow gratuitously","kjv_definition":"give"} +{"id":"G1434","strongs_number":"G1434","system":"greek","language":"greek","number_value":1434,"lemma":"δώρημα","transliteration":"dṓrēma","pronunciation":null,"derivation":"from G1433 (δωρέομαι);","strongs_definition":"a bestowment","kjv_definition":"gift"} +{"id":"G1435","strongs_number":"G1435","system":"greek","language":"greek","number_value":1435,"lemma":"δῶρον","transliteration":"dōron","pronunciation":null,"derivation":null,"strongs_definition":"a present; specially, a sacrifice","kjv_definition":"gift, offering"} +{"id":"G1436","strongs_number":"G1436","system":"greek","language":"greek","number_value":1436,"lemma":"ἔα","transliteration":"éa","pronunciation":null,"derivation":"apparent imperative of G1439 (ἐάω);","strongs_definition":"properly, let it be, i.e. (as interjection) aha!","kjv_definition":"let alone"} +{"id":"G1437","strongs_number":"G1437","system":"greek","language":"greek","number_value":1437,"lemma":"ἐάν","transliteration":"eán","pronunciation":null,"derivation":"from G1487 (εἰ) and G302 (ἄν);","strongs_definition":"a conditional particle; in case that, provided, etc.; often used in connection with other particles to denote indefiniteness or uncertainty","kjv_definition":"before, but, except, (and) if, (if) so, (what-, whither-)soever, though, when (-soever), whether (or), to whom, (who-)so(-ever)"} +{"id":"G1438","strongs_number":"G1438","system":"greek","language":"greek","number_value":1438,"lemma":"ἑαυτοῦ","transliteration":"heautoû","pronunciation":null,"derivation":"from a reflexive pronoun otherwise obsolete and the genitive case (dative case or accusative case) of G846 (αὐτός);","strongs_definition":"him- (her-, it-, them-, also (in conjunction with the personal pronoun of the other persons) my-, thy-, our-, your-) self (selves), etc.","kjv_definition":"alone, her (own, -self), (he) himself, his (own), itself, one (to) another, our (thine) own(-selves), + that she had, their (own, own selves), (of) them(-selves), they, thyself, you, your (own, own conceits, own selves, -selves)"} +{"id":"G1439","strongs_number":"G1439","system":"greek","language":"greek","number_value":1439,"lemma":"ἐάω","transliteration":"eáō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to let be, i.e. permit or leave alone","kjv_definition":"commit, leave, let (alone), suffer"} +{"id":"G1440","strongs_number":"G1440","system":"greek","language":"greek","number_value":1440,"lemma":"ἑβδομήκοντα","transliteration":"hebdomḗkonta","pronunciation":null,"derivation":"from G1442 (ἕβδομος) and a modified form of G1176 (δέκα);","strongs_definition":"seventy","kjv_definition":"seventy, three score and ten"} +{"id":"G1441","strongs_number":"G1441","system":"greek","language":"greek","number_value":1441,"lemma":"ἑβδομηκοντάκις","transliteration":"hebdomēkontákis","pronunciation":null,"derivation":"multiple adverb from G1440 (ἑβδομήκοντα);","strongs_definition":"seventy times","kjv_definition":"seventy times"} +{"id":"G1442","strongs_number":"G1442","system":"greek","language":"greek","number_value":1442,"lemma":"ἕβδομος","transliteration":"hébdomos","pronunciation":null,"derivation":"ordinal from G2033 (ἑπτά);","strongs_definition":"seventh","kjv_definition":"seventh"} +{"id":"G1443","strongs_number":"G1443","system":"greek","language":"greek","number_value":1443,"lemma":"Ἐβέρ","transliteration":"Ebér","pronunciation":null,"derivation":"of Hebrew origin (H05677);","strongs_definition":"Eber, a patriarch","kjv_definition":"Eber"} +{"id":"G1444","strongs_number":"G1444","system":"greek","language":"greek","number_value":1444,"lemma":"Ἑβραϊκός","transliteration":"Hebraïkós","pronunciation":null,"derivation":"from G1443 (Ἐβέρ);","strongs_definition":"Hebraic or the Jewish language","kjv_definition":"Hebrew"} +{"id":"G1445","strongs_number":"G1445","system":"greek","language":"greek","number_value":1445,"lemma":"Ἑβραῖος","transliteration":"Hebraîos","pronunciation":null,"derivation":"from G1443 (Ἐβέρ);","strongs_definition":"a Hebræan (i.e. Hebrew) or Jew","kjv_definition":"Hebrew"} +{"id":"G1446","strongs_number":"G1446","system":"greek","language":"greek","number_value":1446,"lemma":"Ἑβραΐς","transliteration":"Hebraḯs","pronunciation":null,"derivation":"from G1443 (Ἐβέρ);","strongs_definition":"the Hebraistic (Hebrew) or Jewish (Chaldee) language","kjv_definition":"Hebrew"} +{"id":"G1447","strongs_number":"G1447","system":"greek","language":"greek","number_value":1447,"lemma":"Ἑβραϊστί","transliteration":"Hebraïstí","pronunciation":null,"derivation":"adverb from G1446 (Ἑβραΐς);","strongs_definition":"Hebraistically or in the Jewish (Chaldee) language","kjv_definition":"in (the) Hebrew (tongue)"} +{"id":"G1448","strongs_number":"G1448","system":"greek","language":"greek","number_value":1448,"lemma":"ἐγγίζω","transliteration":"engízō","pronunciation":null,"derivation":"from G1451 (ἐγγύς);","strongs_definition":"to make near, i.e. (reflexively) approach","kjv_definition":"approach, be at hand, come (draw) near, be (come, draw) nigh"} +{"id":"G1449","strongs_number":"G1449","system":"greek","language":"greek","number_value":1449,"lemma":"ἐγγράφω","transliteration":"engráphō","pronunciation":null,"derivation":"from G1722 (ἐν) and G1125 (γράφω);","strongs_definition":"to \"engrave\", i.e. inscribe","kjv_definition":"write (in)"} +{"id":"G1450","strongs_number":"G1450","system":"greek","language":"greek","number_value":1450,"lemma":"ἔγγυος","transliteration":"éngyos","pronunciation":null,"derivation":"from G1722 (ἐν) and (a limb);","strongs_definition":"pledged (as if articulated by a member), i.e. a bondsman","kjv_definition":"surety"} +{"id":"G1451","strongs_number":"G1451","system":"greek","language":"greek","number_value":1451,"lemma":"ἐγγύς","transliteration":"engýs","pronunciation":null,"derivation":"from a primary verb (to squeeze or throttle;","strongs_definition":"akin to the base of G43 (ἀγκάλη)); near (literally or figuratively, of place or time)","kjv_definition":"from , at hand, near, nigh (at hand, unto), ready"} +{"id":"G1452","strongs_number":"G1452","system":"greek","language":"greek","number_value":1452,"lemma":"ἐγγύτερον","transliteration":"engýteron","pronunciation":null,"derivation":"neuter of the comparative of G1451 (ἐγγύς);","strongs_definition":"nearer","kjv_definition":"nearer"} +{"id":"G1453","strongs_number":"G1453","system":"greek","language":"greek","number_value":1453,"lemma":"ἐγείρω","transliteration":"egeírō","pronunciation":null,"derivation":"probably akin to the base of G58 (ἀγορά) (through the idea of collecting one's faculties);","strongs_definition":"to waken (transitively or intransitively), i.e. rouse (literally, from sleep, from sitting or lying, from disease, from death; or figuratively, from obscurity, inactivity, ruins, nonexistence)","kjv_definition":"awake, lift (up), raise (again, up), rear up, (a-)rise (again, up), stand, take up"} +{"id":"G1454","strongs_number":"G1454","system":"greek","language":"greek","number_value":1454,"lemma":"ἔγερσις","transliteration":"égersis","pronunciation":null,"derivation":"from G1453 (ἐγείρω);","strongs_definition":"a resurgence (from death)","kjv_definition":"resurrection"} +{"id":"G1455","strongs_number":"G1455","system":"greek","language":"greek","number_value":1455,"lemma":"ἐγκάθετος","transliteration":"enkáthetos","pronunciation":null,"derivation":"from G1722 (ἐν) and a derivative of G2524 (καθίημι);","strongs_definition":"subinduced, i.e. surreptitiously suborned as a lier-in-wait","kjv_definition":"spy"} +{"id":"G1456","strongs_number":"G1456","system":"greek","language":"greek","number_value":1456,"lemma":"ἐγκαίνια","transliteration":"enkaínia","pronunciation":null,"derivation":"neuter plural of a presumed compound from G1722 (ἐν) and G2537 (καινός);","strongs_definition":"innovatives, i.e. (specially) renewal (of religious services after the Antiochian interruption)","kjv_definition":"dedication"} +{"id":"G1457","strongs_number":"G1457","system":"greek","language":"greek","number_value":1457,"lemma":"ἐγκαινίζω","transliteration":"enkainízō","pronunciation":null,"derivation":"from G1456 (ἐγκαίνια);","strongs_definition":"to renew, i.e. inaugurate","kjv_definition":"consecrate, dedicate"} +{"id":"G1458","strongs_number":"G1458","system":"greek","language":"greek","number_value":1458,"lemma":"ἐγκαλέω","transliteration":"enkaléō","pronunciation":null,"derivation":"from G1722 (ἐν) and G2564 (καλέω);","strongs_definition":"to call in (as a debt or demand), i.e. bring to account (charge, criminate, etc.)","kjv_definition":"accuse, call in question, implead, lay to the charge"} +{"id":"G1459","strongs_number":"G1459","system":"greek","language":"greek","number_value":1459,"lemma":"ἐγκαταλείπω","transliteration":"enkataleípō","pronunciation":null,"derivation":"from G1722 (ἐν) and G2641 (καταλείπω);","strongs_definition":"to leave behind in some place, i.e. (in a good sense) let remain over, or (in a bad sense) to desert","kjv_definition":"forsake, leave"} +{"id":"G1460","strongs_number":"G1460","system":"greek","language":"greek","number_value":1460,"lemma":"ἐγκατοικέω","transliteration":"enkatoikéō","pronunciation":null,"derivation":"from G1722 (ἐν) and G2730 (κατοικέω);","strongs_definition":"to settle down in a place, i.e. reside","kjv_definition":"dwell among"} +{"id":"G1461","strongs_number":"G1461","system":"greek","language":"greek","number_value":1461,"lemma":"ἐγκεντρίζω","transliteration":"enkentrízō","pronunciation":null,"derivation":"from G1722 (ἐν) and a derivative of G2759 (κέντρον);","strongs_definition":"to prick in, i.e. ingraft","kjv_definition":"graff in(-to)"} +{"id":"G1462","strongs_number":"G1462","system":"greek","language":"greek","number_value":1462,"lemma":"ἔγκλημα","transliteration":"énklēma","pronunciation":null,"derivation":"from G1458 (ἐγκαλέω);","strongs_definition":"an accusation, i.e. offence alleged","kjv_definition":"crime laid against, laid to charge"} +{"id":"G1463","strongs_number":"G1463","system":"greek","language":"greek","number_value":1463,"lemma":"ἐγκομβόομαι","transliteration":"enkombóomai","pronunciation":null,"derivation":"middle voice from G1722 (ἐν) and (to gird);","strongs_definition":"to engirdle oneself (for labor), i.e. figuratively (the apron as being a badge of servitude) to wear (in token of mutual deference)","kjv_definition":"be clothed with"} +{"id":"G1464","strongs_number":"G1464","system":"greek","language":"greek","number_value":1464,"lemma":"ἐγκοπή","transliteration":"enkopḗ","pronunciation":null,"derivation":"from G1465 (ἐγκόπτω);","strongs_definition":"a hindrance","kjv_definition":"X hinder"} +{"id":"G1465","strongs_number":"G1465","system":"greek","language":"greek","number_value":1465,"lemma":"ἐγκόπτω","transliteration":"enkóptō","pronunciation":null,"derivation":"from G1722 (ἐν) and G2875 (κόπτω);","strongs_definition":"to cut into, i.e. (figuratively) impede, detain","kjv_definition":"hinder, be tedious unto"} +{"id":"G1466","strongs_number":"G1466","system":"greek","language":"greek","number_value":1466,"lemma":"ἐγκράτεια","transliteration":"enkráteia","pronunciation":null,"derivation":"from G1468 (ἐγκρατής);","strongs_definition":"self-control (especially continence)","kjv_definition":"temperance"} +{"id":"G1467","strongs_number":"G1467","system":"greek","language":"greek","number_value":1467,"lemma":"ἐγκρατεύομαι","transliteration":"enkrateúomai","pronunciation":null,"derivation":"middle voice from G1468 (ἐγκρατής);","strongs_definition":"to exercise self-restraint (in diet and chastity)","kjv_definition":"can(-not) contain, be temperate"} +{"id":"G1468","strongs_number":"G1468","system":"greek","language":"greek","number_value":1468,"lemma":"ἐγκρατής","transliteration":"enkratḗs","pronunciation":null,"derivation":"from G1722 (ἐν) and G2904 (κράτος);","strongs_definition":"strong in a thing (masterful), i.e. (figuratively and reflexively) self-controlled (in appetite, etc.)","kjv_definition":"temperate"} +{"id":"G1469","strongs_number":"G1469","system":"greek","language":"greek","number_value":1469,"lemma":"ἐγκρίνω","transliteration":"enkrínō","pronunciation":null,"derivation":"from G1722 (ἐν) and G2919 (κρίνω);","strongs_definition":"to judge in, i.e. count among","kjv_definition":"make of the number"} +{"id":"G1470","strongs_number":"G1470","system":"greek","language":"greek","number_value":1470,"lemma":"ἐγκρύπτω","transliteration":"enkrýptō","pronunciation":null,"derivation":"from G1722 (ἐν) and G2928 (κρύπτω);","strongs_definition":"to conceal in, i.e. incorporate with","kjv_definition":"hid in"} +{"id":"G1471","strongs_number":"G1471","system":"greek","language":"greek","number_value":1471,"lemma":"ἔγκυος","transliteration":"énkyos","pronunciation":null,"derivation":"from G1722 (ἐν) and the base of G2949 (κῦμα);","strongs_definition":"swelling inside, i.e. pregnant","kjv_definition":"great with child"} +{"id":"G1472","strongs_number":"G1472","system":"greek","language":"greek","number_value":1472,"lemma":"ἐγχρίω","transliteration":"enchríō","pronunciation":null,"derivation":"from G1722 (ἐν) and G5548 (χρίω);","strongs_definition":"to rub in (oil), i.e. besmear","kjv_definition":"anoint"} +{"id":"G1473","strongs_number":"G1473","system":"greek","language":"greek","number_value":1473,"lemma":"ἐγώ","transliteration":"egṓ","pronunciation":null,"derivation":"a primary pronoun of the first person I (only expressed when emphatic)","strongs_definition":null,"kjv_definition":"I, me"} +{"id":"G1474","strongs_number":"G1474","system":"greek","language":"greek","number_value":1474,"lemma":"ἐδαφίζω","transliteration":"edaphízō","pronunciation":null,"derivation":"from G1475 (ἔδαφος);","strongs_definition":"to raze","kjv_definition":"lay even with the ground"} +{"id":"G1475","strongs_number":"G1475","system":"greek","language":"greek","number_value":1475,"lemma":"ἔδαφος","transliteration":"édaphos","pronunciation":null,"derivation":"from the base of G1476 (ἑδραῖος);","strongs_definition":"a basis (bottom), i.e. the soil","kjv_definition":"ground"} +{"id":"G1476","strongs_number":"G1476","system":"greek","language":"greek","number_value":1476,"lemma":"ἑδραῖος","transliteration":"hedraîos","pronunciation":null,"derivation":"from a derivative of (to sit);","strongs_definition":"sedentary, i.e. (by implication) immovable","kjv_definition":"settled, stedfast"} +{"id":"G1477","strongs_number":"G1477","system":"greek","language":"greek","number_value":1477,"lemma":"ἑδραίωμα","transliteration":"hedraíōma","pronunciation":null,"derivation":"from a derivative of G1476 (ἑδραῖος);","strongs_definition":"a support, i.e. (figuratively) basis","kjv_definition":"ground"} +{"id":"G1478","strongs_number":"G1478","system":"greek","language":"greek","number_value":1478,"lemma":"Ἐζεκίας","transliteration":"Ezekías","pronunciation":null,"derivation":"of Hebrew origin (H02396);","strongs_definition":"Ezekias (i.e. Hezekeiah), an Israelite","kjv_definition":"Ezekias"} +{"id":"G1479","strongs_number":"G1479","system":"greek","language":"greek","number_value":1479,"lemma":"ἐθελοθρησκεία","transliteration":"ethelothrēskeía","pronunciation":null,"derivation":"from G2309 (θέλω) and G2356 (θρησκεία);","strongs_definition":"voluntary (arbitrary and unwarranted) piety, i.e. sanctimony","kjv_definition":"will worship"} +{"id":"G1480","strongs_number":"G1480","system":"greek","language":"greek","number_value":1480,"lemma":"ἐθίζω","transliteration":"ethízō","pronunciation":null,"derivation":"from G1485 (ἔθος);","strongs_definition":"to accustom, i.e. (neuter passive participle) customary","kjv_definition":"custom"} +{"id":"G1481","strongs_number":"G1481","system":"greek","language":"greek","number_value":1481,"lemma":"ἐθνάρχης","transliteration":"ethnárchēs","pronunciation":null,"derivation":"from G1484 (ἔθνος) and G746 (ἀρχή);","strongs_definition":"the governor (not king) of a district","kjv_definition":"ethnarch"} +{"id":"G1482","strongs_number":"G1482","system":"greek","language":"greek","number_value":1482,"lemma":"ἐθνικός","transliteration":"ethnikós","pronunciation":null,"derivation":"from G1484 (ἔθνος);","strongs_definition":"national (\"ethnic\"), i.e. (specially) a Gentile","kjv_definition":"heathen (man)"} +{"id":"G1483","strongs_number":"G1483","system":"greek","language":"greek","number_value":1483,"lemma":"ἐθνικῶς","transliteration":"ethnikōs","pronunciation":null,"derivation":"adverb from G1482 (ἐθνικός);","strongs_definition":"as a Gentile","kjv_definition":"after the manner of Gentiles"} +{"id":"G1484","strongs_number":"G1484","system":"greek","language":"greek","number_value":1484,"lemma":"ἔθνος","transliteration":"éthnos","pronunciation":null,"derivation":"probably from G1486 (ἔθω);","strongs_definition":"a race (as of the same habit), i.e. a tribe; specially, a foreign (non-Jewish) one (usually, by implication, pagan)","kjv_definition":"Gentile, heathen, nation, people"} +{"id":"G1485","strongs_number":"G1485","system":"greek","language":"greek","number_value":1485,"lemma":"ἔθος","transliteration":"éthos","pronunciation":null,"derivation":"from G1486 (ἔθω);","strongs_definition":"a usage (prescribed by habit or law)","kjv_definition":"custom, manner, be wont"} +{"id":"G1486","strongs_number":"G1486","system":"greek","language":"greek","number_value":1486,"lemma":"ἔθω","transliteration":"éthō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to be used (by habit or conventionality); neuter perfect participle usage","kjv_definition":"be custom (manner, wont)"} +{"id":"G1487","strongs_number":"G1487","system":"greek","language":"greek","number_value":1487,"lemma":"εἰ","transliteration":"ei","pronunciation":null,"derivation":"a primary particle of conditionality;","strongs_definition":"if, whether, that, etc.","kjv_definition":"forasmuch as, if, that, (al-)though, whether"} +{"id":"G1488","strongs_number":"G1488","system":"greek","language":"greek","number_value":1488,"lemma":"εἶ","transliteration":"eî","pronunciation":null,"derivation":"second person singular present of G1510 (εἰμί);","strongs_definition":"thou art","kjv_definition":"art, be"} +{"id":"G1489","strongs_number":"G1489","system":"greek","language":"greek","number_value":1489,"lemma":"εἴγε","transliteration":"eíge","pronunciation":null,"derivation":"from G1487 (εἰ) and G1065 (γέ);","strongs_definition":"if indeed, seeing that, unless, (with negative) otherwise","kjv_definition":"if (so be that, yet)"} +{"id":"G1490","strongs_number":"G1490","system":"greek","language":"greek","number_value":1490,"lemma":"εἰ δὲ μή(γε)","transliteration":"ei dè mḗ(ge)","pronunciation":null,"derivation":"from G1487 (εἰ), G1161 (δέ), and G3361 (μή) (sometimes with G1065 (γέ) added);","strongs_definition":"but if not","kjv_definition":"(or) else, if (not, otherwise), otherwise"} +{"id":"G1491","strongs_number":"G1491","system":"greek","language":"greek","number_value":1491,"lemma":"εἶδος","transliteration":"eîdos","pronunciation":null,"derivation":"from G1492 (εἴδω);","strongs_definition":"a view, i.e. form (literally or figuratively)","kjv_definition":"appearance, fashion, shape, sight"} +{"id":"G1492","strongs_number":"G1492","system":"greek","language":"greek","number_value":1492,"lemma":"εἴδω","transliteration":"eídō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"used only in certain past tenses, the others being borrowed from the equivalent G3700 (ὀπτάνομαι) and G3708 (ὁράω); properly, to see (literally or figuratively); by implication, (in the perfect tense only) to know","kjv_definition":"be aware, behold, X can (+ not tell), consider, (have) know(-ledge), look (on), perceive, see, be sure, tell, understand, wish, wot"} +{"id":"G1493","strongs_number":"G1493","system":"greek","language":"greek","number_value":1493,"lemma":"εἰδωλεῖον","transliteration":"eidōleîon","pronunciation":null,"derivation":"neuter of a presumed derivative of G1497 (εἴδωλον);","strongs_definition":"an image-fane","kjv_definition":"idol's temple"} +{"id":"G1494","strongs_number":"G1494","system":"greek","language":"greek","number_value":1494,"lemma":"εἰδωλόθυτον","transliteration":"eidōlóthyton","pronunciation":null,"derivation":"neuter of a compound of G1497 (εἴδωλον) and a presumed derivative of G2380 (θύω);","strongs_definition":"an image-sacrifice, i.e. part of an idolatrous offering","kjv_definition":"(meat, thing that is) offered (in sacrifice, sacrificed) to (unto) idols"} +{"id":"G1495","strongs_number":"G1495","system":"greek","language":"greek","number_value":1495,"lemma":"εἰδωλολατρεία","transliteration":"eidōlolatreía","pronunciation":null,"derivation":"from G1497 (εἴδωλον) and G2999 (λατρεία);","strongs_definition":"image-worship (literally or figuratively)","kjv_definition":"idolatry"} +{"id":"G1496","strongs_number":"G1496","system":"greek","language":"greek","number_value":1496,"lemma":"εἰδωλολάτρης","transliteration":"eidōlolátrēs","pronunciation":null,"derivation":"from G1497 (εἴδωλον) and the base of G3000 (λατρεύω);","strongs_definition":"an image- (servant or) worshipper (literally or figuratively)","kjv_definition":"idolater"} +{"id":"G1497","strongs_number":"G1497","system":"greek","language":"greek","number_value":1497,"lemma":"εἴδωλον","transliteration":"eídōlon","pronunciation":null,"derivation":"from G1491 (εἶδος);","strongs_definition":"an image (i.e. for worship); by implication, a heathen god, or (plural) the worship of such","kjv_definition":"idol"} +{"id":"G1498","strongs_number":"G1498","system":"greek","language":"greek","number_value":1498,"lemma":"εἴην","transliteration":"eíēn","pronunciation":null,"derivation":"optative (i.e. English subjunctive) present of G1510 (εἰμί) (including the other person);","strongs_definition":"might (could, would, or should) be","kjv_definition":"mean, + perish, should be, was, were"} +{"id":"G1499","strongs_number":"G1499","system":"greek","language":"greek","number_value":1499,"lemma":"εἰ καί","transliteration":"ei kaí","pronunciation":null,"derivation":"from G1487 (εἰ) and G2532 (καί);","strongs_definition":"if also (or even)","kjv_definition":"if (that), though"} +{"id":"G1500","strongs_number":"G1500","system":"greek","language":"greek","number_value":1500,"lemma":"εἰκῆ","transliteration":"eikē","pronunciation":null,"derivation":"probably from G1502 (εἴκω) (through the idea of failure);","strongs_definition":"idly, i.e. without reason (or effect)","kjv_definition":"without a cause, (in) vain(-ly)"} +{"id":"G1501","strongs_number":"G1501","system":"greek","language":"greek","number_value":1501,"lemma":"εἴκοσι","transliteration":"eíkosi","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a score","kjv_definition":"twenty"} +{"id":"G1502","strongs_number":"G1502","system":"greek","language":"greek","number_value":1502,"lemma":"εἴκω","transliteration":"eíkō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"properly, to be weak, i.e. yield","kjv_definition":"give place"} +{"id":"G1503","strongs_number":"G1503","system":"greek","language":"greek","number_value":1503,"lemma":"εἴκω","transliteration":"eíkō","pronunciation":null,"derivation":"apparently a primary verb (perhaps akin to G1502 (εἴκω) through the idea of faintness as a copy);","strongs_definition":"to resemble","kjv_definition":"be like"} +{"id":"G1504","strongs_number":"G1504","system":"greek","language":"greek","number_value":1504,"lemma":"εἰκών","transliteration":"eikṓn","pronunciation":null,"derivation":"from G1503 (εἴκω);","strongs_definition":"a likeness, i.e. (literally) statue, profile, or (figuratively) representation, resemblance","kjv_definition":"image"} +{"id":"G1505","strongs_number":"G1505","system":"greek","language":"greek","number_value":1505,"lemma":"εἰλικρίνεια","transliteration":"eilikríneia","pronunciation":null,"derivation":"from G1506 (εἰλικρινής);","strongs_definition":"clearness, i.e. (by implication) purity (figuratively)","kjv_definition":"sincerity"} +{"id":"G1506","strongs_number":"G1506","system":"greek","language":"greek","number_value":1506,"lemma":"εἰλικρινής","transliteration":"eilikrinḗs","pronunciation":null,"derivation":"from (the sun's ray) and G2919 (κρίνω);","strongs_definition":"judged by sunlight, i.e. tested as genuine (figuratively)","kjv_definition":"pure, sincere"} +{"id":"G1507","strongs_number":"G1507","system":"greek","language":"greek","number_value":1507,"lemma":"εἱλίσσω","transliteration":"heilíssō","pronunciation":null,"derivation":"a prolonged form of a primary but defective verb (of the same meaning);","strongs_definition":"to coil or wrap","kjv_definition":"roll together"} +{"id":"G1508","strongs_number":"G1508","system":"greek","language":"greek","number_value":1508,"lemma":"εἰ μή","transliteration":"ei mḗ","pronunciation":null,"derivation":"from G1487 (εἰ) and G3361 (μή);","strongs_definition":"if not","kjv_definition":"but, except (that), if not, more than, save (only) that, saving, till"} +{"id":"G1509","strongs_number":"G1509","system":"greek","language":"greek","number_value":1509,"lemma":"εἰ μή τι","transliteration":"ei mḗ ti","pronunciation":null,"derivation":"from G1508 (εἰ μή) and the neuter of G5100 (τὶς);","strongs_definition":"if not somewhat","kjv_definition":"except"} +{"id":"G1510","strongs_number":"G1510","system":"greek","language":"greek","number_value":1510,"lemma":"εἰμί","transliteration":"eimí","pronunciation":null,"derivation":"the first person singular present indicative; a prolonged form of a primary and defective verb;","strongs_definition":"I exist (used only when emphatic)","kjv_definition":"am, have been, X it is I, was"} +{"id":"G1511","strongs_number":"G1511","system":"greek","language":"greek","number_value":1511,"lemma":"εἶναι","transliteration":"eînai","pronunciation":null,"derivation":"present infinitive from G1510 (εἰμί);","strongs_definition":"to exist","kjv_definition":"am, was"} +{"id":"G1512","strongs_number":"G1512","system":"greek","language":"greek","number_value":1512,"lemma":"εἴ περ","transliteration":"eí per","pronunciation":null,"derivation":"from G1487 (εἰ) and G4007 (περ);","strongs_definition":"if perhaps","kjv_definition":"if so be (that), seeing, though"} +{"id":"G1513","strongs_number":"G1513","system":"greek","language":"greek","number_value":1513,"lemma":"εἴ πως","transliteration":"eí pōs","pronunciation":null,"derivation":"from G1487 (εἰ) and G4458 (-πώς);","strongs_definition":"if somehow","kjv_definition":"if by any means"} +{"id":"G1514","strongs_number":"G1514","system":"greek","language":"greek","number_value":1514,"lemma":"εἰρηνεύω","transliteration":"eirēneúō","pronunciation":null,"derivation":"from G1515 (εἰρήνη);","strongs_definition":"to be (act) peaceful","kjv_definition":"be at (have, live in) peace, live peaceably"} +{"id":"G1515","strongs_number":"G1515","system":"greek","language":"greek","number_value":1515,"lemma":"εἰρήνη","transliteration":"eirḗnē","pronunciation":null,"derivation":"probably from a primary verb (to join);","strongs_definition":"peace (literally or figuratively); by implication, prosperity","kjv_definition":"one, peace, quietness, rest, + set at one again"} +{"id":"G1516","strongs_number":"G1516","system":"greek","language":"greek","number_value":1516,"lemma":"εἰρηνικός","transliteration":"eirēnikós","pronunciation":null,"derivation":"from G1515 (εἰρήνη);","strongs_definition":"pacific; by implication, salutary","kjv_definition":"peaceable"} +{"id":"G1517","strongs_number":"G1517","system":"greek","language":"greek","number_value":1517,"lemma":"εἰρηνοποιέω","transliteration":"eirēnopoiéō","pronunciation":null,"derivation":"from G1518 (εἰρηνοποιός);","strongs_definition":"to be a peace-maker, i.e. (figuratively) to harmonize","kjv_definition":"make peace"} +{"id":"G1518","strongs_number":"G1518","system":"greek","language":"greek","number_value":1518,"lemma":"εἰρηνοποιός","transliteration":"eirēnopoiós","pronunciation":null,"derivation":"from G1515 (εἰρήνη) and G4160 (ποιέω);","strongs_definition":"pacificatory, i.e. (subjectively) peaceable","kjv_definition":"peacemaker"} +{"id":"G1519","strongs_number":"G1519","system":"greek","language":"greek","number_value":1519,"lemma":"εἰς","transliteration":"eis","pronunciation":null,"derivation":"a primary preposition;","strongs_definition":"to or into (indicating the point reached or entered), of place, time, or (figuratively) purpose (result, etc.); also in adverbial phrases","kjv_definition":"(abundant-)ly, against, among, as, at, (back-)ward, before, by, concerning, + continual, + far more exceeding, for (intent, purpose), fore, + forth, in (among, at, unto, -so much that, -to), to the intent that, + of one mind, + never, of, (up-)on, + perish, + set at one again, (so) that, therefore(-unto), throughout, til, to (be, the end, -ward), (here-)until(-to), …ward, (where-)fore, with"} +{"id":"G1520","strongs_number":"G1520","system":"greek","language":"greek","number_value":1520,"lemma":"εἷς","transliteration":"heîs","pronunciation":null,"derivation":"a primary numeral;","strongs_definition":"one","kjv_definition":"a(-n, -ny, certain), + abundantly, man, one (another), only, other, some"} +{"id":"G1521","strongs_number":"G1521","system":"greek","language":"greek","number_value":1521,"lemma":"εἰσάγω","transliteration":"eiságō","pronunciation":null,"derivation":"from G1519 (εἰς) and G71 (ἄγω);","strongs_definition":"to introduce (literally or figuratively)","kjv_definition":"bring in(-to), (+ was to) lead into"} +{"id":"G1522","strongs_number":"G1522","system":"greek","language":"greek","number_value":1522,"lemma":"εἰσακούω","transliteration":"eisakoúō","pronunciation":null,"derivation":"from G1519 (εἰς) and G191 (ἀκούω);","strongs_definition":"to listen to","kjv_definition":"hear"} +{"id":"G1523","strongs_number":"G1523","system":"greek","language":"greek","number_value":1523,"lemma":"εἰσδέχομαι","transliteration":"eisdéchomai","pronunciation":null,"derivation":"from G1519 (εἰς) and G1209 (δέχομαι);","strongs_definition":"to take into one's favor","kjv_definition":"receive"} +{"id":"G1524","strongs_number":"G1524","system":"greek","language":"greek","number_value":1524,"lemma":"εἴσειμι","transliteration":"eíseimi","pronunciation":null,"derivation":"from G1519 (εἰς) and (to go);","strongs_definition":"to enter","kjv_definition":"enter (go) into"} +{"id":"G1525","strongs_number":"G1525","system":"greek","language":"greek","number_value":1525,"lemma":"εἰσέρχομαι","transliteration":"eisérchomai","pronunciation":null,"derivation":"from G1519 (εἰς) and G2064 (ἔρχομαι);","strongs_definition":"to enter (literally or figuratively)","kjv_definition":"X arise, come (in, into), enter in(-to), go in (through)"} +{"id":"G1526","strongs_number":"G1526","system":"greek","language":"greek","number_value":1526,"lemma":"εἰσί","transliteration":"eisí","pronunciation":null,"derivation":"3rd person plural present indicative of G1510 (εἰμί);","strongs_definition":"they are","kjv_definition":"agree, are, be, dure, X is, were"} +{"id":"G1527","strongs_number":"G1527","system":"greek","language":"greek","number_value":1527,"lemma":"εἷς καθ’ εἷς","transliteration":"heîs kath’ heîs","pronunciation":null,"derivation":"from G1520 (εἷς) repeated with G2596 (κατά) inserted;","strongs_definition":"severally","kjv_definition":"one by one"} +{"id":"G1528","strongs_number":"G1528","system":"greek","language":"greek","number_value":1528,"lemma":"εἰσκαλέω","transliteration":"eiskaléō","pronunciation":null,"derivation":"from G1519 (εἰς) and G2564 (καλέω);","strongs_definition":"to invite in","kjv_definition":"call in"} +{"id":"G1529","strongs_number":"G1529","system":"greek","language":"greek","number_value":1529,"lemma":"εἴσοδος","transliteration":"eísodos","pronunciation":null,"derivation":"from G1519 (εἰς) and G3598 (ὁδός);","strongs_definition":"an entrance (literally or figuratively)","kjv_definition":"coming, enter(-ing) in (to)"} +{"id":"G1530","strongs_number":"G1530","system":"greek","language":"greek","number_value":1530,"lemma":"εἰσπηδάω","transliteration":"eispēdáō","pronunciation":null,"derivation":"from G1519 (εἰς) and (to leap);","strongs_definition":"to rush in","kjv_definition":"run (spring) in"} +{"id":"G1531","strongs_number":"G1531","system":"greek","language":"greek","number_value":1531,"lemma":"εἰσπορεύομαι","transliteration":"eisporeúomai","pronunciation":null,"derivation":"from G1519 (εἰς) and G4198 (πορεύομαι);","strongs_definition":"to enter (literally or figuratively)","kjv_definition":"come (enter) in, go into"} +{"id":"G1532","strongs_number":"G1532","system":"greek","language":"greek","number_value":1532,"lemma":"εἰστρέχω","transliteration":"eistréchō","pronunciation":null,"derivation":"from G1519 (εἰς) and G5143 (τρέχω);","strongs_definition":"to hasten inward","kjv_definition":"run in"} +{"id":"G1533","strongs_number":"G1533","system":"greek","language":"greek","number_value":1533,"lemma":"εἰσφέρω","transliteration":"eisphérō","pronunciation":null,"derivation":"from G1519 (εἰς) and G5342 (φέρω);","strongs_definition":"to carry inward (literally or figuratively)","kjv_definition":"bring (in), lead into"} +{"id":"G1534","strongs_number":"G1534","system":"greek","language":"greek","number_value":1534,"lemma":"εἶτα","transliteration":"eîta","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a particle of succession (in time or logical enumeration), then, moreover","kjv_definition":"after that(-ward), furthermore, then"} +{"id":"G1535","strongs_number":"G1535","system":"greek","language":"greek","number_value":1535,"lemma":"εἴτε","transliteration":"eíte","pronunciation":null,"derivation":"from G1487 (εἰ) and G5037 (τέ);","strongs_definition":"if too","kjv_definition":"if, or, whether"} +{"id":"G1536","strongs_number":"G1536","system":"greek","language":"greek","number_value":1536,"lemma":"εἴ τις","transliteration":"eí tis","pronunciation":null,"derivation":"from G1487 (εἰ) and G5100 (τὶς);","strongs_definition":"if any","kjv_definition":"he that, if a(-ny) man('s thing, from any, ought), whether any, whosoever"} +{"id":"G1537","strongs_number":"G1537","system":"greek","language":"greek","number_value":1537,"lemma":"ἐκ","transliteration":"ek","pronunciation":null,"derivation":"a primary preposition denoting origin (the point whence action or motion proceeds), from, out (of place, time, or cause;","strongs_definition":"literal or figurative; direct or remote)","kjv_definition":"after, among, X are, at, betwixt(-yond), by (the means of), exceedingly, (+ abundantly above), for(- th), from (among, forth, up), + grudgingly, + heartily, X heavenly, X hereby, + very highly, in, …ly, (because, by reason) of, off (from), on, out among (from, of), over, since, X thenceforth, through, X unto, X vehemently, with(-out)"} +{"id":"G1538","strongs_number":"G1538","system":"greek","language":"greek","number_value":1538,"lemma":"ἕκαστος","transliteration":"hékastos","pronunciation":null,"derivation":"as if a superlative of (afar);","strongs_definition":"each or every","kjv_definition":"any, both, each (one), every (man, one, woman), particularly"} +{"id":"G1539","strongs_number":"G1539","system":"greek","language":"greek","number_value":1539,"lemma":"ἑκάστοτε","transliteration":"hekástote","pronunciation":null,"derivation":"as if from G1538 (ἕκαστος) and G5119 (τότε);","strongs_definition":"at every time","kjv_definition":"always"} +{"id":"G1540","strongs_number":"G1540","system":"greek","language":"greek","number_value":1540,"lemma":"ἑκατόν","transliteration":"hekatón","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a hundred","kjv_definition":"hundred"} +{"id":"G1541","strongs_number":"G1541","system":"greek","language":"greek","number_value":1541,"lemma":"ἑκατονταέτης","transliteration":"hekatontaétēs","pronunciation":null,"derivation":"from G1540 (ἑκατόν) and G2094 (ἔτος);","strongs_definition":"centenarian","kjv_definition":"hundred years old"} +{"id":"G1542","strongs_number":"G1542","system":"greek","language":"greek","number_value":1542,"lemma":"ἑκατονταπλασίων","transliteration":"hekatontaplasíōn","pronunciation":null,"derivation":"from G1540 (ἑκατόν) and a presumed derivative of G4111 (πλάσσω);","strongs_definition":"a hundred times","kjv_definition":"hundredfold"} +{"id":"G1543","strongs_number":"G1543","system":"greek","language":"greek","number_value":1543,"lemma":"ἑκατοντάρχης","transliteration":"hekatontárchēs","pronunciation":null,"derivation":"from G1540 (ἑκατόν) and G757 (ἄρχω);","strongs_definition":"the captain of one hundred men","kjv_definition":"centurion"} +{"id":"G1544","strongs_number":"G1544","system":"greek","language":"greek","number_value":1544,"lemma":"ἐκβάλλω","transliteration":"ekbállō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G906 (βάλλω);","strongs_definition":"to eject (literally or figuratively)","kjv_definition":"bring forth, cast (forth, out), drive (out), expel, leave, pluck (pull, take, thrust) out, put forth (out), send away (forth, out)"} +{"id":"G1545","strongs_number":"G1545","system":"greek","language":"greek","number_value":1545,"lemma":"ἔκβασις","transliteration":"ékbasis","pronunciation":null,"derivation":"from a compound of G1537 (ἐκ) and the base of G939 (βάσις) (meaning to go out);","strongs_definition":"an exit (literally or figuratively)","kjv_definition":"end, way to escape"} +{"id":"G1546","strongs_number":"G1546","system":"greek","language":"greek","number_value":1546,"lemma":"ἐκβολή","transliteration":"ekbolḗ","pronunciation":null,"derivation":"from G1544 (ἐκβάλλω);","strongs_definition":"ejection, i.e. (specially) a throwing overboard of the cargo","kjv_definition":"+ lighten the ship"} +{"id":"G1547","strongs_number":"G1547","system":"greek","language":"greek","number_value":1547,"lemma":"ἐκγαμίζω","transliteration":"ekgamízō","pronunciation":null,"derivation":"from G1537 (ἐκ) and a form of G1061 (γαμίσκω) (compare G1548 (ἐκγαμίσκω));","strongs_definition":"to marry off a daughter","kjv_definition":"give in marriage"} +{"id":"G1548","strongs_number":"G1548","system":"greek","language":"greek","number_value":1548,"lemma":"ἐκγαμίσκω","transliteration":"ekgamískō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1061 (γαμίσκω);","strongs_definition":"the same as 1547","kjv_definition":"give in marriage"} +{"id":"G1549","strongs_number":"G1549","system":"greek","language":"greek","number_value":1549,"lemma":"ἔκγονον","transliteration":"ékgonon","pronunciation":null,"derivation":"neuter of a derivative of a compound of G1537 (ἐκ) and G1096 (γίνομαι);","strongs_definition":"a descendant, i.e. (specially) grandchild","kjv_definition":"nephew"} +{"id":"G1550","strongs_number":"G1550","system":"greek","language":"greek","number_value":1550,"lemma":"ἐκδαπανάω","transliteration":"ekdapanáō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1159 (δαπανάω);","strongs_definition":"to expend (wholly), i.e. (figuratively) exhaust","kjv_definition":"spend"} +{"id":"G1551","strongs_number":"G1551","system":"greek","language":"greek","number_value":1551,"lemma":"ἐκδέχομαι","transliteration":"ekdéchomai","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1209 (δέχομαι);","strongs_definition":"to accept from some source, i.e. (by implication) to await","kjv_definition":"expect, look (tarry) for, wait (for)"} +{"id":"G1552","strongs_number":"G1552","system":"greek","language":"greek","number_value":1552,"lemma":"ἔκδηλος","transliteration":"ékdēlos","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1212 (δῆλος);","strongs_definition":"wholly evident","kjv_definition":"manifest"} +{"id":"G1553","strongs_number":"G1553","system":"greek","language":"greek","number_value":1553,"lemma":"ἐκδημέω","transliteration":"ekdēméō","pronunciation":null,"derivation":"from a compound of G1537 (ἐκ) and G1218 (δῆμος);","strongs_definition":"to emigrate, i.e. (figuratively) vacate or quit","kjv_definition":"be absent"} +{"id":"G1554","strongs_number":"G1554","system":"greek","language":"greek","number_value":1554,"lemma":"ἐκδίδωμι","transliteration":"ekdídōmi","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1325 (δίδωμι);","strongs_definition":"to give forth, i.e. (specially) to lease","kjv_definition":"let forth (out)"} +{"id":"G1555","strongs_number":"G1555","system":"greek","language":"greek","number_value":1555,"lemma":"ἐκδιηγέομαι","transliteration":"ekdiēgéomai","pronunciation":null,"derivation":"from G1537 (ἐκ) and a compound of G1223 (διά) and G2233 (ἡγέομαι);","strongs_definition":"to narrate through wholly","kjv_definition":"declare"} +{"id":"G1556","strongs_number":"G1556","system":"greek","language":"greek","number_value":1556,"lemma":"ἐκδικέω","transliteration":"ekdikéō","pronunciation":null,"derivation":"from G1558 (ἔκδικος);","strongs_definition":"to vindicate, retaliate, punish","kjv_definition":"a (re-)venge"} +{"id":"G1557","strongs_number":"G1557","system":"greek","language":"greek","number_value":1557,"lemma":"ἐκδίκησις","transliteration":"ekdíkēsis","pronunciation":null,"derivation":"from G1556 (ἐκδικέω);","strongs_definition":"vindication, retribution","kjv_definition":"(a-, re-)venge(-ance), punishment"} +{"id":"G1558","strongs_number":"G1558","system":"greek","language":"greek","number_value":1558,"lemma":"ἔκδικος","transliteration":"ékdikos","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1349 (δίκη);","strongs_definition":"carrying justice out, i.e. a punisher","kjv_definition":"a (re-)venger"} +{"id":"G1559","strongs_number":"G1559","system":"greek","language":"greek","number_value":1559,"lemma":"ἐκδιώκω","transliteration":"ekdiṓkō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1377 (διώκω);","strongs_definition":"to pursue out, i.e. expel or persecute implacably","kjv_definition":"persecute"} +{"id":"G1560","strongs_number":"G1560","system":"greek","language":"greek","number_value":1560,"lemma":"ἔκδοτος","transliteration":"ékdotos","pronunciation":null,"derivation":"from G1537 (ἐκ) and a derivative of G1325 (δίδωμι);","strongs_definition":"given out or over, i.e. surrendered","kjv_definition":"delivered"} +{"id":"G1561","strongs_number":"G1561","system":"greek","language":"greek","number_value":1561,"lemma":"ἐκδοχή","transliteration":"ekdochḗ","pronunciation":null,"derivation":"from G1551 (ἐκδέχομαι);","strongs_definition":"expectation","kjv_definition":"looking for"} +{"id":"G1562","strongs_number":"G1562","system":"greek","language":"greek","number_value":1562,"lemma":"ἐκδύω","transliteration":"ekdýō","pronunciation":null,"derivation":"from G1537 (ἐκ) and the base of G1416 (δύνω);","strongs_definition":"to cause to sink out of, i.e. (specially as of clothing) to divest","kjv_definition":"strip, take off from, unclothe"} +{"id":"G1563","strongs_number":"G1563","system":"greek","language":"greek","number_value":1563,"lemma":"ἐκεῖ","transliteration":"ekeî","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"there; by extension, thither","kjv_definition":"there, thither(-ward), (to) yonder (place)"} +{"id":"G1564","strongs_number":"G1564","system":"greek","language":"greek","number_value":1564,"lemma":"ἐκεῖθεν","transliteration":"ekeîthen","pronunciation":null,"derivation":"from G1563 (ἐκεῖ);","strongs_definition":"thence","kjv_definition":"from that place, (from) thence, there"} +{"id":"G1565","strongs_number":"G1565","system":"greek","language":"greek","number_value":1565,"lemma":"ἐκεῖνος","transliteration":"ekeînos","pronunciation":null,"derivation":"from G1563 (ἐκεῖ);","strongs_definition":"that one (or (neuter) thing); often intensified by the article prefixed","kjv_definition":"he, it, the other (same), selfsame, that (same, very), X their, X them, they, this, those"} +{"id":"G1566","strongs_number":"G1566","system":"greek","language":"greek","number_value":1566,"lemma":"ἐκεῖσε","transliteration":"ekeîse","pronunciation":null,"derivation":"from G1563 (ἐκεῖ);","strongs_definition":"thither","kjv_definition":"there"} +{"id":"G1567","strongs_number":"G1567","system":"greek","language":"greek","number_value":1567,"lemma":"ἐκζητέω","transliteration":"ekzētéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2212 (ζητέω);","strongs_definition":"to search out, i.e. (figuratively)investigate, crave, demand, (by Hebraism) worship","kjv_definition":"en- (re-)quire, seek after (carefully, diligently)"} +{"id":"G1568","strongs_number":"G1568","system":"greek","language":"greek","number_value":1568,"lemma":"ἐκθαμβέω","transliteration":"ekthambéō","pronunciation":null,"derivation":"from G1569 (ἔκθαμβος);","strongs_definition":"to astonish utterly","kjv_definition":"affright, greatly (sore) amaze"} +{"id":"G1569","strongs_number":"G1569","system":"greek","language":"greek","number_value":1569,"lemma":"ἔκθαμβος","transliteration":"ékthambos","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2285 (θάμβος);","strongs_definition":"utterly astounded","kjv_definition":"greatly wondering"} +{"id":"G1570","strongs_number":"G1570","system":"greek","language":"greek","number_value":1570,"lemma":"ἔκθετος","transliteration":"ékthetos","pronunciation":null,"derivation":"from G1537 (ἐκ) and a derivative of G5087 (τίθημι);","strongs_definition":"put out, i.e. exposed to perish","kjv_definition":"cast out"} +{"id":"G1571","strongs_number":"G1571","system":"greek","language":"greek","number_value":1571,"lemma":"ἐκκαθαίρω","transliteration":"ekkathaírō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2508 (καθαίρω);","strongs_definition":"to cleanse thoroughly","kjv_definition":"purge (out)"} +{"id":"G1572","strongs_number":"G1572","system":"greek","language":"greek","number_value":1572,"lemma":"ἐκκαίω","transliteration":"ekkaíō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2545 (καίω);","strongs_definition":"to inflame deeply","kjv_definition":"burn"} +{"id":"G1573","strongs_number":"G1573","system":"greek","language":"greek","number_value":1573,"lemma":"ἐκκακέω","transliteration":"ekkakéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2556 (κακός);","strongs_definition":"to be (bad or) weak, i.e. (by implication) to fail (in heart)","kjv_definition":"faint, be weary"} +{"id":"G1574","strongs_number":"G1574","system":"greek","language":"greek","number_value":1574,"lemma":"ἐκκεντέω","transliteration":"ekkentéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and the base of G2759 (κέντρον);","strongs_definition":"to transfix","kjv_definition":"pierce"} +{"id":"G1575","strongs_number":"G1575","system":"greek","language":"greek","number_value":1575,"lemma":"ἐκκλάω","transliteration":"ekkláō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2806 (κλάω);","strongs_definition":"to exscind","kjv_definition":"break off"} +{"id":"G1576","strongs_number":"G1576","system":"greek","language":"greek","number_value":1576,"lemma":"ἐκκλείω","transliteration":"ekkleíō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2808 (κλείω);","strongs_definition":"to shut out (literally or figuratively)","kjv_definition":"exclude"} +{"id":"G1577","strongs_number":"G1577","system":"greek","language":"greek","number_value":1577,"lemma":"ἐκκλησία","transliteration":"ekklēsía","pronunciation":null,"derivation":"from a compound of G1537 (ἐκ) and a derivative of G2564 (καλέω);","strongs_definition":"a calling out, i.e. (concretely) a popular meeting, especially a religious congregation (Jewish synagogue, or Christian community of members on earth or saints in heaven or both)","kjv_definition":"assembly, church"} +{"id":"G1578","strongs_number":"G1578","system":"greek","language":"greek","number_value":1578,"lemma":"ἐκκλίνω","transliteration":"ekklínō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2827 (κλίνω);","strongs_definition":"to deviate, i.e. (absolutely) to shun (literally or figuratively), or (relatively) to decline (from piety)","kjv_definition":"avoid, eschew, go out of the way"} +{"id":"G1579","strongs_number":"G1579","system":"greek","language":"greek","number_value":1579,"lemma":"ἐκκολυμβάω","transliteration":"ekkolymbáō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2860 (κολυμβάω);","strongs_definition":"to escape by swimming","kjv_definition":"swim out"} +{"id":"G1580","strongs_number":"G1580","system":"greek","language":"greek","number_value":1580,"lemma":"ἐκκομίζω","transliteration":"ekkomízō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2865 (κομίζω);","strongs_definition":"to bear forth (to burial)","kjv_definition":"carry out"} +{"id":"G1581","strongs_number":"G1581","system":"greek","language":"greek","number_value":1581,"lemma":"ἐκκόπτω","transliteration":"ekkóptō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2875 (κόπτω);","strongs_definition":"to exscind; figuratively, to frustrate","kjv_definition":"cut down (off, out), hew down, hinder"} +{"id":"G1582","strongs_number":"G1582","system":"greek","language":"greek","number_value":1582,"lemma":"ἐκκρέμαμαι","transliteration":"ekkrémamai","pronunciation":null,"derivation":"middle voice from G1537 (ἐκ) and G2910 (κρεμάννυμι);","strongs_definition":"to hang upon the lips of a speaker, i.e. listen closely","kjv_definition":"be very attentive"} +{"id":"G1583","strongs_number":"G1583","system":"greek","language":"greek","number_value":1583,"lemma":"ἐκλαλέω","transliteration":"eklaléō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2980 (λαλέω);","strongs_definition":"to divulge","kjv_definition":"tell"} +{"id":"G1584","strongs_number":"G1584","system":"greek","language":"greek","number_value":1584,"lemma":"ἐκλάμπω","transliteration":"eklámpō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2989 (λάμπω);","strongs_definition":"to be resplendent","kjv_definition":"shine forth"} +{"id":"G1585","strongs_number":"G1585","system":"greek","language":"greek","number_value":1585,"lemma":"ἐκλανθάνομαι","transliteration":"eklanthánomai","pronunciation":null,"derivation":"middle voice from G1537 (ἐκ) and G2990 (λανθάνω);","strongs_definition":"to be utterly oblivious of","kjv_definition":"forget"} +{"id":"G1586","strongs_number":"G1586","system":"greek","language":"greek","number_value":1586,"lemma":"ἐκλέγομαι","transliteration":"eklégomai","pronunciation":null,"derivation":"middle voice from G1537 (ἐκ) and G3004 (λέγω) (in its primary sense);","strongs_definition":"to select","kjv_definition":"make choice, choose (out), chosen"} +{"id":"G1587","strongs_number":"G1587","system":"greek","language":"greek","number_value":1587,"lemma":"ἐκλείπω","transliteration":"ekleípō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3007 (λείπω);","strongs_definition":"to omit, i.e. (by implication) cease (die)","kjv_definition":"fail"} +{"id":"G1588","strongs_number":"G1588","system":"greek","language":"greek","number_value":1588,"lemma":"ἐκλεκτός","transliteration":"eklektós","pronunciation":null,"derivation":"from G1586 (ἐκλέγομαι);","strongs_definition":"select; by implication, favorite","kjv_definition":"chosen, elect"} +{"id":"G1589","strongs_number":"G1589","system":"greek","language":"greek","number_value":1589,"lemma":"ἐκλογή","transliteration":"eklogḗ","pronunciation":null,"derivation":"from G1586 (ἐκλέγομαι);","strongs_definition":"(divine) selection (abstractly or concretely)","kjv_definition":"chosen, election"} +{"id":"G1590","strongs_number":"G1590","system":"greek","language":"greek","number_value":1590,"lemma":"ἐκλύω","transliteration":"eklýō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3089 (λύω);","strongs_definition":"to relax (literally or figuratively)","kjv_definition":"faint"} +{"id":"G1591","strongs_number":"G1591","system":"greek","language":"greek","number_value":1591,"lemma":"ἐκμάσσω","transliteration":"ekmássō","pronunciation":null,"derivation":"from G1537 (ἐκ) and the base of G3145 (μασσάομαι);","strongs_definition":"to knead out, i.e. (by analogy) to wipe dry","kjv_definition":"wipe"} +{"id":"G1592","strongs_number":"G1592","system":"greek","language":"greek","number_value":1592,"lemma":"ἐκμυκτηρίζω","transliteration":"ekmyktērízō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3456 (μυκτηρίζω);","strongs_definition":"to sneer outright at","kjv_definition":"deride"} +{"id":"G1593","strongs_number":"G1593","system":"greek","language":"greek","number_value":1593,"lemma":"ἐκνεύω","transliteration":"ekneúō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3506 (νεύω);","strongs_definition":"(by analogy) to slip off, i.e. quietly withdraw","kjv_definition":"convey self away"} +{"id":"G1594","strongs_number":"G1594","system":"greek","language":"greek","number_value":1594,"lemma":"ἐκνήφω","transliteration":"eknḗphō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3525 (νήφω);","strongs_definition":"(figuratively) to rouse (oneself) out of stupor","kjv_definition":"awake"} +{"id":"G1595","strongs_number":"G1595","system":"greek","language":"greek","number_value":1595,"lemma":"ἑκούσιον","transliteration":"hekoúsion","pronunciation":null,"derivation":"neuter of a derivative from G1635 (ἑκών);","strongs_definition":"voluntariness","kjv_definition":"willingly"} +{"id":"G1596","strongs_number":"G1596","system":"greek","language":"greek","number_value":1596,"lemma":"ἑκουσίως","transliteration":"hekousíōs","pronunciation":null,"derivation":"adverb from the same as G1595 (ἑκούσιον);","strongs_definition":"voluntarily","kjv_definition":"wilfully, willingly"} +{"id":"G1597","strongs_number":"G1597","system":"greek","language":"greek","number_value":1597,"lemma":"ἔκπαλαι","transliteration":"ékpalai","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3819 (πάλαι);","strongs_definition":"long ago, for a long while","kjv_definition":"of a long time, of old"} +{"id":"G1598","strongs_number":"G1598","system":"greek","language":"greek","number_value":1598,"lemma":"ἐκπειράζω","transliteration":"ekpeirázō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3985 (πειράζω);","strongs_definition":"to test thoroughly","kjv_definition":"tempt"} +{"id":"G1599","strongs_number":"G1599","system":"greek","language":"greek","number_value":1599,"lemma":"ἐκπέμπω","transliteration":"ekpémpō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3992 (πέμπω);","strongs_definition":"to despatch","kjv_definition":"send away (forth)"} +{"id":"G1600","strongs_number":"G1600","system":"greek","language":"greek","number_value":1600,"lemma":"ἐκπετάννυμι","transliteration":"ekpetánnymi","pronunciation":null,"derivation":"from G1537 (ἐκ) and a form of G4072 (πέτομαι);","strongs_definition":"to fly out, i.e. (by analogy) to extend","kjv_definition":"stretch forth"} +{"id":"G1601","strongs_number":"G1601","system":"greek","language":"greek","number_value":1601,"lemma":"ἐκπίπτω","transliteration":"ekpíptō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4098 (πίπτω);","strongs_definition":"to drop away; specially, be driven out of one's course; figuratively, to lose, become inefficient","kjv_definition":"be cast, fail, fall (away, off), take none effect"} +{"id":"G1602","strongs_number":"G1602","system":"greek","language":"greek","number_value":1602,"lemma":"ἐκπλέω","transliteration":"ekpléō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4126 (πλέω);","strongs_definition":"to depart by ship","kjv_definition":"sail (away, thence)"} +{"id":"G1603","strongs_number":"G1603","system":"greek","language":"greek","number_value":1603,"lemma":"ἐκπληρόω","transliteration":"ekplēróō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4137 (πληρόω);","strongs_definition":"to accomplish entirely","kjv_definition":"fulfill"} +{"id":"G1604","strongs_number":"G1604","system":"greek","language":"greek","number_value":1604,"lemma":"ἐκπλήρωσις","transliteration":"ekplḗrōsis","pronunciation":null,"derivation":"from G1603 (ἐκπληρόω);","strongs_definition":"completion","kjv_definition":"accomplishment"} +{"id":"G1605","strongs_number":"G1605","system":"greek","language":"greek","number_value":1605,"lemma":"ἐκπλήσσω","transliteration":"ekplḗssō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4141 (πλήσσω);","strongs_definition":"to strike with astonishment","kjv_definition":"amaze, astonish"} +{"id":"G1606","strongs_number":"G1606","system":"greek","language":"greek","number_value":1606,"lemma":"ἐκπνέω","transliteration":"ekpnéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4154 (πνέω);","strongs_definition":"to expire","kjv_definition":"give up the ghost"} +{"id":"G1607","strongs_number":"G1607","system":"greek","language":"greek","number_value":1607,"lemma":"ἐκπορεύομαι","transliteration":"ekporeúomai","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4198 (πορεύομαι);","strongs_definition":"to depart, be discharged, proceed, project","kjv_definition":"come (forth, out of), depart, go (forth, out), issue, proceed (out of)"} +{"id":"G1608","strongs_number":"G1608","system":"greek","language":"greek","number_value":1608,"lemma":"ἐκπορνεύω","transliteration":"ekporneúō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4203 (πορνεύω);","strongs_definition":"to be utterly unchaste","kjv_definition":"give self over to fornication"} +{"id":"G1609","strongs_number":"G1609","system":"greek","language":"greek","number_value":1609,"lemma":"ἐκπτύω","transliteration":"ekptýō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4429 (πτύω);","strongs_definition":"to spit out, i.e. (figuratively) spurn","kjv_definition":"reject"} +{"id":"G1610","strongs_number":"G1610","system":"greek","language":"greek","number_value":1610,"lemma":"ἐκριζόω","transliteration":"ekrizóō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4492 (ῥιζόω);","strongs_definition":"to uproot","kjv_definition":"pluck up by the root, root up"} +{"id":"G1611","strongs_number":"G1611","system":"greek","language":"greek","number_value":1611,"lemma":"ἔκστασις","transliteration":"ékstasis","pronunciation":null,"derivation":"from G1839 (ἐξίστημι);","strongs_definition":"a displacement of the mind, i.e. bewilderment, \"ecstasy\"","kjv_definition":"+ be amazed, amazement, astonishment, trance"} +{"id":"G1612","strongs_number":"G1612","system":"greek","language":"greek","number_value":1612,"lemma":"ἐκστρέφω","transliteration":"ekstréphō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4762 (στρέφω);","strongs_definition":"to pervert (figuratively)","kjv_definition":"subvert"} +{"id":"G1613","strongs_number":"G1613","system":"greek","language":"greek","number_value":1613,"lemma":"ἐκταράσσω","transliteration":"ektarássō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5015 (ταράσσω);","strongs_definition":"to disturb wholly","kjv_definition":"exceedingly trouble"} +{"id":"G1614","strongs_number":"G1614","system":"greek","language":"greek","number_value":1614,"lemma":"ἐκτείνω","transliteration":"ekteínō","pronunciation":null,"derivation":"from G1537 (ἐκ) and teino (to stretch);","strongs_definition":"to extend","kjv_definition":"cast, put forth, stretch forth (out)"} +{"id":"G1615","strongs_number":"G1615","system":"greek","language":"greek","number_value":1615,"lemma":"ἐκτελέω","transliteration":"ekteléō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5055 (τελέω);","strongs_definition":"to complete fully","kjv_definition":"finish"} +{"id":"G1616","strongs_number":"G1616","system":"greek","language":"greek","number_value":1616,"lemma":"ἐκτένεια","transliteration":"ekténeia","pronunciation":null,"derivation":"from G1618 (ἐκτενής);","strongs_definition":"intentness","kjv_definition":"X instantly"} +{"id":"G1617","strongs_number":"G1617","system":"greek","language":"greek","number_value":1617,"lemma":"ἐκτενέστερον","transliteration":"ektenésteron","pronunciation":null,"derivation":"neuter of the comparative of G1618 (ἐκτενής);","strongs_definition":"more intently","kjv_definition":"more earnestly"} +{"id":"G1618","strongs_number":"G1618","system":"greek","language":"greek","number_value":1618,"lemma":"ἐκτενής","transliteration":"ektenḗs","pronunciation":null,"derivation":"from G1614 (ἐκτείνω);","strongs_definition":"intent","kjv_definition":"without ceasing, fervent"} +{"id":"G1619","strongs_number":"G1619","system":"greek","language":"greek","number_value":1619,"lemma":"ἐκτενῶς","transliteration":"ektenōs","pronunciation":null,"derivation":"adverb from G1618 (ἐκτενής);","strongs_definition":"intently","kjv_definition":"fervently"} +{"id":"G1620","strongs_number":"G1620","system":"greek","language":"greek","number_value":1620,"lemma":"ἐκτίθημι","transliteration":"ektíthēmi","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5087 (τίθημι);","strongs_definition":"to expose; figuratively, to declare","kjv_definition":"cast out, expound"} +{"id":"G1621","strongs_number":"G1621","system":"greek","language":"greek","number_value":1621,"lemma":"ἐκτινάσσω","transliteration":"ektinássō","pronunciation":null,"derivation":"from G1537 (ἐκ) and tinasso (to swing);","strongs_definition":"to shake violently","kjv_definition":"shake (off)"} +{"id":"G1622","strongs_number":"G1622","system":"greek","language":"greek","number_value":1622,"lemma":"ἐκτός","transliteration":"ektós","pronunciation":null,"derivation":"from G1537 (ἐκ);","strongs_definition":"the exterior; figuratively (as a preposition) aside from, besides","kjv_definition":"but, except(-ed), other than, out of, outside, unless, without"} +{"id":"G1623","strongs_number":"G1623","system":"greek","language":"greek","number_value":1623,"lemma":"ἕκτος","transliteration":"héktos","pronunciation":null,"derivation":"ordinal from G1803 (ἕξ);","strongs_definition":"sixth","kjv_definition":"sixth"} +{"id":"G1624","strongs_number":"G1624","system":"greek","language":"greek","number_value":1624,"lemma":"ἐκτρέπω","transliteration":"ektrépō","pronunciation":null,"derivation":"from G1537 (ἐκ) and the base of G5157 (τροπή);","strongs_definition":"to deflect, i.e. turn away (literally or figuratively)","kjv_definition":"avoid, turn (aside, out of the way)"} +{"id":"G1625","strongs_number":"G1625","system":"greek","language":"greek","number_value":1625,"lemma":"ἐκτρέφω","transliteration":"ektréphō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5142 (τρέφω);","strongs_definition":"to rear up to maturity, i.e. (genitive case) to cherish or train","kjv_definition":"bring up, nourish"} +{"id":"G1626","strongs_number":"G1626","system":"greek","language":"greek","number_value":1626,"lemma":"ἔκτρωμα","transliteration":"éktrōma","pronunciation":null,"derivation":"from a comparative of G1537 (ἐκ) and (to wound);","strongs_definition":"a miscarriage (abortion), i.e. (by analogy) untimely birth","kjv_definition":"born out of due time"} +{"id":"G1627","strongs_number":"G1627","system":"greek","language":"greek","number_value":1627,"lemma":"ἐκφέρω","transliteration":"ekphérō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5342 (φέρω);","strongs_definition":"to bear out (literally or figuratively)","kjv_definition":"bear, bring forth, carry forth (out)"} +{"id":"G1628","strongs_number":"G1628","system":"greek","language":"greek","number_value":1628,"lemma":"ἐκφεύγω","transliteration":"ekpheúgō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5343 (φεύγω);","strongs_definition":"to flee out","kjv_definition":"escape, flee"} +{"id":"G1629","strongs_number":"G1629","system":"greek","language":"greek","number_value":1629,"lemma":"ἐκφοβέω","transliteration":"ekphobéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5399 (φοβέω);","strongs_definition":"to frighten utterly","kjv_definition":"terrify"} +{"id":"G1630","strongs_number":"G1630","system":"greek","language":"greek","number_value":1630,"lemma":"ἔκφοβος","transliteration":"ékphobos","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5401 (φόβος);","strongs_definition":"frightened out of one's wits","kjv_definition":"sore afraid, exceedingly fear"} +{"id":"G1631","strongs_number":"G1631","system":"greek","language":"greek","number_value":1631,"lemma":"ἐκφύω","transliteration":"ekphýō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5453 (φύω);","strongs_definition":"to sprout up","kjv_definition":"put forth"} +{"id":"G1632","strongs_number":"G1632","system":"greek","language":"greek","number_value":1632,"lemma":"ἐκχέω","transliteration":"ekchéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and (to pour);","strongs_definition":"to pour forth; figuratively, to bestow","kjv_definition":"gush (pour) out, run greedily (out), shed (abroad, forth), spill"} +{"id":"G1633","strongs_number":"G1633","system":"greek","language":"greek","number_value":1633,"lemma":"ἐκχωρέω","transliteration":"ekchōréō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5562 (χωρέω);","strongs_definition":"to depart","kjv_definition":"depart out"} +{"id":"G1634","strongs_number":"G1634","system":"greek","language":"greek","number_value":1634,"lemma":"ἐκψύχω","transliteration":"ekpsýchō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5594 (ψύχω);","strongs_definition":"to expire","kjv_definition":"give (yield) up the ghost"} +{"id":"G1635","strongs_number":"G1635","system":"greek","language":"greek","number_value":1635,"lemma":"ἑκών","transliteration":"hekṓn","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"voluntary","kjv_definition":"willingly"} +{"id":"G1636","strongs_number":"G1636","system":"greek","language":"greek","number_value":1636,"lemma":"ἐλαία","transliteration":"elaía","pronunciation":null,"derivation":"feminine of a presumed derivative from an obsolete primary;","strongs_definition":"an olive (the tree or the fruit)","kjv_definition":"olive (berry, tree)"} +{"id":"G1637","strongs_number":"G1637","system":"greek","language":"greek","number_value":1637,"lemma":"ἔλαιον","transliteration":"élaion","pronunciation":null,"derivation":"neuter of the same as G1636 (ἐλαία);","strongs_definition":"olive oil","kjv_definition":"oil"} +{"id":"G1638","strongs_number":"G1638","system":"greek","language":"greek","number_value":1638,"lemma":"ἐλαιών","transliteration":"elaiṓn","pronunciation":null,"derivation":"from G1636 (ἐλαία);","strongs_definition":"an olive-orchard, i.e. (specially) the Mount of Olives","kjv_definition":"Olivet"} +{"id":"G1639","strongs_number":"G1639","system":"greek","language":"greek","number_value":1639,"lemma":"Ἐλαμίτης","transliteration":"Elamítēs","pronunciation":null,"derivation":"of Hebrew origin (H05867);","strongs_definition":"an Elamite or Persian","kjv_definition":"Elamite"} +{"id":"G1640","strongs_number":"G1640","system":"greek","language":"greek","number_value":1640,"lemma":"ἐλάσσων","transliteration":"elássōn","pronunciation":null,"derivation":"comparative of the same as G1646 (ἐλάχιστος);","strongs_definition":"smaller (in size, quantity, age or quality)","kjv_definition":"less, under, worse, younger"} +{"id":"G1641","strongs_number":"G1641","system":"greek","language":"greek","number_value":1641,"lemma":"ἐλαττονέω","transliteration":"elattonéō","pronunciation":null,"derivation":"from G1640 (ἐλάσσων);","strongs_definition":"to diminish, i.e. fall short","kjv_definition":"have lack"} +{"id":"G1642","strongs_number":"G1642","system":"greek","language":"greek","number_value":1642,"lemma":"ἐλαττόω","transliteration":"elattóō","pronunciation":null,"derivation":"from G1640 (ἐλάσσων);","strongs_definition":"to lessen (in rank or influence)","kjv_definition":"decrease, make lower"} +{"id":"G1643","strongs_number":"G1643","system":"greek","language":"greek","number_value":1643,"lemma":"ἐλαύνω","transliteration":"elaúnō","pronunciation":null,"derivation":"a prolonged form of a primary verb (obsolete except in certain tenses as an alternative of this) of uncertain affinity;","strongs_definition":"to push (as wind, oars or dæmonical power)","kjv_definition":"carry, drive, row"} +{"id":"G1644","strongs_number":"G1644","system":"greek","language":"greek","number_value":1644,"lemma":"ἐλαφρία","transliteration":"elaphría","pronunciation":null,"derivation":"from G1645 (ἐλαφρός);","strongs_definition":"levity (figuratively), i.e. fickleness","kjv_definition":"lightness"} +{"id":"G1645","strongs_number":"G1645","system":"greek","language":"greek","number_value":1645,"lemma":"ἐλαφρός","transliteration":"elaphrós","pronunciation":null,"derivation":"probably akin to G1643 (ἐλαύνω) and the base of G1640 (ἐλάσσων);","strongs_definition":"light, i.e. easy","kjv_definition":"light"} +{"id":"G1646","strongs_number":"G1646","system":"greek","language":"greek","number_value":1646,"lemma":"ἐλάχιστος","transliteration":"eláchistos","pronunciation":null,"derivation":"superlative of (short);","strongs_definition":"used as equivalent to G3398 (μικρός); least (in size, amount, dignity, etc.)","kjv_definition":"least, very little (small), smallest"} +{"id":"G1647","strongs_number":"G1647","system":"greek","language":"greek","number_value":1647,"lemma":"ἐλαχιστότερος","transliteration":"elachistóteros","pronunciation":null,"derivation":"comparative of G1646 (ἐλάχιστος);","strongs_definition":"far less","kjv_definition":"less than the least"} +{"id":"G1648","strongs_number":"G1648","system":"greek","language":"greek","number_value":1648,"lemma":"Ἐλεάζαρ","transliteration":"Eleázar","pronunciation":null,"derivation":"of Hebrew origin (H0499);","strongs_definition":"Eleazar, an Israelite","kjv_definition":"Eleazar"} +{"id":"G1649","strongs_number":"G1649","system":"greek","language":"greek","number_value":1649,"lemma":"ἔλεγξις","transliteration":"élenxis","pronunciation":null,"derivation":"from G1651 (ἐλέγχω);","strongs_definition":"refutation, i.e. reproof","kjv_definition":"rebuke"} +{"id":"G1650","strongs_number":"G1650","system":"greek","language":"greek","number_value":1650,"lemma":"ἔλεγχος","transliteration":"élenchos","pronunciation":null,"derivation":"from G1651 (ἐλέγχω);","strongs_definition":"proof, conviction","kjv_definition":"evidence, reproof"} +{"id":"G1651","strongs_number":"G1651","system":"greek","language":"greek","number_value":1651,"lemma":"ἐλέγχω","transliteration":"elénchō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to confute, admonish","kjv_definition":"convict, convince, tell a fault, rebuke, reprove"} +{"id":"G1652","strongs_number":"G1652","system":"greek","language":"greek","number_value":1652,"lemma":"ἐλεεινός","transliteration":"eleeinós","pronunciation":null,"derivation":"from G1656 (ἔλεος);","strongs_definition":"pitiable","kjv_definition":"miserable"} +{"id":"G1653","strongs_number":"G1653","system":"greek","language":"greek","number_value":1653,"lemma":"ἐλεέω","transliteration":"eleéō","pronunciation":null,"derivation":"from G1656 (ἔλεος);","strongs_definition":"to compassionate (by word or deed, specially, by divine grace)","kjv_definition":"have compassion (pity on), have (obtain, receive, shew) mercy (on)"} +{"id":"G1654","strongs_number":"G1654","system":"greek","language":"greek","number_value":1654,"lemma":"ἐλεημοσύνη","transliteration":"eleēmosýnē","pronunciation":null,"derivation":"from G1656 (ἔλεος);","strongs_definition":"compassionateness, i.e. (as exercised towards the poor) beneficence, or (concretely) a benefaction","kjv_definition":"alms(-deeds)"} +{"id":"G1655","strongs_number":"G1655","system":"greek","language":"greek","number_value":1655,"lemma":"ἐλεήμων","transliteration":"eleḗmōn","pronunciation":null,"derivation":"from G1653 (ἐλεέω);","strongs_definition":"compassionate (actively)","kjv_definition":"merciful"} +{"id":"G1656","strongs_number":"G1656","system":"greek","language":"greek","number_value":1656,"lemma":"ἔλεος","transliteration":"éleos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"compassion (human or divine, especially active)","kjv_definition":"(+ tender) mercy"} +{"id":"G1657","strongs_number":"G1657","system":"greek","language":"greek","number_value":1657,"lemma":"ἐλευθερία","transliteration":"eleuthería","pronunciation":null,"derivation":"from G1658 (ἐλεύθερος);","strongs_definition":"freedom (legitimate or licentious, chiefly moral or ceremonial)","kjv_definition":"liberty"} +{"id":"G1658","strongs_number":"G1658","system":"greek","language":"greek","number_value":1658,"lemma":"ἐλεύθερος","transliteration":"eleútheros","pronunciation":null,"derivation":"probably from the alternate of G2064 (ἔρχομαι);","strongs_definition":"unrestrained (to go at pleasure), i.e. (as a citizen) not a slave (whether freeborn or manumitted), or (genitive case) exempt (from obligation or liability)","kjv_definition":"free (man, woman), at liberty"} +{"id":"G1659","strongs_number":"G1659","system":"greek","language":"greek","number_value":1659,"lemma":"ἐλευθερόω","transliteration":"eleutheróō","pronunciation":null,"derivation":"from G1658 (ἐλεύθερος);","strongs_definition":"to liberate, i.e. (figuratively) to exempt (from moral, ceremonial or mortal liability)","kjv_definition":"deliver, make free"} +{"id":"G1660","strongs_number":"G1660","system":"greek","language":"greek","number_value":1660,"lemma":"ἔλευσις","transliteration":"éleusis","pronunciation":null,"derivation":"from the alternate of G2064 (ἔρχομαι);","strongs_definition":"an advent","kjv_definition":"coming"} +{"id":"G1661","strongs_number":"G1661","system":"greek","language":"greek","number_value":1661,"lemma":"ἐλεφάντινος","transliteration":"elephántinos","pronunciation":null,"derivation":"from (an \"elephant\");","strongs_definition":"elephantine, i.e. (by implication) composed of ivory","kjv_definition":"of ivory"} +{"id":"G1662","strongs_number":"G1662","system":"greek","language":"greek","number_value":1662,"lemma":"Ἐλιακείμ","transliteration":"Eliakeím","pronunciation":null,"derivation":"of Hebrew origin (H0471);","strongs_definition":"Eliakim, an Israelite","kjv_definition":"Eliakim"} +{"id":"G1663","strongs_number":"G1663","system":"greek","language":"greek","number_value":1663,"lemma":"Ἐλιέζερ","transliteration":"Eliézer","pronunciation":null,"derivation":"of Hebrew origin (H0461);","strongs_definition":"Eliezer, an Israelite","kjv_definition":"Eliezer"} +{"id":"G1664","strongs_number":"G1664","system":"greek","language":"greek","number_value":1664,"lemma":"Ἐλιούδ","transliteration":"Elioúd","pronunciation":null,"derivation":"of Hebrew origin (H0410 and H01935);","strongs_definition":"God of majesty; Eliud, an Israelite","kjv_definition":"Eliud"} +{"id":"G1665","strongs_number":"G1665","system":"greek","language":"greek","number_value":1665,"lemma":"Ἐλισάβετ","transliteration":"Elisábet","pronunciation":null,"derivation":"of Hebrew origin (H0472);","strongs_definition":"Elisabet, an Israelitess","kjv_definition":"Elisabeth"} +{"id":"G1666","strongs_number":"G1666","system":"greek","language":"greek","number_value":1666,"lemma":"Ἐλισσαῖος","transliteration":"Elissaîos","pronunciation":null,"derivation":"of Hebrew origin (H0477);","strongs_definition":"Elissæus, an Israelite","kjv_definition":"Elissæus"} +{"id":"G1667","strongs_number":"G1667","system":"greek","language":"greek","number_value":1667,"lemma":"ἑλίσσω","transliteration":"helíssō","pronunciation":null,"derivation":"a form of G1507 (εἱλίσσω);","strongs_definition":"to coil or wrap","kjv_definition":"fold up"} +{"id":"G1668","strongs_number":"G1668","system":"greek","language":"greek","number_value":1668,"lemma":"ἕλκος","transliteration":"hélkos","pronunciation":null,"derivation":"probably from G1670 (ἑλκύω);","strongs_definition":"an ulcer (as if drawn together)","kjv_definition":"sore"} +{"id":"G1669","strongs_number":"G1669","system":"greek","language":"greek","number_value":1669,"lemma":"ἑλκόω","transliteration":"helkóō","pronunciation":null,"derivation":"from G1668 (ἕλκος);","strongs_definition":"to cause to ulcerate, i.e. (passively) be ulcerous","kjv_definition":"full of sores"} +{"id":"G1670","strongs_number":"G1670","system":"greek","language":"greek","number_value":1670,"lemma":"ἑλκύω","transliteration":"helkýō","pronunciation":null,"derivation":"probably akin to G138 (αἱρέομαι);","strongs_definition":"to drag (literally or figuratively)","kjv_definition":"draw"} +{"id":"G1671","strongs_number":"G1671","system":"greek","language":"greek","number_value":1671,"lemma":"Ἑλλάς","transliteration":"Hellás","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"Hellas (or Greece), a country of Europe","kjv_definition":"Greece"} +{"id":"G1672","strongs_number":"G1672","system":"greek","language":"greek","number_value":1672,"lemma":"Ἕλλην","transliteration":"Héllēn","pronunciation":null,"derivation":"from G1671 (Ἑλλάς);","strongs_definition":"a Hellen (Grecian) or inhabitant of Hellas; by extension a Greek-speaking person, especially a non-Jew","kjv_definition":"Gentile, Greek"} +{"id":"G1673","strongs_number":"G1673","system":"greek","language":"greek","number_value":1673,"lemma":"Ἑλληνικός","transliteration":"Hellēnikós","pronunciation":null,"derivation":"from G1672 (Ἕλλην);","strongs_definition":"Hellenic, i.e. Grecian (in language)","kjv_definition":"Greek"} +{"id":"G1674","strongs_number":"G1674","system":"greek","language":"greek","number_value":1674,"lemma":"Ἑλληνίς","transliteration":"Hellēnís","pronunciation":null,"derivation":"feminine of G1672 (Ἕλλην);","strongs_definition":"a Grecian (i.e. non-Jewish) woman","kjv_definition":"Greek"} +{"id":"G1675","strongs_number":"G1675","system":"greek","language":"greek","number_value":1675,"lemma":"Ἑλληνιστής","transliteration":"Hellēnistḗs","pronunciation":null,"derivation":"from a derivative of G1672 (Ἕλλην);","strongs_definition":"a Hellenist or Greek-speaking Jew","kjv_definition":"Grecian"} +{"id":"G1676","strongs_number":"G1676","system":"greek","language":"greek","number_value":1676,"lemma":"Ἑλληνιστί","transliteration":"Hellēnistí","pronunciation":null,"derivation":"adverb from the same as G1675 (Ἑλληνιστής);","strongs_definition":"Hellenistically, i.e. in the Grecian language","kjv_definition":"Greek"} +{"id":"G1677","strongs_number":"G1677","system":"greek","language":"greek","number_value":1677,"lemma":"ἐλλογέω","transliteration":"ellogéō","pronunciation":null,"derivation":"from G1722 (ἐν) and G3056 (λόγος) (in the sense of account);","strongs_definition":"to reckon in, i.e. attribute","kjv_definition":"impute, put on account"} +{"id":"G1678","strongs_number":"G1678","system":"greek","language":"greek","number_value":1678,"lemma":"Ἐλμωδάμ","transliteration":"Elmōdám","pronunciation":null,"derivation":"of Hebrew origin (perhaps for H0486);","strongs_definition":"Elmodam, an Israelite","kjv_definition":"Elmodam"} +{"id":"G1679","strongs_number":"G1679","system":"greek","language":"greek","number_value":1679,"lemma":"ἐλπίζω","transliteration":"elpízō","pronunciation":null,"derivation":"from G1680 (ἐλπίς);","strongs_definition":"to expect or confide","kjv_definition":"(have, thing) hope(-d) (for), trust"} +{"id":"G1680","strongs_number":"G1680","system":"greek","language":"greek","number_value":1680,"lemma":"ἐλπίς","transliteration":"elpís","pronunciation":null,"derivation":"from a primary (to anticipate, usually with pleasure);","strongs_definition":"expectation (abstractly or concretely) or confidence","kjv_definition":"faith, hope"} +{"id":"G1681","strongs_number":"G1681","system":"greek","language":"greek","number_value":1681,"lemma":"Ἐλύμας","transliteration":"Elýmas","pronunciation":null,"derivation":"of foreign origin;","strongs_definition":"Elymas, a wizard","kjv_definition":"Elymas"} +{"id":"G1682","strongs_number":"G1682","system":"greek","language":"greek","number_value":1682,"lemma":"ἐλοΐ","transliteration":"eloḯ","pronunciation":null,"derivation":"of Chaldean origin (H0426 with pronominal suffix) my God","strongs_definition":null,"kjv_definition":"Eloi"} +{"id":"G1683","strongs_number":"G1683","system":"greek","language":"greek","number_value":1683,"lemma":"ἐμαυτοῦ","transliteration":"emautoû","pronunciation":null,"derivation":"genitive case compound of G1700 (ἐμοῦ) and G846 (αὐτός);","strongs_definition":"of myself so likewise the dative case , and accusative case","kjv_definition":"me, mine own (self), myself"} +{"id":"G1684","strongs_number":"G1684","system":"greek","language":"greek","number_value":1684,"lemma":"ἐμβαίνω","transliteration":"embaínō","pronunciation":null,"derivation":"from G1722 (ἐν) and the base of G939 (βάσις);","strongs_definition":"to walk on, i.e. embark (aboard a vessel), reach (a pool)","kjv_definition":"come (get) into, enter (into), go (up) into, step in, take ship"} +{"id":"G1685","strongs_number":"G1685","system":"greek","language":"greek","number_value":1685,"lemma":"ἐμβάλλω","transliteration":"embállō","pronunciation":null,"derivation":"from G1722 (ἐν) and G906 (βάλλω);","strongs_definition":"to throw on, i.e. (figuratively) subject to (eternal punishment)","kjv_definition":"cast into"} +{"id":"G1686","strongs_number":"G1686","system":"greek","language":"greek","number_value":1686,"lemma":"ἐμβάπτω","transliteration":"embáptō","pronunciation":null,"derivation":"from G1722 (ἐν) and G911 (βάπτω);","strongs_definition":"to whelm on, i.e. wet (a part of the person, etc.) by contact with a fluid","kjv_definition":"dip"} +{"id":"G1687","strongs_number":"G1687","system":"greek","language":"greek","number_value":1687,"lemma":"ἐμβατεύω","transliteration":"embateúō","pronunciation":null,"derivation":"from G1722 (ἐν) and a presumed derivative of the base of G939 (βάσις);","strongs_definition":"equivalent to G1684 (ἐμβαίνω); to intrude on (figuratively)","kjv_definition":"intrude into"} +{"id":"G1688","strongs_number":"G1688","system":"greek","language":"greek","number_value":1688,"lemma":"ἐμβιβάζω","transliteration":"embibázō","pronunciation":null,"derivation":"from G1722 (ἐν) and (to mount;","strongs_definition":"causative of G1684 (ἐμβαίνω)); to place on, i.e. transfer (aboard a vessel)","kjv_definition":"put in"} +{"id":"G1689","strongs_number":"G1689","system":"greek","language":"greek","number_value":1689,"lemma":"ἐμβλέπω","transliteration":"emblépō","pronunciation":null,"derivation":"from G1722 (ἐν) and G991 (βλέπω);","strongs_definition":"to look on, i.e. (relatively) to observe fixedly, or (absolutely) to discern clearly","kjv_definition":"behold, gaze up, look upon, (could) see"} +{"id":"G1690","strongs_number":"G1690","system":"greek","language":"greek","number_value":1690,"lemma":"ἐμβριμάομαι","transliteration":"embrimáomai","pronunciation":null,"derivation":"from G1722 (ἐν) and (to snort with anger);","strongs_definition":"to have indignation on, i.e. (transitively) to blame, (intransitively) to sigh with chagrin, (specially) to sternly enjoin","kjv_definition":"straitly charge, groan, murmur against"} +{"id":"G1691","strongs_number":"G1691","system":"greek","language":"greek","number_value":1691,"lemma":"ἐμέ","transliteration":"emé","pronunciation":null,"derivation":"a prolonged form of G3165 (μέ);","strongs_definition":"me","kjv_definition":"I, me, my(-self)"} +{"id":"G1692","strongs_number":"G1692","system":"greek","language":"greek","number_value":1692,"lemma":"ἐμέω","transliteration":"eméō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to vomit","kjv_definition":"(will) spue"} +{"id":"G1693","strongs_number":"G1693","system":"greek","language":"greek","number_value":1693,"lemma":"ἐμμαίνομαι","transliteration":"emmaínomai","pronunciation":null,"derivation":"from G1722 (ἐν) and G3105 (μαίνομαι);","strongs_definition":"to rave on, i.e. rage at","kjv_definition":"be mad against"} +{"id":"G1694","strongs_number":"G1694","system":"greek","language":"greek","number_value":1694,"lemma":"Ἐμμανουήλ","transliteration":"Emmanouḗl","pronunciation":null,"derivation":"of Hebrew origin (H06005);","strongs_definition":"God with us; Emmanuel, a name of Christ","kjv_definition":"Emmanuel"} +{"id":"G1695","strongs_number":"G1695","system":"greek","language":"greek","number_value":1695,"lemma":"Ἐμμαούς","transliteration":"Emmaoús","pronunciation":null,"derivation":"probably of Hebrew origin (compare H03222);","strongs_definition":"Emmaus, a place in Palestine","kjv_definition":"Emmaus"} +{"id":"G1696","strongs_number":"G1696","system":"greek","language":"greek","number_value":1696,"lemma":"ἐμμένω","transliteration":"emménō","pronunciation":null,"derivation":"from G1722 (ἐν) and G3306 (μένω);","strongs_definition":"to stay in the same place, i.e. (figuratively) persevere","kjv_definition":"continue"} +{"id":"G1697","strongs_number":"G1697","system":"greek","language":"greek","number_value":1697,"lemma":"Ἐμμόρ","transliteration":"Emmór","pronunciation":null,"derivation":"of Hebrew origin (H02544);","strongs_definition":"Emmor (i.e. Chamor), a Canaanite","kjv_definition":"Emmor"} +{"id":"G1698","strongs_number":"G1698","system":"greek","language":"greek","number_value":1698,"lemma":"ἐμοί","transliteration":"emoí","pronunciation":null,"derivation":"a prolonged form of G3427 (μοί);","strongs_definition":"to me","kjv_definition":"I, me, mine, my"} +{"id":"G1699","strongs_number":"G1699","system":"greek","language":"greek","number_value":1699,"lemma":"ἐμός","transliteration":"emós","pronunciation":null,"derivation":"from the oblique cases of G1473 (ἐγώ) (G1698 (ἐμοί), G1700 (ἐμοῦ), G1691 (ἐμέ));","strongs_definition":"my","kjv_definition":"of me, mine (own), my"} +{"id":"G1700","strongs_number":"G1700","system":"greek","language":"greek","number_value":1700,"lemma":"ἐμοῦ","transliteration":"emoû","pronunciation":null,"derivation":"a prolonged form of G3449 (μόχθος);","strongs_definition":"of me","kjv_definition":"me, mine, my"} +{"id":"G1701","strongs_number":"G1701","system":"greek","language":"greek","number_value":1701,"lemma":"ἐμπαιγμός","transliteration":"empaigmós","pronunciation":null,"derivation":"from G1702 (ἐμπαίζω);","strongs_definition":"derision","kjv_definition":"mocking"} +{"id":"G1702","strongs_number":"G1702","system":"greek","language":"greek","number_value":1702,"lemma":"ἐμπαίζω","transliteration":"empaízō","pronunciation":null,"derivation":"from G1722 (ἐν) and G3815 (παίζω);","strongs_definition":"to jeer at, i.e. deride","kjv_definition":"mock"} +{"id":"G1703","strongs_number":"G1703","system":"greek","language":"greek","number_value":1703,"lemma":"ἐμπαίκτης","transliteration":"empaíktēs","pronunciation":null,"derivation":"from G1702 (ἐμπαίζω);","strongs_definition":"a derider, i.e. (by implication) a false teacher","kjv_definition":"mocker, scoffer"} +{"id":"G1704","strongs_number":"G1704","system":"greek","language":"greek","number_value":1704,"lemma":"ἐμπεριπατέω","transliteration":"emperipatéō","pronunciation":null,"derivation":"from G1722 (ἐν) and G4043 (περιπατέω);","strongs_definition":"to perambulate on a place, i.e. (figuratively) to be occupied among persons","kjv_definition":"walk in"} +{"id":"G1705","strongs_number":"G1705","system":"greek","language":"greek","number_value":1705,"lemma":"ἐμπίπλημι","transliteration":"empíplēmi","pronunciation":null,"derivation":"from G1722 (ἐν) and the base of G4118 (πλεῖστος);","strongs_definition":"to fill in (up), i.e. (by implication) to satisfy (literally or figuratively)","kjv_definition":"fill"} +{"id":"G1706","strongs_number":"G1706","system":"greek","language":"greek","number_value":1706,"lemma":"ἐμπίπτω","transliteration":"empíptō","pronunciation":null,"derivation":"from G1722 (ἐν) and G4098 (πίπτω);","strongs_definition":"to fall on, i.e. (literally) to be entrapped by, or (figuratively) be overwhelmed with","kjv_definition":"fall among (into)"} +{"id":"G1707","strongs_number":"G1707","system":"greek","language":"greek","number_value":1707,"lemma":"ἐμπλέκω","transliteration":"emplékō","pronunciation":null,"derivation":"from G1722 (ἐν) and G4120 (πλέκω);","strongs_definition":"to entwine, i.e. (figuratively) involve with","kjv_definition":"entangle (in, self with)"} +{"id":"G1708","strongs_number":"G1708","system":"greek","language":"greek","number_value":1708,"lemma":"ἐμπλοκή","transliteration":"emplokḗ","pronunciation":null,"derivation":"from G1707 (ἐμπλέκω);","strongs_definition":"elaborate braiding of the hair","kjv_definition":"plaiting"} +{"id":"G1709","strongs_number":"G1709","system":"greek","language":"greek","number_value":1709,"lemma":"ἐμπνέω","transliteration":"empnéō","pronunciation":null,"derivation":"from G1722 (ἐν) and G4154 (πνέω);","strongs_definition":"to inhale, i.e. (figuratively) to be animated by (bent upon)","kjv_definition":"breathe"} +{"id":"G1710","strongs_number":"G1710","system":"greek","language":"greek","number_value":1710,"lemma":"ἐμπορεύομαι","transliteration":"emporeúomai","pronunciation":null,"derivation":"from G1722 (ἐν) and G4198 (πορεύομαι);","strongs_definition":"to travel in (a country as a pedlar), i.e. (by implication) to trade","kjv_definition":"buy and sell, make merchandise"} +{"id":"G1711","strongs_number":"G1711","system":"greek","language":"greek","number_value":1711,"lemma":"ἐμπορία","transliteration":"emporía","pronunciation":null,"derivation":"feminine from G1713 (ἔμπορος);","strongs_definition":"traffic","kjv_definition":"merchandise"} +{"id":"G1712","strongs_number":"G1712","system":"greek","language":"greek","number_value":1712,"lemma":"ἐμπόριον","transliteration":"empórion","pronunciation":null,"derivation":"neuter from G1713 (ἔμπορος);","strongs_definition":"a mart (\"emporium\")","kjv_definition":"merchandise"} +{"id":"G1713","strongs_number":"G1713","system":"greek","language":"greek","number_value":1713,"lemma":"ἔμπορος","transliteration":"émporos","pronunciation":null,"derivation":"from G1722 (ἐν) and the base of G4198 (πορεύομαι);","strongs_definition":"a (wholesale) tradesman","kjv_definition":"merchant"} +{"id":"G1714","strongs_number":"G1714","system":"greek","language":"greek","number_value":1714,"lemma":"ἐμπρήθω","transliteration":"emprḗthō","pronunciation":null,"derivation":"from G1722 (ἐν) and (to blow a flame);","strongs_definition":"to enkindle, i.e. set on fire","kjv_definition":"burn up"} +{"id":"G1715","strongs_number":"G1715","system":"greek","language":"greek","number_value":1715,"lemma":"ἔμπροσθεν","transliteration":"émprosthen","pronunciation":null,"derivation":"from G1722 (ἐν) and G4314 (πρός);","strongs_definition":"in front of (in place (literally or figuratively) or time)","kjv_definition":"against, at, before, (in presence, sight) of"} +{"id":"G1716","strongs_number":"G1716","system":"greek","language":"greek","number_value":1716,"lemma":"ἐμπτύω","transliteration":"emptýō","pronunciation":null,"derivation":"from G1722 (ἐν) and G4429 (πτύω);","strongs_definition":"to spit at or on","kjv_definition":"spit (upon)"} +{"id":"G1717","strongs_number":"G1717","system":"greek","language":"greek","number_value":1717,"lemma":"ἐμφανής","transliteration":"emphanḗs","pronunciation":null,"derivation":"from a compound of G1722 (ἐν) and G5316 (φαίνω);","strongs_definition":"apparent in self","kjv_definition":"manifest, openly"} +{"id":"G1718","strongs_number":"G1718","system":"greek","language":"greek","number_value":1718,"lemma":"ἐμφανίζω","transliteration":"emphanízō","pronunciation":null,"derivation":"from G1717 (ἐμφανής);","strongs_definition":"to exhibit (in person) or disclose (by words)","kjv_definition":"appear, declare (plainly), inform, (will) manifest, shew, signify"} +{"id":"G1719","strongs_number":"G1719","system":"greek","language":"greek","number_value":1719,"lemma":"ἔμφοβος","transliteration":"émphobos","pronunciation":null,"derivation":"from G1722 (ἐν) and G5401 (φόβος);","strongs_definition":"in fear, i.e. alarmed","kjv_definition":"affrighted, afraid, tremble"} +{"id":"G1720","strongs_number":"G1720","system":"greek","language":"greek","number_value":1720,"lemma":"ἐμφυσάω","transliteration":"emphysáō","pronunciation":null,"derivation":"from G1722 (ἐν) and (to puff) (compare G5453 (φύω));","strongs_definition":"to blow at or on","kjv_definition":"breathe on"} +{"id":"G1721","strongs_number":"G1721","system":"greek","language":"greek","number_value":1721,"lemma":"ἔμφυτος","transliteration":"émphytos","pronunciation":null,"derivation":"from G1722 (ἐν) and a derivative of G5453 (φύω);","strongs_definition":"implanted (figuratively)","kjv_definition":"engrafted"} +{"id":"G1722","strongs_number":"G1722","system":"greek","language":"greek","number_value":1722,"lemma":"ἐν","transliteration":"en","pronunciation":null,"derivation":"a primary preposition denoting (fixed) position (in place, time or state), and (by implication) instrumentality (medially or constructively), i.e. a relation of rest (intermediate between G1519 (εἰς) and G1537 (ἐκ));","strongs_definition":"\"in,\" at, (up-)on, by, etc.","kjv_definition":"about, after, against, + almost, X altogether, among, X as, at, before, between, (here-)by (+ all means), for (… sake of), + give self wholly to, (here-)in(-to, -wardly), X mightily, (because) of, (up-)on, (open-)ly, X outwardly, one, X quickly, X shortly, (speedi-)ly, X that, X there(-in, -on), through(-out), (un-)to(-ward), under, when, where(-with), while, with(-in)"} +{"id":"G1723","strongs_number":"G1723","system":"greek","language":"greek","number_value":1723,"lemma":"ἐναγκαλίζομαι","transliteration":"enankalízomai","pronunciation":null,"derivation":"from G1722 (ἐν) and a derivative of G43 (ἀγκάλη);","strongs_definition":"to take in one's arms, i.e. embrace","kjv_definition":"take up in arms"} +{"id":"G1724","strongs_number":"G1724","system":"greek","language":"greek","number_value":1724,"lemma":"ἐνάλιος","transliteration":"enálios","pronunciation":null,"derivation":"from G1722 (ἐν) and G251 (ἅλς);","strongs_definition":"in the sea, i.e. marine","kjv_definition":"thing in the sea"} +{"id":"G1725","strongs_number":"G1725","system":"greek","language":"greek","number_value":1725,"lemma":"ἔναντι","transliteration":"énanti","pronunciation":null,"derivation":"from G1722 (ἐν) and G473 (ἀντί);","strongs_definition":"in front (i.e. figuratively, presence) of","kjv_definition":"before"} +{"id":"G1726","strongs_number":"G1726","system":"greek","language":"greek","number_value":1726,"lemma":"ἐναντίον","transliteration":"enantíon","pronunciation":null,"derivation":"neuter of G1727 (ἐναντίος);","strongs_definition":"(adverbially) in the presence (view) of","kjv_definition":"before, in the presence of"} +{"id":"G1727","strongs_number":"G1727","system":"greek","language":"greek","number_value":1727,"lemma":"ἐναντίος","transliteration":"enantíos","pronunciation":null,"derivation":"from G1725 (ἔναντι);","strongs_definition":"opposite; figuratively, antagonistic","kjv_definition":"(over) against, contrary"} +{"id":"G1728","strongs_number":"G1728","system":"greek","language":"greek","number_value":1728,"lemma":"ἐνάρχομαι","transliteration":"enárchomai","pronunciation":null,"derivation":"from G1722 (ἐν) and G756 (ἄρχομαι);","strongs_definition":"to commence on","kjv_definition":"rule (by mistake for G757 (ἄρχω))"} +{"id":"G1729","strongs_number":"G1729","system":"greek","language":"greek","number_value":1729,"lemma":"ἐνδεής","transliteration":"endeḗs","pronunciation":null,"derivation":"from a compound of G1722 (ἐν) and G1210 (δέω) (in the sense of lacking);","strongs_definition":"deficient in","kjv_definition":"lacking"} +{"id":"G1730","strongs_number":"G1730","system":"greek","language":"greek","number_value":1730,"lemma":"ἔνδειγμα","transliteration":"éndeigma","pronunciation":null,"derivation":"from G1731 (ἐνδείκνυμι);","strongs_definition":"an indication (concretely)","kjv_definition":"manifest token"} +{"id":"G1731","strongs_number":"G1731","system":"greek","language":"greek","number_value":1731,"lemma":"ἐνδείκνυμι","transliteration":"endeíknymi","pronunciation":null,"derivation":"from G1722 (ἐν) and G1166 (δεικνύω);","strongs_definition":"to indicate (by word or act)","kjv_definition":"do, show (forth)"} +{"id":"G1732","strongs_number":"G1732","system":"greek","language":"greek","number_value":1732,"lemma":"ἔνδειξις","transliteration":"éndeixis","pronunciation":null,"derivation":"from G1731 (ἐνδείκνυμι);","strongs_definition":"indication (abstractly)","kjv_definition":"declare, evident token, proof"} +{"id":"G1733","strongs_number":"G1733","system":"greek","language":"greek","number_value":1733,"lemma":"ἕνδεκα","transliteration":"héndeka","pronunciation":null,"derivation":"from (the neuter of) G1520 (εἷς) and G1176 (δέκα);","strongs_definition":"one and ten, i.e. eleven","kjv_definition":"eleven"} +{"id":"G1734","strongs_number":"G1734","system":"greek","language":"greek","number_value":1734,"lemma":"ἑνδέκατος","transliteration":"hendékatos","pronunciation":null,"derivation":"ordinal from G1733 (ἕνδεκα);","strongs_definition":"eleventh","kjv_definition":"eleventh"} +{"id":"G1735","strongs_number":"G1735","system":"greek","language":"greek","number_value":1735,"lemma":"ἐνδέχεται","transliteration":"endéchetai","pronunciation":null,"derivation":"third person singular present of a compound of G1722 (ἐν) and G1209 (δέχομαι);","strongs_definition":"(impersonally) it is accepted in, i.e. admitted (possible)","kjv_definition":"can (+ not) be"} +{"id":"G1736","strongs_number":"G1736","system":"greek","language":"greek","number_value":1736,"lemma":"ἐνδημέω","transliteration":"endēméō","pronunciation":null,"derivation":"from a compound of G1722 (ἐν) and G1218 (δῆμος);","strongs_definition":"to be in one's own country, i.e. home (figuratively)","kjv_definition":"be at home (present)"} +{"id":"G1737","strongs_number":"G1737","system":"greek","language":"greek","number_value":1737,"lemma":"ἐνδιδύσκω","transliteration":"endidýskō","pronunciation":null,"derivation":"a prolonged form of G1746 (ἐνδύω);","strongs_definition":"to invest (with a garment)","kjv_definition":"clothe in, wear"} +{"id":"G1738","strongs_number":"G1738","system":"greek","language":"greek","number_value":1738,"lemma":"ἔνδικος","transliteration":"éndikos","pronunciation":null,"derivation":"from G1722 (ἐν) and G1349 (δίκη);","strongs_definition":"in the right, i.e. equitable","kjv_definition":"just"} +{"id":"G1739","strongs_number":"G1739","system":"greek","language":"greek","number_value":1739,"lemma":"ἐνδόμησις","transliteration":"endómēsis","pronunciation":null,"derivation":"from a compound of G1722 (ἐν) and a derivative of the base of G1218 (δῆμος);","strongs_definition":"a housing in (residence), i.e. structure","kjv_definition":"building"} +{"id":"G1740","strongs_number":"G1740","system":"greek","language":"greek","number_value":1740,"lemma":"ἐνδοξάζω","transliteration":"endoxázō","pronunciation":null,"derivation":"from G1741 (ἔνδοξος);","strongs_definition":"to glorify","kjv_definition":"glorify"} +{"id":"G1741","strongs_number":"G1741","system":"greek","language":"greek","number_value":1741,"lemma":"ἔνδοξος","transliteration":"éndoxos","pronunciation":null,"derivation":"from G1722 (ἐν) and G1391 (δόξα);","strongs_definition":"in glory, i.e. splendid, (figuratively) noble","kjv_definition":"glorious, gorgeous(-ly), honourable"} +{"id":"G1742","strongs_number":"G1742","system":"greek","language":"greek","number_value":1742,"lemma":"ἔνδυμα","transliteration":"éndyma","pronunciation":null,"derivation":"from G1746 (ἐνδύω);","strongs_definition":"apparel (especially the outer robe)","kjv_definition":"clothing, garment, raiment"} +{"id":"G1743","strongs_number":"G1743","system":"greek","language":"greek","number_value":1743,"lemma":"ἐνδυναμόω","transliteration":"endynamóō","pronunciation":null,"derivation":"from G1722 (ἐν) and G1412 (δυναμόω);","strongs_definition":"to empower","kjv_definition":"enable, (increase in) strength(-en), be (make) strong"} +{"id":"G1744","strongs_number":"G1744","system":"greek","language":"greek","number_value":1744,"lemma":"ἐνδύνω","transliteration":"endýnō","pronunciation":null,"derivation":"from G1772 (ἔννομος) and G1416 (δύνω);","strongs_definition":"to sink (by implication, wrap (compare G1746 (ἐνδύω)) on, i.e. (figuratively) sneak","kjv_definition":"creep"} +{"id":"G1745","strongs_number":"G1745","system":"greek","language":"greek","number_value":1745,"lemma":"ἔνδυσις","transliteration":"éndysis","pronunciation":null,"derivation":"from G1746 (ἐνδύω);","strongs_definition":"investment with clothing","kjv_definition":"putting on"} +{"id":"G1746","strongs_number":"G1746","system":"greek","language":"greek","number_value":1746,"lemma":"ἐνδύω","transliteration":"endýō","pronunciation":null,"derivation":"from G1722 (ἐν) and G1416 (δύνω) (in the sense of sinking into a garment);","strongs_definition":"to invest with clothing (literally or figuratively)","kjv_definition":"array, clothe (with), endue, have (put) on"} +{"id":"G1747","strongs_number":"G1747","system":"greek","language":"greek","number_value":1747,"lemma":"ἐνέδρα","transliteration":"enédra","pronunciation":null,"derivation":"feminine from G1722 (ἐν) and the base of G1476 (ἑδραῖος);","strongs_definition":"an ambuscade, i.e. (figuratively) murderous purpose","kjv_definition":"lay wait"} +{"id":"G1748","strongs_number":"G1748","system":"greek","language":"greek","number_value":1748,"lemma":"ἐνεδρεύω","transliteration":"enedreúō","pronunciation":null,"derivation":"from G1747 (ἐνέδρα);","strongs_definition":"to lurk, i.e. (figuratively) plot assassination","kjv_definition":"lay wait for"} +{"id":"G1749","strongs_number":"G1749","system":"greek","language":"greek","number_value":1749,"lemma":"ἔνεδρον","transliteration":"énedron","pronunciation":null,"derivation":"neuter of the same as G1747 (ἐνέδρα);","strongs_definition":"an ambush, i.e. (figuratively) murderous design","kjv_definition":"lying in wait"} +{"id":"G1750","strongs_number":"G1750","system":"greek","language":"greek","number_value":1750,"lemma":"ἐνειλέω","transliteration":"eneiléō","pronunciation":null,"derivation":"from G1772 (ἔννομος) and the base of G1507 (εἱλίσσω);","strongs_definition":"to enwrap","kjv_definition":"wrap in"} +{"id":"G1751","strongs_number":"G1751","system":"greek","language":"greek","number_value":1751,"lemma":"ἔνειμι","transliteration":"éneimi","pronunciation":null,"derivation":"from G1772 (ἔννομος) and G1510 (εἰμί);","strongs_definition":"to be within (neuter participle plural)","kjv_definition":"such things as … have"} +{"id":"G1752","strongs_number":"G1752","system":"greek","language":"greek","number_value":1752,"lemma":"ἕνεκα","transliteration":"héneka","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"on account of","kjv_definition":"because, for (cause, sake), (where-)fore, by reason of, that"} +{"id":"G1753","strongs_number":"G1753","system":"greek","language":"greek","number_value":1753,"lemma":"ἐνέργεια","transliteration":"enérgeia","pronunciation":null,"derivation":"from G1756 (ἐνεργής);","strongs_definition":"efficiency (\"energy\")","kjv_definition":"operation, strong, (effectual) working"} +{"id":"G1754","strongs_number":"G1754","system":"greek","language":"greek","number_value":1754,"lemma":"ἐνεργέω","transliteration":"energéō","pronunciation":null,"derivation":"from G1756 (ἐνεργής);","strongs_definition":"to be active, efficient","kjv_definition":"do, (be) effectual (fervent), be mighty in, shew forth self, work (effectually in)"} +{"id":"G1755","strongs_number":"G1755","system":"greek","language":"greek","number_value":1755,"lemma":"ἐνέργημα","transliteration":"enérgēma","pronunciation":null,"derivation":"from G1754 (ἐνεργέω);","strongs_definition":"an effect","kjv_definition":"operation, working"} +{"id":"G1756","strongs_number":"G1756","system":"greek","language":"greek","number_value":1756,"lemma":"ἐνεργής","transliteration":"energḗs","pronunciation":null,"derivation":"from G1722 (ἐν) and G2041 (ἔργον);","strongs_definition":"active, operative","kjv_definition":"effectual, powerful"} +{"id":"G1757","strongs_number":"G1757","system":"greek","language":"greek","number_value":1757,"lemma":"ἐνευλογέω","transliteration":"eneulogéō","pronunciation":null,"derivation":"from G1722 (ἐν) and G2127 (εὐλογέω);","strongs_definition":"to confer a benefit on","kjv_definition":"bless"} +{"id":"G1758","strongs_number":"G1758","system":"greek","language":"greek","number_value":1758,"lemma":"ἐνέχω","transliteration":"enéchō","pronunciation":null,"derivation":"from G1722 (ἐν) and G2192 (ἔχω);","strongs_definition":"to hold in or upon, i.e. ensnare; by implication, to keep a grudge","kjv_definition":"entangle with, have a quarrel against, urge"} +{"id":"G1759","strongs_number":"G1759","system":"greek","language":"greek","number_value":1759,"lemma":"ἐνθάδε","transliteration":"entháde","pronunciation":null,"derivation":"from a prolonged form of G1722 (ἐν);","strongs_definition":"properly, within, i.e. (of place) here, hither","kjv_definition":"(t-)here, hither"} +{"id":"G1760","strongs_number":"G1760","system":"greek","language":"greek","number_value":1760,"lemma":"ἐνθυμέομαι","transliteration":"enthyméomai","pronunciation":null,"derivation":"from a compound of G1722 (ἐν) and G2372 (θυμός);","strongs_definition":"to be inspirited, i.e. ponder","kjv_definition":"think"} +{"id":"G1761","strongs_number":"G1761","system":"greek","language":"greek","number_value":1761,"lemma":"ἐνθύμησις","transliteration":"enthýmēsis","pronunciation":null,"derivation":"from G1760 (ἐνθυμέομαι);","strongs_definition":"deliberation","kjv_definition":"device, thought"} +{"id":"G1762","strongs_number":"G1762","system":"greek","language":"greek","number_value":1762,"lemma":"ἔνι","transliteration":"éni","pronunciation":null,"derivation":"contraction for the third person singular present indicative of G1751 (ἔνειμι);","strongs_definition":"impersonally, there is in or among","kjv_definition":"be, (there) is"} +{"id":"G1763","strongs_number":"G1763","system":"greek","language":"greek","number_value":1763,"lemma":"ἐνιαυτός","transliteration":"eniautós","pronunciation":null,"derivation":"prolongation from a primary (a year);","strongs_definition":"a year","kjv_definition":"year"} +{"id":"G1764","strongs_number":"G1764","system":"greek","language":"greek","number_value":1764,"lemma":"ἐνίστημι","transliteration":"enístēmi","pronunciation":null,"derivation":"from G1722 (ἐν) and G2476 (ἵστημι);","strongs_definition":"to place on hand, i.e. (reflexively) impend, (participle) be instant","kjv_definition":"come, be at hand, present"} +{"id":"G1765","strongs_number":"G1765","system":"greek","language":"greek","number_value":1765,"lemma":"ἐνισχύω","transliteration":"enischýō","pronunciation":null,"derivation":"from G1722 (ἐν) and G2480 (ἰσχύω);","strongs_definition":"to invigorate (transitively or reflexively)","kjv_definition":"strengthen"} +{"id":"G1766","strongs_number":"G1766","system":"greek","language":"greek","number_value":1766,"lemma":"ἔννατος","transliteration":"énnatos","pronunciation":null,"derivation":"ordinal from G1767 (ἐννέα);","strongs_definition":"ninth","kjv_definition":"ninth"} +{"id":"G1767","strongs_number":"G1767","system":"greek","language":"greek","number_value":1767,"lemma":"ἐννέα","transliteration":"ennéa","pronunciation":null,"derivation":"a primary number;","strongs_definition":"nine","kjv_definition":"nine"} +{"id":"G1768","strongs_number":"G1768","system":"greek","language":"greek","number_value":1768,"lemma":"ἐννενηκονταεννέα","transliteration":"ennenēkontaennéa","pronunciation":null,"derivation":"from a (tenth) multiple of G1767 (ἐννέα) and G1767 (ἐννέα) itself;","strongs_definition":"ninety-nine","kjv_definition":"ninety and nine"} +{"id":"G1769","strongs_number":"G1769","system":"greek","language":"greek","number_value":1769,"lemma":"ἐννεός","transliteration":"enneós","pronunciation":null,"derivation":"from G1770 (ἐννεύω);","strongs_definition":"dumb (as making signs), i.e. silent from astonishment","kjv_definition":"speechless"} +{"id":"G1770","strongs_number":"G1770","system":"greek","language":"greek","number_value":1770,"lemma":"ἐννεύω","transliteration":"enneúō","pronunciation":null,"derivation":"from G1722 (ἐν) and G3506 (νεύω);","strongs_definition":"to nod at, i.e. beckon or communicate by gesture","kjv_definition":"make signs"} +{"id":"G1771","strongs_number":"G1771","system":"greek","language":"greek","number_value":1771,"lemma":"ἔννοια","transliteration":"énnoia","pronunciation":null,"derivation":"from a compound of G1722 (ἐν) and G3563 (νοῦς);","strongs_definition":"thoughtfulness, i.e. moral understanding","kjv_definition":"intent, mind"} +{"id":"G1772","strongs_number":"G1772","system":"greek","language":"greek","number_value":1772,"lemma":"ἔννομος","transliteration":"énnomos","pronunciation":null,"derivation":"from G1722 (ἐν) and G3551 (νόμος);","strongs_definition":"(subjectively) legal, or (objectively) subject to","kjv_definition":"lawful, under law"} +{"id":"G1773","strongs_number":"G1773","system":"greek","language":"greek","number_value":1773,"lemma":"ἔννυχον","transliteration":"énnychon","pronunciation":null,"derivation":"neuter of a compound of G1722 (ἐν) and G3571 (νύξ);","strongs_definition":"(adverbially) by night","kjv_definition":"before day"} +{"id":"G1774","strongs_number":"G1774","system":"greek","language":"greek","number_value":1774,"lemma":"ἐνοικέω","transliteration":"enoikéō","pronunciation":null,"derivation":"from G1722 (ἐν) and G3611 (οἰκέω);","strongs_definition":"to inhabit (figuratively)","kjv_definition":"dwell in"} +{"id":"G1775","strongs_number":"G1775","system":"greek","language":"greek","number_value":1775,"lemma":"ἑνότης","transliteration":"henótēs","pronunciation":null,"derivation":"from G1520 (εἷς);","strongs_definition":"oneness, i.e. (figuratively) unanimity","kjv_definition":"unity"} +{"id":"G1776","strongs_number":"G1776","system":"greek","language":"greek","number_value":1776,"lemma":"ἐνοχλέω","transliteration":"enochléō","pronunciation":null,"derivation":"from G1722 (ἐν) and G3791 (ὀχλέω);","strongs_definition":"to crowd in, i.e. (figuratively) to annoy","kjv_definition":"trouble"} +{"id":"G1777","strongs_number":"G1777","system":"greek","language":"greek","number_value":1777,"lemma":"ἔνοχος","transliteration":"énochos","pronunciation":null,"derivation":"from G1758 (ἐνέχω);","strongs_definition":"liable to (a condition, penalty or imputation)","kjv_definition":"in danger of, guilty of, subject to"} +{"id":"G1778","strongs_number":"G1778","system":"greek","language":"greek","number_value":1778,"lemma":"ἔνταλμα","transliteration":"éntalma","pronunciation":null,"derivation":"from G1781 (ἐντέλλομαι);","strongs_definition":"an injunction, i.e. religious precept","kjv_definition":"commandment"} +{"id":"G1779","strongs_number":"G1779","system":"greek","language":"greek","number_value":1779,"lemma":"ἐνταφιάζω","transliteration":"entaphiázō","pronunciation":null,"derivation":"from a compound of G1722 (ἐν) and G5028 (τάφος);","strongs_definition":"to inswathe with cerements for interment","kjv_definition":"bury"} +{"id":"G1780","strongs_number":"G1780","system":"greek","language":"greek","number_value":1780,"lemma":"ἐνταφιασμός","transliteration":"entaphiasmós","pronunciation":null,"derivation":"from G1779 (ἐνταφιάζω);","strongs_definition":"preparation for interment","kjv_definition":"burying"} +{"id":"G1781","strongs_number":"G1781","system":"greek","language":"greek","number_value":1781,"lemma":"ἐντέλλομαι","transliteration":"entéllomai","pronunciation":null,"derivation":"from G1722 (ἐν) and the base of G5056 (τέλος);","strongs_definition":"to enjoin","kjv_definition":"(give) charge, (give) command(-ments), injoin"} +{"id":"G1782","strongs_number":"G1782","system":"greek","language":"greek","number_value":1782,"lemma":"ἐντεῦθεν","transliteration":"enteûthen","pronunciation":null,"derivation":"from the same as G1759 (ἐνθάδε);","strongs_definition":"hence (literally or figuratively); (repeated) on both sides","kjv_definition":"(from) hence, on either side"} +{"id":"G1783","strongs_number":"G1783","system":"greek","language":"greek","number_value":1783,"lemma":"ἔντευξις","transliteration":"énteuxis","pronunciation":null,"derivation":"from G1793 (ἐντυγχάνω);","strongs_definition":"an interview, i.e. (specially) supplication","kjv_definition":"intercession, prayer"} +{"id":"G1784","strongs_number":"G1784","system":"greek","language":"greek","number_value":1784,"lemma":"ἔντιμος","transliteration":"éntimos","pronunciation":null,"derivation":"from G1722 (ἐν) and G5092 (τιμή);","strongs_definition":"valued (figuratively)","kjv_definition":"dear, more honourable, precious, in reputation"} +{"id":"G1785","strongs_number":"G1785","system":"greek","language":"greek","number_value":1785,"lemma":"ἐντολή","transliteration":"entolḗ","pronunciation":null,"derivation":"from G1781 (ἐντέλλομαι);","strongs_definition":"injunction, i.e. an authoritative prescription","kjv_definition":"commandment, precept"} +{"id":"G1786","strongs_number":"G1786","system":"greek","language":"greek","number_value":1786,"lemma":"ἐντόπιος","transliteration":"entópios","pronunciation":null,"derivation":"from G1722 (ἐν) and G5117 (τόπος);","strongs_definition":"a resident","kjv_definition":"of that place"} +{"id":"G1787","strongs_number":"G1787","system":"greek","language":"greek","number_value":1787,"lemma":"ἐντός","transliteration":"entós","pronunciation":null,"derivation":"from G1722 (ἐν);","strongs_definition":"inside (adverb or noun)","kjv_definition":"within"} +{"id":"G1788","strongs_number":"G1788","system":"greek","language":"greek","number_value":1788,"lemma":"ἐντρέπω","transliteration":"entrépō","pronunciation":null,"derivation":"from G1722 (ἐν) and the base of G5157 (τροπή);","strongs_definition":"to invert, i.e. (figuratively and reflexively) in a good sense, to respect; or in a bad one, to confound","kjv_definition":"regard, (give) reference, shame"} +{"id":"G1789","strongs_number":"G1789","system":"greek","language":"greek","number_value":1789,"lemma":"ἐντρέφω","transliteration":"entréphō","pronunciation":null,"derivation":"from G1722 (ἐν) and G5142 (τρέφω);","strongs_definition":"(figuratively) to educate","kjv_definition":"nourish up in"} +{"id":"G1790","strongs_number":"G1790","system":"greek","language":"greek","number_value":1790,"lemma":"ἔντρομος","transliteration":"éntromos","pronunciation":null,"derivation":"from G1722 (ἐν) and G5156 (τρόμος);","strongs_definition":"terrified","kjv_definition":"X quake, X trembled"} +{"id":"G1791","strongs_number":"G1791","system":"greek","language":"greek","number_value":1791,"lemma":"ἐντροπή","transliteration":"entropḗ","pronunciation":null,"derivation":"from G1788 (ἐντρέπω);","strongs_definition":"confusion","kjv_definition":"shame"} +{"id":"G1792","strongs_number":"G1792","system":"greek","language":"greek","number_value":1792,"lemma":"ἐντρυφάω","transliteration":"entrypháō","pronunciation":null,"derivation":"from G1722 (ἐν) and G5171 (τρυφάω);","strongs_definition":"to revel in","kjv_definition":"sporting selves"} +{"id":"G1793","strongs_number":"G1793","system":"greek","language":"greek","number_value":1793,"lemma":"ἐντυγχάνω","transliteration":"entynchánō","pronunciation":null,"derivation":"from G1722 (ἐν) and G5177 (τυγχάνω);","strongs_definition":"to chance upon, i.e. (by implication) confer with; by extension to entreat (in favor or against)","kjv_definition":"deal with, make intercession"} +{"id":"G1794","strongs_number":"G1794","system":"greek","language":"greek","number_value":1794,"lemma":"ἐντυλίσσω","transliteration":"entylíssō","pronunciation":null,"derivation":"from G1722 (ἐν) and (to twist;","strongs_definition":"probably akin to G1507 (εἱλίσσω)); to entwine, i.e. wind up in","kjv_definition":"wrap in (together)"} +{"id":"G1795","strongs_number":"G1795","system":"greek","language":"greek","number_value":1795,"lemma":"ἐντυπόω","transliteration":"entypóō","pronunciation":null,"derivation":"from G1722 (ἐν) and a derivative of G5179 (τύπος);","strongs_definition":"to enstamp, i.e. engrave","kjv_definition":"engrave"} +{"id":"G1796","strongs_number":"G1796","system":"greek","language":"greek","number_value":1796,"lemma":"ἐνυβρίζω","transliteration":"enybrízō","pronunciation":null,"derivation":"from G1722 (ἐν) and G5195 (ὑβρίζω);","strongs_definition":"to insult","kjv_definition":"do despite unto"} +{"id":"G1797","strongs_number":"G1797","system":"greek","language":"greek","number_value":1797,"lemma":"ἐνυπνιάζομαι","transliteration":"enypniázomai","pronunciation":null,"derivation":"middle voice from G1798 (ἐνύπνιον);","strongs_definition":"to dream","kjv_definition":"dream(-er)"} +{"id":"G1798","strongs_number":"G1798","system":"greek","language":"greek","number_value":1798,"lemma":"ἐνύπνιον","transliteration":"enýpnion","pronunciation":null,"derivation":"from G1722 (ἐν) and G5258 (ὕπνος);","strongs_definition":"something seen in sleep, i.e. a dream (vision in a dream)","kjv_definition":"dream"} +{"id":"G1799","strongs_number":"G1799","system":"greek","language":"greek","number_value":1799,"lemma":"ἐνώπιον","transliteration":"enṓpion","pronunciation":null,"derivation":"neuter of a compound of G1722 (ἐν) and a derivative of G3700 (ὀπτάνομαι);","strongs_definition":"in the face of (literally or figuratively)","kjv_definition":"before, in the presence (sight) of, to"} +{"id":"G1800","strongs_number":"G1800","system":"greek","language":"greek","number_value":1800,"lemma":"Ἐνώς","transliteration":"Enṓs","pronunciation":null,"derivation":"of Hebrew origin (H0583);","strongs_definition":"Enos (i.e. Enosh), a patriarch","kjv_definition":"Enos"} +{"id":"G1801","strongs_number":"G1801","system":"greek","language":"greek","number_value":1801,"lemma":"ἐνωτίζομαι","transliteration":"enōtízomai","pronunciation":null,"derivation":"middle voice from a compound of G1722 (ἐν) and G3775 (οὖς);","strongs_definition":"to take in one's ear, i.e. to listen","kjv_definition":"hearken"} +{"id":"G1802","strongs_number":"G1802","system":"greek","language":"greek","number_value":1802,"lemma":"Ἐνώχ","transliteration":"Enṓch","pronunciation":null,"derivation":"of Hebrew origin (H02585);","strongs_definition":"Enoch (i.e. Chanok), an antediluvian","kjv_definition":"Enoch"} +{"id":"G1803","strongs_number":"G1803","system":"greek","language":"greek","number_value":1803,"lemma":"ἕξ","transliteration":"héx","pronunciation":null,"derivation":"a primary numeral;","strongs_definition":"six","kjv_definition":"six"} +{"id":"G1804","strongs_number":"G1804","system":"greek","language":"greek","number_value":1804,"lemma":"ἐξαγγέλλω","transliteration":"exangéllō","pronunciation":null,"derivation":"from G1537 (ἐκ) and the base of G32 (ἄγγελος);","strongs_definition":"to publish, i.e. celebrate","kjv_definition":"shew forth"} +{"id":"G1805","strongs_number":"G1805","system":"greek","language":"greek","number_value":1805,"lemma":"ἐξαγοράζω","transliteration":"exagorázō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G59 (ἀγοράζω);","strongs_definition":"to buy up, i.e. ransom; figuratively, to rescue from loss (improve opportunity)","kjv_definition":"redeem"} +{"id":"G1806","strongs_number":"G1806","system":"greek","language":"greek","number_value":1806,"lemma":"ἐξάγω","transliteration":"exágō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G71 (ἄγω);","strongs_definition":"to lead forth","kjv_definition":"bring forth (out), fetch (lead) out"} +{"id":"G1807","strongs_number":"G1807","system":"greek","language":"greek","number_value":1807,"lemma":"ἐξαιρέω","transliteration":"exairéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G138 (αἱρέομαι);","strongs_definition":"actively, to tear out; middle voice, to select; figuratively, to release","kjv_definition":"deliver, pluck out, rescue"} +{"id":"G1808","strongs_number":"G1808","system":"greek","language":"greek","number_value":1808,"lemma":"ἐξαίρω","transliteration":"exaírō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G142 (αἴρω);","strongs_definition":"to remove","kjv_definition":"put (take) away"} +{"id":"G1809","strongs_number":"G1809","system":"greek","language":"greek","number_value":1809,"lemma":"ἐξαιτέομαι","transliteration":"exaitéomai","pronunciation":null,"derivation":"middle voice from G1537 (ἐκ) and G154 (αἰτέω);","strongs_definition":"to demand (for trial)","kjv_definition":"desire"} +{"id":"G1810","strongs_number":"G1810","system":"greek","language":"greek","number_value":1810,"lemma":"ἐξαίφνης","transliteration":"exaíphnēs","pronunciation":null,"derivation":"from G1537 (ἐκ) and the base of G160 (αἰφνίδιος);","strongs_definition":"of a sudden (unexpectedly)","kjv_definition":"suddenly"} +{"id":"G1811","strongs_number":"G1811","system":"greek","language":"greek","number_value":1811,"lemma":"ἐξακολουθέω","transliteration":"exakolouthéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G190 (ἀκολουθέω);","strongs_definition":"to follow out, i.e. (figuratively) to imitate, obey, yield to","kjv_definition":"follow"} +{"id":"G1812","strongs_number":"G1812","system":"greek","language":"greek","number_value":1812,"lemma":"ἑξακόσιοι","transliteration":"hexakósioi","pronunciation":null,"derivation":"plural ordinal from G1803 (ἕξ) and G1540 (ἑκατόν);","strongs_definition":"six hundred","kjv_definition":"six hundred"} +{"id":"G1813","strongs_number":"G1813","system":"greek","language":"greek","number_value":1813,"lemma":"ἐξαλείφω","transliteration":"exaleíphō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G218 (ἀλείφω);","strongs_definition":"to smear out, i.e. obliterate (erase tears, figuratively, pardon sin)","kjv_definition":"blot out, wipe away"} +{"id":"G1814","strongs_number":"G1814","system":"greek","language":"greek","number_value":1814,"lemma":"ἐξάλλομαι","transliteration":"exállomai","pronunciation":null,"derivation":"from G1537 (ἐκ) and G242 (ἅλλομαι);","strongs_definition":"to spring forth","kjv_definition":"leap up"} +{"id":"G1815","strongs_number":"G1815","system":"greek","language":"greek","number_value":1815,"lemma":"ἐξανάστασις","transliteration":"exanástasis","pronunciation":null,"derivation":"from G1817 (ἐξανίστημι);","strongs_definition":"a rising from death","kjv_definition":"resurrection"} +{"id":"G1816","strongs_number":"G1816","system":"greek","language":"greek","number_value":1816,"lemma":"ἐξανατέλλω","transliteration":"exanatéllō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G393 (ἀνατέλλω);","strongs_definition":"to start up out of the ground, i.e. germinate","kjv_definition":"spring up"} +{"id":"G1817","strongs_number":"G1817","system":"greek","language":"greek","number_value":1817,"lemma":"ἐξανίστημι","transliteration":"exanístēmi","pronunciation":null,"derivation":"from G1537 (ἐκ) and G450 (ἀνίστημι);","strongs_definition":"objectively, to produce, i.e. (figuratively) beget; subjectively, to arise, i.e. (figuratively) object","kjv_definition":"raise (rise) up"} +{"id":"G1818","strongs_number":"G1818","system":"greek","language":"greek","number_value":1818,"lemma":"ἐξαπατάω","transliteration":"exapatáō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G538 (ἀπατάω);","strongs_definition":"to seduce wholly","kjv_definition":"beguile, deceive"} +{"id":"G1819","strongs_number":"G1819","system":"greek","language":"greek","number_value":1819,"lemma":"ἐξάπινα","transliteration":"exápina","pronunciation":null,"derivation":"from G1537 (ἐκ) and a derivative of the same as G160 (αἰφνίδιος);","strongs_definition":"of a sudden, i.e. unexpectedly","kjv_definition":"suddenly"} +{"id":"G1820","strongs_number":"G1820","system":"greek","language":"greek","number_value":1820,"lemma":"ἐξαπορέομαι","transliteration":"exaporéomai","pronunciation":null,"derivation":"middle voice from G1537 (ἐκ) and G639 (ἀπορέω);","strongs_definition":"to be utterly at a loss, i.e. despond","kjv_definition":"(in) despair"} +{"id":"G1821","strongs_number":"G1821","system":"greek","language":"greek","number_value":1821,"lemma":"ἐξαποστέλλω","transliteration":"exapostéllō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G649 (ἀποστέλλω);","strongs_definition":"to send away forth, i.e. (on a mission) to despatch, or (peremptorily) to dismiss","kjv_definition":"send (away, forth, out)"} +{"id":"G1822","strongs_number":"G1822","system":"greek","language":"greek","number_value":1822,"lemma":"ἐξαρτίζω","transliteration":"exartízō","pronunciation":null,"derivation":"from G1537 (ἐκ) and a derivative of G739 (ἄρτιος);","strongs_definition":"to finish out (time); figuratively, to equip fully (a teacher)","kjv_definition":"accomplish, thoroughly furnish"} +{"id":"G1823","strongs_number":"G1823","system":"greek","language":"greek","number_value":1823,"lemma":"ἐξαστράπτω","transliteration":"exastráptō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G797 (ἀστράπτω);","strongs_definition":"to lighten forth, i.e. (figuratively) to be radiant (of very white garments)","kjv_definition":"glistening"} +{"id":"G1824","strongs_number":"G1824","system":"greek","language":"greek","number_value":1824,"lemma":"ἐξαυτῆς","transliteration":"exautēs","pronunciation":null,"derivation":"from G1537 (ἐκ) and the genitive case singular feminine of G846 (αὐτός) (G5610 (ὥρα) being understood);","strongs_definition":"from that hour, i.e. instantly","kjv_definition":"by and by, immediately, presently, straightway"} +{"id":"G1825","strongs_number":"G1825","system":"greek","language":"greek","number_value":1825,"lemma":"ἐξεγείρω","transliteration":"exegeírō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1453 (ἐγείρω);","strongs_definition":"to rouse fully, i.e. (figuratively) to resuscitate (from death), release (from infliction)","kjv_definition":"raise up"} +{"id":"G1826","strongs_number":"G1826","system":"greek","language":"greek","number_value":1826,"lemma":"ἔξειμι","transliteration":"éxeimi","pronunciation":null,"derivation":"from G1537 (ἐκ) and (to go);","strongs_definition":"to issue, i.e. leave (a place), escape (to the shore)","kjv_definition":"depart, get (to land), go out"} +{"id":"G1827","strongs_number":"G1827","system":"greek","language":"greek","number_value":1827,"lemma":"ἐξελέγχω","transliteration":"exelénchō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1651 (ἐλέγχω);","strongs_definition":"to convict fully, i.e. (by implication) to punish","kjv_definition":"convince"} +{"id":"G1828","strongs_number":"G1828","system":"greek","language":"greek","number_value":1828,"lemma":"ἐξέλκω","transliteration":"exélkō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1670 (ἑλκύω);","strongs_definition":"to drag forth, i.e. (figuratively) to entice (to sin)","kjv_definition":"draw away"} +{"id":"G1829","strongs_number":"G1829","system":"greek","language":"greek","number_value":1829,"lemma":"ἐξέραμα","transliteration":"exérama","pronunciation":null,"derivation":"from a comparative of G1537 (ἐκ) and a presumed (to spue);","strongs_definition":"vomit, i.e. food disgorged","kjv_definition":"vomit"} +{"id":"G1830","strongs_number":"G1830","system":"greek","language":"greek","number_value":1830,"lemma":"ἐξερευνάω","transliteration":"exereunáō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2045 (ἐρευνάω);","strongs_definition":"to explore (figuratively)","kjv_definition":"search diligently"} +{"id":"G1831","strongs_number":"G1831","system":"greek","language":"greek","number_value":1831,"lemma":"ἐξέρχομαι","transliteration":"exérchomai","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2064 (ἔρχομαι);","strongs_definition":"to issue (literally or figuratively)","kjv_definition":"come (forth, out), depart (out of), escape, get out, go (abroad, away, forth, out, thence), proceed (forth), spread abroad"} +{"id":"G1832","strongs_number":"G1832","system":"greek","language":"greek","number_value":1832,"lemma":"ἔξεστι","transliteration":"éxesti","pronunciation":null,"derivation":"third person singular present indicative of a compound of G1537 (ἐκ) and G1510 (εἰμί);","strongs_definition":"so also neuter present participle of the same (with or without some form of G1510 (εἰμί) expressed); impersonally, it is right (through the figurative idea of being out in public)","kjv_definition":"be lawful, let, X may(-est)"} +{"id":"G1833","strongs_number":"G1833","system":"greek","language":"greek","number_value":1833,"lemma":"ἐξετάζω","transliteration":"exetázō","pronunciation":null,"derivation":"from G1537 (ἐκ) and (to examine);","strongs_definition":"to test thoroughly (by questions), i.e. ascertain or interrogate","kjv_definition":"ask, enquire, search"} +{"id":"G1834","strongs_number":"G1834","system":"greek","language":"greek","number_value":1834,"lemma":"ἐξηγέομαι","transliteration":"exēgéomai","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2233 (ἡγέομαι);","strongs_definition":"to consider out (aloud), i.e. rehearse, unfold","kjv_definition":"declare, tell"} +{"id":"G1835","strongs_number":"G1835","system":"greek","language":"greek","number_value":1835,"lemma":"ἑξήκοντα","transliteration":"hexḗkonta","pronunciation":null,"derivation":"the tenth multiple of G1803 (ἕξ);","strongs_definition":"sixty","kjv_definition":"sixty(-fold), threescore"} +{"id":"G1836","strongs_number":"G1836","system":"greek","language":"greek","number_value":1836,"lemma":"ἑξῆς","transliteration":"hexēs","pronunciation":null,"derivation":"from G2192 (ἔχω) (in the sense of taking hold of, i.e. adjoining);","strongs_definition":"successive","kjv_definition":"after, following, X morrow, next"} +{"id":"G1837","strongs_number":"G1837","system":"greek","language":"greek","number_value":1837,"lemma":"ἐξηχέομαι","transliteration":"exēchéomai","pronunciation":null,"derivation":"middle voice from G1537 (ἐκ) and G2278 (ἠχέω);","strongs_definition":"to \"echo\" forth, i.e. resound (be generally reported)","kjv_definition":"sound forth"} +{"id":"G1838","strongs_number":"G1838","system":"greek","language":"greek","number_value":1838,"lemma":"ἕξις","transliteration":"héxis","pronunciation":null,"derivation":"from G2192 (ἔχω);","strongs_definition":"habit, i.e. (by implication) practice","kjv_definition":"use"} +{"id":"G1839","strongs_number":"G1839","system":"greek","language":"greek","number_value":1839,"lemma":"ἐξίστημι","transliteration":"exístēmi","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2476 (ἵστημι);","strongs_definition":"to put (stand) out of wits, i.e. astound, or (reflexively) become astounded, insane","kjv_definition":"amaze, be (make) astonished, be beside self (selves), bewitch, wonder"} +{"id":"G1840","strongs_number":"G1840","system":"greek","language":"greek","number_value":1840,"lemma":"ἐξισχύω","transliteration":"exischýō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2480 (ἰσχύω);","strongs_definition":"to have full strength, i.e. be entirely competent","kjv_definition":"be able"} +{"id":"G1841","strongs_number":"G1841","system":"greek","language":"greek","number_value":1841,"lemma":"ἔξοδος","transliteration":"éxodos","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3598 (ὁδός);","strongs_definition":"an exit, i.e. (figuratively) death","kjv_definition":"decease, departing"} +{"id":"G1842","strongs_number":"G1842","system":"greek","language":"greek","number_value":1842,"lemma":"ἐξολοθρεύω","transliteration":"exolothreúō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3645 (ὀλοθρεύω);","strongs_definition":"to extirpate","kjv_definition":"destroy"} +{"id":"G1843","strongs_number":"G1843","system":"greek","language":"greek","number_value":1843,"lemma":"ἐξομολογέω","transliteration":"exomologéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3670 (ὁμολογέω);","strongs_definition":"to acknowledge or (by implication, of assent) agree fully","kjv_definition":"confess, profess, promise"} +{"id":"G1844","strongs_number":"G1844","system":"greek","language":"greek","number_value":1844,"lemma":"ἐξορκίζω","transliteration":"exorkízō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3726 (ὁρκίζω);","strongs_definition":"to exact an oath, i.e. conjure","kjv_definition":"adjure"} +{"id":"G1845","strongs_number":"G1845","system":"greek","language":"greek","number_value":1845,"lemma":"ἐξορκιστής","transliteration":"exorkistḗs","pronunciation":null,"derivation":"from G1844 (ἐξορκίζω);","strongs_definition":"one that binds by an oath (or spell), i.e. (by implication) an \"exorcist\" (conjurer)","kjv_definition":"exorcist"} +{"id":"G1846","strongs_number":"G1846","system":"greek","language":"greek","number_value":1846,"lemma":"ἐξορύσσω","transliteration":"exorýssō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3736 (ὀρύσσω);","strongs_definition":"to dig out, i.e. (by extension) to extract (an eye), remove (roofing)","kjv_definition":"break up, pluck out"} +{"id":"G1847","strongs_number":"G1847","system":"greek","language":"greek","number_value":1847,"lemma":"ἐξουδενόω","transliteration":"exoudenóō","pronunciation":null,"derivation":"from G1537 (ἐκ) and a derivative of the neuter of G3762 (οὐδείς);","strongs_definition":"to make utterly nothing of, i.e. despise","kjv_definition":"set at nought"} +{"id":"G1848","strongs_number":"G1848","system":"greek","language":"greek","number_value":1848,"lemma":"ἐξουθενέω","transliteration":"exouthenéō","pronunciation":null,"derivation":"a variation of G1847 (ἐξουδενόω) and meaning the same","strongs_definition":null,"kjv_definition":"contemptible, despise, least esteemed, set at nought"} +{"id":"G1849","strongs_number":"G1849","system":"greek","language":"greek","number_value":1849,"lemma":"ἐξουσία","transliteration":"exousía","pronunciation":null,"derivation":"from G1832 (ἔξεστι) (in the sense of ability);","strongs_definition":"privilege, i.e. (subjectively) force, capacity, competency, freedom, or (objectively) mastery (concretely, magistrate, superhuman, potentate, token of control), delegated influence","kjv_definition":"authority, jurisdiction, liberty, power, right, strength"} +{"id":"G1850","strongs_number":"G1850","system":"greek","language":"greek","number_value":1850,"lemma":"ἐξουσιάζω","transliteration":"exousiázō","pronunciation":null,"derivation":"from G1849 (ἐξουσία);","strongs_definition":"to control","kjv_definition":"exercise authority upon, bring under the (have) power of"} +{"id":"G1851","strongs_number":"G1851","system":"greek","language":"greek","number_value":1851,"lemma":"ἐξοχή","transliteration":"exochḗ","pronunciation":null,"derivation":"from a compound of G1537 (ἐκ) and G2192 (ἔχω) (meaning to stand out);","strongs_definition":"prominence (figuratively)","kjv_definition":"principal"} +{"id":"G1852","strongs_number":"G1852","system":"greek","language":"greek","number_value":1852,"lemma":"ἐξυπνίζω","transliteration":"exypnízō","pronunciation":null,"derivation":"from G1853 (ἔξυπνος);","strongs_definition":"to waken","kjv_definition":"awake out of sleep"} +{"id":"G1853","strongs_number":"G1853","system":"greek","language":"greek","number_value":1853,"lemma":"ἔξυπνος","transliteration":"éxypnos","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5258 (ὕπνος);","strongs_definition":"awake","kjv_definition":"X out of sleep"} +{"id":"G1854","strongs_number":"G1854","system":"greek","language":"greek","number_value":1854,"lemma":"ἔξω","transliteration":"éxō","pronunciation":null,"derivation":"adverb from G1537 (ἐκ);","strongs_definition":"out(-side, of doors), literally or figuratively","kjv_definition":"away, forth, (with-)out (of, -ward), strange"} +{"id":"G1855","strongs_number":"G1855","system":"greek","language":"greek","number_value":1855,"lemma":"ἔξωθεν","transliteration":"éxōthen","pronunciation":null,"derivation":"from G1854 (ἔξω);","strongs_definition":"external(-ly)","kjv_definition":"out(-side, -ward, - wardly), (from) without"} +{"id":"G1856","strongs_number":"G1856","system":"greek","language":"greek","number_value":1856,"lemma":"ἐξωθέω","transliteration":"exōthéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and (to push);","strongs_definition":"to expel; by implication, to propel","kjv_definition":"drive out, thrust in"} +{"id":"G1857","strongs_number":"G1857","system":"greek","language":"greek","number_value":1857,"lemma":"ἐξώτερος","transliteration":"exṓteros","pronunciation":null,"derivation":"comparative of G1854 (ἔξω);","strongs_definition":"exterior","kjv_definition":"outer"} +{"id":"G1858","strongs_number":"G1858","system":"greek","language":"greek","number_value":1858,"lemma":"ἑορτάζω","transliteration":"heortázō","pronunciation":null,"derivation":"from G1859 (ἑορτή);","strongs_definition":"to observe a festival","kjv_definition":"keep the feast"} +{"id":"G1859","strongs_number":"G1859","system":"greek","language":"greek","number_value":1859,"lemma":"ἑορτή","transliteration":"heortḗ","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a festival","kjv_definition":"feast, holyday"} +{"id":"G1860","strongs_number":"G1860","system":"greek","language":"greek","number_value":1860,"lemma":"ἐπαγγελία","transliteration":"epangelía","pronunciation":null,"derivation":"from G1861 (ἐπαγγέλλω);","strongs_definition":"an announcement (for information, assent or pledge; especially a divine assurance of good)","kjv_definition":"message, promise"} +{"id":"G1861","strongs_number":"G1861","system":"greek","language":"greek","number_value":1861,"lemma":"ἐπαγγέλλω","transliteration":"epangéllō","pronunciation":null,"derivation":"from G1909 (ἐπί) and the base of G32 (ἄγγελος);","strongs_definition":"to announce upon (reflexively), i.e. (by implication) to engage to do something, to assert something respecting oneself","kjv_definition":"profess, (make) promise"} +{"id":"G1862","strongs_number":"G1862","system":"greek","language":"greek","number_value":1862,"lemma":"ἐπάγγελμα","transliteration":"epángelma","pronunciation":null,"derivation":"from G1861 (ἐπαγγέλλω);","strongs_definition":"a self-committal (by assurance of conferring some good)","kjv_definition":"promise"} +{"id":"G1863","strongs_number":"G1863","system":"greek","language":"greek","number_value":1863,"lemma":"ἐπάγω","transliteration":"epágō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G71 (ἄγω);","strongs_definition":"to superinduce, i.e. inflict (an evil), charge (a crime)","kjv_definition":"bring upon"} +{"id":"G1864","strongs_number":"G1864","system":"greek","language":"greek","number_value":1864,"lemma":"ἐπαγωνίζομαι","transliteration":"epagōnízomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G75 (ἀγωνίζομαι);","strongs_definition":"to struggle for","kjv_definition":"earnestly contend for"} +{"id":"G1865","strongs_number":"G1865","system":"greek","language":"greek","number_value":1865,"lemma":"ἐπαθροίζω","transliteration":"epathroízō","pronunciation":null,"derivation":"from G1909 (ἐπί) and (to assemble);","strongs_definition":"to accumulate","kjv_definition":"gather thick together"} +{"id":"G1866","strongs_number":"G1866","system":"greek","language":"greek","number_value":1866,"lemma":"Ἐπαίνετος","transliteration":"Epaínetos","pronunciation":null,"derivation":"from G1867 (ἐπαινέω);","strongs_definition":"praised; Epænetus, a Christian","kjv_definition":"Epenetus"} +{"id":"G1867","strongs_number":"G1867","system":"greek","language":"greek","number_value":1867,"lemma":"ἐπαινέω","transliteration":"epainéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G134 (αἰνέω);","strongs_definition":"to applaud","kjv_definition":"commend, laud, praise"} +{"id":"G1868","strongs_number":"G1868","system":"greek","language":"greek","number_value":1868,"lemma":"ἔπαινος","transliteration":"épainos","pronunciation":null,"derivation":"from G1909 (ἐπί) and the base of G134 (αἰνέω);","strongs_definition":"laudation; concretely, a commendable thing","kjv_definition":"praise"} +{"id":"G1869","strongs_number":"G1869","system":"greek","language":"greek","number_value":1869,"lemma":"ἐπαίρω","transliteration":"epaírō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G142 (αἴρω);","strongs_definition":"to raise up (literally or figuratively)","kjv_definition":"exalt self, poise (lift, take) up"} +{"id":"G1870","strongs_number":"G1870","system":"greek","language":"greek","number_value":1870,"lemma":"ἐπαισχύνομαι","transliteration":"epaischýnomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G153 (αἰσχύνομαι);","strongs_definition":"to feel shame for something","kjv_definition":"be ashamed"} +{"id":"G1871","strongs_number":"G1871","system":"greek","language":"greek","number_value":1871,"lemma":"ἐπαιτέω","transliteration":"epaitéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G154 (αἰτέω);","strongs_definition":"to ask for","kjv_definition":"beg"} +{"id":"G1872","strongs_number":"G1872","system":"greek","language":"greek","number_value":1872,"lemma":"ἐπακολουθέω","transliteration":"epakolouthéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G190 (ἀκολουθέω);","strongs_definition":"to accompany","kjv_definition":"follow (after)"} +{"id":"G1873","strongs_number":"G1873","system":"greek","language":"greek","number_value":1873,"lemma":"ἐπακούω","transliteration":"epakoúō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G191 (ἀκούω);","strongs_definition":"to hearken (favorably) to","kjv_definition":"hear"} +{"id":"G1874","strongs_number":"G1874","system":"greek","language":"greek","number_value":1874,"lemma":"ἐπακροάομαι","transliteration":"epakroáomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and the base of G202 (ἀκροατής);","strongs_definition":"to listen (intently) to","kjv_definition":"hear"} +{"id":"G1875","strongs_number":"G1875","system":"greek","language":"greek","number_value":1875,"lemma":"ἐπάν","transliteration":"epán","pronunciation":null,"derivation":"from G1909 (ἐπί) and G302 (ἄν);","strongs_definition":"a particle of indefinite contemporaneousness; whenever, as soon as","kjv_definition":"when"} +{"id":"G1876","strongs_number":"G1876","system":"greek","language":"greek","number_value":1876,"lemma":"ἐπάναγκες","transliteration":"epánankes","pronunciation":null,"derivation":"neuter of a presumed compound of G1909 (ἐπί) and G318 (ἀνάγκη);","strongs_definition":"(adverbially) on necessity, i.e. necessarily","kjv_definition":"necessary"} +{"id":"G1877","strongs_number":"G1877","system":"greek","language":"greek","number_value":1877,"lemma":"ἐπανάγω","transliteration":"epanágō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G321 (ἀνάγω);","strongs_definition":"to lead up on, i.e. (technical) to put out (to sea); (intransitively) to return","kjv_definition":"launch (thrust) out, return"} +{"id":"G1878","strongs_number":"G1878","system":"greek","language":"greek","number_value":1878,"lemma":"ἐπαναμιμνήσκω","transliteration":"epanamimnḗskō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G363 (ἀναμιμνήσκω);","strongs_definition":"to remind of","kjv_definition":"put in mind"} +{"id":"G1879","strongs_number":"G1879","system":"greek","language":"greek","number_value":1879,"lemma":"ἐπαναπαύομαι","transliteration":"epanapaúomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and G373 (ἀναπαύω);","strongs_definition":"to settle on; literally (remain) or figuratively (rely)","kjv_definition":"rest in (upon)"} +{"id":"G1880","strongs_number":"G1880","system":"greek","language":"greek","number_value":1880,"lemma":"ἐπανέρχομαι","transliteration":"epanérchomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G424 (ἀνέρχομαι);","strongs_definition":"to come up on, i.e. return","kjv_definition":"come again, return"} +{"id":"G1881","strongs_number":"G1881","system":"greek","language":"greek","number_value":1881,"lemma":"ἐπανίσταμαι","transliteration":"epanístamai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and G450 (ἀνίστημι);","strongs_definition":"to stand up on, i.e. (figuratively) to attack","kjv_definition":"rise up against"} +{"id":"G1882","strongs_number":"G1882","system":"greek","language":"greek","number_value":1882,"lemma":"ἐπανόρθωσις","transliteration":"epanórthōsis","pronunciation":null,"derivation":"from a compound of G1909 (ἐπί) and G461 (ἀνορθόω);","strongs_definition":"a straightening up again, i.e. (figuratively) rectification (reformation)","kjv_definition":"correction"} +{"id":"G1883","strongs_number":"G1883","system":"greek","language":"greek","number_value":1883,"lemma":"ἐπάνω","transliteration":"epánō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G507 (ἄνω);","strongs_definition":"up above, i.e. over or on (of place, amount, rank, etc.)","kjv_definition":"above, more than, (up-)on, over"} +{"id":"G1884","strongs_number":"G1884","system":"greek","language":"greek","number_value":1884,"lemma":"ἐπαρκέω","transliteration":"eparkéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G714 (ἀρκέω);","strongs_definition":"to avail for, i.e. help","kjv_definition":"relieve"} +{"id":"G1885","strongs_number":"G1885","system":"greek","language":"greek","number_value":1885,"lemma":"ἐπαρχία","transliteration":"eparchía","pronunciation":null,"derivation":"from a compound of G1909 (ἐπί) and G757 (ἄρχω) (meaning a governor of a district, \"eparch\");","strongs_definition":"a special region of government, i.e. a Roman præfecture","kjv_definition":"province"} +{"id":"G1886","strongs_number":"G1886","system":"greek","language":"greek","number_value":1886,"lemma":"ἔπαυλις","transliteration":"épaulis","pronunciation":null,"derivation":"from G1909 (ἐπί) and an equivalent of G833 (αὐλή);","strongs_definition":"a hut over the head, i.e. a dwelling","kjv_definition":"habitation"} +{"id":"G1887","strongs_number":"G1887","system":"greek","language":"greek","number_value":1887,"lemma":"ἐπαύριον","transliteration":"epaúrion","pronunciation":null,"derivation":"from G1909 (ἐπί) and G839 (αὔριον);","strongs_definition":"occurring on the succeeding day, i.e. (G2250 (ἡμέρα) being implied) to-morrow","kjv_definition":"day following, morrow, next day (after)"} +{"id":"G1888","strongs_number":"G1888","system":"greek","language":"greek","number_value":1888,"lemma":"ἐπαυτοφώρῳ","transliteration":"epautophṓrōi","pronunciation":null,"derivation":"from G1909 (ἐπί) and G846 (αὐτός) and (the dative case singular of) a derivative of (a thief);","strongs_definition":"in theft itself, i.e. (by analogy) in actual crime","kjv_definition":"in the very act"} +{"id":"G1889","strongs_number":"G1889","system":"greek","language":"greek","number_value":1889,"lemma":"Ἐπαφρᾶς","transliteration":"Epaphrâs","pronunciation":null,"derivation":"contracted from G1891 (Ἐπαφρόδιτος);","strongs_definition":"Epaphras, a Christian","kjv_definition":"Epaphras"} +{"id":"G1890","strongs_number":"G1890","system":"greek","language":"greek","number_value":1890,"lemma":"ἐπαφρίζω","transliteration":"epaphrízō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G875 (ἀφρίζω);","strongs_definition":"to foam upon, i.e. (figuratively) to exhibit (a vile passion)","kjv_definition":"foam out"} +{"id":"G1891","strongs_number":"G1891","system":"greek","language":"greek","number_value":1891,"lemma":"Ἐπαφρόδιτος","transliteration":"Epaphróditos","pronunciation":null,"derivation":"from G1909 (ἐπί) (in the sense of devoted to) and (Venus);","strongs_definition":"Epaphroditus, a Christian","kjv_definition":"Epaphroditus"} +{"id":"G1892","strongs_number":"G1892","system":"greek","language":"greek","number_value":1892,"lemma":"ἐπεγείρω","transliteration":"epegeírō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1453 (ἐγείρω);","strongs_definition":"to rouse upon, i.e. (figuratively) to excite against","kjv_definition":"raise, stir up"} +{"id":"G1893","strongs_number":"G1893","system":"greek","language":"greek","number_value":1893,"lemma":"ἐπεί","transliteration":"epeí","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1487 (εἰ);","strongs_definition":"thereupon, i.e. since (of time or cause)","kjv_definition":"because, else, for that (then, -asmuch as), otherwise, seeing that, since, when"} +{"id":"G1894","strongs_number":"G1894","system":"greek","language":"greek","number_value":1894,"lemma":"ἐπειδή","transliteration":"epeidḗ","pronunciation":null,"derivation":"from G1893 (ἐπεί) and G1211 (δή);","strongs_definition":"since now, i.e. (of time) when, or (of cause) whereas","kjv_definition":"after that, because, for (that, -asmuch as), seeing, since"} +{"id":"G1895","strongs_number":"G1895","system":"greek","language":"greek","number_value":1895,"lemma":"ἐπειδήπερ","transliteration":"epeidḗper","pronunciation":null,"derivation":"from G1894 (ἐπειδή) and G4007 (περ);","strongs_definition":"since indeed (of cause)","kjv_definition":"forasmuch"} +{"id":"G1896","strongs_number":"G1896","system":"greek","language":"greek","number_value":1896,"lemma":"ἐπεῖδον","transliteration":"epeîdon","pronunciation":null,"derivation":"and other moods and persons of the same tense; from G1909 (ἐπί) and G1492 (εἴδω);","strongs_definition":"to regard (favorably or otherwise)","kjv_definition":"behold, look upon"} +{"id":"G1897","strongs_number":"G1897","system":"greek","language":"greek","number_value":1897,"lemma":"ἐπείπερ","transliteration":"epeíper","pronunciation":null,"derivation":"from G1893 (ἐπεί) and G4007 (περ);","strongs_definition":"since indeed (of cause)","kjv_definition":"seeing"} +{"id":"G1898","strongs_number":"G1898","system":"greek","language":"greek","number_value":1898,"lemma":"ἐπεισαγωγή","transliteration":"epeisagōgḗ","pronunciation":null,"derivation":"from a compound of G1909 (ἐπί) and G1521 (εἰσάγω);","strongs_definition":"a superintroduction","kjv_definition":"bringing in"} +{"id":"G1899","strongs_number":"G1899","system":"greek","language":"greek","number_value":1899,"lemma":"ἔπειτα","transliteration":"épeita","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1534 (εἶτα);","strongs_definition":"thereafter","kjv_definition":"after that(-ward), then"} +{"id":"G1900","strongs_number":"G1900","system":"greek","language":"greek","number_value":1900,"lemma":"ἐπέκεινα","transliteration":"epékeina","pronunciation":null,"derivation":"from G1909 (ἐπί) and (the accusative case plural neuter of) G1565 (ἐκεῖνος);","strongs_definition":"upon those parts of, i.e. on the further side of","kjv_definition":"beyond"} +{"id":"G1901","strongs_number":"G1901","system":"greek","language":"greek","number_value":1901,"lemma":"ἐπεκτείνομαι","transliteration":"epekteínomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and G1614 (ἐκτείνω);","strongs_definition":"to stretch (oneself) forward upon","kjv_definition":"reach forth"} +{"id":"G1902","strongs_number":"G1902","system":"greek","language":"greek","number_value":1902,"lemma":"ἐπενδύομαι","transliteration":"ependýomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and G1746 (ἐνδύω);","strongs_definition":"to invest upon oneself","kjv_definition":"be clothed upon"} +{"id":"G1903","strongs_number":"G1903","system":"greek","language":"greek","number_value":1903,"lemma":"ἐπενδύτης","transliteration":"ependýtēs","pronunciation":null,"derivation":"from G1902 (ἐπενδύομαι);","strongs_definition":"a wrapper, i.e. outer garment","kjv_definition":"fisher's coat"} +{"id":"G1904","strongs_number":"G1904","system":"greek","language":"greek","number_value":1904,"lemma":"ἐπέρχομαι","transliteration":"epérchomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2064 (ἔρχομαι);","strongs_definition":"to supervene, i.e. arrive, occur, impend, attack, (figuratively) influence","kjv_definition":"come (in, upon)"} +{"id":"G1905","strongs_number":"G1905","system":"greek","language":"greek","number_value":1905,"lemma":"ἐπερωτάω","transliteration":"eperōtáō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2065 (ἐρωτάω);","strongs_definition":"to ask for, i.e. inquire, seek","kjv_definition":"ask (after, questions), demand, desire, question"} +{"id":"G1906","strongs_number":"G1906","system":"greek","language":"greek","number_value":1906,"lemma":"ἐπερώτημα","transliteration":"eperṓtēma","pronunciation":null,"derivation":"from G1905 (ἐπερωτάω);","strongs_definition":"an inquiry","kjv_definition":"answer"} +{"id":"G1907","strongs_number":"G1907","system":"greek","language":"greek","number_value":1907,"lemma":"ἐπέχω","transliteration":"epéchō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2192 (ἔχω);","strongs_definition":"to hold upon, i.e. (by implication) to retain; (by extension) to detain; (with implication, of G3563 (νοῦς)) to pay attention to","kjv_definition":"give (take) heed unto, hold forth, mark, stay"} +{"id":"G1908","strongs_number":"G1908","system":"greek","language":"greek","number_value":1908,"lemma":"ἐπηρεάζω","transliteration":"epēreázō","pronunciation":null,"derivation":"from a comparative of G1909 (ἐπί) and (probably) (threats);","strongs_definition":"to insult, slander","kjv_definition":"use despitefully, falsely accuse"} +{"id":"G1909","strongs_number":"G1909","system":"greek","language":"greek","number_value":1909,"lemma":"ἐπί","transliteration":"epí","pronunciation":null,"derivation":"a primary preposition;","strongs_definition":"properly, meaning superimposition (of time, place, order, etc.), as a relation of distribution (with the genitive case), i.e. over, upon, etc.; of rest (with the dative case) at, on, etc.; of direction (with the accusative case) towards, upon, etc.","kjv_definition":"about (the times), above, after, against, among, as long as (touching), at, beside, X have charge of, (be-, (where-))fore, in (a place, as much as, the time of, -to), (because) of, (up-)on (behalf of), over, (by, for) the space of, through(-out), (un-)to(-ward), with"} +{"id":"G1910","strongs_number":"G1910","system":"greek","language":"greek","number_value":1910,"lemma":"ἐπιβαίνω","transliteration":"epibaínō","pronunciation":null,"derivation":"from G1909 (ἐπί) and the base of G939 (βάσις);","strongs_definition":"to walk upon, i.e. mount, ascend, embark, arrive","kjv_definition":"come (into), enter into, go abroad, sit upon, take ship"} +{"id":"G1911","strongs_number":"G1911","system":"greek","language":"greek","number_value":1911,"lemma":"ἐπιβάλλω","transliteration":"epibállō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G906 (βάλλω);","strongs_definition":"to throw upon (literal or figurative, transitive or reflexive; usually with more or less force); specially (with G1438 (ἑαυτοῦ) implied) to reflect; impersonally, to belong to","kjv_definition":"beat into, cast (up-)on, fall, lay (on), put (unto), stretch forth, think on"} +{"id":"G1912","strongs_number":"G1912","system":"greek","language":"greek","number_value":1912,"lemma":"ἐπιβαρέω","transliteration":"epibaréō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G916 (βαρέω);","strongs_definition":"to be heavy upon, i.e. (pecuniarily) to be expensive to; figuratively, to be severe towards","kjv_definition":"be chargeable to, overcharge"} +{"id":"G1913","strongs_number":"G1913","system":"greek","language":"greek","number_value":1913,"lemma":"ἐπιβιβάζω","transliteration":"epibibázō","pronunciation":null,"derivation":"from G1909 (ἐπί) and a reduplicated derivative of the base of G939 (βάσις) (compare G307 (ἀναβιβάζω));","strongs_definition":"to cause to mount (an animal)","kjv_definition":"set on"} +{"id":"G1914","strongs_number":"G1914","system":"greek","language":"greek","number_value":1914,"lemma":"ἐπιβλέπω","transliteration":"epiblépō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G991 (βλέπω);","strongs_definition":"to gaze at (with favor, pity or partiality)","kjv_definition":"look upon, regard, have respect to"} +{"id":"G1915","strongs_number":"G1915","system":"greek","language":"greek","number_value":1915,"lemma":"ἐπίβλημα","transliteration":"epíblēma","pronunciation":null,"derivation":"from G1911 (ἐπιβάλλω);","strongs_definition":"a patch","kjv_definition":"piece"} +{"id":"G1916","strongs_number":"G1916","system":"greek","language":"greek","number_value":1916,"lemma":"ἐπιβοάω","transliteration":"epiboáō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G994 (βοάω);","strongs_definition":"to exclaim against","kjv_definition":"cry"} +{"id":"G1917","strongs_number":"G1917","system":"greek","language":"greek","number_value":1917,"lemma":"ἐπιβουλή","transliteration":"epiboulḗ","pronunciation":null,"derivation":"from a presumed compound of G1909 (ἐπί) and G1014 (βούλομαι);","strongs_definition":"a plan against someone, i.e. a plot","kjv_definition":"laying (lying) in wait"} +{"id":"G1918","strongs_number":"G1918","system":"greek","language":"greek","number_value":1918,"lemma":"ἐπιγαμβρεύω","transliteration":"epigambreúō","pronunciation":null,"derivation":"from G1909 (ἐπί) and a derivative of G1062 (γάμος);","strongs_definition":"to form affinity with, i.e. (specially) in a levirate way","kjv_definition":"marry"} +{"id":"G1919","strongs_number":"G1919","system":"greek","language":"greek","number_value":1919,"lemma":"ἐπίγειος","transliteration":"epígeios","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1093 (γῆ);","strongs_definition":"worldly (physically or morally)","kjv_definition":"earthly, in earth, terrestrial"} +{"id":"G1920","strongs_number":"G1920","system":"greek","language":"greek","number_value":1920,"lemma":"ἐπιγίνομαι","transliteration":"epigínomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1096 (γίνομαι);","strongs_definition":"to arrive upon, i.e. spring up (as a wind)","kjv_definition":"blow"} +{"id":"G1921","strongs_number":"G1921","system":"greek","language":"greek","number_value":1921,"lemma":"ἐπιγινώσκω","transliteration":"epiginṓskō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1097 (γινώσκω);","strongs_definition":"to know upon some mark, i.e. recognize; by implication, to become fully acquainted with, to acknowledge","kjv_definition":"(ac-, have, take)know(-ledge, well), perceive"} +{"id":"G1922","strongs_number":"G1922","system":"greek","language":"greek","number_value":1922,"lemma":"ἐπίγνωσις","transliteration":"epígnōsis","pronunciation":null,"derivation":"from G1921 (ἐπιγινώσκω);","strongs_definition":"recognition, i.e. (by implication) full discernment, acknowledgement","kjv_definition":"(ac-)knowledge(-ing, - ment)"} +{"id":"G1923","strongs_number":"G1923","system":"greek","language":"greek","number_value":1923,"lemma":"ἐπιγραφή","transliteration":"epigraphḗ","pronunciation":null,"derivation":"from G1924 (ἐπιγράφω);","strongs_definition":"an inscription","kjv_definition":"superscription"} +{"id":"G1924","strongs_number":"G1924","system":"greek","language":"greek","number_value":1924,"lemma":"ἐπιγράφω","transliteration":"epigráphō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1125 (γράφω);","strongs_definition":"to inscribe (physically or mentally)","kjv_definition":"inscription, write in (over, thereon)"} +{"id":"G1925","strongs_number":"G1925","system":"greek","language":"greek","number_value":1925,"lemma":"ἐπιδείκνυμι","transliteration":"epideíknymi","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1166 (δεικνύω);","strongs_definition":"to exhibit (physically or mentally)","kjv_definition":"shew"} +{"id":"G1926","strongs_number":"G1926","system":"greek","language":"greek","number_value":1926,"lemma":"ἐπιδέχομαι","transliteration":"epidéchomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1209 (δέχομαι);","strongs_definition":"to admit (as a guest or (figuratively) teacher)","kjv_definition":"receive"} +{"id":"G1927","strongs_number":"G1927","system":"greek","language":"greek","number_value":1927,"lemma":"ἐπιδημέω","transliteration":"epidēméō","pronunciation":null,"derivation":"from a compound of G1909 (ἐπί) and G1218 (δῆμος);","strongs_definition":"to make oneself at home, i.e. (by extension) to reside (in a foreign country)","kjv_definition":"(be) dwelling (which were) there, stranger"} +{"id":"G1928","strongs_number":"G1928","system":"greek","language":"greek","number_value":1928,"lemma":"ἐπιδιατάσσομαι","transliteration":"epidiatássomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and G1299 (διατάσσω);","strongs_definition":"to appoint besides, i.e. supplement (as a codicil)","kjv_definition":"add to"} +{"id":"G1929","strongs_number":"G1929","system":"greek","language":"greek","number_value":1929,"lemma":"ἐπιδίδωμι","transliteration":"epidídōmi","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1325 (δίδωμι);","strongs_definition":"to give over (by hand or surrender)","kjv_definition":"deliver unto, give, let (+ (her drive)), offer"} +{"id":"G1930","strongs_number":"G1930","system":"greek","language":"greek","number_value":1930,"lemma":"ἐπιδιορθόω","transliteration":"epidiorthóō","pronunciation":null,"derivation":"from G1909 (ἐπί) and a derivative of G3717 (ὀρθός);","strongs_definition":"to straighten further, i.e. (figuratively) arrange additionally","kjv_definition":"set in order"} +{"id":"G1931","strongs_number":"G1931","system":"greek","language":"greek","number_value":1931,"lemma":"ἐπιδύω","transliteration":"epidýō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1416 (δύνω);","strongs_definition":"to set fully (as the sun)","kjv_definition":"go down"} +{"id":"G1932","strongs_number":"G1932","system":"greek","language":"greek","number_value":1932,"lemma":"ἐπιείκεια","transliteration":"epieíkeia","pronunciation":null,"derivation":"from G1933 (ἐπιεικής);","strongs_definition":"suitableness, i.e. (by implication) equity, mildness","kjv_definition":"clemency, gentleness"} +{"id":"G1933","strongs_number":"G1933","system":"greek","language":"greek","number_value":1933,"lemma":"ἐπιεικής","transliteration":"epieikḗs","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1503 (εἴκω);","strongs_definition":"appropriate, i.e. (by implication) mild","kjv_definition":"gentle, moderation, patient"} +{"id":"G1934","strongs_number":"G1934","system":"greek","language":"greek","number_value":1934,"lemma":"ἐπιζητέω","transliteration":"epizētéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2212 (ζητέω);","strongs_definition":"to search (inquire) for; intensively, to demand, to crave","kjv_definition":"desire, enquire, seek (after, for)"} +{"id":"G1935","strongs_number":"G1935","system":"greek","language":"greek","number_value":1935,"lemma":"ἐπιθανάτιος","transliteration":"epithanátios","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2288 (θάνατος);","strongs_definition":"doomed to death","kjv_definition":"appointed to death"} +{"id":"G1936","strongs_number":"G1936","system":"greek","language":"greek","number_value":1936,"lemma":"ἐπίθεσις","transliteration":"epíthesis","pronunciation":null,"derivation":"from G2007 (ἐπιτίθημι);","strongs_definition":"an imposition (of hands officially)","kjv_definition":"laying (putting) on"} +{"id":"G1937","strongs_number":"G1937","system":"greek","language":"greek","number_value":1937,"lemma":"ἐπιθυμέω","transliteration":"epithyméō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2372 (θυμός);","strongs_definition":"to set the heart upon, i.e. long for (rightfully or otherwise)","kjv_definition":"covet, desire, would fain, lust (after)"} +{"id":"G1938","strongs_number":"G1938","system":"greek","language":"greek","number_value":1938,"lemma":"ἐπιθυμητής","transliteration":"epithymētḗs","pronunciation":null,"derivation":"from G1937 (ἐπιθυμέω);","strongs_definition":"a craver","kjv_definition":"+ lust after"} +{"id":"G1939","strongs_number":"G1939","system":"greek","language":"greek","number_value":1939,"lemma":"ἐπιθυμία","transliteration":"epithymía","pronunciation":null,"derivation":"from G1937 (ἐπιθυμέω);","strongs_definition":"a longing (especially for what is forbidden)","kjv_definition":"concupiscence, desire, lust (after)"} +{"id":"G1940","strongs_number":"G1940","system":"greek","language":"greek","number_value":1940,"lemma":"ἐπικαθίζω","transliteration":"epikathízō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2523 (καθίζω);","strongs_definition":"to seat upon","kjv_definition":"set on"} +{"id":"G1941","strongs_number":"G1941","system":"greek","language":"greek","number_value":1941,"lemma":"ἐπικαλέομαι","transliteration":"epikaléomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and G2564 (καλέω);","strongs_definition":"to entitle; by implication, to invoke (for aid, worship, testimony, decision, etc.)","kjv_definition":"appeal (unto), call (on, upon), surname"} +{"id":"G1942","strongs_number":"G1942","system":"greek","language":"greek","number_value":1942,"lemma":"ἐπικάλυμα","transliteration":"epikályma","pronunciation":null,"derivation":"from G1943 (ἐπικαλύπτω);","strongs_definition":"a covering, i.e. (figuratively) pretext","kjv_definition":"cloke"} +{"id":"G1943","strongs_number":"G1943","system":"greek","language":"greek","number_value":1943,"lemma":"ἐπικαλύπτω","transliteration":"epikalýptō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2572 (καλύπτω);","strongs_definition":"to conceal, i.e. (figuratively) forgive","kjv_definition":"cover"} +{"id":"G1944","strongs_number":"G1944","system":"greek","language":"greek","number_value":1944,"lemma":"ἐπικατάρατος","transliteration":"epikatáratos","pronunciation":null,"derivation":"from G1909 (ἐπί) and a derivative of G2672 (καταράομαι);","strongs_definition":"imprecated, i.e. execrable","kjv_definition":"accursed"} +{"id":"G1945","strongs_number":"G1945","system":"greek","language":"greek","number_value":1945,"lemma":"ἐπίκειμαι","transliteration":"epíkeimai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2749 (κεῖμαι);","strongs_definition":"to rest upon (literally or figuratively)","kjv_definition":"impose, be instant, (be) laid (there-, up-)on, (when) lay (on), lie (on), press upon"} +{"id":"G1946","strongs_number":"G1946","system":"greek","language":"greek","number_value":1946,"lemma":"Ἐπικούρειος","transliteration":"Epikoúreios","pronunciation":null,"derivation":"from (compare G1947 (ἐπικουρία)) (a noted philosopher);","strongs_definition":"an Epicurean or follower of Epicurus","kjv_definition":"Epicurean"} +{"id":"G1947","strongs_number":"G1947","system":"greek","language":"greek","number_value":1947,"lemma":"ἐπικουρία","transliteration":"epikouría","pronunciation":null,"derivation":"from a compound of G1909 (ἐπί) and a (prolonged) form of the base of G2877 (κοράσιον) (in the sense of servant);","strongs_definition":"assistance","kjv_definition":"help"} +{"id":"G1948","strongs_number":"G1948","system":"greek","language":"greek","number_value":1948,"lemma":"ἐπικρίνω","transliteration":"epikrínō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2919 (κρίνω);","strongs_definition":"to adjudge","kjv_definition":"give sentence"} +{"id":"G1949","strongs_number":"G1949","system":"greek","language":"greek","number_value":1949,"lemma":"ἐπιλαμβάνομαι","transliteration":"epilambánomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and G2983 (λαμβάνω);","strongs_definition":"to seize (for help, injury, attainment, or any other purpose; literally or figuratively)","kjv_definition":"catch, lay hold (up-)on, take (by, hold of, on)"} +{"id":"G1950","strongs_number":"G1950","system":"greek","language":"greek","number_value":1950,"lemma":"ἐπιλανθάνομαι","transliteration":"epilanthánomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and G2990 (λανθάνω);","strongs_definition":"to lose out of mind; by implication, to neglect","kjv_definition":"(be) forget(-ful of)"} +{"id":"G1951","strongs_number":"G1951","system":"greek","language":"greek","number_value":1951,"lemma":"ἐπιλέγομαι","transliteration":"epilégomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and G3004 (λέγω);","strongs_definition":"to surname, select","kjv_definition":"call, choose"} +{"id":"G1952","strongs_number":"G1952","system":"greek","language":"greek","number_value":1952,"lemma":"ἐπιλείπω","transliteration":"epileípō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3007 (λείπω);","strongs_definition":"to leave upon, i.e. (figuratively) to be insufficient for","kjv_definition":"fail"} +{"id":"G1953","strongs_number":"G1953","system":"greek","language":"greek","number_value":1953,"lemma":"ἐπιλησμονή","transliteration":"epilēsmonḗ","pronunciation":null,"derivation":"from a derivative of G1950 (ἐπιλανθάνομαι);","strongs_definition":"negligence","kjv_definition":"X forgetful"} +{"id":"G1954","strongs_number":"G1954","system":"greek","language":"greek","number_value":1954,"lemma":"ἐπίλοιπος","transliteration":"epíloipos","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3062 (λοιποί);","strongs_definition":"left over, i.e. remaining","kjv_definition":"rest"} +{"id":"G1955","strongs_number":"G1955","system":"greek","language":"greek","number_value":1955,"lemma":"ἐπίλυσις","transliteration":"epílysis","pronunciation":null,"derivation":"from G1956 (ἐπιλύω);","strongs_definition":"explanation, i.e. application","kjv_definition":"interpretation"} +{"id":"G1956","strongs_number":"G1956","system":"greek","language":"greek","number_value":1956,"lemma":"ἐπιλύω","transliteration":"epilýō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3089 (λύω);","strongs_definition":"to solve further, i.e. (figuratively) to explain, decide","kjv_definition":"determine, expound"} +{"id":"G1957","strongs_number":"G1957","system":"greek","language":"greek","number_value":1957,"lemma":"ἐπιμαρτυρέω","transliteration":"epimartyréō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3140 (μαρτυρέω);","strongs_definition":"to attest further, i.e. corroborate","kjv_definition":"testify"} +{"id":"G1958","strongs_number":"G1958","system":"greek","language":"greek","number_value":1958,"lemma":"ἐπιμέλεια","transliteration":"epiméleia","pronunciation":null,"derivation":"from G1959 (ἐπιμελέομαι);","strongs_definition":"carefulness, i.e. kind attention (hospitality)","kjv_definition":"+ refresh self"} +{"id":"G1959","strongs_number":"G1959","system":"greek","language":"greek","number_value":1959,"lemma":"ἐπιμελέομαι","transliteration":"epimeléomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and the same as G3199 (μέλω);","strongs_definition":"to care for (physically or otherwise)","kjv_definition":"take care of"} +{"id":"G1960","strongs_number":"G1960","system":"greek","language":"greek","number_value":1960,"lemma":"ἐπιμελῶς","transliteration":"epimelōs","pronunciation":null,"derivation":"adverb from a derivative of G1959 (ἐπιμελέομαι);","strongs_definition":"carefully","kjv_definition":"diligently"} +{"id":"G1961","strongs_number":"G1961","system":"greek","language":"greek","number_value":1961,"lemma":"ἐπιμένω","transliteration":"epiménō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3306 (μένω);","strongs_definition":"to stay over, i.e. remain (figuratively, persevere)","kjv_definition":"abide (in), continue (in), tarry"} +{"id":"G1962","strongs_number":"G1962","system":"greek","language":"greek","number_value":1962,"lemma":"ἐπινεύω","transliteration":"epineúō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3506 (νεύω);","strongs_definition":"to nod at, i.e. (by implication) to assent","kjv_definition":"consent"} +{"id":"G1963","strongs_number":"G1963","system":"greek","language":"greek","number_value":1963,"lemma":"ἐπίνοια","transliteration":"epínoia","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3563 (νοῦς);","strongs_definition":"attention of the mind, i.e. (by implication) purpose","kjv_definition":"thought"} +{"id":"G1964","strongs_number":"G1964","system":"greek","language":"greek","number_value":1964,"lemma":"ἐπιορκέω","transliteration":"epiorkéō","pronunciation":null,"derivation":"from G1965 (ἐπίορκος);","strongs_definition":"to commit perjury","kjv_definition":"forswear self"} +{"id":"G1965","strongs_number":"G1965","system":"greek","language":"greek","number_value":1965,"lemma":"ἐπίορκος","transliteration":"epíorkos","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3727 (ὅρκος);","strongs_definition":"on oath, i.e. (falsely) a forswearer","kjv_definition":"perjured person"} +{"id":"G1966","strongs_number":"G1966","system":"greek","language":"greek","number_value":1966,"lemma":"ἐπιοῦσα","transliteration":"epioûsa","pronunciation":null,"derivation":"feminine singular participle of a comparative of G1909 (ἐπί) and (to go);","strongs_definition":"supervening, i.e. (G2250 (ἡμέρα) or G3571 (νύξ) being expressed or implied) the ensuing day or night","kjv_definition":"following, next"} +{"id":"G1967","strongs_number":"G1967","system":"greek","language":"greek","number_value":1967,"lemma":"ἐπιούσιος","transliteration":"epioúsios","pronunciation":null,"derivation":"perhaps from the same as G1966 (ἐπιοῦσα);","strongs_definition":"tomorrow's; but more probably from G1909 (ἐπί) and a derivative of the present participle feminine of G1510 (εἰμί); for subsistence, i.e. needful","kjv_definition":"daily"} +{"id":"G1968","strongs_number":"G1968","system":"greek","language":"greek","number_value":1968,"lemma":"ἐπιπίπτω","transliteration":"epipíptō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4098 (πίπτω);","strongs_definition":"to embrace (with affection) or seize (with more or less violence; literally or figuratively)","kjv_definition":"fall into (on, upon) lie on, press upon"} +{"id":"G1969","strongs_number":"G1969","system":"greek","language":"greek","number_value":1969,"lemma":"ἐπιπλήσσω","transliteration":"epiplḗssō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4141 (πλήσσω);","strongs_definition":"to chastise, i.e. (with words) to upbraid","kjv_definition":"rebuke"} +{"id":"G1970","strongs_number":"G1970","system":"greek","language":"greek","number_value":1970,"lemma":"ἐπιπνίγω","transliteration":"epipnígō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4155 (πνίγω);","strongs_definition":"to throttle upon, i.e. (figuratively) overgrow","kjv_definition":"choke"} +{"id":"G1971","strongs_number":"G1971","system":"greek","language":"greek","number_value":1971,"lemma":"ἐπιποθέω","transliteration":"epipothéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and potheo (to yearn);","strongs_definition":"to dote upon, i.e. intensely crave possession (lawfully or wrongfully)","kjv_definition":"(earnestly) desire (greatly), (greatly) long (after), lust"} +{"id":"G1972","strongs_number":"G1972","system":"greek","language":"greek","number_value":1972,"lemma":"ἐπιπόθησις","transliteration":"epipóthēsis","pronunciation":null,"derivation":"from G1971 (ἐπιποθέω);","strongs_definition":"a longing for","kjv_definition":"earnest (vehement) desire"} +{"id":"G1973","strongs_number":"G1973","system":"greek","language":"greek","number_value":1973,"lemma":"ἐπιπόθητος","transliteration":"epipóthētos","pronunciation":null,"derivation":"from G1909 (ἐπί) and a derivative of the latter part of G1971 (ἐπιποθέω);","strongs_definition":"yearned upon, i.e. greatly loved","kjv_definition":"longed for"} +{"id":"G1974","strongs_number":"G1974","system":"greek","language":"greek","number_value":1974,"lemma":"ἐπιποθία","transliteration":"epipothía","pronunciation":null,"derivation":"from G1971 (ἐπιποθέω);","strongs_definition":"intense longing","kjv_definition":"great desire"} +{"id":"G1975","strongs_number":"G1975","system":"greek","language":"greek","number_value":1975,"lemma":"ἐπιπορεύομαι","transliteration":"epiporeúomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4198 (πορεύομαι);","strongs_definition":"to journey further, i.e. travel on (reach)","kjv_definition":"come"} +{"id":"G1976","strongs_number":"G1976","system":"greek","language":"greek","number_value":1976,"lemma":"ἐπιῤῥάπτω","transliteration":"epirrháptō","pronunciation":null,"derivation":"from G1909 (ἐπί) and the base of G4476 (ῥαφίς);","strongs_definition":"to stitch upon, i.e. fasten with the needle","kjv_definition":"sew on"} +{"id":"G1977","strongs_number":"G1977","system":"greek","language":"greek","number_value":1977,"lemma":"ἐπιῤῥίπτω","transliteration":"epirrhíptō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4496 (ῥίπτω);","strongs_definition":"to throw upon (literally or figuratively)","kjv_definition":"cast upon"} +{"id":"G1978","strongs_number":"G1978","system":"greek","language":"greek","number_value":1978,"lemma":"ἐπίσημος","transliteration":"epísēmos","pronunciation":null,"derivation":"from G1909 (ἐπί) and some form of the base of G4591 (σημαίνω);","strongs_definition":"remarkable, i.e. (figuratively) eminent","kjv_definition":"notable, of note"} +{"id":"G1979","strongs_number":"G1979","system":"greek","language":"greek","number_value":1979,"lemma":"ἐπισιτισμός","transliteration":"episitismós","pronunciation":null,"derivation":"from a compound of G1909 (ἐπί) and a derivative of G4621 (σῖτος);","strongs_definition":"a provisioning, i.e. (concretely) food","kjv_definition":"victuals"} +{"id":"G1980","strongs_number":"G1980","system":"greek","language":"greek","number_value":1980,"lemma":"ἐπισκέπτομαι","transliteration":"episképtomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and the base of G4649 (σκοπός);","strongs_definition":"to inspect, i.e. (by implication) to select; by extension, to go to see, relieve","kjv_definition":"look out, visit"} +{"id":"G1981","strongs_number":"G1981","system":"greek","language":"greek","number_value":1981,"lemma":"ἐπισκηνόω","transliteration":"episkēnóō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4637 (σκηνόω);","strongs_definition":"to tent upon, i.e. (figuratively) abide with","kjv_definition":"rest upon"} +{"id":"G1982","strongs_number":"G1982","system":"greek","language":"greek","number_value":1982,"lemma":"ἐπισκιάζω","transliteration":"episkiázō","pronunciation":null,"derivation":"from G1909 (ἐπί) and a derivative of G4639 (σκιά);","strongs_definition":"to cast a shade upon, i.e. (by analogy) to envelop in a haze of brilliancy; figuratively, to invest with preternatural influence","kjv_definition":"overshadow"} +{"id":"G1983","strongs_number":"G1983","system":"greek","language":"greek","number_value":1983,"lemma":"ἐπισκοπέω","transliteration":"episkopéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4648 (σκοπέω);","strongs_definition":"to oversee; by implication, to beware","kjv_definition":"look diligently, take the oversight"} +{"id":"G1984","strongs_number":"G1984","system":"greek","language":"greek","number_value":1984,"lemma":"ἐπισκοπή","transliteration":"episkopḗ","pronunciation":null,"derivation":"from G1980 (ἐπισκέπτομαι);","strongs_definition":"inspection (for relief); by implication, superintendence; specially, the Christian \"episcopate\"","kjv_definition":"the office of a \"bishop\", bishoprick, visitation"} +{"id":"G1985","strongs_number":"G1985","system":"greek","language":"greek","number_value":1985,"lemma":"ἐπίσκοπος","transliteration":"epískopos","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4649 (σκοπός) (in the sense of G1983 (ἐπισκοπέω));","strongs_definition":"a superintendent, i.e. Christian officer in genitive case charge of a (or the) church (literally or figuratively)","kjv_definition":"bishop, overseer"} +{"id":"G1986","strongs_number":"G1986","system":"greek","language":"greek","number_value":1986,"lemma":"ἐπισπάομαι","transliteration":"epispáomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4685 (σπάω);","strongs_definition":"to draw over, i.e. (with G203 (ἀκροβυστία) implied) efface the mark of circumcision (by recovering with the foreskin)","kjv_definition":"become uncircumcised"} +{"id":"G1987","strongs_number":"G1987","system":"greek","language":"greek","number_value":1987,"lemma":"ἐπίσταμαι","transliteration":"epístamai","pronunciation":null,"derivation":"apparently a middle voice of G2186 (ἐφίστημι) (with G3563 (νοῦς) implied);","strongs_definition":"to put the mind upon, i.e. comprehend, or be acquainted with","kjv_definition":"know, understand"} +{"id":"G1988","strongs_number":"G1988","system":"greek","language":"greek","number_value":1988,"lemma":"ἐπιστάτης","transliteration":"epistátēs","pronunciation":null,"derivation":"from G1909 (ἐπί) and a presumed derivative of G2476 (ἵστημι);","strongs_definition":"an appointee over, i.e. commander (teacher)","kjv_definition":"master"} +{"id":"G1989","strongs_number":"G1989","system":"greek","language":"greek","number_value":1989,"lemma":"ἐπιστέλλω","transliteration":"epistéllō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4724 (στέλλω);","strongs_definition":"to enjoin (by writing), i.e. (genitive case) to communicate by letter (for any purpose)","kjv_definition":"write (a letter, unto)"} +{"id":"G1990","strongs_number":"G1990","system":"greek","language":"greek","number_value":1990,"lemma":"ἐπιστήμων","transliteration":"epistḗmōn","pronunciation":null,"derivation":"from G1987 (ἐπίσταμαι);","strongs_definition":"intelligent","kjv_definition":"endued with knowledge"} +{"id":"G1991","strongs_number":"G1991","system":"greek","language":"greek","number_value":1991,"lemma":"ἐπιστηρίζω","transliteration":"epistērízō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4741 (στηρίζω);","strongs_definition":"to support further, i.e. reestablish","kjv_definition":"confirm, strengthen"} +{"id":"G1992","strongs_number":"G1992","system":"greek","language":"greek","number_value":1992,"lemma":"ἐπιστολή","transliteration":"epistolḗ","pronunciation":null,"derivation":"from G1989 (ἐπιστέλλω);","strongs_definition":"a written message","kjv_definition":"\"epistle,\" letter"} +{"id":"G1993","strongs_number":"G1993","system":"greek","language":"greek","number_value":1993,"lemma":"ἐπιστομίζω","transliteration":"epistomízō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4750 (στόμα);","strongs_definition":"to put something over the mouth, i.e. (figuratively) to silence","kjv_definition":"stop mouths"} +{"id":"G1994","strongs_number":"G1994","system":"greek","language":"greek","number_value":1994,"lemma":"ἐπιστρέφω","transliteration":"epistréphō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4762 (στρέφω);","strongs_definition":"to revert (literally, figuratively or morally)","kjv_definition":"come (go) again, convert, (re-)turn (about, again)"} +{"id":"G1995","strongs_number":"G1995","system":"greek","language":"greek","number_value":1995,"lemma":"ἐπιστροφή","transliteration":"epistrophḗ","pronunciation":null,"derivation":"from G1994 (ἐπιστρέφω);","strongs_definition":"reversion, i.e. morally, revolution","kjv_definition":"conversion"} +{"id":"G1996","strongs_number":"G1996","system":"greek","language":"greek","number_value":1996,"lemma":"ἐπισυνάγω","transliteration":"episynágō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4863 (συνάγω);","strongs_definition":"to collect upon the same place","kjv_definition":"gather (together)"} +{"id":"G1997","strongs_number":"G1997","system":"greek","language":"greek","number_value":1997,"lemma":"ἐπισυναγωγή","transliteration":"episynagōgḗ","pronunciation":null,"derivation":"from G1996 (ἐπισυνάγω);","strongs_definition":"a complete collection; especially a Christian meeting (for worship)","kjv_definition":"assembling (gathering) together"} +{"id":"G1998","strongs_number":"G1998","system":"greek","language":"greek","number_value":1998,"lemma":"ἐπισυντρέχω","transliteration":"episyntréchō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4936 (συντρέχω);","strongs_definition":"to hasten together upon one place (or a particular occasion)","kjv_definition":"come running together"} +{"id":"G1999","strongs_number":"G1999","system":"greek","language":"greek","number_value":1999,"lemma":"ἐπισύστασις","transliteration":"episýstasis","pronunciation":null,"derivation":"from the middle voice of a compound of G1909 (ἐπί) and G4921 (συνιστάω);","strongs_definition":"a conspiracy, i.e. concourse (riotous or friendly)","kjv_definition":"that which cometh upon, + raising up"} +{"id":"G2000","strongs_number":"G2000","system":"greek","language":"greek","number_value":2000,"lemma":"ἐπισφαλής","transliteration":"episphalḗs","pronunciation":null,"derivation":"from a compound of G1909 (ἐπί) and (to trip);","strongs_definition":"figuratively, insecure","kjv_definition":"dangerous"} +{"id":"G2001","strongs_number":"G2001","system":"greek","language":"greek","number_value":2001,"lemma":"ἐπισχύω","transliteration":"epischýō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2480 (ἰσχύω);","strongs_definition":"to avail further, i.e. (figuratively) insist stoutly","kjv_definition":"be the more fierce"} +{"id":"G2002","strongs_number":"G2002","system":"greek","language":"greek","number_value":2002,"lemma":"ἐπισωρεύω","transliteration":"episōreúō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4987 (σωρεύω);","strongs_definition":"to accumulate further, i.e. (figuratively) seek additionally","kjv_definition":"heap"} +{"id":"G2003","strongs_number":"G2003","system":"greek","language":"greek","number_value":2003,"lemma":"ἐπιταγή","transliteration":"epitagḗ","pronunciation":null,"derivation":"from G2004 (ἐπιτάσσω);","strongs_definition":"an injunction or decree; by implication, authoritativeness","kjv_definition":"authority, commandment"} +{"id":"G2004","strongs_number":"G2004","system":"greek","language":"greek","number_value":2004,"lemma":"ἐπιτάσσω","transliteration":"epitássō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5021 (τάσσω);","strongs_definition":"to arrange upon, i.e. order","kjv_definition":"charge, command, injoin"} +{"id":"G2005","strongs_number":"G2005","system":"greek","language":"greek","number_value":2005,"lemma":"ἐπιτελέω","transliteration":"epiteléō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5055 (τελέω);","strongs_definition":"to fulfill further (or completely), i.e. execute; by implication, to terminate, undergo","kjv_definition":"accomplish, do, finish, (make) (perfect), perform(X -ance)"} +{"id":"G2006","strongs_number":"G2006","system":"greek","language":"greek","number_value":2006,"lemma":"ἐπιτήδειος","transliteration":"epitḗdeios","pronunciation":null,"derivation":"from (enough);","strongs_definition":"serviceable, i.e. (by implication) requisite","kjv_definition":"things which are needful"} +{"id":"G2007","strongs_number":"G2007","system":"greek","language":"greek","number_value":2007,"lemma":"ἐπιτίθημι","transliteration":"epitíthēmi","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5087 (τίθημι);","strongs_definition":"to impose (in a friendly or hostile sense)","kjv_definition":"add unto, lade, lay upon, put (up) on, set on (up), + surname, X wound"} +{"id":"G2008","strongs_number":"G2008","system":"greek","language":"greek","number_value":2008,"lemma":"ἐπιτιμάω","transliteration":"epitimáō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5091 (τιμάω);","strongs_definition":"to tax upon, i.e. censure or admonish; by implication, forbid","kjv_definition":"(straitly) charge, rebuke"} +{"id":"G2009","strongs_number":"G2009","system":"greek","language":"greek","number_value":2009,"lemma":"ἐπιτιμία","transliteration":"epitimía","pronunciation":null,"derivation":"from a compound of G1909 (ἐπί) and G5092 (τιμή);","strongs_definition":"properly, esteem, i.e. citizenship; used (in the sense of G2008 (ἐπιτιμάω)) of a penalty","kjv_definition":"punishment"} +{"id":"G2010","strongs_number":"G2010","system":"greek","language":"greek","number_value":2010,"lemma":"ἐπιτρέπω","transliteration":"epitrépō","pronunciation":null,"derivation":"from G1909 (ἐπί) and the base of G5157 (τροπή);","strongs_definition":"to turn over (transfer), i.e. allow","kjv_definition":"give leave (liberty, license), let, permit, suffer"} +{"id":"G2011","strongs_number":"G2011","system":"greek","language":"greek","number_value":2011,"lemma":"ἐπιτροπή","transliteration":"epitropḗ","pronunciation":null,"derivation":"from G2010 (ἐπιτρέπω);","strongs_definition":"permission, i.e. (by implication) full power","kjv_definition":"commission"} +{"id":"G2012","strongs_number":"G2012","system":"greek","language":"greek","number_value":2012,"lemma":"ἐπίτροπος","transliteration":"epítropos","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5158 (τρόπος) (in the sense of G2011 (ἐπιτροπή));","strongs_definition":"a commissioner, i.e. domestic manager, guardian","kjv_definition":"steward, tutor"} +{"id":"G2013","strongs_number":"G2013","system":"greek","language":"greek","number_value":2013,"lemma":"ἐπιτυγχάνω","transliteration":"epitynchánō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5177 (τυγχάνω);","strongs_definition":"to chance upon, i.e. (by implication) to attain","kjv_definition":"obtain"} +{"id":"G2014","strongs_number":"G2014","system":"greek","language":"greek","number_value":2014,"lemma":"ἐπιφαίνω","transliteration":"epiphaínō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5316 (φαίνω);","strongs_definition":"to shine upon, i.e. become (literally) visible or (figuratively) known","kjv_definition":"appear, give light"} +{"id":"G2015","strongs_number":"G2015","system":"greek","language":"greek","number_value":2015,"lemma":"ἐπιφάνεια","transliteration":"epipháneia","pronunciation":null,"derivation":"from G2016 (ἐπιφανής);","strongs_definition":"a manifestation, i.e. (specially) the advent of Christ (past or future)","kjv_definition":"appearing, brightness"} +{"id":"G2016","strongs_number":"G2016","system":"greek","language":"greek","number_value":2016,"lemma":"ἐπιφανής","transliteration":"epiphanḗs","pronunciation":null,"derivation":"from G2014 (ἐπιφαίνω);","strongs_definition":"conspicuous, i.e. (figuratively) memorable","kjv_definition":"notable"} +{"id":"G2017","strongs_number":"G2017","system":"greek","language":"greek","number_value":2017,"lemma":"ἐπιφαύω","transliteration":"epiphaúō","pronunciation":null,"derivation":"a form of G2014 (ἐπιφαίνω);","strongs_definition":"to illuminate (figuratively)","kjv_definition":"give light"} +{"id":"G2018","strongs_number":"G2018","system":"greek","language":"greek","number_value":2018,"lemma":"ἐπιφέρω","transliteration":"epiphérō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5342 (φέρω);","strongs_definition":"to bear upon (or further), i.e. adduce (personally or judicially (accuse, inflict)), superinduce","kjv_definition":"add, bring (against), take"} +{"id":"G2019","strongs_number":"G2019","system":"greek","language":"greek","number_value":2019,"lemma":"ἐπιφωνέω","transliteration":"epiphōnéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5455 (φωνέω);","strongs_definition":"to call at something, i.e. exclaim","kjv_definition":"cry (against), give a shout"} +{"id":"G2020","strongs_number":"G2020","system":"greek","language":"greek","number_value":2020,"lemma":"ἐπιφώσκω","transliteration":"epiphṓskō","pronunciation":null,"derivation":"a form of G2017 (ἐπιφαύω);","strongs_definition":"to begin to grow light","kjv_definition":"begin to dawn, X draw on"} +{"id":"G2021","strongs_number":"G2021","system":"greek","language":"greek","number_value":2021,"lemma":"ἐπιχειρέω","transliteration":"epicheiréō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5495 (χείρ);","strongs_definition":"to put the hand upon, i.e. undertake","kjv_definition":"go about, take in hand (upon)"} +{"id":"G2022","strongs_number":"G2022","system":"greek","language":"greek","number_value":2022,"lemma":"ἐπιχέω","transliteration":"epichéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and (to pour);","strongs_definition":"","kjv_definition":"--to pour upon:--pour in"} +{"id":"G2023","strongs_number":"G2023","system":"greek","language":"greek","number_value":2023,"lemma":"ἐπιχορηγέω","transliteration":"epichorēgéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5524 (χορηγέω);","strongs_definition":"to furnish besides, i.e. fully supply, (figuratively) aid or contribute","kjv_definition":"add, minister (nourishment, unto)"} +{"id":"G2024","strongs_number":"G2024","system":"greek","language":"greek","number_value":2024,"lemma":"ἐπιχορηγία","transliteration":"epichorēgía","pronunciation":null,"derivation":"from G2023 (ἐπιχορηγέω);","strongs_definition":"contribution","kjv_definition":"supply"} +{"id":"G2025","strongs_number":"G2025","system":"greek","language":"greek","number_value":2025,"lemma":"ἐπιχρίω","transliteration":"epichríō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5548 (χρίω);","strongs_definition":"to smear over","kjv_definition":"anoint"} +{"id":"G2026","strongs_number":"G2026","system":"greek","language":"greek","number_value":2026,"lemma":"ἐποικοδομέω","transliteration":"epoikodoméō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3618 (οἰκοδομέω);","strongs_definition":"to build upon, i.e. (figuratively) to rear up","kjv_definition":"build thereon (thereupon, on, upon)"} +{"id":"G2027","strongs_number":"G2027","system":"greek","language":"greek","number_value":2027,"lemma":"ἐποκέλλω","transliteration":"epokéllō","pronunciation":null,"derivation":"from G1909 (ἐπί) and (to urge);","strongs_definition":"to drive upon the shore, i.e. to beach a vessel","kjv_definition":"run aground"} +{"id":"G2028","strongs_number":"G2028","system":"greek","language":"greek","number_value":2028,"lemma":"ἐπονομάζω","transliteration":"eponomázō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3687 (ὀνομάζω);","strongs_definition":"to name further, i.e. denominate","kjv_definition":"call"} +{"id":"G2029","strongs_number":"G2029","system":"greek","language":"greek","number_value":2029,"lemma":"ἐποπτεύω","transliteration":"epopteúō","pronunciation":null,"derivation":"from G1909 (ἐπί) and a derivative of G3700 (ὀπτάνομαι);","strongs_definition":"to inspect, i.e. watch","kjv_definition":"behold"} +{"id":"G2030","strongs_number":"G2030","system":"greek","language":"greek","number_value":2030,"lemma":"ἐπόπτης","transliteration":"epóptēs","pronunciation":null,"derivation":"from G1909 (ἐπί) and a presumed derivative of G3700 (ὀπτάνομαι);","strongs_definition":"a looker-on","kjv_definition":"eye-witness"} +{"id":"G2031","strongs_number":"G2031","system":"greek","language":"greek","number_value":2031,"lemma":"ἔπος","transliteration":"épos","pronunciation":null,"derivation":"from G2036 (ἔπω);","strongs_definition":"a word","kjv_definition":"X say"} +{"id":"G2032","strongs_number":"G2032","system":"greek","language":"greek","number_value":2032,"lemma":"ἐπουράνιος","transliteration":"epouránios","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3772 (οὐρανός);","strongs_definition":"above the sky","kjv_definition":"celestial, (in) heaven(-ly), high"} +{"id":"G2033","strongs_number":"G2033","system":"greek","language":"greek","number_value":2033,"lemma":"ἑπτά","transliteration":"heptá","pronunciation":null,"derivation":"a primary number;","strongs_definition":"seven","kjv_definition":"seven"} +{"id":"G2034","strongs_number":"G2034","system":"greek","language":"greek","number_value":2034,"lemma":"ἑπτάκις","transliteration":"heptákis","pronunciation":null,"derivation":"adverb from G2033 (ἑπτά);","strongs_definition":"seven times","kjv_definition":"seven times"} +{"id":"G2035","strongs_number":"G2035","system":"greek","language":"greek","number_value":2035,"lemma":"ἑπτακισχίλιοι","transliteration":"heptakischílioi","pronunciation":null,"derivation":"from G2034 (ἑπτάκις) and G5507 (χίλιοι);","strongs_definition":"seven times a thousand","kjv_definition":"seven thousand"} +{"id":"G2036","strongs_number":"G2036","system":"greek","language":"greek","number_value":2036,"lemma":"ἔπω","transliteration":"épō","pronunciation":null,"derivation":"a primary verb (used only in the definite past tense, the others being borrowed from G2046 (ἐρέω), G4483 (ῥέω), and G5346 (φημί));","strongs_definition":"to speak or say (by word or writing)","kjv_definition":"answer, bid, bring word, call, command, grant, say (on), speak, tell"} +{"id":"G2037","strongs_number":"G2037","system":"greek","language":"greek","number_value":2037,"lemma":"Ἔραστος","transliteration":"Érastos","pronunciation":null,"derivation":"from (to love);","strongs_definition":"beloved; Erastus, a Christian","kjv_definition":"Erastus"} +{"id":"G2038","strongs_number":"G2038","system":"greek","language":"greek","number_value":2038,"lemma":"ἐργάζομαι","transliteration":"ergázomai","pronunciation":null,"derivation":"middle voice from G2041 (ἔργον);","strongs_definition":"to toil (as a task, occupation, etc.), (by implication) effect, be engaged in or with, etc.","kjv_definition":"commit, do, labor for, minister about, trade (by), work"} +{"id":"G2039","strongs_number":"G2039","system":"greek","language":"greek","number_value":2039,"lemma":"ἐργασία","transliteration":"ergasía","pronunciation":null,"derivation":"from G2040 (ἐργάτης);","strongs_definition":"occupation; by implication, profit, pains","kjv_definition":"craft, diligence, gain, work"} +{"id":"G2040","strongs_number":"G2040","system":"greek","language":"greek","number_value":2040,"lemma":"ἐργάτης","transliteration":"ergátēs","pronunciation":null,"derivation":"from G2041 (ἔργον);","strongs_definition":"a toiler; figuratively, a teacher","kjv_definition":"labourer, worker(-men)"} +{"id":"G2041","strongs_number":"G2041","system":"greek","language":"greek","number_value":2041,"lemma":"ἔργον","transliteration":"érgon","pronunciation":null,"derivation":"from a primary (but obsolete) (to work);","strongs_definition":"toil (as an effort or occupation); by implication, an act","kjv_definition":"deed, doing, labour, work"} +{"id":"G2042","strongs_number":"G2042","system":"greek","language":"greek","number_value":2042,"lemma":"ἐρεθίζω","transliteration":"erethízō","pronunciation":null,"derivation":"from a presumed prolonged form of G2054 (ἔρις);","strongs_definition":"to stimulate (especially to anger)","kjv_definition":"provoke"} +{"id":"G2043","strongs_number":"G2043","system":"greek","language":"greek","number_value":2043,"lemma":"ἐρείδω","transliteration":"ereídō","pronunciation":null,"derivation":"of obscure affinity;","strongs_definition":"to prop, i.e. (reflexively) get fast","kjv_definition":"stick fast"} +{"id":"G2044","strongs_number":"G2044","system":"greek","language":"greek","number_value":2044,"lemma":"ἐρεύγομαι","transliteration":"ereúgomai","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to belch, i.e. (figuratively) to speak out","kjv_definition":"utter"} +{"id":"G2045","strongs_number":"G2045","system":"greek","language":"greek","number_value":2045,"lemma":"ἐρευνάω","transliteration":"ereunáō","pronunciation":null,"derivation":"apparently from G2046 (ἐρέω) (through the idea of inquiry);","strongs_definition":"to seek, i.e. (figuratively) to investigate","kjv_definition":"search"} +{"id":"G2046","strongs_number":"G2046","system":"greek","language":"greek","number_value":2046,"lemma":"ἐρέω","transliteration":"eréō","pronunciation":null,"derivation":"probably a fuller form of G4483 (ῥέω);","strongs_definition":"an alternate for G2036 (ἔπω) in certain tenses; to utter, i.e. speak or say","kjv_definition":"call, say, speak (of), tell"} +{"id":"G2047","strongs_number":"G2047","system":"greek","language":"greek","number_value":2047,"lemma":"ἐρημία","transliteration":"erēmía","pronunciation":null,"derivation":"from G2048 (ἔρημος);","strongs_definition":"solitude (concretely)","kjv_definition":"desert, wilderness"} +{"id":"G2048","strongs_number":"G2048","system":"greek","language":"greek","number_value":2048,"lemma":"ἔρημος","transliteration":"érēmos","pronunciation":null,"derivation":"of uncertain affinity; lonesome, i.e. (by implication) waste (usually as a noun, G5561 (χώρα) being implied)","strongs_definition":null,"kjv_definition":"desert, desolate, solitary, wilderness"} +{"id":"G2049","strongs_number":"G2049","system":"greek","language":"greek","number_value":2049,"lemma":"ἐρημόω","transliteration":"erēmóō","pronunciation":null,"derivation":"from G2048 (ἔρημος);","strongs_definition":"to lay waste (literally or figuratively)","kjv_definition":"(bring to, make) desolate(-ion), come to nought"} +{"id":"G2050","strongs_number":"G2050","system":"greek","language":"greek","number_value":2050,"lemma":"ἐρήμωσις","transliteration":"erḗmōsis","pronunciation":null,"derivation":"from G2049 (ἐρημόω);","strongs_definition":"despoliation","kjv_definition":"desolation"} +{"id":"G2051","strongs_number":"G2051","system":"greek","language":"greek","number_value":2051,"lemma":"ἐρίζω","transliteration":"erízō","pronunciation":null,"derivation":"from G2054 (ἔρις);","strongs_definition":"to wrangle","kjv_definition":"strive"} +{"id":"G2052","strongs_number":"G2052","system":"greek","language":"greek","number_value":2052,"lemma":"ἐριθεία","transliteration":"eritheía","pronunciation":null,"derivation":"perhaps as the same as G2042 (ἐρεθίζω);","strongs_definition":"properly, intrigue, i.e. (by implication) faction","kjv_definition":"contention(-ious), strife"} +{"id":"G2053","strongs_number":"G2053","system":"greek","language":"greek","number_value":2053,"lemma":"ἔριον","transliteration":"érion","pronunciation":null,"derivation":"of obscure affinity;","strongs_definition":"wool","kjv_definition":"wool"} +{"id":"G2054","strongs_number":"G2054","system":"greek","language":"greek","number_value":2054,"lemma":"ἔρις","transliteration":"éris","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a quarrel, i.e. (by implication) wrangling","kjv_definition":"contention, debate, strife, variance"} +{"id":"G2055","strongs_number":"G2055","system":"greek","language":"greek","number_value":2055,"lemma":"ἐρίφιον","transliteration":"eríphion","pronunciation":null,"derivation":"from G2056 (ἔριφος);","strongs_definition":"a kidling, i.e. (genitive case) goat (symbolically, wicked person)","kjv_definition":"goat"} +{"id":"G2056","strongs_number":"G2056","system":"greek","language":"greek","number_value":2056,"lemma":"ἔριφος","transliteration":"ériphos","pronunciation":null,"derivation":"perhaps from the same as G2053 (ἔριον) (through the idea of hairiness);","strongs_definition":"a kid or (genitive case) goat","kjv_definition":"goat, kid"} +{"id":"G2057","strongs_number":"G2057","system":"greek","language":"greek","number_value":2057,"lemma":"Ἑρμᾶς","transliteration":"Hermâs","pronunciation":null,"derivation":"probably from G2060 (Ἑρμῆς);","strongs_definition":"Hermas, a Christian","kjv_definition":"Hermas"} +{"id":"G2058","strongs_number":"G2058","system":"greek","language":"greek","number_value":2058,"lemma":"ἑρμηνεία","transliteration":"hermēneía","pronunciation":null,"derivation":"from the same as G2059 (ἑρμηνεύω);","strongs_definition":"translation","kjv_definition":"interpretation"} +{"id":"G2059","strongs_number":"G2059","system":"greek","language":"greek","number_value":2059,"lemma":"ἑρμηνεύω","transliteration":"hermēneúō","pronunciation":null,"derivation":"from a presumed derivative of G2060 (Ἑρμῆς) (as the god of language);","strongs_definition":"to translate","kjv_definition":"interpret"} +{"id":"G2060","strongs_number":"G2060","system":"greek","language":"greek","number_value":2060,"lemma":"Ἑρμῆς","transliteration":"Hermēs","pronunciation":null,"derivation":"perhaps from G2046 (ἐρέω);","strongs_definition":"Hermes, the name of the messenger of the Greek deities; also of a Christian","kjv_definition":"Hermes, Mercury"} +{"id":"G2061","strongs_number":"G2061","system":"greek","language":"greek","number_value":2061,"lemma":"Ἑρμογένης","transliteration":"Hermogénēs","pronunciation":null,"derivation":"from G2060 (Ἑρμῆς) and G1096 (γίνομαι);","strongs_definition":"born of Hermes; Hermogenes, an apostate Christian","kjv_definition":"Hermogenes"} +{"id":"G2062","strongs_number":"G2062","system":"greek","language":"greek","number_value":2062,"lemma":"ἑρπετόν","transliteration":"herpetón","pronunciation":null,"derivation":"neuter of a derivative of (to creep);","strongs_definition":"a reptile, i.e. (by Hebraism (compare H07431)) a small animal","kjv_definition":"creeping thing, serpent"} +{"id":"G2063","strongs_number":"G2063","system":"greek","language":"greek","number_value":2063,"lemma":"ἐρυθρός","transliteration":"erythrós","pronunciation":null,"derivation":"of uncertain affinity; red, i.e. (with G2281 (θάλασσα)) the Red Sea","strongs_definition":null,"kjv_definition":"red"} +{"id":"G2064","strongs_number":"G2064","system":"greek","language":"greek","number_value":2064,"lemma":"ἔρχομαι","transliteration":"érchomai","pronunciation":null,"derivation":"middle voice of a primary verb (used only in the present and imperfect tenses, the others being supplied by a kindred (middle voice) , or (active) , which do not otherwise occur);","strongs_definition":"to come or go (in a great variety of applications, literally and figuratively)","kjv_definition":"accompany, appear, bring, come, enter, fall out, go, grow, X light, X next, pass, resort, be set"} +{"id":"G2065","strongs_number":"G2065","system":"greek","language":"greek","number_value":2065,"lemma":"ἐρωτάω","transliteration":"erōtáō","pronunciation":null,"derivation":"apparently from G2046 (ἐρέω) (compare G2045 (ἐρευνάω));","strongs_definition":"to interrogate; by implication, to request","kjv_definition":"ask, beseech, desire, intreat, pray"} +{"id":"G2066","strongs_number":"G2066","system":"greek","language":"greek","number_value":2066,"lemma":"ἐσθής","transliteration":"esthḗs","pronunciation":null,"derivation":"from (to clothe);","strongs_definition":"dress","kjv_definition":"apparel, clothing, raiment, robe"} +{"id":"G2067","strongs_number":"G2067","system":"greek","language":"greek","number_value":2067,"lemma":"ἔσθησις","transliteration":"ésthēsis","pronunciation":null,"derivation":"from a derivative of G2066 (ἐσθής);","strongs_definition":"clothing (concretely)","kjv_definition":"government"} +{"id":"G2068","strongs_number":"G2068","system":"greek","language":"greek","number_value":2068,"lemma":"ἐσθίω","transliteration":"esthíō","pronunciation":null,"derivation":"strengthened for a primary (to eat);","strongs_definition":"used only in certain tenses, the rest being supplied by G5315 (φάγω); to eat (usually literal)","kjv_definition":"devour, eat, live"} +{"id":"G2069","strongs_number":"G2069","system":"greek","language":"greek","number_value":2069,"lemma":"Ἐσλί","transliteration":"Eslí","pronunciation":null,"derivation":"of Hebrew origin (probably for H0454);","strongs_definition":"Esli, an Israelite","kjv_definition":"Esli"} +{"id":"G2070","strongs_number":"G2070","system":"greek","language":"greek","number_value":2070,"lemma":"ἐσμέν","transliteration":"esmén","pronunciation":null,"derivation":"first person plural indicative of G1510 (εἰμί);","strongs_definition":"we are","kjv_definition":"are, be, have our being, X have hope, + (the gospel) was (preached unto) us"} +{"id":"G2071","strongs_number":"G2071","system":"greek","language":"greek","number_value":2071,"lemma":"ἔσομαι","transliteration":"ésomai","pronunciation":null,"derivation":"future of G1510 (εἰμί);","strongs_definition":"will be","kjv_definition":"shall (should) be (have), (shall) come (to pass), X may have, X fall, what would follow, X live long, X sojourn"} +{"id":"G2072","strongs_number":"G2072","system":"greek","language":"greek","number_value":2072,"lemma":"ἔσοπτρον","transliteration":"ésoptron","pronunciation":null,"derivation":"from G1519 (εἰς) and a presumed derivative of G3700 (ὀπτάνομαι);","strongs_definition":"a mirror (for looking into)","kjv_definition":"glass"} +{"id":"G2073","strongs_number":"G2073","system":"greek","language":"greek","number_value":2073,"lemma":"ἑσπέρα","transliteration":"hespéra","pronunciation":null,"derivation":"feminine of an adjective hesperos (evening); the eve (G5610 (ὥρα) being implied)","strongs_definition":null,"kjv_definition":"evening(-tide)"} +{"id":"G2074","strongs_number":"G2074","system":"greek","language":"greek","number_value":2074,"lemma":"Ἐσρώμ","transliteration":"Esrṓm","pronunciation":null,"derivation":"of Hebrew origin (H02696);","strongs_definition":"Esrom (i.e. Chetsron), an Israelite","kjv_definition":"Esrom"} +{"id":"G2075","strongs_number":"G2075","system":"greek","language":"greek","number_value":2075,"lemma":"ἐστέ","transliteration":"esté","pronunciation":null,"derivation":"second person plural present indicative of G1510 (εἰμί);","strongs_definition":"ye are","kjv_definition":"be, have been, belong"} +{"id":"G2076","strongs_number":"G2076","system":"greek","language":"greek","number_value":2076,"lemma":"ἐστί","transliteration":"estí","pronunciation":null,"derivation":"third person singular present indicative of G1510 (εἰμί);","strongs_definition":"he (she or it) is; also (with neuter plural) they are","kjv_definition":"are, be(-long), call, X can(-not), come, consisteth, X dure for a while, + follow, X have, (that) is (to say), make, meaneth, X must needs, + profit, + remaineth, + wrestle"} +{"id":"G2077","strongs_number":"G2077","system":"greek","language":"greek","number_value":2077,"lemma":"ἔστω","transliteration":"éstō","pronunciation":null,"derivation":"second person singular present imperative of G1510 (εἰμί);","strongs_definition":"be thou; also , third person of the same; let them be","kjv_definition":"be"} +{"id":"G2078","strongs_number":"G2078","system":"greek","language":"greek","number_value":2078,"lemma":"ἔσχατος","transliteration":"éschatos","pronunciation":null,"derivation":"a superlative probably from G2192 (ἔχω) (in the sense of contiguity);","strongs_definition":"farthest, final (of place or time)","kjv_definition":"ends of, last, latter end, lowest, uttermost"} +{"id":"G2079","strongs_number":"G2079","system":"greek","language":"greek","number_value":2079,"lemma":"ἐσχάτως","transliteration":"eschátōs","pronunciation":null,"derivation":"adverb from G2078 (ἔσχατος);","strongs_definition":"finally, i.e. (with G2192 (ἔχω)) at the extremity of life","kjv_definition":"point of death"} +{"id":"G2080","strongs_number":"G2080","system":"greek","language":"greek","number_value":2080,"lemma":"ἔσω","transliteration":"ésō","pronunciation":null,"derivation":"from G1519 (εἰς);","strongs_definition":"inside (as preposition or adjective)","kjv_definition":"(with-)in(-ner, -to, -ward)"} +{"id":"G2081","strongs_number":"G2081","system":"greek","language":"greek","number_value":2081,"lemma":"ἔσωθεν","transliteration":"ésōthen","pronunciation":null,"derivation":"from G2080 (ἔσω);","strongs_definition":"from inside; also used as equivalent to G2080 (ἔσω) (inside)","kjv_definition":"inward(-ly), (from) within, without"} +{"id":"G2082","strongs_number":"G2082","system":"greek","language":"greek","number_value":2082,"lemma":"ἐσώτερος","transliteration":"esṓteros","pronunciation":null,"derivation":"comparative of G2080 (ἔσω);","strongs_definition":"interior","kjv_definition":"inner, within"} +{"id":"G2083","strongs_number":"G2083","system":"greek","language":"greek","number_value":2083,"lemma":"ἑταῖρος","transliteration":"hetaîros","pronunciation":null,"derivation":"from (a clansman);","strongs_definition":"a comrade","kjv_definition":"fellow, friend"} +{"id":"G2084","strongs_number":"G2084","system":"greek","language":"greek","number_value":2084,"lemma":"ἑτερόγλωσσος","transliteration":"heteróglōssos","pronunciation":null,"derivation":"from G2087 (ἕτερος) and G1100 (γλῶσσα);","strongs_definition":"other- tongued, i.e. a foreigner","kjv_definition":"man of other tongue"} +{"id":"G2085","strongs_number":"G2085","system":"greek","language":"greek","number_value":2085,"lemma":"ἑτεροδιδασκαλέω","transliteration":"heterodidaskaléō","pronunciation":null,"derivation":"from G2087 (ἕτερος) and G1320 (διδάσκαλος);","strongs_definition":"to instruct differently","kjv_definition":"teach other doctrine(-wise)"} +{"id":"G2086","strongs_number":"G2086","system":"greek","language":"greek","number_value":2086,"lemma":"ἑτεροζυγέω","transliteration":"heterozygéō","pronunciation":null,"derivation":"from a compound of G2087 (ἕτερος) and G2218 (ζυγός);","strongs_definition":"to yoke up differently, i.e. (figuratively) to associate discordantly","kjv_definition":"unequally yoke together with"} +{"id":"G2087","strongs_number":"G2087","system":"greek","language":"greek","number_value":2087,"lemma":"ἕτερος","transliteration":"héteros","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"(an-, the) other or different","kjv_definition":"altered, else, next (day), one, (an-)other, some, strange"} +{"id":"G2088","strongs_number":"G2088","system":"greek","language":"greek","number_value":2088,"lemma":"ἑτέρως","transliteration":"hetérōs","pronunciation":null,"derivation":"adverb from G2087 (ἕτερος);","strongs_definition":"differently","kjv_definition":"otherwise"} +{"id":"G2089","strongs_number":"G2089","system":"greek","language":"greek","number_value":2089,"lemma":"ἔτι","transliteration":"éti","pronunciation":null,"derivation":"perhaps akin to G2094 (ἔτος);","strongs_definition":"\"yet,\" still (of time or degree)","kjv_definition":"after that, also, ever, (any) further, (t-)henceforth (more), hereafter, (any) longer, (any) more(-one), now, still, yet"} +{"id":"G2090","strongs_number":"G2090","system":"greek","language":"greek","number_value":2090,"lemma":"ἑτοιμάζω","transliteration":"hetoimázō","pronunciation":null,"derivation":"from G2092 (ἕτοιμος);","strongs_definition":"to prepare","kjv_definition":"prepare, provide, make ready"} +{"id":"G2091","strongs_number":"G2091","system":"greek","language":"greek","number_value":2091,"lemma":"ἑτοιμασία","transliteration":"hetoimasía","pronunciation":null,"derivation":"from G2090 (ἑτοιμάζω);","strongs_definition":"preparation","kjv_definition":"preparation"} +{"id":"G2092","strongs_number":"G2092","system":"greek","language":"greek","number_value":2092,"lemma":"ἕτοιμος","transliteration":"hétoimos","pronunciation":null,"derivation":"from an old noun (fitness);","strongs_definition":"adjusted, i.e. ready","kjv_definition":"prepared, (made) ready(-iness, to our hand)"} +{"id":"G2093","strongs_number":"G2093","system":"greek","language":"greek","number_value":2093,"lemma":"ἑτοίμως","transliteration":"hetoímōs","pronunciation":null,"derivation":"adverb from G2092 (ἕτοιμος);","strongs_definition":"in readiness","kjv_definition":"ready"} +{"id":"G2094","strongs_number":"G2094","system":"greek","language":"greek","number_value":2094,"lemma":"ἔτος","transliteration":"étos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a year","kjv_definition":"year"} +{"id":"G2095","strongs_number":"G2095","system":"greek","language":"greek","number_value":2095,"lemma":"εὖ","transliteration":"eû","pronunciation":null,"derivation":"neuter of a primary (good);","strongs_definition":"(adverbially) well","kjv_definition":"good, well (done)"} +{"id":"G2096","strongs_number":"G2096","system":"greek","language":"greek","number_value":2096,"lemma":"Εὖα","transliteration":"Eûa","pronunciation":null,"derivation":"of Hebrew origin (H02332);","strongs_definition":"Eua (or Eva, i.e. Chavvah), the first woman","kjv_definition":"Eve"} +{"id":"G2097","strongs_number":"G2097","system":"greek","language":"greek","number_value":2097,"lemma":"εὐαγγελίζω","transliteration":"euangelízō","pronunciation":null,"derivation":"from G2095 (εὖ) and G32 (ἄγγελος);","strongs_definition":"to announce good news (\"evangelize\") especially the gospel","kjv_definition":"declare, bring (declare, show) glad (good) tidings, preach (the gospel)"} +{"id":"G2098","strongs_number":"G2098","system":"greek","language":"greek","number_value":2098,"lemma":"εὐαγγέλιον","transliteration":"euangélion","pronunciation":null,"derivation":"from the same as G2097 (εὐαγγελίζω);","strongs_definition":"a good message, i.e. the gospel","kjv_definition":"gospel"} +{"id":"G2099","strongs_number":"G2099","system":"greek","language":"greek","number_value":2099,"lemma":"εὐαγγελιστής","transliteration":"euangelistḗs","pronunciation":null,"derivation":"from G2097 (εὐαγγελίζω);","strongs_definition":"a preacher of the gospel","kjv_definition":"evangelist"} +{"id":"G2100","strongs_number":"G2100","system":"greek","language":"greek","number_value":2100,"lemma":"εὐαρεστέω","transliteration":"euarestéō","pronunciation":null,"derivation":"from G2101 (εὐάρεστος);","strongs_definition":"to gratify entirely","kjv_definition":"please (well)"} +{"id":"G2101","strongs_number":"G2101","system":"greek","language":"greek","number_value":2101,"lemma":"εὐάρεστος","transliteration":"euárestos","pronunciation":null,"derivation":"from G2095 (εὖ) and G701 (ἀρεστός);","strongs_definition":"fully agreeable","kjv_definition":"acceptable(-ted), wellpleasing"} +{"id":"G2102","strongs_number":"G2102","system":"greek","language":"greek","number_value":2102,"lemma":"εὐαρέστως","transliteration":"euaréstōs","pronunciation":null,"derivation":"adverb from G2101 (εὐάρεστος);","strongs_definition":"quite agreeably","kjv_definition":"acceptably, + please well"} +{"id":"G2103","strongs_number":"G2103","system":"greek","language":"greek","number_value":2103,"lemma":"Εὔβουλος","transliteration":"Eúboulos","pronunciation":null,"derivation":"from G2095 (εὖ) and G1014 (βούλομαι);","strongs_definition":"good-willer; Eubulus, a Christian","kjv_definition":"Eubulus"} +{"id":"G2104","strongs_number":"G2104","system":"greek","language":"greek","number_value":2104,"lemma":"εὐγενής","transliteration":"eugenḗs","pronunciation":null,"derivation":"from G2095 (εὖ) and G1096 (γίνομαι);","strongs_definition":"well born, i.e. (literally) high in rank, or (figuratively) generous","kjv_definition":"more noble, nobleman"} +{"id":"G2105","strongs_number":"G2105","system":"greek","language":"greek","number_value":2105,"lemma":"εὐδία","transliteration":"eudía","pronunciation":null,"derivation":"feminine from G2095 (εὖ) and the alternate of G2203 (Ζεύς) (as the god of the weather);","strongs_definition":"a clear sky, i.e. fine weather","kjv_definition":"fair weather"} +{"id":"G2106","strongs_number":"G2106","system":"greek","language":"greek","number_value":2106,"lemma":"εὐδοκέω","transliteration":"eudokéō","pronunciation":null,"derivation":"from G2095 (εὖ) and G1380 (δοκέω);","strongs_definition":"to think well of, i.e. approve (an act); specially, to approbate (a person or thing)","kjv_definition":"think good, (be well) please(-d), be the good (have, take) pleasure, be willing"} +{"id":"G2107","strongs_number":"G2107","system":"greek","language":"greek","number_value":2107,"lemma":"εὐδοκία","transliteration":"eudokía","pronunciation":null,"derivation":"from a presumed compound of G2095 (εὖ) and the base of G1380 (δοκέω);","strongs_definition":"satisfaction, i.e. (subjectively) delight, or (objectively) kindness, wish, purpose","kjv_definition":"desire, good pleasure (will), X seem good"} +{"id":"G2108","strongs_number":"G2108","system":"greek","language":"greek","number_value":2108,"lemma":"εὐεργεσία","transliteration":"euergesía","pronunciation":null,"derivation":"from G2110 (εὐεργέτης);","strongs_definition":"beneficence (genitive case or specially)","kjv_definition":"benefit, good deed done"} +{"id":"G2109","strongs_number":"G2109","system":"greek","language":"greek","number_value":2109,"lemma":"εὐεργετέω","transliteration":"euergetéō","pronunciation":null,"derivation":"from G2110 (εὐεργέτης);","strongs_definition":"to be philanthropic","kjv_definition":"do good"} +{"id":"G2110","strongs_number":"G2110","system":"greek","language":"greek","number_value":2110,"lemma":"εὐεργέτης","transliteration":"euergétēs","pronunciation":null,"derivation":"from G2095 (εὖ) and the base of G2041 (ἔργον);","strongs_definition":"a worker of good, i.e. (specially) a philanthropist","kjv_definition":"benefactor"} +{"id":"G2111","strongs_number":"G2111","system":"greek","language":"greek","number_value":2111,"lemma":"εὔθετος","transliteration":"eúthetos","pronunciation":null,"derivation":"from G2095 (εὖ) and a derivative of G5087 (τίθημι);","strongs_definition":"well placed, i.e. (figuratively) appropriate","kjv_definition":"fit, meet"} +{"id":"G2112","strongs_number":"G2112","system":"greek","language":"greek","number_value":2112,"lemma":"εὐθέως","transliteration":"euthéōs","pronunciation":null,"derivation":"adverb from G2117 (εὐθύς);","strongs_definition":"directly, i.e. at once or soon","kjv_definition":"anon, as soon as, forthwith, immediately, shortly, straightway"} +{"id":"G2113","strongs_number":"G2113","system":"greek","language":"greek","number_value":2113,"lemma":"εὐθυδρομέω","transliteration":"euthydroméō","pronunciation":null,"derivation":"from G2117 (εὐθύς) and G1408 (δρόμος);","strongs_definition":"to lay a straight course, i.e. sail direct","kjv_definition":"(come) with a straight course"} +{"id":"G2114","strongs_number":"G2114","system":"greek","language":"greek","number_value":2114,"lemma":"εὐθυμέω","transliteration":"euthyméō","pronunciation":null,"derivation":"from G2115 (εὔθυμος);","strongs_definition":"to cheer up, i.e. (intransitively) be cheerful; neuter comparative (adverbially) more cheerfully","kjv_definition":"be of good cheer (merry)"} +{"id":"G2115","strongs_number":"G2115","system":"greek","language":"greek","number_value":2115,"lemma":"εὔθυμος","transliteration":"eúthymos","pronunciation":null,"derivation":"from G2095 (εὖ) and G2372 (θυμός);","strongs_definition":"in fine spirits, i.e. cheerful","kjv_definition":"of good cheer, the more cheerfully"} +{"id":"G2116","strongs_number":"G2116","system":"greek","language":"greek","number_value":2116,"lemma":"εὐθύνω","transliteration":"euthýnō","pronunciation":null,"derivation":"from G2117 (εὐθύς);","strongs_definition":"to straighten (level); technically, to steer","kjv_definition":"governor, make straight"} +{"id":"G2117","strongs_number":"G2117","system":"greek","language":"greek","number_value":2117,"lemma":"εὐθύς","transliteration":"euthýs","pronunciation":null,"derivation":"perhaps from G2095 (εὖ) and G5087 (τίθημι);","strongs_definition":"straight, i.e. (literally) level, or (figuratively) true; adverbially (of time) at once","kjv_definition":"anon, by and by, forthwith, immediately, straightway"} +{"id":"G2118","strongs_number":"G2118","system":"greek","language":"greek","number_value":2118,"lemma":"εὐθύτης","transliteration":"euthýtēs","pronunciation":null,"derivation":"from G2117 (εὐθύς);","strongs_definition":"rectitude","kjv_definition":"righteousness"} +{"id":"G2119","strongs_number":"G2119","system":"greek","language":"greek","number_value":2119,"lemma":"εὐκαιρέω","transliteration":"eukairéō","pronunciation":null,"derivation":"from G2121 (εὔκαιρος);","strongs_definition":"to have good time, i.e. opportunity or leisure","kjv_definition":"have leisure (convenient time), spend time"} +{"id":"G2120","strongs_number":"G2120","system":"greek","language":"greek","number_value":2120,"lemma":"εὐκαιρία","transliteration":"eukairía","pronunciation":null,"derivation":"from G2121 (εὔκαιρος);","strongs_definition":"a favorable occasion","kjv_definition":"opportunity"} +{"id":"G2121","strongs_number":"G2121","system":"greek","language":"greek","number_value":2121,"lemma":"εὔκαιρος","transliteration":"eúkairos","pronunciation":null,"derivation":"from G2095 (εὖ) and G2540 (καιρός);","strongs_definition":"well-timed, i.e. opportune","kjv_definition":"convenient, in time of need"} +{"id":"G2122","strongs_number":"G2122","system":"greek","language":"greek","number_value":2122,"lemma":"εὐκαίρως","transliteration":"eukaírōs","pronunciation":null,"derivation":"adverb from G2121 (εὔκαιρος);","strongs_definition":"opportunely","kjv_definition":"conveniently, in season"} +{"id":"G2123","strongs_number":"G2123","system":"greek","language":"greek","number_value":2123,"lemma":"εὐκοπώτερος","transliteration":"eukopṓteros","pronunciation":null,"derivation":"comparative of a compound of G2095 (εὖ) and G2873 (κόπος);","strongs_definition":"better for toil, i.e. more facile","kjv_definition":"easier"} +{"id":"G2124","strongs_number":"G2124","system":"greek","language":"greek","number_value":2124,"lemma":"εὐλάβεια","transliteration":"eulábeia","pronunciation":null,"derivation":"from G2126 (εὐλαβής);","strongs_definition":"properly, caution, i.e. (religiously) reverence (piety); by implication, dread (concretely)","kjv_definition":"fear(-ed)"} +{"id":"G2125","strongs_number":"G2125","system":"greek","language":"greek","number_value":2125,"lemma":"εὐλαβέομαι","transliteration":"eulabéomai","pronunciation":null,"derivation":"middle voice from G2126 (εὐλαβής);","strongs_definition":"to be circumspect, i.e. (by implication) to be apprehensive; religiously, to reverence","kjv_definition":"(moved with) fear"} +{"id":"G2126","strongs_number":"G2126","system":"greek","language":"greek","number_value":2126,"lemma":"εὐλαβής","transliteration":"eulabḗs","pronunciation":null,"derivation":"from G2095 (εὖ) and G2983 (λαμβάνω);","strongs_definition":"taking well (carefully), i.e. circumspect (religiously, pious)","kjv_definition":"devout"} +{"id":"G2127","strongs_number":"G2127","system":"greek","language":"greek","number_value":2127,"lemma":"εὐλογέω","transliteration":"eulogéō","pronunciation":null,"derivation":"from a compound of G2095 (εὖ) and G3056 (λόγος);","strongs_definition":"to speak well of, i.e. (religiously) to bless (thank or invoke a benediction upon, prosper)","kjv_definition":"bless, praise"} +{"id":"G2128","strongs_number":"G2128","system":"greek","language":"greek","number_value":2128,"lemma":"εὐλογητός","transliteration":"eulogētós","pronunciation":null,"derivation":"from G2127 (εὐλογέω);","strongs_definition":"adorable","kjv_definition":"blessed"} +{"id":"G2129","strongs_number":"G2129","system":"greek","language":"greek","number_value":2129,"lemma":"εὐλογία","transliteration":"eulogía","pronunciation":null,"derivation":"from the same as G2127 (εὐλογέω);","strongs_definition":"fine speaking, i.e. elegance of language; commendation (\"eulogy\"), i.e. (reverentially) adoration; religiously, benediction; by implication, consecration; by extension, benefit or largess","kjv_definition":"blessing (a matter of) bounty (X -tifully), fair speech"} +{"id":"G2130","strongs_number":"G2130","system":"greek","language":"greek","number_value":2130,"lemma":"εὐμετάδοτος","transliteration":"eumetádotos","pronunciation":null,"derivation":"from G2095 (εὖ) and a presumed derivative of G3330 (μεταδίδωμι);","strongs_definition":"good at imparting, i.e. liberal","kjv_definition":"ready to distribute"} +{"id":"G2131","strongs_number":"G2131","system":"greek","language":"greek","number_value":2131,"lemma":"Εὐνίκη","transliteration":"Euníkē","pronunciation":null,"derivation":"from G2095 (εὖ) and G3529 (νίκη);","strongs_definition":"victorious; Eunice, a Jewess","kjv_definition":"Eunice"} +{"id":"G2132","strongs_number":"G2132","system":"greek","language":"greek","number_value":2132,"lemma":"εὐνοέω","transliteration":"eunoéō","pronunciation":null,"derivation":"from a compound of G2095 (εὖ) and G3563 (νοῦς);","strongs_definition":"to be well- minded, i.e. reconcile","kjv_definition":"agree"} +{"id":"G2133","strongs_number":"G2133","system":"greek","language":"greek","number_value":2133,"lemma":"εὔνοια","transliteration":"eúnoia","pronunciation":null,"derivation":"from the same as G2132 (εὐνοέω);","strongs_definition":"kindness; euphemistically, conjugal duty","kjv_definition":"benevolence, good will"} +{"id":"G2134","strongs_number":"G2134","system":"greek","language":"greek","number_value":2134,"lemma":"εὐνουχίζω","transliteration":"eunouchízō","pronunciation":null,"derivation":"from G2135 (εὐνοῦχος);","strongs_definition":"to castrate (figuratively, live unmarried)","kjv_definition":"make…eunuch"} +{"id":"G2135","strongs_number":"G2135","system":"greek","language":"greek","number_value":2135,"lemma":"εὐνοῦχος","transliteration":"eunoûchos","pronunciation":null,"derivation":"from (a bed) and G2192 (ἔχω);","strongs_definition":"a castrated person (such being employed in Oriental bed-chambers); by extension an impotent or unmarried man; by implication, a chamberlain (state-officer)","kjv_definition":"eunuch"} +{"id":"G2136","strongs_number":"G2136","system":"greek","language":"greek","number_value":2136,"lemma":"Εὐοδία","transliteration":"Euodía","pronunciation":null,"derivation":"from the same as G2137 (εὐοδόω);","strongs_definition":"fine travelling; Euodia, a Christian woman","kjv_definition":"Euodias"} +{"id":"G2137","strongs_number":"G2137","system":"greek","language":"greek","number_value":2137,"lemma":"εὐοδόω","transliteration":"euodóō","pronunciation":null,"derivation":"from a compound of G2095 (εὖ) and G3598 (ὁδός);","strongs_definition":"to help on the road, i.e. (passively) succeed in reaching; figuratively, to succeed in business affairs","kjv_definition":"(have a) prosper(-ous journey)"} +{"id":"G2138","strongs_number":"G2138","system":"greek","language":"greek","number_value":2138,"lemma":"εὐπειθής","transliteration":"eupeithḗs","pronunciation":null,"derivation":"from G2095 (εὖ) and G3982 (πείθω);","strongs_definition":"good for persuasion, i.e. (intransitively) complaint","kjv_definition":"easy to be intreated"} +{"id":"G2139","strongs_number":"G2139","system":"greek","language":"greek","number_value":2139,"lemma":"εὐπερίστατος","transliteration":"euperístatos","pronunciation":null,"derivation":"from G2095 (εὖ) and a derivative of a presumed compound of G4012 (περί) and G2476 (ἵστημι);","strongs_definition":"well standing around, i.e. (a competitor) thwarting (a racer) in every direction (figuratively, of sin in genitive case)","kjv_definition":"which doth so easily beset"} +{"id":"G2140","strongs_number":"G2140","system":"greek","language":"greek","number_value":2140,"lemma":"εὐποιΐα","transliteration":"eupoiḯa","pronunciation":null,"derivation":"from a compound of G2095 (εὖ) and G4160 (ποιέω);","strongs_definition":"well-doing, i.e. beneficence","kjv_definition":"to do good"} +{"id":"G2141","strongs_number":"G2141","system":"greek","language":"greek","number_value":2141,"lemma":"εὐπορέω","transliteration":"euporéō","pronunciation":null,"derivation":"from a compound of G2090 (ἑτοιμάζω) and the base of G4197 (πορεία);","strongs_definition":"(intransitively) to be good for passing through, i.e. (figuratively) have pecuniary means","kjv_definition":"ability"} +{"id":"G2142","strongs_number":"G2142","system":"greek","language":"greek","number_value":2142,"lemma":"εὐπορία","transliteration":"euporía","pronunciation":null,"derivation":"from the same as G2141 (εὐπορέω);","strongs_definition":"pecuniary resources","kjv_definition":"wealth"} +{"id":"G2143","strongs_number":"G2143","system":"greek","language":"greek","number_value":2143,"lemma":"εὐπρέπεια","transliteration":"euprépeia","pronunciation":null,"derivation":"from a compound of G2095 (εὖ) and G4241 (πρέπω);","strongs_definition":"good suitableness, i.e. gracefulness","kjv_definition":"grace"} +{"id":"G2144","strongs_number":"G2144","system":"greek","language":"greek","number_value":2144,"lemma":"εὐπρόσδεκτος","transliteration":"euprósdektos","pronunciation":null,"derivation":"from G2095 (εὖ) and a derivative of G4327 (προσδέχομαι);","strongs_definition":"well-received, i.e. approved, favorable","kjv_definition":"acceptable(-ted)"} +{"id":"G2145","strongs_number":"G2145","system":"greek","language":"greek","number_value":2145,"lemma":"εὐπρόσεδρος","transliteration":"euprósedros","pronunciation":null,"derivation":"from G2095 (εὖ) and the same as G4332 (προσεδρεύω);","strongs_definition":"sitting well towards, i.e. (figuratively) assiduous (neuter, diligent service)","kjv_definition":"X attend upon"} +{"id":"G2146","strongs_number":"G2146","system":"greek","language":"greek","number_value":2146,"lemma":"εὐπροσωπέω","transliteration":"euprosōpéō","pronunciation":null,"derivation":"from a compound of G2095 (εὖ) and G4383 (πρόσωπον);","strongs_definition":"to be of good countenance, i.e. (figuratively) to make a display","kjv_definition":"make a fair show"} +{"id":"G2147","strongs_number":"G2147","system":"greek","language":"greek","number_value":2147,"lemma":"εὑρίσκω","transliteration":"heurískō","pronunciation":null,"derivation":"a prolonged form of a primary , which (together with another cognate form) is used for it in all the tenses except the present and imperfect;","strongs_definition":"to find (literally or figuratively)","kjv_definition":"find, get, obtain, perceive, see"} +{"id":"G2148","strongs_number":"G2148","system":"greek","language":"greek","number_value":2148,"lemma":"Εὐροκλύδων","transliteration":"Euroklýdōn","pronunciation":null,"derivation":"from (the east wind) and G2830 (κλύδων);","strongs_definition":"a storm from the East (or southeast), i.e. (in modern phrase) a Levanter","kjv_definition":"Euroklydon"} +{"id":"G2149","strongs_number":"G2149","system":"greek","language":"greek","number_value":2149,"lemma":"εὐρύχωρος","transliteration":"eurýchōros","pronunciation":null,"derivation":"from (wide) and G5561 (χώρα);","strongs_definition":"spacious","kjv_definition":"broad"} +{"id":"G2150","strongs_number":"G2150","system":"greek","language":"greek","number_value":2150,"lemma":"εὐσέβεια","transliteration":"eusébeia","pronunciation":null,"derivation":"from G2152 (εὐσεβής);","strongs_definition":"piety; specially, the gospel scheme","kjv_definition":"godliness, holiness"} +{"id":"G2151","strongs_number":"G2151","system":"greek","language":"greek","number_value":2151,"lemma":"εὐσεβέω","transliteration":"eusebéō","pronunciation":null,"derivation":"from G2152 (εὐσεβής);","strongs_definition":"to be pious, i.e. (towards God) to worship, or (towards parents) to respect (support)","kjv_definition":"show piety, worship"} +{"id":"G2152","strongs_number":"G2152","system":"greek","language":"greek","number_value":2152,"lemma":"εὐσεβής","transliteration":"eusebḗs","pronunciation":null,"derivation":"from G2095 (εὖ) and G4576 (σέβομαι);","strongs_definition":"well-reverent, i.e. pious","kjv_definition":"devout, godly"} +{"id":"G2153","strongs_number":"G2153","system":"greek","language":"greek","number_value":2153,"lemma":"εὐσεβῶς","transliteration":"eusebōs","pronunciation":null,"derivation":"adverb from G2152 (εὐσεβής);","strongs_definition":"piously","kjv_definition":"godly"} +{"id":"G2154","strongs_number":"G2154","system":"greek","language":"greek","number_value":2154,"lemma":"εὔσημος","transliteration":"eúsēmos","pronunciation":null,"derivation":"from G2095 (εὖ) and the base of G4591 (σημαίνω);","strongs_definition":"well indicated, i.e. (figuratively) significant","kjv_definition":"easy to be understood"} +{"id":"G2155","strongs_number":"G2155","system":"greek","language":"greek","number_value":2155,"lemma":"εὔσπλαγχνος","transliteration":"eúsplanchnos","pronunciation":null,"derivation":"from G2095 (εὖ) and G4698 (σπλάγχνον);","strongs_definition":"well compassioned, i.e. sympathetic","kjv_definition":"pitiful, tender-hearted"} +{"id":"G2156","strongs_number":"G2156","system":"greek","language":"greek","number_value":2156,"lemma":"εὐσχημόνως","transliteration":"euschēmónōs","pronunciation":null,"derivation":"adverb from G2158 (εὐσχήμων);","strongs_definition":"decorously","kjv_definition":"decently, honestly"} +{"id":"G2157","strongs_number":"G2157","system":"greek","language":"greek","number_value":2157,"lemma":"εὐσχημοσύνη","transliteration":"euschēmosýnē","pronunciation":null,"derivation":"from G2158 (εὐσχήμων);","strongs_definition":"decorousness","kjv_definition":"comeliness"} +{"id":"G2158","strongs_number":"G2158","system":"greek","language":"greek","number_value":2158,"lemma":"εὐσχήμων","transliteration":"euschḗmōn","pronunciation":null,"derivation":"from G2095 (εὖ) and G4976 (σχῆμα);","strongs_definition":"well-formed, i.e. (figuratively) decorous, noble (in rank)","kjv_definition":"comely, honourable"} +{"id":"G2159","strongs_number":"G2159","system":"greek","language":"greek","number_value":2159,"lemma":"εὐτόνως","transliteration":"eutónōs","pronunciation":null,"derivation":"adverb from a compound of G2095 (εὖ) and a derivative of (to stretch);","strongs_definition":"in a well-strung manner, i.e. (figuratively) intensely (in a good sense, cogently; in a bad one, fiercely)","kjv_definition":"mightily, vehemently"} +{"id":"G2160","strongs_number":"G2160","system":"greek","language":"greek","number_value":2160,"lemma":"εὐτραπελία","transliteration":"eutrapelía","pronunciation":null,"derivation":"from a compound of G2095 (εὖ) and a derivative of the base of G5157 (τροπή) (meaning well-turned, i.e. ready at repartee, jocose);","strongs_definition":"witticism, i.e. (in a vulgar sense) ribaldry","kjv_definition":"jesting"} +{"id":"G2161","strongs_number":"G2161","system":"greek","language":"greek","number_value":2161,"lemma":"Εὔτυχος","transliteration":"Eútychos","pronunciation":null,"derivation":"from G2095 (εὖ) and a derivative of G5177 (τυγχάνω);","strongs_definition":"well- fated, i.e. fortunate; Eutychus, a young man","kjv_definition":"Eutychus"} +{"id":"G2162","strongs_number":"G2162","system":"greek","language":"greek","number_value":2162,"lemma":"εὐφημία","transliteration":"euphēmía","pronunciation":null,"derivation":"from G2163 (εὔφημος);","strongs_definition":"good language (\"euphemy\"), i.e. praise (repute)","kjv_definition":"good report"} +{"id":"G2163","strongs_number":"G2163","system":"greek","language":"greek","number_value":2163,"lemma":"εὔφημος","transliteration":"eúphēmos","pronunciation":null,"derivation":"from G2095 (εὖ) and G5345 (φήμη);","strongs_definition":"well spoken of, i.e. reputable","kjv_definition":"of good report"} +{"id":"G2164","strongs_number":"G2164","system":"greek","language":"greek","number_value":2164,"lemma":"εὐφορέω","transliteration":"euphoréō","pronunciation":null,"derivation":"from G2095 (εὖ) and G5409 (φορέω);","strongs_definition":"to bear well, i.e. be fertile","kjv_definition":"bring forth abundantly"} +{"id":"G2165","strongs_number":"G2165","system":"greek","language":"greek","number_value":2165,"lemma":"εὐφραίνω","transliteration":"euphraínō","pronunciation":null,"derivation":"from G2095 (εὖ) and G5424 (φρήν);","strongs_definition":"to put (middle voice or passively, be) in a good frame of mind, i.e. rejoice","kjv_definition":"fare, make glad, be (make) merry, rejoice"} +{"id":"G2166","strongs_number":"G2166","system":"greek","language":"greek","number_value":2166,"lemma":"Εὐφράτης","transliteration":"Euphrátēs","pronunciation":null,"derivation":"of foreign origin (compare H06578);","strongs_definition":"Euphrates, a river of Asia","kjv_definition":"Euphrates"} +{"id":"G2167","strongs_number":"G2167","system":"greek","language":"greek","number_value":2167,"lemma":"εὐφροσύνη","transliteration":"euphrosýnē","pronunciation":null,"derivation":"from the same as G2165 (εὐφραίνω);","strongs_definition":"joyfulness","kjv_definition":"gladness, joy"} +{"id":"G2168","strongs_number":"G2168","system":"greek","language":"greek","number_value":2168,"lemma":"εὐχαριστέω","transliteration":"eucharistéō","pronunciation":null,"derivation":"from G2170 (εὐχάριστος);","strongs_definition":"to be grateful, i.e. (actively) to express gratitude (towards); specially, to say grace at a meal","kjv_definition":"(give) thank(-ful, -s)"} +{"id":"G2169","strongs_number":"G2169","system":"greek","language":"greek","number_value":2169,"lemma":"εὐχαριστία","transliteration":"eucharistía","pronunciation":null,"derivation":"from G2170 (εὐχάριστος);","strongs_definition":"gratitude; actively, grateful language (to God, as an act of worship)","kjv_definition":"thankfulness, (giving of) thanks(-giving)"} +{"id":"G2170","strongs_number":"G2170","system":"greek","language":"greek","number_value":2170,"lemma":"εὐχάριστος","transliteration":"eucháristos","pronunciation":null,"derivation":"from G2095 (εὖ) and a derivative of G5483 (χαρίζομαι);","strongs_definition":"well favored, i.e. (by implication) grateful","kjv_definition":"thankful"} +{"id":"G2171","strongs_number":"G2171","system":"greek","language":"greek","number_value":2171,"lemma":"εὐχή","transliteration":"euchḗ","pronunciation":null,"derivation":"from G2172 (εὔχομαι);","strongs_definition":"properly, a wish, expressed as a petition to God, or in votive obligation","kjv_definition":"prayer, vow"} +{"id":"G2172","strongs_number":"G2172","system":"greek","language":"greek","number_value":2172,"lemma":"εὔχομαι","transliteration":"eúchomai","pronunciation":null,"derivation":"middle voice of a primary verb;","strongs_definition":"to wish; by implication, to pray to God","kjv_definition":"pray, will, wish"} +{"id":"G2173","strongs_number":"G2173","system":"greek","language":"greek","number_value":2173,"lemma":"εὔχρηστος","transliteration":"eúchrēstos","pronunciation":null,"derivation":"from G2095 (εὖ) and G5543 (χρηστός);","strongs_definition":"easily used, i.e. useful","kjv_definition":"profitable, meet for use"} +{"id":"G2174","strongs_number":"G2174","system":"greek","language":"greek","number_value":2174,"lemma":"εὐψυχέω","transliteration":"eupsychéō","pronunciation":null,"derivation":"from a compound of G2095 (εὖ) and G5590 (ψυχή);","strongs_definition":"to be in good spirits, i.e. feel encouraged","kjv_definition":"be of good comfort"} +{"id":"G2175","strongs_number":"G2175","system":"greek","language":"greek","number_value":2175,"lemma":"εὐωδία","transliteration":"euōdía","pronunciation":null,"derivation":"from a compound of G2095 (εὖ) and a derivative of G3605 (ὄζω);","strongs_definition":"good-scentedness, i.e. fragrance","kjv_definition":"sweet savour (smell, -smelling)"} +{"id":"G2176","strongs_number":"G2176","system":"greek","language":"greek","number_value":2176,"lemma":"εὐώνυμος","transliteration":"euṓnymos","pronunciation":null,"derivation":"from G2095 (εὖ) and G3686 (ὄνομα);","strongs_definition":"properly, well-named (good-omened), i.e. the left (which was the lucky side among the pagan Greeks); neuter as adverbial, at the left hand","kjv_definition":"(on the) left"} +{"id":"G2177","strongs_number":"G2177","system":"greek","language":"greek","number_value":2177,"lemma":"ἐφάλλομαι","transliteration":"ephállomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G242 (ἅλλομαι);","strongs_definition":"to spring upon","kjv_definition":"leap on"} +{"id":"G2178","strongs_number":"G2178","system":"greek","language":"greek","number_value":2178,"lemma":"ἐφάπαξ","transliteration":"ephápax","pronunciation":null,"derivation":"from G1909 (ἐπί) and G530 (ἅπαξ);","strongs_definition":"upon one occasion (only)","kjv_definition":"(at) once (for all)"} +{"id":"G2179","strongs_number":"G2179","system":"greek","language":"greek","number_value":2179,"lemma":"Ἐφεσῖνος","transliteration":"Ephesînos","pronunciation":null,"derivation":"from G2181 (Ἔφεσος);","strongs_definition":"Ephesine, or situated at Ephesus","kjv_definition":"of Ephesus"} +{"id":"G2180","strongs_number":"G2180","system":"greek","language":"greek","number_value":2180,"lemma":"Ἐφέσιος","transliteration":"Ephésios","pronunciation":null,"derivation":"from G2181 (Ἔφεσος);","strongs_definition":"an Ephesian or inhabitant of Ephesus","kjv_definition":"Ephesian, of Ephesus"} +{"id":"G2181","strongs_number":"G2181","system":"greek","language":"greek","number_value":2181,"lemma":"Ἔφεσος","transliteration":"Éphesos","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Ephesus, a city of Asia Minor","kjv_definition":"Ephesus"} +{"id":"G2182","strongs_number":"G2182","system":"greek","language":"greek","number_value":2182,"lemma":"ἐφευρετής","transliteration":"epheuretḗs","pronunciation":null,"derivation":"from a compound of G1909 (ἐπί) and G2147 (εὑρίσκω);","strongs_definition":"a discoverer, i.e. contriver","kjv_definition":"inventor"} +{"id":"G2183","strongs_number":"G2183","system":"greek","language":"greek","number_value":2183,"lemma":"ἐφημερία","transliteration":"ephēmería","pronunciation":null,"derivation":"from G2184 (ἐφήμερος);","strongs_definition":"diurnality, i.e. (specially) the quotidian rotation or class of the Jewish priests' service at the Temple, as distributed by families","kjv_definition":"course"} +{"id":"G2184","strongs_number":"G2184","system":"greek","language":"greek","number_value":2184,"lemma":"ἐφήμερος","transliteration":"ephḗmeros","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2250 (ἡμέρα);","strongs_definition":"for a day (\"ephemeral\"), i.e. diurnal","kjv_definition":"daily"} +{"id":"G2185","strongs_number":"G2185","system":"greek","language":"greek","number_value":2185,"lemma":"ἐφικνέομαι","transliteration":"ephiknéomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and a cognate of G2240 (ἥκω);","strongs_definition":"to arrive upon, i.e. extend to","kjv_definition":"reach"} +{"id":"G2186","strongs_number":"G2186","system":"greek","language":"greek","number_value":2186,"lemma":"ἐφίστημι","transliteration":"ephístēmi","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2476 (ἵστημι);","strongs_definition":"to stand upon, i.e. be present (in various applications, friendly or otherwise, usually literal);","kjv_definition":"--assault, come (in, to, unto, upon), be at hand (instant), present, stand (before, by, over)"} +{"id":"G2187","strongs_number":"G2187","system":"greek","language":"greek","number_value":2187,"lemma":"Ἐφραίμ","transliteration":"Ephraím","pronunciation":null,"derivation":"of Hebrew origin (H0669 or better H06085);","strongs_definition":"Ephraim, a place in Palestine","kjv_definition":"Ephraim"} +{"id":"G2188","strongs_number":"G2188","system":"greek","language":"greek","number_value":2188,"lemma":"ἐφφαθά","transliteration":"ephphathá","pronunciation":null,"derivation":"of Chaldee origin (H06606);","strongs_definition":"be opened!","kjv_definition":"Ephphatha"} +{"id":"G2189","strongs_number":"G2189","system":"greek","language":"greek","number_value":2189,"lemma":"ἔχθρα","transliteration":"échthra","pronunciation":null,"derivation":"feminine of G2190 (ἐχθρός);","strongs_definition":"hostility; by implication, a reason for opposition","kjv_definition":"enmity, hatred"} +{"id":"G2190","strongs_number":"G2190","system":"greek","language":"greek","number_value":2190,"lemma":"ἐχθρός","transliteration":"echthrós","pronunciation":null,"derivation":"from a primary (to hate);","strongs_definition":"hateful (passively, odious, or actively, hostile); usually as a noun, an adversary (especially Satan)","kjv_definition":"enemy, foe"} +{"id":"G2191","strongs_number":"G2191","system":"greek","language":"greek","number_value":2191,"lemma":"ἔχιδνα","transliteration":"échidna","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"an adder or other poisonous snake (literally or figuratively)","kjv_definition":"viper"} +{"id":"G2192","strongs_number":"G2192","system":"greek","language":"greek","number_value":2192,"lemma":"ἔχω","transliteration":"échō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to hold (used in very various applications, literally or figuratively, direct or remote; such as possession; ability, contiuity, relation, or condition)","kjv_definition":"be (able, X hold, possessed with), accompany, + begin to amend, can(+ -not), X conceive, count, diseased, do + eat, + enjoy, + fear, following, have, hold, keep, + lack, + go to law, lie, + must needs, + of necessity, + need, next, + recover, + reign, + rest, + return, X sick, take for, + tremble, + uncircumcised, use"} +{"id":"G2193","strongs_number":"G2193","system":"greek","language":"greek","number_value":2193,"lemma":"ἕως","transliteration":"héōs","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a conjunction, preposition and adverb of continuance, until (of time and place)","kjv_definition":"even (until, unto), (as) far (as), how long, (un-)til(-l), (hither-, un-, up) to, while(-s)"} +{"id":"G2194","strongs_number":"G2194","system":"greek","language":"greek","number_value":2194,"lemma":"Ζαβουλών","transliteration":"Zaboulṓn","pronunciation":null,"derivation":"of Hebrew origin (H02074);","strongs_definition":"Zabulon (i.e. Zebulon), a region of Palestine","kjv_definition":"Zabulon"} +{"id":"G2195","strongs_number":"G2195","system":"greek","language":"greek","number_value":2195,"lemma":"Ζακχαῖος","transliteration":"Zakchaîos","pronunciation":null,"derivation":"of Hebrew origin (compare H02140);","strongs_definition":"Zacchæus, an Israelite","kjv_definition":"Zacchæus"} +{"id":"G2196","strongs_number":"G2196","system":"greek","language":"greek","number_value":2196,"lemma":"Ζαρά","transliteration":"Zará","pronunciation":null,"derivation":"of Hebrew origin (H02226);","strongs_definition":"Zara, (i.e. Zerach), an Israelite","kjv_definition":"Zara"} +{"id":"G2197","strongs_number":"G2197","system":"greek","language":"greek","number_value":2197,"lemma":"Ζαχαρίας","transliteration":"Zacharías","pronunciation":null,"derivation":"of Hebrew origin (H02148);","strongs_definition":"Zacharias (i.e. Zechariah), the name of two Israelites","kjv_definition":"Zacharias"} +{"id":"G2198","strongs_number":"G2198","system":"greek","language":"greek","number_value":2198,"lemma":"ζάω","transliteration":"záō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to live (literally or figuratively)","kjv_definition":"life(-time), (a-)live(-ly), quick"} +{"id":"G2199","strongs_number":"G2199","system":"greek","language":"greek","number_value":2199,"lemma":"Ζεβεδαῖος","transliteration":"Zebedaîos","pronunciation":null,"derivation":"of Hebrew origin (compare H02067);","strongs_definition":"Zebedæus, an Israelite","kjv_definition":"Zebedee"} +{"id":"G2200","strongs_number":"G2200","system":"greek","language":"greek","number_value":2200,"lemma":"ζεστός","transliteration":"zestós","pronunciation":null,"derivation":"from G2204 (ζέω);","strongs_definition":"boiled, i.e. (by implication) calid (figuratively, fervent)","kjv_definition":"hot"} +{"id":"G2201","strongs_number":"G2201","system":"greek","language":"greek","number_value":2201,"lemma":"ζεῦγος","transliteration":"zeûgos","pronunciation":null,"derivation":"from the same as G2218 (ζυγός);","strongs_definition":"a couple, i.e. a team (of oxen yoked together) or brace (of birds tied together)","kjv_definition":"yoke, pair"} +{"id":"G2202","strongs_number":"G2202","system":"greek","language":"greek","number_value":2202,"lemma":"ζευκτηρία","transliteration":"zeuktēría","pronunciation":null,"derivation":"feminine of a derivative (at the second stage) from the same as G2218 (ζυγός);","strongs_definition":"a fastening (tiller-rope)","kjv_definition":"band"} +{"id":"G2203","strongs_number":"G2203","system":"greek","language":"greek","number_value":2203,"lemma":"Ζεύς","transliteration":"Zeús","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"in the oblique cases there is used instead of it a (probably cognate) name , which is otherwise obsolete; Zeus or Dis (among the Latins, Jupiter or Jove), the supreme deity of the Greeks","kjv_definition":"Jupiter"} +{"id":"G2204","strongs_number":"G2204","system":"greek","language":"greek","number_value":2204,"lemma":"ζέω","transliteration":"zéō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to be hot (boil, of liquids; or glow, of solids), i.e. (figuratively) be fervid (earnest)","kjv_definition":"be fervent"} +{"id":"G2205","strongs_number":"G2205","system":"greek","language":"greek","number_value":2205,"lemma":"ζῆλος","transliteration":"zēlos","pronunciation":null,"derivation":"from G2204 (ζέω);","strongs_definition":"properly, heat, i.e. (figuratively) \"zeal\" (in a favorable sense, ardor; in an unfavorable one, jealousy, as of a husband (figuratively, of God), or an enemy, malice)","kjv_definition":"emulation, envy(-ing), fervent mind, indignation, jealousy, zeal"} +{"id":"G2206","strongs_number":"G2206","system":"greek","language":"greek","number_value":2206,"lemma":"ζηλόω","transliteration":"zēlóō","pronunciation":null,"derivation":"from G2205 (ζῆλος);","strongs_definition":"to have warmth of feeling for or against","kjv_definition":"affect, covet (earnestly), (have) desire, (move with) envy, be jealous over, (be) zealous(-ly affect)"} +{"id":"G2207","strongs_number":"G2207","system":"greek","language":"greek","number_value":2207,"lemma":"ζηλωτής","transliteration":"zēlōtḗs","pronunciation":null,"derivation":"from G2206 (ζηλόω);","strongs_definition":"a \"zealot\"","kjv_definition":"zealous"} +{"id":"G2208","strongs_number":"G2208","system":"greek","language":"greek","number_value":2208,"lemma":"Ζηλωτής","transliteration":"Zēlōtḗs","pronunciation":null,"derivation":"the same as G2207 (ζηλωτής);","strongs_definition":"a Zealot, i.e. (specially) partisan for Jewish political independence","kjv_definition":"Zelotes"} +{"id":"G2209","strongs_number":"G2209","system":"greek","language":"greek","number_value":2209,"lemma":"ζημία","transliteration":"zēmía","pronunciation":null,"derivation":"probably akin to the base of G1150 (δαμάζω) (through the idea of violence);","strongs_definition":"detriment","kjv_definition":"damage, loss"} +{"id":"G2210","strongs_number":"G2210","system":"greek","language":"greek","number_value":2210,"lemma":"ζημιόω","transliteration":"zēmióō","pronunciation":null,"derivation":"from G2209 (ζημία);","strongs_definition":"to injure, i.e. (reflexively or passively) to experience detriment","kjv_definition":"be cast away, receive damage, lose, suffer loss"} +{"id":"G2211","strongs_number":"G2211","system":"greek","language":"greek","number_value":2211,"lemma":"Ζηνᾶς","transliteration":"Zēnâs","pronunciation":null,"derivation":"probably contracted from a poetic form of G2203 (Ζεύς) and G1435 (δῶρον);","strongs_definition":"Jove-given; Zenas, a Christian","kjv_definition":"Zenas"} +{"id":"G2212","strongs_number":"G2212","system":"greek","language":"greek","number_value":2212,"lemma":"ζητέω","transliteration":"zētéō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to seek (literally or figuratively); specially, (by Hebraism) to worship (God), or (in a bad sense) to plot (against life)","kjv_definition":"be (go) about, desire, endeavour, enquire (for), require, (X will) seek (after, for, means)"} +{"id":"G2213","strongs_number":"G2213","system":"greek","language":"greek","number_value":2213,"lemma":"ζήτημα","transliteration":"zḗtēma","pronunciation":null,"derivation":"from G2212 (ζητέω);","strongs_definition":"a search (properly concretely), i.e. (in words) a debate","kjv_definition":"question"} +{"id":"G2214","strongs_number":"G2214","system":"greek","language":"greek","number_value":2214,"lemma":"ζήτησις","transliteration":"zḗtēsis","pronunciation":null,"derivation":"from G2212 (ζητέω);","strongs_definition":"a searching (properly, the act), i.e. a dispute or its theme","kjv_definition":"question"} +{"id":"G2215","strongs_number":"G2215","system":"greek","language":"greek","number_value":2215,"lemma":"ζιζάνιον","transliteration":"zizánion","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"darnel or false grain","kjv_definition":"tares"} +{"id":"G2216","strongs_number":"G2216","system":"greek","language":"greek","number_value":2216,"lemma":"Ζοροβάβελ","transliteration":"Zorobábel","pronunciation":null,"derivation":"of Hebrew origin (H02216);","strongs_definition":"Zorobabel (i.e. Zerubbabel), an Israelite","kjv_definition":"Zorobabel"} +{"id":"G2217","strongs_number":"G2217","system":"greek","language":"greek","number_value":2217,"lemma":"ζόφος","transliteration":"zóphos","pronunciation":null,"derivation":"akin to the base of G3509 (νέφος);","strongs_definition":"gloom (as shrouding like a cloud)","kjv_definition":"blackness, darkness, mist"} +{"id":"G2218","strongs_number":"G2218","system":"greek","language":"greek","number_value":2218,"lemma":"ζυγός","transliteration":"zygós","pronunciation":null,"derivation":"from the root of (to join, especially by a \"yoke\");","strongs_definition":"a coupling, i.e. (figuratively) servitude (a law or obligation); also (literally) the beam of the balance (as connecting the scales)","kjv_definition":"pair of balances, yoke"} +{"id":"G2219","strongs_number":"G2219","system":"greek","language":"greek","number_value":2219,"lemma":"ζύμη","transliteration":"zýmē","pronunciation":null,"derivation":"probably from G2204 (ζέω);","strongs_definition":"ferment (as if boiling up)","kjv_definition":"leaven"} +{"id":"G2220","strongs_number":"G2220","system":"greek","language":"greek","number_value":2220,"lemma":"ζυμόω","transliteration":"zymóō","pronunciation":null,"derivation":"from G2219 (ζύμη);","strongs_definition":"to cause to ferment","kjv_definition":"leaven"} +{"id":"G2221","strongs_number":"G2221","system":"greek","language":"greek","number_value":2221,"lemma":"ζωγρέω","transliteration":"zōgréō","pronunciation":null,"derivation":"from the same as G2226 (ζῶον) and G64 (ἀγρεύω);","strongs_definition":"to take alive (make a prisoner of war), i.e. (figuratively) to capture or ensnare","kjv_definition":"take captive, catch"} +{"id":"G2222","strongs_number":"G2222","system":"greek","language":"greek","number_value":2222,"lemma":"ζωή","transliteration":"zōḗ","pronunciation":null,"derivation":"from G2198 (ζάω);","strongs_definition":"life (literally or figuratively)","kjv_definition":"life(-time)"} +{"id":"G2223","strongs_number":"G2223","system":"greek","language":"greek","number_value":2223,"lemma":"ζώνη","transliteration":"zṓnē","pronunciation":null,"derivation":"probably akin to the base of G2218 (ζυγός);","strongs_definition":"a belt; by implication, a pocket","kjv_definition":"girdle, purse"} +{"id":"G2224","strongs_number":"G2224","system":"greek","language":"greek","number_value":2224,"lemma":"ζώννυμι","transliteration":"zṓnnymi","pronunciation":null,"derivation":"from G2223 (ζώνη);","strongs_definition":"to bind about (especially with a belt)","kjv_definition":"gird"} +{"id":"G2225","strongs_number":"G2225","system":"greek","language":"greek","number_value":2225,"lemma":"ζωογονέω","transliteration":"zōogonéō","pronunciation":null,"derivation":"from the same as G2226 (ζῶον) and a derivative of G1096 (γίνομαι);","strongs_definition":"to engender alive, i.e. (by analogy) to rescue (passively, be saved) from death","kjv_definition":"live, preserve"} +{"id":"G2226","strongs_number":"G2226","system":"greek","language":"greek","number_value":2226,"lemma":"ζῶον","transliteration":"zōon","pronunciation":null,"derivation":"neuter of a derivative of G2198 (ζάω);","strongs_definition":"a live thing, i.e. an animal","kjv_definition":"beast"} +{"id":"G2227","strongs_number":"G2227","system":"greek","language":"greek","number_value":2227,"lemma":"ζωοποιέω","transliteration":"zōopoiéō","pronunciation":null,"derivation":"from the same as G2226 (ζῶον) and G4160 (ποιέω);","strongs_definition":"to (re-)vitalize (literally or figuratively)","kjv_definition":"make alive, give life, quicken"} +{"id":"G2228","strongs_number":"G2228","system":"greek","language":"greek","number_value":2228,"lemma":"ἤ","transliteration":"ḗ","pronunciation":null,"derivation":"a primary particle of distinction between two connected terms;","strongs_definition":"disjunctive, or; comparative, than","kjv_definition":"and, but (either), (n-)either, except it be, (n-)or (else), rather, save, than, that, what, yea"} +{"id":"G2229","strongs_number":"G2229","system":"greek","language":"greek","number_value":2229,"lemma":"ἦ","transliteration":"ē","pronunciation":null,"derivation":"an adverb of confirmation; perhaps intensive of G2228 (ἤ); used only (in the New Testament) before G3303 (μέν);","strongs_definition":"assuredly","kjv_definition":"surely"} +{"id":"G2230","strongs_number":"G2230","system":"greek","language":"greek","number_value":2230,"lemma":"ἡγεμονεύω","transliteration":"hēgemoneúō","pronunciation":null,"derivation":"from G2232 (ἡγεμών);","strongs_definition":"to act as ruler","kjv_definition":"be governor"} +{"id":"G2231","strongs_number":"G2231","system":"greek","language":"greek","number_value":2231,"lemma":"ἡγεμονία","transliteration":"hēgemonía","pronunciation":null,"derivation":"from G2232 (ἡγεμών);","strongs_definition":"government, i.e. (in time) official term","kjv_definition":"reign"} +{"id":"G2232","strongs_number":"G2232","system":"greek","language":"greek","number_value":2232,"lemma":"ἡγεμών","transliteration":"hēgemṓn","pronunciation":null,"derivation":"from G2233 (ἡγέομαι);","strongs_definition":"a leader, i.e. chief person (or figuratively, place) of a province","kjv_definition":"governor, prince, ruler"} +{"id":"G2233","strongs_number":"G2233","system":"greek","language":"greek","number_value":2233,"lemma":"ἡγέομαι","transliteration":"hēgéomai","pronunciation":null,"derivation":"middle voice of a (presumed) strengthened form of G71 (ἄγω);","strongs_definition":"to lead, i.e. command (with official authority); figuratively, to deem, i.e. consider","kjv_definition":"account, (be) chief, count, esteem, governor, judge, have the rule over, suppose, think"} +{"id":"G2234","strongs_number":"G2234","system":"greek","language":"greek","number_value":2234,"lemma":"ἡδέως","transliteration":"hēdéōs","pronunciation":null,"derivation":"adverb from a derivative of the base of G2237 (ἡδονή);","strongs_definition":"sweetly, i.e. (figuratively) with pleasure","kjv_definition":"gladly"} +{"id":"G2235","strongs_number":"G2235","system":"greek","language":"greek","number_value":2235,"lemma":"ἤδη","transliteration":"ḗdē","pronunciation":null,"derivation":"apparently from G2228 (ἤ) (or possibly G2229 (ἦ)) and G1211 (δή);","strongs_definition":"even now","kjv_definition":"already, (even) now (already), by this time"} +{"id":"G2236","strongs_number":"G2236","system":"greek","language":"greek","number_value":2236,"lemma":"ἥδιστα","transliteration":"hḗdista","pronunciation":null,"derivation":"neuter plural of the superlative of the same as G2234 (ἡδέως);","strongs_definition":"with great pleasure","kjv_definition":"most (very) gladly"} +{"id":"G2237","strongs_number":"G2237","system":"greek","language":"greek","number_value":2237,"lemma":"ἡδονή","transliteration":"hēdonḗ","pronunciation":null,"derivation":"from (to please);","strongs_definition":"sensual delight; by implication, desire","kjv_definition":"lust, pleasure"} +{"id":"G2238","strongs_number":"G2238","system":"greek","language":"greek","number_value":2238,"lemma":"ἡδύοσμον","transliteration":"hēdýosmon","pronunciation":null,"derivation":"neuter of the compound of the same as G2234 (ἡδέως) and G3744 (ὀσμή);","strongs_definition":"a sweet-scented plant, i.e. mint","kjv_definition":"mint"} +{"id":"G2239","strongs_number":"G2239","system":"greek","language":"greek","number_value":2239,"lemma":"ἦθος","transliteration":"ēthos","pronunciation":null,"derivation":"a strengthened form of G1485 (ἔθος);","strongs_definition":"usage, i.e. (plural) moral habits","kjv_definition":"manners"} +{"id":"G2240","strongs_number":"G2240","system":"greek","language":"greek","number_value":2240,"lemma":"ἥκω","transliteration":"hḗkō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to arrive, i.e. be present (literally or figuratively)","kjv_definition":"come"} +{"id":"G2241","strongs_number":"G2241","system":"greek","language":"greek","number_value":2241,"lemma":"ἠλί","transliteration":"ēlí","pronunciation":null,"derivation":"of Hebrew origin (H0410 with pronominal suffix);","strongs_definition":"my God","kjv_definition":"Eli"} +{"id":"G2242","strongs_number":"G2242","system":"greek","language":"greek","number_value":2242,"lemma":"Ἡλί","transliteration":"Hēlí","pronunciation":null,"derivation":"of Hebrew origin (H05941);","strongs_definition":"Heli (i.e. Eli), an Israelite","kjv_definition":"Heli"} +{"id":"G2243","strongs_number":"G2243","system":"greek","language":"greek","number_value":2243,"lemma":"Ἡλίας","transliteration":"Hēlías","pronunciation":null,"derivation":"of Hebrew origin (H0452);","strongs_definition":"Helias (i.e. Elijah), an Israelite","kjv_definition":"Elias"} +{"id":"G2244","strongs_number":"G2244","system":"greek","language":"greek","number_value":2244,"lemma":"ἡλικία","transliteration":"hēlikía","pronunciation":null,"derivation":"from the same as G2245 (ἡλίκος);","strongs_definition":"maturity (in years or size)","kjv_definition":"age, stature"} +{"id":"G2245","strongs_number":"G2245","system":"greek","language":"greek","number_value":2245,"lemma":"ἡλίκος","transliteration":"hēlíkos","pronunciation":null,"derivation":"from (a comrade, i.e. one of the same age);","strongs_definition":"as big as, i.e. (interjectively) how much","kjv_definition":"how (what) great"} +{"id":"G2246","strongs_number":"G2246","system":"greek","language":"greek","number_value":2246,"lemma":"ἥλιος","transliteration":"hḗlios","pronunciation":null,"derivation":"from (a ray;","strongs_definition":"perhaps akin to the alternate of G138 (αἱρέομαι)); the sun; by implication, light","kjv_definition":"+ east, sun"} +{"id":"G2247","strongs_number":"G2247","system":"greek","language":"greek","number_value":2247,"lemma":"ἧλος","transliteration":"hēlos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a stud, i.e. spike","kjv_definition":"nail"} +{"id":"G2248","strongs_number":"G2248","system":"greek","language":"greek","number_value":2248,"lemma":"ἡμᾶς","transliteration":"hēmâs","pronunciation":null,"derivation":"accusative case plural of G1473 (ἐγώ);","strongs_definition":"us","kjv_definition":"our, us, we"} +{"id":"G2249","strongs_number":"G2249","system":"greek","language":"greek","number_value":2249,"lemma":"ἡμεῖς","transliteration":"hēmeîs","pronunciation":null,"derivation":"nominative plural of G1473 (ἐγώ);","strongs_definition":"we (only used when emphatic)","kjv_definition":"us, we (ourselves)"} +{"id":"G2250","strongs_number":"G2250","system":"greek","language":"greek","number_value":2250,"lemma":"ἡμέρα","transliteration":"hēméra","pronunciation":null,"derivation":"feminine (with G5610 (ὥρα) implied) of a derivative of (to sit; akin to the base of G1476 (ἑδραῖος)) meaning tame, i.e. gentle;","strongs_definition":"day, i.e. (literally) the time space between dawn and dark, or the whole 24 hours (but several days were usually reckoned by the Jews as inclusive of the parts of both extremes); figuratively, a period (always defined more or less clearly by the context)","kjv_definition":"age, + alway, (mid-)day (by day, (-ly)), + for ever, judgment, (day) time, while, years"} +{"id":"G2251","strongs_number":"G2251","system":"greek","language":"greek","number_value":2251,"lemma":"ἡμέτερος","transliteration":"hēméteros","pronunciation":null,"derivation":"from G2349 (θνητός);","strongs_definition":"our","kjv_definition":"our, your (by a different reading)"} +{"id":"G2252","strongs_number":"G2252","system":"greek","language":"greek","number_value":2252,"lemma":"ἤμην","transliteration":"ḗmēn","pronunciation":null,"derivation":"a prolonged form of G2258 (ἦν);","strongs_definition":"I was","kjv_definition":"be, was"} +{"id":"G2253","strongs_number":"G2253","system":"greek","language":"greek","number_value":2253,"lemma":"ἡμιθανής","transliteration":"hēmithanḗs","pronunciation":null,"derivation":"from a presumed compound of the base of G2255 (ἥμισυ) and G2348 (θνήσκω);","strongs_definition":"half dead, i.e. entirely exhausted","kjv_definition":"half dead"} +{"id":"G2254","strongs_number":"G2254","system":"greek","language":"greek","number_value":2254,"lemma":"ἡμῖν","transliteration":"hēmîn","pronunciation":null,"derivation":"dative case plural of G1473 (ἐγώ);","strongs_definition":"to (or for, with, by) us","kjv_definition":"our, (for) us, we"} +{"id":"G2255","strongs_number":"G2255","system":"greek","language":"greek","number_value":2255,"lemma":"ἥμισυ","transliteration":"hḗmisy","pronunciation":null,"derivation":"neuter of a derivative from an inseparable prefix akin to G260 (ἅμα) (through the idea of partition involved in connection) and meaning semi-;","strongs_definition":"(as noun) half","kjv_definition":"half"} +{"id":"G2256","strongs_number":"G2256","system":"greek","language":"greek","number_value":2256,"lemma":"ἡμιώριον","transliteration":"hēmiṓrion","pronunciation":null,"derivation":"from the base of G2255 (ἥμισυ) and G5610 (ὥρα);","strongs_definition":"a half-hour","kjv_definition":"half an hour"} +{"id":"G2257","strongs_number":"G2257","system":"greek","language":"greek","number_value":2257,"lemma":"ἡμῶν","transliteration":"hēmōn","pronunciation":null,"derivation":"genitive case plural of G1473 (ἐγώ);","strongs_definition":"of (or from) us","kjv_definition":"our (company), us, we"} +{"id":"G2258","strongs_number":"G2258","system":"greek","language":"greek","number_value":2258,"lemma":"ἦν","transliteration":"ēn","pronunciation":null,"derivation":"imperfect of G1510 (εἰμί);","strongs_definition":"I (thou, etc.) was (wast or were)","kjv_definition":"+ agree, be, X have (+ charge of), hold, use, was(-t), were"} +{"id":"G2259","strongs_number":"G2259","system":"greek","language":"greek","number_value":2259,"lemma":"ἡνίκα","transliteration":"hēníka","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"at which time","kjv_definition":"when"} +{"id":"G2260","strongs_number":"G2260","system":"greek","language":"greek","number_value":2260,"lemma":"ἤπερ","transliteration":"ḗper","pronunciation":null,"derivation":"from G2228 (ἤ) and G4007 (περ);","strongs_definition":"than at all (or than perhaps, than indeed)","kjv_definition":"than"} +{"id":"G2261","strongs_number":"G2261","system":"greek","language":"greek","number_value":2261,"lemma":"ἤπιος","transliteration":"ḗpios","pronunciation":null,"derivation":"probably from G2031 (ἔπος);","strongs_definition":"properly, affable, i.e. mild or kind","kjv_definition":"gentle"} +{"id":"G2262","strongs_number":"G2262","system":"greek","language":"greek","number_value":2262,"lemma":"Ἤρ","transliteration":"Ḗr","pronunciation":null,"derivation":"of Hebrew origin (H06147);","strongs_definition":"Er, an Israelite","kjv_definition":"Er"} +{"id":"G2263","strongs_number":"G2263","system":"greek","language":"greek","number_value":2263,"lemma":"ἤρεμος","transliteration":"ḗremos","pronunciation":null,"derivation":"perhaps by transposition from G2048 (ἔρημος) (through the idea of stillness);","strongs_definition":"tranquil","kjv_definition":"quiet"} +{"id":"G2264","strongs_number":"G2264","system":"greek","language":"greek","number_value":2264,"lemma":"Ἡρώδης","transliteration":"Hērṓdēs","pronunciation":null,"derivation":"compound of (a \"hero\") and G1491 (εἶδος);","strongs_definition":"heroic; Herod, the name of four Jewish kings","kjv_definition":"Herod"} +{"id":"G2265","strongs_number":"G2265","system":"greek","language":"greek","number_value":2265,"lemma":"Ἡρωδιανοί","transliteration":"Hērōdianoí","pronunciation":null,"derivation":"plural of a derivative of G2264 (Ἡρώδης);","strongs_definition":"Herodians, i.e. partisans of Herod","kjv_definition":"Herodians"} +{"id":"G2266","strongs_number":"G2266","system":"greek","language":"greek","number_value":2266,"lemma":"Ἡρωδιάς","transliteration":"Hērōdiás","pronunciation":null,"derivation":"from G2264 (Ἡρώδης);","strongs_definition":"Herodias, a woman of the Heodian family","kjv_definition":"Herodias"} +{"id":"G2267","strongs_number":"G2267","system":"greek","language":"greek","number_value":2267,"lemma":"Ἡρωδίων","transliteration":"Hērōdíōn","pronunciation":null,"derivation":"from G2264 (Ἡρώδης);","strongs_definition":"Herodion, a Christian","kjv_definition":"Herodion"} +{"id":"G2268","strongs_number":"G2268","system":"greek","language":"greek","number_value":2268,"lemma":"Ἡσαΐας","transliteration":"Hēsaḯas","pronunciation":null,"derivation":"of Hebrew origin (H03470);","strongs_definition":"Hesaias (i.e. Jeshajah), an Israelite","kjv_definition":"Esaias"} +{"id":"G2269","strongs_number":"G2269","system":"greek","language":"greek","number_value":2269,"lemma":"Ἠσαῦ","transliteration":"Ēsaû","pronunciation":null,"derivation":"of Hebrew origin (H06215);","strongs_definition":"Esau, an Edomite","kjv_definition":"Esau"} +{"id":"G2270","strongs_number":"G2270","system":"greek","language":"greek","number_value":2270,"lemma":"ἡσυχάζω","transliteration":"hēsycházō","pronunciation":null,"derivation":"from the same as G2272 (ἡσύχιος);","strongs_definition":"to keep still (intransitively), i.e. refrain from labor, meddlesomeness or speech","kjv_definition":"cease, hold peace, be quiet, rest"} +{"id":"G2271","strongs_number":"G2271","system":"greek","language":"greek","number_value":2271,"lemma":"ἡσυχία","transliteration":"hēsychía","pronunciation":null,"derivation":"feminine of G2272 (ἡσύχιος);","strongs_definition":"(as noun) stillness, i.e. desistance from bustle or language","kjv_definition":"quietness, silence"} +{"id":"G2272","strongs_number":"G2272","system":"greek","language":"greek","number_value":2272,"lemma":"ἡσύχιος","transliteration":"hēsýchios","pronunciation":null,"derivation":"a prolonged form of a compound probably of a derivative of the base of G1476 (ἑδραῖος) and perhaps G2192 (ἔχω);","strongs_definition":"properly, keeping one's seat (sedentary), i.e. (by implication) still (undisturbed, undisturbing)","kjv_definition":"peaceable, quiet"} +{"id":"G2273","strongs_number":"G2273","system":"greek","language":"greek","number_value":2273,"lemma":"ἤτοι","transliteration":"ḗtoi","pronunciation":null,"derivation":"from G2228 (ἤ) and G5104 (τοί);","strongs_definition":"either indeed","kjv_definition":"whether"} +{"id":"G2274","strongs_number":"G2274","system":"greek","language":"greek","number_value":2274,"lemma":"ἡττάω","transliteration":"hēttáō","pronunciation":null,"derivation":"from the same as G2276 (ἥττον);","strongs_definition":"to make worse, i.e. vanquish (literally or figuratively); by implication, to rate lower","kjv_definition":"be inferior, overcome"} +{"id":"G2275","strongs_number":"G2275","system":"greek","language":"greek","number_value":2275,"lemma":"ἥττημα","transliteration":"hḗttēma","pronunciation":null,"derivation":"from G2274 (ἡττάω);","strongs_definition":"a deterioration, i.e. (objectively) failure or (subjectively) loss","kjv_definition":"diminishing, fault"} +{"id":"G2276","strongs_number":"G2276","system":"greek","language":"greek","number_value":2276,"lemma":"ἥττον","transliteration":"hḗtton","pronunciation":null,"derivation":"neuter of comparative of (slightly) used for that of G2556 (κακός);","strongs_definition":"worse (as noun); by implication, less (as adverb)","kjv_definition":"less, worse"} +{"id":"G2277","strongs_number":"G2277","system":"greek","language":"greek","number_value":2277,"lemma":"ἤτω","transliteration":"ḗtō","pronunciation":null,"derivation":"third person singular imperative of G1510 (εἰμί);","strongs_definition":"let him (or it) be","kjv_definition":"let … be"} +{"id":"G2278","strongs_number":"G2278","system":"greek","language":"greek","number_value":2278,"lemma":"ἠχέω","transliteration":"ēchéō","pronunciation":null,"derivation":"from G2279 (ἦχος);","strongs_definition":"to make a loud noise, i.e. reverberate","kjv_definition":"roar, sound"} +{"id":"G2279","strongs_number":"G2279","system":"greek","language":"greek","number_value":2279,"lemma":"ἦχος","transliteration":"ēchos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a loud or confused noise (\"echo\"), i.e. roar; figuratively, a rumor","kjv_definition":"fame, sound"} +{"id":"G2280","strongs_number":"G2280","system":"greek","language":"greek","number_value":2280,"lemma":"Θαδδαῖος","transliteration":"Thaddaîos","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Thaddæus, one of the Apostles","kjv_definition":"Thaddæus"} +{"id":"G2281","strongs_number":"G2281","system":"greek","language":"greek","number_value":2281,"lemma":"θάλασσα","transliteration":"thálassa","pronunciation":null,"derivation":"probably prolonged from G251 (ἅλς);","strongs_definition":"the sea (genitive case or specially)","kjv_definition":"sea"} +{"id":"G2282","strongs_number":"G2282","system":"greek","language":"greek","number_value":2282,"lemma":"θάλπω","transliteration":"thálpō","pronunciation":null,"derivation":"probably akin to (to warm);","strongs_definition":"to brood, i.e. (figuratively) to foster","kjv_definition":"cherish"} +{"id":"G2283","strongs_number":"G2283","system":"greek","language":"greek","number_value":2283,"lemma":"Θάμαρ","transliteration":"Thámar","pronunciation":null,"derivation":"of Hebrew origin (H08559);","strongs_definition":"Thamar (i.e. Tamar), an Israelitess","kjv_definition":"Thamar"} +{"id":"G2284","strongs_number":"G2284","system":"greek","language":"greek","number_value":2284,"lemma":"θαμβέω","transliteration":"thambéō","pronunciation":null,"derivation":"from G2285 (θάμβος);","strongs_definition":"to stupefy (with surprise), i.e. astound","kjv_definition":"amaze, astonish"} +{"id":"G2285","strongs_number":"G2285","system":"greek","language":"greek","number_value":2285,"lemma":"θάμβος","transliteration":"thámbos","pronunciation":null,"derivation":"akin to an obsolete (to dumbfound);","strongs_definition":"stupefaction (by surprise), i.e. astonishment","kjv_definition":"X amazed, + astonished, wonder"} +{"id":"G2286","strongs_number":"G2286","system":"greek","language":"greek","number_value":2286,"lemma":"θανάσιμος","transliteration":"thanásimos","pronunciation":null,"derivation":"from G2288 (θάνατος);","strongs_definition":"fatal, i.e. poisonous","kjv_definition":"deadly"} +{"id":"G2287","strongs_number":"G2287","system":"greek","language":"greek","number_value":2287,"lemma":"θανατήφορος","transliteration":"thanatḗphoros","pronunciation":null,"derivation":"from (the feminine form of) G2288 (θάνατος) and G5342 (φέρω);","strongs_definition":"death-bearing, i.e. fatal","kjv_definition":"deadly"} +{"id":"G2288","strongs_number":"G2288","system":"greek","language":"greek","number_value":2288,"lemma":"θάνατος","transliteration":"thánatos","pronunciation":null,"derivation":"from G2348 (θνήσκω);","strongs_definition":"(properly, an adjective used as a noun) death (literally or figuratively)","kjv_definition":"X deadly, (be…) death"} +{"id":"G2289","strongs_number":"G2289","system":"greek","language":"greek","number_value":2289,"lemma":"θανατόω","transliteration":"thanatóō","pronunciation":null,"derivation":"from G2288 (θάνατος) to kill (literally or figuratively)","strongs_definition":null,"kjv_definition":"become dead, (cause to be) put to death, kill, mortify"} +{"id":"G2290","strongs_number":"G2290","system":"greek","language":"greek","number_value":2290,"lemma":"θάπτω","transliteration":"tháptō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to celebrate funeral rites, i.e. inter","kjv_definition":"bury"} +{"id":"G2291","strongs_number":"G2291","system":"greek","language":"greek","number_value":2291,"lemma":"Θάρα","transliteration":"Thára","pronunciation":null,"derivation":"of Hebrew origin (H08646);","strongs_definition":"Thara (i.e. Terach), the father of Abraham","kjv_definition":"Thara"} +{"id":"G2292","strongs_number":"G2292","system":"greek","language":"greek","number_value":2292,"lemma":"θαῤῥέω","transliteration":"tharrhéō","pronunciation":null,"derivation":"another form for G2293 (θαρσέω);","strongs_definition":"to exercise courage","kjv_definition":"be bold, X boldly, have confidence, be confident"} +{"id":"G2293","strongs_number":"G2293","system":"greek","language":"greek","number_value":2293,"lemma":"θαρσέω","transliteration":"tharséō","pronunciation":null,"derivation":"from G2294 (θάρσος);","strongs_definition":"to have courage","kjv_definition":"be of good cheer (comfort)"} +{"id":"G2294","strongs_number":"G2294","system":"greek","language":"greek","number_value":2294,"lemma":"θάρσος","transliteration":"thársos","pronunciation":null,"derivation":"akin (by transposition) to (daring);","strongs_definition":"boldness (subjectively)","kjv_definition":"courage"} +{"id":"G2295","strongs_number":"G2295","system":"greek","language":"greek","number_value":2295,"lemma":"θαῦμα","transliteration":"thaûma","pronunciation":null,"derivation":"apparently from a form of G2300 (θεάομαι);","strongs_definition":"wonder (properly concrete; but by implication, abstract)","kjv_definition":"admiration"} +{"id":"G2296","strongs_number":"G2296","system":"greek","language":"greek","number_value":2296,"lemma":"θαυμάζω","transliteration":"thaumázō","pronunciation":null,"derivation":"from G2295 (θαῦμα);","strongs_definition":"to wonder; by implication, to admire","kjv_definition":"admire, have in admiration, marvel, wonder"} +{"id":"G2297","strongs_number":"G2297","system":"greek","language":"greek","number_value":2297,"lemma":"θαυμάσιος","transliteration":"thaumásios","pronunciation":null,"derivation":"from G2295 (θαῦμα);","strongs_definition":"wondrous, i.e. (neuter as noun) a miracle","kjv_definition":"wonderful thing"} +{"id":"G2298","strongs_number":"G2298","system":"greek","language":"greek","number_value":2298,"lemma":"θαυμαστός","transliteration":"thaumastós","pronunciation":null,"derivation":"from G2296 (θαυμάζω);","strongs_definition":"wondered at, i.e. (by implication) wonderful","kjv_definition":"marvel(-lous)"} +{"id":"G2299","strongs_number":"G2299","system":"greek","language":"greek","number_value":2299,"lemma":"θεά","transliteration":"theá","pronunciation":null,"derivation":"feminine of G2316 (θεός);","strongs_definition":"a female deity","kjv_definition":"goddess"} +{"id":"G2300","strongs_number":"G2300","system":"greek","language":"greek","number_value":2300,"lemma":"θεάομαι","transliteration":"theáomai","pronunciation":null,"derivation":"a prolonged form of a primary verb;","strongs_definition":"to look closely at, i.e. (by implication) perceive (literally or figuratively); by extension to visit","kjv_definition":"behold, look (upon), see"} +{"id":"G2301","strongs_number":"G2301","system":"greek","language":"greek","number_value":2301,"lemma":"θεατρίζω","transliteration":"theatrízō","pronunciation":null,"derivation":"from G2302 (θέατρον);","strongs_definition":"to expose as a spectacle","kjv_definition":"make a gazing stock"} +{"id":"G2302","strongs_number":"G2302","system":"greek","language":"greek","number_value":2302,"lemma":"θέατρον","transliteration":"théatron","pronunciation":null,"derivation":"from G2300 (θεάομαι);","strongs_definition":"a place for public show (\"theatre\"), i.e. general audience-room; by implication, a show itself (figuratively)","kjv_definition":"spectacle, theatre"} +{"id":"G2303","strongs_number":"G2303","system":"greek","language":"greek","number_value":2303,"lemma":"θεῖον","transliteration":"theîon","pronunciation":null,"derivation":"probably neuter of G2304 (θεῖος) (in its original sense of flashing);","strongs_definition":"sulphur","kjv_definition":"brimstone"} +{"id":"G2304","strongs_number":"G2304","system":"greek","language":"greek","number_value":2304,"lemma":"θεῖος","transliteration":"theîos","pronunciation":null,"derivation":"from G2316 (θεός);","strongs_definition":"godlike (neuter as noun, divinity)","kjv_definition":"divine, godhead"} +{"id":"G2305","strongs_number":"G2305","system":"greek","language":"greek","number_value":2305,"lemma":"θειότης","transliteration":"theiótēs","pronunciation":null,"derivation":"from G2304 (θεῖος);","strongs_definition":"divinity (abstractly)","kjv_definition":"godhead"} +{"id":"G2306","strongs_number":"G2306","system":"greek","language":"greek","number_value":2306,"lemma":"θειώδης","transliteration":"theiṓdēs","pronunciation":null,"derivation":"from G2303 (θεῖον) and 1491;","strongs_definition":"sulphur-like, i.e. sulphurous","kjv_definition":"brimstone"} +{"id":"G2307","strongs_number":"G2307","system":"greek","language":"greek","number_value":2307,"lemma":"θέλημα","transliteration":"thélēma","pronunciation":null,"derivation":"from the prolonged form of G2309 (θέλω);","strongs_definition":"a determination (properly, the thing), i.e. (actively) choice (specially, purpose, decree; abstractly, volition) or (passively) inclination","kjv_definition":"desire, pleasure, will"} +{"id":"G2308","strongs_number":"G2308","system":"greek","language":"greek","number_value":2308,"lemma":"θέλησις","transliteration":"thélēsis","pronunciation":null,"derivation":"from G2309 (θέλω);","strongs_definition":"determination (properly, the act), i.e. option","kjv_definition":"will"} +{"id":"G2309","strongs_number":"G2309","system":"greek","language":"greek","number_value":2309,"lemma":"θέλω","transliteration":"thélō","pronunciation":null,"derivation":"apparently strengthened from the alternate form of G138 (αἱρέομαι);","strongs_definition":"to determine (as an active option from subjective impulse; whereas G1014 (βούλομαι) properly denotes rather a passive acquiescence in objective considerations), i.e. choose or prefer (literally or figuratively); by implication, to wish, i.e. be inclined to (sometimes adverbially, gladly); impersonally for the future tense, to be about to; by Hebraism, to delight in","kjv_definition":"desire, be disposed (forward), intend, list, love, mean, please, have rather, (be) will (have, -ling, - ling(-ly))"} +{"id":"G2310","strongs_number":"G2310","system":"greek","language":"greek","number_value":2310,"lemma":"θεμέλιος","transliteration":"themélios","pronunciation":null,"derivation":"from a derivative of G5087 (τίθημι);","strongs_definition":"something put down, i.e. a substruction (of a building, etc.), (literally or figuratively)","kjv_definition":"foundation"} +{"id":"G2311","strongs_number":"G2311","system":"greek","language":"greek","number_value":2311,"lemma":"θεμελιόω","transliteration":"themelióō","pronunciation":null,"derivation":"from G2310 (θεμέλιος);","strongs_definition":"to lay a basis for, i.e. (literally) erect, or (figuratively) consolidate","kjv_definition":"(lay the) found(- ation), ground, settle"} +{"id":"G2312","strongs_number":"G2312","system":"greek","language":"greek","number_value":2312,"lemma":"θεοδίδακτος","transliteration":"theodídaktos","pronunciation":null,"derivation":"from G2316 (θεός) and G1321 (διδάσκω);","strongs_definition":"divinely instructed","kjv_definition":"taught of God"} +{"id":"G2313","strongs_number":"G2313","system":"greek","language":"greek","number_value":2313,"lemma":"θεομαχέω","transliteration":"theomachéō","pronunciation":null,"derivation":"from G2314 (θεομάχος);","strongs_definition":"to resist deity","kjv_definition":"fight against God"} +{"id":"G2314","strongs_number":"G2314","system":"greek","language":"greek","number_value":2314,"lemma":"θεομάχος","transliteration":"theomáchos","pronunciation":null,"derivation":"from G2316 (θεός) and G3164 (μάχομαι);","strongs_definition":"an opponent of deity","kjv_definition":"to fight against God"} +{"id":"G2315","strongs_number":"G2315","system":"greek","language":"greek","number_value":2315,"lemma":"θεόπνευστος","transliteration":"theópneustos","pronunciation":null,"derivation":"from G2316 (θεός) and a presumed derivative of G4154 (πνέω);","strongs_definition":"divinely breathed in","kjv_definition":"given by inspiration of God"} +{"id":"G2316","strongs_number":"G2316","system":"greek","language":"greek","number_value":2316,"lemma":"θεός","transliteration":"theós","pronunciation":null,"derivation":"of uncertain affinity; a deity, especially (with G3588 (ὁ)) the supreme Divinity;","strongs_definition":"figuratively, a magistrate; by Hebraism, very","kjv_definition":"X exceeding, God, god(-ly, -ward)"} +{"id":"G2317","strongs_number":"G2317","system":"greek","language":"greek","number_value":2317,"lemma":"θεοσέβεια","transliteration":"theosébeia","pronunciation":null,"derivation":"from G2318 (θεοσεβής);","strongs_definition":"devoutness, i.e. piety","kjv_definition":"godliness"} +{"id":"G2318","strongs_number":"G2318","system":"greek","language":"greek","number_value":2318,"lemma":"θεοσεβής","transliteration":"theosebḗs","pronunciation":null,"derivation":"from G2316 (θεός) and G4576 (σέβομαι);","strongs_definition":"reverent of God, i.e. pious","kjv_definition":"worshipper of God"} +{"id":"G2319","strongs_number":"G2319","system":"greek","language":"greek","number_value":2319,"lemma":"θεοστυγής","transliteration":"theostygḗs","pronunciation":null,"derivation":"from G2316 (θεός) and the base of G4767 (στυγνητός);","strongs_definition":"hateful to God, i.e. impious","kjv_definition":"hater of God"} +{"id":"G2320","strongs_number":"G2320","system":"greek","language":"greek","number_value":2320,"lemma":"θεότης","transliteration":"theótēs","pronunciation":null,"derivation":"from G2316 (θεός);","strongs_definition":"divinity (abstractly)","kjv_definition":"godhead"} +{"id":"G2321","strongs_number":"G2321","system":"greek","language":"greek","number_value":2321,"lemma":"Θεόφιλος","transliteration":"Theóphilos","pronunciation":null,"derivation":"from G2316 (θεός) and G5384 (φίλος);","strongs_definition":"friend of God; Theophilus, a Christian","kjv_definition":"Theophilus"} +{"id":"G2322","strongs_number":"G2322","system":"greek","language":"greek","number_value":2322,"lemma":"θεραπεία","transliteration":"therapeía","pronunciation":null,"derivation":"from G2323 (θεραπεύω);","strongs_definition":"attendance (specially, medical, i.e. cure); figuratively and collectively, domestics","kjv_definition":"healing, household"} +{"id":"G2323","strongs_number":"G2323","system":"greek","language":"greek","number_value":2323,"lemma":"θεραπεύω","transliteration":"therapeúō","pronunciation":null,"derivation":"from the same as G2324 (θεράπων);","strongs_definition":"to wait upon menially, i.e. (figuratively) to adore (God), or (specially) to relieve (of disease)","kjv_definition":"cure, heal, worship"} +{"id":"G2324","strongs_number":"G2324","system":"greek","language":"greek","number_value":2324,"lemma":"θεράπων","transliteration":"therápōn","pronunciation":null,"derivation":"apparently a participle from an otherwise obsolete derivative of the base of G2330 (θέρος);","strongs_definition":"a menial attendant (as if cherishing)","kjv_definition":"servant"} +{"id":"G2325","strongs_number":"G2325","system":"greek","language":"greek","number_value":2325,"lemma":"θερίζω","transliteration":"therízō","pronunciation":null,"derivation":"from G2330 (θέρος) (in the sense of the crop);","strongs_definition":"to harvest","kjv_definition":"reap"} +{"id":"G2326","strongs_number":"G2326","system":"greek","language":"greek","number_value":2326,"lemma":"θερισμός","transliteration":"therismós","pronunciation":null,"derivation":"from G2325 (θερίζω);","strongs_definition":"reaping, i.e. the crop","kjv_definition":"harvest"} +{"id":"G2327","strongs_number":"G2327","system":"greek","language":"greek","number_value":2327,"lemma":"θεριστής","transliteration":"theristḗs","pronunciation":null,"derivation":"from G2325 (θερίζω);","strongs_definition":"a harvester","kjv_definition":"reaper"} +{"id":"G2328","strongs_number":"G2328","system":"greek","language":"greek","number_value":2328,"lemma":"θερμαίνω","transliteration":"thermaínō","pronunciation":null,"derivation":"from G2329 (θέρμη);","strongs_definition":"to heat (oneself)","kjv_definition":"(be) warm(-ed, self)"} +{"id":"G2329","strongs_number":"G2329","system":"greek","language":"greek","number_value":2329,"lemma":"θέρμη","transliteration":"thérmē","pronunciation":null,"derivation":"from the base of G2330 (θέρος);","strongs_definition":"warmth","kjv_definition":"heat"} +{"id":"G2330","strongs_number":"G2330","system":"greek","language":"greek","number_value":2330,"lemma":"θέρος","transliteration":"théros","pronunciation":null,"derivation":"from a primary (to heat);","strongs_definition":"properly, heat, i.e. summer","kjv_definition":"summer"} +{"id":"G2331","strongs_number":"G2331","system":"greek","language":"greek","number_value":2331,"lemma":"Θεσσαλονικεύς","transliteration":"Thessalonikeús","pronunciation":null,"derivation":"from G2332 (Θεσσαλονίκη);","strongs_definition":"a Thessalonican, i.e. inhabitant of Thessalonice","kjv_definition":"Thessalonian"} +{"id":"G2332","strongs_number":"G2332","system":"greek","language":"greek","number_value":2332,"lemma":"Θεσσαλονίκη","transliteration":"Thessaloníkē","pronunciation":null,"derivation":"from (a Thessalian) and G3529 (νίκη);","strongs_definition":"Thessalonice, a place in Asia Minor","kjv_definition":"Thessalonica"} +{"id":"G2333","strongs_number":"G2333","system":"greek","language":"greek","number_value":2333,"lemma":"Θευδᾶς","transliteration":"Theudâs","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Theudas, an Israelite","kjv_definition":"Theudas"} +{"id":"G2334","strongs_number":"G2334","system":"greek","language":"greek","number_value":2334,"lemma":"θεωρέω","transliteration":"theōréō","pronunciation":null,"derivation":"from a derivative of G2300 (θεάομαι) (perhaps by addition of G3708 (ὁράω));","strongs_definition":"to be a spectator of, i.e. discern, (literally, figuratively (experience) or intensively (acknowledge))","kjv_definition":"behold, consider, look on, perceive, see"} +{"id":"G2335","strongs_number":"G2335","system":"greek","language":"greek","number_value":2335,"lemma":"θεωρία","transliteration":"theōría","pronunciation":null,"derivation":"from the same as G2334 (θεωρέω);","strongs_definition":"spectatorship, i.e. (concretely) a spectacle","kjv_definition":"sight"} +{"id":"G2336","strongs_number":"G2336","system":"greek","language":"greek","number_value":2336,"lemma":"θήκη","transliteration":"thḗkē","pronunciation":null,"derivation":"from G5087 (τίθημι);","strongs_definition":"a receptacle, i.e. scabbard","kjv_definition":"sheath"} +{"id":"G2337","strongs_number":"G2337","system":"greek","language":"greek","number_value":2337,"lemma":"θηλάζω","transliteration":"thēlázō","pronunciation":null,"derivation":"from (the nipple);","strongs_definition":"to suckle, (by implication) to suck","kjv_definition":"(give) suck(-ling)"} +{"id":"G2338","strongs_number":"G2338","system":"greek","language":"greek","number_value":2338,"lemma":"θῆλυς","transliteration":"thēlys","pronunciation":null,"derivation":"from the same as G2337 (θηλάζω);","strongs_definition":"female","kjv_definition":"female, woman"} +{"id":"G2339","strongs_number":"G2339","system":"greek","language":"greek","number_value":2339,"lemma":"θήρα","transliteration":"thḗra","pronunciation":null,"derivation":"from (a wild animal, as game);","strongs_definition":"hunting, i.e. (figuratively) destruction","kjv_definition":"trap"} +{"id":"G2340","strongs_number":"G2340","system":"greek","language":"greek","number_value":2340,"lemma":"θηρεύω","transliteration":"thēreúō","pronunciation":null,"derivation":"from G2339 (θήρα);","strongs_definition":"to hunt (an animal), i.e. (figuratively) to carp at","kjv_definition":"catch"} +{"id":"G2341","strongs_number":"G2341","system":"greek","language":"greek","number_value":2341,"lemma":"θηριομαχέω","transliteration":"thēriomachéō","pronunciation":null,"derivation":"from a compound of G2342 (θηρίον) and G3164 (μάχομαι);","strongs_definition":"to be a beast-fighter (in the gladiatorial show), i.e. (figuratively) to encounter (furious men)","kjv_definition":"fight with wild beasts"} +{"id":"G2342","strongs_number":"G2342","system":"greek","language":"greek","number_value":2342,"lemma":"θηρίον","transliteration":"thēríon","pronunciation":null,"derivation":"diminutive from the same as G2339 (θήρα);","strongs_definition":"a dangerous animal","kjv_definition":"(venomous, wild) beast"} +{"id":"G2343","strongs_number":"G2343","system":"greek","language":"greek","number_value":2343,"lemma":"θησαυρίζω","transliteration":"thēsaurízō","pronunciation":null,"derivation":"from G2344 (θησαυρός);","strongs_definition":"to amass or reserve (literally or figuratively)","kjv_definition":"lay up (treasure), (keep) in store, (heap) treasure (together, up)"} +{"id":"G2344","strongs_number":"G2344","system":"greek","language":"greek","number_value":2344,"lemma":"θησαυρός","transliteration":"thēsaurós","pronunciation":null,"derivation":"from G5087 (τίθημι);","strongs_definition":"a deposit, i.e. wealth (literally or figuratively)","kjv_definition":"treasure"} +{"id":"G2345","strongs_number":"G2345","system":"greek","language":"greek","number_value":2345,"lemma":"θιγγάνω","transliteration":"thingánō","pronunciation":null,"derivation":"a prolonged form of an obsolete primary (to finger);","strongs_definition":"to manipulate, i.e. have to do with; by implication, to injure","kjv_definition":"handle, touch"} +{"id":"G2346","strongs_number":"G2346","system":"greek","language":"greek","number_value":2346,"lemma":"θλίβω","transliteration":"thlíbō","pronunciation":null,"derivation":"akin to the base of G5147 (τρίβος);","strongs_definition":"to crowd (literally or figuratively)","kjv_definition":"afflict, narrow, throng, suffer tribulation, trouble"} +{"id":"G2347","strongs_number":"G2347","system":"greek","language":"greek","number_value":2347,"lemma":"θλῖψις","transliteration":"thlîpsis","pronunciation":null,"derivation":"from G2346 (θλίβω);","strongs_definition":"pressure (literally or figuratively)","kjv_definition":"afflicted(-tion), anguish, burdened, persecution, tribulation, trouble"} +{"id":"G2348","strongs_number":"G2348","system":"greek","language":"greek","number_value":2348,"lemma":"θνήσκω","transliteration":"thnḗskō","pronunciation":null,"derivation":"a strengthened form of a simpler primary (which is used for it only in certain tenses);","strongs_definition":"to die (literally or figuratively)","kjv_definition":"be dead, die"} +{"id":"G2349","strongs_number":"G2349","system":"greek","language":"greek","number_value":2349,"lemma":"θνητός","transliteration":"thnētós","pronunciation":null,"derivation":"from G2348 (θνήσκω);","strongs_definition":"liable to die","kjv_definition":"mortal(-ity)"} +{"id":"G2350","strongs_number":"G2350","system":"greek","language":"greek","number_value":2350,"lemma":"θορυβέω","transliteration":"thorybéō","pronunciation":null,"derivation":"from G2351 (θόρυβος);","strongs_definition":"to be in tumult, i.e. disturb, clamor","kjv_definition":"make ado (a noise), trouble self, set on an uproar"} +{"id":"G2351","strongs_number":"G2351","system":"greek","language":"greek","number_value":2351,"lemma":"θόρυβος","transliteration":"thórybos","pronunciation":null,"derivation":"from the base of G2360 (θροέω);","strongs_definition":"a disturbance","kjv_definition":"tumult, uproar"} +{"id":"G2352","strongs_number":"G2352","system":"greek","language":"greek","number_value":2352,"lemma":"θραύω","transliteration":"thraúō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to crush","kjv_definition":"bruise"} +{"id":"G2353","strongs_number":"G2353","system":"greek","language":"greek","number_value":2353,"lemma":"θρέμμα","transliteration":"thrémma","pronunciation":null,"derivation":"from G5142 (τρέφω);","strongs_definition":"stock (as raised on a farm)","kjv_definition":"cattle"} +{"id":"G2354","strongs_number":"G2354","system":"greek","language":"greek","number_value":2354,"lemma":"θρηνέω","transliteration":"thrēnéō","pronunciation":null,"derivation":"from G2355 (θρῆνος);","strongs_definition":"to bewail","kjv_definition":"lament, mourn"} +{"id":"G2355","strongs_number":"G2355","system":"greek","language":"greek","number_value":2355,"lemma":"θρῆνος","transliteration":"thrēnos","pronunciation":null,"derivation":"from the base of G2360 (θροέω);","strongs_definition":"wailing","kjv_definition":"lamentation"} +{"id":"G2356","strongs_number":"G2356","system":"greek","language":"greek","number_value":2356,"lemma":"θρησκεία","transliteration":"thrēskeía","pronunciation":null,"derivation":"from a derivative of G2357 (θρησκός);","strongs_definition":"ceremonial observance","kjv_definition":"religion, worshipping"} +{"id":"G2357","strongs_number":"G2357","system":"greek","language":"greek","number_value":2357,"lemma":"θρησκός","transliteration":"thrēskós","pronunciation":null,"derivation":"probably from the base of G2360 (θροέω);","strongs_definition":"ceremonious in worship (as demonstrative), i.e. pious","kjv_definition":"religious"} +{"id":"G2358","strongs_number":"G2358","system":"greek","language":"greek","number_value":2358,"lemma":"θριαμβεύω","transliteration":"thriambeúō","pronunciation":null,"derivation":"from a prolonged compound of the base of G2360 (θροέω);","strongs_definition":"and a derivative of G680 (ἅπτομαι) (meaning a noisy iambus, sung in honor of Bacchus); to make an acclamatory procession, i.e. (figuratively) to conquer or (by Hebraism) to give victory","kjv_definition":"(cause) to triumph (over)"} +{"id":"G2359","strongs_number":"G2359","system":"greek","language":"greek","number_value":2359,"lemma":"θρίξ","transliteration":"thríx","pronunciation":null,"derivation":"genitive case , etc.;","strongs_definition":"of uncertain derivation; hair","kjv_definition":"hair"} +{"id":"G2360","strongs_number":"G2360","system":"greek","language":"greek","number_value":2360,"lemma":"θροέω","transliteration":"throéō","pronunciation":null,"derivation":"from to wail;","strongs_definition":"to clamor, i.e. (by implication) to frighten","kjv_definition":"trouble"} +{"id":"G2361","strongs_number":"G2361","system":"greek","language":"greek","number_value":2361,"lemma":"θρόμβος","transliteration":"thrómbos","pronunciation":null,"derivation":"perhaps from G5142 (τρέφω) (in the sense of thickening);","strongs_definition":"a clot","kjv_definition":"great drop"} +{"id":"G2362","strongs_number":"G2362","system":"greek","language":"greek","number_value":2362,"lemma":"θρόνος","transliteration":"thrónos","pronunciation":null,"derivation":"from (to sit);","strongs_definition":"a stately seat (\"throne\"); by implication, power or (concretely) a potentate","kjv_definition":"seat, throne"} +{"id":"G2363","strongs_number":"G2363","system":"greek","language":"greek","number_value":2363,"lemma":"Θυάτειρα","transliteration":"Thyáteira","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Thyatira, a place in Asia Minor","kjv_definition":"Thyatira"} +{"id":"G2364","strongs_number":"G2364","system":"greek","language":"greek","number_value":2364,"lemma":"θυγάτηρ","transliteration":"thygátēr","pronunciation":null,"derivation":"apparently a primary word (compare \"daughter\");","strongs_definition":"a female child, or (by Hebraism) descendant (or inhabitant)","kjv_definition":"daughter"} +{"id":"G2365","strongs_number":"G2365","system":"greek","language":"greek","number_value":2365,"lemma":"θυγάτριον","transliteration":"thygátrion","pronunciation":null,"derivation":"from G2364 (θυγάτηρ);","strongs_definition":"a daughterling","kjv_definition":"little (young) daughter"} +{"id":"G2366","strongs_number":"G2366","system":"greek","language":"greek","number_value":2366,"lemma":"θύελλα","transliteration":"thýella","pronunciation":null,"derivation":"from G2380 (θύω) (in the sense of blowing) a storm","strongs_definition":null,"kjv_definition":"tempest"} +{"id":"G2367","strongs_number":"G2367","system":"greek","language":"greek","number_value":2367,"lemma":"θύϊνος","transliteration":"thýïnos","pronunciation":null,"derivation":"from a derivative of G2380 (θύω) (in the sense of blowing;","strongs_definition":"denoting a certain fragrant tree); made of citron-wood","kjv_definition":"thyine"} +{"id":"G2368","strongs_number":"G2368","system":"greek","language":"greek","number_value":2368,"lemma":"θυμίαμα","transliteration":"thymíama","pronunciation":null,"derivation":"from G2370 (θυμιάω);","strongs_definition":"an aroma, i.e. fragrant powder burnt in religious service; by implication, the burning itself","kjv_definition":"incense, odour"} +{"id":"G2369","strongs_number":"G2369","system":"greek","language":"greek","number_value":2369,"lemma":"θυμιαστήριον","transliteration":"thymiastḗrion","pronunciation":null,"derivation":"from a derivative of G2370 (θυμιάω);","strongs_definition":"a place of fumigation, i.e. the alter of incense (in the Temple)","kjv_definition":"censer"} +{"id":"G2370","strongs_number":"G2370","system":"greek","language":"greek","number_value":2370,"lemma":"θυμιάω","transliteration":"thymiáō","pronunciation":null,"derivation":"from a derivative of G2380 (θύω) (in the sense of smoking);","strongs_definition":"to fumigate, i.e. offer aromatic fumes","kjv_definition":"burn incense"} +{"id":"G2371","strongs_number":"G2371","system":"greek","language":"greek","number_value":2371,"lemma":"θυμομαχέω","transliteration":"thymomachéō","pronunciation":null,"derivation":"from a presumed compound of G2372 (θυμός) and G3164 (μάχομαι);","strongs_definition":"to be in a furious fight, i.e. (figuratively) to be exasperated","kjv_definition":"be highly displeased"} +{"id":"G2372","strongs_number":"G2372","system":"greek","language":"greek","number_value":2372,"lemma":"θυμός","transliteration":"thymós","pronunciation":null,"derivation":"from G2380 (θύω);","strongs_definition":"passion (as if breathing hard)","kjv_definition":"fierceness, indignation, wrath"} +{"id":"G2373","strongs_number":"G2373","system":"greek","language":"greek","number_value":2373,"lemma":"θυμόω","transliteration":"thymóō","pronunciation":null,"derivation":"from G2372 (θυμός);","strongs_definition":"to put in a passion, i.e. enrage","kjv_definition":"be wroth"} +{"id":"G2374","strongs_number":"G2374","system":"greek","language":"greek","number_value":2374,"lemma":"θύρα","transliteration":"thýra","pronunciation":null,"derivation":"apparently a primary word (compare \"door\");","strongs_definition":"a portal or entrance (the opening or the closure, literally or figuratively)","kjv_definition":"door, gate"} +{"id":"G2375","strongs_number":"G2375","system":"greek","language":"greek","number_value":2375,"lemma":"θυρεός","transliteration":"thyreós","pronunciation":null,"derivation":"from G2374 (θύρα);","strongs_definition":"a large shield (as door-shaped)","kjv_definition":"shield"} +{"id":"G2376","strongs_number":"G2376","system":"greek","language":"greek","number_value":2376,"lemma":"θυρίς","transliteration":"thyrís","pronunciation":null,"derivation":"from G2374 (θύρα);","strongs_definition":"an aperture, i.e. window","kjv_definition":"window"} +{"id":"G2377","strongs_number":"G2377","system":"greek","language":"greek","number_value":2377,"lemma":"θυρωρός","transliteration":"thyrōrós","pronunciation":null,"derivation":"from G2374 (θύρα) and (a watcher);","strongs_definition":"a gate- warden","kjv_definition":"that kept the door, porter"} +{"id":"G2378","strongs_number":"G2378","system":"greek","language":"greek","number_value":2378,"lemma":"θυσία","transliteration":"thysía","pronunciation":null,"derivation":"from G2380 (θύω);","strongs_definition":"sacrifice (the act or the victim, literally or figuratively)","kjv_definition":"sacrifice"} +{"id":"G2379","strongs_number":"G2379","system":"greek","language":"greek","number_value":2379,"lemma":"θυσιαστήριον","transliteration":"thysiastḗrion","pronunciation":null,"derivation":"from a derivative of G2378 (θυσία);","strongs_definition":"a place of sacrifice, i.e. an altar (special or genitive case, literal or figurative)","kjv_definition":"altar"} +{"id":"G2380","strongs_number":"G2380","system":"greek","language":"greek","number_value":2380,"lemma":"θύω","transliteration":"thýō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"properly, to rush (breathe hard, blow, smoke), i.e. (by implication) to sacrifice (properly, by fire, but genitive case); by extension to immolate (slaughter for any purpose)","kjv_definition":"kill, (do) sacrifice, slay"} +{"id":"G2381","strongs_number":"G2381","system":"greek","language":"greek","number_value":2381,"lemma":"Θωμᾶς","transliteration":"Thōmâs","pronunciation":null,"derivation":"of Chaldee origin (compare H08380);","strongs_definition":"the twin; Thomas, a Christian","kjv_definition":"Thomas"} +{"id":"G2382","strongs_number":"G2382","system":"greek","language":"greek","number_value":2382,"lemma":"θώραξ","transliteration":"thṓrax","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"the chest (\"thorax\"), i.e. (by implication) a corslet","kjv_definition":"breast-plate"} +{"id":"G2383","strongs_number":"G2383","system":"greek","language":"greek","number_value":2383,"lemma":"Ἰάειρος","transliteration":"Iáeiros","pronunciation":null,"derivation":"of Hebrew origin (H02971);","strongs_definition":"Jairus (i.e. Jair), an Israelite","kjv_definition":"Jairus"} +{"id":"G2384","strongs_number":"G2384","system":"greek","language":"greek","number_value":2384,"lemma":"Ἰακώβ","transliteration":"Iakṓb","pronunciation":null,"derivation":"of Hebrew origin (H03290);","strongs_definition":"Jacob (i.e. Ja`akob), the progenitor of the Israelites","kjv_definition":"also an Israelite:--Jacob"} +{"id":"G2385","strongs_number":"G2385","system":"greek","language":"greek","number_value":2385,"lemma":"Ἰάκωβος","transliteration":"Iákōbos","pronunciation":null,"derivation":"the same as G2384 (Ἰακώβ) Græcized;","strongs_definition":"Jacobus, the name of three Israelites","kjv_definition":"James"} +{"id":"G2386","strongs_number":"G2386","system":"greek","language":"greek","number_value":2386,"lemma":"ἴαμα","transliteration":"íama","pronunciation":null,"derivation":"from G2390 (ἰάομαι);","strongs_definition":"a cure (the effect)","kjv_definition":"healing"} +{"id":"G2387","strongs_number":"G2387","system":"greek","language":"greek","number_value":2387,"lemma":"Ἰαμβρῆς","transliteration":"Iambrēs","pronunciation":null,"derivation":"of Egyptian origin;","strongs_definition":"Jambres, an Egyptian","kjv_definition":"Jambres"} +{"id":"G2388","strongs_number":"G2388","system":"greek","language":"greek","number_value":2388,"lemma":"Ἰαννά","transliteration":"Ianná","pronunciation":null,"derivation":"probably of Hebrew origin (compare H03238);","strongs_definition":"Janna, an Israelite","kjv_definition":"Janna"} +{"id":"G2389","strongs_number":"G2389","system":"greek","language":"greek","number_value":2389,"lemma":"Ἰαννῆς","transliteration":"Iannēs","pronunciation":null,"derivation":"of Egyptian origin;","strongs_definition":"Jannes, an Egyptian","kjv_definition":"Jannes"} +{"id":"G2390","strongs_number":"G2390","system":"greek","language":"greek","number_value":2390,"lemma":"ἰάομαι","transliteration":"iáomai","pronunciation":null,"derivation":"middle voice of apparently a primary verb;","strongs_definition":"to cure (literally or figuratively)","kjv_definition":"heal, make whole"} +{"id":"G2391","strongs_number":"G2391","system":"greek","language":"greek","number_value":2391,"lemma":"Ἰάρεδ","transliteration":"Iáred","pronunciation":null,"derivation":"of Hebrew origin (H03382);","strongs_definition":"Jared (i.e. Jered), an antediluvian","kjv_definition":"Jared"} +{"id":"G2392","strongs_number":"G2392","system":"greek","language":"greek","number_value":2392,"lemma":"ἴασις","transliteration":"íasis","pronunciation":null,"derivation":"from G2390 (ἰάομαι);","strongs_definition":"curing (the act)","kjv_definition":"cure, heal(-ing)"} +{"id":"G2393","strongs_number":"G2393","system":"greek","language":"greek","number_value":2393,"lemma":"ἴασπις","transliteration":"íaspis","pronunciation":null,"derivation":"probably of foreign origin (see H03471);","strongs_definition":"\"jasper\", a gem","kjv_definition":"jasper"} +{"id":"G2394","strongs_number":"G2394","system":"greek","language":"greek","number_value":2394,"lemma":"Ἰάσων","transliteration":"Iásōn","pronunciation":null,"derivation":"future active participle masculine of G2390 (ἰάομαι);","strongs_definition":"about to cure; Jason, a Christian","kjv_definition":"Jason"} +{"id":"G2395","strongs_number":"G2395","system":"greek","language":"greek","number_value":2395,"lemma":"ἰατρός","transliteration":"iatrós","pronunciation":null,"derivation":"from G2390 (ἰάομαι);","strongs_definition":"a physician","kjv_definition":"physician"} +{"id":"G2396","strongs_number":"G2396","system":"greek","language":"greek","number_value":2396,"lemma":"ἴδε","transliteration":"íde","pronunciation":null,"derivation":"second person singular imperative active of G1492 (εἴδω);","strongs_definition":"used as an interjection to denote surprise; lo!","kjv_definition":"behold, lo, see"} +{"id":"G2397","strongs_number":"G2397","system":"greek","language":"greek","number_value":2397,"lemma":"ἰδέα","transliteration":"idéa","pronunciation":null,"derivation":"from G1492 (εἴδω);","strongs_definition":"a sight (comparative figuratively \"idea\"), i.e. aspect","kjv_definition":"countenance"} +{"id":"G2398","strongs_number":"G2398","system":"greek","language":"greek","number_value":2398,"lemma":"ἴδιος","transliteration":"ídios","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"pertaining to self, i.e. one's own; by implication, private or separate","kjv_definition":"X his acquaintance, when they were alone, apart, aside, due, his (own, proper, several), home, (her, our, thine, your) own (business), private(-ly), proper, severally, their (own)"} +{"id":"G2399","strongs_number":"G2399","system":"greek","language":"greek","number_value":2399,"lemma":"ἰδιώτης","transliteration":"idiṓtēs","pronunciation":null,"derivation":"from G2398 (ἴδιος);","strongs_definition":"a private person, i.e. (by implication) an ignoramus (compare \"idiot\")","kjv_definition":"ignorant, rude, unlearned"} +{"id":"G2400","strongs_number":"G2400","system":"greek","language":"greek","number_value":2400,"lemma":"ἰδού","transliteration":"idoú","pronunciation":null,"derivation":"second person singular imperative middle voice of G1492 (εἴδω);","strongs_definition":"used as imperative lo!;","kjv_definition":"--behold, lo, see"} +{"id":"G2401","strongs_number":"G2401","system":"greek","language":"greek","number_value":2401,"lemma":"Ἰδουμαία","transliteration":"Idoumaía","pronunciation":null,"derivation":"of Hebrew origin (H0123);","strongs_definition":"Idumæa (i.e. Edom), a region East (and South) of Palestine","kjv_definition":"Idumæa"} +{"id":"G2402","strongs_number":"G2402","system":"greek","language":"greek","number_value":2402,"lemma":"ἱδρώς","transliteration":"hidrṓs","pronunciation":null,"derivation":"a strengthened form of a primary idos (sweat);","strongs_definition":"perspiration","kjv_definition":"sweat"} +{"id":"G2403","strongs_number":"G2403","system":"greek","language":"greek","number_value":2403,"lemma":"Ἰεζαβήλ","transliteration":"Iezabḗl","pronunciation":null,"derivation":"of Hebrew origin (H0348);","strongs_definition":"Jezabel (i.e. Jezebel), a Tyrian woman (used as a synonym of a termagant or false teacher)","kjv_definition":"Jezabel"} +{"id":"G2404","strongs_number":"G2404","system":"greek","language":"greek","number_value":2404,"lemma":"Ἱεράπολις","transliteration":"Hierápolis","pronunciation":null,"derivation":"from G2413 (ἱερός) and G4172 (πόλις);","strongs_definition":"holy city; Hierapolis, a place in Asia Minor","kjv_definition":"Hierapolis"} +{"id":"G2405","strongs_number":"G2405","system":"greek","language":"greek","number_value":2405,"lemma":"ἱερατεία","transliteration":"hierateía","pronunciation":null,"derivation":"from G2407 (ἱερατεύω);","strongs_definition":"priestliness, i.e. the sacerdotal function","kjv_definition":"office of the priesthood, priest's office"} +{"id":"G2406","strongs_number":"G2406","system":"greek","language":"greek","number_value":2406,"lemma":"ἱεράτευμα","transliteration":"hieráteuma","pronunciation":null,"derivation":"from G2407 (ἱερατεύω);","strongs_definition":"the priestly fraternity, i.e. sacerdotal order (figuratively)","kjv_definition":"priesthood"} +{"id":"G2407","strongs_number":"G2407","system":"greek","language":"greek","number_value":2407,"lemma":"ἱερατεύω","transliteration":"hierateúō","pronunciation":null,"derivation":"prolongation from G2409 (ἱερεύς);","strongs_definition":"to be a priest, i.e. perform his functions","kjv_definition":"execute the priest's office"} +{"id":"G2408","strongs_number":"G2408","system":"greek","language":"greek","number_value":2408,"lemma":"Ἱερεμίας","transliteration":"Hieremías","pronunciation":null,"derivation":"of Hebrew origin (H03414);","strongs_definition":"Hieremias (i.e. Jermijah), an Israelite","kjv_definition":"Jeremiah"} +{"id":"G2409","strongs_number":"G2409","system":"greek","language":"greek","number_value":2409,"lemma":"ἱερεύς","transliteration":"hiereús","pronunciation":null,"derivation":"from G2413 (ἱερός);","strongs_definition":"a priest (literally or figuratively)","kjv_definition":"(high) priest"} +{"id":"G2410","strongs_number":"G2410","system":"greek","language":"greek","number_value":2410,"lemma":"Ἱεριχώ","transliteration":"Hierichṓ","pronunciation":null,"derivation":"of Hebrew origin (H03405);","strongs_definition":"Jericho, a place in Palestine","kjv_definition":"Jericho"} +{"id":"G2411","strongs_number":"G2411","system":"greek","language":"greek","number_value":2411,"lemma":"ἱερόν","transliteration":"hierón","pronunciation":null,"derivation":"neuter of G2413 (ἱερός);","strongs_definition":"a sacred place, i.e. the entire precincts (whereas G3485 (ναός) denotes the central sanctuary itself) of the Temple (at Jerusalem or elsewhere)","kjv_definition":"temple"} +{"id":"G2412","strongs_number":"G2412","system":"greek","language":"greek","number_value":2412,"lemma":"ἱεροπρεπής","transliteration":"hieroprepḗs","pronunciation":null,"derivation":"from G2413 (ἱερός) and the same as G4241 (πρέπω);","strongs_definition":"reverent","kjv_definition":"as becometh holiness"} +{"id":"G2413","strongs_number":"G2413","system":"greek","language":"greek","number_value":2413,"lemma":"ἱερός","transliteration":"hierós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"sacred","kjv_definition":"holy"} +{"id":"G2414","strongs_number":"G2414","system":"greek","language":"greek","number_value":2414,"lemma":"Ἱεροσόλυμα","transliteration":"Hierosólyma","pronunciation":null,"derivation":"of Hebrew origin (H03389);","strongs_definition":"Hierosolyma (i.e. Jerushalaim), the capitol of Palestine","kjv_definition":"Jerusalem"} +{"id":"G2415","strongs_number":"G2415","system":"greek","language":"greek","number_value":2415,"lemma":"Ἱεροσολυμίτης","transliteration":"Hierosolymítēs","pronunciation":null,"derivation":"from G2414 (Ἱεροσόλυμα);","strongs_definition":"a Hierosolymite, i.e. inhabitant of Hierosolyma","kjv_definition":"of Jerusalem"} +{"id":"G2416","strongs_number":"G2416","system":"greek","language":"greek","number_value":2416,"lemma":"ἱεροσυλέω","transliteration":"hierosyléō","pronunciation":null,"derivation":"from G2417 (ἱερόσυλος);","strongs_definition":"to be a temple-robber (figuratively)","kjv_definition":"commit sacrilege"} +{"id":"G2417","strongs_number":"G2417","system":"greek","language":"greek","number_value":2417,"lemma":"ἱερόσυλος","transliteration":"hierósylos","pronunciation":null,"derivation":"from G2411 (ἱερόν) and G4813 (συλάω);","strongs_definition":"a temple-despoiler","kjv_definition":"robber of churches"} +{"id":"G2418","strongs_number":"G2418","system":"greek","language":"greek","number_value":2418,"lemma":"ἱερουργέω","transliteration":"hierourgéō","pronunciation":null,"derivation":"from a compound of G2411 (ἱερόν) and the base of G2041 (ἔργον);","strongs_definition":"to be a temple-worker, i.e. officiate as a priest (figuratively)","kjv_definition":"minister"} +{"id":"G2419","strongs_number":"G2419","system":"greek","language":"greek","number_value":2419,"lemma":"Ἱερουσαλήμ","transliteration":"Hierousalḗm","pronunciation":null,"derivation":"of Hebrew origin (H03389);","strongs_definition":"Hierusalem (i.e. Jerushalem), the capitol of Palestine","kjv_definition":"Jerusalem"} +{"id":"G2420","strongs_number":"G2420","system":"greek","language":"greek","number_value":2420,"lemma":"ἱερωσύνη","transliteration":"hierōsýnē","pronunciation":null,"derivation":"from G2413 (ἱερός);","strongs_definition":"sacredness, i.e. (by implication) the priestly office","kjv_definition":"priesthood"} +{"id":"G2421","strongs_number":"G2421","system":"greek","language":"greek","number_value":2421,"lemma":"Ἰεσσαί","transliteration":"Iessaí","pronunciation":null,"derivation":"of Hebrew origin (H03448);","strongs_definition":"Jessæ (i.e. Jishai), an Israelite","kjv_definition":"Jesse"} +{"id":"G2422","strongs_number":"G2422","system":"greek","language":"greek","number_value":2422,"lemma":"Ἰεφθάε","transliteration":"Iephtháe","pronunciation":null,"derivation":"of Hebrew origin (H03316);","strongs_definition":"Jephthaë (i.e. Jiphtach), an Israelite","kjv_definition":"Jephthah"} +{"id":"G2423","strongs_number":"G2423","system":"greek","language":"greek","number_value":2423,"lemma":"Ἰεχονίας","transliteration":"Iechonías","pronunciation":null,"derivation":"of Hebrew origin (H03204);","strongs_definition":"Jechonias (i.e. Jekonjah), an Israelite","kjv_definition":"Jechonias"} +{"id":"G2424","strongs_number":"G2424","system":"greek","language":"greek","number_value":2424,"lemma":"Ἰησοῦς","transliteration":"Iēsoûs","pronunciation":null,"derivation":"of Hebrew origin (H03091);","strongs_definition":"Jesus (i.e. Jehoshua), the name of our Lord and two (three) other Israelites","kjv_definition":"Jesus"} +{"id":"G2425","strongs_number":"G2425","system":"greek","language":"greek","number_value":2425,"lemma":"ἱκανός","transliteration":"hikanós","pronunciation":null,"derivation":"from ( or , akin to G2240 (ἥκω)) (to arrive);","strongs_definition":"competent (as if coming in season), i.e. ample (in amount) or fit (in character)","kjv_definition":"able, + content, enough, good, great, large, long (while), many, meet, much, security, sore, sufficient, worthy"} +{"id":"G2426","strongs_number":"G2426","system":"greek","language":"greek","number_value":2426,"lemma":"ἱκανότης","transliteration":"hikanótēs","pronunciation":null,"derivation":"from G2425 (ἱκανός);","strongs_definition":"ability","kjv_definition":"sufficiency"} +{"id":"G2427","strongs_number":"G2427","system":"greek","language":"greek","number_value":2427,"lemma":"ἱκανόω","transliteration":"hikanóō","pronunciation":null,"derivation":"from G2425 (ἱκανός);","strongs_definition":"to enable, i.e. qualify","kjv_definition":"make able (meet)"} +{"id":"G2428","strongs_number":"G2428","system":"greek","language":"greek","number_value":2428,"lemma":"ἱκετηρία","transliteration":"hiketēría","pronunciation":null,"derivation":"from a derivative of the base of G2425 (ἱκανός) (through the idea of approaching for a favor);","strongs_definition":"intreaty","kjv_definition":"supplication"} +{"id":"G2429","strongs_number":"G2429","system":"greek","language":"greek","number_value":2429,"lemma":"ἱκμάς","transliteration":"hikmás","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"dampness","kjv_definition":"moisture"} +{"id":"G2430","strongs_number":"G2430","system":"greek","language":"greek","number_value":2430,"lemma":"Ἰκόνιον","transliteration":"Ikónion","pronunciation":null,"derivation":"perhaps from G1504 (εἰκών);","strongs_definition":"image-like; Iconium, a place in Asia Minor","kjv_definition":"Iconium"} +{"id":"G2431","strongs_number":"G2431","system":"greek","language":"greek","number_value":2431,"lemma":"ἱλαρός","transliteration":"hilarós","pronunciation":null,"derivation":"from the same as G2436 (ἵλεως);","strongs_definition":"propitious or merry (\"hilarious\"), i.e. prompt or willing","kjv_definition":"cheerful"} +{"id":"G2432","strongs_number":"G2432","system":"greek","language":"greek","number_value":2432,"lemma":"ἱλαρότης","transliteration":"hilarótēs","pronunciation":null,"derivation":"from G2431 (ἱλαρός);","strongs_definition":"alacrity","kjv_definition":"cheerfulness"} +{"id":"G2433","strongs_number":"G2433","system":"greek","language":"greek","number_value":2433,"lemma":"ἱλάσκομαι","transliteration":"hiláskomai","pronunciation":null,"derivation":"middle voice from the same as G2436 (ἵλεως);","strongs_definition":"to conciliate, i.e. (transitively) to atone for (sin), or (intransitively) be propitious","kjv_definition":"be merciful, make reconciliation for"} +{"id":"G2434","strongs_number":"G2434","system":"greek","language":"greek","number_value":2434,"lemma":"ἱλασμός","transliteration":"hilasmós","pronunciation":null,"derivation":null,"strongs_definition":"atonement, i.e. (concretely) an expiator","kjv_definition":"propitiation"} +{"id":"G2435","strongs_number":"G2435","system":"greek","language":"greek","number_value":2435,"lemma":"ἱλαστήριον","transliteration":"hilastḗrion","pronunciation":null,"derivation":"neuter of a derivative of G2433 (ἱλάσκομαι);","strongs_definition":"an expiatory (place or thing), i.e. (concretely) an atoning victim, or (specially) the lid of the Ark (in the Temple)","kjv_definition":"mercyseat, propitiation"} +{"id":"G2436","strongs_number":"G2436","system":"greek","language":"greek","number_value":2436,"lemma":"ἵλεως","transliteration":"híleōs","pronunciation":null,"derivation":"perhaps from the alternate form of G138 (αἱρέομαι);","strongs_definition":"cheerful (as attractive), i.e. propitious; adverbially (by Hebraism) God be gracious!, i.e. (in averting some calamity) far be it","kjv_definition":"be it far, merciful"} +{"id":"G2437","strongs_number":"G2437","system":"greek","language":"greek","number_value":2437,"lemma":"Ἰλλυρικόν","transliteration":"Illyrikón","pronunciation":null,"derivation":"neuter of an adjective from a name of uncertain derivation;","strongs_definition":"(the) Illyrican (shore), i.e. (as a name itself) Illyricum, a region of Europe","kjv_definition":"Illyricum"} +{"id":"G2438","strongs_number":"G2438","system":"greek","language":"greek","number_value":2438,"lemma":"ἱμάς","transliteration":"himás","pronunciation":null,"derivation":"perhaps from the same as G260 (ἅμα);","strongs_definition":"a strap, i.e. (specially) the tie (of a sandal) or the lash (of a scourge)","kjv_definition":"latchet, thong"} +{"id":"G2439","strongs_number":"G2439","system":"greek","language":"greek","number_value":2439,"lemma":"ἱματίζω","transliteration":"himatízō","pronunciation":null,"derivation":"from G2440 (ἱμάτιον);","strongs_definition":"to dress","kjv_definition":"clothe"} +{"id":"G2440","strongs_number":"G2440","system":"greek","language":"greek","number_value":2440,"lemma":"ἱμάτιον","transliteration":"himátion","pronunciation":null,"derivation":"neuter of a presumed derivative of ennumi (to put on);","strongs_definition":"a dress (inner or outer)","kjv_definition":"apparel, cloke, clothes, garment, raiment, robe, vesture"} +{"id":"G2441","strongs_number":"G2441","system":"greek","language":"greek","number_value":2441,"lemma":"ἱματισμός","transliteration":"himatismós","pronunciation":null,"derivation":"from G2439 (ἱματίζω);","strongs_definition":"clothing","kjv_definition":"apparel (X -led), array, raiment, vesture"} +{"id":"G2442","strongs_number":"G2442","system":"greek","language":"greek","number_value":2442,"lemma":"ἱμείρομαι","transliteration":"himeíromai","pronunciation":null,"derivation":"middle voice from (a yearning;","strongs_definition":"of uncertain affinity); to long for","kjv_definition":"be affectionately desirous"} +{"id":"G2443","strongs_number":"G2443","system":"greek","language":"greek","number_value":2443,"lemma":"ἵνα","transliteration":"hína","pronunciation":null,"derivation":"probably from the same as the former part of G1438 (ἑαυτοῦ) (through the demonstrative idea;","strongs_definition":"compare G3588 (ὁ)); in order that (denoting the purpose or the result)","kjv_definition":"albeit, because, to the intent (that), lest, so as, (so) that, (for) to"} +{"id":"G2444","strongs_number":"G2444","system":"greek","language":"greek","number_value":2444,"lemma":"ἱνατί","transliteration":"hinatí","pronunciation":null,"derivation":"from G2443 (ἵνα) and G5101 (τίς);","strongs_definition":"for what reason ?, i.e. why?","kjv_definition":"wherefore, why"} +{"id":"G2445","strongs_number":"G2445","system":"greek","language":"greek","number_value":2445,"lemma":"Ἰόππη","transliteration":"Ióppē","pronunciation":null,"derivation":"of Hebrew origin (H03305);","strongs_definition":"Joppe (i.e. Japho), a place in Palestine","kjv_definition":"Joppa"} +{"id":"G2446","strongs_number":"G2446","system":"greek","language":"greek","number_value":2446,"lemma":"Ἰορδάνης","transliteration":"Iordánēs","pronunciation":null,"derivation":"of Hebrew origin (H03383);","strongs_definition":"the Jordanes (i.e. Jarden), a river of Palestine","kjv_definition":"Jordan"} +{"id":"G2447","strongs_number":"G2447","system":"greek","language":"greek","number_value":2447,"lemma":"ἰός","transliteration":"iós","pronunciation":null,"derivation":"perhaps from (to go) or (to send);","strongs_definition":"rust (as if emitted by metals); also venom (as emitted by serpents)","kjv_definition":"poison, rust"} +{"id":"G2448","strongs_number":"G2448","system":"greek","language":"greek","number_value":2448,"lemma":"Ἰουδά","transliteration":"Ioudá","pronunciation":null,"derivation":"of Hebrew origin (H03063 or perhaps H03194);","strongs_definition":"Judah (i.e. Jehudah or Juttah), a part of (or place in) Palestine","kjv_definition":"Judah"} +{"id":"G2449","strongs_number":"G2449","system":"greek","language":"greek","number_value":2449,"lemma":"Ἰουδαία","transliteration":"Ioudaía","pronunciation":null,"derivation":"feminine of G2453 (Ἰουδαῖος) (with G1093 (γῆ) implied);","strongs_definition":"the Judæan land (i.e. Judæa), a region of Palestine","kjv_definition":"Judæa"} +{"id":"G2450","strongs_number":"G2450","system":"greek","language":"greek","number_value":2450,"lemma":"Ἰουδαΐζω","transliteration":"Ioudaḯzō","pronunciation":null,"derivation":"from G2453 (Ἰουδαῖος);","strongs_definition":"to become a Judæan, i.e. \"Judaize\"","kjv_definition":"live as the Jews"} +{"id":"G2451","strongs_number":"G2451","system":"greek","language":"greek","number_value":2451,"lemma":"Ἰουδαϊκός","transliteration":"Ioudaïkós","pronunciation":null,"derivation":"from G2453 (Ἰουδαῖος);","strongs_definition":"Judaïc, i.e. resembling a Judæan","kjv_definition":"Jewish"} +{"id":"G2452","strongs_number":"G2452","system":"greek","language":"greek","number_value":2452,"lemma":"Ἰουδαϊκῶς","transliteration":"Ioudaïkōs","pronunciation":null,"derivation":"adverb from G2451 (Ἰουδαϊκός);","strongs_definition":"Judaïcally or in a manner resembling a Judæan","kjv_definition":"as do the Jews"} +{"id":"G2453","strongs_number":"G2453","system":"greek","language":"greek","number_value":2453,"lemma":"Ἰουδαῖος","transliteration":"Ioudaîos","pronunciation":null,"derivation":"from G2448 (Ἰουδά) (in the sense of G2455 (Ἰούδας) as a country);","strongs_definition":"Judæan, i.e. belonging to Jehudah","kjv_definition":"Jew(-ess), of Judæa"} +{"id":"G2454","strongs_number":"G2454","system":"greek","language":"greek","number_value":2454,"lemma":"Ἰουδαϊσμός","transliteration":"Ioudaïsmós","pronunciation":null,"derivation":"from G2450 (Ἰουδαΐζω);","strongs_definition":"\"Judaism\", i.e. the Jewish faith and usages","kjv_definition":"Jews' religion"} +{"id":"G2455","strongs_number":"G2455","system":"greek","language":"greek","number_value":2455,"lemma":"Ἰούδας","transliteration":"Ioúdas","pronunciation":null,"derivation":"of Hebrew origin (H03063);","strongs_definition":"Judas (i.e. Jehudah), the name of ten Israelites; also of the posterity of one of them and its region","kjv_definition":"Juda(-h, -s); Jude"} +{"id":"G2456","strongs_number":"G2456","system":"greek","language":"greek","number_value":2456,"lemma":"Ἰουλία","transliteration":"Ioulía","pronunciation":null,"derivation":"feminine of the same as G2457 (Ἰούλιος);","strongs_definition":"Julia, a Christian woman","kjv_definition":"Julia"} +{"id":"G2457","strongs_number":"G2457","system":"greek","language":"greek","number_value":2457,"lemma":"Ἰούλιος","transliteration":"Ioúlios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Julius, a centurion","kjv_definition":"Julius"} +{"id":"G2458","strongs_number":"G2458","system":"greek","language":"greek","number_value":2458,"lemma":"Ἰουνιᾶς","transliteration":"Iouniâs","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Junias, a Christian","kjv_definition":"Junias"} +{"id":"G2459","strongs_number":"G2459","system":"greek","language":"greek","number_value":2459,"lemma":"Ἰοῦστος","transliteration":"Ioûstos","pronunciation":null,"derivation":"of Latin origin (\"just\");","strongs_definition":"Justus, the name of three Christian","kjv_definition":"Justus"} +{"id":"G2460","strongs_number":"G2460","system":"greek","language":"greek","number_value":2460,"lemma":"ἱππεύς","transliteration":"hippeús","pronunciation":null,"derivation":"from G2462 (ἵππος);","strongs_definition":"an equestrian, i.e. member of a cavalry corps","kjv_definition":"horseman"} +{"id":"G2461","strongs_number":"G2461","system":"greek","language":"greek","number_value":2461,"lemma":"ἱππικόν","transliteration":"hippikón","pronunciation":null,"derivation":"neuter of a derivative of G2462 (ἵππος);","strongs_definition":"the cavalry force","kjv_definition":"horse(-men)"} +{"id":"G2462","strongs_number":"G2462","system":"greek","language":"greek","number_value":2462,"lemma":"ἵππος","transliteration":"híppos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a horse","kjv_definition":"horse"} +{"id":"G2463","strongs_number":"G2463","system":"greek","language":"greek","number_value":2463,"lemma":"ἶρις","transliteration":"îris","pronunciation":null,"derivation":"perhaps from G2046 (ἐρέω) (as a symbol of the female messenger of the pagan deities);","strongs_definition":"a rainbow (\"iris\")","kjv_definition":"rainbow"} +{"id":"G2464","strongs_number":"G2464","system":"greek","language":"greek","number_value":2464,"lemma":"Ἰσαάκ","transliteration":"Isaák","pronunciation":null,"derivation":"of Hebrew origin (H03327);","strongs_definition":"Isaac (i.e. Jitschak), the son of Abraham","kjv_definition":"Isaac"} +{"id":"G2465","strongs_number":"G2465","system":"greek","language":"greek","number_value":2465,"lemma":"ἰσάγγελος","transliteration":"isángelos","pronunciation":null,"derivation":"from G2470 (ἴσος) and G32 (ἄγγελος);","strongs_definition":"like an angel, i.e. angelic","kjv_definition":"equal unto the angels"} +{"id":"G2466","strongs_number":"G2466","system":"greek","language":"greek","number_value":2466,"lemma":"Ἰσαχάρ","transliteration":"Isachár","pronunciation":null,"derivation":"of Hebrew origin (H03485);","strongs_definition":"Isachar (i.e. Jissaskar), a son of Jacob (figuratively, his descendant)","kjv_definition":"Issachar"} +{"id":"G2467","strongs_number":"G2467","system":"greek","language":"greek","number_value":2467,"lemma":"ἴσημι","transliteration":"ísēmi","pronunciation":null,"derivation":"assumed by some as the base of certain irregular forms of G1492 (εἴδω);","strongs_definition":"to know","kjv_definition":"know"} +{"id":"G2468","strongs_number":"G2468","system":"greek","language":"greek","number_value":2468,"lemma":"ἴσθι","transliteration":"ísthi","pronunciation":null,"derivation":"second person imperative present of G1510 (εἰμί);","strongs_definition":"be thou","kjv_definition":"+ agree, be, X give thyself wholly to"} +{"id":"G2469","strongs_number":"G2469","system":"greek","language":"greek","number_value":2469,"lemma":"Ἰσκαριώτης","transliteration":"Iskariṓtēs","pronunciation":null,"derivation":"of Hebrew origin (probably H0377 and H07149);","strongs_definition":"inhabitant of Kerioth; Iscariotes (i.e. Keriothite), an epithet of Judas the traitor","kjv_definition":"Iscariot"} +{"id":"G2470","strongs_number":"G2470","system":"greek","language":"greek","number_value":2470,"lemma":"ἴσος","transliteration":"ísos","pronunciation":null,"derivation":"probably from G1492 (εἴδω) (through the idea of seeming);","strongs_definition":"similar (in amount and kind)","kjv_definition":"+ agree, as much, equal, like"} +{"id":"G2471","strongs_number":"G2471","system":"greek","language":"greek","number_value":2471,"lemma":"ἰσότης","transliteration":"isótēs","pronunciation":null,"derivation":null,"strongs_definition":"likeness (in condition or proportion); by implication, equity","kjv_definition":"equal(-ity)"} +{"id":"G2472","strongs_number":"G2472","system":"greek","language":"greek","number_value":2472,"lemma":"ἰσότιμος","transliteration":"isótimos","pronunciation":null,"derivation":"from G2470 (ἴσος) and G5092 (τιμή);","strongs_definition":"of equal value or honor","kjv_definition":"like precious"} +{"id":"G2473","strongs_number":"G2473","system":"greek","language":"greek","number_value":2473,"lemma":"ἰσόψυχος","transliteration":"isópsychos","pronunciation":null,"derivation":"from G2470 (ἴσος) and G5590 (ψυχή);","strongs_definition":"of similar spirit","kjv_definition":"likeminded"} +{"id":"G2474","strongs_number":"G2474","system":"greek","language":"greek","number_value":2474,"lemma":"Ἰσραήλ","transliteration":"Israḗl","pronunciation":null,"derivation":"of Hebrew origin (H03478);","strongs_definition":"Israel (i.e. Jisrael), the adopted name of Jacob, including his descendants (literally or figuratively)","kjv_definition":"Israel"} +{"id":"G2475","strongs_number":"G2475","system":"greek","language":"greek","number_value":2475,"lemma":"Ἰσραηλίτης","transliteration":"Israēlítēs","pronunciation":null,"derivation":"from G2474 (Ἰσραήλ);","strongs_definition":"an \"Israelite\", i.e. descendant of Israel (literally or figuratively)","kjv_definition":"Israelite"} +{"id":"G2476","strongs_number":"G2476","system":"greek","language":"greek","number_value":2476,"lemma":"ἵστημι","transliteration":"hístēmi","pronunciation":null,"derivation":"a prolonged form of a primary (of the same meaning, and used for it in certain tenses);","strongs_definition":"to stand (transitively or intransitively), used in various applications (literally or figuratively)","kjv_definition":"abide, appoint, bring, continue, covenant, establish, hold up, lay, present, set (up), stanch, stand (by, forth, still, up)"} +{"id":"G2477","strongs_number":"G2477","system":"greek","language":"greek","number_value":2477,"lemma":"ἱστορέω","transliteration":"historéō","pronunciation":null,"derivation":"from a derivative of G1492 (εἴδω);","strongs_definition":"to be knowing (learned), i.e. (by implication) to visit for information (interview)","kjv_definition":"see"} +{"id":"G2478","strongs_number":"G2478","system":"greek","language":"greek","number_value":2478,"lemma":"ἰσχυρός","transliteration":"ischyrós","pronunciation":null,"derivation":"from G2479 (ἰσχύς);","strongs_definition":"forcible (literally or figuratively)","kjv_definition":"boisterous, mighty(-ier), powerful, strong(-er, man), valiant"} +{"id":"G2479","strongs_number":"G2479","system":"greek","language":"greek","number_value":2479,"lemma":"ἰσχύς","transliteration":"ischýs","pronunciation":null,"derivation":"from a derivative of (force;","strongs_definition":"compare , a form of G2192 (ἔχω)); forcefulness (literally or figuratively)","kjv_definition":"ability, might(-ily), power, strength"} +{"id":"G2480","strongs_number":"G2480","system":"greek","language":"greek","number_value":2480,"lemma":"ἰσχύω","transliteration":"ischýō","pronunciation":null,"derivation":"from G2479 (ἰσχύς);","strongs_definition":"to have (or exercise) force (literally or figuratively)","kjv_definition":"be able, avail, can do(-not), could, be good, might, prevail, be of strength, be whole, + much work"} +{"id":"G2481","strongs_number":"G2481","system":"greek","language":"greek","number_value":2481,"lemma":"ἴσως","transliteration":"ísōs","pronunciation":null,"derivation":"adverb from G2470 (ἴσος);","strongs_definition":"likely, i.e. perhaps","kjv_definition":"it may be"} +{"id":"G2482","strongs_number":"G2482","system":"greek","language":"greek","number_value":2482,"lemma":"Ἰταλία","transliteration":"Italía","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Italia, a region of Europe","kjv_definition":"Italy"} +{"id":"G2483","strongs_number":"G2483","system":"greek","language":"greek","number_value":2483,"lemma":"Ἰταλικός","transliteration":"Italikós","pronunciation":null,"derivation":"from G2482 (Ἰταλία);","strongs_definition":"Italic, i.e. belonging to Italia","kjv_definition":"Italian"} +{"id":"G2484","strongs_number":"G2484","system":"greek","language":"greek","number_value":2484,"lemma":"Ἰτουραΐα","transliteration":"Itouraḯa","pronunciation":null,"derivation":"of Hebrew origin (H03195);","strongs_definition":"Ituræa (i.e. Jetur), a region of Palestine","kjv_definition":"Ituræa"} +{"id":"G2485","strongs_number":"G2485","system":"greek","language":"greek","number_value":2485,"lemma":"ἰχθύδιον","transliteration":"ichthýdion","pronunciation":null,"derivation":"diminutive from G2486 (ἰχθύς);","strongs_definition":"a petty fish","kjv_definition":"little (small) fish"} +{"id":"G2486","strongs_number":"G2486","system":"greek","language":"greek","number_value":2486,"lemma":"ἰχθύς","transliteration":"ichthýs","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a fish","kjv_definition":"fish"} +{"id":"G2487","strongs_number":"G2487","system":"greek","language":"greek","number_value":2487,"lemma":"ἴχνος","transliteration":"íchnos","pronunciation":null,"derivation":"from (to arrive;","strongs_definition":"compare G2240 (ἥκω)); a track (figuratively)","kjv_definition":"step"} +{"id":"G2488","strongs_number":"G2488","system":"greek","language":"greek","number_value":2488,"lemma":"Ἰωάθαμ","transliteration":"Iōátham","pronunciation":null,"derivation":"of Hebrew origin (H03147);","strongs_definition":"Joatham (i.e. Jotham), an Israelite","kjv_definition":"Joatham"} +{"id":"G2489","strongs_number":"G2489","system":"greek","language":"greek","number_value":2489,"lemma":"Ἰωάννα","transliteration":"Iōánna","pronunciation":null,"derivation":"feminine of the same as G2491 (Ἰωάννης);","strongs_definition":"Joanna, a Christian","kjv_definition":"Joanna"} +{"id":"G2490","strongs_number":"G2490","system":"greek","language":"greek","number_value":2490,"lemma":"Ἰωαννᾶς","transliteration":"Iōannâs","pronunciation":null,"derivation":"a form of G2491 (Ἰωάννης);","strongs_definition":"Joannas, an Israelite","kjv_definition":"Joannas"} +{"id":"G2491","strongs_number":"G2491","system":"greek","language":"greek","number_value":2491,"lemma":"Ἰωάννης","transliteration":"Iōánnēs","pronunciation":null,"derivation":"of Hebrew origin (H03110);","strongs_definition":"Joannes (i.e. Jochanan), the name of four Israelites","kjv_definition":"John"} +{"id":"G2492","strongs_number":"G2492","system":"greek","language":"greek","number_value":2492,"lemma":"Ἰώβ","transliteration":"Iṓb","pronunciation":null,"derivation":"of Hebrew origin (H0347);","strongs_definition":"Job (i.e. Ijob), a patriarch","kjv_definition":"Job"} +{"id":"G2493","strongs_number":"G2493","system":"greek","language":"greek","number_value":2493,"lemma":"Ἰωήλ","transliteration":"Iōḗl","pronunciation":null,"derivation":"of Hebrew origin (H03100);","strongs_definition":"Joel, an Israelite","kjv_definition":"Joel"} +{"id":"G2494","strongs_number":"G2494","system":"greek","language":"greek","number_value":2494,"lemma":"Ἰωνάν","transliteration":"Iōnán","pronunciation":null,"derivation":"probably for G2491 (Ἰωάννης) or G2495 (Ἰωνᾶς);","strongs_definition":"Jonan, an Israelite","kjv_definition":"Jonan"} +{"id":"G2495","strongs_number":"G2495","system":"greek","language":"greek","number_value":2495,"lemma":"Ἰωνᾶς","transliteration":"Iōnâs","pronunciation":null,"derivation":"of Hebrew origin (H03124);","strongs_definition":"Jonas (i.e. Jonah), the name of two Israelites","kjv_definition":"Jonas"} +{"id":"G2496","strongs_number":"G2496","system":"greek","language":"greek","number_value":2496,"lemma":"Ἰωράμ","transliteration":"Iōrám","pronunciation":null,"derivation":"of Hebrew origin (H03141);","strongs_definition":"Joram, an Israelite","kjv_definition":"Joram"} +{"id":"G2497","strongs_number":"G2497","system":"greek","language":"greek","number_value":2497,"lemma":"Ἰωρείμ","transliteration":"Iōreím","pronunciation":null,"derivation":"perhaps for G2496 (Ἰωράμ);","strongs_definition":"Jorim, an Israelite","kjv_definition":"Jorim"} +{"id":"G2498","strongs_number":"G2498","system":"greek","language":"greek","number_value":2498,"lemma":"Ἰωσαφάτ","transliteration":"Iōsaphát","pronunciation":null,"derivation":"of Hebrew origin (H03092);","strongs_definition":"Josaphat (i.e. Jehoshaphat), an Israelite","kjv_definition":"Josaphat"} +{"id":"G2499","strongs_number":"G2499","system":"greek","language":"greek","number_value":2499,"lemma":"Ἰωσή","transliteration":"Iōsḗ","pronunciation":null,"derivation":"genitive case of G2500 (Ἰωσῆς);","strongs_definition":"Jose, an Israelite","kjv_definition":"Jose"} +{"id":"G2500","strongs_number":"G2500","system":"greek","language":"greek","number_value":2500,"lemma":"Ἰωσῆς","transliteration":"Iōsēs","pronunciation":null,"derivation":"perhaps for G2501 (Ἰωσήφ);","strongs_definition":"Joses, the name of two Israelites","kjv_definition":"Joses"} +{"id":"G2501","strongs_number":"G2501","system":"greek","language":"greek","number_value":2501,"lemma":"Ἰωσήφ","transliteration":"Iōsḗph","pronunciation":null,"derivation":"of Hebrew origin (H03130);","strongs_definition":"Joseph, the name of seven Israelites","kjv_definition":"Joseph"} +{"id":"G2502","strongs_number":"G2502","system":"greek","language":"greek","number_value":2502,"lemma":"Ἰωσίας","transliteration":"Iōsías","pronunciation":null,"derivation":"of Hebrew origin (H02977);","strongs_definition":"Josias (i.e. Joshiah), an Israelite","kjv_definition":"Josias"} +{"id":"G2503","strongs_number":"G2503","system":"greek","language":"greek","number_value":2503,"lemma":"ἰῶτα","transliteration":"iōta","pronunciation":null,"derivation":"of Hebrew origin (the tenth letter of the Hebrew alphabet);","strongs_definition":"\"iota\", the name of the eighth letter of the Greek alphabet, put (figuratively) for a very small part of anything","kjv_definition":"jot"} +{"id":"G2504","strongs_number":"G2504","system":"greek","language":"greek","number_value":2504,"lemma":"κἀγώ","transliteration":"kagṓ","pronunciation":null,"derivation":"from G2532 (καί) and G1473 (ἐγώ);","strongs_definition":"so also the dative case , and accusative case and (or also, even, etc.) I, (to) me","kjv_definition":"(and, even, even so, so) I (also, in like wise), both me, me also"} +{"id":"G2505","strongs_number":"G2505","system":"greek","language":"greek","number_value":2505,"lemma":"καθά","transliteration":"kathá","pronunciation":null,"derivation":"from G2596 (κατά) and the neuter plural of G3739 (ὅς);","strongs_definition":"according to which things, i.e. just as","kjv_definition":"as"} +{"id":"G2506","strongs_number":"G2506","system":"greek","language":"greek","number_value":2506,"lemma":"καθαίρεσις","transliteration":"kathaíresis","pronunciation":null,"derivation":"from G2507 (καθαιρέω);","strongs_definition":"demolition; figuratively, extinction","kjv_definition":"destruction, pulling down"} +{"id":"G2507","strongs_number":"G2507","system":"greek","language":"greek","number_value":2507,"lemma":"καθαιρέω","transliteration":"kathairéō","pronunciation":null,"derivation":"from G2596 (κατά) and G138 (αἱρέομαι) (including its alternate);","strongs_definition":"to lower (or with violence) demolish (literally or figuratively)","kjv_definition":"cast (pull, put, take) down, destroy"} +{"id":"G2508","strongs_number":"G2508","system":"greek","language":"greek","number_value":2508,"lemma":"καθαίρω","transliteration":"kathaírō","pronunciation":null,"derivation":"from G2513 (καθαρός);","strongs_definition":"to cleanse, i.e. (specially) to prune; figuratively, to expiate","kjv_definition":"purge"} +{"id":"G2509","strongs_number":"G2509","system":"greek","language":"greek","number_value":2509,"lemma":"καθάπερ","transliteration":"katháper","pronunciation":null,"derivation":"from G2505 (καθά) and G4007 (περ);","strongs_definition":"exactly as","kjv_definition":"(even, as well) as"} +{"id":"G2510","strongs_number":"G2510","system":"greek","language":"greek","number_value":2510,"lemma":"καθάπτω","transliteration":"katháptō","pronunciation":null,"derivation":"from G2596 (κατά) and G680 (ἅπτομαι);","strongs_definition":"to seize upon","kjv_definition":"fasten on"} +{"id":"G2511","strongs_number":"G2511","system":"greek","language":"greek","number_value":2511,"lemma":"καθαρίζω","transliteration":"katharízō","pronunciation":null,"derivation":"from G2513 (καθαρός);","strongs_definition":"to cleanse (literally or figuratively)","kjv_definition":"(make) clean(-se), purge, purify"} +{"id":"G2512","strongs_number":"G2512","system":"greek","language":"greek","number_value":2512,"lemma":"καθαρισμός","transliteration":"katharismós","pronunciation":null,"derivation":"from G2511 (καθαρίζω);","strongs_definition":"a washing off, i.e. (ceremonially) ablution, (morally) expiation","kjv_definition":"cleansing, + purge, purification(-fying)"} +{"id":"G2513","strongs_number":"G2513","system":"greek","language":"greek","number_value":2513,"lemma":"καθαρός","transliteration":"katharós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"clean (literally or figuratively)","kjv_definition":"clean, clear, pure"} +{"id":"G2514","strongs_number":"G2514","system":"greek","language":"greek","number_value":2514,"lemma":"καθαρότης","transliteration":"katharótēs","pronunciation":null,"derivation":"from G2513 (καθαρός);","strongs_definition":"cleanness (ceremonially)","kjv_definition":"purification"} +{"id":"G2515","strongs_number":"G2515","system":"greek","language":"greek","number_value":2515,"lemma":"καθέδρα","transliteration":"kathédra","pronunciation":null,"derivation":"from G2596 (κατά) and the same as G1476 (ἑδραῖος);","strongs_definition":"a bench (literally or figuratively)","kjv_definition":"seat"} +{"id":"G2516","strongs_number":"G2516","system":"greek","language":"greek","number_value":2516,"lemma":"καθέζομαι","transliteration":"kathézomai","pronunciation":null,"derivation":"from G2596 (κατά) and the base of G1476 (ἑδραῖος);","strongs_definition":"to sit down","kjv_definition":"sit"} +{"id":"G2517","strongs_number":"G2517","system":"greek","language":"greek","number_value":2517,"lemma":"καθεξῆς","transliteration":"kathexēs","pronunciation":null,"derivation":"from G2596 (κατά) and G1836 (ἑξῆς);","strongs_definition":"thereafter, i.e. consecutively; as a noun (by ellipsis of noun) a subsequent person or time","kjv_definition":"after(-ward), by (in) order"} +{"id":"G2518","strongs_number":"G2518","system":"greek","language":"greek","number_value":2518,"lemma":"καθεύδω","transliteration":"katheúdō","pronunciation":null,"derivation":"from G2596 (κατά) and (to sleep);","strongs_definition":"to lie down to rest, i.e. (by implication) to fall asleep (literally or figuratively)","kjv_definition":"(be a-)sleep"} +{"id":"G2519","strongs_number":"G2519","system":"greek","language":"greek","number_value":2519,"lemma":"καθηγητής","transliteration":"kathēgētḗs","pronunciation":null,"derivation":"from a compound of G2596 (κατά) and G2233 (ἡγέομαι);","strongs_definition":"a guide, i.e. (figuratively) a teacher","kjv_definition":"master"} +{"id":"G2520","strongs_number":"G2520","system":"greek","language":"greek","number_value":2520,"lemma":"καθήκω","transliteration":"kathḗkō","pronunciation":null,"derivation":"from G2596 (κατά) and G2240 (ἥκω);","strongs_definition":"to reach to, i.e. (neuter of present active participle, figuratively as adjective) becoming","kjv_definition":"convenient, fit"} +{"id":"G2521","strongs_number":"G2521","system":"greek","language":"greek","number_value":2521,"lemma":"κάθημαι","transliteration":"káthēmai","pronunciation":null,"derivation":"from G2596 (κατά);","strongs_definition":"and (to sit; akin to the base of G1476 (ἑδραῖος)); to sit down; figuratively, to remain, reside","kjv_definition":"dwell, sit (by, down)"} +{"id":"G2522","strongs_number":"G2522","system":"greek","language":"greek","number_value":2522,"lemma":"καθημερινός","transliteration":"kathēmerinós","pronunciation":null,"derivation":"from G2596 (κατά) and G2250 (ἡμέρα);","strongs_definition":"quotidian","kjv_definition":"daily"} +{"id":"G2523","strongs_number":"G2523","system":"greek","language":"greek","number_value":2523,"lemma":"καθίζω","transliteration":"kathízō","pronunciation":null,"derivation":"another (active) form for G2516 (καθέζομαι);","strongs_definition":"to seat down, i.e. set (figuratively, appoint); intransitively, to sit (down); figuratively, to settle (hover, dwell)","kjv_definition":"continue, set, sit (down), tarry"} +{"id":"G2524","strongs_number":"G2524","system":"greek","language":"greek","number_value":2524,"lemma":"καθίημι","transliteration":"kathíēmi","pronunciation":null,"derivation":"from G2596 (κατά);","strongs_definition":"and (to send); to lower","kjv_definition":"let down"} +{"id":"G2525","strongs_number":"G2525","system":"greek","language":"greek","number_value":2525,"lemma":"καθίστημι","transliteration":"kathístēmi","pronunciation":null,"derivation":"from G2596 (κατά) and G2476 (ἵστημι);","strongs_definition":"to place down (permanently), i.e. (figuratively) to designate, constitute, convoy","kjv_definition":"appoint, be, conduct, make, ordain, set"} +{"id":"G2526","strongs_number":"G2526","system":"greek","language":"greek","number_value":2526,"lemma":"καθό","transliteration":"kathó","pronunciation":null,"derivation":"from G2596 (κατά) and G3739 (ὅς);","strongs_definition":"according to which thing, i.e. precisely as, in proportion as","kjv_definition":"according to that, (inasmuch) as"} +{"id":"G2527","strongs_number":"G2527","system":"greek","language":"greek","number_value":2527,"lemma":"καθόλου","transliteration":"kathólou","pronunciation":null,"derivation":"from G2596 (κατά) and G3650 (ὅλος);","strongs_definition":"on the whole, i.e. entirely","kjv_definition":"at all"} +{"id":"G2528","strongs_number":"G2528","system":"greek","language":"greek","number_value":2528,"lemma":"καθοπλίζω","transliteration":"kathoplízō","pronunciation":null,"derivation":"from G2596 (κατά);","strongs_definition":"and G3695 (ὁπλίζω); to equip fully with armor","kjv_definition":"arm"} +{"id":"G2529","strongs_number":"G2529","system":"greek","language":"greek","number_value":2529,"lemma":"καθοράω","transliteration":"kathoráō","pronunciation":null,"derivation":"from G2596 (κατά) and G3708 (ὁράω);","strongs_definition":"to behold fully, i.e. (figuratively) distinctly apprehend","kjv_definition":"clearly see"} +{"id":"G2530","strongs_number":"G2530","system":"greek","language":"greek","number_value":2530,"lemma":"καθότι","transliteration":"kathóti","pronunciation":null,"derivation":"from G2596 (κατά);","strongs_definition":"and G3739 (ὅς) and G5100 (τὶς); according to which certain thing, i.e. as far (or inasmuch) as","kjv_definition":"(according, forasmuch) as, because (that)"} +{"id":"G2531","strongs_number":"G2531","system":"greek","language":"greek","number_value":2531,"lemma":"καθώς","transliteration":"kathṓs","pronunciation":null,"derivation":"from G2596 (κατά) and G5613 (ὡς);","strongs_definition":"just (or inasmuch) as, that","kjv_definition":"according to, (according, even) as, how, when"} +{"id":"G2532","strongs_number":"G2532","system":"greek","language":"greek","number_value":2532,"lemma":"καί","transliteration":"kaí","pronunciation":null,"derivation":"apparently, a primary particle, having a copulative and sometimes also a cumulative force;","strongs_definition":"and, also, even, so then, too, etc.; often used in connection (or composition) with other particles or small words","kjv_definition":"and, also, both, but, even, for, if, or, so, that, then, therefore, when, yet"} +{"id":"G2533","strongs_number":"G2533","system":"greek","language":"greek","number_value":2533,"lemma":"Καϊάφας","transliteration":"Kaïáphas","pronunciation":null,"derivation":"of Chaldee origin;","strongs_definition":"the dell; Caiaphas (i.e. Cajepha), an Israelite","kjv_definition":"Caiaphas"} +{"id":"G2534","strongs_number":"G2534","system":"greek","language":"greek","number_value":2534,"lemma":"καίγε","transliteration":"kaíge","pronunciation":null,"derivation":"from G2532 (καί) and G1065 (γέ);","strongs_definition":"and at least (or even, indeed)","kjv_definition":"and, at least"} +{"id":"G2535","strongs_number":"G2535","system":"greek","language":"greek","number_value":2535,"lemma":"Κάϊν","transliteration":"Káïn","pronunciation":null,"derivation":"of Hebrew origin (H07014);","strongs_definition":"Cain, (i.e. Cajin), the son of Adam","kjv_definition":"Cain"} +{"id":"G2536","strongs_number":"G2536","system":"greek","language":"greek","number_value":2536,"lemma":"Καϊνάν","transliteration":"Kaïnán","pronunciation":null,"derivation":"of Hebrew origin (H07018);","strongs_definition":"Cainan (i.e. Kenan), the name of two patriarchs","kjv_definition":"Cainan"} +{"id":"G2537","strongs_number":"G2537","system":"greek","language":"greek","number_value":2537,"lemma":"καινός","transliteration":"kainós","pronunciation":null,"derivation":"of uncertain affinity; new (especially in freshness; while G3501 (νέος) is properly so with respect to age","strongs_definition":null,"kjv_definition":"new"} +{"id":"G2538","strongs_number":"G2538","system":"greek","language":"greek","number_value":2538,"lemma":"καινότης","transliteration":"kainótēs","pronunciation":null,"derivation":"from G2537 (καινός);","strongs_definition":"renewal (figuratively)","kjv_definition":"newness"} +{"id":"G2539","strongs_number":"G2539","system":"greek","language":"greek","number_value":2539,"lemma":"καίπερ","transliteration":"kaíper","pronunciation":null,"derivation":"from G2532 (καί) and G4007 (περ);","strongs_definition":"and indeed, i.e. nevertheless or notwithstanding","kjv_definition":"and yet, although"} +{"id":"G2540","strongs_number":"G2540","system":"greek","language":"greek","number_value":2540,"lemma":"καιρός","transliteration":"kairós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"an occasion, i.e. set or proper time","kjv_definition":"X always, opportunity, (convenient, due) season, (due, short, while) time, a while"} +{"id":"G2541","strongs_number":"G2541","system":"greek","language":"greek","number_value":2541,"lemma":"Καῖσαρ","transliteration":"Kaîsar","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Cæsar, a title of the Roman emperor","kjv_definition":"Cæsar"} +{"id":"G2542","strongs_number":"G2542","system":"greek","language":"greek","number_value":2542,"lemma":"Καισάρεια","transliteration":"Kaisáreia","pronunciation":null,"derivation":"from G2541 (Καῖσαρ);","strongs_definition":"Cæsaria, the name of two places in Palestine","kjv_definition":"Cæsarea"} +{"id":"G2543","strongs_number":"G2543","system":"greek","language":"greek","number_value":2543,"lemma":"καίτοι","transliteration":"kaítoi","pronunciation":null,"derivation":"from G2532 (καί) and G5104 (τοί);","strongs_definition":"and yet, i.e. nevertheless","kjv_definition":"although"} +{"id":"G2544","strongs_number":"G2544","system":"greek","language":"greek","number_value":2544,"lemma":"καίτοιγε","transliteration":"kaítoige","pronunciation":null,"derivation":"from G2543 (καίτοι) and G1065 (γέ);","strongs_definition":"and yet indeed, i.e. although really","kjv_definition":"nevertheless, though"} +{"id":"G2545","strongs_number":"G2545","system":"greek","language":"greek","number_value":2545,"lemma":"καίω","transliteration":"kaíō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to set on fire, i.e. kindle or (by implication) consume","kjv_definition":"burn, light"} +{"id":"G2546","strongs_number":"G2546","system":"greek","language":"greek","number_value":2546,"lemma":"κἀκεῖ","transliteration":"kakeî","pronunciation":null,"derivation":"from G2532 (καί) and G1563 (ἐκεῖ);","strongs_definition":"likewise in that place","kjv_definition":"and there, there (thither) also"} +{"id":"G2547","strongs_number":"G2547","system":"greek","language":"greek","number_value":2547,"lemma":"κἀκεῖθεν","transliteration":"kakeîthen","pronunciation":null,"derivation":"from G2532 (καί) and G1564 (ἐκεῖθεν);","strongs_definition":"likewise from that place (or time)","kjv_definition":"and afterward (from) (thence), thence also"} +{"id":"G2548","strongs_number":"G2548","system":"greek","language":"greek","number_value":2548,"lemma":"κἀκεῖνος","transliteration":"kakeînos","pronunciation":null,"derivation":"from G2532 (καί) and G1565 (ἐκεῖνος);","strongs_definition":"likewise that (or those)","kjv_definition":"and him (other, them), even he, him also, them (also), (and) they"} +{"id":"G2549","strongs_number":"G2549","system":"greek","language":"greek","number_value":2549,"lemma":"κακία","transliteration":"kakía","pronunciation":null,"derivation":"from G2556 (κακός);","strongs_definition":"badness, i.e. (subjectively) depravity, or (actively) malignity, or (passively) trouble","kjv_definition":"evil, malice(-iousness), naughtiness, wickedness"} +{"id":"G2550","strongs_number":"G2550","system":"greek","language":"greek","number_value":2550,"lemma":"κακοήθεια","transliteration":"kakoḗtheia","pronunciation":null,"derivation":"from a compound of G2556 (κακός) and G2239 (ἦθος);","strongs_definition":"bad character, i.e. (specially) mischievousness","kjv_definition":"malignity"} +{"id":"G2551","strongs_number":"G2551","system":"greek","language":"greek","number_value":2551,"lemma":"κακολογέω","transliteration":"kakologéō","pronunciation":null,"derivation":"from a compound of G2556 (κακός) and G3056 (λόγος);","strongs_definition":"to revile","kjv_definition":"curse, speak evil of"} +{"id":"G2552","strongs_number":"G2552","system":"greek","language":"greek","number_value":2552,"lemma":"κακοπάθεια","transliteration":"kakopátheia","pronunciation":null,"derivation":"from a compound of G2256 (ἡμιώριον) and G3806 (πάθος);","strongs_definition":"hardship","kjv_definition":"suffering affliction"} +{"id":"G2553","strongs_number":"G2553","system":"greek","language":"greek","number_value":2553,"lemma":"κακοπαθέω","transliteration":"kakopathéō","pronunciation":null,"derivation":"from the same as G2552 (κακοπάθεια);","strongs_definition":"to undergo hardship","kjv_definition":"be afflicted, endure afflictions (hardness), suffer trouble"} +{"id":"G2554","strongs_number":"G2554","system":"greek","language":"greek","number_value":2554,"lemma":"κακοποιέω","transliteration":"kakopoiéō","pronunciation":null,"derivation":"from G2555 (κακοποιός);","strongs_definition":"to be a bad-doer, i.e. (objectively) to injure, or (genitive) to sin","kjv_definition":"do(ing) evil"} +{"id":"G2555","strongs_number":"G2555","system":"greek","language":"greek","number_value":2555,"lemma":"κακοποιός","transliteration":"kakopoiós","pronunciation":null,"derivation":"from G2556 (κακός) and G4160 (ποιέω);","strongs_definition":"a bad-doer; (specially), a criminal","kjv_definition":"evil-doer, malefactor"} +{"id":"G2556","strongs_number":"G2556","system":"greek","language":"greek","number_value":2556,"lemma":"κακός","transliteration":"kakós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"worthless (intrinsically, such; whereas G4190 (πονηρός) properly refers to effects), i.e. (subjectively) depraved, or (objectively) injurious","kjv_definition":"bad, evil, harm, ill, noisome, wicked"} +{"id":"G2557","strongs_number":"G2557","system":"greek","language":"greek","number_value":2557,"lemma":"κακοῦργος","transliteration":"kakoûrgos","pronunciation":null,"derivation":"from G2556 (κακός) and the base of G2041 (ἔργον);","strongs_definition":"a wrong-doer, i.e. criminal","kjv_definition":"evil-doer, malefactor"} +{"id":"G2558","strongs_number":"G2558","system":"greek","language":"greek","number_value":2558,"lemma":"κακουχέω","transliteration":"kakouchéō","pronunciation":null,"derivation":"from a presumed compound of G2556 (κακός) and G2192 (ἔχω);","strongs_definition":"to maltreat","kjv_definition":"which suffer adversity, torment"} +{"id":"G2559","strongs_number":"G2559","system":"greek","language":"greek","number_value":2559,"lemma":"κακόω","transliteration":"kakóō","pronunciation":null,"derivation":"from G2556 (κακός);","strongs_definition":"to injure; figuratively, to exasperate","kjv_definition":"make evil affected, entreat evil, harm, hurt, vex"} +{"id":"G2560","strongs_number":"G2560","system":"greek","language":"greek","number_value":2560,"lemma":"κακῶς","transliteration":"kakōs","pronunciation":null,"derivation":"from G2556 (κακός);","strongs_definition":"badly (physically or morally)","kjv_definition":"amiss, diseased, evil, grievously, miserably, sick, sore"} +{"id":"G2561","strongs_number":"G2561","system":"greek","language":"greek","number_value":2561,"lemma":"κάκωσις","transliteration":"kákōsis","pronunciation":null,"derivation":"from G2559 (κακόω);","strongs_definition":"maltreatment","kjv_definition":"affliction"} +{"id":"G2562","strongs_number":"G2562","system":"greek","language":"greek","number_value":2562,"lemma":"καλάμη","transliteration":"kalámē","pronunciation":null,"derivation":"feminine of G2563 (κάλαμος);","strongs_definition":"a stalk of grain, i.e. (collectively) stubble","kjv_definition":"stubble"} +{"id":"G2563","strongs_number":"G2563","system":"greek","language":"greek","number_value":2563,"lemma":"κάλαμος","transliteration":"kálamos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a reed (the plant or its stem, or that of a similar plant); by implication, a pen","kjv_definition":"pen, reed"} +{"id":"G2564","strongs_number":"G2564","system":"greek","language":"greek","number_value":2564,"lemma":"καλέω","transliteration":"kaléō","pronunciation":null,"derivation":"akin to the base of G2753 (κελεύω);","strongs_definition":"to \"call\" (properly, aloud, but used in a variety of applications, directly or otherwise)","kjv_definition":"bid, call (forth), (whose, whose sur-)name (was (called))"} +{"id":"G2565","strongs_number":"G2565","system":"greek","language":"greek","number_value":2565,"lemma":"καλλιέλαιος","transliteration":"kalliélaios","pronunciation":null,"derivation":"from the base of G2566 (καλλίον) and G1636 (ἐλαία);","strongs_definition":"a cultivated olive tree, i.e. a domesticated or improved one","kjv_definition":"good olive tree"} +{"id":"G2566","strongs_number":"G2566","system":"greek","language":"greek","number_value":2566,"lemma":"καλλίον","transliteration":"kallíon","pronunciation":null,"derivation":"neuter of the (irregular) comparative of G2570 (καλός);","strongs_definition":"(adverbially) better than many","kjv_definition":"very well"} +{"id":"G2567","strongs_number":"G2567","system":"greek","language":"greek","number_value":2567,"lemma":"καλοδιδάσκαλος","transliteration":"kalodidáskalos","pronunciation":null,"derivation":"from G2570 (καλός) and G1320 (διδάσκαλος);","strongs_definition":"a teacher of the right","kjv_definition":"teacher of good things"} +{"id":"G2568","strongs_number":"G2568","system":"greek","language":"greek","number_value":2568,"lemma":"Καλοὶ Λιμένες","transliteration":"Kaloì Liménes","pronunciation":null,"derivation":"plural of G2570 (καλός) and G3040 (λιμήν);","strongs_definition":"Good Harbors, i.e. Fairhaven, a bay of Crete","kjv_definition":"fair havens"} +{"id":"G2569","strongs_number":"G2569","system":"greek","language":"greek","number_value":2569,"lemma":"καλοποιέω","transliteration":"kalopoiéō","pronunciation":null,"derivation":"from G2570 (καλός) and G4160 (ποιέω);","strongs_definition":"to do well, i.e. live virtuously","kjv_definition":"well doing"} +{"id":"G2570","strongs_number":"G2570","system":"greek","language":"greek","number_value":2570,"lemma":"καλός","transliteration":"kalós","pronunciation":null,"derivation":"of uncertain affinity; properly, beautiful, but chiefly (figuratively) good (literally or morally), i.e. valuable or virtuous (for appearance or use, and thus distinguished from G18 (ἀγαθός), which is properly intrinsic)","strongs_definition":null,"kjv_definition":"X better, fair, good(-ly), honest, meet, well, worthy"} +{"id":"G2571","strongs_number":"G2571","system":"greek","language":"greek","number_value":2571,"lemma":"κάλυμα","transliteration":"kályma","pronunciation":null,"derivation":"from G2572 (καλύπτω);","strongs_definition":"a cover, i.e. veil","kjv_definition":"vail"} +{"id":"G2572","strongs_number":"G2572","system":"greek","language":"greek","number_value":2572,"lemma":"καλύπτω","transliteration":"kalýptō","pronunciation":null,"derivation":"akin to G2813 (κλέπτω) and G2928 (κρύπτω);","strongs_definition":"to cover up (literally or figuratively)","kjv_definition":"cover, hide"} +{"id":"G2573","strongs_number":"G2573","system":"greek","language":"greek","number_value":2573,"lemma":"καλῶς","transliteration":"kalōs","pronunciation":null,"derivation":"adverb from G2570 (καλός);","strongs_definition":"well (usually morally)","kjv_definition":"(in a) good (place), honestly, + recover, (full) well"} +{"id":"G2574","strongs_number":"G2574","system":"greek","language":"greek","number_value":2574,"lemma":"κάμηλος","transliteration":"kámēlos","pronunciation":null,"derivation":"of Hebrew origin (H01581);","strongs_definition":"a \"camel\"","kjv_definition":"camel"} +{"id":"G2575","strongs_number":"G2575","system":"greek","language":"greek","number_value":2575,"lemma":"κάμινος","transliteration":"káminos","pronunciation":null,"derivation":"probably from G2545 (καίω);","strongs_definition":"a furnace","kjv_definition":"furnace"} +{"id":"G2576","strongs_number":"G2576","system":"greek","language":"greek","number_value":2576,"lemma":"καμμύω","transliteration":"kammýō","pronunciation":null,"derivation":"from a compound of G2596 (κατά) and the base of G3466 (μυστήριον);","strongs_definition":"to shut down, i.e. close the eyes","kjv_definition":"close"} +{"id":"G2577","strongs_number":"G2577","system":"greek","language":"greek","number_value":2577,"lemma":"κάμνω","transliteration":"kámnō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"properly, to toil, i.e. (by implication) to tire (figuratively, faint, sicken)","kjv_definition":"faint, sick, be wearied"} +{"id":"G2578","strongs_number":"G2578","system":"greek","language":"greek","number_value":2578,"lemma":"κάμπτω","transliteration":"kámptō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to bend","kjv_definition":"bow"} +{"id":"G2579","strongs_number":"G2579","system":"greek","language":"greek","number_value":2579,"lemma":"κἄν","transliteration":"kán","pronunciation":null,"derivation":"from G2532 (καί) and G1437 (ἐάν);","strongs_definition":"and (or even) if","kjv_definition":"and (also) if (so much as), if but, at the least, though, yet"} +{"id":"G2580","strongs_number":"G2580","system":"greek","language":"greek","number_value":2580,"lemma":"Κανᾶ","transliteration":"Kanâ","pronunciation":null,"derivation":"of Hebrew origin (compare H07071);","strongs_definition":"Cana, a place in Palestine","kjv_definition":"Cana"} +{"id":"G2581","strongs_number":"G2581","system":"greek","language":"greek","number_value":2581,"lemma":"Κανανίτης","transliteration":"Kananítēs","pronunciation":null,"derivation":"of Chaldee origin (compare H07067);","strongs_definition":"zealous; Cananites, an epithet","kjv_definition":"Canaanite (by mistake for a derivative from G5477 (Χαναάν))"} +{"id":"G2582","strongs_number":"G2582","system":"greek","language":"greek","number_value":2582,"lemma":"Κανδάκη","transliteration":"Kandákē","pronunciation":null,"derivation":"of foreign origin;","strongs_definition":"Candacè, an Egyptian queen","kjv_definition":"Candace"} +{"id":"G2583","strongs_number":"G2583","system":"greek","language":"greek","number_value":2583,"lemma":"κανών","transliteration":"kanṓn","pronunciation":null,"derivation":"from (a straight reed, i.e. rod);","strongs_definition":"a rule (\"canon\"), i.e. (figuratively) a standard (of faith and practice); by implication, a boundary, i.e. (figuratively) a sphere (of activity)","kjv_definition":"line, rule"} +{"id":"G2584","strongs_number":"G2584","system":"greek","language":"greek","number_value":2584,"lemma":"Καπερναούμ","transliteration":"Kapernaoúm","pronunciation":null,"derivation":"of Hebrew origin (probably H03723 and H05151);","strongs_definition":"Capernaum (i.e. Caphanachum), a place in Palestine","kjv_definition":"Capernaum"} +{"id":"G2585","strongs_number":"G2585","system":"greek","language":"greek","number_value":2585,"lemma":"καπηλεύω","transliteration":"kapēleúō","pronunciation":null,"derivation":"from (a huckster);","strongs_definition":"to retail, i.e. (by implication) to adulterate (figuratively)","kjv_definition":"corrupt"} +{"id":"G2586","strongs_number":"G2586","system":"greek","language":"greek","number_value":2586,"lemma":"καπνός","transliteration":"kapnós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"smoke","kjv_definition":"smoke"} +{"id":"G2587","strongs_number":"G2587","system":"greek","language":"greek","number_value":2587,"lemma":"Καππαδοκία","transliteration":"Kappadokía","pronunciation":null,"derivation":"of foreign origin;","strongs_definition":"Cappadocia, a region of Asia Minor","kjv_definition":"Cappadocia"} +{"id":"G2588","strongs_number":"G2588","system":"greek","language":"greek","number_value":2588,"lemma":"καρδία","transliteration":"kardía","pronunciation":null,"derivation":"prolonged from a primary (Latin cor, \"heart\");","strongs_definition":"the heart, i.e. (figuratively) the thoughts or feelings (mind); also (by analogy) the middle","kjv_definition":"(+ broken-)heart(-ed)"} +{"id":"G2589","strongs_number":"G2589","system":"greek","language":"greek","number_value":2589,"lemma":"καρδιογνώστης","transliteration":"kardiognṓstēs","pronunciation":null,"derivation":"from G2588 (καρδία) and G1097 (γινώσκω);","strongs_definition":"a heart-knower","kjv_definition":"which knowest the hearts"} +{"id":"G2590","strongs_number":"G2590","system":"greek","language":"greek","number_value":2590,"lemma":"καρπός","transliteration":"karpós","pronunciation":null,"derivation":"probably from the base of G726 (ἁρπάζω);","strongs_definition":"fruit (as plucked), literally or figuratively","kjv_definition":"fruit"} +{"id":"G2591","strongs_number":"G2591","system":"greek","language":"greek","number_value":2591,"lemma":"Κάρπος","transliteration":"Kárpos","pronunciation":null,"derivation":"perhaps for G2590 (καρπός);","strongs_definition":"Carpus, probably a Christian","kjv_definition":"Carpus"} +{"id":"G2592","strongs_number":"G2592","system":"greek","language":"greek","number_value":2592,"lemma":"καρποφορέω","transliteration":"karpophoréō","pronunciation":null,"derivation":"from G2593 (καρποφόρος);","strongs_definition":"to be fertile (literally or figuratively)","kjv_definition":"be (bear, bring forth) fruit(-ful)"} +{"id":"G2593","strongs_number":"G2593","system":"greek","language":"greek","number_value":2593,"lemma":"καρποφόρος","transliteration":"karpophóros","pronunciation":null,"derivation":"from G2590 (καρπός) and G5342 (φέρω);","strongs_definition":"fruitbearing (figuratively)","kjv_definition":"fruitful"} +{"id":"G2594","strongs_number":"G2594","system":"greek","language":"greek","number_value":2594,"lemma":"καρτερέω","transliteration":"karteréō","pronunciation":null,"derivation":"from a derivative of G2904 (κράτος) (transposed);","strongs_definition":"to be strong, i.e. (figuratively) steadfast (patient)","kjv_definition":"endure"} +{"id":"G2595","strongs_number":"G2595","system":"greek","language":"greek","number_value":2595,"lemma":"κάρφος","transliteration":"kárphos","pronunciation":null,"derivation":"from (to wither);","strongs_definition":"a dry twig or straw","kjv_definition":"mote"} +{"id":"G2596","strongs_number":"G2596","system":"greek","language":"greek","number_value":2596,"lemma":"κατά","transliteration":"katá","pronunciation":null,"derivation":"a primary particle;","strongs_definition":"(prepositionally) down (in place or time), in varied relations (according to the case (genitive, dative or accusative) with which it is joined)","kjv_definition":"about, according as (to), after, against, (when they were) X alone, among, and, X apart, (even, like) as (concerning, pertaining to touching), X aside, at, before, beyond, by, to the charge of, (charita-)bly, concerning, + covered, (dai-)ly, down, every, (+ far more) exceeding, X more excellent, for, from … to, godly, in(-asmuch, divers, every, -to, respect of), … by, after the manner of, + by any means, beyond (out of) measure, X mightily, more, X natural, of (up-)on (X part), out (of every), over against, (+ your) X own, + particularly, so, through(-oughout, -oughout every), thus, (un-)to(-gether, -ward), X uttermost, where(-by), with"} +{"id":"G2597","strongs_number":"G2597","system":"greek","language":"greek","number_value":2597,"lemma":"καταβαίνω","transliteration":"katabaínō","pronunciation":null,"derivation":"from G2596 (κατά) and the base of G939 (βάσις);","strongs_definition":"to descend (literally or figuratively)","kjv_definition":"come (get, go, step) down, fall (down)"} +{"id":"G2598","strongs_number":"G2598","system":"greek","language":"greek","number_value":2598,"lemma":"καταβάλλω","transliteration":"katabállō","pronunciation":null,"derivation":"from G2596 (κατά) and G906 (βάλλω);","strongs_definition":"to throw down","kjv_definition":"cast down, lay"} +{"id":"G2599","strongs_number":"G2599","system":"greek","language":"greek","number_value":2599,"lemma":"καταβαρέω","transliteration":"katabaréō","pronunciation":null,"derivation":"from G2596 (κατά) and G916 (βαρέω);","strongs_definition":"to impose upon","kjv_definition":"burden"} +{"id":"G2600","strongs_number":"G2600","system":"greek","language":"greek","number_value":2600,"lemma":"κατάβασις","transliteration":"katábasis","pronunciation":null,"derivation":"from G2597 (καταβαίνω);","strongs_definition":"a declivity","kjv_definition":"descent"} +{"id":"G2601","strongs_number":"G2601","system":"greek","language":"greek","number_value":2601,"lemma":"καταβιβάζω","transliteration":"katabibázō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of the base of G939 (βάσις);","strongs_definition":"to cause to go down, i.e. precipitate","kjv_definition":"bring (thrust) down"} +{"id":"G2602","strongs_number":"G2602","system":"greek","language":"greek","number_value":2602,"lemma":"καταβολή","transliteration":"katabolḗ","pronunciation":null,"derivation":"from G2598 (καταβάλλω);","strongs_definition":"a deposition, i.e. founding; figuratively, conception","kjv_definition":"conceive, foundation"} +{"id":"G2603","strongs_number":"G2603","system":"greek","language":"greek","number_value":2603,"lemma":"καταβραβεύω","transliteration":"katabrabeúō","pronunciation":null,"derivation":"from G2596 (κατά) and G1018 (βραβεύω) (in its original sense);","strongs_definition":"to award the price against, i.e. (figuratively) to defraud (of salvation)","kjv_definition":"beguile of reward"} +{"id":"G2604","strongs_number":"G2604","system":"greek","language":"greek","number_value":2604,"lemma":"καταγγελεύς","transliteration":"katangeleús","pronunciation":null,"derivation":"from G2605 (καταγγέλλω);","strongs_definition":"a proclaimer","kjv_definition":"setter forth"} +{"id":"G2605","strongs_number":"G2605","system":"greek","language":"greek","number_value":2605,"lemma":"καταγγέλλω","transliteration":"katangéllō","pronunciation":null,"derivation":"from G2596 (κατά) and the base of G32 (ἄγγελος);","strongs_definition":"to proclaim, promulgate","kjv_definition":"declare, preach, shew, speak of, teach"} +{"id":"G2606","strongs_number":"G2606","system":"greek","language":"greek","number_value":2606,"lemma":"καταγελάω","transliteration":"katageláō","pronunciation":null,"derivation":null,"strongs_definition":"to laugh down, i.e. deride","kjv_definition":"laugh to scorn"} +{"id":"G2607","strongs_number":"G2607","system":"greek","language":"greek","number_value":2607,"lemma":"καταγινώσκω","transliteration":"kataginṓskō","pronunciation":null,"derivation":"from G2596 (κατά) and G1097 (γινώσκω);","strongs_definition":"to note against, i.e. find fault with","kjv_definition":"blame, condemn"} +{"id":"G2608","strongs_number":"G2608","system":"greek","language":"greek","number_value":2608,"lemma":"κατάγνυμι","transliteration":"katágnymi","pronunciation":null,"derivation":"from G2596 (κατά) and the base of G4486 (ῥήγνυμι);","strongs_definition":"to rend in pieces, i.e. crack apart","kjv_definition":"break"} +{"id":"G2609","strongs_number":"G2609","system":"greek","language":"greek","number_value":2609,"lemma":"κατάγω","transliteration":"katágō","pronunciation":null,"derivation":"from G2596 (κατά) and G71 (ἄγω);","strongs_definition":"to lead down; specially, to moor a vessel","kjv_definition":"bring (down, forth), (bring to) land, touch"} +{"id":"G2610","strongs_number":"G2610","system":"greek","language":"greek","number_value":2610,"lemma":"καταγωνίζομαι","transliteration":"katagōnízomai","pronunciation":null,"derivation":"from G2596 (κατά) and G75 (ἀγωνίζομαι);","strongs_definition":"to struggle against, i.e. (by implication) to overcome","kjv_definition":"subdue"} +{"id":"G2611","strongs_number":"G2611","system":"greek","language":"greek","number_value":2611,"lemma":"καταδέω","transliteration":"katadéō","pronunciation":null,"derivation":"from G2596 (κατά) and G1210 (δέω);","strongs_definition":"to tie down, i.e. bandage (a wound)","kjv_definition":"bind up"} +{"id":"G2612","strongs_number":"G2612","system":"greek","language":"greek","number_value":2612,"lemma":"κατάδηλος","transliteration":"katádēlos","pronunciation":null,"derivation":"from G2596 (κατά) intensive and G1212 (δῆλος);","strongs_definition":"manifest","kjv_definition":"far more evident"} +{"id":"G2613","strongs_number":"G2613","system":"greek","language":"greek","number_value":2613,"lemma":"καταδικάζω","transliteration":"katadikázō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G1349 (δίκη);","strongs_definition":"to adjudge against, i.e. pronounce guilty","kjv_definition":"condemn"} +{"id":"G2614","strongs_number":"G2614","system":"greek","language":"greek","number_value":2614,"lemma":"καταδιώκω","transliteration":"katadiṓkō","pronunciation":null,"derivation":"from G2596 (κατά) and G1377 (διώκω);","strongs_definition":"to hunt down, i.e. search for","kjv_definition":"follow after"} +{"id":"G2615","strongs_number":"G2615","system":"greek","language":"greek","number_value":2615,"lemma":"καταδουλόω","transliteration":"katadoulóō","pronunciation":null,"derivation":"from G2596 (κατά) and G1402 (δουλόω);","strongs_definition":"to enslave utterly","kjv_definition":"bring into bondage"} +{"id":"G2616","strongs_number":"G2616","system":"greek","language":"greek","number_value":2616,"lemma":"καταδυναστεύω","transliteration":"katadynasteúō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G1413 (δυνάστης);","strongs_definition":"to exercise dominion against, i.e. oppress","kjv_definition":"oppress"} +{"id":"G2617","strongs_number":"G2617","system":"greek","language":"greek","number_value":2617,"lemma":"καταισχύνω","transliteration":"kataischýnō","pronunciation":null,"derivation":"from G2596 (κατά) and G153 (αἰσχύνομαι);","strongs_definition":"to shame down, i.e. disgrace or (by implication) put to the blush","kjv_definition":"confound, dishonour, (be a-, make a-)shame(-d)"} +{"id":"G2618","strongs_number":"G2618","system":"greek","language":"greek","number_value":2618,"lemma":"κατακαίω","transliteration":"katakaíō","pronunciation":null,"derivation":"from G2596 (κατά) and G2545 (καίω);","strongs_definition":"to burn down (to the ground), i.e. consume wholly","kjv_definition":"burn (up, utterly)"} +{"id":"G2619","strongs_number":"G2619","system":"greek","language":"greek","number_value":2619,"lemma":"κατακαλύπτω","transliteration":"katakalýptō","pronunciation":null,"derivation":"from G2596 (κατά) and G2572 (καλύπτω);","strongs_definition":"to cover wholly, i.e. veil","kjv_definition":"cover, hide"} +{"id":"G2620","strongs_number":"G2620","system":"greek","language":"greek","number_value":2620,"lemma":"κατακαυχάομαι","transliteration":"katakaucháomai","pronunciation":null,"derivation":"from G2596 (κατά) and G2744 (καυχάομαι);","strongs_definition":"to exult against (i.e. over)","kjv_definition":"boast (against), glory, rejoice against"} +{"id":"G2621","strongs_number":"G2621","system":"greek","language":"greek","number_value":2621,"lemma":"κατάκειμαι","transliteration":"katákeimai","pronunciation":null,"derivation":"from G2596 (κατά) and G2749 (κεῖμαι);","strongs_definition":"to lie down, i.e. (by implication) be sick; specially, to recline at a meal","kjv_definition":"keep, lie, sit at meat (down)"} +{"id":"G2622","strongs_number":"G2622","system":"greek","language":"greek","number_value":2622,"lemma":"κατακλάω","transliteration":"katakláō","pronunciation":null,"derivation":"from G2596 (κατά) and G2806 (κλάω);","strongs_definition":"to break down, i.e. divide","kjv_definition":"break"} +{"id":"G2623","strongs_number":"G2623","system":"greek","language":"greek","number_value":2623,"lemma":"κατακλείω","transliteration":"katakleíō","pronunciation":null,"derivation":"from G2596 (κατά) and G2808 (κλείω);","strongs_definition":"to shut down (in a dungeon), i.e. incarcerate","kjv_definition":"shut up"} +{"id":"G2624","strongs_number":"G2624","system":"greek","language":"greek","number_value":2624,"lemma":"κατακληροδοτέω","transliteration":"kataklērodotéō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of a compound of G2819 (κλῆρος) and G1325 (δίδωμι);","strongs_definition":"to be a giver of lots to each, i.e. (by implication) to apportion an estate","kjv_definition":"divide by lot"} +{"id":"G2625","strongs_number":"G2625","system":"greek","language":"greek","number_value":2625,"lemma":"κατακλίνω","transliteration":"kataklínō","pronunciation":null,"derivation":"from G2596 (κατά) and G2827 (κλίνω);","strongs_definition":"to recline down, i.e. (specially) to take a place at table","kjv_definition":"(make) sit down (at meat)"} +{"id":"G2626","strongs_number":"G2626","system":"greek","language":"greek","number_value":2626,"lemma":"κατακλύζω","transliteration":"kataklýzō","pronunciation":null,"derivation":"from G2596 (κατά) and the base of G2830 (κλύδων);","strongs_definition":"to dash (wash) down, i.e. (by implication) to deluge","kjv_definition":"overflow"} +{"id":"G2627","strongs_number":"G2627","system":"greek","language":"greek","number_value":2627,"lemma":"κατακλυσμός","transliteration":"kataklysmós","pronunciation":null,"derivation":"from G2626 (κατακλύζω);","strongs_definition":"an inundation","kjv_definition":"flood"} +{"id":"G2628","strongs_number":"G2628","system":"greek","language":"greek","number_value":2628,"lemma":"κατακολουθέω","transliteration":"katakolouthéō","pronunciation":null,"derivation":"from G2596 (κατά) and G190 (ἀκολουθέω);","strongs_definition":"to accompany closely","kjv_definition":"follow (after)"} +{"id":"G2629","strongs_number":"G2629","system":"greek","language":"greek","number_value":2629,"lemma":"κατακόπτω","transliteration":"katakóptō","pronunciation":null,"derivation":"from G2596 (κατά) and G2875 (κόπτω);","strongs_definition":"to chop down, i.e. mangle","kjv_definition":"cut"} +{"id":"G2630","strongs_number":"G2630","system":"greek","language":"greek","number_value":2630,"lemma":"κατακρημνίζω","transliteration":"katakrēmnízō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G2911 (κρημνός);","strongs_definition":"to precipitate down","kjv_definition":"cast down headlong"} +{"id":"G2631","strongs_number":"G2631","system":"greek","language":"greek","number_value":2631,"lemma":"κατάκριμα","transliteration":"katákrima","pronunciation":null,"derivation":"from G2632 (κατακρίνω);","strongs_definition":"an adverse sentence (the verdict)","kjv_definition":"condemnation"} +{"id":"G2632","strongs_number":"G2632","system":"greek","language":"greek","number_value":2632,"lemma":"κατακρίνω","transliteration":"katakrínō","pronunciation":null,"derivation":"from G2596 (κατά) and G2919 (κρίνω);","strongs_definition":"to judge against, i.e. sentence","kjv_definition":"condemn, damn"} +{"id":"G2633","strongs_number":"G2633","system":"greek","language":"greek","number_value":2633,"lemma":"κατάκρισις","transliteration":"katákrisis","pronunciation":null,"derivation":"from G2632 (κατακρίνω);","strongs_definition":"sentencing adversely (the act)","kjv_definition":"condemn(-ation)"} +{"id":"G2634","strongs_number":"G2634","system":"greek","language":"greek","number_value":2634,"lemma":"κατακυριεύω","transliteration":"katakyrieúō","pronunciation":null,"derivation":"from G2596 (κατά) and G2961 (κυριεύω);","strongs_definition":"to lord against, i.e. control, subjugate","kjv_definition":"exercise dominion over (lordship), be lord over, overcome"} +{"id":"G2635","strongs_number":"G2635","system":"greek","language":"greek","number_value":2635,"lemma":"καταλαλέω","transliteration":"katalaléō","pronunciation":null,"derivation":"from G2637 (κατάλαλος);","strongs_definition":"to be a traducer, i.e. to slander","kjv_definition":"speak against (evil of)"} +{"id":"G2636","strongs_number":"G2636","system":"greek","language":"greek","number_value":2636,"lemma":"καταλαλία","transliteration":"katalalía","pronunciation":null,"derivation":"from G2637 (κατάλαλος);","strongs_definition":"defamation","kjv_definition":"backbiting, evil speaking"} +{"id":"G2637","strongs_number":"G2637","system":"greek","language":"greek","number_value":2637,"lemma":"κατάλαλος","transliteration":"katálalos","pronunciation":null,"derivation":"from G2596 (κατά) and the base of G2980 (λαλέω);","strongs_definition":"talkative against, i.e. a slanderer","kjv_definition":"backbiter"} +{"id":"G2638","strongs_number":"G2638","system":"greek","language":"greek","number_value":2638,"lemma":"καταλαμβάνω","transliteration":"katalambánō","pronunciation":null,"derivation":"from G2596 (κατά) and G2983 (λαμβάνω);","strongs_definition":"to take eagerly, i.e. seize, possess, etc. (literally or figuratively)","kjv_definition":"apprehend, attain, come upon, comprehend, find, obtain, perceive, (over-)take"} +{"id":"G2639","strongs_number":"G2639","system":"greek","language":"greek","number_value":2639,"lemma":"καταλέγω","transliteration":"katalégō","pronunciation":null,"derivation":"from G2596 (κατά) and G3004 (λέγω) (in its original meaning);","strongs_definition":"to lay down, i.e. (figuratively) to enrol","kjv_definition":"take into the number"} +{"id":"G2640","strongs_number":"G2640","system":"greek","language":"greek","number_value":2640,"lemma":"κατάλειμμα","transliteration":"katáleimma","pronunciation":null,"derivation":"from G2641 (καταλείπω);","strongs_definition":"a remainder, i.e. (by implication) a few","kjv_definition":"remnant"} +{"id":"G2641","strongs_number":"G2641","system":"greek","language":"greek","number_value":2641,"lemma":"καταλείπω","transliteration":"kataleípō","pronunciation":null,"derivation":"from G2596 (κατά) and G3007 (λείπω);","strongs_definition":"to leave down, i.e. behind; by implication, to abandon, have remaining","kjv_definition":"forsake, leave, reserve"} +{"id":"G2642","strongs_number":"G2642","system":"greek","language":"greek","number_value":2642,"lemma":"καταλιθάζω","transliteration":"katalitházō","pronunciation":null,"derivation":"from G2596 (κατά) and G3034 (λιθάζω);","strongs_definition":"to stone down, i.e. to death","kjv_definition":"stone"} +{"id":"G2643","strongs_number":"G2643","system":"greek","language":"greek","number_value":2643,"lemma":"καταλλαγή","transliteration":"katallagḗ","pronunciation":null,"derivation":"from G2644 (καταλλάσσω);","strongs_definition":"exchange (figuratively, adjustment), i.e. restoration to (the divine) favor","kjv_definition":"atonement, reconciliation(-ing)"} +{"id":"G2644","strongs_number":"G2644","system":"greek","language":"greek","number_value":2644,"lemma":"καταλλάσσω","transliteration":"katallássō","pronunciation":null,"derivation":"from G2596 (κατά) and G236 (ἀλλάσσω);","strongs_definition":"to change mutually, i.e. (figuratively) to compound a difference","kjv_definition":"reconcile"} +{"id":"G2645","strongs_number":"G2645","system":"greek","language":"greek","number_value":2645,"lemma":"κατάλοιπος","transliteration":"katáloipos","pronunciation":null,"derivation":"from G2596 (κατά) and G3062 (λοιποί);","strongs_definition":"left down (behind), i.e remaining (plural the rest)","kjv_definition":"residue"} +{"id":"G2646","strongs_number":"G2646","system":"greek","language":"greek","number_value":2646,"lemma":"κατάλυμα","transliteration":"katályma","pronunciation":null,"derivation":"from G2647 (καταλύω);","strongs_definition":"properly, a dissolution (breaking up of a journey), i.e. (by implication) a lodging-place","kjv_definition":"guestchamber, inn"} +{"id":"G2647","strongs_number":"G2647","system":"greek","language":"greek","number_value":2647,"lemma":"καταλύω","transliteration":"katalýō","pronunciation":null,"derivation":"from G2596 (κατά) and G3089 (λύω);","strongs_definition":"to loosen down (disintegrate), i.e. (by implication) to demolish (literally or figuratively); specially (compare G2646 (κατάλυμα)) to halt for the night","kjv_definition":"destroy, dissolve, be guest, lodge, come to nought, overthrow, throw down"} +{"id":"G2648","strongs_number":"G2648","system":"greek","language":"greek","number_value":2648,"lemma":"καταμανθάνω","transliteration":"katamanthánō","pronunciation":null,"derivation":"from G2596 (κατά) and G3129 (μανθάνω);","strongs_definition":"to learn thoroughly, i.e. (by implication) to note carefully","kjv_definition":"consider"} +{"id":"G2649","strongs_number":"G2649","system":"greek","language":"greek","number_value":2649,"lemma":"καταμαρτυρέω","transliteration":"katamartyréō","pronunciation":null,"derivation":"from G2596 (κατά) and G3140 (μαρτυρέω);","strongs_definition":"to testify against","kjv_definition":"witness against"} +{"id":"G2650","strongs_number":"G2650","system":"greek","language":"greek","number_value":2650,"lemma":"καταμένω","transliteration":"kataménō","pronunciation":null,"derivation":"from G2596 (κατά) and G3306 (μένω);","strongs_definition":"to stay fully, i.e. reside","kjv_definition":"abide"} +{"id":"G2651","strongs_number":"G2651","system":"greek","language":"greek","number_value":2651,"lemma":"καταμόνας","transliteration":"katamónas","pronunciation":null,"derivation":"from G2596 (κατά) and accusative case plural feminine of G3441 (μόνος) (with G5561 (χώρα) implied);","strongs_definition":"according to sole places, i.e. (adverbially) separately","kjv_definition":"alone"} +{"id":"G2652","strongs_number":"G2652","system":"greek","language":"greek","number_value":2652,"lemma":"κατανάθεμα","transliteration":"katanáthema","pronunciation":null,"derivation":"from G2596 (κατά) (intensive) and G331 (ἀνάθεμα);","strongs_definition":"an imprecation","kjv_definition":"curse"} +{"id":"G2653","strongs_number":"G2653","system":"greek","language":"greek","number_value":2653,"lemma":"καταναθεματίζω","transliteration":"katanathematízō","pronunciation":null,"derivation":"from G2596 (κατά) (intensive) and G332 (ἀναθεματίζω);","strongs_definition":"to imprecate","kjv_definition":"curse"} +{"id":"G2654","strongs_number":"G2654","system":"greek","language":"greek","number_value":2654,"lemma":"καταναλίσκω","transliteration":"katanalískō","pronunciation":null,"derivation":"from G2596 (κατά) and G355 (ἀναλίσκω);","strongs_definition":"to consume utterly","kjv_definition":"consume"} +{"id":"G2655","strongs_number":"G2655","system":"greek","language":"greek","number_value":2655,"lemma":"καταναρκάω","transliteration":"katanarkáō","pronunciation":null,"derivation":"from G2596 (κατά) and (to be numb);","strongs_definition":"to grow utterly torpid, i.e. (by implication) slothful (figuratively, expensive)","kjv_definition":"be burdensome (chargeable)"} +{"id":"G2656","strongs_number":"G2656","system":"greek","language":"greek","number_value":2656,"lemma":"κατανεύω","transliteration":"kataneúō","pronunciation":null,"derivation":"from G2596 (κατά) and G3506 (νεύω);","strongs_definition":"to nod down (towards), i.e. (by analogy) to make signs to","kjv_definition":"beckon"} +{"id":"G2657","strongs_number":"G2657","system":"greek","language":"greek","number_value":2657,"lemma":"κατανοέω","transliteration":"katanoéō","pronunciation":null,"derivation":"from G2596 (κατά) and G3539 (νοιέω);","strongs_definition":"to observe fully","kjv_definition":"behold, consider, discover, perceive"} +{"id":"G2658","strongs_number":"G2658","system":"greek","language":"greek","number_value":2658,"lemma":"καταντάω","transliteration":"katantáō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G473 (ἀντί);","strongs_definition":"to meet against, i.e. arrive at (literally or figuratively)","kjv_definition":"attain, come"} +{"id":"G2659","strongs_number":"G2659","system":"greek","language":"greek","number_value":2659,"lemma":"κατάνυξις","transliteration":"katányxis","pronunciation":null,"derivation":"from G2660 (κατανύσσω);","strongs_definition":"a prickling (sensation, as of the limbs asleep), i.e. (by implication, (perhaps by some confusion with G3506 (νεύω) or even with G3571 (νύξ))) stupor (lethargy)","kjv_definition":"slumber"} +{"id":"G2660","strongs_number":"G2660","system":"greek","language":"greek","number_value":2660,"lemma":"κατανύσσω","transliteration":"katanýssō","pronunciation":null,"derivation":"from G2596 (κατά) and G3572 (νύσσω);","strongs_definition":"to pierce thoroughly, i.e. (figuratively) to agitate violently (\"sting to the quick\")","kjv_definition":"prick"} +{"id":"G2661","strongs_number":"G2661","system":"greek","language":"greek","number_value":2661,"lemma":"καταξιόω","transliteration":"kataxióō","pronunciation":null,"derivation":"from G2596 (κατά) and G515 (ἀξιόω);","strongs_definition":"to deem entirely deserving","kjv_definition":"(ac-)count worthy"} +{"id":"G2662","strongs_number":"G2662","system":"greek","language":"greek","number_value":2662,"lemma":"καταπατέω","transliteration":"katapatéō","pronunciation":null,"derivation":"from G2596 (κατά) and G3961 (πατέω);","strongs_definition":"to trample down; figuratively, to reject with disdain","kjv_definition":"trample, tread (down, underfoot)"} +{"id":"G2663","strongs_number":"G2663","system":"greek","language":"greek","number_value":2663,"lemma":"κατάπαυσις","transliteration":"katápausis","pronunciation":null,"derivation":"from G2664 (καταπαύω);","strongs_definition":"reposing down, i.e. (by Hebraism) abode","kjv_definition":"rest"} +{"id":"G2664","strongs_number":"G2664","system":"greek","language":"greek","number_value":2664,"lemma":"καταπαύω","transliteration":"katapaúō","pronunciation":null,"derivation":"from G2596 (κατά) and G3973 (παύω);","strongs_definition":"to settle down, i.e. (literally) to colonize, or (figuratively) to (cause to) desist","kjv_definition":"cease, (give) rest(-rain)"} +{"id":"G2665","strongs_number":"G2665","system":"greek","language":"greek","number_value":2665,"lemma":"καταπέτασμα","transliteration":"katapétasma","pronunciation":null,"derivation":"from a compound of G2596 (κατά) and a congener of G4072 (πέτομαι);","strongs_definition":"something spread thoroughly, i.e. (specially) the door screen (to the Most Holy Place) in the Jewish Temple","kjv_definition":"vail"} +{"id":"G2666","strongs_number":"G2666","system":"greek","language":"greek","number_value":2666,"lemma":"καταπίνω","transliteration":"katapínō","pronunciation":null,"derivation":"from G2596 (κατά) and G4095 (πίνω);","strongs_definition":"to drink down, i.e. gulp entire (literally or figuratively)","kjv_definition":"devour, drown, swallow (up)"} +{"id":"G2667","strongs_number":"G2667","system":"greek","language":"greek","number_value":2667,"lemma":"καταπίπτω","transliteration":"katapíptō","pronunciation":null,"derivation":"from G2596 (κατά) and G4098 (πίπτω);","strongs_definition":"to fall down","kjv_definition":"fall (down)"} +{"id":"G2668","strongs_number":"G2668","system":"greek","language":"greek","number_value":2668,"lemma":"καταπλέω","transliteration":"katapléō","pronunciation":null,"derivation":"from G2596 (κατά) and G4126 (πλέω);","strongs_definition":"to sail down upon a place, i.e. to land at","kjv_definition":"arrive"} +{"id":"G2669","strongs_number":"G2669","system":"greek","language":"greek","number_value":2669,"lemma":"καταπονέω","transliteration":"kataponéō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G4192 (πόνος);","strongs_definition":"to labor down, i.e. wear with toil (figuratively, harass)","kjv_definition":"oppress, vex"} +{"id":"G2670","strongs_number":"G2670","system":"greek","language":"greek","number_value":2670,"lemma":"καταποντίζω","transliteration":"katapontízō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of the same as G4195 (Πόντος);","strongs_definition":"to plunge down, i.e. submerge","kjv_definition":"drown, sink"} +{"id":"G2671","strongs_number":"G2671","system":"greek","language":"greek","number_value":2671,"lemma":"κατάρα","transliteration":"katára","pronunciation":null,"derivation":"from G2596 (κατά) (intensive) and G685 (ἀρά);","strongs_definition":"imprecation, execration","kjv_definition":"curse(-d, ing)"} +{"id":"G2672","strongs_number":"G2672","system":"greek","language":"greek","number_value":2672,"lemma":"καταράομαι","transliteration":"kataráomai","pronunciation":null,"derivation":"middle voice from G2671 (κατάρα);","strongs_definition":"to execrate; by analogy, to doom","kjv_definition":"curse"} +{"id":"G2673","strongs_number":"G2673","system":"greek","language":"greek","number_value":2673,"lemma":"καταργέω","transliteration":"katargéō","pronunciation":null,"derivation":"from G2596 (κατά) and G691 (ἀργέω);","strongs_definition":"to be (render) entirely idle (useless), literally or figuratively","kjv_definition":"abolish, cease, cumber, deliver, destroy, do away, become (make) of no (none, without) effect, fail, loose, bring (come) to nought, put away (down), vanish away, make void"} +{"id":"G2674","strongs_number":"G2674","system":"greek","language":"greek","number_value":2674,"lemma":"καταριθμέω","transliteration":"katarithméō","pronunciation":null,"derivation":"from G2596 (κατά) and G705 (ἀριθμέω);","strongs_definition":"to reckon among","kjv_definition":"number with"} +{"id":"G2675","strongs_number":"G2675","system":"greek","language":"greek","number_value":2675,"lemma":"καταρτίζω","transliteration":"katartízō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G739 (ἄρτιος);","strongs_definition":"to complete thoroughly, i.e. repair (literally or figuratively) or adjust","kjv_definition":"fit, frame, mend, (make) perfect(-ly join together), prepare, restore"} +{"id":"G2676","strongs_number":"G2676","system":"greek","language":"greek","number_value":2676,"lemma":"κατάρτισις","transliteration":"katártisis","pronunciation":null,"derivation":"from G2675 (καταρτίζω);","strongs_definition":"thorough equipment (subjectively)","kjv_definition":"perfection"} +{"id":"G2677","strongs_number":"G2677","system":"greek","language":"greek","number_value":2677,"lemma":"καταρτισμός","transliteration":"katartismós","pronunciation":null,"derivation":"from G2675 (καταρτίζω);","strongs_definition":"complete furnishing (objectively)","kjv_definition":"perfecting"} +{"id":"G2678","strongs_number":"G2678","system":"greek","language":"greek","number_value":2678,"lemma":"κατασείω","transliteration":"kataseíō","pronunciation":null,"derivation":"from G2596 (κατά) and G4579 (σείω);","strongs_definition":"to sway downward, i.e. make a signal","kjv_definition":"beckon"} +{"id":"G2679","strongs_number":"G2679","system":"greek","language":"greek","number_value":2679,"lemma":"κατασκάπτω","transliteration":"kataskáptō","pronunciation":null,"derivation":"from G2596 (κατά) and G4626 (σκάπτω);","strongs_definition":"to undermine, i.e. (by implication) destroy","kjv_definition":"dig down, ruin"} +{"id":"G2680","strongs_number":"G2680","system":"greek","language":"greek","number_value":2680,"lemma":"κατασκευάζω","transliteration":"kataskeuázō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G4632 (σκεῦος);","strongs_definition":"to prepare thoroughly (properly, by external equipment; whereas G2090 (ἑτοιμάζω) refers rather to internal fitness); by implication, to construct, create","kjv_definition":"build, make, ordain, prepare"} +{"id":"G2681","strongs_number":"G2681","system":"greek","language":"greek","number_value":2681,"lemma":"κατασκηνόω","transliteration":"kataskēnóō","pronunciation":null,"derivation":"from G2596 (κατά) and G4637 (σκηνόω);","strongs_definition":"to camp down, i.e. haunt; figuratively, to remain","kjv_definition":"lodge, rest"} +{"id":"G2682","strongs_number":"G2682","system":"greek","language":"greek","number_value":2682,"lemma":"κατασκήνωσις","transliteration":"kataskḗnōsis","pronunciation":null,"derivation":"from G2681 (κατασκηνόω);","strongs_definition":"an encamping, i.e. (figuratively) a perch","kjv_definition":"nest"} +{"id":"G2683","strongs_number":"G2683","system":"greek","language":"greek","number_value":2683,"lemma":"κατασκιάζω","transliteration":"kataskiázō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G4639 (σκιά);","strongs_definition":"to overshade, i.e. cover","kjv_definition":"shadow"} +{"id":"G2684","strongs_number":"G2684","system":"greek","language":"greek","number_value":2684,"lemma":"κατασκοπέω","transliteration":"kataskopéō","pronunciation":null,"derivation":"from G2685 (κατάσκοπος);","strongs_definition":"to be a sentinel, i.e. to inspect insidiously","kjv_definition":"spy out"} +{"id":"G2685","strongs_number":"G2685","system":"greek","language":"greek","number_value":2685,"lemma":"κατάσκοπος","transliteration":"katáskopos","pronunciation":null,"derivation":"from G2596 (κατά) (intensive) and G4649 (σκοπός) (in the sense of a watcher);","strongs_definition":"a reconnoiterer","kjv_definition":"spy"} +{"id":"G2686","strongs_number":"G2686","system":"greek","language":"greek","number_value":2686,"lemma":"κατασοφίζομαι","transliteration":"katasophízomai","pronunciation":null,"derivation":"middle voice from G2596 (κατά) and G4679 (σοφίζω);","strongs_definition":"to be crafty against, i.e. circumvent","kjv_definition":"deal subtilly with"} +{"id":"G2687","strongs_number":"G2687","system":"greek","language":"greek","number_value":2687,"lemma":"καταστέλλω","transliteration":"katastéllō","pronunciation":null,"derivation":"from G2596 (κατά) and G4724 (στέλλω);","strongs_definition":"to put down, i.e. quell","kjv_definition":"appease, quiet"} +{"id":"G2688","strongs_number":"G2688","system":"greek","language":"greek","number_value":2688,"lemma":"κατάστημα","transliteration":"katástēma","pronunciation":null,"derivation":"from G2525 (καθίστημι);","strongs_definition":"properly, a position or condition, i.e. (subjectively) demeanor","kjv_definition":"behaviour"} +{"id":"G2689","strongs_number":"G2689","system":"greek","language":"greek","number_value":2689,"lemma":"καταστολή","transliteration":"katastolḗ","pronunciation":null,"derivation":"from G2687 (καταστέλλω);","strongs_definition":"a deposit, i.e. (specially) costume","kjv_definition":"apparel"} +{"id":"G2690","strongs_number":"G2690","system":"greek","language":"greek","number_value":2690,"lemma":"καταστρέφω","transliteration":"katastréphō","pronunciation":null,"derivation":"from G2596 (κατά) and G4762 (στρέφω);","strongs_definition":"to turn upside down, i.e. upset","kjv_definition":"overthrow"} +{"id":"G2691","strongs_number":"G2691","system":"greek","language":"greek","number_value":2691,"lemma":"καταστρηνιάω","transliteration":"katastrēniáō","pronunciation":null,"derivation":"from G2596 (κατά) and G4763 (στρηνιάω);","strongs_definition":"to become voluptuous against","kjv_definition":"begin to wax wanton against"} +{"id":"G2692","strongs_number":"G2692","system":"greek","language":"greek","number_value":2692,"lemma":"καταστροφή","transliteration":"katastrophḗ","pronunciation":null,"derivation":"from G2690 (καταστρέφω);","strongs_definition":"an overturn (\"catastrophe\"), i.e. demolition; figuratively, apostasy","kjv_definition":"overthrow, subverting"} +{"id":"G2693","strongs_number":"G2693","system":"greek","language":"greek","number_value":2693,"lemma":"καταστρώννυμι","transliteration":"katastrṓnnymi","pronunciation":null,"derivation":"from G2596 (κατά) and G4766 (στρώννυμι);","strongs_definition":"to strew down, i.e. (by implication) to prostrate (slay)","kjv_definition":"overthrow"} +{"id":"G2694","strongs_number":"G2694","system":"greek","language":"greek","number_value":2694,"lemma":"κατασύρω","transliteration":"katasýrō","pronunciation":null,"derivation":"from G2596 (κατά) and G4951 (σύρω);","strongs_definition":"to drag down, i.e. arrest judicially","kjv_definition":"hale"} +{"id":"G2695","strongs_number":"G2695","system":"greek","language":"greek","number_value":2695,"lemma":"κατασφάττω","transliteration":"kataspháttō","pronunciation":null,"derivation":"from G2596 (κατά) and G4969 (σφάζω);","strongs_definition":"to kill down, i.e. slaughter","kjv_definition":"slay"} +{"id":"G2696","strongs_number":"G2696","system":"greek","language":"greek","number_value":2696,"lemma":"κατασφραγίζω","transliteration":"katasphragízō","pronunciation":null,"derivation":"from G2596 (κατά) and G4972 (σφραγίζω);","strongs_definition":"to seal closely","kjv_definition":"seal"} +{"id":"G2697","strongs_number":"G2697","system":"greek","language":"greek","number_value":2697,"lemma":"κατάσχεσις","transliteration":"katáschesis","pronunciation":null,"derivation":"from G2722 (κατέχω);","strongs_definition":"a holding down, i.e. occupancy","kjv_definition":"possession"} +{"id":"G2698","strongs_number":"G2698","system":"greek","language":"greek","number_value":2698,"lemma":"κατατίθημι","transliteration":"katatíthēmi","pronunciation":null,"derivation":"from G2596 (κατά) and G5087 (τίθημι);","strongs_definition":"to place down, i.e. deposit (literally or figuratively)","kjv_definition":"do, lay, shew"} +{"id":"G2699","strongs_number":"G2699","system":"greek","language":"greek","number_value":2699,"lemma":"κατατομή","transliteration":"katatomḗ","pronunciation":null,"derivation":"from a compound of G2596 (κατά) and (to cut);","strongs_definition":"a cutting down (off), i.e. mutilation (ironically)","kjv_definition":"concision"} +{"id":"G2700","strongs_number":"G2700","system":"greek","language":"greek","number_value":2700,"lemma":"κατατοξεύω","transliteration":"katatoxeúō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G5115 (τόξον);","strongs_definition":"to shoot down with an arrow or other missile","kjv_definition":"thrust through"} +{"id":"G2701","strongs_number":"G2701","system":"greek","language":"greek","number_value":2701,"lemma":"κατατρέχω","transliteration":"katatréchō","pronunciation":null,"derivation":"from G2596 (κατά) and G5143 (τρέχω);","strongs_definition":"to run down, i.e. hasten from a tower","kjv_definition":"run down"} +{"id":"G2702","strongs_number":"G2702","system":"greek","language":"greek","number_value":2702,"lemma":"καταφέρω","transliteration":"kataphérō","pronunciation":null,"derivation":"from G2596 (κατά) and G5342 (φέρω) (including its alternate);","strongs_definition":"to bear down, i.e. (figuratively) overcome (with drowsiness); specially, to cast a vote","kjv_definition":"fall, give, sink down"} +{"id":"G2703","strongs_number":"G2703","system":"greek","language":"greek","number_value":2703,"lemma":"καταφεύγω","transliteration":"katapheúgō","pronunciation":null,"derivation":"from G2596 (κατά) and G5343 (φεύγω);","strongs_definition":"to flee down (away)","kjv_definition":"flee"} +{"id":"G2704","strongs_number":"G2704","system":"greek","language":"greek","number_value":2704,"lemma":"καταφθείρω","transliteration":"kataphtheírō","pronunciation":null,"derivation":"from G2596 (κατά) and G5351 (φθείρω);","strongs_definition":"to spoil entirely, i.e. (literally) to destroy; or (figuratively) to deprave;","kjv_definition":"--corrupt, utterly perish"} +{"id":"G2705","strongs_number":"G2705","system":"greek","language":"greek","number_value":2705,"lemma":"καταφιλέω","transliteration":"kataphiléō","pronunciation":null,"derivation":"from 2596 and 5368;","strongs_definition":"to kiss earnestly","kjv_definition":"kiss"} +{"id":"G2706","strongs_number":"G2706","system":"greek","language":"greek","number_value":2706,"lemma":"καταφρονέω","transliteration":"kataphronéō","pronunciation":null,"derivation":"from G2596 (κατά) and G5426 (φρονέω);","strongs_definition":"to think against, i.e. disesteem","kjv_definition":"despise"} +{"id":"G2707","strongs_number":"G2707","system":"greek","language":"greek","number_value":2707,"lemma":"καταφροντής","transliteration":"kataphrontḗs","pronunciation":null,"derivation":"from G2706 (καταφρονέω);","strongs_definition":"a contemner","kjv_definition":"despiser"} +{"id":"G2708","strongs_number":"G2708","system":"greek","language":"greek","number_value":2708,"lemma":"καταχέω","transliteration":"katachéō","pronunciation":null,"derivation":"from G2596 (κατά) and cheo (to pour);","strongs_definition":"to pour down (out)","kjv_definition":"pour"} +{"id":"G2709","strongs_number":"G2709","system":"greek","language":"greek","number_value":2709,"lemma":"καταχθόνιος","transliteration":"katachthónios","pronunciation":null,"derivation":"from G2596 (κατά) and (the ground);","strongs_definition":"subterranean, i.e. infernal (belonging to the world of departed spirits)","kjv_definition":"under the earth"} +{"id":"G2710","strongs_number":"G2710","system":"greek","language":"greek","number_value":2710,"lemma":"καταχράομαι","transliteration":"katachráomai","pronunciation":null,"derivation":"from G2596 (κατά) and G5530 (χράομαι);","strongs_definition":"to overuse, i.e. misuse","kjv_definition":"abuse"} +{"id":"G2711","strongs_number":"G2711","system":"greek","language":"greek","number_value":2711,"lemma":"καταψύχω","transliteration":"katapsýchō","pronunciation":null,"derivation":"from G2596 (κατά) and G5594 (ψύχω);","strongs_definition":"to cool down (off), i.e. refresh","kjv_definition":"cool"} +{"id":"G2712","strongs_number":"G2712","system":"greek","language":"greek","number_value":2712,"lemma":"κατείδωλος","transliteration":"kateídōlos","pronunciation":null,"derivation":"from G2596 (κατά) (intensively) and G1497 (εἴδωλον);","strongs_definition":"utterly idolatrous","kjv_definition":"wholly given to idolatry"} +{"id":"G2713","strongs_number":"G2713","system":"greek","language":"greek","number_value":2713,"lemma":"κατέναντι","transliteration":"katénanti","pronunciation":null,"derivation":"from G2596 (κατά) and G1725 (ἔναντι);","strongs_definition":"directly opposite","kjv_definition":"before, over against"} +{"id":"G2714","strongs_number":"G2714","system":"greek","language":"greek","number_value":2714,"lemma":"κατενώπιον","transliteration":"katenṓpion","pronunciation":null,"derivation":"from G2596 (κατά) and G1799 (ἐνώπιον);","strongs_definition":"directly in front of","kjv_definition":"before (the presence of), in the sight of"} +{"id":"G2715","strongs_number":"G2715","system":"greek","language":"greek","number_value":2715,"lemma":"κατεξουσιάζω","transliteration":"katexousiázō","pronunciation":null,"derivation":"from G2596 (κατά) and G1850 (ἐξουσιάζω);","strongs_definition":"to have (wield) full privilege over","kjv_definition":"exercise authority"} +{"id":"G2716","strongs_number":"G2716","system":"greek","language":"greek","number_value":2716,"lemma":"κατεργάζομαι","transliteration":"katergázomai","pronunciation":null,"derivation":"from G2596 (κατά) and G2038 (ἐργάζομαι);","strongs_definition":"to work fully, i.e. accomplish; by implication, to finish, fashion","kjv_definition":"cause, to (deed), perform, work (out)"} +{"id":"G2718","strongs_number":"G2718","system":"greek","language":"greek","number_value":2718,"lemma":"κατέρχομαι","transliteration":"katérchomai","pronunciation":null,"derivation":"from G2596 (κατά) and G2064 (ἔρχομαι) (including its alternate);","strongs_definition":"to come (or go) down (literally or figuratively)","kjv_definition":"come (down), depart, descend, go down, land"} +{"id":"G2719","strongs_number":"G2719","system":"greek","language":"greek","number_value":2719,"lemma":"κατεσθίω","transliteration":"katesthíō","pronunciation":null,"derivation":"from G2596 (κατά) and G2068 (ἐσθίω) (including its alternate);","strongs_definition":"to eat down, i.e. devour (literally or figuratively)","kjv_definition":"devour"} +{"id":"G2720","strongs_number":"G2720","system":"greek","language":"greek","number_value":2720,"lemma":"κατευθύνω","transliteration":"kateuthýnō","pronunciation":null,"derivation":"from G2596 (κατά) and G2116 (εὐθύνω);","strongs_definition":"to straighten fully, i.e. (figuratively) direct","kjv_definition":"guide, direct"} +{"id":"G2721","strongs_number":"G2721","system":"greek","language":"greek","number_value":2721,"lemma":"κατεφίστημι","transliteration":"katephístēmi","pronunciation":null,"derivation":"from G2596 (κατά) and G2186 (ἐφίστημι);","strongs_definition":"to stand over against, i.e. rush upon (assault)","kjv_definition":"make insurrection against"} +{"id":"G2722","strongs_number":"G2722","system":"greek","language":"greek","number_value":2722,"lemma":"κατέχω","transliteration":"katéchō","pronunciation":null,"derivation":"from G2596 (κατά) and G2192 (ἔχω);","strongs_definition":"to hold down (fast), in various applications (literally or figuratively)","kjv_definition":"have, hold (fast), keep (in memory), let, X make toward, possess, retain, seize on, stay, take, withhold"} +{"id":"G2723","strongs_number":"G2723","system":"greek","language":"greek","number_value":2723,"lemma":"κατηγορέω","transliteration":"katēgoréō","pronunciation":null,"derivation":"from G2725 (κατήγορος);","strongs_definition":"to be a plaintiff, i.e. to charge with some offence","kjv_definition":"accuse, object"} +{"id":"G2724","strongs_number":"G2724","system":"greek","language":"greek","number_value":2724,"lemma":"κατηγορία","transliteration":"katēgoría","pronunciation":null,"derivation":"from G2725 (κατήγορος);","strongs_definition":"a complaint (\"category\"), i.e. criminal charge","kjv_definition":"accusation (X -ed)"} +{"id":"G2725","strongs_number":"G2725","system":"greek","language":"greek","number_value":2725,"lemma":"κατήγορος","transliteration":"katḗgoros","pronunciation":null,"derivation":"from G2596 (κατά) and G58 (ἀγορά);","strongs_definition":"against one in the assembly, i.e. a complainant at law; specially, Satan","kjv_definition":"accuser"} +{"id":"G2726","strongs_number":"G2726","system":"greek","language":"greek","number_value":2726,"lemma":"κατήφεια","transliteration":"katḗpheia","pronunciation":null,"derivation":"from a compound of G2596 (κατά) and perhaps a derivative of the base of G5316 (φαίνω) (meaning downcast in look);","strongs_definition":"demureness, i.e. (by implication) sadness","kjv_definition":"heaviness"} +{"id":"G2727","strongs_number":"G2727","system":"greek","language":"greek","number_value":2727,"lemma":"κατηχέω","transliteration":"katēchéō","pronunciation":null,"derivation":"from G2596 (κατά) and G2279 (ἦχος);","strongs_definition":"to sound down into the ears, i.e. (by implication) to indoctrinate (\"catechize\") or (genitive case) to apprise of","kjv_definition":"inform, instruct, teach"} +{"id":"G2728","strongs_number":"G2728","system":"greek","language":"greek","number_value":2728,"lemma":"κατιόω","transliteration":"katióō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G2447 (ἰός);","strongs_definition":"to rust down, i.e. corrode","kjv_definition":"canker"} +{"id":"G2729","strongs_number":"G2729","system":"greek","language":"greek","number_value":2729,"lemma":"κατισχύω","transliteration":"katischýō","pronunciation":null,"derivation":"from G2596 (κατά) and G2480 (ἰσχύω);","strongs_definition":"to overpower","kjv_definition":"prevail (against)"} +{"id":"G2730","strongs_number":"G2730","system":"greek","language":"greek","number_value":2730,"lemma":"κατοικέω","transliteration":"katoikéō","pronunciation":null,"derivation":"from G2596 (κατά) and G3611 (οἰκέω);","strongs_definition":"to house permanently, i.e. reside (literally or figuratively)","kjv_definition":"dwell(-er), inhabitant(-ter)"} +{"id":"G2731","strongs_number":"G2731","system":"greek","language":"greek","number_value":2731,"lemma":"κατοίκησις","transliteration":"katoíkēsis","pronunciation":null,"derivation":"from G2730 (κατοικέω);","strongs_definition":"residence (properly, the act; but by implication, concretely, the mansion)","kjv_definition":"dwelling"} +{"id":"G2732","strongs_number":"G2732","system":"greek","language":"greek","number_value":2732,"lemma":"κατοικητήριον","transliteration":"katoikētḗrion","pronunciation":null,"derivation":"from a derivative of G2730 (κατοικέω);","strongs_definition":"a dwelling-place","kjv_definition":"habitation"} +{"id":"G2733","strongs_number":"G2733","system":"greek","language":"greek","number_value":2733,"lemma":"κατοικία","transliteration":"katoikía","pronunciation":null,"derivation":null,"strongs_definition":"residence (properly, the condition; but by implication, the abode itself)","kjv_definition":"habitation"} +{"id":"G2734","strongs_number":"G2734","system":"greek","language":"greek","number_value":2734,"lemma":"κατοπτρίζομαι","transliteration":"katoptrízomai","pronunciation":null,"derivation":"middle voice from a compound of G2596 (κατά) and a derivative of G3700 (ὀπτάνομαι) (compare G2072 (ἔσοπτρον));","strongs_definition":"to mirror oneself, i.e. to see reflected (figuratively)","kjv_definition":"behold as in a glass"} +{"id":"G2735","strongs_number":"G2735","system":"greek","language":"greek","number_value":2735,"lemma":"κατόρθωμα","transliteration":"katórthōma","pronunciation":null,"derivation":"from a compound of G2596 (κατά) and a derivative of G3717 (ὀρθός) (compare G1357 (διόρθωσις));","strongs_definition":"something made fully upright, i.e. (figuratively) rectification (specially, good public administration)","kjv_definition":"very worthy deed"} +{"id":"G2736","strongs_number":"G2736","system":"greek","language":"greek","number_value":2736,"lemma":"κάτω","transliteration":"kátō","pronunciation":null,"derivation":"(compare G2737 (κατώτερος)); adverb from G2596 (κατά);","strongs_definition":"downwards","kjv_definition":"beneath, bottom, down, under"} +{"id":"G2737","strongs_number":"G2737","system":"greek","language":"greek","number_value":2737,"lemma":"κατώτερος","transliteration":"katṓteros","pronunciation":null,"derivation":"comparative from G2736 (κάτω);","strongs_definition":"inferior (locally, of Hades)","kjv_definition":"lower"} +{"id":"G2738","strongs_number":"G2738","system":"greek","language":"greek","number_value":2738,"lemma":"καῦμα","transliteration":"kaûma","pronunciation":null,"derivation":"from G2545 (καίω);","strongs_definition":"properly, a burn (concretely), but used (abstractly) of a glow","kjv_definition":"heat"} +{"id":"G2739","strongs_number":"G2739","system":"greek","language":"greek","number_value":2739,"lemma":"καυματίζω","transliteration":"kaumatízō","pronunciation":null,"derivation":"from G2738 (καῦμα);","strongs_definition":"to burn","kjv_definition":"scorch"} +{"id":"G2740","strongs_number":"G2740","system":"greek","language":"greek","number_value":2740,"lemma":"καῦσις","transliteration":"kaûsis","pronunciation":null,"derivation":"from G2545 (καίω);","strongs_definition":"burning (the act)","kjv_definition":"be burned"} +{"id":"G2741","strongs_number":"G2741","system":"greek","language":"greek","number_value":2741,"lemma":"καυσόω","transliteration":"kausóō","pronunciation":null,"derivation":"from G2740 (καῦσις);","strongs_definition":"to set on fire","kjv_definition":"fervent heat"} +{"id":"G2742","strongs_number":"G2742","system":"greek","language":"greek","number_value":2742,"lemma":"καύσων","transliteration":"kaúsōn","pronunciation":null,"derivation":"from G2741 (καυσόω);","strongs_definition":"a glare","kjv_definition":"(burning) heat"} +{"id":"G2743","strongs_number":"G2743","system":"greek","language":"greek","number_value":2743,"lemma":"καυτηριάζω","transliteration":"kautēriázō","pronunciation":null,"derivation":"from a derivative of G2545 (καίω);","strongs_definition":"to brand (\"cauterize\"), i.e. (by implication) to render unsensitive (figuratively)","kjv_definition":"sear with a hot iron"} +{"id":"G2744","strongs_number":"G2744","system":"greek","language":"greek","number_value":2744,"lemma":"καυχάομαι","transliteration":"kaucháomai","pronunciation":null,"derivation":"from some (obsolete) base akin to that of (to boast) and G2172 (εὔχομαι);","strongs_definition":"to vaunt (in a good or a bad sense)","kjv_definition":"(make) boast, glory, joy, rejoice"} +{"id":"G2745","strongs_number":"G2745","system":"greek","language":"greek","number_value":2745,"lemma":"καύχημα","transliteration":"kaúchēma","pronunciation":null,"derivation":"from G2744 (καυχάομαι);","strongs_definition":"a boast (properly, the object; by implication, the act) in a good or a bad sense","kjv_definition":"boasting, (whereof) to glory (of), glorying, rejoice(-ing)"} +{"id":"G2746","strongs_number":"G2746","system":"greek","language":"greek","number_value":2746,"lemma":"καύχησις","transliteration":"kaúchēsis","pronunciation":null,"derivation":"from G2744 (καυχάομαι);","strongs_definition":"boasting (properly, the act; by implication, the object), in a good or a bad sense","kjv_definition":"boasting, whereof I may glory, glorying, rejoicing"} +{"id":"G2747","strongs_number":"G2747","system":"greek","language":"greek","number_value":2747,"lemma":"Κεγχρεαί","transliteration":"Kenchreaí","pronunciation":null,"derivation":"probably from kegchros (millet);","strongs_definition":"Cenchreæ, a port of Corinth","kjv_definition":"Cencrea"} +{"id":"G2748","strongs_number":"G2748","system":"greek","language":"greek","number_value":2748,"lemma":"Κεδρών","transliteration":"Kedrṓn","pronunciation":null,"derivation":"of Hebrew origin (H06939);","strongs_definition":"Cedron (i.e. Kidron), a brook near Jerusalem","kjv_definition":"Cedron"} +{"id":"G2749","strongs_number":"G2749","system":"greek","language":"greek","number_value":2749,"lemma":"κεῖμαι","transliteration":"keîmai","pronunciation":null,"derivation":"middle voice of a primary verb;","strongs_definition":"to lie outstretched (literally or figuratively)","kjv_definition":"be (appointed, laid up, made, set), lay, lie"} +{"id":"G2750","strongs_number":"G2750","system":"greek","language":"greek","number_value":2750,"lemma":"κειρία","transliteration":"keiría","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a swathe, i.e. winding-sheet","kjv_definition":"graveclothes"} +{"id":"G2751","strongs_number":"G2751","system":"greek","language":"greek","number_value":2751,"lemma":"κείρω","transliteration":"keírō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to shear","kjv_definition":"shear(-er)"} +{"id":"G2752","strongs_number":"G2752","system":"greek","language":"greek","number_value":2752,"lemma":"κέλευμα","transliteration":"kéleuma","pronunciation":null,"derivation":"from G2753 (κελεύω);","strongs_definition":"a cry of incitement","kjv_definition":"shout"} +{"id":"G2753","strongs_number":"G2753","system":"greek","language":"greek","number_value":2753,"lemma":"κελεύω","transliteration":"keleúō","pronunciation":null,"derivation":"from a primary (to urge on);","strongs_definition":"\"hail\"; to incite by word, i.e. order","kjv_definition":"bid, (at, give) command(-ment)"} +{"id":"G2754","strongs_number":"G2754","system":"greek","language":"greek","number_value":2754,"lemma":"κενοδοξία","transliteration":"kenodoxía","pronunciation":null,"derivation":"from G2755 (κενόδοξος);","strongs_definition":"empty glorying, i.e. self-conceit","kjv_definition":"vain-glory"} +{"id":"G2755","strongs_number":"G2755","system":"greek","language":"greek","number_value":2755,"lemma":"κενόδοξος","transliteration":"kenódoxos","pronunciation":null,"derivation":"from G2756 (κενός) and G1391 (δόξα);","strongs_definition":"vainly glorifying, i.e. self-conceited","kjv_definition":"desirous of vain-glory"} +{"id":"G2756","strongs_number":"G2756","system":"greek","language":"greek","number_value":2756,"lemma":"κενός","transliteration":"kenós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"empty (literally or figuratively)","kjv_definition":"empty, (in) vain"} +{"id":"G2757","strongs_number":"G2757","system":"greek","language":"greek","number_value":2757,"lemma":"κενοφωνία","transliteration":"kenophōnía","pronunciation":null,"derivation":"from a presumed compound of G2756 (κενός) and G5456 (φωνή);","strongs_definition":"empty sounding, i.e. fruitless discussion","kjv_definition":"vain"} +{"id":"G2758","strongs_number":"G2758","system":"greek","language":"greek","number_value":2758,"lemma":"κενόω","transliteration":"kenóō","pronunciation":null,"derivation":"from G2756 (κενός);","strongs_definition":"to make empty, i.e. (figuratively) to abase, neutralize, falsify","kjv_definition":"make (of none effect, of no reputation, void), be in vain"} +{"id":"G2759","strongs_number":"G2759","system":"greek","language":"greek","number_value":2759,"lemma":"κέντρον","transliteration":"kéntron","pronunciation":null,"derivation":"from (to prick);","strongs_definition":"a point (\"centre\"), i.e. a sting (figuratively, poison) or goad (figuratively, divine impulse)","kjv_definition":"prick, sting"} +{"id":"G2760","strongs_number":"G2760","system":"greek","language":"greek","number_value":2760,"lemma":"κεντυρίων","transliteration":"kentyríōn","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a centurion, i.e. captain of one hundred soldiers","kjv_definition":"centurion"} +{"id":"G2761","strongs_number":"G2761","system":"greek","language":"greek","number_value":2761,"lemma":"κενῶς","transliteration":"kenōs","pronunciation":null,"derivation":"adverb from G2756 (κενός);","strongs_definition":"vainly, i.e. to no purpose","kjv_definition":"in vain"} +{"id":"G2762","strongs_number":"G2762","system":"greek","language":"greek","number_value":2762,"lemma":"κεραία","transliteration":"keraía","pronunciation":null,"derivation":"feminine of a presumed derivative of the base of G2768 (κέρας);","strongs_definition":"something horn-like, i.e. (specially) the apex of a Hebrew letter (figuratively, the least particle)","kjv_definition":"tittle"} +{"id":"G2763","strongs_number":"G2763","system":"greek","language":"greek","number_value":2763,"lemma":"κεραμεύς","transliteration":"kerameús","pronunciation":null,"derivation":"from G2766 (κέραμος);","strongs_definition":"a potter","kjv_definition":"potter"} +{"id":"G2764","strongs_number":"G2764","system":"greek","language":"greek","number_value":2764,"lemma":"κεραμικός","transliteration":"keramikós","pronunciation":null,"derivation":"from G2766 (κέραμος);","strongs_definition":"made of clay, i.e. earthen","kjv_definition":"of a potter"} +{"id":"G2765","strongs_number":"G2765","system":"greek","language":"greek","number_value":2765,"lemma":"κεράμιον","transliteration":"kerámion","pronunciation":null,"derivation":"neuter of a presumed derivative of G2766 (κέραμος);","strongs_definition":"an earthenware vessel, i.e. jar","kjv_definition":"pitcher"} +{"id":"G2766","strongs_number":"G2766","system":"greek","language":"greek","number_value":2766,"lemma":"κέραμος","transliteration":"kéramos","pronunciation":null,"derivation":"probably from the base of G2767 (κεράννυμι) (through the idea of mixing clay and water);","strongs_definition":"earthenware, i.e. a tile (by analogy, a thin roof or awning)","kjv_definition":"tiling"} +{"id":"G2767","strongs_number":"G2767","system":"greek","language":"greek","number_value":2767,"lemma":"κεράννυμι","transliteration":"keránnymi","pronunciation":null,"derivation":"prolonged form of a more primary (which is used in certain tenses);","strongs_definition":"to mingle, i.e. (by implication) to pour out (for drinking)","kjv_definition":"fill, pour out"} +{"id":"G2768","strongs_number":"G2768","system":"greek","language":"greek","number_value":2768,"lemma":"κέρας","transliteration":"kéras","pronunciation":null,"derivation":"from a primary (the hair of the head);","strongs_definition":"a horn (literally or figuratively)","kjv_definition":"horn"} +{"id":"G2769","strongs_number":"G2769","system":"greek","language":"greek","number_value":2769,"lemma":"κεράτιον","transliteration":"kerátion","pronunciation":null,"derivation":"neuter of a presumed derivative of G2768 (κέρας);","strongs_definition":"something horned, i.e. (specially) the pod of the carob-tree","kjv_definition":"husk"} +{"id":"G2770","strongs_number":"G2770","system":"greek","language":"greek","number_value":2770,"lemma":"κερδαίνω","transliteration":"kerdaínō","pronunciation":null,"derivation":"from G2771 (κέρδος);","strongs_definition":"to gain (literally or figuratively)","kjv_definition":"(get) gain, win"} +{"id":"G2771","strongs_number":"G2771","system":"greek","language":"greek","number_value":2771,"lemma":"κέρδος","transliteration":"kérdos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"gain (pecuniary or genitive case)","kjv_definition":"gain, lucre"} +{"id":"G2772","strongs_number":"G2772","system":"greek","language":"greek","number_value":2772,"lemma":"κέρμα","transliteration":"kérma","pronunciation":null,"derivation":"from G2751 (κείρω);","strongs_definition":"a clipping (bit), i.e. (specially) a coin","kjv_definition":"money"} +{"id":"G2773","strongs_number":"G2773","system":"greek","language":"greek","number_value":2773,"lemma":"κερματιστής","transliteration":"kermatistḗs","pronunciation":null,"derivation":"from a derivative of G2772 (κέρμα);","strongs_definition":"a handler of coins, i.e. money-broker","kjv_definition":"changer of money"} +{"id":"G2774","strongs_number":"G2774","system":"greek","language":"greek","number_value":2774,"lemma":"κεφάλαιον","transliteration":"kephálaion","pronunciation":null,"derivation":"neuter of a derivative of G2776 (κεφαλή);","strongs_definition":"a principal thing, i.e. main point; specially, an amount (of money)","kjv_definition":"sum"} +{"id":"G2775","strongs_number":"G2775","system":"greek","language":"greek","number_value":2775,"lemma":"κεφαλαιόω","transliteration":"kephalaióō","pronunciation":null,"derivation":"from the same as G2774 (κεφάλαιον);","strongs_definition":"(specially) to strike on the head","kjv_definition":"wound in the head"} +{"id":"G2776","strongs_number":"G2776","system":"greek","language":"greek","number_value":2776,"lemma":"κεφαλή","transliteration":"kephalḗ","pronunciation":null,"derivation":"from the primary (in the sense of seizing);","strongs_definition":"the head (as the part most readily taken hold of), literally or figuratively","kjv_definition":"head"} +{"id":"G2777","strongs_number":"G2777","system":"greek","language":"greek","number_value":2777,"lemma":"κεφαλίς","transliteration":"kephalís","pronunciation":null,"derivation":"from G2776 (κεφαλή);","strongs_definition":"properly, a knob, i.e. (by implication) a roll (by extension from the end of a stick on which the manuscript was rolled)","kjv_definition":"volume"} +{"id":"G2778","strongs_number":"G2778","system":"greek","language":"greek","number_value":2778,"lemma":"κῆνσος","transliteration":"kēnsos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"properly, an enrollment (\"census\"), i.e. (by implication) a tax","kjv_definition":"tribute"} +{"id":"G2779","strongs_number":"G2779","system":"greek","language":"greek","number_value":2779,"lemma":"κῆπος","transliteration":"kēpos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a garden","kjv_definition":"garden"} +{"id":"G2780","strongs_number":"G2780","system":"greek","language":"greek","number_value":2780,"lemma":"κηπουρός","transliteration":"kēpourós","pronunciation":null,"derivation":"from G2779 (κῆπος) and (a warden);","strongs_definition":"a garden-keeper, i.e. gardener","kjv_definition":"gardener"} +{"id":"G2781","strongs_number":"G2781","system":"greek","language":"greek","number_value":2781,"lemma":"κηρίον","transliteration":"kēríon","pronunciation":null,"derivation":"diminutive from (wax);","strongs_definition":"a cell for honey, i.e. (collectively) the comb","kjv_definition":"(honey-)comb"} +{"id":"G2782","strongs_number":"G2782","system":"greek","language":"greek","number_value":2782,"lemma":"κήρυγμα","transliteration":"kḗrygma","pronunciation":null,"derivation":"from G2784 (κηρύσσω);","strongs_definition":"a proclamation (especially of the gospel; by implication, the gospel itself)","kjv_definition":"preaching"} +{"id":"G2783","strongs_number":"G2783","system":"greek","language":"greek","number_value":2783,"lemma":"κῆρυξ","transliteration":"kēryx","pronunciation":null,"derivation":"from G2784 (κηρύσσω);","strongs_definition":"a herald, i.e. of divine truth (especially of the gospel)","kjv_definition":"preacher"} +{"id":"G2784","strongs_number":"G2784","system":"greek","language":"greek","number_value":2784,"lemma":"κηρύσσω","transliteration":"kērýssō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to herald (as a public crier), especially divine truth (the gospel)","kjv_definition":"preacher(-er), proclaim, publish"} +{"id":"G2785","strongs_number":"G2785","system":"greek","language":"greek","number_value":2785,"lemma":"κῆτος","transliteration":"kētos","pronunciation":null,"derivation":"probably from the base of G5490 (χάσμα);","strongs_definition":"a huge fish (as gaping for prey)","kjv_definition":"whale"} +{"id":"G2786","strongs_number":"G2786","system":"greek","language":"greek","number_value":2786,"lemma":"Κηφᾶς","transliteration":"Kēphâs","pronunciation":null,"derivation":"of Chaldee origin (compare H03710);","strongs_definition":"the Rock; Cephas (i.e. Kepha), a surname of Peter","kjv_definition":"Cephas"} +{"id":"G2787","strongs_number":"G2787","system":"greek","language":"greek","number_value":2787,"lemma":"κιβωτός","transliteration":"kibōtós","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a box, i.e. the sacred ark and that of Noah","kjv_definition":"ark"} +{"id":"G2788","strongs_number":"G2788","system":"greek","language":"greek","number_value":2788,"lemma":"κιθάρα","transliteration":"kithára","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a lyre","kjv_definition":"harp"} +{"id":"G2789","strongs_number":"G2789","system":"greek","language":"greek","number_value":2789,"lemma":"κιθαρίζω","transliteration":"kitharízō","pronunciation":null,"derivation":"from G2788 (κιθάρα);","strongs_definition":"to play on a lyre","kjv_definition":"harp"} +{"id":"G2790","strongs_number":"G2790","system":"greek","language":"greek","number_value":2790,"lemma":"κιθαρῳδός","transliteration":"kitharōidós","pronunciation":null,"derivation":"from G2788 (κιθάρα) and a derivative of the same as G5603 (ᾠδή);","strongs_definition":"a lyre-singer(-player), i.e. harpist","kjv_definition":"harper"} +{"id":"G2791","strongs_number":"G2791","system":"greek","language":"greek","number_value":2791,"lemma":"Κιλικία","transliteration":"Kilikía","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Cilicia, a region of Asia Minor","kjv_definition":"Cilicia"} +{"id":"G2792","strongs_number":"G2792","system":"greek","language":"greek","number_value":2792,"lemma":"κινάμωμον","transliteration":"kinámōmon","pronunciation":null,"derivation":"of foreign origin (compare H07076);","strongs_definition":"cinnamon","kjv_definition":"cinnamon"} +{"id":"G2793","strongs_number":"G2793","system":"greek","language":"greek","number_value":2793,"lemma":"κινδυνεύω","transliteration":"kindyneúō","pronunciation":null,"derivation":"from G2794 (κίνδυνος);","strongs_definition":"to undergo peril","kjv_definition":"be in danger, be (stand) in jeopardy"} +{"id":"G2794","strongs_number":"G2794","system":"greek","language":"greek","number_value":2794,"lemma":"κίνδυνος","transliteration":"kíndynos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"danger","kjv_definition":"peril"} +{"id":"G2795","strongs_number":"G2795","system":"greek","language":"greek","number_value":2795,"lemma":"κινέω","transliteration":"kinéō","pronunciation":null,"derivation":"from (poetic for , to go);","strongs_definition":"to stir (transitively), literally or figuratively","kjv_definition":"(re-)move(-r), way"} +{"id":"G2796","strongs_number":"G2796","system":"greek","language":"greek","number_value":2796,"lemma":"κίνησις","transliteration":"kínēsis","pronunciation":null,"derivation":"from G2795 (κινέω);","strongs_definition":"a stirring","kjv_definition":"moving"} +{"id":"G2797","strongs_number":"G2797","system":"greek","language":"greek","number_value":2797,"lemma":"Κίς","transliteration":"Kís","pronunciation":null,"derivation":"of Hebrew origin (H07027);","strongs_definition":"Cis (i.e. Kish), an Israelite","kjv_definition":"Cis"} +{"id":"G2798","strongs_number":"G2798","system":"greek","language":"greek","number_value":2798,"lemma":"κλάδος","transliteration":"kládos","pronunciation":null,"derivation":"from G2806 (κλάω);","strongs_definition":"a twig or bough (as if broken off)","kjv_definition":"branch"} +{"id":"G2799","strongs_number":"G2799","system":"greek","language":"greek","number_value":2799,"lemma":"κλαίω","transliteration":"klaíō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to sob, i.e. wail aloud (whereas 1145 is rather to cry silently)","kjv_definition":"bewail, weep"} +{"id":"G2800","strongs_number":"G2800","system":"greek","language":"greek","number_value":2800,"lemma":"κλάσις","transliteration":"klásis","pronunciation":null,"derivation":"from G2806 (κλάω);","strongs_definition":"fracture (the act)","kjv_definition":"breaking"} +{"id":"G2801","strongs_number":"G2801","system":"greek","language":"greek","number_value":2801,"lemma":"κλάσμα","transliteration":"klásma","pronunciation":null,"derivation":"from G2806 (κλάω);","strongs_definition":"a piece (bit)","kjv_definition":"broken, fragment"} +{"id":"G2802","strongs_number":"G2802","system":"greek","language":"greek","number_value":2802,"lemma":"Κλαύδη","transliteration":"Klaúdē","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Claude, an island near Crete","kjv_definition":"Clauda"} +{"id":"G2803","strongs_number":"G2803","system":"greek","language":"greek","number_value":2803,"lemma":"Κλαυδία","transliteration":"Klaudía","pronunciation":null,"derivation":"feminine of G2804 (Κλαύδιος);","strongs_definition":"Claudia, a Christian woman","kjv_definition":"Claudia"} +{"id":"G2804","strongs_number":"G2804","system":"greek","language":"greek","number_value":2804,"lemma":"Κλαύδιος","transliteration":"Klaúdios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Claudius, the name of two Romans","kjv_definition":"Claudius"} +{"id":"G2805","strongs_number":"G2805","system":"greek","language":"greek","number_value":2805,"lemma":"κλαυθμός","transliteration":"klauthmós","pronunciation":null,"derivation":"from G2799 (κλαίω);","strongs_definition":"lamentation","kjv_definition":"wailing, weeping, X wept"} +{"id":"G2806","strongs_number":"G2806","system":"greek","language":"greek","number_value":2806,"lemma":"κλάω","transliteration":"kláō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to break (specially, of bread)","kjv_definition":"break"} +{"id":"G2807","strongs_number":"G2807","system":"greek","language":"greek","number_value":2807,"lemma":"κλείς","transliteration":"kleís","pronunciation":null,"derivation":"from G2808 (κλείω);","strongs_definition":"a key (as shutting a lock), literally or figuratively","kjv_definition":"key"} +{"id":"G2808","strongs_number":"G2808","system":"greek","language":"greek","number_value":2808,"lemma":"κλείω","transliteration":"kleíō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to close (literally or figuratively)","kjv_definition":"shut (up)"} +{"id":"G2809","strongs_number":"G2809","system":"greek","language":"greek","number_value":2809,"lemma":"κλέμμα","transliteration":"klémma","pronunciation":null,"derivation":"from G2813 (κλέπτω);","strongs_definition":"stealing (properly, the thing stolen, but used of the act)","kjv_definition":"theft"} +{"id":"G2810","strongs_number":"G2810","system":"greek","language":"greek","number_value":2810,"lemma":"Κλεόπας","transliteration":"Kleópas","pronunciation":null,"derivation":"probably contracted from (compound of G2811 (κλέος) and G3962 (πατήρ));","strongs_definition":"Cleopas, a Christian","kjv_definition":"Cleopas"} +{"id":"G2811","strongs_number":"G2811","system":"greek","language":"greek","number_value":2811,"lemma":"κλέος","transliteration":"kléos","pronunciation":null,"derivation":"from a shorter form of G2564 (καλέω);","strongs_definition":"renown (as if being called)","kjv_definition":"glory"} +{"id":"G2812","strongs_number":"G2812","system":"greek","language":"greek","number_value":2812,"lemma":"κλέπτης","transliteration":"kléptēs","pronunciation":null,"derivation":"from G2813 (κλέπτω);","strongs_definition":"a stealer (literally or figuratively)","kjv_definition":"thief"} +{"id":"G2813","strongs_number":"G2813","system":"greek","language":"greek","number_value":2813,"lemma":"κλέπτω","transliteration":"kléptō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to filch","kjv_definition":"steal"} +{"id":"G2814","strongs_number":"G2814","system":"greek","language":"greek","number_value":2814,"lemma":"κλῆμα","transliteration":"klēma","pronunciation":null,"derivation":"from G2806 (κλάω);","strongs_definition":"a limb or shoot (as if broken off)","kjv_definition":"branch"} +{"id":"G2815","strongs_number":"G2815","system":"greek","language":"greek","number_value":2815,"lemma":"Κλήμης","transliteration":"Klḗmēs","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"merciful; Clemes (i.e. Clemens), a Christian","kjv_definition":"Clement"} +{"id":"G2816","strongs_number":"G2816","system":"greek","language":"greek","number_value":2816,"lemma":"κληρονομέω","transliteration":"klēronoméō","pronunciation":null,"derivation":"from G2818 (κληρονόμος);","strongs_definition":"to be an heir to (literally or figuratively)","kjv_definition":"be heir, (obtain by) inherit(-ance)"} +{"id":"G2817","strongs_number":"G2817","system":"greek","language":"greek","number_value":2817,"lemma":"κληρονομία","transliteration":"klēronomía","pronunciation":null,"derivation":"from G2818 (κληρονόμος);","strongs_definition":"heirship, i.e. (concretely) a patrimony or (genitive case) a possession","kjv_definition":"inheritance"} +{"id":"G2818","strongs_number":"G2818","system":"greek","language":"greek","number_value":2818,"lemma":"κληρονόμος","transliteration":"klēronómos","pronunciation":null,"derivation":"from G2819 (κλῆρος) and the base of G3551 (νόμος) (in its original sense of partitioning, i.e. (reflexively) getting by apportionment);","strongs_definition":"a sharer by lot, i.e. inheritor (literally or figuratively); by implication, a possessor","kjv_definition":"heir"} +{"id":"G2819","strongs_number":"G2819","system":"greek","language":"greek","number_value":2819,"lemma":"κλῆρος","transliteration":"klēros","pronunciation":null,"derivation":"probably from G2806 (κλάω) (through the idea of using bits of wood, etc., for the purpose;","strongs_definition":"a die (for drawing chances); by implication, a portion (as if so secured); by extension, an acquisition (especially a patrimony, figuratively)","kjv_definition":"heritage, inheritance, lot, part"} +{"id":"G2820","strongs_number":"G2820","system":"greek","language":"greek","number_value":2820,"lemma":"κληρόω","transliteration":"klēróō","pronunciation":null,"derivation":"from G2819 (κλῆρος);","strongs_definition":"to allot, i.e. (figuratively) to assign (a privilege)","kjv_definition":"obtain an inheritance"} +{"id":"G2821","strongs_number":"G2821","system":"greek","language":"greek","number_value":2821,"lemma":"κλῆσις","transliteration":"klēsis","pronunciation":null,"derivation":"from a shorter form of G2564 (καλέω);","strongs_definition":"an invitation (figuratively)","kjv_definition":"calling"} +{"id":"G2822","strongs_number":"G2822","system":"greek","language":"greek","number_value":2822,"lemma":"κλητός","transliteration":"klētós","pronunciation":null,"derivation":"from the same as G2821 (κλῆσις);","strongs_definition":"invited, i.e. appointed, or (specially), a saint","kjv_definition":"called"} +{"id":"G2823","strongs_number":"G2823","system":"greek","language":"greek","number_value":2823,"lemma":"κλίβανος","transliteration":"klíbanos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"an earthen pot used for baking in","kjv_definition":"oven"} +{"id":"G2824","strongs_number":"G2824","system":"greek","language":"greek","number_value":2824,"lemma":"κλίμα","transliteration":"klíma","pronunciation":null,"derivation":"from G2827 (κλίνω);","strongs_definition":"a slope, i.e. (specially) a \"clime\" or tract of country","kjv_definition":"part, region"} +{"id":"G2825","strongs_number":"G2825","system":"greek","language":"greek","number_value":2825,"lemma":"κλίνη","transliteration":"klínē","pronunciation":null,"derivation":"from G2827 (κλίνω);","strongs_definition":"a couch (for sleep, sickness, sitting or eating)","kjv_definition":"bed, table"} +{"id":"G2826","strongs_number":"G2826","system":"greek","language":"greek","number_value":2826,"lemma":"κλινίδιον","transliteration":"klinídion","pronunciation":null,"derivation":"neuter of a presumed derivative of G2825 (κλίνη);","strongs_definition":"a pallet or little couch","kjv_definition":"bed"} +{"id":"G2827","strongs_number":"G2827","system":"greek","language":"greek","number_value":2827,"lemma":"κλίνω","transliteration":"klínō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to slant or slope, i.e. incline or recline (literally or figuratively)","kjv_definition":"bow (down), be far spent, lay, turn to flight, wear away"} +{"id":"G2828","strongs_number":"G2828","system":"greek","language":"greek","number_value":2828,"lemma":"κλισία","transliteration":"klisía","pronunciation":null,"derivation":"from a derivative of G2827 (κλίνω);","strongs_definition":"properly, reclination, i.e. (concretely and specially), a party at a meal","kjv_definition":"company"} +{"id":"G2829","strongs_number":"G2829","system":"greek","language":"greek","number_value":2829,"lemma":"κλοπή","transliteration":"klopḗ","pronunciation":null,"derivation":"from G2813 (κλέπτω);","strongs_definition":"stealing","kjv_definition":"theft"} +{"id":"G2830","strongs_number":"G2830","system":"greek","language":"greek","number_value":2830,"lemma":"κλύδων","transliteration":"klýdōn","pronunciation":null,"derivation":"from (to billow or dash over);","strongs_definition":"a surge of the sea (literally or figuratively)","kjv_definition":"raging, wave"} +{"id":"G2831","strongs_number":"G2831","system":"greek","language":"greek","number_value":2831,"lemma":"κλυδωνίζομαι","transliteration":"klydōnízomai","pronunciation":null,"derivation":"middle voice from G2830 (κλύδων);","strongs_definition":"to surge, i.e. (figuratively) to fluctuate","kjv_definition":"toss to and fro"} +{"id":"G2832","strongs_number":"G2832","system":"greek","language":"greek","number_value":2832,"lemma":"Κλωπᾶς","transliteration":"Klōpâs","pronunciation":null,"derivation":"of Chaldee origin (corresponding to H0256);","strongs_definition":"Clopas, an Israelite","kjv_definition":"Cleophas"} +{"id":"G2833","strongs_number":"G2833","system":"greek","language":"greek","number_value":2833,"lemma":"κνήθω","transliteration":"knḗthō","pronunciation":null,"derivation":"from a primary (to scrape);","strongs_definition":"to scratch, i.e. (by implication) to tickle","kjv_definition":"X itching"} +{"id":"G2834","strongs_number":"G2834","system":"greek","language":"greek","number_value":2834,"lemma":"Κνίδος","transliteration":"Knídos","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Cnidus, a place in Asia Minor","kjv_definition":"Cnidus"} +{"id":"G2835","strongs_number":"G2835","system":"greek","language":"greek","number_value":2835,"lemma":"κοδράντης","transliteration":"kodrántēs","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a quadrans, i.e. the fourth part of an as","kjv_definition":"farthing"} +{"id":"G2836","strongs_number":"G2836","system":"greek","language":"greek","number_value":2836,"lemma":"κοιλία","transliteration":"koilía","pronunciation":null,"derivation":"from (\"hollow\");","strongs_definition":"a cavity, i.e. (especially) the abdomen; by implication, the matrix; figuratively, the heart","kjv_definition":"belly, womb"} +{"id":"G2837","strongs_number":"G2837","system":"greek","language":"greek","number_value":2837,"lemma":"κοιμάω","transliteration":"koimáō","pronunciation":null,"derivation":"from G2749 (κεῖμαι);","strongs_definition":"to put to sleep, i.e. (passively or reflexively) to slumber; figuratively, to decease","kjv_definition":"(be a-, fall a-, fall on) sleep, be dead"} +{"id":"G2838","strongs_number":"G2838","system":"greek","language":"greek","number_value":2838,"lemma":"κοίμησις","transliteration":"koímēsis","pronunciation":null,"derivation":"from G2837 (κοιμάω);","strongs_definition":"sleeping, i.e. (by implication) repose","kjv_definition":"taking of rest"} +{"id":"G2839","strongs_number":"G2839","system":"greek","language":"greek","number_value":2839,"lemma":"κοινός","transliteration":"koinós","pronunciation":null,"derivation":"probably from G4862 (σύν);","strongs_definition":"common, i.e. (literally) shared by all or several, or (ceremonially) profane","kjv_definition":"common, defiled, unclean, unholy"} +{"id":"G2840","strongs_number":"G2840","system":"greek","language":"greek","number_value":2840,"lemma":"κοινόω","transliteration":"koinóō","pronunciation":null,"derivation":"from G2839 (κοινός);","strongs_definition":"to make (or consider) profane (ceremonially)","kjv_definition":"call common, defile, pollute, unclean"} +{"id":"G2841","strongs_number":"G2841","system":"greek","language":"greek","number_value":2841,"lemma":"κοινωνέω","transliteration":"koinōnéō","pronunciation":null,"derivation":"from G2844 (κοινωνός);","strongs_definition":"to share with others (objectively or subjectively)","kjv_definition":"communicate, distribute, be partaker"} +{"id":"G2842","strongs_number":"G2842","system":"greek","language":"greek","number_value":2842,"lemma":"κοινωνία","transliteration":"koinōnía","pronunciation":null,"derivation":"from G2844 (κοινωνός);","strongs_definition":"partnership, i.e. (literally) participation, or (social) intercourse, or (pecuniary) benefaction","kjv_definition":"(to) communicate(-ation), communion, (contri-)distribution, fellowship"} +{"id":"G2843","strongs_number":"G2843","system":"greek","language":"greek","number_value":2843,"lemma":"κοινωνικός","transliteration":"koinōnikós","pronunciation":null,"derivation":"from G2844 (κοινωνός);","strongs_definition":"communicative, i.e. (pecuniarily) liberal","kjv_definition":"willing to communicate"} +{"id":"G2844","strongs_number":"G2844","system":"greek","language":"greek","number_value":2844,"lemma":"κοινωνός","transliteration":"koinōnós","pronunciation":null,"derivation":"from G2839 (κοινός);","strongs_definition":"a sharer, i.e. associate","kjv_definition":"companion, X fellowship, partaker, partner"} +{"id":"G2845","strongs_number":"G2845","system":"greek","language":"greek","number_value":2845,"lemma":"κοίτη","transliteration":"koítē","pronunciation":null,"derivation":"from G2749 (κεῖμαι);","strongs_definition":"a couch; by extension, cohabitation; by implication, the male sperm","kjv_definition":"bed, chambering, X conceive"} +{"id":"G2846","strongs_number":"G2846","system":"greek","language":"greek","number_value":2846,"lemma":"κοιτών","transliteration":"koitṓn","pronunciation":null,"derivation":"from G2845 (κοίτη);","strongs_definition":"a bedroom","kjv_definition":"+ chamberlain"} +{"id":"G2847","strongs_number":"G2847","system":"greek","language":"greek","number_value":2847,"lemma":"κόκκινος","transliteration":"kókkinos","pronunciation":null,"derivation":"from G2848 (κόκκος) (from the kernel-shape of the insect);","strongs_definition":"crimson-colored","kjv_definition":"scarlet (colour, coloured)"} +{"id":"G2848","strongs_number":"G2848","system":"greek","language":"greek","number_value":2848,"lemma":"κόκκος","transliteration":"kókkos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a kernel of seed","kjv_definition":"corn, grain"} +{"id":"G2849","strongs_number":"G2849","system":"greek","language":"greek","number_value":2849,"lemma":"κολάζω","transliteration":"kolázō","pronunciation":null,"derivation":"from (dwarf);","strongs_definition":"properly, to curtail, i.e. (figuratively) to chastise (or reserve for infliction)","kjv_definition":"punish"} +{"id":"G2850","strongs_number":"G2850","system":"greek","language":"greek","number_value":2850,"lemma":"κολακεία","transliteration":"kolakeía","pronunciation":null,"derivation":"from a derivative of (a fawner);","strongs_definition":"flattery","kjv_definition":"X flattering"} +{"id":"G2851","strongs_number":"G2851","system":"greek","language":"greek","number_value":2851,"lemma":"κόλασις","transliteration":"kólasis","pronunciation":null,"derivation":"from G2849 (κολάζω);","strongs_definition":"penal infliction","kjv_definition":"punishment, torment"} +{"id":"G2852","strongs_number":"G2852","system":"greek","language":"greek","number_value":2852,"lemma":"κολαφίζω","transliteration":"kolaphízō","pronunciation":null,"derivation":"from a derivative of the base of G2849 (κολάζω);","strongs_definition":"to rap with the fist","kjv_definition":"buffet"} +{"id":"G2853","strongs_number":"G2853","system":"greek","language":"greek","number_value":2853,"lemma":"κολλάω","transliteration":"kolláō","pronunciation":null,"derivation":"from (\"glue\");","strongs_definition":"to glue, i.e. (passively or reflexively) to stick (figuratively)","kjv_definition":"cleave, join (self), keep company"} +{"id":"G2854","strongs_number":"G2854","system":"greek","language":"greek","number_value":2854,"lemma":"κολλούριον","transliteration":"kolloúrion","pronunciation":null,"derivation":"neuter of a presumed derivative of (a cake;","strongs_definition":"prob akin to the base of G2853 (κολλάω)); properly, a poultice (as made of or in the form of crackers), i.e. (by analogy) a plaster","kjv_definition":"eyesalve"} +{"id":"G2855","strongs_number":"G2855","system":"greek","language":"greek","number_value":2855,"lemma":"κολλυβιστής","transliteration":"kollybistḗs","pronunciation":null,"derivation":"from a presumed derivative of (a small coin;","strongs_definition":"probably akin to G2854 (κολλούριον)); a coin-dealer","kjv_definition":"(money-)changer"} +{"id":"G2856","strongs_number":"G2856","system":"greek","language":"greek","number_value":2856,"lemma":"κολοβόω","transliteration":"kolobóō","pronunciation":null,"derivation":"from a derivative of the base of G2849 (κολάζω);","strongs_definition":"to dock, i.e. (figuratively) abridge","kjv_definition":"shorten"} +{"id":"G2857","strongs_number":"G2857","system":"greek","language":"greek","number_value":2857,"lemma":"Κολοσσαί","transliteration":"Kolossaí","pronunciation":null,"derivation":"apparently feminine plural of kolossos (\"colossal\");","strongs_definition":"Colossæ, a place in Asia Minor","kjv_definition":"Colosse"} +{"id":"G2858","strongs_number":"G2858","system":"greek","language":"greek","number_value":2858,"lemma":"Κολοσσαεύς","transliteration":"Kolossaeús","pronunciation":null,"derivation":"from G2857 (Κολοσσαί);","strongs_definition":"a Colossæan, (i.e. inhabitant of Colossæ","kjv_definition":"Colossian"} +{"id":"G2859","strongs_number":"G2859","system":"greek","language":"greek","number_value":2859,"lemma":"κόλπος","transliteration":"kólpos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"the bosom; by analogy, a bay","kjv_definition":"bosom, creek"} +{"id":"G2860","strongs_number":"G2860","system":"greek","language":"greek","number_value":2860,"lemma":"κολυμβάω","transliteration":"kolymbáō","pronunciation":null,"derivation":"from (a diver);","strongs_definition":"to plunge into water","kjv_definition":"swim"} +{"id":"G2861","strongs_number":"G2861","system":"greek","language":"greek","number_value":2861,"lemma":"κολυμβήθρα","transliteration":"kolymbḗthra","pronunciation":null,"derivation":"from G2860 (κολυμβάω);","strongs_definition":"a diving-place, i.e. pond for bathing (or swimming)","kjv_definition":"pool"} +{"id":"G2862","strongs_number":"G2862","system":"greek","language":"greek","number_value":2862,"lemma":"κολωνία","transliteration":"kolōnía","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a Roman \"colony\" for veterans","kjv_definition":"colony"} +{"id":"G2863","strongs_number":"G2863","system":"greek","language":"greek","number_value":2863,"lemma":"κομάω","transliteration":"komáō","pronunciation":null,"derivation":"from G2864 (κόμη);","strongs_definition":"to wear tresses of hair","kjv_definition":"have long hair"} +{"id":"G2864","strongs_number":"G2864","system":"greek","language":"greek","number_value":2864,"lemma":"κόμη","transliteration":"kómē","pronunciation":null,"derivation":"apparently from the same as G2865 (κομίζω);","strongs_definition":"the hair of the head (locks, as ornamental, and thus differing from G2359 (θρίξ); which properly denotes merely the scalp)","kjv_definition":"hair"} +{"id":"G2865","strongs_number":"G2865","system":"greek","language":"greek","number_value":2865,"lemma":"κομίζω","transliteration":"komízō","pronunciation":null,"derivation":"from a primary (to tend, i.e. take care of);","strongs_definition":"properly, to provide for, i.e. (by implication) to carry off (as if from harm; genitive case obtain)","kjv_definition":"bring, receive"} +{"id":"G2866","strongs_number":"G2866","system":"greek","language":"greek","number_value":2866,"lemma":"κομψότερον","transliteration":"kompsóteron","pronunciation":null,"derivation":"neuter comparative of a derivative of the base of 2865 (meaning, properly, well dressed, i.e. nice);","strongs_definition":"figuratively, convalescent","kjv_definition":"+ began to amend"} +{"id":"G2867","strongs_number":"G2867","system":"greek","language":"greek","number_value":2867,"lemma":"κονιάω","transliteration":"koniáō","pronunciation":null,"derivation":"from (dust;","strongs_definition":"by analogy, lime); to whitewash","kjv_definition":"whiten"} +{"id":"G2868","strongs_number":"G2868","system":"greek","language":"greek","number_value":2868,"lemma":"κονιορτός","transliteration":"koniortós","pronunciation":null,"derivation":"from the base of G2867 (κονιάω) and ornumi (to \"rouse\");","strongs_definition":"pulverulence (as blown about)","kjv_definition":"dust"} +{"id":"G2869","strongs_number":"G2869","system":"greek","language":"greek","number_value":2869,"lemma":"κοπάζω","transliteration":"kopázō","pronunciation":null,"derivation":"from G2873 (κόπος);","strongs_definition":"to tire, i.e. (figuratively) to relax","kjv_definition":"cease"} +{"id":"G2870","strongs_number":"G2870","system":"greek","language":"greek","number_value":2870,"lemma":"κοπετός","transliteration":"kopetós","pronunciation":null,"derivation":"from G2875 (κόπτω);","strongs_definition":"mourning (properly, by beating the breast)","kjv_definition":"lamentation"} +{"id":"G2871","strongs_number":"G2871","system":"greek","language":"greek","number_value":2871,"lemma":"κοπή","transliteration":"kopḗ","pronunciation":null,"derivation":"from G2875 (κόπτω);","strongs_definition":"cutting, i.e. carnage","kjv_definition":"slaughter"} +{"id":"G2872","strongs_number":"G2872","system":"greek","language":"greek","number_value":2872,"lemma":"κοπιάω","transliteration":"kopiáō","pronunciation":null,"derivation":"from a derivative of G2873 (κόπος);","strongs_definition":"to feel fatigue; by implication, to work hard","kjv_definition":"(bestow) labour, toil, be wearied"} +{"id":"G2873","strongs_number":"G2873","system":"greek","language":"greek","number_value":2873,"lemma":"κόπος","transliteration":"kópos","pronunciation":null,"derivation":"from G2875 (κόπτω);","strongs_definition":"a cut, i.e. (by analogy) toil (as reducing the strength), literally or figuratively; by implication, pains","kjv_definition":"labour, + trouble, weariness"} +{"id":"G2874","strongs_number":"G2874","system":"greek","language":"greek","number_value":2874,"lemma":"κοπρία","transliteration":"kopría","pronunciation":null,"derivation":"from (ordure;","strongs_definition":"perhaps akin to G2875 (κόπτω)); manure","kjv_definition":"dung(-hill)"} +{"id":"G2875","strongs_number":"G2875","system":"greek","language":"greek","number_value":2875,"lemma":"κόπτω","transliteration":"kóptō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to \"chop\"; specially, to beat the breast in grief","kjv_definition":"cut down, lament, mourn, (be-)wail"} +{"id":"G2876","strongs_number":"G2876","system":"greek","language":"greek","number_value":2876,"lemma":"κόραξ","transliteration":"kórax","pronunciation":null,"derivation":"perhaps from G2880 (κορέννυμι);","strongs_definition":"a crow (from its voracity)","kjv_definition":"raven"} +{"id":"G2877","strongs_number":"G2877","system":"greek","language":"greek","number_value":2877,"lemma":"κοράσιον","transliteration":"korásion","pronunciation":null,"derivation":"neuter of a presumed derivative of (a maiden);","strongs_definition":"a (little) girl","kjv_definition":"damsel, maid"} +{"id":"G2878","strongs_number":"G2878","system":"greek","language":"greek","number_value":2878,"lemma":"κορβᾶν","transliteration":"korbân","pronunciation":null,"derivation":"of Hebrew and Chaldee origin respectively (H07133);","strongs_definition":"a votive offering and the offering; a consecrated present (to the Temple fund); by extension (the latter term) the Treasury itself, i.e. the room where the contribution boxes stood","kjv_definition":"Corban, treasury"} +{"id":"G2879","strongs_number":"G2879","system":"greek","language":"greek","number_value":2879,"lemma":"Κορέ","transliteration":"Koré","pronunciation":null,"derivation":"of Hebrew origin (H07141);","strongs_definition":"Core (i.e. Korach), an Israelite","kjv_definition":"Core"} +{"id":"G2880","strongs_number":"G2880","system":"greek","language":"greek","number_value":2880,"lemma":"κορέννυμι","transliteration":"korénnymi","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to cram, i.e. glut or sate","kjv_definition":"eat enough, full"} +{"id":"G2881","strongs_number":"G2881","system":"greek","language":"greek","number_value":2881,"lemma":"Κορίνθιος","transliteration":"Korínthios","pronunciation":null,"derivation":"from G2882 (Κόρινθος);","strongs_definition":"a Corinthian, i.e. inhabitant of Corinth","kjv_definition":"Corinthian"} +{"id":"G2882","strongs_number":"G2882","system":"greek","language":"greek","number_value":2882,"lemma":"Κόρινθος","transliteration":"Kórinthos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Corinthus, a city of Greece","kjv_definition":"Corinth"} +{"id":"G2883","strongs_number":"G2883","system":"greek","language":"greek","number_value":2883,"lemma":"Κορνήλιος","transliteration":"Kornḗlios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Cornelius, a Roman","kjv_definition":"Cornelius"} +{"id":"G2884","strongs_number":"G2884","system":"greek","language":"greek","number_value":2884,"lemma":"κόρος","transliteration":"kóros","pronunciation":null,"derivation":"of Hebrew origin (H03734);","strongs_definition":"a cor, i.e. a specific measure","kjv_definition":"measure"} +{"id":"G2885","strongs_number":"G2885","system":"greek","language":"greek","number_value":2885,"lemma":"κοσμέω","transliteration":"kosméō","pronunciation":null,"derivation":"from G2889 (κόσμος);","strongs_definition":"to put in proper order, i.e. decorate (literally or figuratively); specially, to snuff (a wick)","kjv_definition":"adorn, garnish, trim"} +{"id":"G2886","strongs_number":"G2886","system":"greek","language":"greek","number_value":2886,"lemma":"κοσμικός","transliteration":"kosmikós","pronunciation":null,"derivation":"from G2889 (κόσμος) (in its secondary sense);","strongs_definition":"terrene (\"cosmic\"), literally (mundane) or figuratively (corrupt)","kjv_definition":"worldly"} +{"id":"G2887","strongs_number":"G2887","system":"greek","language":"greek","number_value":2887,"lemma":"κόσμιος","transliteration":"kósmios","pronunciation":null,"derivation":"from G2889 (κόσμος) (in its primary sense);","strongs_definition":"orderly, i.e. decorous","kjv_definition":"of good behaviour, modest"} +{"id":"G2888","strongs_number":"G2888","system":"greek","language":"greek","number_value":2888,"lemma":"κοσμοκράτωρ","transliteration":"kosmokrátōr","pronunciation":null,"derivation":"from G2889 (κόσμος) and G2902 (κρατέω);","strongs_definition":"a world-ruler, an epithet of Satan","kjv_definition":"ruler"} +{"id":"G2889","strongs_number":"G2889","system":"greek","language":"greek","number_value":2889,"lemma":"κόσμος","transliteration":"kósmos","pronunciation":null,"derivation":"probably from the base of G2865 (κομίζω);","strongs_definition":"orderly arrangement, i.e. decoration; by implication, the world (in a wide or narrow sense, including its inhabitants, literally or figuratively (morally))","kjv_definition":"adorning, world"} +{"id":"G2890","strongs_number":"G2890","system":"greek","language":"greek","number_value":2890,"lemma":"Κούαρτος","transliteration":"Koúartos","pronunciation":null,"derivation":"of Latin origin (fourth);","strongs_definition":"Quartus, a Christian","kjv_definition":"Quartus"} +{"id":"G2891","strongs_number":"G2891","system":"greek","language":"greek","number_value":2891,"lemma":"κοῦμι","transliteration":"koûmi","pronunciation":null,"derivation":"of Chaldee origin (H06966);","strongs_definition":"cumi (i.e. rise!)","kjv_definition":"cumi"} +{"id":"G2892","strongs_number":"G2892","system":"greek","language":"greek","number_value":2892,"lemma":"κουστωδία","transliteration":"koustōdía","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"\"custody\", i.e. a Roman sentry","kjv_definition":"watch"} +{"id":"G2893","strongs_number":"G2893","system":"greek","language":"greek","number_value":2893,"lemma":"κουφίζω","transliteration":"kouphízō","pronunciation":null,"derivation":"from (light in weight);","strongs_definition":"to unload","kjv_definition":"lighten"} +{"id":"G2894","strongs_number":"G2894","system":"greek","language":"greek","number_value":2894,"lemma":"κόφινος","transliteration":"kóphinos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a (small) basket","kjv_definition":"basket"} +{"id":"G2895","strongs_number":"G2895","system":"greek","language":"greek","number_value":2895,"lemma":"κράββατος","transliteration":"krábbatos","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"a mattress","kjv_definition":"bed"} +{"id":"G2896","strongs_number":"G2896","system":"greek","language":"greek","number_value":2896,"lemma":"κράζω","transliteration":"krázō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"properly, to \"croak\" (as a raven) or scream, i.e. (genitive case) to call aloud (shriek, exclaim, intreat)","kjv_definition":"cry (out)"} +{"id":"G2897","strongs_number":"G2897","system":"greek","language":"greek","number_value":2897,"lemma":"κραιπάλη","transliteration":"kraipálē","pronunciation":null,"derivation":"probably from the same as G726 (ἁρπάζω);","strongs_definition":"properly, a headache (as a seizure of pain) from drunkenness, i.e. (by implication) a debauch (by analogy, a glut)","kjv_definition":"surfeiting"} +{"id":"G2898","strongs_number":"G2898","system":"greek","language":"greek","number_value":2898,"lemma":"κρανίον","transliteration":"kraníon","pronunciation":null,"derivation":"diminutive of a derivative of the base of G2768 (κέρας);","strongs_definition":"a skull (\"cranium\")","kjv_definition":"Calvary, skull"} +{"id":"G2899","strongs_number":"G2899","system":"greek","language":"greek","number_value":2899,"lemma":"κράσπεδον","transliteration":"kráspedon","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a margin, i.e. (specially), a fringe or tassel","kjv_definition":"border, hem"} +{"id":"G2900","strongs_number":"G2900","system":"greek","language":"greek","number_value":2900,"lemma":"κραταιός","transliteration":"krataiós","pronunciation":null,"derivation":"from G2904 (κράτος);","strongs_definition":"powerful","kjv_definition":"mighty"} +{"id":"G2901","strongs_number":"G2901","system":"greek","language":"greek","number_value":2901,"lemma":"κραταιόω","transliteration":"krataióō","pronunciation":null,"derivation":"from G2900 (κραταιός);","strongs_definition":"to empower, i.e. (passively) increase in vigor","kjv_definition":"be strengthened, be (wax) strong"} +{"id":"G2902","strongs_number":"G2902","system":"greek","language":"greek","number_value":2902,"lemma":"κρατέω","transliteration":"kratéō","pronunciation":null,"derivation":"from G2904 (κράτος);","strongs_definition":"to use strength, i.e. seize or retain (literally or figuratively)","kjv_definition":"hold (by, fast), keep, lay hand (hold) on, obtain, retain, take (by)"} +{"id":"G2903","strongs_number":"G2903","system":"greek","language":"greek","number_value":2903,"lemma":"κράτιστος","transliteration":"krátistos","pronunciation":null,"derivation":"superlative of a derivative of G2904 (κράτος);","strongs_definition":"strongest, i.e. (in dignity) very honorable","kjv_definition":"most excellent (noble)"} +{"id":"G2904","strongs_number":"G2904","system":"greek","language":"greek","number_value":2904,"lemma":"κράτος","transliteration":"krátos","pronunciation":null,"derivation":"perhaps a primary word;","strongs_definition":"vigor (\"great\") (literally or figuratively)","kjv_definition":"dominion, might(-ily), power, strength"} +{"id":"G2905","strongs_number":"G2905","system":"greek","language":"greek","number_value":2905,"lemma":"κραυγάζω","transliteration":"kraugázō","pronunciation":null,"derivation":"from G2906 (κραυγή);","strongs_definition":"to clamor","kjv_definition":"cry out"} +{"id":"G2906","strongs_number":"G2906","system":"greek","language":"greek","number_value":2906,"lemma":"κραυγή","transliteration":"kraugḗ","pronunciation":null,"derivation":"from G2896 (κράζω);","strongs_definition":"an outcry (in notification, tumult or grief)","kjv_definition":"clamour, cry(-ing)"} +{"id":"G2907","strongs_number":"G2907","system":"greek","language":"greek","number_value":2907,"lemma":"κρέας","transliteration":"kréas","pronunciation":null,"derivation":"perhaps a primary word;","strongs_definition":"(butcher's) meat","kjv_definition":"flesh"} +{"id":"G2908","strongs_number":"G2908","system":"greek","language":"greek","number_value":2908,"lemma":"κρεῖσσον","transliteration":"kreîsson","pronunciation":null,"derivation":"neuter of an alternate form of G2909 (κρείττων);","strongs_definition":"(as noun) better, i.e. greater advantage","kjv_definition":"better"} +{"id":"G2909","strongs_number":"G2909","system":"greek","language":"greek","number_value":2909,"lemma":"κρείττων","transliteration":"kreíttōn","pronunciation":null,"derivation":"comparative of a derivative of G2904 (κράτος);","strongs_definition":"stronger, i.e. (figuratively) better, i.e. nobler","kjv_definition":"best, better"} +{"id":"G2910","strongs_number":"G2910","system":"greek","language":"greek","number_value":2910,"lemma":"κρεμάννυμι","transliteration":"kremánnymi","pronunciation":null,"derivation":"a prolonged form of a primary verb;","strongs_definition":"to hang","kjv_definition":"hang"} +{"id":"G2911","strongs_number":"G2911","system":"greek","language":"greek","number_value":2911,"lemma":"κρημνός","transliteration":"krēmnós","pronunciation":null,"derivation":"from G2910 (κρεμάννυμι);","strongs_definition":"overhanging, i.e. a precipice","kjv_definition":"steep place"} +{"id":"G2912","strongs_number":"G2912","system":"greek","language":"greek","number_value":2912,"lemma":"Κρής","transliteration":"Krḗs","pronunciation":null,"derivation":"from G2914 (Κρήτη);","strongs_definition":"a Cretan, i.e. inhabitant of Crete","kjv_definition":"Crete, Cretian"} +{"id":"G2913","strongs_number":"G2913","system":"greek","language":"greek","number_value":2913,"lemma":"Κρήσκης","transliteration":"Krḗskēs","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"growing; Cresces (i.e. Crescens), a Christian","kjv_definition":"Crescens"} +{"id":"G2914","strongs_number":"G2914","system":"greek","language":"greek","number_value":2914,"lemma":"Κρήτη","transliteration":"Krḗtē","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Crete, an island in the Mediterranean","kjv_definition":"Crete"} +{"id":"G2915","strongs_number":"G2915","system":"greek","language":"greek","number_value":2915,"lemma":"κριθή","transliteration":"krithḗ","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"barley","kjv_definition":"barley"} +{"id":"G2916","strongs_number":"G2916","system":"greek","language":"greek","number_value":2916,"lemma":"κρίθινος","transliteration":"kríthinos","pronunciation":null,"derivation":"from G2915 (κριθή);","strongs_definition":"consisting of barley","kjv_definition":"barley"} +{"id":"G2917","strongs_number":"G2917","system":"greek","language":"greek","number_value":2917,"lemma":"κρίμα","transliteration":"kríma","pronunciation":null,"derivation":"from G2919 (κρίνω);","strongs_definition":"a decision (the function or the effect, for or against (\"crime\"))","kjv_definition":"avenge, condemned, condemnation, damnation, + go to law, judgment"} +{"id":"G2918","strongs_number":"G2918","system":"greek","language":"greek","number_value":2918,"lemma":"κρίνον","transliteration":"krínon","pronunciation":null,"derivation":"perhaps a prim word;","strongs_definition":"a lily","kjv_definition":"lily"} +{"id":"G2919","strongs_number":"G2919","system":"greek","language":"greek","number_value":2919,"lemma":"κρίνω","transliteration":"krínō","pronunciation":null,"derivation":"properly, to distinguish, i.e. decide (mentally or judicially);","strongs_definition":"by implication, to try, condemn, punish","kjv_definition":"avenge, conclude, condemn, damn, decree, determine, esteem, judge, go to (sue at the) law, ordain, call in question, sentence to, think"} +{"id":"G2920","strongs_number":"G2920","system":"greek","language":"greek","number_value":2920,"lemma":"κρίσις","transliteration":"krísis","pronunciation":null,"derivation":null,"strongs_definition":"decision (subjectively or objectively, for or against); by extension, a tribunal; by implication, justice (especially, divine law)","kjv_definition":"accusation, condemnation, damnation, judgment"} +{"id":"G2921","strongs_number":"G2921","system":"greek","language":"greek","number_value":2921,"lemma":"Κρίσπος","transliteration":"Kríspos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"\"crisp\"; Crispus, a Corinthian","kjv_definition":"Crispus"} +{"id":"G2922","strongs_number":"G2922","system":"greek","language":"greek","number_value":2922,"lemma":"κριτήριον","transliteration":"kritḗrion","pronunciation":null,"derivation":"neuter of a presumed derivative of G2923 (κριτής);","strongs_definition":"a rule of judging (\"criterion\"), i.e. (by implication) a tribunal","kjv_definition":"to judge, judgment (seat)"} +{"id":"G2923","strongs_number":"G2923","system":"greek","language":"greek","number_value":2923,"lemma":"κριτής","transliteration":"kritḗs","pronunciation":null,"derivation":"from G2919 (κρίνω);","strongs_definition":"a judge (genitive case or specially)","kjv_definition":"judge"} +{"id":"G2924","strongs_number":"G2924","system":"greek","language":"greek","number_value":2924,"lemma":"κριτικός","transliteration":"kritikós","pronunciation":null,"derivation":"from G2923 (κριτής);","strongs_definition":"decisive (\"critical\"), i.e. discriminative","kjv_definition":"discerner"} +{"id":"G2925","strongs_number":"G2925","system":"greek","language":"greek","number_value":2925,"lemma":"κρούω","transliteration":"kroúō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to rap","kjv_definition":"knock"} +{"id":"G2926","strongs_number":"G2926","system":"greek","language":"greek","number_value":2926,"lemma":"κρύπτη","transliteration":"krýptē","pronunciation":null,"derivation":"feminine of G2927 (κρυπτός);","strongs_definition":"a hidden place, i.e. cellar (\"crypt\")","kjv_definition":"secret"} +{"id":"G2927","strongs_number":"G2927","system":"greek","language":"greek","number_value":2927,"lemma":"κρυπτός","transliteration":"kryptós","pronunciation":null,"derivation":"from G2928 (κρύπτω);","strongs_definition":"concealed, i.e. private","kjv_definition":"hid(-den), inward(-ly), secret"} +{"id":"G2928","strongs_number":"G2928","system":"greek","language":"greek","number_value":2928,"lemma":"κρύπτω","transliteration":"krýptō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to conceal (properly, by covering)","kjv_definition":"hide (self), keep secret, secret(-ly)"} +{"id":"G2929","strongs_number":"G2929","system":"greek","language":"greek","number_value":2929,"lemma":"κρυσταλλίζω","transliteration":"krystallízō","pronunciation":null,"derivation":"from G2930 (κρύσταλλος);","strongs_definition":"to make (i.e. intransitively, resemble) ice (\"crystallize\")","kjv_definition":"be clear as crystal"} +{"id":"G2930","strongs_number":"G2930","system":"greek","language":"greek","number_value":2930,"lemma":"κρύσταλλος","transliteration":"krýstallos","pronunciation":null,"derivation":"from a derivative of (frost);","strongs_definition":"ice, i.e. (by analogy) rock \"crystal\"","kjv_definition":"crystal"} +{"id":"G2931","strongs_number":"G2931","system":"greek","language":"greek","number_value":2931,"lemma":"κρυφῆ","transliteration":"kryphē","pronunciation":null,"derivation":"adverb from G2928 (κρύπτω);","strongs_definition":"privately","kjv_definition":"in secret"} +{"id":"G2932","strongs_number":"G2932","system":"greek","language":"greek","number_value":2932,"lemma":"κτάομαι","transliteration":"ktáomai","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to get, i.e. acquire (by any means; own)","kjv_definition":"obtain, possess, provide, purchase"} +{"id":"G2933","strongs_number":"G2933","system":"greek","language":"greek","number_value":2933,"lemma":"κτῆμα","transliteration":"ktēma","pronunciation":null,"derivation":"from G2932 (κτάομαι);","strongs_definition":"an acquirement, i.e. estate","kjv_definition":"possession"} +{"id":"G2934","strongs_number":"G2934","system":"greek","language":"greek","number_value":2934,"lemma":"κτῆνος","transliteration":"ktēnos","pronunciation":null,"derivation":"from G2932 (κτάομαι);","strongs_definition":"property, i.e. (specially) a domestic animal","kjv_definition":"beast"} +{"id":"G2935","strongs_number":"G2935","system":"greek","language":"greek","number_value":2935,"lemma":"κτήτωρ","transliteration":"ktḗtōr","pronunciation":null,"derivation":"from G2932 (κτάομαι);","strongs_definition":"an owner","kjv_definition":"possessor"} +{"id":"G2936","strongs_number":"G2936","system":"greek","language":"greek","number_value":2936,"lemma":"κτίζω","transliteration":"ktízō","pronunciation":null,"derivation":"probably akin to G2932 (κτάομαι) (through the idea of proprietorship of the manufacturer);","strongs_definition":"to fabricate, i.e. found (form originally)","kjv_definition":"create, Creator, make"} +{"id":"G2937","strongs_number":"G2937","system":"greek","language":"greek","number_value":2937,"lemma":"κτίσις","transliteration":"ktísis","pronunciation":null,"derivation":"from G2936 (κτίζω);","strongs_definition":"original formation (properly, the act; by implication, the thing, literally or figuratively)","kjv_definition":"building, creation, creature, ordinance"} +{"id":"G2938","strongs_number":"G2938","system":"greek","language":"greek","number_value":2938,"lemma":"κτίσμα","transliteration":"ktísma","pronunciation":null,"derivation":"from G2936 (κτίζω);","strongs_definition":"an original formation (concretely), i.e. product (created thing)","kjv_definition":"creature"} +{"id":"G2939","strongs_number":"G2939","system":"greek","language":"greek","number_value":2939,"lemma":"κτίστης","transliteration":"ktístēs","pronunciation":null,"derivation":"from G2936 (κτίζω);","strongs_definition":"a founder, i.e. God (as author of all things)","kjv_definition":"Creator"} +{"id":"G2940","strongs_number":"G2940","system":"greek","language":"greek","number_value":2940,"lemma":"κυβεία","transliteration":"kybeía","pronunciation":null,"derivation":"from (a \"cube\", i.e. die for playing);","strongs_definition":"gambling, i.e. (figuratively) artifice or fraud","kjv_definition":"sleight"} +{"id":"G2941","strongs_number":"G2941","system":"greek","language":"greek","number_value":2941,"lemma":"κυβέρνησις","transliteration":"kybérnēsis","pronunciation":null,"derivation":"from (of Latin origin, to steer);","strongs_definition":"pilotage, i.e. (figuratively) directorship (in the church)","kjv_definition":"government"} +{"id":"G2942","strongs_number":"G2942","system":"greek","language":"greek","number_value":2942,"lemma":"κυβερνήτης","transliteration":"kybernḗtēs","pronunciation":null,"derivation":"from the same as G2941 (κυβέρνησις);","strongs_definition":"helmsman, i.e. (by implication) captain","kjv_definition":"(ship) master"} +{"id":"G2943","strongs_number":"G2943","system":"greek","language":"greek","number_value":2943,"lemma":"κυκλόθεν","transliteration":"kyklóthen","pronunciation":null,"derivation":"adverb from the same as G2945 (κύκλῳ);","strongs_definition":"from the circle, i.e. all around","kjv_definition":"(round) about"} +{"id":"G2944","strongs_number":"G2944","system":"greek","language":"greek","number_value":2944,"lemma":"κυκλόω","transliteration":"kyklóō","pronunciation":null,"derivation":"from the same as G2945 (κύκλῳ);","strongs_definition":"to encircle, i.e. surround","kjv_definition":"compass (about), come (stand) round about"} +{"id":"G2945","strongs_number":"G2945","system":"greek","language":"greek","number_value":2945,"lemma":"κύκλῳ","transliteration":"kýklōi","pronunciation":null,"derivation":"as if dative case of (a ring, \"cycle\";","strongs_definition":"akin to G2947 (κυλιόω)); i.e. in a circle (by implication, of G1722 (ἐν)), i.e. (adverbially) all around","kjv_definition":"round about"} +{"id":"G2946","strongs_number":"G2946","system":"greek","language":"greek","number_value":2946,"lemma":"κύλισμα","transliteration":"kýlisma","pronunciation":null,"derivation":"from G2947 (κυλιόω);","strongs_definition":"a wallow (the effect of rolling), i.e. filth","kjv_definition":"wallowing"} +{"id":"G2947","strongs_number":"G2947","system":"greek","language":"greek","number_value":2947,"lemma":"κυλιόω","transliteration":"kylióō","pronunciation":null,"derivation":"from the base of G2949 (κῦμα) (through the idea of circularity;","strongs_definition":"compare G2945 (κύκλῳ), G1507 (εἱλίσσω)); to roll about","kjv_definition":"wallow"} +{"id":"G2948","strongs_number":"G2948","system":"greek","language":"greek","number_value":2948,"lemma":"κυλλός","transliteration":"kyllós","pronunciation":null,"derivation":"from the same as G2947 (κυλιόω);","strongs_definition":"rocking about, i.e. crippled (maimed, in feet or hands)","kjv_definition":"maimed"} +{"id":"G2949","strongs_number":"G2949","system":"greek","language":"greek","number_value":2949,"lemma":"κῦμα","transliteration":"kŷma","pronunciation":null,"derivation":"from (to swell (with young), i.e. bend, curve);","strongs_definition":"a billow (as bursting or toppling)","kjv_definition":"wave"} +{"id":"G2950","strongs_number":"G2950","system":"greek","language":"greek","number_value":2950,"lemma":"κύμβαλον","transliteration":"kýmbalon","pronunciation":null,"derivation":"from a derivative of the base of G2949 (κῦμα);","strongs_definition":"a \"cymbal\" (as hollow)","kjv_definition":"cymbal"} +{"id":"G2951","strongs_number":"G2951","system":"greek","language":"greek","number_value":2951,"lemma":"κύμινον","transliteration":"kýminon","pronunciation":null,"derivation":"of foreign origin (compare H03646);","strongs_definition":"dill or fennel (\"cummin\")","kjv_definition":"cummin"} +{"id":"G2952","strongs_number":"G2952","system":"greek","language":"greek","number_value":2952,"lemma":"κυνάριον","transliteration":"kynárion","pronunciation":null,"derivation":"neuter of a presumed derivative of G2965 (κύων);","strongs_definition":"a puppy","kjv_definition":"dog"} +{"id":"G2953","strongs_number":"G2953","system":"greek","language":"greek","number_value":2953,"lemma":"Κύπριος","transliteration":"Kýprios","pronunciation":null,"derivation":"from G2954 (Κύπρος);","strongs_definition":"a Cyprian (Cypriot), i.e. inhabitant of Cyprus","kjv_definition":"of Cyprus"} +{"id":"G2954","strongs_number":"G2954","system":"greek","language":"greek","number_value":2954,"lemma":"Κύπρος","transliteration":"Kýpros","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Cyprus, an island in the Mediterranean","kjv_definition":"Cyprus"} +{"id":"G2955","strongs_number":"G2955","system":"greek","language":"greek","number_value":2955,"lemma":"κύπτω","transliteration":"kýptō","pronunciation":null,"derivation":"probably from the base of G2949 (κῦμα);","strongs_definition":"to bend forward","kjv_definition":"stoop (down)"} +{"id":"G2956","strongs_number":"G2956","system":"greek","language":"greek","number_value":2956,"lemma":"Κυρηναῖος","transliteration":"Kyrēnaîos","pronunciation":null,"derivation":"from G2957 (Κυρήνη);","strongs_definition":"i.e. Cyrenæan, i.e. inhabitant of Cyrene","kjv_definition":"of Cyrene, Cyrenian"} +{"id":"G2957","strongs_number":"G2957","system":"greek","language":"greek","number_value":2957,"lemma":"Κυρήνη","transliteration":"Kyrḗnē","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Cyrene, a region of Africa","kjv_definition":"Cyrene"} +{"id":"G2958","strongs_number":"G2958","system":"greek","language":"greek","number_value":2958,"lemma":"Κυρήνιος","transliteration":"Kyrḗnios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Cyrenius (i.e. Quirinus), a Roman","kjv_definition":"Cyrenius"} +{"id":"G2959","strongs_number":"G2959","system":"greek","language":"greek","number_value":2959,"lemma":"Κυρία","transliteration":"Kyría","pronunciation":null,"derivation":"feminine of G2962 (κύριος);","strongs_definition":"Cyria, a Christian woman","kjv_definition":"lady"} +{"id":"G2960","strongs_number":"G2960","system":"greek","language":"greek","number_value":2960,"lemma":"κυριακός","transliteration":"kyriakós","pronunciation":null,"derivation":"from G2962 (κύριος);","strongs_definition":"belonging to the Lord (Jehovah or Jesus)","kjv_definition":"Lord's"} +{"id":"G2961","strongs_number":"G2961","system":"greek","language":"greek","number_value":2961,"lemma":"κυριεύω","transliteration":"kyrieúō","pronunciation":null,"derivation":"from G2962 (κύριος);","strongs_definition":"to rule","kjv_definition":"have dominion over, lord, be lord of, exercise lordship over"} +{"id":"G2962","strongs_number":"G2962","system":"greek","language":"greek","number_value":2962,"lemma":"κύριος","transliteration":"kýrios","pronunciation":null,"derivation":"from (supremacy);","strongs_definition":"supreme in authority, i.e. (as noun) controller; by implication, Master (as a respectful title)","kjv_definition":"God, Lord, master, Sir"} +{"id":"G2963","strongs_number":"G2963","system":"greek","language":"greek","number_value":2963,"lemma":"κυριότης","transliteration":"kyriótēs","pronunciation":null,"derivation":"from G2962 (κύριος);","strongs_definition":"mastery, i.e. (concretely and collectively) rulers","kjv_definition":"dominion, government"} +{"id":"G2964","strongs_number":"G2964","system":"greek","language":"greek","number_value":2964,"lemma":"κυρόω","transliteration":"kyróō","pronunciation":null,"derivation":"from the same as G2962 (κύριος);","strongs_definition":"to make authoritative, i.e. ratify","kjv_definition":"confirm"} +{"id":"G2965","strongs_number":"G2965","system":"greek","language":"greek","number_value":2965,"lemma":"κύων","transliteration":"kýōn","pronunciation":null,"derivation":"a primary word;","strongs_definition":"a dog (\"hound\") (literally or figuratively)","kjv_definition":"dog"} +{"id":"G2966","strongs_number":"G2966","system":"greek","language":"greek","number_value":2966,"lemma":"κῶλον","transliteration":"kōlon","pronunciation":null,"derivation":"from the base of G2849 (κολάζω);","strongs_definition":"a limb of the body (as if lopped)","kjv_definition":"carcase"} +{"id":"G2967","strongs_number":"G2967","system":"greek","language":"greek","number_value":2967,"lemma":"κωλύω","transliteration":"kōlýō","pronunciation":null,"derivation":"from the base of G2849 (κολάζω);","strongs_definition":"to estop, i.e. prevent (by word or act)","kjv_definition":"forbid, hinder, keep from, let, not suffer, withstand"} +{"id":"G2968","strongs_number":"G2968","system":"greek","language":"greek","number_value":2968,"lemma":"κώμη","transliteration":"kṓmē","pronunciation":null,"derivation":"from G2749 (κεῖμαι);","strongs_definition":"a hamlet (as if laid down)","kjv_definition":"town, village"} +{"id":"G2969","strongs_number":"G2969","system":"greek","language":"greek","number_value":2969,"lemma":"κωμόπολις","transliteration":"kōmópolis","pronunciation":null,"derivation":"from G2968 (κώμη) and G4172 (πόλις);","strongs_definition":"an unwalled city","kjv_definition":"town"} +{"id":"G2970","strongs_number":"G2970","system":"greek","language":"greek","number_value":2970,"lemma":"κῶμος","transliteration":"kōmos","pronunciation":null,"derivation":"from G2749 (κεῖμαι);","strongs_definition":"a carousal (as if letting loose)","kjv_definition":"revelling, rioting"} +{"id":"G2971","strongs_number":"G2971","system":"greek","language":"greek","number_value":2971,"lemma":"κώνωψ","transliteration":"kṓnōps","pronunciation":null,"derivation":"apparently a derivative of the base of G2759 (κέντρον) and a derivative of G3700 (ὀπτάνομαι);","strongs_definition":"a mosquito (from its stinging proboscis)","kjv_definition":"gnat"} +{"id":"G2972","strongs_number":"G2972","system":"greek","language":"greek","number_value":2972,"lemma":"Κώς","transliteration":"Kṓs","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Cos, an island in the Mediterranean","kjv_definition":"Cos"} +{"id":"G2973","strongs_number":"G2973","system":"greek","language":"greek","number_value":2973,"lemma":"Κωσάμ","transliteration":"Kōsám","pronunciation":null,"derivation":"of Hebrew origin (compare H07081);","strongs_definition":"Cosam (i.e. Kosam) an Israelite","kjv_definition":"Cosam"} +{"id":"G2974","strongs_number":"G2974","system":"greek","language":"greek","number_value":2974,"lemma":"κωφός","transliteration":"kōphós","pronunciation":null,"derivation":"from G2875 (κόπτω);","strongs_definition":"blunted, i.e. (figuratively) of hearing (deaf) or speech (dumb)","kjv_definition":"deaf, dumb, speechless"} +{"id":"G2975","strongs_number":"G2975","system":"greek","language":"greek","number_value":2975,"lemma":"λαγχάνω","transliteration":"lanchánō","pronunciation":null,"derivation":"a prolonged form of a primary verb, which is only used as an alternate in certain tenses;","strongs_definition":"to lot, i.e. determine (by implication, receive) especially by lot","kjv_definition":"his lot be, cast lots, obtain"} +{"id":"G2976","strongs_number":"G2976","system":"greek","language":"greek","number_value":2976,"lemma":"Λάζαρος","transliteration":"Lázaros","pronunciation":null,"derivation":"probably of Hebrew origin (H0499);","strongs_definition":"Lazarus (i.e. Elazar), the name of two Israelites (one imaginary)","kjv_definition":"Lazarus"} +{"id":"G2977","strongs_number":"G2977","system":"greek","language":"greek","number_value":2977,"lemma":"λάθρα","transliteration":"láthra","pronunciation":null,"derivation":"adverb from G2990 (λανθάνω);","strongs_definition":"privately","kjv_definition":"privily, secretly"} +{"id":"G2978","strongs_number":"G2978","system":"greek","language":"greek","number_value":2978,"lemma":"λαῖλαψ","transliteration":"laîlaps","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a whirlwind (squall)","kjv_definition":"storm, tempest"} +{"id":"G2979","strongs_number":"G2979","system":"greek","language":"greek","number_value":2979,"lemma":"λακτίζω","transliteration":"laktízō","pronunciation":null,"derivation":"from adverb (heelwise);","strongs_definition":"to recalcitrate","kjv_definition":"kick"} +{"id":"G2980","strongs_number":"G2980","system":"greek","language":"greek","number_value":2980,"lemma":"λαλέω","transliteration":"laléō","pronunciation":null,"derivation":"a prolonged form of an otherwise obsolete verb;","strongs_definition":"to talk, i.e. utter words","kjv_definition":"preach, say, speak (after), talk, tell, utter"} +{"id":"G2981","strongs_number":"G2981","system":"greek","language":"greek","number_value":2981,"lemma":"λαλιά","transliteration":"laliá","pronunciation":null,"derivation":"from G2980 (λαλέω);","strongs_definition":"talk","kjv_definition":"saying, speech"} +{"id":"G2982","strongs_number":"G2982","system":"greek","language":"greek","number_value":2982,"lemma":"λαμά","transliteration":"lamá","pronunciation":null,"derivation":"of Hebrew origin (H04100 with prepositional prefix);","strongs_definition":"lama (i.e. why)","kjv_definition":"lama"} +{"id":"G2983","strongs_number":"G2983","system":"greek","language":"greek","number_value":2983,"lemma":"λαμβάνω","transliteration":"lambánō","pronunciation":null,"derivation":"a prolonged form of a primary verb, which is use only as an alternate in certain tenses; to take (in very many applications, literally and figuratively (properly objective or active, to get hold of; whereas G1209 (δέχομαι) is rather subjective or passive, to have offered to one;","strongs_definition":"while G138 (αἱρέομαι) is more violent, to seize or remove))","kjv_definition":"accept, + be amazed, assay, attain, bring, X when I call, catch, come on (X unto), + forget, have, hold, obtain, receive (X after), take (away, up)"} +{"id":"G2984","strongs_number":"G2984","system":"greek","language":"greek","number_value":2984,"lemma":"Λάμεχ","transliteration":"Lámech","pronunciation":null,"derivation":"of Hebrew origin (H03929);","strongs_definition":"Lamech (i.e. Lemek), a patriarch","kjv_definition":"Lamech"} +{"id":"G2985","strongs_number":"G2985","system":"greek","language":"greek","number_value":2985,"lemma":"λαμπάς","transliteration":"lampás","pronunciation":null,"derivation":"from G2989 (λάμπω);","strongs_definition":"a \"lamp\" or flambeau","kjv_definition":"lamp, light, torch"} +{"id":"G2986","strongs_number":"G2986","system":"greek","language":"greek","number_value":2986,"lemma":"λαμπρός","transliteration":"lamprós","pronunciation":null,"derivation":"from the same as G2985 (λαμπάς);","strongs_definition":"radiant; by analogy, limpid; figuratively, magnificent or sumptuous (in appearance)","kjv_definition":"bright, clear, gay, goodly, gorgeous, white"} +{"id":"G2987","strongs_number":"G2987","system":"greek","language":"greek","number_value":2987,"lemma":"λαμπρότης","transliteration":"lamprótēs","pronunciation":null,"derivation":"from G2986 (λαμπρός);","strongs_definition":"brilliancy","kjv_definition":"brightness"} +{"id":"G2988","strongs_number":"G2988","system":"greek","language":"greek","number_value":2988,"lemma":"λαμπρῶς","transliteration":"lamprōs","pronunciation":null,"derivation":"adverb from G2986 (λαμπρός);","strongs_definition":"brilliantly, i.e. figuratively, luxuriously","kjv_definition":"sumptuously"} +{"id":"G2989","strongs_number":"G2989","system":"greek","language":"greek","number_value":2989,"lemma":"λάμπω","transliteration":"lámpō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to beam, i.e. radiate brilliancy (literally or figuratively)","kjv_definition":"give light, shine"} +{"id":"G2990","strongs_number":"G2990","system":"greek","language":"greek","number_value":2990,"lemma":"λανθάνω","transliteration":"lanthánō","pronunciation":null,"derivation":"a prolonged form of a primary verb, which is used only as an alternate in certain tenses;","strongs_definition":"to lie hid (literally or figuratively); often used adverbially, unwittingly","kjv_definition":"be hid, be ignorant of, unawares"} +{"id":"G2991","strongs_number":"G2991","system":"greek","language":"greek","number_value":2991,"lemma":"λαξευτός","transliteration":"laxeutós","pronunciation":null,"derivation":"from a compound of (a stone) and the base of G3584 (ξηρός) (in its original sense of scraping);","strongs_definition":"rock-quarried","kjv_definition":"hewn in stone"} +{"id":"G2992","strongs_number":"G2992","system":"greek","language":"greek","number_value":2992,"lemma":"λαός","transliteration":"laós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a people (in general; thus differing from G1218 (δῆμος), which denotes one's own populace)","kjv_definition":"people"} +{"id":"G2993","strongs_number":"G2993","system":"greek","language":"greek","number_value":2993,"lemma":"Λαοδίκεια","transliteration":"Laodíkeia","pronunciation":null,"derivation":"from a compound of G2992 (λαός) and G1349 (δίκη);","strongs_definition":"Laodicia, a place in Asia Minor","kjv_definition":"Laodicea"} +{"id":"G2994","strongs_number":"G2994","system":"greek","language":"greek","number_value":2994,"lemma":"Λαοδικεύς","transliteration":"Laodikeús","pronunciation":null,"derivation":"from G2993 (Λαοδίκεια);","strongs_definition":"a Laodicean, i.e. inhabitant of Laodicia","kjv_definition":"Laodicean"} +{"id":"G2995","strongs_number":"G2995","system":"greek","language":"greek","number_value":2995,"lemma":"λάρυγξ","transliteration":"lárynx","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"the throat (\"larynx\")","kjv_definition":"throat"} +{"id":"G2996","strongs_number":"G2996","system":"greek","language":"greek","number_value":2996,"lemma":"Λασαία","transliteration":"Lasaía","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Lasæa, a place in Crete","kjv_definition":"Lasea"} +{"id":"G2997","strongs_number":"G2997","system":"greek","language":"greek","number_value":2997,"lemma":"λάσχω","transliteration":"láschō","pronunciation":null,"derivation":"a strengthened form of a primary verb, which only occurs in this and another prolonged form as alternate in certain tenses;","strongs_definition":"to crack open (from a fall)","kjv_definition":"burst asunder"} +{"id":"G2998","strongs_number":"G2998","system":"greek","language":"greek","number_value":2998,"lemma":"λατομέω","transliteration":"latoméō","pronunciation":null,"derivation":"from the same as the first part of G2991 (λαξευτός) and the base of G5114 (τομώτερος);","strongs_definition":"to quarry","kjv_definition":"hew"} +{"id":"G2999","strongs_number":"G2999","system":"greek","language":"greek","number_value":2999,"lemma":"λατρεία","transliteration":"latreía","pronunciation":null,"derivation":"from G3000 (λατρεύω);","strongs_definition":"ministration of God, i.e. worship","kjv_definition":"(divine) service"} +{"id":"G3000","strongs_number":"G3000","system":"greek","language":"greek","number_value":3000,"lemma":"λατρεύω","transliteration":"latreúō","pronunciation":null,"derivation":"from (a hired menial);","strongs_definition":"to minister (to God), i.e. render religious homage","kjv_definition":"serve, do the service, worship(-per)"} +{"id":"G3001","strongs_number":"G3001","system":"greek","language":"greek","number_value":3001,"lemma":"λάχανον","transliteration":"láchanon","pronunciation":null,"derivation":"from (to dig);","strongs_definition":"a vegetable","kjv_definition":"herb"} +{"id":"G3002","strongs_number":"G3002","system":"greek","language":"greek","number_value":3002,"lemma":"Λεββαῖος","transliteration":"Lebbaîos","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Lebbæus, a Christian","kjv_definition":"Lebbæus"} +{"id":"G3003","strongs_number":"G3003","system":"greek","language":"greek","number_value":3003,"lemma":"λεγεών","transliteration":"legeṓn","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a \"legion\", i.e. Roman regiment (figuratively)","kjv_definition":"legion"} +{"id":"G3004","strongs_number":"G3004","system":"greek","language":"greek","number_value":3004,"lemma":"λέγω","transliteration":"légō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"properly, to \"lay\" forth, i.e. (figuratively) relate (in words (usually of systematic or set discourse; whereas G2036 (ἔπω) and G5346 (φημί) generally refer to an individual expression or speech respectively; while G4483 (ῥέω) is properly to break silence merely, and G2980 (λαλέω) means an extended or random harangue)); by implication, to mean","kjv_definition":"ask, bid, boast, call, describe, give out, name, put forth, say(-ing, on), shew, speak, tell, utter"} +{"id":"G3005","strongs_number":"G3005","system":"greek","language":"greek","number_value":3005,"lemma":"λεῖμμα","transliteration":"leîmma","pronunciation":null,"derivation":"from G3007 (λείπω);","strongs_definition":"a remainder","kjv_definition":"remnant"} +{"id":"G3006","strongs_number":"G3006","system":"greek","language":"greek","number_value":3006,"lemma":"λεῖος","transliteration":"leîos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"smooth, i.e. \"level\"","kjv_definition":"smooth"} +{"id":"G3007","strongs_number":"G3007","system":"greek","language":"greek","number_value":3007,"lemma":"λείπω","transliteration":"leípō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to leave, i.e. (intransitively or passively) to fail or be absent","kjv_definition":"be destitute (wanting), lack"} +{"id":"G3008","strongs_number":"G3008","system":"greek","language":"greek","number_value":3008,"lemma":"λειτουργέω","transliteration":"leitourgéō","pronunciation":null,"derivation":"from G3011 (λειτουργός);","strongs_definition":"to be a public servant, i.e. (by analogy) to perform religious or charitable functions (worship, obey, relieve)","kjv_definition":"minister"} +{"id":"G3009","strongs_number":"G3009","system":"greek","language":"greek","number_value":3009,"lemma":"λειτουργία","transliteration":"leitourgía","pronunciation":null,"derivation":"from G3008 (λειτουργέω);","strongs_definition":"public function (as priest (\"liturgy\") or almsgiver)","kjv_definition":"ministration(-try), service"} +{"id":"G3010","strongs_number":"G3010","system":"greek","language":"greek","number_value":3010,"lemma":"λειτουργικός","transliteration":"leitourgikós","pronunciation":null,"derivation":"from the same as G3008 (λειτουργέω);","strongs_definition":"functional publicly (\"liturgic\"); i.e. beneficient","kjv_definition":"ministering"} +{"id":"G3011","strongs_number":"G3011","system":"greek","language":"greek","number_value":3011,"lemma":"λειτουργός","transliteration":"leitourgós","pronunciation":null,"derivation":"from a derivative of G2992 (λαός) and G2041 (ἔργον);","strongs_definition":"a public servant, i.e. a functionary in the Temple or Gospel, or (genitive case) a worshipper (of God) or benefactor (of man)","kjv_definition":"minister(-ed)"} +{"id":"G3012","strongs_number":"G3012","system":"greek","language":"greek","number_value":3012,"lemma":"λέντιον","transliteration":"léntion","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a \"linen\" cloth, i.e. apron","kjv_definition":"towel"} +{"id":"G3013","strongs_number":"G3013","system":"greek","language":"greek","number_value":3013,"lemma":"λεπίς","transliteration":"lepís","pronunciation":null,"derivation":"from (to peel);","strongs_definition":"a flake","kjv_definition":"scale"} +{"id":"G3014","strongs_number":"G3014","system":"greek","language":"greek","number_value":3014,"lemma":"λέπρα","transliteration":"lépra","pronunciation":null,"derivation":"from the same as G3013 (λεπίς);","strongs_definition":"scaliness, i.e. \"leprosy\"","kjv_definition":"leprosy"} +{"id":"G3015","strongs_number":"G3015","system":"greek","language":"greek","number_value":3015,"lemma":"λεπρός","transliteration":"leprós","pronunciation":null,"derivation":"from the same as G3014 (λέπρα);","strongs_definition":"scaly, i.e. leprous (a leper)","kjv_definition":"leper"} +{"id":"G3016","strongs_number":"G3016","system":"greek","language":"greek","number_value":3016,"lemma":"λεπτόν","transliteration":"leptón","pronunciation":null,"derivation":"neuter of a derivative of the same as G3013 (λεπίς);","strongs_definition":"something scaled (light), i.e. a small coin","kjv_definition":"mite"} +{"id":"G3017","strongs_number":"G3017","system":"greek","language":"greek","number_value":3017,"lemma":"Λευΐ","transliteration":"Leuḯ","pronunciation":null,"derivation":"of Hebrew origin (H03878);","strongs_definition":"Levi, the name of three Israelites","kjv_definition":"Levi"} +{"id":"G3018","strongs_number":"G3018","system":"greek","language":"greek","number_value":3018,"lemma":"Λευΐς","transliteration":"Leuḯs","pronunciation":null,"derivation":"a form of G3017 (Λευΐ);","strongs_definition":"Lewis (i.e. Levi), a Christian","kjv_definition":"Levi"} +{"id":"G3019","strongs_number":"G3019","system":"greek","language":"greek","number_value":3019,"lemma":"Λευΐτης","transliteration":"Leuḯtēs","pronunciation":null,"derivation":"from G3017 (Λευΐ);","strongs_definition":"a Levite, i.e. descendant of Levi","kjv_definition":"Levite"} +{"id":"G3020","strongs_number":"G3020","system":"greek","language":"greek","number_value":3020,"lemma":"Λευϊτικός","transliteration":"Leuïtikós","pronunciation":null,"derivation":"from G3019 (Λευΐτης);","strongs_definition":"Levitic, i.e. relating to the Levites","kjv_definition":"Levitical"} +{"id":"G3021","strongs_number":"G3021","system":"greek","language":"greek","number_value":3021,"lemma":"λευκαίνω","transliteration":"leukaínō","pronunciation":null,"derivation":"from G3022 (λευκός);","strongs_definition":"to whiten","kjv_definition":"make white, whiten"} +{"id":"G3022","strongs_number":"G3022","system":"greek","language":"greek","number_value":3022,"lemma":"λευκός","transliteration":"leukós","pronunciation":null,"derivation":"from (\"light\");","strongs_definition":"white","kjv_definition":"white"} +{"id":"G3023","strongs_number":"G3023","system":"greek","language":"greek","number_value":3023,"lemma":"λέων","transliteration":"léōn","pronunciation":null,"derivation":"a primary word;","strongs_definition":"a \"lion\"","kjv_definition":"lion"} +{"id":"G3024","strongs_number":"G3024","system":"greek","language":"greek","number_value":3024,"lemma":"λήθη","transliteration":"lḗthē","pronunciation":null,"derivation":"from G2990 (λανθάνω);","strongs_definition":"forgetfulness","kjv_definition":"+ forget"} +{"id":"G3025","strongs_number":"G3025","system":"greek","language":"greek","number_value":3025,"lemma":"ληνός","transliteration":"lēnós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a trough, i.e. wine-vat","kjv_definition":"winepress"} +{"id":"G3026","strongs_number":"G3026","system":"greek","language":"greek","number_value":3026,"lemma":"λῆρος","transliteration":"lēros","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"twaddle, i.e. an incredible story","kjv_definition":"idle tale"} +{"id":"G3027","strongs_number":"G3027","system":"greek","language":"greek","number_value":3027,"lemma":"λῃστής","transliteration":"lēistḗs","pronunciation":null,"derivation":"from (to plunder);","strongs_definition":"a brigand","kjv_definition":"robber, thief"} +{"id":"G3028","strongs_number":"G3028","system":"greek","language":"greek","number_value":3028,"lemma":"λῆμψις","transliteration":"lēmpsis","pronunciation":null,"derivation":"from G2983 (λαμβάνω);","strongs_definition":"receipt (the act)","kjv_definition":"receiving"} +{"id":"G3029","strongs_number":"G3029","system":"greek","language":"greek","number_value":3029,"lemma":"λίαν","transliteration":"lían","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"much (adverbially)","kjv_definition":"exceeding, great(-ly), sore, very (+ chiefest)"} +{"id":"G3030","strongs_number":"G3030","system":"greek","language":"greek","number_value":3030,"lemma":"λίβανος","transliteration":"líbanos","pronunciation":null,"derivation":"of foreign origin (H03828);","strongs_definition":"the incense-tree, i.e. (by implication) incense itself","kjv_definition":"frankincense"} +{"id":"G3031","strongs_number":"G3031","system":"greek","language":"greek","number_value":3031,"lemma":"λιβανωτός","transliteration":"libanōtós","pronunciation":null,"derivation":"from G3030 (λίβανος);","strongs_definition":"frankincense, i.e. (by extension) a censer for burning it","kjv_definition":"censer"} +{"id":"G3032","strongs_number":"G3032","system":"greek","language":"greek","number_value":3032,"lemma":"Λιβερτῖνος","transliteration":"Libertînos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a Roman freedman","kjv_definition":"Libertine"} +{"id":"G3033","strongs_number":"G3033","system":"greek","language":"greek","number_value":3033,"lemma":"Λιβύη","transliteration":"Libýē","pronunciation":null,"derivation":"probably from G3047 (λίψ);","strongs_definition":"Libye, a region of Africa","kjv_definition":"Libya"} +{"id":"G3034","strongs_number":"G3034","system":"greek","language":"greek","number_value":3034,"lemma":"λιθάζω","transliteration":"litházō","pronunciation":null,"derivation":"from G3037 (λίθος);","strongs_definition":"to lapidate","kjv_definition":"stone"} +{"id":"G3035","strongs_number":"G3035","system":"greek","language":"greek","number_value":3035,"lemma":"λίθινος","transliteration":"líthinos","pronunciation":null,"derivation":"from G3037 (λίθος);","strongs_definition":"stony, i.e. made of stone","kjv_definition":"of stone"} +{"id":"G3036","strongs_number":"G3036","system":"greek","language":"greek","number_value":3036,"lemma":"λιθοβολέω","transliteration":"lithoboléō","pronunciation":null,"derivation":"from a compound of G3037 (λίθος) and G906 (βάλλω);","strongs_definition":"to throw stones, i.e. lapidate","kjv_definition":"stone, cast stones"} +{"id":"G3037","strongs_number":"G3037","system":"greek","language":"greek","number_value":3037,"lemma":"λίθος","transliteration":"líthos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a stone (literally or figuratively)","kjv_definition":"(mill-, stumbling-)stone"} +{"id":"G3038","strongs_number":"G3038","system":"greek","language":"greek","number_value":3038,"lemma":"λιθόστρωτος","transliteration":"lithóstrōtos","pronunciation":null,"derivation":"from G3037 (λίθος) and a derivative of G4766 (στρώννυμι);","strongs_definition":"stone-strewed, i.e. a tessellated mosaic on which the Roman tribunal was placed","kjv_definition":"Pavement"} +{"id":"G3039","strongs_number":"G3039","system":"greek","language":"greek","number_value":3039,"lemma":"λικμάω","transliteration":"likmáō","pronunciation":null,"derivation":"from , the equivalent of (a winnowing fan or basket);","strongs_definition":"to winnow, i.e. (by analogy), to triturate","kjv_definition":"grind to powder"} +{"id":"G3040","strongs_number":"G3040","system":"greek","language":"greek","number_value":3040,"lemma":"λιμήν","transliteration":"limḗn","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a harbor","kjv_definition":"haven"} +{"id":"G3041","strongs_number":"G3041","system":"greek","language":"greek","number_value":3041,"lemma":"λίμνη","transliteration":"límnē","pronunciation":null,"derivation":"probably from G3040 (λιμήν) (through the idea of nearness of shore);","strongs_definition":"a pond (large or small)","kjv_definition":"lake"} +{"id":"G3042","strongs_number":"G3042","system":"greek","language":"greek","number_value":3042,"lemma":"λιμός","transliteration":"limós","pronunciation":null,"derivation":"probably from G3007 (λείπω) (through the idea of destitution);","strongs_definition":"a scarcity of food","kjv_definition":"dearth, famine, hunger"} +{"id":"G3043","strongs_number":"G3043","system":"greek","language":"greek","number_value":3043,"lemma":"λίνον","transliteration":"línon","pronunciation":null,"derivation":"probably a primary word;","strongs_definition":"flax, i.e. (by implication) \"linen\"","kjv_definition":"linen"} +{"id":"G3044","strongs_number":"G3044","system":"greek","language":"greek","number_value":3044,"lemma":"Λίνος","transliteration":"Línos","pronunciation":null,"derivation":"perhaps from G3043 (λίνον);","strongs_definition":"Linus, a Christian","kjv_definition":"Linus"} +{"id":"G3045","strongs_number":"G3045","system":"greek","language":"greek","number_value":3045,"lemma":"λιπαρός","transliteration":"liparós","pronunciation":null,"derivation":"from (grease);","strongs_definition":"fat, i.e. (figuratively) sumptuous","kjv_definition":"dainty"} +{"id":"G3046","strongs_number":"G3046","system":"greek","language":"greek","number_value":3046,"lemma":"λίτρα","transliteration":"lítra","pronunciation":null,"derivation":"of Latin origin (libra);","strongs_definition":"a pound in weight","kjv_definition":"pound"} +{"id":"G3047","strongs_number":"G3047","system":"greek","language":"greek","number_value":3047,"lemma":"λίψ","transliteration":"líps","pronunciation":null,"derivation":"probably from (to pour a \"libation\");","strongs_definition":"the south(- west) wind (as bringing rain, i.e. (by extension) the south quarter)","kjv_definition":"southwest"} +{"id":"G3048","strongs_number":"G3048","system":"greek","language":"greek","number_value":3048,"lemma":"λογία","transliteration":"logía","pronunciation":null,"derivation":"from G3056 (λόγος) (in the commercial sense);","strongs_definition":"a contribution","kjv_definition":"collection, gathering"} +{"id":"G3049","strongs_number":"G3049","system":"greek","language":"greek","number_value":3049,"lemma":"λογίζομαι","transliteration":"logízomai","pronunciation":null,"derivation":"middle voice from G3056 (λόγος);","strongs_definition":"to take an inventory, i.e. estimate (literally or figuratively)","kjv_definition":"conclude, (ac-)count (of), + despise, esteem, impute, lay, number, reason, reckon, suppose, think (on)"} +{"id":"G3050","strongs_number":"G3050","system":"greek","language":"greek","number_value":3050,"lemma":"λογικός","transliteration":"logikós","pronunciation":null,"derivation":"from G3056 (λόγος);","strongs_definition":"rational (\"logical\")","kjv_definition":"reasonable, of the word"} +{"id":"G3051","strongs_number":"G3051","system":"greek","language":"greek","number_value":3051,"lemma":"λόγιον","transliteration":"lógion","pronunciation":null,"derivation":"neuter of G3052 (λόγιος);","strongs_definition":"an utterance (of God)","kjv_definition":"oracle"} +{"id":"G3052","strongs_number":"G3052","system":"greek","language":"greek","number_value":3052,"lemma":"λόγιος","transliteration":"lógios","pronunciation":null,"derivation":"from G3056 (λόγος);","strongs_definition":"fluent, i.e. an orator","kjv_definition":"eloquent"} +{"id":"G3053","strongs_number":"G3053","system":"greek","language":"greek","number_value":3053,"lemma":"λογισμός","transliteration":"logismós","pronunciation":null,"derivation":"from G3049 (λογίζομαι);","strongs_definition":"computation, i.e. (figuratively) reasoning (conscience, conceit)","kjv_definition":"imagination, thought"} +{"id":"G3054","strongs_number":"G3054","system":"greek","language":"greek","number_value":3054,"lemma":"λογομαχέω","transliteration":"logomachéō","pronunciation":null,"derivation":"from a compound of G3056 (λόγος) and G3164 (μάχομαι);","strongs_definition":"to be disputatious (on trifles)","kjv_definition":"strive about words"} +{"id":"G3055","strongs_number":"G3055","system":"greek","language":"greek","number_value":3055,"lemma":"λογομαχία","transliteration":"logomachía","pronunciation":null,"derivation":"from the same as G3054 (λογομαχέω);","strongs_definition":"disputation about trifles (\"logomachy\")","kjv_definition":"strife of words"} +{"id":"G3056","strongs_number":"G3056","system":"greek","language":"greek","number_value":3056,"lemma":"λόγος","transliteration":"lógos","pronunciation":null,"derivation":"from G3004 (λέγω);","strongs_definition":"something said (including the thought); by implication, a topic (subject of discourse), also reasoning (the mental faculty) or motive; by extension, a computation; specially, (with the article in John) the Divine Expression (i.e. Christ)","kjv_definition":"account, cause, communication, X concerning, doctrine, fame, X have to do, intent, matter, mouth, preaching, question, reason, + reckon, remove, say(-ing), shew, X speaker, speech, talk, thing, + none of these things move me, tidings, treatise, utterance, word, work"} +{"id":"G3057","strongs_number":"G3057","system":"greek","language":"greek","number_value":3057,"lemma":"λόγχη","transliteration":"lónchē","pronunciation":null,"derivation":"perhaps a primary word;","strongs_definition":"a \"lance\"","kjv_definition":"spear"} +{"id":"G3058","strongs_number":"G3058","system":"greek","language":"greek","number_value":3058,"lemma":"λοιδορέω","transliteration":"loidoréō","pronunciation":null,"derivation":"from G3060 (λοίδορος);","strongs_definition":"to reproach, i.e. vilify","kjv_definition":"revile"} +{"id":"G3059","strongs_number":"G3059","system":"greek","language":"greek","number_value":3059,"lemma":"λοιδορία","transliteration":"loidoría","pronunciation":null,"derivation":"from G3060 (λοίδορος);","strongs_definition":"slander or vituperation","kjv_definition":"railing, reproach(-fully)"} +{"id":"G3060","strongs_number":"G3060","system":"greek","language":"greek","number_value":3060,"lemma":"λοίδορος","transliteration":"loídoros","pronunciation":null,"derivation":"from (mischief);","strongs_definition":"abusive, i.e. a blackguard","kjv_definition":"railer, reviler"} +{"id":"G3061","strongs_number":"G3061","system":"greek","language":"greek","number_value":3061,"lemma":"λοιμός","transliteration":"loimós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a plague (literally, the disease, or figuratively, a pest)","kjv_definition":"pestilence(-t)"} +{"id":"G3062","strongs_number":"G3062","system":"greek","language":"greek","number_value":3062,"lemma":"λοιποί","transliteration":"loipoí","pronunciation":null,"derivation":"masculine plural of a derivative of G3007 (λείπω);","strongs_definition":"remaining ones","kjv_definition":"other, which remain, remnant, residue, rest"} +{"id":"G3063","strongs_number":"G3063","system":"greek","language":"greek","number_value":3063,"lemma":"λοιπόν","transliteration":"loipón","pronunciation":null,"derivation":"neuter singular of the same as G3062 (λοιποί);","strongs_definition":"something remaining (adverbially)","kjv_definition":"besides, finally, furthermore, (from) henceforth, moreover, now, + it remaineth, then"} +{"id":"G3064","strongs_number":"G3064","system":"greek","language":"greek","number_value":3064,"lemma":"λοιποῦ","transliteration":"loipoû","pronunciation":null,"derivation":"genitive case singular of the same as G3062 (λοιποί);","strongs_definition":"remaining time","kjv_definition":"from henceforth"} +{"id":"G3065","strongs_number":"G3065","system":"greek","language":"greek","number_value":3065,"lemma":"Λουκᾶς","transliteration":"Loukâs","pronunciation":null,"derivation":"contracted from Latin Lucanus;","strongs_definition":"Lucas, a Christian","kjv_definition":"Lucas, Luke"} +{"id":"G3066","strongs_number":"G3066","system":"greek","language":"greek","number_value":3066,"lemma":"Λούκιος","transliteration":"Loúkios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"illuminative; Lucius, a Christian","kjv_definition":"Lucius"} +{"id":"G3067","strongs_number":"G3067","system":"greek","language":"greek","number_value":3067,"lemma":"λουτρόν","transliteration":"loutrón","pronunciation":null,"derivation":"from G3068 (λούω);","strongs_definition":"a bath, i.e. (figuratively), baptism","kjv_definition":"washing"} +{"id":"G3068","strongs_number":"G3068","system":"greek","language":"greek","number_value":3068,"lemma":"λούω","transliteration":"loúō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to bathe (the whole person; whereas G3538 (νίπτω) means to wet a part only, and G4150 (πλύνω) to wash, cleanse garments exclusively)","kjv_definition":"wash"} +{"id":"G3069","strongs_number":"G3069","system":"greek","language":"greek","number_value":3069,"lemma":"Λύδδα","transliteration":"Lýdda","pronunciation":null,"derivation":"of Hebrew origin (H03850);","strongs_definition":"Lydda (i.e. Lod), a place in Palestine","kjv_definition":"Lydda"} +{"id":"G3070","strongs_number":"G3070","system":"greek","language":"greek","number_value":3070,"lemma":"Λυδία","transliteration":"Lydía","pronunciation":null,"derivation":"properly, feminine of Ludios (of foreign origin) (a Lydian, in Asia Minor);","strongs_definition":"Lydia, a Christian woman","kjv_definition":"Lydia"} +{"id":"G3071","strongs_number":"G3071","system":"greek","language":"greek","number_value":3071,"lemma":"Λυκαονία","transliteration":"Lykaonía","pronunciation":null,"derivation":"perhaps remotely from G3074 (λύκος);","strongs_definition":"Lycaonia, a region of Asia Minor","kjv_definition":"Lycaonia"} +{"id":"G3072","strongs_number":"G3072","system":"greek","language":"greek","number_value":3072,"lemma":"Λυκαονιστί","transliteration":"Lykaonistí","pronunciation":null,"derivation":"adverb from a derivative of G3071 (Λυκαονία);","strongs_definition":"Lycaonistically, i.e. in the language of the Lycaonians","kjv_definition":"in the speech of Lycaonia"} +{"id":"G3073","strongs_number":"G3073","system":"greek","language":"greek","number_value":3073,"lemma":"Λυκία","transliteration":"Lykía","pronunciation":null,"derivation":"probably remotely from G3074 (λύκος);","strongs_definition":"Lycia, a province of Asia Minor","kjv_definition":"Lycia"} +{"id":"G3074","strongs_number":"G3074","system":"greek","language":"greek","number_value":3074,"lemma":"λύκος","transliteration":"lýkos","pronunciation":null,"derivation":"perhaps akin to the base of G3022 (λευκός) (from the whitish hair);","strongs_definition":"a wolf","kjv_definition":"wolf"} +{"id":"G3075","strongs_number":"G3075","system":"greek","language":"greek","number_value":3075,"lemma":"λυμαίνομαι","transliteration":"lymaínomai","pronunciation":null,"derivation":"middle voice from a probably derivative of G3089 (λύω) (meaning filth);","strongs_definition":"properly, to soil, i.e. (figuratively) insult (maltreat)","kjv_definition":"make havock of"} +{"id":"G3076","strongs_number":"G3076","system":"greek","language":"greek","number_value":3076,"lemma":"λυπέω","transliteration":"lypéō","pronunciation":null,"derivation":"from G3077 (λύπη);","strongs_definition":"to distress; reflexively or passively, to be sad","kjv_definition":"cause grief, grieve, be in heaviness, (be) sorrow(-ful), be (make) sorry"} +{"id":"G3077","strongs_number":"G3077","system":"greek","language":"greek","number_value":3077,"lemma":"λύπη","transliteration":"lýpē","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"sadness","kjv_definition":"grief, grievous, + grudgingly, heaviness, sorrow"} +{"id":"G3078","strongs_number":"G3078","system":"greek","language":"greek","number_value":3078,"lemma":"Λυσανίας","transliteration":"Lysanías","pronunciation":null,"derivation":"from G3080 (λύσις) and (trouble);","strongs_definition":"grief-dispelling; Lysanias, a governor of Abilene","kjv_definition":"Lysanias"} +{"id":"G3079","strongs_number":"G3079","system":"greek","language":"greek","number_value":3079,"lemma":"Λυσίας","transliteration":"Lysías","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"Lysias, a Roman","kjv_definition":"Lysias"} +{"id":"G3080","strongs_number":"G3080","system":"greek","language":"greek","number_value":3080,"lemma":"λύσις","transliteration":"lýsis","pronunciation":null,"derivation":"from G3089 (λύω);","strongs_definition":"a loosening, i.e. (specially), divorce","kjv_definition":"to be loosed"} +{"id":"G3081","strongs_number":"G3081","system":"greek","language":"greek","number_value":3081,"lemma":"λυσιτελεῖ","transliteration":"lysiteleî","pronunciation":null,"derivation":"third person singular present indicative active of a derivative of a compound of G3080 (λύσις) and G5056 (τέλος);","strongs_definition":"impersonally, it answers the purpose, i.e. is advantageous","kjv_definition":"it is better"} +{"id":"G3082","strongs_number":"G3082","system":"greek","language":"greek","number_value":3082,"lemma":"Λύστρα","transliteration":"Lýstra","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Lystra, a place in Asia Minor","kjv_definition":"Lystra"} +{"id":"G3083","strongs_number":"G3083","system":"greek","language":"greek","number_value":3083,"lemma":"λύτρον","transliteration":"lýtron","pronunciation":null,"derivation":"from G3089 (λύω);","strongs_definition":"something to loosen with, i.e. a redemption price (figuratively, atonement)","kjv_definition":"ransom"} +{"id":"G3084","strongs_number":"G3084","system":"greek","language":"greek","number_value":3084,"lemma":"λυτρόω","transliteration":"lytróō","pronunciation":null,"derivation":"from G3083 (λύτρον);","strongs_definition":"to ransom (literally or figuratively)","kjv_definition":"redeem"} +{"id":"G3085","strongs_number":"G3085","system":"greek","language":"greek","number_value":3085,"lemma":"λύτρωσις","transliteration":"lýtrōsis","pronunciation":null,"derivation":"from G3084 (λυτρόω);","strongs_definition":"a ransoming (figuratively)","kjv_definition":"+ redeemed, redemption"} +{"id":"G3086","strongs_number":"G3086","system":"greek","language":"greek","number_value":3086,"lemma":"λυτρωτής","transliteration":"lytrōtḗs","pronunciation":null,"derivation":"from G3084 (λυτρόω);","strongs_definition":"a redeemer (figuratively)","kjv_definition":"deliverer"} +{"id":"G3087","strongs_number":"G3087","system":"greek","language":"greek","number_value":3087,"lemma":"λυχνία","transliteration":"lychnía","pronunciation":null,"derivation":"from G3088 (λύχνος);","strongs_definition":"a lamp-stand (literally or figuratively)","kjv_definition":"candlestick"} +{"id":"G3088","strongs_number":"G3088","system":"greek","language":"greek","number_value":3088,"lemma":"λύχνος","transliteration":"lýchnos","pronunciation":null,"derivation":"from the base of G3022 (λευκός);","strongs_definition":"a portable lamp or other illuminator (literally or figuratively)","kjv_definition":"candle, light"} +{"id":"G3089","strongs_number":"G3089","system":"greek","language":"greek","number_value":3089,"lemma":"λύω","transliteration":"lýō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to \"loosen\" (literally or figuratively)","kjv_definition":"break (up), destroy, dissolve, (un-)loose, melt, put off"} +{"id":"G3090","strongs_number":"G3090","system":"greek","language":"greek","number_value":3090,"lemma":"Λωΐς","transliteration":"Lōḯs","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Lois, a Christian woman","kjv_definition":"Lois"} +{"id":"G3091","strongs_number":"G3091","system":"greek","language":"greek","number_value":3091,"lemma":"Λώτ","transliteration":"Lṓt","pronunciation":null,"derivation":"of Hebrew origin (H03876);","strongs_definition":"Lot, a patriarch","kjv_definition":"Lot"} +{"id":"G3092","strongs_number":"G3092","system":"greek","language":"greek","number_value":3092,"lemma":"Μαάθ","transliteration":"Maáth","pronunciation":null,"derivation":"probably of Hebrew origin;","strongs_definition":"Maath, an Israelite","kjv_definition":"Maath"} +{"id":"G3093","strongs_number":"G3093","system":"greek","language":"greek","number_value":3093,"lemma":"Μαγδαλά","transliteration":"Magdalá","pronunciation":null,"derivation":"of Chaldee origin (compare H04026);","strongs_definition":"the tower; Magdala (i.e. Migdala), a place in Palestine","kjv_definition":"Magdala"} +{"id":"G3094","strongs_number":"G3094","system":"greek","language":"greek","number_value":3094,"lemma":"Μαγδαληνή","transliteration":"Magdalēnḗ","pronunciation":null,"derivation":"feminine of a derivative of G3093 (Μαγδαλά);","strongs_definition":"a female Magdalene, i.e. inhabitant of Magdala","kjv_definition":"Magdalene"} +{"id":"G3095","strongs_number":"G3095","system":"greek","language":"greek","number_value":3095,"lemma":"μαγεία","transliteration":"mageía","pronunciation":null,"derivation":"from G3096 (μαγεύω);","strongs_definition":"\"magic\"","kjv_definition":"sorcery"} +{"id":"G3096","strongs_number":"G3096","system":"greek","language":"greek","number_value":3096,"lemma":"μαγεύω","transliteration":"mageúō","pronunciation":null,"derivation":"from G3097 (μάγος);","strongs_definition":"to practice magic","kjv_definition":"use sorcery"} +{"id":"G3097","strongs_number":"G3097","system":"greek","language":"greek","number_value":3097,"lemma":"μάγος","transliteration":"mágos","pronunciation":null,"derivation":"of foreign origin (H07248);","strongs_definition":"a Magian, i.e. Oriental scientist; by implication, a magician","kjv_definition":"sorcerer, wise man"} +{"id":"G3098","strongs_number":"G3098","system":"greek","language":"greek","number_value":3098,"lemma":"Μαγώγ","transliteration":"Magṓg","pronunciation":null,"derivation":"of Hebrew origin (H04031);","strongs_definition":"Magog, a foreign nation, i.e. (figuratively) an Antichristian party","kjv_definition":"Magog"} +{"id":"G3099","strongs_number":"G3099","system":"greek","language":"greek","number_value":3099,"lemma":"Μαδιάν","transliteration":"Madián","pronunciation":null,"derivation":"of Hebrew origin (H04080);","strongs_definition":"Madian (i.e. Midian), a region of Arabia","kjv_definition":"Madian"} +{"id":"G3100","strongs_number":"G3100","system":"greek","language":"greek","number_value":3100,"lemma":"μαθητεύω","transliteration":"mathēteúō","pronunciation":null,"derivation":"from G3101 (μαθητής);","strongs_definition":"intransitively, to become a pupil; transitively, to disciple, i.e. enrol as scholar","kjv_definition":"be disciple, instruct, teach"} +{"id":"G3101","strongs_number":"G3101","system":"greek","language":"greek","number_value":3101,"lemma":"μαθητής","transliteration":"mathētḗs","pronunciation":null,"derivation":"from G3129 (μανθάνω);","strongs_definition":"a learner, i.e. pupil","kjv_definition":"disciple"} +{"id":"G3102","strongs_number":"G3102","system":"greek","language":"greek","number_value":3102,"lemma":"μαθήτρια","transliteration":"mathḗtria","pronunciation":null,"derivation":"feminine from G3101 (μαθητής);","strongs_definition":"a female pupil","kjv_definition":"disciple"} +{"id":"G3103","strongs_number":"G3103","system":"greek","language":"greek","number_value":3103,"lemma":"Μαθουσάλα","transliteration":"Mathousála","pronunciation":null,"derivation":"of Hebrew origin (H04968);","strongs_definition":"Mathusala (i.e. Methushelach), an antediluvian","kjv_definition":"Mathusala"} +{"id":"G3104","strongs_number":"G3104","system":"greek","language":"greek","number_value":3104,"lemma":"Μαϊνάν","transliteration":"Maïnán","pronunciation":null,"derivation":"probably of Hebrew origin;","strongs_definition":"Mainan, an Israelite","kjv_definition":"Mainan"} +{"id":"G3105","strongs_number":"G3105","system":"greek","language":"greek","number_value":3105,"lemma":"μαίνομαι","transliteration":"maínomai","pronunciation":null,"derivation":"middle voice from a primary (to long for;","strongs_definition":"through the idea of insensate craving); to rave as a \"maniac\"","kjv_definition":"be beside self (mad)"} +{"id":"G3106","strongs_number":"G3106","system":"greek","language":"greek","number_value":3106,"lemma":"μακαρίζω","transliteration":"makarízō","pronunciation":null,"derivation":"from G3107 (μακάριος);","strongs_definition":"to beatify, i.e. pronounce (or esteem) fortunate","kjv_definition":"call blessed, count happy"} +{"id":"G3107","strongs_number":"G3107","system":"greek","language":"greek","number_value":3107,"lemma":"μακάριος","transliteration":"makários","pronunciation":null,"derivation":"a prolonged form of the poetical (meaning the same);","strongs_definition":"supremely blest; by extension, fortunate, well off","kjv_definition":"blessed, happy(X -ier)"} +{"id":"G3108","strongs_number":"G3108","system":"greek","language":"greek","number_value":3108,"lemma":"μακαρισμός","transliteration":"makarismós","pronunciation":null,"derivation":"from G3106 (μακαρίζω);","strongs_definition":"beatification, i.e. attribution of good fortune","kjv_definition":"blessedness"} +{"id":"G3109","strongs_number":"G3109","system":"greek","language":"greek","number_value":3109,"lemma":"Μακεδονία","transliteration":"Makedonía","pronunciation":null,"derivation":"from G3110 (Μακεδών);","strongs_definition":"Macedonia, a region of Greece","kjv_definition":"Macedonia"} +{"id":"G3110","strongs_number":"G3110","system":"greek","language":"greek","number_value":3110,"lemma":"Μακεδών","transliteration":"Makedṓn","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a Macedon (Macedonian), i.e. inhabitant of Macedonia","kjv_definition":"of Macedonia, Macedonian"} +{"id":"G3111","strongs_number":"G3111","system":"greek","language":"greek","number_value":3111,"lemma":"μάκελλον","transliteration":"mákellon","pronunciation":null,"derivation":"of Latin origin (macellum);","strongs_definition":"a butcher's stall, meat market or provision-shop","kjv_definition":"shambles"} +{"id":"G3112","strongs_number":"G3112","system":"greek","language":"greek","number_value":3112,"lemma":"μακράν","transliteration":"makrán","pronunciation":null,"derivation":"feminine accusative case singular of G3117 (μακρός) (G3598 (ὁδός) being implied);","strongs_definition":"at a distance (literally or figuratively)","kjv_definition":"(a-)far (off), good (great) way off"} +{"id":"G3113","strongs_number":"G3113","system":"greek","language":"greek","number_value":3113,"lemma":"μακρόθεν","transliteration":"makróthen","pronunciation":null,"derivation":"adverb from G3117 (μακρός);","strongs_definition":"from a distance or afar","kjv_definition":"afar off, from far"} +{"id":"G3114","strongs_number":"G3114","system":"greek","language":"greek","number_value":3114,"lemma":"μακροθυμέω","transliteration":"makrothyméō","pronunciation":null,"derivation":"from the same as G3116 (μακροθυμώς);","strongs_definition":"to be long-spirited, i.e. (objectively) forbearing or (subjectively) patient","kjv_definition":"bear (suffer) long, be longsuffering, have (long) patience, be patient, patiently endure"} +{"id":"G3115","strongs_number":"G3115","system":"greek","language":"greek","number_value":3115,"lemma":"μακροθυμία","transliteration":"makrothymía","pronunciation":null,"derivation":"from the same as G3116 (μακροθυμώς);","strongs_definition":"longanimity, i.e. (objectively) forbearance or (subjectively) fortitude","kjv_definition":"longsuffering, patience"} +{"id":"G3116","strongs_number":"G3116","system":"greek","language":"greek","number_value":3116,"lemma":"μακροθυμώς","transliteration":"makrothymṓs","pronunciation":null,"derivation":"adverb of a compound of G3117 (μακρός) and G2372 (θυμός);","strongs_definition":"with long (enduring) temper, i.e. leniently","kjv_definition":"patiently"} +{"id":"G3117","strongs_number":"G3117","system":"greek","language":"greek","number_value":3117,"lemma":"μακρός","transliteration":"makrós","pronunciation":null,"derivation":"from G3372 (μῆκος);","strongs_definition":"long (in place (distant) or time (neuter plural))","kjv_definition":"far, long"} +{"id":"G3118","strongs_number":"G3118","system":"greek","language":"greek","number_value":3118,"lemma":"μακροχρόνιος","transliteration":"makrochrónios","pronunciation":null,"derivation":"from G3117 (μακρός) and G5550 (χρόνος);","strongs_definition":"long-timed, i.e. long-lived","kjv_definition":"live long"} +{"id":"G3119","strongs_number":"G3119","system":"greek","language":"greek","number_value":3119,"lemma":"μαλακία","transliteration":"malakía","pronunciation":null,"derivation":"from G3120 (μαλακός);","strongs_definition":"softness, i.e. enervation (debility)","kjv_definition":"disease"} +{"id":"G3120","strongs_number":"G3120","system":"greek","language":"greek","number_value":3120,"lemma":"μαλακός","transliteration":"malakós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"soft, i.e. fine (clothing); figuratively, a catamite","kjv_definition":"effeminate, soft"} +{"id":"G3121","strongs_number":"G3121","system":"greek","language":"greek","number_value":3121,"lemma":"Μαλελεήλ","transliteration":"Maleleḗl","pronunciation":null,"derivation":"of Hebrew origin (H04111);","strongs_definition":"Maleleel (i.e. Mahalalel), an antediluvian","kjv_definition":"Maleleel"} +{"id":"G3122","strongs_number":"G3122","system":"greek","language":"greek","number_value":3122,"lemma":"μάλιστα","transliteration":"málista","pronunciation":null,"derivation":"neuter plural of the superlative of an apparently primary adverb (very);","strongs_definition":"(adverbially) most (in the greatest degree) or particularly","kjv_definition":"chiefly, most of all, (e-)specially"} +{"id":"G3123","strongs_number":"G3123","system":"greek","language":"greek","number_value":3123,"lemma":"μᾶλλον","transliteration":"mâllon","pronunciation":null,"derivation":"neuter of the comparative of the same as G3122 (μάλιστα);","strongs_definition":"(adverbially) more (in a greater degree)) or rather","kjv_definition":"+ better, X far, (the) more (and more), (so) much (the more), rather"} +{"id":"G3124","strongs_number":"G3124","system":"greek","language":"greek","number_value":3124,"lemma":"Μάλχος","transliteration":"Málchos","pronunciation":null,"derivation":"of Hebrew origin (H04429);","strongs_definition":"Malchus, an Israelite","kjv_definition":"Malchus"} +{"id":"G3125","strongs_number":"G3125","system":"greek","language":"greek","number_value":3125,"lemma":"μάμμη","transliteration":"mámmē","pronunciation":null,"derivation":"of natural origin (\"mammy\");","strongs_definition":"a grandmother","kjv_definition":"grandmother"} +{"id":"G3126","strongs_number":"G3126","system":"greek","language":"greek","number_value":3126,"lemma":"μαμμωνᾶς","transliteration":"mammōnâs","pronunciation":null,"derivation":"of Chaldee origin (confidence, i.e. wealth, personified);","strongs_definition":"mammonas, i.e. avarice (deified)","kjv_definition":"mammon"} +{"id":"G3127","strongs_number":"G3127","system":"greek","language":"greek","number_value":3127,"lemma":"Μαναήν","transliteration":"Manaḗn","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Manaën, a Christian","kjv_definition":"Manaen"} +{"id":"G3128","strongs_number":"G3128","system":"greek","language":"greek","number_value":3128,"lemma":"Μανασσῆς","transliteration":"Manassēs","pronunciation":null,"derivation":"of Hebrew origin (H04519);","strongs_definition":"Mannasses (i.e. Menashsheh), an Israelite","kjv_definition":"Manasses"} +{"id":"G3129","strongs_number":"G3129","system":"greek","language":"greek","number_value":3129,"lemma":"μανθάνω","transliteration":"manthánō","pronunciation":null,"derivation":"prolongation from a primary verb, another form of which, , is used as an alternate in certain tenses;","strongs_definition":"to learn (in any way)","kjv_definition":"learn, understand"} +{"id":"G3130","strongs_number":"G3130","system":"greek","language":"greek","number_value":3130,"lemma":"μανία","transliteration":"manía","pronunciation":null,"derivation":"from G3105 (μαίνομαι);","strongs_definition":"craziness","kjv_definition":"(+ make) X mad"} +{"id":"G3131","strongs_number":"G3131","system":"greek","language":"greek","number_value":3131,"lemma":"μάννα","transliteration":"mánna","pronunciation":null,"derivation":"of Hebrew origin (H04478);","strongs_definition":"manna (i.e. man), an edible gum","kjv_definition":"manna"} +{"id":"G3132","strongs_number":"G3132","system":"greek","language":"greek","number_value":3132,"lemma":"μαντεύομαι","transliteration":"manteúomai","pronunciation":null,"derivation":"from a derivative of G3105 (μαίνομαι) (meaning a prophet, as supposed to rave through inspiration);","strongs_definition":"to divine, i.e. utter spells (under pretense of foretelling","kjv_definition":"by soothsaying"} +{"id":"G3133","strongs_number":"G3133","system":"greek","language":"greek","number_value":3133,"lemma":"μαραίνω","transliteration":"maraínō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to extinguish (as fire), i.e. (figuratively and passively) to pass away","kjv_definition":"fade away"} +{"id":"G3134","strongs_number":"G3134","system":"greek","language":"greek","number_value":3134,"lemma":"μαρὰν ἀθά","transliteration":"maràn athá","pronunciation":null,"derivation":"of Chaldee origin (meaning our Lord has come);","strongs_definition":"maranatha, i.e. an exclamation of the approaching divine judgment","kjv_definition":"Maran-atha"} +{"id":"G3135","strongs_number":"G3135","system":"greek","language":"greek","number_value":3135,"lemma":"μαργαρίτης","transliteration":"margarítēs","pronunciation":null,"derivation":"from (a pearl-oyster);","strongs_definition":"a pearl","kjv_definition":"pearl"} +{"id":"G3136","strongs_number":"G3136","system":"greek","language":"greek","number_value":3136,"lemma":"Μάρθα","transliteration":"Mártha","pronunciation":null,"derivation":"probably of Chaldee origin (meaning mistress);","strongs_definition":"Martha, a Christian woman","kjv_definition":"Martha"} +{"id":"G3137","strongs_number":"G3137","system":"greek","language":"greek","number_value":3137,"lemma":"Μαρία","transliteration":"María","pronunciation":null,"derivation":"of Hebrew origin (H04813);","strongs_definition":"Maria or Mariam (i.e. Mirjam), the name of six Christian females","kjv_definition":"Mary"} +{"id":"G3138","strongs_number":"G3138","system":"greek","language":"greek","number_value":3138,"lemma":"Μάρκος","transliteration":"Márkos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Marcus, a Christian","kjv_definition":"Marcus, Mark"} +{"id":"G3139","strongs_number":"G3139","system":"greek","language":"greek","number_value":3139,"lemma":"μάρμαρος","transliteration":"mármaros","pronunciation":null,"derivation":"from (to glisten);","strongs_definition":"marble (as sparkling white)","kjv_definition":"marble"} +{"id":"G3140","strongs_number":"G3140","system":"greek","language":"greek","number_value":3140,"lemma":"μαρτυρέω","transliteration":"martyréō","pronunciation":null,"derivation":"from G3144 (μάρτυς);","strongs_definition":"to be a witness, i.e. testify (literally or figuratively)","kjv_definition":"charge, give (evidence), bear record, have (obtain, of) good (honest) report, be well reported of, testify, give (have) testimony, (be, bear, give, obtain) witness"} +{"id":"G3141","strongs_number":"G3141","system":"greek","language":"greek","number_value":3141,"lemma":"μαρτυρία","transliteration":"martyría","pronunciation":null,"derivation":"from G3144 (μάρτυς);","strongs_definition":"evidence given (judicially or genitive case)","kjv_definition":"record, report, testimony, witness"} +{"id":"G3142","strongs_number":"G3142","system":"greek","language":"greek","number_value":3142,"lemma":"μαρτύριον","transliteration":"martýrion","pronunciation":null,"derivation":"neuter of a presumed derivative of G3144 (μάρτυς);","strongs_definition":"something evidential, i.e. (genitive case) evidence given or (specially), the Decalogue (in the sacred Tabernacle)","kjv_definition":"to be testified, testimony, witness"} +{"id":"G3143","strongs_number":"G3143","system":"greek","language":"greek","number_value":3143,"lemma":"μαρτύρομαι","transliteration":"martýromai","pronunciation":null,"derivation":"middle voice from G3144 (μάρτυς);","strongs_definition":"to be adduced as a witness, i.e. (figuratively) to obtest (in affirmation or exhortation)","kjv_definition":"take to record, testify"} +{"id":"G3144","strongs_number":"G3144","system":"greek","language":"greek","number_value":3144,"lemma":"μάρτυς","transliteration":"mártys","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a witness (literally (judicially) or figuratively (genitive case)); by analogy, a \"martyr\"","kjv_definition":"martyr, record, witness"} +{"id":"G3145","strongs_number":"G3145","system":"greek","language":"greek","number_value":3145,"lemma":"μασσάομαι","transliteration":"massáomai","pronunciation":null,"derivation":"from a primary (to handle or squeeze);","strongs_definition":"to chew","kjv_definition":"gnaw"} +{"id":"G3146","strongs_number":"G3146","system":"greek","language":"greek","number_value":3146,"lemma":"μαστιγόω","transliteration":"mastigóō","pronunciation":null,"derivation":"from G3148 (μάστιξ);","strongs_definition":"to flog (literally or figuratively)","kjv_definition":"scourge"} +{"id":"G3147","strongs_number":"G3147","system":"greek","language":"greek","number_value":3147,"lemma":"μαστίζω","transliteration":"mastízō","pronunciation":null,"derivation":"from G3149 (μαστός);","strongs_definition":"to whip (literally)","kjv_definition":"scourge"} +{"id":"G3148","strongs_number":"G3148","system":"greek","language":"greek","number_value":3148,"lemma":"μάστιξ","transliteration":"mástix","pronunciation":null,"derivation":"probably from the base of G3145 (μασσάομαι) (through the idea of contact);","strongs_definition":"a whip (literally, the Roman flagellum for criminals; figuratively, a disease)","kjv_definition":"plague, scourging"} +{"id":"G3149","strongs_number":"G3149","system":"greek","language":"greek","number_value":3149,"lemma":"μαστός","transliteration":"mastós","pronunciation":null,"derivation":"from the base of G3145 (μασσάομαι);","strongs_definition":"a (properly, female) breast (as if kneaded up)","kjv_definition":"pap"} +{"id":"G3150","strongs_number":"G3150","system":"greek","language":"greek","number_value":3150,"lemma":"ματαιολογία","transliteration":"mataiología","pronunciation":null,"derivation":"from G3151 (ματαιολόγος);","strongs_definition":"random talk, i.e. babble","kjv_definition":"vain jangling"} +{"id":"G3151","strongs_number":"G3151","system":"greek","language":"greek","number_value":3151,"lemma":"ματαιολόγος","transliteration":"mataiológos","pronunciation":null,"derivation":"from G3152 (μάταιος) and G3004 (λέγω);","strongs_definition":"an idle (i.e. senseless or mischievous) talker, i.e. a wrangler","kjv_definition":"vain talker"} +{"id":"G3152","strongs_number":"G3152","system":"greek","language":"greek","number_value":3152,"lemma":"μάταιος","transliteration":"mátaios","pronunciation":null,"derivation":"from the base of G3155 (μάτην);","strongs_definition":"empty, i.e. (literally) profitless, or (specially), an idol","kjv_definition":"vain, vanity"} +{"id":"G3153","strongs_number":"G3153","system":"greek","language":"greek","number_value":3153,"lemma":"ματαιότης","transliteration":"mataiótēs","pronunciation":null,"derivation":"from G3152 (μάταιος);","strongs_definition":"inutility; figuratively, transientness; morally, depravity","kjv_definition":"vanity"} +{"id":"G3154","strongs_number":"G3154","system":"greek","language":"greek","number_value":3154,"lemma":"ματαιόω","transliteration":"mataióō","pronunciation":null,"derivation":"from G3152 (μάταιος);","strongs_definition":"to render (passively, become) foolish, i.e. (morally) wicked or (specially), idolatrous","kjv_definition":"become vain"} +{"id":"G3155","strongs_number":"G3155","system":"greek","language":"greek","number_value":3155,"lemma":"μάτην","transliteration":"mátēn","pronunciation":null,"derivation":"accusative case of a derivative of the base of G3145 (μασσάομαι) (through the idea of tentative manipulation, i.e. unsuccessful search, or else of punishment);","strongs_definition":"folly, i.e. (adverbially) to no purpose","kjv_definition":"in vain"} +{"id":"G3156","strongs_number":"G3156","system":"greek","language":"greek","number_value":3156,"lemma":"Ματθαῖος","transliteration":"Matthaîos","pronunciation":null,"derivation":"a shorter form of G3164 (μάχομαι);","strongs_definition":"Matthæus (i.e. Matthitjah), an Israelite and a Christian","kjv_definition":"Matthew"} +{"id":"G3157","strongs_number":"G3157","system":"greek","language":"greek","number_value":3157,"lemma":"Ματθάν","transliteration":"Matthán","pronunciation":null,"derivation":"of Hebrew origin (H04977);","strongs_definition":"Matthan (i.e. Mattan), an Israelite","kjv_definition":"Matthan"} +{"id":"G3158","strongs_number":"G3158","system":"greek","language":"greek","number_value":3158,"lemma":"Ματθάτ","transliteration":"Matthát","pronunciation":null,"derivation":"probably a shortened form of G3161 (Ματταθίας);","strongs_definition":"Matthat (i.e. Mattithjah), the name of two Israelites","kjv_definition":"Mathat"} +{"id":"G3159","strongs_number":"G3159","system":"greek","language":"greek","number_value":3159,"lemma":"Ματθίας","transliteration":"Matthías","pronunciation":null,"derivation":"apparently a shortened form of G3161 (Ματταθίας);","strongs_definition":"Matthias (i.e. Mattithjah), an Israelite","kjv_definition":"Matthias"} +{"id":"G3160","strongs_number":"G3160","system":"greek","language":"greek","number_value":3160,"lemma":"Ματταθά","transliteration":"Mattathá","pronunciation":null,"derivation":"probably a shortened form of G3161 (Ματταθίας) (compare G4992 (σωτήριον));","strongs_definition":"Mattatha (i.e. Mattithjah), an Israelite","kjv_definition":"Mattatha"} +{"id":"G3161","strongs_number":"G3161","system":"greek","language":"greek","number_value":3161,"lemma":"Ματταθίας","transliteration":"Mattathías","pronunciation":null,"derivation":"of Hebrew origin (H04993);","strongs_definition":"Mattathias (i.e. Mattithjah), an Israelite and a Christian","kjv_definition":"Mattathias"} +{"id":"G3162","strongs_number":"G3162","system":"greek","language":"greek","number_value":3162,"lemma":"μάχαιρα","transliteration":"máchaira","pronunciation":null,"derivation":"probably feminine of a presumed derivative of G3163 (μάχη);","strongs_definition":"a knife, i.e. dirk; figuratively, war, judicial punishment","kjv_definition":"sword"} +{"id":"G3163","strongs_number":"G3163","system":"greek","language":"greek","number_value":3163,"lemma":"μάχη","transliteration":"máchē","pronunciation":null,"derivation":"from G3164 (μάχομαι);","strongs_definition":"a battle, i.e. (figuratively) controversy","kjv_definition":"fighting, strive, striving"} +{"id":"G3164","strongs_number":"G3164","system":"greek","language":"greek","number_value":3164,"lemma":"μάχομαι","transliteration":"máchomai","pronunciation":null,"derivation":"middle voice of an apparently primary verb;","strongs_definition":"to war, i.e. (figuratively) to quarrel, dispute","kjv_definition":"fight, strive"} +{"id":"G3165","strongs_number":"G3165","system":"greek","language":"greek","number_value":3165,"lemma":"μέ","transliteration":"mé","pronunciation":null,"derivation":"a shorter (and probably original) form of G1691 (ἐμέ);","strongs_definition":"me","kjv_definition":"I, me, my"} +{"id":"G3166","strongs_number":"G3166","system":"greek","language":"greek","number_value":3166,"lemma":"μεγαλαυχέω","transliteration":"megalauchéō","pronunciation":null,"derivation":"from a compound of G3173 (μέγας) and (to boast;","strongs_definition":"akin to G837 (αὐξάνω) and G2744 (καυχάομαι)); to talk big, i.e. be grandiloquent (arrogant, egotistic)","kjv_definition":"boast great things"} +{"id":"G3167","strongs_number":"G3167","system":"greek","language":"greek","number_value":3167,"lemma":"μεγαλεῖος","transliteration":"megaleîos","pronunciation":null,"derivation":"from G3173 (μέγας);","strongs_definition":"magnificent, i.e. (neuter, plural as noun) a conspicuous favor, or (subjectively) perfection","kjv_definition":"great things, wonderful works"} +{"id":"G3168","strongs_number":"G3168","system":"greek","language":"greek","number_value":3168,"lemma":"μεγαλειότης","transliteration":"megaleiótēs","pronunciation":null,"derivation":"from G3167 (μεγαλεῖος);","strongs_definition":"superbness, i.e. glory or splendor","kjv_definition":"magnificence, majesty, mighty power"} +{"id":"G3169","strongs_number":"G3169","system":"greek","language":"greek","number_value":3169,"lemma":"μεγαλοπρεπής","transliteration":"megaloprepḗs","pronunciation":null,"derivation":"from G3173 (μέγας) and G4241 (πρέπω);","strongs_definition":"befitting greatness or magnificence (majestic)","kjv_definition":"excellent"} +{"id":"G3170","strongs_number":"G3170","system":"greek","language":"greek","number_value":3170,"lemma":"μεγαλύνω","transliteration":"megalýnō","pronunciation":null,"derivation":"from G3173 (μέγας);","strongs_definition":"to make (or declare) great, i.e. increase or (figuratively) extol","kjv_definition":"enlarge, magnify, shew great"} +{"id":"G3171","strongs_number":"G3171","system":"greek","language":"greek","number_value":3171,"lemma":"μεγάλως","transliteration":"megálōs","pronunciation":null,"derivation":"adverb from G3173 (μέγας);","strongs_definition":"much","kjv_definition":"greatly"} +{"id":"G3172","strongs_number":"G3172","system":"greek","language":"greek","number_value":3172,"lemma":"μεγαλωσύνη","transliteration":"megalōsýnē","pronunciation":null,"derivation":"from G3173 (μέγας);","strongs_definition":"greatness, i.e. (figuratively) divinity (often God himself)","kjv_definition":"majesty"} +{"id":"G3173","strongs_number":"G3173","system":"greek","language":"greek","number_value":3173,"lemma":"μέγας","transliteration":"mégas","pronunciation":null,"derivation":"(including the prolonged forms, feminine , plural , etc.; compare also G3176 (μέγιστος), G3187 (μείζων));","strongs_definition":"big (literally or figuratively, in a very wide application)","kjv_definition":"(+ fear) exceedingly, great(-est), high, large, loud, mighty, + (be) sore (afraid), strong, X to years"} +{"id":"G3174","strongs_number":"G3174","system":"greek","language":"greek","number_value":3174,"lemma":"μέγεθος","transliteration":"mégethos","pronunciation":null,"derivation":"from G3173 (μέγας);","strongs_definition":"magnitude (figuratively)","kjv_definition":"greatness"} +{"id":"G3175","strongs_number":"G3175","system":"greek","language":"greek","number_value":3175,"lemma":"μεγιστᾶνες","transliteration":"megistânes","pronunciation":null,"derivation":"plural from G3176 (μέγιστος);","strongs_definition":"grandees","kjv_definition":"great men, lords"} +{"id":"G3176","strongs_number":"G3176","system":"greek","language":"greek","number_value":3176,"lemma":"μέγιστος","transliteration":"mégistos","pronunciation":null,"derivation":"superlative of G3173 (μέγας);","strongs_definition":"greatest or very great","kjv_definition":"exceeding great"} +{"id":"G3177","strongs_number":"G3177","system":"greek","language":"greek","number_value":3177,"lemma":"μεθερμηνεύω","transliteration":"methermēneúō","pronunciation":null,"derivation":"from G3326 (μετά) and G2059 (ἑρμηνεύω);","strongs_definition":"to explain over, i.e. translate","kjv_definition":"(by) interpret(-ation)"} +{"id":"G3178","strongs_number":"G3178","system":"greek","language":"greek","number_value":3178,"lemma":"μέθη","transliteration":"méthē","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"an intoxicant, i.e. (by implication) intoxication","kjv_definition":"drunkenness"} +{"id":"G3179","strongs_number":"G3179","system":"greek","language":"greek","number_value":3179,"lemma":"μεθίστημι","transliteration":"methístēmi","pronunciation":null,"derivation":"from G3326 (μετά) and G2476 (ἵστημι);","strongs_definition":"to transfer, i.e. carry away, depose or (figuratively) exchange, seduce","kjv_definition":"put out, remove, translate, turn away"} +{"id":"G3180","strongs_number":"G3180","system":"greek","language":"greek","number_value":3180,"lemma":"μεθοδεία","transliteration":"methodeía","pronunciation":null,"derivation":"from a compound of G3326 (μετά) and G3593 (ὁδεύω) (compare \"method\");","strongs_definition":"travelling over, i.e. travesty (trickery)","kjv_definition":"wile, lie in wait"} +{"id":"G3181","strongs_number":"G3181","system":"greek","language":"greek","number_value":3181,"lemma":"μεθόριος","transliteration":"methórios","pronunciation":null,"derivation":"from G3326 (μετά) and G3725 (ὅριον);","strongs_definition":"bounded alongside, i.e. contiguous (neuter plural as noun, frontier)","kjv_definition":"border"} +{"id":"G3182","strongs_number":"G3182","system":"greek","language":"greek","number_value":3182,"lemma":"μεθύσκω","transliteration":"methýskō","pronunciation":null,"derivation":"a prolonged (transitive) form of G3184 (μεθύω);","strongs_definition":"to intoxicate","kjv_definition":"be drunk(-en)"} +{"id":"G3183","strongs_number":"G3183","system":"greek","language":"greek","number_value":3183,"lemma":"μέθυσος","transliteration":"méthysos","pronunciation":null,"derivation":"from G3184 (μεθύω);","strongs_definition":"tipsy, i.e. (as noun) a sot","kjv_definition":"drunkard"} +{"id":"G3184","strongs_number":"G3184","system":"greek","language":"greek","number_value":3184,"lemma":"μεθύω","transliteration":"methýō","pronunciation":null,"derivation":"from another form of G3178 (μέθη);","strongs_definition":"to drink to intoxication, i.e. get drunk","kjv_definition":"drink well, make (be) drunk(-en)"} +{"id":"G3185","strongs_number":"G3185","system":"greek","language":"greek","number_value":3185,"lemma":"μεῖζον","transliteration":"meîzon","pronunciation":null,"derivation":"neuter of G3187 (μείζων);","strongs_definition":"(adverbially) in greater degree","kjv_definition":"the more"} +{"id":"G3186","strongs_number":"G3186","system":"greek","language":"greek","number_value":3186,"lemma":"μειζότερος","transliteration":"meizóteros","pronunciation":null,"derivation":"continued comparative of G3187 (μείζων);","strongs_definition":"still larger (figuratively)","kjv_definition":"greater"} +{"id":"G3187","strongs_number":"G3187","system":"greek","language":"greek","number_value":3187,"lemma":"μείζων","transliteration":"meízōn","pronunciation":null,"derivation":"irregular comparative of G3173 (μέγας);","strongs_definition":"larger (literally or figuratively, specially, in age)","kjv_definition":"elder, greater(-est), more"} +{"id":"G3188","strongs_number":"G3188","system":"greek","language":"greek","number_value":3188,"lemma":"μέλαν","transliteration":"mélan","pronunciation":null,"derivation":"neuter of G3189 (μέλας) as noun;","strongs_definition":"ink","kjv_definition":"ink"} +{"id":"G3189","strongs_number":"G3189","system":"greek","language":"greek","number_value":3189,"lemma":"μέλας","transliteration":"mélas","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"black","kjv_definition":"black"} +{"id":"G3190","strongs_number":"G3190","system":"greek","language":"greek","number_value":3190,"lemma":"Μελεᾶς","transliteration":"Meleâs","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Meleas, an Israelite","kjv_definition":"Meleas"} +{"id":"G3191","strongs_number":"G3191","system":"greek","language":"greek","number_value":3191,"lemma":"μελετάω","transliteration":"meletáō","pronunciation":null,"derivation":"from a presumed derivative of G3199 (μέλω);","strongs_definition":"to take care of, i.e. (by implication) revolve in the mind","kjv_definition":"imagine, (pre-)meditate"} +{"id":"G3192","strongs_number":"G3192","system":"greek","language":"greek","number_value":3192,"lemma":"μέλι","transliteration":"méli","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"honey","kjv_definition":"honey"} +{"id":"G3193","strongs_number":"G3193","system":"greek","language":"greek","number_value":3193,"lemma":"μελίσσιος","transliteration":"melíssios","pronunciation":null,"derivation":"from G3192 (μέλι);","strongs_definition":"relating to honey, i.e. bee (comb)","kjv_definition":"honeycomb"} +{"id":"G3194","strongs_number":"G3194","system":"greek","language":"greek","number_value":3194,"lemma":"Μελίτη","transliteration":"Melítē","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Melita, an island in the Mediterranean","kjv_definition":"Melita"} +{"id":"G3195","strongs_number":"G3195","system":"greek","language":"greek","number_value":3195,"lemma":"μέλλω","transliteration":"méllō","pronunciation":null,"derivation":"a strengthened form of G3199 (μέλω) (through the idea of expectation);","strongs_definition":"to intend, i.e. be about to be, do, or suffer something (of persons or things, especially events; in the sense of purpose, duty, necessity, probability, possibility, or hesitation)","kjv_definition":"about, after that, be (almost), (that which is, things, + which was for) to come, intend, was to (be), mean, mind, be at the point, (be) ready, + return, shall (begin), (which, that) should (after, afterwards, hereafter) tarry, which was for, will, would, be yet"} +{"id":"G3196","strongs_number":"G3196","system":"greek","language":"greek","number_value":3196,"lemma":"μέλος","transliteration":"mélos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a limb or part of the body","kjv_definition":"member"} +{"id":"G3197","strongs_number":"G3197","system":"greek","language":"greek","number_value":3197,"lemma":"Μελχί","transliteration":"Melchí","pronunciation":null,"derivation":"of Hebrew origin (H04428 with pronominal suffix, my king);","strongs_definition":"Melchi (i.e. Malki), the name of two Israelites","kjv_definition":"Melchi"} +{"id":"G3198","strongs_number":"G3198","system":"greek","language":"greek","number_value":3198,"lemma":"Μελχισεδέκ","transliteration":"Melchisedék","pronunciation":null,"derivation":"of Hebrew origin (H04442);","strongs_definition":"Melchisedek (i.e. Malkitsedek), a patriarch","kjv_definition":"Melchisedec"} +{"id":"G3199","strongs_number":"G3199","system":"greek","language":"greek","number_value":3199,"lemma":"μέλω","transliteration":"mélō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to be of interest to, i.e. to concern (only third person singular present indicative used impersonally, it matters)","kjv_definition":"(take) care"} +{"id":"G3200","strongs_number":"G3200","system":"greek","language":"greek","number_value":3200,"lemma":"μεμβράνα","transliteration":"membrána","pronunciation":null,"derivation":"of Latin origin (\"membrane\");","strongs_definition":"a (written) sheep-skin","kjv_definition":"parchment"} +{"id":"G3201","strongs_number":"G3201","system":"greek","language":"greek","number_value":3201,"lemma":"μέμφομαι","transliteration":"mémphomai","pronunciation":null,"derivation":"middle voice of an apparently primary verb;","strongs_definition":"to blame","kjv_definition":"find fault"} +{"id":"G3202","strongs_number":"G3202","system":"greek","language":"greek","number_value":3202,"lemma":"μεμψίμοιρος","transliteration":"mempsímoiros","pronunciation":null,"derivation":"from a presumed derivative of G3201 (μέμφομαι) and (fate;","strongs_definition":"akin to the base of G3313 (μέρος)); blaming fate, i.e. querulous (discontented)","kjv_definition":"complainer"} +{"id":"G3303","strongs_number":"G3303","system":"greek","language":"greek","number_value":3303,"lemma":"μέν","transliteration":"mén","pronunciation":null,"derivation":"a primary particle;","strongs_definition":"properly, indicative of affirmation or concession (in fact); usually followed by a contrasted clause with G1161 (δέ) (this one, the former, etc.)","kjv_definition":"even, indeed, so, some, truly, verily"} +{"id":"G3304","strongs_number":"G3304","system":"greek","language":"greek","number_value":3304,"lemma":"μενοῦνγε","transliteration":"menoûnge","pronunciation":null,"derivation":"from G3203 and G3767 (οὖν) and G1065 (γέ);","strongs_definition":"so then at least","kjv_definition":"nay but, yea doubtless (rather, verily)"} +{"id":"G3305","strongs_number":"G3305","system":"greek","language":"greek","number_value":3305,"lemma":"μέντοι","transliteration":"méntoi","pronunciation":null,"derivation":"from G3203 and G5104 (τοί);","strongs_definition":"indeed though, i.e. however","kjv_definition":"also, but, howbeit, nevertheless, yet"} +{"id":"G3306","strongs_number":"G3306","system":"greek","language":"greek","number_value":3306,"lemma":"μένω","transliteration":"ménō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to stay (in a given place, state, relation or expectancy)","kjv_definition":"abide, continue, dwell, endure, be present, remain, stand, tarry (for), X thine own"} +{"id":"G3307","strongs_number":"G3307","system":"greek","language":"greek","number_value":3307,"lemma":"μερίζω","transliteration":"merízō","pronunciation":null,"derivation":"from G3313 (μέρος);","strongs_definition":"to part, i.e. (literally) to apportion, bestow, share, or (figuratively) to disunite, differ","kjv_definition":"deal, be difference between, distribute, divide, give participle"} +{"id":"G3308","strongs_number":"G3308","system":"greek","language":"greek","number_value":3308,"lemma":"μέριμνα","transliteration":"mérimna","pronunciation":null,"derivation":"from G3307 (μερίζω) (through the idea of distraction);","strongs_definition":"solicitude","kjv_definition":"care"} +{"id":"G3309","strongs_number":"G3309","system":"greek","language":"greek","number_value":3309,"lemma":"μεριμνάω","transliteration":"merimnáō","pronunciation":null,"derivation":"from G3308 (μέριμνα);","strongs_definition":"to be anxious about","kjv_definition":"(be, have) care(-ful), take thought"} +{"id":"G3310","strongs_number":"G3310","system":"greek","language":"greek","number_value":3310,"lemma":"μερίς","transliteration":"merís","pronunciation":null,"derivation":"feminine of G3313 (μέρος);","strongs_definition":"a portion, i.e. province, share or (abstractly) participation","kjv_definition":"part (X -akers)"} +{"id":"G3311","strongs_number":"G3311","system":"greek","language":"greek","number_value":3311,"lemma":"μερισμός","transliteration":"merismós","pronunciation":null,"derivation":"from G3307 (μερίζω);","strongs_definition":"a separation or distribution","kjv_definition":"dividing asunder, gift"} +{"id":"G3312","strongs_number":"G3312","system":"greek","language":"greek","number_value":3312,"lemma":"μεριστής","transliteration":"meristḗs","pronunciation":null,"derivation":"from G3307 (μερίζω);","strongs_definition":"an apportioner (administrator)","kjv_definition":"divider"} +{"id":"G3313","strongs_number":"G3313","system":"greek","language":"greek","number_value":3313,"lemma":"μέρος","transliteration":"méros","pronunciation":null,"derivation":"from an obsolete but more primary form of (to get as a section or allotment);","strongs_definition":"a division or share (literally or figuratively, in a wide application)","kjv_definition":"behalf, course, coast, craft, particular (+ -ly), part (+ -ly), piece, portion, respect, side, some sort(-what)"} +{"id":"G3314","strongs_number":"G3314","system":"greek","language":"greek","number_value":3314,"lemma":"μεσημβρία","transliteration":"mesēmbría","pronunciation":null,"derivation":"from G3319 (μέσος) and G2250 (ἡμέρα);","strongs_definition":"midday; by implication, the south","kjv_definition":"noon, south"} +{"id":"G3315","strongs_number":"G3315","system":"greek","language":"greek","number_value":3315,"lemma":"μεσιτεύω","transliteration":"mesiteúō","pronunciation":null,"derivation":"from G3316 (μεσίτης);","strongs_definition":"to interpose (as arbiter), i.e (by implication) to ratify (as surety)","kjv_definition":"confirm"} +{"id":"G3316","strongs_number":"G3316","system":"greek","language":"greek","number_value":3316,"lemma":"μεσίτης","transliteration":"mesítēs","pronunciation":null,"derivation":"from G3319 (μέσος);","strongs_definition":"a go-between, i.e. (simply) an internunciator, or (by implication) a reconciler (intercessor)","kjv_definition":"mediator"} +{"id":"G3317","strongs_number":"G3317","system":"greek","language":"greek","number_value":3317,"lemma":"μεσονύκτιον","transliteration":"mesonýktion","pronunciation":null,"derivation":"neuter of compound of G3319 (μέσος) and G3571 (νύξ);","strongs_definition":"midnight (especially as a watch)","kjv_definition":"midnight"} +{"id":"G3318","strongs_number":"G3318","system":"greek","language":"greek","number_value":3318,"lemma":"Μεσοποταμία","transliteration":"Mesopotamía","pronunciation":null,"derivation":"from G3319 (μέσος) and G4215 (ποταμός);","strongs_definition":"Mesopotamia (as lying between the Euphrates and the Tigris; compare 0763), a region of Asia","kjv_definition":"Mesopotamia"} +{"id":"G3319","strongs_number":"G3319","system":"greek","language":"greek","number_value":3319,"lemma":"μέσος","transliteration":"mésos","pronunciation":null,"derivation":"from G3326 (μετά);","strongs_definition":"middle (as an adjective or (neuter) noun)","kjv_definition":"among, X before them, between, + forth, mid(-day, -night), midst, way"} +{"id":"G3320","strongs_number":"G3320","system":"greek","language":"greek","number_value":3320,"lemma":"μεσότοιχον","transliteration":"mesótoichon","pronunciation":null,"derivation":"from G3319 (μέσος) and G5109 (τοῖχος);","strongs_definition":"a partition (figuratively)","kjv_definition":"middle wall"} +{"id":"G3321","strongs_number":"G3321","system":"greek","language":"greek","number_value":3321,"lemma":"μεσουράνημα","transliteration":"mesouránēma","pronunciation":null,"derivation":"from a presumed compound of G3319 (μέσος) and G3772 (οὐρανός);","strongs_definition":"mid-sky","kjv_definition":"midst of heaven"} +{"id":"G3322","strongs_number":"G3322","system":"greek","language":"greek","number_value":3322,"lemma":"μεσόω","transliteration":"mesóō","pronunciation":null,"derivation":"from G3319 (μέσος);","strongs_definition":"to form the middle, i.e. (in point of time), to be half-way over","kjv_definition":"be about the midst"} +{"id":"G3323","strongs_number":"G3323","system":"greek","language":"greek","number_value":3323,"lemma":"Μεσσίας","transliteration":"Messías","pronunciation":null,"derivation":"of Hebrew origin (H04899);","strongs_definition":"the Messias (i.e. Mashiach), or Christ","kjv_definition":"Messias"} +{"id":"G3324","strongs_number":"G3324","system":"greek","language":"greek","number_value":3324,"lemma":"μεστός","transliteration":"mestós","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"replete (literally or figuratively)","kjv_definition":"full"} +{"id":"G3325","strongs_number":"G3325","system":"greek","language":"greek","number_value":3325,"lemma":"μεστόω","transliteration":"mestóō","pronunciation":null,"derivation":"from G3324 (μεστός);","strongs_definition":"to replenish, i.e. (by implication) to intoxicate","kjv_definition":"fill"} +{"id":"G3326","strongs_number":"G3326","system":"greek","language":"greek","number_value":3326,"lemma":"μετά","transliteration":"metá","pronunciation":null,"derivation":"a primary preposition (often used adverbially);","strongs_definition":"properly, denoting accompaniment; \"amid\" (local or causal); modified variously according to the case (genitive association, or accusative succession) with which it is joined; occupying an intermediate position between G575 (ἀπό) or G1537 (ἐκ) and G1519 (εἰς) or G4314 (πρός); less intimate than G1722 (ἐν) and less close than G4862 (σύν))","kjv_definition":"after(-ward), X that he again, against, among, X and, + follow, hence, hereafter, in, of, (up-)on, + our, X and setting, since, (un-)to, + together, when, with (+ -out)"} +{"id":"G3327","strongs_number":"G3327","system":"greek","language":"greek","number_value":3327,"lemma":"μεταβαίνω","transliteration":"metabaínō","pronunciation":null,"derivation":"from G3326 (μετά) and the base of G939 (βάσις);","strongs_definition":"to change place","kjv_definition":"depart, go, pass, remove"} +{"id":"G3328","strongs_number":"G3328","system":"greek","language":"greek","number_value":3328,"lemma":"μεταβάλλω","transliteration":"metabállō","pronunciation":null,"derivation":"from G3326 (μετά) and G906 (βάλλω);","strongs_definition":"to throw over, i.e. (middle voice figuratively) to turn about in opinion","kjv_definition":"change mind"} +{"id":"G3329","strongs_number":"G3329","system":"greek","language":"greek","number_value":3329,"lemma":"μετάγω","transliteration":"metágō","pronunciation":null,"derivation":"from G3326 (μετά) and G718 (ἁρμόζω);","strongs_definition":"to lead over, i.e. transfer (direct)","kjv_definition":"turn about"} +{"id":"G3330","strongs_number":"G3330","system":"greek","language":"greek","number_value":3330,"lemma":"μεταδίδωμι","transliteration":"metadídōmi","pronunciation":null,"derivation":"from G3326 (μετά) and G1325 (δίδωμι);","strongs_definition":"to give over, i.e. share","kjv_definition":"give, impart"} +{"id":"G3331","strongs_number":"G3331","system":"greek","language":"greek","number_value":3331,"lemma":"μετάθεσις","transliteration":"metáthesis","pronunciation":null,"derivation":"from G3346 (μετατίθημι);","strongs_definition":"transposition, i.e. transferral (to heaven), disestablishment (of a law)","kjv_definition":"change, removing, translation"} +{"id":"G3332","strongs_number":"G3332","system":"greek","language":"greek","number_value":3332,"lemma":"μεταίρω","transliteration":"metaírō","pronunciation":null,"derivation":"from G3326 (μετά) and G142 (αἴρω);","strongs_definition":"to betake oneself, i.e. remove (locally)","kjv_definition":"depart"} +{"id":"G3333","strongs_number":"G3333","system":"greek","language":"greek","number_value":3333,"lemma":"μετακαλέω","transliteration":"metakaléō","pronunciation":null,"derivation":"from G3326 (μετά) and G2564 (καλέω);","strongs_definition":"to call elsewhere, i.e. summon","kjv_definition":"call (for, hither)"} +{"id":"G3334","strongs_number":"G3334","system":"greek","language":"greek","number_value":3334,"lemma":"μετακινέω","transliteration":"metakinéō","pronunciation":null,"derivation":"from G3326 (μετά) and G2795 (κινέω);","strongs_definition":"to stir to a place elsewhere, i.e. remove (figuratively)","kjv_definition":"move away"} +{"id":"G3335","strongs_number":"G3335","system":"greek","language":"greek","number_value":3335,"lemma":"μεταλαμβάνω","transliteration":"metalambánō","pronunciation":null,"derivation":"from G3326 (μετά) and G2983 (λαμβάνω);","strongs_definition":"to participate; genitive case, to accept (and use)","kjv_definition":"eat, have, be partaker, receive, take"} +{"id":"G3336","strongs_number":"G3336","system":"greek","language":"greek","number_value":3336,"lemma":"μετάλημψις","transliteration":"metálēmpsis","pronunciation":null,"derivation":"from G3335 (μεταλαμβάνω);","strongs_definition":"participation","kjv_definition":"taking"} +{"id":"G3337","strongs_number":"G3337","system":"greek","language":"greek","number_value":3337,"lemma":"μεταλλάσσω","transliteration":"metallássō","pronunciation":null,"derivation":"from G3326 (μετά) and G236 (ἀλλάσσω);","strongs_definition":"to exchange","kjv_definition":"change"} +{"id":"G3338","strongs_number":"G3338","system":"greek","language":"greek","number_value":3338,"lemma":"μεταμέλλομαι","transliteration":"metaméllomai","pronunciation":null,"derivation":"from G3326 (μετά) and the middle voice of G3199 (μέλω);","strongs_definition":"to care afterwards, i.e. regret","kjv_definition":"repent (self)"} +{"id":"G3339","strongs_number":"G3339","system":"greek","language":"greek","number_value":3339,"lemma":"μεταμορφόω","transliteration":"metamorphóō","pronunciation":null,"derivation":"from G3326 (μετά) and G3445 (μορφόω);","strongs_definition":"to transform (literally or figuratively, \"metamorphose\")","kjv_definition":"change, transfigure, transform"} +{"id":"G3340","strongs_number":"G3340","system":"greek","language":"greek","number_value":3340,"lemma":"μετανοέω","transliteration":"metanoéō","pronunciation":null,"derivation":"from G3326 (μετά) and G3539 (νοιέω);","strongs_definition":"to think differently or afterwards, i.e. reconsider (morally, feel compunction)","kjv_definition":"repent"} +{"id":"G3341","strongs_number":"G3341","system":"greek","language":"greek","number_value":3341,"lemma":"μετάνοια","transliteration":"metánoia","pronunciation":null,"derivation":"from G3340 (μετανοέω);","strongs_definition":"(subjectively) compunction (for guilt, including reformation); by implication, reversal (of (another's) decision)","kjv_definition":"repentance"} +{"id":"G3342","strongs_number":"G3342","system":"greek","language":"greek","number_value":3342,"lemma":"μεταξύ","transliteration":"metaxý","pronunciation":null,"derivation":"from G3326 (μετά) and a form of G4862 (σύν);","strongs_definition":"betwixt (of place or person); (of time) as adjective, intervening, or (by implication) adjoining","kjv_definition":"between, mean while, next"} +{"id":"G3343","strongs_number":"G3343","system":"greek","language":"greek","number_value":3343,"lemma":"μεταπέμπω","transliteration":"metapémpō","pronunciation":null,"derivation":"from G3326 (μετά) and G3992 (πέμπω);","strongs_definition":"to send from elsewhere, i.e. (middle voice) to summon or invite","kjv_definition":"call (send) for"} +{"id":"G3344","strongs_number":"G3344","system":"greek","language":"greek","number_value":3344,"lemma":"μεταστρέφω","transliteration":"metastréphō","pronunciation":null,"derivation":"from G3326 (μετά) and G4762 (στρέφω);","strongs_definition":"to turn across, i.e. transmute or (figuratively) corrupt","kjv_definition":"pervert, turn"} +{"id":"G3345","strongs_number":"G3345","system":"greek","language":"greek","number_value":3345,"lemma":"μετασχηματίζω","transliteration":"metaschēmatízō","pronunciation":null,"derivation":"from G3326 (μετά) and a derivative of G4976 (σχῆμα);","strongs_definition":"to transfigure or disguise; figuratively, to apply (by accommodation)","kjv_definition":"transfer, transform (self)"} +{"id":"G3346","strongs_number":"G3346","system":"greek","language":"greek","number_value":3346,"lemma":"μετατίθημι","transliteration":"metatíthēmi","pronunciation":null,"derivation":"from G3326 (μετά) and G5087 (τίθημι);","strongs_definition":"to transfer, i.e. (literally) transport, (by implication) exchange, (reflexively) change sides, or (figuratively) pervert","kjv_definition":"carry over, change, remove, translate, turn"} +{"id":"G3347","strongs_number":"G3347","system":"greek","language":"greek","number_value":3347,"lemma":"μετέπειτα","transliteration":"metépeita","pronunciation":null,"derivation":"from G3326 (μετά) and G1899 (ἔπειτα);","strongs_definition":"thereafter","kjv_definition":"afterward"} +{"id":"G3348","strongs_number":"G3348","system":"greek","language":"greek","number_value":3348,"lemma":"μετέχω","transliteration":"metéchō","pronunciation":null,"derivation":"from G3326 (μετά) and G2192 (ἔχω);","strongs_definition":"to share or participate; by implication, belong to, eat (or drink)","kjv_definition":"be partaker, pertain, take part, use"} +{"id":"G3349","strongs_number":"G3349","system":"greek","language":"greek","number_value":3349,"lemma":"μετεωρίζω","transliteration":"meteōrízō","pronunciation":null,"derivation":"from a compound of G3326 (μετά) and a collateral form of G142 (αἴρω) or perhaps rather G109 (ἀήρ) (compare \"meteor\");","strongs_definition":"to raise in mid-air, i.e. (figuratively) suspend (passively, fluctuate or be anxious)","kjv_definition":"be of doubtful mind"} +{"id":"G3350","strongs_number":"G3350","system":"greek","language":"greek","number_value":3350,"lemma":"μετοικεσία","transliteration":"metoikesía","pronunciation":null,"derivation":"from a derivative of a compound of G3326 (μετά) and G3624 (οἶκος);","strongs_definition":"a change of abode, i.e. (specially), expatriation","kjv_definition":"X brought, carried(-ying) away (in-)to"} +{"id":"G3351","strongs_number":"G3351","system":"greek","language":"greek","number_value":3351,"lemma":"μετοικίζω","transliteration":"metoikízō","pronunciation":null,"derivation":"from the same as G3350 (μετοικεσία);","strongs_definition":"to transfer as a settler or captive, i.e colonize or exile","kjv_definition":"carry away, remove into"} +{"id":"G3352","strongs_number":"G3352","system":"greek","language":"greek","number_value":3352,"lemma":"μετοχή","transliteration":"metochḗ","pronunciation":null,"derivation":"from G3348 (μετέχω);","strongs_definition":"participation, i.e. intercourse","kjv_definition":"fellowship"} +{"id":"G3353","strongs_number":"G3353","system":"greek","language":"greek","number_value":3353,"lemma":"μέτοχος","transliteration":"métochos","pronunciation":null,"derivation":"from G3348 (μετέχω);","strongs_definition":"participant, i.e. (as noun) a sharer; by implication, an associate","kjv_definition":"fellow, partaker, partner"} +{"id":"G3354","strongs_number":"G3354","system":"greek","language":"greek","number_value":3354,"lemma":"μετρέω","transliteration":"metréō","pronunciation":null,"derivation":"from G3358 (μέτρον);","strongs_definition":"to measure (i.e. ascertain in size by a fixed standard); by implication, to admeasure (i.e. allot by rule)","kjv_definition":"figuratively, to estimate:--measure, mete"} +{"id":"G3355","strongs_number":"G3355","system":"greek","language":"greek","number_value":3355,"lemma":"μετρητής","transliteration":"metrētḗs","pronunciation":null,"derivation":"from G3354 (μετρέω);","strongs_definition":"a measurer, i.e. (specially), a certain standard measure of capacity for liquids","kjv_definition":"firkin"} +{"id":"G3356","strongs_number":"G3356","system":"greek","language":"greek","number_value":3356,"lemma":"μετριοπαθέω","transliteration":"metriopathéō","pronunciation":null,"derivation":"from a compound of the base of G3357 (μετρίως) and G3806 (πάθος);","strongs_definition":"to be moderate in passion, i.e. gentle (to treat indulgently)","kjv_definition":"have compassion"} +{"id":"G3357","strongs_number":"G3357","system":"greek","language":"greek","number_value":3357,"lemma":"μετρίως","transliteration":"metríōs","pronunciation":null,"derivation":"adverb from a derivative of G3358 (μέτρον);","strongs_definition":"moderately, i.e. slightly","kjv_definition":"a little"} +{"id":"G3358","strongs_number":"G3358","system":"greek","language":"greek","number_value":3358,"lemma":"μέτρον","transliteration":"métron","pronunciation":null,"derivation":"an apparently primary word;","strongs_definition":"a measure (\"metre\"), literally or figuratively; by implication, a limited portion (degree)","kjv_definition":"measure"} +{"id":"G3359","strongs_number":"G3359","system":"greek","language":"greek","number_value":3359,"lemma":"μέτωπον","transliteration":"métōpon","pronunciation":null,"derivation":"from G3326 (μετά) and ops (the face);","strongs_definition":"the forehead (as opposite the countenance)","kjv_definition":"forehead"} +{"id":"G3360","strongs_number":"G3360","system":"greek","language":"greek","number_value":3360,"lemma":"μέχρι","transliteration":"méchri","pronunciation":null,"derivation":"from G3372 (μῆκος);","strongs_definition":"as far as, i.e. up to a certain point (as a preposition, of extent (denoting the terminus, whereas G891 (ἄχρι) refers especially to the space of time or place intervening) or conjunction)","kjv_definition":"till, (un-)to, until"} +{"id":"G3361","strongs_number":"G3361","system":"greek","language":"greek","number_value":3361,"lemma":"μή","transliteration":"mḗ","pronunciation":null,"derivation":"a primary particle of qualified negation (whereas G3756 (οὐ) expresses an absolute denial);","strongs_definition":"(adverb) not, (conjunction) lest; also (as an interrogative implying a negative answer (whereas G3756 (οὐ) expects an affirmative one)) whether","kjv_definition":"any but (that), X forbear, + God forbid, + lack, lest, neither, never, no (X wise in), none, nor, (can-)not, nothing, that not, un(-taken), without"} +{"id":"G3362","strongs_number":"G3362","system":"greek","language":"greek","number_value":3362,"lemma":"ἐὰν μή","transliteration":"eàn mḗ","pronunciation":null,"derivation":"i.e. G1437 (ἐάν) and G3361 (μή);","strongs_definition":"if not, i.e. unless","kjv_definition":"X before, but, except, if, no, (if, + whosoever) not"} +{"id":"G3363","strongs_number":"G3363","system":"greek","language":"greek","number_value":3363,"lemma":"ἵνα μή","transliteration":"hína mḗ","pronunciation":null,"derivation":"i.e. G2443 (ἵνα) and G3361 (μή);","strongs_definition":"in order (or so) that not","kjv_definition":"albeit not, lest, that, no(-t, (-thing))"} +{"id":"G3364","strongs_number":"G3364","system":"greek","language":"greek","number_value":3364,"lemma":"οὐ μή","transliteration":"ou mḗ","pronunciation":null,"derivation":"i.e. G3756 (οὐ) and G3361 (μή);","strongs_definition":"a double negative strengthening the denial; not at all","kjv_definition":"any more, at all, by any (no) means, neither, never, no (at all), in no case (wise), nor ever, not (at all, in any wise)"} +{"id":"G3365","strongs_number":"G3365","system":"greek","language":"greek","number_value":3365,"lemma":"μηδαμῶς","transliteration":"mēdamōs","pronunciation":null,"derivation":"adverb from a compound of G3361 (μή) and (somebody);","strongs_definition":"by no means","kjv_definition":"not so"} +{"id":"G3366","strongs_number":"G3366","system":"greek","language":"greek","number_value":3366,"lemma":"μηδέ","transliteration":"mēdé","pronunciation":null,"derivation":"from G3361 (μή) and G1161 (δέ);","strongs_definition":"but not, not even; in a continued negation, nor","kjv_definition":"neither, nor (yet), (no) not (once, so much as)"} +{"id":"G3367","strongs_number":"G3367","system":"greek","language":"greek","number_value":3367,"lemma":"μηδείς","transliteration":"mēdeís","pronunciation":null,"derivation":"from G3361 (μή) and G1520 (εἷς);","strongs_definition":"not even one (man, woman, thing)","kjv_definition":"any (man, thing), no (man), none, not (at all, any man, a whit), nothing, + without delay"} +{"id":"G3368","strongs_number":"G3368","system":"greek","language":"greek","number_value":3368,"lemma":"μηδέποτε","transliteration":"mēdépote","pronunciation":null,"derivation":"from G3366 (μηδέ) and G4218 (ποτέ);","strongs_definition":"not even ever","kjv_definition":"never"} +{"id":"G3369","strongs_number":"G3369","system":"greek","language":"greek","number_value":3369,"lemma":"μηδέπω","transliteration":"mēdépō","pronunciation":null,"derivation":"from G3366 (μηδέ) and G4452 (-πω);","strongs_definition":"not even yet","kjv_definition":"not yet"} +{"id":"G3370","strongs_number":"G3370","system":"greek","language":"greek","number_value":3370,"lemma":"Μῆδος","transliteration":"Mēdos","pronunciation":null,"derivation":"of foreign origin (compare H04074);","strongs_definition":"a Median, or inhabitant of Media","kjv_definition":"Mede"} +{"id":"G3371","strongs_number":"G3371","system":"greek","language":"greek","number_value":3371,"lemma":"μηκέτι","transliteration":"mēkéti","pronunciation":null,"derivation":"from G3361 (μή) and G2089 (ἔτι);","strongs_definition":"no further","kjv_definition":"any longer, (not) henceforth, hereafter, no henceforward (longer, more, soon), not any more"} +{"id":"G3372","strongs_number":"G3372","system":"greek","language":"greek","number_value":3372,"lemma":"μῆκος","transliteration":"mēkos","pronunciation":null,"derivation":"probably akin to G3173 (μέγας);","strongs_definition":"length (literally or figuratively) length.","kjv_definition":null} +{"id":"G3373","strongs_number":"G3373","system":"greek","language":"greek","number_value":3373,"lemma":"μηκύνω","transliteration":"mēkýnō","pronunciation":null,"derivation":"from G3372 (μῆκος);","strongs_definition":"to lengthen, i.e. (middle voice) to enlarge","kjv_definition":"grow up"} +{"id":"G3374","strongs_number":"G3374","system":"greek","language":"greek","number_value":3374,"lemma":"μηλωτή","transliteration":"mēlōtḗ","pronunciation":null,"derivation":"from (a sheep);","strongs_definition":"a sheep-skin","kjv_definition":"sheepskin"} +{"id":"G3375","strongs_number":"G3375","system":"greek","language":"greek","number_value":3375,"lemma":"μήν","transliteration":"mḗn","pronunciation":null,"derivation":"a stronger form of G3303 (μέν);","strongs_definition":"a particle of affirmation (only with G2229 (ἦ)); assuredly","kjv_definition":"+ surely"} +{"id":"G3376","strongs_number":"G3376","system":"greek","language":"greek","number_value":3376,"lemma":"μήν","transliteration":"mḗn","pronunciation":null,"derivation":"a primary word;","strongs_definition":"a month","kjv_definition":"month"} +{"id":"G3377","strongs_number":"G3377","system":"greek","language":"greek","number_value":3377,"lemma":"μηνύω","transliteration":"mēnýō","pronunciation":null,"derivation":"probably from the same base as G3145 (μασσάομαι) and G3415 (μνάομαι) (i.e. , to strive);","strongs_definition":"to disclose (through the idea of mental effort and thus calling to mind), i.e. report, declare, intimate","kjv_definition":"shew, tell"} +{"id":"G3378","strongs_number":"G3378","system":"greek","language":"greek","number_value":3378,"lemma":"μὴ οὐκ","transliteration":"mḕ ouk","pronunciation":null,"derivation":"i.e. G3361 (μή) and G3756 (οὐ);","strongs_definition":"as interrogative and negative, is it not that?","kjv_definition":"neither (followed by no), + never, not"} +{"id":"G3379","strongs_number":"G3379","system":"greek","language":"greek","number_value":3379,"lemma":"μήποτε","transliteration":"mḗpote","pronunciation":null,"derivation":"from G3361 (μή) and G4218 (ποτέ);","strongs_definition":"not ever; also if (or lest) ever (or perhaps)","kjv_definition":"if peradventure, lest (at any time, haply), not at all, whether or not"} +{"id":"G3380","strongs_number":"G3380","system":"greek","language":"greek","number_value":3380,"lemma":"μήπω","transliteration":"mḗpō","pronunciation":null,"derivation":"from G3361 (μή) and G4452 (-πω);","strongs_definition":"not yet","kjv_definition":"not yet"} +{"id":"G3381","strongs_number":"G3381","system":"greek","language":"greek","number_value":3381,"lemma":"μήπως","transliteration":"mḗpōs","pronunciation":null,"derivation":"from G3361 (μή) and G4458 (-πώς);","strongs_definition":"lest somehow","kjv_definition":"lest (by any means, by some means, haply, perhaps)"} +{"id":"G3382","strongs_number":"G3382","system":"greek","language":"greek","number_value":3382,"lemma":"μηρός","transliteration":"mērós","pronunciation":null,"derivation":"perhaps a primary word;","strongs_definition":"a thigh","kjv_definition":"thigh"} +{"id":"G3383","strongs_number":"G3383","system":"greek","language":"greek","number_value":3383,"lemma":"μήτε","transliteration":"mḗte","pronunciation":null,"derivation":"from G3361 (μή) and G5037 (τέ);","strongs_definition":"not too, i.e. (in continued negation) neither or nor; also, not even","kjv_definition":"neither, (n-)or, so as much"} +{"id":"G3384","strongs_number":"G3384","system":"greek","language":"greek","number_value":3384,"lemma":"μήτηρ","transliteration":"mḗtēr","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a \"mother\" (literally or figuratively, immediate or remote)","kjv_definition":"mother"} +{"id":"G3385","strongs_number":"G3385","system":"greek","language":"greek","number_value":3385,"lemma":"μήτι","transliteration":"mḗti","pronunciation":null,"derivation":"from G3361 (μή) and the neuter of G5100 (τὶς);","strongs_definition":"whether at all","kjv_definition":"not (the particle usually not expressed, except by the form of the question)"} +{"id":"G3386","strongs_number":"G3386","system":"greek","language":"greek","number_value":3386,"lemma":"μήτιγε","transliteration":"mḗtige","pronunciation":null,"derivation":"from G3385 (μήτι) and G1065 (γέ);","strongs_definition":"not at all then, i.e. not to say (the rather still)","kjv_definition":"how much more"} +{"id":"G3387","strongs_number":"G3387","system":"greek","language":"greek","number_value":3387,"lemma":"μήτις","transliteration":"mḗtis","pronunciation":null,"derivation":"from G3361 (μή) and G5100 (τὶς);","strongs_definition":"whether any","kjv_definition":"any (sometimes unexpressed except by the simple interrogative form of the sentence)"} +{"id":"G3388","strongs_number":"G3388","system":"greek","language":"greek","number_value":3388,"lemma":"μήτρα","transliteration":"mḗtra","pronunciation":null,"derivation":"from G3384 (μήτηρ);","strongs_definition":"the matrix","kjv_definition":"womb"} +{"id":"G3389","strongs_number":"G3389","system":"greek","language":"greek","number_value":3389,"lemma":"μητραλῴας","transliteration":"mētralṓias","pronunciation":null,"derivation":"from G3384 (μήτηρ) and the base of G257 (ἅλων);","strongs_definition":"a mother-thresher, i.e. matricide","kjv_definition":"murderer of mothers"} +{"id":"G3390","strongs_number":"G3390","system":"greek","language":"greek","number_value":3390,"lemma":"μητρόπολις","transliteration":"mētrópolis","pronunciation":null,"derivation":"from G3384 (μήτηρ) and G4172 (πόλις);","strongs_definition":"a mother city, i.e. \"metropolis\"","kjv_definition":"chiefest city"} +{"id":"G3391","strongs_number":"G3391","system":"greek","language":"greek","number_value":3391,"lemma":"μία","transliteration":"mía","pronunciation":null,"derivation":"irregular feminine of G1520 (εἷς);","strongs_definition":"one or first","kjv_definition":"a (certain), + agree, first, one, X other"} +{"id":"G3392","strongs_number":"G3392","system":"greek","language":"greek","number_value":3392,"lemma":"μιαίνω","transliteration":"miaínō","pronunciation":null,"derivation":"perhaps a primary verb;","strongs_definition":"to sully or taint, i.e. contaminate (ceremonially or morally)","kjv_definition":"defile"} +{"id":"G3393","strongs_number":"G3393","system":"greek","language":"greek","number_value":3393,"lemma":"μίασμα","transliteration":"míasma","pronunciation":null,"derivation":"from G3392 (μιαίνω) (\"miasma\");","strongs_definition":"(morally) foulness (properly, the effect)","kjv_definition":"pollution"} +{"id":"G3394","strongs_number":"G3394","system":"greek","language":"greek","number_value":3394,"lemma":"μιασμός","transliteration":"miasmós","pronunciation":null,"derivation":"from G3392 (μιαίνω);","strongs_definition":"(morally) contamination (properly, the act)","kjv_definition":"uncleanness"} +{"id":"G3395","strongs_number":"G3395","system":"greek","language":"greek","number_value":3395,"lemma":"μίγμα","transliteration":"mígma","pronunciation":null,"derivation":"from G3396 (μίγνυμι);","strongs_definition":"a compound","kjv_definition":"mixture"} +{"id":"G3396","strongs_number":"G3396","system":"greek","language":"greek","number_value":3396,"lemma":"μίγνυμι","transliteration":"mígnymi","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to mix","kjv_definition":"mingle"} +{"id":"G3397","strongs_number":"G3397","system":"greek","language":"greek","number_value":3397,"lemma":"μικρόν","transliteration":"mikrón","pronunciation":null,"derivation":"masculine or neuter singular of G3398 (μικρός) (as noun);","strongs_definition":"a small space of time or degree","kjv_definition":"a (little) (while)"} +{"id":"G3398","strongs_number":"G3398","system":"greek","language":"greek","number_value":3398,"lemma":"μικρός","transliteration":"mikrós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"small (in size, quantity, number or (figuratively) dignity)","kjv_definition":"least, less, little, small"} +{"id":"G3399","strongs_number":"G3399","system":"greek","language":"greek","number_value":3399,"lemma":"Μίλητος","transliteration":"Mílētos","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Miletus, a city of Asia Minor","kjv_definition":"Miletus"} +{"id":"G3400","strongs_number":"G3400","system":"greek","language":"greek","number_value":3400,"lemma":"μίλιον","transliteration":"mílion","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a thousand paces, i.e. a \"mile\"","kjv_definition":"mile"} +{"id":"G3401","strongs_number":"G3401","system":"greek","language":"greek","number_value":3401,"lemma":"μιμέομαι","transliteration":"miméomai","pronunciation":null,"derivation":"middle voice from (a \"mimic\");","strongs_definition":"to imitate","kjv_definition":"follow"} +{"id":"G3402","strongs_number":"G3402","system":"greek","language":"greek","number_value":3402,"lemma":"μιμητής","transliteration":"mimētḗs","pronunciation":null,"derivation":"from G3401 (μιμέομαι);","strongs_definition":"an imitator","kjv_definition":"follower"} +{"id":"G3403","strongs_number":"G3403","system":"greek","language":"greek","number_value":3403,"lemma":"μιμνήσκω","transliteration":"mimnḗskō","pronunciation":null,"derivation":"a prolonged form of G3415 (μνάομαι) (from which some of the tenses are borrowed);","strongs_definition":"to remind, i.e. (middle voice) to recall to mind","kjv_definition":"be mindful, remember"} +{"id":"G3404","strongs_number":"G3404","system":"greek","language":"greek","number_value":3404,"lemma":"μισέω","transliteration":"miséō","pronunciation":null,"derivation":"from a primary (hatred);","strongs_definition":"to detest (especially to persecute); by extension, to love less","kjv_definition":"hate(-ful)"} +{"id":"G3405","strongs_number":"G3405","system":"greek","language":"greek","number_value":3405,"lemma":"μισθαποδοσία","transliteration":"misthapodosía","pronunciation":null,"derivation":"from G3406 (μισθαποδότης);","strongs_definition":"requital (good or bad)","kjv_definition":"recompence of reward"} +{"id":"G3406","strongs_number":"G3406","system":"greek","language":"greek","number_value":3406,"lemma":"μισθαποδότης","transliteration":"misthapodótēs","pronunciation":null,"derivation":"from G3409 (μισθόω) and G591 (ἀποδίδωμι);","strongs_definition":"a renumerator","kjv_definition":"rewarder"} +{"id":"G3407","strongs_number":"G3407","system":"greek","language":"greek","number_value":3407,"lemma":"μίσθιος","transliteration":"místhios","pronunciation":null,"derivation":"from G3408 (μισθός);","strongs_definition":"a wage-earner","kjv_definition":"hired servant"} +{"id":"G3408","strongs_number":"G3408","system":"greek","language":"greek","number_value":3408,"lemma":"μισθός","transliteration":"misthós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"pay for service (literally or figuratively), good or bad","kjv_definition":"hire, reward, wages"} +{"id":"G3409","strongs_number":"G3409","system":"greek","language":"greek","number_value":3409,"lemma":"μισθόω","transliteration":"misthóō","pronunciation":null,"derivation":"from G3408 (μισθός);","strongs_definition":"to let out for wages, i.e. (middle voice) to hire","kjv_definition":"hire"} +{"id":"G3410","strongs_number":"G3410","system":"greek","language":"greek","number_value":3410,"lemma":"μίσθωμα","transliteration":"místhōma","pronunciation":null,"derivation":"from G3409 (μισθόω);","strongs_definition":"a rented building","kjv_definition":"hired house"} +{"id":"G3411","strongs_number":"G3411","system":"greek","language":"greek","number_value":3411,"lemma":"μισθωτός","transliteration":"misthōtós","pronunciation":null,"derivation":"from G3409 (μισθόω);","strongs_definition":"a wage-worker (good or bad)","kjv_definition":"hired servant, hireling"} +{"id":"G3412","strongs_number":"G3412","system":"greek","language":"greek","number_value":3412,"lemma":"Μιτυλήνη","transliteration":"Mitylḗnē","pronunciation":null,"derivation":"for (abounding in shellfish);","strongs_definition":"Mitylene (or Mytilene), a town on the island of Lesbos","kjv_definition":"Mitylene"} +{"id":"G3413","strongs_number":"G3413","system":"greek","language":"greek","number_value":3413,"lemma":"Μιχαήλ","transliteration":"Michaḗl","pronunciation":null,"derivation":"of Hebrew origin (H04317);","strongs_definition":"Michael, an archangel","kjv_definition":"Michael"} +{"id":"G3414","strongs_number":"G3414","system":"greek","language":"greek","number_value":3414,"lemma":"μνᾶ","transliteration":"mnâ","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a mna (i.e. mina), a certain weight","kjv_definition":"pound"} +{"id":"G3415","strongs_number":"G3415","system":"greek","language":"greek","number_value":3415,"lemma":"μνάομαι","transliteration":"mnáomai","pronunciation":null,"derivation":"middle voice of a derivative of G3306 (μένω) or perhaps of the base of G3145 (μασσάομαι) (through the idea of fixture in the mind or of mental grasp);","strongs_definition":"to bear in mind, i.e. recollect; by implication, to reward or punish","kjv_definition":"be mindful, remember, come (have) in remembrance"} +{"id":"G3416","strongs_number":"G3416","system":"greek","language":"greek","number_value":3416,"lemma":"Μνάσων","transliteration":"Mnásōn","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Mnason, a Christian","kjv_definition":"Mnason"} +{"id":"G3417","strongs_number":"G3417","system":"greek","language":"greek","number_value":3417,"lemma":"μνεία","transliteration":"mneía","pronunciation":null,"derivation":"from G3415 (μνάομαι) or G3403 (μιμνήσκω);","strongs_definition":"recollection; by implication, recital","kjv_definition":"mention, remembrance"} +{"id":"G3418","strongs_number":"G3418","system":"greek","language":"greek","number_value":3418,"lemma":"μνῆμα","transliteration":"mnēma","pronunciation":null,"derivation":"from G3415 (μνάομαι);","strongs_definition":"a memorial, i.e. sepulchral monument (burial-place)","kjv_definition":"grave, sepulchre, tomb"} +{"id":"G3419","strongs_number":"G3419","system":"greek","language":"greek","number_value":3419,"lemma":"μνημεῖον","transliteration":"mnēmeîon","pronunciation":null,"derivation":"from G3420 (μνήμη);","strongs_definition":"a remembrance, i.e. cenotaph (place of interment)","kjv_definition":"grave, sepulchre, tomb"} +{"id":"G3420","strongs_number":"G3420","system":"greek","language":"greek","number_value":3420,"lemma":"μνήμη","transliteration":"mnḗmē","pronunciation":null,"derivation":"from G3403 (μιμνήσκω);","strongs_definition":"memory","kjv_definition":"remembrance"} +{"id":"G3421","strongs_number":"G3421","system":"greek","language":"greek","number_value":3421,"lemma":"μνημονεύω","transliteration":"mnēmoneúō","pronunciation":null,"derivation":"from a derivative of G3420 (μνήμη);","strongs_definition":"to exercise memory, i.e. recollect; by implication, to punish; also to rehearse","kjv_definition":"make mention; be mindful, remember"} +{"id":"G3422","strongs_number":"G3422","system":"greek","language":"greek","number_value":3422,"lemma":"μνημόσυνον","transliteration":"mnēmósynon","pronunciation":null,"derivation":"from G3421 (μνημονεύω);","strongs_definition":"a reminder (memorandum), i.e. record","kjv_definition":"memorial"} +{"id":"G3423","strongs_number":"G3423","system":"greek","language":"greek","number_value":3423,"lemma":"μνηστεύω","transliteration":"mnēsteúō","pronunciation":null,"derivation":"from a derivative of G3415 (μνάομαι);","strongs_definition":"to give a souvenir (engagement present), i.e. betroth","kjv_definition":"espouse"} +{"id":"G3424","strongs_number":"G3424","system":"greek","language":"greek","number_value":3424,"lemma":"μογιλάλος","transliteration":"mogilálos","pronunciation":null,"derivation":"from G3425 (μόγις) and G2980 (λαλέω);","strongs_definition":"hardly talking, i.e. dumb (tongue-tied)","kjv_definition":"having an impediment in his speech"} +{"id":"G3425","strongs_number":"G3425","system":"greek","language":"greek","number_value":3425,"lemma":"μόγις","transliteration":"mógis","pronunciation":null,"derivation":"adverb from a primary (toil);","strongs_definition":"with difficulty","kjv_definition":"hardly"} +{"id":"G3426","strongs_number":"G3426","system":"greek","language":"greek","number_value":3426,"lemma":"μόδιος","transliteration":"módios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a modius, i.e. certain measure for things dry (the quantity or the utensil)","kjv_definition":"bushel"} +{"id":"G3427","strongs_number":"G3427","system":"greek","language":"greek","number_value":3427,"lemma":"μοί","transliteration":"moí","pronunciation":null,"derivation":"the simpler form of G1698 (ἐμοί);","strongs_definition":"to me","kjv_definition":"I, me, mine, my"} +{"id":"G3428","strongs_number":"G3428","system":"greek","language":"greek","number_value":3428,"lemma":"μοιχαλίς","transliteration":"moichalís","pronunciation":null,"derivation":"a prolonged form of the feminine of G3432 (μοιχός);","strongs_definition":"an adulteress (literally or figuratively)","kjv_definition":"adulteress(-ous, -y)"} +{"id":"G3429","strongs_number":"G3429","system":"greek","language":"greek","number_value":3429,"lemma":"μοιχάω","transliteration":"moicháō","pronunciation":null,"derivation":"from G3432 (μοιχός);","strongs_definition":"(middle voice) to commit adultery","kjv_definition":"commit adultery"} +{"id":"G3430","strongs_number":"G3430","system":"greek","language":"greek","number_value":3430,"lemma":"μοιχεία","transliteration":"moicheía","pronunciation":null,"derivation":"from G3431 (μοιχεύω);","strongs_definition":"adultery","kjv_definition":"adultery"} +{"id":"G3431","strongs_number":"G3431","system":"greek","language":"greek","number_value":3431,"lemma":"μοιχεύω","transliteration":"moicheúō","pronunciation":null,"derivation":"from G3432 (μοιχός);","strongs_definition":"to commit adultery","kjv_definition":"commit adultery"} +{"id":"G3432","strongs_number":"G3432","system":"greek","language":"greek","number_value":3432,"lemma":"μοιχός","transliteration":"moichós","pronunciation":null,"derivation":"perhaps a primary word;","strongs_definition":"a (male) paramour; figuratively, apostate","kjv_definition":"adulterer"} +{"id":"G3433","strongs_number":"G3433","system":"greek","language":"greek","number_value":3433,"lemma":"μόλις","transliteration":"mólis","pronunciation":null,"derivation":"probably by variation for G3425 (μόγις);","strongs_definition":"with difficulty","kjv_definition":"hardly, scarce(-ly), + with much work"} +{"id":"G3434","strongs_number":"G3434","system":"greek","language":"greek","number_value":3434,"lemma":"Μολόχ","transliteration":"Molóch","pronunciation":null,"derivation":"of Hebrew origin (H04432);","strongs_definition":"Moloch (i.e. Molek), an idol","kjv_definition":"Moloch"} +{"id":"G3435","strongs_number":"G3435","system":"greek","language":"greek","number_value":3435,"lemma":"μολύνω","transliteration":"molýnō","pronunciation":null,"derivation":"probably from G3189 (μέλας);","strongs_definition":"to soil (figuratively)","kjv_definition":"defile"} +{"id":"G3436","strongs_number":"G3436","system":"greek","language":"greek","number_value":3436,"lemma":"μολυσμός","transliteration":"molysmós","pronunciation":null,"derivation":"from G3435 (μολύνω);","strongs_definition":"a stain; i.e. (figuratively) immorality","kjv_definition":"filthiness"} +{"id":"G3437","strongs_number":"G3437","system":"greek","language":"greek","number_value":3437,"lemma":"μομφή","transliteration":"momphḗ","pronunciation":null,"derivation":"from G3201 (μέμφομαι);","strongs_definition":"blame, i.e. (by implication), a fault","kjv_definition":"quarrel"} +{"id":"G3438","strongs_number":"G3438","system":"greek","language":"greek","number_value":3438,"lemma":"μονή","transliteration":"monḗ","pronunciation":null,"derivation":"from G3306 (μένω);","strongs_definition":"a staying, i.e. residence (the act or the place)","kjv_definition":"abode, mansion"} +{"id":"G3439","strongs_number":"G3439","system":"greek","language":"greek","number_value":3439,"lemma":"μονογενής","transliteration":"monogenḗs","pronunciation":null,"derivation":"from G3441 (μόνος) and G1096 (γίνομαι);","strongs_definition":"only-born, i.e. sole","kjv_definition":"only (begotten, child)"} +{"id":"G3440","strongs_number":"G3440","system":"greek","language":"greek","number_value":3440,"lemma":"μόνον","transliteration":"mónon","pronunciation":null,"derivation":"neuter of G3441 (μόνος) as adverb;","strongs_definition":"merely","kjv_definition":"alone, but, only"} +{"id":"G3441","strongs_number":"G3441","system":"greek","language":"greek","number_value":3441,"lemma":"μόνος","transliteration":"mónos","pronunciation":null,"derivation":"probably from G3306 (μένω);","strongs_definition":"remaining, i.e. sole or single; by implication, mere","kjv_definition":"alone, only, by themselves"} +{"id":"G3442","strongs_number":"G3442","system":"greek","language":"greek","number_value":3442,"lemma":"μονόφθαλμος","transliteration":"monóphthalmos","pronunciation":null,"derivation":"from G3441 (μόνος) and G3788 (ὀφθαλμός);","strongs_definition":"one-eyed","kjv_definition":"with one eye"} +{"id":"G3443","strongs_number":"G3443","system":"greek","language":"greek","number_value":3443,"lemma":"μονόω","transliteration":"monóō","pronunciation":null,"derivation":"from G3441 (μόνος);","strongs_definition":"to isolate, i.e. bereave","kjv_definition":"be desolate"} +{"id":"G3444","strongs_number":"G3444","system":"greek","language":"greek","number_value":3444,"lemma":"μορφή","transliteration":"morphḗ","pronunciation":null,"derivation":"perhaps from the base of G3313 (μέρος) (through the idea of adjustment of parts);","strongs_definition":"shape; figuratively, nature","kjv_definition":"form"} +{"id":"G3445","strongs_number":"G3445","system":"greek","language":"greek","number_value":3445,"lemma":"μορφόω","transliteration":"morphóō","pronunciation":null,"derivation":"from the same as G3444 (μορφή);","strongs_definition":"to fashion (figuratively)","kjv_definition":"form"} +{"id":"G3446","strongs_number":"G3446","system":"greek","language":"greek","number_value":3446,"lemma":"μόρφωσις","transliteration":"mórphōsis","pronunciation":null,"derivation":"from G3445 (μορφόω);","strongs_definition":"formation, i.e. (by implication), appearance (semblance or (concretely) formula)","kjv_definition":"form"} +{"id":"G3447","strongs_number":"G3447","system":"greek","language":"greek","number_value":3447,"lemma":"μοσχοποιέω","transliteration":"moschopoiéō","pronunciation":null,"derivation":"from G3448 (μόσχος) and G4160 (ποιέω);","strongs_definition":"to fabricate the image of a bullock","kjv_definition":"make a calf"} +{"id":"G3448","strongs_number":"G3448","system":"greek","language":"greek","number_value":3448,"lemma":"μόσχος","transliteration":"móschos","pronunciation":null,"derivation":"probably strengthened for (a shoot);","strongs_definition":"a young bullock","kjv_definition":"calf"} +{"id":"G3449","strongs_number":"G3449","system":"greek","language":"greek","number_value":3449,"lemma":"μόχθος","transliteration":"móchthos","pronunciation":null,"derivation":"from the base of G3425 (μόγις);","strongs_definition":"toil, i.e. (by implication) sadness","kjv_definition":"painfulness, travail"} +{"id":"G3450","strongs_number":"G3450","system":"greek","language":"greek","number_value":3450,"lemma":"μοῦ","transliteration":"moû","pronunciation":null,"derivation":"the simpler form of G1700 (ἐμοῦ);","strongs_definition":"of me","kjv_definition":"I, me, mine (own), my"} +{"id":"G3451","strongs_number":"G3451","system":"greek","language":"greek","number_value":3451,"lemma":"μουσικός","transliteration":"mousikós","pronunciation":null,"derivation":"from (a Muse);","strongs_definition":"\"musical\", i.e. (as noun) a minstrel","kjv_definition":"musician"} +{"id":"G3452","strongs_number":"G3452","system":"greek","language":"greek","number_value":3452,"lemma":"μυελός","transliteration":"myelós","pronunciation":null,"derivation":"perhaps a primary word;","strongs_definition":"the marrow","kjv_definition":"marrow"} +{"id":"G3453","strongs_number":"G3453","system":"greek","language":"greek","number_value":3453,"lemma":"μυέω","transliteration":"myéō","pronunciation":null,"derivation":"from the base of G3466 (μυστήριον);","strongs_definition":"to initiate, i.e. (by implication) to teach","kjv_definition":"instruct"} +{"id":"G3454","strongs_number":"G3454","system":"greek","language":"greek","number_value":3454,"lemma":"μῦθος","transliteration":"mŷthos","pronunciation":null,"derivation":"perhaps from the same as G3453 (μυέω) (through the idea of tuition);","strongs_definition":"a tale, i.e. fiction (\"myth\")","kjv_definition":"fable"} +{"id":"G3455","strongs_number":"G3455","system":"greek","language":"greek","number_value":3455,"lemma":"μυκάομαι","transliteration":"mykáomai","pronunciation":null,"derivation":"from a presumed derivative of ( to \"moo\");","strongs_definition":"to bellow (roar)","kjv_definition":"roar"} +{"id":"G3456","strongs_number":"G3456","system":"greek","language":"greek","number_value":3456,"lemma":"μυκτηρίζω","transliteration":"myktērízō","pronunciation":null,"derivation":"from a derivative of the base of G3455 (μυκάομαι) (meaning snout, as that whence lowing proceeds);","strongs_definition":"to make mouths at, i.e. ridicule","kjv_definition":"mock"} +{"id":"G3457","strongs_number":"G3457","system":"greek","language":"greek","number_value":3457,"lemma":"μυλικός","transliteration":"mylikós","pronunciation":null,"derivation":"from G3458 (μύλος);","strongs_definition":"belonging to a mill","kjv_definition":"mill(-stone)"} +{"id":"G3458","strongs_number":"G3458","system":"greek","language":"greek","number_value":3458,"lemma":"μύλος","transliteration":"mýlos","pronunciation":null,"derivation":"probably ultimately from the base of G3433 (μόλις) (through the idea of hardship);","strongs_definition":"a \"mill\", i.e. (by implication), a grinder (millstone)","kjv_definition":"millstone"} +{"id":"G3459","strongs_number":"G3459","system":"greek","language":"greek","number_value":3459,"lemma":"μύλων","transliteration":"mýlōn","pronunciation":null,"derivation":"from G3458 (μύλος);","strongs_definition":"a mill-house","kjv_definition":"mill"} +{"id":"G3460","strongs_number":"G3460","system":"greek","language":"greek","number_value":3460,"lemma":"Μύρα","transliteration":"Mýra","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Myra, a place in Asia Minor","kjv_definition":"Myra"} +{"id":"G3461","strongs_number":"G3461","system":"greek","language":"greek","number_value":3461,"lemma":"μυριάς","transliteration":"myriás","pronunciation":null,"derivation":"from G3463 (μύριοι);","strongs_definition":"a ten-thousand; by extension, a \"myriad\" or indefinite number","kjv_definition":"ten thousand"} +{"id":"G3462","strongs_number":"G3462","system":"greek","language":"greek","number_value":3462,"lemma":"μυρίζω","transliteration":"myrízō","pronunciation":null,"derivation":"from G3464 (μύρον);","strongs_definition":"to apply (perfumed) unguent to","kjv_definition":"anoint"} +{"id":"G3463","strongs_number":"G3463","system":"greek","language":"greek","number_value":3463,"lemma":"μύριοι","transliteration":"mýrioi","pronunciation":null,"derivation":"plural of an apparently primary word (properly, meaning very many);","strongs_definition":"ten thousand; by extension, innumerably many","kjv_definition":"ten thousand"} +{"id":"G3464","strongs_number":"G3464","system":"greek","language":"greek","number_value":3464,"lemma":"μύρον","transliteration":"mýron","pronunciation":null,"derivation":"probably of foreign origin (compare H04753, G4666 (σμύρνα));","strongs_definition":"\"myrrh\", i.e. (by implication) perfumed oil","kjv_definition":"ointment"} +{"id":"G3465","strongs_number":"G3465","system":"greek","language":"greek","number_value":3465,"lemma":"Μυσία","transliteration":"Mysía","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Mysia, a region of Asia Minor","kjv_definition":"Mysia"} +{"id":"G3466","strongs_number":"G3466","system":"greek","language":"greek","number_value":3466,"lemma":"μυστήριον","transliteration":"mystḗrion","pronunciation":null,"derivation":"from a derivative of (to shut the mouth);","strongs_definition":"a secret or \"mystery\" (through the idea of silence imposed by initiation into religious rites)","kjv_definition":"mystery"} +{"id":"G3467","strongs_number":"G3467","system":"greek","language":"greek","number_value":3467,"lemma":"μυωπάζω","transliteration":"myōpázō","pronunciation":null,"derivation":"from a compound of the base of G3466 (μυστήριον) and (the face;","strongs_definition":"from G3700 (ὀπτάνομαι)); to shut the eyes, i.e. blink (see indistinctly)","kjv_definition":"cannot see far off"} +{"id":"G3468","strongs_number":"G3468","system":"greek","language":"greek","number_value":3468,"lemma":"μώλωψ","transliteration":"mṓlōps","pronunciation":null,"derivation":"from (\"moil\";","strongs_definition":"probably akin to the base of G3433 (μόλις)) and probably (the face; from G3700 (ὀπτάνομαι)); a mole (\"black eye\") or blow-mark","kjv_definition":"stripe"} +{"id":"G3469","strongs_number":"G3469","system":"greek","language":"greek","number_value":3469,"lemma":"μωμάομαι","transliteration":"mōmáomai","pronunciation":null,"derivation":"from G3470 (μῶμος);","strongs_definition":"to carp at, i.e. censure (discredit)","kjv_definition":"blame"} +{"id":"G3470","strongs_number":"G3470","system":"greek","language":"greek","number_value":3470,"lemma":"μῶμος","transliteration":"mōmos","pronunciation":null,"derivation":"perhaps from G3201 (μέμφομαι);","strongs_definition":"a flaw or blot, i.e. (figuratively) disgraceful person","kjv_definition":"blemish"} +{"id":"G3471","strongs_number":"G3471","system":"greek","language":"greek","number_value":3471,"lemma":"μωραίνω","transliteration":"mōraínō","pronunciation":null,"derivation":"from G3474 (μωρός);","strongs_definition":"to become insipid; figuratively, to make (passively, act) as a simpleton","kjv_definition":"become fool, make foolish, lose savour"} +{"id":"G3472","strongs_number":"G3472","system":"greek","language":"greek","number_value":3472,"lemma":"μωρία","transliteration":"mōría","pronunciation":null,"derivation":"from G3474 (μωρός);","strongs_definition":"silliness, i.e. absurdity","kjv_definition":"foolishness"} +{"id":"G3473","strongs_number":"G3473","system":"greek","language":"greek","number_value":3473,"lemma":"μωρολογία","transliteration":"mōrología","pronunciation":null,"derivation":"from a compound of G3474 (μωρός) and G3004 (λέγω);","strongs_definition":"silly talk, i.e. buffoonery","kjv_definition":"foolish talking"} +{"id":"G3474","strongs_number":"G3474","system":"greek","language":"greek","number_value":3474,"lemma":"μωρός","transliteration":"mōrós","pronunciation":null,"derivation":"probably from the base of G3466 (μυστήριον);","strongs_definition":"dull or stupid (as if shut up), i.e. heedless, (morally) blockhead, (apparently) absurd","kjv_definition":"fool(-ish, X -ishness)"} +{"id":"G3475","strongs_number":"G3475","system":"greek","language":"greek","number_value":3475,"lemma":"Μωσεύς","transliteration":"Mōseús","pronunciation":null,"derivation":"of Hebrew origin; (H04872);","strongs_definition":"Moseus, Moses, or Mouses (i.e. Mosheh), the Hebrew lawgiver","kjv_definition":"Moses"} +{"id":"G3476","strongs_number":"G3476","system":"greek","language":"greek","number_value":3476,"lemma":"Ναασσών","transliteration":"Naassṓn","pronunciation":null,"derivation":"of Hebrew origin (H05177);","strongs_definition":"Naasson (i.e. Nachshon), an Israelite","kjv_definition":"Naasson"} +{"id":"G3477","strongs_number":"G3477","system":"greek","language":"greek","number_value":3477,"lemma":"Ναγγαί","transliteration":"Nangaí","pronunciation":null,"derivation":"probably of Hebrew origin (compare H05052);","strongs_definition":"Nangæ (i.e. perhaps Nogach), an Israelite","kjv_definition":"Nagge"} +{"id":"G3478","strongs_number":"G3478","system":"greek","language":"greek","number_value":3478,"lemma":"Ναζαρέθ","transliteration":"Nazaréth","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Nazareth or Nazaret, a place in Palestine","kjv_definition":"Nazareth"} +{"id":"G3479","strongs_number":"G3479","system":"greek","language":"greek","number_value":3479,"lemma":"Ναζαρηνός","transliteration":"Nazarēnós","pronunciation":null,"derivation":"from G3478 (Ναζαρέθ);","strongs_definition":"a Nazarene, i.e. inhabitant of Nazareth","kjv_definition":"of Nazareth"} +{"id":"G3480","strongs_number":"G3480","system":"greek","language":"greek","number_value":3480,"lemma":"Ναζωραῖος","transliteration":"Nazōraîos","pronunciation":null,"derivation":"from G3478 (Ναζαρέθ);","strongs_definition":"a Nazoræan, i.e. inhabitant of Nazareth; by extension, a Christian","kjv_definition":"Nazarene, of Nazareth"} +{"id":"G3481","strongs_number":"G3481","system":"greek","language":"greek","number_value":3481,"lemma":"Ναθάν","transliteration":"Nathán","pronunciation":null,"derivation":"of Hebrew origin (H05416);","strongs_definition":"Nathan, an Israelite","kjv_definition":"Nathan"} +{"id":"G3482","strongs_number":"G3482","system":"greek","language":"greek","number_value":3482,"lemma":"Ναθαναήλ","transliteration":"Nathanaḗl","pronunciation":null,"derivation":"of Hebrew origin (H05417);","strongs_definition":"Nathanaël (i.e. Nathanel), an Israelite and Christian","kjv_definition":"Nathanael"} +{"id":"G3483","strongs_number":"G3483","system":"greek","language":"greek","number_value":3483,"lemma":"ναί","transliteration":"naí","pronunciation":null,"derivation":"a primary particle of strong affirmation;","strongs_definition":"yes","kjv_definition":"even so, surely, truth, verily, yea, yes"} +{"id":"G3484","strongs_number":"G3484","system":"greek","language":"greek","number_value":3484,"lemma":"Ναΐν","transliteration":"Naḯn","pronunciation":null,"derivation":"probably of Hebrew origin (compare H04999);","strongs_definition":"Nain, a place in Palestine","kjv_definition":"Nain"} +{"id":"G3485","strongs_number":"G3485","system":"greek","language":"greek","number_value":3485,"lemma":"ναός","transliteration":"naós","pronunciation":null,"derivation":"from a primary (to dwell);","strongs_definition":"a fane, shrine, temple","kjv_definition":"shrine, temple"} +{"id":"G3486","strongs_number":"G3486","system":"greek","language":"greek","number_value":3486,"lemma":"Ναούμ","transliteration":"Naoúm","pronunciation":null,"derivation":"of Hebrew origin (H05151);","strongs_definition":"Naum (i.e. Nachum), an Israelite","kjv_definition":"Naum"} +{"id":"G3487","strongs_number":"G3487","system":"greek","language":"greek","number_value":3487,"lemma":"νάρδος","transliteration":"nárdos","pronunciation":null,"derivation":"of foreign origin (compare H05373);","strongs_definition":"\"nard\"","kjv_definition":"(spike-)nard"} +{"id":"G3488","strongs_number":"G3488","system":"greek","language":"greek","number_value":3488,"lemma":"Νάρκισσος","transliteration":"Nárkissos","pronunciation":null,"derivation":"a flower of the same name, from (stupefaction, as a \"narcotic\");","strongs_definition":"Narcissus, a Roman","kjv_definition":"Narcissus"} +{"id":"G3489","strongs_number":"G3489","system":"greek","language":"greek","number_value":3489,"lemma":"ναυαγέω","transliteration":"nauagéō","pronunciation":null,"derivation":"from a compound of G3491 (ναῦς) and G71 (ἄγω);","strongs_definition":"to be shipwrecked (stranded, \"navigate\"), literally or figuratively","kjv_definition":"make (suffer) shipwreck"} +{"id":"G3490","strongs_number":"G3490","system":"greek","language":"greek","number_value":3490,"lemma":"ναύκληρος","transliteration":"naúklēros","pronunciation":null,"derivation":"from G3491 (ναῦς) and G2819 (κλῆρος) (\"clerk\");","strongs_definition":"a captain","kjv_definition":"owner of a ship"} +{"id":"G3491","strongs_number":"G3491","system":"greek","language":"greek","number_value":3491,"lemma":"ναῦς","transliteration":"naûs","pronunciation":null,"derivation":"from or (to float);","strongs_definition":"a boat (of any size)","kjv_definition":"ship"} +{"id":"G3492","strongs_number":"G3492","system":"greek","language":"greek","number_value":3492,"lemma":"ναύτης","transliteration":"naútēs","pronunciation":null,"derivation":"from G3491 (ναῦς);","strongs_definition":"a boatman, i.e. seaman","kjv_definition":"sailor, shipman"} +{"id":"G3493","strongs_number":"G3493","system":"greek","language":"greek","number_value":3493,"lemma":"Ναχώρ","transliteration":"Nachṓr","pronunciation":null,"derivation":"of Hebrew origin (H05152);","strongs_definition":"Nachor, the grandfather of Abraham","kjv_definition":"Nachor"} +{"id":"G3494","strongs_number":"G3494","system":"greek","language":"greek","number_value":3494,"lemma":"νεανίας","transliteration":"neanías","pronunciation":null,"derivation":"from a derivative of G3501 (νέος);","strongs_definition":"a youth (up to about forty years)","kjv_definition":"young man"} +{"id":"G3495","strongs_number":"G3495","system":"greek","language":"greek","number_value":3495,"lemma":"νεανίσκος","transliteration":"neanískos","pronunciation":null,"derivation":"from the same as G3494 (νεανίας);","strongs_definition":"a youth (under forty)","kjv_definition":"young man"} +{"id":"G3496","strongs_number":"G3496","system":"greek","language":"greek","number_value":3496,"lemma":"Νεάπολις","transliteration":"Neápolis","pronunciation":null,"derivation":"from G3501 (νέος) and G4172 (πόλις);","strongs_definition":"new town; Neapolis, a place in Macedonia","kjv_definition":"Neapolis"} +{"id":"G3497","strongs_number":"G3497","system":"greek","language":"greek","number_value":3497,"lemma":"Νεεμάν","transliteration":"Neemán","pronunciation":null,"derivation":"of Hebrew origin (H05283);","strongs_definition":"Neeman (i.e. Naaman), a Syrian","kjv_definition":"Naaman"} +{"id":"G3498","strongs_number":"G3498","system":"greek","language":"greek","number_value":3498,"lemma":"νεκρός","transliteration":"nekrós","pronunciation":null,"derivation":"from an apparently primary (a corpse);","strongs_definition":"dead (literally or figuratively; also as noun)","kjv_definition":"dead"} +{"id":"G3499","strongs_number":"G3499","system":"greek","language":"greek","number_value":3499,"lemma":"νεκρόω","transliteration":"nekróō","pronunciation":null,"derivation":"from G3498 (νεκρός);","strongs_definition":"to deaden, i.e. (figuratively) to subdue","kjv_definition":"be dead, mortify"} +{"id":"G3500","strongs_number":"G3500","system":"greek","language":"greek","number_value":3500,"lemma":"νέκρωσις","transliteration":"nékrōsis","pronunciation":null,"derivation":"from G3499 (νεκρόω);","strongs_definition":"decease; figuratively, impotency","kjv_definition":"deadness, dying"} +{"id":"G3501","strongs_number":"G3501","system":"greek","language":"greek","number_value":3501,"lemma":"νέος","transliteration":"néos","pronunciation":null,"derivation":"including the comparative ; a primary word;","strongs_definition":"\"new\", i.e. (of persons) youthful, or (of things) fresh; figuratively, regenerate","kjv_definition":"new, young"} +{"id":"G3502","strongs_number":"G3502","system":"greek","language":"greek","number_value":3502,"lemma":"νεοσσός","transliteration":"neossós","pronunciation":null,"derivation":"from G3501 (νέος);","strongs_definition":"a youngling (nestling)","kjv_definition":"young"} +{"id":"G3503","strongs_number":"G3503","system":"greek","language":"greek","number_value":3503,"lemma":"νεότης","transliteration":"neótēs","pronunciation":null,"derivation":"from G3501 (νέος);","strongs_definition":"newness, i.e. youthfulness","kjv_definition":"youth"} +{"id":"G3504","strongs_number":"G3504","system":"greek","language":"greek","number_value":3504,"lemma":"νεόφυτος","transliteration":"neóphytos","pronunciation":null,"derivation":"from G3501 (νέος) and a derivative of G5453 (φύω);","strongs_definition":"newly planted, i.e. (figuratively) a young convert (\"neophyte\")","kjv_definition":"novice"} +{"id":"G3505","strongs_number":"G3505","system":"greek","language":"greek","number_value":3505,"lemma":"Νέρων","transliteration":"Nérōn","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Neron (i.e. Nero), a Roman emperor","kjv_definition":"Nero"} +{"id":"G3506","strongs_number":"G3506","system":"greek","language":"greek","number_value":3506,"lemma":"νεύω","transliteration":"neúō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to \"nod\", i.e. (by analogy), signal","kjv_definition":"beckon"} +{"id":"G3507","strongs_number":"G3507","system":"greek","language":"greek","number_value":3507,"lemma":"νεφέλη","transliteration":"nephélē","pronunciation":null,"derivation":"from G3509 (νέφος);","strongs_definition":"properly, cloudiness, i.e. (concretely) a cloud","kjv_definition":"cloud"} +{"id":"G3508","strongs_number":"G3508","system":"greek","language":"greek","number_value":3508,"lemma":"Νεφθαλείμ","transliteration":"Nephthaleím","pronunciation":null,"derivation":"of Hebrew origin (H05321);","strongs_definition":"Nephthaleim (i.e. Naphthali), a tribe in Palestine","kjv_definition":"Nephthalim"} +{"id":"G3509","strongs_number":"G3509","system":"greek","language":"greek","number_value":3509,"lemma":"νέφος","transliteration":"néphos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a cloud","kjv_definition":"cloud"} +{"id":"G3510","strongs_number":"G3510","system":"greek","language":"greek","number_value":3510,"lemma":"νεφρός","transliteration":"nephrós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a kidney (plural), i.e. (figuratively) the inmost mind","kjv_definition":"reins"} +{"id":"G3511","strongs_number":"G3511","system":"greek","language":"greek","number_value":3511,"lemma":"νεωκόρος","transliteration":"neōkóros","pronunciation":null,"derivation":"from a form of G3485 (ναός) and (to sweep);","strongs_definition":"a temple-servant, i.e. (by implication) a votary","kjv_definition":"worshipper"} +{"id":"G3512","strongs_number":"G3512","system":"greek","language":"greek","number_value":3512,"lemma":"νεωτερικός","transliteration":"neōterikós","pronunciation":null,"derivation":"from the comparative of G3501 (νέος);","strongs_definition":"appertaining to younger persons, i.e. juvenile","kjv_definition":"youthful"} +{"id":"G3513","strongs_number":"G3513","system":"greek","language":"greek","number_value":3513,"lemma":"νή","transliteration":"nḗ","pronunciation":null,"derivation":"probably an intensive form of G3483 (ναί);","strongs_definition":"a particle of attestation (accompanied by the object invoked or appealed to in confirmation); as sure as","kjv_definition":"I protest by"} +{"id":"G3514","strongs_number":"G3514","system":"greek","language":"greek","number_value":3514,"lemma":"νήθω","transliteration":"nḗthō","pronunciation":null,"derivation":"from (of like meaning);","strongs_definition":"to spin","kjv_definition":"spin"} +{"id":"G3515","strongs_number":"G3515","system":"greek","language":"greek","number_value":3515,"lemma":"νηπιάζω","transliteration":"nēpiázō","pronunciation":null,"derivation":"from G3516 (νήπιος);","strongs_definition":"to act as a babe, i.e. (figuratively) innocently","kjv_definition":"be a child"} +{"id":"G3516","strongs_number":"G3516","system":"greek","language":"greek","number_value":3516,"lemma":"νήπιος","transliteration":"nḗpios","pronunciation":null,"derivation":"from an obsolete particle (implying negation) and G2031 (ἔπος);","strongs_definition":"not speaking, i.e. an infant (minor); figuratively, a simple-minded person, an immature Christian","kjv_definition":"babe, child (+ -ish)"} +{"id":"G3517","strongs_number":"G3517","system":"greek","language":"greek","number_value":3517,"lemma":"Νηρεύς","transliteration":"Nēreús","pronunciation":null,"derivation":"apparently from a derivative of the base of G3491 (ναῦς) (meaning wet);","strongs_definition":"Nereus, a Christian","kjv_definition":"Nereus"} +{"id":"G3518","strongs_number":"G3518","system":"greek","language":"greek","number_value":3518,"lemma":"Νηρί","transliteration":"Nērí","pronunciation":null,"derivation":"of Hebrew origin (H05374);","strongs_definition":"Neri (i.e. Nerijah), an Israelite","kjv_definition":"Neri"} +{"id":"G3519","strongs_number":"G3519","system":"greek","language":"greek","number_value":3519,"lemma":"νησίον","transliteration":"nēsíon","pronunciation":null,"derivation":"diminutive of G3520 (νῆσος);","strongs_definition":"an islet","kjv_definition":"island"} +{"id":"G3520","strongs_number":"G3520","system":"greek","language":"greek","number_value":3520,"lemma":"νῆσος","transliteration":"nēsos","pronunciation":null,"derivation":"probably from the base of G3491 (ναῦς);","strongs_definition":"an island","kjv_definition":"island, isle"} +{"id":"G3521","strongs_number":"G3521","system":"greek","language":"greek","number_value":3521,"lemma":"νηστεία","transliteration":"nēsteía","pronunciation":null,"derivation":"from G3522 (νηστεύω);","strongs_definition":"abstinence (from lack of food, or voluntary and religious); specially, the fast of the Day of Atonement","kjv_definition":"fast(-ing)"} +{"id":"G3522","strongs_number":"G3522","system":"greek","language":"greek","number_value":3522,"lemma":"νηστεύω","transliteration":"nēsteúō","pronunciation":null,"derivation":"from G3523 (νῆστις);","strongs_definition":"to abstain from food (religiously)","kjv_definition":"fast"} +{"id":"G3523","strongs_number":"G3523","system":"greek","language":"greek","number_value":3523,"lemma":"νῆστις","transliteration":"nēstis","pronunciation":null,"derivation":"from the inseparable negative particle (not) and G2068 (ἐσθίω);","strongs_definition":"not eating, i.e. abstinent from food (religiously)","kjv_definition":"fasting"} +{"id":"G3524","strongs_number":"G3524","system":"greek","language":"greek","number_value":3524,"lemma":"νηφάλεος","transliteration":"nēpháleos","pronunciation":null,"derivation":"from G3525 (νήφω);","strongs_definition":"sober, i.e. (figuratively) circumspect","kjv_definition":"sober"} +{"id":"G3525","strongs_number":"G3525","system":"greek","language":"greek","number_value":3525,"lemma":"νήφω","transliteration":"nḗphō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to abstain from wine (keep sober), i.e. (figuratively) be discreet","kjv_definition":"be sober, watch"} +{"id":"G3526","strongs_number":"G3526","system":"greek","language":"greek","number_value":3526,"lemma":"Νίγερ","transliteration":"Níger","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"black; Niger, a Christian","kjv_definition":"Niger"} +{"id":"G3527","strongs_number":"G3527","system":"greek","language":"greek","number_value":3527,"lemma":"Νικάνωρ","transliteration":"Nikánōr","pronunciation":null,"derivation":"probably from G3528 (νικάω);","strongs_definition":"victorious; Nicanor, a Christian","kjv_definition":"Nicanor"} +{"id":"G3528","strongs_number":"G3528","system":"greek","language":"greek","number_value":3528,"lemma":"νικάω","transliteration":"nikáō","pronunciation":null,"derivation":"from G3529 (νίκη);","strongs_definition":"to subdue (literally or figuratively)","kjv_definition":"conquer, overcome, prevail, get the victory"} +{"id":"G3529","strongs_number":"G3529","system":"greek","language":"greek","number_value":3529,"lemma":"νίκη","transliteration":"níkē","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"conquest (abstractly), i.e. (figuratively) the means of success","kjv_definition":"victory"} +{"id":"G3530","strongs_number":"G3530","system":"greek","language":"greek","number_value":3530,"lemma":"Νικόδημος","transliteration":"Nikódēmos","pronunciation":null,"derivation":"from G3534 (νῖκος) and G1218 (δῆμος);","strongs_definition":"victorious among his people; Nicodemus, an Israelite","kjv_definition":"Nicodemus"} +{"id":"G3531","strongs_number":"G3531","system":"greek","language":"greek","number_value":3531,"lemma":"Νικολαΐτης","transliteration":"Nikolaḯtēs","pronunciation":null,"derivation":"from G3532 (Νικόλαος);","strongs_definition":"a Nicolaite, i.e. adherent of Nicolaus","kjv_definition":"Nicolaitane"} +{"id":"G3532","strongs_number":"G3532","system":"greek","language":"greek","number_value":3532,"lemma":"Νικόλαος","transliteration":"Nikólaos","pronunciation":null,"derivation":"from G3534 (νῖκος) and G2994 (Λαοδικεύς);","strongs_definition":"victorious over the people; Nicolaus, a heretic","kjv_definition":"Nicolaus"} +{"id":"G3533","strongs_number":"G3533","system":"greek","language":"greek","number_value":3533,"lemma":"Νικόπολις","transliteration":"Nikópolis","pronunciation":null,"derivation":"from G3534 (νῖκος) and G4172 (πόλις);","strongs_definition":"victorious city; Nicopolis, a place in Macedonia","kjv_definition":"Nicopolis"} +{"id":"G3534","strongs_number":"G3534","system":"greek","language":"greek","number_value":3534,"lemma":"νῖκος","transliteration":"nîkos","pronunciation":null,"derivation":"from G3529 (νίκη);","strongs_definition":"a conquest (concretely), i.e. (by implication) triumph","kjv_definition":"victory"} +{"id":"G3535","strongs_number":"G3535","system":"greek","language":"greek","number_value":3535,"lemma":"Νινευΐ","transliteration":"Nineuḯ","pronunciation":null,"derivation":"of Hebrew origin (H05210);","strongs_definition":"Ninevi (i.e. Nineveh), the capital of Assyria","kjv_definition":"Nineve"} +{"id":"G3536","strongs_number":"G3536","system":"greek","language":"greek","number_value":3536,"lemma":"Νινευΐτης","transliteration":"Nineuḯtēs","pronunciation":null,"derivation":"from G3535 (Νινευΐ);","strongs_definition":"a Ninevite, i.e. inhabitant of Nineveh","kjv_definition":"of Nineve, Ninevite"} +{"id":"G3537","strongs_number":"G3537","system":"greek","language":"greek","number_value":3537,"lemma":"νιπτήρ","transliteration":"niptḗr","pronunciation":null,"derivation":"from G3538 (νίπτω);","strongs_definition":"a ewer","kjv_definition":"bason"} +{"id":"G3538","strongs_number":"G3538","system":"greek","language":"greek","number_value":3538,"lemma":"νίπτω","transliteration":"níptō","pronunciation":null,"derivation":null,"strongs_definition":"to cleanse (especially the hands or the feet or the face); ceremonially, to perform ablution","kjv_definition":"wash"} +{"id":"G3539","strongs_number":"G3539","system":"greek","language":"greek","number_value":3539,"lemma":"νοιέω","transliteration":"noiéō","pronunciation":null,"derivation":"from G3563 (νοῦς);","strongs_definition":"to exercise the mind (observe), i.e. (figuratively) to comprehend, heed","kjv_definition":"consider, perceive, think, understand"} +{"id":"G3540","strongs_number":"G3540","system":"greek","language":"greek","number_value":3540,"lemma":"νόημα","transliteration":"nóēma","pronunciation":null,"derivation":"from G3539 (νοιέω);","strongs_definition":"a perception, i.e. purpose, or (by implication) the intellect, disposition, itself","kjv_definition":"device, mind, thought"} +{"id":"G3541","strongs_number":"G3541","system":"greek","language":"greek","number_value":3541,"lemma":"νόθος","transliteration":"nóthos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a spurious or illegitimate son","kjv_definition":"bastard"} +{"id":"G3542","strongs_number":"G3542","system":"greek","language":"greek","number_value":3542,"lemma":"νομή","transliteration":"nomḗ","pronunciation":null,"derivation":"feminine from the same as G3551 (νόμος);","strongs_definition":"pasture, i.e. (the act) feeding (figuratively, spreading of a gangrene), or (the food) pasturage","kjv_definition":"X eat, pasture"} +{"id":"G3543","strongs_number":"G3543","system":"greek","language":"greek","number_value":3543,"lemma":"νομίζω","transliteration":"nomízō","pronunciation":null,"derivation":"from G3551 (νόμος);","strongs_definition":"properly, to do by law (usage), i.e. to accustom (passively, be usual); by extension, to deem or regard","kjv_definition":"suppose, thing, be wont"} +{"id":"G3544","strongs_number":"G3544","system":"greek","language":"greek","number_value":3544,"lemma":"νομικός","transliteration":"nomikós","pronunciation":null,"derivation":"from G3551 (νόμος);","strongs_definition":"according (or pertaining) to law, i.e. legal (ceremonially); as noun, an expert in the (Mosaic) law","kjv_definition":"about the law, lawyer"} +{"id":"G3545","strongs_number":"G3545","system":"greek","language":"greek","number_value":3545,"lemma":"νομίμως","transliteration":"nomímōs","pronunciation":null,"derivation":"adverb from a derivative of G3551 (νόμος);","strongs_definition":"legitimately (specially, agreeably to the rules of the lists)","kjv_definition":"lawfully"} +{"id":"G3546","strongs_number":"G3546","system":"greek","language":"greek","number_value":3546,"lemma":"νόμισμα","transliteration":"nómisma","pronunciation":null,"derivation":"from G3543 (νομίζω);","strongs_definition":"what is reckoned as of value (after the Latin numisma), i.e. current coin","kjv_definition":"money"} +{"id":"G3547","strongs_number":"G3547","system":"greek","language":"greek","number_value":3547,"lemma":"νομοδιδάσκαλος","transliteration":"nomodidáskalos","pronunciation":null,"derivation":"from G3551 (νόμος) and G1320 (διδάσκαλος);","strongs_definition":"an expounder of the (Jewish) law, i.e. a Rabbi","kjv_definition":"doctor (teacher) of the law"} +{"id":"G3548","strongs_number":"G3548","system":"greek","language":"greek","number_value":3548,"lemma":"νομοθεσία","transliteration":"nomothesía","pronunciation":null,"derivation":"from G3550 (νομοθέτης);","strongs_definition":"legislation (specially, the institution of the Mosaic code)","kjv_definition":"giving of the law"} +{"id":"G3549","strongs_number":"G3549","system":"greek","language":"greek","number_value":3549,"lemma":"νομοθετέω","transliteration":"nomothetéō","pronunciation":null,"derivation":"from G3550 (νομοθέτης);","strongs_definition":"to legislate, i.e. (passively) to have (the Mosaic) enactments injoined, be sanctioned (by them)","kjv_definition":"establish, receive the law"} +{"id":"G3550","strongs_number":"G3550","system":"greek","language":"greek","number_value":3550,"lemma":"νομοθέτης","transliteration":"nomothétēs","pronunciation":null,"derivation":"from G3551 (νόμος) and a derivative of G5087 (τίθημι);","strongs_definition":"a legislator","kjv_definition":"lawgiver"} +{"id":"G3551","strongs_number":"G3551","system":"greek","language":"greek","number_value":3551,"lemma":"νόμος","transliteration":"nómos","pronunciation":null,"derivation":"from a primary (to parcel out, especially food or grazing to animals);","strongs_definition":"law (through the idea of prescriptive usage), genitive case (regulation), specially, (of Moses (including the volume); also of the Gospel), or figuratively (a principle)","kjv_definition":"law"} +{"id":"G3552","strongs_number":"G3552","system":"greek","language":"greek","number_value":3552,"lemma":"νοσέω","transliteration":"noséō","pronunciation":null,"derivation":"from G3554 (νόσος);","strongs_definition":"to be sick, i.e. (by implication, of a diseased appetite) to hanker after (figuratively, to harp upon)","kjv_definition":"dote"} +{"id":"G3553","strongs_number":"G3553","system":"greek","language":"greek","number_value":3553,"lemma":"νόσημα","transliteration":"nósēma","pronunciation":null,"derivation":"from G3552 (νοσέω);","strongs_definition":"an ailment","kjv_definition":"disease"} +{"id":"G3554","strongs_number":"G3554","system":"greek","language":"greek","number_value":3554,"lemma":"νόσος","transliteration":"nósos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a malady (rarely figuratively, of moral disability)","kjv_definition":"disease, infirmity, sickness"} +{"id":"G3555","strongs_number":"G3555","system":"greek","language":"greek","number_value":3555,"lemma":"νοσσιά","transliteration":"nossiá","pronunciation":null,"derivation":"from G3502 (νεοσσός);","strongs_definition":"a brood (of chickens)","kjv_definition":"brood"} +{"id":"G3556","strongs_number":"G3556","system":"greek","language":"greek","number_value":3556,"lemma":"νοσσίον","transliteration":"nossíon","pronunciation":null,"derivation":"diminutive of G3502 (νεοσσός);","strongs_definition":"a birdling","kjv_definition":"chicken"} +{"id":"G3557","strongs_number":"G3557","system":"greek","language":"greek","number_value":3557,"lemma":"νοσφίζομαι","transliteration":"nosphízomai","pronunciation":null,"derivation":"middle voice from (apart or clandestinely);","strongs_definition":"to sequestrate for oneself, i.e. embezzle","kjv_definition":"keep back, purloin"} +{"id":"G3558","strongs_number":"G3558","system":"greek","language":"greek","number_value":3558,"lemma":"νότος","transliteration":"nótos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"the south(-west) wind; by extension, the southern quarter itself","kjv_definition":"south (wind)"} +{"id":"G3559","strongs_number":"G3559","system":"greek","language":"greek","number_value":3559,"lemma":"νουθεσία","transliteration":"nouthesía","pronunciation":null,"derivation":"from G3563 (νοῦς) and a derivative of G5087 (τίθημι);","strongs_definition":"calling attention to, i.e. (by implication) mild rebuke or warning","kjv_definition":"admonition"} +{"id":"G3560","strongs_number":"G3560","system":"greek","language":"greek","number_value":3560,"lemma":"νουθετέω","transliteration":"nouthetéō","pronunciation":null,"derivation":"from the same as G3559 (νουθεσία);","strongs_definition":"to put in mind, i.e. (by implication) to caution or reprove gently","kjv_definition":"admonish, warn"} +{"id":"G3561","strongs_number":"G3561","system":"greek","language":"greek","number_value":3561,"lemma":"νουμηνία","transliteration":"noumēnía","pronunciation":null,"derivation":"feminine of a compound of G3501 (νέος) and G3376 (μήν) (as noun by implication, of G2250 (ἡμέρα));","strongs_definition":"the festival of new moon","kjv_definition":"new moon"} +{"id":"G3562","strongs_number":"G3562","system":"greek","language":"greek","number_value":3562,"lemma":"νουνεχῶς","transliteration":"nounechōs","pronunciation":null,"derivation":"adverb from a comparative of the accusative case of G3563 (νοῦς) and G2192 (ἔχω);","strongs_definition":"in a mind-having way, i.e. prudently","kjv_definition":"discreetly"} +{"id":"G3563","strongs_number":"G3563","system":"greek","language":"greek","number_value":3563,"lemma":"νοῦς","transliteration":"noûs","pronunciation":null,"derivation":"probably from the base of G1097 (γινώσκω);","strongs_definition":"the intellect, i.e. mind (divine or human; in thought, feeling, or will); by implication, meaning","kjv_definition":"mind, understanding"} +{"id":"G3564","strongs_number":"G3564","system":"greek","language":"greek","number_value":3564,"lemma":"Νυμφᾶς","transliteration":"Nymphâs","pronunciation":null,"derivation":"probably contracted for a compound of G3565 (νύμφη) and G1435 (δῶρον);","strongs_definition":"nymph-given (i.e. -born); Nymphas, a Christian","kjv_definition":"Nymphas"} +{"id":"G3565","strongs_number":"G3565","system":"greek","language":"greek","number_value":3565,"lemma":"νύμφη","transliteration":"nýmphē","pronunciation":null,"derivation":"from a primary but obsolete verb (to veil as a bride;","strongs_definition":"compare Latin \"nupto,\" to marry); a young married woman (as veiled), including a betrothed girl; by implication, a son's wife","kjv_definition":"bride, daughter in law"} +{"id":"G3566","strongs_number":"G3566","system":"greek","language":"greek","number_value":3566,"lemma":"νυμφίος","transliteration":"nymphíos","pronunciation":null,"derivation":"from G3565 (νύμφη);","strongs_definition":"a bride-groom (literally or figuratively)","kjv_definition":"bridegroom"} +{"id":"G3567","strongs_number":"G3567","system":"greek","language":"greek","number_value":3567,"lemma":"νυμφών","transliteration":"nymphṓn","pronunciation":null,"derivation":"from G3565 (νύμφη);","strongs_definition":"the bridal room","kjv_definition":"bridechamber"} +{"id":"G3568","strongs_number":"G3568","system":"greek","language":"greek","number_value":3568,"lemma":"νῦν","transliteration":"nŷn","pronunciation":null,"derivation":"a primary particle of present time;","strongs_definition":"\"now\" (as adverb of date, a transition or emphasis); also as noun or adjective present or immediate","kjv_definition":"henceforth, + hereafter, of late, soon, present, this (time)"} +{"id":"G3569","strongs_number":"G3569","system":"greek","language":"greek","number_value":3569,"lemma":"τανῦν","transliteration":"tanŷn","pronunciation":null,"derivation":"from neuter plural of G3588 (ὁ) and G3568 (νῦν);","strongs_definition":"the things now, i.e. (adverbially) at present","kjv_definition":"(but) now"} +{"id":"G3570","strongs_number":"G3570","system":"greek","language":"greek","number_value":3570,"lemma":"νυνί","transliteration":"nyní","pronunciation":null,"derivation":"a prolonged form of G3568 (νῦν) for emphasis;","strongs_definition":"just now","kjv_definition":"now"} +{"id":"G3571","strongs_number":"G3571","system":"greek","language":"greek","number_value":3571,"lemma":"νύξ","transliteration":"nýx","pronunciation":null,"derivation":"a primary word;","strongs_definition":"\"night\" (literally or figuratively)","kjv_definition":"(mid-)night"} +{"id":"G3572","strongs_number":"G3572","system":"greek","language":"greek","number_value":3572,"lemma":"νύσσω","transliteration":"nýssō","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"to prick (\"nudge\")","kjv_definition":"pierce"} +{"id":"G3573","strongs_number":"G3573","system":"greek","language":"greek","number_value":3573,"lemma":"νυστάζω","transliteration":"nystázō","pronunciation":null,"derivation":"from a presumed derivative of G3506 (νεύω);","strongs_definition":"to nod, i.e. (by implication) to fall asleep; figuratively, to delay","kjv_definition":"slumber"} +{"id":"G3574","strongs_number":"G3574","system":"greek","language":"greek","number_value":3574,"lemma":"νυχθήμερον","transliteration":"nychthḗmeron","pronunciation":null,"derivation":"from G3571 (νύξ) and G2250 (ἡμέρα);","strongs_definition":"a day-and-night, i.e. full day of twenty-four hours","kjv_definition":"night and day"} +{"id":"G3575","strongs_number":"G3575","system":"greek","language":"greek","number_value":3575,"lemma":"Νῶε","transliteration":"Nōe","pronunciation":null,"derivation":"of Hebrew origin (H05146);","strongs_definition":"Noë, (i.e. Noäch), a patriarch","kjv_definition":"Noe"} +{"id":"G3576","strongs_number":"G3576","system":"greek","language":"greek","number_value":3576,"lemma":"νωθρός","transliteration":"nōthrós","pronunciation":null,"derivation":"from a derivative of G3541 (νόθος);","strongs_definition":"sluggish, i.e. (literally) lazy, or (figuratively) stupid","kjv_definition":"dull, slothful"} +{"id":"G3577","strongs_number":"G3577","system":"greek","language":"greek","number_value":3577,"lemma":"νῶτος","transliteration":"nōtos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"the back","kjv_definition":"back"} +{"id":"G3578","strongs_number":"G3578","system":"greek","language":"greek","number_value":3578,"lemma":"ξενία","transliteration":"xenía","pronunciation":null,"derivation":"from G3581 (ξένος);","strongs_definition":"hospitality, i.e. (by implication) a place of entertainment","kjv_definition":"lodging"} +{"id":"G3579","strongs_number":"G3579","system":"greek","language":"greek","number_value":3579,"lemma":"ξενίζω","transliteration":"xenízō","pronunciation":null,"derivation":"from G3581 (ξένος);","strongs_definition":"to be a host (passively, a guest); by implication, be (make, appear) strange","kjv_definition":"entertain, lodge, (think it) strange"} +{"id":"G3580","strongs_number":"G3580","system":"greek","language":"greek","number_value":3580,"lemma":"ξενοδοχέω","transliteration":"xenodochéō","pronunciation":null,"derivation":"from a compound of G3581 (ξένος) and G1209 (δέχομαι);","strongs_definition":"to be hospitable","kjv_definition":"lodge strangers"} +{"id":"G3581","strongs_number":"G3581","system":"greek","language":"greek","number_value":3581,"lemma":"ξένος","transliteration":"xénos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"foreign (literally, alien, or figuratively, novel); by implication, a guest or (vice-versa) entertainer","kjv_definition":"host, strange(-r)"} +{"id":"G3582","strongs_number":"G3582","system":"greek","language":"greek","number_value":3582,"lemma":"ξέστης","transliteration":"xéstēs","pronunciation":null,"derivation":"as if from (properly, to smooth;","strongs_definition":"by implication, (of friction) to boil or heat); a vessel (as fashioned or for cooking) (or perhaps by corruption from the Latin sextarius, the sixth of a modius, i.e. about a pint), i.e. (specially), a measure for liquids or solids, (by analogy, a pitcher)","kjv_definition":"pot"} +{"id":"G3583","strongs_number":"G3583","system":"greek","language":"greek","number_value":3583,"lemma":"ξηραίνω","transliteration":"xēraínō","pronunciation":null,"derivation":"from G3584 (ξηρός);","strongs_definition":"to desiccate; by implication, to shrivel, to mature","kjv_definition":"dry up, pine away, be ripe, wither (away)"} +{"id":"G3584","strongs_number":"G3584","system":"greek","language":"greek","number_value":3584,"lemma":"ξηρός","transliteration":"xērós","pronunciation":null,"derivation":"from the base of G3582 (ξέστης) (through the idea of scorching);","strongs_definition":"arid; by implication, shrunken, earth (as opposed to water)","kjv_definition":"dry land, withered"} +{"id":"G3585","strongs_number":"G3585","system":"greek","language":"greek","number_value":3585,"lemma":"ξύλινος","transliteration":"xýlinos","pronunciation":null,"derivation":"from G3586 (ξύλον);","strongs_definition":"wooden","kjv_definition":"of wood"} +{"id":"G3586","strongs_number":"G3586","system":"greek","language":"greek","number_value":3586,"lemma":"ξύλον","transliteration":"xýlon","pronunciation":null,"derivation":"from another form of the base of G3582 (ξέστης);","strongs_definition":"timber (as fuel or material); by implication, a stick, club or tree or other wooden article or substance","kjv_definition":"staff, stocks, tree, wood"} +{"id":"G3587","strongs_number":"G3587","system":"greek","language":"greek","number_value":3587,"lemma":"ξυράω","transliteration":"xyráō","pronunciation":null,"derivation":"from a derivative of the same as G3586 (ξύλον) (meaning a razor);","strongs_definition":"to shave or \"shear\" the hair","kjv_definition":"shave"} +{"id":"G3588","strongs_number":"G3588","system":"greek","language":"greek","number_value":3588,"lemma":"ὁ","transliteration":"ho","pronunciation":null,"derivation":"the definite article;","strongs_definition":"the (sometimes to be supplied, at others omitted, in English idiom)","kjv_definition":"the, this, that, one, he, she, it, etc"} +{"id":"G3589","strongs_number":"G3589","system":"greek","language":"greek","number_value":3589,"lemma":"ὀγδοήκοντα","transliteration":"ogdoḗkonta","pronunciation":null,"derivation":"from G3590 (ὄγδοος);","strongs_definition":"ten times eight","kjv_definition":"fourscore"} +{"id":"G3590","strongs_number":"G3590","system":"greek","language":"greek","number_value":3590,"lemma":"ὄγδοος","transliteration":"ógdoos","pronunciation":null,"derivation":"from G3638 (ὀκτώ);","strongs_definition":"the eighth","kjv_definition":"eighth"} +{"id":"G3591","strongs_number":"G3591","system":"greek","language":"greek","number_value":3591,"lemma":"ὄγκος","transliteration":"ónkos","pronunciation":null,"derivation":"probably from the same as G43 (ἀγκάλη);","strongs_definition":"a mass (as bending or bulging by its load), i.e. burden (hindrance)","kjv_definition":"weight"} +{"id":"G3592","strongs_number":"G3592","system":"greek","language":"greek","number_value":3592,"lemma":"ὅδε","transliteration":"hóde","pronunciation":null,"derivation":"from G3588 (ὁ) and G1161 (δέ);","strongs_definition":"the same, i.e. this or that one (plural these or those); often used as a personal pronoun","kjv_definition":"he, she, such, these, thus"} +{"id":"G3593","strongs_number":"G3593","system":"greek","language":"greek","number_value":3593,"lemma":"ὁδεύω","transliteration":"hodeúō","pronunciation":null,"derivation":"from G3598 (ὁδός);","strongs_definition":"to travel","kjv_definition":"journey"} +{"id":"G3594","strongs_number":"G3594","system":"greek","language":"greek","number_value":3594,"lemma":"ὁδηγέω","transliteration":"hodēgéō","pronunciation":null,"derivation":"from G3595 (ὁδηγός);","strongs_definition":"to show the way (literally or figuratively (teach))","kjv_definition":"guide, lead"} +{"id":"G3595","strongs_number":"G3595","system":"greek","language":"greek","number_value":3595,"lemma":"ὁδηγός","transliteration":"hodēgós","pronunciation":null,"derivation":"from G3598 (ὁδός) and G2233 (ἡγέομαι);","strongs_definition":"a conductor (literally or figuratively (teacher))","kjv_definition":"guide, leader"} +{"id":"G3596","strongs_number":"G3596","system":"greek","language":"greek","number_value":3596,"lemma":"ὁδοιπορέω","transliteration":"hodoiporéō","pronunciation":null,"derivation":"from a compound of G3598 (ὁδός) and G4198 (πορεύομαι);","strongs_definition":"to be a wayfarer, i.e. travel","kjv_definition":"go on a journey"} +{"id":"G3597","strongs_number":"G3597","system":"greek","language":"greek","number_value":3597,"lemma":"ὁδοιπορία","transliteration":"hodoiporía","pronunciation":null,"derivation":"from the same as G3596 (ὁδοιπορέω);","strongs_definition":"travel","kjv_definition":"journey(-ing)"} +{"id":"G3598","strongs_number":"G3598","system":"greek","language":"greek","number_value":3598,"lemma":"ὁδός","transliteration":"hodós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a road; by implication, a progress (the route, act or distance); figuratively, a mode or means","kjv_definition":"journey, (high-)way"} +{"id":"G3599","strongs_number":"G3599","system":"greek","language":"greek","number_value":3599,"lemma":"ὀδούς","transliteration":"odoús","pronunciation":null,"derivation":"perhaps from the base of G2068 (ἐσθίω);","strongs_definition":"a \"tooth\"","kjv_definition":"tooth"} +{"id":"G3600","strongs_number":"G3600","system":"greek","language":"greek","number_value":3600,"lemma":"ὀδυνάω","transliteration":"odynáō","pronunciation":null,"derivation":"from G3601 (ὀδύνη);","strongs_definition":"to grieve","kjv_definition":"sorrow, torment"} +{"id":"G3601","strongs_number":"G3601","system":"greek","language":"greek","number_value":3601,"lemma":"ὀδύνη","transliteration":"odýnē","pronunciation":null,"derivation":"from G1416 (δύνω);","strongs_definition":"grief (as dejecting)","kjv_definition":"sorrow"} +{"id":"G3602","strongs_number":"G3602","system":"greek","language":"greek","number_value":3602,"lemma":"ὀδυρμός","transliteration":"odyrmós","pronunciation":null,"derivation":"from a derivative of the base of G1416 (δύνω);","strongs_definition":"moaning, i.e. lamentation","kjv_definition":"mourning"} +{"id":"G3603","strongs_number":"G3603","system":"greek","language":"greek","number_value":3603,"lemma":"ὅ ἐστι","transliteration":"hó esti","pronunciation":null,"derivation":"from the neuter of G3739 (ὅς) and the third person singular present indicative of G1510 (εἰμί);","strongs_definition":"which is","kjv_definition":"called, which is (make), that is (to say)"} +{"id":"G3604","strongs_number":"G3604","system":"greek","language":"greek","number_value":3604,"lemma":"Ὀζίας","transliteration":"Ozías","pronunciation":null,"derivation":"of Hebrew origin (H05818);","strongs_definition":"Ozias (i.e. Uzzijah), an Israelite","kjv_definition":"Ozias"} +{"id":"G3605","strongs_number":"G3605","system":"greek","language":"greek","number_value":3605,"lemma":"ὄζω","transliteration":"ózō","pronunciation":null,"derivation":"a primary verb (in a strengthened form);","strongs_definition":"to scent (usually an ill \"odor\")","kjv_definition":"stink"} +{"id":"G3606","strongs_number":"G3606","system":"greek","language":"greek","number_value":3606,"lemma":"ὅθεν","transliteration":"hóthen","pronunciation":null,"derivation":"from G3739 (ὅς) with the directive enclitic of source;","strongs_definition":"from which place or source or cause (adverb or conjunction)","kjv_definition":"from thence, (from) whence, where(-by, -fore, -upon)"} +{"id":"G3607","strongs_number":"G3607","system":"greek","language":"greek","number_value":3607,"lemma":"ὀθόνη","transliteration":"othónē","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a linen cloth, i.e. (especially) a sail","kjv_definition":"sheet"} +{"id":"G3608","strongs_number":"G3608","system":"greek","language":"greek","number_value":3608,"lemma":"ὀθόνιον","transliteration":"othónion","pronunciation":null,"derivation":"neuter of a presumed derivative of G3607 (ὀθόνη);","strongs_definition":"a linen bandage","kjv_definition":"linen clothes"} +{"id":"G3609","strongs_number":"G3609","system":"greek","language":"greek","number_value":3609,"lemma":"οἰκεῖος","transliteration":"oikeîos","pronunciation":null,"derivation":"from G3624 (οἶκος);","strongs_definition":"domestic, i.e. (as noun), a relative, adherent","kjv_definition":"(those) of the (his own) house(-hold)"} +{"id":"G3610","strongs_number":"G3610","system":"greek","language":"greek","number_value":3610,"lemma":"οἰκέτης","transliteration":"oikétēs","pronunciation":null,"derivation":"from G3611 (οἰκέω);","strongs_definition":"a fellow resident, i.e. menial domestic","kjv_definition":"(household) servant"} +{"id":"G3611","strongs_number":"G3611","system":"greek","language":"greek","number_value":3611,"lemma":"οἰκέω","transliteration":"oikéō","pronunciation":null,"derivation":"from G3624 (οἶκος);","strongs_definition":"to occupy a house, i.e. reside (figuratively, inhabit, remain, inhere); by implication, to cohabit","kjv_definition":"dwell"} +{"id":"G3612","strongs_number":"G3612","system":"greek","language":"greek","number_value":3612,"lemma":"οἴκημα","transliteration":"oíkēma","pronunciation":null,"derivation":"from G3611 (οἰκέω);","strongs_definition":"a tenement, i.e. (specially), a jail","kjv_definition":"prison"} +{"id":"G3613","strongs_number":"G3613","system":"greek","language":"greek","number_value":3613,"lemma":"οἰκητήριον","transliteration":"oikētḗrion","pronunciation":null,"derivation":"neuter of a presumed derivative of G3611 (οἰκέω) (equivalent to G3612 (οἴκημα));","strongs_definition":"a residence (literally or figuratively)","kjv_definition":"habitation, house"} +{"id":"G3614","strongs_number":"G3614","system":"greek","language":"greek","number_value":3614,"lemma":"οἰκία","transliteration":"oikía","pronunciation":null,"derivation":"from G3624 (οἶκος);","strongs_definition":"properly, residence (abstractly), but usually (concretely) an abode (literally or figuratively); by implication, a family (especially domestics)","kjv_definition":"home, house(-hold)"} +{"id":"G3615","strongs_number":"G3615","system":"greek","language":"greek","number_value":3615,"lemma":"οἰκιακός","transliteration":"oikiakós","pronunciation":null,"derivation":"from G3614 (οἰκία);","strongs_definition":"familiar, i.e. (as noun) relatives","kjv_definition":"they (them) of (his own) household"} +{"id":"G3616","strongs_number":"G3616","system":"greek","language":"greek","number_value":3616,"lemma":"οἰκοδεσποτέω","transliteration":"oikodespotéō","pronunciation":null,"derivation":"from G3617 (οἰκοδεσπότης);","strongs_definition":"to be the head of (i.e. rule) a family","kjv_definition":"guide the house"} +{"id":"G3617","strongs_number":"G3617","system":"greek","language":"greek","number_value":3617,"lemma":"οἰκοδεσπότης","transliteration":"oikodespótēs","pronunciation":null,"derivation":"from G3624 (οἶκος) and G1203 (δεσπότης);","strongs_definition":"the head of a family","kjv_definition":"goodman (of the house), householder, master of the house"} +{"id":"G3618","strongs_number":"G3618","system":"greek","language":"greek","number_value":3618,"lemma":"οἰκοδομέω","transliteration":"oikodoméō","pronunciation":null,"derivation":"from the same as G3619 (οἰκοδομή);","strongs_definition":"to be a house-builder, i.e. construct or (figuratively) confirm","kjv_definition":"(be in) build(-er, -ing, up), edify, embolden"} +{"id":"G3619","strongs_number":"G3619","system":"greek","language":"greek","number_value":3619,"lemma":"οἰκοδομή","transliteration":"oikodomḗ","pronunciation":null,"derivation":"feminine (abstract) of a compound of G3624 (οἶκος) and the base of G1430 (δῶμα);","strongs_definition":"architecture, i.e. (concretely) a structure; figuratively, confirmation","kjv_definition":"building, edify(-ication, -ing)"} +{"id":"G3620","strongs_number":"G3620","system":"greek","language":"greek","number_value":3620,"lemma":"οἰκοδομία","transliteration":"oikodomía","pronunciation":null,"derivation":"from the same as G3619 (οἰκοδομή);","strongs_definition":"confirmation","kjv_definition":"edifying"} +{"id":"G3621","strongs_number":"G3621","system":"greek","language":"greek","number_value":3621,"lemma":"οἰκονομέω","transliteration":"oikonoméō","pronunciation":null,"derivation":"from G3623 (οἰκονόμος);","strongs_definition":"to manage (a house, i.e. an estate)","kjv_definition":"be steward"} +{"id":"G3622","strongs_number":"G3622","system":"greek","language":"greek","number_value":3622,"lemma":"οἰκονομία","transliteration":"oikonomía","pronunciation":null,"derivation":"from G3623 (οἰκονόμος);","strongs_definition":"administration (of a household or estate); specially, a (religious) \"economy\"","kjv_definition":"dispensation, stewardship"} +{"id":"G3623","strongs_number":"G3623","system":"greek","language":"greek","number_value":3623,"lemma":"οἰκονόμος","transliteration":"oikonómos","pronunciation":null,"derivation":"from G3624 (οἶκος) and the base of G3551 (νόμος);","strongs_definition":"a house-distributor (i.e. manager), or overseer, i.e. an employee in that capacity; by extension, a fiscal agent (treasurer); figuratively, a preacher (of the Gospel)","kjv_definition":"chamberlain, governor, steward"} +{"id":"G3624","strongs_number":"G3624","system":"greek","language":"greek","number_value":3624,"lemma":"οἶκος","transliteration":"oîkos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a dwelling (more or less extensive, literal or figurative); by implication, a family (more or less related, literally or figuratively)","kjv_definition":"home, house(-hold), temple"} +{"id":"G3625","strongs_number":"G3625","system":"greek","language":"greek","number_value":3625,"lemma":"οἰκουμένη","transliteration":"oikouménē","pronunciation":null,"derivation":"feminine participle present passive of G3611 (οἰκέω) (as noun, by implication, of G1093 (γῆ));","strongs_definition":"land, i.e. the (terrene part of the) globe; specially, the Roman empire","kjv_definition":"earth, world"} +{"id":"G3626","strongs_number":"G3626","system":"greek","language":"greek","number_value":3626,"lemma":"οἰκουρός","transliteration":"oikourós","pronunciation":null,"derivation":"from G3624 (οἶκος) and (a guard;","strongs_definition":"be \"ware\"); a stayer at home, i.e. domestically inclined (a \"good housekeeper\")","kjv_definition":"keeper at home"} +{"id":"G3627","strongs_number":"G3627","system":"greek","language":"greek","number_value":3627,"lemma":"οἰκτείρω","transliteration":"oikteírō","pronunciation":null,"derivation":"from (pity);","strongs_definition":"to exercise pity","kjv_definition":"have compassion on"} +{"id":"G3628","strongs_number":"G3628","system":"greek","language":"greek","number_value":3628,"lemma":"οἰκτιρμός","transliteration":"oiktirmós","pronunciation":null,"derivation":"from G3627 (οἰκτείρω);","strongs_definition":"pity","kjv_definition":"mercy"} +{"id":"G3629","strongs_number":"G3629","system":"greek","language":"greek","number_value":3629,"lemma":"οἰκτίρμων","transliteration":"oiktírmōn","pronunciation":null,"derivation":"from G3627 (οἰκτείρω);","strongs_definition":"compassionate","kjv_definition":"merciful, of tender mercy"} +{"id":"G3630","strongs_number":"G3630","system":"greek","language":"greek","number_value":3630,"lemma":"οἰνοπότης","transliteration":"oinopótēs","pronunciation":null,"derivation":"from G3631 (οἶνος) and a derivative of the alternate of G4095 (πίνω);","strongs_definition":"a tippler","kjv_definition":"winebibber"} +{"id":"G3631","strongs_number":"G3631","system":"greek","language":"greek","number_value":3631,"lemma":"οἶνος","transliteration":"oînos","pronunciation":null,"derivation":"a primary word (or perhaps of Hebrew origin (H03196));","strongs_definition":"\"wine\" (literally or figuratively)","kjv_definition":"wine"} +{"id":"G3632","strongs_number":"G3632","system":"greek","language":"greek","number_value":3632,"lemma":"οἰνοφλυγία","transliteration":"oinophlygía","pronunciation":null,"derivation":"from G3631 (οἶνος) and a form of the base of G5397 (φλύαρος);","strongs_definition":"an overflow (or surplus) of wine, i.e. vinolency (drunkenness)","kjv_definition":"excess of wine"} +{"id":"G3633","strongs_number":"G3633","system":"greek","language":"greek","number_value":3633,"lemma":"οἴομαι","transliteration":"oíomai","pronunciation":null,"derivation":"middle voice apparently from G3634 (οἷος);","strongs_definition":"to make like (oneself), i.e. imagine (be of the opinion)","kjv_definition":"suppose, think"} +{"id":"G3634","strongs_number":"G3634","system":"greek","language":"greek","number_value":3634,"lemma":"οἷος","transliteration":"hoîos","pronunciation":null,"derivation":"probably akin to G3588 (ὁ), G3739 (ὅς), and G3745 (ὅσος);","strongs_definition":"such or what sort of (as a correlation or exclamation); especially the neuter (adverbially) with negative, not so","kjv_definition":"so (as), such as, what (manner of), which"} +{"id":"G3635","strongs_number":"G3635","system":"greek","language":"greek","number_value":3635,"lemma":"ὀκνέω","transliteration":"oknéō","pronunciation":null,"derivation":"from (hesitation);","strongs_definition":"to be slow (figuratively, loath)","kjv_definition":"delay"} +{"id":"G3636","strongs_number":"G3636","system":"greek","language":"greek","number_value":3636,"lemma":"ὀκνηρός","transliteration":"oknērós","pronunciation":null,"derivation":"from G3635 (ὀκνέω);","strongs_definition":"tardy, i.e. indolent; (figuratively) irksome","kjv_definition":"grievous, slothful"} +{"id":"G3637","strongs_number":"G3637","system":"greek","language":"greek","number_value":3637,"lemma":"ὀκταήμερος","transliteration":"oktaḗmeros","pronunciation":null,"derivation":"from G3638 (ὀκτώ) and G2250 (ἡμέρα);","strongs_definition":"an eight-day old person or act","kjv_definition":"the eighth day"} +{"id":"G3638","strongs_number":"G3638","system":"greek","language":"greek","number_value":3638,"lemma":"ὀκτώ","transliteration":"oktṓ","pronunciation":null,"derivation":"a primary numeral;","strongs_definition":"\"eight\"","kjv_definition":"eight"} +{"id":"G3639","strongs_number":"G3639","system":"greek","language":"greek","number_value":3639,"lemma":"ὄλεθρος","transliteration":"ólethros","pronunciation":null,"derivation":"from a primary (to destroy;","strongs_definition":"a prolonged form); ruin, i.e. death, punishment","kjv_definition":"destruction"} +{"id":"G3640","strongs_number":"G3640","system":"greek","language":"greek","number_value":3640,"lemma":"ὀλιγόπιστος","transliteration":"oligópistos","pronunciation":null,"derivation":"from G3641 (ὀλίγος) and G4102 (πίστις);","strongs_definition":"incredulous, i.e. lacking confidence (in Christ)","kjv_definition":"of little faith"} +{"id":"G3641","strongs_number":"G3641","system":"greek","language":"greek","number_value":3641,"lemma":"ὀλίγος","transliteration":"olígos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"puny (in extent, degree, number, duration or value); especially neuter (adverbially) somewhat","kjv_definition":"+ almost, brief(-ly), few, (a) little, + long, a season, short, small, a while"} +{"id":"G3642","strongs_number":"G3642","system":"greek","language":"greek","number_value":3642,"lemma":"ὀλιγόψυχος","transliteration":"oligópsychos","pronunciation":null,"derivation":"from G3641 (ὀλίγος) and G6590;","strongs_definition":"little-spirited, i.e. faint-hearted","kjv_definition":"feebleminded"} +{"id":"G3643","strongs_number":"G3643","system":"greek","language":"greek","number_value":3643,"lemma":"ὀλιγωρέω","transliteration":"oligōréō","pronunciation":null,"derivation":"from a compound of G3641 (ὀλίγος) and (\"care\");","strongs_definition":"to have little regard for, i.e. to disesteem","kjv_definition":"despise"} +{"id":"G3644","strongs_number":"G3644","system":"greek","language":"greek","number_value":3644,"lemma":"ὀλοθρευτής","transliteration":"olothreutḗs","pronunciation":null,"derivation":"from G3645 (ὀλοθρεύω);","strongs_definition":"a ruiner, i.e. (specially), a venomous serpent","kjv_definition":"destroyer"} +{"id":"G3645","strongs_number":"G3645","system":"greek","language":"greek","number_value":3645,"lemma":"ὀλοθρεύω","transliteration":"olothreúō","pronunciation":null,"derivation":"from G3639 (ὄλεθρος);","strongs_definition":"to spoil, i.e. slay","kjv_definition":"destroy"} +{"id":"G3646","strongs_number":"G3646","system":"greek","language":"greek","number_value":3646,"lemma":"ὁλοκαύτωμα","transliteration":"holokaútōma","pronunciation":null,"derivation":"from a derivative of a compound of G3650 (ὅλος) and a derivative of G2545 (καίω);","strongs_definition":"a wholly-consumed sacrifice (\"holocaust\")","kjv_definition":"(whole) burnt offering"} +{"id":"G3647","strongs_number":"G3647","system":"greek","language":"greek","number_value":3647,"lemma":"ὁλοκληρία","transliteration":"holoklēría","pronunciation":null,"derivation":"from G3648 (ὁλόκληρος);","strongs_definition":"integrity, i.e. physical wholeness","kjv_definition":"perfect soundness"} +{"id":"G3648","strongs_number":"G3648","system":"greek","language":"greek","number_value":3648,"lemma":"ὁλόκληρος","transliteration":"holóklēros","pronunciation":null,"derivation":"from G3650 (ὅλος) and G2819 (κλῆρος);","strongs_definition":"complete in every part, i.e. perfectly sound (in body)","kjv_definition":"entire, whole"} +{"id":"G3649","strongs_number":"G3649","system":"greek","language":"greek","number_value":3649,"lemma":"ὀλολύζω","transliteration":"ololýzō","pronunciation":null,"derivation":"a reduplicated primary verb;","strongs_definition":"to \"howl\" or \"halloo\", i.e. shriek","kjv_definition":"howl"} +{"id":"G3650","strongs_number":"G3650","system":"greek","language":"greek","number_value":3650,"lemma":"ὅλος","transliteration":"hólos","pronunciation":null,"derivation":"a primary word;","strongs_definition":"\"whole\" or \"all\", i.e. complete (in extent, amount, time or degree), especially (neuter) as noun or adverb","kjv_definition":"all, altogether, every whit, + throughout, whole"} +{"id":"G3651","strongs_number":"G3651","system":"greek","language":"greek","number_value":3651,"lemma":"ὁλοτελής","transliteration":"holotelḗs","pronunciation":null,"derivation":"from G3650 (ὅλος) and G5056 (τέλος);","strongs_definition":"complete to the end, i.e. absolutely perfect","kjv_definition":"wholly"} +{"id":"G3652","strongs_number":"G3652","system":"greek","language":"greek","number_value":3652,"lemma":"Ὀλυμπᾶς","transliteration":"Olympâs","pronunciation":null,"derivation":"probably a contraction from (Olympian-bestowed, i.e. heaven-descended);","strongs_definition":"Olympas, a Christian","kjv_definition":"Olympas"} +{"id":"G3653","strongs_number":"G3653","system":"greek","language":"greek","number_value":3653,"lemma":"ὄλυνθος","transliteration":"ólynthos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"an unripe (because out of season) fig","kjv_definition":"untimely fig"} +{"id":"G3654","strongs_number":"G3654","system":"greek","language":"greek","number_value":3654,"lemma":"ὅλως","transliteration":"hólōs","pronunciation":null,"derivation":"adverb from G3650 (ὅλος);","strongs_definition":"completely, i.e. altogether; (by analogy), everywhere; (negatively) not by any means","kjv_definition":"at all, commonly, utterly"} +{"id":"G3655","strongs_number":"G3655","system":"greek","language":"greek","number_value":3655,"lemma":"ὄμβρος","transliteration":"ómbros","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a thunder storm","kjv_definition":"shower"} +{"id":"G3656","strongs_number":"G3656","system":"greek","language":"greek","number_value":3656,"lemma":"ὁμιλέω","transliteration":"homiléō","pronunciation":null,"derivation":"from G3658 (ὅμιλος);","strongs_definition":"to be in company with, i.e. (by implication) to converse","kjv_definition":"commune, talk"} +{"id":"G3657","strongs_number":"G3657","system":"greek","language":"greek","number_value":3657,"lemma":"ὁμιλία","transliteration":"homilía","pronunciation":null,"derivation":"from G3658 (ὅμιλος);","strongs_definition":"companionship (\"homily\"), i.e. (by implication) intercourse","kjv_definition":"communication"} +{"id":"G3658","strongs_number":"G3658","system":"greek","language":"greek","number_value":3658,"lemma":"ὅμιλος","transliteration":"hómilos","pronunciation":null,"derivation":"from the base of G3674 (ὁμοῦ) and a derivative of the alternate of G138 (αἱρέομαι) (meaning a crowd);","strongs_definition":"association together, i.e. a multitude","kjv_definition":"company"} +{"id":"G3659","strongs_number":"G3659","system":"greek","language":"greek","number_value":3659,"lemma":"ὄμμα","transliteration":"ómma","pronunciation":null,"derivation":"from G3700 (ὀπτάνομαι);","strongs_definition":"a sight, i.e. (by implication) the eye","kjv_definition":"eye"} +{"id":"G3660","strongs_number":"G3660","system":"greek","language":"greek","number_value":3660,"lemma":"ὀμνύω","transliteration":"omnýō","pronunciation":null,"derivation":"a prolonged form of a primary, but obsolete , for which another prolonged form is used in certain tenses;","strongs_definition":"to swear, i.e. take (or declare on) oath","kjv_definition":"swear"} +{"id":"G3661","strongs_number":"G3661","system":"greek","language":"greek","number_value":3661,"lemma":"ὁμοθυμαδόν","transliteration":"homothymadón","pronunciation":null,"derivation":"adverb from a compound of the base of G3674 (ὁμοῦ) and G2372 (θυμός);","strongs_definition":"unanimously","kjv_definition":"with one accord (mind)"} +{"id":"G3662","strongs_number":"G3662","system":"greek","language":"greek","number_value":3662,"lemma":"ὁμοιάζω","transliteration":"homoiázō","pronunciation":null,"derivation":"from G3664 (ὅμοιος);","strongs_definition":"to resemble","kjv_definition":"agree"} +{"id":"G3663","strongs_number":"G3663","system":"greek","language":"greek","number_value":3663,"lemma":"ὁμοιοπαθής","transliteration":"homoiopathḗs","pronunciation":null,"derivation":"from G3664 (ὅμοιος) and the alternate of G3958 (πάσχω);","strongs_definition":"similarly affected","kjv_definition":"of (subject to) like passions"} +{"id":"G3664","strongs_number":"G3664","system":"greek","language":"greek","number_value":3664,"lemma":"ὅμοιος","transliteration":"hómoios","pronunciation":null,"derivation":"from the base of G3674 (ὁμοῦ);","strongs_definition":"similar (in appearance or character)","kjv_definition":"like, + manner"} +{"id":"G3665","strongs_number":"G3665","system":"greek","language":"greek","number_value":3665,"lemma":"ὁμοιότης","transliteration":"homoiótēs","pronunciation":null,"derivation":"from G3664 (ὅμοιος);","strongs_definition":"resemblance","kjv_definition":"like as, similitude"} +{"id":"G3666","strongs_number":"G3666","system":"greek","language":"greek","number_value":3666,"lemma":"ὁμοιόω","transliteration":"homoióō","pronunciation":null,"derivation":"from G3664 (ὅμοιος);","strongs_definition":"to assimilate, i.e. compare; passively, to become similar","kjv_definition":"be (make) like, (in the) liken(-ess), resemble"} +{"id":"G3667","strongs_number":"G3667","system":"greek","language":"greek","number_value":3667,"lemma":"ὁμοίωμα","transliteration":"homoíōma","pronunciation":null,"derivation":"from G3666 (ὁμοιόω);","strongs_definition":"a form; abstractly, resemblance","kjv_definition":"made like to, likeness, shape, similitude"} +{"id":"G3668","strongs_number":"G3668","system":"greek","language":"greek","number_value":3668,"lemma":"ὁμοίως","transliteration":"homoíōs","pronunciation":null,"derivation":"adverb from G3664 (ὅμοιος);","strongs_definition":"similarly","kjv_definition":"likewise, so"} +{"id":"G3669","strongs_number":"G3669","system":"greek","language":"greek","number_value":3669,"lemma":"ὁμοίωσις","transliteration":"homoíōsis","pronunciation":null,"derivation":"from G3666 (ὁμοιόω);","strongs_definition":"assimilation, i.e. resemblance","kjv_definition":"similitude"} +{"id":"G3670","strongs_number":"G3670","system":"greek","language":"greek","number_value":3670,"lemma":"ὁμολογέω","transliteration":"homologéō","pronunciation":null,"derivation":"from a compound of the base of G3674 (ὁμοῦ) and G3056 (λόγος);","strongs_definition":"to assent, i.e. covenant, acknowledge","kjv_definition":"con- (pro-)fess, confession is made, give thanks, promise"} +{"id":"G3671","strongs_number":"G3671","system":"greek","language":"greek","number_value":3671,"lemma":"ὁμολογία","transliteration":"homología","pronunciation":null,"derivation":"from the same as G3670 (ὁμολογέω);","strongs_definition":"acknowledgment","kjv_definition":"con- (pro-)fession, professed"} +{"id":"G3672","strongs_number":"G3672","system":"greek","language":"greek","number_value":3672,"lemma":"ὁμολογουμένως","transliteration":"homologouménōs","pronunciation":null,"derivation":"adverb of present passive participle of G3670 (ὁμολογέω);","strongs_definition":"confessedly","kjv_definition":"without controversy"} +{"id":"G3673","strongs_number":"G3673","system":"greek","language":"greek","number_value":3673,"lemma":"ὁμότεχνος","transliteration":"homótechnos","pronunciation":null,"derivation":"from the base of G3674 (ὁμοῦ) and G5078 (τέχνη);","strongs_definition":"a fellow-artificer","kjv_definition":"of the same craft"} +{"id":"G3674","strongs_number":"G3674","system":"greek","language":"greek","number_value":3674,"lemma":"ὁμοῦ","transliteration":"homoû","pronunciation":null,"derivation":"genitive case of (the same;","strongs_definition":"akin to G260 (ἅμα)) as adverb; at the same place or time","kjv_definition":"together"} +{"id":"G3675","strongs_number":"G3675","system":"greek","language":"greek","number_value":3675,"lemma":"ὁμόφρων","transliteration":"homóphrōn","pronunciation":null,"derivation":"from the base of G3674 (ὁμοῦ) and G5424 (φρήν);","strongs_definition":"like-minded, i.e. harmonious","kjv_definition":"of one mind"} +{"id":"G3676","strongs_number":"G3676","system":"greek","language":"greek","number_value":3676,"lemma":"ὅμως","transliteration":"hómōs","pronunciation":null,"derivation":"adverb from the base of G3674 (ὁμοῦ);","strongs_definition":"at the same time, i.e. (conjunctionally) notwithstanding, yet still","kjv_definition":"and even, nevertheless, though but"} +{"id":"G3677","strongs_number":"G3677","system":"greek","language":"greek","number_value":3677,"lemma":"ὄναρ","transliteration":"ónar","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a dream","kjv_definition":"dream"} +{"id":"G3678","strongs_number":"G3678","system":"greek","language":"greek","number_value":3678,"lemma":"ὀνάριον","transliteration":"onárion","pronunciation":null,"derivation":"neuter of a presumed derivative of G3688 (ὄνος);","strongs_definition":"a little ass","kjv_definition":"young ass"} +{"id":"G3679","strongs_number":"G3679","system":"greek","language":"greek","number_value":3679,"lemma":"ὀνειδίζω","transliteration":"oneidízō","pronunciation":null,"derivation":"from G3681 (ὄνειδος);","strongs_definition":"to defame, i.e. rail at, chide, taunt","kjv_definition":"cast in teeth, (suffer) reproach, revile, upbraid"} +{"id":"G3680","strongs_number":"G3680","system":"greek","language":"greek","number_value":3680,"lemma":"ὀνειδισμός","transliteration":"oneidismós","pronunciation":null,"derivation":"from G3679 (ὀνειδίζω);","strongs_definition":"contumely","kjv_definition":"reproach"} +{"id":"G3681","strongs_number":"G3681","system":"greek","language":"greek","number_value":3681,"lemma":"ὄνειδος","transliteration":"óneidos","pronunciation":null,"derivation":"probably akin to the base of G3686 (ὄνομα);","strongs_definition":"notoriety, i.e. a taunt (disgrace)","kjv_definition":"reproach"} +{"id":"G3682","strongs_number":"G3682","system":"greek","language":"greek","number_value":3682,"lemma":"Ὀνήσιμος","transliteration":"Onḗsimos","pronunciation":null,"derivation":"from G3685 (ὀνίνημι);","strongs_definition":"profitable; Onesimus, a Christian","kjv_definition":"Onesimus"} +{"id":"G3683","strongs_number":"G3683","system":"greek","language":"greek","number_value":3683,"lemma":"Ὀνησίφορος","transliteration":"Onēsíphoros","pronunciation":null,"derivation":"from a derivative of G3685 (ὀνίνημι) and G5411 (φόρος);","strongs_definition":"profit-bearer; Onesiphorus, a Christian","kjv_definition":"Onespiphorus"} +{"id":"G3684","strongs_number":"G3684","system":"greek","language":"greek","number_value":3684,"lemma":"ὀνικός","transliteration":"onikós","pronunciation":null,"derivation":"from G3688 (ὄνος);","strongs_definition":"belonging to a ass, i.e. large (so as to be turned by a ass)","kjv_definition":"millstone"} +{"id":"G3685","strongs_number":"G3685","system":"greek","language":"greek","number_value":3685,"lemma":"ὀνίνημι","transliteration":"onínēmi","pronunciation":null,"derivation":"a prolonged form of an apparently primary verb (, to slur);","strongs_definition":"for which another prolonged form () is used as an alternate in some tenses (unless indeed it be identical with the base of G3686 (ὄνομα) through the idea of notoriety); to gratify, i.e. (middle voice) to derive pleasure or advantage from","kjv_definition":"have joy"} +{"id":"G3686","strongs_number":"G3686","system":"greek","language":"greek","number_value":3686,"lemma":"ὄνομα","transliteration":"ónoma","pronunciation":null,"derivation":"from a presumed derivative of the base of G1097 (γινώσκω) (compare G3685 (ὀνίνημι));","strongs_definition":"a \"name\" (literally or figuratively) (authority, character)","kjv_definition":"called, (+ sur-)name(-d)"} +{"id":"G3687","strongs_number":"G3687","system":"greek","language":"greek","number_value":3687,"lemma":"ὀνομάζω","transliteration":"onomázō","pronunciation":null,"derivation":"from G3686 (ὄνομα);","strongs_definition":"to name, i.e. assign an appellation; by extension, to utter, mention, profess","kjv_definition":"call, name"} +{"id":"G3688","strongs_number":"G3688","system":"greek","language":"greek","number_value":3688,"lemma":"ὄνος","transliteration":"ónos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a donkey","kjv_definition":"an ass"} +{"id":"G3689","strongs_number":"G3689","system":"greek","language":"greek","number_value":3689,"lemma":"ὄντως","transliteration":"óntōs","pronunciation":null,"derivation":"adverb of the oblique cases of G5607 (ὤν);","strongs_definition":"really","kjv_definition":"certainly, clean, indeed, of a truth, verily"} +{"id":"G3690","strongs_number":"G3690","system":"greek","language":"greek","number_value":3690,"lemma":"ὄξος","transliteration":"óxos","pronunciation":null,"derivation":"from G3691 (ὀξύς);","strongs_definition":"vinegar, i.e. sour wine","kjv_definition":"vinegar"} +{"id":"G3691","strongs_number":"G3691","system":"greek","language":"greek","number_value":3691,"lemma":"ὀξύς","transliteration":"oxýs","pronunciation":null,"derivation":"probably akin to the base of G188 (ἀκμήν) (\"acid\");","strongs_definition":"keen; by analogy, rapid","kjv_definition":"sharp, swift"} +{"id":"G3692","strongs_number":"G3692","system":"greek","language":"greek","number_value":3692,"lemma":"ὀπή","transliteration":"opḗ","pronunciation":null,"derivation":"probably from G3700 (ὀπτάνομαι);","strongs_definition":"a hole (as if for light), i.e. cavern; by analogy, a spring (of water)","kjv_definition":"cave, place"} +{"id":"G3693","strongs_number":"G3693","system":"greek","language":"greek","number_value":3693,"lemma":"ὄπισθεν","transliteration":"ópisthen","pronunciation":null,"derivation":"from (regard;","strongs_definition":"from G3700 (ὀπτάνομαι)) with enclitic of source; from the rear (as a secure aspect), i.e. at the back (adverb and preposition of place or time)","kjv_definition":"after, backside, behind"} +{"id":"G3694","strongs_number":"G3694","system":"greek","language":"greek","number_value":3694,"lemma":"ὀπίσω","transliteration":"opísō","pronunciation":null,"derivation":"from the same as G3693 (ὄπισθεν) with enclitic of direction;","strongs_definition":"to the back, i.e. aback (as adverb or preposition of time or place; or as noun)","kjv_definition":"after, back(-ward), (+ get) behind, + follow"} +{"id":"G3695","strongs_number":"G3695","system":"greek","language":"greek","number_value":3695,"lemma":"ὁπλίζω","transliteration":"hoplízō","pronunciation":null,"derivation":"from G3696 (ὅπλον);","strongs_definition":"to equip (with weapons (middle voice and figuratively))","kjv_definition":"arm self"} +{"id":"G3696","strongs_number":"G3696","system":"greek","language":"greek","number_value":3696,"lemma":"ὅπλον","transliteration":"hóplon","pronunciation":null,"derivation":"probably from a primary (to be busy about);","strongs_definition":"an implement or utensil or tool (literally or figuratively, especially, offensive for war)","kjv_definition":"armour, instrument, weapon"} +{"id":"G3697","strongs_number":"G3697","system":"greek","language":"greek","number_value":3697,"lemma":"ὁποῖος","transliteration":"hopoîos","pronunciation":null,"derivation":"from G3739 (ὅς) and G4169 (ποῖος);","strongs_definition":"of what kind that, i.e. how (as) great (excellent) (specially, as an indefinite correlative to the definite antecedent G5108 (τοιοῦτος) of quality)","kjv_definition":"what manner (sort) of, such as whatsoever"} +{"id":"G3698","strongs_number":"G3698","system":"greek","language":"greek","number_value":3698,"lemma":"ὁπότε","transliteration":"hopóte","pronunciation":null,"derivation":"from G3739 (ὅς) and G4218 (ποτέ);","strongs_definition":"what(-ever) then, i.e. (of time) as soon as","kjv_definition":"when"} +{"id":"G3699","strongs_number":"G3699","system":"greek","language":"greek","number_value":3699,"lemma":"ὅπου","transliteration":"hópou","pronunciation":null,"derivation":"from G3739 (ὅς) and G4225 (πού);","strongs_definition":"what(-ever) where, i.e. at whichever spot","kjv_definition":"in what place, where(-as, -soever), whither (+ soever)"} +{"id":"G3700","strongs_number":"G3700","system":"greek","language":"greek","number_value":3700,"lemma":"ὀπτάνομαι","transliteration":"optánomai","pronunciation":null,"derivation":"a (middle voice) prolonged form of the primary (middle voice) ; which is used for it in certain tenses; and both as alternate of G3708 (ὁράω);","strongs_definition":"to gaze (i.e. with wide-open eyes, as at something remarkable; and thus differing from G991 (βλέπω), which denotes simply voluntary observation; and from G1492 (εἴδω), which expresses merely mechanical, passive or casual vision; while G2300 (θεάομαι), and still more emphatically its intensive G2334 (θεωρέω), signifies an earnest but more continued inspection; and G4648 (σκοπέω) a watching from a distance)","kjv_definition":"appear, look, see, shew self"} +{"id":"G3701","strongs_number":"G3701","system":"greek","language":"greek","number_value":3701,"lemma":"ὀπτασία","transliteration":"optasía","pronunciation":null,"derivation":"from a presumed derivative of G3700 (ὀπτάνομαι);","strongs_definition":"visuality, i.e. (concretely) an apparition","kjv_definition":"vision"} +{"id":"G3702","strongs_number":"G3702","system":"greek","language":"greek","number_value":3702,"lemma":"ὀπτός","transliteration":"optós","pronunciation":null,"derivation":"from an obsolete verb akin to (to \"steep\");","strongs_definition":"cooked, i.e. roasted","kjv_definition":"broiled"} +{"id":"G3703","strongs_number":"G3703","system":"greek","language":"greek","number_value":3703,"lemma":"ὀπώρα","transliteration":"opṓra","pronunciation":null,"derivation":"apparently from the base of G3796 (ὀψέ) and G5610 (ὥρα);","strongs_definition":"properly, even-tide of the (summer) season (dog-days), i.e. (by implication) ripe fruit","kjv_definition":"fruit"} +{"id":"G3704","strongs_number":"G3704","system":"greek","language":"greek","number_value":3704,"lemma":"ὅπως","transliteration":"hópōs","pronunciation":null,"derivation":"from G3739 (ὅς) and G4459 (πῶς);","strongs_definition":"what(-ever) how, i.e. in the manner that (as adverb or conjunction of coincidence, intentional or actual)","kjv_definition":"because, how, (so) that, to, when"} +{"id":"G3705","strongs_number":"G3705","system":"greek","language":"greek","number_value":3705,"lemma":"ὅραμα","transliteration":"hórama","pronunciation":null,"derivation":"from G3708 (ὁράω);","strongs_definition":"something gazed at, i.e. a spectacle (especially supernatural)","kjv_definition":"sight, vision"} +{"id":"G3706","strongs_number":"G3706","system":"greek","language":"greek","number_value":3706,"lemma":"ὅρασις","transliteration":"hórasis","pronunciation":null,"derivation":"from G3708 (ὁράω);","strongs_definition":"the act of gazing, i.e. (externally) an aspect or (internally) an inspired appearance","kjv_definition":"sight, vision"} +{"id":"G3707","strongs_number":"G3707","system":"greek","language":"greek","number_value":3707,"lemma":"ὁρατός","transliteration":"horatós","pronunciation":null,"derivation":"from G3708 (ὁράω);","strongs_definition":"gazed at, i.e. (by implication) capable of being seen","kjv_definition":"visible"} +{"id":"G3708","strongs_number":"G3708","system":"greek","language":"greek","number_value":3708,"lemma":"ὁράω","transliteration":"horáō","pronunciation":null,"derivation":"properly, to stare at (compare G3700 (ὀπτάνομαι)), i.e. (by implication) to discern clearly (physically or mentally);","strongs_definition":"by extension, to attend to; by Hebraism, to experience; passively, to appear","kjv_definition":"behold, perceive, see, take heed"} +{"id":"G3709","strongs_number":"G3709","system":"greek","language":"greek","number_value":3709,"lemma":"ὀργή","transliteration":"orgḗ","pronunciation":null,"derivation":"from G3713 (ὀρέγομαι);","strongs_definition":"properly, desire (as a reaching forth or excitement of the mind), i.e. (by analogy), violent passion (ire, or (justifiable) abhorrence); by implication punishment","kjv_definition":"anger, indignation, vengeance, wrath"} +{"id":"G3710","strongs_number":"G3710","system":"greek","language":"greek","number_value":3710,"lemma":"ὀργίζω","transliteration":"orgízō","pronunciation":null,"derivation":"from G3709 (ὀργή);","strongs_definition":"to provoke or enrage, i.e. (passively) become exasperated","kjv_definition":"be angry (wroth)"} +{"id":"G3711","strongs_number":"G3711","system":"greek","language":"greek","number_value":3711,"lemma":"ὀργίλος","transliteration":"orgílos","pronunciation":null,"derivation":"from G3709 (ὀργή);","strongs_definition":"irascible","kjv_definition":"soon angry"} +{"id":"G3712","strongs_number":"G3712","system":"greek","language":"greek","number_value":3712,"lemma":"ὀργυιά","transliteration":"orguiá","pronunciation":null,"derivation":"from G3713 (ὀρέγομαι);","strongs_definition":"a stretch of the arms, i.e. a fathom","kjv_definition":"fathom"} +{"id":"G3713","strongs_number":"G3713","system":"greek","language":"greek","number_value":3713,"lemma":"ὀρέγομαι","transliteration":"orégomai","pronunciation":null,"derivation":"middle voice of apparently a prolonged form of an obsolete primary (compare G3735 (ὄρος));","strongs_definition":"to stretch oneself, i.e. reach out after (long for)","kjv_definition":"covet after, desire"} +{"id":"G3714","strongs_number":"G3714","system":"greek","language":"greek","number_value":3714,"lemma":"ὀρεινός","transliteration":"oreinós","pronunciation":null,"derivation":"from G3735 (ὄρος);","strongs_definition":"mountainous, i.e. (feminine by implication, of G5561 (χώρα)) the Highlands (of Judæa)","kjv_definition":"hill country"} +{"id":"G3715","strongs_number":"G3715","system":"greek","language":"greek","number_value":3715,"lemma":"ὄρεξις","transliteration":"órexis","pronunciation":null,"derivation":"from G3713 (ὀρέγομαι);","strongs_definition":"excitement of the mind, i.e. longing after","kjv_definition":"lust"} +{"id":"G3716","strongs_number":"G3716","system":"greek","language":"greek","number_value":3716,"lemma":"ὀρθοποδέω","transliteration":"orthopodéō","pronunciation":null,"derivation":"from a compound of G3717 (ὀρθός) and G4228 (πούς);","strongs_definition":"to be straight-footed, i.e. (figuratively) to go directly forward","kjv_definition":"walk uprightly"} +{"id":"G3717","strongs_number":"G3717","system":"greek","language":"greek","number_value":3717,"lemma":"ὀρθός","transliteration":"orthós","pronunciation":null,"derivation":"probably from the base of G3735 (ὄρος);","strongs_definition":"right (as rising), i.e. (perpendicularly) erect (figuratively, honest), or (horizontally) level or direct","kjv_definition":"straight, upright"} +{"id":"G3718","strongs_number":"G3718","system":"greek","language":"greek","number_value":3718,"lemma":"ὀρθοτομέω","transliteration":"orthotoméō","pronunciation":null,"derivation":"from a compound of G3717 (ὀρθός) and the base of G5114 (τομώτερος), to make a straight cut, i.e. (figuratively) to dissect (expound) correctly (the divine message)","strongs_definition":null,"kjv_definition":"rightly divide"} +{"id":"G3719","strongs_number":"G3719","system":"greek","language":"greek","number_value":3719,"lemma":"ὀρθρίζω","transliteration":"orthrízō","pronunciation":null,"derivation":"from G3722 (ὄρθρος);","strongs_definition":"to use the dawn, i.e. (by implication) to repair betimes","kjv_definition":"come early in the morning"} +{"id":"G3720","strongs_number":"G3720","system":"greek","language":"greek","number_value":3720,"lemma":"ὀρθρινός","transliteration":"orthrinós","pronunciation":null,"derivation":"from G3722 (ὄρθρος);","strongs_definition":"relating to the dawn, i.e. matutinal (as an epithet of Venus, especially brilliant in the early day)","kjv_definition":"morning"} +{"id":"G3721","strongs_number":"G3721","system":"greek","language":"greek","number_value":3721,"lemma":"ὄρθριος","transliteration":"órthrios","pronunciation":null,"derivation":"from G3722 (ὄρθρος);","strongs_definition":"in the dawn, i.e. up at day-break","kjv_definition":"early"} +{"id":"G3722","strongs_number":"G3722","system":"greek","language":"greek","number_value":3722,"lemma":"ὄρθρος","transliteration":"órthros","pronunciation":null,"derivation":"from the same as G3735 (ὄρος);","strongs_definition":"dawn (as sun-rise, rising of light); by extension, morn","kjv_definition":"early in the morning"} +{"id":"G3723","strongs_number":"G3723","system":"greek","language":"greek","number_value":3723,"lemma":"ὀρθῶς","transliteration":"orthōs","pronunciation":null,"derivation":"adverb from G3717 (ὀρθός);","strongs_definition":"in a straight manner, i.e. (figuratively) correctly (also morally)","kjv_definition":"plain, right(-ly)"} +{"id":"G3724","strongs_number":"G3724","system":"greek","language":"greek","number_value":3724,"lemma":"ὁρίζω","transliteration":"horízō","pronunciation":null,"derivation":"from G3725 (ὅριον);","strongs_definition":"to mark out or bound (\"horizon\"), i.e. (figuratively) to appoint, decree, specify","kjv_definition":"declare, determine, limit, ordain"} +{"id":"G3725","strongs_number":"G3725","system":"greek","language":"greek","number_value":3725,"lemma":"ὅριον","transliteration":"hórion","pronunciation":null,"derivation":"neuter of a derivative of an apparently primary (a bound or limit);","strongs_definition":"a boundary-line, i.e. (by implication) a frontier (region)","kjv_definition":"border, coast"} +{"id":"G3726","strongs_number":"G3726","system":"greek","language":"greek","number_value":3726,"lemma":"ὁρκίζω","transliteration":"horkízō","pronunciation":null,"derivation":"from G3727 (ὅρκος);","strongs_definition":"to put on oath, i.e. make swear; by analogy, to solemnly enjoin","kjv_definition":"adjure, charge"} +{"id":"G3727","strongs_number":"G3727","system":"greek","language":"greek","number_value":3727,"lemma":"ὅρκος","transliteration":"hórkos","pronunciation":null,"derivation":"from (a fence;","strongs_definition":"perhaps akin to G3725 (ὅριον)); a limit, i.e. (sacred) restraint (specially, an oath)","kjv_definition":"oath"} +{"id":"G3728","strongs_number":"G3728","system":"greek","language":"greek","number_value":3728,"lemma":"ὁρκωμοσία","transliteration":"horkōmosía","pronunciation":null,"derivation":"from a compound of G3727 (ὅρκος) and a derivative of G3660 (ὀμνύω);","strongs_definition":"asseveration on oath","kjv_definition":"oath"} +{"id":"G3729","strongs_number":"G3729","system":"greek","language":"greek","number_value":3729,"lemma":"ὁρμάω","transliteration":"hormáō","pronunciation":null,"derivation":"from G3730 (ὁρμή);","strongs_definition":"to start, spur or urge on, i.e. (reflexively) to dash or plunge","kjv_definition":"run (violently), rush"} +{"id":"G3730","strongs_number":"G3730","system":"greek","language":"greek","number_value":3730,"lemma":"ὁρμή","transliteration":"hormḗ","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a violent impulse, i.e. onset","kjv_definition":"assault"} +{"id":"G3731","strongs_number":"G3731","system":"greek","language":"greek","number_value":3731,"lemma":"ὅρμημα","transliteration":"hórmēma","pronunciation":null,"derivation":"from G3730 (ὁρμή);","strongs_definition":"an attack, i.e. (abstractly) precipitancy","kjv_definition":"violence"} +{"id":"G3732","strongs_number":"G3732","system":"greek","language":"greek","number_value":3732,"lemma":"ὄρνεον","transliteration":"órneon","pronunciation":null,"derivation":"neuter of a presumed derivative of G3733 (ὄρνις);","strongs_definition":"a birdling","kjv_definition":"bird, fowl"} +{"id":"G3733","strongs_number":"G3733","system":"greek","language":"greek","number_value":3733,"lemma":"ὄρνις","transliteration":"órnis","pronunciation":null,"derivation":"probably from a prolonged form of the base of G3735 (ὄρος);","strongs_definition":"a bird (as rising in the air), i.e. (specially), a hen (or female domestic fowl)","kjv_definition":"hen"} +{"id":"G3734","strongs_number":"G3734","system":"greek","language":"greek","number_value":3734,"lemma":"ὁροθεσία","transliteration":"horothesía","pronunciation":null,"derivation":"from a compound of the base of G3725 (ὅριον) and a derivative of G5087 (τίθημι);","strongs_definition":"a limit-placing, i.e. (concretely) boundary-line","kjv_definition":"bound"} +{"id":"G3735","strongs_number":"G3735","system":"greek","language":"greek","number_value":3735,"lemma":"ὄρος","transliteration":"óros","pronunciation":null,"derivation":"probably from an obsolete (to rise or \"rear\";","strongs_definition":"perhaps akin to G142 (αἴρω); compare G3733 (ὄρνις)); a mountain (as lifting itself above the plain)","kjv_definition":"hill, mount(-ain)"} +{"id":"G3736","strongs_number":"G3736","system":"greek","language":"greek","number_value":3736,"lemma":"ὀρύσσω","transliteration":"orýssō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to \"burrow\" in the ground, i.e. dig","kjv_definition":"dig"} +{"id":"G3737","strongs_number":"G3737","system":"greek","language":"greek","number_value":3737,"lemma":"ὀρφανός","transliteration":"orphanós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"bereaved (\"orphan\"), i.e. parentless","kjv_definition":"comfortless, fatherless"} +{"id":"G3738","strongs_number":"G3738","system":"greek","language":"greek","number_value":3738,"lemma":"ὀρχέομαι","transliteration":"orchéomai","pronunciation":null,"derivation":"middle voice from (a row or ring);","strongs_definition":"to dance (from the ranklike or regular motion)","kjv_definition":"dance"} +{"id":"G3739","strongs_number":"G3739","system":"greek","language":"greek","number_value":3739,"lemma":"ὅς","transliteration":"hós","pronunciation":null,"derivation":"probably a primary word (or perhaps a form of the article G3588 (ὁ));","strongs_definition":"the relatively (sometimes demonstrative) pronoun, who, which, what, that","kjv_definition":"one, (an-, the) other, some, that, what, which, who(-m, -se), etc"} +{"id":"G3740","strongs_number":"G3740","system":"greek","language":"greek","number_value":3740,"lemma":"ὁσάκις","transliteration":"hosákis","pronunciation":null,"derivation":"multiple adverb from G3739 (ὅς);","strongs_definition":"how (i.e. with G302 (ἄν), so) many times as","kjv_definition":"as oft(-en) as"} +{"id":"G3741","strongs_number":"G3741","system":"greek","language":"greek","number_value":3741,"lemma":"ὅσιος","transliteration":"hósios","pronunciation":null,"derivation":"of uncertain affinity; properly, right (by intrinsic or divine character; thus distinguished from 1342, which refers rather to human statutes and relations; from G2413 (ἱερός), which denotes formal consecration;","strongs_definition":"and from G40 (ἅγιος), which relates to purity from defilement), i.e. hallowed (pious, sacred, sure)","kjv_definition":"holy, mercy, shalt be"} +{"id":"G3742","strongs_number":"G3742","system":"greek","language":"greek","number_value":3742,"lemma":"ὁσιότης","transliteration":"hosiótēs","pronunciation":null,"derivation":"from G3741 (ὅσιος);","strongs_definition":"piety","kjv_definition":"holiness"} +{"id":"G3743","strongs_number":"G3743","system":"greek","language":"greek","number_value":3743,"lemma":"ὁσίως","transliteration":"hosíōs","pronunciation":null,"derivation":"adverb from G3741 (ὅσιος);","strongs_definition":"piously","kjv_definition":"holily"} +{"id":"G3744","strongs_number":"G3744","system":"greek","language":"greek","number_value":3744,"lemma":"ὀσμή","transliteration":"osmḗ","pronunciation":null,"derivation":"from G3605 (ὄζω);","strongs_definition":"fragrance (literally or figuratively)","kjv_definition":"odour, savour"} +{"id":"G3745","strongs_number":"G3745","system":"greek","language":"greek","number_value":3745,"lemma":"ὅσος","transliteration":"hósos","pronunciation":null,"derivation":"by reduplication from G3739 (ὅς);","strongs_definition":"as (much, great, long, etc.) as","kjv_definition":"all (that), as (long, many, much) (as), how great (many, much), (in-)asmuch as, so many as, that (ever), the more, those things, what (great, -soever), wheresoever, wherewithsoever, which, X while, who(-soever)"} +{"id":"G3746","strongs_number":"G3746","system":"greek","language":"greek","number_value":3746,"lemma":"ὅσπερ","transliteration":"hósper","pronunciation":null,"derivation":"from G3739 (ὅς) and G4007 (περ);","strongs_definition":"who especially","kjv_definition":"whomsoever"} +{"id":"G3747","strongs_number":"G3747","system":"greek","language":"greek","number_value":3747,"lemma":"ὀστέον","transliteration":"ostéon","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a bone","kjv_definition":"bone"} +{"id":"G3748","strongs_number":"G3748","system":"greek","language":"greek","number_value":3748,"lemma":"ὅστις","transliteration":"hóstis","pronunciation":null,"derivation":"from G3739 (ὅς) and G5100 (τὶς);","strongs_definition":"which some, i.e. any that; also (definite) which same","kjv_definition":"X and (they), (such) as, (they) that, in that they, what(-soever), whereas ye, (they) which, who(-soever)"} +{"id":"G3749","strongs_number":"G3749","system":"greek","language":"greek","number_value":3749,"lemma":"ὀστράκινος","transliteration":"ostrákinos","pronunciation":null,"derivation":"from (\"oyster\") (a tile, i.e. terra cotta);","strongs_definition":"earthen-ware, i.e. clayey; by implication, frail","kjv_definition":"of earth, earthen"} +{"id":"G3750","strongs_number":"G3750","system":"greek","language":"greek","number_value":3750,"lemma":"ὄσφρησις","transliteration":"ósphrēsis","pronunciation":null,"derivation":"from a derivative of G3605 (ὄζω);","strongs_definition":"smell (the sense)","kjv_definition":"smelling"} +{"id":"G3751","strongs_number":"G3751","system":"greek","language":"greek","number_value":3751,"lemma":"ὀσφῦς","transliteration":"osphŷs","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"the loin (externally), i.e. the hip; internally (by extension) procreative power","kjv_definition":"loin"} +{"id":"G3752","strongs_number":"G3752","system":"greek","language":"greek","number_value":3752,"lemma":"ὅταν","transliteration":"hótan","pronunciation":null,"derivation":"from G3753 (ὅτε) and G302 (ἄν);","strongs_definition":"whenever (implying hypothesis or more or less uncertainty); also causatively (conjunctionally) inasmuch as","kjv_definition":"as long (soon) as, that, + till, when(-soever), while"} +{"id":"G3753","strongs_number":"G3753","system":"greek","language":"greek","number_value":3753,"lemma":"ὅτε","transliteration":"hóte","pronunciation":null,"derivation":"from G3739 (ὅς) and G5037 (τέ);","strongs_definition":"at which (thing) too, i.e. when","kjv_definition":"after (that), as soon as, that, when, while"} +{"id":"G3754","strongs_number":"G3754","system":"greek","language":"greek","number_value":3754,"lemma":"ὅτι","transliteration":"hóti","pronunciation":null,"derivation":"neuter of G3748 (ὅστις) as conjunction;","strongs_definition":"demonstrative, that (sometimes redundant); causative, because","kjv_definition":"as concerning that, as though, because (that), for (that), how (that), (in) that, though, why"} +{"id":"G3755","strongs_number":"G3755","system":"greek","language":"greek","number_value":3755,"lemma":"ὅτου","transliteration":"hótou","pronunciation":null,"derivation":"for the genitive case of G3748 (ὅστις) (as adverb);","strongs_definition":"during which same time, i.e. whilst","kjv_definition":"whiles"} +{"id":"G3756","strongs_number":"G3756","system":"greek","language":"greek","number_value":3756,"lemma":"οὐ","transliteration":"ou","pronunciation":null,"derivation":"a primary word;","strongs_definition":"the absolute negative (compare G3361 (μή)) adverb; no or not","kjv_definition":"+ long, nay, neither, never, no (X man), none, (can-)not, + nothing, + special, un(-worthy), when, + without, + yet but"} +{"id":"G3757","strongs_number":"G3757","system":"greek","language":"greek","number_value":3757,"lemma":"οὗ","transliteration":"hoû","pronunciation":null,"derivation":"genitive case of G3739 (ὅς) as adverb;","strongs_definition":"at which place, i.e. where","kjv_definition":"where(-in), whither(-soever)"} +{"id":"G3758","strongs_number":"G3758","system":"greek","language":"greek","number_value":3758,"lemma":"οὐά","transliteration":"ouá","pronunciation":null,"derivation":"a primary exclamation of surprise;","strongs_definition":"\"ah\"","kjv_definition":"ah"} +{"id":"G3759","strongs_number":"G3759","system":"greek","language":"greek","number_value":3759,"lemma":"οὐαί","transliteration":"ouaí","pronunciation":null,"derivation":"a primary exclamation of grief;","strongs_definition":"\"woe\"","kjv_definition":"alas, woe"} +{"id":"G3760","strongs_number":"G3760","system":"greek","language":"greek","number_value":3760,"lemma":"οὐδαμῶς","transliteration":"oudamōs","pronunciation":null,"derivation":"adverb from (the feminine) of G3762 (οὐδείς);","strongs_definition":"by no means","kjv_definition":"not"} +{"id":"G3761","strongs_number":"G3761","system":"greek","language":"greek","number_value":3761,"lemma":"οὐδέ","transliteration":"oudé","pronunciation":null,"derivation":"from G3756 (οὐ) and G1161 (δέ);","strongs_definition":"not however, i.e. neither, nor, not even","kjv_definition":"neither (indeed), never, no (more, nor, not), nor (yet), (also, even, then) not (even, so much as), + nothing, so much as"} +{"id":"G3762","strongs_number":"G3762","system":"greek","language":"greek","number_value":3762,"lemma":"οὐδείς","transliteration":"oudeís","pronunciation":null,"derivation":"from G3761 (οὐδέ) and G1520 (εἷς);","strongs_definition":"not even one (man, woman or thing), i.e. none, nobody, nothing","kjv_definition":"any (man), aught, man, neither any (thing), never (man), no (man), none (+ of these things), not (any, at all, -thing), nought"} +{"id":"G3763","strongs_number":"G3763","system":"greek","language":"greek","number_value":3763,"lemma":"οὐδέποτε","transliteration":"oudépote","pronunciation":null,"derivation":"from G3761 (οὐδέ) and G4218 (ποτέ);","strongs_definition":"not even at any time, i.e. never at all","kjv_definition":"neither at any time, never, nothing at any time"} +{"id":"G3764","strongs_number":"G3764","system":"greek","language":"greek","number_value":3764,"lemma":"οὐδέπω","transliteration":"oudépō","pronunciation":null,"derivation":"from G3761 (οὐδέ) and G4452 (-πω);","strongs_definition":"not even yet","kjv_definition":"as yet not, never before (yet), (not) yet"} +{"id":"G3765","strongs_number":"G3765","system":"greek","language":"greek","number_value":3765,"lemma":"οὐκέτι","transliteration":"oukéti","pronunciation":null,"derivation":"from G3756 (οὐ) and G2089 (ἔτι);","strongs_definition":"not yet, no longer","kjv_definition":"after that (not), (not) any more, henceforth (hereafter) not, no longer (more), not as yet (now), now no more (not), yet (not)"} +{"id":"G3766","strongs_number":"G3766","system":"greek","language":"greek","number_value":3766,"lemma":"οὐκοῦν","transliteration":"oukoûn","pronunciation":null,"derivation":"from G3756 (οὐ) and G3767 (οὖν);","strongs_definition":"is it not therefore that, i.e. (affirmatively) hence or so","kjv_definition":"then"} +{"id":"G3767","strongs_number":"G3767","system":"greek","language":"greek","number_value":3767,"lemma":"οὖν","transliteration":"oûn","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"(adverbially) certainly, or (conjunctionally) accordingly","kjv_definition":"and (so, truly), but, now (then), so (likewise then), then, therefore, verily, wherefore"} +{"id":"G3768","strongs_number":"G3768","system":"greek","language":"greek","number_value":3768,"lemma":"οὔπω","transliteration":"oúpō","pronunciation":null,"derivation":"from G3756 (οὐ) and G4452 (-πω);","strongs_definition":"not yet","kjv_definition":"hitherto not, (no…) as yet, not yet"} +{"id":"G3769","strongs_number":"G3769","system":"greek","language":"greek","number_value":3769,"lemma":"οὐρά","transliteration":"ourá","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a tail","kjv_definition":"tail"} +{"id":"G3770","strongs_number":"G3770","system":"greek","language":"greek","number_value":3770,"lemma":"οὐράνιος","transliteration":"ouránios","pronunciation":null,"derivation":"from G3772 (οὐρανός);","strongs_definition":"celestial, i.e. belonging to or coming from the sky","kjv_definition":"heavenly"} +{"id":"G3771","strongs_number":"G3771","system":"greek","language":"greek","number_value":3771,"lemma":"οὐρανόθεν","transliteration":"ouranóthen","pronunciation":null,"derivation":"from G3772 (οὐρανός) and the enclitic of source;","strongs_definition":"from the sky","kjv_definition":"from heaven"} +{"id":"G3772","strongs_number":"G3772","system":"greek","language":"greek","number_value":3772,"lemma":"οὐρανός","transliteration":"ouranós","pronunciation":null,"derivation":"perhaps from the same as G3735 (ὄρος) (through the idea of elevation);","strongs_definition":"the sky; by extension, heaven (as the abode of God); by implication, happiness, power, eternity; specially, the Gospel (Christianity)","kjv_definition":"air, heaven(-ly), sky"} +{"id":"G3773","strongs_number":"G3773","system":"greek","language":"greek","number_value":3773,"lemma":"Οὐρβανός","transliteration":"Ourbanós","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Urbanus (of the city, \"urbane\"), a Christian","kjv_definition":"Urbanus"} +{"id":"G3774","strongs_number":"G3774","system":"greek","language":"greek","number_value":3774,"lemma":"Οὐρίας","transliteration":"Ourías","pronunciation":null,"derivation":"of Hebrew origin (H0223);","strongs_definition":"Urias (i.e. Urijah), a Hittite","kjv_definition":"Urias"} +{"id":"G3775","strongs_number":"G3775","system":"greek","language":"greek","number_value":3775,"lemma":"οὖς","transliteration":"oûs","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"the ear (physically or mentally)","kjv_definition":"ear"} +{"id":"G3776","strongs_number":"G3776","system":"greek","language":"greek","number_value":3776,"lemma":"οὐσία","transliteration":"ousía","pronunciation":null,"derivation":"from the feminine of G5607 (ὤν);","strongs_definition":"substance, i.e. property (possessions)","kjv_definition":"goods, substance"} +{"id":"G3777","strongs_number":"G3777","system":"greek","language":"greek","number_value":3777,"lemma":"οὔτε","transliteration":"oúte","pronunciation":null,"derivation":"from G3756 (οὐ) and G5037 (τέ);","strongs_definition":"not too, i.e. neither or nor; by analogy, not even","kjv_definition":"neither, none, nor (yet), (no, yet) not, nothing"} +{"id":"G3778","strongs_number":"G3778","system":"greek","language":"greek","number_value":3778,"lemma":"οὗτος","transliteration":"hoûtos","pronunciation":null,"derivation":"from the article G3588 (ὁ) and G846 (αὐτός);","strongs_definition":"the he (she or it), i.e. this or that (often with article repeated)","kjv_definition":"he (it was that), hereof, it, she, such as, the same, these, they, this (man, same, woman), which, who"} +{"id":"G3779","strongs_number":"G3779","system":"greek","language":"greek","number_value":3779,"lemma":"οὕτω","transliteration":"hoútō","pronunciation":null,"derivation":"adverb from G3778 (οὗτος);","strongs_definition":"in this way (referring to what precedes or follows)","kjv_definition":"after that, after (in) this manner, as, even (so), for all that, like(-wise), no more, on this fashion(-wise), so (in like manner), thus, what"} +{"id":"G3780","strongs_number":"G3780","system":"greek","language":"greek","number_value":3780,"lemma":"οὐχί","transliteration":"ouchí","pronunciation":null,"derivation":"intensive of G3756 (οὐ);","strongs_definition":"not indeed","kjv_definition":"nay, not"} +{"id":"G3781","strongs_number":"G3781","system":"greek","language":"greek","number_value":3781,"lemma":"ὀφειλέτης","transliteration":"opheilétēs","pronunciation":null,"derivation":"from G3784 (ὀφείλω);","strongs_definition":"an ower, i.e. person indebted; figuratively, a delinquent; morally, a transgressor (against God)","kjv_definition":"debtor, which owed, sinner"} +{"id":"G3782","strongs_number":"G3782","system":"greek","language":"greek","number_value":3782,"lemma":"ὀφειλή","transliteration":"opheilḗ","pronunciation":null,"derivation":"from G3784 (ὀφείλω);","strongs_definition":"indebtedness, i.e. (concretely) a sum owed; figuratively, obligation, i.e. (conjugal) duty","kjv_definition":"debt, due"} +{"id":"G3783","strongs_number":"G3783","system":"greek","language":"greek","number_value":3783,"lemma":"ὀφείλημα","transliteration":"opheílēma","pronunciation":null,"derivation":"from (the alternate of) G3784 (ὀφείλω);","strongs_definition":"something owed, i.e. (figuratively) a due; morally, a fault","kjv_definition":"debt"} +{"id":"G3784","strongs_number":"G3784","system":"greek","language":"greek","number_value":3784,"lemma":"ὀφείλω","transliteration":"opheílō","pronunciation":null,"derivation":"probably from the base of G3786 (ὄφελος) (through the idea of accruing);","strongs_definition":"to owe (pecuniarily); figuratively, to be under obligation (ought, must, should); morally, to fail in duty","kjv_definition":"behove, be bound, (be) debt(-or), (be) due(-ty), be guilty (indebted), (must) need(-s), ought, owe, should"} +{"id":"G3785","strongs_number":"G3785","system":"greek","language":"greek","number_value":3785,"lemma":"ὄφελον","transliteration":"óphelon","pronunciation":null,"derivation":"first person singular of a past tense of G3784 (ὀφείλω);","strongs_definition":"I ought (wish), i.e. (interjection) oh that!","kjv_definition":"would (to God)"} +{"id":"G3786","strongs_number":"G3786","system":"greek","language":"greek","number_value":3786,"lemma":"ὄφελος","transliteration":"óphelos","pronunciation":null,"derivation":"from (to heap up, i.e. accumulate or benefit);","strongs_definition":"gain","kjv_definition":"advantageth, profit"} +{"id":"G3787","strongs_number":"G3787","system":"greek","language":"greek","number_value":3787,"lemma":"ὀφθαλμοδουλεία","transliteration":"ophthalmodouleía","pronunciation":null,"derivation":"from G3788 (ὀφθαλμός) and G1397 (δουλεία);","strongs_definition":"sight-labor, i.e. that needs watching (remissness)","kjv_definition":"eye-service"} +{"id":"G3788","strongs_number":"G3788","system":"greek","language":"greek","number_value":3788,"lemma":"ὀφθαλμός","transliteration":"ophthalmós","pronunciation":null,"derivation":"from G3700 (ὀπτάνομαι);","strongs_definition":"the eye (literally or figuratively); by implication, vision; figuratively, envy (from the jealous side-glance)","kjv_definition":"eye, sight"} +{"id":"G3789","strongs_number":"G3789","system":"greek","language":"greek","number_value":3789,"lemma":"ὄφις","transliteration":"óphis","pronunciation":null,"derivation":"probably from G3700 (ὀπτάνομαι) (through the idea of sharpness of vision);","strongs_definition":"a snake, figuratively, (as a type of sly cunning) an artful malicious person, especially Satan","kjv_definition":"serpent"} +{"id":"G3790","strongs_number":"G3790","system":"greek","language":"greek","number_value":3790,"lemma":"ὀφρῦς","transliteration":"ophrŷs","pronunciation":null,"derivation":"perhaps from G3700 (ὀπτάνομαι) (through the idea of the shading or proximity to the organ of vision);","strongs_definition":"the eye-\"brow\" or forehead, i.e. (figuratively) the brink of a precipice","kjv_definition":"brow"} +{"id":"G3791","strongs_number":"G3791","system":"greek","language":"greek","number_value":3791,"lemma":"ὀχλέω","transliteration":"ochléō","pronunciation":null,"derivation":"from G3793 (ὄχλος);","strongs_definition":"to mob, i.e. (by implication) to harass","kjv_definition":"vex"} +{"id":"G3792","strongs_number":"G3792","system":"greek","language":"greek","number_value":3792,"lemma":"ὀχλοποιέω","transliteration":"ochlopoiéō","pronunciation":null,"derivation":"from G3793 (ὄχλος) and G4160 (ποιέω);","strongs_definition":"to make a crowd, i.e. raise a public disturbance","kjv_definition":"gather a company"} +{"id":"G3793","strongs_number":"G3793","system":"greek","language":"greek","number_value":3793,"lemma":"ὄχλος","transliteration":"óchlos","pronunciation":null,"derivation":"from a derivative of G2192 (ἔχω) (meaning a vehicle);","strongs_definition":"a throng (as borne along); by implication, the rabble; by extension, a class of people; figuratively, a riot","kjv_definition":"company, multitude, number (of people), people, press"} +{"id":"G3794","strongs_number":"G3794","system":"greek","language":"greek","number_value":3794,"lemma":"ὀχύρωμα","transliteration":"ochýrōma","pronunciation":null,"derivation":"from a remote derivative of G2192 (ἔχω) (meaning to fortify, through the idea of holding safely);","strongs_definition":"a castle (figuratively, argument)","kjv_definition":"stronghold"} +{"id":"G3795","strongs_number":"G3795","system":"greek","language":"greek","number_value":3795,"lemma":"ὀψάριον","transliteration":"opsárion","pronunciation":null,"derivation":"neuter of a presumed derivative of the base of G3702 (ὀπτός);","strongs_definition":"a relish to other food (as if cooked sauce), i.e. (specially), fish (presumably salted and dried as a condiment)","kjv_definition":"fish"} +{"id":"G3796","strongs_number":"G3796","system":"greek","language":"greek","number_value":3796,"lemma":"ὀψέ","transliteration":"opsé","pronunciation":null,"derivation":"from the same as G3694 (ὀπίσω) (through the idea of backwardness);","strongs_definition":"(adverbially) late in the day; by extension, after the close of the day","kjv_definition":"(at) even, in the end"} +{"id":"G3797","strongs_number":"G3797","system":"greek","language":"greek","number_value":3797,"lemma":"ὄψιμος","transliteration":"ópsimos","pronunciation":null,"derivation":"from G3796 (ὀψέ);","strongs_definition":"later, i.e. vernal (showering)","kjv_definition":"latter"} +{"id":"G3798","strongs_number":"G3798","system":"greek","language":"greek","number_value":3798,"lemma":"ὄψιος","transliteration":"ópsios","pronunciation":null,"derivation":"from G3796 (ὀψέ);","strongs_definition":"late; feminine (as noun) afternoon (early eve) or nightfall (later eve)","kjv_definition":"even(-ing, (-tide))"} +{"id":"G3799","strongs_number":"G3799","system":"greek","language":"greek","number_value":3799,"lemma":"ὄψις","transliteration":"ópsis","pronunciation":null,"derivation":"from G3700 (ὀπτάνομαι);","strongs_definition":"properly, sight (the act), i.e. (by implication) the visage, an external show","kjv_definition":"appearance, countenance, face"} +{"id":"G3800","strongs_number":"G3800","system":"greek","language":"greek","number_value":3800,"lemma":"ὀψώνιον","transliteration":"opsṓnion","pronunciation":null,"derivation":"neuter of a presumed derivative of the same as G3795 (ὀψάριον);","strongs_definition":"rations for a soldier, i.e. (by extension) his stipend or pay","kjv_definition":"wages"} +{"id":"G3801","strongs_number":"G3801","system":"greek","language":"greek","number_value":3801,"lemma":"ὁ ὢν καί ὁ ἦν καί ὁ ἐρχόμενος","transliteration":"ho ṑn kaí ho ēn kaí ho erchómenos","pronunciation":null,"derivation":"a phrase combining G3588 (ὁ) with the present participle and imperfect of G1510 (εἰμί) and the present participle of G2064 (ἔρχομαι) by means of G2532 (καί);","strongs_definition":"the one being and the one that was and the one coming, i.e. the Eternal, as a divine epithet of Christ","kjv_definition":"which art (is, was), and (which) wast (is, was), and art (is) to come (shalt be)"} +{"id":"G3802","strongs_number":"G3802","system":"greek","language":"greek","number_value":3802,"lemma":"παγιδεύω","transliteration":"pagideúō","pronunciation":null,"derivation":"from G3803 (παγίς);","strongs_definition":"to ensnare (figuratively)","kjv_definition":"entangle"} +{"id":"G3803","strongs_number":"G3803","system":"greek","language":"greek","number_value":3803,"lemma":"παγίς","transliteration":"pagís","pronunciation":null,"derivation":"from G4078 (πήγνυμι);","strongs_definition":"a trap (as fastened by a noose or notch); figuratively, a trick or statagem (temptation)","kjv_definition":"snare"} +{"id":"G3804","strongs_number":"G3804","system":"greek","language":"greek","number_value":3804,"lemma":"πάθημα","transliteration":"páthēma","pronunciation":null,"derivation":"from a presumed derivative of G3806 (πάθος);","strongs_definition":"something undergone, i.e. hardship or pain; subjectively, an emotion or influence","kjv_definition":"affection, affliction, motion, suffering"} +{"id":"G3805","strongs_number":"G3805","system":"greek","language":"greek","number_value":3805,"lemma":"παθητός","transliteration":"pathētós","pronunciation":null,"derivation":"from the same as G3804 (πάθημα);","strongs_definition":"liable (i.e. doomed) to experience pain","kjv_definition":"suffer"} +{"id":"G3806","strongs_number":"G3806","system":"greek","language":"greek","number_value":3806,"lemma":"πάθος","transliteration":"páthos","pronunciation":null,"derivation":"from the alternate of G3958 (πάσχω);","strongs_definition":"properly, suffering (\"pathos\"), i.e. (subjectively) a passion (especially concupiscence)","kjv_definition":"(inordinate) affection, lust"} +{"id":"G3807","strongs_number":"G3807","system":"greek","language":"greek","number_value":3807,"lemma":"παιδαγωγός","transliteration":"paidagōgós","pronunciation":null,"derivation":"from G3816 (παῖς) and a reduplicated form of G71 (ἄγω);","strongs_definition":"a boy-leader, i.e. a servant whose office it was to take the children to school; (by implication, (figuratively) a tutor (\"pædagogue\"))","kjv_definition":"instructor, schoolmaster"} +{"id":"G3808","strongs_number":"G3808","system":"greek","language":"greek","number_value":3808,"lemma":"παιδάριον","transliteration":"paidárion","pronunciation":null,"derivation":"neuter of a presumed derivative of G3816 (παῖς);","strongs_definition":"a little boy","kjv_definition":"child, lad"} +{"id":"G3809","strongs_number":"G3809","system":"greek","language":"greek","number_value":3809,"lemma":"παιδεία","transliteration":"paideía","pronunciation":null,"derivation":"from G3811 (παιδεύω);","strongs_definition":"tutorage, i.e. education or training; by implication, disciplinary correction","kjv_definition":"chastening, chastisement, instruction, nurture"} +{"id":"G3810","strongs_number":"G3810","system":"greek","language":"greek","number_value":3810,"lemma":"παιδευτής","transliteration":"paideutḗs","pronunciation":null,"derivation":"from G3811 (παιδεύω);","strongs_definition":"a trainer, i.e. teacher or (by implication) discipliner","kjv_definition":"which corrected, instructor"} +{"id":"G3811","strongs_number":"G3811","system":"greek","language":"greek","number_value":3811,"lemma":"παιδεύω","transliteration":"paideúō","pronunciation":null,"derivation":"from G3816 (παῖς);","strongs_definition":"to train up a child, i.e. educate, or (by implication), discipline (by punishment)","kjv_definition":"chasten(-ise), instruct, learn, teach"} +{"id":"G3812","strongs_number":"G3812","system":"greek","language":"greek","number_value":3812,"lemma":"παιδιόθεν","transliteration":"paidióthen","pronunciation":null,"derivation":"adverb (of source) from G3813 (παιδίον);","strongs_definition":"from infancy","kjv_definition":"of a child"} +{"id":"G3813","strongs_number":"G3813","system":"greek","language":"greek","number_value":3813,"lemma":"παιδίον","transliteration":"paidíon","pronunciation":null,"derivation":"neuter diminutive of G3816 (παῖς);","strongs_definition":"a childling (of either sex), i.e. (properly), an infant, or (by extension) a half-grown boy or girl; figuratively, an immature Christian","kjv_definition":"(little, young) child, damsel"} +{"id":"G3814","strongs_number":"G3814","system":"greek","language":"greek","number_value":3814,"lemma":"παιδίσκη","transliteration":"paidískē","pronunciation":null,"derivation":"feminine diminutive of G3816 (παῖς);","strongs_definition":"a girl, i.e. (specially), a female slave or servant","kjv_definition":"bondmaid(-woman), damsel, maid(-en)"} +{"id":"G3815","strongs_number":"G3815","system":"greek","language":"greek","number_value":3815,"lemma":"παίζω","transliteration":"paízō","pronunciation":null,"derivation":"from G3816 (παῖς);","strongs_definition":"to sport (as a boy)","kjv_definition":"play"} +{"id":"G3816","strongs_number":"G3816","system":"greek","language":"greek","number_value":3816,"lemma":"παῖς","transliteration":"paîs","pronunciation":null,"derivation":"perhaps from G3817 (παίω);","strongs_definition":"a boy (as often beaten with impunity), or (by analogy), a girl, and (genitive case) a child; specially, a slave or servant (especially a minister to a king; and by eminence to God)","kjv_definition":"child, maid(-en), (man) servant, son, young man"} +{"id":"G3817","strongs_number":"G3817","system":"greek","language":"greek","number_value":3817,"lemma":"παίω","transliteration":"paíō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to hit (as if by a single blow and less violently than G5180 (τύπτω)); specially, to sting (as a scorpion)","kjv_definition":"smite, strike"} +{"id":"G3818","strongs_number":"G3818","system":"greek","language":"greek","number_value":3818,"lemma":"Πακατιανή","transliteration":"Pakatianḗ","pronunciation":null,"derivation":"feminine of an adjective of uncertain derivation;","strongs_definition":"Pacatianian, a section of Phrygia","kjv_definition":"Pacatiana"} +{"id":"G3819","strongs_number":"G3819","system":"greek","language":"greek","number_value":3819,"lemma":"πάλαι","transliteration":"pálai","pronunciation":null,"derivation":"probably another form for G3825 (πάλιν) (through the idea of retrocession);","strongs_definition":"(adverbially) formerly, or (by relatively) sometime since; (elliptically as adjective) ancient","kjv_definition":"any while, a great while ago, (of) old, in time past"} +{"id":"G3820","strongs_number":"G3820","system":"greek","language":"greek","number_value":3820,"lemma":"παλαιός","transliteration":"palaiós","pronunciation":null,"derivation":"from G3819 (πάλαι);","strongs_definition":"antique, i.e. not recent, worn out","kjv_definition":"old"} +{"id":"G3821","strongs_number":"G3821","system":"greek","language":"greek","number_value":3821,"lemma":"παλαιότης","transliteration":"palaiótēs","pronunciation":null,"derivation":"from G3820 (παλαιός);","strongs_definition":"antiquatedness","kjv_definition":"oldness"} +{"id":"G3822","strongs_number":"G3822","system":"greek","language":"greek","number_value":3822,"lemma":"παλαιόω","transliteration":"palaióō","pronunciation":null,"derivation":"from G3820 (παλαιός);","strongs_definition":"to make (passively, become) worn out, or declare obsolete","kjv_definition":"decay, make (wax) old"} +{"id":"G3823","strongs_number":"G3823","system":"greek","language":"greek","number_value":3823,"lemma":"πάλη","transliteration":"pálē","pronunciation":null,"derivation":"from (to vibrate;","strongs_definition":"another form for G906 (βάλλω)); wrestling","kjv_definition":"+ wrestle"} +{"id":"G3824","strongs_number":"G3824","system":"greek","language":"greek","number_value":3824,"lemma":"παλιγγενεσία","transliteration":"palingenesía","pronunciation":null,"derivation":"from G3825 (πάλιν) and G1078 (γένεσις);","strongs_definition":"(spiritual) rebirth (the state or the act), i.e. (figuratively) spiritual renovation; specially, Messianic restoration","kjv_definition":"regeneration"} +{"id":"G3825","strongs_number":"G3825","system":"greek","language":"greek","number_value":3825,"lemma":"πάλιν","transliteration":"pálin","pronunciation":null,"derivation":"probably from the same as G3823 (πάλη) (through the idea of oscillatory repetition);","strongs_definition":"(adverbially) anew, i.e. (of place) back, (of time) once more, or (conjunctionally) furthermore or on the other hand","kjv_definition":"again"} +{"id":"G3826","strongs_number":"G3826","system":"greek","language":"greek","number_value":3826,"lemma":"παμπληθεί","transliteration":"pamplētheí","pronunciation":null,"derivation":"dative case (adverb) of a compound of G3956 (πᾶς) and G4128 (πλῆθος);","strongs_definition":"in full multitude, i.e. concertedly or simultaneously","kjv_definition":"all at once"} +{"id":"G3827","strongs_number":"G3827","system":"greek","language":"greek","number_value":3827,"lemma":"πάμπολυς","transliteration":"pámpolys","pronunciation":null,"derivation":"from G3956 (πᾶς) and G4183 (πολύς);","strongs_definition":"full many, i.e. immense","kjv_definition":"very great"} +{"id":"G3828","strongs_number":"G3828","system":"greek","language":"greek","number_value":3828,"lemma":"Παμφυλία","transliteration":"Pamphylía","pronunciation":null,"derivation":"from a compound of G3956 (πᾶς) and G4443 (πυρά);","strongs_definition":"every-tribal, i.e. heterogeneous (G5561 (χώρα) being implied); Pamphylia, a region of Asia Minor","kjv_definition":"Pamphylia"} +{"id":"G3829","strongs_number":"G3829","system":"greek","language":"greek","number_value":3829,"lemma":"πανδοχεῖον","transliteration":"pandocheîon","pronunciation":null,"derivation":"neuter of a presumed compound of G3956 (πᾶς) and a derivative of G1209 (δέχομαι);","strongs_definition":"all-receptive, i.e. a public lodging-place (caravanserai or khan)","kjv_definition":"inn"} +{"id":"G3830","strongs_number":"G3830","system":"greek","language":"greek","number_value":3830,"lemma":"πανδοχεύς","transliteration":"pandocheús","pronunciation":null,"derivation":"from the same as G3829 (πανδοχεῖον);","strongs_definition":"an innkeeper (warden of a caravanserai)","kjv_definition":"host"} +{"id":"G3831","strongs_number":"G3831","system":"greek","language":"greek","number_value":3831,"lemma":"πανήγυρις","transliteration":"panḗgyris","pronunciation":null,"derivation":"from G3956 (πᾶς) and a derivative of G58 (ἀγορά);","strongs_definition":"a mass-meeting, i.e. (figuratively) universal companionship","kjv_definition":"general assembly"} +{"id":"G3832","strongs_number":"G3832","system":"greek","language":"greek","number_value":3832,"lemma":"πανοικί","transliteration":"panoikí","pronunciation":null,"derivation":"adverb from G3956 (πᾶς) and G3624 (οἶκος);","strongs_definition":"with the whole family","kjv_definition":"with all his house"} +{"id":"G3833","strongs_number":"G3833","system":"greek","language":"greek","number_value":3833,"lemma":"πανοπλία","transliteration":"panoplía","pronunciation":null,"derivation":"from a compound of G3956 (πᾶς) and G3696 (ὅπλον);","strongs_definition":"full armor (\"panoply\")","kjv_definition":"all (whole) armour"} +{"id":"G3834","strongs_number":"G3834","system":"greek","language":"greek","number_value":3834,"lemma":"πανουργία","transliteration":"panourgía","pronunciation":null,"derivation":"from G3835 (πανοῦργος);","strongs_definition":"adroitness, i.e. (in a bad sense) trickery or sophistry","kjv_definition":"(cunning) craftiness, subtilty"} +{"id":"G3835","strongs_number":"G3835","system":"greek","language":"greek","number_value":3835,"lemma":"πανοῦργος","transliteration":"panoûrgos","pronunciation":null,"derivation":"from G3956 (πᾶς) and G2041 (ἔργον);","strongs_definition":"all-working, i.e. adroit (shrewd)","kjv_definition":"crafty"} +{"id":"G3836","strongs_number":"G3836","system":"greek","language":"greek","number_value":3836,"lemma":"πανταχόθεν","transliteration":"pantachóthen","pronunciation":null,"derivation":"adverb (of source) from G3837 (πανταχοῦ);","strongs_definition":"from all directions","kjv_definition":"from every quarter"} +{"id":"G3837","strongs_number":"G3837","system":"greek","language":"greek","number_value":3837,"lemma":"πανταχοῦ","transliteration":"pantachoû","pronunciation":null,"derivation":"genitive case (as adverb of place) of a presumed derivative of G3956 (πᾶς);","strongs_definition":"universally","kjv_definition":"in all places, everywhere"} +{"id":"G3838","strongs_number":"G3838","system":"greek","language":"greek","number_value":3838,"lemma":"παντελής","transliteration":"pantelḗs","pronunciation":null,"derivation":"from G3956 (πᾶς) and G5056 (τέλος);","strongs_definition":"full-ended, i.e. entire (neuter as noun, completion)","kjv_definition":"+ in (no) wise, uttermost"} +{"id":"G3839","strongs_number":"G3839","system":"greek","language":"greek","number_value":3839,"lemma":"πάντη","transliteration":"pántē","pronunciation":null,"derivation":"adverb (of manner) from G3956 (πᾶς);","strongs_definition":"wholly","kjv_definition":"always"} +{"id":"G3840","strongs_number":"G3840","system":"greek","language":"greek","number_value":3840,"lemma":"πάντοθεν","transliteration":"pántothen","pronunciation":null,"derivation":"adverb (of source) from G3956 (πᾶς);","strongs_definition":"from (i.e. on) all sides","kjv_definition":"on every side, round about"} +{"id":"G3841","strongs_number":"G3841","system":"greek","language":"greek","number_value":3841,"lemma":"παντοκράτωρ","transliteration":"pantokrátōr","pronunciation":null,"derivation":"from G3956 (πᾶς) and G2904 (κράτος);","strongs_definition":"the all-ruling, i.e. God (as absolute and universal sovereign)","kjv_definition":"Almighty, Omnipotent"} +{"id":"G3842","strongs_number":"G3842","system":"greek","language":"greek","number_value":3842,"lemma":"πάντοτε","transliteration":"pántote","pronunciation":null,"derivation":"from G3956 (πᾶς) and G3753 (ὅτε);","strongs_definition":"every when, i.e. at all times","kjv_definition":"alway(-s), ever(-more)"} +{"id":"G3843","strongs_number":"G3843","system":"greek","language":"greek","number_value":3843,"lemma":"πάντως","transliteration":"pántōs","pronunciation":null,"derivation":"adverb from G3956 (πᾶς);","strongs_definition":"entirely; specially, at all events, (with negative, following) in no event","kjv_definition":"by all means, altogether, at all, needs, no doubt, in (no) wise, surely"} +{"id":"G3844","strongs_number":"G3844","system":"greek","language":"greek","number_value":3844,"lemma":"παρά","transliteration":"pará","pronunciation":null,"derivation":"a primary preposition;","strongs_definition":"properly, near; i.e. (with genitive case) from beside (literally or figuratively), (with dative case) at (or in) the vicinity of (objectively or subjectively), (with accusative case) to the proximity with (local (especially beyond or opposed to) or causal (on account of)","kjv_definition":"above, against, among, at, before, by, contrary to, X friend, from, + give (such things as they), + that (she) had, X his, in, more than, nigh unto, (out) of, past, save, side…by, in the sight of, than, (there-)fore, with"} +{"id":"G3845","strongs_number":"G3845","system":"greek","language":"greek","number_value":3845,"lemma":"παραβαίνω","transliteration":"parabaínō","pronunciation":null,"derivation":"from G3844 (παρά) and the base of G939 (βάσις);","strongs_definition":"to go contrary to, i.e. violate a command","kjv_definition":"(by) transgress(-ion)"} +{"id":"G3846","strongs_number":"G3846","system":"greek","language":"greek","number_value":3846,"lemma":"παραβάλλω","transliteration":"parabállō","pronunciation":null,"derivation":"from G3844 (παρά) and G906 (βάλλω);","strongs_definition":"to throw alongside, i.e. (reflexively) to reach a place, or (figuratively) to liken","kjv_definition":"arrive, compare"} +{"id":"G3847","strongs_number":"G3847","system":"greek","language":"greek","number_value":3847,"lemma":"παράβασις","transliteration":"parábasis","pronunciation":null,"derivation":"from G3845 (παραβαίνω);","strongs_definition":"violation","kjv_definition":"breaking, transgression"} +{"id":"G3848","strongs_number":"G3848","system":"greek","language":"greek","number_value":3848,"lemma":"παραβάτης","transliteration":"parabátēs","pronunciation":null,"derivation":"from G3845 (παραβαίνω);","strongs_definition":"a violator","kjv_definition":"breaker, transgress(-or)"} +{"id":"G3849","strongs_number":"G3849","system":"greek","language":"greek","number_value":3849,"lemma":"παραβιάζομαι","transliteration":"parabiázomai","pronunciation":null,"derivation":"from G3844 (παρά) and the middle voice of G971 (βιάζω);","strongs_definition":"to force contrary to (nature), i.e. compel (by entreaty)","kjv_definition":"constrain"} +{"id":"G3850","strongs_number":"G3850","system":"greek","language":"greek","number_value":3850,"lemma":"παραβολή","transliteration":"parabolḗ","pronunciation":null,"derivation":"from G3846 (παραβάλλω);","strongs_definition":"a similitude (\"parable\"), i.e. (symbolic) fictitious narrative (of common life conveying a moral), apothegm or adage","kjv_definition":"comparison, figure, parable, proverb"} +{"id":"G3851","strongs_number":"G3851","system":"greek","language":"greek","number_value":3851,"lemma":"παραβουλεύομαι","transliteration":"parabouleúomai","pronunciation":null,"derivation":"from G3844 (παρά) and the middle voice of G1011 (βουλεύω);","strongs_definition":"to misconsult, i.e. disregard","kjv_definition":"not (to) regard(-ing)"} +{"id":"G3852","strongs_number":"G3852","system":"greek","language":"greek","number_value":3852,"lemma":"παραγγελία","transliteration":"parangelía","pronunciation":null,"derivation":"from G3853 (παραγγέλλω);","strongs_definition":"a mandate","kjv_definition":"charge, command"} +{"id":"G3853","strongs_number":"G3853","system":"greek","language":"greek","number_value":3853,"lemma":"παραγγέλλω","transliteration":"parangéllō","pronunciation":null,"derivation":"from G3844 (παρά) and the base of G32 (ἄγγελος);","strongs_definition":"to transmit a message, i.e. (by implication) to enjoin","kjv_definition":"(give in) charge, (give) command(-ment), declare"} +{"id":"G3854","strongs_number":"G3854","system":"greek","language":"greek","number_value":3854,"lemma":"παραγίνομαι","transliteration":"paragínomai","pronunciation":null,"derivation":"from G3844 (παρά) and G1096 (γίνομαι);","strongs_definition":"to become near, i.e. approach (have arrived); by implication, to appear publicly","kjv_definition":"come, go, be present"} +{"id":"G3855","strongs_number":"G3855","system":"greek","language":"greek","number_value":3855,"lemma":"παράγω","transliteration":"parágō","pronunciation":null,"derivation":"from G3844 (παρά) and G71 (ἄγω);","strongs_definition":"to lead near, i.e. (reflexively or intransitively) to go along or away","kjv_definition":"depart, pass (away, by, forth)"} +{"id":"G3856","strongs_number":"G3856","system":"greek","language":"greek","number_value":3856,"lemma":"παραδειγματίζω","transliteration":"paradeigmatízō","pronunciation":null,"derivation":"from G3844 (παρά) and G1165 (δειγματίζω);","strongs_definition":"to show alongside (the public), i.e. expose to infamy","kjv_definition":"make a public example, put to an open shame"} +{"id":"G3857","strongs_number":"G3857","system":"greek","language":"greek","number_value":3857,"lemma":"παράδεισος","transliteration":"parádeisos","pronunciation":null,"derivation":"of Oriental origin (compare H06508);","strongs_definition":"a park, i.e. (specially), an Eden (place of future happiness, \"paradise\")","kjv_definition":"paradise"} +{"id":"G3858","strongs_number":"G3858","system":"greek","language":"greek","number_value":3858,"lemma":"παραδέχομαι","transliteration":"paradéchomai","pronunciation":null,"derivation":"from G3844 (παρά) and G1209 (δέχομαι);","strongs_definition":"to accept near, i.e. admit or (by implication) delight in","kjv_definition":"receive"} +{"id":"G3859","strongs_number":"G3859","system":"greek","language":"greek","number_value":3859,"lemma":"παραδιατριβή","transliteration":"paradiatribḗ","pronunciation":null,"derivation":"from a compound of G3844 (παρά) and G1304 (διατρίβω);","strongs_definition":"misemployment, i.e. meddlesomeness","kjv_definition":"perverse disputing"} +{"id":"G3860","strongs_number":"G3860","system":"greek","language":"greek","number_value":3860,"lemma":"παραδίδωμι","transliteration":"paradídōmi","pronunciation":null,"derivation":"from G3844 (παρά) and G1325 (δίδωμι);","strongs_definition":"to surrender, i.e yield up, intrust, transmit","kjv_definition":"betray, bring forth, cast, commit, deliver (up), give (over, up), hazard, put in prison, recommend"} +{"id":"G3861","strongs_number":"G3861","system":"greek","language":"greek","number_value":3861,"lemma":"παράδοξος","transliteration":"parádoxos","pronunciation":null,"derivation":"from G3844 (παρά) and G1391 (δόξα) (in the sense of seeming);","strongs_definition":"contrary to expectation, i.e. extraordinary (\"paradox\")","kjv_definition":"strange"} +{"id":"G3862","strongs_number":"G3862","system":"greek","language":"greek","number_value":3862,"lemma":"παράδοσις","transliteration":"parádosis","pronunciation":null,"derivation":"from G3860 (παραδίδωμι);","strongs_definition":"transmission, i.e. (concretely) a precept; specially, the Jewish traditionary law","kjv_definition":"ordinance, tradition"} +{"id":"G3863","strongs_number":"G3863","system":"greek","language":"greek","number_value":3863,"lemma":"παραζηλόω","transliteration":"parazēlóō","pronunciation":null,"derivation":"from G3844 (παρά) and G2206 (ζηλόω);","strongs_definition":"to stimulate alongside, i.e. excite to rivalry","kjv_definition":"provoke to emulation (jealousy)"} +{"id":"G3864","strongs_number":"G3864","system":"greek","language":"greek","number_value":3864,"lemma":"παραθαλάσσιος","transliteration":"parathalássios","pronunciation":null,"derivation":"from G3844 (παρά) and G2281 (θάλασσα);","strongs_definition":"along the sea, i.e. maritime (lacustrine)","kjv_definition":"upon the sea coast"} +{"id":"G3865","strongs_number":"G3865","system":"greek","language":"greek","number_value":3865,"lemma":"παραθεωρέω","transliteration":"paratheōréō","pronunciation":null,"derivation":"from G3844 (παρά) and G2334 (θεωρέω);","strongs_definition":"to overlook or disregard","kjv_definition":"neglect"} +{"id":"G3866","strongs_number":"G3866","system":"greek","language":"greek","number_value":3866,"lemma":"παραθήκη","transliteration":"parathḗkē","pronunciation":null,"derivation":"from G3908 (παρατίθημι);","strongs_definition":"a deposit, i.e. (figuratively) trust","kjv_definition":"committed unto"} +{"id":"G3867","strongs_number":"G3867","system":"greek","language":"greek","number_value":3867,"lemma":"παραινέω","transliteration":"parainéō","pronunciation":null,"derivation":"from G3844 (παρά) and G134 (αἰνέω);","strongs_definition":"to mispraise, i.e. recommend or advise (a different course)","kjv_definition":"admonish, exhort"} +{"id":"G3868","strongs_number":"G3868","system":"greek","language":"greek","number_value":3868,"lemma":"παραιτέομαι","transliteration":"paraitéomai","pronunciation":null,"derivation":"from G3844 (παρά) and the middle voice of G154 (αἰτέω);","strongs_definition":"to beg off, i.e. deprecate, decline, shun","kjv_definition":"avoid, (make) excuse, intreat, refuse, reject"} +{"id":"G3869","strongs_number":"G3869","system":"greek","language":"greek","number_value":3869,"lemma":"παρακαθίζω","transliteration":"parakathízō","pronunciation":null,"derivation":"from G3844 (παρά) and G2523 (καθίζω);","strongs_definition":"to sit down near","kjv_definition":"sit"} +{"id":"G3870","strongs_number":"G3870","system":"greek","language":"greek","number_value":3870,"lemma":"παρακαλέω","transliteration":"parakaléō","pronunciation":null,"derivation":"from G3844 (παρά) and G2564 (καλέω);","strongs_definition":"to call near, i.e. invite, invoke (by imploration, hortation or consolation)","kjv_definition":"beseech, call for, (be of good) comfort, desire, (give) exhort(-ation), intreat, pray"} +{"id":"G3871","strongs_number":"G3871","system":"greek","language":"greek","number_value":3871,"lemma":"παρακαλύπτω","transliteration":"parakalýptō","pronunciation":null,"derivation":"from G3844 (παρά) and G2572 (καλύπτω);","strongs_definition":"to cover alongside, i.e. veil (figuratively)","kjv_definition":"hide"} +{"id":"G3872","strongs_number":"G3872","system":"greek","language":"greek","number_value":3872,"lemma":"παρακαταθήκη","transliteration":"parakatathḗkē","pronunciation":null,"derivation":"from a compound of G3844 (παρά) and G2698 (κατατίθημι);","strongs_definition":"something put down alongside, i.e. a deposit (sacred trust)","kjv_definition":"that (thing) which is committed (un-)to (trust)"} +{"id":"G3873","strongs_number":"G3873","system":"greek","language":"greek","number_value":3873,"lemma":"παράκειμαι","transliteration":"parákeimai","pronunciation":null,"derivation":"from G3844 (παρά) and G2749 (κεῖμαι);","strongs_definition":"to lie near, i.e. be at hand (figuratively, be prompt or easy)","kjv_definition":"be present"} +{"id":"G3874","strongs_number":"G3874","system":"greek","language":"greek","number_value":3874,"lemma":"παράκλησις","transliteration":"paráklēsis","pronunciation":null,"derivation":"from G3870 (παρακαλέω);","strongs_definition":"imploration, hortation, solace","kjv_definition":"comfort, consolation, exhortation, intreaty"} +{"id":"G3875","strongs_number":"G3875","system":"greek","language":"greek","number_value":3875,"lemma":"παράκλητος","transliteration":"paráklētos","pronunciation":null,"derivation":null,"strongs_definition":"an intercessor, consoler","kjv_definition":"advocate, comforter"} +{"id":"G3876","strongs_number":"G3876","system":"greek","language":"greek","number_value":3876,"lemma":"παρακοή","transliteration":"parakoḗ","pronunciation":null,"derivation":"from G3878 (παρακούω);","strongs_definition":"inattention, i.e. (by implication) disobedience","kjv_definition":"disobedience"} +{"id":"G3877","strongs_number":"G3877","system":"greek","language":"greek","number_value":3877,"lemma":"παρακολουθέω","transliteration":"parakolouthéō","pronunciation":null,"derivation":"from G3844 (παρά) and G190 (ἀκολουθέω);","strongs_definition":"to follow near, i.e. (figuratively) attend (as a result), trace out, conform to","kjv_definition":"attain, follow, fully know, have understanding"} +{"id":"G3878","strongs_number":"G3878","system":"greek","language":"greek","number_value":3878,"lemma":"παρακούω","transliteration":"parakoúō","pronunciation":null,"derivation":"from G3844 (παρά) and G191 (ἀκούω);","strongs_definition":"to mishear, i.e. (by implication) to disobey","kjv_definition":"neglect to hear"} +{"id":"G3879","strongs_number":"G3879","system":"greek","language":"greek","number_value":3879,"lemma":"παρακύπτω","transliteration":"parakýptō","pronunciation":null,"derivation":"from G3844 (παρά) and G2955 (κύπτω);","strongs_definition":"to bend beside, i.e. lean over (so as to peer within)","kjv_definition":"look (into), stoop down"} +{"id":"G3880","strongs_number":"G3880","system":"greek","language":"greek","number_value":3880,"lemma":"παραλαμβάνω","transliteration":"paralambánō","pronunciation":null,"derivation":"from G3844 (παρά) and G2983 (λαμβάνω);","strongs_definition":"to receive near, i.e. associate with oneself (in any familiar or intimate act or relation); by analogy, to assume an office; figuratively, to learn","kjv_definition":"receive, take (unto, with)"} +{"id":"G3881","strongs_number":"G3881","system":"greek","language":"greek","number_value":3881,"lemma":"παραλέγομαι","transliteration":"paralégomai","pronunciation":null,"derivation":"from G3844 (παρά) and the middle voice of G3004 (λέγω) (in its original sense);","strongs_definition":"(specially), to lay one's course near, i.e. sail past","kjv_definition":"pass, sail by"} +{"id":"G3882","strongs_number":"G3882","system":"greek","language":"greek","number_value":3882,"lemma":"παράλιος","transliteration":"parálios","pronunciation":null,"derivation":"from G3844 (παρά) and G251 (ἅλς);","strongs_definition":"beside the salt (sea), i.e. maritime","kjv_definition":"sea coast"} +{"id":"G3883","strongs_number":"G3883","system":"greek","language":"greek","number_value":3883,"lemma":"παραλλαγή","transliteration":"parallagḗ","pronunciation":null,"derivation":"from a compound of G3844 (παρά) and G236 (ἀλλάσσω);","strongs_definition":"transmutation (of phase or orbit), i.e. (figuratively) fickleness","kjv_definition":"variableness"} +{"id":"G3884","strongs_number":"G3884","system":"greek","language":"greek","number_value":3884,"lemma":"παραλογίζομαι","transliteration":"paralogízomai","pronunciation":null,"derivation":"from G3844 (παρά) and G3049 (λογίζομαι);","strongs_definition":"to misreckon, i.e. delude","kjv_definition":"beguile, deceive"} +{"id":"G3885","strongs_number":"G3885","system":"greek","language":"greek","number_value":3885,"lemma":"παραλυτικός","transliteration":"paralytikós","pronunciation":null,"derivation":"from a derivative of G3886 (παραλύω);","strongs_definition":"as if dissolved, i.e. \"paralytic\"","kjv_definition":"that had (sick of) the palsy"} +{"id":"G3886","strongs_number":"G3886","system":"greek","language":"greek","number_value":3886,"lemma":"παραλύω","transliteration":"paralýō","pronunciation":null,"derivation":"from G3844 (παρά) and G3089 (λύω);","strongs_definition":"to loosen beside, i.e. relax (perfect passive participle, paralyzed or enfeebled)","kjv_definition":"feeble, sick of the (taken with) palsy"} +{"id":"G3887","strongs_number":"G3887","system":"greek","language":"greek","number_value":3887,"lemma":"παραμένω","transliteration":"paraménō","pronunciation":null,"derivation":"from G3844 (παρά) and G3306 (μένω);","strongs_definition":"to stay near, i.e. remain (literally, tarry; or figuratively, be permanent, persevere)","kjv_definition":"abide, continue"} +{"id":"G3888","strongs_number":"G3888","system":"greek","language":"greek","number_value":3888,"lemma":"παραμυθέομαι","transliteration":"paramythéomai","pronunciation":null,"derivation":"from G3844 (παρά) and the middle voice of a derivative of G3454 (μῦθος);","strongs_definition":"to relate near, i.e. (by implication) encourage, console","kjv_definition":"comfort"} +{"id":"G3889","strongs_number":"G3889","system":"greek","language":"greek","number_value":3889,"lemma":"παραμυθία","transliteration":"paramythía","pronunciation":null,"derivation":"from G3888 (παραμυθέομαι);","strongs_definition":"consolation (properly, abstract)","kjv_definition":"comfort"} +{"id":"G3890","strongs_number":"G3890","system":"greek","language":"greek","number_value":3890,"lemma":"παραμύθιον","transliteration":"paramýthion","pronunciation":null,"derivation":"neuter of G3889 (παραμυθία);","strongs_definition":"consolation (properly, concretely)","kjv_definition":"comfort"} +{"id":"G3891","strongs_number":"G3891","system":"greek","language":"greek","number_value":3891,"lemma":"παρανομέω","transliteration":"paranoméō","pronunciation":null,"derivation":"from a compound of G3844 (παρά) and G3551 (νόμος);","strongs_definition":"to be opposed to law, i.e. to transgress","kjv_definition":"contrary to law"} +{"id":"G3892","strongs_number":"G3892","system":"greek","language":"greek","number_value":3892,"lemma":"παρανομία","transliteration":"paranomía","pronunciation":null,"derivation":"from the same as G3891 (παρανομέω);","strongs_definition":"transgression","kjv_definition":"iniquity"} +{"id":"G3893","strongs_number":"G3893","system":"greek","language":"greek","number_value":3893,"lemma":"παραπικραίνω","transliteration":"parapikraínō","pronunciation":null,"derivation":"from G3844 (παρά) and G4087 (πικραίνω);","strongs_definition":"to embitter alongside, i.e. (figuratively) to exasperate","kjv_definition":"provoke"} +{"id":"G3894","strongs_number":"G3894","system":"greek","language":"greek","number_value":3894,"lemma":"παραπικρασμός","transliteration":"parapikrasmós","pronunciation":null,"derivation":"from G3893 (παραπικραίνω);","strongs_definition":"irritation","kjv_definition":"provocation"} +{"id":"G3895","strongs_number":"G3895","system":"greek","language":"greek","number_value":3895,"lemma":"παραπίπτω","transliteration":"parapíptō","pronunciation":null,"derivation":"from G3844 (παρά) and G4098 (πίπτω);","strongs_definition":"to fall aside, i.e. (figuratively) to apostatize","kjv_definition":"fall away"} +{"id":"G3896","strongs_number":"G3896","system":"greek","language":"greek","number_value":3896,"lemma":"παραπλέω","transliteration":"parapléō","pronunciation":null,"derivation":"from G3844 (παρά) and G4126 (πλέω);","strongs_definition":"to sail near","kjv_definition":"sail by"} +{"id":"G3897","strongs_number":"G3897","system":"greek","language":"greek","number_value":3897,"lemma":"παραπλήσιον","transliteration":"paraplḗsion","pronunciation":null,"derivation":"neuter of a compound of G3844 (παρά) and the base of G4139 (πλησίον) (as adverb);","strongs_definition":"close by, i.e. (figuratively) almost","kjv_definition":"nigh unto"} +{"id":"G3898","strongs_number":"G3898","system":"greek","language":"greek","number_value":3898,"lemma":"παραπλησίως","transliteration":"paraplēsíōs","pronunciation":null,"derivation":"adverb from the same as G3897 (παραπλήσιον);","strongs_definition":"in a manner near by, i.e. (figuratively) similarly","kjv_definition":"likewise"} +{"id":"G3899","strongs_number":"G3899","system":"greek","language":"greek","number_value":3899,"lemma":"παραπορεύομαι","transliteration":"paraporeúomai","pronunciation":null,"derivation":"from G3844 (παρά) and G4198 (πορεύομαι);","strongs_definition":"to travel near","kjv_definition":"go, pass (by)"} +{"id":"G3900","strongs_number":"G3900","system":"greek","language":"greek","number_value":3900,"lemma":"παράπτωμα","transliteration":"paráptōma","pronunciation":null,"derivation":"from G3895 (παραπίπτω);","strongs_definition":"a side-slip (lapse or deviation), i.e. (unintentional) error or (wilful) transgression","kjv_definition":"fall, fault, offence, sin, trespass"} +{"id":"G3901","strongs_number":"G3901","system":"greek","language":"greek","number_value":3901,"lemma":"παραῤῥυέω","transliteration":"pararrhyéō","pronunciation":null,"derivation":"from G3844 (παρά) and the alternate of G4482 (ῥέω);","strongs_definition":"to flow by, i.e. (figuratively) carelessly pass (miss)","kjv_definition":"let slip"} +{"id":"G3902","strongs_number":"G3902","system":"greek","language":"greek","number_value":3902,"lemma":"παράσημος","transliteration":"parásēmos","pronunciation":null,"derivation":"from G3844 (παρά) and the base of G4591 (σημαίνω);","strongs_definition":"side-marked, i.e. labelled (with a badge (figure-head) of a ship)","kjv_definition":"sign"} +{"id":"G3903","strongs_number":"G3903","system":"greek","language":"greek","number_value":3903,"lemma":"παρασκευάζω","transliteration":"paraskeuázō","pronunciation":null,"derivation":"from G3844 (παρά) and a derivative of G4632 (σκεῦος);","strongs_definition":"to furnish aside, i.e. get ready","kjv_definition":"prepare self, be (make) ready"} +{"id":"G3904","strongs_number":"G3904","system":"greek","language":"greek","number_value":3904,"lemma":"παρασκευή","transliteration":"paraskeuḗ","pronunciation":null,"derivation":"as if from G3903 (παρασκευάζω);","strongs_definition":"readiness","kjv_definition":"preparation"} +{"id":"G3905","strongs_number":"G3905","system":"greek","language":"greek","number_value":3905,"lemma":"παρατείνω","transliteration":"parateínō","pronunciation":null,"derivation":"from G3844 (παρά) and teino (to stretch);","strongs_definition":"to extend along, i.e. prolong (in point of time)","kjv_definition":"continue"} +{"id":"G3906","strongs_number":"G3906","system":"greek","language":"greek","number_value":3906,"lemma":"παρατηρέω","transliteration":"paratēréō","pronunciation":null,"derivation":"from G3844 (παρά) and G5083 (τηρέω);","strongs_definition":"to inspect alongside, i.e. note insidiously or scrupulously","kjv_definition":"observe, watch"} +{"id":"G3907","strongs_number":"G3907","system":"greek","language":"greek","number_value":3907,"lemma":"παρατήρησις","transliteration":"paratḗrēsis","pronunciation":null,"derivation":"from G3906 (παρατηρέω);","strongs_definition":"inspection, i.e. ocular evidence","kjv_definition":"obervation"} +{"id":"G3908","strongs_number":"G3908","system":"greek","language":"greek","number_value":3908,"lemma":"παρατίθημι","transliteration":"paratíthēmi","pronunciation":null,"derivation":"from G3844 (παρά) and G5087 (τίθημι);","strongs_definition":"to place alongside, i.e. present (food, truth); by implication, to deposit (as a trust or for protection)","kjv_definition":"allege, commend, commit (the keeping of), put forth, set before"} +{"id":"G3909","strongs_number":"G3909","system":"greek","language":"greek","number_value":3909,"lemma":"παρατυγχάνω","transliteration":"paratynchánō","pronunciation":null,"derivation":"from G3844 (παρά) and G5177 (τυγχάνω);","strongs_definition":"to chance near, i.e. fall in with","kjv_definition":"meet with"} +{"id":"G3910","strongs_number":"G3910","system":"greek","language":"greek","number_value":3910,"lemma":"παραυτίκα","transliteration":"parautíka","pronunciation":null,"derivation":"from G3844 (παρά) and a derivative of G846 (αὐτός);","strongs_definition":"at the very instant, i.e. momentary","kjv_definition":"but for a moment"} +{"id":"G3911","strongs_number":"G3911","system":"greek","language":"greek","number_value":3911,"lemma":"παραφέρω","transliteration":"paraphérō","pronunciation":null,"derivation":"from G3844 (παρά) and G5342 (φέρω) (including its alternate forms);","strongs_definition":"to bear along or aside, i.e. carry off (literally or figuratively); by implication, to avert","kjv_definition":"remove, take away"} +{"id":"G3912","strongs_number":"G3912","system":"greek","language":"greek","number_value":3912,"lemma":"παραφρονέω","transliteration":"paraphronéō","pronunciation":null,"derivation":"from G3844 (παρά) and G5426 (φρονέω);","strongs_definition":"to misthink, i.e. be insane (silly)","kjv_definition":"as a fool"} +{"id":"G3913","strongs_number":"G3913","system":"greek","language":"greek","number_value":3913,"lemma":"παραφρονία","transliteration":"paraphronía","pronunciation":null,"derivation":"from G3912 (παραφρονέω);","strongs_definition":"insanity, i.e. foolhardiness","kjv_definition":"madness"} +{"id":"G3914","strongs_number":"G3914","system":"greek","language":"greek","number_value":3914,"lemma":"παραχειμάζω","transliteration":"paracheimázō","pronunciation":null,"derivation":"from G3844 (παρά) and G5492 (χειμάζω);","strongs_definition":"to winter near, i.e. stay with over the rainy season","kjv_definition":"winter"} +{"id":"G3915","strongs_number":"G3915","system":"greek","language":"greek","number_value":3915,"lemma":"παραχειμασία","transliteration":"paracheimasía","pronunciation":null,"derivation":"from G3914 (παραχειμάζω);","strongs_definition":"a wintering over","kjv_definition":"winter in"} +{"id":"G3916","strongs_number":"G3916","system":"greek","language":"greek","number_value":3916,"lemma":"παραχρῆμα","transliteration":"parachrēma","pronunciation":null,"derivation":"from G3844 (παρά) and G5536 (χρῆμα) (in its original sense);","strongs_definition":"at the thing itself, i.e. instantly","kjv_definition":"forthwith, immediately, presently, straightway, soon"} +{"id":"G3917","strongs_number":"G3917","system":"greek","language":"greek","number_value":3917,"lemma":"πάρδαλις","transliteration":"párdalis","pronunciation":null,"derivation":"feminine of (a panther);","strongs_definition":"a leopard","kjv_definition":"leopard"} +{"id":"G3918","strongs_number":"G3918","system":"greek","language":"greek","number_value":3918,"lemma":"πάρειμι","transliteration":"páreimi","pronunciation":null,"derivation":"from G3844 (παρά) and G1510 (εἰμί) (including its various forms);","strongs_definition":"to be near, i.e. at hand; neuter present participle (singular) time being, or (plural) property","kjv_definition":"come, X have, be here, + lack, (be here) present"} +{"id":"G3919","strongs_number":"G3919","system":"greek","language":"greek","number_value":3919,"lemma":"παρεισάγω","transliteration":"pareiságō","pronunciation":null,"derivation":"from G3844 (παρά) and G1521 (εἰσάγω);","strongs_definition":"to lead in aside, i.e. introduce surreptitiously","kjv_definition":"privily bring in"} +{"id":"G3920","strongs_number":"G3920","system":"greek","language":"greek","number_value":3920,"lemma":"παρείσακτος","transliteration":"pareísaktos","pronunciation":null,"derivation":"from G3919 (παρεισάγω);","strongs_definition":"smuggled in","kjv_definition":"unawares brought in"} +{"id":"G3921","strongs_number":"G3921","system":"greek","language":"greek","number_value":3921,"lemma":"παρεισδύνω","transliteration":"pareisdýnō","pronunciation":null,"derivation":"from G3844 (παρά) and a compound of G1519 (εἰς) and G1416 (δύνω);","strongs_definition":"to settle in alongside, i.e. lodge stealthily","kjv_definition":"creep in unawares"} +{"id":"G3922","strongs_number":"G3922","system":"greek","language":"greek","number_value":3922,"lemma":"παρεισέρχομαι","transliteration":"pareisérchomai","pronunciation":null,"derivation":"from G3844 (παρά) and G1525 (εἰσέρχομαι);","strongs_definition":"to come in alongside, i.e. supervene additionally or steathily","kjv_definition":"come in privily, enter"} +{"id":"G3923","strongs_number":"G3923","system":"greek","language":"greek","number_value":3923,"lemma":"παρεισφέρω","transliteration":"pareisphérō","pronunciation":null,"derivation":"from G3844 (παρά) and G1533 (εἰσφέρω);","strongs_definition":"to bear in alongside, i.e. introduce simultaneously","kjv_definition":"give"} +{"id":"G3924","strongs_number":"G3924","system":"greek","language":"greek","number_value":3924,"lemma":"παρεκτός","transliteration":"parektós","pronunciation":null,"derivation":"from G3844 (παρά) and G1622 (ἐκτός);","strongs_definition":"near outside, i.e. besides","kjv_definition":"except, saving, without"} +{"id":"G3925","strongs_number":"G3925","system":"greek","language":"greek","number_value":3925,"lemma":"παρεμβολή","transliteration":"parembolḗ","pronunciation":null,"derivation":"from a compound of G3844 (παρά) and G1685 (ἐμβάλλω);","strongs_definition":"a throwing in beside (juxtaposition), i.e. (specially), battle-array, encampment or barracks (tower Antonia)","kjv_definition":"army, camp, castle"} +{"id":"G3926","strongs_number":"G3926","system":"greek","language":"greek","number_value":3926,"lemma":"παρενοχλέω","transliteration":"parenochléō","pronunciation":null,"derivation":"from G3844 (παρά) and G1776 (ἐνοχλέω);","strongs_definition":"to harass further, i.e. annoy","kjv_definition":"trouble"} +{"id":"G3927","strongs_number":"G3927","system":"greek","language":"greek","number_value":3927,"lemma":"παρεπίδημος","transliteration":"parepídēmos","pronunciation":null,"derivation":"from G3844 (παρά) and the base of G1927 (ἐπιδημέω);","strongs_definition":"an alien alongside, i.e. a resident foreigner","kjv_definition":"pilgrim, stranger"} +{"id":"G3928","strongs_number":"G3928","system":"greek","language":"greek","number_value":3928,"lemma":"παρέρχομαι","transliteration":"parérchomai","pronunciation":null,"derivation":"from G3844 (παρά) and G2064 (ἔρχομαι);","strongs_definition":"to come near or aside, i.e. to approach (arrive), go by (or away), (figuratively) perish or neglect, (causative) avert","kjv_definition":"come (forth), go, pass (away, by, over), past, transgress"} +{"id":"G3929","strongs_number":"G3929","system":"greek","language":"greek","number_value":3929,"lemma":"πάρεσις","transliteration":"páresis","pronunciation":null,"derivation":"from G2935 (κτήτωρ);","strongs_definition":"praetermission, i.e. toleration","kjv_definition":"remission"} +{"id":"G3930","strongs_number":"G3930","system":"greek","language":"greek","number_value":3930,"lemma":"παρέχω","transliteration":"paréchō","pronunciation":null,"derivation":"from G3844 (παρά) and G2192 (ἔχω);","strongs_definition":"to hold near, i.e. present, afford, exhibit, furnish occasion","kjv_definition":"bring, do, give, keep, minister, offer, shew, + trouble"} +{"id":"G3931","strongs_number":"G3931","system":"greek","language":"greek","number_value":3931,"lemma":"παρηγορία","transliteration":"parēgoría","pronunciation":null,"derivation":"from a compound of G3844 (παρά) and a derivative of G58 (ἀγορά) (meaning to harangue an assembly);","strongs_definition":"an address alongside, i.e. (specially), consolation","kjv_definition":"comfort"} +{"id":"G3932","strongs_number":"G3932","system":"greek","language":"greek","number_value":3932,"lemma":"παρθενία","transliteration":"parthenía","pronunciation":null,"derivation":"from G3933 (παρθένος);","strongs_definition":"maidenhood","kjv_definition":"virginity"} +{"id":"G3933","strongs_number":"G3933","system":"greek","language":"greek","number_value":3933,"lemma":"παρθένος","transliteration":"parthénos","pronunciation":null,"derivation":"of unknown origin;","strongs_definition":"a maiden; by implication, an unmarried daughter","kjv_definition":"virgin"} +{"id":"G3934","strongs_number":"G3934","system":"greek","language":"greek","number_value":3934,"lemma":"Πάρθος","transliteration":"Párthos","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"a Parthian, i.e. inhabitant of Parthia","kjv_definition":"Parthian"} +{"id":"G3935","strongs_number":"G3935","system":"greek","language":"greek","number_value":3935,"lemma":"παρίημι","transliteration":"paríēmi","pronunciation":null,"derivation":"from G3844 (παρά) and hiemi (to send);","strongs_definition":"to let by, i.e. relax","kjv_definition":"hang down"} +{"id":"G3936","strongs_number":"G3936","system":"greek","language":"greek","number_value":3936,"lemma":"παρίστημι","transliteration":"parístēmi","pronunciation":null,"derivation":"from G3844 (παρά) and G2476 (ἵστημι);","strongs_definition":"to stand beside, i.e. (transitively) to exhibit, proffer, (specially), recommend, (figuratively) substantiate; or (intransitively) to be at hand (or ready), aid","kjv_definition":"assist, bring before, command, commend, give presently, present, prove, provide, shew, stand (before, by, here, up, with), yield"} +{"id":"G3937","strongs_number":"G3937","system":"greek","language":"greek","number_value":3937,"lemma":"Παρμενᾶς","transliteration":"Parmenâs","pronunciation":null,"derivation":"probably by contraction for (a derivative of a compound of G3844 (παρά) and G3306 (μένω));","strongs_definition":"constant; Parmenas, a Christian","kjv_definition":"Parmenas"} +{"id":"G3938","strongs_number":"G3938","system":"greek","language":"greek","number_value":3938,"lemma":"πάροδος","transliteration":"párodos","pronunciation":null,"derivation":"from G3844 (παρά) and G3598 (ὁδός);","strongs_definition":"a by-road, i.e. (actively) a route","kjv_definition":"way"} +{"id":"G3939","strongs_number":"G3939","system":"greek","language":"greek","number_value":3939,"lemma":"παροικέω","transliteration":"paroikéō","pronunciation":null,"derivation":"from G3844 (παρά) and G3611 (οἰκέω);","strongs_definition":"to dwell near, i.e. reside as a foreigner","kjv_definition":"sojourn in, be a stranger"} +{"id":"G3940","strongs_number":"G3940","system":"greek","language":"greek","number_value":3940,"lemma":"παροικία","transliteration":"paroikía","pronunciation":null,"derivation":"from G3941 (πάροικος);","strongs_definition":"foreign residence","kjv_definition":"sojourning, X as strangers"} +{"id":"G3941","strongs_number":"G3941","system":"greek","language":"greek","number_value":3941,"lemma":"πάροικος","transliteration":"pároikos","pronunciation":null,"derivation":"from G3844 (παρά) and G3624 (οἶκος);","strongs_definition":"having a home near, i.e. (as noun) a by-dweller (alien resident)","kjv_definition":"foreigner, sojourn, stranger"} +{"id":"G3942","strongs_number":"G3942","system":"greek","language":"greek","number_value":3942,"lemma":"παροιμία","transliteration":"paroimía","pronunciation":null,"derivation":"from a compound of G3844 (παρά) and perhaps a derivative of G3633 (οἴομαι);","strongs_definition":"apparently a state alongside of supposition, i.e. (concretely) an adage; specially, an enigmatical or fictitious illustration","kjv_definition":"parable, proverb"} +{"id":"G3943","strongs_number":"G3943","system":"greek","language":"greek","number_value":3943,"lemma":"πάροινος","transliteration":"pároinos","pronunciation":null,"derivation":"from G3844 (παρά) and G3631 (οἶνος);","strongs_definition":"staying near wine, i.e. tippling (a toper)","kjv_definition":"given to wine"} +{"id":"G3944","strongs_number":"G3944","system":"greek","language":"greek","number_value":3944,"lemma":"παροίχομαι","transliteration":"paroíchomai","pronunciation":null,"derivation":"from G3844 (παρά) and (to depart);","strongs_definition":"to escape along, i.e. be gone","kjv_definition":"past"} +{"id":"G3945","strongs_number":"G3945","system":"greek","language":"greek","number_value":3945,"lemma":"παρομοιάζω","transliteration":"paromoiázō","pronunciation":null,"derivation":"from G3946 (παρόμοιος);","strongs_definition":"to resemble","kjv_definition":"be like unto"} +{"id":"G3946","strongs_number":"G3946","system":"greek","language":"greek","number_value":3946,"lemma":"παρόμοιος","transliteration":"parómoios","pronunciation":null,"derivation":"from G3844 (παρά) and G3664 (ὅμοιος);","strongs_definition":"alike nearly, i.e. similar","kjv_definition":"like"} +{"id":"G3947","strongs_number":"G3947","system":"greek","language":"greek","number_value":3947,"lemma":"παροξύνω","transliteration":"paroxýnō","pronunciation":null,"derivation":"from G3844 (παρά) and a derivative of G3691 (ὀξύς);","strongs_definition":"to sharpen alongside, i.e. (figuratively) to exasperate","kjv_definition":"easily provoke, stir"} +{"id":"G3948","strongs_number":"G3948","system":"greek","language":"greek","number_value":3948,"lemma":"παροξυσμός","transliteration":"paroxysmós","pronunciation":null,"derivation":"from G3947 (παροξύνω) (\"paroxysm\");","strongs_definition":"incitement (to good), or dispute (in anger)","kjv_definition":"contention, provoke unto"} +{"id":"G3949","strongs_number":"G3949","system":"greek","language":"greek","number_value":3949,"lemma":"παροργίζω","transliteration":"parorgízō","pronunciation":null,"derivation":"from G3844 (παρά) and G3710 (ὀργίζω);","strongs_definition":"to anger alongside, i.e. enrage","kjv_definition":"anger, provoke to wrath"} +{"id":"G3950","strongs_number":"G3950","system":"greek","language":"greek","number_value":3950,"lemma":"παροργισμός","transliteration":"parorgismós","pronunciation":null,"derivation":"from G3949 (παροργίζω);","strongs_definition":"rage","kjv_definition":"wrath"} +{"id":"G3951","strongs_number":"G3951","system":"greek","language":"greek","number_value":3951,"lemma":"παροτρύνω","transliteration":"parotrýnō","pronunciation":null,"derivation":"from G3844 (παρά) and (to spur);","strongs_definition":"to urge along, i.e. stimulate (to hostility)","kjv_definition":"stir up"} +{"id":"G3952","strongs_number":"G3952","system":"greek","language":"greek","number_value":3952,"lemma":"παρουσία","transliteration":"parousía","pronunciation":null,"derivation":"from the present participle of G3918 (πάρειμι);","strongs_definition":"a being near, i.e. advent (often, return; specially, of Christ to punish Jerusalem, or finally the wicked); (by implication) physically, aspect","kjv_definition":"coming, presence"} +{"id":"G3953","strongs_number":"G3953","system":"greek","language":"greek","number_value":3953,"lemma":"παροψίς","transliteration":"paropsís","pronunciation":null,"derivation":"from G3844 (παρά) and the base of G3795 (ὀψάριον);","strongs_definition":"a side-dish (the receptacle)","kjv_definition":"platter"} +{"id":"G3954","strongs_number":"G3954","system":"greek","language":"greek","number_value":3954,"lemma":"παῤῥησία","transliteration":"parrhēsía","pronunciation":null,"derivation":"from G3956 (πᾶς) and a derivative of G4483 (ῥέω);","strongs_definition":"all out-spokenness, i.e. frankness, bluntness, publicity; by implication, assurance","kjv_definition":"bold (X -ly, -ness, -ness of speech), confidence, X freely, X openly, X plainly(-ness)"} +{"id":"G3955","strongs_number":"G3955","system":"greek","language":"greek","number_value":3955,"lemma":"παῤῥησιάζομαι","transliteration":"parrhēsiázomai","pronunciation":null,"derivation":"middle voice from G3954 (παῤῥησία);","strongs_definition":"to be frank in utterance, or confident in spirit and demeanor","kjv_definition":"be (wax) bold, (preach, speak) boldly"} +{"id":"G3956","strongs_number":"G3956","system":"greek","language":"greek","number_value":3956,"lemma":"πᾶς","transliteration":"pâs","pronunciation":null,"derivation":"including all the forms of declension; apparently a primary word;","strongs_definition":"all, any, every, the whole","kjv_definition":"all (manner of, means), alway(-s), any (one), X daily, + ever, every (one, way), as many as, + no(-thing), X thoroughly, whatsoever, whole, whosoever"} +{"id":"G3957","strongs_number":"G3957","system":"greek","language":"greek","number_value":3957,"lemma":"πάσχα","transliteration":"páscha","pronunciation":null,"derivation":"of Chaldee origin (compare H06453);","strongs_definition":"the Passover (the meal, the day, the festival or the special sacrifices connected with it)","kjv_definition":"Easter, Passover"} +{"id":"G3958","strongs_number":"G3958","system":"greek","language":"greek","number_value":3958,"lemma":"πάσχω","transliteration":"páschō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to experience a sensation or impression (usually painful)","kjv_definition":"feel, passion, suffer, vex"} +{"id":"G3959","strongs_number":"G3959","system":"greek","language":"greek","number_value":3959,"lemma":"Πάταρα","transliteration":"Pátara","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Patara, a place in Asia Minor","kjv_definition":"Patara"} +{"id":"G3960","strongs_number":"G3960","system":"greek","language":"greek","number_value":3960,"lemma":"πατάσσω","transliteration":"patássō","pronunciation":null,"derivation":"probably prolongation from G3817 (παίω);","strongs_definition":"to knock (gently or with a weapon or fatally)","kjv_definition":"smite, strike"} +{"id":"G3961","strongs_number":"G3961","system":"greek","language":"greek","number_value":3961,"lemma":"πατέω","transliteration":"patéō","pronunciation":null,"derivation":"from a derivative probably of G3817 (παίω) (meaning a \"path\");","strongs_definition":"to trample (literally or figuratively)","kjv_definition":"tread (down, under foot)"} +{"id":"G3962","strongs_number":"G3962","system":"greek","language":"greek","number_value":3962,"lemma":"πατήρ","transliteration":"patḗr","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a \"father\" (literally or figuratively, near or more remote)","kjv_definition":"father, parent"} +{"id":"G3963","strongs_number":"G3963","system":"greek","language":"greek","number_value":3963,"lemma":"Πάτμος","transliteration":"Pátmos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Patmus, an islet in the Mediterranean","kjv_definition":"Patmos"} +{"id":"G3964","strongs_number":"G3964","system":"greek","language":"greek","number_value":3964,"lemma":"πατραλῴας","transliteration":"patralṓias","pronunciation":null,"derivation":"from G3962 (πατήρ) and the same as the latter part of G3389 (μητραλῴας);","strongs_definition":"a parricide","kjv_definition":"murderer of fathers"} +{"id":"G3965","strongs_number":"G3965","system":"greek","language":"greek","number_value":3965,"lemma":"πατριά","transliteration":"patriá","pronunciation":null,"derivation":"as if feminine of a derivative of G3962 (πατήρ);","strongs_definition":"paternal descent, i.e. (concretely) a group of families or a whole race (nation)","kjv_definition":"family, kindred, lineage"} +{"id":"G3966","strongs_number":"G3966","system":"greek","language":"greek","number_value":3966,"lemma":"πατριάρχης","transliteration":"patriárchēs","pronunciation":null,"derivation":"from G3965 (πατριά) and G757 (ἄρχω);","strongs_definition":"a progenitor (\"patriarch\")","kjv_definition":"patriarch"} +{"id":"G3967","strongs_number":"G3967","system":"greek","language":"greek","number_value":3967,"lemma":"πατρικός","transliteration":"patrikós","pronunciation":null,"derivation":"from G3962 (πατήρ);","strongs_definition":"paternal, i.e. ancestral","kjv_definition":"of fathers"} +{"id":"G3968","strongs_number":"G3968","system":"greek","language":"greek","number_value":3968,"lemma":"πατρίς","transliteration":"patrís","pronunciation":null,"derivation":"from G3902 (παράσημος);","strongs_definition":"a father-land, i.e. native town; (figuratively) heavenly home","kjv_definition":"(own) country"} +{"id":"G3969","strongs_number":"G3969","system":"greek","language":"greek","number_value":3969,"lemma":"Πατροβᾶς","transliteration":"Patrobâs","pronunciation":null,"derivation":"perhaps a contraction for (a compound of G3962 (πατήρ) and G979 (βίος));","strongs_definition":"father's life; Patrobas, a Christian","kjv_definition":"Patrobas"} +{"id":"G3970","strongs_number":"G3970","system":"greek","language":"greek","number_value":3970,"lemma":"πατροπαράδοτος","transliteration":"patroparádotos","pronunciation":null,"derivation":"from G3962 (πατήρ) and a derivative of G3860 (παραδίδωμι) (in the sense of handing over or down);","strongs_definition":"traditionary","kjv_definition":"received by tradition from fathers"} +{"id":"G3971","strongs_number":"G3971","system":"greek","language":"greek","number_value":3971,"lemma":"πατρῷος","transliteration":"patrōios","pronunciation":null,"derivation":"from G3962 (πατήρ);","strongs_definition":"paternal, i.e. hereditary","kjv_definition":"of fathers"} +{"id":"G3972","strongs_number":"G3972","system":"greek","language":"greek","number_value":3972,"lemma":"Παῦλος","transliteration":"Paûlos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"(little; but remotely from a derivative of G3973 (παύω), meaning the same); Paulus, the name of a Roman and of an apostle","kjv_definition":"Paul, Paulus"} +{"id":"G3973","strongs_number":"G3973","system":"greek","language":"greek","number_value":3973,"lemma":"παύω","transliteration":"paúō","pronunciation":null,"derivation":"a primary verb (\"pause\");","strongs_definition":"to stop (transitively or intransitively), i.e. restrain, quit, desist, come to an end","kjv_definition":"cease, leave, refrain"} +{"id":"G3974","strongs_number":"G3974","system":"greek","language":"greek","number_value":3974,"lemma":"Πάφος","transliteration":"Páphos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Paphus, a place in Cyprus","kjv_definition":"Paphos"} +{"id":"G3975","strongs_number":"G3975","system":"greek","language":"greek","number_value":3975,"lemma":"παχύνω","transliteration":"pachýnō","pronunciation":null,"derivation":"from a derivative of G4078 (πήγνυμι) (meaning thick);","strongs_definition":"to thicken, i.e. (by implication) to fatten (figuratively, stupefy or render callous)","kjv_definition":"wax gross"} +{"id":"G3976","strongs_number":"G3976","system":"greek","language":"greek","number_value":3976,"lemma":"πέδη","transliteration":"pédē","pronunciation":null,"derivation":"ultimately from G4228 (πούς);","strongs_definition":"a shackle for the feet","kjv_definition":"fetter"} +{"id":"G3977","strongs_number":"G3977","system":"greek","language":"greek","number_value":3977,"lemma":"πεδινός","transliteration":"pedinós","pronunciation":null,"derivation":"from a derivative of G4228 (πούς) (meaning the ground);","strongs_definition":"level (as easy for the feet)","kjv_definition":"plain"} +{"id":"G3978","strongs_number":"G3978","system":"greek","language":"greek","number_value":3978,"lemma":"πεζεύω","transliteration":"pezeúō","pronunciation":null,"derivation":"from the same as G3979 (πεζῇ);","strongs_definition":"to foot a journey, i.e. travel by land","kjv_definition":"go afoot"} +{"id":"G3979","strongs_number":"G3979","system":"greek","language":"greek","number_value":3979,"lemma":"πεζῇ","transliteration":"pezēi","pronunciation":null,"derivation":"dative case feminine of a derivative of G4228 (πούς) (as adverb);","strongs_definition":"foot-wise, i.e. by walking","kjv_definition":"a- (on) foot"} +{"id":"G3980","strongs_number":"G3980","system":"greek","language":"greek","number_value":3980,"lemma":"πειθαρχέω","transliteration":"peitharchéō","pronunciation":null,"derivation":"from a compound of G3982 (πείθω) and G757 (ἄρχω);","strongs_definition":"to be persuaded by a ruler, i.e. (genitive case) to submit to authority; by analogy, to conform to advice","kjv_definition":"hearken, obey (magistrates)"} +{"id":"G3981","strongs_number":"G3981","system":"greek","language":"greek","number_value":3981,"lemma":"πειθός","transliteration":"peithós","pronunciation":null,"derivation":"from G3982 (πείθω);","strongs_definition":"persuasive","kjv_definition":"enticing"} +{"id":"G3982","strongs_number":"G3982","system":"greek","language":"greek","number_value":3982,"lemma":"πείθω","transliteration":"peíthō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to convince (by argument, true or false); by analogy, to pacify or conciliate (by other fair means); reflexively or passively, to assent (to evidence or authority), to rely (by inward certainty)","kjv_definition":"agree, assure, believe, have confidence, be (wax) conflent, make friend, obey, persuade, trust, yield"} +{"id":"G3983","strongs_number":"G3983","system":"greek","language":"greek","number_value":3983,"lemma":"πεινάω","transliteration":"peináō","pronunciation":null,"derivation":"from the same as G3993 (πένης) (through the idea of pinching toil;","strongs_definition":"\"pine\"); to famish (absolutely or comparatively); figuratively, to crave","kjv_definition":"be an hungered"} +{"id":"G3984","strongs_number":"G3984","system":"greek","language":"greek","number_value":3984,"lemma":"πεῖρα","transliteration":"peîra","pronunciation":null,"derivation":"from the base of G4008 (πέραν) (through the idea of piercing);","strongs_definition":"a test, i.e. attempt, experience","kjv_definition":"assaying, trial"} +{"id":"G3985","strongs_number":"G3985","system":"greek","language":"greek","number_value":3985,"lemma":"πειράζω","transliteration":"peirázō","pronunciation":null,"derivation":"from G3984 (πεῖρα);","strongs_definition":"to test (objectively), i.e. endeavor, scrutinize, entice, discipline","kjv_definition":"assay, examine, go about, prove, tempt(-er), try"} +{"id":"G3986","strongs_number":"G3986","system":"greek","language":"greek","number_value":3986,"lemma":"πειρασμός","transliteration":"peirasmós","pronunciation":null,"derivation":"from G3985 (πειράζω);","strongs_definition":"a putting to proof (by experiment (of good), experience (of evil), solicitation, discipline or provocation); by implication, adversity","kjv_definition":"temptation, X try"} +{"id":"G3987","strongs_number":"G3987","system":"greek","language":"greek","number_value":3987,"lemma":"πειράω","transliteration":"peiráō","pronunciation":null,"derivation":"from G3984 (πεῖρα);","strongs_definition":"to test (subjectively), i.e. (reflexively) to attempt","kjv_definition":"assay"} +{"id":"G3988","strongs_number":"G3988","system":"greek","language":"greek","number_value":3988,"lemma":"πεισμονή","transliteration":"peismonḗ","pronunciation":null,"derivation":"from a presumed derivative of G3982 (πείθω);","strongs_definition":"persuadableness, i.e. credulity","kjv_definition":"persuasion"} +{"id":"G3989","strongs_number":"G3989","system":"greek","language":"greek","number_value":3989,"lemma":"πέλαγος","transliteration":"pélagos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"deep or open sea, i.e. the main","kjv_definition":"depth, sea"} +{"id":"G3990","strongs_number":"G3990","system":"greek","language":"greek","number_value":3990,"lemma":"πελεκίζω","transliteration":"pelekízō","pronunciation":null,"derivation":"from a derivative of G4141 (πλήσσω) (meaning an axe);","strongs_definition":"to chop off (the head), i.e. truncate","kjv_definition":"behead"} +{"id":"G3991","strongs_number":"G3991","system":"greek","language":"greek","number_value":3991,"lemma":"πέμπτος","transliteration":"pémptos","pronunciation":null,"derivation":"from G4002 (πέντε);","strongs_definition":"fifth","kjv_definition":"fifth"} +{"id":"G3992","strongs_number":"G3992","system":"greek","language":"greek","number_value":3992,"lemma":"πέμπω","transliteration":"pémpō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to dispatch (from the subjective view or point of departure, whereas (as a stronger form of ) refers rather to the objective point or terminus ad quem, and G4724 (στέλλω) denotes properly, the orderly motion involved), especially on a temporary errand; also to transmit, bestow, or wield","kjv_definition":"send, thrust in"} +{"id":"G3993","strongs_number":"G3993","system":"greek","language":"greek","number_value":3993,"lemma":"πένης","transliteration":"pénēs","pronunciation":null,"derivation":"from a primary (to toil for daily subsistence);","strongs_definition":"starving, i.e. indigent","kjv_definition":"poor"} +{"id":"G3994","strongs_number":"G3994","system":"greek","language":"greek","number_value":3994,"lemma":"πενθερά","transliteration":"pentherá","pronunciation":null,"derivation":"feminine of G3995 (πενθερός);","strongs_definition":"a wife's mother","kjv_definition":"mother in law, wife's mother"} +{"id":"G3995","strongs_number":"G3995","system":"greek","language":"greek","number_value":3995,"lemma":"πενθερός","transliteration":"pentherós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a wife's father","kjv_definition":"father in law"} +{"id":"G3996","strongs_number":"G3996","system":"greek","language":"greek","number_value":3996,"lemma":"πενθέω","transliteration":"penthéō","pronunciation":null,"derivation":"from G3997 (πένθος);","strongs_definition":"to grieve (the feeling or the act)","kjv_definition":"mourn, (be-)wail"} +{"id":"G3997","strongs_number":"G3997","system":"greek","language":"greek","number_value":3997,"lemma":"πένθος","transliteration":"pénthos","pronunciation":null,"derivation":"strengthened from the alternate of G3958 (πάσχω);","strongs_definition":"grief","kjv_definition":"mourning, sorrow"} +{"id":"G3998","strongs_number":"G3998","system":"greek","language":"greek","number_value":3998,"lemma":"πενιχρός","transliteration":"penichrós","pronunciation":null,"derivation":"prolongation from the base of G3993 (πένης);","strongs_definition":"necessitous","kjv_definition":"poor"} +{"id":"G3999","strongs_number":"G3999","system":"greek","language":"greek","number_value":3999,"lemma":"πεντάκις","transliteration":"pentákis","pronunciation":null,"derivation":"multiplicative adverb from G4002 (πέντε);","strongs_definition":"five times","kjv_definition":"five times"} +{"id":"G4000","strongs_number":"G4000","system":"greek","language":"greek","number_value":4000,"lemma":"πεντακισχίλιοι","transliteration":"pentakischílioi","pronunciation":null,"derivation":"from G3999 (πεντάκις) and G5507 (χίλιοι);","strongs_definition":"five times a thousand","kjv_definition":"five thousand"} +{"id":"G4001","strongs_number":"G4001","system":"greek","language":"greek","number_value":4001,"lemma":"πεντακόσιοι","transliteration":"pentakósioi","pronunciation":null,"derivation":"from G4002 (πέντε) and G1540 (ἑκατόν);","strongs_definition":"five hundred","kjv_definition":"five hundred"} +{"id":"G4002","strongs_number":"G4002","system":"greek","language":"greek","number_value":4002,"lemma":"πέντε","transliteration":"pénte","pronunciation":null,"derivation":"a primary number;","strongs_definition":"\"five\"","kjv_definition":"five"} +{"id":"G4003","strongs_number":"G4003","system":"greek","language":"greek","number_value":4003,"lemma":"πεντεκαιδέκατος","transliteration":"pentekaidékatos","pronunciation":null,"derivation":"from G4002 (πέντε) and G2532 (καί) and G1182 (δέκατος);","strongs_definition":"five and tenth","kjv_definition":"fifteenth"} +{"id":"G4004","strongs_number":"G4004","system":"greek","language":"greek","number_value":4004,"lemma":"πεντήκοντα","transliteration":"pentḗkonta","pronunciation":null,"derivation":"multiplicative of G4002 (πέντε);","strongs_definition":"fifty","kjv_definition":"fifty"} +{"id":"G4005","strongs_number":"G4005","system":"greek","language":"greek","number_value":4005,"lemma":"πεντηκοστή","transliteration":"pentēkostḗ","pronunciation":null,"derivation":"feminine of the ordinal of G4004 (πεντήκοντα);","strongs_definition":"fiftieth (G2250 (ἡμέρα) being implied) from Passover, i.e. the festival of \"Pentecost\"","kjv_definition":"Pentecost"} +{"id":"G4006","strongs_number":"G4006","system":"greek","language":"greek","number_value":4006,"lemma":"πεποίθησις","transliteration":"pepoíthēsis","pronunciation":null,"derivation":"from the perfect of the alternate of G3958 (πάσχω);","strongs_definition":"reliance","kjv_definition":"confidence, trust"} +{"id":"G4007","strongs_number":"G4007","system":"greek","language":"greek","number_value":4007,"lemma":"περ","transliteration":"per","pronunciation":null,"derivation":"from the base of G4008 (πέραν);","strongs_definition":"an enclitic particle significant of abundance (thoroughness), i.e. emphasis; much, very or ever","kjv_definition":"(whom-)soever"} +{"id":"G4008","strongs_number":"G4008","system":"greek","language":"greek","number_value":4008,"lemma":"πέραν","transliteration":"péran","pronunciation":null,"derivation":"apparently accusative case of an obsolete derivative of (to \"pierce\");","strongs_definition":"through (as adverb or preposition), i.e. across","kjv_definition":"beyond, farther (other) side, over"} +{"id":"G4009","strongs_number":"G4009","system":"greek","language":"greek","number_value":4009,"lemma":"πέρας","transliteration":"péras","pronunciation":null,"derivation":"from the same as G4008 (πέραν);","strongs_definition":"an extremity","kjv_definition":"end, ut-(ter-)most participle"} +{"id":"G4010","strongs_number":"G4010","system":"greek","language":"greek","number_value":4010,"lemma":"Πέργαμος","transliteration":"Pérgamos","pronunciation":null,"derivation":"from G4444 (πύργος);","strongs_definition":"fortified; Pergamus, a place in Asia Minor","kjv_definition":"Pergamos"} +{"id":"G4011","strongs_number":"G4011","system":"greek","language":"greek","number_value":4011,"lemma":"Πέργη","transliteration":"Pérgē","pronunciation":null,"derivation":"probably from the same as G4010 (Πέργαμος);","strongs_definition":"a tower; Perga, a place in Asia Minor","kjv_definition":"Perga"} +{"id":"G4012","strongs_number":"G4012","system":"greek","language":"greek","number_value":4012,"lemma":"περί","transliteration":"perí","pronunciation":null,"derivation":"from the base of G4008 (πέραν);","strongs_definition":"properly, through (all over), i.e. around; figuratively with respect to; used in various applications, of place, cause or time (with the genitive case denoting the subject or occasion or superlative point; with the accusative case the locality, circuit, matter, circumstance or general period)","kjv_definition":"(there-)about, above, against, at, on behalf of, X and his company, which concern, (as) concerning, for, X how it will go with, ((there-, where-)) of, on, over, pertaining (to), for sake, X (e-)state, (as) touching, (where-)by (in), with"} +{"id":"G4013","strongs_number":"G4013","system":"greek","language":"greek","number_value":4013,"lemma":"περιάγω","transliteration":"periágō","pronunciation":null,"derivation":"from G4012 (περί) and G71 (ἄγω);","strongs_definition":"to take around (as a companion); reflexively, to walk around","kjv_definition":"compass, go (round) about, lead about"} +{"id":"G4014","strongs_number":"G4014","system":"greek","language":"greek","number_value":4014,"lemma":"περιαιρέω","transliteration":"periairéō","pronunciation":null,"derivation":"from G4012 (περί) and G138 (αἱρέομαι) (including its alternate);","strongs_definition":"to remove all around, i.e. unveil, cast off (anchor); figuratively, to expiate","kjv_definition":"take away (up)"} +{"id":"G4015","strongs_number":"G4015","system":"greek","language":"greek","number_value":4015,"lemma":"περιαστράπτω","transliteration":"periastráptō","pronunciation":null,"derivation":"from G4012 (περί) and G797 (ἀστράπτω);","strongs_definition":"to flash all around, i.e. envelop in light","kjv_definition":"shine round (about)"} +{"id":"G4016","strongs_number":"G4016","system":"greek","language":"greek","number_value":4016,"lemma":"περιβάλλω","transliteration":"peribállō","pronunciation":null,"derivation":"from G4012 (περί) and G906 (βάλλω);","strongs_definition":"to throw all around, i.e. invest (with a palisade or with clothing)","kjv_definition":"array, cast about, clothe(-d me), put on"} +{"id":"G4017","strongs_number":"G4017","system":"greek","language":"greek","number_value":4017,"lemma":"περιβλέπω","transliteration":"periblépō","pronunciation":null,"derivation":"from G4012 (περί) and G991 (βλέπω);","strongs_definition":"to look all around","kjv_definition":"look (round) about (on)"} +{"id":"G4018","strongs_number":"G4018","system":"greek","language":"greek","number_value":4018,"lemma":"περιβόλαιον","transliteration":"peribólaion","pronunciation":null,"derivation":"neuter of a presumed derivative of G4016 (περιβάλλω);","strongs_definition":"something thrown around one, i.e. a mantle, veil","kjv_definition":"covering, vesture"} +{"id":"G4019","strongs_number":"G4019","system":"greek","language":"greek","number_value":4019,"lemma":"περιδέω","transliteration":"peridéō","pronunciation":null,"derivation":"from G4012 (περί) and G1210 (δέω);","strongs_definition":"to bind around one, i.e. enwrap","kjv_definition":"bind about"} +{"id":"G4020","strongs_number":"G4020","system":"greek","language":"greek","number_value":4020,"lemma":"περιεργάζομαι","transliteration":"periergázomai","pronunciation":null,"derivation":"from G4012 (περί) and G2038 (ἐργάζομαι);","strongs_definition":"to work all around, i.e. bustle about (meddle)","kjv_definition":"be a busybody"} +{"id":"G4021","strongs_number":"G4021","system":"greek","language":"greek","number_value":4021,"lemma":"περίεργος","transliteration":"períergos","pronunciation":null,"derivation":"from G4012 (περί) and G2041 (ἔργον);","strongs_definition":"working all around, i.e. officious (meddlesome, neuter plural magic)","kjv_definition":"busybody, curious arts"} +{"id":"G4022","strongs_number":"G4022","system":"greek","language":"greek","number_value":4022,"lemma":"περιέρχομαι","transliteration":"periérchomai","pronunciation":null,"derivation":"from G4012 (περί) and G2064 (ἔρχομαι) (including its alternate);","strongs_definition":"to come all around, i.e. stroll, vacillate, veer","kjv_definition":"fetch a compass, vagabond, wandering about"} +{"id":"G4023","strongs_number":"G4023","system":"greek","language":"greek","number_value":4023,"lemma":"περιέχω","transliteration":"periéchō","pronunciation":null,"derivation":"from G4012 (περί) and G2192 (ἔχω);","strongs_definition":"to hold all around, i.e. include, clasp (figuratively)","kjv_definition":"+ astonished, contain, after (this manner)"} +{"id":"G4024","strongs_number":"G4024","system":"greek","language":"greek","number_value":4024,"lemma":"περιζώννυμι","transliteration":"perizṓnnymi","pronunciation":null,"derivation":"from G4012 (περί) and G2224 (ζώννυμι);","strongs_definition":"to gird all around, i.e. (middle voice or passive) to fasten on one's belt (literally or figuratively)","kjv_definition":"gird (about, self)"} +{"id":"G4025","strongs_number":"G4025","system":"greek","language":"greek","number_value":4025,"lemma":"περίθεσις","transliteration":"períthesis","pronunciation":null,"derivation":"from G4060 (περιτίθημι);","strongs_definition":"a putting all around, i.e. decorating oneself with","kjv_definition":"wearing"} +{"id":"G4026","strongs_number":"G4026","system":"greek","language":"greek","number_value":4026,"lemma":"περιΐστημι","transliteration":"periḯstēmi","pronunciation":null,"derivation":"from G4012 (περί) and G2476 (ἵστημι);","strongs_definition":"to stand all around, i.e. (near) to be a bystander, or (aloof) to keep away from","kjv_definition":"avoid, shun, stand by (round about)"} +{"id":"G4027","strongs_number":"G4027","system":"greek","language":"greek","number_value":4027,"lemma":"περικάθαρμα","transliteration":"perikátharma","pronunciation":null,"derivation":"from a compound of G4012 (περί) and G2508 (καθαίρω);","strongs_definition":"something cleaned off all around, i.e. refuse (figuratively)","kjv_definition":"filth"} +{"id":"G4028","strongs_number":"G4028","system":"greek","language":"greek","number_value":4028,"lemma":"περικαλύπτω","transliteration":"perikalýptō","pronunciation":null,"derivation":"from G4012 (περί) and G2572 (καλύπτω);","strongs_definition":"to cover all around, i.e. entirely (the face, a surface)","kjv_definition":"blindfold, cover, overlay"} +{"id":"G4029","strongs_number":"G4029","system":"greek","language":"greek","number_value":4029,"lemma":"περίκειμαι","transliteration":"períkeimai","pronunciation":null,"derivation":"from G4012 (περί) and G2749 (κεῖμαι);","strongs_definition":"to lie all around, i.e. inclose, encircle, hamper (literally or figuratively)","kjv_definition":"be bound (compassed) with, hang about"} +{"id":"G4030","strongs_number":"G4030","system":"greek","language":"greek","number_value":4030,"lemma":"περικεφαλαία","transliteration":"perikephalaía","pronunciation":null,"derivation":"feminine of a compound of G4012 (περί) and G2776 (κεφαλή);","strongs_definition":"encirclement of the head, i.e. a helmet","kjv_definition":"helmet"} +{"id":"G4031","strongs_number":"G4031","system":"greek","language":"greek","number_value":4031,"lemma":"περικρατής","transliteration":"perikratḗs","pronunciation":null,"derivation":"from G4012 (περί) and G2904 (κράτος);","strongs_definition":"strong all around, i.e. a master (manager)","kjv_definition":"+ come by"} +{"id":"G4032","strongs_number":"G4032","system":"greek","language":"greek","number_value":4032,"lemma":"περικρύπτω","transliteration":"perikrýptō","pronunciation":null,"derivation":"from G4012 (περί) and G2928 (κρύπτω);","strongs_definition":"to conceal all around, i.e. entirely","kjv_definition":"hide"} +{"id":"G4033","strongs_number":"G4033","system":"greek","language":"greek","number_value":4033,"lemma":"περικυκλόω","transliteration":"perikyklóō","pronunciation":null,"derivation":"from G4012 (περί) and G2944 (κυκλόω);","strongs_definition":"to encircle all around, i.e. blockade completely","kjv_definition":"compass round"} +{"id":"G4034","strongs_number":"G4034","system":"greek","language":"greek","number_value":4034,"lemma":"περιλάμπω","transliteration":"perilámpō","pronunciation":null,"derivation":"from G4012 (περί) and G2989 (λάμπω);","strongs_definition":"to illuminate all around, i.e. invest with a halo","kjv_definition":"shine round about"} +{"id":"G4035","strongs_number":"G4035","system":"greek","language":"greek","number_value":4035,"lemma":"περιλείπω","transliteration":"perileípō","pronunciation":null,"derivation":"from G4012 (περί) and G3007 (λείπω);","strongs_definition":"to leave all around, i.e. (passively) survive","kjv_definition":"remain"} +{"id":"G4036","strongs_number":"G4036","system":"greek","language":"greek","number_value":4036,"lemma":"περίλυπος","transliteration":"perílypos","pronunciation":null,"derivation":"from G4012 (περί) and G3077 (λύπη);","strongs_definition":"grieved all around, i.e. intensely sad","kjv_definition":"exceeding (very) sorry(-owful)"} +{"id":"G4037","strongs_number":"G4037","system":"greek","language":"greek","number_value":4037,"lemma":"περιμένω","transliteration":"periménō","pronunciation":null,"derivation":"from G4012 (περί) and G3306 (μένω);","strongs_definition":"to stay around, i.e. await","kjv_definition":"wait for"} +{"id":"G4038","strongs_number":"G4038","system":"greek","language":"greek","number_value":4038,"lemma":"πέριξ","transliteration":"périx","pronunciation":null,"derivation":"adverb from G4012 (περί);","strongs_definition":"all around, i.e. (as an adjective) circumjacent","kjv_definition":"round about"} +{"id":"G4039","strongs_number":"G4039","system":"greek","language":"greek","number_value":4039,"lemma":"περιοικέω","transliteration":"perioikéō","pronunciation":null,"derivation":"from G4012 (περί) and G3611 (οἰκέω);","strongs_definition":"to reside around, i.e. be a neighbor","kjv_definition":"dwell round about"} +{"id":"G4040","strongs_number":"G4040","system":"greek","language":"greek","number_value":4040,"lemma":"περίοικος","transliteration":"períoikos","pronunciation":null,"derivation":"from G4012 (περί) and G3624 (οἶκος);","strongs_definition":"housed around, i.e. neighboring (used elliptically as a noun)","kjv_definition":"neighbour"} +{"id":"G4041","strongs_number":"G4041","system":"greek","language":"greek","number_value":4041,"lemma":"περιούσιος","transliteration":"perioúsios","pronunciation":null,"derivation":"from the present participle feminine of a compound of 4012 and G1510 (εἰμί);","strongs_definition":"being beyond usual, i.e. special (one's own)","kjv_definition":"peculiar"} +{"id":"G4042","strongs_number":"G4042","system":"greek","language":"greek","number_value":4042,"lemma":"περιοχή","transliteration":"periochḗ","pronunciation":null,"derivation":"from G4023 (περιέχω);","strongs_definition":"a being held around, i.e. (concretely) a passage (of Scripture, as circumscribed)","kjv_definition":"place"} +{"id":"G4043","strongs_number":"G4043","system":"greek","language":"greek","number_value":4043,"lemma":"περιπατέω","transliteration":"peripatéō","pronunciation":null,"derivation":"from G4012 (περί) and G3961 (πατέω);","strongs_definition":"to tread all around, i.e. walk at large (especially as proof of ability); figuratively, to live, deport oneself, follow (as a companion or votary)","kjv_definition":"go, be occupied with, walk (about)"} +{"id":"G4044","strongs_number":"G4044","system":"greek","language":"greek","number_value":4044,"lemma":"περιπείρω","transliteration":"peripeírō","pronunciation":null,"derivation":"from G4012 (περί) and the base of G4008 (πέραν);","strongs_definition":"to penetrate entirely, i.e. transfix (figuratively)","kjv_definition":"pierce through"} +{"id":"G4045","strongs_number":"G4045","system":"greek","language":"greek","number_value":4045,"lemma":"περιπίπτω","transliteration":"peripíptō","pronunciation":null,"derivation":"from G4012 (περί) and G4098 (πίπτω);","strongs_definition":"to fall into something that is all around, i.e. light among or upon, be surrounded with","kjv_definition":"fall among (into)"} +{"id":"G4046","strongs_number":"G4046","system":"greek","language":"greek","number_value":4046,"lemma":"περιποιέομαι","transliteration":"peripoiéomai","pronunciation":null,"derivation":"middle voice from G4012 (περί) and G4160 (ποιέω);","strongs_definition":"to make around oneself, i.e. acquire (buy)","kjv_definition":"purchase"} +{"id":"G4047","strongs_number":"G4047","system":"greek","language":"greek","number_value":4047,"lemma":"περιποίησις","transliteration":"peripoíēsis","pronunciation":null,"derivation":"from G4046 (περιποιέομαι);","strongs_definition":"acquisition (the act or the thing); by extension, preservation","kjv_definition":"obtain(-ing), peculiar, purchased, possession, saving"} +{"id":"G4048","strongs_number":"G4048","system":"greek","language":"greek","number_value":4048,"lemma":"περιῤῥήγνυμι","transliteration":"perirrhḗgnymi","pronunciation":null,"derivation":"from G4012 (περί) and G4486 (ῥήγνυμι);","strongs_definition":"to tear all around, i.e. completely away","kjv_definition":"rend off"} +{"id":"G4049","strongs_number":"G4049","system":"greek","language":"greek","number_value":4049,"lemma":"περισπάω","transliteration":"perispáō","pronunciation":null,"derivation":"from G4012 (περί) and G4685 (σπάω);","strongs_definition":"to drag all around, i.e. (figuratively) to distract (with care)","kjv_definition":"cumber"} +{"id":"G4050","strongs_number":"G4050","system":"greek","language":"greek","number_value":4050,"lemma":"περισσεία","transliteration":"perisseía","pronunciation":null,"derivation":"from G4052 (περισσεύω);","strongs_definition":"surplusage, i.e. superabundance","kjv_definition":"abundance(-ant, (-ly)), superfluity"} +{"id":"G4051","strongs_number":"G4051","system":"greek","language":"greek","number_value":4051,"lemma":"περίσσευμα","transliteration":"perísseuma","pronunciation":null,"derivation":"from G4052 (περισσεύω);","strongs_definition":"a surplus, or superabundance","kjv_definition":"abundance, that was left, over and above"} +{"id":"G4052","strongs_number":"G4052","system":"greek","language":"greek","number_value":4052,"lemma":"περισσεύω","transliteration":"perisseúō","pronunciation":null,"derivation":"from G4053 (περισσός);","strongs_definition":"to superabound (in quantity or quality), be in excess, be superfluous; also (transitively) to cause to superabound or excel","kjv_definition":"(make, more) abound, (have, have more) abundance (be more) abundant, be the better, enough and to spare, exceed, excel, increase, be left, redound, remain (over and above)"} +{"id":"G4053","strongs_number":"G4053","system":"greek","language":"greek","number_value":4053,"lemma":"περισσός","transliteration":"perissós","pronunciation":null,"derivation":"from G4012 (περί) (in the sense of beyond);","strongs_definition":"superabundant (in quantity) or superior (in quality); by implication, excessive; adverbially (with G1537 (ἐκ)) violently; neuter (as noun) preeminence","kjv_definition":"exceeding abundantly above, more abundantly, advantage, exceedingly, very highly, beyond measure, more, superfluous, vehement(-ly)"} +{"id":"G4054","strongs_number":"G4054","system":"greek","language":"greek","number_value":4054,"lemma":"περισσότερον","transliteration":"perissóteron","pronunciation":null,"derivation":"neuter of G4055 (περισσότερος) (as adverb);","strongs_definition":"in a more superabundant way","kjv_definition":"more abundantly, a great deal, far more"} +{"id":"G4055","strongs_number":"G4055","system":"greek","language":"greek","number_value":4055,"lemma":"περισσότερος","transliteration":"perissóteros","pronunciation":null,"derivation":"comparative of G4053 (περισσός);","strongs_definition":"more superabundant (in number, degree or character)","kjv_definition":"more abundant, greater (much) more, overmuch"} +{"id":"G4056","strongs_number":"G4056","system":"greek","language":"greek","number_value":4056,"lemma":"περισσοτέρως","transliteration":"perissotérōs","pronunciation":null,"derivation":"adverb from G4055 (περισσότερος);","strongs_definition":"more superabundantly","kjv_definition":"more abundant(-ly), X the more earnest, (more) exceedingly, more frequent, much more, the rather"} +{"id":"G4057","strongs_number":"G4057","system":"greek","language":"greek","number_value":4057,"lemma":"περισσῶς","transliteration":"perissōs","pronunciation":null,"derivation":"adverb from G4053 (περισσός);","strongs_definition":"superabundantly","kjv_definition":"exceedingly, out of measure, the more"} +{"id":"G4058","strongs_number":"G4058","system":"greek","language":"greek","number_value":4058,"lemma":"περιστερά","transliteration":"peristerá","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a pigeon","kjv_definition":"dove, pigeon"} +{"id":"G4059","strongs_number":"G4059","system":"greek","language":"greek","number_value":4059,"lemma":"περιτέμνω","transliteration":"peritémnō","pronunciation":null,"derivation":"from G4012 (περί) and the base of G5114 (τομώτερος);","strongs_definition":"to cut around, i.e. (specially) to circumcise","kjv_definition":"circumcise"} +{"id":"G4060","strongs_number":"G4060","system":"greek","language":"greek","number_value":4060,"lemma":"περιτίθημι","transliteration":"peritíthēmi","pronunciation":null,"derivation":"from G4012 (περί) and G5087 (τίθημι);","strongs_definition":"to place around; by implication, to present","kjv_definition":"bestow upon, hedge round about, put about (on, upon), set about"} +{"id":"G4061","strongs_number":"G4061","system":"greek","language":"greek","number_value":4061,"lemma":"περιτομή","transliteration":"peritomḗ","pronunciation":null,"derivation":"from G4059 (περιτέμνω);","strongs_definition":"circumcision (the rite, the condition or the people, literally or figuratively)","kjv_definition":"X circumcised, circumcision"} +{"id":"G4062","strongs_number":"G4062","system":"greek","language":"greek","number_value":4062,"lemma":"περιτρέπω","transliteration":"peritrépō","pronunciation":null,"derivation":"from G4012 (περί) and the base of G5157 (τροπή);","strongs_definition":"to turn around, i.e. (mentally) to craze","kjv_definition":"+ make mad"} +{"id":"G4063","strongs_number":"G4063","system":"greek","language":"greek","number_value":4063,"lemma":"περιτρέχω","transliteration":"peritréchō","pronunciation":null,"derivation":"from G4012 (περί) and G5143 (τρέχω) (including its alternate);","strongs_definition":"to run around, i.e. traverse","kjv_definition":"run through"} +{"id":"G4064","strongs_number":"G4064","system":"greek","language":"greek","number_value":4064,"lemma":"περιφέρω","transliteration":"periphérō","pronunciation":null,"derivation":"from G4012 (περί) and G5342 (φέρω);","strongs_definition":"to convey around, i.e. transport hither and thither","kjv_definition":"bear (carry) about"} +{"id":"G4065","strongs_number":"G4065","system":"greek","language":"greek","number_value":4065,"lemma":"περιφρονέω","transliteration":"periphronéō","pronunciation":null,"derivation":"from G4012 (περί) and G5426 (φρονέω);","strongs_definition":"to think beyond, i.e. depreciate (contemn)","kjv_definition":"despise"} +{"id":"G4066","strongs_number":"G4066","system":"greek","language":"greek","number_value":4066,"lemma":"περίχωρος","transliteration":"períchōros","pronunciation":null,"derivation":"from G4012 (περί) and G5561 (χώρα);","strongs_definition":"around the region, i.e. circumjacent (as noun, with G1093 (γῆ) implied vicinity)","kjv_definition":"country (round) about, region (that lieth) round about"} +{"id":"G4067","strongs_number":"G4067","system":"greek","language":"greek","number_value":4067,"lemma":"περίψωμα","transliteration":"perípsōma","pronunciation":null,"derivation":"from a comparative of G4012 (περί) and (to rub);","strongs_definition":"something brushed all around, i.e. off-scrapings (figuratively, scum)","kjv_definition":"offscouring"} +{"id":"G4068","strongs_number":"G4068","system":"greek","language":"greek","number_value":4068,"lemma":"περπερεύομαι","transliteration":"perpereúomai","pronunciation":null,"derivation":"middle voice from (braggart;","strongs_definition":"perhaps by reduplication of the base of G4008 (πέραν)); to boast","kjv_definition":"vaunt itself"} +{"id":"G4069","strongs_number":"G4069","system":"greek","language":"greek","number_value":4069,"lemma":"Περσίς","transliteration":"Persís","pronunciation":null,"derivation":null,"strongs_definition":"a Persian woman; Persis, a Christian female","kjv_definition":"Persis"} +{"id":"G4070","strongs_number":"G4070","system":"greek","language":"greek","number_value":4070,"lemma":"πέρυσι","transliteration":"pérysi","pronunciation":null,"derivation":"adverb from G4009 (πέρας);","strongs_definition":"the by-gone, i.e. (as noun) last year","kjv_definition":"+ a year ago"} +{"id":"G4071","strongs_number":"G4071","system":"greek","language":"greek","number_value":4071,"lemma":"πετεινόν","transliteration":"peteinón","pronunciation":null,"derivation":"neuter of a derivative of G4072 (πέτομαι);","strongs_definition":"a flying animal, i.e. bird","kjv_definition":"bird, fowl"} +{"id":"G4072","strongs_number":"G4072","system":"greek","language":"greek","number_value":4072,"lemma":"πέτομαι","transliteration":"pétomai","pronunciation":null,"derivation":"middle voice of a primary verb;","strongs_definition":"to fly","kjv_definition":"fly(-ing)"} +{"id":"G4073","strongs_number":"G4073","system":"greek","language":"greek","number_value":4073,"lemma":"πέτρα","transliteration":"pétra","pronunciation":null,"derivation":"feminine of the same as G4074 (Πέτρος);","strongs_definition":"a (mass of) rock (literally or figuratively)","kjv_definition":"rock"} +{"id":"G4074","strongs_number":"G4074","system":"greek","language":"greek","number_value":4074,"lemma":"Πέτρος","transliteration":"Pétros","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a (piece of) rock (larger than G3037 (λίθος)); as a name, Petrus, an apostle","kjv_definition":"Peter, rock"} +{"id":"G4075","strongs_number":"G4075","system":"greek","language":"greek","number_value":4075,"lemma":"πετρώδης","transliteration":"petrṓdēs","pronunciation":null,"derivation":"from G4073 (πέτρα) and G1491 (εἶδος);","strongs_definition":"rock-like, i.e. rocky","kjv_definition":"stony"} +{"id":"G4076","strongs_number":"G4076","system":"greek","language":"greek","number_value":4076,"lemma":"πήγανον","transliteration":"pḗganon","pronunciation":null,"derivation":"from G4078 (πήγνυμι);","strongs_definition":"rue (from its thick or fleshy leaves)","kjv_definition":"rue"} +{"id":"G4077","strongs_number":"G4077","system":"greek","language":"greek","number_value":4077,"lemma":"πηγή","transliteration":"pēgḗ","pronunciation":null,"derivation":"probably from G4078 (πήγνυμι) (through the idea of gushing plumply);","strongs_definition":"a fount (literally or figuratively), i.e. source or supply (of water, blood, enjoyment) (not necessarily the original spring)","kjv_definition":"fountain, well"} +{"id":"G4078","strongs_number":"G4078","system":"greek","language":"greek","number_value":4078,"lemma":"πήγνυμι","transliteration":"pḗgnymi","pronunciation":null,"derivation":"a prolonged form of a primary verb (which in its simpler form occurs only as an alternate in certain tenses);","strongs_definition":"to fix (\"peg\"), i.e. (specially) to set up (a tent)","kjv_definition":"pitch"} +{"id":"G4079","strongs_number":"G4079","system":"greek","language":"greek","number_value":4079,"lemma":"πηδάλιον","transliteration":"pēdálion","pronunciation":null,"derivation":"neuter of a (presumed) derivative of (the blade of an oar;","strongs_definition":"from the same as G3976 (πέδη)); a \"pedal\", i.e. helm","kjv_definition":"rudder"} +{"id":"G4080","strongs_number":"G4080","system":"greek","language":"greek","number_value":4080,"lemma":"πηλίκος","transliteration":"pēlíkos","pronunciation":null,"derivation":"a quantitative form (the feminine) of the base of G4225 (πού);","strongs_definition":"how much (as an indefinite), i.e. in size or (figuratively) dignity","kjv_definition":"how great (large)"} +{"id":"G4081","strongs_number":"G4081","system":"greek","language":"greek","number_value":4081,"lemma":"πηλός","transliteration":"pēlós","pronunciation":null,"derivation":"perhaps a primary word;","strongs_definition":"clay","kjv_definition":"clay"} +{"id":"G4082","strongs_number":"G4082","system":"greek","language":"greek","number_value":4082,"lemma":"πήρα","transliteration":"pḗra","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a wallet or leather pouch for food","kjv_definition":"scrip"} +{"id":"G4083","strongs_number":"G4083","system":"greek","language":"greek","number_value":4083,"lemma":"πῆχυς","transliteration":"pēchys","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"the fore-arm, i.e. (as a measure) a cubit","kjv_definition":"cubit"} +{"id":"G4084","strongs_number":"G4084","system":"greek","language":"greek","number_value":4084,"lemma":"πιάζω","transliteration":"piázō","pronunciation":null,"derivation":"probably another form of G971 (βιάζω);","strongs_definition":"to squeeze, i.e. seize (gently by the hand (press), or officially (arrest), or in hunting (capture))","kjv_definition":"apprehend, catch, lay hand on, take"} +{"id":"G4085","strongs_number":"G4085","system":"greek","language":"greek","number_value":4085,"lemma":"πιέζω","transliteration":"piézō","pronunciation":null,"derivation":"another form for G4084 (πιάζω);","strongs_definition":"to pack","kjv_definition":"press down"} +{"id":"G4086","strongs_number":"G4086","system":"greek","language":"greek","number_value":4086,"lemma":"πιθανολογία","transliteration":"pithanología","pronunciation":null,"derivation":"from a compound of a derivative of G3982 (πείθω) and G3056 (λόγος);","strongs_definition":"persuasive language","kjv_definition":"enticing words"} +{"id":"G4087","strongs_number":"G4087","system":"greek","language":"greek","number_value":4087,"lemma":"πικραίνω","transliteration":"pikraínō","pronunciation":null,"derivation":"from G4089 (πικρός);","strongs_definition":"to embitter (literally or figuratively)","kjv_definition":"be (make) bitter"} +{"id":"G4088","strongs_number":"G4088","system":"greek","language":"greek","number_value":4088,"lemma":"πικρία","transliteration":"pikría","pronunciation":null,"derivation":"from G4089 (πικρός);","strongs_definition":"acridity (especially poison), literally or figuratively","kjv_definition":"bitterness"} +{"id":"G4089","strongs_number":"G4089","system":"greek","language":"greek","number_value":4089,"lemma":"πικρός","transliteration":"pikrós","pronunciation":null,"derivation":"perhaps from G4078 (πήγνυμι) (through the idea of piercing);","strongs_definition":"sharp (pungent), i.e. acrid (literally or figuratively)","kjv_definition":"bitter"} +{"id":"G4090","strongs_number":"G4090","system":"greek","language":"greek","number_value":4090,"lemma":"πικρῶς","transliteration":"pikrōs","pronunciation":null,"derivation":"adverb from G4089 (πικρός);","strongs_definition":"bitterly, i.e. (figuratively) violently","kjv_definition":"bitterly"} +{"id":"G4091","strongs_number":"G4091","system":"greek","language":"greek","number_value":4091,"lemma":"Πιλᾶτος","transliteration":"Pilâtos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"close-pressed, i.e. firm; Pilatus, a Roman","kjv_definition":"Pilate"} +{"id":"G4092","strongs_number":"G4092","system":"greek","language":"greek","number_value":4092,"lemma":"πίμπρημι","transliteration":"pímprēmi","pronunciation":null,"derivation":"a reduplicated and prolonged form of a primary ; which occurs only as an alternate in certain tenses);","strongs_definition":"to fire, i.e. burn (figuratively and passively, become inflamed with fever)","kjv_definition":"be (X should have) swollen"} +{"id":"G4093","strongs_number":"G4093","system":"greek","language":"greek","number_value":4093,"lemma":"πινακίδιον","transliteration":"pinakídion","pronunciation":null,"derivation":"diminutive of G4094 (πίναξ);","strongs_definition":"a tablet (for writing on)","kjv_definition":"writing table"} +{"id":"G4094","strongs_number":"G4094","system":"greek","language":"greek","number_value":4094,"lemma":"πίναξ","transliteration":"pínax","pronunciation":null,"derivation":"apparently a form of G4109 (πλάξ);","strongs_definition":"a plate","kjv_definition":"charger, platter"} +{"id":"G4095","strongs_number":"G4095","system":"greek","language":"greek","number_value":4095,"lemma":"πίνω","transliteration":"pínō","pronunciation":null,"derivation":"a prolonged form of ; which (together with another form) ; occurs only as an alternate in certain tenses;","strongs_definition":"to imbibe (literally or figuratively)","kjv_definition":"drink"} +{"id":"G4096","strongs_number":"G4096","system":"greek","language":"greek","number_value":4096,"lemma":"πιότης","transliteration":"piótēs","pronunciation":null,"derivation":"from (fat;","strongs_definition":"perhaps akin to the alternate of G4095 (πίνω) through the idea of repletion); plumpness, i.e. (by implication) richness (oiliness)","kjv_definition":"fatness"} +{"id":"G4097","strongs_number":"G4097","system":"greek","language":"greek","number_value":4097,"lemma":"πιπράσκω","transliteration":"pipráskō","pronunciation":null,"derivation":"contracted from (to traverse;","strongs_definition":"from the base of G4008 (πέραν)); to traffic (by travelling), i.e. dispose of as merchandise or into slavery (literally or figuratively)","kjv_definition":"sell"} +{"id":"G4098","strongs_number":"G4098","system":"greek","language":"greek","number_value":4098,"lemma":"πίπτω","transliteration":"píptō","pronunciation":null,"derivation":"probably akin to G4072 (πέτομαι) through the idea of alighting;","strongs_definition":"to fall (literally or figuratively)","kjv_definition":"fail, fall (down), light on"} +{"id":"G4099","strongs_number":"G4099","system":"greek","language":"greek","number_value":4099,"lemma":"Πισιδία","transliteration":"Pisidía","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Pisidia, a region of Asia Minor","kjv_definition":"Pisidia"} +{"id":"G4100","strongs_number":"G4100","system":"greek","language":"greek","number_value":4100,"lemma":"πιστεύω","transliteration":"pisteúō","pronunciation":null,"derivation":"from G4102 (πίστις);","strongs_definition":"to have faith (in, upon, or with respect to, a person or thing), i.e. credit; by implication, to entrust (especially one's spiritual well-being to Christ)","kjv_definition":"believe(-r), commit (to trust), put in trust with"} +{"id":"G4101","strongs_number":"G4101","system":"greek","language":"greek","number_value":4101,"lemma":"πιστικός","transliteration":"pistikós","pronunciation":null,"derivation":"from G4102 (πίστις);","strongs_definition":"trustworthy, i.e. genuine (unadulterated)","kjv_definition":"spike-(nard)"} +{"id":"G4102","strongs_number":"G4102","system":"greek","language":"greek","number_value":4102,"lemma":"πίστις","transliteration":"pístis","pronunciation":null,"derivation":"from G3982 (πείθω);","strongs_definition":"persuasion, i.e. credence; moral conviction (of religious truth, or the truthfulness of God or a religious teacher), especially reliance upon Christ for salvation; abstractly, constancy in such profession; by extension, the system of religious (Gospel) truth itself","kjv_definition":"assurance, belief, believe, faith, fidelity"} +{"id":"G4103","strongs_number":"G4103","system":"greek","language":"greek","number_value":4103,"lemma":"πιστός","transliteration":"pistós","pronunciation":null,"derivation":"from G3982 (πείθω);","strongs_definition":"objectively, trustworthy; subjectively, trustful","kjv_definition":"believe(-ing, -r), faithful(-ly), sure, true"} +{"id":"G4104","strongs_number":"G4104","system":"greek","language":"greek","number_value":4104,"lemma":"πιστόω","transliteration":"pistóō","pronunciation":null,"derivation":"from G4103 (πιστός);","strongs_definition":"to assure","kjv_definition":"assure of"} +{"id":"G4105","strongs_number":"G4105","system":"greek","language":"greek","number_value":4105,"lemma":"πλανάω","transliteration":"planáō","pronunciation":null,"derivation":"from G4106 (πλάνη);","strongs_definition":"to (properly, cause to) roam (from safety, truth, or virtue)","kjv_definition":"go astray, deceive, err, seduce, wander, be out of the way"} +{"id":"G4106","strongs_number":"G4106","system":"greek","language":"greek","number_value":4106,"lemma":"πλάνη","transliteration":"plánē","pronunciation":null,"derivation":"feminine of G4108 (πλάνος) (as abstractly);","strongs_definition":"objectively, fraudulence; subjectively, a straying from orthodoxy or piety","kjv_definition":"deceit, to deceive, delusion, error"} +{"id":"G4107","strongs_number":"G4107","system":"greek","language":"greek","number_value":4107,"lemma":"πλανήτης","transliteration":"planḗtēs","pronunciation":null,"derivation":"from G4108 (πλάνος);","strongs_definition":"a rover (\"planet\"), i.e. (figuratively) an erratic teacher","kjv_definition":"wandering"} +{"id":"G4108","strongs_number":"G4108","system":"greek","language":"greek","number_value":4108,"lemma":"πλάνος","transliteration":"plános","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"roving (as a tramp), i.e. (by implication) an impostor or misleader;","kjv_definition":"--deceiver, seducing"} +{"id":"G4109","strongs_number":"G4109","system":"greek","language":"greek","number_value":4109,"lemma":"πλάξ","transliteration":"pláx","pronunciation":null,"derivation":"from G4111 (πλάσσω);","strongs_definition":"a moulding-board, i.e. flat surface (\"plate\", or tablet, literally or figuratively)","kjv_definition":"table"} +{"id":"G4110","strongs_number":"G4110","system":"greek","language":"greek","number_value":4110,"lemma":"πλάσμα","transliteration":"plásma","pronunciation":null,"derivation":"from G4111 (πλάσσω);","strongs_definition":"something moulded","kjv_definition":"thing formed"} +{"id":"G4111","strongs_number":"G4111","system":"greek","language":"greek","number_value":4111,"lemma":"πλάσσω","transliteration":"plássō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to mould, i.e. shape or fabricate","kjv_definition":"form"} +{"id":"G4112","strongs_number":"G4112","system":"greek","language":"greek","number_value":4112,"lemma":"πλαστός","transliteration":"plastós","pronunciation":null,"derivation":"from G4111 (πλάσσω);","strongs_definition":"moulded, i.e. (by implication) artificial or (figuratively) fictitious (false)","kjv_definition":"feigned"} +{"id":"G4113","strongs_number":"G4113","system":"greek","language":"greek","number_value":4113,"lemma":"πλατεῖα","transliteration":"plateîa","pronunciation":null,"derivation":"feminine of G4116 (πλατύς);","strongs_definition":"a wide \"plat\" or \"place\", i.e. open square","kjv_definition":"street"} +{"id":"G4114","strongs_number":"G4114","system":"greek","language":"greek","number_value":4114,"lemma":"πλάτος","transliteration":"plátos","pronunciation":null,"derivation":"from G4116 (πλατύς);","strongs_definition":"width","kjv_definition":"breadth"} +{"id":"G4115","strongs_number":"G4115","system":"greek","language":"greek","number_value":4115,"lemma":"πλατύνω","transliteration":"platýnō","pronunciation":null,"derivation":"from G4116 (πλατύς);","strongs_definition":"to widen (literally or figuratively)","kjv_definition":"make broad, enlarge"} +{"id":"G4116","strongs_number":"G4116","system":"greek","language":"greek","number_value":4116,"lemma":"πλατύς","transliteration":"platýs","pronunciation":null,"derivation":"from G4111 (πλάσσω);","strongs_definition":"spread out \"flat\" (\"plot\"), i.e. broad","kjv_definition":"wide"} +{"id":"G4117","strongs_number":"G4117","system":"greek","language":"greek","number_value":4117,"lemma":"πλέγμα","transliteration":"plégma","pronunciation":null,"derivation":"from G4120 (πλέκω);","strongs_definition":"a plait (of hair)","kjv_definition":"broidered hair"} +{"id":"G4118","strongs_number":"G4118","system":"greek","language":"greek","number_value":4118,"lemma":"πλεῖστος","transliteration":"pleîstos","pronunciation":null,"derivation":"irregular superlative of G4183 (πολύς);","strongs_definition":"the largest number or very large","kjv_definition":"very great, most"} +{"id":"G4119","strongs_number":"G4119","system":"greek","language":"greek","number_value":4119,"lemma":"πλείων","transliteration":"pleíōn","pronunciation":null,"derivation":"comparative of G4183 (πολύς);","strongs_definition":"more in quantity, number, or quality; also (in plural) the major portion","kjv_definition":"X above, + exceed, more excellent, further, (very) great(-er), long(-er), (very) many, greater (more) part, + yet but"} +{"id":"G4120","strongs_number":"G4120","system":"greek","language":"greek","number_value":4120,"lemma":"πλέκω","transliteration":"plékō","pronunciation":null,"derivation":"a primary word;","strongs_definition":"to twine or braid","kjv_definition":"plait"} +{"id":"G4121","strongs_number":"G4121","system":"greek","language":"greek","number_value":4121,"lemma":"πλεονάζω","transliteration":"pleonázō","pronunciation":null,"derivation":"from G4119 (πλείων);","strongs_definition":"to do, make or be more, i.e. increase (transitively or intransitively); by extension, to superabound","kjv_definition":"abound, abundant, make to increase, have over"} +{"id":"G4122","strongs_number":"G4122","system":"greek","language":"greek","number_value":4122,"lemma":"πλεονεκτέω","transliteration":"pleonektéō","pronunciation":null,"derivation":"from G4123 (πλεονέκτης);","strongs_definition":"to be covetous, i.e. (by implication) to over-reach","kjv_definition":"get an advantage, defraud, make a gain"} +{"id":"G4123","strongs_number":"G4123","system":"greek","language":"greek","number_value":4123,"lemma":"πλεονέκτης","transliteration":"pleonéktēs","pronunciation":null,"derivation":"from G4119 (πλείων) and G2192 (ἔχω);","strongs_definition":"holding (desiring) more, i.e. eager for gain (avaricious, hence a defrauder)","kjv_definition":"covetous"} +{"id":"G4124","strongs_number":"G4124","system":"greek","language":"greek","number_value":4124,"lemma":"πλεονεξία","transliteration":"pleonexía","pronunciation":null,"derivation":"from G4123 (πλεονέκτης);","strongs_definition":"avarice, i.e. (by implication) fraudulency, extortion","kjv_definition":"covetous(-ness) practices, greediness"} +{"id":"G4125","strongs_number":"G4125","system":"greek","language":"greek","number_value":4125,"lemma":"πλευρά","transliteration":"pleurá","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a rib, i.e. (by extension) side","kjv_definition":"side"} +{"id":"G4126","strongs_number":"G4126","system":"greek","language":"greek","number_value":4126,"lemma":"πλέω","transliteration":"pléō","pronunciation":null,"derivation":"probably a form of G4150 (πλύνω) (through the idea of plunging through the water);","strongs_definition":"to pass in a vessel","kjv_definition":"sail"} +{"id":"G4127","strongs_number":"G4127","system":"greek","language":"greek","number_value":4127,"lemma":"πληγή","transliteration":"plēgḗ","pronunciation":null,"derivation":"from G4141 (πλήσσω);","strongs_definition":"a stroke; by implication, a wound; figuratively, a calamity","kjv_definition":"plague, stripe, wound(-ed)"} +{"id":"G4128","strongs_number":"G4128","system":"greek","language":"greek","number_value":4128,"lemma":"πλῆθος","transliteration":"plēthos","pronunciation":null,"derivation":"from G4130 (πλήθω);","strongs_definition":"a fulness, i.e. a large number, throng, populace","kjv_definition":"bundle, company, multitude"} +{"id":"G4129","strongs_number":"G4129","system":"greek","language":"greek","number_value":4129,"lemma":"πληθύνω","transliteration":"plēthýnō","pronunciation":null,"derivation":"from another form of G4128 (πλῆθος);","strongs_definition":"to increase (transitively or intransitively)","kjv_definition":"abound, multiply"} +{"id":"G4130","strongs_number":"G4130","system":"greek","language":"greek","number_value":4130,"lemma":"πλήθω","transliteration":"plḗthō","pronunciation":null,"derivation":"a prolonged form of a primary (which appears only as an alternate in certain tenses and in the reduplicated form pimplemi);","strongs_definition":"to \"fill\" (literally or figuratively (imbue, influence, supply)); specially, to fulfil (time)","kjv_definition":"accomplish, full (…come), furnish"} +{"id":"G4131","strongs_number":"G4131","system":"greek","language":"greek","number_value":4131,"lemma":"πλήκτης","transliteration":"plḗktēs","pronunciation":null,"derivation":"from G4141 (πλήσσω);","strongs_definition":"a smiter, i.e. pugnacious (quarrelsome)","kjv_definition":"striker"} +{"id":"G4132","strongs_number":"G4132","system":"greek","language":"greek","number_value":4132,"lemma":"πλήμμυρα","transliteration":"plḗmmyra","pronunciation":null,"derivation":"prolonged from G4130 (πλήθω);","strongs_definition":"flood-tide, i.e. (by analogy) a freshet","kjv_definition":"flood"} +{"id":"G4133","strongs_number":"G4133","system":"greek","language":"greek","number_value":4133,"lemma":"πλήν","transliteration":"plḗn","pronunciation":null,"derivation":"from G4119 (πλείων);","strongs_definition":"moreover (besides), i.e. albeit, save that, rather, yet","kjv_definition":"but (rather), except, nevertheless, notwithstanding, save, than"} +{"id":"G4134","strongs_number":"G4134","system":"greek","language":"greek","number_value":4134,"lemma":"πλήρης","transliteration":"plḗrēs","pronunciation":null,"derivation":"from G4130 (πλήθω);","strongs_definition":"replete, or covered over; by analogy, complete","kjv_definition":"full"} +{"id":"G4135","strongs_number":"G4135","system":"greek","language":"greek","number_value":4135,"lemma":"πληροφορέω","transliteration":"plērophoréō","pronunciation":null,"derivation":"from G4134 (πλήρης) and G5409 (φορέω);","strongs_definition":"to carry out fully (in evidence), i.e. completely assure (or convince), entirely accomplish","kjv_definition":"most surely believe, fully know (persuade), make full proof of"} +{"id":"G4136","strongs_number":"G4136","system":"greek","language":"greek","number_value":4136,"lemma":"πληροφορία","transliteration":"plērophoría","pronunciation":null,"derivation":"from G4135 (πληροφορέω);","strongs_definition":"entire confidence","kjv_definition":"(full) assurance"} +{"id":"G4137","strongs_number":"G4137","system":"greek","language":"greek","number_value":4137,"lemma":"πληρόω","transliteration":"plēróō","pronunciation":null,"derivation":"from G4134 (πλήρης);","strongs_definition":"to make replete, i.e. (literally) to cram (a net), level up (a hollow), or (figuratively) to furnish (or imbue, diffuse, influence), satisfy, execute (an office), finish (a period or task), verify (or coincide with a prediction), etc.","kjv_definition":"accomplish, X after, (be) complete, end, expire, fill (up), fulfil, (be, make) full (come), fully preach, perfect, supply"} +{"id":"G4138","strongs_number":"G4138","system":"greek","language":"greek","number_value":4138,"lemma":"πλήρωμα","transliteration":"plḗrōma","pronunciation":null,"derivation":"from G4137 (πληρόω);","strongs_definition":"repletion or completion, i.e. (subjectively) what fills (as contents, supplement, copiousness, multitude), or (objectively) what is filled (as container, performance, period)","kjv_definition":"which is put in to fill up, piece that filled up, fulfilling, full, fulness"} +{"id":"G4139","strongs_number":"G4139","system":"greek","language":"greek","number_value":4139,"lemma":"πλησίον","transliteration":"plēsíon","pronunciation":null,"derivation":"neuter of a derivative of (near);","strongs_definition":"(adverbially) close by; as noun, a neighbor, i.e. fellow (as man, countryman, Christian or friend)","kjv_definition":"near, neighbour"} +{"id":"G4140","strongs_number":"G4140","system":"greek","language":"greek","number_value":4140,"lemma":"πλησμονή","transliteration":"plēsmonḗ","pronunciation":null,"derivation":"from a presumed derivative of G4130 (πλήθω);","strongs_definition":"a filling up, i.e. (figuratively) gratification","kjv_definition":"satisfying"} +{"id":"G4141","strongs_number":"G4141","system":"greek","language":"greek","number_value":4141,"lemma":"πλήσσω","transliteration":"plḗssō","pronunciation":null,"derivation":"apparently another form of G4111 (πλάσσω) (through the idea of flattening out);","strongs_definition":"to pound, i.e. (figuratively) to inflict with (calamity)","kjv_definition":"smite"} +{"id":"G4142","strongs_number":"G4142","system":"greek","language":"greek","number_value":4142,"lemma":"πλοιάριον","transliteration":"ploiárion","pronunciation":null,"derivation":"neuter of a presumed derivative of G4143 (πλοῖον);","strongs_definition":"a boat","kjv_definition":"boat, little (small) ship"} +{"id":"G4143","strongs_number":"G4143","system":"greek","language":"greek","number_value":4143,"lemma":"πλοῖον","transliteration":"ploîon","pronunciation":null,"derivation":"from G4126 (πλέω);","strongs_definition":"a sailer, i.e. vessel","kjv_definition":"ship(-ing)"} +{"id":"G4144","strongs_number":"G4144","system":"greek","language":"greek","number_value":4144,"lemma":"πλόος","transliteration":"plóos","pronunciation":null,"derivation":"from G4126 (πλέω);","strongs_definition":"a sail, i.e. navigation","kjv_definition":"course, sailing, voyage"} +{"id":"G4145","strongs_number":"G4145","system":"greek","language":"greek","number_value":4145,"lemma":"πλούσιος","transliteration":"ploúsios","pronunciation":null,"derivation":"from G4149 (πλοῦτος);","strongs_definition":"wealthy; figuratively, abounding with","kjv_definition":"rich"} +{"id":"G4146","strongs_number":"G4146","system":"greek","language":"greek","number_value":4146,"lemma":"πλουσίως","transliteration":"plousíōs","pronunciation":null,"derivation":"adverb from G4145 (πλούσιος);","strongs_definition":"copiously","kjv_definition":"abundantly, richly"} +{"id":"G4147","strongs_number":"G4147","system":"greek","language":"greek","number_value":4147,"lemma":"πλουτέω","transliteration":"ploutéō","pronunciation":null,"derivation":"from G4148 (πλουτίζω);","strongs_definition":"to be (or become) wealthy (literally or figuratively)","kjv_definition":"be increased with goods, (be made, wax) rich"} +{"id":"G4148","strongs_number":"G4148","system":"greek","language":"greek","number_value":4148,"lemma":"πλουτίζω","transliteration":"ploutízō","pronunciation":null,"derivation":"from G4149 (πλοῦτος);","strongs_definition":"to make wealthy (figuratively)","kjv_definition":"en- (make) rich"} +{"id":"G4149","strongs_number":"G4149","system":"greek","language":"greek","number_value":4149,"lemma":"πλοῦτος","transliteration":"ploûtos","pronunciation":null,"derivation":"from the base of G4130 (πλήθω);","strongs_definition":"wealth (as fulness), i.e. (literally) money, possessions, or (figuratively) abundance, richness, (specially), valuable bestowment","kjv_definition":"riches"} +{"id":"G4150","strongs_number":"G4150","system":"greek","language":"greek","number_value":4150,"lemma":"πλύνω","transliteration":"plýnō","pronunciation":null,"derivation":"a prolonged form of an obsolete (to \"flow\");","strongs_definition":"to \"plunge\", i.e. launder clothing","kjv_definition":"wash"} +{"id":"G4151","strongs_number":"G4151","system":"greek","language":"greek","number_value":4151,"lemma":"πνεῦμα","transliteration":"pneûma","pronunciation":null,"derivation":"from G4154 (πνέω);","strongs_definition":"a current of air, i.e. breath (blast) or a breeze; by analogy or figuratively, a spirit, i.e. (human) the rational soul, (by implication) vital principle, mental disposition, etc., or (superhuman) an angel, demon, or (divine) God, Christ's spirit, the Holy Spirit","kjv_definition":"ghost, life, spirit(-ual, -ually), mind"} +{"id":"G4152","strongs_number":"G4152","system":"greek","language":"greek","number_value":4152,"lemma":"πνευματικός","transliteration":"pneumatikós","pronunciation":null,"derivation":"from G4151 (πνεῦμα);","strongs_definition":"non-carnal, i.e. (humanly) ethereal (as opposed to gross), or (dæmoniacally) a spirit (concretely), or (divinely) supernatural, regenerate, religious","kjv_definition":"spiritual"} +{"id":"G4153","strongs_number":"G4153","system":"greek","language":"greek","number_value":4153,"lemma":"πνευματικῶς","transliteration":"pneumatikōs","pronunciation":null,"derivation":"adverb from G4152 (πνευματικός);","strongs_definition":"non-physically, i.e. divinely, figuratively","kjv_definition":"spiritually"} +{"id":"G4154","strongs_number":"G4154","system":"greek","language":"greek","number_value":4154,"lemma":"πνέω","transliteration":"pnéō","pronunciation":null,"derivation":"a primary word;","strongs_definition":"to breathe hard, i.e. breeze","kjv_definition":"blow"} +{"id":"G4155","strongs_number":"G4155","system":"greek","language":"greek","number_value":4155,"lemma":"πνίγω","transliteration":"pnígō","pronunciation":null,"derivation":"strengthened from G4154 (πνέω);","strongs_definition":"to wheeze, i.e. (causative, by implication) to throttle or strangle (drown)","kjv_definition":"choke, take by the throat"} +{"id":"G4156","strongs_number":"G4156","system":"greek","language":"greek","number_value":4156,"lemma":"πνικτός","transliteration":"pniktós","pronunciation":null,"derivation":"from G4155 (πνίγω);","strongs_definition":"throttled, i.e. (neuter concretely) an animal choked to death (not bled)","kjv_definition":"strangled"} +{"id":"G4157","strongs_number":"G4157","system":"greek","language":"greek","number_value":4157,"lemma":"πνοή","transliteration":"pnoḗ","pronunciation":null,"derivation":"from G4154 (πνέω);","strongs_definition":"respiration, a breeze","kjv_definition":"breath, wind"} +{"id":"G4158","strongs_number":"G4158","system":"greek","language":"greek","number_value":4158,"lemma":"ποδήρης","transliteration":"podḗrēs","pronunciation":null,"derivation":"from G4228 (πούς) and another element of uncertain affinity;","strongs_definition":"a dress (G2066 (ἐσθής) implied) reaching the ankles","kjv_definition":"garment down to the foot"} +{"id":"G4159","strongs_number":"G4159","system":"greek","language":"greek","number_value":4159,"lemma":"πόθεν","transliteration":"póthen","pronunciation":null,"derivation":"from the base of G4213 (πόσις) with enclitic adverb of origin;","strongs_definition":"from which (as interrogative) or what (as relative) place, state, source or cause","kjv_definition":"whence"} +{"id":"G4160","strongs_number":"G4160","system":"greek","language":"greek","number_value":4160,"lemma":"ποιέω","transliteration":"poiéō","pronunciation":null,"derivation":"apparently a prolonged form of an obsolete primary;","strongs_definition":"to make or do (in a very wide application, more or less direct)","kjv_definition":"abide, + agree, appoint, X avenge, + band together, be, bear, + bewray, bring (forth), cast out, cause, commit, + content, continue, deal, + without any delay, (would) do(-ing), execute, exercise, fulfil, gain, give, have, hold, X journeying, keep, + lay wait, + lighten the ship, make, X mean, + none of these things move me, observe, ordain, perform, provide, + have purged, purpose, put, + raising up, X secure, shew, X shoot out, spend, take, tarry, + transgress the law, work, yield"} +{"id":"G4161","strongs_number":"G4161","system":"greek","language":"greek","number_value":4161,"lemma":"ποίημα","transliteration":"poíēma","pronunciation":null,"derivation":"from G4160 (ποιέω);","strongs_definition":"a product, i.e. fabric (literally or figuratively)","kjv_definition":"thing that is made, workmanship"} +{"id":"G4162","strongs_number":"G4162","system":"greek","language":"greek","number_value":4162,"lemma":"ποίησις","transliteration":"poíēsis","pronunciation":null,"derivation":"from G4160 (ποιέω);","strongs_definition":"action, i.e. performance (of the law)","kjv_definition":"deed"} +{"id":"G4163","strongs_number":"G4163","system":"greek","language":"greek","number_value":4163,"lemma":"ποιητής","transliteration":"poiētḗs","pronunciation":null,"derivation":"from G4160 (ποιέω);","strongs_definition":"a performer; specially, a \"poet\";","kjv_definition":"--doer, poet"} +{"id":"G4164","strongs_number":"G4164","system":"greek","language":"greek","number_value":4164,"lemma":"ποικίλος","transliteration":"poikílos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"motley, i.e. various in character","kjv_definition":"divers, manifold"} +{"id":"G4165","strongs_number":"G4165","system":"greek","language":"greek","number_value":4165,"lemma":"ποιμαίνω","transliteration":"poimaínō","pronunciation":null,"derivation":"from G4166 (ποιμήν);","strongs_definition":"to tend as a shepherd of (figuratively, superviser)","kjv_definition":"feed (cattle), rule"} +{"id":"G4166","strongs_number":"G4166","system":"greek","language":"greek","number_value":4166,"lemma":"ποιμήν","transliteration":"poimḗn","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a shepherd (literally or figuratively)","kjv_definition":"shepherd, pastor"} +{"id":"G4167","strongs_number":"G4167","system":"greek","language":"greek","number_value":4167,"lemma":"ποίμνη","transliteration":"poímnē","pronunciation":null,"derivation":"contraction from G4165 (ποιμαίνω);","strongs_definition":"a flock (literally or figuratively)","kjv_definition":"flock, fold"} +{"id":"G4168","strongs_number":"G4168","system":"greek","language":"greek","number_value":4168,"lemma":"ποίμνιον","transliteration":"poímnion","pronunciation":null,"derivation":"neuter of a presumed derivative of G4167 (ποίμνη);","strongs_definition":"a flock, i.e. (figuratively) group (of believers)","kjv_definition":"flock"} +{"id":"G4169","strongs_number":"G4169","system":"greek","language":"greek","number_value":4169,"lemma":"ποῖος","transliteration":"poîos","pronunciation":null,"derivation":"from the base of G4226 (ποῦ) and G3634 (οἷος);","strongs_definition":"individualizing interrogative (of character) what sort of, or (of number) which one","kjv_definition":"what (manner of), which"} +{"id":"G4170","strongs_number":"G4170","system":"greek","language":"greek","number_value":4170,"lemma":"πολεμέω","transliteration":"poleméō","pronunciation":null,"derivation":"from G4171 (πόλεμος);","strongs_definition":"to be (engaged) in warfare, i.e. to battle (literally or figuratively)","kjv_definition":"fight, (make) war"} +{"id":"G4171","strongs_number":"G4171","system":"greek","language":"greek","number_value":4171,"lemma":"πόλεμος","transliteration":"pólemos","pronunciation":null,"derivation":"from (to bustle);","strongs_definition":"warfare (literally or figuratively; a single encounter or a series)","kjv_definition":"battle, fight, war"} +{"id":"G4172","strongs_number":"G4172","system":"greek","language":"greek","number_value":4172,"lemma":"πόλις","transliteration":"pólis","pronunciation":null,"derivation":"probably from the same as G4171 (πόλεμος), or perhaps from G4183 (πολύς);","strongs_definition":"a town (properly, with walls, of greater or less size)","kjv_definition":"city"} +{"id":"G4173","strongs_number":"G4173","system":"greek","language":"greek","number_value":4173,"lemma":"πολιτάρχης","transliteration":"politárchēs","pronunciation":null,"derivation":"from G4172 (πόλις) and G757 (ἄρχω);","strongs_definition":"a town-officer, i.e. magistrate","kjv_definition":"ruler of the city"} +{"id":"G4174","strongs_number":"G4174","system":"greek","language":"greek","number_value":4174,"lemma":"πολιτεία","transliteration":"politeía","pronunciation":null,"derivation":"from G4177 (πολίτης) (\"polity\");","strongs_definition":"citizenship; concretely, a community","kjv_definition":"commonwealth, freedom"} +{"id":"G4175","strongs_number":"G4175","system":"greek","language":"greek","number_value":4175,"lemma":"πολίτευμα","transliteration":"políteuma","pronunciation":null,"derivation":"from G4176 (πολιτεύομαι);","strongs_definition":"a community, i.e. (abstractly) citizenship (figuratively)","kjv_definition":"conversation"} +{"id":"G4176","strongs_number":"G4176","system":"greek","language":"greek","number_value":4176,"lemma":"πολιτεύομαι","transliteration":"politeúomai","pronunciation":null,"derivation":"middle voice of a derivative of G4177 (πολίτης);","strongs_definition":"to behave as a citizen (figuratively)","kjv_definition":"let conversation be, live"} +{"id":"G4177","strongs_number":"G4177","system":"greek","language":"greek","number_value":4177,"lemma":"πολίτης","transliteration":"polítēs","pronunciation":null,"derivation":"from G4172 (πόλις);","strongs_definition":"a townsman","kjv_definition":"citizen"} +{"id":"G4178","strongs_number":"G4178","system":"greek","language":"greek","number_value":4178,"lemma":"πολλάκις","transliteration":"pollákis","pronunciation":null,"derivation":"multiplicative adverb from G4183 (πολύς);","strongs_definition":"many times, i.e. frequently","kjv_definition":"oft(-en, -entimes, -times)"} +{"id":"G4179","strongs_number":"G4179","system":"greek","language":"greek","number_value":4179,"lemma":"πολλαπλασίων","transliteration":"pollaplasíōn","pronunciation":null,"derivation":"from G4183 (πολύς) and probably a derivative of G4120 (πλέκω);","strongs_definition":"manifold, i.e. (neuter as noun) very much more","kjv_definition":"manifold more"} +{"id":"G4180","strongs_number":"G4180","system":"greek","language":"greek","number_value":4180,"lemma":"πολυλογία","transliteration":"polylogía","pronunciation":null,"derivation":"from a compound of G4183 (πολύς) and G3056 (λόγος);","strongs_definition":"loquacity, i.e. prolixity","kjv_definition":"much speaking"} +{"id":"G4181","strongs_number":"G4181","system":"greek","language":"greek","number_value":4181,"lemma":"πολυμερῶς","transliteration":"polymerōs","pronunciation":null,"derivation":"adverb from a compound of G4183 (πολύς) and G3313 (μέρος);","strongs_definition":"in many portions, i.e. variously as to time and agency (piecemeal)","kjv_definition":"at sundry times"} +{"id":"G4182","strongs_number":"G4182","system":"greek","language":"greek","number_value":4182,"lemma":"πολυποίκιλος","transliteration":"polypoíkilos","pronunciation":null,"derivation":"from G4183 (πολύς) and G4164 (ποικίλος);","strongs_definition":"much variegated, i.e. multifarious","kjv_definition":"manifold"} +{"id":"G4183","strongs_number":"G4183","system":"greek","language":"greek","number_value":4183,"lemma":"πολύς","transliteration":"polýs","pronunciation":null,"derivation":"including the forms from the alternate ;","strongs_definition":"(singular) much (in any respect) or (plural) many; neuter (singular) as adverbial, largely; neuter (plural) as adverb or noun often, mostly, largely","kjv_definition":"abundant, + altogether, common, + far (passed, spent), (+ be of a) great (age, deal, -ly, while), long, many, much, oft(-en (-times)), plenteous, sore, straitly"} +{"id":"G4184","strongs_number":"G4184","system":"greek","language":"greek","number_value":4184,"lemma":"πολύσπλαγχνος","transliteration":"polýsplanchnos","pronunciation":null,"derivation":"from G4183 (πολύς) and G4698 (σπλάγχνον) (figuratively);","strongs_definition":"extremely compassionate","kjv_definition":"very pitiful"} +{"id":"G4185","strongs_number":"G4185","system":"greek","language":"greek","number_value":4185,"lemma":"πολυτελής","transliteration":"polytelḗs","pronunciation":null,"derivation":"from G4183 (πολύς) and G5056 (τέλος);","strongs_definition":"extremely expensive","kjv_definition":"costly, very precious, of great price"} +{"id":"G4186","strongs_number":"G4186","system":"greek","language":"greek","number_value":4186,"lemma":"πολύτιμος","transliteration":"polýtimos","pronunciation":null,"derivation":"from G4183 (πολύς) and G5092 (τιμή);","strongs_definition":"extremely valuable","kjv_definition":"very costly, of great price"} +{"id":"G4187","strongs_number":"G4187","system":"greek","language":"greek","number_value":4187,"lemma":"πολυτρόπως","transliteration":"polytrópōs","pronunciation":null,"derivation":"adverb from a compound of G4183 (πολύς) and G5158 (τρόπος);","strongs_definition":"in many ways, i.e. variously as to method or form","kjv_definition":"in divers manners"} +{"id":"G4188","strongs_number":"G4188","system":"greek","language":"greek","number_value":4188,"lemma":"πόμα","transliteration":"póma","pronunciation":null,"derivation":"from the alternate of G4095 (πίνω);","strongs_definition":"a beverage","kjv_definition":"drink"} +{"id":"G4189","strongs_number":"G4189","system":"greek","language":"greek","number_value":4189,"lemma":"πονηρία","transliteration":"ponēría","pronunciation":null,"derivation":"from G4190 (πονηρός);","strongs_definition":"depravity, i.e. (specially), malice; plural (concretely) plots, sins","kjv_definition":"iniquity, wickedness"} +{"id":"G4190","strongs_number":"G4190","system":"greek","language":"greek","number_value":4190,"lemma":"πονηρός","transliteration":"ponērós","pronunciation":null,"derivation":"from a derivative of G4192 (πόνος);","strongs_definition":"hurtful, i.e. evil (properly, in effect or influence, and thus differing from G2556 (κακός), which refers rather to essential character, as well as from G4550 (σαπρός), which indicates degeneracy from original virtue); figuratively, calamitous; also (passively) ill, i.e. diseased; but especially (morally) culpable, i.e. derelict, vicious, facinorous; neuter (singular) mischief, malice, or (plural) guilt; masculine (singular) the devil, or (plural) sinners","kjv_definition":"bad, evil, grievous, harm, lewd, malicious, wicked(-ness)"} +{"id":"G4191","strongs_number":"G4191","system":"greek","language":"greek","number_value":4191,"lemma":"πονηρότερος","transliteration":"ponēróteros","pronunciation":null,"derivation":"comparative of G4190 (πονηρός);","strongs_definition":"more evil","kjv_definition":"more wicked"} +{"id":"G4192","strongs_number":"G4192","system":"greek","language":"greek","number_value":4192,"lemma":"πόνος","transliteration":"pónos","pronunciation":null,"derivation":"from the base of G3993 (πένης);","strongs_definition":"toil, i.e. (by implication) anguish","kjv_definition":"pain"} +{"id":"G4193","strongs_number":"G4193","system":"greek","language":"greek","number_value":4193,"lemma":"Ποντικός","transliteration":"Pontikós","pronunciation":null,"derivation":"from G4195 (Πόντος);","strongs_definition":"a Pontican, i.e. native of Pontus","kjv_definition":"born in Pontus"} +{"id":"G4194","strongs_number":"G4194","system":"greek","language":"greek","number_value":4194,"lemma":"Πόντιος","transliteration":"Póntios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"apparently bridged; Pontius, a Roman","kjv_definition":"Pontius"} +{"id":"G4195","strongs_number":"G4195","system":"greek","language":"greek","number_value":4195,"lemma":"Πόντος","transliteration":"Póntos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a sea; Pontus, a region of Asia Minor","kjv_definition":"Pontus"} +{"id":"G4196","strongs_number":"G4196","system":"greek","language":"greek","number_value":4196,"lemma":"Πόπλιος","transliteration":"Póplios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"apparently \"popular\"; Poplius (i.e. Publius), a Roman","kjv_definition":"Publius"} +{"id":"G4197","strongs_number":"G4197","system":"greek","language":"greek","number_value":4197,"lemma":"πορεία","transliteration":"poreía","pronunciation":null,"derivation":"from G4198 (πορεύομαι);","strongs_definition":"travel (by land); figuratively (plural) proceedings, i.e. career","kjv_definition":"journey(-ing), ways"} +{"id":"G4198","strongs_number":"G4198","system":"greek","language":"greek","number_value":4198,"lemma":"πορεύομαι","transliteration":"poreúomai","pronunciation":null,"derivation":"middle voice from a derivative of the same as G3984 (πεῖρα);","strongs_definition":"to traverse, i.e. travel (literally or figuratively; especially to remove (figuratively, die), live, etc.);","kjv_definition":"--depart, go (away, forth, one's way, up), (make a, take a) journey, walk"} +{"id":"G4199","strongs_number":"G4199","system":"greek","language":"greek","number_value":4199,"lemma":"πορθέω","transliteration":"porthéō","pronunciation":null,"derivation":"prolongation from (to sack);","strongs_definition":"to ravage (figuratively)","kjv_definition":"destroy, waste"} +{"id":"G4200","strongs_number":"G4200","system":"greek","language":"greek","number_value":4200,"lemma":"πορισμός","transliteration":"porismós","pronunciation":null,"derivation":"from a derivative of (a way, i.e. means);","strongs_definition":"furnishing (procuring), i.e. (by implication) money-getting (acquisition)","kjv_definition":"gain"} +{"id":"G4201","strongs_number":"G4201","system":"greek","language":"greek","number_value":4201,"lemma":"Πόρκιος","transliteration":"Pórkios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"apparently swinish; Porcius, a Roman","kjv_definition":"Porcius"} +{"id":"G4202","strongs_number":"G4202","system":"greek","language":"greek","number_value":4202,"lemma":"πορνεία","transliteration":"porneía","pronunciation":null,"derivation":"from G4203 (πορνεύω);","strongs_definition":"harlotry (including adultery and incest); figuratively, idolatry","kjv_definition":"fornication"} +{"id":"G4203","strongs_number":"G4203","system":"greek","language":"greek","number_value":4203,"lemma":"πορνεύω","transliteration":"porneúō","pronunciation":null,"derivation":"from G4204 (πόρνη);","strongs_definition":"to act the harlot, i.e. (literally) indulge unlawful lust (of either sex), or (figuratively) practise idolatry","kjv_definition":"commit (fornication)"} +{"id":"G4204","strongs_number":"G4204","system":"greek","language":"greek","number_value":4204,"lemma":"πόρνη","transliteration":"pórnē","pronunciation":null,"derivation":"feminine of G4205 (πόρνος);","strongs_definition":"a strumpet; figuratively, an idolater","kjv_definition":"harlot, whore"} +{"id":"G4205","strongs_number":"G4205","system":"greek","language":"greek","number_value":4205,"lemma":"πόρνος","transliteration":"pórnos","pronunciation":null,"derivation":"from (to sell;","strongs_definition":"akin to the base of G4097 (πιπράσκω)); a (male) prostitute (as venal), i.e. (by analogy) a debauchee (libertine)","kjv_definition":"fornicator, whoremonger"} +{"id":"G4206","strongs_number":"G4206","system":"greek","language":"greek","number_value":4206,"lemma":"πόῤῥω","transliteration":"pórrhō","pronunciation":null,"derivation":"adverb from G4253 (πρό);","strongs_definition":"forwards, i.e. at a distance","kjv_definition":"far, a great way off"} +{"id":"G4207","strongs_number":"G4207","system":"greek","language":"greek","number_value":4207,"lemma":"πόῤῥωθεν","transliteration":"pórrhōthen","pronunciation":null,"derivation":"from G4206 (πόῤῥω) with adverbial enclitic of source;","strongs_definition":"from far, or (by implication) at a distance, i.e. distantly","kjv_definition":"afar off"} +{"id":"G4208","strongs_number":"G4208","system":"greek","language":"greek","number_value":4208,"lemma":"ποῤῥωτέρω","transliteration":"porrhōtérō","pronunciation":null,"derivation":"adverb comparative of G4206 (πόῤῥω);","strongs_definition":"further, i.e. a greater distance","kjv_definition":"farther"} +{"id":"G4209","strongs_number":"G4209","system":"greek","language":"greek","number_value":4209,"lemma":"πορφύρα","transliteration":"porphýra","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"the \"purple\" mussel, i.e. (by implication) the red-blue color itself, and finally a garment dyed with it","kjv_definition":"purple"} +{"id":"G4210","strongs_number":"G4210","system":"greek","language":"greek","number_value":4210,"lemma":"πορφυροῦς","transliteration":"porphyroûs","pronunciation":null,"derivation":"from G4209 (πορφύρα);","strongs_definition":"purpureal, i.e. bluish red","kjv_definition":"purple"} +{"id":"G4211","strongs_number":"G4211","system":"greek","language":"greek","number_value":4211,"lemma":"πορφυρόπωλις","transliteration":"porphyrópōlis","pronunciation":null,"derivation":"feminine of a compound of G4209 (πορφύρα) and G4453 (πωλέω);","strongs_definition":"a female trader in purple cloth","kjv_definition":"seller of purple"} +{"id":"G4212","strongs_number":"G4212","system":"greek","language":"greek","number_value":4212,"lemma":"ποσάκις","transliteration":"posákis","pronunciation":null,"derivation":"multiplicative from G4214 (πόσος);","strongs_definition":"how many times","kjv_definition":"how oft(-en)"} +{"id":"G4213","strongs_number":"G4213","system":"greek","language":"greek","number_value":4213,"lemma":"πόσις","transliteration":"pósis","pronunciation":null,"derivation":"from the alternate of G4095 (πίνω);","strongs_definition":"a drinking (the act), i.e. (concretely) a draught","kjv_definition":"drink"} +{"id":"G4214","strongs_number":"G4214","system":"greek","language":"greek","number_value":4214,"lemma":"πόσος","transliteration":"pósos","pronunciation":null,"derivation":"from an absolute (who, what) and G3739 (ὅς);","strongs_definition":"interrogative pronoun (of amount) how much (large, long or (plural) many)","kjv_definition":"how great (long, many), what"} +{"id":"G4215","strongs_number":"G4215","system":"greek","language":"greek","number_value":4215,"lemma":"ποταμός","transliteration":"potamós","pronunciation":null,"derivation":"probably from a derivative of the alternate of G4095 (πίνω) (compare G4224 (πότος));","strongs_definition":"a current, brook or freshet (as drinkable), i.e. running water","kjv_definition":"flood, river, stream, water"} +{"id":"G4216","strongs_number":"G4216","system":"greek","language":"greek","number_value":4216,"lemma":"ποταμοφόρητος","transliteration":"potamophórētos","pronunciation":null,"derivation":"from G4215 (ποταμός) and a derivative of G5409 (φορέω);","strongs_definition":"river-borne, i.e. overwhelmed by a stream","kjv_definition":"carried away of the flood"} +{"id":"G4217","strongs_number":"G4217","system":"greek","language":"greek","number_value":4217,"lemma":"ποταπός","transliteration":"potapós","pronunciation":null,"derivation":"apparently from G4219 (πότε) and the base of G4226 (ποῦ);","strongs_definition":"interrogatively, whatever, i.e. of what possible sort","kjv_definition":"what (manner of)"} +{"id":"G4218","strongs_number":"G4218","system":"greek","language":"greek","number_value":4218,"lemma":"ποτέ","transliteration":"poté","pronunciation":null,"derivation":"from the base of G4225 (πού) and G5037 (τέ);","strongs_definition":"indefinite adverb, at some time, ever","kjv_definition":"afore-(any, some-)time(-s), at length (the last), (+ n- )ever, in the old time, in time past, once, when"} +{"id":"G4219","strongs_number":"G4219","system":"greek","language":"greek","number_value":4219,"lemma":"πότε","transliteration":"póte","pronunciation":null,"derivation":"from the base of G4226 (ποῦ) and G5037 (τέ);","strongs_definition":"interrogative adverb, at what time","kjv_definition":"+ how long, when"} +{"id":"G4220","strongs_number":"G4220","system":"greek","language":"greek","number_value":4220,"lemma":"πότερον","transliteration":"póteron","pronunciation":null,"derivation":"neuter of a comparative of the base of G4226 (ποῦ);","strongs_definition":"interrogative as adverb, which (of two), i.e. is it this or that","kjv_definition":"whether"} +{"id":"G4221","strongs_number":"G4221","system":"greek","language":"greek","number_value":4221,"lemma":"ποτήριον","transliteration":"potḗrion","pronunciation":null,"derivation":"neuter of a derivative of the alternate of G4095 (πίνω);","strongs_definition":"a drinking-vessel; by extension, the contents thereof, i.e. a cupful (draught); figuratively, a lot or fate","kjv_definition":"cup"} +{"id":"G4222","strongs_number":"G4222","system":"greek","language":"greek","number_value":4222,"lemma":"ποτίζω","transliteration":"potízō","pronunciation":null,"derivation":"from a derivative of the alternate of G4095 (πίνω);","strongs_definition":"to furnish drink, irrigate","kjv_definition":"give (make) to drink, feed, water"} +{"id":"G4223","strongs_number":"G4223","system":"greek","language":"greek","number_value":4223,"lemma":"Ποτίολοι","transliteration":"Potíoloi","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"little wells, i.e. mineral springs; Potioli (i.e. Puteoli), a place in Italy","kjv_definition":"Puteoli"} +{"id":"G4224","strongs_number":"G4224","system":"greek","language":"greek","number_value":4224,"lemma":"πότος","transliteration":"pótos","pronunciation":null,"derivation":"from the alternate of G4095 (πίνω);","strongs_definition":"a drinking-bout or carousal","kjv_definition":"banqueting"} +{"id":"G4225","strongs_number":"G4225","system":"greek","language":"greek","number_value":4225,"lemma":"πού","transliteration":"poú","pronunciation":null,"derivation":"genitive case of an indefinite pronoun (some) otherwise obsolete (compare G4214 (πόσος));","strongs_definition":"as adverb of place, somewhere, i.e. nearly","kjv_definition":"about, a certain place"} +{"id":"G4226","strongs_number":"G4226","system":"greek","language":"greek","number_value":4226,"lemma":"ποῦ","transliteration":"poû","pronunciation":null,"derivation":"genitive case of an interrogative pronoun (what) otherwise obsolete (perhaps the same as G4225 (πού) used with the rising slide of inquiry);","strongs_definition":"as adverb of place; at (by implication, to) what locality","kjv_definition":"where, whither"} +{"id":"G4227","strongs_number":"G4227","system":"greek","language":"greek","number_value":4227,"lemma":"Πούδης","transliteration":"Poúdēs","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"modest; Pudes (i.e. Pudens), a Christian","kjv_definition":"Pudens"} +{"id":"G4228","strongs_number":"G4228","system":"greek","language":"greek","number_value":4228,"lemma":"πούς","transliteration":"poús","pronunciation":null,"derivation":"a primary word;","strongs_definition":"a \"foot\" (figuratively or literally)","kjv_definition":"foot(-stool)"} +{"id":"G4229","strongs_number":"G4229","system":"greek","language":"greek","number_value":4229,"lemma":"πρᾶγμα","transliteration":"prâgma","pronunciation":null,"derivation":"from G4238 (πράσσω);","strongs_definition":"a deed; by implication, an affair; by extension, an object (material)","kjv_definition":"business, matter, thing, work"} +{"id":"G4230","strongs_number":"G4230","system":"greek","language":"greek","number_value":4230,"lemma":"πραγματεία","transliteration":"pragmateía","pronunciation":null,"derivation":"from G4231 (πραγματεύομαι);","strongs_definition":"a transaction, i.e. negotiation","kjv_definition":"affair"} +{"id":"G4231","strongs_number":"G4231","system":"greek","language":"greek","number_value":4231,"lemma":"πραγματεύομαι","transliteration":"pragmateúomai","pronunciation":null,"derivation":"from G4229 (πρᾶγμα);","strongs_definition":"to busy oneself with, i.e. to trade","kjv_definition":"occupy"} +{"id":"G4232","strongs_number":"G4232","system":"greek","language":"greek","number_value":4232,"lemma":"πραιτώριον","transliteration":"praitṓrion","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"the prætorium or governor's courtroom (sometimes including the whole edifice and camp)","kjv_definition":"(common, judgment) hall (of judgment), palace, prætorium"} +{"id":"G4233","strongs_number":"G4233","system":"greek","language":"greek","number_value":4233,"lemma":"πράκτωρ","transliteration":"práktōr","pronunciation":null,"derivation":"from a derivative of G4238 (πράσσω);","strongs_definition":"a practiser, i.e. (specially), an official collector","kjv_definition":"officer"} +{"id":"G4234","strongs_number":"G4234","system":"greek","language":"greek","number_value":4234,"lemma":"πρᾶξις","transliteration":"prâxis","pronunciation":null,"derivation":"from G4238 (πράσσω);","strongs_definition":"practice, i.e. (concretely) an act; by extension, a function","kjv_definition":"deed, office, work"} +{"id":"G4235","strongs_number":"G4235","system":"greek","language":"greek","number_value":4235,"lemma":"πρᾷος","transliteration":"prâios","pronunciation":null,"derivation":"a form of G4239 (πραΰς), used in certain parts;","strongs_definition":"gentle, i.e. humble","kjv_definition":"meek"} +{"id":"G4236","strongs_number":"G4236","system":"greek","language":"greek","number_value":4236,"lemma":"πρᾳότης","transliteration":"praiótēs","pronunciation":null,"derivation":"from G4235 (πρᾷος);","strongs_definition":"gentleness, by implication, humility","kjv_definition":"meekness"} +{"id":"G4237","strongs_number":"G4237","system":"greek","language":"greek","number_value":4237,"lemma":"πρασιά","transliteration":"prasiá","pronunciation":null,"derivation":"perhaps from (a leek, and so an onion-patch);","strongs_definition":"a garden plot, i.e. (by implication, of regular beds) a row (repeated in plural by Hebraism, to indicate an arrangement)","kjv_definition":"in ranks"} +{"id":"G4238","strongs_number":"G4238","system":"greek","language":"greek","number_value":4238,"lemma":"πράσσω","transliteration":"prássō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to \"practise\", i.e. perform repeatedly or habitually (thus differing from G4160 (ποιέω), which properly refers to a single act); by implication, to execute, accomplish, etc.; specially, to collect (dues), fare (personally)","kjv_definition":"commit, deeds, do, exact, keep, require, use arts"} +{"id":"G4239","strongs_number":"G4239","system":"greek","language":"greek","number_value":4239,"lemma":"πραΰς","transliteration":"praÿs","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"mild, i.e. (by implication) humble","kjv_definition":"meek"} +{"id":"G4240","strongs_number":"G4240","system":"greek","language":"greek","number_value":4240,"lemma":"πραΰτης","transliteration":"praÿtēs","pronunciation":null,"derivation":"from G4239 (πραΰς);","strongs_definition":"mildness, i.e. (by implication) humility","kjv_definition":"meekness"} +{"id":"G4241","strongs_number":"G4241","system":"greek","language":"greek","number_value":4241,"lemma":"πρέπω","transliteration":"prépō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to tower up (be conspicuous), i.e. (by implication) to be suitable or proper (third person singular present indicative, often used impersonally, it is fit or right)","kjv_definition":"become, comely"} +{"id":"G4242","strongs_number":"G4242","system":"greek","language":"greek","number_value":4242,"lemma":"πρεσβεία","transliteration":"presbeía","pronunciation":null,"derivation":"from G4243 (πρεσβεύω);","strongs_definition":"seniority (eldership), i.e. (by implication) an embassy (concretely, ambassadors)","kjv_definition":"ambassage, message"} +{"id":"G4243","strongs_number":"G4243","system":"greek","language":"greek","number_value":4243,"lemma":"πρεσβεύω","transliteration":"presbeúō","pronunciation":null,"derivation":"from the base of G4245 (πρεσβύτερος);","strongs_definition":"to be a senior, i.e. (by implication) act as a representative (figuratively, preacher)","kjv_definition":"be an ambassador"} +{"id":"G4244","strongs_number":"G4244","system":"greek","language":"greek","number_value":4244,"lemma":"πρεσβυτέριον","transliteration":"presbytérion","pronunciation":null,"derivation":"neuter of a presumed derivative of G4245 (πρεσβύτερος);","strongs_definition":"the order of elders, i.e. (specially), Israelite Sanhedrin or Christian \"presbytery\"","kjv_definition":"(estate of) elder(-s), presbytery"} +{"id":"G4245","strongs_number":"G4245","system":"greek","language":"greek","number_value":4245,"lemma":"πρεσβύτερος","transliteration":"presbýteros","pronunciation":null,"derivation":"comparative of (elderly);","strongs_definition":"older; as noun, a senior; specially, an Israelite Sanhedrist (also figuratively, member of the celestial council) or Christian \"presbyter\"","kjv_definition":"elder(-est), old"} +{"id":"G4246","strongs_number":"G4246","system":"greek","language":"greek","number_value":4246,"lemma":"πρεσβύτης","transliteration":"presbýtēs","pronunciation":null,"derivation":"from the same as G4245 (πρεσβύτερος);","strongs_definition":"an old man","kjv_definition":"aged (man), old man"} +{"id":"G4247","strongs_number":"G4247","system":"greek","language":"greek","number_value":4247,"lemma":"πρεσβῦτις","transliteration":"presbŷtis","pronunciation":null,"derivation":"feminine of G4246 (πρεσβύτης);","strongs_definition":"an old woman","kjv_definition":"aged woman"} +{"id":"G4248","strongs_number":"G4248","system":"greek","language":"greek","number_value":4248,"lemma":"πρηνής","transliteration":"prēnḗs","pronunciation":null,"derivation":"from G4253 (πρό);","strongs_definition":"leaning (falling) forward (\"prone\"), i.e. head foremost","kjv_definition":"headlong"} +{"id":"G4249","strongs_number":"G4249","system":"greek","language":"greek","number_value":4249,"lemma":"πρίζω","transliteration":"prízō","pronunciation":null,"derivation":"a strengthened form of a primary prio (to saw);","strongs_definition":"to saw in two","kjv_definition":"saw asunder"} +{"id":"G4250","strongs_number":"G4250","system":"greek","language":"greek","number_value":4250,"lemma":"πρίν","transliteration":"prín","pronunciation":null,"derivation":"adverb from G4253 (πρό);","strongs_definition":"prior, sooner","kjv_definition":"before (that), ere"} +{"id":"G4251","strongs_number":"G4251","system":"greek","language":"greek","number_value":4251,"lemma":"Πρίσκα","transliteration":"Príska","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"feminine of Priscus, ancient; Priska, a Christian woman","kjv_definition":"Prisca"} +{"id":"G4252","strongs_number":"G4252","system":"greek","language":"greek","number_value":4252,"lemma":"Πρίσκιλλα","transliteration":"Prískilla","pronunciation":null,"derivation":"diminutive of G4251 (Πρίσκα);","strongs_definition":"Priscilla (i.e. little Prisca), a Christian woman","kjv_definition":"Priscilla"} +{"id":"G4253","strongs_number":"G4253","system":"greek","language":"greek","number_value":4253,"lemma":"πρό","transliteration":"pró","pronunciation":null,"derivation":"a primary preposition;","strongs_definition":"\"fore\", i.e. in front of, prior (figuratively, superior) to","kjv_definition":"above, ago, before, or ever"} +{"id":"G4254","strongs_number":"G4254","system":"greek","language":"greek","number_value":4254,"lemma":"προάγω","transliteration":"proágō","pronunciation":null,"derivation":"from G4253 (πρό) and G71 (ἄγω);","strongs_definition":"to lead forward (magisterially); intransitively, to precede (in place or time (participle, previous))","kjv_definition":"bring (forth, out), go before"} +{"id":"G4255","strongs_number":"G4255","system":"greek","language":"greek","number_value":4255,"lemma":"προαιρέομαι","transliteration":"proairéomai","pronunciation":null,"derivation":"from G4253 (πρό) and G138 (αἱρέομαι);","strongs_definition":"to choose for oneself before another thing (prefer), i.e. (by implication) to propose (intend)","kjv_definition":"purpose"} +{"id":"G4256","strongs_number":"G4256","system":"greek","language":"greek","number_value":4256,"lemma":"προαιτιάομαι","transliteration":"proaitiáomai","pronunciation":null,"derivation":"from G4253 (πρό) and a derivative of G156 (αἰτία);","strongs_definition":"to accuse already, i.e. previously charge","kjv_definition":"prove before"} +{"id":"G4257","strongs_number":"G4257","system":"greek","language":"greek","number_value":4257,"lemma":"προακούω","transliteration":"proakoúō","pronunciation":null,"derivation":"from G4253 (πρό) and G191 (ἀκούω);","strongs_definition":"to hear already,i.e. anticipate","kjv_definition":"hear before"} +{"id":"G4258","strongs_number":"G4258","system":"greek","language":"greek","number_value":4258,"lemma":"προαμαρτάνω","transliteration":"proamartánō","pronunciation":null,"derivation":"from G4253 (πρό) and G264 (ἁμαρτάνω);","strongs_definition":"to sin previously (to conversion)","kjv_definition":"sin already, heretofore sin"} +{"id":"G4259","strongs_number":"G4259","system":"greek","language":"greek","number_value":4259,"lemma":"προαύλιον","transliteration":"proaúlion","pronunciation":null,"derivation":"neuter of a presumed compound of G4253 (πρό) and G833 (αὐλή);","strongs_definition":"a forecourt, i.e. vestibule (alley-way)","kjv_definition":"porch"} +{"id":"G4260","strongs_number":"G4260","system":"greek","language":"greek","number_value":4260,"lemma":"προβαίνω","transliteration":"probaínō","pronunciation":null,"derivation":"from G4253 (πρό) and the base of G939 (βάσις);","strongs_definition":"to walk forward, i.e. advance (literally, or in years)","kjv_definition":"+ be of a great age, go farther (on), be well stricken"} +{"id":"G4261","strongs_number":"G4261","system":"greek","language":"greek","number_value":4261,"lemma":"προβάλλω","transliteration":"probállō","pronunciation":null,"derivation":"from G4253 (πρό) and G906 (βάλλω);","strongs_definition":"to throw forward, i.e. push to the front, germinate","kjv_definition":"put forward, shoot forth"} +{"id":"G4262","strongs_number":"G4262","system":"greek","language":"greek","number_value":4262,"lemma":"προβατικός","transliteration":"probatikós","pronunciation":null,"derivation":"from G4263 (πρόβατον);","strongs_definition":"relating to sheep, i.e. (a gate) through which they were led into Jerusalem","kjv_definition":"sheep (market)"} +{"id":"G4263","strongs_number":"G4263","system":"greek","language":"greek","number_value":4263,"lemma":"πρόβατον","transliteration":"próbaton","pronunciation":null,"derivation":"probably neuter of a presumed derivative of G4260 (προβαίνω);","strongs_definition":"something that walks forward (a quadruped), i.e. (specially), a sheep (literally or figuratively)","kjv_definition":"sheep(-fold)"} +{"id":"G4264","strongs_number":"G4264","system":"greek","language":"greek","number_value":4264,"lemma":"προβιβάζω","transliteration":"probibázō","pronunciation":null,"derivation":"from G4253 (πρό) and a reduplicated form of G971 (βιάζω);","strongs_definition":"to force forward, i.e. bring to the front, instigate","kjv_definition":"draw, before instruct"} +{"id":"G4265","strongs_number":"G4265","system":"greek","language":"greek","number_value":4265,"lemma":"προβλέπω","transliteration":"problépō","pronunciation":null,"derivation":"from G4253 (πρό) and G991 (βλέπω);","strongs_definition":"to look out beforehand, i.e. furnish in advance","kjv_definition":"provide"} +{"id":"G4266","strongs_number":"G4266","system":"greek","language":"greek","number_value":4266,"lemma":"προγίνομαι","transliteration":"progínomai","pronunciation":null,"derivation":"from G4253 (πρό) and G1096 (γίνομαι);","strongs_definition":"to be already, i.e. have previousy transpired","kjv_definition":"be past"} +{"id":"G4267","strongs_number":"G4267","system":"greek","language":"greek","number_value":4267,"lemma":"προγινώσκω","transliteration":"proginṓskō","pronunciation":null,"derivation":"from G4253 (πρό) and G1097 (γινώσκω);","strongs_definition":"to know beforehand, i.e. foresee","kjv_definition":"foreknow (ordain), know (before)"} +{"id":"G4268","strongs_number":"G4268","system":"greek","language":"greek","number_value":4268,"lemma":"πρόγνωσις","transliteration":"prógnōsis","pronunciation":null,"derivation":"from G4267 (προγινώσκω);","strongs_definition":"forethought","kjv_definition":"foreknowledge"} +{"id":"G4269","strongs_number":"G4269","system":"greek","language":"greek","number_value":4269,"lemma":"πρόγονος","transliteration":"prógonos","pronunciation":null,"derivation":"from G4266 (προγίνομαι);","strongs_definition":"an ancestor, (grand-)parent","kjv_definition":"forefather, parent"} +{"id":"G4270","strongs_number":"G4270","system":"greek","language":"greek","number_value":4270,"lemma":"προγράφω","transliteration":"prográphō","pronunciation":null,"derivation":"from G4253 (πρό) and G1125 (γράφω);","strongs_definition":"to write previously; figuratively, to announce, prescribe","kjv_definition":"before ordain, evidently set forth, write (afore, aforetime)"} +{"id":"G4271","strongs_number":"G4271","system":"greek","language":"greek","number_value":4271,"lemma":"πρόδηλος","transliteration":"pródēlos","pronunciation":null,"derivation":"from G4253 (πρό) and G1212 (δῆλος);","strongs_definition":"plain before all men, i.e. obvious","kjv_definition":"evident, manifest (open) beforehand"} +{"id":"G4272","strongs_number":"G4272","system":"greek","language":"greek","number_value":4272,"lemma":"προδίδωμι","transliteration":"prodídōmi","pronunciation":null,"derivation":"from G4253 (πρό) and G1325 (δίδωμι);","strongs_definition":"to give before the other party has given","kjv_definition":"first give"} +{"id":"G4273","strongs_number":"G4273","system":"greek","language":"greek","number_value":4273,"lemma":"προδότης","transliteration":"prodótēs","pronunciation":null,"derivation":"from G4272 (προδίδωμι) (in the sense of giving forward into another's (the enemy's) hands);","strongs_definition":"a surrender","kjv_definition":"betrayer, traitor"} +{"id":"G4274","strongs_number":"G4274","system":"greek","language":"greek","number_value":4274,"lemma":"πρόδρομος","transliteration":"pródromos","pronunciation":null,"derivation":"from the alternate of G4390 (προτρέχω);","strongs_definition":"a runner ahead, i.e. scout (figuratively, precursor)","kjv_definition":"forerunner"} +{"id":"G4275","strongs_number":"G4275","system":"greek","language":"greek","number_value":4275,"lemma":"προείδω","transliteration":"proeídō","pronunciation":null,"derivation":"from G4253 (πρό) and G1492 (εἴδω);","strongs_definition":"foresee","kjv_definition":"foresee, saw before"} +{"id":"G4276","strongs_number":"G4276","system":"greek","language":"greek","number_value":4276,"lemma":"προελπίζω","transliteration":"proelpízō","pronunciation":null,"derivation":"from G4253 (πρό) and G1679 (ἐλπίζω);","strongs_definition":"to hope in advance of other confirmation","kjv_definition":"first trust"} +{"id":"G4277","strongs_number":"G4277","system":"greek","language":"greek","number_value":4277,"lemma":"προέπω","transliteration":"proépō","pronunciation":null,"derivation":"from G4253 (πρό) and G2036 (ἔπω);","strongs_definition":"to say already, to predict","kjv_definition":"forewarn, say (speak, tell) before"} +{"id":"G4278","strongs_number":"G4278","system":"greek","language":"greek","number_value":4278,"lemma":"προενάρχομαι","transliteration":"proenárchomai","pronunciation":null,"derivation":"from G4253 (πρό) and G1728 (ἐνάρχομαι);","strongs_definition":"to commence already","kjv_definition":"begin (before)"} +{"id":"G4279","strongs_number":"G4279","system":"greek","language":"greek","number_value":4279,"lemma":"προεπαγγέλλομαι","transliteration":"proepangéllomai","pronunciation":null,"derivation":"middle voice from G4253 (πρό) and G1861 (ἐπαγγέλλω);","strongs_definition":"to promise of old","kjv_definition":"promise before"} +{"id":"G4280","strongs_number":"G4280","system":"greek","language":"greek","number_value":4280,"lemma":"προερέω","transliteration":"proeréō","pronunciation":null,"derivation":"from G4253 (πρό) and G2046 (ἐρέω);","strongs_definition":"used as alternate of G4277 (προέπω); to say already, predict","kjv_definition":"foretell, say (speak, tell) before"} +{"id":"G4281","strongs_number":"G4281","system":"greek","language":"greek","number_value":4281,"lemma":"προέρχομαι","transliteration":"proérchomai","pronunciation":null,"derivation":"from G4253 (πρό) and G2064 (ἔρχομαι) (including its alternate);","strongs_definition":"to go onward, precede (in place or time)","kjv_definition":"go before (farther, forward), outgo, pass on"} +{"id":"G4282","strongs_number":"G4282","system":"greek","language":"greek","number_value":4282,"lemma":"προετοιμάζω","transliteration":"proetoimázō","pronunciation":null,"derivation":"from G4253 (πρό) and G2090 (ἑτοιμάζω);","strongs_definition":"to fit up in advance (literally or figuratively)","kjv_definition":"ordain before, prepare afore"} +{"id":"G4283","strongs_number":"G4283","system":"greek","language":"greek","number_value":4283,"lemma":"προευαγγελίζομαι","transliteration":"proeuangelízomai","pronunciation":null,"derivation":"middle voice from G4253 (πρό) and G2097 (εὐαγγελίζω);","strongs_definition":"to announce glad news in advance","kjv_definition":"preach before the gospel"} +{"id":"G4284","strongs_number":"G4284","system":"greek","language":"greek","number_value":4284,"lemma":"προέχομαι","transliteration":"proéchomai","pronunciation":null,"derivation":"middle voice from G4253 (πρό) and G2192 (ἔχω);","strongs_definition":"to hold oneself before others, i.e. (figuratively) to excel","kjv_definition":"be better"} +{"id":"G4285","strongs_number":"G4285","system":"greek","language":"greek","number_value":4285,"lemma":"προηγέομαι","transliteration":"proēgéomai","pronunciation":null,"derivation":"from G4253 (πρό) and G2233 (ἡγέομαι);","strongs_definition":"to lead the way for others, i.e. show deference","kjv_definition":"prefer"} +{"id":"G4286","strongs_number":"G4286","system":"greek","language":"greek","number_value":4286,"lemma":"πρόθεσις","transliteration":"próthesis","pronunciation":null,"derivation":"from G4388 (προτίθεμαι);","strongs_definition":"a setting forth, i.e. (figuratively) proposal (intention); specially, the show-bread (in the Temple) as exposed before God","kjv_definition":"purpose, shew(-bread)"} +{"id":"G4287","strongs_number":"G4287","system":"greek","language":"greek","number_value":4287,"lemma":"προθέσμιος","transliteration":"prothésmios","pronunciation":null,"derivation":"from G4253 (πρό) and a derivative of G5087 (τίθημι);","strongs_definition":"fixed beforehand, i.e. (feminine with G2250 (ἡμέρα) implied) a designated day","kjv_definition":"time appointed"} +{"id":"G4288","strongs_number":"G4288","system":"greek","language":"greek","number_value":4288,"lemma":"προθυμία","transliteration":"prothymía","pronunciation":null,"derivation":"from G4289 (πρόθυμος);","strongs_definition":"predisposition, i.e. alacrity","kjv_definition":"forwardness of mind, readiness (of mind), ready (willing) mind"} +{"id":"G4289","strongs_number":"G4289","system":"greek","language":"greek","number_value":4289,"lemma":"πρόθυμος","transliteration":"próthymos","pronunciation":null,"derivation":"from G4253 (πρό) and G2372 (θυμός);","strongs_definition":"forward in spirit, i.e. predisposed; neuter (as noun) alacrity","kjv_definition":"ready, willing"} +{"id":"G4290","strongs_number":"G4290","system":"greek","language":"greek","number_value":4290,"lemma":"προθύμως","transliteration":"prothýmōs","pronunciation":null,"derivation":"adverb from G4289 (πρόθυμος);","strongs_definition":"with alacrity","kjv_definition":"willingly"} +{"id":"G4291","strongs_number":"G4291","system":"greek","language":"greek","number_value":4291,"lemma":"προΐστημι","transliteration":"proḯstēmi","pronunciation":null,"derivation":"from G4253 (πρό) and G2476 (ἵστημι);","strongs_definition":"to stand before, i.e. (in rank) to preside, or (by implication) to practise","kjv_definition":"maintain, be over, rule"} +{"id":"G4292","strongs_number":"G4292","system":"greek","language":"greek","number_value":4292,"lemma":"προκαλέομαι","transliteration":"prokaléomai","pronunciation":null,"derivation":"middle voice from G4253 (πρό) and G2564 (καλέω);","strongs_definition":"to call forth to oneself (challenge), i.e. (by implication) to irritate","kjv_definition":"provoke"} +{"id":"G4293","strongs_number":"G4293","system":"greek","language":"greek","number_value":4293,"lemma":"προκαταγγέλλω","transliteration":"prokatangéllō","pronunciation":null,"derivation":"from G4253 (πρό) and G2605 (καταγγέλλω);","strongs_definition":"to anounce beforehand, i.e. predict, promise","kjv_definition":"foretell, have notice, (shew) before"} +{"id":"G4294","strongs_number":"G4294","system":"greek","language":"greek","number_value":4294,"lemma":"προκαταρτίζω","transliteration":"prokatartízō","pronunciation":null,"derivation":"from G4253 (πρό) and G2675 (καταρτίζω);","strongs_definition":"to prepare in advance","kjv_definition":"make up beforehand"} +{"id":"G4295","strongs_number":"G4295","system":"greek","language":"greek","number_value":4295,"lemma":"πρόκειμαι","transliteration":"prókeimai","pronunciation":null,"derivation":"from G4253 (πρό) and G2749 (κεῖμαι);","strongs_definition":"to lie before the view, i.e. (figuratively) to be present (to the mind), to stand forth (as an example or reward)","kjv_definition":"be first, set before (forth)"} +{"id":"G4296","strongs_number":"G4296","system":"greek","language":"greek","number_value":4296,"lemma":"προκηρύσσω","transliteration":"prokērýssō","pronunciation":null,"derivation":"from G4253 (πρό) and G2784 (κηρύσσω);","strongs_definition":"to herald (i.e. proclaim) in advance","kjv_definition":"before (first) preach"} +{"id":"G4297","strongs_number":"G4297","system":"greek","language":"greek","number_value":4297,"lemma":"προκοπή","transliteration":"prokopḗ","pronunciation":null,"derivation":"from G4298 (προκόπτω);","strongs_definition":"progress, i.e. advancement (subjectively or objectively)","kjv_definition":"furtherance, profit"} +{"id":"G4298","strongs_number":"G4298","system":"greek","language":"greek","number_value":4298,"lemma":"προκόπτω","transliteration":"prokóptō","pronunciation":null,"derivation":"from G4253 (πρό) and G2875 (κόπτω);","strongs_definition":"to drive forward (as if by beating), i.e. (figuratively and intransitively) to advance (in amount, to grow; in time, to be well along)","kjv_definition":"increase, proceed, profit, be far spent, wax"} +{"id":"G4299","strongs_number":"G4299","system":"greek","language":"greek","number_value":4299,"lemma":"πρόκριμα","transliteration":"prókrima","pronunciation":null,"derivation":"from a compound of G4253 (πρό) and G2919 (κρίνω);","strongs_definition":"a prejudgment (prejudice), i.e. prepossession","kjv_definition":"prefer one before another"} +{"id":"G4300","strongs_number":"G4300","system":"greek","language":"greek","number_value":4300,"lemma":"προκυρόω","transliteration":"prokyróō","pronunciation":null,"derivation":"from G4253 (πρό) and G2964 (κυρόω);","strongs_definition":"to ratify previously","kjv_definition":"confirm before"} +{"id":"G4301","strongs_number":"G4301","system":"greek","language":"greek","number_value":4301,"lemma":"προλαμβάνω","transliteration":"prolambánō","pronunciation":null,"derivation":"from G4253 (πρό) and G2983 (λαμβάνω);","strongs_definition":"to take in advance, i.e. (literally) eat before others have an opportunity; (figuratively) to anticipate, surprise","kjv_definition":"come aforehand, overtake, take before"} +{"id":"G4302","strongs_number":"G4302","system":"greek","language":"greek","number_value":4302,"lemma":"προλέγω","transliteration":"prolégō","pronunciation":null,"derivation":"from G4253 (πρό) and G3004 (λέγω);","strongs_definition":"to say beforehand, i.e. predict, forewarn","kjv_definition":"foretell, tell before"} +{"id":"G4303","strongs_number":"G4303","system":"greek","language":"greek","number_value":4303,"lemma":"προμαρτύρομαι","transliteration":"promartýromai","pronunciation":null,"derivation":"from G4253 (πρό) and G3143 (μαρτύρομαι);","strongs_definition":"to be a witness in advance i.e. predict","kjv_definition":"testify beforehand"} +{"id":"G4304","strongs_number":"G4304","system":"greek","language":"greek","number_value":4304,"lemma":"προμελετάω","transliteration":"promeletáō","pronunciation":null,"derivation":"from G4253 (πρό) and G3191 (μελετάω);","strongs_definition":"to premeditate","kjv_definition":"meditate before"} +{"id":"G4305","strongs_number":"G4305","system":"greek","language":"greek","number_value":4305,"lemma":"προμεριμνάω","transliteration":"promerimnáō","pronunciation":null,"derivation":"from G4253 (πρό) and G3309 (μεριμνάω);","strongs_definition":"to care (anxiously) in advance","kjv_definition":"take thought beforehand"} +{"id":"G4306","strongs_number":"G4306","system":"greek","language":"greek","number_value":4306,"lemma":"προνοέω","transliteration":"pronoéō","pronunciation":null,"derivation":"from G4253 (πρό) and G3539 (νοιέω);","strongs_definition":"to consider in advance, i.e. look out for beforehand (actively, by way of maintenance for others; middle voice by way of circumspection for oneself)","kjv_definition":"provide (for)"} +{"id":"G4307","strongs_number":"G4307","system":"greek","language":"greek","number_value":4307,"lemma":"πρόνοια","transliteration":"prónoia","pronunciation":null,"derivation":"from G4306 (προνοέω);","strongs_definition":"forethought, i.e. provident care or supply","kjv_definition":"providence, provision"} +{"id":"G4308","strongs_number":"G4308","system":"greek","language":"greek","number_value":4308,"lemma":"προοράω","transliteration":"prooráō","pronunciation":null,"derivation":"from G4253 (πρό) and G3708 (ὁράω);","strongs_definition":"to behold in advance, i.e. (actively) to notice (another) previously, or (middle voice) to keep in (one's own) view","kjv_definition":"foresee, see before"} +{"id":"G4309","strongs_number":"G4309","system":"greek","language":"greek","number_value":4309,"lemma":"προορίζω","transliteration":"proorízō","pronunciation":null,"derivation":"from G4253 (πρό) and G3724 (ὁρίζω);","strongs_definition":"to limit in advance, i.e. (figuratively) predetermine","kjv_definition":"determine before, ordain, predestinate"} +{"id":"G4310","strongs_number":"G4310","system":"greek","language":"greek","number_value":4310,"lemma":"προπάσχω","transliteration":"propáschō","pronunciation":null,"derivation":"from G4253 (πρό) and G3958 (πάσχω);","strongs_definition":"to undergo hardship previously","kjv_definition":"suffer before"} +{"id":"G4311","strongs_number":"G4311","system":"greek","language":"greek","number_value":4311,"lemma":"προπέμπω","transliteration":"propémpō","pronunciation":null,"derivation":"from G4253 (πρό) and G3992 (πέμπω);","strongs_definition":"to send forward, i.e. escort or aid in travel","kjv_definition":"accompany, bring (forward) on journey (way), conduct forth"} +{"id":"G4312","strongs_number":"G4312","system":"greek","language":"greek","number_value":4312,"lemma":"προπετής","transliteration":"propetḗs","pronunciation":null,"derivation":"from a compound of G4253 (πρό) and G4098 (πίπτω);","strongs_definition":"falling forward, i.e. headlong (figuratively, precipitate)","kjv_definition":"heady, rash(-ly)"} +{"id":"G4313","strongs_number":"G4313","system":"greek","language":"greek","number_value":4313,"lemma":"προπορεύομαι","transliteration":"proporeúomai","pronunciation":null,"derivation":"from G4253 (πρό) and G4198 (πορεύομαι);","strongs_definition":"to precede (as guide or herald)","kjv_definition":"go before"} +{"id":"G4314","strongs_number":"G4314","system":"greek","language":"greek","number_value":4314,"lemma":"πρός","transliteration":"prós","pronunciation":null,"derivation":"a strengthened form of G4253 (πρό);","strongs_definition":"a preposition of direction; forward to, i.e. toward (with the genitive case, the side of, i.e. pertaining to; with the dative case, by the side of, i.e. near to; usually with the accusative case, the place, time, occasion, or respect, which is the destination of the relation, i.e. whither or for which it is predicated)","kjv_definition":"about, according to , against, among, at, because of, before, between, (where-)by, for, X at thy house, in, for intent, nigh unto, of, which pertain to, that, to (the end that), X together, to (you) -ward, unto, with(-in)"} +{"id":"G4315","strongs_number":"G4315","system":"greek","language":"greek","number_value":4315,"lemma":"προσάββατον","transliteration":"prosábbaton","pronunciation":null,"derivation":"from G4253 (πρό) and G4521 (σάββατον);","strongs_definition":"a fore-sabbath, i.e. the Sabbath-eve","kjv_definition":"day before the sabbath"} +{"id":"G4316","strongs_number":"G4316","system":"greek","language":"greek","number_value":4316,"lemma":"προσαγορεύω","transliteration":"prosagoreúō","pronunciation":null,"derivation":"from G4314 (πρός) and a derivative of G58 (ἀγορά) (mean to harangue);","strongs_definition":"to address, i.e. salute by name","kjv_definition":"call"} +{"id":"G4317","strongs_number":"G4317","system":"greek","language":"greek","number_value":4317,"lemma":"προσάγω","transliteration":"proságō","pronunciation":null,"derivation":"from G4314 (πρός) and G71 (ἄγω);","strongs_definition":"to lead towards, i.e. (transitively) to conduct near (summon, present), or (intransitively) to approach","kjv_definition":"bring, draw near"} +{"id":"G4318","strongs_number":"G4318","system":"greek","language":"greek","number_value":4318,"lemma":"προσαγωγή","transliteration":"prosagōgḗ","pronunciation":null,"derivation":"from G4317 (προσάγω) (compare G72 (ἀγωγή));","strongs_definition":"admission","kjv_definition":"access"} +{"id":"G4319","strongs_number":"G4319","system":"greek","language":"greek","number_value":4319,"lemma":"προσαιτέω","transliteration":"prosaitéō","pronunciation":null,"derivation":"from G4314 (πρός) and G154 (αἰτέω);","strongs_definition":"to ask repeatedly (importune), i.e. solicit","kjv_definition":"beg"} +{"id":"G4320","strongs_number":"G4320","system":"greek","language":"greek","number_value":4320,"lemma":"προσαναβαίνω","transliteration":"prosanabaínō","pronunciation":null,"derivation":"from G4314 (πρός) and G305 (ἀναβαίνω);","strongs_definition":"to ascend farther, i.e. be promoted (take an upper (more honorable) seat)","kjv_definition":"go up"} +{"id":"G4321","strongs_number":"G4321","system":"greek","language":"greek","number_value":4321,"lemma":"προσαναλίσκω","transliteration":"prosanalískō","pronunciation":null,"derivation":"from G4314 (πρός) and G355 (ἀναλίσκω);","strongs_definition":"to expend further","kjv_definition":"spend"} +{"id":"G4322","strongs_number":"G4322","system":"greek","language":"greek","number_value":4322,"lemma":"προσαναπληρόω","transliteration":"prosanaplēróō","pronunciation":null,"derivation":"from G4314 (πρός) and G378 (ἀναπληρόω);","strongs_definition":"to fill up further, i.e. furnish fully","kjv_definition":"supply"} +{"id":"G4323","strongs_number":"G4323","system":"greek","language":"greek","number_value":4323,"lemma":"προσανατίθημι","transliteration":"prosanatíthēmi","pronunciation":null,"derivation":"from G4314 (πρός) and G394 (ἀνατίθεμαι);","strongs_definition":"to lay up in addition, i.e. (middle voice and figuratively) to impart or (by implication) to consult","kjv_definition":"in conference add, confer"} +{"id":"G4324","strongs_number":"G4324","system":"greek","language":"greek","number_value":4324,"lemma":"προσαπειλέω","transliteration":"prosapeiléō","pronunciation":null,"derivation":"from G4314 (πρός) and G546 (ἀπειλέω);","strongs_definition":"to menace additionally","kjv_definition":"i"} +{"id":"G4325","strongs_number":"G4325","system":"greek","language":"greek","number_value":4325,"lemma":"προσδαπανάω","transliteration":"prosdapanáō","pronunciation":null,"derivation":"from G4314 (πρός) and G1159 (δαπανάω);","strongs_definition":"to expend additionally","kjv_definition":"spend more"} +{"id":"G4326","strongs_number":"G4326","system":"greek","language":"greek","number_value":4326,"lemma":"προσδέομαι","transliteration":"prosdéomai","pronunciation":null,"derivation":"from G4314 (πρός) and G1189 (δέομαι);","strongs_definition":"to require additionally, i.e. want further","kjv_definition":"need"} +{"id":"G4327","strongs_number":"G4327","system":"greek","language":"greek","number_value":4327,"lemma":"προσδέχομαι","transliteration":"prosdéchomai","pronunciation":null,"derivation":"from G4314 (πρός) and G1209 (δέχομαι);","strongs_definition":"to admit (to intercourse, hospitality, credence, or (figuratively) endurance); by implication, to await (with confidence or patience)","kjv_definition":"accept, allow, look (wait) for, take"} +{"id":"G4328","strongs_number":"G4328","system":"greek","language":"greek","number_value":4328,"lemma":"προσδοκάω","transliteration":"prosdokáō","pronunciation":null,"derivation":"from G4314 (πρός) and dokeuo (to watch);","strongs_definition":"to anticipate (in thought, hope or fear); by implication, to await","kjv_definition":"(be in) expect(-ation), look (for), when looked, tarry, wait for"} +{"id":"G4329","strongs_number":"G4329","system":"greek","language":"greek","number_value":4329,"lemma":"προσδοκία","transliteration":"prosdokía","pronunciation":null,"derivation":"from G4328 (προσδοκάω);","strongs_definition":"apprehension (of evil); by implication, infliction anticipated","kjv_definition":"expectation, looking after"} +{"id":"G4330","strongs_number":"G4330","system":"greek","language":"greek","number_value":4330,"lemma":"προσεάω","transliteration":"proseáō","pronunciation":null,"derivation":"from G4314 (πρός) and G1439 (ἐάω);","strongs_definition":"to permit further progress","kjv_definition":"suffer"} +{"id":"G4331","strongs_number":"G4331","system":"greek","language":"greek","number_value":4331,"lemma":"προσεγγίζω","transliteration":"prosengízō","pronunciation":null,"derivation":"from G4314 (πρός) and G1448 (ἐγγίζω);","strongs_definition":"to approach near","kjv_definition":"come nigh"} +{"id":"G4332","strongs_number":"G4332","system":"greek","language":"greek","number_value":4332,"lemma":"προσεδρεύω","transliteration":"prosedreúō","pronunciation":null,"derivation":"from a compound of G4314 (πρός) and the base of G1476 (ἑδραῖος);","strongs_definition":"to sit near, i.e. attend as a servant","kjv_definition":"wait at"} +{"id":"G4333","strongs_number":"G4333","system":"greek","language":"greek","number_value":4333,"lemma":"προσεργάζομαι","transliteration":"prosergázomai","pronunciation":null,"derivation":"from G4314 (πρός) and G2038 (ἐργάζομαι);","strongs_definition":"to work additionally, i.e. (by implication) acquire besides","kjv_definition":"gain"} +{"id":"G4334","strongs_number":"G4334","system":"greek","language":"greek","number_value":4334,"lemma":"προσέρχομαι","transliteration":"prosérchomai","pronunciation":null,"derivation":"from G4314 (πρός) and G2064 (ἔρχομαι) (including its alternate);","strongs_definition":"to approach, i.e. (literally) come near, visit, or (figuratively) worship, assent to","kjv_definition":"(as soon as he) come (unto), come thereunto, consent, draw near, go (near, to, unto)"} +{"id":"G4335","strongs_number":"G4335","system":"greek","language":"greek","number_value":4335,"lemma":"προσευχή","transliteration":"proseuchḗ","pronunciation":null,"derivation":"from G4336 (προσεύχομαι);","strongs_definition":"prayer (worship); by implication, an oratory (chapel)","kjv_definition":"X pray earnestly, prayer"} +{"id":"G4336","strongs_number":"G4336","system":"greek","language":"greek","number_value":4336,"lemma":"προσεύχομαι","transliteration":"proseúchomai","pronunciation":null,"derivation":"from G4314 (πρός) and G2172 (εὔχομαι);","strongs_definition":"to pray to God, i.e. supplicate, worship","kjv_definition":"pray (X earnestly, for), make prayer"} +{"id":"G4337","strongs_number":"G4337","system":"greek","language":"greek","number_value":4337,"lemma":"προσέχω","transliteration":"proséchō","pronunciation":null,"derivation":"from G4314 (πρός) and G2192 (ἔχω);","strongs_definition":"(figuratively) to hold the mind (3563 implied) towards, i.e. pay attention to, be cautious about, apply oneself to, adhere to","kjv_definition":"(give) attend(-ance, -ance at, -ance to, unto), beware, be given to, give (take) heed (to unto); have regard"} +{"id":"G4338","strongs_number":"G4338","system":"greek","language":"greek","number_value":4338,"lemma":"προσηλόω","transliteration":"prosēlóō","pronunciation":null,"derivation":"from G4314 (πρός) and a derivative of G2247 (ἧλος);","strongs_definition":"to peg to, i.e. spike fast","kjv_definition":"nail to"} +{"id":"G4339","strongs_number":"G4339","system":"greek","language":"greek","number_value":4339,"lemma":"προσήλυτος","transliteration":"prosḗlytos","pronunciation":null,"derivation":"from the alternate of G4334 (προσέρχομαι);","strongs_definition":"an arriver from a foreign region, i.e. (specially), an acceder (convert) to Judaism (\"proselyte\")","kjv_definition":"proselyte"} +{"id":"G4340","strongs_number":"G4340","system":"greek","language":"greek","number_value":4340,"lemma":"πρόσκαιρος","transliteration":"próskairos","pronunciation":null,"derivation":"from G4314 (πρός) and G2540 (καιρός);","strongs_definition":"for the occasion only, i.e. temporary","kjv_definition":"dur-(eth) for awhile, endure for a time, for a season, temporal"} +{"id":"G4341","strongs_number":"G4341","system":"greek","language":"greek","number_value":4341,"lemma":"προσκαλέομαι","transliteration":"proskaléomai","pronunciation":null,"derivation":"middle voice from G4314 (πρός) and G2564 (καλέω);","strongs_definition":"to call toward oneself, i.e. summon, invite","kjv_definition":"call (for, to, unto)"} +{"id":"G4342","strongs_number":"G4342","system":"greek","language":"greek","number_value":4342,"lemma":"προσκαρτερέω","transliteration":"proskarteréō","pronunciation":null,"derivation":"from G4314 (πρός) and G2594 (καρτερέω);","strongs_definition":"to be earnest towards, i.e. (to a thing) to persevere, be constantly diligent, or (in a place) to attend assiduously all the exercises, or (to a person) to adhere closely to (as a servitor)","kjv_definition":"attend (give self) continually (upon), continue (in, instant in, with), wait on (continually)"} +{"id":"G4343","strongs_number":"G4343","system":"greek","language":"greek","number_value":4343,"lemma":"προσκαρτέρησις","transliteration":"proskartérēsis","pronunciation":null,"derivation":"from G4342 (προσκαρτερέω);","strongs_definition":"persistancy","kjv_definition":"perseverance"} +{"id":"G4344","strongs_number":"G4344","system":"greek","language":"greek","number_value":4344,"lemma":"προσκεφάλαιον","transliteration":"proskephálaion","pronunciation":null,"derivation":"neuter of a presumed compound of G4314 (πρός) and G2776 (κεφαλή);","strongs_definition":"something for the head, i.e. a cushion","kjv_definition":"pillow"} +{"id":"G4345","strongs_number":"G4345","system":"greek","language":"greek","number_value":4345,"lemma":"προσκληρόω","transliteration":"prosklēróō","pronunciation":null,"derivation":"from G4314 (πρός) and G2820 (κληρόω);","strongs_definition":"to give a common lot to, i.e. (figuratively) to associate with","kjv_definition":"consort with"} +{"id":"G4346","strongs_number":"G4346","system":"greek","language":"greek","number_value":4346,"lemma":"πρόσκλισις","transliteration":"prósklisis","pronunciation":null,"derivation":"from a compound of G4314 (πρός) and G2827 (κλίνω);","strongs_definition":"a leaning towards, i.e. (figuratively) proclivity (favoritism)","kjv_definition":"partiality"} +{"id":"G4347","strongs_number":"G4347","system":"greek","language":"greek","number_value":4347,"lemma":"προσκολλάω","transliteration":"proskolláō","pronunciation":null,"derivation":"from G4314 (πρός) and G2853 (κολλάω);","strongs_definition":"to glue to, i.e. (figuratively) to adhere","kjv_definition":"cleave, join (self)"} +{"id":"G4348","strongs_number":"G4348","system":"greek","language":"greek","number_value":4348,"lemma":"πρόσκομμα","transliteration":"próskomma","pronunciation":null,"derivation":"from G4350 (προσκόπτω);","strongs_definition":"a stub, i.e. (figuratively) occasion of apostasy","kjv_definition":"offence, stumbling(-block, (-stone))"} +{"id":"G4349","strongs_number":"G4349","system":"greek","language":"greek","number_value":4349,"lemma":"προσκοπή","transliteration":"proskopḗ","pronunciation":null,"derivation":"from G4350 (προσκόπτω);","strongs_definition":"a stumbling, i.e. (figuratively and concretely) occasion of sin","kjv_definition":"offence"} +{"id":"G4350","strongs_number":"G4350","system":"greek","language":"greek","number_value":4350,"lemma":"προσκόπτω","transliteration":"proskóptō","pronunciation":null,"derivation":"from G4314 (πρός) and G2875 (κόπτω);","strongs_definition":"to strike at, i.e. surge against (as water); specially, to stub on, i.e. trip up (literally or figuratively)","kjv_definition":"beat upon, dash, stumble (at)"} +{"id":"G4351","strongs_number":"G4351","system":"greek","language":"greek","number_value":4351,"lemma":"προσκυλίω","transliteration":"proskylíō","pronunciation":null,"derivation":"from G4314 (πρός) and G2947 (κυλιόω);","strongs_definition":"to roll towards, i.e. block against","kjv_definition":"roll (to)"} +{"id":"G4352","strongs_number":"G4352","system":"greek","language":"greek","number_value":4352,"lemma":"προσκυνέω","transliteration":"proskynéō","pronunciation":null,"derivation":"from G4314 (πρός) and a probable derivative of G2965 (κύων) (meaning to kiss, like a dog licking his master's hand);","strongs_definition":"to fawn or crouch to, i.e. (literally or figuratively) prostrate oneself in homage (do reverence to, adore)","kjv_definition":"worship"} +{"id":"G4353","strongs_number":"G4353","system":"greek","language":"greek","number_value":4353,"lemma":"προσκυνητής","transliteration":"proskynētḗs","pronunciation":null,"derivation":"from G4352 (προσκυνέω);","strongs_definition":"an adorer","kjv_definition":"worshipper"} +{"id":"G4354","strongs_number":"G4354","system":"greek","language":"greek","number_value":4354,"lemma":"προσλαλέω","transliteration":"proslaléō","pronunciation":null,"derivation":"from G4314 (πρός) and G2980 (λαλέω);","strongs_definition":"to talk to, i.e. converse with","kjv_definition":"speak to (with)"} +{"id":"G4355","strongs_number":"G4355","system":"greek","language":"greek","number_value":4355,"lemma":"προσλαμβάνω","transliteration":"proslambánō","pronunciation":null,"derivation":"from G4314 (πρός) and G2983 (λαμβάνω);","strongs_definition":"to take to oneself, i.e. use (food), lead (aside), admit (to friendship or hospitality)","kjv_definition":"receive, take (unto)"} +{"id":"G4356","strongs_number":"G4356","system":"greek","language":"greek","number_value":4356,"lemma":"πρόσληψις","transliteration":"próslēpsis","pronunciation":null,"derivation":"from G4355 (προσλαμβάνω);","strongs_definition":"admission","kjv_definition":"receiving"} +{"id":"G4357","strongs_number":"G4357","system":"greek","language":"greek","number_value":4357,"lemma":"προσμένω","transliteration":"prosménō","pronunciation":null,"derivation":"from G4314 (πρός) and G3306 (μένω);","strongs_definition":"to stay further, i.e. remain in a place, with a person; figuratively, to adhere to, persevere in","kjv_definition":"abide still, be with, cleave unto, continue in (with)"} +{"id":"G4358","strongs_number":"G4358","system":"greek","language":"greek","number_value":4358,"lemma":"προσορμίζω","transliteration":"prosormízō","pronunciation":null,"derivation":"from G4314 (πρός) and a derivative of the same as G3730 (ὁρμή) (meaning to tie (anchor) or lull);","strongs_definition":"to moor to, i.e. (by implication) land at","kjv_definition":"draw to the shore"} +{"id":"G4359","strongs_number":"G4359","system":"greek","language":"greek","number_value":4359,"lemma":"προσοφείλω","transliteration":"prosopheílō","pronunciation":null,"derivation":"from G4314 (πρός) and G3784 (ὀφείλω);","strongs_definition":"to be indebted additionally","kjv_definition":"over besides"} +{"id":"G4360","strongs_number":"G4360","system":"greek","language":"greek","number_value":4360,"lemma":"προσοχθίζω","transliteration":"prosochthízō","pronunciation":null,"derivation":"from G4314 (πρός) and a form of (to be vexed with something irksome);","strongs_definition":"to feel indignant at","kjv_definition":"be grieved at"} +{"id":"G4361","strongs_number":"G4361","system":"greek","language":"greek","number_value":4361,"lemma":"πρόσπεινος","transliteration":"próspeinos","pronunciation":null,"derivation":"from G4314 (πρός) and the same as G3983 (πεινάω);","strongs_definition":"hungering further, i.e. intensely hungry","kjv_definition":"very hungry"} +{"id":"G4362","strongs_number":"G4362","system":"greek","language":"greek","number_value":4362,"lemma":"προσπήγνυμι","transliteration":"prospḗgnymi","pronunciation":null,"derivation":"from G4314 (πρός) and G4078 (πήγνυμι);","strongs_definition":"to fasten to, i.e. (specially), to impale (on a cross)","kjv_definition":"crucify"} +{"id":"G4363","strongs_number":"G4363","system":"greek","language":"greek","number_value":4363,"lemma":"προσπίπτω","transliteration":"prospíptō","pronunciation":null,"derivation":"from G4314 (πρός) and G4098 (πίπτω);","strongs_definition":"to fall towards, i.e. (gently) prostrate oneself (in supplication or homage), or (violently) to rush upon (in storm)","kjv_definition":"beat upon, fall (down) at (before)"} +{"id":"G4364","strongs_number":"G4364","system":"greek","language":"greek","number_value":4364,"lemma":"προσποιέομαι","transliteration":"prospoiéomai","pronunciation":null,"derivation":"middle voice from G4314 (πρός) and G4160 (ποιέω);","strongs_definition":"to do forward for oneself, i.e. pretend (as if about to do a thing)","kjv_definition":"make as though"} +{"id":"G4365","strongs_number":"G4365","system":"greek","language":"greek","number_value":4365,"lemma":"προσπορεύομαι","transliteration":"prosporeúomai","pronunciation":null,"derivation":"from G4314 (πρός) and G4198 (πορεύομαι);","strongs_definition":"to journey towards, i.e. approach (not the same as G4313 (προπορεύομαι))","kjv_definition":"go before"} +{"id":"G4366","strongs_number":"G4366","system":"greek","language":"greek","number_value":4366,"lemma":"προσρήγνυμι","transliteration":"prosrḗgnymi","pronunciation":null,"derivation":"from G4314 (πρός) and G4486 (ῥήγνυμι);","strongs_definition":"to tear towards, i.e. burst upon (as a tempest or flood)","kjv_definition":"beat vehemently against (upon)"} +{"id":"G4367","strongs_number":"G4367","system":"greek","language":"greek","number_value":4367,"lemma":"προστάσσω","transliteration":"prostássō","pronunciation":null,"derivation":"from G4314 (πρός) and G5021 (τάσσω);","strongs_definition":"to arrange towards, i.e. (figuratively) enjoin","kjv_definition":"bid, command"} +{"id":"G4368","strongs_number":"G4368","system":"greek","language":"greek","number_value":4368,"lemma":"προστάτις","transliteration":"prostátis","pronunciation":null,"derivation":"feminine of a derivative of G4291 (προΐστημι);","strongs_definition":"a patroness, i.e. assistant","kjv_definition":"succourer"} +{"id":"G4369","strongs_number":"G4369","system":"greek","language":"greek","number_value":4369,"lemma":"προστίθημι","transliteration":"prostíthēmi","pronunciation":null,"derivation":"from G4314 (πρός) and G5087 (τίθημι);","strongs_definition":"to place additionally, i.e. lay beside, annex, repeat","kjv_definition":"add, again, give more, increase, lay unto, proceed further, speak to any more"} +{"id":"G4370","strongs_number":"G4370","system":"greek","language":"greek","number_value":4370,"lemma":"προστρέχω","transliteration":"prostréchō","pronunciation":null,"derivation":"from G4314 (πρός) and G5143 (τρέχω) (including its alternate);","strongs_definition":"to run towards, i.e. hasten to meet or join","kjv_definition":"run (thither to, to)"} +{"id":"G4371","strongs_number":"G4371","system":"greek","language":"greek","number_value":4371,"lemma":"προσφάγιον","transliteration":"prosphágion","pronunciation":null,"derivation":"neuter of a presumed derivative of a compound of G4314 (πρός) and G5315 (φάγω);","strongs_definition":"something eaten in addition to bread, i.e. a relish (specially, fish; compare G3795 (ὀψάριον))","kjv_definition":"meat"} +{"id":"G4372","strongs_number":"G4372","system":"greek","language":"greek","number_value":4372,"lemma":"πρόσφατος","transliteration":"prósphatos","pronunciation":null,"derivation":"from G4253 (πρό) and a derivative of G4969 (σφάζω);","strongs_definition":"previously (recently) slain (fresh), i.e. (figuratively) lately made","kjv_definition":"new"} +{"id":"G4373","strongs_number":"G4373","system":"greek","language":"greek","number_value":4373,"lemma":"προσφάτως","transliteration":"prosphátōs","pronunciation":null,"derivation":"adverb from G4372 (πρόσφατος);","strongs_definition":"recently","kjv_definition":"lately"} +{"id":"G4374","strongs_number":"G4374","system":"greek","language":"greek","number_value":4374,"lemma":"προσφέρω","transliteration":"prosphérō","pronunciation":null,"derivation":"from G4314 (πρός) and G5342 (φέρω) (including its alternate);","strongs_definition":"to bear towards, i.e. lead to, tender (especially to God), treat","kjv_definition":"bring (to, unto), deal with, do, offer (unto, up), present unto, put to"} +{"id":"G4375","strongs_number":"G4375","system":"greek","language":"greek","number_value":4375,"lemma":"προσφιλής","transliteration":"prosphilḗs","pronunciation":null,"derivation":"from a presumed compound of G4314 (πρός) and G5368 (φιλέω);","strongs_definition":"friendly towards, i.e. acceptable","kjv_definition":"lovely"} +{"id":"G4376","strongs_number":"G4376","system":"greek","language":"greek","number_value":4376,"lemma":"προσφορά","transliteration":"prosphorá","pronunciation":null,"derivation":"from G4374 (προσφέρω);","strongs_definition":"presentation; concretely, an oblation (bloodless) or sacrifice","kjv_definition":"offering (up)"} +{"id":"G4377","strongs_number":"G4377","system":"greek","language":"greek","number_value":4377,"lemma":"προσφωνέω","transliteration":"prosphōnéō","pronunciation":null,"derivation":"from G4314 (πρός) and G5455 (φωνέω);","strongs_definition":"to sound towards, i.e. address, exclaim, summon","kjv_definition":"call unto, speak (un-)to"} +{"id":"G4378","strongs_number":"G4378","system":"greek","language":"greek","number_value":4378,"lemma":"πρόσχυσις","transliteration":"próschysis","pronunciation":null,"derivation":"from a comparative of G4314 (πρός) and (to pour);","strongs_definition":"a shedding forth, i.e. affusion","kjv_definition":"sprinkling"} +{"id":"G4379","strongs_number":"G4379","system":"greek","language":"greek","number_value":4379,"lemma":"προσψαύω","transliteration":"prospsaúō","pronunciation":null,"derivation":"from G4314 (πρός) and (to touch);","strongs_definition":"to impinge, i.e. lay a finger on (in order to relieve)","kjv_definition":"touch"} +{"id":"G4380","strongs_number":"G4380","system":"greek","language":"greek","number_value":4380,"lemma":"προσωποληπτέω","transliteration":"prosōpolēptéō","pronunciation":null,"derivation":"from G4381 (προσωπολήπτης);","strongs_definition":"to favor an individual, i.e. show partiality","kjv_definition":"have respect to persons"} +{"id":"G4381","strongs_number":"G4381","system":"greek","language":"greek","number_value":4381,"lemma":"προσωπολήπτης","transliteration":"prosōpolḗptēs","pronunciation":null,"derivation":"from G4383 (πρόσωπον) and G2983 (λαμβάνω);","strongs_definition":"an accepter of a face (individual), i.e. (specially), one exhibiting partiality","kjv_definition":"respecter of persons"} +{"id":"G4382","strongs_number":"G4382","system":"greek","language":"greek","number_value":4382,"lemma":"προσωποληψία","transliteration":"prosōpolēpsía","pronunciation":null,"derivation":"from G4381 (προσωπολήπτης);","strongs_definition":"partiality, i.e. favoritism","kjv_definition":"respect of persons"} +{"id":"G4383","strongs_number":"G4383","system":"greek","language":"greek","number_value":4383,"lemma":"πρόσωπον","transliteration":"prósōpon","pronunciation":null,"derivation":"from G4314 (πρός) and (the visage, from G3700 (ὀπτάνομαι));","strongs_definition":"the front (as being towards view), i.e. the countenance, aspect, appearance, surface; by implication, presence, person","kjv_definition":"(outward) appearance, X before, countenance, face, fashion, (men's) person, presence"} +{"id":"G4384","strongs_number":"G4384","system":"greek","language":"greek","number_value":4384,"lemma":"προτάσσω","transliteration":"protássō","pronunciation":null,"derivation":"from G4253 (πρό) and G5021 (τάσσω);","strongs_definition":"to pre-arrange, i.e. prescribe","kjv_definition":"before appoint"} +{"id":"G4385","strongs_number":"G4385","system":"greek","language":"greek","number_value":4385,"lemma":"προτείνω","transliteration":"proteínō","pronunciation":null,"derivation":"from G4253 (πρό) and (to stretch);","strongs_definition":"to protend, i.e. tie prostrate (for scourging)","kjv_definition":"bind"} +{"id":"G4386","strongs_number":"G4386","system":"greek","language":"greek","number_value":4386,"lemma":"πρότερον","transliteration":"próteron","pronunciation":null,"derivation":"neuter of G4387 (πρότερος) as adverb (with or without the article);","strongs_definition":"previously","kjv_definition":"before, (at the) first, former"} +{"id":"G4387","strongs_number":"G4387","system":"greek","language":"greek","number_value":4387,"lemma":"πρότερος","transliteration":"próteros","pronunciation":null,"derivation":"comparative of G4253 (πρό);","strongs_definition":"prior or previous","kjv_definition":"former"} +{"id":"G4388","strongs_number":"G4388","system":"greek","language":"greek","number_value":4388,"lemma":"προτίθεμαι","transliteration":"protíthemai","pronunciation":null,"derivation":"middle voice from G4253 (πρό) and G5087 (τίθημι);","strongs_definition":"to place before, i.e. (for oneself) to exhibit; (to oneself) to propose (determine)","kjv_definition":"purpose, set forth"} +{"id":"G4389","strongs_number":"G4389","system":"greek","language":"greek","number_value":4389,"lemma":"προτρέπομαι","transliteration":"protrépomai","pronunciation":null,"derivation":"middle voice from G4253 (πρό) and the base of G5157 (τροπή);","strongs_definition":"to turn forward for oneself, i.e. encourage","kjv_definition":"exhort"} +{"id":"G4390","strongs_number":"G4390","system":"greek","language":"greek","number_value":4390,"lemma":"προτρέχω","transliteration":"protréchō","pronunciation":null,"derivation":"from G4253 (πρό) and G5143 (τρέχω) (including its alternate);","strongs_definition":"to run forward, i.e. outstrip, precede","kjv_definition":"outrun, run before"} +{"id":"G4391","strongs_number":"G4391","system":"greek","language":"greek","number_value":4391,"lemma":"προϋπάρχω","transliteration":"proÿpárchō","pronunciation":null,"derivation":"from G4253 (πρό) and G5225 (ὑπάρχω);","strongs_definition":"to exist before, i.e. (adverbially) to be or do something previously","kjv_definition":"+ be before(-time)"} +{"id":"G4392","strongs_number":"G4392","system":"greek","language":"greek","number_value":4392,"lemma":"πρόφασις","transliteration":"próphasis","pronunciation":null,"derivation":"from a compound of G4253 (πρό) and G5316 (φαίνω);","strongs_definition":"an outward showing, i.e. pretext","kjv_definition":"cloke, colour, pretence, show"} +{"id":"G4393","strongs_number":"G4393","system":"greek","language":"greek","number_value":4393,"lemma":"προφέρω","transliteration":"prophérō","pronunciation":null,"derivation":"from G4253 (πρό) and G5342 (φέρω);","strongs_definition":"to bear forward, i.e. produce","kjv_definition":"bring forth"} +{"id":"G4394","strongs_number":"G4394","system":"greek","language":"greek","number_value":4394,"lemma":"προφητεία","transliteration":"prophēteía","pronunciation":null,"derivation":"from G4396 (προφήτης) (\"prophecy\");","strongs_definition":"prediction (scriptural or other)","kjv_definition":"prophecy, prophesying"} +{"id":"G4395","strongs_number":"G4395","system":"greek","language":"greek","number_value":4395,"lemma":"προφητεύω","transliteration":"prophēteúō","pronunciation":null,"derivation":"from G4396 (προφήτης);","strongs_definition":"to foretell events, divine, speak under inspiration, exercise the prophetic office","kjv_definition":"prophesy"} +{"id":"G4396","strongs_number":"G4396","system":"greek","language":"greek","number_value":4396,"lemma":"προφήτης","transliteration":"prophḗtēs","pronunciation":null,"derivation":"from a compound of G4253 (πρό) and G5346 (φημί);","strongs_definition":"a foreteller (\"prophet\"); by analogy, an inspired speaker; by extension, a poet","kjv_definition":"prophet"} +{"id":"G4397","strongs_number":"G4397","system":"greek","language":"greek","number_value":4397,"lemma":"προφητικός","transliteration":"prophētikós","pronunciation":null,"derivation":"from G4396 (προφήτης);","strongs_definition":"pertaining to a foreteller (\"prophetic\")","kjv_definition":"of prophecy, of the prophets"} +{"id":"G4398","strongs_number":"G4398","system":"greek","language":"greek","number_value":4398,"lemma":"προφῆτις","transliteration":"prophētis","pronunciation":null,"derivation":"feminine of G4396 (προφήτης);","strongs_definition":"a female foreteller or an inspired woman","kjv_definition":"prophetess"} +{"id":"G4399","strongs_number":"G4399","system":"greek","language":"greek","number_value":4399,"lemma":"προφθάνω","transliteration":"prophthánō","pronunciation":null,"derivation":"from G4253 (πρό) and G5348 (φθάνω);","strongs_definition":"to get an earlier start of, i.e. anticipate","kjv_definition":"prevent"} +{"id":"G4400","strongs_number":"G4400","system":"greek","language":"greek","number_value":4400,"lemma":"προχειρίζομαι","transliteration":"procheirízomai","pronunciation":null,"derivation":"middle voice from G4253 (πρό) and a derivative of G5495 (χείρ);","strongs_definition":"to handle for oneself in advance, i.e. (figuratively) to purpose","kjv_definition":"choose, make"} +{"id":"G4401","strongs_number":"G4401","system":"greek","language":"greek","number_value":4401,"lemma":"προχειροτονέω","transliteration":"procheirotonéō","pronunciation":null,"derivation":"from G4253 (πρό) and G5500 (χειροτονέω);","strongs_definition":"to elect in advance","kjv_definition":"choose before"} +{"id":"G4402","strongs_number":"G4402","system":"greek","language":"greek","number_value":4402,"lemma":"Πρόχορος","transliteration":"Próchoros","pronunciation":null,"derivation":"from G4253 (πρό) and G5525 (χορός);","strongs_definition":"before the dance; Prochorus, a Christian","kjv_definition":"Prochorus"} +{"id":"G4403","strongs_number":"G4403","system":"greek","language":"greek","number_value":4403,"lemma":"πρύμνα","transliteration":"prýmna","pronunciation":null,"derivation":"feminine of (hindmost);","strongs_definition":"the stern of a ship","kjv_definition":"hinder part, stern"} +{"id":"G4404","strongs_number":"G4404","system":"greek","language":"greek","number_value":4404,"lemma":"πρωΐ","transliteration":"prōḯ","pronunciation":null,"derivation":"adverb from G4253 (πρό);","strongs_definition":"at dawn; by implication, the day-break watch","kjv_definition":"early (in the morning), (in the) morning"} +{"id":"G4405","strongs_number":"G4405","system":"greek","language":"greek","number_value":4405,"lemma":"πρωΐα","transliteration":"prōḯa","pronunciation":null,"derivation":"feminine of a derivative of G4404 (πρωΐ) as noun;","strongs_definition":"day-dawn","kjv_definition":"early, morning"} +{"id":"G4406","strongs_number":"G4406","system":"greek","language":"greek","number_value":4406,"lemma":"πρώϊμος","transliteration":"prṓïmos","pronunciation":null,"derivation":"from G4404 (πρωΐ);","strongs_definition":"dawning, i.e. (by analogy) autumnal (showering, the first of the rainy season)","kjv_definition":"early"} +{"id":"G4407","strongs_number":"G4407","system":"greek","language":"greek","number_value":4407,"lemma":"πρωϊνός","transliteration":"prōïnós","pronunciation":null,"derivation":"from G4404 (πρωΐ);","strongs_definition":"pertaining to the dawn, i.e. matutinal","kjv_definition":"morning"} +{"id":"G4408","strongs_number":"G4408","system":"greek","language":"greek","number_value":4408,"lemma":"πρῶρα","transliteration":"prōra","pronunciation":null,"derivation":"feminine of a presumed derivative of G4253 (πρό) as noun;","strongs_definition":"the prow, i.e. forward part of a vessel","kjv_definition":"forepart(-ship)"} +{"id":"G4409","strongs_number":"G4409","system":"greek","language":"greek","number_value":4409,"lemma":"πρωτεύω","transliteration":"prōteúō","pronunciation":null,"derivation":"from G4413 (πρῶτος);","strongs_definition":"to be first (in rank or influence)","kjv_definition":"have the preeminence"} +{"id":"G4410","strongs_number":"G4410","system":"greek","language":"greek","number_value":4410,"lemma":"πρωτοκαθεδρία","transliteration":"prōtokathedría","pronunciation":null,"derivation":"from G4413 (πρῶτος) and G2515 (καθέδρα);","strongs_definition":"a sitting first (in the front row), i.e. preeminence in council","kjv_definition":"chief (highest, uppermost) seat"} +{"id":"G4411","strongs_number":"G4411","system":"greek","language":"greek","number_value":4411,"lemma":"πρωτοκλισία","transliteration":"prōtoklisía","pronunciation":null,"derivation":"from G4413 (πρῶτος) and G2828 (κλισία);","strongs_definition":"a reclining first (in the place of honor) at the dinner-bed, i.e. preeminence at meals","kjv_definition":"chief (highest, uppermost) room"} +{"id":"G4412","strongs_number":"G4412","system":"greek","language":"greek","number_value":4412,"lemma":"πρῶτον","transliteration":"prōton","pronunciation":null,"derivation":"neuter of G4413 (πρῶτος) as adverb (with or without G3588 (ὁ));","strongs_definition":"firstly (in time, place, order, or importance)","kjv_definition":"before, at the beginning, chiefly (at, at the) first (of all)"} +{"id":"G4413","strongs_number":"G4413","system":"greek","language":"greek","number_value":4413,"lemma":"πρῶτος","transliteration":"prōtos","pronunciation":null,"derivation":"contracted superlative of G4253 (πρό);","strongs_definition":"foremost (in time, place, order or importance)","kjv_definition":"before, beginning, best, chief(-est), first (of all), former"} +{"id":"G4414","strongs_number":"G4414","system":"greek","language":"greek","number_value":4414,"lemma":"πρωτοστάτης","transliteration":"prōtostátēs","pronunciation":null,"derivation":"from G4413 (πρῶτος) and G2476 (ἵστημι);","strongs_definition":"one standing first in the ranks, i.e. a captain (champion)","kjv_definition":"ringleader"} +{"id":"G4415","strongs_number":"G4415","system":"greek","language":"greek","number_value":4415,"lemma":"πρωτοτόκια","transliteration":"prōtotókia","pronunciation":null,"derivation":"from G4416 (πρωτότοκος);","strongs_definition":"primogeniture (as a privilege)","kjv_definition":"birthright"} +{"id":"G4416","strongs_number":"G4416","system":"greek","language":"greek","number_value":4416,"lemma":"πρωτότοκος","transliteration":"prōtótokos","pronunciation":null,"derivation":"from G4413 (πρῶτος) and the alternate of G5088 (τίκτω);","strongs_definition":"first-born (usually as noun, literally or figuratively)","kjv_definition":"firstbegotten(-born)"} +{"id":"G4417","strongs_number":"G4417","system":"greek","language":"greek","number_value":4417,"lemma":"πταίω","transliteration":"ptaíō","pronunciation":null,"derivation":"a form of G4098 (πίπτω);","strongs_definition":"to trip, i.e. (figuratively) to err, sin, fail (of salvation)","kjv_definition":"fall, offend, stumble"} +{"id":"G4418","strongs_number":"G4418","system":"greek","language":"greek","number_value":4418,"lemma":"πτέρνα","transliteration":"ptérna","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"the heel (figuratively)","kjv_definition":"heel"} +{"id":"G4419","strongs_number":"G4419","system":"greek","language":"greek","number_value":4419,"lemma":"πτερύγιον","transliteration":"pterýgion","pronunciation":null,"derivation":"neuter of a presumed derivative of G4420 (πτέρυξ);","strongs_definition":"a winglet, i.e. (figuratively) extremity (top corner)","kjv_definition":"pinnacle"} +{"id":"G4420","strongs_number":"G4420","system":"greek","language":"greek","number_value":4420,"lemma":"πτέρυξ","transliteration":"ptéryx","pronunciation":null,"derivation":"from a derivative of G4072 (πέτομαι) (meaning a feather);","strongs_definition":"a wing","kjv_definition":"wing"} +{"id":"G4421","strongs_number":"G4421","system":"greek","language":"greek","number_value":4421,"lemma":"πτηνόν","transliteration":"ptēnón","pronunciation":null,"derivation":"contraction for G4071 (πετεινόν);","strongs_definition":"a bird","kjv_definition":"bird"} +{"id":"G4422","strongs_number":"G4422","system":"greek","language":"greek","number_value":4422,"lemma":"πτοέω","transliteration":"ptoéō","pronunciation":null,"derivation":"probably akin to the alternate of G4098 (πίπτω) (through the idea of causing to fall) or to G4072 (πέτομαι) (through that of causing to fly away);","strongs_definition":"to scare","kjv_definition":"frighten"} +{"id":"G4423","strongs_number":"G4423","system":"greek","language":"greek","number_value":4423,"lemma":"πτόησις","transliteration":"ptóēsis","pronunciation":null,"derivation":"from G4422 (πτοέω);","strongs_definition":"alarm","kjv_definition":"amazement"} +{"id":"G4424","strongs_number":"G4424","system":"greek","language":"greek","number_value":4424,"lemma":"Πτολεμαΐς","transliteration":"Ptolemaḯs","pronunciation":null,"derivation":"from (Ptolemy, after whom it was named);","strongs_definition":"Ptolemais, a place in Palestine","kjv_definition":"Ptolemais"} +{"id":"G4425","strongs_number":"G4425","system":"greek","language":"greek","number_value":4425,"lemma":"πτύον","transliteration":"ptýon","pronunciation":null,"derivation":"from G4429 (πτύω);","strongs_definition":"a winnowing-fork (as scattering like spittle)","kjv_definition":"fan"} +{"id":"G4426","strongs_number":"G4426","system":"greek","language":"greek","number_value":4426,"lemma":"πτύρω","transliteration":"ptýrō","pronunciation":null,"derivation":"from a presumed derivative of G4429 (πτύω) (and thus akin to G4422 (πτοέω));","strongs_definition":"to frighten","kjv_definition":"terrify"} +{"id":"G4427","strongs_number":"G4427","system":"greek","language":"greek","number_value":4427,"lemma":"πτύσμα","transliteration":"ptýsma","pronunciation":null,"derivation":"from G4429 (πτύω);","strongs_definition":"saliva","kjv_definition":"spittle"} +{"id":"G4428","strongs_number":"G4428","system":"greek","language":"greek","number_value":4428,"lemma":"πτύσσω","transliteration":"ptýssō","pronunciation":null,"derivation":"probably akin to (to spread;","strongs_definition":"and thus apparently allied to G4072 (πέτομαι) through the idea of expansion, and to 4429 through that of flattening; compare G3961 (πατέω)); to fold, i.e. furl a scroll","kjv_definition":"close"} +{"id":"G4429","strongs_number":"G4429","system":"greek","language":"greek","number_value":4429,"lemma":"πτύω","transliteration":"ptýō","pronunciation":null,"derivation":"a primary verb (compare G4428 (πτύσσω));","strongs_definition":"to spit","kjv_definition":"spit"} +{"id":"G4430","strongs_number":"G4430","system":"greek","language":"greek","number_value":4430,"lemma":"πτῶμα","transliteration":"ptōma","pronunciation":null,"derivation":"from the alternate of G4098 (πίπτω);","strongs_definition":"a ruin, i.e. (specially), lifeless body (corpse, carrion)","kjv_definition":"dead body, carcase, corpse"} +{"id":"G4431","strongs_number":"G4431","system":"greek","language":"greek","number_value":4431,"lemma":"πτῶσις","transliteration":"ptōsis","pronunciation":null,"derivation":"from the alternate of G4098 (πίπτω);","strongs_definition":"a crash, i.e. downfall (literally or figuratively)","kjv_definition":"fall"} +{"id":"G4432","strongs_number":"G4432","system":"greek","language":"greek","number_value":4432,"lemma":"πτωχεία","transliteration":"ptōcheía","pronunciation":null,"derivation":"from G4433 (πτωχεύω);","strongs_definition":"beggary, i.e. indigence (literally or figuratively)","kjv_definition":"poverty"} +{"id":"G4433","strongs_number":"G4433","system":"greek","language":"greek","number_value":4433,"lemma":"πτωχεύω","transliteration":"ptōcheúō","pronunciation":null,"derivation":"from G4434 (πτωχός);","strongs_definition":"to be a beggar, i.e. (by implication) to become indigent (figuratively)","kjv_definition":"become poor"} +{"id":"G4434","strongs_number":"G4434","system":"greek","language":"greek","number_value":4434,"lemma":"πτωχός","transliteration":"ptōchós","pronunciation":null,"derivation":"from (to crouch);","strongs_definition":"akin to G4422 (πτοέω) and the alternate of G4098 (πίπτω)); a beggar (as cringing), i.e. pauper (strictly denoting absolute or public mendicancy, although also used in a qualified or relative sense; whereas G3993 (πένης) properly means only straitened circumstances in private), literally (often as noun) or figuratively (distressed)","kjv_definition":"beggar(-ly), poor"} +{"id":"G4435","strongs_number":"G4435","system":"greek","language":"greek","number_value":4435,"lemma":"πυγμή","transliteration":"pygmḗ","pronunciation":null,"derivation":"from a primary (the fist as a weapon);","strongs_definition":"the clenched hand, i.e. (only in dative case as adverb) with the fist (hard scrubbing)","kjv_definition":"oft"} +{"id":"G4436","strongs_number":"G4436","system":"greek","language":"greek","number_value":4436,"lemma":"Πύθων","transliteration":"Pýthōn","pronunciation":null,"derivation":"from (the name of the region where Delphi, the seat of the famous oracle, was located);","strongs_definition":"a Python, i.e. (by analogy, with the supposed diviner there) inspiration (soothsaying)","kjv_definition":"divination"} +{"id":"G4437","strongs_number":"G4437","system":"greek","language":"greek","number_value":4437,"lemma":"πυκνός","transliteration":"pyknós","pronunciation":null,"derivation":"from the same as G4635 (σκηνοποιός);","strongs_definition":"clasped (thick), i.e. (figuratively) frequent; neuter plural (as adverb) frequently","kjv_definition":"often(-er)"} +{"id":"G4438","strongs_number":"G4438","system":"greek","language":"greek","number_value":4438,"lemma":"πυκτέω","transliteration":"pyktéō","pronunciation":null,"derivation":"from a derivative of the same as G4435 (πυγμή);","strongs_definition":"to box (with the fist), i.e. contend (as a boxer) at the games (figuratively)","kjv_definition":"fight"} +{"id":"G4439","strongs_number":"G4439","system":"greek","language":"greek","number_value":4439,"lemma":"πύλη","transliteration":"pýlē","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a gate, i.e. the leaf or wing of a folding entrance (literally or figuratively)","kjv_definition":"gate"} +{"id":"G4440","strongs_number":"G4440","system":"greek","language":"greek","number_value":4440,"lemma":"πυλών","transliteration":"pylṓn","pronunciation":null,"derivation":"from G4439 (πύλη);","strongs_definition":"a gate-way, door-way of a building or city; by implication, a portal or vestibule","kjv_definition":"gate, porch"} +{"id":"G4441","strongs_number":"G4441","system":"greek","language":"greek","number_value":4441,"lemma":"πυνθάνομαι","transliteration":"pynthánomai","pronunciation":null,"derivation":"middle voice prolonged from a primary (which occurs only as an alternate in certain tenses);","strongs_definition":"to question, i.e. ascertain by inquiry (as a matter of information merely; and thus differing from G2065 (ἐρωτάω), which properly means a request as a favor; and from G154 (αἰτέω), which is strictly a demand for something due; as well as from G2212 (ζητέω), which implies a search for something hidden; and from G1189 (δέομαι), which involves the idea of urgent need); by implication, to learn (by casual intelligence)","kjv_definition":"ask, demand, enquire, understand"} +{"id":"G4442","strongs_number":"G4442","system":"greek","language":"greek","number_value":4442,"lemma":"πῦρ","transliteration":"pŷr","pronunciation":null,"derivation":"a primary word;","strongs_definition":"\"fire\" (literally or figuratively, specially, lightning)","kjv_definition":"fiery, fire"} +{"id":"G4443","strongs_number":"G4443","system":"greek","language":"greek","number_value":4443,"lemma":"πυρά","transliteration":"pyrá","pronunciation":null,"derivation":"from G4442 (πῦρ);","strongs_definition":"a fire (concretely)","kjv_definition":"fire"} +{"id":"G4444","strongs_number":"G4444","system":"greek","language":"greek","number_value":4444,"lemma":"πύργος","transliteration":"pýrgos","pronunciation":null,"derivation":"apparently a primary word (\"burgh\");","strongs_definition":"a tower or castle","kjv_definition":"tower"} +{"id":"G4445","strongs_number":"G4445","system":"greek","language":"greek","number_value":4445,"lemma":"πυρέσσω","transliteration":"pyréssō","pronunciation":null,"derivation":"from G4443 (πυρά);","strongs_definition":"to be on fire, i.e. (specially), to have a fever","kjv_definition":"be sick of a fever"} +{"id":"G4446","strongs_number":"G4446","system":"greek","language":"greek","number_value":4446,"lemma":"πυρετός","transliteration":"pyretós","pronunciation":null,"derivation":"from G4445 (πυρέσσω);","strongs_definition":"inflamed, i.e. (by implication) feverish (as noun, fever)","kjv_definition":"fever"} +{"id":"G4447","strongs_number":"G4447","system":"greek","language":"greek","number_value":4447,"lemma":"πύρινος","transliteration":"pýrinos","pronunciation":null,"derivation":"from G4443 (πυρά);","strongs_definition":"fiery, i.e. (by implication) flaming","kjv_definition":"of fire"} +{"id":"G4448","strongs_number":"G4448","system":"greek","language":"greek","number_value":4448,"lemma":"πυρόω","transliteration":"pyróō","pronunciation":null,"derivation":"from G4442 (πῦρ);","strongs_definition":"to kindle, i.e. (passively) to be ignited, glow (literally), be refined (by implication), or (figuratively) to be inflamed (with anger, grief, lust)","kjv_definition":"burn, fiery, be on fire, try"} +{"id":"G4449","strongs_number":"G4449","system":"greek","language":"greek","number_value":4449,"lemma":"πυῤῥάζω","transliteration":"pyrrházō","pronunciation":null,"derivation":"from G4450 (πυῤῥός);","strongs_definition":"to redden (intransitively)","kjv_definition":"be red"} +{"id":"G4450","strongs_number":"G4450","system":"greek","language":"greek","number_value":4450,"lemma":"πυῤῥός","transliteration":"pyrrhós","pronunciation":null,"derivation":"from G4442 (πῦρ);","strongs_definition":"fire-like, i.e. (specially), flame- colored","kjv_definition":"red"} +{"id":"G4451","strongs_number":"G4451","system":"greek","language":"greek","number_value":4451,"lemma":"πύρωσις","transliteration":"pýrōsis","pronunciation":null,"derivation":"from G4448 (πυρόω);","strongs_definition":"ignition, i.e. (specially), smelting (figuratively, conflagration, calamity as a test)","kjv_definition":"burning, trial"} +{"id":"G4452","strongs_number":"G4452","system":"greek","language":"greek","number_value":4452,"lemma":"-πω","transliteration":"-pō","pronunciation":null,"derivation":"another form of the base of G4458 (-πώς);","strongs_definition":"an enclitic particle of indefiniteness; yet, even; used only in the comparative. See G3369 (μηδέπω), G3380 (μήπω), G3764 (οὐδέπω), G3768 (οὔπω), G4455 (πώποτε).","kjv_definition":null} +{"id":"G4453","strongs_number":"G4453","system":"greek","language":"greek","number_value":4453,"lemma":"πωλέω","transliteration":"pōléō","pronunciation":null,"derivation":"probably ultimately from (to be busy, to trade);","strongs_definition":"to barter (as a pedlar), i.e. to sell","kjv_definition":"sell, whatever is sold"} +{"id":"G4454","strongs_number":"G4454","system":"greek","language":"greek","number_value":4454,"lemma":"πῶλος","transliteration":"pōlos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a \"foal\" or \"filly\", i.e. (specially), a young ass","kjv_definition":"colt"} +{"id":"G4455","strongs_number":"G4455","system":"greek","language":"greek","number_value":4455,"lemma":"πώποτε","transliteration":"pṓpote","pronunciation":null,"derivation":"from G4452 (-πω) and G4218 (ποτέ);","strongs_definition":"at any time, i.e. (with negative particle) at no time","kjv_definition":"at any time, + never (…to any man), + yet, never man"} +{"id":"G4456","strongs_number":"G4456","system":"greek","language":"greek","number_value":4456,"lemma":"πωρόω","transliteration":"pōróō","pronunciation":null,"derivation":"apparently from (a kind of stone);","strongs_definition":"to petrify, i.e. (figuratively) to indurate (render stupid or callous)","kjv_definition":"blind, harden"} +{"id":"G4457","strongs_number":"G4457","system":"greek","language":"greek","number_value":4457,"lemma":"πώρωσις","transliteration":"pṓrōsis","pronunciation":null,"derivation":"from G4456 (πωρόω);","strongs_definition":"stupidity or callousness","kjv_definition":"blindness, hardness"} +{"id":"G4458","strongs_number":"G4458","system":"greek","language":"greek","number_value":4458,"lemma":"-πώς","transliteration":"-pṓs","pronunciation":null,"derivation":"adverb from the base of G4225 (πού);","strongs_definition":"an enclitic particle of indefiniteness of manner; somehow or anyhow; used only in composition","kjv_definition":"haply, by any (some) means, perhaps"} +{"id":"G4459","strongs_number":"G4459","system":"greek","language":"greek","number_value":4459,"lemma":"πῶς","transliteration":"pōs","pronunciation":null,"derivation":"adverb from the base of G4226 (ποῦ);","strongs_definition":"an interrogative particle of manner; in what way? (sometimes the question is indirect, how?); also as exclamation, how much!","kjv_definition":"how, after (by) what manner (means), that"} +{"id":"G4460","strongs_number":"G4460","system":"greek","language":"greek","number_value":4460,"lemma":"Ῥαάβ","transliteration":"Rhaáb","pronunciation":null,"derivation":"of Hebrew origin (G7343);","strongs_definition":"Raab (i.e. Rachab), a Canaanitess","kjv_definition":"Rahab"} +{"id":"G4461","strongs_number":"G4461","system":"greek","language":"greek","number_value":4461,"lemma":"ῥαββί","transliteration":"rhabbí","pronunciation":null,"derivation":"of Hebrew origin (H07227 with pronominal suffix);","strongs_definition":"my master, i.e Rabbi, as an official title of honor","kjv_definition":"Master, Rabbi"} +{"id":"G4462","strongs_number":"G4462","system":"greek","language":"greek","number_value":4462,"lemma":"ῥαββονί","transliteration":"rhabboní","pronunciation":null,"derivation":"of Chaldee origin;","strongs_definition":"corresponding to G4461 (ῥαββί)","kjv_definition":"Lord, Rabboni"} +{"id":"G4463","strongs_number":"G4463","system":"greek","language":"greek","number_value":4463,"lemma":"ῥαβδίζω","transliteration":"rhabdízō","pronunciation":null,"derivation":"from G4464 (ῥάβδος);","strongs_definition":"to strike with a stick, i.e. bastinado","kjv_definition":"beat (with rods)"} +{"id":"G4464","strongs_number":"G4464","system":"greek","language":"greek","number_value":4464,"lemma":"ῥάβδος","transliteration":"rhábdos","pronunciation":null,"derivation":"from the base of G4474 (ῥαπίζω);","strongs_definition":"a stick or wand (as a cudgel, a cane or a baton of royalty)","kjv_definition":"rod, sceptre, staff"} +{"id":"G4465","strongs_number":"G4465","system":"greek","language":"greek","number_value":4465,"lemma":"ῥαβδοῦχος","transliteration":"rhabdoûchos","pronunciation":null,"derivation":"from G4464 (ῥάβδος) and G2192 (ἔχω);","strongs_definition":"a rod- (the Latin fasces) holder, i.e. a Roman lictor (constable or executioner)","kjv_definition":"serjeant"} +{"id":"G4466","strongs_number":"G4466","system":"greek","language":"greek","number_value":4466,"lemma":"Ῥαγαῦ","transliteration":"Rhagaû","pronunciation":null,"derivation":"of Hebrew origin (H07466);","strongs_definition":"Ragau (i.e. Reu), a patriarch","kjv_definition":"Ragau"} +{"id":"G4467","strongs_number":"G4467","system":"greek","language":"greek","number_value":4467,"lemma":"ῥᾳδιούργημα","transliteration":"rhaidioúrgēma","pronunciation":null,"derivation":"from a comparative of (easy, i.e. reckless) and G2041 (ἔργον);","strongs_definition":"easy-going behavior, i.e. (by extension) a crime","kjv_definition":"lewdness"} +{"id":"G4468","strongs_number":"G4468","system":"greek","language":"greek","number_value":4468,"lemma":"ῥᾳδιουργία","transliteration":"rhaidiourgía","pronunciation":null,"derivation":"from the same as G4467 (ῥᾳδιούργημα);","strongs_definition":"recklessness, i.e. (by extension) malignity","kjv_definition":"mischief"} +{"id":"G4469","strongs_number":"G4469","system":"greek","language":"greek","number_value":4469,"lemma":"ῥακά","transliteration":"rhaká","pronunciation":null,"derivation":"of Chaldee origin (compare H07386);","strongs_definition":"O empty one, i.e. thou worthless (as a term of utter vilification)","kjv_definition":"Raca"} +{"id":"G4470","strongs_number":"G4470","system":"greek","language":"greek","number_value":4470,"lemma":"ῥάκος","transliteration":"rhákos","pronunciation":null,"derivation":"from G4486 (ῥήγνυμι);","strongs_definition":"a \"rag,\" i.e. piece of cloth","kjv_definition":"cloth"} +{"id":"G4471","strongs_number":"G4471","system":"greek","language":"greek","number_value":4471,"lemma":"Ῥαμᾶ","transliteration":"Rhamâ","pronunciation":null,"derivation":"of Hebrew origin (H07414);","strongs_definition":"Rama (i.e. Ramah), a place in Palestine","kjv_definition":"Rama"} +{"id":"G4472","strongs_number":"G4472","system":"greek","language":"greek","number_value":4472,"lemma":"ῥαντίζω","transliteration":"rhantízō","pronunciation":null,"derivation":"from a derivative of (to sprinkle);","strongs_definition":"to render besprinkled, i.e. asperse (ceremonially or figuratively)","kjv_definition":"sprinkle"} +{"id":"G4473","strongs_number":"G4473","system":"greek","language":"greek","number_value":4473,"lemma":"ῥαντισμός","transliteration":"rhantismós","pronunciation":null,"derivation":"from G4472 (ῥαντίζω);","strongs_definition":"aspersion (ceremonially or figuratively)","kjv_definition":"sprinkling"} +{"id":"G4474","strongs_number":"G4474","system":"greek","language":"greek","number_value":4474,"lemma":"ῥαπίζω","transliteration":"rhapízō","pronunciation":null,"derivation":"from a derivative of a primary (to let fall, \"rap\");","strongs_definition":"to slap","kjv_definition":"smite (with the palm of the hand)"} +{"id":"G4475","strongs_number":"G4475","system":"greek","language":"greek","number_value":4475,"lemma":"ῥάπισμα","transliteration":"rhápisma","pronunciation":null,"derivation":"from G4474 (ῥαπίζω);","strongs_definition":"a slap","kjv_definition":"(+ strike with the) palm of the hand, smite with the hand"} +{"id":"G4476","strongs_number":"G4476","system":"greek","language":"greek","number_value":4476,"lemma":"ῥαφίς","transliteration":"rhaphís","pronunciation":null,"derivation":"from a primary (to sew;","strongs_definition":"perhaps rather akin to the base of G4474 (ῥαπίζω) through the idea of puncturing); a needle","kjv_definition":"needle"} +{"id":"G4477","strongs_number":"G4477","system":"greek","language":"greek","number_value":4477,"lemma":"Ῥαχάβ","transliteration":"Rhacháb","pronunciation":null,"derivation":"from the same as G4460 (Ῥαάβ);","strongs_definition":"Rachab, a Canaanitess","kjv_definition":"Rachab"} +{"id":"G4478","strongs_number":"G4478","system":"greek","language":"greek","number_value":4478,"lemma":"Ῥαχήλ","transliteration":"Rhachḗl","pronunciation":null,"derivation":"of Hebrew origin (H07354);","strongs_definition":"Rachel, the wife of Jacob","kjv_definition":"Rachel"} +{"id":"G4479","strongs_number":"G4479","system":"greek","language":"greek","number_value":4479,"lemma":"Ῥεβέκκα","transliteration":"Rhebékka","pronunciation":null,"derivation":"of Hebrew origin (H07259);","strongs_definition":"Rebecca (i.e. Ribkah), the wife of Isaac","kjv_definition":"Rebecca"} +{"id":"G4480","strongs_number":"G4480","system":"greek","language":"greek","number_value":4480,"lemma":"ῥέδα","transliteration":"rhéda","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a rheda, i.e. four-wheeled carriage (wagon for riding)","kjv_definition":"chariot"} +{"id":"G4481","strongs_number":"G4481","system":"greek","language":"greek","number_value":4481,"lemma":"Ῥεμφάν","transliteration":"Rhemphán","pronunciation":null,"derivation":"by incorrect transliteration for a word of Hebrew origin (H03594);","strongs_definition":"Remphan (i.e. Kijun), an Egyptian idol","kjv_definition":"Remphan"} +{"id":"G4482","strongs_number":"G4482","system":"greek","language":"greek","number_value":4482,"lemma":"ῥέω","transliteration":"rhéō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"for some tenses of which a prolonged form is used to flow (\"run\"; as water)","kjv_definition":"flow"} +{"id":"G4483","strongs_number":"G4483","system":"greek","language":"greek","number_value":4483,"lemma":"ῥέω","transliteration":"rhéō","pronunciation":null,"derivation":"perhaps akin (or identical) with G4482 (ῥέω) (through the idea of pouring forth);","strongs_definition":"to utter, i.e. speak or say","kjv_definition":"command, make, say, speak (of)"} +{"id":"G4484","strongs_number":"G4484","system":"greek","language":"greek","number_value":4484,"lemma":"Ῥήγιον","transliteration":"Rhḗgion","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Rhegium, a place in Italy","kjv_definition":"Rhegium"} +{"id":"G4485","strongs_number":"G4485","system":"greek","language":"greek","number_value":4485,"lemma":"ῥῆγμα","transliteration":"rhēgma","pronunciation":null,"derivation":"from G4486 (ῥήγνυμι);","strongs_definition":"something torn, i.e. a fragment (by implication and abstractly, a fall)","kjv_definition":"ruin"} +{"id":"G4486","strongs_number":"G4486","system":"greek","language":"greek","number_value":4486,"lemma":"ῥήγνυμι","transliteration":"rhḗgnymi","pronunciation":null,"derivation":"both prolonged forms of (which appears only in certain forms, and is itself probably a strengthened form of (see in G2608 (κατάγνυμι))) to \"break,\" \"wreck\" or \"crack\", i.e. (especially) to sunder (by separation of the parts;","strongs_definition":"G2608 (κατάγνυμι) being its intensive (with the preposition in composition), and G2352 (θραύω) a shattering to minute fragments; but not a reduction to the constituent particles, like G3089 (λύω)) or disrupt, lacerate; by implication, to convulse (with spasms); figuratively, to give vent to joyful emotions","kjv_definition":"break (forth), burst, rend, tear"} +{"id":"G4487","strongs_number":"G4487","system":"greek","language":"greek","number_value":4487,"lemma":"ῥῆμα","transliteration":"rhēma","pronunciation":null,"derivation":"from G4483 (ῥέω);","strongs_definition":"an utterance (individually, collectively or specially),; by implication, a matter or topic (especially of narration, command or dispute); with a negative naught whatever","kjv_definition":"+ evil, + nothing, saying, word"} +{"id":"G4488","strongs_number":"G4488","system":"greek","language":"greek","number_value":4488,"lemma":"Ῥησά","transliteration":"Rhēsá","pronunciation":null,"derivation":"probably of Hebrew origin (apparently for H07509);","strongs_definition":"Resa (i.e. Rephajah), an Israelite","kjv_definition":"Rhesa"} +{"id":"G4489","strongs_number":"G4489","system":"greek","language":"greek","number_value":4489,"lemma":"ῥήτωρ","transliteration":"rhḗtōr","pronunciation":null,"derivation":"from G4483 (ῥέω);","strongs_definition":"a speaker, i.e. (by implication) a forensic advocate","kjv_definition":"orator"} +{"id":"G4490","strongs_number":"G4490","system":"greek","language":"greek","number_value":4490,"lemma":"ῥητῶς","transliteration":"rhētōs","pronunciation":null,"derivation":"adverb from a derivative of G4483 (ῥέω);","strongs_definition":"out-spokenly, i.e. distinctly","kjv_definition":"expressly"} +{"id":"G4491","strongs_number":"G4491","system":"greek","language":"greek","number_value":4491,"lemma":"ῥίζα","transliteration":"rhíza","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a \"root\" (literally or figuratively)","kjv_definition":"root"} +{"id":"G4492","strongs_number":"G4492","system":"greek","language":"greek","number_value":4492,"lemma":"ῥιζόω","transliteration":"rhizóō","pronunciation":null,"derivation":"from G4491 (ῥίζα);","strongs_definition":"to root (figuratively, become stable)","kjv_definition":"root"} +{"id":"G4493","strongs_number":"G4493","system":"greek","language":"greek","number_value":4493,"lemma":"ῥιπή","transliteration":"rhipḗ","pronunciation":null,"derivation":"from G4496 (ῥίπτω);","strongs_definition":"a jerk (of the eye, i.e. (by analogy) an instant)","kjv_definition":"twinkling"} +{"id":"G4494","strongs_number":"G4494","system":"greek","language":"greek","number_value":4494,"lemma":"ῥιπίζω","transliteration":"rhipízō","pronunciation":null,"derivation":"from a derivative of G4496 (ῥίπτω) (meaning a fan or bellows);","strongs_definition":"to breeze up, i.e. (by analogy) to agitate (into waves)","kjv_definition":"toss"} +{"id":"G4495","strongs_number":"G4495","system":"greek","language":"greek","number_value":4495,"lemma":"ῥιπτέω","transliteration":"rhiptéō","pronunciation":null,"derivation":"from a derivative of G4496 (ῥίπτω);","strongs_definition":"to toss up","kjv_definition":"cast off"} +{"id":"G4496","strongs_number":"G4496","system":"greek","language":"greek","number_value":4496,"lemma":"ῥίπτω","transliteration":"rhíptō","pronunciation":null,"derivation":"a primary verb (perhaps rather akin to the base of G4474 (ῥαπίζω), through the idea of sudden motion);","strongs_definition":"to fling (properly, with a quick toss, thus differing from G906 (βάλλω), which denotes a deliberate hurl; and from (see in G1614 (ἐκτείνω)), which indicates an extended projection); by qualification, to deposit (as if a load); by extension, to disperse","kjv_definition":"cast (down, out), scatter abroad, throw"} +{"id":"G4497","strongs_number":"G4497","system":"greek","language":"greek","number_value":4497,"lemma":"Ῥοβοάμ","transliteration":"Rhoboám","pronunciation":null,"derivation":"of Hebrew origin (H07346);","strongs_definition":"Roboam (i.e. Rechobam), an Israelite","kjv_definition":"Roboam"} +{"id":"G4498","strongs_number":"G4498","system":"greek","language":"greek","number_value":4498,"lemma":"Ῥόδη","transliteration":"Rhódē","pronunciation":null,"derivation":"probably for rhode (a rose);","strongs_definition":"Rode, a servant girl","kjv_definition":"Rhoda"} +{"id":"G4499","strongs_number":"G4499","system":"greek","language":"greek","number_value":4499,"lemma":"Ῥόδος","transliteration":"Rhódos","pronunciation":null,"derivation":"probably from (a rose);","strongs_definition":"Rhodus, an island of the Mediterranean","kjv_definition":"Rhodes"} +{"id":"G4500","strongs_number":"G4500","system":"greek","language":"greek","number_value":4500,"lemma":"ῥοιζηδόν","transliteration":"rhoizēdón","pronunciation":null,"derivation":"adverb from a derivative of (a whir);","strongs_definition":"whizzingly, i.e. with a crash","kjv_definition":"with a great noise"} +{"id":"G4501","strongs_number":"G4501","system":"greek","language":"greek","number_value":4501,"lemma":"ῥομφαία","transliteration":"rhomphaía","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"a sabre, i.e. a long and broad cutlass (any weapon of the kind, literally or figuratively)","kjv_definition":"sword"} +{"id":"G4502","strongs_number":"G4502","system":"greek","language":"greek","number_value":4502,"lemma":"Ῥουβήν","transliteration":"Rhoubḗn","pronunciation":null,"derivation":"of Hebrew origin (H07205);","strongs_definition":"Ruben (i.e. Reuben), an Israelite","kjv_definition":"Reuben"} +{"id":"G4503","strongs_number":"G4503","system":"greek","language":"greek","number_value":4503,"lemma":"Ῥούθ","transliteration":"Rhoúth","pronunciation":null,"derivation":"of Hebrew origin (H07327);","strongs_definition":"Ruth, a Moabitess","kjv_definition":"Ruth"} +{"id":"G4504","strongs_number":"G4504","system":"greek","language":"greek","number_value":4504,"lemma":"Ῥοῦφος","transliteration":"Rhoûphos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"red; Rufus, a Christian","kjv_definition":"Rufus"} +{"id":"G4505","strongs_number":"G4505","system":"greek","language":"greek","number_value":4505,"lemma":"ῥύμη","transliteration":"rhýmē","pronunciation":null,"derivation":"prolongation from G4506 (ῥύομαι) in its original sense;","strongs_definition":"an alley or avenue (as crowded)","kjv_definition":"lane, street"} +{"id":"G4506","strongs_number":"G4506","system":"greek","language":"greek","number_value":4506,"lemma":"ῥύομαι","transliteration":"rhýomai","pronunciation":null,"derivation":"middle voice of an obsolete verb, akin to G4482 (ῥέω) (through the idea of a current;","strongs_definition":"compare G4511 (ῥύσις)); to rush or draw (for oneself), i.e. rescue","kjv_definition":"deliver(-er)"} +{"id":"G4507","strongs_number":"G4507","system":"greek","language":"greek","number_value":4507,"lemma":"ῥυπαρία","transliteration":"rhyparía","pronunciation":null,"derivation":"from G4508 (ῥυπαρός);","strongs_definition":"dirtiness (morally)","kjv_definition":"turpitude"} +{"id":"G4508","strongs_number":"G4508","system":"greek","language":"greek","number_value":4508,"lemma":"ῥυπαρός","transliteration":"rhyparós","pronunciation":null,"derivation":"from G4509 (ῥύπος);","strongs_definition":"dirty, i.e. (relatively) cheap or shabby; morally, wicked","kjv_definition":"vile"} +{"id":"G4509","strongs_number":"G4509","system":"greek","language":"greek","number_value":4509,"lemma":"ῥύπος","transliteration":"rhýpos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"dirt, i.e. (morally) depravity","kjv_definition":"filth"} +{"id":"G4510","strongs_number":"G4510","system":"greek","language":"greek","number_value":4510,"lemma":"ῥυπόω","transliteration":"rhypóō","pronunciation":null,"derivation":"from G4509 (ῥύπος);","strongs_definition":"to soil, i.e. (intransitively) to become dirty (morally)","kjv_definition":"be filthy"} +{"id":"G4511","strongs_number":"G4511","system":"greek","language":"greek","number_value":4511,"lemma":"ῥύσις","transliteration":"rhýsis","pronunciation":null,"derivation":"from G4506 (ῥύομαι) in the sense of its congener G4482 (ῥέω);","strongs_definition":"a flux (of blood)","kjv_definition":"issue"} +{"id":"G4512","strongs_number":"G4512","system":"greek","language":"greek","number_value":4512,"lemma":"ῥυτίς","transliteration":"rhytís","pronunciation":null,"derivation":"from G4506 (ῥύομαι);","strongs_definition":"a fold (as drawing together), i.e. a wrinkle (especially on the face)","kjv_definition":"wrinkle"} +{"id":"G4513","strongs_number":"G4513","system":"greek","language":"greek","number_value":4513,"lemma":"Ῥωμαϊκός","transliteration":"Rhōmaïkós","pronunciation":null,"derivation":"from G4514 (Ῥωμαῖος);","strongs_definition":"Romaic, i.e. Latin","kjv_definition":"Latin"} +{"id":"G4514","strongs_number":"G4514","system":"greek","language":"greek","number_value":4514,"lemma":"Ῥωμαῖος","transliteration":"Rhōmaîos","pronunciation":null,"derivation":"from G4516 (Ῥώμη);","strongs_definition":"Romæan, i.e. Roman (as noun)","kjv_definition":"Roman, of Rome"} +{"id":"G4515","strongs_number":"G4515","system":"greek","language":"greek","number_value":4515,"lemma":"Ῥωμαϊστί","transliteration":"Rhōmaïstí","pronunciation":null,"derivation":"adverb from a presumed derivative of G4516 (Ῥώμη);","strongs_definition":"Romaistically, i.e. in the Latin language","kjv_definition":"Latin"} +{"id":"G4516","strongs_number":"G4516","system":"greek","language":"greek","number_value":4516,"lemma":"Ῥώμη","transliteration":"Rhṓmē","pronunciation":null,"derivation":"from the base of G4517 (ῥώννυμι);","strongs_definition":"strength; Roma, the capital of Italy","kjv_definition":"Rome"} +{"id":"G4517","strongs_number":"G4517","system":"greek","language":"greek","number_value":4517,"lemma":"ῥώννυμι","transliteration":"rhṓnnymi","pronunciation":null,"derivation":"prolongation from (to dart;","strongs_definition":"probably akin to G4506 (ῥύομαι)); to strengthen, i.e. (impersonal passive) have health (as a parting exclamation, good-bye)","kjv_definition":"farewell"} +{"id":"G4518","strongs_number":"G4518","system":"greek","language":"greek","number_value":4518,"lemma":"σαβαχθάνι","transliteration":"sabachtháni","pronunciation":null,"derivation":"of Chaldee or (H07662 with pronominal suffix);","strongs_definition":"thou hast left me; sabachthani (i.e. shebakthani), a cry of distress","kjv_definition":"sabachthani"} +{"id":"G4519","strongs_number":"G4519","system":"greek","language":"greek","number_value":4519,"lemma":"σαβαώθ","transliteration":"sabaṓth","pronunciation":null,"derivation":"of Hebrew origin (H06635 in feminine plural);","strongs_definition":"armies; sabaoth (i.e. tsebaoth), a military epithet of God","kjv_definition":"sabaoth"} +{"id":"G4520","strongs_number":"G4520","system":"greek","language":"greek","number_value":4520,"lemma":"σαββατισμός","transliteration":"sabbatismós","pronunciation":null,"derivation":"from a derivative of G4521 (σάββατον);","strongs_definition":"a \"sabbatism\", i.e. (figuratively) the repose of Christianity (as a type of heaven)","kjv_definition":"rest"} +{"id":"G4521","strongs_number":"G4521","system":"greek","language":"greek","number_value":4521,"lemma":"σάββατον","transliteration":"sábbaton","pronunciation":null,"derivation":"of Hebrew origin (H07676);","strongs_definition":"the Sabbath (i.e. Shabbath), or day of weekly repose from secular avocations (also the observance or institution itself); by extension, a se'nnight, i.e. the interval between two Sabbaths; likewise the plural in all the above applications","kjv_definition":"sabbath (day), week"} +{"id":"G4522","strongs_number":"G4522","system":"greek","language":"greek","number_value":4522,"lemma":"σαγήνη","transliteration":"sagḗnē","pronunciation":null,"derivation":"from a derivative of (to equip) meaning furniture, especially a pack-saddle (which in the East is merely a bag of netted rope);","strongs_definition":"a \"seine\" for fishing","kjv_definition":"net"} +{"id":"G4523","strongs_number":"G4523","system":"greek","language":"greek","number_value":4523,"lemma":"Σαδδουκαῖος","transliteration":"Saddoukaîos","pronunciation":null,"derivation":"probably from G4524 (Σαδώκ);","strongs_definition":"a Sadducæan (i.e. Tsadokian), or follower of a certain heretical Israelite","kjv_definition":"Sadducee"} +{"id":"G4524","strongs_number":"G4524","system":"greek","language":"greek","number_value":4524,"lemma":"Σαδώκ","transliteration":"Sadṓk","pronunciation":null,"derivation":"of Hebrew origin (H06659);","strongs_definition":"Sadoc (i.e. Tsadok), an Israelite","kjv_definition":"Sadoc"} +{"id":"G4525","strongs_number":"G4525","system":"greek","language":"greek","number_value":4525,"lemma":"σαίνω","transliteration":"saínō","pronunciation":null,"derivation":"akin to G4579 (σείω);","strongs_definition":"to wag (as a dog its tail fawningly), i.e. (generally) to shake (figuratively, disturb)","kjv_definition":"move"} +{"id":"G4526","strongs_number":"G4526","system":"greek","language":"greek","number_value":4526,"lemma":"σάκκος","transliteration":"sákkos","pronunciation":null,"derivation":"of Hebrew origin (H08242);","strongs_definition":"\"sack\"-cloth, i.e. mohair (the material or garments made of it, worn as a sign of grief)","kjv_definition":"sackcloth"} +{"id":"G4527","strongs_number":"G4527","system":"greek","language":"greek","number_value":4527,"lemma":"Σαλά","transliteration":"Salá","pronunciation":null,"derivation":"of Hebrew origin (H07974);","strongs_definition":"Sala (i.e. Shelach), a patriarch","kjv_definition":"Sala"} +{"id":"G4528","strongs_number":"G4528","system":"greek","language":"greek","number_value":4528,"lemma":"Σαλαθιήλ","transliteration":"Salathiḗl","pronunciation":null,"derivation":"of Hebrew origin (H07597);","strongs_definition":"Salathiel (i.e. Shealtiel), an Israelite","kjv_definition":"Salathiel"} +{"id":"G4529","strongs_number":"G4529","system":"greek","language":"greek","number_value":4529,"lemma":"Σαλαμίς","transliteration":"Salamís","pronunciation":null,"derivation":"probably from G4535 (σάλος) (from the surge on the shore);","strongs_definition":"Salamis, a place in Cyprus","kjv_definition":"Salamis"} +{"id":"G4530","strongs_number":"G4530","system":"greek","language":"greek","number_value":4530,"lemma":"Σαλείμ","transliteration":"Saleím","pronunciation":null,"derivation":"probably from the same as G4531 (σαλεύω);","strongs_definition":"Salim, a place in Palestine","kjv_definition":"Salim"} +{"id":"G4531","strongs_number":"G4531","system":"greek","language":"greek","number_value":4531,"lemma":"σαλεύω","transliteration":"saleúō","pronunciation":null,"derivation":"from G4535 (σάλος);","strongs_definition":"to waver, i.e. agitate, rock, topple or (by implication) destroy; figuratively, to disturb, incite","kjv_definition":"move, shake (together), which can(-not) be shaken, stir up"} +{"id":"G4532","strongs_number":"G4532","system":"greek","language":"greek","number_value":4532,"lemma":"Σαλήμ","transliteration":"Salḗm","pronunciation":null,"derivation":"of Hebrew origin (H08004);","strongs_definition":"Salem (i.e. Shalem), a place in Palestine","kjv_definition":"Salem"} +{"id":"G4533","strongs_number":"G4533","system":"greek","language":"greek","number_value":4533,"lemma":"Σαλμών","transliteration":"Salmṓn","pronunciation":null,"derivation":"of Hebrew origin (H08012);","strongs_definition":"Salmon, an Israelite","kjv_definition":"Salmon"} +{"id":"G4534","strongs_number":"G4534","system":"greek","language":"greek","number_value":4534,"lemma":"Σαλμώνη","transliteration":"Salmṓnē","pronunciation":null,"derivation":"perhaps of similar origin to G4529 (Σαλαμίς);","strongs_definition":"Salmone, a place in Crete","kjv_definition":"Salmone"} +{"id":"G4535","strongs_number":"G4535","system":"greek","language":"greek","number_value":4535,"lemma":"σάλος","transliteration":"sálos","pronunciation":null,"derivation":"probably from the base of G4525 (σαίνω);","strongs_definition":"a vibration, i.e. (specially), billow","kjv_definition":"wave"} +{"id":"G4536","strongs_number":"G4536","system":"greek","language":"greek","number_value":4536,"lemma":"σάλπιγξ","transliteration":"sálpinx","pronunciation":null,"derivation":"perhaps from G4535 (σάλος) (through the idea of quavering or reverberation);","strongs_definition":"a trumpet","kjv_definition":"trump(-et)"} +{"id":"G4537","strongs_number":"G4537","system":"greek","language":"greek","number_value":4537,"lemma":"σαλπίζω","transliteration":"salpízō","pronunciation":null,"derivation":"from G4536 (σάλπιγξ);","strongs_definition":"to trumpet, i.e. sound a blast (literally or figuratively)","kjv_definition":"(which are yet to) sound (a trumpet)"} +{"id":"G4538","strongs_number":"G4538","system":"greek","language":"greek","number_value":4538,"lemma":"σαλπιστής","transliteration":"salpistḗs","pronunciation":null,"derivation":"from G4537 (σαλπίζω);","strongs_definition":"a trumpeter","kjv_definition":"trumpeter"} +{"id":"G4539","strongs_number":"G4539","system":"greek","language":"greek","number_value":4539,"lemma":"Σαλώμη","transliteration":"Salṓmē","pronunciation":null,"derivation":"probably of Hebrew origin (feminine from H07965);","strongs_definition":"Salome (i.e. Shelomah), an Israelitess","kjv_definition":"Salome"} +{"id":"G4540","strongs_number":"G4540","system":"greek","language":"greek","number_value":4540,"lemma":"Σαμάρεια","transliteration":"Samáreia","pronunciation":null,"derivation":"of Hebrew origin (H08111);","strongs_definition":"Samaria (i.e. Shomeron), a city and region of Palestine","kjv_definition":"Samaria"} +{"id":"G4541","strongs_number":"G4541","system":"greek","language":"greek","number_value":4541,"lemma":"Σαμαρείτης","transliteration":"Samareítēs","pronunciation":null,"derivation":"from G4540 (Σαμάρεια);","strongs_definition":"a Samarite, i.e. inhabitant of Samaria","kjv_definition":"Samaritan"} +{"id":"G4542","strongs_number":"G4542","system":"greek","language":"greek","number_value":4542,"lemma":"Σαμαρεῖτις","transliteration":"Samareîtis","pronunciation":null,"derivation":"feminine of G4541 (Σαμαρείτης);","strongs_definition":"a Samaritess, i.e. woman of Samaria","kjv_definition":"of Samaria"} +{"id":"G4543","strongs_number":"G4543","system":"greek","language":"greek","number_value":4543,"lemma":"Σαμοθρᾴκη","transliteration":"Samothráikē","pronunciation":null,"derivation":"from G4544 (Σάμος) and (Thrace);","strongs_definition":"Samo-thrace (Samos of Thrace), an island in the Mediterranean","kjv_definition":"Samothracia"} +{"id":"G4544","strongs_number":"G4544","system":"greek","language":"greek","number_value":4544,"lemma":"Σάμος","transliteration":"Sámos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"Samus, an island of the Mediterranean","kjv_definition":"Samos"} +{"id":"G4545","strongs_number":"G4545","system":"greek","language":"greek","number_value":4545,"lemma":"Σαμουήλ","transliteration":"Samouḗl","pronunciation":null,"derivation":"of Hebrew origin (H08050);","strongs_definition":"Samuel (i.e. Shemuel), an Israelite","kjv_definition":"Samuel"} +{"id":"G4546","strongs_number":"G4546","system":"greek","language":"greek","number_value":4546,"lemma":"Σαμψών","transliteration":"Sampsṓn","pronunciation":null,"derivation":"of Hebrew origin (H08123);","strongs_definition":"Sampson (i.e. Shimshon), an Israelite","kjv_definition":"Samson"} +{"id":"G4547","strongs_number":"G4547","system":"greek","language":"greek","number_value":4547,"lemma":"σανδάλιον","transliteration":"sandálion","pronunciation":null,"derivation":"neuter of a derivative of (a \"sandal\";","strongs_definition":"of uncertain origin); a slipper or sole-pad","kjv_definition":"sandal"} +{"id":"G4548","strongs_number":"G4548","system":"greek","language":"greek","number_value":4548,"lemma":"σανίς","transliteration":"sanís","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a plank","kjv_definition":"board"} +{"id":"G4549","strongs_number":"G4549","system":"greek","language":"greek","number_value":4549,"lemma":"Σαούλ","transliteration":"Saoúl","pronunciation":null,"derivation":"of Hebrew origin (H07586);","strongs_definition":"Saul (i.e. Shaul), the Jewish name of Paul","kjv_definition":"Saul"} +{"id":"G4550","strongs_number":"G4550","system":"greek","language":"greek","number_value":4550,"lemma":"σαπρός","transliteration":"saprós","pronunciation":null,"derivation":"from G4595 (σήπω);","strongs_definition":"rotten, i.e. worthless (literally or morally)","kjv_definition":"bad, corrupt"} +{"id":"G4551","strongs_number":"G4551","system":"greek","language":"greek","number_value":4551,"lemma":"Σαπφείρη","transliteration":"Sappheírē","pronunciation":null,"derivation":"feminine of G4552 (σάπφειρος);","strongs_definition":"Sapphire, an Israelitess","kjv_definition":"Sapphira"} +{"id":"G4552","strongs_number":"G4552","system":"greek","language":"greek","number_value":4552,"lemma":"σάπφειρος","transliteration":"sáppheiros","pronunciation":null,"derivation":"of Hebrew origin (H05601);","strongs_definition":"a \"sapphire\" or lapis-lazuli gem","kjv_definition":"sapphire"} +{"id":"G4553","strongs_number":"G4553","system":"greek","language":"greek","number_value":4553,"lemma":"σαργάνη","transliteration":"sargánē","pronunciation":null,"derivation":"apparently of Hebrew origin (H08276);","strongs_definition":"a basket (as interwoven or wicker-work","kjv_definition":"basket"} +{"id":"G4554","strongs_number":"G4554","system":"greek","language":"greek","number_value":4554,"lemma":"Σάρδεις","transliteration":"Sárdeis","pronunciation":null,"derivation":"plural of uncertain derivation;","strongs_definition":"Sardis, a place in Asia Minor","kjv_definition":"Sardis"} +{"id":"G4555","strongs_number":"G4555","system":"greek","language":"greek","number_value":4555,"lemma":"σάρδινος","transliteration":"sárdinos","pronunciation":null,"derivation":"from the same as G4556 (σάρδιος);","strongs_definition":"sardine (G3037 (λίθος) being implied), i.e. a gem, so called","kjv_definition":"sardine"} +{"id":"G4556","strongs_number":"G4556","system":"greek","language":"greek","number_value":4556,"lemma":"σάρδιος","transliteration":"sárdios","pronunciation":null,"derivation":"properly, an adjective from an uncertain base;","strongs_definition":"sardian (3037 being implied), i.e. (as noun) the gem so called","kjv_definition":"sardius"} +{"id":"G4557","strongs_number":"G4557","system":"greek","language":"greek","number_value":4557,"lemma":"σαρδόνυξ","transliteration":"sardónyx","pronunciation":null,"derivation":"from the base of G4556 (σάρδιος) and (the nail of a finger;","strongs_definition":"hence the \"onyx\" stone); a \"sardonyx\", i.e. the gem so called","kjv_definition":"sardonyx"} +{"id":"G4558","strongs_number":"G4558","system":"greek","language":"greek","number_value":4558,"lemma":"Σάρεπτα","transliteration":"Sárepta","pronunciation":null,"derivation":"of Hebrew origin (H06886);","strongs_definition":"Sarepta (i.e. Tsarephath), a place in Palestine","kjv_definition":"Sarepta"} +{"id":"G4559","strongs_number":"G4559","system":"greek","language":"greek","number_value":4559,"lemma":"σαρκικός","transliteration":"sarkikós","pronunciation":null,"derivation":"from G4561 (σάρξ);","strongs_definition":"pertaining to flesh, i.e. (by extension) bodily, temporal, or (by implication) animal, unregenerate","kjv_definition":"carnal, fleshly"} +{"id":"G4560","strongs_number":"G4560","system":"greek","language":"greek","number_value":4560,"lemma":"σάρκινος","transliteration":"sárkinos","pronunciation":null,"derivation":"from G4561 (σάρξ);","strongs_definition":"similar to flesh, i.e. (by analogy) soft","kjv_definition":"fleshly"} +{"id":"G4561","strongs_number":"G4561","system":"greek","language":"greek","number_value":4561,"lemma":"σάρξ","transliteration":"sárx","pronunciation":null,"derivation":"probably from the base of G4563 (σαρόω);","strongs_definition":"flesh (as stripped of the skin), i.e. (strictly) the meat of an animal (as food), or (by extension) the body (as opposed to the soul (or spirit), or as the symbol of what is external, or as the means of kindred), or (by implication) human nature (with its frailties (physically or morally) and passions), or (specially), a human being (as such)","kjv_definition":"carnal(-ly, + -ly minded), flesh(-ly)"} +{"id":"G4562","strongs_number":"G4562","system":"greek","language":"greek","number_value":4562,"lemma":"Σαρούχ","transliteration":"Saroúch","pronunciation":null,"derivation":"of Hebrew origin (H08286);","strongs_definition":"Saruch (i.e. Serug), a patriarch","kjv_definition":"Saruch"} +{"id":"G4563","strongs_number":"G4563","system":"greek","language":"greek","number_value":4563,"lemma":"σαρόω","transliteration":"saróō","pronunciation":null,"derivation":"from a derivative of (to brush off;","strongs_definition":"akin to G4951 (σύρω)); meaning a broom; to sweep","kjv_definition":"sweep"} +{"id":"G4564","strongs_number":"G4564","system":"greek","language":"greek","number_value":4564,"lemma":"Σάῤῥα","transliteration":"Sárrha","pronunciation":null,"derivation":"of Hebrew origin (H08283);","strongs_definition":"Sarra (i.e. Sarah), the wife of Abraham","kjv_definition":"Sara, Sarah"} +{"id":"G4565","strongs_number":"G4565","system":"greek","language":"greek","number_value":4565,"lemma":"Σάρων","transliteration":"Sárōn","pronunciation":null,"derivation":"of Hebrew origin (H08289);","strongs_definition":"Saron (i.e. Sharon), a district of Palestine","kjv_definition":"Saron"} +{"id":"G4566","strongs_number":"G4566","system":"greek","language":"greek","number_value":4566,"lemma":"Σατᾶν","transliteration":"Satân","pronunciation":null,"derivation":"of Hebrew origin (H07854);","strongs_definition":"Satan, i.e. the devil","kjv_definition":"Satan"} +{"id":"G4567","strongs_number":"G4567","system":"greek","language":"greek","number_value":4567,"lemma":"Σατανᾶς","transliteration":"Satanâs","pronunciation":null,"derivation":"of Chaldee origin corresponding to H04566 (with the definite affix);","strongs_definition":"the accuser, i.e. the devil","kjv_definition":"Satan"} +{"id":"G4568","strongs_number":"G4568","system":"greek","language":"greek","number_value":4568,"lemma":"σάτον","transliteration":"sáton","pronunciation":null,"derivation":"of Hebrew origin (H05429);","strongs_definition":"a certain measure for things dry","kjv_definition":"measure"} +{"id":"G4569","strongs_number":"G4569","system":"greek","language":"greek","number_value":4569,"lemma":"Σαῦλος","transliteration":"Saûlos","pronunciation":null,"derivation":"of Hebrew origin, the same as G4549 (Σαούλ);","strongs_definition":"Saulus (i.e. Shaul), the Jewish name of Paul","kjv_definition":"Saul"} +{"id":"G4570","strongs_number":"G4570","system":"greek","language":"greek","number_value":4570,"lemma":"σβέννυμι","transliteration":"sbénnymi","pronunciation":null,"derivation":"a prolonged form of an apparently primary verb;","strongs_definition":"to extinguish (literally or figuratively)","kjv_definition":"go out, quench"} +{"id":"G4571","strongs_number":"G4571","system":"greek","language":"greek","number_value":4571,"lemma":"σέ","transliteration":"sé","pronunciation":null,"derivation":"accusative case singular of G4771 (σύ);","strongs_definition":"thee","kjv_definition":"thee, thou, X thy house"} +{"id":"G4572","strongs_number":"G4572","system":"greek","language":"greek","number_value":4572,"lemma":"σεαυτοῦ","transliteration":"seautoû","pronunciation":null,"derivation":"genitive case from G4571 (σέ) and G846 (αὐτός), also dative case of the same, , and accusative case , likewise contracted , , and , respectively;","strongs_definition":"of (with, to) thyself","kjv_definition":"thee, thine own self, (thou) thy(-self)"} +{"id":"G4573","strongs_number":"G4573","system":"greek","language":"greek","number_value":4573,"lemma":"σεβάζομαι","transliteration":"sebázomai","pronunciation":null,"derivation":"middle voice from a derivative of G4576 (σέβομαι);","strongs_definition":"to venerate, i.e. adore","kjv_definition":"worship"} +{"id":"G4574","strongs_number":"G4574","system":"greek","language":"greek","number_value":4574,"lemma":"σέβασμα","transliteration":"sébasma","pronunciation":null,"derivation":"from G4573 (σεβάζομαι);","strongs_definition":"something adored, i.e. an object of worship (god, altar, etc)","kjv_definition":"devotion, that is worshipped"} +{"id":"G4575","strongs_number":"G4575","system":"greek","language":"greek","number_value":4575,"lemma":"σεβαστός","transliteration":"sebastós","pronunciation":null,"derivation":"from G4573 (σεβάζομαι);","strongs_definition":"venerable (august), i.e. (as noun) a title of the Roman Emperor, or (as adjective) imperial","kjv_definition":"Augustus(-')"} +{"id":"G4576","strongs_number":"G4576","system":"greek","language":"greek","number_value":4576,"lemma":"σέβομαι","transliteration":"sébomai","pronunciation":null,"derivation":"middle voice of an apparently primary verb;","strongs_definition":"to revere, i.e. adore","kjv_definition":"devout, religious, worship"} +{"id":"G4577","strongs_number":"G4577","system":"greek","language":"greek","number_value":4577,"lemma":"σειρά","transliteration":"seirá","pronunciation":null,"derivation":"probably from G4951 (σύρω) through its congener (to fasten;","strongs_definition":"akin to G138 (αἱρέομαι)); a chain (as binding or drawing)","kjv_definition":"chain"} +{"id":"G4578","strongs_number":"G4578","system":"greek","language":"greek","number_value":4578,"lemma":"σεισμός","transliteration":"seismós","pronunciation":null,"derivation":"from G4579 (σείω);","strongs_definition":"a commotion, i.e. (of the air) a gale, (of the ground) an earthquake","kjv_definition":"earthquake, tempest"} +{"id":"G4579","strongs_number":"G4579","system":"greek","language":"greek","number_value":4579,"lemma":"σείω","transliteration":"seíō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to rock (vibrate, properly, sideways or to and fro), i.e. (generally) to agitate (in any direction; cause to tremble); figuratively, to throw into a tremor (of fear or concern)","kjv_definition":"move, quake, shake"} +{"id":"G4580","strongs_number":"G4580","system":"greek","language":"greek","number_value":4580,"lemma":"Σεκοῦνδος","transliteration":"Sekoûndos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"\"second\"; Secundus, a Christian","kjv_definition":"Secundus"} +{"id":"G4581","strongs_number":"G4581","system":"greek","language":"greek","number_value":4581,"lemma":"Σελεύκεια","transliteration":"Seleúkeia","pronunciation":null,"derivation":"from (Seleucus, a Syrian king);","strongs_definition":"Seleuceia, a place in Syria","kjv_definition":"Seleucia"} +{"id":"G4582","strongs_number":"G4582","system":"greek","language":"greek","number_value":4582,"lemma":"σελήνη","transliteration":"selḗnē","pronunciation":null,"derivation":"from (brilliancy;","strongs_definition":"probably akin to the alternate of G138 (αἱρέομαι), through the idea of attractiveness); the moon","kjv_definition":"moon"} +{"id":"G4583","strongs_number":"G4583","system":"greek","language":"greek","number_value":4583,"lemma":"σεληνιάζομαι","transliteration":"selēniázomai","pronunciation":null,"derivation":"middle voice or passive from a presumed derivative of G4582 (σελήνη);","strongs_definition":"to be moon-struck, i.e. crazy","kjv_definition":"be a lunatic"} +{"id":"G4584","strongs_number":"G4584","system":"greek","language":"greek","number_value":4584,"lemma":"Σεμεΐ","transliteration":"Semeḯ","pronunciation":null,"derivation":"of Hebrew origin (H08096);","strongs_definition":"Semei (i.e. Shimi), an Israelite","kjv_definition":"Semei"} +{"id":"G4585","strongs_number":"G4585","system":"greek","language":"greek","number_value":4585,"lemma":"σεμίδαλις","transliteration":"semídalis","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"fine wheaten flour","kjv_definition":"fine flour"} +{"id":"G4586","strongs_number":"G4586","system":"greek","language":"greek","number_value":4586,"lemma":"σεμνός","transliteration":"semnós","pronunciation":null,"derivation":"from G4576 (σέβομαι);","strongs_definition":"venerable, i.e. honorable","kjv_definition":"grave, honest"} +{"id":"G4587","strongs_number":"G4587","system":"greek","language":"greek","number_value":4587,"lemma":"σεμνότης","transliteration":"semnótēs","pronunciation":null,"derivation":"from G4586 (σεμνός);","strongs_definition":"venerableness, i.e. probity","kjv_definition":"gravity, honesty"} +{"id":"G4588","strongs_number":"G4588","system":"greek","language":"greek","number_value":4588,"lemma":"Σέργιος","transliteration":"Sérgios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Sergius, a Roman","kjv_definition":"Sergius"} +{"id":"G4589","strongs_number":"G4589","system":"greek","language":"greek","number_value":4589,"lemma":"Σήθ","transliteration":"Sḗth","pronunciation":null,"derivation":"of Hebrew origin (H08352);","strongs_definition":"Seth (i.e. Sheth), a patriarch","kjv_definition":"Seth"} +{"id":"G4590","strongs_number":"G4590","system":"greek","language":"greek","number_value":4590,"lemma":"Σήμ","transliteration":"Sḗm","pronunciation":null,"derivation":"of Hebrew origin (H08035);","strongs_definition":"Sem (i.e. Shem), a patriarch","kjv_definition":"Sem"} +{"id":"G4591","strongs_number":"G4591","system":"greek","language":"greek","number_value":4591,"lemma":"σημαίνω","transliteration":"sēmaínō","pronunciation":null,"derivation":"from (a mark;","strongs_definition":"of uncertain derivation); to indicate","kjv_definition":"signify"} +{"id":"G4592","strongs_number":"G4592","system":"greek","language":"greek","number_value":4592,"lemma":"σημεῖον","transliteration":"sēmeîon","pronunciation":null,"derivation":"neuter of a presumed derivative of the base of G4591 (σημαίνω);","strongs_definition":"an indication, especially ceremonially or supernaturally","kjv_definition":"miracle, sign, token, wonder"} +{"id":"G4593","strongs_number":"G4593","system":"greek","language":"greek","number_value":4593,"lemma":"σημειόω","transliteration":"sēmeióō","pronunciation":null,"derivation":"from G4592 (σημεῖον);","strongs_definition":"to distinguish, i.e. mark (for avoidance)","kjv_definition":"note"} +{"id":"G4594","strongs_number":"G4594","system":"greek","language":"greek","number_value":4594,"lemma":"σήμερον","transliteration":"sḗmeron","pronunciation":null,"derivation":"neuter (as adverb) of a presumed compound of the article G3588 (ὁ) (t changed to s) and G2250 (ἡμέρα);","strongs_definition":"on the (i.e. this) day (or night current or just passed); generally, now (i.e. at present, hitherto)","kjv_definition":"this (to-)day"} +{"id":"G4595","strongs_number":"G4595","system":"greek","language":"greek","number_value":4595,"lemma":"σήπω","transliteration":"sḗpō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to putrefy, i.e. (figuratively) perish","kjv_definition":"be corrupted"} +{"id":"G4596","strongs_number":"G4596","system":"greek","language":"greek","number_value":4596,"lemma":"σηρικός","transliteration":"sērikós","pronunciation":null,"derivation":"from (an Indian tribe from whom silk was procured;","strongs_definition":"hence the name of the silk-worm); Seric, i.e. silken (neuter as noun, a silky fabric)","kjv_definition":"silk"} +{"id":"G4597","strongs_number":"G4597","system":"greek","language":"greek","number_value":4597,"lemma":"σής","transliteration":"sḗs","pronunciation":null,"derivation":"apparently of Hebrew origin (H05580);","strongs_definition":"a moth","kjv_definition":"moth"} +{"id":"G4598","strongs_number":"G4598","system":"greek","language":"greek","number_value":4598,"lemma":"σητόβρωτος","transliteration":"sētóbrōtos","pronunciation":null,"derivation":"from G4597 (σής) and a derivative of G977 (βιβρώσκω);","strongs_definition":"moth-eaten","kjv_definition":"motheaten"} +{"id":"G4599","strongs_number":"G4599","system":"greek","language":"greek","number_value":4599,"lemma":"σθενόω","transliteration":"sthenóō","pronunciation":null,"derivation":"from (bodily vigor;","strongs_definition":"probably akin to the base of G2476 (ἵστημι)); to strengthen, i.e. (figuratively) confirm (in spiritual knowledge and power)","kjv_definition":"strengthen"} +{"id":"G4600","strongs_number":"G4600","system":"greek","language":"greek","number_value":4600,"lemma":"σιαγών","transliteration":"siagṓn","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"the jaw-bone, i.e. (by implication) the cheek or side of the face","kjv_definition":"cheek"} +{"id":"G4601","strongs_number":"G4601","system":"greek","language":"greek","number_value":4601,"lemma":"σιγάω","transliteration":"sigáō","pronunciation":null,"derivation":"from G4602 (σιγή);","strongs_definition":"to keep silent (transitively or intransitively)","kjv_definition":"keep close (secret, silence), hold peace"} +{"id":"G4602","strongs_number":"G4602","system":"greek","language":"greek","number_value":4602,"lemma":"σιγή","transliteration":"sigḗ","pronunciation":null,"derivation":"apparently from (to hiss, i.e. hist or hush);","strongs_definition":"silence","kjv_definition":"silence"} +{"id":"G4603","strongs_number":"G4603","system":"greek","language":"greek","number_value":4603,"lemma":"σιδήρεος","transliteration":"sidḗreos","pronunciation":null,"derivation":"from G4604 (σίδηρος);","strongs_definition":"made of iron","kjv_definition":"(of) iron"} +{"id":"G4604","strongs_number":"G4604","system":"greek","language":"greek","number_value":4604,"lemma":"σίδηρος","transliteration":"sídēros","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"iron","kjv_definition":"iron"} +{"id":"G4605","strongs_number":"G4605","system":"greek","language":"greek","number_value":4605,"lemma":"Σιδών","transliteration":"Sidṓn","pronunciation":null,"derivation":"of Hebrew origin (H06721);","strongs_definition":"Sidon (i.e. Tsidon), a place in Palestine","kjv_definition":"Sidon"} +{"id":"G4606","strongs_number":"G4606","system":"greek","language":"greek","number_value":4606,"lemma":"Σιδώνιος","transliteration":"Sidṓnios","pronunciation":null,"derivation":"from G4605 (Σιδών);","strongs_definition":"a Sidonian, i.e. inhabitant of Sidon","kjv_definition":"of Sidon"} +{"id":"G4607","strongs_number":"G4607","system":"greek","language":"greek","number_value":4607,"lemma":"σικάριος","transliteration":"sikários","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a dagger-man or assassin; a freebooter (Jewish fanatic outlawed by the Romans)","kjv_definition":"murderer"} +{"id":"G4608","strongs_number":"G4608","system":"greek","language":"greek","number_value":4608,"lemma":"σίκερα","transliteration":"síkera","pronunciation":null,"derivation":"of Hebrew origin (H07941);","strongs_definition":"an intoxicant, i.e. intensely fermented liquor","kjv_definition":"strong drink"} +{"id":"G4609","strongs_number":"G4609","system":"greek","language":"greek","number_value":4609,"lemma":"Σίλας","transliteration":"Sílas","pronunciation":null,"derivation":"contraction for G4610 (Σιλουανός);","strongs_definition":"Silas, a Christian","kjv_definition":"Silas"} +{"id":"G4610","strongs_number":"G4610","system":"greek","language":"greek","number_value":4610,"lemma":"Σιλουανός","transliteration":"Silouanós","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"\"silvan\"; Silvanus, a Christian","kjv_definition":"Silvanus"} +{"id":"G4611","strongs_number":"G4611","system":"greek","language":"greek","number_value":4611,"lemma":"Σιλωάμ","transliteration":"Silōám","pronunciation":null,"derivation":"of Hebrew origin (H07975);","strongs_definition":"Siloam (i.e. Shiloach), a pool of Jerusalem","kjv_definition":"Siloam"} +{"id":"G4612","strongs_number":"G4612","system":"greek","language":"greek","number_value":4612,"lemma":"σιμικίνθιον","transliteration":"simikínthion","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a semicinctium or half-girding, i.e. narrow covering (apron)","kjv_definition":"apron"} +{"id":"G4613","strongs_number":"G4613","system":"greek","language":"greek","number_value":4613,"lemma":"Σίμων","transliteration":"Símōn","pronunciation":null,"derivation":"of Hebrew origin (H08095);","strongs_definition":"Simon (i.e. Shimon), the name of nine Israelites","kjv_definition":"Simon"} +{"id":"G4614","strongs_number":"G4614","system":"greek","language":"greek","number_value":4614,"lemma":"Σινᾶ","transliteration":"Sinâ","pronunciation":null,"derivation":"of Hebrew origin (H05514);","strongs_definition":"Sina (i.e. Sinai), a mountain in Arabia","kjv_definition":"Sina"} +{"id":"G4615","strongs_number":"G4615","system":"greek","language":"greek","number_value":4615,"lemma":"σίναπι","transliteration":"sínapi","pronunciation":null,"derivation":"perhaps from (to hurt, i.e. sting);","strongs_definition":"mustard (the plant)","kjv_definition":"mustard"} +{"id":"G4616","strongs_number":"G4616","system":"greek","language":"greek","number_value":4616,"lemma":"σινδών","transliteration":"sindṓn","pronunciation":null,"derivation":"of uncertain (perhaps foreign) origin;","strongs_definition":"byssos, i.e. bleached linen (the cloth or a garment of it)","kjv_definition":"(fine) linen (cloth)"} +{"id":"G4617","strongs_number":"G4617","system":"greek","language":"greek","number_value":4617,"lemma":"σινιάζω","transliteration":"siniázō","pronunciation":null,"derivation":"from (a sieve);","strongs_definition":"to riddle (figuratively)","kjv_definition":"sift"} +{"id":"G4618","strongs_number":"G4618","system":"greek","language":"greek","number_value":4618,"lemma":"σιτευτός","transliteration":"siteutós","pronunciation":null,"derivation":"from a derivative of G4621 (σῖτος);","strongs_definition":"grain-fed, i.e. fattened","kjv_definition":"fatted"} +{"id":"G4619","strongs_number":"G4619","system":"greek","language":"greek","number_value":4619,"lemma":"σιτιστός","transliteration":"sitistós","pronunciation":null,"derivation":"from a derivative of G4621 (σῖτος);","strongs_definition":"grained, i.e. fatted","kjv_definition":"fatling"} +{"id":"G4620","strongs_number":"G4620","system":"greek","language":"greek","number_value":4620,"lemma":"σιτόμετρον","transliteration":"sitómetron","pronunciation":null,"derivation":"from G4621 (σῖτος) and G3358 (μέτρον);","strongs_definition":"a grain-measure, i.e. (by implication) ration (allowance of food)","kjv_definition":"portion of meat"} +{"id":"G4621","strongs_number":"G4621","system":"greek","language":"greek","number_value":4621,"lemma":"σῖτος","transliteration":"sîtos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"grain, especially wheat","kjv_definition":"corn, wheat"} +{"id":"G4622","strongs_number":"G4622","system":"greek","language":"greek","number_value":4622,"lemma":"Σιών","transliteration":"Siṓn","pronunciation":null,"derivation":"of Hebrew origin (H06726);","strongs_definition":"Sion (i.e. Tsijon), a hill of Jerusalem; figuratively, the Church (militant or triumphant)","kjv_definition":"Sion"} +{"id":"G4623","strongs_number":"G4623","system":"greek","language":"greek","number_value":4623,"lemma":"σιωπάω","transliteration":"siōpáō","pronunciation":null,"derivation":"from (silence, i.e. a hush;","strongs_definition":"properly, muteness, i.e. involuntary stillness, or inability to speak; and thus differing from G4602 (σιγή), which is rather a voluntary refusal or indisposition to speak, although the terms are often used synonymously); to be dumb (but not deaf also, like 2974 properly); figuratively, to be calm (as quiet water)","kjv_definition":"dumb, (hold) peace"} +{"id":"G4624","strongs_number":"G4624","system":"greek","language":"greek","number_value":4624,"lemma":"σκανδαλίζω","transliteration":"skandalízō","pronunciation":null,"derivation":"from G4625 (σκάνδαλον);","strongs_definition":"to entrap, i.e. trip up (figuratively, stumble (transitively) or entice to sin, apostasy or displeasure)","kjv_definition":"(make to) offend"} +{"id":"G4625","strongs_number":"G4625","system":"greek","language":"greek","number_value":4625,"lemma":"σκάνδαλον","transliteration":"skándalon","pronunciation":null,"derivation":"(\"scandal\"); probably from a derivative of G2578 (κάμπτω);","strongs_definition":"a trap-stick (bent sapling), i.e. snare (figuratively, cause of displeasure or sin)","kjv_definition":"occasion to fall (of stumbling), offence, thing that offends, stumblingblock"} +{"id":"G4626","strongs_number":"G4626","system":"greek","language":"greek","number_value":4626,"lemma":"σκάπτω","transliteration":"skáptō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to dig","kjv_definition":"dig"} +{"id":"G4627","strongs_number":"G4627","system":"greek","language":"greek","number_value":4627,"lemma":"σκάφη","transliteration":"skáphē","pronunciation":null,"derivation":null,"strongs_definition":"a \"skiff\" (as if dug out), or yawl (carried aboard a large vessel for landing)","kjv_definition":"boat"} +{"id":"G4628","strongs_number":"G4628","system":"greek","language":"greek","number_value":4628,"lemma":"σκέλος","transliteration":"skélos","pronunciation":null,"derivation":"apparently from (to parch;","strongs_definition":"through the idea of leanness); the leg (as lank)","kjv_definition":"leg"} +{"id":"G4629","strongs_number":"G4629","system":"greek","language":"greek","number_value":4629,"lemma":"σκέπασμα","transliteration":"sképasma","pronunciation":null,"derivation":"from a derivative of (a covering;","strongs_definition":"perhaps akin to the base of G4649 (σκοπός) through the idea of noticeableness); clothing","kjv_definition":"raiment"} +{"id":"G4630","strongs_number":"G4630","system":"greek","language":"greek","number_value":4630,"lemma":"Σκευᾶς","transliteration":"Skeuâs","pronunciation":null,"derivation":"apparently of Latin origin;","strongs_definition":"left-handed; Scevas (i.e. Scævus), an Israelite","kjv_definition":"Sceva"} +{"id":"G4631","strongs_number":"G4631","system":"greek","language":"greek","number_value":4631,"lemma":"σκευή","transliteration":"skeuḗ","pronunciation":null,"derivation":"from G4632 (σκεῦος);","strongs_definition":"furniture, i.e. spare tackle","kjv_definition":"tackling"} +{"id":"G4632","strongs_number":"G4632","system":"greek","language":"greek","number_value":4632,"lemma":"σκεῦος","transliteration":"skeûos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a vessel, implement, equipment or apparatus (literally or figuratively [specially, a wife as contributing to the usefulness of the husband])","kjv_definition":"goods, sail, stuff, vessel"} +{"id":"G4633","strongs_number":"G4633","system":"greek","language":"greek","number_value":4633,"lemma":"σκηνή","transliteration":"skēnḗ","pronunciation":null,"derivation":"apparently akin to G4632 (σκεῦος) and G4639 (σκιά);","strongs_definition":"a tent or cloth hut (literally or figuratively)","kjv_definition":"habitation, tabernacle"} +{"id":"G4634","strongs_number":"G4634","system":"greek","language":"greek","number_value":4634,"lemma":"σκηνοπηγία","transliteration":"skēnopēgía","pronunciation":null,"derivation":"from G4636 (σκῆνος) and G4078 (πήγνυμι);","strongs_definition":"the Festival of Tabernacles (so called from the custom of erecting booths for temporary homes)","kjv_definition":"tabernacles"} +{"id":"G4635","strongs_number":"G4635","system":"greek","language":"greek","number_value":4635,"lemma":"σκηνοποιός","transliteration":"skēnopoiós","pronunciation":null,"derivation":"from G4633 (σκηνή) and G4160 (ποιέω);","strongs_definition":"a manufacturer of tents","kjv_definition":"tent-maker"} +{"id":"G4636","strongs_number":"G4636","system":"greek","language":"greek","number_value":4636,"lemma":"σκῆνος","transliteration":"skēnos","pronunciation":null,"derivation":"from G4633 (σκηνή);","strongs_definition":"a hut or temporary residence, i.e. (figuratively) the human body (as the abode of the spirit)","kjv_definition":"tabernacle"} +{"id":"G4637","strongs_number":"G4637","system":"greek","language":"greek","number_value":4637,"lemma":"σκηνόω","transliteration":"skēnóō","pronunciation":null,"derivation":"from G4636 (σκῆνος);","strongs_definition":"to tent or encamp, i.e. (figuratively) to occupy (as a mansion) or (specially), to reside (as God did in the Tabernacle of old, a symbol of protection and communion)","kjv_definition":"dwell"} +{"id":"G4638","strongs_number":"G4638","system":"greek","language":"greek","number_value":4638,"lemma":"σκήνωμα","transliteration":"skḗnōma","pronunciation":null,"derivation":"from G4637 (σκηνόω);","strongs_definition":"an encampment, i.e. (figuratively) the Temple (as God's residence), the body (as a tenement for the soul)","kjv_definition":"tabernacle"} +{"id":"G4639","strongs_number":"G4639","system":"greek","language":"greek","number_value":4639,"lemma":"σκιά","transliteration":"skiá","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"\"shade\" or a shadow (literally or figuratively (darkness of error or an adumbration))","kjv_definition":"shadow"} +{"id":"G4640","strongs_number":"G4640","system":"greek","language":"greek","number_value":4640,"lemma":"σκιρτάω","transliteration":"skirtáō","pronunciation":null,"derivation":"akin to (to skip);","strongs_definition":"to jump, i.e. sympathetically move (as the quickening of a fetus)","kjv_definition":"leap (for joy)"} +{"id":"G4641","strongs_number":"G4641","system":"greek","language":"greek","number_value":4641,"lemma":"σκληροκαρδία","transliteration":"sklērokardía","pronunciation":null,"derivation":"feminine of a compound of G4642 (σκληρός) and G2588 (καρδία);","strongs_definition":"hard-heartedness, i.e. (specially), destitution of (spiritual) perception","kjv_definition":"hardness of heart"} +{"id":"G4642","strongs_number":"G4642","system":"greek","language":"greek","number_value":4642,"lemma":"σκληρός","transliteration":"sklērós","pronunciation":null,"derivation":"from the base of G4628 (σκέλος);","strongs_definition":"dry, i.e. hard or tough (figuratively, harsh, severe)","kjv_definition":"fierce, hard"} +{"id":"G4643","strongs_number":"G4643","system":"greek","language":"greek","number_value":4643,"lemma":"σκληρότης","transliteration":"sklērótēs","pronunciation":null,"derivation":"from G4642 (σκληρός);","strongs_definition":"callousness, i.e. (figuratively) stubbornness","kjv_definition":"hardness"} +{"id":"G4644","strongs_number":"G4644","system":"greek","language":"greek","number_value":4644,"lemma":"σκληροτράχηλος","transliteration":"sklērotráchēlos","pronunciation":null,"derivation":"from G4642 (σκληρός) and G5137 (τράχηλος);","strongs_definition":"hardnaped, i.e. (figuratively) obstinate","kjv_definition":"stiffnecked"} +{"id":"G4645","strongs_number":"G4645","system":"greek","language":"greek","number_value":4645,"lemma":"σκληρύνω","transliteration":"sklērýnō","pronunciation":null,"derivation":"from G4642 (σκληρός);","strongs_definition":"to indurate, i.e. (figuratively) render stubborn","kjv_definition":"harden"} +{"id":"G4646","strongs_number":"G4646","system":"greek","language":"greek","number_value":4646,"lemma":"σκολιός","transliteration":"skoliós","pronunciation":null,"derivation":"from the base of G4628 (σκέλος);","strongs_definition":"warped, i.e. winding; figuratively, perverse","kjv_definition":"crooked, froward, untoward"} +{"id":"G4647","strongs_number":"G4647","system":"greek","language":"greek","number_value":4647,"lemma":"σκόλοψ","transliteration":"skólops","pronunciation":null,"derivation":"perhaps from the base of G4628 (σκέλος) and G3700 (ὀπτάνομαι);","strongs_definition":"withered at the front, i.e. a point or prickle (figuratively, a bodily annoyance or disability)","kjv_definition":"thorn"} +{"id":"G4648","strongs_number":"G4648","system":"greek","language":"greek","number_value":4648,"lemma":"σκοπέω","transliteration":"skopéō","pronunciation":null,"derivation":"from G4649 (σκοπός);","strongs_definition":"to take aim at (spy), i.e. (figuratively) regard","kjv_definition":"consider, take heed, look at (on), mark"} +{"id":"G4649","strongs_number":"G4649","system":"greek","language":"greek","number_value":4649,"lemma":"σκοπός","transliteration":"skopós","pronunciation":null,"derivation":"from (to peer about (\"skeptic\");","strongs_definition":"perhaps akin to G4626 (σκάπτω) through the idea of concealment; compare G4629 (σκέπασμα)); a watch (sentry or scout), i.e. (by implication) a goal","kjv_definition":"mark"} +{"id":"G4650","strongs_number":"G4650","system":"greek","language":"greek","number_value":4650,"lemma":"σκορπίζω","transliteration":"skorpízō","pronunciation":null,"derivation":"apparently from the same as G4651 (σκορπίος) (through the idea of penetrating);","strongs_definition":"to dissipate, i.e. (figuratively) put to flight, waste, be liberal","kjv_definition":"disperse abroad, scatter (abroad)"} +{"id":"G4651","strongs_number":"G4651","system":"greek","language":"greek","number_value":4651,"lemma":"σκορπίος","transliteration":"skorpíos","pronunciation":null,"derivation":"probably from an obsolete (perhaps strengthened from the base of G4649 (σκοπός) and meaning to pierce);","strongs_definition":"a \"scorpion\" (from its sting)","kjv_definition":"scorpion"} +{"id":"G4652","strongs_number":"G4652","system":"greek","language":"greek","number_value":4652,"lemma":"σκοτεινός","transliteration":"skoteinós","pronunciation":null,"derivation":"from G4655 (σκότος);","strongs_definition":"opaque, i.e. (figuratively) benighted","kjv_definition":"dark, full of darkness"} +{"id":"G4653","strongs_number":"G4653","system":"greek","language":"greek","number_value":4653,"lemma":"σκοτία","transliteration":"skotía","pronunciation":null,"derivation":"from G4655 (σκότος);","strongs_definition":"dimness, obscurity (literally or figuratively)","kjv_definition":"dark(-ness)"} +{"id":"G4654","strongs_number":"G4654","system":"greek","language":"greek","number_value":4654,"lemma":"σκοτίζω","transliteration":"skotízō","pronunciation":null,"derivation":"from G4655 (σκότος);","strongs_definition":"to obscure (literally or figuratively)","kjv_definition":"darken"} +{"id":"G4655","strongs_number":"G4655","system":"greek","language":"greek","number_value":4655,"lemma":"σκότος","transliteration":"skótos","pronunciation":null,"derivation":"from the base of G4639 (σκιά);","strongs_definition":"shadiness, i.e. obscurity (literally or figuratively)","kjv_definition":"darkness"} +{"id":"G4656","strongs_number":"G4656","system":"greek","language":"greek","number_value":4656,"lemma":"σκοτόω","transliteration":"skotóō","pronunciation":null,"derivation":"from G4655 (σκότος);","strongs_definition":"to obscure or blind (literally or figuratively)","kjv_definition":"be full of darkness"} +{"id":"G4657","strongs_number":"G4657","system":"greek","language":"greek","number_value":4657,"lemma":"σκύβαλον","transliteration":"skýbalon","pronunciation":null,"derivation":"neuter of a presumed derivative of G1519 (εἰς) and G2965 (κύων) and G906 (βάλλω);","strongs_definition":"what is thrown to the dogs, i.e. refuse (ordure)","kjv_definition":"dung"} +{"id":"G4658","strongs_number":"G4658","system":"greek","language":"greek","number_value":4658,"lemma":"Σκύθης","transliteration":"Skýthēs","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"a Scythene or Scythian, i.e. (by implication) a savage","kjv_definition":"Scythian"} +{"id":"G4659","strongs_number":"G4659","system":"greek","language":"greek","number_value":4659,"lemma":"σκυθρωπός","transliteration":"skythrōpós","pronunciation":null,"derivation":"from (sullen) and a derivative of G3700 (ὀπτάνομαι);","strongs_definition":"angry-visaged, i.e. gloomy or affecting a mournful appearance","kjv_definition":"of a sad countenance"} +{"id":"G4660","strongs_number":"G4660","system":"greek","language":"greek","number_value":4660,"lemma":"σκύλλω","transliteration":"skýllō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to flay, i.e. (figuratively) to harass","kjv_definition":"trouble(self)"} +{"id":"G4661","strongs_number":"G4661","system":"greek","language":"greek","number_value":4661,"lemma":"σκῦλον","transliteration":"skŷlon","pronunciation":null,"derivation":"neuter from G4660 (σκύλλω);","strongs_definition":"something stripped (as a hide), i.e. booty","kjv_definition":"spoil"} +{"id":"G4662","strongs_number":"G4662","system":"greek","language":"greek","number_value":4662,"lemma":"σκωληκόβρωτος","transliteration":"skōlēkóbrōtos","pronunciation":null,"derivation":"from G4663 (σκώληξ) and a derivative of G977 (βιβρώσκω);","strongs_definition":"worm-eaten, i.e. diseased with maggots","kjv_definition":"eaten of worms"} +{"id":"G4663","strongs_number":"G4663","system":"greek","language":"greek","number_value":4663,"lemma":"σκώληξ","transliteration":"skṓlēx","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a grub, maggot or earth-worm","kjv_definition":"worm"} +{"id":"G4664","strongs_number":"G4664","system":"greek","language":"greek","number_value":4664,"lemma":"σμαράγδινος","transliteration":"smarágdinos","pronunciation":null,"derivation":"from G4665 (σμάραγδος);","strongs_definition":"consisting of emerald","kjv_definition":"emerald"} +{"id":"G4665","strongs_number":"G4665","system":"greek","language":"greek","number_value":4665,"lemma":"σμάραγδος","transliteration":"smáragdos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"the emerald or green gem so called","kjv_definition":"emerald"} +{"id":"G4666","strongs_number":"G4666","system":"greek","language":"greek","number_value":4666,"lemma":"σμύρνα","transliteration":"smýrna","pronunciation":null,"derivation":"apparently strengthened for G3464 (μύρον);","strongs_definition":"myrrh","kjv_definition":"myrrh"} +{"id":"G4667","strongs_number":"G4667","system":"greek","language":"greek","number_value":4667,"lemma":"Σμύρνα","transliteration":"Smýrna","pronunciation":null,"derivation":"the same as G4666 (σμύρνα);","strongs_definition":"Smyrna, a place in Asia Minor","kjv_definition":"Smyrna"} +{"id":"G4668","strongs_number":"G4668","system":"greek","language":"greek","number_value":4668,"lemma":"Σμυρναῖος","transliteration":"Smyrnaîos","pronunciation":null,"derivation":"from G4667 (Σμύρνα);","strongs_definition":"a Smyrnæan","kjv_definition":"in Smyrna"} +{"id":"G4669","strongs_number":"G4669","system":"greek","language":"greek","number_value":4669,"lemma":"σμυρνίζω","transliteration":"smyrnízō","pronunciation":null,"derivation":"from G4667 (Σμύρνα);","strongs_definition":"to tincture with myrrh, i.e. embitter (as a narcotic)","kjv_definition":"mingle with myrrh"} +{"id":"G4670","strongs_number":"G4670","system":"greek","language":"greek","number_value":4670,"lemma":"Σόδομα","transliteration":"Sódoma","pronunciation":null,"derivation":"plural of Hebrew origin (H05467);","strongs_definition":"Sodoma (i.e. Sedom), a place in Palestine","kjv_definition":"Sodom"} +{"id":"G4671","strongs_number":"G4671","system":"greek","language":"greek","number_value":4671,"lemma":"σοί","transliteration":"soí","pronunciation":null,"derivation":"dative case of G4771 (σύ);","strongs_definition":"to thee","kjv_definition":"thee, thine own, thou, thy"} +{"id":"G4672","strongs_number":"G4672","system":"greek","language":"greek","number_value":4672,"lemma":"Σολομών","transliteration":"Solomṓn","pronunciation":null,"derivation":"of Hebrew origin (H08010);","strongs_definition":"Solomon (i.e. Shelomoh), the son of David","kjv_definition":"Solomon"} +{"id":"G4673","strongs_number":"G4673","system":"greek","language":"greek","number_value":4673,"lemma":"σορός","transliteration":"sorós","pronunciation":null,"derivation":"probably akin to the base of G4987 (σωρεύω);","strongs_definition":"a funereal receptacle (urn, coffin), i.e. (by analogy) a bier","kjv_definition":"bier"} +{"id":"G4674","strongs_number":"G4674","system":"greek","language":"greek","number_value":4674,"lemma":"σός","transliteration":"sós","pronunciation":null,"derivation":"from G4771 (σύ);","strongs_definition":"thine","kjv_definition":"thine (own), thy (friend)"} +{"id":"G4675","strongs_number":"G4675","system":"greek","language":"greek","number_value":4675,"lemma":"σοῦ","transliteration":"soû","pronunciation":null,"derivation":"genitive case of G4771 (σύ);","strongs_definition":"of thee, thy","kjv_definition":"X home, thee, thine (own), thou, thy"} +{"id":"G4676","strongs_number":"G4676","system":"greek","language":"greek","number_value":4676,"lemma":"σουδάριον","transliteration":"soudárion","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a sudarium (sweat-cloth), i.e. towel (for wiping the perspiration from the face, or binding the face of a corpse)","kjv_definition":"handkerchief, napkin"} +{"id":"G4677","strongs_number":"G4677","system":"greek","language":"greek","number_value":4677,"lemma":"Σουσάννα","transliteration":"Sousánna","pronunciation":null,"derivation":"of Hebrew origin (H07799 feminine);","strongs_definition":"lily; Susannah (i.e. Shoshannah), an Israelitess","kjv_definition":"Susanna"} +{"id":"G4678","strongs_number":"G4678","system":"greek","language":"greek","number_value":4678,"lemma":"σοφία","transliteration":"sophía","pronunciation":null,"derivation":"from G4680 (σοφός);","strongs_definition":"wisdom (higher or lower, worldly or spiritual)","kjv_definition":"wisdom"} +{"id":"G4679","strongs_number":"G4679","system":"greek","language":"greek","number_value":4679,"lemma":"σοφίζω","transliteration":"sophízō","pronunciation":null,"derivation":"from G4680 (σοφός);","strongs_definition":"to render wise; in a sinister acceptation, to form \"sophisms\", i.e. continue plausible error","kjv_definition":"cunningly devised, make wise"} +{"id":"G4680","strongs_number":"G4680","system":"greek","language":"greek","number_value":4680,"lemma":"σοφός","transliteration":"sophós","pronunciation":null,"derivation":"akin to (clear);","strongs_definition":"wise (in a most general application)","kjv_definition":"wise"} +{"id":"G4681","strongs_number":"G4681","system":"greek","language":"greek","number_value":4681,"lemma":"Σπανία","transliteration":"Spanía","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Spania, a region of Europe","kjv_definition":"Spain"} +{"id":"G4682","strongs_number":"G4682","system":"greek","language":"greek","number_value":4682,"lemma":"σπαράσσω","transliteration":"sparássō","pronunciation":null,"derivation":"prolongation from (to grasp;","strongs_definition":"apparently strengthened from G4685 (σπάω) through the idea of spasmodic contraction); to mangle, i.e. convluse with epilepsy","kjv_definition":"rend, tear"} +{"id":"G4683","strongs_number":"G4683","system":"greek","language":"greek","number_value":4683,"lemma":"σπαργανόω","transliteration":"sparganóō","pronunciation":null,"derivation":"from (a strip;","strongs_definition":"from a derivative of the base of G4682 (σπαράσσω) meaning to strap or wrap with strips); to swathe (an infant after the Oriental custom)","kjv_definition":"wrap in swaddling clothes"} +{"id":"G4684","strongs_number":"G4684","system":"greek","language":"greek","number_value":4684,"lemma":"σπαταλάω","transliteration":"spataláō","pronunciation":null,"derivation":"from (luxury);","strongs_definition":"to be voluptuous","kjv_definition":"live in pleasure, be wanton"} +{"id":"G4685","strongs_number":"G4685","system":"greek","language":"greek","number_value":4685,"lemma":"σπάω","transliteration":"spáō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to draw","kjv_definition":"draw (out)"} +{"id":"G4686","strongs_number":"G4686","system":"greek","language":"greek","number_value":4686,"lemma":"σπεῖρα","transliteration":"speîra","pronunciation":null,"derivation":"of immediate Latin origin, but ultimately a derivative of G138 (αἱρέομαι) in the sense of its cognate G1507 (εἱλίσσω);","strongs_definition":"a coil (spira, \"spire\"), i.e. (figuratively) a mass of men (a Roman military cohort; also (by analogy) a squad of Levitical janitors)","kjv_definition":"band"} +{"id":"G4687","strongs_number":"G4687","system":"greek","language":"greek","number_value":4687,"lemma":"σπείρω","transliteration":"speírō","pronunciation":null,"derivation":"probably strengthened from G4685 (σπάω) (through the idea of extending);","strongs_definition":"to scatter, i.e. sow (literally or figuratively)","kjv_definition":"sow(- er), receive seed"} +{"id":"G4688","strongs_number":"G4688","system":"greek","language":"greek","number_value":4688,"lemma":"σπεκουλάτωρ","transliteration":"spekoulátōr","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a speculator, i.e. military scout (spy or (by extension) life-guardsman)","kjv_definition":"executioner"} +{"id":"G4689","strongs_number":"G4689","system":"greek","language":"greek","number_value":4689,"lemma":"σπένδω","transliteration":"spéndō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to pour out as a libation, i.e. (figuratively) to devote (one's life or blood, as a sacrifice) (\"spend\")","kjv_definition":"(be ready to) be offered"} +{"id":"G4690","strongs_number":"G4690","system":"greek","language":"greek","number_value":4690,"lemma":"σπέρμα","transliteration":"spérma","pronunciation":null,"derivation":"from G4687 (σπείρω);","strongs_definition":"something sown, i.e. seed (including the male \"sperm\"); by implication, offspring; specially, a remnant (figuratively, as if kept over for planting)","kjv_definition":"issue, seed"} +{"id":"G4691","strongs_number":"G4691","system":"greek","language":"greek","number_value":4691,"lemma":"σπερμολόγος","transliteration":"spermológos","pronunciation":null,"derivation":"from G4690 (σπέρμα) and G3004 (λέγω);","strongs_definition":"a seed-picker (as the crow), i.e. (figuratively) a sponger, loafer (specially, a gossip or trifler in talk)","kjv_definition":"babbler"} +{"id":"G4692","strongs_number":"G4692","system":"greek","language":"greek","number_value":4692,"lemma":"σπεύδω","transliteration":"speúdō","pronunciation":null,"derivation":"probably strengthened from G4228 (πούς);","strongs_definition":"to \"speed\" (\"study\"), i.e. urge on (diligently or earnestly); by implication, to await eagerly","kjv_definition":"(make, with) haste unto"} +{"id":"G4693","strongs_number":"G4693","system":"greek","language":"greek","number_value":4693,"lemma":"σπήλαιον","transliteration":"spḗlaion","pronunciation":null,"derivation":"neuter of a presumed derivative of (a grotto);","strongs_definition":"a cavern; by implication, a hiding-place or resort","kjv_definition":"cave, den"} +{"id":"G4694","strongs_number":"G4694","system":"greek","language":"greek","number_value":4694,"lemma":"σπιλάς","transliteration":"spilás","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a ledge or reef of rock in the sea","kjv_definition":"spot (by confusion with G4696 (σπίλος))"} +{"id":"G4695","strongs_number":"G4695","system":"greek","language":"greek","number_value":4695,"lemma":"σπιλόω","transliteration":"spilóō","pronunciation":null,"derivation":"from G4696 (σπίλος);","strongs_definition":"to stain or soil (literally or figuratively)","kjv_definition":"defile, spot"} +{"id":"G4696","strongs_number":"G4696","system":"greek","language":"greek","number_value":4696,"lemma":"σπίλος","transliteration":"spílos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a stain or blemish, i.e. (figuratively) defect, disgrace","kjv_definition":"spot"} +{"id":"G4697","strongs_number":"G4697","system":"greek","language":"greek","number_value":4697,"lemma":"σπλαγχνίζομαι","transliteration":"splanchnízomai","pronunciation":null,"derivation":"middle voice from G4698 (σπλάγχνον);","strongs_definition":"to have the bowels yearn, i.e. (figuratively) feel sympathy, to pity","kjv_definition":"have (be moved with) compassion"} +{"id":"G4698","strongs_number":"G4698","system":"greek","language":"greek","number_value":4698,"lemma":"σπλάγχνον","transliteration":"splánchnon","pronunciation":null,"derivation":"probably strengthened from (the \"spleen\");","strongs_definition":"an intestine (plural); figuratively, pity or sympathy","kjv_definition":"bowels, inward affection, + tender mercy"} +{"id":"G4699","strongs_number":"G4699","system":"greek","language":"greek","number_value":4699,"lemma":"σπόγγος","transliteration":"spóngos","pronunciation":null,"derivation":"perhaps of foreign origin;","strongs_definition":"a \"sponge\"","kjv_definition":"spunge"} +{"id":"G4700","strongs_number":"G4700","system":"greek","language":"greek","number_value":4700,"lemma":"σποδός","transliteration":"spodós","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"ashes","kjv_definition":"ashes"} +{"id":"G4701","strongs_number":"G4701","system":"greek","language":"greek","number_value":4701,"lemma":"σπορά","transliteration":"sporá","pronunciation":null,"derivation":"from G4687 (σπείρω);","strongs_definition":"a sowing, i.e. (by implication) parentage","kjv_definition":"seed"} +{"id":"G4702","strongs_number":"G4702","system":"greek","language":"greek","number_value":4702,"lemma":"σπόριμος","transliteration":"spórimos","pronunciation":null,"derivation":"from G4703 (σπόρος);","strongs_definition":"sown, i.e. (neuter plural) a planted field","kjv_definition":"corn(-field)"} +{"id":"G4703","strongs_number":"G4703","system":"greek","language":"greek","number_value":4703,"lemma":"σπόρος","transliteration":"spóros","pronunciation":null,"derivation":"from G4687 (σπείρω);","strongs_definition":"a scattering (of seed), i.e. (concretely) seed (as sown)","kjv_definition":"seed (X sown)"} +{"id":"G4704","strongs_number":"G4704","system":"greek","language":"greek","number_value":4704,"lemma":"σπουδάζω","transliteration":"spoudázō","pronunciation":null,"derivation":"from G4710 (σπουδή);","strongs_definition":"to use speed, i.e. to make effort, be prompt or earnest","kjv_definition":"do (give) diligence, be diligent (forward), endeavour, labour, study"} +{"id":"G4705","strongs_number":"G4705","system":"greek","language":"greek","number_value":4705,"lemma":"σπουδαῖος","transliteration":"spoudaîos","pronunciation":null,"derivation":"from G4710 (σπουδή);","strongs_definition":"prompt, energetic, earnest","kjv_definition":"diligent"} +{"id":"G4706","strongs_number":"G4706","system":"greek","language":"greek","number_value":4706,"lemma":"σπουδαιότερον","transliteration":"spoudaióteron","pronunciation":null,"derivation":"neuter of G4707 (σπουδαιότερος) as adverb;","strongs_definition":"more earnestly than others), i.e. very promptly","kjv_definition":"very diligently"} +{"id":"G4707","strongs_number":"G4707","system":"greek","language":"greek","number_value":4707,"lemma":"σπουδαιότερος","transliteration":"spoudaióteros","pronunciation":null,"derivation":"comparative of G4705 (σπουδαῖος);","strongs_definition":"more prompt, more earnest","kjv_definition":"more diligent (forward)"} +{"id":"G4708","strongs_number":"G4708","system":"greek","language":"greek","number_value":4708,"lemma":"σπουδαιοτέρως","transliteration":"spoudaiotérōs","pronunciation":null,"derivation":"adverb from G4707 (σπουδαιότερος);","strongs_definition":"more speedily, i.e. sooner than otherwise","kjv_definition":"more carefully"} +{"id":"G4709","strongs_number":"G4709","system":"greek","language":"greek","number_value":4709,"lemma":"σπουδαίως","transliteration":"spoudaíōs","pronunciation":null,"derivation":"adverb from G4705 (σπουδαῖος);","strongs_definition":"earnestly, promptly","kjv_definition":"diligently, instantly"} +{"id":"G4710","strongs_number":"G4710","system":"greek","language":"greek","number_value":4710,"lemma":"σπουδή","transliteration":"spoudḗ","pronunciation":null,"derivation":"from G4692 (σπεύδω);","strongs_definition":"\"speed\", i.e. (by implication) despatch, eagerness, earnestness","kjv_definition":"business, (earnest) care(-fulness), diligence, forwardness, haste"} +{"id":"G4711","strongs_number":"G4711","system":"greek","language":"greek","number_value":4711,"lemma":"σπυρίς","transliteration":"spyrís","pronunciation":null,"derivation":"from G4687 (σπείρω) (as woven);","strongs_definition":"a hamper or lunch-receptacle","kjv_definition":"basket"} +{"id":"G4712","strongs_number":"G4712","system":"greek","language":"greek","number_value":4712,"lemma":"στάδιον","transliteration":"stádion","pronunciation":null,"derivation":"from the base of G2476 (ἵστημι) (as fixed);","strongs_definition":"a stade or certain measure of distance; by implication, a stadium or race-course","kjv_definition":"furlong, race"} +{"id":"G4713","strongs_number":"G4713","system":"greek","language":"greek","number_value":4713,"lemma":"στάμνος","transliteration":"stámnos","pronunciation":null,"derivation":"from the base of G2476 (ἵστημι) (as stationary);","strongs_definition":"a jar or earthen tank","kjv_definition":"pot"} +{"id":"G4714","strongs_number":"G4714","system":"greek","language":"greek","number_value":4714,"lemma":"στάσις","transliteration":"stásis","pronunciation":null,"derivation":"from the base of G2476 (ἵστημι);","strongs_definition":"a standing (properly, the act), i.e. (by analogy) position (existence); by implication, a popular uprising; figuratively, controversy","kjv_definition":"dissension, insurrection, X standing, uproar"} +{"id":"G4715","strongs_number":"G4715","system":"greek","language":"greek","number_value":4715,"lemma":"στατήρ","transliteration":"statḗr","pronunciation":null,"derivation":"from the base of G2746 (καύχησις);","strongs_definition":"a stander (standard of value), i.e. (specially), a stater or certain coin","kjv_definition":"piece of money"} +{"id":"G4716","strongs_number":"G4716","system":"greek","language":"greek","number_value":4716,"lemma":"σταυρός","transliteration":"staurós","pronunciation":null,"derivation":"from the base of G2476 (ἵστημι);","strongs_definition":"a stake or post (as set upright), i.e. (specially), a pole or cross (as an instrument of capital punishment); figuratively, exposure to death, i.e. self-denial; by implication, the atonement of Christ","kjv_definition":"cross"} +{"id":"G4717","strongs_number":"G4717","system":"greek","language":"greek","number_value":4717,"lemma":"σταυρόω","transliteration":"stauróō","pronunciation":null,"derivation":"from G4716 (σταυρός);","strongs_definition":"to impale on the cross; figuratively, to extinguish (subdue) passion or selfishness","kjv_definition":"crucify"} +{"id":"G4718","strongs_number":"G4718","system":"greek","language":"greek","number_value":4718,"lemma":"σταφυλή","transliteration":"staphylḗ","pronunciation":null,"derivation":"probably from the base of G4735 (στέφανος);","strongs_definition":"a cluster of grapes (as if intertwined)","kjv_definition":"grapes"} +{"id":"G4719","strongs_number":"G4719","system":"greek","language":"greek","number_value":4719,"lemma":"στάχυς","transliteration":"stáchys","pronunciation":null,"derivation":"from the base of G2476 (ἵστημι);","strongs_definition":"a head of grain (as standing out from the stalk)","kjv_definition":"ear (of corn)"} +{"id":"G4720","strongs_number":"G4720","system":"greek","language":"greek","number_value":4720,"lemma":"Στάχυς","transliteration":"Stáchys","pronunciation":null,"derivation":"the same as G4719 (στάχυς);","strongs_definition":"Stachys, a Christian","kjv_definition":"Stachys"} +{"id":"G4721","strongs_number":"G4721","system":"greek","language":"greek","number_value":4721,"lemma":"στέγη","transliteration":"stégē","pronunciation":null,"derivation":"strengthened from a primary (a \"thatch\" or \"deck\" of a building);","strongs_definition":"a roof","kjv_definition":"roof"} +{"id":"G4722","strongs_number":"G4722","system":"greek","language":"greek","number_value":4722,"lemma":"στέγω","transliteration":"stégō","pronunciation":null,"derivation":"from G4721 (στέγη);","strongs_definition":"to roof over, i.e. (figuratively) to cover with silence (endure patiently)","kjv_definition":"(for-)bear, suffer"} +{"id":"G4723","strongs_number":"G4723","system":"greek","language":"greek","number_value":4723,"lemma":"στείρος","transliteration":"steíros","pronunciation":null,"derivation":"a contraction from G4731 (στερεός) (as stiff and unnatural);","strongs_definition":"\"sterile\"","kjv_definition":"barren"} +{"id":"G4724","strongs_number":"G4724","system":"greek","language":"greek","number_value":4724,"lemma":"στέλλω","transliteration":"stéllō","pronunciation":null,"derivation":"probably strengthened from the base of G2476 (ἵστημι);","strongs_definition":"properly, to set fast (\"stall\"), i.e. (figuratively) to repress (reflexively, abstain from associating with)","kjv_definition":"avoid, withdraw self"} +{"id":"G4725","strongs_number":"G4725","system":"greek","language":"greek","number_value":4725,"lemma":"στέμμα","transliteration":"stémma","pronunciation":null,"derivation":"from the base of G4735 (στέφανος);","strongs_definition":"a wreath for show","kjv_definition":"garland"} +{"id":"G4726","strongs_number":"G4726","system":"greek","language":"greek","number_value":4726,"lemma":"στεναγμός","transliteration":"stenagmós","pronunciation":null,"derivation":"from G4727 (στενάζω);","strongs_definition":"a sigh","kjv_definition":"groaning"} +{"id":"G4727","strongs_number":"G4727","system":"greek","language":"greek","number_value":4727,"lemma":"στενάζω","transliteration":"stenázō","pronunciation":null,"derivation":"from G4728 (στενός);","strongs_definition":"to make (intransitively, be) in straits, i.e. (by implication) to sigh, murmur, pray inaudibly","kjv_definition":"with grief, groan, grudge, sigh"} +{"id":"G4728","strongs_number":"G4728","system":"greek","language":"greek","number_value":4728,"lemma":"στενός","transliteration":"stenós","pronunciation":null,"derivation":"probably from the base of G2476 (ἵστημι);","strongs_definition":"narrow (from obstacles standing close about)","kjv_definition":"strait"} +{"id":"G4729","strongs_number":"G4729","system":"greek","language":"greek","number_value":4729,"lemma":"στενοχωρέω","transliteration":"stenochōréō","pronunciation":null,"derivation":"from the same as G4730 (στενοχωρία);","strongs_definition":"to hem in closely, i.e. (figuratively) cramp","kjv_definition":"distress, straiten"} +{"id":"G4730","strongs_number":"G4730","system":"greek","language":"greek","number_value":4730,"lemma":"στενοχωρία","transliteration":"stenochōría","pronunciation":null,"derivation":"from a compound of G4728 (στενός) and G5561 (χώρα);","strongs_definition":"narrowness of room, i.e. (figuratively) calamity","kjv_definition":"anguish, distress"} +{"id":"G4731","strongs_number":"G4731","system":"greek","language":"greek","number_value":4731,"lemma":"στερεός","transliteration":"stereós","pronunciation":null,"derivation":"from G2476 (ἵστημι);","strongs_definition":"stiff, i.e. solid, stable (literally or figuratively)","kjv_definition":"stedfast, strong, sure"} +{"id":"G4732","strongs_number":"G4732","system":"greek","language":"greek","number_value":4732,"lemma":"στερεόω","transliteration":"stereóō","pronunciation":null,"derivation":"from G4731 (στερεός);","strongs_definition":"to solidify, i.e. confirm (literally or figuratively)","kjv_definition":"establish, receive strength, make strong"} +{"id":"G4733","strongs_number":"G4733","system":"greek","language":"greek","number_value":4733,"lemma":"στερέωμα","transliteration":"steréōma","pronunciation":null,"derivation":"from G4732 (στερεόω);","strongs_definition":"something established, i.e. (abstractly) confirmation (stability)","kjv_definition":"stedfastness"} +{"id":"G4734","strongs_number":"G4734","system":"greek","language":"greek","number_value":4734,"lemma":"Στεφανᾶς","transliteration":"Stephanâs","pronunciation":null,"derivation":"probably contraction for (crowned;","strongs_definition":"from G4737 (στεφανόω)); Stephanas, a Christian","kjv_definition":"Stephanas"} +{"id":"G4735","strongs_number":"G4735","system":"greek","language":"greek","number_value":4735,"lemma":"στέφανος","transliteration":"stéphanos","pronunciation":null,"derivation":"from an apparently primary (to twine or wreathe);","strongs_definition":"a chaplet (as a badge of royalty, a prize in the public games or a symbol of honor generally; but more conspicuous and elaborate than the simple fillet, G1238 (διάδημα)), literally or figuratively","kjv_definition":"crown"} +{"id":"G4736","strongs_number":"G4736","system":"greek","language":"greek","number_value":4736,"lemma":"Στέφανος","transliteration":"Stéphanos","pronunciation":null,"derivation":"the same as G4735 (στέφανος);","strongs_definition":"Stephanus, a Christian","kjv_definition":"Stephen"} +{"id":"G4737","strongs_number":"G4737","system":"greek","language":"greek","number_value":4737,"lemma":"στεφανόω","transliteration":"stephanóō","pronunciation":null,"derivation":"from G4735 (στέφανος);","strongs_definition":"to adorn with an honorary wreath (literally or figuratively)","kjv_definition":"crown"} +{"id":"G4738","strongs_number":"G4738","system":"greek","language":"greek","number_value":4738,"lemma":"στῆθος","transliteration":"stēthos","pronunciation":null,"derivation":"from G2476 (ἵστημι) (as standing prominently);","strongs_definition":"the (entire external) bosom, i.e. chest","kjv_definition":"breast"} +{"id":"G4739","strongs_number":"G4739","system":"greek","language":"greek","number_value":4739,"lemma":"στήκω","transliteration":"stḗkō","pronunciation":null,"derivation":"from the perfect tense of G2476 (ἵστημι);","strongs_definition":"to be stationary, i.e. (figuratively) to persevere","kjv_definition":"stand (fast)"} +{"id":"G4740","strongs_number":"G4740","system":"greek","language":"greek","number_value":4740,"lemma":"στηριγμός","transliteration":"stērigmós","pronunciation":null,"derivation":"from G4741 (στηρίζω);","strongs_definition":"stability (figuratively)","kjv_definition":"stedfastness"} +{"id":"G4741","strongs_number":"G4741","system":"greek","language":"greek","number_value":4741,"lemma":"στηρίζω","transliteration":"stērízō","pronunciation":null,"derivation":"from a presumed derivative of G2476 (ἵστημι) (like G4731 (στερεός));","strongs_definition":"to set fast, i.e. (literally) to turn resolutely in a certain direction, or (figuratively) to confirm","kjv_definition":"fix, (e-)stablish, stedfastly set, strengthen"} +{"id":"G4742","strongs_number":"G4742","system":"greek","language":"greek","number_value":4742,"lemma":"στίγμα","transliteration":"stígma","pronunciation":null,"derivation":"from a primary (to \"stick\", i.e. prick);","strongs_definition":"a mark incised or punched (for recognition of ownership), i.e. (figuratively) scar of service","kjv_definition":"mark"} +{"id":"G4743","strongs_number":"G4743","system":"greek","language":"greek","number_value":4743,"lemma":"στιγμή","transliteration":"stigmḗ","pronunciation":null,"derivation":"feminine of G4742 (στίγμα);","strongs_definition":"a point of time, i.e. an instant","kjv_definition":"moment"} +{"id":"G4744","strongs_number":"G4744","system":"greek","language":"greek","number_value":4744,"lemma":"στίλβω","transliteration":"stílbō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to gleam, i.e. flash intensely","kjv_definition":"shining"} +{"id":"G4745","strongs_number":"G4745","system":"greek","language":"greek","number_value":4745,"lemma":"στοά","transliteration":"stoá","pronunciation":null,"derivation":"probably from G2476 (ἵστημι);","strongs_definition":"a colonnade or interior piazza","kjv_definition":"porch"} +{"id":"G4746","strongs_number":"G4746","system":"greek","language":"greek","number_value":4746,"lemma":"στοιβάς","transliteration":"stoibás","pronunciation":null,"derivation":"from a primary (to \"step\" or \"stamp\");","strongs_definition":"a spread (as if tramped flat) of loose materials for a couch, i.e. (by implication) a bough of a tree so employed","kjv_definition":"branch"} +{"id":"G4747","strongs_number":"G4747","system":"greek","language":"greek","number_value":4747,"lemma":"στοιχεῖον","transliteration":"stoicheîon","pronunciation":null,"derivation":"neuter of a presumed derivative of the base of G4748 (στοιχέω);","strongs_definition":"something orderly in arrangement, i.e. (by implication) a serial (basal, fundamental, initial) constituent (literally), proposition (figuratively)","kjv_definition":"element, principle, rudiment"} +{"id":"G4748","strongs_number":"G4748","system":"greek","language":"greek","number_value":4748,"lemma":"στοιχέω","transliteration":"stoichéō","pronunciation":null,"derivation":"from a derivative of (to range in regular line);","strongs_definition":"to march in (military) rank (keep step), i.e. (figuratively) to conform to virtue and piety","kjv_definition":"walk (orderly)"} +{"id":"G4749","strongs_number":"G4749","system":"greek","language":"greek","number_value":4749,"lemma":"στολή","transliteration":"stolḗ","pronunciation":null,"derivation":"from G4724 (στέλλω);","strongs_definition":"equipment, i.e. (specially), a \"stole\" or long-fitting gown (as a mark of dignity)","kjv_definition":"long clothing (garment), (long) robe"} +{"id":"G4750","strongs_number":"G4750","system":"greek","language":"greek","number_value":4750,"lemma":"στόμα","transliteration":"stóma","pronunciation":null,"derivation":"probably strengthened from a presumed derivative of the base of G5114 (τομώτερος);","strongs_definition":"the mouth (as if a gash in the face); by implication, language (and its relations); figuratively, an opening (in the earth); specially, the front or edge (of a weapon)","kjv_definition":"edge, face, mouth"} +{"id":"G4751","strongs_number":"G4751","system":"greek","language":"greek","number_value":4751,"lemma":"στόμαχος","transliteration":"stómachos","pronunciation":null,"derivation":"from G4750 (στόμα);","strongs_definition":"an orifice (the gullet), i.e. (specially), the \"stomach\"","kjv_definition":"stomach"} +{"id":"G4752","strongs_number":"G4752","system":"greek","language":"greek","number_value":4752,"lemma":"στρατεία","transliteration":"strateía","pronunciation":null,"derivation":"from G4754 (στρατεύομαι);","strongs_definition":"military service, i.e. (figuratively) the apostolic career (as one of hardship and danger)","kjv_definition":"warfare"} +{"id":"G4753","strongs_number":"G4753","system":"greek","language":"greek","number_value":4753,"lemma":"στράτευμα","transliteration":"stráteuma","pronunciation":null,"derivation":"from G4754 (στρατεύομαι);","strongs_definition":"an armament, i.e. (by implication) a body of troops (more or less extensive or systematic)","kjv_definition":"army, soldier, man of war"} +{"id":"G4754","strongs_number":"G4754","system":"greek","language":"greek","number_value":4754,"lemma":"στρατεύομαι","transliteration":"strateúomai","pronunciation":null,"derivation":"middle voice from the base of G4756 (στρατιά);","strongs_definition":"to serve in a military campaign; figuratively, to execute the apostolate (with its arduous duties and functions), to contend with carnal inclinations","kjv_definition":"soldier, (go to) war(-fare)"} +{"id":"G4755","strongs_number":"G4755","system":"greek","language":"greek","number_value":4755,"lemma":"στρατηγός","transliteration":"stratēgós","pronunciation":null,"derivation":"from the base of G4756 (στρατιά) and G71 (ἄγω) or G2233 (ἡγέομαι);","strongs_definition":"a general, i.e. (by implication or analogy) a (military) governor (prætor), the chief (præfect) of the (Levitical) temple-wardens","kjv_definition":"captain, magistrate"} +{"id":"G4756","strongs_number":"G4756","system":"greek","language":"greek","number_value":4756,"lemma":"στρατιά","transliteration":"stratiá","pronunciation":null,"derivation":"feminine of a derivative of (an army;","strongs_definition":"from the base of G4766 (στρώννυμι), as encamped); camp-likeness, i.e. an army, i.e. (figuratively) the angels, the celestial luminaries","kjv_definition":"host"} +{"id":"G4757","strongs_number":"G4757","system":"greek","language":"greek","number_value":4757,"lemma":"στρατιώτης","transliteration":"stratiṓtēs","pronunciation":null,"derivation":"from a presumed derivative of the same as G4756 (στρατιά);","strongs_definition":"a camper-out, i.e. a (common) warrior (literally or figuratively)","kjv_definition":"soldier"} +{"id":"G4758","strongs_number":"G4758","system":"greek","language":"greek","number_value":4758,"lemma":"στρατολογέω","transliteration":"stratologéō","pronunciation":null,"derivation":"from a compound of the base of G4756 (στρατιά) and G3004 (λέγω) (in its original sense);","strongs_definition":"to gather (or select) as a warrior, i.e. enlist in the army","kjv_definition":"choose to be a soldier"} +{"id":"G4759","strongs_number":"G4759","system":"greek","language":"greek","number_value":4759,"lemma":"στρατοπεδάρχης","transliteration":"stratopedárchēs","pronunciation":null,"derivation":"from G4760 (στρατόπεδον) and G757 (ἄρχω);","strongs_definition":"a ruler of an army, i.e. (specially), a Prætorian præfect","kjv_definition":"captain of the guard"} +{"id":"G4760","strongs_number":"G4760","system":"greek","language":"greek","number_value":4760,"lemma":"στρατόπεδον","transliteration":"stratópedon","pronunciation":null,"derivation":"from the base of G4756 (στρατιά) and the same as G3977 (πεδινός);","strongs_definition":"a camping-ground, i.e. (by implication) a body of troops","kjv_definition":"army"} +{"id":"G4761","strongs_number":"G4761","system":"greek","language":"greek","number_value":4761,"lemma":"στρεβλόω","transliteration":"streblóō","pronunciation":null,"derivation":"from a derivative of G4762 (στρέφω);","strongs_definition":"to wrench, i.e. (specially), to torture (by the rack), but only figuratively, to pervert","kjv_definition":"wrest"} +{"id":"G4762","strongs_number":"G4762","system":"greek","language":"greek","number_value":4762,"lemma":"στρέφω","transliteration":"stréphō","pronunciation":null,"derivation":"strengthened from the base of G5157 (τροπή);","strongs_definition":"to twist, i.e. turn quite around or reverse (literally or figuratively)","kjv_definition":"convert, turn (again, back again, self, self about)"} +{"id":"G4763","strongs_number":"G4763","system":"greek","language":"greek","number_value":4763,"lemma":"στρηνιάω","transliteration":"strēniáō","pronunciation":null,"derivation":"from a presumed derivative of G4764 (στρῆνος);","strongs_definition":"to be luxurious","kjv_definition":"live deliciously"} +{"id":"G4764","strongs_number":"G4764","system":"greek","language":"greek","number_value":4764,"lemma":"στρῆνος","transliteration":"strēnos","pronunciation":null,"derivation":"akin to G4731 (στερεός);","strongs_definition":"a \"straining\", \"strenuousness\" or \"strength\", i.e. (figuratively) luxury (voluptuousness)","kjv_definition":"delicacy"} +{"id":"G4765","strongs_number":"G4765","system":"greek","language":"greek","number_value":4765,"lemma":"στρουθίον","transliteration":"strouthíon","pronunciation":null,"derivation":"diminutive of (a sparrow);","strongs_definition":"a little sparrow","kjv_definition":"sparrow"} +{"id":"G4766","strongs_number":"G4766","system":"greek","language":"greek","number_value":4766,"lemma":"στρώννυμι","transliteration":"strṓnnymi","pronunciation":null,"derivation":"prolongation from a still simpler , (used only as an alternate in certain tenses) (probably akin to G4731 (στερεός) through the idea of positing);","strongs_definition":"to \"strew,\" i.e. spread (as a carpet or couch)","kjv_definition":"make bed, furnish, spread, strew"} +{"id":"G4767","strongs_number":"G4767","system":"greek","language":"greek","number_value":4767,"lemma":"στυγνητός","transliteration":"stygnētós","pronunciation":null,"derivation":"from a derivative of an obsolete apparently primary (to hate);","strongs_definition":"hated, i.e. odious","kjv_definition":"hateful"} +{"id":"G4768","strongs_number":"G4768","system":"greek","language":"greek","number_value":4768,"lemma":"στυγνάζω","transliteration":"stygnázō","pronunciation":null,"derivation":"from the same as G4767 (στυγνητός);","strongs_definition":"to render gloomy, i.e. (by implication) glower (be overcast with clouds, or sombreness of speech)","kjv_definition":"lower, be sad"} +{"id":"G4769","strongs_number":"G4769","system":"greek","language":"greek","number_value":4769,"lemma":"στῦλος","transliteration":"stŷlos","pronunciation":null,"derivation":"from (to stiffen;","strongs_definition":"properly akin to the base of G2476 (ἵστημι)); a post (\"style\"), i.e. (figuratively) support","kjv_definition":"pillar"} +{"id":"G4770","strongs_number":"G4770","system":"greek","language":"greek","number_value":4770,"lemma":"Στωϊκός","transliteration":"Stōïkós","pronunciation":null,"derivation":"from G4745 (στοά);","strongs_definition":"a \"Stoic\" (as occupying a particular porch in Athens), i.e. adherent of a certin philosophy","kjv_definition":"Stoick"} +{"id":"G4771","strongs_number":"G4771","system":"greek","language":"greek","number_value":4771,"lemma":"σύ","transliteration":"sý","pronunciation":null,"derivation":"the personal pronoun of the second person singular;","strongs_definition":"thou","kjv_definition":"thou"} +{"id":"G4772","strongs_number":"G4772","system":"greek","language":"greek","number_value":4772,"lemma":"συγγένεια","transliteration":"syngéneia","pronunciation":null,"derivation":"from G4773 (συγγενής);","strongs_definition":"relationship, i.e. (concretely) relatives","kjv_definition":"kindred"} +{"id":"G4773","strongs_number":"G4773","system":"greek","language":"greek","number_value":4773,"lemma":"συγγενής","transliteration":"syngenḗs","pronunciation":null,"derivation":"from G4862 (σύν) and G1085 (γένος);","strongs_definition":"a relative (by blood); by extension, a fellow countryman","kjv_definition":"cousin, kin(-sfolk, -sman)"} +{"id":"G4774","strongs_number":"G4774","system":"greek","language":"greek","number_value":4774,"lemma":"συγγνώμη","transliteration":"syngnṓmē","pronunciation":null,"derivation":"from a compound of G4862 (σύν) and G1097 (γινώσκω);","strongs_definition":"fellow knowledge, i.e. concession","kjv_definition":"permission"} +{"id":"G4775","strongs_number":"G4775","system":"greek","language":"greek","number_value":4775,"lemma":"συγκάθημαι","transliteration":"synkáthēmai","pronunciation":null,"derivation":"from G4862 (σύν) and G2521 (κάθημαι);","strongs_definition":"to seat oneself in company with","kjv_definition":"sit with"} +{"id":"G4776","strongs_number":"G4776","system":"greek","language":"greek","number_value":4776,"lemma":"συγκαθίζω","transliteration":"synkathízō","pronunciation":null,"derivation":"from G4862 (σύν) and G2523 (καθίζω);","strongs_definition":"to give (or take) a seat in company with","kjv_definition":"(make) sit (down) together"} +{"id":"G4777","strongs_number":"G4777","system":"greek","language":"greek","number_value":4777,"lemma":"συγκακοπαθέω","transliteration":"synkakopathéō","pronunciation":null,"derivation":"from G4862 (σύν) and G2553 (κακοπαθέω);","strongs_definition":"to suffer hardship in company with","kjv_definition":"be partaker of afflictions"} +{"id":"G4778","strongs_number":"G4778","system":"greek","language":"greek","number_value":4778,"lemma":"συγκακουχέω","transliteration":"synkakouchéō","pronunciation":null,"derivation":"from G4862 (σύν) and G2558 (κακουχέω);","strongs_definition":"to maltreat in company with, i.e. (passively) endure persecution together","kjv_definition":"suffer affliction with"} +{"id":"G4779","strongs_number":"G4779","system":"greek","language":"greek","number_value":4779,"lemma":"συγκαλέω","transliteration":"synkaléō","pronunciation":null,"derivation":"from G4862 (σύν) and G2564 (καλέω);","strongs_definition":"to convoke","kjv_definition":"call together"} +{"id":"G4780","strongs_number":"G4780","system":"greek","language":"greek","number_value":4780,"lemma":"συγκαλύπτω","transliteration":"synkalýptō","pronunciation":null,"derivation":"from G4862 (σύν) and G2572 (καλύπτω);","strongs_definition":"to conceal altogether","kjv_definition":"cover"} +{"id":"G4781","strongs_number":"G4781","system":"greek","language":"greek","number_value":4781,"lemma":"συγκάμπτω","transliteration":"synkámptō","pronunciation":null,"derivation":"from G4862 (σύν) and G2578 (κάμπτω);","strongs_definition":"to bend together, i.e. (figuratively) to afflict","kjv_definition":"bow down"} +{"id":"G4782","strongs_number":"G4782","system":"greek","language":"greek","number_value":4782,"lemma":"συγκαταβαίνω","transliteration":"synkatabaínō","pronunciation":null,"derivation":"from G4862 (σύν) and G2597 (καταβαίνω);","strongs_definition":"to descend in company with","kjv_definition":"go down with"} +{"id":"G4783","strongs_number":"G4783","system":"greek","language":"greek","number_value":4783,"lemma":"συγκατάθεσις","transliteration":"synkatáthesis","pronunciation":null,"derivation":"from G4784 (συγκατατίθεμαι);","strongs_definition":"a deposition (of sentiment) in company with, i.e. (figuratively) accord with","kjv_definition":"agreement"} +{"id":"G4784","strongs_number":"G4784","system":"greek","language":"greek","number_value":4784,"lemma":"συγκατατίθεμαι","transliteration":"synkatatíthemai","pronunciation":null,"derivation":"middle from G4862 (σύν) and G2698 (κατατίθημι);","strongs_definition":"to deposit (one's vote or opinion) in company with, i.e. (figuratively) to accord with","kjv_definition":"consent"} +{"id":"G4785","strongs_number":"G4785","system":"greek","language":"greek","number_value":4785,"lemma":"συγκαταψηφίζω","transliteration":"synkatapsēphízō","pronunciation":null,"derivation":"from G4862 (σύν) and a compound of G2596 (κατά) and G5585 (ψηφίζω);","strongs_definition":"to count down in company with, i.e. enroll among","kjv_definition":"number with"} +{"id":"G4786","strongs_number":"G4786","system":"greek","language":"greek","number_value":4786,"lemma":"συγκεράννυμι","transliteration":"synkeránnymi","pronunciation":null,"derivation":"from G4862 (σύν) and G2767 (κεράννυμι);","strongs_definition":"to commingle, i.e. (figuratively) to combine or assimilate","kjv_definition":"mix with, temper together"} +{"id":"G4787","strongs_number":"G4787","system":"greek","language":"greek","number_value":4787,"lemma":"συγκινέω","transliteration":"synkinéō","pronunciation":null,"derivation":"from G4682 (σπαράσσω) and G2795 (κινέω);","strongs_definition":"to move together, i.e. (specially), to excite as a mass (to sedition)","kjv_definition":"stir up"} +{"id":"G4788","strongs_number":"G4788","system":"greek","language":"greek","number_value":4788,"lemma":"συγκλείω","transliteration":"synkleíō","pronunciation":null,"derivation":"from G4862 (σύν) and G2808 (κλείω);","strongs_definition":"to shut together, i.e. include or (figuratively) embrace in a common subjection to","kjv_definition":"conclude, inclose, shut up"} +{"id":"G4789","strongs_number":"G4789","system":"greek","language":"greek","number_value":4789,"lemma":"συγκληρονόμος","transliteration":"synklēronómos","pronunciation":null,"derivation":"from G4862 (σύν) and G2818 (κληρονόμος);","strongs_definition":"a co-heir, i.e. (by analogy) participant in common","kjv_definition":"fellow (joint)-heir, heir together, heir with"} +{"id":"G4790","strongs_number":"G4790","system":"greek","language":"greek","number_value":4790,"lemma":"συγκοινωνέω","transliteration":"synkoinōnéō","pronunciation":null,"derivation":"from G4862 (σύν) and G2841 (κοινωνέω);","strongs_definition":"to share in company with, i.e. co-participate in","kjv_definition":"communicate (have fellowship) with, be partaker of"} +{"id":"G4791","strongs_number":"G4791","system":"greek","language":"greek","number_value":4791,"lemma":"συγκοινωνός","transliteration":"synkoinōnós","pronunciation":null,"derivation":"from G4862 (σύν) and G2844 (κοινωνός);","strongs_definition":"a co-participant","kjv_definition":"companion, partake(-r, -r with)"} +{"id":"G4792","strongs_number":"G4792","system":"greek","language":"greek","number_value":4792,"lemma":"συγκομίζω","transliteration":"synkomízō","pronunciation":null,"derivation":"from G4862 (σύν) and G2865 (κομίζω);","strongs_definition":"to convey together, i.e. collect or bear away in company with others","kjv_definition":"carry"} +{"id":"G4793","strongs_number":"G4793","system":"greek","language":"greek","number_value":4793,"lemma":"συγκρίνω","transliteration":"synkrínō","pronunciation":null,"derivation":"from G4862 (σύν) and G2919 (κρίνω);","strongs_definition":"to judge of one thing in connection with another, i.e. combine (spiritual ideas with appropriate expressions) or collate (one person with another by way of contrast or resemblance)","kjv_definition":"compare among (with)"} +{"id":"G4794","strongs_number":"G4794","system":"greek","language":"greek","number_value":4794,"lemma":"συγκύπτω","transliteration":"synkýptō","pronunciation":null,"derivation":"from G4862 (σύν) and G2955 (κύπτω);","strongs_definition":"to stoop altogether, i.e. be completely overcome by","kjv_definition":"bow together"} +{"id":"G4795","strongs_number":"G4795","system":"greek","language":"greek","number_value":4795,"lemma":"συγκυρία","transliteration":"synkyría","pronunciation":null,"derivation":"from a comparative of G4862 (σύν) and (to light or happen;","strongs_definition":"from the base of G2962 (κύριος)); concurrence, i.e. accident","kjv_definition":"chance"} +{"id":"G4796","strongs_number":"G4796","system":"greek","language":"greek","number_value":4796,"lemma":"συγχαίρω","transliteration":"synchaírō","pronunciation":null,"derivation":"from G4862 (σύν) and G5463 (χαίρω);","strongs_definition":"to sympathize in gladness, congratulate","kjv_definition":"rejoice in (with)"} +{"id":"G4797","strongs_number":"G4797","system":"greek","language":"greek","number_value":4797,"lemma":"συγχέω","transliteration":"synchéō","pronunciation":null,"derivation":"from G4862 (σύν) and (to pour) or its alternate;","strongs_definition":"to commingle promiscuously, i.e. (figuratively) to throw (an assembly) into disorder, to perplex (the mind)","kjv_definition":"confound, confuse, stir up, be in an uproar"} +{"id":"G4798","strongs_number":"G4798","system":"greek","language":"greek","number_value":4798,"lemma":"συγχράομαι","transliteration":"synchráomai","pronunciation":null,"derivation":"from G4862 (σύν) and G5530 (χράομαι);","strongs_definition":"to use jointly, i.e. (by implication) to hold intercourse in common","kjv_definition":"have dealings with"} +{"id":"G4799","strongs_number":"G4799","system":"greek","language":"greek","number_value":4799,"lemma":"σύγχυσις","transliteration":"sýnchysis","pronunciation":null,"derivation":"from G4797 (συγχέω);","strongs_definition":"commixture, i.e. (figuratively) riotous disturbance","kjv_definition":"confusion"} +{"id":"G4800","strongs_number":"G4800","system":"greek","language":"greek","number_value":4800,"lemma":"συζάω","transliteration":"syzáō","pronunciation":null,"derivation":"from G4862 (σύν) and G2198 (ζάω);","strongs_definition":"to continue to live in common with, i.e. co-survive (literally or figuratively)","kjv_definition":"live with"} +{"id":"G4801","strongs_number":"G4801","system":"greek","language":"greek","number_value":4801,"lemma":"συζεύγνυμι","transliteration":"syzeúgnymi","pronunciation":null,"derivation":"from G4862 (σύν) and the base of G2201 (ζεῦγος);","strongs_definition":"to yoke together, i.e. (figuratively) conjoin (in marriage)","kjv_definition":"join together"} +{"id":"G4802","strongs_number":"G4802","system":"greek","language":"greek","number_value":4802,"lemma":"συζητέω","transliteration":"syzētéō","pronunciation":null,"derivation":"from G4862 (σύν) and G2212 (ζητέω);","strongs_definition":"to investigate jointly, i.e. discuss, controvert, cavil","kjv_definition":"dispute (with), enquire, question (with), reason (together)"} +{"id":"G4803","strongs_number":"G4803","system":"greek","language":"greek","number_value":4803,"lemma":"συζήτησις","transliteration":"syzḗtēsis","pronunciation":null,"derivation":"from G4802 (συζητέω);","strongs_definition":"mutual questioning, i.e. discussion","kjv_definition":"disputation(-ting), reasoning"} +{"id":"G4804","strongs_number":"G4804","system":"greek","language":"greek","number_value":4804,"lemma":"συζητητής","transliteration":"syzētētḗs","pronunciation":null,"derivation":"from G4802 (συζητέω);","strongs_definition":"a disputant, i.e. sophist","kjv_definition":"disputer"} +{"id":"G4805","strongs_number":"G4805","system":"greek","language":"greek","number_value":4805,"lemma":"σύζυγος","transliteration":"sýzygos","pronunciation":null,"derivation":"from G4801 (συζεύγνυμι);","strongs_definition":"co-yoked, i.e. (figuratively) as noun, a colleague; probably rather as a proper name; Syzygus, a Christian","kjv_definition":"yokefellow"} +{"id":"G4806","strongs_number":"G4806","system":"greek","language":"greek","number_value":4806,"lemma":"συζωοποιέω","transliteration":"syzōopoiéō","pronunciation":null,"derivation":"from G4862 (σύν) and G2227 (ζωοποιέω);","strongs_definition":"to reanimate conjointly with (figuratively)","kjv_definition":"quicken together with"} +{"id":"G4807","strongs_number":"G4807","system":"greek","language":"greek","number_value":4807,"lemma":"συκάμινος","transliteration":"sykáminos","pronunciation":null,"derivation":"of Hebrew origin (H08256) in imitation of G4809 (συκομωραία);","strongs_definition":"a sycamore-fig tree","kjv_definition":"sycamine tree"} +{"id":"G4808","strongs_number":"G4808","system":"greek","language":"greek","number_value":4808,"lemma":"συκῆ","transliteration":"sykē","pronunciation":null,"derivation":"from G4810 (σῦκον);","strongs_definition":"a fig-tree","kjv_definition":"fig tree"} +{"id":"G4809","strongs_number":"G4809","system":"greek","language":"greek","number_value":4809,"lemma":"συκομωραία","transliteration":"sykomōraía","pronunciation":null,"derivation":"from G4810 (σῦκον) and (the mulberry);","strongs_definition":"the \"sycamore\"-fig tree","kjv_definition":"sycamore tree"} +{"id":"G4810","strongs_number":"G4810","system":"greek","language":"greek","number_value":4810,"lemma":"σῦκον","transliteration":"sŷkon","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a fig","kjv_definition":"fig"} +{"id":"G4811","strongs_number":"G4811","system":"greek","language":"greek","number_value":4811,"lemma":"συκοφαντέω","transliteration":"sykophantéō","pronunciation":null,"derivation":"from a compound of G4810 (σῦκον) and a derivative of G5316 (φαίνω);","strongs_definition":"to be a fig-informer (reporter of the law forbidding the exportation of figs from Greece), \"sycophant\", i.e. (genitive and by extension) to defraud (exact unlawfully, extort)","kjv_definition":"accuse falsely, take by false accusation"} +{"id":"G4812","strongs_number":"G4812","system":"greek","language":"greek","number_value":4812,"lemma":"συλαγωγέω","transliteration":"sylagōgéō","pronunciation":null,"derivation":"from the base of G4813 (συλάω) and (the reduplicated form of) G71 (ἄγω);","strongs_definition":"to lead away as booty, i.e. (figuratively) seduce","kjv_definition":"spoil"} +{"id":"G4813","strongs_number":"G4813","system":"greek","language":"greek","number_value":4813,"lemma":"συλάω","transliteration":"syláō","pronunciation":null,"derivation":"from a derivative of (to strip;","strongs_definition":"probably akin to G138 (αἱρέομαι); compare G4661 (σκῦλον)); to despoil","kjv_definition":"rob"} +{"id":"G4814","strongs_number":"G4814","system":"greek","language":"greek","number_value":4814,"lemma":"συλλαλέω","transliteration":"syllaléō","pronunciation":null,"derivation":"from G4862 (σύν) and G2980 (λαλέω);","strongs_definition":"to talk together, i.e. converse","kjv_definition":"commune (confer, talk) with, speak among"} +{"id":"G4815","strongs_number":"G4815","system":"greek","language":"greek","number_value":4815,"lemma":"συλλαμβάνω","transliteration":"syllambánō","pronunciation":null,"derivation":"from G4862 (σύν) and G2983 (λαμβάνω);","strongs_definition":"to clasp, i.e. seize (arrest, capture); specially, to conceive (literally or figuratively); by implication, to aid","kjv_definition":"catch, conceive, help, take"} +{"id":"G4816","strongs_number":"G4816","system":"greek","language":"greek","number_value":4816,"lemma":"συλλέγω","transliteration":"syllégō","pronunciation":null,"derivation":"from G4862 (σύν) and G3004 (λέγω) in its original sense;","strongs_definition":"to collect","kjv_definition":"gather (together, up)"} +{"id":"G4817","strongs_number":"G4817","system":"greek","language":"greek","number_value":4817,"lemma":"συλλογίζομαι","transliteration":"syllogízomai","pronunciation":null,"derivation":"from G4862 (σύν) and G3049 (λογίζομαι);","strongs_definition":"to reckon together (with oneself), i.e. deliberate","kjv_definition":"reason with"} +{"id":"G4818","strongs_number":"G4818","system":"greek","language":"greek","number_value":4818,"lemma":"συλλυπέω","transliteration":"syllypéō","pronunciation":null,"derivation":"from G4862 (σύν) and G3076 (λυπέω);","strongs_definition":"to afflict jointly, i.e. (passive) sorrow at (on account of) someone","kjv_definition":"be grieved"} +{"id":"G4819","strongs_number":"G4819","system":"greek","language":"greek","number_value":4819,"lemma":"συμβαίνω","transliteration":"symbaínō","pronunciation":null,"derivation":"from G4862 (σύν) and the base of G939 (βάσις);","strongs_definition":"to walk (figuratively, transpire) together, i.e. concur (take place)","kjv_definition":"be(-fall), happen (unto)"} +{"id":"G4820","strongs_number":"G4820","system":"greek","language":"greek","number_value":4820,"lemma":"συμβάλλω","transliteration":"symbállō","pronunciation":null,"derivation":"from G4862 (σύν) and G906 (βάλλω);","strongs_definition":"to combine, i.e. (in speaking) to converse, consult, dispute, (mentally) to consider, (by implication) to aid, (personally) to join, attack","kjv_definition":"confer, encounter, help, make, meet with, ponder"} +{"id":"G4821","strongs_number":"G4821","system":"greek","language":"greek","number_value":4821,"lemma":"συμβασιλεύω","transliteration":"symbasileúō","pronunciation":null,"derivation":"from G4862 (σύν) and G936 (βασιλεύω);","strongs_definition":"to be co-regent (figuratively)","kjv_definition":"reign with"} +{"id":"G4822","strongs_number":"G4822","system":"greek","language":"greek","number_value":4822,"lemma":"συμβιβάζω","transliteration":"symbibázō","pronunciation":null,"derivation":"from G4862 (σύν) and (to force;","strongs_definition":"causative (by reduplication) of the base of G939 (βάσις)); to drive together, i.e. unite (in association or affection), (mentally) to infer, show, teach","kjv_definition":"compact, assuredly gather, intrust, knit together, prove"} +{"id":"G4823","strongs_number":"G4823","system":"greek","language":"greek","number_value":4823,"lemma":"συμβουλεύω","transliteration":"symbouleúō","pronunciation":null,"derivation":"from G4862 (σύν) and G1011 (βουλεύω);","strongs_definition":"to give (or take) advice jointly, i.e. recommend, deliberate or determine","kjv_definition":"consult, (give, take) counsel (together)"} +{"id":"G4824","strongs_number":"G4824","system":"greek","language":"greek","number_value":4824,"lemma":"συμβούλιον","transliteration":"symboúlion","pronunciation":null,"derivation":"neuter of a presumed derivative of G4825 (σύμβουλος);","strongs_definition":"advisement; specially, a deliberative body, i.e. the provincial assessors or lay-court","kjv_definition":"consultation, counsel, council"} +{"id":"G4825","strongs_number":"G4825","system":"greek","language":"greek","number_value":4825,"lemma":"σύμβουλος","transliteration":"sýmboulos","pronunciation":null,"derivation":"from G4862 (σύν) and G1012 (βουλή);","strongs_definition":"a consultor, i.e. adviser","kjv_definition":"counsellor"} +{"id":"G4826","strongs_number":"G4826","system":"greek","language":"greek","number_value":4826,"lemma":"Συμεών","transliteration":"Symeṓn","pronunciation":null,"derivation":"from the same as G4613 (Σίμων);","strongs_definition":"Symeon (i.e. Shimon), the name of five Israelites","kjv_definition":"Simeon, Simon"} +{"id":"G4827","strongs_number":"G4827","system":"greek","language":"greek","number_value":4827,"lemma":"συμμαθητής","transliteration":"symmathētḗs","pronunciation":null,"derivation":"from a compound of G4862 (σύν) and G3129 (μανθάνω);","strongs_definition":"a co-learner (of Christianity)","kjv_definition":"fellow disciple"} +{"id":"G4828","strongs_number":"G4828","system":"greek","language":"greek","number_value":4828,"lemma":"συμμαρτυρέω","transliteration":"symmartyréō","pronunciation":null,"derivation":"from G4862 (σύν) and G3140 (μαρτυρέω);","strongs_definition":"to testify jointly, i.e. corroborate by (concurrent) evidence","kjv_definition":"testify unto, (also) bear witness (with)"} +{"id":"G4829","strongs_number":"G4829","system":"greek","language":"greek","number_value":4829,"lemma":"συμμερίζομαι","transliteration":"symmerízomai","pronunciation":null,"derivation":"middle voice from G4862 (σύν) and G3307 (μερίζω);","strongs_definition":"to share jointly, i.e. participate in","kjv_definition":"be partaker with"} +{"id":"G4830","strongs_number":"G4830","system":"greek","language":"greek","number_value":4830,"lemma":"συμμέτοχος","transliteration":"symmétochos","pronunciation":null,"derivation":"from G4862 (σύν) and G3353 (μέτοχος);","strongs_definition":"a co-participant","kjv_definition":"partaker"} +{"id":"G4831","strongs_number":"G4831","system":"greek","language":"greek","number_value":4831,"lemma":"συμμιμητής","transliteration":"symmimētḗs","pronunciation":null,"derivation":"from a presumed compound of G4862 (σύν) and G3401 (μιμέομαι);","strongs_definition":"a co-imitator, i.e. fellow votary","kjv_definition":"follower together"} +{"id":"G4832","strongs_number":"G4832","system":"greek","language":"greek","number_value":4832,"lemma":"σύμμορφος","transliteration":"sýmmorphos","pronunciation":null,"derivation":"from G4862 (σύν) and G3444 (μορφή);","strongs_definition":"jointly formed, i.e. (figuratively) similar","kjv_definition":"conformed to, fashioned like unto"} +{"id":"G4833","strongs_number":"G4833","system":"greek","language":"greek","number_value":4833,"lemma":"συμμορφόω","transliteration":"symmorphóō","pronunciation":null,"derivation":"from G4832 (σύμμορφος);","strongs_definition":"to render like, i.e. (figuratively) to assimilate","kjv_definition":"make conformable unto"} +{"id":"G4834","strongs_number":"G4834","system":"greek","language":"greek","number_value":4834,"lemma":"συμπαθέω","transliteration":"sympathéō","pronunciation":null,"derivation":"from G4835 (συμπαθής);","strongs_definition":"to feel \"sympathy\" with, i.e. (by implication) to commiserate","kjv_definition":"have compassion, be touched with a feeling of"} +{"id":"G4835","strongs_number":"G4835","system":"greek","language":"greek","number_value":4835,"lemma":"συμπαθής","transliteration":"sympathḗs","pronunciation":null,"derivation":"from G4841 (συμπάσχω);","strongs_definition":"having a fellow-feeling (\"sympathetic\"), i.e. (by implication) mutually commiserative","kjv_definition":"having compassion one of another"} +{"id":"G4836","strongs_number":"G4836","system":"greek","language":"greek","number_value":4836,"lemma":"συμπαραγίνομαι","transliteration":"symparagínomai","pronunciation":null,"derivation":"from G4862 (σύν) and G3854 (παραγίνομαι);","strongs_definition":"to be present together, i.e. to convene; by implication, to appear in aid","kjv_definition":"come together, stand with"} +{"id":"G4837","strongs_number":"G4837","system":"greek","language":"greek","number_value":4837,"lemma":"συμπαρακαλέω","transliteration":"symparakaléō","pronunciation":null,"derivation":"from G4862 (σύν) and G3870 (παρακαλέω);","strongs_definition":"to console jointly","kjv_definition":"comfort together"} +{"id":"G4838","strongs_number":"G4838","system":"greek","language":"greek","number_value":4838,"lemma":"συμπαραλαμβάνω","transliteration":"symparalambánō","pronunciation":null,"derivation":"from G4862 (σύν) and G3880 (παραλαμβάνω);","strongs_definition":"to take along in company","kjv_definition":"take with"} +{"id":"G4839","strongs_number":"G4839","system":"greek","language":"greek","number_value":4839,"lemma":"συμπαραμένω","transliteration":"symparaménō","pronunciation":null,"derivation":"from G4862 (σύν) and G3887 (παραμένω);","strongs_definition":"to remain in company, i.e. still live","kjv_definition":"continue with"} +{"id":"G4840","strongs_number":"G4840","system":"greek","language":"greek","number_value":4840,"lemma":"συμπάρειμι","transliteration":"sympáreimi","pronunciation":null,"derivation":"from G4862 (σύν) and G3918 (πάρειμι);","strongs_definition":"to be at hand together, i.e. now present","kjv_definition":"be here present with"} +{"id":"G4841","strongs_number":"G4841","system":"greek","language":"greek","number_value":4841,"lemma":"συμπάσχω","transliteration":"sympáschō","pronunciation":null,"derivation":"from G4862 (σύν) and G3958 (πάσχω) (including its alternate);","strongs_definition":"to experience pain jointly or of the same kind (specially, persecution; to \"sympathize\")","kjv_definition":"suffer with"} +{"id":"G4842","strongs_number":"G4842","system":"greek","language":"greek","number_value":4842,"lemma":"συμπέμπω","transliteration":"sympémpō","pronunciation":null,"derivation":"from G4862 (σύν) and G3992 (πέμπω);","strongs_definition":"to despatch in company","kjv_definition":"send with"} +{"id":"G4843","strongs_number":"G4843","system":"greek","language":"greek","number_value":4843,"lemma":"συμπεριλαμβάνω","transliteration":"symperilambánō","pronunciation":null,"derivation":"from G4862 (σύν) and a compound of G4012 (περί) and G2983 (λαμβάνω);","strongs_definition":"to take by enclosing altogether, i.e. earnestly throw the arms about one","kjv_definition":"embrace"} +{"id":"G4844","strongs_number":"G4844","system":"greek","language":"greek","number_value":4844,"lemma":"συμπίνω","transliteration":"sympínō","pronunciation":null,"derivation":"from G4862 (σύν) and G4095 (πίνω);","strongs_definition":"to partake a beverage in company","kjv_definition":"drink with"} +{"id":"G4845","strongs_number":"G4845","system":"greek","language":"greek","number_value":4845,"lemma":"συμπληρόω","transliteration":"symplēróō","pronunciation":null,"derivation":"from G4862 (σύν) and G4137 (πληρόω);","strongs_definition":"to implenish completely, i.e. (of space) to swamp (a boat), or (of time) to accomplish (passive, be complete)","kjv_definition":"(fully) come, fill up"} +{"id":"G4846","strongs_number":"G4846","system":"greek","language":"greek","number_value":4846,"lemma":"συμπνίγω","transliteration":"sympnígō","pronunciation":null,"derivation":"from G4862 (σύν) and G4155 (πνίγω);","strongs_definition":"to strangle completely, i.e. (literally) to drown, or (figuratively) to crowd","kjv_definition":"choke, throng"} +{"id":"G4847","strongs_number":"G4847","system":"greek","language":"greek","number_value":4847,"lemma":"συμπολίτης","transliteration":"sympolítēs","pronunciation":null,"derivation":"from G4862 (σύν) and G4177 (πολίτης);","strongs_definition":"a native of the same town, i.e. (figuratively) co-religionist (fellow-Christian)","kjv_definition":"fellow- citizen"} +{"id":"G4848","strongs_number":"G4848","system":"greek","language":"greek","number_value":4848,"lemma":"συμπορεύομαι","transliteration":"symporeúomai","pronunciation":null,"derivation":"from G4862 (σύν) and G4198 (πορεύομαι);","strongs_definition":"to journey together; by implication, to assemble","kjv_definition":"go with, resort"} +{"id":"G4849","strongs_number":"G4849","system":"greek","language":"greek","number_value":4849,"lemma":"συμπόσιον","transliteration":"sympósion","pronunciation":null,"derivation":"neuter of a derivative of the alternate of G4844 (συμπίνω);","strongs_definition":"a drinking-party (\"symposium\"), i.e. (by extension) a room of guests","kjv_definition":"company"} +{"id":"G4850","strongs_number":"G4850","system":"greek","language":"greek","number_value":4850,"lemma":"συμπρεσβύτερος","transliteration":"sympresbýteros","pronunciation":null,"derivation":"from G4862 (σύν) and G4245 (πρεσβύτερος);","strongs_definition":"a co-presbyter","kjv_definition":"presbyter, also an elder"} +{"id":"G4851","strongs_number":"G4851","system":"greek","language":"greek","number_value":4851,"lemma":"συμφέρω","transliteration":"symphérō","pronunciation":null,"derivation":"from G4862 (σύν) and G5342 (φέρω) (including its alternate);","strongs_definition":"to bear together (contribute), i.e. (literally) to collect, or (figuratively) to conduce; especially (neuter participle as a noun) advantage","kjv_definition":"be better for, bring together, be expedient (for), be good, (be) profit(-able for)"} +{"id":"G4852","strongs_number":"G4852","system":"greek","language":"greek","number_value":4852,"lemma":"σύμφημι","transliteration":"sýmphēmi","pronunciation":null,"derivation":"from G4862 (σύν) and G5346 (φημί);","strongs_definition":"to say jointly, i.e. assent to","kjv_definition":"consent unto"} +{"id":"G4853","strongs_number":"G4853","system":"greek","language":"greek","number_value":4853,"lemma":"συμφυλέτης","transliteration":"symphylétēs","pronunciation":null,"derivation":"from G4862 (σύν) and a derivative of G5443 (φυλή);","strongs_definition":"a co-tribesman, i.e. native of the same country","kjv_definition":"countryman"} +{"id":"G4854","strongs_number":"G4854","system":"greek","language":"greek","number_value":4854,"lemma":"σύμφυτος","transliteration":"sýmphytos","pronunciation":null,"derivation":"from G4862 (σύν) and a derivative of G5453 (φύω);","strongs_definition":"grown along with (connate), i.e. (figuratively) closely united to","kjv_definition":"planted together"} +{"id":"G4855","strongs_number":"G4855","system":"greek","language":"greek","number_value":4855,"lemma":"συμφύω","transliteration":"symphýō","pronunciation":null,"derivation":"from G4862 (σύν) and G5453 (φύω);","strongs_definition":"passive, to grow jointly","kjv_definition":"spring up with"} +{"id":"G4856","strongs_number":"G4856","system":"greek","language":"greek","number_value":4856,"lemma":"συμφωνέω","transliteration":"symphōnéō","pronunciation":null,"derivation":"from G4859 (σύμφωνος);","strongs_definition":"to be harmonious, i.e. (figuratively) to accord (be suitable, concur) or stipulate (by compact)","kjv_definition":"agree (together, with)"} +{"id":"G4857","strongs_number":"G4857","system":"greek","language":"greek","number_value":4857,"lemma":"συμφώνησις","transliteration":"symphṓnēsis","pronunciation":null,"derivation":"from G4856 (συμφωνέω);","strongs_definition":"accordance","kjv_definition":"concord"} +{"id":"G4858","strongs_number":"G4858","system":"greek","language":"greek","number_value":4858,"lemma":"συμφωνία","transliteration":"symphōnía","pronunciation":null,"derivation":"from G4859 (σύμφωνος);","strongs_definition":"unison of sound (\"symphony\"), i.e. a concert of instruments (harmonious note)","kjv_definition":"music"} +{"id":"G4859","strongs_number":"G4859","system":"greek","language":"greek","number_value":4859,"lemma":"σύμφωνος","transliteration":"sýmphōnos","pronunciation":null,"derivation":"from G4862 (σύν) and G5456 (φωνή);","strongs_definition":"sounding together (alike), i.e. (figuratively) accordant (neuter as noun, agreement)","kjv_definition":"consent"} +{"id":"G4860","strongs_number":"G4860","system":"greek","language":"greek","number_value":4860,"lemma":"συμψηφίζω","transliteration":"sympsēphízō","pronunciation":null,"derivation":"from G4862 (σύν) and G5585 (ψηφίζω);","strongs_definition":"to compute jointly","kjv_definition":"reckon"} +{"id":"G4861","strongs_number":"G4861","system":"greek","language":"greek","number_value":4861,"lemma":"σύμψυχος","transliteration":"sýmpsychos","pronunciation":null,"derivation":"from G4862 (σύν) and G5590 (ψυχή);","strongs_definition":"co-spirited, i.e. similar in sentiment","kjv_definition":"like-minded"} +{"id":"G4862","strongs_number":"G4862","system":"greek","language":"greek","number_value":4862,"lemma":"σύν","transliteration":"sýn","pronunciation":null,"derivation":"a primary preposition denoting union;","strongs_definition":"with or together (but much closer than G3326 (μετά) or G3844 (παρά)), i.e. by association, companionship, process, resemblance, possession, instrumentality, addition, etc.","kjv_definition":"beside, with"} +{"id":"G4863","strongs_number":"G4863","system":"greek","language":"greek","number_value":4863,"lemma":"συνάγω","transliteration":"synágō","pronunciation":null,"derivation":"from G4862 (σύν) and G71 (ἄγω);","strongs_definition":"to lead together, i.e. collect or convene; specially, to entertain (hospitably)","kjv_definition":"+ accompany, assemble (selves, together), bestow, come together, gather (selves together, up, together), lead into, resort, take in"} +{"id":"G4864","strongs_number":"G4864","system":"greek","language":"greek","number_value":4864,"lemma":"συναγωγή","transliteration":"synagōgḗ","pronunciation":null,"derivation":"from (the reduplicated form of) G4863 (συνάγω);","strongs_definition":"an assemblage of persons; specially, a Jewish \"synagogue\" (the meeting or the place); by analogy, a Christian church","kjv_definition":"assembly, congregation, synagogue"} +{"id":"G4865","strongs_number":"G4865","system":"greek","language":"greek","number_value":4865,"lemma":"συναγωνίζομαι","transliteration":"synagōnízomai","pronunciation":null,"derivation":"from G4862 (σύν) and G75 (ἀγωνίζομαι);","strongs_definition":"to struggle in company with, i.e. (figuratively) to be a partner (assistant)","kjv_definition":"strive together with"} +{"id":"G4866","strongs_number":"G4866","system":"greek","language":"greek","number_value":4866,"lemma":"συναθλέω","transliteration":"synathléō","pronunciation":null,"derivation":"from G4862 (σύν) and G118 (ἀθλέω);","strongs_definition":"to wrestle in company with, i.e. (figuratively) to seek jointly","kjv_definition":"labour with, strive together for"} +{"id":"G4867","strongs_number":"G4867","system":"greek","language":"greek","number_value":4867,"lemma":"συναθροίζω","transliteration":"synathroízō","pronunciation":null,"derivation":"from G4862 (σύν) and (to hoard);","strongs_definition":"to convene","kjv_definition":"call (gather) together"} +{"id":"G4868","strongs_number":"G4868","system":"greek","language":"greek","number_value":4868,"lemma":"συναίρω","transliteration":"synaírō","pronunciation":null,"derivation":"from G4862 (σύν) and G142 (αἴρω);","strongs_definition":"to make up together, i.e. (figuratively) to compute (an account)","kjv_definition":"reckon, take"} +{"id":"G4869","strongs_number":"G4869","system":"greek","language":"greek","number_value":4869,"lemma":"συναιχμάλωτος","transliteration":"synaichmálōtos","pronunciation":null,"derivation":"from G4862 (σύν) and G164 (αἰχμάλωτος);","strongs_definition":"a co-captive","kjv_definition":"fellowprisoner"} +{"id":"G4870","strongs_number":"G4870","system":"greek","language":"greek","number_value":4870,"lemma":"συνακολουθέω","transliteration":"synakolouthéō","pronunciation":null,"derivation":"from G4862 (σύν) and G190 (ἀκολουθέω);","strongs_definition":"to accompany","kjv_definition":"follow"} +{"id":"G4871","strongs_number":"G4871","system":"greek","language":"greek","number_value":4871,"lemma":"συναλίζω","transliteration":"synalízō","pronunciation":null,"derivation":"from G4862 (σύν) and (to throng);","strongs_definition":"to accumulate, i.e. convene","kjv_definition":"assemble together"} +{"id":"G4872","strongs_number":"G4872","system":"greek","language":"greek","number_value":4872,"lemma":"συναναβαίνω","transliteration":"synanabaínō","pronunciation":null,"derivation":"from G4862 (σύν) and G305 (ἀναβαίνω);","strongs_definition":"to ascend in company with","kjv_definition":"come up with"} +{"id":"G4873","strongs_number":"G4873","system":"greek","language":"greek","number_value":4873,"lemma":"συνανάκειμαι","transliteration":"synanákeimai","pronunciation":null,"derivation":"from G4862 (σύν) and G345 (ἀνακεῖμαι);","strongs_definition":"to recline in company with (at a meal)","kjv_definition":"sit (down, at the table, together) with (at meat)"} +{"id":"G4874","strongs_number":"G4874","system":"greek","language":"greek","number_value":4874,"lemma":"συναναμίγνυμι","transliteration":"synanamígnymi","pronunciation":null,"derivation":"from G4862 (σύν) and a compound of G303 (ἀνά) and G3396 (μίγνυμι);","strongs_definition":"to mix up together, i.e. (figurative) associate with","kjv_definition":"(have, keep) company (with)"} +{"id":"G4875","strongs_number":"G4875","system":"greek","language":"greek","number_value":4875,"lemma":"συναναπαύομαι","transliteration":"synanapaúomai","pronunciation":null,"derivation":"middle from G4862 (σύν) and G373 (ἀναπαύω);","strongs_definition":"to recruit oneself in company with","kjv_definition":"refresh with"} +{"id":"G4876","strongs_number":"G4876","system":"greek","language":"greek","number_value":4876,"lemma":"συναντάω","transliteration":"synantáō","pronunciation":null,"derivation":"from G4862 (σύν) and a derivative of G473 (ἀντί);","strongs_definition":"to meet with; figuratively, to occur","kjv_definition":"befall, meet"} +{"id":"G4877","strongs_number":"G4877","system":"greek","language":"greek","number_value":4877,"lemma":"συνάντησις","transliteration":"synántēsis","pronunciation":null,"derivation":"from G4876 (συναντάω);","strongs_definition":"a meeting with","kjv_definition":"meet"} +{"id":"G4878","strongs_number":"G4878","system":"greek","language":"greek","number_value":4878,"lemma":"συναντιλαμβάνομαι","transliteration":"synantilambánomai","pronunciation":null,"derivation":"from G4862 (σύν) and G482 (ἀντιλαμβάνομαι);","strongs_definition":"to take hold of opposite together, i.e. co-operate (assist)","kjv_definition":"help"} +{"id":"G4879","strongs_number":"G4879","system":"greek","language":"greek","number_value":4879,"lemma":"συναπάγω","transliteration":"synapágō","pronunciation":null,"derivation":"from G4862 (σύν) and G520 (ἀπάγω);","strongs_definition":"to take off together, i.e. transport with (seduce, passively, yield)","kjv_definition":"carry (lead) away with, condescend"} +{"id":"G4880","strongs_number":"G4880","system":"greek","language":"greek","number_value":4880,"lemma":"συναποθνήσκω","transliteration":"synapothnḗskō","pronunciation":null,"derivation":"from G4862 (σύν) and G599 (ἀποθνήσκω);","strongs_definition":"to decease (literally) in company with, or (figuratively), similarly to","kjv_definition":"be dead (die) with"} +{"id":"G4881","strongs_number":"G4881","system":"greek","language":"greek","number_value":4881,"lemma":"συναπόλλυμι","transliteration":"synapóllymi","pronunciation":null,"derivation":"from G4862 (σύν) and G622 (ἀπόλλυμι);","strongs_definition":"to destroy (middle voice or passively, be slain) in company with","kjv_definition":"perish with"} +{"id":"G4882","strongs_number":"G4882","system":"greek","language":"greek","number_value":4882,"lemma":"συναποστέλλω","transliteration":"synapostéllō","pronunciation":null,"derivation":"from G4862 (σύν) and G649 (ἀποστέλλω);","strongs_definition":"to despatch (on an errand) in company with","kjv_definition":"send with"} +{"id":"G4883","strongs_number":"G4883","system":"greek","language":"greek","number_value":4883,"lemma":"συναρμολογέω","transliteration":"synarmologéō","pronunciation":null,"derivation":"from G4862 (σύν) and a derivative of a compound of G719 (ἁρμός) and G3004 (λέγω) (in its original sense of laying);","strongs_definition":"to render close-jointed together, i.e. organize compactly","kjv_definition":"be fitly framed (joined) together"} +{"id":"G4884","strongs_number":"G4884","system":"greek","language":"greek","number_value":4884,"lemma":"συναρπάζω","transliteration":"synarpázō","pronunciation":null,"derivation":"from G4862 (σύν) and G726 (ἁρπάζω);","strongs_definition":"to snatch together, i.e. seize","kjv_definition":"catch"} +{"id":"G4885","strongs_number":"G4885","system":"greek","language":"greek","number_value":4885,"lemma":"συναυξάνω","transliteration":"synauxánō","pronunciation":null,"derivation":"from G4862 (σύν) and G837 (αὐξάνω);","strongs_definition":"to increase (grow up) together","kjv_definition":"grow together"} +{"id":"G4886","strongs_number":"G4886","system":"greek","language":"greek","number_value":4886,"lemma":"σύνδεσμος","transliteration":"sýndesmos","pronunciation":null,"derivation":"from G4862 (σύν) and G1199 (δεσμόν);","strongs_definition":"a joint tie, i.e. ligament, (figuratively) uniting principle, control","kjv_definition":"band, bond"} +{"id":"G4887","strongs_number":"G4887","system":"greek","language":"greek","number_value":4887,"lemma":"συνδέω","transliteration":"syndéō","pronunciation":null,"derivation":"from G4862 (σύν) and G1210 (δέω);","strongs_definition":"to bind with, i.e. (passively) be a fellow-prisoner (figuratively)","kjv_definition":"be bound with"} +{"id":"G4888","strongs_number":"G4888","system":"greek","language":"greek","number_value":4888,"lemma":"συνδοξάζω","transliteration":"syndoxázō","pronunciation":null,"derivation":"from G4862 (σύν) and G1392 (δοξάζω);","strongs_definition":"to exalt to dignity in company (i.e. similarly) with","kjv_definition":"glorify together"} +{"id":"G4889","strongs_number":"G4889","system":"greek","language":"greek","number_value":4889,"lemma":"σύνδουλος","transliteration":"sýndoulos","pronunciation":null,"derivation":"from G4862 (σύν) and G1401 (δοῦλος);","strongs_definition":"a co-slave, i.e. servitor or ministrant of the same master (human or divine)","kjv_definition":"fellowservant"} +{"id":"G4890","strongs_number":"G4890","system":"greek","language":"greek","number_value":4890,"lemma":"συνδρομή","transliteration":"syndromḗ","pronunciation":null,"derivation":"from (the alternate of) G4936 (συντρέχω);","strongs_definition":"a running together, i.e. (riotous) concourse","kjv_definition":"run together"} +{"id":"G4891","strongs_number":"G4891","system":"greek","language":"greek","number_value":4891,"lemma":"συνεγείρω","transliteration":"synegeírō","pronunciation":null,"derivation":"from G4862 (σύν) and G1453 (ἐγείρω);","strongs_definition":"to rouse (from death) in company with, i.e. (figuratively) to revivify (spirtually) in resemblance to","kjv_definition":"raise up together, rise with"} +{"id":"G4892","strongs_number":"G4892","system":"greek","language":"greek","number_value":4892,"lemma":"συνέδριον","transliteration":"synédrion","pronunciation":null,"derivation":"neuter of a presumed derivative of a compound of G4862 (σύν) and the base of G1476 (ἑδραῖος);","strongs_definition":"a joint session, i.e. (specially), the Jewish Sanhedrin; by analogy, a subordinate tribunal","kjv_definition":"council"} +{"id":"G4893","strongs_number":"G4893","system":"greek","language":"greek","number_value":4893,"lemma":"συνείδησις","transliteration":"syneídēsis","pronunciation":null,"derivation":"from a prolonged form of G4894 (συνείδω);","strongs_definition":"co-perception, i.e. moral consciousness","kjv_definition":"conscience"} +{"id":"G4894","strongs_number":"G4894","system":"greek","language":"greek","number_value":4894,"lemma":"συνείδω","transliteration":"syneídō","pronunciation":null,"derivation":"from G4862 (σύν) and G1492 (εἴδω);","strongs_definition":"to see completely; used (like its primary) only in two past tenses, respectively meaning to understand or become aware, and to be conscious or (clandestinely) informed of","kjv_definition":"consider, know, be privy, be ware of"} +{"id":"G4895","strongs_number":"G4895","system":"greek","language":"greek","number_value":4895,"lemma":"σύνειμι","transliteration":"sýneimi","pronunciation":null,"derivation":"from G4862 (σύν) and G1510 (εἰμί) (including its various inflections);","strongs_definition":"to be in company with, i.e. present at the time","kjv_definition":"be with"} +{"id":"G4896","strongs_number":"G4896","system":"greek","language":"greek","number_value":4896,"lemma":"σύνειμι","transliteration":"sýneimi","pronunciation":null,"derivation":"from G4862 (σύν) and (to go);","strongs_definition":"to assemble","kjv_definition":"gather together"} +{"id":"G4897","strongs_number":"G4897","system":"greek","language":"greek","number_value":4897,"lemma":"συνεισέρχομαι","transliteration":"syneisérchomai","pronunciation":null,"derivation":"from G4862 (σύν) and G1525 (εἰσέρχομαι);","strongs_definition":"to enter in company with","kjv_definition":"go in with, go with into"} +{"id":"G4898","strongs_number":"G4898","system":"greek","language":"greek","number_value":4898,"lemma":"συνέκδημος","transliteration":"synékdēmos","pronunciation":null,"derivation":"from G4862 (σύν) and the base of G1553 (ἐκδημέω);","strongs_definition":"a co-absentee from home, i.e. fellow-traveller","kjv_definition":"companion in travel, travel with"} +{"id":"G4899","strongs_number":"G4899","system":"greek","language":"greek","number_value":4899,"lemma":"συνεκλεκτός","transliteration":"syneklektós","pronunciation":null,"derivation":"from a compound of G4862 (σύν) and G1586 (ἐκλέγομαι);","strongs_definition":"chosen in company with, i.e. co-elect (fellow Christian)","kjv_definition":"elected together with"} +{"id":"G4900","strongs_number":"G4900","system":"greek","language":"greek","number_value":4900,"lemma":"συνελαύνω","transliteration":"synelaúnō","pronunciation":null,"derivation":"from G4862 (σύν) and G1643 (ἐλαύνω);","strongs_definition":"to drive together, i.e. (figuratively) exhort (to reconciliation)","kjv_definition":"+ set at one again"} +{"id":"G4901","strongs_number":"G4901","system":"greek","language":"greek","number_value":4901,"lemma":"συνεπιμαρτυρέω","transliteration":"synepimartyréō","pronunciation":null,"derivation":"from G4862 (σύν) and G1957 (ἐπιμαρτυρέω);","strongs_definition":"to testify further jointly, i.e. unite in adding evidence","kjv_definition":"also bear witness"} +{"id":"G4902","strongs_number":"G4902","system":"greek","language":"greek","number_value":4902,"lemma":"συνέπομαι","transliteration":"synépomai","pronunciation":null,"derivation":"middle voice from G4862 (σύν) and a primary (to follow);","strongs_definition":"to attend (travel) in company with","kjv_definition":"accompany"} +{"id":"G4903","strongs_number":"G4903","system":"greek","language":"greek","number_value":4903,"lemma":"συνεργέω","transliteration":"synergéō","pronunciation":null,"derivation":"from G4904 (συνεργός);","strongs_definition":"to be a fellow-worker, i.e. co-operate","kjv_definition":"help (work) with, work(-er) together"} +{"id":"G4904","strongs_number":"G4904","system":"greek","language":"greek","number_value":4904,"lemma":"συνεργός","transliteration":"synergós","pronunciation":null,"derivation":"from a presumed compound of G4862 (σύν) and the base of G2041 (ἔργον);","strongs_definition":"a co-laborer, i.e. coadjutor","kjv_definition":"companion in labour, (fellow-)helper(-labourer, -worker), labourer together with, workfellow"} +{"id":"G4905","strongs_number":"G4905","system":"greek","language":"greek","number_value":4905,"lemma":"συνέρχομαι","transliteration":"synérchomai","pronunciation":null,"derivation":"from G4862 (σύν) and G2064 (ἔρχομαι);","strongs_definition":"to convene, depart in company with, associate with, or (specially), cohabit (conjugally)","kjv_definition":"accompany, assemble (with), come (together), come (company, go) with, resort"} +{"id":"G4906","strongs_number":"G4906","system":"greek","language":"greek","number_value":4906,"lemma":"συνεσθίω","transliteration":"synesthíō","pronunciation":null,"derivation":"from G4862 (σύν) and G2068 (ἐσθίω) (including its alternate);","strongs_definition":"to take food in company with","kjv_definition":"eat with"} +{"id":"G4907","strongs_number":"G4907","system":"greek","language":"greek","number_value":4907,"lemma":"σύνεσις","transliteration":"sýnesis","pronunciation":null,"derivation":"from G4920 (συνίημι);","strongs_definition":"a mental putting together, i.e. intelligence or (concretely) the intellect","kjv_definition":"knowledge, understanding"} +{"id":"G4908","strongs_number":"G4908","system":"greek","language":"greek","number_value":4908,"lemma":"συνετός","transliteration":"synetós","pronunciation":null,"derivation":"from G4920 (συνίημι);","strongs_definition":"mentally put (or putting) together, i.e. sagacious","kjv_definition":"prudent"} +{"id":"G4909","strongs_number":"G4909","system":"greek","language":"greek","number_value":4909,"lemma":"συνευδοκέω","transliteration":"syneudokéō","pronunciation":null,"derivation":"from G4862 (σύν) and G2106 (εὐδοκέω);","strongs_definition":"to think well of in common, i.e. assent to, feel gratified with","kjv_definition":"allow, assent, be pleased, have pleasure"} +{"id":"G4910","strongs_number":"G4910","system":"greek","language":"greek","number_value":4910,"lemma":"συνευωχέω","transliteration":"syneuōchéō","pronunciation":null,"derivation":"from G4862 (σύν) and a derivative of a presumed compound of G2095 (εὖ) and a derivative of G2192 (ἔχω) (meaning to be in good condition, i.e. (by implication) to fare well, or feast);","strongs_definition":"to entertain sumptuously in company with, i.e. (middle voice or passive) to revel together","kjv_definition":"feast with"} +{"id":"G4911","strongs_number":"G4911","system":"greek","language":"greek","number_value":4911,"lemma":"συνεφίστημι","transliteration":"synephístēmi","pronunciation":null,"derivation":"from G4862 (σύν) and G2186 (ἐφίστημι);","strongs_definition":"to stand up together, i.e. to resist (or assault) jointly","kjv_definition":"rise up together"} +{"id":"G4912","strongs_number":"G4912","system":"greek","language":"greek","number_value":4912,"lemma":"συνέχω","transliteration":"synéchō","pronunciation":null,"derivation":"from G4862 (σύν) and G2192 (ἔχω);","strongs_definition":"to hold together, i.e. to compress (the ears, with a crowd or siege) or arrest (a prisoner); figuratively, to compel, perplex, afflict, preoccupy","kjv_definition":"constrain, hold, keep in, press, lie sick of, stop, be in a strait, straiten, be taken with, throng"} +{"id":"G4913","strongs_number":"G4913","system":"greek","language":"greek","number_value":4913,"lemma":"συνήδομαι","transliteration":"synḗdomai","pronunciation":null,"derivation":"middle voice from G4862 (σύν) and the base of G2237 (ἡδονή);","strongs_definition":"to rejoice in with oneself, i.e. feel satisfaction concerning","kjv_definition":"delight"} +{"id":"G4914","strongs_number":"G4914","system":"greek","language":"greek","number_value":4914,"lemma":"συνήθεια","transliteration":"synḗtheia","pronunciation":null,"derivation":"from a compound of G4862 (σύν) and G2239 (ἦθος);","strongs_definition":"mutual habituation, i.e. usage","kjv_definition":"custom"} +{"id":"G4915","strongs_number":"G4915","system":"greek","language":"greek","number_value":4915,"lemma":"συνηλικιώτης","transliteration":"synēlikiṓtēs","pronunciation":null,"derivation":"from G4862 (σύν) and a derivative of G2244 (ἡλικία);","strongs_definition":"a co-aged person, i.e. alike in years","kjv_definition":"equal"} +{"id":"G4916","strongs_number":"G4916","system":"greek","language":"greek","number_value":4916,"lemma":"συνθάπτω","transliteration":"syntháptō","pronunciation":null,"derivation":"from G4862 (σύν) and G2290 (θάπτω);","strongs_definition":"to inter in company with, i.e. (figuratively) to assimilate spiritually (to Christ by a sepulture as to sin)","kjv_definition":"bury with"} +{"id":"G4917","strongs_number":"G4917","system":"greek","language":"greek","number_value":4917,"lemma":"συνθλάω","transliteration":"synthláō","pronunciation":null,"derivation":"from G4862 (σύν) and thlao (to crush);","strongs_definition":"to dash together, i.e. shatter","kjv_definition":"break"} +{"id":"G4918","strongs_number":"G4918","system":"greek","language":"greek","number_value":4918,"lemma":"συνθλίβω","transliteration":"synthlíbō","pronunciation":null,"derivation":"from G4862 (σύν) and G2346 (θλίβω);","strongs_definition":"to compress, i.e. crowd on all sides","kjv_definition":"throng"} +{"id":"G4919","strongs_number":"G4919","system":"greek","language":"greek","number_value":4919,"lemma":"συνθρύπτω","transliteration":"synthrýptō","pronunciation":null,"derivation":"from G4862 (σύν) and (to crumble);","strongs_definition":"to crush together, i.e. (figuratively) to dispirit","kjv_definition":"break"} +{"id":"G4920","strongs_number":"G4920","system":"greek","language":"greek","number_value":4920,"lemma":"συνίημι","transliteration":"syníēmi","pronunciation":null,"derivation":"from G4862 (σύν) and (to send);","strongs_definition":"to put together, i.e. (mentally) to comprehend; by implication, to act piously","kjv_definition":"consider, understand, be wise"} +{"id":"G4921","strongs_number":"G4921","system":"greek","language":"greek","number_value":4921,"lemma":"συνιστάω","transliteration":"synistáō","pronunciation":null,"derivation":"from G4862 (σύν) and G2476 (ἵστημι) (including its collateral forms);","strongs_definition":"to set together, i.e. (by implication) to introduce (favorably), or (figuratively) to exhibit; intransitively, to stand near, or (figuratively) to constitute","kjv_definition":"approve, commend, consist, make, stand (with)"} +{"id":"G4922","strongs_number":"G4922","system":"greek","language":"greek","number_value":4922,"lemma":"συνοδεύω","transliteration":"synodeúō","pronunciation":null,"derivation":"from G4862 (σύν) and G3593 (ὁδεύω);","strongs_definition":"to travel in company with","kjv_definition":"journey with"} +{"id":"G4923","strongs_number":"G4923","system":"greek","language":"greek","number_value":4923,"lemma":"συνοδία","transliteration":"synodía","pronunciation":null,"derivation":"from a compound of G4862 (σύν) and G3598 (ὁδός) (\"synod\");","strongs_definition":"companionship on a journey, i.e. (by implication), a caravan","kjv_definition":"company"} +{"id":"G4924","strongs_number":"G4924","system":"greek","language":"greek","number_value":4924,"lemma":"συνοικέω","transliteration":"synoikéō","pronunciation":null,"derivation":"from G4862 (σύν) and G3611 (οἰκέω);","strongs_definition":"to reside together (as a family)","kjv_definition":"dwell together"} +{"id":"G4925","strongs_number":"G4925","system":"greek","language":"greek","number_value":4925,"lemma":"συνοικοδομέω","transliteration":"synoikodoméō","pronunciation":null,"derivation":"from G4862 (σύν) and G3618 (οἰκοδομέω);","strongs_definition":"to construct, i.e. (passively) to compose (in company with other Christians, figuratively)","kjv_definition":"build together"} +{"id":"G4926","strongs_number":"G4926","system":"greek","language":"greek","number_value":4926,"lemma":"συνομιλέω","transliteration":"synomiléō","pronunciation":null,"derivation":"from G4862 (σύν) and G3656 (ὁμιλέω);","strongs_definition":"to converse mutually","kjv_definition":"talk with"} +{"id":"G4927","strongs_number":"G4927","system":"greek","language":"greek","number_value":4927,"lemma":"συνομορέω","transliteration":"synomoréō","pronunciation":null,"derivation":"from G4862 (σύν) and a derivative of a compound of the base of 3674 and the base of G3725 (ὅριον);","strongs_definition":"to border together, i.e. adjoin","kjv_definition":"join hard"} +{"id":"G4928","strongs_number":"G4928","system":"greek","language":"greek","number_value":4928,"lemma":"συνοχή","transliteration":"synochḗ","pronunciation":null,"derivation":"from G4912 (συνέχω);","strongs_definition":"restraint, i.e. (figuratively) anxiety","kjv_definition":"anguish, distress"} +{"id":"G4929","strongs_number":"G4929","system":"greek","language":"greek","number_value":4929,"lemma":"συντάσσω","transliteration":"syntássō","pronunciation":null,"derivation":"from G4862 (σύν) and G5021 (τάσσω);","strongs_definition":"to arrange jointly, i.e. (figuratively) to direct","kjv_definition":"appoint"} +{"id":"G4930","strongs_number":"G4930","system":"greek","language":"greek","number_value":4930,"lemma":"συντέλεια","transliteration":"syntéleia","pronunciation":null,"derivation":"from G4931 (συντελέω);","strongs_definition":"entire completion, i.e. consummation (of a dispensation)","kjv_definition":"end"} +{"id":"G4931","strongs_number":"G4931","system":"greek","language":"greek","number_value":4931,"lemma":"συντελέω","transliteration":"synteléō","pronunciation":null,"derivation":"from G4862 (σύν) and G5055 (τελέω);","strongs_definition":"to complete entirely; generally, to execute (literally or figuratively)","kjv_definition":"end, finish, fulfil, make"} +{"id":"G4932","strongs_number":"G4932","system":"greek","language":"greek","number_value":4932,"lemma":"συντέμνω","transliteration":"syntémnō","pronunciation":null,"derivation":"from G4862 (σύν) and the base of G5114 (τομώτερος);","strongs_definition":"to contract by cutting, i.e. (figuratively) do concisely (speedily)","kjv_definition":"(cut) short"} +{"id":"G4933","strongs_number":"G4933","system":"greek","language":"greek","number_value":4933,"lemma":"συντηρέω","transliteration":"syntēréō","pronunciation":null,"derivation":"from G4862 (σύν) and G5083 (τηρέω);","strongs_definition":"to keep closely together, i.e. (by implication) to conserve (from ruin); mentally, to remember (and obey)","kjv_definition":"keep, observe, preserve"} +{"id":"G4934","strongs_number":"G4934","system":"greek","language":"greek","number_value":4934,"lemma":"συντίθεμαι","transliteration":"syntíthemai","pronunciation":null,"derivation":"middle voice from G4862 (σύν) and G5087 (τίθημι);","strongs_definition":"to place jointly, i.e. (figuratively) to consent (bargain, stipulate), concur","kjv_definition":"agree, assent, covenant"} +{"id":"G4935","strongs_number":"G4935","system":"greek","language":"greek","number_value":4935,"lemma":"συντόμως","transliteration":"syntómōs","pronunciation":null,"derivation":"adverb from a derivative of G4932 (συντέμνω);","strongs_definition":"concisely (briefly)","kjv_definition":"a few words"} +{"id":"G4936","strongs_number":"G4936","system":"greek","language":"greek","number_value":4936,"lemma":"συντρέχω","transliteration":"syntréchō","pronunciation":null,"derivation":"from G4862 (σύν) and G5143 (τρέχω) (including its alternate);","strongs_definition":"to rush together (hastily assemble) or headlong (figuratively)","kjv_definition":"run (together, with)"} +{"id":"G4937","strongs_number":"G4937","system":"greek","language":"greek","number_value":4937,"lemma":"συντρίβω","transliteration":"syntríbō","pronunciation":null,"derivation":"from G4862 (σύν) and the base of G5147 (τρίβος);","strongs_definition":"to crush completely, i.e. to shatter (literally or figuratively)","kjv_definition":"break (in pieces), broken to shivers (+ -hearted), bruise"} +{"id":"G4938","strongs_number":"G4938","system":"greek","language":"greek","number_value":4938,"lemma":"σύντριμμα","transliteration":"sýntrimma","pronunciation":null,"derivation":"from G4937 (συντρίβω);","strongs_definition":"concussion or utter fracture (properly, concretely), i.e. complete ruin","kjv_definition":"destruction"} +{"id":"G4939","strongs_number":"G4939","system":"greek","language":"greek","number_value":4939,"lemma":"σύντροφος","transliteration":"sýntrophos","pronunciation":null,"derivation":"from G4862 (σύν) and G5162 (τροφός) (in a passive sense);","strongs_definition":"a fellow-nursling, i.e. comrade","kjv_definition":"brought up with"} +{"id":"G4940","strongs_number":"G4940","system":"greek","language":"greek","number_value":4940,"lemma":"συντυγχάνω","transliteration":"syntynchánō","pronunciation":null,"derivation":"from G4862 (σύν) and G5177 (τυγχάνω);","strongs_definition":"to chance together, i.e. meet with (reach)","kjv_definition":"come at"} +{"id":"G4941","strongs_number":"G4941","system":"greek","language":"greek","number_value":4941,"lemma":"Συντύχη","transliteration":"Syntýchē","pronunciation":null,"derivation":"from G4940 (συντυγχάνω);","strongs_definition":"an accident; Syntyche, a Christian female","kjv_definition":"Syntyche"} +{"id":"G4942","strongs_number":"G4942","system":"greek","language":"greek","number_value":4942,"lemma":"συνυποκρίνομαι","transliteration":"synypokrínomai","pronunciation":null,"derivation":"from G4862 (σύν) and G5271 (ὑποκρίνομαι);","strongs_definition":"to act hypocritically in concert with","kjv_definition":"dissemble with"} +{"id":"G4943","strongs_number":"G4943","system":"greek","language":"greek","number_value":4943,"lemma":"συνυπουργέω","transliteration":"synypourgéō","pronunciation":null,"derivation":"from G4862 (σύν) and a derivative of a compound of G5259 (ὑπό) and the base of G2041 (ἔργον);","strongs_definition":"to be a co-auxiliary, i.e. assist","kjv_definition":"help together"} +{"id":"G4944","strongs_number":"G4944","system":"greek","language":"greek","number_value":4944,"lemma":"συνωδίνω","transliteration":"synōdínō","pronunciation":null,"derivation":"from G4862 (σύν) and G5605 (ὠδίνω);","strongs_definition":"to have (parturition) pangs in company (concert, simultaneously) with, i.e. (figuratively) to sympathize (in expectation of relief from suffering)","kjv_definition":"travail in pain together"} +{"id":"G4945","strongs_number":"G4945","system":"greek","language":"greek","number_value":4945,"lemma":"συνωμοσία","transliteration":"synōmosía","pronunciation":null,"derivation":"from a compound of G4862 (σύν) and G3660 (ὀμνύω);","strongs_definition":"a swearing together, i.e. (by implication) a plot","kjv_definition":"comspiracy"} +{"id":"G4946","strongs_number":"G4946","system":"greek","language":"greek","number_value":4946,"lemma":"Συράκουσαι","transliteration":"Syrákousai","pronunciation":null,"derivation":"plural of uncertain derivation;","strongs_definition":"Syracuse, the capital of Sicily","kjv_definition":"Syracuse"} +{"id":"G4947","strongs_number":"G4947","system":"greek","language":"greek","number_value":4947,"lemma":"Συρία","transliteration":"Syría","pronunciation":null,"derivation":"probably of Hebrew origin (H06865);","strongs_definition":"Syria (i.e. Tsyria or Tyre), a region of Asia","kjv_definition":"Syria"} +{"id":"G4948","strongs_number":"G4948","system":"greek","language":"greek","number_value":4948,"lemma":"Σύρος","transliteration":"Sýros","pronunciation":null,"derivation":"from the same as G4947 (Συρία);","strongs_definition":"a Syran (i.e. probably Tyrian), a native of Syria","kjv_definition":"Syrian"} +{"id":"G4949","strongs_number":"G4949","system":"greek","language":"greek","number_value":4949,"lemma":"Συροφοίνισσα","transliteration":"Syrophoínissa","pronunciation":null,"derivation":"feminine of a compound of G4948 (Σύρος) and the same as G5403 (Φοινίκη);","strongs_definition":"a Syro-phœnician woman, i.e. a female native of Phœnicia in Syria","kjv_definition":"Syrophenician"} +{"id":"G4950","strongs_number":"G4950","system":"greek","language":"greek","number_value":4950,"lemma":"σύρτις","transliteration":"sýrtis","pronunciation":null,"derivation":"from G4951 (σύρω);","strongs_definition":"a shoal (from the sand drawn thither by the waves), i.e. the Syrtis Major or great bay on the north coast of Africa","kjv_definition":"quicksands"} +{"id":"G4951","strongs_number":"G4951","system":"greek","language":"greek","number_value":4951,"lemma":"σύρω","transliteration":"sýrō","pronunciation":null,"derivation":"probably akin to G138 (αἱρέομαι);","strongs_definition":"to trail","kjv_definition":"drag, draw, hale"} +{"id":"G4952","strongs_number":"G4952","system":"greek","language":"greek","number_value":4952,"lemma":"συσπαράσσω","transliteration":"sysparássō","pronunciation":null,"derivation":"from G4862 (σύν) and G4682 (σπαράσσω);","strongs_definition":"to rend completely, i.e. (by analogy) to convulse violently","kjv_definition":"throw down"} +{"id":"G4953","strongs_number":"G4953","system":"greek","language":"greek","number_value":4953,"lemma":"σύσσημον","transliteration":"sýssēmon","pronunciation":null,"derivation":"neuter of a compound of G4862 (σύν) and the base of G4591 (σημαίνω);","strongs_definition":"a sign in common, i.e. preconcerted signal","kjv_definition":"token"} +{"id":"G4954","strongs_number":"G4954","system":"greek","language":"greek","number_value":4954,"lemma":"σύσσωμος","transliteration":"sýssōmos","pronunciation":null,"derivation":"from G4862 (σύν) and G4983 (σῶμα);","strongs_definition":"of a joint body, i.e. (figuratively) a fellow-member of the Christian community","kjv_definition":"of the same body"} +{"id":"G4955","strongs_number":"G4955","system":"greek","language":"greek","number_value":4955,"lemma":"συστασιαστής","transliteration":"systasiastḗs","pronunciation":null,"derivation":"from a compound of G4862 (σύν) and a derivative of G4714 (στάσις);","strongs_definition":"a fellow-insurgent","kjv_definition":"make insurrection with"} +{"id":"G4956","strongs_number":"G4956","system":"greek","language":"greek","number_value":4956,"lemma":"συστατικός","transliteration":"systatikós","pronunciation":null,"derivation":"from a derivative of G4921 (συνιστάω);","strongs_definition":"introductory, i.e. recommendatory","kjv_definition":"of commendation"} +{"id":"G4957","strongs_number":"G4957","system":"greek","language":"greek","number_value":4957,"lemma":"συσταυρόω","transliteration":"systauróō","pronunciation":null,"derivation":"from G4862 (σύν) and G4717 (σταυρόω);","strongs_definition":"to impale in company with (literally or figuratively)","kjv_definition":"crucify with"} +{"id":"G4958","strongs_number":"G4958","system":"greek","language":"greek","number_value":4958,"lemma":"συστέλλω","transliteration":"systéllō","pronunciation":null,"derivation":"from G4862 (σύν) and G4724 (στέλλω);","strongs_definition":"to send (draw) together, i.e. enwrap (enshroud a corpse for burial), contract (an interval)","kjv_definition":"short, wind up"} +{"id":"G4959","strongs_number":"G4959","system":"greek","language":"greek","number_value":4959,"lemma":"συστενάζω","transliteration":"systenázō","pronunciation":null,"derivation":"from G4862 (σύν) and G4727 (στενάζω);","strongs_definition":"to moan jointly, i.e. (figuratively) experience a common calamity","kjv_definition":"groan together"} +{"id":"G4960","strongs_number":"G4960","system":"greek","language":"greek","number_value":4960,"lemma":"συστοιχέω","transliteration":"systoichéō","pronunciation":null,"derivation":"from G4862 (σύν) and G4748 (στοιχέω);","strongs_definition":"to file together (as soldiers in ranks), i.e. (figuratively) to correspond to","kjv_definition":"answer to"} +{"id":"G4961","strongs_number":"G4961","system":"greek","language":"greek","number_value":4961,"lemma":"συστρατιώτης","transliteration":"systratiṓtēs","pronunciation":null,"derivation":"from G4862 (σύν) and G4757 (στρατιώτης);","strongs_definition":"a co-campaigner, i.e. (figuratively) an associate in Christian toil","kjv_definition":"fellowsoldier"} +{"id":"G4962","strongs_number":"G4962","system":"greek","language":"greek","number_value":4962,"lemma":"συστρέφω","transliteration":"systréphō","pronunciation":null,"derivation":"from G4862 (σύν) and G4762 (στρέφω);","strongs_definition":"to twist together, i.e. collect (a bundle, a crowd)","kjv_definition":"gather"} +{"id":"G4963","strongs_number":"G4963","system":"greek","language":"greek","number_value":4963,"lemma":"συστροφή","transliteration":"systrophḗ","pronunciation":null,"derivation":"from G4962 (συστρέφω);","strongs_definition":"a twisting together, i.e. (figuratively) a secret coalition, riotous crowd","kjv_definition":"+ band together, concourse"} +{"id":"G4964","strongs_number":"G4964","system":"greek","language":"greek","number_value":4964,"lemma":"συσχηματίζω","transliteration":"syschēmatízō","pronunciation":null,"derivation":"from G4862 (σύν) and a derivative of G4976 (σχῆμα);","strongs_definition":"to fashion alike, i.e. conform to the same pattern (figuratively)","kjv_definition":"conform to, fashion self according to"} +{"id":"G4965","strongs_number":"G4965","system":"greek","language":"greek","number_value":4965,"lemma":"Συχάρ","transliteration":"Sychár","pronunciation":null,"derivation":"of Hebrew origin (H07941);","strongs_definition":"Sychar (i.e. Shekar), a place in Palestine","kjv_definition":"Sychar"} +{"id":"G4966","strongs_number":"G4966","system":"greek","language":"greek","number_value":4966,"lemma":"Συχέμ","transliteration":"Sychém","pronunciation":null,"derivation":"of Hebrew origin (H07927);","strongs_definition":"Sychem (i.e. Shekem), the name of a Canaanite and of a place in Palestine","kjv_definition":"Sychem"} +{"id":"G4967","strongs_number":"G4967","system":"greek","language":"greek","number_value":4967,"lemma":"σφαγή","transliteration":"sphagḗ","pronunciation":null,"derivation":"from G4969 (σφάζω);","strongs_definition":"butchery (of animals for food or sacrifice, or (figuratively) of men (destruction))","kjv_definition":"slaughter"} +{"id":"G4968","strongs_number":"G4968","system":"greek","language":"greek","number_value":4968,"lemma":"σφάγιον","transliteration":"sphágion","pronunciation":null,"derivation":"neuter of a derivative of G4967 (σφαγή);","strongs_definition":"a victim (in sacrifice)","kjv_definition":"slain beast"} +{"id":"G4969","strongs_number":"G4969","system":"greek","language":"greek","number_value":4969,"lemma":"σφάζω","transliteration":"spházō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to butcher (especially an animal for food or in sacrifice) or (generally) to slaughter, or (specially), to maim (violently)","kjv_definition":"kill, slay, wound"} +{"id":"G4970","strongs_number":"G4970","system":"greek","language":"greek","number_value":4970,"lemma":"σφόδρα","transliteration":"sphódra","pronunciation":null,"derivation":"neuter plural of (violent;","strongs_definition":"of uncertain derivation) as adverb; vehemently, i.e. in a high degree, much","kjv_definition":"exceeding(-ly), greatly, sore, very"} +{"id":"G4971","strongs_number":"G4971","system":"greek","language":"greek","number_value":4971,"lemma":"σφοδρῶς","transliteration":"sphodrōs","pronunciation":null,"derivation":"adverb from the same as G4970 (σφόδρα);","strongs_definition":"very much","kjv_definition":"exceedingly"} +{"id":"G4972","strongs_number":"G4972","system":"greek","language":"greek","number_value":4972,"lemma":"σφραγίζω","transliteration":"sphragízō","pronunciation":null,"derivation":"from G4973 (σφραγίς);","strongs_definition":"to stamp (with a signet or private mark) for security or preservation (literally or figuratively); by implication, to keep secret, to attest","kjv_definition":"(set a, set to) seal up, stop"} +{"id":"G4973","strongs_number":"G4973","system":"greek","language":"greek","number_value":4973,"lemma":"σφραγίς","transliteration":"sphragís","pronunciation":null,"derivation":"probably strengthened from G5420 (φράσσω);","strongs_definition":"a signet (as fencing in or protecting from misappropriation); by implication, the stamp impressed (as a mark of privacy, or genuineness), literally or figuratively","kjv_definition":"seal"} +{"id":"G4974","strongs_number":"G4974","system":"greek","language":"greek","number_value":4974,"lemma":"σφυρόν","transliteration":"sphyrón","pronunciation":null,"derivation":"neuter of a presumed derivative probably of the same as (a ball, \"sphere\";","strongs_definition":"compare the feminine , a hammer); the ankle (as globular)","kjv_definition":"ancle bone"} +{"id":"G4975","strongs_number":"G4975","system":"greek","language":"greek","number_value":4975,"lemma":"σχεδόν","transliteration":"schedón","pronunciation":null,"derivation":"neuter of a presumed derivative of the alternate of G2192 (ἔχω) as adverb;","strongs_definition":"nigh, i.e. nearly","kjv_definition":"almost"} +{"id":"G4976","strongs_number":"G4976","system":"greek","language":"greek","number_value":4976,"lemma":"σχῆμα","transliteration":"schēma","pronunciation":null,"derivation":"from the alternate of G2192 (ἔχω);","strongs_definition":"a figure (as a mode or circumstance), i.e. (by implication) external condition","kjv_definition":"fashion"} +{"id":"G4977","strongs_number":"G4977","system":"greek","language":"greek","number_value":4977,"lemma":"σχίζω","transliteration":"schízō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to split or sever (literally or figuratively)","kjv_definition":"break, divide, open, rend, make a rent"} +{"id":"G4978","strongs_number":"G4978","system":"greek","language":"greek","number_value":4978,"lemma":"σχίσμα","transliteration":"schísma","pronunciation":null,"derivation":"from G4977 (σχίζω);","strongs_definition":"a split or gap (\"schism\"), literally or figuratively","kjv_definition":"division, rent, schism"} +{"id":"G4979","strongs_number":"G4979","system":"greek","language":"greek","number_value":4979,"lemma":"σχοινίον","transliteration":"schoiníon","pronunciation":null,"derivation":"diminutive of (a rush or flag-plant;","strongs_definition":"of uncertain derivation); a rushlet, i.e. grass-withe or tie (generally)","kjv_definition":"small cord, rope"} +{"id":"G4980","strongs_number":"G4980","system":"greek","language":"greek","number_value":4980,"lemma":"σχολάζω","transliteration":"scholázō","pronunciation":null,"derivation":"from G4981 (σχολή);","strongs_definition":"to take a holiday, i.e. be at leisure for (by implication, devote oneself wholly to); figuratively, to be vacant (of a house)","kjv_definition":"empty, give self"} +{"id":"G4981","strongs_number":"G4981","system":"greek","language":"greek","number_value":4981,"lemma":"σχολή","transliteration":"scholḗ","pronunciation":null,"derivation":"probably feminine of a presumed derivative of the alternate of G2192 (ἔχω);","strongs_definition":"properly, loitering (as a withholding of oneself from work) or leisure, i.e. (by implication) a \"school\" (as vacation from physical employment)","kjv_definition":"school"} +{"id":"G4982","strongs_number":"G4982","system":"greek","language":"greek","number_value":4982,"lemma":"σώζω","transliteration":"sṓzō","pronunciation":null,"derivation":"from a primary (contraction for obsolete , \"safe\");","strongs_definition":"to save, i.e. deliver or protect (literally or figuratively)","kjv_definition":"heal, preserve, save (self), do well, be (make) whole"} +{"id":"G4983","strongs_number":"G4983","system":"greek","language":"greek","number_value":4983,"lemma":"σῶμα","transliteration":"sōma","pronunciation":null,"derivation":"from G4982 (σώζω);","strongs_definition":"the body (as a sound whole), used in a very wide application, literally or figuratively","kjv_definition":"bodily, body, slave"} +{"id":"G4984","strongs_number":"G4984","system":"greek","language":"greek","number_value":4984,"lemma":"σωματικός","transliteration":"sōmatikós","pronunciation":null,"derivation":"from G4983 (σῶμα);","strongs_definition":"corporeal or physical","kjv_definition":"bodily"} +{"id":"G4985","strongs_number":"G4985","system":"greek","language":"greek","number_value":4985,"lemma":"σωματικῶς","transliteration":"sōmatikōs","pronunciation":null,"derivation":"adverb from G4984 (σωματικός);","strongs_definition":"corporeally or physically","kjv_definition":"bodily"} +{"id":"G4986","strongs_number":"G4986","system":"greek","language":"greek","number_value":4986,"lemma":"Σώπατρος","transliteration":"Sṓpatros","pronunciation":null,"derivation":"from the base of G4982 (σώζω) and G3962 (πατήρ);","strongs_definition":"of a safe father; Sopatrus, a Christian","kjv_definition":"Sopater"} +{"id":"G4987","strongs_number":"G4987","system":"greek","language":"greek","number_value":4987,"lemma":"σωρεύω","transliteration":"sōreúō","pronunciation":null,"derivation":"from another form of G4673 (σορός);","strongs_definition":"to pile up (literally or figuratively)","kjv_definition":"heap, load"} +{"id":"G4988","strongs_number":"G4988","system":"greek","language":"greek","number_value":4988,"lemma":"Σωσθένης","transliteration":"Sōsthénēs","pronunciation":null,"derivation":"from the base of G4982 (σώζω) and that of G4599 (σθενόω);","strongs_definition":"of safe strength; Sosthenes, a Christian","kjv_definition":"Sosthenes"} +{"id":"G4989","strongs_number":"G4989","system":"greek","language":"greek","number_value":4989,"lemma":"Σωσίπατρος","transliteration":"Sōsípatros","pronunciation":null,"derivation":"prolongation for G4986 (Σώπατρος);","strongs_definition":"Sosipatrus, a Christian","kjv_definition":"Sosipater"} +{"id":"G4990","strongs_number":"G4990","system":"greek","language":"greek","number_value":4990,"lemma":"σωτήρ","transliteration":"sōtḗr","pronunciation":null,"derivation":"from G4982 (σώζω);","strongs_definition":"a deliverer, i.e. God or Christ","kjv_definition":"saviour"} +{"id":"G4991","strongs_number":"G4991","system":"greek","language":"greek","number_value":4991,"lemma":"σωτηρία","transliteration":"sōtēría","pronunciation":null,"derivation":"feminine of a derivative of G4990 (σωτήρ) as (properly, abstract) noun;","strongs_definition":"rescue or safety (physically or morally)","kjv_definition":"deliver, health, salvation, save, saving"} +{"id":"G4992","strongs_number":"G4992","system":"greek","language":"greek","number_value":4992,"lemma":"σωτήριον","transliteration":"sōtḗrion","pronunciation":null,"derivation":"neuter of the same as G4991 (σωτηρία) as (properly, concretely) noun;","strongs_definition":"defender or (by implication) defence","kjv_definition":"salvation"} +{"id":"G4993","strongs_number":"G4993","system":"greek","language":"greek","number_value":4993,"lemma":"σωφρονέω","transliteration":"sōphronéō","pronunciation":null,"derivation":"from G4998 (σώφρων);","strongs_definition":"to be of sound mind, i.e. sane, (figuratively) moderate","kjv_definition":"be in right mind, be sober (minded), soberly"} +{"id":"G4994","strongs_number":"G4994","system":"greek","language":"greek","number_value":4994,"lemma":"σωφρονίζω","transliteration":"sōphronízō","pronunciation":null,"derivation":"from G4998 (σώφρων);","strongs_definition":"to make of sound mind, i.e. (figuratively) to discipline or correct","kjv_definition":"teach to be sober"} +{"id":"G4995","strongs_number":"G4995","system":"greek","language":"greek","number_value":4995,"lemma":"σωφρονισμός","transliteration":"sōphronismós","pronunciation":null,"derivation":"from G4994 (σωφρονίζω);","strongs_definition":"discipline, i.e. self-control","kjv_definition":"sound mind"} +{"id":"G4996","strongs_number":"G4996","system":"greek","language":"greek","number_value":4996,"lemma":"σωφρόνως","transliteration":"sōphrónōs","pronunciation":null,"derivation":"adverb from G4998 (σώφρων);","strongs_definition":"with sound mind, i.e. moderately","kjv_definition":"soberly"} +{"id":"G4997","strongs_number":"G4997","system":"greek","language":"greek","number_value":4997,"lemma":"σωφροσύνη","transliteration":"sōphrosýnē","pronunciation":null,"derivation":"from G4998 (σώφρων);","strongs_definition":"soundness of mind, i.e. (literally) sanity or (figuratively) self-control","kjv_definition":"soberness, sobriety"} +{"id":"G4998","strongs_number":"G4998","system":"greek","language":"greek","number_value":4998,"lemma":"σώφρων","transliteration":"sṓphrōn","pronunciation":null,"derivation":"from the base of G4982 (σώζω) and that of G5424 (φρήν);","strongs_definition":"safe (sound) in mind, i.e. self-controlled (moderate as to opinion or passion)","kjv_definition":"discreet, sober, temperate"} +{"id":"G4999","strongs_number":"G4999","system":"greek","language":"greek","number_value":4999,"lemma":"Ταβέρναι","transliteration":"Tabérnai","pronunciation":null,"derivation":"plural of Latin origin;","strongs_definition":"huts or wooden-walled buildings; Tabernæ","kjv_definition":"taverns"} +{"id":"G5000","strongs_number":"G5000","system":"greek","language":"greek","number_value":5000,"lemma":"Ταβιθά","transliteration":"Tabithá","pronunciation":null,"derivation":"of Chaldee origin (compare H06646);","strongs_definition":"the gazelle; Tabitha (i.e. Tabjetha), a Christian female","kjv_definition":"Tabitha"} +{"id":"G5001","strongs_number":"G5001","system":"greek","language":"greek","number_value":5001,"lemma":"τάγμα","transliteration":"tágma","pronunciation":null,"derivation":"from G5021 (τάσσω);","strongs_definition":"something orderly in arrangement (a troop), i.e. (figuratively) a series or succession","kjv_definition":"order"} +{"id":"G5002","strongs_number":"G5002","system":"greek","language":"greek","number_value":5002,"lemma":"τακτός","transliteration":"taktós","pronunciation":null,"derivation":"from G5021 (τάσσω);","strongs_definition":"arranged, i.e. appointed or stated","kjv_definition":"set"} +{"id":"G5003","strongs_number":"G5003","system":"greek","language":"greek","number_value":5003,"lemma":"ταλαιπωρέω","transliteration":"talaipōréō","pronunciation":null,"derivation":"from G5005 (ταλαίπωρος);","strongs_definition":"to be wretched, i.e. realize one's own misery","kjv_definition":"be afflicted"} +{"id":"G5004","strongs_number":"G5004","system":"greek","language":"greek","number_value":5004,"lemma":"ταλαιπωρία","transliteration":"talaipōría","pronunciation":null,"derivation":"from G5005 (ταλαίπωρος);","strongs_definition":"wretchedness, i.e. calamity","kjv_definition":"misery"} +{"id":"G5005","strongs_number":"G5005","system":"greek","language":"greek","number_value":5005,"lemma":"ταλαίπωρος","transliteration":"talaípōros","pronunciation":null,"derivation":"from the base of G5007 (τάλαντον) and a derivative of the base of G3984 (πεῖρα);","strongs_definition":"enduring trial, i.e. miserable","kjv_definition":"wretched"} +{"id":"G5006","strongs_number":"G5006","system":"greek","language":"greek","number_value":5006,"lemma":"ταλαντιαῖος","transliteration":"talantiaîos","pronunciation":null,"derivation":"from G5007 (τάλαντον);","strongs_definition":"talent-like in weight","kjv_definition":"weight of a talent"} +{"id":"G5007","strongs_number":"G5007","system":"greek","language":"greek","number_value":5007,"lemma":"τάλαντον","transliteration":"tálanton","pronunciation":null,"derivation":"neuter of a presumed derivative of the original form of (to bear;","strongs_definition":"equivalent to G5342 (φέρω)); a balance (as supporting weights), i.e. (by implication) a certain weight (and thence a coin or rather sum of money) or \"talent\"","kjv_definition":"talent"} +{"id":"G5008","strongs_number":"G5008","system":"greek","language":"greek","number_value":5008,"lemma":"ταλιθά","transliteration":"talithá","pronunciation":null,"derivation":"of Chaldee origin (compare H02924);","strongs_definition":"the fresh, i.e. young girl; talitha (O maiden)","kjv_definition":"talitha"} +{"id":"G5009","strongs_number":"G5009","system":"greek","language":"greek","number_value":5009,"lemma":"ταμεῖον","transliteration":"tameîon","pronunciation":null,"derivation":"neuter contraction of a presumed derivative of (a dispenser or distributor;","strongs_definition":"akin to , to cut); a dispensary or magazine, i.e. a chamber on the ground-floor or interior of an Oriental house (generally used for storage or privacy, a spot for retirement)","kjv_definition":"secret chamber, closet, storehouse"} +{"id":"G5010","strongs_number":"G5010","system":"greek","language":"greek","number_value":5010,"lemma":"τάξις","transliteration":"táxis","pronunciation":null,"derivation":"from G5021 (τάσσω);","strongs_definition":"regular arrangement, i.e. (in time) fixed succession (of rank or character), official dignity","kjv_definition":"order"} +{"id":"G5011","strongs_number":"G5011","system":"greek","language":"greek","number_value":5011,"lemma":"ταπεινός","transliteration":"tapeinós","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"depressed, i.e. (figuratively) humiliated (in circumstances or disposition)","kjv_definition":"base, cast down, humble, of low degree (estate), lowly"} +{"id":"G5012","strongs_number":"G5012","system":"greek","language":"greek","number_value":5012,"lemma":"ταπεινοφροσύνη","transliteration":"tapeinophrosýnē","pronunciation":null,"derivation":"from a compound of G5011 (ταπεινός) and the base of G5424 (φρήν);","strongs_definition":"humiliation of mind, i.e. modesty","kjv_definition":"humbleness of mind, humility (of mind, loneliness (of mind)"} +{"id":"G5013","strongs_number":"G5013","system":"greek","language":"greek","number_value":5013,"lemma":"ταπεινόω","transliteration":"tapeinóō","pronunciation":null,"derivation":"from G5011 (ταπεινός);","strongs_definition":"to depress; figuratively, to humiliate (in condition or heart)","kjv_definition":"abase, bring low, humble (self)"} +{"id":"G5014","strongs_number":"G5014","system":"greek","language":"greek","number_value":5014,"lemma":"ταπείνωσις","transliteration":"tapeínōsis","pronunciation":null,"derivation":"from G5013 (ταπεινόω);","strongs_definition":"depression (in rank or feeling)","kjv_definition":"humiliation, be made low, low estate, vile"} +{"id":"G5015","strongs_number":"G5015","system":"greek","language":"greek","number_value":5015,"lemma":"ταράσσω","transliteration":"tarássō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to stir or agitate (roil water)","kjv_definition":"trouble"} +{"id":"G5016","strongs_number":"G5016","system":"greek","language":"greek","number_value":5016,"lemma":"ταραχή","transliteration":"tarachḗ","pronunciation":null,"derivation":"feminine from G5015 (ταράσσω);","strongs_definition":"disturbance, i.e. (of water) roiling, or (of a mob) sedition","kjv_definition":"trouble(-ing)"} +{"id":"G5017","strongs_number":"G5017","system":"greek","language":"greek","number_value":5017,"lemma":"τάραχος","transliteration":"tárachos","pronunciation":null,"derivation":"masculine from G5015 (ταράσσω);","strongs_definition":"a disturbance, i.e. (popular) tumult","kjv_definition":"stir"} +{"id":"G5018","strongs_number":"G5018","system":"greek","language":"greek","number_value":5018,"lemma":"Ταρσεύς","transliteration":"Tarseús","pronunciation":null,"derivation":"from G5019 (Ταρσός);","strongs_definition":"a Tarsean, i.e. native of Tarsus","kjv_definition":"of Tarsus"} +{"id":"G5019","strongs_number":"G5019","system":"greek","language":"greek","number_value":5019,"lemma":"Ταρσός","transliteration":"Tarsós","pronunciation":null,"derivation":"perhaps the same as (a flat basket);","strongs_definition":"Tarsus, a place in Asia Minor","kjv_definition":"Tarsus"} +{"id":"G5020","strongs_number":"G5020","system":"greek","language":"greek","number_value":5020,"lemma":"ταρταρόω","transliteration":"tartaróō","pronunciation":null,"derivation":"from (the deepest abyss of Hades);","strongs_definition":"to incarcerate in eternal torment","kjv_definition":"cast down to hell"} +{"id":"G5021","strongs_number":"G5021","system":"greek","language":"greek","number_value":5021,"lemma":"τάσσω","transliteration":"tássō","pronunciation":null,"derivation":"a prolonged form of a primary verb (which latter appears only in certain tenses);","strongs_definition":"to arrange in an orderly manner, i.e. assign or dispose (to a certain position or lot)","kjv_definition":"addict, appoint, determine, ordain, set"} +{"id":"G5022","strongs_number":"G5022","system":"greek","language":"greek","number_value":5022,"lemma":"ταῦρος","transliteration":"taûros","pronunciation":null,"derivation":"apparently a primary word (compare H08450, \"steer\");","strongs_definition":"a bullock","kjv_definition":"bull, ox"} +{"id":"G5023","strongs_number":"G5023","system":"greek","language":"greek","number_value":5023,"lemma":"ταῦτα","transliteration":"taûta","pronunciation":null,"derivation":"nominative or accusative case neuter plural of G3778 (οὗτος);","strongs_definition":"these things","kjv_definition":"+ afterward, follow, + hereafter, X him, the same, so, such, that, then, these, they, this, those, thus"} +{"id":"G5024","strongs_number":"G5024","system":"greek","language":"greek","number_value":5024,"lemma":"ταὐτά","transliteration":"tautá","pronunciation":null,"derivation":"neuter plural of G3588 (ὁ) and G846 (αὐτός) as adverb;","strongs_definition":"in the same way","kjv_definition":"even thus, (manner) like, so"} +{"id":"G5025","strongs_number":"G5025","system":"greek","language":"greek","number_value":5025,"lemma":"ταύταις","transliteration":"taútais","pronunciation":null,"derivation":"dative case and accusative case feminine plural respectively of G3778 (οὗτος);","strongs_definition":"(to or with or by, etc.) these","kjv_definition":"hence, that, then, these, those"} +{"id":"G5026","strongs_number":"G5026","system":"greek","language":"greek","number_value":5026,"lemma":"ταύτῃ","transliteration":"taútēi","pronunciation":null,"derivation":"dative case, accusative case and genitive case respectively of the feminine singular of G3778 (οὗτος);","strongs_definition":"(towards or of) this","kjv_definition":"her, + hereof, it, that, + thereby, the (same), this (same)"} +{"id":"G5027","strongs_number":"G5027","system":"greek","language":"greek","number_value":5027,"lemma":"ταφή","transliteration":"taphḗ","pronunciation":null,"derivation":"feminine from G2290 (θάπτω);","strongs_definition":"burial (the act)","kjv_definition":"X bury"} +{"id":"G5028","strongs_number":"G5028","system":"greek","language":"greek","number_value":5028,"lemma":"τάφος","transliteration":"táphos","pronunciation":null,"derivation":"masculine from G2290 (θάπτω);","strongs_definition":"a grave (the place of interment)","kjv_definition":"sepulchre, tomb"} +{"id":"G5029","strongs_number":"G5029","system":"greek","language":"greek","number_value":5029,"lemma":"τάχα","transliteration":"tácha","pronunciation":null,"derivation":"as if neuter plural of G5036 (ταχύς) (adverbially);","strongs_definition":"shortly, i.e. (figuratively) possibly","kjv_definition":"peradventure(-haps)"} +{"id":"G5030","strongs_number":"G5030","system":"greek","language":"greek","number_value":5030,"lemma":"ταχέως","transliteration":"tachéōs","pronunciation":null,"derivation":"adverb from G5036 (ταχύς);","strongs_definition":"briefly, i.e. (in time) speedily, or (in manner) rapidly","kjv_definition":"hastily, quickly, shortly, soon, suddenly"} +{"id":"G5031","strongs_number":"G5031","system":"greek","language":"greek","number_value":5031,"lemma":"ταχινός","transliteration":"tachinós","pronunciation":null,"derivation":"from G5034 (τάχος);","strongs_definition":"curt, i.e. impending","kjv_definition":"shortly, swift"} +{"id":"G5032","strongs_number":"G5032","system":"greek","language":"greek","number_value":5032,"lemma":"τάχιον","transliteration":"táchion","pronunciation":null,"derivation":"neuter singular of the comparative of G5036 (ταχύς) (as adverb);","strongs_definition":"more swiftly, i.e. (in manner) more rapidly, or (in time) more speedily","kjv_definition":"out (run), quickly, shortly, sooner"} +{"id":"G5033","strongs_number":"G5033","system":"greek","language":"greek","number_value":5033,"lemma":"τάχιστα","transliteration":"táchista","pronunciation":null,"derivation":"neuter plural of the superlative of G5036 (ταχύς) (as adverb);","strongs_definition":"most quickly, i.e. (with G5613 (ὡς) prefixed) as soon as possible","kjv_definition":"+ with all speed"} +{"id":"G5034","strongs_number":"G5034","system":"greek","language":"greek","number_value":5034,"lemma":"τάχος","transliteration":"táchos","pronunciation":null,"derivation":"from the same as G5036 (ταχύς);","strongs_definition":"a brief space (of time), i.e. (with G1722 (ἐν) prefixed) in haste","kjv_definition":"+ quickly, + shortly, + speedily"} +{"id":"G5035","strongs_number":"G5035","system":"greek","language":"greek","number_value":5035,"lemma":"ταχύ","transliteration":"tachý","pronunciation":null,"derivation":"neuter singular of G5036 (ταχύς) (as adverb);","strongs_definition":"shortly, i.e. without delay, soon, or (by surprise) suddenly, or (by implication, of ease) readily","kjv_definition":"lightly, quickly"} +{"id":"G5036","strongs_number":"G5036","system":"greek","language":"greek","number_value":5036,"lemma":"ταχύς","transliteration":"tachýs","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"fleet, i.e. (figuratively) prompt or ready","kjv_definition":"swift"} +{"id":"G5037","strongs_number":"G5037","system":"greek","language":"greek","number_value":5037,"lemma":"τέ","transliteration":"té","pronunciation":null,"derivation":"a primary particle (enclitic) of connection or addition;","strongs_definition":"both or also (properly, as correlation of G2532 (καί))","kjv_definition":"also, and, both, even, then, whether"} +{"id":"G5038","strongs_number":"G5038","system":"greek","language":"greek","number_value":5038,"lemma":"τεῖχος","transliteration":"teîchos","pronunciation":null,"derivation":"akin to the base of G5088 (τίκτω);","strongs_definition":"a wall (as formative of a house)","kjv_definition":"wall"} +{"id":"G5039","strongs_number":"G5039","system":"greek","language":"greek","number_value":5039,"lemma":"τεκμήριον","transliteration":"tekmḗrion","pronunciation":null,"derivation":"neuter of a presumed derivative of (a goal or fixed limit);","strongs_definition":"a token (as defining a fact), i.e. criterion of certainty","kjv_definition":"infallible proof"} +{"id":"G5040","strongs_number":"G5040","system":"greek","language":"greek","number_value":5040,"lemma":"τεκνίον","transliteration":"tekníon","pronunciation":null,"derivation":"diminutive of G5043 (τέκνον);","strongs_definition":"an infant, i.e. (plural figuratively) darlings (Christian converts)","kjv_definition":"little children"} +{"id":"G5041","strongs_number":"G5041","system":"greek","language":"greek","number_value":5041,"lemma":"τεκνογονέω","transliteration":"teknogonéō","pronunciation":null,"derivation":"from a compound of G5043 (τέκνον) and the base of G1096 (γίνομαι);","strongs_definition":"to be a child-bearer, i.e. parent (mother)","kjv_definition":"bear children"} +{"id":"G5042","strongs_number":"G5042","system":"greek","language":"greek","number_value":5042,"lemma":"τεκνογονία","transliteration":"teknogonía","pronunciation":null,"derivation":"from the same as G5041 (τεκνογονέω);","strongs_definition":"childbirth (parentage), i.e. (by implication) maternity (the performance of maternal duties)","kjv_definition":"childbearing"} +{"id":"G5043","strongs_number":"G5043","system":"greek","language":"greek","number_value":5043,"lemma":"τέκνον","transliteration":"téknon","pronunciation":null,"derivation":"from the base of G5098 (τιμωρία);","strongs_definition":"a child (as produced)","kjv_definition":"child, daughter, son"} +{"id":"G5044","strongs_number":"G5044","system":"greek","language":"greek","number_value":5044,"lemma":"τεκνοτροφέω","transliteration":"teknotrophéō","pronunciation":null,"derivation":"from a compound of G5043 (τέκνον) and G5142 (τρέφω);","strongs_definition":"to be a childrearer, i.e. fulfil the duties of a female parent","kjv_definition":"bring up children"} +{"id":"G5045","strongs_number":"G5045","system":"greek","language":"greek","number_value":5045,"lemma":"τέκτων","transliteration":"téktōn","pronunciation":null,"derivation":"from the base of G5098 (τιμωρία);","strongs_definition":"an artificer (as producer of fabrics), i.e. (specially), a craftsman in wood","kjv_definition":"carpenter"} +{"id":"G5046","strongs_number":"G5046","system":"greek","language":"greek","number_value":5046,"lemma":"τέλειος","transliteration":"téleios","pronunciation":null,"derivation":"from G5056 (τέλος);","strongs_definition":"complete (in various applications of labor, growth, mental and moral character, etc.); neuter (as noun, with G3588 (ὁ)) completeness","kjv_definition":"of full age, man, perfect"} +{"id":"G5047","strongs_number":"G5047","system":"greek","language":"greek","number_value":5047,"lemma":"τελειότης","transliteration":"teleiótēs","pronunciation":null,"derivation":"from G5046 (τέλειος);","strongs_definition":"(the state) completeness (mentally or morally)","kjv_definition":"perfection(-ness)"} +{"id":"G5048","strongs_number":"G5048","system":"greek","language":"greek","number_value":5048,"lemma":"τελειόω","transliteration":"teleióō","pronunciation":null,"derivation":"from G5046 (τέλειος);","strongs_definition":"to complete, i.e. (literally) accomplish, or (figuratively) consummate (in character)","kjv_definition":"consecrate, finish, fulfil, make) perfect"} +{"id":"G5049","strongs_number":"G5049","system":"greek","language":"greek","number_value":5049,"lemma":"τελείως","transliteration":"teleíōs","pronunciation":null,"derivation":"adverb from G5046 (τέλειος);","strongs_definition":"completely, i.e. (of hope) without wavering","kjv_definition":"to the end"} +{"id":"G5050","strongs_number":"G5050","system":"greek","language":"greek","number_value":5050,"lemma":"τελείωσις","transliteration":"teleíōsis","pronunciation":null,"derivation":"from G5448 (φυσιόω);","strongs_definition":"(the act) completion, i.e. (of prophecy) verification, or (of expiation) absolution","kjv_definition":"perfection, performance"} +{"id":"G5051","strongs_number":"G5051","system":"greek","language":"greek","number_value":5051,"lemma":"τελειωτής","transliteration":"teleiōtḗs","pronunciation":null,"derivation":"from G5048 (τελειόω);","strongs_definition":"a completer, i.e. consummater","kjv_definition":"finisher"} +{"id":"G5052","strongs_number":"G5052","system":"greek","language":"greek","number_value":5052,"lemma":"τελεσφορέω","transliteration":"telesphoréō","pronunciation":null,"derivation":"from a compound of G5056 (τέλος) and G5342 (φέρω);","strongs_definition":"to be a bearer to completion (maturity), i.e. to ripen fruit (figuratively)","kjv_definition":"bring fruit to perfection"} +{"id":"G5053","strongs_number":"G5053","system":"greek","language":"greek","number_value":5053,"lemma":"τελευτάω","transliteration":"teleutáō","pronunciation":null,"derivation":"from a presumed derivative of G5055 (τελέω);","strongs_definition":"to finish life (by implication, of G979 (βίος)), i.e. expire (demise)","kjv_definition":"be dead, decease, die"} +{"id":"G5054","strongs_number":"G5054","system":"greek","language":"greek","number_value":5054,"lemma":"τελευτή","transliteration":"teleutḗ","pronunciation":null,"derivation":"from G5053 (τελευτάω);","strongs_definition":"decease","kjv_definition":"death"} +{"id":"G5055","strongs_number":"G5055","system":"greek","language":"greek","number_value":5055,"lemma":"τελέω","transliteration":"teléō","pronunciation":null,"derivation":"from G5056 (τέλος);","strongs_definition":"to end, i.e. complete, execute, conclude, discharge (a debt)","kjv_definition":"accomplish, make an end, expire, fill up, finish, go over, pay, perform"} +{"id":"G5056","strongs_number":"G5056","system":"greek","language":"greek","number_value":5056,"lemma":"τέλος","transliteration":"télos","pronunciation":null,"derivation":"from a primary (to set out for a definite point or goal);","strongs_definition":"properly, the point aimed at as a limit, i.e. (by implication) the conclusion of an act or state (termination (literally, figuratively or indefinitely), result (immediate, ultimate or prophetic), purpose); specially, an impost or levy (as paid)","kjv_definition":"+ continual, custom, end(-ing), finally, uttermost"} +{"id":"G5057","strongs_number":"G5057","system":"greek","language":"greek","number_value":5057,"lemma":"τελώνης","transliteration":"telṓnēs","pronunciation":null,"derivation":"from G5056 (τέλος) and G5608 (ὠνέομαι);","strongs_definition":"a tax-farmer, i.e. collector of public revenue","kjv_definition":"publican"} +{"id":"G5058","strongs_number":"G5058","system":"greek","language":"greek","number_value":5058,"lemma":"τελώνιον","transliteration":"telṓnion","pronunciation":null,"derivation":"neuter of a presumed derivative of G5057 (τελώνης);","strongs_definition":"a tax-gatherer's place of business","kjv_definition":"receipt of custom"} +{"id":"G5059","strongs_number":"G5059","system":"greek","language":"greek","number_value":5059,"lemma":"τέρας","transliteration":"téras","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a prodigy or omen","kjv_definition":"wonder"} +{"id":"G5060","strongs_number":"G5060","system":"greek","language":"greek","number_value":5060,"lemma":"Τέρτιος","transliteration":"Tértios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"third; Tertius, a Christian","kjv_definition":"Tertius"} +{"id":"G5061","strongs_number":"G5061","system":"greek","language":"greek","number_value":5061,"lemma":"Τέρτυλλος","transliteration":"Tértyllos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Tertullus, a Roman","kjv_definition":"Tertullus"} +{"id":"G5062","strongs_number":"G5062","system":"greek","language":"greek","number_value":5062,"lemma":"τεσσαράκοντα","transliteration":"tessarákonta","pronunciation":null,"derivation":"the decade of G5064 (τέσσαρες);","strongs_definition":"forty","kjv_definition":"forty"} +{"id":"G5063","strongs_number":"G5063","system":"greek","language":"greek","number_value":5063,"lemma":"τεσσαρακονταετής","transliteration":"tessarakontaetḗs","pronunciation":null,"derivation":"from G5062 (τεσσαράκοντα) and G2094 (ἔτος);","strongs_definition":"of forty years of age","kjv_definition":"(+ full, of) forty years (old)"} +{"id":"G5064","strongs_number":"G5064","system":"greek","language":"greek","number_value":5064,"lemma":"τέσσαρες","transliteration":"téssares","pronunciation":null,"derivation":"a plural number;","strongs_definition":"four","kjv_definition":"four"} +{"id":"G5065","strongs_number":"G5065","system":"greek","language":"greek","number_value":5065,"lemma":"τεσσαρεσκαιδέκατος","transliteration":"tessareskaidékatos","pronunciation":null,"derivation":"from G5064 (τέσσαρες) and G2532 (καί) and G1182 (δέκατος);","strongs_definition":"fourteenth","kjv_definition":"fourteenth"} +{"id":"G5066","strongs_number":"G5066","system":"greek","language":"greek","number_value":5066,"lemma":"τεταρταῖος","transliteration":"tetartaîos","pronunciation":null,"derivation":"from G5064 (τέσσαρες);","strongs_definition":"pertaining to the fourth day","kjv_definition":"four days"} +{"id":"G5067","strongs_number":"G5067","system":"greek","language":"greek","number_value":5067,"lemma":"τέταρτος","transliteration":"tétartos","pronunciation":null,"derivation":"ordinal from G5064 (τέσσαρες);","strongs_definition":"fourth","kjv_definition":"four(-th)"} +{"id":"G5068","strongs_number":"G5068","system":"greek","language":"greek","number_value":5068,"lemma":"τετράγωνος","transliteration":"tetrágōnos","pronunciation":null,"derivation":"from G5064 (τέσσαρες) and G1137 (γωνία);","strongs_definition":"four-cornered, i.e. square","kjv_definition":"foursquare"} +{"id":"G5069","strongs_number":"G5069","system":"greek","language":"greek","number_value":5069,"lemma":"τετράδιον","transliteration":"tetrádion","pronunciation":null,"derivation":"neuter of a presumed derivative of (a tetrad;","strongs_definition":"from G5064 (τέσσαρες)); a quaternion or squad (picket) of four Roman soldiers","kjv_definition":"quaternion"} +{"id":"G5070","strongs_number":"G5070","system":"greek","language":"greek","number_value":5070,"lemma":"τετρακισχίλιοι","transliteration":"tetrakischílioi","pronunciation":null,"derivation":"from the multiplicative adverb of G5064 (τέσσαρες) and G5507 (χίλιοι);","strongs_definition":"four times a thousand","kjv_definition":"four thousand"} +{"id":"G5071","strongs_number":"G5071","system":"greek","language":"greek","number_value":5071,"lemma":"τετρακόσιοι","transliteration":"tetrakósioi","pronunciation":null,"derivation":"plural from G5064 (τέσσαρες) and G1540 (ἑκατόν);","strongs_definition":"four hundred","kjv_definition":"four hundred"} +{"id":"G5072","strongs_number":"G5072","system":"greek","language":"greek","number_value":5072,"lemma":"τετράμηνον","transliteration":"tetrámēnon","pronunciation":null,"derivation":"neuter of a compound of G5064 (τέσσαρες) and G3376 (μήν);","strongs_definition":"a four months' space","kjv_definition":"four months"} +{"id":"G5073","strongs_number":"G5073","system":"greek","language":"greek","number_value":5073,"lemma":"τετραπλόος","transliteration":"tetraplóos","pronunciation":null,"derivation":"from G5064 (τέσσαρες) and a derivative of the base of G4118 (πλεῖστος);","strongs_definition":"quadruple","kjv_definition":"fourfold"} +{"id":"G5074","strongs_number":"G5074","system":"greek","language":"greek","number_value":5074,"lemma":"τετράπους","transliteration":"tetrápous","pronunciation":null,"derivation":"from G5064 (τέσσαρες) and G4228 (πούς);","strongs_definition":"a quadruped","kjv_definition":"fourfooted beast"} +{"id":"G5075","strongs_number":"G5075","system":"greek","language":"greek","number_value":5075,"lemma":"τετραρχέω","transliteration":"tetrarchéō","pronunciation":null,"derivation":"from G5076 (τετράρχης);","strongs_definition":"to be a tetrarch","kjv_definition":"(be) tetrarch"} +{"id":"G5076","strongs_number":"G5076","system":"greek","language":"greek","number_value":5076,"lemma":"τετράρχης","transliteration":"tetrárchēs","pronunciation":null,"derivation":"from G5064 (τέσσαρες) and G757 (ἄρχω);","strongs_definition":"the ruler of a fourth part of a country (\"tetrarch\")","kjv_definition":"tetrarch"} +{"id":"G5077","strongs_number":"G5077","system":"greek","language":"greek","number_value":5077,"lemma":"τεφρόω","transliteration":"tephróō","pronunciation":null,"derivation":"from (ashes);","strongs_definition":"to incinerate, i.e. consume","kjv_definition":"turn to ashes"} +{"id":"G5078","strongs_number":"G5078","system":"greek","language":"greek","number_value":5078,"lemma":"τέχνη","transliteration":"téchnē","pronunciation":null,"derivation":"from the base of G5088 (τίκτω);","strongs_definition":"art (as productive), i.e. (specially), a trade, or (generally) skill","kjv_definition":"art, craft, occupation"} +{"id":"G5079","strongs_number":"G5079","system":"greek","language":"greek","number_value":5079,"lemma":"τεχνίτης","transliteration":"technítēs","pronunciation":null,"derivation":"from G5078 (τέχνη);","strongs_definition":"an artisan; figuratively, a founder (Creator)","kjv_definition":"builder, craftsman"} +{"id":"G5080","strongs_number":"G5080","system":"greek","language":"greek","number_value":5080,"lemma":"τήκω","transliteration":"tḗkō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to liquefy","kjv_definition":"melt"} +{"id":"G5081","strongs_number":"G5081","system":"greek","language":"greek","number_value":5081,"lemma":"τηλαυγῶς","transliteration":"tēlaugōs","pronunciation":null,"derivation":"adverb from a compound of a derivative of G5056 (τέλος) and G827 (αὐγή);","strongs_definition":"in a far-shining manner, i.e. plainly","kjv_definition":"clearly"} +{"id":"G5082","strongs_number":"G5082","system":"greek","language":"greek","number_value":5082,"lemma":"τηλικοῦτος","transliteration":"tēlikoûtos","pronunciation":null,"derivation":"from a compound of G3588 (ὁ) with G2245 (ἡλίκος) and G3778 (οὗτος);","strongs_definition":"such as this, i.e. (in (figurative) magnitude) so vast","kjv_definition":"so great, so mighty"} +{"id":"G5083","strongs_number":"G5083","system":"greek","language":"greek","number_value":5083,"lemma":"τηρέω","transliteration":"tēréō","pronunciation":null,"derivation":"from (a watch;","strongs_definition":"perhaps akin to G2334 (θεωρέω)); to guard (from loss or injury, properly, by keeping the eye upon; and thus differing from G5442 (φυλάσσω), which is properly to prevent escaping; and from G2892 (κουστωδία), which implies a fortress or full military lines of apparatus), i.e. to note (a prophecy; figuratively, to fulfil a command); by implication, to detain (in custody; figuratively, to maintain); by extension, to withhold (for personal ends; figuratively, to keep unmarried); by extension, to withhold (for personal ends; figuratively, to keep unmarried)","kjv_definition":"hold fast, keep(- er), (pre-, re-)serve, watch"} +{"id":"G5084","strongs_number":"G5084","system":"greek","language":"greek","number_value":5084,"lemma":"τήρησις","transliteration":"tḗrēsis","pronunciation":null,"derivation":"from G5083 (τηρέω);","strongs_definition":"a watching, i.e. (figuratively) observance, or (concretely) a prison","kjv_definition":"hold"} +{"id":"G5085","strongs_number":"G5085","system":"greek","language":"greek","number_value":5085,"lemma":"Τιβεριάς","transliteration":"Tiberiás","pronunciation":null,"derivation":"from G5086 (Τιβέριος);","strongs_definition":"Tiberias, the name of a town and a lake in Palestine","kjv_definition":"Tiberias"} +{"id":"G5086","strongs_number":"G5086","system":"greek","language":"greek","number_value":5086,"lemma":"Τιβέριος","transliteration":"Tibérios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"probably pertaining to the river Tiberis or Tiber; Tiberius, a Roman emperor","kjv_definition":"Tiberius"} +{"id":"G5087","strongs_number":"G5087","system":"greek","language":"greek","number_value":5087,"lemma":"τίθημι","transliteration":"títhēmi","pronunciation":null,"derivation":"a prolonged form of a primary (which is used only as alternate in certain tenses);","strongs_definition":"to place (in the widest application, literally and figuratively; properly, in a passive or horizontal posture, and thus different from G2476 (ἵστημι), which properly denotes an upright and active position, while G2749 (κεῖμαι) is properly reflexive and utterly prostrate)","kjv_definition":"+ advise, appoint, bow, commit, conceive, give, X kneel down, lay (aside, down, up), make, ordain, purpose, put, set (forth), settle, sink down"} +{"id":"G5088","strongs_number":"G5088","system":"greek","language":"greek","number_value":5088,"lemma":"τίκτω","transliteration":"tíktō","pronunciation":null,"derivation":"a strengthened form of a primary (which is used only as alternate in certain tenses);","strongs_definition":"to produce (from seed, as a mother, a plant, the earth, etc.), literally or figuratively","kjv_definition":"bear, be born, bring forth, be delivered, be in travail"} +{"id":"G5089","strongs_number":"G5089","system":"greek","language":"greek","number_value":5089,"lemma":"τίλλω","transliteration":"tíllō","pronunciation":null,"derivation":"perhaps akin to the alternate of G138 (αἱρέομαι), and thus to G4951 (σύρω);","strongs_definition":"to pull off","kjv_definition":"pluck"} +{"id":"G5090","strongs_number":"G5090","system":"greek","language":"greek","number_value":5090,"lemma":"Τιμαῖος","transliteration":"Timaîos","pronunciation":null,"derivation":"probably of Chaldee origin (compare H02931);","strongs_definition":"Timæus (i.e. Timay), an Israelite","kjv_definition":"Timæus"} +{"id":"G5091","strongs_number":"G5091","system":"greek","language":"greek","number_value":5091,"lemma":"τιμάω","transliteration":"timáō","pronunciation":null,"derivation":"from G5093 (τίμιος);","strongs_definition":"to prize, i.e. fix a valuation upon; by implication, to revere","kjv_definition":"honour, value"} +{"id":"G5092","strongs_number":"G5092","system":"greek","language":"greek","number_value":5092,"lemma":"τιμή","transliteration":"timḗ","pronunciation":null,"derivation":"from G5099 (τίνω);","strongs_definition":"a value, i.e. money paid, or (concretely and collectively) valuables; by analogy, esteem (especially of the highest degree), or the dignity itself","kjv_definition":"honour, precious, price, some"} +{"id":"G5093","strongs_number":"G5093","system":"greek","language":"greek","number_value":5093,"lemma":"τίμιος","transliteration":"tímios","pronunciation":null,"derivation":"from G5092 (τιμή);","strongs_definition":"valuable, i.e. (objectively) costly, or (subjectively) honored, esteemed, or (figuratively) beloved","kjv_definition":"dear, honourable, (more, most) precious, had in reputation"} +{"id":"G5094","strongs_number":"G5094","system":"greek","language":"greek","number_value":5094,"lemma":"τιμιότης","transliteration":"timiótēs","pronunciation":null,"derivation":"from G5093 (τίμιος);","strongs_definition":"expensiveness, i.e. (by implication) magnificence","kjv_definition":"costliness"} +{"id":"G5095","strongs_number":"G5095","system":"greek","language":"greek","number_value":5095,"lemma":"Τιμόθεος","transliteration":"Timótheos","pronunciation":null,"derivation":"from G5092 (τιμή) and G2316 (θεός);","strongs_definition":"dear to God; Timotheus, a Christian","kjv_definition":"Timotheus, Timothy"} +{"id":"G5096","strongs_number":"G5096","system":"greek","language":"greek","number_value":5096,"lemma":"Τίμων","transliteration":"Tímōn","pronunciation":null,"derivation":"from G5092 (τιμή);","strongs_definition":"valuable; Timon, a Christian","kjv_definition":"Timon"} +{"id":"G5097","strongs_number":"G5097","system":"greek","language":"greek","number_value":5097,"lemma":"τιμωρέω","transliteration":"timōréō","pronunciation":null,"derivation":"from a comparative of G5092 (τιμή) and ouros (a guard);","strongs_definition":"properly, to protect one's honor, i.e. to avenge (inflict a penalty)","kjv_definition":"punish"} +{"id":"G5098","strongs_number":"G5098","system":"greek","language":"greek","number_value":5098,"lemma":"τιμωρία","transliteration":"timōría","pronunciation":null,"derivation":"from G5097 (τιμωρέω);","strongs_definition":"vindication, i.e. (by implication) a penalty","kjv_definition":"punishment"} +{"id":"G5099","strongs_number":"G5099","system":"greek","language":"greek","number_value":5099,"lemma":"τίνω","transliteration":"tínō","pronunciation":null,"derivation":"strengthened for a primary (which is only used as an alternate in certain tenses);","strongs_definition":"to pay a price, i.e. as a penalty","kjv_definition":"be punished with"} +{"id":"G5100","strongs_number":"G5100","system":"greek","language":"greek","number_value":5100,"lemma":"τὶς","transliteration":"tìs","pronunciation":null,"derivation":"an enclitic indefinite pronoun;","strongs_definition":"some or any person or object","kjv_definition":"a (kind of), any (man, thing, thing at all), certain (thing), divers, he (every) man, one (X thing), ought, + partly, some (man, -body, - thing, -what), (+ that no-)thing, what(-soever), X wherewith, whom(-soever), whose(-soever)"} +{"id":"G5101","strongs_number":"G5101","system":"greek","language":"greek","number_value":5101,"lemma":"τίς","transliteration":"tís","pronunciation":null,"derivation":"probably emphatic of G5100 (τὶς);","strongs_definition":"an interrogative pronoun, who, which or what (in direct or indirect questions)","kjv_definition":"every man, how (much), + no(-ne, thing), what (manner, thing), where (-by, -fore, -of, -unto, - with, -withal), whether, which, who(-m, -se), why"} +{"id":"G5102","strongs_number":"G5102","system":"greek","language":"greek","number_value":5102,"lemma":"τίτλος","transliteration":"títlos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a titulus or \"title\" (placard)","kjv_definition":"title"} +{"id":"G5103","strongs_number":"G5103","system":"greek","language":"greek","number_value":5103,"lemma":"Τίτος","transliteration":"Títos","pronunciation":null,"derivation":"of Latin origin but uncertain significance;","strongs_definition":"Titus, a Christian","kjv_definition":"Titus"} +{"id":"G5104","strongs_number":"G5104","system":"greek","language":"greek","number_value":5104,"lemma":"τοί","transliteration":"toí","pronunciation":null,"derivation":"probably for the dative case of G3588 (ὁ);","strongs_definition":"an enclitic particle of asseveration by way of contrast; in sooth","kjv_definition":"(used only with other particles in the comparative, as G2544 (καίτοιγε), G3305 (μέντοι), G5105 (τοιγαροῦν), G5106 (τοίνυν), etc"} +{"id":"G5105","strongs_number":"G5105","system":"greek","language":"greek","number_value":5105,"lemma":"τοιγαροῦν","transliteration":"toigaroûn","pronunciation":null,"derivation":"from G5104 (τοί) and G1063 (γάρ) and G3767 (οὖν);","strongs_definition":"truly for then, i.e. consequently","kjv_definition":"there-(where-)fore"} +{"id":"G5106","strongs_number":"G5106","system":"greek","language":"greek","number_value":5106,"lemma":"τοίνυν","transliteration":"toínyn","pronunciation":null,"derivation":"from G5104 (τοί) and G3568 (νῦν);","strongs_definition":"truly now, i.e. accordingly","kjv_definition":"then, therefore"} +{"id":"G5107","strongs_number":"G5107","system":"greek","language":"greek","number_value":5107,"lemma":"τοιόσδε","transliteration":"toiósde","pronunciation":null,"derivation":"(including the other inflections); from a derivative of 5104 and G1161 (δέ);","strongs_definition":"such-like then, i.e. so great","kjv_definition":"such"} +{"id":"G5108","strongs_number":"G5108","system":"greek","language":"greek","number_value":5108,"lemma":"τοιοῦτος","transliteration":"toioûtos","pronunciation":null,"derivation":"(including the other inflections); from G5104 (τοί) and G3778 (οὗτος);","strongs_definition":"truly this, i.e. of this sort (to denote character or individuality)","kjv_definition":"like, such (an one)"} +{"id":"G5109","strongs_number":"G5109","system":"greek","language":"greek","number_value":5109,"lemma":"τοῖχος","transliteration":"toîchos","pronunciation":null,"derivation":"another form of G5038 (τεῖχος);","strongs_definition":"a wall","kjv_definition":"wall"} +{"id":"G5110","strongs_number":"G5110","system":"greek","language":"greek","number_value":5110,"lemma":"τόκος","transliteration":"tókos","pronunciation":null,"derivation":"from the base of G5088 (τίκτω);","strongs_definition":"interest on money loaned (as a produce)","kjv_definition":"usury"} +{"id":"G5111","strongs_number":"G5111","system":"greek","language":"greek","number_value":5111,"lemma":"τολμάω","transliteration":"tolmáō","pronunciation":null,"derivation":"from (boldness;","strongs_definition":"probably itself from the base of G5056 (τέλος) through the idea of extreme conduct); to venture (objectively or in act; while G2292 (θαῤῥέω) is rather subjective or in feeling); by implication, to be courageous","kjv_definition":"be bold, boldly, dare, durst"} +{"id":"G5112","strongs_number":"G5112","system":"greek","language":"greek","number_value":5112,"lemma":"τολμηρότερον","transliteration":"tolmēróteron","pronunciation":null,"derivation":"neuter of the compound of a derivative of the base of 5111 (as adverb);","strongs_definition":"more daringly, i.e. with greater confidence than otherwise","kjv_definition":"the more boldly"} +{"id":"G5113","strongs_number":"G5113","system":"greek","language":"greek","number_value":5113,"lemma":"τολμητής","transliteration":"tolmētḗs","pronunciation":null,"derivation":"from G5111 (τολμάω);","strongs_definition":"a daring (audacious) man","kjv_definition":"presumptuous"} +{"id":"G5114","strongs_number":"G5114","system":"greek","language":"greek","number_value":5114,"lemma":"τομώτερος","transliteration":"tomṓteros","pronunciation":null,"derivation":"comparative of a derivative of the primary (to cut;","strongs_definition":"more comprehensive or decisive than G2875 (κόπτω), as if by a single stroke; whereas that implies repeated blows, like hacking); more keen","kjv_definition":"sharper"} +{"id":"G5115","strongs_number":"G5115","system":"greek","language":"greek","number_value":5115,"lemma":"τόξον","transliteration":"tóxon","pronunciation":null,"derivation":"from the base of G5088 (τίκτω);","strongs_definition":"a bow (apparently as the simplest fabric)","kjv_definition":"bow"} +{"id":"G5116","strongs_number":"G5116","system":"greek","language":"greek","number_value":5116,"lemma":"τοπάζιον","transliteration":"topázion","pronunciation":null,"derivation":"neuter of a presumed derivative (alternately) of (a \"topaz\";","strongs_definition":"of uncertain origin); a gem, probably the chrysolite","kjv_definition":"topaz"} +{"id":"G5117","strongs_number":"G5117","system":"greek","language":"greek","number_value":5117,"lemma":"τόπος","transliteration":"tópos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a spot (general in space, but limited by occupancy; whereas G5561 (χώρα) is a large but participle locality), i.e. location (as a position, home, tract, etc.); figuratively, condition, opportunity; specially, a scabbard","kjv_definition":"coast, licence, place, X plain, quarter, + rock, room, where"} +{"id":"G5118","strongs_number":"G5118","system":"greek","language":"greek","number_value":5118,"lemma":"τοσοῦτος","transliteration":"tosoûtos","pronunciation":null,"derivation":"from (so much;","strongs_definition":"apparently from G3588 (ὁ) and G3739 (ὅς)) and G3778 (οὗτος) (including its variations); so vast as this, i.e. such (in quantity, amount, number of space)","kjv_definition":"as large, so great (long, many, much), these many"} +{"id":"G5119","strongs_number":"G5119","system":"greek","language":"greek","number_value":5119,"lemma":"τότε","transliteration":"tóte","pronunciation":null,"derivation":"from (the neuter of) G3588 (ὁ) and G3753 (ὅτε);","strongs_definition":"the when, i.e. at the time that (of the past or future, also in consecution)","kjv_definition":"that time, then"} +{"id":"G5120","strongs_number":"G5120","system":"greek","language":"greek","number_value":5120,"lemma":"τοῦ","transliteration":"toû","pronunciation":null,"derivation":"properly, the genitive case of G3588 (ὁ);","strongs_definition":"sometimes used for G5127 (τούτου); of this person","kjv_definition":"his"} +{"id":"G5121","strongs_number":"G5121","system":"greek","language":"greek","number_value":5121,"lemma":"τοὐναντίον","transliteration":"tounantíon","pronunciation":null,"derivation":"contraction for the neuter of G3588 (ὁ) and G1726 (ἐναντίον);","strongs_definition":"on the contrary","kjv_definition":"contrariwise"} +{"id":"G5122","strongs_number":"G5122","system":"greek","language":"greek","number_value":5122,"lemma":"τοὔνομα","transliteration":"toúnoma","pronunciation":null,"derivation":"contraction for the neuter of G3588 (ὁ) and G3686 (ὄνομα);","strongs_definition":"the name (is)","kjv_definition":"named"} +{"id":"G5123","strongs_number":"G5123","system":"greek","language":"greek","number_value":5123,"lemma":"τουτέστι","transliteration":"toutésti","pronunciation":null,"derivation":"contraction for G5124 (τοῦτο) and G2076 (ἐστί);","strongs_definition":"that is","kjv_definition":"that is (to say)"} +{"id":"G5124","strongs_number":"G5124","system":"greek","language":"greek","number_value":5124,"lemma":"τοῦτο","transliteration":"toûto","pronunciation":null,"derivation":"neuter singular nominative or accusative case of G3778 (οὗτος);","strongs_definition":"that thing","kjv_definition":"here (-unto), it, partly, self(-same), so, that (intent), the same, there(-fore, -unto), this, thus, where(-fore)"} +{"id":"G5125","strongs_number":"G5125","system":"greek","language":"greek","number_value":5125,"lemma":"τούτοις","transliteration":"toútois","pronunciation":null,"derivation":"dative case plural masculine or neuter of G3778 (οὗτος);","strongs_definition":"to (for, in, with or by) these (persons or things)","kjv_definition":"such, them, there(-in, -with), these, this, those"} +{"id":"G5126","strongs_number":"G5126","system":"greek","language":"greek","number_value":5126,"lemma":"τοῦτον","transliteration":"toûton","pronunciation":null,"derivation":"accusative case singular masculine of G3778 (οὗτος);","strongs_definition":"this (person, as objective of verb or preposition)","kjv_definition":"him, the same, that, this"} +{"id":"G5127","strongs_number":"G5127","system":"greek","language":"greek","number_value":5127,"lemma":"τούτου","transliteration":"toútou","pronunciation":null,"derivation":"genitive case singular masculine or neuter of G3778 (οὗτος);","strongs_definition":"of (from or concerning) this (person or thing)","kjv_definition":"here(-by), him, it, + such manner of, that, thence(-forth), thereabout, this, thus"} +{"id":"G5128","strongs_number":"G5128","system":"greek","language":"greek","number_value":5128,"lemma":"τούτους","transliteration":"toútous","pronunciation":null,"derivation":"accusative case plural masculine of G3778 (οὗτος);","strongs_definition":"these (persons, as objective of verb or preposition)","kjv_definition":"such, them, these, this"} +{"id":"G5129","strongs_number":"G5129","system":"greek","language":"greek","number_value":5129,"lemma":"τούτῳ","transliteration":"toútōi","pronunciation":null,"derivation":"dative case singular masculine or neuter of G3778 (οὗτος);","strongs_definition":"to (in, with or by) this (person or thing)","kjv_definition":"here(-by, -in), him, one, the same, there(-in), this"} +{"id":"G5130","strongs_number":"G5130","system":"greek","language":"greek","number_value":5130,"lemma":"τούτων","transliteration":"toútōn","pronunciation":null,"derivation":"genitive case plural masculine or neuter of G3778 (οὗτος);","strongs_definition":"of (from or concerning) these (persons or things)","kjv_definition":"such, their, these (things), they, this sort, those"} +{"id":"G5131","strongs_number":"G5131","system":"greek","language":"greek","number_value":5131,"lemma":"τράγος","transliteration":"trágos","pronunciation":null,"derivation":"from the base of G5176 (τρώγω);","strongs_definition":"a he-goat (as a gnawer)","kjv_definition":"goat"} +{"id":"G5132","strongs_number":"G5132","system":"greek","language":"greek","number_value":5132,"lemma":"τράπεζα","transliteration":"trápeza","pronunciation":null,"derivation":"probably contracted from G5064 (τέσσαρες) and G3979 (πεζῇ);","strongs_definition":"a table or stool (as being four-legged), usually for food (figuratively, a meal); also a counter for money (figuratively, a broker's office for loans at interest)","kjv_definition":"bank, meat, table"} +{"id":"G5133","strongs_number":"G5133","system":"greek","language":"greek","number_value":5133,"lemma":"τραπεζίτης","transliteration":"trapezítēs","pronunciation":null,"derivation":"from G5132 (τράπεζα);","strongs_definition":"a money-broker or banker","kjv_definition":"exchanger"} +{"id":"G5134","strongs_number":"G5134","system":"greek","language":"greek","number_value":5134,"lemma":"τραῦμα","transliteration":"traûma","pronunciation":null,"derivation":"from the base of (to wound;","strongs_definition":"akin to the base of G2352 (θραύω), G5147 (τρίβος), G5149 (τρίζω), etc.); a wound","kjv_definition":"wound"} +{"id":"G5135","strongs_number":"G5135","system":"greek","language":"greek","number_value":5135,"lemma":"τραυματίζω","transliteration":"traumatízō","pronunciation":null,"derivation":"from G5134 (τραῦμα);","strongs_definition":"to inflict a wound","kjv_definition":"wound"} +{"id":"G5136","strongs_number":"G5136","system":"greek","language":"greek","number_value":5136,"lemma":"τραχηλίζω","transliteration":"trachēlízō","pronunciation":null,"derivation":"from G5137 (τράχηλος);","strongs_definition":"to seize by the throat or neck, i.e. to expose the gullet of a victim for killing (generally, to lay bare)","kjv_definition":"opened"} +{"id":"G5137","strongs_number":"G5137","system":"greek","language":"greek","number_value":5137,"lemma":"τράχηλος","transliteration":"tráchēlos","pronunciation":null,"derivation":"probably from G5143 (τρέχω) (through the idea of mobility);","strongs_definition":"the throat (neck), i.e. (figuratively) life","kjv_definition":"neck"} +{"id":"G5138","strongs_number":"G5138","system":"greek","language":"greek","number_value":5138,"lemma":"τραχύς","transliteration":"trachýs","pronunciation":null,"derivation":"perhaps strengthened from the base of G4486 (ῥήγνυμι) (as if jagged by rents);","strongs_definition":"uneven, rocky (reefy)","kjv_definition":"rock, rough"} +{"id":"G5139","strongs_number":"G5139","system":"greek","language":"greek","number_value":5139,"lemma":"Τραχωνῖτις","transliteration":"Trachōnîtis","pronunciation":null,"derivation":"from a derivative of G5138 (τραχύς);","strongs_definition":"rough district; Trachonitis, a region of Syria","kjv_definition":"Trachonitis"} +{"id":"G5140","strongs_number":"G5140","system":"greek","language":"greek","number_value":5140,"lemma":"τρεῖς","transliteration":"treîs","pronunciation":null,"derivation":"a primary (plural) number;","strongs_definition":"\"three\"","kjv_definition":"three"} +{"id":"G5141","strongs_number":"G5141","system":"greek","language":"greek","number_value":5141,"lemma":"τρέμω","transliteration":"trémō","pronunciation":null,"derivation":"strengthened from a primary (to \"dread\", \"terrify\");","strongs_definition":"to \"tremble\" or fear","kjv_definition":"be afraid, trembling"} +{"id":"G5142","strongs_number":"G5142","system":"greek","language":"greek","number_value":5142,"lemma":"τρέφω","transliteration":"tréphō","pronunciation":null,"derivation":"a primary verb (properly, ;","strongs_definition":"but perhaps strengthened from the base of G5157 (τροπή) through the idea of convolution); properly, to stiffen, i.e. fatten (by implication, to cherish (with food, etc.), pamper, rear)","kjv_definition":"bring up, feed, nourish"} +{"id":"G5143","strongs_number":"G5143","system":"greek","language":"greek","number_value":5143,"lemma":"τρέχω","transliteration":"tréchō","pronunciation":null,"derivation":"apparently a primary verb (properly, ;","strongs_definition":"compare G2359 (θρίξ)); which uses (the base of G1408 (δρόμος)) as alternate in certain tenses; to run or walk hastily (literally or figuratively)","kjv_definition":"have course, run"} +{"id":"G5144","strongs_number":"G5144","system":"greek","language":"greek","number_value":5144,"lemma":"τριάκοντα","transliteration":"triákonta","pronunciation":null,"derivation":"the decade of G5140 (τρεῖς);","strongs_definition":"thirty","kjv_definition":"thirty"} +{"id":"G5145","strongs_number":"G5145","system":"greek","language":"greek","number_value":5145,"lemma":"τριακόσιοι","transliteration":"triakósioi","pronunciation":null,"derivation":"plural from G5140 (τρεῖς) and G1540 (ἑκατόν);","strongs_definition":"three hundred","kjv_definition":"three hundred"} +{"id":"G5146","strongs_number":"G5146","system":"greek","language":"greek","number_value":5146,"lemma":"τρίβολος","transliteration":"tríbolos","pronunciation":null,"derivation":"from G5140 (τρεῖς) and G956 (βέλος);","strongs_definition":"properly, a crow-foot (three-pronged obstruction in war), i.e. (by analogy) a thorny plant (caltrop)","kjv_definition":"brier, thistle"} +{"id":"G5147","strongs_number":"G5147","system":"greek","language":"greek","number_value":5147,"lemma":"τρίβος","transliteration":"tríbos","pronunciation":null,"derivation":"from (to \"rub\";","strongs_definition":"akin to , , and the base of G5131 (τράγος), G5134 (τραῦμα)); a rut or worn track","kjv_definition":"path"} +{"id":"G5148","strongs_number":"G5148","system":"greek","language":"greek","number_value":5148,"lemma":"τριετία","transliteration":"trietía","pronunciation":null,"derivation":"from a compound of G5140 (τρεῖς) and G2094 (ἔτος);","strongs_definition":"a three years' period (triennium)","kjv_definition":"space of three years"} +{"id":"G5149","strongs_number":"G5149","system":"greek","language":"greek","number_value":5149,"lemma":"τρίζω","transliteration":"trízō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to creak (squeak), i.e. (by analogy) to grate the teeth (in frenzy)","kjv_definition":"gnash"} +{"id":"G5150","strongs_number":"G5150","system":"greek","language":"greek","number_value":5150,"lemma":"τρίμηνον","transliteration":"trímēnon","pronunciation":null,"derivation":"neuter of a compound of G5140 (τρεῖς) and G3376 (μήν) as noun;","strongs_definition":"a three months' space","kjv_definition":"three months"} +{"id":"G5151","strongs_number":"G5151","system":"greek","language":"greek","number_value":5151,"lemma":"τρίς","transliteration":"trís","pronunciation":null,"derivation":"adverb from G5140 (τρεῖς);","strongs_definition":"three times","kjv_definition":"three times, thrice"} +{"id":"G5152","strongs_number":"G5152","system":"greek","language":"greek","number_value":5152,"lemma":"τρίστεγον","transliteration":"trístegon","pronunciation":null,"derivation":"neuter of a compound of G5140 (τρεῖς) and G4721 (στέγη) as noun;","strongs_definition":"a third roof (story)","kjv_definition":"third loft"} +{"id":"G5153","strongs_number":"G5153","system":"greek","language":"greek","number_value":5153,"lemma":"τρισχίλιοι","transliteration":"trischílioi","pronunciation":null,"derivation":"from G5151 (τρίς) and G5507 (χίλιοι);","strongs_definition":"three times a thousand","kjv_definition":"three thousand"} +{"id":"G5154","strongs_number":"G5154","system":"greek","language":"greek","number_value":5154,"lemma":"τρίτος","transliteration":"trítos","pronunciation":null,"derivation":"ordinal from G5140 (τρεῖς);","strongs_definition":"third; neuter (as noun) a third part, or (as adverb) a (or the) third time, thirdly","kjv_definition":"third(-ly)"} +{"id":"G5155","strongs_number":"G5155","system":"greek","language":"greek","number_value":5155,"lemma":"τρίχινος","transliteration":"tríchinos","pronunciation":null,"derivation":"from G2359 (θρίξ);","strongs_definition":"hairy, i.e. made of hair (mohair)","kjv_definition":"of hair"} +{"id":"G5156","strongs_number":"G5156","system":"greek","language":"greek","number_value":5156,"lemma":"τρόμος","transliteration":"trómos","pronunciation":null,"derivation":"from G5141 (τρέμω);","strongs_definition":"a \"trembling\", i.e. quaking with fear","kjv_definition":"+ tremble(-ing)"} +{"id":"G5157","strongs_number":"G5157","system":"greek","language":"greek","number_value":5157,"lemma":"τροπή","transliteration":"tropḗ","pronunciation":null,"derivation":"from an apparently primary to turn;","strongs_definition":"a turn (\"trope\"), i.e. revolution (figuratively, variation)","kjv_definition":"turning"} +{"id":"G5158","strongs_number":"G5158","system":"greek","language":"greek","number_value":5158,"lemma":"τρόπος","transliteration":"trópos","pronunciation":null,"derivation":"from the same as G5157 (τροπή);","strongs_definition":"a turn, i.e. (by implication) mode or style (especially with preposition or relative prefix as adverb, like); figuratively, deportment or character","kjv_definition":"(even) as, conversation, (+ like) manner, (+ by any) means, way"} +{"id":"G5159","strongs_number":"G5159","system":"greek","language":"greek","number_value":5159,"lemma":"τροποφορέω","transliteration":"tropophoréō","pronunciation":null,"derivation":"from G5158 (τρόπος) and G5409 (φορέω);","strongs_definition":"to endure one's habits","kjv_definition":"suffer the manners"} +{"id":"G5160","strongs_number":"G5160","system":"greek","language":"greek","number_value":5160,"lemma":"τροφή","transliteration":"trophḗ","pronunciation":null,"derivation":"from G5142 (τρέφω);","strongs_definition":"nourishment (literally or figuratively); by implication, rations (wages)","kjv_definition":"food, meat"} +{"id":"G5161","strongs_number":"G5161","system":"greek","language":"greek","number_value":5161,"lemma":"Τρόφιμος","transliteration":"Tróphimos","pronunciation":null,"derivation":"from G5160 (τροφή);","strongs_definition":"nutritive; Trophimus, a Christian","kjv_definition":"Trophimus"} +{"id":"G5162","strongs_number":"G5162","system":"greek","language":"greek","number_value":5162,"lemma":"τροφός","transliteration":"trophós","pronunciation":null,"derivation":"from G5142 (τρέφω);","strongs_definition":"a nourisher, i.e. nurse","kjv_definition":"nurse"} +{"id":"G5163","strongs_number":"G5163","system":"greek","language":"greek","number_value":5163,"lemma":"τροχιά","transliteration":"trochiá","pronunciation":null,"derivation":"from G5164 (τροχός);","strongs_definition":"a track (as a wheel-rut), i.e. (figuratively) a course of conduct","kjv_definition":"path"} +{"id":"G5164","strongs_number":"G5164","system":"greek","language":"greek","number_value":5164,"lemma":"τροχός","transliteration":"trochós","pronunciation":null,"derivation":"from G5143 (τρέχω);","strongs_definition":"a wheel (as a runner), i.e. (figuratively) a circuit of physical effects","kjv_definition":"course"} +{"id":"G5165","strongs_number":"G5165","system":"greek","language":"greek","number_value":5165,"lemma":"τρύβλιον","transliteration":"trýblion","pronunciation":null,"derivation":"neuter of a presumed derivative of uncertain affinity;","strongs_definition":"a bowl","kjv_definition":"dish"} +{"id":"G5166","strongs_number":"G5166","system":"greek","language":"greek","number_value":5166,"lemma":"τρυγάω","transliteration":"trygáō","pronunciation":null,"derivation":"from a derivative of (to dry) meaning ripe fruit (as if dry);","strongs_definition":"to collect the vintage","kjv_definition":"gather"} +{"id":"G5167","strongs_number":"G5167","system":"greek","language":"greek","number_value":5167,"lemma":"τρυγών","transliteration":"trygṓn","pronunciation":null,"derivation":"from (to murmur;","strongs_definition":"akin to G5149 (τρίζω), but denoting a duller sound); a turtle-dove (as cooing)","kjv_definition":"turtle-dove"} +{"id":"G5168","strongs_number":"G5168","system":"greek","language":"greek","number_value":5168,"lemma":"τρυμαλιά","transliteration":"trymaliá","pronunciation":null,"derivation":"from a derivative of (to wear away;","strongs_definition":"akin to the base of G5134 (τραῦμα), G5147 (τρίβος) and G5176 (τρώγω)); an orifice, i.e. needle's eye","kjv_definition":"eye"} +{"id":"G5169","strongs_number":"G5169","system":"greek","language":"greek","number_value":5169,"lemma":"τρύπημα","transliteration":"trýpēma","pronunciation":null,"derivation":"from a derivative of the base of G5168 (τρυμαλιά);","strongs_definition":"an aperture, i.e. a needle's eye","kjv_definition":"eye"} +{"id":"G5170","strongs_number":"G5170","system":"greek","language":"greek","number_value":5170,"lemma":"Τρύφαινα","transliteration":"Trýphaina","pronunciation":null,"derivation":"from G5172 (τρυφή);","strongs_definition":"luxurious; Tryphæna, a Christian woman","kjv_definition":"Tryphena"} +{"id":"G5171","strongs_number":"G5171","system":"greek","language":"greek","number_value":5171,"lemma":"τρυφάω","transliteration":"trypháō","pronunciation":null,"derivation":"from G5172 (τρυφή);","strongs_definition":"to indulge in luxury","kjv_definition":"live in pleasure"} +{"id":"G5172","strongs_number":"G5172","system":"greek","language":"greek","number_value":5172,"lemma":"τρυφή","transliteration":"tryphḗ","pronunciation":null,"derivation":"from (to break up or (figuratively) enfeeble, especially the mind and body by indulgence);","strongs_definition":"effeminacy, i.e. luxury or debauchery","kjv_definition":"delicately, riot"} +{"id":"G5173","strongs_number":"G5173","system":"greek","language":"greek","number_value":5173,"lemma":"Τρυφῶσα","transliteration":"Tryphōsa","pronunciation":null,"derivation":"from G5172 (τρυφή);","strongs_definition":"luxuriating; Tryphosa, a Christian female","kjv_definition":"Tryphosa"} +{"id":"G5174","strongs_number":"G5174","system":"greek","language":"greek","number_value":5174,"lemma":"Τρωάς","transliteration":"Trōás","pronunciation":null,"derivation":"from (a Trojan);","strongs_definition":"the Troad (or plain of Troy), i.e. Troas, a place in Asia Minor","kjv_definition":"Troas"} +{"id":"G5175","strongs_number":"G5175","system":"greek","language":"greek","number_value":5175,"lemma":"Τρωγύλλιον","transliteration":"Trōgýllion","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Trogyllium, a place in Asia Minor","kjv_definition":"Trogyllium"} +{"id":"G5176","strongs_number":"G5176","system":"greek","language":"greek","number_value":5176,"lemma":"τρώγω","transliteration":"trṓgō","pronunciation":null,"derivation":"probably strengthened from a collateral form of the base of G5134 (τραῦμα) and G5147 (τρίβος) through the idea of corrosion or wear;","strongs_definition":"or perhaps rather of a base of G5167 (τρυγών) and G5149 (τρίζω) through the idea of a craunching sound; to gnaw or chew, i.e. (generally) to eat","kjv_definition":"eat"} +{"id":"G5177","strongs_number":"G5177","system":"greek","language":"greek","number_value":5177,"lemma":"τυγχάνω","transliteration":"tynchánō","pronunciation":null,"derivation":"probably for an obsolete (for which the middle voice of another alternate (to make ready or bring to pass) is used in certain tenses;","strongs_definition":"akin to the base of G5088 (τίκτω) through the idea of effecting; properly, to affect; or (specially), to hit or light upon (as a mark to be reached), i.e. (transitively) to attain or secure an object or end, or (intransitively) to happen (as if meeting with); but in the latter application only impersonal (with G1487 (εἰ)), i.e. perchance; or (present participle) as adjective, usual (as if commonly met with, with G3756 (οὐ), extraordinary), neuter (as adverb) perhaps; or (with another verb) as adverb, by accident (as it were)","kjv_definition":"be, chance, enjoy, little, obtain, X refresh…self, + special"} +{"id":"G5178","strongs_number":"G5178","system":"greek","language":"greek","number_value":5178,"lemma":"τυμπανίζω","transliteration":"tympanízō","pronunciation":null,"derivation":"from a derivative of G5180 (τύπτω) (meaning a drum, \"tympanum\");","strongs_definition":"to stretch on an instrument of torture resembling a drum, and thus beat to death","kjv_definition":"torture"} +{"id":"G5179","strongs_number":"G5179","system":"greek","language":"greek","number_value":5179,"lemma":"τύπος","transliteration":"týpos","pronunciation":null,"derivation":"from G5180 (τύπτω);","strongs_definition":"a die (as struck), i.e. (by implication) a stamp or scar; by analogy, a shape, i.e. a statue, (figuratively) style or resemblance; specially, a sampler (\"type\"), i.e. a model (for imitation) or instance (for warning)","kjv_definition":"en-(ex-)ample, fashion, figure, form, manner, pattern, print"} +{"id":"G5180","strongs_number":"G5180","system":"greek","language":"greek","number_value":5180,"lemma":"τύπτω","transliteration":"týptō","pronunciation":null,"derivation":"a primary verb (in a strengthened form);","strongs_definition":"to \"thump\", i.e. cudgel or pummel (properly, with a stick or bastinado), but in any case by repeated blows; thus differing from G3817 (παίω) and G3960 (πατάσσω), which denote a (usually single) blow with the hand or any instrument, or G4141 (πλήσσω) with the fist (or a hammer), or G4474 (ῥαπίζω) with the palm; as well as from G5177 (τυγχάνω), an accidental collision); by implication, to punish; figuratively, to offend (the conscience)","kjv_definition":"beat, smite, strike, wound"} +{"id":"G5181","strongs_number":"G5181","system":"greek","language":"greek","number_value":5181,"lemma":"Τύραννος","transliteration":"Týrannos","pronunciation":null,"derivation":"a provincial form of the derivative of the base of G2962 (κύριος);","strongs_definition":"a \"tyrant\"; Tyrannus, an Ephesian","kjv_definition":"Tyrannus"} +{"id":"G5182","strongs_number":"G5182","system":"greek","language":"greek","number_value":5182,"lemma":"τυρβάζω","transliteration":"tyrbázō","pronunciation":null,"derivation":"from (Latin turba, a crowd;","strongs_definition":"akin to G2351 (θόρυβος)); to make \"turbid\", i.e. disturb","kjv_definition":"trouble"} +{"id":"G5183","strongs_number":"G5183","system":"greek","language":"greek","number_value":5183,"lemma":"Τύριος","transliteration":"Týrios","pronunciation":null,"derivation":"from G5184 (Τύρος);","strongs_definition":"a Tyrian, i.e. inhabitant of Tyrus","kjv_definition":"of Tyre"} +{"id":"G5184","strongs_number":"G5184","system":"greek","language":"greek","number_value":5184,"lemma":"Τύρος","transliteration":"Týros","pronunciation":null,"derivation":"of Hebrew origin (H06865): Tyrus (i.e. Tsor), a place in Palestine","strongs_definition":null,"kjv_definition":"Tyre"} +{"id":"G5185","strongs_number":"G5185","system":"greek","language":"greek","number_value":5185,"lemma":"τυφλός","transliteration":"typhlós","pronunciation":null,"derivation":"from, G5187 (τυφόω);","strongs_definition":"opaque (as if smoky), i.e. (by analogy) blind (physically or mentally)","kjv_definition":"blind"} +{"id":"G5186","strongs_number":"G5186","system":"greek","language":"greek","number_value":5186,"lemma":"τυφλόω","transliteration":"typhlóō","pronunciation":null,"derivation":"from G5185 (τυφλός);","strongs_definition":"to make blind, i.e. (figuratively) to obscure","kjv_definition":"blind"} +{"id":"G5187","strongs_number":"G5187","system":"greek","language":"greek","number_value":5187,"lemma":"τυφόω","transliteration":"typhóō","pronunciation":null,"derivation":"from a derivative of G5188 (τύφω);","strongs_definition":"to envelop with smoke, i.e. (figuratively) to inflate with self-conceit","kjv_definition":"high-minded, be lifted up with pride, be proud"} +{"id":"G5188","strongs_number":"G5188","system":"greek","language":"greek","number_value":5188,"lemma":"τύφω","transliteration":"týphō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to make a smoke, i.e. slowly consume without flame","kjv_definition":"smoke"} +{"id":"G5189","strongs_number":"G5189","system":"greek","language":"greek","number_value":5189,"lemma":"τυφωνικός","transliteration":"typhōnikós","pronunciation":null,"derivation":"from a derivative of G5188 (τύφω);","strongs_definition":"stormy (as if smoky)","kjv_definition":"tempestuous"} +{"id":"G5190","strongs_number":"G5190","system":"greek","language":"greek","number_value":5190,"lemma":"Τυχικός","transliteration":"Tychikós","pronunciation":null,"derivation":"from a derivative of G5177 (τυγχάνω);","strongs_definition":"fortuitous, i.e. fortunate; Tychicus, a Christian","kjv_definition":"Tychicus"} +{"id":"G5191","strongs_number":"G5191","system":"greek","language":"greek","number_value":5191,"lemma":"ὑακίνθινος","transliteration":"hyakínthinos","pronunciation":null,"derivation":"from G5192 (ὑάκινθος);","strongs_definition":"\"hyacinthine\" or \"jacinthine\", i.e. deep blue","kjv_definition":"jacinth"} +{"id":"G5192","strongs_number":"G5192","system":"greek","language":"greek","number_value":5192,"lemma":"ὑάκινθος","transliteration":"hyákinthos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"the \"hyacinth\" or \"jacinth\", i.e. some gem of a deep blue color, probably the zirkon","kjv_definition":"jacinth"} +{"id":"G5193","strongs_number":"G5193","system":"greek","language":"greek","number_value":5193,"lemma":"ὑάλινος","transliteration":"hyálinos","pronunciation":null,"derivation":"from G5194 (ὕαλος);","strongs_definition":"glassy, i.e. transparent","kjv_definition":"of glass"} +{"id":"G5194","strongs_number":"G5194","system":"greek","language":"greek","number_value":5194,"lemma":"ὕαλος","transliteration":"hýalos","pronunciation":null,"derivation":"perhaps from the same as G5205 (ὑετός) (as being transparent like rain);","strongs_definition":"glass","kjv_definition":"glass"} +{"id":"G5195","strongs_number":"G5195","system":"greek","language":"greek","number_value":5195,"lemma":"ὑβρίζω","transliteration":"hybrízō","pronunciation":null,"derivation":"from G5196 (ὕβρις);","strongs_definition":"to exercise violence, i.e. abuse","kjv_definition":"use despitefully, reproach, entreat shamefully (spitefully)"} +{"id":"G5196","strongs_number":"G5196","system":"greek","language":"greek","number_value":5196,"lemma":"ὕβρις","transliteration":"hýbris","pronunciation":null,"derivation":"from G5228 (ὑπέρ);","strongs_definition":"insolence (as over-bearing), i.e. insult, injury","kjv_definition":"harm, hurt, reproach"} +{"id":"G5197","strongs_number":"G5197","system":"greek","language":"greek","number_value":5197,"lemma":"ὑβριστής","transliteration":"hybristḗs","pronunciation":null,"derivation":"from G5195 (ὑβρίζω);","strongs_definition":"an insulter, i.e. maltreater","kjv_definition":"despiteful, injurious"} +{"id":"G5198","strongs_number":"G5198","system":"greek","language":"greek","number_value":5198,"lemma":"ὑγιαίνω","transliteration":"hygiaínō","pronunciation":null,"derivation":"from G5199 (ὑγιής);","strongs_definition":"to have sound health, i.e. be well (in body); figuratively, to be uncorrupt (true in doctrine)","kjv_definition":"be in health, (be safe and) sound, (be) whole(-some)"} +{"id":"G5199","strongs_number":"G5199","system":"greek","language":"greek","number_value":5199,"lemma":"ὑγιής","transliteration":"hygiḗs","pronunciation":null,"derivation":"from the base of G837 (αὐξάνω);","strongs_definition":"healthy, i.e. well (in body); figuratively, true (in doctrine)","kjv_definition":"sound, whole"} +{"id":"G5200","strongs_number":"G5200","system":"greek","language":"greek","number_value":5200,"lemma":"ὑγρός","transliteration":"hygrós","pronunciation":null,"derivation":"from the base of G5205 (ὑετός);","strongs_definition":"wet (as if with rain), i.e. (by implication) sappy (fresh)","kjv_definition":"green"} +{"id":"G5201","strongs_number":"G5201","system":"greek","language":"greek","number_value":5201,"lemma":"ὑδρία","transliteration":"hydría","pronunciation":null,"derivation":"from G5204 (ὕδωρ);","strongs_definition":"a water-jar, i.e. receptacle for family supply","kjv_definition":"water-pot"} +{"id":"G5202","strongs_number":"G5202","system":"greek","language":"greek","number_value":5202,"lemma":"ὑδροποτέω","transliteration":"hydropotéō","pronunciation":null,"derivation":"from a compound of G5204 (ὕδωρ) and a derivative of G4095 (πίνω);","strongs_definition":"to be a water-drinker, i.e. to abstain from vinous beverages","kjv_definition":"drink water"} +{"id":"G5203","strongs_number":"G5203","system":"greek","language":"greek","number_value":5203,"lemma":"ὑδρωπικός","transliteration":"hydrōpikós","pronunciation":null,"derivation":"from a compound of G5204 (ὕδωρ) and a derivative of G3700 (ὀπτάνομαι) (as if looking watery);","strongs_definition":"to be \"dropsical\"","kjv_definition":"have the dropsy"} +{"id":"G5204","strongs_number":"G5204","system":"greek","language":"greek","number_value":5204,"lemma":"ὕδωρ","transliteration":"hýdōr","pronunciation":null,"derivation":"from the base of G5205 (ὑετός);","strongs_definition":"water (as if rainy) literally or figuratively","kjv_definition":"water"} +{"id":"G5205","strongs_number":"G5205","system":"greek","language":"greek","number_value":5205,"lemma":"ὑετός","transliteration":"hyetós","pronunciation":null,"derivation":"from a primary (to rain);","strongs_definition":"rain, especially a shower","kjv_definition":"rain"} +{"id":"G5206","strongs_number":"G5206","system":"greek","language":"greek","number_value":5206,"lemma":"υἱοθεσία","transliteration":"huiothesía","pronunciation":null,"derivation":"from a presumed compound of G5207 (υἱός) and a derivative of G5087 (τίθημι);","strongs_definition":"the placing as a son, i.e. adoption (figuratively, Christian sonship in respect to God)","kjv_definition":"adoption (of children, of sons)"} +{"id":"G5207","strongs_number":"G5207","system":"greek","language":"greek","number_value":5207,"lemma":"υἱός","transliteration":"huiós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a \"son\" (sometimes of animals), used very widely of immediate, remote or figuratively, kinship","kjv_definition":"child, foal, son"} +{"id":"G5208","strongs_number":"G5208","system":"greek","language":"greek","number_value":5208,"lemma":"ὕλη","transliteration":"hýlē","pronunciation":null,"derivation":"perhaps akin to G3586 (ξύλον);","strongs_definition":"a forest, i.e. (by implication) fuel","kjv_definition":"matter"} +{"id":"G5209","strongs_number":"G5209","system":"greek","language":"greek","number_value":5209,"lemma":"ὑμᾶς","transliteration":"hymâs","pronunciation":null,"derivation":"accusative case of G5210 (ὑμεῖς);","strongs_definition":"you (as the objective of a verb or preposition)","kjv_definition":"ye, you (+ -ward), your (+ own)"} +{"id":"G5210","strongs_number":"G5210","system":"greek","language":"greek","number_value":5210,"lemma":"ὑμεῖς","transliteration":"hymeîs","pronunciation":null,"derivation":"irregular plural of G4771 (σύ);","strongs_definition":"you (as subjective of verb)","kjv_definition":"ye (yourselves), you"} +{"id":"G5211","strongs_number":"G5211","system":"greek","language":"greek","number_value":5211,"lemma":"Ὑμεναῖος","transliteration":"Hymenaîos","pronunciation":null,"derivation":"from (the god of weddings);","strongs_definition":"\"hymenæal\"; Hymenæus, an opponent of Christianity","kjv_definition":"Hymenæus"} +{"id":"G5212","strongs_number":"G5212","system":"greek","language":"greek","number_value":5212,"lemma":"ὑμέτερος","transliteration":"hyméteros","pronunciation":null,"derivation":"from G5210 (ὑμεῖς);","strongs_definition":"yours, i.e. pertaining to you","kjv_definition":"your (own)"} +{"id":"G5213","strongs_number":"G5213","system":"greek","language":"greek","number_value":5213,"lemma":"ὑμῖν","transliteration":"hymîn","pronunciation":null,"derivation":"irregular dative case of G5210 (ὑμεῖς);","strongs_definition":"to (with or by) you","kjv_definition":"ye, you, your(-selves)"} +{"id":"G5214","strongs_number":"G5214","system":"greek","language":"greek","number_value":5214,"lemma":"ὑμνέω","transliteration":"hymnéō","pronunciation":null,"derivation":"from G5215 (ὕμνος);","strongs_definition":"to hymn, i.e. sing a religious ode; by implication, to celebrate (God) in song","kjv_definition":"sing a hymn (praise unto)"} +{"id":"G5215","strongs_number":"G5215","system":"greek","language":"greek","number_value":5215,"lemma":"ὕμνος","transliteration":"hýmnos","pronunciation":null,"derivation":"apparently from a simpler (obsolete) form of (to celebrate;","strongs_definition":"probably akin to G103 (ᾄδω); compare H05667); a \"hymn\" or religious ode (one of the Psalms)","kjv_definition":"hymn"} +{"id":"G5216","strongs_number":"G5216","system":"greek","language":"greek","number_value":5216,"lemma":"ὑμῶν","transliteration":"hymōn","pronunciation":null,"derivation":"genitive case of G5210 (ὑμεῖς);","strongs_definition":"of (from or concerning) you","kjv_definition":"ye, you, your (own, -selves)"} +{"id":"G5217","strongs_number":"G5217","system":"greek","language":"greek","number_value":5217,"lemma":"ὑπάγω","transliteration":"hypágō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G71 (ἄγω);","strongs_definition":"to lead (oneself) under, i.e. withdraw or retire (as if sinking out of sight), literally or figuratively","kjv_definition":"depart, get hence, go (a-)way"} +{"id":"G5218","strongs_number":"G5218","system":"greek","language":"greek","number_value":5218,"lemma":"ὑπακοή","transliteration":"hypakoḗ","pronunciation":null,"derivation":"from G5219 (ὑπακούω);","strongs_definition":"attentive hearkening, i.e. (by implication) compliance or submission","kjv_definition":"obedience, (make) obedient, obey(-ing)"} +{"id":"G5219","strongs_number":"G5219","system":"greek","language":"greek","number_value":5219,"lemma":"ὑπακούω","transliteration":"hypakoúō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G191 (ἀκούω);","strongs_definition":"to hear under (as a subordinate), i.e. to listen attentively; by implication, to heed or conform to a command or authority","kjv_definition":"hearken, be obedient to, obey"} +{"id":"G5220","strongs_number":"G5220","system":"greek","language":"greek","number_value":5220,"lemma":"ὕπανδρος","transliteration":"hýpandros","pronunciation":null,"derivation":"from G5259 (ὑπό) and G435 (ἀνήρ);","strongs_definition":"in subjection under a man, i.e. a married woman","kjv_definition":"which hath an husband"} +{"id":"G5221","strongs_number":"G5221","system":"greek","language":"greek","number_value":5221,"lemma":"ὑπαντάω","transliteration":"hypantáō","pronunciation":null,"derivation":"from G5259 (ὑπό) and a derivative of G473 (ἀντί);","strongs_definition":"to go opposite (meet) under (quietly), i.e. to encounter, fall in with","kjv_definition":"(go to) meet"} +{"id":"G5222","strongs_number":"G5222","system":"greek","language":"greek","number_value":5222,"lemma":"ὑπάντησις","transliteration":"hypántēsis","pronunciation":null,"derivation":"from G5221 (ὑπαντάω);","strongs_definition":"an encounter or concurrence (with G1519 (εἰς) for infinitive, in order to fall in with)","kjv_definition":"meeting"} +{"id":"G5223","strongs_number":"G5223","system":"greek","language":"greek","number_value":5223,"lemma":"ὕπαρξις","transliteration":"hýparxis","pronunciation":null,"derivation":"from G5225 (ὑπάρχω);","strongs_definition":"existency or proprietorship, i.e. (concretely) property, wealth","kjv_definition":"goods, substance"} +{"id":"G5224","strongs_number":"G5224","system":"greek","language":"greek","number_value":5224,"lemma":"ὑπάρχοντα","transliteration":"hypárchonta","pronunciation":null,"derivation":"neuter plural of present participle active of G5225 (ὑπάρχω) as noun;","strongs_definition":"things extant or in hand, i.e. property or possessions","kjv_definition":"goods, that which one has, things which (one) possesseth, substance, that hast"} +{"id":"G5225","strongs_number":"G5225","system":"greek","language":"greek","number_value":5225,"lemma":"ὑπάρχω","transliteration":"hypárchō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G756 (ἄρχομαι);","strongs_definition":"to begin under (quietly), i.e. come into existence (be present or at hand); expletively, to exist (as copula or subordinate to an adjective, participle, adverb or preposition, or as an auxiliary to a principal (verb)","kjv_definition":"after, behave, live"} +{"id":"G5226","strongs_number":"G5226","system":"greek","language":"greek","number_value":5226,"lemma":"ὑπείκω","transliteration":"hypeíkō","pronunciation":null,"derivation":"from G5259 (ὑπό) and (to yield, be \"weak\");","strongs_definition":"to surrender","kjv_definition":"submit self"} +{"id":"G5227","strongs_number":"G5227","system":"greek","language":"greek","number_value":5227,"lemma":"ὑπεναντίος","transliteration":"hypenantíos","pronunciation":null,"derivation":"from G5259 (ὑπό) and G1727 (ἐναντίος);","strongs_definition":"under (covertly) contrary to, i.e. opposed or (as noun) an opponent","kjv_definition":"adversary, against"} +{"id":"G5228","strongs_number":"G5228","system":"greek","language":"greek","number_value":5228,"lemma":"ὑπέρ","transliteration":"hypér","pronunciation":null,"derivation":"a primary preposition;","strongs_definition":"\"over\", i.e. (with the genitive case) of place, above, beyond, across, or causal, for the sake of, instead, regarding; with the accusative case superior to, more than","kjv_definition":"(+ exceeding, abundantly) above, in (on) behalf of, beyond, by, + very chiefest, concerning, exceeding (above, -ly), for, + very highly, more (than), of, over, on the part of, for sake of, in stead, than, to(-ward), very"} +{"id":"G5229","strongs_number":"G5229","system":"greek","language":"greek","number_value":5229,"lemma":"ὑπεραίρομαι","transliteration":"hyperaíromai","pronunciation":null,"derivation":"middle voice from G5228 (ὑπέρ) and G142 (αἴρω);","strongs_definition":"to raise oneself over, i.e. (figuratively) to become haughty","kjv_definition":"exalt self, be exalted above measure"} +{"id":"G5230","strongs_number":"G5230","system":"greek","language":"greek","number_value":5230,"lemma":"ὑπέρακμος","transliteration":"hypérakmos","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and the base of G188 (ἀκμήν);","strongs_definition":"beyond the \"acme\", i.e. figuratively (of a daughter) past the bloom (prime) of youth","kjv_definition":"+ pass the flower of (her) age"} +{"id":"G5231","strongs_number":"G5231","system":"greek","language":"greek","number_value":5231,"lemma":"ὑπεράνω","transliteration":"hyperánō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G507 (ἄνω);","strongs_definition":"above upward, i.e. greatly higher (in place or rank)","kjv_definition":"far above, over"} +{"id":"G5232","strongs_number":"G5232","system":"greek","language":"greek","number_value":5232,"lemma":"ὑπεραυξάνω","transliteration":"hyperauxánō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G837 (αὐξάνω);","strongs_definition":"to increase above ordinary degree","kjv_definition":"grow exceedingly"} +{"id":"G5233","strongs_number":"G5233","system":"greek","language":"greek","number_value":5233,"lemma":"ὑπερβαίνω","transliteration":"hyperbaínō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and the base of G939 (βάσις);","strongs_definition":"to transcend, i.e. (figuratively) to overreach","kjv_definition":"go beyond"} +{"id":"G5234","strongs_number":"G5234","system":"greek","language":"greek","number_value":5234,"lemma":"ὑπερβαλλόντως","transliteration":"hyperballóntōs","pronunciation":null,"derivation":"adverb from present participle active of G5235 (ὑπερβάλλω);","strongs_definition":"excessively","kjv_definition":"beyond measure"} +{"id":"G5235","strongs_number":"G5235","system":"greek","language":"greek","number_value":5235,"lemma":"ὑπερβάλλω","transliteration":"hyperbállō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G906 (βάλλω);","strongs_definition":"to throw beyod the usual mark, i.e. (figuratively) to surpass (only active participle supereminent)","kjv_definition":"exceeding, excel, pass"} +{"id":"G5236","strongs_number":"G5236","system":"greek","language":"greek","number_value":5236,"lemma":"ὑπερβολή","transliteration":"hyperbolḗ","pronunciation":null,"derivation":"from G5235 (ὑπερβάλλω);","strongs_definition":"a throwing beyond others, i.e. (figuratively) supereminence; adverbially (with G1519 (εἰς) or G2596 (κατά)) pre- eminently","kjv_definition":"abundance, (far more) exceeding, excellency, more excellent, beyond (out of) measure"} +{"id":"G5237","strongs_number":"G5237","system":"greek","language":"greek","number_value":5237,"lemma":"ὑπερείδω","transliteration":"hypereídō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G1492 (εἴδω);","strongs_definition":"to overlook, i.e. not punish","kjv_definition":"wink at"} +{"id":"G5238","strongs_number":"G5238","system":"greek","language":"greek","number_value":5238,"lemma":"ὑπερέκεινα","transliteration":"hyperékeina","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and the neuter plural of G1565 (ἐκεῖνος);","strongs_definition":"above those parts, i.e. still farther","kjv_definition":"beyond"} +{"id":"G5239","strongs_number":"G5239","system":"greek","language":"greek","number_value":5239,"lemma":"ὑπερεκτείνω","transliteration":"hyperekteínō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G1614 (ἐκτείνω);","strongs_definition":"to extend inordinately","kjv_definition":"stretch beyond"} +{"id":"G5240","strongs_number":"G5240","system":"greek","language":"greek","number_value":5240,"lemma":"ὑπερεκχύνω","transliteration":"hyperekchýnō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and the alternate form of G1632 (ἐκχέω);","strongs_definition":"to pour out over, i.e. (passively) to overflow","kjv_definition":"run over"} +{"id":"G5241","strongs_number":"G5241","system":"greek","language":"greek","number_value":5241,"lemma":"ὑπερεντυγχάνω","transliteration":"hyperentynchánō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G1793 (ἐντυγχάνω);","strongs_definition":"to intercede in behalf of","kjv_definition":"make intercession for"} +{"id":"G5242","strongs_number":"G5242","system":"greek","language":"greek","number_value":5242,"lemma":"ὑπερέχω","transliteration":"hyperéchō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G2192 (ἔχω);","strongs_definition":"to hold oneself above, i.e. (figuratively) to excel; participle (as adjective, or neuter as noun) superior, superiority","kjv_definition":"better, excellency, higher, pass, supreme"} +{"id":"G5243","strongs_number":"G5243","system":"greek","language":"greek","number_value":5243,"lemma":"ὑπερηφανία","transliteration":"hyperēphanía","pronunciation":null,"derivation":"from G5244 (ὑπερήφανος);","strongs_definition":"haughtiness","kjv_definition":"pride"} +{"id":"G5244","strongs_number":"G5244","system":"greek","language":"greek","number_value":5244,"lemma":"ὑπερήφανος","transliteration":"hyperḗphanos","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G5316 (φαίνω);","strongs_definition":"appearing above others (conspicuous), i.e. (figuratively) haughty","kjv_definition":"proud"} +{"id":"G5245","strongs_number":"G5245","system":"greek","language":"greek","number_value":5245,"lemma":"ὑπερνικάω","transliteration":"hypernikáō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G3528 (νικάω);","strongs_definition":"to vanquish beyond, i.e. gain a decisive victory","kjv_definition":"more than conquer"} +{"id":"G5246","strongs_number":"G5246","system":"greek","language":"greek","number_value":5246,"lemma":"ὑπέρογκος","transliteration":"hypéronkos","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G3591 (ὄγκος);","strongs_definition":"bulging over, i.e. (figuratively) insolent","kjv_definition":"great swelling"} +{"id":"G5247","strongs_number":"G5247","system":"greek","language":"greek","number_value":5247,"lemma":"ὑπεροχή","transliteration":"hyperochḗ","pronunciation":null,"derivation":"from G5242 (ὑπερέχω);","strongs_definition":"prominence, i.e. (figuratively) superiority (in rank or character)","kjv_definition":"authority, excellency"} +{"id":"G5248","strongs_number":"G5248","system":"greek","language":"greek","number_value":5248,"lemma":"ὑπερπερισσεύω","transliteration":"hyperperisseúō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G4052 (περισσεύω);","strongs_definition":"to super-abound","kjv_definition":"abound much more, exceeding"} +{"id":"G5249","strongs_number":"G5249","system":"greek","language":"greek","number_value":5249,"lemma":"ὑπερπερισσῶς","transliteration":"hyperperissōs","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G4057 (περισσῶς);","strongs_definition":"superabundantly, i.e. exceedingly","kjv_definition":"beyond measure"} +{"id":"G5250","strongs_number":"G5250","system":"greek","language":"greek","number_value":5250,"lemma":"ὑπερπλεονάζω","transliteration":"hyperpleonázō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G4121 (πλεονάζω);","strongs_definition":"to superabound","kjv_definition":"be exceeding abundant"} +{"id":"G5251","strongs_number":"G5251","system":"greek","language":"greek","number_value":5251,"lemma":"ὑπερυψόω","transliteration":"hyperypsóō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G5312 (ὑψόω);","strongs_definition":"to elevate above others, i.e. raise to the highest position","kjv_definition":"highly exalt"} +{"id":"G5252","strongs_number":"G5252","system":"greek","language":"greek","number_value":5252,"lemma":"ὑπερφρονέω","transliteration":"hyperphronéō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G5426 (φρονέω);","strongs_definition":"to esteem oneself overmuch, i.e. be vain or arrogant","kjv_definition":"think more highly"} +{"id":"G5253","strongs_number":"G5253","system":"greek","language":"greek","number_value":5253,"lemma":"ὑπερῷον","transliteration":"hyperōion","pronunciation":null,"derivation":"neuter of a derivative of G5228 (ὑπέρ);","strongs_definition":"a higher part of the house, i.e. apartment in the third story","kjv_definition":"upper chamber (room)"} +{"id":"G5254","strongs_number":"G5254","system":"greek","language":"greek","number_value":5254,"lemma":"ὑπέχω","transliteration":"hypéchō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G2192 (ἔχω);","strongs_definition":"to hold oneself under, i.e. endure with patience","kjv_definition":"suffer"} +{"id":"G5255","strongs_number":"G5255","system":"greek","language":"greek","number_value":5255,"lemma":"ὑπήκοος","transliteration":"hypḗkoos","pronunciation":null,"derivation":"from G5219 (ὑπακούω);","strongs_definition":"attentively listening, i.e. (by implication) submissive","kjv_definition":"obedient"} +{"id":"G5256","strongs_number":"G5256","system":"greek","language":"greek","number_value":5256,"lemma":"ὑπηρετέω","transliteration":"hypēretéō","pronunciation":null,"derivation":"from G5257 (ὑπηρέτης);","strongs_definition":"to be a subordinate, i.e. (by implication) subserve","kjv_definition":"minister (unto), serve"} +{"id":"G5257","strongs_number":"G5257","system":"greek","language":"greek","number_value":5257,"lemma":"ὑπηρέτης","transliteration":"hypērétēs","pronunciation":null,"derivation":"from G5259 (ὑπό) and a derivative of (to row);","strongs_definition":"an under-oarsman, i.e. (generally) subordinate (assistant, sexton, constable)","kjv_definition":"minister, officer, servant"} +{"id":"G5258","strongs_number":"G5258","system":"greek","language":"greek","number_value":5258,"lemma":"ὕπνος","transliteration":"hýpnos","pronunciation":null,"derivation":"from an obsolete primary (perhaps akin to G5259 (ὑπό) through the idea of subsilience);","strongs_definition":"sleep, i.e. (figuratively) spiritual torpor","kjv_definition":"sleep"} +{"id":"G5259","strongs_number":"G5259","system":"greek","language":"greek","number_value":5259,"lemma":"ὑπό","transliteration":"hypó","pronunciation":null,"derivation":"a primary preposition;","strongs_definition":"under, i.e. (with the genitive case) of place (beneath), or with verbs (the agency or means, through); (with the accusative case) of place (whither (underneath) or where (below) or time (when (at))","kjv_definition":"among, by, from, in, of, under, with"} +{"id":"G5260","strongs_number":"G5260","system":"greek","language":"greek","number_value":5260,"lemma":"ὑποβάλλω","transliteration":"hypobállō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G906 (βάλλω);","strongs_definition":"to throw in stealthily, i.e. introduce by collusion","kjv_definition":"suborn"} +{"id":"G5261","strongs_number":"G5261","system":"greek","language":"greek","number_value":5261,"lemma":"ὑπογραμμός","transliteration":"hypogrammós","pronunciation":null,"derivation":"from a compound of G5259 (ὑπό) and G1125 (γράφω);","strongs_definition":"an underwriting, i.e. copy for imitation (figuratively)","kjv_definition":"example"} +{"id":"G5262","strongs_number":"G5262","system":"greek","language":"greek","number_value":5262,"lemma":"ὑπόδειγμα","transliteration":"hypódeigma","pronunciation":null,"derivation":"from G5263 (ὑποδείκνυμι);","strongs_definition":"an exhibit for imitation or warning (figuratively, specimen, adumbration)","kjv_definition":"en-(ex-)ample, pattern"} +{"id":"G5263","strongs_number":"G5263","system":"greek","language":"greek","number_value":5263,"lemma":"ὑποδείκνυμι","transliteration":"hypodeíknymi","pronunciation":null,"derivation":"from G5259 (ὑπό) and G1166 (δεικνύω);","strongs_definition":"to exhibit under the eyes, i.e. (figuratively) to exemplify (instruct, admonish)","kjv_definition":"show, (fore-)warn"} +{"id":"G5264","strongs_number":"G5264","system":"greek","language":"greek","number_value":5264,"lemma":"ὑποδέχομαι","transliteration":"hypodéchomai","pronunciation":null,"derivation":"from G5259 (ὑπό) and G1209 (δέχομαι);","strongs_definition":"to admit under one's roof, i.e. entertain hospitably","kjv_definition":"receive"} +{"id":"G5265","strongs_number":"G5265","system":"greek","language":"greek","number_value":5265,"lemma":"ὑποδέω","transliteration":"hypodéō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G1210 (δέω);","strongs_definition":"to bind under one's feet, i.e. put on shoes or sandals","kjv_definition":"bind on, (be) shod"} +{"id":"G5266","strongs_number":"G5266","system":"greek","language":"greek","number_value":5266,"lemma":"ὑπόδημα","transliteration":"hypódēma","pronunciation":null,"derivation":"from G5265 (ὑποδέω);","strongs_definition":"something bound under the feet, i.e. a shoe or sandal","kjv_definition":"shoe"} +{"id":"G5267","strongs_number":"G5267","system":"greek","language":"greek","number_value":5267,"lemma":"ὑπόδικος","transliteration":"hypódikos","pronunciation":null,"derivation":"from G5259 (ὑπό) and G1349 (δίκη);","strongs_definition":"under sentence, i.e. (by implication) condemned","kjv_definition":"guilty"} +{"id":"G5268","strongs_number":"G5268","system":"greek","language":"greek","number_value":5268,"lemma":"ὑποζύγιον","transliteration":"hypozýgion","pronunciation":null,"derivation":"neuter of a compound of G5259 (ὑπό) and G2218 (ζυγός);","strongs_definition":"an animal under the yoke (draught-beast), i.e. (specially), a donkey","kjv_definition":"ass"} +{"id":"G5269","strongs_number":"G5269","system":"greek","language":"greek","number_value":5269,"lemma":"ὑποζώννυμι","transliteration":"hypozṓnnymi","pronunciation":null,"derivation":"from G5259 (ὑπό) and G2224 (ζώννυμι);","strongs_definition":"to gird under, i.e. frap (a vessel with cables across the keel, sides and deck)","kjv_definition":"undergirt"} +{"id":"G5270","strongs_number":"G5270","system":"greek","language":"greek","number_value":5270,"lemma":"ὑποκάτω","transliteration":"hypokátō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G2736 (κάτω);","strongs_definition":"down under, i.e. beneath","kjv_definition":"under"} +{"id":"G5271","strongs_number":"G5271","system":"greek","language":"greek","number_value":5271,"lemma":"ὑποκρίνομαι","transliteration":"hypokrínomai","pronunciation":null,"derivation":"middle voice from G5259 (ὑπό) and G2919 (κρίνω);","strongs_definition":"to decide (speak or act) under a false part, i.e. (figuratively) dissemble (pretend)","kjv_definition":"feign"} +{"id":"G5272","strongs_number":"G5272","system":"greek","language":"greek","number_value":5272,"lemma":"ὑπόκρισις","transliteration":"hypókrisis","pronunciation":null,"derivation":"from G5271 (ὑποκρίνομαι);","strongs_definition":"acting under a feigned part, i.e. (figuratively) deceit (\"hypocrisy\")","kjv_definition":"condemnation, dissimulation, hypocrisy"} +{"id":"G5273","strongs_number":"G5273","system":"greek","language":"greek","number_value":5273,"lemma":"ὑποκριτής","transliteration":"hypokritḗs","pronunciation":null,"derivation":"from G5271 (ὑποκρίνομαι);","strongs_definition":"an actor under an assumed character (stage-player), i.e. (figuratively) a dissembler (\"hypocrite\"","kjv_definition":"hypocrite"} +{"id":"G5274","strongs_number":"G5274","system":"greek","language":"greek","number_value":5274,"lemma":"ὑπολαμβάνω","transliteration":"hypolambánō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G2983 (λαμβάνω);","strongs_definition":"to take from below, i.e. carry upward; figuratively, to take up, i.e. continue a discourse or topic; mentally, to assume (presume)","kjv_definition":"answer, receive, suppose"} +{"id":"G5275","strongs_number":"G5275","system":"greek","language":"greek","number_value":5275,"lemma":"ὑπολείπω","transliteration":"hypoleípō","pronunciation":null,"derivation":"from G5295 (ὑποτρέχω) and G3007 (λείπω);","strongs_definition":"to leave under (behind), i.e. (passively) to remain (survive)","kjv_definition":"be left"} +{"id":"G5276","strongs_number":"G5276","system":"greek","language":"greek","number_value":5276,"lemma":"ὑπολήνιον","transliteration":"hypolḗnion","pronunciation":null,"derivation":"neuter of a presumed compound of G5259 (ὑπό) and G3025 (ληνός);","strongs_definition":"vessel or receptacle under the press, i.e. lower wine-vat","kjv_definition":"winefat"} +{"id":"G5277","strongs_number":"G5277","system":"greek","language":"greek","number_value":5277,"lemma":"ὑπολιμπάνω","transliteration":"hypolimpánō","pronunciation":null,"derivation":"a prolonged form for G5275 (ὑπολείπω);","strongs_definition":"to leave behind, i.e. bequeath","kjv_definition":"leave"} +{"id":"G5278","strongs_number":"G5278","system":"greek","language":"greek","number_value":5278,"lemma":"ὑπομένω","transliteration":"hypoménō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G3306 (μένω);","strongs_definition":"to stay under (behind), i.e. remain; figuratively, to undergo, i.e. bear (trials), have fortitude, persevere","kjv_definition":"abide, endure, (take) patient(-ly), suffer, tarry behind"} +{"id":"G5279","strongs_number":"G5279","system":"greek","language":"greek","number_value":5279,"lemma":"ὑπομιμνήσκω","transliteration":"hypomimnḗskō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G3403 (μιμνήσκω);","strongs_definition":"to remind quietly, i.e. suggest to the (middle voice, one's own) memory","kjv_definition":"put in mind, remember, bring to (put in) remembrance"} +{"id":"G5280","strongs_number":"G5280","system":"greek","language":"greek","number_value":5280,"lemma":"ὑπόμνησις","transliteration":"hypómnēsis","pronunciation":null,"derivation":"from G5279 (ὑπομιμνήσκω);","strongs_definition":"a reminding or (reflexively) recollection","kjv_definition":"remembrance"} +{"id":"G5281","strongs_number":"G5281","system":"greek","language":"greek","number_value":5281,"lemma":"ὑπομονή","transliteration":"hypomonḗ","pronunciation":null,"derivation":"from G5278 (ὑπομένω);","strongs_definition":"cheerful (or hopeful) endurance, constancy","kjv_definition":"enduring, patience, patient continuance (waiting)"} +{"id":"G5282","strongs_number":"G5282","system":"greek","language":"greek","number_value":5282,"lemma":"ὑπονοέω","transliteration":"hyponoéō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G3539 (νοιέω);","strongs_definition":"to think under (privately), i.e. to surmise or conjecture","kjv_definition":"think, suppose, deem"} +{"id":"G5283","strongs_number":"G5283","system":"greek","language":"greek","number_value":5283,"lemma":"ὑπόνοια","transliteration":"hypónoia","pronunciation":null,"derivation":"from G5282 (ὑπονοέω);","strongs_definition":"suspicion","kjv_definition":"surmising"} +{"id":"G5284","strongs_number":"G5284","system":"greek","language":"greek","number_value":5284,"lemma":"ὑποπλέω","transliteration":"hypopléō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G4126 (πλέω);","strongs_definition":"to sail under the lee of","kjv_definition":"sail under"} +{"id":"G5285","strongs_number":"G5285","system":"greek","language":"greek","number_value":5285,"lemma":"ὑποπνέω","transliteration":"hypopnéō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G4154 (πνέω);","strongs_definition":"to breathe gently, i.e. breeze","kjv_definition":"blow softly"} +{"id":"G5286","strongs_number":"G5286","system":"greek","language":"greek","number_value":5286,"lemma":"ὑποπόδιον","transliteration":"hypopódion","pronunciation":null,"derivation":"neuter of a compound of G5259 (ὑπό) and G4228 (πούς);","strongs_definition":"something under the feet, i.e. a foot-rest (figuratively)","kjv_definition":"footstool"} +{"id":"G5287","strongs_number":"G5287","system":"greek","language":"greek","number_value":5287,"lemma":"ὑπόστασις","transliteration":"hypóstasis","pronunciation":null,"derivation":"from a compound of G5259 (ὑπό) and G2476 (ἵστημι);","strongs_definition":"a setting under (support), i.e. (figuratively) concretely, essence, or abstractly, assurance (objectively or subjectively)","kjv_definition":"confidence, confident, person, substance"} +{"id":"G5288","strongs_number":"G5288","system":"greek","language":"greek","number_value":5288,"lemma":"ὑποστέλλω","transliteration":"hypostéllō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G4724 (στέλλω);","strongs_definition":"to withhold under (out of sight), i.e. (reflexively) to cower or shrink, (figuratively) to conceal (reserve)","kjv_definition":"draw (keep) back, shun, withdraw"} +{"id":"G5289","strongs_number":"G5289","system":"greek","language":"greek","number_value":5289,"lemma":"ὑποστολή","transliteration":"hypostolḗ","pronunciation":null,"derivation":"from G5288 (ὑποστέλλω);","strongs_definition":"shrinkage (timidity), i.e. (by implication) apostasy","kjv_definition":"draw back"} +{"id":"G5290","strongs_number":"G5290","system":"greek","language":"greek","number_value":5290,"lemma":"ὑποστρέφω","transliteration":"hypostréphō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G4762 (στρέφω);","strongs_definition":"to turn under (behind), i.e. to return (literally or figuratively)","kjv_definition":"come again, return (again, back again), turn back (again)"} +{"id":"G5291","strongs_number":"G5291","system":"greek","language":"greek","number_value":5291,"lemma":"ὑποστρώννυμι","transliteration":"hypostrṓnnymi","pronunciation":null,"derivation":"from G5259 (ὑπό) and G4766 (στρώννυμι);","strongs_definition":"to strew underneath (the feet as a carpet)","kjv_definition":"spread"} +{"id":"G5292","strongs_number":"G5292","system":"greek","language":"greek","number_value":5292,"lemma":"ὑποταγή","transliteration":"hypotagḗ","pronunciation":null,"derivation":"from G5293 (ὑποτάσσω);","strongs_definition":"subordination","kjv_definition":"subjection"} +{"id":"G5293","strongs_number":"G5293","system":"greek","language":"greek","number_value":5293,"lemma":"ὑποτάσσω","transliteration":"hypotássō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G5021 (τάσσω);","strongs_definition":"to subordinate; reflexively, to obey","kjv_definition":"be under obedience (obedient), put under, subdue unto, (be, make) subject (to, unto), be (put) in subjection (to, under), submit self unto"} +{"id":"G5294","strongs_number":"G5294","system":"greek","language":"greek","number_value":5294,"lemma":"ὑποτίθημι","transliteration":"hypotíthēmi","pronunciation":null,"derivation":"from G5259 (ὑπό) and G5087 (τίθημι);","strongs_definition":"to place underneath, i.e. (figuratively) to hazard, (reflexively) to suggest","kjv_definition":"lay down, put in remembrance"} +{"id":"G5295","strongs_number":"G5295","system":"greek","language":"greek","number_value":5295,"lemma":"ὑποτρέχω","transliteration":"hypotréchō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G5143 (τρέχω) (including its alternate);","strongs_definition":"to run under, i.e. (specially), to sail past","kjv_definition":"run under"} +{"id":"G5296","strongs_number":"G5296","system":"greek","language":"greek","number_value":5296,"lemma":"ὑποτύπωσις","transliteration":"hypotýpōsis","pronunciation":null,"derivation":"from a compound of G5259 (ὑπό) and a derivative of G5179 (τύπος);","strongs_definition":"typification under (after), i.e. (concretely) a sketch (figuratively) for imitation","kjv_definition":"form, pattern"} +{"id":"G5297","strongs_number":"G5297","system":"greek","language":"greek","number_value":5297,"lemma":"ὑποφέρω","transliteration":"hypophérō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G5342 (φέρω);","strongs_definition":"to bear from underneath, i.e. (figuratively) to undergo hardship","kjv_definition":"bear, endure"} +{"id":"G5298","strongs_number":"G5298","system":"greek","language":"greek","number_value":5298,"lemma":"ὑποχωρέω","transliteration":"hypochōréō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G5562 (χωρέω);","strongs_definition":"to vacate down, i.e. retire quietly","kjv_definition":"go aside, withdraw self"} +{"id":"G5299","strongs_number":"G5299","system":"greek","language":"greek","number_value":5299,"lemma":"ὑπωπιάζω","transliteration":"hypōpiázō","pronunciation":null,"derivation":"from a compound of G5259 (ὑπό) and a derivative of G3700 (ὀπτάνομαι);","strongs_definition":"to hit under the eye (buffet or disable an antagonist as a pugilist), i.e. (figuratively) to tease or annoy (into compliance), subdue (one's passions)","kjv_definition":"keep under, weary"} +{"id":"G5300","strongs_number":"G5300","system":"greek","language":"greek","number_value":5300,"lemma":"ὗς","transliteration":"hŷs","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a hog (\"swine\")","kjv_definition":"sow"} +{"id":"G5301","strongs_number":"G5301","system":"greek","language":"greek","number_value":5301,"lemma":"ὕσσωπος","transliteration":"hýssōpos","pronunciation":null,"derivation":"of foreign origin (H0231);","strongs_definition":"\"hyssop\"","kjv_definition":"hyssop"} +{"id":"G5302","strongs_number":"G5302","system":"greek","language":"greek","number_value":5302,"lemma":"ὑστερέω","transliteration":"hysteréō","pronunciation":null,"derivation":"from G5306 (ὕστερος);","strongs_definition":"to be later, i.e. (by implication) to be inferior; generally, to fall short (be deficient)","kjv_definition":"come behind (short), be destitute, fail, lack, suffer need, (be in) want, be the worse"} +{"id":"G5303","strongs_number":"G5303","system":"greek","language":"greek","number_value":5303,"lemma":"ὑστέρημα","transliteration":"hystérēma","pronunciation":null,"derivation":"from G5302 (ὑστερέω);","strongs_definition":"a deficit; specially, poverty","kjv_definition":"that which is behind, (that which was) lack(-ing), penury, want"} +{"id":"G5304","strongs_number":"G5304","system":"greek","language":"greek","number_value":5304,"lemma":"ὑστέρησις","transliteration":"hystérēsis","pronunciation":null,"derivation":"from G5302 (ὑστερέω);","strongs_definition":"a falling short, i.e. (specially), penury","kjv_definition":"want"} +{"id":"G5305","strongs_number":"G5305","system":"greek","language":"greek","number_value":5305,"lemma":"ὕστερον","transliteration":"hýsteron","pronunciation":null,"derivation":"neuter of G5306 (ὕστερος) as adverb;","strongs_definition":"more lately, i.e. eventually","kjv_definition":"afterward, (at the) last (of all)"} +{"id":"G5306","strongs_number":"G5306","system":"greek","language":"greek","number_value":5306,"lemma":"ὕστερος","transliteration":"hýsteros","pronunciation":null,"derivation":"comparative from G5259 (ὑπό) (in the sense of behind);","strongs_definition":"later","kjv_definition":"latter"} +{"id":"G5307","strongs_number":"G5307","system":"greek","language":"greek","number_value":5307,"lemma":"ὑφαντός","transliteration":"hyphantós","pronunciation":null,"derivation":"from to weave;","strongs_definition":"woven, i.e. (perhaps) knitted","kjv_definition":"woven"} +{"id":"G5308","strongs_number":"G5308","system":"greek","language":"greek","number_value":5308,"lemma":"ὑψηλός","transliteration":"hypsēlós","pronunciation":null,"derivation":"from G5311 (ὕψος);","strongs_definition":"lofty (in place or character)","kjv_definition":"high(-er, -ly) (esteemed)"} +{"id":"G5309","strongs_number":"G5309","system":"greek","language":"greek","number_value":5309,"lemma":"ὑψηλοφρονέω","transliteration":"hypsēlophronéō","pronunciation":null,"derivation":"from a compound of G5308 (ὑψηλός) and G5424 (φρήν);","strongs_definition":"to be lofty in mind, i.e. arrogant","kjv_definition":"be highminded"} +{"id":"G5310","strongs_number":"G5310","system":"greek","language":"greek","number_value":5310,"lemma":"ὕψιστος","transliteration":"hýpsistos","pronunciation":null,"derivation":"superlative from the base of G5311 (ὕψος);","strongs_definition":"highest, i.e. (masculine singular) the Supreme (God), or (neuter plural) the heavens","kjv_definition":"most high, highest"} +{"id":"G5311","strongs_number":"G5311","system":"greek","language":"greek","number_value":5311,"lemma":"ὕψος","transliteration":"hýpsos","pronunciation":null,"derivation":"from a derivative of G5228 (ὑπέρ);","strongs_definition":"elevation, i.e. (abstractly) altitude, (specially), the sky, or (figuratively) dignity","kjv_definition":"be exalted, height, (on) high"} +{"id":"G5312","strongs_number":"G5312","system":"greek","language":"greek","number_value":5312,"lemma":"ὑψόω","transliteration":"hypsóō","pronunciation":null,"derivation":"from G5311 (ὕψος);","strongs_definition":"to elevate (literally or figuratively)","kjv_definition":"exalt, lift up"} +{"id":"G5313","strongs_number":"G5313","system":"greek","language":"greek","number_value":5313,"lemma":"ὕψωμα","transliteration":"hýpsōma","pronunciation":null,"derivation":"from G5312 (ὑψόω);","strongs_definition":"an elevated place or thing, i.e. (abstractly) altitude, or (by implication) a barrier (figuratively)","kjv_definition":"height, high thing"} +{"id":"G5314","strongs_number":"G5314","system":"greek","language":"greek","number_value":5314,"lemma":"φάγος","transliteration":"phágos","pronunciation":null,"derivation":"from G5315 (φάγω);","strongs_definition":"a glutton","kjv_definition":"gluttonous"} +{"id":"G5315","strongs_number":"G5315","system":"greek","language":"greek","number_value":5315,"lemma":"φάγω","transliteration":"phágō","pronunciation":null,"derivation":"a primary verb (used as an alternate of G2068 (ἐσθίω) in certain tenses);","strongs_definition":"to eat (literally or figuratively)","kjv_definition":"eat, meat"} +{"id":"G5316","strongs_number":"G5316","system":"greek","language":"greek","number_value":5316,"lemma":"φαίνω","transliteration":"phaínō","pronunciation":null,"derivation":"prolongation for the base of G5457 (φῶς);","strongs_definition":"to lighten (shine), i.e. show (transitive or intransitive, literal or figurative)","kjv_definition":"appear, seem, be seen, shine, X think"} +{"id":"G5317","strongs_number":"G5317","system":"greek","language":"greek","number_value":5317,"lemma":"Φάλεκ","transliteration":"Phálek","pronunciation":null,"derivation":"of Hebrew origin (H06389);","strongs_definition":"Phalek (i.e. Peleg), a patriarch","kjv_definition":"Phalec"} +{"id":"G5318","strongs_number":"G5318","system":"greek","language":"greek","number_value":5318,"lemma":"φανερός","transliteration":"phanerós","pronunciation":null,"derivation":"from G5316 (φαίνω);","strongs_definition":"shining, i.e. apparent (literally or figuratively); neuter (as adverb) publicly, externally","kjv_definition":"abroad, + appear, known, manifest, open (+ -ly), outward (+ -ly)"} +{"id":"G5319","strongs_number":"G5319","system":"greek","language":"greek","number_value":5319,"lemma":"φανερόω","transliteration":"phaneróō","pronunciation":null,"derivation":"from G5318 (φανερός);","strongs_definition":"to render apparent (literally or figuratively)","kjv_definition":"appear, manifestly declare, (make) manifest (forth), shew (self)"} +{"id":"G5320","strongs_number":"G5320","system":"greek","language":"greek","number_value":5320,"lemma":"φανερῶς","transliteration":"phanerōs","pronunciation":null,"derivation":"adverb from G5318 (φανερός);","strongs_definition":"plainly, i.e. clearly or publicly","kjv_definition":"evidently, openly"} +{"id":"G5321","strongs_number":"G5321","system":"greek","language":"greek","number_value":5321,"lemma":"φανέρωσις","transliteration":"phanérōsis","pronunciation":null,"derivation":"from G5319 (φανερόω);","strongs_definition":"exhibition, i.e. (figuratively) expression, (by extension) a bestowment","kjv_definition":"manifestation"} +{"id":"G5322","strongs_number":"G5322","system":"greek","language":"greek","number_value":5322,"lemma":"φανός","transliteration":"phanós","pronunciation":null,"derivation":"from G5316 (φαίνω);","strongs_definition":"a lightener, i.e. light; lantern","kjv_definition":"lantern"} +{"id":"G5323","strongs_number":"G5323","system":"greek","language":"greek","number_value":5323,"lemma":"Φανουήλ","transliteration":"Phanouḗl","pronunciation":null,"derivation":"of Hebrew origin (H06439);","strongs_definition":"Phanuel (i.e. Penuel), an Israelite","kjv_definition":"Phanuel"} +{"id":"G5324","strongs_number":"G5324","system":"greek","language":"greek","number_value":5324,"lemma":"φαντάζω","transliteration":"phantázō","pronunciation":null,"derivation":"from a derivative of G5316 (φαίνω);","strongs_definition":"to make apparent, i.e. (passively) to appear (neuter participle as noun, a spectacle)","kjv_definition":"sight"} +{"id":"G5325","strongs_number":"G5325","system":"greek","language":"greek","number_value":5325,"lemma":"φαντασία","transliteration":"phantasía","pronunciation":null,"derivation":"from a derivative of G5324 (φαντάζω);","strongs_definition":"(properly abstract) a (vain) show (\"fantasy\")","kjv_definition":"pomp"} +{"id":"G5326","strongs_number":"G5326","system":"greek","language":"greek","number_value":5326,"lemma":"φάντασμα","transliteration":"phántasma","pronunciation":null,"derivation":"from G5324 (φαντάζω);","strongs_definition":"(properly concrete) a (mere) show (\"phantasm\"), i.e. spectre","kjv_definition":"spirit"} +{"id":"G5327","strongs_number":"G5327","system":"greek","language":"greek","number_value":5327,"lemma":"φάραγξ","transliteration":"pháranx","pronunciation":null,"derivation":"properly, strengthened from the base of G4008 (πέραν) or rather of G4486 (ῥήγνυμι);","strongs_definition":"a gap or chasm, i.e. ravine (winter-torrent)","kjv_definition":"valley"} +{"id":"G5328","strongs_number":"G5328","system":"greek","language":"greek","number_value":5328,"lemma":"Φαραώ","transliteration":"Pharaṓ","pronunciation":null,"derivation":"of foreign origin (H06547);","strongs_definition":"Pharao (i.e. Pharoh), an Egyptian king","kjv_definition":"Pharaoh"} +{"id":"G5329","strongs_number":"G5329","system":"greek","language":"greek","number_value":5329,"lemma":"Φάρες","transliteration":"Pháres","pronunciation":null,"derivation":"of Hebrew origin (H06557);","strongs_definition":"Phares (i.e. Perets), an Israelite","kjv_definition":"Phares"} +{"id":"G5330","strongs_number":"G5330","system":"greek","language":"greek","number_value":5330,"lemma":"Φαρισαῖος","transliteration":"Pharisaîos","pronunciation":null,"derivation":"of Hebrew origin (compare H06567);","strongs_definition":"a separatist, i.e. exclusively religious; a Pharisean, i.e. Jewish sectary","kjv_definition":"Pharisee"} +{"id":"G5331","strongs_number":"G5331","system":"greek","language":"greek","number_value":5331,"lemma":"φαρμακεία","transliteration":"pharmakeía","pronunciation":null,"derivation":"from G5332 (φαρμακεύς);","strongs_definition":"medication (\"pharmacy\"), i.e. (by extension) magic (literally or figuratively)","kjv_definition":"sorcery, witchcraft"} +{"id":"G5332","strongs_number":"G5332","system":"greek","language":"greek","number_value":5332,"lemma":"φαρμακεύς","transliteration":"pharmakeús","pronunciation":null,"derivation":"from (a drug, i.e. spell-giving potion);","strongs_definition":"a druggist (\"pharmacist\") or poisoner, i.e. (by extension) a magician","kjv_definition":"sorcerer"} +{"id":"G5333","strongs_number":"G5333","system":"greek","language":"greek","number_value":5333,"lemma":"φάρμακος","transliteration":"phármakos","pronunciation":null,"derivation":"the same as 5332","strongs_definition":null,"kjv_definition":"sorcerer"} +{"id":"G5334","strongs_number":"G5334","system":"greek","language":"greek","number_value":5334,"lemma":"φάσις","transliteration":"phásis","pronunciation":null,"derivation":"from G5346 (φημί) (not the same as \"phase\", which is from G5316 (φαίνω));","strongs_definition":"a saying, i.e. report","kjv_definition":"tidings"} +{"id":"G5335","strongs_number":"G5335","system":"greek","language":"greek","number_value":5335,"lemma":"φάσκω","transliteration":"pháskō","pronunciation":null,"derivation":"prolongation from the same as G5346 (φημί);","strongs_definition":"to assert","kjv_definition":"affirm, profess, say"} +{"id":"G5336","strongs_number":"G5336","system":"greek","language":"greek","number_value":5336,"lemma":"φάτνη","transliteration":"phátnē","pronunciation":null,"derivation":"from (to eat);","strongs_definition":"a crib (for fodder)","kjv_definition":"manager, stall"} +{"id":"G5337","strongs_number":"G5337","system":"greek","language":"greek","number_value":5337,"lemma":"φαῦλος","transliteration":"phaûlos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"\"foul\" or \"flawy\", i.e. (figuratively) wicked","kjv_definition":"evil"} +{"id":"G5338","strongs_number":"G5338","system":"greek","language":"greek","number_value":5338,"lemma":"φέγγος","transliteration":"phéngos","pronunciation":null,"derivation":"probably akin to the base of G5457 (φῶς) (compare G5350 (φθέγγομαι));","strongs_definition":"brilliancy","kjv_definition":"light"} +{"id":"G5339","strongs_number":"G5339","system":"greek","language":"greek","number_value":5339,"lemma":"φείδομαι","transliteration":"pheídomai","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to be chary of, i.e. (subjectively) to abstain or (objectively) to treat leniently","kjv_definition":"forbear, spare"} +{"id":"G5340","strongs_number":"G5340","system":"greek","language":"greek","number_value":5340,"lemma":"φειδομένως","transliteration":"pheidoménōs","pronunciation":null,"derivation":"adverb from participle of G5339 (φείδομαι);","strongs_definition":"abstemiously, i.e. stingily","kjv_definition":"sparingly"} +{"id":"G5341","strongs_number":"G5341","system":"greek","language":"greek","number_value":5341,"lemma":"φελόνης","transliteration":"phelónēs","pronunciation":null,"derivation":"by transposition for a derivative probably of G5316 (φαίνω) (as showing outside the other garments);","strongs_definition":"a mantle (surtout)","kjv_definition":"cloke"} +{"id":"G5342","strongs_number":"G5342","system":"greek","language":"greek","number_value":5342,"lemma":"φέρω","transliteration":"phérō","pronunciation":null,"derivation":"a primary verb (for which other, and apparently not cognate ones are used in certain tenses only; namely, ; and ;","strongs_definition":"to \"bear\" or carry (in a very wide application, literally and figuratively, as follows)","kjv_definition":"be, bear, bring (forth), carry, come, + let her drive, be driven, endure, go on, lay, lead, move, reach, rushing, uphold"} +{"id":"G5343","strongs_number":"G5343","system":"greek","language":"greek","number_value":5343,"lemma":"φεύγω","transliteration":"pheúgō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to run away (literally or figuratively); by implication, to shun; by analogy, to vanish","kjv_definition":"escape, flee (away)"} +{"id":"G5344","strongs_number":"G5344","system":"greek","language":"greek","number_value":5344,"lemma":"Φῆλιξ","transliteration":"Phēlix","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"happy; Phelix (i.e. Felix), a Roman","kjv_definition":"Felix"} +{"id":"G5345","strongs_number":"G5345","system":"greek","language":"greek","number_value":5345,"lemma":"φήμη","transliteration":"phḗmē","pronunciation":null,"derivation":"from G5346 (φημί);","strongs_definition":"a saying, i.e. rumor (\"fame\")","kjv_definition":"fame"} +{"id":"G5346","strongs_number":"G5346","system":"greek","language":"greek","number_value":5346,"lemma":"φημί","transliteration":"phēmí","pronunciation":null,"derivation":"properly, the same as the base of G5457 (φῶς) and G5316 (φαίνω);","strongs_definition":"to show or make known one's thoughts, i.e. speak or say","kjv_definition":"affirm, say"} +{"id":"G5347","strongs_number":"G5347","system":"greek","language":"greek","number_value":5347,"lemma":"Φῆστος","transliteration":"Phēstos","pronunciation":null,"derivation":"of Latin derivation;","strongs_definition":"festal; Phestus (i.e. Festus), a Roman","kjv_definition":"Festus"} +{"id":"G5348","strongs_number":"G5348","system":"greek","language":"greek","number_value":5348,"lemma":"φθάνω","transliteration":"phthánō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to be beforehand, i.e. anticipate or precede; by extension, to have arrived at","kjv_definition":"(already) attain, come, prevent"} +{"id":"G5349","strongs_number":"G5349","system":"greek","language":"greek","number_value":5349,"lemma":"φθαρτός","transliteration":"phthartós","pronunciation":null,"derivation":"from G5351 (φθείρω);","strongs_definition":"decayed, i.e. (by implication) perishable","kjv_definition":"corruptible"} +{"id":"G5350","strongs_number":"G5350","system":"greek","language":"greek","number_value":5350,"lemma":"φθέγγομαι","transliteration":"phthéngomai","pronunciation":null,"derivation":"probably akin to G5338 (φέγγος) and thus to G5346 (φημί);","strongs_definition":"to utter a clear sound, i.e. (generally) to proclaim","kjv_definition":"speak"} +{"id":"G5351","strongs_number":"G5351","system":"greek","language":"greek","number_value":5351,"lemma":"φθείρω","transliteration":"phtheírō","pronunciation":null,"derivation":"probably strengthened from (to pine or waste);","strongs_definition":"properly, to shrivel or wither, i.e. to spoil (by any process) or (generally) to ruin (especially figuratively, by moral influences, to deprave)","kjv_definition":"corrupt (self), defile, destroy"} +{"id":"G5352","strongs_number":"G5352","system":"greek","language":"greek","number_value":5352,"lemma":"φθινοπωρινός","transliteration":"phthinopōrinós","pronunciation":null,"derivation":"from derivative of (to wane;","strongs_definition":"akin to the base of G5351 (φθείρω)) and G3703 (ὀπώρα) (meaning late autumn); autumnal (as stripped of leaves)","kjv_definition":"whose fruit withereth"} +{"id":"G5353","strongs_number":"G5353","system":"greek","language":"greek","number_value":5353,"lemma":"φθόγγος","transliteration":"phthóngos","pronunciation":null,"derivation":"from G5350 (φθέγγομαι);","strongs_definition":"utterance, i.e. a musical note (vocal or instrumental)","kjv_definition":"sound"} +{"id":"G5354","strongs_number":"G5354","system":"greek","language":"greek","number_value":5354,"lemma":"φθονέω","transliteration":"phthonéō","pronunciation":null,"derivation":"from G5355 (φθόνος);","strongs_definition":"to be jealous of","kjv_definition":"envy"} +{"id":"G5355","strongs_number":"G5355","system":"greek","language":"greek","number_value":5355,"lemma":"φθόνος","transliteration":"phthónos","pronunciation":null,"derivation":"probably akin to the base of G5351 (φθείρω);","strongs_definition":"ill-will (as detraction), i.e. jealousy (spite)","kjv_definition":"envy"} +{"id":"G5356","strongs_number":"G5356","system":"greek","language":"greek","number_value":5356,"lemma":"φθορά","transliteration":"phthorá","pronunciation":null,"derivation":"from G5351 (φθείρω);","strongs_definition":"decay, i.e. ruin (spontaneous or inflicted, literally or figuratively)","kjv_definition":"corruption, destroy, perish"} +{"id":"G5357","strongs_number":"G5357","system":"greek","language":"greek","number_value":5357,"lemma":"φιάλη","transliteration":"phiálē","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a broad shallow cup (\"phial\")","kjv_definition":"vial"} +{"id":"G5358","strongs_number":"G5358","system":"greek","language":"greek","number_value":5358,"lemma":"φιλάγαθος","transliteration":"philágathos","pronunciation":null,"derivation":"from G5384 (φίλος) and G18 (ἀγαθός);","strongs_definition":"fond to good, i.e. a promoter of virtue","kjv_definition":"love of good men"} +{"id":"G5359","strongs_number":"G5359","system":"greek","language":"greek","number_value":5359,"lemma":"Φιλαδέλφεια","transliteration":"Philadélpheia","pronunciation":null,"derivation":"from (the same as G5361 (φιλάδελφος)), a king of Pergamos;","strongs_definition":"Philadelphia, a place in Asia Minor","kjv_definition":"Philadelphia"} +{"id":"G5360","strongs_number":"G5360","system":"greek","language":"greek","number_value":5360,"lemma":"φιλαδελφία","transliteration":"philadelphía","pronunciation":null,"derivation":"from G5361 (φιλάδελφος);","strongs_definition":"fraternal affection","kjv_definition":"brotherly love (kindness), love of the brethren"} +{"id":"G5361","strongs_number":"G5361","system":"greek","language":"greek","number_value":5361,"lemma":"φιλάδελφος","transliteration":"philádelphos","pronunciation":null,"derivation":"from G5384 (φίλος) and G80 (ἀδελφός);","strongs_definition":"fond of brethren, i.e. fraternal","kjv_definition":"love as brethren"} +{"id":"G5362","strongs_number":"G5362","system":"greek","language":"greek","number_value":5362,"lemma":"φίλανδρος","transliteration":"phílandros","pronunciation":null,"derivation":"from G5384 (φίλος) and G435 (ἀνήρ);","strongs_definition":"fond of man, i.e. affectionate as a wife","kjv_definition":"love their husbands"} +{"id":"G5363","strongs_number":"G5363","system":"greek","language":"greek","number_value":5363,"lemma":"φιλανθρωπία","transliteration":"philanthrōpía","pronunciation":null,"derivation":"from the same as G5364 (φιλανθρώπως);","strongs_definition":"fondness of mankind, i.e. benevolence (\"philanthropy\")","kjv_definition":"kindness, love towards man"} +{"id":"G5364","strongs_number":"G5364","system":"greek","language":"greek","number_value":5364,"lemma":"φιλανθρώπως","transliteration":"philanthrṓpōs","pronunciation":null,"derivation":"adverb from a compound of G5384 (φίλος) and G444 (ἄνθρωπος);","strongs_definition":"fondly to man (\"philanthropically\"), i.e. humanely","kjv_definition":"courteously"} +{"id":"G5365","strongs_number":"G5365","system":"greek","language":"greek","number_value":5365,"lemma":"φιλαργυρία","transliteration":"philargyría","pronunciation":null,"derivation":"from G5366 (φιλάργυρος);","strongs_definition":"avarice","kjv_definition":"love of money"} +{"id":"G5366","strongs_number":"G5366","system":"greek","language":"greek","number_value":5366,"lemma":"φιλάργυρος","transliteration":"philárgyros","pronunciation":null,"derivation":"from G5384 (φίλος) and G696 (ἄργυρος);","strongs_definition":"fond of silver (money), i.e. avaricious","kjv_definition":"covetous"} +{"id":"G5367","strongs_number":"G5367","system":"greek","language":"greek","number_value":5367,"lemma":"φίλαυτος","transliteration":"phílautos","pronunciation":null,"derivation":"from G5384 (φίλος) and G846 (αὐτός);","strongs_definition":"fond of self, i.e. selfish","kjv_definition":"lover of own self"} +{"id":"G5368","strongs_number":"G5368","system":"greek","language":"greek","number_value":5368,"lemma":"φιλέω","transliteration":"philéō","pronunciation":null,"derivation":"from G5384 (φίλος);","strongs_definition":"to be a friend to (fond of (an individual or an object)), i.e. have affection for (denoting personal attachment, as a matter of sentiment or feeling; while G25 (ἀγαπάω) is wider, embracing especially the judgment and the deliberate assent of the will as a matter of principle, duty and propriety: the two thus stand related very much as G2309 (θέλω) and G1014 (βούλομαι), or as G2372 (θυμός) and G3563 (νοῦς) respectively; the former being chiefly of the heart and the latter of the head); specially, to kiss (as a mark of tenderness)","kjv_definition":"kiss, love"} +{"id":"G5369","strongs_number":"G5369","system":"greek","language":"greek","number_value":5369,"lemma":"φιλήδονος","transliteration":"philḗdonos","pronunciation":null,"derivation":"from G5384 (φίλος) and G2237 (ἡδονή);","strongs_definition":"fond of pleasure, i.e. voluptuous","kjv_definition":"lover of pleasure"} +{"id":"G5370","strongs_number":"G5370","system":"greek","language":"greek","number_value":5370,"lemma":"φίλημα","transliteration":"phílēma","pronunciation":null,"derivation":"from G5368 (φιλέω);","strongs_definition":"a kiss","kjv_definition":"kiss"} +{"id":"G5371","strongs_number":"G5371","system":"greek","language":"greek","number_value":5371,"lemma":"Φιλήμων","transliteration":"Philḗmōn","pronunciation":null,"derivation":"from G5368 (φιλέω);","strongs_definition":"friendly; Philemon, a Christian","kjv_definition":"Philemon"} +{"id":"G5372","strongs_number":"G5372","system":"greek","language":"greek","number_value":5372,"lemma":"Φίλητος","transliteration":"Phílētos","pronunciation":null,"derivation":"from G5368 (φιλέω);","strongs_definition":"amiable; Philetus, an opposer of Christianity","kjv_definition":"Philetus"} +{"id":"G5373","strongs_number":"G5373","system":"greek","language":"greek","number_value":5373,"lemma":"φιλία","transliteration":"philía","pronunciation":null,"derivation":"from G5384 (φίλος);","strongs_definition":"fondness","kjv_definition":"friendship"} +{"id":"G5374","strongs_number":"G5374","system":"greek","language":"greek","number_value":5374,"lemma":"Φιλιππήσιος","transliteration":"Philippḗsios","pronunciation":null,"derivation":"from G5375 (Φίλιπποι);","strongs_definition":"a Philippesian (Philippian), i.e. native of Philippi","kjv_definition":"Philippian"} +{"id":"G5375","strongs_number":"G5375","system":"greek","language":"greek","number_value":5375,"lemma":"Φίλιπποι","transliteration":"Phílippoi","pronunciation":null,"derivation":"plural of G5376 (Φίλιππος);","strongs_definition":"Philippi, a place in Macedonia","kjv_definition":"Philippi"} +{"id":"G5376","strongs_number":"G5376","system":"greek","language":"greek","number_value":5376,"lemma":"Φίλιππος","transliteration":"Phílippos","pronunciation":null,"derivation":"from G5384 (φίλος) and G2462 (ἵππος);","strongs_definition":"fond of horses; Philippus, the name of four Israelites","kjv_definition":"Philip"} +{"id":"G5377","strongs_number":"G5377","system":"greek","language":"greek","number_value":5377,"lemma":"φιλόθεος","transliteration":"philótheos","pronunciation":null,"derivation":"from G5384 (φίλος) and G2316 (θεός);","strongs_definition":"fond of God, i.e. pious","kjv_definition":"lover of God"} +{"id":"G5378","strongs_number":"G5378","system":"greek","language":"greek","number_value":5378,"lemma":"Φιλόλογος","transliteration":"Philólogos","pronunciation":null,"derivation":"from G5384 (φίλος) and G3056 (λόγος);","strongs_definition":"fond of words, i.e. talkative (argumentative, learned, \"philological\"); Philologus, a Christian","kjv_definition":"Philologus"} +{"id":"G5379","strongs_number":"G5379","system":"greek","language":"greek","number_value":5379,"lemma":"φιλονεικία","transliteration":"philoneikía","pronunciation":null,"derivation":"from G5380 (φιλόνεικος);","strongs_definition":"quarrelsomeness, i.e. a dispute","kjv_definition":"strife"} +{"id":"G5380","strongs_number":"G5380","system":"greek","language":"greek","number_value":5380,"lemma":"φιλόνεικος","transliteration":"philóneikos","pronunciation":null,"derivation":"from G5384 (φίλος) and (a quarrel;","strongs_definition":"probably akin to G3534 (νῖκος)); fond of strife, i.e. disputatious","kjv_definition":"contentious"} +{"id":"G5381","strongs_number":"G5381","system":"greek","language":"greek","number_value":5381,"lemma":"φιλονεξία","transliteration":"philonexía","pronunciation":null,"derivation":"from G5382 (φιλόξενος);","strongs_definition":"hospitableness","kjv_definition":"entertain stranger, hospitality"} +{"id":"G5382","strongs_number":"G5382","system":"greek","language":"greek","number_value":5382,"lemma":"φιλόξενος","transliteration":"philóxenos","pronunciation":null,"derivation":"from G5384 (φίλος) and G3581 (ξένος);","strongs_definition":"fond of guests, i.e. hospitable","kjv_definition":"given to (lover of, use) hospitality"} +{"id":"G5383","strongs_number":"G5383","system":"greek","language":"greek","number_value":5383,"lemma":"φιλοπρωτεύω","transliteration":"philoprōteúō","pronunciation":null,"derivation":"from a compound of G5384 (φίλος) and G4413 (πρῶτος);","strongs_definition":"to be fond of being first, i.e. ambitious of distinction","kjv_definition":"love to have the preeminence"} +{"id":"G5384","strongs_number":"G5384","system":"greek","language":"greek","number_value":5384,"lemma":"φίλος","transliteration":"phílos","pronunciation":null,"derivation":"properly, dear, i.e. a friend;","strongs_definition":"actively, fond, i.e. friendly (still as a noun, an associate, neighbor, etc.)","kjv_definition":"friend"} +{"id":"G5385","strongs_number":"G5385","system":"greek","language":"greek","number_value":5385,"lemma":"φιλοσοφία","transliteration":"philosophía","pronunciation":null,"derivation":"from G5386 (φιλόσοφος);","strongs_definition":"\"philosophy\", i.e. (specially), Jewish sophistry","kjv_definition":"philosophy"} +{"id":"G5386","strongs_number":"G5386","system":"greek","language":"greek","number_value":5386,"lemma":"φιλόσοφος","transliteration":"philósophos","pronunciation":null,"derivation":"from G5384 (φίλος) and G4680 (σοφός);","strongs_definition":"fond of wise things, i.e. a \"philosopher\"","kjv_definition":"philosopher"} +{"id":"G5387","strongs_number":"G5387","system":"greek","language":"greek","number_value":5387,"lemma":"φιλόστοργος","transliteration":"philóstorgos","pronunciation":null,"derivation":"from G5384 (φίλος) and (cherishing one's kindred, especially parents or children);","strongs_definition":"fond of natural relatives, i.e. fraternal towards fellow Christian","kjv_definition":"kindly affectioned"} +{"id":"G5388","strongs_number":"G5388","system":"greek","language":"greek","number_value":5388,"lemma":"φιλότεκνος","transliteration":"philóteknos","pronunciation":null,"derivation":"from G5384 (φίλος) and G5043 (τέκνον);","strongs_definition":"fond of one's children, i.e. maternal","kjv_definition":"love their children"} +{"id":"G5389","strongs_number":"G5389","system":"greek","language":"greek","number_value":5389,"lemma":"φιλοτιμέομαι","transliteration":"philotiméomai","pronunciation":null,"derivation":"middle voice from a compound of G5384 (φίλος) and G5092 (τιμή);","strongs_definition":"to be fond of honor, i.e. emulous (eager or earnest to do something)","kjv_definition":"labour, strive, study"} +{"id":"G5390","strongs_number":"G5390","system":"greek","language":"greek","number_value":5390,"lemma":"φιλοφρόνως","transliteration":"philophrónōs","pronunciation":null,"derivation":"adverb from G5391 (φιλόφρων);","strongs_definition":"with friendliness of mind, i.e. kindly","kjv_definition":"courteously"} +{"id":"G5391","strongs_number":"G5391","system":"greek","language":"greek","number_value":5391,"lemma":"φιλόφρων","transliteration":"philóphrōn","pronunciation":null,"derivation":"from G5384 (φίλος) and G5424 (φρήν);","strongs_definition":"friendly of mind, i.e. kind","kjv_definition":"courteous"} +{"id":"G5392","strongs_number":"G5392","system":"greek","language":"greek","number_value":5392,"lemma":"φιμόω","transliteration":"phimóō","pronunciation":null,"derivation":"from (a muzzle);","strongs_definition":"to muzzle","kjv_definition":"muzzle"} +{"id":"G5393","strongs_number":"G5393","system":"greek","language":"greek","number_value":5393,"lemma":"Φλέγων","transliteration":"Phlégōn","pronunciation":null,"derivation":"active participle of the base of G5395 (φλόξ);","strongs_definition":"blazing; Phlegon, a Christian","kjv_definition":"Phlegon"} +{"id":"G5394","strongs_number":"G5394","system":"greek","language":"greek","number_value":5394,"lemma":"φλογίζω","transliteration":"phlogízō","pronunciation":null,"derivation":"from G5395 (φλόξ);","strongs_definition":"to cause a blaze, i.e. ignite (figuratively, to inflame with passion)","kjv_definition":"set on fire"} +{"id":"G5395","strongs_number":"G5395","system":"greek","language":"greek","number_value":5395,"lemma":"φλόξ","transliteration":"phlóx","pronunciation":null,"derivation":"from a primary (to \"flash\" or \"flame\");","strongs_definition":"a blaze","kjv_definition":"flame(-ing)"} +{"id":"G5396","strongs_number":"G5396","system":"greek","language":"greek","number_value":5396,"lemma":"φλυαρέω","transliteration":"phlyaréō","pronunciation":null,"derivation":"from G5397 (φλύαρος);","strongs_definition":"to be a babbler or trifler, i.e. (by implication) to berate idly or mischievously","kjv_definition":"prate against"} +{"id":"G5397","strongs_number":"G5397","system":"greek","language":"greek","number_value":5397,"lemma":"φλύαρος","transliteration":"phlýaros","pronunciation":null,"derivation":"from (to bubble);","strongs_definition":"a garrulous person, i.e. prater","kjv_definition":"tattler"} +{"id":"G5398","strongs_number":"G5398","system":"greek","language":"greek","number_value":5398,"lemma":"φοβερός","transliteration":"phoberós","pronunciation":null,"derivation":"from G5401 (φόβος);","strongs_definition":"frightful, i.e. (objectively) formidable","kjv_definition":"fearful, terrible"} +{"id":"G5399","strongs_number":"G5399","system":"greek","language":"greek","number_value":5399,"lemma":"φοβέω","transliteration":"phobéō","pronunciation":null,"derivation":"from G5401 (φόβος);","strongs_definition":"to frighten, i.e. (passively) to be alarmed; by analogy, to be in awe of, i.e. revere","kjv_definition":"be (+ sore) afraid, fear (exceedingly), reverence"} +{"id":"G5400","strongs_number":"G5400","system":"greek","language":"greek","number_value":5400,"lemma":"φόβητρον","transliteration":"phóbētron","pronunciation":null,"derivation":"neuter of a derivative of G5399 (φοβέω);","strongs_definition":"a frightening thing, i.e. terrific portent","kjv_definition":"fearful sight"} +{"id":"G5401","strongs_number":"G5401","system":"greek","language":"greek","number_value":5401,"lemma":"φόβος","transliteration":"phóbos","pronunciation":null,"derivation":"from a primary (to be put in fear);","strongs_definition":"alarm or fright","kjv_definition":"be afraid, + exceedingly, fear, terror"} +{"id":"G5402","strongs_number":"G5402","system":"greek","language":"greek","number_value":5402,"lemma":"Φοίβη","transliteration":"Phoíbē","pronunciation":null,"derivation":"feminine of (bright;","strongs_definition":"probably akin to the base of G5457 (φῶς)); Phœbe, a Christian woman","kjv_definition":"Phebe"} +{"id":"G5403","strongs_number":"G5403","system":"greek","language":"greek","number_value":5403,"lemma":"Φοινίκη","transliteration":"Phoiníkē","pronunciation":null,"derivation":"from G5404 (φοῖνιξ);","strongs_definition":"palm-country; Phœnice (or Phœnicia), a region of Palestine","kjv_definition":"Phenice, Phenicia"} +{"id":"G5404","strongs_number":"G5404","system":"greek","language":"greek","number_value":5404,"lemma":"φοῖνιξ","transliteration":"phoînix","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a palm-tree","kjv_definition":"palm (tree)"} +{"id":"G5405","strongs_number":"G5405","system":"greek","language":"greek","number_value":5405,"lemma":"Φοῖνιξ","transliteration":"Phoînix","pronunciation":null,"derivation":"probably the same as G5404 (φοῖνιξ);","strongs_definition":"Phœnix, a place in Crete","kjv_definition":"Phenice"} +{"id":"G5406","strongs_number":"G5406","system":"greek","language":"greek","number_value":5406,"lemma":"φονεύς","transliteration":"phoneús","pronunciation":null,"derivation":"from G5408 (φόνος);","strongs_definition":"a murderer (always of criminal (or at least intentional) homicide; which G443 (ἀνθρωποκτόνος) does not necessarily imply; while G4607 (σικάριος) is a special term for a public bandit)","kjv_definition":"murderer"} +{"id":"G5407","strongs_number":"G5407","system":"greek","language":"greek","number_value":5407,"lemma":"φονεύω","transliteration":"phoneúō","pronunciation":null,"derivation":"from G5406 (φονεύς);","strongs_definition":"to be a murderer (of)","kjv_definition":"kill, do murder, slay"} +{"id":"G5408","strongs_number":"G5408","system":"greek","language":"greek","number_value":5408,"lemma":"φόνος","transliteration":"phónos","pronunciation":null,"derivation":"from an obsolete primary (to slay);","strongs_definition":"murder","kjv_definition":"murder, + be slain with, slaughter"} +{"id":"G5409","strongs_number":"G5409","system":"greek","language":"greek","number_value":5409,"lemma":"φορέω","transliteration":"phoréō","pronunciation":null,"derivation":"from G5411 (φόρος);","strongs_definition":"to have a burden, i.e. (by analogy) to wear as clothing or a constant accompaniment","kjv_definition":"bear, wear"} +{"id":"G5410","strongs_number":"G5410","system":"greek","language":"greek","number_value":5410,"lemma":"Φόρον","transliteration":"Phóron","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a forum or market-place; only in comparative with G675 (Ἄππιος); a station on the Appian road","kjv_definition":"forum"} +{"id":"G5411","strongs_number":"G5411","system":"greek","language":"greek","number_value":5411,"lemma":"φόρος","transliteration":"phóros","pronunciation":null,"derivation":"from G5342 (φέρω);","strongs_definition":"a load (as borne), i.e. (figuratively) a tax (properly, an individual assessment on persons or property; whereas G5056 (τέλος) is usually a general toll on goods or travel)","kjv_definition":"tribute"} +{"id":"G5412","strongs_number":"G5412","system":"greek","language":"greek","number_value":5412,"lemma":"φορτίζω","transliteration":"phortízō","pronunciation":null,"derivation":"from G5414 (φόρτος);","strongs_definition":"to load up (properly, as a vessel or animal), i.e. (figuratively) to overburden with ceremony (or spiritual anxiety)","kjv_definition":"lade, by heavy laden"} +{"id":"G5413","strongs_number":"G5413","system":"greek","language":"greek","number_value":5413,"lemma":"φορτίον","transliteration":"phortíon","pronunciation":null,"derivation":"diminutive of G5414 (φόρτος);","strongs_definition":"an invoice (as part of freight), i.e. (figuratively) a task or service","kjv_definition":"burden"} +{"id":"G5414","strongs_number":"G5414","system":"greek","language":"greek","number_value":5414,"lemma":"φόρτος","transliteration":"phórtos","pronunciation":null,"derivation":"from G5342 (φέρω);","strongs_definition":"something carried, i.e. the cargo of a ship","kjv_definition":"lading"} +{"id":"G5415","strongs_number":"G5415","system":"greek","language":"greek","number_value":5415,"lemma":"Φορτουνᾶτος","transliteration":"Phortounâtos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"\"fortunate\"; Fortunatus, a Christian","kjv_definition":"Fortunatus"} +{"id":"G5416","strongs_number":"G5416","system":"greek","language":"greek","number_value":5416,"lemma":"φραγέλλιον","transliteration":"phragéllion","pronunciation":null,"derivation":"neuter of a derivative from the base of G5417 (φραγελλόω);","strongs_definition":"a whip, i.e. Roman lash as a public punishment","kjv_definition":"scourge"} +{"id":"G5417","strongs_number":"G5417","system":"greek","language":"greek","number_value":5417,"lemma":"φραγελλόω","transliteration":"phragellóō","pronunciation":null,"derivation":"from a presumed equivalent of the Latin flagellum;","strongs_definition":"to whip, i.e. lash as a public punishment","kjv_definition":"scourge"} +{"id":"G5418","strongs_number":"G5418","system":"greek","language":"greek","number_value":5418,"lemma":"φραγμός","transliteration":"phragmós","pronunciation":null,"derivation":"from G5420 (φράσσω);","strongs_definition":"a fence, or inclosing barrier (literally or figuratively)","kjv_definition":"hedge (+ round about), partition"} +{"id":"G5419","strongs_number":"G5419","system":"greek","language":"greek","number_value":5419,"lemma":"φράζω","transliteration":"phrázō","pronunciation":null,"derivation":"probably akin to G5420 (φράσσω) through the idea of defining;","strongs_definition":"to indicate (by word or act), i.e. (specially), to expound","kjv_definition":"declare"} +{"id":"G5420","strongs_number":"G5420","system":"greek","language":"greek","number_value":5420,"lemma":"φράσσω","transliteration":"phrássō","pronunciation":null,"derivation":"apparently a strengthening form of the base of G5424 (φρήν);","strongs_definition":"to fence or inclose, i.e. (specially), to block up (figuratively, to silence)","kjv_definition":"stop"} +{"id":"G5421","strongs_number":"G5421","system":"greek","language":"greek","number_value":5421,"lemma":"φρέαρ","transliteration":"phréar","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a hole in the ground (dug for obtaining or holding water or other purposes), i.e. a cistern or well; figuratively, an abyss (as a prison)","kjv_definition":"well, pit"} +{"id":"G5422","strongs_number":"G5422","system":"greek","language":"greek","number_value":5422,"lemma":"φρεναπατάω","transliteration":"phrenapatáō","pronunciation":null,"derivation":"from G5423 (φρεναπάτης);","strongs_definition":"to be a mind-misleader, i.e. delude","kjv_definition":"deceive"} +{"id":"G5423","strongs_number":"G5423","system":"greek","language":"greek","number_value":5423,"lemma":"φρεναπάτης","transliteration":"phrenapátēs","pronunciation":null,"derivation":"from G5424 (φρήν) and G539 (ἀπάτη);","strongs_definition":"a mind-misleader, i.e. seducer","kjv_definition":"deceiver"} +{"id":"G5424","strongs_number":"G5424","system":"greek","language":"greek","number_value":5424,"lemma":"φρήν","transliteration":"phrḗn","pronunciation":null,"derivation":"probably from an obsolete (to rein in or curb; compare G5420 (φράσσω));","strongs_definition":"the midrif (as a partition of the body), i.e. (figuratively and by implication, of sympathy) the feelings (or sensitive nature; by extension (also in the plural) the mind or cognitive faculties)","kjv_definition":"understanding"} +{"id":"G5425","strongs_number":"G5425","system":"greek","language":"greek","number_value":5425,"lemma":"φρίσσω","transliteration":"phríssō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to \"bristle\" or chill, i.e. shudder (fear)","kjv_definition":"tremble"} +{"id":"G5426","strongs_number":"G5426","system":"greek","language":"greek","number_value":5426,"lemma":"φρονέω","transliteration":"phronéō","pronunciation":null,"derivation":"from G5424 (φρήν);","strongs_definition":"to exercise the mind, i.e. entertain or have a sentiment or opinion; by implication, to be (mentally) disposed (more or less earnestly in a certain direction); intensively, to interest oneself in (with concern or obedience)","kjv_definition":"set the affection on, (be) care(-ful), (be like-, + be of one, + be of the same, + let this) mind(-ed), regard, savour, think"} +{"id":"G5427","strongs_number":"G5427","system":"greek","language":"greek","number_value":5427,"lemma":"φρόνημα","transliteration":"phrónēma","pronunciation":null,"derivation":"from G5426 (φρονέω);","strongs_definition":"(mental) inclination or purpose","kjv_definition":"(be, + be carnally, + be spiritually) mind(-ed)"} +{"id":"G5428","strongs_number":"G5428","system":"greek","language":"greek","number_value":5428,"lemma":"φρόνησις","transliteration":"phrónēsis","pronunciation":null,"derivation":"from G5426 (φρονέω);","strongs_definition":"mental action or activity, i.e. intellectual or moral insight","kjv_definition":"prudence, wisdom"} +{"id":"G5429","strongs_number":"G5429","system":"greek","language":"greek","number_value":5429,"lemma":"φρόνιμος","transliteration":"phrónimos","pronunciation":null,"derivation":"from G5424 (φρήν);","strongs_definition":"thoughtful, i.e. sagacious or discreet (implying a cautious character; while G4680 (σοφός) denotes practical skill or acumen; and G4908 (συνετός) indicates rather intelligence or mental acquirement); in a bad sense conceited (also in the comparative)","kjv_definition":"wise(-r)"} +{"id":"G5430","strongs_number":"G5430","system":"greek","language":"greek","number_value":5430,"lemma":"φρονίμως","transliteration":"phronímōs","pronunciation":null,"derivation":"adverb from G5429 (φρόνιμος);","strongs_definition":"prudently","kjv_definition":"wisely"} +{"id":"G5431","strongs_number":"G5431","system":"greek","language":"greek","number_value":5431,"lemma":"φροντίζω","transliteration":"phrontízō","pronunciation":null,"derivation":"from a derivative of G5424 (φρήν);","strongs_definition":"to exercise thought, i.e. be anxious","kjv_definition":"be careful"} +{"id":"G5432","strongs_number":"G5432","system":"greek","language":"greek","number_value":5432,"lemma":"φρουρέω","transliteration":"phrouréō","pronunciation":null,"derivation":"from a compound of G4253 (πρό) and G3708 (ὁράω);","strongs_definition":"to be a watcher in advance, i.e. to mount guard as a sentinel (post spies at gates); figuratively, to hem in, protect","kjv_definition":"keep (with a garrison)"} +{"id":"G5433","strongs_number":"G5433","system":"greek","language":"greek","number_value":5433,"lemma":"φρυάσσω","transliteration":"phryássō","pronunciation":null,"derivation":"akin to G1032 (βρύω), G1031 (βρύχω);","strongs_definition":"to snort (as a spirited horse), i.e. (figuratively) to make a tumult","kjv_definition":"rage"} +{"id":"G5434","strongs_number":"G5434","system":"greek","language":"greek","number_value":5434,"lemma":"φρύγανον","transliteration":"phrýganon","pronunciation":null,"derivation":"neuter of a presumed derivative of (to roast or parch;","strongs_definition":"akin to the base of G5395 (φλόξ)); something desiccated, i.e. a dry twig","kjv_definition":"stick"} +{"id":"G5435","strongs_number":"G5435","system":"greek","language":"greek","number_value":5435,"lemma":"Φρυγία","transliteration":"Phrygía","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Phrygia, a region of Asia Minor","kjv_definition":"Phrygia"} +{"id":"G5436","strongs_number":"G5436","system":"greek","language":"greek","number_value":5436,"lemma":"Φύγελλος","transliteration":"Phýgellos","pronunciation":null,"derivation":"probably from G5343 (φεύγω);","strongs_definition":"fugitive; Phygellus, an apostate Christian","kjv_definition":"Phygellus"} +{"id":"G5437","strongs_number":"G5437","system":"greek","language":"greek","number_value":5437,"lemma":"φυγή","transliteration":"phygḗ","pronunciation":null,"derivation":"from G5343 (φεύγω);","strongs_definition":"a fleeing, i.e. escape","kjv_definition":"flight"} +{"id":"G5438","strongs_number":"G5438","system":"greek","language":"greek","number_value":5438,"lemma":"φυλακή","transliteration":"phylakḗ","pronunciation":null,"derivation":"from G5442 (φυλάσσω);","strongs_definition":"a guarding or (concretely, guard), the act, the person; figuratively, the place, the condition, or (specially), the time (as a division of day or night), literally or figuratively","kjv_definition":"cage, hold, (im-)prison(-ment), ward, watch"} +{"id":"G5439","strongs_number":"G5439","system":"greek","language":"greek","number_value":5439,"lemma":"φυλακίζω","transliteration":"phylakízō","pronunciation":null,"derivation":"from G5441 (φύλαξ);","strongs_definition":"to incarcerate","kjv_definition":"imprison"} +{"id":"G5440","strongs_number":"G5440","system":"greek","language":"greek","number_value":5440,"lemma":"φυλακτήριον","transliteration":"phylaktḗrion","pronunciation":null,"derivation":"neuter of a derivative of G5442 (φυλάσσω);","strongs_definition":"a guard-case, i.e. \"phylactery\" for wearing slips of Scripture texts","kjv_definition":"phylactery"} +{"id":"G5441","strongs_number":"G5441","system":"greek","language":"greek","number_value":5441,"lemma":"φύλαξ","transliteration":"phýlax","pronunciation":null,"derivation":"from G5442 (φυλάσσω);","strongs_definition":"a watcher or sentry","kjv_definition":"keeper"} +{"id":"G5442","strongs_number":"G5442","system":"greek","language":"greek","number_value":5442,"lemma":"φυλάσσω","transliteration":"phylássō","pronunciation":null,"derivation":"probably from G5443 (φυλή) through the idea of isolation;","strongs_definition":"to watch, i.e. be on guard (literally of figuratively); by implication, to preserve, obey, avoid","kjv_definition":"beward, keep (self), observe, save"} +{"id":"G5443","strongs_number":"G5443","system":"greek","language":"greek","number_value":5443,"lemma":"φυλή","transliteration":"phylḗ","pronunciation":null,"derivation":"from G5453 (φύω) (compare G5444 (φύλλον));","strongs_definition":"an offshoot, i.e. race or clan","kjv_definition":"kindred, tribe"} +{"id":"G5444","strongs_number":"G5444","system":"greek","language":"greek","number_value":5444,"lemma":"φύλλον","transliteration":"phýllon","pronunciation":null,"derivation":"from the same as G5443 (φυλή);","strongs_definition":"a sprout, i.e. leaf","kjv_definition":"leaf"} +{"id":"G5445","strongs_number":"G5445","system":"greek","language":"greek","number_value":5445,"lemma":"φύραμα","transliteration":"phýrama","pronunciation":null,"derivation":"from a prolonged form of (to mix a liquid with a solid;","strongs_definition":"perhaps akin to G5453 (φύω) through the idea of swelling in bulk), mean to knead; a mass of dough","kjv_definition":"lump"} +{"id":"G5446","strongs_number":"G5446","system":"greek","language":"greek","number_value":5446,"lemma":"φυσικός","transliteration":"physikós","pronunciation":null,"derivation":"from G5449 (φύσις);","strongs_definition":"\"physical\", i.e. (by implication) instinctive","kjv_definition":"natural"} +{"id":"G5447","strongs_number":"G5447","system":"greek","language":"greek","number_value":5447,"lemma":"φυσικῶς","transliteration":"physikōs","pronunciation":null,"derivation":"adverb from G5446 (φυσικός);","strongs_definition":"\"physically\", i.e. (by implication) instinctively","kjv_definition":"naturally"} +{"id":"G5448","strongs_number":"G5448","system":"greek","language":"greek","number_value":5448,"lemma":"φυσιόω","transliteration":"physióō","pronunciation":null,"derivation":"from G5449 (φύσις) in the primary sense of blowing;","strongs_definition":"to inflate, i.e. (figuratively) make proud (haughty)","kjv_definition":"puff up"} +{"id":"G5449","strongs_number":"G5449","system":"greek","language":"greek","number_value":5449,"lemma":"φύσις","transliteration":"phýsis","pronunciation":null,"derivation":"from G5453 (φύω);","strongs_definition":"growth (by germination or expansion), i.e. (by implication) natural production (lineal descent); by extension, a genus or sort; figuratively, native disposition, constitution or usage","kjv_definition":"(man-)kind, nature(-al)"} +{"id":"G5450","strongs_number":"G5450","system":"greek","language":"greek","number_value":5450,"lemma":"φυσίωσις","transliteration":"physíōsis","pronunciation":null,"derivation":"from G5448 (φυσιόω);","strongs_definition":"inflation, i.e. (figuratively) haughtiness","kjv_definition":"swelling"} +{"id":"G5451","strongs_number":"G5451","system":"greek","language":"greek","number_value":5451,"lemma":"φυτεία","transliteration":"phyteía","pronunciation":null,"derivation":"from G5452 (φυτεύω);","strongs_definition":"trans-planting, i.e. (concretely) a shrub or vegetable","kjv_definition":"plant"} +{"id":"G5452","strongs_number":"G5452","system":"greek","language":"greek","number_value":5452,"lemma":"φυτεύω","transliteration":"phyteúō","pronunciation":null,"derivation":"from a derivative of G5453 (φύω);","strongs_definition":"to set out in the earth, i.e. implant; figuratively, to instil doctrine","kjv_definition":"plant"} +{"id":"G5453","strongs_number":"G5453","system":"greek","language":"greek","number_value":5453,"lemma":"φύω","transliteration":"phýō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"probably originally, to \"puff\" or blow, i.e. to swell up; but only used in the implied sense, to germinate or grow (sprout, produce), literally or figuratively","kjv_definition":"spring (up)"} +{"id":"G5454","strongs_number":"G5454","system":"greek","language":"greek","number_value":5454,"lemma":"φωλεός","transliteration":"phōleós","pronunciation":null,"derivation":"of uncertain derivative;","strongs_definition":"a burrow or lurking-place","kjv_definition":"hole"} +{"id":"G5455","strongs_number":"G5455","system":"greek","language":"greek","number_value":5455,"lemma":"φωνέω","transliteration":"phōnéō","pronunciation":null,"derivation":"from G5456 (φωνή);","strongs_definition":"to emit a sound (animal, human or instrumental); by implication, to address in words or by name, also in imitation","kjv_definition":"call (for), crow, cry"} +{"id":"G5456","strongs_number":"G5456","system":"greek","language":"greek","number_value":5456,"lemma":"φωνή","transliteration":"phōnḗ","pronunciation":null,"derivation":"probably akin to G5316 (φαίνω) through the idea of disclosure;","strongs_definition":"a tone (articulate, bestial or artificial); by implication, an address (for any purpose), saying or language","kjv_definition":"noise, sound, voice"} +{"id":"G5457","strongs_number":"G5457","system":"greek","language":"greek","number_value":5457,"lemma":"φῶς","transliteration":"phōs","pronunciation":null,"derivation":"from an obsolete (to shine or make manifest, especially by rays;","strongs_definition":"compare G5316 (φαίνω), G5346 (φημί)); luminousness (in the widest application, natural or artificial, abstract or concrete, literal or figurative)","kjv_definition":"fire, light"} +{"id":"G5458","strongs_number":"G5458","system":"greek","language":"greek","number_value":5458,"lemma":"φωστήρ","transliteration":"phōstḗr","pronunciation":null,"derivation":"from G5457 (φῶς);","strongs_definition":"an illuminator, i.e. (concretely) a luminary, or (abstractly) brilliancy","kjv_definition":"light"} +{"id":"G5459","strongs_number":"G5459","system":"greek","language":"greek","number_value":5459,"lemma":"φωσφόρος","transliteration":"phōsphóros","pronunciation":null,"derivation":"from G5457 (φῶς) and G5342 (φέρω);","strongs_definition":"light-bearing (\"phosphorus\"), i.e. (specially), the morning-star (figuratively)","kjv_definition":"day star"} +{"id":"G5460","strongs_number":"G5460","system":"greek","language":"greek","number_value":5460,"lemma":"φωτεινός","transliteration":"phōteinós","pronunciation":null,"derivation":"from G5457 (φῶς);","strongs_definition":"lustrous, i.e. transparent or well-illuminated (figuratively)","kjv_definition":"bright, full of light"} +{"id":"G5461","strongs_number":"G5461","system":"greek","language":"greek","number_value":5461,"lemma":"φωτίζω","transliteration":"phōtízō","pronunciation":null,"derivation":"from G5457 (φῶς);","strongs_definition":"to shed rays, i.e. to shine or (transitively) to brighten up (literally or figuratively)","kjv_definition":"enlighten, illuminate, (bring to, give) light, make to see"} +{"id":"G5462","strongs_number":"G5462","system":"greek","language":"greek","number_value":5462,"lemma":"φωτισμός","transliteration":"phōtismós","pronunciation":null,"derivation":"from G5461 (φωτίζω);","strongs_definition":"illumination (figuratively)","kjv_definition":"light"} +{"id":"G5463","strongs_number":"G5463","system":"greek","language":"greek","number_value":5463,"lemma":"χαίρω","transliteration":"chaírō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to be \"cheer\"ful, i.e. calmly happy or well-off; impersonally, especially as salutation (on meeting or parting), be well","kjv_definition":"farewell, be glad, God speed, greeting, hall, joy(- fully), rejoice"} +{"id":"G5464","strongs_number":"G5464","system":"greek","language":"greek","number_value":5464,"lemma":"χάλαζα","transliteration":"chálaza","pronunciation":null,"derivation":"probably from G5465 (χαλάω);","strongs_definition":"hail","kjv_definition":"hail"} +{"id":"G5465","strongs_number":"G5465","system":"greek","language":"greek","number_value":5465,"lemma":"χαλάω","transliteration":"chaláō","pronunciation":null,"derivation":"from the base of G5490 (χάσμα);","strongs_definition":"to lower (as into a void)","kjv_definition":"let down, strike"} +{"id":"G5466","strongs_number":"G5466","system":"greek","language":"greek","number_value":5466,"lemma":"Χαλδαῖος","transliteration":"Chaldaîos","pronunciation":null,"derivation":"probably of Hebrew or (H03778);","strongs_definition":"a Chaldæan (i.e. Kasdi), or native or the region of the lower Euphrates","kjv_definition":"Chaldæan"} +{"id":"G5467","strongs_number":"G5467","system":"greek","language":"greek","number_value":5467,"lemma":"χαλεπός","transliteration":"chalepós","pronunciation":null,"derivation":"perhaps from G5465 (χαλάω) through the idea of reducing the strength;","strongs_definition":"difficult, i.e. dangerous, or (by implication) furious","kjv_definition":"fierce, perilous"} +{"id":"G5468","strongs_number":"G5468","system":"greek","language":"greek","number_value":5468,"lemma":"χαλιναγωγέω","transliteration":"chalinagōgéō","pronunciation":null,"derivation":"from a compound of G5469 (χαλινός) and the reduplicated form of G71 (ἄγω);","strongs_definition":"to be a bit-leader, i.e. to curb (figuratively)","kjv_definition":"bridle"} +{"id":"G5469","strongs_number":"G5469","system":"greek","language":"greek","number_value":5469,"lemma":"χαλινός","transliteration":"chalinós","pronunciation":null,"derivation":"from G5465 (χαλάω);","strongs_definition":"a curb or head-stall (as curbing the spirit)","kjv_definition":"bit, bridle"} +{"id":"G5470","strongs_number":"G5470","system":"greek","language":"greek","number_value":5470,"lemma":"χάλκεος","transliteration":"chálkeos","pronunciation":null,"derivation":"from G5475 (χαλκός);","strongs_definition":"coppery","kjv_definition":"brass"} +{"id":"G5471","strongs_number":"G5471","system":"greek","language":"greek","number_value":5471,"lemma":"χαλκεύς","transliteration":"chalkeús","pronunciation":null,"derivation":"from G5475 (χαλκός);","strongs_definition":"a copper-worker or brazier","kjv_definition":"coppersmith"} +{"id":"G5472","strongs_number":"G5472","system":"greek","language":"greek","number_value":5472,"lemma":"χαλκηδών","transliteration":"chalkēdṓn","pronunciation":null,"derivation":"from G5475 (χαλκός) and perhaps G1491 (εἶδος);","strongs_definition":"copper-like, i.e. \"chalcedony\"","kjv_definition":"chalcedony"} +{"id":"G5473","strongs_number":"G5473","system":"greek","language":"greek","number_value":5473,"lemma":"χαλκίον","transliteration":"chalkíon","pronunciation":null,"derivation":"diminutive from G5475 (χαλκός);","strongs_definition":"a copper dish","kjv_definition":"brazen vessel"} +{"id":"G5474","strongs_number":"G5474","system":"greek","language":"greek","number_value":5474,"lemma":"χαλκολίβανον","transliteration":"chalkolíbanon","pronunciation":null,"derivation":"neuter of a compound of G5475 (χαλκός) and G3030 (λίβανος) (in the implied mean of whiteness or brilliancy);","strongs_definition":"burnished copper, an alloy of copper (or gold) and silver having a brilliant lustre","kjv_definition":"fine brass"} +{"id":"G5475","strongs_number":"G5475","system":"greek","language":"greek","number_value":5475,"lemma":"χαλκός","transliteration":"chalkós","pronunciation":null,"derivation":"perhaps from G5465 (χαλάω) through the idea of hollowing out as a vessel (this metal being chiefly used for that purpose);","strongs_definition":"copper (the substance, or some implement or coin made of it)","kjv_definition":"brass, money"} +{"id":"G5476","strongs_number":"G5476","system":"greek","language":"greek","number_value":5476,"lemma":"χαμαί","transliteration":"chamaí","pronunciation":null,"derivation":"adverb perhaps from the base of G5490 (χάσμα) through the idea of a fissure in the soil;","strongs_definition":"earthward, i.e. prostrate","kjv_definition":"on (to) the ground"} +{"id":"G5477","strongs_number":"G5477","system":"greek","language":"greek","number_value":5477,"lemma":"Χαναάν","transliteration":"Chanaán","pronunciation":null,"derivation":"of Hebrew origin (H03667);","strongs_definition":"Chanaan (i.e. Kenaan), the early name of Palestine","kjv_definition":"Chanaan"} +{"id":"G5478","strongs_number":"G5478","system":"greek","language":"greek","number_value":5478,"lemma":"Χανααναῖος","transliteration":"Chanaanaîos","pronunciation":null,"derivation":"from G5477 (Χαναάν);","strongs_definition":"a Chanaanæan (i.e. Kenaanite), or native of gentile Palestine","kjv_definition":"of Canaan"} +{"id":"G5479","strongs_number":"G5479","system":"greek","language":"greek","number_value":5479,"lemma":"χαρά","transliteration":"chará","pronunciation":null,"derivation":"from G5463 (χαίρω);","strongs_definition":"cheerfulness, i.e. calm delight","kjv_definition":"gladness, X greatly, (X be exceeding) joy(-ful, -fully, -fulness, -ous)"} +{"id":"G5480","strongs_number":"G5480","system":"greek","language":"greek","number_value":5480,"lemma":"χάραγμα","transliteration":"cháragma","pronunciation":null,"derivation":"from the same as G5482 (χάραξ);","strongs_definition":"a scratch or etching, i.e. stamp (as a badge of servitude), or scupltured figure (statue)","kjv_definition":"graven, mark"} +{"id":"G5481","strongs_number":"G5481","system":"greek","language":"greek","number_value":5481,"lemma":"χαρακτήρ","transliteration":"charaktḗr","pronunciation":null,"derivation":"from the same as G5482 (χάραξ);","strongs_definition":"a graver (the tool or the person), i.e. (by implication) engraving ((\"character\"), the figure stamped, i.e. an exact copy or (figuratively) representation)","kjv_definition":"express image"} +{"id":"G5482","strongs_number":"G5482","system":"greek","language":"greek","number_value":5482,"lemma":"χάραξ","transliteration":"chárax","pronunciation":null,"derivation":"from (to sharpen to a point;","strongs_definition":"akin to G1125 (γράφω) through the idea of scratching); a stake, i.e. (by implication) a palisade or rampart (military mound for circumvallation in a siege)","kjv_definition":"trench"} +{"id":"G5483","strongs_number":"G5483","system":"greek","language":"greek","number_value":5483,"lemma":"χαρίζομαι","transliteration":"charízomai","pronunciation":null,"derivation":"middle voice from G5485 (χάρις);","strongs_definition":"to grant as a favor, i.e. gratuitously, in kindness, pardon or rescue","kjv_definition":"deliver, (frankly) forgive, (freely) give, grant"} +{"id":"G5484","strongs_number":"G5484","system":"greek","language":"greek","number_value":5484,"lemma":"χάριν","transliteration":"chárin","pronunciation":null,"derivation":"accusative case of G5485 (χάρις) as preposition;","strongs_definition":"through favor of, i.e. on account of","kjv_definition":"be-(for) cause of, for sake of, +…fore, X reproachfully"} +{"id":"G5485","strongs_number":"G5485","system":"greek","language":"greek","number_value":5485,"lemma":"χάρις","transliteration":"cháris","pronunciation":null,"derivation":"from G5463 (χαίρω);","strongs_definition":"graciousness (as gratifying), of manner or act (abstract or concrete; literal, figurative or spiritual; especially the divine influence upon the heart, and its reflection in the life; including gratitude)","kjv_definition":"acceptable, benefit, favour, gift, grace(- ious), joy, liberality, pleasure, thank(-s, -worthy)"} +{"id":"G5486","strongs_number":"G5486","system":"greek","language":"greek","number_value":5486,"lemma":"χάρισμα","transliteration":"chárisma","pronunciation":null,"derivation":"from G5483 (χαρίζομαι);","strongs_definition":"a (divine) gratuity, i.e. deliverance (from danger or passion); (specially), a (spiritual) endowment, i.e. (subjectively) religious qualification, or (objectively) miraculous faculty","kjv_definition":"(free) gift"} +{"id":"G5487","strongs_number":"G5487","system":"greek","language":"greek","number_value":5487,"lemma":"χαριτόω","transliteration":"charitóō","pronunciation":null,"derivation":"from G5485 (χάρις);","strongs_definition":"to grace, i.e. indue with special honor","kjv_definition":"make accepted, be highly favoured"} +{"id":"G5488","strongs_number":"G5488","system":"greek","language":"greek","number_value":5488,"lemma":"Χαῤῥάν","transliteration":"Charrhán","pronunciation":null,"derivation":"of Hebrew origin (H02771);","strongs_definition":"Charrhan (i.e. Charan), a place in Mesopotamia","kjv_definition":"Charran"} +{"id":"G5489","strongs_number":"G5489","system":"greek","language":"greek","number_value":5489,"lemma":"χάρτης","transliteration":"chártēs","pronunciation":null,"derivation":"from the same as G5482 (χάραξ);","strongs_definition":"a sheet (\"chart\") of writing-material (as to be scribbled over)","kjv_definition":"paper"} +{"id":"G5490","strongs_number":"G5490","system":"greek","language":"greek","number_value":5490,"lemma":"χάσμα","transliteration":"chásma","pronunciation":null,"derivation":"from a form of an obsolete primary (to \"gape\" or \"yawn\");","strongs_definition":"a \"chasm\" or vacancy (impassable interval)","kjv_definition":"gulf"} +{"id":"G5491","strongs_number":"G5491","system":"greek","language":"greek","number_value":5491,"lemma":"χεῖλος","transliteration":"cheîlos","pronunciation":null,"derivation":"from a form of the same as G5490 (χάσμα);","strongs_definition":"a lip (as a pouring place); figuratively, a margin (of water)","kjv_definition":"lip, shore"} +{"id":"G5492","strongs_number":"G5492","system":"greek","language":"greek","number_value":5492,"lemma":"χειμάζω","transliteration":"cheimázō","pronunciation":null,"derivation":"from the same as G5494 (χειμών);","strongs_definition":"to storm, i.e. (passively) to labor under a gale","kjv_definition":"be tossed with tempest"} +{"id":"G5493","strongs_number":"G5493","system":"greek","language":"greek","number_value":5493,"lemma":"χείμαῤῥος","transliteration":"cheímarrhos","pronunciation":null,"derivation":"from the base of G5494 (χειμών) and G4482 (ῥέω);","strongs_definition":"a storm-runlet, i.e. winter-torrent","kjv_definition":"brook"} +{"id":"G5494","strongs_number":"G5494","system":"greek","language":"greek","number_value":5494,"lemma":"χειμών","transliteration":"cheimṓn","pronunciation":null,"derivation":"from a derivative of (to pour;","strongs_definition":"akin to the base of 5490 through the idea of a channel), meaning a storm (as pouring rain); by implication, the rainy season, i.e. winter","kjv_definition":"tempest, foul weather, winter"} +{"id":"G5495","strongs_number":"G5495","system":"greek","language":"greek","number_value":5495,"lemma":"χείρ","transliteration":"cheír","pronunciation":null,"derivation":"perhaps from the base of G5494 (χειμών) in the sense of its congener the base of G5490 (χάσμα) (through the idea of hollowness for grasping);","strongs_definition":"the hand (literally or figuratively (power); especially (by Hebraism) a means or instrument)","kjv_definition":"hand"} +{"id":"G5496","strongs_number":"G5496","system":"greek","language":"greek","number_value":5496,"lemma":"χειραγωγέω","transliteration":"cheiragōgéō","pronunciation":null,"derivation":"from G5497 (χειραγωγός);","strongs_definition":"to be a hand-leader, i.e. to guide (a blind person)","kjv_definition":"lead by the hand"} +{"id":"G5497","strongs_number":"G5497","system":"greek","language":"greek","number_value":5497,"lemma":"χειραγωγός","transliteration":"cheiragōgós","pronunciation":null,"derivation":"from G5495 (χείρ) and a reduplicated form of G71 (ἄγω);","strongs_definition":"a hand-leader, i.e. personal conductor (of a blind person)","kjv_definition":"some to lead by the hand"} +{"id":"G5498","strongs_number":"G5498","system":"greek","language":"greek","number_value":5498,"lemma":"χειρόγραφον","transliteration":"cheirógraphon","pronunciation":null,"derivation":"neuter of a compound of G5495 (χείρ) and G1125 (γράφω);","strongs_definition":"something hand-written (\"chirograph\"), i.e. a manuscript (specially, a legal document or bond (figuratively))","kjv_definition":"handwriting"} +{"id":"G5499","strongs_number":"G5499","system":"greek","language":"greek","number_value":5499,"lemma":"χειροποίητος","transliteration":"cheiropoíētos","pronunciation":null,"derivation":"from G5495 (χείρ) and a derivative of G4160 (ποιέω);","strongs_definition":"manufactured, i.e. of human construction","kjv_definition":"made by (make with) hands"} +{"id":"G5500","strongs_number":"G5500","system":"greek","language":"greek","number_value":5500,"lemma":"χειροτονέω","transliteration":"cheirotonéō","pronunciation":null,"derivation":"from a comparative of G5495 (χείρ) and (to stretch);","strongs_definition":"to be a hand-reacher or voter (by raising the hand), i.e. (generally) to select or appoint","kjv_definition":"choose, ordain"} +{"id":"G5501","strongs_number":"G5501","system":"greek","language":"greek","number_value":5501,"lemma":"χείρων","transliteration":"cheírōn","pronunciation":null,"derivation":"irregular comparative of G2556 (κακός);","strongs_definition":"from an obsolete equivalent (of uncertain derivation); more evil or aggravated (physically, mentally or morally)","kjv_definition":"sorer, worse"} +{"id":"G5502","strongs_number":"G5502","system":"greek","language":"greek","number_value":5502,"lemma":"χερουβίμ","transliteration":"cheroubím","pronunciation":null,"derivation":"plural of Hebrew origin (H03742);","strongs_definition":"\"cherubim\" (i.e. cherubs or kerubim)","kjv_definition":"cherubims"} +{"id":"G5503","strongs_number":"G5503","system":"greek","language":"greek","number_value":5503,"lemma":"χήρα","transliteration":"chḗra","pronunciation":null,"derivation":"feminine of a presumed derivative apparently from the base of G5490 (χάσμα) through the idea of deficiency;","strongs_definition":"a widow (as lacking a husband), literally or figuratively","kjv_definition":"widow"} +{"id":"G5504","strongs_number":"G5504","system":"greek","language":"greek","number_value":5504,"lemma":"χθές","transliteration":"chthés","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"\"yesterday\"; by extension, in time past or hitherto","kjv_definition":"yesterday"} +{"id":"G5505","strongs_number":"G5505","system":"greek","language":"greek","number_value":5505,"lemma":"χιλιάς","transliteration":"chiliás","pronunciation":null,"derivation":"from G5507 (χίλιοι);","strongs_definition":"one thousand (\"chiliad\")","kjv_definition":"thousand"} +{"id":"G5506","strongs_number":"G5506","system":"greek","language":"greek","number_value":5506,"lemma":"χιλίαρχος","transliteration":"chilíarchos","pronunciation":null,"derivation":"from G5507 (χίλιοι) and G757 (ἄρχω);","strongs_definition":"the commander of a thousand soldiers (\"chiliarch\"; i.e. colonel","kjv_definition":"(chief, high) captain"} +{"id":"G5507","strongs_number":"G5507","system":"greek","language":"greek","number_value":5507,"lemma":"χίλιοι","transliteration":"chílioi","pronunciation":null,"derivation":"plural of uncertain affinity;","strongs_definition":"a thousand","kjv_definition":"thousand"} +{"id":"G5508","strongs_number":"G5508","system":"greek","language":"greek","number_value":5508,"lemma":"Χίος","transliteration":"Chíos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Chios, an island in the Mediterranean","kjv_definition":"Chios"} +{"id":"G5509","strongs_number":"G5509","system":"greek","language":"greek","number_value":5509,"lemma":"χιτών","transliteration":"chitṓn","pronunciation":null,"derivation":"of foreign origin (H03801);","strongs_definition":"a tunic or shirt","kjv_definition":"clothes, coat, garment"} +{"id":"G5510","strongs_number":"G5510","system":"greek","language":"greek","number_value":5510,"lemma":"χιών","transliteration":"chiṓn","pronunciation":null,"derivation":"perhaps akin to the base of G5490 (χάσμα) (G5465 (χαλάω)) or G5494 (χειμών) (as descending or empty);","strongs_definition":"snow","kjv_definition":"snow"} +{"id":"G5511","strongs_number":"G5511","system":"greek","language":"greek","number_value":5511,"lemma":"χλαμύς","transliteration":"chlamýs","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a military cloak","kjv_definition":"robe"} +{"id":"G5512","strongs_number":"G5512","system":"greek","language":"greek","number_value":5512,"lemma":"χλευάζω","transliteration":"chleuázō","pronunciation":null,"derivation":"from a derivative probably of G5491 (χεῖλος);","strongs_definition":"to throw out the lip, i.e. jeer at","kjv_definition":"mock"} +{"id":"G5513","strongs_number":"G5513","system":"greek","language":"greek","number_value":5513,"lemma":"χλιαρός","transliteration":"chliarós","pronunciation":null,"derivation":"from (to warm);","strongs_definition":"tepid","kjv_definition":"lukewarm"} +{"id":"G5514","strongs_number":"G5514","system":"greek","language":"greek","number_value":5514,"lemma":"Χλόη","transliteration":"Chlóē","pronunciation":null,"derivation":"feminine of apparently a primary word;","strongs_definition":"\"green\"; Chloë, a Christian female","kjv_definition":"Chloe"} +{"id":"G5515","strongs_number":"G5515","system":"greek","language":"greek","number_value":5515,"lemma":"χλωρός","transliteration":"chlōrós","pronunciation":null,"derivation":"from the same as G5514 (Χλόη);","strongs_definition":"greenish, i.e. verdant, dun-colored","kjv_definition":"green, pale"} +{"id":"G5516","strongs_number":"G5516","system":"greek","language":"greek","number_value":5516,"lemma":"χξϛ","transliteration":"chx stigma","pronunciation":null,"derivation":"the 22nd, 14th and an obsolete letter (G4742 (στίγμα) as a cross) of the Greek alphabet (intermediate between the 5th and 6th), used as numbers; denoting respectively 600, 60 and 6;","strongs_definition":"666 as a numeral","kjv_definition":"six hundred threescore and six"} +{"id":"G5517","strongs_number":"G5517","system":"greek","language":"greek","number_value":5517,"lemma":"χοϊκός","transliteration":"choïkós","pronunciation":null,"derivation":"from G5522 (χόος);","strongs_definition":"dusty or dirty (soil-like), i.e. (by implication) terrene","kjv_definition":"earthy"} +{"id":"G5518","strongs_number":"G5518","system":"greek","language":"greek","number_value":5518,"lemma":"χοῖνιξ","transliteration":"choînix","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a chœnix or certain dry measure","kjv_definition":"measure"} +{"id":"G5519","strongs_number":"G5519","system":"greek","language":"greek","number_value":5519,"lemma":"χοῖρος","transliteration":"choîros","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a hog","kjv_definition":"swine"} +{"id":"G5520","strongs_number":"G5520","system":"greek","language":"greek","number_value":5520,"lemma":"χολάω","transliteration":"choláō","pronunciation":null,"derivation":"from G5521 (χολή);","strongs_definition":"to be bilious, i.e. (by implication) irritable (enraged, \"choleric\")","kjv_definition":"be angry"} +{"id":"G5521","strongs_number":"G5521","system":"greek","language":"greek","number_value":5521,"lemma":"χολή","transliteration":"cholḗ","pronunciation":null,"derivation":"feminine of an equivalent perhaps akin to the same as 5514 (from the greenish hue);","strongs_definition":"\"gall\" or bile, i.e. (by analogy) poison or an anodyne (wormwood, poppy, etc.)","kjv_definition":"gall"} +{"id":"G5522","strongs_number":"G5522","system":"greek","language":"greek","number_value":5522,"lemma":"χόος","transliteration":"chóos","pronunciation":null,"derivation":"from the base of G5494 (χειμών);","strongs_definition":"a heap (as poured out), i.e. rubbish; loose dirt","kjv_definition":"dust"} +{"id":"G5523","strongs_number":"G5523","system":"greek","language":"greek","number_value":5523,"lemma":"Χοραζίν","transliteration":"Chorazín","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Chorazin, a place in Palestine","kjv_definition":"Chorazin"} +{"id":"G5524","strongs_number":"G5524","system":"greek","language":"greek","number_value":5524,"lemma":"χορηγέω","transliteration":"chorēgéō","pronunciation":null,"derivation":"from a compound of G5525 (χορός) and G71 (ἄγω);","strongs_definition":"to be a dance-leader, i.e. (generally) to furnish","kjv_definition":"give, minister"} +{"id":"G5525","strongs_number":"G5525","system":"greek","language":"greek","number_value":5525,"lemma":"χορός","transliteration":"chorós","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a ring, i.e. round dance (\"choir\"","kjv_definition":"dancing"} +{"id":"G5526","strongs_number":"G5526","system":"greek","language":"greek","number_value":5526,"lemma":"χορτάζω","transliteration":"chortázō","pronunciation":null,"derivation":"from G5528 (χόρτος);","strongs_definition":"to fodder, i.e. (generally) to gorge (supply food in abundance)","kjv_definition":"feed, fill, satisfy"} +{"id":"G5527","strongs_number":"G5527","system":"greek","language":"greek","number_value":5527,"lemma":"χόρτασμα","transliteration":"chórtasma","pronunciation":null,"derivation":"from G5526 (χορτάζω);","strongs_definition":"forage, i.e. food","kjv_definition":"sustenance"} +{"id":"G5528","strongs_number":"G5528","system":"greek","language":"greek","number_value":5528,"lemma":"χόρτος","transliteration":"chórtos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a \"court\" or \"garden\", i.e. (by implication, of pasture) herbage or vegetation","kjv_definition":"blade, grass, hay"} +{"id":"G5529","strongs_number":"G5529","system":"greek","language":"greek","number_value":5529,"lemma":"Χουζᾶς","transliteration":"Chouzâs","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Chuzas, an officer of Herod","kjv_definition":"Chuza"} +{"id":"G5530","strongs_number":"G5530","system":"greek","language":"greek","number_value":5530,"lemma":"χράομαι","transliteration":"chráomai","pronunciation":null,"derivation":"middle voice of a primary verb (perhaps rather from G5495 (χείρ), to handle);","strongs_definition":"to furnish what is needed; (give an oracle, \"graze\" (touch slightly), light upon, etc.), i.e. (by implication) to employ or (by extension) to act towards one in a given manner","kjv_definition":"entreat, use"} +{"id":"G5531","strongs_number":"G5531","system":"greek","language":"greek","number_value":5531,"lemma":"χράω","transliteration":"chráō","pronunciation":null,"derivation":"probably the same as the base of G5530 (χράομαι);","strongs_definition":"to loan","kjv_definition":"lend"} +{"id":"G5532","strongs_number":"G5532","system":"greek","language":"greek","number_value":5532,"lemma":"χρεία","transliteration":"chreía","pronunciation":null,"derivation":"from the base of G5530 (χράομαι) or G5534 (χρή);","strongs_definition":"employment, i.e. an affair; also (by implication) occasion, demand, requirement or destitution","kjv_definition":"business, lack, necessary(-ity), need(-ful), use, want"} +{"id":"G5533","strongs_number":"G5533","system":"greek","language":"greek","number_value":5533,"lemma":"χρεωφειλέτης","transliteration":"chreōpheilétēs","pronunciation":null,"derivation":"from a derivative of G5531 (χράω) and G3781 (ὀφειλέτης);","strongs_definition":"a loan-ower, i.e. indebted person","kjv_definition":"debtor"} +{"id":"G5534","strongs_number":"G5534","system":"greek","language":"greek","number_value":5534,"lemma":"χρή","transliteration":"chrḗ","pronunciation":null,"derivation":"third person singular of the same as G5530 (χράομαι) or G5531 (χράω) used impersonally;","strongs_definition":"it needs (must or should) be","kjv_definition":"ought"} +{"id":"G5535","strongs_number":"G5535","system":"greek","language":"greek","number_value":5535,"lemma":"χρῄζω","transliteration":"chrḗizō","pronunciation":null,"derivation":"from G5532 (χρεία);","strongs_definition":"to make (i.e. have) necessity, i.e. be in want of","kjv_definition":"(have) need"} +{"id":"G5536","strongs_number":"G5536","system":"greek","language":"greek","number_value":5536,"lemma":"χρῆμα","transliteration":"chrēma","pronunciation":null,"derivation":null,"strongs_definition":"something useful or needed, i.e. wealth, price","kjv_definition":"money, riches"} +{"id":"G5537","strongs_number":"G5537","system":"greek","language":"greek","number_value":5537,"lemma":"χρηματίζω","transliteration":"chrēmatízō","pronunciation":null,"derivation":"from G5536 (χρῆμα);","strongs_definition":"to utter an oracle (compare the original sense of G5530 (χράομαι)), i.e. divinely intimate; by implication, (compare the secular sense of G5532 (χρεία)) to constitute a firm for business, i.e. (generally) bear as a title","kjv_definition":"be called, be admonished (warned) of God, reveal, speak"} +{"id":"G5538","strongs_number":"G5538","system":"greek","language":"greek","number_value":5538,"lemma":"χρηματισμός","transliteration":"chrēmatismós","pronunciation":null,"derivation":"from G5537 (χρηματίζω);","strongs_definition":"a divine response or revelation","kjv_definition":"answer of God"} +{"id":"G5539","strongs_number":"G5539","system":"greek","language":"greek","number_value":5539,"lemma":"χρήσιμος","transliteration":"chrḗsimos","pronunciation":null,"derivation":"from G5540 (χρῆσις);","strongs_definition":"serviceable","kjv_definition":"profit"} +{"id":"G5540","strongs_number":"G5540","system":"greek","language":"greek","number_value":5540,"lemma":"χρῆσις","transliteration":"chrēsis","pronunciation":null,"derivation":"from G5530 (χράομαι);","strongs_definition":"employment, i.e. (specially), sexual intercourse (as an occupation of the body)","kjv_definition":"use"} +{"id":"G5541","strongs_number":"G5541","system":"greek","language":"greek","number_value":5541,"lemma":"χρηστεύομαι","transliteration":"chrēsteúomai","pronunciation":null,"derivation":"middle voice from G5543 (χρηστός);","strongs_definition":"to show oneself useful, i.e. act benevolently","kjv_definition":"be kind"} +{"id":"G5542","strongs_number":"G5542","system":"greek","language":"greek","number_value":5542,"lemma":"χρηστολογία","transliteration":"chrēstología","pronunciation":null,"derivation":"from a compound of G5543 (χρηστός) and G3004 (λέγω);","strongs_definition":"fair speech, i.e. plausibility","kjv_definition":"good words"} +{"id":"G5543","strongs_number":"G5543","system":"greek","language":"greek","number_value":5543,"lemma":"χρηστός","transliteration":"chrēstós","pronunciation":null,"derivation":"from G5530 (χράομαι);","strongs_definition":"employed, i.e. (by implication) useful (in manner or morals)","kjv_definition":"better, easy, good(-ness), gracious, kind"} +{"id":"G5544","strongs_number":"G5544","system":"greek","language":"greek","number_value":5544,"lemma":"χρηστότης","transliteration":"chrēstótēs","pronunciation":null,"derivation":"from G5543 (χρηστός);","strongs_definition":"usefulness, i.e. morally, excellence (in character or demeanor)","kjv_definition":"gentleness, good(-ness), kindness"} +{"id":"G5545","strongs_number":"G5545","system":"greek","language":"greek","number_value":5545,"lemma":"χρῖσμα","transliteration":"chrîsma","pronunciation":null,"derivation":"from G5548 (χρίω);","strongs_definition":"an unguent or smearing, i.e. (figuratively) the special endowment (\"chrism\") of the Holy Spirit","kjv_definition":"anointing, unction"} +{"id":"G5546","strongs_number":"G5546","system":"greek","language":"greek","number_value":5546,"lemma":"Χριστιανός","transliteration":"Christianós","pronunciation":null,"derivation":"from G5547 (Χριστός);","strongs_definition":"a Christian, i.e. follower of Christ","kjv_definition":"Christian"} +{"id":"G5547","strongs_number":"G5547","system":"greek","language":"greek","number_value":5547,"lemma":"Χριστός","transliteration":"Christós","pronunciation":null,"derivation":"from G5548 (χρίω);","strongs_definition":"anointed, i.e. the Messiah, an epithet of Jesus","kjv_definition":"Christ"} +{"id":"G5548","strongs_number":"G5548","system":"greek","language":"greek","number_value":5548,"lemma":"χρίω","transliteration":"chríō","pronunciation":null,"derivation":"probably akin to G5530 (χράομαι) through the idea of contact;","strongs_definition":"to smear or rub with oil, i.e. (by implication) to consecrate to an office or religious service","kjv_definition":"anoint"} +{"id":"G5549","strongs_number":"G5549","system":"greek","language":"greek","number_value":5549,"lemma":"χρονίζω","transliteration":"chronízō","pronunciation":null,"derivation":"from G5550 (χρόνος);","strongs_definition":"to take time, i.e. linger","kjv_definition":"delay, tarry"} +{"id":"G5550","strongs_number":"G5550","system":"greek","language":"greek","number_value":5550,"lemma":"χρόνος","transliteration":"chrónos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a space of time (in general, and thus properly distinguished from G2540 (καιρός), which designates a fixed or special occasion; and from G165 (αἰών), which denotes a particular period) or interval; by extension, an individual opportunity; by implication, delay","kjv_definition":"+ years old, season, space, (X often-)time(-s), (a) while"} +{"id":"G5551","strongs_number":"G5551","system":"greek","language":"greek","number_value":5551,"lemma":"χρονοτριβέω","transliteration":"chronotribéō","pronunciation":null,"derivation":"from a presumed compound of G5550 (χρόνος) and the base of G5147 (τρίβος);","strongs_definition":"to be a time-wearer, i.e. to procrastinate (linger)","kjv_definition":"spend time"} +{"id":"G5552","strongs_number":"G5552","system":"greek","language":"greek","number_value":5552,"lemma":"χρύσεος","transliteration":"chrýseos","pronunciation":null,"derivation":"from G5557 (χρυσός);","strongs_definition":"made of gold","kjv_definition":"of gold, golden"} +{"id":"G5553","strongs_number":"G5553","system":"greek","language":"greek","number_value":5553,"lemma":"χρυσίον","transliteration":"chrysíon","pronunciation":null,"derivation":"diminutive of G5557 (χρυσός);","strongs_definition":"a golden article, i.e. gold plating, ornament, or coin","kjv_definition":"gold"} +{"id":"G5554","strongs_number":"G5554","system":"greek","language":"greek","number_value":5554,"lemma":"χρυσοδακτύλιος","transliteration":"chrysodaktýlios","pronunciation":null,"derivation":"from G5557 (χρυσός) and G1146 (δακτύλιος);","strongs_definition":"gold-ringed, i.e. wearing a golden finger-ring or similar jewelry","kjv_definition":"with a gold ring"} +{"id":"G5555","strongs_number":"G5555","system":"greek","language":"greek","number_value":5555,"lemma":"χρυσόλιθος","transliteration":"chrysólithos","pronunciation":null,"derivation":"from G5557 (χρυσός) and G3037 (λίθος);","strongs_definition":"gold-stone, i.e. a yellow gem (\"chrysolite\")","kjv_definition":"chrysolite"} +{"id":"G5556","strongs_number":"G5556","system":"greek","language":"greek","number_value":5556,"lemma":"χρυσόπρασος","transliteration":"chrysóprasos","pronunciation":null,"derivation":"from G5557 (χρυσός) and (a leek);","strongs_definition":"a greenish-yellow gem (\"chrysoprase\")","kjv_definition":"chrysoprase"} +{"id":"G5557","strongs_number":"G5557","system":"greek","language":"greek","number_value":5557,"lemma":"χρυσός","transliteration":"chrysós","pronunciation":null,"derivation":"perhaps from the base of G5530 (χράομαι) (through the idea of the utility of the metal);","strongs_definition":"gold; by extension, a golden article, as an ornament or coin","kjv_definition":"gold"} +{"id":"G5558","strongs_number":"G5558","system":"greek","language":"greek","number_value":5558,"lemma":"χρυσόω","transliteration":"chrysóō","pronunciation":null,"derivation":"from G5557 (χρυσός);","strongs_definition":"to gild, i.e. bespangle with golden ornaments","kjv_definition":"deck"} +{"id":"G5559","strongs_number":"G5559","system":"greek","language":"greek","number_value":5559,"lemma":"χρώς","transliteration":"chrṓs","pronunciation":null,"derivation":"probably akin to the base of G5530 (χράομαι) through the idea of handling;","strongs_definition":"the body (properly, its surface or skin)","kjv_definition":"body"} +{"id":"G5560","strongs_number":"G5560","system":"greek","language":"greek","number_value":5560,"lemma":"χωλός","transliteration":"chōlós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"\"halt\", i.e. limping","kjv_definition":"cripple, halt, lame"} +{"id":"G5561","strongs_number":"G5561","system":"greek","language":"greek","number_value":5561,"lemma":"χώρα","transliteration":"chṓra","pronunciation":null,"derivation":"feminine of a derivative of the base of G5490 (χάσμα) through the idea of empty expanse;","strongs_definition":"room, i.e. a space of territory (more or less extensive; often including its inhabitants)","kjv_definition":"coast, county, fields, ground, land, region"} +{"id":"G5562","strongs_number":"G5562","system":"greek","language":"greek","number_value":5562,"lemma":"χωρέω","transliteration":"chōréō","pronunciation":null,"derivation":"from G5561 (χώρα);","strongs_definition":"to be in (give) space, i.e. (intransitively) to pass, enter, or (transitively) to hold, admit (literally or figuratively)","kjv_definition":"come, contain, go, have place, (can, be room to) receive"} +{"id":"G5563","strongs_number":"G5563","system":"greek","language":"greek","number_value":5563,"lemma":"χωρίζω","transliteration":"chōrízō","pronunciation":null,"derivation":"from G5561 (χώρα);","strongs_definition":"to place room between, i.e. part; reflexively, to go away","kjv_definition":"depart, put asunder, separate"} +{"id":"G5564","strongs_number":"G5564","system":"greek","language":"greek","number_value":5564,"lemma":"χωρίον","transliteration":"chōríon","pronunciation":null,"derivation":"diminutive of G5561 (χώρα);","strongs_definition":"a spot or plot of ground","kjv_definition":"field, land, parcel of ground, place, possession"} +{"id":"G5565","strongs_number":"G5565","system":"greek","language":"greek","number_value":5565,"lemma":"χωρίς","transliteration":"chōrís","pronunciation":null,"derivation":"adverb from G5561 (χώρα);","strongs_definition":"at a space, i.e. separately or apart from (often as preposition)","kjv_definition":"beside, by itself, without"} +{"id":"G5566","strongs_number":"G5566","system":"greek","language":"greek","number_value":5566,"lemma":"χῶρος","transliteration":"chōros","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"the north-west wind","kjv_definition":"north west"} +{"id":"G5567","strongs_number":"G5567","system":"greek","language":"greek","number_value":5567,"lemma":"ψάλλω","transliteration":"psállō","pronunciation":null,"derivation":"probably strengthened from (to rub or touch the surface;","strongs_definition":"compare G5597 (ψώχω)); to twitch or twang, i.e. to play on a stringed instrument (celebrate the divine worship with music and accompanying odes)","kjv_definition":"make melody, sing (psalms)"} +{"id":"G5568","strongs_number":"G5568","system":"greek","language":"greek","number_value":5568,"lemma":"ψαλμός","transliteration":"psalmós","pronunciation":null,"derivation":"from G5567 (ψάλλω);","strongs_definition":"a set piece of music, i.e. a sacred ode (accompanied with the voice, harp or other instrument; a \"psalm\"); collectively, the book of the Psalms","kjv_definition":"psalm"} +{"id":"G5569","strongs_number":"G5569","system":"greek","language":"greek","number_value":5569,"lemma":"ψευδάδελφος","transliteration":"pseudádelphos","pronunciation":null,"derivation":"from G5571 (ψευδής) and G80 (ἀδελφός);","strongs_definition":"a spurious brother, i.e. pretended associate","kjv_definition":"false brethren"} +{"id":"G5570","strongs_number":"G5570","system":"greek","language":"greek","number_value":5570,"lemma":"ψευδαπόστολος","transliteration":"pseudapóstolos","pronunciation":null,"derivation":"from G5571 (ψευδής) and G652 (ἀπόστολος);","strongs_definition":"a spurious apostle, i.e. pretended pracher","kjv_definition":"false teacher"} +{"id":"G5571","strongs_number":"G5571","system":"greek","language":"greek","number_value":5571,"lemma":"ψευδής","transliteration":"pseudḗs","pronunciation":null,"derivation":"from G5574 (ψεύδομαι);","strongs_definition":"untrue, i.e. erroneous, deceitful, wicked","kjv_definition":"false, liar"} +{"id":"G5572","strongs_number":"G5572","system":"greek","language":"greek","number_value":5572,"lemma":"ψευδοδιδάσκαλος","transliteration":"pseudodidáskalos","pronunciation":null,"derivation":"from G5571 (ψευδής) and G1320 (διδάσκαλος);","strongs_definition":"a spurious teacher, i.e. propagator of erroneous Christian doctrine","kjv_definition":"false teacher"} +{"id":"G5573","strongs_number":"G5573","system":"greek","language":"greek","number_value":5573,"lemma":"ψευδολόγος","transliteration":"pseudológos","pronunciation":null,"derivation":"from G5571 (ψευδής) and G3004 (λέγω);","strongs_definition":"mendacious, i.e. promulgating erroneous Christian doctrine","kjv_definition":"speaking lies"} +{"id":"G5574","strongs_number":"G5574","system":"greek","language":"greek","number_value":5574,"lemma":"ψεύδομαι","transliteration":"pseúdomai","pronunciation":null,"derivation":"middle voice of an apparently primary verb;","strongs_definition":"to utter an untruth or attempt to deceive by falsehood","kjv_definition":"falsely, lie"} +{"id":"G5575","strongs_number":"G5575","system":"greek","language":"greek","number_value":5575,"lemma":"ψευδομάρτυρ","transliteration":"pseudomártyr","pronunciation":null,"derivation":"from G5571 (ψευδής) and a kindred form of G3144 (μάρτυς);","strongs_definition":"a spurious witness, i.e. bearer of untrue testimony","kjv_definition":"false witness"} +{"id":"G5576","strongs_number":"G5576","system":"greek","language":"greek","number_value":5576,"lemma":"ψευδομαρτυρέω","transliteration":"pseudomartyréō","pronunciation":null,"derivation":"from G5575 (ψευδομάρτυρ);","strongs_definition":"to be an untrue testifier, i.e. offer falsehood in evidence","kjv_definition":"be a false witness"} +{"id":"G5577","strongs_number":"G5577","system":"greek","language":"greek","number_value":5577,"lemma":"ψευδομαρτυρία","transliteration":"pseudomartyría","pronunciation":null,"derivation":"from G5575 (ψευδομάρτυρ);","strongs_definition":"untrue testimony","kjv_definition":"false witness"} +{"id":"G5578","strongs_number":"G5578","system":"greek","language":"greek","number_value":5578,"lemma":"ψευδοπροφήτης","transliteration":"pseudoprophḗtēs","pronunciation":null,"derivation":"from G5571 (ψευδής) and G4396 (προφήτης);","strongs_definition":"a spurious prophet, i.e. pretended foreteller or religious impostor","kjv_definition":"false prophet"} +{"id":"G5579","strongs_number":"G5579","system":"greek","language":"greek","number_value":5579,"lemma":"ψεῦδος","transliteration":"pseûdos","pronunciation":null,"derivation":"from G5574 (ψεύδομαι);","strongs_definition":"a falsehood","kjv_definition":"lie, lying"} +{"id":"G5580","strongs_number":"G5580","system":"greek","language":"greek","number_value":5580,"lemma":"ψευδόχριστος","transliteration":"pseudóchristos","pronunciation":null,"derivation":"from G5571 (ψευδής) and G5547 (Χριστός);","strongs_definition":"a spurious Messiah","kjv_definition":"false Christ"} +{"id":"G5581","strongs_number":"G5581","system":"greek","language":"greek","number_value":5581,"lemma":"ψευδώνυμος","transliteration":"pseudṓnymos","pronunciation":null,"derivation":"from G5571 (ψευδής) and G3686 (ὄνομα);","strongs_definition":"untruly named","kjv_definition":"falsely so called"} +{"id":"G5582","strongs_number":"G5582","system":"greek","language":"greek","number_value":5582,"lemma":"ψεῦσμα","transliteration":"pseûsma","pronunciation":null,"derivation":"from G5574 (ψεύδομαι);","strongs_definition":"a fabrication, i.e. falsehood","kjv_definition":"lie"} +{"id":"G5583","strongs_number":"G5583","system":"greek","language":"greek","number_value":5583,"lemma":"ψεύστης","transliteration":"pseústēs","pronunciation":null,"derivation":"from G5574 (ψεύδομαι);","strongs_definition":"a falsifier","kjv_definition":"liar"} +{"id":"G5584","strongs_number":"G5584","system":"greek","language":"greek","number_value":5584,"lemma":"ψηλαφάω","transliteration":"psēlapháō","pronunciation":null,"derivation":"from the base of G5567 (ψάλλω) (compare G5586 (ψῆφος));","strongs_definition":"to manipulate, i.e. verify by contact; figuratively, to search for","kjv_definition":"feel after, handle, touch"} +{"id":"G5585","strongs_number":"G5585","system":"greek","language":"greek","number_value":5585,"lemma":"ψηφίζω","transliteration":"psēphízō","pronunciation":null,"derivation":"from G5586 (ψῆφος);","strongs_definition":"to use pebbles in enumeration, i.e. (generally) to compute","kjv_definition":"count"} +{"id":"G5586","strongs_number":"G5586","system":"greek","language":"greek","number_value":5586,"lemma":"ψῆφος","transliteration":"psēphos","pronunciation":null,"derivation":"from the same as G5584 (ψηλαφάω);","strongs_definition":"a pebble (as worn smooth by handling), i.e. (by implication, of use as a counter or ballot) a verdict (of acquittal) or ticket (of admission); a vote","kjv_definition":"stone, voice"} +{"id":"G5587","strongs_number":"G5587","system":"greek","language":"greek","number_value":5587,"lemma":"ψιθυρισμός","transliteration":"psithyrismós","pronunciation":null,"derivation":"from a derivative of (a whisper;","strongs_definition":"by implication, a slander; probably akin to G5574 (ψεύδομαι)); whispering, i.e. secret detraction","kjv_definition":"whispering"} +{"id":"G5588","strongs_number":"G5588","system":"greek","language":"greek","number_value":5588,"lemma":"ψιθυριστής","transliteration":"psithyristḗs","pronunciation":null,"derivation":"from the same as G5587 (ψιθυρισμός);","strongs_definition":"a secret calumniator","kjv_definition":"whisperer"} +{"id":"G5589","strongs_number":"G5589","system":"greek","language":"greek","number_value":5589,"lemma":"ψιχίον","transliteration":"psichíon","pronunciation":null,"derivation":"diminutive from a derivative of the base of G5567 (ψάλλω) (meaning a crumb);","strongs_definition":"a little bit or morsel","kjv_definition":"crumb"} +{"id":"G5590","strongs_number":"G5590","system":"greek","language":"greek","number_value":5590,"lemma":"ψυχή","transliteration":"psychḗ","pronunciation":null,"derivation":"from G5594 (ψύχω);","strongs_definition":"breath, i.e. (by implication) spirit, abstractly or concretely (the animal sentient principle only; thus distinguished on the one hand from G4151 (πνεῦμα), which is the rational and immortal soul; and on the other from G2222 (ζωή), which is mere vitality, even of plants: these terms thus exactly correspond respectively to the Hebrew H05315, H07307 and H02416)","kjv_definition":"heart (+ -ily), life, mind, soul, + us, + you"} +{"id":"G5591","strongs_number":"G5591","system":"greek","language":"greek","number_value":5591,"lemma":"ψυχικός","transliteration":"psychikós","pronunciation":null,"derivation":"from G5590 (ψυχή);","strongs_definition":"sensitive, i.e. animate (in distinction on the one hand from G4152 (πνευματικός), which is the higher or renovated nature; and on the other from G5446 (φυσικός), which is the lower or bestial nature)","kjv_definition":"natural, sensual"} +{"id":"G5592","strongs_number":"G5592","system":"greek","language":"greek","number_value":5592,"lemma":"ψύχος","transliteration":"psýchos","pronunciation":null,"derivation":"from G5594 (ψύχω);","strongs_definition":"coolness","kjv_definition":"cold"} +{"id":"G5593","strongs_number":"G5593","system":"greek","language":"greek","number_value":5593,"lemma":"ψυχρός","transliteration":"psychrós","pronunciation":null,"derivation":"from G5592 (ψύχος);","strongs_definition":"chilly (literally or figuratively)","kjv_definition":"cold"} +{"id":"G5594","strongs_number":"G5594","system":"greek","language":"greek","number_value":5594,"lemma":"ψύχω","transliteration":"psýchō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to breathe (voluntarily but gently, thus differing on the one hand from G4154 (πνέω), which denotes properly a forcible respiration; and on the other from the base of G109 (ἀήρ), which refers properly to an inanimate breeze), i.e. (by implication, of reduction of temperature by evaporation) to chill (figuratively)","kjv_definition":"wax cold"} +{"id":"G5595","strongs_number":"G5595","system":"greek","language":"greek","number_value":5595,"lemma":"ψωμίζω","transliteration":"psōmízō","pronunciation":null,"derivation":"from the base of G5596 (ψωμίον);","strongs_definition":"to supply with bits, i.e. (generally) to nourish","kjv_definition":"(bestow to) feed"} +{"id":"G5596","strongs_number":"G5596","system":"greek","language":"greek","number_value":5596,"lemma":"ψωμίον","transliteration":"psōmíon","pronunciation":null,"derivation":"diminutive from a derivative of the base of G5597 (ψώχω);","strongs_definition":"a crumb or morsel (as if rubbed off), i.e. a mouthful","kjv_definition":"sop"} +{"id":"G5597","strongs_number":"G5597","system":"greek","language":"greek","number_value":5597,"lemma":"ψώχω","transliteration":"psṓchō","pronunciation":null,"derivation":"prolongation from the same base as G5567 (ψάλλω);","strongs_definition":"to triturate, i.e. (by analogy) to rub out (kernels from husks with the fingers or hand)","kjv_definition":"rub"} +{"id":"G5598","strongs_number":"G5598","system":"greek","language":"greek","number_value":5598,"lemma":"Ω","transliteration":"Ō","pronunciation":null,"derivation":null,"strongs_definition":"the last letter of the Greek alphabet, i.e. (figuratively) the finality","kjv_definition":"Omega"} +{"id":"G5599","strongs_number":"G5599","system":"greek","language":"greek","number_value":5599,"lemma":"ὦ","transliteration":"ō","pronunciation":null,"derivation":"a primary interjection;","strongs_definition":"as a sign of the vocative case, O; as a note of exclamation, oh","kjv_definition":"O"} +{"id":"G5600","strongs_number":"G5600","system":"greek","language":"greek","number_value":5600,"lemma":"ὦ","transliteration":"ō","pronunciation":null,"derivation":"the subjunctive of G1510 (εἰμί);","strongs_definition":"(may, might, can, could, would, should, must, etc.; also with G1487 (εἰ) and its comparative, as well as with other particles) be","kjv_definition":"+ appear, are, (may, might, should) be, X have, is, + pass the flower of her age, should stand, were"} +{"id":"G5601","strongs_number":"G5601","system":"greek","language":"greek","number_value":5601,"lemma":"Ὠβήδ","transliteration":"Ōbḗd","pronunciation":null,"derivation":"of Hebrew origin (H05744);","strongs_definition":"Obed, an Israelite","kjv_definition":"Obed"} +{"id":"G5602","strongs_number":"G5602","system":"greek","language":"greek","number_value":5602,"lemma":"ὧδε","transliteration":"hōde","pronunciation":null,"derivation":"from an adverb form of G3592 (ὅδε);","strongs_definition":"in this same spot, i.e. here or hither","kjv_definition":"here, hither, (in) this place, there"} +{"id":"G5603","strongs_number":"G5603","system":"greek","language":"greek","number_value":5603,"lemma":"ᾠδή","transliteration":"ōidḗ","pronunciation":null,"derivation":"from G103 (ᾄδω);","strongs_definition":"a chant or \"ode\" (the general term for any words sung; while G5215 (ὕμνος) denotes especially a religious metrical composition, and G5568 (ψαλμός) still more specially, a Hebrew cantillation)","kjv_definition":"song"} +{"id":"G5604","strongs_number":"G5604","system":"greek","language":"greek","number_value":5604,"lemma":"ὠδίν","transliteration":"ōdín","pronunciation":null,"derivation":"akin to G3601 (ὀδύνη);","strongs_definition":"a pang or throe, especially of childbirth","kjv_definition":"pain, sorrow, travail"} +{"id":"G5605","strongs_number":"G5605","system":"greek","language":"greek","number_value":5605,"lemma":"ὠδίνω","transliteration":"ōdínō","pronunciation":null,"derivation":"from G5604 (ὠδίν);","strongs_definition":"to experience the pains of parturition (literally or figuratively)","kjv_definition":"travail in (birth)"} +{"id":"G5606","strongs_number":"G5606","system":"greek","language":"greek","number_value":5606,"lemma":"ὦμος","transliteration":"ōmos","pronunciation":null,"derivation":"perhaps from the alternate of G5342 (φέρω);","strongs_definition":"the shoulder (as that on which burdens are borne)","kjv_definition":"shoulder"} +{"id":"G5607","strongs_number":"G5607","system":"greek","language":"greek","number_value":5607,"lemma":"ὤν","transliteration":"ṓn","pronunciation":null,"derivation":"present participle of G1510 (εἰμί);","strongs_definition":"being","kjv_definition":"be, come, have"} +{"id":"G5608","strongs_number":"G5608","system":"greek","language":"greek","number_value":5608,"lemma":"ὠνέομαι","transliteration":"ōnéomai","pronunciation":null,"derivation":"middle voice from an apparently primary (a sum or price);","strongs_definition":"to purchase (synonymous with the earlier G4092 (πίμπρημι))","kjv_definition":"buy"} +{"id":"G5609","strongs_number":"G5609","system":"greek","language":"greek","number_value":5609,"lemma":"ὠόν","transliteration":"ōón","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"an \"egg\"","kjv_definition":"egg"} +{"id":"G5610","strongs_number":"G5610","system":"greek","language":"greek","number_value":5610,"lemma":"ὥρα","transliteration":"hṓra","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"an \"hour\" (literally or figuratively)","kjv_definition":"day, hour, instant, season, X short, (even-)tide, (high) time"} +{"id":"G5611","strongs_number":"G5611","system":"greek","language":"greek","number_value":5611,"lemma":"ὡραῖος","transliteration":"hōraîos","pronunciation":null,"derivation":"from G5610 (ὥρα);","strongs_definition":"belonging to the right hour or season (timely), i.e. (by implication) flourishing (beauteous (figuratively))","kjv_definition":"beautiful"} +{"id":"G5612","strongs_number":"G5612","system":"greek","language":"greek","number_value":5612,"lemma":"ὠρύομαι","transliteration":"ōrýomai","pronunciation":null,"derivation":"middle voice of an apparently primary verb;","strongs_definition":"to \"roar\"","kjv_definition":"roar"} +{"id":"G5613","strongs_number":"G5613","system":"greek","language":"greek","number_value":5613,"lemma":"ὡς","transliteration":"hōs","pronunciation":null,"derivation":"probably adverb of comparative from G3739 (ὅς);","strongs_definition":"which how, i.e. in that manner (very variously used, as follows)","kjv_definition":"about, after (that), (according) as (it had been, it were), as soon (as), even as (like), for, how (greatly), like (as, unto), since, so (that), that, to wit, unto, when(-soever), while, X with all speed"} +{"id":"G5614","strongs_number":"G5614","system":"greek","language":"greek","number_value":5614,"lemma":"ὡσαννά","transliteration":"hōsanná","pronunciation":null,"derivation":"of Hebrew origin (H03467 and H04994);","strongs_definition":"oh save!; hosanna (i.e. hoshia-na), an exclamation of adoration","kjv_definition":"hosanna"} +{"id":"G5615","strongs_number":"G5615","system":"greek","language":"greek","number_value":5615,"lemma":"ὡσαύτως","transliteration":"hōsaútōs","pronunciation":null,"derivation":"from G5613 (ὡς) and an adverb from G846 (αὐτός);","strongs_definition":"as thus, i.e. in the same way","kjv_definition":"even so, likewise, after the same (in like) manner"} +{"id":"G5616","strongs_number":"G5616","system":"greek","language":"greek","number_value":5616,"lemma":"ὡσεί","transliteration":"hōseí","pronunciation":null,"derivation":"from G5613 (ὡς) and G1487 (εἰ);","strongs_definition":"as if","kjv_definition":"about, as (it had been, it were), like (as)"} +{"id":"G5617","strongs_number":"G5617","system":"greek","language":"greek","number_value":5617,"lemma":"Ὡσηέ","transliteration":"Hōsēé","pronunciation":null,"derivation":"of Hebrew origin (H01954);","strongs_definition":"Hosee (i.e. Hoshea), an Israelite","kjv_definition":"Osee"} +{"id":"G5618","strongs_number":"G5618","system":"greek","language":"greek","number_value":5618,"lemma":"ὥσπερ","transliteration":"hṓsper","pronunciation":null,"derivation":"from G5613 (ὡς) and G4007 (περ);","strongs_definition":"just as, i.e. exactly like","kjv_definition":"(even, like) as"} +{"id":"G5619","strongs_number":"G5619","system":"greek","language":"greek","number_value":5619,"lemma":"ὡσπερεί","transliteration":"hōspereí","pronunciation":null,"derivation":"from G5618 (ὥσπερ) and G1487 (εἰ);","strongs_definition":"just as if, i.e. as it were","kjv_definition":"as"} +{"id":"G5620","strongs_number":"G5620","system":"greek","language":"greek","number_value":5620,"lemma":"ὥστε","transliteration":"hṓste","pronunciation":null,"derivation":"from G5613 (ὡς) and G5037 (τέ);","strongs_definition":"so too, i.e. thus therefore (in various relations of consecution, as follow)","kjv_definition":"(insomuch) as, so that (then), (insomuch) that, therefore, to, wherefore"} +{"id":"G5621","strongs_number":"G5621","system":"greek","language":"greek","number_value":5621,"lemma":"ὠτίον","transliteration":"ōtíon","pronunciation":null,"derivation":"diminutive of G3775 (οὖς);","strongs_definition":"an earlet, i.e. one of the ears, or perhaps the lobe of the ear","kjv_definition":"ear"} +{"id":"G5622","strongs_number":"G5622","system":"greek","language":"greek","number_value":5622,"lemma":"ὠφέλεια","transliteration":"ōphéleia","pronunciation":null,"derivation":"from a derivative of the base of G5624 (ὠφέλιμος);","strongs_definition":"usefulness, i.e. benefit","kjv_definition":"advantage, profit"} +{"id":"G5623","strongs_number":"G5623","system":"greek","language":"greek","number_value":5623,"lemma":"ὠφελέω","transliteration":"ōpheléō","pronunciation":null,"derivation":"from the same as G5622 (ὠφέλεια);","strongs_definition":"to be useful, i.e. to benefit","kjv_definition":"advantage, better, prevail, profit"} +{"id":"G5624","strongs_number":"G5624","system":"greek","language":"greek","number_value":5624,"lemma":"ὠφέλιμος","transliteration":"ōphélimos","pronunciation":null,"derivation":"from a form of G3786 (ὄφελος);","strongs_definition":"helpful or serviceable, i.e. advantageous","kjv_definition":"profit(-able)"} +{"id":"H1","strongs_number":"H1","system":"hebrew","language":"hebrew","number_value":1,"lemma":"אָב","transliteration":"ʼâb","pronunciation":"awb","derivation":"a primitive word;","strongs_definition":"father, in a literal and immediate, or figurative and remote application","kjv_definition":"chief, (fore-) father(-less), [idiom] patrimony, principal. Compare names in 'Abi-'."} +{"id":"H2","strongs_number":"H2","system":"hebrew","language":"hebrew","number_value":2,"lemma":"אַב","transliteration":"ʼab","pronunciation":"ab","derivation":"(Aramaic) corresponding to H1 (אָב)","strongs_definition":"{father}","kjv_definition":"father."} +{"id":"H3","strongs_number":"H3","system":"hebrew","language":"hebrew","number_value":3,"lemma":"אֵב","transliteration":"ʼêb","pronunciation":"abe","derivation":"from the same as H24 (אָבִיב);","strongs_definition":"a green plant","kjv_definition":"greenness, fruit."} +{"id":"H4","strongs_number":"H4","system":"hebrew","language":"hebrew","number_value":4,"lemma":"אֵב","transliteration":"ʼêb","pronunciation":"abe","derivation":"(Aramaic) corresponding to H3 (אֵב)","strongs_definition":"{a green plant}","kjv_definition":"fruit."} +{"id":"H5","strongs_number":"H5","system":"hebrew","language":"hebrew","number_value":5,"lemma":"אֲבַגְתָא","transliteration":"ʼĂbagthâʼ","pronunciation":"ab-ag-thaw'","derivation":"of foreign origin;","strongs_definition":"Abagtha, a eunuch of Xerxes","kjv_definition":"Abagtha."} +{"id":"H6","strongs_number":"H6","system":"hebrew","language":"hebrew","number_value":6,"lemma":"אָבַד","transliteration":"ʼâbad","pronunciation":"aw-bad'","derivation":"a primitive root;","strongs_definition":"properly, to wander away, i.e. lose oneself; by implication to perish (causative, destroy)","kjv_definition":"break, destroy(-uction), [phrase] not escape, fail, lose, (cause to, make) perish, spend, [idiom] and surely, take, be undone, [idiom] utterly, be void of, have no way to flee."} +{"id":"H7","strongs_number":"H7","system":"hebrew","language":"hebrew","number_value":7,"lemma":"אֲבַד","transliteration":"ʼăbad","pronunciation":"ab-ad'","derivation":"(Aramaic) corresponding to H6 (אָבַד)","strongs_definition":"{properly, to wander away, i.e. lose oneself; by implication to perish (causative, destroy)}","kjv_definition":"destroy, perish."} +{"id":"H8","strongs_number":"H8","system":"hebrew","language":"hebrew","number_value":8,"lemma":"אֹבֵד","transliteration":"ʼôbêd","pronunciation":"o-bade'","derivation":"active of participle of H6 (אָבַד);","strongs_definition":"(concrete) wretched or (abstract) destruction","kjv_definition":"perish."} +{"id":"H9","strongs_number":"H9","system":"hebrew","language":"hebrew","number_value":9,"lemma":"אֲבֵדָה","transliteration":"ʼăbêdâh","pronunciation":"ab-ay-daw'","derivation":"from H6 (אָבַד); Compare H10 (אֲבַדֹּה).","strongs_definition":"concrete, something lost; abstract, destruction, i.e. Hades","kjv_definition":"lost."} +{"id":"H10","strongs_number":"H10","system":"hebrew","language":"hebrew","number_value":10,"lemma":"אֲבַדֹּה","transliteration":"ʼăbaddôh","pronunciation":"ab-ad-do'","derivation":"the same as H9 (אֲבֵדָה), miswritten for H11 (אֲבַדּוֹן);","strongs_definition":"a perishing","kjv_definition":"destruction."} +{"id":"H11","strongs_number":"H11","system":"hebrew","language":"hebrew","number_value":11,"lemma":"אֲבַדּוֹן","transliteration":"ʼăbaddôwn","pronunciation":"ab-ad-done'","derivation":"intensive from H6 (אָבַד);","strongs_definition":"abstract, a perishing; concrete, Hades","kjv_definition":"destruction."} +{"id":"H12","strongs_number":"H12","system":"hebrew","language":"hebrew","number_value":12,"lemma":"אַבְדָן","transliteration":"ʼabdân","pronunciation":"ab-dawn'","derivation":"from H6 (אָבַד);","strongs_definition":"a perishing","kjv_definition":"destruction."} +{"id":"H13","strongs_number":"H13","system":"hebrew","language":"hebrew","number_value":13,"lemma":"אׇבְדַן","transliteration":"ʼobdan","pronunciation":"ob-dawn'","derivation":"from H6 (אָבַד);","strongs_definition":"a perishing","kjv_definition":"destruction."} +{"id":"H14","strongs_number":"H14","system":"hebrew","language":"hebrew","number_value":14,"lemma":"אָבָה","transliteration":"ʼâbâh","pronunciation":"aw-baw'","derivation":"a primitive root;","strongs_definition":"to breathe after, i.e. (figuratively) to be acquiescent","kjv_definition":"consent, rest content will, be willing."} +{"id":"H15","strongs_number":"H15","system":"hebrew","language":"hebrew","number_value":15,"lemma":"אָבֶה","transliteration":"ʼâbeh","pronunciation":"aw-beh'","derivation":"from H14 (אָבָה);","strongs_definition":"longing","kjv_definition":"desire."} +{"id":"H16","strongs_number":"H16","system":"hebrew","language":"hebrew","number_value":16,"lemma":"אֵבֶה","transliteration":"ʼêbeh","pronunciation":"ay-beh'","derivation":"from H14 (אָבָה) (in the sense of bending toward);","strongs_definition":"the papyrus","kjv_definition":"swift."} +{"id":"H17","strongs_number":"H17","system":"hebrew","language":"hebrew","number_value":17,"lemma":"אֲבוֹי","transliteration":"ʼăbôwy","pronunciation":"ab-o'ee","derivation":"from H14 (אָבָה) (in the sense of desiring);","strongs_definition":"want","kjv_definition":"sorrow."} +{"id":"H18","strongs_number":"H18","system":"hebrew","language":"hebrew","number_value":18,"lemma":"אֵבוּס","transliteration":"ʼêbûwç","pronunciation":"ay-booce'","derivation":"from H75 (אָבַס);","strongs_definition":"a manger or stall","kjv_definition":"crib."} +{"id":"H19","strongs_number":"H19","system":"hebrew","language":"hebrew","number_value":19,"lemma":"אִבְחָה","transliteration":"ʼibchâh","pronunciation":"ib-khaw'","derivation":"from an unused root (apparently meaning to turn);","strongs_definition":"brandishing of a sword","kjv_definition":"point."} +{"id":"H20","strongs_number":"H20","system":"hebrew","language":"hebrew","number_value":20,"lemma":"אֲבַטִּיחַ","transliteration":"ʼăbaṭṭîyach","pronunciation":"ab-at-tee'-akh","derivation":"of uncertain derivation;","strongs_definition":"a melon (only plural)","kjv_definition":"melon."} +{"id":"H21","strongs_number":"H21","system":"hebrew","language":"hebrew","number_value":21,"lemma":"אֲבִי","transliteration":"ʼĂbîy","pronunciation":"ab-ee'","derivation":"from H1 (אָב); fatherly;","strongs_definition":"Abi, Hezekiah's mother","kjv_definition":"Abi."} +{"id":"H22","strongs_number":"H22","system":"hebrew","language":"hebrew","number_value":22,"lemma":"אֲבִיאֵל","transliteration":"ʼĂbîyʼêl","pronunciation":"ab-ee-ale'","derivation":"from H1 (אָב) and H410 (אֵל); father (i.e. possessor) of God;","strongs_definition":"Abiel, the name of two Israelites","kjv_definition":"Abiel."} +{"id":"H23","strongs_number":"H23","system":"hebrew","language":"hebrew","number_value":23,"lemma":"אֲבִיאָסָף","transliteration":"ʼĂbîyʼâçâph","pronunciation":"ab-ee-aw-sawf'","derivation":"from H1 (אָב) and H622 (אָסַף); father of gathering (i.e. gatherer);","strongs_definition":"Abiasaph, an Israelite","kjv_definition":"Abiasaph."} +{"id":"H24","strongs_number":"H24","system":"hebrew","language":"hebrew","number_value":24,"lemma":"אָבִיב","transliteration":"ʼâbîyb","pronunciation":"aw-beeb'","derivation":"from an unused root (meaning to be tender);","strongs_definition":"green, i.e. a young ear of grain; hence, the name of the month Abib or Nisan","kjv_definition":"Abib, ear, green ears of corn (not maize)."} +{"id":"H25","strongs_number":"H25","system":"hebrew","language":"hebrew","number_value":25,"lemma":"אֲבִי גִבְעוֹן","transliteration":"ʼĂbîy Gibʻôwn","pronunciation":"ab-ee' ghib-one'","derivation":"from H1 (אָב) and H1391 (גִּבְעוֹן); father (i.e. founder) of Gibon;","strongs_definition":"Abi-Gibon, perhaps an Israelite","kjv_definition":"father of Gibeon."} +{"id":"H26","strongs_number":"H26","system":"hebrew","language":"hebrew","number_value":26,"lemma":"אֲבִיגַיִל","transliteration":"ʼĂbîygayil","pronunciation":"ab-ee-gah'-yil","derivation":"or shorter אֲבִיגַל; from H1 (אָב) and H1524 (גִּיל); father (i.e. source) of joy;","strongs_definition":"Abigail or Abigal, the name of two Israelitesses","kjv_definition":"Abigal."} +{"id":"H27","strongs_number":"H27","system":"hebrew","language":"hebrew","number_value":27,"lemma":"אֲבִידָן","transliteration":"ʼĂbîydân","pronunciation":"ab-ee-dawn'","derivation":"from H1 (אָב) and H1777 (דִּין); father of judgment (i.e. judge);","strongs_definition":"Abidan, an Israelite","kjv_definition":"Abidan."} +{"id":"H28","strongs_number":"H28","system":"hebrew","language":"hebrew","number_value":28,"lemma":"אֲבִידָע","transliteration":"ʼĂbîydâʻ","pronunciation":"ab-ee-daw'","derivation":"from H1 (אָב) and H3045 (יָדַע); father of knowledge (i.e. knowing);","strongs_definition":"Abida, a son of Abraham by Keturah","kjv_definition":"Abida, Abidah."} +{"id":"H29","strongs_number":"H29","system":"hebrew","language":"hebrew","number_value":29,"lemma":"אֲבִיָּה","transliteration":"ʼĂbîyâh","pronunciation":"ab-ee-yaw'","derivation":"or prolonged אֲבִיָּהוּ ; from H1 (אָב) and H3050 (יָהּ); father (i.e. worshipper) of Jah;","strongs_definition":"Abijah, the name of several Israelite men and two Israelitesses","kjv_definition":"Abiah, Abijah."} +{"id":"H30","strongs_number":"H30","system":"hebrew","language":"hebrew","number_value":30,"lemma":"אֲבִיהוּא","transliteration":"ʼĂbîyhûwʼ","pronunciation":"ab-ee-hoo'","derivation":"from H1 (אָב) and H1931 (הוּא); father (i.e. worshipper) of Him (i.e. God);","strongs_definition":"Abihu, a son of Aaron","kjv_definition":"Abihu."} +{"id":"H31","strongs_number":"H31","system":"hebrew","language":"hebrew","number_value":31,"lemma":"אֲבִיהוּד","transliteration":"ʼĂbîyhûwd","pronunciation":"ab-ee-hood'","derivation":"from H1 (אָב) and H1935 (הוֹד); father (i.e. possessor) of renown;","strongs_definition":"Abihud, the name of two Israelites","kjv_definition":"Abihud."} +{"id":"H32","strongs_number":"H32","system":"hebrew","language":"hebrew","number_value":32,"lemma":"אֲבִיהַיִל","transliteration":"ʼĂbîyhayil","pronunciation":"ab-ee-hah'-yil","derivation":"or (more correctly) אֲבִיחַיִל ; from H1 (אָב) and H2428 (חַיִל); father (i.e. possessor) of might;","strongs_definition":"Abihail or Abichail, the name of three Israelites and two Israelitesses","kjv_definition":"Abihail."} +{"id":"H33","strongs_number":"H33","system":"hebrew","language":"hebrew","number_value":33,"lemma":"אֲבִי הָעֶזְרִי","transliteration":"ʼĂbîy hâ-ʻEzrîy","pronunciation":"ab-ee'-haw-ez-ree'","derivation":"from H44 (אֲבִיעֶזֶר) with the article inserted; father of the Ezrite;","strongs_definition":"an Abiezrite or descendant of Abiezer","kjv_definition":"Abiezrite."} +{"id":"H34","strongs_number":"H34","system":"hebrew","language":"hebrew","number_value":34,"lemma":"אֶבְיוֹן","transliteration":"ʼebyôwn","pronunciation":"eb-yone'","derivation":"from H14 (אָבָה), in the sense of want (especially in feeling);","strongs_definition":"destitute","kjv_definition":"beggar, needy, poor (man)."} +{"id":"H35","strongs_number":"H35","system":"hebrew","language":"hebrew","number_value":35,"lemma":"אֲבִיּוֹנָה","transliteration":"ʼăbîyôwnâh","pronunciation":"ab-ee-yo-naw'","derivation":"from H14 (אָבָה);","strongs_definition":"provocative of desire; the caper berry (from its stimulative taste)","kjv_definition":"desire."} +{"id":"H36","strongs_number":"H36","system":"hebrew","language":"hebrew","number_value":36,"lemma":"אֲבִיטוּב","transliteration":"ʼĂbîyṭûwb","pronunciation":"ab-ee-toob'","derivation":"from H1 (אָב) and H2898 (טוּב); father of goodness (i.e. good);","strongs_definition":"Abitub, an Israelite","kjv_definition":"Abitub."} +{"id":"H37","strongs_number":"H37","system":"hebrew","language":"hebrew","number_value":37,"lemma":"אֲבִיטָל","transliteration":"ʼĂbîyṭâl","pronunciation":"ab-ee-tal'","derivation":"from H1 (אָב) and H2919 (טַל); father of dew (i.e. fresh);","strongs_definition":"Abital, a wife of King David","kjv_definition":"Abital."} +{"id":"H38","strongs_number":"H38","system":"hebrew","language":"hebrew","number_value":38,"lemma":"אֲבִיָּם","transliteration":"ʼĂbîyâm","pronunciation":"ab-ee-yawm'","derivation":"from H1 (אָב) and H3220 (יָם); father of (the) sea (i.e. seaman);","strongs_definition":"Abijam (or Abijah), a king of Judah","kjv_definition":"Abijam."} +{"id":"H39","strongs_number":"H39","system":"hebrew","language":"hebrew","number_value":39,"lemma":"אֲבִימָאֵל","transliteration":"ʼĂbîymâʼêl","pronunciation":"ab-ee-maw-ale'","derivation":"from H1 (אָב) and an elsewhere unused (probably foreign) word; father of Mael (apparently some Arab tribe);","strongs_definition":"Abimael, a son of Joktan","kjv_definition":"Abimael."} +{"id":"H40","strongs_number":"H40","system":"hebrew","language":"hebrew","number_value":40,"lemma":"אֲבִימֶלֶךְ","transliteration":"ʼĂbîymelek","pronunciation":"ab-ee-mel'-ek","derivation":"from H1 (אָב) and H4428 (מֶלֶךְ); father of (the) king;","strongs_definition":"Abimelek, the name of two Philistine kings and of two Israelites","kjv_definition":"Abimelech."} +{"id":"H41","strongs_number":"H41","system":"hebrew","language":"hebrew","number_value":41,"lemma":"אֲבִינָדָב","transliteration":"ʼĂbîynâdâb","pronunciation":"ab-ee-naw-dawb'","derivation":"from H1 (אָב) and H5068 (נָדַב); father of generosity (i.e. liberal);","strongs_definition":"Abinadab, the name of four Israelites","kjv_definition":"Abinadab."} +{"id":"H42","strongs_number":"H42","system":"hebrew","language":"hebrew","number_value":42,"lemma":"אֲבִינֹעַם","transliteration":"ʼĂbîynôʻam","pronunciation":"ab-ee-no'-am","derivation":"from H1 (אָב) and H5278 (נֹעַם); father of pleasantness (i.e. gracious);","strongs_definition":"Abinoam, an Israelite","kjv_definition":"Abinoam."} +{"id":"H43","strongs_number":"H43","system":"hebrew","language":"hebrew","number_value":43,"lemma":"אֶבְיָסָף","transliteration":"ʼEbyâçâph","pronunciation":"eb-yaw-sawf'","derivation":"contracted from H23 (אֲבִיאָסָף);","strongs_definition":"Ebjasaph, an Israelite","kjv_definition":"Ebiasaph."} +{"id":"H44","strongs_number":"H44","system":"hebrew","language":"hebrew","number_value":44,"lemma":"אֲבִיעֶזֶר","transliteration":"ʼĂbîyʻezer","pronunciation":"ab-ee-ay'-zer","derivation":"from H1 (אָב) and H5829 (עֵזֶר); father of help (i.e. helpful);","strongs_definition":"Abiezer, the name of two Israelites","kjv_definition":"Abiezer."} +{"id":"H45","strongs_number":"H45","system":"hebrew","language":"hebrew","number_value":45,"lemma":"אֲבִי־עַלְבוֹן","transliteration":"ʼĂbîy-ʻalbôwn","pronunciation":"ab-ee-al-bone'","derivation":"from H1 (אָב) and an unused root of uncertain derivation; probably, father of strength (i.e. valiant);","strongs_definition":"Abialbon, an Israelite","kjv_definition":"Abialbon."} +{"id":"H46","strongs_number":"H46","system":"hebrew","language":"hebrew","number_value":46,"lemma":"אָבִיר","transliteration":"ʼâbîyr","pronunciation":"aw-beer'","derivation":"from H82 (אָבַר);","strongs_definition":"mighty (spoken of God)","kjv_definition":"mighty (one)."} +{"id":"H47","strongs_number":"H47","system":"hebrew","language":"hebrew","number_value":47,"lemma":"אַבִּיר","transliteration":"ʼabbîyr","pronunciation":"ab-beer'","derivation":"for H46 (אָבִיר)","strongs_definition":"{mighty (spoken of God)}","kjv_definition":"angel, bull, chiefest, mighty (one), stout(-hearted), strong (one), valiant."} +{"id":"H48","strongs_number":"H48","system":"hebrew","language":"hebrew","number_value":48,"lemma":"אֲבִירָם","transliteration":"ʼĂbîyrâm","pronunciation":"ab-ee-rawm'","derivation":"from H1 (אָב) and H7311 (רוּם); father of height (i.e. lofty);","strongs_definition":"Abiram, the name of two Israelites","kjv_definition":"Abiram."} +{"id":"H49","strongs_number":"H49","system":"hebrew","language":"hebrew","number_value":49,"lemma":"אֲבִישַׁג","transliteration":"ʼĂbîyshag","pronunciation":"ab-ee-shag'","derivation":"from H1 (אָב) and H7686 (שָׁגָה); father of error (i.e. blundering);","strongs_definition":"Abishag, a concubine of David","kjv_definition":"Abishag."} +{"id":"H50","strongs_number":"H50","system":"hebrew","language":"hebrew","number_value":50,"lemma":"אֲבִישׁוּעַ","transliteration":"ʼĂbîyshûwaʻ","pronunciation":"ab-ee-shoo'-ah","derivation":"from H1 (אָב) and H7771 (שׁוֹעַ); father of plenty (i.e. prosperous);","strongs_definition":"Abishua, the name of two Israelites","kjv_definition":"Abishua."} +{"id":"H51","strongs_number":"H51","system":"hebrew","language":"hebrew","number_value":51,"lemma":"אֲבִישׁוּר","transliteration":"ʼĂbîyshûwr","pronunciation":"ab-ee-shoor'","derivation":"from H1 (אָב) and H7791 (שׁוּר); father of (the) wall (i.e. perhaps mason);","strongs_definition":"Abishur, an Israelite","kjv_definition":"Abishur."} +{"id":"H52","strongs_number":"H52","system":"hebrew","language":"hebrew","number_value":52,"lemma":"אֲבִישַׁי","transliteration":"ʼĂbîyshay","pronunciation":"ab-ee-shah'ee","derivation":"or (shorter) אַבְשַׁי ; from H1 (אָב) and H7862 (שַׁי); father of a gift (i.e. probably generous);","strongs_definition":"Abishai, an Israelite","kjv_definition":"Abishai."} +{"id":"H53","strongs_number":"H53","system":"hebrew","language":"hebrew","number_value":53,"lemma":"אֲבִישָׁלוֹם","transliteration":"ʼĂbîyshâlôwm","pronunciation":"ab-ee-shaw-lome'","derivation":"or (shortened) אַבְשָׁלוֹם ; from H1 (אָב) and H7965 (שָׁלוֹם); father of peace (i.e. friendly);","strongs_definition":"Abshalom, a son of David; also (the fuller form) a later Israelite","kjv_definition":"Abishalom, Absalom."} +{"id":"H54","strongs_number":"H54","system":"hebrew","language":"hebrew","number_value":54,"lemma":"אֶבְיָתָר","transliteration":"ʼEbyâthâr","pronunciation":"ab-yaw-thawr'","derivation":"contracted from H1 (אָב) and H3498 (יָתַר); father of abundance (i.e. liberal);","strongs_definition":"Ebjathar, an Israelite","kjv_definition":"Abiathar."} +{"id":"H55","strongs_number":"H55","system":"hebrew","language":"hebrew","number_value":55,"lemma":"אָבַךְ","transliteration":"ʼâbak","pronunciation":"aw-bak'","derivation":"a primitive root;","strongs_definition":"probably to coil upward","kjv_definition":"mount up."} +{"id":"H56","strongs_number":"H56","system":"hebrew","language":"hebrew","number_value":56,"lemma":"אָבַל","transliteration":"ʼâbal","pronunciation":"aw-bal'","derivation":"a primitive root;","strongs_definition":"to bewail","kjv_definition":"lament, mourn."} +{"id":"H57","strongs_number":"H57","system":"hebrew","language":"hebrew","number_value":57,"lemma":"אָבֵל","transliteration":"ʼâbêl","pronunciation":"aw-bale'","derivation":"from H56 (אָבַל);","strongs_definition":"lamenting","kjv_definition":"mourn(-er, -ing)."} +{"id":"H58","strongs_number":"H58","system":"hebrew","language":"hebrew","number_value":58,"lemma":"אָבֵל","transliteration":"ʼâbêl","pronunciation":"aw-bale'","derivation":"from an unused root (meaning to be grassy);","strongs_definition":"a meadow","kjv_definition":"plain. Compare also the proper names beginning with Abel-."} +{"id":"H59","strongs_number":"H59","system":"hebrew","language":"hebrew","number_value":59,"lemma":"אָבֵל","transliteration":"ʼÂbêl","pronunciation":"aw-bale'","derivation":"from H58 (אָבֵל); a meadow;","strongs_definition":"Abel, the name of two places in Palestine.","kjv_definition":"Abel."} +{"id":"H60","strongs_number":"H60","system":"hebrew","language":"hebrew","number_value":60,"lemma":"אֵבֶל","transliteration":"ʼêbel","pronunciation":"ay'-bel","derivation":"from H56 (אָבַל);","strongs_definition":"lamentation","kjv_definition":"mourning."} +{"id":"H61","strongs_number":"H61","system":"hebrew","language":"hebrew","number_value":61,"lemma":"אֲבָל","transliteration":"ʼăbâl","pronunciation":"ab-awl'","derivation":"apparently from H56 (אָבַל) through the idea of negation;","strongs_definition":"nay, i.e. truly or yet","kjv_definition":"but, indeed, nevertheless, verily."} +{"id":"H62","strongs_number":"H62","system":"hebrew","language":"hebrew","number_value":62,"lemma":"אָבֵל בֵּית־מֲעַכָה","transliteration":"ʼÂbêl Bêyth-Măʻakâh","pronunciation":"aw-bale' bayth ma-akaw'","derivation":"from H58 (אָבֵל) and H1004 (בַּיִת) and H4601 (מַעֲכָה); meadow of Beth-Maakah;","strongs_definition":"Abel of Beth-maakah, a place in Palestine","kjv_definition":"Abel-beth-maachah, Abel of Beth-maachah,"} +{"id":"H63","strongs_number":"H63","system":"hebrew","language":"hebrew","number_value":63,"lemma":"אָבֵל הַשִּׁטִּים","transliteration":"ʼÂbêl hash-Shiṭṭîym","pronunciation":"aw-bale' hash-shit-teem'","derivation":"from H58 (אָבֵל) and the plural of H7848 (שִׁטָּה), with the article inserted; meadow of the acacias;","strongs_definition":"Abel hash-Shittim, a place in Palestine","kjv_definition":"Abelshittim."} +{"id":"H64","strongs_number":"H64","system":"hebrew","language":"hebrew","number_value":64,"lemma":"אָבֵל כְּרָמִים","transliteration":"ʼÂbêl Kᵉrâmîym","pronunciation":"aw-bale' ker-aw-meem'","derivation":"from H58 (אָבֵל) and the plural of H3754 (כֶּרֶם); meadow of vineyards;","strongs_definition":"Abel-Keramim, a place in Palestine","kjv_definition":"plain of the vineyards."} +{"id":"H65","strongs_number":"H65","system":"hebrew","language":"hebrew","number_value":65,"lemma":"אָבֵל מְחוֹלָה","transliteration":"ʼÂbêl Mᵉchôwlâh","pronunciation":"aw-bale' mekh-o-law'","derivation":"from H58 (אָבֵל) and H4246 (מְחֹלָה)xlit mᵉchôwlâh corrected to mᵉchôlâh; meadow of dancing;","strongs_definition":"Abel-Mecholah, a place in Palestine","kjv_definition":"Abel-meholah."} +{"id":"H66","strongs_number":"H66","system":"hebrew","language":"hebrew","number_value":66,"lemma":"אַבֵל מַיִם","transliteration":"ʼAbêl Mayim","pronunciation":"aw-bale' mah'-yim","derivation":"from H58 (אָבֵל) and H4325 (מַיִם); meadow of water;","strongs_definition":"Abel-Majim, a place in Palestine","kjv_definition":"Abel-maim."} +{"id":"H67","strongs_number":"H67","system":"hebrew","language":"hebrew","number_value":67,"lemma":"אָבֵל מִצְרַיִם","transliteration":"ʼÂbêl Mitsrayim","pronunciation":"aw-bale' mits-rah'-yim","derivation":"from H58 (אָבֵל) and H4714 (מִצְרַיִם); meadow of Egypt;","strongs_definition":"Abel-Mitsrajim, a place in Palestine","kjv_definition":"Abel-mizraim."} +{"id":"H68","strongs_number":"H68","system":"hebrew","language":"hebrew","number_value":68,"lemma":"אֶבֶן","transliteration":"ʼeben","pronunciation":"eh'-ben","derivation":"from the root of H1129 (בָּנָה) through the meaning to build;","strongs_definition":"a stone","kjv_definition":"[phrase] carbuncle, [phrase] mason, [phrase] plummet, (chalk-, hail-, head-, sling-) stone(-ny), (divers) weight(-s)."} +{"id":"H69","strongs_number":"H69","system":"hebrew","language":"hebrew","number_value":69,"lemma":"אֶבֶן","transliteration":"ʼeben","pronunciation":"eh'-ben","derivation":"(Aramaic) corresponding to H68 (אֶבֶן)","strongs_definition":"{a stone}","kjv_definition":"stone."} +{"id":"H70","strongs_number":"H70","system":"hebrew","language":"hebrew","number_value":70,"lemma":"אֹבֶן","transliteration":"ʼôben","pronunciation":"o' ben","derivation":"from the same as H68 (אֶבֶן);","strongs_definition":"a pair of stones (only dual); a potter's wheel or a midwife's stool (consisting alike of two horizontal disks with a support between)","kjv_definition":"wheel, stool."} +{"id":"H71","strongs_number":"H71","system":"hebrew","language":"hebrew","number_value":71,"lemma":"אֲבָנָה","transliteration":"ʼĂbânâh","pronunciation":"ab-aw-naw'","derivation":"perhaps feminine of H68 (אֶבֶן); stony; Compare H549 (אֲמָנָה).","strongs_definition":"Abanah, a river near Damascus","kjv_definition":"Abana."} +{"id":"H72","strongs_number":"H72","system":"hebrew","language":"hebrew","number_value":72,"lemma":"אֶבֶן הָעֵזֶר","transliteration":"ʼEben hâ-ʻÊzer","pronunciation":"eh'-ben haw-e'-zer","derivation":"from H68 (אֶבֶן) and H5828 (עֵזֶר) with the article inserted; stone of the help;","strongs_definition":"Eben-ha-Ezer, a place in Palestine","kjv_definition":"Ebenezer."} +{"id":"H73","strongs_number":"H73","system":"hebrew","language":"hebrew","number_value":73,"lemma":"אַבְנֵט","transliteration":"ʼabnêṭ","pronunciation":"ab-nate'","derivation":"of uncertain derivation;","strongs_definition":"a belt","kjv_definition":"girdle."} +{"id":"H74","strongs_number":"H74","system":"hebrew","language":"hebrew","number_value":74,"lemma":"אַבְנֵר","transliteration":"ʼAbnêr","pronunciation":"ab-nare'","derivation":"or (fully) אֲבִינֵר ; from H1 (אָב) and H5216 (נִיר); father of light (i.e. enlightening);","strongs_definition":"Abner, an Israelite","kjv_definition":"Abner."} +{"id":"H75","strongs_number":"H75","system":"hebrew","language":"hebrew","number_value":75,"lemma":"אָבַס","transliteration":"ʼâbaç","pronunciation":"aw-bas'","derivation":"a primitive root;","strongs_definition":"to fodder","kjv_definition":"fatted, stalled."} +{"id":"H76","strongs_number":"H76","system":"hebrew","language":"hebrew","number_value":76,"lemma":"אֲבַעְבֻּעָה","transliteration":"ʼăbaʻbuʻâh","pronunciation":"ab-ah-boo-aw'","derivation":"(by reduplication) from an unused root (meaning to belch forth);","strongs_definition":"an inflammatory pustule (as eruption)","kjv_definition":"blains."} +{"id":"H77","strongs_number":"H77","system":"hebrew","language":"hebrew","number_value":77,"lemma":"אֶבֶץ","transliteration":"ʼEbets","pronunciation":"eh'-bets","derivation":"from an unused root probably meaning to gleam; conspicuous;","strongs_definition":"Ebets, a place in Palestine","kjv_definition":"Abez."} +{"id":"H78","strongs_number":"H78","system":"hebrew","language":"hebrew","number_value":78,"lemma":"אִבְצָן","transliteration":"ʼIbtsân","pronunciation":"ib-tsawn'","derivation":"from the same as H76 (אֲבַעְבֻּעָה); splendid;","strongs_definition":"Ibtsan, an Israelite","kjv_definition":"Ibzan."} +{"id":"H79","strongs_number":"H79","system":"hebrew","language":"hebrew","number_value":79,"lemma":"אָבַק","transliteration":"ʼâbaq","pronunciation":"aw-bak'","derivation":"a primitive root, probably to float away (as vapor), but used only as denominative from H80 (אָבָק);","strongs_definition":"to bedust, i.e. grapple","kjv_definition":"wrestle."} +{"id":"H80","strongs_number":"H80","system":"hebrew","language":"hebrew","number_value":80,"lemma":"אָבָק","transliteration":"ʼâbâq","pronunciation":"aw-bawk'","derivation":"from root of H79 (אָבַק);","strongs_definition":"light particles (as volatile)","kjv_definition":"(small) dust, powder."} +{"id":"H81","strongs_number":"H81","system":"hebrew","language":"hebrew","number_value":81,"lemma":"אֲבָקָה","transliteration":"ʼăbâqâh","pronunciation":"ab-aw-kaw'","derivation":"feminine of H80 (אָבָק)","strongs_definition":"{light particles (as volatile)}","kjv_definition":"powder."} +{"id":"H82","strongs_number":"H82","system":"hebrew","language":"hebrew","number_value":82,"lemma":"אָבַר","transliteration":"ʼâbar","pronunciation":"aw-bar'","derivation":"a primitive root;","strongs_definition":"to soar","kjv_definition":"fly."} +{"id":"H83","strongs_number":"H83","system":"hebrew","language":"hebrew","number_value":83,"lemma":"אֵבֶר","transliteration":"ʼêber","pronunciation":"ay-ber'","derivation":"from H82 (אָבַר);","strongs_definition":"a pinion","kjv_definition":"(long-) wing(-ed)."} +{"id":"H84","strongs_number":"H84","system":"hebrew","language":"hebrew","number_value":84,"lemma":"אֶבְרָה","transliteration":"ʼebrâh","pronunciation":"eb-raw'","derivation":"feminine of H83 (אֵבֶר)","strongs_definition":"{a pinion}","kjv_definition":"feather, wing."} +{"id":"H85","strongs_number":"H85","system":"hebrew","language":"hebrew","number_value":85,"lemma":"אַבְרָהָם","transliteration":"ʼAbrâhâm","pronunciation":"ab-raw-hawm'","derivation":"contracted from H1 (אָב) and an unused root (probably meaning to be populous); father of a multitude;","strongs_definition":"Abraham, the later name of Abram","kjv_definition":"Abraham."} +{"id":"H86","strongs_number":"H86","system":"hebrew","language":"hebrew","number_value":86,"lemma":"אַבְרֵךְ","transliteration":"ʼabrêk","pronunciation":"ab-rake'","derivation":"probably an Egyptian word meaning","strongs_definition":"kneel","kjv_definition":"bow the knee."} +{"id":"H87","strongs_number":"H87","system":"hebrew","language":"hebrew","number_value":87,"lemma":"אַבְרָם","transliteration":"ʼAbrâm","pronunciation":"ab-rawm'","derivation":"contracted from H48 (אֲבִירָם); high father;","strongs_definition":"Abram, the original name of Abraham","kjv_definition":"Abram."} +{"id":"H88","strongs_number":"H88","system":"hebrew","language":"hebrew","number_value":88,"lemma":"אֹבֹת","transliteration":"ʼôbôth","pronunciation":"o-both'","derivation":"plural of H178 (אוֹב); water-skins;","strongs_definition":"Oboth, a place in the Desert","kjv_definition":"Oboth."} +{"id":"H89","strongs_number":"H89","system":"hebrew","language":"hebrew","number_value":89,"lemma":"אָגֵא","transliteration":"ʼÂgêʼ","pronunciation":"aw-gay'","derivation":"of uncertain derivation (compare H90 (אֲגַג));","strongs_definition":"Age, an Israelite","kjv_definition":"Agee."} +{"id":"H90","strongs_number":"H90","system":"hebrew","language":"hebrew","number_value":90,"lemma":"אֲגַג","transliteration":"ʼĂgag","pronunciation":"ag-ag'","derivation":"or אֲגָג; of uncertain derivation (compare H89 (אָגֵא)); flame;","strongs_definition":"Agag, a title of Amalekitish kings","kjv_definition":"Agag."} +{"id":"H91","strongs_number":"H91","system":"hebrew","language":"hebrew","number_value":91,"lemma":"אֲגָגִי","transliteration":"ʼĂgâgîy","pronunciation":"ag-aw-ghee'","derivation":"patrial or patronymic from H90 (אֲגַג);","strongs_definition":"an Agagite or descendent (subject) of Agag","kjv_definition":"Agagite."} +{"id":"H92","strongs_number":"H92","system":"hebrew","language":"hebrew","number_value":92,"lemma":"אֲגֻדָּה","transliteration":"ʼăguddâh","pronunciation":"ag-ood-daw'","derivation":"feminine passive participle of an unused root (meaning to bind);","strongs_definition":"a band, bundle, knot, or arch","kjv_definition":"bunch, burden, troop."} +{"id":"H93","strongs_number":"H93","system":"hebrew","language":"hebrew","number_value":93,"lemma":"אֱגוֹז","transliteration":"ʼĕgôwz","pronunciation":"eg-oze'","derivation":"prob of Persian origin;","strongs_definition":"a nut","kjv_definition":"nut."} +{"id":"H94","strongs_number":"H94","system":"hebrew","language":"hebrew","number_value":94,"lemma":"אָגוּר","transliteration":"ʼÂgûwr","pronunciation":"aw-goor'","derivation":"passive participle of H103 (אָגַר); gathered (i.e. received among the sages);","strongs_definition":"Agur, a fanciful name for Solomon","kjv_definition":"Agur."} +{"id":"H95","strongs_number":"H95","system":"hebrew","language":"hebrew","number_value":95,"lemma":"אֲגוֹרָה","transliteration":"ʼăgôwrâh","pronunciation":"ag-o-raw'","derivation":"from the same as H94 (אָגוּר);","strongs_definition":"properly, something gathered, i.e. perhaps a grain or berry; used only of a small (silver) coin","kjv_definition":"piece (of) silver."} +{"id":"H96","strongs_number":"H96","system":"hebrew","language":"hebrew","number_value":96,"lemma":"אֶגֶל","transliteration":"ʼegel","pronunciation":"eh'-ghel","derivation":"from an unused root (meaning to flow down or together as drops);","strongs_definition":"a reservoir","kjv_definition":"drop."} +{"id":"H97","strongs_number":"H97","system":"hebrew","language":"hebrew","number_value":97,"lemma":"אֶגְלַיִם","transliteration":"ʼEglayim","pronunciation":"eg-lah'-yim","derivation":"dual of H96 (אֶגֶל).; a double pond;","strongs_definition":"Eglajim, a place in Moab","kjv_definition":"Eglaim."} +{"id":"H98","strongs_number":"H98","system":"hebrew","language":"hebrew","number_value":98,"lemma":"אֲגַם","transliteration":"ʼăgam","pronunciation":"ag-am'","derivation":"from an unused root (meaning to collect as water);","strongs_definition":"a marsh; hence a rush (as growing in swamps); hence a stockade of reeds","kjv_definition":"pond, pool, standing (water)."} +{"id":"H99","strongs_number":"H99","system":"hebrew","language":"hebrew","number_value":99,"lemma":"אָגֵם","transliteration":"ʼâgêm","pronunciation":"aw-game'","derivation":"probably from the same as H98 (אֲגַם) (in the sense of stagnant water);","strongs_definition":"figuratively, sad","kjv_definition":"pond."} +{"id":"H100","strongs_number":"H100","system":"hebrew","language":"hebrew","number_value":100,"lemma":"אַגְמוֹן","transliteration":"ʼagmôwn","pronunciation":"ag-mone'","derivation":"from the same as H98 (אֲגַם); a marshy pool (others from a different root, a kettle); by implication","strongs_definition":"a bulrush (as growing there); collectively a rope of bulrushes","kjv_definition":"bulrush, caldron, hook, rush."} +{"id":"H101","strongs_number":"H101","system":"hebrew","language":"hebrew","number_value":101,"lemma":"אַגָּן","transliteration":"ʼaggân","pronunciation":"ag-gawn'","derivation":"probably from H5059 (נָגַן);","strongs_definition":"a bowl (as pounded out hollow)","kjv_definition":"basin, cup, goblet."} +{"id":"H102","strongs_number":"H102","system":"hebrew","language":"hebrew","number_value":102,"lemma":"אַגָּף","transliteration":"ʼaggâph","pronunciation":"ag-gawf'","derivation":"probably from H5062 (נָגַף) (through the idea of impending); a cover or heap; i.e.","strongs_definition":"(only plural) wings of an army, or crowds of troops","kjv_definition":"bands."} +{"id":"H103","strongs_number":"H103","system":"hebrew","language":"hebrew","number_value":103,"lemma":"אָגַר","transliteration":"ʼâgar","pronunciation":"aw-gar'","derivation":"a primitive root;","strongs_definition":"to harvest","kjv_definition":"gather."} +{"id":"H104","strongs_number":"H104","system":"hebrew","language":"hebrew","number_value":104,"lemma":"אִגְּרָא","transliteration":"ʼiggᵉrâʼ","pronunciation":"ig-er-aw'","derivation":"(Aramaic) of Persian origin;","strongs_definition":"an epistle (as carried by a state courier or postman)","kjv_definition":"letter."} +{"id":"H105","strongs_number":"H105","system":"hebrew","language":"hebrew","number_value":105,"lemma":"אֲגַרְטָל","transliteration":"ʼăgarṭâl","pronunciation":"ag-ar-tawl'","derivation":"of uncertain derivation;","strongs_definition":"a basin","kjv_definition":"charger."} +{"id":"H106","strongs_number":"H106","system":"hebrew","language":"hebrew","number_value":106,"lemma":"אֶגְרֹף","transliteration":"ʼegrôph","pronunciation":"eg-rofe'","derivation":"from H1640 (גָּרַף) (in the sense of grasping);","strongs_definition":"the clenched hand","kjv_definition":"fist."} +{"id":"H107","strongs_number":"H107","system":"hebrew","language":"hebrew","number_value":107,"lemma":"אִגֶּרֶת","transliteration":"ʼiggereth","pronunciation":"ig-eh'-reth","derivation":"feminine of H104 (אִגְּרָא);","strongs_definition":"an epistle","kjv_definition":"letter."} +{"id":"H108","strongs_number":"H108","system":"hebrew","language":"hebrew","number_value":108,"lemma":"אֵד","transliteration":"ʼêd","pronunciation":"ade","derivation":"from the same as H181 (אוּד) (in the sense of enveloping);","strongs_definition":"a fog","kjv_definition":"mist, vapor."} +{"id":"H109","strongs_number":"H109","system":"hebrew","language":"hebrew","number_value":109,"lemma":"אָדַב","transliteration":"ʼâdab","pronunciation":"aw-dab'","derivation":"a primitive root;","strongs_definition":"to languish","kjv_definition":"grieve."} +{"id":"H110","strongs_number":"H110","system":"hebrew","language":"hebrew","number_value":110,"lemma":"אַדְבְּאֵל","transliteration":"ʼAdbᵉʼêl","pronunciation":"ad-beh-ale'","derivation":"probably from H109 (אָדַב) (in the sense of chastisement) and H410 (אֵל); disciplined of God;","strongs_definition":"Adbeel, a son of Ishmael","kjv_definition":"Adbeel."} +{"id":"H111","strongs_number":"H111","system":"hebrew","language":"hebrew","number_value":111,"lemma":"אֲדַד","transliteration":"ʼĂdad","pronunciation":"ad-ad'","derivation":"probably an orthographical variation for H2301 (חֲדַד);","strongs_definition":"Adad (or Hadad), an Edomite","kjv_definition":"Hadad."} +{"id":"H112","strongs_number":"H112","system":"hebrew","language":"hebrew","number_value":112,"lemma":"אִדּוֹ","transliteration":"ʼIddôw","pronunciation":"id-do","derivation":"of uncertain derivation;","strongs_definition":"Iddo, an Israelite","kjv_definition":"Iddo."} +{"id":"H113","strongs_number":"H113","system":"hebrew","language":"hebrew","number_value":113,"lemma":"אָדוֹן","transliteration":"ʼâdôwn","pronunciation":"aw-done'","derivation":"or (shortened) אָדֹן; from an unused root (meaning to rule);","strongs_definition":"sovereign, i.e. controller (human or divine)","kjv_definition":"lord, master, owner. Compare also names beginning with 'Adoni-'."} +{"id":"H114","strongs_number":"H114","system":"hebrew","language":"hebrew","number_value":114,"lemma":"אַדּוֹן","transliteration":"ʼAddôwn","pronunciation":"ad-done'","derivation":"probably intensive for H113 (אָדוֹן); powerful;","strongs_definition":"Addon, apparently an Israelite","kjv_definition":"Addon."} +{"id":"H115","strongs_number":"H115","system":"hebrew","language":"hebrew","number_value":115,"lemma":"אֲדוֹרַיִם","transliteration":"ʼĂdôwrayim","pronunciation":"ad-o-rah'-yim","derivation":"dual from H142 (אָדַר) (in the sense of eminence); double mound;","strongs_definition":"Adorajim, a place in Palestine","kjv_definition":"Adoraim."} +{"id":"H116","strongs_number":"H116","system":"hebrew","language":"hebrew","number_value":116,"lemma":"אֱדַיִן","transliteration":"ʼĕdayin","pronunciation":"ed-ah'-yin","derivation":"(Aramaic) of uncertain derivation;","strongs_definition":"then (of time)","kjv_definition":"now, that time, then."} +{"id":"H117","strongs_number":"H117","system":"hebrew","language":"hebrew","number_value":117,"lemma":"אַדִּיר","transliteration":"ʼaddîyr","pronunciation":"ad-deer'","derivation":"from H142 (אָדַר);","strongs_definition":"wide or (generally) large; figuratively, powerful","kjv_definition":"excellent, famous, gallant, glorious, goodly, lordly, mighty(-ier one), noble, principal, worthy."} +{"id":"H118","strongs_number":"H118","system":"hebrew","language":"hebrew","number_value":118,"lemma":"אֲדַלְיָא","transliteration":"ʼĂdalyâʼ","pronunciation":"ad-al-yaw'","derivation":"of Persian derivation;","strongs_definition":"Adalja, a son of Haman","kjv_definition":"Adalia."} +{"id":"H119","strongs_number":"H119","system":"hebrew","language":"hebrew","number_value":119,"lemma":"אָדַם","transliteration":"ʼâdam","pronunciation":"aw-dam'","derivation":"to show blood (in the face), i.e.","strongs_definition":"flush or turn rosy","kjv_definition":"be (dyed, made) red (ruddy)."} +{"id":"H120","strongs_number":"H120","system":"hebrew","language":"hebrew","number_value":120,"lemma":"אָדָם","transliteration":"ʼâdâm","pronunciation":"aw-dawm'","derivation":"from H119 (אָדַם);","strongs_definition":"ruddy i.e. a human being (an individual or the species, mankind, etc.)","kjv_definition":"[idiom] another, [phrase] hypocrite, [phrase] common sort, [idiom] low, man (mean, of low degree), person."} +{"id":"H121","strongs_number":"H121","system":"hebrew","language":"hebrew","number_value":121,"lemma":"אָדָם","transliteration":"ʼÂdâm","pronunciation":"aw-dawm'","derivation":"the same as H120 (אָדָם);","strongs_definition":"Adam the name of the first man, also of a place in Palestine","kjv_definition":"Adam."} +{"id":"H122","strongs_number":"H122","system":"hebrew","language":"hebrew","number_value":122,"lemma":"אָדֹם","transliteration":"ʼâdôm","pronunciation":"aw-dome'","derivation":"from H119 (אָדַם);","strongs_definition":"rosy","kjv_definition":"red, ruddy."} +{"id":"H123","strongs_number":"H123","system":"hebrew","language":"hebrew","number_value":123,"lemma":"אֱדֹם","transliteration":"ʼĔdôm","pronunciation":"ed-ome'","derivation":"or (fully) אֱדוֹם ; from H122 (אָדֹם); red (see Genesis 25:25);","strongs_definition":"Edom, the elder twin-brother of Jacob; hence the region (Idumaea) occupied by him","kjv_definition":"Edom, Edomites, Idumea."} +{"id":"H124","strongs_number":"H124","system":"hebrew","language":"hebrew","number_value":124,"lemma":"אֹדֶם","transliteration":"ʼôdem","pronunciation":"o'-dem","derivation":"from H119 (אָדַם);","strongs_definition":"redness, i.e. the ruby, garnet, or some other red gem","kjv_definition":"sardius."} +{"id":"H125","strongs_number":"H125","system":"hebrew","language":"hebrew","number_value":125,"lemma":"אֲדַמְדָּם","transliteration":"ʼădamdâm","pronunciation":"ad-am-dawm'","derivation":"reduplicated from H119 (אָדַם);","strongs_definition":"reddish","kjv_definition":"(somewhat) reddish."} +{"id":"H126","strongs_number":"H126","system":"hebrew","language":"hebrew","number_value":126,"lemma":"אַדְמָה","transliteration":"ʼAdmâh","pronunciation":"ad-maw'","derivation":"contracted for H127 (אֲדָמָה); earthy;","strongs_definition":"Admah, a place near the Dead Sea","kjv_definition":"Admah."} +{"id":"H127","strongs_number":"H127","system":"hebrew","language":"hebrew","number_value":127,"lemma":"אֲדָמָה","transliteration":"ʼădâmâh","pronunciation":"ad-aw-maw'","derivation":"from H119 (אָדַם);","strongs_definition":"soil (from its general redness)","kjv_definition":"country, earth, ground, husband(-man) (-ry), land."} +{"id":"H128","strongs_number":"H128","system":"hebrew","language":"hebrew","number_value":128,"lemma":"אֲדָמָה","transliteration":"ʼĂdâmâh","pronunciation":"ad-aw-maw'","derivation":"the same as H127 (אֲדָמָה);","strongs_definition":"Adamah, a place in Palestine","kjv_definition":"Adamah."} +{"id":"H129","strongs_number":"H129","system":"hebrew","language":"hebrew","number_value":129,"lemma":"אֲדָמִי","transliteration":"ʼĂdâmîy","pronunciation":"ad-aw-mee'","derivation":"from H127 (אֲדָמָה); earthy;","strongs_definition":"Adami, a place in Palestine","kjv_definition":"Adami."} +{"id":"H130","strongs_number":"H130","system":"hebrew","language":"hebrew","number_value":130,"lemma":"אֱדֹמִי","transliteration":"ʼĔdômîy","pronunciation":"ed-o-mee'","derivation":"or (fully) אֱדוֹמִי ; patronymic from H123 (אֱדֹם); See H726 (אֲרוֹמִי).","strongs_definition":"an Edomite, or descendants from (or inhabitants of) Edom","kjv_definition":"Edomite."} +{"id":"H131","strongs_number":"H131","system":"hebrew","language":"hebrew","number_value":131,"lemma":"אֲדֻמִּים","transliteration":"ʼĂdummîym","pronunciation":"ad-oom-meem'","derivation":"plural of H121 (אָדָם); red spots;","strongs_definition":"Adummim, a pass in Palestine","kjv_definition":"Adummim."} +{"id":"H132","strongs_number":"H132","system":"hebrew","language":"hebrew","number_value":132,"lemma":"אַדְמֹנִי","transliteration":"ʼadmônîy","pronunciation":"ad-mo-nee'","derivation":"or (fully) אַדְמוֹנִי ; from H119 (אָדַם);","strongs_definition":"reddish (of the hair or the complexion)","kjv_definition":"red, ruddy."} +{"id":"H133","strongs_number":"H133","system":"hebrew","language":"hebrew","number_value":133,"lemma":"אַדְמָתָא","transliteration":"ʼAdmâthâʼ","pronunciation":"ad-maw-thaw'","derivation":"probably of Persian derivation;","strongs_definition":"Admatha, a Persian nobleman","kjv_definition":"Admatha."} +{"id":"H134","strongs_number":"H134","system":"hebrew","language":"hebrew","number_value":134,"lemma":"אֶדֶן","transliteration":"ʼeden","pronunciation":"eh'-den","derivation":"from the same as H113 (אָדוֹן) (in the sense of strength);","strongs_definition":"a basis (of a building, a column, etc.)","kjv_definition":"foundation, socket."} +{"id":"H135","strongs_number":"H135","system":"hebrew","language":"hebrew","number_value":135,"lemma":"אַדָּן","transliteration":"ʼAddân","pronunciation":"ad-dawn'","derivation":"intensive from the same as H134 (אֶדֶן); firm;","strongs_definition":"Addan, an Israelite","kjv_definition":"Addan."} +{"id":"H136","strongs_number":"H136","system":"hebrew","language":"hebrew","number_value":136,"lemma":"אֲדֹנָי","transliteration":"ʼĂdônây","pronunciation":"ad-o-noy'","derivation":"an emphatic form of H113 (אָדוֹן);","strongs_definition":"the Lord (used as a proper name of God only)","kjv_definition":"(my) Lord."} +{"id":"H137","strongs_number":"H137","system":"hebrew","language":"hebrew","number_value":137,"lemma":"אֲדֹנִי־בֶזֶק","transliteration":"ʼĂdônîy-Bezeq","pronunciation":"ad-o''-nee-beh'-zek","derivation":"from H113 (אָדוֹן) and H966 (בֶּזֶק); lord of Bezek;","strongs_definition":"Adoni-Bezek; a Canaanitish king","kjv_definition":"Adonibezek."} +{"id":"H138","strongs_number":"H138","system":"hebrew","language":"hebrew","number_value":138,"lemma":"אֲדֹנִיָּה","transliteration":"ʼĂdônîyâh","pronunciation":"ad-o-nee-yaw'","derivation":"original (prolonged) אֲדֹנִיָּהוּ ; from H113 (אָדוֹן) and H3050 (יָהּ); lord (i.e. worshipper) of Jah;","strongs_definition":"Adonijah, the name of three Israelites","kjv_definition":"Adonijah."} +{"id":"H139","strongs_number":"H139","system":"hebrew","language":"hebrew","number_value":139,"lemma":"אֲדֹנִי־צֶדֶק","transliteration":"ʼĂdônîy-Tsedeq","pronunciation":"ad-o''-nee-tseh'-dek","derivation":"from H113 (אָדוֹן) and H6664 (צֶדֶק); lord of justice;","strongs_definition":"Adoni-Tsedek, a Canaanitish king","kjv_definition":"Adonizedec."} +{"id":"H140","strongs_number":"H140","system":"hebrew","language":"hebrew","number_value":140,"lemma":"אֲדֹנִיקָם","transliteration":"ʼĂdônîyqâm","pronunciation":"ad-o-nee-kawm'","derivation":"from H113 (אָדוֹן) and H6965 (קוּם); lord of rising (i.e. high);","strongs_definition":"Adonikam, the name of one or two Israelites","kjv_definition":"Adonikam."} +{"id":"H141","strongs_number":"H141","system":"hebrew","language":"hebrew","number_value":141,"lemma":"אֲדֹנִירָם","transliteration":"ʼĂdônîyrâm","pronunciation":"ad-o-nee-rawm'","derivation":"from H113 (אָדוֹן) and H7311 (רוּם); lord of height;","strongs_definition":"Adoniram, an Israelite","kjv_definition":"Adoniram."} +{"id":"H142","strongs_number":"H142","system":"hebrew","language":"hebrew","number_value":142,"lemma":"אָדַר","transliteration":"ʼâdar","pronunciation":"aw-dar'","derivation":"a primitive root;","strongs_definition":"to expand, i.e. be great or (figuratively) magnificent","kjv_definition":"(become) glorious, honourable."} +{"id":"H143","strongs_number":"H143","system":"hebrew","language":"hebrew","number_value":143,"lemma":"אֲדָר","transliteration":"ʼĂdâr","pronunciation":"ad-awr'","derivation":"probably of foreign derivation; perhaps meaning fire;","strongs_definition":"Adar, the 12th Hebrew month","kjv_definition":"Adar."} +{"id":"H144","strongs_number":"H144","system":"hebrew","language":"hebrew","number_value":144,"lemma":"אֲדָר","transliteration":"ʼĂdâr","pronunciation":"ad-awr'","derivation":"(Aramaic) corresponding to H143 (אֲדָר)","strongs_definition":"{Adar, the 12th Hebrew month}","kjv_definition":"Adar."} +{"id":"H145","strongs_number":"H145","system":"hebrew","language":"hebrew","number_value":145,"lemma":"אֶדֶר","transliteration":"ʼeder","pronunciation":"eh'-der","derivation":"from H142 (אָדַר);","strongs_definition":"amplitude, i.e. (concrete) a mantle; also (figuratively) splendor","kjv_definition":"goodly, robe."} +{"id":"H146","strongs_number":"H146","system":"hebrew","language":"hebrew","number_value":146,"lemma":"אַדָּר","transliteration":"ʼAddâr","pronunciation":"ad-dawr'","derivation":"intensive from H142 (אָדַר); ample;","strongs_definition":"Addar, a place in Palestine; also an Israelite","kjv_definition":"Addar."} +{"id":"H147","strongs_number":"H147","system":"hebrew","language":"hebrew","number_value":147,"lemma":"אִדַּר","transliteration":"ʼiddar","pronunciation":"id-dar'","derivation":"(Aramaic) intensive, from a root corresponding to H142 (אָדַר);","strongs_definition":"ample, i.e. a threshing-floor","kjv_definition":"threshingfloor."} +{"id":"H148","strongs_number":"H148","system":"hebrew","language":"hebrew","number_value":148,"lemma":"אֲדַרְגָּזֵר","transliteration":"ʼădargâzêr","pronunciation":"ad-ar''-gaw-zare'","derivation":"(Aramaic) from the same as H147 (אִדַּר), and H1505 (גְּזַר);","strongs_definition":"a chief diviner, or astrologer","kjv_definition":"judge."} +{"id":"H149","strongs_number":"H149","system":"hebrew","language":"hebrew","number_value":149,"lemma":"אַדְרַזְדָּא","transliteration":"ʼadrazdâʼ","pronunciation":"ad-raz-daw'","derivation":"(Aramaic) probably of Persian origin;","strongs_definition":"quickly or carefully","kjv_definition":"diligently."} +{"id":"H150","strongs_number":"H150","system":"hebrew","language":"hebrew","number_value":150,"lemma":"אֲדַרְכֹּן","transliteration":"ʼădarkôn","pronunciation":"ad-ar-kone'","derivation":"of Persian origin;","strongs_definition":"a daric or Persian coin","kjv_definition":"dram."} +{"id":"H151","strongs_number":"H151","system":"hebrew","language":"hebrew","number_value":151,"lemma":"אֲדֹרָם","transliteration":"ʼĂdôrâm","pronunciation":"ad-o-rawm'","derivation":"contracted for H141 (אֲדֹנִירָם);","strongs_definition":"Adoram (or Adoniram), an Israelite","kjv_definition":"Adoram."} +{"id":"H152","strongs_number":"H152","system":"hebrew","language":"hebrew","number_value":152,"lemma":"אֲדְרַמֶּלֶךְ","transliteration":"ʼĂdrammelek","pronunciation":"ad-ram-meh'-lek","derivation":"from H142 (אָדַר) and H4428 (מֶלֶךְ); splendor of (the) king;","strongs_definition":"Adrammelek, the name of an Assyrian idol, also of a son of Sennacherib","kjv_definition":"Adrammelech."} +{"id":"H153","strongs_number":"H153","system":"hebrew","language":"hebrew","number_value":153,"lemma":"אֶדְרָע","transliteration":"ʼedrâʻ","pronunciation":"ed-raw'","derivation":"(Aramaic) an orthographical variation for H1872 (דְּרַע);","strongs_definition":"an arm, i.e. (figuratively) power","kjv_definition":"force."} +{"id":"H154","strongs_number":"H154","system":"hebrew","language":"hebrew","number_value":154,"lemma":"אֶדְרֶעִי","transliteration":"ʼedreʻîy","pronunciation":"ed-reh'-ee","derivation":"from the equivalent of H153 (אֶדְרָע); mighty;","strongs_definition":"Edrei, the name of two places in Palestine","kjv_definition":"Edrei."} +{"id":"H155","strongs_number":"H155","system":"hebrew","language":"hebrew","number_value":155,"lemma":"אַדֶּרֶת","transliteration":"ʼaddereth","pronunciation":"ad-deh'-reth","derivation":"feminine of H117 (אַדִּיר); ; also the same as H145 (אֶדֶר)","strongs_definition":"something ample (as a large vine, a wide dress)","kjv_definition":"garment, glory, goodly, mantle, robe."} +{"id":"H156","strongs_number":"H156","system":"hebrew","language":"hebrew","number_value":156,"lemma":"אָדַשׁ","transliteration":"ʼâdash","pronunciation":"aw-dash'","derivation":"a primitive root;","strongs_definition":"to tread out (grain)","kjv_definition":"thresh."} +{"id":"H157","strongs_number":"H157","system":"hebrew","language":"hebrew","number_value":157,"lemma":"אָהַב","transliteration":"ʼâhab","pronunciation":"aw-hab'","derivation":"or אָהֵב ; a primitive root;","strongs_definition":"to have affection for (sexually or otherwise)","kjv_definition":"(be-) love(-d, -ly, -r), like, friend."} +{"id":"H158","strongs_number":"H158","system":"hebrew","language":"hebrew","number_value":158,"lemma":"אַהַב","transliteration":"ʼahab","pronunciation":"ah'-hab","derivation":"from H157 (אָהַב);","strongs_definition":"affection (in a good or a bad sense)","kjv_definition":"love(-r)."} +{"id":"H159","strongs_number":"H159","system":"hebrew","language":"hebrew","number_value":159,"lemma":"אֹהַב","transliteration":"ʼôhab","pronunciation":"o'-hab","derivation":"from H156 (אָדַשׁ); meaning the same as H158 (אַהַב)","strongs_definition":"{affection (in a good or a bad sense)}","kjv_definition":"love."} +{"id":"H160","strongs_number":"H160","system":"hebrew","language":"hebrew","number_value":160,"lemma":"אַהֲבָה","transliteration":"ʼahăbâh","pronunciation":"a-hab-aw","derivation":"feminine of H158 (אַהַב) and meaning the same","strongs_definition":"{affection (in a good or a bad sense)}","kjv_definition":"love."} +{"id":"H161","strongs_number":"H161","system":"hebrew","language":"hebrew","number_value":161,"lemma":"אֹהַד","transliteration":"ʼÔhad","pronunciation":"o'-had","derivation":"from an unused root meaning to be united; unity;","strongs_definition":"Ohad, an Israelite","kjv_definition":"Ohad."} +{"id":"H162","strongs_number":"H162","system":"hebrew","language":"hebrew","number_value":162,"lemma":"אֲהָהּ","transliteration":"ʼăhâhh","pronunciation":"a-haw'","derivation":"apparently a primitive word expressing pain exclamatorily;","strongs_definition":"Oh!","kjv_definition":"ah, alas."} +{"id":"H163","strongs_number":"H163","system":"hebrew","language":"hebrew","number_value":163,"lemma":"אַהֲוָא","transliteration":"ʼAhăvâʼ","pronunciation":"a-hav-aw'","derivation":"probably of foreign origin;","strongs_definition":"Ahava, a river of Babylonia","kjv_definition":"Ahava."} +{"id":"H164","strongs_number":"H164","system":"hebrew","language":"hebrew","number_value":164,"lemma":"אֵהוּד","transliteration":"ʼÊhûwd","pronunciation":"ay-hood'","derivation":"from the same as H161 (אֹהַד); united;","strongs_definition":"Ehud, the name of two or three Israelites","kjv_definition":"Ehud."} +{"id":"H165","strongs_number":"H165","system":"hebrew","language":"hebrew","number_value":165,"lemma":"אֱהִי","transliteration":"ʼĕhîy","pronunciation":"e-hee'","derivation":"apparently an orthographical variation for H346 (אַיֵּה);","strongs_definition":"where","kjv_definition":"I will be (Hosea 13:10,14) (which is often the rendering of the same Hebrew form from H1961 (הָיָה))."} +{"id":"H166","strongs_number":"H166","system":"hebrew","language":"hebrew","number_value":166,"lemma":"אָהַל","transliteration":"ʼâhal","pronunciation":"aw-hal'","derivation":"a primitive root;","strongs_definition":"to be clear","kjv_definition":"shine."} +{"id":"H167","strongs_number":"H167","system":"hebrew","language":"hebrew","number_value":167,"lemma":"אָהַל","transliteration":"ʼâhal","pronunciation":"aw-hal'","derivation":"a denominative from H168 (אֹהֶל);","strongs_definition":"to tent","kjv_definition":"pitch (remove) a tent."} +{"id":"H168","strongs_number":"H168","system":"hebrew","language":"hebrew","number_value":168,"lemma":"אֹהֶל","transliteration":"ʼôhel","pronunciation":"o'-hel","derivation":"from H166 (אָהַל);","strongs_definition":"a tent (as clearly conspicuous from a distance)","kjv_definition":"covering, (dwelling) (place), home, tabernacle, tent."} +{"id":"H169","strongs_number":"H169","system":"hebrew","language":"hebrew","number_value":169,"lemma":"אֹהֶל","transliteration":"ʼÔhel","pronunciation":"o'-hel","derivation":"the same as H168 (אֹהֶל);","strongs_definition":"Ohel, an Israelite","kjv_definition":"Ohel."} +{"id":"H170","strongs_number":"H170","system":"hebrew","language":"hebrew","number_value":170,"lemma":"אׇהֳלָה","transliteration":"ʼOhŏlâh","pronunciation":"o-hol-aw'","derivation":"in form a feminine of H168 (אֹהֶל), but in fact for אׇהֳלָהּ; from H168 (אֹהֶל); her tent (i.e. idolatrous sanctuary);","strongs_definition":"Oholah, a symbolic name for Samaria","kjv_definition":"Aholah."} +{"id":"H171","strongs_number":"H171","system":"hebrew","language":"hebrew","number_value":171,"lemma":"אׇהֳלִיאָב","transliteration":"ʼOhŏlîyʼâb","pronunciation":"o''-hol-e-awb'","derivation":"from H168 (אֹהֶל) and H1 (אָב); tent of (his) father;","strongs_definition":"Oholiab, an Israelite","kjv_definition":"Aholiab."} +{"id":"H172","strongs_number":"H172","system":"hebrew","language":"hebrew","number_value":172,"lemma":"אׇהֳלִיבָה","transliteration":"ʼOhŏlîybâh","pronunciation":"o''-hol-ee-baw'","derivation":"(similarly with H170 (אׇהֳלָה)) for אׇהֳלִיבָהּ ; from H168 (אֹהֶל); my tent (is) in her;","strongs_definition":"Oholibah, a symbolic name for Judah","kjv_definition":"Aholibah."} +{"id":"H173","strongs_number":"H173","system":"hebrew","language":"hebrew","number_value":173,"lemma":"אׇהֳלִיבָמָה","transliteration":"ʼOhŏlîybâmâh","pronunciation":"o''-hol-ee-baw-maw'","derivation":"from H168 (אֹהֶל) and H1116 (בָּמָה); tent of (the) height;","strongs_definition":"Oholibamah, a wife of Esau","kjv_definition":"Aholibamah."} +{"id":"H174","strongs_number":"H174","system":"hebrew","language":"hebrew","number_value":174,"lemma":"אֲהָלִים","transliteration":"ʼăhâlîym","pronunciation":"a-haw-leem'","derivation":"or (feminine) אֲהָלוֹת (only used thus in the plural); of foreign origin;","strongs_definition":"aloe wood (i.e. sticks)","kjv_definition":"(tree of lign-) aloes."} +{"id":"H175","strongs_number":"H175","system":"hebrew","language":"hebrew","number_value":175,"lemma":"אַהֲרוֹן","transliteration":"ʼAhărôwn","pronunciation":"a-har-one'","derivation":"of uncertain derivation;","strongs_definition":"Aharon, the brother of Moses","kjv_definition":"Aaron."} +{"id":"H176","strongs_number":"H176","system":"hebrew","language":"hebrew","number_value":176,"lemma":"אוֹ","transliteration":"ʼôw","pronunciation":"o","derivation":"presumed to be the 'constructive' or genitival form of אַו ; short for H185 (אַוָּה);","strongs_definition":"desire (and so probably in Proverbs 31:4); hence (by way of alternative) or, also if","kjv_definition":"also, and, either, if, at the least, [idiom] nor, or, otherwise, then, whether."} +{"id":"H177","strongs_number":"H177","system":"hebrew","language":"hebrew","number_value":177,"lemma":"אוּאֵל","transliteration":"ʼÛwʼêl","pronunciation":"oo-ale'","derivation":"from H176 (אוֹ) and H410 (אֵל); wish of God;","strongs_definition":"Uel, and Israelite","kjv_definition":"Uel."} +{"id":"H178","strongs_number":"H178","system":"hebrew","language":"hebrew","number_value":178,"lemma":"אוֹב","transliteration":"ʼôwb","pronunciation":"obe","derivation":"from the same as H1 (אָב) (apparently through the idea of prattling a father's name);","strongs_definition":"properly, a mumble, i.e. a water skin (from its hollow sound); hence a necromancer (ventriloquist, as from a jar)","kjv_definition":"bottle, familiar spirit."} +{"id":"H179","strongs_number":"H179","system":"hebrew","language":"hebrew","number_value":179,"lemma":"אוֹבִיל","transliteration":"ʼôwbîyl","pronunciation":"o-beel'","derivation":"probably from H56 (אָבַל); mournful;","strongs_definition":"Obil, an Ishmaelite","kjv_definition":"Obil."} +{"id":"H180","strongs_number":"H180","system":"hebrew","language":"hebrew","number_value":180,"lemma":"אוּבָל","transliteration":"ʼûwbâl","pronunciation":"oo-bawl'","derivation":"or (shortened) אֻבָל ; from H2986 (יָבַל) (in the sense of H2988 (יָבָל));","strongs_definition":"a stream","kjv_definition":"river."} +{"id":"H181","strongs_number":"H181","system":"hebrew","language":"hebrew","number_value":181,"lemma":"אוּד","transliteration":"ʼûwd","pronunciation":"ood","derivation":"from an unused root meaning to rake together;","strongs_definition":"a poker (for turning or gathering embers)","kjv_definition":"(fire-) brand."} +{"id":"H182","strongs_number":"H182","system":"hebrew","language":"hebrew","number_value":182,"lemma":"אוֹדוֹת","transliteration":"ʼôwdôwth","pronunciation":"o-doth'","derivation":"or (shortened) אֹדוֹת (only thus in the plural); from the same as H181 (אוּד);","strongs_definition":"turnings (i.e. occasions); (adverb) on account of","kjv_definition":"(be-) cause, concerning, sake."} +{"id":"H183","strongs_number":"H183","system":"hebrew","language":"hebrew","number_value":183,"lemma":"אָוָה","transliteration":"ʼâvâh","pronunciation":"aw-vaw'","derivation":"a primitive root;","strongs_definition":"to wish for","kjv_definition":"covet, (greatly) desire, be desirous, long, lust (after)."} +{"id":"H184","strongs_number":"H184","system":"hebrew","language":"hebrew","number_value":184,"lemma":"אָוָה","transliteration":"ʼâvâh","pronunciation":"aw-vaw'","derivation":"a primitive root;","strongs_definition":"to extend or mark out","kjv_definition":"point out."} +{"id":"H185","strongs_number":"H185","system":"hebrew","language":"hebrew","number_value":185,"lemma":"אַוָּה","transliteration":"ʼavvâh","pronunciation":"av-vaw'","derivation":"from H183 (אָוָה);","strongs_definition":"longing","kjv_definition":"desire, lust after, pleasure."} +{"id":"H186","strongs_number":"H186","system":"hebrew","language":"hebrew","number_value":186,"lemma":"אוּזַי","transliteration":"ʼÛwzay","pronunciation":"oo-zah'-ee","derivation":"perhaps by permutation for H5813 (עֻזִּי), strong;","strongs_definition":"Uzai, an Israelite","kjv_definition":"Uzai."} +{"id":"H187","strongs_number":"H187","system":"hebrew","language":"hebrew","number_value":187,"lemma":"אוּזָל","transliteration":"ʼÛwzâl","pronunciation":"oo-zawl'","derivation":"of uncertain derivation;","strongs_definition":"Uzal, a son of Joktan","kjv_definition":"Uzal."} +{"id":"H188","strongs_number":"H188","system":"hebrew","language":"hebrew","number_value":188,"lemma":"אוֹי","transliteration":"ʼôwy","pronunciation":"o'-ee","derivation":"probably from H183 (אָוָה) (in the sense of crying out after);","strongs_definition":"lamentation; also interjectionally Oh!","kjv_definition":"alas, woe."} +{"id":"H189","strongs_number":"H189","system":"hebrew","language":"hebrew","number_value":189,"lemma":"אֱוִי","transliteration":"ʼĔvîy","pronunciation":"ev-ee'","derivation":"probably from H183 (אָוָה); desirous;","strongs_definition":"Evi, a Midianitish chief","kjv_definition":"Evi."} +{"id":"H190","strongs_number":"H190","system":"hebrew","language":"hebrew","number_value":190,"lemma":"אוֹיָה","transliteration":"ʼôwyâh","pronunciation":"o-yaw'","derivation":"feminine of H188 (אוֹי)","strongs_definition":"{lamentation; also interjectionally Oh!}","kjv_definition":"woe."} +{"id":"H191","strongs_number":"H191","system":"hebrew","language":"hebrew","number_value":191,"lemma":"אֱוִיל","transliteration":"ʼĕvîyl","pronunciation":"ev-eel'","derivation":"from an unused root (meaning to be perverse);","strongs_definition":"(figuratively) silly","kjv_definition":"fool(-ish) (man)."} +{"id":"H192","strongs_number":"H192","system":"hebrew","language":"hebrew","number_value":192,"lemma":"אֱוִיל מְרֹדַךְ","transliteration":"ʼĔvîyl Mᵉrôdak","pronunciation":"ev-eel' mer-o-dak'","derivation":"of Aramaic derivation and probably meaning soldier of Merodak;","strongs_definition":"Evil-Merodak, a Babylonian king","kjv_definition":"Evil-merodach."} +{"id":"H193","strongs_number":"H193","system":"hebrew","language":"hebrew","number_value":193,"lemma":"אוּל","transliteration":"ʼûwl","pronunciation":"ool","derivation":"from an unused root meaning to twist, i.e. (by implication) be strong;","strongs_definition":"the body (as being rolled together); also powerful","kjv_definition":"mighty, strength."} +{"id":"H194","strongs_number":"H194","system":"hebrew","language":"hebrew","number_value":194,"lemma":"אוּלַי","transliteration":"ʼûwlay","pronunciation":"oo-lah'ee","derivation":"or (shortened) אֻלַי; from H176 (אוֹ);","strongs_definition":"if not; hence perhaps","kjv_definition":"if so be, may be, peradventure, unless."} +{"id":"H195","strongs_number":"H195","system":"hebrew","language":"hebrew","number_value":195,"lemma":"אוּלַי","transliteration":"ʼÛwlay","pronunciation":"oo-lah'ee","derivation":"of Persian derivation;","strongs_definition":"the Ulai (or Eulaeus), a river of Persia","kjv_definition":"Ulai."} +{"id":"H196","strongs_number":"H196","system":"hebrew","language":"hebrew","number_value":196,"lemma":"אֱוִלִי","transliteration":"ʼĕvilîy","pronunciation":"ev-ee-lee'","derivation":"from H191 (אֱוִיל);","strongs_definition":"silly, foolish; hence (morally) impious","kjv_definition":"foolish."} +{"id":"H197","strongs_number":"H197","system":"hebrew","language":"hebrew","number_value":197,"lemma":"אוּלָם","transliteration":"ʼûwlâm","pronunciation":"oo-lawm'","derivation":"or (shortened), אֻלָם ; from H481 (אָלַם) (in the sense of tying);","strongs_definition":"a vestibule (as bound to the building)","kjv_definition":"porch."} +{"id":"H198","strongs_number":"H198","system":"hebrew","language":"hebrew","number_value":198,"lemma":"אוּלָם","transliteration":"ʼÛwlâm","pronunciation":"oo-lawm'","derivation":"appar, from H481 (אָלַם) (in the sense of dumbness); solitary;","strongs_definition":"Ulam, the name of two Israelites","kjv_definition":"Ulam."} +{"id":"H199","strongs_number":"H199","system":"hebrew","language":"hebrew","number_value":199,"lemma":"אוּלָם","transliteration":"ʼûwlâm","pronunciation":"oo-lawm'","derivation":"apparently a variation of H194 (אוּלַי);","strongs_definition":"however or on the contrary","kjv_definition":"as for, but, howbeit, in very deed, surely, truly, wherefore."} +{"id":"H200","strongs_number":"H200","system":"hebrew","language":"hebrew","number_value":200,"lemma":"אִוֶּלֶת","transliteration":"ʼivveleth","pronunciation":"iv-veh'-leth","derivation":"from the same as H191 (אֱוִיל);","strongs_definition":"silliness","kjv_definition":"folly, foolishly(-ness)."} +{"id":"H201","strongs_number":"H201","system":"hebrew","language":"hebrew","number_value":201,"lemma":"אוֹמָר","transliteration":"ʼÔwmâr","pronunciation":"o-mawr'","derivation":"from H559 (אָמַר); talkative;","strongs_definition":"Omar, a grandson of Esau","kjv_definition":"Omar."} +{"id":"H202","strongs_number":"H202","system":"hebrew","language":"hebrew","number_value":202,"lemma":"אוֹן","transliteration":"ʼôwn","pronunciation":"one","derivation":"probably from the same as H205 (אָוֶן) (in the sense of effort, but successful);","strongs_definition":"ability, power, (figuratively) wealth","kjv_definition":"force, goods, might, strength, substance."} +{"id":"H203","strongs_number":"H203","system":"hebrew","language":"hebrew","number_value":203,"lemma":"אוֹן","transliteration":"ʼÔwn","pronunciation":"one","derivation":"the same as H202 (אוֹן);","strongs_definition":"On, an Israelite","kjv_definition":"On."} +{"id":"H204","strongs_number":"H204","system":"hebrew","language":"hebrew","number_value":204,"lemma":"אוֹן","transliteration":"ʼÔwn","pronunciation":"one","derivation":"or (shortened); אֹן; of Egyptian derivation;","strongs_definition":"On, a city of Egypt","kjv_definition":"On."} +{"id":"H205","strongs_number":"H205","system":"hebrew","language":"hebrew","number_value":205,"lemma":"אָוֶן","transliteration":"ʼâven","pronunciation":"aw-ven'","derivation":"from an unused root perhaps meaning properly, to pant (hence, to exert oneself, usually in vain; to come to naught);","strongs_definition":"strictly nothingness; also trouble. vanity, wickedness; specifically an idol","kjv_definition":"affliction, evil, false, idol, iniquity, mischief, mourners(-ing), naught, sorrow, unjust, unrighteous, vain, vanity, wicked(-ness). Compare H369 (אַיִן)."} +{"id":"H206","strongs_number":"H206","system":"hebrew","language":"hebrew","number_value":206,"lemma":"אָוֶן","transliteration":"ʼÂven","pronunciation":"aw'-ven","derivation":"the same as H205 (אָוֶן); idolatry;","strongs_definition":"Aven, the contemptuous synonym of three places, one in Coele-Syria, one in Egypt (On), and one in Palestine (Bethel)","kjv_definition":"Aven. See also H204 (אוֹן), H1007 (בֵּית אָוֶן)."} +{"id":"H207","strongs_number":"H207","system":"hebrew","language":"hebrew","number_value":207,"lemma":"אוֹנוֹ","transliteration":"ʼÔwnôw","pronunciation":"o-no'","derivation":"or (shortened) אֹנוֹ; prolonged from H202 (אוֹן); strong;","strongs_definition":"Ono, a place in Palestine","kjv_definition":"Ono."} +{"id":"H208","strongs_number":"H208","system":"hebrew","language":"hebrew","number_value":208,"lemma":"אוֹנָם","transliteration":"ʼÔwnâm","pronunciation":"o-nawm'","derivation":"a variation of H209 (אוֹנָן); strong;","strongs_definition":"Onam, the name of an Edomite and of an Israelite","kjv_definition":"Onam."} +{"id":"H209","strongs_number":"H209","system":"hebrew","language":"hebrew","number_value":209,"lemma":"אוֹנָן","transliteration":"ʼÔwnân","pronunciation":"o-nawn'","derivation":"a variation of H207 (אוֹנוֹ); strong;","strongs_definition":"Onan, a son of Judah","kjv_definition":"Onan."} +{"id":"H210","strongs_number":"H210","system":"hebrew","language":"hebrew","number_value":210,"lemma":"אוּפָז","transliteration":"ʼÛwphâz","pronunciation":"oo-fawz'","derivation":"perhaps a corruption of H211 (אוֹפִיר);","strongs_definition":"Uphaz, a famous gold region","kjv_definition":"Uphaz."} +{"id":"H211","strongs_number":"H211","system":"hebrew","language":"hebrew","number_value":211,"lemma":"אוֹפִיר","transliteration":"ʼÔwphîyr","pronunciation":"o-feer'","derivation":"or (shortened) אֹפִיר; and אוֹפִר; of uncertain derivation;","strongs_definition":"Ophir, the name of a son of Joktan, and of a gold region in the East","kjv_definition":"Ophir."} +{"id":"H212","strongs_number":"H212","system":"hebrew","language":"hebrew","number_value":212,"lemma":"אוֹפָן","transliteration":"ʼôwphân","pronunciation":"o-fawn'","derivation":"or (shortened) אֹפָן; from an unused root meaning to revolve;","strongs_definition":"a wheel","kjv_definition":"wheel."} +{"id":"H213","strongs_number":"H213","system":"hebrew","language":"hebrew","number_value":213,"lemma":"אוּץ","transliteration":"ʼûwts","pronunciation":"oots","derivation":"a primitive root;","strongs_definition":"to press; (by implication) to be close, hurry, withdraw","kjv_definition":"(make) haste(-n, -y), labor, be narrow."} +{"id":"H214","strongs_number":"H214","system":"hebrew","language":"hebrew","number_value":214,"lemma":"אוֹצָר","transliteration":"ʼôwtsâr","pronunciation":"o-tsaw'","derivation":"from H686 (אָצַר);","strongs_definition":"a depository","kjv_definition":"armory, cellar, garner, store(-house), treasure(-house) (-y)."} +{"id":"H215","strongs_number":"H215","system":"hebrew","language":"hebrew","number_value":215,"lemma":"אוֹר","transliteration":"ʼôwr","pronunciation":"ore","derivation":"a primitive root;","strongs_definition":"to be (causative, make) luminous (literally and metaphorically)","kjv_definition":"[idiom] break of day, glorious, kindle, (be, en-, give, show) light (-en, -ened), set on fire, shine."} +{"id":"H216","strongs_number":"H216","system":"hebrew","language":"hebrew","number_value":216,"lemma":"אוֹר","transliteration":"ʼôwr","pronunciation":"ore","derivation":"from H215 (אוֹר);","strongs_definition":"illumination or (concrete) luminary (in every sense, including lightning, happiness, etc.)","kjv_definition":"bright, clear, [phrase] day, light (-ning), morning, sun."} +{"id":"H217","strongs_number":"H217","system":"hebrew","language":"hebrew","number_value":217,"lemma":"אוּר","transliteration":"ʼûwr","pronunciation":"ore","derivation":"from H215 (אוֹר);","strongs_definition":"flame; hence (in the plural) the East (as being the region of light)","kjv_definition":"fire, light. See also H224 (אוּרִים)."} +{"id":"H218","strongs_number":"H218","system":"hebrew","language":"hebrew","number_value":218,"lemma":"אוּר","transliteration":"ʼÛwr","pronunciation":"oor","derivation":"the same as H217 (אוּר);","strongs_definition":"Ur, a place in Chaldaea; also an Israelite","kjv_definition":"Ur."} +{"id":"H219","strongs_number":"H219","system":"hebrew","language":"hebrew","number_value":219,"lemma":"אוֹרָה","transliteration":"ʼôwrâh","pronunciation":"o-raw'","derivation":"feminine of H216 (אוֹר);","strongs_definition":"luminousness, i.e. (figuratively) prosperity; also a plant (as being bright)","kjv_definition":"herb, light."} +{"id":"H220","strongs_number":"H220","system":"hebrew","language":"hebrew","number_value":220,"lemma":"אֲוֵרָה","transliteration":"ʼăvêrâh","pronunciation":"av-ay-raw'","derivation":"by transposition for H723 (אֻרְוָה);","strongs_definition":"a stall","kjv_definition":"cote."} +{"id":"H221","strongs_number":"H221","system":"hebrew","language":"hebrew","number_value":221,"lemma":"אוּרִי","transliteration":"ʼÛwrîy","pronunciation":"oo-ree'","derivation":"from H217 (אוּר); fiery;","strongs_definition":"Uri, the name of three Israelites","kjv_definition":"Uri."} +{"id":"H222","strongs_number":"H222","system":"hebrew","language":"hebrew","number_value":222,"lemma":"אוּרִיאֵל","transliteration":"ʼÛwrîyʼêl","pronunciation":"oo-ree-ale'","derivation":"from H217 (אוּר) and H410 (אֵל); flame of God;","strongs_definition":"Uriel, the name of two Israelites","kjv_definition":"Uriel."} +{"id":"H223","strongs_number":"H223","system":"hebrew","language":"hebrew","number_value":223,"lemma":"אוּרִיָּה","transliteration":"ʼÛwrîyâh","pronunciation":"oo-ree-yaw'","derivation":"or (prolonged) אוּרִיָּהוּ ; from H217 (אוּר) and H3050 (יָהּ); flame of Jah;","strongs_definition":"Urijah, the name of one Hittite and five Israelites","kjv_definition":"Uriah, Urijah."} +{"id":"H224","strongs_number":"H224","system":"hebrew","language":"hebrew","number_value":224,"lemma":"אוּרִים","transliteration":"ʼÛwrîym","pronunciation":"oo-reem'","derivation":"plural of H217 (אוּר); lights;","strongs_definition":"Urim, the oracular brilliancy of the figures in the high-priest's breastplate","kjv_definition":"Urim."} +{"id":"H225","strongs_number":"H225","system":"hebrew","language":"hebrew","number_value":225,"lemma":"אוּת","transliteration":"ʼûwth","pronunciation":"ooth","derivation":"a primitive root;","strongs_definition":"properly, to come, i.e. (implied) to assent","kjv_definition":"consent."} +{"id":"H226","strongs_number":"H226","system":"hebrew","language":"hebrew","number_value":226,"lemma":"אוֹת","transliteration":"ʼôwth","pronunciation":"oth","derivation":"probably from H225 (אוּת) (in the sense of appearing);","strongs_definition":"a signal (literally or figuratively), as aflag, beacon, monument, omen, prodigy, evidence, etc.","kjv_definition":"mark, miracle, (en-) sign, token."} +{"id":"H227","strongs_number":"H227","system":"hebrew","language":"hebrew","number_value":227,"lemma":"אָז","transliteration":"ʼâz","pronunciation":"awz","derivation":"a demonstrative adverb;","strongs_definition":"at that time or place; also as a conjunction, therefore","kjv_definition":"beginning, for, from, hitherto, now, of old, once, since, then, at which time, yet."} +{"id":"H228","strongs_number":"H228","system":"hebrew","language":"hebrew","number_value":228,"lemma":"אֲזָא","transliteration":"ʼăzâʼ","pronunciation":"az-zaw'","derivation":"(Aramaic) or אֲזָה (Aramaic);","strongs_definition":"to kindle; (by implication) to heat","kjv_definition":"heat, hot."} +{"id":"H229","strongs_number":"H229","system":"hebrew","language":"hebrew","number_value":229,"lemma":"אֶזְבַּי","transliteration":"ʼEzbay","pronunciation":"ez-bah'ee","derivation":"probably from H231 (אֵזוֹב); hyssop-like;","strongs_definition":"Ezbai, an Israelite","kjv_definition":"Ezbai."} +{"id":"H230","strongs_number":"H230","system":"hebrew","language":"hebrew","number_value":230,"lemma":"אֲזָד","transliteration":"ʼăzâd","pronunciation":"az-zawd'","derivation":"(Aramaic) of uncertain derivation;","strongs_definition":"firm","kjv_definition":"be gone."} +{"id":"H231","strongs_number":"H231","system":"hebrew","language":"hebrew","number_value":231,"lemma":"אֵזוֹב","transliteration":"ʼêzôwb","pronunciation":"ay-zobe'","derivation":"probably of foreign derivation;","strongs_definition":"hyssop","kjv_definition":"hyssop."} +{"id":"H232","strongs_number":"H232","system":"hebrew","language":"hebrew","number_value":232,"lemma":"אֵזוֹר","transliteration":"ʼêzôwr","pronunciation":"ay-zore'","derivation":"from H246 (אֲזִקִּים);","strongs_definition":"something girt; a belt, also a band","kjv_definition":"girdle."} +{"id":"H233","strongs_number":"H233","system":"hebrew","language":"hebrew","number_value":233,"lemma":"אֲזַי","transliteration":"ʼăzay","pronunciation":"az-ah'ee","derivation":"probably from H227 (אָז);","strongs_definition":"at that time","kjv_definition":"then."} +{"id":"H234","strongs_number":"H234","system":"hebrew","language":"hebrew","number_value":234,"lemma":"אַזְכָּרָה","transliteration":"ʼazkârâh","pronunciation":"az-kaw-raw'","derivation":"from H2142 (זָכַר);","strongs_definition":"a reminder; specifically remembrance-offering","kjv_definition":"memorial."} +{"id":"H235","strongs_number":"H235","system":"hebrew","language":"hebrew","number_value":235,"lemma":"אָזַל","transliteration":"ʼâzal","pronunciation":"aw-zal'","derivation":"a primitive root;","strongs_definition":"to go away, hence, to disappear","kjv_definition":"fail, gad about, go to and fro (but in Ezekiel 27:19 the word is rendered by many 'from Uzal,' by others 'yarn'), be gone (spent)."} +{"id":"H236","strongs_number":"H236","system":"hebrew","language":"hebrew","number_value":236,"lemma":"אֲזַל","transliteration":"ʼăzal","pronunciation":"az-al'","derivation":"(Aramaic) the same as H235 (אָזַל);","strongs_definition":"to depart","kjv_definition":"go (up)."} +{"id":"H237","strongs_number":"H237","system":"hebrew","language":"hebrew","number_value":237,"lemma":"אֶזֶל","transliteration":"ʼezel","pronunciation":"eh'-zel","derivation":"from H235 (אָזַל); departure;","strongs_definition":"Ezel, a memorial stone in Palestine","kjv_definition":"Ezel."} +{"id":"H238","strongs_number":"H238","system":"hebrew","language":"hebrew","number_value":238,"lemma":"אָזַן","transliteration":"ʼâzan","pronunciation":"aw-zan'","derivation":"a primitive root; probably to expand; but used only as a denominative from H241 (אֹזֶן);","strongs_definition":"to broaden out the ear (with the hand), i.e. (by implication) to listen","kjv_definition":"give (perceive by the) ear, hear(-ken). See H239 (אָזַן)."} +{"id":"H239","strongs_number":"H239","system":"hebrew","language":"hebrew","number_value":239,"lemma":"אָזַן","transliteration":"ʼâzan","pronunciation":"aw-zan'","derivation":"a primitive root (rather identical with H238 (אָזַן) through the idea of scales as if two ears);","strongs_definition":"to weigh, i.e. (figuratively) ponder","kjv_definition":"give good heed."} +{"id":"H240","strongs_number":"H240","system":"hebrew","language":"hebrew","number_value":240,"lemma":"אָזֵן","transliteration":"ʼâzên","pronunciation":"aw-zane'","derivation":"from H238 (אָזַן);","strongs_definition":"a spade or paddle (as having a broad end)","kjv_definition":"weapon."} +{"id":"H241","strongs_number":"H241","system":"hebrew","language":"hebrew","number_value":241,"lemma":"אֹזֶן","transliteration":"ʼôzen","pronunciation":"o'-zen","derivation":"from H238 (אָזַן);","strongs_definition":"broadness. i.e. (concrete) the ear (from its form in man)","kjv_definition":"[phrase] advertise, audience, [phrase] displease, ear, hearing, [phrase] show."} +{"id":"H242","strongs_number":"H242","system":"hebrew","language":"hebrew","number_value":242,"lemma":"אֻזֵּן שֶׁאֱרָה","transliteration":"ʼUzzên Sheʼĕrâh","pronunciation":"ooz-zane' sheh-er-aw'","derivation":"from H238 (אָזַן) and H7609 (שֶׁאֱרָה); plot of Sheerah (i.e. settled by him);","strongs_definition":"Uzzen-Sheerah, a place in Palestine","kjv_definition":"Uzzen-sherah."} +{"id":"H243","strongs_number":"H243","system":"hebrew","language":"hebrew","number_value":243,"lemma":"אַזְנוֹת תָּבוֹר","transliteration":"ʼAznôwth Tâbôwr","pronunciation":"az-noth' taw-bore'","derivation":"from H238 (אָזַן) and H8396 (תָּבוֹר); flats (i.e. tops) of Tabor (i.e. situated on it);","strongs_definition":"Aznoth-Tabor, a place in Palestine","kjv_definition":"Aznoth-tabor."} +{"id":"H244","strongs_number":"H244","system":"hebrew","language":"hebrew","number_value":244,"lemma":"אׇזְנִי","transliteration":"ʼOznîy","pronunciation":"oz-nee'","derivation":"from H241 (אֹזֶן); having (quick) ears;","strongs_definition":"Ozni, an Israelite; also an Oznite (collectively), his descendant","kjv_definition":"Ozni, Oznites."} +{"id":"H245","strongs_number":"H245","system":"hebrew","language":"hebrew","number_value":245,"lemma":"אֲזַנְיָה","transliteration":"ʼĂzanyâh","pronunciation":"az-an-yaw'","derivation":"from H238 (אָזַן) and H3050 (יָהּ); heard by Jah;","strongs_definition":"Azanjah, an Israelite","kjv_definition":"Azaniah."} +{"id":"H246","strongs_number":"H246","system":"hebrew","language":"hebrew","number_value":246,"lemma":"אֲזִקִּים","transliteration":"ʼăziqqîym","pronunciation":"az-ik-keem'","derivation":"a variation for H2131 (זִיקָה);","strongs_definition":"manacles","kjv_definition":"chains."} +{"id":"H247","strongs_number":"H247","system":"hebrew","language":"hebrew","number_value":247,"lemma":"אָזַר","transliteration":"ʼâzar","pronunciation":"aw-zar'","derivation":"a primitive root;","strongs_definition":"to belt","kjv_definition":"bind (compass) about, gird (up, with)."} +{"id":"H248","strongs_number":"H248","system":"hebrew","language":"hebrew","number_value":248,"lemma":"אֶזְרוֹעַ","transliteration":"ʼezrôwaʻ","pronunciation":"ez-ro'-a","derivation":"a variation for H2220 (זְרוֹעַ);","strongs_definition":"the arm","kjv_definition":"arm."} +{"id":"H249","strongs_number":"H249","system":"hebrew","language":"hebrew","number_value":249,"lemma":"אֶזְרָח","transliteration":"ʼezrâch","pronunciation":"ez-rawkh'","derivation":"from H2224 (זָרַח) (in the sense of springing up);","strongs_definition":"a spontaneous growth, i.e. native (tree or persons)","kjv_definition":"bay tree, (home-) born (in the land), of the (one's own) country (nation)."} +{"id":"H250","strongs_number":"H250","system":"hebrew","language":"hebrew","number_value":250,"lemma":"אֶזְרָחִי","transliteration":"ʼEzrâchîy","pronunciation":"ez-raw-khee'","derivation":"patronymic from H2246 (חֹבָב);","strongs_definition":"an Ezrachite or descendant of Zerach","kjv_definition":"Ezrahite."} +{"id":"H251","strongs_number":"H251","system":"hebrew","language":"hebrew","number_value":251,"lemma":"אָח","transliteration":"ʼâch","pronunciation":"awkh","derivation":"a primitive word;","strongs_definition":"a brother (used in the widest sense of literal relationship and metaphorical affinity or resemblance (like father))","kjv_definition":"another, brother(-ly); kindred, like, other. Compare also the proper names beginning with 'Ah-' or 'Ahi-'."} +{"id":"H252","strongs_number":"H252","system":"hebrew","language":"hebrew","number_value":252,"lemma":"אַח","transliteration":"ʼach","pronunciation":"akh","derivation":"(Aramaic) corresponding to H251 (אָח)","strongs_definition":"{a brother (used in the widest sense of literal relationship and metaphorical affinity or resemblance)}","kjv_definition":"brother."} +{"id":"H253","strongs_number":"H253","system":"hebrew","language":"hebrew","number_value":253,"lemma":"אָח","transliteration":"ʼâch","pronunciation":"awkh","derivation":"a variation for H162 (אֲהָהּ);","strongs_definition":"Oh! (expressive of grief or surprise)","kjv_definition":"ah, alas."} +{"id":"H254","strongs_number":"H254","system":"hebrew","language":"hebrew","number_value":254,"lemma":"אָח","transliteration":"ʼâch","pronunciation":"awkh","derivation":"of uncertain derivation;","strongs_definition":"a fire-pot or chafing dish","kjv_definition":"hearth."} +{"id":"H255","strongs_number":"H255","system":"hebrew","language":"hebrew","number_value":255,"lemma":"אֹחַ","transliteration":"ʼôach","pronunciation":"o'-akh","derivation":"probably from H253 (אָח);","strongs_definition":"a howler or lonesome wild animal","kjv_definition":"doleful creature."} +{"id":"H256","strongs_number":"H256","system":"hebrew","language":"hebrew","number_value":256,"lemma":"אַחְאָב","transliteration":"ʼAchʼâb","pronunciation":"akh-awb'","derivation":"once (by contraction) אֶחָב (Jeremiah 29:22); from H251 (אָח) and H1 (אָב); brother (i.e. friend) of (his) father;","strongs_definition":"Achab, the name of a king of Israel and of a prophet at Babylon","kjv_definition":"Ahab."} +{"id":"H257","strongs_number":"H257","system":"hebrew","language":"hebrew","number_value":257,"lemma":"אַחְבָן","transliteration":"ʼAchbân","pronunciation":"akh-bawn'","derivation":"from H251 (אָח) and H995 (בִּין); brother (i.e. possessor) of understanding;","strongs_definition":"Achban, an Israelite","kjv_definition":"Ahban."} +{"id":"H258","strongs_number":"H258","system":"hebrew","language":"hebrew","number_value":258,"lemma":"אָחַד","transliteration":"ʼâchad","pronunciation":"aw-khad'","derivation":"perhaps a primitive root;","strongs_definition":"to unify, i.e. (figuratively) collect (one's thoughts)","kjv_definition":"go one way or other."} +{"id":"H259","strongs_number":"H259","system":"hebrew","language":"hebrew","number_value":259,"lemma":"אֶחָד","transliteration":"ʼechâd","pronunciation":"ekh-awd'","derivation":"a numeral from H258 (אָחַד);","strongs_definition":"properly, united, i.e. one; or (as an ordinal) first","kjv_definition":"a, alike, alone, altogether, and, any(-thing), apiece, a certain, (dai-) ly, each (one), [phrase] eleven, every, few, first, [phrase] highway, a man, once, one, only, other, some, together,"} +{"id":"H260","strongs_number":"H260","system":"hebrew","language":"hebrew","number_value":260,"lemma":"אָחוּ","transliteration":"ʼâchûw","pronunciation":"aw'-khoo","derivation":"of uncertain (perhaps Egyptian) derivation;","strongs_definition":"a bulrush or any marshy grass (particularly that along the Nile)","kjv_definition":"flag, meadow."} +{"id":"H261","strongs_number":"H261","system":"hebrew","language":"hebrew","number_value":261,"lemma":"אֵחוּד","transliteration":"ʼÊchûwd","pronunciation":"ay-khood'","derivation":"from H258 (אָחַד); united;","strongs_definition":"Echud, the name of three Israelites","kjv_definition":"Ehud."} +{"id":"H262","strongs_number":"H262","system":"hebrew","language":"hebrew","number_value":262,"lemma":"אַחְוָה","transliteration":"ʼachvâh","pronunciation":"akh-vaw'","derivation":"from H2331 (חָוָה) (in the sense of H2324 (חֲוָא));","strongs_definition":"an utterance","kjv_definition":"declaration."} +{"id":"H263","strongs_number":"H263","system":"hebrew","language":"hebrew","number_value":263,"lemma":"אַחֲוָה","transliteration":"ʼachăvâh","pronunciation":"akh-av-aw'","derivation":"(Aramaic) corresponding to H262 (אַחְוָה);","strongs_definition":"solution (of riddles)","kjv_definition":"showing."} +{"id":"H264","strongs_number":"H264","system":"hebrew","language":"hebrew","number_value":264,"lemma":"אַחֲוָה","transliteration":"ʼachăvâh","pronunciation":"akh-av-aw'","derivation":"from H251 (אָח);","strongs_definition":"fraternity","kjv_definition":"brotherhood."} +{"id":"H265","strongs_number":"H265","system":"hebrew","language":"hebrew","number_value":265,"lemma":"אֲחוֹחַ","transliteration":"ʼĂchôwach","pronunciation":"akh-o'-akh","derivation":"by reduplication from H251 (אָח); brotherly;","strongs_definition":"Achoach, an Israelite","kjv_definition":"Ahoah."} +{"id":"H266","strongs_number":"H266","system":"hebrew","language":"hebrew","number_value":266,"lemma":"אֲחוֹחִי","transliteration":"ʼĂchôwchîy","pronunciation":"akh-o-khee'","derivation":"patronymic from H264 (אַחֲוָה);","strongs_definition":"an Achochite or descendant of Achoach","kjv_definition":"Ahohite."} +{"id":"H267","strongs_number":"H267","system":"hebrew","language":"hebrew","number_value":267,"lemma":"אֲחוּמַי","transliteration":"ʼĂchûwmay","pronunciation":"akh-oo-mah'-ee","derivation":"perhaps from H251 (אָח) and H4325 (מַיִם); brother (i.e. neighbour) of water;","strongs_definition":"Achumai, an Israelite","kjv_definition":"Ahumai."} +{"id":"H268","strongs_number":"H268","system":"hebrew","language":"hebrew","number_value":268,"lemma":"אָחוֹר","transliteration":"ʼâchôwr","pronunciation":"aw-khore'","derivation":"or (shortened) אָחֹר ; from H299 (אֲחִירַע);","strongs_definition":"the hinder part; hence (adverb) behind, backward; also (as facing north) the West","kjv_definition":"after(-ward), back (part, -side, -ward), hereafter, (be-) hind(-er part), time to come, without."} +{"id":"H269","strongs_number":"H269","system":"hebrew","language":"hebrew","number_value":269,"lemma":"אָחוֹת","transliteration":"ʼâchôwth","pronunciation":"aw-khoth'","derivation":"irregular feminine of H251 (אָח);","strongs_definition":"a sister (used very widely (like brother), literally and figuratively)","kjv_definition":"(an-) other, sister, together."} +{"id":"H270","strongs_number":"H270","system":"hebrew","language":"hebrew","number_value":270,"lemma":"אָחַז","transliteration":"ʼâchaz","pronunciation":"aw-khaz'","derivation":"a primitive root;","strongs_definition":"to seize (often with the accessory idea of holding in possession)","kjv_definition":"[phrase] be affrighted, bar, (catch, lay, take) hold (back), come upon, fasten, handle, portion, (get, have or take) possess(-ion)."} +{"id":"H271","strongs_number":"H271","system":"hebrew","language":"hebrew","number_value":271,"lemma":"אָחָז","transliteration":"ʼÂchâz","pronunciation":"aw-khawz'","derivation":"from H270 (אָחַז); possessor;","strongs_definition":"Achaz, the name of a Jewish king and of an Israelite","kjv_definition":"Ahaz."} +{"id":"H272","strongs_number":"H272","system":"hebrew","language":"hebrew","number_value":272,"lemma":"אֲחֻזָּה","transliteration":"ʼăchuzzâh","pronunciation":"akh-ooz-zaw'","derivation":"feminine passive participle from H270 (אָחַז);","strongs_definition":"something seized, i.e. a possession (especially of land)","kjv_definition":"possession."} +{"id":"H273","strongs_number":"H273","system":"hebrew","language":"hebrew","number_value":273,"lemma":"אַחְזַי","transliteration":"ʼAchzay","pronunciation":"akh-zah'ee","derivation":"from H270 (אָחַז); seizer;","strongs_definition":"Achzai, an Israelite","kjv_definition":"Ahasai."} +{"id":"H274","strongs_number":"H274","system":"hebrew","language":"hebrew","number_value":274,"lemma":"אֲחַזְיָה","transliteration":"ʼĂchazyâh","pronunciation":"akh-az-yaw'","derivation":"or (prolonged) אֲחַזְיָהוּ ; from H270 (אָחַז) and H3050 (יָהּ); Jah has seized;","strongs_definition":"Achazjah, the name of a Jewish and an Israelite king","kjv_definition":"Ahaziah."} +{"id":"H275","strongs_number":"H275","system":"hebrew","language":"hebrew","number_value":275,"lemma":"אֲחֻזָּם","transliteration":"ʼĂchuzzâm","pronunciation":"akh-ooz-zawm'","derivation":"from H270 (אָחַז); seizure;","strongs_definition":"Achuzzam, an Israelite","kjv_definition":"Ahuzam."} +{"id":"H276","strongs_number":"H276","system":"hebrew","language":"hebrew","number_value":276,"lemma":"אֲחֻזַּת","transliteration":"ʼĂchuzzath","pronunciation":"akh-ooz-zath'","derivation":"a variation of H272 (אֲחֻזָּה); possession;","strongs_definition":"Achuzzath, a Philistine","kjv_definition":"Ahuzzath."} +{"id":"H277","strongs_number":"H277","system":"hebrew","language":"hebrew","number_value":277,"lemma":"אֲחִי","transliteration":"ʼĂchîy","pronunciation":"akh-ee'","derivation":"from H251 (אָח); brotherly;","strongs_definition":"Achi, the name of two Israelites","kjv_definition":"Ahi."} +{"id":"H278","strongs_number":"H278","system":"hebrew","language":"hebrew","number_value":278,"lemma":"אֵחִי","transliteration":"ʼÊchîy","pronunciation":"ay-khee'","derivation":"probably the same as H277 (אֲחִי);","strongs_definition":"Echi, an Israelite","kjv_definition":"Ehi."} +{"id":"H279","strongs_number":"H279","system":"hebrew","language":"hebrew","number_value":279,"lemma":"אֲחִיאָם","transliteration":"ʼĂchîyʼâm","pronunciation":"akh-ee-awm'","derivation":"from H251 (אָח) and H517 (אֵם); brother of the mother (i.e. uncle);","strongs_definition":"Achiam, an Israelite","kjv_definition":"Ahiam."} +{"id":"H280","strongs_number":"H280","system":"hebrew","language":"hebrew","number_value":280,"lemma":"אֲחִידָה","transliteration":"ʼăchîydâh","pronunciation":"akh-ee-daw'","derivation":"(Aramaic) corresponding to H2420 (חִידָה),","strongs_definition":"an enigma","kjv_definition":"hard sentence."} +{"id":"H281","strongs_number":"H281","system":"hebrew","language":"hebrew","number_value":281,"lemma":"אֲחִיָּה","transliteration":"ʼĂchîyâh","pronunciation":"akh-ee-yaw","derivation":"or (prolonged) אֲחִיָּהוּ ; from H251 (אָח) and H3050 (יָהּ); brother (i.e. worshipper) of Jah;","strongs_definition":"Achijah, the name of nine Israelites","kjv_definition":"Ahiah, Ahijah."} +{"id":"H282","strongs_number":"H282","system":"hebrew","language":"hebrew","number_value":282,"lemma":"אֲחִיהוּד","transliteration":"ʼĂchîyhûwd","pronunciation":"akh-ee-hood'","derivation":"from H251 (אָח) and H1935 (הוֹד); brother (i.e. possessor) of renown;","strongs_definition":"Achihud, an Israelite","kjv_definition":"Ahihud."} +{"id":"H283","strongs_number":"H283","system":"hebrew","language":"hebrew","number_value":283,"lemma":"אַחְיוֹ","transliteration":"ʼAchyôw","pronunciation":"akh-yo'","derivation":"prolonged from H251 (אָח); brotherly;","strongs_definition":"Achio, the name of three Israelites","kjv_definition":"Ahio."} +{"id":"H284","strongs_number":"H284","system":"hebrew","language":"hebrew","number_value":284,"lemma":"אֲחִיחֻד","transliteration":"ʼĂchîychud","pronunciation":"akh-ee-khood'","derivation":"from H251 (אָח) and H2330 (חוּד); brother of a riddle (i.e. mysterious);","strongs_definition":"Achichud, an Israelite","kjv_definition":"Ahihud."} +{"id":"H285","strongs_number":"H285","system":"hebrew","language":"hebrew","number_value":285,"lemma":"אֲחִיטוּב","transliteration":"ʼĂchîyṭûwb","pronunciation":"akh-ee-toob'","derivation":"from H251 (אָח) and H2898 (טוּב); brother of goodness;","strongs_definition":"Achitub, the name of several priests","kjv_definition":"Ahitub."} +{"id":"H286","strongs_number":"H286","system":"hebrew","language":"hebrew","number_value":286,"lemma":"אֲחִילוּד","transliteration":"ʼĂchîylûwd","pronunciation":"akh-ee-lood'","derivation":"from H251 (אָח) and H3205 (יָלַד); brother of one born;","strongs_definition":"Achilud, an Israelite","kjv_definition":"Ahilud."} +{"id":"H287","strongs_number":"H287","system":"hebrew","language":"hebrew","number_value":287,"lemma":"אֲחִימוֹת","transliteration":"ʼĂchîymôwth","pronunciation":"akh-ee-moth'","derivation":"from H251 (אָח) and H4191 (מוּת); brother of death;","strongs_definition":"Achimoth, an Israelite","kjv_definition":"Ahimoth."} +{"id":"H288","strongs_number":"H288","system":"hebrew","language":"hebrew","number_value":288,"lemma":"אֲחִימֶלֶךְ","transliteration":"ʼĂchîymelek","pronunciation":"akh-ee-meh'-lek","derivation":"from H251 (אָח) and H4428 (מֶלֶךְ); brother of (the) king;","strongs_definition":"Achimelek, the name of an Israelite and of a Hittite","kjv_definition":"Ahimelech."} +{"id":"H289","strongs_number":"H289","system":"hebrew","language":"hebrew","number_value":289,"lemma":"אֲחִימַן","transliteration":"ʼĂchîyman","pronunciation":"akh-ee-man'","derivation":"or אֲחִימָן ; from H251 (אָח) and H4480 (מִן); brother of a portion (i.e. gift);","strongs_definition":"Achiman, the name of an Anakite and of an Israelite","kjv_definition":"Ahiman."} +{"id":"H290","strongs_number":"H290","system":"hebrew","language":"hebrew","number_value":290,"lemma":"אֲחִימַעַץ","transliteration":"ʼĂchîymaʻats","pronunciation":"akh-ee-mah'-ats","derivation":"from H251 (אָח) and the equivalent of H4619 (מַעַץ); brother of anger;","strongs_definition":"Achimaats, the name of three Israelites","kjv_definition":"Ahimaaz."} +{"id":"H291","strongs_number":"H291","system":"hebrew","language":"hebrew","number_value":291,"lemma":"אַחְיָן","transliteration":"ʼAchyân","pronunciation":"akh-yawn'","derivation":"from H251 (אָח); brotherly;","strongs_definition":"Achjan, an Israelite","kjv_definition":"Ahian."} +{"id":"H292","strongs_number":"H292","system":"hebrew","language":"hebrew","number_value":292,"lemma":"אֲחִינָדָב","transliteration":"ʼĂchîynâdâb","pronunciation":"akh-ee-naw-dawb'","derivation":"from H251 (אָח) and H5068 (נָדַב); brother of liberality;","strongs_definition":"Achinadab, an Israelite","kjv_definition":"Ahinadab."} +{"id":"H293","strongs_number":"H293","system":"hebrew","language":"hebrew","number_value":293,"lemma":"אֲחִינֹעַם","transliteration":"ʼĂchîynôʻam","pronunciation":"akh-ee-no'-am","derivation":"from H251 (אָח) and H5278 (נֹעַם); brother of pleasantness;","strongs_definition":"Achinoam, the name of two Israelitesses","kjv_definition":"Ahinoam."} +{"id":"H294","strongs_number":"H294","system":"hebrew","language":"hebrew","number_value":294,"lemma":"אֲחִיסָמָךְ","transliteration":"ʼĂchîyçâmâk","pronunciation":"akh-ee-saw-mawk'","derivation":"from H251 (אָח) and H5564 (סָמַךְ); brother of support;","strongs_definition":"Achisamak, an Israelite","kjv_definition":"Ahisamach."} +{"id":"H295","strongs_number":"H295","system":"hebrew","language":"hebrew","number_value":295,"lemma":"אֲחִיעֶזֶר","transliteration":"ʼĂchîyʻezer","pronunciation":"akh-ee-eh'-zer","derivation":"from H251 (אָח) and H5828 (עֵזֶר); brother of help;","strongs_definition":"Achiezer, the name of two Israelites","kjv_definition":"Ahiezer."} +{"id":"H296","strongs_number":"H296","system":"hebrew","language":"hebrew","number_value":296,"lemma":"אֲחִיקָם","transliteration":"ʼĂchîyqâm","pronunciation":"akh-ee-kawm'","derivation":"from H251 (אָח) and H6965 (קוּם); brother of rising (i.e. high);","strongs_definition":"Achikam, an Israelite","kjv_definition":"Ahikam."} +{"id":"H297","strongs_number":"H297","system":"hebrew","language":"hebrew","number_value":297,"lemma":"אֲחִירָם","transliteration":"ʼĂchîyrâm","pronunciation":"akh-ee-rawm'","derivation":"from H251 (אָח) and H7311 (רוּם); brother of height (i.e. high);","strongs_definition":"Achiram, an Israelite","kjv_definition":"Ahiram."} +{"id":"H298","strongs_number":"H298","system":"hebrew","language":"hebrew","number_value":298,"lemma":"אֲחִירָמִי","transliteration":"ʼĂchîyrâmîy","pronunciation":"akh-ee-raw-mee'","derivation":"patronymic from H297 (אֲחִירָם);","strongs_definition":"an Achiramite or descendant (collectively) of Achiram","kjv_definition":"Ahiramites."} +{"id":"H299","strongs_number":"H299","system":"hebrew","language":"hebrew","number_value":299,"lemma":"אֲחִירַע","transliteration":"ʼĂchîyraʻ","pronunciation":"akh-ee-rah'","derivation":"from H251 (אָח) and H7451 (רַע); brother of wrong;","strongs_definition":"Achira, an Israelite","kjv_definition":"Ahira."} +{"id":"H300","strongs_number":"H300","system":"hebrew","language":"hebrew","number_value":300,"lemma":"אֲחִישַׁחַר","transliteration":"ʼĂchîyshachar","pronunciation":"akh-ee-shakh'-ar","derivation":"from H251 (אָח) and H7837 (שַׁחַר); brother of (the) dawn;","strongs_definition":"Achishachar, an Israelite","kjv_definition":"Ahishar."} +{"id":"H301","strongs_number":"H301","system":"hebrew","language":"hebrew","number_value":301,"lemma":"אֲחִישָׁר","transliteration":"ʼĂchîyshâr","pronunciation":"akh-ee-shawr'","derivation":"from H251 (אָח) and H7891 (שִׁיר); brother of (the) singer;","strongs_definition":"Achishar, an Israelite","kjv_definition":"Ahishar."} +{"id":"H302","strongs_number":"H302","system":"hebrew","language":"hebrew","number_value":302,"lemma":"אֲחִיתֹפֶל","transliteration":"ʼĂchîythôphel","pronunciation":"akh-ee-tho'-fel","derivation":"from H251 (אָח) and H8602 (תָּפֵל); brother of folly;","strongs_definition":"Achithophel, an Israelite","kjv_definition":"Ahithophel."} +{"id":"H303","strongs_number":"H303","system":"hebrew","language":"hebrew","number_value":303,"lemma":"אַחְלָב","transliteration":"ʼAchlâb","pronunciation":"akh-lawb'","derivation":"from the same root as H2459 (חֶלֶב); fatness (i.e. fertile);","strongs_definition":"Achlab, a place in Palestine","kjv_definition":"Ahlab."} +{"id":"H304","strongs_number":"H304","system":"hebrew","language":"hebrew","number_value":304,"lemma":"אַחְלַי","transliteration":"ʼAchlay","pronunciation":"akh-lah'ee","derivation":"the same as H305 (אַחֲלַי); wishful;","strongs_definition":"Achlai, the name of an Israelitess and of an Israelite","kjv_definition":"Ahlai."} +{"id":"H305","strongs_number":"H305","system":"hebrew","language":"hebrew","number_value":305,"lemma":"אַחֲלַי","transliteration":"ʼachălay","pronunciation":"akh-al-ah'ee","derivation":"or אַחֲלֵי; prob from H253 (אָח) and a variation of H3863 (לוּא);","strongs_definition":"would that!","kjv_definition":"O that, would God."} +{"id":"H306","strongs_number":"H306","system":"hebrew","language":"hebrew","number_value":306,"lemma":"אַחְלָמָה","transliteration":"ʼachlâmâh","pronunciation":"akh-law'-maw","derivation":"perhaps from H2492 (חָלַם) (and thus dream-stone);","strongs_definition":"a gem, probably the amethyst","kjv_definition":"amethyst."} +{"id":"H307","strongs_number":"H307","system":"hebrew","language":"hebrew","number_value":307,"lemma":"אַחְמְתָא","transliteration":"ʼAchmᵉthâʼ","pronunciation":"akh-me-thaw'","derivation":"of Persian derivation;","strongs_definition":"Achmetha (i.e. Ecbatana), the summer capital of Persia","kjv_definition":"Achmetha."} +{"id":"H308","strongs_number":"H308","system":"hebrew","language":"hebrew","number_value":308,"lemma":"אֲחַסְבַּי","transliteration":"ʼĂchaçbay","pronunciation":"akh-as-bah'ee","derivation":"of uncertain derivation;","strongs_definition":"Achasbai, an Israelite","kjv_definition":"Ahasbai."} +{"id":"H309","strongs_number":"H309","system":"hebrew","language":"hebrew","number_value":309,"lemma":"אָחַר","transliteration":"ʼâchar","pronunciation":"aw-khar'","derivation":"a primitive root;","strongs_definition":"to loiter (i.e. be behind); by implication to procrastinate","kjv_definition":"continue, defer, delay, hinder, be late (slack), stay (there), tarry (longer)."} +{"id":"H310","strongs_number":"H310","system":"hebrew","language":"hebrew","number_value":310,"lemma":"אַחַר","transliteration":"ʼachar","pronunciation":"akh-ar'","derivation":"from H309 (אָחַר);","strongs_definition":"properly, the hind part; generally used as an adverb or conjunction, after (in various senses)","kjv_definition":"after (that, -ward), again, at, away from, back (from, -side), behind, beside, by, follow (after, -ing), forasmuch, from, hereafter, hinder end, [phrase] out (over) live, [phrase] persecute, posterity, pursuing, remnant, seeing, since, thence(-forth), when, with."} +{"id":"H311","strongs_number":"H311","system":"hebrew","language":"hebrew","number_value":311,"lemma":"אַחַר","transliteration":"ʼachar","pronunciation":"akh-ar'","derivation":"(Aramaic) corresponding to H310 (אַחַר);","strongs_definition":"after","kjv_definition":"(here-) after."} +{"id":"H312","strongs_number":"H312","system":"hebrew","language":"hebrew","number_value":312,"lemma":"אַחֵר","transliteration":"ʼachêr","pronunciation":"akh-air'","derivation":"from H309 (אָחַר);","strongs_definition":"properly, hinder; generally, next, other, etc.","kjv_definition":"(an-) other man, following, next, strange."} +{"id":"H313","strongs_number":"H313","system":"hebrew","language":"hebrew","number_value":313,"lemma":"אַחֵר","transliteration":"ʼAchêr","pronunciation":"akh-air'","derivation":"the same as H312 (אַחֵר);","strongs_definition":"Acher, an Israelite","kjv_definition":"Aher."} +{"id":"H314","strongs_number":"H314","system":"hebrew","language":"hebrew","number_value":314,"lemma":"אַחֲרוֹן","transliteration":"ʼachărôwn","pronunciation":"akh-ar-one'","derivation":"or (shortened) אַחֲרֹן; from H309 (אָחַר);","strongs_definition":"hinder; generally, late or last; specifically (as facing the east) western","kjv_definition":"after (-ward), to come, following, hind(-er, -ermost, -most), last, latter, rereward, ut(ter) most."} +{"id":"H315","strongs_number":"H315","system":"hebrew","language":"hebrew","number_value":315,"lemma":"אַחְרַח","transliteration":"ʼAchrach","pronunciation":"akh-rakh'","derivation":"from H310 (אַחַר) and H251 (אָח); after (his) brother;","strongs_definition":"Achrach, an Israelite","kjv_definition":"Aharah."} +{"id":"H316","strongs_number":"H316","system":"hebrew","language":"hebrew","number_value":316,"lemma":"אֲחַרְחֵל","transliteration":"ʼĂcharchêl","pronunciation":"akh-ar-kale'","derivation":"from H310 (אַחַר) and H2426 (חֵיל); behind (the) intrenchment (i.e. safe);","strongs_definition":"Acharchel, an Israelite","kjv_definition":"Aharhel,"} +{"id":"H317","strongs_number":"H317","system":"hebrew","language":"hebrew","number_value":317,"lemma":"אׇחֳרִי","transliteration":"ʼochŏrîy","pronunciation":"okh-or-ee'","derivation":"(Aramaic) from H311 (אַחַר);","strongs_definition":"other","kjv_definition":"(an-) other."} +{"id":"H318","strongs_number":"H318","system":"hebrew","language":"hebrew","number_value":318,"lemma":"אׇחֳרֵין","transliteration":"ʼochŏrêyn","pronunciation":"okh-or-ane'","derivation":"(Aramaic) or (shortened) אׇחֳרֵן; (Aramaic) from H317 (אׇחֳרִי);","strongs_definition":"last","kjv_definition":"at last."} +{"id":"H319","strongs_number":"H319","system":"hebrew","language":"hebrew","number_value":319,"lemma":"אַחֲרִית","transliteration":"ʼachărîyth","pronunciation":"akh-ar-eeth'","derivation":"from H310 (אַחַר);","strongs_definition":"the last or end, hence, the future; also posterity","kjv_definition":"(last, latter) end (time), hinder (utter) -most, length, posterity, remnant, residue, reward."} +{"id":"H320","strongs_number":"H320","system":"hebrew","language":"hebrew","number_value":320,"lemma":"אַחֲרִית","transliteration":"ʼachărîyth","pronunciation":"akh-ar-eeth'","derivation":"(Aramaic) from H311 (אַחַר); the same as H319 (אַחֲרִית);","strongs_definition":"later","kjv_definition":"latter."} +{"id":"H321","strongs_number":"H321","system":"hebrew","language":"hebrew","number_value":321,"lemma":"אׇחֳרָן","transliteration":"ʼochŏrân","pronunciation":"okh-or-awn'","derivation":"(Aramaic) from H311 (אַחַר); the same as H317 (אׇחֳרִי);","strongs_definition":"other","kjv_definition":"(an-) other."} +{"id":"H322","strongs_number":"H322","system":"hebrew","language":"hebrew","number_value":322,"lemma":"אֲחֹרַנִּית","transliteration":"ʼăchôrannîyth","pronunciation":"akh-o-ran-neeth'","derivation":"prolonged from H268 (אָחוֹר);","strongs_definition":"backwards","kjv_definition":"back (-ward, again)."} +{"id":"H323","strongs_number":"H323","system":"hebrew","language":"hebrew","number_value":323,"lemma":"אֲחַשְׁדַּרְפַּן","transliteration":"ʼăchashdarpan","pronunciation":"akh-ash-dar-pan'","derivation":"of Persian derivation;","strongs_definition":"a satrap or governorof amain province (of Persia)","kjv_definition":"lieutenant."} +{"id":"H324","strongs_number":"H324","system":"hebrew","language":"hebrew","number_value":324,"lemma":"אֲחַשְׁדַּרְפַּן","transliteration":"ʼăchashdarpan","pronunciation":"akh-ash-dar-pan'","derivation":"(Aramaic) corresponding to H323 (אֲחַשְׁדַּרְפַּן)","strongs_definition":"{a satrap or governorof amain province (of Persia)}","kjv_definition":"prince."} +{"id":"H325","strongs_number":"H325","system":"hebrew","language":"hebrew","number_value":325,"lemma":"אֲחַשְׁוֵרוֹשׁ","transliteration":"ʼĂchashvêrôwsh","pronunciation":"akh-ash-vay-rosh'","derivation":"or (shortened) אַחַשְׁרֹשׁ (Esther 10:1); of Persian origin;","strongs_definition":"Achashverosh (i.e. Ahasuerus or Artaxerxes, but in this case Xerxes), the title (rather than name) of a Persian king","kjv_definition":"Ahasuerus."} +{"id":"H326","strongs_number":"H326","system":"hebrew","language":"hebrew","number_value":326,"lemma":"אֲחַשְׁתָּרִי","transliteration":"ʼăchashtârîy","pronunciation":"akh-ash-taw-ree'","derivation":"probably of Persian derivation;","strongs_definition":"an achastarite (i.e. courier); the designation (rather than name) of an Israelite","kjv_definition":"Haakashtari (includ. the article)."} +{"id":"H327","strongs_number":"H327","system":"hebrew","language":"hebrew","number_value":327,"lemma":"אֲחַשְׁתָּרָן","transliteration":"ʼăchashtârân","pronunciation":"akh-ash-taw-rawn'","derivation":"of Persian origin;","strongs_definition":"a mule","kjv_definition":"camel."} +{"id":"H328","strongs_number":"H328","system":"hebrew","language":"hebrew","number_value":328,"lemma":"אַט","transliteration":"ʼaṭ","pronunciation":"at","derivation":"from an unused root perhaps meaning to move softly;","strongs_definition":"(as a noun) a necromancer (from their soft incantations), (as an adverb) gently","kjv_definition":"charmer, gently, secret, softly."} +{"id":"H329","strongs_number":"H329","system":"hebrew","language":"hebrew","number_value":329,"lemma":"אָטָד","transliteration":"ʼâṭâd","pronunciation":"aw-tawd'","derivation":"from an unused root probably meaning to pierce or make fast;","strongs_definition":"a thorn-tree (especially the buckthorn)","kjv_definition":"Atad, bramble, thorn."} +{"id":"H330","strongs_number":"H330","system":"hebrew","language":"hebrew","number_value":330,"lemma":"אֵטוּן","transliteration":"ʼêṭûwn","pronunciation":"ay-toon'","derivation":"from an unused root (probably meaning to bind);","strongs_definition":"properly, twisted (yarn), i.e. tapestry","kjv_definition":"fine linen."} +{"id":"H331","strongs_number":"H331","system":"hebrew","language":"hebrew","number_value":331,"lemma":"אָטַם","transliteration":"ʼâṭam","pronunciation":"aw-tam'","derivation":"a primitive root;","strongs_definition":"to close (the lips or ears); by analology to contract (a window by bevelled jambs)","kjv_definition":"narrow, shut, stop."} +{"id":"H332","strongs_number":"H332","system":"hebrew","language":"hebrew","number_value":332,"lemma":"אָטַר","transliteration":"ʼâṭar","pronunciation":"aw-tar'","derivation":"a primitive root;","strongs_definition":"to close up","kjv_definition":"shut."} +{"id":"H333","strongs_number":"H333","system":"hebrew","language":"hebrew","number_value":333,"lemma":"אָטֵר","transliteration":"ʼÂṭêr","pronunciation":"aw-tare'","derivation":"from H332 (אָטַר); maimed;","strongs_definition":"Ater, the name of three Israelites","kjv_definition":"Ater."} +{"id":"H334","strongs_number":"H334","system":"hebrew","language":"hebrew","number_value":334,"lemma":"אִטֵּר","transliteration":"ʼiṭṭêr","pronunciation":"it-tare'","derivation":"from H332 (אָטַר);","strongs_definition":"shut up, i.e. impeded (as to the use of the right hand)","kjv_definition":"[phrase] left-handed."} +{"id":"H335","strongs_number":"H335","system":"hebrew","language":"hebrew","number_value":335,"lemma":"אַי","transliteration":"ʼay","pronunciation":"ah'ee","derivation":"perhaps from H370 (אַיִן);","strongs_definition":"where? hence how?","kjv_definition":"how, what, whence, where, whether, which (way)."} +{"id":"H336","strongs_number":"H336","system":"hebrew","language":"hebrew","number_value":336,"lemma":"אִי","transliteration":"ʼîy","pronunciation":"ee","derivation":"probably identical with H335 (אַי) (through the idea of a query);","strongs_definition":"not","kjv_definition":"island (Job 22:30)."} +{"id":"H337","strongs_number":"H337","system":"hebrew","language":"hebrew","number_value":337,"lemma":"אִי","transliteration":"ʼîy","pronunciation":"ee","derivation":"short from H188 (אוֹי);","strongs_definition":"alas!","kjv_definition":"woe."} +{"id":"H338","strongs_number":"H338","system":"hebrew","language":"hebrew","number_value":338,"lemma":"אִי","transliteration":"ʼîy","pronunciation":"ee","derivation":"probably identical with H337 (אִי) (through the idea of a doleful sound);","strongs_definition":"a howler (used only in the plural), i.e. any solitary wild creature","kjv_definition":"wild beast of the islands."} +{"id":"H339","strongs_number":"H339","system":"hebrew","language":"hebrew","number_value":339,"lemma":"אִי","transliteration":"ʼîy","pronunciation":"ee","derivation":"from H183 (אָוָה);","strongs_definition":"properly, a habitable spot (as desirable); dry land, a coast, an island","kjv_definition":"country, isle, island."} +{"id":"H340","strongs_number":"H340","system":"hebrew","language":"hebrew","number_value":340,"lemma":"אָיַב","transliteration":"ʼâyab","pronunciation":"aw-yab'","derivation":"a primitive root;","strongs_definition":"to hate (as one of an opposite tribe or party); hence to be hostile","kjv_definition":"be an enemy."} +{"id":"H341","strongs_number":"H341","system":"hebrew","language":"hebrew","number_value":341,"lemma":"אֹיֵב","transliteration":"ʼôyêb","pronunciation":"o-yabe'","derivation":"or (fully) אוֹיֵב; active participle of H340 (אָיַב);","strongs_definition":"hating; an adversary","kjv_definition":"enemy, foe."} +{"id":"H342","strongs_number":"H342","system":"hebrew","language":"hebrew","number_value":342,"lemma":"אֵיבָה","transliteration":"ʼêybâh","pronunciation":"ay-baw'","derivation":"from H340 (אָיַב);","strongs_definition":"hostility","kjv_definition":"emnity, hatred."} +{"id":"H343","strongs_number":"H343","system":"hebrew","language":"hebrew","number_value":343,"lemma":"אֵיד","transliteration":"ʼêyd","pronunciation":"ade","derivation":"from the same as H181 (אוּד) (in the sense of bending down);","strongs_definition":"oppression; by implication misfortune, ruin","kjv_definition":"calamity, destruction."} +{"id":"H344","strongs_number":"H344","system":"hebrew","language":"hebrew","number_value":344,"lemma":"אַיָּה","transliteration":"ʼayâh","pronunciation":"ah-yaw'","derivation":"perhaps from H337 (אִי);","strongs_definition":"the screamer, i.e. a hawk","kjv_definition":"kite, vulture."} +{"id":"H345","strongs_number":"H345","system":"hebrew","language":"hebrew","number_value":345,"lemma":"אַיָּה","transliteration":"ʼAyâh","pronunciation":"ah-yaw'","derivation":"the same as H344 (אַיָּה);","strongs_definition":"Ajah, the name of two Israelites","kjv_definition":"Aiah, Ajah."} +{"id":"H346","strongs_number":"H346","system":"hebrew","language":"hebrew","number_value":346,"lemma":"אַיֵּה","transliteration":"ʼayêh","pronunciation":"ah-yay'","derivation":"prolonged from H335 (אַי);","strongs_definition":"where?","kjv_definition":"where."} +{"id":"H347","strongs_number":"H347","system":"hebrew","language":"hebrew","number_value":347,"lemma":"אִיּוֹב","transliteration":"ʼÎyôwb","pronunciation":"ee-yobe'","derivation":"from H340 (אָיַב); hated (i.e. persecuted);","strongs_definition":"Ijob, the patriarch famous for his patience","kjv_definition":"Job."} +{"id":"H348","strongs_number":"H348","system":"hebrew","language":"hebrew","number_value":348,"lemma":"אִיזֶבֶל","transliteration":"ʼÎyzebel","pronunciation":"ee-zeh'-bel","derivation":"from H336 (אִי)lemma אי missing vowel, corrected to אִי and H2083 (זְבֻל);","strongs_definition":"Izebel, the wife of king Ahab","kjv_definition":"Jezebel."} +{"id":"H349","strongs_number":"H349","system":"hebrew","language":"hebrew","number_value":349,"lemma":"אֵיךְ","transliteration":"ʼêyk","pronunciation":"ake","derivation":"also אֵיכָה ; and אֵיכָכָה ; prolonged from H335 (אַי);","strongs_definition":"how? or how!; also where","kjv_definition":"how, what."} +{"id":"H350","strongs_number":"H350","system":"hebrew","language":"hebrew","number_value":350,"lemma":"אִי־כָבוֹד","transliteration":"ʼÎy-kâbôwd","pronunciation":"ee-kaw-bode'","derivation":"from H336 (אִי)lemma אי missing vowel, corrected to אִי and H3519 (כָּבוֹד); (there is) no glory, i.e. inglorious;","strongs_definition":"Ikabod, a son of Phineas","kjv_definition":"I-chabod."} +{"id":"H351","strongs_number":"H351","system":"hebrew","language":"hebrew","number_value":351,"lemma":"אֵיכֹה","transliteration":"ʼêykôh","pronunciation":"ay-ko","derivation":"probably a variation for H349 (אֵיךְ), but not as an interogative;","strongs_definition":"where","kjv_definition":"where."} +{"id":"H352","strongs_number":"H352","system":"hebrew","language":"hebrew","number_value":352,"lemma":"אַיִל","transliteration":"ʼayil","pronunciation":"ah'-yil","derivation":"from the same as H193 (אוּל);","strongs_definition":"properly, strength; hence, anything strong; specifically a chief (politically); also a ram (from his strength); a pilaster (as a strong support); an oak or other strong tree","kjv_definition":"mighty (man), lintel, oak, post, ram, tree."} +{"id":"H353","strongs_number":"H353","system":"hebrew","language":"hebrew","number_value":353,"lemma":"אֱיָל","transliteration":"ʼĕyâl","pronunciation":"eh-yawl'","derivation":"a variation of H352 (אַיִל);","strongs_definition":"strength","kjv_definition":"strength."} +{"id":"H354","strongs_number":"H354","system":"hebrew","language":"hebrew","number_value":354,"lemma":"אַיָּל","transliteration":"ʼayâl","pronunciation":"ah-yawl'","derivation":"an intensive form of H352 (אַיִל) (in the sense of ram);","strongs_definition":"a stag or male deer","kjv_definition":"hart."} +{"id":"H355","strongs_number":"H355","system":"hebrew","language":"hebrew","number_value":355,"lemma":"אַיָּלָה","transliteration":"ʼayâlâh","pronunciation":"ah-yaw-law'","derivation":"feminine of H354 (אַיָּל);","strongs_definition":"a doe or female deer","kjv_definition":"hind."} +{"id":"H356","strongs_number":"H356","system":"hebrew","language":"hebrew","number_value":356,"lemma":"אֵילוֹן","transliteration":"ʼÊylôwn","pronunciation":"ay-lone'","derivation":"or (shortened) אֵלוֹן ; or אֵילֹן ; from H352 (אַיִל); oak-grove;","strongs_definition":"Elon, the name of a place in Palestine, and also of one Hittite, two Israelites","kjv_definition":"Elon."} +{"id":"H357","strongs_number":"H357","system":"hebrew","language":"hebrew","number_value":357,"lemma":"אַיָּלוֹן","transliteration":"ʼAyâlôwn","pronunciation":"ah-yaw-lone'","derivation":"from H354 (אַיָּל); deer-field;","strongs_definition":"Ajalon, the name of five places in Palestine","kjv_definition":"Aijalon, Ajalon."} +{"id":"H358","strongs_number":"H358","system":"hebrew","language":"hebrew","number_value":358,"lemma":"אֵילוֹן בֵּית חָנָן","transliteration":"ʼÊylôwn Bêyth Chânân","pronunciation":"ay-lone' bayth-chawnawn'","derivation":"from H356 (אֵילוֹן), H1004 (בַּיִת), and H2603 (חָנַן); oak-grove of (the) house of favor;","strongs_definition":"Elon of Beth-chanan, a place in Palestine","kjv_definition":"Elon-bethhanan."} +{"id":"H359","strongs_number":"H359","system":"hebrew","language":"hebrew","number_value":359,"lemma":"אֵילוֹת","transliteration":"ʼÊylôwth","pronunciation":"ay-loth'","derivation":"or אֵילַת ; from H352 (אַיִל); trees or a grove (i.e. palms);","strongs_definition":"Eloth or Elath, a place on the Red Sea","kjv_definition":"Elath, Eloth."} +{"id":"H360","strongs_number":"H360","system":"hebrew","language":"hebrew","number_value":360,"lemma":"אֱיָלוּת","transliteration":"ʼĕyâlûwth","pronunciation":"eh-yaw-looth'","derivation":"feminine of H353 (אֱיָל);","strongs_definition":"power; by implication, protection","kjv_definition":"strength."} +{"id":"H361","strongs_number":"H361","system":"hebrew","language":"hebrew","number_value":361,"lemma":"אֵילָם","transliteration":"ʼêylâm","pronunciation":"ay-lawm'","derivation":"or (shortened) אֵלָם ; or (feminine) אֵלַמָּה ; probably from H352 (אַיִל);","strongs_definition":"a pillar-space (or colonnade), i.e. a pale (or portico)","kjv_definition":"arch."} +{"id":"H362","strongs_number":"H362","system":"hebrew","language":"hebrew","number_value":362,"lemma":"אֵילִם","transliteration":"ʼÊylim","pronunciation":"ay-leem'","derivation":"plural of H352 (אַיִל); palm-trees;","strongs_definition":"Elim, a place in the Desert","kjv_definition":"Elim."} +{"id":"H363","strongs_number":"H363","system":"hebrew","language":"hebrew","number_value":363,"lemma":"אִילָן","transliteration":"ʼîylân","pronunciation":"ee-lawn'","derivation":"(Aramaic) corresponding to H356 (אֵילוֹן);","strongs_definition":"a tree","kjv_definition":"tree."} +{"id":"H364","strongs_number":"H364","system":"hebrew","language":"hebrew","number_value":364,"lemma":"אֵיל פָּארָן","transliteration":"ʼÊyl Pâʼrân","pronunciation":"ale paw-rawn'","derivation":"from H352 (אַיִל) and H6290 (פָּארָן); oak of Paran;","strongs_definition":"El-Paran, a portion of the district of Paran","kjv_definition":"El-paran."} +{"id":"H365","strongs_number":"H365","system":"hebrew","language":"hebrew","number_value":365,"lemma":"אַיֶּלֶת","transliteration":"ʼayeleth","pronunciation":"ah-yeh'-leth","derivation":"the same as H355 (אַיָּלָה);","strongs_definition":"a doe","kjv_definition":"hind, Aijeleth."} +{"id":"H366","strongs_number":"H366","system":"hebrew","language":"hebrew","number_value":366,"lemma":"אָיֹם","transliteration":"ʼâyôm","pronunciation":"aw-yome'","derivation":"from an unused root (meaning to frighten);","strongs_definition":"frightful","kjv_definition":"terrible."} +{"id":"H367","strongs_number":"H367","system":"hebrew","language":"hebrew","number_value":367,"lemma":"אֵימָה","transliteration":"ʼêymâh","pronunciation":"ay-maw'","derivation":"or (shortened) אֵמָה; from the same as H366 (אָיֹם);","strongs_definition":"fright; concrete, an idol (as a bugbear)","kjv_definition":"dread, fear, horror, idol, terrible, terror."} +{"id":"H368","strongs_number":"H368","system":"hebrew","language":"hebrew","number_value":368,"lemma":"אֵימִים","transliteration":"ʼÊymîym","pronunciation":"ay-meem'","derivation":"plural of H367 (אֵימָה); terrors;","strongs_definition":"Emim, an early Canaanitish (or Maobitish) tribe","kjv_definition":"Emims."} +{"id":"H369","strongs_number":"H369","system":"hebrew","language":"hebrew","number_value":369,"lemma":"אַיִן","transliteration":"ʼayin","pronunciation":"ah'-yin","derivation":"as if from a primitive root meaning to be nothing or not exist;","strongs_definition":"a non-entity; generally used as a negative particle","kjv_definition":"else, except, fail, (father-) less, be gone, in(-curable), neither, never, no (where), none, nor, (any, thing), not, nothing, to nought, past, un(-searchable), well-nigh, without. Compare H370 (אַיִן)."} +{"id":"H370","strongs_number":"H370","system":"hebrew","language":"hebrew","number_value":370,"lemma":"אַיִן","transliteration":"ʼayin","pronunciation":"ah-yin'","derivation":"probably identical with H369 (אַיִן) in the sense of query (compare H336 (אִי)lemma אי missing vowel, corrected to אִי)","strongs_definition":"where? (only in connection with prepositional prefix, whence)","kjv_definition":"whence, where."} +{"id":"H371","strongs_number":"H371","system":"hebrew","language":"hebrew","number_value":371,"lemma":"אִין","transliteration":"ʼîyn","pronunciation":"een","derivation":"apparently a shortened form of H369 (אַיִן); but (like H370 (אַיִן)) an interrogative;","strongs_definition":"is it not?","kjv_definition":"not."} +{"id":"H372","strongs_number":"H372","system":"hebrew","language":"hebrew","number_value":372,"lemma":"אִיעֶזֵר","transliteration":"ʼÎyʻezêr","pronunciation":"ee-eh'-zer","derivation":"from H336 (אִי)lemma אי missing vowel, corrected to אִי and H5828 (עֵזֶר); helpless;","strongs_definition":"Iezer, an Israelite","kjv_definition":"Jeezer."} +{"id":"H373","strongs_number":"H373","system":"hebrew","language":"hebrew","number_value":373,"lemma":"אִיעֶזְרִי","transliteration":"ʼÎyʻezrîy","pronunciation":"ee-ez-ree'","derivation":"patronymic from H372 (אִיעֶזֵר);","strongs_definition":"an Iezrite or descendant of Iezer","kjv_definition":"Jezerite."} +{"id":"H374","strongs_number":"H374","system":"hebrew","language":"hebrew","number_value":374,"lemma":"אֵיפָה","transliteration":"ʼêyphâh","pronunciation":"ay-faw'","derivation":"or (shortened) אֵפָה ; of Egyptian derivation;","strongs_definition":"an ephah or measure for grain; hence, a measure in general","kjv_definition":"ephah, (divers) measure(-s)."} +{"id":"H375","strongs_number":"H375","system":"hebrew","language":"hebrew","number_value":375,"lemma":"אֵיפֹה","transliteration":"ʼêyphôh","pronunciation":"ay-fo'","derivation":"from H335 (אַי) and H6311 (פֹּה);","strongs_definition":"what place?; also (of time) when?; or (of means) how?","kjv_definition":"what manner, where."} +{"id":"H376","strongs_number":"H376","system":"hebrew","language":"hebrew","number_value":376,"lemma":"אִישׁ","transliteration":"ʼîysh","pronunciation":"eesh","derivation":"contracted for H582 (אֱנוֹשׁ) (or perhaps rather from an unused root meaning to be extant);","strongs_definition":"a man as an individual or a male person; often used as an adjunct to a more definite term (and in such cases frequently not expressed in translation)","kjv_definition":"also, another, any (man), a certain, [phrase] champion, consent, each, every (one), fellow, (foot-, husband-) man, (good-, great, mighty) man, he, high (degree), him (that is), husband, man(-kind), [phrase] none, one, people, person, [phrase] steward, what (man) soever, whoso(-ever), worthy. Compare H802 (אִשָּׁה)."} +{"id":"H377","strongs_number":"H377","system":"hebrew","language":"hebrew","number_value":377,"lemma":"אִישׁ","transliteration":"ʼîysh","pronunciation":"eesh","derivation":"denominative from H376 (אִישׁ);","strongs_definition":"to be a man, i.e. act in amanly way","kjv_definition":"show (one) self a man."} +{"id":"H378","strongs_number":"H378","system":"hebrew","language":"hebrew","number_value":378,"lemma":"אִישׁ־בֹּשֶׁת","transliteration":"ʼÎysh-Bôsheth","pronunciation":"eesh-bo'-sheth","derivation":"from H376 (אִישׁ) and H1322 (בֹּשֶׁת); man of shame;","strongs_definition":"Ish-Bosheth, a son of King Saul","kjv_definition":"Ish-bosheth."} +{"id":"H379","strongs_number":"H379","system":"hebrew","language":"hebrew","number_value":379,"lemma":"אִישְׁהוֹד","transliteration":"ʼÎyshᵉhôwd","pronunciation":"eesh-hode'","derivation":"from H376 (אִישׁ) and H1935 (הוֹד); man of renown;","strongs_definition":"Ishod, an Israelite","kjv_definition":"Ishod."} +{"id":"H380","strongs_number":"H380","system":"hebrew","language":"hebrew","number_value":380,"lemma":"אִישׁוֹן","transliteration":"ʼîyshôwn","pronunciation":"ee-shone'","derivation":"diminutive from H376 (אִישׁ);","strongs_definition":"the little man of the eye; the pupil or ball; hence, the middle (of night)","kjv_definition":"apple (of the eye), black, obscure."} +{"id":"H381","strongs_number":"H381","system":"hebrew","language":"hebrew","number_value":381,"lemma":"אִישׁ־חַיִל","transliteration":"ʼÎysh-Chayil","pronunciation":"eesh-khah'-yil","derivation":"from H376 (אִישׁ) and H2428 (חַיִל); man of might; by defective transcription (2 Samuel 23:20) אִישׁ־חַיxlit ʼÎsh-Chay corrected to ʼÎysh-Chay; as if from H376 (אִישׁ) and H2416 (חַי); living man;","strongs_definition":"Ishchail (or Ish-chai), an Israelite","kjv_definition":"a valiant man."} +{"id":"H382","strongs_number":"H382","system":"hebrew","language":"hebrew","number_value":382,"lemma":"אִישׁ־טוֹב","transliteration":"ʼÎysh-Ṭôwb","pronunciation":"eesh-tobe'","derivation":"from H376 (אִישׁ) and H2897 (טוֹב); man of Tob;","strongs_definition":"Ish-Tob, a place in Palestine","kjv_definition":"Ish-tob."} +{"id":"H383","strongs_number":"H383","system":"hebrew","language":"hebrew","number_value":383,"lemma":"אִיתַי","transliteration":"ʼîythay","pronunciation":"ee-thah'ee","derivation":"(Aramaic) corresponding to H3426 (יֵשׁ);","strongs_definition":"properly, entity; used only as aparticle of affirmation, there is","kjv_definition":"art thou, can, do ye, have, it be, there is (are), [idiom] we will not."} +{"id":"H384","strongs_number":"H384","system":"hebrew","language":"hebrew","number_value":384,"lemma":"אִיתִיאֵל","transliteration":"ʼÎythîyʼêl","pronunciation":"eeth-ee-ale'","derivation":"perhaps from H837 (אֹשֶׁר) and H410 (אֵל); God has arrived;","strongs_definition":"Ithiel, the name of an Israelite, also of a symbolical person","kjv_definition":"Ithiel."} +{"id":"H385","strongs_number":"H385","system":"hebrew","language":"hebrew","number_value":385,"lemma":"אִיתָמָר","transliteration":"ʼÎythâmâr","pronunciation":"eeth-aw-mawr'","derivation":"from H339 (אִי) and H8558 (תָּמָר); coast of the palm-tree;","strongs_definition":"Ithamar, a son of Aaron","kjv_definition":"Ithamar."} +{"id":"H386","strongs_number":"H386","system":"hebrew","language":"hebrew","number_value":386,"lemma":"אֵיתָן","transliteration":"ʼêythân","pronunciation":"ay-thawn'","derivation":"or (shortened) אֵתָן ; from an unused root (meaning to continue);","strongs_definition":"permanence; hence (concrete) permanent; specifically a chieftain","kjv_definition":"hard, mighty, rough, strength, strong."} +{"id":"H387","strongs_number":"H387","system":"hebrew","language":"hebrew","number_value":387,"lemma":"אֵיתָן","transliteration":"ʼÊythân","pronunciation":"ay-thawn'","derivation":"the same as H386 (אֵיתָן); permanent;","strongs_definition":"Ethan, the name of four Israelites","kjv_definition":"Ethan."} +{"id":"H388","strongs_number":"H388","system":"hebrew","language":"hebrew","number_value":388,"lemma":"אֵיתָנִים","transliteration":"ʼÊythânîym","pronunciation":"ay-thaw-neem'","derivation":"plural of H386 (אֵיתָן); always with the article; the permanent brooks;","strongs_definition":"Ethanim, the name of a month","kjv_definition":"Ethanim."} +{"id":"H389","strongs_number":"H389","system":"hebrew","language":"hebrew","number_value":389,"lemma":"אַךְ","transliteration":"ʼak","pronunciation":"ak","derivation":"akin to H403 (אָכֵן);","strongs_definition":"a particle of affirmation, surely; hence (by limitation) only","kjv_definition":"also, in any wise, at least, but, certainly, even, howbeit, nevertheless, notwithstanding, only, save, surely, of a surety, truly, verily, [phrase] wherefore, yet (but)."} +{"id":"H390","strongs_number":"H390","system":"hebrew","language":"hebrew","number_value":390,"lemma":"אַכַּד","transliteration":"ʼAkkad","pronunciation":"ak-kad'","derivation":"from an unused root probably meaning to strengthen; a fortress;","strongs_definition":"Accad, a place in Babylon","kjv_definition":"Accad."} +{"id":"H391","strongs_number":"H391","system":"hebrew","language":"hebrew","number_value":391,"lemma":"אַכְזָב","transliteration":"ʼakzâb","pronunciation":"ak-zawb'","derivation":"from H3576 (כָּזַב);","strongs_definition":"falsehood; by implication treachery","kjv_definition":"liar, lie."} +{"id":"H392","strongs_number":"H392","system":"hebrew","language":"hebrew","number_value":392,"lemma":"אַכְזִיב","transliteration":"ʼAkzîyb","pronunciation":"ak-zeeb'","derivation":"from H391 (אַכְזָב); deceitful (in the sense of a winter-torrent which fails in summer);","strongs_definition":"Akzib, the name of two places in Palestine","kjv_definition":"Achzib."} +{"id":"H393","strongs_number":"H393","system":"hebrew","language":"hebrew","number_value":393,"lemma":"אַכְזָר","transliteration":"ʼakzâr","pronunciation":"ak-zawr'","derivation":"from an unused root (apparently meaning to act harshly);","strongs_definition":"violent; by implication deadly; also (in a good sense) brave","kjv_definition":"cruel, fierce."} +{"id":"H394","strongs_number":"H394","system":"hebrew","language":"hebrew","number_value":394,"lemma":"אַכְזָרִי","transliteration":"ʼakzârîy","pronunciation":"ak-zawr-ree'","derivation":"from H393 (אַכְזָר);","strongs_definition":"terrible","kjv_definition":"cruel (one)."} +{"id":"H395","strongs_number":"H395","system":"hebrew","language":"hebrew","number_value":395,"lemma":"אַכְזְרִיּוּת","transliteration":"ʼakzᵉrîyûwth","pronunciation":"ak-ze-ree-ooth'","derivation":"from H394 (אַכְזָרִי);","strongs_definition":"fierceness","kjv_definition":"cruel."} +{"id":"H396","strongs_number":"H396","system":"hebrew","language":"hebrew","number_value":396,"lemma":"אֲכִילָה","transliteration":"ʼăkîylâh","pronunciation":"ak-ee-law'","derivation":"feminine from H398 (אָכַל);","strongs_definition":"something eatable, i.e. food","kjv_definition":"meat."} +{"id":"H397","strongs_number":"H397","system":"hebrew","language":"hebrew","number_value":397,"lemma":"אֲכִישׁ","transliteration":"ʼĂkîysh","pronunciation":"aw-keesh'","derivation":"of uncertain derivation;","strongs_definition":"Akish, a Philistine king","kjv_definition":"Achish."} +{"id":"H398","strongs_number":"H398","system":"hebrew","language":"hebrew","number_value":398,"lemma":"אָכַל","transliteration":"ʼâkal","pronunciation":"aw-kal'","derivation":"a primitive root;","strongs_definition":"to eat (literally or figuratively)","kjv_definition":"[idiom] at all, burn up, consume, devour(-er, up), dine, eat(-er, up), feed (with), food, [idiom] freely, [idiom] in...wise(-deed, plenty), (lay) meat, [idiom] quite."} +{"id":"H399","strongs_number":"H399","system":"hebrew","language":"hebrew","number_value":399,"lemma":"אֲכַל","transliteration":"ʼăkal","pronunciation":"ak-al'","derivation":"(Aramaic) corresponding to H398 (אָכַל)","strongs_definition":"{to eat (literally or figuratively)}","kjv_definition":"[phrase] accuse, devour, eat."} +{"id":"H400","strongs_number":"H400","system":"hebrew","language":"hebrew","number_value":400,"lemma":"אֹכֶל","transliteration":"ʼôkel","pronunciation":"o'-kel","derivation":"from H398 (אָכַל);","strongs_definition":"food","kjv_definition":"eating, food, meal(-time), meat, prey, victuals."} +{"id":"H401","strongs_number":"H401","system":"hebrew","language":"hebrew","number_value":401,"lemma":"אֻכָל","transliteration":"ʼUkâl","pronunciation":"oo-kawl'","derivation":"or אֻכָּל; apparently from H398 (אָכַל); devoured;","strongs_definition":"Ucal, a fancy name","kjv_definition":"Ucal."} +{"id":"H402","strongs_number":"H402","system":"hebrew","language":"hebrew","number_value":402,"lemma":"אׇכְלָה","transliteration":"ʼoklâh","pronunciation":"ok-law'","derivation":"feminine of H401 (אֻכָל);","strongs_definition":"food","kjv_definition":"consume, devour, eat, food, meat."} +{"id":"H403","strongs_number":"H403","system":"hebrew","language":"hebrew","number_value":403,"lemma":"אָכֵן","transliteration":"ʼâkên","pronunciation":"aw-kane'","derivation":"from H3559 (כּוּן) (compare H3651 (כֵּן));","strongs_definition":"firmly; figuratively, surely; also (advers.) but","kjv_definition":"but, certainly, nevertheless, surely, truly, verily."} +{"id":"H404","strongs_number":"H404","system":"hebrew","language":"hebrew","number_value":404,"lemma":"אָכַף","transliteration":"ʼâkaph","pronunciation":"aw-kaf'","derivation":"a primitive root; apparently meaning to curve (as with a burden);","strongs_definition":"to urge","kjv_definition":"crave."} +{"id":"H405","strongs_number":"H405","system":"hebrew","language":"hebrew","number_value":405,"lemma":"אֶכֶף","transliteration":"ʼekeph","pronunciation":"eh'-kef","derivation":"from H404 (אָכַף);","strongs_definition":"a load; by implication, a stroke (others dignity)","kjv_definition":"hand."} +{"id":"H406","strongs_number":"H406","system":"hebrew","language":"hebrew","number_value":406,"lemma":"אִכָּר","transliteration":"ʼikkâr","pronunciation":"ik-kawr'","derivation":"from an unused root meaning to dig;","strongs_definition":"a farmer","kjv_definition":"husbandman, ploughman."} +{"id":"H407","strongs_number":"H407","system":"hebrew","language":"hebrew","number_value":407,"lemma":"אַכְשָׁף","transliteration":"ʼAkshâph","pronunciation":"ak-shawf'","derivation":"from H3784 (כָּשַׁף); fascination;","strongs_definition":"Acshaph, a place in Palestine","kjv_definition":"Achshaph."} +{"id":"H408","strongs_number":"H408","system":"hebrew","language":"hebrew","number_value":408,"lemma":"אַל","transliteration":"ʼal","pronunciation":"al","derivation":"a negative particle (akin to H3808 (לֹא));","strongs_definition":"not (the qualified negation, used as a deprecative); once (Job 24:25) as a noun, nothing","kjv_definition":"nay, neither, [phrase] never, no, nor, not, nothing (worth), rather than."} +{"id":"H409","strongs_number":"H409","system":"hebrew","language":"hebrew","number_value":409,"lemma":"אַל","transliteration":"ʼal","pronunciation":"al","derivation":"(Aramaic) corresponding to H408 (אַל)","strongs_definition":"{not (the qualified negation, used as a deprecative); once (Job 24:25) as a noun, nothing}","kjv_definition":"not."} +{"id":"H410","strongs_number":"H410","system":"hebrew","language":"hebrew","number_value":410,"lemma":"אֵל","transliteration":"ʼêl","pronunciation":"ale","derivation":"shortened from H352 (אַיִל);","strongs_definition":"strength; as adjective, mighty; especially the Almighty (but used also of any deity)","kjv_definition":"God (god), [idiom] goodly, [idiom] great, idol, might(-y one), power, strong. Compare names in '-el.'"} +{"id":"H411","strongs_number":"H411","system":"hebrew","language":"hebrew","number_value":411,"lemma":"אֵל","transliteration":"ʼêl","pronunciation":"ale","derivation":"a demonstrative particle (but only in a plural sense)","strongs_definition":"these or those","kjv_definition":"these, those. Compare H428 (אֵלֶּה)."} +{"id":"H412","strongs_number":"H412","system":"hebrew","language":"hebrew","number_value":412,"lemma":"אֵל","transliteration":"ʼêl","pronunciation":"ale","derivation":"(Aramaic) corresponding to H411 (אֵל)","strongs_definition":"{these or those}","kjv_definition":"these."} +{"id":"H413","strongs_number":"H413","system":"hebrew","language":"hebrew","number_value":413,"lemma":"אֵל","transliteration":"ʼêl","pronunciation":"ale","derivation":"(but only used in the shortened constructive form אֶל ); a primitive particle; properly, denoting motion towards, but occasionally used of a quiescent position, i.e.","strongs_definition":"near, with or among; often in general, to","kjv_definition":"about, according to, after, against, among, as for, at, because(-fore, -side), both...and, by, concerning, for, from, [idiom] hath, in(-to), near, (out) of, over, through, to(-ward), under, unto, upon, whether, with(-in)."} +{"id":"H414","strongs_number":"H414","system":"hebrew","language":"hebrew","number_value":414,"lemma":"אֵלָא","transliteration":"ʼÊlâʼ","pronunciation":"ay-law'","derivation":"a variation of H424 (אֵלָה)lemma אִלָה first vowel, corrected to אֵלָה; oak;","strongs_definition":"Ela, an Israelite","kjv_definition":"Elah."} +{"id":"H415","strongs_number":"H415","system":"hebrew","language":"hebrew","number_value":415,"lemma":"אֵל אֱלֹהֵי יִשְׂרָאֵל","transliteration":"ʼÊl ʼĕlôhêy Yisrâʼêl","pronunciation":"ale el-o-hay' yis-rawale'","derivation":"from H410 (אֵל) and H430 (אֱלֹהִים) and H3478 (יִשְׂרָאֵל); the mighty god if Jisrael;","strongs_definition":"El-Elohi-Jisrael, the title given to a consecrated spot by Jacob","kjv_definition":"Elelohe-israel."} +{"id":"H416","strongs_number":"H416","system":"hebrew","language":"hebrew","number_value":416,"lemma":"אֵל בֵּית־אֵל","transliteration":"ʼÊl Bêyth-ʼÊl","pronunciation":"ale bayth-ale'","derivation":"from H410 (אֵל) and H1008 (בֵּית־אֵל); the God of Bethel;","strongs_definition":"El-Bethel, the title given to a consecrated spot by Jacob","kjv_definition":"El-beth-el."} +{"id":"H417","strongs_number":"H417","system":"hebrew","language":"hebrew","number_value":417,"lemma":"אֶלְגָּבִישׁ","transliteration":"ʼelgâbîysh","pronunciation":"el-gaw-beesh'","derivation":"from H410 (אֵל) and H1378 (גָּבִישׁ);","strongs_definition":"hail (as if a great pearl)","kjv_definition":"great hail(-stones)."} +{"id":"H418","strongs_number":"H418","system":"hebrew","language":"hebrew","number_value":418,"lemma":"אַלְגּוּמִּים","transliteration":"ʼalgûwmmîym","pronunciation":"al-goom-meem'","derivation":"by transposition for H484 (אַלְמֻגִּים);","strongs_definition":"sticks of algum wood","kjv_definition":"algum (trees)."} +{"id":"H419","strongs_number":"H419","system":"hebrew","language":"hebrew","number_value":419,"lemma":"אֶלְדָּד","transliteration":"ʼEldâd","pronunciation":"el-dad'","derivation":"from H410 (אֵל) and H1730 (דּוֹד); God has loved;","strongs_definition":"Eldad, an Israelite","kjv_definition":"Eldad."} +{"id":"H420","strongs_number":"H420","system":"hebrew","language":"hebrew","number_value":420,"lemma":"אֶלְדָּעָה","transliteration":"ʼEldâʻâh","pronunciation":"el-daw-aw'","derivation":"from H410 (אֵל) and H3045 (יָדַע); God of knowledge;","strongs_definition":"Eldaah, a son of Midian","kjv_definition":"Eldaah."} +{"id":"H421","strongs_number":"H421","system":"hebrew","language":"hebrew","number_value":421,"lemma":"אָלָה","transliteration":"ʼâlâh","pronunciation":"aw-law'","derivation":"a primitive root (rather identical with H422 (אָלָה) through the idea of invocation);","strongs_definition":"to bewail","kjv_definition":"lament."} +{"id":"H422","strongs_number":"H422","system":"hebrew","language":"hebrew","number_value":422,"lemma":"אָלָה","transliteration":"ʼâlâh","pronunciation":"aw-law'","derivation":"a primitive root;","strongs_definition":"properly, to adjure, i.e. (usually in a bad sense) imprecate","kjv_definition":"adjure, curse, swear."} +{"id":"H423","strongs_number":"H423","system":"hebrew","language":"hebrew","number_value":423,"lemma":"אָלָה","transliteration":"ʼâlâh","pronunciation":"aw-law'","derivation":"from H422 (אָלָה);","strongs_definition":"an imprecation","kjv_definition":"curse, cursing, execration, oath, swearing."} +{"id":"H424","strongs_number":"H424","system":"hebrew","language":"hebrew","number_value":424,"lemma":"אֵלָה","transliteration":"ʼêlâh","pronunciation":"ay-law'","derivation":"feminine of H352 (אַיִל);","strongs_definition":"an oak or other strong tree","kjv_definition":"elm, oak, teil-tree."} +{"id":"H425","strongs_number":"H425","system":"hebrew","language":"hebrew","number_value":425,"lemma":"אֵלָה","transliteration":"ʼÊlâh","pronunciation":"ay-law'","derivation":"the same as H424 (אֵלָה)lemma אִלָה first vowel, corrected to אֵלָה;","strongs_definition":"Elah, the name of an Edomite, of four Israelites, and also of a place in Palestine","kjv_definition":"Elah."} +{"id":"H426","strongs_number":"H426","system":"hebrew","language":"hebrew","number_value":426,"lemma":"אֱלָהּ","transliteration":"ʼĕlâhh","pronunciation":"el-aw'","derivation":"(Aramaic) corresponding to H433 (אֱלוֹהַּ);","strongs_definition":"God","kjv_definition":"God, god."} +{"id":"H427","strongs_number":"H427","system":"hebrew","language":"hebrew","number_value":427,"lemma":"אַלָּה","transliteration":"ʼallâh","pronunciation":"al-law'","derivation":"A variation of H424 (אֵלָה)lemma אִלָה first vowel, corrected to אֵלָה","strongs_definition":"{an oak or other strong tree}","kjv_definition":"oak."} +{"id":"H428","strongs_number":"H428","system":"hebrew","language":"hebrew","number_value":428,"lemma":"אֵלֶּה","transliteration":"ʼêl-leh","pronunciation":"ale'-leh","derivation":"prolonged from H411 (אֵל);","strongs_definition":"these or those","kjv_definition":"an-(the) other; one sort, so, some, such, them, these (same), they, this, those, thus, which, who(-m)."} +{"id":"H429","strongs_number":"H429","system":"hebrew","language":"hebrew","number_value":429,"lemma":"אֵלֶּה","transliteration":"ʼêlleh","pronunciation":"ale'-leh","derivation":"(Aramaic) corresponding to H428 (אֵלֶּה)","strongs_definition":"{these or those}","kjv_definition":"these."} +{"id":"H430","strongs_number":"H430","system":"hebrew","language":"hebrew","number_value":430,"lemma":"אֱלֹהִים","transliteration":"ʼĕlôhîym","pronunciation":"el-o-heem'","derivation":"plural of H433 (אֱלוֹהַּ);","strongs_definition":"gods in the ordinary sense; but specifically used (in the plural thus, especially with the article) of the supreme God; occasionally applied by way of deference to magistrates; and sometimes as a superlative","kjv_definition":"angels, [idiom] exceeding, God (gods) (-dess, -ly), [idiom] (very) great, judges, [idiom] mighty."} +{"id":"H431","strongs_number":"H431","system":"hebrew","language":"hebrew","number_value":431,"lemma":"אֲלוּ","transliteration":"ʼălûw","pronunciation":"al-oo'","derivation":"(Aramaic) probably prolonged from H412 (אֵל);","strongs_definition":"lo!","kjv_definition":"behold."} +{"id":"H432","strongs_number":"H432","system":"hebrew","language":"hebrew","number_value":432,"lemma":"אִלּוּ","transliteration":"ʼillûw","pronunciation":"il-loo'","derivation":"probably from H408 (אַל);","strongs_definition":"nay, i.e. (softened) if","kjv_definition":"but if, yea though."} +{"id":"H433","strongs_number":"H433","system":"hebrew","language":"hebrew","number_value":433,"lemma":"אֱלוֹהַּ","transliteration":"ʼĕlôwahh","pronunciation":"el-o'-ah","derivation":"rarely (shortened) אֱלֹהַּ; probably prolonged (emphatic) from H410 (אֵל);","strongs_definition":"a deity or the Deity","kjv_definition":"God, god. See H430 (אֱלֹהִים)."} +{"id":"H434","strongs_number":"H434","system":"hebrew","language":"hebrew","number_value":434,"lemma":"אֱלוּל","transliteration":"ʼĕlûwl","pronunciation":"el-ool'","derivation":"for H457 (אֱלִיל);","strongs_definition":"good for nothing","kjv_definition":"thing of nought."} +{"id":"H435","strongs_number":"H435","system":"hebrew","language":"hebrew","number_value":435,"lemma":"אֱלוּל","transliteration":"ʼĔlûwl","pronunciation":"el-ool'","derivation":"probably of foreign derivation;","strongs_definition":"Elul, the sixth Jewish month","kjv_definition":"Elul."} +{"id":"H436","strongs_number":"H436","system":"hebrew","language":"hebrew","number_value":436,"lemma":"אֵלוֹן","transliteration":"ʼêlôwn","pronunciation":"ay-lone'","derivation":"prolonged from H352 (אַיִל);","strongs_definition":"an oak or other strong tree","kjv_definition":"plain. See also H356 (אֵילוֹן)."} +{"id":"H437","strongs_number":"H437","system":"hebrew","language":"hebrew","number_value":437,"lemma":"אַלּוֹן","transliteration":"ʼallôwn","pronunciation":"al-lone'","derivation":"a variation of H436 (אֵלוֹן)","strongs_definition":"{an oak or other strong tree}","kjv_definition":"oak."} +{"id":"H438","strongs_number":"H438","system":"hebrew","language":"hebrew","number_value":438,"lemma":"אַלּוֹן","transliteration":"ʼAllôwn","pronunciation":"al-lone'","derivation":"the same as H437 (אַלּוֹן);","strongs_definition":"Allon, an Israelite, also a place in Palestine","kjv_definition":"Allon."} +{"id":"H439","strongs_number":"H439","system":"hebrew","language":"hebrew","number_value":439,"lemma":"אַלּוֹן בָּכוּת","transliteration":"ʼAllôwn Bâkûwth","pronunciation":"al-lone' baw-kooth'","derivation":"from H437 (אַלּוֹן) and a variation of H1068 (בְּכִית); oak of weeping;","strongs_definition":"Allon-Bakuth, a monumental tree","kjv_definition":"Allon-bachuth."} +{"id":"H440","strongs_number":"H440","system":"hebrew","language":"hebrew","number_value":440,"lemma":"אֵלוֹנִי","transliteration":"ʼÊlôwnîy","pronunciation":"ay-lo-nee'","derivation":"or rather (shortened) אֵלֹנִי; patron from H438 (אַלּוֹן);","strongs_definition":"an Elonite or descendant (collectively) of Elon","kjv_definition":"Elonites."} +{"id":"H441","strongs_number":"H441","system":"hebrew","language":"hebrew","number_value":441,"lemma":"אַלּוּף","transliteration":"ʼallûwph","pronunciation":"al-loof'","derivation":"or (shortened) אַלֻּף; from H502 (אָלַף);","strongs_definition":"familiar; a friend, also gentle; hence, a bullock (as being tame; applied, although masculine, to a cow); and so, a chieftain (as notable, like neat cattle)","kjv_definition":"captain, duke, (chief) friend, governor, guide, ox."} +{"id":"H442","strongs_number":"H442","system":"hebrew","language":"hebrew","number_value":442,"lemma":"אָלוּשׁ","transliteration":"ʼÂlûwsh","pronunciation":"aw-loosh'","derivation":"of uncertain derivation;","strongs_definition":"Alush, a place in the Desert","kjv_definition":"Alush."} +{"id":"H443","strongs_number":"H443","system":"hebrew","language":"hebrew","number_value":443,"lemma":"אֶלְזָבָד","transliteration":"ʼElzâbâd","pronunciation":"el-zaw-bawd'","derivation":"from H410 (אֵל) and H2064 (זָבַד); God has bestowed;","strongs_definition":"Elzabad, the name of two Israelites","kjv_definition":"Elzabad."} +{"id":"H444","strongs_number":"H444","system":"hebrew","language":"hebrew","number_value":444,"lemma":"אָלַח","transliteration":"ʼâlach","pronunciation":"aw-lakh'","derivation":"a primitive root;","strongs_definition":"to muddle, i.e. (figuratively and intransitive) to turn (morally) corrupt","kjv_definition":"become filthy."} +{"id":"H445","strongs_number":"H445","system":"hebrew","language":"hebrew","number_value":445,"lemma":"אֶלְחָנָן","transliteration":"ʼElchânân","pronunciation":"el-khaw-nawn'","derivation":"from H410 (אֵל) and H2603 (חָנַן); God (is) gracious;","strongs_definition":"Elchanan, an Israelite","kjv_definition":"Elkanan."} +{"id":"H446","strongs_number":"H446","system":"hebrew","language":"hebrew","number_value":446,"lemma":"אֱלִיאָב","transliteration":"ʼĔlîyʼâb","pronunciation":"el-ee-awb'","derivation":"from H410 (אֵל) and H1 (אָב); God of (his) father;","strongs_definition":"Eliab, the name of six Israelites","kjv_definition":"Eliab."} +{"id":"H447","strongs_number":"H447","system":"hebrew","language":"hebrew","number_value":447,"lemma":"אֱלִיאֵל","transliteration":"ʼĔlîyʼêl","pronunciation":"el-ee-ale'","derivation":"from H410 (אֵל) repeated; God of (his) God;","strongs_definition":"Eliel, the name of nine Israelites","kjv_definition":"Eliel."} +{"id":"H448","strongs_number":"H448","system":"hebrew","language":"hebrew","number_value":448,"lemma":"אֱלִיאָתָה","transliteration":"ʼĔlîyʼâthâh","pronunciation":"el-ee-aw-thaw'","derivation":"or (contraction) אֱלִיָּתָה; from H410 (אֵל) and H225 (אוּת); God of (his) consent;","strongs_definition":"Eliathah, an Israelite","kjv_definition":"Eliathah."} +{"id":"H449","strongs_number":"H449","system":"hebrew","language":"hebrew","number_value":449,"lemma":"אֱלִידָד","transliteration":"ʼĔlîydâd","pronunciation":"el-ee-dawd'","derivation":"from the same as H419 (אֶלְדָּד); God of (his) love;","strongs_definition":"Elidad, an Israelite","kjv_definition":"Elidad."} +{"id":"H450","strongs_number":"H450","system":"hebrew","language":"hebrew","number_value":450,"lemma":"אֶלְיָדָע","transliteration":"ʼElyâdâʻ","pronunciation":"el-yaw-daw'","derivation":"from H410 (אֵל) and H3045 (יָדַע); God (is) knowing;","strongs_definition":"Eljada, the name of two Israelites and of an Aramaean leader","kjv_definition":"Eliada."} +{"id":"H451","strongs_number":"H451","system":"hebrew","language":"hebrew","number_value":451,"lemma":"אַלְיָה","transliteration":"ʼalyâh","pronunciation":"al-yaw'","derivation":"from H422 (אָלָה) (in the original sense of strength);","strongs_definition":"the stout part, i.e. the fat tail of the Oriental sheep","kjv_definition":"rump."} +{"id":"H452","strongs_number":"H452","system":"hebrew","language":"hebrew","number_value":452,"lemma":"אֵלִיָּה","transliteration":"ʼÊlîyâh","pronunciation":"ay-lee-yaw'","derivation":"or prolonged אֵלִיָּהוּ; from H410 (אֵל) and H3050 (יָהּ); God of Jehovah;","strongs_definition":"Elijah, the name of the famous prophet and of two other Israelites","kjv_definition":"Elijah, Eliah."} +{"id":"H453","strongs_number":"H453","system":"hebrew","language":"hebrew","number_value":453,"lemma":"אֱלִיהוּ","transliteration":"ʼĔlîyhûw","pronunciation":"el-ee-hoo'","derivation":"or (fully) אֱלִיהוּא; from H410 (אֵל) and H1931 (הוּא); God of him;","strongs_definition":"Elihu, the name of one of Job's friends, and of three Israelites","kjv_definition":"Elihu."} +{"id":"H454","strongs_number":"H454","system":"hebrew","language":"hebrew","number_value":454,"lemma":"אֶלְיְהוֹעֵינַי","transliteration":"ʼElyᵉhôwʻêynay","pronunciation":"el-ye-ho-ay-nah'ee","derivation":"or (shortened) אֶלְיוֹעֵינַי; from H413 (אֵל) and H3068 (יְהֹוָה) and H5869 (עַיִן); towards Jehovah (are) my eyes;","strongs_definition":"Eljehoenai or Eljoenai, the name of seven Israelites","kjv_definition":"Elihoenai, Elionai."} +{"id":"H455","strongs_number":"H455","system":"hebrew","language":"hebrew","number_value":455,"lemma":"אֶלְיַחְבָּא","transliteration":"ʼElyachbâʼ","pronunciation":"el-yakh-baw'","derivation":"from H410 (אֵל) and H2244 (חָבָא); God will hide;","strongs_definition":"Eljachba, an Israelite","kjv_definition":"Eliahbah."} +{"id":"H456","strongs_number":"H456","system":"hebrew","language":"hebrew","number_value":456,"lemma":"אֱלִיחֹרֶף","transliteration":"ʼĔlîychôreph","pronunciation":"el-ee-kho'-ref","derivation":"from H410 (אֵל) and H2779 (חֹרֶף); God of autumn;","strongs_definition":"Elichoreph, an Israelite","kjv_definition":"Elihoreph."} +{"id":"H457","strongs_number":"H457","system":"hebrew","language":"hebrew","number_value":457,"lemma":"אֱלִיל","transliteration":"ʼĕlîyl","pronunciation":"el-eel'","derivation":"apparently from H408 (אַל);","strongs_definition":"good for nothing, by anal. vain or vanity; specifically an idol","kjv_definition":"idol, no value, thing of nought."} +{"id":"H458","strongs_number":"H458","system":"hebrew","language":"hebrew","number_value":458,"lemma":"אֱלִימֶלֶךְ","transliteration":"ʼĔlîymelek","pronunciation":"el-ee-meh'-lek","derivation":"from H410 (אֵל) and H4428 (מֶלֶךְ); God of (the) king;","strongs_definition":"Elimelek, an Israelite","kjv_definition":"Elimelech."} +{"id":"H459","strongs_number":"H459","system":"hebrew","language":"hebrew","number_value":459,"lemma":"אִלֵּין","transliteration":"ʼillêyn","pronunciation":"il-lane'","derivation":"(Aramaic) or shorter אִלֵּן; prolonged from H412 (אֵל);","strongs_definition":"these","kjv_definition":"the, these."} +{"id":"H460","strongs_number":"H460","system":"hebrew","language":"hebrew","number_value":460,"lemma":"אֶלְיָסָף","transliteration":"ʼElyâçâph","pronunciation":"el-yaw-sawf'","derivation":"from H410 (אֵל) and H3254 (יָסַף); God (is) gatherer;","strongs_definition":"Eljasaph, the name of two Israelites","kjv_definition":"Eliasaph."} +{"id":"H461","strongs_number":"H461","system":"hebrew","language":"hebrew","number_value":461,"lemma":"אֱלִיעֶזֶר","transliteration":"ʼĔlîyʻezer","pronunciation":"el-ee-eh'-zer","derivation":"from H410 (אֵל) and H5828 (עֵזֶר); God of help;","strongs_definition":"Eliezer, the name of a Damascene and of ten Israelites","kjv_definition":"Eliezer."} +{"id":"H462","strongs_number":"H462","system":"hebrew","language":"hebrew","number_value":462,"lemma":"אֱלִיעֵינַי","transliteration":"ʼĔlîyʻêynay","pronunciation":"el-ee-ay-nah'ee","derivation":"probably contracted for H454 (אֶלְיְהוֹעֵינַי);","strongs_definition":"Elienai, an Israelite","kjv_definition":"Elienai."} +{"id":"H463","strongs_number":"H463","system":"hebrew","language":"hebrew","number_value":463,"lemma":"אֱלִיעָם","transliteration":"ʼĔlîyʻâm","pronunciation":"el-ee-awm'","derivation":"from H410 (אֵל) and H5971 (עַם); God of (the) people;","strongs_definition":"Eliam, an Israelite","kjv_definition":"Eliam."} +{"id":"H464","strongs_number":"H464","system":"hebrew","language":"hebrew","number_value":464,"lemma":"אֱלִיפַז","transliteration":"ʼĔlîyphaz","pronunciation":"el-ee-faz'","derivation":"from H410 (אֵל) and H6337 (פָּז); God of gold;","strongs_definition":"Eliphaz, the name of one of Job's friends, and of a son of Esau","kjv_definition":"Eliphaz."} +{"id":"H465","strongs_number":"H465","system":"hebrew","language":"hebrew","number_value":465,"lemma":"אֱלִיפָל","transliteration":"ʼĔlîyphâl","pronunciation":"el-ee-fawl'","derivation":"from H410 (אֵל) and H6419 (פָּלַל); God of judgment;","strongs_definition":"Eliphal, an Israelite","kjv_definition":"Eliphal."} +{"id":"H466","strongs_number":"H466","system":"hebrew","language":"hebrew","number_value":466,"lemma":"אֱלִיפְלֵהוּ","transliteration":"ʼĔlîyphᵉlêhûw","pronunciation":"el-ee-fe-lay'-hoo","derivation":"from H410 (אֵל) and H6395 (פָּלָה); God of his distinction;","strongs_definition":"Eliphelehu, an Israelite","kjv_definition":"Elipheleh."} +{"id":"H467","strongs_number":"H467","system":"hebrew","language":"hebrew","number_value":467,"lemma":"אֱלִיפֶלֶט","transliteration":"ʼĔlîypheleṭ","pronunciation":"el-ee-feh'-let","derivation":"or (shortened) אֱלְפֶּלֶט; from H410 (אֵל) and H6405 (פַּלֵּט); God of deliverance;","strongs_definition":"Eliphelet or Elpelet, the name of six Israelites","kjv_definition":"Eliphalet, Eliphelet, Elpalet."} +{"id":"H468","strongs_number":"H468","system":"hebrew","language":"hebrew","number_value":468,"lemma":"אֱלִיצוּר","transliteration":"ʼĔlîytsûwr","pronunciation":"el-ee-tsoor'","derivation":"from H410 (אֵל) and H6697 (צוּר); God of (the) rock;","strongs_definition":"Elitsur, an Israelite","kjv_definition":"Elizur."} +{"id":"H469","strongs_number":"H469","system":"hebrew","language":"hebrew","number_value":469,"lemma":"אֱלִיצָפָן","transliteration":"ʼĔlîytsâphân","pronunciation":"el-ee-tsaw-fawn'","derivation":"or (shortened) אֶלְצָפָן; from H410 (אֵל) and H6845 (צָפַן); God of treasure;","strongs_definition":"Elitsaphan or Eltsaphan, an Israelite","kjv_definition":"Elizaphan, Elzaphan."} +{"id":"H470","strongs_number":"H470","system":"hebrew","language":"hebrew","number_value":470,"lemma":"אֱלִיקָא","transliteration":"ʼĔlîyqâʼ","pronunciation":"el-ee-kaw'","derivation":"from H410 (אֵל) and H6958 (קוֹא); God of rejection;","strongs_definition":"Elika, an Israelite","kjv_definition":"Elika."} +{"id":"H471","strongs_number":"H471","system":"hebrew","language":"hebrew","number_value":471,"lemma":"אֶלְיָקִים","transliteration":"ʼElyâqîym","pronunciation":"el-yaw-keem'","derivation":"from H410 (אֵל) and H6965 (קוּם); God of raising;","strongs_definition":"Eljakim, the name of four Israelites","kjv_definition":"Eliakim."} +{"id":"H472","strongs_number":"H472","system":"hebrew","language":"hebrew","number_value":472,"lemma":"אֱלִישֶׁבַע","transliteration":"ʼĔlîyshebaʻ","pronunciation":"el-ee-sheh'-bah","derivation":"from H410 (אֵל) and H7651 (שֶׁבַע) (in the sense of H7650 (שָׁבַע)); God of (the) oath;","strongs_definition":"Elisheba, the wife of Aaron","kjv_definition":"Elisheba."} +{"id":"H473","strongs_number":"H473","system":"hebrew","language":"hebrew","number_value":473,"lemma":"אֱלִישָׁה","transliteration":"ʼĔlîyshâh","pronunciation":"el-ee-shaw'","derivation":"probably of foreign derivation;","strongs_definition":"Elishah, a son of Javan","kjv_definition":"Elishah."} +{"id":"H474","strongs_number":"H474","system":"hebrew","language":"hebrew","number_value":474,"lemma":"אֱלִישׁוּעַ","transliteration":"ʼĔlîyshûwaʻ","pronunciation":"el-ee-shoo'-ah","derivation":"from H410 (אֵל) and H7769 (שׁוּעַ); God of supplication (or of riches);","strongs_definition":"Elishua, the son of King David","kjv_definition":"Elishua."} +{"id":"H475","strongs_number":"H475","system":"hebrew","language":"hebrew","number_value":475,"lemma":"אֶלְיָשִׁיב","transliteration":"ʼElyâshîyb","pronunciation":"el-yaw-sheeb'","derivation":"from H410 (אֵל) and H7725 (שׁוּב); God will restore;","strongs_definition":"Eljashib, the name of six Israelites","kjv_definition":"Eliashib."} +{"id":"H476","strongs_number":"H476","system":"hebrew","language":"hebrew","number_value":476,"lemma":"אֱלִישָׁמָע","transliteration":"ʼĔlîyshâmâʻ","pronunciation":"el-ee-shaw-maw'","derivation":"from H410 (אֵל) and H8085 (שָׁמַע); God of hearing;","strongs_definition":"Elishama, the name of seven Israelites","kjv_definition":"Elishama."} +{"id":"H477","strongs_number":"H477","system":"hebrew","language":"hebrew","number_value":477,"lemma":"אֱלִישָׁע","transliteration":"ʼĔlîyshâʻ","pronunciation":"el-ee-shaw'","derivation":"contracted for H474 (אֱלִישׁוּעַ).;","strongs_definition":"Elisha, the famous prophet","kjv_definition":"Elisha."} +{"id":"H478","strongs_number":"H478","system":"hebrew","language":"hebrew","number_value":478,"lemma":"אֱלִישָׁפָט","transliteration":"ʼĔlîyshâphâṭ","pronunciation":"el-ee-shaw-fawt'","derivation":"from H410 (אֵל) and H8199 (שָׁפַט); God of judgment;","strongs_definition":"Elishaphat, an Israelite","kjv_definition":"Elishaphat."} +{"id":"H479","strongs_number":"H479","system":"hebrew","language":"hebrew","number_value":479,"lemma":"אִלֵּךְ","transliteration":"ʼillêk","pronunciation":"il-lake'","derivation":"(Aramaic) prolonged from H412 (אֵל);","strongs_definition":"these","kjv_definition":"these, those."} +{"id":"H480","strongs_number":"H480","system":"hebrew","language":"hebrew","number_value":480,"lemma":"אַלְלַי","transliteration":"ʼalᵉlay","pronunciation":"al-le-lah'ee","derivation":"by reduplication from H421 (אָלָה);","strongs_definition":"alas!","kjv_definition":"woe."} +{"id":"H481","strongs_number":"H481","system":"hebrew","language":"hebrew","number_value":481,"lemma":"אָלַם","transliteration":"ʼâlam","pronunciation":"aw-lam'","derivation":"a primitive root;","strongs_definition":"to tie fast; hence (of the mouth) to be tongue-tied","kjv_definition":"bind, be dumb, put to silence."} +{"id":"H482","strongs_number":"H482","system":"hebrew","language":"hebrew","number_value":482,"lemma":"אֵלֶם","transliteration":"ʼêlem","pronunciation":"ay'-lem","derivation":"from H481 (אָלַם);","strongs_definition":"silence (i.e. mute justice)","kjv_definition":"congregation. Compare H3128 (יוֹנַת אֵלֶם רְחֹקִים)."} +{"id":"H483","strongs_number":"H483","system":"hebrew","language":"hebrew","number_value":483,"lemma":"אִלֵּם","transliteration":"ʼillêm","pronunciation":"il-lame'","derivation":"from H481 (אָלַם);","strongs_definition":"speechless","kjv_definition":"dumb (man)."} +{"id":"H484","strongs_number":"H484","system":"hebrew","language":"hebrew","number_value":484,"lemma":"אַלְמֻגִּים","transliteration":"ʼalmuggîym","pronunciation":"al-moog-gheem'","derivation":"probably of foreign derivation (used thus only in the plural);","strongs_definition":"almug (i.e. probably sandle-wood) sticks","kjv_definition":"almug trees. Compare H418 (אַלְגּוּמִּים)."} +{"id":"H485","strongs_number":"H485","system":"hebrew","language":"hebrew","number_value":485,"lemma":"אֲלֻמָּה","transliteration":"ʼălummâh","pronunciation":"al-oom-maw'","derivation":"or (masculine) אָלֻם; passive participle of H481 (אָלַם);","strongs_definition":"something bound; a sheaf","kjv_definition":"sheaf."} +{"id":"H486","strongs_number":"H486","system":"hebrew","language":"hebrew","number_value":486,"lemma":"אַלְמוֹדָד","transliteration":"ʼAlmôwdâd","pronunciation":"al-mo-dawd'","derivation":"probably of foreign derivation","strongs_definition":"Almodad, a son of Joktan","kjv_definition":"Almodad."} +{"id":"H487","strongs_number":"H487","system":"hebrew","language":"hebrew","number_value":487,"lemma":"אַלַּמֶּלֶךְ","transliteration":"ʼAllammelek","pronunciation":"al-lam-meh'-lek","derivation":"from H427 (אַלָּה) and H4428 (מֶלֶךְ); oak of (the) king;","strongs_definition":"Allammelek, a place in Palestine","kjv_definition":"Alammelech."} +{"id":"H488","strongs_number":"H488","system":"hebrew","language":"hebrew","number_value":488,"lemma":"אַלְמָן","transliteration":"ʼalmân","pronunciation":"al-mawn'","derivation":"prolonged from H481 (אָלַם) in the sense of bereavement;","strongs_definition":"discarded (as a divorced person)","kjv_definition":"forsaken."} +{"id":"H489","strongs_number":"H489","system":"hebrew","language":"hebrew","number_value":489,"lemma":"אַלְמֹן","transliteration":"ʼalmôn","pronunciation":"al-mone'","derivation":"from H481 (אָלַם) as in H488 (אַלְמָן);","strongs_definition":"bereavement","kjv_definition":"widowhood."} +{"id":"H490","strongs_number":"H490","system":"hebrew","language":"hebrew","number_value":490,"lemma":"אַלְמָנָה","transliteration":"ʼalmânâh","pronunciation":"al-maw-naw'","derivation":"feminine of H488 (אַלְמָן);","strongs_definition":"a widow; also a desolate place","kjv_definition":"desolate house (palace), widow."} +{"id":"H491","strongs_number":"H491","system":"hebrew","language":"hebrew","number_value":491,"lemma":"אַלְמָנוּת","transliteration":"ʼalmânûwth","pronunciation":"al-maw-nooth'","derivation":"feminine of H488 (אַלְמָן);","strongs_definition":"concrete, a widow; abstract, widowhood","kjv_definition":"widow, widowhood."} +{"id":"H492","strongs_number":"H492","system":"hebrew","language":"hebrew","number_value":492,"lemma":"אַלְמֹנִי","transliteration":"ʼalmônîy","pronunciation":"al-mo-nee'","derivation":"from H489 (אַלְמֹן) in the sense of concealment;","strongs_definition":"some one (i.e. so and so, without giving the name of the person or place)","kjv_definition":"one, and such."} +{"id":"H493","strongs_number":"H493","system":"hebrew","language":"hebrew","number_value":493,"lemma":"אֶלְנַעַם","transliteration":"ʼElnaʻam","pronunciation":"el-nah'-am","derivation":"from H410 (אֵל) and H5276 (נָעֵם); God (is his) delight;","strongs_definition":"Elnaam, an Israelite","kjv_definition":"Elnaam."} +{"id":"H494","strongs_number":"H494","system":"hebrew","language":"hebrew","number_value":494,"lemma":"אֶלְנָתָן","transliteration":"ʼElnâthân","pronunciation":"el-naw-thawn'","derivation":"from H410 (אֵל) and H5414 (נָתַן); God (is the) giver;","strongs_definition":"Elnathan, the name of four Israelites","kjv_definition":"Elnathan."} +{"id":"H495","strongs_number":"H495","system":"hebrew","language":"hebrew","number_value":495,"lemma":"אֶלָּסָר","transliteration":"ʼEllâçâr","pronunciation":"el-law-sawr'","derivation":"probably of foreign derivation;","strongs_definition":"Ellasar, an early country of Asia","kjv_definition":"Ellasar."} +{"id":"H496","strongs_number":"H496","system":"hebrew","language":"hebrew","number_value":496,"lemma":"אֶלְעָד","transliteration":"ʼElʻâd","pronunciation":"el-awd'","derivation":"from H410 (אֵל) and H5749 (עוּד); God has testified;","strongs_definition":"Elad, an Israelite","kjv_definition":"Elead."} +{"id":"H497","strongs_number":"H497","system":"hebrew","language":"hebrew","number_value":497,"lemma":"אֶלְעָדָה","transliteration":"ʼElʻâdâh","pronunciation":"el-aw-daw'","derivation":"from H410 (אֵל) and H5710 (עָדָה); God has decked;","strongs_definition":"Eladah, an Israelite","kjv_definition":"Eladah."} +{"id":"H498","strongs_number":"H498","system":"hebrew","language":"hebrew","number_value":498,"lemma":"אֶלְעוּזַי","transliteration":"ʼElʻûwzay","pronunciation":"el-oo-zah'ee","derivation":"from H410 (אֵל) and H5756 (עוּז) (in the sense of H5797 (עֹז)); God (is) defensive;","strongs_definition":"Eluzai, an Israelite","kjv_definition":"Eluzai."} +{"id":"H499","strongs_number":"H499","system":"hebrew","language":"hebrew","number_value":499,"lemma":"אֶלְעָזָר","transliteration":"ʼElʻâzâr","pronunciation":"el-aw-zawr'","derivation":"from H410 (אֵל) and H5826 (עָזַר); God (is) helper;","strongs_definition":"Elazar, the name of seven Israelites","kjv_definition":"Eleazar."} +{"id":"H500","strongs_number":"H500","system":"hebrew","language":"hebrew","number_value":500,"lemma":"אֶלְעָלֵא","transliteration":"ʼElʻâlêʼ","pronunciation":"el-aw-lay'","derivation":"or (more properly) אֶלְעָלֵה; from H410 (אֵל) and H5927 (עָלָה); God (is) going up;","strongs_definition":"Elale or Elaleh, a place east of the Jordan","kjv_definition":"Elealeh."} +{"id":"H501","strongs_number":"H501","system":"hebrew","language":"hebrew","number_value":501,"lemma":"אֶלְעָשָׂה","transliteration":"ʼElʻâsâh","pronunciation":"el-aw-saw'","derivation":"from H410 (אֵל) and H6213 (עָשָׂה); God has made;","strongs_definition":"Elasah, the name of four Israelites","kjv_definition":"Elasah, Eleasah."} +{"id":"H502","strongs_number":"H502","system":"hebrew","language":"hebrew","number_value":502,"lemma":"אָלַף","transliteration":"ʼâlaph","pronunciation":"aw-lof'","derivation":"a primitive root, to associate with;","strongs_definition":"hence, to learn (and causatively to teach)","kjv_definition":"learn, teach, utter."} +{"id":"H503","strongs_number":"H503","system":"hebrew","language":"hebrew","number_value":503,"lemma":"אָלַף","transliteration":"ʼâlaph","pronunciation":"aw-laf'","derivation":"denominative from H505 (אֶלֶף);","strongs_definition":"causative, to make athousandfold","kjv_definition":"bring forth thousands."} +{"id":"H504","strongs_number":"H504","system":"hebrew","language":"hebrew","number_value":504,"lemma":"אֶלֶף","transliteration":"ʼeleph","pronunciation":"eh'-lef","derivation":"from H502 (אָלַף);","strongs_definition":"a family; also (from the sense of yoking or taming) an ox or cow","kjv_definition":"family, kine, oxen."} +{"id":"H505","strongs_number":"H505","system":"hebrew","language":"hebrew","number_value":505,"lemma":"אֶלֶף","transliteration":"ʼeleph","pronunciation":"eh'-lef","derivation":"prop, the same as H504 (אֶלֶף);","strongs_definition":"hence (the ox's head being the first letter of the alphabet, and this eventually used as a numeral) a thousand","kjv_definition":"thousand."} +{"id":"H506","strongs_number":"H506","system":"hebrew","language":"hebrew","number_value":506,"lemma":"אֲלַף","transliteration":"ʼălaph","pronunciation":"al-af'","derivation":"(Aramaic) or אֶלֶף; (Aramaic), corresponding to H505 (אֶלֶף)","strongs_definition":"{hence (the ox's head being the first letter of the alphabet, and this eventually used as a numeral) a thousand}","kjv_definition":"thousand."} +{"id":"H507","strongs_number":"H507","system":"hebrew","language":"hebrew","number_value":507,"lemma":"אֶלֶף","transliteration":"ʼEleph","pronunciation":"eh'-lef","derivation":"the same as H505 (אֶלֶף);","strongs_definition":"Eleph, a place in Palestine","kjv_definition":"Eleph."} +{"id":"H508","strongs_number":"H508","system":"hebrew","language":"hebrew","number_value":508,"lemma":"אֶלְפַּעַל","transliteration":"ʼElpaʻal","pronunciation":"el-pah'-al","derivation":"from H410 (אֵל) and H6466 (פָּעַל); God (is) act;","strongs_definition":"Elpaal, an Israelite","kjv_definition":"Elpaal."} +{"id":"H509","strongs_number":"H509","system":"hebrew","language":"hebrew","number_value":509,"lemma":"אָלַץ","transliteration":"ʼâlats","pronunciation":"aw-lats'","derivation":"a primitive root;","strongs_definition":"to press","kjv_definition":"urge."} +{"id":"H510","strongs_number":"H510","system":"hebrew","language":"hebrew","number_value":510,"lemma":"אַלְקוּם","transliteration":"ʼalqûwm","pronunciation":"al-koom'","derivation":"probably from H408 (אַל) and H6965 (קוּם);","strongs_definition":"a non-rising (i.e. resistlessness)","kjv_definition":"no rising up."} +{"id":"H511","strongs_number":"H511","system":"hebrew","language":"hebrew","number_value":511,"lemma":"אֶלְקָנָה","transliteration":"ʼElqânâh","pronunciation":"el-kaw-naw'","derivation":"from H410 (אֵל) and H7069 (קָנָה); God has obtained;","strongs_definition":"Elkanah, the name of several Israelites","kjv_definition":"Elkanah."} +{"id":"H512","strongs_number":"H512","system":"hebrew","language":"hebrew","number_value":512,"lemma":"אֶלְקֹשִׁי","transliteration":"ʼElqôshîy","pronunciation":"el-ko-shee'","derivation":"patrial from a name of uncertain derivation;","strongs_definition":"an Elkoshite or native of Elkosh","kjv_definition":"Elkoshite."} +{"id":"H513","strongs_number":"H513","system":"hebrew","language":"hebrew","number_value":513,"lemma":"אֶלְתּוֹלַד","transliteration":"ʼEltôwlad","pronunciation":"el-to-lad'","derivation":"probably from H410 (אֵל) and a masculine form of H8435 (תּוֹלְדָה) (compare H8434 (תּוֹלָד)); God (is) generator;","strongs_definition":"Eltolad, a place in Palestine","kjv_definition":"Eltolad."} +{"id":"H514","strongs_number":"H514","system":"hebrew","language":"hebrew","number_value":514,"lemma":"אֶלְתְּקֵא","transliteration":"ʼEltᵉqêʼ","pronunciation":"el-te-kay'","derivation":"or (more properly) אֶלְתְּקֵה; of uncertain derivation;","strongs_definition":"Eltekeh or Elteke, a place in Palestine","kjv_definition":"Eltekeh."} +{"id":"H515","strongs_number":"H515","system":"hebrew","language":"hebrew","number_value":515,"lemma":"אֶלְתְּקֹן","transliteration":"ʼEltᵉqôn","pronunciation":"el-te-kone'","derivation":"from H410 (אֵל) and H8626 (תָּקַן); God (is) straight;","strongs_definition":"Eltekon, a place in Palestine","kjv_definition":"Eltekon."} +{"id":"H516","strongs_number":"H516","system":"hebrew","language":"hebrew","number_value":516,"lemma":"אַל תַּשְׁחֵת","transliteration":"ʼAl tashchêth","pronunciation":"al tash-kayth'","derivation":"from H408 (אַל) and H7843 (שָׁחַת);","strongs_definition":"'Thou must not destroy'; probably the opening words to a popular song","kjv_definition":"Al-taschith."} +{"id":"H517","strongs_number":"H517","system":"hebrew","language":"hebrew","number_value":517,"lemma":"אֵם","transliteration":"ʼêm","pronunciation":"ame","derivation":"a primitive word;","strongs_definition":"a mother (as the bond of the family); in a wide sense (both literally and figuratively (like father))","kjv_definition":"dam, mother, [idiom] parting."} +{"id":"H518","strongs_number":"H518","system":"hebrew","language":"hebrew","number_value":518,"lemma":"אִם","transliteration":"ʼim","pronunciation":"eem","derivation":"a primitive particle;","strongs_definition":"used very widely as demonstrative, lo!; interrogative, whether?; or conditional, if, although; also Oh that!, when; hence, as a negative, not","kjv_definition":"(and, can-, doubtless, if, that) (not), [phrase] but, either, [phrase] except, [phrase] more(-over if, than), neither, nevertheless, nor, oh that, or, [phrase] save (only, -ing), seeing, since, sith, [phrase] surely (no more, none, not), though, [phrase] of a truth, [phrase] unless, [phrase] verily, when, whereas, whether, while, [phrase] yet."} +{"id":"H519","strongs_number":"H519","system":"hebrew","language":"hebrew","number_value":519,"lemma":"אָמָה","transliteration":"ʼâmâh","pronunciation":"aw-maw'","derivation":"apparently a primitive word;","strongs_definition":"a maidservant or female slave","kjv_definition":"(hand-) bondmaid(-woman), maid(-servant)."} +{"id":"H520","strongs_number":"H520","system":"hebrew","language":"hebrew","number_value":520,"lemma":"אַמָּה","transliteration":"ʼammâh","pronunciation":"am-maw'","derivation":"prolonged from H517 (אֵם);","strongs_definition":"properly, a mother (i.e. unit of measure, or the fore-arm (below the elbow), i.e. a cubit; also a door-base (as a bond of the entrance)","kjv_definition":"cubit, [phrase] hundred (by exchange for H3967 (מֵאָה)), measure, post."} +{"id":"H521","strongs_number":"H521","system":"hebrew","language":"hebrew","number_value":521,"lemma":"אַמָּה","transliteration":"ʼammâh","pronunciation":"am-maw'","derivation":"(Aramaic) corresponding to H520 (אַמָּה)","strongs_definition":"{properly, a mother (i.e. unit of measure, or the fore-arm (below the elbow), i.e. a cubit; also a door-base (as a bond of the entrance)}","kjv_definition":"cubit."} +{"id":"H522","strongs_number":"H522","system":"hebrew","language":"hebrew","number_value":522,"lemma":"אַמָּה","transliteration":"ʼAmmâh","pronunciation":"am-maw'","derivation":"the same as H520 (אַמָּה);","strongs_definition":"Ammah, a hill in Palestine","kjv_definition":"Ammah."} +{"id":"H523","strongs_number":"H523","system":"hebrew","language":"hebrew","number_value":523,"lemma":"אֻמַּה","transliteration":"ʼummah","pronunciation":"oom-maw'","derivation":"from the same as H517 (אֵם);","strongs_definition":"a collection, i.e. community of persons","kjv_definition":"nation, people."} +{"id":"H524","strongs_number":"H524","system":"hebrew","language":"hebrew","number_value":524,"lemma":"אֻמָּה","transliteration":"ʼummâh","pronunciation":"oom-maw'","derivation":"(Aramaic) corresponding to H523 (אֻמַּה)","strongs_definition":"{a collection, i.e. community of persons}","kjv_definition":"nation."} +{"id":"H525","strongs_number":"H525","system":"hebrew","language":"hebrew","number_value":525,"lemma":"אָמוֹן","transliteration":"ʼâmôwn","pronunciation":"aw-mone'","derivation":"from H539 (אָמַן), probably in the sense of training; like H542 (אָמָן)","strongs_definition":"skilled, i.e. an architect","kjv_definition":"one brought up."} +{"id":"H526","strongs_number":"H526","system":"hebrew","language":"hebrew","number_value":526,"lemma":"אָמוֹן","transliteration":"ʼÂmôwn","pronunciation":"aw-mone'","derivation":"the same as H525 (אָמוֹן);","strongs_definition":"Amon, the name of three Israelites","kjv_definition":"Amon."} +{"id":"H527","strongs_number":"H527","system":"hebrew","language":"hebrew","number_value":527,"lemma":"אָמוֹן","transliteration":"ʼâmôwn","pronunciation":"aw-mone'","derivation":"a variation for H1995 (הָמוֹן);","strongs_definition":"a throng of people","kjv_definition":"multitude."} +{"id":"H528","strongs_number":"H528","system":"hebrew","language":"hebrew","number_value":528,"lemma":"אָמוֹן","transliteration":"ʼÂmôwn","pronunciation":"aw-mone'","derivation":"of Egyptian derivation; used only as an adjunct of H4996 (נֹא)","strongs_definition":"Amon (i.e. Ammon or Amn), a deity of Egypt","kjv_definition":"multitude, populous."} +{"id":"H529","strongs_number":"H529","system":"hebrew","language":"hebrew","number_value":529,"lemma":"אֵמוּן","transliteration":"ʼêmûwn","pronunciation":"ay-moon'","derivation":"from H539 (אָמַן);","strongs_definition":"established, i.e. (figuratively) trusty; also (abstractly) trustworthiness","kjv_definition":"faith(-ful), truth."} +{"id":"H530","strongs_number":"H530","system":"hebrew","language":"hebrew","number_value":530,"lemma":"אֱמוּנָה","transliteration":"ʼĕmûwnâh","pronunciation":"em-oo-naw'","derivation":"or (shortened) אֱמֻנָה; feminine of H529 (אֵמוּן);","strongs_definition":"literally firmness; figuratively security; morally fidelity","kjv_definition":"faith(-ful, -ly, -ness, (man)), set office, stability, steady, truly, truth, verily."} +{"id":"H531","strongs_number":"H531","system":"hebrew","language":"hebrew","number_value":531,"lemma":"אָמוֹץ","transliteration":"ʼÂmôwts","pronunciation":"aw-mohts'","derivation":"from H553 (אָמַץ); strong;","strongs_definition":"Amots, an Israelite","kjv_definition":"Amoz."} +{"id":"H532","strongs_number":"H532","system":"hebrew","language":"hebrew","number_value":532,"lemma":"אָמִי","transliteration":"ʼÂmîy","pronunciation":"aw-mee'","derivation":"an abbreviated form for H526 (אָמוֹן);","strongs_definition":"Ami, an Israelite","kjv_definition":"Ami."} +{"id":"H533","strongs_number":"H533","system":"hebrew","language":"hebrew","number_value":533,"lemma":"אַמִּיץ","transliteration":"ʼammîyts","pronunciation":"am-meets'","derivation":"or (shortened) אַמִּץ; from H553 (אָמַץ);","strongs_definition":"strong or (abstractly) strength","kjv_definition":"courageous, mighty, strong (one)."} +{"id":"H534","strongs_number":"H534","system":"hebrew","language":"hebrew","number_value":534,"lemma":"אָמִיר","transliteration":"ʼâmîyr","pronunciation":"aw-meer'","derivation":"apparently from H559 (אָמַר) (in the sense of self-exaltation);","strongs_definition":"a summit (of a tree or mountain","kjv_definition":"bough, branch."} +{"id":"H535","strongs_number":"H535","system":"hebrew","language":"hebrew","number_value":535,"lemma":"אָמַל","transliteration":"ʼâmal","pronunciation":"aw-mal'","derivation":"a primitive root;","strongs_definition":"to droop; by implication to be sick, to mourn","kjv_definition":"languish, be weak, wax feeble."} +{"id":"H536","strongs_number":"H536","system":"hebrew","language":"hebrew","number_value":536,"lemma":"אֻמְלַל","transliteration":"ʼumlal","pronunciation":"oom-lal'","derivation":"from H535 (אָמַל);","strongs_definition":"sick","kjv_definition":"weak."} +{"id":"H537","strongs_number":"H537","system":"hebrew","language":"hebrew","number_value":537,"lemma":"אֲמֵלָל","transliteration":"ʼămêlâl","pronunciation":"am-ay-lawl'","derivation":"from H535 (אָמַל);","strongs_definition":"languid","kjv_definition":"feeble."} +{"id":"H538","strongs_number":"H538","system":"hebrew","language":"hebrew","number_value":538,"lemma":"אֲמָם","transliteration":"ʼĂmâm","pronunciation":"am-awm'","derivation":"from H517 (אֵם); gathering-spot;","strongs_definition":"Amam, a place in Palestine","kjv_definition":"Amam."} +{"id":"H539","strongs_number":"H539","system":"hebrew","language":"hebrew","number_value":539,"lemma":"אָמַן","transliteration":"ʼâman","pronunciation":"aw-man'","derivation":"a primitive root; (Isaiah 30:21; interchangeable with H541 (אָמַן), to go to the right hand)","strongs_definition":"properly, to build up or support; to foster as a parent or nurse; figuratively to render (or be) firm or faithful, to trust or believe, to be permanent or quiet; morally to be true or certain;","kjv_definition":"hence, assurance, believe, bring up, establish, [phrase] fail, be faithful (of long continuance, stedfast, sure, surely, trusty, verified), nurse, (-ing father), (put), trust, turn to the right."} +{"id":"H540","strongs_number":"H540","system":"hebrew","language":"hebrew","number_value":540,"lemma":"אֲמַן","transliteration":"ʼăman","pronunciation":"am-an'","derivation":"(Aramaic) corresponding to H539 (אָמַן)","strongs_definition":"{properly, to build up or support; to foster as a parent or nurse; figuratively to render (or be) firm or faithful, to trust or believe, to be permanent or quiet; morally to be true or certain};","kjv_definition":"believe, faithful, sure."} +{"id":"H541","strongs_number":"H541","system":"hebrew","language":"hebrew","number_value":541,"lemma":"אָמַן","transliteration":"ʼâman","pronunciation":"aw-man'","derivation":"denominative from H3225 (יָמִין);","strongs_definition":"to take the right hand road","kjv_definition":"turn to the right. See H539 (אָמַן)."} +{"id":"H542","strongs_number":"H542","system":"hebrew","language":"hebrew","number_value":542,"lemma":"אָמָן","transliteration":"ʼâmân","pronunciation":"aw-mawn'","derivation":"from H539 (אָמַן) (in the sense of training);","strongs_definition":"an expert","kjv_definition":"cunning workman."} +{"id":"H543","strongs_number":"H543","system":"hebrew","language":"hebrew","number_value":543,"lemma":"אָמֵן","transliteration":"ʼâmên","pronunciation":"aw-mane'","derivation":"from H539 (אָמַן);","strongs_definition":"sure; abstract, faithfulness; adverb, truly","kjv_definition":"Amen, so be it, truth."} +{"id":"H544","strongs_number":"H544","system":"hebrew","language":"hebrew","number_value":544,"lemma":"אֹמֶן","transliteration":"ʼômen","pronunciation":"oh-men'","derivation":"from H539 (אָמַן);","strongs_definition":"verity","kjv_definition":"truth."} +{"id":"H545","strongs_number":"H545","system":"hebrew","language":"hebrew","number_value":545,"lemma":"אׇמְנָה","transliteration":"ʼomnâh","pronunciation":"om-naw'","derivation":"feminine of H544 (אֹמֶן) (in the specific sense of training);","strongs_definition":"tutelage","kjv_definition":"brought up."} +{"id":"H546","strongs_number":"H546","system":"hebrew","language":"hebrew","number_value":546,"lemma":"אׇמְנָה","transliteration":"ʼomnâh","pronunciation":"om-naw'","derivation":"feminine form of H544 (אֹמֶן) (in its usual sense);","strongs_definition":"adverb, surely","kjv_definition":"indeed."} +{"id":"H547","strongs_number":"H547","system":"hebrew","language":"hebrew","number_value":547,"lemma":"אֹמְנָה","transliteration":"ʼômᵉnâh","pronunciation":"om-me-naw'","derivation":"feminine active participle of H544 (אֹמֶן) (in the original sense of supporting);","strongs_definition":"a column","kjv_definition":"pillar."} +{"id":"H548","strongs_number":"H548","system":"hebrew","language":"hebrew","number_value":548,"lemma":"אֲמָנָה","transliteration":"ʼămânâh","pronunciation":"am-aw-naw'","derivation":"feminine of H543 (אָמֵן);","strongs_definition":"something fixed, i.e. a covenant. an allowance","kjv_definition":"certain portion, sure."} +{"id":"H549","strongs_number":"H549","system":"hebrew","language":"hebrew","number_value":549,"lemma":"אֲמָנָה","transliteration":"ʼĂmânâh","pronunciation":"am-aw-naw'","derivation":"the same as H548 (אֲמָנָה);","strongs_definition":"Amanah, a mountain near Damascus","kjv_definition":"Amana."} +{"id":"H550","strongs_number":"H550","system":"hebrew","language":"hebrew","number_value":550,"lemma":"אַמְנוֹן","transliteration":"ʼAmnôwn","pronunciation":"am-nohn'","derivation":"or אֲמִינוֹן; from H539 (אָמַן); faithful;","strongs_definition":"Amnon (or Aminon), a son of David","kjv_definition":"Amnon."} +{"id":"H551","strongs_number":"H551","system":"hebrew","language":"hebrew","number_value":551,"lemma":"אׇמְנָם","transliteration":"ʼomnâm","pronunciation":"om-nawm'","derivation":"adverb from H544 (אֹמֶן);","strongs_definition":"verily","kjv_definition":"indeed, no doubt, surely, (it is, of a) true(-ly, -th)."} +{"id":"H552","strongs_number":"H552","system":"hebrew","language":"hebrew","number_value":552,"lemma":"אֻמְנָם","transliteration":"ʼumnâm","pronunciation":"oom-nawm'","derivation":"an orthographical variation of H551 (אׇמְנָם)","strongs_definition":"{verily}","kjv_definition":"in (very) deed; of a surety."} +{"id":"H553","strongs_number":"H553","system":"hebrew","language":"hebrew","number_value":553,"lemma":"אָמַץ","transliteration":"ʼâmats","pronunciation":"aw-mats'","derivation":"a primitive root;","strongs_definition":"to be alert, physically (on foot) or mentally (in courage)","kjv_definition":"confirm, be courageous (of good courage, stedfastly minded, strong, stronger), establish, fortify, harden, increase, prevail, strengthen (self), make strong (obstinate, speed)."} +{"id":"H554","strongs_number":"H554","system":"hebrew","language":"hebrew","number_value":554,"lemma":"אָמֹץ","transliteration":"ʼâmôts","pronunciation":"aw-mohts'","derivation":"probably from H553 (אָמַץ);","strongs_definition":"of a strong color, i.e. red (others fleet)","kjv_definition":"bay."} +{"id":"H555","strongs_number":"H555","system":"hebrew","language":"hebrew","number_value":555,"lemma":"אֹמֶץ","transliteration":"ʼômets","pronunciation":"o'-mets","derivation":"from H553 (אָמַץ);","strongs_definition":"strength","kjv_definition":"stronger."} +{"id":"H556","strongs_number":"H556","system":"hebrew","language":"hebrew","number_value":556,"lemma":"אַמְצָה","transliteration":"ʼamtsâh","pronunciation":"am-tsaw'","derivation":"from H553 (אָמַץ);","strongs_definition":"force","kjv_definition":"strength."} +{"id":"H557","strongs_number":"H557","system":"hebrew","language":"hebrew","number_value":557,"lemma":"אַמְצִי","transliteration":"ʼAmtsîy","pronunciation":"am-tsee'","derivation":"from H553 (אָמַץ); strong;","strongs_definition":"Amtsi, an Israelite","kjv_definition":"Amzi."} +{"id":"H558","strongs_number":"H558","system":"hebrew","language":"hebrew","number_value":558,"lemma":"אֲמַצְיָה","transliteration":"ʼĂmatsyâh","pronunciation":"am-ats-yaw'","derivation":"or אֲמַצְיָהוּ; from H553 (אָמַץ) and H3050 (יָהּ); strength of Jah;","strongs_definition":"Amatsjah, the name of four Israelites","kjv_definition":"Amaziah."} +{"id":"H559","strongs_number":"H559","system":"hebrew","language":"hebrew","number_value":559,"lemma":"אָמַר","transliteration":"ʼâmar","pronunciation":"aw-mar'","derivation":"a primitive root;","strongs_definition":"to say (used with great latitude)","kjv_definition":"answer, appoint, avouch, bid, boast self, call, certify, challenge, charge, [phrase] (at the, give) command(-ment), commune, consider, declare, demand, [idiom] desire, determine, [idiom] expressly, [idiom] indeed, [idiom] intend, name, [idiom] plainly, promise, publish, report, require, say, speak (against, of), [idiom] still, [idiom] suppose, talk, tell, term, [idiom] that is, [idiom] think, use (speech), utter, [idiom] verily, [idiom] yet."} +{"id":"H560","strongs_number":"H560","system":"hebrew","language":"hebrew","number_value":560,"lemma":"אֲמַר","transliteration":"ʼămar","pronunciation":"am-ar'","derivation":"(Aramaic) corresponding to H559 (אָמַר)","strongs_definition":"{to say (used with great latitude)}","kjv_definition":"command, declare, say, speak, tell."} +{"id":"H561","strongs_number":"H561","system":"hebrew","language":"hebrew","number_value":561,"lemma":"אֵמֶר","transliteration":"ʼêmer","pronunciation":"ay'-mer","derivation":"from H559 (אָמַר);","strongs_definition":"something said","kjv_definition":"answer, [idiom] appointed unto him, saying, speech, word."} +{"id":"H562","strongs_number":"H562","system":"hebrew","language":"hebrew","number_value":562,"lemma":"אֹמֶר","transliteration":"ʼômer","pronunciation":"o'-mer","derivation":"the same as H561 (אֵמֶר)","strongs_definition":"{something said}","kjv_definition":"promise, speech, thing, word."} +{"id":"H563","strongs_number":"H563","system":"hebrew","language":"hebrew","number_value":563,"lemma":"אִמַּר","transliteration":"ʼimmar","pronunciation":"im-mar'","derivation":"(Aramaic) perhaps from H560 (אֲמַר) (in the sense of bringing forth);","strongs_definition":"a lamb","kjv_definition":"lamb."} +{"id":"H564","strongs_number":"H564","system":"hebrew","language":"hebrew","number_value":564,"lemma":"אִמֵּר","transliteration":"ʼImmêr","pronunciation":"im-mare'","derivation":"from H559 (אָמַר); talkative;","strongs_definition":"Immer, the name of five Israelites","kjv_definition":"Immer."} +{"id":"H565","strongs_number":"H565","system":"hebrew","language":"hebrew","number_value":565,"lemma":"אִמְרָה","transliteration":"ʼimrâh","pronunciation":"im-raw'","derivation":"or אֶמְרָה; feminine of H561 (אֵמֶר), and meaning the same","strongs_definition":"{something said}","kjv_definition":"commandment, speech, word."} +{"id":"H566","strongs_number":"H566","system":"hebrew","language":"hebrew","number_value":566,"lemma":"אִמְרִי","transliteration":"ʼImrîy","pronunciation":"im-ree'","derivation":"from H564 (אִמֵּר);","strongs_definition":"Imri, the name of two Israelites","kjv_definition":"Imri."} +{"id":"H567","strongs_number":"H567","system":"hebrew","language":"hebrew","number_value":567,"lemma":"אֱמֹרִי","transliteration":"ʼĔmôrîy","pronunciation":"em-o-ree'","derivation":"probably a patronymic from an unused name derived from H559 (אָמַר) in the sense of publicity, i.e. prominence; thus, a mountaineer;","strongs_definition":"an Emorite, one of the Canaanitish tribes","kjv_definition":"Amorite."} +{"id":"H568","strongs_number":"H568","system":"hebrew","language":"hebrew","number_value":568,"lemma":"אֲמַרְיָה","transliteration":"ʼĂmaryâh","pronunciation":"am-ar-yaw'","derivation":"or prolonged אֲמַרְיָהוּ; from H559 (אָמַר) and H3050 (יָהּ); Jah has said (i.e. promised);","strongs_definition":"Amarjah, the name of nine Israelites","kjv_definition":"Amariah."} +{"id":"H569","strongs_number":"H569","system":"hebrew","language":"hebrew","number_value":569,"lemma":"אַמְרָפֶל","transliteration":"ʼAmrâphel","pronunciation":"am-raw-fel'","derivation":"of uncertain (perhaps foreign) derivation;","strongs_definition":"Amraphel, a king of Shinar","kjv_definition":"Amraphel."} +{"id":"H570","strongs_number":"H570","system":"hebrew","language":"hebrew","number_value":570,"lemma":"אֶמֶשׁ","transliteration":"ʼemesh","pronunciation":"eh'-mesh","derivation":"time past, i.e.","strongs_definition":"yesterday or last night","kjv_definition":"former time, yesterday(-night)"} +{"id":"H571","strongs_number":"H571","system":"hebrew","language":"hebrew","number_value":571,"lemma":"אֶמֶת","transliteration":"ʼemeth","pronunciation":"eh'-meth","derivation":"contracted from H539 (אָמַן);","strongs_definition":"stability; (figuratively) certainty, truth, trustworthiness","kjv_definition":"assured(-ly), establishment, faithful, right, sure, true (-ly, -th), verity."} +{"id":"H572","strongs_number":"H572","system":"hebrew","language":"hebrew","number_value":572,"lemma":"אַמְתַּחַת","transliteration":"ʼamtachath","pronunciation":"am-takh'-ath","derivation":"from H4969 (מָתַח);","strongs_definition":"properly, something expansive, i.e. a bag","kjv_definition":"sack."} +{"id":"H573","strongs_number":"H573","system":"hebrew","language":"hebrew","number_value":573,"lemma":"אֲמִתַּי","transliteration":"ʼĂmittay","pronunciation":"am-it-tah'ee","derivation":"from H571 (אֶמֶת); veracious;","strongs_definition":"Amittai, an Israelite","kjv_definition":"Amittai."} +{"id":"H574","strongs_number":"H574","system":"hebrew","language":"hebrew","number_value":574,"lemma":"אֵמְתָּנִי","transliteration":"ʼêmᵉtânîy","pronunciation":"em-taw-nee'","derivation":"(Aramaic) from a root corresponding to that of H4975 (מֹתֶן);","strongs_definition":"well-loined (i.e. burly) or mighty","kjv_definition":"terrible."} +{"id":"H575","strongs_number":"H575","system":"hebrew","language":"hebrew","number_value":575,"lemma":"אָן","transliteration":"ʼân","pronunciation":"awn","derivation":"or אָנָה; contracted from H370 (אַיִן);","strongs_definition":"where?; hence, whither?, when?; also hither and thither","kjv_definition":"[phrase] any (no) whither, now, where, whither(-soever)."} +{"id":"H576","strongs_number":"H576","system":"hebrew","language":"hebrew","number_value":576,"lemma":"אֲנָא","transliteration":"ʼănâʼ","pronunciation":"an-aw'","derivation":"(Aramaic) or אֲנָה; (Aramaic), corresponding to H589 (אֲנִי)lemma אֲנַי second vowel, corrected to אֲנִי;","strongs_definition":"I","kjv_definition":"I, as for me."} +{"id":"H577","strongs_number":"H577","system":"hebrew","language":"hebrew","number_value":577,"lemma":"אָנָּא","transliteration":"ʼânnâʼ","pronunciation":"awn-naw'","derivation":"or אָנָּה; apparent contracted from H160 (אַהֲבָה) and H4994 (נָא);","strongs_definition":"oh now!","kjv_definition":"I (me) beseech (pray) thee, O."} +{"id":"H578","strongs_number":"H578","system":"hebrew","language":"hebrew","number_value":578,"lemma":"אָנָה","transliteration":"ʼânâh","pronunciation":"aw-naw'","derivation":"a primitive root;","strongs_definition":"to groan","kjv_definition":"lament, mourn."} +{"id":"H579","strongs_number":"H579","system":"hebrew","language":"hebrew","number_value":579,"lemma":"אָנָה","transliteration":"ʼânâh","pronunciation":"aw-naw'","derivation":"a primitive root (perhaps rather identical with H578 (אָנָה) through the idea of contraction in anguish);","strongs_definition":"to approach; hence, to meet in various senses","kjv_definition":"befall, deliver, happen, seek a quarrel."} +{"id":"H580","strongs_number":"H580","system":"hebrew","language":"hebrew","number_value":580,"lemma":"אֲנוּ","transliteration":"ʼănûw","pronunciation":"an-oo'","derivation":"contracted for H587 (אֲנַחְנוּ);","strongs_definition":"we","kjv_definition":"we."} +{"id":"H581","strongs_number":"H581","system":"hebrew","language":"hebrew","number_value":581,"lemma":"אִנּוּן","transliteration":"ʼinnûwn","pronunciation":"in-noon'","derivation":"(Aramaic) or (feminine) אִנִּיןlemma אֵנִּין first vowel, corrected to אִנִּין; (Aramaic), corresponding to H1992 (הֵם);","strongs_definition":"they","kjv_definition":"[idiom] are, them, these."} +{"id":"H582","strongs_number":"H582","system":"hebrew","language":"hebrew","number_value":582,"lemma":"אֱנוֹשׁ","transliteration":"ʼĕnôwsh","pronunciation":"en-oshe'","derivation":"from H605 (אָנַשׁ); properly, a mortal (and thus differing from the more dignified H120 (אָדָם)); hence,","strongs_definition":"a man in general (singly or collectively)","kjv_definition":"another, [idiom] (blood-) thirsty, certain, chap(-man); divers, fellow, [idiom] in the flower of their age, husband, (certain, mortal) man, people, person, servant, some ([idiom] of them), [phrase] stranger, those, [phrase] their trade. It is often unexpressed in the English versions, especially when used in apposition with another word. Compare H376 (אִישׁ)."} +{"id":"H583","strongs_number":"H583","system":"hebrew","language":"hebrew","number_value":583,"lemma":"אֱנוֹשׁ","transliteration":"ʼĔnôwsh","pronunciation":"en-ohsh'","derivation":"the same as H582 (אֱנוֹשׁ);","strongs_definition":"Enosh, a son of Seth","kjv_definition":"Enos."} +{"id":"H584","strongs_number":"H584","system":"hebrew","language":"hebrew","number_value":584,"lemma":"אָנַח","transliteration":"ʼânach","pronunciation":"aw-nakh'","derivation":"a primitive root;","strongs_definition":"to sigh","kjv_definition":"groan, mourn, sigh."} +{"id":"H585","strongs_number":"H585","system":"hebrew","language":"hebrew","number_value":585,"lemma":"אֲנָחָה","transliteration":"ʼănâchâh","pronunciation":"an-aw-khaw'","derivation":"from H585 (אֲנָחָה);","strongs_definition":"sighing","kjv_definition":"groaning, mourn, sigh."} +{"id":"H586","strongs_number":"H586","system":"hebrew","language":"hebrew","number_value":586,"lemma":"אֲנַחְנָא","transliteration":"ʼănachnâʼ","pronunciation":"an-akh'-naw","derivation":"(Aramaic) or אֲנַחְנָה; (Aramaic), corresponding to H587 (אֲנַחְנוּ);","strongs_definition":"we","kjv_definition":"we."} +{"id":"H587","strongs_number":"H587","system":"hebrew","language":"hebrew","number_value":587,"lemma":"אֲנַחְנוּ","transliteration":"ʼănachnûw","pronunciation":"an-akh'-noo","derivation":"apparently from H595 (אָנֹכִי);","strongs_definition":"we","kjv_definition":"ourselves, us, we."} +{"id":"H588","strongs_number":"H588","system":"hebrew","language":"hebrew","number_value":588,"lemma":"אֲנָחֲרָת","transliteration":"ʼĂnâchărâth","pronunciation":"an-aw-kha-rawth'","derivation":"probably from the same root as H5170 (נַחַר); a gorge or narrow pass;","strongs_definition":"Anacharath, a place in Palestine","kjv_definition":"Anaharath."} +{"id":"H589","strongs_number":"H589","system":"hebrew","language":"hebrew","number_value":589,"lemma":"אֲנִי","transliteration":"ʼănîy","pronunciation":"an-ee'","derivation":"contracted from H595 (אָנֹכִי);","strongs_definition":"I","kjv_definition":"I, (as for) me, mine, myself, we, [idiom] which, [idiom] who."} +{"id":"H590","strongs_number":"H590","system":"hebrew","language":"hebrew","number_value":590,"lemma":"אֳנִי","transliteration":"ʼŏnîy","pronunciation":"on-ee'","derivation":"probably from H579 (אָנָה) (in the sense of conveyance);","strongs_definition":"-a ship or (collectively) a fleet","kjv_definition":"galley, navy (of ships)."} +{"id":"H591","strongs_number":"H591","system":"hebrew","language":"hebrew","number_value":591,"lemma":"אֳנִיָּה","transliteration":"ʼŏnîyâh","pronunciation":"on-ee-yaw'","derivation":"feminine of H590 (אֳנִי);","strongs_definition":"a ship","kjv_definition":"ship(-men)."} +{"id":"H592","strongs_number":"H592","system":"hebrew","language":"hebrew","number_value":592,"lemma":"אֲנִיָּה","transliteration":"ʼănîyâh","pronunciation":"an-ee-yaw'","derivation":"from H578 (אָנָה);","strongs_definition":"groaning","kjv_definition":"lamentation, sorrow."} +{"id":"H593","strongs_number":"H593","system":"hebrew","language":"hebrew","number_value":593,"lemma":"אֲנִיעָם","transliteration":"ʼĂnîyʻâm","pronunciation":"an-ee-awm'","derivation":"from H578 (אָנָה) and H5971 (עַם); groaning of (the) people;","strongs_definition":"Aniam, an Israelite","kjv_definition":"Aniam."} +{"id":"H594","strongs_number":"H594","system":"hebrew","language":"hebrew","number_value":594,"lemma":"אֲנָךְ","transliteration":"ʼănâk","pronunciation":"an-awk'","derivation":"probably from an unused root meaning to be narrow;","strongs_definition":"according to most a plumb-line, and to others a hook","kjv_definition":"plumb-line"} +{"id":"H595","strongs_number":"H595","system":"hebrew","language":"hebrew","number_value":595,"lemma":"אָנֹכִי","transliteration":"ʼânôkîy","pronunciation":"aw-no-kee'","derivation":"sometimes, ; a primitive pronoun;","strongs_definition":"I","kjv_definition":"I, me, [idiom] which."} +{"id":"H596","strongs_number":"H596","system":"hebrew","language":"hebrew","number_value":596,"lemma":"אָנַן","transliteration":"ʼânan","pronunciation":"aw-nan'","derivation":"a primitive root;","strongs_definition":"to mourn, i.e. complain","kjv_definition":"complain."} +{"id":"H597","strongs_number":"H597","system":"hebrew","language":"hebrew","number_value":597,"lemma":"אָנַס","transliteration":"ʼânaç","pronunciation":"aw-nas'","derivation":null,"strongs_definition":"to insist","kjv_definition":"compel."} +{"id":"H598","strongs_number":"H598","system":"hebrew","language":"hebrew","number_value":598,"lemma":"אֲנַס","transliteration":"ʼănaç","pronunciation":"an-as'","derivation":"(Aramaic) corresponding to H597 (אָנַס);","strongs_definition":"figuratively, to distress","kjv_definition":"trouble."} +{"id":"H599","strongs_number":"H599","system":"hebrew","language":"hebrew","number_value":599,"lemma":"אָנַף","transliteration":"ʼânaph","pronunciation":"aw-naf'","derivation":"a primitive root;","strongs_definition":"to breathe hard, i.e. be enraged","kjv_definition":"be angry (displeased)."} +{"id":"H600","strongs_number":"H600","system":"hebrew","language":"hebrew","number_value":600,"lemma":"אֲנַף","transliteration":"ʼănaph","pronunciation":"an-af'","derivation":"(Aramaic) corresponding to H639 (אַף) (only in the plural as a singular);","strongs_definition":"the face","kjv_definition":"face, visage."} +{"id":"H601","strongs_number":"H601","system":"hebrew","language":"hebrew","number_value":601,"lemma":"אֲנָפָה","transliteration":"ʼănâphâh","pronunciation":"an-aw-faw'","derivation":"from H599 (אָנַף);","strongs_definition":"an unclean bird, perhaps the parrot (from its irascibility)","kjv_definition":"heron."} +{"id":"H602","strongs_number":"H602","system":"hebrew","language":"hebrew","number_value":602,"lemma":"אָנַק","transliteration":"ʼânaq","pronunciation":"aw-nak'","derivation":"a primitive root;","strongs_definition":"to shriek","kjv_definition":"cry, groan."} +{"id":"H603","strongs_number":"H603","system":"hebrew","language":"hebrew","number_value":603,"lemma":"אֲנָקָה","transliteration":"ʼănâqâh","pronunciation":"an-aw-kaw'","derivation":"from H602 (אָנַק);","strongs_definition":"shrieking","kjv_definition":"crying out, groaning, sighing."} +{"id":"H604","strongs_number":"H604","system":"hebrew","language":"hebrew","number_value":604,"lemma":"אֲנָקָה","transliteration":"ʼănâqâh","pronunciation":"an-aw-kaw'","derivation":"the same as H603 (אֲנָקָה);","strongs_definition":"some kind of lizard, probably the gecko (from its wail)","kjv_definition":"ferret."} +{"id":"H605","strongs_number":"H605","system":"hebrew","language":"hebrew","number_value":605,"lemma":"אָנַשׁ","transliteration":"ʼânash","pronunciation":"aw-nash'","derivation":"a primitive root;","strongs_definition":"to be frail, feeble, or (figuratively) melancholy","kjv_definition":"desperate(-ly wicked), incurable, sick, woeful."} +{"id":"H606","strongs_number":"H606","system":"hebrew","language":"hebrew","number_value":606,"lemma":"אֱנָשׁ","transliteration":"ʼĕnâsh","pronunciation":"en-awsh'","derivation":"(Aramaic) or אֱנַשׁ; (Aramaic), corresponding to H582 (אֱנוֹשׁ);","strongs_definition":"a man","kjv_definition":"man, [phrase] whosoever."} +{"id":"H607","strongs_number":"H607","system":"hebrew","language":"hebrew","number_value":607,"lemma":"אַנְתָּה","transliteration":"ʼantâh","pronunciation":"an-taw'","derivation":"(Aramaic) corresponding to H859 (אַתָּה);","strongs_definition":"thou","kjv_definition":"as for thee, thou."} +{"id":"H608","strongs_number":"H608","system":"hebrew","language":"hebrew","number_value":608,"lemma":"אַנְתּוּן","transliteration":"ʼantûwn","pronunciation":"an-toon'","derivation":"(Aramaic) plural of H607 (אַנְתָּה);","strongs_definition":"ye","kjv_definition":"ye."} +{"id":"H609","strongs_number":"H609","system":"hebrew","language":"hebrew","number_value":609,"lemma":"אָסָא","transliteration":"ʼÂçâʼ","pronunciation":"aw-saw'","derivation":"of uncertain derivation;","strongs_definition":"Asa, the name of a king and of a Levite","kjv_definition":"Asa."} +{"id":"H610","strongs_number":"H610","system":"hebrew","language":"hebrew","number_value":610,"lemma":"אָסוּךְ","transliteration":"ʼâçûwk","pronunciation":"aw-sook'","derivation":"from H5480 (סוּךְ);","strongs_definition":"anointed, i.e. an oil-flask","kjv_definition":"pot."} +{"id":"H611","strongs_number":"H611","system":"hebrew","language":"hebrew","number_value":611,"lemma":"אָסוֹן","transliteration":"ʼâçôwn","pronunciation":"aws-sone'","derivation":"of uncertain derivation;","strongs_definition":"hurt","kjv_definition":"mischief."} +{"id":"H612","strongs_number":"H612","system":"hebrew","language":"hebrew","number_value":612,"lemma":"אֵסוּר","transliteration":"ʼêçûwr","pronunciation":"ay-soor'","derivation":"from H631 (אָסַר);","strongs_definition":"a bond (especially manacles of a prisoner)","kjv_definition":"band, [phrase] prison."} +{"id":"H613","strongs_number":"H613","system":"hebrew","language":"hebrew","number_value":613,"lemma":"אֱסוּר","transliteration":"ʼĕçûwr","pronunciation":"es-oor'","derivation":"(Aramaic) corresponding to H612 (אֵסוּר)","strongs_definition":"{a bond (especially manacles of a prisoner)}","kjv_definition":"band, imprisonment."} +{"id":"H614","strongs_number":"H614","system":"hebrew","language":"hebrew","number_value":614,"lemma":"אָסִיף","transliteration":"ʼâçîyph","pronunciation":"aw-seef'","derivation":"or אָסִף; from H622 (אָסַף);","strongs_definition":"gathered, i.e. (abstractly) a gathering in of crops","kjv_definition":"ingathering."} +{"id":"H615","strongs_number":"H615","system":"hebrew","language":"hebrew","number_value":615,"lemma":"אָסִיר","transliteration":"ʼâçîyr","pronunciation":"aw-sere'","derivation":"from H631 (אָסַר);","strongs_definition":"bound, i.e. a captive","kjv_definition":"(those which are) bound, prisoner."} +{"id":"H616","strongs_number":"H616","system":"hebrew","language":"hebrew","number_value":616,"lemma":"אַסִּיר","transliteration":"ʼaççîyr","pronunciation":"as-sere'","derivation":"for H615 (אָסִיר)","strongs_definition":"{bound, i.e. a captive}","kjv_definition":"prisoner."} +{"id":"H617","strongs_number":"H617","system":"hebrew","language":"hebrew","number_value":617,"lemma":"אַסִּיר","transliteration":"ʼAççîyr","pronunciation":"as-sere'","derivation":"the same as H616 (אַסִּיר); prisoner;","strongs_definition":"Assir, the name of two Israelites","kjv_definition":"Assir."} +{"id":"H618","strongs_number":"H618","system":"hebrew","language":"hebrew","number_value":618,"lemma":"אָסָם","transliteration":"ʼâçâm","pronunciation":"aw-sawm'","derivation":"from an unused root meaning to heap together;","strongs_definition":"a storehouse (only in the plural)","kjv_definition":"barn, storehouse."} +{"id":"H619","strongs_number":"H619","system":"hebrew","language":"hebrew","number_value":619,"lemma":"אַסְנָה","transliteration":"ʼAçnâh","pronunciation":"as-naw'","derivation":"of uncertain derivation;","strongs_definition":"Asnah, one of the Nethinim","kjv_definition":"Asnah."} +{"id":"H620","strongs_number":"H620","system":"hebrew","language":"hebrew","number_value":620,"lemma":"אׇסְנַפַּר","transliteration":"ʼOçnappar","pronunciation":"os-nap-par'","derivation":"of foreign derivation;","strongs_definition":"Osnappar, an Assyrian king","kjv_definition":"Asnapper."} +{"id":"H621","strongs_number":"H621","system":"hebrew","language":"hebrew","number_value":621,"lemma":"אָסְנַת","transliteration":"ʼÂçᵉnath","pronunciation":"aw-se-nath'","derivation":"of Egyptian derivation;","strongs_definition":"Asenath, the wife of Joseph","kjv_definition":"Asenath."} +{"id":"H622","strongs_number":"H622","system":"hebrew","language":"hebrew","number_value":622,"lemma":"אָסַף","transliteration":"ʼâçaph","pronunciation":"aw-saf'","derivation":"a primitive root;","strongs_definition":"to gather for any purpose; hence, to receive, take away, i.e. remove (destroy, leave behind, put up, restore, etc.)","kjv_definition":"assemble, bring, consume, destroy, felch, gather (in, together, up again), [idiom] generally, get (him), lose, put all together, receive, recover (another from leprosy), (be) rereward, [idiom] surely, take (away, into, up), [idiom] utterly, withdraw."} +{"id":"H623","strongs_number":"H623","system":"hebrew","language":"hebrew","number_value":623,"lemma":"אָסָף","transliteration":"ʼÂçâph","pronunciation":"aw-sawf'","derivation":"from H622 (אָסַף); collector;","strongs_definition":"Asaph, the name of three Israelites, and of the family of the first","kjv_definition":"Asaph."} +{"id":"H624","strongs_number":"H624","system":"hebrew","language":"hebrew","number_value":624,"lemma":"אָסֻף","transliteration":"ʼâçuph","pronunciation":"aw-soof'","derivation":"passive participle of H622 (אָסַף);","strongs_definition":"collected (only in the plural), i.e. a collection of offerings)","kjv_definition":"threshold, Asuppim."} +{"id":"H625","strongs_number":"H625","system":"hebrew","language":"hebrew","number_value":625,"lemma":"אֹסֶף","transliteration":"ʼôçeph","pronunciation":"o'-sef","derivation":"from H622 (אָסַף);","strongs_definition":"a collection (of fruits)","kjv_definition":"gathering."} +{"id":"H626","strongs_number":"H626","system":"hebrew","language":"hebrew","number_value":626,"lemma":"אֲסֵפָה","transliteration":"ʼăçêphâh","pronunciation":"as-ay-faw'","derivation":"from H622 (אָסַף);","strongs_definition":"a collection of people (only adverbial)","kjv_definition":"[idiom] together."} +{"id":"H627","strongs_number":"H627","system":"hebrew","language":"hebrew","number_value":627,"lemma":"אֲסֻפָּה","transliteration":"ʼăçuppâh","pronunciation":"as-up-paw'","derivation":"feminine of H624 (אָסֻף);","strongs_definition":"a collection of (learned) men (only in the plural)","kjv_definition":"assembly."} +{"id":"H628","strongs_number":"H628","system":"hebrew","language":"hebrew","number_value":628,"lemma":"אֲסְפְּסֻף","transliteration":"ʼăçpᵉçuph","pronunciation":"as-pes-oof'","derivation":"by reduplication from H624 (אָסֻף);","strongs_definition":"gathered up together, i.e. a promiscuous assemblage (of people)","kjv_definition":"mixt multitude."} +{"id":"H629","strongs_number":"H629","system":"hebrew","language":"hebrew","number_value":629,"lemma":"אׇסְפַּרְנָא","transliteration":"ʼoçparnâʼ","pronunciation":"os-par-naw'","derivation":"(Aramaic) of Persian derivation;","strongs_definition":"diligently","kjv_definition":"fast, forthwith, speed(-ily)."} +{"id":"H630","strongs_number":"H630","system":"hebrew","language":"hebrew","number_value":630,"lemma":"אַסְפָּתָא","transliteration":"ʼAçpâthâʼ","pronunciation":"as-paw-thaw'","derivation":"of Persian derivation;","strongs_definition":"Aspatha, a son of Haman","kjv_definition":"Aspatha."} +{"id":"H631","strongs_number":"H631","system":"hebrew","language":"hebrew","number_value":631,"lemma":"אָסַר","transliteration":"ʼâçar","pronunciation":"aw-sar'","derivation":"a primitive root;","strongs_definition":"to yoke or hitch; by analogy, to fasten in any sense, to join battle","kjv_definition":"bind, fast, gird, harness, hold, keep, make ready, order, prepare, prison(-er), put in bonds, set in array, tie."} +{"id":"H632","strongs_number":"H632","system":"hebrew","language":"hebrew","number_value":632,"lemma":"אֱסָר","transliteration":"ʼĕçâr","pronunciation":"es-sawr'","derivation":"or אִסָּר; from H631 (אָסַר);","strongs_definition":"an obligation or vow (of abstinence)","kjv_definition":"binding, bond."} +{"id":"H633","strongs_number":"H633","system":"hebrew","language":"hebrew","number_value":633,"lemma":"אֱסָר","transliteration":"ʼĕçâr","pronunciation":"es-sawr'","derivation":"(Aramaic) corresponding to H632 (אֱסָר) in a legal sense;","strongs_definition":"an interdict","kjv_definition":"decree."} +{"id":"H634","strongs_number":"H634","system":"hebrew","language":"hebrew","number_value":634,"lemma":"אֵסַר־חַדּוֹן","transliteration":"ʼÊçar-Chaddôwn","pronunciation":"ay-sar' Chad-dohn'","derivation":"of foreign derivation;","strongs_definition":"Esar-chaddon, an Assyrian king","kjv_definition":"Esar-haddon."} +{"id":"H635","strongs_number":"H635","system":"hebrew","language":"hebrew","number_value":635,"lemma":"אֶסְתֵּר","transliteration":"ʼEçtêr","pronunciation":"es-tare'","derivation":"of Persian derivation;","strongs_definition":"Ester, the Jewish heroine","kjv_definition":"Esther."} +{"id":"H636","strongs_number":"H636","system":"hebrew","language":"hebrew","number_value":636,"lemma":"אָע","transliteration":"ʼâʻ","pronunciation":"aw","derivation":"(Aramaic) corresponding to H6086 (עֵץ);","strongs_definition":"a tree or wood","kjv_definition":"timber, wood."} +{"id":"H637","strongs_number":"H637","system":"hebrew","language":"hebrew","number_value":637,"lemma":"אַף","transliteration":"ʼaph","pronunciation":"af","derivation":"a primitive particle;","strongs_definition":"meaning accession (used as an adverb or conjunction); also or yea; adversatively though","kjv_definition":"also, [phrase] although, and (furthermore, yet), but, even, [phrase] how much less (more, rather than), moreover, with, yea."} +{"id":"H638","strongs_number":"H638","system":"hebrew","language":"hebrew","number_value":638,"lemma":"אַף","transliteration":"ʼaph","pronunciation":"af","derivation":"(Aramaic) corresponding to H637 (אַף)","strongs_definition":"{meaning accession (used as an adverb or conjunction); also or yea; adversatively though}","kjv_definition":"also."} +{"id":"H639","strongs_number":"H639","system":"hebrew","language":"hebrew","number_value":639,"lemma":"אַף","transliteration":"ʼaph","pronunciation":"af","derivation":"from H599 (אָנַף);","strongs_definition":"properly, the nose or nostril; hence, the face, and occasionally a person; also (from the rapid breathing in passion) ire","kjv_definition":"anger(-gry), [phrase] before, countenance, face, [phrase] forebearing, forehead, [phrase] (long-) suffering, nose, nostril, snout, [idiom] worthy, wrath."} +{"id":"H640","strongs_number":"H640","system":"hebrew","language":"hebrew","number_value":640,"lemma":"אָפַד","transliteration":"ʼâphad","pronunciation":"aw-fad'","derivation":"a primitive root (rather a denominative from H646 (אֵפוֹד));","strongs_definition":"to gird on (the ephod)","kjv_definition":"bind, gird."} +{"id":"H641","strongs_number":"H641","system":"hebrew","language":"hebrew","number_value":641,"lemma":"אֵפֹד","transliteration":"ʼÊphôd","pronunciation":"ay-fode'","derivation":"the same as H646 (אֵפוֹד) shortened;","strongs_definition":"Ephod, an Israelite","kjv_definition":"Ephod."} +{"id":"H642","strongs_number":"H642","system":"hebrew","language":"hebrew","number_value":642,"lemma":"אֵפֻדָּה","transliteration":"ʼêphuddâh","pronunciation":"ay-food-daw'","derivation":"feminine of H646 (אֵפוֹד);","strongs_definition":"a girding on (of the ephod); hence, generally, a plating (of metal)","kjv_definition":"ephod, ornament."} +{"id":"H643","strongs_number":"H643","system":"hebrew","language":"hebrew","number_value":643,"lemma":"אַפֶּדֶן","transliteration":"ʼappeden","pronunciation":"ap-peh'-den","derivation":"apparently of foreign derivation;","strongs_definition":"a pavilion or palace-tent","kjv_definition":"palace."} +{"id":"H644","strongs_number":"H644","system":"hebrew","language":"hebrew","number_value":644,"lemma":"אָפָה","transliteration":"ʼâphâh","pronunciation":"aw-faw'","derivation":"a primitive root;","strongs_definition":"to cook, especially to bake","kjv_definition":"bake(-r, (-meats))."} +{"id":"H645","strongs_number":"H645","system":"hebrew","language":"hebrew","number_value":645,"lemma":"אֵפוֹ","transliteration":"ʼêphôw","pronunciation":"ay-fo'","derivation":"or אֵפוֹא; from H6311 (פֹּה);","strongs_definition":"strictly a demonstrative particle, here; but used of time, now or then","kjv_definition":"here, now, where?"} +{"id":"H646","strongs_number":"H646","system":"hebrew","language":"hebrew","number_value":646,"lemma":"אֵפוֹד","transliteration":"ʼêphôwd","pronunciation":"ay-fode'","derivation":"rarely אֵפֹד; probably of foreign derivation","strongs_definition":"a girdle; specifically the ephod or highpriest's shoulder-piece; also generally, an image","kjv_definition":"ephod."} +{"id":"H647","strongs_number":"H647","system":"hebrew","language":"hebrew","number_value":647,"lemma":"אֲפִיחַ","transliteration":"ʼĂphîyach","pronunciation":"af-ee'-akh","derivation":"perhaps from H6315 (פּוּחַ); breeze;","strongs_definition":"Aphiach, an Israelite","kjv_definition":"Aphiah."} +{"id":"H648","strongs_number":"H648","system":"hebrew","language":"hebrew","number_value":648,"lemma":"אָפִיל","transliteration":"ʼâphîyl","pronunciation":"aw-feel'","derivation":"from the same as H651 (אָפֵל) (in the sense of weakness);","strongs_definition":"unripe","kjv_definition":"not grown up."} +{"id":"H649","strongs_number":"H649","system":"hebrew","language":"hebrew","number_value":649,"lemma":"אַפַּיִם","transliteration":"ʼAppayim","pronunciation":"ap-pah'-yim","derivation":"dual of H639 (אַף); two nostrils;","strongs_definition":"Appajim, an Israelite","kjv_definition":"Appaim."} +{"id":"H650","strongs_number":"H650","system":"hebrew","language":"hebrew","number_value":650,"lemma":"אָפִיק","transliteration":"ʼâphîyq","pronunciation":"aw-feek'","derivation":"from H622 (אָסַף);","strongs_definition":"properly, containing, i.e. a tube; also a bed or valley of astream; also a strong thing or a hero","kjv_definition":"brook, channel, mighty, river, [phrase] scale, stream, strong piece."} +{"id":"H651","strongs_number":"H651","system":"hebrew","language":"hebrew","number_value":651,"lemma":"אָפֵל","transliteration":"ʼâphêl","pronunciation":"aw-fale'","derivation":"from an unused root meaning to set as the sun;","strongs_definition":"dusky","kjv_definition":"very dark."} +{"id":"H652","strongs_number":"H652","system":"hebrew","language":"hebrew","number_value":652,"lemma":"אֹפֶל","transliteration":"ʼôphel","pronunciation":"o'fel","derivation":"from the same as H651 (אָפֵל);","strongs_definition":"dusk","kjv_definition":"darkness, obscurity, privily."} +{"id":"H653","strongs_number":"H653","system":"hebrew","language":"hebrew","number_value":653,"lemma":"אֲפֵלָה","transliteration":"ʼăphêlâh","pronunciation":"af-ay-law'","derivation":"feminine of H651 (אָפֵל);","strongs_definition":"duskiness, figuratively, misfortune; concrete, concealment","kjv_definition":"dark, darkness, gloominess, [idiom] thick."} +{"id":"H654","strongs_number":"H654","system":"hebrew","language":"hebrew","number_value":654,"lemma":"אֶפְלָל","transliteration":"ʼEphlâl","pronunciation":"ef-lawl'","derivation":"from H6419 (פָּלַל); judge;","strongs_definition":"Ephlal, an Israelite","kjv_definition":"Ephlal."} +{"id":"H655","strongs_number":"H655","system":"hebrew","language":"hebrew","number_value":655,"lemma":"אֹפֶן","transliteration":"ʼôphen","pronunciation":"o'-fen","derivation":"from an unused root meaning to revolve;","strongs_definition":"a turn, i.e. a season","kjv_definition":"[phrase] fitly."} +{"id":"H656","strongs_number":"H656","system":"hebrew","language":"hebrew","number_value":656,"lemma":"אָפֵס","transliteration":"ʼâphêç","pronunciation":"aw-face'","derivation":"a primitive root;","strongs_definition":"to disappear, i.e. cease","kjv_definition":"be clean gone (at an end, brought to nought), fail."} +{"id":"H657","strongs_number":"H657","system":"hebrew","language":"hebrew","number_value":657,"lemma":"אֶפֶס","transliteration":"ʼepheç","pronunciation":"eh'-fes","derivation":"from H656 (אָפֵס); (sometimes like H6466 (פָּעַל))","strongs_definition":"cessation, i.e. an end (especially of the earth); often used adverb, no further; also the ankle (in the dual), as being the extremity of the leg or foot","kjv_definition":"ankle, but (only), end, howbeit, less than nothing, nevertheless (where), no, none (beside), not (any, -withstanding), thing of nought, save(-ing), there, uttermost part, want, without (cause)."} +{"id":"H658","strongs_number":"H658","system":"hebrew","language":"hebrew","number_value":658,"lemma":"אֶפֶס דַּמִּים","transliteration":"ʼEpheç Dammîym","pronunciation":"eh'-fes dam-meem'","derivation":"from H657 (אֶפֶס) and the plural of H1818 (דָּם); boundary of blood-drops;","strongs_definition":"Ephes-Dammim, a place in Palestine","kjv_definition":"Ephes-dammim."} +{"id":"H659","strongs_number":"H659","system":"hebrew","language":"hebrew","number_value":659,"lemma":"אֵפַע","transliteration":"ʼêphaʻ","pronunciation":"eh'-fah","derivation":"from an unused root probably meaning to breathe;","strongs_definition":"properly, a breath, i.e. nothing","kjv_definition":"of nought."} +{"id":"H660","strongs_number":"H660","system":"hebrew","language":"hebrew","number_value":660,"lemma":"אֶפְעֶה","transliteration":"ʼephʻeh","pronunciation":"ef-eh'","derivation":"from H659 (אֵפַע) (in the sense of hissing);","strongs_definition":"an asp or other venomous serpent","kjv_definition":"viper."} +{"id":"H661","strongs_number":"H661","system":"hebrew","language":"hebrew","number_value":661,"lemma":"אָפַף","transliteration":"ʼâphaph","pronunciation":"aw-faf'","derivation":"a primitive root;","strongs_definition":"to surround","kjv_definition":"compass."} +{"id":"H662","strongs_number":"H662","system":"hebrew","language":"hebrew","number_value":662,"lemma":"אָפַק","transliteration":"ʼâphaq","pronunciation":"aw-fak'","derivation":"a primitive root;","strongs_definition":"to contain, i.e. (reflex.) abstain","kjv_definition":"force (oneself), restrain."} +{"id":"H663","strongs_number":"H663","system":"hebrew","language":"hebrew","number_value":663,"lemma":"אֲפֵק","transliteration":"ʼĂphêq","pronunciation":"af-ake'","derivation":"or אֲפִיק; from H662 (אָפַק) (in the sense of strength); fortress;","strongs_definition":"Aphek (or Aphik), the name of three places in Palestine","kjv_definition":"Aphek, Aphik."} +{"id":"H664","strongs_number":"H664","system":"hebrew","language":"hebrew","number_value":664,"lemma":"אֲפֵקָה","transliteration":"ʼĂphêqâh","pronunciation":"af-ay-kaw'","derivation":"feminine of H663 (אֲפֵק); fortress;","strongs_definition":"Aphekah, a place in Palestine","kjv_definition":"Aphekah."} +{"id":"H665","strongs_number":"H665","system":"hebrew","language":"hebrew","number_value":665,"lemma":"אֵפֶר","transliteration":"ʼêpher","pronunciation":"ay'-fer","derivation":"from an unused root meaning to bestrew;","strongs_definition":"ashes","kjv_definition":"ashes."} +{"id":"H666","strongs_number":"H666","system":"hebrew","language":"hebrew","number_value":666,"lemma":"אֲפֵר","transliteration":"ʼăphêr","pronunciation":"af-ayr'","derivation":"from the same as H665 (אֵפֶר) (in the sense of covering);","strongs_definition":"a turban","kjv_definition":"ashes."} +{"id":"H667","strongs_number":"H667","system":"hebrew","language":"hebrew","number_value":667,"lemma":"אֶפְרֹחַ","transliteration":"ʼephrôach","pronunciation":"ef-ro'-akh","derivation":"from H6524 (פָּרַח) (in the sense of bursting the shell);","strongs_definition":"the brood of a bird","kjv_definition":"young (one)."} +{"id":"H668","strongs_number":"H668","system":"hebrew","language":"hebrew","number_value":668,"lemma":"אַפִּרְיוֹן","transliteration":"ʼappiryôwn","pronunciation":"ap-pir-yone'","derivation":"probably of Egyptian derivation;","strongs_definition":"a palanquin","kjv_definition":"chariot."} +{"id":"H669","strongs_number":"H669","system":"hebrew","language":"hebrew","number_value":669,"lemma":"אֶפְרַיִם","transliteration":"ʼEphrayim","pronunciation":"ef-rah'-yim","derivation":"dual of masculine form of H672 (אֶפְרָת); double fruit;","strongs_definition":"Ephrajim, a son of Joseph; also the tribe descended from him, and its territory","kjv_definition":"Ephraim, Ephraimites."} +{"id":"H670","strongs_number":"H670","system":"hebrew","language":"hebrew","number_value":670,"lemma":"אֲפָרְסַי","transliteration":"ʼĂphârᵉçay","pronunciation":"af-aw-re-sah'ee","derivation":"(Aramaic) of foreign origin (only in the plural);","strongs_definition":"an Apherasite or inhabitant of an unknown region of Assyria","kjv_definition":"Apharsite."} +{"id":"H671","strongs_number":"H671","system":"hebrew","language":"hebrew","number_value":671,"lemma":"אֲפַרְסְכַי","transliteration":"ʼĂpharçᵉkay","pronunciation":"af-ar-sek-ah'ee","derivation":"(Aramaic) or אֲפַרְסַתְכַי; (Aramaic), of foreign origin (only in the plural);","strongs_definition":"an Apharsekite or Apharsathkite, an unknown Assyrian tribe","kjv_definition":"Apharsachites, Apharasthchites."} +{"id":"H672","strongs_number":"H672","system":"hebrew","language":"hebrew","number_value":672,"lemma":"אֶפְרָת","transliteration":"ʼEphrâth","pronunciation":"ef-rawth'","derivation":"or אֶפְרָתָה; from H6509 (פָּרָה); fruitfulness;","strongs_definition":"Ephrath, another name for Bethlehem;","kjv_definition":"once (Psalm 132:6) perhaps for Ephraim; also of an Israelitish woman; Ephrath, Ephratah."} +{"id":"H673","strongs_number":"H673","system":"hebrew","language":"hebrew","number_value":673,"lemma":"אֶפְרָתִי","transliteration":"ʼEphrâthîy","pronunciation":"ef-rawth-ee'","derivation":"patrial from H672 (אֶפְרָת);","strongs_definition":"an Ephrathite or an Ephraimite","kjv_definition":"Ephraimite, Ephrathite."} +{"id":"H674","strongs_number":"H674","system":"hebrew","language":"hebrew","number_value":674,"lemma":"אַפְּתֹם","transliteration":"ʼappᵉthôm","pronunciation":"ap-pe-thome'","derivation":"(Aramaic) of Persian origin;","strongs_definition":"revenue; others at the last","kjv_definition":"revenue."} +{"id":"H675","strongs_number":"H675","system":"hebrew","language":"hebrew","number_value":675,"lemma":"אֶצְבּוֹן","transliteration":"ʼEtsbôwn","pronunciation":"ets-bone'","derivation":"or אֶצְבֹּן; of uncertain derivation;","strongs_definition":"Etsbon, the name of two Israelites","kjv_definition":"Ezbon."} +{"id":"H676","strongs_number":"H676","system":"hebrew","language":"hebrew","number_value":676,"lemma":"אֶצְבַּע","transliteration":"ʼetsbaʻ","pronunciation":"ets-bah'","derivation":"from the same as H6648 (צֶבַע) (in the sense of grasping);","strongs_definition":"something to sieze with, i.e. a finger; by analogy, a toe","kjv_definition":"finger, toe."} +{"id":"H677","strongs_number":"H677","system":"hebrew","language":"hebrew","number_value":677,"lemma":"אֶצְבַּע","transliteration":"ʼetsbaʻ","pronunciation":"ets-bah'","derivation":"(Aramaic) corresponding to H676 (אֶצְבַּע)","strongs_definition":"{something to sieze with, i.e. a finger; by analogy, a toe}","kjv_definition":"finger, toe."} +{"id":"H678","strongs_number":"H678","system":"hebrew","language":"hebrew","number_value":678,"lemma":"אָצִיל","transliteration":"ʼâtsîyl","pronunciation":"aw-tseel'","derivation":"from H680 (אָצַל) (in its secondary sense of separation);","strongs_definition":"an extremity (Isaiah 41:9), also a noble","kjv_definition":"chief man, noble."} +{"id":"H679","strongs_number":"H679","system":"hebrew","language":"hebrew","number_value":679,"lemma":"אַצִּיל","transliteration":"ʼatstsîyl","pronunciation":"ats-tseel'","derivation":"from H680 (אָצַל) (in its primary sense of uniting);","strongs_definition":"a joint of the hand (i.e. knuckle); also (according to some) a party-wall (Ezekiel 41:8)","kjv_definition":"(arm) hole, great."} +{"id":"H680","strongs_number":"H680","system":"hebrew","language":"hebrew","number_value":680,"lemma":"אָצַל","transliteration":"ʼâtsal","pronunciation":"aw-tsal'","derivation":"a primitive root; properly, to join; used only as a denominative from H681 (אֵצֶל);","strongs_definition":"to separate; hence, to select, refuse, contract","kjv_definition":"keep, reserve, straiten, take."} +{"id":"H681","strongs_number":"H681","system":"hebrew","language":"hebrew","number_value":681,"lemma":"אֵצֶל","transliteration":"ʼêtsel","pronunciation":"ay'-tsel","derivation":"from H680 (אָצַל) (in the sense of joining);","strongs_definition":"a side; (as a preposition) near","kjv_definition":"at, (hard) by, (from) (beside), near (unto), toward, with. See also H1018 (בֵּית הָאֵצֶל)."} +{"id":"H682","strongs_number":"H682","system":"hebrew","language":"hebrew","number_value":682,"lemma":"אָצֵל","transliteration":"ʼÂtsêl","pronunciation":"aw-tsale'","derivation":"from H680 (אָצַל); noble;","strongs_definition":"Atsel, the name of an Israelite, and of a place in Palestine","kjv_definition":"Azal, Azel."} +{"id":"H683","strongs_number":"H683","system":"hebrew","language":"hebrew","number_value":683,"lemma":"אֲצַלְיָהוּ","transliteration":"ʼĂtsalyâhûw","pronunciation":"ats-al-yaw'-hoo","derivation":"from H680 (אָצַל) and H3050 (יָהּ) prolonged; Jah has reserved;","strongs_definition":"Atsaljah, an Israelite","kjv_definition":"Azaliah."} +{"id":"H684","strongs_number":"H684","system":"hebrew","language":"hebrew","number_value":684,"lemma":"אֹצֶם","transliteration":"ʼÔtsem","pronunciation":"o'-tsem","derivation":"from an unused root probably meaning to be strong; strength (i.e. strong);","strongs_definition":"Otsem, the name of two Israelites","kjv_definition":"Ozem."} +{"id":"H685","strongs_number":"H685","system":"hebrew","language":"hebrew","number_value":685,"lemma":"אֶצְעָדָה","transliteration":"ʼetsʻâdâh","pronunciation":"ets-aw-daw'","derivation":"a variation from H6807 (צְעָדָה);","strongs_definition":"properly, a step-chain; by analogy, a bracelet","kjv_definition":"bracelet, chain."} +{"id":"H686","strongs_number":"H686","system":"hebrew","language":"hebrew","number_value":686,"lemma":"אָצַר","transliteration":"ʼâtsar","pronunciation":"aw-tsar'","derivation":"a primitive root;","strongs_definition":"to store up","kjv_definition":"(lay up in) store, [phrase] (make) treasure(-r)."} +{"id":"H687","strongs_number":"H687","system":"hebrew","language":"hebrew","number_value":687,"lemma":"אֶצֶר","transliteration":"ʼEtser","pronunciation":"ay'-tser","derivation":"from H686 (אָצַר); treasure;","strongs_definition":"Etser, an Idumaean","kjv_definition":"Ezer."} +{"id":"H688","strongs_number":"H688","system":"hebrew","language":"hebrew","number_value":688,"lemma":"אֶקְדָּח","transliteration":"ʼeqdâch","pronunciation":"ek-dawkh'","derivation":"from H6916 (קִדָּה);","strongs_definition":"burning, i.e. a carbuncle or other fiery gem","kjv_definition":"carbuncle."} +{"id":"H689","strongs_number":"H689","system":"hebrew","language":"hebrew","number_value":689,"lemma":"אַקּוֹ","transliteration":"ʼaqqôw","pronunciation":"ak-ko'","derivation":"probably from H602 (אָנַק);","strongs_definition":"slender, i.e. the ibex","kjv_definition":"wild goat."} +{"id":"H690","strongs_number":"H690","system":"hebrew","language":"hebrew","number_value":690,"lemma":"אֲרָא","transliteration":"ʼărâʼ","pronunciation":"ar-aw'","derivation":"probably for H738 (אֲרִי); lion;","strongs_definition":"Ara, an Israelite","kjv_definition":"Ara."} +{"id":"H691","strongs_number":"H691","system":"hebrew","language":"hebrew","number_value":691,"lemma":"אֶרְאֵל","transliteration":"ʼerʼêl","pronunciation":"er-ale'","derivation":"probably for H739 (אֲרִיאֵל);","strongs_definition":"a hero (collectively)","kjv_definition":"valiant one."} +{"id":"H692","strongs_number":"H692","system":"hebrew","language":"hebrew","number_value":692,"lemma":"אַרְאֵלִי","transliteration":"ʼArʼêlîy","pronunciation":"ar-ay-lee'","derivation":"from H691 (אֶרְאֵל); heroic;","strongs_definition":"Areli (or an Arelite, collectively), an Israelite and his descendants","kjv_definition":"Areli, Arelites."} +{"id":"H693","strongs_number":"H693","system":"hebrew","language":"hebrew","number_value":693,"lemma":"אָרַב","transliteration":"ʼârab","pronunciation":"aw-rab'","derivation":"a primitive root;","strongs_definition":"to lurk","kjv_definition":"(lie in) ambush(-ment), lay (lie in) wait."} +{"id":"H694","strongs_number":"H694","system":"hebrew","language":"hebrew","number_value":694,"lemma":"אֲרָב","transliteration":"ʼĂrâb","pronunciation":"ar-awb'","derivation":"from H693 (אָרַב); ambush;","strongs_definition":"Arab, a place in Palestine","kjv_definition":"Arab."} +{"id":"H695","strongs_number":"H695","system":"hebrew","language":"hebrew","number_value":695,"lemma":"אֶרֶב","transliteration":"ʼereb","pronunciation":"eh'-reb","derivation":"from H693 (אָרַב);","strongs_definition":"ambuscade","kjv_definition":"den, lie in wait."} +{"id":"H696","strongs_number":"H696","system":"hebrew","language":"hebrew","number_value":696,"lemma":"אֹרֶב","transliteration":"ʼôreb","pronunciation":"o'-reb","derivation":"the same as H695 (אֶרֶב)","strongs_definition":"{ambuscade}","kjv_definition":"wait."} +{"id":"H697","strongs_number":"H697","system":"hebrew","language":"hebrew","number_value":697,"lemma":"אַרְבֶּה","transliteration":"ʼarbeh","pronunciation":"ar-beh'","derivation":"from H7235 (רָבָה);","strongs_definition":"a locust (from its rapid increase)","kjv_definition":"grasshopper, locust."} +{"id":"H698","strongs_number":"H698","system":"hebrew","language":"hebrew","number_value":698,"lemma":"אׇרֳבָה","transliteration":"ʼorŏbâh","pronunciation":"or-ob-aw'","derivation":"feminine of H696 (אֹרֶב) (only in the plural);","strongs_definition":"ambuscades","kjv_definition":"spoils."} +{"id":"H699","strongs_number":"H699","system":"hebrew","language":"hebrew","number_value":699,"lemma":"אֲרֻבָּה","transliteration":"ʼărubbâh","pronunciation":"ar-oob-baw'","derivation":"feminine participle passive of H693 (אָרַב) (as if for lurking);","strongs_definition":"a lattice; (by implication) a window, dovecot (because of the pigeon-holes), chimney (with its apertures for smoke), sluice (with openings for water)","kjv_definition":"chimney, window."} +{"id":"H700","strongs_number":"H700","system":"hebrew","language":"hebrew","number_value":700,"lemma":"אֲרֻבּוֹת","transliteration":"ʼĂrubbôwth","pronunciation":"ar-oob-both","derivation":"plural of H699 (אֲרֻבָּה);","strongs_definition":"Arubboth, a place in Palestine","kjv_definition":"Aruboth."} +{"id":"H701","strongs_number":"H701","system":"hebrew","language":"hebrew","number_value":701,"lemma":"אַרְבִּי","transliteration":"ʼArbîy","pronunciation":"ar-bee'","derivation":"patrial from H694 (אֲרָב);","strongs_definition":"an Arbite or native of Arab","kjv_definition":"Arbite."} +{"id":"H702","strongs_number":"H702","system":"hebrew","language":"hebrew","number_value":702,"lemma":"אַרְבַּע","transliteration":"ʼarbaʻ","pronunciation":"ar-bah'","derivation":"masculine אַרְבָּעָה; from H7251 (רָבַע);","strongs_definition":"four","kjv_definition":"four."} +{"id":"H703","strongs_number":"H703","system":"hebrew","language":"hebrew","number_value":703,"lemma":"אַרְבַּע","transliteration":"ʼarbaʻ","pronunciation":"ar-bah'","derivation":"(Aramaic) corresponding to H702 (אַרְבַּע)","strongs_definition":"{four}","kjv_definition":"four."} +{"id":"H704","strongs_number":"H704","system":"hebrew","language":"hebrew","number_value":704,"lemma":"אַרְבַּע","transliteration":"ʼArbaʻ","pronunciation":"ar-bah'","derivation":"the same as H702 (אַרְבַּע);","strongs_definition":"Arba, one of the Anakim","kjv_definition":"Arba."} +{"id":"H705","strongs_number":"H705","system":"hebrew","language":"hebrew","number_value":705,"lemma":"אַרְבָּעִים","transliteration":"ʼarbâʻîym","pronunciation":"ar-baw-eem'","derivation":"multiple of H702 (אַרְבַּע);","strongs_definition":"forty","kjv_definition":"-forty."} +{"id":"H706","strongs_number":"H706","system":"hebrew","language":"hebrew","number_value":706,"lemma":"אַרְבַּעְתַּיִם","transliteration":"ʼarbaʻtayim","pronunciation":"ar-bah-tah'-yim","derivation":"dual of H702 (אַרְבַּע);","strongs_definition":"fourfold","kjv_definition":"fourfold."} +{"id":"H707","strongs_number":"H707","system":"hebrew","language":"hebrew","number_value":707,"lemma":"אָרַג","transliteration":"ʼârag","pronunciation":"aw-rag'","derivation":"a primitive root;","strongs_definition":"to plait or weave","kjv_definition":"weaver(-r)."} +{"id":"H708","strongs_number":"H708","system":"hebrew","language":"hebrew","number_value":708,"lemma":"אֶרֶג","transliteration":"ʼereg","pronunciation":"eh'-reg","derivation":"from H707 (אָרַג);","strongs_definition":"a weaving; a braid; also a shuttle","kjv_definition":"beam, weaver's shuttle."} +{"id":"H709","strongs_number":"H709","system":"hebrew","language":"hebrew","number_value":709,"lemma":"אַרְגֹּב","transliteration":"ʼArgôb","pronunciation":"ar-gobe'","derivation":"from the same as H7263 (רֶגֶב); stony;","strongs_definition":"Argob, a district of Palestine","kjv_definition":"Argob."} +{"id":"H710","strongs_number":"H710","system":"hebrew","language":"hebrew","number_value":710,"lemma":"אַרְגְּוָן","transliteration":"ʼargᵉvân","pronunciation":"arg-ev-awn'","derivation":"a variation for H713 (אַרְגָּמָן);","strongs_definition":"purple","kjv_definition":"purple."} +{"id":"H711","strongs_number":"H711","system":"hebrew","language":"hebrew","number_value":711,"lemma":"אַרְגְּוָן","transliteration":"ʼargᵉvân","pronunciation":"arg-ev-awn'","derivation":"(Aramaic) corresponding to H710 (אַרְגְּוָן)","strongs_definition":"{purple}","kjv_definition":"purple."} +{"id":"H712","strongs_number":"H712","system":"hebrew","language":"hebrew","number_value":712,"lemma":"אַרְגָּז","transliteration":"ʼargâz","pronunciation":"ar-gawz'","derivation":"perhaps from H7264 (רָגַז) (in the sense of being suspended),","strongs_definition":"a box (as a pannier)","kjv_definition":"coffer."} +{"id":"H713","strongs_number":"H713","system":"hebrew","language":"hebrew","number_value":713,"lemma":"אַרְגָּמָן","transliteration":"ʼargâmân","pronunciation":"ar-gaw-mawn'","derivation":"of foreign origin;","strongs_definition":"purple (the color or the dyed stuff)","kjv_definition":"purple."} +{"id":"H714","strongs_number":"H714","system":"hebrew","language":"hebrew","number_value":714,"lemma":"אַרְדְּ","transliteration":"ʼArd","pronunciation":"ard","derivation":"from an unused root probably meaning to wander; fugitive;","strongs_definition":"Ard, the name of two Israelites","kjv_definition":"Ard."} +{"id":"H715","strongs_number":"H715","system":"hebrew","language":"hebrew","number_value":715,"lemma":"אַרְדּוֹן","transliteration":"ʼArdôwn","pronunciation":"ar-dohn'","derivation":"from the same as H714 (אַרְדְּ); roaming;","strongs_definition":"Ardon, an Israelite","kjv_definition":"Ardon."} +{"id":"H716","strongs_number":"H716","system":"hebrew","language":"hebrew","number_value":716,"lemma":"אַרְדִּי","transliteration":"ʼArdîy","pronunciation":"ar-dee","derivation":"patronymic from H714 (אַרְדְּ);","strongs_definition":"an Ardite (collectively) or descendant of Ard","kjv_definition":"Ardites."} +{"id":"H717","strongs_number":"H717","system":"hebrew","language":"hebrew","number_value":717,"lemma":"אָרָה","transliteration":"ʼârâh","pronunciation":"aw-raw'","derivation":"a primitive root;","strongs_definition":"to pluck","kjv_definition":"gather, pluck."} +{"id":"H718","strongs_number":"H718","system":"hebrew","language":"hebrew","number_value":718,"lemma":"אֲרוּ","transliteration":"ʼărûw","pronunciation":"ar-oo'","derivation":"(Aramaic) probably akin to H431 (אֲלוּ);","strongs_definition":"lo!","kjv_definition":"behold, lo."} +{"id":"H719","strongs_number":"H719","system":"hebrew","language":"hebrew","number_value":719,"lemma":"אַרְוַד","transliteration":"ʼArvad","pronunciation":"ar-vad'","derivation":"probably from H7300 (רוּד); a refuge for the roving;","strongs_definition":"Arvad, an island-city of Palestine","kjv_definition":"Arvad."} +{"id":"H720","strongs_number":"H720","system":"hebrew","language":"hebrew","number_value":720,"lemma":"אֲרוֹד","transliteration":"ʼĂrôwd","pronunciation":"ar-ode'","derivation":"an orthographical variation of H719 (אַרְוַד); fugitive;","strongs_definition":"Arod, an Israelite","kjv_definition":"Arod."} +{"id":"H721","strongs_number":"H721","system":"hebrew","language":"hebrew","number_value":721,"lemma":"אַרְוָדִי","transliteration":"ʼArvâdîy","pronunciation":"ar-vaw-dee'","derivation":"patrial from H719 (אַרְוַד);","strongs_definition":"an Arvadite or citizen of Arvad","kjv_definition":"Arvadite."} +{"id":"H722","strongs_number":"H722","system":"hebrew","language":"hebrew","number_value":722,"lemma":"אֲרוֹדִי","transliteration":"ʼĂrôwdîy","pronunciation":"ar-o-dee'","derivation":"patronymic from H721 (אַרְוָדִי);","strongs_definition":"an Arodite or descendant of Arod","kjv_definition":"Arodi, Arodites."} +{"id":"H723","strongs_number":"H723","system":"hebrew","language":"hebrew","number_value":723,"lemma":"אֻרְוָה","transliteration":"ʼurvâh","pronunciation":"oor-vaw'","derivation":"or אֲרָיָה; from H717 (אָרָה) (in the sense of feeding);","strongs_definition":"a herding-place for an animal","kjv_definition":"stall."} +{"id":"H724","strongs_number":"H724","system":"hebrew","language":"hebrew","number_value":724,"lemma":"אֲרוּכָה","transliteration":"ʼărûwkâh","pronunciation":"ar-oo-kaw'","derivation":"or אֲרֻכָה; feminine passive participle of H748 (אָרַךְ) (in the sense of restoring to soundness);","strongs_definition":"wholeness (literally or figuratively)","kjv_definition":"health, made up, perfected."} +{"id":"H725","strongs_number":"H725","system":"hebrew","language":"hebrew","number_value":725,"lemma":"אֲרוּמָה","transliteration":"ʼĂrûwmâh","pronunciation":"ar-oo-maw'","derivation":"a variation of H7316 (רוּמָה); height;","strongs_definition":"Arumah, a place in Palestine","kjv_definition":"Arumah."} +{"id":"H726","strongs_number":"H726","system":"hebrew","language":"hebrew","number_value":726,"lemma":"אֲרוֹמִי","transliteration":"ʼĂrôwmîy","pronunciation":"ar-o-mee'","derivation":"a clerical error for H130 (אֱדֹמִי);","strongs_definition":"an Edomite (as in the margin)","kjv_definition":"Syrian."} +{"id":"H727","strongs_number":"H727","system":"hebrew","language":"hebrew","number_value":727,"lemma":"אָרוֹן","transliteration":"ʼârôwn","pronunciation":"aw-rone'","derivation":"or אָרֹן; from H717 (אָרָה) (in the sense of gathering);","strongs_definition":"a box","kjv_definition":"ark, chest, coffin."} +{"id":"H728","strongs_number":"H728","system":"hebrew","language":"hebrew","number_value":728,"lemma":"אֲרַוְנָה","transliteration":"ʼĂravnâh","pronunciation":"ar-av-naw'","derivation":"or (by transposition) אוֹרְנָה; or אַרְנִיָּהlemma אַנִיָּה missing resh, corrected to אַרְנִיָּה; all by orthographical variation for H771 (אׇרְנָן);","strongs_definition":"Aravnah (or Arnijah or Ornah), a Jebusite","kjv_definition":"Araunah."} +{"id":"H729","strongs_number":"H729","system":"hebrew","language":"hebrew","number_value":729,"lemma":"אָרַז","transliteration":"ʼâraz","pronunciation":"aw-raz'","derivation":"a primitive root; to be firm; used only in the passive participle as a denominative from H730 (אֶרֶז);","strongs_definition":"of cedar","kjv_definition":"made of cedar."} +{"id":"H730","strongs_number":"H730","system":"hebrew","language":"hebrew","number_value":730,"lemma":"אֶרֶז","transliteration":"ʼerez","pronunciation":"eh-rez'","derivation":"from H729 (אָרַז);","strongs_definition":"a cedar tree (from the tenacity of its roots)","kjv_definition":"cedar (tree)."} +{"id":"H731","strongs_number":"H731","system":"hebrew","language":"hebrew","number_value":731,"lemma":"אַרְזָה","transliteration":"ʼarzâh","pronunciation":"ar-zaw'","derivation":"feminine of H730 (אֶרֶז);","strongs_definition":"cedar wainscoating","kjv_definition":"cedar work."} +{"id":"H732","strongs_number":"H732","system":"hebrew","language":"hebrew","number_value":732,"lemma":"אָרַח","transliteration":"ʼârach","pronunciation":"aw-rakh'","derivation":"a primitive root;","strongs_definition":"to travel","kjv_definition":"go, wayfaring (man)."} +{"id":"H733","strongs_number":"H733","system":"hebrew","language":"hebrew","number_value":733,"lemma":"אָרַח","transliteration":"ʼÂrach","pronunciation":"aw-rakh'","derivation":"from H732 (אָרַח); way faring;","strongs_definition":"Arach, the name of three Israelites","kjv_definition":"Arah."} +{"id":"H734","strongs_number":"H734","system":"hebrew","language":"hebrew","number_value":734,"lemma":"אֹרַח","transliteration":"ʼôrach","pronunciation":"o'-rakh","derivation":"from H732 (אָרַח);","strongs_definition":"a well-trodden road (literally or figuratively); also a caravan","kjv_definition":"manner, path, race, rank, traveller, troop, (by-, high-) way."} +{"id":"H735","strongs_number":"H735","system":"hebrew","language":"hebrew","number_value":735,"lemma":"אֹרַח","transliteration":"ʼôrach","pronunciation":"o'-rakh","derivation":"(Aramaic) corresponding to H734 (אֹרַח);","strongs_definition":"a road","kjv_definition":"way."} +{"id":"H736","strongs_number":"H736","system":"hebrew","language":"hebrew","number_value":736,"lemma":"אֹרְחָה","transliteration":"ʼôrᵉchâh","pronunciation":"o-rekh-aw'","derivation":"feminine active participle of H732 (אָרַח);","strongs_definition":"a caravan","kjv_definition":"(travelling) company."} +{"id":"H737","strongs_number":"H737","system":"hebrew","language":"hebrew","number_value":737,"lemma":"אֲרֻחָה","transliteration":"ʼăruchâh","pronunciation":"ar-oo-khaw'","derivation":"feminine passive participle of H732 (אָרַח) (in the sense of appointing);","strongs_definition":"a ration of food","kjv_definition":"allowance, diet, dinner, victuals."} +{"id":"H738","strongs_number":"H738","system":"hebrew","language":"hebrew","number_value":738,"lemma":"אֲרִי","transliteration":"ʼărîy","pronunciation":"ar-ee'","derivation":"or (prolonged) []; from H717 (אָרָה) (in the sense of violence);","strongs_definition":"a lion","kjv_definition":"(young) lion, [phrase] pierce (from the margin)."} +{"id":"H739","strongs_number":"H739","system":"hebrew","language":"hebrew","number_value":739,"lemma":"אֲרִיאֵל","transliteration":"ʼărîyʼêl","pronunciation":"ar-ee-ale'","derivation":"or אֲרִאֵל; from H738 (אֲרִי) and H410 (אֵל);","strongs_definition":"lion of God; i.e. heroic","kjv_definition":"lionlike men."} +{"id":"H740","strongs_number":"H740","system":"hebrew","language":"hebrew","number_value":740,"lemma":"אֲרִיאֵל","transliteration":"ʼĂrîyʼêl","pronunciation":"ar-ee-ale'","derivation":"the same as H739 (אֲרִיאֵל);","strongs_definition":"Ariel, a symbolical name for Jerusalem, also the name of an Israelite","kjv_definition":"Ariel."} +{"id":"H741","strongs_number":"H741","system":"hebrew","language":"hebrew","number_value":741,"lemma":"אֲרִאֵיל","transliteration":"ʼăriʼêyl","pronunciation":"ar-ee-ale'","derivation":"either by transposition for H739 (אֲרִיאֵל) or, more probably, an orthographical variation for H2025 (הַרְאֵל);","strongs_definition":"the altar of the temple","kjv_definition":"altar."} +{"id":"H742","strongs_number":"H742","system":"hebrew","language":"hebrew","number_value":742,"lemma":"אֲרִידַי","transliteration":"ʼĂrîyday","pronunciation":"ar-ee-dah'-ee","derivation":"of Persian origin;","strongs_definition":"Aridai, a son of Haman","kjv_definition":"Aridai."} +{"id":"H743","strongs_number":"H743","system":"hebrew","language":"hebrew","number_value":743,"lemma":"אֲרִידָתָא","transliteration":"ʼĂrîydâthâʼ","pronunciation":"ar-ee-daw-thaw'","derivation":"of Persian origin;","strongs_definition":"Aridatha, a son of Haman","kjv_definition":"Aridatha."} +{"id":"H744","strongs_number":"H744","system":"hebrew","language":"hebrew","number_value":744,"lemma":"אַרְיֵה","transliteration":"ʼaryêh","pronunciation":"ar-yay'","derivation":"(Aramaic) corresponding to H738 (אֲרִי)","strongs_definition":"{a lion}","kjv_definition":"lion."} +{"id":"H745","strongs_number":"H745","system":"hebrew","language":"hebrew","number_value":745,"lemma":"אַרְיֵה","transliteration":"ʼAryêh","pronunciation":"ar-yay'","derivation":"the same as H738 (אֲרִי); lion;","strongs_definition":"Arjeh, an Israelite","kjv_definition":"Arieh."} +{"id":"H746","strongs_number":"H746","system":"hebrew","language":"hebrew","number_value":746,"lemma":"אֲרְיוֹךְ","transliteration":"ʼĂryôwk","pronunciation":"ar-yoke'","derivation":"of foreign origin;","strongs_definition":"Arjok, the name of two Babylonians","kjv_definition":"Arioch."} +{"id":"H747","strongs_number":"H747","system":"hebrew","language":"hebrew","number_value":747,"lemma":"אֲרִיסַי","transliteration":"ʼĂrîyçay","pronunciation":"ar-ee-sah'-ee","derivation":"of Persian origin;","strongs_definition":"Arisai, a son of Haman","kjv_definition":"Arisai."} +{"id":"H748","strongs_number":"H748","system":"hebrew","language":"hebrew","number_value":748,"lemma":"אָרַךְ","transliteration":"ʼârak","pronunciation":"aw-rak'","derivation":"a primitive root;","strongs_definition":"to be (causative, make) long (literally or figuratively)","kjv_definition":"defer, draw out, lengthen, (be, become, make, pro-) long, [phrase] (out-, over-) live, tarry (long)."} +{"id":"H749","strongs_number":"H749","system":"hebrew","language":"hebrew","number_value":749,"lemma":"אֲרַךְ","transliteration":"ʼărak","pronunciation":"ar-ak'","derivation":"(Aramaic) properly, corresponding to H748 (אָרַךְ), but used only in the sense of reaching to a given point;","strongs_definition":"to suit","kjv_definition":"be meet."} +{"id":"H750","strongs_number":"H750","system":"hebrew","language":"hebrew","number_value":750,"lemma":"אָרֵךְ","transliteration":"ʼârêk","pronunciation":"aw-rake'","derivation":"from H748 (אָרַךְ);","strongs_definition":"long","kjv_definition":"long(-suffering, -winged), patient, slow (to anger)."} +{"id":"H751","strongs_number":"H751","system":"hebrew","language":"hebrew","number_value":751,"lemma":"אֶרֶךְ","transliteration":"ʼErek","pronunciation":"eh'-rek","derivation":"from H748 (אָרַךְ); length;","strongs_definition":"Erek, a place in Babylon","kjv_definition":"Erech."} +{"id":"H752","strongs_number":"H752","system":"hebrew","language":"hebrew","number_value":752,"lemma":"אָרֹךְ","transliteration":"ʼârôk","pronunciation":"aw-roke'","derivation":"from H748 (אָרַךְ);","strongs_definition":"long","kjv_definition":"long."} +{"id":"H753","strongs_number":"H753","system":"hebrew","language":"hebrew","number_value":753,"lemma":"אֹרֶךְ","transliteration":"ʼôrek","pronunciation":"o'rek'","derivation":"from H748 (אָרַךְ);","strongs_definition":"length","kjv_definition":"[phrase] forever, length, long."} +{"id":"H754","strongs_number":"H754","system":"hebrew","language":"hebrew","number_value":754,"lemma":"אַרְכָּא","transliteration":"ʼarkâʼ","pronunciation":"ar-kaw'","derivation":"(Aramaic) or אַרְכָּה; (Aramaic), from H749 (אֲרַךְ);","strongs_definition":"length","kjv_definition":"lengthening, prolonged."} +{"id":"H755","strongs_number":"H755","system":"hebrew","language":"hebrew","number_value":755,"lemma":"אַרְכֻבָה","transliteration":"ʼarkubâh","pronunciation":"ar-koo-baw'","derivation":"(Aramaic) from an unused root corresponding to H7392 (רָכַב) (in the sense of bending the knee);","strongs_definition":"the knee","kjv_definition":"knee."} +{"id":"H756","strongs_number":"H756","system":"hebrew","language":"hebrew","number_value":756,"lemma":"אַרְכְּוַי","transliteration":"ʼArkᵉvay","pronunciation":"ar-kev-ah'ee","derivation":"(Aramaic) patrial from H751 (אֶרֶךְ);","strongs_definition":"an Arkevite (collectively) or native of Erek","kjv_definition":"Archevite."} +{"id":"H757","strongs_number":"H757","system":"hebrew","language":"hebrew","number_value":757,"lemma":"אַרְכִּי","transliteration":"ʼArkîy","pronunciation":"ar-kee'","derivation":"patrial from another place (in Palestine) of similar name with H751 (אֶרֶךְ);","strongs_definition":"an Arkite or native of Erek","kjv_definition":"Archi, Archite."} +{"id":"H758","strongs_number":"H758","system":"hebrew","language":"hebrew","number_value":758,"lemma":"אֲרָם","transliteration":"ʼĂrâm","pronunciation":"arawm'","derivation":"from the same as H759 (אַרְמוֹן); the highland;","strongs_definition":"Aram or Syria, and its inhabitants; also the name of the son of Shem, a grandson of Nahor, and of an Israelite","kjv_definition":"Aram, Mesopotamia, Syria, Syrians."} +{"id":"H759","strongs_number":"H759","system":"hebrew","language":"hebrew","number_value":759,"lemma":"אַרְמוֹן","transliteration":"ʼarmôwn","pronunciation":"ar-mone'","derivation":"from an unused root (meaning to be elevated);","strongs_definition":"a citadel (from its height)","kjv_definition":"castle, palace. Compare H2038 (הַרְמוֹן)."} +{"id":"H760","strongs_number":"H760","system":"hebrew","language":"hebrew","number_value":760,"lemma":"אֲרַם צוֹבָה","transliteration":"ʼĂram Tsôwbâh","pronunciation":"ar-am' tso-baw'","derivation":"from H758 (אֲרָם) and H6678 (צוֹבָא);","strongs_definition":"Aram of Tsoba (or Coele-Syria)","kjv_definition":"Aram-zobah."} +{"id":"H761","strongs_number":"H761","system":"hebrew","language":"hebrew","number_value":761,"lemma":"אֲרַמִּי","transliteration":"ʼĂrammîy","pronunciation":"ar-am-mee'","derivation":"patrial from H758 (אֲרָם);","strongs_definition":"an Aramite or Aramaean","kjv_definition":"Syrian, Aramitess."} +{"id":"H762","strongs_number":"H762","system":"hebrew","language":"hebrew","number_value":762,"lemma":"אֲרָמִית","transliteration":"ʼĂrâmîyth","pronunciation":"ar-aw-meeth'","derivation":"feminine of H761 (אֲרַמִּי);","strongs_definition":"(only adverbial) in Aramean","kjv_definition":"in the Syrian language (tongue), in Syriac."} +{"id":"H763","strongs_number":"H763","system":"hebrew","language":"hebrew","number_value":763,"lemma":"אֲרַם נַהֲרַיִם","transliteration":"ʼĂram Nahărayim","pronunciation":"ar-am' nah-har-ah'-yim","derivation":"from H758 (אֲרָם) and the dual of H5104 (נָהָר);","strongs_definition":"Aram of (the) two rivers (Euphrates and Tigris) or Mesopotamia","kjv_definition":"Aham-naharaim, Mesopotamia."} +{"id":"H764","strongs_number":"H764","system":"hebrew","language":"hebrew","number_value":764,"lemma":"אַרְמֹנִי","transliteration":"ʼArmônîy","pronunciation":"ar-mo-nee'","derivation":"from H759 (אַרְמוֹן); palatial;","strongs_definition":"Armoni, an Israelite","kjv_definition":"Armoni."} +{"id":"H765","strongs_number":"H765","system":"hebrew","language":"hebrew","number_value":765,"lemma":"אֲרָן","transliteration":"ʼĂrân","pronunciation":"ar-awn'","derivation":"from H7442 (רָנַן); stridulous;","strongs_definition":"Aran, an Edomite","kjv_definition":"Aran."} +{"id":"H766","strongs_number":"H766","system":"hebrew","language":"hebrew","number_value":766,"lemma":"אֹרֶן","transliteration":"ʼôren","pronunciation":"o'-ren","derivation":"from the same as H765 (אֲרָן) (in the sense of strength);","strongs_definition":"the ash tree (from its toughness)","kjv_definition":"ash."} +{"id":"H767","strongs_number":"H767","system":"hebrew","language":"hebrew","number_value":767,"lemma":"אֹרֶן","transliteration":"ʼÔren","pronunciation":"o'-ren","derivation":"the same as H766 (אֹרֶן);","strongs_definition":"Oren, an Israelite","kjv_definition":"Oren."} +{"id":"H768","strongs_number":"H768","system":"hebrew","language":"hebrew","number_value":768,"lemma":"אַרְנֶבֶת","transliteration":"ʼarnebeth","pronunciation":"ar-neh'-beth","derivation":"of uncertain derivation;","strongs_definition":"the hare","kjv_definition":"hare."} +{"id":"H769","strongs_number":"H769","system":"hebrew","language":"hebrew","number_value":769,"lemma":"אַרְנוֹן","transliteration":"ʼArnôwn","pronunciation":"ar-nohn'","derivation":"or אַרְנֹןlemma אַרְנן missing vowel, corrected to אַרְנֹן; from H7442 (רָנַן); a brawling stream;","strongs_definition":"the Arnon, a river east of the Jordan, also its territory","kjv_definition":"Arnon."} +{"id":"H770","strongs_number":"H770","system":"hebrew","language":"hebrew","number_value":770,"lemma":"אַרְנָן","transliteration":"ʼArnân","pronunciation":"ar-nawn'","derivation":"probably from the same as H769 (אַרְנוֹן); noisy;","strongs_definition":"Arnan, an Israelite","kjv_definition":"Arnan."} +{"id":"H771","strongs_number":"H771","system":"hebrew","language":"hebrew","number_value":771,"lemma":"אׇרְנָן","transliteration":"ʼOrnân","pronunciation":"or-nawn'","derivation":"probably from H766 (אֹרֶן); strong;","strongs_definition":"Ornan, a Jebusite","kjv_definition":"Ornan. See H728 (אֲרַוְנָה)."} +{"id":"H772","strongs_number":"H772","system":"hebrew","language":"hebrew","number_value":772,"lemma":"אֲרַע","transliteration":"ʼăraʻ","pronunciation":"ar-ah'","derivation":"(Aramaic) corresponding to H776 (אֶרֶץ);","strongs_definition":"the earth; by implication (figuratively) low","kjv_definition":"earth, interior."} +{"id":"H773","strongs_number":"H773","system":"hebrew","language":"hebrew","number_value":773,"lemma":"אַרְעִית","transliteration":"ʼarʻîyth","pronunciation":"arh-eeth'","derivation":"(Aramaic) feminine of H772 (אֲרַע);","strongs_definition":"the bottom","kjv_definition":"bottom."} +{"id":"H774","strongs_number":"H774","system":"hebrew","language":"hebrew","number_value":774,"lemma":"אַרְפָּד","transliteration":"ʼArpâd","pronunciation":"ar-pawd'","derivation":"from H7502 (רָפַד); spread out;","strongs_definition":"Arpad, a place in Syria","kjv_definition":"Arpad, Arphad."} +{"id":"H775","strongs_number":"H775","system":"hebrew","language":"hebrew","number_value":775,"lemma":"אַרְפַּכְשַׁד","transliteration":"ʼArpakshad","pronunciation":"ar-pak-shad'","derivation":"probably of foreign origin;","strongs_definition":"Arpakshad, a son of Noah; also the region settled by him","kjv_definition":"Arphaxad."} +{"id":"H776","strongs_number":"H776","system":"hebrew","language":"hebrew","number_value":776,"lemma":"אֶרֶץ","transliteration":"ʼerets","pronunciation":"eh'-rets","derivation":"from an unused root probably meaning to be firm;","strongs_definition":"the earth (at large, or partitively a land)","kjv_definition":"[idiom] common, country, earth, field, ground, land, [idiom] natins, way, [phrase] wilderness, world."} +{"id":"H777","strongs_number":"H777","system":"hebrew","language":"hebrew","number_value":777,"lemma":"אַרְצָא","transliteration":"ʼartsâʼ","pronunciation":"ar-tsaw'","derivation":"from H776 (אֶרֶץ); earthiness;","strongs_definition":"Artsa, an Israelite","kjv_definition":"Arza."} +{"id":"H778","strongs_number":"H778","system":"hebrew","language":"hebrew","number_value":778,"lemma":"אֲרַק","transliteration":"ʼăraq","pronunciation":"ar-ak'","derivation":"(Aramaic) by transmutation for H772 (אֲרַע);","strongs_definition":"the earth","kjv_definition":"earth."} +{"id":"H779","strongs_number":"H779","system":"hebrew","language":"hebrew","number_value":779,"lemma":"אָרַר","transliteration":"ʼârar","pronunciation":"aw-rar'","derivation":"a primitive root;","strongs_definition":"to execrate","kjv_definition":"[idiom] bitterly curse."} +{"id":"H780","strongs_number":"H780","system":"hebrew","language":"hebrew","number_value":780,"lemma":"אֲרָרַט","transliteration":"ʼĂrâraṭ","pronunciation":"ar-aw-rat'","derivation":"of foreign origin;","strongs_definition":"Ararat (or rather Armenia)","kjv_definition":"Ararat, Armenia."} +{"id":"H781","strongs_number":"H781","system":"hebrew","language":"hebrew","number_value":781,"lemma":"אָרַשׂ","transliteration":"ʼâras","pronunciation":"aw-ras'","derivation":"a primitive root;","strongs_definition":"to engage for matrimony","kjv_definition":"betroth, espouse."} +{"id":"H782","strongs_number":"H782","system":"hebrew","language":"hebrew","number_value":782,"lemma":"אֲרֶשֶׁת","transliteration":"ʼăresheth","pronunciation":"ar-eh'-sheth","derivation":"from H781 (אָרַשׂ) (in the sense of desiring to possess);","strongs_definition":"a longing for","kjv_definition":"request."} +{"id":"H783","strongs_number":"H783","system":"hebrew","language":"hebrew","number_value":783,"lemma":"אַרְתַּחְשַׁשְׁתָּא","transliteration":"ʼArtachshashtâʼ","pronunciation":"ar-takh-shash-taw'","derivation":"or אַרְתַּחְשַׁשְׁתְּא; or by permutation אַרְתַּחְשַׁסְתְּא; of foreign origin;","strongs_definition":"Artachshasta (or Artaxerxes), a title (rather than name) of several Persian kings","kjv_definition":"Artaxerxes."} +{"id":"H784","strongs_number":"H784","system":"hebrew","language":"hebrew","number_value":784,"lemma":"אֵשׁ","transliteration":"ʼêsh","pronunciation":"aysh","derivation":"a primitive word;","strongs_definition":"fire (literally or figuratively)","kjv_definition":"burning, fiery, fire, flaming, hot."} +{"id":"H785","strongs_number":"H785","system":"hebrew","language":"hebrew","number_value":785,"lemma":"אֵשׁ","transliteration":"ʼêsh","pronunciation":"aysh","derivation":"(Aramaic) corresponding to H784 (אֵשׁ)","strongs_definition":"{fire (literally or figuratively)}","kjv_definition":"flame."} +{"id":"H786","strongs_number":"H786","system":"hebrew","language":"hebrew","number_value":786,"lemma":"אִשׁ","transliteration":"ʼish","pronunciation":"eesh","derivation":"identical (in origin and formation) with H784 (אֵשׁ);","strongs_definition":"entity, used only adverbially, there is or are","kjv_definition":"are there, none can. Compare H3426 (יֵשׁ)."} +{"id":"H787","strongs_number":"H787","system":"hebrew","language":"hebrew","number_value":787,"lemma":"אֹשׁ","transliteration":"ʼôsh","pronunciation":"ohsh","derivation":"(Aramaic) corresponding (by transposition and abbreviation) to H803 (אֲשׁוּיָה);","strongs_definition":"a foundation","kjv_definition":"foundation."} +{"id":"H788","strongs_number":"H788","system":"hebrew","language":"hebrew","number_value":788,"lemma":"אַשְׁבֵּל","transliteration":"ʼAshbêl","pronunciation":"ash-bale'","derivation":"probably from the same as H7640 (שֹׁבֶל); flowing;","strongs_definition":"Ashbel, an Israelite","kjv_definition":"Ashbel."} +{"id":"H789","strongs_number":"H789","system":"hebrew","language":"hebrew","number_value":789,"lemma":"אַשְׁבֵּלִי","transliteration":"ʼAshbêlîy","pronunciation":"ash-bay-lee'","derivation":"patronymic from H788 (אַשְׁבֵּל);","strongs_definition":"an Ashbelite (collectively) or descendant of Ashbel","kjv_definition":"Ashbelites."} +{"id":"H790","strongs_number":"H790","system":"hebrew","language":"hebrew","number_value":790,"lemma":"אֶשְׁבָּן","transliteration":"ʼEshbân","pronunciation":"esh-bawn'","derivation":"probably from the same as H7644 (שֶׁבְנָא); vigorous;","strongs_definition":"Eshban, an Idumaean","kjv_definition":"Eshban."} +{"id":"H791","strongs_number":"H791","system":"hebrew","language":"hebrew","number_value":791,"lemma":"אַשְׁבֵּעַ","transliteration":"ʼAshbêaʻ","pronunciation":"ash-bay'-ah","derivation":"from H7650 (שָׁבַע); adjurer;","strongs_definition":"Asbea, an Israelite","kjv_definition":"Ashbea."} +{"id":"H792","strongs_number":"H792","system":"hebrew","language":"hebrew","number_value":792,"lemma":"אֶשְׁבַּעַל","transliteration":"ʼEshbaʻal","pronunciation":"esh-bah'-al","derivation":"from H376 (אִישׁ) and H1168 (בַּעַל); man of Baal;","strongs_definition":"Eshbaal (or Ishbosheth), a son of Saul","kjv_definition":"Eshbaal."} +{"id":"H793","strongs_number":"H793","system":"hebrew","language":"hebrew","number_value":793,"lemma":"אֶשֶׁד","transliteration":"ʼeshed","pronunciation":"eh'-shed","derivation":"from an unused root meaning to pour;","strongs_definition":"an outpouring","kjv_definition":"stream."} +{"id":"H794","strongs_number":"H794","system":"hebrew","language":"hebrew","number_value":794,"lemma":"אֲשֵׁדָה","transliteration":"ʼăshêdâh","pronunciation":"ash-ay-daw'","derivation":"feminine of H793 (אֶשֶׁד);","strongs_definition":"a ravine","kjv_definition":"springs."} +{"id":"H795","strongs_number":"H795","system":"hebrew","language":"hebrew","number_value":795,"lemma":"אַשְׁדּוֹד","transliteration":"ʼAshdôwd","pronunciation":"ash-dode'","derivation":"from H7703 (שָׁדַד); ravager;","strongs_definition":"Ashdod, a place in Palestine","kjv_definition":"Ahdod."} +{"id":"H796","strongs_number":"H796","system":"hebrew","language":"hebrew","number_value":796,"lemma":"אַשְׁדּוֹדִי","transliteration":"ʼAshdôwdîy","pronunciation":"ash-do-dee'","derivation":"patrial from H795 (אַשְׁדּוֹד);","strongs_definition":"an Ashdodite (often collectively) or inhabitant of Asdod","kjv_definition":"Ashdodites, of Ashdod."} +{"id":"H797","strongs_number":"H797","system":"hebrew","language":"hebrew","number_value":797,"lemma":"אַשְׁדּוֹדִית","transliteration":"ʼAshdôwdîyth","pronunciation":"ash-do-deeth'","derivation":"feminine of H796 (אַשְׁדּוֹדִי);","strongs_definition":"(only adverb) in the language of Ashdod","kjv_definition":"in the speech of Ashdod."} +{"id":"H798","strongs_number":"H798","system":"hebrew","language":"hebrew","number_value":798,"lemma":"אַשְׁדּוֹת הַפִּסְגָּה","transliteration":"ʼAshdôwth hap-Piçgâh","pronunciation":"ash-doth' hap-pisgaw'","derivation":"from the plural of H794 (אֲשֵׁדָה) and H6449 (פִּסְגָּה) with the article interposed; ravines of the Pisgah;","strongs_definition":"Ashdoth-Pisgah, a place east of the Jordan","kjv_definition":"Ashdoth-pisgah."} +{"id":"H799","strongs_number":"H799","system":"hebrew","language":"hebrew","number_value":799,"lemma":"אֶשְׁדָּת","transliteration":"ʼeshdâth","pronunciation":"esh-dawth'","derivation":"from H784 (אֵשׁ) and H1881 (דָּת);","strongs_definition":"a fire-law","kjv_definition":"fiery law."} +{"id":"H800","strongs_number":"H800","system":"hebrew","language":"hebrew","number_value":800,"lemma":"אֶשָּׁה","transliteration":"ʼeshshâh","pronunciation":"esh-shaw'","derivation":"feminine of H784 (אֵשׁ);","strongs_definition":"fire","kjv_definition":"fire."} +{"id":"H801","strongs_number":"H801","system":"hebrew","language":"hebrew","number_value":801,"lemma":"אִשָּׁה","transliteration":"ʼishshâh","pronunciation":"ish-shaw'","derivation":"the same as H800 (אֶשָּׁה), but used in a liturgical sense;","strongs_definition":"properly, a burnt-offering; but occasionally of any sacrifice","kjv_definition":"(offering, sacrifice), (made) by fire."} +{"id":"H802","strongs_number":"H802","system":"hebrew","language":"hebrew","number_value":802,"lemma":"אִשָּׁה","transliteration":"ʼishshâh","pronunciation":"ish-shaw'","derivation":"feminine of H376 (אִישׁ) or H582 (אֱנוֹשׁ); irregular plural, נָשִׁים;(used in the same wide sense as H582 (אֱנוֹשׁ))","strongs_definition":"a woman","kjv_definition":"(adulter) ess, each, every, female, [idiom] many, [phrase] none, one, [phrase] together, wife, woman. Often unexpressed in English."} +{"id":"H803","strongs_number":"H803","system":"hebrew","language":"hebrew","number_value":803,"lemma":"אֲשׁוּיָה","transliteration":"ʼăshûwyâh","pronunciation":"ash-oo-yah'","derivation":"feminine passive participle from an unused root meaning to found;","strongs_definition":"foundation","kjv_definition":"foundation."} +{"id":"H804","strongs_number":"H804","system":"hebrew","language":"hebrew","number_value":804,"lemma":"אַשּׁוּר","transliteration":"ʼAshshûwr","pronunciation":"ash-shoor'","derivation":"or אַשֻּׁר; apparently from H833 (אָשַׁר) (in the sense of successful);","strongs_definition":"Ashshur, the second son of Shem; also his descendants and the country occupied by them (i.e. Assyria), its region and its empire","kjv_definition":"Asshur, Assur, Assyria, Assyrians. See H838 (אָשֻׁר)."} +{"id":"H805","strongs_number":"H805","system":"hebrew","language":"hebrew","number_value":805,"lemma":"אֲשׁוּרִי","transliteration":"ʼĂshûwrîy","pronunciation":"ash-oo-ree'","derivation":"or אַשּׁוּרִי; from a patrial word of the same form as H804 (אַשּׁוּר);","strongs_definition":"an Ashurite (collectively) or inhabitant of Ashur, a district in Palestine","kjv_definition":"Asshurim, Ashurites."} +{"id":"H806","strongs_number":"H806","system":"hebrew","language":"hebrew","number_value":806,"lemma":"אַשְׁחוּר","transliteration":"ʼAshchûwr","pronunciation":"ash-khoor'","derivation":"probably from H7835 (שָׁחַר); black;","strongs_definition":"Ashchur, an Israelite","kjv_definition":"Ashur."} +{"id":"H807","strongs_number":"H807","system":"hebrew","language":"hebrew","number_value":807,"lemma":"אַשִׁימָא","transliteration":"ʼAshîymâʼ","pronunciation":"ash-ee-maw'","derivation":"of foreign origin;","strongs_definition":"Ashima, a deity of Hamath","kjv_definition":"Ashima."} +{"id":"H808","strongs_number":"H808","system":"hebrew","language":"hebrew","number_value":808,"lemma":"אָשִׁישׁ","transliteration":"ʼâshîysh","pronunciation":"aw-sheesh'","derivation":"from the same as H784 (אֵשׁ) (in the sense of pressing down firmly; compare H803 (אֲשׁוּיָה));","strongs_definition":"a (ruined) foundation","kjv_definition":"foundation."} +{"id":"H809","strongs_number":"H809","system":"hebrew","language":"hebrew","number_value":809,"lemma":"אֲשִׁישָׁה","transliteration":"ʼăshîyshâh","pronunciation":"ash-ee-shaw'","derivation":"feminine of H808 (אָשִׁישׁ);","strongs_definition":"something closely pressed together, i.e. a cake of raisins or other comfits","kjv_definition":"flagon."} +{"id":"H810","strongs_number":"H810","system":"hebrew","language":"hebrew","number_value":810,"lemma":"אֶשֶׁךְ","transliteration":"ʼeshek","pronunciation":"eh'-shek","derivation":"from an unused root (probably meaning to bunch together);","strongs_definition":"a testicle (as a lump)","kjv_definition":"stone."} +{"id":"H811","strongs_number":"H811","system":"hebrew","language":"hebrew","number_value":811,"lemma":"אֶשְׁכּוֹל","transliteration":"ʼeshkôwl","pronunciation":"esh-kole'","derivation":"or אֶשְׁכֹּל; probably prolonged from H810 (אֶשֶׁךְ);","strongs_definition":"a bunch of grapes or other fruit","kjv_definition":"cluster (of grapes)."} +{"id":"H812","strongs_number":"H812","system":"hebrew","language":"hebrew","number_value":812,"lemma":"אֶשְׁכֹּל","transliteration":"ʼEshkôl","pronunciation":"esh-kole'","derivation":"the same as H811 (אֶשְׁכּוֹל);","strongs_definition":"Eshcol, the name of an Amorite, also of a valley in Palestine","kjv_definition":"Eshcol."} +{"id":"H813","strongs_number":"H813","system":"hebrew","language":"hebrew","number_value":813,"lemma":"אַשְׁכְּנַז","transliteration":"ʼAshkᵉnaz","pronunciation":"ash-ken-az'","derivation":"of foreign origin;","strongs_definition":"Ashkenaz, a Japhethite, also his descendants","kjv_definition":"Ashkenaz."} +{"id":"H814","strongs_number":"H814","system":"hebrew","language":"hebrew","number_value":814,"lemma":"אֶשְׁכָּר","transliteration":"ʼeshkâr","pronunciation":"esh-cawr'","derivation":"for H7939 (שָׂכָר);","strongs_definition":"a gratuity","kjv_definition":"gift, present."} +{"id":"H815","strongs_number":"H815","system":"hebrew","language":"hebrew","number_value":815,"lemma":"אֵשֶׁל","transliteration":"ʼêshel","pronunciation":"ay'-shel","derivation":"from a root of uncertain signification;","strongs_definition":"a tamarisk tree; by extension, a grove of any kind","kjv_definition":"grove, tree."} +{"id":"H816","strongs_number":"H816","system":"hebrew","language":"hebrew","number_value":816,"lemma":"אָשַׁם","transliteration":"ʼâsham","pronunciation":"aw-sham'","derivation":"or אָשֵׁם; a primitive root;","strongs_definition":"to be guilty; by implication to be punished or perish","kjv_definition":"[idiom] certainly, be(-come, made) desolate, destroy, [idiom] greatly, be(-come, found, hold) guilty, offend (acknowledge offence), trespass."} +{"id":"H817","strongs_number":"H817","system":"hebrew","language":"hebrew","number_value":817,"lemma":"אָשָׁם","transliteration":"ʼâshâm","pronunciation":"aw-shawm'","derivation":"from H816 (אָשַׁם);","strongs_definition":"guilt; by implication, a fault; also a sin-offering","kjv_definition":"guiltiness, (offering for) sin, trespass (offering)."} +{"id":"H818","strongs_number":"H818","system":"hebrew","language":"hebrew","number_value":818,"lemma":"אָשֵׁם","transliteration":"ʼâshêm","pronunciation":"aw-shame'","derivation":"from H816 (אָשַׁם);","strongs_definition":"guilty; hence, presenting asin-offering","kjv_definition":"one which is faulty, guilty."} +{"id":"H819","strongs_number":"H819","system":"hebrew","language":"hebrew","number_value":819,"lemma":"אַשְׁמָה","transliteration":"ʼashmâh","pronunciation":"ash-maw'","derivation":"feminine of H817 (אָשָׁם);","strongs_definition":"guiltiness, a fault, the presentation of asin-offering","kjv_definition":"offend, sin, (cause of) trespass(-ing, offering)."} +{"id":"H820","strongs_number":"H820","system":"hebrew","language":"hebrew","number_value":820,"lemma":"אַשְׁמָן","transliteration":"ʼashmân","pronunciation":"ash-mawn'","derivation":"probably from H8081 (שֶׁמֶן);","strongs_definition":"a fat-field","kjv_definition":"desolate place."} +{"id":"H821","strongs_number":"H821","system":"hebrew","language":"hebrew","number_value":821,"lemma":"אַשְׁמֻרָה","transliteration":"ʼashmurâh","pronunciation":"ash-moo-raw'","derivation":"or אַשׁמוּרָה; or אַשׁמֹרֶת; (feminine) from H8104 (שָׁמַר);","strongs_definition":"a night watch","kjv_definition":"watch."} +{"id":"H822","strongs_number":"H822","system":"hebrew","language":"hebrew","number_value":822,"lemma":"אֶשְׁנָב","transliteration":"ʼeshnâb","pronunciation":"esh-nawb'","derivation":"apparently from an unused root (probably meaning to leave interstices);","strongs_definition":"a latticed window","kjv_definition":"casement, lattice."} +{"id":"H823","strongs_number":"H823","system":"hebrew","language":"hebrew","number_value":823,"lemma":"אַשְׁנָה","transliteration":"ʼAshnâh","pronunciation":"ash-naw'","derivation":"probably a variation for H3466 (יְשָׁנָה);","strongs_definition":"Ashnah, the name of two places in Palestine","kjv_definition":"Ashnah."} +{"id":"H824","strongs_number":"H824","system":"hebrew","language":"hebrew","number_value":824,"lemma":"אֶשְׁעָן","transliteration":"ʼEshʻân","pronunciation":"esh-awn'","derivation":"from H8172 (שָׁעַן); support;","strongs_definition":"Eshan, a place in Palestine","kjv_definition":"Eshean."} +{"id":"H825","strongs_number":"H825","system":"hebrew","language":"hebrew","number_value":825,"lemma":"אַשָּׁף","transliteration":"ʼashshâph","pronunciation":"ash-shawf'","derivation":"from an unused root (probably meaning to lisp, i.e. practice enchantment);","strongs_definition":"a conjurer","kjv_definition":"astrologer."} +{"id":"H826","strongs_number":"H826","system":"hebrew","language":"hebrew","number_value":826,"lemma":"אַשָּׁף","transliteration":"ʼashshâph","pronunciation":"ash-shawf'","derivation":"(Aramaic) corresponding to H825 (אַשָּׁף)","strongs_definition":"{a conjurer}","kjv_definition":"astrologer."} +{"id":"H827","strongs_number":"H827","system":"hebrew","language":"hebrew","number_value":827,"lemma":"אַשְׁפָּה","transliteration":"ʼashpâh","pronunciation":"ash-paw'","derivation":"perhaps (feminine) from the same as H825 (אַשָּׁף) (in the sense of covering);","strongs_definition":"a quiver or arrow-case","kjv_definition":"quiver."} +{"id":"H828","strongs_number":"H828","system":"hebrew","language":"hebrew","number_value":828,"lemma":"אַשְׁפְּנַז","transliteration":"ʼAshpᵉnaz","pronunciation":"ash-pen-az'","derivation":"of foreign origin;","strongs_definition":"Ashpenaz, a Babylonian eunuch","kjv_definition":"Ashpenaz."} +{"id":"H829","strongs_number":"H829","system":"hebrew","language":"hebrew","number_value":829,"lemma":"אֶשְׁפָּר","transliteration":"ʼeshpâr","pronunciation":"esh-pawr'","derivation":"of uncertain derivation;","strongs_definition":"a measured portion","kjv_definition":"good piece (of flesh)."} +{"id":"H830","strongs_number":"H830","system":"hebrew","language":"hebrew","number_value":830,"lemma":"אַשְׁפֹּת","transliteration":"ʼashpôth","pronunciation":"ash-pohth'","derivation":"or אַשְׁפּוֹת; or שְׁפֹת; (contraction) plural of a noun of the same form as H827 (אַשְׁפָּה), from H8192 (שָׁפָה) (in the sense of scraping);","strongs_definition":"a heap of rubbish or filth","kjv_definition":"dung (hill)."} +{"id":"H831","strongs_number":"H831","system":"hebrew","language":"hebrew","number_value":831,"lemma":"אַשְׁקְלוֹן","transliteration":"ʼAshqᵉlôwn","pronunciation":"ash-kel-one'","derivation":"probably from H8254 (שָׁקַל) in the sense of weighing-place (i.e. mart);","strongs_definition":"Ashkelon, a place in Palestine","kjv_definition":"Ashkelon, Askalon."} +{"id":"H832","strongs_number":"H832","system":"hebrew","language":"hebrew","number_value":832,"lemma":"אֶשְׁקְלוֹנִי","transliteration":"ʼEshqᵉlôwnîy","pronunciation":"esh-kel-o-nee'","derivation":"patrial from H831 (אַשְׁקְלוֹן);","strongs_definition":"Ashkelonite (collectively) or inhabitant of Ashkelon","kjv_definition":"Eshkalonites."} +{"id":"H833","strongs_number":"H833","system":"hebrew","language":"hebrew","number_value":833,"lemma":"אָשַׁר","transliteration":"ʼâshar","pronunciation":"aw-shar'","derivation":"or אָשֵׁר; a primitive root;","strongs_definition":"to be straight (used in the widest sense, especially to be level, right, happy); figuratively, to go forward, be honest, proper","kjv_definition":"(call, be) bless(-ed, happy), go, guide, lead, relieve."} +{"id":"H834","strongs_number":"H834","system":"hebrew","language":"hebrew","number_value":834,"lemma":"אֲשֶׁר","transliteration":"ʼăsher","pronunciation":"ash-er'","derivation":"a primitive relative pronoun (of every gender and number);","strongs_definition":"who, which, what, that; also (as an adverb and a conjunction) when, where, how, because, in order that, etc.","kjv_definition":"[idiom] after, [idiom] alike, as (soon as), because, [idiom] every, for, [phrase] forasmuch, [phrase] from whence, [phrase] how(-soever), [idiom] if, (so) that ((thing) which, wherein), [idiom] though, [phrase] until, [phrase] whatsoever, when, where ([phrase] -as, -in, -of, -on, -soever, -with), which, whilst, [phrase] whither(-soever), who(-m, -soever, -se). As it is indeclinable, it is often accompanied by the personal pronoun expletively, used to show the connection."} +{"id":"H835","strongs_number":"H835","system":"hebrew","language":"hebrew","number_value":835,"lemma":"אֶשֶׁר","transliteration":"ʼesher","pronunciation":"eh'-sher","derivation":"from H833 (אָשַׁר);","strongs_definition":"happiness; only in masculine plural construction as interjection, how happy!","kjv_definition":"blessed, happy."} +{"id":"H836","strongs_number":"H836","system":"hebrew","language":"hebrew","number_value":836,"lemma":"אָשֵׁר","transliteration":"ʼÂshêr","pronunciation":"aw-share'","derivation":"from H833 (אָשַׁר),","strongs_definition":"happy; Asher, a son of Jacob, and the tribe descended from him, with its territory; also a place in Palestine","kjv_definition":"Asher"} +{"id":"H837","strongs_number":"H837","system":"hebrew","language":"hebrew","number_value":837,"lemma":"אֹשֶׁר","transliteration":"ʼôsher","pronunciation":"o'-sher","derivation":"from H833 (אָשַׁר);","strongs_definition":"happiness","kjv_definition":"happy."} +{"id":"H838","strongs_number":"H838","system":"hebrew","language":"hebrew","number_value":838,"lemma":"אָשֻׁר","transliteration":"ʼâshur","pronunciation":"aw-shoor'","derivation":"or אַשֻּׁר; from H833 (אָשַׁר) in the sense of going;","strongs_definition":"a step","kjv_definition":"going, step."} +{"id":"H839","strongs_number":"H839","system":"hebrew","language":"hebrew","number_value":839,"lemma":"אֲשֻׁר","transliteration":"ʼăshur","pronunciation":"ash-oor'","derivation":"contracted for H8391 (תְּאַשּׁוּר);","strongs_definition":"the cedar tree or some other light elastic wood","kjv_definition":"Ashurite."} +{"id":"H840","strongs_number":"H840","system":"hebrew","language":"hebrew","number_value":840,"lemma":"אֲשַׂרְאֵל","transliteration":"ʼĂsarʼêl","pronunciation":"as-ar-ale'","derivation":"by orthographical variation from H833 (אָשַׁר) and H410 (אֵל); right of God;","strongs_definition":"Asarel, an Israelite","kjv_definition":"Asareel."} +{"id":"H841","strongs_number":"H841","system":"hebrew","language":"hebrew","number_value":841,"lemma":"אֲשַׂרְאֵלָה","transliteration":"ʼĂsarʼêlâh","pronunciation":"as-ar-ale'-aw","derivation":"from the same as H840 (אֲשַׂרְאֵל); right toward God;","strongs_definition":"Asarelah, an Israelite","kjv_definition":"Asarelah. Compare H3480 (יְשַׂרְאֵלָה)."} +{"id":"H842","strongs_number":"H842","system":"hebrew","language":"hebrew","number_value":842,"lemma":"אֲשֵׁרָה","transliteration":"ʼăshêrâh","pronunciation":"ash-ay-raw'","derivation":"or אֲשֵׁירָה; from H833 (אָשַׁר); happy;","strongs_definition":"Asherah (or Astarte) a Phoenician goddess; also an image of the same","kjv_definition":"grove. Compare H6253 (עַשְׁתֹּרֶת)."} +{"id":"H843","strongs_number":"H843","system":"hebrew","language":"hebrew","number_value":843,"lemma":"אָשֵׁרִי","transliteration":"ʼÂshêrîy","pronunciation":"aw-shay-ree'","derivation":"patronymic from H836 (אָשֵׁר);","strongs_definition":"an Asherite (collectively) or descendant of Asher","kjv_definition":"Asherites."} +{"id":"H844","strongs_number":"H844","system":"hebrew","language":"hebrew","number_value":844,"lemma":"אַשְׂרִיאֵל","transliteration":"ʼAsrîyʼêl","pronunciation":"as-ree-ale'","derivation":"an orthographical variation for H840 (אֲשַׂרְאֵל);","strongs_definition":"Asriel, the name of two Israelites","kjv_definition":"Ashriel, Asriel."} +{"id":"H845","strongs_number":"H845","system":"hebrew","language":"hebrew","number_value":845,"lemma":"אַשְׂרִאֵלִי","transliteration":"ʼAsriʼêlîy","pronunciation":"as-ree-ale-ee'","derivation":"patronymic from H844 (אַשְׂרִיאֵל);","strongs_definition":"an Asrielite (collectively) or descendant of Asriel","kjv_definition":"Asrielites."} +{"id":"H846","strongs_number":"H846","system":"hebrew","language":"hebrew","number_value":846,"lemma":"אֻשַּׁרְנָא","transliteration":"ʼushsharnâʼ","pronunciation":"oosh-ar-naw'","derivation":"(Aramaic) from a root corresponding to H833 (אָשַׁר);","strongs_definition":"a wall (from its uprightness)","kjv_definition":"wall."} +{"id":"H847","strongs_number":"H847","system":"hebrew","language":"hebrew","number_value":847,"lemma":"אֶשְׁתָּאֹל","transliteration":"ʼEshtâʼôl","pronunciation":"esh-taw-ole'","derivation":"or אֶשְׁתָּאוֹל; probably from H7592 (שָׁאַל); intreaty;","strongs_definition":"Eshtaol, a place in Palestine","kjv_definition":"Eshtaol."} +{"id":"H848","strongs_number":"H848","system":"hebrew","language":"hebrew","number_value":848,"lemma":"אֶשְׁתָּאֻלִי","transliteration":"ʼEshtâʼulîy","pronunciation":"esh-taw-oo-lee'","derivation":"patrial from H847 (אֶשְׁתָּאֹל);","strongs_definition":"an Eshtaolite (collectively) or inhabitant of Eshtaol","kjv_definition":"Eshtaulites."} +{"id":"H849","strongs_number":"H849","system":"hebrew","language":"hebrew","number_value":849,"lemma":"אֶשְׁתַּדּוּר","transliteration":"ʼeshtaddûwr","pronunciation":"esh-tad-dure'","derivation":"(Aramaic) from H7712 (שְׁדַר) (in a bad sense);","strongs_definition":"rebellion","kjv_definition":"sedition."} +{"id":"H850","strongs_number":"H850","system":"hebrew","language":"hebrew","number_value":850,"lemma":"אֶשְׁתּוֹן","transliteration":"ʼEshtôwn","pronunciation":"esh-tone'","derivation":"probably from the same as H7764 (שׁוּנִי); restful;","strongs_definition":"Eshton, an Israelite","kjv_definition":"Eshton."} +{"id":"H851","strongs_number":"H851","system":"hebrew","language":"hebrew","number_value":851,"lemma":"אֶשְׁתְּמֹעַ","transliteration":"ʼEshtᵉmôaʻ","pronunciation":"esh-tem-o'-ah","derivation":"or אֶשְׁתְּמוֹעַ; or אֶשְׁתְּמֹה; from H8085 (שָׁמַע) (in the sense of obedience);","strongs_definition":"Eshtemoa or Eshtemoh, a place in Palestine","kjv_definition":"Eshtemoa, Eshtemoh."} +{"id":"H852","strongs_number":"H852","system":"hebrew","language":"hebrew","number_value":852,"lemma":"אָת","transliteration":"ʼâth","pronunciation":"awth","derivation":"(Aramaic) corresponding to H226 (אוֹת);","strongs_definition":"a portent","kjv_definition":"sign."} +{"id":"H853","strongs_number":"H853","system":"hebrew","language":"hebrew","number_value":853,"lemma":"אֵת","transliteration":"ʼêth","pronunciation":"ayth","derivation":"apparent contracted from H226 (אוֹת) in the demonstrative sense of entity;","strongs_definition":"properly, self (but generally used to point out more definitely the object of a verb or preposition, even or namely)","kjv_definition":"(as such unrepresented in English)."} +{"id":"H854","strongs_number":"H854","system":"hebrew","language":"hebrew","number_value":854,"lemma":"אֵת","transliteration":"ʼêth","pronunciation":"ayth","derivation":"probably from H579 (אָנָה);","strongs_definition":"properly, nearness (used only as a preposition or an adverb), near; hence, generally, with, by, at, among, etc.","kjv_definition":"against, among, before, by, for, from, in(-to), (out) of, with. Often with another prepositional prefix."} +{"id":"H855","strongs_number":"H855","system":"hebrew","language":"hebrew","number_value":855,"lemma":"אֵת","transliteration":"ʼêth","pronunciation":"ayth","derivation":"of uncertain derivation;","strongs_definition":"a hoe or other digging implement","kjv_definition":"coulter, plowshare."} +{"id":"H856","strongs_number":"H856","system":"hebrew","language":"hebrew","number_value":856,"lemma":"אֶתְבַּעַל","transliteration":"ʼEthbaʻal","pronunciation":"eth-bah'-al","derivation":"from H854 (אֵת) and H1168 (בַּעַל); with Baal;","strongs_definition":"Ethbaal, a Phoenician king","kjv_definition":"Ethbaal."} +{"id":"H857","strongs_number":"H857","system":"hebrew","language":"hebrew","number_value":857,"lemma":"אָתָה","transliteration":"ʼâthâh","pronunciation":"aw-thaw'","derivation":"or אָתָא; a primitive root (collateral to H225 (אוּת) contraction);","strongs_definition":"to arrive","kjv_definition":"(be-, things to) come (upon), bring."} +{"id":"H858","strongs_number":"H858","system":"hebrew","language":"hebrew","number_value":858,"lemma":"אָתָה","transliteration":"ʼâthâh","pronunciation":"aw-thaw'","derivation":"(Aramaic) or אָתָא; (Aramaic), corresponding to H857 (אָתָה)","strongs_definition":"{to arrive}","kjv_definition":"(be-) come, bring."} +{"id":"H859","strongs_number":"H859","system":"hebrew","language":"hebrew","number_value":859,"lemma":"אַתָּה","transliteration":"ʼattâh","pronunciation":"at-taw'","derivation":"or (shortened); אַתָּ; or אַת; feminine (irregular) sometimes אַתִּי; plural masculine אַתֶּם; feminine אַתֶּן; or אַתֵּנָהlemma אתֵּנָה missing vowel, corrected to אַתֵּנָה; or אַתֵּנָּה; a primitive pronoun of the second person;","strongs_definition":"thou and thee, or (plural) ye and you","kjv_definition":"thee, thou, ye, you."} +{"id":"H860","strongs_number":"H860","system":"hebrew","language":"hebrew","number_value":860,"lemma":"אָתוֹן","transliteration":"ʼâthôwn","pronunciation":"aw-thone'","derivation":"probably from the same as H386 (אֵיתָן) (in the sense of patience);","strongs_definition":"a female donkey (from its docility)","kjv_definition":"(she) ass."} +{"id":"H861","strongs_number":"H861","system":"hebrew","language":"hebrew","number_value":861,"lemma":"אַתּוּן","transliteration":"ʼattûwn","pronunciation":"at-toon'","derivation":"(Aramaic) probably from the corresponding to H784 (אֵשׁ);","strongs_definition":"probably a fire-place, i.e. furnace","kjv_definition":"furnace."} +{"id":"H862","strongs_number":"H862","system":"hebrew","language":"hebrew","number_value":862,"lemma":"אַתּוּק","transliteration":"ʼattûwq","pronunciation":"at-tooke'","derivation":"or אַתִּיק; from H5423 (נָתַק) in the sense of decreasing;","strongs_definition":"a ledge or offset in abuilding","kjv_definition":"gallery."} +{"id":"H863","strongs_number":"H863","system":"hebrew","language":"hebrew","number_value":863,"lemma":"אִתַּי","transliteration":"ʼIttay","pronunciation":"it-tah'ee","derivation":"or אִיתַי; from H854 (אֵת); near;","strongs_definition":"Ittai or Ithai, the name of a Gittite and of an Israelite","kjv_definition":"Ithai, Ittai."} +{"id":"H864","strongs_number":"H864","system":"hebrew","language":"hebrew","number_value":864,"lemma":"אֵתָם","transliteration":"ʼÊthâm","pronunciation":"ay-thawm'","derivation":"of Egyptian derivation;","strongs_definition":"Etham, a place in the Desert","kjv_definition":"Etham."} +{"id":"H865","strongs_number":"H865","system":"hebrew","language":"hebrew","number_value":865,"lemma":"אֶתְמוֹל","transliteration":"ʼethmôwl","pronunciation":"eth-mole'","derivation":"or אִתְמוֹל; or אֶתְמוּל; probably from H853 (אֵת) or H854 (אֵת) and H4136 (מוּל);","strongs_definition":"heretofore; definitely yesterday","kjv_definition":"[phrase] before (that) time, [phrase] heretofore, of late (old), [phrase] times past, yester(day)."} +{"id":"H866","strongs_number":"H866","system":"hebrew","language":"hebrew","number_value":866,"lemma":"אֶתְנָה","transliteration":"ʼethnâh","pronunciation":"eth-naw'","derivation":"from H8566 (תָּנָה);","strongs_definition":"a present (as the price of harlotry)","kjv_definition":"reward."} +{"id":"H867","strongs_number":"H867","system":"hebrew","language":"hebrew","number_value":867,"lemma":"אֶתְנִי","transliteration":"ʼEthnîy","pronunciation":"eth-nee'","derivation":"perhaps from H866 (אֶתְנָה); munificence;","strongs_definition":"Ethni, an Israelite","kjv_definition":"Ethni."} +{"id":"H868","strongs_number":"H868","system":"hebrew","language":"hebrew","number_value":868,"lemma":"אֶתְנַן","transliteration":"ʼethnan","pronunciation":"eth-nan'","derivation":"the same as H866 (אֶתְנָה);","strongs_definition":"a gift (as the price of harlotry or idolatry)","kjv_definition":"hire, reward."} +{"id":"H869","strongs_number":"H869","system":"hebrew","language":"hebrew","number_value":869,"lemma":"אֶתְנַן","transliteration":"ʼEthnan","pronunciation":"eth-nan'","derivation":"the same as H868 (אֶתְנַן) in the sense of H867 (אֶתְנִי);","strongs_definition":"Ethnan, an Israelite","kjv_definition":"Ethnan."} +{"id":"H870","strongs_number":"H870","system":"hebrew","language":"hebrew","number_value":870,"lemma":"אֲתַר","transliteration":"ʼăthar","pronunciation":"ath-ar'","derivation":"(Aramaic) from a root corresponding to that of H871 (אֲתָרִים);","strongs_definition":"a place; (adverb) after","kjv_definition":"after, place."} +{"id":"H871","strongs_number":"H871","system":"hebrew","language":"hebrew","number_value":871,"lemma":"אֲתָרִים","transliteration":"ʼĂthârîym","pronunciation":"ath-aw-reem'","derivation":"plural from an unused root (probably meaning to step); places;","strongs_definition":"Atharim, a place near Palestine","kjv_definition":"spies. b"} +{"id":"H872","strongs_number":"H872","system":"hebrew","language":"hebrew","number_value":872,"lemma":"בְּאָה","transliteration":"bᵉʼâh","pronunciation":"be-aw'","derivation":"from H935 (בּוֹא);","strongs_definition":"an entrance to a building","kjv_definition":"entry."} +{"id":"H873","strongs_number":"H873","system":"hebrew","language":"hebrew","number_value":873,"lemma":"בִּאוּשׁ","transliteration":"biʼûwsh","pronunciation":"be-oosh'","derivation":"(Aramaic) from H888 (בְּאֵשׁ);","strongs_definition":"wicked","kjv_definition":"bad."} +{"id":"H874","strongs_number":"H874","system":"hebrew","language":"hebrew","number_value":874,"lemma":"בָּאַר","transliteration":"bâʼar","pronunciation":"baw-ar'","derivation":"a primitive root;","strongs_definition":"to dig; by analogy, to engrave; figuratively, to explain","kjv_definition":"declare, (make) plain(-ly)."} +{"id":"H875","strongs_number":"H875","system":"hebrew","language":"hebrew","number_value":875,"lemma":"בְּאֵר","transliteration":"bᵉʼêr","pronunciation":"be-ayr'","derivation":"from H874 (בָּאַר);","strongs_definition":"a pit; especially a well","kjv_definition":"pit, well."} +{"id":"H876","strongs_number":"H876","system":"hebrew","language":"hebrew","number_value":876,"lemma":"בְּאֵר","transliteration":"Bᵉʼêr","pronunciation":"be-ayr'","derivation":"the same as H875 (בְּאֵר);","strongs_definition":"Beer, a place in the Desert, also one in Palestine","kjv_definition":"Beer."} +{"id":"H877","strongs_number":"H877","system":"hebrew","language":"hebrew","number_value":877,"lemma":"בֹּאר","transliteration":"bôʼr","pronunciation":"bore","derivation":"from H874 (בָּאַר);","strongs_definition":"a cistern","kjv_definition":"cistern."} +{"id":"H878","strongs_number":"H878","system":"hebrew","language":"hebrew","number_value":878,"lemma":"בְּאֵרָא","transliteration":"Bᵉʼêrâʼ","pronunciation":"be-ay-raw'","derivation":"from H875 (בְּאֵר); a well;","strongs_definition":"Beera, an Israelite","kjv_definition":"Beera."} +{"id":"H879","strongs_number":"H879","system":"hebrew","language":"hebrew","number_value":879,"lemma":"בְּאֵר אֵלִים","transliteration":"Bᵉʼêr ʼÊlîym","pronunciation":"be-ayr' ay-leem'","derivation":"from H875 (בְּאֵר) and the plural of H410 (אֵל); well of heroes;","strongs_definition":"Beer-Elim, a place in the Desert","kjv_definition":"Beer-elim."} +{"id":"H880","strongs_number":"H880","system":"hebrew","language":"hebrew","number_value":880,"lemma":"בְּאֵרָה","transliteration":"Bᵉʼêrâh","pronunciation":"be-ay-raw'","derivation":"the same as H878 (בְּאֵרָא);","strongs_definition":"Beerah, an Israelite","kjv_definition":"Beerah."} +{"id":"H881","strongs_number":"H881","system":"hebrew","language":"hebrew","number_value":881,"lemma":"בְּאֵרוֹת","transliteration":"Bᵉʼêrôwth","pronunciation":"be-ay-rohth'","derivation":"feminine plural of H875 (בְּאֵר); wells;","strongs_definition":"Beeroth, a place in Palestine","kjv_definition":"Beeroth."} +{"id":"H882","strongs_number":"H882","system":"hebrew","language":"hebrew","number_value":882,"lemma":"בְּאֵרִי","transliteration":"Bᵉʼêrîy","pronunciation":"be-ay-ree'","derivation":"from H875 (בְּאֵר); fountained;","strongs_definition":"Beeri, the name of a Hittite and of an Israelite","kjv_definition":"Beeri."} +{"id":"H883","strongs_number":"H883","system":"hebrew","language":"hebrew","number_value":883,"lemma":"בְּאֵר לַחַי רֹאִי","transliteration":"Bᵉʼêr la-Chay Rôʼîy","pronunciation":"be-ayr' lakh-ah'ee ro-ee'","derivation":"from H875 (בְּאֵר) and H2416 (חַי) (with prefix) and H7203 (רֹאֶה); well of a living (One) my Seer;","strongs_definition":"Beer-Lachai-Roi, a place in the Desert","kjv_definition":"Beer-lahai-roi."} +{"id":"H884","strongs_number":"H884","system":"hebrew","language":"hebrew","number_value":884,"lemma":"בְּאֵר שֶׁבַע","transliteration":"Bᵉʼêr Shebaʻ","pronunciation":"be-ayr' sheh'-bah","derivation":"from H875 (בְּאֵר) and H7651 (שֶׁבַע) (in the sense of H7650 (שָׁבַע)); well of an oath;","strongs_definition":"Beer-Sheba, a place in Palestine","kjv_definition":"Beer-shebah."} +{"id":"H885","strongs_number":"H885","system":"hebrew","language":"hebrew","number_value":885,"lemma":"בְּאֵרֹת בְּנֵי־יַעֲקַן","transliteration":"Bᵉʼêrôth Bᵉnêy-Yaʻăqan","pronunciation":"be-ay-roth' be-nay' yah-a-can'","derivation":"from the feminine plural of H875 (בְּאֵר), and the plural contraction of H1121 (בֵּן), and H3292 (יַעֲקָן); wells of (the) sons of Jaakan;","strongs_definition":"Beeroth-Bene-Jaakan, a place in the Desert","kjv_definition":"Beeroth of the children of Jaakan."} +{"id":"H886","strongs_number":"H886","system":"hebrew","language":"hebrew","number_value":886,"lemma":"בְּאֵרֹתִי","transliteration":"Bᵉʼêrôthîy","pronunciation":"be-ay-ro-thee'","derivation":"patrial from H881 (בְּאֵרוֹת);","strongs_definition":"a Beerothite or inhabitant of Beeroth","kjv_definition":"Beerothite."} +{"id":"H887","strongs_number":"H887","system":"hebrew","language":"hebrew","number_value":887,"lemma":"בָּאַשׁ","transliteration":"bâʼash","pronunciation":"baw-ash'","derivation":"a primitive root;","strongs_definition":"to smell bad; figuratively, to be offensive morally","kjv_definition":"(make to) be abhorred (had in abomination, loathsome, odious), (cause a, make to) stink(-ing savour), [idiom] utterly."} +{"id":"H888","strongs_number":"H888","system":"hebrew","language":"hebrew","number_value":888,"lemma":"בְּאֵשׁ","transliteration":"bᵉʼêsh","pronunciation":"be-aysh'","derivation":"(Aramaic) corresponding to H887 (בָּאַשׁ)","strongs_definition":"{to smell bad; figuratively, to be offensive morally}","kjv_definition":"displease."} +{"id":"H889","strongs_number":"H889","system":"hebrew","language":"hebrew","number_value":889,"lemma":"בְּאֹשׁ","transliteration":"bᵉʼôsh","pronunciation":"be-oshe'","derivation":"from H877 (בֹּאר);","strongs_definition":"a stench","kjv_definition":"stink."} +{"id":"H890","strongs_number":"H890","system":"hebrew","language":"hebrew","number_value":890,"lemma":"בׇּאְשָׁה","transliteration":"boʼshâh","pronunciation":"bosh-aw'","derivation":"feminine of H889 (בְּאֹשׁ);","strongs_definition":"stink-weed or any other noxious or useless plant","kjv_definition":"cockle."} +{"id":"H891","strongs_number":"H891","system":"hebrew","language":"hebrew","number_value":891,"lemma":"בְּאֻשִׁים","transliteration":"bᵉʼushîym","pronunciation":"be-oo-sheem'","derivation":"plural of H889 (בְּאֹשׁ);","strongs_definition":"poison-berries","kjv_definition":"wild grapes."} +{"id":"H892","strongs_number":"H892","system":"hebrew","language":"hebrew","number_value":892,"lemma":"בָּבָה","transliteration":"bâbâh","pronunciation":"baw-baw'","derivation":"feminine active participle of an unused root meaning to hollow out;","strongs_definition":"something hollowed (as a gate), i.e. pupil of the eye","kjv_definition":"apple (of the eye)."} +{"id":"H893","strongs_number":"H893","system":"hebrew","language":"hebrew","number_value":893,"lemma":"בֵּבַי","transliteration":"Bêbay","pronunciation":"bay-bah'ee","derivation":"probably of foreign origin;","strongs_definition":"Bebai, an Israelite","kjv_definition":"Bebai."} +{"id":"H894","strongs_number":"H894","system":"hebrew","language":"hebrew","number_value":894,"lemma":"בָּבֶל","transliteration":"Bâbel","pronunciation":"baw-bel'","derivation":"from H1101 (בָּלַל); confusion;","strongs_definition":"Babel (i.e. Babylon), including Babylonia and the Babylonian empire","kjv_definition":"Babel, Babylon."} +{"id":"H895","strongs_number":"H895","system":"hebrew","language":"hebrew","number_value":895,"lemma":"בַּבֶל","transliteration":"Babel","pronunciation":"baw-bel'","derivation":"(Aramaic) corresponding to H894 (בָּבֶל)","strongs_definition":"{Babel (i.e. Babylon), including Babylonia and the Babylonian empire}","kjv_definition":"Babylon."} +{"id":"H896","strongs_number":"H896","system":"hebrew","language":"hebrew","number_value":896,"lemma":"בַּבְלִי","transliteration":"Bablîy","pronunciation":"bab-lee'","derivation":"(Aramaic) patrial from H895 (בַּבֶל);","strongs_definition":"a Babylonian","kjv_definition":"Babylonia."} +{"id":"H897","strongs_number":"H897","system":"hebrew","language":"hebrew","number_value":897,"lemma":"בַּג","transliteration":"bag","pronunciation":"bag","derivation":"a Persian word;","strongs_definition":"food","kjv_definition":"spoil (from the margin for H957 (בַּז).)"} +{"id":"H898","strongs_number":"H898","system":"hebrew","language":"hebrew","number_value":898,"lemma":"בָּגַד","transliteration":"bâgad","pronunciation":"baw-gad'","derivation":"a primitive root;","strongs_definition":"to cover (with a garment); figuratively, to act covertly; by implication, to pillage","kjv_definition":"deal deceitfully (treacherously, unfaithfully), offend, transgress(-or), (depart), treacherous (dealer, -ly, man), unfaithful(-ly, man), [idiom] very."} +{"id":"H899","strongs_number":"H899","system":"hebrew","language":"hebrew","number_value":899,"lemma":"בֶּגֶד","transliteration":"beged","pronunciation":"behg'-ed","derivation":"from H898 (בָּגַד);","strongs_definition":"a covering, i.e. clothing; also treachery or pillage","kjv_definition":"apparel, cloth(-es, ing), garment, lap, rag, raiment, robe, [idiom] very (treacherously), vesture, wardrobe."} +{"id":"H900","strongs_number":"H900","system":"hebrew","language":"hebrew","number_value":900,"lemma":"בֹּגְדוֹת","transliteration":"bôgᵉdôwth","pronunciation":"bohg-ed-ohth","derivation":"feminine plural active participle of H898 (בָּגַד);","strongs_definition":"treacheries","kjv_definition":"treacherous."} +{"id":"H901","strongs_number":"H901","system":"hebrew","language":"hebrew","number_value":901,"lemma":"בָּגוֹד","transliteration":"bâgôwd","pronunciation":"baw-gode'","derivation":"from H898 (בָּגַד);","strongs_definition":"treacherous","kjv_definition":"treacherous."} +{"id":"H902","strongs_number":"H902","system":"hebrew","language":"hebrew","number_value":902,"lemma":"בִּגְוַי","transliteration":"Bigvay","pronunciation":"big-vah'ee","derivation":"probably of foreign origin;","strongs_definition":"Bigvai, an Israelite","kjv_definition":"Bigvai."} +{"id":"H903","strongs_number":"H903","system":"hebrew","language":"hebrew","number_value":903,"lemma":"בִּגְתָא","transliteration":"Bigthâʼ","pronunciation":"big-thaw'","derivation":"of Persian derivation;","strongs_definition":"Bigtha, a eunuch of Xerxes","kjv_definition":"Bigtha."} +{"id":"H904","strongs_number":"H904","system":"hebrew","language":"hebrew","number_value":904,"lemma":"בִּגְתָן","transliteration":"Bigthân","pronunciation":"big-thawn'","derivation":"or בִּגְתָנָא; of similar derivation to H903 (בִּגְתָא);","strongs_definition":"Bigthan or Bigthana, a eunuch of Xerxes","kjv_definition":"Bigthan, Bigthana."} +{"id":"H905","strongs_number":"H905","system":"hebrew","language":"hebrew","number_value":905,"lemma":"בַּד","transliteration":"bad","pronunciation":"bad","derivation":"from H909 (בָּדַד);","strongs_definition":"properly, separation; by implication, a part of the body, branch of atree, bar forcarrying; figuratively, chief of a city; especially (with prepositional prefix) as an adverb, apart, only, besides","kjv_definition":"alone, apart, bar, besides, branch, by self, of each alike, except, only, part, staff, strength."} +{"id":"H906","strongs_number":"H906","system":"hebrew","language":"hebrew","number_value":906,"lemma":"בַּד","transliteration":"bad","pronunciation":"bad","derivation":"perhaps from H909 (בָּדַד) (in the sense of divided fibres);","strongs_definition":"flaxen thread or yarn; hence, a linen garment","kjv_definition":"linen."} +{"id":"H907","strongs_number":"H907","system":"hebrew","language":"hebrew","number_value":907,"lemma":"בַּד","transliteration":"bad","pronunciation":"bad","derivation":"from H908 (בָּדָא);","strongs_definition":"a brag or lie; also a liar","kjv_definition":"liar, lie."} +{"id":"H908","strongs_number":"H908","system":"hebrew","language":"hebrew","number_value":908,"lemma":"בָּדָא","transliteration":"bâdâʼ","pronunciation":"baw-daw'","derivation":"a primitive root;","strongs_definition":"(figuratively) to invent","kjv_definition":"devise, feign."} +{"id":"H909","strongs_number":"H909","system":"hebrew","language":"hebrew","number_value":909,"lemma":"בָּדַד","transliteration":"bâdad","pronunciation":"baw-dad'","derivation":"a primitive root;","strongs_definition":"to divide, i.e. (reflex.) be solitary","kjv_definition":"alone."} +{"id":"H910","strongs_number":"H910","system":"hebrew","language":"hebrew","number_value":910,"lemma":"בָּדָד","transliteration":"bâdâd","pronunciation":"baw-dawd'","derivation":"from H909 (בָּדַד);","strongs_definition":"separate; adverb, separately","kjv_definition":"alone, desolate, only, solitary."} +{"id":"H911","strongs_number":"H911","system":"hebrew","language":"hebrew","number_value":911,"lemma":"בְּדַד","transliteration":"Bᵉdad","pronunciation":"bed-ad'","derivation":"from H909 (בָּדַד); separation;","strongs_definition":"Bedad, an Edomite","kjv_definition":"Bedad."} +{"id":"H912","strongs_number":"H912","system":"hebrew","language":"hebrew","number_value":912,"lemma":"בֵּדְיָה","transliteration":"Bêdᵉyâh","pronunciation":"bay-de-yaw'","derivation":"probably a shortened form H5662 (עֹבַדְיָה); servant of Jehovah;","strongs_definition":"Bedejah, an Israelite","kjv_definition":"Bedeiah."} +{"id":"H913","strongs_number":"H913","system":"hebrew","language":"hebrew","number_value":913,"lemma":"בְּדִיל","transliteration":"bᵉdîyl","pronunciation":"bed-eel'","derivation":"from H914 (בָּדַל);","strongs_definition":"alloy (because removed by smelting); by analogy, tin","kjv_definition":"[phrase] plummet, tin."} +{"id":"H914","strongs_number":"H914","system":"hebrew","language":"hebrew","number_value":914,"lemma":"בָּדַל","transliteration":"bâdal","pronunciation":"baw-dal'","derivation":"a primitive root;","strongs_definition":"to divide (in variation senses literally or figuratively, separate, distinguish, differ, select, etc.)","kjv_definition":"(make, put) difference, divide (asunder), (make) separate (self, -ation), sever (out), [idiom] utterly."} +{"id":"H915","strongs_number":"H915","system":"hebrew","language":"hebrew","number_value":915,"lemma":"בָּדָל","transliteration":"bâdâl","pronunciation":"baw-dawl'","derivation":"from H914 (בָּדַל);","strongs_definition":"a part","kjv_definition":"piece."} +{"id":"H916","strongs_number":"H916","system":"hebrew","language":"hebrew","number_value":916,"lemma":"בְּדֹלַח","transliteration":"bᵉdôlach","pronunciation":"bed-o'-lakh","derivation":"probably from H914 (בָּדַל);","strongs_definition":"something in pieces, i.e. bdellium, a (fragrant) gum (perhaps amber); others a pearl","kjv_definition":"bdellium."} +{"id":"H917","strongs_number":"H917","system":"hebrew","language":"hebrew","number_value":917,"lemma":"בְּדָן","transliteration":"Bᵉdân","pronunciation":"bed-awn'","derivation":"probably shortened for H5658 (עַבְדוֹן); servile;","strongs_definition":"Bedan, the name of two Israelites","kjv_definition":"Bedan."} +{"id":"H918","strongs_number":"H918","system":"hebrew","language":"hebrew","number_value":918,"lemma":"בָּדַק","transliteration":"bâdaq","pronunciation":"baw-dak'","derivation":"a primitive root; to gap open; used only as a denominative from H919 (בֶּדֶק);","strongs_definition":"to mend a breach","kjv_definition":"repair."} +{"id":"H919","strongs_number":"H919","system":"hebrew","language":"hebrew","number_value":919,"lemma":"בֶּדֶק","transliteration":"bedeq","pronunciation":"beh'-dek","derivation":"from H918 (בָּדַק);","strongs_definition":"a gap or leak (in a building or a ship)","kjv_definition":"breach, [phrase] calker."} +{"id":"H920","strongs_number":"H920","system":"hebrew","language":"hebrew","number_value":920,"lemma":"בִּדְקַר","transliteration":"Bidqar","pronunciation":"bid-car'","derivation":"probably from H1856 (דָּקַר) with a prepositional prefix; by stabbing, i.e. assassin;","strongs_definition":"Bidkar, an Israelite","kjv_definition":"Bidkar."} +{"id":"H921","strongs_number":"H921","system":"hebrew","language":"hebrew","number_value":921,"lemma":"בְּדַר","transliteration":"bᵉdar","pronunciation":"bed-ar'","derivation":"(Aramaic) corresponding (by transposition) to H6504 (פָּרַד);","strongs_definition":"to scatter","kjv_definition":"scatter."} +{"id":"H922","strongs_number":"H922","system":"hebrew","language":"hebrew","number_value":922,"lemma":"בֹּהוּ","transliteration":"bôhûw","pronunciation":"bo'-hoo","derivation":"from an unused root (meaning to be empty);","strongs_definition":"a vacuity, i.e. (superficially) an undistinguishable ruin","kjv_definition":"emptiness, void."} +{"id":"H923","strongs_number":"H923","system":"hebrew","language":"hebrew","number_value":923,"lemma":"בַּהַט","transliteration":"bahaṭ","pronunciation":"bah'-hat","derivation":"from an unused root (probably meaning to glisten);","strongs_definition":"white marble or perhaps alabaster","kjv_definition":"red (marble)."} +{"id":"H924","strongs_number":"H924","system":"hebrew","language":"hebrew","number_value":924,"lemma":"בְּהִילוּ","transliteration":"bᵉhîylûw","pronunciation":"be-hee-loo'","derivation":"(Aramaic) from H927 (בְּהַל);","strongs_definition":"a hurry; only adverb, hastily","kjv_definition":"in haste."} +{"id":"H925","strongs_number":"H925","system":"hebrew","language":"hebrew","number_value":925,"lemma":"בָּהִיר","transliteration":"bâhîyr","pronunciation":"baw-here'","derivation":"from an unused root (meaning to be bright);","strongs_definition":"shining","kjv_definition":"bright."} +{"id":"H926","strongs_number":"H926","system":"hebrew","language":"hebrew","number_value":926,"lemma":"בָּהַל","transliteration":"bâhal","pronunciation":"baw-hal'","derivation":"a primitive root;","strongs_definition":"to tremble inwardly (or palpitate), i.e. (figuratively) be (causative, make) (suddenly) alarmed or agitated; by implication to hasten anxiously","kjv_definition":"be (make) affrighted (afraid, amazed, dismayed, rash), (be, get, make) haste(-n, -y, -ily), (give) speedy(-ily), thrust out, trouble, vex."} +{"id":"H927","strongs_number":"H927","system":"hebrew","language":"hebrew","number_value":927,"lemma":"בְּהַל","transliteration":"bᵉhal","pronunciation":"be-hal'","derivation":"(Aramaic) corresponding to H926 (בָּהַל);","strongs_definition":"to terrify, hasten","kjv_definition":"in haste, trouble."} +{"id":"H928","strongs_number":"H928","system":"hebrew","language":"hebrew","number_value":928,"lemma":"בֶּהָלָה","transliteration":"behâlâh","pronunciation":"beh-haw-law'","derivation":"from H926 (בָּהַל);","strongs_definition":"panic, destruction","kjv_definition":"terror, trouble."} +{"id":"H929","strongs_number":"H929","system":"hebrew","language":"hebrew","number_value":929,"lemma":"בְּהֵמָה","transliteration":"bᵉhêmâh","pronunciation":"be-hay-maw'","derivation":"from an unused root (probably meaning to be mute);","strongs_definition":"properly, a dumb beast; especially any large quadruped or animal (often collective)","kjv_definition":"beast, cattle."} +{"id":"H930","strongs_number":"H930","system":"hebrew","language":"hebrew","number_value":930,"lemma":"בְּהֵמוֹת","transliteration":"bᵉhêmôwth","pronunciation":"be-hay-mohth'","derivation":"in form a plural or H929 (בְּהֵמָה), but really a singular of Egyptian derivation;","strongs_definition":"a water-ox, i.e. the hippopotamus or Nile-horse","kjv_definition":"Behemoth."} +{"id":"H931","strongs_number":"H931","system":"hebrew","language":"hebrew","number_value":931,"lemma":"בֹּהֶן","transliteration":"bôhen","pronunciation":"bo'-hen","derivation":"from an unused root apparently meaning to be thick;","strongs_definition":"the thumb of the hand or great toe of the foot","kjv_definition":"thumb, great toe."} +{"id":"H932","strongs_number":"H932","system":"hebrew","language":"hebrew","number_value":932,"lemma":"בֹּהַן","transliteration":"Bôhan","pronunciation":"bo'han","derivation":"an orthographical variation of H931 (בֹּהֶן);","strongs_definition":"thumb, Bohan, an Israelite","kjv_definition":"Bohan."} +{"id":"H933","strongs_number":"H933","system":"hebrew","language":"hebrew","number_value":933,"lemma":"בֹּהַק","transliteration":"bôhaq","pronunciation":"bo'-hak","derivation":"from an unused root meaning to be pale;","strongs_definition":"white scurf","kjv_definition":"freckled spot."} +{"id":"H934","strongs_number":"H934","system":"hebrew","language":"hebrew","number_value":934,"lemma":"בֹּהֶרֶת","transliteration":"bôhereth","pronunciation":"bo-heh'-reth","derivation":"feminine active participle of the same as H925 (בָּהִיר);","strongs_definition":"a whitish spot on the skin","kjv_definition":"bright spot."} +{"id":"H935","strongs_number":"H935","system":"hebrew","language":"hebrew","number_value":935,"lemma":"בּוֹא","transliteration":"bôwʼ","pronunciation":"bo","derivation":"a primitive root;","strongs_definition":"to go or come (in a wide variety of applications)","kjv_definition":"abide, apply, attain, [idiom] be, befall, [phrase] besiege, bring (forth, in, into, to pass), call, carry, [idiom] certainly, (cause, let, thing for) to come (against, in, out, upon, to pass), depart, [idiom] doubtless again, [phrase] eat, [phrase] employ, (cause to) enter (in, into, -tering, -trance, -try), be fallen, fetch, [phrase] follow, get, give, go (down, in, to war), grant, [phrase] have, [idiom] indeed, (in-) vade, lead, lift (up), mention, pull in, put, resort, run (down), send, set, [idiom] (well) stricken (in age), [idiom] surely, take (in), way."} +{"id":"H936","strongs_number":"H936","system":"hebrew","language":"hebrew","number_value":936,"lemma":"בּוּז","transliteration":"bûwz","pronunciation":"booz","derivation":"a primitive root;","strongs_definition":"to disrespect","kjv_definition":"contemn, despise, [idiom] utterly."} +{"id":"H937","strongs_number":"H937","system":"hebrew","language":"hebrew","number_value":937,"lemma":"בּוּז","transliteration":"bûwz","pronunciation":"booz","derivation":"from H936 (בּוּז);","strongs_definition":"disrespect","kjv_definition":"contempt(-uously), despised, shamed."} +{"id":"H938","strongs_number":"H938","system":"hebrew","language":"hebrew","number_value":938,"lemma":"בּוּז","transliteration":"Bûwz","pronunciation":"booz","derivation":"the same as H937 (בּוּז);","strongs_definition":"Buz, the name of a son of Nahor, and of an Israelite","kjv_definition":"Buz."} +{"id":"H939","strongs_number":"H939","system":"hebrew","language":"hebrew","number_value":939,"lemma":"בּוּזָה","transliteration":"bûwzâh","pronunciation":"boo-zaw'","derivation":"feminine passive participle of H936 (בּוּז);","strongs_definition":"something scorned; an object of contempt","kjv_definition":"despised."} +{"id":"H940","strongs_number":"H940","system":"hebrew","language":"hebrew","number_value":940,"lemma":"בּוּזִי","transliteration":"Bûwzîy","pronunciation":"boo-zee'","derivation":"patronymic from H938 (בּוּז);","strongs_definition":"a Buzite or descendant of Buz","kjv_definition":"Buzite."} +{"id":"H941","strongs_number":"H941","system":"hebrew","language":"hebrew","number_value":941,"lemma":"בּוּזִי","transliteration":"Bûwzîy","pronunciation":"boo-zee'","derivation":"the same as H940 (בּוּזִי);","strongs_definition":"Buzi, an Israelite","kjv_definition":"Buzi."} +{"id":"H942","strongs_number":"H942","system":"hebrew","language":"hebrew","number_value":942,"lemma":"בַּוַּי","transliteration":"Bavvay","pronunciation":"bav-vah'ee","derivation":"probably of Persian origin;","strongs_definition":"Bavvai, an Israelite","kjv_definition":"Bavai."} +{"id":"H943","strongs_number":"H943","system":"hebrew","language":"hebrew","number_value":943,"lemma":"בּוּךְ","transliteration":"bûwk","pronunciation":"book","derivation":"a primitive root;","strongs_definition":"to involve (literally or figuratively)","kjv_definition":"be entangled, (perplexed)."} +{"id":"H944","strongs_number":"H944","system":"hebrew","language":"hebrew","number_value":944,"lemma":"בּוּל","transliteration":"bûwl","pronunciation":"bool","derivation":"for H2981 (יְבוּל);","strongs_definition":"produce (of the earth, etc.)","kjv_definition":"food, stock."} +{"id":"H945","strongs_number":"H945","system":"hebrew","language":"hebrew","number_value":945,"lemma":"בּוּל","transliteration":"Bûwl","pronunciation":"bool","derivation":"the same as H944 (בּוּל) (in the sense of rain);","strongs_definition":"Bul, the eighth Hebrew month","kjv_definition":"Bul."} +{"id":"H946","strongs_number":"H946","system":"hebrew","language":"hebrew","number_value":946,"lemma":"בּוּנָה","transliteration":"Bûwnâh","pronunciation":"boo-naw'","derivation":"from H995 (בִּין); discretion;","strongs_definition":"Bunah, an Israelite","kjv_definition":"Bunah."} +{"id":"H947","strongs_number":"H947","system":"hebrew","language":"hebrew","number_value":947,"lemma":"בּוּס","transliteration":"bûwç","pronunciation":"boos","derivation":"a primitive root;","strongs_definition":"to trample (literally or figuratively)","kjv_definition":"loath, tread (down, under (foot)), be polluted."} +{"id":"H948","strongs_number":"H948","system":"hebrew","language":"hebrew","number_value":948,"lemma":"בּוּץ","transliteration":"bûwts","pronunciation":"boots","derivation":"from an unused root (of the same form) meaning to bleach, i.e. (intransitive) be white;","strongs_definition":"probably cotton (of some sort)","kjv_definition":"fine (white) linen."} +{"id":"H949","strongs_number":"H949","system":"hebrew","language":"hebrew","number_value":949,"lemma":"בּוֹצֵץ","transliteration":"Bôwtsêts","pronunciation":"bo-tsates'","derivation":"from the same as H948 (בּוּץ); shining;","strongs_definition":"Botsets, a rock near Michmash","kjv_definition":"Bozez."} +{"id":"H950","strongs_number":"H950","system":"hebrew","language":"hebrew","number_value":950,"lemma":"בּוּקָה","transliteration":"bûwqâh","pronunciation":"boo-kaw'","derivation":"feminine passive participle of an unused root (meaning to be hollow);","strongs_definition":"emptiness (as adjective)","kjv_definition":"empty."} +{"id":"H951","strongs_number":"H951","system":"hebrew","language":"hebrew","number_value":951,"lemma":"בּוֹקֵר","transliteration":"bôwqêr","pronunciation":"bo-kare'","derivation":"properly, active participle from H1239 (בָּקַר) as denominative from H1241 (בָּקָר);","strongs_definition":"a cattle-tender","kjv_definition":"herdman."} +{"id":"H952","strongs_number":"H952","system":"hebrew","language":"hebrew","number_value":952,"lemma":"בּוּר","transliteration":"bûwr","pronunciation":"boor","derivation":"a primitive root;","strongs_definition":"to bore, i.e. (figuratively) examine","kjv_definition":"declare."} +{"id":"H953","strongs_number":"H953","system":"hebrew","language":"hebrew","number_value":953,"lemma":"בּוֹר","transliteration":"bôwr","pronunciation":"bore","derivation":"from H952 (בּוּר) (in the sense of H877 (בֹּאר));","strongs_definition":"a pit hole (especially one used as a cistern or a prison)","kjv_definition":"cistern, dungeon, fountain, pit, well."} +{"id":"H954","strongs_number":"H954","system":"hebrew","language":"hebrew","number_value":954,"lemma":"בּוּשׁ","transliteration":"bûwsh","pronunciation":"boosh","derivation":"a primitive root;","strongs_definition":"properly, to pale, i.e. by implication to be ashamed; also (by implication) to be disappointed or delayed","kjv_definition":"(be, make, bring to, cause, put to, with, a-) shamed(-d), be (put to) confounded(-fusion), become dry, delay, be long."} +{"id":"H955","strongs_number":"H955","system":"hebrew","language":"hebrew","number_value":955,"lemma":"בּוּשָׁה","transliteration":"bûwshâh","pronunciation":"boo-shaw'","derivation":"feminine participle passive of H954 (בּוּשׁ);","strongs_definition":"shame","kjv_definition":"shame."} +{"id":"H956","strongs_number":"H956","system":"hebrew","language":"hebrew","number_value":956,"lemma":"בּוּת","transliteration":"bûwth","pronunciation":"booth","derivation":"(Aramaic) apparent denominative from H1005 (בַּיִת);","strongs_definition":"to lodge over night","kjv_definition":"pass the night."} +{"id":"H957","strongs_number":"H957","system":"hebrew","language":"hebrew","number_value":957,"lemma":"בַּז","transliteration":"baz","pronunciation":"baz","derivation":"from H962 (בָּזַז);","strongs_definition":"plunder","kjv_definition":"booty, prey, spoil(-ed)."} +{"id":"H958","strongs_number":"H958","system":"hebrew","language":"hebrew","number_value":958,"lemma":"בָּזָא","transliteration":"bâzâʼ","pronunciation":"baw-zaw'","derivation":"a primitive root;","strongs_definition":"probably to cleave","kjv_definition":"spoil."} +{"id":"H959","strongs_number":"H959","system":"hebrew","language":"hebrew","number_value":959,"lemma":"בָּזָה","transliteration":"bâzâh","pronunciation":"baw-zaw'","derivation":"a primitive root;","strongs_definition":"to disesteem","kjv_definition":"despise, disdain, contemn(-ptible), [phrase] think to scorn, vile person."} +{"id":"H960","strongs_number":"H960","system":"hebrew","language":"hebrew","number_value":960,"lemma":"בָּזֹה","transliteration":"bâzôh","pronunciation":"baw-zo'","derivation":"from H959 (בָּזָה);","strongs_definition":"scorned","kjv_definition":"despise."} +{"id":"H961","strongs_number":"H961","system":"hebrew","language":"hebrew","number_value":961,"lemma":"בִּזָּה","transliteration":"bizzâh","pronunciation":"biz-zaw'","derivation":"feminine of H957 (בַּז);","strongs_definition":"booty","kjv_definition":"prey, spoil."} +{"id":"H962","strongs_number":"H962","system":"hebrew","language":"hebrew","number_value":962,"lemma":"בָּזַז","transliteration":"bâzaz","pronunciation":"baw-zaz'","derivation":"a primitive root;","strongs_definition":"to plunder","kjv_definition":"catch, gather, (take) for a prey, rob(-ber), spoil, take (away, spoil), [idiom] utterly."} +{"id":"H963","strongs_number":"H963","system":"hebrew","language":"hebrew","number_value":963,"lemma":"בִּזָּיוֹן","transliteration":"bizzâyôwn","pronunciation":"biz-zaw-yone'","derivation":"from H959 (בָּזָה)","strongs_definition":"disesteem","kjv_definition":"contempt."} +{"id":"H964","strongs_number":"H964","system":"hebrew","language":"hebrew","number_value":964,"lemma":"בִּזְיוֹתְיָה","transliteration":"bizyôwthᵉyâh","pronunciation":"biz-yo-the-yaw'","derivation":"from H959 (בָּזָה) and H3050 (יָהּ); contempts of Jah;","strongs_definition":"Bizjothjah, a place in Palestine","kjv_definition":"Bizjothjah."} +{"id":"H965","strongs_number":"H965","system":"hebrew","language":"hebrew","number_value":965,"lemma":"בָּזָק","transliteration":"bâzâq","pronunciation":"baw-zawk'","derivation":"from an unused root meaning to lighten;","strongs_definition":"a flash of lightning","kjv_definition":"flash of lightning."} +{"id":"H966","strongs_number":"H966","system":"hebrew","language":"hebrew","number_value":966,"lemma":"בֶּזֶק","transliteration":"Bezeq","pronunciation":"beh'-zak","derivation":"from H965 (בָּזָק); lightning;","strongs_definition":"Bezek, a place in Palestine","kjv_definition":"Bezek."} +{"id":"H967","strongs_number":"H967","system":"hebrew","language":"hebrew","number_value":967,"lemma":"בָּזַר","transliteration":"bâzar","pronunciation":"baw-zar'","derivation":"a primitive root;","strongs_definition":"to disperse","kjv_definition":"scatter."} +{"id":"H968","strongs_number":"H968","system":"hebrew","language":"hebrew","number_value":968,"lemma":"בִּזְתָא","transliteration":"Bizthâʼ","pronunciation":"biz-thaw'","derivation":"of Persian origin;","strongs_definition":"Biztha, a eunuch of Xerxes","kjv_definition":"Biztha."} +{"id":"H969","strongs_number":"H969","system":"hebrew","language":"hebrew","number_value":969,"lemma":"בָּחוֹן","transliteration":"bâchôwn","pronunciation":"baw-khone'","derivation":"from H974 (בָּחַן);","strongs_definition":"an assayer or metals","kjv_definition":"tower."} +{"id":"H970","strongs_number":"H970","system":"hebrew","language":"hebrew","number_value":970,"lemma":"בָּחוּר","transliteration":"bâchûwr","pronunciation":"baw-khoor'","derivation":"or בָּחֻר; participle passive of H977 (בָּחַר);","strongs_definition":"properly, selected, i.e. a youth (often collective)","kjv_definition":"(choice) young (man), chosen, [idiom] hole."} +{"id":"H971","strongs_number":"H971","system":"hebrew","language":"hebrew","number_value":971,"lemma":"בַּחִין","transliteration":"bachîyn","pronunciation":"bakh-een'","derivation":"another form of H975 (בַּחַן);","strongs_definition":"a watch-tower of besiegers","kjv_definition":"tower."} +{"id":"H972","strongs_number":"H972","system":"hebrew","language":"hebrew","number_value":972,"lemma":"בָּחִיר","transliteration":"bâchîyr","pronunciation":"baw-kheer'","derivation":"from H977 (בָּחַר);","strongs_definition":"select","kjv_definition":"choose, chosen one, elect."} +{"id":"H973","strongs_number":"H973","system":"hebrew","language":"hebrew","number_value":973,"lemma":"בָּחַל","transliteration":"bâchal","pronunciation":"baw-khal'","derivation":"a primitive root;","strongs_definition":"to loath","kjv_definition":"abhor, get hastily (from the margin for H926 (בָּהַל))."} +{"id":"H974","strongs_number":"H974","system":"hebrew","language":"hebrew","number_value":974,"lemma":"בָּחַן","transliteration":"bâchan","pronunciation":"baw-khan'","derivation":"a primitive root;","strongs_definition":"to test (especially metals); generally and figuratively, to investigate","kjv_definition":"examine, prove, tempt, try (trial)."} +{"id":"H975","strongs_number":"H975","system":"hebrew","language":"hebrew","number_value":975,"lemma":"בַּחַן","transliteration":"bachan","pronunciation":"bakh'-an","derivation":"from H974 (בָּחַן) (in the sense of keeping a look-out);","strongs_definition":"a watch-tower","kjv_definition":"tower."} +{"id":"H976","strongs_number":"H976","system":"hebrew","language":"hebrew","number_value":976,"lemma":"בֹּחַן","transliteration":"bôchan","pronunciation":"bo'-khan","derivation":"from H974 (בָּחַן);","strongs_definition":"trial","kjv_definition":"tried."} +{"id":"H977","strongs_number":"H977","system":"hebrew","language":"hebrew","number_value":977,"lemma":"בָּחַר","transliteration":"bâchar","pronunciation":"baw-khar'","derivation":"a primitive root;","strongs_definition":"properly, to try, i.e. (by implication) select","kjv_definition":"acceptable, appoint, choose (choice), excellent, join, be rather, require."} +{"id":"H978","strongs_number":"H978","system":"hebrew","language":"hebrew","number_value":978,"lemma":"בַּחֲרוּמִי","transliteration":"Bachărûwmîy","pronunciation":"bakh-ar-oo-mee'","derivation":"patrial from H980 (בַּחֻרִים) (by transposition);","strongs_definition":"a Bacharumite or inhabitant of Bachurim","kjv_definition":"Baharumite."} +{"id":"H979","strongs_number":"H979","system":"hebrew","language":"hebrew","number_value":979,"lemma":"בְּחֻרוֹת","transliteration":"bᵉchurôwth","pronunciation":"bekh-oo-rothe'","derivation":"or בְּחוּרוֹת; feminine plural of H970 (בָּחוּר); also (masculine plural) בְּחֻרִים;","strongs_definition":"youth (collectively and abstractly)","kjv_definition":"young men, youth."} +{"id":"H980","strongs_number":"H980","system":"hebrew","language":"hebrew","number_value":980,"lemma":"בַּחֻרִים","transliteration":"Bachurîym","pronunciation":"bakh-oo-reem'","derivation":"or בַּחוּרִים; masculine plural of H970 (בָּחוּר); young men;","strongs_definition":"Bachurim, a place in Palestine","kjv_definition":"Bahurim."} +{"id":"H981","strongs_number":"H981","system":"hebrew","language":"hebrew","number_value":981,"lemma":"בָּטָא","transliteration":"bâṭâʼ","pronunciation":"baw-taw'","derivation":"or בָּטָה; a primitive root;","strongs_definition":"to babble; hence, to vociferate angrily","kjv_definition":"pronounce, speak (unadvisedly)."} +{"id":"H982","strongs_number":"H982","system":"hebrew","language":"hebrew","number_value":982,"lemma":"בָּטַח","transliteration":"bâṭach","pronunciation":"baw-takh'","derivation":"a primitive root; properly, to hide for refuge (but not so precipitately as H2620 (חָסָה));","strongs_definition":"figuratively, to trust, be confident or sure","kjv_definition":"be bold (confident, secure, sure), careless (one, woman), put confidence, (make to) hope, (put, make to) trust."} +{"id":"H983","strongs_number":"H983","system":"hebrew","language":"hebrew","number_value":983,"lemma":"בֶּטַח","transliteration":"beṭach","pronunciation":"beh'takh","derivation":"from H982 (בָּטַח);","strongs_definition":"properly, a place of refuge; abstract, safety, both the fact (security) and the feeling (trust); often (adverb with or without preposition) safely","kjv_definition":"assurance, boldly, (without) care(-less), confidence, hope, safe(-ly, -ty), secure, surely."} +{"id":"H984","strongs_number":"H984","system":"hebrew","language":"hebrew","number_value":984,"lemma":"בֶּטַח","transliteration":"Beṭach","pronunciation":"beh'takh","derivation":"the same as H983 (בֶּטַח);","strongs_definition":"Betach, a place in Syria","kjv_definition":"Betah."} +{"id":"H985","strongs_number":"H985","system":"hebrew","language":"hebrew","number_value":985,"lemma":"בִּטְחָה","transliteration":"biṭchâh","pronunciation":"bit-khaw'","derivation":"feminine of H984 (בֶּטַח);","strongs_definition":"trust","kjv_definition":"confidence."} +{"id":"H986","strongs_number":"H986","system":"hebrew","language":"hebrew","number_value":986,"lemma":"בִּטָּחוֹן","transliteration":"biṭṭâchôwn","pronunciation":"bit-taw-khone'","derivation":"from H982 (בָּטַח);","strongs_definition":"trust","kjv_definition":"confidence, hope."} +{"id":"H987","strongs_number":"H987","system":"hebrew","language":"hebrew","number_value":987,"lemma":"בַּטֻּחוֹת","transliteration":"baṭṭuchôwth","pronunciation":"bat-too-khoth'","derivation":"feminine plural from H982 (בָּטַח);","strongs_definition":"security","kjv_definition":"secure."} +{"id":"H988","strongs_number":"H988","system":"hebrew","language":"hebrew","number_value":988,"lemma":"בָּטֵל","transliteration":"bâṭêl","pronunciation":"baw-tale'","derivation":"a primitive root;","strongs_definition":"to desist from labor","kjv_definition":"cease."} +{"id":"H989","strongs_number":"H989","system":"hebrew","language":"hebrew","number_value":989,"lemma":"בְּטֵל","transliteration":"bᵉṭêl","pronunciation":"bet-ale'","derivation":"(Aramaic) corresponding to H988 (בָּטֵל);","strongs_definition":"to stop","kjv_definition":"(cause, make to), cease, hinder."} +{"id":"H990","strongs_number":"H990","system":"hebrew","language":"hebrew","number_value":990,"lemma":"בֶּטֶן","transliteration":"beṭen","pronunciation":"beh'-ten","derivation":"from an unused root probably meaning to be hollow;","strongs_definition":"the belly, especially the womb; also the bosom or body of anything","kjv_definition":"belly, body, [phrase] as they be born, [phrase] within, womb."} +{"id":"H991","strongs_number":"H991","system":"hebrew","language":"hebrew","number_value":991,"lemma":"בֶּטֶן","transliteration":"Beṭen","pronunciation":"beh'-ten","derivation":"the same as H990 (בֶּטֶן);","strongs_definition":"Beten. a place in Palestine","kjv_definition":"Beten."} +{"id":"H992","strongs_number":"H992","system":"hebrew","language":"hebrew","number_value":992,"lemma":"בֹּטֶן","transliteration":"bôṭen","pronunciation":"bo'-ten","derivation":"from H990 (בֶּטֶן);","strongs_definition":"(only in plural) a pistachio-nut (from its form)","kjv_definition":"nut."} +{"id":"H993","strongs_number":"H993","system":"hebrew","language":"hebrew","number_value":993,"lemma":"בְּטֹנִים","transliteration":"Bᵉṭônîym","pronunciation":"bet-o-neem'","derivation":"probably plural from H992 (בֹּטֶן); hollows;","strongs_definition":"Betonim, a place in Palestine","kjv_definition":"Betonim."} +{"id":"H994","strongs_number":"H994","system":"hebrew","language":"hebrew","number_value":994,"lemma":"בִּי","transliteration":"bîy","pronunciation":"bee","derivation":"perhaps from H1158 (בָּעָה) (in the sense of asking); properly, a request; used only adverbially (always with 'my Lord');","strongs_definition":"oh that!; with leave, or if it please","kjv_definition":"alas, O, oh."} +{"id":"H995","strongs_number":"H995","system":"hebrew","language":"hebrew","number_value":995,"lemma":"בִּין","transliteration":"bîyn","pronunciation":"bene","derivation":"a primitive root;","strongs_definition":"to separate mentally (or distinguish), i.e.(generally) understand","kjv_definition":"attend, consider, be cunning, diligently, direct, discern, eloquent, feel, inform, instruct, have intelligence, know, look well to, mark, perceive, be prudent, regard, (can) skill(-full), teach, think, (cause, make to, get, give, have) understand(-ing), view, (deal) wise(-ly, man)."} +{"id":"H996","strongs_number":"H996","system":"hebrew","language":"hebrew","number_value":996,"lemma":"בֵּין","transliteration":"bêyn","pronunciation":"bane","derivation":"(sometimes in the plural masculine or feminine); properly, the constructive form of an otherwise unused noun from H995 (בִּין); a distinction; but used only as a preposition,","strongs_definition":"between (repeated before each noun, often with other particles); also as a conjunction, either...or","kjv_definition":"among, asunder, at, between (-twixt...and), [phrase] from (the widest), [idiom] in, out of, whether (it be...or), within."} +{"id":"H997","strongs_number":"H997","system":"hebrew","language":"hebrew","number_value":997,"lemma":"בֵּין","transliteration":"bêyn","pronunciation":"bane","derivation":"(Aramaic) corresponding to H996 (בֵּין)","strongs_definition":"{between (repeated before each noun, often with other particles); also as a conjunction, either...or}","kjv_definition":"among, between."} +{"id":"H998","strongs_number":"H998","system":"hebrew","language":"hebrew","number_value":998,"lemma":"בִּינָה","transliteration":"bîynâh","pronunciation":"bee-naw'","derivation":"from H995 (בִּין);","strongs_definition":"understanding","kjv_definition":"knowledge, meaning, [idiom] perfectly, understanding, wisdom."} +{"id":"H999","strongs_number":"H999","system":"hebrew","language":"hebrew","number_value":999,"lemma":"בִּינָה","transliteration":"bîynâh","pronunciation":"bee-naw'","derivation":"(Aramaic) corresponding to H998 (בִּינָה)","strongs_definition":"{understanding}","kjv_definition":"knowledge."} +{"id":"H1000","strongs_number":"H1000","system":"hebrew","language":"hebrew","number_value":1000,"lemma":"בֵּיצָה","transliteration":"bêytsâh","pronunciation":"bay-tsaw'","derivation":"from the same as H948 (בּוּץ);","strongs_definition":"an egg (from its whiteness)","kjv_definition":"egg."} +{"id":"H1001","strongs_number":"H1001","system":"hebrew","language":"hebrew","number_value":1001,"lemma":"בִּירָא","transliteration":"bîyrâʼ","pronunciation":"bee-raw'","derivation":"(Aramaic) corresponding to H1002 (בִּירָה);","strongs_definition":"a palace","kjv_definition":"palace."} +{"id":"H1002","strongs_number":"H1002","system":"hebrew","language":"hebrew","number_value":1002,"lemma":"בִּירָה","transliteration":"bîyrâh","pronunciation":"bee-raw'","derivation":"of foreign origin;","strongs_definition":"a castle or palace","kjv_definition":"palace."} +{"id":"H1003","strongs_number":"H1003","system":"hebrew","language":"hebrew","number_value":1003,"lemma":"בִּירָנִית","transliteration":"bîyrânîyth","pronunciation":"bee-raw-neeth'","derivation":"from H1002 (בִּירָה);","strongs_definition":"a fortress","kjv_definition":"castle."} +{"id":"H1004","strongs_number":"H1004","system":"hebrew","language":"hebrew","number_value":1004,"lemma":"בַּיִת","transliteration":"bayith","pronunciation":"bah'-yith","derivation":"probably from H1129 (בָּנָה) abbreviated;","strongs_definition":"a house (in the greatest variation of applications, especially family, etc.)","kjv_definition":"court, daughter, door, [phrase] dungeon, family, [phrase] forth of, [idiom] great as would contain, hangings, home(born), (winter) house(-hold), inside(-ward), palace, place, [phrase] prison, [phrase] steward, [phrase] tablet, temple, web, [phrase] within(-out)."} +{"id":"H1005","strongs_number":"H1005","system":"hebrew","language":"hebrew","number_value":1005,"lemma":"בַּיִת","transliteration":"bayith","pronunciation":"bah-yith","derivation":"(Aramaic) corresponding to H1004 (בַּיִת)","strongs_definition":"{a house (in the greatest variation of applications, especially family, etc.)}","kjv_definition":"house."} +{"id":"H1006","strongs_number":"H1006","system":"hebrew","language":"hebrew","number_value":1006,"lemma":"בַּיִת","transliteration":"Bayith","pronunciation":"bah'-yith","derivation":"the same as H1004 (בַּיִת);","strongs_definition":"Bajith, a place in Palestine","kjv_definition":"Bajith."} +{"id":"H1007","strongs_number":"H1007","system":"hebrew","language":"hebrew","number_value":1007,"lemma":"בֵּית אָוֶן","transliteration":"Bêyth ʼÂven","pronunciation":"bayth aw'-ven","derivation":"from H1004 (בַּיִת) and H205 (אָוֶן); house of vanity;","strongs_definition":"Beth-Aven, a place in Palestine","kjv_definition":"Beth-aven."} +{"id":"H1008","strongs_number":"H1008","system":"hebrew","language":"hebrew","number_value":1008,"lemma":"בֵּית־אֵל","transliteration":"Bêyth-ʼÊl","pronunciation":"bayth-ale'","derivation":"from H1004 (בַּיִת) and H410 (אֵל); house of God;","strongs_definition":"Beth-El, a place in Palestine","kjv_definition":"Beth-el."} +{"id":"H1009","strongs_number":"H1009","system":"hebrew","language":"hebrew","number_value":1009,"lemma":"בֵּית אַרְבֵּאל","transliteration":"Bêyth ʼArbêʼl","pronunciation":"bayth ar-bale'","derivation":"from H1004 (בַּיִת) and H695 (אֶרֶב) and H410 (אֵל); house of God's ambush;","strongs_definition":"Beth-Arbel, a place in Palestine","kjv_definition":"Beth-Arbel."} +{"id":"H1010","strongs_number":"H1010","system":"hebrew","language":"hebrew","number_value":1010,"lemma":"בֵּית בַּעַל מְעוֹן","transliteration":"Bêyth Baʻal Mᵉʻôwn","pronunciation":"bayth bah'-al me-own'","derivation":"from H1004 (בַּיִת) and H1168 (בַּעַל) and H4583 (מָעוֹן); house of Baal of (the) habitation of (apparently by transposition); or (shorter) בֵּית מְעוֹןlemma בֵּית מעוֹן missing vowel, corrected to בֵּית מְעוֹן; house of habitation of (Baal);","strongs_definition":"Beth-Baal-Meon, a place in Palestine","kjv_definition":"Beth-baal-meon. Compare H1186 (בַּעַל מְעוֹן) and H1194 (בְּעֹן)."} +{"id":"H1011","strongs_number":"H1011","system":"hebrew","language":"hebrew","number_value":1011,"lemma":"בֵּית בִּרְאִי","transliteration":"Bêyth Birʼîy","pronunciation":"bayth bir-ee'","derivation":"from H1004 (בַּיִת) and H1254 (בָּרָא); house of a creative one;","strongs_definition":"Beth-Biri, a place in Palestine","kjv_definition":"Bethbirei."} +{"id":"H1012","strongs_number":"H1012","system":"hebrew","language":"hebrew","number_value":1012,"lemma":"בֵּית בָּרָה","transliteration":"Bêyth Bârâh","pronunciation":"bayth baw-raw'","derivation":"probably from H1004 (בַּיִת) and H5679 (עֲבָרָה); house of (the) ford;","strongs_definition":"Beth-Barah, a place in Palestine","kjv_definition":"Beth-barah."} +{"id":"H1013","strongs_number":"H1013","system":"hebrew","language":"hebrew","number_value":1013,"lemma":"בֵּית־גָּדֵר","transliteration":"Bêyth-Gâdêr","pronunciation":"bayth-gaw-dare'","derivation":"from H1004 (בַּיִת) and H1447 (גָּדֵר); house of (the) wall;","strongs_definition":"Beth-Gader, a place in Palestine","kjv_definition":"Beth-gader."} +{"id":"H1014","strongs_number":"H1014","system":"hebrew","language":"hebrew","number_value":1014,"lemma":"בֵּית גָּמוּל","transliteration":"Bêyth Gâmûwl","pronunciation":"bayth gaw-mool'","derivation":"from H1004 (בַּיִת) and the passive participle of H1576 (גְּמוּל); house of (the) weaned;","strongs_definition":"Beth-Gamul, a place East of the Jordan","kjv_definition":"Beth-gamul."} +{"id":"H1015","strongs_number":"H1015","system":"hebrew","language":"hebrew","number_value":1015,"lemma":"בֵּית דִּבְלָתַיִם","transliteration":"Bêyth Diblâthayim","pronunciation":"bayth dib-law-thah'-yim","derivation":"from H1004 (בַּיִת) and the dual of H1690 (דְּבֵלָה); house of (the) two figcakes;","strongs_definition":"Beth-Diblathajim, a place East of the Jordan","kjv_definition":"Beth-diblathaim."} +{"id":"H1016","strongs_number":"H1016","system":"hebrew","language":"hebrew","number_value":1016,"lemma":"בֵּית־דָּגוֹן","transliteration":"Bêyth-Dâgôwn","pronunciation":"bayth-daw-gohn'","derivation":"from H1004 (בַּיִת) and H1712 (דָּגוֹן); house of Dagon;","strongs_definition":"Beth-Dagon, the name of two places in Palestine","kjv_definition":"Beth-dagon."} +{"id":"H1017","strongs_number":"H1017","system":"hebrew","language":"hebrew","number_value":1017,"lemma":"בֵּית הָאֱלִי","transliteration":"Bêyth hâ-ʼĔlîy","pronunciation":"bayth haw-el-ee'","derivation":"patrial from H1008 (בֵּית־אֵל) with the article interposed;","strongs_definition":"a Beth-elite, or inhabitant of Bethel","kjv_definition":"Bethelite."} +{"id":"H1018","strongs_number":"H1018","system":"hebrew","language":"hebrew","number_value":1018,"lemma":"בֵּית הָאֵצֶל","transliteration":"Bêyth hâʼêtsel","pronunciation":"bayth haw-ay'-tsel","derivation":"from H1004 (בַּיִת) and H681 (אֵצֶל) with the article interposed; house of the side;","strongs_definition":"Beth-ha-Etsel, a place in Palestine","kjv_definition":"Beth-ezel."} +{"id":"H1019","strongs_number":"H1019","system":"hebrew","language":"hebrew","number_value":1019,"lemma":"בֵּית הַגִּלְגָּל","transliteration":"Bêyth hag-Gilgâl","pronunciation":"bayth hag-gil gawl'","derivation":"from H1004 (בַּיִת) and H1537 (גִּלְגָּל) with the article interposed; house of Gilgal (or rolling);","strongs_definition":"Beth-hag-Gilgal, a place in Palestine","kjv_definition":"Beth-gilgal."} +{"id":"H1020","strongs_number":"H1020","system":"hebrew","language":"hebrew","number_value":1020,"lemma":"בֵּית הַיְשִׁימוֹת","transliteration":"Bêyth ha-Yshîy-môwth","pronunciation":"bayth hah-yesh-eemoth'","derivation":"from H1004 (בַּיִת) and the plural of H3451 (יְשִׁימַה) with the article interposed; house of the deserts;","strongs_definition":"Beth-ha-Jeshimoth, a town East of the Jordan","kjv_definition":"Beth-jeshimoth."} +{"id":"H1021","strongs_number":"H1021","system":"hebrew","language":"hebrew","number_value":1021,"lemma":"בֵּית הַכֶּרֶם","transliteration":"Bêyth hak-Kerem","pronunciation":"bayth hak-keh'-rem","derivation":"from H1004 (בַּיִת) and H3754 (כֶּרֶם) with the article interposed; house of the vineyard;","strongs_definition":"Beth-hak-Kerem, a place in Palestine","kjv_definition":"Beth-haccerem."} +{"id":"H1022","strongs_number":"H1022","system":"hebrew","language":"hebrew","number_value":1022,"lemma":"בֵּית הַלַּחְמִי","transliteration":"Bêyth hal-Lachmîy","pronunciation":"bayth hal-lakh-mee'","derivation":"patrial from H1035 (בֵּית לֶחֶם) with the article inserted;","strongs_definition":"a Beth-lechemite, or native of Bethlechem","kjv_definition":"Bethlehemite."} +{"id":"H1023","strongs_number":"H1023","system":"hebrew","language":"hebrew","number_value":1023,"lemma":"בֵּית הַמֶּרְחָק","transliteration":"Bêyth ham-Merchâq","pronunciation":"bayth ham-mer-khawk'","derivation":"from H1004 (בַּיִת) and H4801 (מֶרְחָק) with the article interposed; house of the breadth;","strongs_definition":"Beth-ham-Merchak, a place in Palestine","kjv_definition":"place that was far off."} +{"id":"H1024","strongs_number":"H1024","system":"hebrew","language":"hebrew","number_value":1024,"lemma":"בֵּית הַמַּרְכָּבוֹת","transliteration":"Bêyth ham-Markâbôwth","pronunciation":"bayth ham-markaw-both'","derivation":"or (shortened) בֵּית מַרְכָּבוֹת; from H1004 (בַּיִת) and the plural of H4818 (מֶרְכָּבָה) (with or without the article interposed); place of (the) chariots;","strongs_definition":"Beth-ham-Markaboth or Beth-Markaboth, a place in Palestine","kjv_definition":"Bethmarcaboth."} +{"id":"H1025","strongs_number":"H1025","system":"hebrew","language":"hebrew","number_value":1025,"lemma":"בֵּית הָעֵמֶק","transliteration":"Bêyth hâ-ʻÊmeq","pronunciation":"bayth haw-Ay'-mek","derivation":"from H1004 (בַּיִת) and H6010 (עֵמֶק) with the article interposed; house of the valley;","strongs_definition":"Beth-ha-Emek, a place in Palestine","kjv_definition":"Beth-emek."} +{"id":"H1026","strongs_number":"H1026","system":"hebrew","language":"hebrew","number_value":1026,"lemma":"בֵּית הָעֲרָבָה","transliteration":"Bêyth hâ-ʻĂrâbâh","pronunciation":"bayth haw-ar-aw-baw","derivation":"from H1004 (בַּיִת) and H6160 (עֲרָבָה) with the article interposed; house of the Desert;","strongs_definition":"Beth-ha-Arabah, a place in Palestine","kjv_definition":"Beth-arabah."} +{"id":"H1027","strongs_number":"H1027","system":"hebrew","language":"hebrew","number_value":1027,"lemma":"בֵּית הָרָם","transliteration":"Bêyth hâ-Râm","pronunciation":"bayth haw-rawm'","derivation":"from H1004 (בַּיִת) and H7311 (רוּם) with the article interposed; house of the height;","strongs_definition":"Beth-ha-Ram, a place East of the Jordan","kjv_definition":"Beth-aram."} +{"id":"H1028","strongs_number":"H1028","system":"hebrew","language":"hebrew","number_value":1028,"lemma":"בֵּית הָרָן","transliteration":"Bêyth hâ-Rân","pronunciation":"bayth haw-rawn'","derivation":"probably for H1027 (בֵּית הָרָם);","strongs_definition":"Beth-ha-Ram, a place East of the Jordan","kjv_definition":"Beth-haran."} +{"id":"H1029","strongs_number":"H1029","system":"hebrew","language":"hebrew","number_value":1029,"lemma":"בֵּית הַשִּׁטָּה","transliteration":"Bêyth hash-Shiṭṭâh","pronunciation":"bayth hash-shit-taw'","derivation":"from H1004 (בַּיִת) and H7848 (שִׁטָּה) with the article interposed; house of the acacia;","strongs_definition":"Beth-hash-Shittah, a place in Palestine","kjv_definition":"Beth-shittah."} +{"id":"H1030","strongs_number":"H1030","system":"hebrew","language":"hebrew","number_value":1030,"lemma":"בֵּית הַשִּׁמְשִׁי","transliteration":"Bêyth hash-Shimshîy","pronunciation":"bayth hash-shim-shee'","derivation":"patrial from H1053 (בֵּית שֶׁמֶשׁ) with the article inserted;","strongs_definition":"a Beth-shimshite, or inhabitant of Bethshemesh","kjv_definition":"Bethshemite."} +{"id":"H1031","strongs_number":"H1031","system":"hebrew","language":"hebrew","number_value":1031,"lemma":"בֵּית חׇגְלָה","transliteration":"Bêyth Choglâh","pronunciation":"bayth chog-law'","derivation":"from H1004 (בַּיִת) and the same as H2295 (חׇגְלָה); house of a partridge;","strongs_definition":"Beth-Choglah, a place in Palestine","kjv_definition":"Beth-hoglah."} +{"id":"H1032","strongs_number":"H1032","system":"hebrew","language":"hebrew","number_value":1032,"lemma":"בֵּית חוֹרוֹן","transliteration":"Bêyth Chôwrôwn","pronunciation":"bayth kho-rone'","derivation":"from H1004 (בַּיִת) and H2356 (חוֹר); house of hollowness;","strongs_definition":"Beth-Choron, the name of two adjoining places in Palestine","kjv_definition":"Beth-horon."} +{"id":"H1033","strongs_number":"H1033","system":"hebrew","language":"hebrew","number_value":1033,"lemma":"בֵּית כַּר","transliteration":"Bêyth Kar","pronunciation":"bayth kar","derivation":"from H1004 (בַּיִת) and H3733 (כַּר); house of pasture;","strongs_definition":"Beth-Car, a place in Palestine","kjv_definition":"Beth-car."} +{"id":"H1034","strongs_number":"H1034","system":"hebrew","language":"hebrew","number_value":1034,"lemma":"בֵּית לְבָאוֹת","transliteration":"Bêyth Lᵉbâʼôwth","pronunciation":"bayth leb-aw-oth'","derivation":"from H1004 (בַּיִת) and the plural of H3833 (לָבִיא); house of lionesses;","strongs_definition":"Beth-Lebaoth, a place in Palestine","kjv_definition":"Beth-lebaoth. Compare H3822 (לְבָאוֹת)."} +{"id":"H1035","strongs_number":"H1035","system":"hebrew","language":"hebrew","number_value":1035,"lemma":"בֵּית לֶחֶם","transliteration":"Bêyth Lechem","pronunciation":"bayth leh'-khem","derivation":"from H1004 (בַּיִת) and H3899 (לֶחֶם); house of bread;","strongs_definition":"Beth-Lechem, a place in Palestine","kjv_definition":"Bethlehem."} +{"id":"H1036","strongs_number":"H1036","system":"hebrew","language":"hebrew","number_value":1036,"lemma":"בֵּית לְעַפְרָה","transliteration":"Bêyth lᵉ-ʻAphrâh","pronunciation":"bayth le-af-raw'","derivation":"from H1004 (בַּיִת) and the feminine of H6083 (עָפָר) (with preposition interposed); house to (i.e. of) dust;","strongs_definition":"Beth-le-Aphrah, a place in Palestine","kjv_definition":"house of Aphrah."} +{"id":"H1037","strongs_number":"H1037","system":"hebrew","language":"hebrew","number_value":1037,"lemma":"בֵּית מִלּוֹא","transliteration":"Bêyth Millôwʼ","pronunciation":"bayth mil-lo'","derivation":"or בֵּית מִלֹּא; from H1004 (בַּיִת) and H4407 (מִלּוֹא); house of (the) rampart;","strongs_definition":"Beth-Millo, the name of two citadels","kjv_definition":"house of Millo."} +{"id":"H1038","strongs_number":"H1038","system":"hebrew","language":"hebrew","number_value":1038,"lemma":"בֵּית מַעֲכָה","transliteration":"Bêyth Maʻăkâh","pronunciation":"bayth mah-ak-aw'","derivation":"from H1004 (בַּיִת) and H4601 (מַעֲכָה); house of Maakah;","strongs_definition":"Beth-Maakah, a place in Palestine","kjv_definition":"Beth-maachah."} +{"id":"H1039","strongs_number":"H1039","system":"hebrew","language":"hebrew","number_value":1039,"lemma":"בֵּית נִמְרָה","transliteration":"Bêyth Nimrâh","pronunciation":"bayth nim-raw'","derivation":"from H1004 (בַּיִת) and the feminine of H5246 (נָמֵר); house of (the) leopard;","strongs_definition":"Beth-Nimrah, a place east of the Jordan","kjv_definition":"Beth-Nimrah. Compare H5247 (נִמְרָה)."} +{"id":"H1040","strongs_number":"H1040","system":"hebrew","language":"hebrew","number_value":1040,"lemma":"בֵּית עֵדֶן","transliteration":"Bêyth ʻÊden","pronunciation":"bayth ay'-den","derivation":"from H1004 (בַּיִת) and H5730 (עֵדֶן); house of pleasure;","strongs_definition":"Beth-Eden, a place in Syria","kjv_definition":"Beth-eden."} +{"id":"H1041","strongs_number":"H1041","system":"hebrew","language":"hebrew","number_value":1041,"lemma":"בֵּית עַזְמָוֶת","transliteration":"Bêyth ʻAzmâveth","pronunciation":"bayth az-maw'-veth","derivation":"from H1004 (בַּיִת) and H5820 (עַזְמָוֶת);","strongs_definition":"house of Azmaveth, a place in Palestine","kjv_definition":"Bethaz-maveth. Compare H5820 (עַזְמָוֶת)."} +{"id":"H1042","strongs_number":"H1042","system":"hebrew","language":"hebrew","number_value":1042,"lemma":"בֵּית עֲנוֹת","transliteration":"Bêyth ʻĂnôwth","pronunciation":"bayth an-oth'","derivation":"from H1004 (בַּיִת) and a plural from H6030 (עָנָה); house of replies;","strongs_definition":"Beth-Anoth, a place in Palestine","kjv_definition":"Beth-anoth."} +{"id":"H1043","strongs_number":"H1043","system":"hebrew","language":"hebrew","number_value":1043,"lemma":"בֵּית עֲנָת","transliteration":"Bêyth ʻĂnâth","pronunciation":"bayth an-awth'","derivation":"an orthographical variation for H1042 (בֵּית עֲנוֹת);","strongs_definition":"Beth-Anath, a place in Palestine","kjv_definition":"Beth-anath."} +{"id":"H1044","strongs_number":"H1044","system":"hebrew","language":"hebrew","number_value":1044,"lemma":"בֵּית עֵקֶד","transliteration":"Bêyth ʻÊqed","pronunciation":"bayth ay'-ked","derivation":"from H1004 (בַּיִת) and a derivative of H6123 (עָקַד); house of (the) binding (for sheep-shearing);","strongs_definition":"Beth-Eked, a place in Palestine","kjv_definition":"shearing house."} +{"id":"H1045","strongs_number":"H1045","system":"hebrew","language":"hebrew","number_value":1045,"lemma":"בֵּית עַשְׁתָּרוֹת","transliteration":"Bêyth ʻAshtârôwth","pronunciation":"bayth ash-taw-roth'","derivation":"; from H1004 (בַּיִת) and H6252 (עַשְׁתָּרוֹת); house of Ashtoreths;","strongs_definition":"Beth-Ashtaroth, a place in Palestine","kjv_definition":"house of Ashtaroth. Compare H1203 (בְּעֶשְׁתְּרָה), H6252 (עַשְׁתָּרוֹת)."} +{"id":"H1046","strongs_number":"H1046","system":"hebrew","language":"hebrew","number_value":1046,"lemma":"בֵּית פֶּלֶט","transliteration":"Bêyth Peleṭ","pronunciation":"bayth peh'-let","derivation":"from H1004 (בַּיִת) and H6412 (פָּלִיט); house of escape;","strongs_definition":"Beth-Palet, a place in Palestine","kjv_definition":"Beth-palet."} +{"id":"H1047","strongs_number":"H1047","system":"hebrew","language":"hebrew","number_value":1047,"lemma":"בֵּית פְּעוֹר","transliteration":"Bêyth Pᵉʻôwr","pronunciation":"bayth pe-ore'","derivation":"from H1004 (בַּיִת) and H6465 (פְּעוֹר); house of Peor;","strongs_definition":"Beth-Peor, a place East of the Jordan","kjv_definition":"Bethpeor."} +{"id":"H1048","strongs_number":"H1048","system":"hebrew","language":"hebrew","number_value":1048,"lemma":"בֵּית פַּצֵּץ","transliteration":"Bêyth Patstsêts","pronunciation":"bayth pats-tsates'","derivation":"from H1004 (בַּיִת) and a derivative from H6327 (פּוּץ); house of dispersion;","strongs_definition":"Beth-Patstsets, a place in Palestine","kjv_definition":"Beth-pazzez."} +{"id":"H1049","strongs_number":"H1049","system":"hebrew","language":"hebrew","number_value":1049,"lemma":"בֵּית צוּר","transliteration":"Bêyth Tsûwr","pronunciation":"bayth tsoor'","derivation":"from H1004 (בַּיִת) and H6697 (צוּר); house of (the) rock;","strongs_definition":"Beth-Tsur, a place in Palestine","kjv_definition":"Beth-zur."} +{"id":"H1050","strongs_number":"H1050","system":"hebrew","language":"hebrew","number_value":1050,"lemma":"בֵּית רְחוֹב","transliteration":"Bêyth Rᵉchôwb","pronunciation":"bayth re-khobe'","derivation":"from H1004 (בַּיִת) and H7339 (רְחֹב); house of (the) street;","strongs_definition":"Beth-Rechob, a place in Palestine","kjv_definition":"Beth-rehob."} +{"id":"H1051","strongs_number":"H1051","system":"hebrew","language":"hebrew","number_value":1051,"lemma":"בֵּית רָפָא","transliteration":"Bêyth Râphâʼ","pronunciation":"bayth raw-faw'","derivation":"from H1004 (בַּיִת) and H7497 (רָפָא); house of (the) giant;","strongs_definition":"Beth-Rapha, an Israelite","kjv_definition":"Beth-rapha."} +{"id":"H1052","strongs_number":"H1052","system":"hebrew","language":"hebrew","number_value":1052,"lemma":"בֵּית שְׁאָן","transliteration":"Bêyth Shᵉʼân","pronunciation":"bayth she-awn'","derivation":"or בֵּית שָׁן; from H1004 (בַּיִת) and H7599 (שָׁאַן); house of ease;","strongs_definition":"Beth-Shean or Beth-Shan, a place in Palestine","kjv_definition":"Beth-shean, Beth-Shan."} +{"id":"H1053","strongs_number":"H1053","system":"hebrew","language":"hebrew","number_value":1053,"lemma":"בֵּית שֶׁמֶשׁ","transliteration":"Bêyth Shemesh","pronunciation":"bayth sheh'-mesh","derivation":"from H1004 (בַּיִת) and H8121 (שֶׁמֶשׁ); house of (the) sun;","strongs_definition":"Beth-Shemesh, a place in Palestine","kjv_definition":"Beth-shemesh."} +{"id":"H1054","strongs_number":"H1054","system":"hebrew","language":"hebrew","number_value":1054,"lemma":"בֵּית תַּפּוּחַ","transliteration":"Bêyth Tappûwach","pronunciation":"bayth tap-poo'-akh","derivation":"from H1004 (בַּיִת) and H8598 (תַּפּוּחַ); house of (the) apple;","strongs_definition":"Beth-Tappuach, a place in Palestine","kjv_definition":"Beth-tappuah."} +{"id":"H1055","strongs_number":"H1055","system":"hebrew","language":"hebrew","number_value":1055,"lemma":"בִּיתָן","transliteration":"bîythân","pronunciation":"bee-thawn'","derivation":"probably from H1004 (בַּיִת);","strongs_definition":"a palace (i.e. large house)","kjv_definition":"palace."} +{"id":"H1056","strongs_number":"H1056","system":"hebrew","language":"hebrew","number_value":1056,"lemma":"בָּכָא","transliteration":"Bâkâʼ","pronunciation":"baw-kaw'","derivation":"from H1058 (בָּכָה), weeping;","strongs_definition":"Baca, a valley in Palestine","kjv_definition":"Baca."} +{"id":"H1057","strongs_number":"H1057","system":"hebrew","language":"hebrew","number_value":1057,"lemma":"בָּכָא","transliteration":"bâkâʼ","pronunciation":"baw-kaw'","derivation":"the same as H1056 (בָּכָא);","strongs_definition":"the weeping tree (some gum-distilling tree, perhaps the balsam)","kjv_definition":"mulberry tree."} +{"id":"H1058","strongs_number":"H1058","system":"hebrew","language":"hebrew","number_value":1058,"lemma":"בָּכָה","transliteration":"bâkâh","pronunciation":"baw-kaw'","derivation":"a primitive root;","strongs_definition":"to weep; generally to bemoan","kjv_definition":"[idiom] at all, bewail, complain, make lamentation, [idiom] more, mourn, [idiom] sore, [idiom] with tears, weep."} +{"id":"H1059","strongs_number":"H1059","system":"hebrew","language":"hebrew","number_value":1059,"lemma":"בֶּכֶה","transliteration":"bekeh","pronunciation":"beh'-keh","derivation":"from H1058 (בָּכָה);","strongs_definition":"a weeping","kjv_definition":"[idiom] sore."} +{"id":"H1060","strongs_number":"H1060","system":"hebrew","language":"hebrew","number_value":1060,"lemma":"בְּכוֹר","transliteration":"bᵉkôwr","pronunciation":"bek-ore'","derivation":"from H1069 (בָּכַר);","strongs_definition":"firstborn; hence, chief","kjv_definition":"eldest (son), firstborn(-ling)."} +{"id":"H1061","strongs_number":"H1061","system":"hebrew","language":"hebrew","number_value":1061,"lemma":"בִּכּוּר","transliteration":"bikkûwr","pronunciation":"bik-koor'","derivation":"from H1069 (בָּכַר);","strongs_definition":"the first-fruits of the crop","kjv_definition":"first fruit (-ripe (figuratively)), hasty fruit."} +{"id":"H1062","strongs_number":"H1062","system":"hebrew","language":"hebrew","number_value":1062,"lemma":"בְּכוֹרָה","transliteration":"bᵉkôwrâh","pronunciation":"bek-o-raw'","derivation":"or (short) בְּכֹרָה; feminine of H1060 (בְּכוֹר);","strongs_definition":"the firstling of man or beast; abstractly primogeniture","kjv_definition":"birthright, firstborn(-ling)."} +{"id":"H1063","strongs_number":"H1063","system":"hebrew","language":"hebrew","number_value":1063,"lemma":"בִּכּוּרָה","transliteration":"bikkûwrâh","pronunciation":"bik-koo-raw'","derivation":"feminine of H1061 (בִּכּוּר);","strongs_definition":"the early fig","kjv_definition":"firstripe (fruit)."} +{"id":"H1064","strongs_number":"H1064","system":"hebrew","language":"hebrew","number_value":1064,"lemma":"בְּכוֹרַת","transliteration":"Bᵉkôwrath","pronunciation":"bek-o-rath'","derivation":"feminine of H1062 (בְּכוֹרָה); primogeniture;","strongs_definition":"Bekorath, an Israelite","kjv_definition":"Bechorath."} +{"id":"H1065","strongs_number":"H1065","system":"hebrew","language":"hebrew","number_value":1065,"lemma":"בְּכִי","transliteration":"Bᵉkîy","pronunciation":"bek-ee'","derivation":"from H1058 (בָּכָה);","strongs_definition":"a weeping; by analogy, a dripping","kjv_definition":"overflowing, [idiom] sore, (continual) weeping, wept."} +{"id":"H1066","strongs_number":"H1066","system":"hebrew","language":"hebrew","number_value":1066,"lemma":"בֹּכִים","transliteration":"Bôkîym","pronunciation":"bo-keem'","derivation":"plural active participle of H1058 (בָּכָה); (with the article) the weepers;","strongs_definition":"Bo-kim, a place in Palestine","kjv_definition":"Bochim."} +{"id":"H1067","strongs_number":"H1067","system":"hebrew","language":"hebrew","number_value":1067,"lemma":"בְּכִירָה","transliteration":"bᵉkîyrâh","pronunciation":"bek-ee-raw'","derivation":"feminine from H1069 (בָּכַר);","strongs_definition":"the eldest daughter","kjv_definition":"firstborn."} +{"id":"H1068","strongs_number":"H1068","system":"hebrew","language":"hebrew","number_value":1068,"lemma":"בְּכִית","transliteration":"bᵉkîyth","pronunciation":"bek-eeth'","derivation":"from H1058 (בָּכָה);","strongs_definition":"a weeping","kjv_definition":"mourning."} +{"id":"H1069","strongs_number":"H1069","system":"hebrew","language":"hebrew","number_value":1069,"lemma":"בָּכַר","transliteration":"bâkar","pronunciation":"baw-kar'","derivation":"a primitive root; properly, to burst the womb, i.e. (causatively) bear or make early fruit (of woman or tree); also (as denominative from H1061 (בִּכּוּר))","strongs_definition":"to give the birthright","kjv_definition":"make firstborn, be firstling, bring forth first child (new fruit)."} +{"id":"H1070","strongs_number":"H1070","system":"hebrew","language":"hebrew","number_value":1070,"lemma":"בֶּכֶר","transliteration":"beker","pronunciation":"beh'-ker","derivation":"from H1069 (בָּכַר) (in the sense of youth);","strongs_definition":"a young camel","kjv_definition":"dromedary."} +{"id":"H1071","strongs_number":"H1071","system":"hebrew","language":"hebrew","number_value":1071,"lemma":"בֶכֶר","transliteration":"Beker","pronunciation":"beh'-ker","derivation":"the same as H1070 (בֶּכֶר);","strongs_definition":"Beker, the name of two Israelites","kjv_definition":"Becher."} +{"id":"H1072","strongs_number":"H1072","system":"hebrew","language":"hebrew","number_value":1072,"lemma":"בִּכְרָה","transliteration":"bikrâh","pronunciation":"bik-raw'","derivation":"feminine of H1070 (בֶּכֶר);","strongs_definition":"a young she-camel","kjv_definition":"dromedary."} +{"id":"H1073","strongs_number":"H1073","system":"hebrew","language":"hebrew","number_value":1073,"lemma":"בַּכֻּרָה","transliteration":"bakkurâh","pronunciation":"bak-koo-raw'","derivation":"by orthographical variation for H1063 (בִּכּוּרָה);","strongs_definition":"a first-ripe fig","kjv_definition":"firstripe."} +{"id":"H1074","strongs_number":"H1074","system":"hebrew","language":"hebrew","number_value":1074,"lemma":"בֹּכְרוּ","transliteration":"Bôkᵉrûw","pronunciation":"bo-ker-oo'","derivation":"from H1069 (בָּכַר); first-born;","strongs_definition":"Bokeru, an Israelite","kjv_definition":"Bocheru."} +{"id":"H1075","strongs_number":"H1075","system":"hebrew","language":"hebrew","number_value":1075,"lemma":"בִּכְרִי","transliteration":"Bikrîy","pronunciation":"bik-ree'","derivation":"from H1069 (בָּכַר); youth-ful;","strongs_definition":"Bikri, an Israelite","kjv_definition":"Bichri."} +{"id":"H1076","strongs_number":"H1076","system":"hebrew","language":"hebrew","number_value":1076,"lemma":"בַּכְרִי","transliteration":"Bakrîy","pronunciation":"bak-ree'","derivation":"patronymically from H1071 (בֶכֶר);","strongs_definition":"a Bakrite (collectively) or descendants of Beker","kjv_definition":"Bachrites."} +{"id":"H1077","strongs_number":"H1077","system":"hebrew","language":"hebrew","number_value":1077,"lemma":"בַּל","transliteration":"bal","pronunciation":"bal","derivation":"from H1086 (בָּלָה);","strongs_definition":"properly, a failure; by implication nothing; usually (adverb) not at all; also lest","kjv_definition":"lest, neither, no, none (that...), not (any), nothing."} +{"id":"H1078","strongs_number":"H1078","system":"hebrew","language":"hebrew","number_value":1078,"lemma":"בֵּל","transliteration":"Bêl","pronunciation":"bale","derivation":"by contraction for H1168 (בַּעַל);","strongs_definition":"Bel, the Baal of the Babylonians","kjv_definition":"Bel."} +{"id":"H1079","strongs_number":"H1079","system":"hebrew","language":"hebrew","number_value":1079,"lemma":"בָּל","transliteration":"bâl","pronunciation":"bawl","derivation":"(Aramaic) from H1080 (בְּלָא);","strongs_definition":"properly, anxiety, i.e. (by implication) the heart (as its seat)","kjv_definition":"heart."} +{"id":"H1080","strongs_number":"H1080","system":"hebrew","language":"hebrew","number_value":1080,"lemma":"בְּלָא","transliteration":"bᵉlâʼ","pronunciation":"bel-aw'","derivation":"(Aramaic) corresponding to H1086 (בָּלָה) (but used only in a mental sense);","strongs_definition":"to afflict","kjv_definition":"wear out."} +{"id":"H1081","strongs_number":"H1081","system":"hebrew","language":"hebrew","number_value":1081,"lemma":"בַּלְאֲדָן","transliteration":"Balʼădân","pronunciation":"bal-ad-awn'","derivation":"from H1078 (בֵּל) and H113 (אָדוֹן) (contracted); Bel (is his) lord;","strongs_definition":"Baladan, the name of a Babylonian prince","kjv_definition":"Baladan."} +{"id":"H1082","strongs_number":"H1082","system":"hebrew","language":"hebrew","number_value":1082,"lemma":"בָּלַג","transliteration":"bâlag","pronunciation":"baw-lag'","derivation":"a primitive root;","strongs_definition":"to break off or loose (in a favorable or unfavorable sense), i.e. desist (from grief) or invade (with destruction)","kjv_definition":"comfort, (recover) strength(-en)."} +{"id":"H1083","strongs_number":"H1083","system":"hebrew","language":"hebrew","number_value":1083,"lemma":"בִּלְגַה","transliteration":"Bilgah","pronunciation":"bil-gaw'","derivation":"from H1082 (בָּלַג); desistance;","strongs_definition":"Bilgah, the name of two Israelites","kjv_definition":"Bilgah."} +{"id":"H1084","strongs_number":"H1084","system":"hebrew","language":"hebrew","number_value":1084,"lemma":"בִּלְגַּי","transliteration":"Bilgay","pronunciation":"bil-gah'ee","derivation":"from H1082 (בָּלַג); desistant;","strongs_definition":"Bilgai, an Israelite","kjv_definition":"Bilgai."} +{"id":"H1085","strongs_number":"H1085","system":"hebrew","language":"hebrew","number_value":1085,"lemma":"בִּלְדַּד","transliteration":"Bildad","pronunciation":"bil-dad'","derivation":"of uncertain derivation;","strongs_definition":"Bildad, one of Job's friends","kjv_definition":"Bildad."} +{"id":"H1086","strongs_number":"H1086","system":"hebrew","language":"hebrew","number_value":1086,"lemma":"בָּלָה","transliteration":"bâlâh","pronunciation":"baw-law'","derivation":"a primitive root;","strongs_definition":"to fail; by implication to wear out, decay (causatively, consume, spend)","kjv_definition":"consume, enjoy long, become (make, wax) old, spend, waste."} +{"id":"H1087","strongs_number":"H1087","system":"hebrew","language":"hebrew","number_value":1087,"lemma":"בָּלֶה","transliteration":"bâleh","pronunciation":"baw-leh'","derivation":"from H1086 (בָּלָה);","strongs_definition":"worn out","kjv_definition":"old."} +{"id":"H1088","strongs_number":"H1088","system":"hebrew","language":"hebrew","number_value":1088,"lemma":"בָּלָה","transliteration":"Bâlâh","pronunciation":"baw-law'","derivation":"feminine of H1087 (בָּלֶה); failure;","strongs_definition":"Balah, a place in Palestine","kjv_definition":"Balah."} +{"id":"H1089","strongs_number":"H1089","system":"hebrew","language":"hebrew","number_value":1089,"lemma":"בָּלַהּ","transliteration":"bâlahh","pronunciation":"baw-lah'","derivation":"a primitive root (rather by transposition for H926 (בָּהַל));","strongs_definition":"to palpitate; hence, (causatively) to terrify","kjv_definition":"trouble."} +{"id":"H1090","strongs_number":"H1090","system":"hebrew","language":"hebrew","number_value":1090,"lemma":"בִּלְהָה","transliteration":"Bilhâh","pronunciation":"bil-haw'","derivation":"from H1089 (בָּלַהּ); timid;","strongs_definition":"Bilhah, the name of one of Jacob's concubines; also of a place in Palestine","kjv_definition":"Bilhah."} +{"id":"H1091","strongs_number":"H1091","system":"hebrew","language":"hebrew","number_value":1091,"lemma":"בַּלָּהָה","transliteration":"ballâhâh","pronunciation":"bal-law-haw'","derivation":"from H1089 (בָּלַהּ);","strongs_definition":"alarm; hence, destruction","kjv_definition":"terror, trouble."} +{"id":"H1092","strongs_number":"H1092","system":"hebrew","language":"hebrew","number_value":1092,"lemma":"בִּלְהָן","transliteration":"Bilhân","pronunciation":"bil-hawn'","derivation":"from H1089 (בָּלַהּ); timid;","strongs_definition":"Bilhan, the name of an Edomite and of an Israelite","kjv_definition":"Bilhan."} +{"id":"H1093","strongs_number":"H1093","system":"hebrew","language":"hebrew","number_value":1093,"lemma":"בְּלוֹ","transliteration":"bᵉlôw","pronunciation":"bel-o'","derivation":"(Aramaic) from a root corresponding to H1086 (בָּלָה);","strongs_definition":"excise (on articles consumed)","kjv_definition":"tribute."} +{"id":"H1094","strongs_number":"H1094","system":"hebrew","language":"hebrew","number_value":1094,"lemma":"בְּלוֹא","transliteration":"bᵉlôwʼ","pronunciation":"bel-o'","derivation":"or (fully) בְּלוֹי; from H1086 (בָּלָה);","strongs_definition":"(only in plural construction) rags","kjv_definition":"old."} +{"id":"H1095","strongs_number":"H1095","system":"hebrew","language":"hebrew","number_value":1095,"lemma":"בֵּלְטְשַׁאצַּר","transliteration":"Bêlṭᵉshaʼtstsar","pronunciation":"bale-tesh-ats-tsar'","derivation":"of foreign derivation;","strongs_definition":"Belteshatstsar, the Babylonian name of Daniel","kjv_definition":"Belteshazzar."} +{"id":"H1096","strongs_number":"H1096","system":"hebrew","language":"hebrew","number_value":1096,"lemma":"בֵּלְטְשַׁאצַּר","transliteration":"Bêlṭᵉshaʼtstsar","pronunciation":"bale-tesh-ats-tsar'","derivation":"(Aramaic) corresponding to H1095 (בֵּלְטְשַׁאצַּר)","strongs_definition":"{Belteshatstsar, the Babylonian name of Daniel}","kjv_definition":"Belteshazzar."} +{"id":"H1097","strongs_number":"H1097","system":"hebrew","language":"hebrew","number_value":1097,"lemma":"בְּלִי","transliteration":"bᵉlîy","pronunciation":"bel-ee'","derivation":"from H1086 (בָּלָה);","strongs_definition":"properly, failure, i.e. nothing or destruction; usually (with preposition) without, not yet, because not, as long as, etc.","kjv_definition":"corruption, ig(norantly), for lack of, where no...is, so that no, none, not, un(awares), without."} +{"id":"H1098","strongs_number":"H1098","system":"hebrew","language":"hebrew","number_value":1098,"lemma":"בְּלִיל","transliteration":"bᵉlîyl","pronunciation":"bel-eel'","derivation":"from H1101 (בָּלַל);","strongs_definition":"mixed, i.e. (specifically) feed (for cattle)","kjv_definition":"corn, fodder, provender."} +{"id":"H1099","strongs_number":"H1099","system":"hebrew","language":"hebrew","number_value":1099,"lemma":"בְּלִימָה","transliteration":"bᵉlîymâh","pronunciation":"bel-ee-mah'","derivation":"from H1097 (בְּלִי) and H4100 (מָה);","strongs_definition":"(as indefinitely) nothing whatever","kjv_definition":"nothing."} +{"id":"H1100","strongs_number":"H1100","system":"hebrew","language":"hebrew","number_value":1100,"lemma":"בְּלִיַּעַל","transliteration":"bᵉlîyaʻal","pronunciation":"bel-e-yah'-al","derivation":"from H1097 (בְּלִי) and H3276 (יַעַל);(often in connection with H376 (אִישׁ), H802 (אִשָּׁה), H1121 (בֵּן), etc.)","strongs_definition":"without profit, worthlessness; by extension, destruction, wickedness","kjv_definition":"Belial, evil, naughty, ungodly (men), wicked."} +{"id":"H1101","strongs_number":"H1101","system":"hebrew","language":"hebrew","number_value":1101,"lemma":"בָּלַל","transliteration":"bâlal","pronunciation":"baw-lal'","derivation":"a primitive root; (also denominatively from H1098 (בְּלִיל)) to fodder","strongs_definition":"to overflow (specifically with oil.); by implication, to mix; to fodder","kjv_definition":"anoint, confound, [idiom] fade, mingle, mix (self), give provender, temper."} +{"id":"H1102","strongs_number":"H1102","system":"hebrew","language":"hebrew","number_value":1102,"lemma":"בָּלַם","transliteration":"bâlam","pronunciation":"baw-lam'","derivation":"a primitive root;","strongs_definition":"to muzzle","kjv_definition":"be held in."} +{"id":"H1103","strongs_number":"H1103","system":"hebrew","language":"hebrew","number_value":1103,"lemma":"בָּלַס","transliteration":"bâlaç","pronunciation":"baw-las'","derivation":"a primitive root;","strongs_definition":"to pinch sycamore figs (a process necessary to ripen them)","kjv_definition":"gatherer."} +{"id":"H1104","strongs_number":"H1104","system":"hebrew","language":"hebrew","number_value":1104,"lemma":"בָּלַע","transliteration":"bâlaʻ","pronunciation":"baw-lah'","derivation":"a primitive root;","strongs_definition":"to make away with (specifically by swallowing); generally, to destroy","kjv_definition":"cover, destroy, devour, eat up, be at end, spend up, swallow down (up)."} +{"id":"H1105","strongs_number":"H1105","system":"hebrew","language":"hebrew","number_value":1105,"lemma":"בֶּלַע","transliteration":"belaʻ","pronunciation":"beh'-lah","derivation":"from H1104 (בָּלַע);","strongs_definition":"a gulp; figuratively, destruction","kjv_definition":"devouring, that which he hath swallowed up."} +{"id":"H1106","strongs_number":"H1106","system":"hebrew","language":"hebrew","number_value":1106,"lemma":"בֶּלַע","transliteration":"Belaʻ","pronunciation":"beh'-lah","derivation":"the same as H1105 (בֶּלַע);","strongs_definition":"Bela, the name of a place, also of an Edomite and of two Israelites","kjv_definition":"Bela."} +{"id":"H1107","strongs_number":"H1107","system":"hebrew","language":"hebrew","number_value":1107,"lemma":"בִּלְעֲדֵי","transliteration":"bilʻădêy","pronunciation":"bil-ad-ay'","derivation":"or בַּלְעֲדֵי; constructive plural from H1077 (בַּל) and H5703 (עַד), not till, i.e. (as preposition or adverb)","strongs_definition":"except, without, besides","kjv_definition":"beside, not (in), save, without."} +{"id":"H1108","strongs_number":"H1108","system":"hebrew","language":"hebrew","number_value":1108,"lemma":"בַּלְעִי","transliteration":"Balʻîy","pronunciation":"bel-ee'","derivation":"patronymically from H1106 (בֶּלַע);","strongs_definition":"a Belaite (collectively) or descendants of Bela","kjv_definition":"Belaites."} +{"id":"H1109","strongs_number":"H1109","system":"hebrew","language":"hebrew","number_value":1109,"lemma":"בִּלְעָם","transliteration":"Bilʻâm","pronunciation":"bil-awm'","derivation":"probably from H1077 (בַּל) and H5971 (עַם); not (of the) people, i.e. foreigner;","strongs_definition":"Bilam, a Mesopotamian prophet; also a place in Palestine","kjv_definition":"Balaam, Bileam."} +{"id":"H1110","strongs_number":"H1110","system":"hebrew","language":"hebrew","number_value":1110,"lemma":"בָּלַק","transliteration":"bâlaq","pronunciation":"baw-lak'","derivation":"a primitive root;","strongs_definition":"to annihilate","kjv_definition":"(make) waste."} +{"id":"H1111","strongs_number":"H1111","system":"hebrew","language":"hebrew","number_value":1111,"lemma":"בָּלָק","transliteration":"Bâlâq","pronunciation":"baw-lawk'","derivation":"from H1110 (בָּלַק); waster;","strongs_definition":"Balak, a Moabitish king","kjv_definition":"Balak."} +{"id":"H1112","strongs_number":"H1112","system":"hebrew","language":"hebrew","number_value":1112,"lemma":"בֵּלְשַׁאצַּר","transliteration":"Bêlshaʼtstsar","pronunciation":"bale-shats-tsar'","derivation":"or בֵּלְאשַׁצַּרlemma בֵּלְאשַׁצּר missing vowel, corrected to בֵּלְאשַׁצַּר; of foreign origin (compare H1095 (בֵּלְטְשַׁאצַּר));","strongs_definition":"Belshatstsar, a Babylonian king","kjv_definition":"Belshazzar."} +{"id":"H1113","strongs_number":"H1113","system":"hebrew","language":"hebrew","number_value":1113,"lemma":"בֵּלְשַׁאצַּר","transliteration":"Bêlshaʼtstsar","pronunciation":"bale-shats-tsar'","derivation":"(Aramaic) corresponding to H1112 (בֵּלְשַׁאצַּר)","strongs_definition":"{Belshatstsar, a Babylonian king}","kjv_definition":"Belshazzar."} +{"id":"H1114","strongs_number":"H1114","system":"hebrew","language":"hebrew","number_value":1114,"lemma":"בִּלְשָׁן","transliteration":"Bilshân","pronunciation":"bil-shawn'","derivation":"of uncertain derivation;","strongs_definition":"Bilshan, an Israelite","kjv_definition":"Bilshan."} +{"id":"H1115","strongs_number":"H1115","system":"hebrew","language":"hebrew","number_value":1115,"lemma":"בִּלְתִּי","transliteration":"biltîy","pronunciation":"bil-tee'","derivation":"constructive feminine of H1086 (בָּלָה) (equivalent to H1097 (בְּלִי));","strongs_definition":"properly, a failure of, i.e. (used only as a negative particle, usually with a prepositional prefix) not, except, without, unless, besides, because not, until, etc.","kjv_definition":"because un(satiable), beside, but, [phrase] continual, except, from, lest, neither, no more, none, not, nothing, save, that no, without."} +{"id":"H1116","strongs_number":"H1116","system":"hebrew","language":"hebrew","number_value":1116,"lemma":"בָּמָה","transliteration":"bâmâh","pronunciation":"bam-maw'","derivation":"from an unused root (meaning to be high);","strongs_definition":"an elevation","kjv_definition":"height, high place, wave."} +{"id":"H1117","strongs_number":"H1117","system":"hebrew","language":"hebrew","number_value":1117,"lemma":"בָּמָה","transliteration":"Bâmâh","pronunciation":"baw-maw'","derivation":"the same as H1116 (בָּמָה);","strongs_definition":"Bamah, a place in Palestine","kjv_definition":"Bamah. See also H1120 (בָּמוֹת)."} +{"id":"H1118","strongs_number":"H1118","system":"hebrew","language":"hebrew","number_value":1118,"lemma":"בִּמְהָל","transliteration":"Bimhâl","pronunciation":"bim-hawl'","derivation":"probably from H4107 (מָהַל) with prepositional prefix; with pruning;","strongs_definition":"Bimhal, an Israelite","kjv_definition":"Bimhal."} +{"id":"H1119","strongs_number":"H1119","system":"hebrew","language":"hebrew","number_value":1119,"lemma":"בְּמוֹ","transliteration":"bᵉmôw","pronunciation":"bem-o'","derivation":"prolongation for prepositional prefix;","strongs_definition":"in, with, by, etc.","kjv_definition":"for, in into, through."} +{"id":"H1120","strongs_number":"H1120","system":"hebrew","language":"hebrew","number_value":1120,"lemma":"בָּמוֹת","transliteration":"Bâmôwth","pronunciation":"baw-moth'","derivation":"plural of H1116 (בָּמָה); heights; or (fully) בָּמוֹת בַּעַל; from the same and H1168 (בַּעַל); heights of Baal;","strongs_definition":"Bamoth or Bamoth-Baal, a place East of the Jordan","kjv_definition":"Bamoth, Bamoth-baal."} +{"id":"H1121","strongs_number":"H1121","system":"hebrew","language":"hebrew","number_value":1121,"lemma":"בֵּן","transliteration":"bên","pronunciation":"bane","derivation":"from H1129 (בָּנָה);","strongs_definition":"a son (as a builder of the family name), in the widest sense (of literal and figurative relationship, including grandson, subject, nation, quality or condition, etc., (like father or brother), etc.)","kjv_definition":"[phrase] afflicted, age, (Ahoh-) (Ammon-) (Hachmon-) (Lev-) ite, (anoint-) ed one, appointed to, ([phrase]) arrow, (Assyr-) (Babylon-) (Egypt-) (Grec-) ian, one born, bough, branch, breed, [phrase] (young) bullock, [phrase] (young) calf, [idiom] came up in, child, colt, [idiom] common, [idiom] corn, daughter, [idiom] of first, [phrase] firstborn, foal, [phrase] very fruitful, [phrase] postage, [idiom] in, [phrase] kid, [phrase] lamb, ([phrase]) man, meet, [phrase] mighty, [phrase] nephew, old, ([phrase]) people, [phrase] rebel, [phrase] robber, [idiom] servant born, [idiom] soldier, son, [phrase] spark, [phrase] steward, [phrase] stranger, [idiom] surely, them of, [phrase] tumultuous one, [phrase] valiant(-est), whelp, worthy, young (one), youth."} +{"id":"H1122","strongs_number":"H1122","system":"hebrew","language":"hebrew","number_value":1122,"lemma":"בֵּן","transliteration":"Bên","pronunciation":"bane","derivation":"the same as H1121 (בֵּן);","strongs_definition":"Ben, an Israelite","kjv_definition":"Ben."} +{"id":"H1123","strongs_number":"H1123","system":"hebrew","language":"hebrew","number_value":1123,"lemma":"בֵּן","transliteration":"bên","pronunciation":"bane","derivation":"(Aramaic) corresponding to H1121 (בֵּן)","strongs_definition":"{a son (as a builder of the family name), in the widest sense}","kjv_definition":"child, son, young."} +{"id":"H1124","strongs_number":"H1124","system":"hebrew","language":"hebrew","number_value":1124,"lemma":"בְּנָא","transliteration":"bᵉnâʼ","pronunciation":"ben-aw'","derivation":"(Aramaic) or בְּנָה; (Aramaic), corresponding to H1129 (בָּנָה);","strongs_definition":"to build","kjv_definition":"build, make."} +{"id":"H1125","strongs_number":"H1125","system":"hebrew","language":"hebrew","number_value":1125,"lemma":"בֶּן־אֲבִינָדָב","transliteration":"Ben-ʼĂbîynâdâb","pronunciation":"ben-ab-ee''-naw-dawb'","derivation":"from H1121 (בֵּן) and H40 (אֲבִימֶלֶךְ); (the) son of Abinadab;","strongs_definition":"Ben-Abinadab, an Israelite","kjv_definition":"the son of Abinadab."} +{"id":"H1126","strongs_number":"H1126","system":"hebrew","language":"hebrew","number_value":1126,"lemma":"בֶּן־אוֹנִי","transliteration":"Ben-ʼÔwnîy","pronunciation":"ben-o-nee'","derivation":"from H1121 (בֵּן) and H205 (אָוֶן); son of my sorrow;","strongs_definition":"Ben-Oni, the original name of Benjamin","kjv_definition":"Ben-oni."} +{"id":"H1127","strongs_number":"H1127","system":"hebrew","language":"hebrew","number_value":1127,"lemma":"בֶּן־גֶּבֶר","transliteration":"Ben-Geber","pronunciation":"ben-gheh'-ber","derivation":"from H1121 (בֵּן) and H1397 (גֶּבֶר); son of (the) hero;","strongs_definition":"Ben-Geber, an Israelite","kjv_definition":"the son of Geber."} +{"id":"H1128","strongs_number":"H1128","system":"hebrew","language":"hebrew","number_value":1128,"lemma":"בֶּן־דֶּקֶר","transliteration":"Ben-Deqer","pronunciation":"ben-deh'-ker","derivation":"from H1121 (בֵּן) and a derivative of H1856 (דָּקַר); son of piercing (or of a lance);","strongs_definition":"Ben-Deker, an Israelite","kjv_definition":"the son of Dekar."} +{"id":"H1129","strongs_number":"H1129","system":"hebrew","language":"hebrew","number_value":1129,"lemma":"בָּנָה","transliteration":"bânâh","pronunciation":"baw-naw'","derivation":"a primitive root;","strongs_definition":"to build (literally and figuratively)","kjv_definition":"(begin to) build(-er), obtain children, make, repair, set (up), [idiom] surely."} +{"id":"H1130","strongs_number":"H1130","system":"hebrew","language":"hebrew","number_value":1130,"lemma":"בֶּן־הֲדַד","transliteration":"Ben-Hădad","pronunciation":"ben-had-ad'","derivation":"from H1121 (בֵּן) and H1908 (הֲדַד); son of Hadad;","strongs_definition":"Ben-Hadad, the name of several Syrian kings","kjv_definition":"Benhadad."} +{"id":"H1131","strongs_number":"H1131","system":"hebrew","language":"hebrew","number_value":1131,"lemma":"בִּנּוּי","transliteration":"Binnûwy","pronunciation":"bin-noo'-ee","derivation":"from H1129 (בָּנָה); built up;","strongs_definition":"Binnui, an Israelite","kjv_definition":"Binnui."} +{"id":"H1132","strongs_number":"H1132","system":"hebrew","language":"hebrew","number_value":1132,"lemma":"בֶּן־זוֹחֵת","transliteration":"Ben-Zôwchêth","pronunciation":"ben-zo-khayth'","derivation":"from H1121 (בֵּן) and H2105 (זוֹחֵת); son of Zocheth;","strongs_definition":"Ben-Zocheth, an Israelite","kjv_definition":"Ben-zoketh."} +{"id":"H1133","strongs_number":"H1133","system":"hebrew","language":"hebrew","number_value":1133,"lemma":"בֶּן־חוּר","transliteration":"Ben-Chûwr","pronunciation":"ben-khoor'","derivation":"from H1121 (בֵּן) and H2354 (חוּר); son of Chur;","strongs_definition":"Ben-Chur, an Israelite","kjv_definition":"the son of Hur."} +{"id":"H1134","strongs_number":"H1134","system":"hebrew","language":"hebrew","number_value":1134,"lemma":"בֶּן־חַיִל","transliteration":"Ben-Chayil","pronunciation":"ben-khah'-yil","derivation":"from H1121 (בֵּן) and H2428 (חַיִל); son of might;","strongs_definition":"Ben-Chail, an Israelite","kjv_definition":"Ben-hail."} +{"id":"H1135","strongs_number":"H1135","system":"hebrew","language":"hebrew","number_value":1135,"lemma":"בֶּן־חָנָן","transliteration":"Ben-Chânân","pronunciation":"ben-khaw-nawn'","derivation":"from H1121 (בֵּן) and H2605 (חָנָן); son of Chanan;","strongs_definition":"Ben-Chanan, an Israelite","kjv_definition":"Ben-hanan."} +{"id":"H1136","strongs_number":"H1136","system":"hebrew","language":"hebrew","number_value":1136,"lemma":"בֶּן־חֶסֶד","transliteration":"Ben-Cheçed","pronunciation":"ben-kheh'-sed","derivation":"from H1121 (בֵּן) and H2617 (חֵסֵד); son of kindness;","strongs_definition":"Ben-Chesed, an Israelite","kjv_definition":"the son of Hesed."} +{"id":"H1137","strongs_number":"H1137","system":"hebrew","language":"hebrew","number_value":1137,"lemma":"בָּנִי","transliteration":"Bânîy","pronunciation":"baw-nee'","derivation":"from H1129 (בָּנָה); built;","strongs_definition":"Bani, the name of five Israelites","kjv_definition":"Bani."} +{"id":"H1138","strongs_number":"H1138","system":"hebrew","language":"hebrew","number_value":1138,"lemma":"בֻּנִּי","transliteration":"Bunnîy","pronunciation":"boon-nee'","derivation":"or (fuller) בּוּנִי; from H1129 (בָּנָה); built;","strongs_definition":"Bunni or Buni, an Israelite","kjv_definition":"Bunni."} +{"id":"H1139","strongs_number":"H1139","system":"hebrew","language":"hebrew","number_value":1139,"lemma":"בְּנֵי־בְּרַק","transliteration":"Bᵉnêy-Bᵉraq","pronunciation":"ben-ay'-ber-ak'","derivation":"from the plural construction of H1121 (בֵּן) and H1300 (בָּרָק);","strongs_definition":"sons of lightning, Bene-berak, a place in Palestine","kjv_definition":"Bene-barak."} +{"id":"H1140","strongs_number":"H1140","system":"hebrew","language":"hebrew","number_value":1140,"lemma":"בִּנְיָה","transliteration":"binyâh","pronunciation":"bin-yaw'","derivation":"feminine from H1129 (בָּנָה);","strongs_definition":"a structure","kjv_definition":"building."} +{"id":"H1141","strongs_number":"H1141","system":"hebrew","language":"hebrew","number_value":1141,"lemma":"בְּנָיָה","transliteration":"Bᵉnâyâh","pronunciation":"ben-aw-yaw'","derivation":"or בּנָיָהוּ; (prolonged) from H1129 (בָּנָה) and H3050 (יָהּ); Jah has built;","strongs_definition":"Benajah, the name of twelve Israelites","kjv_definition":"Benaiah."} +{"id":"H1142","strongs_number":"H1142","system":"hebrew","language":"hebrew","number_value":1142,"lemma":"בְּנֵי יַעֲקָן","transliteration":"Bᵉnêy Yaʻăqân","pronunciation":"ben-ay' yah-ak-awn'","derivation":"from the plural of H1121 (בֵּן) and H3292 (יַעֲקָן); sons of Yaakan;","strongs_definition":"Bene-Jaakan, a place in the Desert","kjv_definition":"Bene-jaakan."} +{"id":"H1143","strongs_number":"H1143","system":"hebrew","language":"hebrew","number_value":1143,"lemma":"בֵּנַיִם","transliteration":"bênayim","pronunciation":"bay-nah'-yim","derivation":"dual of H996 (בֵּין);","strongs_definition":"a double interval, i.e. the space between two armies","kjv_definition":"[phrase] champion."} +{"id":"H1144","strongs_number":"H1144","system":"hebrew","language":"hebrew","number_value":1144,"lemma":"בִּנְיָמִין","transliteration":"Binyâmîyn","pronunciation":"bin-yaw-mene'","derivation":"from H1121 (בֵּן) and H3225 (יָמִין); son of (the) right hand;","strongs_definition":"Binjamin, youngest son of Jacob; also the tribe descended from him, and its territory","kjv_definition":"Benjamin."} +{"id":"H1145","strongs_number":"H1145","system":"hebrew","language":"hebrew","number_value":1145,"lemma":"בֶּן־יְמִינִי","transliteration":"Ben-yᵉmîynîy","pronunciation":"ben-yem-ee-nee'","derivation":"sometimes (with the article inserted) בֵּן־הַיּמִינִי; with H376 (אִישׁ) inserted (1 Samuel 9:1) בֶּן־אִישׁ ימִינִי; son of a man of Jemini; or shortened אִישׁ יְמִינִי; (1 Samuel 9:4; Esther 2:5) a man of Jemini, or (1 Samuel 20:1) simply יְמִינִיxlit Yᵉmînîy corrected to Yᵉmîynîy; a Jeminite; (plural) בְּנֵי יְמִינִיxlit Bᵉnîy corrected to Bᵉnêy; patron from H1144 (בִּנְיָמִין);","strongs_definition":"a Benjaminite, or descendent of Benjamin","kjv_definition":"Benjamite, of Benjamin."} +{"id":"H1146","strongs_number":"H1146","system":"hebrew","language":"hebrew","number_value":1146,"lemma":"בִּנְיָן","transliteration":"binyân","pronunciation":"bin-yawn'","derivation":"from H1129 (בָּנָה);","strongs_definition":"an edifice","kjv_definition":"building."} +{"id":"H1147","strongs_number":"H1147","system":"hebrew","language":"hebrew","number_value":1147,"lemma":"בִּנְיָן","transliteration":"binyân","pronunciation":"bin-yawn'","derivation":"(Aramaic) corresponding to H1146 (בִּנְיָן)","strongs_definition":"{an edifice}","kjv_definition":"building."} +{"id":"H1148","strongs_number":"H1148","system":"hebrew","language":"hebrew","number_value":1148,"lemma":"בְּנִינוּ","transliteration":"Bᵉnîynûw","pronunciation":"ben-ee-noo'","derivation":"probably from H1121 (בֵּן) with pron. suff.; our son;","strongs_definition":"Beninu, an Israelite","kjv_definition":"Beninu."} +{"id":"H1149","strongs_number":"H1149","system":"hebrew","language":"hebrew","number_value":1149,"lemma":"בְּנַס","transliteration":"bᵉnaç","pronunciation":"ben-as'","derivation":"(Aramaic) of uncertain affinity;","strongs_definition":"to be enraged","kjv_definition":"be angry."} +{"id":"H1150","strongs_number":"H1150","system":"hebrew","language":"hebrew","number_value":1150,"lemma":"בִּנְעָא","transliteration":"Binʻâʼ","pronunciation":"bin-aw'","derivation":"or בִּנְעָה; of uncertain derivation;","strongs_definition":"Bina or Binah, an Israelite","kjv_definition":"Binea, Bineah."} +{"id":"H1151","strongs_number":"H1151","system":"hebrew","language":"hebrew","number_value":1151,"lemma":"בֶּן־עַמִּי","transliteration":"Ben-ʻAmmîy","pronunciation":"ben-am-mee'","derivation":"from H1121 (בֵּן) and H5971 (עַם) with pronomial suffix; son of my people;","strongs_definition":"Ben-Ammi, a son of Lot","kjv_definition":"Ben-ammi."} +{"id":"H1152","strongs_number":"H1152","system":"hebrew","language":"hebrew","number_value":1152,"lemma":"בְּסוֹדְיָה","transliteration":"Bᵉçôwdᵉyâh","pronunciation":"bes-o-deh-yaw'","derivation":"from H5475 (סוֹד) and H3050 (יָהּ) with prepositional prefix; in (the) counsel of Jehovah;","strongs_definition":"Besodejah, an Israelite","kjv_definition":"Besodeiah."} +{"id":"H1153","strongs_number":"H1153","system":"hebrew","language":"hebrew","number_value":1153,"lemma":"בְּסַי","transliteration":"Bᵉçay","pronunciation":"bes-ah'-ee","derivation":"from H947 (בּוּס); domineering;","strongs_definition":"Besai, one of the Nethinim","kjv_definition":"Besai."} +{"id":"H1154","strongs_number":"H1154","system":"hebrew","language":"hebrew","number_value":1154,"lemma":"בֶּסֶר","transliteration":"beçer","pronunciation":"beh'-ser","derivation":"from an unused root meaning to be sour;","strongs_definition":"an immature grape","kjv_definition":"unripe grape."} +{"id":"H1155","strongs_number":"H1155","system":"hebrew","language":"hebrew","number_value":1155,"lemma":"בֹּסֶר","transliteration":"bôçer","pronunciation":"bo'ser","derivation":"from the same as H1154 (בֶּסֶר)","strongs_definition":"{an immature grape}","kjv_definition":"sour grape."} +{"id":"H1156","strongs_number":"H1156","system":"hebrew","language":"hebrew","number_value":1156,"lemma":"בְּעָא","transliteration":"bᵉʻâʼ","pronunciation":"beh-aw'","derivation":"(Aramaic) or בְּעָה; (Aramaic), corresponding to H1158 (בָּעָה);","strongs_definition":"to seek or ask","kjv_definition":"ask, desire, make (petition), pray, request, seek."} +{"id":"H1157","strongs_number":"H1157","system":"hebrew","language":"hebrew","number_value":1157,"lemma":"בְּעַד","transliteration":"bᵉʻad","pronunciation":"beh-ad'","derivation":"from H5704 (עַד) with prepositional prefix;","strongs_definition":"in up to or over against; generally at, beside, among, behind, for, etc.","kjv_definition":"about, at by (means of), for, over, through, up (-on), within."} +{"id":"H1158","strongs_number":"H1158","system":"hebrew","language":"hebrew","number_value":1158,"lemma":"בָּעָה","transliteration":"bâʻâh","pronunciation":"baw-aw'","derivation":"a primitive root;","strongs_definition":"to gush over, i.e. to swell; (figuratively) to desire earnestly; by implication to ask","kjv_definition":"cause, inquire, seek up, swell out."} +{"id":"H1159","strongs_number":"H1159","system":"hebrew","language":"hebrew","number_value":1159,"lemma":"בָּעוּ","transliteration":"bâʻûw","pronunciation":"baw-oo'","derivation":"(Aramaic) from H1156 (בְּעָא);","strongs_definition":"a request","kjv_definition":"petition."} +{"id":"H1160","strongs_number":"H1160","system":"hebrew","language":"hebrew","number_value":1160,"lemma":"בְּעוֹר","transliteration":"Bᵉʻôwr","pronunciation":"beh-ore'","derivation":"from H1197 (בָּעַר) (in the sense of burning); a lamp;","strongs_definition":"Beor, the name of the father of an Edomitish king; also of that of Balaam","kjv_definition":"Beor."} +{"id":"H1161","strongs_number":"H1161","system":"hebrew","language":"hebrew","number_value":1161,"lemma":"בִּעוּתִים","transliteration":"biʻûwthîym","pronunciation":"be-oo-theme'","derivation":"masculine plural from H1204 (בָּעַת);","strongs_definition":"alarms","kjv_definition":"terrors."} +{"id":"H1162","strongs_number":"H1162","system":"hebrew","language":"hebrew","number_value":1162,"lemma":"בֹּעַז","transliteration":"Bôʻaz","pronunciation":"bo'-az","derivation":"from an unused root of uncertain meaning;","strongs_definition":"Boaz, the ancestor of David; also the name of a pillar in front of the temple","kjv_definition":"Boaz."} +{"id":"H1163","strongs_number":"H1163","system":"hebrew","language":"hebrew","number_value":1163,"lemma":"בָּעַט","transliteration":"bâʻaṭ","pronunciation":"baw-at'","derivation":"a primitive root;","strongs_definition":"to trample down, i.e. (figuratively) despise","kjv_definition":"kick."} +{"id":"H1164","strongs_number":"H1164","system":"hebrew","language":"hebrew","number_value":1164,"lemma":"בְּעִי","transliteration":"bᵉʻîy","pronunciation":"beh-ee'","derivation":"from H1158 (בָּעָה);","strongs_definition":"a prayer","kjv_definition":"grave."} +{"id":"H1165","strongs_number":"H1165","system":"hebrew","language":"hebrew","number_value":1165,"lemma":"בְּעִיר","transliteration":"bᵉʻîyr","pronunciation":"beh-ere'","derivation":"from H1197 (בָּעַר) (in the sense of eating);","strongs_definition":"cattle","kjv_definition":"beast, cattle."} +{"id":"H1166","strongs_number":"H1166","system":"hebrew","language":"hebrew","number_value":1166,"lemma":"בָּעַל","transliteration":"bâʻal","pronunciation":"baw-al'","derivation":"a primitive root; also as denominative from H1167 (בַּעַל)","strongs_definition":"to be master; hence, to marry","kjv_definition":"have dominion (over), be husband, marry(-ried, [idiom] wife)."} +{"id":"H1167","strongs_number":"H1167","system":"hebrew","language":"hebrew","number_value":1167,"lemma":"בַּעַל","transliteration":"baʻal","pronunciation":"bah'-al","derivation":"from H1166 (בָּעַל);","strongs_definition":"a master; hence, a husband, or (figuratively) owner (often used with another noun in modifications of this latter sense)","kjv_definition":"[phrase] archer, [phrase] babbler, [phrase] bird, captain, chief man, [phrase] confederate, [phrase] have to do, [phrase] dreamer, those to whom it is due, [phrase] furious, those that are given to it, great, [phrase] hairy, he that hath it, have, [phrase] horseman, husband, lord, man, [phrase] married, master, person, [phrase] sworn, they of."} +{"id":"H1168","strongs_number":"H1168","system":"hebrew","language":"hebrew","number_value":1168,"lemma":"בַּעַל","transliteration":"Baʻal","pronunciation":"bah'-al","derivation":"the same as H1167 (בַּעַל);","strongs_definition":"Baal, a Phoenician deity","kjv_definition":"Baal, (plural) Baalim."} +{"id":"H1169","strongs_number":"H1169","system":"hebrew","language":"hebrew","number_value":1169,"lemma":"בְּעֵל","transliteration":"bᵉʻêl","pronunciation":"beh-ale'","derivation":"(Aramaic) corresponding to H1167 (בַּעַל)","strongs_definition":"{a master; hence, a husband,}","kjv_definition":"[phrase] chancellor."} +{"id":"H1170","strongs_number":"H1170","system":"hebrew","language":"hebrew","number_value":1170,"lemma":"בַּעַל בְּרִית","transliteration":"Baʻal Bᵉrîyth","pronunciation":"bah'-al ber-eeth'","derivation":"from H1168 (בַּעַל) and H1285 (בְּרִית); Baal of (the) covenant;","strongs_definition":"Baal-Berith, a special deity of the Shechemites","kjv_definition":"Baal-berith."} +{"id":"H1171","strongs_number":"H1171","system":"hebrew","language":"hebrew","number_value":1171,"lemma":"בַּעַל גָּד","transliteration":"Baʻal Gâd","pronunciation":"bah'-al gawd","derivation":"from H1168 (בַּעַל) and H1409 (גָּד); Baal of Fortune;","strongs_definition":"Baal-Gad, a place in Syria","kjv_definition":"Baal-gad."} +{"id":"H1172","strongs_number":"H1172","system":"hebrew","language":"hebrew","number_value":1172,"lemma":"בַּעֲלָה","transliteration":"baʻălâh","pronunciation":"bah-al-aw'","derivation":"feminine of H1167 (בַּעַל);","strongs_definition":"a mistress","kjv_definition":"that hath, mistress."} +{"id":"H1173","strongs_number":"H1173","system":"hebrew","language":"hebrew","number_value":1173,"lemma":"בַּעֲלָה","transliteration":"Baʻălâh","pronunciation":"bah-al-aw'","derivation":"the same as H1172 (בַּעֲלָה);","strongs_definition":"Baalah, the name of three places in Palestine","kjv_definition":"Baalah."} +{"id":"H1174","strongs_number":"H1174","system":"hebrew","language":"hebrew","number_value":1174,"lemma":"בַּעַל הָמוֹן","transliteration":"Baʻal Hâmôwn","pronunciation":"bah'-al haw-mone'","derivation":"from H1167 (בַּעַל) and H1995 (הָמוֹן); possessor of a multitude;","strongs_definition":"Baal-Hamon, a place in Palestine","kjv_definition":"Baal-hamon."} +{"id":"H1175","strongs_number":"H1175","system":"hebrew","language":"hebrew","number_value":1175,"lemma":"בְּעָלוֹת","transliteration":"Bᵉʻâlôwth","pronunciation":"beh-aw-loth'","derivation":"plural of H1172 (בַּעֲלָה); mistresses;","strongs_definition":"Bealoth, a place in Palestine","kjv_definition":"Bealoth, in Aloth (by mistake for a plural from H5927 (עָלָה) with prepositional prefix)."} +{"id":"H1176","strongs_number":"H1176","system":"hebrew","language":"hebrew","number_value":1176,"lemma":"בַּעַל זְבוּב","transliteration":"Baʻal Zᵉbûwb","pronunciation":"bah'-al zeb-oob'","derivation":"from H1168 (בַּעַל) and H2070 (זְבוּב); Baal of (the) Fly;","strongs_definition":"Baal-Zebub, a special deity of the Ekronites","kjv_definition":"Baal-zebub."} +{"id":"H1177","strongs_number":"H1177","system":"hebrew","language":"hebrew","number_value":1177,"lemma":"בַּעַל חָנָן","transliteration":"Baʻal Chânân","pronunciation":"bah'-al khaw-nawn'","derivation":"from H1167 (בַּעַל) and H2603 (חָנַן); possessor of grace;","strongs_definition":"Baal-Chanan, the name of an Edomite, also of an Israelite","kjv_definition":"Baal-hanan."} +{"id":"H1178","strongs_number":"H1178","system":"hebrew","language":"hebrew","number_value":1178,"lemma":"בַּעַל חָצוֹר","transliteration":"Baʻal Châtsôwr","pronunciation":"bah'-al khaw-tsore'","derivation":"from H1167 (בַּעַל) and a modification of H2691 (חָצֵר); possessor of a village;","strongs_definition":"Baal-Chatsor, a place in Palestine","kjv_definition":"Baal-hazor."} +{"id":"H1179","strongs_number":"H1179","system":"hebrew","language":"hebrew","number_value":1179,"lemma":"בַּעַל חֶרְמוֹן","transliteration":"Baʻal Chermôwn","pronunciation":"bah'-al kher-mone'","derivation":"from H1167 (בַּעַל) and H2768 (חֶרְמוֹן); possessor of Hermon;","strongs_definition":"Baal-Chermon, a place in Palestine","kjv_definition":"Baal-hermon."} +{"id":"H1180","strongs_number":"H1180","system":"hebrew","language":"hebrew","number_value":1180,"lemma":"בַּעֲלִי","transliteration":"Baʻălîy","pronunciation":"bah-al-ee'","derivation":"from H1167 (בַּעַל) with pron. suff.; my master;","strongs_definition":"Baali, a symbolical name for Jehovah","kjv_definition":"Baali."} +{"id":"H1181","strongs_number":"H1181","system":"hebrew","language":"hebrew","number_value":1181,"lemma":"בַּעֲלֵי בָּמוֹת","transliteration":"Baʻălêy Bâmôwth","pronunciation":"bah-al-ay' baw-moth'","derivation":"from the plural of H1168 (בַּעַל) and the plural of H1116 (בָּמָה); Baals of (the) heights;","strongs_definition":"Baale-Bamoth, a place East of the Jordan","kjv_definition":"lords of the high places."} +{"id":"H1182","strongs_number":"H1182","system":"hebrew","language":"hebrew","number_value":1182,"lemma":"בְּעֶלְיָדָע","transliteration":"Bᵉʻelyâdâʻ","pronunciation":"beh-el-yaw-daw'","derivation":"from H1168 (בַּעַל) and H3045 (יָדַע); Baal has known;","strongs_definition":"Beeljada, an Israelite","kjv_definition":"Beeliada."} +{"id":"H1183","strongs_number":"H1183","system":"hebrew","language":"hebrew","number_value":1183,"lemma":"בְּעַלְיָה","transliteration":"Bᵉʻalyâh","pronunciation":"beh-al-yaw'","derivation":"from H1167 (בַּעַל) and H3050 (יָהּ); Jah (is) master;","strongs_definition":"Bealjah, an Israelite","kjv_definition":"Bealiah."} +{"id":"H1184","strongs_number":"H1184","system":"hebrew","language":"hebrew","number_value":1184,"lemma":"בַּעֲלֵי יְהוּדָה","transliteration":"Baʻălêy Yᵉhûwdâh","pronunciation":"bah-al-ay' yeh-hoo-daw'","derivation":"from the plural of H1167 (בַּעַל) and H3063 (יְהוּדָה); masters of Judah;","strongs_definition":"Baale-Jehudah, a place in Palestine","kjv_definition":"Baale of Judah."} +{"id":"H1185","strongs_number":"H1185","system":"hebrew","language":"hebrew","number_value":1185,"lemma":"בַּעֲלִיס","transliteration":"Baʻălîyç","pronunciation":"bah-al-ece'","derivation":"probably from a derivative of H5965 (עָלַס) with prepositional prefix; in exultation;","strongs_definition":"Baalis, an Ammonitish king","kjv_definition":"Baalis."} +{"id":"H1186","strongs_number":"H1186","system":"hebrew","language":"hebrew","number_value":1186,"lemma":"בַּעַל מְעוֹן","transliteration":"Baʻal Mᵉʻôwn","pronunciation":"bah-al meh-one'","derivation":"from H1168 (בַּעַל) and H4583 (מָעוֹן); Baal of (the) habitation (of) (compare H1010 (בֵּית בַּעַל מְעוֹן));","strongs_definition":"Baal-Meon, a place East of the Jordan","kjv_definition":"Baal-meon."} +{"id":"H1187","strongs_number":"H1187","system":"hebrew","language":"hebrew","number_value":1187,"lemma":"בַּעַל פְּעוֹר","transliteration":"Baʻal Pᵉʻôwr","pronunciation":"bah'-al peh-ore'","derivation":"from H1168 (בַּעַל) and H6465 (פְּעוֹר); Baal of Peor;","strongs_definition":"Baal-Peor, a Moabitish deity","kjv_definition":"Baal-peor."} +{"id":"H1188","strongs_number":"H1188","system":"hebrew","language":"hebrew","number_value":1188,"lemma":"בַּעַל פְּרָצִים","transliteration":"Baʻal Pᵉrâtsîym","pronunciation":"bah'-al per-aw-tseem'","derivation":"from H1167 (בַּעַל) and the plural of H6556 (פֶּרֶץ); possessor of breaches;","strongs_definition":"Baal-Peratsim, a place in Palestine","kjv_definition":"Baal-perazim."} +{"id":"H1189","strongs_number":"H1189","system":"hebrew","language":"hebrew","number_value":1189,"lemma":"בַּעַל צְפוֹן","transliteration":"Baʻal Tsᵉphôwn","pronunciation":"bah'-al tsef-one'","derivation":"from H1168 (בַּעַל) and H6828 (צָפוֹן) (in the sense of cold) (according to others an Egyptian form of Typhon, the destroyer); Baal of winter;","strongs_definition":"Baal-Tsephon, a place in Eqypt","kjv_definition":"Baal-zephon."} +{"id":"H1190","strongs_number":"H1190","system":"hebrew","language":"hebrew","number_value":1190,"lemma":"בַּעַל שָׁלִשָׁה","transliteration":"Baʻal Shâlishâh","pronunciation":"bah'-al shaw-lee-shaw'","derivation":"from H1168 (בַּעַל) and H8031 (שָׁלִשָׁה);","strongs_definition":"Baal of Shalishah, Baal-Shalishah, a place in Palestine","kjv_definition":"Baal-shalisha."} +{"id":"H1191","strongs_number":"H1191","system":"hebrew","language":"hebrew","number_value":1191,"lemma":"בַּעֲלָת","transliteration":"Baʻălâth","pronunciation":"bah-al-awth'","derivation":"a modification of H1172 (בַּעֲלָה); mistressship;","strongs_definition":"Baalath, a place in Palestine","kjv_definition":"Baalath."} +{"id":"H1192","strongs_number":"H1192","system":"hebrew","language":"hebrew","number_value":1192,"lemma":"בַּעֲלַת בְּאֵר","transliteration":"Baʻălath Bᵉʼêr","pronunciation":"bah-al-ath' beh-ayr'","derivation":"from H1172 (בַּעֲלָה) and H875 (בְּאֵר); mistress of a well;","strongs_definition":"Baalath-Beer, a place in Palestine","kjv_definition":"Baalath-beer."} +{"id":"H1193","strongs_number":"H1193","system":"hebrew","language":"hebrew","number_value":1193,"lemma":"בַּעַל תָּמָר","transliteration":"Baʻal Tâmâr","pronunciation":"bah'-al taw-mawr'","derivation":"from H1167 (בַּעַל) and H8558 (תָּמָר); possessor of (the) palm-tree;","strongs_definition":"Baal-Tamar, a place in Palestine","kjv_definition":"Baal-tamar."} +{"id":"H1194","strongs_number":"H1194","system":"hebrew","language":"hebrew","number_value":1194,"lemma":"בְּעֹן","transliteration":"Bᵉʻôn","pronunciation":"beh-ohn'","derivation":"probably a contraction of H1010 (בֵּית בַּעַל מְעוֹן);","strongs_definition":"Beon, a place East of the Jordan","kjv_definition":"Beon."} +{"id":"H1195","strongs_number":"H1195","system":"hebrew","language":"hebrew","number_value":1195,"lemma":"בַּעֲנָא","transliteration":"Baʻănâʼ","pronunciation":"bah-an-aw'","derivation":"the same as H1196 (בַּעֲנָה);","strongs_definition":"Banana, the name of four Israelite","kjv_definition":"Baana, Baanah."} +{"id":"H1196","strongs_number":"H1196","system":"hebrew","language":"hebrew","number_value":1196,"lemma":"בַּעֲנָה","transliteration":"Baʻănâh","pronunciation":"bah-an-aw'","derivation":"from a derivative of H6031 (עָנָה) with prepositional prefix; in affliction","strongs_definition":"Baanah, the name of four Israelites","kjv_definition":"Baanah."} +{"id":"H1197","strongs_number":"H1197","system":"hebrew","language":"hebrew","number_value":1197,"lemma":"בָּעַר","transliteration":"bâʻar","pronunciation":"baw-ar'","derivation":"a primitive root; also as denominative from H1198 (בַּעַר)","strongs_definition":"to kindle, i.e. consume (by fire or by eating); to be(-come) brutish","kjv_definition":"be brutish, bring (put, take) away, burn, (cause to) eat (up), feed, heat, kindle, set (on fire), waste."} +{"id":"H1198","strongs_number":"H1198","system":"hebrew","language":"hebrew","number_value":1198,"lemma":"בַּעַר","transliteration":"baʻar","pronunciation":"bah'-ar","derivation":"from H1197 (בָּעַר);","strongs_definition":"properly, foot (as consumed); i.e. (by exten.) of cattle brutishness; (concretely) stupid","kjv_definition":"brutish (person), foolish."} +{"id":"H1199","strongs_number":"H1199","system":"hebrew","language":"hebrew","number_value":1199,"lemma":"בָּעֲרָא","transliteration":"Bâʻărâʼ","pronunciation":"bah-ar-aw'","derivation":"from H1198 (בַּעַר); brutish;","strongs_definition":"Baara, an Israelitish woman","kjv_definition":"Baara."} +{"id":"H1200","strongs_number":"H1200","system":"hebrew","language":"hebrew","number_value":1200,"lemma":"בְּעֵרָה","transliteration":"bᵉʻêrâh","pronunciation":"be-ay-raw'","derivation":"from H1197 (בָּעַר);","strongs_definition":"a burning","kjv_definition":"fire."} +{"id":"H1201","strongs_number":"H1201","system":"hebrew","language":"hebrew","number_value":1201,"lemma":"בַּעְשָׁא","transliteration":"Baʻshâʼ","pronunciation":"bah-shaw'","derivation":"from an unused root meaning to stink; offensiveness;","strongs_definition":"Basha, a king of Israel","kjv_definition":"Baasha."} +{"id":"H1202","strongs_number":"H1202","system":"hebrew","language":"hebrew","number_value":1202,"lemma":"בַּעֲשֵׂיָה","transliteration":"Baʻăsêyâh","pronunciation":"bah-as-ay-yaw'","derivation":"from H6213 (עָשָׂה) and H3050 (יָהּ) with a prepositional prefix; in (the) work of Jah;","strongs_definition":"Baasejah, an Israelite","kjv_definition":"Baaseiah."} +{"id":"H1203","strongs_number":"H1203","system":"hebrew","language":"hebrew","number_value":1203,"lemma":"בְּעֶשְׁתְּרָה","transliteration":"Bᵉʻeshtᵉrâh","pronunciation":"beh-esh-ter-aw'","derivation":"from H6251 (עַשְׁתְּרָה) (as singular of H6252 (עַשְׁתָּרוֹת)) with a prepositional prefix; with Ashtoreth;","strongs_definition":"Beeshterah, a place East of the Jordan","kjv_definition":"Beeshterah."} +{"id":"H1204","strongs_number":"H1204","system":"hebrew","language":"hebrew","number_value":1204,"lemma":"בָּעַת","transliteration":"bâʻath","pronunciation":"baw-ath'","derivation":"a primitive root;","strongs_definition":"to fear","kjv_definition":"affright, be (make) afraid, terrify, trouble."} +{"id":"H1205","strongs_number":"H1205","system":"hebrew","language":"hebrew","number_value":1205,"lemma":"בְּעָתָה","transliteration":"bᵉʻâthâh","pronunciation":"beh-aw-thaw'","derivation":"from H1204 (בָּעַת);","strongs_definition":"fear","kjv_definition":"trouble."} +{"id":"H1206","strongs_number":"H1206","system":"hebrew","language":"hebrew","number_value":1206,"lemma":"בֹץ","transliteration":"bôts","pronunciation":"botse","derivation":"probably the same as H948 (בּוּץ);","strongs_definition":"mud (as whitish clay)","kjv_definition":"mire."} +{"id":"H1207","strongs_number":"H1207","system":"hebrew","language":"hebrew","number_value":1207,"lemma":"בִּצָּה","transliteration":"bitstsâh","pronunciation":"bits-tsaw'","derivation":"intensive from H1206 (בֹץ);","strongs_definition":"a swamp","kjv_definition":"fen, mire(-ry place)."} +{"id":"H1208","strongs_number":"H1208","system":"hebrew","language":"hebrew","number_value":1208,"lemma":"בָּצוֹר","transliteration":"bâtsôwr","pronunciation":"baw-tsore'","derivation":"from H1219 (בָּצַר);","strongs_definition":"inaccessible, i.e. lofty","kjv_definition":"vintage (by confusion with H1210 (בָּצִיר))."} +{"id":"H1209","strongs_number":"H1209","system":"hebrew","language":"hebrew","number_value":1209,"lemma":"בֵּצַי","transliteration":"Bêtsay","pronunciation":"bay-tsah'-ee","derivation":"perhaps the same as H1153 (בְּסַי);","strongs_definition":"Betsai, the name of two Israelites","kjv_definition":"Bezai."} +{"id":"H1210","strongs_number":"H1210","system":"hebrew","language":"hebrew","number_value":1210,"lemma":"בָּצִיר","transliteration":"bâtsîyr","pronunciation":"baw-tseer'","derivation":"from H1219 (בָּצַר);","strongs_definition":"clipped, i.e. the grape crop","kjv_definition":"vintage."} +{"id":"H1211","strongs_number":"H1211","system":"hebrew","language":"hebrew","number_value":1211,"lemma":"בֶּצֶל","transliteration":"betsel","pronunciation":"beh'-tsel","derivation":"from an unused root apparently meaning to peel;","strongs_definition":"an onion","kjv_definition":"onion."} +{"id":"H1212","strongs_number":"H1212","system":"hebrew","language":"hebrew","number_value":1212,"lemma":"בְּצַלְאֵל","transliteration":"Bᵉtsalʼêl","pronunciation":"bets-al-ale'","derivation":"probably from H6738 (צֵל) and H410 (אֵל) with a prepositional prefix; in (the) shadow (i.e. protection) of God;","strongs_definition":"Betsalel, the name of two Israelites","kjv_definition":"Bezaleel."} +{"id":"H1213","strongs_number":"H1213","system":"hebrew","language":"hebrew","number_value":1213,"lemma":"בַּצְלוּת","transliteration":"Batslûwth","pronunciation":"bats-looth'","derivation":"or בַּצְלִית; from the same as H1211 (בֶּצֶל)xlit bᵉtsel corrected to betsel; a peeling;","strongs_definition":"Batsluth or Batslith, an Israelite","kjv_definition":"Bazlith, Bazluth."} +{"id":"H1214","strongs_number":"H1214","system":"hebrew","language":"hebrew","number_value":1214,"lemma":"בָּצַע","transliteration":"bâtsaʻ","pronunciation":"baw-tsah'","derivation":"a primitive root to break off, i.e. (usually) plunder;","strongs_definition":"figuratively, to finish, or (intransitively) stop","kjv_definition":"(be) covet(-ous), cut (off), finish, fulfill, gain (greedily), get, be given to (covetousness), greedy, perform, be wounded."} +{"id":"H1215","strongs_number":"H1215","system":"hebrew","language":"hebrew","number_value":1215,"lemma":"בֶּצַע","transliteration":"betsaʻ","pronunciation":"beh'-tsah","derivation":"from H1214 (בָּצַע);","strongs_definition":"plunder; by extension, gain (usually unjust)","kjv_definition":"covetousness, (dishonest) gain, lucre, profit."} +{"id":"H1216","strongs_number":"H1216","system":"hebrew","language":"hebrew","number_value":1216,"lemma":"בָּצֵק","transliteration":"bâtsêq","pronunciation":"baw-tsake'","derivation":"a primitive root;","strongs_definition":"perhaps to swell up, i.e. blister","kjv_definition":"swell."} +{"id":"H1217","strongs_number":"H1217","system":"hebrew","language":"hebrew","number_value":1217,"lemma":"בָּצֵק","transliteration":"bâtsêq","pronunciation":"baw-tsake'","derivation":"from H1216 (בָּצֵק);","strongs_definition":"dough (as swelling by fermentation)","kjv_definition":"dough, flour."} +{"id":"H1218","strongs_number":"H1218","system":"hebrew","language":"hebrew","number_value":1218,"lemma":"בׇּצְקַת","transliteration":"Botsqath","pronunciation":"bots-cath'","derivation":"from H1216 (בָּצֵק); a swell of ground;","strongs_definition":"Botscath, a place in Palestine","kjv_definition":"Bozcath, Boskath."} +{"id":"H1219","strongs_number":"H1219","system":"hebrew","language":"hebrew","number_value":1219,"lemma":"בָּצַר","transliteration":"bâtsar","pronunciation":"baw-tsar'","derivation":"a primitive root; to clip off; specifically (as denominative from H1210 (בָּצִיר))","strongs_definition":"to gather grapes; also to be isolated (i.e. inaccessible by height or fortification)","kjv_definition":"cut off, (de-) fenced, fortify, (grape) gather(-er), mighty things, restrain, strong, wall (up), withhold."} +{"id":"H1220","strongs_number":"H1220","system":"hebrew","language":"hebrew","number_value":1220,"lemma":"בֶּצֶר","transliteration":"betser","pronunciation":"beh'-tser","derivation":"from H1219 (בָּצַר);","strongs_definition":"strictly a clipping, i.e. gold (as dug out)","kjv_definition":"gold defence."} +{"id":"H1221","strongs_number":"H1221","system":"hebrew","language":"hebrew","number_value":1221,"lemma":"בֶּצֶר","transliteration":"Betser","pronunciation":"beh'-tser","derivation":"the same as H1220 (בֶּצֶר), an inaccessible spot;","strongs_definition":"Betser, a place in Palestine; also an Israelite","kjv_definition":"Bezer."} +{"id":"H1222","strongs_number":"H1222","system":"hebrew","language":"hebrew","number_value":1222,"lemma":"בְּצַר","transliteration":"bᵉtsar","pronunciation":"bets-ar'","derivation":"another form for H1220 (בֶּצֶר);","strongs_definition":"gold","kjv_definition":"gold."} +{"id":"H1223","strongs_number":"H1223","system":"hebrew","language":"hebrew","number_value":1223,"lemma":"בׇּצְרָה","transliteration":"botsrâh","pronunciation":"bots-raw'","derivation":"feminine from H1219 (בָּצַר);","strongs_definition":"an enclosure, i.e. sheep fold","kjv_definition":"Bozrah."} +{"id":"H1224","strongs_number":"H1224","system":"hebrew","language":"hebrew","number_value":1224,"lemma":"בׇּצְרָה","transliteration":"Botsrâh","pronunciation":"bots-raw'","derivation":"the same as H1223 (בׇּצְרָה);","strongs_definition":"Botsrah, a place in Edom","kjv_definition":"Bozrah."} +{"id":"H1225","strongs_number":"H1225","system":"hebrew","language":"hebrew","number_value":1225,"lemma":"בִּצָּרוֹן","transliteration":"bitstsârôwn","pronunciation":"bits-tsaw-rone'","derivation":"masculine intensive from H1219 (בָּצַר);","strongs_definition":"a fortress","kjv_definition":"stronghold."} +{"id":"H1226","strongs_number":"H1226","system":"hebrew","language":"hebrew","number_value":1226,"lemma":"בַּצֹּרֶת","transliteration":"batstsôreth","pronunciation":"bats-tso'-reth","derivation":"feminine intensive from H1219 (בָּצַר);","strongs_definition":"restraint (of rain), i.e. drought","kjv_definition":"dearth, drought."} +{"id":"H1227","strongs_number":"H1227","system":"hebrew","language":"hebrew","number_value":1227,"lemma":"בַּקְבּוּק","transliteration":"Baqbûwq","pronunciation":"bak-book'","derivation":"the same as H1228 (בַּקְבֻּק)xlit baqbûk corrected to baqbuq;","strongs_definition":"Bakbuk, one of the Nethinim","kjv_definition":"Bakbuk."} +{"id":"H1228","strongs_number":"H1228","system":"hebrew","language":"hebrew","number_value":1228,"lemma":"בַּקְבֻּק","transliteration":"baqbuq","pronunciation":"bak-book'","derivation":"from H1238 (בָּקַק);","strongs_definition":"a bottle (from the gurgling in emptying)","kjv_definition":"bottle, cruse."} +{"id":"H1229","strongs_number":"H1229","system":"hebrew","language":"hebrew","number_value":1229,"lemma":"בַּקְבֻּקְיָה","transliteration":"Baqbuqyâh","pronunciation":"bak-book-yaw'","derivation":"from H1228 (בַּקְבֻּק)xlit baqbûk corrected to baqbuq and H3050 (יָהּ); emptying (i.e. wasting) of Jah;","strongs_definition":"Bakbukjah, an Israelite","kjv_definition":"Bakbukiah."} +{"id":"H1230","strongs_number":"H1230","system":"hebrew","language":"hebrew","number_value":1230,"lemma":"בַּקְבַּקַּר","transliteration":"Baqbaqqar","pronunciation":"bak-bak-kar'","derivation":"reduplicated from H1239 (בָּקַר); searcher;","strongs_definition":"Bakbakkar, an Israelite","kjv_definition":"Bakbakkar."} +{"id":"H1231","strongs_number":"H1231","system":"hebrew","language":"hebrew","number_value":1231,"lemma":"בֻּקִּי","transliteration":"Buqqîy","pronunciation":"book-kee'","derivation":"from H1238 (בָּקַק); wasteful;","strongs_definition":"Bukki, the name of two Israelites","kjv_definition":"Bukki."} +{"id":"H1232","strongs_number":"H1232","system":"hebrew","language":"hebrew","number_value":1232,"lemma":"בֻּקִּיָּה","transliteration":"Buqqîyâh","pronunciation":"book-kee-yaw'","derivation":"from H1238 (בָּקַק) and H3050 (יָהּ); wasting of Jah;","strongs_definition":"Bukkijah, an Israelite","kjv_definition":"Bukkiah."} +{"id":"H1233","strongs_number":"H1233","system":"hebrew","language":"hebrew","number_value":1233,"lemma":"בְּקִיעַ","transliteration":"bᵉqîyaʻ","pronunciation":"bek-ee'-ah","derivation":"from H1234 (בָּקַע);","strongs_definition":"a fissure","kjv_definition":"breach, cleft."} +{"id":"H1234","strongs_number":"H1234","system":"hebrew","language":"hebrew","number_value":1234,"lemma":"בָּקַע","transliteration":"bâqaʻ","pronunciation":"baw-kah'","derivation":"a primitive root;","strongs_definition":"to cleave; generally, to rend, break, rip or open","kjv_definition":"make a breach, break forth (into, out, in pieces, through, up), be ready to burst, cleave (asunder), cut out, divide, hatch, rend (asunder), rip up, tear, win."} +{"id":"H1235","strongs_number":"H1235","system":"hebrew","language":"hebrew","number_value":1235,"lemma":"בֶּקַע","transliteration":"beqaʻ","pronunciation":"beh'-kah","derivation":"from H1234 (בָּקַע);","strongs_definition":"a section (half) of ashekel, i.e. a beka (a weight and a coin)","kjv_definition":"bekah, half a shekel."} +{"id":"H1236","strongs_number":"H1236","system":"hebrew","language":"hebrew","number_value":1236,"lemma":"בִּקְעָא","transliteration":"biqʻâʼ","pronunciation":"bik-aw'","derivation":"(Aramaic) corresponding to H1237 (בִּקְעָה)","strongs_definition":"{properly, a split, i.e. a wide level valley between mountains}","kjv_definition":"plain."} +{"id":"H1237","strongs_number":"H1237","system":"hebrew","language":"hebrew","number_value":1237,"lemma":"בִּקְעָה","transliteration":"biqʻâh","pronunciation":"bik-aw'","derivation":"from H1234 (בָּקַע);","strongs_definition":"properly, a split, i.e. a wide level valley between mountains","kjv_definition":"plain, valley."} +{"id":"H1238","strongs_number":"H1238","system":"hebrew","language":"hebrew","number_value":1238,"lemma":"בָּקַק","transliteration":"bâqaq","pronunciation":"baw-kah'","derivation":"a primitive root;","strongs_definition":"to pour out, i.e. to empty, figuratively, to depopulate; by analogy, to spread out (as a fruitful vine)","kjv_definition":"(make) empty (out), fail, [idiom] utterly, make void."} +{"id":"H1239","strongs_number":"H1239","system":"hebrew","language":"hebrew","number_value":1239,"lemma":"בָּקַר","transliteration":"bâqar","pronunciation":"baw-kar","derivation":"a primitive root;","strongs_definition":"properly, to plough, or (generally) break forth, i.e. (figuratively) to inspect, admire, care for, consider","kjv_definition":"(make) inquire (-ry), (make) search, seek out."} +{"id":"H1240","strongs_number":"H1240","system":"hebrew","language":"hebrew","number_value":1240,"lemma":"בְּקַר","transliteration":"bᵉqar","pronunciation":"bek-ar'","derivation":"(Aramaic) corresponding to H1239 (בָּקַר)","strongs_definition":"{properly, to plough, or (generally) break forth, i.e. (figuratively) to inspect, admire, care for, consider}","kjv_definition":"inquire, make search."} +{"id":"H1241","strongs_number":"H1241","system":"hebrew","language":"hebrew","number_value":1241,"lemma":"בָּקָר","transliteration":"bâqâr","pronunciation":"baw-kawr'","derivation":"from H1239 (בָּקַר);","strongs_definition":"beef cattle or an animal of the ox family of either gender (as used for plowing); collectively, a herd","kjv_definition":"beeve, bull ([phrase] -ock), [phrase] calf, [phrase] cow, great (cattle), [phrase] heifer, herd, kine, ox."} +{"id":"H1242","strongs_number":"H1242","system":"hebrew","language":"hebrew","number_value":1242,"lemma":"בֹּקֶר","transliteration":"bôqer","pronunciation":"bo'-ker","derivation":"from H1239 (בָּקַר);","strongs_definition":"properly, dawn (as the break of day); generally, morning","kjv_definition":"([phrase]) day, early, morning, morrow."} +{"id":"H1243","strongs_number":"H1243","system":"hebrew","language":"hebrew","number_value":1243,"lemma":"בַּקָּרָה","transliteration":"baqqârâh","pronunciation":"bak-kaw-raw'","derivation":"intensive from H1239 (בָּקַר);","strongs_definition":"a looking after","kjv_definition":"seek out."} +{"id":"H1244","strongs_number":"H1244","system":"hebrew","language":"hebrew","number_value":1244,"lemma":"בִּקֹּרֶת","transliteration":"biqqôreth","pronunciation":"bik-ko-reth","derivation":"from H1239 (בָּקַר);","strongs_definition":"properly, examination, i.e. (by implication) punishment","kjv_definition":"scourged."} +{"id":"H1245","strongs_number":"H1245","system":"hebrew","language":"hebrew","number_value":1245,"lemma":"בָּקַשׁ","transliteration":"bâqash","pronunciation":"baw-kash'","derivation":"a primitive root;","strongs_definition":"to search out (by any method, specifically in worship or prayer); by implication, to strive after","kjv_definition":"ask, beg, beseech, desire, enquire, get, make inquisition, procure, (make) request, require, seek (for)."} +{"id":"H1246","strongs_number":"H1246","system":"hebrew","language":"hebrew","number_value":1246,"lemma":"בַּקָּשָׁה","transliteration":"baqqâshâh","pronunciation":"bak-kaw-shaw'","derivation":"from H1245 (בָּקַשׁ);","strongs_definition":"a petition","kjv_definition":"request."} +{"id":"H1247","strongs_number":"H1247","system":"hebrew","language":"hebrew","number_value":1247,"lemma":"בַּר","transliteration":"bar","pronunciation":"bar","derivation":"(Aramaic) corresponding to H1121 (בֵּן);","strongs_definition":"a son, grandson, etc.","kjv_definition":"[idiom] old, son."} +{"id":"H1248","strongs_number":"H1248","system":"hebrew","language":"hebrew","number_value":1248,"lemma":"בַּר","transliteration":"bar","pronunciation":"bar","derivation":"borrowed (as a title) from H1247 (בַּר);","strongs_definition":"the heir (apparent to the throne)","kjv_definition":"son."} +{"id":"H1249","strongs_number":"H1249","system":"hebrew","language":"hebrew","number_value":1249,"lemma":"בַּר","transliteration":"bar","pronunciation":"bar","derivation":"from H1305 (בָּרַר) (in its various senses);","strongs_definition":"beloved; also pure, empty","kjv_definition":"choice, clean, clear, pure."} +{"id":"H1250","strongs_number":"H1250","system":"hebrew","language":"hebrew","number_value":1250,"lemma":"בָּר","transliteration":"bâr","pronunciation":"bawr","derivation":"or בַּר; from H1305 (בָּרַר) (in the sense of winnowing);","strongs_definition":"grain of any kind (even while standing in the field); by extension the open country","kjv_definition":"corn, wheat."} +{"id":"H1251","strongs_number":"H1251","system":"hebrew","language":"hebrew","number_value":1251,"lemma":"בַּר","transliteration":"bar","pronunciation":"bar","derivation":"(Aramaic) corresponding to H1250 (בָּר);","strongs_definition":"a field","kjv_definition":"field."} +{"id":"H1252","strongs_number":"H1252","system":"hebrew","language":"hebrew","number_value":1252,"lemma":"בֹּר","transliteration":"bôr","pronunciation":"bore","derivation":"from H1305 (בָּרַר);","strongs_definition":"purify","kjv_definition":"cleanness, pureness."} +{"id":"H1253","strongs_number":"H1253","system":"hebrew","language":"hebrew","number_value":1253,"lemma":"בֹּר","transliteration":"bôr","pronunciation":"bore","derivation":"the same as H1252 (בֹּר);","strongs_definition":"vegetable lye (from its cleansing); used as a soap forwashing, or a flux formetals","kjv_definition":"[idiom] never so, purely."} +{"id":"H1254","strongs_number":"H1254","system":"hebrew","language":"hebrew","number_value":1254,"lemma":"בָּרָא","transliteration":"bârâʼ","pronunciation":"baw-raw'","derivation":"a primitive root;","strongs_definition":"(absolutely) to create; (qualified) to cut down (a wood), select, feed (as formative processes)","kjv_definition":"choose, create (creator), cut down, dispatch, do, make (fat)."} +{"id":"H1255","strongs_number":"H1255","system":"hebrew","language":"hebrew","number_value":1255,"lemma":"בְּרֹאדַךְ בַּלְאֲדָן","transliteration":"Bᵉrôʼdak Balʼădân","pronunciation":"ber-o-dak' bal-ad-awn'","derivation":"a variation of H4757 (מְרֹאדַךְ בַּלְאָדָן);","strongs_definition":"Berodak-Baladan, a Babylonian king","kjv_definition":"Berodach-baladan.Birliy."} +{"id":"H1256","strongs_number":"H1256","system":"hebrew","language":"hebrew","number_value":1256,"lemma":"בְּרָאיָה","transliteration":"Bᵉrâʼyâh","pronunciation":"ber-aw-yaw'","derivation":"from H1254 (בָּרָא) and H8050 (שְׁמוּאֵל); Jah has created;","strongs_definition":"Berajah, an Israelite","kjv_definition":"Beraiah."} +{"id":"H1257","strongs_number":"H1257","system":"hebrew","language":"hebrew","number_value":1257,"lemma":"בַּרְבֻּר","transliteration":"barbur","pronunciation":"bar-boor'","derivation":"by reduplication from H1250 (בָּר);","strongs_definition":"a fowl (as fattened on grain)","kjv_definition":"fowl."} +{"id":"H1258","strongs_number":"H1258","system":"hebrew","language":"hebrew","number_value":1258,"lemma":"בָּרַד","transliteration":"bârad","pronunciation":"baw-rad'","derivation":"a primitive root,","strongs_definition":"to hail","kjv_definition":"hail."} +{"id":"H1259","strongs_number":"H1259","system":"hebrew","language":"hebrew","number_value":1259,"lemma":"בָּרָד","transliteration":"bârâd","pronunciation":"baw-rawd'","derivation":"from H1258 (בָּרַד);","strongs_definition":"hail","kjv_definition":"hail(stones)."} +{"id":"H1260","strongs_number":"H1260","system":"hebrew","language":"hebrew","number_value":1260,"lemma":"בֶּרֶד","transliteration":"Bered","pronunciation":"beh'red","derivation":"from H1258 (בָּרַד); hail;","strongs_definition":"Bered, the name of a place south of Palestine, also of an Israelite","kjv_definition":"Bered."} +{"id":"H1261","strongs_number":"H1261","system":"hebrew","language":"hebrew","number_value":1261,"lemma":"בָּרֹד","transliteration":"bârôd","pronunciation":"baw-rode'","derivation":"from H1258 (בָּרַד);","strongs_definition":"spotted (as if with hail)","kjv_definition":"grisled."} +{"id":"H1262","strongs_number":"H1262","system":"hebrew","language":"hebrew","number_value":1262,"lemma":"בָּרָה","transliteration":"bârâh","pronunciation":"baw-raw'","derivation":"a primitive root; to select; also (as denominative from H1250 (בָּר)) to feed; also (as equivalent to H1305 (בָּרַר)) to render clear (Ecclesiastes 3:18)","strongs_definition":"to select; to feed; to render clear","kjv_definition":"choose, (cause to) eat, manifest, (give) meat."} +{"id":"H1263","strongs_number":"H1263","system":"hebrew","language":"hebrew","number_value":1263,"lemma":"בָּרוּךְ","transliteration":"Bârûwk","pronunciation":"baw-rook'","derivation":"passive participle from H1288 (בָרַךְ); blessed;","strongs_definition":"Baruk, the name of three Israelites","kjv_definition":"Baruch."} +{"id":"H1264","strongs_number":"H1264","system":"hebrew","language":"hebrew","number_value":1264,"lemma":"בְּרוֹם","transliteration":"bᵉrôwm","pronunciation":"ber-ome'","derivation":"probably of foreign origin;","strongs_definition":"damask (stuff of variegated thread)","kjv_definition":"rich apparel."} +{"id":"H1265","strongs_number":"H1265","system":"hebrew","language":"hebrew","number_value":1265,"lemma":"בְּרוֹשׁ","transliteration":"bᵉrôwsh","pronunciation":"ber-osh'","derivation":"of uncertain derivation;","strongs_definition":"a cypress (?) tree; hence, a lance or a musical instrument (as made of that wood)","kjv_definition":"fir (tree)."} +{"id":"H1266","strongs_number":"H1266","system":"hebrew","language":"hebrew","number_value":1266,"lemma":"בְּרוֹת","transliteration":"bᵉrôwth","pronunciation":"ber-oth'","derivation":"a variation of H1265 (בְּרוֹשׁ);","strongs_definition":"the cypress (or some elastic tree)","kjv_definition":"fir."} +{"id":"H1267","strongs_number":"H1267","system":"hebrew","language":"hebrew","number_value":1267,"lemma":"בָּרוּת","transliteration":"bârûwth","pronunciation":"baw-rooth","derivation":"from H1262 (בָּרָה);","strongs_definition":"food","kjv_definition":"meat."} +{"id":"H1268","strongs_number":"H1268","system":"hebrew","language":"hebrew","number_value":1268,"lemma":"בֵּרוֹתָה","transliteration":"Bêrôwthâh","pronunciation":"bay-ro-thaw'","derivation":"or בֵּרֹתַי; probably from H1266 (בְּרוֹת)lemma בֻּרוֹת first vowel, corrected to בְּרוֹת; cypress or cypresslike;","strongs_definition":"Berothah or Berothai, a place north of Palestine","kjv_definition":"Berothah, Berothai."} +{"id":"H1269","strongs_number":"H1269","system":"hebrew","language":"hebrew","number_value":1269,"lemma":"בִּרְזוֹת","transliteration":"Birzôwth","pronunciation":"beer-zoth'","derivation":"probably feminine plural from an unused root (apparently mean to pierce); holes;","strongs_definition":"Birzoth, an Israelite","kjv_definition":"Birzavith (from the marg.)."} +{"id":"H1270","strongs_number":"H1270","system":"hebrew","language":"hebrew","number_value":1270,"lemma":"בַּרְזֶל","transliteration":"barzel","pronunciation":"bar-zel'","derivation":"perhaps from the root of H1269 (בִּרְזוֹת);","strongs_definition":"iron (as cutting); by extension, an iron implement","kjv_definition":"(ax) head, iron."} +{"id":"H1271","strongs_number":"H1271","system":"hebrew","language":"hebrew","number_value":1271,"lemma":"בַּרְזִלַּי","transliteration":"Barzillay","pronunciation":"bar-zil-lah'-ee","derivation":"from H1270 (בַּרְזֶל); iron-hearted;","strongs_definition":"Barzillai, the name of three Israelites","kjv_definition":"Barzillai."} +{"id":"H1272","strongs_number":"H1272","system":"hebrew","language":"hebrew","number_value":1272,"lemma":"בָּרַח","transliteration":"bârach","pronunciation":"baw-rakh'","derivation":"a primitive root;","strongs_definition":"to bolt, i.e. figuratively, to flee suddenly","kjv_definition":"chase (away); drive away, fain, flee (away), put to flight, make haste, reach, run away, shoot."} +{"id":"H1273","strongs_number":"H1273","system":"hebrew","language":"hebrew","number_value":1273,"lemma":"בַּרְחֻמִי","transliteration":"Barchumîy","pronunciation":"bar-khoo-mee'","derivation":"by transposition for H978 (בַּחֲרוּמִי);","strongs_definition":"a Barchumite, or native of Bachurim","kjv_definition":"Barhumite."} +{"id":"H1274","strongs_number":"H1274","system":"hebrew","language":"hebrew","number_value":1274,"lemma":"בְּרִי","transliteration":"bᵉrîy","pronunciation":"ber-ee'","derivation":"from H1262 (בָּרָה);","strongs_definition":"fat","kjv_definition":"fat."} +{"id":"H1275","strongs_number":"H1275","system":"hebrew","language":"hebrew","number_value":1275,"lemma":"בֵּרִי","transliteration":"Bêrîy","pronunciation":"bay-ree'","derivation":"probably by contraction from H882 (בְּאֵרִי);","strongs_definition":"Beri, an Israelite","kjv_definition":"Beri."} +{"id":"H1276","strongs_number":"H1276","system":"hebrew","language":"hebrew","number_value":1276,"lemma":"בֵּרִי","transliteration":"Bêrîy","pronunciation":"bay-ree'","derivation":"of uncertain derivation;","strongs_definition":"(only in the plural and with the article) the Berites, a place in Palestine","kjv_definition":"Berites."} +{"id":"H1277","strongs_number":"H1277","system":"hebrew","language":"hebrew","number_value":1277,"lemma":"בָּרִיא","transliteration":"bârîyʼ","pronunciation":"baw-ree'","derivation":"from H1254 (בָּרָא) (in the sense of H1262 (בָּרָה));","strongs_definition":"fatted or plump","kjv_definition":"fat ((fleshed), -ter), fed, firm, plenteous, rank."} +{"id":"H1278","strongs_number":"H1278","system":"hebrew","language":"hebrew","number_value":1278,"lemma":"בְּרִיאָה","transliteration":"bᵉrîyʼâh","pronunciation":"ber-ee-aw'","derivation":"feminine from H1254 (בָּרָא);","strongs_definition":"a creation, i.e. a novelty","kjv_definition":"new thing."} +{"id":"H1279","strongs_number":"H1279","system":"hebrew","language":"hebrew","number_value":1279,"lemma":"בִּרְיָה","transliteration":"biryâh","pronunciation":"beer-yaw'","derivation":"feminine from H1262 (בָּרָה);","strongs_definition":"food","kjv_definition":"meat."} +{"id":"H1280","strongs_number":"H1280","system":"hebrew","language":"hebrew","number_value":1280,"lemma":"בְּרִיחַ","transliteration":"bᵉrîyach","pronunciation":"ber-ee'-akh","derivation":"from H1272 (בָּרַח);","strongs_definition":"a bolt","kjv_definition":"bar, fugitive."} +{"id":"H1281","strongs_number":"H1281","system":"hebrew","language":"hebrew","number_value":1281,"lemma":"בָּרִיחַ","transliteration":"bârîyach","pronunciation":"baw-ree'-akh","derivation":"or בָּרִחַ; (shortened) from H1272 (בָּרַח);","strongs_definition":"a fugitive, i.e. the serpent (as fleeing), and the constellation by that name","kjv_definition":"crooked, noble, piercing."} +{"id":"H1282","strongs_number":"H1282","system":"hebrew","language":"hebrew","number_value":1282,"lemma":"בָּרִיחַ","transliteration":"Bârîyach","pronunciation":"baw-ree'-akh","derivation":"the same as H1281 (בָּרִיחַ);","strongs_definition":"Bariach, an Israelite","kjv_definition":"Bariah."} +{"id":"H1283","strongs_number":"H1283","system":"hebrew","language":"hebrew","number_value":1283,"lemma":"בְּרִיעָה","transliteration":"Bᵉrîyʻâh","pronunciation":"ber-ee'-aw","derivation":"apparently from the feminine of H7451 (רַע) with a prepositional prefix; in trouble;","strongs_definition":"Beriah, the name of four Israelites","kjv_definition":"Beriah."} +{"id":"H1284","strongs_number":"H1284","system":"hebrew","language":"hebrew","number_value":1284,"lemma":"בְּרִיעִי","transliteration":"Bᵉrîyʻîy","pronunciation":"ber-ee-ee'","derivation":"patronymically from H1283 (בְּרִיעָה);","strongs_definition":"a Beriite (collectively) or descendants of Beriah","kjv_definition":"Beerites."} +{"id":"H1285","strongs_number":"H1285","system":"hebrew","language":"hebrew","number_value":1285,"lemma":"בְּרִית","transliteration":"bᵉrîyth","pronunciation":"ber-eeth'","derivation":"from H1262 (בָּרָה) (in the sense of cutting (like H1254 (בָּרָא)));","strongs_definition":"a compact (because made by passing between pieces of flesh)","kjv_definition":"confederacy, (con-) feder(-ate), covenant, league."} +{"id":"H1286","strongs_number":"H1286","system":"hebrew","language":"hebrew","number_value":1286,"lemma":"בְּרִית","transliteration":"Bᵉrîyth","pronunciation":"ber-eeth'","derivation":"the same as H1285 (בְּרִית);","strongs_definition":"Berith, a Shechemitish deity","kjv_definition":"Berith."} +{"id":"H1287","strongs_number":"H1287","system":"hebrew","language":"hebrew","number_value":1287,"lemma":"בֹּרִית","transliteration":"bôrîyth","pronunciation":"bo-reeth'","derivation":"feminine of H1253 (בֹּר);","strongs_definition":"vegetable alkali","kjv_definition":"sope."} +{"id":"H1288","strongs_number":"H1288","system":"hebrew","language":"hebrew","number_value":1288,"lemma":"בָרַךְ","transliteration":"bârak","pronunciation":"baw-rak'","derivation":"a primitive root;","strongs_definition":"to kneel; by implication to bless God (as an act of adoration), and (vice-versa) man (as a benefit); also (by euphemism) to curse (God or the king, as treason)","kjv_definition":"[idiom] abundantly, [idiom] altogether, [idiom] at all, blaspheme, bless, congratulate, curse, [idiom] greatly, [idiom] indeed, kneel (down), praise, salute, [idiom] still, thank."} +{"id":"H1289","strongs_number":"H1289","system":"hebrew","language":"hebrew","number_value":1289,"lemma":"בְּרַךְ","transliteration":"bᵉrak","pronunciation":"ber-ak'","derivation":"(Aramaic) corresponding to H1288 (בָרַךְ)","strongs_definition":"{to kneel; by implication to bless God (as an act of adoration), and (vice-versa) man (as a benefit); also (by euphemism) to curse (God or the king, as treason)}","kjv_definition":"bless, kneel."} +{"id":"H1290","strongs_number":"H1290","system":"hebrew","language":"hebrew","number_value":1290,"lemma":"בֶּרֶךְ","transliteration":"berek","pronunciation":"beh'-rek","derivation":"from H1288 (בָרַךְ);","strongs_definition":"a knee","kjv_definition":"knee."} +{"id":"H1291","strongs_number":"H1291","system":"hebrew","language":"hebrew","number_value":1291,"lemma":"בֶּרֶךְ","transliteration":"berek","pronunciation":"beh'-rek","derivation":"(Aramaic) corresponding to H1290 (בֶּרֶךְ)","strongs_definition":"{a knee}","kjv_definition":"knee."} +{"id":"H1292","strongs_number":"H1292","system":"hebrew","language":"hebrew","number_value":1292,"lemma":"בָּרַכְאֵל","transliteration":"Bârakʼêl","pronunciation":"baw-rak-ale'","derivation":"from H1288 (בָרַךְ) and H410 (אֵל), God has blessed;","strongs_definition":"Barakel, the father of one of Job's friends","kjv_definition":"Barachel."} +{"id":"H1293","strongs_number":"H1293","system":"hebrew","language":"hebrew","number_value":1293,"lemma":"בְּרָכָה","transliteration":"Bᵉrâkâh","pronunciation":"ber-aw-kaw'","derivation":"from H1288 (בָרַךְ);","strongs_definition":"benediction; by implication prosperity","kjv_definition":"blessing, liberal, pool, present."} +{"id":"H1294","strongs_number":"H1294","system":"hebrew","language":"hebrew","number_value":1294,"lemma":"בְּרָכָה","transliteration":"Bᵉrâkâh","pronunciation":"ber-aw-kaw'","derivation":"the same as H1293 (בְּרָכָה);","strongs_definition":"Berakah, the name of an Israelite, and also of a valley in Palestine","kjv_definition":"Berachah."} +{"id":"H1295","strongs_number":"H1295","system":"hebrew","language":"hebrew","number_value":1295,"lemma":"בְּרֵכָה","transliteration":"bᵉrêkâh","pronunciation":"ber-ay-kaw'","derivation":"from H1288 (בָרַךְ);","strongs_definition":"a reservoir (at which camels kneel as a resting-place)","kjv_definition":"(fish-) pool."} +{"id":"H1296","strongs_number":"H1296","system":"hebrew","language":"hebrew","number_value":1296,"lemma":"בֶּרֶכְיָה","transliteration":"Berekyâh","pronunciation":"beh-rek-yaw'","derivation":"or בֶּרֶכְיָהוּ; from H1290 (בֶּרֶךְ) and H3050 (יָהּ); knee (i.e. blessing) of Jah;","strongs_definition":"Berekjah, the name of six Israelites","kjv_definition":"Berachiah, Berechiah."} +{"id":"H1297","strongs_number":"H1297","system":"hebrew","language":"hebrew","number_value":1297,"lemma":"בְּרַם","transliteration":"bᵉram","pronunciation":"ber-am'","derivation":"(Aramaic) perhaps from H7313 (רוּם) with a prepositional prefix;","strongs_definition":"properly, highly, i.e. surely; but used adversatively, however","kjv_definition":"but, nevertheless, yet."} +{"id":"H1298","strongs_number":"H1298","system":"hebrew","language":"hebrew","number_value":1298,"lemma":"בֶּרַע","transliteration":"Beraʻ","pronunciation":"beh'-rah","derivation":"of uncertain derivation;","strongs_definition":"Bera, a Sodomitish king","kjv_definition":"Bera."} +{"id":"H1299","strongs_number":"H1299","system":"hebrew","language":"hebrew","number_value":1299,"lemma":"בָּרַק","transliteration":"bâraq","pronunciation":"baw-rak'","derivation":"a primitive root;","strongs_definition":"to lighten (lightning)","kjv_definition":"cast forth."} +{"id":"H1300","strongs_number":"H1300","system":"hebrew","language":"hebrew","number_value":1300,"lemma":"בָּרָק","transliteration":"bârâq","pronunciation":"baw-rawk'","derivation":"from H1299 (בָּרַק);","strongs_definition":"lightning; by analogy, a gleam; concretely, a flashing sword","kjv_definition":"bright, glitter(-ing sword), lightning."} +{"id":"H1301","strongs_number":"H1301","system":"hebrew","language":"hebrew","number_value":1301,"lemma":"בָּרָק","transliteration":"Bârâq","pronunciation":"baw-rawk'","derivation":"the same as H1300 (בָּרָק);","strongs_definition":"Barak, an Israelite","kjv_definition":"Barak."} +{"id":"H1302","strongs_number":"H1302","system":"hebrew","language":"hebrew","number_value":1302,"lemma":"בַּרְקוֹס","transliteration":"Barqôwç","pronunciation":"bar-kose'","derivation":"of uncertain derivation;","strongs_definition":"Barkos, one of the Nethimim","kjv_definition":"Barkos."} +{"id":"H1303","strongs_number":"H1303","system":"hebrew","language":"hebrew","number_value":1303,"lemma":"בַּרְקָן","transliteration":"barqân","pronunciation":"bar-kwan'","derivation":"from H1300 (בָּרָק);","strongs_definition":"a thorn (perhaps as burning brightly)","kjv_definition":"brier."} +{"id":"H1304","strongs_number":"H1304","system":"hebrew","language":"hebrew","number_value":1304,"lemma":"בָּרֶקֶת","transliteration":"bâreqeth","pronunciation":"baw-reh'-keth","derivation":"or בָּרְקַתxlit bârᵉkath corrected to bârᵉqath; from H1300 (בָּרָק);","strongs_definition":"a gem (as flashing), perhaps the emerald","kjv_definition":"carbuncle."} +{"id":"H1305","strongs_number":"H1305","system":"hebrew","language":"hebrew","number_value":1305,"lemma":"בָּרַר","transliteration":"bârar","pronunciation":"baw-rar'","derivation":"a primitive root;","strongs_definition":"to clarify (i.e. brighten), examine, select","kjv_definition":"make bright, choice, chosen, cleanse (be clean), clearly, polished, (shew self) pure(-ify), purge (out)."} +{"id":"H1306","strongs_number":"H1306","system":"hebrew","language":"hebrew","number_value":1306,"lemma":"בִּרְשַׁע","transliteration":"Birshaʻ","pronunciation":"beer-shah'","derivation":"probably from H7562 (רֶשַׁע) with a prepositional prefix; with wickedness;","strongs_definition":"Birsha, a king of Gomorrah","kjv_definition":"Birsha."} +{"id":"H1307","strongs_number":"H1307","system":"hebrew","language":"hebrew","number_value":1307,"lemma":"בֵּרֹתִי","transliteration":"Bêrôthîy","pronunciation":"bay-ro-thee'","derivation":"patrial from H1268 (בֵּרוֹתָה);","strongs_definition":"a Berothite, or inhabitant of Berothai","kjv_definition":"Berothite."} +{"id":"H1308","strongs_number":"H1308","system":"hebrew","language":"hebrew","number_value":1308,"lemma":"בְּשׂוֹר","transliteration":"Bᵉsôwr","pronunciation":"bes-ore'","derivation":"from H1319 (בָּשַׂר); cheerful;","strongs_definition":"Besor, a stream of Palestine","kjv_definition":"Besor."} +{"id":"H1309","strongs_number":"H1309","system":"hebrew","language":"hebrew","number_value":1309,"lemma":"בְּשׂוֹרָה","transliteration":"bᵉsôwrâh","pronunciation":"bes-o-raw'","derivation":"or (shortened) בְּשֹׂרָה; feminine from H1319 (בָּשַׂר);","strongs_definition":"glad tidings; by implication, reward forgood news","kjv_definition":"reward for tidings."} +{"id":"H1310","strongs_number":"H1310","system":"hebrew","language":"hebrew","number_value":1310,"lemma":"בָּשַׁל","transliteration":"bâshal","pronunciation":"baw-shal'","derivation":"a primitive root;","strongs_definition":"properly, to boil up; hence, to be done in cooking; figuratively to ripen","kjv_definition":"bake, boil, bring forth, roast, seethe, sod (be sodden)."} +{"id":"H1311","strongs_number":"H1311","system":"hebrew","language":"hebrew","number_value":1311,"lemma":"בָּשֵׁל","transliteration":"bâshêl","pronunciation":"baw-shale'","derivation":"from H1310 (בָּשַׁל);","strongs_definition":"boiled","kjv_definition":"[idiom] at all, sodden."} +{"id":"H1312","strongs_number":"H1312","system":"hebrew","language":"hebrew","number_value":1312,"lemma":"בִּשְׁלָם","transliteration":"Bishlâm","pronunciation":"bish-lawm'","derivation":"of foreign derivation;","strongs_definition":"Bishlam, a Persian","kjv_definition":"Bishlam."} +{"id":"H1313","strongs_number":"H1313","system":"hebrew","language":"hebrew","number_value":1313,"lemma":"בָּשָׂם","transliteration":"bâsâm","pronunciation":"baw-sawm'","derivation":"from an unused root meaning to be fragrant; (compare H5561 (סַם))","strongs_definition":"the balsam plant","kjv_definition":"spice."} +{"id":"H1314","strongs_number":"H1314","system":"hebrew","language":"hebrew","number_value":1314,"lemma":"בֶּשֶׂם","transliteration":"besem","pronunciation":"beh'-sem","derivation":"or בֹּשֶׂם; from the same as H1313 (בָּשָׂם);","strongs_definition":"fragrance; by implication, spicery; also the balsam plant","kjv_definition":"smell, spice, sweet (odour)."} +{"id":"H1315","strongs_number":"H1315","system":"hebrew","language":"hebrew","number_value":1315,"lemma":"בׇּשְׂמַת","transliteration":"Bosmath","pronunciation":"bos-math'","derivation":"feminine of H1314 (בֶּשֶׂם) (the second form); fragrance;","strongs_definition":"Bosmath, the name of a wife of Esau, and of a daughter of Solomon","kjv_definition":"Bashemath, Basmath."} +{"id":"H1316","strongs_number":"H1316","system":"hebrew","language":"hebrew","number_value":1316,"lemma":"בָּשָׁן","transliteration":"Bâshân","pronunciation":"baw-shawn'","derivation":"of uncertain derivation;","strongs_definition":"Bashan (often with the article), a region East of the Jordan","kjv_definition":"Bashan."} +{"id":"H1317","strongs_number":"H1317","system":"hebrew","language":"hebrew","number_value":1317,"lemma":"בׇּשְׁנָה","transliteration":"boshnâh","pronunciation":"bosh-naw'","derivation":"feminine from H954 (בּוּשׁ);","strongs_definition":"shamefulness","kjv_definition":"shame."} +{"id":"H1318","strongs_number":"H1318","system":"hebrew","language":"hebrew","number_value":1318,"lemma":"בָּשַׁס","transliteration":"bâshaç","pronunciation":"baw-shas'","derivation":"a primitive root;","strongs_definition":"to trample down","kjv_definition":"tread."} +{"id":"H1319","strongs_number":"H1319","system":"hebrew","language":"hebrew","number_value":1319,"lemma":"בָּשַׂר","transliteration":"bâsar","pronunciation":"baw-sar'","derivation":"a primitive root;","strongs_definition":"properly, to be fresh, i.e. full (rosy, (figuratively) cheerful); to announce (glad news)","kjv_definition":"messenger, preach, publish, shew forth, (bear, bring, carry, preach, good, tell good) tidings."} +{"id":"H1320","strongs_number":"H1320","system":"hebrew","language":"hebrew","number_value":1320,"lemma":"בָּשָׂר","transliteration":"bâsâr","pronunciation":"baw-sawr'","derivation":"from H1319 (בָּשַׂר);","strongs_definition":"flesh (from its freshness); by extension, body, person; also (by euphemistically) the pudenda of aman","kjv_definition":"body, (fat, lean) flesh(-ed), kin, (man-) kind, [phrase] nakedness, self, skin."} +{"id":"H1321","strongs_number":"H1321","system":"hebrew","language":"hebrew","number_value":1321,"lemma":"בְּשַׁר","transliteration":"bᵉshar","pronunciation":"bes-ar'","derivation":"(Aramaic) corresponding to H1320 (בָּשָׂר)","strongs_definition":"{flesh (from its freshness); by extension, body, person; also (by euphemistically) the pudenda of aman}","kjv_definition":"flesh."} +{"id":"H1322","strongs_number":"H1322","system":"hebrew","language":"hebrew","number_value":1322,"lemma":"בֹּשֶׁת","transliteration":"bôsheth","pronunciation":"bo'-sheth","derivation":"from H954 (בּוּשׁ);","strongs_definition":"shame (the feeling and the condition, as well as its cause); by implication (specifically) an idol","kjv_definition":"ashamed, confusion, [phrase] greatly, (put to) shame(-ful thing)."} +{"id":"H1323","strongs_number":"H1323","system":"hebrew","language":"hebrew","number_value":1323,"lemma":"בַּת","transliteration":"bath","pronunciation":"bath","derivation":"from H1129 (בָּנָה) (as feminine of H1121 (בֵּן));","strongs_definition":"a daughter (used in the same wide sense as other terms of relationship, literally and figuratively)","kjv_definition":"apple (of the eye), branch, company, daughter, [idiom] first, [idiom] old, [phrase] owl, town, village."} +{"id":"H1324","strongs_number":"H1324","system":"hebrew","language":"hebrew","number_value":1324,"lemma":"בַּת","transliteration":"bath","pronunciation":"bath","derivation":"probably from the same as H1327 (בַּתָּה);","strongs_definition":"a bath or Hebrew measure (as a means of division) of liquids","kjv_definition":"bath."} +{"id":"H1325","strongs_number":"H1325","system":"hebrew","language":"hebrew","number_value":1325,"lemma":"בַּת","transliteration":"bath","pronunciation":"bath","derivation":"(Aramaic) corresponding to H1324 (בַּת)","strongs_definition":"{a bath or Hebrew measure (as a means of division) of liquids}","kjv_definition":"bath."} +{"id":"H1326","strongs_number":"H1326","system":"hebrew","language":"hebrew","number_value":1326,"lemma":"בָּתָה","transliteration":"bâthâh","pronunciation":"baw-thaw'","derivation":"probably an orthographical variation for H1327 (בַּתָּה);","strongs_definition":"desolation","kjv_definition":"waste."} +{"id":"H1327","strongs_number":"H1327","system":"hebrew","language":"hebrew","number_value":1327,"lemma":"בַּתָּה","transliteration":"battâh","pronunciation":"bat-taw'","derivation":"feminine from an unused root (meaning to break in pieces);","strongs_definition":"desolation","kjv_definition":"desolate."} +{"id":"H1328","strongs_number":"H1328","system":"hebrew","language":"hebrew","number_value":1328,"lemma":"בְּתוּאֵל","transliteration":"Bᵉthûwʼêl","pronunciation":"beth-oo-ale'","derivation":"apparently from the same as H1326 (בָּתָה) and H410 (אֵל); destroyed of God;","strongs_definition":"Bethuel, the name of a nephew of Abraham, and of a place in Palestine","kjv_definition":"Bethuel. Compare H1329 (בְּתוּל)."} +{"id":"H1329","strongs_number":"H1329","system":"hebrew","language":"hebrew","number_value":1329,"lemma":"בְּתוּל","transliteration":"Bᵉthûwl","pronunciation":"beth-ool'","derivation":"for H1328 (בְּתוּאֵל);","strongs_definition":"Bethul (i.e. Bethuel), a place in Palestine","kjv_definition":"Bethuel."} +{"id":"H1330","strongs_number":"H1330","system":"hebrew","language":"hebrew","number_value":1330,"lemma":"בְּתוּלָה","transliteration":"bᵉthûwlâh","pronunciation":"beth-oo-law'","derivation":"feminine passive participle of an unused root meaning to separate;","strongs_definition":"a virgin (from her privacy); sometimes (by continuation) a bride; also (figuratively) a city or state","kjv_definition":"maid, virgin."} +{"id":"H1331","strongs_number":"H1331","system":"hebrew","language":"hebrew","number_value":1331,"lemma":"בְּתוּלִים","transliteration":"bᵉthûwlîym","pronunciation":"beth-oo-leem'","derivation":"masculine plural of the same as H1330 (בְּתוּלָה);","strongs_definition":"(collectively and abstractly) virginity; by implication and concretely, the tokens of it","kjv_definition":"[idiom] maid, virginity."} +{"id":"H1332","strongs_number":"H1332","system":"hebrew","language":"hebrew","number_value":1332,"lemma":"בִּתְיָה","transliteration":"Bithyâh","pronunciation":"bith-yaw'","derivation":"from H1323 (בַּת) and H3050 (יָהּ); daughter (i.e. worshipper) of Jah;","strongs_definition":"Bithjah, an Egyptian woman","kjv_definition":"Bithiah."} +{"id":"H1333","strongs_number":"H1333","system":"hebrew","language":"hebrew","number_value":1333,"lemma":"בָּתַק","transliteration":"bâthaq","pronunciation":"baw-thak'","derivation":"a primitive root;","strongs_definition":"to cut in pieces","kjv_definition":"thrust through."} +{"id":"H1334","strongs_number":"H1334","system":"hebrew","language":"hebrew","number_value":1334,"lemma":"בָּתַר","transliteration":"bâthar","pronunciation":"baw-thar'","derivation":"a primitive root,","strongs_definition":"to chop up","kjv_definition":"divide."} +{"id":"H1335","strongs_number":"H1335","system":"hebrew","language":"hebrew","number_value":1335,"lemma":"בֶּתֶר","transliteration":"bether","pronunciation":"beh'-ther","derivation":"from H1334 (בָּתַר);","strongs_definition":"a section","kjv_definition":"part, piece."} +{"id":"H1336","strongs_number":"H1336","system":"hebrew","language":"hebrew","number_value":1336,"lemma":"בֶּתֶר","transliteration":"Bether","pronunciation":"beh'-ther","derivation":"the same as H1335 (בֶּתֶר);","strongs_definition":"Bether, a (craggy) place in Palestine","kjv_definition":"Bether."} +{"id":"H1337","strongs_number":"H1337","system":"hebrew","language":"hebrew","number_value":1337,"lemma":"בַּת רַבִּים","transliteration":"Bath Rabbîym","pronunciation":"bath rab-beem'","derivation":"from H1323 (בַּת) and a masculine plural from H7227 (רַב);","strongs_definition":"the daughter (i.e. city) of Rabbah","kjv_definition":"Bath-rabbim."} +{"id":"H1338","strongs_number":"H1338","system":"hebrew","language":"hebrew","number_value":1338,"lemma":"בִּתְרוֹן","transliteration":"Bithrôwn","pronunciation":"bith-rone'","derivation":"from H1334 (בָּתַר); (with the article) the craggy spot;","strongs_definition":"Bithron, a place East of the Jordan","kjv_definition":"Bithron."} +{"id":"H1339","strongs_number":"H1339","system":"hebrew","language":"hebrew","number_value":1339,"lemma":"בַּת־שֶׁבַע","transliteration":"Bath-Shebaʻ","pronunciation":"bath-sheh'-bah","derivation":"from H1323 (בַּת) and H7651 (שֶׁבַע) (in the sense of H7650 (שָׁבַע)); daughter of an oath;","strongs_definition":"Bath-Sheba, the mother of Solomon","kjv_definition":"Bath-sheba."} +{"id":"H1340","strongs_number":"H1340","system":"hebrew","language":"hebrew","number_value":1340,"lemma":"בַּת־שׁוּעַ","transliteration":"Bath-Shûwaʻ","pronunciation":"bath-shoo'-ah","derivation":"from H1323 (בַּת) and H7771 (שׁוֹעַ); daughter of wealth; the same as H1339 (בַּת־שֶׁבַע)","strongs_definition":"Bath-shua,","kjv_definition":"Bath-shua."} +{"id":"H1341","strongs_number":"H1341","system":"hebrew","language":"hebrew","number_value":1341,"lemma":"גֵּא","transliteration":"gêʼ","pronunciation":"gay'","derivation":"for H1343 (גֵּאֶה);","strongs_definition":"haughty","kjv_definition":"proud."} +{"id":"H1342","strongs_number":"H1342","system":"hebrew","language":"hebrew","number_value":1342,"lemma":"גָּאָה","transliteration":"gâʼâh","pronunciation":"gaw-aw'","derivation":"a primitive root;","strongs_definition":"to mount up; hence, in general, to rise, (figuratively) be majestic","kjv_definition":"gloriously, grow up, increase, be risen, triumph."} +{"id":"H1343","strongs_number":"H1343","system":"hebrew","language":"hebrew","number_value":1343,"lemma":"גֵּאֶה","transliteration":"gêʼeh","pronunciation":"gay-eh'","derivation":"from H1342 (גָּאָה);","strongs_definition":"lofty; figuratively, arrogant","kjv_definition":"proud."} +{"id":"H1344","strongs_number":"H1344","system":"hebrew","language":"hebrew","number_value":1344,"lemma":"גֵּאָה","transliteration":"gêʼâh","pronunciation":"gay-aw'","derivation":"feminine from H1342 (גָּאָה);","strongs_definition":"arrogance","kjv_definition":"pride."} +{"id":"H1345","strongs_number":"H1345","system":"hebrew","language":"hebrew","number_value":1345,"lemma":"גְּאוּאֵל","transliteration":"Gᵉʼûwʼêl","pronunciation":"gheh-oo-ale'","derivation":"from H1342 (גָּאָה) and H410 (אֵל); majesty of God;","strongs_definition":"Geuel, an Israelite","kjv_definition":"Geuel."} +{"id":"H1346","strongs_number":"H1346","system":"hebrew","language":"hebrew","number_value":1346,"lemma":"גַּאֲוָה","transliteration":"gaʼăvâh","pronunciation":"gah-av-aw'","derivation":"from H1342 (גָּאָה);","strongs_definition":"arrogance or majesty; by implication, (concretely) ornament","kjv_definition":"excellency, haughtiness, highness, pride, proudly, swelling."} +{"id":"H1347","strongs_number":"H1347","system":"hebrew","language":"hebrew","number_value":1347,"lemma":"גָּאוֹן","transliteration":"gâʼôwn","pronunciation":"gaw-ohn'","derivation":"from H1342 (גָּאָה); the same as H1346 (גַּאֲוָה)xlit gaʻăvâh corrected to gaʼăvâh","strongs_definition":"{arrogance or majesty; by implication, (concretely) ornament}","kjv_definition":"arrogancy, excellency(-lent), majesty, pomp, pride, proud, swelling."} +{"id":"H1348","strongs_number":"H1348","system":"hebrew","language":"hebrew","number_value":1348,"lemma":"גֵּאוּת","transliteration":"gêʼûwth","pronunciation":"gay-ooth'","derivation":"from H1342 (גָּאָה); the same as H1346 (גַּאֲוָה)xlit gaʻăvâh corrected to gaʼăvâh","strongs_definition":"{arrogance or majesty; by implication, (concretely) ornament}","kjv_definition":"excellent things, lifting up, majesty, pride, proudly, raging."} +{"id":"H1349","strongs_number":"H1349","system":"hebrew","language":"hebrew","number_value":1349,"lemma":"גַּאֲיוֹן","transliteration":"gaʼăyôwn","pronunciation":"gah-ah-yone'","derivation":"from H1342 (גָּאָה);","strongs_definition":"haughty","kjv_definition":"proud."} +{"id":"H1350","strongs_number":"H1350","system":"hebrew","language":"hebrew","number_value":1350,"lemma":"גָּאַל","transliteration":"gâʼal","pronunciation":"gaw-al'","derivation":"a primitive root, to redeem (according to the Oriental law of kinship), i.e.","strongs_definition":"to be the next of kin (and as such to buy back a relative's property, marry his widow, etc.)","kjv_definition":"[idiom] in any wise, [idiom] at all, avenger, deliver, (do, perform the part of near, next) kinsfolk(-man), purchase, ransom, redeem(-er), revenger."} +{"id":"H1351","strongs_number":"H1351","system":"hebrew","language":"hebrew","number_value":1351,"lemma":"גָּאַל","transliteration":"gâʼal","pronunciation":"gaw-al'","derivation":"a primitive root, (rather identified with H1350 (גָּאַל), through the idea of freeing, i.e. repudiating);","strongs_definition":"to soil or (figuratively) desecrate","kjv_definition":"defile, pollute, stain."} +{"id":"H1352","strongs_number":"H1352","system":"hebrew","language":"hebrew","number_value":1352,"lemma":"גֹּאֶל","transliteration":"gôʼel","pronunciation":"go'-el","derivation":"from H1351 (גָּאַל);","strongs_definition":"profanation","kjv_definition":"defile."} +{"id":"H1353","strongs_number":"H1353","system":"hebrew","language":"hebrew","number_value":1353,"lemma":"גְּאֻלָּה","transliteration":"gᵉʼullâh","pronunciation":"gheh-ool-law'","derivation":"feminine passive participle of H1350 (גָּאַל);","strongs_definition":"redemption (including the right and the object); by implication, relationship","kjv_definition":"kindred, redeem, redemption, right."} +{"id":"H1354","strongs_number":"H1354","system":"hebrew","language":"hebrew","number_value":1354,"lemma":"גַב","transliteration":"gab","pronunciation":"gab","derivation":"from an unused root meaning to hollow or curve; (compare H1460 (גֵּו) and H1479 (גּוּף))","strongs_definition":"the back (as rounded); by analogy, the top or rim, a boss, a vault, arch of eye, bulwarks, etc.","kjv_definition":"back, body, boss, eminent (higher) place, (eye) brows, nave, ring."} +{"id":"H1355","strongs_number":"H1355","system":"hebrew","language":"hebrew","number_value":1355,"lemma":"גַּב","transliteration":"gab","pronunciation":"gab","derivation":"(Aramaic) corresponding to H1354 (גַב)","strongs_definition":"{the back (as rounded); by analogy, the top or rim, a boss, a vault, arch of eye, bulwarks, etc.}","kjv_definition":"back."} +{"id":"H1356","strongs_number":"H1356","system":"hebrew","language":"hebrew","number_value":1356,"lemma":"גֵּב","transliteration":"gêb","pronunciation":"gabe","derivation":"from H1461 (גּוּב);","strongs_definition":"a log (as cut out); also well or cistern (as dug)","kjv_definition":"beam, ditch, pit."} +{"id":"H1357","strongs_number":"H1357","system":"hebrew","language":"hebrew","number_value":1357,"lemma":"גֵּב","transliteration":"gêb","pronunciation":"gabe","derivation":"probably from H1461 (גּוּב) (compare H1462 (גּוֹב));","strongs_definition":"a locust (from its cutting)","kjv_definition":"locust."} +{"id":"H1358","strongs_number":"H1358","system":"hebrew","language":"hebrew","number_value":1358,"lemma":"גֹּב","transliteration":"gôb","pronunciation":"gobe","derivation":"(Aramaic) from a root corresponding to H1461 (גּוּב);","strongs_definition":"a pit (for wild animals) (as cut out)","kjv_definition":"den."} +{"id":"H1359","strongs_number":"H1359","system":"hebrew","language":"hebrew","number_value":1359,"lemma":"גֹּב","transliteration":"Gôb","pronunciation":"gobe","derivation":"or (fully) גּוֹב; from H1461 (גּוּב); pit;","strongs_definition":"Gob, a place in Palestine","kjv_definition":"Gob."} +{"id":"H1360","strongs_number":"H1360","system":"hebrew","language":"hebrew","number_value":1360,"lemma":"גֶּבֶא","transliteration":"gebeʼ","pronunciation":"geh'-beh","derivation":"from an unused root meaning probably to collect;","strongs_definition":"a reservoir; by analogy, a marsh","kjv_definition":"marish, pit."} +{"id":"H1361","strongs_number":"H1361","system":"hebrew","language":"hebrew","number_value":1361,"lemma":"גָּבַהּ","transliteration":"gâbahh","pronunciation":"gaw-bah'","derivation":"a primitive root;","strongs_definition":"to soar, i.e. be lofty; figuratively, to be haughty","kjv_definition":"exalt, be haughty, be (make) high(-er), lift up, mount up, be proud, raise up great height, upward."} +{"id":"H1362","strongs_number":"H1362","system":"hebrew","language":"hebrew","number_value":1362,"lemma":"גָּבָהּ","transliteration":"gâbâhh","pronunciation":"gaw-bawh'","derivation":"from H1361 (גָּבַהּ);","strongs_definition":"lofty (literally or figuratively)","kjv_definition":"high, proud."} +{"id":"H1363","strongs_number":"H1363","system":"hebrew","language":"hebrew","number_value":1363,"lemma":"גֹּבַהּ","transliteration":"gôbahh","pronunciation":"go'-bah","derivation":"from H1361 (גָּבַהּ);","strongs_definition":"elation, grandeur, arrogance","kjv_definition":"excellency, haughty, height, high, loftiness, pride."} +{"id":"H1364","strongs_number":"H1364","system":"hebrew","language":"hebrew","number_value":1364,"lemma":"גָּבֹהַּ","transliteration":"gâbôahh","pronunciation":"gaw-bo'-ah","derivation":"or גָּבוֹהַּ; (fully) from H1361 (גָּבַהּ);","strongs_definition":"elevated (or elated), powerful, arrogant","kjv_definition":"haughty, height, high(-er), lofty, proud, [idiom] exceeding proudly."} +{"id":"H1365","strongs_number":"H1365","system":"hebrew","language":"hebrew","number_value":1365,"lemma":"גַּבְהוּת","transliteration":"gabhûwth","pronunciation":"gab-hooth'","derivation":"from H1361 (גָּבַהּ);","strongs_definition":"pride","kjv_definition":"loftiness, lofty."} +{"id":"H1366","strongs_number":"H1366","system":"hebrew","language":"hebrew","number_value":1366,"lemma":"גְּבוּל","transliteration":"gᵉbûwl","pronunciation":"gheb-ool'","derivation":"or גְּבֻל; (shortened) from H1379 (גָּבַל);","strongs_definition":"properly, a cord (as twisted), i.e. (by implication) a boundary; by extension the territory inclosed","kjv_definition":"border, bound, coast, [idiom] great, landmark, limit, quarter, space."} +{"id":"H1367","strongs_number":"H1367","system":"hebrew","language":"hebrew","number_value":1367,"lemma":"גְּבוּלָה","transliteration":"gᵉbûwlâh","pronunciation":"gheb-oo-law'","derivation":"or גְּבֻלָה; (shortened) feminine of H1366 (גְּבוּל);","strongs_definition":"a boundary, region","kjv_definition":"border, bound, coast, landmark. place."} +{"id":"H1368","strongs_number":"H1368","system":"hebrew","language":"hebrew","number_value":1368,"lemma":"גִּבּוֹר","transliteration":"gibbôwr","pronunciation":"ghib-bore'","derivation":"or גִּבֹּר; (shortened) intensive from the same as H1397 (גֶּבֶר);","strongs_definition":"powerful; by implication, warrior, tyrant","kjv_definition":"champion, chief, [idiom] excel, giant, man, mighty (man, one), strong (man), valiant man."} +{"id":"H1369","strongs_number":"H1369","system":"hebrew","language":"hebrew","number_value":1369,"lemma":"גְּבוּרָה","transliteration":"gᵉbûwrâh","pronunciation":"gheb-oo-raw'","derivation":"feminine passive participle from the same as H1368 (גִּבּוֹר);","strongs_definition":"force (literally or figuratively); by implication, valor, victory","kjv_definition":"force, mastery, might, mighty (act, power), power, strength."} +{"id":"H1370","strongs_number":"H1370","system":"hebrew","language":"hebrew","number_value":1370,"lemma":"גְּבוּרָה","transliteration":"gᵉbûwrâh","pronunciation":"gheb-oo-raw'","derivation":"(Aramaic) corresponding to H1369 (גְּבוּרָה);","strongs_definition":"power","kjv_definition":"might."} +{"id":"H1371","strongs_number":"H1371","system":"hebrew","language":"hebrew","number_value":1371,"lemma":"גִּבֵּחַ","transliteration":"gibbêach","pronunciation":"ghib-bay'-akh","derivation":"from an unused root meaning to be high (in the forehead);","strongs_definition":"bald in the forehead","kjv_definition":"forehead bald."} +{"id":"H1372","strongs_number":"H1372","system":"hebrew","language":"hebrew","number_value":1372,"lemma":"גַּבַּחַת","transliteration":"gabbachath","pronunciation":"gab-bakh'-ath","derivation":"from the same as H1371 (גִּבֵּחַ);","strongs_definition":"baldness in the forehead; by analogy, a bare spot on the right side of cloth","kjv_definition":"bald forehead, [idiom] without."} +{"id":"H1373","strongs_number":"H1373","system":"hebrew","language":"hebrew","number_value":1373,"lemma":"גַּבַּי","transliteration":"Gabbay","pronunciation":"gab-bah'ee","derivation":"from the same as H1354 (גַב); collective","strongs_definition":"Gabbai, an Israelite","kjv_definition":"Gabbai."} +{"id":"H1374","strongs_number":"H1374","system":"hebrew","language":"hebrew","number_value":1374,"lemma":"גֵּבִים","transliteration":"Gêbîym","pronunciation":"gay-beem'","derivation":"plural of H1356 (גֵּב); cisterns;","strongs_definition":"Gebim, a place in Palestine","kjv_definition":"Gebim."} +{"id":"H1375","strongs_number":"H1375","system":"hebrew","language":"hebrew","number_value":1375,"lemma":"גְּבִיעַ","transliteration":"gᵉbîyaʻ","pronunciation":"gheb-ee'-ah","derivation":"from an unused root (meaning to be convex);","strongs_definition":"a goblet; by analogy, the calyx of aflower","kjv_definition":"house, cup, pot."} +{"id":"H1376","strongs_number":"H1376","system":"hebrew","language":"hebrew","number_value":1376,"lemma":"גְּבִיר","transliteration":"gᵉbîyr","pronunciation":"gheb-eer'","derivation":"from H1396 (גָּבַר);","strongs_definition":"a master","kjv_definition":"lord."} +{"id":"H1377","strongs_number":"H1377","system":"hebrew","language":"hebrew","number_value":1377,"lemma":"גְּבִירָה","transliteration":"gᵉbîyrâh","pronunciation":"gheb-ee-raw'","derivation":"feminine of H1376 (גְּבִיר);","strongs_definition":"a mistress","kjv_definition":"queen."} +{"id":"H1378","strongs_number":"H1378","system":"hebrew","language":"hebrew","number_value":1378,"lemma":"גָּבִישׁ","transliteration":"gâbîysh","pronunciation":"gaw-beesh'","derivation":"from an unused root (probably meaning to freeze);","strongs_definition":"crystal (from its resemblance to ice)","kjv_definition":"pearl."} +{"id":"H1379","strongs_number":"H1379","system":"hebrew","language":"hebrew","number_value":1379,"lemma":"גָּבַל","transliteration":"gâbal","pronunciation":"gaw-bal'","derivation":"a primitive root; also as a denominative from H1366 (גְּבוּל)","strongs_definition":"properly, to twist as arope; to bound (as by a line)","kjv_definition":"be border, set (bounds about)."} +{"id":"H1380","strongs_number":"H1380","system":"hebrew","language":"hebrew","number_value":1380,"lemma":"גְּבַל","transliteration":"Gᵉbal","pronunciation":"gheb-al'","derivation":"from H1379 (גָּבַל) (in the sense of a chain of hills); a mountain;","strongs_definition":"Gebal, a place in Phoenicia","kjv_definition":"Gebal."} +{"id":"H1381","strongs_number":"H1381","system":"hebrew","language":"hebrew","number_value":1381,"lemma":"גְּבָל","transliteration":"Gᵉbâl","pronunciation":"gheb-awl'","derivation":"the same as H1380 (גְּבַל);","strongs_definition":"Gebal, a region in Idumaea","kjv_definition":"Gebal."} +{"id":"H1382","strongs_number":"H1382","system":"hebrew","language":"hebrew","number_value":1382,"lemma":"גִּבְלִי","transliteration":"Giblîy","pronunciation":"ghib-lee'","derivation":"; patrial from H1380 (גְּבַל);","strongs_definition":"a Gebalite, or inhabitant of Gebal","kjv_definition":"Giblites, stone-squarer."} +{"id":"H1383","strongs_number":"H1383","system":"hebrew","language":"hebrew","number_value":1383,"lemma":"גַּבְלֻת","transliteration":"gabluth","pronunciation":"gab-looth'","derivation":"from H1379 (גָּבַל);","strongs_definition":"a twisted chain or lace","kjv_definition":"end."} +{"id":"H1384","strongs_number":"H1384","system":"hebrew","language":"hebrew","number_value":1384,"lemma":"גִּבֵּן","transliteration":"gibbên","pronunciation":"gib-bane'","derivation":"from an unused root meaning to be arched or contracted;","strongs_definition":"hunch-backed","kjv_definition":"crookbackt."} +{"id":"H1385","strongs_number":"H1385","system":"hebrew","language":"hebrew","number_value":1385,"lemma":"גְּבִנָה","transliteration":"gᵉbinâh","pronunciation":"gheb-ee-naw'","derivation":"feminine from the same as H1384 (גִּבֵּן);","strongs_definition":"curdled milk","kjv_definition":"cheese."} +{"id":"H1386","strongs_number":"H1386","system":"hebrew","language":"hebrew","number_value":1386,"lemma":"גַּבְנֹן","transliteration":"gabnôn","pronunciation":"gab-nohn'","derivation":"from the same as H1384 (גִּבֵּן);","strongs_definition":"a hump or peak of hills","kjv_definition":"high."} +{"id":"H1387","strongs_number":"H1387","system":"hebrew","language":"hebrew","number_value":1387,"lemma":"גֶּבַע","transliteration":"Gebaʻ","pronunciation":"gheh'-bah","derivation":"from the same as H1375 (גְּבִיעַ), a hillock;","strongs_definition":"Geba, a place in Palestine","kjv_definition":"Gaba, Geba, Gibeah."} +{"id":"H1388","strongs_number":"H1388","system":"hebrew","language":"hebrew","number_value":1388,"lemma":"גִּבְעָא","transliteration":"Gibʻâʼ","pronunciation":"ghib-aw'","derivation":"by permutation for H1389 (גִּבְעָה); a hill;","strongs_definition":"Giba, a place in Palestine","kjv_definition":"Gibeah."} +{"id":"H1389","strongs_number":"H1389","system":"hebrew","language":"hebrew","number_value":1389,"lemma":"גִּבְעָה","transliteration":"gibʻâh","pronunciation":"ghib-aw'","derivation":"feminine from the same as H1387 (גֶּבַע);","strongs_definition":"a hillock","kjv_definition":"hill, little hill."} +{"id":"H1390","strongs_number":"H1390","system":"hebrew","language":"hebrew","number_value":1390,"lemma":"גִּבְעָה","transliteration":"Gibʻâh","pronunciation":"ghib-aw'","derivation":"the same as H1389 (גִּבְעָה);","strongs_definition":"Gibah; the name of three places in Palestine","kjv_definition":"Gibeah, the hill."} +{"id":"H1391","strongs_number":"H1391","system":"hebrew","language":"hebrew","number_value":1391,"lemma":"גִּבְעוֹן","transliteration":"Gibʻôwn","pronunciation":"ghib-ohn'","derivation":"from the same as H1387 (גֶּבַע); hilly;","strongs_definition":"Gibon, a place in Palestine","kjv_definition":"Gibeon."} +{"id":"H1392","strongs_number":"H1392","system":"hebrew","language":"hebrew","number_value":1392,"lemma":"גִּבְעֹל","transliteration":"gibʻôl","pronunciation":"ghib-ole'","derivation":"prolonged from H1375 (גְּבִיעַ);","strongs_definition":"the calyx of a flower","kjv_definition":"bolled."} +{"id":"H1393","strongs_number":"H1393","system":"hebrew","language":"hebrew","number_value":1393,"lemma":"גִּבְעֹנִי","transliteration":"Gibʻônîy","pronunciation":"ghib-o-nee'","derivation":"patrial from H1391 (גִּבְעוֹן);","strongs_definition":"a Gibonite, or inhabitant of Gibon","kjv_definition":"Gibeonite."} +{"id":"H1394","strongs_number":"H1394","system":"hebrew","language":"hebrew","number_value":1394,"lemma":"גִּבְעַת","transliteration":"Gibʻath","pronunciation":"ghib-ath'","derivation":"from the same as H1375 (גְּבִיעַ); hilliness;","strongs_definition":"Gibath","kjv_definition":"Gibeath."} +{"id":"H1395","strongs_number":"H1395","system":"hebrew","language":"hebrew","number_value":1395,"lemma":"גִּבְעָתִי","transliteration":"Gibʻâthîy","pronunciation":"ghib-aw-thee'","derivation":"patrial from H1390 (גִּבְעָה);","strongs_definition":"a Gibathite, or inhabitant of Gibath","kjv_definition":"Gibeathite."} +{"id":"H1396","strongs_number":"H1396","system":"hebrew","language":"hebrew","number_value":1396,"lemma":"גָּבַר","transliteration":"gâbar","pronunciation":"gaw-bar'","derivation":"a primitive root;","strongs_definition":"to be strong; by implication, to prevail, act insolently","kjv_definition":"exceed, confirm, be great, be mighty, prevail, put to more (strength), strengthen, be stronger, be valiant."} +{"id":"H1397","strongs_number":"H1397","system":"hebrew","language":"hebrew","number_value":1397,"lemma":"גֶּבֶר","transliteration":"geber","pronunciation":"gheh'-ber","derivation":"from H1396 (גָּבַר);","strongs_definition":"properly, a valiant man or warrior; generally, a person simply","kjv_definition":"every one, man, [idiom] mighty."} +{"id":"H1398","strongs_number":"H1398","system":"hebrew","language":"hebrew","number_value":1398,"lemma":"גֶּבֶר","transliteration":"Geber","pronunciation":"gheh'-ber","derivation":"the same as H1397 (גֶּבֶר);","strongs_definition":"Geber, the name of two Israelites","kjv_definition":"Geber."} +{"id":"H1399","strongs_number":"H1399","system":"hebrew","language":"hebrew","number_value":1399,"lemma":"גְּבַר","transliteration":"gᵉbar","pronunciation":"gheb-ar'","derivation":"from H1396 (גָּבַר); the same as H1397 (גֶּבֶר);","strongs_definition":"a person","kjv_definition":"man."} +{"id":"H1400","strongs_number":"H1400","system":"hebrew","language":"hebrew","number_value":1400,"lemma":"גְּבַר","transliteration":"gᵉbar","pronunciation":"gheb-ar'","derivation":"(Aramaic) corresponding to H1399 (גְּבַר)","strongs_definition":"{a person}","kjv_definition":"certain, man."} +{"id":"H1401","strongs_number":"H1401","system":"hebrew","language":"hebrew","number_value":1401,"lemma":"גִּבָּר","transliteration":"gibbâr","pronunciation":"ghib-bawr'","derivation":"(Aramaic) intensive of H1400 (גְּבַר);","strongs_definition":"valiant, or warrior","kjv_definition":"mighty."} +{"id":"H1402","strongs_number":"H1402","system":"hebrew","language":"hebrew","number_value":1402,"lemma":"גִּבָּר","transliteration":"Gibbâr","pronunciation":"ghib-bawr'","derivation":"intensive of H1399 (גְּבַר);","strongs_definition":"Gibbar, an Israelite","kjv_definition":"Gibbar."} +{"id":"H1403","strongs_number":"H1403","system":"hebrew","language":"hebrew","number_value":1403,"lemma":"גַּבְרִיאֵל","transliteration":"Gabrîyʼêl","pronunciation":"gab-ree-ale'","derivation":"from H1397 (גֶּבֶר) and H410 (אֵל); man of God;","strongs_definition":"Gabriel, an archangel","kjv_definition":"Garbriel."} +{"id":"H1404","strongs_number":"H1404","system":"hebrew","language":"hebrew","number_value":1404,"lemma":"גְּבֶרֶת","transliteration":"gᵉbereth","pronunciation":"gheb-eh'-reth","derivation":"feminine of H1376 (גְּבִיר);","strongs_definition":"mistress","kjv_definition":"lady, mistress."} +{"id":"H1405","strongs_number":"H1405","system":"hebrew","language":"hebrew","number_value":1405,"lemma":"גִּבְּתוֹן","transliteration":"Gibbᵉthôwn","pronunciation":"ghib-beth-one'","derivation":"intensive from H1389 (גִּבְעָה); a hilly spot;","strongs_definition":"Gibbethon, a place in Palestine","kjv_definition":"Gibbethon."} +{"id":"H1406","strongs_number":"H1406","system":"hebrew","language":"hebrew","number_value":1406,"lemma":"גָּג","transliteration":"gâg","pronunciation":"gawg","derivation":"probably by reduplication from H1342 (גָּאָה);","strongs_definition":"a roof; by analogy, the top of an altar","kjv_definition":"roof (of the house), (house) top (of the house)."} +{"id":"H1407","strongs_number":"H1407","system":"hebrew","language":"hebrew","number_value":1407,"lemma":"גַּד","transliteration":"gad","pronunciation":"gad","derivation":"from H1413 (גָּדַד) (in the sense of cutting);","strongs_definition":"coriander seed (from its furrows)","kjv_definition":"coriander."} +{"id":"H1408","strongs_number":"H1408","system":"hebrew","language":"hebrew","number_value":1408,"lemma":"גַּד","transliteration":"Gad","pronunciation":"gad","derivation":"a variation of H1409 (גָּד);","strongs_definition":"Fortune, a Babylonian deity","kjv_definition":"that troop."} +{"id":"H1409","strongs_number":"H1409","system":"hebrew","language":"hebrew","number_value":1409,"lemma":"גָּד","transliteration":"gâd","pronunciation":"gawd","derivation":"from H1464 (גּוּד) (in the sense of distributing);","strongs_definition":"fortune","kjv_definition":"troop."} +{"id":"H1410","strongs_number":"H1410","system":"hebrew","language":"hebrew","number_value":1410,"lemma":"גָּד","transliteration":"Gâd","pronunciation":"gawd","derivation":"from H1464 (גּוּד);","strongs_definition":"Gad, a son of Jacob, including his tribe and its territory; also a prophet","kjv_definition":"Gad."} +{"id":"H1411","strongs_number":"H1411","system":"hebrew","language":"hebrew","number_value":1411,"lemma":"גְּדָבָר","transliteration":"gᵉdâbâr","pronunciation":"ghed-aw-bawr'","derivation":"(Aramaic) corresponding to H1489 (גִּזְבָּר);","strongs_definition":"a treasurer","kjv_definition":"treasurer."} +{"id":"H1412","strongs_number":"H1412","system":"hebrew","language":"hebrew","number_value":1412,"lemma":"גֻּדְגֹּדָה","transliteration":"Gudgôdâh","pronunciation":"gud-go'-daw","derivation":"by reduplication from H1413 (גָּדַד) (in the sense of cutting) cleft;","strongs_definition":"Gudgodah, a place in the Desert","kjv_definition":"Gudgodah."} +{"id":"H1413","strongs_number":"H1413","system":"hebrew","language":"hebrew","number_value":1413,"lemma":"גָּדַד","transliteration":"gâdad","pronunciation":"gaw-dad'","derivation":"a primitive root (compare H1464 (גּוּד));","strongs_definition":"to crowd; also to gash (as if by pressing into)","kjv_definition":"assemble (selves by troops), gather (selves together, self in troops), cut selves."} +{"id":"H1414","strongs_number":"H1414","system":"hebrew","language":"hebrew","number_value":1414,"lemma":"גְּדַד","transliteration":"gᵉdad","pronunciation":"ghed-ad'","derivation":"(Aramaic) corresponding to H1413 (גָּדַד);","strongs_definition":"to cut down","kjv_definition":"hew down."} +{"id":"H1415","strongs_number":"H1415","system":"hebrew","language":"hebrew","number_value":1415,"lemma":"גָּדָה","transliteration":"gâdâh","pronunciation":"gaw-daw'","derivation":"from an unused root (meaning to cut off);","strongs_definition":"a border of a river (as cut into by the stream)","kjv_definition":"bank."} +{"id":"H1416","strongs_number":"H1416","system":"hebrew","language":"hebrew","number_value":1416,"lemma":"גְּדוּד","transliteration":"gᵉdûwd","pronunciation":"ghed-ood'","derivation":"from H1413 (גָּדַד);","strongs_definition":"a crowd (especially of soldiers)","kjv_definition":"army, band (of men), company, troop (of robbers)."} +{"id":"H1417","strongs_number":"H1417","system":"hebrew","language":"hebrew","number_value":1417,"lemma":"גְּדוּד","transliteration":"gᵉdûwd","pronunciation":"ghed-ood'","derivation":"or גְּדֻדָה; (feminine) from H1413 (גָּדַד);","strongs_definition":"a furrow (as cut)","kjv_definition":"furrow."} +{"id":"H1418","strongs_number":"H1418","system":"hebrew","language":"hebrew","number_value":1418,"lemma":"גְּדוּדָה","transliteration":"gᵉdûwdâh","pronunciation":"ghed-oo-daw'","derivation":"feminine participle passive of H1413 (גָּדַד);","strongs_definition":"an incision","kjv_definition":"cutting."} +{"id":"H1419","strongs_number":"H1419","system":"hebrew","language":"hebrew","number_value":1419,"lemma":"גָּדוֹל","transliteration":"gâdôwl","pronunciation":"gaw-dole'","derivation":"or גָּדֹל; (shortened) from H1431 (גָּדַל);","strongs_definition":"great (in any sense); hence, older; also insolent","kjv_definition":"[phrase] aloud, elder(-est), [phrase] exceeding(-ly), [phrase] far, (man of) great (man, matter, thing,-er,-ness), high, long, loud, mighty, more, much, noble, proud thing, [idiom] sore, ([idiom]) very."} +{"id":"H1420","strongs_number":"H1420","system":"hebrew","language":"hebrew","number_value":1420,"lemma":"גְּדוּלָה","transliteration":"gᵉdûwlâh","pronunciation":"ghed-oo-law'","derivation":"or גְּדֻלָּה; (shortened) or (less accurately) גְּדוּלָּה; feminine of H1419 (גָּדוֹל);","strongs_definition":"greatness; (concretely) mighty acts","kjv_definition":"dignity, great things(-ness), majesty."} +{"id":"H1421","strongs_number":"H1421","system":"hebrew","language":"hebrew","number_value":1421,"lemma":"גִּדּוּף","transliteration":"giddûwph","pronunciation":"ghid-doof'","derivation":"or (shortened) גִּדֻּף; and (feminine) גִּדּוּפָהxlit giddûphâh corrected to giddûwphâh; or גִּדֻּפָה; from H1422 (גְּדוּפָה);","strongs_definition":"vilification","kjv_definition":"reproach, reviling."} +{"id":"H1422","strongs_number":"H1422","system":"hebrew","language":"hebrew","number_value":1422,"lemma":"גְּדוּפָה","transliteration":"gᵉdûwphâh","pronunciation":"ghed-oo-faw'","derivation":"feminine passive participle of H1442 (גָּדַף);","strongs_definition":"a revilement","kjv_definition":"taunt."} +{"id":"H1423","strongs_number":"H1423","system":"hebrew","language":"hebrew","number_value":1423,"lemma":"גְּדִי","transliteration":"gᵉdîy","pronunciation":"ghed-ee'","derivation":"from the same as H1415 (גָּדָה);","strongs_definition":"a young goat (from browsing)","kjv_definition":"kid."} +{"id":"H1424","strongs_number":"H1424","system":"hebrew","language":"hebrew","number_value":1424,"lemma":"גָּדִי","transliteration":"Gâdîy","pronunciation":"gaw-dee'","derivation":"from H1409 (גָּד); fortunate;","strongs_definition":"Gadi, an Israelite","kjv_definition":"Gadi."} +{"id":"H1425","strongs_number":"H1425","system":"hebrew","language":"hebrew","number_value":1425,"lemma":"גָּדִי","transliteration":"Gâdîy","pronunciation":"gaw-dee'","derivation":"patronymically from H1410 (גָּד);","strongs_definition":"a Gadite (collectively) or descendants of Gad","kjv_definition":"Gadites, children of Gad."} +{"id":"H1426","strongs_number":"H1426","system":"hebrew","language":"hebrew","number_value":1426,"lemma":"גַּדִּי","transliteration":"Gaddîy","pronunciation":"gad-dee'","derivation":"intensive for H1424 (גָּדִי);","strongs_definition":"Gaddi, an Israelite","kjv_definition":"Gaddi."} +{"id":"H1427","strongs_number":"H1427","system":"hebrew","language":"hebrew","number_value":1427,"lemma":"גַּדִּיאֵל","transliteration":"Gaddîyʼêl","pronunciation":"gad-dee-ale'","derivation":"from H1409 (גָּד) and H410 (אֵל); fortune of God;","strongs_definition":"Gaddiel, an Israelite","kjv_definition":"Gaddiel."} +{"id":"H1428","strongs_number":"H1428","system":"hebrew","language":"hebrew","number_value":1428,"lemma":"גִּדְיָה","transliteration":"gidyâh","pronunciation":"ghid-yaw'","derivation":"or גַּדיָה; the same as H1415 (גָּדָה);","strongs_definition":"a river brink","kjv_definition":"bank."} +{"id":"H1429","strongs_number":"H1429","system":"hebrew","language":"hebrew","number_value":1429,"lemma":"גְּדִיָּה","transliteration":"gᵉdîyâh","pronunciation":"ghed-ee-yaw'","derivation":"feminine of H1423 (גְּדִי);","strongs_definition":"a young female goat","kjv_definition":"kid."} +{"id":"H1430","strongs_number":"H1430","system":"hebrew","language":"hebrew","number_value":1430,"lemma":"גָּדִישׁ","transliteration":"gâdîysh","pronunciation":"gaw-deesh'","derivation":"from an unused root (meaning to heap up);","strongs_definition":"a stack of sheaves; by analogy, a tomb","kjv_definition":"shock (stack) (of corn), tomb."} +{"id":"H1431","strongs_number":"H1431","system":"hebrew","language":"hebrew","number_value":1431,"lemma":"גָּדַל","transliteration":"gâdal","pronunciation":"gaw-dal'","derivation":"a primitive root; properly, to twist (compare H1434 (גְּדִל)), i.e.","strongs_definition":"to be (causatively make) large (in various senses, as in body, mind, estate or honor, also in pride)","kjv_definition":"advance, boast, bring up, exceed, excellent, be(-come, do, give, make, wax), great(-er, come to... estate, [phrase] things), grow(up), increase, lift up, magnify(-ifical), be much set by, nourish (up), pass, promote, proudly (spoken), tower."} +{"id":"H1432","strongs_number":"H1432","system":"hebrew","language":"hebrew","number_value":1432,"lemma":"גָּדֵל","transliteration":"gâdêl","pronunciation":"gaw-dale'","derivation":"from H1431 (גָּדַל);","strongs_definition":"large (literally or figuratively)","kjv_definition":"great, grew."} +{"id":"H1433","strongs_number":"H1433","system":"hebrew","language":"hebrew","number_value":1433,"lemma":"גֹּדֶל","transliteration":"gôdel","pronunciation":"go'-del","derivation":"from H1431 (גָּדַל);","strongs_definition":"magnitude (literally or figuratively)","kjv_definition":"greatness, stout(-ness)."} +{"id":"H1434","strongs_number":"H1434","system":"hebrew","language":"hebrew","number_value":1434,"lemma":"גְּדִל","transliteration":"gᵉdil","pronunciation":"ghed-eel'","derivation":"from H1431 (גָּדַל) (in the sense of twisting);","strongs_definition":"thread, i.e. a tassel or festoon","kjv_definition":"fringe, wreath."} +{"id":"H1435","strongs_number":"H1435","system":"hebrew","language":"hebrew","number_value":1435,"lemma":"גִּדֵּל","transliteration":"Giddêl","pronunciation":"ghid-dale'","derivation":"from H1431 (גָּדַל); stout;","strongs_definition":"Giddel, the name of one of the Nethinim, also of one of 'Solomon's servants'","kjv_definition":"Giddel."} +{"id":"H1436","strongs_number":"H1436","system":"hebrew","language":"hebrew","number_value":1436,"lemma":"גְּדַּלְיָה","transliteration":"Gᵉdalyâh","pronunciation":"ghed-al-yaw'","derivation":"or (prolonged) גְּדַלְיָהוּ; from H1431 (גָּדַל) and H3050 (יָהּ); Jah has become great;","strongs_definition":"Gedaljah, the name of five Israelites","kjv_definition":"Gedaliah."} +{"id":"H1437","strongs_number":"H1437","system":"hebrew","language":"hebrew","number_value":1437,"lemma":"גִּדַּלְתִּי","transliteration":"Giddaltîy","pronunciation":"ghid-dal'-tee","derivation":"from H1431 (גָּדַל); I have made great;","strongs_definition":"Giddalti, an Israelite","kjv_definition":"Giddalti."} +{"id":"H1438","strongs_number":"H1438","system":"hebrew","language":"hebrew","number_value":1438,"lemma":"גָּדַע","transliteration":"gâdaʻ","pronunciation":"gaw-dah'","derivation":"a primitive root;","strongs_definition":"to fell a tree; generally, to destroy anything","kjv_definition":"cut (asunder, in sunder, down, off), hew down."} +{"id":"H1439","strongs_number":"H1439","system":"hebrew","language":"hebrew","number_value":1439,"lemma":"גִּדְעוֹן","transliteration":"Gidʻôwn","pronunciation":"ghid-ohn'","derivation":"from H1438 (גָּדַע); feller (i.e. warrior);","strongs_definition":"Gidon, an Israelite","kjv_definition":"Gideon."} +{"id":"H1440","strongs_number":"H1440","system":"hebrew","language":"hebrew","number_value":1440,"lemma":"גִּדְעֹם","transliteration":"Gidʻôm","pronunciation":"ghid-ohm'","derivation":"from H1438 (גָּדַע); a cutting (i.e. desolation);","strongs_definition":"Gidom, a place in Palestine","kjv_definition":"Gidom."} +{"id":"H1441","strongs_number":"H1441","system":"hebrew","language":"hebrew","number_value":1441,"lemma":"גִּדְעֹנִי","transliteration":"Gidʻônîy","pronunciation":"ghid-o-nee'","derivation":"from H1438 (גָּדַע); warlike (compare H1439 (גִּדְעוֹן));","strongs_definition":"Gidoni, an Israelite","kjv_definition":"Gideoni."} +{"id":"H1442","strongs_number":"H1442","system":"hebrew","language":"hebrew","number_value":1442,"lemma":"גָּדַף","transliteration":"gâdaph","pronunciation":"gaw-daf'","derivation":"a primitive root;","strongs_definition":"to hack (with words), i.e. revile","kjv_definition":"blaspheme, reproach."} +{"id":"H1443","strongs_number":"H1443","system":"hebrew","language":"hebrew","number_value":1443,"lemma":"גָּדַר","transliteration":"gâdar","pronunciation":"gaw-dar'","derivation":"a primitive root;","strongs_definition":"to wall in or around","kjv_definition":"close up, fence up, hedge, inclose, make up (a wall), mason, repairer."} +{"id":"H1444","strongs_number":"H1444","system":"hebrew","language":"hebrew","number_value":1444,"lemma":"גֶּדֶר","transliteration":"geder","pronunciation":"gheh'-der","derivation":"from H1443 (גָּדַר);","strongs_definition":"a circumvallation","kjv_definition":"wall."} +{"id":"H1445","strongs_number":"H1445","system":"hebrew","language":"hebrew","number_value":1445,"lemma":"גֶּדֶר","transliteration":"Geder","pronunciation":"gheh'-der","derivation":"; the same as H1444 (גֶּדֶר);","strongs_definition":"Geder, a place in Palestine","kjv_definition":"Geder."} +{"id":"H1446","strongs_number":"H1446","system":"hebrew","language":"hebrew","number_value":1446,"lemma":"גְדֹר","transliteration":"Gᵉdôr","pronunciation":"ghed-ore'","derivation":"or (fully) גְּדוֹר; from H1443 (גָּדַר); inclosure;","strongs_definition":"Gedor, a place in Palestine; also the name of three Israelites","kjv_definition":"Gedor."} +{"id":"H1447","strongs_number":"H1447","system":"hebrew","language":"hebrew","number_value":1447,"lemma":"גָּדֵר","transliteration":"gâdêr","pronunciation":"gaw-dare'","derivation":"from H1443 (גָּדַר);","strongs_definition":"a circumvallation; by implication, an inclosure","kjv_definition":"fence, hedge, wall."} +{"id":"H1448","strongs_number":"H1448","system":"hebrew","language":"hebrew","number_value":1448,"lemma":"גְּדֵרָה","transliteration":"gᵉdêrâh","pronunciation":"ghed-ay-raw'","derivation":"feminine of H1447 (גָּדֵר);","strongs_definition":"enclosure (especially for flocks)","kjv_definition":"(sheep-) cote (fold) hedge, wall."} +{"id":"H1449","strongs_number":"H1449","system":"hebrew","language":"hebrew","number_value":1449,"lemma":"גְּדֵרָה","transliteration":"Gᵉdêrâh","pronunciation":"ghed-ay-raw'","derivation":"the same as H1448 (גְּדֵרָה);","strongs_definition":"(with the article) Gederah, a place in Palestine","kjv_definition":"Gederah, hedges."} +{"id":"H1450","strongs_number":"H1450","system":"hebrew","language":"hebrew","number_value":1450,"lemma":"גְּדֵרוֹת","transliteration":"Gᵉdêrôwth","pronunciation":"ghed-ay-rohth'","derivation":"plural of H1448 (גְּדֵרָה); walls;","strongs_definition":"Gederoth, a place in Palestine","kjv_definition":"Gederoth."} +{"id":"H1451","strongs_number":"H1451","system":"hebrew","language":"hebrew","number_value":1451,"lemma":"גְּדֵרִי","transliteration":"Gᵉdêrîy","pronunciation":"ghed-ay-ree'","derivation":"patrial from H1445 (גֶּדֶר);","strongs_definition":"a Gederite, or inhabitant of Geder","kjv_definition":"Gederite."} +{"id":"H1452","strongs_number":"H1452","system":"hebrew","language":"hebrew","number_value":1452,"lemma":"גְּדֵרָתִי","transliteration":"Gᵉdêrâthîy","pronunciation":"ghed-ay-raw-thee'","derivation":"patrial from H1449 (גְּדֵרָה);","strongs_definition":"a Gederathite, or inhabitant of Gederah","kjv_definition":"Gederathite."} +{"id":"H1453","strongs_number":"H1453","system":"hebrew","language":"hebrew","number_value":1453,"lemma":"גְּדֵרֹתַיִם","transliteration":"Gᵉdêrôthayim","pronunciation":"ghed-ay-ro-thah'-yim","derivation":"dual of H1448 (גְּדֵרָה); double wall;","strongs_definition":"Gederothajim, a place in Palestine","kjv_definition":"Gederothaim."} +{"id":"H1454","strongs_number":"H1454","system":"hebrew","language":"hebrew","number_value":1454,"lemma":"גֵּה","transliteration":"gêh","pronunciation":"gay","derivation":"probably a clerical error for H2088 (זֶה);","strongs_definition":"this","kjv_definition":"this."} +{"id":"H1455","strongs_number":"H1455","system":"hebrew","language":"hebrew","number_value":1455,"lemma":"גָּהָה","transliteration":"gâhâh","pronunciation":"gaw-haw'","derivation":"a primitive root;","strongs_definition":"to remove (a bandage from a wound, i.e. heal it)","kjv_definition":"cure."} +{"id":"H1456","strongs_number":"H1456","system":"hebrew","language":"hebrew","number_value":1456,"lemma":"גֵּהָה","transliteration":"gêhâh","pronunciation":"gay-haw'","derivation":"from H1455 (גָּהָה);","strongs_definition":"a cure","kjv_definition":"medicine."} +{"id":"H1457","strongs_number":"H1457","system":"hebrew","language":"hebrew","number_value":1457,"lemma":"גָּהַר","transliteration":"gâhar","pronunciation":"gaw-har'","derivation":"a primitive root;","strongs_definition":"to prostrate oneself","kjv_definition":"cast self down, stretch self."} +{"id":"H1458","strongs_number":"H1458","system":"hebrew","language":"hebrew","number_value":1458,"lemma":"גַּו","transliteration":"gav","pronunciation":"gav","derivation":"another form for H1460 (גֵּו);","strongs_definition":"the back","kjv_definition":"back."} +{"id":"H1459","strongs_number":"H1459","system":"hebrew","language":"hebrew","number_value":1459,"lemma":"גַּו","transliteration":"gav","pronunciation":"gav","derivation":"(Aramaic) corresponding to H1460 (גֵּו);","strongs_definition":"the middle","kjv_definition":"midst, same, there-(where-) in."} +{"id":"H1460","strongs_number":"H1460","system":"hebrew","language":"hebrew","number_value":1460,"lemma":"גֵּו","transliteration":"gêv","pronunciation":"gave","derivation":"from H1342 (גָּאָה) (corresponding to H1354 (גַב));","strongs_definition":"the back; by analogy, the middle","kjv_definition":"[phrase] among, back, body."} +{"id":"H1461","strongs_number":"H1461","system":"hebrew","language":"hebrew","number_value":1461,"lemma":"גּוּב","transliteration":"gûwb","pronunciation":"goob","derivation":"a primitive root;","strongs_definition":"to dig","kjv_definition":"husbandman."} +{"id":"H1462","strongs_number":"H1462","system":"hebrew","language":"hebrew","number_value":1462,"lemma":"גּוֹב","transliteration":"gôwb","pronunciation":"gobe","derivation":"from H1461 (גּוּב);","strongs_definition":"the locust (from its grubbing as a larvae)","kjv_definition":"grasshopper, [idiom] great."} +{"id":"H1463","strongs_number":"H1463","system":"hebrew","language":"hebrew","number_value":1463,"lemma":"גּוֹג","transliteration":"Gôwg","pronunciation":"gohg","derivation":"of uncertain derivation;","strongs_definition":"Gog, the name of an Israelite, also of some nothern nation","kjv_definition":"Gog."} +{"id":"H1464","strongs_number":"H1464","system":"hebrew","language":"hebrew","number_value":1464,"lemma":"גּוּד","transliteration":"gûwd","pronunciation":"goode","derivation":"a primitive root (akin to H1413 (גָּדַד));","strongs_definition":"to crowd upon, i.e. attack","kjv_definition":"invade, overcome."} +{"id":"H1465","strongs_number":"H1465","system":"hebrew","language":"hebrew","number_value":1465,"lemma":"גֵּוָה","transliteration":"gêvâh","pronunciation":"gay-vaw'","derivation":"feminine of H1460 (גֵּו);","strongs_definition":"the back, i.e. (by extensive) the person","kjv_definition":"body."} +{"id":"H1466","strongs_number":"H1466","system":"hebrew","language":"hebrew","number_value":1466,"lemma":"גֵּוָה","transliteration":"gêvâh","pronunciation":"gay-vaw'","derivation":"the same as H1465 (גֵּוָה);","strongs_definition":"exaltation; (figuratively) arrogance","kjv_definition":"lifting up, pride."} +{"id":"H1467","strongs_number":"H1467","system":"hebrew","language":"hebrew","number_value":1467,"lemma":"גֵּוָה","transliteration":"gêvâh","pronunciation":"gay-vaw'","derivation":"(Aramaic) corresponding to H1466 (גֵּוָה)","strongs_definition":"{exaltation; (figuratively) arrogance}","kjv_definition":"pride."} +{"id":"H1468","strongs_number":"H1468","system":"hebrew","language":"hebrew","number_value":1468,"lemma":"גּוּז","transliteration":"gûwz","pronunciation":"gooz","derivation":"a primitive root (compare H1494 (גַּזָז));","strongs_definition":"properly, to shear off; but used only in the (figuratively) sense of passing rapidly","kjv_definition":"bring, cut off."} +{"id":"H1469","strongs_number":"H1469","system":"hebrew","language":"hebrew","number_value":1469,"lemma":"גּוֹזָל","transliteration":"gôwzâl","pronunciation":"go-zawl'","derivation":"or (shortened) גֹזָלlemma גזָל missing vowel, corrected to גֹזָל; from H1497 (גָּזַל);","strongs_definition":"a nestling (as being comparatively nude of feathers)","kjv_definition":"young (pigeon)."} +{"id":"H1470","strongs_number":"H1470","system":"hebrew","language":"hebrew","number_value":1470,"lemma":"גּוֹזָן","transliteration":"Gôwzân","pronunciation":"go-zawn'","derivation":"probably from H1468 (גּוּז); a quarry (as a place of cutting stones);","strongs_definition":"Gozan, a province of Assyria","kjv_definition":"Gozan."} +{"id":"H1471","strongs_number":"H1471","system":"hebrew","language":"hebrew","number_value":1471,"lemma":"גּוֹי","transliteration":"gôwy","pronunciation":"go'-ee","derivation":"rarely (shortened) גֹּי; apparently from the same root as H1465 (גֵּוָה) (in the sense of massing);","strongs_definition":"a foreign nation; hence, a Gentile; also (figuratively) a troop of animals, or a flight of locusts","kjv_definition":"Gentile, heathen, nation, people."} +{"id":"H1472","strongs_number":"H1472","system":"hebrew","language":"hebrew","number_value":1472,"lemma":"גְּוִיָּה","transliteration":"gᵉvîyâh","pronunciation":"ghev-ee-yaw'","derivation":"prolonged for H1465 (גֵּוָה);","strongs_definition":"a body, whether alive or dead","kjv_definition":"(dead) body, carcase, corpse."} +{"id":"H1473","strongs_number":"H1473","system":"hebrew","language":"hebrew","number_value":1473,"lemma":"גּוֹלָה","transliteration":"gôwlâh","pronunciation":"go-law'","derivation":"or (shortened) גֹּלָה; active participle feminine of H1540 (גָּלָה);","strongs_definition":"exile; concretely and collectively exiles","kjv_definition":"(carried away), captive(-ity), removing."} +{"id":"H1474","strongs_number":"H1474","system":"hebrew","language":"hebrew","number_value":1474,"lemma":"גּוֹלָן","transliteration":"Gôwlân","pronunciation":"go-lawn'","derivation":"from H1473 (גּוֹלָה); captive;","strongs_definition":"Golan, a place east of the Jordan","kjv_definition":"Golan."} +{"id":"H1475","strongs_number":"H1475","system":"hebrew","language":"hebrew","number_value":1475,"lemma":"גּוּמָּץ","transliteration":"gûwmmâts","pronunciation":"goom-mawts'","derivation":"of uncertain derivation;","strongs_definition":"a pit","kjv_definition":"pit."} +{"id":"H1476","strongs_number":"H1476","system":"hebrew","language":"hebrew","number_value":1476,"lemma":"גּוּנִי","transliteration":"Gûwnîy","pronunciation":"goo-nee'","derivation":"probably from H1598 (גָּנַן); protected;","strongs_definition":"Guni, the name of two Israelites","kjv_definition":"Guni."} +{"id":"H1477","strongs_number":"H1477","system":"hebrew","language":"hebrew","number_value":1477,"lemma":"גּוּנִי","transliteration":"Gûwnîy","pronunciation":"goo-nee'","derivation":"patronymically from H1476 (גּוּנִי);","strongs_definition":"a Gunite (collectively with article prefix) or descendants of Guni","kjv_definition":"Gunites."} +{"id":"H1478","strongs_number":"H1478","system":"hebrew","language":"hebrew","number_value":1478,"lemma":"גָּוַע","transliteration":"gâvaʻ","pronunciation":"gaw-vah'","derivation":"a primitive root;","strongs_definition":"to breathe out, i.e. (by implication) expire","kjv_definition":"die, be dead, give up the ghost, perish."} +{"id":"H1479","strongs_number":"H1479","system":"hebrew","language":"hebrew","number_value":1479,"lemma":"גּוּף","transliteration":"gûwph","pronunciation":"goof","derivation":"a primitive root;","strongs_definition":"properly, to hollow or arch, i.e. (figuratively) close; to shut","kjv_definition":"shut."} +{"id":"H1480","strongs_number":"H1480","system":"hebrew","language":"hebrew","number_value":1480,"lemma":"גּוּפָה","transliteration":"gûwphâh","pronunciation":"goo-faw'","derivation":"from H1479 (גּוּף);","strongs_definition":"a corpse (as closed to sense)","kjv_definition":"body."} +{"id":"H1481","strongs_number":"H1481","system":"hebrew","language":"hebrew","number_value":1481,"lemma":"גּוּר","transliteration":"gûwr","pronunciation":"goor","derivation":"a primitive root;","strongs_definition":"properly, to turn aside from the road (for a lodging or any other purpose), i.e. sojourn (as a guest); also to shrink, fear (as in a strange place); also to gather forhostility (as afraid)","kjv_definition":"abide, assemble, be afraid, dwell, fear, gather (together), inhabitant, remain, sojourn, stand in awe, (be) stranger, [idiom] surely."} +{"id":"H1482","strongs_number":"H1482","system":"hebrew","language":"hebrew","number_value":1482,"lemma":"גּוּר","transliteration":"gûwr","pronunciation":"goor","derivation":"or (shortened) גֻּר; perhaps from H1481 (גּוּר);","strongs_definition":"a cub (as still abiding in the lair), especially of the lion","kjv_definition":"whelp, young one."} +{"id":"H1483","strongs_number":"H1483","system":"hebrew","language":"hebrew","number_value":1483,"lemma":"גּוּר","transliteration":"Gûwr","pronunciation":"goor","derivation":"the same as H1482 (גּוּר);","strongs_definition":"Gur, a place in Palestine","kjv_definition":"Gur."} +{"id":"H1484","strongs_number":"H1484","system":"hebrew","language":"hebrew","number_value":1484,"lemma":"גּוֹר","transliteration":"gôwr","pronunciation":"gore","derivation":"or (feminine) גֹּרָה; a variation of H1482 (גּוּר)","strongs_definition":"{a cub (as still abiding in the lair), especially of the lion}","kjv_definition":"whelp."} +{"id":"H1485","strongs_number":"H1485","system":"hebrew","language":"hebrew","number_value":1485,"lemma":"גּוּר־בַּעַל","transliteration":"Gûwr-Baʻal","pronunciation":"goor-bah'-al","derivation":"from H1481 (גּוּר) and H1168 (בַּעַל); dwelling of Baal;","strongs_definition":"Gur-Baal, a place in Arabia","kjv_definition":"Gur-baal."} +{"id":"H1486","strongs_number":"H1486","system":"hebrew","language":"hebrew","number_value":1486,"lemma":"גּוֹרָל","transliteration":"gôwrâl","pronunciation":"go-rawl'","derivation":"or (shortened) גֹּרָל; from an unused root meaning to be rough (as stone);","strongs_definition":"properly, a pebble, i.e. a lot (small stones being used for that purpose); figuratively, a portion or destiny (as if determined by lot)","kjv_definition":"lot."} +{"id":"H1487","strongs_number":"H1487","system":"hebrew","language":"hebrew","number_value":1487,"lemma":"גּוּשׁ","transliteration":"gûwsh","pronunciation":"goosh","derivation":"or rather (by permutation) גִּישׁ; of uncertain derivation;","strongs_definition":"a mass of earth","kjv_definition":"clod."} +{"id":"H1488","strongs_number":"H1488","system":"hebrew","language":"hebrew","number_value":1488,"lemma":"גֵּז","transliteration":"gêz","pronunciation":"gaze","derivation":"from H1494 (גַּזָז);","strongs_definition":"a fleece (as shorn); also mown grass","kjv_definition":"fleece, mowing, mown grass."} +{"id":"H1489","strongs_number":"H1489","system":"hebrew","language":"hebrew","number_value":1489,"lemma":"גִּזְבָּר","transliteration":"gizbâr","pronunciation":"ghiz-bawr'","derivation":"of foreign derivation;","strongs_definition":"treasurer","kjv_definition":"treasurer."} +{"id":"H1490","strongs_number":"H1490","system":"hebrew","language":"hebrew","number_value":1490,"lemma":"גִּזְבָּר","transliteration":"gizbâr","pronunciation":"ghiz-bawr'","derivation":"(Aramaic) corresponding to H1489 (גִּזְבָּר)","strongs_definition":"{treasurer}","kjv_definition":"treasurer."} +{"id":"H1491","strongs_number":"H1491","system":"hebrew","language":"hebrew","number_value":1491,"lemma":"גָּזָה","transliteration":"gâzâh","pronunciation":"gaw-zaw'","derivation":"a primitive root (akin to H1468 (גּוּז));","strongs_definition":"to cut off, i.e. portion out","kjv_definition":"take."} +{"id":"H1492","strongs_number":"H1492","system":"hebrew","language":"hebrew","number_value":1492,"lemma":"גָּזַּה","transliteration":"gâzzah","pronunciation":"gaz-zaw'","derivation":"feminine from H1494 (גַּזָז);","strongs_definition":"a fleece","kjv_definition":"fleece."} +{"id":"H1493","strongs_number":"H1493","system":"hebrew","language":"hebrew","number_value":1493,"lemma":"גִּזוֹנִי","transliteration":"Gizôwnîy","pronunciation":"ghee-zo-nee'","derivation":"patrial from the unused name of a place apparently in Palestine;","strongs_definition":"a Gizonite or inhabitant of Gizoh","kjv_definition":"Gizonite."} +{"id":"H1494","strongs_number":"H1494","system":"hebrew","language":"hebrew","number_value":1494,"lemma":"גַּזָז","transliteration":"gazâz","pronunciation":"gaw-zaz'","derivation":"a primitive root (akin to H1468 (גּוּז));","strongs_definition":"to cut off; specifically to shear aflock or shave the hair; figuratively to destroy an enemy","kjv_definition":"cut off (down), poll, shave, (sheep-) shear(-er)."} +{"id":"H1495","strongs_number":"H1495","system":"hebrew","language":"hebrew","number_value":1495,"lemma":"גָּזֵז","transliteration":"Gâzêz","pronunciation":"gaw-zaze'","derivation":"from H1494 (גַּזָז); shearer;","strongs_definition":"Gazez, the name of two Israelites","kjv_definition":"Gazez."} +{"id":"H1496","strongs_number":"H1496","system":"hebrew","language":"hebrew","number_value":1496,"lemma":"גָּזִית","transliteration":"gâzîyth","pronunciation":"gaw-zeeth'","derivation":"from H1491 (גָּזָה);","strongs_definition":"something cut, i.e. dressed stone","kjv_definition":"hewed, hewn stone, wrought."} +{"id":"H1497","strongs_number":"H1497","system":"hebrew","language":"hebrew","number_value":1497,"lemma":"גָּזַל","transliteration":"gâzal","pronunciation":"gaw-zal'","derivation":"a primitive root;","strongs_definition":"to pluck off; specifically to flay, strip or rob","kjv_definition":"catch, consume, exercise (robbery), pluck (off), rob, spoil, take away (by force, violence), tear."} +{"id":"H1498","strongs_number":"H1498","system":"hebrew","language":"hebrew","number_value":1498,"lemma":"גָּזֵל","transliteration":"gâzêl","pronunciation":"gaw-zale'","derivation":"from H1497 (גָּזַל);","strongs_definition":"robbery, or (concretely) plunder","kjv_definition":"robbery, thing taken away by violence."} +{"id":"H1499","strongs_number":"H1499","system":"hebrew","language":"hebrew","number_value":1499,"lemma":"גֵּזֶל","transliteration":"gêzel","pronunciation":"ghe'-zel","derivation":"from H1497 (גָּזַל);","strongs_definition":"plunder, i.e. violence","kjv_definition":"violence, violent perverting.. gozal. See H1469 (גּוֹזָל)."} +{"id":"H1500","strongs_number":"H1500","system":"hebrew","language":"hebrew","number_value":1500,"lemma":"גְּזֵלָה","transliteration":"gᵉzêlâh","pronunciation":"ghez-ay-law'","derivation":"feminine of H1498 (גָּזֵל) and mean the same","strongs_definition":"{robbery, or (concretely) plunder}","kjv_definition":"that (he had robbed) (which he took violently away), spoil, violence."} +{"id":"H1501","strongs_number":"H1501","system":"hebrew","language":"hebrew","number_value":1501,"lemma":"גָּזָם","transliteration":"gâzâm","pronunciation":"gaw-zawm'","derivation":"from an unused root meaning to devour;","strongs_definition":"a kind of locust","kjv_definition":"palmer-worm."} +{"id":"H1502","strongs_number":"H1502","system":"hebrew","language":"hebrew","number_value":1502,"lemma":"גַּזָּם","transliteration":"Gazzâm","pronunciation":"gaz-zawm'","derivation":"from the same as H1501 (גָּזָם); devourer","strongs_definition":"Gazzam, one of the Nethinim","kjv_definition":"Gazzam."} +{"id":"H1503","strongs_number":"H1503","system":"hebrew","language":"hebrew","number_value":1503,"lemma":"גֶּזַע","transliteration":"gezaʻ","pronunciation":"geh'-zah","derivation":"from an unused root meaning to cut down (trees);","strongs_definition":"the trunk or stump of atree (as felled or as planted)","kjv_definition":"stem, stock."} +{"id":"H1504","strongs_number":"H1504","system":"hebrew","language":"hebrew","number_value":1504,"lemma":"גָּזַר","transliteration":"gâzar","pronunciation":"gaw-zar'","derivation":"a primitive root;","strongs_definition":"to cut down or off; (figuratively) to destroy, divide, exclude, or decide","kjv_definition":"cut down (off), decree, divide, snatch."} +{"id":"H1505","strongs_number":"H1505","system":"hebrew","language":"hebrew","number_value":1505,"lemma":"גְּזַר","transliteration":"gᵉzar","pronunciation":"ghez-ar'","derivation":"(Aramaic) corresponding to H1504 (גָּזַר);","strongs_definition":"to quarry; determine","kjv_definition":"cut out, soothsayer."} +{"id":"H1506","strongs_number":"H1506","system":"hebrew","language":"hebrew","number_value":1506,"lemma":"גֶּזֶר","transliteration":"gezer","pronunciation":"gheh'-zer","derivation":"from H1504 (גָּזַר);","strongs_definition":"something cut off; a portion","kjv_definition":"part, piece."} +{"id":"H1507","strongs_number":"H1507","system":"hebrew","language":"hebrew","number_value":1507,"lemma":"גֶּזֶר","transliteration":"Gezer","pronunciation":"gheh'-zer","derivation":"the same as H1506 (גֶּזֶר);","strongs_definition":"Gezer, a place in Palestine","kjv_definition":"Gazer, Gezer."} +{"id":"H1508","strongs_number":"H1508","system":"hebrew","language":"hebrew","number_value":1508,"lemma":"גִּזְרָה","transliteration":"gizrâh","pronunciation":"ghiz-raw'","derivation":"feminine of H1506 (גֶּזֶר);","strongs_definition":"the figure or person (as if cut out); also an inclosure (as separated)","kjv_definition":"polishing, separate place."} +{"id":"H1509","strongs_number":"H1509","system":"hebrew","language":"hebrew","number_value":1509,"lemma":"גְּזֵרָה","transliteration":"gᵉzêrâh","pronunciation":"ghez-ay-raw'","derivation":"from H1504 (גָּזַר);","strongs_definition":"a desert (as separated)","kjv_definition":"not inhabited."} +{"id":"H1510","strongs_number":"H1510","system":"hebrew","language":"hebrew","number_value":1510,"lemma":"גְּזֵרָה","transliteration":"gᵉzêrâh","pronunciation":"ghez-ay-raw'","derivation":"(Aramaic) from H1505 (גְּזַר) (as H1504 (גָּזַר));","strongs_definition":"a decree","kjv_definition":"decree."} +{"id":"H1511","strongs_number":"H1511","system":"hebrew","language":"hebrew","number_value":1511,"lemma":"גִּזְרִי","transliteration":"Gizrîy","pronunciation":"ghiz-ree'","derivation":"(in the m patrial from H1507 (גֶּזֶר); a Gezerite (collectively) or inhabitants of Gezer; but better (as in the text) bytransposition גִּזְרִיxlit Girzîy corrected to Gizrîy; patrial of H1630 (גְּרִזִים);","strongs_definition":"a Grizite (collectively) or member of a native tribe in Palestine","kjv_definition":"Gezrites."} +{"id":"H1512","strongs_number":"H1512","system":"hebrew","language":"hebrew","number_value":1512,"lemma":"גָּחוֹן","transliteration":"gâchôwn","pronunciation":"gaw-khone'","derivation":"probably from H1518 (גִּיחַ)lemma גּיחַ missing vowel, corrected to גִּיחַ; (compare H1521 (גִּיחוֹן))","strongs_definition":"the external abdomen, belly (as the source of the faetus )","kjv_definition":"belly."} +{"id":"H1513","strongs_number":"H1513","system":"hebrew","language":"hebrew","number_value":1513,"lemma":"גֶּחֶל","transliteration":"gechel","pronunciation":"geh'-khel","derivation":"or (feminine) גַּחֶלֶת; from an unused root meaning to glow or kindle;","strongs_definition":"an ember","kjv_definition":"(burning) coal."} +{"id":"H1514","strongs_number":"H1514","system":"hebrew","language":"hebrew","number_value":1514,"lemma":"גַּחַם","transliteration":"Gacham","pronunciation":"gah'-kham","derivation":"from an unused root meaning to burn; flame;","strongs_definition":"Gacham, a son of Nahor","kjv_definition":"Gaham."} +{"id":"H1515","strongs_number":"H1515","system":"hebrew","language":"hebrew","number_value":1515,"lemma":"גַּחַר","transliteration":"Gachar","pronunciation":"gah'-khar","derivation":"from an unused root meaning to hide; lurker;","strongs_definition":"Gachar, one of the Nethinim","kjv_definition":"Gahar."} +{"id":"H1516","strongs_number":"H1516","system":"hebrew","language":"hebrew","number_value":1516,"lemma":"גַּיְא","transliteration":"gayʼ","pronunciation":"gah'-ee","derivation":"or (shortened) גַּי; probably (by transmutation) from the same root as H1466 (גֵּוָה) (abbreviated);","strongs_definition":"a gorge (from its lofty sides; hence, narrow, but not a gully or winter-torrent)","kjv_definition":"valley."} +{"id":"H1517","strongs_number":"H1517","system":"hebrew","language":"hebrew","number_value":1517,"lemma":"גִּיד","transliteration":"gîyd","pronunciation":"gheed","derivation":"probably from H1464 (גּוּד);","strongs_definition":"a thong (as compressing); by analogy, a tendon","kjv_definition":"sinew."} +{"id":"H1518","strongs_number":"H1518","system":"hebrew","language":"hebrew","number_value":1518,"lemma":"גִּיחַ","transliteration":"gîyach","pronunciation":"ghee'-akh","derivation":"or (shortened) גֹּחַ; a primitive root;","strongs_definition":"to gush forth (as water), generally to issue","kjv_definition":"break forth, labor to bring forth, come forth, draw up, take out."} +{"id":"H1519","strongs_number":"H1519","system":"hebrew","language":"hebrew","number_value":1519,"lemma":"גִּיחַ","transliteration":"gîyach","pronunciation":"ghee'-akh","derivation":"(Aramaic) or (shortened) גּוּחַ; (Aramaic), corresponding to H1518 (גִּיחַ)lemma גּיחַ missing vowel, corrected to גִּיחַ;","strongs_definition":"to rush forth","kjv_definition":"strive."} +{"id":"H1520","strongs_number":"H1520","system":"hebrew","language":"hebrew","number_value":1520,"lemma":"גִּיחַ","transliteration":"Gîyach","pronunciation":"ghee'-akh","derivation":"from H1518 (גִּיחַ)lemma גּיחַ missing vowel, corrected to גִּיחַ; a fountain;","strongs_definition":"Giach, a place in Palestine","kjv_definition":"Giah."} +{"id":"H1521","strongs_number":"H1521","system":"hebrew","language":"hebrew","number_value":1521,"lemma":"גִּיחוֹן","transliteration":"Gîychôwn","pronunciation":"ghee-khone'","derivation":"or (shortened) גִּחוֹן; from H1518 (גִּיחַ)lemma גּיחַ missing vowel, corrected to גִּיחַ; stream;","strongs_definition":"Gichon, a river of Paradise; also a valley (or pool) near Jerusalem","kjv_definition":"Gihon."} +{"id":"H1522","strongs_number":"H1522","system":"hebrew","language":"hebrew","number_value":1522,"lemma":"גֵּיחֲזִי","transliteration":"Gêychăzîy","pronunciation":"gay-khah-zee'","derivation":"or גֵּחֲזִי; apparently from H1516 (גַּיְא) and H2372 (חָזָה); valley of a visionary;","strongs_definition":"Gechazi, the servant of Elisha","kjv_definition":"Gehazi."} +{"id":"H1523","strongs_number":"H1523","system":"hebrew","language":"hebrew","number_value":1523,"lemma":"גִּיל","transliteration":"gîyl","pronunciation":"gheel","derivation":"or (by permutation) גּוּל; a primitive root;","strongs_definition":"properly, to spin round (under the influence of any violent emotion), i.e. usually rejoice, or (as cringing) fear","kjv_definition":"be glad, joy, be joyful, rejoice."} +{"id":"H1524","strongs_number":"H1524","system":"hebrew","language":"hebrew","number_value":1524,"lemma":"גִּיל","transliteration":"gîyl","pronunciation":"gheel","derivation":"from H1523 (גִּיל);","strongs_definition":"a revolution (of time, i.e. an age); also joy","kjv_definition":"[idiom] exceedingly, gladness, [idiom] greatly, joy, rejoice(-ing), sort."} +{"id":"H1525","strongs_number":"H1525","system":"hebrew","language":"hebrew","number_value":1525,"lemma":"גִּילָה","transliteration":"gîylâh","pronunciation":"ghee-law'","derivation":"or גִּילַת; feminine of H1524 (גִּיל);","strongs_definition":"joy","kjv_definition":"joy, rejoicing."} +{"id":"H1526","strongs_number":"H1526","system":"hebrew","language":"hebrew","number_value":1526,"lemma":"גִּילֹנִי","transliteration":"Gîylônîy","pronunciation":"ghee-lo-nee'","derivation":"patrial from H1542 (גִּלֹה);","strongs_definition":"a Gilonite or inhabitant of Giloh","kjv_definition":"Gilonite."} +{"id":"H1527","strongs_number":"H1527","system":"hebrew","language":"hebrew","number_value":1527,"lemma":"גִּינַת","transliteration":"Gîynath","pronunciation":"ghee-nath'","derivation":"of uncertain derivation;","strongs_definition":"Ginath, an Israelite","kjv_definition":"Ginath."} +{"id":"H1528","strongs_number":"H1528","system":"hebrew","language":"hebrew","number_value":1528,"lemma":"גִּיר","transliteration":"gîyr","pronunciation":"gheer","derivation":"(Aramaic) corresponding to H1615 (גִּר);","strongs_definition":"lime","kjv_definition":"plaster."} +{"id":"H1529","strongs_number":"H1529","system":"hebrew","language":"hebrew","number_value":1529,"lemma":"גֵּישָׁן","transliteration":"Gêyshân","pronunciation":"gay-shawn'","derivation":"from the same as H1487 (גּוּשׁ); lumpish;","strongs_definition":"Geshan, an Israelite","kjv_definition":"Geshan."} +{"id":"H1530","strongs_number":"H1530","system":"hebrew","language":"hebrew","number_value":1530,"lemma":"גַּל","transliteration":"gal","pronunciation":"gal","derivation":"from H1556 (גָּלַל);","strongs_definition":"something rolled, i.e. a heap of stone or dung (plural ruins), by analogy, a spring of water (plural waves)","kjv_definition":"billow, heap, spring, wave."} +{"id":"H1531","strongs_number":"H1531","system":"hebrew","language":"hebrew","number_value":1531,"lemma":"גֹּל","transliteration":"gôl","pronunciation":"gole","derivation":"from H1556 (גָּלַל);","strongs_definition":"a cup for oil (as round)","kjv_definition":"bowl."} +{"id":"H1532","strongs_number":"H1532","system":"hebrew","language":"hebrew","number_value":1532,"lemma":"גַּלָּב","transliteration":"gallâb","pronunciation":"gal-lawb'","derivation":"from an unused root meaning to shave;","strongs_definition":"a barber","kjv_definition":"barber."} +{"id":"H1533","strongs_number":"H1533","system":"hebrew","language":"hebrew","number_value":1533,"lemma":"גִּלְבֹּעַ","transliteration":"Gilbôaʻ","pronunciation":"ghil-bo'-ah","derivation":"from H1530 (גַּל) and H1158 (בָּעָה); fountain of ebullition;","strongs_definition":"Gilboa, a mountain of Palestine","kjv_definition":"Gilboa."} +{"id":"H1534","strongs_number":"H1534","system":"hebrew","language":"hebrew","number_value":1534,"lemma":"גַּלְגַּל","transliteration":"galgal","pronunciation":"gal-gal'","derivation":"by reduplication from H1556 (גָּלַל);","strongs_definition":"a wheel; by analogy, a whirlwind; also dust (as whirled)","kjv_definition":"heaven, rolling thing, wheel."} +{"id":"H1535","strongs_number":"H1535","system":"hebrew","language":"hebrew","number_value":1535,"lemma":"גַּלְגַּל","transliteration":"galgal","pronunciation":"gal-gal'","derivation":"(Aramaic) corresponding to H1534 (גַּלְגַּל);","strongs_definition":"a wheel","kjv_definition":"wheel."} +{"id":"H1536","strongs_number":"H1536","system":"hebrew","language":"hebrew","number_value":1536,"lemma":"גִּלְגָּל","transliteration":"gilgâl","pronunciation":"ghil-gawl'","derivation":"a variation of H1534 (גַּלְגַּל)","strongs_definition":"{a wheel; by analogy, a whirlwind; also dust (as whirled)}","kjv_definition":"wheel."} +{"id":"H1537","strongs_number":"H1537","system":"hebrew","language":"hebrew","number_value":1537,"lemma":"גִּלְגָּל","transliteration":"Gilgâl","pronunciation":"ghil-gawl'","derivation":"the same as H1536 (גִּלְגָּל) (with the article as a properly, noun);","strongs_definition":"Gilgal, the name of three places in Palestine","kjv_definition":"Gilgal. See also H1019 (בֵּית הַגִּלְגָּל)."} +{"id":"H1538","strongs_number":"H1538","system":"hebrew","language":"hebrew","number_value":1538,"lemma":"גֻּלְגֹּלֶת","transliteration":"gulgôleth","pronunciation":"gul-go'-leth","derivation":"by reduplication from H1556 (גָּלַל);","strongs_definition":"a skull (as round); by implication, a head (in enumeration of persons)","kjv_definition":"head, every man, poll, skull."} +{"id":"H1539","strongs_number":"H1539","system":"hebrew","language":"hebrew","number_value":1539,"lemma":"גֶּלֶד","transliteration":"geled","pronunciation":"ghe'-led","derivation":"from an unused root probably meaning to polish;","strongs_definition":"the (human) skin (as smooth)","kjv_definition":"skin."} +{"id":"H1540","strongs_number":"H1540","system":"hebrew","language":"hebrew","number_value":1540,"lemma":"גָּלָה","transliteration":"gâlâh","pronunciation":"gaw-law'","derivation":"a primitive root;","strongs_definition":"to denude (especially in a disgraceful sense); by implication, to exile (captives being usually stripped); figuratively, to reveal","kjv_definition":"[phrase] advertise, appear, bewray, bring, (carry, lead, go) captive (into captivity), depart, disclose, discover, exile, be gone, open, [idiom] plainly, publish, remove, reveal, [idiom] shamelessly, shew, [idiom] surely, tell, uncover."} +{"id":"H1541","strongs_number":"H1541","system":"hebrew","language":"hebrew","number_value":1541,"lemma":"גְּלָה","transliteration":"gᵉlâh","pronunciation":"ghel-aw'","derivation":"(Aramaic) or גְּלָא; (Aramaic), corresponding to H1540 (גָּלָה)","strongs_definition":"{to denude (especially in a disgraceful sense); by implication, to exile (captives being usually stripped); figuratively, to reveal}","kjv_definition":"bring over, carry away, reveal."} +{"id":"H1542","strongs_number":"H1542","system":"hebrew","language":"hebrew","number_value":1542,"lemma":"גִּלֹה","transliteration":"Gilôh","pronunciation":"ghee-lo'","derivation":"or (fully) גִּילֹה; from H1540 (גָּלָה); open;","strongs_definition":"Giloh, a place in Palestine","kjv_definition":"Giloh."} +{"id":"H1543","strongs_number":"H1543","system":"hebrew","language":"hebrew","number_value":1543,"lemma":"גֻּלָּה","transliteration":"gullâh","pronunciation":"gool-law'","derivation":"feminine from H1556 (גָּלַל);","strongs_definition":"a fountain, bowl or globe (all as round)","kjv_definition":"bowl, pommel, spring."} +{"id":"H1544","strongs_number":"H1544","system":"hebrew","language":"hebrew","number_value":1544,"lemma":"גִּלּוּל","transliteration":"gillûwl","pronunciation":"ghil-lool'","derivation":"or (shortened) גִּלֻּל; from H1556 (גָּלַל);","strongs_definition":"properly, a log (as round); by implication, an idol","kjv_definition":"idol."} +{"id":"H1545","strongs_number":"H1545","system":"hebrew","language":"hebrew","number_value":1545,"lemma":"גְּלוֹם","transliteration":"gᵉlôwm","pronunciation":"ghel-ome'","derivation":"from H1563 (גָּלַם);","strongs_definition":"clothing (as wrapped)","kjv_definition":"clothes."} +{"id":"H1546","strongs_number":"H1546","system":"hebrew","language":"hebrew","number_value":1546,"lemma":"גָּלוּת","transliteration":"gâlûwth","pronunciation":"gaw-looth'","derivation":"feminine from H1540 (גָּלָה);","strongs_definition":"captivity; concretely, exiles (collectively)","kjv_definition":"(they that are carried away) captives(-ity)."} +{"id":"H1547","strongs_number":"H1547","system":"hebrew","language":"hebrew","number_value":1547,"lemma":"גָּלוּת","transliteration":"gâlûwth","pronunciation":"gaw-looth'","derivation":"(Aramaic) corresponding to H1546 (גָּלוּת)","strongs_definition":"{captivity; concretely, exiles (collectively)}","kjv_definition":"captivity."} +{"id":"H1548","strongs_number":"H1548","system":"hebrew","language":"hebrew","number_value":1548,"lemma":"גָּלַח","transliteration":"gâlach","pronunciation":"gaw-lakh'","derivation":"a primitive root;","strongs_definition":"properly, to be bald, i.e. (causatively) to shave; figuratively to lay waste","kjv_definition":"poll, shave (off)."} +{"id":"H1549","strongs_number":"H1549","system":"hebrew","language":"hebrew","number_value":1549,"lemma":"גִּלָּיוֹן","transliteration":"gillâyôwn","pronunciation":"ghil-law-yone'","derivation":"or גִּלְיוֹן; from H1540 (גָּלָה);","strongs_definition":"a tablet for writing (as bare); by analogy, a mirror (as a plate)","kjv_definition":"glass, roll."} +{"id":"H1550","strongs_number":"H1550","system":"hebrew","language":"hebrew","number_value":1550,"lemma":"גָּלִיל","transliteration":"gâlîyl","pronunciation":"gaw-leel'","derivation":"from H1556 (גָּלַל);","strongs_definition":"a valve of a folding door (as turning); also a ring (as round)","kjv_definition":"folding, ring."} +{"id":"H1551","strongs_number":"H1551","system":"hebrew","language":"hebrew","number_value":1551,"lemma":"גָּלִיל","transliteration":"Gâlîyl","pronunciation":"gaw-leel'","derivation":"or (prolonged) גָּלִילָה; the same as H1550 (גָּלִיל); a circle (with the article);","strongs_definition":"Galil (as a special circuit) in the North of Palestine","kjv_definition":"Galilee."} +{"id":"H1552","strongs_number":"H1552","system":"hebrew","language":"hebrew","number_value":1552,"lemma":"גְלִילָה","transliteration":"gᵉlîylâh","pronunciation":"ghel-ee-law'","derivation":"feminine of H1550 (גָּלִיל);","strongs_definition":"a circuit or region","kjv_definition":"border, coast, country."} +{"id":"H1553","strongs_number":"H1553","system":"hebrew","language":"hebrew","number_value":1553,"lemma":"גְּלִילוֹת","transliteration":"Gᵉlîylôwth","pronunciation":"ghel-ee-lowth'","derivation":"plural of H1552 (גְלִילָה); circles;","strongs_definition":"Geliloth, a place in Palestine","kjv_definition":"Geliloth."} +{"id":"H1554","strongs_number":"H1554","system":"hebrew","language":"hebrew","number_value":1554,"lemma":"גַּלִּים","transliteration":"Gallîym","pronunciation":"gal-leem'","derivation":"plural of H1530 (גַּל); springs;","strongs_definition":"Gallim, a place in Palestine","kjv_definition":"Gallim."} +{"id":"H1555","strongs_number":"H1555","system":"hebrew","language":"hebrew","number_value":1555,"lemma":"גׇּלְיַת","transliteration":"Golyath","pronunciation":"gol-yath'","derivation":"perhaps from H1540 (גָּלָה); exile;","strongs_definition":"Goljath, a Philistine","kjv_definition":"Goliath."} +{"id":"H1556","strongs_number":"H1556","system":"hebrew","language":"hebrew","number_value":1556,"lemma":"גָּלַל","transliteration":"gâlal","pronunciation":"gaw-lal'","derivation":"a primitive root;","strongs_definition":"to roll (literally or figuratively)","kjv_definition":"commit, remove, roll (away, down, together), run down, seek occasion, trust, wallow."} +{"id":"H1557","strongs_number":"H1557","system":"hebrew","language":"hebrew","number_value":1557,"lemma":"גָּלָל","transliteration":"gâlâl","pronunciation":"gaw-lawl'","derivation":"from H1556 (גָּלַל);","strongs_definition":"dung (as in balls)","kjv_definition":"dung."} +{"id":"H1558","strongs_number":"H1558","system":"hebrew","language":"hebrew","number_value":1558,"lemma":"גָּלָל","transliteration":"gâlâl","pronunciation":"gaw-lawl'","derivation":"from H1556 (גָּלַל);","strongs_definition":"a circumstance (as rolled around); only used adverbially, on account of","kjv_definition":"because of, for (sake)."} +{"id":"H1559","strongs_number":"H1559","system":"hebrew","language":"hebrew","number_value":1559,"lemma":"גָּלָל","transliteration":"Gâlâl","pronunciation":"gaw-lawl'","derivation":"from H1556 (גָּלַל), in the sense of H1560 (גְּלָל); great;","strongs_definition":"Galal, the name of two Israelites","kjv_definition":"Galal."} +{"id":"H1560","strongs_number":"H1560","system":"hebrew","language":"hebrew","number_value":1560,"lemma":"גְּלָל","transliteration":"gᵉlâl","pronunciation":"ghel-awl'","derivation":"(Aramaic) from a root corresponding to H1556 (גָּלַל);","strongs_definition":"weight or size (as if rolled)","kjv_definition":"great."} +{"id":"H1561","strongs_number":"H1561","system":"hebrew","language":"hebrew","number_value":1561,"lemma":"גֵּלֶל","transliteration":"gêlel","pronunciation":"gay'-lel","derivation":"a variation of H1557 (גָּלָל);","strongs_definition":"dung (plural balls of dung)","kjv_definition":"dung."} +{"id":"H1562","strongs_number":"H1562","system":"hebrew","language":"hebrew","number_value":1562,"lemma":"גִּלֲלַי","transliteration":"Gilălay","pronunciation":"ghe-lal-ah'-ee","derivation":"from H1561 (גֵּלֶל); dungy;","strongs_definition":"Gilalai, an Israelite","kjv_definition":"Gilalai."} +{"id":"H1563","strongs_number":"H1563","system":"hebrew","language":"hebrew","number_value":1563,"lemma":"גָּלַם","transliteration":"gâlam","pronunciation":"gaw-lam'","derivation":"a primitive root;","strongs_definition":"to fold","kjv_definition":"wrap together."} +{"id":"H1564","strongs_number":"H1564","system":"hebrew","language":"hebrew","number_value":1564,"lemma":"גֹּלֶם","transliteration":"gôlem","pronunciation":"go'-lem","derivation":"from H1563 (גָּלַם);","strongs_definition":"a wrapped (and unformed mass, i.e. as the embryo)","kjv_definition":"substance yet being unperfect."} +{"id":"H1565","strongs_number":"H1565","system":"hebrew","language":"hebrew","number_value":1565,"lemma":"גַּלְמוּד","transliteration":"galmûwd","pronunciation":"gal-mood'","derivation":"probably by prolonged from H1563 (גָּלַם);","strongs_definition":"sterile (as wrapped up too hard); figuratively, desolate","kjv_definition":"desolate, solitary."} +{"id":"H1566","strongs_number":"H1566","system":"hebrew","language":"hebrew","number_value":1566,"lemma":"גָּלַע","transliteration":"gâlaʻ","pronunciation":"gaw-lah'","derivation":"a primitive root;","strongs_definition":"to be obstinate","kjv_definition":"(inter-) meddle (with)."} +{"id":"H1567","strongs_number":"H1567","system":"hebrew","language":"hebrew","number_value":1567,"lemma":"גַּלְעֵד","transliteration":"Galʻêd","pronunciation":"gal-ade'","derivation":"from H1530 (גַּל) and H5707 (עֵד); heap of testimony;","strongs_definition":"Galed, a memorial cairn East of the Jordan","kjv_definition":"Galeed."} +{"id":"H1568","strongs_number":"H1568","system":"hebrew","language":"hebrew","number_value":1568,"lemma":"גִּלְעָד","transliteration":"Gilʻâd","pronunciation":"ghil-awd'","derivation":"probably from H1567 (גַּלְעֵד);","strongs_definition":"Gilad, a region East of the Jordan; also the name of three Israelites","kjv_definition":"Gilead, Gileadite."} +{"id":"H1569","strongs_number":"H1569","system":"hebrew","language":"hebrew","number_value":1569,"lemma":"גִּלְעָדִי","transliteration":"Gilʻâdîy","pronunciation":"ghil-aw-dee'","derivation":"patronymically from H1568 (גִּלְעָד);","strongs_definition":"a Giladite or descendant of Gilad","kjv_definition":"Gileadite."} +{"id":"H1570","strongs_number":"H1570","system":"hebrew","language":"hebrew","number_value":1570,"lemma":"גָּלַשׁ","transliteration":"gâlash","pronunciation":"gaw-lash'","derivation":"a primitive root;","strongs_definition":"probably to caper (as a goat)","kjv_definition":"appear."} +{"id":"H1571","strongs_number":"H1571","system":"hebrew","language":"hebrew","number_value":1571,"lemma":"גַּם","transliteration":"gam","pronunciation":"gam","derivation":"by contraction from an unused root meaning to gather;","strongs_definition":"properly, assemblage; used only adverbially also, even, yea, though; often repeated as correl. both...and","kjv_definition":"again, alike, also, (so much) as (soon), both (so)...and, but, either...or, even, for all, (in) likewise (manner), moreover, nay...neither, one, then(-refore), though, what, with, yea."} +{"id":"H1572","strongs_number":"H1572","system":"hebrew","language":"hebrew","number_value":1572,"lemma":"גָּמָא","transliteration":"gâmâʼ","pronunciation":"gaw-maw'","derivation":"a primitive root (literally or figuratively) to absorb","strongs_definition":"to absorb","kjv_definition":"swallow, drink."} +{"id":"H1573","strongs_number":"H1573","system":"hebrew","language":"hebrew","number_value":1573,"lemma":"גֹּמֶא","transliteration":"gômeʼ","pronunciation":"go'-meh","derivation":"from H1572 (גָּמָא);","strongs_definition":"properly, an absorbent, i.e. the bulrush (from its porosity); specifically the papyrus","kjv_definition":"(bul-) rush."} +{"id":"H1574","strongs_number":"H1574","system":"hebrew","language":"hebrew","number_value":1574,"lemma":"גֹּמֶד","transliteration":"gômed","pronunciation":"go'-med","derivation":"from an unused root apparently meaning to grasp;","strongs_definition":"properly, a span","kjv_definition":"cubit."} +{"id":"H1575","strongs_number":"H1575","system":"hebrew","language":"hebrew","number_value":1575,"lemma":"גַּמָּד","transliteration":"gammâd","pronunciation":"gam-mawd'","derivation":"from the same as H1574 (גֹּמֶד);","strongs_definition":"a warrior (as grasping weapons)","kjv_definition":"Gammadims."} +{"id":"H1576","strongs_number":"H1576","system":"hebrew","language":"hebrew","number_value":1576,"lemma":"גְּמוּל","transliteration":"gᵉmûwl","pronunciation":"ghem-ool'","derivation":"from H1580 (גָּמַל);","strongs_definition":"treatment, i.e. an act (of good or ill); by implication, service or requital","kjv_definition":"[phrase] as hast served, benefit, desert, deserving, that which he hath given, recompense, reward."} +{"id":"H1577","strongs_number":"H1577","system":"hebrew","language":"hebrew","number_value":1577,"lemma":"גָּמוּל","transliteration":"gâmûwl","pronunciation":"gaw-mool'","derivation":"passive participle of H1580 (גָּמַל); rewarded;","strongs_definition":"Gamul, an Israelite","kjv_definition":"Gamul. See also H1014 (בֵּית גָּמוּל)."} +{"id":"H1578","strongs_number":"H1578","system":"hebrew","language":"hebrew","number_value":1578,"lemma":"גְּמוּלָה","transliteration":"gᵉmûwlâh","pronunciation":"ghem-oo-law'","derivation":"feminine of H1576 (גְּמוּל);","strongs_definition":"meaning the same","kjv_definition":"deed, recompense, such a reward."} +{"id":"H1579","strongs_number":"H1579","system":"hebrew","language":"hebrew","number_value":1579,"lemma":"גִּמְזוֹ","transliteration":"Gimzôw","pronunciation":"ghim-zo'","derivation":"of uncertain derivation;","strongs_definition":"Gimzo, a place in Palestine","kjv_definition":"Gimzo."} +{"id":"H1580","strongs_number":"H1580","system":"hebrew","language":"hebrew","number_value":1580,"lemma":"גָּמַל","transliteration":"gâmal","pronunciation":"gaw-mal'","derivation":"a primitive root;","strongs_definition":"to treat a person (well or ill), i.e. benefit or requite; by implication (of toil), to ripen, i.e. (specifically) to wean","kjv_definition":"bestow on, deal bountifully, do (good), recompense, requite, reward, ripen, [phrase] serve, mean, yield."} +{"id":"H1581","strongs_number":"H1581","system":"hebrew","language":"hebrew","number_value":1581,"lemma":"גָּמָל","transliteration":"gâmâl","pronunciation":"gaw-mawl'","derivation":"apparently from H1580 (גָּמַל) (in the sense of labor or burden-bearing);","strongs_definition":"a camel","kjv_definition":"camel."} +{"id":"H1582","strongs_number":"H1582","system":"hebrew","language":"hebrew","number_value":1582,"lemma":"גְּמַלִּי","transliteration":"Gᵉmallîy","pronunciation":"ghem-al-lee'","derivation":"probably from H1581 (גָּמָל); cameldriver;","strongs_definition":"Gemalli, an Israelite","kjv_definition":"Gemalli."} +{"id":"H1583","strongs_number":"H1583","system":"hebrew","language":"hebrew","number_value":1583,"lemma":"גַּמְלִיאֵל","transliteration":"Gamlîyʼêl","pronunciation":"gam-lee-ale'","derivation":"from H1580 (גָּמַל) and H410 (אֵל); reward of God;","strongs_definition":"Gamliel, an Israelite","kjv_definition":"Gamaliel."} +{"id":"H1584","strongs_number":"H1584","system":"hebrew","language":"hebrew","number_value":1584,"lemma":"גָּמַר","transliteration":"gâmar","pronunciation":"gaw-mar'","derivation":"a primitive root;","strongs_definition":"to end (in the sense of completion or failure)","kjv_definition":"cease, come to an end, fail, perfect, perform."} +{"id":"H1585","strongs_number":"H1585","system":"hebrew","language":"hebrew","number_value":1585,"lemma":"גְּמַר","transliteration":"gᵉmar","pronunciation":"ghem-ar'","derivation":"(Aramaic) corresponding to H1584 (גָּמַר)","strongs_definition":"{to end (in the sense of completion or failure)}","kjv_definition":"perfect."} +{"id":"H1586","strongs_number":"H1586","system":"hebrew","language":"hebrew","number_value":1586,"lemma":"גֹּמֶר","transliteration":"Gômer","pronunciation":"go'-mer","derivation":"from H1584 (גָּמַר); completion;","strongs_definition":"Gomer, the name of a son of Japheth and of his descendants; also of a Hebrewess","kjv_definition":"Gomer."} +{"id":"H1587","strongs_number":"H1587","system":"hebrew","language":"hebrew","number_value":1587,"lemma":"גְּמַרְיָה","transliteration":"Gᵉmaryâh","pronunciation":"ghem-ar-yaw'","derivation":"or גְּמַרְיָהוּ; from H1584 (גָּמַר) and H3050 (יָהּ); Jah has perfected;","strongs_definition":"Gemarjah, the name of two Israelites","kjv_definition":"Gemariah."} +{"id":"H1588","strongs_number":"H1588","system":"hebrew","language":"hebrew","number_value":1588,"lemma":"גַּן","transliteration":"gan","pronunciation":"gan","derivation":"from H1598 (גָּנַן);","strongs_definition":"a garden (as fenced)","kjv_definition":"garden."} +{"id":"H1589","strongs_number":"H1589","system":"hebrew","language":"hebrew","number_value":1589,"lemma":"גָּנַב","transliteration":"gânab","pronunciation":"gaw-nab'","derivation":"a primitive root;","strongs_definition":"to thieve (literally or figuratively); by implication, to deceive","kjv_definition":"carry away, [idiom] indeed, secretly bring, steal (away), get by stealth."} +{"id":"H1590","strongs_number":"H1590","system":"hebrew","language":"hebrew","number_value":1590,"lemma":"גַּנָּב","transliteration":"gannâb","pronunciation":"gaw-nab'","derivation":"from H1589 (גָּנַב);","strongs_definition":"a stealer","kjv_definition":"thief."} +{"id":"H1591","strongs_number":"H1591","system":"hebrew","language":"hebrew","number_value":1591,"lemma":"גְּנֵבָה","transliteration":"gᵉnêbâh","pronunciation":"ghen-ay-baw'","derivation":"from H1589 (גָּנַב);","strongs_definition":"stealing, i.e. (concretely) something stolen","kjv_definition":"theft."} +{"id":"H1592","strongs_number":"H1592","system":"hebrew","language":"hebrew","number_value":1592,"lemma":"גְּנֻבַת","transliteration":"Gᵉnubath","pronunciation":"ghen-oo-bath'","derivation":"from H1589 (גָּנַב); theft;","strongs_definition":"Genubath, an Edomitish prince","kjv_definition":"Genubath."} +{"id":"H1593","strongs_number":"H1593","system":"hebrew","language":"hebrew","number_value":1593,"lemma":"גַּנָּה","transliteration":"gannâh","pronunciation":"gan-naw'","derivation":"feminine of H1588 (גַּן);","strongs_definition":"a garden","kjv_definition":"garden."} +{"id":"H1594","strongs_number":"H1594","system":"hebrew","language":"hebrew","number_value":1594,"lemma":"גִּנָּה","transliteration":"ginnâh","pronunciation":"ghin-naw'","derivation":"another form for H1593 (גַּנָּה)","strongs_definition":"{a garden}","kjv_definition":"garden."} +{"id":"H1595","strongs_number":"H1595","system":"hebrew","language":"hebrew","number_value":1595,"lemma":"גֶּנֶז","transliteration":"genez","pronunciation":"gheh'-nez","derivation":"from an unused root meaning to store;","strongs_definition":"treasure; by implication, a coffer","kjv_definition":"chest, treasury."} +{"id":"H1596","strongs_number":"H1596","system":"hebrew","language":"hebrew","number_value":1596,"lemma":"גְּנַז","transliteration":"gᵉnaz","pronunciation":"ghen-az'","derivation":"(Aramaic) corresponding to H1595 (גֶּנֶז);","strongs_definition":"treasure","kjv_definition":"treasure."} +{"id":"H1597","strongs_number":"H1597","system":"hebrew","language":"hebrew","number_value":1597,"lemma":"גִּנְזַךְ","transliteration":"ginzak","pronunciation":"ghin-zak'","derivation":"prolonged from H1595 (גֶּנֶז);","strongs_definition":"a treasury","kjv_definition":"treasury."} +{"id":"H1598","strongs_number":"H1598","system":"hebrew","language":"hebrew","number_value":1598,"lemma":"גָּנַן","transliteration":"gânan","pronunciation":"gaw-nan'","derivation":"a primitive root;","strongs_definition":"to hedge about, i.e. (generally) protect","kjv_definition":"defend."} +{"id":"H1599","strongs_number":"H1599","system":"hebrew","language":"hebrew","number_value":1599,"lemma":"גִּנְּתוֹן","transliteration":"Ginnᵉthôwn","pronunciation":"ghin-neth-one","derivation":"or גִּנְּתוֹ; from H1598 (גָּנַן); gardener;","strongs_definition":"Ginnethon or Ginnetho, an Israelite","kjv_definition":"Ginnetho, Ginnethon."} +{"id":"H1600","strongs_number":"H1600","system":"hebrew","language":"hebrew","number_value":1600,"lemma":"גָּעָה","transliteration":"gâʻâh","pronunciation":"gaw-aw'","derivation":"a primitive root;","strongs_definition":"to bellow (as cattle)","kjv_definition":"low."} +{"id":"H1601","strongs_number":"H1601","system":"hebrew","language":"hebrew","number_value":1601,"lemma":"גֹּעָה","transliteration":"Gôʻâh","pronunciation":"go-aw'","derivation":"feminine active participle of H1600 (גָּעָה); lowing;","strongs_definition":"Goah, a place near Jerusalem","kjv_definition":"Goath."} +{"id":"H1602","strongs_number":"H1602","system":"hebrew","language":"hebrew","number_value":1602,"lemma":"גָּעַל","transliteration":"gâʻal","pronunciation":"gaw-al'","derivation":"a primitive root;","strongs_definition":"to detest; by implication, to reject","kjv_definition":"abhor, fail, lothe, vilely cast away."} +{"id":"H1603","strongs_number":"H1603","system":"hebrew","language":"hebrew","number_value":1603,"lemma":"גַּעַל","transliteration":"Gaʻal","pronunciation":"gah'-al","derivation":"from H1602 (גָּעַל); loathing;","strongs_definition":"Gaal, an Israelite","kjv_definition":"Gaal."} +{"id":"H1604","strongs_number":"H1604","system":"hebrew","language":"hebrew","number_value":1604,"lemma":"גֹּעַל","transliteration":"gôʻal","pronunciation":"go'-al","derivation":"from H1602 (גָּעַל);","strongs_definition":"abhorrence","kjv_definition":"loathing."} +{"id":"H1605","strongs_number":"H1605","system":"hebrew","language":"hebrew","number_value":1605,"lemma":"גָּעַר","transliteration":"gâʻar","pronunciation":"gaw-ar'","derivation":"a primitive root;","strongs_definition":"to chide","kjv_definition":"corrupt, rebuke, reprove."} +{"id":"H1606","strongs_number":"H1606","system":"hebrew","language":"hebrew","number_value":1606,"lemma":"גְּעָרָה","transliteration":"gᵉʻârâh","pronunciation":"gheh-aw-raw'","derivation":"from H1605 (גָּעַר);","strongs_definition":"a chiding","kjv_definition":"rebuke(-ing), reproof."} +{"id":"H1607","strongs_number":"H1607","system":"hebrew","language":"hebrew","number_value":1607,"lemma":"גָּעַשׁ","transliteration":"gâʻash","pronunciation":"gaw-ash'","derivation":"a primitive root","strongs_definition":"to agitate violently","kjv_definition":"move, shake, toss, trouble."} +{"id":"H1608","strongs_number":"H1608","system":"hebrew","language":"hebrew","number_value":1608,"lemma":"גַּעַשׁ","transliteration":"Gaʻash","pronunciation":"ga'-ash","derivation":"from H1607 (גָּעַשׁ); a quaking;","strongs_definition":"Gaash, a hill in Palestine","kjv_definition":"Gaash."} +{"id":"H1609","strongs_number":"H1609","system":"hebrew","language":"hebrew","number_value":1609,"lemma":"גַּעְתָּם","transliteration":"Gaʻtâm","pronunciation":"gah-tawm'","derivation":"of uncertain derivation;","strongs_definition":"Gatam, an Edomite","kjv_definition":"Gatam."} +{"id":"H1610","strongs_number":"H1610","system":"hebrew","language":"hebrew","number_value":1610,"lemma":"גַּף","transliteration":"gaph","pronunciation":"gaf","derivation":"from an unused root meaning to arch;","strongs_definition":"the back; by extension the body or self","kjv_definition":"[phrase] highest places, himself."} +{"id":"H1611","strongs_number":"H1611","system":"hebrew","language":"hebrew","number_value":1611,"lemma":"גַּף","transliteration":"gaph","pronunciation":"gaf","derivation":"(Aramaic) corresponding to H1610 (גַּף);","strongs_definition":"a wing","kjv_definition":"wing."} +{"id":"H1612","strongs_number":"H1612","system":"hebrew","language":"hebrew","number_value":1612,"lemma":"גֶּפֶן","transliteration":"gephen","pronunciation":"gheh'-fen","derivation":"from an unused root meaning to bend;","strongs_definition":"a vine (as twining), especially the grape","kjv_definition":"vine, tree."} +{"id":"H1613","strongs_number":"H1613","system":"hebrew","language":"hebrew","number_value":1613,"lemma":"גֹּפֶר","transliteration":"gôpher","pronunciation":"go'-fer","derivation":"from an unused root, probably meaning to house in;","strongs_definition":"a kind of tree or wood (as used for building), apparently the cypress","kjv_definition":"gopher."} +{"id":"H1614","strongs_number":"H1614","system":"hebrew","language":"hebrew","number_value":1614,"lemma":"גׇּפְרִית","transliteration":"gophrîyth","pronunciation":"gof-reeth'","derivation":"probably feminine of H1613 (גֹּפֶר);","strongs_definition":"properly, cypress-resin; by analogy, sulphur (as equally inflammable)","kjv_definition":"brimstone."} +{"id":"H1615","strongs_number":"H1615","system":"hebrew","language":"hebrew","number_value":1615,"lemma":"גִּר","transliteration":"gir","pronunciation":"gheer","derivation":"perhaps from H3564 (כּוּר);","strongs_definition":"lime (from being burned in a kiln)","kjv_definition":"chalk(-stone)."} +{"id":"H1616","strongs_number":"H1616","system":"hebrew","language":"hebrew","number_value":1616,"lemma":"גֵּר","transliteration":"gêr","pronunciation":"gare","derivation":"or (fully) geyr (gare); from H1481 (גּוּר);","strongs_definition":"properly, a guest; by implication, a foreigner","kjv_definition":"alien, sojourner, stranger."} +{"id":"H1617","strongs_number":"H1617","system":"hebrew","language":"hebrew","number_value":1617,"lemma":"גֵּרָא","transliteration":"Gêrâʼ","pronunciation":"gay-raw'","derivation":"perhaps from H1626 (גֵּרָה); a grain;","strongs_definition":"Gera, the name of six Israelites","kjv_definition":"Gera."} +{"id":"H1618","strongs_number":"H1618","system":"hebrew","language":"hebrew","number_value":1618,"lemma":"גָּרָב","transliteration":"gârâb","pronunciation":"gaw-rawb'","derivation":"from an unused root meaning to scratch;","strongs_definition":"scurf (from itching)","kjv_definition":"scab, scurvy."} +{"id":"H1619","strongs_number":"H1619","system":"hebrew","language":"hebrew","number_value":1619,"lemma":"גָּרֵב","transliteration":"Gârêb","pronunciation":"gaw-rabe'","derivation":"from the same as H1618 (גָּרָב); scabby;","strongs_definition":"Gareb, the name of an Israelite, also of a hill near Jerusalem","kjv_definition":"Gareb."} +{"id":"H1620","strongs_number":"H1620","system":"hebrew","language":"hebrew","number_value":1620,"lemma":"גַּרְגַּר","transliteration":"gargar","pronunciation":"gar-gar'","derivation":"by reduplication from H1641 (גָּרַר);","strongs_definition":"a berry (as if a pellet of rumination)","kjv_definition":"berry."} +{"id":"H1621","strongs_number":"H1621","system":"hebrew","language":"hebrew","number_value":1621,"lemma":"גַּרְגְּרוֹת","transliteration":"gargᵉrôwth","pronunciation":"gar-gher-owth'","derivation":"feminine plural from H1641 (גָּרַר);","strongs_definition":"the throat (as used in rumination)","kjv_definition":"neck."} +{"id":"H1622","strongs_number":"H1622","system":"hebrew","language":"hebrew","number_value":1622,"lemma":"גִּרְגָּשִׁי","transliteration":"Girgâshîy","pronunciation":"ghir-gaw-shee'","derivation":"patrial from an unused name (of uncertain derivation);","strongs_definition":"a Girgashite, one of the native tribes of Canaan","kjv_definition":"Girgashite, Girgasite."} +{"id":"H1623","strongs_number":"H1623","system":"hebrew","language":"hebrew","number_value":1623,"lemma":"גָּרַד","transliteration":"gârad","pronunciation":"gaw-rad'","derivation":"a primitive root;","strongs_definition":"to abrade","kjv_definition":"scrape."} +{"id":"H1624","strongs_number":"H1624","system":"hebrew","language":"hebrew","number_value":1624,"lemma":"גָּרָה","transliteration":"gârâh","pronunciation":"gaw-raw'","derivation":"a primitive root;","strongs_definition":"properly, to grate, i.e. (figuratively) to anger","kjv_definition":"contend, meddle, stir up, strive."} +{"id":"H1625","strongs_number":"H1625","system":"hebrew","language":"hebrew","number_value":1625,"lemma":"גֵּרָה","transliteration":"gêrâh","pronunciation":"gay-raw'","derivation":"from H1641 (גָּרַר);","strongs_definition":"the cud (as scraping the throat)","kjv_definition":"cud."} +{"id":"H1626","strongs_number":"H1626","system":"hebrew","language":"hebrew","number_value":1626,"lemma":"גֵּרָה","transliteration":"gêrâh","pronunciation":"gay-raw'","derivation":"from H1641 (גָּרַר) (as in H1625 (גֵּרָה)); properly, (like H1620 (גַּרְגַּר)) a kernel (round as if scraped), i.e.","strongs_definition":"a gerah or small weight (and coin)","kjv_definition":"gerah."} +{"id":"H1627","strongs_number":"H1627","system":"hebrew","language":"hebrew","number_value":1627,"lemma":"גָּרוֹן","transliteration":"gârôwn","pronunciation":"gaw-rone'","derivation":"or (shortened) גָּרֹן; from H1641 (גָּרַר); (compare H1621 (גַּרְגְּרוֹת))","strongs_definition":"the throat (as roughened by swallowing)","kjv_definition":"[idiom] aloud, mouth, neck, throat."} +{"id":"H1628","strongs_number":"H1628","system":"hebrew","language":"hebrew","number_value":1628,"lemma":"גֵּרוּת","transliteration":"gêrûwth","pronunciation":"gay-rooth'","derivation":"from H1481 (גּוּר);","strongs_definition":"a (temporary) residence","kjv_definition":"habitation."} +{"id":"H1629","strongs_number":"H1629","system":"hebrew","language":"hebrew","number_value":1629,"lemma":"גָּרַז","transliteration":"gâraz","pronunciation":"gaw-raz'","derivation":"a primitive root;","strongs_definition":"to cut off","kjv_definition":"cut off."} +{"id":"H1630","strongs_number":"H1630","system":"hebrew","language":"hebrew","number_value":1630,"lemma":"גְּרִזִים","transliteration":"Gᵉrizîym","pronunciation":"gher-ee-zeem'","derivation":"plural of an unused noun from H1629 (גָּרַז) (compare H1511 (גִּזְרִי)), cut up (i.e. rocky);","strongs_definition":"Gerizim, a mountain of Palestine","kjv_definition":"Gerizim."} +{"id":"H1631","strongs_number":"H1631","system":"hebrew","language":"hebrew","number_value":1631,"lemma":"גַּרְזֶן","transliteration":"garzen","pronunciation":"gar-zen'","derivation":"from H1629 (גָּרַז);","strongs_definition":"an axe","kjv_definition":"ax."} +{"id":"H1632","strongs_number":"H1632","system":"hebrew","language":"hebrew","number_value":1632,"lemma":"גָּרֹל","transliteration":"gârôl","pronunciation":"gaw-role'","derivation":"from the same as H1486 (גּוֹרָל);","strongs_definition":"harsh","kjv_definition":"man of great (as in the margin which reads H1419 (גָּדוֹל))."} +{"id":"H1633","strongs_number":"H1633","system":"hebrew","language":"hebrew","number_value":1633,"lemma":"גָּרַם","transliteration":"gâram","pronunciation":"gaw-ram'","derivation":"a primitive root; to be spare or skeleton-like; used only as a denominative from H1634 (גֶּרֶם);","strongs_definition":"(causative) to bone, i.e. denude (by extensive, craunch) the bones","kjv_definition":"gnaw the bones, break."} +{"id":"H1634","strongs_number":"H1634","system":"hebrew","language":"hebrew","number_value":1634,"lemma":"גֶּרֶם","transliteration":"gerem","pronunciation":"gheh'-rem","derivation":"from H1633 (גָּרַם);","strongs_definition":"a bone (as the skeleton of the body); hence, self, i.e. (figuratively) very","kjv_definition":"bone, strong, top."} +{"id":"H1635","strongs_number":"H1635","system":"hebrew","language":"hebrew","number_value":1635,"lemma":"גֶּרֶם","transliteration":"gerem","pronunciation":"gheh'-rem","derivation":"(Aramaic) corresponding to H1634 (גֶּרֶם);","strongs_definition":"a bone","kjv_definition":"bone."} +{"id":"H1636","strongs_number":"H1636","system":"hebrew","language":"hebrew","number_value":1636,"lemma":"גַּרְמִי","transliteration":"Garmîy","pronunciation":"gar-mee'","derivation":"from H1634 (גֶּרֶם);","strongs_definition":"bony, i.e. strong","kjv_definition":"Garmite."} +{"id":"H1637","strongs_number":"H1637","system":"hebrew","language":"hebrew","number_value":1637,"lemma":"גֹּרֶן","transliteration":"gôren","pronunciation":"go'-ren","derivation":"from an unused root meaning to smooth;","strongs_definition":"a threshing-floor (as made even); by analogy, any open area","kjv_definition":"(barn, corn, threshing-) floor, (threshing-, void) place."} +{"id":"H1638","strongs_number":"H1638","system":"hebrew","language":"hebrew","number_value":1638,"lemma":"גָּרַס","transliteration":"gâraç","pronunciation":"gaw-ras'","derivation":"a primitive root;","strongs_definition":"to crush; also (intransitively and figuratively) to dissolve","kjv_definition":"break."} +{"id":"H1639","strongs_number":"H1639","system":"hebrew","language":"hebrew","number_value":1639,"lemma":"גָּרַע","transliteration":"gâraʻ","pronunciation":"gaw-rah'","derivation":"a primitive root;","strongs_definition":"to scrape off; by implication, to shave, remove, lessen, withhold","kjv_definition":"abate, clip, (di-) minish, do (take) away, keep back, restrain, make small, withdraw."} +{"id":"H1640","strongs_number":"H1640","system":"hebrew","language":"hebrew","number_value":1640,"lemma":"גָּרַף","transliteration":"gâraph","pronunciation":"gaw-raf'","derivation":"a primitive root;","strongs_definition":"to bear off violently","kjv_definition":"sweep away."} +{"id":"H1641","strongs_number":"H1641","system":"hebrew","language":"hebrew","number_value":1641,"lemma":"גָּרַר","transliteration":"gârar","pronunciation":"gaw-rar'","derivation":"a primitive root;","strongs_definition":"to drag off roughly; by implication, to bring up the cud (i.e. ruminate); by analogy, to saw","kjv_definition":"catch, chew, [idiom] continuing, destroy, saw."} +{"id":"H1642","strongs_number":"H1642","system":"hebrew","language":"hebrew","number_value":1642,"lemma":"גְּרָר","transliteration":"Gᵉrâr","pronunciation":"gher-awr'","derivation":"probably from H1641 (גָּרַר); a rolling country;","strongs_definition":"Gerar, a Philistine city","kjv_definition":"Gerar."} +{"id":"H1643","strongs_number":"H1643","system":"hebrew","language":"hebrew","number_value":1643,"lemma":"גֶּרֶשׂ","transliteration":"geres","pronunciation":"gheh'-res","derivation":"from an unused root meaning to husk;","strongs_definition":"a kernel (collectively), i.e. grain","kjv_definition":"beaten corn."} +{"id":"H1644","strongs_number":"H1644","system":"hebrew","language":"hebrew","number_value":1644,"lemma":"גָּרַשׁ","transliteration":"gârash","pronunciation":"gaw-rash'","derivation":"a primitive root;","strongs_definition":"to drive out from a possession; especially to expatriate or divorce","kjv_definition":"cast up (out), divorced (woman), drive away (forth, out), expel, [idiom] surely put away, trouble, thrust out."} +{"id":"H1645","strongs_number":"H1645","system":"hebrew","language":"hebrew","number_value":1645,"lemma":"גֶּרֶשׁ","transliteration":"geresh","pronunciation":"gheh'-resh","derivation":"from H1644 (גָּרַשׁ);","strongs_definition":"produce (as if expelled)","kjv_definition":"put forth."} +{"id":"H1646","strongs_number":"H1646","system":"hebrew","language":"hebrew","number_value":1646,"lemma":"גְרֻשָׁה","transliteration":"gᵉrushâh","pronunciation":"gher-oo-shaw'","derivation":"feminine passive participle of H1644 (גָּרַשׁ);","strongs_definition":"(abstractly) dispossession","kjv_definition":"exaction."} +{"id":"H1647","strongs_number":"H1647","system":"hebrew","language":"hebrew","number_value":1647,"lemma":"גֵּרְשֹׁם","transliteration":"Gêrᵉshôm","pronunciation":"gay-resh-ome'","derivation":"for H1648 (גֵּרְשׁוֹן);","strongs_definition":"Gereshom, the name of four Israelites","kjv_definition":"Gershom."} +{"id":"H1648","strongs_number":"H1648","system":"hebrew","language":"hebrew","number_value":1648,"lemma":"גֵּרְשׁוֹן","transliteration":"Gêrᵉshôwn","pronunciation":"gay-resh-one'","derivation":"or גֵּרְשׁוֹם; from H1644 (גָּרַשׁ); a refugee;","strongs_definition":"Gereshon or Gereshom, an Israelite","kjv_definition":"Gershon, Gershom."} +{"id":"H1649","strongs_number":"H1649","system":"hebrew","language":"hebrew","number_value":1649,"lemma":"גֵּרְשֻׁנִּי","transliteration":"Gêrᵉshunnîy","pronunciation":"gay-resh-oon-nee'","derivation":"patronymically from H1648 (גֵּרְשׁוֹן);","strongs_definition":"a Gereshonite or descendant of Gereshon","kjv_definition":"Gershonite, sons of Gershon."} +{"id":"H1650","strongs_number":"H1650","system":"hebrew","language":"hebrew","number_value":1650,"lemma":"גְּשׁוּר","transliteration":"Gᵉshûwr","pronunciation":"ghesh-oor'","derivation":"from an unused root (meaning to join); bridge;","strongs_definition":"Geshur, a district of Syria","kjv_definition":"Geshur, Geshurite."} +{"id":"H1651","strongs_number":"H1651","system":"hebrew","language":"hebrew","number_value":1651,"lemma":"גְּשׁוּרִי","transliteration":"Gᵉshûwrîy","pronunciation":"ghe-shoo-ree'","derivation":"patrial from H1650 (גְּשׁוּר);","strongs_definition":"a Geshurite (also collectively) or inhabitants of Geshur","kjv_definition":"Geshuri, Geshurites."} +{"id":"H1652","strongs_number":"H1652","system":"hebrew","language":"hebrew","number_value":1652,"lemma":"גָּשַׁם","transliteration":"gâsham","pronunciation":"gaw-sham'","derivation":"a primitive root;","strongs_definition":"to shower violently","kjv_definition":"(cause to) rain."} +{"id":"H1653","strongs_number":"H1653","system":"hebrew","language":"hebrew","number_value":1653,"lemma":"גֶּשֶׁם","transliteration":"geshem","pronunciation":"gheh'-shem","derivation":"from H1652 (גָּשַׁם);","strongs_definition":"a shower","kjv_definition":"rain, shower."} +{"id":"H1654","strongs_number":"H1654","system":"hebrew","language":"hebrew","number_value":1654,"lemma":"גֶּשֶׁם","transliteration":"Geshem","pronunciation":"gheh'-shem","derivation":"or (prolonged) גַּשְׁמוּ; the same as H1653 (גֶּשֶׁם);","strongs_definition":"Geshem or Gashmu, an Arabian","kjv_definition":"Geshem, Gashmu."} +{"id":"H1655","strongs_number":"H1655","system":"hebrew","language":"hebrew","number_value":1655,"lemma":"גֶּשֶׁם","transliteration":"geshem","pronunciation":"gheh'-shem","derivation":"(Aramaic) apparently the same as H1653 (גֶּשֶׁם);","strongs_definition":"used in a peculiar sense, the body (probably for the (figuratively) idea of a hard rain)","kjv_definition":"body."} +{"id":"H1656","strongs_number":"H1656","system":"hebrew","language":"hebrew","number_value":1656,"lemma":"גֹּשֶׁם","transliteration":"gôshem","pronunciation":"go'-shem","derivation":"from H1652 (גָּשַׁם); equivalent to H1653 (גֶּשֶׁם)","strongs_definition":"{a shower}","kjv_definition":"rained upon."} +{"id":"H1657","strongs_number":"H1657","system":"hebrew","language":"hebrew","number_value":1657,"lemma":"גֹּשֶׁן","transliteration":"Gôshen","pronunciation":"go'-shen","derivation":"probably of Egyptian origin;","strongs_definition":"Goshen, the residence of the Israelites in Egypt; also a place in Palestine","kjv_definition":"Goshen."} +{"id":"H1658","strongs_number":"H1658","system":"hebrew","language":"hebrew","number_value":1658,"lemma":"גִּשְׁפָּא","transliteration":"Gishpâʼ","pronunciation":"ghish-paw'","derivation":"of uncertain derivation;","strongs_definition":"Gishpa, an Israelite","kjv_definition":"Gispa."} +{"id":"H1659","strongs_number":"H1659","system":"hebrew","language":"hebrew","number_value":1659,"lemma":"גָּשַׁשׁ","transliteration":"gâshash","pronunciation":"gaw-shash'","derivation":"a primitive root; apparently","strongs_definition":"to feel about","kjv_definition":"grope."} +{"id":"H1660","strongs_number":"H1660","system":"hebrew","language":"hebrew","number_value":1660,"lemma":"גַּת","transliteration":"gath","pronunciation":"gath","derivation":"probably from H5059 (נָגַן) (in the sense of treading out grapes);","strongs_definition":"a wine-press (or vat for holding the grapes in pressing them)","kjv_definition":"(wine-) press (fat)."} +{"id":"H1661","strongs_number":"H1661","system":"hebrew","language":"hebrew","number_value":1661,"lemma":"גַּת","transliteration":"Gath","pronunciation":"gath","derivation":"the same as H1660 (גַּת);","strongs_definition":"Gath, a Philistine city","kjv_definition":"Gath."} +{"id":"H1662","strongs_number":"H1662","system":"hebrew","language":"hebrew","number_value":1662,"lemma":"גַּת־הַחֵפֶר","transliteration":"Gath-ha-Chêpher","pronunciation":"gath-hah-khay'-fer","derivation":"or (abridged) גִּתָּה־חֵפֶר; from H1660 (גַּת) and H2658 (חָפַר) with the article inserted; wine-press of (the) well;","strongs_definition":"Gath-Chepher, a place in Palestine","kjv_definition":"Gath-kephr, Gittah-kephr."} +{"id":"H1663","strongs_number":"H1663","system":"hebrew","language":"hebrew","number_value":1663,"lemma":"גִּתִּי","transliteration":"Gittîy","pronunciation":"ghit-tee'","derivation":"patrial from H1661 (גַּת);","strongs_definition":"a Gittite or inhabitant of Gath","kjv_definition":"Gittite."} +{"id":"H1664","strongs_number":"H1664","system":"hebrew","language":"hebrew","number_value":1664,"lemma":"גִּתַּיִם","transliteration":"Gittayim","pronunciation":"ghit-tah'-yim","derivation":"dual of H1660 (גַּת); double winepress;","strongs_definition":"Gittajim, a place in Palestine","kjv_definition":"Gittaim."} +{"id":"H1665","strongs_number":"H1665","system":"hebrew","language":"hebrew","number_value":1665,"lemma":"גִּתִּית","transliteration":"Gittîyth","pronunciation":"ghit-teeth'","derivation":"feminine of H1663 (גִּתִּי);","strongs_definition":"a Gittite harp","kjv_definition":"Gittith."} +{"id":"H1666","strongs_number":"H1666","system":"hebrew","language":"hebrew","number_value":1666,"lemma":"גֶּתֶר","transliteration":"Gether","pronunciation":"gheh'-ther","derivation":"of uncertain derivation;","strongs_definition":"Gether, a son of Aram, and the region settled by him","kjv_definition":"Gether."} +{"id":"H1667","strongs_number":"H1667","system":"hebrew","language":"hebrew","number_value":1667,"lemma":"גַּת־רִמּוֹן","transliteration":"Gath-Rimmôwn","pronunciation":"gath-rim-mone'","derivation":"from H1660 (גַּת) and H7416 (רִמּוֹן); wine-press of (the) pomegranate;","strongs_definition":"Gath-Rimmon, a place in Palestine","kjv_definition":"Gath-rimmon. d"} +{"id":"H1668","strongs_number":"H1668","system":"hebrew","language":"hebrew","number_value":1668,"lemma":"דָּא","transliteration":"dâʼ","pronunciation":"daw","derivation":"(Aramaic) corresponding to H2088 (זֶה);","strongs_definition":"this","kjv_definition":"one..another, this."} +{"id":"H1669","strongs_number":"H1669","system":"hebrew","language":"hebrew","number_value":1669,"lemma":"דָּאַב","transliteration":"dâʼab","pronunciation":"daw-ab'","derivation":"a primitive root;","strongs_definition":"to pine","kjv_definition":"mourn, sorrow(-ful)."} +{"id":"H1670","strongs_number":"H1670","system":"hebrew","language":"hebrew","number_value":1670,"lemma":"דְּאָבָה","transliteration":"dᵉʼâbâh","pronunciation":"deh-aw-baw'","derivation":"from H1669 (דָּאַב);","strongs_definition":"properly, pining; by analogy, fear","kjv_definition":"sorrow."} +{"id":"H1671","strongs_number":"H1671","system":"hebrew","language":"hebrew","number_value":1671,"lemma":"דְּאָבוֹן","transliteration":"dᵉʼâbôwn","pronunciation":"deh-aw-bone'","derivation":"from H1669 (דָּאַב);","strongs_definition":"pining","kjv_definition":"sorrow."} +{"id":"H1672","strongs_number":"H1672","system":"hebrew","language":"hebrew","number_value":1672,"lemma":"דָּאַג","transliteration":"dâʼag","pronunciation":"daw-ag'","derivation":"a primitive root;","strongs_definition":"be anxious","kjv_definition":"be afraid (careful, sorry), sorrow, take thought."} +{"id":"H1673","strongs_number":"H1673","system":"hebrew","language":"hebrew","number_value":1673,"lemma":"דֹּאֵג","transliteration":"Dôʼêg","pronunciation":"do-ayg'","derivation":"or (fully) דּוֹאֵג; active participle of H1672 (דָּאַג); anxious;","strongs_definition":"Doeg, an Edomite","kjv_definition":"Doeg."} +{"id":"H1674","strongs_number":"H1674","system":"hebrew","language":"hebrew","number_value":1674,"lemma":"דְּאָגָה","transliteration":"dᵉʼâgâh","pronunciation":"deh-aw-gaw'","derivation":"from H1672 (דָּאַג);","strongs_definition":"anxiety","kjv_definition":"care(-fulness), fear, heaviness, sorrow."} +{"id":"H1675","strongs_number":"H1675","system":"hebrew","language":"hebrew","number_value":1675,"lemma":"דָּאָה","transliteration":"dâʼâh","pronunciation":"daw-aw'","derivation":"a primitive root;","strongs_definition":"to dart, i.e. fly rapidly","kjv_definition":"fly."} +{"id":"H1676","strongs_number":"H1676","system":"hebrew","language":"hebrew","number_value":1676,"lemma":"דָּאָה","transliteration":"dâʼâh","pronunciation":"daw-aw'","derivation":"from H1675 (דָּאָה);","strongs_definition":"the kite (from its rapid flight)","kjv_definition":"vulture. See H7201 (רָאָה)."} +{"id":"H1677","strongs_number":"H1677","system":"hebrew","language":"hebrew","number_value":1677,"lemma":"דֹּב","transliteration":"dôb","pronunciation":"dobe","derivation":"or (fully) דּוֹב; from H1680 (דָּבַב);","strongs_definition":"the bear (as slow)","kjv_definition":"bear."} +{"id":"H1678","strongs_number":"H1678","system":"hebrew","language":"hebrew","number_value":1678,"lemma":"דֹּב","transliteration":"dôb","pronunciation":"dobe","derivation":"(Aramaic) corresponding to H1677 (דֹּב)","strongs_definition":"{the bear (as slow)}","kjv_definition":"bear."} +{"id":"H1679","strongs_number":"H1679","system":"hebrew","language":"hebrew","number_value":1679,"lemma":"דֹּבֶא","transliteration":"dôbeʼ","pronunciation":"do'-beh","derivation":"from an unused root (compare H1680 (דָּבַב)) (probably meaning to be sluggish, i.e. restful);","strongs_definition":"quiet","kjv_definition":"strength."} +{"id":"H1680","strongs_number":"H1680","system":"hebrew","language":"hebrew","number_value":1680,"lemma":"דָּבַב","transliteration":"dâbab","pronunciation":"daw-bab'","derivation":"a primitive root (compare H1679 (דֹּבֶא));","strongs_definition":"to move slowly, i.e. glide","kjv_definition":"cause to speak."} +{"id":"H1681","strongs_number":"H1681","system":"hebrew","language":"hebrew","number_value":1681,"lemma":"דִּבָּה","transliteration":"dibbâh","pronunciation":"dib-baw'","derivation":"from H1680 (דָּבַב) (in the sense of furtive motion);","strongs_definition":"slander","kjv_definition":"defaming, evil report, infamy, slander."} +{"id":"H1682","strongs_number":"H1682","system":"hebrew","language":"hebrew","number_value":1682,"lemma":"דְּבוֹרָה","transliteration":"dᵉbôwrâh","pronunciation":"deb-o-raw'","derivation":"or (shortened) דְּבֹרָה; from H1696 (דָבַר) (in the sense of orderly motion);","strongs_definition":"the bee (from its systematic instincts)","kjv_definition":"bee."} +{"id":"H1683","strongs_number":"H1683","system":"hebrew","language":"hebrew","number_value":1683,"lemma":"דְּבּוֹרָה","transliteration":"Dᵉbôwrâh","pronunciation":"deb-o-raw'","derivation":"or (shortened) דְּבֹרָה; the same as H1682 (דְּבוֹרָה);","strongs_definition":"Deborah, the name of two Hebrewesses","kjv_definition":"Deborah."} +{"id":"H1684","strongs_number":"H1684","system":"hebrew","language":"hebrew","number_value":1684,"lemma":"דְּבַח","transliteration":"dᵉbach","pronunciation":"deb-akh'","derivation":"(Aramaic) corresponding to H2076 (זָבַח);","strongs_definition":"to sacrifice (an animal)","kjv_definition":"offer (sacrifice)."} +{"id":"H1685","strongs_number":"H1685","system":"hebrew","language":"hebrew","number_value":1685,"lemma":"דְּבַח","transliteration":"dᵉbach","pronunciation":"deb-akh'","derivation":"(Aramaic) from H1684 (דְּבַח);","strongs_definition":"a sacrifice","kjv_definition":"sacrifice."} +{"id":"H1686","strongs_number":"H1686","system":"hebrew","language":"hebrew","number_value":1686,"lemma":"דִּבְיוֹן","transliteration":"dibyôwn","pronunciation":"dib-yone'","derivation":"in the margin for the textual reading, חֶרְיוֹן; both, (in the plural only and) of uncertain derivation,","strongs_definition":"probably some cheap vegetable, perhaps a bulbous root","kjv_definition":"dove's dung."} +{"id":"H1687","strongs_number":"H1687","system":"hebrew","language":"hebrew","number_value":1687,"lemma":"דְּבִיר","transliteration":"dᵉbîyr","pronunciation":"deb-eer'","derivation":"or (shortened) דְּבִר; from H1696 (דָבַר) (apparently in the sense of oracle);","strongs_definition":"the shrine or innermost part of the sanctuary","kjv_definition":"oracle."} +{"id":"H1688","strongs_number":"H1688","system":"hebrew","language":"hebrew","number_value":1688,"lemma":"דְּבִיר","transliteration":"Dᵉbîyr","pronunciation":"deb-eer'","derivation":"or (shortened) דְּבִר; (Joshua 13:26 (but see H3810 (לֹא דְבַר))), the same as H1687 (דְּבִיר);","strongs_definition":"Debir, the name of an Amoritish king and of two places in Palestine","kjv_definition":"Debir."} +{"id":"H1689","strongs_number":"H1689","system":"hebrew","language":"hebrew","number_value":1689,"lemma":"דִּבְלָה","transliteration":"Diblâh","pronunciation":"dib-law'","derivation":"probably an orthographical error for H7247 (רִבְלָה);","strongs_definition":"Diblah, a place in Syria","kjv_definition":"Diblath."} +{"id":"H1690","strongs_number":"H1690","system":"hebrew","language":"hebrew","number_value":1690,"lemma":"דְּבֵלָה","transliteration":"dᵉbêlâh","pronunciation":"deb-ay-law'","derivation":"from an unused root (akin to H2082 (זָבַל)) probably meaning to press together;","strongs_definition":"a cake of pressed figs","kjv_definition":"cake (lump) of figs."} +{"id":"H1691","strongs_number":"H1691","system":"hebrew","language":"hebrew","number_value":1691,"lemma":"דִּבְלַיִם","transliteration":"Diblayim","pronunciation":"dib-lah'-yim","derivation":"dual from the masculine of H1690 (דְּבֵלָה); two cakes;","strongs_definition":"Diblajim, a symbolic name","kjv_definition":"Diblaim."} +{"id":"H1692","strongs_number":"H1692","system":"hebrew","language":"hebrew","number_value":1692,"lemma":"דָּבַק","transliteration":"dâbaq","pronunciation":"daw-bak'","derivation":"a primitive root;","strongs_definition":"properly, to impinge, i.e. cling or adhere; figuratively, to catch by pursuit","kjv_definition":"abide fast, cleave (fast together), follow close (hard after), be joined (together), keep (fast), overtake, pursue hard, stick, take."} +{"id":"H1693","strongs_number":"H1693","system":"hebrew","language":"hebrew","number_value":1693,"lemma":"דְּבַק","transliteration":"dᵉbaq","pronunciation":"deb-ak'","derivation":"(Aramaic) corresponding to H1692 (דָּבַק);","strongs_definition":"to stick to","kjv_definition":"cleave."} +{"id":"H1694","strongs_number":"H1694","system":"hebrew","language":"hebrew","number_value":1694,"lemma":"דֶּבֶק","transliteration":"debeq","pronunciation":"deh'-bek","derivation":"from H1692 (דָּבַק);","strongs_definition":"a joint; by implication, solder","kjv_definition":"joint, solder."} +{"id":"H1695","strongs_number":"H1695","system":"hebrew","language":"hebrew","number_value":1695,"lemma":"דָּבֵק","transliteration":"dâbêq","pronunciation":"daw-bake'","derivation":"from H1692 (דָּבַק);","strongs_definition":"adhering","kjv_definition":"cleave, joining, stick closer."} +{"id":"H1696","strongs_number":"H1696","system":"hebrew","language":"hebrew","number_value":1696,"lemma":"דָבַר","transliteration":"dâbar","pronunciation":"daw-bar'","derivation":"a primitive root;","strongs_definition":"perhaps properly, to arrange; but used figuratively (of words), to speak; rarely (in a destructive sense) to subdue","kjv_definition":"answer, appoint, bid, command, commune, declare, destroy, give, name, promise, pronounce, rehearse, say, speak, be spokesman, subdue, talk, teach, tell, think, use (entreaties), utter, [idiom] well, [idiom] work."} +{"id":"H1697","strongs_number":"H1697","system":"hebrew","language":"hebrew","number_value":1697,"lemma":"דָּבָר","transliteration":"dâbâr","pronunciation":"daw-baw'","derivation":"from H1696 (דָבַר);","strongs_definition":"a word; by implication, a matter (as spoken of) or thing; adverbially, a cause","kjv_definition":"act, advice, affair, answer, [idiom] any such (thing), because of, book, business, care, case, cause, certain rate, [phrase] chronicles, commandment, [idiom] commune(-ication), [phrase] concern(-ing), [phrase] confer, counsel, [phrase] dearth, decree, deed, [idiom] disease, due, duty, effect, [phrase] eloquent, errand, (evil favoured-) ness, [phrase] glory, [phrase] harm, hurt, [phrase] iniquity, [phrase] judgment, language, [phrase] lying, manner, matter, message, (no) thing, oracle, [idiom] ought, [idiom] parts, [phrase] pertaining, [phrase] please, portion, [phrase] power, promise, provision, purpose, question, rate, reason, report, request, [idiom] (as hast) said, sake, saying, sentence, [phrase] sign, [phrase] so, some (uncleanness), somewhat to say, [phrase] song, speech, [idiom] spoken, talk, task, [phrase] that, [idiom] there done, thing (concerning), thought, [phrase] thus, tidings, what(-soever), [phrase] wherewith, which, word, work."} +{"id":"H1698","strongs_number":"H1698","system":"hebrew","language":"hebrew","number_value":1698,"lemma":"דֶּבֶר","transliteration":"deber","pronunciation":"deh'-ber","derivation":"from H1696 (דָבַר) (in the sense of destroying);","strongs_definition":"a pestilence","kjv_definition":"murrain, pestilence, plague."} +{"id":"H1699","strongs_number":"H1699","system":"hebrew","language":"hebrew","number_value":1699,"lemma":"דֹּבֶר","transliteration":"dôber","pronunciation":"do'-ber","derivation":"from H1696 (דָבַר) (in its original sense);","strongs_definition":"a pasture (from its arrangement of the flock)","kjv_definition":"fold, manner."} +{"id":"H1700","strongs_number":"H1700","system":"hebrew","language":"hebrew","number_value":1700,"lemma":"דִּבְרָה","transliteration":"dibrâh","pronunciation":"dib-raw'","derivation":"feminine of H1697 (דָּבָר);","strongs_definition":"a reason, suit or style","kjv_definition":"cause, end, estate, order, regard."} +{"id":"H1701","strongs_number":"H1701","system":"hebrew","language":"hebrew","number_value":1701,"lemma":"דִּבְרָה","transliteration":"dibrâh","pronunciation":"dib-raw'","derivation":"(Aramaic) corresponding to H1700 (דִּבְרָה)","strongs_definition":"{a reason, suit or style}","kjv_definition":"intent, sake."} +{"id":"H1702","strongs_number":"H1702","system":"hebrew","language":"hebrew","number_value":1702,"lemma":"דֹּבְרָה","transliteration":"dôbᵉrâh","pronunciation":"do-ber-aw'","derivation":"feminine active participle of H1696 (דָבַר) in the sense of driving (compare H1699 (דֹּבֶר));","strongs_definition":"a raft","kjv_definition":"float."} +{"id":"H1703","strongs_number":"H1703","system":"hebrew","language":"hebrew","number_value":1703,"lemma":"דַּבָּרָה","transliteration":"dabbârâh","pronunciation":"dab-baw-raw'","derivation":"intensive from H1696 (דָבַר);","strongs_definition":"a word","kjv_definition":"word."} +{"id":"H1704","strongs_number":"H1704","system":"hebrew","language":"hebrew","number_value":1704,"lemma":"דִּבְרִי","transliteration":"Dibrîy","pronunciation":"dib-ree'","derivation":"from H1697 (דָּבָר); wordy;","strongs_definition":"Dibri, an Israelite","kjv_definition":"Dibri."} +{"id":"H1705","strongs_number":"H1705","system":"hebrew","language":"hebrew","number_value":1705,"lemma":"דֲּבְרַת","transliteration":"Dăbrath","pronunciation":"daw-ber-ath'","derivation":"from H1697 (דָּבָר) (perhaps in the sense of H1699 (דֹּבֶר));","strongs_definition":"Daberath, a place in Palestine","kjv_definition":"Dabareh, Daberath."} +{"id":"H1706","strongs_number":"H1706","system":"hebrew","language":"hebrew","number_value":1706,"lemma":"דְּבַשׁ","transliteration":"dᵉbash","pronunciation":"deb-ash'","derivation":"from an unused root meaning to be gummy;","strongs_definition":"honey (from its stickiness); by analogy, syrup","kjv_definition":"honey(-comb)."} +{"id":"H1707","strongs_number":"H1707","system":"hebrew","language":"hebrew","number_value":1707,"lemma":"דַּבֶּשֶׁת","transliteration":"dabbesheth","pronunciation":"dab-beh'-sheth","derivation":"intensive from the same as H1706 (דְּבַשׁ);","strongs_definition":"a sticky mass, i.e. the hump of acamel","kjv_definition":"hunch (of a camel)."} +{"id":"H1708","strongs_number":"H1708","system":"hebrew","language":"hebrew","number_value":1708,"lemma":"דַּבֶּשֶׁת","transliteration":"Dabbesheth","pronunciation":"dab-beh'-sheth","derivation":"the same as H1707 (דַּבֶּשֶׁת);","strongs_definition":"Dabbesheth, a place in Palestine","kjv_definition":"Dabbesheth."} +{"id":"H1709","strongs_number":"H1709","system":"hebrew","language":"hebrew","number_value":1709,"lemma":"דָּג","transliteration":"dâg","pronunciation":"dawg","derivation":"or (fully) דָּאג; (Nehemiah 13:16), from H1711 (דָּגָה); a fish (as prolific); or perhaps rather from H1672 (דָּאַג) (as timid); but still better from H1672 (דָּאַג) (in the sense of squirming, i.e. moving by the vibratory action of the tail);","strongs_definition":"a fish (often used collectively)","kjv_definition":"fish."} +{"id":"H1710","strongs_number":"H1710","system":"hebrew","language":"hebrew","number_value":1710,"lemma":"דָּגָה","transliteration":"dâgâh","pronunciation":"daw-gaw'","derivation":"feminine of H1709 (דָּג), and meaning the same","strongs_definition":"{a fish (often used collectively)}","kjv_definition":"fish."} +{"id":"H1711","strongs_number":"H1711","system":"hebrew","language":"hebrew","number_value":1711,"lemma":"דָּגָה","transliteration":"dâgâh","pronunciation":"daw-gaw'","derivation":"a primitive root; to move rapidly; used only as a denominative from H1709 (דָּג);","strongs_definition":"to spawn, i.e. become numerous","kjv_definition":"grow."} +{"id":"H1712","strongs_number":"H1712","system":"hebrew","language":"hebrew","number_value":1712,"lemma":"דָּגוֹן","transliteration":"Dâgôwn","pronunciation":"daw-gohn'","derivation":"from H1709 (דָּג); the fish-god;","strongs_definition":"Dagon, a Philistine deity","kjv_definition":"Dagon."} +{"id":"H1713","strongs_number":"H1713","system":"hebrew","language":"hebrew","number_value":1713,"lemma":"דָּגַל","transliteration":"dâgal","pronunciation":"daw-gal'","derivation":"a primitive root;","strongs_definition":"to flaunt, i.e. raise a flag; figuratively, to be conspicuous","kjv_definition":"(set up, with) banners, chiefest."} +{"id":"H1714","strongs_number":"H1714","system":"hebrew","language":"hebrew","number_value":1714,"lemma":"דֶּגֶל","transliteration":"degel","pronunciation":"deh'-gel","derivation":"from H1713 (דָּגַל);","strongs_definition":"a flag","kjv_definition":"banner, standard."} +{"id":"H1715","strongs_number":"H1715","system":"hebrew","language":"hebrew","number_value":1715,"lemma":"דָּגָן","transliteration":"dâgân","pronunciation":"daw-gawn'","derivation":"from H1711 (דָּגָה);","strongs_definition":"properly, increase, i.e. grain","kjv_definition":"corn (floor), wheat."} +{"id":"H1716","strongs_number":"H1716","system":"hebrew","language":"hebrew","number_value":1716,"lemma":"דָּגַר","transliteration":"dâgar","pronunciation":"daw-gar'","derivation":"a primitive root,","strongs_definition":"to brood over eggs or young","kjv_definition":"gather, sit."} +{"id":"H1717","strongs_number":"H1717","system":"hebrew","language":"hebrew","number_value":1717,"lemma":"דַּד","transliteration":"dad","pronunciation":"dad","derivation":"apparently from the same as H1730 (דּוֹד);","strongs_definition":"the breast (as the seat of love, or from its shape)","kjv_definition":"breast, teat."} +{"id":"H1718","strongs_number":"H1718","system":"hebrew","language":"hebrew","number_value":1718,"lemma":"דָּדָה","transliteration":"dâdâh","pronunciation":"daw-daw'","derivation":"a doubtful root;","strongs_definition":"to walk gently","kjv_definition":"go (softly, with)."} +{"id":"H1719","strongs_number":"H1719","system":"hebrew","language":"hebrew","number_value":1719,"lemma":"דְּדָן","transliteration":"Dᵉdân","pronunciation":"ded-awn'","derivation":"or (prolonged) דְּדָנֶה; (Ezekiel 25:13), of uncertain derivation;","strongs_definition":"Dedan, the name of two Cushites and of their territory","kjv_definition":"Dedan."} +{"id":"H1720","strongs_number":"H1720","system":"hebrew","language":"hebrew","number_value":1720,"lemma":"דְּדָנִים","transliteration":"Dᵉdânîym","pronunciation":"ded-aw-neem'","derivation":"plural of H1719 (דְּדָן) (as patrial);","strongs_definition":"Dedanites, the descendants or inhabitants of Dedan","kjv_definition":"Dedanim."} +{"id":"H1721","strongs_number":"H1721","system":"hebrew","language":"hebrew","number_value":1721,"lemma":"דֹּדָנִים","transliteration":"Dôdânîym","pronunciation":"do-daw-neem'","derivation":"or (by orthographical error) רֹדָנִים (1 Chronicles 1:7); a plural of uncertain derivation;","strongs_definition":"Dodanites, or descendants of a son of Javan","kjv_definition":"Dodanim."} +{"id":"H1722","strongs_number":"H1722","system":"hebrew","language":"hebrew","number_value":1722,"lemma":"דְּהַב","transliteration":"dᵉhab","pronunciation":"deh-hab'","derivation":"(Aramaic) corresponding to H2091 (זָהָב);","strongs_definition":"gold","kjv_definition":"gold(-en)."} +{"id":"H1723","strongs_number":"H1723","system":"hebrew","language":"hebrew","number_value":1723,"lemma":"דַּהֲוָא","transliteration":"Dahăvâʼ","pronunciation":"dah-hav-aw'","derivation":"(Aramaic) of uncertain derivation;","strongs_definition":"Dahava, a people colonized in Samaria","kjv_definition":"Dehavites."} +{"id":"H1724","strongs_number":"H1724","system":"hebrew","language":"hebrew","number_value":1724,"lemma":"דָּהַם","transliteration":"dâham","pronunciation":"daw-ham'","derivation":"a primitive root (compare H1740 (דּוּחַ));","strongs_definition":"to be dumb, i.e. (figuratively) dumbfounded","kjv_definition":"astonished."} +{"id":"H1725","strongs_number":"H1725","system":"hebrew","language":"hebrew","number_value":1725,"lemma":"דָּהַר","transliteration":"dâhar","pronunciation":"daw-har'","derivation":"a primitive root;","strongs_definition":"to curvet or move irregularly","kjv_definition":"pause."} +{"id":"H1726","strongs_number":"H1726","system":"hebrew","language":"hebrew","number_value":1726,"lemma":"דַּהֲהַר","transliteration":"dahăhar","pronunciation":"dah-hah-har'","derivation":"by reduplication from H1725 (דָּהַר);","strongs_definition":"a gallop","kjv_definition":"pransing."} +{"id":"H1727","strongs_number":"H1727","system":"hebrew","language":"hebrew","number_value":1727,"lemma":"דּוּב","transliteration":"dûwb","pronunciation":"doob","derivation":"a primitive root;","strongs_definition":"to mope, i.e. (figuratively) pine","kjv_definition":"sorrow."} +{"id":"H1728","strongs_number":"H1728","system":"hebrew","language":"hebrew","number_value":1728,"lemma":"דַּוָּג","transliteration":"davvâg","pronunciation":"dav-vawg'","derivation":"an orthographical variation of H1709 (דָּג) as a denominative (H1771 (דַּיָּג));","strongs_definition":"a fisherman","kjv_definition":"fisher."} +{"id":"H1729","strongs_number":"H1729","system":"hebrew","language":"hebrew","number_value":1729,"lemma":"דּוּגָה","transliteration":"dûwgâh","pronunciation":"doo-gaw'","derivation":"feminine from the same as H1728 (דַּוָּג);","strongs_definition":"properly, fishery, i.e. a hook forfishing","kjv_definition":"fish (hook)."} +{"id":"H1730","strongs_number":"H1730","system":"hebrew","language":"hebrew","number_value":1730,"lemma":"דּוֹד","transliteration":"dôwd","pronunciation":"dode","derivation":"or (shortened) דֹּד; from an unused root meaning properly, to boil, i.e.","strongs_definition":"(figuratively) to love; by implication, a love-token, lover, friend; specifically an uncle","kjv_definition":"(well-) beloved, father's brother, love, uncle."} +{"id":"H1731","strongs_number":"H1731","system":"hebrew","language":"hebrew","number_value":1731,"lemma":"דּוּד","transliteration":"dûwd","pronunciation":"dood","derivation":"from the same as H1730 (דּוֹד);","strongs_definition":"a pot (for boiling); also (by resemblance of shape) a basket","kjv_definition":"basket, caldron, kettle, (seething) pot."} +{"id":"H1732","strongs_number":"H1732","system":"hebrew","language":"hebrew","number_value":1732,"lemma":"דָּוִד","transliteration":"Dâvid","pronunciation":"daw-veed'","derivation":"rarely (fully); דָּוִיד; from the same as H1730 (דּוֹד); loving;","strongs_definition":"David, the youngest son of Jesse","kjv_definition":"David."} +{"id":"H1733","strongs_number":"H1733","system":"hebrew","language":"hebrew","number_value":1733,"lemma":"דּוֹדָה","transliteration":"dôwdâh","pronunciation":"do-daw'","derivation":"feminine of H1730 (דּוֹד);","strongs_definition":"an aunt","kjv_definition":"aunt, father's sister, uncle's wife."} +{"id":"H1734","strongs_number":"H1734","system":"hebrew","language":"hebrew","number_value":1734,"lemma":"דּוֹדוֹ","transliteration":"Dôwdôw","pronunciation":"do-do'","derivation":"from H1730 (דּוֹד); loving;","strongs_definition":"Dodo, the name of three Israelites","kjv_definition":"Dodo."} +{"id":"H1735","strongs_number":"H1735","system":"hebrew","language":"hebrew","number_value":1735,"lemma":"דּוֹדָוָהוּ","transliteration":"Dôwdâvâhûw","pronunciation":"do-daw-vaw'-hoo","derivation":"from H1730 (דּוֹד) and H3050 (יָהּ); love of Jah;","strongs_definition":"Dodavah, an Israelite","kjv_definition":"Dodavah."} +{"id":"H1736","strongs_number":"H1736","system":"hebrew","language":"hebrew","number_value":1736,"lemma":"דּוּדַי","transliteration":"dûwday","pronunciation":"doo-dah'-ee","derivation":"from H1731 (דּוּד);","strongs_definition":"a boiler or basket; also the mandrake (as an aphrodisiac)","kjv_definition":"basket, mandrake."} +{"id":"H1737","strongs_number":"H1737","system":"hebrew","language":"hebrew","number_value":1737,"lemma":"דּוֹדַי","transliteration":"Dôwday","pronunciation":"do-dah'ee","derivation":"formed like H1736 (דּוּדַי); amatory;","strongs_definition":"Dodai, an Israelite","kjv_definition":"Dodai."} +{"id":"H1738","strongs_number":"H1738","system":"hebrew","language":"hebrew","number_value":1738,"lemma":"דָּוָה","transliteration":"dâvâh","pronunciation":"daw-vaw'","derivation":"a primitive root;","strongs_definition":"to be sick (as if in menstruation)","kjv_definition":"infirmity."} +{"id":"H1739","strongs_number":"H1739","system":"hebrew","language":"hebrew","number_value":1739,"lemma":"דָּוֶה","transliteration":"dâveh","pronunciation":"daw-veh'","derivation":"from H1738 (דָּוָה);","strongs_definition":"sick (especially in menstruation)","kjv_definition":"faint, menstruous cloth, she that is sick, having sickness."} +{"id":"H1740","strongs_number":"H1740","system":"hebrew","language":"hebrew","number_value":1740,"lemma":"דּוּחַ","transliteration":"dûwach","pronunciation":"doo'-akh","derivation":"a primitive root;","strongs_definition":"to thrust away; figuratively, to cleanse","kjv_definition":"cast out, purge, wash."} +{"id":"H1741","strongs_number":"H1741","system":"hebrew","language":"hebrew","number_value":1741,"lemma":"דְּוַי","transliteration":"dᵉvay","pronunciation":"dev-ah'ee","derivation":"from H1739 (דָּוֶה);","strongs_definition":"sickness; figuratively, loathing","kjv_definition":"languishing, sorrowful."} +{"id":"H1742","strongs_number":"H1742","system":"hebrew","language":"hebrew","number_value":1742,"lemma":"דַּוָּי","transliteration":"davvây","pronunciation":"dav-voy'","derivation":"from H1739 (דָּוֶה);","strongs_definition":"sick; figuratively, troubled","kjv_definition":"faint."} +{"id":"H1743","strongs_number":"H1743","system":"hebrew","language":"hebrew","number_value":1743,"lemma":"דּוּךְ","transliteration":"dûwk","pronunciation":"dook","derivation":"a primitive root;","strongs_definition":"to bruise in a mortar","kjv_definition":"beat."} +{"id":"H1744","strongs_number":"H1744","system":"hebrew","language":"hebrew","number_value":1744,"lemma":"דּוּכִיפַת","transliteration":"dûwkîyphath","pronunciation":"doo-kee-fath'","derivation":"of uncertain derivation;","strongs_definition":"the hoopoe or else the grouse","kjv_definition":"lapwing."} +{"id":"H1745","strongs_number":"H1745","system":"hebrew","language":"hebrew","number_value":1745,"lemma":"דּוּמָה","transliteration":"dûwmâh","pronunciation":"doo-maw'","derivation":"from an unused root meaning to be dumb (compare H1820 (דָּמָה));","strongs_definition":"silence; figuratively, death","kjv_definition":"silence."} +{"id":"H1746","strongs_number":"H1746","system":"hebrew","language":"hebrew","number_value":1746,"lemma":"דּוּמָה","transliteration":"Dûwmâh","pronunciation":"doo-maw'","derivation":"the same as H1745 (דּוּמָה);","strongs_definition":"Dumah, a tribe and region of Arabia","kjv_definition":"Dumah."} +{"id":"H1747","strongs_number":"H1747","system":"hebrew","language":"hebrew","number_value":1747,"lemma":"דּוּמִיָּה","transliteration":"dûwmîyâh","pronunciation":"doo-me-yaw'","derivation":"from H1820 (דָּמָה);","strongs_definition":"stillness; adverbially, silently; abstractly quiet, trust","kjv_definition":"silence, silent, waiteth."} +{"id":"H1748","strongs_number":"H1748","system":"hebrew","language":"hebrew","number_value":1748,"lemma":"דּוּמָם","transliteration":"dûwmâm","pronunciation":"doo-mawm'","derivation":"from H1826 (דָּמַם);","strongs_definition":"still; adverbially, silently","kjv_definition":"dumb, silent, quietly wait."} +{"id":"H1749","strongs_number":"H1749","system":"hebrew","language":"hebrew","number_value":1749,"lemma":"דּוֹנַג","transliteration":"dôwnag","pronunciation":"do-nag'","derivation":"of uncertain derivation;","strongs_definition":"wax;","kjv_definition":"wax."} +{"id":"H1750","strongs_number":"H1750","system":"hebrew","language":"hebrew","number_value":1750,"lemma":"דּוּץ","transliteration":"dûwts","pronunciation":"doots","derivation":"a primitive root;","strongs_definition":"to leap","kjv_definition":"be turned."} +{"id":"H1751","strongs_number":"H1751","system":"hebrew","language":"hebrew","number_value":1751,"lemma":"דּוּק","transliteration":"dûwq","pronunciation":"dook","derivation":"(Aramaic) corresponding to H1854 (דָּקַק);","strongs_definition":"to crumble","kjv_definition":"be broken to pieces."} +{"id":"H1752","strongs_number":"H1752","system":"hebrew","language":"hebrew","number_value":1752,"lemma":"דּוּר","transliteration":"dûwr","pronunciation":"dure","derivation":"a primitive root;","strongs_definition":"properly, to gyrate (or move in a circle), i.e. to remain","kjv_definition":"dwell."} +{"id":"H1753","strongs_number":"H1753","system":"hebrew","language":"hebrew","number_value":1753,"lemma":"דּוּר","transliteration":"dûwr","pronunciation":"dure","derivation":"(Aramaic) corresponding to H1752 (דּוּר);","strongs_definition":"to reside","kjv_definition":"dwell."} +{"id":"H1754","strongs_number":"H1754","system":"hebrew","language":"hebrew","number_value":1754,"lemma":"דּוּר","transliteration":"dûwr","pronunciation":"dure","derivation":"from H1752 (דּוּר);","strongs_definition":"a circle, ball or pile","kjv_definition":"ball, turn, round about."} +{"id":"H1755","strongs_number":"H1755","system":"hebrew","language":"hebrew","number_value":1755,"lemma":"דּוֹר","transliteration":"dôwr","pronunciation":"dore","derivation":"or (shortened) דֹּר; from H1752 (דּוּר);","strongs_definition":"properly, a revolution of time, i.e. an age or generation; also a dwelling","kjv_definition":"age, [idiom] evermore, generation, (n-) ever, posterity."} +{"id":"H1756","strongs_number":"H1756","system":"hebrew","language":"hebrew","number_value":1756,"lemma":"דּוֹר","transliteration":"Dôwr","pronunciation":"dore","derivation":"or (by permutation) דֹּאר; (Joshua 17:11; 1 Kings 4:11), from H1755 (דּוֹר); dwelling;","strongs_definition":"Dor, a place in Palestine","kjv_definition":"Dor."} +{"id":"H1757","strongs_number":"H1757","system":"hebrew","language":"hebrew","number_value":1757,"lemma":"דּוּרָא","transliteration":"Dûwrâʼ","pronunciation":"doo-raw'","derivation":"(Aramaic) probably from H1753 (דּוּר); circle or dwelling;","strongs_definition":"Dura, a place in Babylonia","kjv_definition":"Dura."} +{"id":"H1758","strongs_number":"H1758","system":"hebrew","language":"hebrew","number_value":1758,"lemma":"דּוּשׁ","transliteration":"dûwsh","pronunciation":"doosh","derivation":"or דּוֹשׁ; or דִּישׁ; a primitive root;","strongs_definition":"to trample or thresh","kjv_definition":"break, tear, thresh, tread out (down), at grass (Jeremiah 50:11, by mistake for H1877 (דֶּשֶׁא))."} +{"id":"H1759","strongs_number":"H1759","system":"hebrew","language":"hebrew","number_value":1759,"lemma":"דּוּשׁ","transliteration":"dûwsh","pronunciation":"doosh","derivation":"(Aramaic) corresponding to H1758 (דּוּשׁ);","strongs_definition":"to trample","kjv_definition":"tread down."} +{"id":"H1760","strongs_number":"H1760","system":"hebrew","language":"hebrew","number_value":1760,"lemma":"דָּחָה","transliteration":"dâchâh","pronunciation":"daw-khaw'","derivation":"or דָּחַח; (Jeremiah 23:12), a primitive root;","strongs_definition":"to push down","kjv_definition":"chase, drive away (on), overthrow, outcast, [idiom] sore, thrust, totter."} +{"id":"H1761","strongs_number":"H1761","system":"hebrew","language":"hebrew","number_value":1761,"lemma":"דַּחֲוָה","transliteration":"dachăvâh","pronunciation":"dakh-av-aw'","derivation":"(Aramaic) from the equivalent of H1760 (דָּחָה);","strongs_definition":"probably a musical instrument (as being struck)","kjv_definition":"instrument of music."} +{"id":"H1762","strongs_number":"H1762","system":"hebrew","language":"hebrew","number_value":1762,"lemma":"דְּחִי","transliteration":"dᵉchîy","pronunciation":"deh-khee'","derivation":"from H1760 (דָּחָה);","strongs_definition":"a push, i.e. (by implication) a fall","kjv_definition":"falling."} +{"id":"H1763","strongs_number":"H1763","system":"hebrew","language":"hebrew","number_value":1763,"lemma":"דְּחַל","transliteration":"dᵉchal","pronunciation":"deh-khal'","derivation":"(Aramaic) corresponding to H2119 (זָחַל);","strongs_definition":"to slink, i.e. (by implication) to fear, or (causatively) be formidable","kjv_definition":"make afraid, dreadful, fear, terrible."} +{"id":"H1764","strongs_number":"H1764","system":"hebrew","language":"hebrew","number_value":1764,"lemma":"דֹּחַן","transliteration":"dôchan","pronunciation":"do'-khan","derivation":"of uncertain derivation;","strongs_definition":"millet","kjv_definition":"millet."} +{"id":"H1765","strongs_number":"H1765","system":"hebrew","language":"hebrew","number_value":1765,"lemma":"דָּחַף","transliteration":"dâchaph","pronunciation":"daw-khaf'","derivation":"a primitive root;","strongs_definition":"to urge, i.e. hasten","kjv_definition":"(be) haste(-ned), pressed on."} +{"id":"H1766","strongs_number":"H1766","system":"hebrew","language":"hebrew","number_value":1766,"lemma":"דָּחַק","transliteration":"dâchaq","pronunciation":"daw-khak'","derivation":"a primitive root;","strongs_definition":"to press, i.e. oppress","kjv_definition":"thrust, vex."} +{"id":"H1767","strongs_number":"H1767","system":"hebrew","language":"hebrew","number_value":1767,"lemma":"דַּי","transliteration":"day","pronunciation":"dahee","derivation":"of uncertain derivation;","strongs_definition":"enough (as noun or adverb), used chiefly with preposition in phrases","kjv_definition":"able, according to, after (ability), among, as (oft as), (more than) enough, from, in, since, (much as is) sufficient(-ly), too much, very, when."} +{"id":"H1768","strongs_number":"H1768","system":"hebrew","language":"hebrew","number_value":1768,"lemma":"דִּי","transliteration":"dîy","pronunciation":"dee","derivation":"(Aramaic) apparently for H1668 (דָּא);","strongs_definition":"that, used as relative conjunction, and especially (with a preposition) in adverbial phrases; also as preposition of","kjv_definition":"[idiom] as, but, for(-asmuch [phrase]), [phrase] now, of, seeing, than, that, therefore, until, [phrase] what (-soever), when, which, whom, whose."} +{"id":"H1769","strongs_number":"H1769","system":"hebrew","language":"hebrew","number_value":1769,"lemma":"דִּיבוֹן","transliteration":"Dîybôwn","pronunciation":"dee-bome'","derivation":"or (shortened) דִּיבֹן; from H1727 (דּוּב); pining","strongs_definition":"Dibon, the name of three places in Palestine","kjv_definition":"Dibon. (Also, with H1410 (גָּד) added, Dibon-gad.)"} +{"id":"H1770","strongs_number":"H1770","system":"hebrew","language":"hebrew","number_value":1770,"lemma":"דִּיג","transliteration":"dîyg","pronunciation":"deeg","derivation":"denominative from H1709 (דָּג);","strongs_definition":"to fish","kjv_definition":"fish."} +{"id":"H1771","strongs_number":"H1771","system":"hebrew","language":"hebrew","number_value":1771,"lemma":"דַּיָּג","transliteration":"dayâg","pronunciation":"dah-yawg'","derivation":"from H1770 (דִּיג);","strongs_definition":"a fisherman","kjv_definition":"fisher."} +{"id":"H1772","strongs_number":"H1772","system":"hebrew","language":"hebrew","number_value":1772,"lemma":"דַּיָּה","transliteration":"dayâh","pronunciation":"dah-yaw'","derivation":"intensive from H1675 (דָּאָה);","strongs_definition":"a falcon (from its rapid flight)","kjv_definition":"vulture."} +{"id":"H1773","strongs_number":"H1773","system":"hebrew","language":"hebrew","number_value":1773,"lemma":"דְּיוֹ","transliteration":"dᵉyôw","pronunciation":"deh-yo'","derivation":"of uncertain derivation;","strongs_definition":"ink","kjv_definition":"ink."} +{"id":"H1774","strongs_number":"H1774","system":"hebrew","language":"hebrew","number_value":1774,"lemma":"דִּי זָהָב","transliteration":"Dîy zâhâb","pronunciation":"dee zaw-hawb'","derivation":"as if from H1768 (דִּי) and H2091 (זָהָב); of gold;","strongs_definition":"Dizahab, a place in the Desert","kjv_definition":"Dizahab."} +{"id":"H1775","strongs_number":"H1775","system":"hebrew","language":"hebrew","number_value":1775,"lemma":"דִּימוֹן","transliteration":"Dîymôwn","pronunciation":"dee-mone'","derivation":"perhaps for H1769 (דִּיבוֹן);","strongs_definition":"Dimon, a place in Palestine","kjv_definition":"Dimon."} +{"id":"H1776","strongs_number":"H1776","system":"hebrew","language":"hebrew","number_value":1776,"lemma":"דִּימוֹנָה","transliteration":"Dîymôwnâh","pronunciation":"dee-mo-naw'","derivation":"feminine of H1775 (דִּימוֹן);","strongs_definition":"Dimonah, a place in Palestine","kjv_definition":"Dimonah."} +{"id":"H1777","strongs_number":"H1777","system":"hebrew","language":"hebrew","number_value":1777,"lemma":"דִּין","transliteration":"dîyn","pronunciation":"deen","derivation":"or (Genesis 6:3) דּוּן; a primitive root;","strongs_definition":"a straight course, i.e. sail direct","kjv_definition":"(come) with a straight course."} +{"id":"H1778","strongs_number":"H1778","system":"hebrew","language":"hebrew","number_value":1778,"lemma":"דִּין","transliteration":"dîyn","pronunciation":"deen","derivation":"(Aramaic) corresponding to H1777 (דִּין);","strongs_definition":"to judge","kjv_definition":"judge."} +{"id":"H1779","strongs_number":"H1779","system":"hebrew","language":"hebrew","number_value":1779,"lemma":"דִּין","transliteration":"dîyn","pronunciation":"deen","derivation":"or (Job 19:29) דּוּן; from H1777 (דִּין);","strongs_definition":"judgement (the suit, justice, sentence or tribunal); by implication also strife","kjv_definition":"cause, judgement, plea, strife."} +{"id":"H1780","strongs_number":"H1780","system":"hebrew","language":"hebrew","number_value":1780,"lemma":"דִּין","transliteration":"dîyn","pronunciation":"deen","derivation":"(Aramaic) corresponding to H1779 (דִּין)","strongs_definition":"{judgement (the suit, justice, sentence or tribunal); by implication also strife}","kjv_definition":"judgement."} +{"id":"H1781","strongs_number":"H1781","system":"hebrew","language":"hebrew","number_value":1781,"lemma":"דַּיָּן","transliteration":"dayân","pronunciation":"dah-yawn'","derivation":"from H1777 (דִּין);","strongs_definition":"a judge or advocate","kjv_definition":"judge."} +{"id":"H1782","strongs_number":"H1782","system":"hebrew","language":"hebrew","number_value":1782,"lemma":"דַּיָּן","transliteration":"dayân","pronunciation":"dah-yawn'","derivation":"(Aramaic) corresponding to H1781 (דַּיָּן)","strongs_definition":"{a judge or advocate}","kjv_definition":"judge."} +{"id":"H1783","strongs_number":"H1783","system":"hebrew","language":"hebrew","number_value":1783,"lemma":"דִּינָה","transliteration":"Dîynâh","pronunciation":"dee-naw'","derivation":"feminine of H1779 (דִּין); justice;","strongs_definition":"Dinah, the daughter of Jacob","kjv_definition":"Dinah."} +{"id":"H1784","strongs_number":"H1784","system":"hebrew","language":"hebrew","number_value":1784,"lemma":"דִּינַי","transliteration":"Dîynay","pronunciation":"dee-nah'-ee","derivation":"(Aramaic) partial from uncertain primitive;","strongs_definition":"a Dinaite or inhabitant of some unknown Assyria province","kjv_definition":"Dinaite."} +{"id":"H1785","strongs_number":"H1785","system":"hebrew","language":"hebrew","number_value":1785,"lemma":"דָּיֵק","transliteration":"dâyêq","pronunciation":"daw-yake'","derivation":"from a root corresp. to H1751 (דּוּק);","strongs_definition":"a battering-tower","kjv_definition":"fort."} +{"id":"H1786","strongs_number":"H1786","system":"hebrew","language":"hebrew","number_value":1786,"lemma":"דַּיִשׁ","transliteration":"dayish","pronunciation":"dah-yish'","derivation":"from H1758 (דּוּשׁ);","strongs_definition":"threshing-time","kjv_definition":"threshing."} +{"id":"H1787","strongs_number":"H1787","system":"hebrew","language":"hebrew","number_value":1787,"lemma":"דִּישׁוֹן","transliteration":"Dîyshôwn","pronunciation":"dee-shone'","derivation":"(Diyshon, the same as H1788 (דִּישֹׁן);","strongs_definition":"Dishon, the name of two Edomites","kjv_definition":"Dishon."} +{"id":"H1788","strongs_number":"H1788","system":"hebrew","language":"hebrew","number_value":1788,"lemma":"דִּישֹׁן","transliteration":"dîyshôn","pronunciation":"dee-shone'","derivation":"from H1758 (דּוּשׁ);","strongs_definition":"the leaper, i.e. an antelope","kjv_definition":"pygarg."} +{"id":"H1789","strongs_number":"H1789","system":"hebrew","language":"hebrew","number_value":1789,"lemma":"דִּישָׁן","transliteration":"Dîyshân","pronunciation":"dee-shawn'","derivation":"another form of H1787 (דִּישׁוֹן)","strongs_definition":"Dishan, an Edomite","kjv_definition":"Dishan, Dishon."} +{"id":"H1790","strongs_number":"H1790","system":"hebrew","language":"hebrew","number_value":1790,"lemma":"דַּךְ","transliteration":"dak","pronunciation":"dak","derivation":"from an unused root (compare H1794 (דָּכָה));","strongs_definition":"crushed, i.e. (figuratively) injured","kjv_definition":"afflicted, oppressed."} +{"id":"H1791","strongs_number":"H1791","system":"hebrew","language":"hebrew","number_value":1791,"lemma":"דֵּךְ","transliteration":"dêk","pronunciation":"dake","derivation":"(Aramaic) or דָּךְ; (Aramaic), prolonged from H1668 (דָּא);","strongs_definition":"this","kjv_definition":"the same, this."} +{"id":"H1792","strongs_number":"H1792","system":"hebrew","language":"hebrew","number_value":1792,"lemma":"דָּכָא","transliteration":"dâkâʼ","pronunciation":"daw-kaw'","derivation":"a primitive root (compare H1794 (דָּכָה));","strongs_definition":"to crumble; transitively, to bruise (literally or figuratively)","kjv_definition":"beat to pieces, break (in pieces), bruise, contrite, crush, destroy, humble, oppress, smite."} +{"id":"H1793","strongs_number":"H1793","system":"hebrew","language":"hebrew","number_value":1793,"lemma":"דַּכָּא","transliteration":"dakkâʼ","pronunciation":"dak-kaw'","derivation":"from H1792 (דָּכָא);","strongs_definition":"crushed (literally powder, or figuratively, contrite)","kjv_definition":"contrite, destruction."} +{"id":"H1794","strongs_number":"H1794","system":"hebrew","language":"hebrew","number_value":1794,"lemma":"דָּכָה","transliteration":"dâkâh","pronunciation":"daw-kaw'","derivation":"a primitive root (compare H1790 (דַּךְ), H1792 (דָּכָא));","strongs_definition":"to collapse (phys. or mentally)","kjv_definition":"break (sore), contrite, crouch."} +{"id":"H1795","strongs_number":"H1795","system":"hebrew","language":"hebrew","number_value":1795,"lemma":"דַּכָּה","transliteration":"dakkâh","pronunciation":"dak-kaw'","derivation":"from H1794 (דָּכָה) like H1793 (דַּכָּא);","strongs_definition":"mutilated","kjv_definition":"[phrase] wounded."} +{"id":"H1796","strongs_number":"H1796","system":"hebrew","language":"hebrew","number_value":1796,"lemma":"דֳּכִי","transliteration":"dŏkîy","pronunciation":"dok-ee'","derivation":"from H1794 (דָּכָה);","strongs_definition":"a dashing of surf","kjv_definition":"wave."} +{"id":"H1797","strongs_number":"H1797","system":"hebrew","language":"hebrew","number_value":1797,"lemma":"דִּכֵּן","transliteration":"dikkên","pronunciation":"dik-kane'","derivation":"(Aramaic) prolonged from H1791 (דֵּךְ);","strongs_definition":"this","kjv_definition":"same, that, this."} +{"id":"H1798","strongs_number":"H1798","system":"hebrew","language":"hebrew","number_value":1798,"lemma":"דְּכַר","transliteration":"dᵉkar","pronunciation":"dek-ar'","derivation":"(Aramaic) corresponding to H2145 (זָכָר);","strongs_definition":"properly, a male, i.e. of sheep","kjv_definition":"ram."} +{"id":"H1799","strongs_number":"H1799","system":"hebrew","language":"hebrew","number_value":1799,"lemma":"דִּכְרוֹן","transliteration":"dikrôwn","pronunciation":"dik-rone'","derivation":"(Aramaic) or דׇּכְרָן (Aramaic); corresponding to H2146 (זִכְרוֹן);","strongs_definition":"a register","kjv_definition":"record."} +{"id":"H1800","strongs_number":"H1800","system":"hebrew","language":"hebrew","number_value":1800,"lemma":"דַּל","transliteration":"dal","pronunciation":"dal","derivation":"from H1809 (דָּלַל);","strongs_definition":"properly, dangling, i.e. (by implication) weak or thin","kjv_definition":"lean, needy, poor (man), weaker."} +{"id":"H1801","strongs_number":"H1801","system":"hebrew","language":"hebrew","number_value":1801,"lemma":"דָּלַג","transliteration":"dâlag","pronunciation":"daw-lag'","derivation":"a primitive root;","strongs_definition":"to spring","kjv_definition":"leap."} +{"id":"H1802","strongs_number":"H1802","system":"hebrew","language":"hebrew","number_value":1802,"lemma":"דָּלָה","transliteration":"dâlâh","pronunciation":"daw-law'","derivation":"a primitive root (compare H1809 (דָּלַל));","strongs_definition":"properly, to dangle, i.e. to let down abucket (for drawing out water); figuratively, to deliver","kjv_definition":"draw (out), [idiom] enough, lift up."} +{"id":"H1803","strongs_number":"H1803","system":"hebrew","language":"hebrew","number_value":1803,"lemma":"דַּלָּה","transliteration":"dallâh","pronunciation":"dal-law'","derivation":"from H1802 (דָּלָה);","strongs_definition":"properly, something dangling, i.e. a loose thread or hair; figuratively, indigent","kjv_definition":"hair, pining sickness, poor(-est sort)."} +{"id":"H1804","strongs_number":"H1804","system":"hebrew","language":"hebrew","number_value":1804,"lemma":"דָּלַח","transliteration":"dâlach","pronunciation":"daw-lakh'","derivation":"a primitive root;","strongs_definition":"to roil water","kjv_definition":"trouble."} +{"id":"H1805","strongs_number":"H1805","system":"hebrew","language":"hebrew","number_value":1805,"lemma":"דְּלִי","transliteration":"dᵉlîy","pronunciation":"del-ee'","derivation":"or דֳּלִי; from H1802 (דָּלָה);","strongs_definition":"a pail or jar (for drawing water)","kjv_definition":"bucket."} +{"id":"H1806","strongs_number":"H1806","system":"hebrew","language":"hebrew","number_value":1806,"lemma":"דְּלָיָה","transliteration":"Dᵉlâyâh","pronunciation":"del-aw-yaw'","derivation":"or (prolonged) דְּלָיָהוּxlit Dᵉlâyâhhûw corrected to Dᵉlâyâhûw; from H1802 (דָּלָה) and H3050 (יָהּ); Jah has delivered;","strongs_definition":"Delajah, the name of five Israelites","kjv_definition":"Dalaiah, Delaiah."} +{"id":"H1807","strongs_number":"H1807","system":"hebrew","language":"hebrew","number_value":1807,"lemma":"דְּלִילָה","transliteration":"Dᵉlîylâh","pronunciation":"del-ee-law'","derivation":"from H1809 (דָּלַל); languishing","strongs_definition":"Delilah, a Philistine woman","kjv_definition":"Delilah."} +{"id":"H1808","strongs_number":"H1808","system":"hebrew","language":"hebrew","number_value":1808,"lemma":"דָּלִיָּה","transliteration":"dâlîyâh","pronunciation":"daw-lee-yaw'","derivation":"from H1802 (דָּלָה);","strongs_definition":"something dangling, i.e. a bough","kjv_definition":"branch."} +{"id":"H1809","strongs_number":"H1809","system":"hebrew","language":"hebrew","number_value":1809,"lemma":"דָּלַל","transliteration":"dâlal","pronunciation":"daw-lal'","derivation":"a primitive root (compare H1802 (דָּלָה));","strongs_definition":"to slacken or be feeble; figuratively, to be oppressed","kjv_definition":"bring low, dry up, be emptied, be not equal, fail, be impoverished, be made thin."} +{"id":"H1810","strongs_number":"H1810","system":"hebrew","language":"hebrew","number_value":1810,"lemma":"דִּלְעָן","transliteration":"Dilʻân","pronunciation":"dil-awn'","derivation":"of uncertain derivation;","strongs_definition":"Dilan, a place in Palestine","kjv_definition":"Dilean."} +{"id":"H1811","strongs_number":"H1811","system":"hebrew","language":"hebrew","number_value":1811,"lemma":"דָּלַף","transliteration":"dâlaph","pronunciation":"daw-laf'","derivation":"a primitive root;","strongs_definition":"to drip; by implication, to weep","kjv_definition":"drop through, melt, pour out."} +{"id":"H1812","strongs_number":"H1812","system":"hebrew","language":"hebrew","number_value":1812,"lemma":"דֶּלֶף","transliteration":"deleph","pronunciation":"deh'-lef","derivation":"from H1811 (דָּלַף);","strongs_definition":"a dripping","kjv_definition":"dropping."} +{"id":"H1813","strongs_number":"H1813","system":"hebrew","language":"hebrew","number_value":1813,"lemma":"דַּלְפוֹן","transliteration":"Dalphôwn","pronunciation":"dal-fone'","derivation":"from H1811 (דָּלַף); dripping;","strongs_definition":"Dalphon, a son of Haman","kjv_definition":"Dalphon."} +{"id":"H1814","strongs_number":"H1814","system":"hebrew","language":"hebrew","number_value":1814,"lemma":"דָּלַק","transliteration":"dâlaq","pronunciation":"daw-lak'","derivation":"a primitive root;","strongs_definition":"to flame (literally or figuratively)","kjv_definition":"burning, chase, inflame, kindle, persecute(-or), pursue hotly."} +{"id":"H1815","strongs_number":"H1815","system":"hebrew","language":"hebrew","number_value":1815,"lemma":"דְּלַק","transliteration":"dᵉlaq","pronunciation":"del-ak'","derivation":"(Aramaic) corresponding to H1814 (דָּלַק)","strongs_definition":"{to flame (literally or figuratively)}","kjv_definition":"burn."} +{"id":"H1816","strongs_number":"H1816","system":"hebrew","language":"hebrew","number_value":1816,"lemma":"דַּלֶּקֶת","transliteration":"dalleqeth","pronunciation":"dal-lek'-keth","derivation":"; from H1814 (דָּלַק);","strongs_definition":"a burning fever","kjv_definition":"inflammation."} +{"id":"H1817","strongs_number":"H1817","system":"hebrew","language":"hebrew","number_value":1817,"lemma":"דֶּלֶת","transliteration":"deleth","pronunciation":"deh'-leth","derivation":"from H1802 (דָּלָה);","strongs_definition":"something swinging, i.e. the valve of adoor","kjv_definition":"door (two-leaved), gate, leaf, lid. (Psalm 141:3)."} +{"id":"H1818","strongs_number":"H1818","system":"hebrew","language":"hebrew","number_value":1818,"lemma":"דָּם","transliteration":"dâm","pronunciation":"dawm","derivation":"from H1826 (דָּמַם) (compare H119 (אָדַם));","strongs_definition":"blood (as that which when shed causes death) of man or an animal; by analogy, the juice of the grape; figuratively (especially in the plural) bloodshed (i.e. drops of blood)","kjv_definition":"blood(-y, -guiltiness, (-thirsty), [phrase] innocent."} +{"id":"H1819","strongs_number":"H1819","system":"hebrew","language":"hebrew","number_value":1819,"lemma":"דָּמָה","transliteration":"dâmâh","pronunciation":"daw-maw'","derivation":"a primitive root;","strongs_definition":"to compare; by implication, to resemble, liken, consider","kjv_definition":"compare, devise, (be) like(-n), mean, think, use similitudes."} +{"id":"H1820","strongs_number":"H1820","system":"hebrew","language":"hebrew","number_value":1820,"lemma":"דָּמָה","transliteration":"dâmâh","pronunciation":"daw-mam'","derivation":"a primitive root;","strongs_definition":"to be dumb or silent; hence, to fail or perish; trans. to destroy","kjv_definition":"cease, be cut down (off), destroy, be brought to silence, be undone, [idiom] utterly."} +{"id":"H1821","strongs_number":"H1821","system":"hebrew","language":"hebrew","number_value":1821,"lemma":"דְּמָה","transliteration":"dᵉmâh","pronunciation":"dem-aw'","derivation":"(Aramaic) corresponding to H1819 (דָּמָה);","strongs_definition":"to resemble","kjv_definition":"be like."} +{"id":"H1822","strongs_number":"H1822","system":"hebrew","language":"hebrew","number_value":1822,"lemma":"דֻּמָּה","transliteration":"dummâh","pronunciation":"doom-maw'","derivation":"from H1820 (דָּמָה);","strongs_definition":"desolation; concretely, desolate","kjv_definition":"destroy."} +{"id":"H1823","strongs_number":"H1823","system":"hebrew","language":"hebrew","number_value":1823,"lemma":"דְּמוּת","transliteration":"dᵉmûwth","pronunciation":"dem-ooth'","derivation":"from H1819 (דָּמָה);","strongs_definition":"resemblance; concretely, model, shape; adverbially, like","kjv_definition":"fashion, like (-ness, as), manner, similitude."} +{"id":"H1824","strongs_number":"H1824","system":"hebrew","language":"hebrew","number_value":1824,"lemma":"דְּמִי","transliteration":"dᵉmîy","pronunciation":"dem-ee'","derivation":"or דֳּמִי; from H1820 (דָּמָה);","strongs_definition":"quiet","kjv_definition":"cutting off, rest, silence."} +{"id":"H1825","strongs_number":"H1825","system":"hebrew","language":"hebrew","number_value":1825,"lemma":"דִּמְיוֹן","transliteration":"dimyôwn","pronunciation":"dim-yone'","derivation":"from H1819 (דָּמָה);","strongs_definition":"resemblance","kjv_definition":"[idiom] like."} +{"id":"H1826","strongs_number":"H1826","system":"hebrew","language":"hebrew","number_value":1826,"lemma":"דָּמַם","transliteration":"dâmam","pronunciation":"daw-man'","derivation":"a primitive root (compare H1724 (דָּהַם), H1820 (דָּמָה));","strongs_definition":"to be dumb; by implication, to be astonished, to stop; also to perish","kjv_definition":"cease, be cut down (off), forbear, hold peace, quiet self, rest, be silent, keep (put to) silence, be (stand) still, tarry, wait."} +{"id":"H1827","strongs_number":"H1827","system":"hebrew","language":"hebrew","number_value":1827,"lemma":"דְּמָמָה","transliteration":"dᵉmâmâh","pronunciation":"dem-aw-maw'","derivation":"feminine from H1826 (דָּמַם);","strongs_definition":"quiet","kjv_definition":"calm, silence, still."} +{"id":"H1828","strongs_number":"H1828","system":"hebrew","language":"hebrew","number_value":1828,"lemma":"דֹּמֶן","transliteration":"dômen","pronunciation":"do'-men","derivation":"of uncertain derivation;","strongs_definition":"manure","kjv_definition":"dung."} +{"id":"H1829","strongs_number":"H1829","system":"hebrew","language":"hebrew","number_value":1829,"lemma":"דִּמְנָה","transliteration":"Dimnâh","pronunciation":"dim-naw'","derivation":"feminine from the same as H1828 (דֹּמֶן); a dung-heap;","strongs_definition":"Dimnah, a place in Palestine","kjv_definition":"Dimnah."} +{"id":"H1830","strongs_number":"H1830","system":"hebrew","language":"hebrew","number_value":1830,"lemma":"דָּמַע","transliteration":"dâmaʻ","pronunciation":"daw-mah'","derivation":"a primitive root;","strongs_definition":"to weep","kjv_definition":"[idiom] sore, weep."} +{"id":"H1831","strongs_number":"H1831","system":"hebrew","language":"hebrew","number_value":1831,"lemma":"דֶּמַע","transliteration":"demaʻ","pronunciation":"dah'-mah","derivation":"from H1830 (דָּמַע);","strongs_definition":"a tear; figuratively, juice","kjv_definition":"liquor."} +{"id":"H1832","strongs_number":"H1832","system":"hebrew","language":"hebrew","number_value":1832,"lemma":"דִּמְעָה","transliteration":"dimʻâh","pronunciation":"dim-aw'","derivation":"feminine of H1831 (דֶּמַע);","strongs_definition":"weeping","kjv_definition":"tears."} +{"id":"H1833","strongs_number":"H1833","system":"hebrew","language":"hebrew","number_value":1833,"lemma":"דְּמֶשֶׁק","transliteration":"dᵉmesheq","pronunciation":"dem-eh'-shek","derivation":"by orthographical variation from H1834 (דַּמֶּשֶׂק);","strongs_definition":"damask (as a fabric of Damascus)","kjv_definition":"in Damascus."} +{"id":"H1834","strongs_number":"H1834","system":"hebrew","language":"hebrew","number_value":1834,"lemma":"דַּמֶּשֶׂק","transliteration":"Dammeseq","pronunciation":"dam-meh'-sek","derivation":"or דּוּמֶשֶׂק; or דַּרְמֶשֶׂק; of foreign origin;","strongs_definition":"Damascus, a city of Syria","kjv_definition":"Damascus."} +{"id":"H1835","strongs_number":"H1835","system":"hebrew","language":"hebrew","number_value":1835,"lemma":"דָּן","transliteration":"Dân","pronunciation":"dawn","derivation":"from H1777 (דִּין); judge;","strongs_definition":"Dan, one of the sons of Jacob; also the tribe descended from him, and its territory; likewise a place in Palestine colonized by them","kjv_definition":"Daniel"} +{"id":"H1836","strongs_number":"H1836","system":"hebrew","language":"hebrew","number_value":1836,"lemma":"דֵּן","transliteration":"dên","pronunciation":"dane","derivation":"(Aramaic) an orthographical variation of H1791 (דֵּךְ);","strongs_definition":"this","kjv_definition":"(afore-) time, [phrase] after this manner, here (-after), one...another, such, there(-fore), these, this (matter), [phrase] thus, where(-fore), which."} +{"id":"H1837","strongs_number":"H1837","system":"hebrew","language":"hebrew","number_value":1837,"lemma":"דַּנָּה","transliteration":"Dannâh","pronunciation":"dan-naw'","derivation":"of uncertain derivation;","strongs_definition":"Dannah, a place in Palestine","kjv_definition":"Dannah."} +{"id":"H1838","strongs_number":"H1838","system":"hebrew","language":"hebrew","number_value":1838,"lemma":"דִּנְהָבָה","transliteration":"Dinhâbâh","pronunciation":"din-haw-baw'","derivation":"of uncertain derivation;","strongs_definition":"Dinhabah, an Edomitish town","kjv_definition":"Dinhaban."} +{"id":"H1839","strongs_number":"H1839","system":"hebrew","language":"hebrew","number_value":1839,"lemma":"דָּנִי","transliteration":"Dânîy","pronunciation":"daw-nee'","derivation":"patronymically from H1835 (דָּן);","strongs_definition":"a Danite (often collectively) or descendants (or inhabitants) of Dan","kjv_definition":"Danites, of Daniel"} +{"id":"H1840","strongs_number":"H1840","system":"hebrew","language":"hebrew","number_value":1840,"lemma":"דָנִיֵּאל","transliteration":"Dânîyêʼl","pronunciation":"daw-nee-yale'","derivation":"in Ezekiel it is; דָּנִאֵל; from H1835 (דָּן) and H410 (אֵל); judge of God;","strongs_definition":"Daniel or Danijel, the name of two Israelites","kjv_definition":"Daniel."} +{"id":"H1841","strongs_number":"H1841","system":"hebrew","language":"hebrew","number_value":1841,"lemma":"דָּנִיֵּאל","transliteration":"Dânîyêʼl","pronunciation":"daw-nee-yale'","derivation":"(Aramaic) corresponding to H1840 (דָנִיֵּאל);","strongs_definition":"Danijel, the Hebrew prophet","kjv_definition":"Daniel."} +{"id":"H1842","strongs_number":"H1842","system":"hebrew","language":"hebrew","number_value":1842,"lemma":"דָּן יַעַן","transliteration":"Dân Yaʻan","pronunciation":"dawn yah'-an","derivation":"from H1835 (דָּן) and (apparently) H3282 (יַעַן); judge of purpose;","strongs_definition":"Dan-Jaan, a place in Palestine","kjv_definition":"Dan-jaan."} +{"id":"H1843","strongs_number":"H1843","system":"hebrew","language":"hebrew","number_value":1843,"lemma":"דֵּעַ","transliteration":"dêaʻ","pronunciation":"day'-ah","derivation":"from H3045 (יָדַע);","strongs_definition":"knowledge","kjv_definition":"knowledge, opinion."} +{"id":"H1844","strongs_number":"H1844","system":"hebrew","language":"hebrew","number_value":1844,"lemma":"דֵּעָה","transliteration":"dêʻâh","pronunciation":"day-aw'","derivation":"feminine of H1843 (דֵּעַ);","strongs_definition":"knowledge","kjv_definition":"knowledge."} +{"id":"H1845","strongs_number":"H1845","system":"hebrew","language":"hebrew","number_value":1845,"lemma":"דְּעוּאֵל","transliteration":"Dᵉʻûwʼêl","pronunciation":"deh-oo-ale'","derivation":"from H3045 (יָדַע) and H410 (אֵל); known of God;","strongs_definition":"Deuel, an Israelite","kjv_definition":"Deuel."} +{"id":"H1846","strongs_number":"H1846","system":"hebrew","language":"hebrew","number_value":1846,"lemma":"דָּעַךְ","transliteration":"dâʻak","pronunciation":"daw-ak'","derivation":"a primitive root;","strongs_definition":"to be extinguished; figuratively, to expire or be dried up","kjv_definition":"be extinct, consumed, put out, quenched."} +{"id":"H1847","strongs_number":"H1847","system":"hebrew","language":"hebrew","number_value":1847,"lemma":"דַּעַת","transliteration":"daʻath","pronunciation":"dah'-ath","derivation":"from H3045 (יָדַע);","strongs_definition":"knowledge","kjv_definition":"cunning, (ig-) norantly, know(-ledge), (un-) awares (wittingly)."} +{"id":"H1848","strongs_number":"H1848","system":"hebrew","language":"hebrew","number_value":1848,"lemma":"דׇּפִי","transliteration":"dophîy","pronunciation":"dof'-ee","derivation":"from an unused root (meaning to push over);","strongs_definition":"a stumbling-block","kjv_definition":"slanderest."} +{"id":"H1849","strongs_number":"H1849","system":"hebrew","language":"hebrew","number_value":1849,"lemma":"דָּפַק","transliteration":"dâphaq","pronunciation":"daw-fak'","derivation":"a primitive root;","strongs_definition":"to knock; by analogy, to press severely","kjv_definition":"beat, knock, overdrive."} +{"id":"H1850","strongs_number":"H1850","system":"hebrew","language":"hebrew","number_value":1850,"lemma":"דׇּפְקָה","transliteration":"Dophqâh","pronunciation":"dof-kaw'","derivation":"from H1849 (דָּפַק); a knock;","strongs_definition":"Dophkah, a place in the Desert","kjv_definition":"Dophkah."} +{"id":"H1851","strongs_number":"H1851","system":"hebrew","language":"hebrew","number_value":1851,"lemma":"דַּק","transliteration":"daq","pronunciation":"dak","derivation":"from H1854 (דָּקַק);","strongs_definition":"crushed, i.e. (by implication) small or thin","kjv_definition":"dwarf, lean(-fleshed), very little thing, small, thin."} +{"id":"H1852","strongs_number":"H1852","system":"hebrew","language":"hebrew","number_value":1852,"lemma":"דֹּק","transliteration":"dôq","pronunciation":"doke","derivation":"from H1854 (דָּקַק);","strongs_definition":"something crumbling, i.e. fine (as a thin cloth)","kjv_definition":"curtain."} +{"id":"H1853","strongs_number":"H1853","system":"hebrew","language":"hebrew","number_value":1853,"lemma":"דִּקְלָה","transliteration":"Diqlâh","pronunciation":"dik-law'","derivation":"of foreign origin;","strongs_definition":"Diklah, a region of Arabia","kjv_definition":"Diklah."} +{"id":"H1854","strongs_number":"H1854","system":"hebrew","language":"hebrew","number_value":1854,"lemma":"דָּקַק","transliteration":"dâqaq","pronunciation":"daw-kak'","derivation":"a primitive root (compare H1915 (הָדַךְ)lemma הָדךְ missing vowel, corrected to הָדַךְ);","strongs_definition":"to crush (or intransitively) crumble","kjv_definition":"beat in pieces (small), bruise, make dust, (into) [idiom] powder, (be, very) small, stamp (small)."} +{"id":"H1855","strongs_number":"H1855","system":"hebrew","language":"hebrew","number_value":1855,"lemma":"דְּקַק","transliteration":"dᵉqaq","pronunciation":"dek-ak'","derivation":"(Aramaic) corresponding to H1854 (דָּקַק);","strongs_definition":"to crumble or (trans.) crush","kjv_definition":"break to pieces."} +{"id":"H1856","strongs_number":"H1856","system":"hebrew","language":"hebrew","number_value":1856,"lemma":"דָּקַר","transliteration":"dâqar","pronunciation":"daw-kar'","derivation":"a primitive root;","strongs_definition":"to stab; by analogy, to starve; figuratively, to revile","kjv_definition":"pierce, strike (thrust) through, wound."} +{"id":"H1857","strongs_number":"H1857","system":"hebrew","language":"hebrew","number_value":1857,"lemma":"דֶּקֶר","transliteration":"Deqer","pronunciation":"deh'-ker","derivation":"from H1856 (דָּקַר); a stab;","strongs_definition":"Deker, an Israelite","kjv_definition":"Dekar."} +{"id":"H1858","strongs_number":"H1858","system":"hebrew","language":"hebrew","number_value":1858,"lemma":"דַּר","transliteration":"dar","pronunciation":"dar","derivation":"apparently from the same as H1865 (דְּרוֹר);","strongs_definition":"properly, a pearl (from its sheen as rapidly turned); by analogy, pearl-stone, i.e. mother-of-pearl or alabaster","kjv_definition":"[idiom] white."} +{"id":"H1859","strongs_number":"H1859","system":"hebrew","language":"hebrew","number_value":1859,"lemma":"דָּר","transliteration":"dâr","pronunciation":"dawr","derivation":"(Aramaic) corresponding to H1755 (דּוֹר);","strongs_definition":"an age","kjv_definition":"generation."} +{"id":"H1860","strongs_number":"H1860","system":"hebrew","language":"hebrew","number_value":1860,"lemma":"דְּרָאוֹן","transliteration":"dᵉrâʼôwn","pronunciation":"der-aw-one'","derivation":"or דֵּרָאוֹן; from an unused root (meaning to repulse);","strongs_definition":"an object of aversion","kjv_definition":"abhorring, contempt."} +{"id":"H1861","strongs_number":"H1861","system":"hebrew","language":"hebrew","number_value":1861,"lemma":"דׇּרְבוֹן","transliteration":"dorbôwn","pronunciation":"dor-bone'","derivation":"(also dor-bawn'); of uncertain derivation;","strongs_definition":"a goad","kjv_definition":"goad."} +{"id":"H1862","strongs_number":"H1862","system":"hebrew","language":"hebrew","number_value":1862,"lemma":"דַּרְדַּע","transliteration":"Dardaʻ","pronunciation":"dar-dah'","derivation":"apparently from H1858 (דַּר) and H1843 (דֵּעַ); pearl of knowledge;","strongs_definition":"Darda, an Israelite","kjv_definition":"Darda."} +{"id":"H1863","strongs_number":"H1863","system":"hebrew","language":"hebrew","number_value":1863,"lemma":"דַּרְדַּר","transliteration":"dardar","pronunciation":"dar-dar'","derivation":"of uncertain derivation;","strongs_definition":"a thorn","kjv_definition":"thistle."} +{"id":"H1864","strongs_number":"H1864","system":"hebrew","language":"hebrew","number_value":1864,"lemma":"דָּרוֹם","transliteration":"dârôwm","pronunciation":"daw-rome'","derivation":"of uncertain derivation;","strongs_definition":"the south; poet. the south wind","kjv_definition":"south."} +{"id":"H1865","strongs_number":"H1865","system":"hebrew","language":"hebrew","number_value":1865,"lemma":"דְּרוֹר","transliteration":"dᵉrôwr","pronunciation":"der-ore'","derivation":"from an unused root (meaning to move rapidly);","strongs_definition":"freedom; hence, spontaneity of outflow, and so clear","kjv_definition":"liberty, pure."} +{"id":"H1866","strongs_number":"H1866","system":"hebrew","language":"hebrew","number_value":1866,"lemma":"דְּרוֹר","transliteration":"dᵉrôwr","pronunciation":"der-ore'","derivation":"the same as H1865 (דְּרוֹר), applied to a bird;","strongs_definition":"the swift, a kind of swallow","kjv_definition":"swallow."} +{"id":"H1867","strongs_number":"H1867","system":"hebrew","language":"hebrew","number_value":1867,"lemma":"דָּֽרְיָוֵשׁ","transliteration":"Dârᵉyâvêsh","pronunciation":"daw-reh-yaw-vaysh'","derivation":"of Persian origin;","strongs_definition":"Darejavesh, a title (rather than name) of several Persian kings","kjv_definition":"Darius."} +{"id":"H1868","strongs_number":"H1868","system":"hebrew","language":"hebrew","number_value":1868,"lemma":"דָּֽרְיָוֵשׁ","transliteration":"Dârᵉyâvêsh","pronunciation":"daw-reh-yaw-vaysh'","derivation":"(Aramaic) corresponding to H1867 (דָּֽרְיָוֵשׁ)","strongs_definition":"{Darejavesh, a title (rather than name) of several Persian kings}","kjv_definition":"Darius."} +{"id":"H1869","strongs_number":"H1869","system":"hebrew","language":"hebrew","number_value":1869,"lemma":"דָּרַךְ","transliteration":"dârak","pronunciation":"daw-rak'","derivation":"a primitive root;","strongs_definition":"to tread; by implication, to walk; also to string abow (by treading on it in bending)","kjv_definition":"archer, bend, come, draw, go (over), guide, lead (forth), thresh, tread (down), walk."} +{"id":"H1870","strongs_number":"H1870","system":"hebrew","language":"hebrew","number_value":1870,"lemma":"דֶּרֶךְ","transliteration":"derek","pronunciation":"deh'-rek","derivation":"from H1869 (דָּרַךְ);","strongs_definition":"a road (as trodden); figuratively, a course of life or mode of action, often adverb","kjv_definition":"along, away, because of, [phrase] by, conversation, custom, (east-) ward, journey, manner, passenger, through, toward, (high-) (path-) way(-side), whither(-soever)."} +{"id":"H1871","strongs_number":"H1871","system":"hebrew","language":"hebrew","number_value":1871,"lemma":"דַּרְכְּמוֹן","transliteration":"darkᵉmôwn","pronunciation":"dar-kem-one'","derivation":"of Persian origin;","strongs_definition":"a 'drachma', or coin","kjv_definition":"dram."} +{"id":"H1872","strongs_number":"H1872","system":"hebrew","language":"hebrew","number_value":1872,"lemma":"דְּרַע","transliteration":"dᵉraʻ","pronunciation":"der-aw'","derivation":"(Aramaic) corresponding to H2220 (זְרוֹעַ);","strongs_definition":"an arm","kjv_definition":"arm."} +{"id":"H1873","strongs_number":"H1873","system":"hebrew","language":"hebrew","number_value":1873,"lemma":"דָּרַע","transliteration":"Dâraʻ","pronunciation":"daw-rah'","derivation":"probably a contraction from H1862 (דַּרְדַּע);","strongs_definition":"Dara, an Israelite","kjv_definition":"Dara."} +{"id":"H1874","strongs_number":"H1874","system":"hebrew","language":"hebrew","number_value":1874,"lemma":"דַּרְקוֹן","transliteration":"Darqôwn","pronunciation":"dar-kone'","derivation":"of uncertain derivation;","strongs_definition":"Darkon, one of 'Solomon's servants'","kjv_definition":"Darkon."} +{"id":"H1875","strongs_number":"H1875","system":"hebrew","language":"hebrew","number_value":1875,"lemma":"דָּרַשׁ","transliteration":"dârash","pronunciation":"daw-rash'","derivation":"a primitive root;","strongs_definition":"properly, to tread or frequent; usually to follow (for pursuit or search); by implication, to seek or ask; specifically to worship","kjv_definition":"ask, [idiom] at all, care for, [idiom] diligently, inquire, make inquisition, (necro-) mancer, question, require, search, seek (for, out), [idiom] surely."} +{"id":"H1876","strongs_number":"H1876","system":"hebrew","language":"hebrew","number_value":1876,"lemma":"דָּשָׁא","transliteration":"dâshâʼ","pronunciation":"daw-shaw'","derivation":"a primitive root;","strongs_definition":"to sprout","kjv_definition":"bring forth, spring."} +{"id":"H1877","strongs_number":"H1877","system":"hebrew","language":"hebrew","number_value":1877,"lemma":"דֶּשֶׁא","transliteration":"desheʼ","pronunciation":"deh'-sheh","derivation":"from H1876 (דָּשָׁא);","strongs_definition":"a sprout; by analogy, grass","kjv_definition":"(tender) grass, green, (tender) herb."} +{"id":"H1878","strongs_number":"H1878","system":"hebrew","language":"hebrew","number_value":1878,"lemma":"דָּשֵׁן","transliteration":"dâshên","pronunciation":"daw-shane'","derivation":"a primitive root; also denominatively (from H1880 (דֶּשֶׁן))","strongs_definition":"to be fat; transitively, to fatten (or regard as fat); specifically to anoint; figuratively, to satisfy; to remove (fat) ashes (of sacrifices)","kjv_definition":"accept, anoint, take away the (receive) ashes (from), make (wax) fat."} +{"id":"H1879","strongs_number":"H1879","system":"hebrew","language":"hebrew","number_value":1879,"lemma":"דָּשֵׁן","transliteration":"dâshên","pronunciation":"daw-shane'","derivation":"from H1878 (דָּשֵׁן);","strongs_definition":"fat; figuratively, rich, fertile","kjv_definition":"fat."} +{"id":"H1880","strongs_number":"H1880","system":"hebrew","language":"hebrew","number_value":1880,"lemma":"דֶּשֶׁן","transliteration":"deshen","pronunciation":"deh'-shen","derivation":"from H1878 (דָּשֵׁן);","strongs_definition":"the fat; abstractly fatness, i.e. (figuratively) abundance; specifically the (fatty) ashes of sacrifices","kjv_definition":"ashes, fatness."} +{"id":"H1881","strongs_number":"H1881","system":"hebrew","language":"hebrew","number_value":1881,"lemma":"דָּת","transliteration":"dâth","pronunciation":"dawth","derivation":"of uncertain (perhaps foreign) derivation;","strongs_definition":"a royal edict or statute","kjv_definition":"commandment, commission, decree, law, manner."} +{"id":"H1882","strongs_number":"H1882","system":"hebrew","language":"hebrew","number_value":1882,"lemma":"דָּת","transliteration":"dâth","pronunciation":"dawth","derivation":"(Aramaic) corresponding to H1881 (דָּת);","strongs_definition":"{a royal edict or statute}","kjv_definition":"decree, law."} +{"id":"H1883","strongs_number":"H1883","system":"hebrew","language":"hebrew","number_value":1883,"lemma":"דֶּתֶא","transliteration":"detheʼ","pronunciation":"deh'-thay","derivation":"(Aramaic) corresponding to H1877 (דֶּשֶׁא)","strongs_definition":"{a sprout; by analogy, grass}","kjv_definition":"tender grass."} +{"id":"H1884","strongs_number":"H1884","system":"hebrew","language":"hebrew","number_value":1884,"lemma":"דְּתָבָר","transliteration":"dᵉthâbâr","pronunciation":"deth-aw-bawr'","derivation":"(Aramaic) of Persian origin;","strongs_definition":"meaning one skilled in law; a judge","kjv_definition":"counsellor."} +{"id":"H1885","strongs_number":"H1885","system":"hebrew","language":"hebrew","number_value":1885,"lemma":"דָּתָן","transliteration":"Dâthân","pronunciation":"daw-thawn'","derivation":"of uncertain derivation;","strongs_definition":"Dathan, an Israelite","kjv_definition":"Dathan."} +{"id":"H1886","strongs_number":"H1886","system":"hebrew","language":"hebrew","number_value":1886,"lemma":"דֹּתָן","transliteration":"Dôthân","pronunciation":"do'-thawn","derivation":"or (Aramaic dual) דֹּתַיִן; (Genesis 37:17), of uncertain derivation;","strongs_definition":"Dothan, a place in Palestine","kjv_definition":"Dothan. h"} +{"id":"H1887","strongs_number":"H1887","system":"hebrew","language":"hebrew","number_value":1887,"lemma":"הֵא","transliteration":"hêʼ","pronunciation":"hay","derivation":"a primitive particle;","strongs_definition":"lo!","kjv_definition":"behold, lo."} +{"id":"H1888","strongs_number":"H1888","system":"hebrew","language":"hebrew","number_value":1888,"lemma":"הֵא","transliteration":"hêʼ","pronunciation":"hay","derivation":"(Aramaic) or הָא; (Aramaic), corresponding to H1887 (הֵא)","strongs_definition":"{lo!}","kjv_definition":"even, lo."} +{"id":"H1889","strongs_number":"H1889","system":"hebrew","language":"hebrew","number_value":1889,"lemma":"הֶאָח","transliteration":"heʼâch","pronunciation":"heh-awkh'","derivation":"from H1887 (הֵא) and H253 (אָח);","strongs_definition":"aha!","kjv_definition":"ah, aha, ha."} +{"id":"H1890","strongs_number":"H1890","system":"hebrew","language":"hebrew","number_value":1890,"lemma":"הַבְהָב","transliteration":"habhâb","pronunciation":"hab-hawb'","derivation":"by reduplication from H3051 (יָהַב);","strongs_definition":"gift (in sacrifice), i.e. holocaust","kjv_definition":"offering."} +{"id":"H1891","strongs_number":"H1891","system":"hebrew","language":"hebrew","number_value":1891,"lemma":"הָבַל","transliteration":"hâbal","pronunciation":"haw-bal'","derivation":"a primitive root;","strongs_definition":"to be vain in act, word, or expectation; specifically to lead astray","kjv_definition":"be (become, make) vain."} +{"id":"H1892","strongs_number":"H1892","system":"hebrew","language":"hebrew","number_value":1892,"lemma":"הֶבֶל","transliteration":"hebel","pronunciation":"heh'bel","derivation":"or (rarely in the abs.) הֲבֵל; from H1891 (הָבַל);","strongs_definition":"emptiness or vanity; figuratively, something transitory and unsatisfactory; often used as an adverb","kjv_definition":"[idiom] altogether, vain, vanity."} +{"id":"H1893","strongs_number":"H1893","system":"hebrew","language":"hebrew","number_value":1893,"lemma":"הֶבֶל","transliteration":"Hebel","pronunciation":"heh'-bel","derivation":"the same as H1892 (הֶבֶל);","strongs_definition":"Hebel, the son of Adam","kjv_definition":"Abel."} +{"id":"H1894","strongs_number":"H1894","system":"hebrew","language":"hebrew","number_value":1894,"lemma":"הֹבֶן","transliteration":"hôben","pronunciation":"ho'-ben","derivation":"only in plural, from an unused root meaning to be hard;","strongs_definition":"ebony","kjv_definition":"ebony."} +{"id":"H1895","strongs_number":"H1895","system":"hebrew","language":"hebrew","number_value":1895,"lemma":"הָבַר","transliteration":"hâbar","pronunciation":"haw-bar'","derivation":"a primitive root of uncertain (perhaps foreign) derivation;","strongs_definition":"to be a horoscopist","kjv_definition":"[phrase] (astro-) loger."} +{"id":"H1896","strongs_number":"H1896","system":"hebrew","language":"hebrew","number_value":1896,"lemma":"הֵגֵא","transliteration":"Hêgêʼ","pronunciation":"hay-gay'","derivation":"or (by permutation) הֵגַי; probably of Persian origin;","strongs_definition":"Hege or Hegai, a eunuch of Xerxes","kjv_definition":"Hegai, Hege."} +{"id":"H1897","strongs_number":"H1897","system":"hebrew","language":"hebrew","number_value":1897,"lemma":"הָגָה","transliteration":"hâgâh","pronunciation":"daw-gaw'","derivation":"a primitive root (compare H1901 (הָגִיג));","strongs_definition":"to murmur (in pleasure or anger); by implication, to ponder","kjv_definition":"imagine, meditate, mourn, mutter, roar, [idiom] sore, speak, study, talk, utter."} +{"id":"H1898","strongs_number":"H1898","system":"hebrew","language":"hebrew","number_value":1898,"lemma":"הָגָה","transliteration":"hâgâh","pronunciation":"haw-gaw'","derivation":"a primitive root;","strongs_definition":"to remove","kjv_definition":"stay, stay away."} +{"id":"H1899","strongs_number":"H1899","system":"hebrew","language":"hebrew","number_value":1899,"lemma":"הֶגֶה","transliteration":"hegeh","pronunciation":"heh'-geh","derivation":"from H1897 (הָגָה);","strongs_definition":"a muttering (in sighing, thought, or as thunder)","kjv_definition":"mourning, sound, tale."} +{"id":"H1900","strongs_number":"H1900","system":"hebrew","language":"hebrew","number_value":1900,"lemma":"הָגוּת","transliteration":"hâgûwth","pronunciation":"haw-gooth'","derivation":"from H1897 (הָגָה);","strongs_definition":"musing","kjv_definition":"meditation."} +{"id":"H1901","strongs_number":"H1901","system":"hebrew","language":"hebrew","number_value":1901,"lemma":"הָגִיג","transliteration":"hâgîyg","pronunciation":"haw-gheeg'","derivation":"from an unused root akin to H1897 (הָגָה);","strongs_definition":"properly, a murmur, i.e. complaint","kjv_definition":"meditation, musing."} +{"id":"H1902","strongs_number":"H1902","system":"hebrew","language":"hebrew","number_value":1902,"lemma":"הִגָּיוֹן","transliteration":"higgâyôwn","pronunciation":"hig-gaw-yone'","derivation":"intensive from H1897 (הָגָה);","strongs_definition":"a murmuring sound, i.e. a musical notation (probably similar to the modern affettuoso to indicate solemnity of movement); by implication, a machination","kjv_definition":"device, Higgaion, meditation, solemn sound."} +{"id":"H1903","strongs_number":"H1903","system":"hebrew","language":"hebrew","number_value":1903,"lemma":"הָגִין","transliteration":"hâgîyn","pronunciation":"haw-gheen'","derivation":"of uncertain derivation;","strongs_definition":"perhaps suitable or turning","kjv_definition":"directly."} +{"id":"H1904","strongs_number":"H1904","system":"hebrew","language":"hebrew","number_value":1904,"lemma":"הָגָר","transliteration":"Hâgâr","pronunciation":"haw-gawr'","derivation":"of uncertain (perhaps foreign) derivation;","strongs_definition":"Hagar, the mother of Ishmael","kjv_definition":"Hagar."} +{"id":"H1905","strongs_number":"H1905","system":"hebrew","language":"hebrew","number_value":1905,"lemma":"הַגְרִי","transliteration":"Hagrîy","pronunciation":"hag-ree'","derivation":"or (prolonged) הַגְרִיאxlit Hagrîʼ corrected to Hagrîyʼ; perhaps patronymically from H1904 (הָגָר);","strongs_definition":"a Hagrite or member of a certain Arabian clan","kjv_definition":"Hagarene, Hagarite, Haggeri."} +{"id":"H1906","strongs_number":"H1906","system":"hebrew","language":"hebrew","number_value":1906,"lemma":"הֵד","transliteration":"hêd","pronunciation":"hade","derivation":"for H1959 (הֵידָד);","strongs_definition":"a shout","kjv_definition":"sounding again."} +{"id":"H1907","strongs_number":"H1907","system":"hebrew","language":"hebrew","number_value":1907,"lemma":"הַדָּבָר","transliteration":"haddâbâr","pronunciation":"had-daw-bawr'","derivation":"(Aramaic) probably of foreign origin;","strongs_definition":"a vizier","kjv_definition":"counsellor."} +{"id":"H1908","strongs_number":"H1908","system":"hebrew","language":"hebrew","number_value":1908,"lemma":"הֲדַד","transliteration":"Hădad","pronunciation":"had-ad'","derivation":"probably of foreign origin (compare H111 (אֲדַד));","strongs_definition":"Hadad, the name of an idol, and of several kings of Edom","kjv_definition":"Hadad."} +{"id":"H1909","strongs_number":"H1909","system":"hebrew","language":"hebrew","number_value":1909,"lemma":"הֲדַדְעֶזֶר","transliteration":"Hădadʻezer","pronunciation":"had-ad-eh'-zer","derivation":"from H1908 (הֲדַד) and H5828 (עֵזֶר); Hadad (is his) help;","strongs_definition":"Hadadezer, a Syrian king","kjv_definition":"Hadadezer. Compare H1928 (הֲדַרְעֶזֶר)."} +{"id":"H1910","strongs_number":"H1910","system":"hebrew","language":"hebrew","number_value":1910,"lemma":"הֲדַדְרִמּוֹן","transliteration":"Hădadrimmôwn","pronunciation":"had-ad-rim-mone'","derivation":"from H1908 (הֲדַד) and H7417 (רִמּוֹן);","strongs_definition":"Hadad-Rimmon, a place in Palestine","kjv_definition":"Hadad-rimmon."} +{"id":"H1911","strongs_number":"H1911","system":"hebrew","language":"hebrew","number_value":1911,"lemma":"הָדָה","transliteration":"hâdâh","pronunciation":"haw-daw'","derivation":"a primitive root (compare H3034 (יָדָה));","strongs_definition":"to stretch forth the hand","kjv_definition":"put."} +{"id":"H1912","strongs_number":"H1912","system":"hebrew","language":"hebrew","number_value":1912,"lemma":"הֹדוּ","transliteration":"Hôdûw","pronunciation":"ho'-doo","derivation":"of foreign origin;","strongs_definition":"Hodu (i.e. Hindustan)","kjv_definition":"India."} +{"id":"H1913","strongs_number":"H1913","system":"hebrew","language":"hebrew","number_value":1913,"lemma":"הֲדוֹרָם","transliteration":"Hădôwrâm","pronunciation":"had-o-rawm'","derivation":"or הֲדֹרָם; probably of foreign derivation;","strongs_definition":"Hadoram, a son of Joktan, and the tribe descended from him","kjv_definition":"Hadoram."} +{"id":"H1914","strongs_number":"H1914","system":"hebrew","language":"hebrew","number_value":1914,"lemma":"הִדַּי","transliteration":"Hidday","pronunciation":"hid-dah'ee","derivation":"of uncertain derivation;","strongs_definition":"Hiddai, an Israelite","kjv_definition":"Hiddai."} +{"id":"H1915","strongs_number":"H1915","system":"hebrew","language":"hebrew","number_value":1915,"lemma":"הָדַךְ","transliteration":"hâdak","pronunciation":"haw-dak'","derivation":"a primitive root (compare H1854 (דָּקַק));","strongs_definition":"to crush with the foot","kjv_definition":"tread down."} +{"id":"H1916","strongs_number":"H1916","system":"hebrew","language":"hebrew","number_value":1916,"lemma":"הֲדֹם","transliteration":"hădôm","pronunciation":"had-ome'","derivation":"from an unused root meaning to stamp upon;","strongs_definition":"a foot stool","kjv_definition":"(foot-) stool."} +{"id":"H1917","strongs_number":"H1917","system":"hebrew","language":"hebrew","number_value":1917,"lemma":"הַדָּם","transliteration":"haddâm","pronunciation":"had-dawm'","derivation":"(Aramaic) from a root corresponding to that of H1916 (הֲדֹם);","strongs_definition":"something stamped to pieces, i.e. a bit","kjv_definition":"piece."} +{"id":"H1918","strongs_number":"H1918","system":"hebrew","language":"hebrew","number_value":1918,"lemma":"הֲדַס","transliteration":"hădaç","pronunciation":"had-as'","derivation":"of uncertain derivation;","strongs_definition":"the myrtle","kjv_definition":"myrtle (tree)."} +{"id":"H1919","strongs_number":"H1919","system":"hebrew","language":"hebrew","number_value":1919,"lemma":"הֲדַסָּה","transliteration":"Hădaççâh","pronunciation":"had-as-saw'","derivation":"feminine of H1918 (הֲדַס);","strongs_definition":"Hadassah (or Esther)","kjv_definition":"Hadassah."} +{"id":"H1920","strongs_number":"H1920","system":"hebrew","language":"hebrew","number_value":1920,"lemma":"הָדַף","transliteration":"Hâdaph","pronunciation":"haw-daf'","derivation":"a primitive root;","strongs_definition":"to push away or down","kjv_definition":"cast away (out), drive, expel, thrust (away)."} +{"id":"H1921","strongs_number":"H1921","system":"hebrew","language":"hebrew","number_value":1921,"lemma":"הָדַר","transliteration":"hâdar","pronunciation":"haw-dar'","derivation":"a primitive root;","strongs_definition":"to swell up (literally or figuratively, active or passive); by implication, to favor or honour, be high or proud","kjv_definition":"countenance, crooked place, glorious, honour, put forth."} +{"id":"H1922","strongs_number":"H1922","system":"hebrew","language":"hebrew","number_value":1922,"lemma":"הֲדַר","transliteration":"hădar","pronunciation":"had-ar'","derivation":"(Aramaic) corresponding to H1921 (הָדַר);","strongs_definition":"to magnify (figuratively)","kjv_definition":"glorify, honour."} +{"id":"H1923","strongs_number":"H1923","system":"hebrew","language":"hebrew","number_value":1923,"lemma":"הֲדַר","transliteration":"hădar","pronunciation":"had-ar'","derivation":"(Aramaic) from H1922 (הֲדַר)lemma הֲדַּר extra dagesh, corrected to הֲדַר;","strongs_definition":"magnificence","kjv_definition":"honour, majesty."} +{"id":"H1924","strongs_number":"H1924","system":"hebrew","language":"hebrew","number_value":1924,"lemma":"הֲדַר","transliteration":"Hădar","pronunciation":"had-ar'","derivation":"the same as H1926 (הָדָר);","strongs_definition":"Hadar, an Edomite","kjv_definition":"Hadar."} +{"id":"H1925","strongs_number":"H1925","system":"hebrew","language":"hebrew","number_value":1925,"lemma":"הֶדֶר","transliteration":"heder","pronunciation":"heh'-der","derivation":"from H1921 (הָדַר);","strongs_definition":"honour; used (figuratively) for the capital city (Jerusalem)","kjv_definition":"glory."} +{"id":"H1926","strongs_number":"H1926","system":"hebrew","language":"hebrew","number_value":1926,"lemma":"הָדָר","transliteration":"hâdâr","pronunciation":"haw-dawr'","derivation":"from H1921 (הָדַר);","strongs_definition":"magnificence, i.e. ornament or splendor","kjv_definition":"beauty, comeliness, excellency, glorious, glory, goodly, honour, majesty."} +{"id":"H1927","strongs_number":"H1927","system":"hebrew","language":"hebrew","number_value":1927,"lemma":"הֲדָרָה","transliteration":"hădârâh","pronunciation":"had-aw-raw'","derivation":"feminine of H1926 (הָדָר);","strongs_definition":"decoration","kjv_definition":"beauty, honour."} +{"id":"H1928","strongs_number":"H1928","system":"hebrew","language":"hebrew","number_value":1928,"lemma":"הֲדַרְעֶזֶר","transliteration":"Hădarʻezer","pronunciation":"had-ar-eh'-zer","derivation":"from H1924 (הֲדַר) and H5828 (עֵזֶר); Hadar (i.e. Hadad, H1908 (הֲדַד)) is his help; (i.e. Hadadezer, H1909 (הֲדַדְעֶזֶר))","strongs_definition":"Hadarezer, a Syrian king","kjv_definition":"Hadarezer."} +{"id":"H1929","strongs_number":"H1929","system":"hebrew","language":"hebrew","number_value":1929,"lemma":"הָהּ","transliteration":"hâhh","pronunciation":"haw","derivation":"a shortened form of H162 (אֲהָהּ);","strongs_definition":"ah! expressing grief","kjv_definition":"woe worth."} +{"id":"H1930","strongs_number":"H1930","system":"hebrew","language":"hebrew","number_value":1930,"lemma":"הוֹ","transliteration":"hôw","pronunciation":"ho","derivation":"by permutation from H1929 (הָהּ);","strongs_definition":"oh!","kjv_definition":"alas."} +{"id":"H1931","strongs_number":"H1931","system":"hebrew","language":"hebrew","number_value":1931,"lemma":"הוּא","transliteration":"hûwʼ","pronunciation":"hoo","derivation":"of which the feminine (beyond the Pentateuch) is הִיא; a primitive word, the third person pronoun singular;","strongs_definition":"he (she or it); only expressed when emphatic or without a verb; also (intensively) self, or (especially with the article) the same; sometimes (as demonstrative) this or that; occasionally (instead of copula) as or are","kjv_definition":"he, as for her, him(-self), it, the same, she (herself), such, that (...it), these, they, this, those, which (is), who."} +{"id":"H1932","strongs_number":"H1932","system":"hebrew","language":"hebrew","number_value":1932,"lemma":"הוּא","transliteration":"hûwʼ","pronunciation":"hoo","derivation":"(Aramaic) or (feminine) הִיא; (Aramaic), corresponding to H1931 (הוּא)","strongs_definition":"{he (she or it); self, or (especially with the article) the same; sometimes (as demonstrative) this or that; occasionally (instead of copula) as or are}","kjv_definition":"[idiom] are, it, this."} +{"id":"H1933","strongs_number":"H1933","system":"hebrew","language":"hebrew","number_value":1933,"lemma":"הָוָא","transliteration":"hâvâʼ","pronunciation":"haw-vaw'","derivation":"or הָוָה; a primitive root (compare H183 (אָוָה), H1961 (הָיָה)) supposed to mean properly, to breathe;","strongs_definition":"to be (in the sense of existence)","kjv_definition":"be, [idiom] have."} +{"id":"H1934","strongs_number":"H1934","system":"hebrew","language":"hebrew","number_value":1934,"lemma":"הָוָא","transliteration":"hâvâʼ","pronunciation":"hav-aw'","derivation":"(Aramaic) or הָוָה; (Aramaic), corresponding to H1933 (הָוָא);","strongs_definition":"to exist; used in a great variety of applications (especially in connection with other words)","kjv_definition":"be, become, [phrase] behold, [phrase] came (to pass), [phrase] cease, [phrase] cleave, [phrase] consider, [phrase] do, [phrase] give, [phrase] have, [phrase] judge, [phrase] keep, [phrase] labour, [phrase] mingle (self), [phrase] put, [phrase] see, [phrase] seek, [phrase] set, [phrase] slay, [phrase] take heed, tremble, [phrase] walk, [phrase] would."} +{"id":"H1935","strongs_number":"H1935","system":"hebrew","language":"hebrew","number_value":1935,"lemma":"הוֹד","transliteration":"hôwd","pronunciation":"hode","derivation":"from an unused root;","strongs_definition":"grandeur (i.e. an imposing form and appearance)","kjv_definition":"beauty, comeliness, excellency, glorious, glory, goodly, honour, majesty."} +{"id":"H1936","strongs_number":"H1936","system":"hebrew","language":"hebrew","number_value":1936,"lemma":"הוֹד","transliteration":"Hôwd","pronunciation":"hode","derivation":"the same as H1935 (הוֹד);","strongs_definition":"Hod, an Israelite","kjv_definition":"Hod."} +{"id":"H1937","strongs_number":"H1937","system":"hebrew","language":"hebrew","number_value":1937,"lemma":"הוֹדְוָה","transliteration":"Hôwdᵉvâh","pronunciation":"ho-dev-aw'","derivation":"a form of H1938 (הוֹדַוְיָה);","strongs_definition":"Hodevah (or Hodevjah), an Israelite","kjv_definition":"Hodevah."} +{"id":"H1938","strongs_number":"H1938","system":"hebrew","language":"hebrew","number_value":1938,"lemma":"הוֹדַוְיָה","transliteration":"Hôwdavyâh","pronunciation":"ho-dav-yaw'","derivation":"from H1935 (הוֹד) and H3050 (יָהּ); majesty of Jah;","strongs_definition":"Hodavjah, the name of three Israelites","kjv_definition":"Hodaviah."} +{"id":"H1939","strongs_number":"H1939","system":"hebrew","language":"hebrew","number_value":1939,"lemma":"הוֹדַיְוָהוּ","transliteration":"Hôwdayvâhûw","pronunciation":"ho-dah-yeh-vaw'-hoo","derivation":"a form of H1938 (הוֹדַוְיָה);","strongs_definition":"Hodajvah, an Israelite","kjv_definition":"Hodaiah."} +{"id":"H1940","strongs_number":"H1940","system":"hebrew","language":"hebrew","number_value":1940,"lemma":"הוֹדִיָּה","transliteration":"Hôwdîyâh","pronunciation":"ho-dee-yaw'","derivation":"a form for the feminine of H3064 (יְהוּדִי);","strongs_definition":"a Jewess","kjv_definition":"Hodiah."} +{"id":"H1941","strongs_number":"H1941","system":"hebrew","language":"hebrew","number_value":1941,"lemma":"הוֹדִיָּה","transliteration":"Hôwdîyâh","pronunciation":"ho-dee-yaw'","derivation":"a form of H1938 (הוֹדַוְיָה);","strongs_definition":"Hodijah, the name of three Israelites","kjv_definition":"Hodijah."} +{"id":"H1942","strongs_number":"H1942","system":"hebrew","language":"hebrew","number_value":1942,"lemma":"הַוָּה","transliteration":"havvâh","pronunciation":"hav-vaw'","derivation":"from H1933 (הָוָא) (in the sense of eagerly coveting and rushing upon;","strongs_definition":"by implication, of falling); desire; also ruin","kjv_definition":"calamity, iniquity, mischief, mischievous (thing), naughtiness, naughty, noisome, perverse thing, substance, very wickedness."} +{"id":"H1943","strongs_number":"H1943","system":"hebrew","language":"hebrew","number_value":1943,"lemma":"הֹוָה","transliteration":"hôvâh","pronunciation":"ho-vaw'","derivation":"another form for H1942 (הַוָּה);","strongs_definition":"ruin","kjv_definition":"mischief."} +{"id":"H1944","strongs_number":"H1944","system":"hebrew","language":"hebrew","number_value":1944,"lemma":"הוֹהָם","transliteration":"Hôwhâm","pronunciation":"ho-hawm'","derivation":"of uncertain derivation;","strongs_definition":"Hoham, a Canaanitish king","kjv_definition":"Hoham."} +{"id":"H1945","strongs_number":"H1945","system":"hebrew","language":"hebrew","number_value":1945,"lemma":"הוֹי","transliteration":"hôwy","pronunciation":"hoh'ee","derivation":"a prolonged form of H1930 (הוֹ) (akin to H188 (אוֹי));","strongs_definition":"oh!","kjv_definition":"ah, alas, ho, O, woe."} +{"id":"H1946","strongs_number":"H1946","system":"hebrew","language":"hebrew","number_value":1946,"lemma":"הוּךְ","transliteration":"hûwk","pronunciation":"hook","derivation":"(Aramaic) corresponding to H1981 (הֲלַךְ);","strongs_definition":"to go; causatively, to bring","kjv_definition":"bring again, come, go (up)."} +{"id":"H1947","strongs_number":"H1947","system":"hebrew","language":"hebrew","number_value":1947,"lemma":"הוֹלֵלָה","transliteration":"hôwlêlâh","pronunciation":"ho-lay-law'","derivation":"feminine active participle of H1984 (הָלַל);","strongs_definition":"folly","kjv_definition":"madness."} +{"id":"H1948","strongs_number":"H1948","system":"hebrew","language":"hebrew","number_value":1948,"lemma":"הוֹלֵלוּת","transliteration":"hôwlêlûwth","pronunciation":"ho-lay-looth'","derivation":"from active participle of H1984 (הָלַל);","strongs_definition":"folly","kjv_definition":"madness."} +{"id":"H1949","strongs_number":"H1949","system":"hebrew","language":"hebrew","number_value":1949,"lemma":"הוּם","transliteration":"hûwm","pronunciation":"hoom","derivation":"a primitive root (compare H2000 (הָמַם));","strongs_definition":"to make an uproar, or agitate greatly","kjv_definition":"destroy, move, make a noise, put, ring again."} +{"id":"H1950","strongs_number":"H1950","system":"hebrew","language":"hebrew","number_value":1950,"lemma":"הוֹמָם","transliteration":"Hôwmâm","pronunciation":"ho-mawm'","derivation":"from H2000 (הָמַם); raging;","strongs_definition":"Homam, an Edomitish chieftain","kjv_definition":"Homam. Compare H1967 (הֵימָם)."} +{"id":"H1951","strongs_number":"H1951","system":"hebrew","language":"hebrew","number_value":1951,"lemma":"הוּן","transliteration":"hûwn","pronunciation":"hoon","derivation":"a primitive root;","strongs_definition":"properly, to be naught, i.e. (figuratively) to be (causatively, act) light","kjv_definition":"be ready."} +{"id":"H1952","strongs_number":"H1952","system":"hebrew","language":"hebrew","number_value":1952,"lemma":"הוֹן","transliteration":"hôwn","pronunciation":"hone","derivation":"from the same as H1951 (הוּן) in the sense of H202 (אוֹן);","strongs_definition":"wealth; by implication, enough","kjv_definition":"enough, [phrase] for nought, riches, substance, wealth."} +{"id":"H1953","strongs_number":"H1953","system":"hebrew","language":"hebrew","number_value":1953,"lemma":"הוֹשָׁמָע","transliteration":"Hôwshâmâʻ","pronunciation":"ho-shaw-maw'","derivation":"from H3068 (יְהֹוָה) and H8085 (שָׁמַע); Jehovah has heard;","strongs_definition":"Hoshama, an Israelite","kjv_definition":"Hoshama."} +{"id":"H1954","strongs_number":"H1954","system":"hebrew","language":"hebrew","number_value":1954,"lemma":"הוֹשֵׁעַ","transliteration":"Hôwshêaʻ","pronunciation":"ho-shay'-ah","derivation":"from H3467 (יָשַׁע); deliverer;","strongs_definition":"Hoshea, the name of five Israelites","kjv_definition":"Hosea, Hoshea, Oshea."} +{"id":"H1955","strongs_number":"H1955","system":"hebrew","language":"hebrew","number_value":1955,"lemma":"הוֹשַׁעְיָה","transliteration":"Hôwshaʻyâh","pronunciation":"ho-shah-yaw'","derivation":"from H3467 (יָשַׁע) and H3050 (יָהּ); Jah has saved;","strongs_definition":"Hoshajah, the name of two Israelites","kjv_definition":"Hoshaiah."} +{"id":"H1956","strongs_number":"H1956","system":"hebrew","language":"hebrew","number_value":1956,"lemma":"הוֹתִיר","transliteration":"Hôwthîyr","pronunciation":"ho-theer'","derivation":"from H3498 (יָתַר); he has caused to remain;","strongs_definition":"Hothir, an Israelite","kjv_definition":"Hothir."} +{"id":"H1957","strongs_number":"H1957","system":"hebrew","language":"hebrew","number_value":1957,"lemma":"הָזָה","transliteration":"hâzâh","pronunciation":"haw-zaw'","derivation":"a primitive root (compare H2372 (חָזָה));","strongs_definition":"to dream","kjv_definition":"sleep."} +{"id":"H1958","strongs_number":"H1958","system":"hebrew","language":"hebrew","number_value":1958,"lemma":"הִי","transliteration":"hîy","pronunciation":"he","derivation":"for H5092 (נְהִי);","strongs_definition":"lamentation","kjv_definition":"woe. (For hiyr. See H1931 (הוּא), H1932 (הוּא).)"} +{"id":"H1959","strongs_number":"H1959","system":"hebrew","language":"hebrew","number_value":1959,"lemma":"הֵידָד","transliteration":"hêydâd","pronunciation":"hay-dawd'","derivation":"from an unused root (meaning to shout);","strongs_definition":"acclamation","kjv_definition":"shout(-ing)."} +{"id":"H1960","strongs_number":"H1960","system":"hebrew","language":"hebrew","number_value":1960,"lemma":"הֻיְּדָה","transliteration":"huyᵉdâh","pronunciation":"hoo-yed-aw'","derivation":"from the same as H1959 (הֵידָד);","strongs_definition":"properly, an acclaim, i.e. a choir of singers","kjv_definition":"thanksgiving."} +{"id":"H1961","strongs_number":"H1961","system":"hebrew","language":"hebrew","number_value":1961,"lemma":"הָיָה","transliteration":"hâyâh","pronunciation":"haw-yaw","derivation":"a primitive root (compare H1933 (הָוָא));","strongs_definition":"to exist, i.e. be or become, come to pass (always emphatic, and not a mere copula or auxiliary)","kjv_definition":"beacon, [idiom] altogether, be(-come), accomplished, committed, like), break, cause, come (to pass), do, faint, fall, [phrase] follow, happen, [idiom] have, last, pertain, quit (one-) self, require, [idiom] use."} +{"id":"H1962","strongs_number":"H1962","system":"hebrew","language":"hebrew","number_value":1962,"lemma":"הַיָּה","transliteration":"hayâh","pronunciation":"hah-yaw'","derivation":"another form for H1943 (הֹוָה);","strongs_definition":"ruin","kjv_definition":"calamity."} +{"id":"H1963","strongs_number":"H1963","system":"hebrew","language":"hebrew","number_value":1963,"lemma":"הֵיךְ","transliteration":"hêyk","pronunciation":"hake","derivation":"another form for H349 (אֵיךְ);","strongs_definition":"how?","kjv_definition":"how."} +{"id":"H1964","strongs_number":"H1964","system":"hebrew","language":"hebrew","number_value":1964,"lemma":"הֵיכָל","transliteration":"hêykâl","pronunciation":"hay-kawl'","derivation":"probably from H3201 (יָכֹל) (in the sense of capacity);","strongs_definition":"a large public building, such as a palace or temple","kjv_definition":"palace, temple."} +{"id":"H1965","strongs_number":"H1965","system":"hebrew","language":"hebrew","number_value":1965,"lemma":"הֵיכַל","transliteration":"hêykal","pronunciation":"hay-kal'","derivation":"(Aramaic) corresponding to H1964 (הֵיכָל)","strongs_definition":"{a large public building, such as a palace or temple}","kjv_definition":"palace, temple."} +{"id":"H1966","strongs_number":"H1966","system":"hebrew","language":"hebrew","number_value":1966,"lemma":"הֵילֵל","transliteration":"hêylêl","pronunciation":"hay-lale'","derivation":"from H1984 (הָלַל) (in the sense of brightness);","strongs_definition":"the morning-star","kjv_definition":"lucifer."} +{"id":"H1967","strongs_number":"H1967","system":"hebrew","language":"hebrew","number_value":1967,"lemma":"הֵימָם","transliteration":"Hêymâm","pronunciation":"hay-mawm'","derivation":"another form for H1950 (הוֹמָם);","strongs_definition":"Hemam, an Idumaean","kjv_definition":"Hemam."} +{"id":"H1968","strongs_number":"H1968","system":"hebrew","language":"hebrew","number_value":1968,"lemma":"הֵימָן","transliteration":"Hêymân","pronunciation":"hay-mawn'","derivation":"probably from H539 (אָמַן); faithful;","strongs_definition":"Heman, the name of at least two Israelites","kjv_definition":"Heman."} +{"id":"H1969","strongs_number":"H1969","system":"hebrew","language":"hebrew","number_value":1969,"lemma":"הִין","transliteration":"hîyn","pronunciation":"heen","derivation":"probably of Egyptian origin;","strongs_definition":"a hin or liquid measure","kjv_definition":"hin."} +{"id":"H1970","strongs_number":"H1970","system":"hebrew","language":"hebrew","number_value":1970,"lemma":"הָכַר","transliteration":"hâkar","pronunciation":"haw-kar'","derivation":"a primitive root; apparently","strongs_definition":"to injure","kjv_definition":"make self strange."} +{"id":"H1971","strongs_number":"H1971","system":"hebrew","language":"hebrew","number_value":1971,"lemma":"הַכָּרָה","transliteration":"hakkârâh","pronunciation":"hak-kaw-raw'","derivation":"from H5234 (נָכַר);","strongs_definition":"respect, i.e. partiality","kjv_definition":"shew."} +{"id":"H1972","strongs_number":"H1972","system":"hebrew","language":"hebrew","number_value":1972,"lemma":"הָלָא","transliteration":"hâlâʼ","pronunciation":"haw-law'","derivation":"probably denominatively from H1973 (הָלְאָה)xlit hâlᵉâh corrected to hâlᵉʼâh;","strongs_definition":"to remove or be remote","kjv_definition":"cast far off."} +{"id":"H1973","strongs_number":"H1973","system":"hebrew","language":"hebrew","number_value":1973,"lemma":"הָלְאָה","transliteration":"hâlᵉʼâh","pronunciation":"haw-leh-aw'","derivation":"from the primitive form of the article (hal);","strongs_definition":"to the distance, i.e. far away; also (of time) thus far","kjv_definition":"back, beyond, (hence,-) forward, hitherto, thence, forth, yonder."} +{"id":"H1974","strongs_number":"H1974","system":"hebrew","language":"hebrew","number_value":1974,"lemma":"הִלּוּל","transliteration":"hillûwl","pronunciation":"hil-lool'","derivation":"from H1984 (הָלַל) (in the sense of rejoicing);","strongs_definition":"a celebration of thanksgiving for harvest","kjv_definition":"merry, praise."} +{"id":"H1975","strongs_number":"H1975","system":"hebrew","language":"hebrew","number_value":1975,"lemma":"הַלָּז","transliteration":"hallâz","pronunciation":"hal-lawz'","derivation":"from H1976 (הַלָּזֶה);","strongs_definition":"this or that","kjv_definition":"side, that, this."} +{"id":"H1976","strongs_number":"H1976","system":"hebrew","language":"hebrew","number_value":1976,"lemma":"הַלָּזֶה","transliteration":"hallâzeh","pronunciation":"hal-law-zeh'","derivation":"from the article (see H1973 (הָלְאָה)xlit hâlᵉâh corrected to hâlᵉʼâh) and H2088 (זֶה);","strongs_definition":"this very","kjv_definition":"this."} +{"id":"H1977","strongs_number":"H1977","system":"hebrew","language":"hebrew","number_value":1977,"lemma":"הַלֵּזוּ","transliteration":"hallêzûw","pronunciation":"hal-lay-zoo'","derivation":"another form of H1976 (הַלָּזֶה);","strongs_definition":"that","kjv_definition":"this."} +{"id":"H1978","strongs_number":"H1978","system":"hebrew","language":"hebrew","number_value":1978,"lemma":"הָלִיךְ","transliteration":"hâlîyk","pronunciation":"haw-leek'","derivation":"from H1980 (הָלַךְ);","strongs_definition":"a walk, i.e. (by implication) a step","kjv_definition":"step."} +{"id":"H1979","strongs_number":"H1979","system":"hebrew","language":"hebrew","number_value":1979,"lemma":"הֲלִיכָה","transliteration":"hălîykâh","pronunciation":"hal-ee-kaw'","derivation":"feminine of H1978 (הָלִיךְ);","strongs_definition":"a walking; by implication, a procession or march, a caravan","kjv_definition":"company, going, walk, way."} +{"id":"H1980","strongs_number":"H1980","system":"hebrew","language":"hebrew","number_value":1980,"lemma":"הָלַךְ","transliteration":"hâlak","pronunciation":"haw-lak'","derivation":"akin to H3212 (יָלַךְ); a primitive root;","strongs_definition":"to walk (in a great variety of applications, literally and figuratively)","kjv_definition":"(all) along, apace, behave (self), come, (on) continually, be conversant, depart, [phrase] be eased, enter, exercise (self), [phrase] follow, forth, forward, get, go (about, abroad, along, away, forward, on, out, up and down), [phrase] greater, grow, be wont to haunt, lead, march, [idiom] more and more, move (self), needs, on, pass (away), be at the point, quite, run (along), [phrase] send, speedily, spread, still, surely, [phrase] tale-bearer, [phrase] travel(-ler), walk (abroad, on, to and fro, up and down, to places), wander, wax, (way-) faring man, [idiom] be weak, whirl."} +{"id":"H1981","strongs_number":"H1981","system":"hebrew","language":"hebrew","number_value":1981,"lemma":"הֲלַךְ","transliteration":"hălak","pronunciation":"hal-ak'","derivation":"(Aramaic) corresponding to H1980 (הָלַךְ) (compare H1946 (הוּךְ));","strongs_definition":"to walk","kjv_definition":"walk."} +{"id":"H1982","strongs_number":"H1982","system":"hebrew","language":"hebrew","number_value":1982,"lemma":"הֵלֶךְ","transliteration":"hêlek","pronunciation":"hay'-lek","derivation":"from H1980 (הָלַךְ);","strongs_definition":"properly, a journey, i.e. (by implication) a wayfarer; also a flowing","kjv_definition":"[idiom] dropped, traveller."} +{"id":"H1983","strongs_number":"H1983","system":"hebrew","language":"hebrew","number_value":1983,"lemma":"הֲלָךְ","transliteration":"hălâk","pronunciation":"hal-awk'","derivation":"(Aramaic) from H1981 (הֲלַךְ);","strongs_definition":"properly, a journey, i.e. (by implication) toll on goods at aroad","kjv_definition":"custom."} +{"id":"H1984","strongs_number":"H1984","system":"hebrew","language":"hebrew","number_value":1984,"lemma":"הָלַל","transliteration":"hâlal","pronunciation":"haw-lal'","derivation":"a primitive root;","strongs_definition":"to be clear (orig. of sound, but usually of color); to shine; hence, to make ashow, to boast; and thus to be (clamorously) foolish; to rave; causatively, to celebrate; also to stultify","kjv_definition":"(make) boast (self), celebrate, commend, (deal, make), fool(-ish, -ly), glory, give (light), be (make, feign self) mad (against), give in marriage, (sing, be worthy of) praise, rage, renowned, shine."} +{"id":"H1985","strongs_number":"H1985","system":"hebrew","language":"hebrew","number_value":1985,"lemma":"הִלֵּל","transliteration":"Hillêl","pronunciation":"hil-layl'","derivation":"from H1984 (הָלַל); praising (namely God);","strongs_definition":"Hillel, an Israelite","kjv_definition":"Hillel."} +{"id":"H1986","strongs_number":"H1986","system":"hebrew","language":"hebrew","number_value":1986,"lemma":"הָלַם","transliteration":"hâlam","pronunciation":"haw-lam'","derivation":"a primitive root;","strongs_definition":"to strike down; by implication, to hammer, stamp, conquer, disband","kjv_definition":"beat (down), break (down), overcome, smite (with the hammer)."} +{"id":"H1987","strongs_number":"H1987","system":"hebrew","language":"hebrew","number_value":1987,"lemma":"הֶלֶם","transliteration":"Helem","pronunciation":"hay'-lem","derivation":"from H1986 (הָלַם); smiter;","strongs_definition":"Helem, the name of two Israelites","kjv_definition":"Helem."} +{"id":"H1988","strongs_number":"H1988","system":"hebrew","language":"hebrew","number_value":1988,"lemma":"הֲלֹם","transliteration":"hălôm","pronunciation":"hal-ome'","derivation":"from the article (see H1973 (הָלְאָה)xlit hâlᵉâh corrected to hâlᵉʼâh);","strongs_definition":"hither","kjv_definition":"here, hither(-(to)), thither."} +{"id":"H1989","strongs_number":"H1989","system":"hebrew","language":"hebrew","number_value":1989,"lemma":"הַלְמוּת","transliteration":"halmûwth","pronunciation":"hal-mooth'","derivation":"from H1986 (הָלַם);","strongs_definition":"a hammer (or mallet)","kjv_definition":"hammer."} +{"id":"H1990","strongs_number":"H1990","system":"hebrew","language":"hebrew","number_value":1990,"lemma":"הָם","transliteration":"Hâm","pronunciation":"hawm","derivation":"of uncertain derivation;","strongs_definition":"Ham, a region of Palestine","kjv_definition":"Ham."} +{"id":"H1991","strongs_number":"H1991","system":"hebrew","language":"hebrew","number_value":1991,"lemma":"הֵם","transliteration":"hêm","pronunciation":"haym","derivation":"from H1993 (הָמָה);","strongs_definition":"abundance, i.e. wealth","kjv_definition":"any of theirs."} +{"id":"H1992","strongs_number":"H1992","system":"hebrew","language":"hebrew","number_value":1992,"lemma":"הֵם","transliteration":"hêm","pronunciation":"haym","derivation":"or (prolonged) הֵמָּה; masculine plural from H1981 (הֲלַךְ);","strongs_definition":"they (only used when emphatic)","kjv_definition":"it, like, [idiom] (how, so) many (soever, more as) they (be), (the) same, [idiom] so, [idiom] such, their, them, these, they, those, which, who, whom, withal, ye."} +{"id":"H1993","strongs_number":"H1993","system":"hebrew","language":"hebrew","number_value":1993,"lemma":"הָמָה","transliteration":"hâmâh","pronunciation":"haw-maw'","derivation":"a primitive root (compare H1949 (הוּם));","strongs_definition":"to make a loud sound (like English 'hum'); by implication, to be in great commotion or tumult, to rage, war, moan, clamor","kjv_definition":"clamorous, concourse, cry aloud, be disquieted, loud, mourn, be moved, make a noise, rage, roar, sound, be troubled, make in tumult, tumultuous, be in an uproar."} +{"id":"H1994","strongs_number":"H1994","system":"hebrew","language":"hebrew","number_value":1994,"lemma":"הִמּוֹ","transliteration":"himmôw","pronunciation":"him-mo'","derivation":"(Aramaic) or (prolonged) הִמּוֹן; (Aramaic), corresponding to H1992 (הֵם);","strongs_definition":"they","kjv_definition":"[idiom] are, them, those."} +{"id":"H1995","strongs_number":"H1995","system":"hebrew","language":"hebrew","number_value":1995,"lemma":"הָמוֹן","transliteration":"hâmôwn","pronunciation":"haw-mone'","derivation":"or הָמֹן; (Ezekiel 5:7), from H1993 (הָמָה);","strongs_definition":"a noise, tumult, crowd; also disquietude, wealth","kjv_definition":"abundance, company, many, multitude, multiply, noise, riches, rumbling, sounding, store, tumult."} +{"id":"H1996","strongs_number":"H1996","system":"hebrew","language":"hebrew","number_value":1996,"lemma":"הֲמוֹן גּוֹג","transliteration":"Hămôwn Gôwg","pronunciation":"ham-one' gohg","derivation":"from H1995 (הָמוֹן) and H1463 (גּוֹג);","strongs_definition":"the multitude of Gog; the fanciful name of an emblematic place in Palestine","kjv_definition":"Hamogog."} +{"id":"H1997","strongs_number":"H1997","system":"hebrew","language":"hebrew","number_value":1997,"lemma":"הֲמוֹנָה","transliteration":"Hămôwnâh","pronunciation":"ham-o-naw'","derivation":"feminine of H1995 (הָמוֹן); multitude; , the same as H1996 (הֲמוֹן גּוֹג)","strongs_definition":"Hamonah","kjv_definition":"Hamonah."} +{"id":"H1998","strongs_number":"H1998","system":"hebrew","language":"hebrew","number_value":1998,"lemma":"הֶמְיָה","transliteration":"hemyâh","pronunciation":"hem-yaw'","derivation":"from H1993 (הָמָה);","strongs_definition":"sound","kjv_definition":"noise."} +{"id":"H1999","strongs_number":"H1999","system":"hebrew","language":"hebrew","number_value":1999,"lemma":"הֲמֻלָּה","transliteration":"hămullâh","pronunciation":"ham-ool-law'","derivation":"or (too fully) הֲמוּלָּה; (Jeremiah 11:16), feminine passive participle of an unused root meaning to rush (as rain with a windy roar);","strongs_definition":"a sound","kjv_definition":"speech, tumult."} +{"id":"H2000","strongs_number":"H2000","system":"hebrew","language":"hebrew","number_value":2000,"lemma":"הָמַם","transliteration":"hâmam","pronunciation":"haw-mam'","derivation":"a primitive root (compare H1949 (הוּם), H1993 (הָמָה));","strongs_definition":"properly, to put in commotion; by implication, to disturb, drive, destroy","kjv_definition":"break, consume, crush, destroy, discomfit, trouble, vex."} +{"id":"H2001","strongs_number":"H2001","system":"hebrew","language":"hebrew","number_value":2001,"lemma":"הָמָן","transliteration":"Hâmân","pronunciation":"haw-mawn'","derivation":"of foreign derivation;","strongs_definition":"Haman, a Persian vizier","kjv_definition":"Haman."} +{"id":"H2002","strongs_number":"H2002","system":"hebrew","language":"hebrew","number_value":2002,"lemma":"הַמְנִיךְ","transliteration":"hamnîyk","pronunciation":"ham-neek'","derivation":"(Aramaic) but the text is הֲמוּנֵךְ; of foreign origin;","strongs_definition":"a necklace","kjv_definition":"chain."} +{"id":"H2003","strongs_number":"H2003","system":"hebrew","language":"hebrew","number_value":2003,"lemma":"הָמָס","transliteration":"hâmâç","pronunciation":"haw-mawce'","derivation":"from an unused root apparently meaning to crackle;","strongs_definition":"a dry twig or brushwood","kjv_definition":"melting."} +{"id":"H2004","strongs_number":"H2004","system":"hebrew","language":"hebrew","number_value":2004,"lemma":"הֵן","transliteration":"hên","pronunciation":"hane","derivation":"feminine plural from H1931 (הוּא);","strongs_definition":"they (only used when emphatic)","kjv_definition":"[idiom] in, such like, (with) them, thereby, therein, (more than) they, wherein, in which, whom, withal."} +{"id":"H2005","strongs_number":"H2005","system":"hebrew","language":"hebrew","number_value":2005,"lemma":"הֵן","transliteration":"hên","pronunciation":"hane","derivation":"a primitive particle;","strongs_definition":"lo!; also (as expressing surprise) if","kjv_definition":"behold, if, lo, though."} +{"id":"H2006","strongs_number":"H2006","system":"hebrew","language":"hebrew","number_value":2006,"lemma":"הֵן","transliteration":"hên","pronunciation":"hane","derivation":"(Aramaic) corresponding to H2005 (הֵן);","strongs_definition":"lo! also there(-fore), (un-) less, whether, but, if","kjv_definition":"(that) if, or, whether."} +{"id":"H2007","strongs_number":"H2007","system":"hebrew","language":"hebrew","number_value":2007,"lemma":"הֵנָּה","transliteration":"hênnâh","pronunciation":"hane'-naw","derivation":"prolongation for H2004 (הֵן);","strongs_definition":"themselves (often used emphatic for the copula, also in indirect relation)","kjv_definition":"[idiom] in, [idiom] such (and such things), their, (into) them, thence, therein, these, they (had), on this side, whose, wherein."} +{"id":"H2008","strongs_number":"H2008","system":"hebrew","language":"hebrew","number_value":2008,"lemma":"הֵנָּה","transliteration":"hênnâh","pronunciation":"hane'-naw","derivation":"from H2004 (הֵן);","strongs_definition":"hither or thither (but used both of place and time)","kjv_definition":"here, hither(-to), now, on this (that) side, [phrase] since, this (that) way, thitherward, [phrase] thus far, to...fro, [phrase] yet."} +{"id":"H2009","strongs_number":"H2009","system":"hebrew","language":"hebrew","number_value":2009,"lemma":"הִנֵּה","transliteration":"hinnêh","pronunciation":"hin-nay'","derivation":"prolongation for H2005 (הֵן);","strongs_definition":"lo!","kjv_definition":"behold, lo, see."} +{"id":"H2010","strongs_number":"H2010","system":"hebrew","language":"hebrew","number_value":2010,"lemma":"הֲנָחָה","transliteration":"hănâchâh","pronunciation":"han-aw-khaw'","derivation":"from H5117 (נוּחַ);","strongs_definition":"permission of rest, i.e. quiet","kjv_definition":"release."} +{"id":"H2011","strongs_number":"H2011","system":"hebrew","language":"hebrew","number_value":2011,"lemma":"הִנֹּם","transliteration":"Hinnôm","pronunciation":"hin-nome'","derivation":"probably of foreign origin;","strongs_definition":"Hinnom, apparently a Jebusite","kjv_definition":"Hinnom."} +{"id":"H2012","strongs_number":"H2012","system":"hebrew","language":"hebrew","number_value":2012,"lemma":"הֵנַע","transliteration":"Hênaʻ","pronunciation":"hay-nah'","derivation":"probably of foreign derivation;","strongs_definition":"Hena, a place apparently in Mesopotamia","kjv_definition":"Hena."} +{"id":"H2013","strongs_number":"H2013","system":"hebrew","language":"hebrew","number_value":2013,"lemma":"הָסָה","transliteration":"hâçâh","pronunciation":"haw-saw'","derivation":"a primitive root;","strongs_definition":"to hush","kjv_definition":"hold peace (tongue), (keep) silence, be silent, still."} +{"id":"H2014","strongs_number":"H2014","system":"hebrew","language":"hebrew","number_value":2014,"lemma":"הֲפֻגָה","transliteration":"hăphugâh","pronunciation":"haf-oo-gaw'","derivation":"from H6313 (פּוּג);","strongs_definition":"relaxation","kjv_definition":"intermission."} +{"id":"H2015","strongs_number":"H2015","system":"hebrew","language":"hebrew","number_value":2015,"lemma":"הָפַךְ","transliteration":"hâphak","pronunciation":"haw-fak'","derivation":"a primitive root;","strongs_definition":"to turn about or over; by implication, to change, overturn, return, pervert","kjv_definition":"[idiom] become, change, come, be converted, give, make (a bed), overthrow (-turn), perverse, retire, tumble, turn (again, aside, back, to the contrary, every way)."} +{"id":"H2016","strongs_number":"H2016","system":"hebrew","language":"hebrew","number_value":2016,"lemma":"הֶפֶךְ","transliteration":"hephek","pronunciation":"heh'-fek","derivation":"; or הֵפֶךְ; from H2015 (הָפַךְ);","strongs_definition":"a turn, i.e. the reverse","kjv_definition":"contrary."} +{"id":"H2017","strongs_number":"H2017","system":"hebrew","language":"hebrew","number_value":2017,"lemma":"הֹפֶךְ","transliteration":"hôphek","pronunciation":"ho'-fek","derivation":"from H2015 (הָפַךְ);","strongs_definition":"an upset, i.e. (abstract) perversity","kjv_definition":"turning of things upside down."} +{"id":"H2018","strongs_number":"H2018","system":"hebrew","language":"hebrew","number_value":2018,"lemma":"הֲפֵכָה","transliteration":"hăphêkâh","pronunciation":"haf-ay-kaw'","derivation":"feminine of H2016 (הֶפֶךְ);","strongs_definition":"destruction","kjv_definition":"overthrow."} +{"id":"H2019","strongs_number":"H2019","system":"hebrew","language":"hebrew","number_value":2019,"lemma":"הֲפַכְפַּךְ","transliteration":"hăphakpak","pronunciation":"haf-ak-pak'","derivation":"by reduplication from H2015 (הָפַךְ);","strongs_definition":"very perverse","kjv_definition":"froward."} +{"id":"H2020","strongs_number":"H2020","system":"hebrew","language":"hebrew","number_value":2020,"lemma":"הַצָּלָה","transliteration":"hatstsâlâh","pronunciation":"hats-tsaw-law'","derivation":"from H5337 (נָצַל);","strongs_definition":"rescue","kjv_definition":"deliverance."} +{"id":"H2021","strongs_number":"H2021","system":"hebrew","language":"hebrew","number_value":2021,"lemma":"הֹצֶן","transliteration":"hôtsen","pronunciation":"ho'-tsen","derivation":"from an unused root meaning apparently to be sharp or strong;","strongs_definition":"a weapon of war","kjv_definition":"chariot."} +{"id":"H2022","strongs_number":"H2022","system":"hebrew","language":"hebrew","number_value":2022,"lemma":"הַר","transliteration":"har","pronunciation":"har","derivation":"a shortened form of H2042 (הָרָר);","strongs_definition":"a mountain or range of hills (sometimes used figuratively)","kjv_definition":"hill (country), mount(-ain), [idiom] promotion."} +{"id":"H2023","strongs_number":"H2023","system":"hebrew","language":"hebrew","number_value":2023,"lemma":"הֹר","transliteration":"Hôr","pronunciation":"hore","derivation":"another form of H2022 (הַר); mountain;","strongs_definition":"Hor, the name of a peak in Idumaea and of one in Syria","kjv_definition":"Hor."} +{"id":"H2024","strongs_number":"H2024","system":"hebrew","language":"hebrew","number_value":2024,"lemma":"הָרָא","transliteration":"Hârâʼ","pronunciation":"haw-raw'","derivation":"perhaps from H2022 (הַר); mountainousness;","strongs_definition":"Hara, a region of Media","kjv_definition":"Hara."} +{"id":"H2025","strongs_number":"H2025","system":"hebrew","language":"hebrew","number_value":2025,"lemma":"הַרְאֵל","transliteration":"harʼêl","pronunciation":"har-ale'","derivation":"from H2022 (הַר) and H410 (אֵל);","strongs_definition":"mount of God; figuratively, the altar of burnt-offering","kjv_definition":"altar. Compare H739 (אֲרִיאֵל)."} +{"id":"H2026","strongs_number":"H2026","system":"hebrew","language":"hebrew","number_value":2026,"lemma":"הָרַג","transliteration":"hârag","pronunciation":"haw-rag'","derivation":"a primitive root;","strongs_definition":"to smite with deadly intent","kjv_definition":"destroy, out of hand, kill, murder(-er), put to (death), make (slaughter), slay(-er), [idiom] surely."} +{"id":"H2027","strongs_number":"H2027","system":"hebrew","language":"hebrew","number_value":2027,"lemma":"הֶרֶג","transliteration":"hereg","pronunciation":"heh'-reg","derivation":"from H2026 (הָרַג);","strongs_definition":"slaughter","kjv_definition":"be slain, slaughter."} +{"id":"H2028","strongs_number":"H2028","system":"hebrew","language":"hebrew","number_value":2028,"lemma":"הֲרֵגָה","transliteration":"hărêgâh","pronunciation":"har-ay-gaw'","derivation":"feminine of H2027 (הֶרֶג);","strongs_definition":"slaughter","kjv_definition":"slaughter."} +{"id":"H2029","strongs_number":"H2029","system":"hebrew","language":"hebrew","number_value":2029,"lemma":"הָרָה","transliteration":"hârâh","pronunciation":"haw-raw'","derivation":"a primitive root;","strongs_definition":"to be (or become) pregnant, conceive (literally or figuratively)","kjv_definition":"been, be with child, conceive, progenitor."} +{"id":"H2030","strongs_number":"H2030","system":"hebrew","language":"hebrew","number_value":2030,"lemma":"הָרֶה","transliteration":"hâreh","pronunciation":"haw-reh'","derivation":"or הָרִי; (Hosea 14:1), from H2029 (הָרָה);","strongs_definition":"pregnant","kjv_definition":"(be, woman) with child, conceive, [idiom] great."} +{"id":"H2031","strongs_number":"H2031","system":"hebrew","language":"hebrew","number_value":2031,"lemma":"הַרְהֹר","transliteration":"harhôr","pronunciation":"har-hor'","derivation":"(Aramaic) from a root corresponding to H2029 (הָרָה);","strongs_definition":"a mental conception","kjv_definition":"thought."} +{"id":"H2032","strongs_number":"H2032","system":"hebrew","language":"hebrew","number_value":2032,"lemma":"הֵרוֹן","transliteration":"hêrôwn","pronunciation":"hay-rone'","derivation":"or הֵרָיוֹן; from H2029 (הָרָה);","strongs_definition":"pregnancy","kjv_definition":"conception."} +{"id":"H2033","strongs_number":"H2033","system":"hebrew","language":"hebrew","number_value":2033,"lemma":"הֲרוֹרִי","transliteration":"Hărôwrîy","pronunciation":"har-o-ree'","derivation":"another form for H2043 (הֲרָרִי);","strongs_definition":"a Harorite or mountaineer","kjv_definition":"Harorite."} +{"id":"H2034","strongs_number":"H2034","system":"hebrew","language":"hebrew","number_value":2034,"lemma":"הֲרִיסָה","transliteration":"hărîyçâh","pronunciation":"har-ee-saw'","derivation":"from H2040 (הָרַס);","strongs_definition":"something demolished","kjv_definition":"ruin."} +{"id":"H2035","strongs_number":"H2035","system":"hebrew","language":"hebrew","number_value":2035,"lemma":"הֲרִיסוּת","transliteration":"hărîyçûwth","pronunciation":"har-ee-sooth'","derivation":"from H2040 (הָרַס);","strongs_definition":"demolition","kjv_definition":"destruction."} +{"id":"H2036","strongs_number":"H2036","system":"hebrew","language":"hebrew","number_value":2036,"lemma":"הֹרָם","transliteration":"Hôrâm","pronunciation":"ho-rawm'","derivation":"from an unused root (meaning to tower up); high;","strongs_definition":"Horam, a Canaanitish king","kjv_definition":"Horam."} +{"id":"H2037","strongs_number":"H2037","system":"hebrew","language":"hebrew","number_value":2037,"lemma":"הָרֻם","transliteration":"Hârum","pronunciation":"haw-room'","derivation":"passive participle of the same as H2036 (הֹרָם); high;","strongs_definition":"Harum, an Israelite","kjv_definition":"Harum."} +{"id":"H2038","strongs_number":"H2038","system":"hebrew","language":"hebrew","number_value":2038,"lemma":"הַרְמוֹן","transliteration":"harmôwn","pronunciation":"har-mone'","derivation":"from the same as H2036 (הֹרָם);","strongs_definition":"a castle (from its height)","kjv_definition":"palace."} +{"id":"H2039","strongs_number":"H2039","system":"hebrew","language":"hebrew","number_value":2039,"lemma":"הָרָן","transliteration":"Hârân","pronunciation":"haw-rawn'","derivation":"perhaps from H2022 (הַר); mountaineer;","strongs_definition":"Haran, the name of two men","kjv_definition":"Haran."} +{"id":"H2040","strongs_number":"H2040","system":"hebrew","language":"hebrew","number_value":2040,"lemma":"הָרַס","transliteration":"hâraç","pronunciation":"haw-ras'","derivation":"a primitive root;","strongs_definition":"to pull down or in pieces, break, destroy","kjv_definition":"beat down, break (down, through), destroy, overthrow, pluck down, pull down, ruin, throw down, [idiom] utterly."} +{"id":"H2041","strongs_number":"H2041","system":"hebrew","language":"hebrew","number_value":2041,"lemma":"הֶרֶס","transliteration":"hereç","pronunciation":"heh'-res","derivation":"from H2040 (הָרַס);","strongs_definition":"demolition","kjv_definition":"destruction."} +{"id":"H2042","strongs_number":"H2042","system":"hebrew","language":"hebrew","number_value":2042,"lemma":"הָרָר","transliteration":"hârâr","pronunciation":"haw-rawr'","derivation":"from an unused root meaning to loom up;","strongs_definition":"a mountain","kjv_definition":"hill, mount(-ain)."} +{"id":"H2043","strongs_number":"H2043","system":"hebrew","language":"hebrew","number_value":2043,"lemma":"הֲרָרִי","transliteration":"Hărârîy","pronunciation":"hah-raw-ree'","derivation":"or הָרָרִי; (2 Samuel 23:11), or הָארָרִי; (2 Samuel 23:34, last clause [), apparently from H2042 (הָרָר); a mountaineer","strongs_definition":"{Hararite}","kjv_definition":"Hararite."} +{"id":"H2044","strongs_number":"H2044","system":"hebrew","language":"hebrew","number_value":2044,"lemma":"הָשֵׁם","transliteration":"Hâshêm","pronunciation":"haw-shame'","derivation":"perhaps from the same as H2828 (חָשֻׁם); wealthy;","strongs_definition":"Hashem, an Israelite","kjv_definition":"Hashem."} +{"id":"H2045","strongs_number":"H2045","system":"hebrew","language":"hebrew","number_value":2045,"lemma":"הַשְׁמָעוּת","transliteration":"hashmâʻûwth","pronunciation":"hashmaw-ooth'","derivation":"from H8085 (שָׁמַע);","strongs_definition":"announcement","kjv_definition":"to cause to hear."} +{"id":"H2046","strongs_number":"H2046","system":"hebrew","language":"hebrew","number_value":2046,"lemma":"הִתּוּךְ","transliteration":"hittûwk","pronunciation":"hit-took'","derivation":"from H5413 (נָתַךְ);","strongs_definition":"a melting","kjv_definition":"is melted."} +{"id":"H2047","strongs_number":"H2047","system":"hebrew","language":"hebrew","number_value":2047,"lemma":"הֲתָךְ","transliteration":"Hăthâk","pronunciation":"hath-awk'","derivation":"probably of foreign origin;","strongs_definition":"Hathak, a Persian eunuch","kjv_definition":"Hatach."} +{"id":"H2048","strongs_number":"H2048","system":"hebrew","language":"hebrew","number_value":2048,"lemma":"הָתַל","transliteration":"hâthal","pronunciation":"haw-thal'","derivation":"a primitive root;","strongs_definition":"to deride; by implication, to cheat","kjv_definition":"deal deceitfully, deceive, mock."} +{"id":"H2049","strongs_number":"H2049","system":"hebrew","language":"hebrew","number_value":2049,"lemma":"הָתֹל","transliteration":"hâthôl","pronunciation":"haw-thole'","derivation":"from H2048 (הָתַל) (only in plural collectively);","strongs_definition":"a derision","kjv_definition":"mocker."} +{"id":"H2050","strongs_number":"H2050","system":"hebrew","language":"hebrew","number_value":2050,"lemma":"הָתַת","transliteration":"hâthath","pronunciation":"haw-thath'","derivation":"a primitive root;","strongs_definition":"properly, to break in upon, i.e. to assail","kjv_definition":"imagine mischief. w"} +{"id":"H2051","strongs_number":"H2051","system":"hebrew","language":"hebrew","number_value":2051,"lemma":"וְדָן","transliteration":"Vᵉdân","pronunciation":"ved-awn'","derivation":"perhaps for H5730 (עֵדֶן);","strongs_definition":"Vedan (or Aden), a place in Arabia","kjv_definition":"Dan also."} +{"id":"H2052","strongs_number":"H2052","system":"hebrew","language":"hebrew","number_value":2052,"lemma":"וָהֵב","transliteration":"Vâhêb","pronunciation":"vaw-habe'","derivation":"of uncertain derivation;","strongs_definition":"Vaheb, a place in Moab","kjv_definition":"what he did."} +{"id":"H2053","strongs_number":"H2053","system":"hebrew","language":"hebrew","number_value":2053,"lemma":"וָו","transliteration":"vâv","pronunciation":"vaw","derivation":"probably","strongs_definition":"a hook (the name of the sixth Hebrew letter)","kjv_definition":"hook."} +{"id":"H2054","strongs_number":"H2054","system":"hebrew","language":"hebrew","number_value":2054,"lemma":"וָזָר","transliteration":"vâzâr","pronunciation":"vaw-zawr'","derivation":"presumed to be from an unused root meaning to bear guilt;","strongs_definition":"crime","kjv_definition":"[idiom] strange."} +{"id":"H2055","strongs_number":"H2055","system":"hebrew","language":"hebrew","number_value":2055,"lemma":"וַיְזָתָא","transliteration":"Vayzâthâʼ","pronunciation":"vah-yez-aw'-thaw","derivation":"of foreign origin;","strongs_definition":"Vajezatha, a son of Haman","kjv_definition":"Vajezatha."} +{"id":"H2056","strongs_number":"H2056","system":"hebrew","language":"hebrew","number_value":2056,"lemma":"וָלָד","transliteration":"vâlâd","pronunciation":"vaw-lawd'","derivation":"for H3206 (יֶלֶד);","strongs_definition":"a boy","kjv_definition":"child."} +{"id":"H2057","strongs_number":"H2057","system":"hebrew","language":"hebrew","number_value":2057,"lemma":"וַנְיָה","transliteration":"Vanyâh","pronunciation":"van-yaw'","derivation":"perhaps for H6043 (עֲנָיָה);","strongs_definition":"Vanjah, an Israelite","kjv_definition":"Vaniah."} +{"id":"H2058","strongs_number":"H2058","system":"hebrew","language":"hebrew","number_value":2058,"lemma":"וׇפְסִי","transliteration":"Vophçîy","pronunciation":"vof-see'","derivation":"probably from H3254 (יָסַף); additional;","strongs_definition":"Vophsi, an Israelite","kjv_definition":"Vophsi."} +{"id":"H2059","strongs_number":"H2059","system":"hebrew","language":"hebrew","number_value":2059,"lemma":"וַשְׁנִי","transliteration":"Vashnîy","pronunciation":"vash-nee'","derivation":"probably from H3461 (יִשְׁמְרַי); weak;","strongs_definition":"Vashni, an Israelite","kjv_definition":"Vashni."} +{"id":"H2060","strongs_number":"H2060","system":"hebrew","language":"hebrew","number_value":2060,"lemma":"וַשְׁתִּי","transliteration":"Vashtîy","pronunciation":"vash-tee'","derivation":"of Persian origin;","strongs_definition":"Vashti, the queen of Xerxes","kjv_definition":"Vashti. z"} +{"id":"H2061","strongs_number":"H2061","system":"hebrew","language":"hebrew","number_value":2061,"lemma":"זְאֵב","transliteration":"zᵉʼêb","pronunciation":"zeh-abe'","derivation":"from an unused root meaning to be yellow;","strongs_definition":"a wolf","kjv_definition":"wolf."} +{"id":"H2062","strongs_number":"H2062","system":"hebrew","language":"hebrew","number_value":2062,"lemma":"זְאֵב","transliteration":"Zᵉʼêb","pronunciation":"zeh-abe'","derivation":"the same as H2061 (זְאֵב);","strongs_definition":"Zeeb, a Midianitish prince","kjv_definition":"Zeeb."} +{"id":"H2063","strongs_number":"H2063","system":"hebrew","language":"hebrew","number_value":2063,"lemma":"זֹאת","transliteration":"zôʼth","pronunciation":"zothe'","derivation":"irregular feminine of H2089 (זֶה);","strongs_definition":"this (often used adverb)","kjv_definition":"hereby (-in, -with), it, likewise, the one (other, same), she, so (much), such (deed), that, therefore, these, this (thing), thus."} +{"id":"H2064","strongs_number":"H2064","system":"hebrew","language":"hebrew","number_value":2064,"lemma":"זָבַד","transliteration":"zâbad","pronunciation":"zaw-bad'","derivation":"a primitive root;","strongs_definition":"to confer","kjv_definition":"endure."} +{"id":"H2065","strongs_number":"H2065","system":"hebrew","language":"hebrew","number_value":2065,"lemma":"זֶבֶד","transliteration":"zebed","pronunciation":"zeh'-bed","derivation":"from H2064 (זָבַד);","strongs_definition":"a gift","kjv_definition":"dowry."} +{"id":"H2066","strongs_number":"H2066","system":"hebrew","language":"hebrew","number_value":2066,"lemma":"זָבָד","transliteration":"Zâbâd","pronunciation":"zaw-bawd'","derivation":"from H2064 (זָבַד); giver;","strongs_definition":"Zabad, the name of seven Israelites","kjv_definition":"Zabad."} +{"id":"H2067","strongs_number":"H2067","system":"hebrew","language":"hebrew","number_value":2067,"lemma":"זַבְדִּי","transliteration":"Zabdîy","pronunciation":"zab-dee'","derivation":"from H2065 (זֶבֶד); giving;","strongs_definition":"Zabdi, the name of four Israelites","kjv_definition":"Zabdi."} +{"id":"H2068","strongs_number":"H2068","system":"hebrew","language":"hebrew","number_value":2068,"lemma":"זַבְדִּיאֵל","transliteration":"Zabdîyʼêl","pronunciation":"zab-dee-ale'","derivation":"from H2065 (זֶבֶד) and H410 (אֵל);","strongs_definition":"gift of God; zabdiel, the name of two Israelites","kjv_definition":"Zabdiel."} +{"id":"H2069","strongs_number":"H2069","system":"hebrew","language":"hebrew","number_value":2069,"lemma":"זְבַדְיָה","transliteration":"Zᵉbadyâh","pronunciation":"zeb-ad-yaw'","derivation":"or זְבַדְיָהוּ; from H2064 (זָבַד) and H3050 (יָהּ); Jah has given;","strongs_definition":"Zebadjah, the name of nine Israelites","kjv_definition":"Zebadiah."} +{"id":"H2070","strongs_number":"H2070","system":"hebrew","language":"hebrew","number_value":2070,"lemma":"זְבוּב","transliteration":"zᵉbûwb","pronunciation":"zeb-oob'","derivation":"from an unused root (meaning to flit);","strongs_definition":"a fly (especially one of a stinging nature)","kjv_definition":"fly."} +{"id":"H2071","strongs_number":"H2071","system":"hebrew","language":"hebrew","number_value":2071,"lemma":"זָבוּד","transliteration":"Zâbûwd","pronunciation":"zaw-bood'","derivation":"from H2064 (זָבַד);","strongs_definition":"given, Zabud, an Israelite","kjv_definition":"Zabud."} +{"id":"H2072","strongs_number":"H2072","system":"hebrew","language":"hebrew","number_value":2072,"lemma":"זַבּוּד","transliteration":"Zabbûwd","pronunciation":"zab-bood'","derivation":"a form of H2071 (זָבוּד); given;","strongs_definition":"Zabbud, an Israelite","kjv_definition":"Zabbud."} +{"id":"H2073","strongs_number":"H2073","system":"hebrew","language":"hebrew","number_value":2073,"lemma":"זְבוּל","transliteration":"zᵉbûwl","pronunciation":"ze-bool'","derivation":"or זְבֻל; from H2082 (זָבַל);","strongs_definition":"a residence","kjv_definition":"dwell in, dwelling, habitation."} +{"id":"H2074","strongs_number":"H2074","system":"hebrew","language":"hebrew","number_value":2074,"lemma":"זְבוּלוּן","transliteration":"Zᵉbûwlûwn","pronunciation":"zeb-oo-loon'","derivation":"or זְבֻלוּן; or זְבוּלֻן; from H2082 (זָבַל); habitation;","strongs_definition":"Zebulon, a son of Jacob; also his territory and tribe","kjv_definition":"Zebulun."} +{"id":"H2075","strongs_number":"H2075","system":"hebrew","language":"hebrew","number_value":2075,"lemma":"זְבוּלֹנִי","transliteration":"Zᵉbûwlônîy","pronunciation":"zeb-oo-lo-nee'","derivation":"patronymically from H2074 (זְבוּלוּן);","strongs_definition":"a Zebulonite or descendant of Zebulun","kjv_definition":"Zebulonite."} +{"id":"H2076","strongs_number":"H2076","system":"hebrew","language":"hebrew","number_value":2076,"lemma":"זָבַח","transliteration":"zâbach","pronunciation":"zaw-bakh'","derivation":"a primitive root;","strongs_definition":"to slaughter an animal (usually in sacrifice)","kjv_definition":"kill, offer, (do) sacrifice, slay."} +{"id":"H2077","strongs_number":"H2077","system":"hebrew","language":"hebrew","number_value":2077,"lemma":"זֶבַח","transliteration":"zebach","pronunciation":"zeh'-bakh","derivation":"from H2076 (זָבַח);","strongs_definition":"properly, a slaughter, i.e. the flesh of an animal; by implication, a sacrifice (the victim or the act)","kjv_definition":"offer(-ing), sacrifice."} +{"id":"H2078","strongs_number":"H2078","system":"hebrew","language":"hebrew","number_value":2078,"lemma":"זֶבַח","transliteration":"Zebach","pronunciation":"zeh'-bakh","derivation":"the same as H2077 (זֶבַח); sacrifice;","strongs_definition":"Zebach, a Midianitish prince","kjv_definition":"Zebah."} +{"id":"H2079","strongs_number":"H2079","system":"hebrew","language":"hebrew","number_value":2079,"lemma":"זַבַּי","transliteration":"Zabbay","pronunciation":"zab-bah'-ee","derivation":"probably by orthographical error for H2140 (זַכַּי);","strongs_definition":"Zabbai (or Zaccai), an Israelite","kjv_definition":"Zabbai."} +{"id":"H2080","strongs_number":"H2080","system":"hebrew","language":"hebrew","number_value":2080,"lemma":"זְבִידָה","transliteration":"Zᵉbîydâh","pronunciation":"zeb-ee-daw'","derivation":"feminine from H2064 (זָבַד); giving;","strongs_definition":"Zebidah, an Israelitess","kjv_definition":"Zebudah."} +{"id":"H2081","strongs_number":"H2081","system":"hebrew","language":"hebrew","number_value":2081,"lemma":"זְבִינָא","transliteration":"Zᵉbîynâʼ","pronunciation":"zeb-ee-naw'","derivation":"from an unused root (meaning to purchase); gainfulness;","strongs_definition":"Zebina, an Israelite","kjv_definition":"Zebina."} +{"id":"H2082","strongs_number":"H2082","system":"hebrew","language":"hebrew","number_value":2082,"lemma":"זָבַל","transliteration":"zâbal","pronunciation":"zaw-bal'","derivation":"a primitive root; apparently properly, to inclose, i.e.","strongs_definition":"to reside","kjv_definition":"dwell with."} +{"id":"H2083","strongs_number":"H2083","system":"hebrew","language":"hebrew","number_value":2083,"lemma":"זְבֻל","transliteration":"Zᵉbul","pronunciation":"zeb-ool'","derivation":"the same as H2073 (זְבוּל); dwelling;","strongs_definition":"Zebul, an Israelite","kjv_definition":"Zebul. Compare H2073 (זְבוּל)."} +{"id":"H2084","strongs_number":"H2084","system":"hebrew","language":"hebrew","number_value":2084,"lemma":"זְבַן","transliteration":"zᵉban","pronunciation":"zeb-an'","derivation":"(Aramaic) corresponding to the root of H2081 (זְבִינָא);","strongs_definition":"to acquire by purchase","kjv_definition":"gain."} +{"id":"H2085","strongs_number":"H2085","system":"hebrew","language":"hebrew","number_value":2085,"lemma":"זָג","transliteration":"zâg","pronunciation":"zawg","derivation":"from an unused root probably meaning to inclose;","strongs_definition":"the skin of a grape","kjv_definition":"husk."} +{"id":"H2086","strongs_number":"H2086","system":"hebrew","language":"hebrew","number_value":2086,"lemma":"זֵד","transliteration":"zêd","pronunciation":"zade'","derivation":"from H2102 (זוּד);","strongs_definition":"arrogant","kjv_definition":"presumptuous, proud."} +{"id":"H2087","strongs_number":"H2087","system":"hebrew","language":"hebrew","number_value":2087,"lemma":"זָדוֹן","transliteration":"zâdôwn","pronunciation":"zaw-done'","derivation":"from H2102 (זוּד);","strongs_definition":"arrogance","kjv_definition":"presumptuously, pride, proud (man)."} +{"id":"H2088","strongs_number":"H2088","system":"hebrew","language":"hebrew","number_value":2088,"lemma":"זֶה","transliteration":"zeh","pronunciation":"zeh","derivation":"a primitive word;","strongs_definition":"the masculine demonstrative pronoun, this or that","kjv_definition":"he, [idiom] hence, [idiom] here, it(-self), [idiom] now, [idiom] of him, the one...the other, [idiom] than the other, ([idiom] out of) the (self) same, such (a one) that, these, this (hath, man), on this side...on that side, [idiom] thus, very, which. Compare H2063 (זֹאת), H2090 (זֹה), H2097 (זוֹ), H2098 (זוּ)."} +{"id":"H2089","strongs_number":"H2089","system":"hebrew","language":"hebrew","number_value":2089,"lemma":"זֶה","transliteration":"zeh","pronunciation":"zeh","derivation":"(1 Samuel by permutation for H7716 (שֶׂה);","strongs_definition":"a sheep","kjv_definition":"lamb."} +{"id":"H2090","strongs_number":"H2090","system":"hebrew","language":"hebrew","number_value":2090,"lemma":"זֹה","transliteration":"zôh","pronunciation":"zo","derivation":"for H2088 (זֶה);","strongs_definition":"this or that","kjv_definition":"as well as another, it, this, that, thus and thus."} +{"id":"H2091","strongs_number":"H2091","system":"hebrew","language":"hebrew","number_value":2091,"lemma":"זָהָב","transliteration":"zâhâb","pronunciation":"zaw-hawb'","derivation":"from an unused root meaning to shimmer;","strongs_definition":"gold, figuratively, something gold-colored (i.e. yellow), as oil, a clear sky","kjv_definition":"gold(-en), fair weather."} +{"id":"H2092","strongs_number":"H2092","system":"hebrew","language":"hebrew","number_value":2092,"lemma":"זָהַם","transliteration":"zâham","pronunciation":"zaw-ham'","derivation":"a primitive root;","strongs_definition":"to be rancid, i.e. (transitively) to loathe","kjv_definition":"abhor."} +{"id":"H2093","strongs_number":"H2093","system":"hebrew","language":"hebrew","number_value":2093,"lemma":"זַהַם","transliteration":"Zaham","pronunciation":"zah'-ham","derivation":"from H2092 (זָהַם); loathing;","strongs_definition":"Zaham, an Israelite","kjv_definition":"Zaham."} +{"id":"H2094","strongs_number":"H2094","system":"hebrew","language":"hebrew","number_value":2094,"lemma":"זָהַר","transliteration":"zâhar","pronunciation":"zaw-har'","derivation":"a primitive root;","strongs_definition":"to gleam; figuratively, to enlighten (by caution)","kjv_definition":"admonish, shine, teach, (give) warn(-ing)."} +{"id":"H2095","strongs_number":"H2095","system":"hebrew","language":"hebrew","number_value":2095,"lemma":"זְהַר","transliteration":"zᵉhar","pronunciation":"zeh-har'","derivation":"(Aramaic) corresponding to H2094 (זָהַר);","strongs_definition":"(passively) be admonished","kjv_definition":"take heed."} +{"id":"H2096","strongs_number":"H2096","system":"hebrew","language":"hebrew","number_value":2096,"lemma":"זֹהַר","transliteration":"zôhar","pronunciation":"zo'-har","derivation":"from H2094 (זָהַר);","strongs_definition":"brilliancy","kjv_definition":"brightness."} +{"id":"H2097","strongs_number":"H2097","system":"hebrew","language":"hebrew","number_value":2097,"lemma":"זוֹ","transliteration":"zôw","pronunciation":"zo","derivation":"for H2088 (זֶה);","strongs_definition":"this or that","kjv_definition":"that, this."} +{"id":"H2098","strongs_number":"H2098","system":"hebrew","language":"hebrew","number_value":2098,"lemma":"זוּ","transliteration":"zûw","pronunciation":"zoo","derivation":"for H2088 (זֶה);","strongs_definition":"this or that","kjv_definition":"that, this, [idiom] wherein, which, whom."} +{"id":"H2099","strongs_number":"H2099","system":"hebrew","language":"hebrew","number_value":2099,"lemma":"זִו","transliteration":"Ziv","pronunciation":"zeev'","derivation":"probably from an unused root meaning to be prominent; properly, brightness (compare H2122 (זִיו)), i.e. (figuratively) the month of flowers;","strongs_definition":"Ziv (corresponding to Ijar or May)","kjv_definition":"Zif."} +{"id":"H2100","strongs_number":"H2100","system":"hebrew","language":"hebrew","number_value":2100,"lemma":"זוּב","transliteration":"zûwb","pronunciation":"zoob","derivation":"a primitive root;","strongs_definition":"to flow freely (as water), i.e. (specifically) to have a (sexual) flux; figuratively, to waste away; also to overflow","kjv_definition":"flow, gush out, have a (running) issue, pine away, run."} +{"id":"H2101","strongs_number":"H2101","system":"hebrew","language":"hebrew","number_value":2101,"lemma":"זוֹב","transliteration":"zôwb","pronunciation":"zobe","derivation":"from H2100 (זוּב);","strongs_definition":"a seminal or menstrual flux","kjv_definition":"issue."} +{"id":"H2102","strongs_number":"H2102","system":"hebrew","language":"hebrew","number_value":2102,"lemma":"זוּד","transliteration":"zûwd","pronunciation":"zood","derivation":"or (by permutation) זִיד; a primitive root;","strongs_definition":"to seethe; figuratively, to be insolent","kjv_definition":"be proud, deal proudly, presume, (come) presumptuously, sod."} +{"id":"H2103","strongs_number":"H2103","system":"hebrew","language":"hebrew","number_value":2103,"lemma":"זוּד","transliteration":"zûwd","pronunciation":"zood","derivation":"(Aramaic) corresponding to H2102 (זוּד);","strongs_definition":"to be proud","kjv_definition":"in pride."} +{"id":"H2104","strongs_number":"H2104","system":"hebrew","language":"hebrew","number_value":2104,"lemma":"זוּזִים","transliteration":"Zûwzîym","pronunciation":"zoo-zeem'","derivation":"plural probably from the same as H2123 (זִיז); prominent;","strongs_definition":"Zuzites, an aboriginal tribe of Palestine","kjv_definition":"Zuzims."} +{"id":"H2105","strongs_number":"H2105","system":"hebrew","language":"hebrew","number_value":2105,"lemma":"זוֹחֵת","transliteration":"Zôwchêth","pronunciation":"zo-khayth'","derivation":"of uncertain origin;","strongs_definition":"Zocheth, an Israelite","kjv_definition":"Zoheth."} +{"id":"H2106","strongs_number":"H2106","system":"hebrew","language":"hebrew","number_value":2106,"lemma":"זָוִית","transliteration":"zâvîyth","pronunciation":"zaw-veeth'","derivation":"apparently from the same root as H2099 (זִו) (in the sense of prominence);","strongs_definition":"an angle (as projecting), i.e. (by implication) a corner-column (or anta)","kjv_definition":"corner(stone)."} +{"id":"H2107","strongs_number":"H2107","system":"hebrew","language":"hebrew","number_value":2107,"lemma":"זוּל","transliteration":"zûwl","pronunciation":"zool","derivation":"a primitive root (compare H2151 (זָלַל));","strongs_definition":"probably to shake out, i.e. (by implication) to scatter profusely; figuratively, to treat lightly","kjv_definition":"lavish, despise."} +{"id":"H2108","strongs_number":"H2108","system":"hebrew","language":"hebrew","number_value":2108,"lemma":"זוּלָה","transliteration":"zûwlâh","pronunciation":"zoo-law'","derivation":"from H2107 (זוּל);","strongs_definition":"probably scattering, i.e. removal; used adverbially, except","kjv_definition":"beside, but, only, save."} +{"id":"H2109","strongs_number":"H2109","system":"hebrew","language":"hebrew","number_value":2109,"lemma":"זוּן","transliteration":"zûwn","pronunciation":"zoon","derivation":"a primitive root;","strongs_definition":"perhaps properly, to be plump, i.e. (transitively) to nourish","kjv_definition":"feed."} +{"id":"H2110","strongs_number":"H2110","system":"hebrew","language":"hebrew","number_value":2110,"lemma":"זוּן","transliteration":"zûwn","pronunciation":"zoon","derivation":"(Aramaic) corresponding to H2109 (זוּן)","strongs_definition":"{perhaps properly, to be plump, i.e. (transitively) to nourish}","kjv_definition":"feed."} +{"id":"H2111","strongs_number":"H2111","system":"hebrew","language":"hebrew","number_value":2111,"lemma":"זוּעַ","transliteration":"zûwaʻ","pronunciation":"zoo'-ah","derivation":"a primitive root;","strongs_definition":"properly, to shake off, i.e. (figuratively) to agitate (as with fear)","kjv_definition":"move, tremble, vex."} +{"id":"H2112","strongs_number":"H2112","system":"hebrew","language":"hebrew","number_value":2112,"lemma":"זוּעַ","transliteration":"zûwaʻ","pronunciation":"zoo'-ah","derivation":"(Aramaic) corresponding to H2111 (זוּעַ);","strongs_definition":"to shake (with fear)","kjv_definition":"tremble."} +{"id":"H2113","strongs_number":"H2113","system":"hebrew","language":"hebrew","number_value":2113,"lemma":"זְוָעָה","transliteration":"zᵉvâʻâh","pronunciation":"zev-aw-aw'","derivation":"from H2111 (זוּעַ);","strongs_definition":"agitation, fear","kjv_definition":"be removed, trouble, vexation. Compare H2189 (זַעֲוָה)."} +{"id":"H2114","strongs_number":"H2114","system":"hebrew","language":"hebrew","number_value":2114,"lemma":"זוּר","transliteration":"zûwr","pronunciation":"zoor","derivation":"a primitive root;","strongs_definition":"to turn aside (especially for lodging); hence to be aforeigner, strange, profane; specifically (active participle) to commit adultery","kjv_definition":"(come from) another (man, place), fanner, go away, (e-) strange(-r, thing, woman)."} +{"id":"H2115","strongs_number":"H2115","system":"hebrew","language":"hebrew","number_value":2115,"lemma":"זוּר","transliteration":"zûwr","pronunciation":"zoor","derivation":"a primitive root (compare H6695 (צוֹק));","strongs_definition":"to press together, tighten","kjv_definition":"close, rush, thrust together."} +{"id":"H2116","strongs_number":"H2116","system":"hebrew","language":"hebrew","number_value":2116,"lemma":"זוּרֶה","transliteration":"zûwreh","pronunciation":"zoo-reh'","derivation":"from H2115 (זוּר);","strongs_definition":"trodden on","kjv_definition":"that which is crushed."} +{"id":"H2117","strongs_number":"H2117","system":"hebrew","language":"hebrew","number_value":2117,"lemma":"זָזָא","transliteration":"zâzâʼ","pronunciation":"zaw-zaw'","derivation":"probably from the root of H2123 (זִיז); prominent;","strongs_definition":"Zaza, an Israelite","kjv_definition":"Zaza."} +{"id":"H2118","strongs_number":"H2118","system":"hebrew","language":"hebrew","number_value":2118,"lemma":"זָחַח","transliteration":"zâchach","pronunciation":"zaw-khakh'","derivation":"a primitive root;","strongs_definition":"to shove or displace","kjv_definition":"loose."} +{"id":"H2119","strongs_number":"H2119","system":"hebrew","language":"hebrew","number_value":2119,"lemma":"זָחַל","transliteration":"zâchal","pronunciation":"zaw-khal'","derivation":"a primitive root;","strongs_definition":"to crawl; by implication, to fear","kjv_definition":"be afraid, serpent, worm."} +{"id":"H2120","strongs_number":"H2120","system":"hebrew","language":"hebrew","number_value":2120,"lemma":"זֹחֶלֶת","transliteration":"Zôcheleth","pronunciation":"zo-kheh'-leth","derivation":"feminine active participle of H2119 (זָחַל); crawling (i.e. serpent);","strongs_definition":"Zocheleth, a boundary stone in. Palestine","kjv_definition":"Zoheleth."} +{"id":"H2121","strongs_number":"H2121","system":"hebrew","language":"hebrew","number_value":2121,"lemma":"זֵידוֹן","transliteration":"zêydôwn","pronunciation":"zay-dohn'","derivation":"from H2102 (זוּד);","strongs_definition":"boiling of water, i.e. wave","kjv_definition":"proud."} +{"id":"H2122","strongs_number":"H2122","system":"hebrew","language":"hebrew","number_value":2122,"lemma":"זִיו","transliteration":"zîyv","pronunciation":"zeev","derivation":"(Aramaic) corresponding to H2099 (זִו);","strongs_definition":"(figuratively) cheerfulness","kjv_definition":"brightness, countenance."} +{"id":"H2123","strongs_number":"H2123","system":"hebrew","language":"hebrew","number_value":2123,"lemma":"זִיז","transliteration":"zîyz","pronunciation":"zeez","derivation":"from an unused root apparently meaning to be conspicuous;","strongs_definition":"fulness of the breast; also a moving creature","kjv_definition":"abundance, wild beast."} +{"id":"H2124","strongs_number":"H2124","system":"hebrew","language":"hebrew","number_value":2124,"lemma":"זִיזָא","transliteration":"Zîyzâʼ","pronunciation":"zee-zaw'","derivation":"apparently from the same as H2123 (זִיז); prominence;","strongs_definition":"Ziza, the name of two Israelites","kjv_definition":"Ziza."} +{"id":"H2125","strongs_number":"H2125","system":"hebrew","language":"hebrew","number_value":2125,"lemma":"זִיזָה","transliteration":"Zîyzâh","pronunciation":"zee-zaw'","derivation":"another form for H2124 (זִיזָא);","strongs_definition":"Zizah, an Israelite","kjv_definition":"Zizah."} +{"id":"H2126","strongs_number":"H2126","system":"hebrew","language":"hebrew","number_value":2126,"lemma":"זִינָא","transliteration":"Zîynâʼ","pronunciation":"zee-naw'","derivation":"from H2109 (זוּן); well-fed; or perhaps an orthographical error for H2124 (זִיזָא);","strongs_definition":"Zina, an Israelite","kjv_definition":"Zina."} +{"id":"H2127","strongs_number":"H2127","system":"hebrew","language":"hebrew","number_value":2127,"lemma":"זִיעַ","transliteration":"Zîyaʻ","pronunciation":"zee'-ah","derivation":"from H2111 (זוּעַ); agitation;","strongs_definition":"Zia, an Israelite","kjv_definition":"Zia."} +{"id":"H2128","strongs_number":"H2128","system":"hebrew","language":"hebrew","number_value":2128,"lemma":"זִיף","transliteration":"Zîyph","pronunciation":"zeef","derivation":"from the same as H2203 (זֶפֶת); flowing;","strongs_definition":"Ziph, the name of a place in Palestine; also of an Israelite","kjv_definition":"Ziph."} +{"id":"H2129","strongs_number":"H2129","system":"hebrew","language":"hebrew","number_value":2129,"lemma":"זִיפָה","transliteration":"Zîyphâh","pronunciation":"zee-faw'","derivation":"feminine of H2128 (זִיף); a flowing;","strongs_definition":"Ziphah, an Israelite","kjv_definition":"Ziphah."} +{"id":"H2130","strongs_number":"H2130","system":"hebrew","language":"hebrew","number_value":2130,"lemma":"זִיפִי","transliteration":"Zîyphîy","pronunciation":"zee-fee'","derivation":"patrial from H2128 (זִיף);","strongs_definition":"a Ziphite or inhabitant of Ziph","kjv_definition":"Ziphim, Ziphite."} +{"id":"H2131","strongs_number":"H2131","system":"hebrew","language":"hebrew","number_value":2131,"lemma":"זִיקָה","transliteration":"zîyqâh","pronunciation":"zee-kaw'","derivation":"(Isaiah 50: (feminine); and זִק; or זֵק; from H2187 (זָנַק);","strongs_definition":"properly, what leaps forth, i.e. flash of fire, or a burning arrow; also (from the original sense of the root) a bond","kjv_definition":"chain, fetter, firebrand, spark."} +{"id":"H2132","strongs_number":"H2132","system":"hebrew","language":"hebrew","number_value":2132,"lemma":"זַיִת","transliteration":"zayith","pronunciation":"zay'-yith","derivation":"probably from an unused root (akin to H2099 (זִו));","strongs_definition":"an olive (as yielding illuminating oil), the tree, the branch or the berry","kjv_definition":"olive (tree, -yard), Olivet."} +{"id":"H2133","strongs_number":"H2133","system":"hebrew","language":"hebrew","number_value":2133,"lemma":"זֵיתָן","transliteration":"Zêythân","pronunciation":"zay-thawn'","derivation":"from H2132 (זַיִת); olive grove;","strongs_definition":"Zethan, an Israelite","kjv_definition":"Zethan."} +{"id":"H2134","strongs_number":"H2134","system":"hebrew","language":"hebrew","number_value":2134,"lemma":"זַךְ","transliteration":"zak","pronunciation":"zak","derivation":"from H2141 (זָכַךְ);","strongs_definition":"clear","kjv_definition":"clean, pure."} +{"id":"H2135","strongs_number":"H2135","system":"hebrew","language":"hebrew","number_value":2135,"lemma":"זָכָה","transliteration":"zâkâh","pronunciation":"zaw-kaw'","derivation":"a primitive root (compare H2141 (זָכַךְ));","strongs_definition":"to be translucent; figuratively, to be innocent","kjv_definition":"be (make) clean, cleanse, be clear, count pure."} +{"id":"H2136","strongs_number":"H2136","system":"hebrew","language":"hebrew","number_value":2136,"lemma":"זָכוּ","transliteration":"zâkûw","pronunciation":"zaw-koo'","derivation":"(Aramaic) from a root corresponding to H2135 (זָכָה);","strongs_definition":"purity","kjv_definition":"innocency."} +{"id":"H2137","strongs_number":"H2137","system":"hebrew","language":"hebrew","number_value":2137,"lemma":"זְכוּכִית","transliteration":"zᵉkûwkîyth","pronunciation":"zek-oo-keeth","derivation":"from H2135 (זָכָה);","strongs_definition":"properly, transparency, i.e. glass","kjv_definition":"crystal."} +{"id":"H2138","strongs_number":"H2138","system":"hebrew","language":"hebrew","number_value":2138,"lemma":"זָכוּר","transliteration":"zâkûwr","pronunciation":"zaw-koor'","derivation":"properly, passive participle of H2142 (זָכַר), but used for H2145 (זָכָר);","strongs_definition":"a male (of man or animals)","kjv_definition":"males, men-children."} +{"id":"H2139","strongs_number":"H2139","system":"hebrew","language":"hebrew","number_value":2139,"lemma":"זַכּוּר","transliteration":"Zakkûwr","pronunciation":"zaw-koor'","derivation":"from H2142 (זָכַר); mindful;","strongs_definition":"Zakkur, the name of seven Israelites","kjv_definition":"Zaccur, Zacchur."} +{"id":"H2140","strongs_number":"H2140","system":"hebrew","language":"hebrew","number_value":2140,"lemma":"זַכַּי","transliteration":"Zakkay","pronunciation":"zak-kah'-ee","derivation":"from H2141 (זָכַךְ); pure;","strongs_definition":"Zakkai, an Israelite","kjv_definition":"Zaccai."} +{"id":"H2141","strongs_number":"H2141","system":"hebrew","language":"hebrew","number_value":2141,"lemma":"זָכַךְ","transliteration":"zâkak","pronunciation":"zaw-kak'","derivation":"a primitive root (compare H2135 (זָכָה));","strongs_definition":"to be transparent or clean (phys. or morally)","kjv_definition":"be (make) clean, be pure(-r)."} +{"id":"H2142","strongs_number":"H2142","system":"hebrew","language":"hebrew","number_value":2142,"lemma":"זָכַר","transliteration":"zâkar","pronunciation":"zaw-kar'","derivation":"a primitive root; also as denominative from H2145 (זָכָר)","strongs_definition":"properly, to mark (so as to be recognized), i.e. to remember; by implication, to mention; to be male","kjv_definition":"[idiom] burn (incense), [idiom] earnestly, be male, (make) mention (of), be mindful, recount, record(-er), remember, make to be remembered, bring (call, come, keep, put) to (in) remembrance, [idiom] still, think on, [idiom] well."} +{"id":"H2143","strongs_number":"H2143","system":"hebrew","language":"hebrew","number_value":2143,"lemma":"זֵכֶר","transliteration":"zêker","pronunciation":"zay'-ker","derivation":"or זֶכֶר; from H2142 (זָכַר);","strongs_definition":"a memento, abstractly recollection (rarely if ever); by implication, commemoration","kjv_definition":"memorial, memory, remembrance, scent."} +{"id":"H2144","strongs_number":"H2144","system":"hebrew","language":"hebrew","number_value":2144,"lemma":"זֶכֶר","transliteration":"Zeker","pronunciation":"zeh'-ker","derivation":"the same as H2143 (זֵכֶר);","strongs_definition":"Zeker, an Israelite","kjv_definition":"Zeker."} +{"id":"H2145","strongs_number":"H2145","system":"hebrew","language":"hebrew","number_value":2145,"lemma":"זָכָר","transliteration":"zâkâr","pronunciation":"zaw-kawr'","derivation":"from H2142 (זָכַר);","strongs_definition":"properly, remembered, i.e. a male (of man or animals, as being the most noteworthy sex)","kjv_definition":"[idiom] him, male, man(child, -kind)."} +{"id":"H2146","strongs_number":"H2146","system":"hebrew","language":"hebrew","number_value":2146,"lemma":"זִכְרוֹן","transliteration":"zikrôwn","pronunciation":"zik-rone'","derivation":"from H2142 (זָכַר);","strongs_definition":"a memento (or memorable thing, day or writing)","kjv_definition":"memorial, record."} +{"id":"H2147","strongs_number":"H2147","system":"hebrew","language":"hebrew","number_value":2147,"lemma":"זִכְרִי","transliteration":"Zikrîy","pronunciation":"zik-ree'","derivation":"from H2142 (זָכַר); memorable;","strongs_definition":"Zicri, the name of twelve Israelites","kjv_definition":"Zichri."} +{"id":"H2148","strongs_number":"H2148","system":"hebrew","language":"hebrew","number_value":2148,"lemma":"זְכַרְיָה","transliteration":"Zᵉkaryâh","pronunciation":"zek-ar-yaw'","derivation":"or זְכַרְיָהוּ; from H2142 (זָכַר) and H3050 (יָהּ); Jah has remembered;","strongs_definition":"Zecarjah, the name of twenty-nine Israelites","kjv_definition":"Zachariah, Zechariah."} +{"id":"H2149","strongs_number":"H2149","system":"hebrew","language":"hebrew","number_value":2149,"lemma":"זֻלּוּת","transliteration":"zullûwth","pronunciation":"zool-looth'","derivation":"from H2151 (זָלַל);","strongs_definition":"properly, a shaking, i.e. perhaps a tempest","kjv_definition":"vilest."} +{"id":"H2150","strongs_number":"H2150","system":"hebrew","language":"hebrew","number_value":2150,"lemma":"זַלְזַל","transliteration":"zalzal","pronunciation":"zal-zal'","derivation":"by reduplication from H2151 (זָלַל);","strongs_definition":"tremulous, i.e. a twig","kjv_definition":"sprig."} +{"id":"H2151","strongs_number":"H2151","system":"hebrew","language":"hebrew","number_value":2151,"lemma":"זָלַל","transliteration":"zâlal","pronunciation":"zaw-lal'","derivation":"a primitive root (compare H2107 (זוּל));","strongs_definition":"to shake (as in the wind), i.e. to quake; figuratively, to be loose morally, worthless or prodigal","kjv_definition":"blow down, glutton, riotous (eater), vile."} +{"id":"H2152","strongs_number":"H2152","system":"hebrew","language":"hebrew","number_value":2152,"lemma":"זַלְעָפָה","transliteration":"zalʻâphâh","pronunciation":"zal-aw-faw'","derivation":"or זִלְעָפָהxlit zilʻâphâph corrected to zilʻâphâh; from H2196 (זָעַף);","strongs_definition":"a glow (of wind or anger); also a famine (as consuming)","kjv_definition":"horrible, horror, terrible."} +{"id":"H2153","strongs_number":"H2153","system":"hebrew","language":"hebrew","number_value":2153,"lemma":"זִלְפָּה","transliteration":"Zilpâh","pronunciation":"zil-paw","derivation":"; from an unused root apparently meaning to trickle, as myrrh; fragrant dropping;","strongs_definition":"Zilpah, Leah's maid","kjv_definition":"Zilpah."} +{"id":"H2154","strongs_number":"H2154","system":"hebrew","language":"hebrew","number_value":2154,"lemma":"זִמָּה","transliteration":"zimmâh","pronunciation":"zim-maw'","derivation":"or זַמָּה; from H2161 (זָמַם);","strongs_definition":"a plan, especially a bad one","kjv_definition":"heinous crime, lewd(-ly, -ness), mischief, purpose, thought, wicked (device, mind, -ness)."} +{"id":"H2155","strongs_number":"H2155","system":"hebrew","language":"hebrew","number_value":2155,"lemma":"זִמָּה","transliteration":"Zimmâh","pronunciation":"zim-maw'","derivation":"the same as H2154 (זִמָּה);","strongs_definition":"Zimmah, the name of two Israelites","kjv_definition":"Zimmah."} +{"id":"H2156","strongs_number":"H2156","system":"hebrew","language":"hebrew","number_value":2156,"lemma":"זְמוֹרָה","transliteration":"zᵉmôwrâh","pronunciation":"zem-o-raw'","derivation":"or זְמֹרָה (feminine); and זְמֹר (masculine); from H2168 (זָמַר);","strongs_definition":"a twig (as pruned)","kjv_definition":"vine, branch, slip."} +{"id":"H2157","strongs_number":"H2157","system":"hebrew","language":"hebrew","number_value":2157,"lemma":"זַמְזֹם","transliteration":"Zamzôm","pronunciation":"zam-zome'","derivation":"from H2161 (זָמַם); intriguing;","strongs_definition":"a Zamzumite, or native tribe of Palestine","kjv_definition":"Zamzummim."} +{"id":"H2158","strongs_number":"H2158","system":"hebrew","language":"hebrew","number_value":2158,"lemma":"זָמִיר","transliteration":"zâmîyr","pronunciation":"zaw-meer'","derivation":"or זָמִר; and (feminine) זְמִרָה; from H2167 (זָמַר);","strongs_definition":"a song to be accompanied with instrumental music","kjv_definition":"psalm(-ist), singing, song."} +{"id":"H2159","strongs_number":"H2159","system":"hebrew","language":"hebrew","number_value":2159,"lemma":"זָמִיר","transliteration":"zâmîyr","pronunciation":"zaw-meer'","derivation":"from H2168 (זָמַר);","strongs_definition":"a twig (as pruned)","kjv_definition":"branch."} +{"id":"H2160","strongs_number":"H2160","system":"hebrew","language":"hebrew","number_value":2160,"lemma":"זְמִירָה","transliteration":"Zᵉmîyrâh","pronunciation":"zem-ee-raw'","derivation":"feminine of H2158 (זָמִיר); song;","strongs_definition":"Zemirah, an Israelite","kjv_definition":"Zemira."} +{"id":"H2161","strongs_number":"H2161","system":"hebrew","language":"hebrew","number_value":2161,"lemma":"זָמַם","transliteration":"zâmam","pronunciation":"zaw-mam'","derivation":"a primitive root;","strongs_definition":"to plan, usually in a bad sense","kjv_definition":"consider, devise, imagine, plot, purpose, think (evil)."} +{"id":"H2162","strongs_number":"H2162","system":"hebrew","language":"hebrew","number_value":2162,"lemma":"זָמָם","transliteration":"zâmâm","pronunciation":"zaw-mawm'","derivation":"from H2161 (זָמַם);","strongs_definition":"a plot","kjv_definition":"wicked device."} +{"id":"H2163","strongs_number":"H2163","system":"hebrew","language":"hebrew","number_value":2163,"lemma":"זָמַן","transliteration":"zâman","pronunciation":"zaw-man'","derivation":"a primitive root;","strongs_definition":"to fix (a time)","kjv_definition":"appoint."} +{"id":"H2164","strongs_number":"H2164","system":"hebrew","language":"hebrew","number_value":2164,"lemma":"זְמַן","transliteration":"zᵉman","pronunciation":"zem-an'","derivation":"(Aramaic) corresponding to H2163 (זָמַן);","strongs_definition":"to agree (on a time and place)","kjv_definition":"prepare."} +{"id":"H2165","strongs_number":"H2165","system":"hebrew","language":"hebrew","number_value":2165,"lemma":"זְמָן","transliteration":"zᵉmân","pronunciation":"zem-awn'","derivation":"from H2163 (זָמַן);","strongs_definition":"an appointed occasion","kjv_definition":"season, time."} +{"id":"H2166","strongs_number":"H2166","system":"hebrew","language":"hebrew","number_value":2166,"lemma":"זְמָן","transliteration":"zᵉmân","pronunciation":"zem-awn'","derivation":"(Aramaic) from H2165 (זְמָן); the same as H2165 (זְמָן)","strongs_definition":"{an appointed occasion}","kjv_definition":"season, time."} +{"id":"H2167","strongs_number":"H2167","system":"hebrew","language":"hebrew","number_value":2167,"lemma":"זָמַר","transliteration":"zâmar","pronunciation":"zaw-mar'","derivation":"a primitive root (perhaps identical with H2168 (זָמַר) through the idea of striking with the fingers); properly, to touch the strings or parts of a musical instrument, i.e.","strongs_definition":"play upon it; to make music, accompanied by the voice; hence to celebrate in song and music","kjv_definition":"give praise, sing forth praises, psalms."} +{"id":"H2168","strongs_number":"H2168","system":"hebrew","language":"hebrew","number_value":2168,"lemma":"זָמַר","transliteration":"zâmar","pronunciation":"zaw-mar'","derivation":"a primitive root (compare H2167 (זָמַר), H5568 (סָמַר), H6785 (צֶמֶר));","strongs_definition":"to trim (a vine)","kjv_definition":"prune."} +{"id":"H2169","strongs_number":"H2169","system":"hebrew","language":"hebrew","number_value":2169,"lemma":"זֶמֶר","transliteration":"zemer","pronunciation":"zeh'-mer","derivation":"apparently from H2167 (זָמַר) or H2168 (זָמַר);","strongs_definition":"a gazelle (from its lightly touching the ground)","kjv_definition":"chamois."} +{"id":"H2170","strongs_number":"H2170","system":"hebrew","language":"hebrew","number_value":2170,"lemma":"זְמָר","transliteration":"zᵉmâr","pronunciation":"zem-awr'","derivation":"(Aramaic) from a root corresponding to H2167 (זָמַר);","strongs_definition":"instrumental music","kjv_definition":"musick."} +{"id":"H2171","strongs_number":"H2171","system":"hebrew","language":"hebrew","number_value":2171,"lemma":"זַמָּר","transliteration":"zammâr","pronunciation":"zam-mawr'","derivation":"(Aramaic) from the same as H2170 (זְמָר);","strongs_definition":"an instrumental musician","kjv_definition":"singer."} +{"id":"H2172","strongs_number":"H2172","system":"hebrew","language":"hebrew","number_value":2172,"lemma":"זִמְרָה","transliteration":"zimrâh","pronunciation":"zim-raw'","derivation":"from H2167 (זָמַר);","strongs_definition":"a musical piece or song to be accompanied by an instrument","kjv_definition":"melody, psalm."} +{"id":"H2173","strongs_number":"H2173","system":"hebrew","language":"hebrew","number_value":2173,"lemma":"זִמְרָה","transliteration":"zimrâh","pronunciation":"zim-raw'","derivation":"from H2168 (זָמַר);","strongs_definition":"pruned (i.e. choice) fruit","kjv_definition":"best fruit."} +{"id":"H2174","strongs_number":"H2174","system":"hebrew","language":"hebrew","number_value":2174,"lemma":"זִמְרִי","transliteration":"Zimrîy","pronunciation":"zim-ree'","derivation":"from H2167 (זָמַר); musical;","strongs_definition":"Zimri, the name of five Israelites, and of an Arabian tribe","kjv_definition":"Zimri."} +{"id":"H2175","strongs_number":"H2175","system":"hebrew","language":"hebrew","number_value":2175,"lemma":"זִמְרָן","transliteration":"Zimrân","pronunciation":"zim-rawn'","derivation":"from H2167 (זָמַר); musical;","strongs_definition":"Zimran, a son of Abraham by Keturah","kjv_definition":"Zimran."} +{"id":"H2176","strongs_number":"H2176","system":"hebrew","language":"hebrew","number_value":2176,"lemma":"זִמְרָת","transliteration":"zimrâth","pronunciation":"zim-rawth'","derivation":"from H2167 (זָמַר);","strongs_definition":"instrumental music; by implication, praise","kjv_definition":"song."} +{"id":"H2177","strongs_number":"H2177","system":"hebrew","language":"hebrew","number_value":2177,"lemma":"זַן","transliteration":"zan","pronunciation":"zan","derivation":"from H2109 (זוּן);","strongs_definition":"properly, nourished (or fully developed), i.e. a form or sort","kjv_definition":"divers kinds, [idiom] all manner of store."} +{"id":"H2178","strongs_number":"H2178","system":"hebrew","language":"hebrew","number_value":2178,"lemma":"זַן","transliteration":"zan","pronunciation":"zan","derivation":"(Aramaic) corresponding to H2177 (זַן);","strongs_definition":"sort","kjv_definition":"kind."} +{"id":"H2179","strongs_number":"H2179","system":"hebrew","language":"hebrew","number_value":2179,"lemma":"זָנַב","transliteration":"zânab","pronunciation":"zaw-nab'","derivation":"a primitive root meaning to wag; used only as a denominative from H2180 (זָנָב);","strongs_definition":"to curtail, i.e. cut off the rear","kjv_definition":"smite the hindmost."} +{"id":"H2180","strongs_number":"H2180","system":"hebrew","language":"hebrew","number_value":2180,"lemma":"זָנָב","transliteration":"zânâb","pronunciation":"zaw-nawb'","derivation":"from H2179 (זָנַב) (in the original sense of flapping);","strongs_definition":"the tail (literally or figuratively)","kjv_definition":"tail."} +{"id":"H2181","strongs_number":"H2181","system":"hebrew","language":"hebrew","number_value":2181,"lemma":"זָנָה","transliteration":"zânâh","pronunciation":"zaw-naw'","derivation":"a primitive root (highly-fed and therefore wanton);","strongs_definition":"to commit adultery (usually of the female, and less often of simple fornication, rarely of involuntary ravishment); figuratively, to commit idolatry (the Jewish people being regarded as the spouse of Jehovah)","kjv_definition":"(cause to) commit fornication, [idiom] continually, [idiom] great, (be an, play the) harlot, (cause to be, play the) whore, (commit, fall to) whoredom, (cause to) go a-whoring, whorish."} +{"id":"H2182","strongs_number":"H2182","system":"hebrew","language":"hebrew","number_value":2182,"lemma":"זָנוֹחַ","transliteration":"Zânôwach","pronunciation":"zaw-no'-akh","derivation":"from H2186 (זָנַח); rejected;","strongs_definition":"Zanoach, the name of two places in Palestine","kjv_definition":"Zanoah."} +{"id":"H2183","strongs_number":"H2183","system":"hebrew","language":"hebrew","number_value":2183,"lemma":"זָנוּן","transliteration":"zânûwn","pronunciation":"zaw-noon'","derivation":"from H2181 (זָנָה);","strongs_definition":"adultery; figuratively, idolatry","kjv_definition":"whoredom."} +{"id":"H2184","strongs_number":"H2184","system":"hebrew","language":"hebrew","number_value":2184,"lemma":"זְנוּת","transliteration":"zᵉnûwth","pronunciation":"zen-ooth'","derivation":"from H2181 (זָנָה);","strongs_definition":"adultery, i.e. (figuratively) infidelity, idolatry","kjv_definition":"whoredom."} +{"id":"H2185","strongs_number":"H2185","system":"hebrew","language":"hebrew","number_value":2185,"lemma":"זֹנוֹת","transliteration":"zônôwth","pronunciation":"zo-noth'","derivation":"regarded by some as if from H2109 (זוּן) or an unused root, and applied to military equipments; but evidently the feminine plural active participle of H2181 (זָנָה);","strongs_definition":"harlots","kjv_definition":"armour."} +{"id":"H2186","strongs_number":"H2186","system":"hebrew","language":"hebrew","number_value":2186,"lemma":"זָנַח","transliteration":"zânach","pronunciation":"zaw-nakh'","derivation":"a primitive root meaning to push aside, i.e.","strongs_definition":"reject, forsake, fail","kjv_definition":"cast away (off), remove far away (off)."} +{"id":"H2187","strongs_number":"H2187","system":"hebrew","language":"hebrew","number_value":2187,"lemma":"זָנַק","transliteration":"zânaq","pronunciation":"zaw-nak'","derivation":"a primitive root;","strongs_definition":"properly, to draw together the feet (as an animal about to dart upon its prey), i.e. to spring forward","kjv_definition":"leap."} +{"id":"H2188","strongs_number":"H2188","system":"hebrew","language":"hebrew","number_value":2188,"lemma":"זֵעָה","transliteration":"zêʻâh","pronunciation":"zay-aw'","derivation":"from H2111 (זוּעַ) (in the sense of H3154 (יֶזַע));","strongs_definition":"perspiration","kjv_definition":"sweat."} +{"id":"H2189","strongs_number":"H2189","system":"hebrew","language":"hebrew","number_value":2189,"lemma":"זַעֲוָה","transliteration":"zaʻăvâh","pronunciation":"zah-av-aw'","derivation":"by transposition for H2113 (זְוָעָה);","strongs_definition":"agitation, maltreatment","kjv_definition":"[idiom] removed, trouble."} +{"id":"H2190","strongs_number":"H2190","system":"hebrew","language":"hebrew","number_value":2190,"lemma":"זַעֲוָן","transliteration":"Zaʻăvân","pronunciation":"zah-av-awn'","derivation":"from H2111 (זוּעַ); disquiet;","strongs_definition":"Zaavan, an Idumaean","kjv_definition":"Zaavan."} +{"id":"H2191","strongs_number":"H2191","system":"hebrew","language":"hebrew","number_value":2191,"lemma":"זְעֵיר","transliteration":"zᵉʻêyr","pronunciation":"zeh-ayr'","derivation":"from an unused root (akin (by permutation) to H6819 (צָעַר)), meaning to dwindle;","strongs_definition":"small","kjv_definition":"little."} +{"id":"H2192","strongs_number":"H2192","system":"hebrew","language":"hebrew","number_value":2192,"lemma":"זְעֵיר","transliteration":"zᵉʻêyr","pronunciation":"zeh-ayr'","derivation":"(Aramaic) corresponding to H2191 (זְעֵיר)xlit zeʻêyr corrected to zᵉʻêyr","strongs_definition":"{small}","kjv_definition":"little."} +{"id":"H2193","strongs_number":"H2193","system":"hebrew","language":"hebrew","number_value":2193,"lemma":"זָעַךְ","transliteration":"zâʻak","pronunciation":"zaw-ak'","derivation":"a primitive root;","strongs_definition":"to extinguish","kjv_definition":"be extinct."} +{"id":"H2194","strongs_number":"H2194","system":"hebrew","language":"hebrew","number_value":2194,"lemma":"זָעַם","transliteration":"zâʻam","pronunciation":"zaw-am'","derivation":"a primitive root;","strongs_definition":"properly, to foam at the mouth, i.e. to be enraged","kjv_definition":"abhor, abominable, (be) angry, defy, (have) indignation."} +{"id":"H2195","strongs_number":"H2195","system":"hebrew","language":"hebrew","number_value":2195,"lemma":"זַעַם","transliteration":"zaʻam","pronunciation":"zah'-am","derivation":"from H2194 (זָעַם);","strongs_definition":"strictly froth at the mouth, i.e. (figuratively) fury (especially of God's displeasure with sin)","kjv_definition":"angry, indignation, rage."} +{"id":"H2196","strongs_number":"H2196","system":"hebrew","language":"hebrew","number_value":2196,"lemma":"זָעַף","transliteration":"zâʻaph","pronunciation":"zaw-af'","derivation":"a primitive root;","strongs_definition":"properly, to boil up, i.e. (figuratively) to be peevish or angry","kjv_definition":"fret, sad, worse liking, be wroth."} +{"id":"H2197","strongs_number":"H2197","system":"hebrew","language":"hebrew","number_value":2197,"lemma":"זַעַף","transliteration":"zaʻaph","pronunciation":"zah'-af","derivation":"from H2196 (זָעַף);","strongs_definition":"anger","kjv_definition":"indignation, rage(-ing), wrath."} +{"id":"H2198","strongs_number":"H2198","system":"hebrew","language":"hebrew","number_value":2198,"lemma":"זָעֵף","transliteration":"zâʻêph","pronunciation":"zaw-afe'","derivation":"from H2196 (זָעַף);","strongs_definition":"angry","kjv_definition":"displeased."} +{"id":"H2199","strongs_number":"H2199","system":"hebrew","language":"hebrew","number_value":2199,"lemma":"זָעַק","transliteration":"zâʻaq","pronunciation":"zaw-ak'","derivation":"a primitive root;","strongs_definition":"to shriek (from anguish or danger); by analogy, (as a herald) to announce or convene publicly","kjv_definition":"assemble, call (together), (make a) cry (out), come with such a company, gather (together), cause to be proclaimed."} +{"id":"H2200","strongs_number":"H2200","system":"hebrew","language":"hebrew","number_value":2200,"lemma":"זְעִק","transliteration":"zᵉʻiq","pronunciation":"zek'-eek","derivation":"(Aramaic) corresponding to H2199 (זָעַק);","strongs_definition":"to make an outcry","kjv_definition":"cry."} +{"id":"H2201","strongs_number":"H2201","system":"hebrew","language":"hebrew","number_value":2201,"lemma":"זַעַק","transliteration":"zaʻaq","pronunciation":"zah'-ak","derivation":"and (feminine) זְעָקָהxlit zᵉâqâh corrected to zᵉʻâqâh; from H2199 (זָעַק);","strongs_definition":"a shriek or outcry","kjv_definition":"cry(-ing)."} +{"id":"H2202","strongs_number":"H2202","system":"hebrew","language":"hebrew","number_value":2202,"lemma":"זִפְרֹן","transliteration":"Ziphrôn","pronunciation":"zi-frone'","derivation":"from an unused root (meaning to be fragrant);","strongs_definition":"Ziphron, a place in Palestine","kjv_definition":"Ziphron."} +{"id":"H2203","strongs_number":"H2203","system":"hebrew","language":"hebrew","number_value":2203,"lemma":"זֶפֶת","transliteration":"zepheth","pronunciation":"zeh'-feth","derivation":"from an unused root (meaning to liquify);","strongs_definition":"asphalt (from its tendency to soften in the sun)","kjv_definition":"pitch."} +{"id":"H2204","strongs_number":"H2204","system":"hebrew","language":"hebrew","number_value":2204,"lemma":"זָקֵן","transliteration":"zâqên","pronunciation":"zaw-kane'","derivation":"a primitive root;","strongs_definition":"to be old","kjv_definition":"aged man, be (wax) old (man)."} +{"id":"H2205","strongs_number":"H2205","system":"hebrew","language":"hebrew","number_value":2205,"lemma":"זָקֵן","transliteration":"zâqên","pronunciation":"zaw-kane'","derivation":"from H2204 (זָקֵן);","strongs_definition":"old","kjv_definition":"aged, ancient (man), elder(-est), old (man, men and...women), senator."} +{"id":"H2206","strongs_number":"H2206","system":"hebrew","language":"hebrew","number_value":2206,"lemma":"זָקָן","transliteration":"zâqân","pronunciation":"zaw-kawn'","derivation":"from H2204 (זָקֵן);","strongs_definition":"the beard (as indicating age)","kjv_definition":"beard."} +{"id":"H2207","strongs_number":"H2207","system":"hebrew","language":"hebrew","number_value":2207,"lemma":"זֹקֶן","transliteration":"zôqen","pronunciation":"zo'-ken","derivation":"from H2204 (זָקֵן);","strongs_definition":"old age","kjv_definition":"age."} +{"id":"H2208","strongs_number":"H2208","system":"hebrew","language":"hebrew","number_value":2208,"lemma":"זָקֻן","transliteration":"zâqun","pronunciation":"zaw-koon'","derivation":"properly, passive participle of H2204 (זָקֵן) (used only in the plural as a noun);","strongs_definition":"old age","kjv_definition":"old age."} +{"id":"H2209","strongs_number":"H2209","system":"hebrew","language":"hebrew","number_value":2209,"lemma":"זִקְנָה","transliteration":"ziqnâh","pronunciation":"zik-naw'","derivation":"feminine of H2205 (זָקֵן);","strongs_definition":"old age","kjv_definition":"old (age)."} +{"id":"H2210","strongs_number":"H2210","system":"hebrew","language":"hebrew","number_value":2210,"lemma":"זָקַף","transliteration":"zâqaph","pronunciation":"zaw-kaf'","derivation":"a primitive root;","strongs_definition":"to life, i.e. (figuratively) comfort","kjv_definition":"raise (up)."} +{"id":"H2211","strongs_number":"H2211","system":"hebrew","language":"hebrew","number_value":2211,"lemma":"זְקַף","transliteration":"zᵉqaph","pronunciation":"zek-af'","derivation":"(Aramaic) corresponding to H2210 (זָקַף);","strongs_definition":"to hang, i.e. impale","kjv_definition":"set up."} +{"id":"H2212","strongs_number":"H2212","system":"hebrew","language":"hebrew","number_value":2212,"lemma":"זָקַק","transliteration":"zâqaq","pronunciation":"zaw-kak'","derivation":"a primitive root;","strongs_definition":"to strain, (figuratively) extract, clarify","kjv_definition":"fine, pour down, purge, purify, refine."} +{"id":"H2213","strongs_number":"H2213","system":"hebrew","language":"hebrew","number_value":2213,"lemma":"זֵר","transliteration":"zêr","pronunciation":"zare","derivation":"from H2237 (זָרַר) (in the sense of scattering);","strongs_definition":"a chaplet (as spread around the top), i.e. (specifically) a border moulding","kjv_definition":"crown."} +{"id":"H2214","strongs_number":"H2214","system":"hebrew","language":"hebrew","number_value":2214,"lemma":"זָרָא","transliteration":"zârâʼ","pronunciation":"zaw-raw'","derivation":"from H2114 (זוּר) (in the sense of estrangement) (compare H2219 (זָרָה));","strongs_definition":"disgust","kjv_definition":"loathsome."} +{"id":"H2215","strongs_number":"H2215","system":"hebrew","language":"hebrew","number_value":2215,"lemma":"זָרַב","transliteration":"zârab","pronunciation":"zaw-rab'","derivation":"a primitive root;","strongs_definition":"to flow away","kjv_definition":"wax warm."} +{"id":"H2216","strongs_number":"H2216","system":"hebrew","language":"hebrew","number_value":2216,"lemma":"זְרֻבָּבֶל","transliteration":"Zᵉrubbâbel","pronunciation":"zer-oob-baw-bel'","derivation":"from H2215 (זָרַב) and H894 (בָּבֶל); descended of (i.e. from) Babylon, i.e. born there;","strongs_definition":"Zerubbabel, an Israelite","kjv_definition":"Zerubbabel."} +{"id":"H2217","strongs_number":"H2217","system":"hebrew","language":"hebrew","number_value":2217,"lemma":"זְרֻבָּבֶל","transliteration":"Zᵉrubbâbel","pronunciation":"zer-oob-baw-bel'","derivation":"(Aramaic) corresponding to H2216 (זְרֻבָּבֶל)","strongs_definition":"{Zerubbabel, an Israelite}","kjv_definition":"Zerubbabel."} +{"id":"H2218","strongs_number":"H2218","system":"hebrew","language":"hebrew","number_value":2218,"lemma":"זֶרֶד","transliteration":"Zered","pronunciation":"zeh'-red","derivation":"from an unused root meaning to be exuberant in growth; lined with shrubbery;","strongs_definition":"Zered, a brook East of the Dead Sea","kjv_definition":"Zared, Zered."} +{"id":"H2219","strongs_number":"H2219","system":"hebrew","language":"hebrew","number_value":2219,"lemma":"זָרָה","transliteration":"zârâh","pronunciation":"zaw-raw'","derivation":"a primitive root (compare H2114 (זוּר));","strongs_definition":"to toss about; by implication, to diffuse, winnow","kjv_definition":"cast away, compass, disperse, fan, scatter (away), spread, strew, winnow."} +{"id":"H2220","strongs_number":"H2220","system":"hebrew","language":"hebrew","number_value":2220,"lemma":"זְרוֹעַ","transliteration":"zᵉrôwaʻ","pronunciation":"zer-o'-ah","derivation":"or (shortened) זְרֹעַ; and (feminine) זְרוֹעָה; or זְרֹעָה; from H2232 (זָרַע);","strongs_definition":"the arm (as stretched out), or (of animals) the foreleg; figuratively, force","kjv_definition":"arm, [phrase] help, mighty, power, shoulder, strength."} +{"id":"H2221","strongs_number":"H2221","system":"hebrew","language":"hebrew","number_value":2221,"lemma":"זֵרוּעַ","transliteration":"zêrûwaʻ","pronunciation":"zay-roo'-ah","derivation":"from H2232 (זָרַע);","strongs_definition":"something sown, i.e. a plant","kjv_definition":"sowing, thing that is sown."} +{"id":"H2222","strongs_number":"H2222","system":"hebrew","language":"hebrew","number_value":2222,"lemma":"זַרְזִיף","transliteration":"zarzîyph","pronunciation":"zar-zeef'","derivation":"by reduplication from an unused root meaning to flow;","strongs_definition":"a pouring rain","kjv_definition":"water."} +{"id":"H2223","strongs_number":"H2223","system":"hebrew","language":"hebrew","number_value":2223,"lemma":"זַרְזִיר","transliteration":"zarzîyr","pronunciation":"zar-zeer'","derivation":"by reduplication from H2115 (זוּר);","strongs_definition":"properly, tightly girt, i.e. probably a racer, or some fleet animal (as being slender in the waist)","kjv_definition":"[phrase] greyhound."} +{"id":"H2224","strongs_number":"H2224","system":"hebrew","language":"hebrew","number_value":2224,"lemma":"זָרַח","transliteration":"zârach","pronunciation":"zaw-rakh'","derivation":"a primitive root;","strongs_definition":"properly, to irradiate (or shoot forth beams), i.e. to rise (as the sun); specifically, to appear (as a symptom of leprosy)","kjv_definition":"arise, rise (up), as soon as it is up."} +{"id":"H2225","strongs_number":"H2225","system":"hebrew","language":"hebrew","number_value":2225,"lemma":"זֶרַח","transliteration":"zerach","pronunciation":"zeh'-rakh","derivation":"from H2224 (זָרַח);","strongs_definition":"a rising of light","kjv_definition":"rising."} +{"id":"H2226","strongs_number":"H2226","system":"hebrew","language":"hebrew","number_value":2226,"lemma":"זֶרַח","transliteration":"Zerach","pronunciation":"zeh'-rakh","derivation":"the same as H2225 (זֶרַח);","strongs_definition":"Zerach, the name of three Israelites, also of an Idumaean and an Ethiopian prince","kjv_definition":"Zarah, Zerah."} +{"id":"H2227","strongs_number":"H2227","system":"hebrew","language":"hebrew","number_value":2227,"lemma":"זַרְחִי","transliteration":"Zarchîy","pronunciation":"zar-khee'","derivation":"patronymically from H2226 (זֶרַח);","strongs_definition":"a Zarchite or descendant of Zerach","kjv_definition":"Zarchite."} +{"id":"H2228","strongs_number":"H2228","system":"hebrew","language":"hebrew","number_value":2228,"lemma":"זְרַחְיָה","transliteration":"Zᵉrachyâh","pronunciation":"zer-akh-yaw'","derivation":"from H2225 (זֶרַח) and H3050 (יָהּ); Jah has risen;","strongs_definition":"Zerachjah, the name of two Israelites","kjv_definition":"Zerahiah."} +{"id":"H2229","strongs_number":"H2229","system":"hebrew","language":"hebrew","number_value":2229,"lemma":"זָרַם","transliteration":"zâram","pronunciation":"zaw-ram'","derivation":"a primitive root;","strongs_definition":"to gush (as water)","kjv_definition":"carry away as with a flood, pour out."} +{"id":"H2230","strongs_number":"H2230","system":"hebrew","language":"hebrew","number_value":2230,"lemma":"זֶרֶם","transliteration":"zerem","pronunciation":"zeh'-rem","derivation":"from H2229 (זָרַם);","strongs_definition":"a gush of water","kjv_definition":"flood, overflowing, shower, storm, tempest."} +{"id":"H2231","strongs_number":"H2231","system":"hebrew","language":"hebrew","number_value":2231,"lemma":"זִרְמָה","transliteration":"zirmâh","pronunciation":"zir-maw'","derivation":"feminine of H2230 (זֶרֶם);","strongs_definition":"a gushing of fluid (semen)","kjv_definition":"issue."} +{"id":"H2232","strongs_number":"H2232","system":"hebrew","language":"hebrew","number_value":2232,"lemma":"זָרַע","transliteration":"zâraʻ","pronunciation":"zaw-rah'","derivation":"a primitive root;","strongs_definition":"to sow; figuratively, to disseminate, plant, fructify","kjv_definition":"bear, conceive seed, set with sow(-er), yield."} +{"id":"H2233","strongs_number":"H2233","system":"hebrew","language":"hebrew","number_value":2233,"lemma":"זֶרַע","transliteration":"zeraʻ","pronunciation":"zeh'-rah","derivation":"from H2232 (זָרַע);","strongs_definition":"seed; figuratively, fruit, plant, sowing-time, posterity","kjv_definition":"[idiom] carnally, child, fruitful, seed(-time), sowing-time."} +{"id":"H2234","strongs_number":"H2234","system":"hebrew","language":"hebrew","number_value":2234,"lemma":"זְרַע","transliteration":"zᵉraʻ","pronunciation":"zer-ah'","derivation":"(Aramaic) corresponding to H2233 (זֶרַע);","strongs_definition":"posterity","kjv_definition":"seed."} +{"id":"H2235","strongs_number":"H2235","system":"hebrew","language":"hebrew","number_value":2235,"lemma":"זֵרֹעַ","transliteration":"zêrôaʻ","pronunciation":"zay-ro'-ah","derivation":"or זֵרָעֹן; from H2232 (זָרַע);","strongs_definition":"something sown (only in the plural), i.e. a vegetable (as food)","kjv_definition":"pulse."} +{"id":"H2236","strongs_number":"H2236","system":"hebrew","language":"hebrew","number_value":2236,"lemma":"זָרַק","transliteration":"zâraq","pronunciation":"zaw-rak'","derivation":"a primitive root;","strongs_definition":"to sprinkle (fluid or solid particles)","kjv_definition":"be here and there, scatter, sprinkle, strew."} +{"id":"H2237","strongs_number":"H2237","system":"hebrew","language":"hebrew","number_value":2237,"lemma":"זָרַר","transliteration":"zârar","pronunciation":"zaw-rar'","derivation":"a primitive root (compare H2114 (זוּר));","strongs_definition":"perhaps to diffuse, i.e. (specifically) to sneeze","kjv_definition":"sneeze."} +{"id":"H2238","strongs_number":"H2238","system":"hebrew","language":"hebrew","number_value":2238,"lemma":"זֶרֶשׁ","transliteration":"Zeresh","pronunciation":"zeh'-resh","derivation":"of Persian origin;","strongs_definition":"Zeresh, Haman's wife","kjv_definition":"Zeresh."} +{"id":"H2239","strongs_number":"H2239","system":"hebrew","language":"hebrew","number_value":2239,"lemma":"זֶרֶת","transliteration":"zereth","pronunciation":"zeh'-reth","derivation":"from H2219 (זָרָה);","strongs_definition":"the spread of the fingers, i.e. a span","kjv_definition":"span."} +{"id":"H2240","strongs_number":"H2240","system":"hebrew","language":"hebrew","number_value":2240,"lemma":"זַתּוּא","transliteration":"Zattûwʼ","pronunciation":"zat-too'","derivation":"of uncertain derivation;","strongs_definition":"Zattu, an Israelite","kjv_definition":"Zattu."} +{"id":"H2241","strongs_number":"H2241","system":"hebrew","language":"hebrew","number_value":2241,"lemma":"זֵתָם","transliteration":"Zêthâm","pronunciation":"zay-thawm'","derivation":"apparently a variation for H2133 (זֵיתָן);","strongs_definition":"Zetham, an Israelite","kjv_definition":"Zetham."} +{"id":"H2242","strongs_number":"H2242","system":"hebrew","language":"hebrew","number_value":2242,"lemma":"זֵתַר","transliteration":"Zêthar","pronunciation":"zay-thar'","derivation":"of Persian origin;","strongs_definition":"Zethar, a eunuch of Xerxes","kjv_definition":"Zethar. j"} +{"id":"H2243","strongs_number":"H2243","system":"hebrew","language":"hebrew","number_value":2243,"lemma":"חֹב","transliteration":"chôb","pronunciation":"khobe","derivation":"by contraction from H2245 (חָבַב);","strongs_definition":"properly, a cherisher, i.e. the bosom","kjv_definition":"bosom."} +{"id":"H2244","strongs_number":"H2244","system":"hebrew","language":"hebrew","number_value":2244,"lemma":"חָבָא","transliteration":"châbâʼ","pronunciation":"khaw-baw'","derivation":"a primitive root (compare H2245 (חָבַב));","strongs_definition":"to secrete","kjv_definition":"[idiom] held, hide (self), do secretly."} +{"id":"H2245","strongs_number":"H2245","system":"hebrew","language":"hebrew","number_value":2245,"lemma":"חָבַב","transliteration":"châbab","pronunciation":"khaw-bab'","derivation":"a primitive root (compare H2244 (חָבָא), H2247 (חָבָה));","strongs_definition":"properly, to hide (as in the bosom), i.e. to cherish (with affection)","kjv_definition":"love."} +{"id":"H2246","strongs_number":"H2246","system":"hebrew","language":"hebrew","number_value":2246,"lemma":"חֹבָב","transliteration":"Chôbâb","pronunciation":"kho-bawb'","derivation":"from H2245 (חָבַב); cherished;","strongs_definition":"Chobab, father-in-law of Moses","kjv_definition":"Hobab."} +{"id":"H2247","strongs_number":"H2247","system":"hebrew","language":"hebrew","number_value":2247,"lemma":"חָבָה","transliteration":"châbâh","pronunciation":"khaw-bah'","derivation":"a primitive root (compare H2245 (חָבַב));","strongs_definition":"to secrete","kjv_definition":"hide (self)."} +{"id":"H2248","strongs_number":"H2248","system":"hebrew","language":"hebrew","number_value":2248,"lemma":"חֲבוּלָה","transliteration":"chăbûwlâh","pronunciation":"khab-oo-law'","derivation":"(Aramaic) from H2255 (חֲבַל);","strongs_definition":"properly, overthrown, i.e. (morally) crime","kjv_definition":"hurt."} +{"id":"H2249","strongs_number":"H2249","system":"hebrew","language":"hebrew","number_value":2249,"lemma":"חָבוֹר","transliteration":"Châbôwr","pronunciation":"khaw-bore'","derivation":"from H2266 (חָבַר); united;","strongs_definition":"Chabor, a river of Assyria","kjv_definition":"Habor."} +{"id":"H2250","strongs_number":"H2250","system":"hebrew","language":"hebrew","number_value":2250,"lemma":"חַבּוּרָה","transliteration":"chabbûwrâh","pronunciation":"khab-boo-raw'","derivation":"or חַבֻּרָה; or חֲבֻרָה; from H2266 (חָבַר);","strongs_definition":"properly, bound (with stripes), i.e. a weal (or black-and-blue mark itself)","kjv_definition":"blueness, bruise, hurt, stripe, wound."} +{"id":"H2251","strongs_number":"H2251","system":"hebrew","language":"hebrew","number_value":2251,"lemma":"חָבַט","transliteration":"châbaṭ","pronunciation":"khaw-bat'","derivation":"a primitive root;","strongs_definition":"to knock out or off","kjv_definition":"beat (off, out), thresh."} +{"id":"H2252","strongs_number":"H2252","system":"hebrew","language":"hebrew","number_value":2252,"lemma":"חֲבַיָּה","transliteration":"Chăbayâh","pronunciation":"khab-ah-yaw'","derivation":"or חֲבָיָהlemma חֲבָיה missing vowel, corrected to חֲבָיָה; from H2247 (חָבָה) and H3050 (יָהּ); Jah has hidden;","strongs_definition":"Chabajah, an Israelite","kjv_definition":"Habaiah."} +{"id":"H2253","strongs_number":"H2253","system":"hebrew","language":"hebrew","number_value":2253,"lemma":"חֶבְיוֹן","transliteration":"chebyôwn","pronunciation":"kheb-yone'","derivation":"from H2247 (חָבָה);","strongs_definition":"a concealment","kjv_definition":"hiding."} +{"id":"H2254","strongs_number":"H2254","system":"hebrew","language":"hebrew","number_value":2254,"lemma":"חָבַל","transliteration":"châbal","pronunciation":"khaw-bal'","derivation":"a primitive root;","strongs_definition":"to wind tightly (as a rope), i.e. to bind; specifically, by a pledge; figuratively, to pervert, destroy; also to writhe in pain (especially of parturition)","kjv_definition":"[idiom] at all, band, bring forth, (deal) corrupt(-ly), destroy, offend, lay to (take a) pledge, spoil, travail, [idiom] very, withhold."} +{"id":"H2255","strongs_number":"H2255","system":"hebrew","language":"hebrew","number_value":2255,"lemma":"חֲבַל","transliteration":"chăbal","pronunciation":"khab-al'","derivation":"(Aramaic) corresponding to H2254 (חָבַל);","strongs_definition":"to ruin","kjv_definition":"destroy, hurt."} +{"id":"H2256","strongs_number":"H2256","system":"hebrew","language":"hebrew","number_value":2256,"lemma":"חֶבֶל","transliteration":"chebel","pronunciation":"kheh'-bel","derivation":"or חֵבֶל; from H2254 (חָבַל);","strongs_definition":"a rope (as twisted), especially a measuring line; by implication, a district or inheritance (as measured); or a noose (as of cords); figuratively, a company (as if tied together); also a throe (especially of parturition); also ruin","kjv_definition":"band, coast, company, cord, country, destruction, line, lot, pain, pang, portion, region, rope, snare, sorrow, tackling."} +{"id":"H2257","strongs_number":"H2257","system":"hebrew","language":"hebrew","number_value":2257,"lemma":"חֲבַל","transliteration":"chăbal","pronunciation":"khab-al'","derivation":"(Aramaic) from H2255 (חֲבַל);","strongs_definition":"harm (personal or pecuniary)","kjv_definition":"damage, hurt."} +{"id":"H2258","strongs_number":"H2258","system":"hebrew","language":"hebrew","number_value":2258,"lemma":"חֲבֹל","transliteration":"chăbôl","pronunciation":"khab-ole'","derivation":"or (feminine) חֲבֹלָה; from H2254 (חָבַל);","strongs_definition":"a pawn (as security for debt)","kjv_definition":"pledge."} +{"id":"H2259","strongs_number":"H2259","system":"hebrew","language":"hebrew","number_value":2259,"lemma":"חֹבֵל","transliteration":"chôbêl","pronunciation":"kho-bale'","derivation":"active participle from H2254 (חָבַל) (in the sense of handling ropes);","strongs_definition":"a sailor","kjv_definition":"pilot, shipmaster."} +{"id":"H2260","strongs_number":"H2260","system":"hebrew","language":"hebrew","number_value":2260,"lemma":"חִבֵּל","transliteration":"chibbêl","pronunciation":"khib-bale'","derivation":"from H2254 (חָבַל) (in the sense of furnished with ropes);","strongs_definition":"a mast","kjv_definition":"mast."} +{"id":"H2261","strongs_number":"H2261","system":"hebrew","language":"hebrew","number_value":2261,"lemma":"חֲבַצֶּלֶת","transliteration":"chăbatstseleth","pronunciation":"khab-ats-tseh'-leth","derivation":"of uncertain derivation;","strongs_definition":"probably meadow-saffron","kjv_definition":"rose."} +{"id":"H2262","strongs_number":"H2262","system":"hebrew","language":"hebrew","number_value":2262,"lemma":"חֲבַצַּנְיָה","transliteration":"Chăbatstsanyâh","pronunciation":"khab-ats-tsan-yaw'","derivation":"of uncertain derivation;","strongs_definition":"Chabatstsanjah, a Rechabite","kjv_definition":"Habazaniah."} +{"id":"H2263","strongs_number":"H2263","system":"hebrew","language":"hebrew","number_value":2263,"lemma":"חָבַק","transliteration":"châbaq","pronunciation":"khaw-bak'","derivation":"a primitive root;","strongs_definition":"to clasp (the hands or in embrace)","kjv_definition":"embrace, fold."} +{"id":"H2264","strongs_number":"H2264","system":"hebrew","language":"hebrew","number_value":2264,"lemma":"חִבֻּק","transliteration":"chibbuq","pronunciation":"khib-book'","derivation":"from H2263 (חָבַק);","strongs_definition":"a clasping of the hands (in idleness)","kjv_definition":"fold."} +{"id":"H2265","strongs_number":"H2265","system":"hebrew","language":"hebrew","number_value":2265,"lemma":"חֲבַקּוּק","transliteration":"Chăbaqqûwq","pronunciation":"khab-ak-kook'","derivation":"by reduplication from H2263 (חָבַק); embrace;","strongs_definition":"Chabakkuk, the prophet","kjv_definition":"Habakkuk."} +{"id":"H2266","strongs_number":"H2266","system":"hebrew","language":"hebrew","number_value":2266,"lemma":"חָבַר","transliteration":"châbar","pronunciation":"khaw-bar'","derivation":"a primitive root;","strongs_definition":"to join (literally or figuratively); specifically (by means of spells) to fascinate","kjv_definition":"charm(-er), be compact, couple (together), have fellowship with, heap up, join (self, together), league."} +{"id":"H2267","strongs_number":"H2267","system":"hebrew","language":"hebrew","number_value":2267,"lemma":"חֶבֶר","transliteration":"cheber","pronunciation":"kheh'-ber","derivation":"from H2266 (חָבַר);","strongs_definition":"a society; also a spell","kjv_definition":"[phrase] charmer(-ing), company, enchantment, [idiom] wide."} +{"id":"H2268","strongs_number":"H2268","system":"hebrew","language":"hebrew","number_value":2268,"lemma":"חֶבֶר","transliteration":"Cheber","pronunciation":"kheh'-ber","derivation":"the same as H2267 (חֶבֶר); community;","strongs_definition":"Cheber, the name of a Kenite and of three Israelites","kjv_definition":"Heber."} +{"id":"H2269","strongs_number":"H2269","system":"hebrew","language":"hebrew","number_value":2269,"lemma":"חֲבַר","transliteration":"chăbar","pronunciation":"khab-ar'","derivation":"(Aramaic) from a root corresponding to H2266 (חָבַר);","strongs_definition":"an associate","kjv_definition":"companion, fellow."} +{"id":"H2270","strongs_number":"H2270","system":"hebrew","language":"hebrew","number_value":2270,"lemma":"חָבֵר","transliteration":"châbêr","pronunciation":"khaw-bare'","derivation":"from H2266 (חָבַר);","strongs_definition":"an associate","kjv_definition":"companion, fellow, knit together."} +{"id":"H2271","strongs_number":"H2271","system":"hebrew","language":"hebrew","number_value":2271,"lemma":"חַבָּר","transliteration":"chabbâr","pronunciation":"khab-bawr'","derivation":"from H2266 (חָבַר);","strongs_definition":"a partner","kjv_definition":"companion."} +{"id":"H2272","strongs_number":"H2272","system":"hebrew","language":"hebrew","number_value":2272,"lemma":"חֲבַרְבֻּרָה","transliteration":"chăbarburâh","pronunciation":"khab-ar-boo-raw'","derivation":"by reduplication from H2266 (חָבַר);","strongs_definition":"a streak (like a line), as on the tiger","kjv_definition":"spot."} +{"id":"H2273","strongs_number":"H2273","system":"hebrew","language":"hebrew","number_value":2273,"lemma":"חַבְרָה","transliteration":"chabrâh","pronunciation":"khab-raw'","derivation":"(Aramaic) feminine of H2269 (חֲבַר);","strongs_definition":"an associate","kjv_definition":"other."} +{"id":"H2274","strongs_number":"H2274","system":"hebrew","language":"hebrew","number_value":2274,"lemma":"חֶבְרָה","transliteration":"chebrâh","pronunciation":"kheb-raw'","derivation":"feminine of H2267 (חֶבֶר);","strongs_definition":"association","kjv_definition":"company."} +{"id":"H2275","strongs_number":"H2275","system":"hebrew","language":"hebrew","number_value":2275,"lemma":"חֶבְרוֹן","transliteration":"Chebrôwn","pronunciation":"kheb-rone'","derivation":"from H2267 (חֶבֶר); seat of association;","strongs_definition":"Chebron, a place in Palestine, also the name of two Israelites","kjv_definition":"Hebron."} +{"id":"H2276","strongs_number":"H2276","system":"hebrew","language":"hebrew","number_value":2276,"lemma":"חֶבְרוֹנִי","transliteration":"Chebrôwnîy","pronunciation":"kheb-ro-nee'","derivation":"or חֶבְרֹנִי; patronymically from H2275 (חֶבְרוֹן);","strongs_definition":"Chebronite (collectively), an inhabitant of Chebron","kjv_definition":"Hebronites."} +{"id":"H2277","strongs_number":"H2277","system":"hebrew","language":"hebrew","number_value":2277,"lemma":"חֶבְרִי","transliteration":"Chebrîy","pronunciation":"kheb-ree'","derivation":"patronymically from H2268 (חֶבֶר);","strongs_definition":"a Chebrite (collectively) or descendants of Cheber","kjv_definition":"Heberites."} +{"id":"H2278","strongs_number":"H2278","system":"hebrew","language":"hebrew","number_value":2278,"lemma":"חֲבֶרֶת","transliteration":"chăbereth","pronunciation":"khab-eh'-reth","derivation":"feminine of H2270 (חָבֵר);","strongs_definition":"a consort","kjv_definition":"companion."} +{"id":"H2279","strongs_number":"H2279","system":"hebrew","language":"hebrew","number_value":2279,"lemma":"חֹבֶרֶת","transliteration":"chôbereth","pronunciation":"kho-beh'-reth","derivation":"feminine active participle of H2266 (חָבַר);","strongs_definition":"a joint","kjv_definition":"which coupleth, coupling."} +{"id":"H2280","strongs_number":"H2280","system":"hebrew","language":"hebrew","number_value":2280,"lemma":"חָבַשׁ","transliteration":"châbash","pronunciation":"khaw-bash'","derivation":"a primitive root;","strongs_definition":"to wrap firmly (especially a turban, compress, or saddle); figuratively, to stop, to rule","kjv_definition":"bind (up), gird about, govern, healer, put, saddle, wrap about."} +{"id":"H2281","strongs_number":"H2281","system":"hebrew","language":"hebrew","number_value":2281,"lemma":"חָבֵת","transliteration":"châbêth","pronunciation":"khaw-bayth'","derivation":"from an unused root probably meaning to cook (compare H4227 (מַחֲבַת));","strongs_definition":"something fried, probably a griddle-cake","kjv_definition":"pan."} +{"id":"H2282","strongs_number":"H2282","system":"hebrew","language":"hebrew","number_value":2282,"lemma":"חַג","transliteration":"chag","pronunciation":"khag","derivation":"or חָג; from H2287 (חָגַג);","strongs_definition":"a festival, or a victim therefor","kjv_definition":"(solemn) feast (day), sacrifice, solemnity."} +{"id":"H2283","strongs_number":"H2283","system":"hebrew","language":"hebrew","number_value":2283,"lemma":"חָגָא","transliteration":"châgâʼ","pronunciation":"khaw-gaw'","derivation":"from an unused root meaning to revolve (compare H2287 (חָגַג));","strongs_definition":"properly, vertigo, i.e. (figuratively) fear","kjv_definition":"terror."} +{"id":"H2284","strongs_number":"H2284","system":"hebrew","language":"hebrew","number_value":2284,"lemma":"חָגָב","transliteration":"châgâb","pronunciation":"khaw-gawb'","derivation":"of uncertain derivation;","strongs_definition":"a locust","kjv_definition":"locust."} +{"id":"H2285","strongs_number":"H2285","system":"hebrew","language":"hebrew","number_value":2285,"lemma":"חָגָב","transliteration":"Châgâb","pronunciation":"khaw-gawb'","derivation":"the same as H2284 (חָגָב); locust;","strongs_definition":"Chagab, one of the Nethinim","kjv_definition":"Hagab."} +{"id":"H2286","strongs_number":"H2286","system":"hebrew","language":"hebrew","number_value":2286,"lemma":"חֲגָבָא","transliteration":"Chăgâbâʼ","pronunciation":"khag-aw-baw'","derivation":"or חֲגָבָה; feminine of H2285 (חָגָב); locust;","strongs_definition":"Chagaba or Chagabah, one of the Nethinim","kjv_definition":"Hagaba, Hagabah."} +{"id":"H2287","strongs_number":"H2287","system":"hebrew","language":"hebrew","number_value":2287,"lemma":"חָגַג","transliteration":"châgag","pronunciation":"khaw-gag'","derivation":"a primitive root (compare H2283 (חָגָא), H2328 (חוּג));","strongs_definition":"properly, to move in acircle, i.e. (specifically) to march in asacred procession, to observe afestival; by implication, to be giddy","kjv_definition":"celebrate, dance, (keep, hold) a (solemn) feast (holiday), reel to and fro."} +{"id":"H2288","strongs_number":"H2288","system":"hebrew","language":"hebrew","number_value":2288,"lemma":"חֲגָו","transliteration":"chăgâv","pronunciation":"khag-awv'","derivation":"from an unused root meaning to take refuge;","strongs_definition":"a rift in rocks","kjv_definition":"cleft."} +{"id":"H2289","strongs_number":"H2289","system":"hebrew","language":"hebrew","number_value":2289,"lemma":"חָגוֹר","transliteration":"châgôwr","pronunciation":"khaw-gore'","derivation":"from H2296 (חָגַר);","strongs_definition":"belted","kjv_definition":"girded with."} +{"id":"H2290","strongs_number":"H2290","system":"hebrew","language":"hebrew","number_value":2290,"lemma":"חֲגוֹר","transliteration":"chăgôwr","pronunciation":"khag-ore'","derivation":"or חֲגֹר; and (feminine) חֲגוֹרָה; or חֲגֹרָה; from H2296 (חָגַר);","strongs_definition":"a belt (for the waist)","kjv_definition":"apron, armour, gird(-le)."} +{"id":"H2291","strongs_number":"H2291","system":"hebrew","language":"hebrew","number_value":2291,"lemma":"חַגִּי","transliteration":"Chaggîy","pronunciation":"khag-ghee'","derivation":"from H2287 (חָגַג); festive","strongs_definition":"Chaggi, an Israelite; also (patronymically) a Chaggite, or descendant of the same","kjv_definition":"Haggi, Haggites."} +{"id":"H2292","strongs_number":"H2292","system":"hebrew","language":"hebrew","number_value":2292,"lemma":"חַגַּי","transliteration":"Chaggay","pronunciation":"khag-gah'-ee","derivation":"from H2282 (חַג); festive;","strongs_definition":"Chaggai, a Hebrew prophet","kjv_definition":"Haggai."} +{"id":"H2293","strongs_number":"H2293","system":"hebrew","language":"hebrew","number_value":2293,"lemma":"חַגִּיָּה","transliteration":"Chaggîyâh","pronunciation":"khag-ghee-yaw'","derivation":"from H2282 (חַג) and H3050 (יָהּ); festival of Jah;","strongs_definition":"Chaggijah, an Israelite","kjv_definition":"Haggiah."} +{"id":"H2294","strongs_number":"H2294","system":"hebrew","language":"hebrew","number_value":2294,"lemma":"חַגִּית","transliteration":"Chaggîyth","pronunciation":"khag-gheeth'","derivation":"feminine of H2291 (חַגִּי); festive;","strongs_definition":"Chaggith, a wife of David","kjv_definition":"Haggith."} +{"id":"H2295","strongs_number":"H2295","system":"hebrew","language":"hebrew","number_value":2295,"lemma":"חׇגְלָה","transliteration":"Choglâh","pronunciation":"khog-law'","derivation":"of uncertain derivation; probably a partridge;","strongs_definition":"Choglah, an Israelitess","kjv_definition":"Hoglah. See also H1031 (בֵּית חׇגְלָה)."} +{"id":"H2296","strongs_number":"H2296","system":"hebrew","language":"hebrew","number_value":2296,"lemma":"חָגַר","transliteration":"châgar","pronunciation":"khaw-gar'","derivation":"a primitive root;","strongs_definition":"to gird on (as a belt, armor, etc.)","kjv_definition":"be able to put on, be afraid, appointed, gird, restrain, [idiom] on every side."} +{"id":"H2297","strongs_number":"H2297","system":"hebrew","language":"hebrew","number_value":2297,"lemma":"חַד","transliteration":"chad","pronunciation":"khad","derivation":"abridged from H259 (אֶחָד);","strongs_definition":"one","kjv_definition":"one."} +{"id":"H2298","strongs_number":"H2298","system":"hebrew","language":"hebrew","number_value":2298,"lemma":"חַד","transliteration":"chad","pronunciation":"khad","derivation":"(Aramaic) corresponding to H2297 (חַד);","strongs_definition":"as card. one; as article single; as an ordinal, first; adverbially, at once","kjv_definition":"a, first, one, together."} +{"id":"H2299","strongs_number":"H2299","system":"hebrew","language":"hebrew","number_value":2299,"lemma":"חַד","transliteration":"chad","pronunciation":"khad","derivation":"from H2300 (חָדַד);","strongs_definition":"sharp","kjv_definition":"sharp."} +{"id":"H2300","strongs_number":"H2300","system":"hebrew","language":"hebrew","number_value":2300,"lemma":"חָדַד","transliteration":"châdad","pronunciation":"khaw-dad'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) sharp or (figuratively) severe","kjv_definition":"be fierce, sharpen."} +{"id":"H2301","strongs_number":"H2301","system":"hebrew","language":"hebrew","number_value":2301,"lemma":"חֲדַד","transliteration":"Chădad","pronunciation":"khad-ad'","derivation":"from H2300 (חָדַד); fierce;","strongs_definition":"Chadad, an Ishmaelite","kjv_definition":"Hadad."} +{"id":"H2302","strongs_number":"H2302","system":"hebrew","language":"hebrew","number_value":2302,"lemma":"חָדָה","transliteration":"châdâh","pronunciation":"khaw-daw'","derivation":"a primitive root;","strongs_definition":"to rejoice","kjv_definition":"make glad, be joined, rejoice."} +{"id":"H2303","strongs_number":"H2303","system":"hebrew","language":"hebrew","number_value":2303,"lemma":"חַדּוּד","transliteration":"chaddûwd","pronunciation":"khad-dood'","derivation":"from H2300 (חָדַד);","strongs_definition":"a point","kjv_definition":"sharp."} +{"id":"H2304","strongs_number":"H2304","system":"hebrew","language":"hebrew","number_value":2304,"lemma":"חֶדְוָה","transliteration":"chedvâh","pronunciation":"khed-vaw'","derivation":"from H2302 (חָדָה);","strongs_definition":"rejoicing","kjv_definition":"gladness, joy."} +{"id":"H2305","strongs_number":"H2305","system":"hebrew","language":"hebrew","number_value":2305,"lemma":"חֶדְוָה","transliteration":"chedvâh","pronunciation":"khed-vaw'","derivation":"(Aramaic) corresponding to H2304 (חֶדְוָה)","strongs_definition":"{rejoicing}","kjv_definition":"joy."} +{"id":"H2306","strongs_number":"H2306","system":"hebrew","language":"hebrew","number_value":2306,"lemma":"חֲדִי","transliteration":"chădîy","pronunciation":"khad-ee'","derivation":"(Aramaic) corresponding to H2373 (חָזֶה);","strongs_definition":"a breast","kjv_definition":"breast."} +{"id":"H2307","strongs_number":"H2307","system":"hebrew","language":"hebrew","number_value":2307,"lemma":"חָדִיד","transliteration":"Châdîyd","pronunciation":"khaw-deed'","derivation":"from H2300 (חָדַד); a peak;","strongs_definition":"Chadid, a place in Palestine","kjv_definition":"Hadid."} +{"id":"H2308","strongs_number":"H2308","system":"hebrew","language":"hebrew","number_value":2308,"lemma":"חָדַל","transliteration":"châdal","pronunciation":"khaw-dal'","derivation":"a primitive root;","strongs_definition":"properly, to be flabby, i.e. (by implication) desist; (figuratively) be lacking or idle","kjv_definition":"cease, end, fall, forbear, forsake, leave (off), let alone, rest, be unoccupied, want."} +{"id":"H2309","strongs_number":"H2309","system":"hebrew","language":"hebrew","number_value":2309,"lemma":"חֶדֶל","transliteration":"chedel","pronunciation":"kheh'-del","derivation":"from H2308 (חָדַל);","strongs_definition":"rest, i.e. the state of the dead","kjv_definition":"world."} +{"id":"H2310","strongs_number":"H2310","system":"hebrew","language":"hebrew","number_value":2310,"lemma":"חָדֵל","transliteration":"châdêl","pronunciation":"khaw-dale'","derivation":"from H2308 (חָדַל);","strongs_definition":"vacant, i.e. ceasing or destitute","kjv_definition":"he that forbeareth, frail, rejected."} +{"id":"H2311","strongs_number":"H2311","system":"hebrew","language":"hebrew","number_value":2311,"lemma":"חַדְלַי","transliteration":"Chadlay","pronunciation":"khad-lah'-ee","derivation":"from H2309 (חֶדֶל); idle;","strongs_definition":"Chadlai, an Israelite","kjv_definition":"Hadlai."} +{"id":"H2312","strongs_number":"H2312","system":"hebrew","language":"hebrew","number_value":2312,"lemma":"חֵדֶק","transliteration":"chêdeq","pronunciation":"khay'-dek","derivation":"from an unused root meaning to sting;","strongs_definition":"a prickly plant","kjv_definition":"brier, thorn."} +{"id":"H2313","strongs_number":"H2313","system":"hebrew","language":"hebrew","number_value":2313,"lemma":"חִדֶּקֶל","transliteration":"Chiddeqel","pronunciation":"khid-deh'-kel","derivation":"probably of foreign origin;","strongs_definition":"the Chiddekel (or Tigris) river","kjv_definition":"Hiddekel."} +{"id":"H2314","strongs_number":"H2314","system":"hebrew","language":"hebrew","number_value":2314,"lemma":"חָדַר","transliteration":"châdar","pronunciation":"khaw-dar'","derivation":"a primitive root;","strongs_definition":"properly, to inclose (as a room), i.e. (by analogy,) to beset (as in a siege)","kjv_definition":"enter a privy chamber."} +{"id":"H2315","strongs_number":"H2315","system":"hebrew","language":"hebrew","number_value":2315,"lemma":"חֶדֶר","transliteration":"cheder","pronunciation":"kheh'-der","derivation":"from H2314 (חָדַר);","strongs_definition":"an apartment (usually literal)","kjv_definition":"((bed) inner) chamber, innermost(-ward) part, parlour, [phrase] south, [idiom] within."} +{"id":"H2316","strongs_number":"H2316","system":"hebrew","language":"hebrew","number_value":2316,"lemma":"חֲדַר","transliteration":"Chădar","pronunciation":"khad-ar'","derivation":"another form for H2315 (חֶדֶר); chamber;","strongs_definition":"Chadar, an Ishmaelite","kjv_definition":"Hadar."} +{"id":"H2317","strongs_number":"H2317","system":"hebrew","language":"hebrew","number_value":2317,"lemma":"חַדְרָךְ","transliteration":"Chadrâk","pronunciation":"khad-rawk'","derivation":"of uncertain derivation;","strongs_definition":"Chadrak, a Syrian deity","kjv_definition":"Hadrach."} +{"id":"H2318","strongs_number":"H2318","system":"hebrew","language":"hebrew","number_value":2318,"lemma":"חָדַשׁ","transliteration":"châdash","pronunciation":"khaw-dash'","derivation":"a primitive root;","strongs_definition":"to be new; causatively, to rebuild","kjv_definition":"renew, repair."} +{"id":"H2319","strongs_number":"H2319","system":"hebrew","language":"hebrew","number_value":2319,"lemma":"חָדָשׁ","transliteration":"châdâsh","pronunciation":"khaw-dawsh'","derivation":"from H2318 (חָדַשׁ);","strongs_definition":"new","kjv_definition":"fresh, new thing."} +{"id":"H2320","strongs_number":"H2320","system":"hebrew","language":"hebrew","number_value":2320,"lemma":"חֹדֶשׁ","transliteration":"chôdesh","pronunciation":"kho'-desh","derivation":"from H2318 (חָדַשׁ);","strongs_definition":"the new moon; by implication, a month","kjv_definition":"month(-ly), new moon."} +{"id":"H2321","strongs_number":"H2321","system":"hebrew","language":"hebrew","number_value":2321,"lemma":"חֹדֶשׁ","transliteration":"Chôdesh","pronunciation":"kho'-desh","derivation":"the same as H2320 (חֹדֶשׁ);","strongs_definition":"Chodesh, an Israelitess","kjv_definition":"Hodesh."} +{"id":"H2322","strongs_number":"H2322","system":"hebrew","language":"hebrew","number_value":2322,"lemma":"חֲדָשָׁה","transliteration":"Chădâshâh","pronunciation":"khad-aw-shaw'","derivation":"feminine of H2319 (חָדָשׁ); new;","strongs_definition":"Chadashah, a place in Palestine","kjv_definition":"Hadashah."} +{"id":"H2323","strongs_number":"H2323","system":"hebrew","language":"hebrew","number_value":2323,"lemma":"חֲדָת","transliteration":"chădâth","pronunciation":"khad-ath'","derivation":"(Aramaic) corresponding to H2319 (חָדָשׁ);","strongs_definition":"new","kjv_definition":"new."} +{"id":"H2324","strongs_number":"H2324","system":"hebrew","language":"hebrew","number_value":2324,"lemma":"חֲוָא","transliteration":"chăvâʼ","pronunciation":"khav-aw'","derivation":"(Aramaic) corresponding to H2331 (חָוָה);","strongs_definition":"to show","kjv_definition":"shew."} +{"id":"H2325","strongs_number":"H2325","system":"hebrew","language":"hebrew","number_value":2325,"lemma":"חוּב","transliteration":"chûwb","pronunciation":"khoob","derivation":"also חָיַב; a primitive root;","strongs_definition":"properly, perhaps to tie, i.e. (figuratively and reflexively) to owe, or (by implication) to forfeit","kjv_definition":"make endanger."} +{"id":"H2326","strongs_number":"H2326","system":"hebrew","language":"hebrew","number_value":2326,"lemma":"חוֹב","transliteration":"chôwb","pronunciation":"khobe","derivation":"from H2325 (חוּב);","strongs_definition":"debt","kjv_definition":"debtor."} +{"id":"H2327","strongs_number":"H2327","system":"hebrew","language":"hebrew","number_value":2327,"lemma":"חוֹבָה","transliteration":"chôwbâh","pronunciation":"kho-baw'","derivation":"feminine active participle of H2247 (חָבָה); hiding place;","strongs_definition":"Chobah, a place in Syria","kjv_definition":"Hobah."} +{"id":"H2328","strongs_number":"H2328","system":"hebrew","language":"hebrew","number_value":2328,"lemma":"חוּג","transliteration":"chûwg","pronunciation":"khoog","derivation":"a primitive root (compare H2287 (חָגַג));","strongs_definition":"to describe a circle","kjv_definition":"compass."} +{"id":"H2329","strongs_number":"H2329","system":"hebrew","language":"hebrew","number_value":2329,"lemma":"חוּג","transliteration":"chûwg","pronunciation":"khoog","derivation":"from H2328 (חוּג);","strongs_definition":"a circle","kjv_definition":"circle, circuit, compass."} +{"id":"H2330","strongs_number":"H2330","system":"hebrew","language":"hebrew","number_value":2330,"lemma":"חוּד","transliteration":"chûwd","pronunciation":"khood","derivation":"a primitive root;","strongs_definition":"properly, to tie a knot, i.e. (figuratively) to propound a riddle","kjv_definition":"put forth."} +{"id":"H2331","strongs_number":"H2331","system":"hebrew","language":"hebrew","number_value":2331,"lemma":"חָוָה","transliteration":"châvâh","pronunciation":"khaw-vah'","derivation":"a primitive root; (compare H2324 (חֲוָא), H2421 (חָיָה));","strongs_definition":"properly, to live; by implication (intensively) to declare or show","kjv_definition":"show."} +{"id":"H2332","strongs_number":"H2332","system":"hebrew","language":"hebrew","number_value":2332,"lemma":"חַוָּה","transliteration":"Chavvâh","pronunciation":"khav-vaw'","derivation":"causatively from H2331 (חָוָה); life-giver;","strongs_definition":"Chavvah (or Eve), the first woman","kjv_definition":"Eve."} +{"id":"H2333","strongs_number":"H2333","system":"hebrew","language":"hebrew","number_value":2333,"lemma":"חַוָּה","transliteration":"chavvâh","pronunciation":"khav-vaw'","derivation":"properly, the same as H2332 (חַוָּה) (lifegiving, i.e. living-place);","strongs_definition":"by implication, an encampment or village","kjv_definition":"(small) town."} +{"id":"H2334","strongs_number":"H2334","system":"hebrew","language":"hebrew","number_value":2334,"lemma":"חַוּוֹת יָעִיר","transliteration":"Chavvôwth Yâʻîyr","pronunciation":"khav-vothe' yaw-eer'","derivation":"from the plural of H2333 (חַוָּה) and a modification of H3265 (יָעוּר);","strongs_definition":"hamlets of Jair, a region of Palestine","kjv_definition":"(Bashan-) Havoth-jair."} +{"id":"H2335","strongs_number":"H2335","system":"hebrew","language":"hebrew","number_value":2335,"lemma":"חוֹזַי","transliteration":"Chôwzay","pronunciation":"kho-zah'-ee","derivation":"from H2374 (חֹזֶה); visionary;","strongs_definition":"Chozai, an Israelite","kjv_definition":"the seers."} +{"id":"H2336","strongs_number":"H2336","system":"hebrew","language":"hebrew","number_value":2336,"lemma":"חוֹחַ","transliteration":"chôwach","pronunciation":"kho'-akh","derivation":"from an unused root apparently meaning to pierce;","strongs_definition":"a thorn; by analogy, a ring forthe nose","kjv_definition":"bramble, thistle, thorn."} +{"id":"H2337","strongs_number":"H2337","system":"hebrew","language":"hebrew","number_value":2337,"lemma":"חָוָח","transliteration":"châvâch","pronunciation":"khaw-vawkh'","derivation":"perhaps the same as H2336 (חוֹחַ);","strongs_definition":"a dell or crevice (as if pierced in the earth)","kjv_definition":"thicket."} +{"id":"H2338","strongs_number":"H2338","system":"hebrew","language":"hebrew","number_value":2338,"lemma":"חוּט","transliteration":"chûwṭ","pronunciation":"khoot","derivation":"(Aramaic) corresponding to the root of H2339 (חוּט), perhaps as a denominative;","strongs_definition":"to string together, i.e. (figuratively) to repair","kjv_definition":"join."} +{"id":"H2339","strongs_number":"H2339","system":"hebrew","language":"hebrew","number_value":2339,"lemma":"חוּט","transliteration":"chûwṭ","pronunciation":"khoot","derivation":"from an unused root probably meaning to sew;","strongs_definition":"a string; by implication, a measuring tape","kjv_definition":"cord, fillet, line, thread."} +{"id":"H2340","strongs_number":"H2340","system":"hebrew","language":"hebrew","number_value":2340,"lemma":"חִוִּי","transliteration":"Chivvîy","pronunciation":"khiv-vee'","derivation":"perhaps from H2333 (חַוָּה); a villager;","strongs_definition":"a Chivvite, one of the aboriginal tribes of Palestine","kjv_definition":"Hivite."} +{"id":"H2341","strongs_number":"H2341","system":"hebrew","language":"hebrew","number_value":2341,"lemma":"חֲוִילָה","transliteration":"Chăvîylâh","pronunciation":"khav-ee-law'","derivation":"probably from H2342 (חוּל); circular;","strongs_definition":"Chavilah, the name of two or three eastern regions; also perhaps of two men","kjv_definition":"Havilah."} +{"id":"H2342","strongs_number":"H2342","system":"hebrew","language":"hebrew","number_value":2342,"lemma":"חוּל","transliteration":"chûwl","pronunciation":"khool","derivation":"or חִיל; a primitive root;","strongs_definition":"properly, to twist or whirl (in a circular or spiral manner), i.e. (specifically) to dance, to writhe in pain (especially of parturition) or fear; figuratively, to wait, to pervert","kjv_definition":"bear, (make to) bring forth, (make to) calve, dance, drive away, fall grievously (with pain), fear, form, great, grieve, (be) grievous, hope, look, make, be in pain, be much (sore) pained, rest, shake, shapen, (be) sorrow(-ful), stay, tarry, travail (with pain), tremble, trust, wait carefully (patiently), be wounded."} +{"id":"H2343","strongs_number":"H2343","system":"hebrew","language":"hebrew","number_value":2343,"lemma":"חוּל","transliteration":"Chûwl","pronunciation":"khool","derivation":"from H2342 (חוּל); a circle;","strongs_definition":"Chul, a son of Aram; also the region settled by him","kjv_definition":"Hul."} +{"id":"H2344","strongs_number":"H2344","system":"hebrew","language":"hebrew","number_value":2344,"lemma":"חוֹל","transliteration":"chôwl","pronunciation":"khole","derivation":"from H2342 (חוּל);","strongs_definition":"sand (as round or whirling particles)","kjv_definition":"sand."} +{"id":"H2345","strongs_number":"H2345","system":"hebrew","language":"hebrew","number_value":2345,"lemma":"חוּם","transliteration":"chûwm","pronunciation":"khoom","derivation":"from an unused root meaning to be warm, i.e. (by implication)","strongs_definition":"sunburnt or swarthy (blackish)","kjv_definition":"brown."} +{"id":"H2346","strongs_number":"H2346","system":"hebrew","language":"hebrew","number_value":2346,"lemma":"חוֹמָה","transliteration":"chôwmâh","pronunciation":"kho-maw'","derivation":"feminine active participle of an unused root apparently meaning to join;","strongs_definition":"a wall of protection","kjv_definition":"wall, walled."} +{"id":"H2347","strongs_number":"H2347","system":"hebrew","language":"hebrew","number_value":2347,"lemma":"חוּס","transliteration":"chûwç","pronunciation":"khoos","derivation":"a primitive root;","strongs_definition":"properly, to cover, i.e. (figuratively) to compassionate","kjv_definition":"pity, regard, spare."} +{"id":"H2348","strongs_number":"H2348","system":"hebrew","language":"hebrew","number_value":2348,"lemma":"חוֹף","transliteration":"chôwph","pronunciation":"khofe","derivation":"from an unused root meaning to cover;","strongs_definition":"a cove (as a sheltered bay)","kjv_definition":"coast (of the sea), haven, shore, (sea-) side."} +{"id":"H2349","strongs_number":"H2349","system":"hebrew","language":"hebrew","number_value":2349,"lemma":"חוּפָם","transliteration":"Chûwphâm","pronunciation":"khoo-fawm'","derivation":"from the same as H2348 (חוֹף); protection;","strongs_definition":"Chupham, an Israelite","kjv_definition":"Hupham."} +{"id":"H2350","strongs_number":"H2350","system":"hebrew","language":"hebrew","number_value":2350,"lemma":"חוּפָמִי","transliteration":"Chûwphâmîy","pronunciation":"khoo-faw-mee'","derivation":"patronymically from H2349 (חוּפָם);","strongs_definition":"a Chuphamite or descendant of Chupham","kjv_definition":"Huphamites."} +{"id":"H2351","strongs_number":"H2351","system":"hebrew","language":"hebrew","number_value":2351,"lemma":"חוּץ","transliteration":"chûwts","pronunciation":"khoots","derivation":"or (shortened) חֻץ; (both forms feminine in the plural) from an unused root meaning to sever;","strongs_definition":"properly, separate by awall, i.e. outside, outdoors","kjv_definition":"abroad, field, forth, highway, more, out(-side, -ward), street, without."} +{"id":"H2352","strongs_number":"H2352","system":"hebrew","language":"hebrew","number_value":2352,"lemma":"חוּר","transliteration":"chûwr","pronunciation":"khoor","derivation":"or (shortened) חֻר; from an unused root probably meaning to bore;","strongs_definition":"the crevice of a serpent; the cell of aprison","kjv_definition":"hole."} +{"id":"H2353","strongs_number":"H2353","system":"hebrew","language":"hebrew","number_value":2353,"lemma":"חוּר","transliteration":"chûwr","pronunciation":"khoor","derivation":"from H2357 (חָוַר);","strongs_definition":"white linen","kjv_definition":"white."} +{"id":"H2354","strongs_number":"H2354","system":"hebrew","language":"hebrew","number_value":2354,"lemma":"חוּר","transliteration":"Chûwr","pronunciation":"khoor","derivation":"the same as H2353 (חוּר) or H2352 (חוּר);","strongs_definition":"Chur, the name of four Israelites and one Midianite","kjv_definition":"Hur."} +{"id":"H2355","strongs_number":"H2355","system":"hebrew","language":"hebrew","number_value":2355,"lemma":"חוֹר","transliteration":"chôwr","pronunciation":"khore","derivation":"the same as H2353 (חוּר);","strongs_definition":"white linen","kjv_definition":"network. Compare H2715 (חֹר)."} +{"id":"H2356","strongs_number":"H2356","system":"hebrew","language":"hebrew","number_value":2356,"lemma":"חוֹר","transliteration":"chôwr","pronunciation":"khore","derivation":"or (shortened) חֹר; the same as H2352 (חוּר);","strongs_definition":"a cavity, socket, den","kjv_definition":"cave, hole."} +{"id":"H2357","strongs_number":"H2357","system":"hebrew","language":"hebrew","number_value":2357,"lemma":"חָוַר","transliteration":"châvar","pronunciation":"khaw-var'","derivation":"a primitive root;","strongs_definition":"to blanch (as with shame)","kjv_definition":"wax pale."} +{"id":"H2358","strongs_number":"H2358","system":"hebrew","language":"hebrew","number_value":2358,"lemma":"חִוָּר","transliteration":"chivvâr","pronunciation":"khiv-vawr'","derivation":"(Aramaic) from a root corresponding to H2357 (חָוַר);","strongs_definition":"white","kjv_definition":"white."} +{"id":"H2359","strongs_number":"H2359","system":"hebrew","language":"hebrew","number_value":2359,"lemma":"חוּרִי","transliteration":"Chûwrîy","pronunciation":"khoo-ree'","derivation":"probably from H2353 (חוּר); linen-worker;","strongs_definition":"Churi, an Israelite","kjv_definition":"Huri."} +{"id":"H2360","strongs_number":"H2360","system":"hebrew","language":"hebrew","number_value":2360,"lemma":"חוּרַי","transliteration":"Chûwray","pronunciation":"khoo-rah'ee","derivation":"probably an orthographical variation for H2359 (חוּרִי);","strongs_definition":"Churai, an Israelite","kjv_definition":"Hurai."} +{"id":"H2361","strongs_number":"H2361","system":"hebrew","language":"hebrew","number_value":2361,"lemma":"חוּרָם","transliteration":"Chûwrâm","pronunciation":"khoo-rawm'","derivation":"probably from H2353 (חוּר); whiteness, i.e. noble;","strongs_definition":"Churam, the name of an Israelite and two Syrians","kjv_definition":"Huram. Compare H2438 (חִירָם)."} +{"id":"H2362","strongs_number":"H2362","system":"hebrew","language":"hebrew","number_value":2362,"lemma":"חַוְרָן","transliteration":"Chavrân","pronunciation":"khav-rawn'","derivation":"apparently from H2357 (חָוַר) (in the sense of H2352 (חוּר)); cavernous;","strongs_definition":"Chavran, a region East of the Jordan","kjv_definition":"Hauran."} +{"id":"H2363","strongs_number":"H2363","system":"hebrew","language":"hebrew","number_value":2363,"lemma":"חוּשׁ","transliteration":"chûwsh","pronunciation":"koosh","derivation":"a primitive root;","strongs_definition":"to hurry; figuratively, to be eager with excitement or enjoyment","kjv_definition":"(make) haste(-n), ready."} +{"id":"H2364","strongs_number":"H2364","system":"hebrew","language":"hebrew","number_value":2364,"lemma":"חוּשָׁה","transliteration":"Chûwshâh","pronunciation":"khoo-shaw'","derivation":"from H2363 (חוּשׁ); haste;","strongs_definition":"Chushah, an Israelite","kjv_definition":"Hushah."} +{"id":"H2365","strongs_number":"H2365","system":"hebrew","language":"hebrew","number_value":2365,"lemma":"חוּשַׁי","transliteration":"Chûwshay","pronunciation":"khoo-shah'-ee","derivation":"from H2363 (חוּשׁ); hasty;","strongs_definition":"Chushai, an Israelite","kjv_definition":"Hushai."} +{"id":"H2366","strongs_number":"H2366","system":"hebrew","language":"hebrew","number_value":2366,"lemma":"חוּשִׁים","transliteration":"Chûwshîym","pronunciation":"khoo-sheem'","derivation":"or חֻשִׁים; or חֻשִׁם; plural from H2363 (חוּשׁ); hasters;","strongs_definition":"Chushim, the name of three Israelites","kjv_definition":"Hushim."} +{"id":"H2367","strongs_number":"H2367","system":"hebrew","language":"hebrew","number_value":2367,"lemma":"חוּשָׁם","transliteration":"Chûwshâm","pronunciation":"khoo-shawm'","derivation":"or חֻשָׁם; from H2363 (חוּשׁ); hastily;","strongs_definition":"Chusham, an Idumaean","kjv_definition":"Husham."} +{"id":"H2368","strongs_number":"H2368","system":"hebrew","language":"hebrew","number_value":2368,"lemma":"חוֹתָם","transliteration":"chôwthâm","pronunciation":"kho-thawm'","derivation":"or חֹתָם; from H2856 (חָתַם);","strongs_definition":"a signature-ring","kjv_definition":"seal, signet."} +{"id":"H2369","strongs_number":"H2369","system":"hebrew","language":"hebrew","number_value":2369,"lemma":"חוֹתָם","transliteration":"Chôwthâm","pronunciation":"kho-thawm'","derivation":"the same as H2368 (חוֹתָם); seal;","strongs_definition":"Chotham, the name of two Israelites","kjv_definition":"Hotham, Hothan."} +{"id":"H2370","strongs_number":"H2370","system":"hebrew","language":"hebrew","number_value":2370,"lemma":"חֲזָא","transliteration":"chăzâʼ","pronunciation":"khaz-aw'","derivation":"(Aramaic) or חֲזָה; (Aramaic), corresponding to H2372 (חָזָה);","strongs_definition":"to gaze upon; mentally to dream, be usual (i.e. seem)","kjv_definition":"behold, have (a dream), see, be wont."} +{"id":"H2371","strongs_number":"H2371","system":"hebrew","language":"hebrew","number_value":2371,"lemma":"חֲזָאֵל","transliteration":"Chăzâʼêl","pronunciation":"khaz-aw-ale'","derivation":"or חֲזָהאֵל; from H2372 (חָזָה) and H410 (אֵל); God has seen;","strongs_definition":"Chazael, a king of Syria","kjv_definition":"Hazael."} +{"id":"H2372","strongs_number":"H2372","system":"hebrew","language":"hebrew","number_value":2372,"lemma":"חָזָה","transliteration":"châzâh","pronunciation":"khaw-zaw'","derivation":"a primitive root;","strongs_definition":"to gaze at; mentally to perceive, contemplate (with pleasure); specifically, to have avision of","kjv_definition":"behold, look, prophesy, provide, see."} +{"id":"H2373","strongs_number":"H2373","system":"hebrew","language":"hebrew","number_value":2373,"lemma":"חָזֶה","transliteration":"châzeh","pronunciation":"khaw-zeh'","derivation":"from H2372 (חָזָה);","strongs_definition":"the breast (as most seen in front)","kjv_definition":"breast."} +{"id":"H2374","strongs_number":"H2374","system":"hebrew","language":"hebrew","number_value":2374,"lemma":"חֹזֶה","transliteration":"chôzeh","pronunciation":"kho-zeh'","derivation":"active participle of H2372 (חָזָה);","strongs_definition":"a beholder in vision; also a compact (as looked upon with approval)","kjv_definition":"agreement, prophet, see that, seer, (star-) gazer."} +{"id":"H2375","strongs_number":"H2375","system":"hebrew","language":"hebrew","number_value":2375,"lemma":"חֲזוֹ","transliteration":"Chăzôw","pronunciation":"khaz-o'","derivation":"from H2372 (חָזָה); seer;","strongs_definition":"Chazo, a nephew of Abraham","kjv_definition":"Hazo."} +{"id":"H2376","strongs_number":"H2376","system":"hebrew","language":"hebrew","number_value":2376,"lemma":"חֵזֵו","transliteration":"chêzêv","pronunciation":"khay'-zev","derivation":"(Aramaic) from H2370 (חֲזָא);","strongs_definition":"a sight","kjv_definition":"look, vision."} +{"id":"H2377","strongs_number":"H2377","system":"hebrew","language":"hebrew","number_value":2377,"lemma":"חָזוֹן","transliteration":"châzôwn","pronunciation":"khaw-zone'","derivation":"from H2372 (חָזָה);","strongs_definition":"a sight (mentally), i.e. a dream, revelation, or oracle","kjv_definition":"vision."} +{"id":"H2378","strongs_number":"H2378","system":"hebrew","language":"hebrew","number_value":2378,"lemma":"חָזוֹת","transliteration":"châzôwth","pronunciation":"khaw-zooth'","derivation":"from H2372 (חָזָה);","strongs_definition":"a revelation","kjv_definition":"vision."} +{"id":"H2379","strongs_number":"H2379","system":"hebrew","language":"hebrew","number_value":2379,"lemma":"חֲזוֹת","transliteration":"chăzôwth","pronunciation":"khaz-oth'","derivation":"(Aramaic) from H2370 (חֲזָא);","strongs_definition":"a view","kjv_definition":"sight."} +{"id":"H2380","strongs_number":"H2380","system":"hebrew","language":"hebrew","number_value":2380,"lemma":"חָזוּת","transliteration":"châzûwth","pronunciation":"khaw-zooth'","derivation":"from H2372 (חָזָה);","strongs_definition":"a look; hence (figuratively) striking appearance, revelation, or (by implication) compact","kjv_definition":"agreement, notable (one), vision."} +{"id":"H2381","strongs_number":"H2381","system":"hebrew","language":"hebrew","number_value":2381,"lemma":"חֲזִיאֵל","transliteration":"Chăzîyʼêl","pronunciation":"khaz-ee-ale'","derivation":"from H2372 (חָזָה) and H410 (אֵל); seen of God;","strongs_definition":"Chaziel, a Levite","kjv_definition":"Haziel."} +{"id":"H2382","strongs_number":"H2382","system":"hebrew","language":"hebrew","number_value":2382,"lemma":"חֲזָיָה","transliteration":"Chăzâyâh","pronunciation":"khaz-aw-yaw'","derivation":"from H2372 (חָזָה) and H3050 (יָהּ); Jah has seen;","strongs_definition":"Chazajah, an Israelite","kjv_definition":"Hazaiah."} +{"id":"H2383","strongs_number":"H2383","system":"hebrew","language":"hebrew","number_value":2383,"lemma":"חֶזְיוֹן","transliteration":"Chezyôwn","pronunciation":"khez-yone'","derivation":"from H2372 (חָזָה); vision;","strongs_definition":"Chezjon, a Syrian","kjv_definition":"Hezion."} +{"id":"H2384","strongs_number":"H2384","system":"hebrew","language":"hebrew","number_value":2384,"lemma":"חִזָּיוֹן","transliteration":"chizzâyôwn","pronunciation":"khiz-zaw-yone'","derivation":"from H2372 (חָזָה);","strongs_definition":"a revelation, expectation by dream","kjv_definition":"vision."} +{"id":"H2385","strongs_number":"H2385","system":"hebrew","language":"hebrew","number_value":2385,"lemma":"חֲזִיז","transliteration":"chăzîyz","pronunciation":"khaw-zeez'","derivation":"from an unused root meaning to glare;","strongs_definition":"a flash of lightning","kjv_definition":"bright cloud, lightning."} +{"id":"H2386","strongs_number":"H2386","system":"hebrew","language":"hebrew","number_value":2386,"lemma":"חֲזִיר","transliteration":"chăzîyr","pronunciation":"khaz-eer'","derivation":"from an unused root probably meaning to enclose;","strongs_definition":"a hog (perhaps as penned)","kjv_definition":"boar, swine."} +{"id":"H2387","strongs_number":"H2387","system":"hebrew","language":"hebrew","number_value":2387,"lemma":"חֵזִיר","transliteration":"Chêzîyr","pronunciation":"khay-zeer'","derivation":"from the same as H2386 (חֲזִיר); perhaps protected;","strongs_definition":"Chezir, the name of two Israelites","kjv_definition":"Hezir."} +{"id":"H2388","strongs_number":"H2388","system":"hebrew","language":"hebrew","number_value":2388,"lemma":"חָזַק","transliteration":"châzaq","pronunciation":"khaw-zak'","derivation":"a primitive root;","strongs_definition":"to fasten upon; hence, to seize, be strong (figuratively, courageous, causatively strengthen, cure, help, repair, fortify), obstinate; to bind, restrain, conquer","kjv_definition":"aid, amend, [idiom] calker, catch, cleave, confirm, be constant, constrain, continue, be of good (take) courage(-ous, -ly), encourage (self), be established, fasten, force, fortify, make hard, harden, help, (lay) hold (fast), lean, maintain, play the man, mend, become (wax) mighty, prevail, be recovered, repair, retain, seize, be (wax) sore, strengthen (self), be stout, be (make, shew, wax) strong(-er), be sure, take (hold), be urgent, behave self valiantly, withstand."} +{"id":"H2389","strongs_number":"H2389","system":"hebrew","language":"hebrew","number_value":2389,"lemma":"חָזָק","transliteration":"châzâq","pronunciation":"khaw-zawk'","derivation":"from H2388 (חָזַק);","strongs_definition":"strong (usu. in a bad sense, hard, bold, violent)","kjv_definition":"harder, hottest, [phrase] impudent, loud, mighty, sore, stiff(-hearted), strong(-er)."} +{"id":"H2390","strongs_number":"H2390","system":"hebrew","language":"hebrew","number_value":2390,"lemma":"חָזֵק","transliteration":"châzêq","pronunciation":"khaw-zake'","derivation":"from H2388 (חָזַק);","strongs_definition":"powerful","kjv_definition":"[idiom] wax louder, stronger."} +{"id":"H2391","strongs_number":"H2391","system":"hebrew","language":"hebrew","number_value":2391,"lemma":"חֵזֶק","transliteration":"chêzeq","pronunciation":"khay'-zek","derivation":"from H2388 (חָזַק);","strongs_definition":"help","kjv_definition":"strength."} +{"id":"H2392","strongs_number":"H2392","system":"hebrew","language":"hebrew","number_value":2392,"lemma":"חֹזֶק","transliteration":"chôzeq","pronunciation":"kho'-zek","derivation":"from H2388 (חָזַק);","strongs_definition":"power","kjv_definition":"strength."} +{"id":"H2393","strongs_number":"H2393","system":"hebrew","language":"hebrew","number_value":2393,"lemma":"חֶזְקָה","transliteration":"chezqâh","pronunciation":"khez-kaw'","derivation":"feminine of H2391 (חֵזֶק);","strongs_definition":"prevailing power","kjv_definition":"strength(-en self), (was) strong."} +{"id":"H2394","strongs_number":"H2394","system":"hebrew","language":"hebrew","number_value":2394,"lemma":"חׇזְקָה","transliteration":"chozqâh","pronunciation":"khoz-kaw'","derivation":"feminine of H2392 (חֹזֶק);","strongs_definition":"vehemence (usually in a bad sense)","kjv_definition":"force, mightily, repair, sharply."} +{"id":"H2395","strongs_number":"H2395","system":"hebrew","language":"hebrew","number_value":2395,"lemma":"חִזְקִי","transliteration":"Chizqîy","pronunciation":"khiz-kee'","derivation":"from H2388 (חָזַק); strong;","strongs_definition":"Chizki, an Israelite","kjv_definition":"Hezeki."} +{"id":"H2396","strongs_number":"H2396","system":"hebrew","language":"hebrew","number_value":2396,"lemma":"חִזְקִיָּה","transliteration":"Chizqîyâh","pronunciation":"khiz-kee-yaw'","derivation":"or חִזְקִיָּהוּ; also יְחִזְקִיָּה; or יְחִזְקִיָּהוּ; from H2388 (חָזַק) and H3050 (יָהּ); strengthened of Jah;","strongs_definition":"Chizkijah, a king of Judah, also the name of two other Israelites","kjv_definition":"Hezekiah, Hizkiah, Hizkijah. Compare H3169 (יְחִזְקִיָּה)."} +{"id":"H2397","strongs_number":"H2397","system":"hebrew","language":"hebrew","number_value":2397,"lemma":"חָח","transliteration":"châch","pronunciation":"khawkh","derivation":"once (Ezekiel 29:4) חָחִי; from the same as H2336 (חוֹחַ);","strongs_definition":"a ring for the nose (or lips)","kjv_definition":"bracelet, chain, hook."} +{"id":"H2398","strongs_number":"H2398","system":"hebrew","language":"hebrew","number_value":2398,"lemma":"חָטָא","transliteration":"châṭâʼ","pronunciation":"khaw-taw'","derivation":"a primitive root;","strongs_definition":"properly, to miss; hence (figuratively and generally) to sin; by inference, to forfeit, lack, expiate, repent, (causatively) lead astray, condemn","kjv_definition":"bear the blame, cleanse, commit (sin), by fault, harm he hath done, loss, miss, (make) offend(-er), offer for sin, purge, purify (self), make reconciliation, (cause, make) sin(-ful, -ness), trespass."} +{"id":"H2399","strongs_number":"H2399","system":"hebrew","language":"hebrew","number_value":2399,"lemma":"חֵטְא","transliteration":"chêṭᵉʼ","pronunciation":"khate","derivation":"from H2398 (חָטָא);","strongs_definition":"a crime or its penalty","kjv_definition":"fault, [idiom] grievously, offence, (punishment of) sin."} +{"id":"H2400","strongs_number":"H2400","system":"hebrew","language":"hebrew","number_value":2400,"lemma":"חַטָּא","transliteration":"chaṭṭâʼ","pronunciation":"khat-taw'","derivation":"intensively from H2398 (חָטָא);","strongs_definition":"a criminal, or one accounted guilty","kjv_definition":"offender, sinful, sinner."} +{"id":"H2401","strongs_number":"H2401","system":"hebrew","language":"hebrew","number_value":2401,"lemma":"חֲטָאָה","transliteration":"chăṭâʼâh","pronunciation":"khat-aw-aw'","derivation":"feminine of H2399 (חֵטְא);","strongs_definition":"an offence, or a sacrifice forit","kjv_definition":"sin (offering)."} +{"id":"H2402","strongs_number":"H2402","system":"hebrew","language":"hebrew","number_value":2402,"lemma":"חַטָּאָה","transliteration":"chaṭṭâʼâh","pronunciation":"khat-taw-aw'","derivation":"(Aramaic) corresponding to H2401 (חֲטָאָה);","strongs_definition":"an offence, and the penalty or sacrifice forit","kjv_definition":"sin (offering)."} +{"id":"H2403","strongs_number":"H2403","system":"hebrew","language":"hebrew","number_value":2403,"lemma":"חַטָּאָה","transliteration":"chaṭṭâʼâh","pronunciation":"khat-taw-aw'","derivation":"or חַטָּאת; from H2398 (חָטָא);","strongs_definition":"an offence (sometimes habitual sinfulness), and its penalty, occasion, sacrifice, or expiation; also (concretely) an offender","kjv_definition":"punishment (of sin), purifying(-fication for sin), sin(-ner, offering)."} +{"id":"H2404","strongs_number":"H2404","system":"hebrew","language":"hebrew","number_value":2404,"lemma":"חָטַב","transliteration":"châṭab","pronunciation":"khaw-tab'","derivation":"a primitive root;","strongs_definition":"to chop or carve wood","kjv_definition":"cut down, hew(-er), polish."} +{"id":"H2405","strongs_number":"H2405","system":"hebrew","language":"hebrew","number_value":2405,"lemma":"חֲטֻבָה","transliteration":"chăṭubâh","pronunciation":"khat-oo-baw'","derivation":"feminine passive participle of H2404 (חָטַב);","strongs_definition":"properly, a carving; hence, a tapestry (as figured)","kjv_definition":"carved."} +{"id":"H2406","strongs_number":"H2406","system":"hebrew","language":"hebrew","number_value":2406,"lemma":"חִטָּה","transliteration":"chiṭṭâh","pronunciation":"khit-taw'","derivation":"of uncertain derivation;","strongs_definition":"wheat, whether the grain or the plant","kjv_definition":"wheat(-en)."} +{"id":"H2407","strongs_number":"H2407","system":"hebrew","language":"hebrew","number_value":2407,"lemma":"חַטּוּשׁ","transliteration":"Chaṭṭûwsh","pronunciation":"khat-toosh'","derivation":"from an unused root of uncertain signification;","strongs_definition":"Chattush, the name of four or five Israelites","kjv_definition":"Hattush."} +{"id":"H2408","strongs_number":"H2408","system":"hebrew","language":"hebrew","number_value":2408,"lemma":"חֲטִי","transliteration":"chăṭîy","pronunciation":"khat-ee'","derivation":"(Aramaic) from a root corresponding to H2398 (חָטָא);","strongs_definition":"an offence","kjv_definition":"sin."} +{"id":"H2409","strongs_number":"H2409","system":"hebrew","language":"hebrew","number_value":2409,"lemma":"חֲטָּיָא","transliteration":"chăṭṭâyâʼ","pronunciation":"khat-taw-yaw'","derivation":"(Aramaic) from the same as H2408 (חֲטִי);","strongs_definition":"an expiation","kjv_definition":"sin offering."} +{"id":"H2410","strongs_number":"H2410","system":"hebrew","language":"hebrew","number_value":2410,"lemma":"חֲטִיטָא","transliteration":"Chăṭîyṭâʼ","pronunciation":"khat-ee-taw'","derivation":"from an unused root apparently meaning to dig out; explorer;","strongs_definition":"Chatita, a temple porter","kjv_definition":"Hatita."} +{"id":"H2411","strongs_number":"H2411","system":"hebrew","language":"hebrew","number_value":2411,"lemma":"חַטִּיל","transliteration":"Chaṭṭîyl","pronunciation":"khat-teel'","derivation":"from an unused root apparently meaning to wave; fluctuating;","strongs_definition":"Chattil, one of 'Solomon's servants'","kjv_definition":"Hattil."} +{"id":"H2412","strongs_number":"H2412","system":"hebrew","language":"hebrew","number_value":2412,"lemma":"חֲטִיפָא","transliteration":"Chăṭîyphâʼ","pronunciation":"khat-ee-faw'","derivation":"from H2414 (חָטַף); robber;","strongs_definition":"Chatipha, one of the Nethinim","kjv_definition":"Hatipha."} +{"id":"H2413","strongs_number":"H2413","system":"hebrew","language":"hebrew","number_value":2413,"lemma":"חָטַם","transliteration":"châṭam","pronunciation":"khaw-tam'","derivation":"a primitive root;","strongs_definition":"to stop","kjv_definition":"refrain."} +{"id":"H2414","strongs_number":"H2414","system":"hebrew","language":"hebrew","number_value":2414,"lemma":"חָטַף","transliteration":"châṭaph","pronunciation":"khaw-taf'","derivation":"a primitive root;","strongs_definition":"to clutch; hence, to seize as aprisoner","kjv_definition":"catch."} +{"id":"H2415","strongs_number":"H2415","system":"hebrew","language":"hebrew","number_value":2415,"lemma":"חֹטֵר","transliteration":"chôṭêr","pronunciation":"kho'-ter","derivation":"from an unused root of uncertain signification;","strongs_definition":"a twig","kjv_definition":"rod."} +{"id":"H2416","strongs_number":"H2416","system":"hebrew","language":"hebrew","number_value":2416,"lemma":"חַי","transliteration":"chay","pronunciation":"khah'-ee","derivation":"from H2421 (חָיָה);","strongs_definition":"alive; hence, raw (flesh); fresh (plant, water, year), strong; also (as noun, especially in the feminine singular and masculine plural) life (or living thing), whether literally or figuratively","kjv_definition":"[phrase] age, alive, appetite, (wild) beast, company, congregation, life(-time), live(-ly), living (creature, thing), maintenance, [phrase] merry, multitude, [phrase] (be) old, quick, raw, running, springing, troop."} +{"id":"H2417","strongs_number":"H2417","system":"hebrew","language":"hebrew","number_value":2417,"lemma":"חַי","transliteration":"chay","pronunciation":"khah'-ee","derivation":"(Aramaic) from H2418 (חֲיָא);","strongs_definition":"alive; also (as noun in plural) life","kjv_definition":"life, that liveth, living."} +{"id":"H2418","strongs_number":"H2418","system":"hebrew","language":"hebrew","number_value":2418,"lemma":"חֲיָא","transliteration":"chăyâʼ","pronunciation":"khah-yaw'","derivation":"(Aramaic) or חֲיָה; (Aramaic), corresponding to H2421 (חָיָה);","strongs_definition":"to live","kjv_definition":"live, keep alive."} +{"id":"H2419","strongs_number":"H2419","system":"hebrew","language":"hebrew","number_value":2419,"lemma":"חִיאֵל","transliteration":"Chîyʼêl","pronunciation":"khee-ale'","derivation":"from H2416 (חַי) and H410 (אֵל); living of God;","strongs_definition":"Chiel, an Israelite","kjv_definition":"Hiel."} +{"id":"H2420","strongs_number":"H2420","system":"hebrew","language":"hebrew","number_value":2420,"lemma":"חִידָה","transliteration":"chîydâh","pronunciation":"khee-daw'","derivation":"from H2330 (חוּד);","strongs_definition":"a puzzle, hence, a trick, conundrum, sententious maxim","kjv_definition":"dark saying (sentence, speech), hard question, proverb, riddle."} +{"id":"H2421","strongs_number":"H2421","system":"hebrew","language":"hebrew","number_value":2421,"lemma":"חָיָה","transliteration":"châyâh","pronunciation":"khaw-yaw'","derivation":"a primitive root (compare H2331 (חָוָה), H2421 (חָיָה));","strongs_definition":"to live, whether literally or figuratively; causatively, to revive","kjv_definition":"keep (leave, make) alive, [idiom] certainly, give (promise) life, (let, suffer to) live, nourish up, preserve (alive), quicken, recover, repair, restore (to life), revive, ([idiom] God) save (alive, life, lives), [idiom] surely, be whole."} +{"id":"H2422","strongs_number":"H2422","system":"hebrew","language":"hebrew","number_value":2422,"lemma":"חָיֶה","transliteration":"châyeh","pronunciation":"khaw-yeh'","derivation":"from H2421 (חָיָה);","strongs_definition":"vigorous","kjv_definition":"lively."} +{"id":"H2423","strongs_number":"H2423","system":"hebrew","language":"hebrew","number_value":2423,"lemma":"חֵיוָא","transliteration":"chêyvâʼ","pronunciation":"khay-vaw'","derivation":"(Aramaic) from H2418 (חֲיָא);","strongs_definition":"an animal","kjv_definition":"beast."} +{"id":"H2424","strongs_number":"H2424","system":"hebrew","language":"hebrew","number_value":2424,"lemma":"חַיּוּת","transliteration":"chayûwth","pronunciation":"khah-yooth'","derivation":"from H2421 (חָיָה);","strongs_definition":"life","kjv_definition":"[idiom] living."} +{"id":"H2425","strongs_number":"H2425","system":"hebrew","language":"hebrew","number_value":2425,"lemma":"חָיַי","transliteration":"châyay","pronunciation":"khaw-yah'-ee","derivation":"a primitive root (compare H2421 (חָיָה));","strongs_definition":"to live; causatively to revive","kjv_definition":"live, save life."} +{"id":"H2426","strongs_number":"H2426","system":"hebrew","language":"hebrew","number_value":2426,"lemma":"חֵיל","transliteration":"chêyl","pronunciation":"khale","derivation":"or (shortened) חֵל; a collateral form of H2428 (חַיִל);","strongs_definition":"an army; also (by analogy,) an intrenchment","kjv_definition":"army, bulwark, host, [phrase] poor, rampart, trench, wall."} +{"id":"H2427","strongs_number":"H2427","system":"hebrew","language":"hebrew","number_value":2427,"lemma":"חִיל","transliteration":"chîyl","pronunciation":"kheel","derivation":"and (feminine) חִילָה; from H2342 (חוּל);","strongs_definition":"a throe (expectant of childbirth)","kjv_definition":"pain, pang, sorrow."} +{"id":"H2428","strongs_number":"H2428","system":"hebrew","language":"hebrew","number_value":2428,"lemma":"חַיִל","transliteration":"chayil","pronunciation":"khah'-yil","derivation":"from H2342 (חוּל);","strongs_definition":"probably a force, whether of men, means or other resources; an army, wealth, virtue, valor, strength","kjv_definition":"able, activity, ([phrase]) army, band of men (soldiers), company, (great) forces, goods, host, might, power, riches, strength, strong, substance, train, ([phrase]) valiant(-ly), valour, virtuous(-ly), war, worthy(-ily)."} +{"id":"H2429","strongs_number":"H2429","system":"hebrew","language":"hebrew","number_value":2429,"lemma":"חַיִל","transliteration":"chayil","pronunciation":"khah'-yil","derivation":"(Aramaic) corresponding to H2428 (חַיִל);","strongs_definition":"an army, or strength","kjv_definition":"aloud, army, [idiom] most (mighty), power."} +{"id":"H2430","strongs_number":"H2430","system":"hebrew","language":"hebrew","number_value":2430,"lemma":"חֵילָה","transliteration":"chêylâh","pronunciation":"khay-law'","derivation":"feminine of H2428 (חַיִל);","strongs_definition":"an intrenchment","kjv_definition":"bulwark."} +{"id":"H2431","strongs_number":"H2431","system":"hebrew","language":"hebrew","number_value":2431,"lemma":"חֵילָם","transliteration":"Chêylâm","pronunciation":"khay-lawm'","derivation":"or חֵלָאםxlit Chêlʼâm corrected to Chêlâʼm; from H2428 (חַיִל); fortress;","strongs_definition":"Chelam, a place East of Palestine","kjv_definition":"Helam."} +{"id":"H2432","strongs_number":"H2432","system":"hebrew","language":"hebrew","number_value":2432,"lemma":"חִילֵן","transliteration":"Chîylên","pronunciation":"khee-lane'","derivation":"from H2428 (חַיִל); fortress;","strongs_definition":"Chilen, a place in Palestine","kjv_definition":"Hilen."} +{"id":"H2433","strongs_number":"H2433","system":"hebrew","language":"hebrew","number_value":2433,"lemma":"חִין","transliteration":"chîyn","pronunciation":"kheen","derivation":"another form for H2580 (חֵן);","strongs_definition":"beauty","kjv_definition":"comely."} +{"id":"H2434","strongs_number":"H2434","system":"hebrew","language":"hebrew","number_value":2434,"lemma":"חַיִץ","transliteration":"chayits","pronunciation":"khah'-yits","derivation":"another form for H2351 (חוּץ);","strongs_definition":"a wall","kjv_definition":"wall."} +{"id":"H2435","strongs_number":"H2435","system":"hebrew","language":"hebrew","number_value":2435,"lemma":"חִיצוֹן","transliteration":"chîytsôwn","pronunciation":"khee-tsone'","derivation":"from H2434 (חַיִץ);","strongs_definition":"properly, the (outer) wall side; hence, exterior; figuratively, secular (as opposed to sacred)","kjv_definition":"outer, outward, utter, without."} +{"id":"H2436","strongs_number":"H2436","system":"hebrew","language":"hebrew","number_value":2436,"lemma":"חֵיק","transliteration":"chêyq","pronunciation":"khake","derivation":"or חֵק; and חוֹק; from an unused root, apparently meaning to inclose;","strongs_definition":"the bosom (literally or figuratively)","kjv_definition":"bosom, bottom, lap, midst, within."} +{"id":"H2437","strongs_number":"H2437","system":"hebrew","language":"hebrew","number_value":2437,"lemma":"חִירָה","transliteration":"Chîyrâh","pronunciation":"khee-raw'","derivation":"from H2357 (חָוַר) in the sense of splendor;","strongs_definition":"Chirah, an Adullamite","kjv_definition":"Hirah."} +{"id":"H2438","strongs_number":"H2438","system":"hebrew","language":"hebrew","number_value":2438,"lemma":"חִירָם","transliteration":"Chîyrâm","pronunciation":"khee-rawm'","derivation":"or חִירוֹםlemma חִירֹם missing vav, corrected to חִירוֹם; another form of H2361 (חוּרָם);","strongs_definition":"Chiram or Chirom, the name of two Tyrians","kjv_definition":"Hiram, Huram."} +{"id":"H2439","strongs_number":"H2439","system":"hebrew","language":"hebrew","number_value":2439,"lemma":"חִישׁ","transliteration":"chîysh","pronunciation":"kheesh","derivation":"another form of H2363 (חוּשׁ);","strongs_definition":"to hurry","kjv_definition":"make haste."} +{"id":"H2440","strongs_number":"H2440","system":"hebrew","language":"hebrew","number_value":2440,"lemma":"חִישׁ","transliteration":"chîysh","pronunciation":"kheesh","derivation":"from H2439 (חִישׁ);","strongs_definition":"properly, a hurry; hence (adverb) quickly","kjv_definition":"soon."} +{"id":"H2441","strongs_number":"H2441","system":"hebrew","language":"hebrew","number_value":2441,"lemma":"חֵךְ","transliteration":"chêk","pronunciation":"khake","derivation":"probably from H2596 (חָנַךְ) in the sense of tasting;","strongs_definition":"properly, the palate or inside of the mouth; hence, the mouth itself (as the organ of speech, taste and kissing)","kjv_definition":"(roof of the) mouth, taste."} +{"id":"H2442","strongs_number":"H2442","system":"hebrew","language":"hebrew","number_value":2442,"lemma":"חָכָה","transliteration":"châkâh","pronunciation":"khaw-kaw'","derivation":"a primitive root (apparently akin to H2707 (חָקָה) through the idea of piercing);","strongs_definition":"properly, to adhere to; hence, to await","kjv_definition":"long, tarry, wait."} +{"id":"H2443","strongs_number":"H2443","system":"hebrew","language":"hebrew","number_value":2443,"lemma":"חַכָּה","transliteration":"chakkâh","pronunciation":"khak-kaw'","derivation":"probably from H2442 (חָכָה);","strongs_definition":"a hook (as adhering)","kjv_definition":"angle, hook."} +{"id":"H2444","strongs_number":"H2444","system":"hebrew","language":"hebrew","number_value":2444,"lemma":"חֲכִילָה","transliteration":"Chăkîylâh","pronunciation":"khak-ee-law'","derivation":"from the same as H2447 (חַכְלִיל); dark;","strongs_definition":"Chakilah, a hill in Palestine","kjv_definition":"Hachilah."} +{"id":"H2445","strongs_number":"H2445","system":"hebrew","language":"hebrew","number_value":2445,"lemma":"חַכִּים","transliteration":"chakkîym","pronunciation":"khak-keem'","derivation":"(Aramaic) from a root corresponding to H2449 (חָכַם);","strongs_definition":"wise, i.e. a Magian","kjv_definition":"wise."} +{"id":"H2446","strongs_number":"H2446","system":"hebrew","language":"hebrew","number_value":2446,"lemma":"חֲכַלְיָה","transliteration":"Chăkalyâh","pronunciation":"khak-al-yaw'","derivation":"from the base of H2447 (חַכְלִיל) and H3050 (יָהּ); darkness of Jah;","strongs_definition":"Chakaljah, an Israelite","kjv_definition":"Hachaliah."} +{"id":"H2447","strongs_number":"H2447","system":"hebrew","language":"hebrew","number_value":2447,"lemma":"חַכְלִיל","transliteration":"chaklîyl","pronunciation":"khak-leel'","derivation":"by reduplication from an unused root apparently meaning to be dark;","strongs_definition":"darkly flashing (only of the eyes); in a good sense, brilliant (as stimulated by wine)","kjv_definition":"red."} +{"id":"H2448","strongs_number":"H2448","system":"hebrew","language":"hebrew","number_value":2448,"lemma":"חַכְלִלוּת","transliteration":"chaklilûwth","pronunciation":"khak-lee-looth'","derivation":"from H2447 (חַכְלִיל);","strongs_definition":"flash (of the eyes); in a bad sense, blearedness","kjv_definition":"redness."} +{"id":"H2449","strongs_number":"H2449","system":"hebrew","language":"hebrew","number_value":2449,"lemma":"חָכַם","transliteration":"châkam","pronunciation":"khaw-kam'","derivation":"a primitive root,","strongs_definition":"to be wise (in mind, word or act)","kjv_definition":"[idiom] exceeding, teach wisdom, be (make self, shew self) wise, deal (never so) wisely, make wiser."} +{"id":"H2450","strongs_number":"H2450","system":"hebrew","language":"hebrew","number_value":2450,"lemma":"חָכָם","transliteration":"châkâm","pronunciation":"khaw-kawm'","derivation":"from H2449 (חָכַם);","strongs_definition":"wise, (i.e. intelligent, skilful or artful)","kjv_definition":"cunning (man), subtil, (un-), wise((hearted), man)."} +{"id":"H2451","strongs_number":"H2451","system":"hebrew","language":"hebrew","number_value":2451,"lemma":"חׇכְמָה","transliteration":"chokmâh","pronunciation":"khok-maw'","derivation":"from H2449 (חָכַם);","strongs_definition":"wisdom (in a good sense)","kjv_definition":"skilful, wisdom, wisely, wit."} +{"id":"H2452","strongs_number":"H2452","system":"hebrew","language":"hebrew","number_value":2452,"lemma":"חׇכְמָה","transliteration":"chokmâh","pronunciation":"khok-maw'","derivation":"(Aramaic) corresponding to H2451 (חׇכְמָה);","strongs_definition":"wisdom","kjv_definition":"wisdom."} +{"id":"H2453","strongs_number":"H2453","system":"hebrew","language":"hebrew","number_value":2453,"lemma":"חַכְמוֹנִי","transliteration":"Chakmôwnîy","pronunciation":"khak-mo-nee'","derivation":"from H2449 (חָכַם); skilful;","strongs_definition":"Chakmoni, an Israelite","kjv_definition":"Hachmoni, Hachmonite."} +{"id":"H2454","strongs_number":"H2454","system":"hebrew","language":"hebrew","number_value":2454,"lemma":"חׇכְמוֹת","transliteration":"chokmôwth","pronunciation":"khok-moth'","derivation":"or חַכְמוֹת; collateral forms of H2451 (חׇכְמָה);","strongs_definition":"wisdom","kjv_definition":"wisdom, every wise (woman)."} +{"id":"H2455","strongs_number":"H2455","system":"hebrew","language":"hebrew","number_value":2455,"lemma":"חֹל","transliteration":"chôl","pronunciation":"khole","derivation":"from H2490 (חָלַל);","strongs_definition":"properly, exposed; hence, profane","kjv_definition":"common, profane (place), unholy."} +{"id":"H2456","strongs_number":"H2456","system":"hebrew","language":"hebrew","number_value":2456,"lemma":"חָלָא","transliteration":"châlâʼ","pronunciation":"khaw-law'","derivation":"a primitive root (compare H2470 (חָלָה));","strongs_definition":"to be sick","kjv_definition":"be diseased."} +{"id":"H2457","strongs_number":"H2457","system":"hebrew","language":"hebrew","number_value":2457,"lemma":"חֶלְאָה","transliteration":"chelʼâh","pronunciation":"khel-aw'","derivation":"from H2456 (חָלָא);","strongs_definition":"properly, disease; hence, rust","kjv_definition":"scum."} +{"id":"H2458","strongs_number":"H2458","system":"hebrew","language":"hebrew","number_value":2458,"lemma":"חֶלְאָה","transliteration":"Chelʼâh","pronunciation":"khel-aw'","derivation":"the same as H2457 (חֶלְאָה);","strongs_definition":"Chelah, an Israelitess","kjv_definition":"Helah."} +{"id":"H2459","strongs_number":"H2459","system":"hebrew","language":"hebrew","number_value":2459,"lemma":"חֶלֶב","transliteration":"cheleb","pronunciation":"kheh'-leb","derivation":"or חֵלֶב; from an unused root meaning to be fat;","strongs_definition":"fat, whether literally or figuratively; hence, the richest or choice part","kjv_definition":"[idiom] best, fat(-ness), [idiom] finest, grease, marrow."} +{"id":"H2460","strongs_number":"H2460","system":"hebrew","language":"hebrew","number_value":2460,"lemma":"חֵלֶב","transliteration":"Chêleb","pronunciation":"khay'-leb","derivation":"the same as H2459 (חֶלֶב); fatness;","strongs_definition":"Cheleb, an Israelite","kjv_definition":"Heleb."} +{"id":"H2461","strongs_number":"H2461","system":"hebrew","language":"hebrew","number_value":2461,"lemma":"חָלָב","transliteration":"châlâb","pronunciation":"khaw-lawb'","derivation":"from the same as H2459 (חֶלֶב);","strongs_definition":"milk (as the richness of kine)","kjv_definition":"[phrase] cheese, milk, sucking."} +{"id":"H2462","strongs_number":"H2462","system":"hebrew","language":"hebrew","number_value":2462,"lemma":"חֶלְבָּה","transliteration":"Chelbâh","pronunciation":"khel-baw'","derivation":"feminine of H2459 (חֶלֶב); fertility;","strongs_definition":"Chelbah, a place in Palestine","kjv_definition":"Helbah."} +{"id":"H2463","strongs_number":"H2463","system":"hebrew","language":"hebrew","number_value":2463,"lemma":"חֶלְבּוֹן","transliteration":"Chelbôwn","pronunciation":"khel-bone'","derivation":"from H2459 (חֶלֶב); fruitful;","strongs_definition":"Chelbon, a place in Syria","kjv_definition":"Helbah."} +{"id":"H2464","strongs_number":"H2464","system":"hebrew","language":"hebrew","number_value":2464,"lemma":"חֶלְבְּנָה","transliteration":"chelbᵉnâh","pronunciation":"khel-ben-aw'","derivation":"from H2459 (חֶלֶב);","strongs_definition":"galbanam, an odorous gum (as if fatty)","kjv_definition":"galbanum."} +{"id":"H2465","strongs_number":"H2465","system":"hebrew","language":"hebrew","number_value":2465,"lemma":"חֶלֶד","transliteration":"cheled","pronunciation":"kheh'-led","derivation":"from an unused root apparently meaning to glide swiftly;","strongs_definition":"life (as a fleeting portion of time); hence, the world (as transient)","kjv_definition":"age, short time, world."} +{"id":"H2466","strongs_number":"H2466","system":"hebrew","language":"hebrew","number_value":2466,"lemma":"חֵלֶד","transliteration":"chêled","pronunciation":"khay'-led","derivation":"the same as H2465 (חֶלֶד);","strongs_definition":"Cheled, an Israelite","kjv_definition":"Heled."} +{"id":"H2467","strongs_number":"H2467","system":"hebrew","language":"hebrew","number_value":2467,"lemma":"חֹלֶד","transliteration":"chôled","pronunciation":"kho'-led","derivation":"from the same as H2465 (חֶלֶד);","strongs_definition":"a weasel (from its gliding motion)","kjv_definition":"weasel."} +{"id":"H2468","strongs_number":"H2468","system":"hebrew","language":"hebrew","number_value":2468,"lemma":"חֻלְדָּה","transliteration":"Chuldâh","pronunciation":"khool-daw'","derivation":"feminine of H2467 (חֹלֶד);","strongs_definition":"Chuldah, an Israelitess","kjv_definition":"Huldah."} +{"id":"H2469","strongs_number":"H2469","system":"hebrew","language":"hebrew","number_value":2469,"lemma":"חֶלְדַּי","transliteration":"Chelday","pronunciation":"khel-dah'-ee","derivation":"from H2466 (חֵלֶד); worldliness;","strongs_definition":"Cheldai, the name of two Israelites","kjv_definition":"Heldai."} +{"id":"H2470","strongs_number":"H2470","system":"hebrew","language":"hebrew","number_value":2470,"lemma":"חָלָה","transliteration":"châlâh","pronunciation":"khaw-law'","derivation":"a primitive root (compare H2342 (חוּל), H2470 (חָלָה), H2490 (חָלַל));","strongs_definition":"properly, to be rubbed or worn; hence (figuratively) to be weak, sick, afflicted; or (causatively) to grieve, make sick; also to stroke (in flattering), entreat","kjv_definition":"beseech, (be) diseased, (put to) grief, be grieved, (be) grievous, infirmity, intreat, lay to, put to pain, [idiom] pray, make prayer, be (fall, make) sick, sore, be sorry, make suit ([idiom] supplication), woman in travail, be (become) weak, be wounded."} +{"id":"H2471","strongs_number":"H2471","system":"hebrew","language":"hebrew","number_value":2471,"lemma":"חַלָּה","transliteration":"challâh","pronunciation":"khal-law'","derivation":"from H2490 (חָלַל);","strongs_definition":"a cake (as usually punctured)","kjv_definition":"cake."} +{"id":"H2472","strongs_number":"H2472","system":"hebrew","language":"hebrew","number_value":2472,"lemma":"חֲלוֹם","transliteration":"chălôwm","pronunciation":"khal-ome'","derivation":"or (shortened) חֲלֹם; from H2492 (חָלַם);","strongs_definition":"a dream","kjv_definition":"dream(-er)."} +{"id":"H2473","strongs_number":"H2473","system":"hebrew","language":"hebrew","number_value":2473,"lemma":"חֹלוֹן","transliteration":"Chôlôwn","pronunciation":"kho-lone'","derivation":"or (shortened) חֹלֹן; probably from H2344 (חוֹל); sandy;","strongs_definition":"Cholon, the name of two places in Palestine","kjv_definition":"Holon."} +{"id":"H2474","strongs_number":"H2474","system":"hebrew","language":"hebrew","number_value":2474,"lemma":"חַלּוֹן","transliteration":"challôwn","pronunciation":"khal-lone'","derivation":null,"strongs_definition":"a window (as perforated)","kjv_definition":"window."} +{"id":"H2475","strongs_number":"H2475","system":"hebrew","language":"hebrew","number_value":2475,"lemma":"חֲלוֹף","transliteration":"chălôwph","pronunciation":"khal-ofe'","derivation":"from H2498 (חָלַף);","strongs_definition":"properly, surviving; by implication (collectively) orphans","kjv_definition":"[idiom] destruction."} +{"id":"H2476","strongs_number":"H2476","system":"hebrew","language":"hebrew","number_value":2476,"lemma":"חֲלוּשָׁה","transliteration":"chălûwshâh","pronunciation":"khal-oo-shaw'","derivation":"feminine passive participle of H2522 (חָלַשׁ);","strongs_definition":"defeat","kjv_definition":"being overcome."} +{"id":"H2477","strongs_number":"H2477","system":"hebrew","language":"hebrew","number_value":2477,"lemma":"חֲלַח","transliteration":"Chălach","pronunciation":"khal-akh'","derivation":"probably of foreign origin;","strongs_definition":"Chalach, a region of Assyria","kjv_definition":"Halah."} +{"id":"H2478","strongs_number":"H2478","system":"hebrew","language":"hebrew","number_value":2478,"lemma":"חַלְחוּל","transliteration":"Chalchûwl","pronunciation":"khal-khool'","derivation":"by reduplication from H2342 (חוּל); contorted;","strongs_definition":"Chalchul, a place in Palestine","kjv_definition":"Halhul."} +{"id":"H2479","strongs_number":"H2479","system":"hebrew","language":"hebrew","number_value":2479,"lemma":"חַלְחָלָה","transliteration":"chalchâlâh","pronunciation":"khal-khaw-law'","derivation":"feminine from the same as H2478 (חַלְחוּל);","strongs_definition":"writhing (in childbirth); by implication, terror","kjv_definition":"(great, much) pain."} +{"id":"H2480","strongs_number":"H2480","system":"hebrew","language":"hebrew","number_value":2480,"lemma":"חָלַט","transliteration":"châlaṭ","pronunciation":"khaw-lat'","derivation":"a primitive root;","strongs_definition":"to snatch at","kjv_definition":"catch."} +{"id":"H2481","strongs_number":"H2481","system":"hebrew","language":"hebrew","number_value":2481,"lemma":"חֲלִי","transliteration":"chălîy","pronunciation":"khal-ee'","derivation":"from H2470 (חָלָה);","strongs_definition":"a trinket (as polished)","kjv_definition":"jewel, ornament."} +{"id":"H2482","strongs_number":"H2482","system":"hebrew","language":"hebrew","number_value":2482,"lemma":"חֲלִי","transliteration":"Chălîy","pronunciation":"khal-ee'","derivation":"the same as H2481 (חֲלִי);","strongs_definition":"Chali, a place in Palestine","kjv_definition":"Hali."} +{"id":"H2483","strongs_number":"H2483","system":"hebrew","language":"hebrew","number_value":2483,"lemma":"חֳלִי","transliteration":"chŏlîy","pronunciation":"khol-ee'","derivation":"from H2470 (חָלָה);","strongs_definition":"malady, anxiety, calamity","kjv_definition":"disease, grief, (is) sick(-ness)."} +{"id":"H2484","strongs_number":"H2484","system":"hebrew","language":"hebrew","number_value":2484,"lemma":"חֶלְיָה","transliteration":"chelyâh","pronunciation":"khel-yaw'","derivation":"feminine of H2481 (חֲלִי);","strongs_definition":"a trinket","kjv_definition":"jewel."} +{"id":"H2485","strongs_number":"H2485","system":"hebrew","language":"hebrew","number_value":2485,"lemma":"חָלִיל","transliteration":"châlîyl","pronunciation":"khaw-leel'","derivation":"from H2490 (חָלַל);","strongs_definition":"a flute (as perforated)","kjv_definition":"pipe."} +{"id":"H2486","strongs_number":"H2486","system":"hebrew","language":"hebrew","number_value":2486,"lemma":"חָלִילָה","transliteration":"châlîylâh","pronunciation":"khaw-lee'-law","derivation":"or חָלִלָה; a directive from H2490 (חָלַל);","strongs_definition":"literal fora profaned thing; used (interj.) far be it!","kjv_definition":"be far, ([idiom] God) forbid."} +{"id":"H2487","strongs_number":"H2487","system":"hebrew","language":"hebrew","number_value":2487,"lemma":"חֲלִיפָה","transliteration":"chălîyphâh","pronunciation":"khal-ee-faw'","derivation":"from H2498 (חָלַף);","strongs_definition":"alternation","kjv_definition":"change, course."} +{"id":"H2488","strongs_number":"H2488","system":"hebrew","language":"hebrew","number_value":2488,"lemma":"חֲלִיצָה","transliteration":"chălîytsâh","pronunciation":"khal-ee-tsaw'","derivation":"from H2503 (חֶלֶץ);","strongs_definition":"spoil","kjv_definition":"armour."} +{"id":"H2489","strongs_number":"H2489","system":"hebrew","language":"hebrew","number_value":2489,"lemma":"חֵלְכָא","transliteration":"chêlᵉkâʼ","pronunciation":"khay-lek-aw'","derivation":"or חֵלְכָה; apparently from an unused root probably meaning to be dark or (figuratively) unhappy;","strongs_definition":"a wretch, i.e. unfortunate","kjv_definition":"poor."} +{"id":"H2490","strongs_number":"H2490","system":"hebrew","language":"hebrew","number_value":2490,"lemma":"חָלַל","transliteration":"châlal","pronunciation":"khaw-lal'","derivation":"a primitive root (compare H2470 (חָלָה)); also denominative (from H2485 (חָלִיל))","strongs_definition":"properly, to bore, i.e. (by implication) to wound, to dissolve; figuratively, to profane (a person, place or thing), to break (one's word), to begin (as if by an 'opening wedge'); to play (the flute)","kjv_definition":"begin ([idiom] men began), defile, [idiom] break, defile, [idiom] eat (as common things), [idiom] first, [idiom] gather the grape thereof, [idiom] take inheritance, pipe, player on instruments, pollute, (cast as) profane (self), prostitute, slay (slain), sorrow, stain, wound."} +{"id":"H2491","strongs_number":"H2491","system":"hebrew","language":"hebrew","number_value":2491,"lemma":"חָלָל","transliteration":"châlâl","pronunciation":"khaw-lawl'","derivation":"from H2490 (חָלַל);","strongs_definition":"pierced (especially to death); figuratively, polluted","kjv_definition":"kill, profane, slain (man), [idiom] slew, (deadly) wounded."} +{"id":"H2492","strongs_number":"H2492","system":"hebrew","language":"hebrew","number_value":2492,"lemma":"חָלַם","transliteration":"châlam","pronunciation":"khaw-lam'","derivation":"a primitive root;","strongs_definition":"properly, to bind firmly, i.e. (by implication) to be (causatively to make) plump; also (through the figurative sense of dumbness) to dream","kjv_definition":"(cause to) dream(-er), be in good liking, recover."} +{"id":"H2493","strongs_number":"H2493","system":"hebrew","language":"hebrew","number_value":2493,"lemma":"חֵלֶם","transliteration":"chêlem","pronunciation":"khay'-lem","derivation":"(Aramaic) from a root corresponding to H2492 (חָלַם);","strongs_definition":"a dream","kjv_definition":"dream."} +{"id":"H2494","strongs_number":"H2494","system":"hebrew","language":"hebrew","number_value":2494,"lemma":"חֵלֶם","transliteration":"Chêlem","pronunciation":"khay'lem","derivation":"from H2492 (חָלַם); a dream;","strongs_definition":"Chelem, an Israelite","kjv_definition":"Helem. Compare H2469 (חֶלְדַּי)."} +{"id":"H2495","strongs_number":"H2495","system":"hebrew","language":"hebrew","number_value":2495,"lemma":"חַלָּמוּת","transliteration":"challâmûwth","pronunciation":"khal-law-mooth'","derivation":"from H2492 (חָלַם) (in the sense of insipidity);","strongs_definition":"probably purslain","kjv_definition":"egg."} +{"id":"H2496","strongs_number":"H2496","system":"hebrew","language":"hebrew","number_value":2496,"lemma":"חַלָּמִישׁ","transliteration":"challâmîysh","pronunciation":"klal-law-meesh'","derivation":"probably from H2492 (חָלַם) (in the sense of hardness);","strongs_definition":"flint","kjv_definition":"flint(-y), rock."} +{"id":"H2497","strongs_number":"H2497","system":"hebrew","language":"hebrew","number_value":2497,"lemma":"חֵלֹן","transliteration":"Chêlôn","pronunciation":"khay-lone'","derivation":"from H2428 (חַיִל); strong;","strongs_definition":"Chelon, an Israelite","kjv_definition":"Helon."} +{"id":"H2498","strongs_number":"H2498","system":"hebrew","language":"hebrew","number_value":2498,"lemma":"חָלַף","transliteration":"châlaph","pronunciation":"khaw-laf'","derivation":"a primitive root;","strongs_definition":"properly, to slide by, i.e. (by implication) to hasten away, pass on, spring up, pierce or change","kjv_definition":"abolish, alter, change, cut off, go on forward, grow up, be over, pass (away, on, through), renew, sprout, strike through."} +{"id":"H2499","strongs_number":"H2499","system":"hebrew","language":"hebrew","number_value":2499,"lemma":"חֲלַף","transliteration":"chălaph","pronunciation":"khal-af'","derivation":"(Aramaic) corresponding to H2498 (חָלַף);","strongs_definition":"to pass on (of time)","kjv_definition":"pass."} +{"id":"H2500","strongs_number":"H2500","system":"hebrew","language":"hebrew","number_value":2500,"lemma":"חֵלֶף","transliteration":"chêleph","pronunciation":"klay'-lef","derivation":"from H2498 (חָלַף);","strongs_definition":"properly, exchange; hence (as preposition) instead of","kjv_definition":"[idiom] for."} +{"id":"H2501","strongs_number":"H2501","system":"hebrew","language":"hebrew","number_value":2501,"lemma":"חֶלֶף","transliteration":"Cheleph","pronunciation":"kheh'lef","derivation":"the same as H2500 (חֵלֶף); change;","strongs_definition":"Cheleph, a place in Palestine","kjv_definition":"Heleph."} +{"id":"H2502","strongs_number":"H2502","system":"hebrew","language":"hebrew","number_value":2502,"lemma":"חָלַץ","transliteration":"châlats","pronunciation":"khaw-lats'","derivation":"a primitive root;","strongs_definition":"to pull off; hence (intensively) to strip, (reflex.) to depart; by implication, to deliver, equip (for fight); present, strengthen","kjv_definition":"arm (self), (go, ready) armed ([idiom] man, soldier), deliver, draw out, make fat, loose, (ready) prepared, put off, take away, withdraw self."} +{"id":"H2503","strongs_number":"H2503","system":"hebrew","language":"hebrew","number_value":2503,"lemma":"חֶלֶץ","transliteration":"Chelets","pronunciation":"kheh'-lets","derivation":"or חֵלֶץ; from H2502 (חָלַץ); perhaps, strength;","strongs_definition":"Chelets, the name of two Israelites","kjv_definition":"Helez."} +{"id":"H2504","strongs_number":"H2504","system":"hebrew","language":"hebrew","number_value":2504,"lemma":"חָלָץ","transliteration":"châlâts","pronunciation":"khaw-lawts'","derivation":"from H2502 (חָלַץ) (in the sense of strength); only in the dual;","strongs_definition":"the loins (as the seat of vigor)","kjv_definition":"loins, reins."} +{"id":"H2505","strongs_number":"H2505","system":"hebrew","language":"hebrew","number_value":2505,"lemma":"חָלַק","transliteration":"châlaq","pronunciation":"khaw-lak'","derivation":"a primitive root;","strongs_definition":"to be smooth (figuratively); by implication (as smooth stones were used for lots) to apportion or separate","kjv_definition":"deal, distribute, divide, flatter, give, (have, im-) part(-ner), take away a portion, receive, separate self, (be) smooth(-er)."} +{"id":"H2506","strongs_number":"H2506","system":"hebrew","language":"hebrew","number_value":2506,"lemma":"חֵלֶק","transliteration":"chêleq","pronunciation":"khay'lek","derivation":"from H2505 (חָלַק);","strongs_definition":"properly, smoothness (of the tongue); also an allotment","kjv_definition":"flattery, inheritance, part, [idiom] partake, portion."} +{"id":"H2507","strongs_number":"H2507","system":"hebrew","language":"hebrew","number_value":2507,"lemma":"חֵלֶק","transliteration":"Chêleq","pronunciation":"khay'-lek","derivation":"the same as H2506 (חֵלֶק); portion;","strongs_definition":"Chelek, an Israelite","kjv_definition":"Helek."} +{"id":"H2508","strongs_number":"H2508","system":"hebrew","language":"hebrew","number_value":2508,"lemma":"חֲלָק","transliteration":"chălâq","pronunciation":"khal-awk'","derivation":"(Aramaic) from a root corresponding to H2505 (חָלַק);","strongs_definition":"a part","kjv_definition":"portion."} +{"id":"H2509","strongs_number":"H2509","system":"hebrew","language":"hebrew","number_value":2509,"lemma":"חָלָק","transliteration":"châlâq","pronunciation":"khaw-lawk'","derivation":"from H2505 (חָלַק);","strongs_definition":"smooth (especially of tongue)","kjv_definition":"flattering, smooth."} +{"id":"H2510","strongs_number":"H2510","system":"hebrew","language":"hebrew","number_value":2510,"lemma":"חָלָק","transliteration":"Châlâq","pronunciation":"khaw-lawk'","derivation":"the same as H2509 (חָלָק); bare;","strongs_definition":"Chalak, a mountain of Idumaea","kjv_definition":"Halak."} +{"id":"H2511","strongs_number":"H2511","system":"hebrew","language":"hebrew","number_value":2511,"lemma":"חַלָּק","transliteration":"challâq","pronunciation":"khal-lawk'","derivation":"from H2505 (חָלַק);","strongs_definition":"smooth","kjv_definition":"smooth."} +{"id":"H2512","strongs_number":"H2512","system":"hebrew","language":"hebrew","number_value":2512,"lemma":"חַלֻּק","transliteration":"challuq","pronunciation":"khal-look'","derivation":"from H2505 (חָלַק);","strongs_definition":"smooth","kjv_definition":"smooth."} +{"id":"H2513","strongs_number":"H2513","system":"hebrew","language":"hebrew","number_value":2513,"lemma":"חֶלְקָה","transliteration":"chelqâh","pronunciation":"khel-kaw'","derivation":"feminine of H2506 (חֵלֶק);","strongs_definition":"properly, smoothness; figuratively, flattery; also an allotment","kjv_definition":"field, flattering(-ry), ground, parcel, part, piece of land (ground), plat, portion, slippery place, smooth (thing)."} +{"id":"H2514","strongs_number":"H2514","system":"hebrew","language":"hebrew","number_value":2514,"lemma":"חֲלַקָּה","transliteration":"chălaqqâh","pronunciation":"khal-ak-kaw'","derivation":"feminine from H2505 (חָלַק);","strongs_definition":"flattery","kjv_definition":"flattery."} +{"id":"H2515","strongs_number":"H2515","system":"hebrew","language":"hebrew","number_value":2515,"lemma":"חֲלֻקָּה","transliteration":"chăluqqâh","pronunciation":"khal-ook-kaw'","derivation":"feminine of H2512 (חַלֻּק);","strongs_definition":"a distribution","kjv_definition":"division."} +{"id":"H2516","strongs_number":"H2516","system":"hebrew","language":"hebrew","number_value":2516,"lemma":"חֶלְקִי","transliteration":"Chelqîy","pronunciation":"khel-kee'","derivation":"patronymically from H2507 (חֵלֶק);","strongs_definition":"a Chelkite or descendant of Chelek","kjv_definition":"Helkites."} +{"id":"H2517","strongs_number":"H2517","system":"hebrew","language":"hebrew","number_value":2517,"lemma":"חֶלְקַי","transliteration":"Chelqay","pronunciation":"khel-kah'ee","derivation":"from H2505 (חָלַק); apportioned;","strongs_definition":"Chelkai, an Israelite","kjv_definition":"Helkai."} +{"id":"H2518","strongs_number":"H2518","system":"hebrew","language":"hebrew","number_value":2518,"lemma":"חִלְקִיָּה","transliteration":"Chilqîyâh","pronunciation":"khil-kee-yaw'","derivation":"or חִלְקִיָּהוּ; from H2506 (חֵלֶק) and H3050 (יָהּ); portion of Jah;","strongs_definition":"Chilhijah, the name of eight Israelites","kjv_definition":"Hillkiah."} +{"id":"H2519","strongs_number":"H2519","system":"hebrew","language":"hebrew","number_value":2519,"lemma":"חֲלַקְלַקָּה","transliteration":"chălaqlaqqâh","pronunciation":"khal-ak-lak-kaw'","derivation":"by reduplication from H2505 (חָלַק);","strongs_definition":"properly, something very smooth; i.e. a treacherous spot; figuratively, blandishment","kjv_definition":"flattery, slippery."} +{"id":"H2520","strongs_number":"H2520","system":"hebrew","language":"hebrew","number_value":2520,"lemma":"חֶלְקַת","transliteration":"Chelqath","pronunciation":"khel-kath'","derivation":"a form of H2513 (חֶלְקָה); smoothness;","strongs_definition":"Chelkath, a place in Palestine","kjv_definition":"Helkath."} +{"id":"H2521","strongs_number":"H2521","system":"hebrew","language":"hebrew","number_value":2521,"lemma":"חֶלְקַת הַצֻּרִים","transliteration":"Chelqath hats-Tsurîym","pronunciation":"khel-kath' hatstsoo-reem'","derivation":"from H2520 (חֶלְקַת) and the plural of H6697 (צוּר), with the article inserted; smoothness of the rocks;","strongs_definition":"Chelkath Hats-tsurim, a place in Palestine","kjv_definition":"Helkath-hazzurim."} +{"id":"H2522","strongs_number":"H2522","system":"hebrew","language":"hebrew","number_value":2522,"lemma":"חָלַשׁ","transliteration":"châlash","pronunciation":"khaw-lash'","derivation":"a primitive root;","strongs_definition":"to prostrate; by implication, to overthrow, decay","kjv_definition":"discomfit, waste away, weaken."} +{"id":"H2523","strongs_number":"H2523","system":"hebrew","language":"hebrew","number_value":2523,"lemma":"חַלָּשׁ","transliteration":"challâsh","pronunciation":"khal-lawsh'","derivation":"from H2522 (חָלַשׁ);","strongs_definition":"frail","kjv_definition":"weak."} +{"id":"H2524","strongs_number":"H2524","system":"hebrew","language":"hebrew","number_value":2524,"lemma":"חָם","transliteration":"châm","pronunciation":"khawm","derivation":"from the same as H2346 (חוֹמָה);","strongs_definition":"a father-in-law (as in affinity)","kjv_definition":"father in law."} +{"id":"H2525","strongs_number":"H2525","system":"hebrew","language":"hebrew","number_value":2525,"lemma":"חָם","transliteration":"châm","pronunciation":"khawm","derivation":"from H2552 (חָמַם);","strongs_definition":"hot","kjv_definition":"hot, warm."} +{"id":"H2526","strongs_number":"H2526","system":"hebrew","language":"hebrew","number_value":2526,"lemma":"חָם","transliteration":"Châm","pronunciation":"khawm","derivation":"the same as H2525 (חָם); hot (from the tropical habitat);","strongs_definition":"Cham, a son of Noah; also (as a patronymic) his descendants or their country","kjv_definition":"Ham."} +{"id":"H2527","strongs_number":"H2527","system":"hebrew","language":"hebrew","number_value":2527,"lemma":"חֹם","transliteration":"chôm","pronunciation":"khome","derivation":"from H2552 (חָמַם);","strongs_definition":"heat","kjv_definition":"heat, to be hot (warm)."} +{"id":"H2528","strongs_number":"H2528","system":"hebrew","language":"hebrew","number_value":2528,"lemma":"חֱמָא","transliteration":"chĕmâʼ","pronunciation":"khem-aw'","derivation":"(Aramaic) or חֲמָה; (Aramaic), corresponding to H2534 (חֵמָה);","strongs_definition":"anger","kjv_definition":"fury."} +{"id":"H2529","strongs_number":"H2529","system":"hebrew","language":"hebrew","number_value":2529,"lemma":"חֶמְאָה","transliteration":"chemʼâh","pronunciation":"khem-aw'","derivation":"or (shortened) חֵמָה; from the same root as H2346 (חוֹמָה);","strongs_definition":"curdled milk or cheese","kjv_definition":"butter."} +{"id":"H2530","strongs_number":"H2530","system":"hebrew","language":"hebrew","number_value":2530,"lemma":"חָמַד","transliteration":"châmad","pronunciation":"khaw-mad'","derivation":"a primitive root;","strongs_definition":"to delight in","kjv_definition":"beauty, greatly beloved, covet, delectable thing, ([idiom] great) delight, desire, goodly, lust, (be) pleasant (thing), precious (thing)."} +{"id":"H2531","strongs_number":"H2531","system":"hebrew","language":"hebrew","number_value":2531,"lemma":"חֶמֶד","transliteration":"chemed","pronunciation":"kheh'-med","derivation":"from H2530 (חָמַד);","strongs_definition":"delight","kjv_definition":"desirable, pleasant."} +{"id":"H2532","strongs_number":"H2532","system":"hebrew","language":"hebrew","number_value":2532,"lemma":"חֶמְדָּה","transliteration":"chemdâh","pronunciation":"khem-daw'","derivation":"feminine of H2531 (חֶמֶד);","strongs_definition":"delight","kjv_definition":"desire, goodly, pleasant, precious."} +{"id":"H2533","strongs_number":"H2533","system":"hebrew","language":"hebrew","number_value":2533,"lemma":"חֶמְדָּן","transliteration":"Chemdân","pronunciation":"khem-dawn'","derivation":"from H2531 (חֶמֶד); pleasant;","strongs_definition":"Chemdan, an Idumaean","kjv_definition":"Hemdan."} +{"id":"H2534","strongs_number":"H2534","system":"hebrew","language":"hebrew","number_value":2534,"lemma":"חֵמָה","transliteration":"chêmâh","pronunciation":"khay-maw'","derivation":"or (Daniel 11:44) חֵמָא; from H3179 (יָחַם);","strongs_definition":"heat; figuratively, anger, poison (from its fever)","kjv_definition":"anger, bottles, hot displeasure, furious(-ly, -ry), heat, indignation, poison, rage, wrath(-ful). See H2529 (חֶמְאָה)."} +{"id":"H2535","strongs_number":"H2535","system":"hebrew","language":"hebrew","number_value":2535,"lemma":"חַמָּה","transliteration":"chammâh","pronunciation":"kham-maw'","derivation":"from H2525 (חָם);","strongs_definition":"heat; by implication, the sun","kjv_definition":"heat, sun."} +{"id":"H2536","strongs_number":"H2536","system":"hebrew","language":"hebrew","number_value":2536,"lemma":"חַמּוּאֵל","transliteration":"Chammûwʼêl","pronunciation":"kham-moo-ale'","derivation":"from H2535 (חַמָּה) and H410 (אֵל); anger of God;","strongs_definition":"Chammuel, an Israelite","kjv_definition":"Hamuel."} +{"id":"H2537","strongs_number":"H2537","system":"hebrew","language":"hebrew","number_value":2537,"lemma":"חֲמוּטַל","transliteration":"Chămûwṭal","pronunciation":"kham-oo-tal'","derivation":"or חֲמִיטַל; from H2524 (חָם) and H2919 (טַל); father-in-law of dew;","strongs_definition":"Chamutal or Chamital, an Israelitess","kjv_definition":"Hamutal."} +{"id":"H2538","strongs_number":"H2538","system":"hebrew","language":"hebrew","number_value":2538,"lemma":"חָמוּל","transliteration":"Châmûwl","pronunciation":"khaw-mool'","derivation":"from H2550 (חָמַל); pitied;","strongs_definition":"Chamul, an Israelite","kjv_definition":"Hamul."} +{"id":"H2539","strongs_number":"H2539","system":"hebrew","language":"hebrew","number_value":2539,"lemma":"חָמוּלִי","transliteration":"Châmûwlîy","pronunciation":"khaw-moo-lee'","derivation":"patronymically from H2538 (חָמוּל);","strongs_definition":"a Chamulite (collectively) or descendants of Chamul","kjv_definition":"Hamulites."} +{"id":"H2540","strongs_number":"H2540","system":"hebrew","language":"hebrew","number_value":2540,"lemma":"חַמּוֹן","transliteration":"Chammôwn","pronunciation":"kham-mone'","derivation":"from H2552 (חָמַם); warm spring;","strongs_definition":"Chammon, the name of two places in Palestine","kjv_definition":"Hammon."} +{"id":"H2541","strongs_number":"H2541","system":"hebrew","language":"hebrew","number_value":2541,"lemma":"חָמוֹץ","transliteration":"châmôwts","pronunciation":"khaw-motse'","derivation":"from H2556 (חָמֵץ);","strongs_definition":"properly, violent; by implication, a robber","kjv_definition":"oppressed."} +{"id":"H2542","strongs_number":"H2542","system":"hebrew","language":"hebrew","number_value":2542,"lemma":"חַמּוּק","transliteration":"chammûwq","pronunciation":"kham-mook'","derivation":"from H2559 (חָמַק);","strongs_definition":"a wrapping, i.e. drawers","kjv_definition":"joints."} +{"id":"H2543","strongs_number":"H2543","system":"hebrew","language":"hebrew","number_value":2543,"lemma":"חֲמוֹר","transliteration":"chămôwr","pronunciation":"kham-ore'","derivation":"or (shortened) חֲמֹר; from H2560 (חָמַר);","strongs_definition":"a male ass (from its dun red)","kjv_definition":"(he) ass."} +{"id":"H2544","strongs_number":"H2544","system":"hebrew","language":"hebrew","number_value":2544,"lemma":"חֲמוֹר","transliteration":"Chămôwr","pronunciation":"kham-ore'","derivation":"the same as H2543 (חֲמוֹר); donkey;","strongs_definition":"Chamor, a Canaanite","kjv_definition":"Hamor."} +{"id":"H2545","strongs_number":"H2545","system":"hebrew","language":"hebrew","number_value":2545,"lemma":"חֲמוֹת","transliteration":"chămôwth","pronunciation":"kham-oth'","derivation":"or (shortened) חֲמֹת; feminine of H2524 (חָם);","strongs_definition":"a mother-in-law","kjv_definition":"mother in law."} +{"id":"H2546","strongs_number":"H2546","system":"hebrew","language":"hebrew","number_value":2546,"lemma":"חֹמֶט","transliteration":"chômeṭ","pronunciation":"kho'met","derivation":"from an unused root probably meaning, to lie low;","strongs_definition":"a lizard (as creeping)","kjv_definition":"snail."} +{"id":"H2547","strongs_number":"H2547","system":"hebrew","language":"hebrew","number_value":2547,"lemma":"חֻמְטָה","transliteration":"Chumṭâh","pronunciation":"khoom-taw'","derivation":"feminine of H2546 (חֹמֶט); low;","strongs_definition":"Chumtah, a place in Palestine","kjv_definition":"Humtah."} +{"id":"H2548","strongs_number":"H2548","system":"hebrew","language":"hebrew","number_value":2548,"lemma":"חָמִיץ","transliteration":"châmîyts","pronunciation":"khaw-meets'","derivation":"from H2556 (חָמֵץ);","strongs_definition":"seasoned, i.e. salt provender","kjv_definition":"clean."} +{"id":"H2549","strongs_number":"H2549","system":"hebrew","language":"hebrew","number_value":2549,"lemma":"חֲמִישִׁי","transliteration":"chămîyshîy","pronunciation":"kham-ee-shee'","derivation":"or חֲמִשִּׁי; ordinal from H2568 (חָמֵשׁ);","strongs_definition":"fifth; also a fifth","kjv_definition":"fifth (part)."} +{"id":"H2550","strongs_number":"H2550","system":"hebrew","language":"hebrew","number_value":2550,"lemma":"חָמַל","transliteration":"châmal","pronunciation":"khaw-mal'","derivation":"a primitive root;","strongs_definition":"to commiserate; by implication, to spare","kjv_definition":"have compassion, (have) pity, spare."} +{"id":"H2551","strongs_number":"H2551","system":"hebrew","language":"hebrew","number_value":2551,"lemma":"חֶמְלָה","transliteration":"chemlâh","pronunciation":"khem-law'","derivation":"from H2550 (חָמַל);","strongs_definition":"commiseration","kjv_definition":"merciful, pity."} +{"id":"H2552","strongs_number":"H2552","system":"hebrew","language":"hebrew","number_value":2552,"lemma":"חָמַם","transliteration":"châmam","pronunciation":"khaw-mam'","derivation":"a primitive root;","strongs_definition":"to be hot (literally or figuratively)","kjv_definition":"enflame self, get (have) heat, be (wax) hot, (be, wax) warm (self, at)."} +{"id":"H2553","strongs_number":"H2553","system":"hebrew","language":"hebrew","number_value":2553,"lemma":"חַמָּן","transliteration":"chammân","pronunciation":"kham-mawn'","derivation":"from H2535 (חַמָּה);","strongs_definition":"a sun-pillar","kjv_definition":"idol, image."} +{"id":"H2554","strongs_number":"H2554","system":"hebrew","language":"hebrew","number_value":2554,"lemma":"חָמַס","transliteration":"châmaç","pronunciation":"khaw-mas'","derivation":"a primitive root;","strongs_definition":"to be violent; by implication, to maltreat","kjv_definition":"make bare, shake off, violate, do violence, take away violently, wrong, imagine wrongfully."} +{"id":"H2555","strongs_number":"H2555","system":"hebrew","language":"hebrew","number_value":2555,"lemma":"חָמָס","transliteration":"châmâç","pronunciation":"khaw-mawce'","derivation":"from H2554 (חָמַס);","strongs_definition":"violence; by implication, wrong; by meton. unjust gain","kjv_definition":"cruel(-ty), damage, false, injustice, [idiom] oppressor, unrighteous, violence (against, done), violent (dealing), wrong."} +{"id":"H2556","strongs_number":"H2556","system":"hebrew","language":"hebrew","number_value":2556,"lemma":"חָמֵץ","transliteration":"châmêts","pronunciation":"khaw-mates'","derivation":"a primitive root;","strongs_definition":"to be pungent; i.e. in taste (sour, i.e. literally fermented, or figuratively, harsh), in color (dazzling)","kjv_definition":"cruel (man), dyed, be grieved, leavened."} +{"id":"H2557","strongs_number":"H2557","system":"hebrew","language":"hebrew","number_value":2557,"lemma":"חָמֵץ","transliteration":"châmêts","pronunciation":"khaw-mates'","derivation":"from H2556 (חָמֵץ);","strongs_definition":"ferment, (figuratively) extortion","kjv_definition":"leaven, leavened (bread)."} +{"id":"H2558","strongs_number":"H2558","system":"hebrew","language":"hebrew","number_value":2558,"lemma":"חֹמֶץ","transliteration":"chômets","pronunciation":"kho'-mets","derivation":"from H2556 (חָמֵץ);","strongs_definition":"vinegar","kjv_definition":"vinegar."} +{"id":"H2559","strongs_number":"H2559","system":"hebrew","language":"hebrew","number_value":2559,"lemma":"חָמַק","transliteration":"châmaq","pronunciation":"khaw-mak'","derivation":"a primitive root;","strongs_definition":"properly, to wrap; hence, to depart (i.e. turn about)","kjv_definition":"go about, withdraw self."} +{"id":"H2560","strongs_number":"H2560","system":"hebrew","language":"hebrew","number_value":2560,"lemma":"חָמַר","transliteration":"châmar","pronunciation":"khaw-mar'","derivation":"a primitive root; also as denominative (from H2564 (חֵמָר))","strongs_definition":"properly, to boil up; hence, to ferment (with scum); to glow (with redness); to smear with pitch","kjv_definition":"daub, befoul, be red, trouble."} +{"id":"H2561","strongs_number":"H2561","system":"hebrew","language":"hebrew","number_value":2561,"lemma":"חֶמֶר","transliteration":"chemer","pronunciation":"kheh'-mer","derivation":"from H2560 (חָמַר);","strongs_definition":"wine (as fermenting)","kjv_definition":"[idiom] pure, red wine."} +{"id":"H2562","strongs_number":"H2562","system":"hebrew","language":"hebrew","number_value":2562,"lemma":"חֲמַר","transliteration":"chămar","pronunciation":"kham-ar'","derivation":"(Aramaic) corresponding to H2561 (חֶמֶר);","strongs_definition":"wine","kjv_definition":"wine."} +{"id":"H2563","strongs_number":"H2563","system":"hebrew","language":"hebrew","number_value":2563,"lemma":"חֹמֶר","transliteration":"chômer","pronunciation":"kho'mer","derivation":"from H2560 (חָמַר);","strongs_definition":"properly, a bubbling up, i.e. of water, a wave; of earth, mire or clay (cement); also a heap; hence, a chomer or dry measure","kjv_definition":"clay, heap, homer, mire, motion."} +{"id":"H2564","strongs_number":"H2564","system":"hebrew","language":"hebrew","number_value":2564,"lemma":"חֵמָר","transliteration":"chêmâr","pronunciation":"khay-mawr'","derivation":"from H2560 (חָמַר);","strongs_definition":"bitumen (as rising to the surface)","kjv_definition":"slime(-pit)."} +{"id":"H2565","strongs_number":"H2565","system":"hebrew","language":"hebrew","number_value":2565,"lemma":"חֲמֹרָה","transliteration":"chămôrâh","pronunciation":"kham-o-raw'","derivation":"from H2560 (חָמַר) (compare H2563 (חֹמֶר));","strongs_definition":"a heap","kjv_definition":"heap."} +{"id":"H2566","strongs_number":"H2566","system":"hebrew","language":"hebrew","number_value":2566,"lemma":"חַמְרָן","transliteration":"Chamrân","pronunciation":"kham-rawn'","derivation":"from H2560 (חָמַר); red;","strongs_definition":"Chamran, an Idumaean","kjv_definition":"Amran."} +{"id":"H2567","strongs_number":"H2567","system":"hebrew","language":"hebrew","number_value":2567,"lemma":"חָמַשׁ","transliteration":"châmash","pronunciation":"khaw-mash'","derivation":"a denominative from H2568 (חָמֵשׁ);","strongs_definition":"to tax a fifth","kjv_definition":"take up the fifth participle"} +{"id":"H2568","strongs_number":"H2568","system":"hebrew","language":"hebrew","number_value":2568,"lemma":"חָמֵשׁ","transliteration":"châmêsh","pronunciation":"khaw-maysh'","derivation":"masculine חֲמִשָּׁה; a primitive numeral;","strongs_definition":"five","kjv_definition":"fif(-teen), fifth, five ([idiom] apiece)."} +{"id":"H2569","strongs_number":"H2569","system":"hebrew","language":"hebrew","number_value":2569,"lemma":"חֹמֶשׁ","transliteration":"chômesh","pronunciation":"kho'-mesh","derivation":"from H2567 (חָמַשׁ);","strongs_definition":"a fifth tax","kjv_definition":"fifth participle"} +{"id":"H2570","strongs_number":"H2570","system":"hebrew","language":"hebrew","number_value":2570,"lemma":"חֹמֶשׁ","transliteration":"chômesh","pronunciation":"kho'-mesh","derivation":"from an unused root probably meaning, to be stout;","strongs_definition":"the abdomen (as obese)","kjv_definition":"fifth (rib)."} +{"id":"H2571","strongs_number":"H2571","system":"hebrew","language":"hebrew","number_value":2571,"lemma":"חָמֻשׁ","transliteration":"châmush","pronunciation":"khaw-moosh'","derivation":"passive participle of the same as H2570 (חֹמֶשׁ);","strongs_definition":"staunch, i.e. able-bodied soldiers","kjv_definition":"armed (men), harnessed."} +{"id":"H2572","strongs_number":"H2572","system":"hebrew","language":"hebrew","number_value":2572,"lemma":"חֲמִשִּׁים","transliteration":"chămishshîym","pronunciation":"kham-ish-sheem'","derivation":"multiple of H2568 (חָמֵשׁ);","strongs_definition":"fifty","kjv_definition":"fifty."} +{"id":"H2573","strongs_number":"H2573","system":"hebrew","language":"hebrew","number_value":2573,"lemma":"חֵמֶת","transliteration":"chêmeth","pronunciation":"klay'-meth","derivation":"from the same as H2346 (חוֹמָה);","strongs_definition":"a skin bottle (as tied up)","kjv_definition":"bottle."} +{"id":"H2574","strongs_number":"H2574","system":"hebrew","language":"hebrew","number_value":2574,"lemma":"חֲמָת","transliteration":"Chămâth","pronunciation":"kham-awth'","derivation":"from the same as H2346 (חוֹמָה); walled;","strongs_definition":"Chamath, a place in Syria","kjv_definition":"Hamath, Hemath."} +{"id":"H2575","strongs_number":"H2575","system":"hebrew","language":"hebrew","number_value":2575,"lemma":"חַמַּת","transliteration":"Chammath","pronunciation":"klam-math'","derivation":"a variation for the first part of H2576 (חַמֹּת דֹּאר); hot springs;","strongs_definition":"Chammath, a place in Palestine","kjv_definition":"Hammath."} +{"id":"H2576","strongs_number":"H2576","system":"hebrew","language":"hebrew","number_value":2576,"lemma":"חַמֹּת דֹּאר","transliteration":"Chammôth Dôʼr","pronunciation":"kham-moth' dore","derivation":"from the plural of H2535 (חַמָּה) and H1756 (דּוֹר); hot springs of Dor;","strongs_definition":"Chammath-Dor, a place in Palestine","kjv_definition":"Hamath-Dor."} +{"id":"H2577","strongs_number":"H2577","system":"hebrew","language":"hebrew","number_value":2577,"lemma":"חֲמָתִי","transliteration":"Chămâthîy","pronunciation":"kham-aw-thee'","derivation":"patrial from H2574 (חֲמָת);","strongs_definition":"a Chamathite or native of Chamath","kjv_definition":"Hamathite."} +{"id":"H2578","strongs_number":"H2578","system":"hebrew","language":"hebrew","number_value":2578,"lemma":"חֲמַת צוֹבָה","transliteration":"Chămath Tsôwbâh","pronunciation":"kham-ath' tso-baw'","derivation":"from H2574 (חֲמָת) and H6678 (צוֹבָא); Chamath of Tsobah; probably the same as H2574 (חֲמָת)","strongs_definition":"Chamath-Tsobah","kjv_definition":"Hamath-Zobah."} +{"id":"H2579","strongs_number":"H2579","system":"hebrew","language":"hebrew","number_value":2579,"lemma":"חֲמַת רַבָּה","transliteration":"Chămath Rabbâh","pronunciation":"kham-ath' rab-baw'","derivation":"from H2574 (חֲמָת) and H7237 (רַבָּה); Chamath of Rabbah; probably the same as H2574 (חֲמָת).","strongs_definition":"Chamath-Rabbah","kjv_definition":null} +{"id":"H2580","strongs_number":"H2580","system":"hebrew","language":"hebrew","number_value":2580,"lemma":"חֵן","transliteration":"chên","pronunciation":"khane","derivation":"from H2603 (חָנַן);","strongs_definition":"graciousness, i.e. subjective (kindness, favor) or objective (beauty)","kjv_definition":"favour, grace(-ious), pleasant, precious, (well-) favoured."} +{"id":"H2581","strongs_number":"H2581","system":"hebrew","language":"hebrew","number_value":2581,"lemma":"חֵן","transliteration":"Chên","pronunciation":"khane","derivation":"the same as H2580 (חֵן); grace;","strongs_definition":"Chen, a figurative name for an Israelite","kjv_definition":"Hen."} +{"id":"H2582","strongs_number":"H2582","system":"hebrew","language":"hebrew","number_value":2582,"lemma":"חֵנָדָד","transliteration":"Chênâdâd","pronunciation":"khay-naw-dawd'","derivation":"probably from H2580 (חֵן) and H1908 (הֲדַד); favor of Hadad;","strongs_definition":"Chenadad, an Israelite","kjv_definition":"Henadad."} +{"id":"H2583","strongs_number":"H2583","system":"hebrew","language":"hebrew","number_value":2583,"lemma":"חָנָה","transliteration":"chânâh","pronunciation":"khaw-naw'","derivation":"a primitive root (compare H2603 (חָנַן));","strongs_definition":"properly, to incline; by implication, to decline (of the slanting rays of evening); specifically, to pitch atent; gen. to encamp (for abode or siege)","kjv_definition":"abide (in tents), camp, dwell, encamp, grow to an end, lie, pitch (tent), rest in tent."} +{"id":"H2584","strongs_number":"H2584","system":"hebrew","language":"hebrew","number_value":2584,"lemma":"חַנָּה","transliteration":"Channâh","pronunciation":"khan-naw'","derivation":"from H2603 (חָנַן); favored;","strongs_definition":"Channah, an Israelitess","kjv_definition":"Hannah."} +{"id":"H2585","strongs_number":"H2585","system":"hebrew","language":"hebrew","number_value":2585,"lemma":"חֲנוֹךְ","transliteration":"Chănôwk","pronunciation":"khan-oke'","derivation":"from H2596 (חָנַךְ); initiated;","strongs_definition":"Chanok, an antediluvian patriach","kjv_definition":"Enoch."} +{"id":"H2586","strongs_number":"H2586","system":"hebrew","language":"hebrew","number_value":2586,"lemma":"חָנוּן","transliteration":"Chânûwn","pronunciation":"khaw-noon'","derivation":"from H2603 (חָנַן); favored;","strongs_definition":"Chanun, the name of an Ammonite and of two Israelites","kjv_definition":"Hanun."} +{"id":"H2587","strongs_number":"H2587","system":"hebrew","language":"hebrew","number_value":2587,"lemma":"חַנּוּן","transliteration":"channûwn","pronunciation":"khan-noon'","derivation":"from H2603 (חָנַן);","strongs_definition":"gracious","kjv_definition":"gracious."} +{"id":"H2588","strongs_number":"H2588","system":"hebrew","language":"hebrew","number_value":2588,"lemma":"חָנוּת","transliteration":"chânûwth","pronunciation":"khaw-nooth'","derivation":"from H2583 (חָנָה);","strongs_definition":"properly, a vault or cell (with an arch); by implication, a prison","kjv_definition":"cabin."} +{"id":"H2589","strongs_number":"H2589","system":"hebrew","language":"hebrew","number_value":2589,"lemma":"חַנּוֹת","transliteration":"channôwth","pronunciation":"klan-noth'","derivation":"from H2603 (חָנַן) (in the sense of prayer);","strongs_definition":"supplication","kjv_definition":"be gracious, intreated."} +{"id":"H2590","strongs_number":"H2590","system":"hebrew","language":"hebrew","number_value":2590,"lemma":"חָנַט","transliteration":"chânaṭ","pronunciation":"khaw-nat'","derivation":"a primitive root;","strongs_definition":"to spice; by implication, to embalm; also to ripen","kjv_definition":"embalm, put forth."} +{"id":"H2591","strongs_number":"H2591","system":"hebrew","language":"hebrew","number_value":2591,"lemma":"חִנְטָא","transliteration":"chinṭâʼ","pronunciation":"khint-taw'","derivation":"(Aramaic) corresponding to H2406 (חִטָּה);","strongs_definition":"wheat","kjv_definition":"wheat."} +{"id":"H2592","strongs_number":"H2592","system":"hebrew","language":"hebrew","number_value":2592,"lemma":"חַנִּיאֵל","transliteration":"Channîyʼêl","pronunciation":"khan-nee-ale'","derivation":"from H2603 (חָנַן) and H410 (אֵל); favor of God;","strongs_definition":"Channiel, the name of two Israelites","kjv_definition":"Hanniel."} +{"id":"H2593","strongs_number":"H2593","system":"hebrew","language":"hebrew","number_value":2593,"lemma":"חָנִיךְ","transliteration":"chânîyk","pronunciation":"kaw-neek'","derivation":"from H2596 (חָנַךְ);","strongs_definition":"initiated; i.e. practiced","kjv_definition":"trained."} +{"id":"H2594","strongs_number":"H2594","system":"hebrew","language":"hebrew","number_value":2594,"lemma":"חֲנִינָה","transliteration":"chănîynâh","pronunciation":"khan-ee-naw'","derivation":"from H2603 (חָנַן);","strongs_definition":"graciousness","kjv_definition":"favour."} +{"id":"H2595","strongs_number":"H2595","system":"hebrew","language":"hebrew","number_value":2595,"lemma":"חֲנִית","transliteration":"chănîyth","pronunciation":"khan-eeth'","derivation":"from H2583 (חָנָה);","strongs_definition":"a lance (for thrusting, like pitching a tent)","kjv_definition":"javelin, spear."} +{"id":"H2596","strongs_number":"H2596","system":"hebrew","language":"hebrew","number_value":2596,"lemma":"חָנַךְ","transliteration":"chânak","pronunciation":"khaw-nak'","derivation":"a primitive root; (compare H2614 (חָנַק))","strongs_definition":"properly, to narrow; figuratively, to initiate or discipline","kjv_definition":"dedicate, train up."} +{"id":"H2597","strongs_number":"H2597","system":"hebrew","language":"hebrew","number_value":2597,"lemma":"חֲנֻכָּא","transliteration":"chănukkâʼ","pronunciation":"chan-ook-kaw'","derivation":"(Aramaic) corresponding to H2598 (חֲנֻכָּה);","strongs_definition":"consecration","kjv_definition":"dedication."} +{"id":"H2598","strongs_number":"H2598","system":"hebrew","language":"hebrew","number_value":2598,"lemma":"חֲנֻכָּה","transliteration":"chănukkâh","pronunciation":"khan-ook-kaw'","derivation":"from H2596 (חָנַךְ);","strongs_definition":"initiation, i.e. consecration","kjv_definition":"dedicating(-tion)."} +{"id":"H2599","strongs_number":"H2599","system":"hebrew","language":"hebrew","number_value":2599,"lemma":"חֲנֹכִי","transliteration":"Chănôkîy","pronunciation":"khan-o-kee'","derivation":"patronymically from H2585 (חֲנוֹךְ);","strongs_definition":"a Chanokite (collectively) or descendants of Chanok","kjv_definition":"Hanochites."} +{"id":"H2600","strongs_number":"H2600","system":"hebrew","language":"hebrew","number_value":2600,"lemma":"חִנָּם","transliteration":"chinnâm","pronunciation":"khin-nawm'","derivation":"from H2580 (חֵן);","strongs_definition":"gratis, i.e. devoid of cost, reason or advantage","kjv_definition":"without a cause (cost, wages), causeless, to cost nothing, free(-ly), innocent, for nothing (nought, in vain."} +{"id":"H2601","strongs_number":"H2601","system":"hebrew","language":"hebrew","number_value":2601,"lemma":"חֲנַמְאֵל","transliteration":"Chănamʼêl","pronunciation":"khan-am-ale'","derivation":"probably by orthographical variation for H2606 (חֲנַנְאֵל);","strongs_definition":"Chanamel, an Israelite","kjv_definition":"Hanameel."} +{"id":"H2602","strongs_number":"H2602","system":"hebrew","language":"hebrew","number_value":2602,"lemma":"חֲנָמָל","transliteration":"chănâmâl","pronunciation":"khan-aw-mawl'","derivation":"of uncertain derivation;","strongs_definition":"perhaps the aphis or plantlouse","kjv_definition":"frost."} +{"id":"H2603","strongs_number":"H2603","system":"hebrew","language":"hebrew","number_value":2603,"lemma":"חָנַן","transliteration":"chânan","pronunciation":"khaw-nan'","derivation":"a primitive root (compare H2583 (חָנָה));","strongs_definition":"properly, to bend or stoop in kindness to an inferior; to favor, bestow; causatively to implore (i.e. move to favor by petition)","kjv_definition":"beseech, [idiom] fair, (be, find, shew) favour(-able), be (deal, give, grant (gracious(-ly), intreat, (be) merciful, have (shew) mercy (on, upon), have pity upon, pray, make supplication, [idiom] very."} +{"id":"H2604","strongs_number":"H2604","system":"hebrew","language":"hebrew","number_value":2604,"lemma":"חֲנַן","transliteration":"chănan","pronunciation":"khan-an'","derivation":"(Aramaic) corresponding to H2603 (חָנַן);","strongs_definition":"to favor or (causatively) to entreat","kjv_definition":"shew mercy, make supplication."} +{"id":"H2605","strongs_number":"H2605","system":"hebrew","language":"hebrew","number_value":2605,"lemma":"חָנָן","transliteration":"Chânân","pronunciation":"khaw-nawn'","derivation":"from H2603 (חָנַן); favor;","strongs_definition":"Chanan, the name of seven Israelites","kjv_definition":"Canan."} +{"id":"H2606","strongs_number":"H2606","system":"hebrew","language":"hebrew","number_value":2606,"lemma":"חֲנַנְאֵל","transliteration":"Chănanʼêl","pronunciation":"khan-an-ale'","derivation":"from H2603 (חָנַן) and H410 (אֵל); God has favored;","strongs_definition":"Chananel, probably an Israelite, from whom a tower of Jerusalem was named","kjv_definition":"Hananeel."} +{"id":"H2607","strongs_number":"H2607","system":"hebrew","language":"hebrew","number_value":2607,"lemma":"חֲנָנִי","transliteration":"Chănânîy","pronunciation":"khan-aw-nee'","derivation":"from H2603 (חָנַן); gracious;","strongs_definition":"Chanani, the name of six Israelites","kjv_definition":"Hanani."} +{"id":"H2608","strongs_number":"H2608","system":"hebrew","language":"hebrew","number_value":2608,"lemma":"חֲנַנְיָה","transliteration":"Chănanyâh","pronunciation":"khan-an-yaw'","derivation":"or חֲנַנְיָהוּ; from H2603 (חָנַן) and H3050 (יָהּ); Jah has favored;","strongs_definition":"Chananjah, the name of thirteen Israelites","kjv_definition":"Hananiah."} +{"id":"H2609","strongs_number":"H2609","system":"hebrew","language":"hebrew","number_value":2609,"lemma":"חָנֵס","transliteration":"Chânêç","pronunciation":"khaw-nace'","derivation":"of Egyptian derivation;","strongs_definition":"Chanes, a place in Egypt","kjv_definition":"Hanes."} +{"id":"H2610","strongs_number":"H2610","system":"hebrew","language":"hebrew","number_value":2610,"lemma":"חָנֵף","transliteration":"chânêph","pronunciation":"khaw-nafe'","derivation":"a primitive root;","strongs_definition":"to soil, especially in a moral sense","kjv_definition":"corrupt, defile, [idiom] greatly, pollute, profane."} +{"id":"H2611","strongs_number":"H2611","system":"hebrew","language":"hebrew","number_value":2611,"lemma":"חָנֵף","transliteration":"chânêph","pronunciation":"khaw-nafe'","derivation":"from H2610 (חָנֵף);","strongs_definition":"soiled (i.e. with sin), impious","kjv_definition":"hypocrite(-ical)."} +{"id":"H2612","strongs_number":"H2612","system":"hebrew","language":"hebrew","number_value":2612,"lemma":"חֹנֶף","transliteration":"chôneph","pronunciation":"kho'-nef","derivation":"from H2610 (חָנֵף);","strongs_definition":"moral filth, i.e. wickedness","kjv_definition":"hypocrisy."} +{"id":"H2613","strongs_number":"H2613","system":"hebrew","language":"hebrew","number_value":2613,"lemma":"חֲנֻפָה","transliteration":"chănuphâh","pronunciation":"khan-oo-faw'","derivation":"feminine from H2610 (חָנֵף);","strongs_definition":"impiety","kjv_definition":"profaneness."} +{"id":"H2614","strongs_number":"H2614","system":"hebrew","language":"hebrew","number_value":2614,"lemma":"חָנַק","transliteration":"chânaq","pronunciation":"khaw-nak'","derivation":"a primitive root (compare H2596 (חָנַךְ));","strongs_definition":"to be narrow; by implication, to throttle, or (reflex.) to choke oneself to death (by a rope)","kjv_definition":"hang self, strangle."} +{"id":"H2615","strongs_number":"H2615","system":"hebrew","language":"hebrew","number_value":2615,"lemma":"חַנָּתֹן","transliteration":"Channâthôn","pronunciation":"khan-naw-thone'","derivation":"probably from H2603 (חָנַן); favored;","strongs_definition":"Channathon, a place in Palestine","kjv_definition":"Hannathon."} +{"id":"H2616","strongs_number":"H2616","system":"hebrew","language":"hebrew","number_value":2616,"lemma":"חָסַד","transliteration":"châçad","pronunciation":"khaw-sad'","derivation":"a primitive root; (compare H2603 (חָנַן)); (compare H1288 (בָרַךְ))","strongs_definition":"properly, perhaps to bow (the neck only in courtesy to an equal), i.e. to be kind; also (by euphemistically, but rarely) to reprove","kjv_definition":"shew self merciful, put to shame."} +{"id":"H2617","strongs_number":"H2617","system":"hebrew","language":"hebrew","number_value":2617,"lemma":"חֵסֵד","transliteration":"chêçêd","pronunciation":"kheh'-sed","derivation":"from H2616 (חָסַד);","strongs_definition":"kindness; by implication (towards God) piety; rarely (by opposition) reproof, or (subject.) beauty","kjv_definition":"favour, good deed(-liness, -ness), kindly, (loving-) kindness, merciful (kindness), mercy, pity, reproach, wicked thing."} +{"id":"H2618","strongs_number":"H2618","system":"hebrew","language":"hebrew","number_value":2618,"lemma":"חֶסֶד","transliteration":"Cheçed","pronunciation":"kheh'-sed","derivation":"the same as H2617 (חֵסֵד); favor;","strongs_definition":"Chesed, an Israelite","kjv_definition":"Hesed."} +{"id":"H2619","strongs_number":"H2619","system":"hebrew","language":"hebrew","number_value":2619,"lemma":"חֲסַדְיָה","transliteration":"Chăçadyâh","pronunciation":"khas-ad-yaw'","derivation":"from H2617 (חֵסֵד) and H3050 (יָהּ); Jah has favored;","strongs_definition":"Chasadjah, an Israelite","kjv_definition":"Hasadiah."} +{"id":"H2620","strongs_number":"H2620","system":"hebrew","language":"hebrew","number_value":2620,"lemma":"חָסָה","transliteration":"châçâh","pronunciation":"khaw-saw'","derivation":"a primitive root; (compare H982 (בָּטַח))","strongs_definition":"to flee for protection; figuratively, to confide in","kjv_definition":"have hope, make refuge, (put) trust."} +{"id":"H2621","strongs_number":"H2621","system":"hebrew","language":"hebrew","number_value":2621,"lemma":"חֹסָה","transliteration":"Chôçâh","pronunciation":"kho-saw'","derivation":"from H2620 (חָסָה); hopeful;","strongs_definition":"Chosah, an Israelite; also a place in Palestine","kjv_definition":"Hosah."} +{"id":"H2622","strongs_number":"H2622","system":"hebrew","language":"hebrew","number_value":2622,"lemma":"חָסוּת","transliteration":"châçûwth","pronunciation":"khaw-sooth'","derivation":"from H2620 (חָסָה);","strongs_definition":"confidence","kjv_definition":"trust."} +{"id":"H2623","strongs_number":"H2623","system":"hebrew","language":"hebrew","number_value":2623,"lemma":"חָסִיד","transliteration":"châçîyd","pronunciation":"khaw-seed'","derivation":"from H2616 (חָסַד);","strongs_definition":"properly, kind, i.e. (religiously) pious (a saint)","kjv_definition":"godly (man), good, holy (one), merciful, saint, (un-) godly."} +{"id":"H2624","strongs_number":"H2624","system":"hebrew","language":"hebrew","number_value":2624,"lemma":"חֲסִידָה","transliteration":"chăçîydâh","pronunciation":"khas-ee-daw'","derivation":"feminine of H2623 (חָסִיד);","strongs_definition":"the kind (maternal) bird, i.e. a stork","kjv_definition":"[idiom] feather, stork."} +{"id":"H2625","strongs_number":"H2625","system":"hebrew","language":"hebrew","number_value":2625,"lemma":"חָסִיל","transliteration":"châçîyl","pronunciation":"khaw-seel'","derivation":"from H2628 (חָסַל);","strongs_definition":"the ravager, i.e. a locust","kjv_definition":"caterpillar."} +{"id":"H2626","strongs_number":"H2626","system":"hebrew","language":"hebrew","number_value":2626,"lemma":"חֲסִין","transliteration":"chăçîyn","pronunciation":"khas-een'","derivation":"from H2630 (חָסַן);","strongs_definition":"properly, firm, i.e. (by implication) mighty","kjv_definition":"strong."} +{"id":"H2627","strongs_number":"H2627","system":"hebrew","language":"hebrew","number_value":2627,"lemma":"חַסִּיר","transliteration":"chaççîyr","pronunciation":"khas-seer'","derivation":"(Aramaic) from a root corresponding to H2637 (חָסֵר);","strongs_definition":"deficient","kjv_definition":"wanting."} +{"id":"H2628","strongs_number":"H2628","system":"hebrew","language":"hebrew","number_value":2628,"lemma":"חָסַל","transliteration":"châçal","pronunciation":"khaw-sal'","derivation":"a primitive root;","strongs_definition":"to eat off","kjv_definition":"consume."} +{"id":"H2629","strongs_number":"H2629","system":"hebrew","language":"hebrew","number_value":2629,"lemma":"חָסַם","transliteration":"châçam","pronunciation":"khaw-sam'","derivation":"a primitive root;","strongs_definition":"to muzzle; by analogy, to stop the nose","kjv_definition":"muzzle, stop."} +{"id":"H2630","strongs_number":"H2630","system":"hebrew","language":"hebrew","number_value":2630,"lemma":"חָסַן","transliteration":"châçan","pronunciation":"khaw-san'","derivation":"a primitive root;","strongs_definition":"properly, to (be) compact; by implication, to hoard","kjv_definition":"lay up."} +{"id":"H2631","strongs_number":"H2631","system":"hebrew","language":"hebrew","number_value":2631,"lemma":"חֲסַן","transliteration":"chăçan","pronunciation":"khas-an'","derivation":"(Aramaic) corresponding to H2630 (חָסַן);","strongs_definition":"to hold in occupancy","kjv_definition":"possess."} +{"id":"H2632","strongs_number":"H2632","system":"hebrew","language":"hebrew","number_value":2632,"lemma":"חֵסֶן","transliteration":"chêçen","pronunciation":"khay'-sen","derivation":"(Aramaic) from H2631 (חֲסַן);","strongs_definition":"strength","kjv_definition":"power."} +{"id":"H2633","strongs_number":"H2633","system":"hebrew","language":"hebrew","number_value":2633,"lemma":"חֹסֶן","transliteration":"chôçen","pronunciation":"kho'-sen","derivation":"from H2630 (חָסַן);","strongs_definition":"wealth","kjv_definition":"riches, strength, treasure."} +{"id":"H2634","strongs_number":"H2634","system":"hebrew","language":"hebrew","number_value":2634,"lemma":"חָסֹן","transliteration":"châçôn","pronunciation":"khaw-sone'","derivation":"from H2630 (חָסַן);","strongs_definition":"powerful","kjv_definition":"strong."} +{"id":"H2635","strongs_number":"H2635","system":"hebrew","language":"hebrew","number_value":2635,"lemma":"חֲסַף","transliteration":"chăçaph","pronunciation":"khas-af'","derivation":"(Aramaic) from a root corresponding to that of H2636 (חַסְפַּס);","strongs_definition":"a clod","kjv_definition":"clay."} +{"id":"H2636","strongs_number":"H2636","system":"hebrew","language":"hebrew","number_value":2636,"lemma":"חַסְפַּס","transliteration":"chaçpaç","pronunciation":"khas-pas'","derivation":"reduplicated from an unused root meaning apparently to peel;","strongs_definition":"a shred or scale","kjv_definition":"round thing."} +{"id":"H2637","strongs_number":"H2637","system":"hebrew","language":"hebrew","number_value":2637,"lemma":"חָסֵר","transliteration":"châçêr","pronunciation":"khaw-sare'","derivation":"a primitive root;","strongs_definition":"to lack; by implication, to fail, want, lessen","kjv_definition":"be abated, bereave, decrease, (cause to) fail, (have) lack, make lower, want."} +{"id":"H2638","strongs_number":"H2638","system":"hebrew","language":"hebrew","number_value":2638,"lemma":"חָסֵר","transliteration":"châçêr","pronunciation":"khaw-sare'","derivation":"from H2637 (חָסֵר);","strongs_definition":"lacking; hence, without","kjv_definition":"destitute, fail, lack, have need, void, want."} +{"id":"H2639","strongs_number":"H2639","system":"hebrew","language":"hebrew","number_value":2639,"lemma":"חֶסֶר","transliteration":"cheçer","pronunciation":"kheh'-ler","derivation":"from H2637 (חָסֵר);","strongs_definition":"lack; hence, destitution","kjv_definition":"poverty, want."} +{"id":"H2640","strongs_number":"H2640","system":"hebrew","language":"hebrew","number_value":2640,"lemma":"חֹסֶר","transliteration":"chôçer","pronunciation":"kho'-ser","derivation":"from H2637 (חָסֵר);","strongs_definition":"poverty","kjv_definition":"in want of."} +{"id":"H2641","strongs_number":"H2641","system":"hebrew","language":"hebrew","number_value":2641,"lemma":"חַסְרָה","transliteration":"Chaçrâh","pronunciation":"khas-raw'","derivation":"from H2637 (חָסֵר); want","strongs_definition":"Chasrah, an Israelite","kjv_definition":"Hasrah."} +{"id":"H2642","strongs_number":"H2642","system":"hebrew","language":"hebrew","number_value":2642,"lemma":"חֶסְרוֹן","transliteration":"cheçrôwn","pronunciation":"khes-rone'","derivation":"from H2637 (חָסֵר);","strongs_definition":"deficiency","kjv_definition":"wanting."} +{"id":"H2643","strongs_number":"H2643","system":"hebrew","language":"hebrew","number_value":2643,"lemma":"חַף","transliteration":"chaph","pronunciation":"khaf","derivation":"from H2653 (חׇפַף) (in the moral sense of covered from soil);","strongs_definition":"pure","kjv_definition":"innocent."} +{"id":"H2644","strongs_number":"H2644","system":"hebrew","language":"hebrew","number_value":2644,"lemma":"חָפָא","transliteration":"châphâʼ","pronunciation":"khaw-faw'","derivation":"an orthographical variation of H2645 (חָפָה);","strongs_definition":"properly, to cover, i.e. (in a sinister sense) to act covertly","kjv_definition":"do secretly."} +{"id":"H2645","strongs_number":"H2645","system":"hebrew","language":"hebrew","number_value":2645,"lemma":"חָפָה","transliteration":"châphâh","pronunciation":"khaw-faw'","derivation":"a primitive root (compare H2644 (חָפָא), H2653 (חׇפַף));","strongs_definition":"to cover; by implication, to veil, to encase, protect","kjv_definition":"ceil, cover, overlay."} +{"id":"H2646","strongs_number":"H2646","system":"hebrew","language":"hebrew","number_value":2646,"lemma":"חֻפָּה","transliteration":"chuppâh","pronunciation":"khoop-paw'","derivation":"from H2645 (חָפָה);","strongs_definition":"a canopy","kjv_definition":"chamber, closet, defence."} +{"id":"H2647","strongs_number":"H2647","system":"hebrew","language":"hebrew","number_value":2647,"lemma":"חֻפָּה","transliteration":"Chuppâh","pronunciation":"khoop-paw'","derivation":"the same as H2646 (חֻפָּה);","strongs_definition":"Chuppah, an Israelite","kjv_definition":"Huppah."} +{"id":"H2648","strongs_number":"H2648","system":"hebrew","language":"hebrew","number_value":2648,"lemma":"חָפַז","transliteration":"châphaz","pronunciation":"khaw-faz'","derivation":"a primitive root;","strongs_definition":"properly, to start up suddenly, i.e. (by implication) to hasten away, to fear","kjv_definition":"(make) haste (away), tremble."} +{"id":"H2649","strongs_number":"H2649","system":"hebrew","language":"hebrew","number_value":2649,"lemma":"חִפָּזוֹן","transliteration":"chippâzôwn","pronunciation":"khip-paw-zone'","derivation":"from H2468 (חֻלְדָּה);","strongs_definition":"hasty flight","kjv_definition":"haste."} +{"id":"H2650","strongs_number":"H2650","system":"hebrew","language":"hebrew","number_value":2650,"lemma":"חֻפִּים","transliteration":"Chuppîym","pronunciation":"khoop-peem'","derivation":"plural of H2646 (חֻפָּה) (compare H2349 (חוּפָם));","strongs_definition":"Chuppim, an Israelite","kjv_definition":"Huppim."} +{"id":"H2651","strongs_number":"H2651","system":"hebrew","language":"hebrew","number_value":2651,"lemma":"חֹפֶן","transliteration":"chôphen","pronunciation":"kho'-fen","derivation":"from an unused root of uncertain signification;","strongs_definition":"a fist (only in the dual)","kjv_definition":"fists, (both) hands, hand(-ful)."} +{"id":"H2652","strongs_number":"H2652","system":"hebrew","language":"hebrew","number_value":2652,"lemma":"חׇפְנִי","transliteration":"Chophnîy","pronunciation":"khof-nee'","derivation":"from H2651 (חֹפֶן); perhaps pugilist;","strongs_definition":"Chophni, an Israelite","kjv_definition":"Hophni."} +{"id":"H2653","strongs_number":"H2653","system":"hebrew","language":"hebrew","number_value":2653,"lemma":"חׇפַף","transliteration":"chophaph","pronunciation":"khaw-faf'","derivation":"a primitive root (compare H2645 (חָפָה), H3182 (יָחֵף));","strongs_definition":"to cover (in protection)","kjv_definition":"cover."} +{"id":"H2654","strongs_number":"H2654","system":"hebrew","language":"hebrew","number_value":2654,"lemma":"חָפֵץ","transliteration":"châphêts","pronunciation":"khaw-fates'","derivation":"a primitive root;","strongs_definition":"properly, to incline to; by implication (literally but rarely) to bend; figuratively, to be pleased with, desire","kjv_definition":"[idiom] any at all, (have, take) delight, desire, favour, like, move, be (well) pleased, have pleasure, will, would."} +{"id":"H2655","strongs_number":"H2655","system":"hebrew","language":"hebrew","number_value":2655,"lemma":"חָפֵץ","transliteration":"châphêts","pronunciation":"khaw-fates'","derivation":"from H2654 (חָפֵץ);","strongs_definition":"pleased with","kjv_definition":"delight in, desire, favour, please, have pleasure, whosoever would, willing, wish."} +{"id":"H2656","strongs_number":"H2656","system":"hebrew","language":"hebrew","number_value":2656,"lemma":"חֵפֶץ","transliteration":"chêphets","pronunciation":"khay'-fets","derivation":"from H2654 (חָפֵץ);","strongs_definition":"pleasure; hence (abstractly) desire; concretely, a valuable thing; hence (by extension) a matter (as something in mind)","kjv_definition":"acceptable, delight(-some), desire, things desired, matter, pleasant(-ure), purpose, willingly."} +{"id":"H2657","strongs_number":"H2657","system":"hebrew","language":"hebrew","number_value":2657,"lemma":"חֶפְצִי בָּהּ","transliteration":"Chephtsîy bâhh","pronunciation":"khef-tsee'baw","derivation":"from H2656 (חֵפֶץ) with suffixes; my delight (is) in her;","strongs_definition":"Cheptsi-bah, a fanciful name for Palestine","kjv_definition":"Hephzi-bah."} +{"id":"H2658","strongs_number":"H2658","system":"hebrew","language":"hebrew","number_value":2658,"lemma":"חָפַר","transliteration":"châphar","pronunciation":"khaw-far'","derivation":"a primitive root;","strongs_definition":"properly, to pry into; by implication, to delve, to explore","kjv_definition":"dig, paw, search out, seek."} +{"id":"H2659","strongs_number":"H2659","system":"hebrew","language":"hebrew","number_value":2659,"lemma":"חָפֵר","transliteration":"châphêr","pronunciation":"khaw-fare'","derivation":"a primitive root (perhaps rather the same as H2658 (חָפַר) through the idea of detection);","strongs_definition":"to blush; figuratively, to be ashamed, disappointed; causatively, to shame, reproach","kjv_definition":"be ashamed, be confounded, be brought to confusion (unto shame), come (be put to) shame, bring reproach."} +{"id":"H2660","strongs_number":"H2660","system":"hebrew","language":"hebrew","number_value":2660,"lemma":"חֵפֶר","transliteration":"Chêpher","pronunciation":"khay'-fer","derivation":"from H2658 (חָפַר) or H2659 (חָפֵר); a pit of shame;","strongs_definition":"Chepher, a place in Palestine; also the name of three Israelites","kjv_definition":"Hepher."} +{"id":"H2661","strongs_number":"H2661","system":"hebrew","language":"hebrew","number_value":2661,"lemma":"חֲפֹר","transliteration":"chăphôr","pronunciation":"khaf-ore'","derivation":"from H2658 (חָפַר); a hole; only in connection with H6512 (פֵּרָה), which ought rather to be joined as one word, thus חַפַרְפֵּרָה; by reduplication from H2658 (חָפַר);","strongs_definition":"a burrower, i.e. probably a rat","kjv_definition":"[phrase] mole."} +{"id":"H2662","strongs_number":"H2662","system":"hebrew","language":"hebrew","number_value":2662,"lemma":"חֶפְרִי","transliteration":"Chephrîy","pronunciation":"khef-ree'","derivation":"patronymically from H2660 (חֵפֶר);","strongs_definition":"a Chephrite (collectively) or descendants of Chepher","kjv_definition":"Hepherites."} +{"id":"H2663","strongs_number":"H2663","system":"hebrew","language":"hebrew","number_value":2663,"lemma":"חֲפָרַיִם","transliteration":"Chăphârayim","pronunciation":"khaf-aw-rah'-yim","derivation":"dual of H2660 (חֵפֶר); double pit;","strongs_definition":"Chapharajim, a place in Palestine","kjv_definition":"Haphraim."} +{"id":"H2664","strongs_number":"H2664","system":"hebrew","language":"hebrew","number_value":2664,"lemma":"חָפַשׂ","transliteration":"châphas","pronunciation":"khaw-fas'","derivation":"a primitive root;","strongs_definition":"to seek; causatively, to conceal oneself (i.e. let be sought), or mask","kjv_definition":"change, (make) diligent (search), disquise self, hide, search (for, out)."} +{"id":"H2665","strongs_number":"H2665","system":"hebrew","language":"hebrew","number_value":2665,"lemma":"חֵפֶשׂ","transliteration":"chêphes","pronunciation":"khay'-fes","derivation":"from H2664 (חָפַשׂ);","strongs_definition":"something covert, i.e. a trick","kjv_definition":"search."} +{"id":"H2666","strongs_number":"H2666","system":"hebrew","language":"hebrew","number_value":2666,"lemma":"חָפַשׁ","transliteration":"châphash","pronunciation":"khaw-fash'","derivation":"a primitive root;","strongs_definition":"to spread loose; figuratively, to manumit","kjv_definition":"be free."} +{"id":"H2667","strongs_number":"H2667","system":"hebrew","language":"hebrew","number_value":2667,"lemma":"חֹפֶשׁ","transliteration":"Chôphesh","pronunciation":"kho'-fesh","derivation":"from H2666 (חָפַשׁ);","strongs_definition":"something spread loosely, i.e. a carpet","kjv_definition":"precious."} +{"id":"H2668","strongs_number":"H2668","system":"hebrew","language":"hebrew","number_value":2668,"lemma":"חֻפְשָׁה","transliteration":"chuphshâh","pronunciation":"khoof-shaw'","derivation":"from H2666 (חָפַשׁ);","strongs_definition":"liberty (from slavery)","kjv_definition":"freedom."} +{"id":"H2669","strongs_number":"H2669","system":"hebrew","language":"hebrew","number_value":2669,"lemma":"חׇפְשׁוּת","transliteration":"chophshûwth","pronunciation":"khof-shooth'","derivation":"and חׇפְשִׁית; from H2666 (חָפַשׁ); (with H1004 (בַּיִת), a hospital)","strongs_definition":"prostration by sickness","kjv_definition":"several."} +{"id":"H2670","strongs_number":"H2670","system":"hebrew","language":"hebrew","number_value":2670,"lemma":"חׇפְשִׁי","transliteration":"chophshîy","pronunciation":"khof-shee'","derivation":"from H2666 (חָפַשׁ);","strongs_definition":"exempt (from bondage, tax or care)","kjv_definition":"free, liberty."} +{"id":"H2671","strongs_number":"H2671","system":"hebrew","language":"hebrew","number_value":2671,"lemma":"חֵץ","transliteration":"chêts","pronunciation":"khayts","derivation":"from H2686 (חָצַץ); also by interchange for H6086 (עֵץ)","strongs_definition":"properly, a piercer, i.e. an arrow; by implication, a wound; figuratively, (of God) thunderbolt; the shaft of aspear","kjv_definition":"[phrase] archer, arrow, dart, shaft, staff, wound."} +{"id":"H2672","strongs_number":"H2672","system":"hebrew","language":"hebrew","number_value":2672,"lemma":"חָצַב","transliteration":"châtsab","pronunciation":"khaw-tsab'","derivation":"or חָצֵב; a primitive root;","strongs_definition":"to cut or carve (wood, stone or other material); by implication, to hew, split, square, quarry, engrave","kjv_definition":"cut, dig, divide, grave, hew (out, -er), made, mason."} +{"id":"H2673","strongs_number":"H2673","system":"hebrew","language":"hebrew","number_value":2673,"lemma":"חָצָה","transliteration":"châtsâh","pronunciation":"khaw-tsaw'","derivation":"a primitive root (compare H2086 (זֵד)));","strongs_definition":"to cut or split in two; to halve","kjv_definition":"divide, [idiom] live out half, reach to the midst, participle"} +{"id":"H2674","strongs_number":"H2674","system":"hebrew","language":"hebrew","number_value":2674,"lemma":"חָצוֹר","transliteration":"Châtsôwr","pronunciation":"khaw-tsore'","derivation":"a collective form of H2691 (חָצֵר); village;","strongs_definition":"Chatsor, the name (thus simply) of two places in Palestine and of one in Arabia","kjv_definition":"Hazor."} +{"id":"H2675","strongs_number":"H2675","system":"hebrew","language":"hebrew","number_value":2675,"lemma":"חָצוֹר חֲדַתָּה","transliteration":"Châtsôwr Chădattâh","pronunciation":"khaw-tsore' khad-attaw'","derivation":"from H2674 (חָצוֹר) and a Aramaizing form of the feminine of H2319 (חָדָשׁ) (compare H2323 (חֲדָת));","strongs_definition":"new Chatsor, a place in Palestine","kjv_definition":"Hazor, Hadattah (as if two places)."} +{"id":"H2676","strongs_number":"H2676","system":"hebrew","language":"hebrew","number_value":2676,"lemma":"חָצוֹת","transliteration":"châtsôwth","pronunciation":"khaw-tsoth'","derivation":"from H2673 (חָצָה)lemma חָעָה ayin, corrected to חָצָה;","strongs_definition":"the middle (of the night)","kjv_definition":"mid(-night)."} +{"id":"H2677","strongs_number":"H2677","system":"hebrew","language":"hebrew","number_value":2677,"lemma":"חֵצִי","transliteration":"chêtsîy","pronunciation":"khay-tsee'","derivation":"from H2673 (חָצָה)lemma חָעָה ayin, corrected to חָצָה;","strongs_definition":"the half or middle","kjv_definition":"half, middle, mid(-night), midst, part, two parts."} +{"id":"H2678","strongs_number":"H2678","system":"hebrew","language":"hebrew","number_value":2678,"lemma":"חִצִּי","transliteration":"chitstsîy","pronunciation":"khits-tsee'","derivation":"or חֵצִי; prolongation from H2671 (חֵץ);","strongs_definition":"an arrow","kjv_definition":"arrow."} +{"id":"H2679","strongs_number":"H2679","system":"hebrew","language":"hebrew","number_value":2679,"lemma":"חֲצִי הַמְּנֻחוֹת","transliteration":"Chătsîy ham-Mᵉnuchôwth","pronunciation":"chat-tsee' hammen-oo-khoth'","derivation":"from H2677 (חֵצִי) and the plural of H4496 (מְנוּחָה), with the article interposed; midst of the resting-places;","strongs_definition":"Chatsi-ham-Menuchoth, an Israelite","kjv_definition":"half of the Manahethites."} +{"id":"H2680","strongs_number":"H2680","system":"hebrew","language":"hebrew","number_value":2680,"lemma":"חֲצִי הַמְּנַחְתִּי","transliteration":"Chătsîy ham-Mᵉnachtîy","pronunciation":"khat-see' ham-menakh-tee'","derivation":"patronymically from H2679 (חֲצִי הַמְּנֻחוֹת);","strongs_definition":"a Chatsi-ham-Menachtite or descendant of Chatsi-ham-Menuchoth","kjv_definition":"half of the Manahethites."} +{"id":"H2681","strongs_number":"H2681","system":"hebrew","language":"hebrew","number_value":2681,"lemma":"חָצִיר","transliteration":"châtsîyr","pronunciation":"khaw-tseer'","derivation":"a collateral form of H2691 (חָצֵר);","strongs_definition":"a court or abode","kjv_definition":"court."} +{"id":"H2682","strongs_number":"H2682","system":"hebrew","language":"hebrew","number_value":2682,"lemma":"חָצִיר","transliteration":"châtsîyr","pronunciation":"khaw-tseer'","derivation":"perhaps originally the same as H2681 (חָצִיר), from the greenness of a courtyard;","strongs_definition":"grass; also a leek (collectively)","kjv_definition":"grass, hay, herb, leek."} +{"id":"H2683","strongs_number":"H2683","system":"hebrew","language":"hebrew","number_value":2683,"lemma":"חֵצֶן","transliteration":"chêtsen","pronunciation":"khay'-tsen","derivation":"from an unused root meaning to hold firmly;","strongs_definition":"the bosom (as comprised between the arms)","kjv_definition":"bosom."} +{"id":"H2684","strongs_number":"H2684","system":"hebrew","language":"hebrew","number_value":2684,"lemma":"חֹצֶן","transliteration":"chôtsen","pronunciation":"kho'tsen","derivation":"a collateral form of H2683 (חֵצֶן), and meaning the same","strongs_definition":"{the bosom (as comprised between the arms)}","kjv_definition":"arm, lap."} +{"id":"H2685","strongs_number":"H2685","system":"hebrew","language":"hebrew","number_value":2685,"lemma":"חֲצַף","transliteration":"chătsaph","pronunciation":"khats-af'","derivation":"(Aramaic) a primitive root;","strongs_definition":"properly, to shear or cut close; figuratively, to be severe","kjv_definition":"hasty, be urgent."} +{"id":"H2686","strongs_number":"H2686","system":"hebrew","language":"hebrew","number_value":2686,"lemma":"חָצַץ","transliteration":"châtsats","pronunciation":"khaw-tsats'","derivation":"a primitive root (compare H2673 (חָצָה)lemma חָעָה ayin, corrected to חָצָה); also as denominative from H2671 (חֵץ)","strongs_definition":"properly, to chop into, pierce or sever; hence, to curtail, to distribute (into ranks); to shoot an arrow","kjv_definition":"archer, [idiom] bands, cut off in the midst."} +{"id":"H2687","strongs_number":"H2687","system":"hebrew","language":"hebrew","number_value":2687,"lemma":"חָצָץ","transliteration":"châtsâts","pronunciation":"khaw-tsawts'","derivation":"from H2687 (חָצָץ); also like H2671 (חֵץ)","strongs_definition":"properly, something cutting; hence, gravel (as grit); an arrow","kjv_definition":"arrow, gravel (stone)."} +{"id":"H2688","strongs_number":"H2688","system":"hebrew","language":"hebrew","number_value":2688,"lemma":"חַצְצוֹן תָּמָר","transliteration":"Chatsᵉtsôwn Tâmâr","pronunciation":"khats-ets-one' taw-mawr'","derivation":"or חַצֲצֹן תָּמָר; from H2686 (חָצַץ) and H8558 (תָּמָר); division (i.e. perhaps row) of (the) palm-tree;","strongs_definition":"Chatsetson-tamar, a place in Palestine","kjv_definition":"Hazezon-tamar."} +{"id":"H2689","strongs_number":"H2689","system":"hebrew","language":"hebrew","number_value":2689,"lemma":"חֲצֹצְרָה","transliteration":"chătsôtsᵉrâh","pronunciation":"khats-o-tser-aw'","derivation":"by reduplication from H2690 (חָצַר);","strongs_definition":"a trumpet (from its sundered or quavering note)","kjv_definition":"trumpet(-er)."} +{"id":"H2690","strongs_number":"H2690","system":"hebrew","language":"hebrew","number_value":2690,"lemma":"חָצַר","transliteration":"châtsar","pronunciation":"khaw-tsar'","derivation":"a primitive root; properly, to surround with a stockade, and thus separate from the open country; but used only in the reduplicated form חֲצֹצֵר; or (2 Chronicles 5:12) חֲצֹרֵר; as dem. from H2689 (חֲצֹצְרָה);","strongs_definition":"to trumpet, i.e. blow on that instrument","kjv_definition":"blow, sound, trumpeter."} +{"id":"H2691","strongs_number":"H2691","system":"hebrew","language":"hebrew","number_value":2691,"lemma":"חָצֵר","transliteration":"châtsêr","pronunciation":"khaw-tsare'","derivation":"(masculine and feminine); from H2690 (חָצַר) in its original sense;","strongs_definition":"a yard (as inclosed by a fence); also a hamlet (as similarly surrounded with walls)","kjv_definition":"court, tower, village."} +{"id":"H2692","strongs_number":"H2692","system":"hebrew","language":"hebrew","number_value":2692,"lemma":"חֲצַר אַדָּר","transliteration":"Chătsar ʼAddâr","pronunciation":"khats-ar' addawr'","derivation":"from H2691 (חָצֵר) and H146 (אַדָּר); (the) village of Addar;","strongs_definition":"Chatsar-Addar, a place in Palestine","kjv_definition":"Hazar-addar."} +{"id":"H2693","strongs_number":"H2693","system":"hebrew","language":"hebrew","number_value":2693,"lemma":"חֲצַר גַּדָּה","transliteration":"Chătsar Gaddâh","pronunciation":"khats-ar' gad-daw'","derivation":"from H2691 (חָצֵר) and a feminine of H1408 (גַּד); (the) village of (female) Fortune;","strongs_definition":"Chatsar-Gaddah, a place in Palestine","kjv_definition":"Hazar-gaddah."} +{"id":"H2694","strongs_number":"H2694","system":"hebrew","language":"hebrew","number_value":2694,"lemma":"חֲצַר הַתִּיכוֹן","transliteration":"Chătsar hat-Tîykôwn","pronunciation":"khats-ar' hat-tee-kone'","derivation":"from H2691 (חָצֵר) and H8484 (תִּיכוֹן) with the article interposed; village of the middle;","strongs_definition":"Chatsar-hat-Tikon, a place in Palestine","kjv_definition":"Hazar-hatticon."} +{"id":"H2695","strongs_number":"H2695","system":"hebrew","language":"hebrew","number_value":2695,"lemma":"חֶצְרוֹ","transliteration":"Chetsrôw","pronunciation":"khets-ro'","derivation":"by an orthographical variation for H2696 (חֶצְרוֹן); enclosure;","strongs_definition":"Chetsro, an Israelite","kjv_definition":"Hezro, Hezrai."} +{"id":"H2696","strongs_number":"H2696","system":"hebrew","language":"hebrew","number_value":2696,"lemma":"חֶצְרוֹן","transliteration":"Chetsrôwn","pronunciation":"khets-rone'","derivation":"from H2691 (חָצֵר); court-yard;","strongs_definition":"Chetsron, the name of a place in Palestine; also of two Israelites","kjv_definition":"Hezron."} +{"id":"H2697","strongs_number":"H2697","system":"hebrew","language":"hebrew","number_value":2697,"lemma":"חֶצְרוֹנִי","transliteration":"Chetsrôwnîy","pronunciation":"khets-ro-nee'","derivation":"patronymically from H2696 (חֶצְרוֹן);","strongs_definition":"a Chetsronite or (collectively) descendants of Chetsron","kjv_definition":"Hezronites."} +{"id":"H2698","strongs_number":"H2698","system":"hebrew","language":"hebrew","number_value":2698,"lemma":"חֲצֵרוֹת","transliteration":"Chătsêrôwth","pronunciation":"khats-ay-roth'","derivation":"feminine plural of H2691 (חָצֵר); yards;","strongs_definition":"Chatseroth, a place in Palestine","kjv_definition":"Hazeroth."} +{"id":"H2699","strongs_number":"H2699","system":"hebrew","language":"hebrew","number_value":2699,"lemma":"חֲצֵרִים","transliteration":"Chătsêrîym","pronunciation":"khats-ay-reem'","derivation":"plural masculine of H2691 (חָצֵר); yards;","strongs_definition":"Chatserim, a place in Palestine","kjv_definition":"Hazerim."} +{"id":"H2700","strongs_number":"H2700","system":"hebrew","language":"hebrew","number_value":2700,"lemma":"חֲצַרְמָוֶת","transliteration":"Chătsarmâveth","pronunciation":"khats-ar-maw'-veth","derivation":"from H2691 (חָצֵר) and H4194 (מָוֶת); village of death;","strongs_definition":"Chatsarmaveth, a place in Arabia","kjv_definition":"Hazarmaveth."} +{"id":"H2701","strongs_number":"H2701","system":"hebrew","language":"hebrew","number_value":2701,"lemma":"חֲצַר סוּסָה","transliteration":"Chătsar Çûwçâh","pronunciation":"khats-ar'soo-saw'","derivation":"from H2691 (חָצֵר) and H5484 (סוּסָה); village of cavalry;","strongs_definition":"Chatsar-Susah, a place in Palestine","kjv_definition":"Hazar-susah."} +{"id":"H2702","strongs_number":"H2702","system":"hebrew","language":"hebrew","number_value":2702,"lemma":"חֲצַר סוּסִים","transliteration":"Chătsar Çûwçîym","pronunciation":"khats-ar' soo-seem'","derivation":"from H2691 (חָצֵר) and the plural of H5483 (סוּס); village of horses;","strongs_definition":"Chatsar-Susim, a place in Palestine","kjv_definition":"Hazar-susim."} +{"id":"H2703","strongs_number":"H2703","system":"hebrew","language":"hebrew","number_value":2703,"lemma":"חֲצַר עֵינוֹן","transliteration":"Chătsar ʻÊynôwn","pronunciation":"khats-ar' ay-none'","derivation":"from H2691 (חָצֵר) and a derivative of H5869 (עַיִן); village of springs;","strongs_definition":"Chatsar-Enon, a place in Palestine","kjv_definition":"Hazar-enon."} +{"id":"H2704","strongs_number":"H2704","system":"hebrew","language":"hebrew","number_value":2704,"lemma":"חֲצַר עֵינָן","transliteration":"Chătsar ʻÊynân","pronunciation":"khats-ar' ay-nawn'","derivation":"from H2691 (חָצֵר) and the same as H5881 (עֵינָן); village of springs;","strongs_definition":"Chatsar-Enan, a place in Palestine","kjv_definition":"Hazar-enan."} +{"id":"H2705","strongs_number":"H2705","system":"hebrew","language":"hebrew","number_value":2705,"lemma":"חֲצַר שׁוּעָל","transliteration":"Chătsar Shûwʻâl","pronunciation":"khats-ar' shoo-awl'","derivation":"from H2691 (חָצֵר) and H7776 (שׁוּעָל); village of (the) fox;","strongs_definition":"Chatsar-Shual, a place in Palestine","kjv_definition":"Hazar-shual."} +{"id":"H2706","strongs_number":"H2706","system":"hebrew","language":"hebrew","number_value":2706,"lemma":"חֹק","transliteration":"chôq","pronunciation":"khoke","derivation":"from H2710 (חָקַק);","strongs_definition":"an enactment; hence, an appointment (of time, space, quantity, labor or usage)","kjv_definition":"appointed, bound, commandment, convenient, custom, decree(-d), due, law, measure, [idiom] necessary, ordinance(-nary), portion, set time, statute, task."} +{"id":"H2707","strongs_number":"H2707","system":"hebrew","language":"hebrew","number_value":2707,"lemma":"חָקָה","transliteration":"châqâh","pronunciation":"khaw-kaw'","derivation":"a primitive root;","strongs_definition":"to carve; by implication, to delineate; also to entrench","kjv_definition":"carved work, portrayed, set a print."} +{"id":"H2708","strongs_number":"H2708","system":"hebrew","language":"hebrew","number_value":2708,"lemma":"חֻקָּה","transliteration":"chuqqâh","pronunciation":"khook-kaw'","derivation":"feminine of H2706 (חֹק), and meaning substantially the same","strongs_definition":"{an enactment; hence, an appointment (of time, space, quantity, labor or usage)}","kjv_definition":"appointed, custom, manner, ordinance, site, statute."} +{"id":"H2709","strongs_number":"H2709","system":"hebrew","language":"hebrew","number_value":2709,"lemma":"חֲקוּפָא","transliteration":"Chăqûwphâʼ","pronunciation":"khah-oo-faw'","derivation":"from an unused root probably meaning to bend; crooked;","strongs_definition":"Chakupha, one of the Nethinim","kjv_definition":"Hakupha."} +{"id":"H2710","strongs_number":"H2710","system":"hebrew","language":"hebrew","number_value":2710,"lemma":"חָקַק","transliteration":"châqaq","pronunciation":"khaw-kak'","derivation":"a primitive root;","strongs_definition":"properly, to hack, i.e. engrave (Judges 5:14, to be a scribe simply); by implication, to enact (laws being cut in stone or metal tablets in primitive times) or (gen.) prescribe","kjv_definition":"appoint, decree, governor, grave, lawgiver, note, pourtray, print, set."} +{"id":"H2711","strongs_number":"H2711","system":"hebrew","language":"hebrew","number_value":2711,"lemma":"חֵקֶק","transliteration":"chêqeq","pronunciation":"khay'-kek","derivation":"from H2710 (חָקַק);","strongs_definition":"an enactment, a resolution","kjv_definition":"decree, thought."} +{"id":"H2712","strongs_number":"H2712","system":"hebrew","language":"hebrew","number_value":2712,"lemma":"חֻקֹּק","transliteration":"Chuqqôq","pronunciation":"Khook-koke'","derivation":"or (fully) חוּקֹק; from H2710 (חָקַק); appointed;","strongs_definition":"Chukkok or Chukok, a place in Palestine","kjv_definition":"Hukkok, Hukok."} +{"id":"H2713","strongs_number":"H2713","system":"hebrew","language":"hebrew","number_value":2713,"lemma":"חָקַר","transliteration":"châqar","pronunciation":"khaw-kar'","derivation":"a primitive root;","strongs_definition":"properly, to penetrate; hence, to examine intimately","kjv_definition":"find out, (make) search (out), seek (out), sound, try."} +{"id":"H2714","strongs_number":"H2714","system":"hebrew","language":"hebrew","number_value":2714,"lemma":"חֵקֶר","transliteration":"chêqer","pronunciation":"khay'-ker","derivation":"from H2713 (חָקַר);","strongs_definition":"examination, enumeration, deliberation","kjv_definition":"finding out, number, (un-) search(-able, -ed, out, -ing)."} +{"id":"H2715","strongs_number":"H2715","system":"hebrew","language":"hebrew","number_value":2715,"lemma":"חֹר","transliteration":"chôr","pronunciation":"khore","derivation":"or (fully) חוֹר; from H2787 (חָרַר); (compare H2751 (חֹרִי))","strongs_definition":"properly, white or pure (from the cleansing or shining power of fire; hence (figuratively) noble (in rank)","kjv_definition":"noble."} +{"id":"H2716","strongs_number":"H2716","system":"hebrew","language":"hebrew","number_value":2716,"lemma":"חֶרֶא","transliteration":"chereʼ","pronunciation":"kheh'-reh","derivation":"from an unused (and vulgar) root probably meaning to evacuate the bowels;","strongs_definition":"excrement","kjv_definition":"dung. Also חֲרִי."} +{"id":"H2717","strongs_number":"H2717","system":"hebrew","language":"hebrew","number_value":2717,"lemma":"חָרַב","transliteration":"chârab","pronunciation":"khaw-rab'","derivation":"or חֲרֵב; a primitive root;","strongs_definition":"to parch (through drought) i.e. (by analogy,) to desolate, destroy, kill","kjv_definition":"decay, (be) desolate, destroy(-er), (be) dry (up), slay, [idiom] surely, (lay, lie, make) waste."} +{"id":"H2718","strongs_number":"H2718","system":"hebrew","language":"hebrew","number_value":2718,"lemma":"חֲרַב","transliteration":"chărab","pronunciation":"khar-ab'","derivation":"(Aramaic) a root corresponding to H2717 (חָרַב);","strongs_definition":"to demolish","kjv_definition":"destroy."} +{"id":"H2719","strongs_number":"H2719","system":"hebrew","language":"hebrew","number_value":2719,"lemma":"חֶרֶב","transliteration":"chereb","pronunciation":"kheh'-reb","derivation":"from H2717 (חָרַב);","strongs_definition":"drought; also a cutting instrument (from its destructive effect), as a knife, sword, or other sharp implement","kjv_definition":"axe, dagger, knife, mattock, sword, tool."} +{"id":"H2720","strongs_number":"H2720","system":"hebrew","language":"hebrew","number_value":2720,"lemma":"חָרֵב","transliteration":"chârêb","pronunciation":"khaw-rabe'","derivation":"from H2717 (חָרַב);","strongs_definition":"parched or ruined","kjv_definition":"desolate, dry, waste."} +{"id":"H2721","strongs_number":"H2721","system":"hebrew","language":"hebrew","number_value":2721,"lemma":"חֹרֶב","transliteration":"chôreb","pronunciation":"kho'-reb","derivation":"a collaterally form of H2719 (חֶרֶב);","strongs_definition":"drought or desolation","kjv_definition":"desolation, drought, dry, heat, [idiom] utterly, waste."} +{"id":"H2722","strongs_number":"H2722","system":"hebrew","language":"hebrew","number_value":2722,"lemma":"חֹרֵב","transliteration":"Chôrêb","pronunciation":"kho-rabe'","derivation":"from H2717 (חָרַב); desolate;","strongs_definition":"Choreb, a (generic) name for the Sinaitic mountains","kjv_definition":"Horeb."} +{"id":"H2723","strongs_number":"H2723","system":"hebrew","language":"hebrew","number_value":2723,"lemma":"חׇרְבָּה","transliteration":"chorbâh","pronunciation":"khor-baw'","derivation":"feminine of H2721 (חֹרֶב);","strongs_definition":"properly, drought, i.e. (by implication) a desolation","kjv_definition":"decayed place, desolate (place, -tion), destruction, (laid) waste (place)."} +{"id":"H2724","strongs_number":"H2724","system":"hebrew","language":"hebrew","number_value":2724,"lemma":"חָרָבָה","transliteration":"chârâbâh","pronunciation":"khaw-raw-baw'","derivation":"feminine of H2720 (חָרֵב);","strongs_definition":"a desert","kjv_definition":"dry (ground, land)."} +{"id":"H2725","strongs_number":"H2725","system":"hebrew","language":"hebrew","number_value":2725,"lemma":"חֲרָבוֹן","transliteration":"chărâbôwn","pronunciation":"khar-aw-bone'","derivation":"from H2717 (חָרַב);","strongs_definition":"parching heat","kjv_definition":"drought."} +{"id":"H2726","strongs_number":"H2726","system":"hebrew","language":"hebrew","number_value":2726,"lemma":"חַרְבוֹנָא","transliteration":"Charbôwnâʼ","pronunciation":"khar-bo-naw'","derivation":"or חַרְבוֹנָה; of Persian origin;","strongs_definition":"Charbona or Charbonah, a eunuch of Xerxes","kjv_definition":"Harbona, Harbonah."} +{"id":"H2727","strongs_number":"H2727","system":"hebrew","language":"hebrew","number_value":2727,"lemma":"חָרַג","transliteration":"chârag","pronunciation":"khaw-rag'","derivation":"a primitive root;","strongs_definition":"properly, to leap suddenly, i.e. (by implication) to be dismayed","kjv_definition":"be afraid."} +{"id":"H2728","strongs_number":"H2728","system":"hebrew","language":"hebrew","number_value":2728,"lemma":"חָרְגֹּל","transliteration":"chârᵉgôl","pronunciation":"khar-gole'","derivation":"from H2727 (חָרַג);","strongs_definition":"the leaping insect, i.e. a locust","kjv_definition":"beetle."} +{"id":"H2729","strongs_number":"H2729","system":"hebrew","language":"hebrew","number_value":2729,"lemma":"חָרַד","transliteration":"chârad","pronunciation":"khaw-rad'","derivation":"a primitive root;","strongs_definition":"to shudder with terror; hence, to fear; also to hasten (with anxiety)","kjv_definition":"be (make) afraid, be careful, discomfit, fray (away), quake, tremble."} +{"id":"H2730","strongs_number":"H2730","system":"hebrew","language":"hebrew","number_value":2730,"lemma":"חָרֵד","transliteration":"chârêd","pronunciation":"khaw-rade'","derivation":"from H2729 (חָרַד);","strongs_definition":"fearful; also reverential","kjv_definition":"afraid, trembling."} +{"id":"H2731","strongs_number":"H2731","system":"hebrew","language":"hebrew","number_value":2731,"lemma":"חֲרָדָה","transliteration":"chărâdâh","pronunciation":"khar-aw-daw'","derivation":"feminine of H2730 (חָרֵד);","strongs_definition":"fear, anxiety","kjv_definition":"care, [idiom] exceedingly, fear, quaking, trembling."} +{"id":"H2732","strongs_number":"H2732","system":"hebrew","language":"hebrew","number_value":2732,"lemma":"חֲרָדָה","transliteration":"Chărâdâh","pronunciation":"khar-aw-daw'","derivation":"the same as H2731 (חֲרָדָה);","strongs_definition":"Charadah, a place in the Desert","kjv_definition":"Haradah."} +{"id":"H2733","strongs_number":"H2733","system":"hebrew","language":"hebrew","number_value":2733,"lemma":"חֲרֹדִי","transliteration":"Chărôdîy","pronunciation":"khar-o-dee'","derivation":"patrial from a derivative of H2729 (חָרַד) (compare H5878 (עֵין חֲרֹד));","strongs_definition":"a Charodite, or inhabitant of Charod","kjv_definition":"Harodite."} +{"id":"H2734","strongs_number":"H2734","system":"hebrew","language":"hebrew","number_value":2734,"lemma":"חָרָה","transliteration":"chârâh","pronunciation":"khaw-raw'","derivation":"a primitive root (compare H2787 (חָרַר));","strongs_definition":"to glow or grow warm; figuratively (usually) to blaze up, of anger, zeal, jealousy","kjv_definition":"be angry, burn, be displeased, [idiom] earnestly, fret self, grieve, be (wax) hot, be incensed, kindle, [idiom] very, be wroth. See H8474 (תַּחָרָה)."} +{"id":"H2735","strongs_number":"H2735","system":"hebrew","language":"hebrew","number_value":2735,"lemma":"חֹר הַגִּדְגָּד","transliteration":"Chôr hag-Gidgâd","pronunciation":"khore hag-ghid-gawd'","derivation":"from H2356 (חוֹר) and a collateral (masculine) form of H1412 (גֻּדְגֹּדָה), with the article interposed; hole of the cleft;","strongs_definition":"Chor-hag-Gidgad, a place in the Desert","kjv_definition":"Hor-hagidgad."} +{"id":"H2736","strongs_number":"H2736","system":"hebrew","language":"hebrew","number_value":2736,"lemma":"חַרְהֲיָה","transliteration":"Charhăyâh","pronunciation":"khar-hah-yaw'","derivation":"; from H2734 (חָרָה) and H3050 (יָהּ); fearing Jah;","strongs_definition":"Charhajah, an Israelite","kjv_definition":"Harhaiah."} +{"id":"H2737","strongs_number":"H2737","system":"hebrew","language":"hebrew","number_value":2737,"lemma":"חָרוּז","transliteration":"chârûwz","pronunciation":"khaw-rooz'","derivation":"from an unused root meaning to perforate;","strongs_definition":"properly, pierced, i.e. a bead of pearl, gems or jewels (as strung)","kjv_definition":"chain."} +{"id":"H2738","strongs_number":"H2738","system":"hebrew","language":"hebrew","number_value":2738,"lemma":"חָרוּל","transliteration":"chârûwl","pronunciation":"khaw-rool'","derivation":"or (shortened) חָרֻל; apparently, a passive participle of an unused root probably meaning to be prickly;","strongs_definition":"properly, pointed, i.e. a bramble or other thorny weed","kjv_definition":"nettle."} +{"id":"H2739","strongs_number":"H2739","system":"hebrew","language":"hebrew","number_value":2739,"lemma":"חֲרוּמַף","transliteration":"chărûwmaph","pronunciation":"khar-oo-maf'","derivation":"from passive participle of H2763 (חָרַם) and H639 (אַף); snub-nosed;","strongs_definition":"Charumaph, an Israelite","kjv_definition":"Harumaph."} +{"id":"H2740","strongs_number":"H2740","system":"hebrew","language":"hebrew","number_value":2740,"lemma":"חָרוֹן","transliteration":"chârôwn","pronunciation":"khaw-rone'","derivation":"or (shortened) חָרֹן; from H2734 (חָרָה);","strongs_definition":"a burning of anger","kjv_definition":"sore displeasure, fierce(-ness), fury, (fierce) wrath(-ful)."} +{"id":"H2741","strongs_number":"H2741","system":"hebrew","language":"hebrew","number_value":2741,"lemma":"חֲרוּפִי","transliteration":"Chărûwphîy","pronunciation":"khar-oo-fee'","derivation":"a patrial from (probably) a collateral form of H2756 (חָרִיף);","strongs_definition":"a Charuphite or inhabitant of Charuph (or Chariph)","kjv_definition":"Haruphite."} +{"id":"H2742","strongs_number":"H2742","system":"hebrew","language":"hebrew","number_value":2742,"lemma":"חֲרוּץ","transliteration":"chărûwts","pronunciation":"khaw-roots'","derivation":"or חָרֻץ; passive participle of H2782 (חָרַץ);","strongs_definition":"properly, incised or (active) incisive; hence (as noun masculine or feminine) a trench (as dug), gold (as mined), a threshing-sledge (having sharp teeth); (figuratively) determination; also eager","kjv_definition":"decision, diligent, (fine) gold, pointed things, sharp, threshing instrument, wall."} +{"id":"H2743","strongs_number":"H2743","system":"hebrew","language":"hebrew","number_value":2743,"lemma":"חָרוּץ","transliteration":"Chârûwts","pronunciation":"khaw-roots'","derivation":"the same as H2742 (חֲרוּץ); earnest;","strongs_definition":"Charuts, an Israelite","kjv_definition":"Haruz."} +{"id":"H2744","strongs_number":"H2744","system":"hebrew","language":"hebrew","number_value":2744,"lemma":"חַרְחוּר","transliteration":"Charchûwr","pronunciation":"khar-khoor'","derivation":"a fuller form of H2746 (חַרְחֻר); inflammation;","strongs_definition":"Charchur, one of the Nethinim","kjv_definition":"Harhur."} +{"id":"H2745","strongs_number":"H2745","system":"hebrew","language":"hebrew","number_value":2745,"lemma":"חַרְחַס","transliteration":"Charchaç","pronunciation":"khar-khas'","derivation":"from the same as H2775 (חֶרֶס); perhaps shining;","strongs_definition":"Charchas, an Israelite","kjv_definition":"Harhas."} +{"id":"H2746","strongs_number":"H2746","system":"hebrew","language":"hebrew","number_value":2746,"lemma":"חַרְחֻר","transliteration":"charchur","pronunciation":"khar-khoor'","derivation":"from H2787 (חָרַר);","strongs_definition":"fever (as hot)","kjv_definition":"extreme burning."} +{"id":"H2747","strongs_number":"H2747","system":"hebrew","language":"hebrew","number_value":2747,"lemma":"חֶרֶט","transliteration":"chereṭ","pronunciation":"kheh'-ret","derivation":"from a primitive root meaning to engrave;","strongs_definition":"a chisel or graver; also a style forwriting","kjv_definition":"graving tool, pen."} +{"id":"H2748","strongs_number":"H2748","system":"hebrew","language":"hebrew","number_value":2748,"lemma":"חַרְטֹם","transliteration":"charṭôm","pronunciation":"khar-tome'","derivation":"from the same as H2747 (חֶרֶט);","strongs_definition":"a horoscopist (as drawing magical lines or circles)","kjv_definition":"magician."} +{"id":"H2749","strongs_number":"H2749","system":"hebrew","language":"hebrew","number_value":2749,"lemma":"חַרְטֹם","transliteration":"charṭôm","pronunciation":"khar-tome'","derivation":"(Aramaic) the same as H2748 (חַרְטֹם)","strongs_definition":"{a horoscopist (as drawing magical lines or circles)}","kjv_definition":"magician."} +{"id":"H2750","strongs_number":"H2750","system":"hebrew","language":"hebrew","number_value":2750,"lemma":"חֳרִי","transliteration":"chŏrîy","pronunciation":"khor-ee'","derivation":"from H2734 (חָרָה);","strongs_definition":"a burning (i.e. intense) anger","kjv_definition":"fierce, [idiom] great, heat."} +{"id":"H2751","strongs_number":"H2751","system":"hebrew","language":"hebrew","number_value":2751,"lemma":"חֹרִי","transliteration":"chôrîy","pronunciation":"kho-ree'","derivation":"from the same as H2353 (חוּר);","strongs_definition":"white bread","kjv_definition":"white."} +{"id":"H2752","strongs_number":"H2752","system":"hebrew","language":"hebrew","number_value":2752,"lemma":"חֹרִי","transliteration":"Chôrîy","pronunciation":"kho-ree'","derivation":"from H2356 (חוֹר); cave-dweller or troglodyte;","strongs_definition":"a Chorite or aboriginal Idumaean","kjv_definition":"Horims, Horites."} +{"id":"H2753","strongs_number":"H2753","system":"hebrew","language":"hebrew","number_value":2753,"lemma":"חֹרִי","transliteration":"Chôrîy","pronunciation":"kho-ree'","derivation":"or חוֹרִי; the same as H2752 (חֹרִי);","strongs_definition":"Chori, the name of two men","kjv_definition":"Hori."} +{"id":"H2754","strongs_number":"H2754","system":"hebrew","language":"hebrew","number_value":2754,"lemma":"חָרִיט","transliteration":"chârîyṭ","pronunciation":"khaw-reet'","derivation":"or חָרִט; from the same as H2747 (חֶרֶט);","strongs_definition":"properly, cut out (or hollow), i.e. (by implication) a pocket","kjv_definition":"bag, crisping pin."} +{"id":"H2755","strongs_number":"H2755","system":"hebrew","language":"hebrew","number_value":2755,"lemma":"חֲרֵי־יוֹנִים","transliteration":"chărêy-yôwnîym","pronunciation":"khar-ay'-yo-neem'","derivation":"from the plural of H2716 (חֶרֶא) and the plural of H3123 (יוֹנָה); or perhaps rather the plural of a single word חֲרָאיוֹן, probably a kind of vegetable","strongs_definition":"excrements of doves {or a vegetable}","kjv_definition":"doves' dung."} +{"id":"H2756","strongs_number":"H2756","system":"hebrew","language":"hebrew","number_value":2756,"lemma":"חָרִיף","transliteration":"Chârîyph","pronunciation":"khaw-reef'","derivation":"from H2778 (חָרַף); autumnal;","strongs_definition":"Chariph, the name of two Israelites","kjv_definition":"Hariph."} +{"id":"H2757","strongs_number":"H2757","system":"hebrew","language":"hebrew","number_value":2757,"lemma":"חָרִיץ","transliteration":"chârîyts","pronunciation":"khaw-reets'","derivation":"or חֲרִץ; from H2782 (חָרַץ); (compare H2742 (חֲרוּץ))","strongs_definition":"properly, incisure or (passively) incised; hence, a threshing-sledge (with sharp teeth); also a slice (as cut)","kjv_definition":"[phrase] cheese, harrow."} +{"id":"H2758","strongs_number":"H2758","system":"hebrew","language":"hebrew","number_value":2758,"lemma":"חָרִישׁ","transliteration":"chârîysh","pronunciation":"khaw-reesh'","derivation":"from H2790 (חָרַשׁ);","strongs_definition":"ploughing or its season","kjv_definition":"earing (time), ground."} +{"id":"H2759","strongs_number":"H2759","system":"hebrew","language":"hebrew","number_value":2759,"lemma":"חֲרִישִׁי","transliteration":"chărîyshîy","pronunciation":"khar-ee-shee'","derivation":"from H2790 (חָרַשׁ) in the sense of silence;","strongs_definition":"quiet, i.e. sultry (as feminine noun, the sirocco or hot east wind)","kjv_definition":"vehement."} +{"id":"H2760","strongs_number":"H2760","system":"hebrew","language":"hebrew","number_value":2760,"lemma":"חָרַךְ","transliteration":"chârak","pronunciation":"khaw-rak'","derivation":"a primitive root;","strongs_definition":"to braid (i.e. to entangle or snare) or catch (game) in anet","kjv_definition":"roast."} +{"id":"H2761","strongs_number":"H2761","system":"hebrew","language":"hebrew","number_value":2761,"lemma":"חֲרַךְ","transliteration":"chărak","pronunciation":"khar-ak'","derivation":"(Aramaic) a root probably allied to the equivalent of H2787 (חָרַר);","strongs_definition":"to scorch","kjv_definition":"singe."} +{"id":"H2762","strongs_number":"H2762","system":"hebrew","language":"hebrew","number_value":2762,"lemma":"חֶרֶךְ","transliteration":"cherek","pronunciation":"kheh'-rek","derivation":"from H2760 (חָרַךְ);","strongs_definition":"properly, a net, i.e. (by analogy) lattice","kjv_definition":"lattice."} +{"id":"H2763","strongs_number":"H2763","system":"hebrew","language":"hebrew","number_value":2763,"lemma":"חָרַם","transliteration":"châram","pronunciation":"khaw-ram'","derivation":"a primitive root;","strongs_definition":"to seclude; specifically (by a ban) to devote to religious uses (especially destruction); physical and reflexive, to be blunt as to the nose","kjv_definition":"make accursed, consecrate, (utterly) destroy, devote, forfeit, have a flat nose, utterly (slay, make away)."} +{"id":"H2764","strongs_number":"H2764","system":"hebrew","language":"hebrew","number_value":2764,"lemma":"חֵרֶם","transliteration":"chêrem","pronunciation":"khay'-rem","derivation":"or (Zechariah 14:11) חֶרֶם; from H2763 (חָרַם);","strongs_definition":"physical (as shutting in) a net (either literally or figuratively); usually a doomed object; abstractly extermination","kjv_definition":"(ac-) curse(-d, -d thing), dedicated thing, things which should have been utterly destroyed, (appointed to) utter destruction, devoted (thing), net."} +{"id":"H2765","strongs_number":"H2765","system":"hebrew","language":"hebrew","number_value":2765,"lemma":"חֳרֵם","transliteration":"Chŏrêm","pronunciation":"khor-ame'","derivation":"from H2763 (חָרַם); devoted;","strongs_definition":"Chorem, a place in Palestine","kjv_definition":"Horem."} +{"id":"H2766","strongs_number":"H2766","system":"hebrew","language":"hebrew","number_value":2766,"lemma":"חָרִם","transliteration":"Chârim","pronunciation":"khaw-reem'","derivation":"from H2763 (חָרַם); snub-nosed;","strongs_definition":"Charim, an Israelite","kjv_definition":"Harim."} +{"id":"H2767","strongs_number":"H2767","system":"hebrew","language":"hebrew","number_value":2767,"lemma":"חׇרְמָה","transliteration":"Chormâh","pronunciation":"khor-maw'","derivation":"from H2763 (חָרַם); devoted;","strongs_definition":"Chormah, a place in Palestine","kjv_definition":"Hormah."} +{"id":"H2768","strongs_number":"H2768","system":"hebrew","language":"hebrew","number_value":2768,"lemma":"חֶרְמוֹן","transliteration":"Chermôwn","pronunciation":"kher-mone'","derivation":"from H2763 (חָרַם); abrupt;","strongs_definition":"Chermon, a mount of Palestine","kjv_definition":"Hermon."} +{"id":"H2769","strongs_number":"H2769","system":"hebrew","language":"hebrew","number_value":2769,"lemma":"חֶרְמוֹנִים","transliteration":"Chermôwnîym","pronunciation":"kher-mo-neem'","derivation":"plural of H2768 (חֶרְמוֹן);","strongs_definition":"Hermons, i.e. its peaks","kjv_definition":"the Hermonites."} +{"id":"H2770","strongs_number":"H2770","system":"hebrew","language":"hebrew","number_value":2770,"lemma":"חֶרְמֵשׁ","transliteration":"chermêsh","pronunciation":"kher-mashe'","derivation":"from H2763 (חָרַם);","strongs_definition":"a sickle (as cutting)","kjv_definition":"sickle."} +{"id":"H2771","strongs_number":"H2771","system":"hebrew","language":"hebrew","number_value":2771,"lemma":"חָרָן","transliteration":"Chârân","pronunciation":"kaw-rawn'","derivation":"from H2787 (חָרַר); parched;","strongs_definition":"Charan, the name of a man and also of a place","kjv_definition":"Haran."} +{"id":"H2772","strongs_number":"H2772","system":"hebrew","language":"hebrew","number_value":2772,"lemma":"חֹרֹנִי","transliteration":"Chôrônîy","pronunciation":"kho-ro-nee'","derivation":"patrial from H2773 (חֹרֹנַיִם);","strongs_definition":"a Choronite or inhabitant of Choronaim","kjv_definition":"Horonite."} +{"id":"H2773","strongs_number":"H2773","system":"hebrew","language":"hebrew","number_value":2773,"lemma":"חֹרֹנַיִם","transliteration":"Chôrônayim","pronunciation":"kho-ro-nah'-yim","derivation":"dual of a derivative from H2356 (חוֹר); double cave-town;","strongs_definition":"Choronajim, a place in Moab","kjv_definition":"Horonaim."} +{"id":"H2774","strongs_number":"H2774","system":"hebrew","language":"hebrew","number_value":2774,"lemma":"חַרְנֶפֶר","transliteration":"Charnepher","pronunciation":"khar-neh'fer","derivation":"of uncertain derivation;","strongs_definition":"Charnepher, an Israelite","kjv_definition":"Harnepher."} +{"id":"H2775","strongs_number":"H2775","system":"hebrew","language":"hebrew","number_value":2775,"lemma":"חֶרֶס","transliteration":"chereç","pronunciation":"kheh'-res","derivation":"or (with a directive enclitic) חַרְסָה; from an unused root meaning to scrape; also perhaps from the mediating idea of H2777 (חַרְסוּת)","strongs_definition":"the itch; the sun","kjv_definition":"itch, sun."} +{"id":"H2776","strongs_number":"H2776","system":"hebrew","language":"hebrew","number_value":2776,"lemma":"חֶרֶס","transliteration":"Chereç","pronunciation":"kheh'-res","derivation":"the same as H2775 (חֶרֶס); shining;","strongs_definition":"Cheres, a mountain in Palestine","kjv_definition":"Heres."} +{"id":"H2777","strongs_number":"H2777","system":"hebrew","language":"hebrew","number_value":2777,"lemma":"חַרְסוּת","transliteration":"charçûwth","pronunciation":"khar-sooth'","derivation":"from H2775 (חֶרֶס) (apparently in the sense of a red tile used for scraping);","strongs_definition":"a potsherd, i.e. (by implication) a pottery; the name of a gate at Jerusalem","kjv_definition":"east."} +{"id":"H2778","strongs_number":"H2778","system":"hebrew","language":"hebrew","number_value":2778,"lemma":"חָרַף","transliteration":"châraph","pronunciation":"khaw-raf'","derivation":"a primitive root; also denominative (from H2779 (חֹרֶף))","strongs_definition":"to pull off, i.e. (by implication) to expose (as by stripping); specifically, to betroth (as if a surrender); figuratively, to carp at, i.e. defame; to spend the winter","kjv_definition":"betroth, blaspheme, defy, jeopard, rail, reproach, upbraid."} +{"id":"H2779","strongs_number":"H2779","system":"hebrew","language":"hebrew","number_value":2779,"lemma":"חֹרֶף","transliteration":"chôreph","pronunciation":"kho'-ref","derivation":"from H2778 (חָרַף);","strongs_definition":"properly, the crop gathered, i.e. (by implication) the autumn (and winter) season; figuratively, ripeness of age","kjv_definition":"cold, winter (-house), youth."} +{"id":"H2780","strongs_number":"H2780","system":"hebrew","language":"hebrew","number_value":2780,"lemma":"חָרֵף","transliteration":"Chârêph","pronunciation":"khaw-rafe'","derivation":"from H2778 (חָרַף); reproachful;","strongs_definition":"Chareph, an Israelite","kjv_definition":"Hareph."} +{"id":"H2781","strongs_number":"H2781","system":"hebrew","language":"hebrew","number_value":2781,"lemma":"חֶרְפָּה","transliteration":"cherpâh","pronunciation":"kher-paw'","derivation":"from H2778 (חָרַף);","strongs_definition":"contumely, disgrace, the pudenda","kjv_definition":"rebuke, reproach(-fully), shame."} +{"id":"H2782","strongs_number":"H2782","system":"hebrew","language":"hebrew","number_value":2782,"lemma":"חָרַץ","transliteration":"chârats","pronunciation":"khaw-rats'","derivation":"a primitive root;","strongs_definition":"properly, to point sharply, i.e. (literally) to wound; figuratively, to be alert, to decide","kjv_definition":"bestir self, decide, decree, determine, maim, move."} +{"id":"H2783","strongs_number":"H2783","system":"hebrew","language":"hebrew","number_value":2783,"lemma":"חֲרַץ","transliteration":"chărats","pronunciation":"khar-ats'","derivation":"(Aramaic) from a root corresponding to H2782 (חָרַץ) in the sense of vigor;","strongs_definition":"the loin (as the seat of strength)","kjv_definition":"loin."} +{"id":"H2784","strongs_number":"H2784","system":"hebrew","language":"hebrew","number_value":2784,"lemma":"חַרְצֻבָּה","transliteration":"chartsubbâh","pronunciation":"khar-tsoob-baw'","derivation":"of uncertain derivation;","strongs_definition":"a fetter; figuratively, a pain","kjv_definition":"band."} +{"id":"H2785","strongs_number":"H2785","system":"hebrew","language":"hebrew","number_value":2785,"lemma":"חַרְצַן","transliteration":"chartsan","pronunciation":"kchar-tsan'","derivation":"from H2782 (חָרַץ);","strongs_definition":"a sour grape (as sharp in taste)","kjv_definition":"kernel."} +{"id":"H2786","strongs_number":"H2786","system":"hebrew","language":"hebrew","number_value":2786,"lemma":"חָרַק","transliteration":"châraq","pronunciation":"khaw-rak'","derivation":"a primitive root;","strongs_definition":"to grate the teeth","kjv_definition":"gnash."} +{"id":"H2787","strongs_number":"H2787","system":"hebrew","language":"hebrew","number_value":2787,"lemma":"חָרַר","transliteration":"chârar","pronunciation":"khaw-rar'","derivation":"a primitive root;","strongs_definition":"to glow, i.e. literally (to melt, burn, dry up) or figuratively (to show or incite passion)","kjv_definition":"be angry, burn, dry, kindle."} +{"id":"H2788","strongs_number":"H2788","system":"hebrew","language":"hebrew","number_value":2788,"lemma":"חָרֵר","transliteration":"chârêr","pronunciation":"khaw-rare'","derivation":"from H2787 (חָרַר);","strongs_definition":"arid","kjv_definition":"parched place."} +{"id":"H2789","strongs_number":"H2789","system":"hebrew","language":"hebrew","number_value":2789,"lemma":"חֶרֶשׂ","transliteration":"cheres","pronunciation":"kheh'-res","derivation":"a collateral form mediating between H2775 (חֶרֶס) and H2791 (חֶרֶשׁ);","strongs_definition":"a piece of pottery","kjv_definition":"earth(-en), (pot-) sherd, [phrase] stone."} +{"id":"H2790","strongs_number":"H2790","system":"hebrew","language":"hebrew","number_value":2790,"lemma":"חָרַשׁ","transliteration":"chârash","pronunciation":"khaw-rash'","derivation":"a primitive root;","strongs_definition":"to scratch, i.e. (by implication) to engrave, plough; hence (from the use of tools) to fabricate (of any material); figuratively, to devise (in a bad sense); hence (from the idea of secrecy) to be silent, to let alone; hence (by implication) to be deaf (as an accompaniment of dumbness)","kjv_definition":"[idiom] altogether, cease, conceal, be deaf, devise, ear, graven, imagine, leave off speaking, hold peace, plow(-er, man), be quiet, rest, practise secretly, keep silence, be silent, speak not a word, be still, hold tongue, worker."} +{"id":"H2791","strongs_number":"H2791","system":"hebrew","language":"hebrew","number_value":2791,"lemma":"חֶרֶשׁ","transliteration":"cheresh","pronunciation":"kheh'-resh","derivation":"from H2790 (חָרַשׁ);","strongs_definition":"magical craft; also silence","kjv_definition":"cunning, secretly."} +{"id":"H2792","strongs_number":"H2792","system":"hebrew","language":"hebrew","number_value":2792,"lemma":"חֶרֶשׁ","transliteration":"Cheresh","pronunciation":"kheh'-resh","derivation":"the same as H2791 (חֶרֶשׁ)","strongs_definition":"Cheresh, a Levite","kjv_definition":"Heresh."} +{"id":"H2793","strongs_number":"H2793","system":"hebrew","language":"hebrew","number_value":2793,"lemma":"חֹרֶשׁ","transliteration":"chôresh","pronunciation":"kho'-resh","derivation":"from H2790 (חָרַשׁ);","strongs_definition":"a forest (perhaps as furnishing the material for fabric)","kjv_definition":"bough, forest, shroud, wood."} +{"id":"H2794","strongs_number":"H2794","system":"hebrew","language":"hebrew","number_value":2794,"lemma":"חֹרֵשׁ","transliteration":"chôrêsh","pronunciation":"kho-rashe'","derivation":"active participle of H2790 (חָרַשׁ);","strongs_definition":"a fabricator or mechanic","kjv_definition":"artificer."} +{"id":"H2795","strongs_number":"H2795","system":"hebrew","language":"hebrew","number_value":2795,"lemma":"חֵרֵשׁ","transliteration":"chêrêsh","pronunciation":"khay-rashe'","derivation":"from H2790 (חָרַשׁ);","strongs_definition":"deaf (whether literally or spiritual)","kjv_definition":"deaf."} +{"id":"H2796","strongs_number":"H2796","system":"hebrew","language":"hebrew","number_value":2796,"lemma":"חָרָשׁ","transliteration":"chârâsh","pronunciation":"khaw-rawsh'","derivation":"from H2790 (חָרַשׁ);","strongs_definition":"a fabricator or any material","kjv_definition":"artificer, ([phrase]) carpenter, craftsman, engraver, maker, [phrase] mason, skilful, ([phrase]) smith, worker, workman, such as wrought."} +{"id":"H2797","strongs_number":"H2797","system":"hebrew","language":"hebrew","number_value":2797,"lemma":"חַרְשָׁא","transliteration":"Charshâʼ","pronunciation":"khar-shaw'","derivation":"from H2792 (חֶרֶשׁ); magician;","strongs_definition":"Charsha, one of the Nethinim","kjv_definition":"Harsha."} +{"id":"H2798","strongs_number":"H2798","system":"hebrew","language":"hebrew","number_value":2798,"lemma":"חֲרָשִׁים","transliteration":"Chărâshîym","pronunciation":"khar-aw-sheem'","derivation":"plural of H2796 (חָרָשׁ);","strongs_definition":"mechanics, the name of a valley in Jerusalem","kjv_definition":"Charashim, craftsmen."} +{"id":"H2799","strongs_number":"H2799","system":"hebrew","language":"hebrew","number_value":2799,"lemma":"חֲרֹשֶׁת","transliteration":"chărôsheth","pronunciation":"khar-o'-sheth","derivation":"from H2790 (חָרַשׁ);","strongs_definition":"mechanical work","kjv_definition":"carving, cutting."} +{"id":"H2800","strongs_number":"H2800","system":"hebrew","language":"hebrew","number_value":2800,"lemma":"חֲרֹשֶׁת","transliteration":"Chărôsheth","pronunciation":"khar-o'-sheth","derivation":"the same as H2799 (חֲרֹשֶׁת);","strongs_definition":"Charosheth, a place in Palestine","kjv_definition":"Harosheth."} +{"id":"H2801","strongs_number":"H2801","system":"hebrew","language":"hebrew","number_value":2801,"lemma":"חָרַת","transliteration":"chârath","pronunciation":"khaw-rath'","derivation":"a primitive root;","strongs_definition":"to engrave","kjv_definition":"graven."} +{"id":"H2802","strongs_number":"H2802","system":"hebrew","language":"hebrew","number_value":2802,"lemma":"חֶרֶת","transliteration":"Chereth","pronunciation":"kheh'-reth","derivation":"from H2801 (חָרַת) (but equivalent to H2793 (חֹרֶשׁ)); forest;","strongs_definition":"Chereth, a thicket in Palestine","kjv_definition":"Hereth."} +{"id":"H2803","strongs_number":"H2803","system":"hebrew","language":"hebrew","number_value":2803,"lemma":"חָשַׁב","transliteration":"châshab","pronunciation":"khaw-shab'","derivation":"a primitive root;","strongs_definition":"properly, to plait or interpenetrate, i.e. (literally) to weave or (generally) to fabricate; figuratively, to plot or contrive (usually in a malicious sense); hence (from the mental effort) to think, regard, value, compute","kjv_definition":"(make) account (of), conceive, consider, count, cunning (man, work, workman), devise, esteem, find out, forecast, hold, imagine, impute, invent, be like, mean, purpose, reckon(-ing be made), regard, think."} +{"id":"H2804","strongs_number":"H2804","system":"hebrew","language":"hebrew","number_value":2804,"lemma":"חֲשַׁב","transliteration":"chăshab","pronunciation":"khash-ab'","derivation":"(Aramaic) corresponding to H2803 (חָשַׁב);","strongs_definition":"to regard","kjv_definition":"repute."} +{"id":"H2805","strongs_number":"H2805","system":"hebrew","language":"hebrew","number_value":2805,"lemma":"חֵשֶׁב","transliteration":"chêsheb","pronunciation":"khay'-sheb","derivation":"from H2803 (חָשַׁב);","strongs_definition":"a belt or strap (as being interlaced)","kjv_definition":"curious girdle."} +{"id":"H2806","strongs_number":"H2806","system":"hebrew","language":"hebrew","number_value":2806,"lemma":"חַשְׁבַּדָּנָה","transliteration":"Chashbaddânâh","pronunciation":"khash-bad-daw'-naw","derivation":"from H2803 (חָשַׁב) and H1777 (דִּין); considerate judge;","strongs_definition":"Chasbaddanah, an Israelite","kjv_definition":"Hasbadana."} +{"id":"H2807","strongs_number":"H2807","system":"hebrew","language":"hebrew","number_value":2807,"lemma":"חֲשֻׁבָה","transliteration":"Chăshubâh","pronunciation":"khash-oo-baw'","derivation":"from H2803 (חָשַׁב); estimation;","strongs_definition":"Cashubah, an Israelite","kjv_definition":"Hashubah."} +{"id":"H2808","strongs_number":"H2808","system":"hebrew","language":"hebrew","number_value":2808,"lemma":"חֶשְׁבּוֹן","transliteration":"cheshbôwn","pronunciation":"khesh-bone'","derivation":"from H2803 (חָשַׁב);","strongs_definition":"properly, contrivance; by implication, intelligence","kjv_definition":"account, device, reason."} +{"id":"H2809","strongs_number":"H2809","system":"hebrew","language":"hebrew","number_value":2809,"lemma":"חֶשְׁבּוֹן","transliteration":"Cheshbôwn","pronunciation":"khesh-bone'","derivation":"the same as H2808 (חֶשְׁבּוֹן);","strongs_definition":"Cheshbon, a place East of the Jordan","kjv_definition":"Heshbon."} +{"id":"H2810","strongs_number":"H2810","system":"hebrew","language":"hebrew","number_value":2810,"lemma":"חִשָּׁבוֹן","transliteration":"chishshâbôwn","pronunciation":"khish-shaw-bone'","derivation":"from H2803 (חָשַׁב);","strongs_definition":"a contrivance, i.e. actual (a warlike machine) or mental (a machination)","kjv_definition":"engine, invention."} +{"id":"H2811","strongs_number":"H2811","system":"hebrew","language":"hebrew","number_value":2811,"lemma":"חֲשַׁבְיָה","transliteration":"Chăshabyâh","pronunciation":"khash-ab-yaw'","derivation":"or חֲשַׁבְיָהוּ; from H2803 (חָשַׁב) and H3050 (יָהּ); Jah has regarded;","strongs_definition":"Chashabjah, the name of nine Israelites","kjv_definition":"Hashabiah."} +{"id":"H2812","strongs_number":"H2812","system":"hebrew","language":"hebrew","number_value":2812,"lemma":"חֲשַׁבְנָה","transliteration":"Chăshabnâh","pronunciation":"khash-ab-naw'","derivation":"feminine of H2808 (חֶשְׁבּוֹן); inventiveness;","strongs_definition":"Chashnah, an Israelite","kjv_definition":"Hashabnah."} +{"id":"H2813","strongs_number":"H2813","system":"hebrew","language":"hebrew","number_value":2813,"lemma":"חֲשַׁבְנְיָה","transliteration":"Chăshabnᵉyâh","pronunciation":"khash-ab-neh-yaw'","derivation":"from H2808 (חֶשְׁבּוֹן) and H3050 (יָהּ); thought of Jah;","strongs_definition":"Chashabnejah, the name of two Israelites","kjv_definition":"Hashabniah."} +{"id":"H2814","strongs_number":"H2814","system":"hebrew","language":"hebrew","number_value":2814,"lemma":"חָשָׁה","transliteration":"châshâh","pronunciation":"khaw-shaw'","derivation":"a primitive root;","strongs_definition":"to hush or keep quiet","kjv_definition":"hold peace, keep silence, be silent, (be) still."} +{"id":"H2815","strongs_number":"H2815","system":"hebrew","language":"hebrew","number_value":2815,"lemma":"חַשּׁוּב","transliteration":"Chashshûwb","pronunciation":"khash-shoob'","derivation":"from H2803 (חָשַׁב); intelligent;","strongs_definition":"Chashshub, the name of two or three Israelites","kjv_definition":"Hashub, Hasshub."} +{"id":"H2816","strongs_number":"H2816","system":"hebrew","language":"hebrew","number_value":2816,"lemma":"חֲשׁוֹךְ","transliteration":"chăshôwk","pronunciation":"khash-oke'","derivation":"(Aramaic) from a root corresponding to H2821 (חָשַׁךְ);","strongs_definition":"the dark","kjv_definition":"darkness."} +{"id":"H2817","strongs_number":"H2817","system":"hebrew","language":"hebrew","number_value":2817,"lemma":"חֲשׂוּפָא","transliteration":"Chăsûwphâʼ","pronunciation":"khas-oo-faw'","derivation":"or חֲשֻׂפָא; from H2834 (חָשַׂף); nakedness;","strongs_definition":"Chasupha, one of the Nethinim","kjv_definition":"Hashupha, Hasupha."} +{"id":"H2818","strongs_number":"H2818","system":"hebrew","language":"hebrew","number_value":2818,"lemma":"חֲשַׁח","transliteration":"chăshach","pronunciation":"khash-akh'","derivation":"(Aramaic) a collateral root to one corresponding to H2363 (חוּשׁ) in the sense of readiness;","strongs_definition":"to be necessary (from the idea of convenience) or (transitively) to need","kjv_definition":"careful, have need of."} +{"id":"H2819","strongs_number":"H2819","system":"hebrew","language":"hebrew","number_value":2819,"lemma":"חַשְׁחוּת","transliteration":"chashchûwth","pronunciation":"khash-khooth'","derivation":"from a root corresponding to H2818 (חֲשַׁח);","strongs_definition":"necessity","kjv_definition":"be needful."} +{"id":"H2820","strongs_number":"H2820","system":"hebrew","language":"hebrew","number_value":2820,"lemma":"חָשַׂךְ","transliteration":"châsak","pronunciation":"khaw-sak'","derivation":"a primitive root; also interchangeable with H2821 (חָשַׁךְ)","strongs_definition":"to restrain or (reflex.) refrain; by implication, to refuse, spare, preserve; to observe","kjv_definition":"assuage, [idiom] darken, forbear, hinder, hold back, keep (back), punish, refrain, reserve, spare, withhold."} +{"id":"H2821","strongs_number":"H2821","system":"hebrew","language":"hebrew","number_value":2821,"lemma":"חָשַׁךְ","transliteration":"châshak","pronunciation":"khaw-shak'","derivation":"a primitive root;","strongs_definition":"to be dark (as withholding light); transitively, to darken","kjv_definition":"be black, be (make) dark, darken, cause darkness, be dim, hide."} +{"id":"H2822","strongs_number":"H2822","system":"hebrew","language":"hebrew","number_value":2822,"lemma":"חֹשֶׁךְ","transliteration":"chôshek","pronunciation":"kho-shek'","derivation":"from H2821 (חָשַׁךְ);","strongs_definition":"the dark; hence (literally) darkness; figuratively, misery, destruction, death, ignorance, sorrow, wickedness","kjv_definition":"dark(-ness), night, obscurity."} +{"id":"H2823","strongs_number":"H2823","system":"hebrew","language":"hebrew","number_value":2823,"lemma":"חָשֹׁךְ","transliteration":"châshôk","pronunciation":"khaw-shoke'","derivation":"from H2821 (חָשַׁךְ);","strongs_definition":"dark (figuratively, i.e. obscure)","kjv_definition":"meaning"} +{"id":"H2824","strongs_number":"H2824","system":"hebrew","language":"hebrew","number_value":2824,"lemma":"חֶשְׁכָה","transliteration":"cheshkâh","pronunciation":"khesh-kaw'","derivation":"from H2821 (חָשַׁךְ);","strongs_definition":"darkness","kjv_definition":"dark."} +{"id":"H2825","strongs_number":"H2825","system":"hebrew","language":"hebrew","number_value":2825,"lemma":"חֲשֵׁכָה","transliteration":"chăshêkâh","pronunciation":"khash-ay-kaw'","derivation":"or חֲשֵׁיכָהxlit chăshêkâh corrected to chăshêykâh; from H2821 (חָשַׁךְ);","strongs_definition":"darkness; figuratively, misery","kjv_definition":"darkness."} +{"id":"H2826","strongs_number":"H2826","system":"hebrew","language":"hebrew","number_value":2826,"lemma":"חָשַׁל","transliteration":"châshal","pronunciation":"khaw-shal'","derivation":"a primitive root;","strongs_definition":"to make (intrans. be) unsteady, i.e. weak","kjv_definition":"feeble."} +{"id":"H2827","strongs_number":"H2827","system":"hebrew","language":"hebrew","number_value":2827,"lemma":"חֲשַׁל","transliteration":"chăshal","pronunciation":"khash-al'","derivation":"(Aramaic) a root corresponding to H2826 (חָשַׁל);","strongs_definition":"to weaken, i.e. crush","kjv_definition":"subdue."} +{"id":"H2828","strongs_number":"H2828","system":"hebrew","language":"hebrew","number_value":2828,"lemma":"חָשֻׁם","transliteration":"Châshum","pronunciation":"khaw-shoom'","derivation":"from the same as H2831 (חַשְׁמַן); enriched;","strongs_definition":"Chashum, the name of two or three Israelites","kjv_definition":"Hashum."} +{"id":"H2829","strongs_number":"H2829","system":"hebrew","language":"hebrew","number_value":2829,"lemma":"חֶשְׁמוֹן","transliteration":"Cheshmôwn","pronunciation":"klesh-mone'","derivation":"the same as H2831 (חַשְׁמַן); opulent;","strongs_definition":"Cheshmon, a place in Palestine","kjv_definition":"Heshmon."} +{"id":"H2830","strongs_number":"H2830","system":"hebrew","language":"hebrew","number_value":2830,"lemma":"חַשְׁמַל","transliteration":"chashmal","pronunciation":"khash-mal'","derivation":"of uncertain derivation;","strongs_definition":"probably bronze or polished spectrum metal","kjv_definition":"amber."} +{"id":"H2831","strongs_number":"H2831","system":"hebrew","language":"hebrew","number_value":2831,"lemma":"חַשְׁמַן","transliteration":"chashman","pronunciation":"khash-man'","derivation":"from an unused root (probably meaning firm or capacious in resources); apparently","strongs_definition":"wealthy","kjv_definition":"princes."} +{"id":"H2832","strongs_number":"H2832","system":"hebrew","language":"hebrew","number_value":2832,"lemma":"חַשְׁמֹנָה","transliteration":"Chashmônâh","pronunciation":"khash-mo-naw'","derivation":"feminine of H2831 (חַשְׁמַן); fertile;","strongs_definition":"Chasmonah, a place in the Desert","kjv_definition":"Hashmonah."} +{"id":"H2833","strongs_number":"H2833","system":"hebrew","language":"hebrew","number_value":2833,"lemma":"חֹשֶׁן","transliteration":"chôshen","pronunciation":"kho'-shen","derivation":"from an unused root probably meaning to contain or sparkle;","strongs_definition":"perhaps a pocket (as holding the Urim and Thummim), or rich (as containing gems), used only of the gorget of the highpriest","kjv_definition":"breastplate."} +{"id":"H2834","strongs_number":"H2834","system":"hebrew","language":"hebrew","number_value":2834,"lemma":"חָשַׂף","transliteration":"châsaph","pronunciation":"khaw-saf'","derivation":"a primitive root;","strongs_definition":"to strip off, i.e. generally to make naked (for exertion or in disgrace), to drain away or bail up (a liquid)","kjv_definition":"make bare, clean, discover, draw out, take, uncover."} +{"id":"H2835","strongs_number":"H2835","system":"hebrew","language":"hebrew","number_value":2835,"lemma":"חָשִׂף","transliteration":"châsiph","pronunciation":"khaw-seef'","derivation":"from H2834 (חָשַׂף);","strongs_definition":"properly, drawn off, i.e. separated; hence, a small company (as divided from the rest)","kjv_definition":"little flock."} +{"id":"H2836","strongs_number":"H2836","system":"hebrew","language":"hebrew","number_value":2836,"lemma":"חָשַׁק","transliteration":"châshaq","pronunciation":"khaw-shak'","derivation":"a primitive root; also interchangeable for H2820 (חָשַׂךְ)","strongs_definition":"to cling, i.e. join, (figuratively) to love, delight in; elliptically; to deliver","kjv_definition":"have a delight, (have a) desire, fillet, long, set (in) love."} +{"id":"H2837","strongs_number":"H2837","system":"hebrew","language":"hebrew","number_value":2837,"lemma":"חֵשֶׁק","transliteration":"chêsheq","pronunciation":"khay'-shek","derivation":"from H2836 (חָשַׁק);","strongs_definition":"delight","kjv_definition":"desire, pleasure."} +{"id":"H2838","strongs_number":"H2838","system":"hebrew","language":"hebrew","number_value":2838,"lemma":"חָשֻׁק","transliteration":"châshuq","pronunciation":"khaw-shook'","derivation":"or חָשׁוּק; past participle of H2836 (חָשַׁק);","strongs_definition":"attached, i.e. a fence-rail or rod connecting the posts or pillars","kjv_definition":"fillet."} +{"id":"H2839","strongs_number":"H2839","system":"hebrew","language":"hebrew","number_value":2839,"lemma":"חִשֻּׁק","transliteration":"chishshuq","pronunciation":"khish-shook'","derivation":"from H2836 (חָשַׁק);","strongs_definition":"conjoined, i.e. a wheel-spoke or rod connecting the hub with the rim","kjv_definition":"felloe."} +{"id":"H2840","strongs_number":"H2840","system":"hebrew","language":"hebrew","number_value":2840,"lemma":"חִשֻּׁר","transliteration":"chishshur","pronunciation":"khish-shoor'","derivation":"from an unused root meaning to bind together;","strongs_definition":"combined, i.e. the nave or hub of awheel (as holding the spokes together)","kjv_definition":"spoke."} +{"id":"H2841","strongs_number":"H2841","system":"hebrew","language":"hebrew","number_value":2841,"lemma":"חַשְׁרָה","transliteration":"chashrâh","pronunciation":"khash-raw'","derivation":"from the same as H2840 (חִשֻּׁר);","strongs_definition":"properly, a combination or gathering, i.e. of watery clouds","kjv_definition":"dark."} +{"id":"H2842","strongs_number":"H2842","system":"hebrew","language":"hebrew","number_value":2842,"lemma":"חָשַׁשׁ","transliteration":"châshash","pronunciation":"khaw-shash'","derivation":"by variation for H7179 (קַשׁ);","strongs_definition":"dry grass","kjv_definition":"chaff."} +{"id":"H2843","strongs_number":"H2843","system":"hebrew","language":"hebrew","number_value":2843,"lemma":"חֻשָׁתִי","transliteration":"Chushâthîy","pronunciation":"khoo-shaw-thee'","derivation":"patronymically from H2364 (חוּשָׁה);","strongs_definition":"a Chushathite or descendant of Chushah","kjv_definition":"Hushathite."} +{"id":"H2844","strongs_number":"H2844","system":"hebrew","language":"hebrew","number_value":2844,"lemma":"חַת","transliteration":"chath","pronunciation":"khath","derivation":"from H2865 (חָתַת);","strongs_definition":"concretely, crushed; also afraid; abstractly, terror","kjv_definition":"broken, dismayed, dread, fear."} +{"id":"H2845","strongs_number":"H2845","system":"hebrew","language":"hebrew","number_value":2845,"lemma":"חֵת","transliteration":"Chêth","pronunciation":"khayth","derivation":"from H2865 (חָתַת); terror;","strongs_definition":"Cheth, an aboriginal Canaanite","kjv_definition":"Heth."} +{"id":"H2846","strongs_number":"H2846","system":"hebrew","language":"hebrew","number_value":2846,"lemma":"חָתָה","transliteration":"châthâh","pronunciation":"khaw-thaw'","derivation":"a primitive root;","strongs_definition":"to lay hold of; especially to pick up fire","kjv_definition":"heap, take (away)."} +{"id":"H2847","strongs_number":"H2847","system":"hebrew","language":"hebrew","number_value":2847,"lemma":"חִתָּה","transliteration":"chittâh","pronunciation":"khit-taw'","derivation":"from H2865 (חָתַת);","strongs_definition":"fear","kjv_definition":"terror."} +{"id":"H2848","strongs_number":"H2848","system":"hebrew","language":"hebrew","number_value":2848,"lemma":"חִתּוּל","transliteration":"chittûwl","pronunciation":"khit-tool'","derivation":"from H2853 (חָתַל);","strongs_definition":"swathed, i.e. a bandage","kjv_definition":"roller."} +{"id":"H2849","strongs_number":"H2849","system":"hebrew","language":"hebrew","number_value":2849,"lemma":"חַתְחַת","transliteration":"chathchath","pronunciation":"khath-khath'","derivation":"from H2844 (חַת);","strongs_definition":"terror","kjv_definition":"fear."} +{"id":"H2850","strongs_number":"H2850","system":"hebrew","language":"hebrew","number_value":2850,"lemma":"חִתִּי","transliteration":"Chittîy","pronunciation":"khit-tee'","derivation":"patronymically from H2845 (חֵת);","strongs_definition":"a Chittite, or descendant of Cheth","kjv_definition":"Hittite, Hittities."} +{"id":"H2851","strongs_number":"H2851","system":"hebrew","language":"hebrew","number_value":2851,"lemma":"חִתִּית","transliteration":"chittîyth","pronunciation":"khit-teeth'","derivation":"from H2865 (חָתַת);","strongs_definition":"fear","kjv_definition":"terror."} +{"id":"H2852","strongs_number":"H2852","system":"hebrew","language":"hebrew","number_value":2852,"lemma":"חָתַךְ","transliteration":"châthak","pronunciation":"khaw-thak'","derivation":"a primitive root;","strongs_definition":"properly, to cut off, i.e. (figuratively) to decree","kjv_definition":"determine."} +{"id":"H2853","strongs_number":"H2853","system":"hebrew","language":"hebrew","number_value":2853,"lemma":"חָתַל","transliteration":"châthal","pronunciation":"khaw-thal'","derivation":"a primitive root;","strongs_definition":"to swathe","kjv_definition":"[idiom] at all, swaddle."} +{"id":"H2854","strongs_number":"H2854","system":"hebrew","language":"hebrew","number_value":2854,"lemma":"חֲתֻלָּה","transliteration":"chăthullâh","pronunciation":"khath-ool-law'","derivation":"from H2853 (חָתַל);","strongs_definition":"a swathing cloth (figuratively)","kjv_definition":"swaddling band."} +{"id":"H2855","strongs_number":"H2855","system":"hebrew","language":"hebrew","number_value":2855,"lemma":"חֶתְלֹן","transliteration":"Chethlôn","pronunciation":"kheth-lone'","derivation":"from H2853 (חָתַל); enswathed;","strongs_definition":"Chethlon, a place in Palestine","kjv_definition":"Hethlon."} +{"id":"H2856","strongs_number":"H2856","system":"hebrew","language":"hebrew","number_value":2856,"lemma":"חָתַם","transliteration":"châtham","pronunciation":"khaw-tham'","derivation":"a primitive root;","strongs_definition":"to close up; especially to seal","kjv_definition":"make an end, mark, seal (up), stop."} +{"id":"H2857","strongs_number":"H2857","system":"hebrew","language":"hebrew","number_value":2857,"lemma":"חֲתַם","transliteration":"chătham","pronunciation":"khath-am'","derivation":"(Aramaic) a root corresponding to H2856 (חָתַם);","strongs_definition":"to seal","kjv_definition":"seal."} +{"id":"H2858","strongs_number":"H2858","system":"hebrew","language":"hebrew","number_value":2858,"lemma":"חֹתֶמֶת","transliteration":"chôthemeth","pronunciation":"kho-the-meth","derivation":"feminine active participle of H2856 (חָתַם);","strongs_definition":"a seal","kjv_definition":"signet."} +{"id":"H2859","strongs_number":"H2859","system":"hebrew","language":"hebrew","number_value":2859,"lemma":"חָתַן","transliteration":"châthan","pronunciation":"khaw-than'","derivation":"a primitive root;","strongs_definition":"to give (a daughter) away in marriage; hence (generally) to contract affinity by marriage","kjv_definition":"join in affinity, father in law, make marriages, mother in law, son in law."} +{"id":"H2860","strongs_number":"H2860","system":"hebrew","language":"hebrew","number_value":2860,"lemma":"חָתָן","transliteration":"châthân","pronunciation":"khaw-thawn'","derivation":"from H2859 (חָתַן);","strongs_definition":"a relative by marriage (especially through the bride); figuratively, a circumcised child (as a species of religious espousal)","kjv_definition":"bridegroom, husband, son in law."} +{"id":"H2861","strongs_number":"H2861","system":"hebrew","language":"hebrew","number_value":2861,"lemma":"חֲתֻנָּה","transliteration":"chăthunnâh","pronunciation":"khath-oon-naw'","derivation":"from H2859 (חָתַן);","strongs_definition":"a wedding","kjv_definition":"espousal."} +{"id":"H2862","strongs_number":"H2862","system":"hebrew","language":"hebrew","number_value":2862,"lemma":"חָתַף","transliteration":"châthaph","pronunciation":"khaw-thaf'","derivation":"a primitive root;","strongs_definition":"to clutch","kjv_definition":"take away."} +{"id":"H2863","strongs_number":"H2863","system":"hebrew","language":"hebrew","number_value":2863,"lemma":"חֶתֶף","transliteration":"chetheph","pronunciation":"kheh'-thef","derivation":"from H2862 (חָתַף);","strongs_definition":"properly, rapine; figuratively, robbery","kjv_definition":"prey."} +{"id":"H2864","strongs_number":"H2864","system":"hebrew","language":"hebrew","number_value":2864,"lemma":"חָתַר","transliteration":"châthar","pronunciation":"khaw-thar'","derivation":"a primitive root;","strongs_definition":"to force a passage, as by burglary; figuratively, with oars","kjv_definition":"dig (through), row."} +{"id":"H2865","strongs_number":"H2865","system":"hebrew","language":"hebrew","number_value":2865,"lemma":"חָתַת","transliteration":"châthath","pronunciation":"khaw-thath'","derivation":"a primitive root;","strongs_definition":"properly, to prostrate; hence, to break down, either (literally) by violence, or (figuratively) by confusion and fear","kjv_definition":"abolish, affright, be (make) afraid, amaze, beat down, discourage, (cause to) dismay, go down, scare, terrify."} +{"id":"H2866","strongs_number":"H2866","system":"hebrew","language":"hebrew","number_value":2866,"lemma":"חֲתַת","transliteration":"chăthath","pronunciation":"khath-ath'","derivation":"from H2865 (חָתַת);","strongs_definition":"dismay","kjv_definition":"casting down."} +{"id":"H2867","strongs_number":"H2867","system":"hebrew","language":"hebrew","number_value":2867,"lemma":"חֲתַת","transliteration":"Chăthath","pronunciation":"khath-ath'","derivation":"the same as H2866 (חֲתַת);","strongs_definition":"Chathath, an Israelite","kjv_definition":"cathath. f"} +{"id":"H2868","strongs_number":"H2868","system":"hebrew","language":"hebrew","number_value":2868,"lemma":"טְאֵב","transliteration":"ṭᵉʼêb","pronunciation":"teh-abe'","derivation":"a primitive root;","strongs_definition":"to rejoice","kjv_definition":"be glad"} +{"id":"H2869","strongs_number":"H2869","system":"hebrew","language":"hebrew","number_value":2869,"lemma":"טָב","transliteration":"ṭâb","pronunciation":"teh-abe'","derivation":"the same as H2896 (טוֹב);","strongs_definition":"good","kjv_definition":"fine, good."} +{"id":"H2870","strongs_number":"H2870","system":"hebrew","language":"hebrew","number_value":2870,"lemma":"טָבְאֵל","transliteration":"ṭâbᵉʼêl","pronunciation":"taw-beh-ale'","derivation":"from H2895 (טוֹב) and H410 (אֵל); pleasing (to) God;","strongs_definition":"Tabeel, the name of a Syrian and of a Persian","kjv_definition":"Tabeal, Tabeel."} +{"id":"H2871","strongs_number":"H2871","system":"hebrew","language":"hebrew","number_value":2871,"lemma":"טָבוּל","transliteration":"ṭâbûwl","pronunciation":"taw-bool'","derivation":"passive participle of H2881 (טָבַל);","strongs_definition":"properly, dyed, i.e. a turban (probably as of colored stuff)","kjv_definition":"dyed attire."} +{"id":"H2872","strongs_number":"H2872","system":"hebrew","language":"hebrew","number_value":2872,"lemma":"טַבּוּר","transliteration":"ṭabbûwr","pronunciation":"tab-boor'","derivation":"from an unused root meaning to pile up;","strongs_definition":"properly, accumulated; i.e. (by implication) a summit","kjv_definition":"middle, midst."} +{"id":"H2873","strongs_number":"H2873","system":"hebrew","language":"hebrew","number_value":2873,"lemma":"טָבַח","transliteration":"ṭâbach","pronunciation":"taw-bakh'","derivation":"a primitive root;","strongs_definition":"to slaughter (animals or men)","kjv_definition":"kill, (make) slaughter, slay."} +{"id":"H2874","strongs_number":"H2874","system":"hebrew","language":"hebrew","number_value":2874,"lemma":"טֶבַח","transliteration":"ṭebach","pronunciation":"teh'-bakh","derivation":"from H2873 (טָבַח);","strongs_definition":"properly, something slaughtered; hence, a beast (or meat, as butchered); abstractly butchery (or concretely, a place of slaughter)","kjv_definition":"[idiom] beast, slaughter, [idiom] slay, [idiom] sore."} +{"id":"H2875","strongs_number":"H2875","system":"hebrew","language":"hebrew","number_value":2875,"lemma":"טֶבַח","transliteration":"Ṭebach","pronunciation":"teh'-bakh","derivation":"the same as H2874 (טֶבַח); massacre;","strongs_definition":"Tebach, the name of a Mesopotamian and of an Israelite","kjv_definition":"Tebah."} +{"id":"H2876","strongs_number":"H2876","system":"hebrew","language":"hebrew","number_value":2876,"lemma":"טַבָּח","transliteration":"ṭabbâch","pronunciation":"tab-bawkh'","derivation":"from H2873 (טָבַח);","strongs_definition":"properly, a butcher; hence, a lifeguardsman (because he was acting as an executioner); also a cook (usually slaughtering the animal for food)","kjv_definition":"cook, guard."} +{"id":"H2877","strongs_number":"H2877","system":"hebrew","language":"hebrew","number_value":2877,"lemma":"טַבָּח","transliteration":"ṭabbâch","pronunciation":"tab-bawkh'","derivation":"(Aramaic) the same as H2876 (טַבָּח);","strongs_definition":"a lifeguardsman","kjv_definition":"guard."} +{"id":"H2878","strongs_number":"H2878","system":"hebrew","language":"hebrew","number_value":2878,"lemma":"טִבְחָה","transliteration":"ṭibchâh","pronunciation":"tib-khaw'","derivation":"feminine of H2874 (טֶבַח) and meaning the same","strongs_definition":"{properly, something slaughtered; hence, a beast (or meat, as butchered); abstractly butchery (or concretely, a place of slaughter)}","kjv_definition":"flesh, slaughter."} +{"id":"H2879","strongs_number":"H2879","system":"hebrew","language":"hebrew","number_value":2879,"lemma":"טַבָּחָה","transliteration":"ṭabbâchâh","pronunciation":"tab-baw-khaw'","derivation":"feminine of H2876 (טַבָּח);","strongs_definition":"a female cook","kjv_definition":"cook."} +{"id":"H2880","strongs_number":"H2880","system":"hebrew","language":"hebrew","number_value":2880,"lemma":"טִבְחַת","transliteration":"Ṭibchath","pronunciation":"tib-khath'","derivation":"from H2878 (טִבְחָה); slaughter;","strongs_definition":"Tibchath, a place in Syria","kjv_definition":"Tibhath."} +{"id":"H2881","strongs_number":"H2881","system":"hebrew","language":"hebrew","number_value":2881,"lemma":"טָבַל","transliteration":"ṭâbal","pronunciation":"taw-bal'","derivation":"a primitive root;","strongs_definition":"to dip, to immerse","kjv_definition":"dip, plunge."} +{"id":"H2882","strongs_number":"H2882","system":"hebrew","language":"hebrew","number_value":2882,"lemma":"טְבַלְיָהוּ","transliteration":"Ṭᵉbalyâhûw","pronunciation":"teb-al-yaw'-hoo","derivation":"from H2881 (טָבַל) and H3050 (יָהּ); Jah has dipped;","strongs_definition":"Tebaljah, an Israelite","kjv_definition":"Tebaliah."} +{"id":"H2883","strongs_number":"H2883","system":"hebrew","language":"hebrew","number_value":2883,"lemma":"טָבַע","transliteration":"ṭâbaʻ","pronunciation":"taw-bah'","derivation":"a primitive root;","strongs_definition":"to sink","kjv_definition":"drown, fasten, settle, sink."} +{"id":"H2884","strongs_number":"H2884","system":"hebrew","language":"hebrew","number_value":2884,"lemma":"טַבָּעוֹת","transliteration":"Ṭabbâʻôwth","pronunciation":"tab-baw-othe'","derivation":"plural of H2885 (טַבַּעַת); rings;","strongs_definition":"Tabbaoth, one of the Nethinim","kjv_definition":"Tabaoth."} +{"id":"H2885","strongs_number":"H2885","system":"hebrew","language":"hebrew","number_value":2885,"lemma":"טַבַּעַת","transliteration":"ṭabbaʻath","pronunciation":"tab-bah'-ath","derivation":"from H2883 (טָבַע);","strongs_definition":"properly, a seal (as sunk into the wax), i.e. signet (for sealing); hence (generally) a ring of any kind","kjv_definition":"ring."} +{"id":"H2886","strongs_number":"H2886","system":"hebrew","language":"hebrew","number_value":2886,"lemma":"טַבְרִמּוֹן","transliteration":"Ṭabrimmôwn","pronunciation":"tab-rim-mone'","derivation":"from H2895 (טוֹב) and H7417 (רִמּוֹן); pleasing (to) Rimmon;","strongs_definition":"Tabrimmon, a Syrian","kjv_definition":"Tabrimmon."} +{"id":"H2887","strongs_number":"H2887","system":"hebrew","language":"hebrew","number_value":2887,"lemma":"טֵבֶת","transliteration":"Ṭêbeth","pronunciation":"tay'-beth","derivation":"probably of foreign derivation;","strongs_definition":"Tebeth, the tenth Hebrew month","kjv_definition":"Tebeth."} +{"id":"H2888","strongs_number":"H2888","system":"hebrew","language":"hebrew","number_value":2888,"lemma":"טַבַּת","transliteration":"Ṭabbath","pronunciation":"tab-bath'","derivation":"of uncertain derivation;","strongs_definition":"Tabbath, a place East of the Jordan","kjv_definition":"Tabbath."} +{"id":"H2889","strongs_number":"H2889","system":"hebrew","language":"hebrew","number_value":2889,"lemma":"טָהוֹר","transliteration":"ṭâhôwr","pronunciation":"taw-hore'","derivation":"or טָהֹר; from H2891 (טָהֵר);","strongs_definition":"pure (in a physical, chemical, ceremonial or moral sense)","kjv_definition":"clean, fair, pure(-ness)."} +{"id":"H2890","strongs_number":"H2890","system":"hebrew","language":"hebrew","number_value":2890,"lemma":"טְהוֹר","transliteration":"ṭᵉhôwr","pronunciation":"teh-hore'","derivation":"from H2891 (טָהֵר);","strongs_definition":"purity","kjv_definition":"pureness."} +{"id":"H2891","strongs_number":"H2891","system":"hebrew","language":"hebrew","number_value":2891,"lemma":"טָהֵר","transliteration":"ṭâhêr","pronunciation":"taw-hare'","derivation":"a primitive root; properly, to be bright; i.e. (by implication)","strongs_definition":"to be pure (physical sound, clear, unadulterated; Levitically, uncontaminated; morally, innocent or holy)","kjv_definition":"be (make, make self, pronounce) clean, cleanse (self), purge, purify(-ier, self)."} +{"id":"H2892","strongs_number":"H2892","system":"hebrew","language":"hebrew","number_value":2892,"lemma":"טֹהַר","transliteration":"ṭôhar","pronunciation":"to'-har","derivation":"from H2891 (טָהֵר);","strongs_definition":"literally brightness; ceremonially purification","kjv_definition":"clearness, glory, purifying."} +{"id":"H2893","strongs_number":"H2893","system":"hebrew","language":"hebrew","number_value":2893,"lemma":"טׇהֳרָה","transliteration":"ṭohŏrâh","pronunciation":"toh-or-aw'","derivation":"feminine of H2892 (טֹהַר);","strongs_definition":"ceremonial purification; moral purity","kjv_definition":"[idiom] is cleansed, cleansing, purification(-fying)."} +{"id":"H2894","strongs_number":"H2894","system":"hebrew","language":"hebrew","number_value":2894,"lemma":"טוּא","transliteration":"ṭûwʼ","pronunciation":"too","derivation":"a primitive root;","strongs_definition":"to sweep away","kjv_definition":"sweep."} +{"id":"H2895","strongs_number":"H2895","system":"hebrew","language":"hebrew","number_value":2895,"lemma":"טוֹב","transliteration":"ṭôwb","pronunciation":"tobe","derivation":"a primitive root,","strongs_definition":"to be (transitively, do or make) good (or well) in the widest sense","kjv_definition":"be (do) better, cheer, be (do, seem) good, (make) goodly, [idiom] please, (be, do, go, play) well."} +{"id":"H2896","strongs_number":"H2896","system":"hebrew","language":"hebrew","number_value":2896,"lemma":"טוֹב","transliteration":"ṭôwb","pronunciation":"tobe","derivation":"from H2895 (טוֹב);","strongs_definition":"good (as an adjective) in the widest sense; used likewise as a noun, both in the masculine and the feminine, the singular and the plural (good, a good or good thing, a good man or woman; the good, goods or good things, good men or women), also as an adverb (well)","kjv_definition":"beautiful, best, better, bountiful, cheerful, at ease, [idiom] fair (word), (be in) favour, fine, glad, good (deed, -lier, -liest, -ly, -ness, -s), graciously, joyful, kindly, kindness, liketh (best), loving, merry, [idiom] most, pleasant, [phrase] pleaseth, pleasure, precious, prosperity, ready, sweet, wealth, welfare, (be) well(-favoured)."} +{"id":"H2897","strongs_number":"H2897","system":"hebrew","language":"hebrew","number_value":2897,"lemma":"טוֹב","transliteration":"Ṭôwb","pronunciation":"tobe","derivation":"the same as H2896 (טוֹב); good;","strongs_definition":"Tob, a region apparently East of the Jordan","kjv_definition":"Tob."} +{"id":"H2898","strongs_number":"H2898","system":"hebrew","language":"hebrew","number_value":2898,"lemma":"טוּב","transliteration":"ṭûwb","pronunciation":"toob","derivation":"from H2895 (טוֹב);","strongs_definition":"good (as a noun), in the widest sense, especially goodness (superlative concretely, the best), beauty, gladness, welfare","kjv_definition":"fair, gladness, good(-ness, thing, -s), joy, go well with."} +{"id":"H2899","strongs_number":"H2899","system":"hebrew","language":"hebrew","number_value":2899,"lemma":"טוֹב אֲדֹנִיָּהוּ","transliteration":"Ṭôwb ʼĂdônîyâhûw","pronunciation":"tobe ado-nee-yah'-hoo","derivation":"from H2896 (טוֹב) and H138 (אֲדֹנִיָּה); pleasing (to) Adonijah;","strongs_definition":"Tob-Adonijah, an Israelite","kjv_definition":"Tob-adonijah."} +{"id":"H2900","strongs_number":"H2900","system":"hebrew","language":"hebrew","number_value":2900,"lemma":"טוֹבִיָּה","transliteration":"Ṭôwbîyâh","pronunciation":"to-bee-yaw'","derivation":"or טוֹבִיָּהוּ; from H2896 (טוֹב) and H3050 (יָהּ); goodness of Jehovah;","strongs_definition":"Tobijah, the name of three Israelites and of one Samaritan","kjv_definition":"Tobiah, Tobijah."} +{"id":"H2901","strongs_number":"H2901","system":"hebrew","language":"hebrew","number_value":2901,"lemma":"טָוָה","transliteration":"ṭâvâh","pronunciation":"taw-vaw'","derivation":"a primitive root;","strongs_definition":"to spin","kjv_definition":"spin."} +{"id":"H2902","strongs_number":"H2902","system":"hebrew","language":"hebrew","number_value":2902,"lemma":"טוּחַ","transliteration":"ṭûwach","pronunciation":"too'-akh","derivation":"a primitive root;","strongs_definition":"to smear, especially with lime","kjv_definition":"daub, overlay, plaister, smut."} +{"id":"H2903","strongs_number":"H2903","system":"hebrew","language":"hebrew","number_value":2903,"lemma":"טוֹפָפָה","transliteration":"ṭôwphâphâh","pronunciation":"to-faw-faw'","derivation":"from an unused root meaning to go around or bind;","strongs_definition":"a fillet for the forehead","kjv_definition":"frontlet."} +{"id":"H2904","strongs_number":"H2904","system":"hebrew","language":"hebrew","number_value":2904,"lemma":"טוּל","transliteration":"ṭûwl","pronunciation":"tool","derivation":"a primitive root;","strongs_definition":"to pitch over or reel; hence (transitively) to cast down or out","kjv_definition":"carry away, (utterly) cast (down, forth, out), send out."} +{"id":"H2905","strongs_number":"H2905","system":"hebrew","language":"hebrew","number_value":2905,"lemma":"טוּר","transliteration":"ṭûwr","pronunciation":"toor","derivation":"from an unused root meaning to range in a regular manner;","strongs_definition":"a row; hence, a wall","kjv_definition":"row."} +{"id":"H2906","strongs_number":"H2906","system":"hebrew","language":"hebrew","number_value":2906,"lemma":"טוּר","transliteration":"ṭûwr","pronunciation":"toor","derivation":"(Aramaic) corresponding to H6697 (צוּר);","strongs_definition":"a rock or hill","kjv_definition":"mountain."} +{"id":"H2907","strongs_number":"H2907","system":"hebrew","language":"hebrew","number_value":2907,"lemma":"טוּשׂ","transliteration":"ṭûws","pronunciation":"toos","derivation":"a primitive root;","strongs_definition":"to pounce as a bird of prey","kjv_definition":"haste."} +{"id":"H2908","strongs_number":"H2908","system":"hebrew","language":"hebrew","number_value":2908,"lemma":"טְוָת","transliteration":"ṭᵉvâth","pronunciation":"tev-awth'","derivation":"(Aramaic) from a root corresponding to H2901 (טָוָה);","strongs_definition":"hunger (as twisting)","kjv_definition":"fasting."} +{"id":"H2909","strongs_number":"H2909","system":"hebrew","language":"hebrew","number_value":2909,"lemma":"טָחָה","transliteration":"ṭâchâh","pronunciation":"taw-khaw'","derivation":"a primitive root;","strongs_definition":"to stretch a bow, as an archer","kjv_definition":"(bow-) shot."} +{"id":"H2910","strongs_number":"H2910","system":"hebrew","language":"hebrew","number_value":2910,"lemma":"טֻחָה","transliteration":"ṭuchâh","pronunciation":"too-khaw'","derivation":"from H2909 (טָחָה) (or H2902 (טוּחַ)) in the sense of overlaying;","strongs_definition":"(in the plural only) the kidneys (as being covered); hence (figuratively) the inmost thought","kjv_definition":"inward parts."} +{"id":"H2911","strongs_number":"H2911","system":"hebrew","language":"hebrew","number_value":2911,"lemma":"טְחוֹן","transliteration":"ṭᵉchôwn","pronunciation":"tekh-one'","derivation":"from H2912 (טָחַן);","strongs_definition":"a hand mill; hence, a millstone","kjv_definition":"to grind."} +{"id":"H2912","strongs_number":"H2912","system":"hebrew","language":"hebrew","number_value":2912,"lemma":"טָחַן","transliteration":"ṭâchan","pronunciation":"taw-khan'","derivation":"a primitive root;","strongs_definition":"to grind meal; hence, to be aconcubine (that being their employment)","kjv_definition":"grind(-er)."} +{"id":"H2913","strongs_number":"H2913","system":"hebrew","language":"hebrew","number_value":2913,"lemma":"טַחֲנָה","transliteration":"ṭachănâh","pronunciation":"takh-an-aw'","derivation":"from H2912 (טָחַן);","strongs_definition":"a hand mill; hence (figuratively) chewing","kjv_definition":"grinding."} +{"id":"H2914","strongs_number":"H2914","system":"hebrew","language":"hebrew","number_value":2914,"lemma":"טְחֹר","transliteration":"ṭᵉchôr","pronunciation":"tekh-ore'","derivation":"from an unused root meaning to burn;","strongs_definition":"a boil or ulcer (from the inflammation), especially a tumorin the anus or pudenda (the piles)","kjv_definition":"emerod."} +{"id":"H2915","strongs_number":"H2915","system":"hebrew","language":"hebrew","number_value":2915,"lemma":"טִיחַ","transliteration":"ṭîyach","pronunciation":"tee'akh","derivation":"from (the equiv. of) H2902 (טוּחַ);","strongs_definition":"mortar or plaster","kjv_definition":"daubing."} +{"id":"H2916","strongs_number":"H2916","system":"hebrew","language":"hebrew","number_value":2916,"lemma":"טִיט","transliteration":"ṭîyṭ","pronunciation":"teet","derivation":"from an unused root meaning apparently to be sticky (rather perb. a demonstrative); from H2894 (טוּא), through the idea of dirt to be swept away);","strongs_definition":"mud or clay; figuratively, calamity","kjv_definition":"clay, dirt, mire."} +{"id":"H2917","strongs_number":"H2917","system":"hebrew","language":"hebrew","number_value":2917,"lemma":"טִין","transliteration":"ṭîyn","pronunciation":"teen","derivation":"(Aramaic) perhaps, by interchange, for a word corresponding to H2916 (טִיט);","strongs_definition":"clay","kjv_definition":"miry."} +{"id":"H2918","strongs_number":"H2918","system":"hebrew","language":"hebrew","number_value":2918,"lemma":"טִירָה","transliteration":"ṭîyrâh","pronunciation":"tee-raw'","derivation":"feminine of (an equivalent to) H2905 (טוּר);","strongs_definition":"a wall; hence, a fortress or a hamlet","kjv_definition":"(goodly) castle, habitation, palace, row."} +{"id":"H2919","strongs_number":"H2919","system":"hebrew","language":"hebrew","number_value":2919,"lemma":"טַל","transliteration":"ṭal","pronunciation":"tal","derivation":"from H2926 (טָלַל);","strongs_definition":"dew (as covering vegetation)","kjv_definition":"dew."} +{"id":"H2920","strongs_number":"H2920","system":"hebrew","language":"hebrew","number_value":2920,"lemma":"טַל","transliteration":"ṭal","pronunciation":"tal","derivation":"(Aramaic) the same as H2919 (טַל)","strongs_definition":"{dew (as covering vegetation)}","kjv_definition":"dew."} +{"id":"H2921","strongs_number":"H2921","system":"hebrew","language":"hebrew","number_value":2921,"lemma":"טָלָא","transliteration":"ṭâlâʼ","pronunciation":"taw-law'","derivation":"a primitive root;","strongs_definition":"properly, to cover with pieces; i.e. (by implication) to spot or variegate (as tapestry)","kjv_definition":"clouted, with divers colours, spotted."} +{"id":"H2922","strongs_number":"H2922","system":"hebrew","language":"hebrew","number_value":2922,"lemma":"טְלָא","transliteration":"ṭᵉlâʼ","pronunciation":"tel-aw'","derivation":"apparently from H2921 (טָלָא) in the (orig.) sense of covering (for protection); (compare H2924 (טָלֶה))","strongs_definition":"a lamb","kjv_definition":"lamb."} +{"id":"H2923","strongs_number":"H2923","system":"hebrew","language":"hebrew","number_value":2923,"lemma":"טְלָאִים","transliteration":"Ṭᵉlâʼîym","pronunciation":"tel-aw-eem'","derivation":"from the plural of H2922 (טְלָא); lambs;","strongs_definition":"Telaim, a place in Palestine","kjv_definition":"Telaim."} +{"id":"H2924","strongs_number":"H2924","system":"hebrew","language":"hebrew","number_value":2924,"lemma":"טָלֶה","transliteration":"ṭâleh","pronunciation":"taw-leh'","derivation":"by variation for H2922 (טְלָא);","strongs_definition":"a lamb","kjv_definition":"lamb."} +{"id":"H2925","strongs_number":"H2925","system":"hebrew","language":"hebrew","number_value":2925,"lemma":"טַלְטֵלָה","transliteration":"ṭalṭêlâh","pronunciation":"tal-tay-law'","derivation":"from H2904 (טוּל);","strongs_definition":"overthrow or rejection","kjv_definition":"captivity."} +{"id":"H2926","strongs_number":"H2926","system":"hebrew","language":"hebrew","number_value":2926,"lemma":"טָלַל","transliteration":"ṭâlal","pronunciation":"taw-lal'","derivation":"a primitive root;","strongs_definition":"properly, to strew over, i.e. (by implication) to cover in or plate (with beams)","kjv_definition":"cover."} +{"id":"H2927","strongs_number":"H2927","system":"hebrew","language":"hebrew","number_value":2927,"lemma":"טְלַל","transliteration":"ṭᵉlal","pronunciation":"tel-al'","derivation":"(Aramaic) corresponding to H2926 (טָלַל);","strongs_definition":"to cover with shade","kjv_definition":"have a shadow."} +{"id":"H2928","strongs_number":"H2928","system":"hebrew","language":"hebrew","number_value":2928,"lemma":"טֶלֶם","transliteration":"Ṭelem","pronunciation":"teh'-lem","derivation":"from an unused root meaning to break up or treat violently; oppression;","strongs_definition":"Telem, the name of a place in Idumaea, also of a temple doorkeeper","kjv_definition":"Telem."} +{"id":"H2929","strongs_number":"H2929","system":"hebrew","language":"hebrew","number_value":2929,"lemma":"טַלְמוֹן","transliteration":"Ṭalmôwn","pronunciation":"tal-mone'","derivation":"from the same as H2728 (חָרְגֹּל); oppressive;","strongs_definition":"Talmon, a temple doorkeeper","kjv_definition":"Talmon."} +{"id":"H2930","strongs_number":"H2930","system":"hebrew","language":"hebrew","number_value":2930,"lemma":"טָמֵא","transliteration":"ṭâmêʼ","pronunciation":"taw-may'","derivation":"a primitive root;","strongs_definition":"to be foul, especially in a ceremial or moral sense (contaminated)","kjv_definition":"defile (self), pollute (self), be (make, make self, pronounce) unclean, [idiom] utterly."} +{"id":"H2931","strongs_number":"H2931","system":"hebrew","language":"hebrew","number_value":2931,"lemma":"טָמֵא","transliteration":"ṭâmêʼ","pronunciation":"taw-may'","derivation":"from H2930 (טָמֵא);","strongs_definition":"foul in a religious sense","kjv_definition":"defiled, [phrase] infamous, polluted(-tion), unclean."} +{"id":"H2932","strongs_number":"H2932","system":"hebrew","language":"hebrew","number_value":2932,"lemma":"טֻמְאָה","transliteration":"ṭumʼâh","pronunciation":"toom-aw'","derivation":"from H2930 (טָמֵא);","strongs_definition":"religious impurity","kjv_definition":"filthiness, unclean(-ness)."} +{"id":"H2933","strongs_number":"H2933","system":"hebrew","language":"hebrew","number_value":2933,"lemma":"טָמָה","transliteration":"ṭâmâh","pronunciation":"taw-maw'","derivation":"a collateral form of H2930 (טָמֵא);","strongs_definition":"to be impure in a religious sense","kjv_definition":"be defiled, be reputed vile."} +{"id":"H2934","strongs_number":"H2934","system":"hebrew","language":"hebrew","number_value":2934,"lemma":"טָמַן","transliteration":"ṭâman","pronunciation":"taw-man'","derivation":"a primitive root;","strongs_definition":"to hide (by covering over)","kjv_definition":"hide, lay privily, in secret."} +{"id":"H2935","strongs_number":"H2935","system":"hebrew","language":"hebrew","number_value":2935,"lemma":"טֶנֶא","transliteration":"ṭeneʼ","pronunciation":"teh'-neh","derivation":"from an unused root probably meaning to weave;","strongs_definition":"a basket (of interlaced osiers)","kjv_definition":"basket."} +{"id":"H2936","strongs_number":"H2936","system":"hebrew","language":"hebrew","number_value":2936,"lemma":"טָנַף","transliteration":"ṭânaph","pronunciation":"taw-naf'","derivation":"a primitive root;","strongs_definition":"to soil","kjv_definition":"defile."} +{"id":"H2937","strongs_number":"H2937","system":"hebrew","language":"hebrew","number_value":2937,"lemma":"טָעָה","transliteration":"ṭâʻâh","pronunciation":"taw-aw'","derivation":"a primitive root;","strongs_definition":"to wander; causatively to lead astray","kjv_definition":"seduce."} +{"id":"H2938","strongs_number":"H2938","system":"hebrew","language":"hebrew","number_value":2938,"lemma":"טָעַם","transliteration":"ṭâʻam","pronunciation":"taw-am'","derivation":"a primitive root;","strongs_definition":"to taste; figuratively, to perceive","kjv_definition":"[idiom] but, perceive, taste."} +{"id":"H2939","strongs_number":"H2939","system":"hebrew","language":"hebrew","number_value":2939,"lemma":"טְעַם","transliteration":"ṭᵉʻam","pronunciation":"teh-am'","derivation":"(Aramaic) corresponding to H2938 (טָעַם);","strongs_definition":"to taste; causatively to feed","kjv_definition":"make to eat, feed."} +{"id":"H2940","strongs_number":"H2940","system":"hebrew","language":"hebrew","number_value":2940,"lemma":"טַעַם","transliteration":"ṭaʻam","pronunciation":"tah'-am","derivation":"from H2938 (טָעַם);","strongs_definition":"properly, a taste, i.e. (figuratively) perception; by implication, intelligence; transitively, a mandate","kjv_definition":"advice, behaviour, decree, discretion, judgment, reason, taste, understanding."} +{"id":"H2941","strongs_number":"H2941","system":"hebrew","language":"hebrew","number_value":2941,"lemma":"טַעַם","transliteration":"ṭaʻam","pronunciation":"tah'-am","derivation":"(Aramaic) from H2939 (טְעַם); compare H2940 (טַעַם))","strongs_definition":"properly, a taste, i.e. ajudicial sentence","kjv_definition":"account, [idiom] to be commanded, commandment, matter."} +{"id":"H2942","strongs_number":"H2942","system":"hebrew","language":"hebrew","number_value":2942,"lemma":"טְעֵם","transliteration":"ṭᵉʻêm","pronunciation":"teh-ame'","derivation":"(Aramaic) from H2939 (טְעַם), and equivalent to H2941 (טַעַם);","strongs_definition":"properly, flavor; figuratively, judgment (both subjective and objective); hence, account (both subjectively and objectively)","kjv_definition":"[phrase] chancellor, [phrase] command, commandment, decree, [phrase] regard, taste, wisdom."} +{"id":"H2943","strongs_number":"H2943","system":"hebrew","language":"hebrew","number_value":2943,"lemma":"טָעַן","transliteration":"ṭâʻan","pronunciation":"taw-an'","derivation":"a primitive root;","strongs_definition":"to load a beast","kjv_definition":"lade."} +{"id":"H2944","strongs_number":"H2944","system":"hebrew","language":"hebrew","number_value":2944,"lemma":"טָעַן","transliteration":"ṭâʻan","pronunciation":"taw-an'","derivation":"a primitive root;","strongs_definition":"to stab","kjv_definition":"thrust through."} +{"id":"H2945","strongs_number":"H2945","system":"hebrew","language":"hebrew","number_value":2945,"lemma":"טַף","transliteration":"ṭaph","pronunciation":"taf","derivation":"from H2952 (טָפַף) (perhaps referring to the tripping gait of children);","strongs_definition":"a family (mostly used collectively in the singular)","kjv_definition":"(little) children (ones), families."} +{"id":"H2946","strongs_number":"H2946","system":"hebrew","language":"hebrew","number_value":2946,"lemma":"טָפַח","transliteration":"ṭâphach","pronunciation":"taw-fakh'","derivation":"a primitive root; or perhaps a denominative from H2947 (טֵפַח), from dandling on the palms","strongs_definition":"to flatten out or extend (as a tent); figuratively, to nurse achild (as promotive of growth);","kjv_definition":"span, swaddle."} +{"id":"H2947","strongs_number":"H2947","system":"hebrew","language":"hebrew","number_value":2947,"lemma":"טֵפַח","transliteration":"ṭêphach","pronunciation":"tay'-fakh","derivation":"from H2946 (טָפַח);","strongs_definition":"a spread of the hand, i.e. a palm-breadth (not 'span' of the fingers); architecturally, a corbel (as a supporting palm)","kjv_definition":"coping, hand-breadth."} +{"id":"H2948","strongs_number":"H2948","system":"hebrew","language":"hebrew","number_value":2948,"lemma":"טֹפַח","transliteration":"ṭôphach","pronunciation":"to'-fakh","derivation":"from H2946 (טָפַח) (the same as H2947 (טֵפַח))","strongs_definition":"{a spread of the hand, i.e. a palm-breadth (not 'span' of the fingers); architecturally, a corbel (as a supporting palm)}","kjv_definition":"hand-breadth (broad)."} +{"id":"H2949","strongs_number":"H2949","system":"hebrew","language":"hebrew","number_value":2949,"lemma":"טִפֻּח","transliteration":"ṭippuch","pronunciation":"tip-pookh'","derivation":"from H2946 (טָפַח);","strongs_definition":"nursing","kjv_definition":"span long."} +{"id":"H2950","strongs_number":"H2950","system":"hebrew","language":"hebrew","number_value":2950,"lemma":"טָפַל","transliteration":"ṭâphal","pronunciation":"taw-fal'","derivation":"a primitive root;","strongs_definition":"properly, to stick on as apatch; figuratively, to impute falsely","kjv_definition":"forge(-r), sew up."} +{"id":"H2951","strongs_number":"H2951","system":"hebrew","language":"hebrew","number_value":2951,"lemma":"טִפְסַר","transliteration":"ṭiphçar","pronunciation":"tif-sar'","derivation":"of foreign derivation;","strongs_definition":"a military governor","kjv_definition":"captain."} +{"id":"H2952","strongs_number":"H2952","system":"hebrew","language":"hebrew","number_value":2952,"lemma":"טָפַף","transliteration":"ṭâphaph","pronunciation":"taw-faf'","derivation":"a primitive root; apparently","strongs_definition":"to trip (with short steps) coquettishly","kjv_definition":"mince."} +{"id":"H2953","strongs_number":"H2953","system":"hebrew","language":"hebrew","number_value":2953,"lemma":"טְפַר","transliteration":"ṭᵉphar","pronunciation":"tef-ar'","derivation":"(Aramaic) from a root corresponding to H6852 (צָפַר), and meaning the same as H6856 (צִפֹּרֶן);","strongs_definition":"a finger-nail; also a hoof or claw","kjv_definition":"nail."} +{"id":"H2954","strongs_number":"H2954","system":"hebrew","language":"hebrew","number_value":2954,"lemma":"טָפַשׁ","transliteration":"ṭâphash","pronunciation":"taw-fash'","derivation":"a primitive root;","strongs_definition":"properly, apparently to be thick; figuratively, to be stupid","kjv_definition":"be fat."} +{"id":"H2955","strongs_number":"H2955","system":"hebrew","language":"hebrew","number_value":2955,"lemma":"טָפַת","transliteration":"Ṭâphath","pronunciation":"taw-fath'","derivation":"probably from H5197 (נָטַף); a dropping (of ointment);","strongs_definition":"Taphath, an Israelitess","kjv_definition":"Taphath."} +{"id":"H2956","strongs_number":"H2956","system":"hebrew","language":"hebrew","number_value":2956,"lemma":"טָרַד","transliteration":"ṭârad","pronunciation":"taw-rad'","derivation":"a primitive root;","strongs_definition":"to drive on; figuratively, to follow close","kjv_definition":"continual."} +{"id":"H2957","strongs_number":"H2957","system":"hebrew","language":"hebrew","number_value":2957,"lemma":"טְרַד","transliteration":"ṭᵉrad","pronunciation":"ter-ad'","derivation":"(Aramaic) corresponding to H2956 (טָרַד);","strongs_definition":"to expel","kjv_definition":"drive."} +{"id":"H2958","strongs_number":"H2958","system":"hebrew","language":"hebrew","number_value":2958,"lemma":"טְרוֹם","transliteration":"ṭᵉrôwm","pronunciation":"ter-ome'","derivation":"a variation of H2962 (טֶרֶם);","strongs_definition":"not yet","kjv_definition":"before."} +{"id":"H2959","strongs_number":"H2959","system":"hebrew","language":"hebrew","number_value":2959,"lemma":"טָרַח","transliteration":"ṭârach","pronunciation":"taw-rakh'","derivation":"a primitive root;","strongs_definition":"to overburden","kjv_definition":"weary."} +{"id":"H2960","strongs_number":"H2960","system":"hebrew","language":"hebrew","number_value":2960,"lemma":"טֹרַח","transliteration":"ṭôrach","pronunciation":"to'-rakh","derivation":"from H2959 (טָרַח);","strongs_definition":"a burden","kjv_definition":"cumbrance, trouble."} +{"id":"H2961","strongs_number":"H2961","system":"hebrew","language":"hebrew","number_value":2961,"lemma":"טָרִי","transliteration":"ṭârîy","pronunciation":"taw-ree'","derivation":"from an unused root apparently meaning to be moist;","strongs_definition":"properly, dripping; hence, fresh (i.e. recently made such)","kjv_definition":"new, putrefying."} +{"id":"H2962","strongs_number":"H2962","system":"hebrew","language":"hebrew","number_value":2962,"lemma":"טֶרֶם","transliteration":"ṭerem","pronunciation":"teh'-rem","derivation":"from an unused root apparently meaning to interrupt or suspend;","strongs_definition":"properly, non-occurrence; used adverbially, not yet or before","kjv_definition":"before, ere, not yet."} +{"id":"H2963","strongs_number":"H2963","system":"hebrew","language":"hebrew","number_value":2963,"lemma":"טָרַף","transliteration":"ṭâraph","pronunciation":"taw-raf'","derivation":"a primitive root;","strongs_definition":"to pluck off or pull to pieces; causatively to supply with food (as in morsels)","kjv_definition":"catch, [idiom] without doubt, feed, ravin, rend in pieces, [idiom] surely, tear (in pieces)."} +{"id":"H2964","strongs_number":"H2964","system":"hebrew","language":"hebrew","number_value":2964,"lemma":"טֶרֶף","transliteration":"ṭereph","pronunciation":"teh'-ref","derivation":"from H2963 (טָרַף);","strongs_definition":"something torn, i.e. a fragment, e.g. a fresh leaf, prey, food","kjv_definition":"leaf, meat, prey, spoil."} +{"id":"H2965","strongs_number":"H2965","system":"hebrew","language":"hebrew","number_value":2965,"lemma":"טָרָף","transliteration":"ṭârâph","pronunciation":"taw-rawf'","derivation":"from H2963 (טָרַף);","strongs_definition":"recently torn off, i.e. fresh","kjv_definition":"pluckt off."} +{"id":"H2966","strongs_number":"H2966","system":"hebrew","language":"hebrew","number_value":2966,"lemma":"טְרֵפָה","transliteration":"ṭᵉrêphâh","pronunciation":"ter-ay-faw'","derivation":"feminine (collectively) of H2964 (טֶרֶף);","strongs_definition":"prey, i.e. flocks devoured by animals","kjv_definition":"ravin, (that which was) torn (of beasts, in pieces)."} +{"id":"H2967","strongs_number":"H2967","system":"hebrew","language":"hebrew","number_value":2967,"lemma":"טַרְפְּלַי","transliteration":"Ṭarpᵉlay","pronunciation":"tar-pel-ah'-ee","derivation":"(Aramaic) from a name of foreign derivation;","strongs_definition":"a Tarpelite (collectively) or inhabitants of Tarpel, a place in Assyria","kjv_definition":"Tarpelites. y"} +{"id":"H2968","strongs_number":"H2968","system":"hebrew","language":"hebrew","number_value":2968,"lemma":"יָאַב","transliteration":"yâʼab","pronunciation":"yaw-ab'","derivation":"a primitive root;","strongs_definition":"to desire","kjv_definition":"long."} +{"id":"H2969","strongs_number":"H2969","system":"hebrew","language":"hebrew","number_value":2969,"lemma":"יָאָה","transliteration":"yâʼâh","pronunciation":"yaw-aw'","derivation":"a primitive root;","strongs_definition":"to be suitable","kjv_definition":"appertain."} +{"id":"H2970","strongs_number":"H2970","system":"hebrew","language":"hebrew","number_value":2970,"lemma":"יַאֲזַנְיָה","transliteration":"Yaʼăzanyâh","pronunciation":"yah-az-an-yaw'","derivation":"or יַאֲזַנְיָהוּ; from H238 (אָזַן) and H3050 (יָהּ); heard of Jah;","strongs_definition":"Jaazanjah, the name of four Israelites","kjv_definition":"Jaazaniah. Compare H3153 (יְזַנְיָה)."} +{"id":"H2971","strongs_number":"H2971","system":"hebrew","language":"hebrew","number_value":2971,"lemma":"יָאִיר","transliteration":"Yâʼîyr","pronunciation":"yaw-ere'","derivation":"from H215 (אוֹר); enlightener;","strongs_definition":"Jair, the name of four Israelites","kjv_definition":"Jair."} +{"id":"H2972","strongs_number":"H2972","system":"hebrew","language":"hebrew","number_value":2972,"lemma":"יָאִרִי","transliteration":"Yâʼirîy","pronunciation":"yaw-ee-ree'","derivation":"patronymically from H2971 (יָאִיר);","strongs_definition":"a Jairite or descendant of Jair","kjv_definition":"Jairite."} +{"id":"H2973","strongs_number":"H2973","system":"hebrew","language":"hebrew","number_value":2973,"lemma":"יָאַל","transliteration":"yâʼal","pronunciation":"yaw-al'","derivation":"a primitive root;","strongs_definition":"properly, to be slack, i.e. (figuratively) to be foolish","kjv_definition":"dote, be (become, do) foolish(-ly)."} +{"id":"H2974","strongs_number":"H2974","system":"hebrew","language":"hebrew","number_value":2974,"lemma":"יָאַל","transliteration":"yâʼal","pronunciation":"yaw-al'","derivation":"a primitive root (probably rather the same as H2973 (יָאַל) through the idea of mental weakness);","strongs_definition":"properly, to yield, especially assent; hence (pos.) to undertake as an act of volition","kjv_definition":"assay, begin, be content, please, take upon, [idiom] willingly, would."} +{"id":"H2975","strongs_number":"H2975","system":"hebrew","language":"hebrew","number_value":2975,"lemma":"יְאֹר","transliteration":"yᵉʼôr","pronunciation":"yeh-ore'","derivation":"of Egyptian origin;","strongs_definition":"a channel, e.g. a fosse, canal, shaft; specifically the Nile, as the one river of Egypt, including its collateral trenches; also the Tigris, as the main river of Assyria","kjv_definition":"brook, flood, river, stream."} +{"id":"H2976","strongs_number":"H2976","system":"hebrew","language":"hebrew","number_value":2976,"lemma":"יָאַשׁ","transliteration":"yâʼash","pronunciation":"yaw-ash'","derivation":"a primitive root;","strongs_definition":"to desist, i.e. (figuratively) to despond","kjv_definition":"(cause to) despair, one that is desperate, be no hope."} +{"id":"H2977","strongs_number":"H2977","system":"hebrew","language":"hebrew","number_value":2977,"lemma":"יֹאשִׁיָּה","transliteration":"Yôʼshîyâh","pronunciation":"yo-shee-yaw'","derivation":"or יֹאשִׁיָּהוּ; from the same root as H803 (אֲשׁוּיָה) and H3050 (יָהּ); founded of Jah;","strongs_definition":"Joshijah, the name of two Israelites","kjv_definition":"Josiah."} +{"id":"H2978","strongs_number":"H2978","system":"hebrew","language":"hebrew","number_value":2978,"lemma":"יְאִתוֹן","transliteration":"yᵉʼithôwn","pronunciation":"yeh-ee-thone'","derivation":"from H857 (אָתָה);","strongs_definition":"an entry","kjv_definition":"entrance."} +{"id":"H2979","strongs_number":"H2979","system":"hebrew","language":"hebrew","number_value":2979,"lemma":"יְאָתְרַי","transliteration":"yᵉʼâthᵉray","pronunciation":"yeh-aw-ther-ah'ee","derivation":"from the same as H871 (אֲתָרִים); stepping;","strongs_definition":"Jeatherai, an Israelite","kjv_definition":"Jeaterai."} +{"id":"H2980","strongs_number":"H2980","system":"hebrew","language":"hebrew","number_value":2980,"lemma":"יָבַב","transliteration":"yâbab","pronunciation":"yaw-bab","derivation":"a primitive root;","strongs_definition":"to bawl","kjv_definition":"cry out."} +{"id":"H2981","strongs_number":"H2981","system":"hebrew","language":"hebrew","number_value":2981,"lemma":"יְבוּל","transliteration":"yᵉbûwl","pronunciation":"yeb-ool'","derivation":"from H2986 (יָבַל);","strongs_definition":"produce, i.e. a crop or (figuratively) wealth","kjv_definition":"fruit, increase."} +{"id":"H2982","strongs_number":"H2982","system":"hebrew","language":"hebrew","number_value":2982,"lemma":"יְבוּס","transliteration":"Yᵉbûwç","pronunciation":"yeb-oos'","derivation":"from H947 (בּוּס); trodden, i.e. threshing-place;","strongs_definition":"Jebus, the original name of Jerusalem","kjv_definition":"Jebus."} +{"id":"H2983","strongs_number":"H2983","system":"hebrew","language":"hebrew","number_value":2983,"lemma":"יְבוּסִי","transliteration":"Yᵉbûwçîy","pronunciation":"yeb-oo-see'","derivation":"patrial from H2982 (יְבוּס);","strongs_definition":"a Jebusite or inhabitant of Jebus","kjv_definition":"Jebusite(-s)."} +{"id":"H2984","strongs_number":"H2984","system":"hebrew","language":"hebrew","number_value":2984,"lemma":"יִבְחַר","transliteration":"Yibchar","pronunciation":"yib-khar'","derivation":"from H977 (בָּחַר); choice;","strongs_definition":"Jibchar, an Israelite","kjv_definition":"Ibhar."} +{"id":"H2985","strongs_number":"H2985","system":"hebrew","language":"hebrew","number_value":2985,"lemma":"יָבִין","transliteration":"Yâbîyn","pronunciation":"yaw-bene'","derivation":"from H995 (בִּין); intelligent;","strongs_definition":"Jabin, the name of two Canaanitish kings","kjv_definition":"Jabin."} +{"id":"H2986","strongs_number":"H2986","system":"hebrew","language":"hebrew","number_value":2986,"lemma":"יָבַל","transliteration":"yâbal","pronunciation":"yaw-bal'","derivation":"a primitive root;","strongs_definition":"properly, to flow; causatively, to bring (especially with pomp)","kjv_definition":"bring (forth), carry, lead (forth)."} +{"id":"H2987","strongs_number":"H2987","system":"hebrew","language":"hebrew","number_value":2987,"lemma":"יְבַל","transliteration":"yᵉbal","pronunciation":"yeb-al'","derivation":"(Aramaic) corresponding to H2986 (יָבַל);","strongs_definition":"to bring","kjv_definition":"bring, carry."} +{"id":"H2988","strongs_number":"H2988","system":"hebrew","language":"hebrew","number_value":2988,"lemma":"יָבָל","transliteration":"yâbâl","pronunciation":"yaw-bawl'","derivation":"from H2986 (יָבַל);","strongs_definition":"a stream","kjv_definition":"(water-) course, stream."} +{"id":"H2989","strongs_number":"H2989","system":"hebrew","language":"hebrew","number_value":2989,"lemma":"יָבָל","transliteration":"Yâbâl","pronunciation":"yaw-bawl'","derivation":"the same as H2988 (יָבָל);","strongs_definition":"Jabal, an antediluvian","kjv_definition":"Jabal."} +{"id":"H2990","strongs_number":"H2990","system":"hebrew","language":"hebrew","number_value":2990,"lemma":"יַבֵּל","transliteration":"yabbêl","pronunciation":"yab-bale'","derivation":"from H2986 (יָבַל);","strongs_definition":"having running sores","kjv_definition":"wen."} +{"id":"H2991","strongs_number":"H2991","system":"hebrew","language":"hebrew","number_value":2991,"lemma":"יִבְלְעָם","transliteration":"Yiblᵉʻâm","pronunciation":"yib-leh-awm'","derivation":"from H1104 (בָּלַע) and H5971 (עַם); devouring people;","strongs_definition":"Jibleam, a place in Palestine","kjv_definition":"Ibleam."} +{"id":"H2992","strongs_number":"H2992","system":"hebrew","language":"hebrew","number_value":2992,"lemma":"יָבַם","transliteration":"yâbam","pronunciation":"yaw-bam'","derivation":"a primitive root of doubtful meaning; used only as a denominative from H2993 (יָבָם);","strongs_definition":"to marry a (deceased) brother's widow","kjv_definition":"perform the duty of a husband's brother, marry."} +{"id":"H2993","strongs_number":"H2993","system":"hebrew","language":"hebrew","number_value":2993,"lemma":"יָבָם","transliteration":"yâbâm","pronunciation":"yaw-bawm'","derivation":"from (the orig. of) H2992 (יָבַם);","strongs_definition":"a brotherin-law","kjv_definition":"husband's brother."} +{"id":"H2994","strongs_number":"H2994","system":"hebrew","language":"hebrew","number_value":2994,"lemma":"יְבֵמֶת","transliteration":"Yᵉbêmeth","pronunciation":"yeb-ay'-meth","derivation":"feminine participle of H2992 (יָבַם);","strongs_definition":"a sister-in-law","kjv_definition":"brother's wife, sister in law."} +{"id":"H2995","strongs_number":"H2995","system":"hebrew","language":"hebrew","number_value":2995,"lemma":"יַבְנְאֵל","transliteration":"Yabnᵉʼêl","pronunciation":"yab-neh-ale'","derivation":"from H1129 (בָּנָה) and H410 (אֵל); built of God;","strongs_definition":"Jabneel, the name of two places in Palestine","kjv_definition":"Jabneel."} +{"id":"H2996","strongs_number":"H2996","system":"hebrew","language":"hebrew","number_value":2996,"lemma":"יַבְנֶה","transliteration":"Yabneh","pronunciation":"yab-neh'","derivation":"from H1129 (בָּנָה); a building;","strongs_definition":"Jabneh, a place in Palestine","kjv_definition":"Jabneh."} +{"id":"H2997","strongs_number":"H2997","system":"hebrew","language":"hebrew","number_value":2997,"lemma":"יִבְנְיָה","transliteration":"Yibnᵉyâh","pronunciation":"yib-neh-yaw'","derivation":"from H1129 (בָּנָה) and H3050 (יָהּ); built of Jah;","strongs_definition":"Jibnejah, an Israelite","kjv_definition":"Ibneiah."} +{"id":"H2998","strongs_number":"H2998","system":"hebrew","language":"hebrew","number_value":2998,"lemma":"יִבְנִיָּה","transliteration":"Yibnîyâh","pronunciation":"yib-nee-yaw'","derivation":"from H1129 (בָּנָה) and H3050 (יָהּ); building of Jah;","strongs_definition":"Jibnijah, an Israelite","kjv_definition":"Ibnijah."} +{"id":"H2999","strongs_number":"H2999","system":"hebrew","language":"hebrew","number_value":2999,"lemma":"יַבֹּק","transliteration":"Yabbôq","pronunciation":"yab-boke'","derivation":"probably from H1238 (בָּקַק); pouring forth;","strongs_definition":"Jabbok, a river east of the Jordan","kjv_definition":"Jabbok."} +{"id":"H3000","strongs_number":"H3000","system":"hebrew","language":"hebrew","number_value":3000,"lemma":"יְבֶרֶכְיָהוּ","transliteration":"Yᵉberekyâhûw","pronunciation":"yeb-eh-rek-yaw'-hoo","derivation":"from H1288 (בָרַךְ) and H3050 (יָהּ); blessed of Jah;","strongs_definition":"Jeberekjah, an Israelite","kjv_definition":"Jeberechiah."} +{"id":"H3001","strongs_number":"H3001","system":"hebrew","language":"hebrew","number_value":3001,"lemma":"יָבֵשׁ","transliteration":"yâbêsh","pronunciation":"yaw-bashe'","derivation":"a primitive root;","strongs_definition":"to be ashamed, confused or disappointed; also (as failing) to dry up (as water) or wither (as herbage)","kjv_definition":"be ashamed, clean, be confounded, (make) dry (up), (do) shame(-fully), [idiom] utterly, wither (away)."} +{"id":"H3002","strongs_number":"H3002","system":"hebrew","language":"hebrew","number_value":3002,"lemma":"יָבֵשׁ","transliteration":"yâbêsh","pronunciation":"yaw-bashe'","derivation":"from H3001 (יָבֵשׁ);","strongs_definition":"dry","kjv_definition":"dried (away), dry."} +{"id":"H3003","strongs_number":"H3003","system":"hebrew","language":"hebrew","number_value":3003,"lemma":"יָבֵשׁ","transliteration":"Yâbêsh","pronunciation":"yaw-bashe'","derivation":"the same as H3002 (יָבֵשׁ) (also יָבֵישׁ; often with the addition of H1568 (גִּלְעָד), i.e. Jabesh of Gilad);","strongs_definition":"Jobesh, the name of an Israelite and of a place in Palestine","kjv_definition":"Jobesh (-Gilead)."} +{"id":"H3004","strongs_number":"H3004","system":"hebrew","language":"hebrew","number_value":3004,"lemma":"יַבָּשָׁה","transliteration":"yabbâshâh","pronunciation":"yab-baw-shaw'","derivation":"from H3001 (יָבֵשׁ);","strongs_definition":"dry ground","kjv_definition":"dry (ground, land)."} +{"id":"H3005","strongs_number":"H3005","system":"hebrew","language":"hebrew","number_value":3005,"lemma":"יִבְשָׂם","transliteration":"Yibsâm","pronunciation":"yib-sawm'","derivation":"from the same as H1314 (בֶּשֶׂם); fragrant;","strongs_definition":"Jibsam, an Israelite","kjv_definition":"Jibsam."} +{"id":"H3006","strongs_number":"H3006","system":"hebrew","language":"hebrew","number_value":3006,"lemma":"יַבֶּשֶׁת","transliteration":"yabbesheth","pronunciation":"yab-beh'-sheth","derivation":"a variation of H3004 (יַבָּשָׁה);","strongs_definition":"dry ground","kjv_definition":"dry land."} +{"id":"H3007","strongs_number":"H3007","system":"hebrew","language":"hebrew","number_value":3007,"lemma":"יַבֶּשֶׁת","transliteration":"yabbesheth","pronunciation":"yab-beh'-sheth","derivation":"(Aramaic) corresponding to H3006 (יַבֶּשֶׁת);","strongs_definition":"dry land","kjv_definition":"earth."} +{"id":"H3008","strongs_number":"H3008","system":"hebrew","language":"hebrew","number_value":3008,"lemma":"יִגְאָל","transliteration":"Yigʼâl","pronunciation":"yig-awl'","derivation":"from H1350 (גָּאַל); avenger;","strongs_definition":"Jigal, the name of three Israelites","kjv_definition":"Igal, Igeal."} +{"id":"H3009","strongs_number":"H3009","system":"hebrew","language":"hebrew","number_value":3009,"lemma":"יָגַב","transliteration":"yâgab","pronunciation":"yaw-gab'","derivation":"a primitive root;","strongs_definition":"to dig or plow","kjv_definition":"husbandman."} +{"id":"H3010","strongs_number":"H3010","system":"hebrew","language":"hebrew","number_value":3010,"lemma":"יָגֵב","transliteration":"yâgêb","pronunciation":"yaw-gabe'","derivation":"from H3009 (יָגַב);","strongs_definition":"a plowed field","kjv_definition":"field."} +{"id":"H3011","strongs_number":"H3011","system":"hebrew","language":"hebrew","number_value":3011,"lemma":"יׇגְבְּהָה","transliteration":"Yogbᵉhâh","pronunciation":"yog-beh-haw'","derivation":"feminine from H1361 (גָּבַהּ); hillock;","strongs_definition":"Jogbehah, a place East of the Jordan","kjv_definition":"Jogbehah."} +{"id":"H3012","strongs_number":"H3012","system":"hebrew","language":"hebrew","number_value":3012,"lemma":"יִגְדַּלְיָהוּ","transliteration":"Yigdalyâhûw","pronunciation":"yig-dal-yaw'-hoo","derivation":"from H1431 (גָּדַל) and H3050 (יָהּ); magnified of Jah;","strongs_definition":"Jigdaljah, an Israelite","kjv_definition":"Igdaliah."} +{"id":"H3013","strongs_number":"H3013","system":"hebrew","language":"hebrew","number_value":3013,"lemma":"יָגָה","transliteration":"yâgâh","pronunciation":"yaw-gaw'","derivation":"a primitive root;","strongs_definition":"to grieve","kjv_definition":"afflict, cause grief, grieve, sorrowful, vex."} +{"id":"H3014","strongs_number":"H3014","system":"hebrew","language":"hebrew","number_value":3014,"lemma":"יָגָה","transliteration":"yâgâh","pronunciation":"yaw-gaw'","derivation":"a primitive root (probably rather the same as H3013 (יָגָה) through the common idea of dissatisfaction);","strongs_definition":"to push away","kjv_definition":"be removed."} +{"id":"H3015","strongs_number":"H3015","system":"hebrew","language":"hebrew","number_value":3015,"lemma":"יָגוֹן","transliteration":"yâgôwn","pronunciation":"yaw-gohn'","derivation":"from H3013 (יָגָה);","strongs_definition":"affliction","kjv_definition":"grief, sorrow."} +{"id":"H3016","strongs_number":"H3016","system":"hebrew","language":"hebrew","number_value":3016,"lemma":"יָגוֹר","transliteration":"yâgôwr","pronunciation":"yaw-gore'","derivation":"from H3025 (יָגֹר);","strongs_definition":"fearful","kjv_definition":"afraid, fearest."} +{"id":"H3017","strongs_number":"H3017","system":"hebrew","language":"hebrew","number_value":3017,"lemma":"יָגוּר","transliteration":"Yâgûwr","pronunciation":"yaw-goor'","derivation":"probably from H1481 (גּוּר); a lodging;","strongs_definition":"Jagur, a place in Palestine","kjv_definition":"Jagur."} +{"id":"H3018","strongs_number":"H3018","system":"hebrew","language":"hebrew","number_value":3018,"lemma":"יְגִיעַ","transliteration":"yᵉgîyaʻ","pronunciation":"yeg-ee'-ah","derivation":"from H3021 (יָגַע);","strongs_definition":"toil; hence, a work, produce, property (as the result of labor)","kjv_definition":"labour, work."} +{"id":"H3019","strongs_number":"H3019","system":"hebrew","language":"hebrew","number_value":3019,"lemma":"יָגִיעַ","transliteration":"yâgîyaʻ","pronunciation":"yaw-ghee'-ah","derivation":"from H3021 (יָגַע);","strongs_definition":"tired","kjv_definition":"weary."} +{"id":"H3020","strongs_number":"H3020","system":"hebrew","language":"hebrew","number_value":3020,"lemma":"יׇגְלִי","transliteration":"Yoglîy","pronunciation":"yog-lee'","derivation":"from H1540 (גָּלָה); exiled;","strongs_definition":"Jogli, an Israelite","kjv_definition":"Jogli."} +{"id":"H3021","strongs_number":"H3021","system":"hebrew","language":"hebrew","number_value":3021,"lemma":"יָגַע","transliteration":"yâgaʻ","pronunciation":"yaw-gah'","derivation":"a primitive root;","strongs_definition":"properly, to gasp; hence, to be exhausted, to tire, to toil","kjv_definition":"faint, (make to) labour, (be) weary."} +{"id":"H3022","strongs_number":"H3022","system":"hebrew","language":"hebrew","number_value":3022,"lemma":"יָגָע","transliteration":"yâgâʻ","pronunciation":"yaw-gaw'","derivation":"from H3021 (יָגַע);","strongs_definition":"earnings (as the product of toil)","kjv_definition":"that which he laboured for."} +{"id":"H3023","strongs_number":"H3023","system":"hebrew","language":"hebrew","number_value":3023,"lemma":"יָגֵעַ","transliteration":"yâgêaʻ","pronunciation":"yaw-gay'-ah","derivation":"from H3021 (יָגַע);","strongs_definition":"tired; hence (transitive) tiresome","kjv_definition":"full of labour, weary."} +{"id":"H3024","strongs_number":"H3024","system":"hebrew","language":"hebrew","number_value":3024,"lemma":"יְגִעָה","transliteration":"yᵉgiʻâh","pronunciation":"yeg-ee-aw'","derivation":"feminine of H3019 (יָגִיעַ);","strongs_definition":"fatigue","kjv_definition":"weariness."} +{"id":"H3025","strongs_number":"H3025","system":"hebrew","language":"hebrew","number_value":3025,"lemma":"יָגֹר","transliteration":"yâgôr","pronunciation":"yaw-gore'","derivation":"a primitive root;","strongs_definition":"to fear","kjv_definition":"be afraid, fear."} +{"id":"H3026","strongs_number":"H3026","system":"hebrew","language":"hebrew","number_value":3026,"lemma":"יְגַר שַׂהֲדוּתָא","transliteration":"Yᵉgar Sahădûwthâʼ","pronunciation":"yegar' sah-had-oo-thaw'","derivation":"(Aramaic) from a word derived from an unused root (meaning to gather) and a derivation of a root corresponding to H7717 (שָׂהֵד); heap of the testimony;","strongs_definition":"Jegar-Sahadutha, a cairn East of the Jordan","kjv_definition":"Jegar-Sahadutha."} +{"id":"H3027","strongs_number":"H3027","system":"hebrew","language":"hebrew","number_value":3027,"lemma":"יָד","transliteration":"yâd","pronunciation":"yawd","derivation":"a primitive word; in distinction from H3709 (כַּף), the closed one); used (as noun, adverb, etc.) in a great variety of applications, both literally and figuratively, both proximate and remote (as follows)","strongs_definition":"a hand (the open one (indicating power, means, direction, etc.),","kjv_definition":"([phrase] be) able, [idiom] about, [phrase] armholes, at, axletree, because of, beside, border, [idiom] bounty, [phrase] broad, (broken-) handed, [idiom] by, charge, coast, [phrase] consecrate, [phrase] creditor, custody, debt, dominion, [idiom] enough, [phrase] fellowship, force, [idiom] from, hand(-staves, -y work), [idiom] he, himself, [idiom] in, labour, [phrase] large, ledge, (left-) handed, means, [idiom] mine, ministry, near, [idiom] of, [idiom] order, ordinance, [idiom] our, parts, pain, power, [idiom] presumptuously, service, side, sore, state, stay, draw with strength, stroke, [phrase] swear, terror, [idiom] thee, [idiom] by them, [idiom] themselves, [idiom] thine own, [idiom] thou, through, [idiom] throwing, [phrase] thumb, times, [idiom] to, [idiom] under, [idiom] us, [idiom] wait on, (way-) side, where, [phrase] wide, [idiom] with (him, me, you), work, [phrase] yield, [idiom] yourselves."} +{"id":"H3028","strongs_number":"H3028","system":"hebrew","language":"hebrew","number_value":3028,"lemma":"יַד","transliteration":"yad","pronunciation":"yad","derivation":"(Aramaic) corresponding to H3027 (יָד)","strongs_definition":"{a hand (the open one (indicating power, means, direction, etc.)}","kjv_definition":"hand, power."} +{"id":"H3029","strongs_number":"H3029","system":"hebrew","language":"hebrew","number_value":3029,"lemma":"יְדָא","transliteration":"yᵉdâʼ","pronunciation":"yed-aw'","derivation":"(Aramaic) corresponding to H3034 (יָדָה);","strongs_definition":"to praise","kjv_definition":"(give) thank(-s)."} +{"id":"H3030","strongs_number":"H3030","system":"hebrew","language":"hebrew","number_value":3030,"lemma":"יִדְאֲלָה","transliteration":"Yidʼălâh","pronunciation":"yid-al-aw'","derivation":"of uncertain derivation;","strongs_definition":"Jidalah, a place in Palestine","kjv_definition":"Idalah."} +{"id":"H3031","strongs_number":"H3031","system":"hebrew","language":"hebrew","number_value":3031,"lemma":"יִדְבָּשׁ","transliteration":"Yidbâsh","pronunciation":"yid-bawsh'","derivation":"from the same as H1706 (דְּבַשׁ); perhaps honeyed;","strongs_definition":"Jidbash, an Israelite","kjv_definition":"Idbash."} +{"id":"H3032","strongs_number":"H3032","system":"hebrew","language":"hebrew","number_value":3032,"lemma":"יָדַד","transliteration":"yâdad","pronunciation":"yaw-dad'","derivation":"a primitive root; (compare H3034 (יָדָה))","strongs_definition":"properly, to handle, i.e. to throw, e.g. lots","kjv_definition":"cast."} +{"id":"H3033","strongs_number":"H3033","system":"hebrew","language":"hebrew","number_value":3033,"lemma":"יְדִדוּת","transliteration":"yᵉdidûwth","pronunciation":"yed-ee-dooth'","derivation":"from H3039 (יְדִיד);","strongs_definition":"properly, affection; concretely, a darling object","kjv_definition":"dearly beloved."} +{"id":"H3034","strongs_number":"H3034","system":"hebrew","language":"hebrew","number_value":3034,"lemma":"יָדָה","transliteration":"yâdâh","pronunciation":"yaw-daw'","derivation":"a primitive root; used only as denominative from H3027 (יָד); literally, to use (i.e. hold out) the hand;","strongs_definition":"physically, to throw (a stone, an arrow) at or away; especially to revere or worship (with extended hands); intensively, to bemoan (by wringing the hands)","kjv_definition":"cast (out), (make) confess(-ion), praise, shoot, (give) thank(-ful, -s, -sgiving)."} +{"id":"H3035","strongs_number":"H3035","system":"hebrew","language":"hebrew","number_value":3035,"lemma":"יִדּוֹ","transliteration":"Yiddôw","pronunciation":"yid-do'","derivation":"from H3034 (יָדָה); praised;","strongs_definition":"Jiddo, an Israelite","kjv_definition":"Iddo."} +{"id":"H3036","strongs_number":"H3036","system":"hebrew","language":"hebrew","number_value":3036,"lemma":"יָדוֹן","transliteration":"Yâdôwn","pronunciation":"yaw-done'","derivation":"from H3034 (יָדָה); thankful;","strongs_definition":"Jadon, an Israelite","kjv_definition":"Jadon."} +{"id":"H3037","strongs_number":"H3037","system":"hebrew","language":"hebrew","number_value":3037,"lemma":"יַדּוּעַ","transliteration":"Yaddûwaʻ","pronunciation":"yad-doo'-ah","derivation":"from H3045 (יָדַע); knowing;","strongs_definition":"Jaddua, the name of two Israelites","kjv_definition":"Jaddua."} +{"id":"H3038","strongs_number":"H3038","system":"hebrew","language":"hebrew","number_value":3038,"lemma":"יְדוּתוּן","transliteration":"Yᵉdûwthûwn","pronunciation":"yed-oo-thoon'","derivation":"or יְדֻתוּן; or יְדִיתוּן; probably from H3034 (יָדָה); laudatory;","strongs_definition":"Jeduthun, an Israelite","kjv_definition":"Jeduthun."} +{"id":"H3039","strongs_number":"H3039","system":"hebrew","language":"hebrew","number_value":3039,"lemma":"יְדִיד","transliteration":"yᵉdîyd","pronunciation":"yed-eed'","derivation":"from the same as H1730 (דּוֹד);","strongs_definition":"loved","kjv_definition":"amiable, (well-) beloved, loves."} +{"id":"H3040","strongs_number":"H3040","system":"hebrew","language":"hebrew","number_value":3040,"lemma":"יְדִידָה","transliteration":"Yᵉdîydâh","pronunciation":"yed-ee-daw'","derivation":"feminine of H3039 (יְדִיד); beloved;","strongs_definition":"Jedidah, an Israelitess","kjv_definition":"Jedidah."} +{"id":"H3041","strongs_number":"H3041","system":"hebrew","language":"hebrew","number_value":3041,"lemma":"יְדִידְיָה","transliteration":"Yᵉdîydᵉyâh","pronunciation":"yed-ee-deh-yaw'","derivation":"from H3039 (יְדִיד) and H3050 (יָהּ); beloved of Jah;","strongs_definition":"Jedidejah, a name of Solomon","kjv_definition":"Jedidiah."} +{"id":"H3042","strongs_number":"H3042","system":"hebrew","language":"hebrew","number_value":3042,"lemma":"יְדָיָה","transliteration":"Yᵉdâyâh","pronunciation":"yed-aw-yaw'","derivation":"from H3034 (יָדָה) and H3050 (יָהּ); praised of Jah;","strongs_definition":"Jedajah, the name of two Israelites","kjv_definition":"Jedaiah."} +{"id":"H3043","strongs_number":"H3043","system":"hebrew","language":"hebrew","number_value":3043,"lemma":"יְדִיעֲאֵל","transliteration":"Yᵉdîyʻăʼêl","pronunciation":"yed-ee-ah-ale'","derivation":"from H3045 (יָדַע) and H410 (אֵל); knowing God;","strongs_definition":"Jediael, the name of three Israelites","kjv_definition":"Jediael."} +{"id":"H3044","strongs_number":"H3044","system":"hebrew","language":"hebrew","number_value":3044,"lemma":"יִדְלָף","transliteration":"Yidlâph","pronunciation":"yid-lawf'","derivation":"from H1811 (דָּלַף); tearful;","strongs_definition":"Jidlaph, a Mesopotamian","kjv_definition":"Jidlaph."} +{"id":"H3045","strongs_number":"H3045","system":"hebrew","language":"hebrew","number_value":3045,"lemma":"יָדַע","transliteration":"yâdaʻ","pronunciation":"yaw-dah'","derivation":"a primitive root;","strongs_definition":"to know (properly, to ascertain by seeing); used in a great variety of senses, figuratively, literally, euphemistically and inferentially (including observation, care, recognition; and causatively, instruction, designation, punishment, etc.)","kjv_definition":"acknowledge, acquaintance(-ted with), advise, answer, appoint, assuredly, be aware, (un-) awares, can(-not), certainly, comprehend, consider, [idiom] could they, cunning, declare, be diligent, (can, cause to) discern, discover, endued with, familiar friend, famous, feel, can have, be (ig-) norant, instruct, kinsfolk, kinsman, (cause to let, make) know, (come to give, have, take) knowledge, have (knowledge), (be, make, make to be, make self) known, [phrase] be learned, [phrase] lie by man, mark, perceive, privy to, [idiom] prognosticator, regard, have respect, skilful, shew, can (man of) skill, be sure, of a surety, teach, (can) tell, understand, have (understanding), [idiom] will be, wist, wit, wot."} +{"id":"H3046","strongs_number":"H3046","system":"hebrew","language":"hebrew","number_value":3046,"lemma":"יְדַע","transliteration":"yᵉdaʻ","pronunciation":"yed-ah'","derivation":"(Aramaic) corresponding to H3045 (יָדַע)","strongs_definition":"{to know (properly, to ascertain by seeing); used in a great variety of senses, figuratively, literally, euphemistically and inferentially (including observation, care, recognition; and causatively, instruction, designation, punishment, etc.)}","kjv_definition":"certify, know, make known, teach."} +{"id":"H3047","strongs_number":"H3047","system":"hebrew","language":"hebrew","number_value":3047,"lemma":"יָדָע","transliteration":"Yâdâʻ","pronunciation":"yaw-daw'","derivation":"from H3045 (יָדַע); knowing;","strongs_definition":"Jada, an Israelite","kjv_definition":"Jada."} +{"id":"H3048","strongs_number":"H3048","system":"hebrew","language":"hebrew","number_value":3048,"lemma":"יְדַעְיָה","transliteration":"Yᵉdaʻyâh","pronunciation":"yed-ah-yaw'","derivation":"from H3045 (יָדַע) and H3050 (יָהּ); Jah has known;","strongs_definition":"Jedajah, the name of two Israelites","kjv_definition":"Jedaiah."} +{"id":"H3049","strongs_number":"H3049","system":"hebrew","language":"hebrew","number_value":3049,"lemma":"יִדְּעֹנִי","transliteration":"yiddᵉʻônîy","pronunciation":"yid-deh-o-nee'","derivation":"from H3045 (יָדַע);","strongs_definition":"properly, a knowing one; specifically, a conjurer; (by impl) a ghost","kjv_definition":"wizard."} +{"id":"H3050","strongs_number":"H3050","system":"hebrew","language":"hebrew","number_value":3050,"lemma":"יָהּ","transliteration":"Yâhh","pronunciation":"yaw","derivation":"contraction for H3068 (יְהֹוָה), and meaning the same;","strongs_definition":"Jah, the sacred name","kjv_definition":"Jah, the Lord, most vehement. Compare names in '-iah,' '-jah.'"} +{"id":"H3051","strongs_number":"H3051","system":"hebrew","language":"hebrew","number_value":3051,"lemma":"יָהַב","transliteration":"yâhab","pronunciation":"yaw-hab'","derivation":"a primitive root;","strongs_definition":"to give (whether literal or figurative); generally, to put; imperatively (reflexive) come","kjv_definition":"ascribe, bring, come on, give, go, set, take."} +{"id":"H3052","strongs_number":"H3052","system":"hebrew","language":"hebrew","number_value":3052,"lemma":"יְהַב","transliteration":"yᵉhab","pronunciation":"yeh-hab'","derivation":"(Aramaic) corresponding to H3051 (יָהַב)","strongs_definition":"{to give (whether literal or figurative); generally, to put; imperatively (reflexive) come}","kjv_definition":"deliver, give, lay, [phrase] prolong, pay, yield."} +{"id":"H3053","strongs_number":"H3053","system":"hebrew","language":"hebrew","number_value":3053,"lemma":"יְהָב","transliteration":"yᵉhâb","pronunciation":"ye-hawb'","derivation":"from H3051 (יָהַב);","strongs_definition":"properly, what is given (by Providence), i.e. a lot","kjv_definition":"burden."} +{"id":"H3054","strongs_number":"H3054","system":"hebrew","language":"hebrew","number_value":3054,"lemma":"יָהַד","transliteration":"yâhad","pronunciation":"yaw-had'","derivation":"denominative from a form corresponding to H3061 (יְהוּד)lemma יְהיּד yod, corrected to יְהוּד;","strongs_definition":"to Judaize, i.e. become Jewish","kjv_definition":"become Jews."} +{"id":"H3055","strongs_number":"H3055","system":"hebrew","language":"hebrew","number_value":3055,"lemma":"יְהֻד","transliteration":"Yᵉhud","pronunciation":"yeh-hood'","derivation":"a briefer form of one corresponding to H3061 (יְהוּד)lemma יְהיּד yod, corrected to יְהוּד;","strongs_definition":"Jehud, a place in Palestine","kjv_definition":"Jehud."} +{"id":"H3056","strongs_number":"H3056","system":"hebrew","language":"hebrew","number_value":3056,"lemma":"יֶהְדַי","transliteration":"Yehday","pronunciation":"yeh-dah'-ee","derivation":"perhaps from a form corresponding to H3061 (יְהוּד)lemma יְהיּד yod, corrected to יְהוּד; Judaistic;","strongs_definition":"Jehdai, an Israelite","kjv_definition":"Jehdai."} +{"id":"H3057","strongs_number":"H3057","system":"hebrew","language":"hebrew","number_value":3057,"lemma":"יְהֻדִיָּה","transliteration":"Yᵉhudîyâh","pronunciation":"yeh-hoo-dee-yaw'","derivation":"feminine of H3064 (יְהוּדִי);","strongs_definition":"Jehudijah, a Jewess","kjv_definition":"Jehudijah."} +{"id":"H3058","strongs_number":"H3058","system":"hebrew","language":"hebrew","number_value":3058,"lemma":"יֵהוּא","transliteration":"Yêhûwʼ","pronunciation":"yay-hoo'","derivation":"from H3068 (יְהֹוָה) and H1931 (הוּא); Jehovah (is) He;","strongs_definition":"Jehu, the name of five Israelites","kjv_definition":"Jehu."} +{"id":"H3059","strongs_number":"H3059","system":"hebrew","language":"hebrew","number_value":3059,"lemma":"יְהוֹאָחָז","transliteration":"Yᵉhôwʼâchâz","pronunciation":"yeh-ho-aw-khawz'","derivation":"from H3068 (יְהֹוָה) and H270 (אָחַז); Jehovah-seized;","strongs_definition":"Jehoachaz, the name of three Israelites","kjv_definition":"Jehoahaz. Compare H3099 (יוֹאָחָז)."} +{"id":"H3060","strongs_number":"H3060","system":"hebrew","language":"hebrew","number_value":3060,"lemma":"יְהוֹאָשׁ","transliteration":"Yᵉhôwʼâsh","pronunciation":"yeh-ho-awsh'","derivation":"from H3068 (יְהֹוָה) and (perhaps) H784 (אֵשׁ); Jehovah-fired;","strongs_definition":"Jehoash, the name of two Israelite kings","kjv_definition":"Jehoash. Compare H3101 (יוֹאָשׁ)."} +{"id":"H3061","strongs_number":"H3061","system":"hebrew","language":"hebrew","number_value":3061,"lemma":"יְהוּד","transliteration":"Yᵉhûwd","pronunciation":"yeh-hood'","derivation":"(Aramaic) contracted from a form corresponding to H3063 (יְהוּדָה);","strongs_definition":"properly, Judah, hence, Judaea","kjv_definition":"Jewry, Judah, Judea."} +{"id":"H3062","strongs_number":"H3062","system":"hebrew","language":"hebrew","number_value":3062,"lemma":"יְהוּדָאִי","transliteration":"Yᵉhûwdâʼîy","pronunciation":"yeh-hoo-daw-ee'","derivation":"(Aramaic) patrial from H3061 (יְהוּד)lemma יְהיּד yod, corrected to יְהוּד;","strongs_definition":"a Jehudaite (or Judaite), i.e. Jew","kjv_definition":"Jew."} +{"id":"H3063","strongs_number":"H3063","system":"hebrew","language":"hebrew","number_value":3063,"lemma":"יְהוּדָה","transliteration":"Yᵉhûwdâh","pronunciation":"yeh-hoo-daw'","derivation":"from H3034 (יָדָה); celebrated;","strongs_definition":"Jehudah (or Judah), the name of five Israelites; also of the tribe descended from the first, and of its territory","kjv_definition":"Judah."} +{"id":"H3064","strongs_number":"H3064","system":"hebrew","language":"hebrew","number_value":3064,"lemma":"יְהוּדִי","transliteration":"Yᵉhûwdîy","pronunciation":"yeh-hoo-dee'","derivation":"patronymically from H3063 (יְהוּדָה);","strongs_definition":"a Jehudite (i.e. Judaite or Jew), or descendant of Jehudah (i.e. Judah)","kjv_definition":"Jew."} +{"id":"H3065","strongs_number":"H3065","system":"hebrew","language":"hebrew","number_value":3065,"lemma":"יְהוּדִי","transliteration":"Yᵉhûwdîy","pronunciation":"yeh-hoo-dee'","derivation":"the same as H3064 (יְהוּדִי);","strongs_definition":"Jehudi, an Israelite","kjv_definition":"Jehudi."} +{"id":"H3066","strongs_number":"H3066","system":"hebrew","language":"hebrew","number_value":3066,"lemma":"יְהוּדִית","transliteration":"Yᵉhûwdîyth","pronunciation":"yeh-hoo-deeth'","derivation":"feminine of H3064 (יְהוּדִי);","strongs_definition":"the Jewish (used adverbially) language","kjv_definition":"in the Jews' language."} +{"id":"H3067","strongs_number":"H3067","system":"hebrew","language":"hebrew","number_value":3067,"lemma":"יְהוּדִית","transliteration":"Yᵉhûwdîyth","pronunciation":"yeh-ho-deeth'","derivation":"the same as H3066 (יְהוּדִית); Jewess;","strongs_definition":"Jehudith, a Canaanitess","kjv_definition":"Judith."} +{"id":"H3068","strongs_number":"H3068","system":"hebrew","language":"hebrew","number_value":3068,"lemma":"יְהֹוָה","transliteration":"Yᵉhôvâh","pronunciation":"yeh-ho-vaw'","derivation":"from H1961 (הָיָה); (the) self-Existent or Eternal;","strongs_definition":"Jehovah, Jewish national name of God","kjv_definition":"Jehovah, the Lord. Compare H3050 (יָהּ), H3069 (יְהֹוִה)."} +{"id":"H3069","strongs_number":"H3069","system":"hebrew","language":"hebrew","number_value":3069,"lemma":"יְהֹוִה","transliteration":"Yᵉhôvih","pronunciation":"yeh-ho-vee'","derivation":"a variation of H3068 (יְהֹוָה) (used after H136 (אֲדֹנָי), and pronounced by Jews as H430 (אֱלֹהִים), in order to prevent the repetition of the same sound, since they elsewhere pronounce H3068 (יְהֹוָה) as H136 (אֲדֹנָי))","strongs_definition":"{YHWH}","kjv_definition":"God."} +{"id":"H3070","strongs_number":"H3070","system":"hebrew","language":"hebrew","number_value":3070,"lemma":"יְהֹוָה יִרְאֶה","transliteration":"Yᵉhôvâh yirʼeh","pronunciation":"yeh-ho-vaw' yir-eh'","derivation":"from H3068 (יְהֹוָה) and H7200 (רָאָה); Jehovah will see (to it);","strongs_definition":"Jehovah-Jireh, a symbolical name for Mount Moriah","kjv_definition":"Jehovah-jireh."} +{"id":"H3071","strongs_number":"H3071","system":"hebrew","language":"hebrew","number_value":3071,"lemma":"יְהֹוָה נִסִּי","transliteration":"Yᵉhôvâh niççîy","pronunciation":"yeh-ho-vaw' nis-see'","derivation":"from H3068 (יְהֹוָה) and H5251 (נֵס) with the prononimal suffix; Jehovah (is) my banner;","strongs_definition":"Jehovah-Nissi, a symbolical name of an altar in the Desert","kjv_definition":"Jehovah-nissi."} +{"id":"H3072","strongs_number":"H3072","system":"hebrew","language":"hebrew","number_value":3072,"lemma":"יְהֹוָה צִדְקֵנוּ","transliteration":"Yᵉhôvâh tsidqênûw","pronunciation":"ye-ho-vaw' tsid-kay'-noo","derivation":"from H3068 (יְהֹוָה) and H6664 (צֶדֶק) with pronominal suffix; Jehovah (is) our right;","strongs_definition":"Jehovah-Tsidkenu, a symbolical epithet of the Messiah and of Jerusalem","kjv_definition":"the Lord our righteousness."} +{"id":"H3073","strongs_number":"H3073","system":"hebrew","language":"hebrew","number_value":3073,"lemma":"יְהֹוָה שָׁלוֹם","transliteration":"Yᵉhôvâh shâlôwm","pronunciation":"yeh-ho-vaw' shaw-lome'","derivation":"from H3068 (יְהֹוָה) and H7965 (שָׁלוֹם); Jehovah (is) peace;","strongs_definition":"Jehovah-Shalom, a symbolical name of an altar in Palestine","kjv_definition":"Jehovah-shalom."} +{"id":"H3074","strongs_number":"H3074","system":"hebrew","language":"hebrew","number_value":3074,"lemma":"יְהֹוָה שָׁמָּה","transliteration":"Yᵉhôvâh shâmmâh","pronunciation":"yeh-ho-vaw' shawm'-maw","derivation":"from H3068 (יְהֹוָה) and H8033 (שָׁם) with directive enclitic; Jehovah (is) thither;","strongs_definition":"Jehovah-Shammah, a symbolic title of Jerusalem","kjv_definition":"Jehovahshammah."} +{"id":"H3075","strongs_number":"H3075","system":"hebrew","language":"hebrew","number_value":3075,"lemma":"יְהוֹזָבָד","transliteration":"Yᵉhôwzâbâd","pronunciation":"yeh-ho-zaw-bawd'","derivation":"from H3068 (יְהֹוָה) and H2064 (זָבַד); Jehovah-endowed;","strongs_definition":"Jehozabad, the name of three Israelites","kjv_definition":"Jehozabad. Compare H3107 (יוֹזָבָד)."} +{"id":"H3076","strongs_number":"H3076","system":"hebrew","language":"hebrew","number_value":3076,"lemma":"יְהוֹחָנָן","transliteration":"Yᵉhôwchânân","pronunciation":"yeh-ho-khaw-nawn'","derivation":"from H3068 (יְהֹוָה) and H2603 (חָנַן); Jehovah-favored;","strongs_definition":"Jehochanan, the name of eight Israelites","kjv_definition":"Jehohanan, Johanan. Compare H3110 (יוֹחָנָן)."} +{"id":"H3077","strongs_number":"H3077","system":"hebrew","language":"hebrew","number_value":3077,"lemma":"יְהוֹיָדָע","transliteration":"Yᵉhôwyâdâʻ","pronunciation":"yeh-ho-yaw-daw'","derivation":"from H3068 (יְהֹוָה) and H3045 (יָדַע); Jehovah-known;","strongs_definition":"Jehojada, the name of three Israelites","kjv_definition":"Jehoiada. Compare H3111 (יוֹיָדָע)."} +{"id":"H3078","strongs_number":"H3078","system":"hebrew","language":"hebrew","number_value":3078,"lemma":"יְהוֹיָכִין","transliteration":"Yᵉhôwyâkîyn","pronunciation":"yeh-ho-yaw-keen'","derivation":"from H3068 (יְהֹוָה) and H3559 (כּוּן); Jehovah will establish;","strongs_definition":"Jehojakin, a Jewish king","kjv_definition":"Jehoiachin. Compare H3112 (יוֹיָכִין)."} +{"id":"H3079","strongs_number":"H3079","system":"hebrew","language":"hebrew","number_value":3079,"lemma":"יְהוֹיָקִים","transliteration":"Yᵉhôwyâqîym","pronunciation":"yeh-ho-yaw-keem'","derivation":"from H3068 (יְהֹוָה) abbreviated and H6965 (קוּם); Jehovah will raise;","strongs_definition":"Jehojakim, a Jewish king","kjv_definition":"Jehoiakim. Compare H3113 (יוֹיָקִים)."} +{"id":"H3080","strongs_number":"H3080","system":"hebrew","language":"hebrew","number_value":3080,"lemma":"יְהוֹיָרִיב","transliteration":"Yᵉhôwyârîyb","pronunciation":"yeh-ho-yaw-reeb'","derivation":"from H3068 (יְהֹוָה) and H7378 (רִיב); Jehovah will contend;","strongs_definition":"Jehojarib, the name of two Israelites","kjv_definition":"Jehoiarib. Compare H3114 (יוֹיָרִיב)."} +{"id":"H3081","strongs_number":"H3081","system":"hebrew","language":"hebrew","number_value":3081,"lemma":"יְהוּכַל","transliteration":"Yᵉhûwkal","pronunciation":"yeh-hoo-kal'","derivation":"from H3201 (יָכֹל); potent;","strongs_definition":"Jehukal, an Israelite","kjv_definition":"Jehucal. Compare H3116 (יוּכַל)."} +{"id":"H3082","strongs_number":"H3082","system":"hebrew","language":"hebrew","number_value":3082,"lemma":"יְהוֹנָדָב","transliteration":"Yᵉhôwnâdâb","pronunciation":"yeh-ho-naw-dawb'","derivation":"from H3068 (יְהֹוָה) and H5068 (נָדַב); Jehovah-largessed;","strongs_definition":"Jehonadab, the name of an Israelite and of an Arab","kjv_definition":"Jehonadab, Jonadab. Compare H3122 (יוֹנָדָב)."} +{"id":"H3083","strongs_number":"H3083","system":"hebrew","language":"hebrew","number_value":3083,"lemma":"יְהוֹנָתָן","transliteration":"Yᵉhôwnâthân","pronunciation":"yeh-ho-naw-thawn'","derivation":"from H3068 (יְהֹוָה) and H5414 (נָתַן); Jehovah-given;","strongs_definition":"Jehonathan, the name of four Israelites","kjv_definition":"Jonathan. Compare H3129 (יוֹנָתָן)."} +{"id":"H3084","strongs_number":"H3084","system":"hebrew","language":"hebrew","number_value":3084,"lemma":"יְהוֹסֵף","transliteration":"Yᵉhôwçêph","pronunciation":"yeh-ho-safe'","derivation":"a fuller form of H3130 (יוֹסֵף);","strongs_definition":"Jehoseph (i.e. Joseph), a son of Jacob","kjv_definition":"Joseph."} +{"id":"H3085","strongs_number":"H3085","system":"hebrew","language":"hebrew","number_value":3085,"lemma":"יְהוֹעַדָּה","transliteration":"Yᵉhôwʻaddâh","pronunciation":"yeh-ho-ad-daw'","derivation":"from H3068 (יְהֹוָה) and H5710 (עָדָה); Jehovah-adorned;","strongs_definition":"Jehoaddah, an Israelite","kjv_definition":"Jehoada."} +{"id":"H3086","strongs_number":"H3086","system":"hebrew","language":"hebrew","number_value":3086,"lemma":"יְהוֹעַדִּין","transliteration":"Yᵉhôwʻaddîyn","pronunciation":"yeh-ho-ad-deen'","derivation":"or יְהוֹעַדָּן; from H3068 (יְהֹוָה) and H5727 (עָדַן); Jehovahpleased;","strongs_definition":"Jehoaddin or Jehoaddan, an Israelitess","kjv_definition":"Jehoaddan."} +{"id":"H3087","strongs_number":"H3087","system":"hebrew","language":"hebrew","number_value":3087,"lemma":"יְהוֹצָדָק","transliteration":"Yᵉhôwtsâdâq","pronunciation":"yeh-ho-tsaw-dawk'","derivation":"from H3068 (יְהֹוָה) and H6663 (צָדַק); Jehovah-righted;","strongs_definition":"Jehotsadak, an Israelite","kjv_definition":"Jehozadek, Josedech. Compare H3136 (יוֹצָדָק)."} +{"id":"H3088","strongs_number":"H3088","system":"hebrew","language":"hebrew","number_value":3088,"lemma":"יְהוֹרָם","transliteration":"Yᵉhôwrâm","pronunciation":"yeh-ho-rawm'","derivation":"from H3068 (יְהֹוָה) and H7311 (רוּם); Jehovah-raised;","strongs_definition":"Jehoram, the name of a Syrian and of three Israelites","kjv_definition":"Jehoram, Joram. Compare H3141 (יוֹרָם)."} +{"id":"H3089","strongs_number":"H3089","system":"hebrew","language":"hebrew","number_value":3089,"lemma":"יְהוֹשֶׁבַע","transliteration":"Yᵉhôwshebaʻ","pronunciation":"yeh-ho-sheh'-bah","derivation":"from H3068 (יְהֹוָה) and H7650 (שָׁבַע); Jehovah-sworn;","strongs_definition":"Jehosheba, an Israelitess","kjv_definition":"Jehosheba. Compare H3090 (יְהוֹשַׁבְעַת)."} +{"id":"H3090","strongs_number":"H3090","system":"hebrew","language":"hebrew","number_value":3090,"lemma":"יְהוֹשַׁבְעַת","transliteration":"Yᵉhôwshabʻath","pronunciation":"yeh-ho-shab-ath'","derivation":"a form of H3089 (יְהוֹשֶׁבַע);","strongs_definition":"Jehoshabath, an Israelitess","kjv_definition":"Jehoshabeath."} +{"id":"H3091","strongs_number":"H3091","system":"hebrew","language":"hebrew","number_value":3091,"lemma":"יְהוֹשׁוּעַ","transliteration":"Yᵉhôwshûwaʻ","pronunciation":"yeh-ho-shoo'-ah","derivation":"or יְהוֹשֻׁעַ; from H3068 (יְהֹוָה) and H3467 (יָשַׁע); Jehovah-saved;","strongs_definition":"Jehoshua (i.e. Joshua), the Jewish leader","kjv_definition":"Jehoshua, Jehoshuah, Joshua. Compare H1954 (הוֹשֵׁעַ), H3442 (יֵשׁוּעַ)."} +{"id":"H3092","strongs_number":"H3092","system":"hebrew","language":"hebrew","number_value":3092,"lemma":"יְהוֹשָׁפָט","transliteration":"Yᵉhôwshâphâṭ","pronunciation":"yeh-ho-shaw-fawt'","derivation":"from H3068 (יְהֹוָה) and H8199 (שָׁפַט); Jehovah-judged;","strongs_definition":"Jehoshaphat, the name of six Israelites; also of a valley near Jerusalem","kjv_definition":"Jehoshaphat. Compare H3146 (יוֹשָׁפָט)."} +{"id":"H3093","strongs_number":"H3093","system":"hebrew","language":"hebrew","number_value":3093,"lemma":"יָהִיר","transliteration":"yâhîyr","pronunciation":"yaw-here'","derivation":"probably from the same as H2022 (הַר);","strongs_definition":"elated; hence, arrogant","kjv_definition":"haughty, proud."} +{"id":"H3094","strongs_number":"H3094","system":"hebrew","language":"hebrew","number_value":3094,"lemma":"יְהַלֶּלְאֵל","transliteration":"Yᵉhallelʼêl","pronunciation":"yeh-hal-lel-ale'","derivation":"from H1984 (הָלַל) and H410 (אֵל); praising God;","strongs_definition":"Jehallelel, the name of two Israelites","kjv_definition":"Jehalellel, Jehalelel."} +{"id":"H3095","strongs_number":"H3095","system":"hebrew","language":"hebrew","number_value":3095,"lemma":"יַהֲלֹם","transliteration":"yahălôm","pronunciation":"yah-hal-ome'","derivation":"from H1986 (הָלַם) (in the sense of hardness);","strongs_definition":"a precious stone, probably onyx","kjv_definition":"diamond."} +{"id":"H3096","strongs_number":"H3096","system":"hebrew","language":"hebrew","number_value":3096,"lemma":"יַהַץ","transliteration":"Yahats","pronunciation":"yah'-hats","derivation":"or יַהְצָה; or (feminine) יַהְצָה; from an unused root meaning to stamp; perhaps threshing-floor;","strongs_definition":"Jahats or Jahtsah, a place East of the Jordan","kjv_definition":"Jahaz, Jahazah, Jahzah."} +{"id":"H3097","strongs_number":"H3097","system":"hebrew","language":"hebrew","number_value":3097,"lemma":"יוֹאָב","transliteration":"Yôwʼâb","pronunciation":"yo-awb'","derivation":"from H3068 (יְהֹוָה) and H1 (אָב); Jehovah-fathered;","strongs_definition":"Joab, the name of three Israelites","kjv_definition":"Joab."} +{"id":"H3098","strongs_number":"H3098","system":"hebrew","language":"hebrew","number_value":3098,"lemma":"יוֹאָח","transliteration":"Yôwʼâch","pronunciation":"yo-awkh'","derivation":"from H3068 (יְהֹוָה) and H251 (אָח); Jehovahbrothered;","strongs_definition":"Joach, the name of four Israelites","kjv_definition":"Joah."} +{"id":"H3099","strongs_number":"H3099","system":"hebrew","language":"hebrew","number_value":3099,"lemma":"יוֹאָחָז","transliteration":"Yôwʼâchâz","pronunciation":"yo-aw-khawz'","derivation":"a form of H3059 (יְהוֹאָחָז);","strongs_definition":"Joachaz, the name of two Israelites","kjv_definition":"Jehoahaz, Joahaz."} +{"id":"H3100","strongs_number":"H3100","system":"hebrew","language":"hebrew","number_value":3100,"lemma":"יוֹאֵל","transliteration":"Yôwʼêl","pronunciation":"yo-ale'","derivation":"from H3068 (יְהֹוָה) and H410 (אֵל); Jehovah (is his) God;","strongs_definition":"Joel, the name of twelve Israelites","kjv_definition":"Joel."} +{"id":"H3101","strongs_number":"H3101","system":"hebrew","language":"hebrew","number_value":3101,"lemma":"יוֹאָשׁ","transliteration":"Yôwʼâsh","pronunciation":"yo-awsh'","derivation":"or יֹאָשׁ; (2 Chronicles 24:1), a form of H3060 (יְהוֹאָשׁ);","strongs_definition":"Joash, the name of six Israelites","kjv_definition":"Joash."} +{"id":"H3102","strongs_number":"H3102","system":"hebrew","language":"hebrew","number_value":3102,"lemma":"יוֹב","transliteration":"Yôwb","pronunciation":"yobe","derivation":"perhaps a form of H3103 (יוֹבָב), but more probably by erroneous transcription for H3437 (יָשׁוּב);","strongs_definition":"Job, an Israelite","kjv_definition":"Job."} +{"id":"H3103","strongs_number":"H3103","system":"hebrew","language":"hebrew","number_value":3103,"lemma":"יוֹבָב","transliteration":"Yôwbâb","pronunciation":"yo-bawb'","derivation":"from H2980 (יָבַב); howler;","strongs_definition":"Jobab, the name of two Israelites and of three foreigners","kjv_definition":"Jobab."} +{"id":"H3104","strongs_number":"H3104","system":"hebrew","language":"hebrew","number_value":3104,"lemma":"יוֹבֵל","transliteration":"yôwbêl","pronunciation":"yo-bale'","derivation":"or יֹבֵל; apparently from H2986 (יָבַל);","strongs_definition":"the blast of a horn (from its continuous sound); specifically, the signal of the silver trumpets; hence, the instrument itself and the festival thus introduced","kjv_definition":"jubile, ram's horn, trumpet."} +{"id":"H3105","strongs_number":"H3105","system":"hebrew","language":"hebrew","number_value":3105,"lemma":"יוּבַל","transliteration":"yûwbal","pronunciation":"yoo-bal'","derivation":"from H2986 (יָבַל);","strongs_definition":"a stream","kjv_definition":"river."} +{"id":"H3106","strongs_number":"H3106","system":"hebrew","language":"hebrew","number_value":3106,"lemma":"יוּבַל","transliteration":"Yûwbal","pronunciation":"yoo-bawl'","derivation":"from H2986 (יָבַל); stream;","strongs_definition":"Jubal, an antediluvian","kjv_definition":"Jubal."} +{"id":"H3107","strongs_number":"H3107","system":"hebrew","language":"hebrew","number_value":3107,"lemma":"יוֹזָבָד","transliteration":"Yôwzâbâd","pronunciation":"yo-zaw-bawd'","derivation":"a form of H3075 (יְהוֹזָבָד);","strongs_definition":"Jozabad, the name of ten Israelites","kjv_definition":"Josabad, Jozabad."} +{"id":"H3108","strongs_number":"H3108","system":"hebrew","language":"hebrew","number_value":3108,"lemma":"יוֹזָכָר","transliteration":"Yôwzâkâr","pronunciation":"yo-zaw-kawr'","derivation":"from H3068 (יְהֹוָה) and H2142 (זָכַר); Jehovah-remembered;","strongs_definition":"Jozacar, an Israelite","kjv_definition":"Jozachar."} +{"id":"H3109","strongs_number":"H3109","system":"hebrew","language":"hebrew","number_value":3109,"lemma":"יוֹחָא","transliteration":"Yôwchâʼ","pronunciation":"yo-khaw'","derivation":"probably from H3068 (יְהֹוָה) and a variation of H2421 (חָיָה); Jehovah-revived;","strongs_definition":"Jocha, the name of two Israelites","kjv_definition":"Joha."} +{"id":"H3110","strongs_number":"H3110","system":"hebrew","language":"hebrew","number_value":3110,"lemma":"יוֹחָנָן","transliteration":"Yôwchânân","pronunciation":"yo-khaw-nawn'","derivation":"a form of H3076 (יְהוֹחָנָן);","strongs_definition":"Jochanan, the name of nine Israelites","kjv_definition":"Johanan."} +{"id":"H3111","strongs_number":"H3111","system":"hebrew","language":"hebrew","number_value":3111,"lemma":"יוֹיָדָע","transliteration":"Yôwyâdâʻ","pronunciation":"yo-yaw-daw'","derivation":"a form of H3077 (יְהוֹיָדָע);","strongs_definition":"Jojada, the name of two Israelites","kjv_definition":"Jehoiada, Joiada."} +{"id":"H3112","strongs_number":"H3112","system":"hebrew","language":"hebrew","number_value":3112,"lemma":"יוֹיָכִין","transliteration":"Yôwyâkîyn","pronunciation":"yo-yaw-keen'","derivation":"a form of H3078 (יְהוֹיָכִין);","strongs_definition":"Jojakin, an Israelite king","kjv_definition":"Jehoiachin."} +{"id":"H3113","strongs_number":"H3113","system":"hebrew","language":"hebrew","number_value":3113,"lemma":"יוֹיָקִים","transliteration":"Yôwyâqîym","pronunciation":"yo-yaw-keem'","derivation":"a form of H3079 (יְהוֹיָקִים);","strongs_definition":"Jojakim, an Israelite","kjv_definition":"Joiakim. Compare H3137 (יוֹקִים)."} +{"id":"H3114","strongs_number":"H3114","system":"hebrew","language":"hebrew","number_value":3114,"lemma":"יוֹיָרִיב","transliteration":"Yôwyârîyb","pronunciation":"yo-yaw-reeb'","derivation":"a form of H3080 (יְהוֹיָרִיב);","strongs_definition":"Jojarib, the name of four Israelites","kjv_definition":"Joiarib."} +{"id":"H3115","strongs_number":"H3115","system":"hebrew","language":"hebrew","number_value":3115,"lemma":"יוֹכֶבֶד","transliteration":"Yôwkebed","pronunciation":"yo-keh'-bed","derivation":"from H3068 (יְהֹוָה) contracted and H3513 (כָּבַד); Jehovah-gloried;","strongs_definition":"Jokebed, the mother of Moses","kjv_definition":"Jochebed."} +{"id":"H3116","strongs_number":"H3116","system":"hebrew","language":"hebrew","number_value":3116,"lemma":"יוּכַל","transliteration":"Yûwkal","pronunciation":"yoo-kal'","derivation":"a form of H3081 (יְהוּכַל);","strongs_definition":"Jukal, an Israelite","kjv_definition":"Jucal."} +{"id":"H3117","strongs_number":"H3117","system":"hebrew","language":"hebrew","number_value":3117,"lemma":"יוֹם","transliteration":"yôwm","pronunciation":"yome","derivation":"from an unused root meaning to be hot;","strongs_definition":"a day (as the warm hours), whether literal (from sunrise to sunset, or from one sunset to the next), or figurative (a space of time defined by an associated term), (often used adverb)","kjv_definition":"age, [phrase] always, [phrase] chronicals, continually(-ance), daily, ((birth-), each, to) day, (now a, two) days (agone), [phrase] elder, [idiom] end, [phrase] evening, [phrase] (for) ever(-lasting, -more), [idiom] full, life, as (so) long as (... live), (even) now, [phrase] old, [phrase] outlived, [phrase] perpetually, presently, [phrase] remaineth, [idiom] required, season, [idiom] since, space, then, (process of) time, [phrase] as at other times, [phrase] in trouble, weather, (as) when, (a, the, within a) while (that), [idiom] whole ([phrase] age), (full) year(-ly), [phrase] younger."} +{"id":"H3118","strongs_number":"H3118","system":"hebrew","language":"hebrew","number_value":3118,"lemma":"יוֹם","transliteration":"yôwm","pronunciation":"yome","derivation":"(Aramaic) corresponding to H3117 (יוֹם);","strongs_definition":"a day","kjv_definition":"day (by day), time."} +{"id":"H3119","strongs_number":"H3119","system":"hebrew","language":"hebrew","number_value":3119,"lemma":"יוֹמָם","transliteration":"yôwmâm","pronunciation":"yo-mawm'","derivation":"from H3117 (יוֹם);","strongs_definition":"daily","kjv_definition":"daily, (by, in the) day(-time)."} +{"id":"H3120","strongs_number":"H3120","system":"hebrew","language":"hebrew","number_value":3120,"lemma":"יָוָן","transliteration":"Yâvân","pronunciation":"yaw-vawn'","derivation":"probably from the same as H3196 (יַיִן); effervescing (i.e. hot and active);","strongs_definition":"Javan, the name of a son of Joktan, and of the race (Ionians, i.e. Greeks) descended from him, with their territory; also of a place in Arabia","kjv_definition":"Javan."} +{"id":"H3121","strongs_number":"H3121","system":"hebrew","language":"hebrew","number_value":3121,"lemma":"יָוֵן","transliteration":"yâvên","pronunciation":"yaw-ven'","derivation":"from the same as H3196 (יַיִן);","strongs_definition":"properly, dregs (as effervescing); hence, mud","kjv_definition":"mire, miry."} +{"id":"H3122","strongs_number":"H3122","system":"hebrew","language":"hebrew","number_value":3122,"lemma":"יוֹנָדָב","transliteration":"Yôwnâdâb","pronunciation":"yo-naw-dawb'","derivation":"a form of H3082 (יְהוֹנָדָב);","strongs_definition":"Jonadab, the name of an Israelite and of a Rechabite","kjv_definition":"Jonadab."} +{"id":"H3123","strongs_number":"H3123","system":"hebrew","language":"hebrew","number_value":3123,"lemma":"יוֹנָה","transliteration":"yôwnâh","pronunciation":"yo-naw'","derivation":"probably from the same as H3196 (יַיִן);","strongs_definition":"a dove (apparently from the warmth of their mating)","kjv_definition":"dove, pigeon."} +{"id":"H3124","strongs_number":"H3124","system":"hebrew","language":"hebrew","number_value":3124,"lemma":"יוֹנָה","transliteration":"Yôwnâh","pronunciation":"yo-naw'","derivation":"the same as H3123 (יוֹנָה);","strongs_definition":"Jonah, an Israelite","kjv_definition":"Jonah."} +{"id":"H3125","strongs_number":"H3125","system":"hebrew","language":"hebrew","number_value":3125,"lemma":"יְוָנִי","transliteration":"Yᵉvânîy","pronunciation":"yev-aw-nee'","derivation":"patronymically from H3121 (יָוֵן);","strongs_definition":"a Jevanite, or descendant of Javan","kjv_definition":"Grecian."} +{"id":"H3126","strongs_number":"H3126","system":"hebrew","language":"hebrew","number_value":3126,"lemma":"יוֹנֵק","transliteration":"yôwnêq","pronunciation":"yo-nake'","derivation":"active participle of H3243 (יָנַק);","strongs_definition":"a sucker; hence, a twig (of a tree felled and sprouting)","kjv_definition":"tender plant."} +{"id":"H3127","strongs_number":"H3127","system":"hebrew","language":"hebrew","number_value":3127,"lemma":"יוֹנֶקֶת","transliteration":"yôwneqeth","pronunciation":"yo-neh'-keth","derivation":"feminine of H3126 (יוֹנֵק);","strongs_definition":"a sprout","kjv_definition":"(tender) branch, young twig."} +{"id":"H3128","strongs_number":"H3128","system":"hebrew","language":"hebrew","number_value":3128,"lemma":"יוֹנַת אֵלֶם רְחֹקִים","transliteration":"yôwnath ʼêlem rᵉchôqîym","pronunciation":"yo-nath' ay'-lem rekh-o-keem'","derivation":"from H3123 (יוֹנָה) and H482 (אֵלֶם) and the plural of H7350 (רָחוֹק);","strongs_definition":"dove of (the) silence (i.e. dumb Israel) of (i.e. among) distances (i.e. strangers); the title of a ditty (used for a name of its melody)","kjv_definition":"Jonath-elem-rechokim."} +{"id":"H3129","strongs_number":"H3129","system":"hebrew","language":"hebrew","number_value":3129,"lemma":"יוֹנָתָן","transliteration":"Yôwnâthân","pronunciation":"yo-naw-thawn'","derivation":"a form of H3083 (יְהוֹנָתָן);","strongs_definition":"Jonathan, the name of ten Israelites","kjv_definition":"Jonathan."} +{"id":"H3130","strongs_number":"H3130","system":"hebrew","language":"hebrew","number_value":3130,"lemma":"יוֹסֵף","transliteration":"Yôwçêph","pronunciation":"yo-safe'","derivation":"future of H3254 (יָסַף); let him add (or perhaps simply active participle adding);","strongs_definition":"Joseph, the name of seven Israelites","kjv_definition":"Joseph. Compare H3084 (יְהוֹסֵף)."} +{"id":"H3131","strongs_number":"H3131","system":"hebrew","language":"hebrew","number_value":3131,"lemma":"יוֹסִפְיָה","transliteration":"Yôwçiphyâh","pronunciation":"yo-sif-yaw'","derivation":"from active participle of H3254 (יָסַף) and H3050 (יָהּ); Jah (is) adding;","strongs_definition":"Josiphjah, an Israelite","kjv_definition":"Josiphiah."} +{"id":"H3132","strongs_number":"H3132","system":"hebrew","language":"hebrew","number_value":3132,"lemma":"יוֹעֵאלָה","transliteration":"Yôwʻêʼlâh","pronunciation":"yo-ay-law'","derivation":"perhaps feminine active participle of H3276 (יַעַל); furthermore;","strongs_definition":"Joelah, an Israelite","kjv_definition":"Joelah."} +{"id":"H3133","strongs_number":"H3133","system":"hebrew","language":"hebrew","number_value":3133,"lemma":"יוֹעֵד","transliteration":"Yôwʻêd","pronunciation":"yo-ade'","derivation":"apparently the active participle of H3259 (יָעַד); appointer;","strongs_definition":"Joed, an Israelite","kjv_definition":"Joed."} +{"id":"H3134","strongs_number":"H3134","system":"hebrew","language":"hebrew","number_value":3134,"lemma":"יוֹעֶזֶר","transliteration":"Yôwʻezer","pronunciation":"yo-eh'-zer","derivation":"from H3068 (יְהֹוָה) and H5828 (עֵזֶר); Jehovah (is his) help;","strongs_definition":"Joezer, an Israelite","kjv_definition":"Joezer."} +{"id":"H3135","strongs_number":"H3135","system":"hebrew","language":"hebrew","number_value":3135,"lemma":"יוֹעָשׁ","transliteration":"Yôwʻâsh","pronunciation":"yo-awsh'","derivation":"from H3068 (יְהֹוָה) and H5789 (עוּשׁ); Jehovahhastened;","strongs_definition":"Joash, the name of two Israelites","kjv_definition":"Joash."} +{"id":"H3136","strongs_number":"H3136","system":"hebrew","language":"hebrew","number_value":3136,"lemma":"יוֹצָדָק","transliteration":"Yôwtsâdâq","pronunciation":"yo-tsaw-dawk'","derivation":"a form of H3087 (יְהוֹצָדָק);","strongs_definition":"Jotsadak, an Israelite","kjv_definition":"Jozadak."} +{"id":"H3137","strongs_number":"H3137","system":"hebrew","language":"hebrew","number_value":3137,"lemma":"יוֹקִים","transliteration":"Yôwqîym","pronunciation":"yo-keem'","derivation":"a form of H3113 (יוֹיָקִים);","strongs_definition":"Jokim, an Israelite","kjv_definition":"Jokim."} +{"id":"H3138","strongs_number":"H3138","system":"hebrew","language":"hebrew","number_value":3138,"lemma":"יוֹרֶה","transliteration":"yôwreh","pronunciation":"yo-reh'","derivation":"active participle of H3384 (יָרָה);","strongs_definition":"sprinkling; hence, a sprinkling (or autumnal showers)","kjv_definition":"first rain, former (rain)."} +{"id":"H3139","strongs_number":"H3139","system":"hebrew","language":"hebrew","number_value":3139,"lemma":"יוֹרָה","transliteration":"Yôwrâh","pronunciation":"yo-raw'","derivation":"from H3384 (יָרָה); rainy;","strongs_definition":"Jorah, an Israelite","kjv_definition":"Jorah."} +{"id":"H3140","strongs_number":"H3140","system":"hebrew","language":"hebrew","number_value":3140,"lemma":"יוֹרַי","transliteration":"Yôwray","pronunciation":"yo-rah'-ee","derivation":"from H3384 (יָרָה); rainy;","strongs_definition":"Jorai, an Israelite","kjv_definition":"Jorai."} +{"id":"H3141","strongs_number":"H3141","system":"hebrew","language":"hebrew","number_value":3141,"lemma":"יוֹרָם","transliteration":"Yôwrâm","pronunciation":"yo-rawm'","derivation":"a form of H3088 (יְהוֹרָם);","strongs_definition":"Joram, the name of three Israelites and one Syrian","kjv_definition":"Joram."} +{"id":"H3142","strongs_number":"H3142","system":"hebrew","language":"hebrew","number_value":3142,"lemma":"יוּשַׁב חֶסֶד","transliteration":"Yûwshab Cheçed","pronunciation":"yoo-shab' kheh'-sed","derivation":"from H7725 (שׁוּב) and H2617 (חֵסֵד); kindness will be returned;","strongs_definition":"Jushab-Chesed, an Israelite","kjv_definition":"Jushab-hesed."} +{"id":"H3143","strongs_number":"H3143","system":"hebrew","language":"hebrew","number_value":3143,"lemma":"יוֹשִׁבְיָה","transliteration":"Yôwshibyâh","pronunciation":"yo-shi-yaw'","derivation":"from H3427 (יָשַׁב) and H3050 (יָהּ); Jehovah will cause to dwell;","strongs_definition":"Josibjah, an Israelite","kjv_definition":"Josibiah."} +{"id":"H3144","strongs_number":"H3144","system":"hebrew","language":"hebrew","number_value":3144,"lemma":"יוֹשָׁה","transliteration":"Yôwshâh","pronunciation":"yo-shaw'","derivation":"probably a form of H3145 (יוֹשַׁוְיָה);","strongs_definition":"Joshah, an Israelite","kjv_definition":"Joshah."} +{"id":"H3145","strongs_number":"H3145","system":"hebrew","language":"hebrew","number_value":3145,"lemma":"יוֹשַׁוְיָה","transliteration":"Yôwshavyâh","pronunciation":"yo-shav-yaw'","derivation":"from H3068 (יְהֹוָה) and H7737 (שָׁוָה); Jehovah-set;","strongs_definition":"Joshavjah, an Israelite","kjv_definition":"Joshaviah. Compare H3144 (יוֹשָׁה)."} +{"id":"H3146","strongs_number":"H3146","system":"hebrew","language":"hebrew","number_value":3146,"lemma":"יוֹשָׁפָט","transliteration":"Yôwshâphâṭ","pronunciation":"yo-shaw-fawt'","derivation":"a form of H3092 (יְהוֹשָׁפָט);","strongs_definition":"Joshaphat, an Israelite","kjv_definition":"Joshaphat."} +{"id":"H3147","strongs_number":"H3147","system":"hebrew","language":"hebrew","number_value":3147,"lemma":"יוֹתָם","transliteration":"Yôwthâm","pronunciation":"yo-thawm'","derivation":"from H3068 (יְהֹוָה) and H8535 (תָּם); Jehovah (is) perfect;","strongs_definition":"Jotham, the name of three Israelites","kjv_definition":"Jotham."} +{"id":"H3148","strongs_number":"H3148","system":"hebrew","language":"hebrew","number_value":3148,"lemma":"יוֹתֵר","transliteration":"yôwthêr","pronunciation":"yo-thare'","derivation":"active participle of H3498 (יָתַר);","strongs_definition":"properly, redundant; hence, over and above, as adjective, noun, adverb or conjunction","kjv_definition":"better, more(-over), over, profit."} +{"id":"H3149","strongs_number":"H3149","system":"hebrew","language":"hebrew","number_value":3149,"lemma":"יְזַוְאֵל","transliteration":"Yᵉzavʼêl","pronunciation":"yez-av-ale'","derivation":"from an unused root (meaning to sprinkle) and H410 (אֵל); sprinkled of God;","strongs_definition":"Jezavel, an Israelite","kjv_definition":"Jeziel (from the margin)."} +{"id":"H3150","strongs_number":"H3150","system":"hebrew","language":"hebrew","number_value":3150,"lemma":"יִזִּיָּה","transliteration":"Yizzîyâh","pronunciation":"yiz-zee-yaw'","derivation":"from the same as the first part of H3149 (יְזַוְאֵל) and H3050 (יָהּ); sprinkled of Jah;","strongs_definition":"Jizzijah, an Israelite","kjv_definition":"Jeziah."} +{"id":"H3151","strongs_number":"H3151","system":"hebrew","language":"hebrew","number_value":3151,"lemma":"יָזִיז","transliteration":"Yâzîyz","pronunciation":"yaw-zeez'","derivation":"from the same as H2123 (זִיז); he will make prominent;","strongs_definition":"Jaziz, an Israelite","kjv_definition":"Jaziz."} +{"id":"H3152","strongs_number":"H3152","system":"hebrew","language":"hebrew","number_value":3152,"lemma":"יִזְלִיאָה","transliteration":"Yizlîyʼâh","pronunciation":"yiz-lee-aw'","derivation":"perhaps from an unused root (meaning to draw up); he will draw out;","strongs_definition":"Jizliah, an Israelite","kjv_definition":"Jezliah."} +{"id":"H3153","strongs_number":"H3153","system":"hebrew","language":"hebrew","number_value":3153,"lemma":"יְזַנְיָה","transliteration":"Yᵉzanyâh","pronunciation":"yez-an-yaw'","derivation":"or יְזַנְיָהוּ; probably for H2970 (יַאֲזַנְיָה);","strongs_definition":"Jezanjah, an Israelite","kjv_definition":"Jezaniah."} +{"id":"H3154","strongs_number":"H3154","system":"hebrew","language":"hebrew","number_value":3154,"lemma":"יֶזַע","transliteration":"yezaʻ","pronunciation":"yeh'-zah","derivation":"from an unused root mean to ooze;","strongs_definition":"sweat, i.e. (by implication) a sweating dress","kjv_definition":"any thing that causeth sweat."} +{"id":"H3155","strongs_number":"H3155","system":"hebrew","language":"hebrew","number_value":3155,"lemma":"יִזְרָח","transliteration":"Yizrâch","pronunciation":"yiz-rawkh'","derivation":"a variation for H250 (אֶזְרָחִי);","strongs_definition":"a Jizrach (i.e. Ezrachite or Zarchite) or descendant of Zerach","kjv_definition":"Izrahite."} +{"id":"H3156","strongs_number":"H3156","system":"hebrew","language":"hebrew","number_value":3156,"lemma":"יִזְרַחְיָה","transliteration":"Yizrachyâh","pronunciation":"yiz-rakh-yaw'","derivation":"from H2224 (זָרַח) and H3050 (יָהּ); Jah will shine;","strongs_definition":"Jizrachjah, the name of two Israelites","kjv_definition":"Izrahiah, Jezrahiah."} +{"id":"H3157","strongs_number":"H3157","system":"hebrew","language":"hebrew","number_value":3157,"lemma":"יִזְרְעֵאל","transliteration":"Yizrᵉʻêʼl","pronunciation":"yiz-reh-ale'","derivation":"from H2232 (זָרַע) and H410 (אֵל); God will sow;","strongs_definition":"Jizreel, the name of two places in Palestine and of two Israelites","kjv_definition":"Jezreel."} +{"id":"H3158","strongs_number":"H3158","system":"hebrew","language":"hebrew","number_value":3158,"lemma":"יִזְרְעֵאלִי","transliteration":"Yizrᵉʻêʼlîy","pronunciation":"yiz-reh-ay-lee'","derivation":"patronymically from H3157 (יִזְרְעֵאל);","strongs_definition":"a Jizreelite or native of Jizreel","kjv_definition":"Jezreelite."} +{"id":"H3159","strongs_number":"H3159","system":"hebrew","language":"hebrew","number_value":3159,"lemma":"יִזְרְעֵאלִית","transliteration":"Yizrᵉʻêʼlîyth","pronunciation":"yiz-reh-ay-leeth'","derivation":"feminine of H3158 (יִזְרְעֵאלִי);","strongs_definition":"a Jezreelitess","kjv_definition":"Jezreelitess."} +{"id":"H3160","strongs_number":"H3160","system":"hebrew","language":"hebrew","number_value":3160,"lemma":"יְחֻבָּה","transliteration":"Yᵉchubbâh","pronunciation":"yekh-oob-baw'","derivation":"from H2247 (חָבָה); hidden;","strongs_definition":"Jechubbah, an Israelite","kjv_definition":"Jehubbah."} +{"id":"H3161","strongs_number":"H3161","system":"hebrew","language":"hebrew","number_value":3161,"lemma":"יָחַד","transliteration":"yâchad","pronunciation":"yaw-khad'","derivation":"a primitive root;","strongs_definition":"to be (or become) one","kjv_definition":"join, unite."} +{"id":"H3162","strongs_number":"H3162","system":"hebrew","language":"hebrew","number_value":3162,"lemma":"יַחַד","transliteration":"yachad","pronunciation":"yakh'-ad","derivation":"from H3161 (יָחַד);","strongs_definition":"properly, a unit, i.e. (adverb) unitedly","kjv_definition":"alike, at all (once), both, likewise, only, (al-) together, withal."} +{"id":"H3163","strongs_number":"H3163","system":"hebrew","language":"hebrew","number_value":3163,"lemma":"יַחְדוֹ","transliteration":"Yachdôw","pronunciation":"yakh-doe'","derivation":"from H3162 (יַחַד) with pronominal suffix; his unity, i.e. (adverb) together;","strongs_definition":"Jachdo, an Israelite","kjv_definition":"Jahdo."} +{"id":"H3164","strongs_number":"H3164","system":"hebrew","language":"hebrew","number_value":3164,"lemma":"יַחְדִּיאֵל","transliteration":"Yachdîyʼêl","pronunciation":"yakh-dee-ale'","derivation":"from H3162 (יַחַד) and H410 (אֵל); unity of God;","strongs_definition":"Jachdiel, an Israelite","kjv_definition":"Jahdiel."} +{"id":"H3165","strongs_number":"H3165","system":"hebrew","language":"hebrew","number_value":3165,"lemma":"יֶחְדִּיָּהוּ","transliteration":"Yechdîyâhûw","pronunciation":"yekh-dee-yaw'-hoo","derivation":"from H3162 (יַחַד) and H3050 (יָהּ); unity of Jah;","strongs_definition":"Jechdijah, the name of two Israelites","kjv_definition":"Jehdeiah."} +{"id":"H3166","strongs_number":"H3166","system":"hebrew","language":"hebrew","number_value":3166,"lemma":"יַחֲזִיאֵל","transliteration":"Yachăzîyʼêl","pronunciation":"yakh-az-ee-ale'","derivation":"from H2372 (חָזָה) and H410 (אֵל); beheld of God;","strongs_definition":"Jachaziel, the name of five Israelites","kjv_definition":"Jahaziel, Jahziel."} +{"id":"H3167","strongs_number":"H3167","system":"hebrew","language":"hebrew","number_value":3167,"lemma":"יַחְזְיָה","transliteration":"Yachzᵉyâh","pronunciation":"yakh-zeh-yaw'","derivation":"from H2372 (חָזָה) and H3050 (יָהּ); Jah will behold;","strongs_definition":"Jachzejah, an Israelite","kjv_definition":"Jahaziah."} +{"id":"H3168","strongs_number":"H3168","system":"hebrew","language":"hebrew","number_value":3168,"lemma":"יְחֶזְקֵאל","transliteration":"Yᵉchezqêʼl","pronunciation":"yekh-ez-kale'","derivation":"from H2388 (חָזַק) and H410 (אֵל); God will strengthen;","strongs_definition":"Jechezkel, the name of two Israelites","kjv_definition":"Ezekiel, Jehezekel."} +{"id":"H3169","strongs_number":"H3169","system":"hebrew","language":"hebrew","number_value":3169,"lemma":"יְחִזְקִיָּה","transliteration":"Yᵉchizqîyâh","pronunciation":"yekh-iz-kee-yaw'","derivation":"or יְחִזְקִיָּהוּ; from H3388 (יְרוּשָׁא) and H3050 (יָהּ); strengthened of Jah;","strongs_definition":"Jechizkijah, the name of five Israelites","kjv_definition":"Hezekiah, Jehizkiah. Compare H2396 (חִזְקִיָּה)."} +{"id":"H3170","strongs_number":"H3170","system":"hebrew","language":"hebrew","number_value":3170,"lemma":"יַחְזֵרָה","transliteration":"Yachzêrâh","pronunciation":"yakh-zay-raw'","derivation":"from the same as H2386 (חֲזִיר); perhaps protection;","strongs_definition":"Jachzerah, an Israelite","kjv_definition":"Jahzerah."} +{"id":"H3171","strongs_number":"H3171","system":"hebrew","language":"hebrew","number_value":3171,"lemma":"יְחִיאֵל","transliteration":"Yᵉchîyʼêl","pronunciation":"yekh-ee-ale'","derivation":"or (2 Chronicles 29:14) יְחַוְאֵל; from H2421 (חָיָה) and H410 (אֵל); God will live;","strongs_definition":"Jechiel (or Jechavel), the name of eight Israelites","kjv_definition":"Jehiel."} +{"id":"H3172","strongs_number":"H3172","system":"hebrew","language":"hebrew","number_value":3172,"lemma":"יְחִיאֵלִי","transliteration":"Yᵉchîyʼêlîy","pronunciation":"yekh-ee-ay-lee'","derivation":"patronymically from H3171 (יְחִיאֵל);","strongs_definition":"a Jechielite or descendant of Jechiel","kjv_definition":"Jehieli."} +{"id":"H3173","strongs_number":"H3173","system":"hebrew","language":"hebrew","number_value":3173,"lemma":"יָחִיד","transliteration":"yâchîyd","pronunciation":"yaw-kheed'","derivation":"from H3161 (יָחַד);","strongs_definition":"properly, united, i.e. sole; by implication, beloved; also lonely; (feminine) the life (as not to be replaced)","kjv_definition":"darling, desolate, only (child, son), solitary."} +{"id":"H3174","strongs_number":"H3174","system":"hebrew","language":"hebrew","number_value":3174,"lemma":"יְחִיָּה","transliteration":"Yᵉchîyâh","pronunciation":"yekh-ee-yaw'","derivation":"from H2421 (חָיָה) and H3050 (יָהּ); Jah will live;","strongs_definition":"Jechijah, an Israelite","kjv_definition":"Jehiah."} +{"id":"H3175","strongs_number":"H3175","system":"hebrew","language":"hebrew","number_value":3175,"lemma":"יָחִיל","transliteration":"yâchîyl","pronunciation":"yaw-kheel'","derivation":"from H3176 (יָחַל);","strongs_definition":"expectant","kjv_definition":"should hope."} +{"id":"H3176","strongs_number":"H3176","system":"hebrew","language":"hebrew","number_value":3176,"lemma":"יָחַל","transliteration":"yâchal","pronunciation":"yaw-chal'","derivation":"a primitive root;","strongs_definition":"to wait; by implication, to be patient, hope","kjv_definition":"(cause to, have, make to) hope, be pained, stay, tarry, trust, wait."} +{"id":"H3177","strongs_number":"H3177","system":"hebrew","language":"hebrew","number_value":3177,"lemma":"יַחְלְאֵל","transliteration":"Yachlᵉʼêl","pronunciation":"yakh-leh-ale'","derivation":"from H3176 (יָחַל) and H410 (אֵל); expectant of God;","strongs_definition":"Jachleel, an Israelite","kjv_definition":"Jahleel."} +{"id":"H3178","strongs_number":"H3178","system":"hebrew","language":"hebrew","number_value":3178,"lemma":"יַחְלְאֵלִי","transliteration":"Yachlᵉʼêlîy","pronunciation":"yakh-leh-ay-lee'","derivation":"patronymically from H3177 (יַחְלְאֵל);","strongs_definition":"a Jachleelite or descendant of Jachleel","kjv_definition":"Jahleelites."} +{"id":"H3179","strongs_number":"H3179","system":"hebrew","language":"hebrew","number_value":3179,"lemma":"יָחַם","transliteration":"yâcham","pronunciation":"yaw-kham'","derivation":"a primitive root;","strongs_definition":"probably to be hot; figuratively, to conceive","kjv_definition":"get heat, be hot, conceive, be warm."} +{"id":"H3180","strongs_number":"H3180","system":"hebrew","language":"hebrew","number_value":3180,"lemma":"יַחְמוּר","transliteration":"yachmûwr","pronunciation":"yakh-moor'","derivation":"from H2560 (חָמַר);","strongs_definition":"a kind of deer","kjv_definition":"fallow deer."} +{"id":"H3181","strongs_number":"H3181","system":"hebrew","language":"hebrew","number_value":3181,"lemma":"יַחְמַי","transliteration":"Yachmay","pronunciation":"yakh-mah'-ee","derivation":"probably from H3179 (יָחַם); hot;","strongs_definition":"Jachmai, an Israelite","kjv_definition":"Jahmai."} +{"id":"H3182","strongs_number":"H3182","system":"hebrew","language":"hebrew","number_value":3182,"lemma":"יָחֵף","transliteration":"yâchêph","pronunciation":"yaw-khafe'","derivation":"from an unused root meaning to take off the shoes;","strongs_definition":"unsandalled","kjv_definition":"barefoot, being unshod."} +{"id":"H3183","strongs_number":"H3183","system":"hebrew","language":"hebrew","number_value":3183,"lemma":"יַחְצְאֵל","transliteration":"Yachtsᵉʼêl","pronunciation":"yakh-tseh-ale'","derivation":"from H2673 (חָצָה)lemma חָעָה ayin, corrected to חָצָה and H410 (אֵל); God will allot;","strongs_definition":"Jachtseel, an Israelite","kjv_definition":"Jahzeel. Compare H3185 (יַחְצִיאֵל)."} +{"id":"H3184","strongs_number":"H3184","system":"hebrew","language":"hebrew","number_value":3184,"lemma":"יַחְצְאֵלִי","transliteration":"Yachtsᵉʼêlîy","pronunciation":"yakh-tseh-ay-lee'","derivation":"patronymically from H3183 (יַחְצְאֵל);","strongs_definition":"a Jachtseelite (collectively) or descendants of Jachtseel","kjv_definition":"Jahzeelites."} +{"id":"H3185","strongs_number":"H3185","system":"hebrew","language":"hebrew","number_value":3185,"lemma":"יַחְצִיאֵל","transliteration":"Yachtsîyʼêl","pronunciation":"yakh-tsee-ale'","derivation":"from H2673 (חָצָה)lemma חָעָה ayin, corrected to חָצָה and H410 (אֵל); allotted of God;","strongs_definition":"Jachtsiel, an Israelite","kjv_definition":"Jahziel. Compare H3183 (יַחְצְאֵל)."} +{"id":"H3186","strongs_number":"H3186","system":"hebrew","language":"hebrew","number_value":3186,"lemma":"יָחַר","transliteration":"yâchar","pronunciation":"yaw-khar'","derivation":"a primitive root;","strongs_definition":"to delay","kjv_definition":"tarry longer."} +{"id":"H3187","strongs_number":"H3187","system":"hebrew","language":"hebrew","number_value":3187,"lemma":"יָחַשׂ","transliteration":"yâchas","pronunciation":"yaw-khas'","derivation":"a primitive root; to sprout; used only as denominative from H3188 (יַחַשׂ);","strongs_definition":"to enroll by pedigree","kjv_definition":"(number after, number throughout the) genealogy (to be reckoned), be reckoned by genealogies."} +{"id":"H3188","strongs_number":"H3188","system":"hebrew","language":"hebrew","number_value":3188,"lemma":"יַחַשׂ","transliteration":"yachas","pronunciation":"yakh'-as","derivation":"from H3187 (יָחַשׂ);","strongs_definition":"a pedigree or family list (as growing spontaneously)","kjv_definition":"genealogy."} +{"id":"H3189","strongs_number":"H3189","system":"hebrew","language":"hebrew","number_value":3189,"lemma":"יַחַת","transliteration":"Yachath","pronunciation":"yakh'-ath","derivation":"from H3161 (יָחַד); unity;","strongs_definition":"Jachath, the name of four Israelites","kjv_definition":"Jahath."} +{"id":"H3190","strongs_number":"H3190","system":"hebrew","language":"hebrew","number_value":3190,"lemma":"יָטַב","transliteration":"yâṭab","pronunciation":"yaw-tab'","derivation":"a primitive root;","strongs_definition":"to be (causative) make well, literally (sound, beautiful) or figuratively (happy, successful, right)","kjv_definition":"be accepted, amend, use aright, benefit, be (make) better, seem best, make cheerful, be comely, [phrase] be content, diligent(-ly), dress, earnestly, find favour, give, be glad, do (be, make) good(-ness), be (make) merry, please ([phrase] well), shew more (kindness), skilfully, [idiom] very small, surely, make sweet, thoroughly, tire, trim, very, be (can, deal, entreat, go, have) well (said, seen)."} +{"id":"H3191","strongs_number":"H3191","system":"hebrew","language":"hebrew","number_value":3191,"lemma":"יְטַב","transliteration":"yᵉṭab","pronunciation":"yet-ab'","derivation":"(Aramaic) corresponding to H3190 (יָטַב)","strongs_definition":"{to be (causative) make well, literally (sound, beautiful) or figuratively (happy, successful, right)}","kjv_definition":"seem good."} +{"id":"H3192","strongs_number":"H3192","system":"hebrew","language":"hebrew","number_value":3192,"lemma":"יׇטְבָה","transliteration":"Yoṭbâh","pronunciation":"yot-baw'","derivation":"from H3190 (יָטַב); pleasantness;","strongs_definition":"Jotbah, a place in Palestine","kjv_definition":"Jotbah."} +{"id":"H3193","strongs_number":"H3193","system":"hebrew","language":"hebrew","number_value":3193,"lemma":"יׇטְבָתָה","transliteration":"Yoṭbâthâh","pronunciation":"yot-baw'-thaw","derivation":"from H3192 (יׇטְבָה);","strongs_definition":"Jotbathah, a place in the Desert","kjv_definition":"Jotbath, Jotbathah."} +{"id":"H3194","strongs_number":"H3194","system":"hebrew","language":"hebrew","number_value":3194,"lemma":"יֻטָּה","transliteration":"Yuṭṭâh","pronunciation":"yoo-taw'","derivation":"or יוּטָה; from H5186 (נָטָה); extended;","strongs_definition":"Juttah (or Jutah), a place in Palestine","kjv_definition":"Juttah."} +{"id":"H3195","strongs_number":"H3195","system":"hebrew","language":"hebrew","number_value":3195,"lemma":"יְטוּר","transliteration":"Yᵉṭûwr","pronunciation":"yet-oor'","derivation":"probably from the same as H2905 (טוּר); encircled (i.e. inclosed);","strongs_definition":"Jetur, a son of Ishmael","kjv_definition":"Jetur."} +{"id":"H3196","strongs_number":"H3196","system":"hebrew","language":"hebrew","number_value":3196,"lemma":"יַיִן","transliteration":"yayin","pronunciation":"yah'-yin","derivation":"from an unused root meaning to effervesce;","strongs_definition":"wine (as fermented); by implication, intoxication","kjv_definition":"banqueting, wine, wine(-bibber)."} +{"id":"H3197","strongs_number":"H3197","system":"hebrew","language":"hebrew","number_value":3197,"lemma":"יַךְ","transliteration":"yak","pronunciation":"yak","derivation":"by erroneous transcription for H3027 (יָד);","strongs_definition":"a hand or side","kjv_definition":"(way-) side."} +{"id":"H3198","strongs_number":"H3198","system":"hebrew","language":"hebrew","number_value":3198,"lemma":"יָכַח","transliteration":"yâkach","pronunciation":"yaw-kahh'","derivation":"a primitive root;","strongs_definition":"to be right (i.e. correct); reciprocal, to argue; causatively, to decide, justify or convict","kjv_definition":"appoint, argue, chasten, convince, correct(-ion), daysman, dispute, judge, maintain, plead, reason (together), rebuke, reprove(-r), surely, in any wise."} +{"id":"H3199","strongs_number":"H3199","system":"hebrew","language":"hebrew","number_value":3199,"lemma":"יָכִין","transliteration":"Yâkîyn","pronunciation":"yaw-keen'","derivation":"from H3559 (כּוּן); he (or it) will establish;","strongs_definition":"Jakin, the name of three Israelites and of a temple pillar","kjv_definition":"Jachin."} +{"id":"H3200","strongs_number":"H3200","system":"hebrew","language":"hebrew","number_value":3200,"lemma":"יָכִינִי","transliteration":"Yâkîynîy","pronunciation":"yaw-kee-nee'","derivation":"patronymically from H3199 (יָכִין)lemma יִכִין first vowel, corrected to יָכִין;","strongs_definition":"a Jakinite (collectively) or descendants of Jakin","kjv_definition":"Jachinites."} +{"id":"H3201","strongs_number":"H3201","system":"hebrew","language":"hebrew","number_value":3201,"lemma":"יָכֹל","transliteration":"yâkôl","pronunciation":"yaw-kole'","derivation":"or (fuller) יָכוֹל; a primitive root;","strongs_definition":"to be able, literally (can, could) or morally (may, might)","kjv_definition":"be able, any at all (ways), attain, can (away with, (-not)), could, endure, might, overcome, have power, prevail, still, suffer."} +{"id":"H3202","strongs_number":"H3202","system":"hebrew","language":"hebrew","number_value":3202,"lemma":"יְכֵל","transliteration":"yᵉkêl","pronunciation":"yek-ale'","derivation":"(Aramaic) or יְכִיל; (Aramaic), to H3201 (יָכֹל)","strongs_definition":"{to be able, literally (can, could) or morally (may, might)}","kjv_definition":"be able, can, couldest, prevail."} +{"id":"H3203","strongs_number":"H3203","system":"hebrew","language":"hebrew","number_value":3203,"lemma":"יְכׇלְיָה","transliteration":"Yᵉkolyâh","pronunciation":"yek-ol-yaw'","derivation":"and יְכׇלְיָהוּ; or (2 Chronicles 26:3) יְכִילְיָה; from H3201 (יָכֹל) and H3050 (יָהּ); Jah will enable;","strongs_definition":"Jekoljah or Jekiljah, an Israelitess","kjv_definition":"Jecholiah, Jecoliah."} +{"id":"H3204","strongs_number":"H3204","system":"hebrew","language":"hebrew","number_value":3204,"lemma":"יְכׇנְיָה","transliteration":"Yᵉkonyâh","pronunciation":"yek-on-yaw'","derivation":"and יְכׇנְיָהוּ; or (Jeremiah 27:20) יְכוֹנְיָה; from H3559 (כּוּן) and H3050 (יָהּ); Jah will establish;","strongs_definition":"Jekonjah, a Jewish king","kjv_definition":"Jeconiah. Compare H3659 (כׇּנְיָהוּ)."} +{"id":"H3205","strongs_number":"H3205","system":"hebrew","language":"hebrew","number_value":3205,"lemma":"יָלַד","transliteration":"yâlad","pronunciation":"yaw-lad'","derivation":"a primitive root;","strongs_definition":"to bear young; causatively, to beget; medically, to act as midwife; specifically, to show lineage","kjv_definition":"bear, beget, birth(-day), born, (make to) bring forth (children, young), bring up, calve, child, come, be delivered (of a child), time of delivery, gender, hatch, labour, (do the office of a) midwife, declare pedigrees, be the son of, (woman in, woman that) travail(-eth, -ing woman)."} +{"id":"H3206","strongs_number":"H3206","system":"hebrew","language":"hebrew","number_value":3206,"lemma":"יֶלֶד","transliteration":"yeled","pronunciation":"yeh'-led","derivation":"from H3205 (יָלַד);","strongs_definition":"something born, i.e. a lad or offspring","kjv_definition":"boy, child, fruit, son, young man (one)."} +{"id":"H3207","strongs_number":"H3207","system":"hebrew","language":"hebrew","number_value":3207,"lemma":"יַלְדָּה","transliteration":"yaldâh","pronunciation":"yal-daw'","derivation":"feminine of H3206 (יֶלֶד);","strongs_definition":"a lass","kjv_definition":"damsel, girl."} +{"id":"H3208","strongs_number":"H3208","system":"hebrew","language":"hebrew","number_value":3208,"lemma":"יַלְדוּת","transliteration":"yaldûwth","pronunciation":"yal-dooth'","derivation":"abstractly from H3206 (יֶלֶד);","strongs_definition":"boyhood (or girlhood)","kjv_definition":"childhood, youth."} +{"id":"H3209","strongs_number":"H3209","system":"hebrew","language":"hebrew","number_value":3209,"lemma":"יִלּוֹד","transliteration":"yillôwd","pronunciation":"yil-lode'","derivation":"passive from H3205 (יָלַד);","strongs_definition":"born","kjv_definition":"born."} +{"id":"H3210","strongs_number":"H3210","system":"hebrew","language":"hebrew","number_value":3210,"lemma":"יָלוֹן","transliteration":"Yâlôwn","pronunciation":"yaw-lone'","derivation":"from H3885 (לוּן); lodging;","strongs_definition":"Jalon, an Israelite","kjv_definition":"Jalon."} +{"id":"H3211","strongs_number":"H3211","system":"hebrew","language":"hebrew","number_value":3211,"lemma":"יָלִיד","transliteration":"yâlîyd","pronunciation":"yaw-leed'","derivation":"from H3205 (יָלַד);","strongs_definition":"born","kjv_definition":"(home-) born, child, son."} +{"id":"H3212","strongs_number":"H3212","system":"hebrew","language":"hebrew","number_value":3212,"lemma":"יָלַךְ","transliteration":"yâlak","pronunciation":"yaw-lak'","derivation":"a primitive root (compare H1980 (הָלַךְ));","strongs_definition":"to walk (literally or figuratively); causatively, to carry (in various senses)","kjv_definition":"[idiom] again, away, bear, bring, carry (away), come (away), depart, flow, [phrase] follow(-ing), get (away, hence, him), (cause to, made) go (away, -ing, -ne, one's way, out), grow, lead (forth), let down, march, prosper, [phrase] pursue, cause to run, spread, take away (-journey), vanish, (cause to) walk(-ing), wax, [idiom] be weak."} +{"id":"H3213","strongs_number":"H3213","system":"hebrew","language":"hebrew","number_value":3213,"lemma":"יָלַל","transliteration":"yâlal","pronunciation":"yaw-lal'","derivation":"a primitive root;","strongs_definition":"to howl (with a wailing tone) or yell (with a boisterous one)","kjv_definition":"(make to) howl, be howling."} +{"id":"H3214","strongs_number":"H3214","system":"hebrew","language":"hebrew","number_value":3214,"lemma":"יְלֵל","transliteration":"yᵉlêl","pronunciation":"yel-ale'","derivation":"from H3213 (יָלַל);","strongs_definition":"a howl","kjv_definition":"howling."} +{"id":"H3215","strongs_number":"H3215","system":"hebrew","language":"hebrew","number_value":3215,"lemma":"יְלָלָה","transliteration":"yᵉlâlâh","pronunciation":"yel-aw-law'","derivation":"feminine of H3214 (יְלֵל)","strongs_definition":"{a howl}","kjv_definition":"a howling."} +{"id":"H3216","strongs_number":"H3216","system":"hebrew","language":"hebrew","number_value":3216,"lemma":"יָלַע","transliteration":"yâlaʻ","pronunciation":"yaw-lah'","derivation":"a primitive root;","strongs_definition":"to blurt or utter inconsiderately","kjv_definition":"devour."} +{"id":"H3217","strongs_number":"H3217","system":"hebrew","language":"hebrew","number_value":3217,"lemma":"יַלֶּפֶת","transliteration":"yallepheth","pronunciation":"yal-leh'-feth","derivation":"from an unused root apparently meaning to stick or scrape;","strongs_definition":"scurf or tetter","kjv_definition":"scabbed."} +{"id":"H3218","strongs_number":"H3218","system":"hebrew","language":"hebrew","number_value":3218,"lemma":"יֶלֶק","transliteration":"yeleq","pronunciation":"yeh'-lek","derivation":"from an unused root meaning to lick up;","strongs_definition":"a devourer; specifically, the young locust","kjv_definition":"cankerworm, caterpillar."} +{"id":"H3219","strongs_number":"H3219","system":"hebrew","language":"hebrew","number_value":3219,"lemma":"יַלְקוּט","transliteration":"yalqûwṭ","pronunciation":"yal-koot'","derivation":"from H3950 (לָקַט);","strongs_definition":"a travelling pouch (as if for gleanings)","kjv_definition":"scrip."} +{"id":"H3220","strongs_number":"H3220","system":"hebrew","language":"hebrew","number_value":3220,"lemma":"יָם","transliteration":"yâm","pronunciation":"yawm","derivation":"from an unused root meaning to roar;","strongs_definition":"a sea (as breaking in noisy surf) or large body of water; specifically (with the article), the Mediterranean Sea; sometimes a large river, or an artifical basin; locally, the west, or (rarely) the south","kjv_definition":"sea ([idiom] -faring man, (-shore)), south, west (-ern, side, -ward)."} +{"id":"H3221","strongs_number":"H3221","system":"hebrew","language":"hebrew","number_value":3221,"lemma":"יָם","transliteration":"yâm","pronunciation":"yawm","derivation":"(Aramaic) corresponding to H3220 (יָם)","strongs_definition":"{a sea (as breaking in noisy surf) or large body of water; specifically (with the article), the Mediterranean Sea; sometimes a large river, or an artifical basin; locally, the west, or (rarely) the south}","kjv_definition":"sea."} +{"id":"H3222","strongs_number":"H3222","system":"hebrew","language":"hebrew","number_value":3222,"lemma":"יֵם","transliteration":"yêm","pronunciation":"yame","derivation":"from the same as H3117 (יוֹם);","strongs_definition":"a warm spring","kjv_definition":"mule."} +{"id":"H3223","strongs_number":"H3223","system":"hebrew","language":"hebrew","number_value":3223,"lemma":"יְמוּאֵל","transliteration":"Yᵉmûwʼêl","pronunciation":"yem-oo-ale'","derivation":"from H3117 (יוֹם) and H410 (אֵל); day of God;","strongs_definition":"Jemuel, an Israelite","kjv_definition":"Jemuel."} +{"id":"H3224","strongs_number":"H3224","system":"hebrew","language":"hebrew","number_value":3224,"lemma":"יְמִימָה","transliteration":"Yᵉmîymâh","pronunciation":"yem-ee-maw'","derivation":"perhaps from the same as H3117 (יוֹם); properly, warm, i.e. affectionate; hence, dove (compare H3123 (יוֹנָה));","strongs_definition":"Jemimah, one of Job's daughters","kjv_definition":"Jemimah."} +{"id":"H3225","strongs_number":"H3225","system":"hebrew","language":"hebrew","number_value":3225,"lemma":"יָמִין","transliteration":"yâmîyn","pronunciation":"yaw-meen'","derivation":"from H3231 (יָמַן);","strongs_definition":"the right hand or side (leg, eye) of a person or other object (as the stronger and more dexterous); locally, the south","kjv_definition":"[phrase] left-handed, right (hand, side), south."} +{"id":"H3226","strongs_number":"H3226","system":"hebrew","language":"hebrew","number_value":3226,"lemma":"יָמִין","transliteration":"Yâmîyn","pronunciation":"yaw-meen'","derivation":"the same as H3225 (יָמִין);","strongs_definition":"Jamin, the name of three Israelites","kjv_definition":"Jamin. See also H1144 (בִּנְיָמִין)."} +{"id":"H3227","strongs_number":"H3227","system":"hebrew","language":"hebrew","number_value":3227,"lemma":"יְמִינִי","transliteration":"yᵉmîynîy","pronunciation":"yem-ee-nee'","derivation":"for H3225 (יָמִין);","strongs_definition":"right","kjv_definition":"(on the) right (hand)."} +{"id":"H3228","strongs_number":"H3228","system":"hebrew","language":"hebrew","number_value":3228,"lemma":"יְמִינִי","transliteration":"Yᵉmîynîy","pronunciation":"yem-ee-nee'","derivation":"patronymically from H3226 (יָמִין);","strongs_definition":"a Jeminite (collectively) or descendants of Jamin","kjv_definition":"Jaminites. See also H1145 (בֶּן־יְמִינִי)."} +{"id":"H3229","strongs_number":"H3229","system":"hebrew","language":"hebrew","number_value":3229,"lemma":"יִמְלָא","transliteration":"Yimlâʼ","pronunciation":"yeem-law'","derivation":"or יִמְלָה; from H4390 (מָלֵא); full;","strongs_definition":"Jimla or Jimlah, an Israelite","kjv_definition":"Imla, Imlah."} +{"id":"H3230","strongs_number":"H3230","system":"hebrew","language":"hebrew","number_value":3230,"lemma":"יַמְלֵךְ","transliteration":"Yamlêk","pronunciation":"yam-lake'","derivation":"from H4427 (מָלַךְ); he will make king;","strongs_definition":"Jamlek, an Israelite","kjv_definition":"Jamlech."} +{"id":"H3231","strongs_number":"H3231","system":"hebrew","language":"hebrew","number_value":3231,"lemma":"יָמַן","transliteration":"yâman","pronunciation":"yaw-man'","derivation":"a primitive root; to be (physically) right (i.e. firm); but used only as denominative from H3225 (יָמִין) and transitive,","strongs_definition":"to be right-handed or take the right-hand side","kjv_definition":"go (turn) to (on, use) the right hand."} +{"id":"H3232","strongs_number":"H3232","system":"hebrew","language":"hebrew","number_value":3232,"lemma":"יִמְנָה","transliteration":"Yimnâh","pronunciation":"yim-naw'","derivation":"from H3231 (יָמַן); prosperity (as betokened by the right hand);","strongs_definition":"Jimnah, the name of two Israelites; also (with the article) of the posterity of one of them","kjv_definition":"Imna, Imnah, Jimnah, Jimnites."} +{"id":"H3233","strongs_number":"H3233","system":"hebrew","language":"hebrew","number_value":3233,"lemma":"יְמָנִי","transliteration":"yᵉmânîy","pronunciation":"yem-aw-nee'","derivation":"from H3231 (יָמַן);","strongs_definition":"right (i.e. at the right hand)","kjv_definition":"(on the) right (hand)."} +{"id":"H3234","strongs_number":"H3234","system":"hebrew","language":"hebrew","number_value":3234,"lemma":"יִמְנָע","transliteration":"Yimnâʻ","pronunciation":"yim-naw'","derivation":"from H4513 (מָנַע); he will restrain;","strongs_definition":"Jimna, an Israelite","kjv_definition":"Imna."} +{"id":"H3235","strongs_number":"H3235","system":"hebrew","language":"hebrew","number_value":3235,"lemma":"יָמַר","transliteration":"yâmar","pronunciation":"yaw-mar'","derivation":"a primitive root;","strongs_definition":"to exchange; by implication, to change places","kjv_definition":"boast selves, change."} +{"id":"H3236","strongs_number":"H3236","system":"hebrew","language":"hebrew","number_value":3236,"lemma":"יִמְרָה","transliteration":"Yimrâh","pronunciation":"yim-raw'","derivation":"probably from H3235 (יָמַר); interchange;","strongs_definition":"Jimrah, an Israelite","kjv_definition":"Imrah."} +{"id":"H3237","strongs_number":"H3237","system":"hebrew","language":"hebrew","number_value":3237,"lemma":"יָמַשׁ","transliteration":"yâmash","pronunciation":"yaw-mash'","derivation":"a primitive root;","strongs_definition":"to touch","kjv_definition":"feel."} +{"id":"H3238","strongs_number":"H3238","system":"hebrew","language":"hebrew","number_value":3238,"lemma":"יָנָה","transliteration":"yânâh","pronunciation":"yaw-naw'","derivation":"a primitive root;","strongs_definition":"to rage or be violent; by implication, to suppress, to maltreat","kjv_definition":"destroy, (thrust out by) oppress(-ing, -ion, -or), proud, vex, do violence."} +{"id":"H3239","strongs_number":"H3239","system":"hebrew","language":"hebrew","number_value":3239,"lemma":"יָנוֹחַ","transliteration":"Yânôwach","pronunciation":"yaw-no'-akh or (with enclitic) Yanowchah yaw-no'-khaw","derivation":"from H3240 (יָנַח); quiet;","strongs_definition":"Janoach or Janochah, a place in Palestine","kjv_definition":"Janoah, Janohah."} +{"id":"H3240","strongs_number":"H3240","system":"hebrew","language":"hebrew","number_value":3240,"lemma":"יָנַח","transliteration":"yânach","pronunciation":"yaw-nakh'","derivation":"a primitive root;","strongs_definition":"to deposit; by implication, to allow to stay","kjv_definition":"bestow, cast down, lay (down, up), leave (off), let alone (remain), pacify, place, put, set (down), suffer, withdraw, withhold. (The Hiphil forms with the dagesh are here referred to, in accordance with the older grammarians; but if any distinction of the kind is to be made, these should rather be referred to H5117 (נוּחַ), and the others here.)"} +{"id":"H3241","strongs_number":"H3241","system":"hebrew","language":"hebrew","number_value":3241,"lemma":"יָנִים","transliteration":"Yânîym","pronunciation":"yaw-neem'","derivation":"from H5123 (נוּם); asleep;","strongs_definition":"Janim, a place in Palestine","kjv_definition":"Janum (from the margin)."} +{"id":"H3242","strongs_number":"H3242","system":"hebrew","language":"hebrew","number_value":3242,"lemma":"יְנִיקָה","transliteration":"yᵉnîyqâh","pronunciation":"yen-ee-kaw'","derivation":"from H3243 (יָנַק);","strongs_definition":"a sucker or sapling","kjv_definition":"young twig."} +{"id":"H3243","strongs_number":"H3243","system":"hebrew","language":"hebrew","number_value":3243,"lemma":"יָנַק","transliteration":"yânaq","pronunciation":"yaw-nak'","derivation":"a primitive root;","strongs_definition":"to suck; causatively, to give milk","kjv_definition":"milch, nurse(-ing mother), (give, make to) suck(-ing child, -ling)."} +{"id":"H3244","strongs_number":"H3244","system":"hebrew","language":"hebrew","number_value":3244,"lemma":"יַנְשׁוּף","transliteration":"yanshûwph","pronunciation":"yan-shoof'","derivation":"or יַנְשׁוֹף; apparently from H5398 (נָשַׁף); (compare H5399 (נֶשֶׁף))","strongs_definition":"an unclean (acquatic) bird; probably the heron (perhaps from its blowing cry, or because the nightheron is meant ))","kjv_definition":"(great) owl.s"} +{"id":"H3245","strongs_number":"H3245","system":"hebrew","language":"hebrew","number_value":3245,"lemma":"יָסַד","transliteration":"yâçad","pronunciation":"yaw-sad'","derivation":"a primitive root;","strongs_definition":"to set (literally or figuratively); intensively, to found; reflexively, to sit down together, i.e. settle, consult","kjv_definition":"appoint, take counsel, establish, (lay the, lay for a) found(-ation), instruct, lay, ordain, set, [idiom] sure."} +{"id":"H3246","strongs_number":"H3246","system":"hebrew","language":"hebrew","number_value":3246,"lemma":"יְסֻד","transliteration":"yᵉçud","pronunciation":"yes-ood'","derivation":"from H3245 (יָסַד);","strongs_definition":"a foundation (figuratively, i.e. beginning)","kjv_definition":"[idiom] began."} +{"id":"H3247","strongs_number":"H3247","system":"hebrew","language":"hebrew","number_value":3247,"lemma":"יְסוֹד","transliteration":"yᵉçôwd","pronunciation":"yes-ode'","derivation":"from H3245 (יָסַד);","strongs_definition":"a foundation (literally or figuratively)","kjv_definition":"bottom, foundation, repairing"} +{"id":"H3248","strongs_number":"H3248","system":"hebrew","language":"hebrew","number_value":3248,"lemma":"יְסוּדָה","transliteration":"yᵉçûwdâh","pronunciation":"yes-oo-daw'","derivation":"feminine of H3246 (יְסֻד);","strongs_definition":"a foundation","kjv_definition":"foundation."} +{"id":"H3249","strongs_number":"H3249","system":"hebrew","language":"hebrew","number_value":3249,"lemma":"יָסוּר","transliteration":"yâçûwr","pronunciation":"yaw-soor'","derivation":"from H5493 (סוּר);","strongs_definition":"departing","kjv_definition":"they that depart"} +{"id":"H3250","strongs_number":"H3250","system":"hebrew","language":"hebrew","number_value":3250,"lemma":"יִסּוֹר","transliteration":"yiççôwr","pronunciation":"yis-sore'","derivation":"from H3256 (יָסַר);","strongs_definition":"a reprover","kjv_definition":"instruct."} +{"id":"H3251","strongs_number":"H3251","system":"hebrew","language":"hebrew","number_value":3251,"lemma":"יָסַךְ","transliteration":"yâçak","pronunciation":"yaw-sak'","derivation":"a primitive root;","strongs_definition":"to pour (intransitive)","kjv_definition":"be poured."} +{"id":"H3252","strongs_number":"H3252","system":"hebrew","language":"hebrew","number_value":3252,"lemma":"יִסְכָּה","transliteration":"Yiçkâh","pronunciation":"yis-kaw'","derivation":"from an unused root meaning to watch; observant;","strongs_definition":"Jiskah, sister of Lot","kjv_definition":"Iscah."} +{"id":"H3253","strongs_number":"H3253","system":"hebrew","language":"hebrew","number_value":3253,"lemma":"יִסְמַכְיָהוּ","transliteration":"Yiçmakyâhûw","pronunciation":"yis-mak-yaw-hoo'","derivation":"from H5564 (סָמַךְ) and H3050 (יָהּ); Jah will sustain;","strongs_definition":"Jismakjah, an Israelite","kjv_definition":"Ismachiah."} +{"id":"H3254","strongs_number":"H3254","system":"hebrew","language":"hebrew","number_value":3254,"lemma":"יָסַף","transliteration":"yâçaph","pronunciation":"yaw-saf'","derivation":"a primitive root;","strongs_definition":"to add or augment (often adverbial, to continue to do a thing)","kjv_definition":"add, [idiom] again, [idiom] any more, [idiom] cease, [idiom] come more, [phrase] conceive again, continue, exceed, [idiom] further, [idiom] gather together, get more, give more-over, [idiom] henceforth, increase (more and more), join, [idiom] longer (bring, do, make, much, put), [idiom] (the, much, yet) more (and more), proceed (further), prolong, put, be (strong-) er, [idiom] yet, yield."} +{"id":"H3255","strongs_number":"H3255","system":"hebrew","language":"hebrew","number_value":3255,"lemma":"יְסַף","transliteration":"yᵉçaph","pronunciation":"yes-af'","derivation":"(Aramaic) corresponding to H3254 (יָסַף)","strongs_definition":"{to add or augment (often adverbial, to continue to do a thing)}","kjv_definition":"add."} +{"id":"H3256","strongs_number":"H3256","system":"hebrew","language":"hebrew","number_value":3256,"lemma":"יָסַר","transliteration":"yâçar","pronunciation":"yaw-sar'","derivation":"a primitive root;","strongs_definition":"to chastise, literally (with blows) or figuratively (with words); hence, to instruct","kjv_definition":"bind, chasten, chastise, correct, instruct, punish, reform, reprove, sore, teach."} +{"id":"H3257","strongs_number":"H3257","system":"hebrew","language":"hebrew","number_value":3257,"lemma":"יָע","transliteration":"yâʻ","pronunciation":"yaw","derivation":"from H3261 (יָעָה);","strongs_definition":"a shovel","kjv_definition":"shovel."} +{"id":"H3258","strongs_number":"H3258","system":"hebrew","language":"hebrew","number_value":3258,"lemma":"יַעְבֵּץ","transliteration":"Yaʻbêts","pronunciation":"yah-bates'","derivation":"from an unused root probably meaning to grieve; sorrowful;","strongs_definition":"Jabets, the name of an Israelite, and also of a place in Palestine","kjv_definition":"Jabez."} +{"id":"H3259","strongs_number":"H3259","system":"hebrew","language":"hebrew","number_value":3259,"lemma":"יָעַד","transliteration":"yâʻad","pronunciation":"yaw-ad'","derivation":"a primitive root;","strongs_definition":"to fix upon (by agreement or appointment); by implication, to meet (at a stated time), to summon (to trial), to direct (in a certain quarter or position), to engage (for marriage)","kjv_definition":"agree,(maxke an) appoint(-ment, a time), assemble (selves), betroth, gather (selves, together), meet (together), set (a time)."} +{"id":"H3260","strongs_number":"H3260","system":"hebrew","language":"hebrew","number_value":3260,"lemma":"יֶעְדִּי","transliteration":"Yeʻdîy","pronunciation":"yed-ee'","derivation":"from H3259 (יָעַד); appointed;","strongs_definition":"Jedi, an Israelite","kjv_definition":"Iddo (from the margin) See H3035 (יִדּוֹ)."} +{"id":"H3261","strongs_number":"H3261","system":"hebrew","language":"hebrew","number_value":3261,"lemma":"יָעָה","transliteration":"yâʻâh","pronunciation":"yaw-aw'","derivation":"a primitive root; apparently","strongs_definition":"to brush aside","kjv_definition":"sweep away."} +{"id":"H3262","strongs_number":"H3262","system":"hebrew","language":"hebrew","number_value":3262,"lemma":"יְעוּאֵל","transliteration":"Yᵉʻûwʼêl","pronunciation":"yeh-oo-ale'","derivation":"from H3261 (יָעָה) and H410 (אֵל); carried away of God;","strongs_definition":"Jeuel, the name of four Israelites","kjv_definition":"Jehiel, Jeiel, Jeuel. Compare H3273 (יְעִיאֵל)."} +{"id":"H3263","strongs_number":"H3263","system":"hebrew","language":"hebrew","number_value":3263,"lemma":"יְעוּץ","transliteration":"Yᵉʻûwts","pronunciation":"yeh-oots'","derivation":"from H5779 (עוּץ); counsellor;","strongs_definition":"Jeuts, an Israelite","kjv_definition":"Jeuz"} +{"id":"H3264","strongs_number":"H3264","system":"hebrew","language":"hebrew","number_value":3264,"lemma":"יָעוֹר","transliteration":"yâʻôwr","pronunciation":"yaw-ore'","derivation":"a variation of H3298 (יַעֲרֶשְׁיָה);","strongs_definition":"a forest","kjv_definition":"wood."} +{"id":"H3265","strongs_number":"H3265","system":"hebrew","language":"hebrew","number_value":3265,"lemma":"יָעוּר","transliteration":"Yâʻûwr","pronunciation":"yaw-oor'","derivation":"apparently the passive participle of the same as H3293 (יַעַר); wooded;","strongs_definition":"Jaur, an Israelite","kjv_definition":"Jair(from the margin)."} +{"id":"H3266","strongs_number":"H3266","system":"hebrew","language":"hebrew","number_value":3266,"lemma":"יְעוּשׁ","transliteration":"Yᵉʻûwsh","pronunciation":"yeh-oosh'","derivation":"from H5789 (עוּשׁ); hasty;","strongs_definition":"Jeush, the name of an Edomite and of four Israelites","kjv_definition":"Jehush, Jeush. Compare H3274 (יְעִישׁ)."} +{"id":"H3267","strongs_number":"H3267","system":"hebrew","language":"hebrew","number_value":3267,"lemma":"יָעַז","transliteration":"yâʻaz","pronunciation":"yaw-az'","derivation":"a primitive root;","strongs_definition":"to be bold or obstinate","kjv_definition":"fierce."} +{"id":"H3268","strongs_number":"H3268","system":"hebrew","language":"hebrew","number_value":3268,"lemma":"יַעֲזִיאֵל","transliteration":"Yaʻăzîyʼêl","pronunciation":"yah-az-ee-ale'","derivation":"from H3267 (יָעַז) and H410 (אֵל); emboldened of God;","strongs_definition":"Jaaziel, an Israelite","kjv_definition":"Jaaziel."} +{"id":"H3269","strongs_number":"H3269","system":"hebrew","language":"hebrew","number_value":3269,"lemma":"יַעֲזִיָּהוּ","transliteration":"Yaʻăzîyâhûw","pronunciation":"yah-az-ee-yaw'-hoo","derivation":"from H3267 (יָעַז) and H3050 (יָהּ); emboldened of Jah;","strongs_definition":"Jaazijah, an Israelite","kjv_definition":"Jaaziah."} +{"id":"H3270","strongs_number":"H3270","system":"hebrew","language":"hebrew","number_value":3270,"lemma":"יַעֲזֵיר","transliteration":"Yaʻăzêyr","pronunciation":"yah-az-ayr'","derivation":"or יַעְזֵר; from H5826 (עָזַר); helpful;","strongs_definition":"Jaazer or Jazer, a place East of the Jordan","kjv_definition":"Jaazer, Jazer."} +{"id":"H3271","strongs_number":"H3271","system":"hebrew","language":"hebrew","number_value":3271,"lemma":"יָעַט","transliteration":"yâʻaṭ","pronunciation":"yaw-at'","derivation":"a primitive root;","strongs_definition":"to clothe","kjv_definition":"cover."} +{"id":"H3272","strongs_number":"H3272","system":"hebrew","language":"hebrew","number_value":3272,"lemma":"יְעַט","transliteration":"yᵉʻaṭ","pronunciation":"yeh-at'","derivation":"(Aramaic) corresponding to H3289 (יָעַץ);","strongs_definition":"to counsel; reflexively, to consult","kjv_definition":"counsellor, consult together."} +{"id":"H3273","strongs_number":"H3273","system":"hebrew","language":"hebrew","number_value":3273,"lemma":"יְעִיאֵל","transliteration":"Yᵉʻîyʼêl","pronunciation":"yeh-ee-ale'","derivation":"from H3261 (יָעָה) and H410 (אֵל); carried away of God;","strongs_definition":"Jeiel, the name of six Israelites","kjv_definition":"Jeiel, Jehiel. Compare H3262 (יְעוּאֵל)."} +{"id":"H3274","strongs_number":"H3274","system":"hebrew","language":"hebrew","number_value":3274,"lemma":"יְעִישׁ","transliteration":"Yᵉʻîysh","pronunciation":"yeh-eesh'","derivation":"from H5789 (עוּשׁ); hasty;","strongs_definition":"Jeish, the name of an Edomite and of a an Israelite","kjv_definition":"Jeush (from the margin). Compare H3266 (יְעוּשׁ)."} +{"id":"H3275","strongs_number":"H3275","system":"hebrew","language":"hebrew","number_value":3275,"lemma":"יַעְכָּן","transliteration":"Yaʻkân","pronunciation":"yah-kawn'","derivation":"from the same as H5912 (עָכָן); troublesome;","strongs_definition":"Jakan, an Israelite","kjv_definition":"Jachan."} +{"id":"H3276","strongs_number":"H3276","system":"hebrew","language":"hebrew","number_value":3276,"lemma":"יַעַל","transliteration":"yaʻal","pronunciation":"yaw-al'","derivation":"a primitive root;","strongs_definition":"properly, to ascend; figuratively, to be valuable (objectively; useful, subjectively; benefited)","kjv_definition":"[idiom] at all, set forward, can do good, (be, have) profit, (able)."} +{"id":"H3277","strongs_number":"H3277","system":"hebrew","language":"hebrew","number_value":3277,"lemma":"יָעֵל","transliteration":"yâʻêl","pronunciation":"yaw-ale'","derivation":"from H3276 (יַעַל);","strongs_definition":"an ibex (as climbing)","kjv_definition":"wild goat."} +{"id":"H3278","strongs_number":"H3278","system":"hebrew","language":"hebrew","number_value":3278,"lemma":"יָעֵל","transliteration":"Yâʻêl","pronunciation":"yaw-ale'","derivation":"the same as H3277 (יָעֵל);","strongs_definition":"Jael, a Canaanite","kjv_definition":"Jael."} +{"id":"H3279","strongs_number":"H3279","system":"hebrew","language":"hebrew","number_value":3279,"lemma":"יַעֲלָא","transliteration":"Yaʻălâʼ","pronunciation":"yah-al-aw'","derivation":"or יַעֲלָה; the same as H3280 (יַעֲלָה) or direct from H3276 (יַעַל);","strongs_definition":"Jaala or Jaalah, one of the Nethinim","kjv_definition":"Jaala, Jaalah."} +{"id":"H3280","strongs_number":"H3280","system":"hebrew","language":"hebrew","number_value":3280,"lemma":"יַעֲלָה","transliteration":"yaʻălâh","pronunciation":"yah-al-aw'","derivation":"feminine of H3277 (יָעֵל)","strongs_definition":"{an ibex (as climbing)}","kjv_definition":"roe."} +{"id":"H3281","strongs_number":"H3281","system":"hebrew","language":"hebrew","number_value":3281,"lemma":"יַעְלָם","transliteration":"Yaʻlâm","pronunciation":"yah-lawm'","derivation":"from H5956 (עָלַם); occult;","strongs_definition":"Jalam, an Edomite","kjv_definition":"Jalam."} +{"id":"H3282","strongs_number":"H3282","system":"hebrew","language":"hebrew","number_value":3282,"lemma":"יַעַן","transliteration":"yaʻan","pronunciation":"yah'-an","derivation":"from an unused root meaning to pay attention;","strongs_definition":"properly, heed; by implication, purpose (sake or account); used adverbially to indicate the reason or cause","kjv_definition":"because (that), forasmuch ([phrase] as), seeing then, [phrase] that, [phrase] wheras, [phrase] why."} +{"id":"H3283","strongs_number":"H3283","system":"hebrew","language":"hebrew","number_value":3283,"lemma":"יָעֵן","transliteration":"yâʻên","pronunciation":"yaw-ane'","derivation":"from the same as H3282 (יַעַן);","strongs_definition":"the ostrich (probably from its answering cry","kjv_definition":"ostrich."} +{"id":"H3284","strongs_number":"H3284","system":"hebrew","language":"hebrew","number_value":3284,"lemma":"יַעֲנָה","transliteration":"yaʻănâh","pronunciation":"yah-an-aw'","derivation":"feminine of H3283 (יָעֵן), and meaning the same","strongs_definition":"{the ostrich (probably from its answering cry}","kjv_definition":"[phrase] owl."} +{"id":"H3285","strongs_number":"H3285","system":"hebrew","language":"hebrew","number_value":3285,"lemma":"יַעֲנַי","transliteration":"Yaʻănay","pronunciation":"yah-an-ah'ee","derivation":"from the same as H3283 (יָעֵן); responsive;","strongs_definition":"Jaanai, an Israelite","kjv_definition":"Jaanai."} +{"id":"H3286","strongs_number":"H3286","system":"hebrew","language":"hebrew","number_value":3286,"lemma":"יָעַף","transliteration":"yâʻaph","pronunciation":"yaw-af'","derivation":"a primitive root;","strongs_definition":"to tire (as if from wearisome flight)","kjv_definition":"faint, cause to fly, (be) weary (self)."} +{"id":"H3287","strongs_number":"H3287","system":"hebrew","language":"hebrew","number_value":3287,"lemma":"יָעֵף","transliteration":"yâʻêph","pronunciation":"yaw-afe'","derivation":"from H3286 (יָעַף);","strongs_definition":"fatigued; figuratively, exhausted","kjv_definition":"faint, weary."} +{"id":"H3288","strongs_number":"H3288","system":"hebrew","language":"hebrew","number_value":3288,"lemma":"יְעָף","transliteration":"yᵉʻâph","pronunciation":"yeh-awf'","derivation":"from H3286 (יָעַף);","strongs_definition":"fatigue (adverb, utterly exhausted)","kjv_definition":"swiftly.e"} +{"id":"H3289","strongs_number":"H3289","system":"hebrew","language":"hebrew","number_value":3289,"lemma":"יָעַץ","transliteration":"yâʻats","pronunciation":"yaw-ats'","derivation":"a primitive root;","strongs_definition":"to advise; reflexively, to deliberate or resolve","kjv_definition":"advertise, take advise, advise (well), consult, (give, take) counsel(-lor), determine, devise, guide, purpose."} +{"id":"H3290","strongs_number":"H3290","system":"hebrew","language":"hebrew","number_value":3290,"lemma":"יַעֲקֹב","transliteration":"Yaʻăqôb","pronunciation":"yah-ak-obe'","derivation":"from H6117 (עָקַב); heel-catcher (i.e. supplanter);","strongs_definition":"Jaakob, the Israelitish patriarch","kjv_definition":"Jacob."} +{"id":"H3291","strongs_number":"H3291","system":"hebrew","language":"hebrew","number_value":3291,"lemma":"יַעֲקֹבָה","transliteration":"Yaʻăqôbâh","pronunciation":"yah-ak-o'-baw","derivation":"from H3290 (יַעֲקֹב);","strongs_definition":"Jaakobah, an Israelite","kjv_definition":"Jaakobah."} +{"id":"H3292","strongs_number":"H3292","system":"hebrew","language":"hebrew","number_value":3292,"lemma":"יַעֲקָן","transliteration":"Yaʻăqân","pronunciation":"yah-ak-awn'","derivation":"from the same as H6130 (עָקָן);","strongs_definition":"Jaakan, an Idumaean","kjv_definition":"Jaakan. Compare H1142 (בְּנֵי יַעֲקָן)."} +{"id":"H3293","strongs_number":"H3293","system":"hebrew","language":"hebrew","number_value":3293,"lemma":"יַעַר","transliteration":"yaʻar","pronunciation":"yah'-ar","derivation":"from an unused root probably meaning to thicken with verdure;","strongs_definition":"a copse of bushes; hence, a forest; hence, honey in the comb (as hived in trees)","kjv_definition":"(honey-) comb, forest, wood."} +{"id":"H3294","strongs_number":"H3294","system":"hebrew","language":"hebrew","number_value":3294,"lemma":"יַעְרָה","transliteration":"Yaʻrâh","pronunciation":"yah-raw'","derivation":"a form of H3295 (יַעֲרָה);","strongs_definition":"Jarah, an Israelite","kjv_definition":"Jarah."} +{"id":"H3295","strongs_number":"H3295","system":"hebrew","language":"hebrew","number_value":3295,"lemma":"יַעֲרָה","transliteration":"yaʻărâh","pronunciation":"yah-ar-aw'","derivation":"feminine of H3293 (יַעַר), and meaning the same","strongs_definition":"{a copse of bushes; hence, a forest; hence, honey in the comb (as hived in trees)}","kjv_definition":"(honey-) comb, forest."} +{"id":"H3296","strongs_number":"H3296","system":"hebrew","language":"hebrew","number_value":3296,"lemma":"יַעֲרֵי אֹרְגִים","transliteration":"Yaʻărêy ʼÔrᵉgîym","pronunciation":"yah-ar-ay' o-reg-eem'","derivation":"from the plural of H3293 (יַעַר) and the masculine plural active participle of H707 (אָרַג); woods of weavers;","strongs_definition":"Jaare-Oregim, an Israelite","kjv_definition":"Jaare-oregim."} +{"id":"H3297","strongs_number":"H3297","system":"hebrew","language":"hebrew","number_value":3297,"lemma":"יְעָרִים","transliteration":"Yᵉʻârîym","pronunciation":"yeh-aw-reem'","derivation":"plural of H3293 (יַעַר); forests;","strongs_definition":"Jearim, a place in Palestine","kjv_definition":"Jearim. Compare H7157 (קִרְיַת יְעָרִים)."} +{"id":"H3298","strongs_number":"H3298","system":"hebrew","language":"hebrew","number_value":3298,"lemma":"יַעֲרֶשְׁיָה","transliteration":"Yaʻăreshyâh","pronunciation":"yah-ar-esh-yaw'","derivation":"from an unused root of uncertain signification and H3050 (יָהּ);","strongs_definition":"Jaareshjah, an Israelite","kjv_definition":"Jaresiah."} +{"id":"H3299","strongs_number":"H3299","system":"hebrew","language":"hebrew","number_value":3299,"lemma":"יַעֲשׂוּ","transliteration":"Yaʻăsûw","pronunciation":"yah-as-oo'","derivation":"from H6213 (עָשָׂה); they will do;","strongs_definition":"Jaasu, an Israelite","kjv_definition":"Jaasau."} +{"id":"H3300","strongs_number":"H3300","system":"hebrew","language":"hebrew","number_value":3300,"lemma":"יַעֲשִׂיאֵל","transliteration":"Yaʻăsîyʼêl","pronunciation":"yah-as-ee-ale'","derivation":"from H6213 (עָשָׂה) and H410 (אֵל); made of God;","strongs_definition":"Jaasiel, an Israelite","kjv_definition":"Jaasiel, Jasiel."} +{"id":"H3301","strongs_number":"H3301","system":"hebrew","language":"hebrew","number_value":3301,"lemma":"יִפְדְּיָה","transliteration":"Yiphdᵉyâh","pronunciation":"yif-deh-yaw'","derivation":"from H6299 (פָּדָה) and H3050 (יָהּ); Jah will liberate;","strongs_definition":"Jiphdejah, an Israelite","kjv_definition":"Iphedeiah."} +{"id":"H3302","strongs_number":"H3302","system":"hebrew","language":"hebrew","number_value":3302,"lemma":"יָפָה","transliteration":"yâphâh","pronunciation":"yaw-faw'","derivation":"a primitive root;","strongs_definition":"properly, to be bright, i.e. (by implication) beautiful","kjv_definition":"be beautiful, be (make self) fair(-r), deck."} +{"id":"H3303","strongs_number":"H3303","system":"hebrew","language":"hebrew","number_value":3303,"lemma":"יָפֶה","transliteration":"yâpheh","pronunciation":"yaw-feh'","derivation":"from H3302 (יָפָה);","strongs_definition":"beautiful (literally or figuratively)","kjv_definition":"[phrase] beautiful, beauty, comely, fair(-est, one), [phrase] goodly, pleasant, well."} +{"id":"H3304","strongs_number":"H3304","system":"hebrew","language":"hebrew","number_value":3304,"lemma":"יְפֵה־פִיָּה","transliteration":"yᵉphêh-phîyâh","pronunciation":"yef-eh' fee-yaw'","derivation":"from H3302 (יָפָה) by reduplication;","strongs_definition":"very beautiful","kjv_definition":"very fair."} +{"id":"H3305","strongs_number":"H3305","system":"hebrew","language":"hebrew","number_value":3305,"lemma":"יָפוֹ","transliteration":"Yâphôw","pronunciation":"yaw-fo'","derivation":"or יָפוֹא; (Ezra 3:7), from H3302 (יָפָה); beautiful;","strongs_definition":"Japho, a place in Palestine","kjv_definition":"Japha, Joppa."} +{"id":"H3306","strongs_number":"H3306","system":"hebrew","language":"hebrew","number_value":3306,"lemma":"יָפַח","transliteration":"yâphach","pronunciation":"yaw-fakh'","derivation":"a primitive root;","strongs_definition":"properly, to breathe hard, i.e. (by implication) to sigh","kjv_definition":"bewail self."} +{"id":"H3307","strongs_number":"H3307","system":"hebrew","language":"hebrew","number_value":3307,"lemma":"יָפֵחַ","transliteration":"yâphêach","pronunciation":"yaw-fay'-akh","derivation":"from H3306 (יָפַח);","strongs_definition":"properly, puffing, i.e. (figuratively) meditating","kjv_definition":"such as breathe out."} +{"id":"H3308","strongs_number":"H3308","system":"hebrew","language":"hebrew","number_value":3308,"lemma":"יֳפִי","transliteration":"yŏphîy","pronunciation":"yof-ee'","derivation":"from H3302 (יָפָה);","strongs_definition":"beauty","kjv_definition":"beauty."} +{"id":"H3309","strongs_number":"H3309","system":"hebrew","language":"hebrew","number_value":3309,"lemma":"יָפִיעַ","transliteration":"Yâphîyaʻ","pronunciation":"yaw-fee'-ah","derivation":"from H3313 (יָפַע); bright;","strongs_definition":"Japhia, the name of a Canaanite, an Israelite, and a place in Palestine","kjv_definition":"Japhia."} +{"id":"H3310","strongs_number":"H3310","system":"hebrew","language":"hebrew","number_value":3310,"lemma":"יַפְלֵט","transliteration":"Yaphlêṭ","pronunciation":"yaf-late'","derivation":"from H6403 (פָּלַט); he will deliver;","strongs_definition":"Japhlet, an Israelite","kjv_definition":"Japhlet."} +{"id":"H3311","strongs_number":"H3311","system":"hebrew","language":"hebrew","number_value":3311,"lemma":"יַפְלֵטִי","transliteration":"Yaphlêṭîy","pronunciation":"yaf-lay-tee'","derivation":"patronymically from H3310 (יַפְלֵט);","strongs_definition":"a Japhletite or descendant of Japhlet","kjv_definition":"Japhleti."} +{"id":"H3312","strongs_number":"H3312","system":"hebrew","language":"hebrew","number_value":3312,"lemma":"יְפֻנֶּה","transliteration":"Yᵉphunneh","pronunciation":"yef-oon-neh'","derivation":"from H6437 (פָּנָה); he will be prepared;","strongs_definition":"Jephunneh, the name of two Israelites","kjv_definition":"Jephunneh."} +{"id":"H3313","strongs_number":"H3313","system":"hebrew","language":"hebrew","number_value":3313,"lemma":"יָפַע","transliteration":"yâphaʻ","pronunciation":"yaw-fah'","derivation":"a primitive root;","strongs_definition":"to shine","kjv_definition":"be light, shew self, (cause to) shine (forth)."} +{"id":"H3314","strongs_number":"H3314","system":"hebrew","language":"hebrew","number_value":3314,"lemma":"יִפְעָה","transliteration":"yiphʻâh","pronunciation":"yif-aw'","derivation":"from H3313 (יָפַע);","strongs_definition":"splendor or (figuratively) beauty","kjv_definition":"brightness."} +{"id":"H3315","strongs_number":"H3315","system":"hebrew","language":"hebrew","number_value":3315,"lemma":"יֶפֶת","transliteration":"Yepheth","pronunciation":"yeh'-feth","derivation":"from H6601 (פָּתָה); expansion;","strongs_definition":"Jepheth, a son of Noah; also his posterity","kjv_definition":"Japheth."} +{"id":"H3316","strongs_number":"H3316","system":"hebrew","language":"hebrew","number_value":3316,"lemma":"יִפְתָּח","transliteration":"Yiphtâch","pronunciation":"yif-tawkh'","derivation":"from H6605 (פָּתַח); he will open;","strongs_definition":"Jiphtach, an Israelite; also a place in Palestine","kjv_definition":"Jephthah, Jiphtah."} +{"id":"H3317","strongs_number":"H3317","system":"hebrew","language":"hebrew","number_value":3317,"lemma":"יִפְתַּח־אֵל","transliteration":"Yiphtach-ʼêl","pronunciation":"yif-tach-ale'","derivation":"from H6605 (פָּתַח) and H410 (אֵל); God will open;","strongs_definition":"Jiphtach-el, a place in Palestine","kjv_definition":"Jiphthah-el."} +{"id":"H3318","strongs_number":"H3318","system":"hebrew","language":"hebrew","number_value":3318,"lemma":"יָצָא","transliteration":"yâtsâʼ","pronunciation":"yaw-tsaw'","derivation":"a primitive root;","strongs_definition":"to go (causatively, bring) out, in a great variety of applications, literally and figuratively, direct and proxim.","kjv_definition":"[idiom] after, appear, [idiom] assuredly, bear out, [idiom] begotten, break out, bring forth (out, up), carry out, come (abroad, out, thereat, without), [phrase] be condemned, depart(-ing, -ure), draw forth, in the end, escape, exact, fail, fall (out), fetch forth (out), get away (forth, hence, out), (able to, cause to, let) go abroad (forth, on, out), going out, grow, have forth (out), issue out, lay (lie) out, lead out, pluck out, proceed, pull out, put away, be risen, [idiom] scarce, send with commandment, shoot forth, spread, spring out, stand out, [idiom] still, [idiom] surely, take forth (out), at any time, [idiom] to (and fro), utter."} +{"id":"H3319","strongs_number":"H3319","system":"hebrew","language":"hebrew","number_value":3319,"lemma":"יְצָא","transliteration":"yᵉtsâʼ","pronunciation":"yets-aw'","derivation":"(Aramaic) corresponding to H3318 (יָצָא)","strongs_definition":"{to go (causatively, bring) out, in a great variety of applications, literally and figuratively, direct and proxim.}","kjv_definition":"finish."} +{"id":"H3320","strongs_number":"H3320","system":"hebrew","language":"hebrew","number_value":3320,"lemma":"יָצַב","transliteration":"yâtsab","pronunciation":"yaw-tsab'","derivation":"a primitive root;","strongs_definition":"to place (any thing so as to stay); reflexively, to station, offer, continue","kjv_definition":"present selves, remaining, resort, set (selves), (be able to, can, with-) stand (fast, forth, -ing, still, up)."} +{"id":"H3321","strongs_number":"H3321","system":"hebrew","language":"hebrew","number_value":3321,"lemma":"יְצַב","transliteration":"yᵉtsab","pronunciation":"yets-abe'","derivation":"(Aramaic) corresponding to H3320 (יָצַב);","strongs_definition":"to be firm; hence, to speak surely","kjv_definition":"truth."} +{"id":"H3322","strongs_number":"H3322","system":"hebrew","language":"hebrew","number_value":3322,"lemma":"יָצַג","transliteration":"yâtsag","pronunciation":"yaw-tsag'","derivation":"a primitive root;","strongs_definition":"to place permanently","kjv_definition":"establish, leave, make, present, put, set, stay."} +{"id":"H3323","strongs_number":"H3323","system":"hebrew","language":"hebrew","number_value":3323,"lemma":"יִצְהָר","transliteration":"yitshâr","pronunciation":"yits-hawr'","derivation":"from H6671 (צָהַר);","strongs_definition":"oil (as producing light); figuratively, anointing","kjv_definition":"[phrase] anointed oil."} +{"id":"H3324","strongs_number":"H3324","system":"hebrew","language":"hebrew","number_value":3324,"lemma":"יִצְהָר","transliteration":"Yitshâr","pronunciation":"yits-hawr'","derivation":"the same as H3323 (יִצְהָר);","strongs_definition":"Jitshar, an Israelite","kjv_definition":"Izhar."} +{"id":"H3325","strongs_number":"H3325","system":"hebrew","language":"hebrew","number_value":3325,"lemma":"יִצְהָרִי","transliteration":"Yitshârîy","pronunciation":"yits-haw-ree'","derivation":"patronymically from H3324 (יִצְהָר);","strongs_definition":"a Jitsharite or descendant of Jitshar","kjv_definition":"Izeharites, Izharites."} +{"id":"H3326","strongs_number":"H3326","system":"hebrew","language":"hebrew","number_value":3326,"lemma":"יָצוּעַ","transliteration":"yâtsûwaʻ","pronunciation":"yaw-tsoo'-ah","derivation":"passive participle of H3331 (יַצַע);","strongs_definition":"spread, i.e. a bed; (architecture) an extension, i.e. wing or lean-to (a single story or collectively)","kjv_definition":"bed, chamber, couch."} +{"id":"H3327","strongs_number":"H3327","system":"hebrew","language":"hebrew","number_value":3327,"lemma":"יִצְחָק","transliteration":"Yitschâq","pronunciation":"yits-khawk'","derivation":"from H6711 (צָחַק); laughter (i.e. mochery);","strongs_definition":"Jitschak (or Isaac), son of Abraham","kjv_definition":"Isaac. Compare H3446 (יִשְׂחָק)."} +{"id":"H3328","strongs_number":"H3328","system":"hebrew","language":"hebrew","number_value":3328,"lemma":"יִצְחַר","transliteration":"Yitschar","pronunciation":"yits-khar'","derivation":"from the same as H6713 (צַחַר); he will shine;","strongs_definition":"Jitschar, an Israelite","kjv_definition":"and Zehoar (from the margin)."} +{"id":"H3329","strongs_number":"H3329","system":"hebrew","language":"hebrew","number_value":3329,"lemma":"יָצִיא","transliteration":"yâtsîyʼ","pronunciation":"yaw-tsee'","derivation":"from H3318 (יָצָא);","strongs_definition":"issue, i.e. offspring","kjv_definition":"those that came forth."} +{"id":"H3330","strongs_number":"H3330","system":"hebrew","language":"hebrew","number_value":3330,"lemma":"יַצִּיב","transliteration":"yatstsîyb","pronunciation":"yats-tseeb'","derivation":"(Aramaic) from H3321 (יְצַב)lemma יְצב missing vowel, corrected to יְצַבxlit yᵉtsêb corrected to yᵉtsab;","strongs_definition":"fixed, sure; concretely, certainty","kjv_definition":"certain(-ty), true, truth."} +{"id":"H3331","strongs_number":"H3331","system":"hebrew","language":"hebrew","number_value":3331,"lemma":"יַצַע","transliteration":"yatsaʻ","pronunciation":"yaw-tsah'","derivation":"a primitive root;","strongs_definition":"to strew as a surface","kjv_definition":"make (one's) bed, [idiom] lie, spread."} +{"id":"H3332","strongs_number":"H3332","system":"hebrew","language":"hebrew","number_value":3332,"lemma":"יָצַק","transliteration":"yâtsaq","pronunciation":"yaw-tsak'","derivation":"a primitive root;","strongs_definition":"properly, to pour out (transitive or intransitive); by implication, to melt or cast as metal; by extension, to place firmly, to stiffen or grow hard","kjv_definition":"cast, cleave fast, be (as) firm, grow, be hard, lay out, molten, overflow, pour (out), run out, set down, stedfast."} +{"id":"H3333","strongs_number":"H3333","system":"hebrew","language":"hebrew","number_value":3333,"lemma":"יְצֻקָה","transliteration":"yᵉtsuqâh","pronunciation":"yets-oo-kaw'","derivation":"passive participle feminine of H3332 (יָצַק);","strongs_definition":"poured out, i.e. run into amould","kjv_definition":"when it was cast."} +{"id":"H3334","strongs_number":"H3334","system":"hebrew","language":"hebrew","number_value":3334,"lemma":"יָצַר","transliteration":"yâtsar","pronunciation":"yaw-tsar'","derivation":"a primitive root;","strongs_definition":"to press (intransitive), i.e. be narrow; figuratively, be in distress","kjv_definition":"be distressed, be narrow, be straitened (in straits), be vexed."} +{"id":"H3335","strongs_number":"H3335","system":"hebrew","language":"hebrew","number_value":3335,"lemma":"יָצַר","transliteration":"yâtsar","pronunciation":"yaw-tsar'","derivation":"probably identical with H3334 (יָצַר) (through the squeezing into shape); (compare H3331 (יַצַע));","strongs_definition":"to mould into a form; especially as apotter; figuratively, to determine (i.e. form a resolution)","kjv_definition":"[idiom] earthen, fashion, form, frame, make(-r), potter, purpose."} +{"id":"H3336","strongs_number":"H3336","system":"hebrew","language":"hebrew","number_value":3336,"lemma":"יֵצֶר","transliteration":"yêtser","pronunciation":"yay'-tser","derivation":"from H3335 (יָצַר);","strongs_definition":"a form; figuratively, conception (i.e. purpose)","kjv_definition":"frame, thing framed, imagination, mind, work."} +{"id":"H3337","strongs_number":"H3337","system":"hebrew","language":"hebrew","number_value":3337,"lemma":"יֵצֶר","transliteration":"Yêtser","pronunciation":"yay-tser","derivation":"the same as H3336 (יֵצֶר);","strongs_definition":"Jetser, an Israelite","kjv_definition":"Jezer."} +{"id":"H3338","strongs_number":"H3338","system":"hebrew","language":"hebrew","number_value":3338,"lemma":"יָצֻר","transliteration":"yâtsur","pronunciation":"yaw-tsoor'","derivation":"passive participle of H3335 (יָצַר);","strongs_definition":"structure, i.e. limb or part","kjv_definition":"member.ql"} +{"id":"H3339","strongs_number":"H3339","system":"hebrew","language":"hebrew","number_value":3339,"lemma":"יִצְרִי","transliteration":"Yitsrîy","pronunciation":"yits-ree'","derivation":"from H3335 (יָצַר); formative;","strongs_definition":"Jitsri, an Israelite","kjv_definition":"Isri."} +{"id":"H3340","strongs_number":"H3340","system":"hebrew","language":"hebrew","number_value":3340,"lemma":"יִצְרִי","transliteration":"Yitsrîy","pronunciation":"yits-ree'","derivation":"; patronymically from H3337 (יֵצֶר);","strongs_definition":"a Jitsrite (collectively) or descendants of Jetser","kjv_definition":"Jezerites."} +{"id":"H3341","strongs_number":"H3341","system":"hebrew","language":"hebrew","number_value":3341,"lemma":"יָצַת","transliteration":"yâtsath","pronunciation":"yaw-tsath'","derivation":"a primitive root;","strongs_definition":"to burn or set on fire; figuratively, to desolate","kjv_definition":"burn (up), be desolate, set (on) fire (fire), kindle."} +{"id":"H3342","strongs_number":"H3342","system":"hebrew","language":"hebrew","number_value":3342,"lemma":"יֶקֶב","transliteration":"yeqeb","pronunciation":"yeh'-keb","derivation":"from an unused root meaning to excavate;","strongs_definition":"a trough (as dug out); specifically, a wine-vat (whether the lower one, into which the juice drains; or the upper, in which the grapes are crushed)","kjv_definition":"fats, presses, press-fat, wine(-press)."} +{"id":"H3343","strongs_number":"H3343","system":"hebrew","language":"hebrew","number_value":3343,"lemma":"יְקַבְצְאֵל","transliteration":"Yᵉqabtsᵉʼêl","pronunciation":"yek-ab-tseh-ale'","derivation":"from H6908 (קָבַץ) and H410 (אֵל); God will gather;","strongs_definition":"Jekabtseel, a place in Palestine","kjv_definition":"Jekabzeel. Compare H6909 (קַבְצְאֵל)."} +{"id":"H3344","strongs_number":"H3344","system":"hebrew","language":"hebrew","number_value":3344,"lemma":"יָקַד","transliteration":"yâqad","pronunciation":"yaw-kad'","derivation":"a primitive root;","strongs_definition":"to burn","kjv_definition":"(be) burn(-ing), [idiom] from the hearth, kindle."} +{"id":"H3345","strongs_number":"H3345","system":"hebrew","language":"hebrew","number_value":3345,"lemma":"יְקַד","transliteration":"yᵉqad","pronunciation":"yek-ad'","derivation":"(Aramaic) corresponding to H3344 (יָקַד)","strongs_definition":"{to burn}","kjv_definition":"burning."} +{"id":"H3346","strongs_number":"H3346","system":"hebrew","language":"hebrew","number_value":3346,"lemma":"יְקֵדָא","transliteration":"yᵉqêdâʼ","pronunciation":"yek-ay-daw'","derivation":"(Aramaic) from H3345 (יְקַד);","strongs_definition":"a conflagration","kjv_definition":"burning."} +{"id":"H3347","strongs_number":"H3347","system":"hebrew","language":"hebrew","number_value":3347,"lemma":"יׇקְדְעָם","transliteration":"Yoqdᵉʻâm","pronunciation":"yok-deh-awm'","derivation":"from H3344 (יָקַד) and H5971 (עַם); burning of (the) people;","strongs_definition":"Jokdeam, a place in Palestine","kjv_definition":"Jokdeam."} +{"id":"H3348","strongs_number":"H3348","system":"hebrew","language":"hebrew","number_value":3348,"lemma":"יָקֶה","transliteration":"Yâqeh","pronunciation":"yaw-keh'","derivation":"from an unused root probably meaning to obey; obedient;","strongs_definition":"Jakeh, a symbolical name (for Solomon)","kjv_definition":"Jakeh."} +{"id":"H3349","strongs_number":"H3349","system":"hebrew","language":"hebrew","number_value":3349,"lemma":"יִקָּהָה","transliteration":"yiqqâhâh","pronunciation":"yik-kaw-haw'","derivation":"from the same as H3348 (יָקֶה);","strongs_definition":"obedience","kjv_definition":"gathering, to obey."} +{"id":"H3350","strongs_number":"H3350","system":"hebrew","language":"hebrew","number_value":3350,"lemma":"יְקוֹד","transliteration":"yᵉqôwd","pronunciation":"yek-ode'","derivation":"from H3344 (יָקַד);","strongs_definition":"a burning","kjv_definition":"burning."} +{"id":"H3351","strongs_number":"H3351","system":"hebrew","language":"hebrew","number_value":3351,"lemma":"יְקוּם","transliteration":"yᵉqûwm","pronunciation":"yek-oom'","derivation":"from H6965 (קוּם);","strongs_definition":"properly, standing (extant), i.e. by implication, a living thing","kjv_definition":"(living) substance."} +{"id":"H3352","strongs_number":"H3352","system":"hebrew","language":"hebrew","number_value":3352,"lemma":"יָקוֹשׁ","transliteration":"yâqôwsh","pronunciation":"yaw-koshe'","derivation":"from H3369 (יָקֹשׁ);","strongs_definition":"properly, entangling; hence, a snarer","kjv_definition":"fowler."} +{"id":"H3353","strongs_number":"H3353","system":"hebrew","language":"hebrew","number_value":3353,"lemma":"יָקוּשׁ","transliteration":"yâqûwsh","pronunciation":"yaw-koosh'","derivation":"passive participle of H3369 (יָקֹשׁ);","strongs_definition":"properly, entangled, i.e. by implication (intransitively) a snare, or (transitive) a snarer","kjv_definition":"fowler, snare."} +{"id":"H3354","strongs_number":"H3354","system":"hebrew","language":"hebrew","number_value":3354,"lemma":"יְקוּתִיאֵל","transliteration":"Yᵉqûwthîyʼêl","pronunciation":"yek-ooth-ee'-ale","derivation":"from the same as H3348 (יָקֶה) and H410 (אֵל); obedience of God;","strongs_definition":"Jekuthiel, an Israelite","kjv_definition":"Jekuthiel."} +{"id":"H3355","strongs_number":"H3355","system":"hebrew","language":"hebrew","number_value":3355,"lemma":"יׇקְטָן","transliteration":"Yoqṭân","pronunciation":"yok-tawn'","derivation":"from H6994 (קָטֹן); he will be made little;","strongs_definition":"Joktan, an Arabian patriarch","kjv_definition":"Joktan."} +{"id":"H3356","strongs_number":"H3356","system":"hebrew","language":"hebrew","number_value":3356,"lemma":"יָקִים","transliteration":"Yâqîym","pronunciation":"yaw-keem'","derivation":"from H6965 (קוּם); he will raise;","strongs_definition":"Jakim, the name of two Israelites","kjv_definition":"Jakim. Compare H3079 (יְהוֹיָקִים)."} +{"id":"H3357","strongs_number":"H3357","system":"hebrew","language":"hebrew","number_value":3357,"lemma":"יַקִּיר","transliteration":"yaqqîyr","pronunciation":"yak-keer'","derivation":"from H3365 (יָקַר);","strongs_definition":"precious","kjv_definition":"dear."} +{"id":"H3358","strongs_number":"H3358","system":"hebrew","language":"hebrew","number_value":3358,"lemma":"יַקִּיר","transliteration":"yaqqîyr","pronunciation":"yak-keer'","derivation":"(Aramaic) corresponding to H3357 (יַקִּיר)","strongs_definition":"{precious}","kjv_definition":"noble, rare."} +{"id":"H3359","strongs_number":"H3359","system":"hebrew","language":"hebrew","number_value":3359,"lemma":"יְקַמְיָה","transliteration":"Yᵉqamyâh","pronunciation":"yek-am-yaw'","derivation":"from H6965 (קוּם) and H3050 (יָהּ); Jah will rise;","strongs_definition":"Jekamjah, the name of two Israelites","kjv_definition":"Jekamiah. Compare H3079 (יְהוֹיָקִים)."} +{"id":"H3360","strongs_number":"H3360","system":"hebrew","language":"hebrew","number_value":3360,"lemma":"יְקַמְעָם","transliteration":"Yᵉqamʻâm","pronunciation":"yek-am'-awm","derivation":"from H6965 (קוּם) and H5971 (עַם); (the) people will rise;","strongs_definition":"Jekamam, an Israelite","kjv_definition":"Jekameam. Compare H3079 (יְהוֹיָקִים), H3361 (יׇקְמְעָם)."} +{"id":"H3361","strongs_number":"H3361","system":"hebrew","language":"hebrew","number_value":3361,"lemma":"יׇקְמְעָם","transliteration":"Yoqmᵉʻâm","pronunciation":"yok-meh-awm'","derivation":"from H6965 (קוּם) and H5971 (עַם); (the) people will be raised;","strongs_definition":"Jokmeam, a place in Palestine","kjv_definition":"Jokmeam. Compare H3360 (יְקַמְעָם), H3362 (יׇקְנְעָם)."} +{"id":"H3362","strongs_number":"H3362","system":"hebrew","language":"hebrew","number_value":3362,"lemma":"יׇקְנְעָם","transliteration":"Yoqnᵉʻâm","pronunciation":"yok-neh-awm'","derivation":"from H6969 (קוּן) and H5971 (עַם); (the) people will be lamented;","strongs_definition":"Jokneam, a place in Palestine","kjv_definition":"Jokneam."} +{"id":"H3363","strongs_number":"H3363","system":"hebrew","language":"hebrew","number_value":3363,"lemma":"יָקַע","transliteration":"yâqaʻ","pronunciation":"yaw-kah'","derivation":"a primitive root;","strongs_definition":"properly, to sever oneself, i.e. (by implication) to be dislocated; figuratively, to abandon; causatively, to impale (and thus allow to drop to pieces by rotting)","kjv_definition":"be alienated, depart, hang (up), be out of joint."} +{"id":"H3364","strongs_number":"H3364","system":"hebrew","language":"hebrew","number_value":3364,"lemma":"יָקַץ","transliteration":"yâqats","pronunciation":"yaw-kats'","derivation":"a primitive root;","strongs_definition":"to awake (intransitive)","kjv_definition":"(be) awake(-d)."} +{"id":"H3365","strongs_number":"H3365","system":"hebrew","language":"hebrew","number_value":3365,"lemma":"יָקַר","transliteration":"yâqar","pronunciation":"yaw-kar'","derivation":"a primitive root;","strongs_definition":"properly, apparently, to be heavy, i.e. (figuratively) valuable; causatively, to make rare (figuratively, to inhibit)","kjv_definition":"be (make) precious, be prized, be set by, withdraw."} +{"id":"H3366","strongs_number":"H3366","system":"hebrew","language":"hebrew","number_value":3366,"lemma":"יְקָר","transliteration":"yᵉqâr","pronunciation":"yek-awr'","derivation":"from H3365 (יָקַר);","strongs_definition":"value, i.e. (concretely) wealth; abstractly, costliness, dignity","kjv_definition":"honour, precious (things), price."} +{"id":"H3367","strongs_number":"H3367","system":"hebrew","language":"hebrew","number_value":3367,"lemma":"יְקָר","transliteration":"yᵉqâr","pronunciation":"yek-awr'","derivation":"(Aramaic) corresponding to H3366 (יְקָר)","strongs_definition":"{value, i.e. (concretely) wealth; abstractly, costliness, dignity}","kjv_definition":"glory, honour."} +{"id":"H3368","strongs_number":"H3368","system":"hebrew","language":"hebrew","number_value":3368,"lemma":"יָקָר","transliteration":"yâqâr","pronunciation":"yaw-kawr'","derivation":"from H3365 (יָקַר);","strongs_definition":"valuable (objectively or subjectively)","kjv_definition":"brightness, clear, costly, excellent, fat, honourable women, precious, reputation."} +{"id":"H3369","strongs_number":"H3369","system":"hebrew","language":"hebrew","number_value":3369,"lemma":"יָקֹשׁ","transliteration":"yâqôsh","pronunciation":"yaw-koshe'","derivation":"a primitive root;","strongs_definition":"to ensnare (literally or figuratively)","kjv_definition":"fowler (lay a) snare."} +{"id":"H3370","strongs_number":"H3370","system":"hebrew","language":"hebrew","number_value":3370,"lemma":"יׇקְשָׁן","transliteration":"Yoqshân","pronunciation":"yok-shawn'","derivation":"from H3369 (יָקֹשׁ); insidious;","strongs_definition":"Jokshan, an Arabian patriarch","kjv_definition":"Jokshan."} +{"id":"H3371","strongs_number":"H3371","system":"hebrew","language":"hebrew","number_value":3371,"lemma":"יׇקְתְאֵל","transliteration":"Yoqthᵉʼêl","pronunciation":"yok-theh-ale'","derivation":"probably from the same as H3348 (יָקֶה) and H410 (אֵל); veneration of God (compare H3354 (יְקוּתִיאֵל));","strongs_definition":"Joktheel, the name of a place in Palestine, and of one in Idumaea","kjv_definition":"Joktheel."} +{"id":"H3372","strongs_number":"H3372","system":"hebrew","language":"hebrew","number_value":3372,"lemma":"יָרֵא","transliteration":"yârêʼ","pronunciation":"yaw-ray'","derivation":"a primitive root;","strongs_definition":"to fear; morally, to revere; caus. to frighten","kjv_definition":"affright, be (make) afraid, dread(-ful), (put in) fear(-ful, -fully, -ing), (be had in) reverence(-end), [idiom] see, terrible (act, -ness, thing)."} +{"id":"H3373","strongs_number":"H3373","system":"hebrew","language":"hebrew","number_value":3373,"lemma":"יָרֵא","transliteration":"yârêʼ","pronunciation":"yaw-ray'","derivation":"from H3372 (יָרֵא);","strongs_definition":"fearing; morally, reverent","kjv_definition":"afraid, fear (-ful)."} +{"id":"H3374","strongs_number":"H3374","system":"hebrew","language":"hebrew","number_value":3374,"lemma":"יִרְאָה","transliteration":"yirʼâh","pronunciation":"yir-aw'","derivation":"feminine of H3373 (יָרֵא);","strongs_definition":"fear (also used as infinitive); morally, reverence","kjv_definition":"[idiom] dreadful, [idiom] exceedingly, fear(-fulness)."} +{"id":"H3375","strongs_number":"H3375","system":"hebrew","language":"hebrew","number_value":3375,"lemma":"יִרְאוֹן","transliteration":"Yirʼôwn","pronunciation":"yir-ohn'","derivation":"from H3372 (יָרֵא); fearfulness;","strongs_definition":"Jiron, a place in Palestine","kjv_definition":"Iron."} +{"id":"H3376","strongs_number":"H3376","system":"hebrew","language":"hebrew","number_value":3376,"lemma":"יִרְאִיָּיה","transliteration":"Yirʼîyâyh","pronunciation":"yir-ee-yaw'","derivation":"from H3373 (יָרֵא) and H3050 (יָהּ); fearful of Jah;","strongs_definition":"Jirijah, an Israelite","kjv_definition":"Irijah."} +{"id":"H3377","strongs_number":"H3377","system":"hebrew","language":"hebrew","number_value":3377,"lemma":"יָרֵב","transliteration":"Yârêb","pronunciation":"yaw-rabe'","derivation":"from H7378 (רִיב); he will contend;","strongs_definition":"Jareb, a symbolical name for Assyria","kjv_definition":"Jareb. Compare H3402 (יָרִיב)."} +{"id":"H3378","strongs_number":"H3378","system":"hebrew","language":"hebrew","number_value":3378,"lemma":"יְרֻבַּעַל","transliteration":"Yᵉrubbaʻal","pronunciation":"yer-oob-bah'-al","derivation":"from H7378 (רִיב) and H1168 (בַּעַל); Baal will contend;","strongs_definition":"Jerubbaal, a symbolic name of Gideon","kjv_definition":"Jerubbaal."} +{"id":"H3379","strongs_number":"H3379","system":"hebrew","language":"hebrew","number_value":3379,"lemma":"יָרׇבְעָם","transliteration":"Yârobʻâm","pronunciation":"yaw-rob-awm'","derivation":"from H7378 (רִיב) and H5971 (עַם); (the) people will contend;","strongs_definition":"Jarobam, the name of two Israelite kings","kjv_definition":"Jeroboam."} +{"id":"H3380","strongs_number":"H3380","system":"hebrew","language":"hebrew","number_value":3380,"lemma":"יְרֻבֶּשֶׁת","transliteration":"Yᵉrubbesheth","pronunciation":"yer-oob-beh'-sheth","derivation":"from H7378 (רִיב) and H1322 (בֹּשֶׁת); shame (i.e. the idol) will contend;","strongs_definition":"Jerubbesheth, a symbolic name for Gideon","kjv_definition":"Jerubbesheth."} +{"id":"H3381","strongs_number":"H3381","system":"hebrew","language":"hebrew","number_value":3381,"lemma":"יָרַד","transliteration":"yârad","pronunciation":"yaw-rad'","derivation":"a primitive root;","strongs_definition":"to descend (literally, to go downwards; or conventionally to a lower region, as the shore, a boundary, the enemy, etc.; or figuratively, to fall); causatively, to bring down (in all the above applications)","kjv_definition":"[idiom] abundantly, bring down, carry down, cast down, (cause to) come(-ing) down, fall (down), get down, go(-ing) down(-ward), hang down, [idiom] indeed, let down, light (down), put down (off), (cause to, let) run down, sink, subdue, take down."} +{"id":"H3382","strongs_number":"H3382","system":"hebrew","language":"hebrew","number_value":3382,"lemma":"יֶרֶד","transliteration":"Yered","pronunciation":"yeh'-red","derivation":"from H3381 (יָרַד); a descent;","strongs_definition":"Jered, the name of an antediluvian, and of an Israelite","kjv_definition":"Jared."} +{"id":"H3383","strongs_number":"H3383","system":"hebrew","language":"hebrew","number_value":3383,"lemma":"יַרְדֵּן","transliteration":"Yardên","pronunciation":"yar-dane'","derivation":"from H3381 (יָרַד); a descender;","strongs_definition":"Jarden, the principal river of Palestine","kjv_definition":"Jordan."} +{"id":"H3384","strongs_number":"H3384","system":"hebrew","language":"hebrew","number_value":3384,"lemma":"יָרָה","transliteration":"yârâh","pronunciation":"yaw-raw'","derivation":"or (2 Chronicles 26:15) יָרָא; a primitive root;","strongs_definition":"properly, to flow as water (i.e. to rain); transitively, to lay or throw (especially an arrow, i.e. to shoot); figuratively, to point out (as if by aiming the finger), to teach","kjv_definition":"([phrase]) archer, cast, direct, inform, instruct, lay, shew, shoot, teach(-er,-ing), through."} +{"id":"H3385","strongs_number":"H3385","system":"hebrew","language":"hebrew","number_value":3385,"lemma":"יְרוּאֵל","transliteration":"Yᵉrûwʼêl","pronunciation":"yer-oo-ale'","derivation":"from H3384 (יָרָה) and H410 (אֵל); founded of God;","strongs_definition":"Jeruel, a place in Palestine","kjv_definition":"Jeruel."} +{"id":"H3386","strongs_number":"H3386","system":"hebrew","language":"hebrew","number_value":3386,"lemma":"יָרוֹחַ","transliteration":"Yârôwach","pronunciation":"yaw-ro'-akh","derivation":"perhaps denominative from H3394 (יָרֵחַ); (born at the) new moon;","strongs_definition":"Jaroach, an Israelite","kjv_definition":"Jaroah."} +{"id":"H3387","strongs_number":"H3387","system":"hebrew","language":"hebrew","number_value":3387,"lemma":"יָרוֹק","transliteration":"yârôwq","pronunciation":"yaw-roke'","derivation":"from H3417 (יָרָק);","strongs_definition":"green, i.e. an herb","kjv_definition":"green thing."} +{"id":"H3388","strongs_number":"H3388","system":"hebrew","language":"hebrew","number_value":3388,"lemma":"יְרוּשָׁא","transliteration":"Yᵉrûwshâʼ","pronunciation":"yer-oo-shaw'","derivation":"or יְרוּשָׁה feminine passive participle of H3423 (יָרַשׁ); possessed;","strongs_definition":"Jerusha or Jerushah, as Israelitess","kjv_definition":"Jerusha, Jerushah."} +{"id":"H3389","strongs_number":"H3389","system":"hebrew","language":"hebrew","number_value":3389,"lemma":"יְרוּשָׁלַ͏ִם","transliteration":"Yᵉrûwshâlaim","pronunciation":"yer-oo-shaw-lah'-im","derivation":"rarely יְרוּשָׁלַיִם; a dual (in allusion to its two main hills (the true pointing, at least of the former reading, seems to be that of H3390 (יְרוּשָׁלֵם))); probably from (the passive participle of) H3384 (יָרָה) and H7999 (שָׁלַם); founded peaceful;","strongs_definition":"Jerushalaim or Jerushalem, the capital city of Palestine","kjv_definition":"Jerusalem."} +{"id":"H3390","strongs_number":"H3390","system":"hebrew","language":"hebrew","number_value":3390,"lemma":"יְרוּשָׁלֵם","transliteration":"Yᵉrûwshâlêm","pronunciation":"yer-oo-shaw-lame'","derivation":"(Aramaic) corresponding to H3389 (יְרוּשָׁלַ͏ִם)","strongs_definition":"{Jerusalem}","kjv_definition":"{Jerusalem}"} +{"id":"H3391","strongs_number":"H3391","system":"hebrew","language":"hebrew","number_value":3391,"lemma":"יֶרַח","transliteration":"yerach","pronunciation":"yeh'-rakh","derivation":"from a unused root of uncertain signification;","strongs_definition":"a lunation, i.e. month","kjv_definition":"month, moon."} +{"id":"H3392","strongs_number":"H3392","system":"hebrew","language":"hebrew","number_value":3392,"lemma":"יֶרַח","transliteration":"Yerach","pronunciation":"yeh'-rakh","derivation":"the same as H3391 (יֶרַח);","strongs_definition":"Jerach, an Arabian patriarch","kjv_definition":"Jerah."} +{"id":"H3393","strongs_number":"H3393","system":"hebrew","language":"hebrew","number_value":3393,"lemma":"יְרַח","transliteration":"yᵉrach","pronunciation":"yeh-rakh'","derivation":"(Aramaic) corresponding to H3391 (יֶרַח);","strongs_definition":"a month","kjv_definition":"month."} +{"id":"H3394","strongs_number":"H3394","system":"hebrew","language":"hebrew","number_value":3394,"lemma":"יָרֵחַ","transliteration":"yârêach","pronunciation":"yaw-ray'-akh","derivation":"from the same as H3391 (יֶרַח);","strongs_definition":"the moon","kjv_definition":"moon. Yrechow. See H3405 (יְרִיחוֹ)."} +{"id":"H3395","strongs_number":"H3395","system":"hebrew","language":"hebrew","number_value":3395,"lemma":"יְרֹחָם","transliteration":"Yᵉrôchâm","pronunciation":"yer-o-khawm'","derivation":"from H7355 (רָחַם); compassionate;","strongs_definition":"Jerocham, the name of seven or eight Israelites","kjv_definition":"Jeroham."} +{"id":"H3396","strongs_number":"H3396","system":"hebrew","language":"hebrew","number_value":3396,"lemma":"יְרַחְמְאֵל","transliteration":"Yᵉrachmᵉʼêl","pronunciation":"yer-akh-meh-ale'","derivation":"from H7355 (רָחַם) and H410 (אֵל); God will compassionate;","strongs_definition":"Jerachmeel, the name of three Israelites","kjv_definition":"Jerahmeel."} +{"id":"H3397","strongs_number":"H3397","system":"hebrew","language":"hebrew","number_value":3397,"lemma":"יְרַחְמְאֵלִי","transliteration":"Yᵉrachmᵉʼêlîy","pronunciation":"yer-akh-meh-ay-lee'","derivation":"patronymically from H3396 (יְרַחְמְאֵל);","strongs_definition":"a Jerachmeelite or descendant of Jerachmeel","kjv_definition":"Jerahmeelites."} +{"id":"H3398","strongs_number":"H3398","system":"hebrew","language":"hebrew","number_value":3398,"lemma":"יַרְחָע","transliteration":"Yarchâʻ","pronunciation":"yar-khaw'","derivation":"probably of Egyptian origin;","strongs_definition":"Jarcha, an Egyptian","kjv_definition":"Jarha."} +{"id":"H3399","strongs_number":"H3399","system":"hebrew","language":"hebrew","number_value":3399,"lemma":"יָרַט","transliteration":"yâraṭ","pronunciation":"yaw-rat'","derivation":"a primitive root;","strongs_definition":"to precipitate or hurl (rush) headlong; (intransitively) to be rash","kjv_definition":"be perverse, turn over."} +{"id":"H3400","strongs_number":"H3400","system":"hebrew","language":"hebrew","number_value":3400,"lemma":"יְרִיאֵל","transliteration":"Yᵉrîyʼêl","pronunciation":"yer-ee-ale'","derivation":"from H3384 (יָרָה) and H410 (אֵל); thrown of God;","strongs_definition":"Jeriel, an Israelite","kjv_definition":"Jeriel. Compare H3385 (יְרוּאֵל)."} +{"id":"H3401","strongs_number":"H3401","system":"hebrew","language":"hebrew","number_value":3401,"lemma":"יָרִיב","transliteration":"yârîyb","pronunciation":"yaw-rebe'","derivation":"from H7378 (רִיב);","strongs_definition":"literally he will contend; properly, adjective, contentious; used as noun, an adversary","kjv_definition":"that content(-eth), that strive."} +{"id":"H3402","strongs_number":"H3402","system":"hebrew","language":"hebrew","number_value":3402,"lemma":"יָרִיב","transliteration":"Yârîyb","pronunciation":"yaw-rebe'","derivation":"the same as H3401 (יָרִיב);","strongs_definition":"Jarib, the name of three Israelites","kjv_definition":"Jarib."} +{"id":"H3403","strongs_number":"H3403","system":"hebrew","language":"hebrew","number_value":3403,"lemma":"יְרִיבַי","transliteration":"Yᵉrîybay","pronunciation":"yer-eeb-ah'ee","derivation":"from H3401 (יָרִיב); contentious;","strongs_definition":"Jeribai, an Israelite","kjv_definition":"Jeribai."} +{"id":"H3404","strongs_number":"H3404","system":"hebrew","language":"hebrew","number_value":3404,"lemma":"יְרִיָּה","transliteration":"Yᵉrîyâh","pronunciation":"yer-ee-yaw'","derivation":"or יְרִיָּהוּ; from H3384 (יָרָה) and H3050 (יָהּ); Jah will throw;","strongs_definition":"Jerijah, an Israelite","kjv_definition":"Jeriah, Jerijah."} +{"id":"H3405","strongs_number":"H3405","system":"hebrew","language":"hebrew","number_value":3405,"lemma":"יְרִיחוֹ","transliteration":"Yᵉrîychôw","pronunciation":"yer-ee-kho'","derivation":"or יְרֵחוֹ; or variation (1 Kings 16:34) יְרִיחֹה; perhaps from H3394 (יָרֵחַ); its month; or else from H7306 (רוּחַ); fragrant;","strongs_definition":"Jericho or Jerecho, a place in Palestine","kjv_definition":"Jericho."} +{"id":"H3406","strongs_number":"H3406","system":"hebrew","language":"hebrew","number_value":3406,"lemma":"יְרִימוֹת","transliteration":"Yᵉrîymôwth","pronunciation":"yer-ee-mohth'","derivation":"or יְרֵימוֹת; or יְרֵמוֹת; feminine plural from H7311 (רוּם); elevations;","strongs_definition":"Jerimoth or Jeremoth, the name of twelve Israelites","kjv_definition":"Jermoth, Jerimoth, and Ramoth (from the margin)."} +{"id":"H3407","strongs_number":"H3407","system":"hebrew","language":"hebrew","number_value":3407,"lemma":"יְרִיעָה","transliteration":"yᵉrîyʻâh","pronunciation":"yer-ee-aw'","derivation":"from H3415 (יָרַע);","strongs_definition":"a hanging (as tremulous)","kjv_definition":"curtain."} +{"id":"H3408","strongs_number":"H3408","system":"hebrew","language":"hebrew","number_value":3408,"lemma":"יְרִיעוֹת","transliteration":"Yᵉrîyʻôwth","pronunciation":"yer-ee-ohth'","derivation":"plural of H3407 (יְרִיעָה); curtains;","strongs_definition":"Jerioth, an Israelitess","kjv_definition":"Jerioth."} +{"id":"H3409","strongs_number":"H3409","system":"hebrew","language":"hebrew","number_value":3409,"lemma":"יָרֵךְ","transliteration":"yârêk","pronunciation":"yaw-rake'","derivation":"from an unused root meaning to be soft;","strongs_definition":"the thigh (from its fleshy softness); by euphemistically the generative parts; figuratively, a shank, flank, side","kjv_definition":"[idiom] body, loins, shaft, side, thigh."} +{"id":"H3410","strongs_number":"H3410","system":"hebrew","language":"hebrew","number_value":3410,"lemma":"יַרְכָא","transliteration":"yarkâʼ","pronunciation":"yar-kaw'","derivation":"(Aramaic) corresponding to H3411 (יְרֵכָה);","strongs_definition":"a thigh","kjv_definition":"thigh."} +{"id":"H3411","strongs_number":"H3411","system":"hebrew","language":"hebrew","number_value":3411,"lemma":"יְרֵכָה","transliteration":"yᵉrêkâh","pronunciation":"yer-ay-kaw'","derivation":"feminine of H3409 (יָרֵךְ);","strongs_definition":"properly, the flank; but used only figuratively, the rear or recess","kjv_definition":"border, coast, part, quarter, side."} +{"id":"H3412","strongs_number":"H3412","system":"hebrew","language":"hebrew","number_value":3412,"lemma":"יַרְמוּת","transliteration":"Yarmûwth","pronunciation":"yar-mooth'","derivation":"from H7311 (רוּם); elevation;","strongs_definition":"Jarmuth, the name of two places in Palestine","kjv_definition":"Jarmuth."} +{"id":"H3413","strongs_number":"H3413","system":"hebrew","language":"hebrew","number_value":3413,"lemma":"יְרֵמַי","transliteration":"Yᵉrêmay","pronunciation":"yer-ay-mah'-ee","derivation":"from H7311 (רוּם); elevated;","strongs_definition":"Jeremai, an Israelite","kjv_definition":"Jeremai."} +{"id":"H3414","strongs_number":"H3414","system":"hebrew","language":"hebrew","number_value":3414,"lemma":"יִרְמְיָה","transliteration":"Yirmᵉyâh","pronunciation":"yir-meh-yaw'","derivation":"or יִרְמְיָהוּ; from H7311 (רוּם) and H3050 (יָהּ); Jah will rise;","strongs_definition":"Jirmejah, the name of eight or nine Israelites","kjv_definition":"Jeremiah."} +{"id":"H3415","strongs_number":"H3415","system":"hebrew","language":"hebrew","number_value":3415,"lemma":"יָרַע","transliteration":"yâraʻ","pronunciation":"yaw-rah'","derivation":"a primitive root;","strongs_definition":"properly, to be broken up (with any violent action) i.e. (figuratively) to fear","kjv_definition":"be grevious (only Isaiah 15:4; the rest belong to H7489 (רָעַע))."} +{"id":"H3416","strongs_number":"H3416","system":"hebrew","language":"hebrew","number_value":3416,"lemma":"יִרְפְּאֵל","transliteration":"Yirpᵉʼêl","pronunciation":"yir-peh-ale'","derivation":"from H7495 (רָפָא) and H410 (אֵל); God will heal;","strongs_definition":"Jirpeel, a place in Palestine","kjv_definition":"Irpeel."} +{"id":"H3417","strongs_number":"H3417","system":"hebrew","language":"hebrew","number_value":3417,"lemma":"יָרָק","transliteration":"yârâq","pronunciation":"yaw-rak'","derivation":"a primitive root;","strongs_definition":"to spit","kjv_definition":"[idiom] but, spit."} +{"id":"H3418","strongs_number":"H3418","system":"hebrew","language":"hebrew","number_value":3418,"lemma":"יֶרֶק","transliteration":"yereq","pronunciation":"yeh'-rek","derivation":"from H3417 (יָרָק) (in the sense of vacuity of color);","strongs_definition":"properly, pallor, i.e. hence, the yellowish green of young and sickly vegetation; concretely, verdure, i.e. grass or vegetation","kjv_definition":"grass, green (thing)."} +{"id":"H3419","strongs_number":"H3419","system":"hebrew","language":"hebrew","number_value":3419,"lemma":"יָרָק","transliteration":"yârâq","pronunciation":"yaw-rawk'","derivation":"from the same as H3418 (יֶרֶק);","strongs_definition":"properly, green; concretely, a vegetable","kjv_definition":"green, herbs."} +{"id":"H3420","strongs_number":"H3420","system":"hebrew","language":"hebrew","number_value":3420,"lemma":"יֵרָקוֹן","transliteration":"yêrâqôwn","pronunciation":"yay-raw-kone'","derivation":"from H3418 (יֶרֶק);","strongs_definition":"paleness, whether of persons (from fright), or of plants (from drought)","kjv_definition":"greenish, yellow."} +{"id":"H3421","strongs_number":"H3421","system":"hebrew","language":"hebrew","number_value":3421,"lemma":"יׇרְקְעָם","transliteration":"Yorqᵉʻâm","pronunciation":"yor-keh-awm'","derivation":"from H7324 (רוּק) and H5971 (עַם); people will be poured forth;","strongs_definition":"Jorkeam, a place in Palestine","kjv_definition":"Jorkeam."} +{"id":"H3422","strongs_number":"H3422","system":"hebrew","language":"hebrew","number_value":3422,"lemma":"יְרַקְרַק","transliteration":"yᵉraqraq","pronunciation":"yer-ak-rak'","derivation":"from the same as H3418 (יֶרֶק);","strongs_definition":"yellowishness","kjv_definition":"greenish, yellow."} +{"id":"H3423","strongs_number":"H3423","system":"hebrew","language":"hebrew","number_value":3423,"lemma":"יָרַשׁ","transliteration":"yârash","pronunciation":"yaw-rash'","derivation":"or יָרֵשׁ; a primitive root;","strongs_definition":"to occupy (by driving out previous tenants, and possessing in their place); by implication, to seize, to rob, to inherit; also to expel, to impoverish, to ruin","kjv_definition":"cast out, consume, destroy, disinherit, dispossess, drive(-ing) out, enjoy, expel, [idiom] without fail, (give to, leave for) inherit(-ance, -or) [phrase] magistrate, be (make) poor, come to poverty, (give to, make to) possess, get (have) in (take) possession, seize upon, succeed, [idiom] utterly."} +{"id":"H3424","strongs_number":"H3424","system":"hebrew","language":"hebrew","number_value":3424,"lemma":"יְרֵשָׁה","transliteration":"yᵉrêshâh","pronunciation":"yer-ay-shaw'","derivation":"from H3423 (יָרַשׁ);","strongs_definition":"occupancy","kjv_definition":"possession."} +{"id":"H3425","strongs_number":"H3425","system":"hebrew","language":"hebrew","number_value":3425,"lemma":"יְרֻשָּׁה","transliteration":"yᵉrushshâh","pronunciation":"yer-oosh-shaw'","derivation":"from H3423 (יָרַשׁ);","strongs_definition":"something occupied; a conquest; also a patrimony","kjv_definition":"heritage, inheritance, possession."} +{"id":"H3426","strongs_number":"H3426","system":"hebrew","language":"hebrew","number_value":3426,"lemma":"יֵשׁ","transliteration":"yêsh","pronunciation":"yaysh","derivation":"perhaps from an unused root meaning to stand out, or exist; entity; used adverbially or as a copula for the substantive verb (H1961 (הָיָה));","strongs_definition":"there is or are (or any other form of the verb to be, as may suit the connection)","kjv_definition":"(there) are, (he, it, shall, there, there may, there shall, there should) be, thou do, had, hast, (which) hath, (I, shalt, that) have, (he, it, there) is, substance, it (there) was, (there) were, ye will, thou wilt, wouldest."} +{"id":"H3427","strongs_number":"H3427","system":"hebrew","language":"hebrew","number_value":3427,"lemma":"יָשַׁב","transliteration":"yâshab","pronunciation":"yaw-shab'","derivation":"a primitive root;","strongs_definition":"properly, to sit down (specifically as judge. in ambush, in quiet); by implication, to dwell, to remain; causatively, to settle, to marry","kjv_definition":"(make to) abide(-ing), continue, (cause to, make to) dwell(-ing), ease self, endure, establish, [idiom] fail, habitation, haunt, (make to) inhabit(-ant), make to keep (house), lurking, [idiom] marry(-ing), (bring again to) place, remain, return, seat, set(-tle), (down-) sit(-down, still, -ting down, -ting (place) -uate), take, tarry."} +{"id":"H3428","strongs_number":"H3428","system":"hebrew","language":"hebrew","number_value":3428,"lemma":"יֶשֶׁבְאָב","transliteration":"Yeshebʼâb","pronunciation":"yeh-sheb-awb'","derivation":"from H3427 (יָשַׁב) and H1 (אָב); seat of (his) father;","strongs_definition":"Jeshebab, an Israelite","kjv_definition":"Jeshebeab."} +{"id":"H3429","strongs_number":"H3429","system":"hebrew","language":"hebrew","number_value":3429,"lemma":"יֹשֵׁב בַּשֶּׁבֶת","transliteration":"Yôshêb bash-Shebeth","pronunciation":"yo-shabe' bash-sheh'-beth","derivation":"from the active participle of H3427 (יָשַׁב) and H7674 (שֶׁבֶת), with a preposition and the article interposed; sitting in the seat;","strongs_definition":"Joshebbash-Shebeth, an Israelite","kjv_definition":"that sat in the seat."} +{"id":"H3430","strongs_number":"H3430","system":"hebrew","language":"hebrew","number_value":3430,"lemma":"יִשְׁבּוֹ בְּנֹב","transliteration":"Yishbôw bᵉ-Nôb","pronunciation":"yish-bo'beh-nobe","derivation":"from H3427 (יָשַׁב) and H5011 (נֹב), with a pronominal suffix and a preposition interposed; his dwelling (is) in Nob;","strongs_definition":"Jishbo-be-Nob, a Philistine","kjv_definition":"Ishbi-benob (from the margin)."} +{"id":"H3431","strongs_number":"H3431","system":"hebrew","language":"hebrew","number_value":3431,"lemma":"יִשְׁבַּח","transliteration":"Yishbach","pronunciation":"yish-bakh'","derivation":"from H7623 (שָׁבַח); he will praise;","strongs_definition":"Jishbach, an Israelite","kjv_definition":"Ishbah."} +{"id":"H3432","strongs_number":"H3432","system":"hebrew","language":"hebrew","number_value":3432,"lemma":"יָשֻׁבִי","transliteration":"Yâshubîy","pronunciation":"yaw-shoo-bee'","derivation":"patronymically from H3437 (יָשׁוּב);","strongs_definition":"a Jashubite, or descendant of Jashub","kjv_definition":"Jashubites."} +{"id":"H3433","strongs_number":"H3433","system":"hebrew","language":"hebrew","number_value":3433,"lemma":"יָשֻׁבִי לֶחֶם","transliteration":"Yâshubîy Lechem","pronunciation":"yaw-shoo-bee' leh'-khem","derivation":"from H7725 (שׁוּב) and H3899 (לֶחֶם); returner of bread;","strongs_definition":"Jashubi-Lechem, an Israelite","kjv_definition":"Jashubi-lehem. (Prob. the text should be pointed יֹשְׁבֵי לֶחֶם and rendered '(they were) inhabitants of Lechem,' i.e. of Bethlehem (by contraction). Compare H3902 (לַחְמִי))."} +{"id":"H3434","strongs_number":"H3434","system":"hebrew","language":"hebrew","number_value":3434,"lemma":"יָשׇׁבְעָם","transliteration":"Yâshobʻâm","pronunciation":"yaw-shob-awm'","derivation":"from H7725 (שׁוּב) and H5971 (עַם); people will return;","strongs_definition":"Jashobam, the name of two or three Israelites","kjv_definition":"Jashobeam."} +{"id":"H3435","strongs_number":"H3435","system":"hebrew","language":"hebrew","number_value":3435,"lemma":"יִשְׁבָּק","transliteration":"Yishbâq","pronunciation":"yish-bawk'","derivation":"from an unused root corresponding to H7662 (שְׁבַק); he will leave;","strongs_definition":"Jishbak, a son of Abraham","kjv_definition":"Ishbak."} +{"id":"H3436","strongs_number":"H3436","system":"hebrew","language":"hebrew","number_value":3436,"lemma":"יׇשְׁבְּקָשָׁה","transliteration":"Yoshbᵉqâshâh","pronunciation":"yosh-bek-aw-shaw'","derivation":"from H3427 (יָשַׁב) and H7186 (קָשֶׁה); a hard seat;","strongs_definition":"Joshbekashah, an Israelite","kjv_definition":"Joshbekashah."} +{"id":"H3437","strongs_number":"H3437","system":"hebrew","language":"hebrew","number_value":3437,"lemma":"יָשׁוּב","transliteration":"Yâshûwb","pronunciation":"yaw-shoob'","derivation":"or יָשִׁיב; from H7725 (שׁוּב); he will return;","strongs_definition":"Jashub, the name of two Israelites","kjv_definition":"Jashub."} +{"id":"H3438","strongs_number":"H3438","system":"hebrew","language":"hebrew","number_value":3438,"lemma":"יִשְׁוָה","transliteration":"Yishvâh","pronunciation":"yish-vaw'","derivation":"from H7737 (שָׁוָה); he will level;","strongs_definition":"Jishvah, an Israelite","kjv_definition":"Ishvah, Isvah."} +{"id":"H3439","strongs_number":"H3439","system":"hebrew","language":"hebrew","number_value":3439,"lemma":"יְשׁוֹחָיָה","transliteration":"Yᵉshôwchâyâh","pronunciation":"yesh-o-khaw-yaw'","derivation":"from the same as H3445 (יֶשַׁח) and H3050 (יָהּ); Jah will empty;","strongs_definition":"Jeshochajah, an Israelite","kjv_definition":"Jeshoaiah."} +{"id":"H3440","strongs_number":"H3440","system":"hebrew","language":"hebrew","number_value":3440,"lemma":"יִשְׁוִי","transliteration":"Yishvîy","pronunciation":"yish-vee'","derivation":"from H7737 (שָׁוָה); level;","strongs_definition":"Jishvi, the name of two Israelites","kjv_definition":"Ishuai, Ishvi, Isui, Jesui."} +{"id":"H3441","strongs_number":"H3441","system":"hebrew","language":"hebrew","number_value":3441,"lemma":"יִשְׁוִי","transliteration":"Yishvîy","pronunciation":"yish-vee'","derivation":"patronymically from H3440 (יִשְׁוִי);","strongs_definition":"a Jishvite (collectively) or descendants of Jishvi","kjv_definition":"Jesuites."} +{"id":"H3442","strongs_number":"H3442","system":"hebrew","language":"hebrew","number_value":3442,"lemma":"יֵשׁוּעַ","transliteration":"Yêshûwaʻ","pronunciation":"yay-shoo'-ah","derivation":"for H3091 (יְהוֹשׁוּעַ); he will save;","strongs_definition":"Jeshua, the name of ten Israelites, also of a place in Palestine","kjv_definition":"Jeshua."} +{"id":"H3443","strongs_number":"H3443","system":"hebrew","language":"hebrew","number_value":3443,"lemma":"יֵשׁוּעַ","transliteration":"Yêshûwaʻ","pronunciation":"yay-shoo'-ah","derivation":"(Aramaic) corresponding to H3442 (יֵשׁוּעַ)","strongs_definition":"{Jeshua, the name of ten Israelites, also of a place in Palestine}","kjv_definition":"Jeshua."} +{"id":"H3444","strongs_number":"H3444","system":"hebrew","language":"hebrew","number_value":3444,"lemma":"יְשׁוּעָה","transliteration":"yᵉshûwʻâh","pronunciation":"yesh-oo'-aw","derivation":"feminine passive participle of H3467 (יָשַׁע);","strongs_definition":"something saved, i.e. (abstractly) deliverance; hence, aid, victory, prosperity","kjv_definition":"deliverance, health, help(-ing), salvation, save, saving (health), welfare."} +{"id":"H3445","strongs_number":"H3445","system":"hebrew","language":"hebrew","number_value":3445,"lemma":"יֶשַׁח","transliteration":"yeshach","pronunciation":"yeh'-shakh","derivation":"from an unused root meaning to gape (as the empty stomach);","strongs_definition":"hunger","kjv_definition":"casting down."} +{"id":"H3446","strongs_number":"H3446","system":"hebrew","language":"hebrew","number_value":3446,"lemma":"יִשְׂחָק","transliteration":"Yischâq","pronunciation":"yis-khawk'","derivation":"from H7831 (שַׁחֲצוֹם); he will laugh;","strongs_definition":"Jischak, the heir of Abraham","kjv_definition":"Isaac. Compare H3327 (יִצְחָק)."} +{"id":"H3447","strongs_number":"H3447","system":"hebrew","language":"hebrew","number_value":3447,"lemma":"יָשַׁט","transliteration":"yâshaṭ","pronunciation":"yaw-shat'","derivation":"a primitive root;","strongs_definition":"to extend","kjv_definition":"hold out."} +{"id":"H3448","strongs_number":"H3448","system":"hebrew","language":"hebrew","number_value":3448,"lemma":"יִשַׁי","transliteration":"Yishay","pronunciation":"yee-shah'-ee","derivation":"by Aramaic אִישַׁי; from the same as H3426 (יֵשׁ); extant;","strongs_definition":"Jishai, David's father","kjv_definition":"Jesse."} +{"id":"H3449","strongs_number":"H3449","system":"hebrew","language":"hebrew","number_value":3449,"lemma":"יִשִּׁיָּה","transliteration":"Yishshîyâh","pronunciation":"yish-shee-yaw'","derivation":"or יִשִּׁיָּהוּ; from H5383 (נָשָׁה) and H3050 (יָהּ); Jah will lend;","strongs_definition":"Jishshijah, the name of five Israelites","kjv_definition":"Ishiah, Isshiah, Ishijah, Jesiah."} +{"id":"H3450","strongs_number":"H3450","system":"hebrew","language":"hebrew","number_value":3450,"lemma":"יְשִׁימָאֵל","transliteration":"Yᵉshîymâʼêl","pronunciation":"yes-eem-aw-ale'","derivation":"from H7760 (שׂוּם) and H410 (אֵל); God will place;","strongs_definition":"Jesimael, an Israelite","kjv_definition":"Jesimael."} +{"id":"H3451","strongs_number":"H3451","system":"hebrew","language":"hebrew","number_value":3451,"lemma":"יְשִׁימַה","transliteration":"yᵉshîymah","pronunciation":"yesh-ee-maw'","derivation":"from H3456 (יָשַׁם);","strongs_definition":"desolation","kjv_definition":"let death seize (from the margin)."} +{"id":"H3452","strongs_number":"H3452","system":"hebrew","language":"hebrew","number_value":3452,"lemma":"יְשִׁימוֹן","transliteration":"yᵉshîymôwn","pronunciation":"yesh-ee-mone'","derivation":"from H3456 (יָשַׁם);","strongs_definition":"a desolation","kjv_definition":"desert, Jeshimon, solitary, wilderness."} +{"id":"H3453","strongs_number":"H3453","system":"hebrew","language":"hebrew","number_value":3453,"lemma":"יָשִׁישׁ","transliteration":"yâshîysh","pronunciation":"yaw-sheesh'","derivation":"from H3486 (יָשֵׁשׁ);","strongs_definition":"an old man","kjv_definition":"(very) aged (man), ancient, very old."} +{"id":"H3454","strongs_number":"H3454","system":"hebrew","language":"hebrew","number_value":3454,"lemma":"יְשִׁישָׁי","transliteration":"Yᵉshîyshây","pronunciation":"yesh-ee-shah'-ee","derivation":"from H3453 (יָשִׁישׁ); aged;","strongs_definition":"Jeshishai, an Israelite","kjv_definition":"Jeshishai."} +{"id":"H3455","strongs_number":"H3455","system":"hebrew","language":"hebrew","number_value":3455,"lemma":"יָשַׂם","transliteration":"yâsam","pronunciation":"yaw-sam'","derivation":"a primitive root;","strongs_definition":"to place; intransitively, to be placed","kjv_definition":"be put (set)."} +{"id":"H3456","strongs_number":"H3456","system":"hebrew","language":"hebrew","number_value":3456,"lemma":"יָשַׁם","transliteration":"yâsham","pronunciation":"yaw-sham'","derivation":"a primitive root;","strongs_definition":"to lie waste","kjv_definition":"be desolate."} +{"id":"H3457","strongs_number":"H3457","system":"hebrew","language":"hebrew","number_value":3457,"lemma":"יִשְׁמָא","transliteration":"Yishmâʼ","pronunciation":"yish-maw'","derivation":"from H3456 (יָשַׁם); desolate;","strongs_definition":"Jishma, an Israelite","kjv_definition":"Ishma."} +{"id":"H3458","strongs_number":"H3458","system":"hebrew","language":"hebrew","number_value":3458,"lemma":"יִשְׁמָעֵאל","transliteration":"Yishmâʻêʼl","pronunciation":"yish-maw-ale'","derivation":"from H8085 (שָׁמַע) and H410 (אֵל); God will hear;","strongs_definition":"Jishmael, the name of Abraham's oldest son, and of five Israelites","kjv_definition":"Ishmael."} +{"id":"H3459","strongs_number":"H3459","system":"hebrew","language":"hebrew","number_value":3459,"lemma":"יִשְׁמָעֵאלִי","transliteration":"Yishmâʻêʼlîy","pronunciation":"yish-maw-ay-lee'","derivation":"patronymically from H3458 (יִשְׁמָעֵאל);","strongs_definition":"a Jishmaelite or descendant of Jishmael","kjv_definition":"Ishmaelite."} +{"id":"H3460","strongs_number":"H3460","system":"hebrew","language":"hebrew","number_value":3460,"lemma":"יִשְׁמַעְיָה","transliteration":"Yishmaʻyâh","pronunciation":"yish-mah-yaw'","derivation":"or יִשְׁמַעְיָהוּlemma יְשְׁמַעְיָהוּ first vowel, corrected to יִשְׁמַעְיָהוּ; from H8085 (שָׁמַע) and H3050 (יָהּ); Jah will hear;","strongs_definition":"Jishmajah, the name of two Israelites","kjv_definition":"Ishmaiah."} +{"id":"H3461","strongs_number":"H3461","system":"hebrew","language":"hebrew","number_value":3461,"lemma":"יִשְׁמְרַי","transliteration":"Yishmᵉray","pronunciation":"yish-mer-ah'-ee","derivation":"from H8104 (שָׁמַר); preservative;","strongs_definition":"Jishmerai, an Israelite","kjv_definition":"Ishmerai."} +{"id":"H3462","strongs_number":"H3462","system":"hebrew","language":"hebrew","number_value":3462,"lemma":"יָשֵׁן","transliteration":"yâshên","pronunciation":"yaw-shane'","derivation":"a primitive root;","strongs_definition":"properly, to be slack or languid, i.e. (by implication) sleep (figuratively, to die); also to grow old, stale or inveterate","kjv_definition":"old (store), remain long, (make to) sleep."} +{"id":"H3463","strongs_number":"H3463","system":"hebrew","language":"hebrew","number_value":3463,"lemma":"יָשֵׁן","transliteration":"yâshên","pronunciation":"yaw-shane'","derivation":"from H3462 (יָשֵׁן);","strongs_definition":"sleepy","kjv_definition":"asleep, (one out of) sleep(-eth, -ing), slept."} +{"id":"H3464","strongs_number":"H3464","system":"hebrew","language":"hebrew","number_value":3464,"lemma":"יָשֵׁן","transliteration":"Yâshên","pronunciation":"yaw-shane'","derivation":"the same as H3463 (יָשֵׁן);","strongs_definition":"Jashen, an Israelite","kjv_definition":"Jashen."} +{"id":"H3465","strongs_number":"H3465","system":"hebrew","language":"hebrew","number_value":3465,"lemma":"יָשָׁן","transliteration":"yâshân","pronunciation":"yaw-shawn'","derivation":"from H3462 (יָשֵׁן);","strongs_definition":"old","kjv_definition":"old."} +{"id":"H3466","strongs_number":"H3466","system":"hebrew","language":"hebrew","number_value":3466,"lemma":"יְשָׁנָה","transliteration":"Yᵉshânâh","pronunciation":"yesh-aw-naw'","derivation":"feminine of H3465 (יָשָׁן);","strongs_definition":"Jeshanah, a place in Palestine","kjv_definition":"Jeshanah."} +{"id":"H3467","strongs_number":"H3467","system":"hebrew","language":"hebrew","number_value":3467,"lemma":"יָשַׁע","transliteration":"yâshaʻ","pronunciation":"yaw-shah'","derivation":"a primitive root;","strongs_definition":"properly, to be open, wide or free, i.e. (by implication) to be safe; causatively, to free or succor","kjv_definition":"[idiom] at all, avenging, defend, deliver(-er), help, preserve, rescue, be safe, bring (having) salvation, save(-iour), get victory."} +{"id":"H3468","strongs_number":"H3468","system":"hebrew","language":"hebrew","number_value":3468,"lemma":"יֶשַׁע","transliteration":"yeshaʻ","pronunciation":"yeh'-shah","derivation":"or יֵשַׁע; from H3467 (יָשַׁע);","strongs_definition":"liberty, deliverance, prosperity","kjv_definition":"safety, salvation, saving."} +{"id":"H3469","strongs_number":"H3469","system":"hebrew","language":"hebrew","number_value":3469,"lemma":"יִשְׁעִי","transliteration":"Yishʻîy","pronunciation":"yish-ee'","derivation":"from H3467 (יָשַׁע); saving;","strongs_definition":"Jishi, the name of four Israelites","kjv_definition":"Ishi."} +{"id":"H3470","strongs_number":"H3470","system":"hebrew","language":"hebrew","number_value":3470,"lemma":"יְשַׁעְיָה","transliteration":"Yᵉshaʻyâh","pronunciation":"yesh-ah-yaw'","derivation":"or יְשַׁעְיָהוּ; from H3467 (יָשַׁע) and H3050 (יָהּ); Jah has saved;","strongs_definition":"Jeshajah, the name of seven Israelites","kjv_definition":"Isaiah, Jesaiah, Jeshaiah."} +{"id":"H3471","strongs_number":"H3471","system":"hebrew","language":"hebrew","number_value":3471,"lemma":"יָשְׁפֵה","transliteration":"yâshᵉphêh","pronunciation":"yaw-shef-ay'","derivation":"from an unused root meaning to polish;","strongs_definition":"a gem supposed to be jasper (from the resemblance in name)","kjv_definition":"jasper."} +{"id":"H3472","strongs_number":"H3472","system":"hebrew","language":"hebrew","number_value":3472,"lemma":"יִשְׁפָּה","transliteration":"Yishpâh","pronunciation":"yish-paw'","derivation":"perhaps from H8192 (שָׁפָה); he will scratch;","strongs_definition":"Jishpah, an Israelite","kjv_definition":"Ispah."} +{"id":"H3473","strongs_number":"H3473","system":"hebrew","language":"hebrew","number_value":3473,"lemma":"יִשְׁפָּן","transliteration":"Yishpân","pronunciation":"yish-pawn'","derivation":"probably from the same as H8227 (שָׁפָן); he will hide;","strongs_definition":"Jishpan, an Israelite","kjv_definition":"Ishpan."} +{"id":"H3474","strongs_number":"H3474","system":"hebrew","language":"hebrew","number_value":3474,"lemma":"יָשַׁר","transliteration":"yâshar","pronunciation":"yaw-shar'","derivation":"a primitive root;","strongs_definition":"to be straight or even; figuratively, to be (causatively, to make) right, pleasant, prosperous","kjv_definition":"direct, fit, seem good (meet), [phrase] please (will), be (esteem, go) right (on), bring (look, make, take the) straight (way), be upright(-ly)."} +{"id":"H3475","strongs_number":"H3475","system":"hebrew","language":"hebrew","number_value":3475,"lemma":"יֵשֶׁר","transliteration":"Yêsher","pronunciation":"yay'-sher","derivation":"from H3474 (יָשַׁר); the right;","strongs_definition":"Jesher, an Israelite","kjv_definition":"Jesher."} +{"id":"H3476","strongs_number":"H3476","system":"hebrew","language":"hebrew","number_value":3476,"lemma":"יֹשֶׁר","transliteration":"yôsher","pronunciation":"yo'-sher","derivation":"from H3474 (יָשַׁר);","strongs_definition":"the right","kjv_definition":"equity, meet, right, upright(-ness)."} +{"id":"H3477","strongs_number":"H3477","system":"hebrew","language":"hebrew","number_value":3477,"lemma":"יָשָׁר","transliteration":"yâshâr","pronunciation":"yaw-shawr'","derivation":"from H3474 (יָשַׁר);","strongs_definition":"straight (literally or figuratively)","kjv_definition":"convenient, equity, Jasher, just, meet(-est), [phrase] pleased well right(-eous), straight, (most) upright(-ly, -ness)."} +{"id":"H3478","strongs_number":"H3478","system":"hebrew","language":"hebrew","number_value":3478,"lemma":"יִשְׂרָאֵל","transliteration":"Yisrâʼêl","pronunciation":"yis-raw-ale'","derivation":"from H8280 (שָׂרָה) and H410 (אֵל); he will rule as God;","strongs_definition":"Jisrael, a symbolical name of Jacob; also (typically) of his posterity","kjv_definition":"Israel."} +{"id":"H3479","strongs_number":"H3479","system":"hebrew","language":"hebrew","number_value":3479,"lemma":"יִשְׂרָאֵל","transliteration":"Yisrâʼêl","pronunciation":"yis-raw-ale'","derivation":"(Aramaic) corresponding to H3478 (יִשְׂרָאֵל)","strongs_definition":"{Jisrael, a symbolical name of Jacob; also (typically) of his posterity}","kjv_definition":"Israel."} +{"id":"H3480","strongs_number":"H3480","system":"hebrew","language":"hebrew","number_value":3480,"lemma":"יְשַׂרְאֵלָה","transliteration":"Yᵉsarʼêlâh","pronunciation":"yes-ar-ale'-aw","derivation":"by variation from H3477 (יָשָׁר) and H410 (אֵל) with directive enclitic; right towards God;","strongs_definition":"Jesarelah, an Israelite","kjv_definition":"Jesharelah."} +{"id":"H3481","strongs_number":"H3481","system":"hebrew","language":"hebrew","number_value":3481,"lemma":"יִשְׂרְאֵלִי","transliteration":"Yisrᵉʼêlîy","pronunciation":"yis-reh-ay-lee'","derivation":"patronymically from H3478 (יִשְׂרָאֵל);","strongs_definition":"a Jisreelite or descendant of Jisrael","kjv_definition":"of Israel, Israelite."} +{"id":"H3482","strongs_number":"H3482","system":"hebrew","language":"hebrew","number_value":3482,"lemma":"יִשְׂרְאֵלִית","transliteration":"Yisrᵉʼêlîyth","pronunciation":"yis-reh-ay-leeth'","derivation":"feminine of H3481 (יִשְׂרְאֵלִי);","strongs_definition":"a Jisreelitess or female descendant of Jisrael","kjv_definition":"Israelitish."} +{"id":"H3483","strongs_number":"H3483","system":"hebrew","language":"hebrew","number_value":3483,"lemma":"יִשְׁרָה","transliteration":"yishrâh","pronunciation":"yish-raw'","derivation":"feminine of H3477 (יָשָׁר);","strongs_definition":"rectitude","kjv_definition":"uprightness."} +{"id":"H3484","strongs_number":"H3484","system":"hebrew","language":"hebrew","number_value":3484,"lemma":"יְשֻׁרוּן","transliteration":"Yᵉshurûwn","pronunciation":"yesh-oo-roon'","derivation":"from H3474 (יָשַׁר); upright;","strongs_definition":"Jeshurun, a symbolic name for Israel","kjv_definition":"Jeshurun."} +{"id":"H3485","strongs_number":"H3485","system":"hebrew","language":"hebrew","number_value":3485,"lemma":"יִשָּׂשכָר","transliteration":"Yissâˢkâr","pronunciation":"yis-saw-kawr'","derivation":"(strictly yis-saws-kawr'); from H5375 (נָשָׂא) and H7939 (שָׂכָר); he will bring a reward;","strongs_definition":"Jissaskar, a son of Jacob","kjv_definition":"Issachar."} +{"id":"H3486","strongs_number":"H3486","system":"hebrew","language":"hebrew","number_value":3486,"lemma":"יָשֵׁשׁ","transliteration":"yâshêsh","pronunciation":"yaw-shaysh'","derivation":"from an unused root meaning to blanch;","strongs_definition":"gray-haired, i.e. an aged man","kjv_definition":"stoop for age."} +{"id":"H3487","strongs_number":"H3487","system":"hebrew","language":"hebrew","number_value":3487,"lemma":"יַת","transliteration":"yath","pronunciation":"yath","derivation":"(Aramaic) corresponding to H853 (אֵת);","strongs_definition":"a sign of the object of a verb","kjv_definition":"[phrase] whom."} +{"id":"H3488","strongs_number":"H3488","system":"hebrew","language":"hebrew","number_value":3488,"lemma":"יְתִב","transliteration":"yᵉthib","pronunciation":"yeth-eeb'","derivation":"(Aramaic) corresponding to H3427 (יָשַׁב);","strongs_definition":"to sit or dwell","kjv_definition":"dwell, (be) set, sit."} +{"id":"H3489","strongs_number":"H3489","system":"hebrew","language":"hebrew","number_value":3489,"lemma":"יָתֵד","transliteration":"yâthêd","pronunciation":"yaw-thade'","derivation":"from an unused root meaning to pin through or fast;","strongs_definition":"a peg","kjv_definition":"nail, paddle, pin, stake."} +{"id":"H3490","strongs_number":"H3490","system":"hebrew","language":"hebrew","number_value":3490,"lemma":"יָתוֹם","transliteration":"yâthôwm","pronunciation":"yaw-thome'","derivation":"from an unused root meaning to be lonely;","strongs_definition":"a bereaved person","kjv_definition":"fatherless (child), orphan."} +{"id":"H3491","strongs_number":"H3491","system":"hebrew","language":"hebrew","number_value":3491,"lemma":"יָתוּר","transliteration":"yâthûwr","pronunciation":"yaw-thoor'","derivation":"passive participle of H3498 (יָתַר);","strongs_definition":"properly, what is left, i.e. (by implication) a gleaning","kjv_definition":"range."} +{"id":"H3492","strongs_number":"H3492","system":"hebrew","language":"hebrew","number_value":3492,"lemma":"יַתִּיר","transliteration":"Yattîyr","pronunciation":"yat-teer'","derivation":"from H3498 (יָתַר); redundant;","strongs_definition":"Jattir, a place in Palestine","kjv_definition":"Jattir."} +{"id":"H3493","strongs_number":"H3493","system":"hebrew","language":"hebrew","number_value":3493,"lemma":"יַתִּיר","transliteration":"yattîyr","pronunciation":"yat-teer'","derivation":"(Aramaic) corresponding to H3492 (יַתִּיר);","strongs_definition":"preeminent; as an adverb, very","kjv_definition":"exceeding(-ly), excellent."} +{"id":"H3494","strongs_number":"H3494","system":"hebrew","language":"hebrew","number_value":3494,"lemma":"יִתְלָה","transliteration":"Yithlâh","pronunciation":"yith-law'","derivation":"probably from H8518 (תָּלָה); it will hang, i.e. be high;","strongs_definition":"Jithlah, a place in Palestine","kjv_definition":"Jethlah."} +{"id":"H3495","strongs_number":"H3495","system":"hebrew","language":"hebrew","number_value":3495,"lemma":"יִתְמָה","transliteration":"Yithmâh","pronunciation":"yith-maw'","derivation":"from the same as H3490 (יָתוֹם); orphanage;","strongs_definition":"Jithmah, an Israelite","kjv_definition":"Ithmah."} +{"id":"H3496","strongs_number":"H3496","system":"hebrew","language":"hebrew","number_value":3496,"lemma":"יַתְנִיאֵל","transliteration":"Yathnîyʼêl","pronunciation":"yath-nee-ale'","derivation":"from an unused root meaning to endure, and H410 (אֵל); continued of God;","strongs_definition":"Jathniel, an Israelite","kjv_definition":"Jathniel."} +{"id":"H3497","strongs_number":"H3497","system":"hebrew","language":"hebrew","number_value":3497,"lemma":"יִתְנָן","transliteration":"Yithnân","pronunciation":"yith-nawn'","derivation":"from the same as H8577 (תַּנִּין); extensive;","strongs_definition":"Jithnan, a place in Palestine","kjv_definition":"Ithnan."} +{"id":"H3498","strongs_number":"H3498","system":"hebrew","language":"hebrew","number_value":3498,"lemma":"יָתַר","transliteration":"yâthar","pronunciation":"yaw-thar'","derivation":"a primitive root;","strongs_definition":"to jut over or exceed; by implication, to excel; (intransitively) to remain or be left; causatively, to leave, cause to abound, preserve","kjv_definition":"excel, leave (a remnant), left behind, too much, make plenteous, preserve, (be, let) remain(-der, -ing, -nant), reserve, residue, rest."} +{"id":"H3499","strongs_number":"H3499","system":"hebrew","language":"hebrew","number_value":3499,"lemma":"יֶתֶר","transliteration":"yether","pronunciation":"yeh'-ther","derivation":"from H3498 (יָתַר);","strongs_definition":"properly, an overhanging, i.e. (by implication) an excess, superiority, remainder; also a small rope (as hanging free)","kjv_definition":"[phrase] abundant, cord, exceeding, excellancy(-ent), what they leave, that hath left, plentifully, remnant, residue, rest, string, with."} +{"id":"H3500","strongs_number":"H3500","system":"hebrew","language":"hebrew","number_value":3500,"lemma":"יֶתֶר","transliteration":"Yether","pronunciation":"yeh'-ther","derivation":"the same as H3499 (יֶתֶר);","strongs_definition":"Jether, the name of five or six Israelites and of one Midianite","kjv_definition":"Jether, Jethro. Compare H3503 (יִתְרוֹ)."} +{"id":"H3501","strongs_number":"H3501","system":"hebrew","language":"hebrew","number_value":3501,"lemma":"יִתְרָא","transliteration":"Yithrâʼ","pronunciation":"yith-raw'","derivation":"by variation for H3502 (יִתְרָה);","strongs_definition":"Jithra, an Israelite (or Ishmaelite)","kjv_definition":"Ithra."} +{"id":"H3502","strongs_number":"H3502","system":"hebrew","language":"hebrew","number_value":3502,"lemma":"יִתְרָה","transliteration":"yithrâh","pronunciation":"yith-raw'","derivation":"feminine of H3499 (יֶתֶר);","strongs_definition":"properly, excellence, i.e. (by implication) wealth","kjv_definition":"abundance, riches."} +{"id":"H3503","strongs_number":"H3503","system":"hebrew","language":"hebrew","number_value":3503,"lemma":"יִתְרוֹ","transliteration":"Yithrôw","pronunciation":"yith-ro'","derivation":"from H3499 (יֶתֶר) with pron. suffix; his excellence;","strongs_definition":"Jethro, Moses' father-in-law","kjv_definition":"Jethro. Compare H3500 (יֶתֶר)."} +{"id":"H3504","strongs_number":"H3504","system":"hebrew","language":"hebrew","number_value":3504,"lemma":"יִתְרוֹן","transliteration":"yithrôwn","pronunciation":"yith-rone'","derivation":"from H3498 (יָתַר);","strongs_definition":"preeminence, gain","kjv_definition":"better, excellency(-leth), profit(-able)."} +{"id":"H3505","strongs_number":"H3505","system":"hebrew","language":"hebrew","number_value":3505,"lemma":"יִתְרִי","transliteration":"Yithrîy","pronunciation":"yith-ree'","derivation":"patronymically from H3500 (יֶתֶר);","strongs_definition":"a Jithrite or descendant of Jether","kjv_definition":"Ithrite."} +{"id":"H3506","strongs_number":"H3506","system":"hebrew","language":"hebrew","number_value":3506,"lemma":"יִתְרָן","transliteration":"Yithrân","pronunciation":"yith-rawn'","derivation":"from H3498 (יָתַר); excellent;","strongs_definition":"Jithran, the name of an Edomite and of an Israelite","kjv_definition":"Ithran."} +{"id":"H3507","strongs_number":"H3507","system":"hebrew","language":"hebrew","number_value":3507,"lemma":"יִתְרְעָם","transliteration":"Yithrᵉʻâm","pronunciation":"yith-reh-awm'","derivation":"from H3499 (יֶתֶר) and H5971 (עַם); excellence of people;","strongs_definition":"Jithream, a son of David","kjv_definition":"Ithream."} +{"id":"H3508","strongs_number":"H3508","system":"hebrew","language":"hebrew","number_value":3508,"lemma":"יֹתֶרֶת","transliteration":"yôthereth","pronunciation":"yo-theh'-reth","derivation":"feminine active participle of H3498 (יָתַר);","strongs_definition":"the lobe or flap of the liver (as if redundant or outhanging)","kjv_definition":"caul."} +{"id":"H3509","strongs_number":"H3509","system":"hebrew","language":"hebrew","number_value":3509,"lemma":"יְתֵת","transliteration":"Yᵉthêth","pronunciation":"yeh-thayth'","derivation":"of uncertain derivation;","strongs_definition":"Jetheth, an Edomite","kjv_definition":"Jetheth. k"} +{"id":"H3510","strongs_number":"H3510","system":"hebrew","language":"hebrew","number_value":3510,"lemma":"כָּאַב","transliteration":"kâʼab","pronunciation":"kaw-ab'","derivation":"a primitive root;","strongs_definition":"properly, to feel pain; by implication, to grieve; figuratively, to spoil","kjv_definition":"grieving, mar, have pain, make sad (sore), (be) sorrowful."} +{"id":"H3511","strongs_number":"H3511","system":"hebrew","language":"hebrew","number_value":3511,"lemma":"כְּאֵב","transliteration":"kᵉʼêb","pronunciation":"keh-abe'","derivation":"from H3510 (כָּאַב);","strongs_definition":"suffering (physical or mental), adversity","kjv_definition":"grief, pain, sorrow."} +{"id":"H3512","strongs_number":"H3512","system":"hebrew","language":"hebrew","number_value":3512,"lemma":"כָּאָה","transliteration":"kâʼâh","pronunciation":"kaw-aw'","derivation":"a primitive root;","strongs_definition":"to despond; causatively, to deject","kjv_definition":"broken, be grieved, make sad."} +{"id":"H3513","strongs_number":"H3513","system":"hebrew","language":"hebrew","number_value":3513,"lemma":"כָּבַד","transliteration":"kâbad","pronunciation":"kaw-bad'","derivation":"or כָּבֵד; a primitive root;","strongs_definition":"to be heavy, i.e. in a bad sense (burdensome, severe, dull) or in a good sense (numerous, rich, honorable; causatively, to make weighty (in the same two senses)","kjv_definition":"abounding with, more grievously afflict, boast, be chargeable, [idiom] be dim, glorify, be (make) glorious (things), glory, (very) great, be grievous, harden, be (make) heavy, be heavier, lay heavily, (bring to, come to, do, get, be had in) honour (self), (be) honourable (man), lade, [idiom] more be laid, make self many, nobles, prevail, promote (to honour), be rich, be (go) sore, stop."} +{"id":"H3514","strongs_number":"H3514","system":"hebrew","language":"hebrew","number_value":3514,"lemma":"כֹּבֶד","transliteration":"kôbed","pronunciation":"ko'-bed","derivation":"from H3513 (כָּבַד);","strongs_definition":"weight, multitude, vehemence","kjv_definition":"grievousness, heavy, great number."} +{"id":"H3515","strongs_number":"H3515","system":"hebrew","language":"hebrew","number_value":3515,"lemma":"כָּבֵד","transliteration":"kâbêd","pronunciation":"kaw-bade'","derivation":"from H3513 (כָּבַד);","strongs_definition":"heavy; figuratively in a good sense (numerous) or in a bad sense (severe, difficult, stupid)","kjv_definition":"(so) great, grievous, hard(-ened), (too) heavy(-ier), laden, much, slow, sore, thick."} +{"id":"H3516","strongs_number":"H3516","system":"hebrew","language":"hebrew","number_value":3516,"lemma":"כָּבֵד","transliteration":"kâbêd","pronunciation":"kaw-bade'","derivation":"the same as H3515 (כָּבֵד);","strongs_definition":"the liver (as the heaviest of the viscera)","kjv_definition":"liver."} +{"id":"H3517","strongs_number":"H3517","system":"hebrew","language":"hebrew","number_value":3517,"lemma":"כְּבֵדֻת","transliteration":"kᵉbêduth","pronunciation":"keb-ay-dooth'","derivation":"feminine of H3515 (כָּבֵד);","strongs_definition":"difficulty","kjv_definition":"[idiom] heavily."} +{"id":"H3518","strongs_number":"H3518","system":"hebrew","language":"hebrew","number_value":3518,"lemma":"כָּבָה","transliteration":"kâbâh","pronunciation":"kaw-baw'","derivation":"a primitive root;","strongs_definition":"to expire or (causatively) to extinguish (fire, light, anger)","kjv_definition":"go (put) out, quench."} +{"id":"H3519","strongs_number":"H3519","system":"hebrew","language":"hebrew","number_value":3519,"lemma":"כָּבוֹד","transliteration":"kâbôwd","pronunciation":"kaw-bode'","derivation":"rarely כָּבֹד; from H3513 (כָּבַד);","strongs_definition":"properly, weight, but only figuratively in a good sense, splendor or copiousness","kjv_definition":"glorious(-ly), glory, honour(-able)."} +{"id":"H3520","strongs_number":"H3520","system":"hebrew","language":"hebrew","number_value":3520,"lemma":"כְּבוּדָּה","transliteration":"kᵉbûwddâh","pronunciation":"keb-ood-daw'","derivation":"irregular feminine passive participle of H3513 (כָּבַד);","strongs_definition":"weightiness, i.e. magnificence, wealth","kjv_definition":"carriage, all glorious, stately."} +{"id":"H3521","strongs_number":"H3521","system":"hebrew","language":"hebrew","number_value":3521,"lemma":"כָּבוּל","transliteration":"Kâbûwl","pronunciation":"kaw-bool'","derivation":"from the same as H3525 (כֶּבֶל) in the sense of limitation; sterile;","strongs_definition":"Cabul, the name of two places in Palestine","kjv_definition":"Cabul."} +{"id":"H3522","strongs_number":"H3522","system":"hebrew","language":"hebrew","number_value":3522,"lemma":"כַּבּוֹן","transliteration":"Kabbôwn","pronunciation":"kab-bone'","derivation":"from an unused root meaning to heap up; hilly;","strongs_definition":"Cabon, a place in Palestine","kjv_definition":"Cabbon."} +{"id":"H3523","strongs_number":"H3523","system":"hebrew","language":"hebrew","number_value":3523,"lemma":"כְּבִיר","transliteration":"kᵉbîyr","pronunciation":"keb-eer","derivation":"from H3527 (כָּבַר) in the original sense of plaiting;","strongs_definition":"a matrass (of intertwined materials)","kjv_definition":"pillow."} +{"id":"H3524","strongs_number":"H3524","system":"hebrew","language":"hebrew","number_value":3524,"lemma":"כַּבִּיר","transliteration":"kabbîyr","pronunciation":"kab-beer'","derivation":"from H3527 (כָּבַר);","strongs_definition":"vast, whether in extent (figuratively, of power, mighty; of time, aged), or in number, many","kjv_definition":"[phrase] feeble, mighty, most, much, strong, valiant."} +{"id":"H3525","strongs_number":"H3525","system":"hebrew","language":"hebrew","number_value":3525,"lemma":"כֶּבֶל","transliteration":"kebel","pronunciation":"keh'-bel","derivation":"from an unused root meaning to twine or braid together;","strongs_definition":"a fetter","kjv_definition":"fetter."} +{"id":"H3526","strongs_number":"H3526","system":"hebrew","language":"hebrew","number_value":3526,"lemma":"כָּבַס","transliteration":"kâbaç","pronunciation":"kaw-bas'","derivation":"a primitive root;","strongs_definition":"to trample; hence, to wash (properly, by stamping with the feet), whether literal (including the fulling process) or figurative","kjv_definition":"fuller, wash(-ing)."} +{"id":"H3527","strongs_number":"H3527","system":"hebrew","language":"hebrew","number_value":3527,"lemma":"כָּבַר","transliteration":"kâbar","pronunciation":"kaw-bar'","derivation":"a primitive root;","strongs_definition":"properly, to plait together, i.e. (figuratively) to augment (especially in number or quantity, to accumulate)","kjv_definition":"in abundance, multiply."} +{"id":"H3528","strongs_number":"H3528","system":"hebrew","language":"hebrew","number_value":3528,"lemma":"כְּבָר","transliteration":"kᵉbâr","pronunciation":"keb-awr'","derivation":"from H3527 (כָּבַר);","strongs_definition":"properly, extent of time, i.e. a great while; hence, long ago, formerly, hitherto","kjv_definition":"already, (seeing that which), now."} +{"id":"H3529","strongs_number":"H3529","system":"hebrew","language":"hebrew","number_value":3529,"lemma":"כְּבָר","transliteration":"Kᵉbâr","pronunciation":"keb-awr'","derivation":"the same as H3528 (כְּבָר); length;","strongs_definition":"Kebar, a river of Mesopotamia","kjv_definition":"Chebar. Compare H2249 (חָבוֹר)."} +{"id":"H3530","strongs_number":"H3530","system":"hebrew","language":"hebrew","number_value":3530,"lemma":"כִּבְרָה","transliteration":"kibrâh","pronunciation":"kib-raw'","derivation":"feminine of H3528 (כְּבָר);","strongs_definition":"properly, length, i.e. a measure (of uncertain dimension)","kjv_definition":"[idiom] little."} +{"id":"H3531","strongs_number":"H3531","system":"hebrew","language":"hebrew","number_value":3531,"lemma":"כְּבָרָה","transliteration":"kᵉbârâh","pronunciation":"keb-aw-raw'","derivation":"from H3527 (כָּבַר) in its original sense;","strongs_definition":"a sieve (as netted)","kjv_definition":"sieve."} +{"id":"H3532","strongs_number":"H3532","system":"hebrew","language":"hebrew","number_value":3532,"lemma":"כֶּבֶשׂ","transliteration":"kebes","pronunciation":"keh-bes'","derivation":"from an unused root meaning to dominate;","strongs_definition":"a ram (just old enough to butt)","kjv_definition":"lamb, sheep."} +{"id":"H3533","strongs_number":"H3533","system":"hebrew","language":"hebrew","number_value":3533,"lemma":"כָּבַשׁ","transliteration":"kâbash","pronunciation":"kaw-bash'","derivation":"a primitive root;","strongs_definition":"to tread down; hence, negatively, to disregard; positively, to conquer, subjugate, violate","kjv_definition":"bring into bondage, force, keep under, subdue, bring into subjection."} +{"id":"H3534","strongs_number":"H3534","system":"hebrew","language":"hebrew","number_value":3534,"lemma":"כֶּבֶשׁ","transliteration":"kebesh","pronunciation":"keh'-besh","derivation":"from H3533 (כָּבַשׁ);","strongs_definition":"a footstool (as trodden upon)","kjv_definition":"footstool."} +{"id":"H3535","strongs_number":"H3535","system":"hebrew","language":"hebrew","number_value":3535,"lemma":"כִּבְשָׂה","transliteration":"kibsâh","pronunciation":"kib-saw'","derivation":"or כַּבְשָׂה; feminine of H3532 (כֶּבֶשׂ);","strongs_definition":"a ewe","kjv_definition":"(ewe) lamb."} +{"id":"H3536","strongs_number":"H3536","system":"hebrew","language":"hebrew","number_value":3536,"lemma":"כִּבְשָׁן","transliteration":"kibshân","pronunciation":"kib-shawn'","derivation":"from H3533 (כָּבַשׁ);","strongs_definition":"a smelting furnace (as reducing metals)","kjv_definition":"furnace."} +{"id":"H3537","strongs_number":"H3537","system":"hebrew","language":"hebrew","number_value":3537,"lemma":"כַּד","transliteration":"kad","pronunciation":"kad","derivation":"from an unused root meaning to deepen;","strongs_definition":"properly, a pail; but generally of earthenware; a jar for domestic purposes","kjv_definition":"barrel, pitcher."} +{"id":"H3538","strongs_number":"H3538","system":"hebrew","language":"hebrew","number_value":3538,"lemma":"כְּדַב","transliteration":"kᵉdab","pronunciation":"ked-ab'","derivation":"(Aramaic) from a root corresponding to H3576 (כָּזַב);","strongs_definition":"false","kjv_definition":"lying."} +{"id":"H3539","strongs_number":"H3539","system":"hebrew","language":"hebrew","number_value":3539,"lemma":"כַּדְכֹּד","transliteration":"kadkôd","pronunciation":"kad-kode'","derivation":"from the same as H3537 (כַּד) in the sense of striking fire from a metal forged;","strongs_definition":"a sparkling gem, probably the ruby","kjv_definition":"agate."} +{"id":"H3540","strongs_number":"H3540","system":"hebrew","language":"hebrew","number_value":3540,"lemma":"כְּדׇרְלָעֹמֶר","transliteration":"Kᵉdorlâʻômer","pronunciation":"ked-or-law-o'-mer","derivation":"of foreign origin;","strongs_definition":"Kedorlaomer, an early Persian king","kjv_definition":"Chedorlaomer."} +{"id":"H3541","strongs_number":"H3541","system":"hebrew","language":"hebrew","number_value":3541,"lemma":"כֹּה","transliteration":"kôh","pronunciation":"ko","derivation":"from the prefix k and H1931 (הוּא);","strongs_definition":"properly, like this, i.e. by implication, (of manner) thus (or so); also (of place) here (or hither); or (of time) now","kjv_definition":"also, here, + hitherto, like, on the other side, so (and much), such, on that manner, (on) this (manner, side, way, way and that way), + mean while, yonder."} +{"id":"H3542","strongs_number":"H3542","system":"hebrew","language":"hebrew","number_value":3542,"lemma":"כָּה","transliteration":"kâh","pronunciation":"kaw","derivation":"(Aramaic) corresponding to H3541 (כֹּה)","strongs_definition":"{properly, like this, i.e. by implication, (of manner) thus (or so); also (of place) here (or hither); or (of time) now}","kjv_definition":"hitherto."} +{"id":"H3543","strongs_number":"H3543","system":"hebrew","language":"hebrew","number_value":3543,"lemma":"כָּהָה","transliteration":"kâhâh","pronunciation":"kaw-haw'","derivation":"a primitive root;","strongs_definition":"to be weak, i.e. (figuratively) to despond (causatively, rebuke), or (of light, the eye) to grow dull","kjv_definition":"darken, be dim, fail, faint, restrain, [idiom] utterly."} +{"id":"H3544","strongs_number":"H3544","system":"hebrew","language":"hebrew","number_value":3544,"lemma":"כֵּהֶה","transliteration":"kêheh","pronunciation":"kay-heh'","derivation":"from H3543 (כָּהָה);","strongs_definition":"feeble, obscure","kjv_definition":"somewhat dark, darkish, wax dim, heaviness, smoking."} +{"id":"H3545","strongs_number":"H3545","system":"hebrew","language":"hebrew","number_value":3545,"lemma":"כֵּהָה","transliteration":"kêhâh","pronunciation":"kay-haw'","derivation":"feminine of H3544 (כֵּהֶה);","strongs_definition":"properly, a weakening; figuratively, alleviation, i.e. cure","kjv_definition":"healing."} +{"id":"H3546","strongs_number":"H3546","system":"hebrew","language":"hebrew","number_value":3546,"lemma":"כְּהַל","transliteration":"kᵉhal","pronunciation":"keh-hal'","derivation":"(Aramaic) a root corresponding to and H3557 (כּוּל);","strongs_definition":"to be able","kjv_definition":"be able, could."} +{"id":"H3547","strongs_number":"H3547","system":"hebrew","language":"hebrew","number_value":3547,"lemma":"כָּהַן","transliteration":"kâhan","pronunciation":"kaw-han'","derivation":"a primitive root, apparently meaning to mediate in religious services; but used only as denominative from H3548 (כֹּהֵן);","strongs_definition":"to officiate as a priest; figuratively, to put on regalia","kjv_definition":"deck, be (do the office of a, execute the, minister in the) priest('s office)."} +{"id":"H3548","strongs_number":"H3548","system":"hebrew","language":"hebrew","number_value":3548,"lemma":"כֹּהֵן","transliteration":"kôhên","pronunciation":"ko-hane'","derivation":"active participle of H3547 (כָּהַן);","strongs_definition":"literally one officiating, a priest; also (by courtesy) an acting priest (although a layman)","kjv_definition":"chief ruler, [idiom] own, priest, prince, principal officer."} +{"id":"H3549","strongs_number":"H3549","system":"hebrew","language":"hebrew","number_value":3549,"lemma":"כָּהֵן","transliteration":"kâhên","pronunciation":"kaw-hane'","derivation":"(Aramaic) corresponding to H3548 (כֹּהֵן)","strongs_definition":"{one officiating, a priest; also (by courtesy) an acting priest (although a layman)}","kjv_definition":"priest."} +{"id":"H3550","strongs_number":"H3550","system":"hebrew","language":"hebrew","number_value":3550,"lemma":"כְּהֻנָּה","transliteration":"kᵉhunnâh","pronunciation":"keh-hoon-naw'","derivation":"from H3547 (כָּהַן);","strongs_definition":"priesthood","kjv_definition":"priesthood, priest's office."} +{"id":"H3551","strongs_number":"H3551","system":"hebrew","language":"hebrew","number_value":3551,"lemma":"כַּו","transliteration":"kav","pronunciation":"kav","derivation":"(Aramaic) from a root corresponding to H3854 (לַהַג) in the sense of piercing;","strongs_definition":"a window (as a perforation)","kjv_definition":"window."} +{"id":"H3552","strongs_number":"H3552","system":"hebrew","language":"hebrew","number_value":3552,"lemma":"כּוּב","transliteration":"Kûwb","pronunciation":"koob","derivation":"of foreign derivation;","strongs_definition":"Kub, a country near Egypt","kjv_definition":"Chub."} +{"id":"H3553","strongs_number":"H3553","system":"hebrew","language":"hebrew","number_value":3553,"lemma":"כּוֹבַע","transliteration":"kôwbaʻ","pronunciation":"ko'-bah","derivation":"from an unused root meaning to be high or rounded;","strongs_definition":"a helmet (as arched)","kjv_definition":"helmet. Compare H6959 (קוֹבַע)."} +{"id":"H3554","strongs_number":"H3554","system":"hebrew","language":"hebrew","number_value":3554,"lemma":"כָּוָה","transliteration":"kâvâh","pronunciation":"kaw-vaw'","derivation":"a primitive root;","strongs_definition":"properly, to prick or penetrate; hence, to blister (as smarting or eating into)","kjv_definition":"burn."} +{"id":"H3555","strongs_number":"H3555","system":"hebrew","language":"hebrew","number_value":3555,"lemma":"כְּוִיָּה","transliteration":"kᵉvîyâh","pronunciation":"kev-ee-yaw'","derivation":"from H3554 (כָּוָה);","strongs_definition":"a branding","kjv_definition":"burning."} +{"id":"H3556","strongs_number":"H3556","system":"hebrew","language":"hebrew","number_value":3556,"lemma":"כּוֹכָב","transliteration":"kôwkâb","pronunciation":"ko-kawb'","derivation":"probably from the same as H3522 (כַּבּוֹן) (in the sense of rolling) or H3554 (כָּוָה) (in the sense of blazing);","strongs_definition":"a star (as round or as shining); figuratively, a prince","kjv_definition":"star(-gazer)."} +{"id":"H3557","strongs_number":"H3557","system":"hebrew","language":"hebrew","number_value":3557,"lemma":"כּוּל","transliteration":"kûwl","pronunciation":"kool","derivation":"a primitive root;","strongs_definition":"properly, to keep in; hence, to measure; figuratively, to maintain (in various senses)","kjv_definition":"(be able to, can) abide, bear, comprehend, contain, feed, forbearing, guide, hold(-ing in), nourish(-er), be present, make provision, receive, sustain, provide sustenance (victuals)."} +{"id":"H3558","strongs_number":"H3558","system":"hebrew","language":"hebrew","number_value":3558,"lemma":"כּוּמָז","transliteration":"kûwmâz","pronunciation":"koo-mawz'","derivation":"from an unused root meaning to store away;","strongs_definition":"a jewel (probably gold beads)","kjv_definition":"tablet."} +{"id":"H3559","strongs_number":"H3559","system":"hebrew","language":"hebrew","number_value":3559,"lemma":"כּוּן","transliteration":"kûwn","pronunciation":"koon","derivation":"a primitive root;","strongs_definition":"properly, to be erect (i.e. stand perpendicular); hence (causatively) to set up, in a great variety of applications, whether literal (establish, fix, prepare, apply), or figurative (appoint, render sure, proper or prosperous)","kjv_definition":"certain(-ty), confirm, direct, faithfulness, fashion, fasten, firm, be fitted, be fixed, frame, be meet, ordain, order, perfect, (make) preparation, prepare (self), provide, make provision, (be, make) ready, right, set (aright, fast, forth), be stable, (e-) stablish, stand, tarry, [idiom] very deed."} +{"id":"H3560","strongs_number":"H3560","system":"hebrew","language":"hebrew","number_value":3560,"lemma":"כּוּן","transliteration":"Kûwn","pronunciation":"koon","derivation":"probably from H3559 (כּוּן); established;","strongs_definition":"Kun, a place in Syria","kjv_definition":"Chun."} +{"id":"H3561","strongs_number":"H3561","system":"hebrew","language":"hebrew","number_value":3561,"lemma":"כַּוָּן","transliteration":"kavvân","pronunciation":"kav-vawn'","derivation":"from H3559 (כּוּן);","strongs_definition":"something prepared, i.e. a sacrificial wafer","kjv_definition":"cake."} +{"id":"H3562","strongs_number":"H3562","system":"hebrew","language":"hebrew","number_value":3562,"lemma":"כּוֹנַנְיָהוּ","transliteration":"Kôwnanyâhûw","pronunciation":"ko-nan-yaw'-hoo","derivation":"from H3559 (כּוּן) and H3050 (יָהּ); Jah has sustained;","strongs_definition":"Conanjah, the name of two Israelites","kjv_definition":"Conaniah, Cononiah. Compare H3663 (כְּנַנְיָה)."} +{"id":"H3563","strongs_number":"H3563","system":"hebrew","language":"hebrew","number_value":3563,"lemma":"כּוֹס","transliteration":"kôwç","pronunciation":"koce","derivation":"from an unused root meaning to hold together;","strongs_definition":"a cup (as a container), often figuratively, a lot (as if a potion); also some unclean bird, probably an owl (perhaps from the cup-like cavity of its eye)","kjv_definition":"cup, (small) owl. Compare H3599 (כִּיס)."} +{"id":"H3564","strongs_number":"H3564","system":"hebrew","language":"hebrew","number_value":3564,"lemma":"כּוּר","transliteration":"kûwr","pronunciation":"koor","derivation":"from an unused root meaning properly, to dig through;","strongs_definition":"a pot or furnace (as if excavated)","kjv_definition":"furnace. Compare H3600 (כִּיר)."} +{"id":"H3565","strongs_number":"H3565","system":"hebrew","language":"hebrew","number_value":3565,"lemma":"כּוֹר עָשָׁן","transliteration":"Kôwr ʻÂshân","pronunciation":"kore aw-shawn'","derivation":"from H3564 (כּוּר) and H6227 (עָשָׁן); furnace of smoke;","strongs_definition":"Cor-Ashan, a place in Palestine","kjv_definition":"Chorashan."} +{"id":"H3566","strongs_number":"H3566","system":"hebrew","language":"hebrew","number_value":3566,"lemma":"כּוֹרֶשׁ","transliteration":"Kôwresh","pronunciation":"ko'-resh","derivation":"or (Ezra 1:1 (last time),2) כֹּרֶשׁ; from the Persians;","strongs_definition":"Koresh (or Cyrus), the Persian king","kjv_definition":"Cyrus."} +{"id":"H3567","strongs_number":"H3567","system":"hebrew","language":"hebrew","number_value":3567,"lemma":"כּוֹרֶשׁ","transliteration":"Kôwresh","pronunciation":"ko'-resh","derivation":"(Aramaic) corresponding to H3566 (כּוֹרֶשׁ)","strongs_definition":"{Koresh (or Cyrus), the Persian king}","kjv_definition":"Cyrus."} +{"id":"H3568","strongs_number":"H3568","system":"hebrew","language":"hebrew","number_value":3568,"lemma":"כּוּשׁ","transliteration":"Kûwsh","pronunciation":"koosh","derivation":"probably of foreign origin;","strongs_definition":"Cush (or Ethiopia), the name of a son of Ham, and of his territory; also of an Israelite","kjv_definition":"Chush, Cush, Ethiopia."} +{"id":"H3569","strongs_number":"H3569","system":"hebrew","language":"hebrew","number_value":3569,"lemma":"כּוּשִׁי","transliteration":"Kûwshîy","pronunciation":"koo-shee'","derivation":"patronymically from H3568 (כּוּשׁ);","strongs_definition":"a Cushite, or descendant of Cush","kjv_definition":"Cushi, Cushite, Ethiopian(-s)."} +{"id":"H3570","strongs_number":"H3570","system":"hebrew","language":"hebrew","number_value":3570,"lemma":"כּוּשִׁי","transliteration":"Kûwshîy","pronunciation":"koo-shee'","derivation":"the same as H3569 (כּוּשִׁי);","strongs_definition":"Cushi, the name of two Israelites","kjv_definition":"Cushi."} +{"id":"H3571","strongs_number":"H3571","system":"hebrew","language":"hebrew","number_value":3571,"lemma":"כּוּשִׁית","transliteration":"Kûwshîyth","pronunciation":"koo-sheeth'","derivation":"feminine of H3569 (כּוּשִׁי);","strongs_definition":"a Cushite woman","kjv_definition":"Ethiopian."} +{"id":"H3572","strongs_number":"H3572","system":"hebrew","language":"hebrew","number_value":3572,"lemma":"כּוּשָׁן","transliteration":"Kûwshân","pronunciation":"koo-shawn'","derivation":"perhaps from H3568 (כּוּשׁ);","strongs_definition":"Cushan, a region of Arabia","kjv_definition":"Cushan."} +{"id":"H3573","strongs_number":"H3573","system":"hebrew","language":"hebrew","number_value":3573,"lemma":"כּוּשַׁן רִשְׁעָתַיִם","transliteration":"Kûwshan Rishʻâthayim","pronunciation":"koo-shan' rish-awthah'-yim","derivation":"apparently from H3572 (כּוּשָׁן) and the dual of H7564 (רִשְׁעָה); Cushan of double wickedness;","strongs_definition":"Cushan-Rishathajim, a Mesopotamian king","kjv_definition":"Chushan-rishathayim."} +{"id":"H3574","strongs_number":"H3574","system":"hebrew","language":"hebrew","number_value":3574,"lemma":"כּוֹשָׁרָה","transliteration":"kôwshârâh","pronunciation":"ko-shaw-raw'","derivation":"from H3787 (כָּשֵׁר);","strongs_definition":"prosperity; in plural freedom","kjv_definition":"[idiom] chain."} +{"id":"H3575","strongs_number":"H3575","system":"hebrew","language":"hebrew","number_value":3575,"lemma":"כּוּת","transliteration":"Kûwth","pronunciation":"kooth","derivation":"or (feminine) כּוּתָה; of foreign origin;","strongs_definition":"Cuth or Cuthah, a province of Assyria","kjv_definition":"Cuth."} +{"id":"H3576","strongs_number":"H3576","system":"hebrew","language":"hebrew","number_value":3576,"lemma":"כָּזַב","transliteration":"kâzab","pronunciation":"kaw-zab'","derivation":"a primitive root;","strongs_definition":"to lie (i.e. deceive), literally or figuratively","kjv_definition":"fail, (be found a, make a) liar, lie, lying, be in vain."} +{"id":"H3577","strongs_number":"H3577","system":"hebrew","language":"hebrew","number_value":3577,"lemma":"כָּזָב","transliteration":"kâzâb","pronunciation":"kaw-zawb'","derivation":"from H3576 (כָּזַב);","strongs_definition":"falsehood; literally (untruth) or figuratively (idol)","kjv_definition":"deceitful, false, leasing, + liar, lie, lying."} +{"id":"H3578","strongs_number":"H3578","system":"hebrew","language":"hebrew","number_value":3578,"lemma":"כֹּזְבָא","transliteration":"Kôzᵉbâʼ","pronunciation":"ko-zeb-aw'","derivation":"from H3576 (כָּזַב); fallacious;","strongs_definition":"Cozeba, a place in Palestine","kjv_definition":"Choseba."} +{"id":"H3579","strongs_number":"H3579","system":"hebrew","language":"hebrew","number_value":3579,"lemma":"כֹּזְבִי","transliteration":"Kôzᵉbîy","pronunciation":"koz-bee'","derivation":"from H3576 (כָּזַב); false;","strongs_definition":"Cozbi, a Midianitess","kjv_definition":"Cozbi."} +{"id":"H3580","strongs_number":"H3580","system":"hebrew","language":"hebrew","number_value":3580,"lemma":"כְּזִיב","transliteration":"Kᵉzîyb","pronunciation":"kez-eeb'","derivation":"from H3576 (כָּזַב); falsified;","strongs_definition":"Kezib, a place in Palestine","kjv_definition":"Chezib."} +{"id":"H3581","strongs_number":"H3581","system":"hebrew","language":"hebrew","number_value":3581,"lemma":"כֹּחַ","transliteration":"kôach","pronunciation":"ko'-akh","derivation":"or (Daniel 11:6) כּוֹחַ; from an unused root meaning to be firm;","strongs_definition":"vigor, literally (force, in a good or a bad sense) or figuratively (capacity, means, produce); also (from its hardiness) a large lizard","kjv_definition":"ability, able, chameleon, force, fruits, might, power(-ful), strength, substance, wealth."} +{"id":"H3582","strongs_number":"H3582","system":"hebrew","language":"hebrew","number_value":3582,"lemma":"כָּחַד","transliteration":"kâchad","pronunciation":"kaw-khad'","derivation":"a primitive root;","strongs_definition":"to secrete, by act or word; hence (intensively) to destroy","kjv_definition":"conceal, cut down (off), desolate, hide."} +{"id":"H3583","strongs_number":"H3583","system":"hebrew","language":"hebrew","number_value":3583,"lemma":"כָּחַל","transliteration":"kâchal","pronunciation":"kaw-khal'","derivation":"a primitive root;","strongs_definition":"to paint (with stibium)","kjv_definition":"paint."} +{"id":"H3584","strongs_number":"H3584","system":"hebrew","language":"hebrew","number_value":3584,"lemma":"כָּחַשׁ","transliteration":"kâchash","pronunciation":"kaw-khash'","derivation":"a primitive root;","strongs_definition":"to be untrue, in word (to lie, feign, disown) or deed (to disappoint, fail, cringe)","kjv_definition":"deceive, deny, dissemble, fail, deal falsely, be found liars, (be-) lie, lying, submit selves."} +{"id":"H3585","strongs_number":"H3585","system":"hebrew","language":"hebrew","number_value":3585,"lemma":"כַּחַשׁ","transliteration":"kachash","pronunciation":"kakh'-ash","derivation":"from H3584 (כָּחַשׁ);","strongs_definition":"literally a failure of flesh, i.e. emaciation; figuratively, hypocrisy","kjv_definition":"leanness, lies, lying."} +{"id":"H3586","strongs_number":"H3586","system":"hebrew","language":"hebrew","number_value":3586,"lemma":"כֶּחָשׁ","transliteration":"kechâsh","pronunciation":"kekh-awsh'","derivation":"from H3584 (כָּחַשׁ);","strongs_definition":"faithless","kjv_definition":"lying."} +{"id":"H3587","strongs_number":"H3587","system":"hebrew","language":"hebrew","number_value":3587,"lemma":"כִּי","transliteration":"kîy","pronunciation":"kee","derivation":"from H3554 (כָּוָה);","strongs_definition":"a brand or scar","kjv_definition":"burning."} +{"id":"H3588","strongs_number":"H3588","system":"hebrew","language":"hebrew","number_value":3588,"lemma":"כִּי","transliteration":"kîy","pronunciation":"kee","derivation":"a primitive particle (the full form of the prepositional prefix) indicating causal relations of all kinds, antecedent or consequent;","strongs_definition":"(by implication) very widely used as a relative conjunction or adverb (as below); often largely modified by other particles annexed","kjv_definition":"and, + (forasmuch, inasmuch, where-) as, assured(-ly), + but, certainly, doubtless, + else, even, + except, for, how, (because, in, so, than) that, + nevertheless, now, rightly, seeing, since, surely, then, therefore, + (al-) though, + till, truly, + until, when, whether, while, whom, yea, yet."} +{"id":"H3589","strongs_number":"H3589","system":"hebrew","language":"hebrew","number_value":3589,"lemma":"כִּיד","transliteration":"kîyd","pronunciation":"keed","derivation":"from a primitive root meaning to strike;","strongs_definition":"a crushing; figuratively, calamity","kjv_definition":"destruction."} +{"id":"H3590","strongs_number":"H3590","system":"hebrew","language":"hebrew","number_value":3590,"lemma":"כִידוֹד","transliteration":"kîydôwd","pronunciation":"kee-dode'","derivation":"from the same as H3589 (כִּיד) (compare H3539 (כַּדְכֹּד));","strongs_definition":"properly, something struck off, i.e. a spark (as struck)","kjv_definition":"spark."} +{"id":"H3591","strongs_number":"H3591","system":"hebrew","language":"hebrew","number_value":3591,"lemma":"כִּידוֹן","transliteration":"kîydôwn","pronunciation":"kee-dohn'","derivation":"from the same as H3589 (כִּיד); (perhaps smaller than H2595 (חֲנִית)lemma חֲניִת second vowel, corrected to חֲנִית)","strongs_definition":"properly, something to strike with, i.e. a dart","kjv_definition":"lance, shield, spear, target."} +{"id":"H3592","strongs_number":"H3592","system":"hebrew","language":"hebrew","number_value":3592,"lemma":"כִּידוֹן","transliteration":"Kîydôwn","pronunciation":"kee-dohn'","derivation":"the same as H3591 (כִּידוֹן);","strongs_definition":"Kidon, a place in Palestine","kjv_definition":"Chidon."} +{"id":"H3593","strongs_number":"H3593","system":"hebrew","language":"hebrew","number_value":3593,"lemma":"כִּידוֹר","transliteration":"kîydôwr","pronunciation":"kee-dore'","derivation":"of uncertain derivation;","strongs_definition":"perhaps tumult","kjv_definition":"battle."} +{"id":"H3594","strongs_number":"H3594","system":"hebrew","language":"hebrew","number_value":3594,"lemma":"כִּיּוּן","transliteration":"Kîyûwn","pronunciation":"kee-yoon'","derivation":"from H3559 (כּוּן);","strongs_definition":"properly, a statue, i.e. idol; but used (by euphemism) forsome heathen deity (perhaps corresponding to Priapus or Baal-peor)","kjv_definition":"Chiun."} +{"id":"H3595","strongs_number":"H3595","system":"hebrew","language":"hebrew","number_value":3595,"lemma":"כִּיּוֹר","transliteration":"kîyôwr","pronunciation":"kee-yore'","derivation":"or כִּיֹּר; from the same as H3564 (כּוּר);","strongs_definition":"properly, something round (as excavated or bored), i.e. a chafing-dish forcoals or a caldron forcooking; hence (from similarity of form) a washbowl; also (for the same reason) a pulpit or platform","kjv_definition":"hearth, laver, pan, scaffold."} +{"id":"H3596","strongs_number":"H3596","system":"hebrew","language":"hebrew","number_value":3596,"lemma":"כִּילַי","transliteration":"kîylay","pronunciation":"kee-lah'-ee","derivation":"or כֵּלַי; from H3557 (כּוּל) in the sense of withholding;","strongs_definition":"niggardly","kjv_definition":"churl."} +{"id":"H3597","strongs_number":"H3597","system":"hebrew","language":"hebrew","number_value":3597,"lemma":"כֵּילַף","transliteration":"kêylaph","pronunciation":"kay-laf'","derivation":"from an unused root meaning to clap or strike with noise;","strongs_definition":"a club or sledge-hammer","kjv_definition":"hammer."} +{"id":"H3598","strongs_number":"H3598","system":"hebrew","language":"hebrew","number_value":3598,"lemma":"כִּימָה","transliteration":"Kîymâh","pronunciation":"kee-maw'","derivation":"from the same as H3558 (כּוּמָז);","strongs_definition":"a cluster of stars, i.e. the Pleiades","kjv_definition":"Pleiades, seven stars."} +{"id":"H3599","strongs_number":"H3599","system":"hebrew","language":"hebrew","number_value":3599,"lemma":"כִּיס","transliteration":"kîyç","pronunciation":"keece","derivation":"a form for H3563 (כּוֹס);","strongs_definition":"a cup; also a bag formoney or weights","kjv_definition":"bag, cup, purse."} +{"id":"H3600","strongs_number":"H3600","system":"hebrew","language":"hebrew","number_value":3600,"lemma":"כִּיר","transliteration":"kîyr","pronunciation":"keer","derivation":"a form for H3564 (כּוּר) (only in the dual);","strongs_definition":"a cooking range (consisting of two parallel stones, across which the boiler is set)","kjv_definition":"ranges for pots."} +{"id":"H3601","strongs_number":"H3601","system":"hebrew","language":"hebrew","number_value":3601,"lemma":"כִּישׁוֹר","transliteration":"kîyshôwr","pronunciation":"kee-shore'","derivation":"from H3787 (כָּשֵׁר); compare H6418 (פֶּלֶךְ)","strongs_definition":"literally a director, i.e. the spindle or shank of adistaff, by which it is twirled","kjv_definition":"spindle."} +{"id":"H3602","strongs_number":"H3602","system":"hebrew","language":"hebrew","number_value":3602,"lemma":"כָּכָה","transliteration":"kâkâh","pronunciation":"kaw'-kaw","derivation":"from H3541 (כֹּה);","strongs_definition":"just so, referring to the previous or following context","kjv_definition":"after that (this) manner, this matter, (even) so, in such a case, thus."} +{"id":"H3603","strongs_number":"H3603","system":"hebrew","language":"hebrew","number_value":3603,"lemma":"כִּכָּר","transliteration":"kikkâr","pronunciation":"kik-kawr'","derivation":"from H3769 (כָּרַר);","strongs_definition":"a circle, i.e. (by implication) a circumjacent tract or region, especially the Ghor or valley of the Jordan; also a (round) loaf; also a talent (or large [round] coin)","kjv_definition":"loaf, morsel, piece, plain, talent."} +{"id":"H3604","strongs_number":"H3604","system":"hebrew","language":"hebrew","number_value":3604,"lemma":"כִּכֵּר","transliteration":"kikkêr","pronunciation":"kik-kare'","derivation":"(Aramaic) corresponding to H3603 (כִּכָּר);","strongs_definition":"a talent","kjv_definition":"talent."} +{"id":"H3605","strongs_number":"H3605","system":"hebrew","language":"hebrew","number_value":3605,"lemma":"כֹּל","transliteration":"kôl","pronunciation":"kole","derivation":"or (Jeremiah 33:8) כּוֹל; from H3634 (כָּלַל);","strongs_definition":"properly, the whole; hence, all, any or every (in the singular only, but often in a plural sense)","kjv_definition":"(in) all (manner, (ye)), altogether, any (manner), enough, every (one, place, thing), howsoever, as many as, (no-) thing, ought, whatsoever, (the) whole, whoso(-ever)."} +{"id":"H3606","strongs_number":"H3606","system":"hebrew","language":"hebrew","number_value":3606,"lemma":"כֹּל","transliteration":"kôl","pronunciation":"kole","derivation":"(Aramaic) corresponding to H3605 (כֹּל)","strongs_definition":"{properly, the whole; hence, all, any or every (in the singular only, but often in a plural sense)}","kjv_definition":"all, any, + (forasmuch) as, + be-(for this) cause, every, + no (manner, -ne), + there (where) -fore, + though, what (where, who) -soever, (the) whole."} +{"id":"H3607","strongs_number":"H3607","system":"hebrew","language":"hebrew","number_value":3607,"lemma":"כָּלָא","transliteration":"kâlâʼ","pronunciation":"kaw-law'","derivation":"a primitive root;","strongs_definition":"to restrict, by act (hold back or in) or word (prohibit)","kjv_definition":"finish, forbid, keep (back), refrain, restrain, retain, shut up, be stayed, withhold."} +{"id":"H3608","strongs_number":"H3608","system":"hebrew","language":"hebrew","number_value":3608,"lemma":"כֶּלֶא","transliteration":"keleʼ","pronunciation":"keh'-leh","derivation":"from H3607 (כָּלָא);","strongs_definition":"a prison","kjv_definition":"prison. Compare H3610 (כִּלְאַיִם), H3628 (כְּלִיא)."} +{"id":"H3609","strongs_number":"H3609","system":"hebrew","language":"hebrew","number_value":3609,"lemma":"כִּלְאָב","transliteration":"Kilʼâb","pronunciation":"kil-awb'","derivation":"apparently from H3607 (כָּלָא) and H1 (אָב); restraint of (his) father;","strongs_definition":"Kilab, an Israelite","kjv_definition":"Chileab."} +{"id":"H3610","strongs_number":"H3610","system":"hebrew","language":"hebrew","number_value":3610,"lemma":"כִּלְאַיִם","transliteration":"kilʼayim","pronunciation":"kil-ah'-yim","derivation":"dual of H3608 (כֶּלֶא) in the original sense of separation;","strongs_definition":"two heterogeneities","kjv_definition":"divers seeds (-e kinds), mingled (seed)."} +{"id":"H3611","strongs_number":"H3611","system":"hebrew","language":"hebrew","number_value":3611,"lemma":"כֶּלֶב","transliteration":"keleb","pronunciation":"keh'-leb","derivation":"from an unused root means. to yelp, or else to attack;","strongs_definition":"a dog; hence (by euphemism) a male prostitute","kjv_definition":"dog."} +{"id":"H3612","strongs_number":"H3612","system":"hebrew","language":"hebrew","number_value":3612,"lemma":"כָּלֵב","transliteration":"Kâlêb","pronunciation":"kaw-labe'","derivation":"perhaps a form of H3611 (כֶּלֶב), or else from the same root in the sense of forcible;","strongs_definition":"Caleb, the name of three Israelites","kjv_definition":"Caleb."} +{"id":"H3613","strongs_number":"H3613","system":"hebrew","language":"hebrew","number_value":3613,"lemma":"כָּלֵב אֶפְרָתָה","transliteration":"Kâlêb ʼEphrâthâh","pronunciation":"kaw-labe' ef-raw'-thaw","derivation":"from H3612 (כָּלֵב) and H672 (אֶפְרָת);","strongs_definition":"Caleb-Ephrathah, a place in Egypt (if the text is correct)","kjv_definition":"Caleb-ephrathah."} +{"id":"H3614","strongs_number":"H3614","system":"hebrew","language":"hebrew","number_value":3614,"lemma":"כָּלִבּוֹ","transliteration":"Kâlibbôw","pronunciation":"kaw-lib-bo'","derivation":"probably by erroneous transcription for כָּלֵבִי; patronymically from H3612 (כָּלֵב);","strongs_definition":"a Calebite or descendant of Caleb","kjv_definition":"of the house of Caleb."} +{"id":"H3615","strongs_number":"H3615","system":"hebrew","language":"hebrew","number_value":3615,"lemma":"כָּלָה","transliteration":"kâlâh","pronunciation":"kaw-law'","derivation":"a primitive root;","strongs_definition":"to end, whether intransitive (to cease, be finished, perish) or transitived (to complete, prepare, consume)","kjv_definition":"accomplish, cease, consume (away), determine, destroy (utterly), be (when... were) done, (be an) end (of), expire, (cause to) fail, faint, finish, fulfil, [idiom] fully, [idiom] have, leave (off), long, bring to pass, wholly reap, make clean riddance, spend, quite take away, waste."} +{"id":"H3616","strongs_number":"H3616","system":"hebrew","language":"hebrew","number_value":3616,"lemma":"כָּלֶה","transliteration":"kâleh","pronunciation":"kaw-leh'","derivation":"from H3615 (כָּלָה);","strongs_definition":"pining","kjv_definition":"fail."} +{"id":"H3617","strongs_number":"H3617","system":"hebrew","language":"hebrew","number_value":3617,"lemma":"כָּלָה","transliteration":"kâlâh","pronunciation":"kaw-law'","derivation":"from H3615 (כָּלָה);","strongs_definition":"a completion; adverb, completely; also destruction","kjv_definition":"altogether, (be, utterly) consume(-d), consummation(-ption), was determined, (full, utter) end, riddance."} +{"id":"H3618","strongs_number":"H3618","system":"hebrew","language":"hebrew","number_value":3618,"lemma":"כַּלָּה","transliteration":"kallâh","pronunciation":"kal-law'","derivation":"from H3634 (כָּלַל);","strongs_definition":"a bride (as if perfect); hence, a son's wife","kjv_definition":"bride, daughter-in-law, spouse."} +{"id":"H3619","strongs_number":"H3619","system":"hebrew","language":"hebrew","number_value":3619,"lemma":"כְּלוּב","transliteration":"kᵉlûwb","pronunciation":"kel-oob'","derivation":"from the same as H3611 (כֶּלֶב);","strongs_definition":"a bird-trap (as furnished with a clap-stick or treadle to spring it); hence, a basket (as resembling a wicker cage)","kjv_definition":"basket, cage."} +{"id":"H3620","strongs_number":"H3620","system":"hebrew","language":"hebrew","number_value":3620,"lemma":"כְּלוּב","transliteration":"Kᵉlûwb","pronunciation":"kel-oob'","derivation":"the same as H3619 (כְּלוּב)xlit kᵉlûb corrected to kᵉlûwb;","strongs_definition":"Kelub, the name of two Israelites","kjv_definition":"Chelub."} +{"id":"H3621","strongs_number":"H3621","system":"hebrew","language":"hebrew","number_value":3621,"lemma":"כְּלוּבַי","transliteration":"Kᵉlûwbay","pronunciation":"kel-oo-bay'-ee","derivation":"a form of H3612 (כָּלֵב);","strongs_definition":"Kelubai, an Israelite","kjv_definition":"Chelubai."} +{"id":"H3622","strongs_number":"H3622","system":"hebrew","language":"hebrew","number_value":3622,"lemma":"כְּלוּהַי","transliteration":"Kᵉlûwhay","pronunciation":"kel-oo-hah'-ee","derivation":"from H3615 (כָּלָה); completed;","strongs_definition":"Keluhai, an Israelite","kjv_definition":"Chelluh."} +{"id":"H3623","strongs_number":"H3623","system":"hebrew","language":"hebrew","number_value":3623,"lemma":"כְּלוּלָה","transliteration":"kᵉlûwlâh","pronunciation":"kel-oo-law'","derivation":"denominative passive participle from H3618 (כַּלָּה)lemma כַּלָה missing dagesh, corrected to כַּלָּה;","strongs_definition":"bridehood (only in the plural)","kjv_definition":"espousal."} +{"id":"H3624","strongs_number":"H3624","system":"hebrew","language":"hebrew","number_value":3624,"lemma":"כֶּלַח","transliteration":"kelach","pronunciation":"keh'-lakh","derivation":"from an unused root meaning to be complete;","strongs_definition":"maturity","kjv_definition":"full (old) age."} +{"id":"H3625","strongs_number":"H3625","system":"hebrew","language":"hebrew","number_value":3625,"lemma":"כֶּלַח","transliteration":"Kelach","pronunciation":"keh'-lakh","derivation":"the same as H3624 (כֶּלַח);","strongs_definition":"Kelach, a place in Assyria","kjv_definition":"Calah."} +{"id":"H3626","strongs_number":"H3626","system":"hebrew","language":"hebrew","number_value":3626,"lemma":"כׇּל־חֹזֶה","transliteration":"Kol-Chôzeh","pronunciation":"kol-kho-zeh'","derivation":"from H3605 (כֹּל) and H2374 (חֹזֶה); every seer;","strongs_definition":"Col-Chozeh, an Israelite","kjv_definition":"Col-hozeh."} +{"id":"H3627","strongs_number":"H3627","system":"hebrew","language":"hebrew","number_value":3627,"lemma":"כְּלִי","transliteration":"kᵉlîy","pronunciation":"kel-ee'","derivation":"from H3615 (כָּלָה);","strongs_definition":"something prepared, i.e. any apparatus (as an implement, utensil, dress, vessel or weapon)","kjv_definition":"armour(-bearer), artillery, bag, carriage, [phrase] furnish, furniture, instrument, jewel, that is made of, [idiom] one from another, that which pertaineth, pot, [phrase] psaltery, sack, stuff, thing, tool, vessel, ware, weapon, [phrase] whatsoever."} +{"id":"H3628","strongs_number":"H3628","system":"hebrew","language":"hebrew","number_value":3628,"lemma":"כְּלִיא","transliteration":"kᵉlîyʼ","pronunciation":"kel-ee'","derivation":"or כְּלוּא; from H3627 (כְּלִי) (compare H3608 (כֶּלֶא));","strongs_definition":"a prison","kjv_definition":"prison."} +{"id":"H3629","strongs_number":"H3629","system":"hebrew","language":"hebrew","number_value":3629,"lemma":"כִּלְיָה","transliteration":"kilyâh","pronunciation":"kil-yaw'","derivation":"feminine of H3627 (כְּלִי) (only in the plural);","strongs_definition":"a kidney (as an essential organ); figuratively, the mind (as the interior self)","kjv_definition":"kidneys, reins."} +{"id":"H3630","strongs_number":"H3630","system":"hebrew","language":"hebrew","number_value":3630,"lemma":"כִּלְיוֹן","transliteration":"Kilyôwn","pronunciation":"kil-yone'","derivation":"a form of H3631 (כִּלָּיוֹן);","strongs_definition":"Kiljon, an Israelite","kjv_definition":"Chilion."} +{"id":"H3631","strongs_number":"H3631","system":"hebrew","language":"hebrew","number_value":3631,"lemma":"כִּלָּיוֹן","transliteration":"killâyôwn","pronunciation":"kil-law-yone'","derivation":"from H3615 (כָּלָה);","strongs_definition":"pining, destruction","kjv_definition":"consumption, failing."} +{"id":"H3632","strongs_number":"H3632","system":"hebrew","language":"hebrew","number_value":3632,"lemma":"כָּלִיל","transliteration":"kâlîyl","pronunciation":"kaw-leel'","derivation":"from H3634 (כָּלַל);","strongs_definition":"complete; as noun, the whole (specifically, a sacrifice entirely consumed); as adverb, fully","kjv_definition":"all, every whit, flame, perfect(-ion), utterly, whole burnt offering (sacrifice), wholly."} +{"id":"H3633","strongs_number":"H3633","system":"hebrew","language":"hebrew","number_value":3633,"lemma":"כַּלְכֹּל","transliteration":"Kalkôl","pronunciation":"kal-kole'","derivation":"from H3557 (כּוּל); sustenance;","strongs_definition":"Calcol, an Israelite","kjv_definition":"Calcol, Chalcol."} +{"id":"H3634","strongs_number":"H3634","system":"hebrew","language":"hebrew","number_value":3634,"lemma":"כָּלַל","transliteration":"kâlal","pronunciation":"kaw-lal'","derivation":"a primitive root;","strongs_definition":"to complete","kjv_definition":"(make) perfect."} +{"id":"H3635","strongs_number":"H3635","system":"hebrew","language":"hebrew","number_value":3635,"lemma":"כְּלַל","transliteration":"kᵉlal","pronunciation":"kel-al'","derivation":"(Aramaic) corresponding to H3634 (כָּלַל);","strongs_definition":"to complete","kjv_definition":"finish, make (set) up."} +{"id":"H3636","strongs_number":"H3636","system":"hebrew","language":"hebrew","number_value":3636,"lemma":"כְּלָל","transliteration":"Kᵉlâl","pronunciation":"kel-awl'","derivation":"from H3634 (כָּלַל); complete;","strongs_definition":"Kelal, an Israelite","kjv_definition":"Chelal."} +{"id":"H3637","strongs_number":"H3637","system":"hebrew","language":"hebrew","number_value":3637,"lemma":"כָּלַם","transliteration":"kâlam","pronunciation":"kaw-lawm'","derivation":"a primitive root;","strongs_definition":"properly, to wound; but only figuratively, to taunt or insult","kjv_definition":"be (make) ashamed, blush, be confounded, be put to confusion, hurt, reproach, (do, put to) shame."} +{"id":"H3638","strongs_number":"H3638","system":"hebrew","language":"hebrew","number_value":3638,"lemma":"כִּלְמָד","transliteration":"Kilmâd","pronunciation":"kil-mawd'","derivation":"of foreign derivation;","strongs_definition":"Kilmad, a place apparently in the Assyrian empire","kjv_definition":"Chilmad."} +{"id":"H3639","strongs_number":"H3639","system":"hebrew","language":"hebrew","number_value":3639,"lemma":"כְּלִמָּה","transliteration":"kᵉlimmâh","pronunciation":"kel-im-maw'","derivation":"from H3637 (כָּלַם);","strongs_definition":"disgrace","kjv_definition":"confusion, dishonour, reproach, shame."} +{"id":"H3640","strongs_number":"H3640","system":"hebrew","language":"hebrew","number_value":3640,"lemma":"כְּלִמּוּת","transliteration":"kᵉlimmûwth","pronunciation":"kel-im-mooth'","derivation":"from H3639 (כְּלִמָּה);","strongs_definition":"disgrace","kjv_definition":"shame."} +{"id":"H3641","strongs_number":"H3641","system":"hebrew","language":"hebrew","number_value":3641,"lemma":"כַּלְנֶה","transliteration":"Kalneh","pronunciation":"kal-neh'","derivation":"or כַּלְנֵה; also כַּלְנוֹ; of foreign derivation;","strongs_definition":"Calneh or Calno, a place in the Assyrian empire","kjv_definition":"Calneh, Calno. Compare H3656 (כַּנֶּה)."} +{"id":"H3642","strongs_number":"H3642","system":"hebrew","language":"hebrew","number_value":3642,"lemma":"כָּמַהּ","transliteration":"kâmahh","pronunciation":"kaw-mah","derivation":"a primitive root;","strongs_definition":"to pine after","kjv_definition":"long."} +{"id":"H3643","strongs_number":"H3643","system":"hebrew","language":"hebrew","number_value":3643,"lemma":"כִּמְהָם","transliteration":"Kimhâm","pronunciation":"kim-hawm'","derivation":"from H3642 (כָּמַהּ); pining;","strongs_definition":"Kimham, an Israelite","kjv_definition":"Chimham."} +{"id":"H3644","strongs_number":"H3644","system":"hebrew","language":"hebrew","number_value":3644,"lemma":"כְּמוֹ","transliteration":"kᵉmôw","pronunciation":"kem-o'","derivation":"or כָּמוֹ; (compare H3651 (כֵּן));","strongs_definition":"a form of the prefix 'k-', but used separately as, thus, so","kjv_definition":"according to, (such) as (it were, well as), in comparison of, like (as, to, unto), thus, when, worth."} +{"id":"H3645","strongs_number":"H3645","system":"hebrew","language":"hebrew","number_value":3645,"lemma":"כְּמוֹשׁ","transliteration":"Kᵉmôwsh","pronunciation":"kem-oshe'","derivation":"or (Jeremiah 48:7) כְּמִישׁ; from an unused root meaning to subdue; the powerful;","strongs_definition":"Kemosh, the god of the Moabites","kjv_definition":"Chemosh."} +{"id":"H3646","strongs_number":"H3646","system":"hebrew","language":"hebrew","number_value":3646,"lemma":"כַּמֹּן","transliteration":"kammôn","pronunciation":"kam-mone'","derivation":"from an unused root meaning to store up or preserve;","strongs_definition":"'cummin' (from its use as a condiment)","kjv_definition":"cummin."} +{"id":"H3647","strongs_number":"H3647","system":"hebrew","language":"hebrew","number_value":3647,"lemma":"כָּמַס","transliteration":"kâmaç","pronunciation":"kaw-mas'","derivation":"a primitive root;","strongs_definition":"to store away, i.e. (figuratively) in the memory","kjv_definition":"lay up in store."} +{"id":"H3648","strongs_number":"H3648","system":"hebrew","language":"hebrew","number_value":3648,"lemma":"כָּמַר","transliteration":"kâmar","pronunciation":"kaw-mar'","derivation":"a primitive root;","strongs_definition":"properly, to intertwine or contract, i.e. (by implication) to shrivel (as with heat); figuratively, to be deeply affected with passion (love or pity)","kjv_definition":"be black, be kindled, yearn."} +{"id":"H3649","strongs_number":"H3649","system":"hebrew","language":"hebrew","number_value":3649,"lemma":"כָּמָר","transliteration":"kâmâr","pronunciation":"kaw-mawr'","derivation":"from H3648 (כָּמַר);","strongs_definition":"properly, an ascetic (as if shrunk with self-maceration), i.e. an idolatrous priest (only in plural)","kjv_definition":"Chemarims (idolatrous) priests."} +{"id":"H3650","strongs_number":"H3650","system":"hebrew","language":"hebrew","number_value":3650,"lemma":"כִּמְרִיר","transliteration":"kimrîyr","pronunciation":"kim-reer'","derivation":"redupl. from H3648 (כָּמַר);","strongs_definition":"obscuration (as if from shrinkage of light, i.e. an eclipse (only in plural)","kjv_definition":"blackness."} +{"id":"H3651","strongs_number":"H3651","system":"hebrew","language":"hebrew","number_value":3651,"lemma":"כֵּן","transliteration":"kên","pronunciation":"kane","derivation":"from H3559 (כּוּן);","strongs_definition":"properly, set upright; hence (figuratively as adjective) just; but usually (as adverb or conjunction) rightly or so (in various applications to manner, time and relation; often with other particles)","kjv_definition":"[phrase] after that (this, -ward, -wards), as... as, [phrase] (for-) asmuch as yet, [phrase] be (for which) cause, [phrase] following, howbeit, in (the) like (manner, -wise), [idiom] the more, right, (even) so, state, straightway, such (thing), surely, [phrase] there (where) -fore, this, thus, true, well, [idiom] you."} +{"id":"H3652","strongs_number":"H3652","system":"hebrew","language":"hebrew","number_value":3652,"lemma":"כֵּן","transliteration":"kên","pronunciation":"kane","derivation":"(Aramaic) corresponding to H3651 (כֵּן);","strongs_definition":"so","kjv_definition":"thus."} +{"id":"H3653","strongs_number":"H3653","system":"hebrew","language":"hebrew","number_value":3653,"lemma":"כֵּן","transliteration":"kên","pronunciation":"kane","derivation":"the same as H3651 (כֵּן), used as a noun;","strongs_definition":"a stand, i.e. pedestal or station","kjv_definition":"base, estate, foot, office, place, well."} +{"id":"H3654","strongs_number":"H3654","system":"hebrew","language":"hebrew","number_value":3654,"lemma":"כֵּן","transliteration":"kên","pronunciation":"kane","derivation":"from H3661 (כָּנַן) in the sense of fastening; (from infixing its sting; used only in plural (and irregular in Exodus 8:17,18; Hebrews 13:14))","strongs_definition":"a gnat","kjv_definition":"lice, [idiom] manner."} +{"id":"H3655","strongs_number":"H3655","system":"hebrew","language":"hebrew","number_value":3655,"lemma":"כָּנָה","transliteration":"kânâh","pronunciation":"kaw-naw'","derivation":"a primitive root;","strongs_definition":"to address by an additional name; hence, to eulogize","kjv_definition":"give flattering titles, surname (himself)."} +{"id":"H3656","strongs_number":"H3656","system":"hebrew","language":"hebrew","number_value":3656,"lemma":"כַּנֶּה","transliteration":"Kanneh","pronunciation":"kan-neh'","derivation":"for H3641 (כַּלְנֶה);","strongs_definition":"Canneh, a place in Assyria","kjv_definition":"Canneh."} +{"id":"H3657","strongs_number":"H3657","system":"hebrew","language":"hebrew","number_value":3657,"lemma":"כַּנָּה","transliteration":"kannâh","pronunciation":"kaw-naw'","derivation":"from H3661 (כָּנַן);","strongs_definition":"a plant (as set)","kjv_definition":"[idiom] vineyard."} +{"id":"H3658","strongs_number":"H3658","system":"hebrew","language":"hebrew","number_value":3658,"lemma":"כִּנּוֹר","transliteration":"kinnôwr","pronunciation":"kin-nore'","derivation":"from a unused root meaning to twang;","strongs_definition":"a harp","kjv_definition":"harp."} +{"id":"H3659","strongs_number":"H3659","system":"hebrew","language":"hebrew","number_value":3659,"lemma":"כׇּנְיָהוּ","transliteration":"Konyâhûw","pronunciation":"kon-yaw'-hoo","derivation":"for H3204 (יְכׇנְיָה);","strongs_definition":"Conjah, an Israelite king","kjv_definition":"Coniah."} +{"id":"H3660","strongs_number":"H3660","system":"hebrew","language":"hebrew","number_value":3660,"lemma":"כְּנֵמָא","transliteration":"kᵉnêmâʼ","pronunciation":"ken-ay-maw'","derivation":"(Aramaic) corresponding to H3644 (כְּמוֹ);","strongs_definition":"so or thus","kjv_definition":"so, (in) this manner (sort), thus."} +{"id":"H3661","strongs_number":"H3661","system":"hebrew","language":"hebrew","number_value":3661,"lemma":"כָּנַן","transliteration":"kânan","pronunciation":"kaw-nan'","derivation":"a primitive root;","strongs_definition":"to set out, i.e. plant","kjv_definition":"[idiom] vineyard."} +{"id":"H3662","strongs_number":"H3662","system":"hebrew","language":"hebrew","number_value":3662,"lemma":"כְּנָנִי","transliteration":"Kᵉnânîy","pronunciation":"ken-aw-nee'","derivation":"from H3661 (כָּנַן); planted;","strongs_definition":"Kenani, an Israelite","kjv_definition":"Chenani."} +{"id":"H3663","strongs_number":"H3663","system":"hebrew","language":"hebrew","number_value":3663,"lemma":"כְּנַנְיָה","transliteration":"Kᵉnanyâh","pronunciation":"ken-an-yaw'","derivation":"or כְּנַנְיָהוּ; from H3661 (כָּנַן) and H3050 (יָהּ); Jah has planted;","strongs_definition":"Kenanjah, an Israelite","kjv_definition":"Chenaniah."} +{"id":"H3664","strongs_number":"H3664","system":"hebrew","language":"hebrew","number_value":3664,"lemma":"כָּנַס","transliteration":"kânaç","pronunciation":"kaw-nas'","derivation":"a primitive root;","strongs_definition":"to collect; hence, to enfold","kjv_definition":"gather (together), heap up, wrap self."} +{"id":"H3665","strongs_number":"H3665","system":"hebrew","language":"hebrew","number_value":3665,"lemma":"כָּנַע","transliteration":"kânaʻ","pronunciation":"kaw-nah'","derivation":"a primitive root;","strongs_definition":"properly, to bend the knee; hence, to humiliate, vanquish","kjv_definition":"bring down (low), into subjection, under, humble (self), subdue."} +{"id":"H3666","strongs_number":"H3666","system":"hebrew","language":"hebrew","number_value":3666,"lemma":"כִּנְעָה","transliteration":"kinʻâh","pronunciation":"kin-aw'","derivation":"from H3665 (כָּנַע) in the sense of folding (compare H3664 (כָּנַס));","strongs_definition":"a package","kjv_definition":"wares."} +{"id":"H3667","strongs_number":"H3667","system":"hebrew","language":"hebrew","number_value":3667,"lemma":"כְּנַעַן","transliteration":"Kᵉnaʻan","pronunciation":"ken-ah'-an","derivation":"from H3665 (כָּנַע); humiliated;","strongs_definition":"Kenaan, a son a Ham; also the country inhabited by him","kjv_definition":"Canaan, merchant, traffick."} +{"id":"H3668","strongs_number":"H3668","system":"hebrew","language":"hebrew","number_value":3668,"lemma":"כְּנַעֲנָה","transliteration":"Kᵉnaʻănâh","pronunciation":"ken-ah-an-aw'","derivation":"feminine of H3667 (כְּנַעַן);","strongs_definition":"Kenaanah, the name of two Israelites","kjv_definition":"Chenaanah."} +{"id":"H3669","strongs_number":"H3669","system":"hebrew","language":"hebrew","number_value":3669,"lemma":"כְּנַעַנִי","transliteration":"Kᵉnaʻanîy","pronunciation":"ken-ah-an-ee'","derivation":"patrial from H3667 (כְּנַעַן);","strongs_definition":"a Kenaanite or inhabitant of Kenaan; by implication, a pedlar (the Canaanites standing for their neighbors the Ishmaelites, who conducted mercantile caravans)","kjv_definition":"Canaanite, merchant, trafficker."} +{"id":"H3670","strongs_number":"H3670","system":"hebrew","language":"hebrew","number_value":3670,"lemma":"כָּנַף","transliteration":"kânaph","pronunciation":"kaw-naf'","derivation":"a primitive root;","strongs_definition":"properly, to project laterally, i.e. probably (reflexive) to withdraw","kjv_definition":"be removed."} +{"id":"H3671","strongs_number":"H3671","system":"hebrew","language":"hebrew","number_value":3671,"lemma":"כָּנָף","transliteration":"kânâph","pronunciation":"kaw-nawf'","derivation":"from H3670 (כָּנַף);","strongs_definition":"an edge or extremity; specifically (of a bird or army) a wing, (of a garment or bedclothing) a flap, (of the earth) a quarter, (of a building) a pinnacle","kjv_definition":"[phrase] bird, border, corner, end, feather(-ed), [idiom] flying, [phrase] (one an-) other, overspreading, [idiom] quarters, skirt, [idiom] sort, uttermost part, wing(-ed)."} +{"id":"H3672","strongs_number":"H3672","system":"hebrew","language":"hebrew","number_value":3672,"lemma":"כִּנְּרוֹת","transliteration":"Kinnᵉrôwth","pronunciation":"kin-ner-oth'","derivation":"or כִּנֶּרֶתlemma כִּנֶרֶת missing dagesh, corrected to כִּנֶּרֶת; respectively plural and singular feminine from the same as H3658 (כִּנּוֹר); perhaps harp-shaped;","strongs_definition":"Kinneroth or Kinnereth, a place in Palestine","kjv_definition":"Chinnereth, Chinneroth, Cinneroth."} +{"id":"H3673","strongs_number":"H3673","system":"hebrew","language":"hebrew","number_value":3673,"lemma":"כָּנַשׁ","transliteration":"kânash","pronunciation":"kaw-nash'","derivation":"(Aramaic) corresponding to H3664 (כָּנַס);","strongs_definition":"to assemble","kjv_definition":"gather together."} +{"id":"H3674","strongs_number":"H3674","system":"hebrew","language":"hebrew","number_value":3674,"lemma":"כְּנָת","transliteration":"kᵉnâth","pronunciation":"ken-awth'","derivation":"from H3655 (כָּנָה);","strongs_definition":"a colleague (as having the same title)","kjv_definition":"companion."} +{"id":"H3675","strongs_number":"H3675","system":"hebrew","language":"hebrew","number_value":3675,"lemma":"כְּנָת","transliteration":"kᵉnâth","pronunciation":"ken-awth'","derivation":"(Aramaic) corresponding to H3674 (כְּנָת)","strongs_definition":"{a colleague (as having the same title)}","kjv_definition":"companion."} +{"id":"H3676","strongs_number":"H3676","system":"hebrew","language":"hebrew","number_value":3676,"lemma":"כֵּס","transliteration":"kêç","pronunciation":"kace","derivation":"apparently a contraction for H3678 (כִּסֵּא), but probably by erroneous transcription for H5251 (נֵס)","strongs_definition":"{a flag; also a sail; by implication, a flagstaff; generally a signal; figuratively, a token}","kjv_definition":"sworn."} +{"id":"H3677","strongs_number":"H3677","system":"hebrew","language":"hebrew","number_value":3677,"lemma":"כֶּסֶא","transliteration":"keçeʼ","pronunciation":"keh'-seh","derivation":"or כֶּסֶה; apparently from H3680 (כָּסָה);","strongs_definition":"properly, fulness or the full moon, i.e. its festival","kjv_definition":"(time) appointed."} +{"id":"H3678","strongs_number":"H3678","system":"hebrew","language":"hebrew","number_value":3678,"lemma":"כִּסֵּא","transliteration":"kiççêʼ","pronunciation":"kis-say'","derivation":"or כִּסֵּה; from H3680 (כָּסָה);","strongs_definition":"properly, covered, i.e. a throne (as canopied)","kjv_definition":"seat, stool, throne."} +{"id":"H3679","strongs_number":"H3679","system":"hebrew","language":"hebrew","number_value":3679,"lemma":"כַּסְדַּי","transliteration":"Kaçday","pronunciation":"kas-dah'-ee","derivation":"for H3778 (כַּשְׂדִּי)","strongs_definition":"{a Kasdite, or descendant of Kesed; by implication, a Chaldaean (as if so descended); also an astrologer (as if proverbial of that people}","kjv_definition":"Chaldean."} +{"id":"H3680","strongs_number":"H3680","system":"hebrew","language":"hebrew","number_value":3680,"lemma":"כָּסָה","transliteration":"kâçâh","pronunciation":"kaw-saw'","derivation":"a primitive root;","strongs_definition":"properly, to plump, i.e. fill up hollows; by implication, to cover (for clothing or secrecy)","kjv_definition":"clad self, close, clothe, conceal, cover (self), (flee to) hide, overwhelm. Compare H3780 (כָּשָׂה)."} +{"id":"H3681","strongs_number":"H3681","system":"hebrew","language":"hebrew","number_value":3681,"lemma":"כָּסוּי","transliteration":"kâçûwy","pronunciation":"kaw-soo'-ee","derivation":"passive participle of H3680 (כָּסָה);","strongs_definition":"properly, covered, i.e. (as noun) a covering","kjv_definition":"covering."} +{"id":"H3682","strongs_number":"H3682","system":"hebrew","language":"hebrew","number_value":3682,"lemma":"כְּסוּת","transliteration":"kᵉçûwth","pronunciation":"kes-ooth'","derivation":"from H3680 (כָּסָה);","strongs_definition":"a cover (garment); figuratively, a veiling","kjv_definition":"covering, raiment, vesture."} +{"id":"H3683","strongs_number":"H3683","system":"hebrew","language":"hebrew","number_value":3683,"lemma":"כָּסַח","transliteration":"kâçach","pronunciation":"kaw-sakh'","derivation":"a primitive root;","strongs_definition":"to cut off","kjv_definition":"cut down (up)."} +{"id":"H3684","strongs_number":"H3684","system":"hebrew","language":"hebrew","number_value":3684,"lemma":"כְּסִיל","transliteration":"kᵉçîyl","pronunciation":"kes-eel'","derivation":"from H3688 (כָּסַל);","strongs_definition":"properly, fat, i.e. (figuratively) stupid or silly","kjv_definition":"fool(-ish)."} +{"id":"H3685","strongs_number":"H3685","system":"hebrew","language":"hebrew","number_value":3685,"lemma":"כְּסִיל","transliteration":"Kᵉçîyl","pronunciation":"kes-eel'","derivation":"the same as H3684 (כְּסִיל);","strongs_definition":"any notable constellation; specifically Orion (as if a burly one)","kjv_definition":"constellation, Orion."} +{"id":"H3686","strongs_number":"H3686","system":"hebrew","language":"hebrew","number_value":3686,"lemma":"כְּסִיל","transliteration":"Kᵉçîyl","pronunciation":"kes-eel'","derivation":"the same as H3684 (כְּסִיל);","strongs_definition":"Kesil, a place in Palestine","kjv_definition":"Chesil."} +{"id":"H3687","strongs_number":"H3687","system":"hebrew","language":"hebrew","number_value":3687,"lemma":"כְּסִילוּת","transliteration":"kᵉçîylûwth","pronunciation":"kes-eel-ooth'","derivation":"from H3684 (כְּסִיל);","strongs_definition":"silliness","kjv_definition":"foolish."} +{"id":"H3688","strongs_number":"H3688","system":"hebrew","language":"hebrew","number_value":3688,"lemma":"כָּסַל","transliteration":"kâçal","pronunciation":"kaw-sal'","derivation":"a primitive root;","strongs_definition":"properly, to be fat, i.e. (figuratively) silly","kjv_definition":"be foolish."} +{"id":"H3689","strongs_number":"H3689","system":"hebrew","language":"hebrew","number_value":3689,"lemma":"כֶּסֶל","transliteration":"keçel","pronunciation":"keh'-sel","derivation":"from H3688 (כָּסַל);","strongs_definition":"properly, fatness, i.e. by implication (literally) the loin (as the seat of the leaf fat) or (generally) the viscera; also (figuratively) silliness or (in a good sense) trust","kjv_definition":"confidence, flank, folly, hope, loin."} +{"id":"H3690","strongs_number":"H3690","system":"hebrew","language":"hebrew","number_value":3690,"lemma":"כִּסְלָה","transliteration":"kiçlâh","pronunciation":"kis-law'","derivation":"feminine of H3689 (כֶּסֶל);","strongs_definition":"in a good sense, trust; in a bad one, silliness","kjv_definition":"confidence, folly."} +{"id":"H3691","strongs_number":"H3691","system":"hebrew","language":"hebrew","number_value":3691,"lemma":"כִּסְלֵו","transliteration":"Kiçlêv","pronunciation":"kis-lave'","derivation":"probably of foreign origin;","strongs_definition":"Kisleu, the 9th Hebrew month","kjv_definition":"Chisleu."} +{"id":"H3692","strongs_number":"H3692","system":"hebrew","language":"hebrew","number_value":3692,"lemma":"כִּסְלוֹן","transliteration":"Kiçlôwn","pronunciation":"kis-lone'","derivation":"from H3688 (כָּסַל); hopeful;","strongs_definition":"Kislon, an Israelite","kjv_definition":"Chislon."} +{"id":"H3693","strongs_number":"H3693","system":"hebrew","language":"hebrew","number_value":3693,"lemma":"כְּסָלוֹן","transliteration":"Kᵉçâlôwn","pronunciation":"kes-aw-lone'","derivation":"from H3688 (כָּסַל); fertile;","strongs_definition":"Kesalon, a place in Palestine","kjv_definition":"Chesalon."} +{"id":"H3694","strongs_number":"H3694","system":"hebrew","language":"hebrew","number_value":3694,"lemma":"כְּסֻלּוֹת","transliteration":"Kᵉçullôwth","pronunciation":"kes-ool-loth'","derivation":"feminine plural of passive participle of H3688 (כָּסַל); fattened;","strongs_definition":"Kesulloth, a place in Palestine","kjv_definition":"Chesulloth."} +{"id":"H3695","strongs_number":"H3695","system":"hebrew","language":"hebrew","number_value":3695,"lemma":"כַּסְלֻחִים","transliteration":"Kaçluchîym","pronunciation":"kas-loo'-kheem","derivation":"a plural probably of foreign derivation;","strongs_definition":"Casluchim, a people cognate to the Egyptians","kjv_definition":"Casluhim."} +{"id":"H3696","strongs_number":"H3696","system":"hebrew","language":"hebrew","number_value":3696,"lemma":"כִּסְלֹת תָּבֹר","transliteration":"Kiçlôth Tâbôr","pronunciation":"kis-loth' taw-bore'","derivation":"from the feminine plural of H3689 (כֶּסֶל) and H8396 (תָּבוֹר); flanks of Tabor;","strongs_definition":"Kisloth-Tabor, a place in Palestine","kjv_definition":"Chisloth-tabor."} +{"id":"H3697","strongs_number":"H3697","system":"hebrew","language":"hebrew","number_value":3697,"lemma":"כָּסַם","transliteration":"kâçam","pronunciation":"kaw-sam'","derivation":"a primitive root;","strongs_definition":"to shear","kjv_definition":"[idiom] only, poll. Compare H3765 (כִּרְסֵם)."} +{"id":"H3698","strongs_number":"H3698","system":"hebrew","language":"hebrew","number_value":3698,"lemma":"כֻּסֶּמֶת","transliteration":"kuççemeth","pronunciation":"koos-seh'-meth","derivation":"from H3697 (כָּסַם);","strongs_definition":"spelt (from its bristliness as if just shorn)","kjv_definition":"fitches, rie."} +{"id":"H3699","strongs_number":"H3699","system":"hebrew","language":"hebrew","number_value":3699,"lemma":"כָּסַס","transliteration":"kâçaç","pronunciation":"kaw-sas'","derivation":"a primitive root;","strongs_definition":"to estimate","kjv_definition":"make count."} +{"id":"H3700","strongs_number":"H3700","system":"hebrew","language":"hebrew","number_value":3700,"lemma":"כָּסַף","transliteration":"kâçaph","pronunciation":"kaw-saf'","derivation":"a primitive root;","strongs_definition":"properly, to become pale, i.e. (by implication) to pine after; also to fear","kjv_definition":"(have) desire, be greedy, long, sore."} +{"id":"H3701","strongs_number":"H3701","system":"hebrew","language":"hebrew","number_value":3701,"lemma":"כֶּסֶף","transliteration":"keçeph","pronunciation":"keh'-sef","derivation":"from H3700 (כָּסַף);","strongs_definition":"silver (from its pale color); by implication, money","kjv_definition":"money, price, silver(-ling)."} +{"id":"H3702","strongs_number":"H3702","system":"hebrew","language":"hebrew","number_value":3702,"lemma":"כְּסַף","transliteration":"kᵉçaph","pronunciation":"kes-af'","derivation":"(Aramaic) corresponding to H3701 (כֶּסֶף)","strongs_definition":"{silver (from its pale color); by implication, money}","kjv_definition":"money, silver."} +{"id":"H3703","strongs_number":"H3703","system":"hebrew","language":"hebrew","number_value":3703,"lemma":"כָּסִפְיָא","transliteration":"Kâçiphyâʼ","pronunciation":"kaw-sif-yaw'","derivation":"perhaps from H3701 (כֶּסֶף); silvery;","strongs_definition":"Casiphja, a place in Babylon","kjv_definition":"Casiphia."} +{"id":"H3704","strongs_number":"H3704","system":"hebrew","language":"hebrew","number_value":3704,"lemma":"כֶּסֶת","transliteration":"keçeth","pronunciation":"keh'-seth","derivation":"from H3680 (כָּסָה);","strongs_definition":"a cushion or pillow (as covering a seat or bed)","kjv_definition":"pillow."} +{"id":"H3705","strongs_number":"H3705","system":"hebrew","language":"hebrew","number_value":3705,"lemma":"כְּעַן","transliteration":"kᵉʻan","pronunciation":"keh-an'","derivation":"(Aramaic) probably from H3652 (כֵּן);","strongs_definition":"now","kjv_definition":"now."} +{"id":"H3706","strongs_number":"H3706","system":"hebrew","language":"hebrew","number_value":3706,"lemma":"כְּעֶנֶת","transliteration":"kᵉʻeneth","pronunciation":"keh-eh'-neth","derivation":"(Aramaic) or כְּעֶת; (Aramaic), feminine of H3705 (כְּעַן);","strongs_definition":"thus (only in the formula 'and so forth')","kjv_definition":"at such a time."} +{"id":"H3707","strongs_number":"H3707","system":"hebrew","language":"hebrew","number_value":3707,"lemma":"כַּעַס","transliteration":"kaʻaç","pronunciation":"kaw-as'","derivation":"a primitive root;","strongs_definition":"to trouble; by implication, to grieve, rage, be indignant","kjv_definition":"be angry, be grieved, take indignation, provoke (to anger, unto wrath), have sorrow, vex, be wroth."} +{"id":"H3708","strongs_number":"H3708","system":"hebrew","language":"hebrew","number_value":3708,"lemma":"כַּעַס","transliteration":"kaʻaç","pronunciation":"kah'-as","derivation":"or (in Job) כַּעַשׂ; from H3707 (כַּעַס);","strongs_definition":"vexation","kjv_definition":"anger, angry, grief, indignation, provocation, provoking, [idiom] sore, sorrow, spite, wrath."} +{"id":"H3709","strongs_number":"H3709","system":"hebrew","language":"hebrew","number_value":3709,"lemma":"כַּף","transliteration":"kaph","pronunciation":"kaf","derivation":"from H3721 (כָּפַף);","strongs_definition":"the hollow hand or palm (so of the paw of an animal, of the sole, and even of the bowl of a dish or sling, the handle of a bolt, the leaves of a palm-tree); figuratively, power","kjv_definition":"branch, [phrase] foot, hand((-ful), -dle, (-led)), hollow, middle, palm, paw, power, sole, spoon."} +{"id":"H3710","strongs_number":"H3710","system":"hebrew","language":"hebrew","number_value":3710,"lemma":"כֵּף","transliteration":"kêph","pronunciation":"kafe","derivation":"from H3721 (כָּפַף);","strongs_definition":"a hollow rock","kjv_definition":"rock."} +{"id":"H3711","strongs_number":"H3711","system":"hebrew","language":"hebrew","number_value":3711,"lemma":"כָּפָה","transliteration":"kâphâh","pronunciation":"kaw-faw'","derivation":"a primitive root;","strongs_definition":"properly, to bend, i.e. (figuratively) to tame or subdue","kjv_definition":"pacify."} +{"id":"H3712","strongs_number":"H3712","system":"hebrew","language":"hebrew","number_value":3712,"lemma":"כִּפָּה","transliteration":"kippâh","pronunciation":"kip-paw'","derivation":"feminine of H3709 (כַּף);","strongs_definition":"a leaf of a palmtree","kjv_definition":"branch."} +{"id":"H3713","strongs_number":"H3713","system":"hebrew","language":"hebrew","number_value":3713,"lemma":"כְּפוֹר","transliteration":"kᵉphôwr","pronunciation":"kef-ore'","derivation":"from H3722 (כָּפַר);","strongs_definition":"properly, a cover, i.e. (by implication) a tankard (or covered goblet); also white frost (as covering the ground)","kjv_definition":"bason, hoar(-y) frost."} +{"id":"H3714","strongs_number":"H3714","system":"hebrew","language":"hebrew","number_value":3714,"lemma":"כָּפִיס","transliteration":"kâphîyç","pronunciation":"kaw-fece'","derivation":"from an unused root meaning to connect;","strongs_definition":"a girder","kjv_definition":"beam."} +{"id":"H3715","strongs_number":"H3715","system":"hebrew","language":"hebrew","number_value":3715,"lemma":"כְּפִיר","transliteration":"kᵉphîyr","pronunciation":"kef-eer'","derivation":"from H3722 (כָּפַר);","strongs_definition":"a village (as covered in by walls); also a young lion (perhaps as covered with a mane)","kjv_definition":"(young) lion, village. Compare H3723 (כָּפָר)."} +{"id":"H3716","strongs_number":"H3716","system":"hebrew","language":"hebrew","number_value":3716,"lemma":"כְּפִירָה","transliteration":"Kᵉphîyrâh","pronunciation":"kef-ee-raw'","derivation":"feminine of H3715 (כְּפִיר); the village (always with the art.);","strongs_definition":"Kephirah, a place in Palestine","kjv_definition":"Chephirah."} +{"id":"H3717","strongs_number":"H3717","system":"hebrew","language":"hebrew","number_value":3717,"lemma":"כָּפַל","transliteration":"kâphal","pronunciation":"kaw-fal'","derivation":"a primitive root;","strongs_definition":"to fold together; figuratively, to repeat","kjv_definition":"double."} +{"id":"H3718","strongs_number":"H3718","system":"hebrew","language":"hebrew","number_value":3718,"lemma":"כֶּפֶל","transliteration":"kephel","pronunciation":"keh'-fel","derivation":"from H3717 (כָּפַל);","strongs_definition":"a duplicate","kjv_definition":"double."} +{"id":"H3719","strongs_number":"H3719","system":"hebrew","language":"hebrew","number_value":3719,"lemma":"כָּפַן","transliteration":"kâphan","pronunciation":"kaw-fan'","derivation":"a primitive root;","strongs_definition":"to bend","kjv_definition":"bend."} +{"id":"H3720","strongs_number":"H3720","system":"hebrew","language":"hebrew","number_value":3720,"lemma":"כָּפָן","transliteration":"kâphân","pronunciation":"kaw-fawn'","derivation":"from H3719 (כָּפַן);","strongs_definition":"hunger (as making to stoop with emptiness and pain)","kjv_definition":"famine."} +{"id":"H3721","strongs_number":"H3721","system":"hebrew","language":"hebrew","number_value":3721,"lemma":"כָּפַף","transliteration":"kâphaph","pronunciation":"kaw-faf'","derivation":"a primitive root;","strongs_definition":"to curve","kjv_definition":"bow down (self)."} +{"id":"H3722","strongs_number":"H3722","system":"hebrew","language":"hebrew","number_value":3722,"lemma":"כָּפַר","transliteration":"kâphar","pronunciation":"kaw-far'","derivation":"a primitive root;","strongs_definition":"to cover (specifically with bitumen); figuratively, to expiate or condone, to placate or cancel","kjv_definition":"appease, make (an atonement, cleanse, disannul, forgive, be merciful, pacify, pardon, purge (away), put off, (make) reconcile(-liation)."} +{"id":"H3723","strongs_number":"H3723","system":"hebrew","language":"hebrew","number_value":3723,"lemma":"כָּפָר","transliteration":"kâphâr","pronunciation":"kaw-fawr'","derivation":"from H3722 (כָּפַר);","strongs_definition":"a village (as protected by walls)","kjv_definition":"village. Compare H3715 (כְּפִיר)."} +{"id":"H3724","strongs_number":"H3724","system":"hebrew","language":"hebrew","number_value":3724,"lemma":"כֹּפֶר","transliteration":"kôpher","pronunciation":"ko'-fer","derivation":"from H3722 (כָּפַר);","strongs_definition":"properly, a cover, i.e. (literally) a village (as covered in); (specifically) bitumen (as used for coating), and the henna plant (as used for dyeing); figuratively, a redemption-price","kjv_definition":"bribe, camphire, pitch, ransom, satisfaction, sum of money, village."} +{"id":"H3725","strongs_number":"H3725","system":"hebrew","language":"hebrew","number_value":3725,"lemma":"כִּפֻּר","transliteration":"kippur","pronunciation":"kip-poor'","derivation":"from H3722 (כָּפַר);","strongs_definition":"expiation (only in plural)","kjv_definition":"atonement."} +{"id":"H3726","strongs_number":"H3726","system":"hebrew","language":"hebrew","number_value":3726,"lemma":"כְּפַר הָעַמּוֹנִי","transliteration":"Kᵉphar hâ-ʻAmmôwnîy","pronunciation":"kef-ar' haw-am-monee'","derivation":"from H3723 (כָּפָר) and H5984 (עַמּוֹנִי), with the article interposed; village of the Ammonite;","strongs_definition":"Kefar-ha-Ammoni, a place in Palestine","kjv_definition":"Chefarhaamonai."} +{"id":"H3727","strongs_number":"H3727","system":"hebrew","language":"hebrew","number_value":3727,"lemma":"כַּפֹּרֶת","transliteration":"kappôreth","pronunciation":"kap-po'-reth","derivation":"from H3722 (כָּפַר);","strongs_definition":"a lid (used only of the cover of the sacred Ark)","kjv_definition":"mercy seat."} +{"id":"H3728","strongs_number":"H3728","system":"hebrew","language":"hebrew","number_value":3728,"lemma":"כָּפַשׁ","transliteration":"kâphash","pronunciation":"kaw-fash'","derivation":"a primitive root;","strongs_definition":"to tread down; figuratively, to humiliate","kjv_definition":"cover."} +{"id":"H3729","strongs_number":"H3729","system":"hebrew","language":"hebrew","number_value":3729,"lemma":"כְּפַת","transliteration":"kᵉphath","pronunciation":"kef-ath'","derivation":"(Aramaic) a root of uncertain correspondence;","strongs_definition":"to fetter","kjv_definition":"bind."} +{"id":"H3730","strongs_number":"H3730","system":"hebrew","language":"hebrew","number_value":3730,"lemma":"כַּפְתֹּר","transliteration":"kaphtôr","pronunciation":"kaf-tore'","derivation":"or (Amos 9:1) כַּפְתּוֹר; probably from an unused root meaning to encircle;","strongs_definition":"a chaplet; but used only in an architectonic sense, i.e. the capital of acolumn, or a wreath-like button or disk on the candelabrum","kjv_definition":"knop, (upper) lintel."} +{"id":"H3731","strongs_number":"H3731","system":"hebrew","language":"hebrew","number_value":3731,"lemma":"כַּפְתֹּר","transliteration":"Kaphtôr","pronunciation":"kaf-tore'","derivation":"or (Amos 9:7) כַּפְתּוֹר; apparently the same as H3730 (כַּפְתֹּר);","strongs_definition":"Caphtor (i.e. a wreath-shaped island), the original seat of the Philistines","kjv_definition":"Caphtor."} +{"id":"H3732","strongs_number":"H3732","system":"hebrew","language":"hebrew","number_value":3732,"lemma":"כַּפְתֹּרִי","transliteration":"Kaphtôrîy","pronunciation":"kaf-to-ree'","derivation":"patrial from H3731 (כַּפְתֹּר);","strongs_definition":"a Caphtorite (collectively) or native of Caphtor","kjv_definition":"Caphthorim, Caphtorim(-s)."} +{"id":"H3733","strongs_number":"H3733","system":"hebrew","language":"hebrew","number_value":3733,"lemma":"כַּר","transliteration":"kar","pronunciation":"kar","derivation":"from H3769 (כָּרַר) in the sense of plumpness;","strongs_definition":"a ram (as full-grown and fat), including a battering-ram (as butting); hence, a meadow (as for sheep); also a pad or camel's saddle (as puffed out)","kjv_definition":"captain, furniture, lamb, (large) pasture, ram. See also H1033 (בֵּית כַּר), H3746 (כָּרִי)."} +{"id":"H3734","strongs_number":"H3734","system":"hebrew","language":"hebrew","number_value":3734,"lemma":"כֹּר","transliteration":"kôr","pronunciation":"kore","derivation":"from the same as H3564 (כּוּר);","strongs_definition":"properly, a deep round vessel, i.e. (specifically) a cor or measure for things dry","kjv_definition":"cor, measure. Aramaic the same."} +{"id":"H3735","strongs_number":"H3735","system":"hebrew","language":"hebrew","number_value":3735,"lemma":"כָּרָא","transliteration":"Kârâʼ","pronunciation":"kaw-raw'","derivation":"(Aramaic) probably corresponding to H3738 (כָּרָה) in the sense of piercing(figuratively);","strongs_definition":"to grieve","kjv_definition":"be grieved."} +{"id":"H3736","strongs_number":"H3736","system":"hebrew","language":"hebrew","number_value":3736,"lemma":"כַּרְבֵּל","transliteration":"karbêl","pronunciation":"kar-bale'","derivation":"from the same as H3525 (כֶּבֶל);","strongs_definition":"to gird or clothe","kjv_definition":"clothed."} +{"id":"H3737","strongs_number":"H3737","system":"hebrew","language":"hebrew","number_value":3737,"lemma":"כַּרְבְּלָא","transliteration":"karbᵉlâʼ","pronunciation":"kar-bel-aw'","derivation":"(Aramaic) from a verb corresponding to that of H3736 (כַּרְבֵּל);","strongs_definition":"a mantle","kjv_definition":"hat."} +{"id":"H3738","strongs_number":"H3738","system":"hebrew","language":"hebrew","number_value":3738,"lemma":"כָּרָה","transliteration":"kârâh","pronunciation":"kaw-raw'","derivation":"a primitive root;","strongs_definition":"properly, to dig; figuratively, to plot; generally, to bore or open","kjv_definition":"dig, [idiom] make (a banquet), open."} +{"id":"H3739","strongs_number":"H3739","system":"hebrew","language":"hebrew","number_value":3739,"lemma":"כָּרָה","transliteration":"kârâh","pronunciation":"kaw-raw'","derivation":"usually assigned as a primitive root, but probably only a special application of H3738 (כָּרָה) (through the common idea of planning implied in a bargain);","strongs_definition":"to purchase","kjv_definition":"buy, prepare."} +{"id":"H3740","strongs_number":"H3740","system":"hebrew","language":"hebrew","number_value":3740,"lemma":"כֵּרָה","transliteration":"kêrâh","pronunciation":"kay-raw'","derivation":"from H3739 (כָּרָה);","strongs_definition":"a purchase","kjv_definition":"provision."} +{"id":"H3741","strongs_number":"H3741","system":"hebrew","language":"hebrew","number_value":3741,"lemma":"כָּרָה","transliteration":"kârâh","pronunciation":"kaw-raw'","derivation":"feminine of H3733 (כַּר);","strongs_definition":"a meadow","kjv_definition":"cottage."} +{"id":"H3742","strongs_number":"H3742","system":"hebrew","language":"hebrew","number_value":3742,"lemma":"כְּרוּב","transliteration":"kᵉrûwb","pronunciation":"ker-oob'","derivation":"of uncertain derivation;","strongs_definition":"a cherub or imaginary figure","kjv_definition":"cherub, (plural) cherubims."} +{"id":"H3743","strongs_number":"H3743","system":"hebrew","language":"hebrew","number_value":3743,"lemma":"כְּרוּב","transliteration":"Kᵉrûwb","pronunciation":"ker-oob'","derivation":"the same as H3742 (כְּרוּב);","strongs_definition":"Kerub, a place in Babylon","kjv_definition":"Cherub."} +{"id":"H3744","strongs_number":"H3744","system":"hebrew","language":"hebrew","number_value":3744,"lemma":"כָּרוֹז","transliteration":"kârôwz","pronunciation":"kaw-roze'","derivation":"(Aramaic) from H3745 (כְּרַז);","strongs_definition":"a herald","kjv_definition":"herald."} +{"id":"H3745","strongs_number":"H3745","system":"hebrew","language":"hebrew","number_value":3745,"lemma":"כְּרַז","transliteration":"kᵉraz","pronunciation":"ker-az'","derivation":"(Aramaic) probably of Greek origin;","strongs_definition":"to proclaim","kjv_definition":"make a proclamation."} +{"id":"H3746","strongs_number":"H3746","system":"hebrew","language":"hebrew","number_value":3746,"lemma":"כָּרִי","transliteration":"kârîy","pronunciation":"kaw-ree'","derivation":"perhaps an abridged plural of H3733 (כַּר) in the sense of leader (of the flock);","strongs_definition":"a life-guardsman","kjv_definition":"captains, Cherethites (from the margin)."} +{"id":"H3747","strongs_number":"H3747","system":"hebrew","language":"hebrew","number_value":3747,"lemma":"כְּרִית","transliteration":"Kᵉrîyth","pronunciation":"ker-eeth'","derivation":"from H3772 (כָּרַת); a cut;","strongs_definition":"Kerith, a brook of Palestine","kjv_definition":"Cherith."} +{"id":"H3748","strongs_number":"H3748","system":"hebrew","language":"hebrew","number_value":3748,"lemma":"כְּרִיתוּת","transliteration":"kᵉrîythûwth","pronunciation":"ker-ee-thooth'","derivation":"from H3772 (כָּרַת);","strongs_definition":"a cutting (of the matrimonial bond), i.e. divorce","kjv_definition":"divorce(-ment)."} +{"id":"H3749","strongs_number":"H3749","system":"hebrew","language":"hebrew","number_value":3749,"lemma":"כַּרְכֹּב","transliteration":"karkôb","pronunciation":"kar-kobe'","derivation":"expanded from the same as H3522 (כַּבּוֹן);","strongs_definition":"a rim or top margin","kjv_definition":"compass."} +{"id":"H3750","strongs_number":"H3750","system":"hebrew","language":"hebrew","number_value":3750,"lemma":"כַּרְכֹּם","transliteration":"karkôm","pronunciation":"kar-kome'","derivation":"probably of foreign origin;","strongs_definition":"the crocus","kjv_definition":"saffron."} +{"id":"H3751","strongs_number":"H3751","system":"hebrew","language":"hebrew","number_value":3751,"lemma":"כַּרְכְּמִישׁ","transliteration":"Karkᵉmîysh","pronunciation":"kar-kem-eesh'","derivation":"of foreign derivation;","strongs_definition":"Karkemish, a place in Syria","kjv_definition":"Carchemish."} +{"id":"H3752","strongs_number":"H3752","system":"hebrew","language":"hebrew","number_value":3752,"lemma":"כַּרְכַּס","transliteration":"Karkaç","pronunciation":"kar-kas'","derivation":"of Persian origin;","strongs_definition":"Karkas, a eunuch of Xerxes","kjv_definition":"Carcas."} +{"id":"H3753","strongs_number":"H3753","system":"hebrew","language":"hebrew","number_value":3753,"lemma":"כַּרְכָּרָה","transliteration":"karkârâh","pronunciation":"kar-kaw-raw'","derivation":"from H3769 (כָּרַר);","strongs_definition":"a dromedary (from its rapid motion as if dancing)","kjv_definition":"swift beast."} +{"id":"H3754","strongs_number":"H3754","system":"hebrew","language":"hebrew","number_value":3754,"lemma":"כֶּרֶם","transliteration":"kerem","pronunciation":"keh'-rem","derivation":"from an unused root of uncertain meaning;","strongs_definition":"a garden or vineyard","kjv_definition":"vines, (increase of the) vineyard(-s), vintage. See also H1021 (בֵּית הַכֶּרֶם)."} +{"id":"H3755","strongs_number":"H3755","system":"hebrew","language":"hebrew","number_value":3755,"lemma":"כֹּרֵם","transliteration":"kôrêm","pronunciation":"ko-rame'","derivation":"active participle of an imaginary denominative from H3754 (כֶּרֶם);","strongs_definition":"a vinedresser","kjv_definition":"vine dresser (as one or two words)."} +{"id":"H3756","strongs_number":"H3756","system":"hebrew","language":"hebrew","number_value":3756,"lemma":"כַּרְמִי","transliteration":"Karmîy","pronunciation":"kar-mee'","derivation":"from H3754 (כֶּרֶם); gardener;","strongs_definition":"Karmi, the name of three Israelites","kjv_definition":"Carmi."} +{"id":"H3757","strongs_number":"H3757","system":"hebrew","language":"hebrew","number_value":3757,"lemma":"כַּרְמִי","transliteration":"Karmîy","pronunciation":"kar-mee'","derivation":"patronymically from H3756 (כַּרְמִי);","strongs_definition":"a Karmite or descendant of Karmi","kjv_definition":"Carmites."} +{"id":"H3758","strongs_number":"H3758","system":"hebrew","language":"hebrew","number_value":3758,"lemma":"כַּרְמִיל","transliteration":"karmîyl","pronunciation":"kar-mele'","derivation":"probably of foreign origin;","strongs_definition":"carmine, a deep red","kjv_definition":"crimson."} +{"id":"H3759","strongs_number":"H3759","system":"hebrew","language":"hebrew","number_value":3759,"lemma":"כַּרְמֶל","transliteration":"karmel","pronunciation":"kar-mel'","derivation":"from H3754 (כֶּרֶם);","strongs_definition":"a planted field (garden, orchard, vineyard or park); by implication, garden produce","kjv_definition":"full (green) ears (of corn), fruitful field (place), plentiful (field)."} +{"id":"H3760","strongs_number":"H3760","system":"hebrew","language":"hebrew","number_value":3760,"lemma":"כַּרְמֶל","transliteration":"Karmel","pronunciation":"kar-mel'","derivation":"the same as H3759 (כַּרְמֶל);","strongs_definition":"Karmel, the name of a hill and of a town in Palestine","kjv_definition":"Carmel, fruitful (plentiful) field, (place)."} +{"id":"H3761","strongs_number":"H3761","system":"hebrew","language":"hebrew","number_value":3761,"lemma":"כַּרְמְלִי","transliteration":"Karmᵉlîy","pronunciation":"kar-mel-ee'","derivation":"patron from H3760 (כַּרְמֶל);","strongs_definition":"a Karmelite or inhabitant of Karmel (the town)","kjv_definition":"Carmelite."} +{"id":"H3762","strongs_number":"H3762","system":"hebrew","language":"hebrew","number_value":3762,"lemma":"כַּרְמְלִית","transliteration":"Karmᵉlîyth","pronunciation":"kar-mel-eeth'","derivation":"feminine of H3761 (כַּרְמְלִי);","strongs_definition":"a Karmelitess or female inhabitant of Karmel","kjv_definition":"Carmelitess."} +{"id":"H3763","strongs_number":"H3763","system":"hebrew","language":"hebrew","number_value":3763,"lemma":"כְּרָן","transliteration":"Kᵉrân","pronunciation":"ker-awn'","derivation":"of uncertain derivation;","strongs_definition":"Keran, an aboriginal Idumaean","kjv_definition":"Cheran."} +{"id":"H3764","strongs_number":"H3764","system":"hebrew","language":"hebrew","number_value":3764,"lemma":"כׇּרְסֵא","transliteration":"korçêʼ","pronunciation":"kor-say'","derivation":"(Aramaic) corresponding to H3678 (כִּסֵּא);","strongs_definition":"a throne","kjv_definition":"throne."} +{"id":"H3765","strongs_number":"H3765","system":"hebrew","language":"hebrew","number_value":3765,"lemma":"כִּרְסֵם","transliteration":"kirçêm","pronunciation":"kir-same'","derivation":"from H3697 (כָּסַם);","strongs_definition":"to lay waste","kjv_definition":"waste."} +{"id":"H3766","strongs_number":"H3766","system":"hebrew","language":"hebrew","number_value":3766,"lemma":"כָּרַע","transliteration":"kâraʻ","pronunciation":"kaw-rah'","derivation":"a primitive root;","strongs_definition":"to bend the knee; by implication, to sink, to prostrate","kjv_definition":"bow (down, self), bring down (low), cast down, couch, fall, feeble, kneeling, sink, smite (stoop) down, subdue, [idiom] very."} +{"id":"H3767","strongs_number":"H3767","system":"hebrew","language":"hebrew","number_value":3767,"lemma":"כָּרָע","transliteration":"kârâʻ","pronunciation":"kaw-raw'","derivation":"from H3766 (כָּרַע);","strongs_definition":"the leg (from the knee to the ankle) of men or locusts (only in the dual)","kjv_definition":"leg."} +{"id":"H3768","strongs_number":"H3768","system":"hebrew","language":"hebrew","number_value":3768,"lemma":"כַּרְפַּס","transliteration":"karpaç","pronunciation":"kar-pas'","derivation":"of foreign origin;","strongs_definition":"byssus or fine vegetable wool","kjv_definition":"green."} +{"id":"H3769","strongs_number":"H3769","system":"hebrew","language":"hebrew","number_value":3769,"lemma":"כָּרַר","transliteration":"kârar","pronunciation":"kaw-rar'","derivation":"a primitive root;","strongs_definition":"to dance (i.e. whirl)","kjv_definition":"dance(-ing)."} +{"id":"H3770","strongs_number":"H3770","system":"hebrew","language":"hebrew","number_value":3770,"lemma":"כְּרֵשׂ","transliteration":"kᵉrês","pronunciation":"ker-ace'","derivation":"by variation from H7164 (קָרַס);","strongs_definition":"the paunch or belly (as swelling out)","kjv_definition":"belly."} +{"id":"H3771","strongs_number":"H3771","system":"hebrew","language":"hebrew","number_value":3771,"lemma":"כַּרְשְׁנָא","transliteration":"Karshᵉnâʼ","pronunciation":"kar-shen-aw'","derivation":"of foreign origin;","strongs_definition":"Karshena, a courtier of Xerxes","kjv_definition":"Carshena."} +{"id":"H3772","strongs_number":"H3772","system":"hebrew","language":"hebrew","number_value":3772,"lemma":"כָּרַת","transliteration":"kârath","pronunciation":"kaw-rath'","derivation":"a primitive root;","strongs_definition":"to cut (off, down or asunder); by implication, to destroy or consume; specifically, to covenant (i.e. make an alliance or bargain, originally by cutting flesh and passing between the pieces)","kjv_definition":"be chewed, be con-(feder-) ate, covenant, cut (down, off), destroy, fail, feller, be freed, hew (down), make a league (covenant), [idiom] lose, perish, [idiom] utterly, [idiom] want."} +{"id":"H3773","strongs_number":"H3773","system":"hebrew","language":"hebrew","number_value":3773,"lemma":"כָּרֻתָה","transliteration":"kâruthâh","pronunciation":"kaw-rooth-aw'","derivation":"passive participle feminine of H3772 (כָּרַת);","strongs_definition":"something cut, i.e. a hewn timber","kjv_definition":"beam."} +{"id":"H3774","strongs_number":"H3774","system":"hebrew","language":"hebrew","number_value":3774,"lemma":"כְּרֵתִי","transliteration":"Kᵉrêthîy","pronunciation":"ker-ay-thee'","derivation":"probably from H3772 (כָּרַת) in the sense of executioner; (compare H2876 (טַבָּח)) (only collectively in the singular as plural)","strongs_definition":"a Kerethite or life-guardsman","kjv_definition":"Cherethims, Cherethites."} +{"id":"H3775","strongs_number":"H3775","system":"hebrew","language":"hebrew","number_value":3775,"lemma":"כֶּשֶׂב","transliteration":"keseb","pronunciation":"keh'-seb","derivation":"apparently by transposition for H3532 (כֶּבֶשׂ);","strongs_definition":"a young sheep","kjv_definition":"lamb."} +{"id":"H3776","strongs_number":"H3776","system":"hebrew","language":"hebrew","number_value":3776,"lemma":"כִּשְׂבָּה","transliteration":"kisbâh","pronunciation":"kis-baw'","derivation":"feminine of H3775 (כֶּשֶׂב);","strongs_definition":"a young ewe","kjv_definition":"lamb."} +{"id":"H3777","strongs_number":"H3777","system":"hebrew","language":"hebrew","number_value":3777,"lemma":"כֶּשֶׂד","transliteration":"Kesed","pronunciation":"keh'-sed","derivation":"from an unused root of uncertain meaning;","strongs_definition":"Kesed, a relative of Abraham","kjv_definition":"Chesed."} +{"id":"H3778","strongs_number":"H3778","system":"hebrew","language":"hebrew","number_value":3778,"lemma":"כַּשְׂדִּי","transliteration":"Kasdîy","pronunciation":"kas-dee'","derivation":"(occasionally with enclitic) כַּשְׂדִּימָה; towards the Kasdites into Chaldea), patronymically from H3777 (כֶּשֶׂד) (only in the plural);","strongs_definition":"a Kasdite, or descendant of Kesed; by implication, a Chaldaean (as if so descended); also an astrologer (as if proverbial of that people","kjv_definition":"Chaldeans, Chaldees, inhabitants of Chaldea."} +{"id":"H3779","strongs_number":"H3779","system":"hebrew","language":"hebrew","number_value":3779,"lemma":"כַּשְׂדַּי","transliteration":"Kasday","pronunciation":"kas-dah'-ee","derivation":"(Aramaic) corresponding to H3778 (כַּשְׂדִּי);","strongs_definition":"a Chaldaean or inhabitant of Chaldaea; by implication, a Magian or professional astrologer","kjv_definition":"Chaldean."} +{"id":"H3780","strongs_number":"H3780","system":"hebrew","language":"hebrew","number_value":3780,"lemma":"כָּשָׂה","transliteration":"kâsâh","pronunciation":"kaw-saw'","derivation":"a primitive root;","strongs_definition":"to grow fat (i.e. be covered with flesh)","kjv_definition":"be covered. Compare H3680 (כָּסָה)."} +{"id":"H3781","strongs_number":"H3781","system":"hebrew","language":"hebrew","number_value":3781,"lemma":"כַּשִּׁיל","transliteration":"kashshîyl","pronunciation":"kash-sheel'","derivation":"from H3782 (כָּשַׁל);","strongs_definition":"properly, a feller, i.e. an axe","kjv_definition":"ax."} +{"id":"H3782","strongs_number":"H3782","system":"hebrew","language":"hebrew","number_value":3782,"lemma":"כָּשַׁל","transliteration":"kâshal","pronunciation":"kaw-shal'","derivation":"a primitive root;","strongs_definition":"to totter or waver (through weakness of the legs, especially the ankle); by implication, to falter, stumble, faint or fall","kjv_definition":"bereave (from the margin), cast down, be decayed, (cause to) fail, (cause, make to) fall (down, -ing), feeble, be (the) ruin(-ed, of), (be) overthrown, (cause to) stumble, [idiom] utterly, be weak."} +{"id":"H3783","strongs_number":"H3783","system":"hebrew","language":"hebrew","number_value":3783,"lemma":"כִּשָּׁלוֹן","transliteration":"kishshâlôwn","pronunciation":"kish-shaw-lone'","derivation":"from H3782 (כָּשַׁל);","strongs_definition":"properly, a tottering, i.e. ruin","kjv_definition":"fall."} +{"id":"H3784","strongs_number":"H3784","system":"hebrew","language":"hebrew","number_value":3784,"lemma":"כָּשַׁף","transliteration":"kâshaph","pronunciation":"kaw-shaf'","derivation":"a primitive root;","strongs_definition":"properly, to whisper aspell, i.e. to inchant or practise magic","kjv_definition":"sorcerer, (use) witch(-craft)."} +{"id":"H3785","strongs_number":"H3785","system":"hebrew","language":"hebrew","number_value":3785,"lemma":"כֶּשֶׁף","transliteration":"kesheph","pronunciation":"keh'-shef","derivation":"from H3784 (כָּשַׁף);","strongs_definition":"magic","kjv_definition":"sorcery, witchcraft."} +{"id":"H3786","strongs_number":"H3786","system":"hebrew","language":"hebrew","number_value":3786,"lemma":"כַּשָּׁף","transliteration":"kashshâph","pronunciation":"kash-shawf'","derivation":"from H3784 (כָּשַׁף);","strongs_definition":"a magician","kjv_definition":"sorcerer."} +{"id":"H3787","strongs_number":"H3787","system":"hebrew","language":"hebrew","number_value":3787,"lemma":"כָּשֵׁר","transliteration":"kâshêr","pronunciation":"kaw-share'","derivation":"a primitive root properly, to be straight or right;","strongs_definition":"by implication, to be acceptable; also to succeed or prosper","kjv_definition":"direct, be right, prosper."} +{"id":"H3788","strongs_number":"H3788","system":"hebrew","language":"hebrew","number_value":3788,"lemma":"כִּשְׁרוֹן","transliteration":"kishrôwn","pronunciation":"kish-rone'","derivation":"from H3787 (כָּשֵׁר);","strongs_definition":"success, advantage","kjv_definition":"equity, good, right."} +{"id":"H3789","strongs_number":"H3789","system":"hebrew","language":"hebrew","number_value":3789,"lemma":"כָּתַב","transliteration":"kâthab","pronunciation":"kaw-thab'","derivation":"a primitive root;","strongs_definition":"to grave, by implication, to write (describe, inscribe, prescribe, subscribe)","kjv_definition":"describe, record, prescribe, subscribe, write(-ing, -ten)."} +{"id":"H3790","strongs_number":"H3790","system":"hebrew","language":"hebrew","number_value":3790,"lemma":"כְּתַב","transliteration":"kᵉthab","pronunciation":"keth-ab'","derivation":"(Aramaic) corresponding to H3789 (כָּתַב)","strongs_definition":"{to grave, by implication, to write (describe, inscribe, prescribe, subscribe)}","kjv_definition":"write(-ten)."} +{"id":"H3791","strongs_number":"H3791","system":"hebrew","language":"hebrew","number_value":3791,"lemma":"כָּתָב","transliteration":"kâthâb","pronunciation":"kaw-thawb'","derivation":"from H3789 (כָּתַב);","strongs_definition":"something written, i.e. a writing, record or book","kjv_definition":"register, scripture, writing."} +{"id":"H3792","strongs_number":"H3792","system":"hebrew","language":"hebrew","number_value":3792,"lemma":"כְּתָב","transliteration":"kᵉthâb","pronunciation":"keth-awb'","derivation":"(Aramaic) corresponding to H3791 (כָּתָב)","strongs_definition":"{something written, i.e. a writing, record or book}","kjv_definition":"prescribing, writing(-ten)."} +{"id":"H3793","strongs_number":"H3793","system":"hebrew","language":"hebrew","number_value":3793,"lemma":"כְּתֹבֶת","transliteration":"kᵉthôbeth","pronunciation":"keth-o'-beth","derivation":"from H3789 (כָּתַב);","strongs_definition":"a letter or other mark branded on the skin","kjv_definition":"[idiom] any (mark)."} +{"id":"H3794","strongs_number":"H3794","system":"hebrew","language":"hebrew","number_value":3794,"lemma":"כִּתִּי","transliteration":"Kittîy","pronunciation":"kit-tee'","derivation":"or כִּתִּיִּי; patrial from an unused name denoting Cyprus (only in the plural);","strongs_definition":"a Kittite or Cypriote; hence, an islander in general, i.e. the Greeks or Romans on the shores opposite Palestine","kjv_definition":"Chittim, Kittim."} +{"id":"H3795","strongs_number":"H3795","system":"hebrew","language":"hebrew","number_value":3795,"lemma":"כָּתִית","transliteration":"kâthîyth","pronunciation":"kaw-theeth'","derivation":"from H3807 (כָּתַת);","strongs_definition":"beaten, i.e. pure (oil)","kjv_definition":"beaten."} +{"id":"H3796","strongs_number":"H3796","system":"hebrew","language":"hebrew","number_value":3796,"lemma":"כֹּתֶל","transliteration":"kôthel","pronunciation":"ko'-thel","derivation":"from an unused root meaning to compact;","strongs_definition":"a wall (as gathering inmates)","kjv_definition":"wall."} +{"id":"H3797","strongs_number":"H3797","system":"hebrew","language":"hebrew","number_value":3797,"lemma":"כְּתַל","transliteration":"kᵉthal","pronunciation":"keth-al'","derivation":"(Aramaic) corresponding to H3796 (כֹּתֶל)","strongs_definition":"{a wall (as gathering inmates)}","kjv_definition":"wall."} +{"id":"H3798","strongs_number":"H3798","system":"hebrew","language":"hebrew","number_value":3798,"lemma":"כִּתְלִישׁ","transliteration":"Kithlîysh","pronunciation":"kith-leesh'","derivation":"from H3796 (כֹּתֶל) and H376 (אִישׁ); wall of a man;","strongs_definition":"Kithlish, a place in Palestine","kjv_definition":"Kithlish."} +{"id":"H3799","strongs_number":"H3799","system":"hebrew","language":"hebrew","number_value":3799,"lemma":"כָּתַם","transliteration":"kâtham","pronunciation":"kaw-tham'","derivation":"a primitive root;","strongs_definition":"properly, to carve or engrave, i.e. (by implication) to inscribe indelibly","kjv_definition":"mark."} +{"id":"H3800","strongs_number":"H3800","system":"hebrew","language":"hebrew","number_value":3800,"lemma":"כֶּתֶם","transliteration":"kethem","pronunciation":"keh'-them","derivation":"from H3799 (כָּתַם);","strongs_definition":"properly, something carved out, i.e. ore; hence, gold (pure as originally mined)","kjv_definition":"((most) fine, pure) gold(-en wedge)."} +{"id":"H3801","strongs_number":"H3801","system":"hebrew","language":"hebrew","number_value":3801,"lemma":"כְּתֹנֶת","transliteration":"kᵉthôneth","pronunciation":"keth-o'-neth","derivation":"or כֻּתֹּנֶת; from an unused root meaning to cover (compare H3802 (כָּתֵף));","strongs_definition":"a shirt","kjv_definition":"coat, garment, robe."} +{"id":"H3802","strongs_number":"H3802","system":"hebrew","language":"hebrew","number_value":3802,"lemma":"כָּתֵף","transliteration":"kâthêph","pronunciation":"kaw-thafe'","derivation":"from an unused root meaning to clothe;","strongs_definition":"the shoulder (proper, i.e. upper end of the arm; as being the spot where the garments hang); figuratively, side-piece or lateral projection of anything","kjv_definition":"arm, corner, shoulder(-piece), side, undersetter."} +{"id":"H3803","strongs_number":"H3803","system":"hebrew","language":"hebrew","number_value":3803,"lemma":"כָּתַר","transliteration":"kâthar","pronunciation":"kaw-thar'","derivation":"a primitive root;","strongs_definition":"to enclose; hence (in a friendly sense) to crown, (in a hostile one) to besiege; also to wait (as restraining oneself)","kjv_definition":"beset round, compass about, be crowned inclose round, suffer."} +{"id":"H3804","strongs_number":"H3804","system":"hebrew","language":"hebrew","number_value":3804,"lemma":"כֶּתֶר","transliteration":"kether","pronunciation":"keh'-ther","derivation":"from H3803 (כָּתַר);","strongs_definition":"properly, a circlet, i.e. a diadem","kjv_definition":"crown."} +{"id":"H3805","strongs_number":"H3805","system":"hebrew","language":"hebrew","number_value":3805,"lemma":"כֹתֶרֶת","transliteration":"kôthereth","pronunciation":"ko-theh'-reth","derivation":"feminine active participle of H3803 (כָּתַר);","strongs_definition":"the capital of a column","kjv_definition":"chapiter."} +{"id":"H3806","strongs_number":"H3806","system":"hebrew","language":"hebrew","number_value":3806,"lemma":"כָּתַשׁ","transliteration":"kâthash","pronunciation":"kaw-thash'","derivation":"a primitive root;","strongs_definition":"to butt or pound","kjv_definition":"bray."} +{"id":"H3807","strongs_number":"H3807","system":"hebrew","language":"hebrew","number_value":3807,"lemma":"כָּתַת","transliteration":"kâthath","pronunciation":"kaw-thath'","derivation":"a primitive root;","strongs_definition":"to bruise or violently strike","kjv_definition":"beat (down, to pieces), break in pieces, crushed, destroy, discomfit, smite, stamp. l"} +{"id":"H3808","strongs_number":"H3808","system":"hebrew","language":"hebrew","number_value":3808,"lemma":"לֹא","transliteration":"lôʼ","pronunciation":"lo","derivation":"or לוֹא; or לֹה; (Deuteronomy 3:11), a primitive particle;","strongs_definition":"not (the simple or abs. negation); by implication, no; often used with other particles","kjv_definition":"[idiom] before, [phrase] or else, ere, [phrase] except, ig(-norant), much, less, nay, neither, never, no((-ne), -r, (-thing)), ([idiom] as though...,(can-), for) not (out of), of nought, otherwise, out of, [phrase] surely, [phrase] as truly as, [phrase] of a truth, [phrase] verily, for want, [phrase] whether, without."} +{"id":"H3809","strongs_number":"H3809","system":"hebrew","language":"hebrew","number_value":3809,"lemma":"לָא","transliteration":"lâʼ","pronunciation":"law","derivation":"(Aramaic) or לָה; (Aramaic) (Daniel 4:32), corresponding to H3808 (לֹא)","strongs_definition":"{not (the simple or abs. negation); by implication, no;}","kjv_definition":"or even, neither, no(-ne, -r), (can-) not, as nothing, without."} +{"id":"H3810","strongs_number":"H3810","system":"hebrew","language":"hebrew","number_value":3810,"lemma":"לֹא דְבַר","transliteration":"Lôʼ Dᵉbar","pronunciation":"lo deb-ar'","derivation":"or לוֹ דבַר; (Samuel 9:4,5), or לִדְבִר; (Joshua 13:26), (probably rather לֹדְבַר ); from H3808 (לֹא) and H1699 (דֹּבֶר); pastureless;","strongs_definition":"Lo-Debar, a place in Palestine","kjv_definition":"Debir, Lodebar."} +{"id":"H3811","strongs_number":"H3811","system":"hebrew","language":"hebrew","number_value":3811,"lemma":"לָאָה","transliteration":"lâʼâh","pronunciation":"law-aw'","derivation":"a primitive root;","strongs_definition":"to tire; (figuratively) to be (or make) disgusted","kjv_definition":"faint, grieve, lothe, (be, make) weary (selves)."} +{"id":"H3812","strongs_number":"H3812","system":"hebrew","language":"hebrew","number_value":3812,"lemma":"לֵאָה","transliteration":"Lêʼâh","pronunciation":"lay-aw'","derivation":"from H3811 (לָאָה); weary;","strongs_definition":"Leah, a wife of Jacob","kjv_definition":"Leah."} +{"id":"H3813","strongs_number":"H3813","system":"hebrew","language":"hebrew","number_value":3813,"lemma":"לָאַט","transliteration":"lâʼaṭ","pronunciation":"law-at'","derivation":"a primitive root;","strongs_definition":"to muffle","kjv_definition":"cover."} +{"id":"H3814","strongs_number":"H3814","system":"hebrew","language":"hebrew","number_value":3814,"lemma":"לָאט","transliteration":"lâʼṭ","pronunciation":"lawt","derivation":"from H3813 (לָאַט) (or perhaps for active participle of H3874 (לוּט));","strongs_definition":"properly, muffled, i.e. silently","kjv_definition":"softly."} +{"id":"H3815","strongs_number":"H3815","system":"hebrew","language":"hebrew","number_value":3815,"lemma":"לָאֵל","transliteration":"Lâʼêl","pronunciation":"law-ale'","derivation":"from the prepositional prefix and H410 (אֵל); (belonging) to God;","strongs_definition":"Lael an Israelite","kjv_definition":"Lael."} +{"id":"H3816","strongs_number":"H3816","system":"hebrew","language":"hebrew","number_value":3816,"lemma":"לְאֹם","transliteration":"lᵉʼôm","pronunciation":"leh-ome'","derivation":"or לְאוֹם; from an unused root meaning to gather;","strongs_definition":"a community","kjv_definition":"nation, people."} +{"id":"H3817","strongs_number":"H3817","system":"hebrew","language":"hebrew","number_value":3817,"lemma":"לְאֻמִּים","transliteration":"Lᵉʼummîym","pronunciation":"leh-oom-meem'","derivation":"plural of H3816 (לְאֹם); communities;","strongs_definition":"Leum mim, an Arabian","kjv_definition":"Leummim."} +{"id":"H3818","strongs_number":"H3818","system":"hebrew","language":"hebrew","number_value":3818,"lemma":"לֹא עַמִּי","transliteration":"Lôʼ ʻAmmîy","pronunciation":"lo am-mee'","derivation":"from H3808 (לֹא) and H5971 (עַם) with pronominal suffix; not my people;","strongs_definition":"Lo-Ammi, the symbolic name of a son of Hosea","kjv_definition":"Lo-ammi."} +{"id":"H3819","strongs_number":"H3819","system":"hebrew","language":"hebrew","number_value":3819,"lemma":"לֹא רֻחָמָה","transliteration":"Lôʼ Ruchâmâh","pronunciation":"lo roo-khaw-maw'","derivation":"from H3808 (לֹא) and H7355 (רָחַם); not pitied;","strongs_definition":"Lo-Ruchamah, the symbolic name of a son of Hosea","kjv_definition":"Lo-ruhamah."} +{"id":"H3820","strongs_number":"H3820","system":"hebrew","language":"hebrew","number_value":3820,"lemma":"לֵב","transliteration":"lêb","pronunciation":"labe","derivation":"a form of H3824 (לֵבָב);","strongs_definition":"the heart; also used (figuratively) very widely for the feelings, the will and even the intellect; likewise for the centre of anything","kjv_definition":"[phrase] care for, comfortably, consent, [idiom] considered, courag(-eous), friend(-ly), ((broken-), (hard-), (merry-), (stiff-), (stout-), double) heart(-ed), [idiom] heed, [idiom] I, kindly, midst, mind(-ed), [idiom] regard(-ed), [idiom] themselves, [idiom] unawares, understanding, [idiom] well, willingly, wisdom."} +{"id":"H3821","strongs_number":"H3821","system":"hebrew","language":"hebrew","number_value":3821,"lemma":"לֵב","transliteration":"lêb","pronunciation":"labe","derivation":"(Aramaic) corresponding to H3820 (לֵב)","strongs_definition":"{the heart; also used (figuratively) very widely for the feelings, the will and even the intellect; likewise for the centre of anything}","kjv_definition":"heart."} +{"id":"H3822","strongs_number":"H3822","system":"hebrew","language":"hebrew","number_value":3822,"lemma":"לְבָאוֹת","transliteration":"Lᵉbâʼôwth","pronunciation":"leb-aw-oth'","derivation":"plural of H3833 (לָבִיא); lionesses;","strongs_definition":"Lebaoth, a place in Palestine","kjv_definition":"Lebaoth. See also H1034 (בֵּית לְבָאוֹת)."} +{"id":"H3823","strongs_number":"H3823","system":"hebrew","language":"hebrew","number_value":3823,"lemma":"לָבַב","transliteration":"lâbab","pronunciation":"law-bab'","derivation":"a primitive root; properly, to be enclosed (as if with fat); by implication (as denominative from H3824 (לֵבָב)); to unheart; also as denominative from H3834 (לָבִיבָה) i.e.","strongs_definition":"(in a good sense) transport (with love), or (in a bad sense) stultify; to make cakes","kjv_definition":"make cakes, ravish, be wise."} +{"id":"H3824","strongs_number":"H3824","system":"hebrew","language":"hebrew","number_value":3824,"lemma":"לֵבָב","transliteration":"lêbâb","pronunciation":"lay-bawb'","derivation":"from H3823 (לָבַב); used also like H3820 (לֵב)","strongs_definition":"the heart (as the most interior organ);","kjv_definition":"[phrase] bethink themselves, breast, comfortably, courage, ((faint), (tender-) heart(-ed), midst, mind, [idiom] unawares, understanding."} +{"id":"H3825","strongs_number":"H3825","system":"hebrew","language":"hebrew","number_value":3825,"lemma":"לְבַב","transliteration":"lᵉbab","pronunciation":"leb-ab'","derivation":"(Aramaic) corresponding to H3824 (לֵבָב)","strongs_definition":"{the heart (as the most interior organ);}","kjv_definition":"heart."} +{"id":"H3826","strongs_number":"H3826","system":"hebrew","language":"hebrew","number_value":3826,"lemma":"לִבָּה","transliteration":"libbâh","pronunciation":"lib-baw'","derivation":"feminine of H3820 (לֵב);","strongs_definition":"the heart","kjv_definition":"heart."} +{"id":"H3827","strongs_number":"H3827","system":"hebrew","language":"hebrew","number_value":3827,"lemma":"לַבָּה","transliteration":"labbâh","pronunciation":"lab-baw'","derivation":"for H3852 (לֶהָבָה);","strongs_definition":"flame","kjv_definition":"flame."} +{"id":"H3828","strongs_number":"H3828","system":"hebrew","language":"hebrew","number_value":3828,"lemma":"לְבוֹנָה","transliteration":"lᵉbôwnâh","pronunciation":"leb-o-naw'","derivation":"or לְבֹנָה; from H3836 (לָבָן);","strongs_definition":"frankincense (from its whiteness or perhaps that of its smoke)","kjv_definition":"(frank-) incense."} +{"id":"H3829","strongs_number":"H3829","system":"hebrew","language":"hebrew","number_value":3829,"lemma":"לְבוֹנָה","transliteration":"Lᵉbôwnâh","pronunciation":"leb-o-naw'","derivation":"the same as H3828 (לְבוֹנָה);","strongs_definition":"Lebonah, a place in Palestine","kjv_definition":"Lebonah."} +{"id":"H3830","strongs_number":"H3830","system":"hebrew","language":"hebrew","number_value":3830,"lemma":"לְבוּשׁ","transliteration":"lᵉbûwsh","pronunciation":"leb-oosh'","derivation":"or לְבֻשׁ; from H3847 (לָבַשׁ);","strongs_definition":"a garment (literally or figuratively); by implication (euphemistically) a wife","kjv_definition":"apparel, clothed with, clothing, garment, raiment, vestment, vesture."} +{"id":"H3831","strongs_number":"H3831","system":"hebrew","language":"hebrew","number_value":3831,"lemma":"לְבוּשׁ","transliteration":"lᵉbûwsh","pronunciation":"leb-oosh'","derivation":"(Aramaic) corresponding to H3830 (לְבוּשׁ)","strongs_definition":"{a garment (literally or figuratively); by implication (euphemistically) a wife}","kjv_definition":"garment."} +{"id":"H3832","strongs_number":"H3832","system":"hebrew","language":"hebrew","number_value":3832,"lemma":"לָבַט","transliteration":"lâbaṭ","pronunciation":"law-bat'","derivation":"a primitive root;","strongs_definition":"to overthrow; intransposed, to fall","kjv_definition":"fall."} +{"id":"H3833","strongs_number":"H3833","system":"hebrew","language":"hebrew","number_value":3833,"lemma":"לָבִיא","transliteration":"lâbîyʼ","pronunciation":"law-bee'","derivation":"or (Ezekiel 19:2) לְבִיָּא; irregular masculine plural לְבָאִים; irregular feminine plural לְבָאוֹת; from an unused root meaning; compare H738 (אֲרִי)","strongs_definition":"to roar; a lion (properly, a lioness as the fiercer (although not a roarer;))","kjv_definition":"(great, old, stout) lion, lioness, young (lion)."} +{"id":"H3834","strongs_number":"H3834","system":"hebrew","language":"hebrew","number_value":3834,"lemma":"לָבִיבָה","transliteration":"lâbîybâh","pronunciation":"law-bee-baw'","derivation":"or rather לְבִבָה; from H3823 (לָבַב) in its original sense of fatness (or perhaps of folding);","strongs_definition":"a cake (either as fried or turned)","kjv_definition":"cake."} +{"id":"H3835","strongs_number":"H3835","system":"hebrew","language":"hebrew","number_value":3835,"lemma":"לָבַן","transliteration":"lâban","pronunciation":"law-ban'","derivation":"a primitive root; also as denominative from H3843 (לְבֵנָה)","strongs_definition":"to be (or become) white; to make bricks","kjv_definition":"make brick, be (made, make) white(-r)."} +{"id":"H3836","strongs_number":"H3836","system":"hebrew","language":"hebrew","number_value":3836,"lemma":"לָבָן","transliteration":"lâbân","pronunciation":"law-bawn'","derivation":"or (Genesis 49:12) לָבֵן; from H3835 (לָבַן);","strongs_definition":"white","kjv_definition":"white."} +{"id":"H3837","strongs_number":"H3837","system":"hebrew","language":"hebrew","number_value":3837,"lemma":"לָבָן","transliteration":"Lâbân","pronunciation":"law-bawn'","derivation":"the same as H3836 (לָבָן);","strongs_definition":"Laban, a Mesopotamian; also a place in the Desert","kjv_definition":"Laban."} +{"id":"H3838","strongs_number":"H3838","system":"hebrew","language":"hebrew","number_value":3838,"lemma":"לְבָנָא","transliteration":"Lᵉbânâʼ","pronunciation":"leb-aw-naw'","derivation":"or לְבָנָה; the same as H3842 (לְבָנָה);","strongs_definition":"Lebana or Lebanah, one of the Nethinim","kjv_definition":"Lebana, Lebanah."} +{"id":"H3839","strongs_number":"H3839","system":"hebrew","language":"hebrew","number_value":3839,"lemma":"לִבְנֶה","transliteration":"libneh","pronunciation":"lib-neh'","derivation":"from H3835 (לָבַן);","strongs_definition":"some sort of whitish tree, perhaps the storax","kjv_definition":"poplar."} +{"id":"H3840","strongs_number":"H3840","system":"hebrew","language":"hebrew","number_value":3840,"lemma":"לִבְנָה","transliteration":"libnâh","pronunciation":"lib-naw'","derivation":"from H3835 (לָבַן);","strongs_definition":"properly, whiteness, i.e. (by implication) transparency","kjv_definition":"paved."} +{"id":"H3841","strongs_number":"H3841","system":"hebrew","language":"hebrew","number_value":3841,"lemma":"לִבְנָה","transliteration":"Libnâh","pronunciation":"lib-naw'","derivation":"the same as H3839 (לִבְנֶה);","strongs_definition":"Libnah, a place in the Desert and one in Palestine","kjv_definition":"Libnah."} +{"id":"H3842","strongs_number":"H3842","system":"hebrew","language":"hebrew","number_value":3842,"lemma":"לְבָנָה","transliteration":"lᵉbânâh","pronunciation":"leb-aw-naw'","derivation":"from H3835 (לָבַן);","strongs_definition":"properly, (the) white, i.e. the moon","kjv_definition":"moon. See also H3838 (לְבָנָא)."} +{"id":"H3843","strongs_number":"H3843","system":"hebrew","language":"hebrew","number_value":3843,"lemma":"לְבֵנָה","transliteration":"lᵉbênâh","pronunciation":"leb-ay-naw'","derivation":"from H3835 (לָבַן);","strongs_definition":"a brick (from the whiteness of the clay)","kjv_definition":"(altar of) brick, tile."} +{"id":"H3844","strongs_number":"H3844","system":"hebrew","language":"hebrew","number_value":3844,"lemma":"לְבָנוֹן","transliteration":"Lᵉbânôwn","pronunciation":"leb-aw-nohn'","derivation":"from H3825 (לְבַב); (the) white mountain (from its snow);","strongs_definition":"Lebanon, a mountain range in Palestine","kjv_definition":"Lebanon."} +{"id":"H3845","strongs_number":"H3845","system":"hebrew","language":"hebrew","number_value":3845,"lemma":"לִבְנִי","transliteration":"Libnîy","pronunciation":"lib-nee'","derivation":"from H3835 (לָבַן); white;","strongs_definition":"Libni, an Israelite","kjv_definition":"Libni."} +{"id":"H3846","strongs_number":"H3846","system":"hebrew","language":"hebrew","number_value":3846,"lemma":"לִבְנִי","transliteration":"Libnîy","pronunciation":"lib-nee'","derivation":"patronymically from H3845 (לִבְנִי);","strongs_definition":"a Libnite or descendants of Libni (collectively)","kjv_definition":"Libnites."} +{"id":"H3847","strongs_number":"H3847","system":"hebrew","language":"hebrew","number_value":3847,"lemma":"לָבַשׁ","transliteration":"lâbash","pronunciation":"law-bash'","derivation":"or לָבֵשׁ; a primitive root;","strongs_definition":"properly, wrap around, i.e. (by implication) to put on agarment or clothe (oneself, or another), literally or figuratively","kjv_definition":"(in) apparel, arm, array (self), clothe (self), come upon, put (on, upon), wear."} +{"id":"H3848","strongs_number":"H3848","system":"hebrew","language":"hebrew","number_value":3848,"lemma":"לְבַשׁ","transliteration":"lᵉbash","pronunciation":"leb-ash'","derivation":"(Aramaic) corresponding to H3847 (לָבַשׁ)","strongs_definition":"{properly, wrap around, i.e. (by implication) to put on agarment or clothe (oneself, or another), literally or figuratively}","kjv_definition":"clothe."} +{"id":"H3849","strongs_number":"H3849","system":"hebrew","language":"hebrew","number_value":3849,"lemma":"לֹג","transliteration":"lôg","pronunciation":"lohg","derivation":"from an unused root apparently meaning to deepen or hollow (like H3537 (כַּד));","strongs_definition":"a log or measure forliquids","kjv_definition":"log (of oil)."} +{"id":"H3850","strongs_number":"H3850","system":"hebrew","language":"hebrew","number_value":3850,"lemma":"לֹד","transliteration":"Lôd","pronunciation":"lode","derivation":"from an unused root of uncertain signification;","strongs_definition":"Lod, a place in Palestine","kjv_definition":"Lod."} +{"id":"H3851","strongs_number":"H3851","system":"hebrew","language":"hebrew","number_value":3851,"lemma":"לַהַב","transliteration":"lahab","pronunciation":"lah'-hab","derivation":"from an usused root meaning to gleam;","strongs_definition":"a flash; figuratively, a sharply polished blade or point of aweapon","kjv_definition":"blade, bright, flame, glittering."} +{"id":"H3852","strongs_number":"H3852","system":"hebrew","language":"hebrew","number_value":3852,"lemma":"לֶהָבָה","transliteration":"lehâbâh","pronunciation":"leh-aw-baw'","derivation":"or לַהֶבֶת; feminine of H3851 (לַהַב), and meaning the same","strongs_definition":"{a flash; figuratively, a sharply polished blade or point of aweapon}","kjv_definition":"flame(-ming), head (of a spear)."} +{"id":"H3853","strongs_number":"H3853","system":"hebrew","language":"hebrew","number_value":3853,"lemma":"לְהָבִים","transliteration":"Lᵉhâbîym","pronunciation":"leh-haw-beem'","derivation":"plural of H3851 (לַהַב); flames;","strongs_definition":"Lehabim, a son of Mizraim, and his descendants","kjv_definition":"Lehabim."} +{"id":"H3854","strongs_number":"H3854","system":"hebrew","language":"hebrew","number_value":3854,"lemma":"לַהַג","transliteration":"lahag","pronunciation":"lah'-hag","derivation":"from an unused root meaning to be eager;","strongs_definition":"intense mental application","kjv_definition":"study."} +{"id":"H3855","strongs_number":"H3855","system":"hebrew","language":"hebrew","number_value":3855,"lemma":"לַהַד","transliteration":"Lahad","pronunciation":"lah'-had","derivation":"from an unused root meaning to glow (compare H3851 (לַהַב)) or else to be earnest (compare H3854 (לַהַג));","strongs_definition":"Lahad, an Israelite","kjv_definition":"Lahad."} +{"id":"H3856","strongs_number":"H3856","system":"hebrew","language":"hebrew","number_value":3856,"lemma":"לָהַהּ","transliteration":"lâhahh","pronunciation":"law-hah'","derivation":"a primitive root meaning properly, to burn, i.e. (by implication)","strongs_definition":"to be rabid (figuratively, insane); also (from the exhaustion of frenzy) to languish","kjv_definition":"faint, mad."} +{"id":"H3857","strongs_number":"H3857","system":"hebrew","language":"hebrew","number_value":3857,"lemma":"לָהַט","transliteration":"lâhaṭ","pronunciation":"law-hat'","derivation":"a primitive root;","strongs_definition":"properly, to lick, i.e. (by implication) to blaze","kjv_definition":"burn (up), set on fire, flaming, kindle."} +{"id":"H3858","strongs_number":"H3858","system":"hebrew","language":"hebrew","number_value":3858,"lemma":"לַהַט","transliteration":"lahaṭ","pronunciation":"lah'-hat","derivation":"from H3857 (לָהַט);","strongs_definition":"a blaze; also (from the idea of enwrapping) magic (as covert)","kjv_definition":"flaming, enchantment."} +{"id":"H3859","strongs_number":"H3859","system":"hebrew","language":"hebrew","number_value":3859,"lemma":"לָהַם","transliteration":"lâham","pronunciation":"law-ham'","derivation":"a primitive root;","strongs_definition":"properly, to burn in, i.e. (figuratively) to rankle","kjv_definition":"wound."} +{"id":"H3860","strongs_number":"H3860","system":"hebrew","language":"hebrew","number_value":3860,"lemma":"לָהֵן","transliteration":"lâhên","pronunciation":"law-hane'","derivation":"from the prepositional prefix meaning to or for and H2005 (הֵן);","strongs_definition":"popularly for if; hence, therefore","kjv_definition":"for them (by mistake for prepositional suffix)."} +{"id":"H3861","strongs_number":"H3861","system":"hebrew","language":"hebrew","number_value":3861,"lemma":"לָהֵן","transliteration":"lâhên","pronunciation":"law-hane'","derivation":"(Aramaic) corresponding to H3860 (לָהֵן);","strongs_definition":"therefore; also except","kjv_definition":"but, except, save, therefore, wherefore."} +{"id":"H3862","strongs_number":"H3862","system":"hebrew","language":"hebrew","number_value":3862,"lemma":"לַהֲקָה","transliteration":"lahăqâh","pronunciation":"lah-hak-aw'","derivation":"probably from an unused root meaning to gather;","strongs_definition":"an assembly","kjv_definition":"company."} +{"id":"H3863","strongs_number":"H3863","system":"hebrew","language":"hebrew","number_value":3863,"lemma":"לוּא","transliteration":"lûwʼ","pronunciation":"loo","derivation":"or לֻא; or לוּ;","strongs_definition":"a conditional particle; if; by implication (interj. as a wish) would that!","kjv_definition":"if (haply), peradventure, I pray thee, though, I would, would God (that)."} +{"id":"H3864","strongs_number":"H3864","system":"hebrew","language":"hebrew","number_value":3864,"lemma":"לוּבִי","transliteration":"Lûwbîy","pronunciation":"loo-bee'","derivation":"or לֻבִּי; (Daniel 11:43), partrial from a name probably derived from an unused root meaning to thirst, i.e. a dry region; apparently","strongs_definition":"a Libyan or inhabitant of interior Africa (only in plural)","kjv_definition":"Lubim(-s), Libyans."} +{"id":"H3865","strongs_number":"H3865","system":"hebrew","language":"hebrew","number_value":3865,"lemma":"לוּד","transliteration":"Lûwd","pronunciation":"lood","derivation":"probably of foreign derivation;","strongs_definition":"Lud, the name of two nations","kjv_definition":"Lud, Lydia."} +{"id":"H3866","strongs_number":"H3866","system":"hebrew","language":"hebrew","number_value":3866,"lemma":"לוּדִי","transliteration":"Lûwdîy","pronunciation":"loo-dee'","derivation":"or לוּדִיִּי; patrial from H3865 (לוּד);","strongs_definition":"a Ludite or inhabitants of Lud (only in plural)","kjv_definition":"Ludim. Lydians."} +{"id":"H3867","strongs_number":"H3867","system":"hebrew","language":"hebrew","number_value":3867,"lemma":"לָוָה","transliteration":"lâvâh","pronunciation":"law-vaw'","derivation":"a primitive root;","strongs_definition":"properly, to twine, i.e. (by implication) to unite, to remain; also to borrow (as a form of obligation) or (caus.) to lend","kjv_definition":"abide with, borrow(-er), cleave, join (self), lend(-er)."} +{"id":"H3868","strongs_number":"H3868","system":"hebrew","language":"hebrew","number_value":3868,"lemma":"לוּז","transliteration":"lûwz","pronunciation":"looz","derivation":"a primitive root; (compare H3867 (לָוָה), H3874 (לוּט) and H3885 (לוּן))","strongs_definition":"to turn aside , i.e. (literally) to depart, (figuratively) be perverse","kjv_definition":"depart, froward, perverse(-ness)."} +{"id":"H3869","strongs_number":"H3869","system":"hebrew","language":"hebrew","number_value":3869,"lemma":"לוּז","transliteration":"lûwz","pronunciation":"looz","derivation":"probably of foreign origin;","strongs_definition":"some kind of nuttree, perhaps the almond","kjv_definition":"hazel."} +{"id":"H3870","strongs_number":"H3870","system":"hebrew","language":"hebrew","number_value":3870,"lemma":"לוּז","transliteration":"Lûwz","pronunciation":"looz","derivation":"probably from H3869 (לוּז) (as growing there);","strongs_definition":"Luz, the name of two places in Palestine","kjv_definition":"Luz."} +{"id":"H3871","strongs_number":"H3871","system":"hebrew","language":"hebrew","number_value":3871,"lemma":"לוּחַ","transliteration":"lûwach","pronunciation":"loo'-akh","derivation":"or לֻחַ; from a primitive root;","strongs_definition":"probably meaning to glisten; a tablet (as polished), of stone, wood or metal","kjv_definition":"board, plate, table."} +{"id":"H3872","strongs_number":"H3872","system":"hebrew","language":"hebrew","number_value":3872,"lemma":"לוּחִית","transliteration":"Lûwchîyth","pronunciation":"loo-kheeth'","derivation":"or לֻחוֹת; (Jeremiah 48:5), from the same as H3871 (לוּחַ); floored;","strongs_definition":"Luchith, a place East of the Jordan","kjv_definition":"Luhith."} +{"id":"H3873","strongs_number":"H3873","system":"hebrew","language":"hebrew","number_value":3873,"lemma":"לוֹחֵשׁ","transliteration":"Lôwchêsh","pronunciation":"lo-khashe'","derivation":"active participle of H3907 (לָחַשׁ); (the) enchanter;","strongs_definition":"Lochesh, an Israelite","kjv_definition":"Hallohesh, Haloshesh (includ. the article)."} +{"id":"H3874","strongs_number":"H3874","system":"hebrew","language":"hebrew","number_value":3874,"lemma":"לוּט","transliteration":"lûwṭ","pronunciation":"loot","derivation":"a primitive root;","strongs_definition":"to wrap up","kjv_definition":"cast, wrap."} +{"id":"H3875","strongs_number":"H3875","system":"hebrew","language":"hebrew","number_value":3875,"lemma":"לוֹט","transliteration":"lôwṭ","pronunciation":"lote","derivation":"from H3874 (לוּט);","strongs_definition":"a veil","kjv_definition":"covering."} +{"id":"H3876","strongs_number":"H3876","system":"hebrew","language":"hebrew","number_value":3876,"lemma":"לוֹט","transliteration":"Lôwṭ","pronunciation":"lote","derivation":"the same as H3875 (לוֹט);","strongs_definition":"Lot, Abraham's nephew","kjv_definition":"Lot."} +{"id":"H3877","strongs_number":"H3877","system":"hebrew","language":"hebrew","number_value":3877,"lemma":"לוֹטָן","transliteration":"Lôwṭân","pronunciation":"lo-tawn'","derivation":"from H3875 (לוֹט); covering;","strongs_definition":"Lotan, an Idumaean","kjv_definition":"Lotan."} +{"id":"H3878","strongs_number":"H3878","system":"hebrew","language":"hebrew","number_value":3878,"lemma":"לֵוִי","transliteration":"Lêvîy","pronunciation":"lay-vee'","derivation":"from H3867 (לָוָה); attached;","strongs_definition":"Levi, a son of Jacob","kjv_definition":"Levi. See also H3879 (לֵוִי), H3881 (לֵוִיִּי)."} +{"id":"H3879","strongs_number":"H3879","system":"hebrew","language":"hebrew","number_value":3879,"lemma":"לֵוִי","transliteration":"Lêvîy","pronunciation":"lay-vee'","derivation":"(Aramaic) corresponding to H3880 (לִוְיָה)","strongs_definition":"{something attached, i.e. a wreath}","kjv_definition":"Levite."} +{"id":"H3880","strongs_number":"H3880","system":"hebrew","language":"hebrew","number_value":3880,"lemma":"לִוְיָה","transliteration":"livyâh","pronunciation":"liv-yaw'","derivation":"from H3867 (לָוָה);","strongs_definition":"something attached, i.e. a wreath","kjv_definition":"ornament."} +{"id":"H3881","strongs_number":"H3881","system":"hebrew","language":"hebrew","number_value":3881,"lemma":"לֵוִיִּי","transliteration":"Lêvîyîy","pronunciation":"lay-vee-ee'","derivation":"or לֵוִי; patronymically from H3878 (לֵוִי);","strongs_definition":"a Levite or descendant of Levi","kjv_definition":"Leviite."} +{"id":"H3882","strongs_number":"H3882","system":"hebrew","language":"hebrew","number_value":3882,"lemma":"לִוְיָתָן","transliteration":"livyâthân","pronunciation":"liv-yaw-thawn'","derivation":"from H3867 (לָוָה);","strongs_definition":"a wreathed animal, i.e. a serpent (especially the crocodile or some other large sea-monster); figuratively, the constellation of the dragon; also as a symbol of Babylon","kjv_definition":"leviathan, mourning."} +{"id":"H3883","strongs_number":"H3883","system":"hebrew","language":"hebrew","number_value":3883,"lemma":"לוּל","transliteration":"lûwl","pronunciation":"lool","derivation":"from an unused root meaning to fold back;","strongs_definition":"a spiral step","kjv_definition":"winding stair. Compare H3924 (לֻלָאָה)."} +{"id":"H3884","strongs_number":"H3884","system":"hebrew","language":"hebrew","number_value":3884,"lemma":"לוּלֵא","transliteration":"lûwlêʼ","pronunciation":"loo-lay'","derivation":"or לוּלֵי; from H3863 (לוּא) and H3808 (לֹא);","strongs_definition":"if not","kjv_definition":"except, had not, if (...not), unless, were it not that."} +{"id":"H3885","strongs_number":"H3885","system":"hebrew","language":"hebrew","number_value":3885,"lemma":"לוּן","transliteration":"lûwn","pronunciation":"loon","derivation":"or לִין; a primitive root;","strongs_definition":"to stop (usually over night); by implication, to stay permanently; hence (in a bad sense) to be obstinate (especially in words, to complain)","kjv_definition":"abide (all night), continue, dwell, endure, grudge, be left, lie all night, (cause to) lodge (all night, in, -ing, this night), (make to) murmur, remain, tarry (all night, that night)."} +{"id":"H3886","strongs_number":"H3886","system":"hebrew","language":"hebrew","number_value":3886,"lemma":"לוּעַ","transliteration":"lûwaʻ","pronunciation":"loo'-ah","derivation":"a primitive root;","strongs_definition":"to gulp; figuratively, to be rash","kjv_definition":"swallow down (up)."} +{"id":"H3887","strongs_number":"H3887","system":"hebrew","language":"hebrew","number_value":3887,"lemma":"לוּץ","transliteration":"lûwts","pronunciation":"loots","derivation":"a primitive root;","strongs_definition":"properly, to make mouths at, i.e. to scoff; hence (from the effort to pronounce a foreign language) to interpret, or (generally) intercede","kjv_definition":"ambassador, have in derision, interpreter, make a mock, mocker, scorn(-er, -ful), teacher."} +{"id":"H3888","strongs_number":"H3888","system":"hebrew","language":"hebrew","number_value":3888,"lemma":"לוּשׁ","transliteration":"lûwsh","pronunciation":"loosh","derivation":"a primitive root;","strongs_definition":"to knead","kjv_definition":"knead."} +{"id":"H3889","strongs_number":"H3889","system":"hebrew","language":"hebrew","number_value":3889,"lemma":"לוּשׁ","transliteration":"Lûwsh","pronunciation":"loosh","derivation":"from H3888 (לוּשׁ); kneading;","strongs_definition":"Lush, a place in Palestine","kjv_definition":"Laish (from the margin). Compare H3919 (לַיִשׁ)."} +{"id":"H3890","strongs_number":"H3890","system":"hebrew","language":"hebrew","number_value":3890,"lemma":"לְוָת","transliteration":"lᵉvâth","pronunciation":"lev-awth'","derivation":"(Aramaic) from a root corresponding to H3867 (לָוָה);","strongs_definition":"properly, adhesion, i.e. (as preposition) with","kjv_definition":"[idiom] thee."} +{"id":"H3891","strongs_number":"H3891","system":"hebrew","language":"hebrew","number_value":3891,"lemma":"לְזוּת","transliteration":"lᵉzûwth","pronunciation":"lez-ooth'","derivation":"from H3868 (לוּז);","strongs_definition":"perverseness","kjv_definition":"perverse."} +{"id":"H3892","strongs_number":"H3892","system":"hebrew","language":"hebrew","number_value":3892,"lemma":"לַח","transliteration":"lach","pronunciation":"lakh","derivation":"from an unused root meaning to be new;","strongs_definition":"fresh, i.e. unused or undried","kjv_definition":"green, moist."} +{"id":"H3893","strongs_number":"H3893","system":"hebrew","language":"hebrew","number_value":3893,"lemma":"לֵחַ","transliteration":"lêach","pronunciation":"lay'-akh","derivation":"from the same as H3892 (לַח);","strongs_definition":"freshness, i.e. vigor","kjv_definition":"natural force."} +{"id":"H3894","strongs_number":"H3894","system":"hebrew","language":"hebrew","number_value":3894,"lemma":"לָחוּם","transliteration":"lâchûwm","pronunciation":"law-khoom'","derivation":"or לָחֻם; passive participle of H3898 (לָחַם);","strongs_definition":"properly, eaten, i.e. food; also flesh, i.e. body","kjv_definition":"while...is eating, flesh."} +{"id":"H3895","strongs_number":"H3895","system":"hebrew","language":"hebrew","number_value":3895,"lemma":"לְחִי","transliteration":"lᵉchîy","pronunciation":"lekh-ee'","derivation":"from an unused root meaning to be soft;","strongs_definition":"the cheek (from its fleshiness); hence, the jaw-bone","kjv_definition":"cheek (bone), jaw (bone)."} +{"id":"H3896","strongs_number":"H3896","system":"hebrew","language":"hebrew","number_value":3896,"lemma":"לֶחִי","transliteration":"Lechîy","pronunciation":"lekh'-ee","derivation":"a form of H3895 (לְחִי);","strongs_definition":"Lechi, a place in Palestine","kjv_definition":"Lehi. Compare also H7437 (רָמַת לֶחִי)."} +{"id":"H3897","strongs_number":"H3897","system":"hebrew","language":"hebrew","number_value":3897,"lemma":"לָחַךְ","transliteration":"lâchak","pronunciation":"law-khak'","derivation":"a primitive root;","strongs_definition":"to lick","kjv_definition":"lick (up)."} +{"id":"H3898","strongs_number":"H3898","system":"hebrew","language":"hebrew","number_value":3898,"lemma":"לָחַם","transliteration":"lâcham","pronunciation":"law-kham'","derivation":"a primitive root;","strongs_definition":"to feed on; figuratively, to consume; by implication, to battle (as destruction)","kjv_definition":"devour, eat, [idiom] ever, fight(-ing), overcome, prevail, (make) war(-ring)."} +{"id":"H3899","strongs_number":"H3899","system":"hebrew","language":"hebrew","number_value":3899,"lemma":"לֶחֶם","transliteration":"lechem","pronunciation":"lekh'-em","derivation":"from H3898 (לָחַם); See also H1036 (בֵּית לְעַפְרָה)","strongs_definition":"food (for man or beast), especially bread, or grain (for making it)","kjv_definition":"(shew-) bread, [idiom] eat, food, fruit, loaf, meat, victuals."} +{"id":"H3900","strongs_number":"H3900","system":"hebrew","language":"hebrew","number_value":3900,"lemma":"לְחֶם","transliteration":"lᵉchem","pronunciation":"lekh-em'","derivation":"(Aramaic) corresponding to H3899 (לֶחֶם)","strongs_definition":"{(for man or beast), especially bread, or grain (for making it)}","kjv_definition":"feast."} +{"id":"H3901","strongs_number":"H3901","system":"hebrew","language":"hebrew","number_value":3901,"lemma":"לָחֶם","transliteration":"lâchem","pronunciation":"law-khem'","derivation":"from H3898 (לָחַם),","strongs_definition":"battle","kjv_definition":"war."} +{"id":"H3902","strongs_number":"H3902","system":"hebrew","language":"hebrew","number_value":3902,"lemma":"לַחְמִי","transliteration":"Lachmîy","pronunciation":"lakh-mee'","derivation":"from H3899 (לֶחֶם); foodful; (or perhaps erroneous transcription) for H1022 (בֵּית הַלַּחְמִי)","strongs_definition":"Lachmi, an Israelite; or rather probably a brief form","kjv_definition":"Lahmi. See also H3433 (יָשֻׁבִי לֶחֶם)."} +{"id":"H3903","strongs_number":"H3903","system":"hebrew","language":"hebrew","number_value":3903,"lemma":"לַחְמָס","transliteration":"Lachmâç","pronunciation":"lakh-maws'","derivation":"probably by erroneous transcription for לַחְמָם; from H3899 (לֶחֶם); food-like;","strongs_definition":"Lachmam or Lachmas, a place in Palestine","kjv_definition":"Lahmam."} +{"id":"H3904","strongs_number":"H3904","system":"hebrew","language":"hebrew","number_value":3904,"lemma":"לְחֵנָה","transliteration":"lᵉchênâh","pronunciation":"lekh-ay-naw'","derivation":"(Aramaic) from an unused root of uncertain meaning;","strongs_definition":"a concubine","kjv_definition":"concubine."} +{"id":"H3905","strongs_number":"H3905","system":"hebrew","language":"hebrew","number_value":3905,"lemma":"לָחַץ","transliteration":"lâchats","pronunciation":"law-khats'","derivation":"a primitive root;","strongs_definition":"properly, to press, i.e. (figuratively) to distress","kjv_definition":"afflict, crush, force, hold fast, oppress(-or), thrust self."} +{"id":"H3906","strongs_number":"H3906","system":"hebrew","language":"hebrew","number_value":3906,"lemma":"לַחַץ","transliteration":"lachats","pronunciation":"lakh'-ats","derivation":"from H3905 (לָחַץ);","strongs_definition":"distress","kjv_definition":"affliction, oppression."} +{"id":"H3907","strongs_number":"H3907","system":"hebrew","language":"hebrew","number_value":3907,"lemma":"לָחַשׁ","transliteration":"lâchash","pronunciation":"law-khash'","derivation":"a primitive root;","strongs_definition":"to whisper; by implication, to mumble aspell (as a magician)","kjv_definition":"charmer, whisper (together)."} +{"id":"H3908","strongs_number":"H3908","system":"hebrew","language":"hebrew","number_value":3908,"lemma":"לַחַשׁ","transliteration":"lachash","pronunciation":"lakh'-ash","derivation":"from H3907 (לָחַשׁ);","strongs_definition":"properly, a whisper, i.e. by implication, (in a good sense) a private prayer, (in a bad one) an incantation; concretely, an amulet","kjv_definition":"charmed, earring, enchantment, orator, prayer."} +{"id":"H3909","strongs_number":"H3909","system":"hebrew","language":"hebrew","number_value":3909,"lemma":"לָט","transliteration":"lâṭ","pronunciation":"lawt","derivation":"a form of H3814 (לָאט) or else participle from H3874 (לוּט);","strongs_definition":"properly, covered, i.e. secret; by implication, incantation; also secrecy or (adverb) covertly","kjv_definition":"enchantment, privily, secretly, softly."} +{"id":"H3910","strongs_number":"H3910","system":"hebrew","language":"hebrew","number_value":3910,"lemma":"לֹט","transliteration":"lôṭ","pronunciation":"lote","derivation":"probably from H3874 (לוּט);","strongs_definition":"a gum (from its sticky nature), probably ladanum","kjv_definition":"myrrh."} +{"id":"H3911","strongs_number":"H3911","system":"hebrew","language":"hebrew","number_value":3911,"lemma":"לְטָאָה","transliteration":"lᵉṭâʼâh","pronunciation":"let-aw-aw'","derivation":"from an unused root meaning to hide;","strongs_definition":"a kind of lizard (from its covert habits)","kjv_definition":"lizard."} +{"id":"H3912","strongs_number":"H3912","system":"hebrew","language":"hebrew","number_value":3912,"lemma":"לְטוּשִׁם","transliteration":"Lᵉṭûwshim","pronunciation":"let-oo-sheem'","derivation":"masculine plural of passive participle of H3913 (לָטַשׁ); hammered (i.e. oppressed) ones;","strongs_definition":"Letushim, an Arabian tribe","kjv_definition":"Letushim."} +{"id":"H3913","strongs_number":"H3913","system":"hebrew","language":"hebrew","number_value":3913,"lemma":"לָטַשׁ","transliteration":"lâṭash","pronunciation":"law-tash'","derivation":"a primitive root;","strongs_definition":"properly, to hammer out (an edge), i.e. to sharpen","kjv_definition":"instructer, sharp(-en), whet."} +{"id":"H3914","strongs_number":"H3914","system":"hebrew","language":"hebrew","number_value":3914,"lemma":"לֹיָה","transliteration":"lôyâh","pronunciation":"lo-yaw'","derivation":"a form of H3880 (לִוְיָה);","strongs_definition":"a wreath","kjv_definition":"addition."} +{"id":"H3915","strongs_number":"H3915","system":"hebrew","language":"hebrew","number_value":3915,"lemma":"לַיִל","transliteration":"layil","pronunciation":"lah'-yil","derivation":"or (Isaiah 21:11) לֵיל; also לַיְלָה; from the same as H3883 (לוּל);","strongs_definition":"properly, a twist (away of the light), i.e. night; figuratively, adversity","kjv_definition":"(mid-)night (season)."} +{"id":"H3916","strongs_number":"H3916","system":"hebrew","language":"hebrew","number_value":3916,"lemma":"לֵילְיָא","transliteration":"lêylᵉyâʼ","pronunciation":"lay-leh-yaw'","derivation":"(Aramaic) corresponding to H3815 (לָאֵל)","strongs_definition":"{Lael an Israelite}","kjv_definition":"night."} +{"id":"H3917","strongs_number":"H3917","system":"hebrew","language":"hebrew","number_value":3917,"lemma":"לִילִית","transliteration":"lîylîyth","pronunciation":"lee-leeth'","derivation":"from H3915 (לַיִל);","strongs_definition":"a night spectre","kjv_definition":"screech owl."} +{"id":"H3918","strongs_number":"H3918","system":"hebrew","language":"hebrew","number_value":3918,"lemma":"לַיִשׁ","transliteration":"layish","pronunciation":"lah'-yish","derivation":"from H3888 (לוּשׁ) in the sense of crushing;","strongs_definition":"a lion (from his destructive blows)","kjv_definition":"(old) lion."} +{"id":"H3919","strongs_number":"H3919","system":"hebrew","language":"hebrew","number_value":3919,"lemma":"לַיִשׁ","transliteration":"Layish","pronunciation":"lah'-yish","derivation":"the same as H3918 (לַיִשׁ);","strongs_definition":"Laish, the name of two places in Palestine","kjv_definition":"Laish. Compare H3889 (לוּשׁ)."} +{"id":"H3920","strongs_number":"H3920","system":"hebrew","language":"hebrew","number_value":3920,"lemma":"לָכַד","transliteration":"lâkad","pronunciation":"law-kad'","derivation":"a primitive root;","strongs_definition":"to catch (in a net, trap or pit); generally, to capture or occupy; also to choose (by lot); figuratively, to cohere","kjv_definition":"[idiom] at all, catch (self), be frozen, be holden, stick together, take."} +{"id":"H3921","strongs_number":"H3921","system":"hebrew","language":"hebrew","number_value":3921,"lemma":"לֶכֶד","transliteration":"leked","pronunciation":"leh'ked","derivation":"from H3920 (לָכַד);","strongs_definition":"something to capture with, i.e. a noose","kjv_definition":"being taken."} +{"id":"H3922","strongs_number":"H3922","system":"hebrew","language":"hebrew","number_value":3922,"lemma":"לֵכָה","transliteration":"lêkâh","pronunciation":"lay-kaw'","derivation":"from H3212 (יָלַךְ); a journey;","strongs_definition":"Lekah, a place in Palestine","kjv_definition":"Lecah."} +{"id":"H3923","strongs_number":"H3923","system":"hebrew","language":"hebrew","number_value":3923,"lemma":"לָכִישׁ","transliteration":"Lâkîysh","pronunciation":"law-keesh'","derivation":"from an unused root of uncertain meaning;","strongs_definition":"Lakish, a place in Palestine","kjv_definition":"Lachish."} +{"id":"H3924","strongs_number":"H3924","system":"hebrew","language":"hebrew","number_value":3924,"lemma":"לֻלָאָה","transliteration":"lulâʼâh","pronunciation":"loo-law-aw'","derivation":"from the same as H3883 (לוּל);","strongs_definition":"a loop","kjv_definition":"loop."} +{"id":"H3925","strongs_number":"H3925","system":"hebrew","language":"hebrew","number_value":3925,"lemma":"לָמַד","transliteration":"lâmad","pronunciation":"law-mad'","derivation":"a primitive root;","strongs_definition":"properly, to goad, i.e. (by implication) to teach (the rod being an Oriental incentive)","kjv_definition":"(un-) accustomed, [idiom] diligently, expert, instruct, learn, skilful, teach(-er, -ing)."} +{"id":"H3926","strongs_number":"H3926","system":"hebrew","language":"hebrew","number_value":3926,"lemma":"לְמוֹ","transliteration":"lᵉmôw","pronunciation":"lem-o'","derivation":"a prolonged and separable form of the prepositional prefix;","strongs_definition":"to or for","kjv_definition":"at, for, to, upon."} +{"id":"H3927","strongs_number":"H3927","system":"hebrew","language":"hebrew","number_value":3927,"lemma":"לְמוּאֵל","transliteration":"Lᵉmûwʼêl","pronunciation":"lem-oo-ale'","derivation":"or לְמוֹאֵל; from H3926 (לְמוֹ) and H410 (אֵל); (belonging) to God;","strongs_definition":"Lemuel or Lemoel, a symbolic name of Solomon","kjv_definition":"Lemuel."} +{"id":"H3928","strongs_number":"H3928","system":"hebrew","language":"hebrew","number_value":3928,"lemma":"לִמּוּד","transliteration":"limmûwd","pronunciation":"lim-mood'","derivation":"or לִמֻּד; from H3925 (לָמַד);","strongs_definition":"instructed","kjv_definition":"accustomed, disciple, learned, taught, used."} +{"id":"H3929","strongs_number":"H3929","system":"hebrew","language":"hebrew","number_value":3929,"lemma":"לֶמֶךְ","transliteration":"Lemek","pronunciation":"leh'-mek","derivation":"from an unused root of uncertain meaning;","strongs_definition":"Lemek, the name of two antediluvian patriarchs","kjv_definition":"Lamech."} +{"id":"H3930","strongs_number":"H3930","system":"hebrew","language":"hebrew","number_value":3930,"lemma":"לֹעַ","transliteration":"lôaʻ","pronunciation":"lo'ah","derivation":"from H3886 (לוּעַ);","strongs_definition":"the gullet","kjv_definition":"throat."} +{"id":"H3931","strongs_number":"H3931","system":"hebrew","language":"hebrew","number_value":3931,"lemma":"לָעַב","transliteration":"lâʻab","pronunciation":"law-ab'","derivation":"a primitive root;","strongs_definition":"to deride","kjv_definition":"mock."} +{"id":"H3932","strongs_number":"H3932","system":"hebrew","language":"hebrew","number_value":3932,"lemma":"לָעַג","transliteration":"lâʻag","pronunciation":"law-ag'","derivation":"a primitive root;","strongs_definition":"to deride; by implication (as if imitating a foreigner) to speak unintelligibly","kjv_definition":"have in derision, laugh (to scorn), mock (on), stammering."} +{"id":"H3933","strongs_number":"H3933","system":"hebrew","language":"hebrew","number_value":3933,"lemma":"לַעַג","transliteration":"laʻag","pronunciation":"lah'-ag","derivation":"from H3932 (לָעַג);","strongs_definition":"derision, scoffing","kjv_definition":"derision, scorn (-ing)."} +{"id":"H3934","strongs_number":"H3934","system":"hebrew","language":"hebrew","number_value":3934,"lemma":"לָעֵג","transliteration":"lâʻêg","pronunciation":"law-ayg'","derivation":"from H3932 (לָעַג);","strongs_definition":"a buffoon; also a foreigner","kjv_definition":"mocker, stammering."} +{"id":"H3935","strongs_number":"H3935","system":"hebrew","language":"hebrew","number_value":3935,"lemma":"לַעְדָּה","transliteration":"Laʻdâh","pronunciation":"lah-daw'","derivation":"from an unused root of uncertain meaning;","strongs_definition":"Ladah, an Israelite","kjv_definition":"Laadah."} +{"id":"H3936","strongs_number":"H3936","system":"hebrew","language":"hebrew","number_value":3936,"lemma":"לַעְדָּן","transliteration":"Laʻdân","pronunciation":"lah-dawn'","derivation":"from the same as H3935 (לַעְדָּה);","strongs_definition":"Ladan, the name of two Israelites","kjv_definition":"Laadan."} +{"id":"H3937","strongs_number":"H3937","system":"hebrew","language":"hebrew","number_value":3937,"lemma":"לָעַז","transliteration":"lâʻaz","pronunciation":"law-az'","derivation":"a primitive root;","strongs_definition":"to speak in a foreign tongue","kjv_definition":"strange language."} +{"id":"H3938","strongs_number":"H3938","system":"hebrew","language":"hebrew","number_value":3938,"lemma":"לָעַט","transliteration":"lâʻaṭ","pronunciation":"law-at'","derivation":"a primitive root;","strongs_definition":"to swallow greedily; causatively, to feed","kjv_definition":"feed."} +{"id":"H3939","strongs_number":"H3939","system":"hebrew","language":"hebrew","number_value":3939,"lemma":"לַעֲנָה","transliteration":"laʻănâh","pronunciation":"lah-an-aw'","derivation":"from an unused root supposed to mean to curse;","strongs_definition":"wormwood (regarded as poisonous, and therefore accursed)","kjv_definition":"hemlock, wormwood."} +{"id":"H3940","strongs_number":"H3940","system":"hebrew","language":"hebrew","number_value":3940,"lemma":"לַפִּיד","transliteration":"lappîyd","pronunciation":"lap-peed'","derivation":"or לַפִּד; from an unused root probably meaning to shine;","strongs_definition":"a flambeau, lamp or flame","kjv_definition":"(fire-) brand, (burning) lamp, lightning, torch."} +{"id":"H3941","strongs_number":"H3941","system":"hebrew","language":"hebrew","number_value":3941,"lemma":"לַפִּידוֹת","transliteration":"Lappîydôwth","pronunciation":"lap-pee-doth'","derivation":"feminine plural of H3940 (לַפִּיד);","strongs_definition":"Lappidoth, the husband of Deborah","kjv_definition":"Lappidoth."} +{"id":"H3942","strongs_number":"H3942","system":"hebrew","language":"hebrew","number_value":3942,"lemma":"לִפְנַי","transliteration":"liphnay","pronunciation":"lif-nah'ee","derivation":"from the prepositional prefix (to or for) and H6440 (פָּנִים);","strongs_definition":"anterior","kjv_definition":"before."} +{"id":"H3943","strongs_number":"H3943","system":"hebrew","language":"hebrew","number_value":3943,"lemma":"לָפַת","transliteration":"lâphath","pronunciation":"law-fath'","derivation":"a primitive root;","strongs_definition":"properly, to bend, i.e. (by implication) to clasp; also (reflexively) to turn around or aside","kjv_definition":"take hold, turn aside (self)."} +{"id":"H3944","strongs_number":"H3944","system":"hebrew","language":"hebrew","number_value":3944,"lemma":"לָצוֹן","transliteration":"lâtsôwn","pronunciation":"law-tsone'","derivation":"from H3887 (לוּץ);","strongs_definition":"derision","kjv_definition":"scornful(-ning)."} +{"id":"H3945","strongs_number":"H3945","system":"hebrew","language":"hebrew","number_value":3945,"lemma":"לָצַץ","transliteration":"lâtsats","pronunciation":"law-tsats'","derivation":"a primitive root;","strongs_definition":"to deride","kjv_definition":"scorn."} +{"id":"H3946","strongs_number":"H3946","system":"hebrew","language":"hebrew","number_value":3946,"lemma":"לַקּוּם","transliteration":"Laqqûwm","pronunciation":"lak-koom'","derivation":"from an unused root thought to mean to stop up by a barricade; perhaps fortification;","strongs_definition":"Lakkum, a place in Palestine","kjv_definition":"Lakum."} +{"id":"H3947","strongs_number":"H3947","system":"hebrew","language":"hebrew","number_value":3947,"lemma":"לָקַח","transliteration":"lâqach","pronunciation":"law-kakh'","derivation":"a primitive root;","strongs_definition":"to take (in the widest variety of applications)","kjv_definition":"accept, bring, buy, carry away, drawn, fetch, get, infold, [idiom] many, mingle, place, receive(-ing), reserve, seize, send for, take (away, -ing, up), use, win."} +{"id":"H3948","strongs_number":"H3948","system":"hebrew","language":"hebrew","number_value":3948,"lemma":"לֶקַח","transliteration":"leqach","pronunciation":"leh'-kakh","derivation":"from H3947 (לָקַח);","strongs_definition":"properly, something received, i.e. (mentally) instruction (whether on the part of the teacher or hearer); also (in an active and sinister sense) inveiglement","kjv_definition":"doctrine, learning, fair speech."} +{"id":"H3949","strongs_number":"H3949","system":"hebrew","language":"hebrew","number_value":3949,"lemma":"לִקְחִי","transliteration":"Liqchîy","pronunciation":"lik-khee'","derivation":"from H3947 (לָקַח); learned;","strongs_definition":"Likchi, an Israelite","kjv_definition":"Likhi."} +{"id":"H3950","strongs_number":"H3950","system":"hebrew","language":"hebrew","number_value":3950,"lemma":"לָקַט","transliteration":"lâqaṭ","pronunciation":"law-kat'","derivation":"a primitive root;","strongs_definition":"properly, to pick up, i.e. (generally) to gather; specifically, to glean","kjv_definition":"gather (up), glean."} +{"id":"H3951","strongs_number":"H3951","system":"hebrew","language":"hebrew","number_value":3951,"lemma":"לֶקֶט","transliteration":"leqeṭ","pronunciation":"leh'-ket","derivation":"from H3950 (לָקַט);","strongs_definition":"the gleaning","kjv_definition":"gleaning."} +{"id":"H3952","strongs_number":"H3952","system":"hebrew","language":"hebrew","number_value":3952,"lemma":"לָקַק","transliteration":"lâqaq","pronunciation":"law-kak'","derivation":"a primitive root;","strongs_definition":"to lick or lap","kjv_definition":"lap, lick."} +{"id":"H3953","strongs_number":"H3953","system":"hebrew","language":"hebrew","number_value":3953,"lemma":"לָקַשׁ","transliteration":"lâqash","pronunciation":"law-kash'","derivation":"a primitive root;","strongs_definition":"to gather the after crop","kjv_definition":"gather."} +{"id":"H3954","strongs_number":"H3954","system":"hebrew","language":"hebrew","number_value":3954,"lemma":"לֶקֶשׁ","transliteration":"leqesh","pronunciation":"leh'-kesh","derivation":"from H3953 (לָקַשׁ);","strongs_definition":"the after crop","kjv_definition":"latter growth."} +{"id":"H3955","strongs_number":"H3955","system":"hebrew","language":"hebrew","number_value":3955,"lemma":"לְשַׁד","transliteration":"lᵉshad","pronunciation":"lesh-ad'","derivation":"from an unused root of uncertain meaning; apparently juice, i.e.","strongs_definition":"(figuratively) vigor; also a sweet or fat cake","kjv_definition":"fresh, moisture."} +{"id":"H3956","strongs_number":"H3956","system":"hebrew","language":"hebrew","number_value":3956,"lemma":"לָשׁוֹן","transliteration":"lâshôwn","pronunciation":"law-shone'","derivation":"or לָשֹׁן; also (in plural) feminine לְשֹׁנָה; from H3960 (לָשַׁן);","strongs_definition":"the tongue (of man or animals), used literally (as the instrument of licking, eating, or speech), and figuratively (speech, an ingot, a fork of flame, a cove of water)","kjv_definition":"[phrase] babbler, bay, [phrase] evil speaker, language, talker, tongue, wedge."} +{"id":"H3957","strongs_number":"H3957","system":"hebrew","language":"hebrew","number_value":3957,"lemma":"לִשְׁכָּה","transliteration":"lishkâh","pronunciation":"lish-kaw'","derivation":"from an unused root of uncertain meaning;","strongs_definition":"a room in a building (whether for storage, eating, or lodging)","kjv_definition":"chamber, parlour. Compare H5393 (נִשְׁכָּה)."} +{"id":"H3958","strongs_number":"H3958","system":"hebrew","language":"hebrew","number_value":3958,"lemma":"לֶשֶׁם","transliteration":"leshem","pronunciation":"leh'-shem","derivation":"from an unused root of uncertain meaning;","strongs_definition":"a gem, perhaps the jacinth","kjv_definition":"ligure."} +{"id":"H3959","strongs_number":"H3959","system":"hebrew","language":"hebrew","number_value":3959,"lemma":"לֶשֶׁם","transliteration":"Leshem","pronunciation":"leh'-shem","derivation":"the same as H3958 (לֶשֶׁם);","strongs_definition":"Leshem, a place in Palestine","kjv_definition":"Leshem."} +{"id":"H3960","strongs_number":"H3960","system":"hebrew","language":"hebrew","number_value":3960,"lemma":"לָשַׁן","transliteration":"lâshan","pronunciation":"law-shan'","derivation":"a primitive root; properly, to lick; but used only as a denominative from H3956 (לָשׁוֹן);","strongs_definition":"to wag the tongue, i.e. to calumniate","kjv_definition":"accuse, slander."} +{"id":"H3961","strongs_number":"H3961","system":"hebrew","language":"hebrew","number_value":3961,"lemma":"לִשָּׁן","transliteration":"lishshân","pronunciation":"lish-shawn'","derivation":"(Aramaic) corresponding to H3956 (לָשׁוֹן);","strongs_definition":"speech, i.e. a nation","kjv_definition":"language."} +{"id":"H3962","strongs_number":"H3962","system":"hebrew","language":"hebrew","number_value":3962,"lemma":"לֶשַׁע","transliteration":"Leshaʻ","pronunciation":"leh'-shah","derivation":"from an unused root thought to mean to break through; a boiling spring;","strongs_definition":"Lesha, a place probably East of the Jordan","kjv_definition":"Lasha."} +{"id":"H3963","strongs_number":"H3963","system":"hebrew","language":"hebrew","number_value":3963,"lemma":"לֶתֶךְ","transliteration":"lethek","pronunciation":"leh'-thek","derivation":"from an unused root of uncertain meaning;","strongs_definition":"a measure for things dry","kjv_definition":"half homer. m"} +{"id":"H3964","strongs_number":"H3964","system":"hebrew","language":"hebrew","number_value":3964,"lemma":"מָא","transliteration":"mâʼ","pronunciation":"maw","derivation":"(Aramaic) corresponding to H4100 (מָה);","strongs_definition":"(as indefinitely) that","kjv_definition":"[phrase] what."} +{"id":"H3965","strongs_number":"H3965","system":"hebrew","language":"hebrew","number_value":3965,"lemma":"מַאֲבוּס","transliteration":"maʼăbûwç","pronunciation":"mah-ab-ooce'","derivation":"from H75 (אָבַס);","strongs_definition":"a granary","kjv_definition":"storehouse."} +{"id":"H3966","strongs_number":"H3966","system":"hebrew","language":"hebrew","number_value":3966,"lemma":"מְאֹד","transliteration":"mᵉʼôd","pronunciation":"meh-ode'","derivation":"from the same as H181 (אוּד);","strongs_definition":"properly, vehemence, i.e. (with or without preposition) vehemently; by implication, wholly, speedily, etc. (often with other words as an intensive or superlative; especially when repeated)","kjv_definition":"diligently, especially, exceeding(-ly), far, fast, good, great(-ly), [idiom] louder and louder, might(-ily, -y), (so) much, quickly, (so) sore, utterly, very ([phrase] much, sore), well."} +{"id":"H3967","strongs_number":"H3967","system":"hebrew","language":"hebrew","number_value":3967,"lemma":"מֵאָה","transliteration":"mêʼâh","pronunciation":"may-aw'","derivation":"or מֵאיָה; properly, a primitive numeral","strongs_definition":"a hundred; also as a multiplicative and a fraction","kjv_definition":"hundred((-fold), -th), [phrase] sixscore."} +{"id":"H3968","strongs_number":"H3968","system":"hebrew","language":"hebrew","number_value":3968,"lemma":"מֵאָה","transliteration":"Mêʼâh","pronunciation":"may-aw'","derivation":"the same as H3967 (מֵאָה);","strongs_definition":"Meah, a tower in Jerusalem","kjv_definition":"Meah."} +{"id":"H3969","strongs_number":"H3969","system":"hebrew","language":"hebrew","number_value":3969,"lemma":"מְאָה","transliteration":"mᵉʼâh","pronunciation":"meh-aw'","derivation":"(Aramaic) corresponding to H3967 (מֵאָה); properly, a primitive numeral","strongs_definition":"a hundred; also as a multiplicative and a fraction}","kjv_definition":"hundred."} +{"id":"H3970","strongs_number":"H3970","system":"hebrew","language":"hebrew","number_value":3970,"lemma":"מַאֲוַי","transliteration":"maʼăvay","pronunciation":"mah-av-ah'ee","derivation":"from H183 (אָוָה);","strongs_definition":"a desire","kjv_definition":"desire."} +{"id":"H3971","strongs_number":"H3971","system":"hebrew","language":"hebrew","number_value":3971,"lemma":"מאוּם","transliteration":"mʼûwm","pronunciation":"moom","derivation":"usually מוּם; as if passive participle from an unused root probably meaning","strongs_definition":"to stain; a blemish (physically or morally)","kjv_definition":"blemish, blot, spot."} +{"id":"H3972","strongs_number":"H3972","system":"hebrew","language":"hebrew","number_value":3972,"lemma":"מְאוּמָה","transliteration":"mᵉʼûwmâh","pronunciation":"meh-oo'-maw","derivation":"apparently a form of H3971 (מאוּם);","strongs_definition":"properly, a speck or point, i.e. (by implication) something; with negative, nothing","kjv_definition":"fault, [phrase] no(-ught), ought, somewhat, any (no-)thing."} +{"id":"H3973","strongs_number":"H3973","system":"hebrew","language":"hebrew","number_value":3973,"lemma":"מָאוֹס","transliteration":"mâʼôwç","pronunciation":"maw-oce'","derivation":"from H3988 (מָאַס);","strongs_definition":"refuse","kjv_definition":"refuse."} +{"id":"H3974","strongs_number":"H3974","system":"hebrew","language":"hebrew","number_value":3974,"lemma":"מָאוֹר","transliteration":"mâʼôwr","pronunciation":"maw-ore'","derivation":"or מָאֹר; also (in plural) feminine מְאוֹרָה; or מְאֹרָה; from H215 (אוֹר);","strongs_definition":"properly, a luminous body or luminary, i.e. (abstractly) light (as an element); figuratively, brightness, i.e.cheerfulness; specifically, a chandelier","kjv_definition":"bright, light."} +{"id":"H3975","strongs_number":"H3975","system":"hebrew","language":"hebrew","number_value":3975,"lemma":"מְאוּרָה","transliteration":"mᵉʼûwrâh","pronunciation":"meh-oo-raw'","derivation":"feminine passive participle of H215 (אוֹר);","strongs_definition":"something lighted, i.e. an aperture; by implication, a crevice or hole (of a serpent)","kjv_definition":"den."} +{"id":"H3976","strongs_number":"H3976","system":"hebrew","language":"hebrew","number_value":3976,"lemma":"מֹאזֵן","transliteration":"môʼzên","pronunciation":"mo-zane'","derivation":"from H239 (אָזַן);","strongs_definition":"(only in the dual) a pair of scales","kjv_definition":"balances."} +{"id":"H3977","strongs_number":"H3977","system":"hebrew","language":"hebrew","number_value":3977,"lemma":"מֹאזֵן","transliteration":"môʼzên","pronunciation":"mo-zane'","derivation":"(Aramaic) corresponding to H3976 (מֹאזֵן)","strongs_definition":"{(only in the dual) a pair of scales}","kjv_definition":"balances."} +{"id":"H3978","strongs_number":"H3978","system":"hebrew","language":"hebrew","number_value":3978,"lemma":"מַאֲכָל","transliteration":"maʼăkâl","pronunciation":"mah-ak-awl'","derivation":"from H398 (אָכַל);","strongs_definition":"an eatable (includ. provender, flesh and fruit)","kjv_definition":"food, fruit, (bake-)meat(-s), victual."} +{"id":"H3979","strongs_number":"H3979","system":"hebrew","language":"hebrew","number_value":3979,"lemma":"מַאֲכֶלֶת","transliteration":"maʼăkeleth","pronunciation":"mah-ak-eh'-leth","derivation":"from H398 (אָכַל);","strongs_definition":"something to eat with,i.e. a knife","kjv_definition":"knife."} +{"id":"H3980","strongs_number":"H3980","system":"hebrew","language":"hebrew","number_value":3980,"lemma":"מַאֲכֹלֶת","transliteration":"maʼăkôleth","pronunciation":"mah-ak-o'-leth","derivation":"from H398 (אָכַל);","strongs_definition":"something eaten (by fire), i.e. fuel","kjv_definition":"fuel."} +{"id":"H3981","strongs_number":"H3981","system":"hebrew","language":"hebrew","number_value":3981,"lemma":"מַאֲמָץ","transliteration":"maʼămâts","pronunciation":"mah-am-awts'","derivation":"from H553 (אָמַץ);","strongs_definition":"strength, i.e. (plural) resources","kjv_definition":"force."} +{"id":"H3982","strongs_number":"H3982","system":"hebrew","language":"hebrew","number_value":3982,"lemma":"מַאֲמַר","transliteration":"maʼămar","pronunciation":"mah-am-ar'","derivation":"from H559 (אָמַר);","strongs_definition":"something (authoritatively) said, i.e. an edict","kjv_definition":"commandment, decree."} +{"id":"H3983","strongs_number":"H3983","system":"hebrew","language":"hebrew","number_value":3983,"lemma":"מֵאמַר","transliteration":"mêʼmar","pronunciation":"may-mar'","derivation":"(Aramaic) corresponding to H3982 (מַאֲמַר)","strongs_definition":"{something (authoritatively) said, i.e. an edict}","kjv_definition":"appointment, word."} +{"id":"H3984","strongs_number":"H3984","system":"hebrew","language":"hebrew","number_value":3984,"lemma":"מָאן","transliteration":"mâʼn","pronunciation":"mawn","derivation":"(Aramaic) probably from a root corresponding to H579 (אָנָה) in the sense of an inclosure by sides;","strongs_definition":"a utensil","kjv_definition":"vessel."} +{"id":"H3985","strongs_number":"H3985","system":"hebrew","language":"hebrew","number_value":3985,"lemma":"מָאֵן","transliteration":"mâʼên","pronunciation":"maw-ane'","derivation":"a primitive root;","strongs_definition":"to refuse","kjv_definition":"refuse, [idiom] utterly."} +{"id":"H3986","strongs_number":"H3986","system":"hebrew","language":"hebrew","number_value":3986,"lemma":"מָאֵן","transliteration":"mâʼên","pronunciation":"maw-ane'","derivation":"from H3985 (מָאֵן);","strongs_definition":"unwilling","kjv_definition":"refuse."} +{"id":"H3987","strongs_number":"H3987","system":"hebrew","language":"hebrew","number_value":3987,"lemma":"מֵאֵן","transliteration":"mêʼên","pronunciation":"may-ane'","derivation":"from H3985 (מָאֵן);","strongs_definition":"refractory","kjv_definition":"refuse."} +{"id":"H3988","strongs_number":"H3988","system":"hebrew","language":"hebrew","number_value":3988,"lemma":"מָאַס","transliteration":"mâʼaç","pronunciation":"maw-as'","derivation":"a primitive root;","strongs_definition":"to spurn; also (intransitively) to disappear","kjv_definition":"abhor, cast away (off), contemn, despise, disdain, (become) loathe(some), melt away, refuse, reject, reprobate, [idiom] utterly, vile person."} +{"id":"H3989","strongs_number":"H3989","system":"hebrew","language":"hebrew","number_value":3989,"lemma":"מַאֲפֶה","transliteration":"maʼăpheh","pronunciation":"mah-af-eh'","derivation":"from H644 (אָפָה);","strongs_definition":"something baked, i.e. a batch","kjv_definition":"baken."} +{"id":"H3990","strongs_number":"H3990","system":"hebrew","language":"hebrew","number_value":3990,"lemma":"מַאֲפֵל","transliteration":"maʼăphêl","pronunciation":"mah-af-ale'","derivation":"from the same as H651 (אָפֵל);","strongs_definition":"something opaque","kjv_definition":"darkness."} +{"id":"H3991","strongs_number":"H3991","system":"hebrew","language":"hebrew","number_value":3991,"lemma":"מַאְפֵלְיָה","transliteration":"maʼphêlᵉyâh","pronunciation":"mah-af-ay-leh-yaw'","derivation":"prolonged feminine of H3990 (מַאֲפֵל);","strongs_definition":"opaqueness","kjv_definition":"darkness."} +{"id":"H3992","strongs_number":"H3992","system":"hebrew","language":"hebrew","number_value":3992,"lemma":"מָאַר","transliteration":"mâʼar","pronunciation":"maw-ar'","derivation":"a primitive root;","strongs_definition":"to be bitter or (causatively) to embitter, i.e. be painful","kjv_definition":"fretting, picking."} +{"id":"H3993","strongs_number":"H3993","system":"hebrew","language":"hebrew","number_value":3993,"lemma":"מַאֲרָב","transliteration":"maʼărâb","pronunciation":"mah-ar-awb'","derivation":"from H693 (אָרַב);","strongs_definition":"an ambuscade","kjv_definition":"lie in ambush, ambushment, lurking place, lying in wait."} +{"id":"H3994","strongs_number":"H3994","system":"hebrew","language":"hebrew","number_value":3994,"lemma":"מְאֵרָה","transliteration":"mᵉʼêrâh","pronunciation":"meh-ay-raw'","derivation":"from H779 (אָרַר);","strongs_definition":"an execration","kjv_definition":"curse."} +{"id":"H3995","strongs_number":"H3995","system":"hebrew","language":"hebrew","number_value":3995,"lemma":"מִבְדָּלָה","transliteration":"mibdâlâh","pronunciation":"mib-daw-law'","derivation":"from H914 (בָּדַל);","strongs_definition":"a separation, i.e. (concretely) a separate place","kjv_definition":"separate."} +{"id":"H3996","strongs_number":"H3996","system":"hebrew","language":"hebrew","number_value":3996,"lemma":"מָבוֹא","transliteration":"mâbôwʼ","pronunciation":"maw-bo'","derivation":"from H935 (בּוֹא); (with or without H8121 (שֶׁמֶשׁ))","strongs_definition":"an entrance (the place or the act); specifically sunset or the west; also (adverb with preposition) towards","kjv_definition":"by which came, as cometh, in coming, as men enter into, entering, entrance into, entry, where goeth, going down, [phrase] westward. Compare H4126 (מוֹבָא)."} +{"id":"H3997","strongs_number":"H3997","system":"hebrew","language":"hebrew","number_value":3997,"lemma":"מְבוֹאָה","transliteration":"mᵉbôwʼâh","pronunciation":"meb-o-aw'","derivation":"feminine of H3996 (מָבוֹא);","strongs_definition":"a haven","kjv_definition":"entry."} +{"id":"H3998","strongs_number":"H3998","system":"hebrew","language":"hebrew","number_value":3998,"lemma":"מְבוּכָה","transliteration":"mᵉbûwkâh","pronunciation":"meb-oo-kaw'","derivation":"from H943 (בּוּךְ);","strongs_definition":"perplexity","kjv_definition":"perplexity."} +{"id":"H3999","strongs_number":"H3999","system":"hebrew","language":"hebrew","number_value":3999,"lemma":"מַבּוּל","transliteration":"mabbûwl","pronunciation":"mab-bool'","derivation":"from H2986 (יָבַל) in the sense of flowing;","strongs_definition":"a deluge","kjv_definition":"flood."} +{"id":"H4000","strongs_number":"H4000","system":"hebrew","language":"hebrew","number_value":4000,"lemma":"מָבוֹן","transliteration":"mâbôwn","pronunciation":"maw-bone'","derivation":"from H995 (בִּין);","strongs_definition":"instructing","kjv_definition":"taught."} +{"id":"H4001","strongs_number":"H4001","system":"hebrew","language":"hebrew","number_value":4001,"lemma":"מְבוּסָה","transliteration":"mᵉbûwçâh","pronunciation":"meb-oo-saw'","derivation":"from H947 (בּוּס);","strongs_definition":"a trampling","kjv_definition":"treading (trodden) down (under foot)."} +{"id":"H4002","strongs_number":"H4002","system":"hebrew","language":"hebrew","number_value":4002,"lemma":"מַבּוּעַ","transliteration":"mabbûwaʻ","pronunciation":"mab-boo'-ah","derivation":"from H5042 (נָבַע);","strongs_definition":"a fountain","kjv_definition":"fountain, spring."} +{"id":"H4003","strongs_number":"H4003","system":"hebrew","language":"hebrew","number_value":4003,"lemma":"מְבוּקָה","transliteration":"mᵉbûwqâh","pronunciation":"meb-oo-kah'","derivation":"from the same as H950 (בּוּקָה);","strongs_definition":"emptiness","kjv_definition":"void."} +{"id":"H4004","strongs_number":"H4004","system":"hebrew","language":"hebrew","number_value":4004,"lemma":"מִבְחוֹר","transliteration":"mibchôwr","pronunciation":"mib-khore'","derivation":"from H977 (בָּחַר);","strongs_definition":"select, i.e. well fortified","kjv_definition":"choice."} +{"id":"H4005","strongs_number":"H4005","system":"hebrew","language":"hebrew","number_value":4005,"lemma":"מִבְחָר","transliteration":"mibchâr","pronunciation":"mib-khawr'","derivation":"from H977 (בָּחַר);","strongs_definition":"select, i.e. best","kjv_definition":"choice(-st), chosen."} +{"id":"H4006","strongs_number":"H4006","system":"hebrew","language":"hebrew","number_value":4006,"lemma":"מִבְחָר","transliteration":"Mibchâr","pronunciation":"mib-khawr'","derivation":"the same as H4005 (מִבְחָר);","strongs_definition":"Mibchar, an Israelite","kjv_definition":"Mibhar."} +{"id":"H4007","strongs_number":"H4007","system":"hebrew","language":"hebrew","number_value":4007,"lemma":"מַבָּט","transliteration":"mabbâṭ","pronunciation":"mab-bawt'","derivation":"or מֶבָּט; from H5027 (נָבַט);","strongs_definition":"something expected, i.e. (abstractly) expectation","kjv_definition":"expectation."} +{"id":"H4008","strongs_number":"H4008","system":"hebrew","language":"hebrew","number_value":4008,"lemma":"מִבְטָא","transliteration":"mibṭâʼ","pronunciation":"mib-taw'","derivation":"from H981 (בָּטָא);","strongs_definition":"a rash utterance (hasty vow)","kjv_definition":"(that which...) uttered (out of)."} +{"id":"H4009","strongs_number":"H4009","system":"hebrew","language":"hebrew","number_value":4009,"lemma":"מִבְטָח","transliteration":"mibṭâch","pronunciation":"mib-tawkh'","derivation":"from H982 (בָּטַח);","strongs_definition":"properly, a refuge, i.e. (objective) security, or (subjective) assurance","kjv_definition":"confidence, hope, sure, trust."} +{"id":"H4010","strongs_number":"H4010","system":"hebrew","language":"hebrew","number_value":4010,"lemma":"מַבְלִיגִית","transliteration":"mablîygîyth","pronunciation":"mab-leeg-eeth'","derivation":"from H1082 (בָּלַג);","strongs_definition":"desistance (or rather desolation)","kjv_definition":"comfort self."} +{"id":"H4011","strongs_number":"H4011","system":"hebrew","language":"hebrew","number_value":4011,"lemma":"מִבְנֶה","transliteration":"mibneh","pronunciation":"mib-neh'","derivation":"from H1129 (בָּנָה);","strongs_definition":"a building","kjv_definition":"frame."} +{"id":"H4012","strongs_number":"H4012","system":"hebrew","language":"hebrew","number_value":4012,"lemma":"מְבֻנַּי","transliteration":"Mᵉbunnay","pronunciation":"meb-oon-hah'-ee","derivation":"from H1129 (בָּנָה); built up;","strongs_definition":"Mebunnai, an Israelite","kjv_definition":"Mebunnai."} +{"id":"H4013","strongs_number":"H4013","system":"hebrew","language":"hebrew","number_value":4013,"lemma":"מִבְצָר","transliteration":"mibtsâr","pronunciation":"mib-tsawr'","derivation":"also (in plural) feminine (Daniel 11:l5) מִבְצָרָה; from H1219 (בָּצַר);","strongs_definition":"a fortification, castle, or fortified city; figuratively, a defender","kjv_definition":"(de-, most) fenced, fortress, (most) strong (hold)."} +{"id":"H4014","strongs_number":"H4014","system":"hebrew","language":"hebrew","number_value":4014,"lemma":"מִבְצָר","transliteration":"Mibtsâr","pronunciation":"mib-tsawr'","derivation":"the same as H4013 (מִבְצָר);","strongs_definition":"Mibtsar, an Idumaean","kjv_definition":"Mibzar."} +{"id":"H4015","strongs_number":"H4015","system":"hebrew","language":"hebrew","number_value":4015,"lemma":"מִבְרָח","transliteration":"mibrâch","pronunciation":"mib-rawkh'","derivation":"from H1272 (בָּרַח);","strongs_definition":"a refugee","kjv_definition":"fugitive."} +{"id":"H4016","strongs_number":"H4016","system":"hebrew","language":"hebrew","number_value":4016,"lemma":"מָבֻשׁ","transliteration":"mâbush","pronunciation":"maw-boosh'","derivation":"from H954 (בּוּשׁ);","strongs_definition":"(plural) the (male) pudenda","kjv_definition":"secrets."} +{"id":"H4017","strongs_number":"H4017","system":"hebrew","language":"hebrew","number_value":4017,"lemma":"מִבְשָׂם","transliteration":"Mibsâm","pronunciation":"mib-sawm'","derivation":"from the same as H1314 (בֶּשֶׂם); fragrant;","strongs_definition":"Mibsam, the name of an Ishmaelite and of an Israelite","kjv_definition":"Mibsam."} +{"id":"H4018","strongs_number":"H4018","system":"hebrew","language":"hebrew","number_value":4018,"lemma":"מְבַשְּׁלָה","transliteration":"mᵉbashshᵉlâh","pronunciation":"meb-ash-shel-aw'","derivation":"from H1310 (בָּשַׁל);","strongs_definition":"a cooking hearth","kjv_definition":"boiling-place."} +{"id":"H4019","strongs_number":"H4019","system":"hebrew","language":"hebrew","number_value":4019,"lemma":"מַגְבִּישׁ","transliteration":"Magbîysh","pronunciation":"mag-beesh'","derivation":"from the same as H1378 (גָּבִישׁ); stiffening;","strongs_definition":"Magbish, an Israelite, or a place in Palestine","kjv_definition":"Magbish."} +{"id":"H4020","strongs_number":"H4020","system":"hebrew","language":"hebrew","number_value":4020,"lemma":"מִגְבָּלָה","transliteration":"migbâlâh","pronunciation":"mig-baw-law'","derivation":"from H1379 (גָּבַל);","strongs_definition":"a border","kjv_definition":"end."} +{"id":"H4021","strongs_number":"H4021","system":"hebrew","language":"hebrew","number_value":4021,"lemma":"מִגְבָּעָה","transliteration":"migbâʻâh","pronunciation":"mig-baw-aw'","derivation":"from the same as H1389 (גִּבְעָה);","strongs_definition":"a cap (as hemispherical)","kjv_definition":"bonnet."} +{"id":"H4022","strongs_number":"H4022","system":"hebrew","language":"hebrew","number_value":4022,"lemma":"מֶגֶד","transliteration":"meged","pronunciation":"meh'-ghed","derivation":"from an unused root probably meaning to be eminent;","strongs_definition":"properly, a distinguished thing; hence something valuable, as aproduct or fruit","kjv_definition":"pleasant, precious fruit (thing)."} +{"id":"H4023","strongs_number":"H4023","system":"hebrew","language":"hebrew","number_value":4023,"lemma":"מְגִדּוֹן","transliteration":"Mᵉgiddôwn","pronunciation":"meg-id-done'","derivation":"(Zechariah H12 (אַבְדָן)) or מְגִדּוֹ; from H1413 (גָּדַד); rendezvous;","strongs_definition":"Megiddon or Megiddo, a place in Palestine","kjv_definition":"Megiddo, Megiddon."} +{"id":"H4024","strongs_number":"H4024","system":"hebrew","language":"hebrew","number_value":4024,"lemma":"מִגְדּוֹל","transliteration":"Migdôwl","pronunciation":"mig-dole'","derivation":"or מִגְדֹּל; probably of Egyptian origin;","strongs_definition":"Migdol, a place in Egypt","kjv_definition":"Migdol, tower."} +{"id":"H4025","strongs_number":"H4025","system":"hebrew","language":"hebrew","number_value":4025,"lemma":"מַגְדִּיאֵל","transliteration":"Magdîyʼêl","pronunciation":"mag-dee-ale'","derivation":"from H4022 (מֶגֶד) and H410 (אֵל); preciousness of God;","strongs_definition":"Magdiel, an Idumaean","kjv_definition":"Magdiel."} +{"id":"H4026","strongs_number":"H4026","system":"hebrew","language":"hebrew","number_value":4026,"lemma":"מִגְדָּל","transliteration":"migdâl","pronunciation":"mig-dawl'","derivation":"also (in plural) feminine מִגְדָּלָה; from H1431 (גָּדַל);","strongs_definition":"a tower (from its size or height); by analogy, a rostrum; figuratively, a (pyramidal) bed of flowers","kjv_definition":"castle, flower, tower. Compare the names following."} +{"id":"H4027","strongs_number":"H4027","system":"hebrew","language":"hebrew","number_value":4027,"lemma":"מִגְדַּל־אֵל","transliteration":"Migdal-ʼÊl","pronunciation":"mig-dal-ale'","derivation":"from H4026 (מִגְדָּל) and H410 (אֵל); tower of God;","strongs_definition":"Migdal-El, a place in Palestine","kjv_definition":"Migdal-el."} +{"id":"H4028","strongs_number":"H4028","system":"hebrew","language":"hebrew","number_value":4028,"lemma":"מִגְדַּל־גָּד","transliteration":"Migdal-Gâd","pronunciation":"migdal-gawd'","derivation":"from H4026 (מִגְדָּל) and H1408 (גַּד); tower of Fortune;","strongs_definition":"Migdal-Gad, a place in Palestine","kjv_definition":"Migdal-gad."} +{"id":"H4029","strongs_number":"H4029","system":"hebrew","language":"hebrew","number_value":4029,"lemma":"מִגְדַּל־עֵדֶר","transliteration":"Migdal-ʻÊder","pronunciation":"mig-dal'-ay'-der","derivation":"from H4026 (מִגְדָּל) and H5739 (עֵדֶר); tower of a flock;","strongs_definition":"Migdal-Eder, a place in Palestine","kjv_definition":"Migdal-eder, tower of the flock."} +{"id":"H4030","strongs_number":"H4030","system":"hebrew","language":"hebrew","number_value":4030,"lemma":"מִגְדָּנָה","transliteration":"migdânâh","pronunciation":"mig-daw-naw'","derivation":"from the same as H4022 (מֶגֶד);","strongs_definition":"preciousness, i.e. a gem","kjv_definition":"precious thing, present."} +{"id":"H4031","strongs_number":"H4031","system":"hebrew","language":"hebrew","number_value":4031,"lemma":"מָגוֹג","transliteration":"Mâgôwg","pronunciation":"maw-gogue'","derivation":"from H1463 (גּוֹג);","strongs_definition":"Magog, a son of Japheth; also a barbarous northern region","kjv_definition":"Magog."} +{"id":"H4032","strongs_number":"H4032","system":"hebrew","language":"hebrew","number_value":4032,"lemma":"מָגוֹר","transliteration":"mâgôwr","pronunciation":"maw-gore'","derivation":"or (Lamentations 2:22) מָגוּר; from H1481 (גּוּר) in the sense of fearing;","strongs_definition":"a fright (objective or subjective)","kjv_definition":"fear, terror. Compare H4036 (מָגוֹר מִסָּבִיב)."} +{"id":"H4033","strongs_number":"H4033","system":"hebrew","language":"hebrew","number_value":4033,"lemma":"מָגוּר","transliteration":"mâgûwr","pronunciation":"maw-goor'","derivation":"or מָגֻר; from H1481 (גּוּר) in the sense of lodging;","strongs_definition":"a temporary abode; by extension, a permanent residence","kjv_definition":"dwelling, pilgrimage, where sojourn, be a stranger. Compare H4032 (מָגוֹר)."} +{"id":"H4034","strongs_number":"H4034","system":"hebrew","language":"hebrew","number_value":4034,"lemma":"מְגוֹרַה","transliteration":"mᵉgôwrah","pronunciation":"meg-o-raw'","derivation":"feminine of H4032 (מָגוֹר);","strongs_definition":"affright","kjv_definition":"fear."} +{"id":"H4035","strongs_number":"H4035","system":"hebrew","language":"hebrew","number_value":4035,"lemma":"מְגוּרָה","transliteration":"mᵉgûwrâh","pronunciation":"meg-oo-raw'","derivation":"feminine of H4032 (מָגוֹר) or of H4033 (מָגוּר);","strongs_definition":"a fright; also a granary","kjv_definition":"barn, fear."} +{"id":"H4036","strongs_number":"H4036","system":"hebrew","language":"hebrew","number_value":4036,"lemma":"מָגוֹר מִסָּבִיב","transliteration":"Mâgôwr miç-Çâbîyb","pronunciation":"maw-gore' mis-saw-beeb'","derivation":"from H4032 (מָגוֹר) and H5439 (סָבִיב) with the preposition inserted; affright from around;","strongs_definition":"Magor-mis-Sabib, a symbolic name of Pashur","kjv_definition":"Magormissabib."} +{"id":"H4037","strongs_number":"H4037","system":"hebrew","language":"hebrew","number_value":4037,"lemma":"מַגְזֵרָה","transliteration":"magzêrâh","pronunciation":"mag-zay-raw'","derivation":"from H1504 (גָּזַר);","strongs_definition":"a cutting implement, i.e. a blade","kjv_definition":"axe."} +{"id":"H4038","strongs_number":"H4038","system":"hebrew","language":"hebrew","number_value":4038,"lemma":"מַגָּל","transliteration":"maggâl","pronunciation":"mag-gawl'","derivation":"from an unused root meaning to reap;","strongs_definition":"a sickle","kjv_definition":"sickle."} +{"id":"H4039","strongs_number":"H4039","system":"hebrew","language":"hebrew","number_value":4039,"lemma":"מְגִלָּה","transliteration":"mᵉgillâh","pronunciation":"meg-il-law'","derivation":"from H1556 (גָּלַל);","strongs_definition":"a roll","kjv_definition":"roll, volume."} +{"id":"H4040","strongs_number":"H4040","system":"hebrew","language":"hebrew","number_value":4040,"lemma":"מְגִלָּה","transliteration":"mᵉgillâh","pronunciation":"meg-il-law'","derivation":"(Aramaic) corresponding to H4039 (מְגִלָּה)","strongs_definition":"{a roll}","kjv_definition":"roll."} +{"id":"H4041","strongs_number":"H4041","system":"hebrew","language":"hebrew","number_value":4041,"lemma":"מְגַמָּה","transliteration":"mᵉgammâh","pronunciation":"meg-am-maw'","derivation":"from the same as H1571 (גַּם);","strongs_definition":"properly, accumulation, i.e. impulse or direction","kjv_definition":"sup up."} +{"id":"H4042","strongs_number":"H4042","system":"hebrew","language":"hebrew","number_value":4042,"lemma":"מָגַן","transliteration":"mâgan","pronunciation":"maw-gan'","derivation":"a denominative from H4043 (מָגֵן);","strongs_definition":"properly, to shield; encompass with; figuratively, to rescue, to hand safely over (i.e. surrender)","kjv_definition":"deliver."} +{"id":"H4043","strongs_number":"H4043","system":"hebrew","language":"hebrew","number_value":4043,"lemma":"מָגֵן","transliteration":"mâgên","pronunciation":"maw-gane'","derivation":"also (in plural) feminine מְגִנָּה; from H1598 (גָּנַן);","strongs_definition":"a shield (i.e. the small one or buckler); figuratively, a protector; also the scaly hide of the crocodile","kjv_definition":"[idiom] armed, buckler, defence, ruler, [phrase] scale, shield."} +{"id":"H4044","strongs_number":"H4044","system":"hebrew","language":"hebrew","number_value":4044,"lemma":"מְגִנָּה","transliteration":"mᵉginnâh","pronunciation":"meg-in-naw'","derivation":"from H4042 (מָגַן);","strongs_definition":"a covering (in a bad sense), i.e. blindness or obduracy","kjv_definition":"sorrow. See also H4043 (מָגֵן)."} +{"id":"H4045","strongs_number":"H4045","system":"hebrew","language":"hebrew","number_value":4045,"lemma":"מִגְעֶרֶת","transliteration":"migʻereth","pronunciation":"mig-eh'-reth","derivation":"from H1605 (גָּעַר);","strongs_definition":"reproof (i.e. curse)","kjv_definition":"rebuke."} +{"id":"H4046","strongs_number":"H4046","system":"hebrew","language":"hebrew","number_value":4046,"lemma":"מַגֵּפָה","transliteration":"maggêphâh","pronunciation":"mag-gay-faw'","derivation":"from H5062 (נָגַף);","strongs_definition":"a pestilence; by analogy, defeat","kjv_definition":"([idiom] be) plague(-d), slaughter, stroke."} +{"id":"H4047","strongs_number":"H4047","system":"hebrew","language":"hebrew","number_value":4047,"lemma":"מַגְפִּיעָשׁ","transliteration":"Magpîyʻâsh","pronunciation":"mag-pee-awsh'","derivation":"apparently from H1479 (גּוּף) or H5062 (נָגַף) and H6211 (עָשׁ); exterminator of (the) moth;","strongs_definition":"Magpiash, an Israelite","kjv_definition":"Magpiash."} +{"id":"H4048","strongs_number":"H4048","system":"hebrew","language":"hebrew","number_value":4048,"lemma":"מָגַר","transliteration":"mâgar","pronunciation":"maw-gar'","derivation":"a primitive root;","strongs_definition":"to yield up; intensively, to precipitate","kjv_definition":"cast down, terror."} +{"id":"H4049","strongs_number":"H4049","system":"hebrew","language":"hebrew","number_value":4049,"lemma":"מְגַר","transliteration":"mᵉgar","pronunciation":"meg-ar'","derivation":"(Aramaic) corresponding to H4048 (מָגַר);","strongs_definition":"to overthrow","kjv_definition":"destroy."} +{"id":"H4050","strongs_number":"H4050","system":"hebrew","language":"hebrew","number_value":4050,"lemma":"מְגֵרָה","transliteration":"mᵉgêrâh","pronunciation":"meg-ay-raw'","derivation":"from H1641 (גָּרַר);","strongs_definition":"a saw","kjv_definition":"axe, saw."} +{"id":"H4051","strongs_number":"H4051","system":"hebrew","language":"hebrew","number_value":4051,"lemma":"מִגְרוֹן","transliteration":"Migrôwn","pronunciation":"mig-rone'","derivation":"from H4048 (מָגַר); precipice;","strongs_definition":"Migron, a place in Palestine","kjv_definition":"Migron."} +{"id":"H4052","strongs_number":"H4052","system":"hebrew","language":"hebrew","number_value":4052,"lemma":"מִגְרָעָה","transliteration":"migrâʻâh","pronunciation":"mig-raw-aw'","derivation":"from H1639 (גָּרַע);","strongs_definition":"a ledge or offset","kjv_definition":"narrowed rest."} +{"id":"H4053","strongs_number":"H4053","system":"hebrew","language":"hebrew","number_value":4053,"lemma":"מִגְרָפָה","transliteration":"migrâphâh","pronunciation":"mig-raw-faw'","derivation":"from H1640 (גָּרַף);","strongs_definition":"something thrown off (by the spade), i.e. a clod","kjv_definition":"clod."} +{"id":"H4054","strongs_number":"H4054","system":"hebrew","language":"hebrew","number_value":4054,"lemma":"מִגְרָשׁ","transliteration":"migrâsh","pronunciation":"mig-rawsh'","derivation":"also (in plural) feminine (Ezekiel 27:28) מִגְרָשָׁה; from H1644 (גָּרַשׁ);","strongs_definition":"a suburb (i.e. open country whither flocks are driven from pasture); hence, the area around abuilding, or the margin of the sea","kjv_definition":"cast out, suburb."} +{"id":"H4055","strongs_number":"H4055","system":"hebrew","language":"hebrew","number_value":4055,"lemma":"מַד","transliteration":"mad","pronunciation":"mad","derivation":"or מֵד; from H4058 (מָדַד);","strongs_definition":"properly, extent, i.e. height; also a measure; by implication, a vesture (as measured); also a carpet","kjv_definition":"armour, clothes, garment, judgment, measure, raiment, stature."} +{"id":"H4056","strongs_number":"H4056","system":"hebrew","language":"hebrew","number_value":4056,"lemma":"מַדְבַּח","transliteration":"madbach","pronunciation":"mad-bakh'","derivation":"(Aramaic) from H1684 (דְּבַח);","strongs_definition":"a sacrificial altar","kjv_definition":"altar."} +{"id":"H4057","strongs_number":"H4057","system":"hebrew","language":"hebrew","number_value":4057,"lemma":"מִדְבָּר","transliteration":"midbâr","pronunciation":"mid-bawr'","derivation":"from H1696 (דָבַר) in the sense of driving;","strongs_definition":"a pasture (i.e. open field, whither cattle are driven); by implication, a desert; also speech (including its organs)","kjv_definition":"desert, south, speech, wilderness."} +{"id":"H4058","strongs_number":"H4058","system":"hebrew","language":"hebrew","number_value":4058,"lemma":"מָדַד","transliteration":"mâdad","pronunciation":"maw-dad'","derivation":"a primitive root;","strongs_definition":"properly, to stretch; by implication, to measure (as if by stretching a line); figuratively, to be extended","kjv_definition":"measure, mete, stretch self."} +{"id":"H4059","strongs_number":"H4059","system":"hebrew","language":"hebrew","number_value":4059,"lemma":"מִדַּד","transliteration":"middad","pronunciation":"mid-dad'","derivation":"from H5074 (נָדַד);","strongs_definition":"flight","kjv_definition":"be gone."} +{"id":"H4060","strongs_number":"H4060","system":"hebrew","language":"hebrew","number_value":4060,"lemma":"מִדָּה","transliteration":"middâh","pronunciation":"mid-daw'","derivation":"feminine of H4055 (מַד);","strongs_definition":"properly, extension, i.e. height or breadth; also a measure (including its standard); hence a portion (as measured) or a vestment; specifically, tribute (as measured)","kjv_definition":"garment, measure(-ing, meteyard, piece, size, (great) stature, tribute, wide."} +{"id":"H4061","strongs_number":"H4061","system":"hebrew","language":"hebrew","number_value":4061,"lemma":"מִדָּה","transliteration":"middâh","pronunciation":"mid-daw'","derivation":"(Aramaic) or מִנְדָּה; (Aramaic), corresponding to H4060 (מִדָּה);","strongs_definition":"tribute in money","kjv_definition":"toll, tribute."} +{"id":"H4062","strongs_number":"H4062","system":"hebrew","language":"hebrew","number_value":4062,"lemma":"מַדְהֵבָה","transliteration":"madhêbâh","pronunciation":"mad-hay-baw'","derivation":"perhaps from the equivalent of H1722 (דְּהַב);","strongs_definition":"goldmaking, i.e. exactness","kjv_definition":"golden city."} +{"id":"H4063","strongs_number":"H4063","system":"hebrew","language":"hebrew","number_value":4063,"lemma":"מֶדֶו","transliteration":"medev","pronunciation":"meh'-dev","derivation":"from an unused root meaning to stretch;","strongs_definition":"properly, extent, i.e. measure; by implication, a dress (as measured)","kjv_definition":"garment."} +{"id":"H4064","strongs_number":"H4064","system":"hebrew","language":"hebrew","number_value":4064,"lemma":"מַדְוֶה","transliteration":"madveh","pronunciation":"mad-veh'","derivation":"from H1738 (דָּוָה);","strongs_definition":"sickness","kjv_definition":"disease."} +{"id":"H4065","strongs_number":"H4065","system":"hebrew","language":"hebrew","number_value":4065,"lemma":"מַדּוּחַ","transliteration":"maddûwach","pronunciation":"mad-doo'akh","derivation":"from H5080 (נָדַח);","strongs_definition":"seduction","kjv_definition":"cause of banishment."} +{"id":"H4066","strongs_number":"H4066","system":"hebrew","language":"hebrew","number_value":4066,"lemma":"מָדוֹן","transliteration":"mâdôwn","pronunciation":"maw-dohn'","derivation":"from H1777 (דִּין);","strongs_definition":"a contest or quarrel","kjv_definition":"brawling, contention(-ous), discord, strife. Compare H4079 (מִדְיָן), H4090 (מְדָן)."} +{"id":"H4067","strongs_number":"H4067","system":"hebrew","language":"hebrew","number_value":4067,"lemma":"מָדוֹן","transliteration":"mâdôwn","pronunciation":"maw-dohn'","derivation":"from the same as H4063 (מֶדֶו);","strongs_definition":"extensiveness, i.e. height","kjv_definition":"stature."} +{"id":"H4068","strongs_number":"H4068","system":"hebrew","language":"hebrew","number_value":4068,"lemma":"מָדוֹן","transliteration":"Mâdôwn","pronunciation":"maw-dohn'","derivation":"the same as H4067 (מָדוֹן);","strongs_definition":"Madon, a place in Palestine","kjv_definition":"Madon."} +{"id":"H4069","strongs_number":"H4069","system":"hebrew","language":"hebrew","number_value":4069,"lemma":"מַדּוּעַ","transliteration":"maddûwaʻ","pronunciation":"mad-doo'-ah","derivation":"or מַדֻּעַ; from H4100 (מָה) and the passive participle of H3045 (יָדַע);","strongs_definition":"what (is) known?; i.e. (by implication) (adverbially) why?","kjv_definition":"how, wherefore, why."} +{"id":"H4070","strongs_number":"H4070","system":"hebrew","language":"hebrew","number_value":4070,"lemma":"מְדוֹר","transliteration":"mᵉdôwr","pronunciation":"med-ore'","derivation":"(Aramaic) or מְדֹר; (Aramaic), or מְדָר; (Aramaic), from H1753 (דּוּר);","strongs_definition":"a dwelling","kjv_definition":"dwelling."} +{"id":"H4071","strongs_number":"H4071","system":"hebrew","language":"hebrew","number_value":4071,"lemma":"מְדוּרָה","transliteration":"mᵉdûwrâh","pronunciation":"med-oo-raw'","derivation":"or מְדֻרָה; from H1752 (דּוּר) in the sense of accumulation;","strongs_definition":"a pile of fuel","kjv_definition":"pile (for fire)."} +{"id":"H4072","strongs_number":"H4072","system":"hebrew","language":"hebrew","number_value":4072,"lemma":"מִדְחֶה","transliteration":"midcheh","pronunciation":"mid-kheh'","derivation":"from H1760 (דָּחָה);","strongs_definition":"overthrow","kjv_definition":"ruin."} +{"id":"H4073","strongs_number":"H4073","system":"hebrew","language":"hebrew","number_value":4073,"lemma":"מְדַחְפָה","transliteration":"mᵉdachphâh","pronunciation":"med-akh-faw'","derivation":"from H1765 (דָּחַף);","strongs_definition":"a push, i.e. ruin","kjv_definition":"overthrow."} +{"id":"H4074","strongs_number":"H4074","system":"hebrew","language":"hebrew","number_value":4074,"lemma":"מָדַי","transliteration":"Mâday","pronunciation":"maw-dah'-ee","derivation":"of foreign derivation;","strongs_definition":"Madai, a country of central Asia","kjv_definition":"Madai, Medes, Media."} +{"id":"H4075","strongs_number":"H4075","system":"hebrew","language":"hebrew","number_value":4075,"lemma":"מָדַי","transliteration":"Mâday","pronunciation":"maw-dah'-ee","derivation":"patrial from H4074 (מָדַי);","strongs_definition":"a Madian or native of Madai","kjv_definition":"Mede."} +{"id":"H4076","strongs_number":"H4076","system":"hebrew","language":"hebrew","number_value":4076,"lemma":"מָדַי","transliteration":"Mâday","pronunciation":"maw-dah'-ee","derivation":"(Aramaic) corresponding to H4074 (מָדַי)","strongs_definition":"{Madai, a country of central Asia}","kjv_definition":"Mede(-s)."} +{"id":"H4077","strongs_number":"H4077","system":"hebrew","language":"hebrew","number_value":4077,"lemma":"מָדַי","transliteration":"Mâday","pronunciation":"maw-dah'-ee","derivation":"(Aramaic) corresponding to H4075 (מָדַי)","strongs_definition":"{a Madian or native of Madai}","kjv_definition":"Median."} +{"id":"H4078","strongs_number":"H4078","system":"hebrew","language":"hebrew","number_value":4078,"lemma":"מַדַּי","transliteration":"madday","pronunciation":"mad-dah'-ee","derivation":"from H4100 (מָה) and H1767 (דַּי);","strongs_definition":"what (is) enough, i.e. sufficiently","kjv_definition":"sufficiently."} +{"id":"H4079","strongs_number":"H4079","system":"hebrew","language":"hebrew","number_value":4079,"lemma":"מִדְיָן","transliteration":"midyân","pronunciation":"mid-yawn'","derivation":"a variation for H4066 (מָדוֹן)","strongs_definition":"{a contest or quarrel}","kjv_definition":"brawling, contention(-ous)."} +{"id":"H4080","strongs_number":"H4080","system":"hebrew","language":"hebrew","number_value":4080,"lemma":"מִדְיָן","transliteration":"Midyân","pronunciation":"mid-yawn'","derivation":"the same as H4079 (מִדְיָן);","strongs_definition":"Midjan, a son of Abraham; also his country and (collectively) his descendants","kjv_definition":"Midian, Midianite."} +{"id":"H4081","strongs_number":"H4081","system":"hebrew","language":"hebrew","number_value":4081,"lemma":"מִדִּין","transliteration":"Middîyn","pronunciation":"mid-deen'","derivation":"a variation for H4080 (מִדְיָן)","strongs_definition":"{Midjan, a son of Abraham; also his country and (collectively) his descendants}","kjv_definition":"Middin."} +{"id":"H4082","strongs_number":"H4082","system":"hebrew","language":"hebrew","number_value":4082,"lemma":"מְדִינָה","transliteration":"mᵉdîynâh","pronunciation":"med-ee-naw'","derivation":"from H1777 (דִּין);","strongs_definition":"properly, a judgeship, i.e. jurisdiction; by implication, a district (as ruled by a judge); generally, a region","kjv_definition":"([idiom] every) province."} +{"id":"H4083","strongs_number":"H4083","system":"hebrew","language":"hebrew","number_value":4083,"lemma":"מְדִינָה","transliteration":"mᵉdîynâh","pronunciation":"med-ee-naw'","derivation":"(Aramaic) corresponding to H4082 (מְדִינָה)","strongs_definition":"{properly, a judgeship, i.e. jurisdiction; by implication, a district (as ruled by a judge); generally, a region}","kjv_definition":"province."} +{"id":"H4084","strongs_number":"H4084","system":"hebrew","language":"hebrew","number_value":4084,"lemma":"מִדְיָנִי","transliteration":"Midyânîy","pronunciation":"mid-yaw-nee'","derivation":"patronymical or patrial from H4080 (מִדְיָן);","strongs_definition":"a Midjanite or descendant (native) of Midjan","kjv_definition":"Midianite. Compare H4092 (מְדָנִי)."} +{"id":"H4085","strongs_number":"H4085","system":"hebrew","language":"hebrew","number_value":4085,"lemma":"מְדֹכָה","transliteration":"mᵉdôkâh","pronunciation":"med-o-kaw'","derivation":"from H1743 (דּוּךְ);","strongs_definition":"a mortar","kjv_definition":"mortar."} +{"id":"H4086","strongs_number":"H4086","system":"hebrew","language":"hebrew","number_value":4086,"lemma":"מַדְמֵן","transliteration":"Madmên","pronunciation":"mad-mane'","derivation":"from the same as H1828 (דֹּמֶן); dunghill;","strongs_definition":"Madmen, a place in Palestine","kjv_definition":"Madmen."} +{"id":"H4087","strongs_number":"H4087","system":"hebrew","language":"hebrew","number_value":4087,"lemma":"מַדְמֵנָה","transliteration":"madmênâh","pronunciation":"mad-may-naw'","derivation":"feminine from the same as H1828 (דֹּמֶן);","strongs_definition":"a dunghill","kjv_definition":"dunghill."} +{"id":"H4088","strongs_number":"H4088","system":"hebrew","language":"hebrew","number_value":4088,"lemma":"מַדְמֵנָה","transliteration":"Madmênâh","pronunciation":"mad-may-naw'","derivation":"the same as H4087 (מַדְמֵנָה);","strongs_definition":"Madmenah, a place in Palestine","kjv_definition":"Madmenah."} +{"id":"H4089","strongs_number":"H4089","system":"hebrew","language":"hebrew","number_value":4089,"lemma":"מַדְמַנָּה","transliteration":"Madmannâh","pronunciation":"mad-man-naw'","derivation":"a variation for H4087 (מַדְמֵנָה);","strongs_definition":"Madmannah, a place in Palestine","kjv_definition":"Madmannah."} +{"id":"H4090","strongs_number":"H4090","system":"hebrew","language":"hebrew","number_value":4090,"lemma":"מְדָן","transliteration":"mᵉdân","pronunciation":"med-awn'","derivation":"a form of H4066 (מָדוֹן)","strongs_definition":"{a contest or quarrel}","kjv_definition":"discord, strife."} +{"id":"H4091","strongs_number":"H4091","system":"hebrew","language":"hebrew","number_value":4091,"lemma":"מְדָן","transliteration":"Mᵉdân","pronunciation":"med-awn'","derivation":"the same as H4090 (מְדָן);","strongs_definition":"Medan, a son of Abraham","kjv_definition":"Medan."} +{"id":"H4092","strongs_number":"H4092","system":"hebrew","language":"hebrew","number_value":4092,"lemma":"מְדָנִי","transliteration":"Mᵉdânîy","pronunciation":"med-aw-nee'","derivation":"a variation of H4084 (מִדְיָנִי)","strongs_definition":"{a Midjanite or descendant (native) of Midjan}","kjv_definition":"Midianite."} +{"id":"H4093","strongs_number":"H4093","system":"hebrew","language":"hebrew","number_value":4093,"lemma":"מַדָּע","transliteration":"maddâʻ","pronunciation":"mad-daw'","derivation":"or מַדַּע; from H3045 (יָדַע);","strongs_definition":"intelligence or consciousness","kjv_definition":"knowledge, science, thought."} +{"id":"H4094","strongs_number":"H4094","system":"hebrew","language":"hebrew","number_value":4094,"lemma":"מַדְקָרָה","transliteration":"madqârâh","pronunciation":"mad-kaw-raw'","derivation":"from H1856 (דָּקַר);","strongs_definition":"a wound","kjv_definition":"piercing."} +{"id":"H4095","strongs_number":"H4095","system":"hebrew","language":"hebrew","number_value":4095,"lemma":"מַדְרֵגָה","transliteration":"madrêgâh","pronunciation":"mad-ray-gaw'","derivation":"from an unused root meaning to step;","strongs_definition":"properly, a step; by implication, a steep or inaccessible place","kjv_definition":"stair, steep place."} +{"id":"H4096","strongs_number":"H4096","system":"hebrew","language":"hebrew","number_value":4096,"lemma":"מִדְרָךְ","transliteration":"midrâk","pronunciation":"mid-rawk'","derivation":"from H1869 (דָּרַךְ);","strongs_definition":"a treading, i.e. a place for stepping on","kjv_definition":"(foot-) breadth."} +{"id":"H4097","strongs_number":"H4097","system":"hebrew","language":"hebrew","number_value":4097,"lemma":"מִדְרָשׁ","transliteration":"midrâsh","pronunciation":"mid-rawsh'","derivation":"from H1875 (דָּרַשׁ);","strongs_definition":"properly, an investigation, i.e. (by implication) a treatise or elaborate compilation","kjv_definition":"story."} +{"id":"H4098","strongs_number":"H4098","system":"hebrew","language":"hebrew","number_value":4098,"lemma":"מְדֻשָּׁה","transliteration":"mᵉdushshâh","pronunciation":"med-oosh-shaw'","derivation":"from H1758 (דּוּשׁ);","strongs_definition":"a threshing, i.e. (concretely and figuratively) down-trodden people","kjv_definition":"threshing."} +{"id":"H4099","strongs_number":"H4099","system":"hebrew","language":"hebrew","number_value":4099,"lemma":"מְדָתָא","transliteration":"Mᵉdâthâʼ","pronunciation":"med-aw-thaw'","derivation":"of Persian origin;","strongs_definition":"Medatha, the father of Haman","kjv_definition":"Hammedatha (including the article)."} +{"id":"H4100","strongs_number":"H4100","system":"hebrew","language":"hebrew","number_value":4100,"lemma":"מָה","transliteration":"mâh","pronunciation":"maw","derivation":"or מַה; or מָ; or מַ; also מֶה; a primitive particle;","strongs_definition":"properly, interrogative what? (including how? why? when?); but also exclamation, what! (including how!), or indefinitely what (including whatever, and even relatively, that which); often used with prefixes in various adverbial or conjunctive senses","kjv_definition":"how (long, oft, (-soever)), (no-) thing, what (end, good, purpose, thing), whereby(-fore, -in, -to, -with), (for) why."} +{"id":"H4101","strongs_number":"H4101","system":"hebrew","language":"hebrew","number_value":4101,"lemma":"מָה","transliteration":"mâh","pronunciation":"maw","derivation":"(Aramaic) corresponding to H4100 (מָה)","strongs_definition":"{properly, interrogative what? (including how? why? when?); but also exclamation, what! (including how!), or indefinitely what}","kjv_definition":"how great (mighty), that which, what(-soever), why."} +{"id":"H4102","strongs_number":"H4102","system":"hebrew","language":"hebrew","number_value":4102,"lemma":"מָהַהּ","transliteration":"mâhahh","pronunciation":"maw-hah'","derivation":"apparently a denominative from H4100 (מָה);","strongs_definition":"properly, to question or hesitate, i.e. (by implication) to be reluctant","kjv_definition":"delay, linger, stay selves, tarry."} +{"id":"H4103","strongs_number":"H4103","system":"hebrew","language":"hebrew","number_value":4103,"lemma":"מְהוּמָה","transliteration":"mᵉhûwmâh","pronunciation":"meh-hoo-maw'","derivation":"from H1949 (הוּם);","strongs_definition":"confusion or uproar","kjv_definition":"destruction, discomfiture, trouble, tumult, vexation, vexed."} +{"id":"H4104","strongs_number":"H4104","system":"hebrew","language":"hebrew","number_value":4104,"lemma":"מְהוּמָן","transliteration":"Mᵉhûwmân","pronunciation":"meh-hoo-mawn'","derivation":"of Persian origin;","strongs_definition":"Mehuman, a eunuch of Xerxes","kjv_definition":"Mehuman."} +{"id":"H4105","strongs_number":"H4105","system":"hebrew","language":"hebrew","number_value":4105,"lemma":"מְהֵיטַבְאֵל","transliteration":"Mᵉhêyṭabʼêl","pronunciation":"meh-hay-tab-ale'","derivation":"from H3190 (יָטַב) (augmented) and H410 (אֵל); bettered of God;","strongs_definition":"Mehetabel, the name of an Edomitish man and woman","kjv_definition":"Mehetabeel, Mehetabel."} +{"id":"H4106","strongs_number":"H4106","system":"hebrew","language":"hebrew","number_value":4106,"lemma":"מָהִיר","transliteration":"mâhîyr","pronunciation":"maw-here'","derivation":"or מָהִר; from H4116 (מָהַר);","strongs_definition":"quick; hence, skilful","kjv_definition":"diligent, hasty, ready."} +{"id":"H4107","strongs_number":"H4107","system":"hebrew","language":"hebrew","number_value":4107,"lemma":"מָהַל","transliteration":"mâhal","pronunciation":"maw-hal'","derivation":"a primitive root;","strongs_definition":"properly, to cut down or reduce, i.e. by implication, to adulterate","kjv_definition":"mixed."} +{"id":"H4108","strongs_number":"H4108","system":"hebrew","language":"hebrew","number_value":4108,"lemma":"מַהְלֵךְ","transliteration":"mahlêk","pronunciation":"mah-lake'","derivation":"from H1980 (הָלַךְ);","strongs_definition":"a walking (plural collectively), i.e. access","kjv_definition":"place to walk."} +{"id":"H4109","strongs_number":"H4109","system":"hebrew","language":"hebrew","number_value":4109,"lemma":"מַהֲלָךְ","transliteration":"mahălâk","pronunciation":"mah-hal-awk'","derivation":"from H1980 (הָלַךְ);","strongs_definition":"a walk, i.e. a passage or a distance","kjv_definition":"journey, walk."} +{"id":"H4110","strongs_number":"H4110","system":"hebrew","language":"hebrew","number_value":4110,"lemma":"מַהֲלָל","transliteration":"mahălâl","pronunciation":"mah-hal-awl'","derivation":"from H1984 (הָלַל);","strongs_definition":"fame","kjv_definition":"praise."} +{"id":"H4111","strongs_number":"H4111","system":"hebrew","language":"hebrew","number_value":4111,"lemma":"מַהֲלַלְאֵל","transliteration":"Mahălalʼêl","pronunciation":"mah-hal-al-ale'","derivation":"from H4110 (מַהֲלָל) and H410 (אֵל); praise of God;","strongs_definition":"Mahalalel, the name of an antediluvian patriarch and of an Israelite","kjv_definition":"Mahalaleel."} +{"id":"H4112","strongs_number":"H4112","system":"hebrew","language":"hebrew","number_value":4112,"lemma":"מַהֲלֻמָּה","transliteration":"mahălummâh","pronunciation":"mah-hal-oom-maw'","derivation":"from H1986 (הָלַם);","strongs_definition":"a blow","kjv_definition":"stripe, stroke."} +{"id":"H4113","strongs_number":"H4113","system":"hebrew","language":"hebrew","number_value":4113,"lemma":"מַהֲמֹרָה","transliteration":"mahămôrâh","pronunciation":"mah-ham-o-raw'","derivation":"from an unused root of uncertain meaning;","strongs_definition":"perhaps an abyss","kjv_definition":"deep pit."} +{"id":"H4114","strongs_number":"H4114","system":"hebrew","language":"hebrew","number_value":4114,"lemma":"מַהְפֵּכָה","transliteration":"mahpêkâh","pronunciation":"mah-pay-kaw'","derivation":"from H2015 (הָפַךְ);","strongs_definition":"a destruction","kjv_definition":"when...overthrew, overthrow(-n)."} +{"id":"H4115","strongs_number":"H4115","system":"hebrew","language":"hebrew","number_value":4115,"lemma":"מַהְפֶּכֶת","transliteration":"mahpeketh","pronunciation":"mah-peh'-keth","derivation":"from H2015 (הָפַךְ);","strongs_definition":"a wrench, i.e. the stocks","kjv_definition":"prison, stocks."} +{"id":"H4116","strongs_number":"H4116","system":"hebrew","language":"hebrew","number_value":4116,"lemma":"מָהַר","transliteration":"mâhar","pronunciation":"maw-har'","derivation":"a primitive root;","strongs_definition":"properly, to be liquid or flow easily, i.e. (by implication); to hurry (in a good or a bad sense); often used (with another verb) adverbially, promptly","kjv_definition":"be carried headlong, fearful, (cause to make, in, make) haste(-n, -ily), (be) hasty, (fetch, make ready) [idiom] quickly, rash, [idiom] shortly, (be so) [idiom] soon, make speed, [idiom] speedily, [idiom] straightway, [idiom] suddenly, swift."} +{"id":"H4117","strongs_number":"H4117","system":"hebrew","language":"hebrew","number_value":4117,"lemma":"מָהַר","transliteration":"mâhar","pronunciation":"maw-har'","derivation":"a primitive root (perhaps rather the same as H4116 (מָהַר) through the idea of readiness in assent);","strongs_definition":"to bargain (for a wife), i.e. to wed","kjv_definition":"endow, [idiom] surely."} +{"id":"H4118","strongs_number":"H4118","system":"hebrew","language":"hebrew","number_value":4118,"lemma":"מַהֵר","transliteration":"mahêr","pronunciation":"mah-hare'","derivation":"from H4116 (מָהַר);","strongs_definition":"properly, hurrying; hence (adverbially) in ahurry","kjv_definition":"hasteth, hastily, at once, quickly, soon, speedily, suddenly."} +{"id":"H4119","strongs_number":"H4119","system":"hebrew","language":"hebrew","number_value":4119,"lemma":"מֹהַר","transliteration":"môhar","pronunciation":"mo'-har","derivation":"from H4117 (מָהַר);","strongs_definition":"a price (for a wife)","kjv_definition":"dowry."} +{"id":"H4120","strongs_number":"H4120","system":"hebrew","language":"hebrew","number_value":4120,"lemma":"מְהֵרָה","transliteration":"mᵉhêrâh","pronunciation":"meh-hay-raw'","derivation":"feminine of H4118 (מַהֵר);","strongs_definition":"properly, a hurry; hence (adverbially) promptly","kjv_definition":"hastily, quickly, shortly, soon, make (with) speed(-ily), swiftly."} +{"id":"H4121","strongs_number":"H4121","system":"hebrew","language":"hebrew","number_value":4121,"lemma":"מַהֲרַי","transliteration":"Mahăray","pronunciation":"mah-har-ah'-ee","derivation":"from H4116 (מָהַר); hasty;","strongs_definition":"Maharai, an Israelite","kjv_definition":"Maharai."} +{"id":"H4122","strongs_number":"H4122","system":"hebrew","language":"hebrew","number_value":4122,"lemma":"מַהֵר שָׁלָל חָשׁ בַּז","transliteration":"Mahêr Shâlâl Châsh Baz","pronunciation":"mah-hare' shaw-lawl' khawsh baz","derivation":"from H4118 (מַהֵר) and H7998 (שָׁלָל) and H2363 (חוּשׁ) and H957 (בַּז); hasting (is he (the enemy) to the) booty, swift (to the) prey;","strongs_definition":"Maher-Shalal-Chash-Baz; the symbolical name of the son of Isaiah","kjv_definition":"Maher-sha-lal-bash-baz."} +{"id":"H4123","strongs_number":"H4123","system":"hebrew","language":"hebrew","number_value":4123,"lemma":"מַהֲתַלָּה","transliteration":"mahăthallâh","pronunciation":"mah-hath-al-law'","derivation":"from H2048 (הָתַל);","strongs_definition":"a delusion","kjv_definition":"deceit."} +{"id":"H4124","strongs_number":"H4124","system":"hebrew","language":"hebrew","number_value":4124,"lemma":"מוֹאָב","transliteration":"Môwʼâb","pronunciation":"mo-awb","derivation":"from a prolonged form of the prepositional prefix m-and H1 (אָב); from (her (the mother's)) father;","strongs_definition":"Moab, an incestuous son of Lot; also his territory and descendants","kjv_definition":"Moab."} +{"id":"H4125","strongs_number":"H4125","system":"hebrew","language":"hebrew","number_value":4125,"lemma":"מוֹאָבִי","transliteration":"Môwʼâbîy","pronunciation":"mo-aw-bee'","derivation":"feminine מוֹאָבִיָּה; or מוֹאָבִיתxlit Môwâbîyth corrected to Môwʼâbîyth; patronymical from H4124 (מוֹאָב);","strongs_definition":"a Moabite or Moabitess, i.e. a descendant from Moab","kjv_definition":"(woman) of Moab, Moabite(-ish, -ss)."} +{"id":"H4126","strongs_number":"H4126","system":"hebrew","language":"hebrew","number_value":4126,"lemma":"מוֹבָא","transliteration":"môwbâʼ","pronunciation":"mo-baw'","derivation":"by transp. for H3996 (מָבוֹא);","strongs_definition":"an entrance","kjv_definition":"coming."} +{"id":"H4127","strongs_number":"H4127","system":"hebrew","language":"hebrew","number_value":4127,"lemma":"מוּג","transliteration":"mûwg","pronunciation":"moog","derivation":"a primitive root;","strongs_definition":"to melt, i.e. literally (to soften, flow down, disappear), or figuratively (to fear, faint)","kjv_definition":"consume, dissolve, (be) faint(-hearted), melt (away), make soft."} +{"id":"H4128","strongs_number":"H4128","system":"hebrew","language":"hebrew","number_value":4128,"lemma":"מוּד","transliteration":"mûwd","pronunciation":"mood","derivation":"a primitive root;","strongs_definition":"to shake","kjv_definition":"measure."} +{"id":"H4129","strongs_number":"H4129","system":"hebrew","language":"hebrew","number_value":4129,"lemma":"מוֹדַע","transliteration":"môwdaʻ","pronunciation":"mo-dah'","derivation":"or rather מֹדָע; from H3045 (יָדַע);","strongs_definition":"an acquaintance","kjv_definition":"kinswoman."} +{"id":"H4130","strongs_number":"H4130","system":"hebrew","language":"hebrew","number_value":4130,"lemma":"מוֹדַעַת","transliteration":"môwdaʻath","pronunciation":"mo-dah'-ath","derivation":"from H3045 (יָדַע);","strongs_definition":"acquaintance","kjv_definition":"kindred."} +{"id":"H4131","strongs_number":"H4131","system":"hebrew","language":"hebrew","number_value":4131,"lemma":"מוֹט","transliteration":"môwṭ","pronunciation":"mote","derivation":"a primitive root;","strongs_definition":"to waver; by implication, to slip, shake, fall","kjv_definition":"be carried, cast, be out of course, be fallen in decay, [idiom] exceedingly, fall(-ing down), be (re-) moved, be ready, shake, slide, slip."} +{"id":"H4132","strongs_number":"H4132","system":"hebrew","language":"hebrew","number_value":4132,"lemma":"מוֹט","transliteration":"môwṭ","pronunciation":"mote","derivation":"from H4131 (מוֹט);","strongs_definition":"a wavering, i.e. fall; by implication, a pole (as shaking); hence, a yoke (as essentially a bent pole)","kjv_definition":"bar, be moved, staff, yoke."} +{"id":"H4133","strongs_number":"H4133","system":"hebrew","language":"hebrew","number_value":4133,"lemma":"מוֹטָה","transliteration":"môwṭâh","pronunciation":"mo-taw'","derivation":"feminine of H4132 (מוֹט);","strongs_definition":"a pole; by implication, an ox-bow; hence, a yoke (either literal or figurative)","kjv_definition":"bands, heavy, staves, yoke."} +{"id":"H4134","strongs_number":"H4134","system":"hebrew","language":"hebrew","number_value":4134,"lemma":"מוּךְ","transliteration":"mûwk","pronunciation":"mook","derivation":"a primitive root;","strongs_definition":"to become thin, i.e. (figuratively) be impoverished","kjv_definition":"be (waxen) poor(-er)."} +{"id":"H4135","strongs_number":"H4135","system":"hebrew","language":"hebrew","number_value":4135,"lemma":"מוּל","transliteration":"mûwl","pronunciation":"mool","derivation":"a primitive root;","strongs_definition":"to cut short, i.e. curtail (specifically the prepuce, i.e. to circumcise); by implication, to blunt; figuratively, to destroy","kjv_definition":"circumcise(-ing), selves), cut down (in pieces), destroy, [idiom] must needs."} +{"id":"H4136","strongs_number":"H4136","system":"hebrew","language":"hebrew","number_value":4136,"lemma":"מוּל","transliteration":"mûwl","pronunciation":"mool","derivation":"or מוֹל; (Deuteronomy 1:1), or מוֹאל; (Nehemiah 12:38), or מֻל; (Numbers 22:5), from H4135 (מוּל);","strongs_definition":"properly, abrupt, i.e. a precipice; by implication, the front; used only adverbially (with prepositional prefix) opposite","kjv_definition":"(over) against, before, (fore-) front, from, (God-) ward, toward, with."} +{"id":"H4137","strongs_number":"H4137","system":"hebrew","language":"hebrew","number_value":4137,"lemma":"מוֹלָדָה","transliteration":"Môwlâdâh","pronunciation":"mo-law-daw'","derivation":"from H3205 (יָלַד); birth;","strongs_definition":"Moladah, a place in Palestine","kjv_definition":"Moladah."} +{"id":"H4138","strongs_number":"H4138","system":"hebrew","language":"hebrew","number_value":4138,"lemma":"מוֹלֶדֶת","transliteration":"môwledeth","pronunciation":"mo-leh'-deth","derivation":"from H3205 (יָלַד);","strongs_definition":"nativity (plural birth-place); by implication, lineage, native country; also offspring, family","kjv_definition":"begotten, born, issue, kindred, native(-ity)."} +{"id":"H4139","strongs_number":"H4139","system":"hebrew","language":"hebrew","number_value":4139,"lemma":"מוּלָה","transliteration":"mûwlâh","pronunciation":"moo-law'","derivation":"from H4135 (מוּל);","strongs_definition":"circumcision","kjv_definition":"circumcision."} +{"id":"H4140","strongs_number":"H4140","system":"hebrew","language":"hebrew","number_value":4140,"lemma":"מוֹלִיד","transliteration":"Môwlîyd","pronunciation":"mo-leed'","derivation":"from H3205 (יָלַד); genitor;","strongs_definition":"Molid, an Israelite","kjv_definition":"Molid."} +{"id":"H4141","strongs_number":"H4141","system":"hebrew","language":"hebrew","number_value":4141,"lemma":"מוּסָב","transliteration":"mûwçâb","pronunciation":"moo-sawb'","derivation":"from H5437 (סָבַב);","strongs_definition":"a turn, i.e. circuit (of a building)","kjv_definition":"winding about."} +{"id":"H4142","strongs_number":"H4142","system":"hebrew","language":"hebrew","number_value":4142,"lemma":"מוּסַבָּה","transliteration":"mûwçabbâh","pronunciation":"moo-sab-baw'","derivation":"or מֻסַבָּה; feminine of H4141 (מוּסָב);","strongs_definition":"a reversal, i.e. the backside (of a gem), fold (of a double-leaved door), transmutation (of a name)","kjv_definition":"being changed, inclosed, be set, turning."} +{"id":"H4143","strongs_number":"H4143","system":"hebrew","language":"hebrew","number_value":4143,"lemma":"מוּסָד","transliteration":"mûwçâd","pronunciation":"moo-sawd'","derivation":"from H3245 (יָסַד);","strongs_definition":"a foundation","kjv_definition":"foundation."} +{"id":"H4144","strongs_number":"H4144","system":"hebrew","language":"hebrew","number_value":4144,"lemma":"מוֹסָד","transliteration":"môwçâd","pronunciation":"mo-sawd'","derivation":"from H3245 (יָסַד);","strongs_definition":"a foundation","kjv_definition":"foundation."} +{"id":"H4145","strongs_number":"H4145","system":"hebrew","language":"hebrew","number_value":4145,"lemma":"מוּסָדָה","transliteration":"mûwçâdâh","pronunciation":"moo-saw-daw'","derivation":"feminine of H4143 (מוּסָד);","strongs_definition":"a foundation; figuratively, an appointment","kjv_definition":"foundation, grounded. Compare H4328 (מְיֻסָּדָה)."} +{"id":"H4146","strongs_number":"H4146","system":"hebrew","language":"hebrew","number_value":4146,"lemma":"מוֹסָדָה","transliteration":"môwçâdâh","pronunciation":"mo-saw-daw'","derivation":"or מֹסָדָה; feminine of H4144 (מוֹסָד);","strongs_definition":"a foundation","kjv_definition":"foundation."} +{"id":"H4147","strongs_number":"H4147","system":"hebrew","language":"hebrew","number_value":4147,"lemma":"מוֹסֵר","transliteration":"môwçêr","pronunciation":"mo-sare'","derivation":"also (in plural) feminine מוֹסֵרָה; or מֹסְרָה; from H3256 (יָסַר);","strongs_definition":"properly, chastisement, i.e. (by implication) a halter; figuratively, restraint","kjv_definition":"band, bond."} +{"id":"H4148","strongs_number":"H4148","system":"hebrew","language":"hebrew","number_value":4148,"lemma":"מוּסָר","transliteration":"mûwçâr","pronunciation":"moo-sawr'","derivation":"from H3256 (יָסַר);","strongs_definition":"properly, chastisement; figuratively, reproof, warning or instruction; also restraint","kjv_definition":"bond, chastening(-eth), chastisement, check, correction, discipline, doctrine, instruction, rebuke."} +{"id":"H4149","strongs_number":"H4149","system":"hebrew","language":"hebrew","number_value":4149,"lemma":"מוֹסֵרָה","transliteration":"Môwçêrâh","pronunciation":"mo-say-raw'","derivation":"or (plural) מֹסְרוֹת feminine of H4147 (מוֹסֵר); correction or corrections;","strongs_definition":"Moserah or Moseroth, a place in the Desert","kjv_definition":"Mosera, Moseroth."} +{"id":"H4150","strongs_number":"H4150","system":"hebrew","language":"hebrew","number_value":4150,"lemma":"מוֹעֵד","transliteration":"môwʻêd","pronunciation":"mo-ade'","derivation":"or מֹעֵד; or (feminine) מוֹעָדָה; (2 Chronicles 8:13), from H3259 (יָעַד);","strongs_definition":"properly, an appointment, i.e. a fixed time or season; specifically, a festival; conventionally ayear; by implication, an assembly (as convened for a definite purpose); technically the congregation; by extension, the place of meeting; also a signal (as appointed beforehand)","kjv_definition":"appointed (sign, time), (place of, solemn) assembly, congregation, (set, solemn) feast, (appointed, due) season, solemn(-ity), synogogue, (set) time (appointed)."} +{"id":"H4151","strongs_number":"H4151","system":"hebrew","language":"hebrew","number_value":4151,"lemma":"מוֹעָד","transliteration":"môwʻâd","pronunciation":"mo-awd'","derivation":"from H3259 (יָעַד); (as in H4150 (מוֹעֵד));","strongs_definition":"properly, an assembly figuratively, a troop","kjv_definition":"appointed time."} +{"id":"H4152","strongs_number":"H4152","system":"hebrew","language":"hebrew","number_value":4152,"lemma":"מוּעָדָה","transliteration":"mûwʻâdâh","pronunciation":"moo-aw-daw'","derivation":"from H3259 (יָעַד);","strongs_definition":"an appointed place, i.e. asylum","kjv_definition":"appointed."} +{"id":"H4153","strongs_number":"H4153","system":"hebrew","language":"hebrew","number_value":4153,"lemma":"מוֹעַדְיָה","transliteration":"Môwʻadyâh","pronunciation":"mo-ad-yaw'","derivation":"from H4151 (מוֹעָד) and H3050 (יָהּ); assembly of Jah;","strongs_definition":"Moadjah, an Israelite","kjv_definition":"Moadiah. Compare H4573 (מַעֲדְיָה)."} +{"id":"H4154","strongs_number":"H4154","system":"hebrew","language":"hebrew","number_value":4154,"lemma":"מוּעֶדֶת","transliteration":"mûwʻedeth","pronunciation":"moo-ay'-deth","derivation":"feminine passive participle of H4571 (מָעַד);","strongs_definition":"properly, made to slip, i.e. dislocated","kjv_definition":"out of joint."} +{"id":"H4155","strongs_number":"H4155","system":"hebrew","language":"hebrew","number_value":4155,"lemma":"מוּעָף","transliteration":"mûwʻâph","pronunciation":"moo-awf'","derivation":"from H5774 (עוּף);","strongs_definition":"properly, covered, i.e. dark; abstractly, obscurity, i.e. distress","kjv_definition":"dimness."} +{"id":"H4156","strongs_number":"H4156","system":"hebrew","language":"hebrew","number_value":4156,"lemma":"מוֹעֵצָה","transliteration":"môwʻêtsâh","pronunciation":"mo-ay-tsaw'","derivation":"from H3289 (יָעַץ);","strongs_definition":"a purpose","kjv_definition":"counsel, device."} +{"id":"H4157","strongs_number":"H4157","system":"hebrew","language":"hebrew","number_value":4157,"lemma":"מוּעָקָה","transliteration":"mûwʻâqâh","pronunciation":"moo-aw-kaw'","derivation":"from H5781 (עוּק);","strongs_definition":"pressure, i.e. (figuratively) distress","kjv_definition":"affliction."} +{"id":"H4158","strongs_number":"H4158","system":"hebrew","language":"hebrew","number_value":4158,"lemma":"מוֹפַעַת","transliteration":"Môwphaʻath","pronunciation":"mo-fah'-ath","derivation":"(Jeremiah 48:21) or מֵיפַעַת; or מֵפַעַת; from H3313 (יָפַע); illuminative;","strongs_definition":"Mophaath or Mephaath, a place in Palestine","kjv_definition":"Mephaath."} +{"id":"H4159","strongs_number":"H4159","system":"hebrew","language":"hebrew","number_value":4159,"lemma":"מוֹפֵת","transliteration":"môwphêth","pronunciation":"mo-faith'","derivation":"or מֹפֵת; from H3302 (יָפָה) in the sense of conspicuousness;","strongs_definition":"a miracle; by implication, a token or omen","kjv_definition":"miracle, sign, wonder(-ed at)."} +{"id":"H4160","strongs_number":"H4160","system":"hebrew","language":"hebrew","number_value":4160,"lemma":"מוּץ","transliteration":"mûwts","pronunciation":"moots","derivation":"a primitive root;","strongs_definition":"to press, i.e. (figuratively) to oppress","kjv_definition":"extortioner."} +{"id":"H4161","strongs_number":"H4161","system":"hebrew","language":"hebrew","number_value":4161,"lemma":"מוֹצָא","transliteration":"môwtsâʼ","pronunciation":"mo-tsaw'","derivation":"or מֹצָאxlit môtsâ corrected to môtsâʼ; from H3318 (יָצָא);","strongs_definition":"a going forth, i.e. (the act) an egress, or (the place) an exit; hence, a source or product; specifically, dawn, the rising of the sun (the East), exportation, utterance, a gate, a fountain, a mine, a meadow (as producing grass)","kjv_definition":"brought out, bud, that which came out, east, going forth, goings out, that which (thing that) is gone out, outgoing, proceeded out, spring, vein, (water-) course (springs)."} +{"id":"H4162","strongs_number":"H4162","system":"hebrew","language":"hebrew","number_value":4162,"lemma":"מוֹצָא","transliteration":"môwtsâʼ","pronunciation":"mo-tsaw'","derivation":"the same as H4161 (מוֹצָא);","strongs_definition":"Motsa, the name of two Israelites","kjv_definition":"Moza."} +{"id":"H4163","strongs_number":"H4163","system":"hebrew","language":"hebrew","number_value":4163,"lemma":"מוֹצָאָה","transliteration":"môwtsâʼâh","pronunciation":"mo-tsaw-aw'","derivation":"feminine of H4161 (מוֹצָא); (marg.; compare H6675 (צוֹאָה))","strongs_definition":"a family descent; also a sewer","kjv_definition":"draught house; going forth."} +{"id":"H4164","strongs_number":"H4164","system":"hebrew","language":"hebrew","number_value":4164,"lemma":"מוּצַק","transliteration":"mûwtsaq","pronunciation":"moo-tsak'","derivation":"or מוּצָק; from H3332 (יָצַק);","strongs_definition":"narrowness; figuratively, distress","kjv_definition":"anguish, is straitened, straitness."} +{"id":"H4165","strongs_number":"H4165","system":"hebrew","language":"hebrew","number_value":4165,"lemma":"מוּצָק","transliteration":"mûwtsâq","pronunciation":"moo-tsawk'","derivation":"from H5694 (עָגִיל);","strongs_definition":"properly, fusion, i.e. literally, a casting (of metal); figuratively, a mass (of clay)","kjv_definition":"casting, hardness."} +{"id":"H4166","strongs_number":"H4166","system":"hebrew","language":"hebrew","number_value":4166,"lemma":"מוּצָקָה","transliteration":"mûwtsâqâh","pronunciation":"moo-tsaw-kaw'","derivation":"or מֻצָקָה; from H3332 (יָצַק);","strongs_definition":"properly, something poured out, i.e. a casting (of metal); by implication, a tube (as cast)","kjv_definition":"when it was cast, pipe."} +{"id":"H4167","strongs_number":"H4167","system":"hebrew","language":"hebrew","number_value":4167,"lemma":"מוּק","transliteration":"mûwq","pronunciation":"mook","derivation":"a primitive root;","strongs_definition":"to jeer, i.e. (intens.) blaspheme","kjv_definition":"be corrupt."} +{"id":"H4168","strongs_number":"H4168","system":"hebrew","language":"hebrew","number_value":4168,"lemma":"מוֹקֵד","transliteration":"môwqêd","pronunciation":"mo-kade'","derivation":"from H3344 (יָקַד);","strongs_definition":"a fire or fuel; abstractly, a conflagration","kjv_definition":"burning, hearth."} +{"id":"H4169","strongs_number":"H4169","system":"hebrew","language":"hebrew","number_value":4169,"lemma":"מוֹקְדָה","transliteration":"môwqᵉdâh","pronunciation":"mo-ked-aw'","derivation":"feminine of H4168 (מוֹקֵד);","strongs_definition":"fuel","kjv_definition":"burning."} +{"id":"H4170","strongs_number":"H4170","system":"hebrew","language":"hebrew","number_value":4170,"lemma":"מוֹקֵשׁ","transliteration":"môwqêsh","pronunciation":"mo-kashe'","derivation":"or מֹקֵשׁ; from H3369 (יָקֹשׁ);","strongs_definition":"a noose (for catching animals) (literally or figuratively); by implication, a hook (for the nose)","kjv_definition":"be ensnared, gin, (is) snare(-d), trap."} +{"id":"H4171","strongs_number":"H4171","system":"hebrew","language":"hebrew","number_value":4171,"lemma":"מוּר","transliteration":"mûwr","pronunciation":"moor","derivation":"a primitive root;","strongs_definition":"to alter; by implication, to barter, to dispose of","kjv_definition":"[idiom] at all, (ex-) change, remove."} +{"id":"H4172","strongs_number":"H4172","system":"hebrew","language":"hebrew","number_value":4172,"lemma":"מוֹרָא","transliteration":"môwrâʼ","pronunciation":"mo-raw'","derivation":"or מֹרָא; or מוֹרָהxlit môrâh corrected to môwrâh; (Psalm 9:20), from H3372 (יָרֵא);","strongs_definition":"fear; by implication, a fearful thing or deed","kjv_definition":"dread, (that ought to be) fear(-ed), terribleness, terror."} +{"id":"H4173","strongs_number":"H4173","system":"hebrew","language":"hebrew","number_value":4173,"lemma":"מוֹרַג","transliteration":"môwrag","pronunciation":"mo-rag'","derivation":"or מֹרַג; from an unused root meaning to triturate;","strongs_definition":"a threshing sledge","kjv_definition":"threshing instrument."} +{"id":"H4174","strongs_number":"H4174","system":"hebrew","language":"hebrew","number_value":4174,"lemma":"מוֹרָד","transliteration":"môwrâd","pronunciation":"mo-rawd'","derivation":"from H3381 (יָרַד);","strongs_definition":"a descent; as architecture, an ornamental appendage, perhaps a festoon","kjv_definition":"going down, steep place, thin work."} +{"id":"H4175","strongs_number":"H4175","system":"hebrew","language":"hebrew","number_value":4175,"lemma":"מוֹרֶה","transliteration":"môwreh","pronunciation":"mo-reh'","derivation":"from H3384 (יָרָה); (see H3138 (יוֹרֶה))","strongs_definition":"an archer; also teacher or teaching; also the early rain","kjv_definition":"(early) rain."} +{"id":"H4176","strongs_number":"H4176","system":"hebrew","language":"hebrew","number_value":4176,"lemma":"מוֹרֶה","transliteration":"Môwreh","pronunciation":"mo-reh'","derivation":"or מֹרֶה; the same as H4175 (מוֹרֶה);","strongs_definition":"Moreh, a Canaanite; also a hill (perhaps named from him)","kjv_definition":"Moreh."} +{"id":"H4177","strongs_number":"H4177","system":"hebrew","language":"hebrew","number_value":4177,"lemma":"מוֹרָה","transliteration":"môwrâh","pronunciation":"mo-raw'","derivation":"from H4171 (מוּר) in the sense of shearing;","strongs_definition":"a razor","kjv_definition":"razor."} +{"id":"H4178","strongs_number":"H4178","system":"hebrew","language":"hebrew","number_value":4178,"lemma":"מוֹרָט","transliteration":"môwrâṭ","pronunciation":"mo-rawt'","derivation":"from H3399 (יָרַט);","strongs_definition":"obstinate, i.e. independent","kjv_definition":"peeled."} +{"id":"H4179","strongs_number":"H4179","system":"hebrew","language":"hebrew","number_value":4179,"lemma":"מוֹרִיָּה","transliteration":"Môwrîyâh","pronunciation":"mo-ree-yaw'","derivation":"or מֹרִיָּה; from H7200 (רָאָה) and H3050 (יָהּ); seen of Jah;","strongs_definition":"Morijah, a hill in Palestine","kjv_definition":"Moriah."} +{"id":"H4180","strongs_number":"H4180","system":"hebrew","language":"hebrew","number_value":4180,"lemma":"מוֹרָשׁ","transliteration":"môwrâsh","pronunciation":"mo-rawsh'","derivation":"from H3423 (יָרַשׁ);","strongs_definition":"a possession; figuratively, delight","kjv_definition":"possession, thought."} +{"id":"H4181","strongs_number":"H4181","system":"hebrew","language":"hebrew","number_value":4181,"lemma":"מוֹרָשָׁה","transliteration":"môwrâshâh","pronunciation":"mo-raw-shaw'","derivation":"feminine of H4180 (מוֹרָשׁ);","strongs_definition":"a possession","kjv_definition":"heritage, inheritance, possession."} +{"id":"H4182","strongs_number":"H4182","system":"hebrew","language":"hebrew","number_value":4182,"lemma":"מוֹרֶשֶׁת גַּת","transliteration":"Môwresheth Gath","pronunciation":"mo-reh'-sheth gath","derivation":"from H3423 (יָרַשׁ) and H1661 (גַּת); possession of Gath;","strongs_definition":"Moresheth-Gath, a place in Palestine","kjv_definition":"Moresheth-gath."} +{"id":"H4183","strongs_number":"H4183","system":"hebrew","language":"hebrew","number_value":4183,"lemma":"מוֹרַשְׁתִּי","transliteration":"Môwrashtîy","pronunciation":"mo-rash-tee'","derivation":"patrial from H4182 (מוֹרֶשֶׁת גַּת);","strongs_definition":"a Morashtite or inhabitant of Moresheth-Gath","kjv_definition":"Morashthite."} +{"id":"H4184","strongs_number":"H4184","system":"hebrew","language":"hebrew","number_value":4184,"lemma":"מוּשׁ","transliteration":"mûwsh","pronunciation":"moosh","derivation":"a primitive root;","strongs_definition":"to touch","kjv_definition":"feel, handle."} +{"id":"H4185","strongs_number":"H4185","system":"hebrew","language":"hebrew","number_value":4185,"lemma":"מוּשׁ","transliteration":"mûwsh","pronunciation":"moosh","derivation":"a primitive root (perhaps rather the same as H4184 (מוּשׁ) through the idea of receding by contact);","strongs_definition":"to withdraw (both literally and figuratively, whether intransitive or transitive)","kjv_definition":"cease, depart, go back, remove, take away."} +{"id":"H4186","strongs_number":"H4186","system":"hebrew","language":"hebrew","number_value":4186,"lemma":"מוֹשָׁב","transliteration":"môwshâb","pronunciation":"mo-shawb'","derivation":"or מֹשָׁב; from H3427 (יָשַׁב);","strongs_definition":"a seat; figuratively, a site; abstractly, a session; by extension an abode (the place or the time); by implication, population","kjv_definition":"assembly, dwell in, dwelling(-place), wherein (that) dwelt (in), inhabited place, seat, sitting, situation, sojourning."} +{"id":"H4187","strongs_number":"H4187","system":"hebrew","language":"hebrew","number_value":4187,"lemma":"מוּשִׁי","transliteration":"Mûwshîy","pronunciation":"moo-shee'","derivation":"or מֻשִּׁי; from H4184 (מוּשׁ); sensitive;","strongs_definition":"Mushi, a Levite","kjv_definition":"Mushi."} +{"id":"H4188","strongs_number":"H4188","system":"hebrew","language":"hebrew","number_value":4188,"lemma":"מוּשִׁי","transliteration":"Mûwshîy","pronunciation":"moo-shee'","derivation":"patronymical from H4187 (מוּשִׁי);","strongs_definition":"a Mushite (collectively) or descendants of Mushi","kjv_definition":"Mushites."} +{"id":"H4189","strongs_number":"H4189","system":"hebrew","language":"hebrew","number_value":4189,"lemma":"מוֹשְׁכָה","transliteration":"môwshᵉkâh","pronunciation":"mo-shek-aw'","derivation":"act participle feminine of H4900 (מָשַׁךְ);","strongs_definition":"something drawing, i.e. (figuratively) a cord","kjv_definition":"band."} +{"id":"H4190","strongs_number":"H4190","system":"hebrew","language":"hebrew","number_value":4190,"lemma":"מוֹשָׁעָה","transliteration":"môwshâʻâh","pronunciation":"mo-shaw-aw'","derivation":"from H3467 (יָשַׁע);","strongs_definition":"deliverance","kjv_definition":"salvation."} +{"id":"H4191","strongs_number":"H4191","system":"hebrew","language":"hebrew","number_value":4191,"lemma":"מוּת","transliteration":"mûwth","pronunciation":"mooth","derivation":"a primitive root;","strongs_definition":"to die (literally or figuratively); causatively, to kill","kjv_definition":"[idiom] at all, [idiom] crying, (be) dead (body, man, one), (put to, worthy of) death, destroy(-er), (cause to, be like to, must) die, kill, necro(-mancer), [idiom] must needs, slay, [idiom] surely, [idiom] very suddenly, [idiom] in (no) wise."} +{"id":"H4192","strongs_number":"H4192","system":"hebrew","language":"hebrew","number_value":4192,"lemma":"מוּת","transliteration":"Mûwth","pronunciation":"mooth","derivation":"(Psalm H48 (אֲבִירָם) or מוּת לַבֵּן; from H4191 (מוּת) and H1121 (בֵּן) with the preposition and article interposed;","strongs_definition":"'To die for the son', probably the title of a popular song","kjv_definition":"death, Muthlabben."} +{"id":"H4193","strongs_number":"H4193","system":"hebrew","language":"hebrew","number_value":4193,"lemma":"מוֹת","transliteration":"môwth","pronunciation":"mohth","derivation":"(Aramaic) corresponding to H4194 (מָוֶת);","strongs_definition":"death","kjv_definition":"death."} +{"id":"H4194","strongs_number":"H4194","system":"hebrew","language":"hebrew","number_value":4194,"lemma":"מָוֶת","transliteration":"mâveth","pronunciation":"maw'-veth","derivation":"from H4191 (מוּת);","strongs_definition":"death (natural or violent); concretely, the dead, their place or state (hades); figuratively, pestilence, ruin","kjv_definition":"(be) dead(-ly), death, die(-d)."} +{"id":"H4195","strongs_number":"H4195","system":"hebrew","language":"hebrew","number_value":4195,"lemma":"מוֹתָר","transliteration":"môwthâr","pronunciation":"mo-thar'","derivation":"from H3498 (יָתַר);","strongs_definition":"literally gain; figuratively, superiority","kjv_definition":"plenteousness, preeminence, profit."} +{"id":"H4196","strongs_number":"H4196","system":"hebrew","language":"hebrew","number_value":4196,"lemma":"מִזְבֵּחַ","transliteration":"mizbêach","pronunciation":"miz-bay'-akh","derivation":"from H2076 (זָבַח);","strongs_definition":"an altar","kjv_definition":"altar."} +{"id":"H4197","strongs_number":"H4197","system":"hebrew","language":"hebrew","number_value":4197,"lemma":"מֶזֶג","transliteration":"mezeg","pronunciation":"meh'-zeg","derivation":"from an unused root meaning to mingle (water with wine);","strongs_definition":"tempered wine","kjv_definition":"liquor."} +{"id":"H4198","strongs_number":"H4198","system":"hebrew","language":"hebrew","number_value":4198,"lemma":"מָזֶה","transliteration":"mâzeh","pronunciation":"maw-zeh'","derivation":"from an unused root meaning to suck out;","strongs_definition":"exhausted","kjv_definition":"burnt."} +{"id":"H4199","strongs_number":"H4199","system":"hebrew","language":"hebrew","number_value":4199,"lemma":"מִזָּה","transliteration":"Mizzâh","pronunciation":"miz-zaw'","derivation":"probably from an unused root meaning to faint with fear; terror;","strongs_definition":"Mizzah, an Edomite","kjv_definition":"Mizzah."} +{"id":"H4200","strongs_number":"H4200","system":"hebrew","language":"hebrew","number_value":4200,"lemma":"מֶזֶו","transliteration":"mezev","pronunciation":"meh'-zev","derivation":"probably from an unused root meaning to gather in;","strongs_definition":"a granary","kjv_definition":"garner."} +{"id":"H4201","strongs_number":"H4201","system":"hebrew","language":"hebrew","number_value":4201,"lemma":"מְזוּזָה","transliteration":"mᵉzûwzâh","pronunciation":"mez-oo-zaw'","derivation":"or מְזֻזָה; from the same as H2123 (זִיז);","strongs_definition":"a door-post (as prominent)","kjv_definition":"(door, side) post."} +{"id":"H4202","strongs_number":"H4202","system":"hebrew","language":"hebrew","number_value":4202,"lemma":"מָזוֹן","transliteration":"mâzôwn","pronunciation":"maw-zone'","derivation":"from H2109 (זוּן);","strongs_definition":"food","kjv_definition":"meat, victual."} +{"id":"H4203","strongs_number":"H4203","system":"hebrew","language":"hebrew","number_value":4203,"lemma":"מָזוֹן","transliteration":"mâzôwn","pronunciation":"maw-zone'","derivation":"(Aramaic) corresponding to H4202 (מָזוֹן)","strongs_definition":"{food}","kjv_definition":"meat."} +{"id":"H4204","strongs_number":"H4204","system":"hebrew","language":"hebrew","number_value":4204,"lemma":"מָזוֹר","transliteration":"mâzôwr","pronunciation":"maw-zore'","derivation":"from H2114 (זוּר) in the sense of turning aside from truth;","strongs_definition":"treachery, i.e. a plot","kjv_definition":"wound."} +{"id":"H4205","strongs_number":"H4205","system":"hebrew","language":"hebrew","number_value":4205,"lemma":"מָזוֹר","transliteration":"mâzôwr","pronunciation":"maw-zore'","derivation":"or מָזֹר; from H2115 (זוּר) in the sense of binding up;","strongs_definition":"a bandage, i.e. remedy; hence, a sore (as needing a compress)","kjv_definition":"bound up, wound."} +{"id":"H4206","strongs_number":"H4206","system":"hebrew","language":"hebrew","number_value":4206,"lemma":"מָזִיחַ","transliteration":"mâzîyach","pronunciation":"maw-zee'-akh","derivation":"or מֵזַח; from H2118 (זָחַח);","strongs_definition":"a belt (as movable)","kjv_definition":"girdle, strength."} +{"id":"H4207","strongs_number":"H4207","system":"hebrew","language":"hebrew","number_value":4207,"lemma":"מַזְלֵג","transliteration":"mazlêg","pronunciation":"maz-layg'","derivation":"or (feminine) מִזְלָגָה; from an unused root meaning to draw up;","strongs_definition":"a fork","kjv_definition":"fleshhook."} +{"id":"H4208","strongs_number":"H4208","system":"hebrew","language":"hebrew","number_value":4208,"lemma":"מַזָּלָה","transliteration":"mazzâlâh","pronunciation":"maz-zaw-law'","derivation":"apparently from H5140 (נָזַל) in the sense of raining;","strongs_definition":"a constellation, i.e. Zodiacal sign (perhaps as affecting the weather)","kjv_definition":"planet. Compare H4216 (מַזָּרָה)."} +{"id":"H4209","strongs_number":"H4209","system":"hebrew","language":"hebrew","number_value":4209,"lemma":"מְזִמָּה","transliteration":"mᵉzimmâh","pronunciation":"mez-im-maw'","derivation":"from H2161 (זָמַם);","strongs_definition":"a plan, usually evil (machination), sometimes good (sagacity)","kjv_definition":"(wicked) device, discretion, intent, witty invention, lewdness, mischievous (device), thought, wickedly."} +{"id":"H4210","strongs_number":"H4210","system":"hebrew","language":"hebrew","number_value":4210,"lemma":"מִזְמוֹר","transliteration":"mizmôwr","pronunciation":"miz-more'","derivation":"from H2167 (זָמַר);","strongs_definition":"properly, instrumental music; by implication, a poem set to notes","kjv_definition":"psalm."} +{"id":"H4211","strongs_number":"H4211","system":"hebrew","language":"hebrew","number_value":4211,"lemma":"מַזְמֵרָה","transliteration":"mazmêrâh","pronunciation":"maz-may-raw'","derivation":"from H2168 (זָמַר);","strongs_definition":"a pruningknife","kjv_definition":"pruning-hook."} +{"id":"H4212","strongs_number":"H4212","system":"hebrew","language":"hebrew","number_value":4212,"lemma":"מְזַמְּרָה","transliteration":"mᵉzammᵉrâh","pronunciation":"mez-am-mer-aw'","derivation":"from H2168 (זָמַר);","strongs_definition":"a tweezer (only in the plural)","kjv_definition":"snuffers."} +{"id":"H4213","strongs_number":"H4213","system":"hebrew","language":"hebrew","number_value":4213,"lemma":"מִזְעָר","transliteration":"mizʻâr","pronunciation":"miz-awr'","derivation":"from the same as H2191 (זְעֵיר)xlit zeʻêyr corrected to zᵉʻêyr;","strongs_definition":"fewness; by implication, as superl. diminutiveness","kjv_definition":"few, [idiom] very."} +{"id":"H4214","strongs_number":"H4214","system":"hebrew","language":"hebrew","number_value":4214,"lemma":"מִזְרֶה","transliteration":"mizreh","pronunciation":"miz-reh'","derivation":"from H2219 (זָרָה);","strongs_definition":"a winnowing shovel (as scattering the chaff)","kjv_definition":"fan."} +{"id":"H4215","strongs_number":"H4215","system":"hebrew","language":"hebrew","number_value":4215,"lemma":"מְזָרֶה","transliteration":"mᵉzâreh","pronunciation":"mez-aw-reh'","derivation":"apparently from H2219 (זָרָה);","strongs_definition":"properly, a scatterer, i.e. the north wind (as dispersing clouds; only in plural)","kjv_definition":"north."} +{"id":"H4216","strongs_number":"H4216","system":"hebrew","language":"hebrew","number_value":4216,"lemma":"מַזָּרָה","transliteration":"mazzârâh","pronunciation":"maz-zaw-raw'","derivation":"apparently from H5144 (נָזַר) in the sense of distinction;","strongs_definition":"some noted constellation (only in the plural), perhaps collectively, the zodiac","kjv_definition":"Mazzoroth. Compare H4208 (מַזָּלָה)."} +{"id":"H4217","strongs_number":"H4217","system":"hebrew","language":"hebrew","number_value":4217,"lemma":"מִזְרָח","transliteration":"mizrâch","pronunciation":"miz-rawkh'","derivation":"from H2224 (זָרַח);","strongs_definition":"sunrise, i.e. the east","kjv_definition":"east (side, -ward), (sun-) rising (of the sun)."} +{"id":"H4218","strongs_number":"H4218","system":"hebrew","language":"hebrew","number_value":4218,"lemma":"מִזְרָע","transliteration":"mizrâʻ","pronunciation":"miz-raw'","derivation":"from H2232 (זָרַע);","strongs_definition":"a planted field","kjv_definition":"thing sown."} +{"id":"H4219","strongs_number":"H4219","system":"hebrew","language":"hebrew","number_value":4219,"lemma":"מִזְרָק","transliteration":"mizrâq","pronunciation":"miz-rawk'","derivation":"from H2236 (זָרַק);","strongs_definition":"a bowl (as if for sprinkling)","kjv_definition":"bason, bowl."} +{"id":"H4220","strongs_number":"H4220","system":"hebrew","language":"hebrew","number_value":4220,"lemma":"מֵחַ","transliteration":"mêach","pronunciation":"may'-akh","derivation":"from H4229 (מָחָה) in the sense of greasing;","strongs_definition":"fat; figuratively, rich","kjv_definition":"fatling (one)."} +{"id":"H4221","strongs_number":"H4221","system":"hebrew","language":"hebrew","number_value":4221,"lemma":"מֹחַ","transliteration":"môach","pronunciation":"mo'-akh","derivation":"from the same as H4220 (מֵחַ);","strongs_definition":"fat, i.e. marrow","kjv_definition":"marrow."} +{"id":"H4222","strongs_number":"H4222","system":"hebrew","language":"hebrew","number_value":4222,"lemma":"מָחָא","transliteration":"mâchâʼ","pronunciation":"maw-khaw'","derivation":"a primitive root;","strongs_definition":"to rub or strike the hands together (in exultation)","kjv_definition":"clap."} +{"id":"H4223","strongs_number":"H4223","system":"hebrew","language":"hebrew","number_value":4223,"lemma":"מְחָא","transliteration":"mᵉchâʼ","pronunciation":"mekh-aw'","derivation":"(Aramaic) corresponding to H4222 (מָחָא);","strongs_definition":"to strike in pieces; also to arrest; specifically to impale","kjv_definition":"hang, smite, stay."} +{"id":"H4224","strongs_number":"H4224","system":"hebrew","language":"hebrew","number_value":4224,"lemma":"מַחֲבֵא","transliteration":"machăbêʼ","pronunciation":"makh-ab-ay'","derivation":"or מַחֲבֹא; from H2244 (חָבָא);","strongs_definition":"a refuge","kjv_definition":"hiding (lurking) place."} +{"id":"H4225","strongs_number":"H4225","system":"hebrew","language":"hebrew","number_value":4225,"lemma":"מַחְבֶּרֶת","transliteration":"machbereth","pronunciation":"makh-beh'-reth","derivation":"from H2266 (חָבַר);","strongs_definition":"a junction, i.e. seam or sewed piece","kjv_definition":"coupling."} +{"id":"H4226","strongs_number":"H4226","system":"hebrew","language":"hebrew","number_value":4226,"lemma":"מְחַבְּרָה","transliteration":"mᵉchabbᵉrâh","pronunciation":"mekh-ab-ber-aw'","derivation":"from H2266 (חָבַר);","strongs_definition":"a joiner, i.e. brace or cramp","kjv_definition":"coupling, joining."} +{"id":"H4227","strongs_number":"H4227","system":"hebrew","language":"hebrew","number_value":4227,"lemma":"מַחֲבַת","transliteration":"machăbath","pronunciation":"makh-ab-ath'","derivation":"from the same as H2281 (חָבֵת);","strongs_definition":"a pan for baking in","kjv_definition":"pan."} +{"id":"H4228","strongs_number":"H4228","system":"hebrew","language":"hebrew","number_value":4228,"lemma":"מַחֲגֹרֶת","transliteration":"machăgôreth","pronunciation":"makh-ag-o'-reth","derivation":"from H2296 (חָגַר);","strongs_definition":"a girdle","kjv_definition":"girding."} +{"id":"H4229","strongs_number":"H4229","system":"hebrew","language":"hebrew","number_value":4229,"lemma":"מָחָה","transliteration":"mâchâh","pronunciation":"maw-khaw'","derivation":"a primitive root;","strongs_definition":"properly, to stroke or rub; by implication, to erase; also to smooth (as if with oil), i.e. grease or make fat; also to touch, i.e. reach to","kjv_definition":"abolish, blot out, destroy, full of marrow, put out, reach unto, [idiom] utterly, wipe (away, out)."} +{"id":"H4230","strongs_number":"H4230","system":"hebrew","language":"hebrew","number_value":4230,"lemma":"מְחוּגָה","transliteration":"mᵉchûwgâh","pronunciation":"mekk-oo-gaw'","derivation":"from H2328 (חוּג);","strongs_definition":"an instrument for marking a circle, i.e. compasses","kjv_definition":"compass."} +{"id":"H4231","strongs_number":"H4231","system":"hebrew","language":"hebrew","number_value":4231,"lemma":"מָחוֹז","transliteration":"mâchôwz","pronunciation":"maw-khoze'","derivation":"from an unused root meaning to enclose;","strongs_definition":"a harbor (as shut in by the shore)","kjv_definition":"haven."} +{"id":"H4232","strongs_number":"H4232","system":"hebrew","language":"hebrew","number_value":4232,"lemma":"מְחוּיָאֵל","transliteration":"Mᵉchûwyâʼêl","pronunciation":"mekh-oo-yaw-ale'","derivation":"or מְחִיּיָאֵל; from H4229 (מָחָה) and H410 (אֵל); smitten of God;","strongs_definition":"Mechujael or Mechijael, an antediluvian patriarch","kjv_definition":"Mehujael."} +{"id":"H4233","strongs_number":"H4233","system":"hebrew","language":"hebrew","number_value":4233,"lemma":"מַחֲוִים","transliteration":"Machăvîym","pronunciation":"makh-av-eem'","derivation":"apparently a patrial, but from an unknown place (in the plural only for a singular);","strongs_definition":"a Machavite or inhabitant of some place named Machaveh","kjv_definition":"Mahavite."} +{"id":"H4234","strongs_number":"H4234","system":"hebrew","language":"hebrew","number_value":4234,"lemma":"מָחוֹל","transliteration":"mâchôwl","pronunciation":"maw-khole'","derivation":"from H2342 (חוּל);","strongs_definition":"a (round) dance","kjv_definition":"dance(-cing)."} +{"id":"H4235","strongs_number":"H4235","system":"hebrew","language":"hebrew","number_value":4235,"lemma":"מָחוֹל","transliteration":"Mâchôwl","pronunciation":"maw-khole'","derivation":"the same as H4234 (מָחוֹל); dancing;","strongs_definition":"Machol, an Israelite","kjv_definition":"Mahol."} +{"id":"H4236","strongs_number":"H4236","system":"hebrew","language":"hebrew","number_value":4236,"lemma":"מַחֲזֶה","transliteration":"machăzeh","pronunciation":"makh-az-eh'","derivation":"from H2372 (חָזָה);","strongs_definition":"a vision","kjv_definition":"vision."} +{"id":"H4237","strongs_number":"H4237","system":"hebrew","language":"hebrew","number_value":4237,"lemma":"מֶחֱזָה","transliteration":"mechĕzâh","pronunciation":"mekh-ez-aw'","derivation":"from H2372 (חָזָה);","strongs_definition":"a window","kjv_definition":"light."} +{"id":"H4238","strongs_number":"H4238","system":"hebrew","language":"hebrew","number_value":4238,"lemma":"מַחֲזִיאוֹת","transliteration":"Machăzîyʼôwth","pronunciation":"makh-az-ee-oth'","derivation":"feminine plural from H2372 (חָזָה); visions;","strongs_definition":"Machazioth, an Israelite","kjv_definition":"Mahazioth."} +{"id":"H4239","strongs_number":"H4239","system":"hebrew","language":"hebrew","number_value":4239,"lemma":"מְחִי","transliteration":"mᵉchîy","pronunciation":"mekh-ee'","derivation":"from H4229 (מָחָה);","strongs_definition":"a stroke, i.e. battering-ram","kjv_definition":"engines."} +{"id":"H4240","strongs_number":"H4240","system":"hebrew","language":"hebrew","number_value":4240,"lemma":"מְחִידָא","transliteration":"Mᵉchîydâʼ","pronunciation":"mek-ee-daw'","derivation":"from H2330 (חוּד); junction;","strongs_definition":"Mechida, one of the Nethinim","kjv_definition":"Mehida."} +{"id":"H4241","strongs_number":"H4241","system":"hebrew","language":"hebrew","number_value":4241,"lemma":"מִחְיָה","transliteration":"michyâh","pronunciation":"mikh-yaw'","derivation":"from H2421 (חָיָה);","strongs_definition":"preservation of life; hence, sustenance; also the live flesh, i.e. the quick","kjv_definition":"preserve life, quick, recover selves, reviving, sustenance, victuals."} +{"id":"H4242","strongs_number":"H4242","system":"hebrew","language":"hebrew","number_value":4242,"lemma":"מְחִיר","transliteration":"mᵉchîyr","pronunciation":"mekk-eer'","derivation":"from an unused root meaning to buy;","strongs_definition":"price, payment, wages","kjv_definition":"gain, hire, price, sold, worth."} +{"id":"H4243","strongs_number":"H4243","system":"hebrew","language":"hebrew","number_value":4243,"lemma":"מְחִיר","transliteration":"Mᵉchîyr","pronunciation":"mekh-eer'","derivation":"the same as H4242 (מְחִיר); price;","strongs_definition":"Mechir, an Israelite","kjv_definition":"Mehir."} +{"id":"H4244","strongs_number":"H4244","system":"hebrew","language":"hebrew","number_value":4244,"lemma":"מַחְלָה","transliteration":"Machlâh","pronunciation":"makh-law'","derivation":"from H2470 (חָלָה); sickness;","strongs_definition":"Machlah, the name apparently of two Israelitesses","kjv_definition":"Mahlah."} +{"id":"H4245","strongs_number":"H4245","system":"hebrew","language":"hebrew","number_value":4245,"lemma":"מַחֲלֶה","transliteration":"machăleh","pronunciation":"makh-al-eh'","derivation":"or (feminine) מַחֲלָה; from H2470 (חָלָה);","strongs_definition":"sickness","kjv_definition":"disease, infirmity, sickness."} +{"id":"H4246","strongs_number":"H4246","system":"hebrew","language":"hebrew","number_value":4246,"lemma":"מְחֹלָה","transliteration":"mᵉchôlâh","pronunciation":"mek-o-law'","derivation":"feminine of H4234 (מָחוֹל);","strongs_definition":"a dance","kjv_definition":"company, dances(-cing)."} +{"id":"H4247","strongs_number":"H4247","system":"hebrew","language":"hebrew","number_value":4247,"lemma":"מְחִלָּה","transliteration":"mᵉchillâh","pronunciation":"mekh-il-law'","derivation":"from H2490 (חָלַל);","strongs_definition":"a cavern (as if excavated)","kjv_definition":"cave."} +{"id":"H4248","strongs_number":"H4248","system":"hebrew","language":"hebrew","number_value":4248,"lemma":"מַחְלוֹן","transliteration":"Machlôwn","pronunciation":"makh-lone'","derivation":"from H2470 (חָלָה); sick;","strongs_definition":"Machlon, an Israelite","kjv_definition":"Mahlon."} +{"id":"H4249","strongs_number":"H4249","system":"hebrew","language":"hebrew","number_value":4249,"lemma":"מַחְלִי","transliteration":"Machlîy","pronunciation":"makh-lee'","derivation":"from H2470 (חָלָה); sick;","strongs_definition":"Machli, the name of two Israelites","kjv_definition":"Mahli."} +{"id":"H4250","strongs_number":"H4250","system":"hebrew","language":"hebrew","number_value":4250,"lemma":"מַחְלִי","transliteration":"Machlîy","pronunciation":"makh-lee'","derivation":"patronymical from H4249 (מַחְלִי);","strongs_definition":"a Machlite or (collectively) descendants of Machli","kjv_definition":"Mahlites."} +{"id":"H4251","strongs_number":"H4251","system":"hebrew","language":"hebrew","number_value":4251,"lemma":"מַחְלֻי","transliteration":"machluy","pronunciation":"makh-loo'-ee","derivation":"from H2470 (חָלָה);","strongs_definition":"a disease","kjv_definition":"disease."} +{"id":"H4252","strongs_number":"H4252","system":"hebrew","language":"hebrew","number_value":4252,"lemma":"מַחֲלָף","transliteration":"machălâph","pronunciation":"makh-al-awf'","derivation":"from H2498 (חָלַף);","strongs_definition":"a (sacrificial) knife (as gliding through the flesh)","kjv_definition":"knife."} +{"id":"H4253","strongs_number":"H4253","system":"hebrew","language":"hebrew","number_value":4253,"lemma":"מַחְלָפָה","transliteration":"machlâphâh","pronunciation":"makh-law-faw'","derivation":"from H2498 (חָלַף);","strongs_definition":"a ringlet of hair (as gliding over each other)","kjv_definition":"lock."} +{"id":"H4254","strongs_number":"H4254","system":"hebrew","language":"hebrew","number_value":4254,"lemma":"מַחֲלָצָה","transliteration":"machălâtsâh","pronunciation":"makh-al-aw-tsaw'","derivation":"from H2502 (חָלַץ);","strongs_definition":"a mantle (as easily drawn off)","kjv_definition":"changeable suit of apparel, change of raiment."} +{"id":"H4255","strongs_number":"H4255","system":"hebrew","language":"hebrew","number_value":4255,"lemma":"מַחְלְקָה","transliteration":"machlᵉqâh","pronunciation":"makh-lek-aw'","derivation":"(Aramaic) corresponding to H4256 (מַחֲלֹקֶת);","strongs_definition":"a section (of the Levites)","kjv_definition":"course."} +{"id":"H4256","strongs_number":"H4256","system":"hebrew","language":"hebrew","number_value":4256,"lemma":"מַחֲלֹקֶת","transliteration":"machălôqeth","pronunciation":"makh-al-o'-keth","derivation":"from H2505 (חָלַק);","strongs_definition":"a section (of Levites, people or soldiers)","kjv_definition":"company, course, division, portion. See also H5555 (סֶלַע הַמַּחְלְקוֹת)."} +{"id":"H4257","strongs_number":"H4257","system":"hebrew","language":"hebrew","number_value":4257,"lemma":"מַחֲלַת","transliteration":"machălath","pronunciation":"makh-al-ath'","derivation":"from H2470 (חָלָה); sickness;","strongs_definition":"'Machalath', probably the title (initial word) of a popular song","kjv_definition":"Mahalath."} +{"id":"H4258","strongs_number":"H4258","system":"hebrew","language":"hebrew","number_value":4258,"lemma":"מַחֲלַת","transliteration":"Machălath","pronunciation":"makh-al-ath'","derivation":"the same as H4257 (מַחֲלַת); sickness;","strongs_definition":"Machalath, the name of an Ishmaelitess and of an Israelitess","kjv_definition":"Mahalath."} +{"id":"H4259","strongs_number":"H4259","system":"hebrew","language":"hebrew","number_value":4259,"lemma":"מְחֹלָתִי","transliteration":"Mᵉchôlâthîy","pronunciation":"mekh-o-law-thee'","derivation":"patrial from H65 (אָבֵל מְחוֹלָה);","strongs_definition":"a Mecholathite or inhabitant of Abel-Mecholah","kjv_definition":"Mecholathite."} +{"id":"H4260","strongs_number":"H4260","system":"hebrew","language":"hebrew","number_value":4260,"lemma":"מַחֲמָאָה","transliteration":"machămâʼâh","pronunciation":"makh-am-aw-aw'","derivation":"a denominative from H2529 (חֶמְאָה);","strongs_definition":"something buttery (i.e. unctuous and pleasant), as (figuratively) flattery","kjv_definition":"[idiom] than butter."} +{"id":"H4261","strongs_number":"H4261","system":"hebrew","language":"hebrew","number_value":4261,"lemma":"מַחְמָד","transliteration":"machmâd","pronunciation":"makh-mawd'","derivation":"from H2530 (חָמַד);","strongs_definition":"delightful; hence, a delight, i.e. object of affection or desire","kjv_definition":"beloved, desire, goodly, lovely, pleasant (thing)."} +{"id":"H4262","strongs_number":"H4262","system":"hebrew","language":"hebrew","number_value":4262,"lemma":"מַחְמֻד","transliteration":"machmud","pronunciation":"makh-mood'","derivation":"or מַחְמוּד; from H2530 (חָמַד);","strongs_definition":"desired; hence, a valuable","kjv_definition":"pleasant thing."} +{"id":"H4263","strongs_number":"H4263","system":"hebrew","language":"hebrew","number_value":4263,"lemma":"מַחְמָל","transliteration":"machmâl","pronunciation":"makh-mawl'","derivation":"from H2550 (חָמַל); (by paronomasia with H4261 (מַחְמָד)) delight","strongs_definition":"properly, sympathy;","kjv_definition":"pitieth."} +{"id":"H4264","strongs_number":"H4264","system":"hebrew","language":"hebrew","number_value":4264,"lemma":"מַחֲנֶה","transliteration":"machăneh","pronunciation":"makh-an-eh'","derivation":"from H2583 (חָנָה);","strongs_definition":"an encampment (of travellers or troops); hence, an army, whether literal (of soldiers) or figurative (of dancers, angels, cattle, locusts, stars; or even the sacred courts)","kjv_definition":"army, band, battle, camp, company, drove, host, tents."} +{"id":"H4265","strongs_number":"H4265","system":"hebrew","language":"hebrew","number_value":4265,"lemma":"מַחֲנֵה־דָן","transliteration":"Machănêh-Dân","pronunciation":"makh-an-ay'-dawn","derivation":"from H4264 (מַחֲנֶה) and H1835 (דָּן); camp of Dan;","strongs_definition":"Machaneh-Dan, a place in Palestine","kjv_definition":"Mahaneh-dan."} +{"id":"H4266","strongs_number":"H4266","system":"hebrew","language":"hebrew","number_value":4266,"lemma":"מַחֲנַיִם","transliteration":"Machănayim","pronunciation":"makh-an-ah'-yim","derivation":"dual of H4264 (מַחֲנֶה); double camp;","strongs_definition":"Machanajim, a place in Palestine","kjv_definition":"Mahanaim."} +{"id":"H4267","strongs_number":"H4267","system":"hebrew","language":"hebrew","number_value":4267,"lemma":"מַחֲנַק","transliteration":"machănaq","pronunciation":"makh-an-ak'","derivation":"from H2614 (חָנַק);","strongs_definition":"choking","kjv_definition":"strangling."} +{"id":"H4268","strongs_number":"H4268","system":"hebrew","language":"hebrew","number_value":4268,"lemma":"מַחֲסֶה","transliteration":"machăçeh","pronunciation":"makh-as-eh'","derivation":"or מַחְסֶה; from H2620 (חָסָה);","strongs_definition":"a shelter (literally or figuratively)","kjv_definition":"hope, (place of) refuge, shelter, trust."} +{"id":"H4269","strongs_number":"H4269","system":"hebrew","language":"hebrew","number_value":4269,"lemma":"מַחְסוֹם","transliteration":"machçôwm","pronunciation":"makh-sohm'","derivation":"from H2629 (חָסַם);","strongs_definition":"a muzzle","kjv_definition":"bridle."} +{"id":"H4270","strongs_number":"H4270","system":"hebrew","language":"hebrew","number_value":4270,"lemma":"מַחְסוֹר","transliteration":"machçôwr","pronunciation":"makh-sore'","derivation":"or מַחְסֹר; from H2637 (חָסֵר);","strongs_definition":"deficiency; hence, impoverishment","kjv_definition":"lack, need, penury, poor, poverty, want."} +{"id":"H4271","strongs_number":"H4271","system":"hebrew","language":"hebrew","number_value":4271,"lemma":"מַחְסֵיָה","transliteration":"Machçêyâh","pronunciation":"makh-say-yaw'","derivation":"from H4268 (מַחֲסֶה) and H3050 (יָהּ); refuge of (i.e. in) Jah;","strongs_definition":"Machsejah, an Israelite","kjv_definition":"Maaseiah."} +{"id":"H4272","strongs_number":"H4272","system":"hebrew","language":"hebrew","number_value":4272,"lemma":"מָחַץ","transliteration":"mâchats","pronunciation":"maw-khats'","derivation":"a primitive root;","strongs_definition":"to dash asunder; by implication, to crush, smash or violently plunge; figuratively, to subdue or destroy","kjv_definition":"dip, pierce (through), smite (through), strike through, wound."} +{"id":"H4273","strongs_number":"H4273","system":"hebrew","language":"hebrew","number_value":4273,"lemma":"מַחַץ","transliteration":"machats","pronunciation":"makh'-ats","derivation":"from H4272 (מָחַץ);","strongs_definition":"a contusion","kjv_definition":"stroke."} +{"id":"H4274","strongs_number":"H4274","system":"hebrew","language":"hebrew","number_value":4274,"lemma":"מַחְצֵב","transliteration":"machtsêb","pronunciation":"makh-tsabe'","derivation":"from H2672 (חָצַב);","strongs_definition":"properly, a hewing; concretely, a quarry","kjv_definition":"hewed(-n)."} +{"id":"H4275","strongs_number":"H4275","system":"hebrew","language":"hebrew","number_value":4275,"lemma":"מֶחֱצָה","transliteration":"mechĕtsâh","pronunciation":"mekh-ets-aw'","derivation":"from H2673 (חָצָה)lemma חָעָה ayin, corrected to חָצָה;","strongs_definition":"a halving","kjv_definition":"half."} +{"id":"H4276","strongs_number":"H4276","system":"hebrew","language":"hebrew","number_value":4276,"lemma":"מַחֲצִית","transliteration":"machătsîyth","pronunciation":"makh-ats-eeth'","derivation":"from H2673 (חָצָה)lemma חָעָה ayin, corrected to חָצָה;","strongs_definition":"a halving or the middle","kjv_definition":"half (so much), mid(-day)."} +{"id":"H4277","strongs_number":"H4277","system":"hebrew","language":"hebrew","number_value":4277,"lemma":"מָחַק","transliteration":"mâchaq","pronunciation":"maw-khak'","derivation":"a primitive root;","strongs_definition":"to crush","kjv_definition":"smite off."} +{"id":"H4278","strongs_number":"H4278","system":"hebrew","language":"hebrew","number_value":4278,"lemma":"מֶחְקָר","transliteration":"mechqâr","pronunciation":"mekh-kawr'","derivation":"from H2713 (חָקַר);","strongs_definition":"properly, scrutinized, i.e. (by implication) a recess","kjv_definition":"deep place."} +{"id":"H4279","strongs_number":"H4279","system":"hebrew","language":"hebrew","number_value":4279,"lemma":"מָחָר","transliteration":"mâchâr","pronunciation":"maw-khar'","derivation":"probably from H309 (אָחַר);","strongs_definition":"properly, deferred, i.e. the morrow; usually (adverbially) tomorrow; indefinitely, hereafter","kjv_definition":"time to come, tomorrow."} +{"id":"H4280","strongs_number":"H4280","system":"hebrew","language":"hebrew","number_value":4280,"lemma":"מַחֲרָאָה","transliteration":"machărâʼâh","pronunciation":"makh-ar-aw-aw'","derivation":"from the same as H2716 (חֶרֶא);","strongs_definition":"a sink","kjv_definition":"draught house."} +{"id":"H4281","strongs_number":"H4281","system":"hebrew","language":"hebrew","number_value":4281,"lemma":"מַחֲרֵשָׁה","transliteration":"machărêshâh","pronunciation":"makh-ar-ay-shaw'","derivation":"from H2790 (חָרַשׁ);","strongs_definition":"probably a pick-axe","kjv_definition":"mattock."} +{"id":"H4282","strongs_number":"H4282","system":"hebrew","language":"hebrew","number_value":4282,"lemma":"מַחֲרֶשֶׁת","transliteration":"machăresheth","pronunciation":"makh-ar-eh'-sheth","derivation":"from H2790 (חָרַשׁ);","strongs_definition":"probably a hoe","kjv_definition":"share."} +{"id":"H4283","strongs_number":"H4283","system":"hebrew","language":"hebrew","number_value":4283,"lemma":"מׇחֳרָת","transliteration":"mochŏrâth","pronunciation":"mokh-or-awth'","derivation":"or מׇחֳרָתָם; (1 Samuel 30:17), feminine from the same as H4279 (מָחָר);","strongs_definition":"the morrow or (adverbially) tomorrow","kjv_definition":"morrow, next day."} +{"id":"H4284","strongs_number":"H4284","system":"hebrew","language":"hebrew","number_value":4284,"lemma":"מַחֲשָׁבָה","transliteration":"machăshâbâh","pronunciation":"makh-ash-aw-baw'","derivation":"or מַחֲשֶׁבֶת; from H2803 (חָשַׁב);","strongs_definition":"a contrivance, i.e. (concretely) a texture, machine, or (abstractly) intention, plan (whether bad, a plot; or good, advice)","kjv_definition":"cunning (work), curious work, device(-sed), imagination, invented, means, purpose, thought."} +{"id":"H4285","strongs_number":"H4285","system":"hebrew","language":"hebrew","number_value":4285,"lemma":"מַחְשָׁךְ","transliteration":"machshâk","pronunciation":"makh-shawk'","derivation":"from H2821 (חָשַׁךְ);","strongs_definition":"darkness; concretely, a dark place","kjv_definition":"dark(-ness, place)."} +{"id":"H4286","strongs_number":"H4286","system":"hebrew","language":"hebrew","number_value":4286,"lemma":"מַחְשֹׂף","transliteration":"machsôph","pronunciation":"makh-sofe'","derivation":"from H2834 (חָשַׂף);","strongs_definition":"a peeling","kjv_definition":"made appear."} +{"id":"H4287","strongs_number":"H4287","system":"hebrew","language":"hebrew","number_value":4287,"lemma":"מַחַת","transliteration":"Machath","pronunciation":"makh'-ath","derivation":"probably from H4229 (מָחָה); erasure;","strongs_definition":"Machath, the name of two Israelites","kjv_definition":"Mahath."} +{"id":"H4288","strongs_number":"H4288","system":"hebrew","language":"hebrew","number_value":4288,"lemma":"מְחִתָּה","transliteration":"mᵉchittâh","pronunciation":"mekh-it-taw'","derivation":"from H2846 (חָתָה);","strongs_definition":"properly, a dissolution; concretely, a ruin, or (abstractly) consternation","kjv_definition":"destruction, dismaying, ruin, terror."} +{"id":"H4289","strongs_number":"H4289","system":"hebrew","language":"hebrew","number_value":4289,"lemma":"מַחְתָּה","transliteration":"machtâh","pronunciation":"makh-taw'","derivation":"the same as H4288 (מְחִתָּה) in the sense of removal;","strongs_definition":"a pan for live coals","kjv_definition":"censer, firepan, snuffdish."} +{"id":"H4290","strongs_number":"H4290","system":"hebrew","language":"hebrew","number_value":4290,"lemma":"מַחְתֶּרֶת","transliteration":"machtereth","pronunciation":"makh-teh'-reth","derivation":"from H2864 (חָתַר);","strongs_definition":"a burglary; figuratively, unexpected examination","kjv_definition":"breaking up, secret search."} +{"id":"H4291","strongs_number":"H4291","system":"hebrew","language":"hebrew","number_value":4291,"lemma":"מְטָא","transliteration":"mᵉṭâʼ","pronunciation":"met-aw'","derivation":"(Aramaic) or מְטָה; (Aramaic), apparently corresponding to H4672 (מָצָא) in the intransitive sense of being found present;","strongs_definition":"to arrive, extend or happen","kjv_definition":"come, reach."} +{"id":"H4292","strongs_number":"H4292","system":"hebrew","language":"hebrew","number_value":4292,"lemma":"מַטְאֲטֵא","transliteration":"maṭʼăṭêʼ","pronunciation":"mat-at-ay'","derivation":"apparently a denominative from H2916 (טִיט);","strongs_definition":"a broom (as removing dirt (compare English 'to dust', i.e. remove dust))","kjv_definition":"besom."} +{"id":"H4293","strongs_number":"H4293","system":"hebrew","language":"hebrew","number_value":4293,"lemma":"מַטְבֵּחַ","transliteration":"maṭbêach","pronunciation":"mat-bay'-akh","derivation":"from H2873 (טָבַח);","strongs_definition":"slaughter","kjv_definition":"slaughter."} +{"id":"H4294","strongs_number":"H4294","system":"hebrew","language":"hebrew","number_value":4294,"lemma":"מַטֶּה","transliteration":"maṭṭeh","pronunciation":"mat-teh'","derivation":"or (feminine) מַטָּה; from H5186 (נָטָה);","strongs_definition":"a branch (as extending); figuratively, a tribe; also a rod, whether for chastising (figuratively, correction), ruling (a sceptre), throwing (a lance), or walking (a staff; figuratively, a support of life, e.g. bread)","kjv_definition":"rod, staff, tribe."} +{"id":"H4295","strongs_number":"H4295","system":"hebrew","language":"hebrew","number_value":4295,"lemma":"מַטָּה","transliteration":"maṭṭâh","pronunciation":"mat'-taw","derivation":"from H5786 (עָוַר) with directive enclitic appended;","strongs_definition":"downward, below or beneath; often adverbially with or without prefixes","kjv_definition":"beneath, down(-ward), less, very low, under(-neath)."} +{"id":"H4296","strongs_number":"H4296","system":"hebrew","language":"hebrew","number_value":4296,"lemma":"מִטָּה","transliteration":"miṭṭâh","pronunciation":"mit-taw'","derivation":"from H5186 (נָטָה);","strongs_definition":"a bed (as extended) forsleeping or eating; by analogy, a sofa, litter or bier","kjv_definition":"bed(-chamber), bier."} +{"id":"H4297","strongs_number":"H4297","system":"hebrew","language":"hebrew","number_value":4297,"lemma":"מֻטֶּה","transliteration":"muṭṭeh","pronunciation":"moot-teh'","derivation":"from H5186 (נָטָה);","strongs_definition":"a stretching, i.e. distortion (figuratively, iniquity)","kjv_definition":"perverseness."} +{"id":"H4298","strongs_number":"H4298","system":"hebrew","language":"hebrew","number_value":4298,"lemma":"מֻטָּה","transliteration":"muṭṭâh","pronunciation":"moot-taw'","derivation":"from H5186 (נָטָה);","strongs_definition":"expansion","kjv_definition":"stretching out."} +{"id":"H4299","strongs_number":"H4299","system":"hebrew","language":"hebrew","number_value":4299,"lemma":"מַטְוֶה","transliteration":"maṭveh","pronunciation":"mat-veh'","derivation":"from H2901 (טָוָה);","strongs_definition":"something spun","kjv_definition":"spun."} +{"id":"H4300","strongs_number":"H4300","system":"hebrew","language":"hebrew","number_value":4300,"lemma":"מְטִיל","transliteration":"mᵉṭîyl","pronunciation":"met-eel'","derivation":"from H2904 (טוּל) in the sense of hammering out;","strongs_definition":"an iron bar (as forged)","kjv_definition":"bar."} +{"id":"H4301","strongs_number":"H4301","system":"hebrew","language":"hebrew","number_value":4301,"lemma":"מַטְמוֹן","transliteration":"maṭmôwn","pronunciation":"mat-mone'","derivation":"or מַטְמֹן; or מַטְמֻן; from H2934 (טָמַן);","strongs_definition":"a secret storehouse; hence, a secreted valuable (buried); generally money","kjv_definition":"hidden riches, (hid) treasure(-s)."} +{"id":"H4302","strongs_number":"H4302","system":"hebrew","language":"hebrew","number_value":4302,"lemma":"מַטָּע","transliteration":"maṭṭâʻ","pronunciation":"mat-taw'","derivation":"from H5193 (נָטַע);","strongs_definition":"something planted, i.e. the place (a garden or vineyard), or the thing (a plant, figuratively or men); by implication, the act, planting","kjv_definition":"plant(-ation, -ing)."} +{"id":"H4303","strongs_number":"H4303","system":"hebrew","language":"hebrew","number_value":4303,"lemma":"מַטְעַם","transliteration":"maṭʻam","pronunciation":"mat-am'","derivation":"or (feminine) מַטְעַמָּה; from H2938 (טָעַם);","strongs_definition":"a delicacy","kjv_definition":"dainty (meat), savoury meat."} +{"id":"H4304","strongs_number":"H4304","system":"hebrew","language":"hebrew","number_value":4304,"lemma":"מִטְפַּחַת","transliteration":"miṭpachath","pronunciation":"mit-pakh'-ath","derivation":"from H2946 (טָפַח);","strongs_definition":"a wide cloak (for a woman)","kjv_definition":"vail, wimple."} +{"id":"H4305","strongs_number":"H4305","system":"hebrew","language":"hebrew","number_value":4305,"lemma":"מָטַר","transliteration":"mâṭar","pronunciation":"maw-tar'","derivation":"a primitive root;","strongs_definition":"to rain","kjv_definition":"(cause to) rain (upon)."} +{"id":"H4306","strongs_number":"H4306","system":"hebrew","language":"hebrew","number_value":4306,"lemma":"מָטַר","transliteration":"mâṭar","pronunciation":"maw-tawr'","derivation":"from H4305 (מָטַר);","strongs_definition":"rain","kjv_definition":"rain."} +{"id":"H4307","strongs_number":"H4307","system":"hebrew","language":"hebrew","number_value":4307,"lemma":"מַטָּרָא","transliteration":"maṭṭârâʼ","pronunciation":"mat-taw-raw'","derivation":"or מַטָּרָה; from H5201 (נָטַר);","strongs_definition":"a jail (as a guard-house); also an aim (as being closely watched)","kjv_definition":"mark, prison."} +{"id":"H4308","strongs_number":"H4308","system":"hebrew","language":"hebrew","number_value":4308,"lemma":"מַטְרֵד","transliteration":"Maṭrêd","pronunciation":"mat-rade'","derivation":"from H2956 (טָרַד); propulsive;","strongs_definition":"Matred, an Edomitess","kjv_definition":"Matred."} +{"id":"H4309","strongs_number":"H4309","system":"hebrew","language":"hebrew","number_value":4309,"lemma":"מַטְרִי","transliteration":"Maṭrîy","pronunciation":"mat-ree'","derivation":"from H4305 (מָטַר); rainy;","strongs_definition":"Matri, an Israelite","kjv_definition":"Matri."} +{"id":"H4310","strongs_number":"H4310","system":"hebrew","language":"hebrew","number_value":4310,"lemma":"מִי","transliteration":"mîy","pronunciation":"me","derivation":"an interrogative pronoun of persons, as H4100 (מָה) is of things,","strongs_definition":"who? (occasionally, by a peculiar idiom, of things); also (indefinitely) whoever; often used in oblique construction with prefix or suffix","kjv_definition":"any (man), [idiom] he, [idiom] him, [phrase] O that! what, which, who(-m, -se, -soever), [phrase] would to God."} +{"id":"H4311","strongs_number":"H4311","system":"hebrew","language":"hebrew","number_value":4311,"lemma":"מֵידְבָא","transliteration":"Mêydᵉbâʼ","pronunciation":"may-deb-aw'","derivation":"from H4325 (מַיִם) and H1679 (דֹּבֶא); water of quiet;","strongs_definition":"Medeba, a place in Palestine","kjv_definition":"Medeba."} +{"id":"H4312","strongs_number":"H4312","system":"hebrew","language":"hebrew","number_value":4312,"lemma":"מֵידָד","transliteration":"Mêydâd","pronunciation":"may-dawd'","derivation":"from H3032 (יָדַד) in the sense of loving; affectionate;","strongs_definition":"Medad, an Israelite","kjv_definition":"Medad."} +{"id":"H4313","strongs_number":"H4313","system":"hebrew","language":"hebrew","number_value":4313,"lemma":"מֵי הַיַּרְקוֹן","transliteration":"Mêy hay-Yarqôwn","pronunciation":"may hah'-ee-yar-kone'","derivation":"from H4325 (מַיִם) and H3420 (יֵרָקוֹן) with the art. interposed; water of the yellowness;","strongs_definition":"Me-haj-Jarkon, a place in Palestine","kjv_definition":"Me-jarkon."} +{"id":"H4314","strongs_number":"H4314","system":"hebrew","language":"hebrew","number_value":4314,"lemma":"מֵי זָהָב","transliteration":"Mêy Zâhâb","pronunciation":"may zaw-hawb'","derivation":"from H4325 (מַיִם) and H2091 (זָהָב), water of gold;","strongs_definition":"Me-Zahab, an Edomite","kjv_definition":"Mezahab."} +{"id":"H4315","strongs_number":"H4315","system":"hebrew","language":"hebrew","number_value":4315,"lemma":"מֵיטָב","transliteration":"mêyṭâb","pronunciation":"may-tawb'","derivation":"from H3190 (יָטַב);","strongs_definition":"the best part","kjv_definition":"best."} +{"id":"H4316","strongs_number":"H4316","system":"hebrew","language":"hebrew","number_value":4316,"lemma":"מִיכָא","transliteration":"Mîykâʼ","pronunciation":"mee-kaw'","derivation":"a variation for H4318 (מִיכָה);","strongs_definition":"Mica, the name of two Israelites","kjv_definition":"Micha."} +{"id":"H4317","strongs_number":"H4317","system":"hebrew","language":"hebrew","number_value":4317,"lemma":"מִיכָאֵל","transliteration":"Mîykâʼêl","pronunciation":"me-kaw-ale'","derivation":"from H4310 (מִי) and (the prefix derivative from) H3588 (כִּי) and H410 (אֵל); who (is) like God?;","strongs_definition":"Mikael, the name of an archangel and of nine Israelites","kjv_definition":"Michael."} +{"id":"H4318","strongs_number":"H4318","system":"hebrew","language":"hebrew","number_value":4318,"lemma":"מִיכָה","transliteration":"Mîykâh","pronunciation":"mee-kaw'","derivation":"an abbreviated form of H4320 (מִיכָיָה);","strongs_definition":"Micah, the name of seven Israelites","kjv_definition":"Micah, Micaiah, Michah."} +{"id":"H4319","strongs_number":"H4319","system":"hebrew","language":"hebrew","number_value":4319,"lemma":"מִיכָהוּ","transliteration":"Mîykâhûw","pronunciation":"me-kaw'-hoo","derivation":"a contr. for H4321 (מִיכָיְהוּ);","strongs_definition":"Mikehu, an Israelite prophet","kjv_definition":"Micaiah (2 Chronicles 18:8)."} +{"id":"H4320","strongs_number":"H4320","system":"hebrew","language":"hebrew","number_value":4320,"lemma":"מִיכָיָה","transliteration":"Mîykâyâh","pronunciation":"me-kaw-yaw'","derivation":"from H4310 (מִי) and (the prefix derivative from) H3588 (כִּי) and H3050 (יָהּ); who (is) like Jah?;","strongs_definition":"Micajah, the name of two Israelites","kjv_definition":"Micah, Michaiah. Compare H4318 (מִיכָה)."} +{"id":"H4321","strongs_number":"H4321","system":"hebrew","language":"hebrew","number_value":4321,"lemma":"מִיכָיְהוּ","transliteration":"Mîykâyᵉhûw","pronunciation":"me-kaw-yeh-hoo'","derivation":"or מִכָיְהוּ; (Jeremiah 36:11), abbreviated form for H4322 (מִיכָיָהוּ);","strongs_definition":"Mikajah, the name of three Israelites","kjv_definition":"Micah, Micaiah, Michaiah."} +{"id":"H4322","strongs_number":"H4322","system":"hebrew","language":"hebrew","number_value":4322,"lemma":"מִיכָיָהוּ","transliteration":"Mîykâyâhûw","pronunciation":"me-kaw-yaw'-hoo","derivation":"for H4320 (מִיכָיָה);","strongs_definition":"Mikajah, the name of an Israelite and an Israelitess","kjv_definition":"Michaiah."} +{"id":"H4323","strongs_number":"H4323","system":"hebrew","language":"hebrew","number_value":4323,"lemma":"מִיכָל","transliteration":"mîykâl","pronunciation":"me-kawl'","derivation":"from H3201 (יָכֹל);","strongs_definition":"properly, a container, i.e. a streamlet","kjv_definition":"brook."} +{"id":"H4324","strongs_number":"H4324","system":"hebrew","language":"hebrew","number_value":4324,"lemma":"מִיכָל","transliteration":"Mîykâl","pronunciation":"me-kawl'","derivation":"apparently the same as H4323 (מִיכָל); revulet;","strongs_definition":"Mikal, Saul's daughter","kjv_definition":"Michal."} +{"id":"H4325","strongs_number":"H4325","system":"hebrew","language":"hebrew","number_value":4325,"lemma":"מַיִם","transliteration":"mayim","pronunciation":"mah'-yim","derivation":"dual of a primitive noun (but used in a singular sense);","strongs_definition":"water; figuratively, juice; by euphemism, urine, semen","kjv_definition":"[phrase] piss, wasting, water(-ing, (-course, -flood, -spring))."} +{"id":"H4326","strongs_number":"H4326","system":"hebrew","language":"hebrew","number_value":4326,"lemma":"מִיָּמִן","transliteration":"Mîyâmin","pronunciation":"me-yaw-meem'","derivation":"a form for H4509 (מִנְיָמִין);","strongs_definition":"Mijamin, the name of three Israelites","kjv_definition":"Miamin, Mijamin."} +{"id":"H4327","strongs_number":"H4327","system":"hebrew","language":"hebrew","number_value":4327,"lemma":"מִין","transliteration":"mîyn","pronunciation":"meen","derivation":"from an unused root meaning to portion out;","strongs_definition":"a sort, i.e. species","kjv_definition":"kind. Compare H4480 (מִן)."} +{"id":"H4328","strongs_number":"H4328","system":"hebrew","language":"hebrew","number_value":4328,"lemma":"מְיֻסָּדָה","transliteration":"mᵉyuççâdâh","pronunciation":"meh-yoos-saw-daw'","derivation":"properly, feminine passive participle of H3245 (יָסַד);","strongs_definition":"something founded, i.e. a foundation","kjv_definition":"foundation."} +{"id":"H4329","strongs_number":"H4329","system":"hebrew","language":"hebrew","number_value":4329,"lemma":"מֵיסָךְ","transliteration":"mêyçâk","pronunciation":"may-sawk'","derivation":"from H5526 (סָכַךְ);","strongs_definition":"a portico (as covered)","kjv_definition":"covert."} +{"id":"H4330","strongs_number":"H4330","system":"hebrew","language":"hebrew","number_value":4330,"lemma":"מִיץ","transliteration":"mîyts","pronunciation":"meets","derivation":"from H4160 (מוּץ);","strongs_definition":"pressure","kjv_definition":"churning, forcing, wringing."} +{"id":"H4331","strongs_number":"H4331","system":"hebrew","language":"hebrew","number_value":4331,"lemma":"מֵישָׁא","transliteration":"Mêyshâʼ","pronunciation":"may-shaw'","derivation":"from H4185 (מוּשׁ); departure;","strongs_definition":"Mesha, a place in Arabia; also an Israelite","kjv_definition":"Mesha."} +{"id":"H4332","strongs_number":"H4332","system":"hebrew","language":"hebrew","number_value":4332,"lemma":"מִישָׁאֵל","transliteration":"Mîyshâʼêl","pronunciation":"mee-shaw-ale'","derivation":"from H4310 (מִי) and H410 (אֵל) with the abbreviated form insep. relatively (see H834 (אֲשֶׁר)) interposed; who (is) what God (is) ?;","strongs_definition":"Mishael, the name of three Israelites","kjv_definition":"Mishael."} +{"id":"H4333","strongs_number":"H4333","system":"hebrew","language":"hebrew","number_value":4333,"lemma":"מִישָׁאֵל","transliteration":"Mîyshâʼêl","pronunciation":"mee-shaw-ale'","derivation":"(Aramaic) corresponding to H4332 (מִישָׁאֵל);","strongs_definition":"Mishael, an Israelite","kjv_definition":"Mishael."} +{"id":"H4334","strongs_number":"H4334","system":"hebrew","language":"hebrew","number_value":4334,"lemma":"מִישׁוֹר","transliteration":"mîyshôwr","pronunciation":"mee-shore'","derivation":"or מִישֹׁר; from H3474 (יָשַׁר);","strongs_definition":"a level, i.e. a plain (often used (with the article prefix) as a proper name of certain districts); figuratively, concord; also straightness, i.e. (figuratively) justice (sometimes adverbially, justly)","kjv_definition":"equity, even place, plain, right(-eously), (made) straight, uprightness."} +{"id":"H4335","strongs_number":"H4335","system":"hebrew","language":"hebrew","number_value":4335,"lemma":"מֵישַׁךְ","transliteration":"Mêyshak","pronunciation":"may-shak'","derivation":"borrowed from H4336 (מֵישַׁךְ);","strongs_definition":"Meshak, an Israelite","kjv_definition":"Meshak."} +{"id":"H4336","strongs_number":"H4336","system":"hebrew","language":"hebrew","number_value":4336,"lemma":"מֵישַׁךְ","transliteration":"Mêyshak","pronunciation":"may-shak'","derivation":"(Aramaic) of foreign origin and doubtful significance; name of H4333 (מִישָׁאֵל)","strongs_definition":"Meshak, the Babylonian","kjv_definition":"Meshak."} +{"id":"H4337","strongs_number":"H4337","system":"hebrew","language":"hebrew","number_value":4337,"lemma":"מֵישָׁע","transliteration":"Mêyshâʻ","pronunciation":"may-shah'","derivation":"from H3467 (יָשַׁע); safety;","strongs_definition":"Mesha, an Israelite","kjv_definition":"Mesha."} +{"id":"H4338","strongs_number":"H4338","system":"hebrew","language":"hebrew","number_value":4338,"lemma":"מֵישַׁע","transliteration":"Mêyshaʻ","pronunciation":"may-shaw'","derivation":"a variation for H4337 (מֵישָׁע); safety;","strongs_definition":"Mesha, a Moabite","kjv_definition":"Mesha."} +{"id":"H4339","strongs_number":"H4339","system":"hebrew","language":"hebrew","number_value":4339,"lemma":"מֵישָׁר","transliteration":"mêyshâr","pronunciation":"may-shawr'","derivation":"from H3474 (יָשַׁר);","strongs_definition":"evenness, i.e. (figuratively) prosperity or concord; also straightness, i.e. (figuratively) rectitude (only in plural with singular sense; often adverbially)","kjv_definition":"agreement, aright, that are equal, equity, (things that are) right(-eously, things), sweetly, upright(-ly, -ness)."} +{"id":"H4340","strongs_number":"H4340","system":"hebrew","language":"hebrew","number_value":4340,"lemma":"מֵיתָר","transliteration":"mêythâr","pronunciation":"may-thar'","derivation":"from H3498 (יָתַר); (compare H3499 (יֶתֶר))","strongs_definition":"a cord (of a tent); or the string (of a bow)","kjv_definition":"cord, string."} +{"id":"H4341","strongs_number":"H4341","system":"hebrew","language":"hebrew","number_value":4341,"lemma":"מַכְאֹב","transliteration":"makʼôb","pronunciation":"mak-obe'","derivation":"sometimes מַכְאוֹב; also (feminine Isaiah 53:3) מַכְאֹבָה; from H3510 (כָּאַב);","strongs_definition":"anguish or (figuratively) affliction","kjv_definition":"grief, pain, sorrow."} +{"id":"H4342","strongs_number":"H4342","system":"hebrew","language":"hebrew","number_value":4342,"lemma":"מַכְבִּיר","transliteration":"makbîyr","pronunciation":"mak-beer'","derivation":"transitive participle of H3527 (כָּבַר);","strongs_definition":"plenty","kjv_definition":"abundance."} +{"id":"H4343","strongs_number":"H4343","system":"hebrew","language":"hebrew","number_value":4343,"lemma":"מַכְבֵּנָא","transliteration":"Makbênâʼ","pronunciation":"mak-bay-naw'","derivation":"from the same as H3522 (כַּבּוֹן); knoll;","strongs_definition":"Macbena, a place in Palestine settled by him","kjv_definition":"Machbenah."} +{"id":"H4344","strongs_number":"H4344","system":"hebrew","language":"hebrew","number_value":4344,"lemma":"מַכְבַּנַּי","transliteration":"Makbannay","pronunciation":"mak-ban-nah'-ee","derivation":"patrial from H4343 (מַכְבֵּנָא);","strongs_definition":"a Macbannite or native of Macbena","kjv_definition":"Machbanai."} +{"id":"H4345","strongs_number":"H4345","system":"hebrew","language":"hebrew","number_value":4345,"lemma":"מַכְבֵּר","transliteration":"makbêr","pronunciation":"mak-bare'","derivation":"from H3527 (כָּבַר) in the sense of covering (compare H3531 (כְּבָרָה));","strongs_definition":"a grate","kjv_definition":"grate."} +{"id":"H4346","strongs_number":"H4346","system":"hebrew","language":"hebrew","number_value":4346,"lemma":"מַכְבָּר","transliteration":"makbâr","pronunciation":"mak-bawr'","derivation":"from H3527 (כָּבַר) in the sense of covering; (compare H4345 (מַכְבֵּר))","strongs_definition":"a cloth (as netted)","kjv_definition":"thick cloth."} +{"id":"H4347","strongs_number":"H4347","system":"hebrew","language":"hebrew","number_value":4347,"lemma":"מַכָּה","transliteration":"makkâh","pronunciation":"mak-kaw'","derivation":"or (masculine) מַכֶּה; (plural only) from H5221 (נָכָה); a blow (in 2 Chronicles 2:10, of the flail); by implication,","strongs_definition":"a wound; figuratively, carnage, also pestilence","kjv_definition":"beaten, blow, plague, slaughter, smote, [idiom] sore, stripe, stroke, wound(-ed)."} +{"id":"H4348","strongs_number":"H4348","system":"hebrew","language":"hebrew","number_value":4348,"lemma":"מִכְוָה","transliteration":"mikvâh","pronunciation":"mik-vaw'","derivation":"from H3554 (כָּוָה);","strongs_definition":"a burn","kjv_definition":"that burneth, burning."} +{"id":"H4349","strongs_number":"H4349","system":"hebrew","language":"hebrew","number_value":4349,"lemma":"מָכוֹן","transliteration":"mâkôwn","pronunciation":"maw-kone'","derivation":"from H3559 (כּוּן);","strongs_definition":"properly, a fixture, i.e. a basis; generally a place, especially as an abode","kjv_definition":"foundation, habitation, (dwelling-, settled) place."} +{"id":"H4350","strongs_number":"H4350","system":"hebrew","language":"hebrew","number_value":4350,"lemma":"מְכוֹנָה","transliteration":"mᵉkôwnâh","pronunciation":"mek-o-naw'","derivation":"or מְכֹנָה; feminine of H4349 (מָכוֹן);","strongs_definition":"a pedestal, also a spot","kjv_definition":"base."} +{"id":"H4351","strongs_number":"H4351","system":"hebrew","language":"hebrew","number_value":4351,"lemma":"מְכוּרָה","transliteration":"mᵉkûwrâh","pronunciation":"mek-oo-raw'","derivation":"or מְכֹרָה; from the same as H3564 (כּוּר) in the sense of dipping;","strongs_definition":"origin (as if a mine)","kjv_definition":"birth, habitation, nativity."} +{"id":"H4352","strongs_number":"H4352","system":"hebrew","language":"hebrew","number_value":4352,"lemma":"מָכִי","transliteration":"Mâkîy","pronunciation":"maw-kee'","derivation":"probably from H4134 (מוּךְ); pining;","strongs_definition":"Maki, an Israelite","kjv_definition":"Machi."} +{"id":"H4353","strongs_number":"H4353","system":"hebrew","language":"hebrew","number_value":4353,"lemma":"מָכִיר","transliteration":"Mâkîyr","pronunciation":"maw-keer'","derivation":"from H4376 (מָכַר); salesman;","strongs_definition":"Makir, an Israelite","kjv_definition":"Machir."} +{"id":"H4354","strongs_number":"H4354","system":"hebrew","language":"hebrew","number_value":4354,"lemma":"מָכִירִי","transliteration":"Mâkîyrîy","pronunciation":"maw-kee-ree'","derivation":"patronymical from H4353 (מָכִיר);","strongs_definition":"a Makirite or descendant of Makir","kjv_definition":"of Machir."} +{"id":"H4355","strongs_number":"H4355","system":"hebrew","language":"hebrew","number_value":4355,"lemma":"מָכַךְ","transliteration":"mâkak","pronunciation":"maw-kak'","derivation":"a primitive root;","strongs_definition":"to tumble (in ruins); figuratively, to perish","kjv_definition":"be brought low, decay."} +{"id":"H4356","strongs_number":"H4356","system":"hebrew","language":"hebrew","number_value":4356,"lemma":"מִכְלָאָה","transliteration":"miklâʼâh","pronunciation":"mik-law-aw'","derivation":"or מִכְלָה; from H3607 (כָּלָא);","strongs_definition":"a pen (for flocks)","kjv_definition":"(sheep-)fold. Compare H4357 (מִכְלָה)."} +{"id":"H4357","strongs_number":"H4357","system":"hebrew","language":"hebrew","number_value":4357,"lemma":"מִכְלָה","transliteration":"miklâh","pronunciation":"mik-law'","derivation":"from H3615 (כָּלָה);","strongs_definition":"completion (in plural concrete adverbial, wholly)","kjv_definition":"perfect. Compare H4356 (מִכְלָאָה)."} +{"id":"H4358","strongs_number":"H4358","system":"hebrew","language":"hebrew","number_value":4358,"lemma":"מִכְלוֹל","transliteration":"miklôwl","pronunciation":"mik-lole'","derivation":"from H3634 (כָּלַל);","strongs_definition":"perfection (i.e. concrete adverbial, splendidly)","kjv_definition":"most gorgeously, all sorts."} +{"id":"H4359","strongs_number":"H4359","system":"hebrew","language":"hebrew","number_value":4359,"lemma":"מִכְלָל","transliteration":"miklâl","pronunciation":"mik-lawl'","derivation":"from H3634 (כָּלַל);","strongs_definition":"perfection (of beauty)","kjv_definition":"perfection."} +{"id":"H4360","strongs_number":"H4360","system":"hebrew","language":"hebrew","number_value":4360,"lemma":"מִכְלֻל","transliteration":"miklul","pronunciation":"mik-lool'","derivation":"from H3634 (כָּלַל);","strongs_definition":"something perfect, i.e. a splendid garment","kjv_definition":"all sorts."} +{"id":"H4361","strongs_number":"H4361","system":"hebrew","language":"hebrew","number_value":4361,"lemma":"מַכֹּלֶת","transliteration":"makkôleth","pronunciation":"mak-ko'-leth","derivation":"from H398 (אָכַל);","strongs_definition":"nourishment","kjv_definition":"food."} +{"id":"H4362","strongs_number":"H4362","system":"hebrew","language":"hebrew","number_value":4362,"lemma":"מִכְמַן","transliteration":"mikman","pronunciation":"mik-man'","derivation":"from the same as H3646 (כַּמֹּן) in the sense of hiding;","strongs_definition":"treasure (as hidden)","kjv_definition":"treasure."} +{"id":"H4363","strongs_number":"H4363","system":"hebrew","language":"hebrew","number_value":4363,"lemma":"מִכְמָס","transliteration":"Mikmâç","pronunciation":"mik-maws'","derivation":"(Ezra 2:2 or מִכְמָשׁ; or מִכְמַשׁ; (Nehemiah 11:31), from H3647 (כָּמַס); hidden;","strongs_definition":"Mikmas or Mikmash, a place in Palestine","kjv_definition":"Mikmas, Mikmash."} +{"id":"H4364","strongs_number":"H4364","system":"hebrew","language":"hebrew","number_value":4364,"lemma":"מַכְמָר","transliteration":"makmâr","pronunciation":"mak-mawr'","derivation":"or מִכְמֹר; from H3648 (כָּמַר) in the sense of blackening by heat;","strongs_definition":"a (hunter's) net (as dark from concealment)","kjv_definition":"net."} +{"id":"H4365","strongs_number":"H4365","system":"hebrew","language":"hebrew","number_value":4365,"lemma":"מִכְמֶרֶת","transliteration":"mikmereth","pronunciation":"mik-meh'-reth","derivation":"or מִכְמֹרֶת; feminine of H4364 (מַכְמָר);","strongs_definition":"a (fisher's) net","kjv_definition":"drag, net."} +{"id":"H4366","strongs_number":"H4366","system":"hebrew","language":"hebrew","number_value":4366,"lemma":"מִכְמְתָת","transliteration":"Mikmᵉthâth","pronunciation":"mik-meth-awth'","derivation":"apparently from an unused root meaning to hide; concealment;","strongs_definition":"Mikmethath, a place in Palestine","kjv_definition":"Michmethath."} +{"id":"H4367","strongs_number":"H4367","system":"hebrew","language":"hebrew","number_value":4367,"lemma":"מַכְנַדְבַי","transliteration":"Maknadbay","pronunciation":"mak-nad-bah'-ee","derivation":"from H4100 (מָה) and H5068 (נָדַב) with a particle interposed; what (is) like (a) liberal (man) ?;","strongs_definition":"Maknadbai, an Israelite","kjv_definition":"Machnadebai."} +{"id":"H4368","strongs_number":"H4368","system":"hebrew","language":"hebrew","number_value":4368,"lemma":"מְכֹנָה","transliteration":"Mᵉkônâh","pronunciation":"mek-o-naw'","derivation":"the same as H4350 (מְכוֹנָה); a base;","strongs_definition":"Mekonah, a place in Palestine","kjv_definition":"Mekonah."} +{"id":"H4369","strongs_number":"H4369","system":"hebrew","language":"hebrew","number_value":4369,"lemma":"מְכֻנָה","transliteration":"mᵉkunâh","pronunciation":"mek-oo-naw'","derivation":"the same as H4350 (מְכוֹנָה);","strongs_definition":"a spot","kjv_definition":"base."} +{"id":"H4370","strongs_number":"H4370","system":"hebrew","language":"hebrew","number_value":4370,"lemma":"מִכְנָס","transliteration":"miknâç","pronunciation":"mik-nawce'","derivation":"from H3647 (כָּמַס) in the sense of hiding;","strongs_definition":"(only in dual) drawers (from concealing the private parts)","kjv_definition":"breeches."} +{"id":"H4371","strongs_number":"H4371","system":"hebrew","language":"hebrew","number_value":4371,"lemma":"מֶכֶס","transliteration":"mekeç","pronunciation":"meh'-kes","derivation":"probably from an unused root meaning to enumerate;","strongs_definition":"an assessment (as based upon a census)","kjv_definition":"tribute."} +{"id":"H4372","strongs_number":"H4372","system":"hebrew","language":"hebrew","number_value":4372,"lemma":"מִכְסֶה","transliteration":"mikçeh","pronunciation":"mik-seh'","derivation":"from H3680 (כָּסָה);","strongs_definition":"a covering, i.e. weatherboarding","kjv_definition":"covering."} +{"id":"H4373","strongs_number":"H4373","system":"hebrew","language":"hebrew","number_value":4373,"lemma":"מִכְסָה","transliteration":"mikçâh","pronunciation":"mik-saw'","derivation":"feminine of H4371 (מֶכֶס);","strongs_definition":"an enumeration; by implication, a valuation","kjv_definition":"number, worth."} +{"id":"H4374","strongs_number":"H4374","system":"hebrew","language":"hebrew","number_value":4374,"lemma":"מְכַסֶּה","transliteration":"mᵉkaççeh","pronunciation":"mek-as-seh'","derivation":"from H3680 (כָּסָה);","strongs_definition":"a covering, i.e. garment; specifically, a coverlet (for a bed), an awning (from the sun); also the omentum (as covering the intestines)","kjv_definition":"clothing, to cover, that which covereth."} +{"id":"H4375","strongs_number":"H4375","system":"hebrew","language":"hebrew","number_value":4375,"lemma":"מַכְפֵּלָה","transliteration":"Makpêlâh","pronunciation":"mak-pay-law'","derivation":"from H3717 (כָּפַל); a fold;","strongs_definition":"Makpelah, a place in Palestine","kjv_definition":"Machpelah."} +{"id":"H4376","strongs_number":"H4376","system":"hebrew","language":"hebrew","number_value":4376,"lemma":"מָכַר","transliteration":"mâkar","pronunciation":"maw-kar'","derivation":"a primitive root;","strongs_definition":"to sell, literally (as merchandise, a daughter in marriage, into slavery), or figuratively (to surrender)","kjv_definition":"[idiom] at all, sell (away, -er, self)."} +{"id":"H4377","strongs_number":"H4377","system":"hebrew","language":"hebrew","number_value":4377,"lemma":"מֶכֶר","transliteration":"meker","pronunciation":"meh'-ker","derivation":"from H4376 (מָכַר);","strongs_definition":"merchandise; also value","kjv_definition":"pay, price, ware."} +{"id":"H4378","strongs_number":"H4378","system":"hebrew","language":"hebrew","number_value":4378,"lemma":"מַכָּר","transliteration":"makkâr","pronunciation":"mak-kawr'","derivation":"from H5234 (נָכַר);","strongs_definition":"an acquaintance","kjv_definition":"acquaintance."} +{"id":"H4379","strongs_number":"H4379","system":"hebrew","language":"hebrew","number_value":4379,"lemma":"מִכְרֶה","transliteration":"mikreh","pronunciation":"mik-reh'","derivation":"from H3738 (כָּרָה);","strongs_definition":"a pit (for salt)","kjv_definition":"(salt-) pit."} +{"id":"H4380","strongs_number":"H4380","system":"hebrew","language":"hebrew","number_value":4380,"lemma":"מְכֵרָה","transliteration":"mᵉkêrâh","pronunciation":"mek-ay-raw'","derivation":"probably from the same as H3564 (כּוּר) in the sense of stabbing;","strongs_definition":"a sword","kjv_definition":"habitation."} +{"id":"H4381","strongs_number":"H4381","system":"hebrew","language":"hebrew","number_value":4381,"lemma":"מִכְרִי","transliteration":"Mikrîy","pronunciation":"mik-ree'","derivation":"from H4376 (מָכַר); salesman;","strongs_definition":"Mikri, an Israelite","kjv_definition":"Michri."} +{"id":"H4382","strongs_number":"H4382","system":"hebrew","language":"hebrew","number_value":4382,"lemma":"מְכֵרָתִי","transliteration":"Mᵉkêrâthîy","pronunciation":"mek-ay-raw-thee'","derivation":"patrial from an unused name (the same as H4380 (מְכֵרָה)) of a place in Palestine;","strongs_definition":"a Mekerathite, or inhabitant of Mekerah","kjv_definition":"Mecherathite."} +{"id":"H4383","strongs_number":"H4383","system":"hebrew","language":"hebrew","number_value":4383,"lemma":"מִכְשׁוֹל","transliteration":"mikshôwl","pronunciation":"mik-shole'","derivation":"or מִכְשֹׁל; masculine from H3782 (כָּשַׁל);","strongs_definition":"a stumbling-block, literally or figuratively (obstacle, enticement (specifically an idol), scruple)","kjv_definition":"caused to fall, offence, [idiom] (no-) thing offered, ruin, stumbling-block."} +{"id":"H4384","strongs_number":"H4384","system":"hebrew","language":"hebrew","number_value":4384,"lemma":"מַכְשֵׁלָה","transliteration":"makshêlâh","pronunciation":"mak-shay-law'","derivation":"feminine from H3782 (כָּשַׁל);","strongs_definition":"a stumbling-block, but only figuratively (fall, enticement (idol))","kjv_definition":"ruin, stumbling-block."} +{"id":"H4385","strongs_number":"H4385","system":"hebrew","language":"hebrew","number_value":4385,"lemma":"מִכְתָּב","transliteration":"miktâb","pronunciation":"mik-tawb'","derivation":"from H3789 (כָּתַב);","strongs_definition":"a thing written, the characters, or a document (letter, copy, edict, poem)","kjv_definition":"writing."} +{"id":"H4386","strongs_number":"H4386","system":"hebrew","language":"hebrew","number_value":4386,"lemma":"מְכִתָּה","transliteration":"mᵉkittâh","pronunciation":"mek-it-taw'","derivation":"from H3807 (כָּתַת);","strongs_definition":"a fracture","kjv_definition":"bursting."} +{"id":"H4387","strongs_number":"H4387","system":"hebrew","language":"hebrew","number_value":4387,"lemma":"מִכְתָּם","transliteration":"miktâm","pronunciation":"mik-tawm'","derivation":"from H3799 (כָּתַם);","strongs_definition":"an engraving, i.e. (techn.) a poem","kjv_definition":"Michtam."} +{"id":"H4388","strongs_number":"H4388","system":"hebrew","language":"hebrew","number_value":4388,"lemma":"מַכְתֵּשׁ","transliteration":"maktêsh","pronunciation":"mak-taysh'","derivation":"from H3806 (כָּתַשׁ);","strongs_definition":"a mortar; by analogy, a socket (of a tooth)","kjv_definition":"hollow place, mortar."} +{"id":"H4389","strongs_number":"H4389","system":"hebrew","language":"hebrew","number_value":4389,"lemma":"מַכְתֵּשׁ","transliteration":"Maktêsh","pronunciation":"mak-taysh'","derivation":"the same as H4388 (מַכְתֵּשׁ);","strongs_definition":"dell; the Maktesh, a place in Jerusalem","kjv_definition":"Maktesh."} +{"id":"H4390","strongs_number":"H4390","system":"hebrew","language":"hebrew","number_value":4390,"lemma":"מָלֵא","transliteration":"mâlêʼ","pronunciation":"maw-lay'","derivation":"or מָלָא; (Esther 7:5), a primitive root;","strongs_definition":"to fill or (intransitively) be full of, in a wide application (literally and figuratively)","kjv_definition":"accomplish, confirm, [phrase] consecrate, be at an end, be expired, be fenced, fill, fulfil, (be, become, [idiom] draw, give in, go) full(-ly, -ly set, tale), (over-) flow, fulness, furnish, gather (selves, together), presume, replenish, satisfy, set, space, take a (hand-) full, [phrase] have wholly."} +{"id":"H4391","strongs_number":"H4391","system":"hebrew","language":"hebrew","number_value":4391,"lemma":"מְלָא","transliteration":"mᵉlâʼ","pronunciation":"mel-aw'","derivation":"(Aramaic) corresponding to H4390 (מָלֵא);","strongs_definition":"to fill","kjv_definition":"fill, be full."} +{"id":"H4392","strongs_number":"H4392","system":"hebrew","language":"hebrew","number_value":4392,"lemma":"מָלֵא","transliteration":"mâlêʼ","pronunciation":"maw-lay'","derivation":"from H4390 (מָלֵא);","strongs_definition":"full (literally or figuratively) or filling (literally); also (concretely) fulness; adverbially, fully","kjv_definition":"[idiom] she that was with child, fill(-ed, -ed with), full(-ly), multitude, as is worth."} +{"id":"H4393","strongs_number":"H4393","system":"hebrew","language":"hebrew","number_value":4393,"lemma":"מְלֹא","transliteration":"mᵉlôʼ","pronunciation":"mel-o'","derivation":"rarely מְלוֹא; or מְלוֹ; (Ezekiel [41:8), from H4390 (מָלֵא);","strongs_definition":"fulness (literally or figuratively)","kjv_definition":"[idiom] all along, [idiom] all that is (there-) in, fill, ([idiom] that whereof...was) full, fulness, (hand-) full, multitude."} +{"id":"H4394","strongs_number":"H4394","system":"hebrew","language":"hebrew","number_value":4394,"lemma":"מִלֻּא","transliteration":"milluʼ","pronunciation":"mil-loo'","derivation":"from H4390 (מָלֵא);","strongs_definition":"a fulfilling (only in plural), i.e. (literally) a setting (of gems), or (technically) consecration (also concretely, a dedicatory sacrifice)","kjv_definition":"consecration, be set."} +{"id":"H4395","strongs_number":"H4395","system":"hebrew","language":"hebrew","number_value":4395,"lemma":"מְלֵאָה","transliteration":"mᵉlêʼâh","pronunciation":"mel-ay-aw'","derivation":"feminine of H4392 (מָלֵא);","strongs_definition":"something fulfilled, i.e. abundance (of produce)","kjv_definition":"(first of ripe) fruit, fulness."} +{"id":"H4396","strongs_number":"H4396","system":"hebrew","language":"hebrew","number_value":4396,"lemma":"מִלֻּאָה","transliteration":"milluʼâh","pronunciation":"mil-loo-aw'","derivation":"feminine of H4394 (מִלֻּא);","strongs_definition":"a filling, i.e. setting (of gems)","kjv_definition":"enclosing, setting."} +{"id":"H4397","strongs_number":"H4397","system":"hebrew","language":"hebrew","number_value":4397,"lemma":"מֲלְאָךְ","transliteration":"mălʼâk","pronunciation":"mal-awk'","derivation":"from an unused root meaning to despatch as a deputy;","strongs_definition":"a messenger; specifically, of God, i.e. an angel (also a prophet, priest or teacher)","kjv_definition":"ambassador, angel, king, messenger."} +{"id":"H4398","strongs_number":"H4398","system":"hebrew","language":"hebrew","number_value":4398,"lemma":"מַלְאַךְ","transliteration":"malʼak","pronunciation":"mal-ak'","derivation":"(Aramaic) corresponding to H4397 (מֲלְאָךְ);","strongs_definition":"an angel","kjv_definition":"angel."} +{"id":"H4399","strongs_number":"H4399","system":"hebrew","language":"hebrew","number_value":4399,"lemma":"מְלָאכָה","transliteration":"mᵉlâʼkâh","pronunciation":"mel-aw-kaw'","derivation":"from the same as H4397 (מֲלְאָךְ);","strongs_definition":"properly, deputyship, i.e. ministry; generally, employment (never servile) or work (abstractly or concretely); also property (as the result of labor)","kjv_definition":"business, [phrase] cattle, [phrase] industrious, occupation, ([phrase] -pied), [phrase] officer, thing (made), use, (manner of) work((-man), -manship)."} +{"id":"H4400","strongs_number":"H4400","system":"hebrew","language":"hebrew","number_value":4400,"lemma":"מַלְאֲכוּת","transliteration":"malʼăkûwth","pronunciation":"mal-ak-ooth'","derivation":"from the same as H4397 (מֲלְאָךְ);","strongs_definition":"a message","kjv_definition":"message."} +{"id":"H4401","strongs_number":"H4401","system":"hebrew","language":"hebrew","number_value":4401,"lemma":"מַלְאָכִי","transliteration":"Malʼâkîy","pronunciation":"mal-aw-kee'","derivation":"from the same as H4397 (מֲלְאָךְ); ministrative;","strongs_definition":"Malaki, a prophet","kjv_definition":"Malachi."} +{"id":"H4402","strongs_number":"H4402","system":"hebrew","language":"hebrew","number_value":4402,"lemma":"מִלֵּאת","transliteration":"millêʼth","pronunciation":"mil-layth'","derivation":"from H4390 (מָלֵא);","strongs_definition":"fulness, i.e. (concretely) a plump socket (of the eye)","kjv_definition":"[idiom] fitly."} +{"id":"H4403","strongs_number":"H4403","system":"hebrew","language":"hebrew","number_value":4403,"lemma":"מַלְבּוּשׁ","transliteration":"malbûwsh","pronunciation":"mal-boosh'","derivation":"or מַלְבֻּשׁ; from H3847 (לָבַשׁ);","strongs_definition":"a garment, or (collectively) clothing","kjv_definition":"apparel, raiment, vestment."} +{"id":"H4404","strongs_number":"H4404","system":"hebrew","language":"hebrew","number_value":4404,"lemma":"מַלְבֵּן","transliteration":"malbên","pronunciation":"mal-bane'","derivation":"from H3835 (לָבַן) (denominative);","strongs_definition":"a brickkiln","kjv_definition":"brickkiln."} +{"id":"H4405","strongs_number":"H4405","system":"hebrew","language":"hebrew","number_value":4405,"lemma":"מִלָּה","transliteration":"millâh","pronunciation":"mil-law'","derivation":"from H4448 (מָלַל) (plural masculine as if from מִלֶּה;","strongs_definition":"a word; collectively, a discourse; figuratively, a topic","kjv_definition":"[phrase] answer, by-word, matter, any thing (what) to say, to speak(-ing), speak, talking, word."} +{"id":"H4406","strongs_number":"H4406","system":"hebrew","language":"hebrew","number_value":4406,"lemma":"מִלָּה","transliteration":"millâh","pronunciation":"mil-law'","derivation":"(Aramaic) corresponding to H4405 (מִלָּה);","strongs_definition":"a word, command, discourse, or subject","kjv_definition":"commandment, matter, thing. word."} +{"id":"H4407","strongs_number":"H4407","system":"hebrew","language":"hebrew","number_value":4407,"lemma":"מִלּוֹא","transliteration":"millôwʼ","pronunciation":"mil-lo'","derivation":"or מִלֹּא; (2 Kings 12:20), from H4390 (מָלֵא);","strongs_definition":"a rampart (as filled in), i.e. the citadel","kjv_definition":"Millo. See also H1037 (בֵּית מִלּוֹא)."} +{"id":"H4408","strongs_number":"H4408","system":"hebrew","language":"hebrew","number_value":4408,"lemma":"מַלּוּחַ","transliteration":"mallûwach","pronunciation":"mal-loo'-akh","derivation":"from H4414 (מָלַח);","strongs_definition":"sea-purslain (from its saltness)","kjv_definition":"mallows."} +{"id":"H4409","strongs_number":"H4409","system":"hebrew","language":"hebrew","number_value":4409,"lemma":"מַלּוּךְ","transliteration":"Mallûwk","pronunciation":"mal-luke'","derivation":"or מַלּוּכִי; (Nehemiah 12:14), from H4427 (מָלַךְ); remnant;","strongs_definition":"Malluk, the name of five Israelites","kjv_definition":"Malluch, Melichu (from the margin)."} +{"id":"H4410","strongs_number":"H4410","system":"hebrew","language":"hebrew","number_value":4410,"lemma":"מְלוּכָה","transliteration":"mᵉlûwkâh","pronunciation":"mel-oo-kaw'","derivation":"feminine passive participle of H4427 (מָלַךְ);","strongs_definition":"something ruled, i.e. a realm","kjv_definition":"kingsom, king's, [idiom] royal."} +{"id":"H4411","strongs_number":"H4411","system":"hebrew","language":"hebrew","number_value":4411,"lemma":"מָלוֹן","transliteration":"mâlôwn","pronunciation":"maw-lone'","derivation":"from H3885 (לוּן);","strongs_definition":"a lodgment, i.e. caravanserai or encampment","kjv_definition":"inn, place where...lodge, lodging (place)."} +{"id":"H4412","strongs_number":"H4412","system":"hebrew","language":"hebrew","number_value":4412,"lemma":"מְלוּנָה","transliteration":"mᵉlûwnâh","pronunciation":"mel-oo-naw'","derivation":"feminine from H3885 (לוּן);","strongs_definition":"a hut, a hammock","kjv_definition":"cottage, lodge."} +{"id":"H4413","strongs_number":"H4413","system":"hebrew","language":"hebrew","number_value":4413,"lemma":"מַלּוֹתִי","transliteration":"Mallôwthîy","pronunciation":"mal-lo'-thee","derivation":"apparently from H4448 (מָלַל); I have talked (i.e. loquacious)","strongs_definition":"Mallothi, an Israelite","kjv_definition":"Mallothi."} +{"id":"H4414","strongs_number":"H4414","system":"hebrew","language":"hebrew","number_value":4414,"lemma":"מָלַח","transliteration":"mâlach","pronunciation":"maw-lakh'","derivation":"a primitive root; also as denominative from H4417 (מֶלַח)","strongs_definition":"properly, to rub to pieces or pulverize; intransitively, to disappear as dust; to salt whether internally (to season with salt) or externally (to rub with salt)","kjv_definition":"[idiom] at all, salt, season, temper together, vanish away."} +{"id":"H4415","strongs_number":"H4415","system":"hebrew","language":"hebrew","number_value":4415,"lemma":"מְלַח","transliteration":"mᵉlach","pronunciation":"mel-akh'","derivation":"(Aramaic) corresponding to H4414 (מָלַח);","strongs_definition":"to eat salt, i.e. (generally) subsist","kjv_definition":"[phrase] have maintenance."} +{"id":"H4416","strongs_number":"H4416","system":"hebrew","language":"hebrew","number_value":4416,"lemma":"מְלַח","transliteration":"mᵉlach","pronunciation":"mel-akh'","derivation":"(Aramaic) from H4415 (מְלַח);","strongs_definition":"salt","kjv_definition":"[phrase] maintenance, salt."} +{"id":"H4417","strongs_number":"H4417","system":"hebrew","language":"hebrew","number_value":4417,"lemma":"מֶלַח","transliteration":"melach","pronunciation":"meh'-lakh","derivation":"from H4414 (מָלַח);","strongs_definition":"properly, powder, i.e. (specifically) salt (as easily pulverized and dissolved)","kjv_definition":"salt(-pit)."} +{"id":"H4418","strongs_number":"H4418","system":"hebrew","language":"hebrew","number_value":4418,"lemma":"מָלָח","transliteration":"mâlâch","pronunciation":"maw-lawkh'","derivation":"from H4414 (מָלַח) in its original sense;","strongs_definition":"a rag or old garment","kjv_definition":"rotten rag."} +{"id":"H4419","strongs_number":"H4419","system":"hebrew","language":"hebrew","number_value":4419,"lemma":"מַלָּח","transliteration":"mallâch","pronunciation":"mal-lawkh'","derivation":"from H4414 (מָלַח) in its second. sense;","strongs_definition":"a sailor (as following 'the salt')","kjv_definition":"mariner."} +{"id":"H4420","strongs_number":"H4420","system":"hebrew","language":"hebrew","number_value":4420,"lemma":"מְלֵחָה","transliteration":"mᵉlêchâh","pronunciation":"mel-ay-khaw'","derivation":"from H4414 (מָלַח) (in its denominative sense); understood as land (H776 (אֶרֶץ))","strongs_definition":"properly, salted (i.e. land), i.e. a desert","kjv_definition":"barren land(-ness), salt (land)."} +{"id":"H4421","strongs_number":"H4421","system":"hebrew","language":"hebrew","number_value":4421,"lemma":"מִלְחָמָה","transliteration":"milchâmâh","pronunciation":"mil-khaw-maw'","derivation":"from H3898 (לָחַם) (in the sense of fighting);","strongs_definition":"a battle (i.e. the engagement); generally, war (i.e. warfare)","kjv_definition":"battle, fight(-ing), war(-rior)."} +{"id":"H4422","strongs_number":"H4422","system":"hebrew","language":"hebrew","number_value":4422,"lemma":"מָלַט","transliteration":"mâlaṭ","pronunciation":"maw-lat'","derivation":"a primitive root;","strongs_definition":"properly, to be smooth, i.e. (by implication) to escape (as if by slipperiness); causatively, to release or rescue; specifically, to bring forth young, emit sparks","kjv_definition":"deliver (self), escape, lay, leap out, let alone, let go, preserve, save, [idiom] speedily, [idiom] surely."} +{"id":"H4423","strongs_number":"H4423","system":"hebrew","language":"hebrew","number_value":4423,"lemma":"מֶלֶט","transliteration":"meleṭ","pronunciation":"meh'-let","derivation":"from H4422 (מָלַט),","strongs_definition":"cement (from its plastic smoothness)","kjv_definition":"clay."} +{"id":"H4424","strongs_number":"H4424","system":"hebrew","language":"hebrew","number_value":4424,"lemma":"מְלַטְיָה","transliteration":"Mᵉlaṭyâh","pronunciation":"mel-at-yaw'","derivation":"from H4423 (מֶלֶט) and H3050 (יָהּ); (whom) Jah has delivered;","strongs_definition":"Melatjah, a Gibeonite","kjv_definition":"Melatiah."} +{"id":"H4425","strongs_number":"H4425","system":"hebrew","language":"hebrew","number_value":4425,"lemma":"מְלִילָה","transliteration":"mᵉlîylâh","pronunciation":"mel-ee-law'","derivation":"from H4449 (מְלַל) (in the sense of cropping (compare H4135 (מוּל)));","strongs_definition":"a head of grain (as cut off)","kjv_definition":"ear."} +{"id":"H4426","strongs_number":"H4426","system":"hebrew","language":"hebrew","number_value":4426,"lemma":"מְלִיצָה","transliteration":"mᵉlîytsâh","pronunciation":"mel-ee-tsaw'","derivation":"from H3887 (לוּץ);","strongs_definition":"an aphorism; also a satire","kjv_definition":"interpretation, taunting."} +{"id":"H4427","strongs_number":"H4427","system":"hebrew","language":"hebrew","number_value":4427,"lemma":"מָלַךְ","transliteration":"mâlak","pronunciation":"maw-lak'","derivation":"a primitive root;","strongs_definition":"to reign; inceptively, to ascend the throne; causatively, to induct into royalty; hence (by implication) to take counsel","kjv_definition":"consult, [idiom] indeed, be (make, set a, set up) king, be (make) queen, (begin to, make to) reign(-ing), rule, [idiom] surely."} +{"id":"H4428","strongs_number":"H4428","system":"hebrew","language":"hebrew","number_value":4428,"lemma":"מֶלֶךְ","transliteration":"melek","pronunciation":"meh'-lek","derivation":"from H4427 (מָלַךְ);","strongs_definition":"a king","kjv_definition":"king, royal."} +{"id":"H4429","strongs_number":"H4429","system":"hebrew","language":"hebrew","number_value":4429,"lemma":"מֶלֶךְ","transliteration":"Melek","pronunciation":"meh'-lek","derivation":"the same as H4428 (מֶלֶךְ); king;","strongs_definition":"Melek, the name of two Israelites","kjv_definition":"Melech, Hammelech (by including the article)."} +{"id":"H4430","strongs_number":"H4430","system":"hebrew","language":"hebrew","number_value":4430,"lemma":"מֶלֶךְ","transliteration":"melek","pronunciation":"meh'-lek","derivation":"(Aramaic) corresponding to H4428 (מֶלֶךְ);","strongs_definition":"a king","kjv_definition":"king, royal."} +{"id":"H4431","strongs_number":"H4431","system":"hebrew","language":"hebrew","number_value":4431,"lemma":"מְלַךְ","transliteration":"mᵉlak","pronunciation":"mel-ak'","derivation":"(Aramaic) from a root corresponding to H4427 (מָלַךְ) in the sense of consultation;","strongs_definition":"advice","kjv_definition":"counsel."} +{"id":"H4432","strongs_number":"H4432","system":"hebrew","language":"hebrew","number_value":4432,"lemma":"מֹלֶךְ","transliteration":"Môlek","pronunciation":"mo'-lek","derivation":"from H4427 (מָלַךְ);","strongs_definition":"Molek (i.e. king), the chief deity of the Ammonites","kjv_definition":"Molech. Compare H4445 (מַלְכָּם)."} +{"id":"H4433","strongs_number":"H4433","system":"hebrew","language":"hebrew","number_value":4433,"lemma":"מַלְכָּא","transliteration":"malkâʼ","pronunciation":"mal-kaw'","derivation":"(Aramaic) corresponding to H4436 (מַלְכָּה);","strongs_definition":"a queen","kjv_definition":"queen."} +{"id":"H4434","strongs_number":"H4434","system":"hebrew","language":"hebrew","number_value":4434,"lemma":"מַלְכֹּדֶת","transliteration":"malkôdeth","pronunciation":"mal-ko'-deth","derivation":"from H3920 (לָכַד);","strongs_definition":"a snare","kjv_definition":"trap."} +{"id":"H4435","strongs_number":"H4435","system":"hebrew","language":"hebrew","number_value":4435,"lemma":"מִלְכָּה","transliteration":"Milkâh","pronunciation":"mil-kaw'","derivation":"a form of H4436 (מַלְכָּה); queen;","strongs_definition":"Milcah, the name of a Hebrewess and of an Israelite","kjv_definition":"Milcah."} +{"id":"H4436","strongs_number":"H4436","system":"hebrew","language":"hebrew","number_value":4436,"lemma":"מַלְכָּה","transliteration":"malkâh","pronunciation":"mal-kaw'","derivation":"feminine of H4428 (מֶלֶךְ);","strongs_definition":"a queen","kjv_definition":"queen."} +{"id":"H4437","strongs_number":"H4437","system":"hebrew","language":"hebrew","number_value":4437,"lemma":"מַלְכוּ","transliteration":"malkûw","pronunciation":"mal-koo'","derivation":"(Aramaic) corresponding to H4438 (מַלְכוּת);","strongs_definition":"dominion (abstractly or concretely)","kjv_definition":"kingdom, kingly, realm, reign."} +{"id":"H4438","strongs_number":"H4438","system":"hebrew","language":"hebrew","number_value":4438,"lemma":"מַלְכוּת","transliteration":"malkûwth","pronunciation":"mal-kooth'","derivation":"or מַלְכֻת; or (in plural) מַלְכֻיָּה; from H4427 (מָלַךְ);","strongs_definition":"a rule; concretely, a dominion","kjv_definition":"empire, kingdom, realm, reign, royal."} +{"id":"H4439","strongs_number":"H4439","system":"hebrew","language":"hebrew","number_value":4439,"lemma":"מַלְכִּיאֵל","transliteration":"Malkîyʼêl","pronunciation":"mal-kee-ale'","derivation":"from H4428 (מֶלֶךְ) and H410 (אֵל); king of (i.e. appointed by) God;","strongs_definition":"Malkiel, an Israelite","kjv_definition":"Malchiel."} +{"id":"H4440","strongs_number":"H4440","system":"hebrew","language":"hebrew","number_value":4440,"lemma":"מַלְכִּיאֵלִי","transliteration":"Malkîyʼêlîy","pronunciation":"mal-kee-ay-lee'","derivation":"patronymical from H4439 (מַלְכִּיאֵל);","strongs_definition":"a Malkielite or descendant of Malkiel","kjv_definition":"Malchielite."} +{"id":"H4441","strongs_number":"H4441","system":"hebrew","language":"hebrew","number_value":4441,"lemma":"מַלְכִּיָּה","transliteration":"Malkîyâh","pronunciation":"mal-kee-yaw'","derivation":"or מַלְכִּיָּהוּlemma מַלְכִּיָהוּ missing dagesh, corrected to מַלְכִּיָּהוּ; (Jeremiah [38:6), from H4428 (מֶלֶךְ) and H3050 (יָהּ); king of (i.e. appointed by) Jah;","strongs_definition":"Malkijah, the name of ten Israelites","kjv_definition":"Malchiah, Malchijah."} +{"id":"H4442","strongs_number":"H4442","system":"hebrew","language":"hebrew","number_value":4442,"lemma":"מַלְכִּי־צֶדֶק","transliteration":"Malkîy-Tsedeq","pronunciation":"mal-kee-tseh'-dek","derivation":"from H4428 (מֶלֶךְ) and H6664 (צֶדֶק); king of right;","strongs_definition":"Malki-Tsedek, an early king in Palestine","kjv_definition":"Melchizedek."} +{"id":"H4443","strongs_number":"H4443","system":"hebrew","language":"hebrew","number_value":4443,"lemma":"מַלְכִּירָם","transliteration":"Malkîyrâm","pronunciation":"mal-kee-rawm'","derivation":"from H4428 (מֶלֶךְ) and H7311 (רוּם); king of a high one (i.e. of exaltation);","strongs_definition":"Malkiram, an Israelite","kjv_definition":"Malchiram."} +{"id":"H4444","strongs_number":"H4444","system":"hebrew","language":"hebrew","number_value":4444,"lemma":"מַלְכִּישׁוּעַ","transliteration":"Malkîyshûwaʻ","pronunciation":"mal-kee-shoo'-ah","derivation":"from H4428 (מֶלֶךְ) and H7769 (שׁוּעַ); king of wealth;","strongs_definition":"Malkishua, an Israelite","kjv_definition":"Malchishua."} +{"id":"H4445","strongs_number":"H4445","system":"hebrew","language":"hebrew","number_value":4445,"lemma":"מַלְכָּם","transliteration":"Malkâm","pronunciation":"mal-kawm'","derivation":"or מִלְכּוֹם; from H4428 (מֶלֶךְ) for H4432 (מֹלֶךְ);","strongs_definition":"Malcam or Milcom, the national idol of the Ammonites","kjv_definition":"Malcham, Milcom."} +{"id":"H4446","strongs_number":"H4446","system":"hebrew","language":"hebrew","number_value":4446,"lemma":"מְלֶכֶת","transliteration":"mᵉleketh","pronunciation":"mel-eh'-keth","derivation":"from H4427 (מָלַךְ);","strongs_definition":"a queen","kjv_definition":"queen."} +{"id":"H4447","strongs_number":"H4447","system":"hebrew","language":"hebrew","number_value":4447,"lemma":"מֹלֶכֶת","transliteration":"Môleketh","pronunciation":"mo-leh'-keth","derivation":"feminine active participle of H4427 (מָלַךְ); queen;","strongs_definition":"Moleketh, an Israelitess","kjv_definition":"Hammoleketh (including the article)."} +{"id":"H4448","strongs_number":"H4448","system":"hebrew","language":"hebrew","number_value":4448,"lemma":"מָלַל","transliteration":"mâlal","pronunciation":"maw-lal'","derivation":"a primitive root;","strongs_definition":"to speak (mostly poetical) or say","kjv_definition":"say, speak, utter."} +{"id":"H4449","strongs_number":"H4449","system":"hebrew","language":"hebrew","number_value":4449,"lemma":"מְלַל","transliteration":"mᵉlal","pronunciation":"mel-al'","derivation":"(Aramaic) corresponding to H4448 (מָלַל);","strongs_definition":"to speak","kjv_definition":"say, speak(-ing)."} +{"id":"H4450","strongs_number":"H4450","system":"hebrew","language":"hebrew","number_value":4450,"lemma":"מִלֲלַי","transliteration":"Milălay","pronunciation":"mee-lal-ah'-ee","derivation":"from H4448 (מָלַל); talkative;","strongs_definition":"Milalai, an Israelite","kjv_definition":"Milalai."} +{"id":"H4451","strongs_number":"H4451","system":"hebrew","language":"hebrew","number_value":4451,"lemma":"מַלְמָד","transliteration":"malmâd","pronunciation":"mal-mawd'","derivation":"from H3925 (לָמַד);","strongs_definition":"a goad for oxen","kjv_definition":"goad."} +{"id":"H4452","strongs_number":"H4452","system":"hebrew","language":"hebrew","number_value":4452,"lemma":"מָלַץ","transliteration":"mâlats","pronunciation":"maw-lats'","derivation":"a primitive root;","strongs_definition":"to be smooth, i.e. (figuratively) pleasant","kjv_definition":"be sweet."} +{"id":"H4453","strongs_number":"H4453","system":"hebrew","language":"hebrew","number_value":4453,"lemma":"מֶלְצָר","transliteration":"meltsâr","pronunciation":"mel-tsawr'","derivation":"of Persian derivation;","strongs_definition":"the butler or other officer in the Babylonian court","kjv_definition":"Melzar."} +{"id":"H4454","strongs_number":"H4454","system":"hebrew","language":"hebrew","number_value":4454,"lemma":"מָלַק","transliteration":"mâlaq","pronunciation":"maw-lak'","derivation":"a primitive root;","strongs_definition":"to crack a joint; by implication, to wring the neck of afowl (without separating it)","kjv_definition":"wring off."} +{"id":"H4455","strongs_number":"H4455","system":"hebrew","language":"hebrew","number_value":4455,"lemma":"מַלְקוֹחַ","transliteration":"malqôwach","pronunciation":"mal-ko'-akh","derivation":"from H3947 (לָקַח);","strongs_definition":"transitively (in dual) the jaws (as taking food); intransitively, spoil (and captives) (as taken)","kjv_definition":"booty, jaws, prey."} +{"id":"H4456","strongs_number":"H4456","system":"hebrew","language":"hebrew","number_value":4456,"lemma":"מַלְקוֹשׁ","transliteration":"malqôwsh","pronunciation":"mal-koshe'","derivation":"from H3953 (לָקַשׁ); (compare H3954 (לֶקֶשׁ))","strongs_definition":"the spring rain; figuratively, eloquence","kjv_definition":"latter rain."} +{"id":"H4457","strongs_number":"H4457","system":"hebrew","language":"hebrew","number_value":4457,"lemma":"מֶלְקָח","transliteration":"melqâch","pronunciation":"mel-kawkh'","derivation":"or מַלְקָח; from H3947 (לָקַח);","strongs_definition":"(only in dual) tweezers","kjv_definition":"snuffers, tongs."} +{"id":"H4458","strongs_number":"H4458","system":"hebrew","language":"hebrew","number_value":4458,"lemma":"מֶלְתָּחָה","transliteration":"meltâchâh","pronunciation":"mel-taw-khaw'","derivation":"from an unused root meaning to spread out;","strongs_definition":"a wardrobe (i.e. room where clothing is spread)","kjv_definition":"vestry."} +{"id":"H4459","strongs_number":"H4459","system":"hebrew","language":"hebrew","number_value":4459,"lemma":"מַלְתָּעָה","transliteration":"maltâʻâh","pronunciation":"mal-taw-aw'","derivation":"transp. for H4973 (מְתַלְּעָה);","strongs_definition":"a grinder, i.e. back tooth","kjv_definition":"great tooth."} +{"id":"H4460","strongs_number":"H4460","system":"hebrew","language":"hebrew","number_value":4460,"lemma":"מַמְּגֻרָה","transliteration":"mammᵉgurâh","pronunciation":"mam-meg-oo-raw'","derivation":"from H4048 (מָגַר) (in the sense of depositing);","strongs_definition":"a granary","kjv_definition":"barn."} +{"id":"H4461","strongs_number":"H4461","system":"hebrew","language":"hebrew","number_value":4461,"lemma":"מֵמַד","transliteration":"mêmad","pronunciation":"may-mad'","derivation":"from H4058 (מָדַד);","strongs_definition":"a measure","kjv_definition":"measure."} +{"id":"H4462","strongs_number":"H4462","system":"hebrew","language":"hebrew","number_value":4462,"lemma":"מְמוּכָן","transliteration":"Mᵉmûwkân","pronunciation":"mem-oo-kawn'","derivation":"or (transp.) מוֹמֻכָן; (Esther 1:16), of Persian derivation;","strongs_definition":"Memucan or Momucan, a Persian satrap","kjv_definition":"Memucan."} +{"id":"H4463","strongs_number":"H4463","system":"hebrew","language":"hebrew","number_value":4463,"lemma":"מָמוֹת","transliteration":"mâmôwth","pronunciation":"maw-mothe'","derivation":"from H4191 (מוּת);","strongs_definition":"a mortal disease; concretely, a corpse","kjv_definition":"death."} +{"id":"H4464","strongs_number":"H4464","system":"hebrew","language":"hebrew","number_value":4464,"lemma":"מַמְזֵר","transliteration":"mamzêr","pronunciation":"mam-zare'","derivation":"from an unused root meaning to alienate;","strongs_definition":"a mongrel, i.e. born of aJewish father and aheathen mother","kjv_definition":"bastard."} +{"id":"H4465","strongs_number":"H4465","system":"hebrew","language":"hebrew","number_value":4465,"lemma":"מִמְכָּר","transliteration":"mimkâr","pronunciation":"mim-kawr'","derivation":"from H4376 (מָכַר);","strongs_definition":"merchandise; abstractly, a selling","kjv_definition":"[idiom] ought, (that which cometh of) sale, that which...sold, ware."} +{"id":"H4466","strongs_number":"H4466","system":"hebrew","language":"hebrew","number_value":4466,"lemma":"מִמְכֶּרֶת","transliteration":"mimkereth","pronunciation":"mim-keh'-reth","derivation":"feminine of H4465 (מִמְכָּר);","strongs_definition":"a sale","kjv_definition":"[phrase] sold as."} +{"id":"H4467","strongs_number":"H4467","system":"hebrew","language":"hebrew","number_value":4467,"lemma":"מַמְלָכָה","transliteration":"mamlâkâh","pronunciation":"mam-law-kaw'","derivation":"from H4427 (מָלַךְ);","strongs_definition":"dominion, i.e. (abstractly) the estate (rule) or (concretely) the country (realm)","kjv_definition":"kingdom, king's, reign, royal."} +{"id":"H4468","strongs_number":"H4468","system":"hebrew","language":"hebrew","number_value":4468,"lemma":"מַמְלָכוּת","transliteration":"mamlâkûwth","pronunciation":"mam-law-kooth'","derivation":"a form of H4467 (מַמְלָכָה) and equiv. to it","strongs_definition":"{dominion, i.e. (abstractly) the estate (rule) or (concretely) the country (realm)}","kjv_definition":"kingdom, reign."} +{"id":"H4469","strongs_number":"H4469","system":"hebrew","language":"hebrew","number_value":4469,"lemma":"מַמְסָךְ","transliteration":"mamçâk","pronunciation":"mam-sawk'","derivation":"from H4537 (מָסַךְ);","strongs_definition":"mixture, i.e. (specifically) wine mixed (with water or spices)","kjv_definition":"drink-offering, mixed wine."} +{"id":"H4470","strongs_number":"H4470","system":"hebrew","language":"hebrew","number_value":4470,"lemma":"מֶמֶר","transliteration":"memer","pronunciation":"meh'-mer","derivation":"from an unused root meaning to grieve;","strongs_definition":"sorrow","kjv_definition":"bitterness."} +{"id":"H4471","strongs_number":"H4471","system":"hebrew","language":"hebrew","number_value":4471,"lemma":"מַמְרֵא","transliteration":"Mamrêʼ","pronunciation":"mam-ray'","derivation":"from H4754 (מָרָא)(in the sense of vigor); lusty;","strongs_definition":"Mamre, an Amorite","kjv_definition":"Mamre."} +{"id":"H4472","strongs_number":"H4472","system":"hebrew","language":"hebrew","number_value":4472,"lemma":"מַמְרֹר","transliteration":"mamrôr","pronunciation":"mam-rore'","derivation":"from H4843 (מָרַר);","strongs_definition":"a bitterness, i.e. (figuratively) calamity","kjv_definition":"bitterness."} +{"id":"H4473","strongs_number":"H4473","system":"hebrew","language":"hebrew","number_value":4473,"lemma":"מִמְשַׁח","transliteration":"mimshach","pronunciation":"mim-shakh'","derivation":"from H4886 (מָשַׁח), in the sense of expansion;","strongs_definition":"outspread (i.e. with outstretched wings)","kjv_definition":"anointed."} +{"id":"H4474","strongs_number":"H4474","system":"hebrew","language":"hebrew","number_value":4474,"lemma":"מִמְשָׁל","transliteration":"mimshâl","pronunciation":"mim-shawl'","derivation":"from H4910 (מָשַׁל);","strongs_definition":"a ruler or (abstractly) rule","kjv_definition":"dominion, that ruled."} +{"id":"H4475","strongs_number":"H4475","system":"hebrew","language":"hebrew","number_value":4475,"lemma":"מֶמְשָׁלָה","transliteration":"memshâlâh","pronunciation":"mem-shaw-law'","derivation":"feminine of H4474 (מִמְשָׁל);","strongs_definition":"rule; also (concretely in plural) a realm or a ruler","kjv_definition":"dominion, government, power, to rule."} +{"id":"H4476","strongs_number":"H4476","system":"hebrew","language":"hebrew","number_value":4476,"lemma":"מִמְשָׁק","transliteration":"mimshâq","pronunciation":"mim-shawk'","derivation":"from the same as H4943 (מֶשֶׁק);","strongs_definition":"a possession","kjv_definition":"breeding."} +{"id":"H4477","strongs_number":"H4477","system":"hebrew","language":"hebrew","number_value":4477,"lemma":"מַמְתַּק","transliteration":"mamtaq","pronunciation":"mam-tak'","derivation":"from H4985 (מָתַק);","strongs_definition":"something sweet (literally or figuratively)","kjv_definition":"(most) sweet."} +{"id":"H4478","strongs_number":"H4478","system":"hebrew","language":"hebrew","number_value":4478,"lemma":"מָן","transliteration":"mân","pronunciation":"mawn","derivation":"from H4100 (מָה);","strongs_definition":"literally a whatness (so to speak), i.e. manna (so called from the question about it)","kjv_definition":"manna."} +{"id":"H4479","strongs_number":"H4479","system":"hebrew","language":"hebrew","number_value":4479,"lemma":"מָן","transliteration":"mân","pronunciation":"mawn","derivation":"(Aramaic) from H4101 (מָה);","strongs_definition":"who or what (properly, interrogatively, hence, also indefinitely and relatively)","kjv_definition":"what, who(-msoever, [phrase] -so)."} +{"id":"H4480","strongs_number":"H4480","system":"hebrew","language":"hebrew","number_value":4480,"lemma":"מִן","transliteration":"min","pronunciation":"min","derivation":"or מִנִּי; or מִנֵּי; (constructive plural) (Isaiah 30:11); for H4482 (מֵן);","strongs_definition":"properly, a part of; hence (prepositionally), from or out of in many senses","kjv_definition":"above, after, among, at, because of, by (reason of), from (among), in, [idiom] neither, [idiom] nor, (out) of, over, since, [idiom] then, through, [idiom] whether, with."} +{"id":"H4481","strongs_number":"H4481","system":"hebrew","language":"hebrew","number_value":4481,"lemma":"מִן","transliteration":"min","pronunciation":"min","derivation":"(Aramaic) corresponding to H4480 (מִן)","strongs_definition":"{properly, a part of; hence (prepositionally), from or out of}","kjv_definition":"according, after, [phrase] because, [phrase] before, by, for, from, [idiom] him, [idiom] more than, (out) of, part, since, [idiom] these, to, upon, [phrase] when."} +{"id":"H4482","strongs_number":"H4482","system":"hebrew","language":"hebrew","number_value":4482,"lemma":"מֵן","transliteration":"mên","pronunciation":"mane","derivation":"from an unused root meaning to apportion; a part; hence,","strongs_definition":"a musical chord (as parted into strings)","kjv_definition":"in (the same) (Psalm 68:23), stringed instrument (Psalm 150:4), whereby (Psalm 45:8 (defective plural))."} +{"id":"H4483","strongs_number":"H4483","system":"hebrew","language":"hebrew","number_value":4483,"lemma":"מְנָא","transliteration":"mᵉnâʼ","pronunciation":"men-aw'","derivation":"(Aramaic) or מְנָה; (Aramaic), corresponding to H4487 (מָנָה);","strongs_definition":"to count, appoint","kjv_definition":"number, ordain, set."} +{"id":"H4484","strongs_number":"H4484","system":"hebrew","language":"hebrew","number_value":4484,"lemma":"מְנֵא","transliteration":"mᵉnêʼ","pronunciation":"men-ay'","derivation":"(Aramaic) passive participle of H4483 (מְנָא);","strongs_definition":"numbered","kjv_definition":"Mene."} +{"id":"H4485","strongs_number":"H4485","system":"hebrew","language":"hebrew","number_value":4485,"lemma":"מַנְגִּינָה","transliteration":"mangîynâh","pronunciation":"man-ghee-naw'","derivation":"from H5059 (נָגַן);","strongs_definition":"a satire","kjv_definition":"music."} +{"id":"H4486","strongs_number":"H4486","system":"hebrew","language":"hebrew","number_value":4486,"lemma":"מַנְדַּע","transliteration":"mandaʻ","pronunciation":"man-dah'","derivation":"(Aramaic) corresponding to H4093 (מַדָּע);","strongs_definition":"wisdom or intelligence","kjv_definition":"knowledge, reason, understanding."} +{"id":"H4487","strongs_number":"H4487","system":"hebrew","language":"hebrew","number_value":4487,"lemma":"מָנָה","transliteration":"mânâh","pronunciation":"maw-naw'","derivation":"a primitive root;","strongs_definition":"properly, to weigh out; by implication, to allot or constitute officially; also to enumerate or enroll","kjv_definition":"appoint, count, number, prepare, set, tell."} +{"id":"H4488","strongs_number":"H4488","system":"hebrew","language":"hebrew","number_value":4488,"lemma":"מָנֶה","transliteration":"mâneh","pronunciation":"maw-neh'","derivation":"from H4487 (מָנָה);","strongs_definition":"properly, a fixed weight or measured amount, i.e. (techn.) a maneh or mina","kjv_definition":"maneh, pound."} +{"id":"H4489","strongs_number":"H4489","system":"hebrew","language":"hebrew","number_value":4489,"lemma":"מֹנֶה","transliteration":"môneh","pronunciation":"mo-neh'","derivation":"from H4487 (מָנָה);","strongs_definition":"properly, something weighed out, i.e. (figuratively) a portion of time, i.e. an instance","kjv_definition":"time."} +{"id":"H4490","strongs_number":"H4490","system":"hebrew","language":"hebrew","number_value":4490,"lemma":"מָנָה","transliteration":"mânâh","pronunciation":"maw-naw'","derivation":"from H4487 (מָנָה);","strongs_definition":"properly, something weighed out, i.e. (generally) a division; specifically (of food) a ration; also a lot","kjv_definition":"such things as belonged, part, portion."} +{"id":"H4491","strongs_number":"H4491","system":"hebrew","language":"hebrew","number_value":4491,"lemma":"מִנְהָג","transliteration":"minhâg","pronunciation":"min-hawg'","derivation":"from H5090 (נָהַג);","strongs_definition":"the driving (of a chariot)","kjv_definition":"driving."} +{"id":"H4492","strongs_number":"H4492","system":"hebrew","language":"hebrew","number_value":4492,"lemma":"מִנְהָרָה","transliteration":"minhârâh","pronunciation":"min-haw-raw'","derivation":"from H5102 (נָהַר);","strongs_definition":"properly, a channel or fissure, i.e. (by implication) a cavern","kjv_definition":"den."} +{"id":"H4493","strongs_number":"H4493","system":"hebrew","language":"hebrew","number_value":4493,"lemma":"מָנוֹד","transliteration":"mânôwd","pronunciation":"maw-node'","derivation":"from H5110 (נוּד)","strongs_definition":"a nodding or toss (of the head in derision)","kjv_definition":"shaking."} +{"id":"H4494","strongs_number":"H4494","system":"hebrew","language":"hebrew","number_value":4494,"lemma":"מָנוֹחַ","transliteration":"mânôwach","pronunciation":"maw-no'-akh","derivation":"from H5117 (נוּחַ);","strongs_definition":"quiet, i.e. (concretely) a settled spot, or (figuratively) a home","kjv_definition":"(place of) rest."} +{"id":"H4495","strongs_number":"H4495","system":"hebrew","language":"hebrew","number_value":4495,"lemma":"מָנוֹחַ","transliteration":"Mânôwach","pronunciation":"maw-no'-akh","derivation":"the same as H4494 (מָנוֹחַ); rest;","strongs_definition":"Manoach, an Israelite","kjv_definition":"Manoah."} +{"id":"H4496","strongs_number":"H4496","system":"hebrew","language":"hebrew","number_value":4496,"lemma":"מְנוּחָה","transliteration":"mᵉnûwchâh","pronunciation":"men-oo-khaw'","derivation":"or מְנֻחָה; feminine of H4495 (מָנוֹחַ);","strongs_definition":"repose or (adverbially) peacefully; figuratively, consolation (specifically, matrimony); hence (concretely) an abode","kjv_definition":"comfortable, ease, quiet, rest(-ing place), still."} +{"id":"H4497","strongs_number":"H4497","system":"hebrew","language":"hebrew","number_value":4497,"lemma":"מָנוֹן","transliteration":"mânôwn","pronunciation":"maw-nohn'","derivation":"from H5125 (נוּן);","strongs_definition":"a continuator, i.e. heir","kjv_definition":"son."} +{"id":"H4498","strongs_number":"H4498","system":"hebrew","language":"hebrew","number_value":4498,"lemma":"מָנוֹס","transliteration":"mânôwç","pronunciation":"maw-noce'","derivation":"from H5127 (נוּס);","strongs_definition":"a retreat (literally or figuratively); abstractly, a fleeing","kjv_definition":"[idiom] apace, escape, way to flee, flight, refuge."} +{"id":"H4499","strongs_number":"H4499","system":"hebrew","language":"hebrew","number_value":4499,"lemma":"מְנוּסָה","transliteration":"mᵉnûwçâh","pronunciation":"men-oo-saw'","derivation":"or מְנֻסָה; feminine of H4498 (מָנוֹס);","strongs_definition":"retreat","kjv_definition":"fleeing, flight."} +{"id":"H4500","strongs_number":"H4500","system":"hebrew","language":"hebrew","number_value":4500,"lemma":"מָנוֹר","transliteration":"mânôwr","pronunciation":"maw-nore'","derivation":"from H5214 (נִיר);","strongs_definition":"a yoke (properly, for plowing), i.e. the frame of aloom","kjv_definition":"beam."} +{"id":"H4501","strongs_number":"H4501","system":"hebrew","language":"hebrew","number_value":4501,"lemma":"מְנוֹרָה","transliteration":"mᵉnôwrâh","pronunciation":"men-o-raw'","derivation":"or מְנֹרָה; feminine of H4500 (מָנוֹר) (in the original sense of H5216 (נִיר));","strongs_definition":"a chandelier","kjv_definition":"candlestick."} +{"id":"H4502","strongs_number":"H4502","system":"hebrew","language":"hebrew","number_value":4502,"lemma":"מִנְּזָר","transliteration":"minnᵉzâr","pronunciation":"min-ez-awr'","derivation":"from H5144 (נָזַר);","strongs_definition":"a prince","kjv_definition":"crowned."} +{"id":"H4503","strongs_number":"H4503","system":"hebrew","language":"hebrew","number_value":4503,"lemma":"מִנְחָה","transliteration":"minchâh","pronunciation":"min-khaw'","derivation":"from an unused root meaning to apportion, i.e. bestow;","strongs_definition":"a donation; euphemistically, tribute; specifically a sacrificial offering (usually bloodless and voluntary)","kjv_definition":"gift, oblation, (meat) offering, present, sacrifice."} +{"id":"H4504","strongs_number":"H4504","system":"hebrew","language":"hebrew","number_value":4504,"lemma":"מִנְחָה","transliteration":"minchâh","pronunciation":"min-khaw'","derivation":"(Aramaic) corresponding to H4503 (מִנְחָה);","strongs_definition":"a sacrificial offering","kjv_definition":"oblation, meat offering."} +{"id":"H4505","strongs_number":"H4505","system":"hebrew","language":"hebrew","number_value":4505,"lemma":"מְנַחֵם","transliteration":"Mᵉnachêm","pronunciation":"men-akh-ame'","derivation":"from H5162 (נָחַם); comforter;","strongs_definition":"Menachem, an Israelite","kjv_definition":"Menahem."} +{"id":"H4506","strongs_number":"H4506","system":"hebrew","language":"hebrew","number_value":4506,"lemma":"מָנַחַת","transliteration":"Mânachath","pronunciation":"maw-nakh'-ath","derivation":"from H5117 (נוּחַ); rest;","strongs_definition":"Manachath, the name of an Edomite and of a place in Moab","kjv_definition":"Manahath."} +{"id":"H4507","strongs_number":"H4507","system":"hebrew","language":"hebrew","number_value":4507,"lemma":"מְנִי","transliteration":"Mᵉnîy","pronunciation":"men-ee'","derivation":"from H4487 (מָנָה);","strongs_definition":"the Apportioner, i.e. Fate (as an idol)","kjv_definition":"number."} +{"id":"H4508","strongs_number":"H4508","system":"hebrew","language":"hebrew","number_value":4508,"lemma":"מִנִּי","transliteration":"Minnîy","pronunciation":"min-nee'","derivation":"of foreign derivation;","strongs_definition":"Minni, an Armenian province","kjv_definition":"Minni."} +{"id":"H4509","strongs_number":"H4509","system":"hebrew","language":"hebrew","number_value":4509,"lemma":"מִנְיָמִין","transliteration":"Minyâmîyn","pronunciation":"min-yaw-meen'","derivation":"from H4480 (מִן) and H3225 (יָמִין); from (the) right hand;","strongs_definition":"Minjamin, the name of two Israelites","kjv_definition":"Miniamin. Compare H4326 (מִיָּמִן)."} +{"id":"H4510","strongs_number":"H4510","system":"hebrew","language":"hebrew","number_value":4510,"lemma":"מִנְיָן","transliteration":"minyân","pronunciation":"min-yawn'","derivation":"(Aramaic) from H4483 (מְנָא);","strongs_definition":"enumeration","kjv_definition":"number."} +{"id":"H4511","strongs_number":"H4511","system":"hebrew","language":"hebrew","number_value":4511,"lemma":"מִנִּית","transliteration":"Minnîyth","pronunciation":"min-neeth'","derivation":"from the same as H4482 (מֵן); enumeration;","strongs_definition":"Minnith, a place East of the Jordan","kjv_definition":"Minnith."} +{"id":"H4512","strongs_number":"H4512","system":"hebrew","language":"hebrew","number_value":4512,"lemma":"מִנְלֶה","transliteration":"minleh","pronunciation":"min-leh'","derivation":"from H5239 (נָלָה);","strongs_definition":"completion, i.e. (in produce) wealth","kjv_definition":"perfection."} +{"id":"H4513","strongs_number":"H4513","system":"hebrew","language":"hebrew","number_value":4513,"lemma":"מָנַע","transliteration":"mânaʻ","pronunciation":"maw-nah'","derivation":"a primitive root;","strongs_definition":"to debar (negatively or positively) from benefit or injury","kjv_definition":"deny, keep (back), refrain, restrain, withhold."} +{"id":"H4514","strongs_number":"H4514","system":"hebrew","language":"hebrew","number_value":4514,"lemma":"מַנְעוּל","transliteration":"manʻûwl","pronunciation":"man-ool'","derivation":"or מַנְעֻל; from H5274 (נָעַל);","strongs_definition":"a bolt","kjv_definition":"lock."} +{"id":"H4515","strongs_number":"H4515","system":"hebrew","language":"hebrew","number_value":4515,"lemma":"מִנְעָל","transliteration":"minʻâl","pronunciation":"man-awl'","derivation":"from H5274 (נָעַל);","strongs_definition":"a bolt","kjv_definition":"shoe."} +{"id":"H4516","strongs_number":"H4516","system":"hebrew","language":"hebrew","number_value":4516,"lemma":"מַנְעַם","transliteration":"manʻam","pronunciation":"man-am'","derivation":"from H5276 (נָעֵם);","strongs_definition":"a delicacy","kjv_definition":"dainty."} +{"id":"H4517","strongs_number":"H4517","system":"hebrew","language":"hebrew","number_value":4517,"lemma":"מְנַעְנַע","transliteration":"mᵉnaʻnaʻ","pronunciation":"men-ah-ah'","derivation":"from H5128 (נוּעַ);","strongs_definition":"a sistrum (so called from its rattling sound)","kjv_definition":"cornet."} +{"id":"H4518","strongs_number":"H4518","system":"hebrew","language":"hebrew","number_value":4518,"lemma":"מְנַקִּית","transliteration":"mᵉnaqqîyth","pronunciation":"men-ak-keeth'","derivation":"from H5352 (נָקָה);","strongs_definition":"a sacrificial basin (for holding blood)","kjv_definition":"bowl."} +{"id":"H4519","strongs_number":"H4519","system":"hebrew","language":"hebrew","number_value":4519,"lemma":"מְנַשֶּׁה","transliteration":"Mᵉnashsheh","pronunciation":"men-ash-sheh'","derivation":"from H5382 (נָשָׁה); causing to forget;","strongs_definition":"Menashsheh, a grandson of Jacob, also the tribe descended from him, and its territory","kjv_definition":"Manasseh."} +{"id":"H4520","strongs_number":"H4520","system":"hebrew","language":"hebrew","number_value":4520,"lemma":"מְנַשִּׁי","transliteration":"Mᵉnashshîy","pronunciation":"men-ash-shee'","derivation":"from H4519 (מְנַשֶּׁה);","strongs_definition":"a Menashshite or descendant of Menashsheh","kjv_definition":"of Manasseh, Manassites."} +{"id":"H4521","strongs_number":"H4521","system":"hebrew","language":"hebrew","number_value":4521,"lemma":"מְנָת","transliteration":"mᵉnâth","pronunciation":"men-awth'","derivation":"from H4487 (מָנָה);","strongs_definition":"an allotment (by courtesy, law or providence)","kjv_definition":"portion."} +{"id":"H4522","strongs_number":"H4522","system":"hebrew","language":"hebrew","number_value":4522,"lemma":"מַס","transliteration":"maç","pronunciation":"mas","derivation":"or מִס; from H4549 (מָסַס);","strongs_definition":"properly, a burden (as causing to faint), i.e. a tax in the form of forced labor","kjv_definition":"discomfited, levy, task(-master), tribute(-tary)."} +{"id":"H4523","strongs_number":"H4523","system":"hebrew","language":"hebrew","number_value":4523,"lemma":"מָס","transliteration":"mâç","pronunciation":"mawce","derivation":"from H4549 (מָסַס);","strongs_definition":"fainting, i.e. (figuratively) disconsolate","kjv_definition":"is afflicted."} +{"id":"H4524","strongs_number":"H4524","system":"hebrew","language":"hebrew","number_value":4524,"lemma":"מֵסַב","transliteration":"mêçab","pronunciation":"may-sab'","derivation":"plural masculine מְסִבִּים; or feminine מְסִבּוֹת; from H5437 (סָבַב);","strongs_definition":"a divan (as enclosing the room); abstractly (adverbial) around","kjv_definition":"that compass about, (place) round about, at table."} +{"id":"H4525","strongs_number":"H4525","system":"hebrew","language":"hebrew","number_value":4525,"lemma":"מַסְגֵּר","transliteration":"maçgêr","pronunciation":"mas-gare'","derivation":"from H5462 (סָגַר);","strongs_definition":"a fastener, i.e. (of a person) a smith, (of a thing) a prison","kjv_definition":"prison, smith."} +{"id":"H4526","strongs_number":"H4526","system":"hebrew","language":"hebrew","number_value":4526,"lemma":"מִסְגֶּרֶת","transliteration":"miçgereth","pronunciation":"mis-gheh'-reth","derivation":"from H5462 (סָגַר);","strongs_definition":"something enclosing, i.e. a margin (of a region, of a panel); concretely, a stronghold","kjv_definition":"border, close place, hole."} +{"id":"H4527","strongs_number":"H4527","system":"hebrew","language":"hebrew","number_value":4527,"lemma":"מַסַּד","transliteration":"maççad","pronunciation":"mas-sad'","derivation":"from H3245 (יָסַד);","strongs_definition":"a foundation","kjv_definition":"foundation."} +{"id":"H4528","strongs_number":"H4528","system":"hebrew","language":"hebrew","number_value":4528,"lemma":"מִסְדְּרוֹן","transliteration":"miçdᵉrôwn","pronunciation":"mis-der-ohn'","derivation":"from the same as H5468 (סֶדֶר);","strongs_definition":"a colonnade or internal portico (from its rows of pillars)","kjv_definition":"porch."} +{"id":"H4529","strongs_number":"H4529","system":"hebrew","language":"hebrew","number_value":4529,"lemma":"מָסָה","transliteration":"mâçâh","pronunciation":"maw-saw'","derivation":"a primitive root;","strongs_definition":"to dissolve","kjv_definition":"make to consume away, (make to) melt, water."} +{"id":"H4530","strongs_number":"H4530","system":"hebrew","language":"hebrew","number_value":4530,"lemma":"מִסָּה","transliteration":"miççâh","pronunciation":"mis-saw'","derivation":"from H4549 (מָסַס) (in the sense of flowing);","strongs_definition":"abundance, i.e. (adverbially) liberally","kjv_definition":"tribute."} +{"id":"H4531","strongs_number":"H4531","system":"hebrew","language":"hebrew","number_value":4531,"lemma":"מַסָּה","transliteration":"maççâh","pronunciation":"mas-saw'","derivation":"from H5254 (נָסָה);","strongs_definition":"a testing, of men (judicial) or of God (querulous)","kjv_definition":"temptation, trial."} +{"id":"H4532","strongs_number":"H4532","system":"hebrew","language":"hebrew","number_value":4532,"lemma":"מַסָּה","transliteration":"Maççâh","pronunciation":"mas-saw'","derivation":"the same as H4531 (מַסָּה);","strongs_definition":"Massah, a place in the Desert","kjv_definition":"Massah."} +{"id":"H4533","strongs_number":"H4533","system":"hebrew","language":"hebrew","number_value":4533,"lemma":"מַסְוֶה","transliteration":"maçveh","pronunciation":"mas-veh'","derivation":"apparently from an unused root meaning to cover;","strongs_definition":"a veil","kjv_definition":"vail."} +{"id":"H4534","strongs_number":"H4534","system":"hebrew","language":"hebrew","number_value":4534,"lemma":"מְסוּכָה","transliteration":"mᵉçûwkâh","pronunciation":"mes-oo-kaw'","derivation":"for H4881 (מְשׂוּכָה);","strongs_definition":"a hedge","kjv_definition":"thorn hedge."} +{"id":"H4535","strongs_number":"H4535","system":"hebrew","language":"hebrew","number_value":4535,"lemma":"מַסָּח","transliteration":"maççâch","pronunciation":"mas-sawkh'","derivation":"from H5255 (נָסַח) in the sense of staving off;","strongs_definition":"a cordon, (adverbially) or (as a) military barrier","kjv_definition":"broken down."} +{"id":"H4536","strongs_number":"H4536","system":"hebrew","language":"hebrew","number_value":4536,"lemma":"מִסְחָר","transliteration":"miçchâr","pronunciation":"mis-khawr'","derivation":"from H5503 (סָחַר);","strongs_definition":"trade","kjv_definition":"traffic."} +{"id":"H4537","strongs_number":"H4537","system":"hebrew","language":"hebrew","number_value":4537,"lemma":"מָסַךְ","transliteration":"mâçak","pronunciation":"maw-sak'","derivation":"a primitive root;","strongs_definition":"to mix, especially wine (with spices)","kjv_definition":"mingle."} +{"id":"H4538","strongs_number":"H4538","system":"hebrew","language":"hebrew","number_value":4538,"lemma":"מֶסֶךְ","transliteration":"meçek","pronunciation":"meh'-sek","derivation":"from H4537 (מָסַךְ);","strongs_definition":"a mixture, i.e. of wine with spices","kjv_definition":"mixture."} +{"id":"H4539","strongs_number":"H4539","system":"hebrew","language":"hebrew","number_value":4539,"lemma":"מָסָךְ","transliteration":"mâçâk","pronunciation":"maw-sawk'","derivation":"from H5526 (סָכַךְ);","strongs_definition":"a cover, i.e. veil","kjv_definition":"covering, curtain, hanging."} +{"id":"H4540","strongs_number":"H4540","system":"hebrew","language":"hebrew","number_value":4540,"lemma":"מְסֻכָּה","transliteration":"mᵉçukkâh","pronunciation":"mes-ook-kaw'","derivation":"from H5526 (סָכַךְ);","strongs_definition":"a covering, i.e. garniture","kjv_definition":"covering."} +{"id":"H4541","strongs_number":"H4541","system":"hebrew","language":"hebrew","number_value":4541,"lemma":"מַסֵּכָה","transliteration":"maççêkâh","pronunciation":"mas-say-kaw'","derivation":"from H5258 (נָסַךְ);","strongs_definition":"properly, a pouring over, i.e. fusion of metal (especially a cast image); by implication, a libation, i.e. league; concretely a coverlet (as if poured out)","kjv_definition":"covering, molten (image), vail."} +{"id":"H4542","strongs_number":"H4542","system":"hebrew","language":"hebrew","number_value":4542,"lemma":"מִסְכֵּן","transliteration":"miçkên","pronunciation":"mis-kane'","derivation":"from H5531 (סִכְלוּת);","strongs_definition":"indigent","kjv_definition":"poor (man)."} +{"id":"H4543","strongs_number":"H4543","system":"hebrew","language":"hebrew","number_value":4543,"lemma":"מִסְכְּנָה","transliteration":"miçkᵉnâh","pronunciation":"mis-ken-aw'","derivation":"by transp. from H3664 (כָּנַס);","strongs_definition":"a magazine","kjv_definition":"store(-house), treasure."} +{"id":"H4544","strongs_number":"H4544","system":"hebrew","language":"hebrew","number_value":4544,"lemma":"מִסְכֵּנֻת","transliteration":"miçkênuth","pronunciation":"mis-kay-nooth'","derivation":"from H4542 (מִסְכֵּן);","strongs_definition":"indigence","kjv_definition":"scarceness."} +{"id":"H4545","strongs_number":"H4545","system":"hebrew","language":"hebrew","number_value":4545,"lemma":"מַסֶּכֶת","transliteration":"maççeketh","pronunciation":"mas-seh'-keth","derivation":"from H5259 (נָסַךְ) in the sense of spreading out;","strongs_definition":"something expanded, i.e. the warp in aloom (as stretched out to receive the woof)","kjv_definition":"web."} +{"id":"H4546","strongs_number":"H4546","system":"hebrew","language":"hebrew","number_value":4546,"lemma":"מְסִלָּה","transliteration":"mᵉçillâh","pronunciation":"mes-il-law'","derivation":"from H5549 (סָלַל);","strongs_definition":"a thoroughfare (as turnpiked), literally or figuratively; specifically a viaduct, a staircase","kjv_definition":"causeway, course, highway, path, terrace."} +{"id":"H4547","strongs_number":"H4547","system":"hebrew","language":"hebrew","number_value":4547,"lemma":"מַסְלוּל","transliteration":"maçlûwl","pronunciation":"mas-lool'","derivation":"from H5549 (סָלַל);","strongs_definition":"a thoroughfare (as turnpiked)","kjv_definition":"highway."} +{"id":"H4548","strongs_number":"H4548","system":"hebrew","language":"hebrew","number_value":4548,"lemma":"מַסְמֵר","transliteration":"maçmêr","pronunciation":"mas-mare'","derivation":"or מִסְמֵר; also (feminine) מַסְמְרָה; or מִסְמְרָה; or even מַשְׂמְרָה; (Ecclesiastes 12:11), from H5568 (סָמַר);","strongs_definition":"a peg (as bristling from the surface)","kjv_definition":"nail."} +{"id":"H4549","strongs_number":"H4549","system":"hebrew","language":"hebrew","number_value":4549,"lemma":"מָסַס","transliteration":"mâçaç","pronunciation":"maw-sas'","derivation":"a primitive root;","strongs_definition":"to liquefy; figuratively, to waste (with disease), to faint (with fatigue, fear or grief)","kjv_definition":"discourage, faint, be loosed, melt (away), refuse, [idiom] utterly."} +{"id":"H4550","strongs_number":"H4550","system":"hebrew","language":"hebrew","number_value":4550,"lemma":"מַסַּע","transliteration":"maççaʻ","pronunciation":"mas-sah'","derivation":"from H5265 (נָסַע);","strongs_definition":"a departure (from striking the tents), i.e. march (not necessarily a single day's travel); by implication, a station (or point of departure)","kjv_definition":"journey(-ing)."} +{"id":"H4551","strongs_number":"H4551","system":"hebrew","language":"hebrew","number_value":4551,"lemma":"מַסָּע","transliteration":"maççâʻ","pronunciation":"mas-saw'","derivation":"from H5265 (נָסַע) in the sense of projecting;","strongs_definition":"a missile (spear or arrow); also a quarry (whence stones are, as it were, ejected)","kjv_definition":"before it was brought, dart."} +{"id":"H4552","strongs_number":"H4552","system":"hebrew","language":"hebrew","number_value":4552,"lemma":"מִסְעָד","transliteration":"miçʻâd","pronunciation":"mis-awd'","derivation":"' from H5582 (סָעַד);","strongs_definition":"a balustrade (for stairs)","kjv_definition":"pillar."} +{"id":"H4553","strongs_number":"H4553","system":"hebrew","language":"hebrew","number_value":4553,"lemma":"מִסְפֵּד","transliteration":"miçpêd","pronunciation":"mis-pade'","derivation":"from H5594 (סָפַד);","strongs_definition":"a lamentation","kjv_definition":"lamentation, one mourneth, mourning, wailing."} +{"id":"H4554","strongs_number":"H4554","system":"hebrew","language":"hebrew","number_value":4554,"lemma":"מִסְפּוֹא","transliteration":"miçpôwʼ","pronunciation":"mis-po'","derivation":"from an unused root meaning to collect;","strongs_definition":"fodder","kjv_definition":"provender."} +{"id":"H4555","strongs_number":"H4555","system":"hebrew","language":"hebrew","number_value":4555,"lemma":"מִסְפָּחָה","transliteration":"miçpâchâh","pronunciation":"mis-paw-khaw'","derivation":"from H5596 (סָפַח);","strongs_definition":"a veil (as spread out)","kjv_definition":"kerchief."} +{"id":"H4556","strongs_number":"H4556","system":"hebrew","language":"hebrew","number_value":4556,"lemma":"מִסְפַּחַת","transliteration":"miçpachath","pronunciation":"mis-pakh'-ath","derivation":"from H5596 (סָפַח);","strongs_definition":"scruf (as spreading over the surface)","kjv_definition":"scab."} +{"id":"H4557","strongs_number":"H4557","system":"hebrew","language":"hebrew","number_value":4557,"lemma":"מִסְפָּר","transliteration":"miçpâr","pronunciation":"mis-pawr'","derivation":"from H5608 (סָפַר);","strongs_definition":"a number, definite (arithmetical) or indefinite (large, innumerable; small, a few); also (abstractly) narration","kjv_definition":"[phrase] abundance, account, [idiom] all, [idiom] few, (in-) finite, (certain) number(-ed), tale, telling, [phrase] time."} +{"id":"H4558","strongs_number":"H4558","system":"hebrew","language":"hebrew","number_value":4558,"lemma":"מִסְפָּר","transliteration":"Miçpâr","pronunciation":"mis-pawr'","derivation":"the same as H4457 (מֶלְקָח); number;","strongs_definition":"Mispar, an Israelite","kjv_definition":"Mizpar. Compare H4559 (מִסְפֶּרֶת)."} +{"id":"H4559","strongs_number":"H4559","system":"hebrew","language":"hebrew","number_value":4559,"lemma":"מִסְפֶּרֶת","transliteration":"Miçpereth","pronunciation":"mis-peh'-reth","derivation":"feminine of H4437 (מַלְכוּ); enumeration;","strongs_definition":"Mispereth, an Israelite","kjv_definition":"Mispereth. Compare H4458 (מֶלְתָּחָה)."} +{"id":"H4560","strongs_number":"H4560","system":"hebrew","language":"hebrew","number_value":4560,"lemma":"מָסַר","transliteration":"mâçar","pronunciation":"maw-sar'","derivation":"a primitive root;","strongs_definition":"to sunder, i.e. (transitively) set apart, or (reflex.) apostatize","kjv_definition":"commit, deliver."} +{"id":"H4561","strongs_number":"H4561","system":"hebrew","language":"hebrew","number_value":4561,"lemma":"מֹסָר","transliteration":"môçâr","pronunciation":"mo-sawr'","derivation":"from H3256 (יָסַר);","strongs_definition":"admonition","kjv_definition":"instruction."} +{"id":"H4562","strongs_number":"H4562","system":"hebrew","language":"hebrew","number_value":4562,"lemma":"מָסֹרֶת","transliteration":"mâçôreth","pronunciation":"maw-so'-reth","derivation":"from H631 (אָסַר);","strongs_definition":"a band","kjv_definition":"bond."} +{"id":"H4563","strongs_number":"H4563","system":"hebrew","language":"hebrew","number_value":4563,"lemma":"מִסְתּוֹר","transliteration":"miçtôwr","pronunciation":"mis-tore'","derivation":"from H5641 (סָתַר);","strongs_definition":"a refuge","kjv_definition":"covert."} +{"id":"H4564","strongs_number":"H4564","system":"hebrew","language":"hebrew","number_value":4564,"lemma":"מַסְתֵּר","transliteration":"maçtêr","pronunciation":"mas-tare'","derivation":"from H5641 (סָתַר);","strongs_definition":"properly, a hider, i.e. (abstractly) a hiding, i.e. aversion","kjv_definition":"hid."} +{"id":"H4565","strongs_number":"H4565","system":"hebrew","language":"hebrew","number_value":4565,"lemma":"מִסְתָּר","transliteration":"miçtâr","pronunciation":"mis-tawr'","derivation":"from H5641 (סָתַר);","strongs_definition":"properly, a concealer, i.e. a covert","kjv_definition":"secret(-ly, place)."} +{"id":"H4566","strongs_number":"H4566","system":"hebrew","language":"hebrew","number_value":4566,"lemma":"מַעְבָּד","transliteration":"maʻbâd","pronunciation":"mah-bawd'","derivation":"from H5647 (עָבַד);","strongs_definition":"an act","kjv_definition":"work."} +{"id":"H4567","strongs_number":"H4567","system":"hebrew","language":"hebrew","number_value":4567,"lemma":"מַעְבָד","transliteration":"maʻbâd","pronunciation":"mah-bawd'","derivation":"(Aramaic) corresponding to H4566 (מַעְבָּד);","strongs_definition":"an act","kjv_definition":"work."} +{"id":"H4568","strongs_number":"H4568","system":"hebrew","language":"hebrew","number_value":4568,"lemma":"מַעֲבֶה","transliteration":"maʻăbeh","pronunciation":"mah-ab-eh'","derivation":"from H5666 (עָבָה);","strongs_definition":"properly, compact (part of soil), i.e. loam","kjv_definition":"clay."} +{"id":"H4569","strongs_number":"H4569","system":"hebrew","language":"hebrew","number_value":4569,"lemma":"מַעֲבָר","transliteration":"maʻăbâr","pronunciation":"mah-ab-awr'","derivation":"or feminine מַעֲבָרָה; from H5674 (עָבַר);","strongs_definition":"a crossing-place (of a river, a ford; of a mountain, a pass); abstractly, a transit, i.e. (figuratively) overwhelming","kjv_definition":"ford, place where...pass, passage."} +{"id":"H4570","strongs_number":"H4570","system":"hebrew","language":"hebrew","number_value":4570,"lemma":"מַעְגָּל","transliteration":"maʻgâl","pronunciation":"mah-gawl'","derivation":"or feminine מַעְגָּלָה; from the same as H5696 (עָגֹל);","strongs_definition":"a track (literally or figuratively); also a rampart (as circular)","kjv_definition":"going, path, trench, way(-side)."} +{"id":"H4571","strongs_number":"H4571","system":"hebrew","language":"hebrew","number_value":4571,"lemma":"מָעַד","transliteration":"mâʻad","pronunciation":"maw-ad'","derivation":"a primitive root;","strongs_definition":"to waver","kjv_definition":"make to shake, slide, slip."} +{"id":"H4572","strongs_number":"H4572","system":"hebrew","language":"hebrew","number_value":4572,"lemma":"מַעֲדַי","transliteration":"Maʻăday","pronunciation":"mah-ad-ah'-ee","derivation":"from H5710 (עָדָה); ornamental;","strongs_definition":"Maadai, an Israelite","kjv_definition":"Maadai."} +{"id":"H4573","strongs_number":"H4573","system":"hebrew","language":"hebrew","number_value":4573,"lemma":"מַעֲדְיָה","transliteration":"Maʻădyâh","pronunciation":"mah-ad-yaw'","derivation":"from H5710 (עָדָה) and H3050 (יָהּ); ornament of Jah;","strongs_definition":"Maadjah, an Israelite","kjv_definition":"Maadiah. Compare H4153 (מוֹעַדְיָה)."} +{"id":"H4574","strongs_number":"H4574","system":"hebrew","language":"hebrew","number_value":4574,"lemma":"מַעֲדָן","transliteration":"maʻădân","pronunciation":"mah-ad-awn'","derivation":"or (feminine) מַעֲדַנָּה; from H5727 (עָדַן);","strongs_definition":"a delicacy or (abstractly) pleasure (adverbially, cheerfully)","kjv_definition":"dainty, delicately, delight."} +{"id":"H4575","strongs_number":"H4575","system":"hebrew","language":"hebrew","number_value":4575,"lemma":"מַעֲדַנָּה","transliteration":"maʻădannâh","pronunciation":"mah-ad-an-naw'","derivation":"by transitive from H6029 (עָנַד);","strongs_definition":"a bond, i.e. group","kjv_definition":"influence."} +{"id":"H4576","strongs_number":"H4576","system":"hebrew","language":"hebrew","number_value":4576,"lemma":"מַעְדֵּר","transliteration":"maʻdêr","pronunciation":"mah-dare'","derivation":"from H5737 (עֲדַר);","strongs_definition":"a (weeding) hoe","kjv_definition":"mattock."} +{"id":"H4577","strongs_number":"H4577","system":"hebrew","language":"hebrew","number_value":4577,"lemma":"מְעָה","transliteration":"mᵉʻâh","pronunciation":"meh-aw'","derivation":"(Aramaic) or מְעָא; (Aramaic), corresponding to H4578 (מֵעֶה)xlit mêʻâh corrected to mêʻeh;","strongs_definition":"only in plural the bowels","kjv_definition":"belly."} +{"id":"H4578","strongs_number":"H4578","system":"hebrew","language":"hebrew","number_value":4578,"lemma":"מֵעֶה","transliteration":"mêʻeh","pronunciation":"may-aw'","derivation":"from an unused root probably meaning to be soft;","strongs_definition":"used only in plural the intestines, or (collectively) the abdomen, figuratively, sympathy; by implication, a vest; by extension the stomach, the uterus (or of men, the seat of generation), the heart (figuratively)","kjv_definition":"belly, bowels, [idiom] heart, womb."} +{"id":"H4579","strongs_number":"H4579","system":"hebrew","language":"hebrew","number_value":4579,"lemma":"מֵעָה","transliteration":"mêʻâh","pronunciation":"may-aw'","derivation":"feminine of H4578 (מֵעֶה)xlit mêʻâh corrected to mêʻeh;","strongs_definition":"the belly, i.e. (figuratively) interior","kjv_definition":"gravel."} +{"id":"H4580","strongs_number":"H4580","system":"hebrew","language":"hebrew","number_value":4580,"lemma":"מָעוֹג","transliteration":"mâʻôwg","pronunciation":"maw-ogue'","derivation":"from H5746 (עוּג); also with H3934 (לָעֵג) a table-buffoon, i.e.","strongs_definition":"a cake of bread; parasite","kjv_definition":"cake, feast."} +{"id":"H4581","strongs_number":"H4581","system":"hebrew","language":"hebrew","number_value":4581,"lemma":"מָעוֹז","transliteration":"mâʻôwz","pronunciation":"maw-oze'","derivation":"(also מָעוּז ); or מָעֹז (also מָעֻז; from H5810 (עָזַז);","strongs_definition":"a fortified place; figuratively, a defence","kjv_definition":"force, fort(-ress), rock, strength(-en), ([idiom] most) strong (hold)."} +{"id":"H4582","strongs_number":"H4582","system":"hebrew","language":"hebrew","number_value":4582,"lemma":"מָעוֹךְ","transliteration":"Mâʻôwk","pronunciation":"maw-oke'","derivation":"from H4600 (מָעַךְ); oppressed;","strongs_definition":"Maok, a Philistine","kjv_definition":"Maoch."} +{"id":"H4583","strongs_number":"H4583","system":"hebrew","language":"hebrew","number_value":4583,"lemma":"מָעוֹן","transliteration":"mâʻôwn","pronunciation":"maw-ohn'","derivation":"or מָעִין; (1 Chronicles 4:41), from the same as H5772 (עוֹנָה);","strongs_definition":"an abode, of God (the Tabernacle or the Temple), men (their home) or animals (their lair); hence, a retreat (asylum)","kjv_definition":"den, dwelling((-) place), habitation."} +{"id":"H4584","strongs_number":"H4584","system":"hebrew","language":"hebrew","number_value":4584,"lemma":"מָעוֹן","transliteration":"Mâʻôwn","pronunciation":"maw-ohn'","derivation":"the same as H4583 (מָעוֹן); a residence;","strongs_definition":"Maon, the name of an Israelite and of a place in Palestine","kjv_definition":"Maon, Maonites. Compare H1010 (בֵּית בַּעַל מְעוֹן), H4586 (מְעוּנִי)lemma מְעוּנָי third vowel, corrected to מְעוּנִי."} +{"id":"H4585","strongs_number":"H4585","system":"hebrew","language":"hebrew","number_value":4585,"lemma":"מְעוֹנָה","transliteration":"mᵉʻôwnâh","pronunciation":"meh-o-naw'","derivation":"or מְעֹנָה; feminine of H4583 (מָעוֹן), and meaning the same","strongs_definition":"{an abode, of God (the Tabernacle or the Temple), men (their home) or animals (their lair); hence, a retreat (asylum)}","kjv_definition":"den, habitation, (dwelling) place, refuge."} +{"id":"H4586","strongs_number":"H4586","system":"hebrew","language":"hebrew","number_value":4586,"lemma":"מְעוּנִי","transliteration":"Mᵉʻûwnîy","pronunciation":"meh-oo-nee'","derivation":"or מְעִינִי; probably patrial from H4584 (מָעוֹן);","strongs_definition":"a Meunite, or inhabitant of Maon (only in plural)","kjv_definition":"Mehunim(-s), Meunim."} +{"id":"H4587","strongs_number":"H4587","system":"hebrew","language":"hebrew","number_value":4587,"lemma":"מְעוֹנֹתַי","transliteration":"Mᵉʻôwnôthay","pronunciation":"meh-o-no-thah'-ee","derivation":"plural of H4585 (מְעוֹנָה); habitative;","strongs_definition":"Meonothai, an Israelite","kjv_definition":"Meonothai."} +{"id":"H4588","strongs_number":"H4588","system":"hebrew","language":"hebrew","number_value":4588,"lemma":"מָעוּף","transliteration":"mâʻûwph","pronunciation":"maw-off'","derivation":"from H5774 (עוּף) in the sense of covering with shade (compare H4155 (מוּעָף));","strongs_definition":"darkness","kjv_definition":"dimness."} +{"id":"H4589","strongs_number":"H4589","system":"hebrew","language":"hebrew","number_value":4589,"lemma":"מָעוֹר","transliteration":"mâʻôwr","pronunciation":"maw-ore'","derivation":"from H5783 (עוּר);","strongs_definition":"nakedness, i.e. (in plural) the pudenda","kjv_definition":"nakedness."} +{"id":"H4590","strongs_number":"H4590","system":"hebrew","language":"hebrew","number_value":4590,"lemma":"מַעַזְיָה","transliteration":"Maʻazyâh","pronunciation":"mah-az-yaw'","derivation":"or מַעַזְיָהוּ; probably from H5756 (עוּז) (in the sense of protection) and H3050 (יָהּ); rescue of Jah;","strongs_definition":"Maazjah, the name of two Israelites","kjv_definition":"Maaziah."} +{"id":"H4591","strongs_number":"H4591","system":"hebrew","language":"hebrew","number_value":4591,"lemma":"מָעַט","transliteration":"mâʻaṭ","pronunciation":"maw-at'","derivation":"a primitive root;","strongs_definition":"properly, to pare off, i.e. lessen; intransitively, to be (or causatively, to make) small or few (or figuratively, ineffective)","kjv_definition":"suffer to decrease, diminish, (be, [idiom] borrow a, give, make) few (in number, -ness), gather least (little), be (seem) little, ([idiom] give the) less, be minished, bring to nothing."} +{"id":"H4592","strongs_number":"H4592","system":"hebrew","language":"hebrew","number_value":4592,"lemma":"מְעַט","transliteration":"mᵉʻaṭ","pronunciation":"meh-at'","derivation":"or מְעָט; from H4591 (מָעַט);","strongs_definition":"a little or few (often adverbial or compar.)","kjv_definition":"almost (some, very) few(-er, -est), lightly, little (while), (very) small (matter, thing), some, soon, [idiom] very."} +{"id":"H4593","strongs_number":"H4593","system":"hebrew","language":"hebrew","number_value":4593,"lemma":"מָעֹט","transliteration":"mâʻôṭ","pronunciation":"maw-ote'","derivation":"passive adjective of H4591 (מָעַט);","strongs_definition":"thinned (as to the edge), i.e. sharp","kjv_definition":"wrapped up."} +{"id":"H4594","strongs_number":"H4594","system":"hebrew","language":"hebrew","number_value":4594,"lemma":"מַעֲטֶה","transliteration":"maʻăṭeh","pronunciation":"mah-at-eh'","derivation":"from H5844 (עָטָה);","strongs_definition":"a vestment","kjv_definition":"garment."} +{"id":"H4595","strongs_number":"H4595","system":"hebrew","language":"hebrew","number_value":4595,"lemma":"מַעֲטָפָה","transliteration":"maʻăṭâphâh","pronunciation":"mah-at-aw-faw'","derivation":"from H5848 (עָטַף);","strongs_definition":"a cloak","kjv_definition":"mantle."} +{"id":"H4596","strongs_number":"H4596","system":"hebrew","language":"hebrew","number_value":4596,"lemma":"מְעִי","transliteration":"mᵉʻîy","pronunciation":"meh-ee'","derivation":"from H5753 (עָוָה); (compare H5856 (עִי))","strongs_definition":"a pile of rubbish (as contorted), i.e. a ruin","kjv_definition":"heap."} +{"id":"H4597","strongs_number":"H4597","system":"hebrew","language":"hebrew","number_value":4597,"lemma":"מָעַי","transliteration":"Mâʻay","pronunciation":"maw-ah'-ee","derivation":"probably from H4578 (מֵעֶה)xlit mêʻâh corrected to mêʻeh; sympathetic;","strongs_definition":"Maai, an Israelite","kjv_definition":"Maai."} +{"id":"H4598","strongs_number":"H4598","system":"hebrew","language":"hebrew","number_value":4598,"lemma":"מְעִיל","transliteration":"mᵉʻîyl","pronunciation":"meh-eel'","derivation":"from H4603 (מָעַל) in the sense of covering;","strongs_definition":"a robe (i.e. upper and outer garment)","kjv_definition":"cloke, coat, mantle, robe."} +{"id":"H4599","strongs_number":"H4599","system":"hebrew","language":"hebrew","number_value":4599,"lemma":"מַעְיָן","transliteration":"maʻyân","pronunciation":"mah-yawn'","derivation":"or מַעְיְנוֹ; (Psalm 114:8), or (feminine) מַעְיָנָה; from H5869 (עַיִן) (as a denominative in the sense of a spring);","strongs_definition":"a fountain (also collectively), figuratively, a source (of satisfaction)","kjv_definition":"fountain, spring, well."} +{"id":"H4600","strongs_number":"H4600","system":"hebrew","language":"hebrew","number_value":4600,"lemma":"מָעַךְ","transliteration":"mâʻak","pronunciation":"maw-ak'","derivation":"a primitive root;","strongs_definition":"to press, i.e. to pierce, emasculate, handle","kjv_definition":"bruised, stuck, be pressed."} +{"id":"H4601","strongs_number":"H4601","system":"hebrew","language":"hebrew","number_value":4601,"lemma":"מַעֲכָה","transliteration":"Maʻăkâh","pronunciation":"mah-ak-aw'","derivation":"or מַעֲכָת; (Joshua 13:13), from H4600 (מָעַךְ); depression;","strongs_definition":"Maakah (or Maakath), the name of a place in Syria, also of a Mesopotamian, of three Israelites, and of four Israelitesses and one Syrian woman","kjv_definition":"Maachah, Maachathites. See also H1038 (בֵּית מַעֲכָה)."} +{"id":"H4602","strongs_number":"H4602","system":"hebrew","language":"hebrew","number_value":4602,"lemma":"מַעֲכָתִי","transliteration":"Maʻăkâthîy","pronunciation":"mah-ak-aw-thee'","derivation":"patrial from H4601 (מַעֲכָה);","strongs_definition":"a Maakathite, or inhabitant of Maakah","kjv_definition":"Maachathite."} +{"id":"H4603","strongs_number":"H4603","system":"hebrew","language":"hebrew","number_value":4603,"lemma":"מָעַל","transliteration":"mâʻal","pronunciation":"maw-al'","derivation":"a primitive root;","strongs_definition":"properly, to cover up; used only figuratively, to act covertly, i.e. treacherously","kjv_definition":"transgress, (commit, do a) trespass(-ing)."} +{"id":"H4604","strongs_number":"H4604","system":"hebrew","language":"hebrew","number_value":4604,"lemma":"מַעַל","transliteration":"maʻal","pronunciation":"mah'-al","derivation":"from H4603 (מָעַל);","strongs_definition":"treachery, i.e. sin","kjv_definition":"falsehood, grievously, sore, transgression, trespass, [idiom] very."} +{"id":"H4605","strongs_number":"H4605","system":"hebrew","language":"hebrew","number_value":4605,"lemma":"מַעַל","transliteration":"maʻal","pronunciation":"mah'al","derivation":"from H5927 (עָלָה);","strongs_definition":"properly, the upper part, used only adverbially with prefix upward, above, overhead, from the top, etc.","kjv_definition":"above, exceeding(-ly), forward, on ([idiom] very) high, over, up(-on, -ward), very."} +{"id":"H4606","strongs_number":"H4606","system":"hebrew","language":"hebrew","number_value":4606,"lemma":"מֵעָל","transliteration":"mêʻâl","pronunciation":"may-awl'","derivation":"(Aramaic) from H5954 (עֲלַל);","strongs_definition":"(only in plural as singular) the setting (of the sun)","kjv_definition":"going down."} +{"id":"H4607","strongs_number":"H4607","system":"hebrew","language":"hebrew","number_value":4607,"lemma":"מֹעַל","transliteration":"môʻal","pronunciation":"mo'-al","derivation":"from H5927 (עָלָה);","strongs_definition":"a raising (of the hands)","kjv_definition":"lifting up."} +{"id":"H4608","strongs_number":"H4608","system":"hebrew","language":"hebrew","number_value":4608,"lemma":"מַעֲלֶה","transliteration":"maʻăleh","pronunciation":"mah-al-eh'","derivation":"from H5927 (עָלָה);","strongs_definition":"an elevation, i.e. (concretely) acclivity or platform; abstractly (the relation or state) a rise or (figuratively) priority","kjv_definition":"ascent, before, chiefest, cliff, that goeth up, going up, hill, mounting up, stairs."} +{"id":"H4609","strongs_number":"H4609","system":"hebrew","language":"hebrew","number_value":4609,"lemma":"מַעֲלָה","transliteration":"maʻălâh","pronunciation":"mah-al-aw'","derivation":"feminine of H4608 (מַעֲלֶה);","strongs_definition":"elevation, i.e. the act (literally, a journey to a higher place, figuratively, a thought arising), or (concretely) the condition (literally, a step or grademark, figuratively, a superiority of station); specifically a climactic progression (in certain Psalms)","kjv_definition":"things that come up, (high) degree, deal, go up, stair, step, story."} +{"id":"H4610","strongs_number":"H4610","system":"hebrew","language":"hebrew","number_value":4610,"lemma":"מַעֲלֵה עַקְרַבִּים","transliteration":"Maʻălêh ʻAqrabbîym","pronunciation":"mah-al-ay' ak-rabbeem'","derivation":"from H4608 (מַעֲלֶה) and (the plural of) H6137 (עַקְרָב);","strongs_definition":"Steep of Scorpions, a place in the Desert","kjv_definition":"Maaleh-accrabim, the ascent (going up) of Akrabbim."} +{"id":"H4611","strongs_number":"H4611","system":"hebrew","language":"hebrew","number_value":4611,"lemma":"מַעֲלָל","transliteration":"maʻălâl","pronunciation":"mah-al-awl'","derivation":"from H5953 (עָלַל);","strongs_definition":"an act (good or bad)","kjv_definition":"doing, endeavour, invention, work."} +{"id":"H4612","strongs_number":"H4612","system":"hebrew","language":"hebrew","number_value":4612,"lemma":"מַעֲמָד","transliteration":"maʻămâd","pronunciation":"mah-am-awd'","derivation":"from H5975 (עָמַד);","strongs_definition":"(figuratively) a position","kjv_definition":"attendance, office, place, state."} +{"id":"H4613","strongs_number":"H4613","system":"hebrew","language":"hebrew","number_value":4613,"lemma":"מׇעֳמָד","transliteration":"moʻŏmâd","pronunciation":"moh-om-awd'","derivation":"from H5975 (עָמַד);","strongs_definition":"literally a foothold","kjv_definition":"standing."} +{"id":"H4614","strongs_number":"H4614","system":"hebrew","language":"hebrew","number_value":4614,"lemma":"מַעֲמָסָה","transliteration":"maʻămâçâh","pronunciation":"mah-am-aw-saw'","derivation":"from H6006 (עָמַס);","strongs_definition":"burdensomeness","kjv_definition":"burdensome."} +{"id":"H4615","strongs_number":"H4615","system":"hebrew","language":"hebrew","number_value":4615,"lemma":"מַעֲמָק","transliteration":"maʻămâq","pronunciation":"mah-am-awk'","derivation":"from H6009 (עָמַק);","strongs_definition":"a deep","kjv_definition":"deep, depth."} +{"id":"H4616","strongs_number":"H4616","system":"hebrew","language":"hebrew","number_value":4616,"lemma":"מַעַן","transliteration":"maʻan","pronunciation":"mah'-an","derivation":"from H6030 (עָנָה);","strongs_definition":"properly, heed, i.e. purpose; used only adverbially, on account of (as a motive or an aim), teleologically, in order that","kjv_definition":"because of, to the end (intent) that, for (to,... 's sake), [phrase] lest, that, to."} +{"id":"H4617","strongs_number":"H4617","system":"hebrew","language":"hebrew","number_value":4617,"lemma":"מַעֲנֶה","transliteration":"maʻăneh","pronunciation":"mah-an-eh'","derivation":"from H6030 (עָנָה);","strongs_definition":"a reply (favorable or contradictory)","kjv_definition":"answer, [idiom] himself."} +{"id":"H4618","strongs_number":"H4618","system":"hebrew","language":"hebrew","number_value":4618,"lemma":"מַעֲנָה","transliteration":"maʻănâh","pronunciation":"mah-an-aw'","derivation":"from H6031 (עָנָה), in the sense of depression or tilling;","strongs_definition":"a furrow","kjv_definition":"[phrase] acre, furrow."} +{"id":"H4619","strongs_number":"H4619","system":"hebrew","language":"hebrew","number_value":4619,"lemma":"מַעַץ","transliteration":"Maʻats","pronunciation":"mah'-ats","derivation":"from H6095 (עָצָה); closure;","strongs_definition":"Maats, an Israelite","kjv_definition":"Maaz."} +{"id":"H4620","strongs_number":"H4620","system":"hebrew","language":"hebrew","number_value":4620,"lemma":"מַעֲצֵבָה","transliteration":"maʻătsêbâh","pronunciation":"mah-ats-ay-baw'","derivation":"from H6087 (עָצַב);","strongs_definition":"anguish","kjv_definition":"sorrow."} +{"id":"H4621","strongs_number":"H4621","system":"hebrew","language":"hebrew","number_value":4621,"lemma":"מַעֲצָד","transliteration":"maʻătsâd","pronunciation":"mah-ats-awd'","derivation":"from an unused root meaning to hew;","strongs_definition":"an axe","kjv_definition":"ax, tongs."} +{"id":"H4622","strongs_number":"H4622","system":"hebrew","language":"hebrew","number_value":4622,"lemma":"מַעְצוֹר","transliteration":"maʻtsôwr","pronunciation":"mah-tsore'","derivation":"from H6113 (עָצָר);","strongs_definition":"objectively, a hindrance","kjv_definition":"restraint."} +{"id":"H4623","strongs_number":"H4623","system":"hebrew","language":"hebrew","number_value":4623,"lemma":"מַעְצָר","transliteration":"maʻtsâr","pronunciation":"mah-tsawr'","derivation":"from H6113 (עָצָר);","strongs_definition":"subjectively, control","kjv_definition":"rule."} +{"id":"H4624","strongs_number":"H4624","system":"hebrew","language":"hebrew","number_value":4624,"lemma":"מַעֲקֶה","transliteration":"maʻăqeh","pronunciation":"mah-ak-eh'","derivation":"from an unused root meaning to repress;","strongs_definition":"a parapet","kjv_definition":"battlement."} +{"id":"H4625","strongs_number":"H4625","system":"hebrew","language":"hebrew","number_value":4625,"lemma":"מַעֲקָשׁ","transliteration":"maʻăqâsh","pronunciation":"mah-ak-awsh'","derivation":"from H6140 (עָקַשׁ);","strongs_definition":"a crook (in a road)","kjv_definition":"crooked thing."} +{"id":"H4626","strongs_number":"H4626","system":"hebrew","language":"hebrew","number_value":4626,"lemma":"מַעַר","transliteration":"maʻar","pronunciation":"mah'-ar","derivation":"from H6168 (עָרָה);","strongs_definition":"a nude place, i.e. (literally) the pudenda, or (figuratively) a vacant space","kjv_definition":"nakedness, proportion."} +{"id":"H4627","strongs_number":"H4627","system":"hebrew","language":"hebrew","number_value":4627,"lemma":"מַעֲרָב","transliteration":"maʻărâb","pronunciation":"mah-ar-awb'","derivation":"from H6148 (עָרַב), in the sense of trading;","strongs_definition":"traffic; by implication, mercantile goods","kjv_definition":"market, merchandise."} +{"id":"H4628","strongs_number":"H4628","system":"hebrew","language":"hebrew","number_value":4628,"lemma":"מַעֲרָב","transliteration":"maʻărâb","pronunciation":"mah-ar-awb'","derivation":"or (feminine) מַעֲרָבָה; from H6150 (עָרַב), in the sense of shading;","strongs_definition":"the west (as a region of the evening sun)","kjv_definition":"west."} +{"id":"H4629","strongs_number":"H4629","system":"hebrew","language":"hebrew","number_value":4629,"lemma":"מַעֲרֶה","transliteration":"maʻăreh","pronunciation":"mah-ar-eh'","derivation":"from H6168 (עָרָה);","strongs_definition":"a nude place, i.e. a common","kjv_definition":"meadows."} +{"id":"H4630","strongs_number":"H4630","system":"hebrew","language":"hebrew","number_value":4630,"lemma":"מַעֲרָה","transliteration":"maʻărâh","pronunciation":"mah-ar-aw'","derivation":"feminine of H4629 (מַעֲרֶה);","strongs_definition":"an open spot","kjv_definition":"army (from the margin)."} +{"id":"H4631","strongs_number":"H4631","system":"hebrew","language":"hebrew","number_value":4631,"lemma":"מְעָרָה","transliteration":"mᵉʻârâh","pronunciation":"meh-aw-raw'","derivation":"from H5783 (עוּר);","strongs_definition":"a cavern (as dark)","kjv_definition":"cave, den, hole."} +{"id":"H4632","strongs_number":"H4632","system":"hebrew","language":"hebrew","number_value":4632,"lemma":"מְעָרָה","transliteration":"Mᵉʻârâh","pronunciation":"meh-aw-raw'","derivation":"the same as H4631 (מְעָרָה); cave;","strongs_definition":"Mearah, a place in Palestine","kjv_definition":"Mearah."} +{"id":"H4633","strongs_number":"H4633","system":"hebrew","language":"hebrew","number_value":4633,"lemma":"מַעֲרָךְ","transliteration":"maʻărâk","pronunciation":"mah-ar-awk'","derivation":"from H6186 (עָרַךְ);","strongs_definition":"an arrangement, i.e. (figuratively) mental disposition","kjv_definition":"preparation."} +{"id":"H4634","strongs_number":"H4634","system":"hebrew","language":"hebrew","number_value":4634,"lemma":"מַעֲרָכָה","transliteration":"maʻărâkâh","pronunciation":"mah-ar-aw-kaw'","derivation":"feminine of H4633 (מַעֲרָךְ);","strongs_definition":"an arrangement; concretely, a pile; specifically a military array","kjv_definition":"army, fight, be set in order, ordered place, rank, row."} +{"id":"H4635","strongs_number":"H4635","system":"hebrew","language":"hebrew","number_value":4635,"lemma":"מַעֲרֶכֶת","transliteration":"maʻăreketh","pronunciation":"mah-ar-eh'-keth","derivation":"from H6186 (עָרַךְ);","strongs_definition":"an arrangement, i.e. (concretely) a pile (of loaves)","kjv_definition":"row, shewbread."} +{"id":"H4636","strongs_number":"H4636","system":"hebrew","language":"hebrew","number_value":4636,"lemma":"מַעֲרֹם","transliteration":"maʻărôm","pronunciation":"mah-ar-ome'","derivation":"from H6191 (עָרַם), in the sense of stripping;","strongs_definition":"bare","kjv_definition":"naked."} +{"id":"H4637","strongs_number":"H4637","system":"hebrew","language":"hebrew","number_value":4637,"lemma":"מַעֲרָצָה","transliteration":"maʻărâtsâh","pronunciation":"mah-ar-aw-tsaw'","derivation":"from H6206 (עָרַץ);","strongs_definition":"violence","kjv_definition":"terror."} +{"id":"H4638","strongs_number":"H4638","system":"hebrew","language":"hebrew","number_value":4638,"lemma":"מַעֲרָת","transliteration":"Maʻărâth","pronunciation":"mah-ar-awth'","derivation":"a form of H4630 (מַעֲרָה); waste;","strongs_definition":"Maarath, a place in Palestine","kjv_definition":"Maarath."} +{"id":"H4639","strongs_number":"H4639","system":"hebrew","language":"hebrew","number_value":4639,"lemma":"מַעֲשֶׂה","transliteration":"maʻăseh","pronunciation":"mah-as-eh'","derivation":"from H6213 (עָשָׂה);","strongs_definition":"an action (good or bad); generally, a transaction; abstractly, activity; by implication, a product (specifically, a poem) or (generally) property","kjv_definition":"act, art, [phrase] bakemeat, business, deed, do(-ing), labor, thing made, ware of making, occupation, thing offered, operation, possession, [idiom] well, (handy-, needle-, net-) work(ing, -manship), wrought."} +{"id":"H4640","strongs_number":"H4640","system":"hebrew","language":"hebrew","number_value":4640,"lemma":"מַעֲשַׂי","transliteration":"Maʻăsay","pronunciation":"mah-as-ah'ee","derivation":"from H6213 (עָשָׂה); operative;","strongs_definition":"Maasai, an Israelite","kjv_definition":"Maasiai."} +{"id":"H4641","strongs_number":"H4641","system":"hebrew","language":"hebrew","number_value":4641,"lemma":"מַעֲשֵׂיָה","transliteration":"Maʻăsêyâh","pronunciation":"mah-as-ay-yaw'","derivation":"or מַעֲשֵׂיָהוּ; from H4639 (מַעֲשֶׂה) and H3050 (יָהּ); work of Jah;","strongs_definition":"Maasejah, the name of sixteen Israelites","kjv_definition":"Maaseiah."} +{"id":"H4642","strongs_number":"H4642","system":"hebrew","language":"hebrew","number_value":4642,"lemma":"מַעֲשַׁקָּה","transliteration":"maʻăshaqqâh","pronunciation":"mah-ash-ak-kaw'","derivation":"from H6231 (עָשַׁק);","strongs_definition":"oppression","kjv_definition":"oppression, [idiom] oppressor."} +{"id":"H4643","strongs_number":"H4643","system":"hebrew","language":"hebrew","number_value":4643,"lemma":"מַעֲשֵׂר","transliteration":"maʻăsêr","pronunciation":"mah-as-ayr'","derivation":"or מַעֲשַׂר; and (in plural) feminine מַעַשְׂרָה; from H6240 (עָשָׂר);","strongs_definition":"a tenth; especially a tithe","kjv_definition":"tenth (part), tithe(-ing)."} +{"id":"H4644","strongs_number":"H4644","system":"hebrew","language":"hebrew","number_value":4644,"lemma":"מֹף","transliteration":"Môph","pronunciation":"mofe","derivation":"of Egyptian origin;","strongs_definition":"Moph, the capital of Lower Egypt","kjv_definition":"Memphis. Compare H5297 (נֹף)."} +{"id":"H4645","strongs_number":"H4645","system":"hebrew","language":"hebrew","number_value":4645,"lemma":"מִפְגָּע","transliteration":"miphgâʻ","pronunciation":"mif-gaw'","derivation":"from H6293 (פָּגַע);","strongs_definition":"an object of attack","kjv_definition":"mark."} +{"id":"H4646","strongs_number":"H4646","system":"hebrew","language":"hebrew","number_value":4646,"lemma":"מַפָּח","transliteration":"mappâch","pronunciation":"map-pawkh'","derivation":"from H5301 (נָפַח);","strongs_definition":"a breathing out (of life), i.e. expiring","kjv_definition":"giving up."} +{"id":"H4647","strongs_number":"H4647","system":"hebrew","language":"hebrew","number_value":4647,"lemma":"מַפֻּחַ","transliteration":"mappuach","pronunciation":"map-poo'-akh","derivation":"from H5301 (נָפַח);","strongs_definition":"the bellows (i.e. blower) of aforge","kjv_definition":"bellows."} +{"id":"H4648","strongs_number":"H4648","system":"hebrew","language":"hebrew","number_value":4648,"lemma":"מְפִיבֹשֶׁת","transliteration":"Mᵉphîybôsheth","pronunciation":"mef-ee-bo'-sheth","derivation":"or מְפִבֹשֶׁת; probably from H6284 (פָּאָה) and H1322 (בֹּשֶׁת); dispeller of shame (i.e. of Baal);","strongs_definition":"Mephibosheth, the name of two Israelites","kjv_definition":"Mephibosheth."} +{"id":"H4649","strongs_number":"H4649","system":"hebrew","language":"hebrew","number_value":4649,"lemma":"מֻפִּים","transliteration":"Muppîym","pronunciation":"moop-peem'","derivation":"a plural apparently from H5130 (נוּף); wavings;","strongs_definition":"Muppim, an Israelite","kjv_definition":"Muppim. Compare H8206 (שֻׁפִּים)."} +{"id":"H4650","strongs_number":"H4650","system":"hebrew","language":"hebrew","number_value":4650,"lemma":"מֵפִיץ","transliteration":"mêphîyts","pronunciation":"may-feets'","derivation":"from H6327 (פּוּץ);","strongs_definition":"a breaker, i.e. mallet","kjv_definition":"maul."} +{"id":"H4651","strongs_number":"H4651","system":"hebrew","language":"hebrew","number_value":4651,"lemma":"מַפָּל","transliteration":"mappâl","pronunciation":"map-pawl'","derivation":"from H5307 (נָפַל);","strongs_definition":"a falling off, i.e. chaff; also something pendulous, i.e. a flap","kjv_definition":"flake, refuse."} +{"id":"H4652","strongs_number":"H4652","system":"hebrew","language":"hebrew","number_value":4652,"lemma":"מִפְלָאָה","transliteration":"miphlâʼâh","pronunciation":"mif-law-aw'","derivation":"from H6381 (פָּלָא);","strongs_definition":"a miracle","kjv_definition":"wondrous work."} +{"id":"H4653","strongs_number":"H4653","system":"hebrew","language":"hebrew","number_value":4653,"lemma":"מִפְלַגָּה","transliteration":"miphlaggâh","pronunciation":"mif-lag-gaw'","derivation":"from H6385 (פָּלַג);","strongs_definition":"a classification","kjv_definition":"division."} +{"id":"H4654","strongs_number":"H4654","system":"hebrew","language":"hebrew","number_value":4654,"lemma":"מַפָּלָה","transliteration":"mappâlâh","pronunciation":"map-paw-law'","derivation":"or מַפֵּלָה; from H5307 (נָפַל);","strongs_definition":"something fallen, i.e. a ruin","kjv_definition":"ruin(-ous)."} +{"id":"H4655","strongs_number":"H4655","system":"hebrew","language":"hebrew","number_value":4655,"lemma":"מִפְלָט","transliteration":"miphlâṭ","pronunciation":"mif-lawt'","derivation":"from H6403 (פָּלַט);","strongs_definition":"an escape","kjv_definition":"escape."} +{"id":"H4656","strongs_number":"H4656","system":"hebrew","language":"hebrew","number_value":4656,"lemma":"מִפְלֶצֶת","transliteration":"miphletseth","pronunciation":"mif-leh'-tseth","derivation":"from H6426 (פָּלַץ);","strongs_definition":"a terror, i.e. an idol","kjv_definition":"idol."} +{"id":"H4657","strongs_number":"H4657","system":"hebrew","language":"hebrew","number_value":4657,"lemma":"מִפְלָשׂ","transliteration":"miphlâs","pronunciation":"mif-lawce'","derivation":"from an unused root meaning to balance;","strongs_definition":"a poising","kjv_definition":"balancing."} +{"id":"H4658","strongs_number":"H4658","system":"hebrew","language":"hebrew","number_value":4658,"lemma":"מַפֶּלֶת","transliteration":"mappeleth","pronunciation":"map-peh'-leth","derivation":"from H5307 (נָפַל);","strongs_definition":"fall, i.e. decadence; concretely, a ruin; specifically a carcase","kjv_definition":"carcase, fall, ruin."} +{"id":"H4659","strongs_number":"H4659","system":"hebrew","language":"hebrew","number_value":4659,"lemma":"מִפְעָל","transliteration":"miphʻâl","pronunciation":"mif-awl'","derivation":"or (feminine) מִפְעָלָה; from H6466 (פָּעַל);","strongs_definition":"a performance","kjv_definition":"work."} +{"id":"H4660","strongs_number":"H4660","system":"hebrew","language":"hebrew","number_value":4660,"lemma":"מַפָּץ","transliteration":"mappâts","pronunciation":"map-pawts'","derivation":"from H5310 (נָפַץ);","strongs_definition":"a smiting to pieces","kjv_definition":"slaughter."} +{"id":"H4661","strongs_number":"H4661","system":"hebrew","language":"hebrew","number_value":4661,"lemma":"מַפֵּץ","transliteration":"mappêts","pronunciation":"map-pates'","derivation":"from H5310 (נָפַץ);","strongs_definition":"a smiter, i.e. a war club","kjv_definition":"battle ax."} +{"id":"H4662","strongs_number":"H4662","system":"hebrew","language":"hebrew","number_value":4662,"lemma":"מִפְקָד","transliteration":"miphqâd","pronunciation":"mif-kawd'","derivation":"from H6485 (פָּקַד);","strongs_definition":"an appointment, i.e. mandate; concretely, a designated spot; specifically, a census","kjv_definition":"appointed place, commandment, number."} +{"id":"H4663","strongs_number":"H4663","system":"hebrew","language":"hebrew","number_value":4663,"lemma":"מִפְקָד","transliteration":"Miphqâd","pronunciation":"mif-kawd'","derivation":"the same as H4662 (מִפְקָד); assignment;","strongs_definition":"Miphkad, the name of a gate in Jerusalem","kjv_definition":"Miphkad."} +{"id":"H4664","strongs_number":"H4664","system":"hebrew","language":"hebrew","number_value":4664,"lemma":"מִפְרָץ","transliteration":"miphrâts","pronunciation":"mif-rawts'","derivation":"from H6555 (פָּרַץ)lemma פּרַץ missing vowel, corrected to פָּרַץ;","strongs_definition":"a break (in the shore), i.e. a haven","kjv_definition":"breach."} +{"id":"H4665","strongs_number":"H4665","system":"hebrew","language":"hebrew","number_value":4665,"lemma":"מִפְרֶקֶת","transliteration":"miphreqeth","pronunciation":"mif-reh'-keth","derivation":"from H6561 (פָּרַק);","strongs_definition":"properly, a fracture, i.e. joint (vertebrae) of the neck","kjv_definition":"neck."} +{"id":"H4666","strongs_number":"H4666","system":"hebrew","language":"hebrew","number_value":4666,"lemma":"מִפְרָשׂ","transliteration":"miphrâs","pronunciation":"mif-rawce'","derivation":"from H6566 (פָּרַשׂ);","strongs_definition":"an expansion","kjv_definition":"that which...spreadest forth, spreading."} +{"id":"H4667","strongs_number":"H4667","system":"hebrew","language":"hebrew","number_value":4667,"lemma":"מִפְשָׂעָה","transliteration":"miphsâʻâh","pronunciation":"mif-saw-aw'","derivation":"from H6585 (פָּשַׂע);","strongs_definition":"a stride, i.e. (by euphemism) the crotch","kjv_definition":"buttocks."} +{"id":"H4668","strongs_number":"H4668","system":"hebrew","language":"hebrew","number_value":4668,"lemma":"מַפְתֵּחַ","transliteration":"maphtêach","pronunciation":"maf-tay'-akh","derivation":"from H6605 (פָּתַח);","strongs_definition":"an opener, i.e. a key","kjv_definition":"key."} +{"id":"H4669","strongs_number":"H4669","system":"hebrew","language":"hebrew","number_value":4669,"lemma":"מִפְתָּח","transliteration":"miphtâch","pronunciation":"mif-tawkh'","derivation":"from H6605 (פָּתַח);","strongs_definition":"an aperture, i.e. (figuratively) utterance","kjv_definition":"opening."} +{"id":"H4670","strongs_number":"H4670","system":"hebrew","language":"hebrew","number_value":4670,"lemma":"מִפְתָּן","transliteration":"miphtân","pronunciation":"mif-tawn'","derivation":"from the same as H6620 (פֶּתֶן);","strongs_definition":"a stretcher, i.e. a sill","kjv_definition":"threshold."} +{"id":"H4671","strongs_number":"H4671","system":"hebrew","language":"hebrew","number_value":4671,"lemma":"מֹץ","transliteration":"môts","pronunciation":"motes","derivation":"or מוֹץ; (Zephaniah 2:2), from H4160 (מוּץ);","strongs_definition":"chaff (as pressed out, i.e. winnowed or (rather) threshed loose)","kjv_definition":"chaff."} +{"id":"H4672","strongs_number":"H4672","system":"hebrew","language":"hebrew","number_value":4672,"lemma":"מָצָא","transliteration":"mâtsâʼ","pronunciation":"maw-tsaw'","derivation":"a primitive root;","strongs_definition":"properly, to come forth to, i.e. appear or exist; transitively, to attain, i.e. find or acquire; figuratively, to occur, meet or be present","kjv_definition":"[phrase] be able, befall, being, catch, [idiom] certainly, (cause to) come (on, to, to hand), deliver, be enough (cause to) find(-ing, occasion, out), get (hold upon), [idiom] have (here), be here, hit, be left, light (up-) on, meet (with), [idiom] occasion serve, (be) present, ready, speed, suffice, take hold on."} +{"id":"H4673","strongs_number":"H4673","system":"hebrew","language":"hebrew","number_value":4673,"lemma":"מַצָּב","transliteration":"matstsâb","pronunciation":"mats-tsawb'","derivation":"from H5324 (נָצַב);","strongs_definition":"a fixed spot; figuratively, an office, a military post","kjv_definition":"garrison, station, place where...stood."} +{"id":"H4674","strongs_number":"H4674","system":"hebrew","language":"hebrew","number_value":4674,"lemma":"מֻצָּב","transliteration":"mutstsâb","pronunciation":"moots-tsawb'","derivation":"from H5324 (נָצַב);","strongs_definition":"a station, i.e. military post","kjv_definition":"mount."} +{"id":"H4675","strongs_number":"H4675","system":"hebrew","language":"hebrew","number_value":4675,"lemma":"מַצָּבָה","transliteration":"matstsâbâh","pronunciation":"mats-tsaw-baw'","derivation":"or מִצָּבָה; feminine of H4673 (מַצָּב);","strongs_definition":"a military guard","kjv_definition":"army, garrison."} +{"id":"H4676","strongs_number":"H4676","system":"hebrew","language":"hebrew","number_value":4676,"lemma":"מַצֵּבָה","transliteration":"matstsêbâh","pronunciation":"mats-tsay-baw'","derivation":"feminine (causatively) participle of H5324 (נָצַב);","strongs_definition":"something stationed, i.e. a column or (memorial stone); by analogy, an idol","kjv_definition":"garrison, (standing) image, pillar."} +{"id":"H4677","strongs_number":"H4677","system":"hebrew","language":"hebrew","number_value":4677,"lemma":"מְצֹבָיָה","transliteration":"Mᵉtsôbâyâh","pronunciation":"mets-o-baw-yaw'","derivation":"apparently from H4672 (מָצָא) and H3050 (יָהּ); found of Jah;","strongs_definition":"Metsobajah, a place in Palestine","kjv_definition":"Mesobaite."} +{"id":"H4678","strongs_number":"H4678","system":"hebrew","language":"hebrew","number_value":4678,"lemma":"מַצֶּבֶת","transliteration":"matstsebeth","pronunciation":"mats-tseh'-beth","derivation":"from H5324 (נָצַב);","strongs_definition":"something stationary, i.e. a monumental stone; also the stock of atree","kjv_definition":"pillar, substance."} +{"id":"H4679","strongs_number":"H4679","system":"hebrew","language":"hebrew","number_value":4679,"lemma":"מְצַד","transliteration":"mᵉtsad","pronunciation":"mets-ad'","derivation":"or מְצָד; or (feminine) מְצָדָה; from H6679 (צוּד);","strongs_definition":"a fastness (as a covert of ambush)","kjv_definition":"castle, fort, (strong) hold, munition."} +{"id":"H4680","strongs_number":"H4680","system":"hebrew","language":"hebrew","number_value":4680,"lemma":"מָצָה","transliteration":"mâtsâh","pronunciation":"maw-tsaw'","derivation":"a primitive root;","strongs_definition":"to suck out; by implication, to drain, to squeeze out","kjv_definition":"suck, wring (out)."} +{"id":"H4681","strongs_number":"H4681","system":"hebrew","language":"hebrew","number_value":4681,"lemma":"מֹצָה","transliteration":"Môtsâh","pronunciation":"mo-tsaw'","derivation":"active participle feminine of H4680 (מָצָה); drained;","strongs_definition":"Motsah, a place in Palestine","kjv_definition":"Mozah."} +{"id":"H4682","strongs_number":"H4682","system":"hebrew","language":"hebrew","number_value":4682,"lemma":"מַצָּה","transliteration":"matstsâh","pronunciation":"mats-tsaw'","derivation":"from H4711 (מָצַץ) in the sense of greedily devouring for sweetness;","strongs_definition":"properly, sweetness; concretely, sweet (i.e. not soured or bittered with yeast); specifically, an unfermented cake or loaf, or (elliptically) the festival of Passover (because no leaven was then used)","kjv_definition":"unleaved (bread, cake), without leaven."} +{"id":"H4683","strongs_number":"H4683","system":"hebrew","language":"hebrew","number_value":4683,"lemma":"מַצָּה","transliteration":"matstsâh","pronunciation":"mats-tsaw'","derivation":"from H5327 (נָצָה);","strongs_definition":"a quarrel","kjv_definition":"contention, debate, strife."} +{"id":"H4684","strongs_number":"H4684","system":"hebrew","language":"hebrew","number_value":4684,"lemma":"מַצְהָלָה","transliteration":"matshâlâh","pronunciation":"mats-haw-law'","derivation":"from H6670 (צָהַל);","strongs_definition":"a whinnying (through impatience for battle or lust)","kjv_definition":"neighing."} +{"id":"H4685","strongs_number":"H4685","system":"hebrew","language":"hebrew","number_value":4685,"lemma":"מָצוֹד","transliteration":"mâtsôwd","pronunciation":"maw-tsode'","derivation":"or (feminine) מְצוֹדָה; or מצֹדָה; from H6679 (צוּד); also (by interchange for H4679 (מְצַד))","strongs_definition":"a net (for capturing animals or fishes); afastness or (beseiging) tower","kjv_definition":"bulwark, hold, munition, net, snare."} +{"id":"H4686","strongs_number":"H4686","system":"hebrew","language":"hebrew","number_value":4686,"lemma":"מָצוּד","transliteration":"mâtsûwd","pronunciation":"maw-tsood'","derivation":"or (feminine) מְצוּדָה; or מְצֻדָה; for H4685 (מָצוֹד);","strongs_definition":"a net, or (abstractly) capture; also a fastness","kjv_definition":"castle, defense, fort(-ress), (strong) hold, be hunted, net, snare, strong place."} +{"id":"H4687","strongs_number":"H4687","system":"hebrew","language":"hebrew","number_value":4687,"lemma":"מִצְוָה","transliteration":"mitsvâh","pronunciation":"mits-vaw'","derivation":"from H6680 (צָוָה);","strongs_definition":"a command, whether human or divine (collectively, the Law)","kjv_definition":"(which was) commanded(-ment), law, ordinance, precept."} +{"id":"H4688","strongs_number":"H4688","system":"hebrew","language":"hebrew","number_value":4688,"lemma":"מְצוֹלָה","transliteration":"mᵉtsôwlâh","pronunciation":"mets-o-law'","derivation":"or מְצֹלָה; also מְצוּלָה; or מְצֻלָה; from the same as H6683 (צוּלָה);","strongs_definition":"a deep place (of water or mud)","kjv_definition":"bottom, deep, depth."} +{"id":"H4689","strongs_number":"H4689","system":"hebrew","language":"hebrew","number_value":4689,"lemma":"מָצוֹק","transliteration":"mâtsôwq","pronunciation":"maw-tsoke'","derivation":"from H6693 (צוּק);","strongs_definition":"a narrow place, i.e. (abstractly and figuratively) confinement or disability","kjv_definition":"anguish, distress, straitness."} +{"id":"H4690","strongs_number":"H4690","system":"hebrew","language":"hebrew","number_value":4690,"lemma":"מָצוּק","transliteration":"mâtsûwq","pronunciation":"maw-tsook'","derivation":"or מָצֻק; from H6693 (צוּק);","strongs_definition":"something narrow, i.e. a column or hilltop","kjv_definition":"pillar, situate."} +{"id":"H4691","strongs_number":"H4691","system":"hebrew","language":"hebrew","number_value":4691,"lemma":"מְצוּקָה","transliteration":"mᵉtsûwqâh","pronunciation":"mets-oo-kaw'","derivation":"or מְצֻקָה; feminine of H4690 (מָצוּק);","strongs_definition":"narrowness, i.e. (figuratively) trouble","kjv_definition":"anguish, distress."} +{"id":"H4692","strongs_number":"H4692","system":"hebrew","language":"hebrew","number_value":4692,"lemma":"מָצוֹר","transliteration":"mâtsôwr","pronunciation":"maw-tsore'","derivation":"or מָצוּר; from H6696 (צוּר);","strongs_definition":"something hemming in, i.e. (objectively) a mound (of besiegers), (abstractly) a siege, (figuratively) distress; or (subjectively) a fastness","kjv_definition":"besieged, bulwark, defence, fenced, fortress, siege, strong (hold), tower."} +{"id":"H4693","strongs_number":"H4693","system":"hebrew","language":"hebrew","number_value":4693,"lemma":"מָצוֹר","transliteration":"mâtsôwr","pronunciation":"maw-tsore'","derivation":"the same as H4692 (מָצוֹר) in the sense of a limit;","strongs_definition":"Egypt (as the border of Palestine)","kjv_definition":"besieged places, defense, fortified."} +{"id":"H4694","strongs_number":"H4694","system":"hebrew","language":"hebrew","number_value":4694,"lemma":"מְצוּרָה","transliteration":"mᵉtsûwrâh","pronunciation":"mets-oo-raw'","derivation":"or מְצֻרָה; feminine of H4692 (מָצוֹר);","strongs_definition":"a hemming in, i.e. (objectively) a mound (of siege), or (subjectively) a rampart (of protection), (abstractly) fortification","kjv_definition":"fenced (city, fort, munition, strong hold."} +{"id":"H4695","strongs_number":"H4695","system":"hebrew","language":"hebrew","number_value":4695,"lemma":"מַצּוּת","transliteration":"matstsûwth","pronunciation":"mats-tsooth'","derivation":"from H5327 (נָצָה);","strongs_definition":"a quarrel","kjv_definition":"that contended."} +{"id":"H4696","strongs_number":"H4696","system":"hebrew","language":"hebrew","number_value":4696,"lemma":"מֵצַח","transliteration":"mêtsach","pronunciation":"may'-tsakh","derivation":"from an unused root meaning to be clear, i.e. conspicuous;","strongs_definition":"the forehead (as open and prominent)","kjv_definition":"brow, forehead, [phrase] impudent."} +{"id":"H4697","strongs_number":"H4697","system":"hebrew","language":"hebrew","number_value":4697,"lemma":"מִצְחָה","transliteration":"mitschâh","pronunciation":"mits-khaw'","derivation":"from the same as H4696 (מֵצַח);","strongs_definition":"a shinpiece of armor (as prominent), only plural","kjv_definition":"greaves."} +{"id":"H4698","strongs_number":"H4698","system":"hebrew","language":"hebrew","number_value":4698,"lemma":"מְצִלָּה","transliteration":"mᵉtsillâh","pronunciation":"mets-il-law'","derivation":"from H6750 (צָלַל);","strongs_definition":"a tinkler, i.e. a bell","kjv_definition":"bell."} +{"id":"H4699","strongs_number":"H4699","system":"hebrew","language":"hebrew","number_value":4699,"lemma":"מְצֻלָּה","transliteration":"mᵉtsullâh","pronunciation":"mets-ool-law'","derivation":"from H6751 (צָלַל);","strongs_definition":"shade","kjv_definition":"bottom."} +{"id":"H4700","strongs_number":"H4700","system":"hebrew","language":"hebrew","number_value":4700,"lemma":"מְצֵלֶת","transliteration":"mᵉtsêleth","pronunciation":"mets-ay'-leth","derivation":"from H6750 (צָלַל);","strongs_definition":"(only dual) double tinklers, i.e. cymbals","kjv_definition":"cymbals."} +{"id":"H4701","strongs_number":"H4701","system":"hebrew","language":"hebrew","number_value":4701,"lemma":"מִצְנֶפֶת","transliteration":"mitsnepheth","pronunciation":"mits-neh'-feth","derivation":"from H6801 (צָנַף);","strongs_definition":"a tiara, i.e. official turban (of a king or high priest)","kjv_definition":"diadem, mitre."} +{"id":"H4702","strongs_number":"H4702","system":"hebrew","language":"hebrew","number_value":4702,"lemma":"מַצָּע","transliteration":"matstsâʻ","pronunciation":"mats-tsaw'","derivation":"from H3331 (יַצַע);","strongs_definition":"a couch","kjv_definition":"bed."} +{"id":"H4703","strongs_number":"H4703","system":"hebrew","language":"hebrew","number_value":4703,"lemma":"מִצְעָד","transliteration":"mitsʻâd","pronunciation":"mits-awd'","derivation":"from H6805 (צָעַד);","strongs_definition":"a step; figuratively, companionship","kjv_definition":"going, step."} +{"id":"H4704","strongs_number":"H4704","system":"hebrew","language":"hebrew","number_value":4704,"lemma":"מִצְּעִירָה","transliteration":"mitstsᵉʻîyrâh","pronunciation":"mits-tseh-ee-raw'","derivation":"feminine of H4705 (מִצְעָר);","strongs_definition":"properly, littleness; concretely, diminutive","kjv_definition":"little."} +{"id":"H4705","strongs_number":"H4705","system":"hebrew","language":"hebrew","number_value":4705,"lemma":"מִצְעָר","transliteration":"mitsʻâr","pronunciation":"mits-awr'","derivation":"from H6819 (צָעַר);","strongs_definition":"petty (in size or number); adverbially, a short (time)","kjv_definition":"little one (while), small."} +{"id":"H4706","strongs_number":"H4706","system":"hebrew","language":"hebrew","number_value":4706,"lemma":"מִצְעָר","transliteration":"Mitsʻâr","pronunciation":"mits-awr'","derivation":"the same as H4705 (מִצְעָר);","strongs_definition":"Mitsar, a peak of Lebanon","kjv_definition":"Mizar."} +{"id":"H4707","strongs_number":"H4707","system":"hebrew","language":"hebrew","number_value":4707,"lemma":"מִצְפֶּה","transliteration":"mitspeh","pronunciation":"mits-peh'","derivation":"from H6822 (צָפָה);","strongs_definition":"an observatory, especially formilitary purposes","kjv_definition":"watch tower."} +{"id":"H4708","strongs_number":"H4708","system":"hebrew","language":"hebrew","number_value":4708,"lemma":"מִצְפֶּה","transliteration":"Mitspeh","pronunciation":"mits-peh'","derivation":"the same as H4707 (מִצְפֶּה);","strongs_definition":"Mitspeh, the name of five places in Palestine","kjv_definition":"Mizpeh, watch tower. Compare H4709 (מִצְפָּה)."} +{"id":"H4709","strongs_number":"H4709","system":"hebrew","language":"hebrew","number_value":4709,"lemma":"מִצְפָּה","transliteration":"Mitspâh","pronunciation":"mits-paw'","derivation":"feminine of H4708 (מִצְפֶּה);","strongs_definition":"Mitspah, the name of two places in Palestine","kjv_definition":"Mitspah. (This seems rather to be only an orthographic variation of H4708 (מִצְפֶּה) when 'in pause'.)"} +{"id":"H4710","strongs_number":"H4710","system":"hebrew","language":"hebrew","number_value":4710,"lemma":"מִצְפֻּן","transliteration":"mitspun","pronunciation":"mits-poon'","derivation":"from H6845 (צָפַן);","strongs_definition":"a secret (place or thing, perhaps, treasure)","kjv_definition":"hidden thing."} +{"id":"H4711","strongs_number":"H4711","system":"hebrew","language":"hebrew","number_value":4711,"lemma":"מָצַץ","transliteration":"mâtsats","pronunciation":"maw-tsats'","derivation":"a primitive root;","strongs_definition":"to suck","kjv_definition":"milk."} +{"id":"H4712","strongs_number":"H4712","system":"hebrew","language":"hebrew","number_value":4712,"lemma":"מֵצַר","transliteration":"mêtsar","pronunciation":"may-tsar'","derivation":"from H6896 (קֵבָה);","strongs_definition":"something tight, i.e. (figuratively) trouble","kjv_definition":"distress, pain, strait."} +{"id":"H4713","strongs_number":"H4713","system":"hebrew","language":"hebrew","number_value":4713,"lemma":"מִצְרִי","transliteration":"Mitsrîy","pronunciation":"mits-ree'","derivation":"from H4714 (מִצְרַיִם);","strongs_definition":"a Mitsrite, or inhabitant of Mitsrajim","kjv_definition":"Egyptian, of Egypt."} +{"id":"H4714","strongs_number":"H4714","system":"hebrew","language":"hebrew","number_value":4714,"lemma":"מִצְרַיִם","transliteration":"Mitsrayim","pronunciation":"mits-rah'-yim","derivation":"dual of H4693 (מָצוֹר);","strongs_definition":"Mitsrajim, i.e. Upper and Lower Egypt","kjv_definition":"Egypt, Egyptians, Mizraim."} +{"id":"H4715","strongs_number":"H4715","system":"hebrew","language":"hebrew","number_value":4715,"lemma":"מִצְרֵף","transliteration":"mitsrêph","pronunciation":"mits-rafe'","derivation":"from H6884 (צָרַף);","strongs_definition":"a crucible","kjv_definition":"fining pot."} +{"id":"H4716","strongs_number":"H4716","system":"hebrew","language":"hebrew","number_value":4716,"lemma":"מַק","transliteration":"maq","pronunciation":"mak","derivation":"from H4743 (מָקַק);","strongs_definition":"properly, a melting, i.e. putridity","kjv_definition":"rottenness, stink."} +{"id":"H4717","strongs_number":"H4717","system":"hebrew","language":"hebrew","number_value":4717,"lemma":"מַקָּבָה","transliteration":"maqqâbâh","pronunciation":"mak-kaw-baw'","derivation":"from H5344 (נָקַב);","strongs_definition":"properly, a perforatrix, i.e. a hammer (as piercing)","kjv_definition":"hammer."} +{"id":"H4718","strongs_number":"H4718","system":"hebrew","language":"hebrew","number_value":4718,"lemma":"מַקֶּבֶת","transliteration":"maqqebeth","pronunciation":"mak-keh'-beth","derivation":"from H5344 (נָקַב);","strongs_definition":"properly, a perforator, i.e. a hammer (as piercing); also (intransitively) a perforation, i.e. a quarry","kjv_definition":"hammer, hole."} +{"id":"H4719","strongs_number":"H4719","system":"hebrew","language":"hebrew","number_value":4719,"lemma":"מַקֵּדָה","transliteration":"Maqqêdâh","pronunciation":"mak-kay-daw'","derivation":"from the same as H5348 (נָקֹד) in the denominative sense of herding (compare H5349 (נֹקֵד)); fold;","strongs_definition":"Makkedah, a place in Palestine","kjv_definition":"Makkedah."} +{"id":"H4720","strongs_number":"H4720","system":"hebrew","language":"hebrew","number_value":4720,"lemma":"מִקְדָּשׁ","transliteration":"miqdâsh","pronunciation":"mik-dawsh'","derivation":"or מִקְּדָשׁ; (Exodus 15:17), from H6942 (קָדַשׁ);","strongs_definition":"a consecrated thing or place, especially, a palace, sanctuary (whether of Jehovah or of idols) or asylum","kjv_definition":"chapel, hallowed part, holy place, sanctuary."} +{"id":"H4721","strongs_number":"H4721","system":"hebrew","language":"hebrew","number_value":4721,"lemma":"מַקְהֵל","transliteration":"maqhêl","pronunciation":"mak-hale'","derivation":"or (feminine) מַקְהֵלָה; from H6950 (קָהַל);","strongs_definition":"an assembly","kjv_definition":"congregation."} +{"id":"H4722","strongs_number":"H4722","system":"hebrew","language":"hebrew","number_value":4722,"lemma":"מַקְהֵלֹת","transliteration":"Maqhêlôth","pronunciation":"mak-hay-loth'","derivation":"plural of H4721 (מַקְהֵל) (feminine); assemblies;","strongs_definition":"Makheloth, a place in the Desert","kjv_definition":"Makheloth."} +{"id":"H4723","strongs_number":"H4723","system":"hebrew","language":"hebrew","number_value":4723,"lemma":"מִקְוֶה","transliteration":"miqveh","pronunciation":"mik-veh'","derivation":"or מִקְוֵה; (1 Kings 10:28), or מִקְוֵאlemma מִּקְוֵא extra dagesh, corrected to מִקְוֵא; (2 Chronicles 1:16), from H6960 (קָוָה);","strongs_definition":"something waited for, i.e. confidence (objective or subjective); also a collection, i.e. (of water) a pond, or (of men and horses) a caravan or drove","kjv_definition":"abiding, gathering together, hope, linen yarn, plenty (of water), pool."} +{"id":"H4724","strongs_number":"H4724","system":"hebrew","language":"hebrew","number_value":4724,"lemma":"מִקְוָה","transliteration":"miqvâh","pronunciation":"mik-vaw'","derivation":"feminine of H4723 (מִקְוֶה);","strongs_definition":"a collection, i.e. (of water) a reservoir","kjv_definition":"ditch."} +{"id":"H4725","strongs_number":"H4725","system":"hebrew","language":"hebrew","number_value":4725,"lemma":"מָקוֹם","transliteration":"mâqôwm","pronunciation":"maw-kome'","derivation":"or מָקֹם; also (feminine) מְקוֹמָה; or מְקֹמָה; from H6965 (קוּם);","strongs_definition":"properly, a standing, i.e. a spot; but used widely of a locality (general or specific); also (figuratively) of a condition (of body or mind)","kjv_definition":"country, [idiom] home, [idiom] open, place, room, space, [idiom] whither(-soever)."} +{"id":"H4726","strongs_number":"H4726","system":"hebrew","language":"hebrew","number_value":4726,"lemma":"מָקוֹר","transliteration":"mâqôwr","pronunciation":"maw-kore'","derivation":"or מָקֹר; from H6979 (קוּר);","strongs_definition":"properly, something dug, i.e. a (general) source (of water, even when naturally flowing; also of tears, blood (by euphemism, of the female pudenda); figuratively, of happiness, wisdom, progeny)","kjv_definition":"fountain, issue, spring, well(-spring)."} +{"id":"H4727","strongs_number":"H4727","system":"hebrew","language":"hebrew","number_value":4727,"lemma":"מִקָּח","transliteration":"miqqâch","pronunciation":"mik-kawkh'","derivation":"from H3947 (לָקַח);","strongs_definition":"reception","kjv_definition":"taking."} +{"id":"H4728","strongs_number":"H4728","system":"hebrew","language":"hebrew","number_value":4728,"lemma":"מַקָּחָה","transliteration":"maqqâchâh","pronunciation":"mak-kaw-khaw'","derivation":"from H3947 (לָקַח);","strongs_definition":"something received, i.e. merchandise (purchased)","kjv_definition":"ware."} +{"id":"H4729","strongs_number":"H4729","system":"hebrew","language":"hebrew","number_value":4729,"lemma":"מִקְטָר","transliteration":"miqṭâr","pronunciation":"mik-tawr'","derivation":"from H6999 (קָטַר);","strongs_definition":"something to fume (incense) on i.e. a hearth place","kjv_definition":"to burn...upon."} +{"id":"H4730","strongs_number":"H4730","system":"hebrew","language":"hebrew","number_value":4730,"lemma":"מִקְטֶרֶת","transliteration":"miqṭereth","pronunciation":"mik-teh'-reth","derivation":"feminine of H4729 (מִקְטָר);","strongs_definition":"something to fume (incense) in, i.e. a coal-pan","kjv_definition":"censer."} +{"id":"H4731","strongs_number":"H4731","system":"hebrew","language":"hebrew","number_value":4731,"lemma":"מַקֵּל","transliteration":"maqqêl","pronunciation":"mak-kale","derivation":"or (feminine) מַקְּלָה; from an unused root meaning apparently to germinate;","strongs_definition":"a shoot, i.e. stick (with leaves on, or for walking, striking, guiding, divining)","kjv_definition":"rod, (hand-)staff."} +{"id":"H4732","strongs_number":"H4732","system":"hebrew","language":"hebrew","number_value":4732,"lemma":"מִקְלוֹת","transliteration":"Miqlôwth","pronunciation":"mik-lohth'","derivation":"(or perhaps mik-kel-ohth') plural of (feminine) H4731 (מַקֵּל); rods;","strongs_definition":"Mikloth, a place in the Desert","kjv_definition":"Mikloth."} +{"id":"H4733","strongs_number":"H4733","system":"hebrew","language":"hebrew","number_value":4733,"lemma":"מִקְלָט","transliteration":"miqlâṭ","pronunciation":"mik-lawt'","derivation":"from H7038 (קָלַט) in the sense of taking in;","strongs_definition":"an asylum (as a receptacle)","kjv_definition":"refuge."} +{"id":"H4734","strongs_number":"H4734","system":"hebrew","language":"hebrew","number_value":4734,"lemma":"מִקְלַעַת","transliteration":"miqlaʻath","pronunciation":"mik-lah'-ath","derivation":"from H7049 (קָלַע);","strongs_definition":"a sculpture (probably in bas-relief)","kjv_definition":"carved (figure), carving, graving."} +{"id":"H4735","strongs_number":"H4735","system":"hebrew","language":"hebrew","number_value":4735,"lemma":"מִקְנֶה","transliteration":"miqneh","pronunciation":"mik-neh'","derivation":"from H7069 (קָנָה);","strongs_definition":"something bought, i.e. property, but only livestock; abstractly, acquisition","kjv_definition":"cattle, flock, herd, possession, purchase, substance."} +{"id":"H4736","strongs_number":"H4736","system":"hebrew","language":"hebrew","number_value":4736,"lemma":"מִקְנָה","transliteration":"miqnâh","pronunciation":"mik-naw'","derivation":"feminine of H4735 (מִקְנֶה);","strongs_definition":"properly, a buying, i.e. acquisition; concretely, a piece of property (land or living); also the sum paid","kjv_definition":"(he that is) bought, possession, piece, purchase."} +{"id":"H4737","strongs_number":"H4737","system":"hebrew","language":"hebrew","number_value":4737,"lemma":"מִקְנֵיָהוּ","transliteration":"Miqnêyâhûw","pronunciation":"mik-nay-yaw'-hoo","derivation":"from H4735 (מִקְנֶה) and H3050 (יָהּ); possession of Jah;","strongs_definition":"Miknejah, an Israelite","kjv_definition":"Mikneiah."} +{"id":"H4738","strongs_number":"H4738","system":"hebrew","language":"hebrew","number_value":4738,"lemma":"מִקְסָם","transliteration":"miqçâm","pronunciation":"mik-sawn'","derivation":"from H7080 (קָסַם);","strongs_definition":"an augury","kjv_definition":"divination."} +{"id":"H4739","strongs_number":"H4739","system":"hebrew","language":"hebrew","number_value":4739,"lemma":"מָקַץ","transliteration":"Mâqats","pronunciation":"maw-kats'","derivation":"from H7112 (קָצַץ); end;","strongs_definition":"Makats, a place in Palestine","kjv_definition":"Makaz."} +{"id":"H4740","strongs_number":"H4740","system":"hebrew","language":"hebrew","number_value":4740,"lemma":"מַקְצוֹעַ","transliteration":"maqtsôwaʻ","pronunciation":"mak-tso'-ah","derivation":"or מַקְצֹעַ; or (feminine) מַקְצֹעָה; from H7106 (קָצַע) in the denominative sense of bending;","strongs_definition":"an angle or recess","kjv_definition":"corner, turning."} +{"id":"H4741","strongs_number":"H4741","system":"hebrew","language":"hebrew","number_value":4741,"lemma":"מַקְצֻעָה","transliteration":"maqtsuʻâh","pronunciation":"mak-tsoo-aw'","derivation":"from H7106 (קָצַע);","strongs_definition":"a scraper, i.e. a carving chisel","kjv_definition":"plane."} +{"id":"H4742","strongs_number":"H4742","system":"hebrew","language":"hebrew","number_value":4742,"lemma":"מְקֻצְעָה","transliteration":"mᵉqutsʻâh","pronunciation":"mek-oots-aw'","derivation":"from H7106 (קָצַע) in the denominative sense of bending;","strongs_definition":"an angle","kjv_definition":"corner."} +{"id":"H4743","strongs_number":"H4743","system":"hebrew","language":"hebrew","number_value":4743,"lemma":"מָקַק","transliteration":"mâqaq","pronunciation":"maw-kak'","derivation":"' a primitive root;","strongs_definition":"to melt; figuratively, to flow, dwindle, vanish","kjv_definition":"consume away, be corrupt, dissolve, pine away."} +{"id":"H4744","strongs_number":"H4744","system":"hebrew","language":"hebrew","number_value":4744,"lemma":"מִקְרָא","transliteration":"miqrâʼ","pronunciation":"mik-raw'","derivation":"from H7121 (קָרָא);","strongs_definition":"something called out, i.e. a public meeting (the act, the persons, or the place); also a rehearsal","kjv_definition":"assembly, calling, convocation, reading."} +{"id":"H4745","strongs_number":"H4745","system":"hebrew","language":"hebrew","number_value":4745,"lemma":"מִקְרֶה","transliteration":"miqreh","pronunciation":"mik-reh'","derivation":"from H7136 (קָרָה);","strongs_definition":"something met with, i.e. an accident or fortune","kjv_definition":"something befallen, befalleth, chance, event, hap(-peneth)."} +{"id":"H4746","strongs_number":"H4746","system":"hebrew","language":"hebrew","number_value":4746,"lemma":"מְקָרֶה","transliteration":"mᵉqâreh","pronunciation":"mek-aw-reh'","derivation":"from H7136 (קָרָה);","strongs_definition":"properly, something meeting, i.e. a frame (of timbers)","kjv_definition":"building."} +{"id":"H4747","strongs_number":"H4747","system":"hebrew","language":"hebrew","number_value":4747,"lemma":"מְקֵרָה","transliteration":"mᵉqêrâh","pronunciation":"mek-ay-raw'","derivation":"from the same as H7119 (קַר);","strongs_definition":"a cooling off","kjv_definition":"[idiom] summer."} +{"id":"H4748","strongs_number":"H4748","system":"hebrew","language":"hebrew","number_value":4748,"lemma":"מִקְשֶׁה","transliteration":"miqsheh","pronunciation":"mik-sheh'","derivation":"from H7185 (קָשָׁה) in the sense of knotting up round and hard;","strongs_definition":"something turned (rounded), i.e. a curl (of tresses)","kjv_definition":"[idiom] well (set) hair."} +{"id":"H4749","strongs_number":"H4749","system":"hebrew","language":"hebrew","number_value":4749,"lemma":"מִקְשָׁה","transliteration":"miqshâh","pronunciation":"mik-shaw'","derivation":"feminine of H4748 (מִקְשֶׁה);","strongs_definition":"rounded work, i.e. moulded by hammering (repousse)","kjv_definition":"beaten (out of one piece, work), upright, whole piece."} +{"id":"H4750","strongs_number":"H4750","system":"hebrew","language":"hebrew","number_value":4750,"lemma":"מִקְשָׁה","transliteration":"miqshâh","pronunciation":"mik-shaw'","derivation":"denominative from H7180 (קִשֻּׁא);","strongs_definition":"literally a cucumbered field, i.e. a cucumber patch","kjv_definition":"garden of cucumbers."} +{"id":"H4751","strongs_number":"H4751","system":"hebrew","language":"hebrew","number_value":4751,"lemma":"מַר","transliteration":"mar","pronunciation":"mar","derivation":"or (feminine) מָרָה; from H4843 (מָרַר);","strongs_definition":"bitter (literally or figuratively); also (as noun) bitterness, or (adverbially) bitterly","kjv_definition":"[phrase] angry, bitter(-ly, -ness), chafed, discontented, [idiom] great, heavy."} +{"id":"H4752","strongs_number":"H4752","system":"hebrew","language":"hebrew","number_value":4752,"lemma":"מַר","transliteration":"mar","pronunciation":"mar","derivation":"from H4843 (מָרַר) in its original sense of distillation;","strongs_definition":"a drop","kjv_definition":"drop."} +{"id":"H4753","strongs_number":"H4753","system":"hebrew","language":"hebrew","number_value":4753,"lemma":"מֹר","transliteration":"môr","pronunciation":"more","derivation":"or מוֹר; from H4843 (מָרַר);","strongs_definition":"myrrh (as distilling in drops, and also as bitter)","kjv_definition":"myrrh."} +{"id":"H4754","strongs_number":"H4754","system":"hebrew","language":"hebrew","number_value":4754,"lemma":"מָרָא","transliteration":"mârâʼ","pronunciation":"maw-raw'","derivation":"a primitive root;","strongs_definition":"to rebel; hence (through the idea of maltreating) to whip, i.e. lash (self with wings, as the ostrich in running)","kjv_definition":"be filthy, lift up self."} +{"id":"H4755","strongs_number":"H4755","system":"hebrew","language":"hebrew","number_value":4755,"lemma":"מָרָא","transliteration":"Mârâʼ","pronunciation":"maw-raw'","derivation":"for H4751 (מַר) feminine; bitter;","strongs_definition":"Mara, a symbolic name of Naomi","kjv_definition":"Mara."} +{"id":"H4756","strongs_number":"H4756","system":"hebrew","language":"hebrew","number_value":4756,"lemma":"מָרֵא","transliteration":"mârêʼ","pronunciation":"maw-ray'","derivation":"(Aramaic) from a root corresponding to H4754 (מָרָא) in the sense of domineering;","strongs_definition":"a master","kjv_definition":"lord, Lord."} +{"id":"H4757","strongs_number":"H4757","system":"hebrew","language":"hebrew","number_value":4757,"lemma":"מְרֹאדַךְ בַּלְאָדָן","transliteration":"Mᵉrôʼdak Balʼâdân","pronunciation":"mer-o-dak' bal-awdawn'","derivation":"of foreign derivation;","strongs_definition":"Merodak-Baladan, a Babylonian king","kjv_definition":"Merodach-baladan. Compare H4781 (מְרֹדָךְ)."} +{"id":"H4758","strongs_number":"H4758","system":"hebrew","language":"hebrew","number_value":4758,"lemma":"מַרְאֶה","transliteration":"marʼeh","pronunciation":"mar-eh'","derivation":"from H7200 (רָאָה);","strongs_definition":"a view (the act of seeing); also an appearance (the thing seen), whether (real) a shape (especially if handsome, comeliness; often plural the looks), or (mental) a vision","kjv_definition":"[idiom] apparently, appearance(-reth), [idiom] as soon as beautiful(-ly), countenance, fair, favoured, form, goodly, to look (up) on (to), look(-eth), pattern, to see, seem, sight, visage, vision."} +{"id":"H4759","strongs_number":"H4759","system":"hebrew","language":"hebrew","number_value":4759,"lemma":"מַרְאָה","transliteration":"marʼâh","pronunciation":"mar-aw'","derivation":"feminine of H4758 (מַרְאֶה);","strongs_definition":"a vision; also (causatively) a mirror","kjv_definition":"looking glass, vision."} +{"id":"H4760","strongs_number":"H4760","system":"hebrew","language":"hebrew","number_value":4760,"lemma":"מֻרְאָה","transliteration":"murʼâh","pronunciation":"moor-aw'","derivation":"apparently feminine passive causative participle of H7200 (רָאָה);","strongs_definition":"something conspicuous, i.e. the craw of abird (from its prominence)","kjv_definition":"crop."} +{"id":"H4761","strongs_number":"H4761","system":"hebrew","language":"hebrew","number_value":4761,"lemma":"מַרְאָשָׁה","transliteration":"marʼâshâh","pronunciation":"mar-aw-shaw'","derivation":"denominative from H7218 (רֹאשׁ);","strongs_definition":"properly, headship, i.e. (plural for collective) dominion","kjv_definition":"principality."} +{"id":"H4762","strongs_number":"H4762","system":"hebrew","language":"hebrew","number_value":4762,"lemma":"מַרְאֵשָׁה","transliteration":"Marʼêshâh","pronunciation":"mar-ay-shaw'","derivation":"or מַרֵשָׁה; formed like H4761 (מַרְאָשָׁה); summit;","strongs_definition":"Mareshah, the name of two Israelites and of a place in Palestine","kjv_definition":"Mareshah."} +{"id":"H4763","strongs_number":"H4763","system":"hebrew","language":"hebrew","number_value":4763,"lemma":"מְרַאֲשָׁה","transliteration":"mᵉraʼăshâh","pronunciation":"mer-ah-ash-aw'","derivation":"formed like H4761 (מַרְאָשָׁה);","strongs_definition":"properly, a headpiece, i.e. (plural for adverbial) at (or as) the head-rest (or pillow)","kjv_definition":"bolster, head, pillow. Compare H4772 (מַרְגְלָה)."} +{"id":"H4764","strongs_number":"H4764","system":"hebrew","language":"hebrew","number_value":4764,"lemma":"מֵרָב","transliteration":"Mêrâb","pronunciation":"may-rawb'","derivation":"from H7231 (רָבַב); increase;","strongs_definition":"Merab, a daughter of Saul","kjv_definition":"Merab."} +{"id":"H4765","strongs_number":"H4765","system":"hebrew","language":"hebrew","number_value":4765,"lemma":"מַרְבַד","transliteration":"marbad","pronunciation":"mar-bad'","derivation":"from H7234 (רָבַד);","strongs_definition":"a coverlet","kjv_definition":"covering of tapestry."} +{"id":"H4766","strongs_number":"H4766","system":"hebrew","language":"hebrew","number_value":4766,"lemma":"מַרְבֶה","transliteration":"marbeh","pronunciation":"mar-beh'","derivation":"from H7235 (רָבָה);","strongs_definition":"properly, increasing; as noun, greatness, or (adverbially) greatly","kjv_definition":"great, increase."} +{"id":"H4767","strongs_number":"H4767","system":"hebrew","language":"hebrew","number_value":4767,"lemma":"מִרְבָּה","transliteration":"mirbâh","pronunciation":"meer-baw'","derivation":"from H7235 (רָבָה);","strongs_definition":"abundance, i.e. a great quantity","kjv_definition":"much."} +{"id":"H4768","strongs_number":"H4768","system":"hebrew","language":"hebrew","number_value":4768,"lemma":"מַרְבִּית","transliteration":"marbîyth","pronunciation":"mar-beeth'","derivation":"from H7235 (רָבָה);","strongs_definition":"a multitude; also offspring; specifically interest (on capital)","kjv_definition":"greatest part, greatness, increase, multitude."} +{"id":"H4769","strongs_number":"H4769","system":"hebrew","language":"hebrew","number_value":4769,"lemma":"מַרְבֵּץ","transliteration":"marbêts","pronunciation":"mar-bates'","derivation":"from H7257 (רָבַץ);","strongs_definition":"a reclining place, i.e. fold (for flocks)","kjv_definition":"couching place, place to lie down."} +{"id":"H4770","strongs_number":"H4770","system":"hebrew","language":"hebrew","number_value":4770,"lemma":"מַרְבֵּק","transliteration":"marbêq","pronunciation":"mar-bake'","derivation":"from an unused root meaning to tie up;","strongs_definition":"a stall (for cattle)","kjv_definition":"[idiom] fat(-ted), stall."} +{"id":"H4771","strongs_number":"H4771","system":"hebrew","language":"hebrew","number_value":4771,"lemma":"מַרְגּוֹעַ","transliteration":"margôwaʻ","pronunciation":"mar-go'-ah","derivation":"from H7280 (רָגַע);","strongs_definition":"a resting place","kjv_definition":"rest."} +{"id":"H4772","strongs_number":"H4772","system":"hebrew","language":"hebrew","number_value":4772,"lemma":"מַרְגְלָה","transliteration":"margᵉlâh","pronunciation":"mar-ghel-aw'","derivation":"denominative from H7272 (רֶגֶל);","strongs_definition":"(plural for collective) a footpiece, i.e. (adverbially) at the foot, or (direct.) the foot itself","kjv_definition":"feet. Compare H4763 (מְרַאֲשָׁה)."} +{"id":"H4773","strongs_number":"H4773","system":"hebrew","language":"hebrew","number_value":4773,"lemma":"מַרְגֵּמָה","transliteration":"margêmâh","pronunciation":"mar-gay-maw'","derivation":"from H7275 (רָגַם);","strongs_definition":"a stone-heap","kjv_definition":"sling."} +{"id":"H4774","strongs_number":"H4774","system":"hebrew","language":"hebrew","number_value":4774,"lemma":"מַרְגֵּעָה","transliteration":"margêʻâh","pronunciation":"mar-gay-aw'","derivation":"from H7280 (רָגַע);","strongs_definition":"rest","kjv_definition":"refreshing."} +{"id":"H4775","strongs_number":"H4775","system":"hebrew","language":"hebrew","number_value":4775,"lemma":"מָרַד","transliteration":"mârad","pronunciation":"maw-rad'","derivation":"a primitive root;","strongs_definition":"to rebel","kjv_definition":"rebel(-lious)."} +{"id":"H4776","strongs_number":"H4776","system":"hebrew","language":"hebrew","number_value":4776,"lemma":"מְרַד","transliteration":"mᵉrad","pronunciation":"mer-ad'","derivation":"(Aramaic) from a root corresponding to H4775 (מָרַד);","strongs_definition":"rebellion","kjv_definition":"rebellion."} +{"id":"H4777","strongs_number":"H4777","system":"hebrew","language":"hebrew","number_value":4777,"lemma":"מֶרֶד","transliteration":"mered","pronunciation":"meh'-red","derivation":"from H4775 (מָרַד);","strongs_definition":"rebellion","kjv_definition":"rebellion."} +{"id":"H4778","strongs_number":"H4778","system":"hebrew","language":"hebrew","number_value":4778,"lemma":"מֶרֶד","transliteration":"Mered","pronunciation":"meh'-red","derivation":"the same as H4777 (מֶרֶד);","strongs_definition":"Mered, an Israelite","kjv_definition":"Mered."} +{"id":"H4779","strongs_number":"H4779","system":"hebrew","language":"hebrew","number_value":4779,"lemma":"מָרָד","transliteration":"mârâd","pronunciation":"maw-rawd'","derivation":"(Aramaic) from the same as H4776 (מְרַד);","strongs_definition":"rebellious","kjv_definition":"rebellious."} +{"id":"H4780","strongs_number":"H4780","system":"hebrew","language":"hebrew","number_value":4780,"lemma":"מַרְדּוּת","transliteration":"mardûwth","pronunciation":"mar-dooth'","derivation":"from H4775 (מָרַד);","strongs_definition":"rebelliousness","kjv_definition":"[idiom] rebellious."} +{"id":"H4781","strongs_number":"H4781","system":"hebrew","language":"hebrew","number_value":4781,"lemma":"מְרֹדָךְ","transliteration":"Mᵉrôdâk","pronunciation":"mer-o-dawk'","derivation":"of foreign derivation;","strongs_definition":"Merodak, a Babylonian idol","kjv_definition":"Merodach. Compare H4757 (מְרֹאדַךְ בַּלְאָדָן)."} +{"id":"H4782","strongs_number":"H4782","system":"hebrew","language":"hebrew","number_value":4782,"lemma":"מׇרְדְּכַי","transliteration":"Mordᵉkay","pronunciation":"mor-dek-ah'-ee","derivation":"of foreign derivation;","strongs_definition":"Mordecai, an Israelite","kjv_definition":"Mordecai."} +{"id":"H4783","strongs_number":"H4783","system":"hebrew","language":"hebrew","number_value":4783,"lemma":"מֻרְדָּף","transliteration":"murdâph","pronunciation":"moor-dawf'","derivation":"from H7291 (רָדַף);","strongs_definition":"persecuted","kjv_definition":"persecuted."} +{"id":"H4784","strongs_number":"H4784","system":"hebrew","language":"hebrew","number_value":4784,"lemma":"מָרָה","transliteration":"mârâh","pronunciation":"maw-raw'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) bitter (or unpleasant); (figuratively) to rebel (or resist; causatively, to provoke)","kjv_definition":"bitter, change, be disobedient, disobey, grievously, provocation, provoke(-ing), (be) rebel (against, -lious)."} +{"id":"H4785","strongs_number":"H4785","system":"hebrew","language":"hebrew","number_value":4785,"lemma":"מָרָה","transliteration":"Mârâh","pronunciation":"maw-raw'","derivation":"the same as H4751 (מַר) feminine; bitter;","strongs_definition":"Marah, a place in the Desert","kjv_definition":"Marah."} +{"id":"H4786","strongs_number":"H4786","system":"hebrew","language":"hebrew","number_value":4786,"lemma":"מֹרָה","transliteration":"môrâh","pronunciation":"mo-raw'","derivation":"from H4843 (מָרַר);","strongs_definition":"bitterness, i.e. (figuratively) trouble","kjv_definition":"grief."} +{"id":"H4787","strongs_number":"H4787","system":"hebrew","language":"hebrew","number_value":4787,"lemma":"מׇרָּה","transliteration":"morrâh","pronunciation":"mor-raw'","derivation":"a form of H4786 (מֹרָה);","strongs_definition":"trouble","kjv_definition":"bitterness."} +{"id":"H4788","strongs_number":"H4788","system":"hebrew","language":"hebrew","number_value":4788,"lemma":"מָרוּד","transliteration":"mârûwd","pronunciation":"maw-rood'","derivation":"from H7300 (רוּד) in the sense of maltreatment;","strongs_definition":"an outcast; (abstractly) destitution","kjv_definition":"cast out, misery."} +{"id":"H4789","strongs_number":"H4789","system":"hebrew","language":"hebrew","number_value":4789,"lemma":"מֵרוֹז","transliteration":"Mêrôwz","pronunciation":"may-roze'","derivation":"of uncertain derivation;","strongs_definition":"Meroz, a place in Palestine","kjv_definition":"Meroz."} +{"id":"H4790","strongs_number":"H4790","system":"hebrew","language":"hebrew","number_value":4790,"lemma":"מְרוֹחַ","transliteration":"mᵉrôwach","pronunciation":"mer-o-akh'","derivation":"from H4799 (מָרַח);","strongs_definition":"bruised, i.e. emasculated","kjv_definition":"broken."} +{"id":"H4791","strongs_number":"H4791","system":"hebrew","language":"hebrew","number_value":4791,"lemma":"מָרוֹם","transliteration":"mârôwm","pronunciation":"maw-rome'","derivation":"from H7311 (רוּם);","strongs_definition":"altitude, i.e. concretely (an elevated place), abstractly (elevation, figuratively (elation), or adverbially (aloft)","kjv_definition":"(far) above, dignity, haughty, height, (most, on) high (one, place), loftily, upward."} +{"id":"H4792","strongs_number":"H4792","system":"hebrew","language":"hebrew","number_value":4792,"lemma":"מֵרוֹם","transliteration":"Mêrôwm","pronunciation":"may-rome'","derivation":"formed like H4791 (מָרוֹם); height;","strongs_definition":"Merom, a lake in Palestine","kjv_definition":"Merom."} +{"id":"H4793","strongs_number":"H4793","system":"hebrew","language":"hebrew","number_value":4793,"lemma":"מֵרוֹץ","transliteration":"mêrôwts","pronunciation":"may-rotes'","derivation":"from H7323 (רוּץ);","strongs_definition":"a run (the trial of speed)","kjv_definition":"race."} +{"id":"H4794","strongs_number":"H4794","system":"hebrew","language":"hebrew","number_value":4794,"lemma":"מְרוּצָה","transliteration":"mᵉrûwtsâh","pronunciation":"mer-oo-tsaw'","derivation":"or מְרֻצָה; feminine of H4793 (מֵרוֹץ);","strongs_definition":"a race (the act), whether the manner or the progress","kjv_definition":"course, running. Compare H4835 (מְרֻצָה)."} +{"id":"H4795","strongs_number":"H4795","system":"hebrew","language":"hebrew","number_value":4795,"lemma":"מָרוּק","transliteration":"mârûwq","pronunciation":"maw-rook'","derivation":"from H4838 (מָרַק);","strongs_definition":"properly, rubbed; but used abstractly, a rubbing (with perfumery)","kjv_definition":"purification."} +{"id":"H4796","strongs_number":"H4796","system":"hebrew","language":"hebrew","number_value":4796,"lemma":"מָרוֹת","transliteration":"Mârôwth","pronunciation":"maw-rohth'","derivation":"plural of H4751 (מַר) feminine; bitter springs;","strongs_definition":"Maroth, a place in Palestine","kjv_definition":"Maroth."} +{"id":"H4797","strongs_number":"H4797","system":"hebrew","language":"hebrew","number_value":4797,"lemma":"מִרְזַח","transliteration":"mirzach","pronunciation":"meer-zakh'","derivation":"from an unused root meaning to scream;","strongs_definition":"a cry, i.e. (of job), a revel","kjv_definition":"banquet."} +{"id":"H4798","strongs_number":"H4798","system":"hebrew","language":"hebrew","number_value":4798,"lemma":"מַרְזֵחַ","transliteration":"marzêach","pronunciation":"mar-zay'-akh","derivation":"formed like H4797 (מִרְזַח);","strongs_definition":"a cry, i.e. (of grief) a lamentation","kjv_definition":"mourning."} +{"id":"H4799","strongs_number":"H4799","system":"hebrew","language":"hebrew","number_value":4799,"lemma":"מָרַח","transliteration":"mârach","pronunciation":"maw-rakh'","derivation":"a primitive root;","strongs_definition":"properly, to soften by rubbing or pressure; hence (medicinally) to apply as an emollient","kjv_definition":"lay for a plaister."} +{"id":"H4800","strongs_number":"H4800","system":"hebrew","language":"hebrew","number_value":4800,"lemma":"מֶרְחָב","transliteration":"merchâb","pronunciation":"mer-khawb'","derivation":"from H7337 (רָחַב);","strongs_definition":"enlargement, either literally (an open space, usually in a good sense), or figuratively (liberty)","kjv_definition":"breadth, large place (room)."} +{"id":"H4801","strongs_number":"H4801","system":"hebrew","language":"hebrew","number_value":4801,"lemma":"מֶרְחָק","transliteration":"merchâq","pronunciation":"mer-khawk'","derivation":"; from H7368 (רָחַק);","strongs_definition":"remoteness, i.e. (concretely) a distant place; often (adverbially) from afar","kjv_definition":"(a-, dwell in, very) far (country, off). See also H1023 (בֵּית הַמֶּרְחָק)."} +{"id":"H4802","strongs_number":"H4802","system":"hebrew","language":"hebrew","number_value":4802,"lemma":"מַרְחֶשֶׁת","transliteration":"marchesheth","pronunciation":"mar-kheh'-sheth","derivation":"from H7370 (רָחַשׁ);","strongs_definition":"a stewpan","kjv_definition":"fryingpan."} +{"id":"H4803","strongs_number":"H4803","system":"hebrew","language":"hebrew","number_value":4803,"lemma":"מָרַט","transliteration":"mâraṭ","pronunciation":"maw-rat'","derivation":"a primitive root;","strongs_definition":"to polish; by implication, to make bald (the head), to gall (the shoulder); also, to sharpen","kjv_definition":"bright, furbish, (have his) hair (be) fallen off, peeled, pluck off (hair)."} +{"id":"H4804","strongs_number":"H4804","system":"hebrew","language":"hebrew","number_value":4804,"lemma":"מְרַט","transliteration":"mᵉraṭ","pronunciation":"mer-at'","derivation":"(Aramaic) corresponding to H4803 (מָרַט);","strongs_definition":"to pull off","kjv_definition":"be plucked."} +{"id":"H4805","strongs_number":"H4805","system":"hebrew","language":"hebrew","number_value":4805,"lemma":"מְרִי","transliteration":"mᵉrîy","pronunciation":"mer-ee'","derivation":"from H4784 (מָרָה);","strongs_definition":"bitterness, i.e. (figuratively) rebellion; concretely, bitter, or rebellious","kjv_definition":"bitter, (most) rebel(-lion, -lious)."} +{"id":"H4806","strongs_number":"H4806","system":"hebrew","language":"hebrew","number_value":4806,"lemma":"מְרִיא","transliteration":"mᵉrîyʼ","pronunciation":"mer-ee'","derivation":"from H4754 (מָרָא) in the sense of grossness, through the idea of domineering (compare H4756 (מָרֵא));","strongs_definition":"stall-fed; often (as noun) a beeve","kjv_definition":"fat (fed) beast (cattle, -ling)."} +{"id":"H4807","strongs_number":"H4807","system":"hebrew","language":"hebrew","number_value":4807,"lemma":"מְרִיב בַּעַל","transliteration":"Mᵉrîyb Baʻal","pronunciation":"mer-eeb' bah'-al","derivation":"from H7378 (רִיב) and H1168 (בַּעַל);","strongs_definition":"quarreller of Baal, Merib-Baal, an epithet of Gideon","kjv_definition":"Merib-baal. Compare H4810 (מְרִי בַעַל)."} +{"id":"H4808","strongs_number":"H4808","system":"hebrew","language":"hebrew","number_value":4808,"lemma":"מְרִיבָה","transliteration":"mᵉrîybâh","pronunciation":"mer-ee-baw'","derivation":"from H7378 (רִיב);","strongs_definition":"quarrel","kjv_definition":"provocation, strife."} +{"id":"H4809","strongs_number":"H4809","system":"hebrew","language":"hebrew","number_value":4809,"lemma":"מְרִיבָה","transliteration":"Mᵉrîybâh","pronunciation":"mer-ee-baw'","derivation":"the same as H4808 (מְרִיבָה);","strongs_definition":"Meribah, the name of two places in the Desert","kjv_definition":"Meribah."} +{"id":"H4810","strongs_number":"H4810","system":"hebrew","language":"hebrew","number_value":4810,"lemma":"מְרִי בַעַל","transliteration":"Mᵉrîy Baʻal","pronunciation":"mer-ee' bah'-al","derivation":"from H4805 (מְרִי) and H1168 (בַּעַל); rebellion of (i.e. against) Baal;","strongs_definition":"Meri-Baal, an epithet of Gideon","kjv_definition":"Meri-baal. Compare H4807 (מְרִיב בַּעַל)."} +{"id":"H4811","strongs_number":"H4811","system":"hebrew","language":"hebrew","number_value":4811,"lemma":"מְרָיָה","transliteration":"Mᵉrâyâh","pronunciation":"mer-aw-yaw'","derivation":"from H4784 (מָרָה); rebellion;","strongs_definition":"Merajah, an Israelite","kjv_definition":"Meraiah. Compare H3236 (יִמְרָה)."} +{"id":"H4812","strongs_number":"H4812","system":"hebrew","language":"hebrew","number_value":4812,"lemma":"מְרָיוֹת","transliteration":"Mᵉrâyôwth","pronunciation":"mer-aw-yohth'","derivation":"plural of H4811 (מְרָיָה); rebellious;","strongs_definition":"Merajoth, the name of two Israelites","kjv_definition":"Meraioth."} +{"id":"H4813","strongs_number":"H4813","system":"hebrew","language":"hebrew","number_value":4813,"lemma":"מִרְיָם","transliteration":"Miryâm","pronunciation":"meer-yawm'","derivation":"from H4805 (מְרִי); rebelliously;","strongs_definition":"Mirjam, the name of two Israelitesses","kjv_definition":"Miriam."} +{"id":"H4814","strongs_number":"H4814","system":"hebrew","language":"hebrew","number_value":4814,"lemma":"מְרִירוּת","transliteration":"mᵉrîyrûwth","pronunciation":"mer-ee-rooth'","derivation":"from H4843 (מָרַר);","strongs_definition":"bitterness, i.e. (figuratively) grief","kjv_definition":"bitterness."} +{"id":"H4815","strongs_number":"H4815","system":"hebrew","language":"hebrew","number_value":4815,"lemma":"מְרִירִי","transliteration":"mᵉrîyrîy","pronunciation":"mer-ee-ree'","derivation":"from H4843 (מָרַר);","strongs_definition":"bitter, i.e. poisonous","kjv_definition":"bitter."} +{"id":"H4816","strongs_number":"H4816","system":"hebrew","language":"hebrew","number_value":4816,"lemma":"מֹרֶךְ","transliteration":"môrek","pronunciation":"mo'-rek","derivation":"perhaps from H7401 (רָכַךְ);","strongs_definition":"softness, i.e. (figuratively) fear","kjv_definition":"faintness."} +{"id":"H4817","strongs_number":"H4817","system":"hebrew","language":"hebrew","number_value":4817,"lemma":"מֶרְכָּב","transliteration":"merkâb","pronunciation":"mer-kawb'","derivation":"from H7392 (רָכַב);","strongs_definition":"a chariot; also a seat (in a vehicle)","kjv_definition":"chariot, covering, saddle."} +{"id":"H4818","strongs_number":"H4818","system":"hebrew","language":"hebrew","number_value":4818,"lemma":"מֶרְכָּבָה","transliteration":"merkâbâh","pronunciation":"mer-kaw-baw'","derivation":"feminine of H4817 (מֶרְכָּב);","strongs_definition":"a chariot","kjv_definition":"chariot. See also H1024 (בֵּית הַמַּרְכָּבוֹת)."} +{"id":"H4819","strongs_number":"H4819","system":"hebrew","language":"hebrew","number_value":4819,"lemma":"מַרְכֹּלֶת","transliteration":"markôleth","pronunciation":"mar-ko'-leth","derivation":"from H7402 (רָכַל);","strongs_definition":"a mart","kjv_definition":"merchandise."} +{"id":"H4820","strongs_number":"H4820","system":"hebrew","language":"hebrew","number_value":4820,"lemma":"מִרְמָה","transliteration":"mirmâh","pronunciation":"meer-maw'","derivation":"from H7411 (רָמָה) in the sense of deceiving;","strongs_definition":"fraud","kjv_definition":"craft, deceit(-ful, -fully), false, feigned, guile, subtilly, treachery."} +{"id":"H4821","strongs_number":"H4821","system":"hebrew","language":"hebrew","number_value":4821,"lemma":"מִרְמָה","transliteration":"Mirmâh","pronunciation":"meer-maw'","derivation":"the same as H4820 (מִרְמָה);","strongs_definition":"Mirmah, an Israelite","kjv_definition":"Mirma."} +{"id":"H4822","strongs_number":"H4822","system":"hebrew","language":"hebrew","number_value":4822,"lemma":"מְרֵמוֹת","transliteration":"Mᵉrêmôwth","pronunciation":"mer-ay-mohth'","derivation":"plural from H7311 (רוּם); heights;","strongs_definition":"Meremoth, the name of two Israelites","kjv_definition":"Meremoth."} +{"id":"H4823","strongs_number":"H4823","system":"hebrew","language":"hebrew","number_value":4823,"lemma":"מִרְמָס","transliteration":"mirmâç","pronunciation":"meer-mawce'","derivation":"from H7429 (רָמַס);","strongs_definition":"abasement (the act or the thing)","kjv_definition":"tread (down) -ing, (to be) trodden (down) under foot."} +{"id":"H4824","strongs_number":"H4824","system":"hebrew","language":"hebrew","number_value":4824,"lemma":"מֵרֹנֹתִי","transliteration":"Mêrônôthîy","pronunciation":"may-ro-no-thee'","derivation":"patrial from an unused noun;","strongs_definition":"a Meronothite, or inhabitant of some (otherwise unknown) Meronoth.","kjv_definition":"Meronothite."} +{"id":"H4825","strongs_number":"H4825","system":"hebrew","language":"hebrew","number_value":4825,"lemma":"מֶרֶס","transliteration":"Mereç","pronunciation":"meh'-res","derivation":"of foreign derivation;","strongs_definition":"Meres, a Persian","kjv_definition":"Meres."} +{"id":"H4826","strongs_number":"H4826","system":"hebrew","language":"hebrew","number_value":4826,"lemma":"מַרְסְנָא","transliteration":"Marçᵉnâʼ","pronunciation":"mar-sen-aw'","derivation":"of foreign derivation;","strongs_definition":"Marsena, a Persian","kjv_definition":"Marsena."} +{"id":"H4827","strongs_number":"H4827","system":"hebrew","language":"hebrew","number_value":4827,"lemma":"מֵרַע","transliteration":"mêraʻ","pronunciation":"may-rah'","derivation":"from H7489 (רָעַע);","strongs_definition":"used as (abstract) noun, wickedness","kjv_definition":"do mischief."} +{"id":"H4828","strongs_number":"H4828","system":"hebrew","language":"hebrew","number_value":4828,"lemma":"מֵרֵעַ","transliteration":"mêrêaʻ","pronunciation":"may-ray'-ah","derivation":"from H7462 (רָעָה) in the sense of companionship;","strongs_definition":"a friend","kjv_definition":"companion, friend."} +{"id":"H4829","strongs_number":"H4829","system":"hebrew","language":"hebrew","number_value":4829,"lemma":"מִרְעֶה","transliteration":"mirʻeh","pronunciation":"meer-eh'","derivation":"from H7462 (רָעָה) in the sense of feeding;","strongs_definition":"pasture (the place or the act); also the haunt of wild animals","kjv_definition":"feeding place, pasture."} +{"id":"H4830","strongs_number":"H4830","system":"hebrew","language":"hebrew","number_value":4830,"lemma":"מִרְעִית","transliteration":"mirʻîyth","pronunciation":"meer-eeth'","derivation":"from H7462 (רָעָה) in the sense of feeding;","strongs_definition":"pasturage; concretely, a flock","kjv_definition":"flock, pasture."} +{"id":"H4831","strongs_number":"H4831","system":"hebrew","language":"hebrew","number_value":4831,"lemma":"מַרְעֲלָה","transliteration":"Marʻălâh","pronunciation":"mar-al-aw'","derivation":"from H7477 (רָעַל); perhaps, earthquake;","strongs_definition":"Maralah, a place in Palestine","kjv_definition":"Maralah."} +{"id":"H4832","strongs_number":"H4832","system":"hebrew","language":"hebrew","number_value":4832,"lemma":"מַרְפֵּא","transliteration":"marpêʼ","pronunciation":"mar-pay'","derivation":"from H7495 (רָפָא);","strongs_definition":"properly, curative, i.e. literally (concretely) a medicine, or (abstractly) a cure; figuratively (concretely) deliverance, or (abstractly) placidity","kjv_definition":"(in-)cure(-able), healing(-lth), remedy, sound, wholesome, yielding."} +{"id":"H4833","strongs_number":"H4833","system":"hebrew","language":"hebrew","number_value":4833,"lemma":"מִרְפָּשׂ","transliteration":"mirpâs","pronunciation":"meer-paws'","derivation":"from H7515 (רָפַשׂ);","strongs_definition":"muddled water","kjv_definition":"that which...have fouled."} +{"id":"H4834","strongs_number":"H4834","system":"hebrew","language":"hebrew","number_value":4834,"lemma":"מָרַץ","transliteration":"mârats","pronunciation":"maw-rats'","derivation":"a primitive root;","strongs_definition":"properly, to press, i.e. (figuratively) to be pungent or vehement; to irritate","kjv_definition":"embolden, be forcible, grievous, sore."} +{"id":"H4835","strongs_number":"H4835","system":"hebrew","language":"hebrew","number_value":4835,"lemma":"מְרֻצָה","transliteration":"mᵉrutsâh","pronunciation":"mer-oo-tsaw'","derivation":"from H7533 (רָצַץ);","strongs_definition":"oppression","kjv_definition":"violence. See also H4794 (מְרוּצָה)."} +{"id":"H4836","strongs_number":"H4836","system":"hebrew","language":"hebrew","number_value":4836,"lemma":"מַרְצֵעַ","transliteration":"martsêaʻ","pronunciation":"mar-tsay'-ah","derivation":"from H7527 (רָצַע);","strongs_definition":"an awl","kjv_definition":"aul."} +{"id":"H4837","strongs_number":"H4837","system":"hebrew","language":"hebrew","number_value":4837,"lemma":"מַרְצֶפֶת","transliteration":"martsepheth","pronunciation":"mar-tseh'-feth","derivation":"from H7528 (רָצַף);","strongs_definition":"a pavement","kjv_definition":"pavement."} +{"id":"H4838","strongs_number":"H4838","system":"hebrew","language":"hebrew","number_value":4838,"lemma":"מָרַק","transliteration":"mâraq","pronunciation":"maw-rak'","derivation":"a primitive root;","strongs_definition":"to polish; by implication, to sharpen; also to rinse","kjv_definition":"bright, furbish, scour."} +{"id":"H4839","strongs_number":"H4839","system":"hebrew","language":"hebrew","number_value":4839,"lemma":"מָרָק","transliteration":"mârâq","pronunciation":"maw-rawk'","derivation":"from H4838 (מָרַק);","strongs_definition":"soup (as if a rinsing)","kjv_definition":"broth. See also H6564 (פָּרָק)."} +{"id":"H4840","strongs_number":"H4840","system":"hebrew","language":"hebrew","number_value":4840,"lemma":"מֶרְקָח","transliteration":"merqâch","pronunciation":"mer-kawkh'","derivation":"from H7543 (רָקַח);","strongs_definition":"a spicy herb","kjv_definition":"[idiom] sweet."} +{"id":"H4841","strongs_number":"H4841","system":"hebrew","language":"hebrew","number_value":4841,"lemma":"מֶרְקָחָה","transliteration":"merqâchâh","pronunciation":"mer-kaw-khaw'","derivation":"feminine of H4840 (מֶרְקָח);","strongs_definition":"abstractly, a seasoning (with spicery); concretely, an unguentkettle (for preparing spiced oil)","kjv_definition":"pot of ointment, [idiom] well."} +{"id":"H4842","strongs_number":"H4842","system":"hebrew","language":"hebrew","number_value":4842,"lemma":"מִרְקַחַת","transliteration":"mirqachath","pronunciation":"meer-kakh'-ath","derivation":"from H7543 (רָקַח);","strongs_definition":"an aromatic unguent; also an unguent-pot","kjv_definition":"prepared by the apothecaries' art, compound, ointment."} +{"id":"H4843","strongs_number":"H4843","system":"hebrew","language":"hebrew","number_value":4843,"lemma":"מָרַר","transliteration":"mârar","pronunciation":"maw-rar'","derivation":"a primitive root; properly, to trickle (see H4752 (מַר)); but used only as a denominative from H4751 (מַר);","strongs_definition":"to be (causatively, make) bitter (literally or figuratively)","kjv_definition":"(be, be in, deal, have, make) bitter(-ly, -ness), be moved with choler, (be, have sorely, it) grieved(-eth), provoke, vex."} +{"id":"H4844","strongs_number":"H4844","system":"hebrew","language":"hebrew","number_value":4844,"lemma":"מְרֹר","transliteration":"mᵉrôr","pronunciation":"mer-ore'","derivation":"or מְרוֹר; from H4843 (מָרַר);","strongs_definition":"a bitter herb","kjv_definition":"bitter(-ness)."} +{"id":"H4845","strongs_number":"H4845","system":"hebrew","language":"hebrew","number_value":4845,"lemma":"מְרֵרָה","transliteration":"mᵉrêrâh","pronunciation":"mer-ay-raw'","derivation":"from H4843 (מָרַר);","strongs_definition":"bile (from its bitterness)","kjv_definition":"gall."} +{"id":"H4846","strongs_number":"H4846","system":"hebrew","language":"hebrew","number_value":4846,"lemma":"מְרֹרָה","transliteration":"mᵉrôrâh","pronunciation":"mer-o-raw'","derivation":"or מְרוֹרָה; from H4843 (מָרַר);","strongs_definition":"properly, bitterness; concretely, a bitter thing; specifically bile; also venom (of a serpent)","kjv_definition":"bitter (thing), gall."} +{"id":"H4847","strongs_number":"H4847","system":"hebrew","language":"hebrew","number_value":4847,"lemma":"מְרָרִי","transliteration":"Mᵉrârîy","pronunciation":"mer-aw-ree'","derivation":"from H4843 (מָרַר); bitter;","strongs_definition":"Merari, an Israelite","kjv_definition":"Merari. See also H4848 (מְרָרִי)."} +{"id":"H4848","strongs_number":"H4848","system":"hebrew","language":"hebrew","number_value":4848,"lemma":"מְרָרִי","transliteration":"Mᵉrârîy","pronunciation":"mer-aw-ree'","derivation":"from H4847 (מְרָרִי);","strongs_definition":"a Merarite (collectively), or decendants of Merari","kjv_definition":"Merarites."} +{"id":"H4849","strongs_number":"H4849","system":"hebrew","language":"hebrew","number_value":4849,"lemma":"מִרְשַׁעַת","transliteration":"mirshaʻath","pronunciation":"meer-shah'-ath","derivation":"from H7561 (רָשַׁע);","strongs_definition":"a female wicked doer","kjv_definition":"wicked woman."} +{"id":"H4850","strongs_number":"H4850","system":"hebrew","language":"hebrew","number_value":4850,"lemma":"מְרָתַיִם","transliteration":"Mᵉrâthayim","pronunciation":"mer-aw-thah'-yim","derivation":"dual of H4751 (מַר) feminine; double bitterness;","strongs_definition":"Merathajim, an epithet of Babylon","kjv_definition":"Merathaim."} +{"id":"H4851","strongs_number":"H4851","system":"hebrew","language":"hebrew","number_value":4851,"lemma":"מַשׁ","transliteration":"Mash","pronunciation":"mash","derivation":"of foreign derivation;","strongs_definition":"Mash, a son of Aram, and the people descended from him","kjv_definition":"Mash."} +{"id":"H4852","strongs_number":"H4852","system":"hebrew","language":"hebrew","number_value":4852,"lemma":"מֵשָׁא","transliteration":"Mêshâʼ","pronunciation":"may-shaw'","derivation":"of foreign derivation;","strongs_definition":"Mesha, a place in Arabia","kjv_definition":"Mesha."} +{"id":"H4853","strongs_number":"H4853","system":"hebrew","language":"hebrew","number_value":4853,"lemma":"מַשָּׂא","transliteration":"massâʼ","pronunciation":"mas-saw'","derivation":"from H5375 (נָשָׂא);","strongs_definition":"a burden; specifically, tribute, or (abstractly) porterage; figuratively, an utterance, chiefly adoom, especially singing; mental, desire","kjv_definition":"burden, carry away, prophecy, [idiom] they set, song, tribute."} +{"id":"H4854","strongs_number":"H4854","system":"hebrew","language":"hebrew","number_value":4854,"lemma":"מַשָּׂא","transliteration":"Massâʼ","pronunciation":"mas-saw'","derivation":"the same as H4853 (מַשָּׂא); burden;","strongs_definition":"Massa, a son of Ishmael","kjv_definition":"Massa."} +{"id":"H4855","strongs_number":"H4855","system":"hebrew","language":"hebrew","number_value":4855,"lemma":"מַשָּׁא","transliteration":"mashshâʼ","pronunciation":"mash-shaw'","derivation":"from H5383 (נָשָׁה);","strongs_definition":"a loan; by implication, interest on adebt","kjv_definition":"exaction, usury."} +{"id":"H4856","strongs_number":"H4856","system":"hebrew","language":"hebrew","number_value":4856,"lemma":"מַשֹּׂא","transliteration":"massôʼ","pronunciation":"mas-so'","derivation":"from H5375 (נָשָׂא);","strongs_definition":"partiality (as a lifting up)","kjv_definition":"respect."} +{"id":"H4857","strongs_number":"H4857","system":"hebrew","language":"hebrew","number_value":4857,"lemma":"מַשְׁאָב","transliteration":"mashʼâb","pronunciation":"mash-awb'","derivation":"from H7579 (שָׁאַב);","strongs_definition":"a trough for cattle to drink from","kjv_definition":"place of drawing water."} +{"id":"H4858","strongs_number":"H4858","system":"hebrew","language":"hebrew","number_value":4858,"lemma":"מַשָּׂאָה","transliteration":"massâʼâh","pronunciation":"mas-saw-aw'","derivation":"from H5375 (נָשָׂא);","strongs_definition":"a conflagration (from the rising of smoke)","kjv_definition":"burden."} +{"id":"H4859","strongs_number":"H4859","system":"hebrew","language":"hebrew","number_value":4859,"lemma":"מַשָּׁאָה","transliteration":"mashshâʼâh","pronunciation":"mash-shaw-aw'","derivation":"feminine of H4855 (מַשָּׁא);","strongs_definition":"a loan","kjv_definition":"[idiom] any(-thing), debt."} +{"id":"H4860","strongs_number":"H4860","system":"hebrew","language":"hebrew","number_value":4860,"lemma":"מַשָּׁאוֹן","transliteration":"mashshâʼôwn","pronunciation":"mash-shaw-ohn'","derivation":"from H5377 (נָשָׁא);","strongs_definition":"dissimulation","kjv_definition":"deceit."} +{"id":"H4861","strongs_number":"H4861","system":"hebrew","language":"hebrew","number_value":4861,"lemma":"מִשְׁאָל","transliteration":"Mishʼâl","pronunciation":"mish-awl'","derivation":"from H7592 (שָׁאַל); request;","strongs_definition":"Mishal, a place in Palestine","kjv_definition":"Mishal, Misheal. Compare H4913 (מָשָׁל)."} +{"id":"H4862","strongs_number":"H4862","system":"hebrew","language":"hebrew","number_value":4862,"lemma":"מִשְׁאָלָה","transliteration":"mishʼâlâh","pronunciation":"mish-aw-law'","derivation":"from H7592 (שָׁאַל);","strongs_definition":"a request","kjv_definition":"desire, petition."} +{"id":"H4863","strongs_number":"H4863","system":"hebrew","language":"hebrew","number_value":4863,"lemma":"מִשְׁאֶרֶת","transliteration":"mishʼereth","pronunciation":"mish-eh'-reth","derivation":"from H7604 (שָׁאַר) in the original sense of swelling;","strongs_definition":"a kneading-trough (in which the dough rises)","kjv_definition":"kneading trough, store."} +{"id":"H4864","strongs_number":"H4864","system":"hebrew","language":"hebrew","number_value":4864,"lemma":"מַשְׂאֵת","transliteration":"masʼêth","pronunciation":"mas-ayth'","derivation":"from H5375 (נָשָׂא);","strongs_definition":"properly, (abstractly) a raising (as of the hands in prayer), or rising (of flame); figuratively, an utterance; concretely, a beacon (as raised); a present (as taken), mess, or tribute; figuratively, a reproach (as a burden)","kjv_definition":"burden, collection, sign of fire, (great) flame, gift, lifting up, mess, oblation, reward."} +{"id":"H4865","strongs_number":"H4865","system":"hebrew","language":"hebrew","number_value":4865,"lemma":"מִשְׁבְּצָה","transliteration":"mishbᵉtsâh","pronunciation":"mish-bets-aw'","derivation":"from H7660 (שָׁבַץ);","strongs_definition":"a brocade; by analogy, a (reticulated) setting of agem","kjv_definition":"ouch, wrought."} +{"id":"H4866","strongs_number":"H4866","system":"hebrew","language":"hebrew","number_value":4866,"lemma":"מִשְׁבֵּר","transliteration":"mishbêr","pronunciation":"mish-bare'","derivation":"from H7665 (שָׁבַר);","strongs_definition":"the orifice of the womb (from which the fetus breaks forth)","kjv_definition":"birth, breaking forth."} +{"id":"H4867","strongs_number":"H4867","system":"hebrew","language":"hebrew","number_value":4867,"lemma":"מִשְׁבָּר","transliteration":"mishbâr","pronunciation":"mish-bawr'","derivation":"from H7665 (שָׁבַר);","strongs_definition":"a breaker (of the sea)","kjv_definition":"billow, wave."} +{"id":"H4868","strongs_number":"H4868","system":"hebrew","language":"hebrew","number_value":4868,"lemma":"מִשְׁבָּת","transliteration":"mishbâth","pronunciation":"mish-bawth'","derivation":"from H7673 (שָׁבַת);","strongs_definition":"cessation, i.e. destruction","kjv_definition":"sabbath."} +{"id":"H4869","strongs_number":"H4869","system":"hebrew","language":"hebrew","number_value":4869,"lemma":"מִשְׂגָּב","transliteration":"misgâb","pronunciation":"mis-gawb'","derivation":"from H7682 (שָׂגַב); properly, a cliff (or other lofty or inaccessible place); abstractly, altitude; figuratively, a refuge","strongs_definition":"defence, high fort (tower), refuge, Misgab, a place in Moab","kjv_definition":"Misgab."} +{"id":"H4870","strongs_number":"H4870","system":"hebrew","language":"hebrew","number_value":4870,"lemma":"מִשְׁגֶּה","transliteration":"mishgeh","pronunciation":"mish-gay'","derivation":"from H7686 (שָׁגָה);","strongs_definition":"an error","kjv_definition":"oversight."} +{"id":"H4871","strongs_number":"H4871","system":"hebrew","language":"hebrew","number_value":4871,"lemma":"מָשָׁה","transliteration":"mâshâh","pronunciation":"maw-shaw'","derivation":"a primitive root;","strongs_definition":"to pull out (literally or figuratively)","kjv_definition":"draw(out)."} +{"id":"H4872","strongs_number":"H4872","system":"hebrew","language":"hebrew","number_value":4872,"lemma":"מֹשֶׁה","transliteration":"Môsheh","pronunciation":"mo-sheh'","derivation":"from H4871 (מָשָׁה); drawing out (of the water), i.e. rescued;","strongs_definition":"Mosheh, the Israelite lawgiver","kjv_definition":"Moses."} +{"id":"H4873","strongs_number":"H4873","system":"hebrew","language":"hebrew","number_value":4873,"lemma":"מֹשֶׁה","transliteration":"Môsheh","pronunciation":"mo-sheh'","derivation":"(Aramaic) corresponding to H4872 (מֹשֶׁה)","strongs_definition":"{Mosheh, the Israelite lawgiver}","kjv_definition":"Moses."} +{"id":"H4874","strongs_number":"H4874","system":"hebrew","language":"hebrew","number_value":4874,"lemma":"מַשֶּׁה","transliteration":"mashsheh","pronunciation":"mash-sheh'","derivation":"from H5383 (נָשָׁה);","strongs_definition":"a debt","kjv_definition":"[phrase] creditor."} +{"id":"H4875","strongs_number":"H4875","system":"hebrew","language":"hebrew","number_value":4875,"lemma":"מְשׁוֹאָה","transliteration":"mᵉshôwʼâh","pronunciation":"meh-o-aw'","derivation":"or מְשֹׁאָה; from the same as H7722 (שׁוֹא);","strongs_definition":"(a) ruin, abstractly (the act) or concretely (the wreck)","kjv_definition":"desolation, waste."} +{"id":"H4876","strongs_number":"H4876","system":"hebrew","language":"hebrew","number_value":4876,"lemma":"מַשּׁוּאָה","transliteration":"mashshûwʼâh","pronunciation":"mash-shoo-aw'","derivation":"or מַשֻּׁאָה; for H4875 (מְשׁוֹאָה);","strongs_definition":"ruin","kjv_definition":"desolation, destruction."} +{"id":"H4877","strongs_number":"H4877","system":"hebrew","language":"hebrew","number_value":4877,"lemma":"מְשׁוֹבָב","transliteration":"Mᵉshôwbâb","pronunciation":"mesh-o-bawb'","derivation":"from H7725 (שׁוּב); returned;","strongs_definition":"Meshobab, an Israelite","kjv_definition":"Meshobab."} +{"id":"H4878","strongs_number":"H4878","system":"hebrew","language":"hebrew","number_value":4878,"lemma":"מְשׁוּבָה","transliteration":"mᵉshûwbâh","pronunciation":"mesh-oo-baw'","derivation":"or מְשֻׁבָה; from H7725 (שׁוּב);","strongs_definition":"apostasy","kjv_definition":"backsliding, turning away."} +{"id":"H4879","strongs_number":"H4879","system":"hebrew","language":"hebrew","number_value":4879,"lemma":"מְשׁוּגָה","transliteration":"mᵉshûwgâh","pronunciation":"mesh-oo-gaw'","derivation":"from an unused root meaning to stray;","strongs_definition":"mistake","kjv_definition":"error."} +{"id":"H4880","strongs_number":"H4880","system":"hebrew","language":"hebrew","number_value":4880,"lemma":"מָשׁוֹט","transliteration":"mâshôwṭ","pronunciation":"maw-shote'","derivation":"or מִשּׁוֹט; from H7751 (שׁוּט);","strongs_definition":"an oar","kjv_definition":"oar."} +{"id":"H4881","strongs_number":"H4881","system":"hebrew","language":"hebrew","number_value":4881,"lemma":"מְשׂוּכָה","transliteration":"mᵉsûwkâh","pronunciation":"mes-oo-kaw'","derivation":"or מְשֻׂכָה; from H7753 (שׂוּךְ);","strongs_definition":"a hedge","kjv_definition":"hedge."} +{"id":"H4882","strongs_number":"H4882","system":"hebrew","language":"hebrew","number_value":4882,"lemma":"מְשׁוּסָה","transliteration":"mᵉshûwçâh","pronunciation":"mesh-oo-saw'","derivation":"from an unused root meaning to plunder;","strongs_definition":"spoilation","kjv_definition":"spoil."} +{"id":"H4883","strongs_number":"H4883","system":"hebrew","language":"hebrew","number_value":4883,"lemma":"מַשּׂוֹר","transliteration":"massôwr","pronunciation":"mas-sore'","derivation":"from an unused root meaning to rasp;","strongs_definition":"a saw","kjv_definition":"saw."} +{"id":"H4884","strongs_number":"H4884","system":"hebrew","language":"hebrew","number_value":4884,"lemma":"מְשׂוּרָה","transliteration":"mᵉsûwrâh","pronunciation":"mes-oo-raw'","derivation":"from an unused root meaning apparently to divide;","strongs_definition":"a measure (for liquids)","kjv_definition":"measure."} +{"id":"H4885","strongs_number":"H4885","system":"hebrew","language":"hebrew","number_value":4885,"lemma":"מָשׂוֹשׂ","transliteration":"mâsôws","pronunciation":"maw-soce'","derivation":"from H7797 (שׂוּשׂ);","strongs_definition":"delight, concretely (the cause or object) or abstractly (the feeling)","kjv_definition":"joy, mirth, rejoice."} +{"id":"H4886","strongs_number":"H4886","system":"hebrew","language":"hebrew","number_value":4886,"lemma":"מָשַׁח","transliteration":"mâshach","pronunciation":"maw-shakh'","derivation":"a primitive root;","strongs_definition":"to rub with oil, i.e. to anoint; by implication, to consecrate; also to paint","kjv_definition":"anoint, paint."} +{"id":"H4887","strongs_number":"H4887","system":"hebrew","language":"hebrew","number_value":4887,"lemma":"מְשַׁח","transliteration":"mᵉshach","pronunciation":"mesh-akh'","derivation":"(Aramaic) from a root corresponding to H4886 (מָשַׁח);","strongs_definition":"oil","kjv_definition":"oil."} +{"id":"H4888","strongs_number":"H4888","system":"hebrew","language":"hebrew","number_value":4888,"lemma":"מִשְׁחָה","transliteration":"mishchâh","pronunciation":"meesh-khaw'","derivation":"or מׇשְׁחָה; from H4886 (מָשַׁח);","strongs_definition":"unction (the act); by implication, a consecratory gift","kjv_definition":"(to be) anointed(-ing), ointment."} +{"id":"H4889","strongs_number":"H4889","system":"hebrew","language":"hebrew","number_value":4889,"lemma":"מַשְׁחִית","transliteration":"mashchîyth","pronunciation":"mash-kheeth'","derivation":"from H7843 (שָׁחַת);","strongs_definition":"destructive, i.e. (as noun) destruction, literally (specifically a snare) or figuratively (corruption)","kjv_definition":"corruption, (to) destroy(-ing), destruction, trap, [idiom] utterly."} +{"id":"H4890","strongs_number":"H4890","system":"hebrew","language":"hebrew","number_value":4890,"lemma":"מִשְׂחַק","transliteration":"mischaq","pronunciation":"mis-khawk'","derivation":"from H7831 (שַׁחֲצוֹם);","strongs_definition":"a laughing-stock","kjv_definition":"scorn."} +{"id":"H4891","strongs_number":"H4891","system":"hebrew","language":"hebrew","number_value":4891,"lemma":"מִשְׁחָר","transliteration":"mishchâr","pronunciation":"mish-khawr'","derivation":"from H7836 (שָׁחַר) in the sense of day breaking;","strongs_definition":"dawn","kjv_definition":"morning."} +{"id":"H4892","strongs_number":"H4892","system":"hebrew","language":"hebrew","number_value":4892,"lemma":"מַשְׁחֵת","transliteration":"mashchêth","pronunciation":"mash-khayth'","derivation":"for H4889 (מַשְׁחִית);","strongs_definition":"destruction","kjv_definition":"destroying."} +{"id":"H4893","strongs_number":"H4893","system":"hebrew","language":"hebrew","number_value":4893,"lemma":"מִשְׁחָת","transliteration":"mishchâth","pronunciation":"mish-khawth'","derivation":"or מׇשְׁחָת; from H7843 (שָׁחַת);","strongs_definition":"disfigurement","kjv_definition":"corruption, marred."} +{"id":"H4894","strongs_number":"H4894","system":"hebrew","language":"hebrew","number_value":4894,"lemma":"מִשְׁטוֹחַ","transliteration":"mishṭôwach","pronunciation":"mish-to'-akh","derivation":"or מִשְׁטַח; from H7849 (שָׁטַח);","strongs_definition":"a spreading-place","kjv_definition":"(to) spread (forth, -ing, upon)."} +{"id":"H4895","strongs_number":"H4895","system":"hebrew","language":"hebrew","number_value":4895,"lemma":"מַשְׂטֵמָה","transliteration":"masṭêmâh","pronunciation":"mas-tay-maw'","derivation":"from the same as H7850 (שֹׁטֵט);","strongs_definition":"enmity","kjv_definition":"hatred."} +{"id":"H4896","strongs_number":"H4896","system":"hebrew","language":"hebrew","number_value":4896,"lemma":"מִשְׁטָר","transliteration":"mishṭâr","pronunciation":"mish-tawr'","derivation":"from H7860 (שֹׁטֵר);","strongs_definition":"jurisdiction","kjv_definition":"dominion."} +{"id":"H4897","strongs_number":"H4897","system":"hebrew","language":"hebrew","number_value":4897,"lemma":"מֶשִׁי","transliteration":"meshîy","pronunciation":"meh'-shee","derivation":"from H4871 (מָשָׁה);","strongs_definition":"silk (as drawn from the cocoon)","kjv_definition":"silk."} +{"id":"H4898","strongs_number":"H4898","system":"hebrew","language":"hebrew","number_value":4898,"lemma":"מְשֵׁיזַבְאֵל","transliteration":"Mᵉshêyzabʼêl","pronunciation":"mesh-ay-zab-ale'","derivation":"from an equiv. to H7804 (שְׁזַב) and H410 (אֵל); delivered of God;","strongs_definition":"Meshezabel, an Israelite","kjv_definition":"Meshezabeel."} +{"id":"H4899","strongs_number":"H4899","system":"hebrew","language":"hebrew","number_value":4899,"lemma":"מָשִׁיחַ","transliteration":"mâshîyach","pronunciation":"maw-shee'-akh","derivation":"from H4886 (מָשַׁח);","strongs_definition":"anointed; usually a consecrated person (as a king, priest, or saint); specifically, the Messiah","kjv_definition":"anointed, Messiah."} +{"id":"H4900","strongs_number":"H4900","system":"hebrew","language":"hebrew","number_value":4900,"lemma":"מָשַׁךְ","transliteration":"mâshak","pronunciation":"maw-shak'","derivation":"a primitive root;","strongs_definition":"to draw, used in a great variety of applications (including to sow, to sound, to prolong, to develop, to march, to remove, to delay, to be tall, etc.)","kjv_definition":"draw (along, out), continue, defer, extend, forbear, [idiom] give, handle, make (pro-, sound) long, [idiom] sow, scatter, stretch out."} +{"id":"H4901","strongs_number":"H4901","system":"hebrew","language":"hebrew","number_value":4901,"lemma":"מֶשֶׁךְ","transliteration":"meshek","pronunciation":"meh'shek","derivation":"from H4900 (מָשַׁךְ);","strongs_definition":"a sowing; also a possession","kjv_definition":"precious, price."} +{"id":"H4902","strongs_number":"H4902","system":"hebrew","language":"hebrew","number_value":4902,"lemma":"מֶשֶׁךְ","transliteration":"Meshek","pronunciation":"meh'-shek","derivation":"the same in form as H4901 (מֶשֶׁךְ), but probably of foreign derivation;","strongs_definition":"Meshek, a son of Japheth, and the people descended from him","kjv_definition":"Mesech, Meshech."} +{"id":"H4903","strongs_number":"H4903","system":"hebrew","language":"hebrew","number_value":4903,"lemma":"מִשְׁכַּב","transliteration":"mishkab","pronunciation":"mish-kab'","derivation":"(Aramaic) corresponding to H4904 (מִשְׁכָּב);","strongs_definition":"a bed","kjv_definition":"bed."} +{"id":"H4904","strongs_number":"H4904","system":"hebrew","language":"hebrew","number_value":4904,"lemma":"מִשְׁכָּב","transliteration":"mishkâb","pronunciation":"mish-kawb'","derivation":"from H7901 (שָׁכַב);","strongs_definition":"a bed (figuratively, a bier); abstractly, sleep; by euphemism, carnal intercourse","kjv_definition":"bed(-chamber), couch, lieth (lying) with."} +{"id":"H4905","strongs_number":"H4905","system":"hebrew","language":"hebrew","number_value":4905,"lemma":"מַשְׂכִּיל","transliteration":"maskîyl","pronunciation":"mas-keel'","derivation":"from H7919 (שָׂכַל);","strongs_definition":"instructive, i.e. a didactic poem","kjv_definition":"Maschil."} +{"id":"H4906","strongs_number":"H4906","system":"hebrew","language":"hebrew","number_value":4906,"lemma":"מַשְׂכִּית","transliteration":"maskîyth","pronunciation":"mas-keeth'","derivation":"from the same as H7906 (שֵׂכוּ);","strongs_definition":"a figure (carved on stone, the wall, or any object); figuratively, imagination","kjv_definition":"conceit, image(-ry), picture, [idiom] wish."} +{"id":"H4907","strongs_number":"H4907","system":"hebrew","language":"hebrew","number_value":4907,"lemma":"מִשְׁכַּן","transliteration":"mishkan","pronunciation":"mish-kan'","derivation":"(Aramaic) corresponding to H4908 (מִשְׁכָּן);","strongs_definition":"residence","kjv_definition":"habitation."} +{"id":"H4908","strongs_number":"H4908","system":"hebrew","language":"hebrew","number_value":4908,"lemma":"מִשְׁכָּן","transliteration":"mishkân","pronunciation":"mish-kawn'","derivation":"from H7931 (שָׁכַן);","strongs_definition":"a residence (including a shepherd's hut, the lair of animals, figuratively, the grave; also the Temple); specifically, the Tabernacle (properly, its wooden walls)","kjv_definition":"dwelleth, dwelling (place), habitation, tabernacle, tent."} +{"id":"H4909","strongs_number":"H4909","system":"hebrew","language":"hebrew","number_value":4909,"lemma":"מַשְׂכֹּרֶת","transliteration":"maskôreth","pronunciation":"mas-koh'-reth","derivation":"from H7936 (שָׂכַר);","strongs_definition":"wages or a reward","kjv_definition":"reward, wages."} +{"id":"H4910","strongs_number":"H4910","system":"hebrew","language":"hebrew","number_value":4910,"lemma":"מָשַׁל","transliteration":"mâshal","pronunciation":"maw-shal'","derivation":"a primitive root;","strongs_definition":"to rule","kjv_definition":"(have, make to have) dominion, governor, [idiom] indeed, reign, (bear, cause to, have) rule(-ing, -r), have power."} +{"id":"H4911","strongs_number":"H4911","system":"hebrew","language":"hebrew","number_value":4911,"lemma":"מָשַׁל","transliteration":"mâshal","pronunciation":"maw-shal'","derivation":"denominative from H4912 (מָשָׁל);","strongs_definition":"to liken, i.e. (transitively) to use figurative language (an allegory, adage, song or the like); intransitively, to resemble","kjv_definition":"be(-come) like, compare, use (as a) proverb, speak (in proverbs), utter."} +{"id":"H4912","strongs_number":"H4912","system":"hebrew","language":"hebrew","number_value":4912,"lemma":"מָשָׁל","transliteration":"mâshâl","pronunciation":"maw-shawl'","derivation":"apparently from H4910 (מָשַׁל) in some original sense of superiority in mental action;","strongs_definition":"properly, a pithy maxim, usually of metaphorical nature; hence, a simile (as an adage, poem, discourse)","kjv_definition":"byword, like, parable, proverb."} +{"id":"H4913","strongs_number":"H4913","system":"hebrew","language":"hebrew","number_value":4913,"lemma":"מָשָׁל","transliteration":"Mâshâl","pronunciation":"maw-shawl'","derivation":"for H4861 (מִשְׁאָל);","strongs_definition":"Mashal, a place in Palestine","kjv_definition":"Mashal."} +{"id":"H4914","strongs_number":"H4914","system":"hebrew","language":"hebrew","number_value":4914,"lemma":"מְשֹׁל","transliteration":"mᵉshôl","pronunciation":"mesh-ol'","derivation":"from H4911 (מָשַׁל);","strongs_definition":"a satire","kjv_definition":"byword."} +{"id":"H4915","strongs_number":"H4915","system":"hebrew","language":"hebrew","number_value":4915,"lemma":"מֹשֶׁל","transliteration":"môshel","pronunciation":"mo'-shel","derivation":"(1) from H4910 (מָשַׁל); (2) from H4911 (מָשַׁל);","strongs_definition":"empire; a parallel","kjv_definition":"dominion, like."} +{"id":"H4916","strongs_number":"H4916","system":"hebrew","language":"hebrew","number_value":4916,"lemma":"מִשְׁלוֹחַ","transliteration":"mishlôwach","pronunciation":"mish-lo'-akh","derivation":"or מִשְׁלֹחַ; also מִשְׁלָח; from H7971 (שָׁלַח);","strongs_definition":"a sending out, i.e. (abstractly) presentation (favorable), or seizure (unfavorable); also (concretely) a place of dismissal, or a business to be discharged","kjv_definition":"to lay, to put, sending (forth), to set."} +{"id":"H4917","strongs_number":"H4917","system":"hebrew","language":"hebrew","number_value":4917,"lemma":"מִשְׁלַחַת","transliteration":"mishlachath","pronunciation":"mish-lakh'-ath","derivation":"feminine of H4916 (מִשְׁלוֹחַ);","strongs_definition":"a mission, i.e. (abstractly and favorable) release, or (concretely and unfavorable) an army","kjv_definition":"discharge, sending."} +{"id":"H4918","strongs_number":"H4918","system":"hebrew","language":"hebrew","number_value":4918,"lemma":"מְשֻׁלָּם","transliteration":"Mᵉshullâm","pronunciation":"mesh-ool-lawm'","derivation":"from H7999 (שָׁלַם); allied;","strongs_definition":"Meshullam, the name of seventeen Israelites","kjv_definition":"Meshullam."} +{"id":"H4919","strongs_number":"H4919","system":"hebrew","language":"hebrew","number_value":4919,"lemma":"מְשִׁלֵּמוֹת","transliteration":"Mᵉshillêmôwth","pronunciation":"mesh-il-lay-mohth'","derivation":"plural from H7999 (שָׁלַם); reconciliations","strongs_definition":"Meshillemoth, an Israelite","kjv_definition":"Meshillemoth. Compare H4921 (מְשִׁלֵּמִית)."} +{"id":"H4920","strongs_number":"H4920","system":"hebrew","language":"hebrew","number_value":4920,"lemma":"מְשֶׁלֶמְיָה","transliteration":"Mᵉshelemyâh","pronunciation":"mesh-eh-lem-yaw'","derivation":"or מְשֶׁלֶמְיָהוּ; from H7999 (שָׁלַם) and H3050 (יָהּ); ally of Jah;","strongs_definition":"Meshelemjah, an Israelite","kjv_definition":"Meshelemiah."} +{"id":"H4921","strongs_number":"H4921","system":"hebrew","language":"hebrew","number_value":4921,"lemma":"מְשִׁלֵּמִית","transliteration":"Mᵉshillêmîyth","pronunciation":"mesh-il-lay-meeth'","derivation":"from H7999 (שָׁלַם); reconciliation;","strongs_definition":"Meshillemith, an Israelite","kjv_definition":"Meshillemith. Compare H4919 (מְשִׁלֵּמוֹת)."} +{"id":"H4922","strongs_number":"H4922","system":"hebrew","language":"hebrew","number_value":4922,"lemma":"מְשֻׁלֶּמֶת","transliteration":"Mᵉshullemeth","pronunciation":"mesh-ool-leh'-meth'","derivation":"feminine of H4918 (מְשֻׁלָּם);","strongs_definition":"Meshullemeth, an Israelitess","kjv_definition":"Meshullemeth."} +{"id":"H4923","strongs_number":"H4923","system":"hebrew","language":"hebrew","number_value":4923,"lemma":"מְשַׁמָּה","transliteration":"mᵉshammâh","pronunciation":"mesh-am-maw'","derivation":"from H8074 (שָׁמֵם);","strongs_definition":"a waste or amazement","kjv_definition":"astonishment, desolate."} +{"id":"H4924","strongs_number":"H4924","system":"hebrew","language":"hebrew","number_value":4924,"lemma":"מַשְׁמָן","transliteration":"mashmân","pronunciation":"mash-mawn'","derivation":"from H8080 (שָׁמַן);","strongs_definition":"fat, i.e. (literally and abstractly) fatness; but usually (figuratively and concretely) a rich dish, a fertile field, a robust man","kjv_definition":"fat (one, -ness, -test, -test place)."} +{"id":"H4925","strongs_number":"H4925","system":"hebrew","language":"hebrew","number_value":4925,"lemma":"מִשְׁמַנָּה","transliteration":"Mishmannâh","pronunciation":"mish-man-naw'","derivation":"from H8080 (שָׁמַן); fatness;","strongs_definition":"Mashmannah, an Israelite","kjv_definition":"Mishmannah."} +{"id":"H4926","strongs_number":"H4926","system":"hebrew","language":"hebrew","number_value":4926,"lemma":"מִשְׁמָע","transliteration":"mishmâʻ","pronunciation":"mish-maw'","derivation":"from H8085 (שָׁמַע);","strongs_definition":"a report","kjv_definition":"hearing."} +{"id":"H4927","strongs_number":"H4927","system":"hebrew","language":"hebrew","number_value":4927,"lemma":"מִשְׁמָע","transliteration":"Mishmâʻ","pronunciation":"mish-maw'","derivation":"the same as H4926 (מִשְׁמָע);","strongs_definition":"Mishma, the name of a son of Ishmael, and of an Israelite","kjv_definition":"Mishma."} +{"id":"H4928","strongs_number":"H4928","system":"hebrew","language":"hebrew","number_value":4928,"lemma":"מִשְׁמַעַת","transliteration":"mishmaʻath","pronunciation":"mish-mah'-ath","derivation":"feminine of H4926 (מִשְׁמָע);","strongs_definition":"audience, i.e. the royal court; also obedience, i.e. (concretely) a subject","kjv_definition":"bidding, guard, obey."} +{"id":"H4929","strongs_number":"H4929","system":"hebrew","language":"hebrew","number_value":4929,"lemma":"מִשְׁמָר","transliteration":"mishmâr","pronunciation":"mish-mawr'","derivation":"from H8104 (שָׁמַר);","strongs_definition":"a guard (the man, the post or the prison); a deposit (figuratively); also (as observed) a usage (abstractly), or an example (concretely)","kjv_definition":"diligence, guard, office, prison, ward, watch."} +{"id":"H4930","strongs_number":"H4930","system":"hebrew","language":"hebrew","number_value":4930,"lemma":"מַשְׂמְרָה","transliteration":"masmᵉrâh","pronunciation":"mas-mer-aw'","derivation":"for H4548 (מַסְמֵר) fem.;","strongs_definition":"a peg","kjv_definition":"nail."} +{"id":"H4931","strongs_number":"H4931","system":"hebrew","language":"hebrew","number_value":4931,"lemma":"מִשְׁמֶרֶת","transliteration":"mishmereth","pronunciation":"mish-mer'-reth","derivation":"feminine of H4929 (מִשְׁמָר);","strongs_definition":"watch, i.e. the act (custody), or (concretely) the sentry, the post; objectively preservation, or (concretely) safe; figuratively observance, i.e. (abstractly) duty or (objectively) a usage or party","kjv_definition":"charge, keep, or to be kept, office, ordinace, safeguard, ward, watch."} +{"id":"H4932","strongs_number":"H4932","system":"hebrew","language":"hebrew","number_value":4932,"lemma":"מִשְׁנֶה","transliteration":"mishneh","pronunciation":"mish-neh'","derivation":"from H8138 (שָׁנָה);","strongs_definition":"properly, a repetition, i.e. a duplicate (copy of a document), or a double (in amount); by implication, a second (in order, rank, age, quality or location)","kjv_definition":"college, copy, double, fatlings, next, second (order), twice as much."} +{"id":"H4933","strongs_number":"H4933","system":"hebrew","language":"hebrew","number_value":4933,"lemma":"מְשִׁסָּה","transliteration":"mᵉshiççâh","pronunciation":"mesh-is-saw'","derivation":"from H8155 (שָׁסַס);","strongs_definition":"plunder","kjv_definition":"booty, spoil."} +{"id":"H4934","strongs_number":"H4934","system":"hebrew","language":"hebrew","number_value":4934,"lemma":"מִשְׁעוֹל","transliteration":"mishʻôwl","pronunciation":"mish-ole'","derivation":"from the same as H8168 (שֹׁעַל);","strongs_definition":"a hollow, i.e. a narrow passage","kjv_definition":"path."} +{"id":"H4935","strongs_number":"H4935","system":"hebrew","language":"hebrew","number_value":4935,"lemma":"מִשְׁעִי","transliteration":"mishʻîy","pronunciation":"mish-ee'","derivation":"probably from H8159 (שָׁעָה);","strongs_definition":"inspection","kjv_definition":"to supple."} +{"id":"H4936","strongs_number":"H4936","system":"hebrew","language":"hebrew","number_value":4936,"lemma":"מִשְׁעָם","transliteration":"Mishʻâm","pronunciation":"mish-awm'","derivation":"apparently from H8159 (שָׁעָה); inspection;","strongs_definition":"Misham, an Israelite","kjv_definition":"Misham."} +{"id":"H4937","strongs_number":"H4937","system":"hebrew","language":"hebrew","number_value":4937,"lemma":"מִשְׁעֵן","transliteration":"mishʻên","pronunciation":"mish-ane'","derivation":"or מִשְׁעָן; from H8172 (שָׁעַן);","strongs_definition":"a support (concretely), i.e. (figuratively) a protector or sustenance","kjv_definition":"stay."} +{"id":"H4938","strongs_number":"H4938","system":"hebrew","language":"hebrew","number_value":4938,"lemma":"מִשְׁעֵנָה","transliteration":"mishʻênâh","pronunciation":"mish-ay-naw'","derivation":"or מִשְׁעֶנֶת; feminine of H4937 (מִשְׁעֵן);","strongs_definition":"support (abstractly), i.e. (figuratively) sustenance or (concretely) a walking-stick","kjv_definition":"staff."} +{"id":"H4939","strongs_number":"H4939","system":"hebrew","language":"hebrew","number_value":4939,"lemma":"מִשְׂפָּח","transliteration":"mispâch","pronunciation":"mis-pawkh'","derivation":"from H5596 (סָפַח);","strongs_definition":"slaughter","kjv_definition":"oppression."} +{"id":"H4940","strongs_number":"H4940","system":"hebrew","language":"hebrew","number_value":4940,"lemma":"מִשְׁפָּחָה","transliteration":"mishpâchâh","pronunciation":"mish-paw-khaw'","derivation":"from H8192 (שָׁפָה) (compare H8198 (שִׁפְחָה));","strongs_definition":"a family, i.e. circle of relatives; figuratively, a class (of persons), a species (of animals) or sort (of things); by extension a tribe or people","kjv_definition":"family, kind(-red)."} +{"id":"H4941","strongs_number":"H4941","system":"hebrew","language":"hebrew","number_value":4941,"lemma":"מִשְׁפָּט","transliteration":"mishpâṭ","pronunciation":"mish-pawt'","derivation":"from H8199 (שָׁפַט);","strongs_definition":"properly, a verdict (favorable or unfavorable) pronounced judicially, especially a sentence or formal decree (human or (participant's) divine law, individual or collective), including the act, the place, the suit, the crime, and the penalty; abstractly, justice, including a participant's right or privilege (statutory or customary), or even a style","kjv_definition":"[phrase] adversary, ceremony, charge, [idiom] crime, custom, desert, determination, discretion, disposing, due, fashion, form, to be judged, judgment, just(-ice, -ly), (manner of) law(-ful), manner, measure, (due) order, ordinance, right, sentence, usest, [idiom] worthy, [phrase] wrong."} +{"id":"H4942","strongs_number":"H4942","system":"hebrew","language":"hebrew","number_value":4942,"lemma":"מִשְׁפָּת","transliteration":"mishpâth","pronunciation":"mish-pawth'","derivation":"from H8192 (שָׁפָה);","strongs_definition":"a stall for cattle (only dual)","kjv_definition":"burden, sheepfold."} +{"id":"H4943","strongs_number":"H4943","system":"hebrew","language":"hebrew","number_value":4943,"lemma":"מֶשֶׁק","transliteration":"mesheq","pronunciation":"meh'-shek","derivation":"from an unused root meaning to hold;","strongs_definition":"possession","kjv_definition":"[phrase] steward."} +{"id":"H4944","strongs_number":"H4944","system":"hebrew","language":"hebrew","number_value":4944,"lemma":"מַשָּׁק","transliteration":"mashshâq","pronunciation":"mash-shawk'","derivation":"from H8264 (שָׁקַק);","strongs_definition":"a traversing, i.e. rapid motion","kjv_definition":"running to and fro."} +{"id":"H4945","strongs_number":"H4945","system":"hebrew","language":"hebrew","number_value":4945,"lemma":"מַשְׁקֶה","transliteration":"mashqeh","pronunciation":"mash-keh'","derivation":"from H8248 (שָׁקָה);","strongs_definition":"properly, causing to drink, i.e. a butler; by implication (intransitively), drink (itself); figuratively, a well-watered region","kjv_definition":"butler(-ship), cupbearer, drink(-ing), fat pasture, watered."} +{"id":"H4946","strongs_number":"H4946","system":"hebrew","language":"hebrew","number_value":4946,"lemma":"מִשְׁקוֹל","transliteration":"mishqôwl","pronunciation":"mish-kole'","derivation":"from H8254 (שָׁקַל);","strongs_definition":"weight","kjv_definition":"weight."} +{"id":"H4947","strongs_number":"H4947","system":"hebrew","language":"hebrew","number_value":4947,"lemma":"מַשְׁקוֹף","transliteration":"mashqôwph","pronunciation":"mash-kofe'","derivation":"from H8259 (שָׁקַף) in its original sense of overhanging;","strongs_definition":"a lintel","kjv_definition":"lintel."} +{"id":"H4948","strongs_number":"H4948","system":"hebrew","language":"hebrew","number_value":4948,"lemma":"מִשְׁקָל","transliteration":"mishqâl","pronunciation":"mish-kawl'","derivation":"from H8254 (שָׁקַל);","strongs_definition":"weight (numerically estimated); hence, weighing (the act)","kjv_definition":"(full) weight."} +{"id":"H4949","strongs_number":"H4949","system":"hebrew","language":"hebrew","number_value":4949,"lemma":"מִשְׁקֶלֶת","transliteration":"mishqeleth","pronunciation":"mish-keh'-leth","derivation":"or מִשְׁקֹלֶת; feminine of H4948 (מִשְׁקָל) or H4947 (מַשְׁקוֹף);","strongs_definition":"a weight, i.e. a plummet (with line attached)","kjv_definition":"plummet."} +{"id":"H4950","strongs_number":"H4950","system":"hebrew","language":"hebrew","number_value":4950,"lemma":"מִשְׁקָע","transliteration":"mishqâʻ","pronunciation":"mish-kaw'","derivation":"from H8257 (שָׁקַע);","strongs_definition":"a settling place (of water), i.e. a pond","kjv_definition":"deep."} +{"id":"H4951","strongs_number":"H4951","system":"hebrew","language":"hebrew","number_value":4951,"lemma":"מִשְׂרָה","transliteration":"misrâh","pronunciation":"mis-raw'","derivation":"from H8280 (שָׂרָה);","strongs_definition":"empire","kjv_definition":"government."} +{"id":"H4952","strongs_number":"H4952","system":"hebrew","language":"hebrew","number_value":4952,"lemma":"מִשְׁרָה","transliteration":"mishrâh","pronunciation":"mish-raw'","derivation":"from H8281 (שָׁרָה) in the sense of loosening;","strongs_definition":"maceration, i.e. steeped juice","kjv_definition":"liquor."} +{"id":"H4953","strongs_number":"H4953","system":"hebrew","language":"hebrew","number_value":4953,"lemma":"מַשְׁרוֹקִי","transliteration":"mashrôwqîy","pronunciation":"mash-ro-kee'","derivation":"(Aramaic) from a root corresponding to H8319 (שָׁרַק);","strongs_definition":"a (musical) pipe (from its whistling sound)","kjv_definition":"flute."} +{"id":"H4954","strongs_number":"H4954","system":"hebrew","language":"hebrew","number_value":4954,"lemma":"מִשְׁרָעִי","transliteration":"Mishrâʻîy","pronunciation":"mish-raw-ee'","derivation":"patrial from an unused noun from an unused root; probably meaning to stretch out; extension;","strongs_definition":"a Mishraite, or inhabitant (collectively) of Mishra","kjv_definition":"Mishraites."} +{"id":"H4955","strongs_number":"H4955","system":"hebrew","language":"hebrew","number_value":4955,"lemma":"מִשְׂרָפָה","transliteration":"misrâphâh","pronunciation":"mis-raw-faw'","derivation":"from H8313 (שָׂרַף);","strongs_definition":"combustion, i.e. cremation (of a corpse), or calcination (of lime)","kjv_definition":"burning."} +{"id":"H4956","strongs_number":"H4956","system":"hebrew","language":"hebrew","number_value":4956,"lemma":"מִשְׂרְפוֹת מַיִם","transliteration":"Misrᵉphôwth mayim","pronunciation":"mis-ref-ohth' mah'-yim","derivation":"from the plural of H4955 (מִשְׂרָפָה) and H4325 (מַיִם); burnings of water;","strongs_definition":"Misrephoth-Majim, a place in Palestine","kjv_definition":"Misrephoth-mayim."} +{"id":"H4957","strongs_number":"H4957","system":"hebrew","language":"hebrew","number_value":4957,"lemma":"מַשְׂרֵקָה","transliteration":"Masrêqâh","pronunciation":"mas-ray-kaw'","derivation":"a form for H7796 (שׂוֹרֵק) used denominatively; vineyard;","strongs_definition":"Masrekah, a place in Idumaea","kjv_definition":"Masrekah."} +{"id":"H4958","strongs_number":"H4958","system":"hebrew","language":"hebrew","number_value":4958,"lemma":"מַשְׂרֵת","transliteration":"masrêth","pronunciation":"mas-rayth'","derivation":"apparently from an unused root meaning to perforate, i.e. hollow out;","strongs_definition":"a pan","kjv_definition":"pan."} +{"id":"H4959","strongs_number":"H4959","system":"hebrew","language":"hebrew","number_value":4959,"lemma":"מָשַׁשׁ","transliteration":"mâshash","pronunciation":"maw-shash'","derivation":"a primitive root;","strongs_definition":"to feel of; by implication, to grope","kjv_definition":"feel, grope, search."} +{"id":"H4960","strongs_number":"H4960","system":"hebrew","language":"hebrew","number_value":4960,"lemma":"מִשְׁתֶּה","transliteration":"mishteh","pronunciation":"mish-teh'","derivation":"from H8354 (שָׁתָה);","strongs_definition":"drink, by implication, drinking (the act); also (by implication) a banquet or (generally) feast","kjv_definition":"banquet, drank, drink, feast((-ed), -ing)."} +{"id":"H4961","strongs_number":"H4961","system":"hebrew","language":"hebrew","number_value":4961,"lemma":"מִשְׁתֶּה","transliteration":"mishteh","pronunciation":"mish-teh'","derivation":"(Aramaic) corresponding to H4960 (מִשְׁתֶּה);","strongs_definition":"a banquet","kjv_definition":"banquet."} +{"id":"H4962","strongs_number":"H4962","system":"hebrew","language":"hebrew","number_value":4962,"lemma":"מַת","transliteration":"math","pronunciation":"math","derivation":"from the same as H4970 (מָתַי);","strongs_definition":"properly, an adult (as of full length); by implication, a man (only in the plural)","kjv_definition":"[phrase] few, [idiom] friends, men, persons, [idiom] small."} +{"id":"H4963","strongs_number":"H4963","system":"hebrew","language":"hebrew","number_value":4963,"lemma":"מַתְבֵּן","transliteration":"mathbên","pronunciation":"math-bane'","derivation":"denominative from H8401 (תֶּבֶן);","strongs_definition":"straw in the heap","kjv_definition":"straw."} +{"id":"H4964","strongs_number":"H4964","system":"hebrew","language":"hebrew","number_value":4964,"lemma":"מֶתֶג","transliteration":"metheg","pronunciation":"meh-theg","derivation":"from an unused root meaning to curb;","strongs_definition":"a bit","kjv_definition":"bit, bridle."} +{"id":"H4965","strongs_number":"H4965","system":"hebrew","language":"hebrew","number_value":4965,"lemma":"מֶתֶג הָאַמָּה","transliteration":"Metheg hâ-ʼAmmâh","pronunciation":"meh'-theg haw-am-maw'","derivation":"from H4964 (מֶתֶג) and H520 (אַמָּה) with the art. interposed; bit of the metropolis;","strongs_definition":"Metheg-ha-Ammah, an epithet of Gath","kjv_definition":"Metheg-ammah."} +{"id":"H4966","strongs_number":"H4966","system":"hebrew","language":"hebrew","number_value":4966,"lemma":"מָתוֹק","transliteration":"mâthôwq","pronunciation":"maw-thoke'","derivation":"or מָתוּק; from H4985 (מָתַק);","strongs_definition":"sweet","kjv_definition":"sweet(-er, -ness)."} +{"id":"H4967","strongs_number":"H4967","system":"hebrew","language":"hebrew","number_value":4967,"lemma":"מְתוּשָׁאֵל","transliteration":"Mᵉthûwshâʼêl","pronunciation":"meth-oo-shaw-ale'","derivation":"from H4962 (מַת) and H410 (אֵל), with the relative interposed; man who (is) of God;","strongs_definition":"Methusael, an antediluvian patriarch","kjv_definition":"Methusael."} +{"id":"H4968","strongs_number":"H4968","system":"hebrew","language":"hebrew","number_value":4968,"lemma":"מְתוּשֶׁלַח","transliteration":"Mᵉthûwshelach","pronunciation":"meth-oo-sheh'-lakh","derivation":"from H4962 (מַת) and H7973 (שֶׁלַח); man of a dart;","strongs_definition":"Methushelach, an antediluvian patriarch","kjv_definition":"Methuselah."} +{"id":"H4969","strongs_number":"H4969","system":"hebrew","language":"hebrew","number_value":4969,"lemma":"מָתַח","transliteration":"mâthach","pronunciation":"maw-thakh'","derivation":"a primitive root;","strongs_definition":"to stretch out","kjv_definition":"spread out."} +{"id":"H4970","strongs_number":"H4970","system":"hebrew","language":"hebrew","number_value":4970,"lemma":"מָתַי","transliteration":"mâthay","pronunciation":"maw-thah'ee","derivation":"from an unused root meaning to extend;","strongs_definition":"properly, extent (of time); but used only adverbially (especially with other particle prefixes), when (either relative or interrogative)","kjv_definition":"long, when."} +{"id":"H4971","strongs_number":"H4971","system":"hebrew","language":"hebrew","number_value":4971,"lemma":"מַתְכֹנֶת","transliteration":"mathkôneth","pronunciation":"math-ko'-neth","derivation":"or מַתְכֻנֶת; from H8505 (תָּכַן) in the transferred sense of measuring;","strongs_definition":"proportion (in size, number or ingredients)","kjv_definition":"composition, measure, state, tale."} +{"id":"H4972","strongs_number":"H4972","system":"hebrew","language":"hebrew","number_value":4972,"lemma":"מַתְּלָאָה","transliteration":"mattᵉlâʼâh","pronunciation":"mat-tel-aw-aw'","derivation":"from H4100 (מָה) and H8513 (תְּלָאָה);","strongs_definition":"what a trouble!","kjv_definition":"what a weariness."} +{"id":"H4973","strongs_number":"H4973","system":"hebrew","language":"hebrew","number_value":4973,"lemma":"מְתַלְּעָה","transliteration":"mᵉthallᵉʻâh","pronunciation":"meth-al-leh-aw'","derivation":"contr. from H3216 (יָלַע);","strongs_definition":"properly, a biter, i.e. a tooth","kjv_definition":"cheek (jaw) tooth, jaw."} +{"id":"H4974","strongs_number":"H4974","system":"hebrew","language":"hebrew","number_value":4974,"lemma":"מְתֹם","transliteration":"mᵉthôm","pronunciation":"meth-ohm'","derivation":"from H8552 (תָּמַם);","strongs_definition":"wholesomeness; also (adverb) completely","kjv_definition":"men (by reading H4962 (מַת)), soundness."} +{"id":"H4975","strongs_number":"H4975","system":"hebrew","language":"hebrew","number_value":4975,"lemma":"מֹתֶן","transliteration":"môthen","pronunciation":"mo'-then","derivation":"from an unused root meaning to be slender;","strongs_definition":"properly, the waist or small of the back; only in plural the loins","kjv_definition":"[phrase] greyhound, loins, side."} +{"id":"H4976","strongs_number":"H4976","system":"hebrew","language":"hebrew","number_value":4976,"lemma":"מַתָּן","transliteration":"mattân","pronunciation":"mat-tawn'","derivation":"from H5414 (נָתַן);","strongs_definition":"a present","kjv_definition":"gift, to give, reward."} +{"id":"H4977","strongs_number":"H4977","system":"hebrew","language":"hebrew","number_value":4977,"lemma":"מַתָּן","transliteration":"Mattân","pronunciation":"mat-tawn'","derivation":"the same as H4976 (מַתָּן);","strongs_definition":"Mattan, the name of a priest of Baal, and of an Israelite","kjv_definition":"Mattan."} +{"id":"H4978","strongs_number":"H4978","system":"hebrew","language":"hebrew","number_value":4978,"lemma":"מַתְּנָא","transliteration":"mattᵉnâʼ","pronunciation":"mat-ten-aw'","derivation":"(Aramaic) corresponding to H4979 (מַתָּנָה)","strongs_definition":"{a present; specifically (in a good sense), a sacrificial offering, (in a bad sense) a bribe}","kjv_definition":"gift."} +{"id":"H4979","strongs_number":"H4979","system":"hebrew","language":"hebrew","number_value":4979,"lemma":"מַתָּנָה","transliteration":"mattânâh","pronunciation":"mat-taw-naw'","derivation":"feminine of H4976 (מַתָּן);","strongs_definition":"a present; specifically (in a good sense), a sacrificial offering, (in a bad sense) a bribe","kjv_definition":"gift."} +{"id":"H4980","strongs_number":"H4980","system":"hebrew","language":"hebrew","number_value":4980,"lemma":"מַתָּנָה","transliteration":"Mattânâh","pronunciation":"mat-taw-naw'","derivation":"the same as H4979 (מַתָּנָה);","strongs_definition":"Mattanah, a place in the Desert","kjv_definition":"Mattanah."} +{"id":"H4981","strongs_number":"H4981","system":"hebrew","language":"hebrew","number_value":4981,"lemma":"מִתְנִי","transliteration":"Mithnîy","pronunciation":"mith-nee'","derivation":"probably patrial from an unused noun meaning slenderness;","strongs_definition":"a Mithnite, or inhabitant of Methen","kjv_definition":"Mithnite."} +{"id":"H4982","strongs_number":"H4982","system":"hebrew","language":"hebrew","number_value":4982,"lemma":"מַתְּנַי","transliteration":"Mattᵉnay","pronunciation":"mat-ten-ah'ee","derivation":"from H4976 (מַתָּן); liberal;","strongs_definition":"Mattenai, the name of three Israelites","kjv_definition":"Mattenai."} +{"id":"H4983","strongs_number":"H4983","system":"hebrew","language":"hebrew","number_value":4983,"lemma":"מַתַּנְיָה","transliteration":"Mattanyâh","pronunciation":"mat-tan-yaw'","derivation":"or מַתַּנְיָהוּ; from H4976 (מַתָּן) and H3050 (יָהּ); gift of Jah;","strongs_definition":"Mattanjah, the name of ten Israelites","kjv_definition":"Mattaniah."} +{"id":"H4984","strongs_number":"H4984","system":"hebrew","language":"hebrew","number_value":4984,"lemma":"מִתְנַשֵּׂא","transliteration":"mithnassêʼ","pronunciation":"mith-nas-say'","derivation":"from H5375 (נָשָׂא);","strongs_definition":"(used as abstractly) supreme exaltation","kjv_definition":"exalted."} +{"id":"H4985","strongs_number":"H4985","system":"hebrew","language":"hebrew","number_value":4985,"lemma":"מָתַק","transliteration":"mâthaq","pronunciation":"maw-thak'","derivation":"a primitive root;","strongs_definition":"to suck, by implication, to relish, or (intransitively) be sweet","kjv_definition":"be (made, [idiom] take) sweet."} +{"id":"H4986","strongs_number":"H4986","system":"hebrew","language":"hebrew","number_value":4986,"lemma":"מֶתֶק","transliteration":"metheq","pronunciation":"meh'-thek","derivation":"from H4985 (מָתַק);","strongs_definition":"figuratively, pleasantness (of discourse)","kjv_definition":"sweetness."} +{"id":"H4987","strongs_number":"H4987","system":"hebrew","language":"hebrew","number_value":4987,"lemma":"מֹתֶק","transliteration":"môtheq","pronunciation":"mo'-thek","derivation":"from H4985 (מָתַק);","strongs_definition":"sweetness","kjv_definition":"sweetness."} +{"id":"H4988","strongs_number":"H4988","system":"hebrew","language":"hebrew","number_value":4988,"lemma":"מָתָק","transliteration":"mâthâq","pronunciation":"maw-thawk'","derivation":"from H4985 (מָתַק);","strongs_definition":"a dainty, i.e. (generally) food","kjv_definition":"feed sweetly."} +{"id":"H4989","strongs_number":"H4989","system":"hebrew","language":"hebrew","number_value":4989,"lemma":"מִתְקָה","transliteration":"Mithqâh","pronunciation":"mith-kaw'","derivation":"feminine of H4987 (מֹתֶק); sweetness;","strongs_definition":"Mithkah, a place in the Desert","kjv_definition":"Mithcah."} +{"id":"H4990","strongs_number":"H4990","system":"hebrew","language":"hebrew","number_value":4990,"lemma":"מִתְרְדָת","transliteration":"Mithrᵉdâth","pronunciation":"mith-red-awth'","derivation":"of Persian origin;","strongs_definition":"Mithredath, the name of two Persians","kjv_definition":"Mithredath."} +{"id":"H4991","strongs_number":"H4991","system":"hebrew","language":"hebrew","number_value":4991,"lemma":"מַתָּת","transliteration":"mattâth","pronunciation":"mat-tawth'","derivation":"feminine of H4976 (מַתָּן) abbreviated form;","strongs_definition":"a present","kjv_definition":"gift."} +{"id":"H4992","strongs_number":"H4992","system":"hebrew","language":"hebrew","number_value":4992,"lemma":"מַתַּתָּה","transliteration":"Mattattâh","pronunciation":"mat-tat-taw'","derivation":"for H4993 (מַתִּתְיָה); gift of Jah;","strongs_definition":"Mattattah, an Israelite","kjv_definition":"Mattathah."} +{"id":"H4993","strongs_number":"H4993","system":"hebrew","language":"hebrew","number_value":4993,"lemma":"מַתִּתְיָה","transliteration":"Mattithyâh","pronunciation":"mat-tith-yaw'","derivation":"or מַתִּתְיָהוּ; from H4991 (מַתָּת) and H3050 (יָהּ); gift of Jah;","strongs_definition":"Mattithjah, the name of four Israelites","kjv_definition":"Mattithiah. n"} +{"id":"H4994","strongs_number":"H4994","system":"hebrew","language":"hebrew","number_value":4994,"lemma":"נָא","transliteration":"nâʼ","pronunciation":"naw","derivation":"a primitive particle of incitement and entreaty, which may usually be rendered;","strongs_definition":"'I pray', 'now', or 'then'; added mostly to verbs (in the Imperative or Future), or to interjections, occasionally to an adverb or conjunction","kjv_definition":"I beseech (pray) thee (you), go to, now, oh."} +{"id":"H4995","strongs_number":"H4995","system":"hebrew","language":"hebrew","number_value":4995,"lemma":"נָא","transliteration":"nâʼ","pronunciation":"naw","derivation":"apparently from H5106 (נוּא) in the sense of harshness from refusal;","strongs_definition":"properly, tough, i.e. uncooked (flesh)","kjv_definition":"raw."} +{"id":"H4996","strongs_number":"H4996","system":"hebrew","language":"hebrew","number_value":4996,"lemma":"נֹא","transliteration":"Nôʼ","pronunciation":"no","derivation":"of Egyptian origin;","strongs_definition":"No (i.e. Thebes), the capital of Upper Egypt","kjv_definition":"No. Compare H528 (אָמוֹן)."} +{"id":"H4997","strongs_number":"H4997","system":"hebrew","language":"hebrew","number_value":4997,"lemma":"נֹאד","transliteration":"nôʼd","pronunciation":"node","derivation":"or נאוֹדlemma נֹאוד vowel, corrected to נאוֹדxlit nôʼwd corrected to nʼôwd; also (feminine) נֹאדָה; from an unused root of uncertain signification;","strongs_definition":"a (skin or leather) bag (for fluids)","kjv_definition":"bottle."} +{"id":"H4998","strongs_number":"H4998","system":"hebrew","language":"hebrew","number_value":4998,"lemma":"נָאָה","transliteration":"nâʼâh","pronunciation":"naw-aw'","derivation":"a primitive root;","strongs_definition":"properly, to be at home, i.e. (by implication) to be pleasant (or suitable), i.e. beautiful","kjv_definition":"be beautiful, become, be comely."} +{"id":"H4999","strongs_number":"H4999","system":"hebrew","language":"hebrew","number_value":4999,"lemma":"נָאָה","transliteration":"nâʼâh","pronunciation":"naw-aw'","derivation":"from H4998 (נָאָה);","strongs_definition":"a home; figuratively, a pasture","kjv_definition":"habitation, house, pasture, pleasant place."} +{"id":"H5000","strongs_number":"H5000","system":"hebrew","language":"hebrew","number_value":5000,"lemma":"נָאוֶה","transliteration":"nâʼveh","pronunciation":"naw-veh'","derivation":"from H4998 (נָאָה) or H5116 (נָוֶה);","strongs_definition":"suitable, or beautiful","kjv_definition":"becometh, comely, seemly."} +{"id":"H5001","strongs_number":"H5001","system":"hebrew","language":"hebrew","number_value":5001,"lemma":"נָאַם","transliteration":"nâʼam","pronunciation":"naw-am'","derivation":"a primitive root;","strongs_definition":"properly, to whisper, i.e. (by implication) to utter as aoracle","kjv_definition":"say."} +{"id":"H5002","strongs_number":"H5002","system":"hebrew","language":"hebrew","number_value":5002,"lemma":"נְאֻם","transliteration":"nᵉʼum","pronunciation":"neh-oom'","derivation":"from H5001 (נָאַם);","strongs_definition":"an oracle","kjv_definition":"(hath) said, saith."} +{"id":"H5003","strongs_number":"H5003","system":"hebrew","language":"hebrew","number_value":5003,"lemma":"נָאַף","transliteration":"nâʼaph","pronunciation":"naw-af'","derivation":"a primitive root;","strongs_definition":"to commit adultery; figuratively, to apostatize","kjv_definition":"adulterer(-ess), commit(-ing) adultery, woman that breaketh wedlock."} +{"id":"H5004","strongs_number":"H5004","system":"hebrew","language":"hebrew","number_value":5004,"lemma":"נִאֻף","transliteration":"niʼuph","pronunciation":"nee-oof'","derivation":"from H5003 (נָאַף);","strongs_definition":"adultery","kjv_definition":"adultery."} +{"id":"H5005","strongs_number":"H5005","system":"hebrew","language":"hebrew","number_value":5005,"lemma":"נַאֲפוּף","transliteration":"naʼăphûwph","pronunciation":"nah-af-oof'","derivation":"from H5003 (נָאַף);","strongs_definition":"adultery","kjv_definition":"adultery."} +{"id":"H5006","strongs_number":"H5006","system":"hebrew","language":"hebrew","number_value":5006,"lemma":"נָאַץ","transliteration":"nâʼats","pronunciation":"naw-ats'","derivation":"a primitive root; in Ecclesiastes 12:5, by interchange for H5132 (נוּץ), to bloom","strongs_definition":"to scorn;","kjv_definition":"abhor, (give occasion to) blaspheme, contemn, despise, flourish, [idiom] great, provoke."} +{"id":"H5007","strongs_number":"H5007","system":"hebrew","language":"hebrew","number_value":5007,"lemma":"נְאָצָה","transliteration":"nᵉʼâtsâh","pronunciation":"neh-aw-tsaw'","derivation":"or נֶאָצָה; from H5006 (נָאַץ);","strongs_definition":"scorn","kjv_definition":"blasphemy."} +{"id":"H5008","strongs_number":"H5008","system":"hebrew","language":"hebrew","number_value":5008,"lemma":"נָאַק","transliteration":"nâʼaq","pronunciation":"naw-ak'","derivation":"a primitive root;","strongs_definition":"to groan","kjv_definition":"groan."} +{"id":"H5009","strongs_number":"H5009","system":"hebrew","language":"hebrew","number_value":5009,"lemma":"נְאָקָה","transliteration":"nᵉʼâqâh","pronunciation":"neh-aw-kaw'","derivation":"from H5008 (נָאַק);","strongs_definition":"a groan","kjv_definition":"groaning."} +{"id":"H5010","strongs_number":"H5010","system":"hebrew","language":"hebrew","number_value":5010,"lemma":"נָאַר","transliteration":"nâʼar","pronunciation":"naw-ar'","derivation":"a primitive root;","strongs_definition":"to reject","kjv_definition":"abhor, make void."} +{"id":"H5011","strongs_number":"H5011","system":"hebrew","language":"hebrew","number_value":5011,"lemma":"נֹב","transliteration":"Nôb","pronunciation":"nobe","derivation":"the same as H5108 (נוֹב); fruit;","strongs_definition":"Nob, a place in Palestine","kjv_definition":"Nob."} +{"id":"H5012","strongs_number":"H5012","system":"hebrew","language":"hebrew","number_value":5012,"lemma":"נָבָא","transliteration":"nâbâʼ","pronunciation":"naw-baw'","derivation":"a primitive root;","strongs_definition":"to prophesy, i.e. speak (or sing) by inspiration (in prediction or simple discourse)","kjv_definition":"prophesy(-ing), make self a prophet."} +{"id":"H5013","strongs_number":"H5013","system":"hebrew","language":"hebrew","number_value":5013,"lemma":"נְבָא","transliteration":"nᵉbâʼ","pronunciation":"neb-aw'","derivation":"(Aramaic) corresponding to H5012 (נָבָא)","strongs_definition":"{to prophesy, i.e. speak (or sing) by inspiration (in prediction or simple discourse) to prophesy, i.e. speak (or sing) by inspiration (in prediction or simple discourse)}","kjv_definition":"prophesy."} +{"id":"H5014","strongs_number":"H5014","system":"hebrew","language":"hebrew","number_value":5014,"lemma":"נָבַב","transliteration":"nâbab","pronunciation":"naw-bab'","derivation":"a primitive root;","strongs_definition":"to pierce; to be hollow, or (figuratively) foolish","kjv_definition":"hollow, vain."} +{"id":"H5015","strongs_number":"H5015","system":"hebrew","language":"hebrew","number_value":5015,"lemma":"נְבוֹ","transliteration":"Nᵉbôw","pronunciation":"neb-o'","derivation":"probably of foreign derivation;","strongs_definition":"Nebo, the name of a Babylonian deity, also of a mountain in Moab, and of a place in Palestine","kjv_definition":"Nebo."} +{"id":"H5016","strongs_number":"H5016","system":"hebrew","language":"hebrew","number_value":5016,"lemma":"נְבוּאָה","transliteration":"nᵉbûwʼâh","pronunciation":"neb-oo-aw'","derivation":"from H5012 (נָבָא);","strongs_definition":"a prediction (spoken or written)","kjv_definition":"prophecy."} +{"id":"H5017","strongs_number":"H5017","system":"hebrew","language":"hebrew","number_value":5017,"lemma":"נְבוּאָה","transliteration":"nᵉbûwʼâh","pronunciation":"neb-oo-aw","derivation":"(Aramaic) corresponding to H5016 (נְבוּאָה);","strongs_definition":"inspired teaching","kjv_definition":"prophesying."} +{"id":"H5018","strongs_number":"H5018","system":"hebrew","language":"hebrew","number_value":5018,"lemma":"נְבוּזַרְאֲדָן","transliteration":"Nᵉbûwzarʼădân","pronunciation":"neb-oo-zar-ad-awn'","derivation":"of foreign origin;","strongs_definition":"Nebuzaradan, a Babylonian general","kjv_definition":"Nebuzaradan."} +{"id":"H5019","strongs_number":"H5019","system":"hebrew","language":"hebrew","number_value":5019,"lemma":"נְבוּכַדְנֶאצַּר","transliteration":"Nᵉbûwkadneʼtstsar","pronunciation":"neb-oo-kad-nets-tsar'","derivation":"or נְבֻּכַדְנֶאצַּר; (2 Kings 24:1,10), or נְבוּכַדְנֶצַּר; (Esther 2:6; Daniel 1:18), or נְבוּכַדְרֶאצַּר; or נְבוּכַדְרֶאצּוֹר; (Ezra 2:1; Jeremiah 49:28), or foreign derivation;","strongs_definition":"Nebukadnetstsar (or -retstsar, or -retstsor), king of Babylon","kjv_definition":"Nebuchadnezzar, Nebuchadrezzar."} +{"id":"H5020","strongs_number":"H5020","system":"hebrew","language":"hebrew","number_value":5020,"lemma":"נְבוּכַדְנֶצַּר","transliteration":"Nᵉbûwkadnetstsar","pronunciation":"neb-oo-kad-nets-tsar'","derivation":"(Aramaic) corresponding to H5019 (נְבוּכַדְנֶאצַּר)","strongs_definition":"{Nebukadnetstsar (or -retstsar, or -retstsor), king of Babylon}","kjv_definition":"Nebuchadnezzar."} +{"id":"H5021","strongs_number":"H5021","system":"hebrew","language":"hebrew","number_value":5021,"lemma":"נְבוּשַׁזְבָּן","transliteration":"Nᵉbûwshazbân","pronunciation":"neb-oo-shaz-bawn'","derivation":"of foreign derivation;","strongs_definition":"Nebushazban, Nebuchadnezzar's chief eunuch","kjv_definition":"Nebushazban."} +{"id":"H5022","strongs_number":"H5022","system":"hebrew","language":"hebrew","number_value":5022,"lemma":"נָבוֹת","transliteration":"Nâbôwth","pronunciation":"naw-both'","derivation":"feminine plural from the same as H5011 (נֹב); fruits;","strongs_definition":"Naboth, an Israelite","kjv_definition":"Naboth."} +{"id":"H5023","strongs_number":"H5023","system":"hebrew","language":"hebrew","number_value":5023,"lemma":"נְבִזְבָּה","transliteration":"nᵉbizbâh","pronunciation":"neb-iz-baw'","derivation":"(Aramaic) of uncertain derivation;","strongs_definition":"a largess","kjv_definition":"reward."} +{"id":"H5024","strongs_number":"H5024","system":"hebrew","language":"hebrew","number_value":5024,"lemma":"נָבַח","transliteration":"nâbach","pronunciation":"naw-bakh'","derivation":"a primitive root;","strongs_definition":"to bark (as a dog)","kjv_definition":"bark."} +{"id":"H5025","strongs_number":"H5025","system":"hebrew","language":"hebrew","number_value":5025,"lemma":"נֹבַח","transliteration":"Nôbach","pronunciation":"no'-bach","derivation":"from H5024 (נָבַח); a bark;","strongs_definition":"Nobach, the name of an Israelite, and of a place East of the Jordan","kjv_definition":"Nobah."} +{"id":"H5026","strongs_number":"H5026","system":"hebrew","language":"hebrew","number_value":5026,"lemma":"נִבְחַז","transliteration":"Nibchaz","pronunciation":"nib-khaz'","derivation":"of foreign origin;","strongs_definition":"Nibchaz, a deity of the Avites","kjv_definition":"Nibhaz."} +{"id":"H5027","strongs_number":"H5027","system":"hebrew","language":"hebrew","number_value":5027,"lemma":"נָבַט","transliteration":"nâbaṭ","pronunciation":"naw-bat'","derivation":"a primitive root;","strongs_definition":"to scan, i.e. look intently at; by implication, to regard with pleasure, favor or care","kjv_definition":"(cause to) behold, consider, look (down), regard, have respect, see."} +{"id":"H5028","strongs_number":"H5028","system":"hebrew","language":"hebrew","number_value":5028,"lemma":"נְבָט","transliteration":"Nᵉbâṭ","pronunciation":"neb-awt'","derivation":"from H5027 (נָבַט); regard;","strongs_definition":"Nebat, the father of Jeroboam I","kjv_definition":"Nebat."} +{"id":"H5029","strongs_number":"H5029","system":"hebrew","language":"hebrew","number_value":5029,"lemma":"נְבִיא","transliteration":"nᵉbîyʼ","pronunciation":"neb-ee'","derivation":"(Aramaic) corresponding to H5030 (נָבִיא);","strongs_definition":"a prophet","kjv_definition":"prophet."} +{"id":"H5030","strongs_number":"H5030","system":"hebrew","language":"hebrew","number_value":5030,"lemma":"נָבִיא","transliteration":"nâbîyʼ","pronunciation":"naw-bee'","derivation":"from H5012 (נָבָא);","strongs_definition":"a prophet or (generally) inspired man","kjv_definition":"prophecy, that prophesy, prophet."} +{"id":"H5031","strongs_number":"H5031","system":"hebrew","language":"hebrew","number_value":5031,"lemma":"נְבִיאָה","transliteration":"nᵉbîyʼâh","pronunciation":"neb-ee-yaw'","derivation":"feminine of H5030 (נָבִיא);","strongs_definition":"a prophetess or (generally) inspired woman; by implication, a poetess; by association a prophet's wife","kjv_definition":"prophetess."} +{"id":"H5032","strongs_number":"H5032","system":"hebrew","language":"hebrew","number_value":5032,"lemma":"נְבָיוֹת","transliteration":"Nᵉbâyôwth","pronunciation":"neb-aw-yoth'","derivation":"or נְבָיֹת; feminine plural from H5107 (נוּב); fruitfulnesses;","strongs_definition":"Nebajoth, a son of Ismael, and the country settled by him","kjv_definition":"Nebaioth, Nebajoth."} +{"id":"H5033","strongs_number":"H5033","system":"hebrew","language":"hebrew","number_value":5033,"lemma":"נֵבֶךְ","transliteration":"nêbek","pronunciation":"nay'-bek","derivation":"from an unused root meaning to burst forth;","strongs_definition":"a fountain","kjv_definition":"spring."} +{"id":"H5034","strongs_number":"H5034","system":"hebrew","language":"hebrew","number_value":5034,"lemma":"נָבֵל","transliteration":"nâbêl","pronunciation":"naw-bale'","derivation":"a primitive root;","strongs_definition":"to wilt; generally, to fall away, fail, faint; figuratively, to be foolish or (morally) wicked; causatively, to despise, disgrace","kjv_definition":"disgrace, dishounour, lightly esteem, fade (away, -ing), fall (down, -ling, off), do foolishly, come to nought, [idiom] surely, make vile, wither."} +{"id":"H5035","strongs_number":"H5035","system":"hebrew","language":"hebrew","number_value":5035,"lemma":"נֶבֶל","transliteration":"nebel","pronunciation":"neh'-bel","derivation":"or נֵבֶל; from H5034 (נָבֵל);","strongs_definition":"a skin-bag for liquids (from collapsing when empty); hence, a vase (as similar in shape when full); also a lyre (as having a body of like form)","kjv_definition":"bottle, pitcher, psaltery, vessel, viol."} +{"id":"H5036","strongs_number":"H5036","system":"hebrew","language":"hebrew","number_value":5036,"lemma":"נָבָל","transliteration":"nâbâl","pronunciation":"naw-bawl'","derivation":"from H5034 (נָבֵל);","strongs_definition":"stupid; wicked (especially impious)","kjv_definition":"fool(-ish, -ish man, -ish woman), vile person."} +{"id":"H5037","strongs_number":"H5037","system":"hebrew","language":"hebrew","number_value":5037,"lemma":"נָבָל","transliteration":"Nâbâl","pronunciation":"naw-bawl'","derivation":"the same as H5036 (נָבָל); dolt;","strongs_definition":"Nabal, an Israelite","kjv_definition":"Nabal."} +{"id":"H5038","strongs_number":"H5038","system":"hebrew","language":"hebrew","number_value":5038,"lemma":"נְבֵלָה","transliteration":"nᵉbêlâh","pronunciation":"neb-ay-law'","derivation":"from H5034 (נָבֵל);","strongs_definition":"a flabby thing, i.e. a carcase or carrion (human or bestial, often collectively); figuratively, an idol","kjv_definition":"(dead) body, (dead) carcase, dead of itself, which died, (beast) that (which) dieth of itself."} +{"id":"H5039","strongs_number":"H5039","system":"hebrew","language":"hebrew","number_value":5039,"lemma":"נְבָלָה","transliteration":"nᵉbâlâh","pronunciation":"neb-aw-law'","derivation":"feminine of H5036 (נָבָל);","strongs_definition":"foolishness, i.e. (morally) wickedness; concretely, a crime; by extension, punishment","kjv_definition":"folly, vile, villany."} +{"id":"H5040","strongs_number":"H5040","system":"hebrew","language":"hebrew","number_value":5040,"lemma":"נַבְלוּת","transliteration":"nablûwth","pronunciation":"nab-looth'","derivation":"from H5036 (נָבָל);","strongs_definition":"properly, disgrace, i.e. the (female) pudenda","kjv_definition":"lewdness."} +{"id":"H5041","strongs_number":"H5041","system":"hebrew","language":"hebrew","number_value":5041,"lemma":"נְבַלָּט","transliteration":"Nᵉballâṭ","pronunciation":"neb-al-lawt'","derivation":"apparently from H5036 (נָבָל) and H3909 (לָט); foolish secrecy;","strongs_definition":"Neballat, a place in Palestine","kjv_definition":"Neballat."} +{"id":"H5042","strongs_number":"H5042","system":"hebrew","language":"hebrew","number_value":5042,"lemma":"נָבַע","transliteration":"nâbaʻ","pronunciation":"naw-bah'","derivation":"a primitive root;","strongs_definition":"to gush forth; figuratively, to utter (good or bad words); specifically, to emit (a foul odor)","kjv_definition":"belch out, flowing, pour out, send forth, utter (abundantly)."} +{"id":"H5043","strongs_number":"H5043","system":"hebrew","language":"hebrew","number_value":5043,"lemma":"נֶבְרְשָׁא","transliteration":"nebrᵉshâʼ","pronunciation":"neb-reh-shaw'","derivation":"(Aramaic) from an unused root meaning to shine;","strongs_definition":"a light; plural (collectively) a chandelier","kjv_definition":"candlestick."} +{"id":"H5044","strongs_number":"H5044","system":"hebrew","language":"hebrew","number_value":5044,"lemma":"נִבְשָׁן","transliteration":"Nibshân","pronunciation":"nib-shawn'","derivation":"of uncertain derivation;","strongs_definition":"Nibshan, a place in Palestine","kjv_definition":"Nibshan."} +{"id":"H5045","strongs_number":"H5045","system":"hebrew","language":"hebrew","number_value":5045,"lemma":"נֶגֶב","transliteration":"negeb","pronunciation":"neh'-gheb","derivation":"from an unused root meaning to be parched;","strongs_definition":"the south (from its drought); specifically, the Negeb or southern district of Judah, occasionally, Egypt (as south to Palestine)","kjv_definition":"south (country, side, -ward)."} +{"id":"H5046","strongs_number":"H5046","system":"hebrew","language":"hebrew","number_value":5046,"lemma":"נָגַד","transliteration":"nâgad","pronunciation":"naw-gad'","derivation":"a primitive root;","strongs_definition":"properly, to front, i.e. stand boldly out opposite; by implication (causatively), to manifest; figuratively, to announce (always by word of mouth to one present); specifically, to expose, predict, explain, praise","kjv_definition":"bewray, [idiom] certainly, certify, declare(-ing), denounce, expound, [idiom] fully, messenger, plainly, profess, rehearse, report, shew (forth), speak, [idiom] surely, tell, utter."} +{"id":"H5047","strongs_number":"H5047","system":"hebrew","language":"hebrew","number_value":5047,"lemma":"נְגַד","transliteration":"nᵉgad","pronunciation":"neg-ad'","derivation":"(Aramaic) corresponding to H5046 (נָגַד);","strongs_definition":"to flow (through the idea of clearing the way)","kjv_definition":"issue."} +{"id":"H5048","strongs_number":"H5048","system":"hebrew","language":"hebrew","number_value":5048,"lemma":"נֶגֶד","transliteration":"neged","pronunciation":"neh'-ghed","derivation":"from H5046 (נָגַד);","strongs_definition":"a front, i.e. part opposite; specifically a counterpart, or mate; usually (adverbial, especially with preposition) over against or before","kjv_definition":"about, (over) against, [idiom] aloof, [idiom] far (off), [idiom] from, over, presence, [idiom] other side, sight, [idiom] to view."} +{"id":"H5049","strongs_number":"H5049","system":"hebrew","language":"hebrew","number_value":5049,"lemma":"נֶגֶד","transliteration":"neged","pronunciation":"neh'-ghed","derivation":"(Aramaic) corresponding to H5048 (נֶגֶד);","strongs_definition":"opposite","kjv_definition":"toward."} +{"id":"H5050","strongs_number":"H5050","system":"hebrew","language":"hebrew","number_value":5050,"lemma":"נָגַהּ","transliteration":"nâgahh","pronunciation":"naw-gah'","derivation":"a primitive root;","strongs_definition":"to glitter; causatively, to illuminate","kjv_definition":"(en-) lighten, (cause to) shine."} +{"id":"H5051","strongs_number":"H5051","system":"hebrew","language":"hebrew","number_value":5051,"lemma":"נֹגַהּ","transliteration":"nôgahh","pronunciation":"no'-gah","derivation":"from H5050 (נָגַהּ);","strongs_definition":"brilliancy (literally or figuratively)","kjv_definition":"bright(-ness), light, (clear) shining."} +{"id":"H5052","strongs_number":"H5052","system":"hebrew","language":"hebrew","number_value":5052,"lemma":"נֹגַהּ","transliteration":"Nôgahh","pronunciation":"no'-gah","derivation":"the same as H5051 (נֹגַהּ);","strongs_definition":"Nogah, a son of David","kjv_definition":"Nogah."} +{"id":"H5053","strongs_number":"H5053","system":"hebrew","language":"hebrew","number_value":5053,"lemma":"נֹגַהּ","transliteration":"nôgahh","pronunciation":"no'-gah","derivation":"(Aramaic) corresponding to H5051 (נֹגַהּ);","strongs_definition":"dawn","kjv_definition":"morning."} +{"id":"H5054","strongs_number":"H5054","system":"hebrew","language":"hebrew","number_value":5054,"lemma":"נְגֹהָה","transliteration":"nᵉgôhâh","pronunciation":"neg-o-haw'","derivation":"feminine of H5051 (נֹגַהּ);","strongs_definition":"splendor","kjv_definition":"brightness."} +{"id":"H5055","strongs_number":"H5055","system":"hebrew","language":"hebrew","number_value":5055,"lemma":"נָגַח","transliteration":"nâgach","pronunciation":"naw-gakh'","derivation":"a primitive root;","strongs_definition":"to butt with the horns; figuratively, to war against","kjv_definition":"gore, push (down, -ing)."} +{"id":"H5056","strongs_number":"H5056","system":"hebrew","language":"hebrew","number_value":5056,"lemma":"נַגָּח","transliteration":"naggâch","pronunciation":"nag-gawkh'","derivation":"from H5055 (נָגַח);","strongs_definition":"butting, i.e. vicious","kjv_definition":"used (wont) to push."} +{"id":"H5057","strongs_number":"H5057","system":"hebrew","language":"hebrew","number_value":5057,"lemma":"נָגִיד","transliteration":"nâgîyd","pronunciation":"naw-gheed'","derivation":"or נָגִד; from H5046 (נָגַד);","strongs_definition":"a commander (as occupying the front), civil, military or religious; generally (abstractly, plural), honorable themes","kjv_definition":"captain, chief, excellent thing, (chief) governor, leader, noble, prince, (chief) ruler."} +{"id":"H5058","strongs_number":"H5058","system":"hebrew","language":"hebrew","number_value":5058,"lemma":"נְגִינָה","transliteration":"nᵉgîynâh","pronunciation":"neg-ee-naw'","derivation":"or נְגִינַת; (Psalm 61:title), from H5059 (נָגַן);","strongs_definition":"properly, instrumental music; by implication, a stringed instrument; by extension, a poem set to music; specifically, an epigram","kjv_definition":"stringed instrument, musick, Neginoth (plural), song."} +{"id":"H5059","strongs_number":"H5059","system":"hebrew","language":"hebrew","number_value":5059,"lemma":"נָגַן","transliteration":"nâgan","pronunciation":"naw-gan'","derivation":"a primitive root;","strongs_definition":"properly, to thrum, i.e. beat atune with the fingers; expectation. to play on astringed instrument; hence (generally), to make music","kjv_definition":"player on instruments, sing to the stringed instruments, melody, ministrel, play(-er, -ing)."} +{"id":"H5060","strongs_number":"H5060","system":"hebrew","language":"hebrew","number_value":5060,"lemma":"נָגַע","transliteration":"nâgaʻ","pronunciation":"naw-gah'","derivation":"a primitive root;","strongs_definition":"properly, to touch, i.e. lay the hand upon (for any purpose; euphemistically, to lie with a woman); by implication, to reach (figuratively, to arrive, acquire); violently, to strike (punish, defeat, destroy, etc.)","kjv_definition":"beat, ([idiom] be able to) bring (down), cast, come (nigh), draw near (nigh), get up, happen, join, near, plague, reach (up), smite, strike, touch."} +{"id":"H5061","strongs_number":"H5061","system":"hebrew","language":"hebrew","number_value":5061,"lemma":"נֶגַע","transliteration":"negaʻ","pronunciation":"neh'-gah","derivation":"from H5060 (נָגַע);","strongs_definition":"a blow (figuratively, infliction); also (by implication) a spot (concretely, a leprous person or dress)","kjv_definition":"plague, sore, stricken, stripe, stroke, wound."} +{"id":"H5062","strongs_number":"H5062","system":"hebrew","language":"hebrew","number_value":5062,"lemma":"נָגַף","transliteration":"nâgaph","pronunciation":"naw-gaf'","derivation":"a primitive root;","strongs_definition":"to push, gore, defeat, stub (the toe), inflict (a disease)","kjv_definition":"beat, dash, hurt, plague, slay, smite (down), strike, stumble, [idiom] surely, put to the worse."} +{"id":"H5063","strongs_number":"H5063","system":"hebrew","language":"hebrew","number_value":5063,"lemma":"נֶגֶף","transliteration":"negeph","pronunciation":"neh'-ghef","derivation":"from H5062 (נָגַף);","strongs_definition":"a trip (of the foot); figuratively, an infliction (of disease)","kjv_definition":"plague, stumbling."} +{"id":"H5064","strongs_number":"H5064","system":"hebrew","language":"hebrew","number_value":5064,"lemma":"נָגַר","transliteration":"nâgar","pronunciation":"naw-gar'","derivation":"a primitive root;","strongs_definition":"to flow; figuratively, to stretch out; causatively, to pour out or down; figuratively, to deliver over","kjv_definition":"fall, flow away, pour down (out), run, shed, spilt, trickle down."} +{"id":"H5065","strongs_number":"H5065","system":"hebrew","language":"hebrew","number_value":5065,"lemma":"נָגַשׂ","transliteration":"nâgas","pronunciation":"naw-gas'","derivation":"a primitive root;","strongs_definition":"to drive (an animal, a workman, a debtor, an army); by implication, to tax, harass, tyrannize","kjv_definition":"distress, driver, exact(-or), oppress(-or), [idiom] raiser of taxes, taskmaster."} +{"id":"H5066","strongs_number":"H5066","system":"hebrew","language":"hebrew","number_value":5066,"lemma":"נָגַשׁ","transliteration":"nâgash","pronunciation":"naw-gash'","derivation":"a primitive root;","strongs_definition":"to be or come (causatively, bring) near (for any purpose); euphemistically, to lie with a woman; as an enemy, to attack; religious to worship; causatively, to present; figuratively, to adduce an argument; by reversal, to stand back","kjv_definition":"(make to) approach (nigh), bring (forth, hither, near), (cause to) come (hither, near, nigh), give place, go hard (up), (be, draw, go) near (nigh), offer, overtake, present, put, stand."} +{"id":"H5067","strongs_number":"H5067","system":"hebrew","language":"hebrew","number_value":5067,"lemma":"נֵד","transliteration":"nêd","pronunciation":"nade","derivation":"from H5110 (נוּד) in the sense of piling up;","strongs_definition":"a mound, i.e. wave","kjv_definition":"heap."} +{"id":"H5068","strongs_number":"H5068","system":"hebrew","language":"hebrew","number_value":5068,"lemma":"נָדַב","transliteration":"nâdab","pronunciation":"naw-dab'","derivation":"a primitive root;","strongs_definition":"to impel; hence, to volunteer (as a soldier), to present spontaneously","kjv_definition":"offer freely, be (give, make, offer self) willing(-ly)."} +{"id":"H5069","strongs_number":"H5069","system":"hebrew","language":"hebrew","number_value":5069,"lemma":"נְדַב","transliteration":"nᵉdab","pronunciation":"ned-ab'","derivation":"(Aramaic) corresponding to H5068 (נָדַב);","strongs_definition":"be (or give) liberal(-ly)","kjv_definition":"(be minded of...own) freewill (offering), offer freely (willingly)."} +{"id":"H5070","strongs_number":"H5070","system":"hebrew","language":"hebrew","number_value":5070,"lemma":"נָדָב","transliteration":"Nâdâb","pronunciation":"naw-dawb'","derivation":"from H5068 (נָדַב); liberal;","strongs_definition":"Nadab, the name of four Israelites","kjv_definition":"Nadab."} +{"id":"H5071","strongs_number":"H5071","system":"hebrew","language":"hebrew","number_value":5071,"lemma":"נְדָבָה","transliteration":"nᵉdâbâh","pronunciation":"ned-aw-baw'","derivation":"from H5068 (נָדַב);","strongs_definition":"properly (abstractly) spontaneity, or (adjectively) spontaneous; also (concretely) a spontaneous or (by inference, in plural) abundant gift","kjv_definition":"free(-will) offering, freely, plentiful, voluntary(-ily, offering), willing(-ly), offering)."} +{"id":"H5072","strongs_number":"H5072","system":"hebrew","language":"hebrew","number_value":5072,"lemma":"נְדַבְיָה","transliteration":"Nᵉdabyâh","pronunciation":"ned-ab-yaw'","derivation":"from H5068 (נָדַב) and H3050 (יָהּ); largess of Jah;","strongs_definition":"Nedabjah, an Israelite","kjv_definition":"Nedabiah."} +{"id":"H5073","strongs_number":"H5073","system":"hebrew","language":"hebrew","number_value":5073,"lemma":"נִדְבָּךְ","transliteration":"nidbâk","pronunciation":"nid-bawk'","derivation":"(Aramaic) from a root meaning to stick;","strongs_definition":"a layer (of building materials)","kjv_definition":"row."} +{"id":"H5074","strongs_number":"H5074","system":"hebrew","language":"hebrew","number_value":5074,"lemma":"נָדַד","transliteration":"nâdad","pronunciation":"naw-dad'","derivation":"a primitive root;","strongs_definition":"properly, to wave to and fro (rarely to flap up and down); figuratively, to rove, flee, or (causatively) to drive away","kjv_definition":"chase (away), [idiom] could not, depart, flee ([idiom] apace, away), (re-) move, thrust away, wander (abroad, -er, -ing)."} +{"id":"H5075","strongs_number":"H5075","system":"hebrew","language":"hebrew","number_value":5075,"lemma":"נְדַד","transliteration":"nᵉdad","pronunciation":"ned-ad'","derivation":"(Aramaic) corresponding to H5074 (נָדַד);","strongs_definition":"to depart","kjv_definition":"go from."} +{"id":"H5076","strongs_number":"H5076","system":"hebrew","language":"hebrew","number_value":5076,"lemma":"נָדֻד","transliteration":"nâdud","pronunciation":"naw-dood'","derivation":"passive participle of H5074 (נָדַד);","strongs_definition":"properly, tossed; abstractly, a rolling (on the bed)","kjv_definition":"tossing to and fro."} +{"id":"H5077","strongs_number":"H5077","system":"hebrew","language":"hebrew","number_value":5077,"lemma":"נָדָה","transliteration":"nâdâh","pronunciation":"naw-daw'","derivation":"or נָדָא; (2 Kings 17:21), a primitive root;","strongs_definition":"properly, to toss; figuratively, to exclude, i.e. banish, postpone, prohibit","kjv_definition":"cast out, drive, put far away."} +{"id":"H5078","strongs_number":"H5078","system":"hebrew","language":"hebrew","number_value":5078,"lemma":"נֵדֶה","transliteration":"nêdeh","pronunciation":"nay'-deh","derivation":"from H5077 (נָדָה) in the sense of freely flinging money;","strongs_definition":"a bounty (for prostitution)","kjv_definition":"gifts."} +{"id":"H5079","strongs_number":"H5079","system":"hebrew","language":"hebrew","number_value":5079,"lemma":"נִדָּה","transliteration":"niddâh","pronunciation":"nid-daw'","derivation":"from H5074 (נָדַד);","strongs_definition":"properly, rejection; by implication, impurity, especially personal (menstruation) or moral (idolatry, incest)","kjv_definition":"[idiom] far, filthiness, [idiom] flowers, menstruous (woman), put apart, [idiom] removed (woman), separation, set apart, unclean(-ness, thing, with filthiness)."} +{"id":"H5080","strongs_number":"H5080","system":"hebrew","language":"hebrew","number_value":5080,"lemma":"נָדַח","transliteration":"nâdach","pronunciation":"naw-dakh'","derivation":"a primitive root;","strongs_definition":"to push off; used in a great variety of applications, literally and figuratively (to expel, mislead, strike, inflict, etc.)","kjv_definition":"banish, bring, cast down (out), chase, compel, draw away, drive (away, out, quite), fetch a stroke, force, go away, outcast, thrust away (out), withdraw."} +{"id":"H5081","strongs_number":"H5081","system":"hebrew","language":"hebrew","number_value":5081,"lemma":"נָדִיב","transliteration":"nâdîyb","pronunciation":"naw-deeb'","derivation":"from H5068 (נָדַב);","strongs_definition":"properly, voluntary, i.e. generous; hence, magnanimous; as noun, a grandee (sometimes a tyrant)","kjv_definition":"free, liberal (things), noble, prince, willing (hearted)."} +{"id":"H5082","strongs_number":"H5082","system":"hebrew","language":"hebrew","number_value":5082,"lemma":"נְדִיבָה","transliteration":"nᵉdîybâh","pronunciation":"ned-ee-baw'","derivation":"feminine of H5081 (נָדִיב);","strongs_definition":"properly, nobility, i.e. reputation","kjv_definition":"soul."} +{"id":"H5083","strongs_number":"H5083","system":"hebrew","language":"hebrew","number_value":5083,"lemma":"נָדָן","transliteration":"nâdân","pronunciation":"naw-dawn'","derivation":"probably from an unused root meaning to give;","strongs_definition":"a present (for prostitution)","kjv_definition":"gift."} +{"id":"H5084","strongs_number":"H5084","system":"hebrew","language":"hebrew","number_value":5084,"lemma":"נָדָן","transliteration":"nâdân","pronunciation":"naw-dawn'","derivation":"of uncertain derivation;","strongs_definition":"a sheath (of a sword)","kjv_definition":"sheath."} +{"id":"H5085","strongs_number":"H5085","system":"hebrew","language":"hebrew","number_value":5085,"lemma":"נִדְנֶה","transliteration":"nidneh","pronunciation":"nid-neh'","derivation":"(Aramaic) from the same as H5084 (נָדָן);","strongs_definition":"a sheath; figuratively, the body (as the receptacle of the soul)","kjv_definition":"body."} +{"id":"H5086","strongs_number":"H5086","system":"hebrew","language":"hebrew","number_value":5086,"lemma":"נָדַף","transliteration":"nâdaph","pronunciation":"naw-daf'","derivation":"a primitive root;","strongs_definition":"to shove asunder, i.e. disperse","kjv_definition":"drive (away, to and fro), thrust down, shaken, tossed to and fro."} +{"id":"H5087","strongs_number":"H5087","system":"hebrew","language":"hebrew","number_value":5087,"lemma":"נָדַר","transliteration":"nâdar","pronunciation":"naw-dar'","derivation":"a primitive root;","strongs_definition":"to promise (pos., to do or give something to God)","kjv_definition":"(make a) vow."} +{"id":"H5088","strongs_number":"H5088","system":"hebrew","language":"hebrew","number_value":5088,"lemma":"נֶדֶר","transliteration":"neder","pronunciation":"neh'-der","derivation":"or נֵדֶר; from H5087 (נָדַר);","strongs_definition":"a promise (to God); also (concretely) a thing promised","kjv_definition":"vow(-ed)."} +{"id":"H5089","strongs_number":"H5089","system":"hebrew","language":"hebrew","number_value":5089,"lemma":"נֹהַּ","transliteration":"nôahh","pronunciation":"no'-ah","derivation":"from an unused root meaning to lament;","strongs_definition":"lamentation","kjv_definition":"wailing."} +{"id":"H5090","strongs_number":"H5090","system":"hebrew","language":"hebrew","number_value":5090,"lemma":"נָהַג","transliteration":"nâhag","pronunciation":"naw-hag'","derivation":"a primitive root;","strongs_definition":"to drive forth (a person, an animal or chariot), i.e. lead, carry away; reflexively, to proceed (i.e. impel or guide oneself); also (from the panting induced by effort), to sigh","kjv_definition":"acquaint, bring (away), carry away, drive (away), lead (away, forth), (be) guide, lead (away, forth)."} +{"id":"H5091","strongs_number":"H5091","system":"hebrew","language":"hebrew","number_value":5091,"lemma":"נָהָה","transliteration":"nâhâh","pronunciation":"naw-haw'","derivation":"a primitive root;","strongs_definition":"to groan, i.e. bewail; hence (through the idea of crying aloud), to assemble (as if on proclamation)","kjv_definition":"lament, wail."} +{"id":"H5092","strongs_number":"H5092","system":"hebrew","language":"hebrew","number_value":5092,"lemma":"נְהִי","transliteration":"nᵉhîy","pronunciation":"neh-hee'","derivation":"from H5091 (נָהָה);","strongs_definition":"an elegy","kjv_definition":"lamentation, wailing."} +{"id":"H5093","strongs_number":"H5093","system":"hebrew","language":"hebrew","number_value":5093,"lemma":"נִהְיָה","transliteration":"nihyâh","pronunciation":"nih-yaw'","derivation":"feminine of H5092 (נְהִי);","strongs_definition":"lamentation","kjv_definition":"doleful."} +{"id":"H5094","strongs_number":"H5094","system":"hebrew","language":"hebrew","number_value":5094,"lemma":"נְהִיר","transliteration":"nᵉhîyr","pronunciation":"neh-heere'","derivation":"(Aramaic) or נְהִירוּ; (Aramaic), from the same as H5105 (נְהָרָה);","strongs_definition":"illumination, i.e. (figuratively) wisdom","kjv_definition":"light."} +{"id":"H5095","strongs_number":"H5095","system":"hebrew","language":"hebrew","number_value":5095,"lemma":"נָהַל","transliteration":"nâhal","pronunciation":"naw-hal'","derivation":"a primitive root;","strongs_definition":"properly, to run with asparkle, i.e. flow; hence (transitively), to conduct, and (by inference) to protect, sustain","kjv_definition":"carry, feed, guide, lead (gently, on)."} +{"id":"H5096","strongs_number":"H5096","system":"hebrew","language":"hebrew","number_value":5096,"lemma":"נַהֲלָל","transliteration":"Nahălâl","pronunciation":"nah-hal-awl'","derivation":"or נַהֲלֹל; the same as H5097 (נַהֲלֹל);","strongs_definition":"Nahalal or Nahalol, a place in Palestine","kjv_definition":"Nahalal, Nahallal, Nahalol."} +{"id":"H5097","strongs_number":"H5097","system":"hebrew","language":"hebrew","number_value":5097,"lemma":"נַהֲלֹל","transliteration":"nahălôl","pronunciation":"nah-hal-ole'","derivation":"from H5095 (נָהַל);","strongs_definition":"pasture","kjv_definition":"bush."} +{"id":"H5098","strongs_number":"H5098","system":"hebrew","language":"hebrew","number_value":5098,"lemma":"נָהַם","transliteration":"nâham","pronunciation":"naw-ham'","derivation":"a primitive root;","strongs_definition":"to growl","kjv_definition":"mourn, roar(-ing)."} +{"id":"H5099","strongs_number":"H5099","system":"hebrew","language":"hebrew","number_value":5099,"lemma":"נַהַם","transliteration":"naham","pronunciation":"nah'-ham","derivation":"from H5098 (נָהַם);","strongs_definition":"a snarl","kjv_definition":"roaring."} +{"id":"H5100","strongs_number":"H5100","system":"hebrew","language":"hebrew","number_value":5100,"lemma":"נְהָמָה","transliteration":"nᵉhâmâh","pronunciation":"neh-haw-maw'","derivation":"feminine of H5099 (נַהַם);","strongs_definition":"snarling","kjv_definition":"disquietness, roaring."} +{"id":"H5101","strongs_number":"H5101","system":"hebrew","language":"hebrew","number_value":5101,"lemma":"נָהַק","transliteration":"nâhaq","pronunciation":"naw-hak'","derivation":"a primitive root;","strongs_definition":"to bray (as an ass), scream (from hunger)","kjv_definition":"bray."} +{"id":"H5102","strongs_number":"H5102","system":"hebrew","language":"hebrew","number_value":5102,"lemma":"נָהַר","transliteration":"nâhar","pronunciation":"naw-har'","derivation":"a primitive root;","strongs_definition":"to sparkle, i.e. (figuratively) be cheerful; hence (from the sheen of a running stream) to flow, i.e. (figuratively) assemble","kjv_definition":"flow (together), be lightened."} +{"id":"H5103","strongs_number":"H5103","system":"hebrew","language":"hebrew","number_value":5103,"lemma":"נְהַר","transliteration":"nᵉhar","pronunciation":"neh-har'","derivation":"(Aramaic) from a root corresponding to H5102 (נָהַר);","strongs_definition":"a river, especially the Euphrates","kjv_definition":"river, stream."} +{"id":"H5104","strongs_number":"H5104","system":"hebrew","language":"hebrew","number_value":5104,"lemma":"נָהָר","transliteration":"nâhâr","pronunciation":"naw-hawr'","derivation":"from H5102 (נָהַר);","strongs_definition":"a stream (including the sea; expectation the Nile, Euphrates, etc.); figuratively, prosperity","kjv_definition":"flood, river."} +{"id":"H5105","strongs_number":"H5105","system":"hebrew","language":"hebrew","number_value":5105,"lemma":"נְהָרָה","transliteration":"nᵉhârâh","pronunciation":"neh-haw-raw'","derivation":"from H5102 (נָהַר) in its original sense;","strongs_definition":"daylight","kjv_definition":"light."} +{"id":"H5106","strongs_number":"H5106","system":"hebrew","language":"hebrew","number_value":5106,"lemma":"נוּא","transliteration":"nûwʼ","pronunciation":"noo","derivation":"a primitive root;","strongs_definition":"to refuse, forbid, dissuade, or neutralize","kjv_definition":"break, disallow, discourage, make of none effect."} +{"id":"H5107","strongs_number":"H5107","system":"hebrew","language":"hebrew","number_value":5107,"lemma":"נוּב","transliteration":"nûwb","pronunciation":"noob","derivation":"a primitive root;","strongs_definition":"to germinate, i.e. (figuratively) to (causatively, make) flourish; also (of words), to utter","kjv_definition":"bring forth (fruit), make cheerful, increase."} +{"id":"H5108","strongs_number":"H5108","system":"hebrew","language":"hebrew","number_value":5108,"lemma":"נוֹב","transliteration":"nôwb","pronunciation":"nobe","derivation":"or נֵיב; from H5107 (נוּב);","strongs_definition":"produce, literally or figuratively","kjv_definition":"fruit."} +{"id":"H5109","strongs_number":"H5109","system":"hebrew","language":"hebrew","number_value":5109,"lemma":"נוֹבַי","transliteration":"Nôwbay","pronunciation":"no-bah'ee","derivation":"from H5108 (נוֹב); fruitful;","strongs_definition":"Nobai, an Israelite","kjv_definition":"Nebai (from the margin)."} +{"id":"H5110","strongs_number":"H5110","system":"hebrew","language":"hebrew","number_value":5110,"lemma":"נוּד","transliteration":"nûwd","pronunciation":"nood","derivation":"a primitive root;","strongs_definition":"to nod, i.e. waver; figuratively, to wander, flee, disappear; also (from shaking the head in sympathy), to console, deplore, or (from tossing the head in scorn) taunt","kjv_definition":"bemoan, flee, get, mourn, make to move, take pity, remove, shake, skip for joy, be sorry, vagabond, way, wandering."} +{"id":"H5111","strongs_number":"H5111","system":"hebrew","language":"hebrew","number_value":5111,"lemma":"נוּד","transliteration":"nûwd","pronunciation":"nood","derivation":"(Aramaic) corresponding to H5116 (נָוֶה);","strongs_definition":"to flee","kjv_definition":"get away."} +{"id":"H5112","strongs_number":"H5112","system":"hebrew","language":"hebrew","number_value":5112,"lemma":"נוֹד","transliteration":"nôwd","pronunciation":"node","derivation":"(only defective נֹד ); from H5110 (נוּד);","strongs_definition":"exile","kjv_definition":"wandering."} +{"id":"H5113","strongs_number":"H5113","system":"hebrew","language":"hebrew","number_value":5113,"lemma":"נוֹד","transliteration":"Nôwd","pronunciation":"node","derivation":"the same as H5112 (נוֹד)lemma נוֹדּ extra dagesh, corrected to נוֹד; vagrancy;","strongs_definition":"Nod, the land of Cain","kjv_definition":"Nod."} +{"id":"H5114","strongs_number":"H5114","system":"hebrew","language":"hebrew","number_value":5114,"lemma":"נוֹדָב","transliteration":"Nôwdâb","pronunciation":"no-dawb'","derivation":"from H5068 (נָדַב); noble;","strongs_definition":"Nodab, an Arab tribe","kjv_definition":"Nodab."} +{"id":"H5115","strongs_number":"H5115","system":"hebrew","language":"hebrew","number_value":5115,"lemma":"נָוָה","transliteration":"nâvâh","pronunciation":"naw-vaw'","derivation":"a primitive root; (compare H5116 (נָוֶה))","strongs_definition":"to rest (as at home); causatively (through the implied idea of beauty ), to celebrate (with praises)","kjv_definition":"keept at home, prepare an habitation."} +{"id":"H5116","strongs_number":"H5116","system":"hebrew","language":"hebrew","number_value":5116,"lemma":"נָוֶה","transliteration":"nâveh","pronunciation":"naw-veh'","derivation":"or (feminine) נָוָה; from H5115 (נָוָה);","strongs_definition":"(adjectively) at home; hence (by implication of satisfaction) lovely; also (noun) a home, of God (temple), men (residence), flocks (pasture), or wild animals (den)","kjv_definition":"comely, dwelling (place), fold, habitation, pleasant place, sheepcote, stable, tarried."} +{"id":"H5117","strongs_number":"H5117","system":"hebrew","language":"hebrew","number_value":5117,"lemma":"נוּחַ","transliteration":"nûwach","pronunciation":"noo'-akh","derivation":"a primitive root;","strongs_definition":"to rest, i.e. settle down; used in a great variety of applications, literal and figurative, intransitive, transitive and causative (to dwell, stay, let fall, place, let alone, withdraw, give comfort, etc.)","kjv_definition":"cease, be confederate, lay, let down, (be) quiet, remain, (cause to, be at, give, have, make to) rest, set down. Compare H3241 (יָנִים)."} +{"id":"H5118","strongs_number":"H5118","system":"hebrew","language":"hebrew","number_value":5118,"lemma":"נוּחַ","transliteration":"nûwach","pronunciation":"noo'-akh","derivation":"or נוֹחַ; from H5117 (נוּחַ);","strongs_definition":"quiet","kjv_definition":"rest(-ed, -ing place)."} +{"id":"H5119","strongs_number":"H5119","system":"hebrew","language":"hebrew","number_value":5119,"lemma":"נוֹחָה","transliteration":"Nôwchâh","pronunciation":"no-chaw'","derivation":"feminine of H5118 (נוּחַ); quietude;","strongs_definition":"Nochah, an Israelite","kjv_definition":"Nohah."} +{"id":"H5120","strongs_number":"H5120","system":"hebrew","language":"hebrew","number_value":5120,"lemma":"נוּט","transliteration":"nûwṭ","pronunciation":"noot","derivation":null,"strongs_definition":"to quake","kjv_definition":"be moved."} +{"id":"H5121","strongs_number":"H5121","system":"hebrew","language":"hebrew","number_value":5121,"lemma":"נָוִית","transliteration":"Nâvîyth","pronunciation":"naw-veeth'","derivation":"from H5115 (נָוָה); residence;","strongs_definition":"Navith, a place in Palestine","kjv_definition":"Naioth (from the margin)."} +{"id":"H5122","strongs_number":"H5122","system":"hebrew","language":"hebrew","number_value":5122,"lemma":"נְוָלוּ","transliteration":"nᵉvâlûw","pronunciation":"nev-aw-loo'","derivation":"(Aramaic) or נְוָלִי; (Aramaic), from an unused root probably meaning to be foul;","strongs_definition":"a sink","kjv_definition":"dunghill."} +{"id":"H5123","strongs_number":"H5123","system":"hebrew","language":"hebrew","number_value":5123,"lemma":"נוּם","transliteration":"nûwm","pronunciation":"noom","derivation":"a primitive root;","strongs_definition":"to slumber (from drowsiness)","kjv_definition":"sleep, slumber."} +{"id":"H5124","strongs_number":"H5124","system":"hebrew","language":"hebrew","number_value":5124,"lemma":"נוּמָה","transliteration":"nûwmâh","pronunciation":"noo-maw'","derivation":"from H5123 (נוּם);","strongs_definition":"sleepiness","kjv_definition":"drowsiness."} +{"id":"H5125","strongs_number":"H5125","system":"hebrew","language":"hebrew","number_value":5125,"lemma":"נוּן","transliteration":"nûwn","pronunciation":"noon","derivation":"a primitive root;","strongs_definition":"to resprout, i.e. propagate by shoots; figuratively, to be perpetual","kjv_definition":"be continued."} +{"id":"H5126","strongs_number":"H5126","system":"hebrew","language":"hebrew","number_value":5126,"lemma":"נוּן","transliteration":"Nûwn","pronunciation":"noon","derivation":"or נוֹן; (1 Chronicles 7:27), from H5125 (נוּן); perpetuity,","strongs_definition":"Nun or Non, the father of Joshua","kjv_definition":"Non, Nun."} +{"id":"H5127","strongs_number":"H5127","system":"hebrew","language":"hebrew","number_value":5127,"lemma":"נוּס","transliteration":"nûwç","pronunciation":"noos","derivation":"a primitive root;","strongs_definition":"to flit, i.e. vanish away (subside, escape; causatively, chase, impel, deliver)","kjv_definition":"[idiom] abate, away, be displayed, (make to) flee (away, -ing), put to flight, [idiom] hide, lift up a standard."} +{"id":"H5128","strongs_number":"H5128","system":"hebrew","language":"hebrew","number_value":5128,"lemma":"נוּעַ","transliteration":"nûwaʻ","pronunciation":"noo'-ah","derivation":"a primitive root;","strongs_definition":"to waver, in a great variety of applications, literally and figuratively (as subjoined)","kjv_definition":"continually, fugitive, [idiom] make, to (go) up and down, be gone away, (be) move(-able, -d), be promoted, reel, remove, scatter, set, shake, sift, stagger, to and fro, be vagabond, wag, (make) wander (up and down)."} +{"id":"H5129","strongs_number":"H5129","system":"hebrew","language":"hebrew","number_value":5129,"lemma":"נוֹעַדְיָה","transliteration":"Nôwʻadyâh","pronunciation":"no-ad-yaw'","derivation":"from H3259 (יָעַד) and H3050 (יָהּ); convened of Jah;","strongs_definition":"Noadjah, the name of an Israelite, and a false prophetess","kjv_definition":"Noadiah."} +{"id":"H5130","strongs_number":"H5130","system":"hebrew","language":"hebrew","number_value":5130,"lemma":"נוּף","transliteration":"nûwph","pronunciation":"noof","derivation":"a primitive root;","strongs_definition":"to quiver (i.e. vibrate up and down, or rock to and fro); used in a great variety of applications (including sprinkling, beckoning, rubbing, bastinadoing, sawing, waving, etc.)","kjv_definition":"lift up, move, offer, perfume, send, shake, sift, strike, wave."} +{"id":"H5131","strongs_number":"H5131","system":"hebrew","language":"hebrew","number_value":5131,"lemma":"נוֹף","transliteration":"nôwph","pronunciation":"nofe","derivation":"from H5130 (נוּף);","strongs_definition":"elevation","kjv_definition":"situation. Compare H5297 (נֹף)."} +{"id":"H5132","strongs_number":"H5132","system":"hebrew","language":"hebrew","number_value":5132,"lemma":"נוּץ","transliteration":"nûwts","pronunciation":"noots","derivation":"a primitive root;","strongs_definition":"properly, to flash; hence, to blossom (from the brilliancy of color); also, to fly away (from the quickness of motion)","kjv_definition":"flee away, bud (forth)."} +{"id":"H5133","strongs_number":"H5133","system":"hebrew","language":"hebrew","number_value":5133,"lemma":"נוֹצָה","transliteration":"nôwtsâh","pronunciation":"no-tsaw'","derivation":"or נֹצָה; feminine active participle of H5327 (נָצָה) in the sense of flying;","strongs_definition":"a pinion (or wing feather); often (collectively) plumage","kjv_definition":"feather(-s), ostrich."} +{"id":"H5134","strongs_number":"H5134","system":"hebrew","language":"hebrew","number_value":5134,"lemma":"נוּק","transliteration":"nûwq","pronunciation":"nook","derivation":"a primitive root;","strongs_definition":"to suckle","kjv_definition":"nurse."} +{"id":"H5135","strongs_number":"H5135","system":"hebrew","language":"hebrew","number_value":5135,"lemma":"נוּר","transliteration":"nûwr","pronunciation":"noor","derivation":"(Aramaic) from an unused root (corresponding to that of H5216 (נִיר)) meaning to shine;","strongs_definition":"fire","kjv_definition":"fiery, fire."} +{"id":"H5136","strongs_number":"H5136","system":"hebrew","language":"hebrew","number_value":5136,"lemma":"נוּשׁ","transliteration":"nûwsh","pronunciation":"noosh","derivation":"a primitive root;","strongs_definition":"to be sick, i.e. (figuratively) distressed","kjv_definition":"be full of heaviness."} +{"id":"H5137","strongs_number":"H5137","system":"hebrew","language":"hebrew","number_value":5137,"lemma":"נָזָה","transliteration":"nâzâh","pronunciation":"naw-zaw'","derivation":"a primitive root;","strongs_definition":"to spirt, i.e. besprinkle (especially in expiation)","kjv_definition":"sprinkle."} +{"id":"H5138","strongs_number":"H5138","system":"hebrew","language":"hebrew","number_value":5138,"lemma":"נָזִיד","transliteration":"nâzîyd","pronunciation":"naw-zeed'","derivation":"from H2102 (זוּד);","strongs_definition":"something boiled, i.e. soup","kjv_definition":"pottage."} +{"id":"H5139","strongs_number":"H5139","system":"hebrew","language":"hebrew","number_value":5139,"lemma":"נָזִיר","transliteration":"nâzîyr","pronunciation":"naw-zeer'","derivation":"or נָזִר; from H5144 (נָזַר);","strongs_definition":"separate, i.e. consecrated (as prince, a Nazirite); hence (figuratively from the latter) an unpruned vine (like an unshorn Nazirite)","kjv_definition":"Nazarite (by a false alliteration with Nazareth), separate(-d), vine undressed."} +{"id":"H5140","strongs_number":"H5140","system":"hebrew","language":"hebrew","number_value":5140,"lemma":"נָזַל","transliteration":"nâzal","pronunciation":"naw-zal'","derivation":"a primitive root;","strongs_definition":"to drip, or shed by trickling","kjv_definition":"distil, drop, flood, (cause to) flow(-ing), gush out, melt, pour (down), running water, stream."} +{"id":"H5141","strongs_number":"H5141","system":"hebrew","language":"hebrew","number_value":5141,"lemma":"נֶזֶם","transliteration":"nezem","pronunciation":"neh'-zem","derivation":"from an unused root of uncertain meaning;","strongs_definition":"a nose-ring","kjv_definition":"earring, jewel."} +{"id":"H5142","strongs_number":"H5142","system":"hebrew","language":"hebrew","number_value":5142,"lemma":"נְזַק","transliteration":"nᵉzaq","pronunciation":"nez-ak'","derivation":"(Aramaic) corresponding to the root of H5143 (נֵזֶק);","strongs_definition":"to suffer (causatively, inflict) loss","kjv_definition":"have (en-) damage, hurt(-ful)."} +{"id":"H5143","strongs_number":"H5143","system":"hebrew","language":"hebrew","number_value":5143,"lemma":"נֵזֶק","transliteration":"nêzeq","pronunciation":"nay'zek","derivation":"from an unused root meaning to injure;","strongs_definition":"loss","kjv_definition":"damage."} +{"id":"H5144","strongs_number":"H5144","system":"hebrew","language":"hebrew","number_value":5144,"lemma":"נָזַר","transliteration":"nâzar","pronunciation":"naw-zar'","derivation":"a primitive root;","strongs_definition":"to hold aloof, i.e. (intransitivey) abstain (from food and drink, from impurity, and even from divine worship (i.e. apostatize)); specifically, to set apart (to sacred purposes), i.e. devote","kjv_definition":"consecrate, separate(-ing, self)."} +{"id":"H5145","strongs_number":"H5145","system":"hebrew","language":"hebrew","number_value":5145,"lemma":"נֶזֶר","transliteration":"nezer","pronunciation":"neh'-zer","derivation":"or נֵזֶר; from H5144 (נָזַר);","strongs_definition":"properly, something set apart, i.e. (abstractly) dedication (of a priet or Nazirite); hence (concretely) unshorn locks; also (by implication) a chaplet (especially of royalty)","kjv_definition":"consecration, crown, hair, separation."} +{"id":"H5146","strongs_number":"H5146","system":"hebrew","language":"hebrew","number_value":5146,"lemma":"נֹחַ","transliteration":"Nôach","pronunciation":"no'-akh","derivation":"the same as H5118 (נוּחַ); rest;","strongs_definition":"Noach, the patriarch of the flood","kjv_definition":"Noah."} +{"id":"H5147","strongs_number":"H5147","system":"hebrew","language":"hebrew","number_value":5147,"lemma":"נַחְבִּי","transliteration":"Nachbîy","pronunciation":"nakh-bee'","derivation":"from H2247 (חָבָה); occult;","strongs_definition":"Nachbi, an Israelite","kjv_definition":"Nakbi."} +{"id":"H5148","strongs_number":"H5148","system":"hebrew","language":"hebrew","number_value":5148,"lemma":"נָחָה","transliteration":"nâchâh","pronunciation":"naw-khaw'","derivation":"a primitive root;","strongs_definition":"to guide; by implication, to transport (into exile, or as colonists)","kjv_definition":"bestow, bring, govern, guide, lead (forth), put, straiten."} +{"id":"H5149","strongs_number":"H5149","system":"hebrew","language":"hebrew","number_value":5149,"lemma":"נְחוּם","transliteration":"Nᵉchûwm","pronunciation":"neh-khoom'","derivation":"from H5162 (נָחַם); comforted;","strongs_definition":"Nechum, an Israelite","kjv_definition":"Nehum."} +{"id":"H5150","strongs_number":"H5150","system":"hebrew","language":"hebrew","number_value":5150,"lemma":"נִחוּם","transliteration":"nichûwm","pronunciation":"nee-khoom'","derivation":"or נִחֻם; from H5162 (נָחַם);","strongs_definition":"properly, consoled; abstractly, solace","kjv_definition":"comfort(-able), repenting."} +{"id":"H5151","strongs_number":"H5151","system":"hebrew","language":"hebrew","number_value":5151,"lemma":"נַחוּם","transliteration":"Nachûwm","pronunciation":"nakh-oom'","derivation":"from H5162 (נָחַם); comfortable;","strongs_definition":"Nachum, an Israelite prophet","kjv_definition":"Nahum."} +{"id":"H5152","strongs_number":"H5152","system":"hebrew","language":"hebrew","number_value":5152,"lemma":"נָחוֹר","transliteration":"Nâchôwr","pronunciation":"naw-khore'","derivation":"from the same as H5170 (נַחַר); snorer;","strongs_definition":"Nochor, the name of the grandfather and a brother of Abraham","kjv_definition":"Nahor."} +{"id":"H5153","strongs_number":"H5153","system":"hebrew","language":"hebrew","number_value":5153,"lemma":"נָחוּשׁ","transliteration":"nâchûwsh","pronunciation":"naw-khoosh'","derivation":"apparently passive participle of H5172 (נָחַשׁ) (perhaps in the sense of ringing), i.e. bell-metal; or from the red color of the throat of a serpent (H5175 (נָחָשׁ), as denominative) when hissing);","strongs_definition":"coppery, i.e. (figuratively) hard","kjv_definition":"of brass."} +{"id":"H5154","strongs_number":"H5154","system":"hebrew","language":"hebrew","number_value":5154,"lemma":"נְחוּשָׁה","transliteration":"nᵉchûwshâh","pronunciation":"nekh-oo-shaw'","derivation":"or נְחֻשָׁה; feminine of H5153 (נָחוּשׁ);","strongs_definition":"copper","kjv_definition":"brass, steel. Compare H5176 (נָחָשׁ)."} +{"id":"H5155","strongs_number":"H5155","system":"hebrew","language":"hebrew","number_value":5155,"lemma":"נְחִילָה","transliteration":"nᵉchîylâh","pronunciation":"nekh-ee-law'","derivation":"probably denominative from H2485 (חָלִיל);","strongs_definition":"a flute","kjv_definition":"(plural) Nehiloth."} +{"id":"H5156","strongs_number":"H5156","system":"hebrew","language":"hebrew","number_value":5156,"lemma":"נְחִיר","transliteration":"nᵉchîyr","pronunciation":"nekh-eer'","derivation":"from the same as H5170 (נַחַר);","strongs_definition":"a nostril","kjv_definition":"(dual) nostrils."} +{"id":"H5157","strongs_number":"H5157","system":"hebrew","language":"hebrew","number_value":5157,"lemma":"נָחַל","transliteration":"nâchal","pronunciation":"naw-khal'","derivation":"a primitive root;","strongs_definition":"to inherit (as a (figurative) mode of descent), or (generally) to occupy; causatively, to bequeath, or (generally) distribute, instate","kjv_definition":"divide, have (inheritance), take as a heritage, (cause to, give to, make to) inherit, (distribute for, divide (for, for an, by), give for, have, leave for, take (for)) inheritance, (have in, cause to, be made to) possess(-ion)."} +{"id":"H5158","strongs_number":"H5158","system":"hebrew","language":"hebrew","number_value":5158,"lemma":"נַחַל","transliteration":"nachal","pronunciation":"nakh'-al","derivation":"or (feminine) נַחְלָה; (Psalm 124:4), or נַחֲלָה; (Ezekiel 47:19; Ezekiel 48:28), from H5157 (נָחַל) in its original sense;","strongs_definition":"a stream, especially a winter torrent; (by implication) a (narrow) valley (in which a brook runs); also a shaft (of a mine)","kjv_definition":"brook, flood, river, stream, valley."} +{"id":"H5159","strongs_number":"H5159","system":"hebrew","language":"hebrew","number_value":5159,"lemma":"נַחֲלָה","transliteration":"nachălâh","pronunciation":"nakh-al-aw'","derivation":"from H5157 (נָחַל) (in its usual sense);","strongs_definition":"properly, something inherited, i.e. (abstractly) occupancy, or (concretely) an heirloom; generally an estate, patrimony or portion","kjv_definition":"heritage, to inherit, inheritance, possession. Compare H5158 (נַחַל)."} +{"id":"H5160","strongs_number":"H5160","system":"hebrew","language":"hebrew","number_value":5160,"lemma":"נַחֲלִיאֵל","transliteration":"Nachălîyʼêl","pronunciation":"nakh-al-ee-ale'","derivation":"from H5158 (נַחַל) and H410 (אֵל); valley of God;","strongs_definition":"Nachaliel, a place in the Desert","kjv_definition":"Nahaliel."} +{"id":"H5161","strongs_number":"H5161","system":"hebrew","language":"hebrew","number_value":5161,"lemma":"נֶחֱלָמִי","transliteration":"Nechĕlâmîy","pronunciation":"nekh-el-aw-mee'","derivation":"apparently a patronymic from an unused name (apparently passive participle of H2492 (חָלַם)); dreamed;","strongs_definition":"a Nechelamite, or descendant of Nechlam","kjv_definition":"Nehelamite."} +{"id":"H5162","strongs_number":"H5162","system":"hebrew","language":"hebrew","number_value":5162,"lemma":"נָחַם","transliteration":"nâcham","pronunciation":"naw-kham'","derivation":"a primitive root;","strongs_definition":"properly, to sigh, i.e. breathe strongly; by implication, to be sorry, i.e. (in a favorable sense) to pity, console or (reflexively) rue; or (unfavorably) to avenge (oneself)","kjv_definition":"comfort (self), ease (one's self), repent(-er,-ing, self)."} +{"id":"H5163","strongs_number":"H5163","system":"hebrew","language":"hebrew","number_value":5163,"lemma":"נַחַם","transliteration":"Nacham","pronunciation":"nakh'-am","derivation":"from H5162 (נָחַם); consolation;","strongs_definition":"Nacham, an Israelite","kjv_definition":"Naham."} +{"id":"H5164","strongs_number":"H5164","system":"hebrew","language":"hebrew","number_value":5164,"lemma":"נֹחַם","transliteration":"nôcham","pronunciation":"no'-kham","derivation":"from H5162 (נָחַם);","strongs_definition":"ruefulness, i.e. desistance","kjv_definition":"repentance."} +{"id":"H5165","strongs_number":"H5165","system":"hebrew","language":"hebrew","number_value":5165,"lemma":"נֶחָמָה","transliteration":"nechâmâh","pronunciation":"nekh-aw-maw'","derivation":"from H5162 (נָחַם);","strongs_definition":"consolation","kjv_definition":"comfort."} +{"id":"H5166","strongs_number":"H5166","system":"hebrew","language":"hebrew","number_value":5166,"lemma":"נְחֶמְיָה","transliteration":"Nᵉchemyâh","pronunciation":"nekh-em-yaw'","derivation":"from H5162 (נָחַם) and H3050 (יָהּ); consolation of Jah;","strongs_definition":"Nechemjah, the name of three Israelites","kjv_definition":"Nehemiah."} +{"id":"H5167","strongs_number":"H5167","system":"hebrew","language":"hebrew","number_value":5167,"lemma":"נַחֲמָנִי","transliteration":"Nachămânîy","pronunciation":"nakh-am-aw-nee'","derivation":"from H5162 (נָחַם); consolatory;","strongs_definition":"Nachamani, an Israelite","kjv_definition":"Nahamani."} +{"id":"H5168","strongs_number":"H5168","system":"hebrew","language":"hebrew","number_value":5168,"lemma":"נַחְנוּ","transliteration":"nachnûw","pronunciation":"nakh-noo'","derivation":"for H587 (אֲנַחְנוּ);","strongs_definition":"we","kjv_definition":"we."} +{"id":"H5169","strongs_number":"H5169","system":"hebrew","language":"hebrew","number_value":5169,"lemma":"נָחַץ","transliteration":"nâchats","pronunciation":"naw-khats'","derivation":"a primitive root;","strongs_definition":"to be urgent","kjv_definition":"require haste."} +{"id":"H5170","strongs_number":"H5170","system":"hebrew","language":"hebrew","number_value":5170,"lemma":"נַחַר","transliteration":"nachar","pronunciation":"nakh'-ar","derivation":"and (feminine) נַחֲרָה; from an unused root meaning to snort or snore;","strongs_definition":"a snorting","kjv_definition":"nostrils, snorting."} +{"id":"H5171","strongs_number":"H5171","system":"hebrew","language":"hebrew","number_value":5171,"lemma":"נַחֲרַי","transliteration":"Nachăray","pronunciation":"nakh-ar-ah'-ee","derivation":"or נַחְרַי; from the same as H5170 (נַחַר); snorer;","strongs_definition":"Nacharai or Nachrai, an Israelite","kjv_definition":"Naharai, Nahari."} +{"id":"H5172","strongs_number":"H5172","system":"hebrew","language":"hebrew","number_value":5172,"lemma":"נָחַשׁ","transliteration":"nâchash","pronunciation":"naw-khash'","derivation":"a primitive root;","strongs_definition":"properly, to hiss, i.e. whisper a (magic) spell; generally, to prognosticate","kjv_definition":"[idiom] certainly, divine, enchanter, (use) [idiom] enchantment, learn by experience, [idiom] indeed, diligently observe."} +{"id":"H5173","strongs_number":"H5173","system":"hebrew","language":"hebrew","number_value":5173,"lemma":"נַחַשׁ","transliteration":"nachash","pronunciation":"nakh'-ash","derivation":"from H5172 (נָחַשׁ);","strongs_definition":"an incantation or augury","kjv_definition":"enchantment."} +{"id":"H5174","strongs_number":"H5174","system":"hebrew","language":"hebrew","number_value":5174,"lemma":"נְחָשׁ","transliteration":"nᵉchâsh","pronunciation":"nekh-awsh'","derivation":"(Aramaic) corresponding to H5154 (נְחוּשָׁה);","strongs_definition":"copper","kjv_definition":"brass."} +{"id":"H5175","strongs_number":"H5175","system":"hebrew","language":"hebrew","number_value":5175,"lemma":"נָחָשׁ","transliteration":"nâchâsh","pronunciation":"naw-khawsh'","derivation":"from H5172 (נָחַשׁ);","strongs_definition":"a snake (from its hiss)","kjv_definition":"serpent."} +{"id":"H5176","strongs_number":"H5176","system":"hebrew","language":"hebrew","number_value":5176,"lemma":"נָחָשׁ","transliteration":"Nâchâsh","pronunciation":"naw-khawsh'","derivation":"the same as H5175 (נָחָשׁ);","strongs_definition":"Nachash, the name of two persons apparently non-Israelite","kjv_definition":"Nahash."} +{"id":"H5177","strongs_number":"H5177","system":"hebrew","language":"hebrew","number_value":5177,"lemma":"נַחְשׁוֹן","transliteration":"Nachshôwn","pronunciation":"nakh-shone'","derivation":"from H5172 (נָחַשׁ); enchanter;","strongs_definition":"Nachshon, an Israelite","kjv_definition":"Naashon, Nahshon."} +{"id":"H5178","strongs_number":"H5178","system":"hebrew","language":"hebrew","number_value":5178,"lemma":"נְחֹשֶׁת","transliteration":"nᵉchôsheth","pronunciation":"nekh-o'-sheth","derivation":"for H5154 (נְחוּשָׁה);","strongs_definition":"copper, hence, something made of that metal, i.e. coin, a fetter; figuratively, base (as compared with gold or silver)","kjv_definition":"brasen, brass, chain, copper, fetter (of brass), filthiness, steel."} +{"id":"H5179","strongs_number":"H5179","system":"hebrew","language":"hebrew","number_value":5179,"lemma":"נְחֻשְׁתָּא","transliteration":"Nᵉchushtâʼ","pronunciation":"nekh-oosh-taw'","derivation":"from H5178 (נְחֹשֶׁת); copper;","strongs_definition":"Nechushta, an Israelitess","kjv_definition":"Nehushta."} +{"id":"H5180","strongs_number":"H5180","system":"hebrew","language":"hebrew","number_value":5180,"lemma":"נְחֻשְׁתָּן","transliteration":"Nᵉchushtân","pronunciation":"nekh-oosh-tawn'","derivation":"from H5178 (נְחֹשֶׁת);","strongs_definition":"something made of copper, i.e. the copper serpent of the Desert","kjv_definition":"Nehushtan."} +{"id":"H5181","strongs_number":"H5181","system":"hebrew","language":"hebrew","number_value":5181,"lemma":"נָחַת","transliteration":"nâchath","pronunciation":"naw-khath'","derivation":"a primitive root;","strongs_definition":"to sink, i.e. descend; causatively, to press or lead down","kjv_definition":"be broken, (cause to) come down, enter, go down, press sore, settle, stick fast."} +{"id":"H5182","strongs_number":"H5182","system":"hebrew","language":"hebrew","number_value":5182,"lemma":"נְחַת","transliteration":"nᵉchath","pronunciation":"nekh-ath'","derivation":"(Aramaic) corresponding to H5181 (נָחַת);","strongs_definition":"to descend; causatively, to bring away, deposit, depose","kjv_definition":"carry, come down, depose, lay up, place."} +{"id":"H5183","strongs_number":"H5183","system":"hebrew","language":"hebrew","number_value":5183,"lemma":"נַחַת","transliteration":"Nachath","pronunciation":"nakh'-ath","derivation":"from H5182 (נְחַת); also (intransitively; perhaps from H5117 (נוּחַ))","strongs_definition":"a descent, i.e. imposition, unfavorable (punishment) or favorable (food); restfulness","kjv_definition":"lighting down, quiet(-ness), to rest, be set on."} +{"id":"H5184","strongs_number":"H5184","system":"hebrew","language":"hebrew","number_value":5184,"lemma":"נַחַת","transliteration":"Nachath","pronunciation":"nakh'-ath","derivation":"the same as H5183 (נַחַת); quiet;","strongs_definition":"Nachath, the name of an Edomite and of two Israelites","kjv_definition":"Nahath."} +{"id":"H5185","strongs_number":"H5185","system":"hebrew","language":"hebrew","number_value":5185,"lemma":"נָחֵת","transliteration":"nâchêth","pronunciation":"naw-khayth'","derivation":"from H5181 (נָחַת);","strongs_definition":"descending","kjv_definition":"come down."} +{"id":"H5186","strongs_number":"H5186","system":"hebrew","language":"hebrew","number_value":5186,"lemma":"נָטָה","transliteration":"nâṭâh","pronunciation":"naw-taw'","derivation":"a primitive root;","strongs_definition":"to stretch or spread out; by implication, to bend away (including moral deflection); used in a great variety of application","kjv_definition":"[phrase] afternoon, apply, bow (down, -ing), carry aside, decline, deliver, extend, go down, be gone, incline, intend, lay, let down, offer, outstretched, overthrown, pervert, pitch, prolong, put away, shew, spread (out), stretch (forth, out), take (aside), turn (aside, away), wrest, cause to yield."} +{"id":"H5187","strongs_number":"H5187","system":"hebrew","language":"hebrew","number_value":5187,"lemma":"נְטִיל","transliteration":"nᵉṭîyl","pronunciation":"net-eel'","derivation":"from H5190 (נָטַל);","strongs_definition":"laden","kjv_definition":"that bear."} +{"id":"H5188","strongs_number":"H5188","system":"hebrew","language":"hebrew","number_value":5188,"lemma":"נְטִיפָה","transliteration":"nᵉṭîyphâh","pronunciation":"net-ee-faw'","derivation":"from H5197 (נָטַף);","strongs_definition":"a pendant for the ears (especially of pearls)","kjv_definition":"chain, collar."} +{"id":"H5189","strongs_number":"H5189","system":"hebrew","language":"hebrew","number_value":5189,"lemma":"נְטִישָׁה","transliteration":"nᵉṭîyshâh","pronunciation":"net-ee-shaw'","derivation":"from H5203 (נָטַשׁ);","strongs_definition":"a tendril (as an offshoot)","kjv_definition":"battlement, branch, plant."} +{"id":"H5190","strongs_number":"H5190","system":"hebrew","language":"hebrew","number_value":5190,"lemma":"נָטַל","transliteration":"nâṭal","pronunciation":"naw-tal'","derivation":"a primitive root;","strongs_definition":"to lift; by implication, to impose","kjv_definition":"bear, offer, take up."} +{"id":"H5191","strongs_number":"H5191","system":"hebrew","language":"hebrew","number_value":5191,"lemma":"נְטַל","transliteration":"nᵉṭal","pronunciation":"net-al'","derivation":"(Aramaic) corresponding to H5190 (נָטַל);","strongs_definition":"to raise","kjv_definition":"take up."} +{"id":"H5192","strongs_number":"H5192","system":"hebrew","language":"hebrew","number_value":5192,"lemma":"נֵטֶל","transliteration":"nêṭel","pronunciation":"nay'-tel","derivation":"; from H5190 (נָטַל);","strongs_definition":"a burden","kjv_definition":"weighty."} +{"id":"H5193","strongs_number":"H5193","system":"hebrew","language":"hebrew","number_value":5193,"lemma":"נָטַע","transliteration":"nâṭaʻ","pronunciation":"naw-tah'","derivation":"a primitive root;","strongs_definition":"properly, to strike in, i.e. fix; specifically, to plant (literally or figuratively)","kjv_definition":"fastened, plant(-er)."} +{"id":"H5194","strongs_number":"H5194","system":"hebrew","language":"hebrew","number_value":5194,"lemma":"נֶטַע","transliteration":"neṭaʻ","pronunciation":"neh'-tah","derivation":"from H5193 (נָטַע);","strongs_definition":"a plant; collectively, a plantation; abstractly, a planting","kjv_definition":"plant."} +{"id":"H5195","strongs_number":"H5195","system":"hebrew","language":"hebrew","number_value":5195,"lemma":"נָטִיעַ","transliteration":"nâṭîyaʻ","pronunciation":"naw-tee'-ah","derivation":"from H5193 (נָטַע);","strongs_definition":"a plant","kjv_definition":"plant."} +{"id":"H5196","strongs_number":"H5196","system":"hebrew","language":"hebrew","number_value":5196,"lemma":"נְטָעִים","transliteration":"Nᵉṭâʻîym","pronunciation":"net-aw-eem'","derivation":"plural of H5194 (נֶטַע);","strongs_definition":"Netaim, a place in Palestine","kjv_definition":"plants."} +{"id":"H5197","strongs_number":"H5197","system":"hebrew","language":"hebrew","number_value":5197,"lemma":"נָטַף","transliteration":"nâṭaph","pronunciation":"naw-taf'","derivation":"a primitive root;","strongs_definition":"to ooze, i.e. distil gradually; by implication, to fall in drops; figuratively, to speak by inspiration","kjv_definition":"drop(-ping), prophesy(-et)."} +{"id":"H5198","strongs_number":"H5198","system":"hebrew","language":"hebrew","number_value":5198,"lemma":"נָטָף","transliteration":"nâṭâph","pronunciation":"naw-tawf'","derivation":"from H5197 (נָטַף);","strongs_definition":"a drop; specifically, an aromatic gum (probably stacte)","kjv_definition":"drop, stacte."} +{"id":"H5199","strongs_number":"H5199","system":"hebrew","language":"hebrew","number_value":5199,"lemma":"נְטֹפָה","transliteration":"Nᵉṭôphâh","pronunciation":"net-o-faw'","derivation":"from H5197 (נָטַף); distillation;","strongs_definition":"Netophah, a place in Palestine","kjv_definition":"Netophah."} +{"id":"H5200","strongs_number":"H5200","system":"hebrew","language":"hebrew","number_value":5200,"lemma":"נְטֹפָתִי","transliteration":"Nᵉṭôphâthîy","pronunciation":"net-o-faw-thee'","derivation":"patronymic from H5199 (נְטֹפָה);","strongs_definition":"a Netophathite, or inhabitant of Netophah","kjv_definition":"Netophathite."} +{"id":"H5201","strongs_number":"H5201","system":"hebrew","language":"hebrew","number_value":5201,"lemma":"נָטַר","transliteration":"nâṭar","pronunciation":"naw-tar'","derivation":"a primitive root;","strongs_definition":"to guard; figuratively, to cherish (anger)","kjv_definition":"bear grudge, keep(-er), reserve."} +{"id":"H5202","strongs_number":"H5202","system":"hebrew","language":"hebrew","number_value":5202,"lemma":"נְטַר","transliteration":"nᵉṭar","pronunciation":"net-ar'","derivation":"(Aramaic) corresponding to H5201 (נָטַר);","strongs_definition":"to retain","kjv_definition":"keep."} +{"id":"H5203","strongs_number":"H5203","system":"hebrew","language":"hebrew","number_value":5203,"lemma":"נָטַשׁ","transliteration":"nâṭash","pronunciation":"naw-tash'","derivation":"a primitive root;","strongs_definition":"properly, to pound, i.e. smite; by implication (as if beating out, and thus expanding) to disperse; also, to thrust off, down, out or upon (inclusively, reject, let alone, permit, remit, etc.)","kjv_definition":"cast off, drawn, let fall, forsake, join (battle), leave (off), lie still, loose, spread (self) abroad, stretch out, suffer."} +{"id":"H5204","strongs_number":"H5204","system":"hebrew","language":"hebrew","number_value":5204,"lemma":"נִי","transliteration":"nîy","pronunciation":"nee","derivation":"a doubtful word; apparently from H5091 (נָהָה);","strongs_definition":"lamentation","kjv_definition":"wailing."} +{"id":"H5205","strongs_number":"H5205","system":"hebrew","language":"hebrew","number_value":5205,"lemma":"נִיד","transliteration":"nîyd","pronunciation":"need","derivation":"from H5110 (נוּד);","strongs_definition":"motion (of the lips in speech)","kjv_definition":"moving."} +{"id":"H5206","strongs_number":"H5206","system":"hebrew","language":"hebrew","number_value":5206,"lemma":"נִידָה","transliteration":"nîydâh","pronunciation":"nee-daw'","derivation":"feminine of H5205 (נִיד);","strongs_definition":"removal, i.e. exile","kjv_definition":"removed."} +{"id":"H5207","strongs_number":"H5207","system":"hebrew","language":"hebrew","number_value":5207,"lemma":"נִיחוֹחַ","transliteration":"nîychôwach","pronunciation":"nee-kho'-akh","derivation":"or נִיחֹחַ; from H5117 (נוּחַ);","strongs_definition":"properly, restful, i.e. pleasant; abstractly, delight","kjv_definition":"sweet (odour)."} +{"id":"H5208","strongs_number":"H5208","system":"hebrew","language":"hebrew","number_value":5208,"lemma":"נִיחוֹחַ","transliteration":"nîychôwach","pronunciation":"nee-kho'-akh","derivation":"(Aramaic) or נִיחֹחַ; (shorter) (Aramaic), corresponding to H5207 (נִיחוֹחַ);","strongs_definition":"pleasure","kjv_definition":"sweet odour (savour)."} +{"id":"H5209","strongs_number":"H5209","system":"hebrew","language":"hebrew","number_value":5209,"lemma":"נִין","transliteration":"nîyn","pronunciation":"neen","derivation":"from H5125 (נוּן);","strongs_definition":"progeny","kjv_definition":"son."} +{"id":"H5210","strongs_number":"H5210","system":"hebrew","language":"hebrew","number_value":5210,"lemma":"נִינְוֵה","transliteration":"Nîynᵉvêh","pronunciation":"nee-nev-ay'","derivation":"of foreign origin;","strongs_definition":"Nineveh, the capital of Assyria","kjv_definition":"Nineveh."} +{"id":"H5211","strongs_number":"H5211","system":"hebrew","language":"hebrew","number_value":5211,"lemma":"נִיס","transliteration":"nîyç","pronunciation":"neece","derivation":"from H5127 (נוּס);","strongs_definition":"fugitive","kjv_definition":"that fleeth."} +{"id":"H5212","strongs_number":"H5212","system":"hebrew","language":"hebrew","number_value":5212,"lemma":"נִיסָן","transliteration":"Nîyçân","pronunciation":"nee-sawn'","derivation":"probably of foreign origin;","strongs_definition":"Nisan, the first month of the Jewish sacred year","kjv_definition":"Nisan."} +{"id":"H5213","strongs_number":"H5213","system":"hebrew","language":"hebrew","number_value":5213,"lemma":"נִיצוֹץ","transliteration":"nîytsôwts","pronunciation":"nee-tsotes'","derivation":"from H5340 (נָצַץ);","strongs_definition":"a spark","kjv_definition":"spark."} +{"id":"H5214","strongs_number":"H5214","system":"hebrew","language":"hebrew","number_value":5214,"lemma":"נִיר","transliteration":"nîyr","pronunciation":"neer","derivation":"a root probably identical with that of H5216 (נִיר), through the idea of the gleam of a fresh furrow;","strongs_definition":"to till the soil","kjv_definition":"break up."} +{"id":"H5215","strongs_number":"H5215","system":"hebrew","language":"hebrew","number_value":5215,"lemma":"נִיר","transliteration":"nîyr","pronunciation":"neer","derivation":"or נִר; from H5214 (נִיר);","strongs_definition":"properly, plowing, i.e. (concretely) freshly plowed land","kjv_definition":"fallow ground, plowing, tillage."} +{"id":"H5216","strongs_number":"H5216","system":"hebrew","language":"hebrew","number_value":5216,"lemma":"נִיר","transliteration":"nîyr","pronunciation":"neer","derivation":"or נִר; also נֵיר; or נֵר; or (feminine) נֵרָה; from a primitive root (see H5214 (נִיר); H5135 (נוּר)) properly, meaning to glisten;","strongs_definition":"a lamp (i.e. the burner) or light (literally or figuratively)","kjv_definition":"candle, lamp, light."} +{"id":"H5217","strongs_number":"H5217","system":"hebrew","language":"hebrew","number_value":5217,"lemma":"נָכָא","transliteration":"nâkâʼ","pronunciation":"naw-kaw'","derivation":"a primitive root;","strongs_definition":"to smite, i.e. drive away","kjv_definition":"be viler."} +{"id":"H5218","strongs_number":"H5218","system":"hebrew","language":"hebrew","number_value":5218,"lemma":"נָכֵא","transliteration":"nâkêʼ","pronunciation":"naw-kay'","derivation":"or נָכָא; from H5217 (נָכָא);","strongs_definition":"smitten, i.e. (figuratively) afflicted","kjv_definition":"broken, stricken, wounded."} +{"id":"H5219","strongs_number":"H5219","system":"hebrew","language":"hebrew","number_value":5219,"lemma":"נְכֹאת","transliteration":"nᵉkôʼth","pronunciation":"nek-ohth'","derivation":"from H5218 (נָכֵא);","strongs_definition":"properly, a smiting, i.e. (concretely) an aromatic gum (perhaps styrax) (as powdered)","kjv_definition":"spicery(-ces)."} +{"id":"H5220","strongs_number":"H5220","system":"hebrew","language":"hebrew","number_value":5220,"lemma":"נֶכֶד","transliteration":"neked","pronunciation":"neh'-ked","derivation":"from an unused root meaning to propagate;","strongs_definition":"offspring","kjv_definition":"nephew, son's son."} +{"id":"H5221","strongs_number":"H5221","system":"hebrew","language":"hebrew","number_value":5221,"lemma":"נָכָה","transliteration":"nâkâh","pronunciation":"naw-kaw'","derivation":"a primitive root;","strongs_definition":"to strike (lightly or severely, literally or figuratively)","kjv_definition":"beat, cast forth, clap, give (wounds), [idiom] go forward, [idiom] indeed, kill, make (slaughter), murderer, punish, slaughter, slay(-er, -ing), smite(-r, -ing), strike, be stricken, (give) stripes, [idiom] surely, wound."} +{"id":"H5222","strongs_number":"H5222","system":"hebrew","language":"hebrew","number_value":5222,"lemma":"נֵכֶה","transliteration":"nêkeh","pronunciation":"nay-keh'","derivation":"from H5221 (נָכָה);","strongs_definition":"a smiter, i.e. (figuratively) traducer","kjv_definition":"abject."} +{"id":"H5223","strongs_number":"H5223","system":"hebrew","language":"hebrew","number_value":5223,"lemma":"נָכֶה","transliteration":"nâkeh","pronunciation":"naw-keh'","derivation":"","strongs_definition":"smitten, i.e. (literally) maimed, or (figuratively) dejected","kjv_definition":"contrite, lame."} +{"id":"H5224","strongs_number":"H5224","system":"hebrew","language":"hebrew","number_value":5224,"lemma":"נְכוֹ","transliteration":"Nᵉkôw","pronunciation":"nek-o'","derivation":"probably of Egyptian origin;","strongs_definition":"Neko, an Egyptian king","kjv_definition":"Necho. Compare H6549 (פַּרְעֹה נְכֹה)."} +{"id":"H5225","strongs_number":"H5225","system":"hebrew","language":"hebrew","number_value":5225,"lemma":"נָכוֹן","transliteration":"Nâkôwn","pronunciation":"naw-kone'","derivation":"from H3559 (כּוּן); prepared;","strongs_definition":"Nakon, probably an Israelite","kjv_definition":"Nachon."} +{"id":"H5226","strongs_number":"H5226","system":"hebrew","language":"hebrew","number_value":5226,"lemma":"נֵכַח","transliteration":"nêkach","pronunciation":"nay'-kakh","derivation":"from an unused root meaning to be straightforward;","strongs_definition":"properly, the fore part; used adverbially, opposite","kjv_definition":"before, over against."} +{"id":"H5227","strongs_number":"H5227","system":"hebrew","language":"hebrew","number_value":5227,"lemma":"נֹכַח","transliteration":"nôkach","pronunciation":"no'-kakh","derivation":"from the same as H5226 (נֵכַח);","strongs_definition":"properly, the front part; used adverbially (especially with preposition), opposite, in front of, forward, in behalf of","kjv_definition":"(over) against, before, direct(-ly), for, right (on)."} +{"id":"H5228","strongs_number":"H5228","system":"hebrew","language":"hebrew","number_value":5228,"lemma":"נָכֹחַ","transliteration":"nâkôach","pronunciation":"naw-ko'-akh","derivation":"from the same as H5226 (נֵכַח);","strongs_definition":"straightforward, i.e. (figuratively), equitable, correct, or (abstractly), integrity","kjv_definition":"plain, right, uprightness."} +{"id":"H5229","strongs_number":"H5229","system":"hebrew","language":"hebrew","number_value":5229,"lemma":"נְכֹחָה","transliteration":"nᵉkôchâh","pronunciation":"nek-o-khaw'","derivation":"feminine of H5228 (נָכֹחַ);","strongs_definition":"properly, straightforwardness, i.e. (figuratively) integrity, or (concretely) a truth","kjv_definition":"equity, right (thing), uprightness."} +{"id":"H5230","strongs_number":"H5230","system":"hebrew","language":"hebrew","number_value":5230,"lemma":"נָכַל","transliteration":"nâkal","pronunciation":"naw-kal'","derivation":"a primitive root;","strongs_definition":"to defraud, i.e. act treacherously","kjv_definition":"beguile, conspire, deceiver, deal subtilly."} +{"id":"H5231","strongs_number":"H5231","system":"hebrew","language":"hebrew","number_value":5231,"lemma":"נֵכֶל","transliteration":"nêkel","pronunciation":"nay'-kel","derivation":"from H5230 (נָכַל);","strongs_definition":"deceit","kjv_definition":"wile."} +{"id":"H5232","strongs_number":"H5232","system":"hebrew","language":"hebrew","number_value":5232,"lemma":"נְכַס","transliteration":"nᵉkaç","pronunciation":"nek-as'","derivation":"(Aramaic) corresponding to H5233 (נֶכֶס)","strongs_definition":"{treasure}","kjv_definition":"goods."} +{"id":"H5233","strongs_number":"H5233","system":"hebrew","language":"hebrew","number_value":5233,"lemma":"נֶכֶס","transliteration":"nekeç","pronunciation":"neh'-kes","derivation":"from an unused root meaning to accumulate;","strongs_definition":"treasure","kjv_definition":"riches, wealth."} +{"id":"H5234","strongs_number":"H5234","system":"hebrew","language":"hebrew","number_value":5234,"lemma":"נָכַר","transliteration":"nâkar","pronunciation":"naw-kar'","derivation":"a primitive root;","strongs_definition":"properly, to scrutinize, i.e. look intently at; hence (with recognition implied), to acknowledge, be acquainted with, care for, respect, revere, or (with suspicion implied), to disregard, ignore, be strange toward, reject, resign, dissimulate (as if ignorant or disowning)","kjv_definition":"acknowledge, [idiom] could, deliver, discern, dissemble, estrange, feign self to be another, know, take knowledge (notice), perceive, regard, (have) respect, behave (make) self strange(-ly)."} +{"id":"H5235","strongs_number":"H5235","system":"hebrew","language":"hebrew","number_value":5235,"lemma":"נֶכֶר","transliteration":"neker","pronunciation":"neh'-ker","derivation":"or נֹכֶר; from H5234 (נָכַר);","strongs_definition":"something strange, i.e. unexpected calamity","kjv_definition":"strange."} +{"id":"H5236","strongs_number":"H5236","system":"hebrew","language":"hebrew","number_value":5236,"lemma":"נֵכָר","transliteration":"nêkâr","pronunciation":"nay-kawr'","derivation":"' from H5234 (נָכַר);","strongs_definition":"foreign, or (concretely) a foreigner, or (abstractly) heathendom","kjv_definition":"alien, strange ([phrase] -er)."} +{"id":"H5237","strongs_number":"H5237","system":"hebrew","language":"hebrew","number_value":5237,"lemma":"נׇכְרִי","transliteration":"nokrîy","pronunciation":"nok-ree'","derivation":"from H5235 (נֶכֶר) (second form);","strongs_definition":"strange, in a variety of degrees and applications (foreign, non-relative, adulterous, different, wonderful)","kjv_definition":"alien, foreigner, outlandish, strange(-r, woman)."} +{"id":"H5238","strongs_number":"H5238","system":"hebrew","language":"hebrew","number_value":5238,"lemma":"נְכֹת","transliteration":"nᵉkôth","pronunciation":"nek-oth'","derivation":"probably for H5219 (נְכֹאת);","strongs_definition":"spicery, i.e. (generally) valuables","kjv_definition":"precious things."} +{"id":"H5239","strongs_number":"H5239","system":"hebrew","language":"hebrew","number_value":5239,"lemma":"נָלָה","transliteration":"nâlâh","pronunciation":"naw-law'","derivation":"apparently a primitive root;","strongs_definition":"to complete","kjv_definition":"make an end."} +{"id":"H5240","strongs_number":"H5240","system":"hebrew","language":"hebrew","number_value":5240,"lemma":"נְמִבְזֶה","transliteration":"nᵉmibzeh","pronunciation":"nem-ib-zeh'","derivation":"from H959 (בָּזָה),","strongs_definition":"despised","kjv_definition":"vile."} +{"id":"H5241","strongs_number":"H5241","system":"hebrew","language":"hebrew","number_value":5241,"lemma":"נְמוּאֵל","transliteration":"Nᵉmûwʼêl","pronunciation":"nem-oo-ale'","derivation":"apparently for H3223 (יְמוּאֵל);","strongs_definition":"Nemuel, the name of two Israelites","kjv_definition":"Nemuel."} +{"id":"H5242","strongs_number":"H5242","system":"hebrew","language":"hebrew","number_value":5242,"lemma":"נְמוּאֵלִי","transliteration":"Nᵉmûwʼêlîy","pronunciation":"nem-oo-ay-lee'","derivation":"from H5241 (נְמוּאֵל);","strongs_definition":"a Nemuelite, or descendant of Nemuel","kjv_definition":"Nemuelite."} +{"id":"H5243","strongs_number":"H5243","system":"hebrew","language":"hebrew","number_value":5243,"lemma":"נָמַל","transliteration":"nâmal","pronunciation":"naw-mal'","derivation":"a primitive root;","strongs_definition":"to become clipped or (specifically) circumcised","kjv_definition":"(branch to) be cut down (off), circumcise."} +{"id":"H5244","strongs_number":"H5244","system":"hebrew","language":"hebrew","number_value":5244,"lemma":"נְמָלָה","transliteration":"nᵉmâlâh","pronunciation":"nem-aw-law'","derivation":"feminine from H5243 (נָמַל);","strongs_definition":"an ant (probably from its almost bisected form)","kjv_definition":"ant."} +{"id":"H5245","strongs_number":"H5245","system":"hebrew","language":"hebrew","number_value":5245,"lemma":"נְמַר","transliteration":"nᵉmar","pronunciation":"nem-ar'","derivation":"(Aramaic) corresponding to H5246 (נָמֵר)","strongs_definition":"{a leopard (from its stripes)}","kjv_definition":"leopard."} +{"id":"H5246","strongs_number":"H5246","system":"hebrew","language":"hebrew","number_value":5246,"lemma":"נָמֵר","transliteration":"nâmêr","pronunciation":"naw-mare'","derivation":"from an unused root meaning properly, to filtrate, i.e. be limpid (comp H5247 (נִמְרָה) and H5249 (נִמְרִים)); and thus to spot or stain as if by dripping;","strongs_definition":"a leopard (from its stripes)","kjv_definition":"leopard."} +{"id":"H5247","strongs_number":"H5247","system":"hebrew","language":"hebrew","number_value":5247,"lemma":"נִמְרָה","transliteration":"Nimrâh","pronunciation":"nim-raw'","derivation":"from the same as H5246 (נָמֵר); clear water;","strongs_definition":"Nimrah, a place East of the Jordan","kjv_definition":"Nimrah. See also H1039 (בֵּית נִמְרָה), H5249 (נִמְרִים)."} +{"id":"H5248","strongs_number":"H5248","system":"hebrew","language":"hebrew","number_value":5248,"lemma":"נִמְרוֹד","transliteration":"Nimrôwd","pronunciation":"nim-rode'","derivation":"or נִמְרֹד; probably of foreign origin;","strongs_definition":"Nimrod, a son of Cush","kjv_definition":"Nimrod."} +{"id":"H5249","strongs_number":"H5249","system":"hebrew","language":"hebrew","number_value":5249,"lemma":"נִמְרִים","transliteration":"Nimrîym","pronunciation":"nim-reem'","derivation":"plural of a masculine corresponding to H5247 (נִמְרָה); clear waters;","strongs_definition":"Nimrim, a place East of the Jordan","kjv_definition":"Nimrim. Compare H1039 (בֵּית נִמְרָה)."} +{"id":"H5250","strongs_number":"H5250","system":"hebrew","language":"hebrew","number_value":5250,"lemma":"נִמְשִׁי","transliteration":"Nimshîy","pronunciation":"nim-shee'","derivation":"probably from H4871 (מָשָׁה); extricated;","strongs_definition":"Nimshi, the (grand-) father of Jehu","kjv_definition":"Nimshi."} +{"id":"H5251","strongs_number":"H5251","system":"hebrew","language":"hebrew","number_value":5251,"lemma":"נֵס","transliteration":"nêç","pronunciation":"nace","derivation":"from H5264 (נָסַס);","strongs_definition":"a flag; also a sail; by implication, a flagstaff; generally a signal; figuratively, a token","kjv_definition":"banner, pole, sail, (en-) sign, standard."} +{"id":"H5252","strongs_number":"H5252","system":"hebrew","language":"hebrew","number_value":5252,"lemma":"נְסִבָּה","transliteration":"nᵉçibbâh","pronunciation":"nes-ib-baw'","derivation":"feminine participle passive of H5437 (סָבַב);","strongs_definition":"properly, an environment, i.e. circumstance or turn of affairs","kjv_definition":"cause."} +{"id":"H5253","strongs_number":"H5253","system":"hebrew","language":"hebrew","number_value":5253,"lemma":"נָסַג","transliteration":"nâçag","pronunciation":"naw-sag'","derivation":"a primitive root;","strongs_definition":"to retreat","kjv_definition":"departing away, remove, take (hold), turn away."} +{"id":"H5254","strongs_number":"H5254","system":"hebrew","language":"hebrew","number_value":5254,"lemma":"נָסָה","transliteration":"nâçâh","pronunciation":"naw-saw'","derivation":"a primitive root;","strongs_definition":"to test; by implication, to attempt","kjv_definition":"adventure, assay, prove, tempt, try."} +{"id":"H5255","strongs_number":"H5255","system":"hebrew","language":"hebrew","number_value":5255,"lemma":"נָסַח","transliteration":"nâçach","pronunciation":"naw-sakh'","derivation":"a primitive root;","strongs_definition":"to tear away","kjv_definition":"destroy, pluck, root."} +{"id":"H5256","strongs_number":"H5256","system":"hebrew","language":"hebrew","number_value":5256,"lemma":"נְסַח","transliteration":"nᵉçach","pronunciation":"nes-akh'","derivation":"(Aramaic) corresponding to H5255 (נָסַח)","strongs_definition":"{to tear away}","kjv_definition":"pull down."} +{"id":"H5257","strongs_number":"H5257","system":"hebrew","language":"hebrew","number_value":5257,"lemma":"נְסִיךְ","transliteration":"nᵉçîyk","pronunciation":"nes-eek'","derivation":"from H5258 (נָסַךְ);","strongs_definition":"properly, something poured out, i.e. a libation; also a molten image; by implication, a prince (as anointed)","kjv_definition":"drink offering, duke, prince(-ipal)."} +{"id":"H5258","strongs_number":"H5258","system":"hebrew","language":"hebrew","number_value":5258,"lemma":"נָסַךְ","transliteration":"nâçak","pronunciation":"naw-sak'","derivation":"a primitive root;","strongs_definition":"to pour out, especially a libation, or to cast (metal); by analogy, to anoint aking","kjv_definition":"cover, melt, offer, (cause to) pour (out), set (up)."} +{"id":"H5259","strongs_number":"H5259","system":"hebrew","language":"hebrew","number_value":5259,"lemma":"נָסַךְ","transliteration":"nâçak","pronunciation":"naw-sak'","derivation":"a primitive root (probably identical with H5258 (נָסַךְ) through the idea of fusion);","strongs_definition":"to interweave, i.e. (figuratively) to overspread","kjv_definition":"that is spread."} +{"id":"H5260","strongs_number":"H5260","system":"hebrew","language":"hebrew","number_value":5260,"lemma":"נְסַךְ","transliteration":"nᵉçak","pronunciation":"nes-ak'","derivation":"(Aramaic) corresponding to H5258 (נָסַךְ);","strongs_definition":"to pour out a libation","kjv_definition":"offer."} +{"id":"H5261","strongs_number":"H5261","system":"hebrew","language":"hebrew","number_value":5261,"lemma":"נְסַךְ","transliteration":"nᵉçak","pronunciation":"nes-ak'","derivation":"(Aramaic) corresponding to H5262 (נֶסֶךְ);","strongs_definition":"a libation","kjv_definition":"drink offering."} +{"id":"H5262","strongs_number":"H5262","system":"hebrew","language":"hebrew","number_value":5262,"lemma":"נֶסֶךְ","transliteration":"neçek","pronunciation":"neh'-sek","derivation":"or נֵסֶךְ; from H5258 (נָסַךְ);","strongs_definition":"a libation; also a cast idol","kjv_definition":"cover, drink offering, molten image."} +{"id":"H5263","strongs_number":"H5263","system":"hebrew","language":"hebrew","number_value":5263,"lemma":"נָסַס","transliteration":"nâçaç","pronunciation":"naw-sas'","derivation":"a primitive root;","strongs_definition":"to wane, i.e. be sick","kjv_definition":"faint."} +{"id":"H5264","strongs_number":"H5264","system":"hebrew","language":"hebrew","number_value":5264,"lemma":"נָסַס","transliteration":"nâçaç","pronunciation":"naw-sas'","derivation":"a primitive root; to gleam from afar, i.e. to be conspicuous as a signal; or rather perhaps a denominative from H5251 (נֵס) (and identical with H5263 (נָסַס), through the idea of a flag as fluttering in the wind);","strongs_definition":"to raise a beacon","kjv_definition":"lift up as an ensign."} +{"id":"H5265","strongs_number":"H5265","system":"hebrew","language":"hebrew","number_value":5265,"lemma":"נָסַע","transliteration":"nâçaʻ","pronunciation":"naw-sah'","derivation":"a primitive root;","strongs_definition":"properly, to pull up, especially the tent-pins, i.e. start on ajourney","kjv_definition":"cause to blow, bring, get, (make to) go (away, forth, forward, onward, out), (take) journey, march, remove, set aside (forward), [idiom] still, be on his (go their) way."} +{"id":"H5266","strongs_number":"H5266","system":"hebrew","language":"hebrew","number_value":5266,"lemma":"נָסַק","transliteration":"nâçaq","pronunciation":"naw-sak'","derivation":"a primitive root;","strongs_definition":"to go up","kjv_definition":"ascend."} +{"id":"H5267","strongs_number":"H5267","system":"hebrew","language":"hebrew","number_value":5267,"lemma":"נְסַק","transliteration":"nᵉçaq","pronunciation":"nes-ak'","derivation":"(Aramaic) corresponding to H5266 (נָסַק)","strongs_definition":"{to go up}","kjv_definition":"take up."} +{"id":"H5268","strongs_number":"H5268","system":"hebrew","language":"hebrew","number_value":5268,"lemma":"נִסְרֹךְ","transliteration":"Niçrôk","pronunciation":"nis-roke'","derivation":"of foreign origin;","strongs_definition":"Nisrok, a Babylonian idol","kjv_definition":"Nisroch."} +{"id":"H5269","strongs_number":"H5269","system":"hebrew","language":"hebrew","number_value":5269,"lemma":"נֵעָה","transliteration":"Nêʻâh","pronunciation":"nay-aw'","derivation":"from H5128 (נוּעַ); motion;","strongs_definition":"Neah, a place in Palestine","kjv_definition":"Neah."} +{"id":"H5270","strongs_number":"H5270","system":"hebrew","language":"hebrew","number_value":5270,"lemma":"נֹעָה","transliteration":"Nôʻâh","pronunciation":"no-aw'","derivation":"from H5128 (נוּעַ); movement;","strongs_definition":"Noah, an Israelitess","kjv_definition":"Noah."} +{"id":"H5271","strongs_number":"H5271","system":"hebrew","language":"hebrew","number_value":5271,"lemma":"נָעוּר","transliteration":"nâʻûwr","pronunciation":"naw-oor'","derivation":"or נָעֻר; and (feminine) נְעֻרָה; properly, passive participle from H5288 (נַעַר) as denominative;","strongs_definition":"(only in plural collectively or emphatic form) youth, the state (juvenility) or the persons (young people)","kjv_definition":"childhood, youth."} +{"id":"H5272","strongs_number":"H5272","system":"hebrew","language":"hebrew","number_value":5272,"lemma":"נְעִיאֵל","transliteration":"Nᵉʻîyʼêl","pronunciation":"neh-ee-ale'","derivation":"from H5128 (נוּעַ) and H410 (אֵל); moved of God;","strongs_definition":"Neiel, a place in Palestine","kjv_definition":"Neiel."} +{"id":"H5273","strongs_number":"H5273","system":"hebrew","language":"hebrew","number_value":5273,"lemma":"נָעִים","transliteration":"nâʻîym","pronunciation":"naw-eem'","derivation":"from H5276 (נָעֵם);","strongs_definition":"delightful (objective or subjective, literal or figurative)","kjv_definition":"pleasant(-ure), sweet."} +{"id":"H5274","strongs_number":"H5274","system":"hebrew","language":"hebrew","number_value":5274,"lemma":"נָעַל","transliteration":"nâʻal","pronunciation":"naw-al'","derivation":"a primitive root; also denominative from H5275 (נַעַל)","strongs_definition":"properly, to fasten up, i.e. with abar or cord; hence, to sandal, i.e. furnish with slippers","kjv_definition":"bolt, inclose, lock, shoe, shut up."} +{"id":"H5275","strongs_number":"H5275","system":"hebrew","language":"hebrew","number_value":5275,"lemma":"נַעַל","transliteration":"naʻal","pronunciation":"nah'-al","derivation":"or (feminine) נַעֲלָה; from H5274 (נָעַל);","strongs_definition":"properly, a sandal tongue; by extension a sandal or slipper (sometimes as a symbol of occupancy, a refusal to marry, or of something valueless)","kjv_definition":"dryshod, (pair of) shoe((-latchet), -s)."} +{"id":"H5276","strongs_number":"H5276","system":"hebrew","language":"hebrew","number_value":5276,"lemma":"נָעֵם","transliteration":"nâʻêm","pronunciation":"naw-ame'","derivation":"a primitive root;","strongs_definition":"to be agreeable (literally or figuratively)","kjv_definition":"pass in beauty, be delight, be pleasant, be sweet."} +{"id":"H5277","strongs_number":"H5277","system":"hebrew","language":"hebrew","number_value":5277,"lemma":"נַעַם","transliteration":"Naʻam","pronunciation":"nah'-am","derivation":"from H5276 (נָעֵם); pleasure;","strongs_definition":"Naam, an Israelite","kjv_definition":"Naam."} +{"id":"H5278","strongs_number":"H5278","system":"hebrew","language":"hebrew","number_value":5278,"lemma":"נֹעַם","transliteration":"nôʻam","pronunciation":"no'-am","derivation":"from H5276 (נָעֵם);","strongs_definition":"agreeableness, i.e. delight, suitableness, splendor or grace","kjv_definition":"beauty, pleasant(-ness)."} +{"id":"H5279","strongs_number":"H5279","system":"hebrew","language":"hebrew","number_value":5279,"lemma":"נַעֲמָה","transliteration":"Naʻămâh","pronunciation":"nah-am-aw'","derivation":"feminine of H5277 (נַעַם); pleasantness;","strongs_definition":"Naamah, the name of an antediluvian woman, of an Ammonitess, and of a place in Palestine","kjv_definition":"Naamah."} +{"id":"H5280","strongs_number":"H5280","system":"hebrew","language":"hebrew","number_value":5280,"lemma":"נַעֲמִי","transliteration":"Naʻămîy","pronunciation":"nah-am-ee'","derivation":"patronymic from H5283 (נַעֲמָן);","strongs_definition":"a Naamanite, or descendant of Naaman (collectively)","kjv_definition":"Naamites."} +{"id":"H5281","strongs_number":"H5281","system":"hebrew","language":"hebrew","number_value":5281,"lemma":"נׇעֳמִי","transliteration":"Noʻŏmîy","pronunciation":"no-om-ee'","derivation":"from H5278 (נֹעַם); pleasant;","strongs_definition":"Noomi, an Israelitess","kjv_definition":"Naomi."} +{"id":"H5282","strongs_number":"H5282","system":"hebrew","language":"hebrew","number_value":5282,"lemma":"נַעֲמָן","transliteration":"naʻămân","pronunciation":"nah-am-awn'","derivation":"from H5276 (נָעֵם);","strongs_definition":"pleasantness (plural as concrete)","kjv_definition":"pleasant."} +{"id":"H5283","strongs_number":"H5283","system":"hebrew","language":"hebrew","number_value":5283,"lemma":"נַעֲמָן","transliteration":"Naʻămân","pronunciation":"nah-am-awn'","derivation":"the same as H5282 (נַעֲמָן);","strongs_definition":"Naaman, the name of an Israelite and of a Damascene","kjv_definition":"Naaman."} +{"id":"H5284","strongs_number":"H5284","system":"hebrew","language":"hebrew","number_value":5284,"lemma":"נַעֲמָתִי","transliteration":"Naʻămâthîy","pronunciation":"nah-am-aw-thee'","derivation":"patrial from a place corresponding in name (but not identical) with H5279 (נַעֲמָה);","strongs_definition":"a Naamathite, or inhabitant of Naamah","kjv_definition":"Naamathite."} +{"id":"H5285","strongs_number":"H5285","system":"hebrew","language":"hebrew","number_value":5285,"lemma":"נַעֲצוּץ","transliteration":"naʻătsûwts","pronunciation":"nah-ats-oots'","derivation":"from an unused root meaning to prick;","strongs_definition":"probably a brier; by implication, a thicket of thorny bushes","kjv_definition":"thorn."} +{"id":"H5286","strongs_number":"H5286","system":"hebrew","language":"hebrew","number_value":5286,"lemma":"נָעַר","transliteration":"nâʻar","pronunciation":"naw-ar'","derivation":"a primitive root;","strongs_definition":"to growl","kjv_definition":"yell."} +{"id":"H5287","strongs_number":"H5287","system":"hebrew","language":"hebrew","number_value":5287,"lemma":"נָעַר","transliteration":"nâʻar","pronunciation":"naw-ar'","derivation":"a primitive root (probably identical with H5286 (נָעַר), through the idea of the rustling of mane, which usually accompanies the lion's roar);","strongs_definition":"to tumble about","kjv_definition":"shake (off, out, self), overthrow, toss up and down."} +{"id":"H5288","strongs_number":"H5288","system":"hebrew","language":"hebrew","number_value":5288,"lemma":"נַעַר","transliteration":"naʻar","pronunciation":"nah'-ar","derivation":"from H5287 (נָעַר);","strongs_definition":"(concretely) a boy (as active), from the age of infancy to adolescence; by implication, a servant; also (by interch. of sex), a girl (of similar latitude in age)","kjv_definition":"babe, boy, child, damsel (from the margin), lad, servant, young (man)."} +{"id":"H5289","strongs_number":"H5289","system":"hebrew","language":"hebrew","number_value":5289,"lemma":"נַעַר","transliteration":"naʻar","pronunciation":"nah'-ar","derivation":"from H5287 (נָעַר) in its derivative sense of tossing about;","strongs_definition":"a wanderer","kjv_definition":"young one."} +{"id":"H5290","strongs_number":"H5290","system":"hebrew","language":"hebrew","number_value":5290,"lemma":"נֹעַר","transliteration":"nôʻar","pronunciation":"no'-ar","derivation":"from H5287 (נָעַר); (compare H5288 (נַעַר))","strongs_definition":"(abstractly) boyhood","kjv_definition":"child, youth."} +{"id":"H5291","strongs_number":"H5291","system":"hebrew","language":"hebrew","number_value":5291,"lemma":"נַעֲרָה","transliteration":"naʻărâh","pronunciation":"nah-ar-aw'","derivation":"feminine of H5288 (נַעַר);","strongs_definition":"a girl (from infancy to adolescence)","kjv_definition":"damsel, maid(-en), young (woman)."} +{"id":"H5292","strongs_number":"H5292","system":"hebrew","language":"hebrew","number_value":5292,"lemma":"נַעֲרָה","transliteration":"Naʻărâh","pronunciation":"nah-ar-aw'","derivation":"the same as H5291 (נַעֲרָה);","strongs_definition":"Naarah, the name of an Israelitess, and of a place in Palestine","kjv_definition":"Naarah, Naarath."} +{"id":"H5293","strongs_number":"H5293","system":"hebrew","language":"hebrew","number_value":5293,"lemma":"נַעֲרַי","transliteration":"Naʻăray","pronunciation":"nah-ar-ah'-ee","derivation":"from H5288 (נַעַר); youthful;","strongs_definition":"Naarai, an Israelite","kjv_definition":"Naarai."} +{"id":"H5294","strongs_number":"H5294","system":"hebrew","language":"hebrew","number_value":5294,"lemma":"נְעַרְיָה","transliteration":"Nᵉʻaryâh","pronunciation":"neh-ar-yaw'","derivation":"from H5288 (נַעַר) and H3050 (יָהּ); servant of Jah;","strongs_definition":"Nearjah, the name of two Israelites","kjv_definition":"Neariah."} +{"id":"H5295","strongs_number":"H5295","system":"hebrew","language":"hebrew","number_value":5295,"lemma":"נַעֲרָן","transliteration":"Naʻărân","pronunciation":"nah-ar-awn'","derivation":"from H5288 (נַעַר); juvenile;","strongs_definition":"Naaran, a place in Palestine","kjv_definition":"Naaran."} +{"id":"H5296","strongs_number":"H5296","system":"hebrew","language":"hebrew","number_value":5296,"lemma":"נְעֹרֶת","transliteration":"nᵉʻôreth","pronunciation":"neh-o'-reth","derivation":"from H5287 (נָעַר);","strongs_definition":"something shaken out, i.e. tow (as the refuse of flax)","kjv_definition":"tow."} +{"id":"H5297","strongs_number":"H5297","system":"hebrew","language":"hebrew","number_value":5297,"lemma":"נֹף","transliteration":"Nôph","pronunciation":"nofe","derivation":"a variation of H4644 (מֹף);","strongs_definition":"Noph, the capital of Upper Egypt","kjv_definition":"Noph."} +{"id":"H5298","strongs_number":"H5298","system":"hebrew","language":"hebrew","number_value":5298,"lemma":"נֶפֶג","transliteration":"Nepheg","pronunciation":"neh'-feg","derivation":"from an unused root probably meaning to spring forth; a sprout;","strongs_definition":"Nepheg, the name of two Israelites","kjv_definition":"Nepheg."} +{"id":"H5299","strongs_number":"H5299","system":"hebrew","language":"hebrew","number_value":5299,"lemma":"נָפָה","transliteration":"nâphâh","pronunciation":"naw-faw'","derivation":"from H5130 (נוּף) in the sense of lifting;","strongs_definition":"a height; also a sieve","kjv_definition":"border, coast, region, sieve."} +{"id":"H5300","strongs_number":"H5300","system":"hebrew","language":"hebrew","number_value":5300,"lemma":"נְפוּשְׁסִים","transliteration":"Nᵉphûwshᵉçîym","pronunciation":"nef-oo-shes-eem'","derivation":"for H5304 (נְפִיסִים);","strongs_definition":"Nephushesim, a Temple-servant","kjv_definition":"Nephisesim (from the margin)."} +{"id":"H5301","strongs_number":"H5301","system":"hebrew","language":"hebrew","number_value":5301,"lemma":"נָפַח","transliteration":"nâphach","pronunciation":"naw-fakh'","derivation":"a primitive root;","strongs_definition":"to puff, in various applications (literally, to inflate, blow hard, scatter, kindle, expire; figuratively, to disesteem)","kjv_definition":"blow, breath, give up, cause to lose (life), seething, snuff."} +{"id":"H5302","strongs_number":"H5302","system":"hebrew","language":"hebrew","number_value":5302,"lemma":"נֹפַח","transliteration":"Nôphach","pronunciation":"no'-fakh","derivation":"from H5301 (נָפַח); a gust;","strongs_definition":"Nophach, a place in Moab","kjv_definition":"Nophah."} +{"id":"H5303","strongs_number":"H5303","system":"hebrew","language":"hebrew","number_value":5303,"lemma":"נְפִיל","transliteration":"nᵉphîyl","pronunciation":"nef-eel'","derivation":"or נְפִל; from H5307 (נָפַל);","strongs_definition":"properly, a feller, i.e. a bully or tyrant","kjv_definition":"giant."} +{"id":"H5304","strongs_number":"H5304","system":"hebrew","language":"hebrew","number_value":5304,"lemma":"נְפִיסִים","transliteration":"Nᵉphîyçîym","pronunciation":"nef-ee-seem'","derivation":"plural from an unused root meaning to scatter; expansions;","strongs_definition":"Nephisim, a Temple-servant","kjv_definition":"Nephusim (from the margin)."} +{"id":"H5305","strongs_number":"H5305","system":"hebrew","language":"hebrew","number_value":5305,"lemma":"נָפִישׁ","transliteration":"Nâphîysh","pronunciation":"naw-feesh'","derivation":"from H5314 (נָפַשׁ); refreshed;","strongs_definition":"Naphish, a son of Ishmael, and his posterity","kjv_definition":"Naphish."} +{"id":"H5306","strongs_number":"H5306","system":"hebrew","language":"hebrew","number_value":5306,"lemma":"נֹפֶךְ","transliteration":"nôphek","pronunciation":"no'-fek","derivation":"from an unused root meaning to glisten;","strongs_definition":"shining; a gem, probably the garnet","kjv_definition":"emerald."} +{"id":"H5307","strongs_number":"H5307","system":"hebrew","language":"hebrew","number_value":5307,"lemma":"נָפַל","transliteration":"nâphal","pronunciation":"naw-fal'","derivation":"a primitive root;","strongs_definition":"to fall, in a great variety of applications (intransitive or causative, literal or figurative)","kjv_definition":"be accepted, cast (down, self, (lots), out), cease, die, divide (by lot), (let) fail, (cause to, let, make, ready to) fall (away, down, -en, -ing), fell(-ing), fugitive, have (inheritance), inferior, be judged (by mistake for H6419 (פָּלַל)), lay (along), (cause to) lie down, light (down), be ([idiom] hast) lost, lying, overthrow, overwhelm, perish, present(-ed, -ing), (make to) rot, slay, smite out, [idiom] surely, throw down."} +{"id":"H5308","strongs_number":"H5308","system":"hebrew","language":"hebrew","number_value":5308,"lemma":"נְפַל","transliteration":"nᵉphal","pronunciation":"nef-al'","derivation":"(Aramaic) corresponding to H5307 (נָפַל)","strongs_definition":"{to fall, in a great variety of applications (intransitive or causative, literal or figurative)}","kjv_definition":"fall (down), have occasion."} +{"id":"H5309","strongs_number":"H5309","system":"hebrew","language":"hebrew","number_value":5309,"lemma":"נֶפֶל","transliteration":"nephel","pronunciation":"neh'-fel","derivation":"or נֵפֶל; from H5307 (נָפַל);","strongs_definition":"something fallen, i.e. an abortion","kjv_definition":"untimely birth."} +{"id":"H5310","strongs_number":"H5310","system":"hebrew","language":"hebrew","number_value":5310,"lemma":"נָפַץ","transliteration":"nâphats","pronunciation":"naw-fats'","derivation":"a primitive root;","strongs_definition":"to dash to pieces, or scatter","kjv_definition":"be beaten in sunder, break (in pieces), broken, dash (in pieces), cause to be discharged, dispersed, be overspread, scatter."} +{"id":"H5311","strongs_number":"H5311","system":"hebrew","language":"hebrew","number_value":5311,"lemma":"נֶפֶץ","transliteration":"nephets","pronunciation":"neh'-fets","derivation":"from H5310 (נָפַץ);","strongs_definition":"a storm (as dispersing)","kjv_definition":"scattering."} +{"id":"H5312","strongs_number":"H5312","system":"hebrew","language":"hebrew","number_value":5312,"lemma":"נְפַק","transliteration":"nᵉphaq","pronunciation":"nef-ak'","derivation":"(Aramaic) a primitive root;","strongs_definition":"to issue; causatively, to bring out","kjv_definition":"come (go, take) forth (out)."} +{"id":"H5313","strongs_number":"H5313","system":"hebrew","language":"hebrew","number_value":5313,"lemma":"נִפְקָא","transliteration":"niphqâʼ","pronunciation":"nif-kaw'","derivation":"(Aramaic) from H5312 (נְפַק);","strongs_definition":"an outgo, i.e. expense","kjv_definition":"expense."} +{"id":"H5314","strongs_number":"H5314","system":"hebrew","language":"hebrew","number_value":5314,"lemma":"נָפַשׁ","transliteration":"nâphash","pronunciation":"naw-fash'","derivation":"a primitive root;","strongs_definition":"to breathe; passively, to be breathed upon , i.e. (figuratively) refreshed (as if by a current of air)","kjv_definition":"(be) refresh selves (-ed)."} +{"id":"H5315","strongs_number":"H5315","system":"hebrew","language":"hebrew","number_value":5315,"lemma":"נֶפֶשׁ","transliteration":"nephesh","pronunciation":"neh'-fesh","derivation":"from H5314 (נָפַשׁ);","strongs_definition":"properly, a breathing creature, i.e. animal of (abstractly) vitality; used very widely in a literal, accommodated or figurative sense (bodily or mental)","kjv_definition":"any, appetite, beast, body, breath, creature, [idiom] dead(-ly), desire, [idiom] (dis-) contented, [idiom] fish, ghost, [phrase] greedy, he, heart(-y), (hath, [idiom] jeopardy of) life ([idiom] in jeopardy), lust, man, me, mind, mortally, one, own, person, pleasure, (her-, him-, my-, thy-) self, them (your) -selves, [phrase] slay, soul, [phrase] tablet, they, thing, ([idiom] she) will, [idiom] would have it."} +{"id":"H5316","strongs_number":"H5316","system":"hebrew","language":"hebrew","number_value":5316,"lemma":"נֶפֶת","transliteration":"nepheth","pronunciation":"neh'-feth","derivation":"for H5299 (נָפָה);","strongs_definition":"a height","kjv_definition":"country."} +{"id":"H5317","strongs_number":"H5317","system":"hebrew","language":"hebrew","number_value":5317,"lemma":"נֹפֶת","transliteration":"nôpheth","pronunciation":"no'-feth","derivation":"from H5130 (נוּף) in the sense of shaking to pieces;","strongs_definition":"a dripping i.e. of honey (from the comb)","kjv_definition":"honeycomb."} +{"id":"H5318","strongs_number":"H5318","system":"hebrew","language":"hebrew","number_value":5318,"lemma":"נֶפְתּוֹחַ","transliteration":"Nephtôwach","pronunciation":"nef-to'-akh","derivation":"from H6605 (פָּתַח); opened, i.e. a spring;","strongs_definition":"Nephtoach, a place in Palestine","kjv_definition":"Neptoah."} +{"id":"H5319","strongs_number":"H5319","system":"hebrew","language":"hebrew","number_value":5319,"lemma":"נַפְתּוּל","transliteration":"naphtûwl","pronunciation":"naf-tool'","derivation":"from H6617 (פָּתַל);","strongs_definition":"properly, wrestled; but used (in the plural) transitively, a struggle","kjv_definition":"wrestling."} +{"id":"H5320","strongs_number":"H5320","system":"hebrew","language":"hebrew","number_value":5320,"lemma":"נַפְתֻּחִים","transliteration":"Naphtuchîym","pronunciation":"naf-too-kheem","derivation":"plural of foreign origin,","strongs_definition":"Naphtuchim, an Egyptian tribe","kjv_definition":"Naptuhim."} +{"id":"H5321","strongs_number":"H5321","system":"hebrew","language":"hebrew","number_value":5321,"lemma":"נַפְתָּלִי","transliteration":"Naphtâlîy","pronunciation":"naf-taw-lee'","derivation":"from H6617 (פָּתַל); my wrestling;","strongs_definition":"Naphtali, a son of Jacob, with the tribe descended from him, and its territory","kjv_definition":"Naphtali."} +{"id":"H5322","strongs_number":"H5322","system":"hebrew","language":"hebrew","number_value":5322,"lemma":"נֵץ","transliteration":"nêts","pronunciation":"nayts","derivation":"from H5340 (נָצַץ);","strongs_definition":"a flower (from its brilliancy); also a hawk (from it flashing speed)","kjv_definition":"blossom, hawk."} +{"id":"H5323","strongs_number":"H5323","system":"hebrew","language":"hebrew","number_value":5323,"lemma":"נָצָא","transliteration":"nâtsâʼ","pronunciation":"naw-tsaw'","derivation":"a primitive root;","strongs_definition":"to go away","kjv_definition":"flee."} +{"id":"H5324","strongs_number":"H5324","system":"hebrew","language":"hebrew","number_value":5324,"lemma":"נָצַב","transliteration":"nâtsab","pronunciation":"naw-tsab'","derivation":"a primitive root;","strongs_definition":"to station, in various applications (literally or figuratively)","kjv_definition":"appointed, deputy, erect, establish, [idiom] Huzzah (by mistake for a proper name), lay, officer, pillar, present, rear up, set (over, up), settle, sharpen, establish, (make to) stand(-ing, still, up, upright), best state."} +{"id":"H5325","strongs_number":"H5325","system":"hebrew","language":"hebrew","number_value":5325,"lemma":"נִצָּב","transliteration":"nitstsâb","pronunciation":"nits-twawb'","derivation":"passive participle of H5324 (נָצַב);","strongs_definition":"fixed, i.e. a handle","kjv_definition":"haft."} +{"id":"H5326","strongs_number":"H5326","system":"hebrew","language":"hebrew","number_value":5326,"lemma":"נִצְבָּה","transliteration":"nitsbâh","pronunciation":"nits-baw'","derivation":"(Aramaic) from a root corresponding to H5324 (נָצַב);","strongs_definition":"fixedness, i.e. firmness","kjv_definition":"strength."} +{"id":"H5327","strongs_number":"H5327","system":"hebrew","language":"hebrew","number_value":5327,"lemma":"נָצָה","transliteration":"nâtsâh","pronunciation":"naw-tsaw'","derivation":"a primitive root;","strongs_definition":"properly, to go forth, i.e. (by implication) to be expelled, and (consequently) desolate; causatively, to lay waste; also (specifically), to quarrel","kjv_definition":"be laid waste, runinous, strive (together)."} +{"id":"H5328","strongs_number":"H5328","system":"hebrew","language":"hebrew","number_value":5328,"lemma":"נִצָּה","transliteration":"nitstsâh","pronunciation":"nits-tsaw'","derivation":"feminine of H5322 (נֵץ);","strongs_definition":"a blossom","kjv_definition":"flower."} +{"id":"H5329","strongs_number":"H5329","system":"hebrew","language":"hebrew","number_value":5329,"lemma":"נָצַח","transliteration":"nâtsach","pronunciation":"naw-tsakh'","derivation":"a primitive root; also as denominative from H5331 (נֶצַח)","strongs_definition":"properly, to glitter from afar, i.e. to be eminent (as a superintendent, especially of the Temple services and its music); to be permanent","kjv_definition":"excel, chief musician (singer), oversee(-r), set forward."} +{"id":"H5330","strongs_number":"H5330","system":"hebrew","language":"hebrew","number_value":5330,"lemma":"נְצַח","transliteration":"nᵉtsach","pronunciation":"nets-akh'","derivation":"(Aramaic) corresponding to H5329 (נָצַח);","strongs_definition":"to become chief","kjv_definition":"be preferred."} +{"id":"H5331","strongs_number":"H5331","system":"hebrew","language":"hebrew","number_value":5331,"lemma":"נֶצַח","transliteration":"netsach","pronunciation":"neh'-tsakh","derivation":"or נֵצַח; from H5329 (נָצַח);","strongs_definition":"properly, a goal, i.e. the bright object at adistance travelled towards; hence (figuratively), splendor, or (subjectively) truthfulness, or (objectively) confidence; but usually (adverbially), continually (i.e. to the most distant point of view)","kjv_definition":"alway(-s), constantly, end, ([phrase] n-) ever(more), perpetual, strength, victory."} +{"id":"H5332","strongs_number":"H5332","system":"hebrew","language":"hebrew","number_value":5332,"lemma":"נֵצַח","transliteration":"Nêtsach","pronunciation":"nay'-tsakh","derivation":"probably identical with H5331 (נֶצַח), through the idea of brilliancy of color;","strongs_definition":"juice of the grape (as blood red)","kjv_definition":"blood, strength."} +{"id":"H5333","strongs_number":"H5333","system":"hebrew","language":"hebrew","number_value":5333,"lemma":"נְצִיב","transliteration":"nᵉtsîyb","pronunciation":"nets-eeb'","derivation":"or נְצִב; from H5324 (נָצַב);","strongs_definition":"something stationary, i.e. a prefect, a military post, a statue","kjv_definition":"garrison, officer, pillar."} +{"id":"H5334","strongs_number":"H5334","system":"hebrew","language":"hebrew","number_value":5334,"lemma":"נְצִיב","transliteration":"Nᵉtsîyb","pronunciation":"nets-eeb'","derivation":"the same as H5333 (נְצִיב); station;","strongs_definition":"Netsib, a place in Palestine","kjv_definition":"Nezib."} +{"id":"H5335","strongs_number":"H5335","system":"hebrew","language":"hebrew","number_value":5335,"lemma":"נְצִיחַ","transliteration":"nᵉtsîyach","pronunciation":"nets-ee'-akh","derivation":"from H5329 (נָצַח); conspicuous;","strongs_definition":"Netsiach, a Temple-servant","kjv_definition":"Neziah."} +{"id":"H5336","strongs_number":"H5336","system":"hebrew","language":"hebrew","number_value":5336,"lemma":"נָצִיר","transliteration":"nâtsîyr","pronunciation":"naw-tsere'","derivation":"from H5341 (נָצַר);","strongs_definition":"properly, conservative; but used passively, delivered","kjv_definition":"preserved."} +{"id":"H5337","strongs_number":"H5337","system":"hebrew","language":"hebrew","number_value":5337,"lemma":"נָצַל","transliteration":"nâtsal","pronunciation":"naw-tsal'","derivation":"a primitive root;","strongs_definition":"to snatch away, whether in a good or a bad sense","kjv_definition":"[idiom] at all, defend, deliver (self), escape, [idiom] without fail, part, pluck, preserve, recover, rescue, rid, save, spoil, strip, [idiom] surely, take (out)."} +{"id":"H5338","strongs_number":"H5338","system":"hebrew","language":"hebrew","number_value":5338,"lemma":"נְצַל","transliteration":"nᵉtsal","pronunciation":"nets-al'","derivation":"(Aramaic) corresponding to H5337 (נָצַל);","strongs_definition":"to extricate","kjv_definition":"deliver, rescue."} +{"id":"H5339","strongs_number":"H5339","system":"hebrew","language":"hebrew","number_value":5339,"lemma":"נִצָּן","transliteration":"nitstsân","pronunciation":"nits-tsawn'","derivation":"from H5322 (נֵץ);","strongs_definition":"a blossom","kjv_definition":"flower."} +{"id":"H5340","strongs_number":"H5340","system":"hebrew","language":"hebrew","number_value":5340,"lemma":"נָצַץ","transliteration":"nâtsats","pronunciation":"naw-tsats'","derivation":"a primitive root;","strongs_definition":"to glare, i.e. be bright-colored","kjv_definition":"sparkle."} +{"id":"H5341","strongs_number":"H5341","system":"hebrew","language":"hebrew","number_value":5341,"lemma":"נָצַר","transliteration":"nâtsar","pronunciation":"naw-tsar'","derivation":"a primitive root;","strongs_definition":"to guard, in a good sense (to protect, maintain, obey, etc.) or a bad one (to conceal, etc.)","kjv_definition":"besieged, hidden thing, keep(-er, -ing), monument, observe, preserve(-r), subtil, watcher(-man)."} +{"id":"H5342","strongs_number":"H5342","system":"hebrew","language":"hebrew","number_value":5342,"lemma":"נֵצֶר","transliteration":"nêtser","pronunciation":"nay'-tser","derivation":"from H5341 (נָצַר) in the sense of greenness as a striking color;","strongs_definition":"a shoot; figuratively, a descendant","kjv_definition":"branch."} +{"id":"H5343","strongs_number":"H5343","system":"hebrew","language":"hebrew","number_value":5343,"lemma":"נְקֵא","transliteration":"nᵉqêʼ","pronunciation":"nek-ay'","derivation":"(Aramaic) from a root corresponding to H5352 (נָקָה);","strongs_definition":"clean","kjv_definition":"pure."} +{"id":"H5344","strongs_number":"H5344","system":"hebrew","language":"hebrew","number_value":5344,"lemma":"נָקַב","transliteration":"nâqab","pronunciation":"naw-kab'","derivation":"a primitive root;","strongs_definition":"to puncture, literally (to perforate, with more or less violence) or figuratively (to specify, designate, libel)","kjv_definition":"appoint, blaspheme, bore, curse, express, with holes, name, pierce, strike through."} +{"id":"H5345","strongs_number":"H5345","system":"hebrew","language":"hebrew","number_value":5345,"lemma":"נֶקֶב","transliteration":"neqeb","pronunciation":"neh'keb","derivation":null,"strongs_definition":"a bezel (for a gem)","kjv_definition":"pipe."} +{"id":"H5346","strongs_number":"H5346","system":"hebrew","language":"hebrew","number_value":5346,"lemma":"נֶקֶב","transliteration":"Neqeb","pronunciation":"neh'-keb","derivation":"the same as H5345 (נֶקֶב); dell;","strongs_definition":"Nekeb, a place in Palestine","kjv_definition":"Nekeb."} +{"id":"H5347","strongs_number":"H5347","system":"hebrew","language":"hebrew","number_value":5347,"lemma":"נְקֵבָה","transliteration":"nᵉqêbâh","pronunciation":"nek-ay-baw'","derivation":"from H5344 (נָקַב);","strongs_definition":"female (from the sexual form)","kjv_definition":"female."} +{"id":"H5348","strongs_number":"H5348","system":"hebrew","language":"hebrew","number_value":5348,"lemma":"נָקֹד","transliteration":"nâqôd","pronunciation":"naw-kode'","derivation":"from an unused root meaning to mark (by puncturing or branding);","strongs_definition":"spotted","kjv_definition":"speckled."} +{"id":"H5349","strongs_number":"H5349","system":"hebrew","language":"hebrew","number_value":5349,"lemma":"נֹקֵד","transliteration":"nôqêd","pronunciation":"no-kade'","derivation":"active participle from the same as H5348 (נָקֹד);","strongs_definition":"a spotter (of sheep or cattle), i.e. the owner or tender (who thus marks them)","kjv_definition":"herdman, sheepmaster."} +{"id":"H5350","strongs_number":"H5350","system":"hebrew","language":"hebrew","number_value":5350,"lemma":"נִקֻּד","transliteration":"niqqud","pronunciation":"nik-kood'","derivation":"from the same as H5348 (נָקֹד);","strongs_definition":"a crumb (as broken to spots); also a biscuit (as pricked)","kjv_definition":"cracknel, mouldy."} +{"id":"H5351","strongs_number":"H5351","system":"hebrew","language":"hebrew","number_value":5351,"lemma":"נְקֻדָּה","transliteration":"nᵉquddâh","pronunciation":"ned-ood-daw'","derivation":"feminine of H5348 (נָקֹד);","strongs_definition":"a boss","kjv_definition":"stud."} +{"id":"H5352","strongs_number":"H5352","system":"hebrew","language":"hebrew","number_value":5352,"lemma":"נָקָה","transliteration":"nâqâh","pronunciation":"naw-kaw'","derivation":"a primitive root;","strongs_definition":"to be (or make) clean (literally or figuratively); by implication (in an adverse sense) to be bare, i.e. extirpated","kjv_definition":"acquit [idiom] at all, [idiom] altogether, be blameless, cleanse, (be) clear(-ing), cut off, be desolate, be free, be (hold) guiltless, be (hold) innocent, [idiom] by no means, be quit, be (leave) unpunished, [idiom] utterly, [idiom] wholly."} +{"id":"H5353","strongs_number":"H5353","system":"hebrew","language":"hebrew","number_value":5353,"lemma":"נְקוֹדָא","transliteration":"Nᵉqôwdâʼ","pronunciation":"nek-o-daw'","derivation":"feminine of H5348 (נָקֹד) (in the figurative sense of marked); distinction;","strongs_definition":"Nekoda, a Temple-servant","kjv_definition":"Nekoda."} +{"id":"H5354","strongs_number":"H5354","system":"hebrew","language":"hebrew","number_value":5354,"lemma":"נָקַט","transliteration":"nâqaṭ","pronunciation":"naw-kat'","derivation":"a primitive root;","strongs_definition":"to loathe","kjv_definition":"weary."} +{"id":"H5355","strongs_number":"H5355","system":"hebrew","language":"hebrew","number_value":5355,"lemma":"נָקִי","transliteration":"nâqîy","pronunciation":"naw-kee'","derivation":"or נָקִיא; (Joel 4:19; Jonah [1:14), from H5352 (נָקָה);","strongs_definition":"innocent","kjv_definition":"blameless, clean, clear, exempted, free, guiltless, innocent, quit."} +{"id":"H5356","strongs_number":"H5356","system":"hebrew","language":"hebrew","number_value":5356,"lemma":"נִקָּיוֹן","transliteration":"niqqâyôwn","pronunciation":"nik-kaw-yone'","derivation":"or נִקָּיֹן; from H5352 (נָקָה);","strongs_definition":"clearness (literally or figuratively)","kjv_definition":"cleanness, innocency."} +{"id":"H5357","strongs_number":"H5357","system":"hebrew","language":"hebrew","number_value":5357,"lemma":"נָקִיק","transliteration":"nâqîyq","pronunciation":"naw-keek'","derivation":"from an unused root meaning to bore;","strongs_definition":"a cleft","kjv_definition":"hole."} +{"id":"H5358","strongs_number":"H5358","system":"hebrew","language":"hebrew","number_value":5358,"lemma":"נָקַם","transliteration":"nâqam","pronunciation":"naw-kam'","derivation":"a primitive root;","strongs_definition":"to grudge, i.e. avenge or punish","kjv_definition":"avenge(-r, self), punish, revenge (self), [idiom] surely, take vengeance."} +{"id":"H5359","strongs_number":"H5359","system":"hebrew","language":"hebrew","number_value":5359,"lemma":"נָקָם","transliteration":"nâqâm","pronunciation":"naw-kawm'","derivation":"from H5358 (נָקַם);","strongs_definition":"revenge","kjv_definition":"[phrase] avenged, quarrel, vengeance."} +{"id":"H5360","strongs_number":"H5360","system":"hebrew","language":"hebrew","number_value":5360,"lemma":"נְקָמָה","transliteration":"nᵉqâmâh","pronunciation":"nek-aw-maw'","derivation":"feminine of H5359 (נָקָם);","strongs_definition":"avengement, whether the act of the passion","kjv_definition":"[phrase] avenge, revenge(-ing), vengeance."} +{"id":"H5361","strongs_number":"H5361","system":"hebrew","language":"hebrew","number_value":5361,"lemma":"נָקַע","transliteration":"nâqaʻ","pronunciation":"naw-kah'","derivation":"a primitive root;","strongs_definition":"to feel aversion","kjv_definition":"be alienated."} +{"id":"H5362","strongs_number":"H5362","system":"hebrew","language":"hebrew","number_value":5362,"lemma":"נָקַף","transliteration":"nâqaph","pronunciation":"naw-kaf'","derivation":"a primitive root;","strongs_definition":"to strike with more or less violence (beat, fell, corrode); by implication (of attack) to knock together, i.e. surround or circulate","kjv_definition":"compass (about, -ing), cut down, destroy, go round (about), inclose, round."} +{"id":"H5363","strongs_number":"H5363","system":"hebrew","language":"hebrew","number_value":5363,"lemma":"נֹקֶף","transliteration":"nôqeph","pronunciation":"no'-kef","derivation":"from H5362 (נָקַף);","strongs_definition":"a threshing (of olives)","kjv_definition":"shaking."} +{"id":"H5364","strongs_number":"H5364","system":"hebrew","language":"hebrew","number_value":5364,"lemma":"נִקְפָּה","transliteration":"niqpâh","pronunciation":"nik-paw'","derivation":"from H5362 (נָקַף);","strongs_definition":"probably a rope (as encircling)","kjv_definition":"rent."} +{"id":"H5365","strongs_number":"H5365","system":"hebrew","language":"hebrew","number_value":5365,"lemma":"נָקַר","transliteration":"nâqar","pronunciation":"naw-kar'","derivation":"a primitive root;","strongs_definition":"to bore (penetrate, quarry)","kjv_definition":"dig, pick out, pierce, put (thrust) out."} +{"id":"H5366","strongs_number":"H5366","system":"hebrew","language":"hebrew","number_value":5366,"lemma":"נְקָרָה","transliteration":"nᵉqârâh","pronunciation":"nek-aw-raw'","derivation":"from H5365 (נָקַר), a fissure","strongs_definition":"{to bore (penetrate, quarry)}","kjv_definition":"cleft, clift."} +{"id":"H5367","strongs_number":"H5367","system":"hebrew","language":"hebrew","number_value":5367,"lemma":"נָקַשׁ","transliteration":"nâqash","pronunciation":"naw-kash'","derivation":"a primitive root;","strongs_definition":"to entrap (with a noose), literally or figuratively","kjv_definition":"catch (lay a) snare."} +{"id":"H5368","strongs_number":"H5368","system":"hebrew","language":"hebrew","number_value":5368,"lemma":"נְקַשׁ","transliteration":"nᵉqash","pronunciation":"nek-ash'","derivation":"(Aramaic) corresponding to H5367 (נָקַשׁ); used in the sense of H5362 (נָקַף);","strongs_definition":"to knock","kjv_definition":"smote."} +{"id":"H5369","strongs_number":"H5369","system":"hebrew","language":"hebrew","number_value":5369,"lemma":"נֵר","transliteration":"Nêr","pronunciation":"nare","derivation":"the same as H5216 (נִיר); lamp;","strongs_definition":"Ner, an Israelite","kjv_definition":"Ner."} +{"id":"H5370","strongs_number":"H5370","system":"hebrew","language":"hebrew","number_value":5370,"lemma":"נֵרְגַּל","transliteration":"Nêrᵉgal","pronunciation":"nare-gal'","derivation":"of foreign origin;","strongs_definition":"Nergal, a Cuthite deity","kjv_definition":"Nergal."} +{"id":"H5371","strongs_number":"H5371","system":"hebrew","language":"hebrew","number_value":5371,"lemma":"נֵרְגַּל שַׁרְאֶצֶר","transliteration":"Nêrᵉgal Sharʼetser","pronunciation":"nare-gal' shar-eh'-tser","derivation":"from H5370 (נֵרְגַּל) and H8272 (שַׁרְאֶצֶר);","strongs_definition":"Nergal-Sharetser, the name of two Babylonians","kjv_definition":"Nergal-sharezer."} +{"id":"H5372","strongs_number":"H5372","system":"hebrew","language":"hebrew","number_value":5372,"lemma":"נִרְגָּן","transliteration":"nirgân","pronunciation":"neer-gawn'","derivation":"from an unused root meaning to roll to pieces;","strongs_definition":"a slanderer","kjv_definition":"talebearer, whisperer."} +{"id":"H5373","strongs_number":"H5373","system":"hebrew","language":"hebrew","number_value":5373,"lemma":"נֵרְדְּ","transliteration":"nêrd","pronunciation":"nayrd","derivation":"of foreign origin;","strongs_definition":"nard, an aromatic","kjv_definition":"spikenard."} +{"id":"H5374","strongs_number":"H5374","system":"hebrew","language":"hebrew","number_value":5374,"lemma":"נֵרִיָּה","transliteration":"Nêrîyâh","pronunciation":"nay-ree-yaw'","derivation":"or נֵרִיָּהוּ; from H5216 (נִיר) and H3050 (יָהּ); light of Jah;","strongs_definition":"Nerijah, an Israelite","kjv_definition":"Neriah."} +{"id":"H5375","strongs_number":"H5375","system":"hebrew","language":"hebrew","number_value":5375,"lemma":"נָשָׂא","transliteration":"nâsâʼ","pronunciation":"naw-saw'","derivation":"or נָסָה; (Psalm 4:6 (H7 (אֲבַד))), a primitive root;","strongs_definition":"to lift, in a great variety of applications, literal and figurative, absolute and relative","kjv_definition":"accept, advance, arise, (able to, (armor), suffer to) bear(-er, up), bring (forth), burn, carry (away), cast, contain, desire, ease, exact, exalt (self), extol, fetch, forgive, furnish, further, give, go on, help, high, hold up, honorable ([phrase] man), lade, lay, lift (self) up, lofty, marry, magnify, [idiom] needs, obtain, pardon, raise (up), receive, regard, respect, set (up), spare, stir up, [phrase] swear, take (away, up), [idiom] utterly, wear, yield."} +{"id":"H5376","strongs_number":"H5376","system":"hebrew","language":"hebrew","number_value":5376,"lemma":"נְשָׂא","transliteration":"nᵉsâʼ","pronunciation":"nes-aw'","derivation":"(Aramaic) corresponding to H5375 (נָשָׂא)","strongs_definition":"{to lift}","kjv_definition":"carry away, make insurrection, take."} +{"id":"H5377","strongs_number":"H5377","system":"hebrew","language":"hebrew","number_value":5377,"lemma":"נָשָׁא","transliteration":"nâshâʼ","pronunciation":"naw-shaw'","derivation":"a primitive root;","strongs_definition":"to lead astray, i.e. (mentally) to delude, or (morally) to seduce","kjv_definition":"beguile, deceive, [idiom] greatly, [idiom] utterly."} +{"id":"H5378","strongs_number":"H5378","system":"hebrew","language":"hebrew","number_value":5378,"lemma":"נָשָׁא","transliteration":"nâshâʼ","pronunciation":"naw-shaw'","derivation":"a primitive root (perhaps identical with H5377 (נָשָׁא), through the idea of imposition);","strongs_definition":"to lend on interest; by implication, to dun fordebt","kjv_definition":"[idiom] debt, exact, giver of usury."} +{"id":"H5379","strongs_number":"H5379","system":"hebrew","language":"hebrew","number_value":5379,"lemma":"נִשֵּׂאת","transliteration":"nissêʼth","pronunciation":"nis-sayth'","derivation":"passive participle feminine of H5375 (נָשָׂא);","strongs_definition":"something taken, i.e. a present","kjv_definition":"gift."} +{"id":"H5380","strongs_number":"H5380","system":"hebrew","language":"hebrew","number_value":5380,"lemma":"נָשַׁב","transliteration":"nâshab","pronunciation":"naw-shab'","derivation":"a primitive root;","strongs_definition":"to blow; by implication, to disperse","kjv_definition":"(cause to) blow, drive away."} +{"id":"H5381","strongs_number":"H5381","system":"hebrew","language":"hebrew","number_value":5381,"lemma":"נָשַׂג","transliteration":"nâsag","pronunciation":"naw-sag'","derivation":"a primitive root;","strongs_definition":"to reach (literally or figuratively)","kjv_definition":"ability, be able, attain (unto), (be able to, can) get, lay at, put, reach, remove, wax rich, [idiom] surely, (over-) take (hold of, on, upon)."} +{"id":"H5382","strongs_number":"H5382","system":"hebrew","language":"hebrew","number_value":5382,"lemma":"נָשָׁה","transliteration":"nâshâh","pronunciation":"naw-shaw'","derivation":"a primitive root;","strongs_definition":"to forget; figuratively, to neglect; causatively, to remit, remove","kjv_definition":"forget, deprive, exact."} +{"id":"H5383","strongs_number":"H5383","system":"hebrew","language":"hebrew","number_value":5383,"lemma":"נָשָׁה","transliteration":"nâshâh","pronunciation":"naw-shaw'","derivation":"a primitive root (rather identical with H5382 (נָשָׁה), in the sense of H5378 (נָשָׁא));","strongs_definition":"to lend or (by reciprocity) borrow on security or interest","kjv_definition":"creditor, exact, extortioner, lend, usurer, lend on (taker on) usury."} +{"id":"H5384","strongs_number":"H5384","system":"hebrew","language":"hebrew","number_value":5384,"lemma":"נָשֶׁה","transliteration":"nâsheh","pronunciation":"naw-sheh'","derivation":"from H5382 (נָשָׁה), in the sense of failure;","strongs_definition":"rheumatic or crippled (from the incident to Jacob)","kjv_definition":"which shrank."} +{"id":"H5385","strongs_number":"H5385","system":"hebrew","language":"hebrew","number_value":5385,"lemma":"נְשׂוּאָה","transliteration":"nᵉsûwʼâh","pronunciation":"nes-oo-aw'","derivation":"or rather, נְשֻׂאָה; feminine. passive participle of H5375 (נָשָׂא);","strongs_definition":"something borne, i.e. a load","kjv_definition":"carriage."} +{"id":"H5386","strongs_number":"H5386","system":"hebrew","language":"hebrew","number_value":5386,"lemma":"נְשִׁי","transliteration":"nᵉshîy","pronunciation":"nesh-ee'","derivation":"from H5383 (נָשָׁה);","strongs_definition":"a debt","kjv_definition":"debt."} +{"id":"H5387","strongs_number":"H5387","system":"hebrew","language":"hebrew","number_value":5387,"lemma":"נָשִׂיא","transliteration":"nâsîyʼ","pronunciation":"naw-see'","derivation":"or נָשִׂא; from H5375 (נָשָׂא);","strongs_definition":"properly, an exalted one, i.e. a king or sheik; also a rising mist","kjv_definition":"captain, chief, cloud, governor, prince, ruler, vapour."} +{"id":"H5388","strongs_number":"H5388","system":"hebrew","language":"hebrew","number_value":5388,"lemma":"נְשִׁיָּה","transliteration":"nᵉshîyâh","pronunciation":"nesh-ee-yaw'","derivation":"from H5382 (נָשָׁה);","strongs_definition":"oblivion","kjv_definition":"forgetfulness."} +{"id":"H5389","strongs_number":"H5389","system":"hebrew","language":"hebrew","number_value":5389,"lemma":"נָשִׁין","transliteration":"nâshîyn","pronunciation":"naw-sheen'","derivation":"(Aramaic) irregular plural feminine of H606 (אֱנָשׁ)","strongs_definition":"{a man}","kjv_definition":"women."} +{"id":"H5390","strongs_number":"H5390","system":"hebrew","language":"hebrew","number_value":5390,"lemma":"נְשִׁיקָה","transliteration":"nᵉshîyqâh","pronunciation":"nesh-ee-kaw'","derivation":"from H5401 (נָשַׁק);","strongs_definition":"a kiss","kjv_definition":"kiss."} +{"id":"H5391","strongs_number":"H5391","system":"hebrew","language":"hebrew","number_value":5391,"lemma":"נָשַׁךְ","transliteration":"nâshak","pronunciation":"naw-shak'","derivation":"a primitive root;","strongs_definition":"to strike with a sting (as a serpent); figuratively, to oppress with interest on a loan","kjv_definition":"bite, lend upon usury."} +{"id":"H5392","strongs_number":"H5392","system":"hebrew","language":"hebrew","number_value":5392,"lemma":"נֶשֶׁךְ","transliteration":"neshek","pronunciation":"neh'-shek","derivation":"from H5391 (נָשַׁךְ);","strongs_definition":"interest on a debt","kjv_definition":"usury."} +{"id":"H5393","strongs_number":"H5393","system":"hebrew","language":"hebrew","number_value":5393,"lemma":"נִשְׁכָּה","transliteration":"nishkâh","pronunciation":"nish-kaw'","derivation":"for H3957 (לִשְׁכָּה);","strongs_definition":"a cell","kjv_definition":"chamber."} +{"id":"H5394","strongs_number":"H5394","system":"hebrew","language":"hebrew","number_value":5394,"lemma":"נָשַׁל","transliteration":"nâshal","pronunciation":"naw-shal'","derivation":"a primitive root;","strongs_definition":"to pluck off, i.e. divest, eject or drop","kjv_definition":"cast (out), drive, loose, put off (out), slip."} +{"id":"H5395","strongs_number":"H5395","system":"hebrew","language":"hebrew","number_value":5395,"lemma":"נָשַׁם","transliteration":"nâsham","pronunciation":"naw-sham'","derivation":"a primitive root;","strongs_definition":"properly, to blow away, i.e. destroy","kjv_definition":"destroy."} +{"id":"H5396","strongs_number":"H5396","system":"hebrew","language":"hebrew","number_value":5396,"lemma":"נִשְׁמָא","transliteration":"nishmâʼ","pronunciation":"nish-maw'","derivation":"(Aramaic) corresponding to H5397 (נְשָׁמָה);","strongs_definition":"vital breath","kjv_definition":"breath."} +{"id":"H5397","strongs_number":"H5397","system":"hebrew","language":"hebrew","number_value":5397,"lemma":"נְשָׁמָה","transliteration":"nᵉshâmâh","pronunciation":"nesh-aw-maw'","derivation":"from H5395 (נָשַׁם);","strongs_definition":"a puff, i.e. wind, angry or vital breath, divine inspiration, intellect. or (concretely) an animal","kjv_definition":"blast, (that) breath(-eth), inspiration, soul, spirit."} +{"id":"H5398","strongs_number":"H5398","system":"hebrew","language":"hebrew","number_value":5398,"lemma":"נָשַׁף","transliteration":"nâshaph","pronunciation":"naw-shaf'","derivation":"a primitive root;","strongs_definition":"to breeze, i.e. blow up fresh (as the wind)","kjv_definition":"blow."} +{"id":"H5399","strongs_number":"H5399","system":"hebrew","language":"hebrew","number_value":5399,"lemma":"נֶשֶׁף","transliteration":"nesheph","pronunciation":"neh'-shef","derivation":"from H5398 (נָשַׁף);","strongs_definition":"properly, a breeze, i.e. (by implication) dusk (when the evening breeze prevails)","kjv_definition":"dark, dawning of the day (morning), night, twilight."} +{"id":"H5400","strongs_number":"H5400","system":"hebrew","language":"hebrew","number_value":5400,"lemma":"נָשַׂק","transliteration":"nâsaq","pronunciation":"naw-sak'","derivation":"a primitive root;","strongs_definition":"to catch fire","kjv_definition":"burn, kindle."} +{"id":"H5401","strongs_number":"H5401","system":"hebrew","language":"hebrew","number_value":5401,"lemma":"נָשַׁק","transliteration":"nâshaq","pronunciation":"naw-shak'","derivation":"a primitive root (identical with H5400 (נָשַׂק), through the idea of fastening up; compare H2388 (חָזַק), H2836 (חָשַׁק));","strongs_definition":"to kiss, literally or figuratively (touch); also (as a mode of attachment), to equip with weapons","kjv_definition":"armed (men), rule, kiss, that touched."} +{"id":"H5402","strongs_number":"H5402","system":"hebrew","language":"hebrew","number_value":5402,"lemma":"נֶשֶׁק","transliteration":"nesheq","pronunciation":"neh'-shek","derivation":"or נֵשֶׁק; from H5401 (נָשַׁק);","strongs_definition":"military equipment, i.e. (collectively) arms (offensive or defensive), or (concretely) an arsenal","kjv_definition":"armed men, armour(-y), battle, harness, weapon."} +{"id":"H5403","strongs_number":"H5403","system":"hebrew","language":"hebrew","number_value":5403,"lemma":"נְשַׁר","transliteration":"nᵉshar","pronunciation":"nesh-ar'","derivation":"(Aramaic) corresponding to H5404 (נֶשֶׁר);","strongs_definition":"an eagle","kjv_definition":"eagle."} +{"id":"H5404","strongs_number":"H5404","system":"hebrew","language":"hebrew","number_value":5404,"lemma":"נֶשֶׁר","transliteration":"nesher","pronunciation":"neh'-sher","derivation":"from an unused root meaning to lacerate;","strongs_definition":"the eagle (or other large bird of prey)","kjv_definition":"eagle."} +{"id":"H5405","strongs_number":"H5405","system":"hebrew","language":"hebrew","number_value":5405,"lemma":"נָשַׁת","transliteration":"nâshath","pronunciation":"naw-shath'","derivation":"a primitive root;","strongs_definition":"properly, to eliminate, i.e. (intransitively) to dry up","kjv_definition":"fail."} +{"id":"H5406","strongs_number":"H5406","system":"hebrew","language":"hebrew","number_value":5406,"lemma":"נִשְׁתְּוָן","transliteration":"nishtᵉvân","pronunciation":"nish-tev-awn'","derivation":"probably of Persian origin;","strongs_definition":"an epistle","kjv_definition":"letter."} +{"id":"H5407","strongs_number":"H5407","system":"hebrew","language":"hebrew","number_value":5407,"lemma":"נִשְׁתְּוָן","transliteration":"nishtᵉvân","pronunciation":"nish-tev-awn'","derivation":"(Aramaic) corresponding to H5406 (נִשְׁתְּוָן)","strongs_definition":"{an epistle}","kjv_definition":"letter."} +{"id":"H5408","strongs_number":"H5408","system":"hebrew","language":"hebrew","number_value":5408,"lemma":"נָתַח","transliteration":"nâthach","pronunciation":"naw-thakh'","derivation":"a primitive root;","strongs_definition":"to dismember","kjv_definition":"cut (in pieces), divide, hew in pieces."} +{"id":"H5409","strongs_number":"H5409","system":"hebrew","language":"hebrew","number_value":5409,"lemma":"נֵתַח","transliteration":"nêthach","pronunciation":"nay'-thakh","derivation":"from H5408 (נָתַח);","strongs_definition":"a fragment","kjv_definition":"part, piece."} +{"id":"H5410","strongs_number":"H5410","system":"hebrew","language":"hebrew","number_value":5410,"lemma":"נָתִיב","transliteration":"nâthîyb","pronunciation":"naw-theeb'","derivation":"or (feminine) נְתִיבָה; or נְתִבָה; (Jeremiah 6:16), from an unused root meaning to tramp;","strongs_definition":"a (beaten) track","kjv_definition":"path(-way), [idiom] travel(-ler), way."} +{"id":"H5411","strongs_number":"H5411","system":"hebrew","language":"hebrew","number_value":5411,"lemma":"נָתִין","transliteration":"Nâthîyn","pronunciation":"naw-theen'","derivation":"or נָתוּן (Ezra 8:17), (the proper form as passive participle), from H5414 (נָתַן); one given, i.e. (in the plural only)","strongs_definition":"the Nethinim, or Temple-servants (as given to that duty)","kjv_definition":"Nethinims."} +{"id":"H5412","strongs_number":"H5412","system":"hebrew","language":"hebrew","number_value":5412,"lemma":"נְתִין","transliteration":"Nᵉthîyn","pronunciation":"netheen'","derivation":"(Aramaic) corresponding to H5411 (נָתִין)","strongs_definition":"{the Nethinim, or Temple-servants (as given to that duty)}","kjv_definition":"Nethinims."} +{"id":"H5413","strongs_number":"H5413","system":"hebrew","language":"hebrew","number_value":5413,"lemma":"נָתַךְ","transliteration":"nâthak","pronunciation":"naw-thak'","derivation":"a primitive root;","strongs_definition":"to flow forth (literally or figuratively); by implication, to liquify","kjv_definition":"drop, gather (together), melt, pour (forth, out)."} +{"id":"H5414","strongs_number":"H5414","system":"hebrew","language":"hebrew","number_value":5414,"lemma":"נָתַן","transliteration":"nâthan","pronunciation":"naw-than'","derivation":"a primitive root;","strongs_definition":"to give, used with greatest latitude of application (put, make, etc.)","kjv_definition":"add, apply, appoint, ascribe, assign, [idiom] avenge, [idiom] be (healed), bestow, bring (forth, hither), cast, cause, charge, come, commit, consider, count, [phrase] cry, deliver (up), direct, distribute, do, [idiom] doubtless, [idiom] without fail, fasten, frame, [idiom] get, give (forth, over, up), grant, hang (up), [idiom] have, [idiom] indeed, lay (unto charge, up), (give) leave, lend, let (out), [phrase] lie, lift up, make, [phrase] O that, occupy, offer, ordain, pay, perform, place, pour, print, [idiom] pull, put (forth), recompense, render, requite, restore, send (out), set (forth), shew, shoot forth (up), [phrase] sing, [phrase] slander, strike, (sub-) mit, suffer, [idiom] surely, [idiom] take, thrust, trade, turn, utter, [phrase] weep, [phrase] willingly, [phrase] withdraw, [phrase] would (to) God, yield."} +{"id":"H5415","strongs_number":"H5415","system":"hebrew","language":"hebrew","number_value":5415,"lemma":"נְתַן","transliteration":"nᵉthan","pronunciation":"neth-an'","derivation":"(Aramaic) corresponding to H5414 (נָתַן);","strongs_definition":"give","kjv_definition":"bestow, give pay."} +{"id":"H5416","strongs_number":"H5416","system":"hebrew","language":"hebrew","number_value":5416,"lemma":"נָתָן","transliteration":"Nâthân","pronunciation":"naw-thawn'","derivation":"from H5414 (נָתַן); given;","strongs_definition":"Nathan, the name of five Israelites","kjv_definition":"Nathan."} +{"id":"H5417","strongs_number":"H5417","system":"hebrew","language":"hebrew","number_value":5417,"lemma":"נְתַנְאֵל","transliteration":"Nᵉthanʼêl","pronunciation":"neth-an-ale'","derivation":"from H5414 (נָתַן) and H410 (אֵל); given of God;","strongs_definition":"Nethanel, the name of ten Israelites","kjv_definition":"Nethaneel."} +{"id":"H5418","strongs_number":"H5418","system":"hebrew","language":"hebrew","number_value":5418,"lemma":"נְתַנְיָה","transliteration":"Nᵉthanyâh","pronunciation":"neth-an-yaw'","derivation":"or נְתַנְיָהוּ; from H5414 (נָתַן) and H3050 (יָהּ); given of Jah;","strongs_definition":"Nethanjah, the name of four Israelites","kjv_definition":"Nethaniah."} +{"id":"H5419","strongs_number":"H5419","system":"hebrew","language":"hebrew","number_value":5419,"lemma":"נְתַן־מֶלֶךְ","transliteration":"Nᵉthan-Melek","pronunciation":"neth-an' meh'-lek","derivation":"from H5414 (נָתַן) and H4428 (מֶלֶךְ); given of (the) king;","strongs_definition":"Nethan-Melek, an Israelite","kjv_definition":"Nathanmelech."} +{"id":"H5420","strongs_number":"H5420","system":"hebrew","language":"hebrew","number_value":5420,"lemma":"נָתָס","transliteration":"nâthâç","pronunciation":"naw-thas'","derivation":"a primitive root;","strongs_definition":"to tear up","kjv_definition":"mar."} +{"id":"H5421","strongs_number":"H5421","system":"hebrew","language":"hebrew","number_value":5421,"lemma":"נָתַע","transliteration":"nâthaʻ","pronunciation":"naw-thah'","derivation":"for H5422 (נָתַץ);","strongs_definition":"to tear out","kjv_definition":"break."} +{"id":"H5422","strongs_number":"H5422","system":"hebrew","language":"hebrew","number_value":5422,"lemma":"נָתַץ","transliteration":"nâthats","pronunciation":"naw-thats'","derivation":"a primitive root;","strongs_definition":"to tear down","kjv_definition":"beat down, break down (out), cast down, destroy, overthrow, pull down, throw down."} +{"id":"H5423","strongs_number":"H5423","system":"hebrew","language":"hebrew","number_value":5423,"lemma":"נָתַק","transliteration":"nâthaq","pronunciation":"naw-thak'","derivation":"a primitive root;","strongs_definition":"to tear off","kjv_definition":"break (off), burst, draw (away), lift up, pluck (away, off), pull (out), root out."} +{"id":"H5424","strongs_number":"H5424","system":"hebrew","language":"hebrew","number_value":5424,"lemma":"נֶתֶק","transliteration":"netheq","pronunciation":"neh'-thek","derivation":"from H5423 (נָתַק);","strongs_definition":"scurf","kjv_definition":"(dry) scall."} +{"id":"H5425","strongs_number":"H5425","system":"hebrew","language":"hebrew","number_value":5425,"lemma":"נָתַר","transliteration":"nâthar","pronunciation":"naw-thar'","derivation":"a primitive root;","strongs_definition":"to jump, i.e. be violently agitated; causatively, to terrify, shake off, untie","kjv_definition":"drive asunder, leap, (let) loose, [idiom] make, move, undo."} +{"id":"H5426","strongs_number":"H5426","system":"hebrew","language":"hebrew","number_value":5426,"lemma":"נְתַר","transliteration":"nᵉthar","pronunciation":"neth-ar'","derivation":"(Aramaic) corresponding to H5425 (נָתַר)","strongs_definition":"{to jump, i.e. be violently agitated; causatively, to terrify, shake off, untie}","kjv_definition":"shake off."} +{"id":"H5427","strongs_number":"H5427","system":"hebrew","language":"hebrew","number_value":5427,"lemma":"נֶתֶר","transliteration":"nether","pronunciation":"neh'-ther","derivation":"from H5425 (נָתַר);","strongs_definition":"mineral potash (so called from effervescing with acid)","kjv_definition":"nitre."} +{"id":"H5428","strongs_number":"H5428","system":"hebrew","language":"hebrew","number_value":5428,"lemma":"נָתַשׁ","transliteration":"nâthash","pronunciation":"naw-thash'","derivation":"a primitive root;","strongs_definition":"to tear away","kjv_definition":"destroy, forsake, pluck (out, up, by the roots), pull up, root out (up), [idiom] utterly. s"} +{"id":"H5429","strongs_number":"H5429","system":"hebrew","language":"hebrew","number_value":5429,"lemma":"סְאָה","transliteration":"çᵉʼâh","pronunciation":"seh-aw'","derivation":"from an unused root meaning to define;","strongs_definition":"a seah, or certain measure (as determinative) forgrain","kjv_definition":"measure."} +{"id":"H5430","strongs_number":"H5430","system":"hebrew","language":"hebrew","number_value":5430,"lemma":"סְאוֹן","transliteration":"çᵉʼôwn","pronunciation":"seh-own'","derivation":"from H5431 (סָאַן);","strongs_definition":"perhaps a military boot (as aprotection from mud","kjv_definition":"battle."} +{"id":"H5431","strongs_number":"H5431","system":"hebrew","language":"hebrew","number_value":5431,"lemma":"סָאַן","transliteration":"çâʼan","pronunciation":"saw-an'","derivation":"a primitive root; to be miry; used only as denominative from H5430 (סְאוֹן);","strongs_definition":"to shoe, i.e. (active participle) a soldier shod","kjv_definition":"warrior."} +{"id":"H5432","strongs_number":"H5432","system":"hebrew","language":"hebrew","number_value":5432,"lemma":"סַאסְּאָה","transliteration":"çaʼçᵉʼâh","pronunciation":"sah-seh-aw'","derivation":"for H5429 (סְאָה);","strongs_definition":"measurement, i.e. moderation","kjv_definition":"measure."} +{"id":"H5433","strongs_number":"H5433","system":"hebrew","language":"hebrew","number_value":5433,"lemma":"סָבָא","transliteration":"çâbâʼ","pronunciation":"saw-baw'","derivation":"a primitive root;","strongs_definition":"to quaff to satiety, i.e. become tipsy","kjv_definition":"drunkard, fill self, Sabean, (wine-) bibber."} +{"id":"H5434","strongs_number":"H5434","system":"hebrew","language":"hebrew","number_value":5434,"lemma":"סְבָא","transliteration":"Çᵉbâʼ","pronunciation":"seb-aw'","derivation":"of foreign origin;","strongs_definition":"Seba, a son of Cush, and the country settled by him","kjv_definition":"Seba."} +{"id":"H5435","strongs_number":"H5435","system":"hebrew","language":"hebrew","number_value":5435,"lemma":"סֹבֶא","transliteration":"çôbeʼ","pronunciation":"so'-beh","derivation":"from H5433 (סָבָא);","strongs_definition":"potation, concretely (wine), or abstractly (carousal)","kjv_definition":"drink, drunken, wine."} +{"id":"H5436","strongs_number":"H5436","system":"hebrew","language":"hebrew","number_value":5436,"lemma":"סְבָאִי","transliteration":"Çᵉbâʼîy","pronunciation":"seb-aw-ee'","derivation":"patrial from H5434 (סְבָא);","strongs_definition":"a Sebaite, or inhabitant of Seba","kjv_definition":"Sabean."} +{"id":"H5437","strongs_number":"H5437","system":"hebrew","language":"hebrew","number_value":5437,"lemma":"סָבַב","transliteration":"çâbab","pronunciation":"saw-bab'","derivation":"a primitive root;","strongs_definition":"to revolve, surround, or border; used in various applications, literally and figuratively","kjv_definition":"bring, cast, fetch, lead, make, walk, [idiom] whirl, [idiom] round about, be about on every side, apply, avoid, beset (about), besiege, bring again, carry (about), change, cause to come about, [idiom] circuit, (fetch a) compass (about, round), drive, environ, [idiom] on every side, beset (close, come, compass, go, stand) round about, inclose, remove, return, set, sit down, turn (self) (about, aside, away, back)."} +{"id":"H5438","strongs_number":"H5438","system":"hebrew","language":"hebrew","number_value":5438,"lemma":"סִבָּה","transliteration":"çibbâh","pronunciation":"sib-baw'","derivation":"from H5437 (סָבַב);","strongs_definition":"a (providential) turn (of affairs)","kjv_definition":"cause."} +{"id":"H5439","strongs_number":"H5439","system":"hebrew","language":"hebrew","number_value":5439,"lemma":"סָבִיב","transliteration":"çâbîyb","pronunciation":"saw-beeb'","derivation":"or (feminine) סְבִיבָה; from H5437 (סָבַב);","strongs_definition":"(as noun) a circle, neighbour, or environs; but chiefly (as adverb, with or without preposition) around","kjv_definition":"(place, round) about, circuit, compass, on every side."} +{"id":"H5440","strongs_number":"H5440","system":"hebrew","language":"hebrew","number_value":5440,"lemma":"סָבַךְ","transliteration":"çâbak","pronunciation":"saw-bak'","derivation":"a primitive root;","strongs_definition":"to entwine","kjv_definition":"fold together, wrap."} +{"id":"H5441","strongs_number":"H5441","system":"hebrew","language":"hebrew","number_value":5441,"lemma":"סֹבֶךְ","transliteration":"çôbek","pronunciation":"so'-bek","derivation":"from H5440 (סָבַךְ);","strongs_definition":"a copse","kjv_definition":"thicket."} +{"id":"H5442","strongs_number":"H5442","system":"hebrew","language":"hebrew","number_value":5442,"lemma":"סְבָךְ","transliteration":"çᵉbâk","pronunciation":"seb-awk'","derivation":"from H5440 (סָבַךְ),","strongs_definition":"a copse","kjv_definition":"thick(-et)."} +{"id":"H5443","strongs_number":"H5443","system":"hebrew","language":"hebrew","number_value":5443,"lemma":"סַבְּכָא","transliteration":"çabbᵉkâʼ","pronunciation":"sab-bek-aw'","derivation":"(Aramaic) or שַׂבְּכָא; (Aramaic), from a root corresponding to H5440 (סָבַךְ);","strongs_definition":"a lyre","kjv_definition":"sackbut."} +{"id":"H5444","strongs_number":"H5444","system":"hebrew","language":"hebrew","number_value":5444,"lemma":"סִבְּכַי","transliteration":"Çibbᵉkay","pronunciation":"sib-bek-ah'-ee","derivation":"from H5440 (סָבַךְ); copse-like;","strongs_definition":"Sibbecai, an Israelite","kjv_definition":"Sibbecai, Sibbechai."} +{"id":"H5445","strongs_number":"H5445","system":"hebrew","language":"hebrew","number_value":5445,"lemma":"סָבַל","transliteration":"çâbal","pronunciation":"saw-bal'","derivation":"a primitive root;","strongs_definition":"to carry (literally or figuratively), or (reflexively) be burdensome; specifically, to be gravid","kjv_definition":"bear, be a burden, carry, strong to labour."} +{"id":"H5446","strongs_number":"H5446","system":"hebrew","language":"hebrew","number_value":5446,"lemma":"סְבַל","transliteration":"çᵉbal","pronunciation":"seb-al'","derivation":"(Aramaic) corresponding to H5445 (סָבַל);","strongs_definition":"to erect","kjv_definition":"strongly laid."} +{"id":"H5447","strongs_number":"H5447","system":"hebrew","language":"hebrew","number_value":5447,"lemma":"סֵבֶל","transliteration":"çêbel","pronunciation":"say'-bel","derivation":"from H5445 (סָבַל);","strongs_definition":"a load (literally or figuratively)","kjv_definition":"burden, charge."} +{"id":"H5448","strongs_number":"H5448","system":"hebrew","language":"hebrew","number_value":5448,"lemma":"סֹבֶל","transliteration":"çôbel","pronunciation":"so'-bel","derivation":"(only in the form סֻבָּל; from H5445 (סָבַל);","strongs_definition":"a load (figuratively)","kjv_definition":"burden."} +{"id":"H5449","strongs_number":"H5449","system":"hebrew","language":"hebrew","number_value":5449,"lemma":"סַבָּל","transliteration":"çabbâl","pronunciation":"sab-bawl'","derivation":"from H5445 (סָבַל);","strongs_definition":"a porter","kjv_definition":"(to bear, bearer of) burden(-s)."} +{"id":"H5450","strongs_number":"H5450","system":"hebrew","language":"hebrew","number_value":5450,"lemma":"סְבָלָה","transliteration":"çᵉbâlâh","pronunciation":"seb-aw-law'","derivation":"from H5447 (סֵבֶל);","strongs_definition":"porterage","kjv_definition":"burden."} +{"id":"H5451","strongs_number":"H5451","system":"hebrew","language":"hebrew","number_value":5451,"lemma":"סִבֹּלֶת","transliteration":"çibbôleth","pronunciation":"sib-bo'-leth","derivation":"for H7641 (שִׁבֹּל);","strongs_definition":"an ear of grain","kjv_definition":"Sibboleth."} +{"id":"H5452","strongs_number":"H5452","system":"hebrew","language":"hebrew","number_value":5452,"lemma":"סְבַר","transliteration":"çᵉbar","pronunciation":"seb-ar'","derivation":"(Aramaic) a primitive root;","strongs_definition":"to bear in mind, i.e. hope","kjv_definition":"think."} +{"id":"H5453","strongs_number":"H5453","system":"hebrew","language":"hebrew","number_value":5453,"lemma":"סִבְרַיִם","transliteration":"Çibrayim","pronunciation":"sib-rah'-yim","derivation":"dual from a root corresponding to H5452 (סְבַר); double hope;","strongs_definition":"Sibrajim, a place in Syria","kjv_definition":"Sibraim."} +{"id":"H5454","strongs_number":"H5454","system":"hebrew","language":"hebrew","number_value":5454,"lemma":"סַבְתָּא","transliteration":"Çabtâʼ","pronunciation":"sab-taw'","derivation":"or סַבְתָּה; probably of foreign derivation;","strongs_definition":"Sabta or Sabtah, the name of a son of Cush, and the country occupied by his posterity","kjv_definition":"Sabta, Sabtah."} +{"id":"H5455","strongs_number":"H5455","system":"hebrew","language":"hebrew","number_value":5455,"lemma":"סַבְתְּכָא","transliteration":"Çabtᵉkâʼ","pronunciation":"sab-tek-aw'","derivation":"probably of foreign derivation;","strongs_definition":"Sabteca, the name of a son of Cush, and the region settled by him","kjv_definition":"Sabtecha, Sabtechah."} +{"id":"H5456","strongs_number":"H5456","system":"hebrew","language":"hebrew","number_value":5456,"lemma":"סָגַד","transliteration":"çâgad","pronunciation":"saw-gad'","derivation":"a primitive root;","strongs_definition":"to prostrate oneself (in homage)","kjv_definition":"fall down."} +{"id":"H5457","strongs_number":"H5457","system":"hebrew","language":"hebrew","number_value":5457,"lemma":"סְגִד","transliteration":"çᵉgid","pronunciation":"seg-eed'","derivation":"(Aramaic) corresponding to H5456 (סָגַד)","strongs_definition":"{to prostrate oneself (in homage)}","kjv_definition":"worship."} +{"id":"H5458","strongs_number":"H5458","system":"hebrew","language":"hebrew","number_value":5458,"lemma":"סְגוֹר","transliteration":"çᵉgôwr","pronunciation":"seg-ore'","derivation":"from H5462 (סָגַר);","strongs_definition":"properly, shut up, i.e. the breast (as enclosing the heart); also gold (as generally shut up safely)","kjv_definition":"caul, gold."} +{"id":"H5459","strongs_number":"H5459","system":"hebrew","language":"hebrew","number_value":5459,"lemma":"סְגֻלָּה","transliteration":"çᵉgullâh","pronunciation":"seg-ool-law'","derivation":"feminine passive participle of an unused root meaning to shut up;","strongs_definition":"wealth (as closely shut up)","kjv_definition":"jewel, peculiar (treasure), proper good, special."} +{"id":"H5460","strongs_number":"H5460","system":"hebrew","language":"hebrew","number_value":5460,"lemma":"סְגַן","transliteration":"çᵉgan","pronunciation":"seg-an'","derivation":"(Aramaic) corresponding to H5461 (סָגָן)","strongs_definition":"{a prefect of aprovince}","kjv_definition":"governor."} +{"id":"H5461","strongs_number":"H5461","system":"hebrew","language":"hebrew","number_value":5461,"lemma":"סָגָן","transliteration":"çâgân","pronunciation":"saw-gawn'","derivation":"from an unused root meaning to superintend;","strongs_definition":"a prefect of a province","kjv_definition":"prince, ruler."} +{"id":"H5462","strongs_number":"H5462","system":"hebrew","language":"hebrew","number_value":5462,"lemma":"סָגַר","transliteration":"çâgar","pronunciation":"saw-gar'","derivation":"a primitive root;","strongs_definition":"to shut up; figuratively, to surrender","kjv_definition":"close up, deliver (up), give over (up), inclose, [idiom] pure, repair, shut (in, self, out, up, up together), stop, [idiom] straitly."} +{"id":"H5463","strongs_number":"H5463","system":"hebrew","language":"hebrew","number_value":5463,"lemma":"סְגַר","transliteration":"çᵉgar","pronunciation":"seg-ar'","derivation":"(Aramaic) corresponding to H5462 (סָגַר)","strongs_definition":"{to shut up; figuratively, to surrender}","kjv_definition":"shut up."} +{"id":"H5464","strongs_number":"H5464","system":"hebrew","language":"hebrew","number_value":5464,"lemma":"סַגְרִיד","transliteration":"çagrîyd","pronunciation":"sag-reed'","derivation":"probably from H5462 (סָגַר) in the sense of sweeping away;","strongs_definition":"a pouring rain","kjv_definition":"very rainy."} +{"id":"H5465","strongs_number":"H5465","system":"hebrew","language":"hebrew","number_value":5465,"lemma":"סַד","transliteration":"çad","pronunciation":"sad","derivation":"from an unused root meaning to estop;","strongs_definition":"the stocks","kjv_definition":"stocks."} +{"id":"H5466","strongs_number":"H5466","system":"hebrew","language":"hebrew","number_value":5466,"lemma":"סָדִין","transliteration":"çâdîyn","pronunciation":"saw-deen'","derivation":"from an unused root meaning to envelop;","strongs_definition":"a wrapper, i.e. shirt","kjv_definition":"fine linen, sheet."} +{"id":"H5467","strongs_number":"H5467","system":"hebrew","language":"hebrew","number_value":5467,"lemma":"סְדֹם","transliteration":"Çᵉdôm","pronunciation":"sed-ome'","derivation":"from an unused root meaning to scorch; burnt (i.e. volcanic or bituminous) district;","strongs_definition":"Sedom, a place near the Dead Sea","kjv_definition":"Sodom."} +{"id":"H5468","strongs_number":"H5468","system":"hebrew","language":"hebrew","number_value":5468,"lemma":"סֶדֶר","transliteration":"çeder","pronunciation":"seh'-der","derivation":"from an unused root meaning to arrange;","strongs_definition":"order","kjv_definition":"order."} +{"id":"H5469","strongs_number":"H5469","system":"hebrew","language":"hebrew","number_value":5469,"lemma":"סַהַר","transliteration":"çahar","pronunciation":"cah'-har","derivation":"from an unused root meaning to be round;","strongs_definition":"roundness","kjv_definition":"round."} +{"id":"H5470","strongs_number":"H5470","system":"hebrew","language":"hebrew","number_value":5470,"lemma":"סֹהַר","transliteration":"çôhar","pronunciation":"so'-har","derivation":"from the same as H5469 (סַהַר);","strongs_definition":"a dungeon (as surrounded by walls)","kjv_definition":"prison."} +{"id":"H5471","strongs_number":"H5471","system":"hebrew","language":"hebrew","number_value":5471,"lemma":"סוֹא","transliteration":"Çôwʼ","pronunciation":"so","derivation":"of foreign derivation;","strongs_definition":"So, an Egyptian king","kjv_definition":"So."} +{"id":"H5472","strongs_number":"H5472","system":"hebrew","language":"hebrew","number_value":5472,"lemma":"סוּג","transliteration":"çûwg","pronunciation":"soog","derivation":"a primitive root;","strongs_definition":"properly, to flinch, i.e. (by implication) to go back, literally (to retreat) or figuratively (to apostatize)","kjv_definition":"backslider, drive, go back, turn (away, back)."} +{"id":"H5473","strongs_number":"H5473","system":"hebrew","language":"hebrew","number_value":5473,"lemma":"סוּג","transliteration":"çûwg","pronunciation":"soog","derivation":"a primitive root (probably rather identical with H5472 (סוּג) through the idea of shrinking from a hedge; compare H7735 (שׂוּג));","strongs_definition":"to hem in, i.e. bind","kjv_definition":"set about."} +{"id":"H5474","strongs_number":"H5474","system":"hebrew","language":"hebrew","number_value":5474,"lemma":"סוּגַר","transliteration":"çûwgar","pronunciation":"soo-gar'","derivation":"from H5462 (סָגַר);","strongs_definition":"an inclosure, i.e. cage (for an animal)","kjv_definition":"ward."} +{"id":"H5475","strongs_number":"H5475","system":"hebrew","language":"hebrew","number_value":5475,"lemma":"סוֹד","transliteration":"çôwd","pronunciation":"sode","derivation":"from H3245 (יָסַד);","strongs_definition":"a session, i.e. company of persons (in close deliberation); by implication, intimacy, consultation, a secret","kjv_definition":"assembly, consel, inward, secret (counsel)."} +{"id":"H5476","strongs_number":"H5476","system":"hebrew","language":"hebrew","number_value":5476,"lemma":"סוֹדִי","transliteration":"Çôwdîy","pronunciation":"so-dee'","derivation":"from H5475 (סוֹד); a confidant;","strongs_definition":"Sodi, an Israelite","kjv_definition":"Sodi."} +{"id":"H5477","strongs_number":"H5477","system":"hebrew","language":"hebrew","number_value":5477,"lemma":"סוּחַ","transliteration":"Çûwach","pronunciation":"soo'-akh","derivation":"from an unused root meaning to wipe away; sweeping;","strongs_definition":"Suach, an Israelite","kjv_definition":"Suah."} +{"id":"H5478","strongs_number":"H5478","system":"hebrew","language":"hebrew","number_value":5478,"lemma":"סוּחָה","transliteration":"çûwchâh","pronunciation":"soo-khaw'","derivation":"from the same as H5477 (סוּחַ);","strongs_definition":"something swept away, i.e. filth","kjv_definition":"torn."} +{"id":"H5479","strongs_number":"H5479","system":"hebrew","language":"hebrew","number_value":5479,"lemma":"סוֹטַי","transliteration":"Çôwṭay","pronunciation":"so-tah'-ee","derivation":"from H7750 (שׂוּט); roving;","strongs_definition":"Sotai, one of the Nethinim","kjv_definition":"Sotai."} +{"id":"H5480","strongs_number":"H5480","system":"hebrew","language":"hebrew","number_value":5480,"lemma":"סוּךְ","transliteration":"çûwk","pronunciation":"sook","derivation":"a primitive root;","strongs_definition":"properly, to smear over (with oil), i.e. anoint","kjv_definition":"anoint (self), [idiom] at all."} +{"id":"H5481","strongs_number":"H5481","system":"hebrew","language":"hebrew","number_value":5481,"lemma":"סוּמְפּוֹנְיָה","transliteration":"çûwmᵉpôwnᵉyâh","pronunciation":"soom-po-neh-yaw'","derivation":"(Aramaic) or סוּמְפֹּנְיָה; (Aramaic), or סִיפֹנְיָא; (Daniel 3:10) (Aramaic), of Greek origin;","strongs_definition":"a bagpipe (with a double pipe)","kjv_definition":"dulcimer."} +{"id":"H5482","strongs_number":"H5482","system":"hebrew","language":"hebrew","number_value":5482,"lemma":"סְוֵנֵה","transliteration":"Çᵉvênêh","pronunciation":"sev-ay-nay'","derivation":"(rather to be written סְוֵנָה; for סְוֵן; i.e to Seven); of Egyptian derivation;","strongs_definition":"Seven, a place in Upper Egypt","kjv_definition":"Syene."} +{"id":"H5483","strongs_number":"H5483","system":"hebrew","language":"hebrew","number_value":5483,"lemma":"סוּס","transliteration":"çûwç","pronunciation":"soos","derivation":"or סֻס; from an unused root meaning to skip (properly, for joy);","strongs_definition":"a horse (as leaping); also a swallow (from its rapid flight)","kjv_definition":"crane, horse (-back, -hoof). Compare H6571 (פָּרָשׁ)."} +{"id":"H5484","strongs_number":"H5484","system":"hebrew","language":"hebrew","number_value":5484,"lemma":"סוּסָה","transliteration":"çûwçâh","pronunciation":"soo-saw'","derivation":"feminine of H5483 (סוּס);","strongs_definition":"a mare","kjv_definition":"company of horses."} +{"id":"H5485","strongs_number":"H5485","system":"hebrew","language":"hebrew","number_value":5485,"lemma":"סוּסִי","transliteration":"Çûwçîy","pronunciation":"soo-see'","derivation":"from H5483 (סוּס); horse-like;","strongs_definition":"Susi, an Israelite","kjv_definition":"Susi."} +{"id":"H5486","strongs_number":"H5486","system":"hebrew","language":"hebrew","number_value":5486,"lemma":"סוּף","transliteration":"çûwph","pronunciation":"soof","derivation":"a primitive root;","strongs_definition":"to snatch away, i.e. terminate","kjv_definition":"consume, have an end, perish, [idiom] be utterly."} +{"id":"H5487","strongs_number":"H5487","system":"hebrew","language":"hebrew","number_value":5487,"lemma":"סוּף","transliteration":"çûwph","pronunciation":"soof","derivation":"(Aramaic) corresponding to H5486 (סוּף);","strongs_definition":"to come to an end","kjv_definition":"consume, fulfill."} +{"id":"H5488","strongs_number":"H5488","system":"hebrew","language":"hebrew","number_value":5488,"lemma":"סוּף","transliteration":"çûwph","pronunciation":"soof","derivation":"probably of Egyptian origin;","strongs_definition":"a reed, especially the papyrus","kjv_definition":"flag, Red (sea), weed. Compare H5489 (סוּף)."} +{"id":"H5489","strongs_number":"H5489","system":"hebrew","language":"hebrew","number_value":5489,"lemma":"סוּף","transliteration":"Çûwph","pronunciation":"soof","derivation":"for H5488 (סוּף) (by ellipsis of H3220 (יָם));","strongs_definition":"the Reed (Sea)","kjv_definition":"Red Sea."} +{"id":"H5490","strongs_number":"H5490","system":"hebrew","language":"hebrew","number_value":5490,"lemma":"סוֹף","transliteration":"çôwph","pronunciation":"sofe","derivation":"from H5486 (סוּף);","strongs_definition":"a termination","kjv_definition":"conclusion, end, hinder participle"} +{"id":"H5491","strongs_number":"H5491","system":"hebrew","language":"hebrew","number_value":5491,"lemma":"סוֹף","transliteration":"çôwph","pronunciation":"sofe","derivation":"(Aramaic) corresponding to H5490 (סוֹף)","strongs_definition":"{a termination}","kjv_definition":"end."} +{"id":"H5492","strongs_number":"H5492","system":"hebrew","language":"hebrew","number_value":5492,"lemma":"סוּפָה","transliteration":"çûwphâh","pronunciation":"soo-faw'","derivation":"from H5486 (סוּף);","strongs_definition":"a hurricane","kjv_definition":"Red Sea, storm, tempest, whirlwind, Red sea."} +{"id":"H5493","strongs_number":"H5493","system":"hebrew","language":"hebrew","number_value":5493,"lemma":"סוּר","transliteration":"çûwr","pronunciation":"soor","derivation":"or שׂוּר; (Hosea 9:12), a primitive root;","strongs_definition":"to turn off (literal or figurative)","kjv_definition":"be(-head), bring, call back, decline, depart, eschew, get (you), go (aside), [idiom] grievous, lay away (by), leave undone, be past, pluck away, put (away, down), rebel, remove (to and fro), revolt, [idiom] be sour, take (away, off), turn (aside, away, in), withdraw, be without."} +{"id":"H5494","strongs_number":"H5494","system":"hebrew","language":"hebrew","number_value":5494,"lemma":"סוּר","transliteration":"çûwr","pronunciation":"soor","derivation":"probably passive participle of H5493 (סוּר);","strongs_definition":"turned off, i.e. deteriorated","kjv_definition":"degenerate."} +{"id":"H5495","strongs_number":"H5495","system":"hebrew","language":"hebrew","number_value":5495,"lemma":"סוּר","transliteration":"Çûwr","pronunciation":"soor","derivation":"the same as H5494 (סוּר);","strongs_definition":"Sur, a gate of the temple","kjv_definition":"Sur."} +{"id":"H5496","strongs_number":"H5496","system":"hebrew","language":"hebrew","number_value":5496,"lemma":"סוּת","transliteration":"çûwth","pronunciation":"sooth","derivation":"perhaps denominative from H7898 (שַׁיִת);","strongs_definition":"properly, to prick, i.e. (figuratively) stimulate; by implication, to seduce","kjv_definition":"entice, move, persuade, provoke, remove, set on, stir up, take away."} +{"id":"H5497","strongs_number":"H5497","system":"hebrew","language":"hebrew","number_value":5497,"lemma":"סוּת","transliteration":"çûwth","pronunciation":"sooth","derivation":"probably from the same root as H4533 (מַסְוֶה);","strongs_definition":"covering, i.e. clothing","kjv_definition":"clothes."} +{"id":"H5498","strongs_number":"H5498","system":"hebrew","language":"hebrew","number_value":5498,"lemma":"סָחַב","transliteration":"çâchab","pronunciation":"saw-khab'","derivation":"a primitive root;","strongs_definition":"to trail along","kjv_definition":"draw (out), tear."} +{"id":"H5499","strongs_number":"H5499","system":"hebrew","language":"hebrew","number_value":5499,"lemma":"סְחָבָה","transliteration":"çᵉchâbâh","pronunciation":"seh-khaw-baw'","derivation":"from H5498 (סָחַב);","strongs_definition":"a rag","kjv_definition":"cast clout."} +{"id":"H5500","strongs_number":"H5500","system":"hebrew","language":"hebrew","number_value":5500,"lemma":"סָחָה","transliteration":"çâchâh","pronunciation":"saw-khaw'","derivation":"a primitive root;","strongs_definition":"to sweep away","kjv_definition":"scrape."} +{"id":"H5501","strongs_number":"H5501","system":"hebrew","language":"hebrew","number_value":5501,"lemma":"סְחִי","transliteration":"çᵉchîy","pronunciation":"seh-khee'","derivation":"from H5500 (סָחָה);","strongs_definition":"refuse (as swept off)","kjv_definition":"offscouring."} +{"id":"H5502","strongs_number":"H5502","system":"hebrew","language":"hebrew","number_value":5502,"lemma":"סָחַף","transliteration":"çâchaph","pronunciation":"saw-khaf'","derivation":"a primitive root;","strongs_definition":"to scrape off","kjv_definition":"sweep (away)."} +{"id":"H5503","strongs_number":"H5503","system":"hebrew","language":"hebrew","number_value":5503,"lemma":"סָחַר","transliteration":"çâchar","pronunciation":"saw-khar'","derivation":"a primitive root;","strongs_definition":"to travel round (specifically as a pedlar); intensively, to palpitate","kjv_definition":"go about, merchant(-man), occupy with, pant, trade, traffick."} +{"id":"H5504","strongs_number":"H5504","system":"hebrew","language":"hebrew","number_value":5504,"lemma":"סַחַר","transliteration":"çachar","pronunciation":"sakh'-ar","derivation":"from H5503 (סָחַר);","strongs_definition":"profit (from trade)","kjv_definition":"merchandise."} +{"id":"H5505","strongs_number":"H5505","system":"hebrew","language":"hebrew","number_value":5505,"lemma":"סָחַר","transliteration":"çâchar","pronunciation":"saw-khar'","derivation":"from H5503 (סָחַר);","strongs_definition":"an emporium; abstractly, profit (from trade)","kjv_definition":"mart, merchandise."} +{"id":"H5506","strongs_number":"H5506","system":"hebrew","language":"hebrew","number_value":5506,"lemma":"סְחֹרָה","transliteration":"çᵉchôrâh","pronunciation":"sekh-o-raw'","derivation":"from H5503 (סָחַר);","strongs_definition":"traffic","kjv_definition":"merchandise."} +{"id":"H5507","strongs_number":"H5507","system":"hebrew","language":"hebrew","number_value":5507,"lemma":"סֹחֵרָה","transliteration":"çôchêrâh","pronunciation":"so-khay-raw'","derivation":"properly, active participle feminine of H5503 (סָחַר);","strongs_definition":"something surrounding the person, i.e. a shield","kjv_definition":"buckler."} +{"id":"H5508","strongs_number":"H5508","system":"hebrew","language":"hebrew","number_value":5508,"lemma":"סֹחֵרֶת","transliteration":"çôchêreth","pronunciation":"so-kheh'-reth","derivation":"similar to H5507 (סֹחֵרָה);","strongs_definition":"probably a (black) tile (or tessara) forlaying borders with","kjv_definition":"black marble."} +{"id":"H5509","strongs_number":"H5509","system":"hebrew","language":"hebrew","number_value":5509,"lemma":"סִיג","transliteration":"çîyg","pronunciation":"seeg","derivation":"or סוּג; (Ezekiel 22:18), from H5472 (סוּג) in the sense of refuse;","strongs_definition":"scoria","kjv_definition":"dross."} +{"id":"H5510","strongs_number":"H5510","system":"hebrew","language":"hebrew","number_value":5510,"lemma":"סִיוָן","transliteration":"Çîyvân","pronunciation":"see-vawn'","derivation":"probably of Persian origin;","strongs_definition":"Sivan, the third Hebrew month","kjv_definition":"Sivan."} +{"id":"H5511","strongs_number":"H5511","system":"hebrew","language":"hebrew","number_value":5511,"lemma":"סִיחוֹן","transliteration":"Çîychôwn","pronunciation":"see-khone'","derivation":"or סִיחֹן; from the same as H5477 (סוּחַ); tempestuous;","strongs_definition":"Sichon, an Amoritish king","kjv_definition":"Sihon."} +{"id":"H5512","strongs_number":"H5512","system":"hebrew","language":"hebrew","number_value":5512,"lemma":"סִין","transliteration":"Çîyn","pronunciation":"seen","derivation":"of uncertain derivation;","strongs_definition":"Sin the name of an Egyptian town and (probably) desert adjoining","kjv_definition":"Sin."} +{"id":"H5513","strongs_number":"H5513","system":"hebrew","language":"hebrew","number_value":5513,"lemma":"סִינִי","transliteration":"Çîynîy","pronunciation":"see-nee'","derivation":"from an otherwise unknown name of a man;","strongs_definition":"a Sinite, or descendant of one of the sons of Canaan","kjv_definition":"Sinite."} +{"id":"H5514","strongs_number":"H5514","system":"hebrew","language":"hebrew","number_value":5514,"lemma":"סִינַי","transliteration":"Çîynay","pronunciation":"see-nah'-ee","derivation":"of uncertain derivation;","strongs_definition":"Sinai, mountain of Arabia","kjv_definition":"Sinai."} +{"id":"H5515","strongs_number":"H5515","system":"hebrew","language":"hebrew","number_value":5515,"lemma":"סִינִים","transliteration":"Çîynîym","pronunciation":"see-neem'","derivation":"plural of an otherwise unknown name;","strongs_definition":"Sinim, a distant Oriental region","kjv_definition":"Sinim."} +{"id":"H5516","strongs_number":"H5516","system":"hebrew","language":"hebrew","number_value":5516,"lemma":"סִיסְרָא","transliteration":"Çîyçᵉrâʼ","pronunciation":"see-ser-aw'","derivation":"of uncertain derivation;","strongs_definition":"Sisera, the name of a Canaanitish king and of one of the Nethinim","kjv_definition":"Sisera."} +{"id":"H5517","strongs_number":"H5517","system":"hebrew","language":"hebrew","number_value":5517,"lemma":"סִיעָא","transliteration":"Çîyʻâʼ","pronunciation":"see-ah'","derivation":"or סִיעֲהָא; from an unused root meaning to converse; congregation;","strongs_definition":"Sia or Siaha, one of the Nethinim","kjv_definition":"Sia, Siaha."} +{"id":"H5518","strongs_number":"H5518","system":"hebrew","language":"hebrew","number_value":5518,"lemma":"סִיר","transliteration":"çîyr","pronunciation":"seer","derivation":"or (feminine) סִירָה; or סִרָה; (Jeremiah 52:18), from a primitive root meaning to boil up;","strongs_definition":"a pot; also a thorn (as springing up rapidly); by implication, a hook","kjv_definition":"caldron, fishhook, pan, (wash-)pot, thorn."} +{"id":"H5519","strongs_number":"H5519","system":"hebrew","language":"hebrew","number_value":5519,"lemma":"סָךְ","transliteration":"çâk","pronunciation":"sawk","derivation":"from H5526 (סָכַךְ);","strongs_definition":"properly, a thicket of men, i.e. a crowd","kjv_definition":"multitude."} +{"id":"H5520","strongs_number":"H5520","system":"hebrew","language":"hebrew","number_value":5520,"lemma":"סֹךְ","transliteration":"çôk","pronunciation":"soke","derivation":"from H5526 (סָכַךְ);","strongs_definition":"a hut (as of entwined boughs); also a lair","kjv_definition":"covert, den, pavilion, tabernacle."} +{"id":"H5521","strongs_number":"H5521","system":"hebrew","language":"hebrew","number_value":5521,"lemma":"סֻכָּה","transliteration":"çukkâh","pronunciation":"sook-kaw'","derivation":"feminine of H5520 (סֹךְ);","strongs_definition":"a hut or lair","kjv_definition":"booth, cottage, covert, pavilion, tabernacle, tent."} +{"id":"H5522","strongs_number":"H5522","system":"hebrew","language":"hebrew","number_value":5522,"lemma":"סִכּוּת","transliteration":"çikkûwth","pronunciation":"sik-kooth'","derivation":"feminine of H5519 (סָךְ);","strongs_definition":"an (idolatrous) booth","kjv_definition":"tabernacle."} +{"id":"H5523","strongs_number":"H5523","system":"hebrew","language":"hebrew","number_value":5523,"lemma":"סֻכּוֹת","transliteration":"Çukkôwth","pronunciation":"sook-kohth'","derivation":"or סֻכֹּת; plural of H5521 (סֻכָּה); booths;","strongs_definition":"Succoth, the name of a place in Egypt and of three in Palestine","kjv_definition":"Succoth."} +{"id":"H5524","strongs_number":"H5524","system":"hebrew","language":"hebrew","number_value":5524,"lemma":"סֻכּוֹת בְּנוֹת","transliteration":"Çukkôwth bᵉnôwth","pronunciation":"sook-kohth' ben-ohth'","derivation":"from H5523 (סֻכּוֹת) and the (irregular) plural of H1323 (בַּת);","strongs_definition":"booths of (the) daughters; brothels, i.e. idoalatrous tents forimpure purpose","kjv_definition":"Succothbenoth."} +{"id":"H5525","strongs_number":"H5525","system":"hebrew","language":"hebrew","number_value":5525,"lemma":"סֻכִּי","transliteration":"Çukkîy","pronunciation":"sook-kee'","derivation":"patrial from an unknown name (perhaps H5520 (סֹךְ));","strongs_definition":"a Sukkite, or inhabitant of some place near Egypt (i.e. hut-dwellers)","kjv_definition":"Sukkiims."} +{"id":"H5526","strongs_number":"H5526","system":"hebrew","language":"hebrew","number_value":5526,"lemma":"סָכַךְ","transliteration":"çâkak","pronunciation":"saw-kak'","derivation":"or שָׂכַךְ; (Exodus 33:22), a primitive root;","strongs_definition":"properly, to entwine as ascreen; by implication, to fence in, cover over, (figuratively) protect","kjv_definition":"cover, defence, defend, hedge in, join together, set, shut up."} +{"id":"H5527","strongs_number":"H5527","system":"hebrew","language":"hebrew","number_value":5527,"lemma":"סְכָכָה","transliteration":"Çᵉkâkâh","pronunciation":"sek-aw-kaw'","derivation":"from H5526 (סָכַךְ); inclosure;","strongs_definition":"Secacah, a place in Palestine","kjv_definition":"Secacah."} +{"id":"H5528","strongs_number":"H5528","system":"hebrew","language":"hebrew","number_value":5528,"lemma":"סָכַל","transliteration":"çâkal","pronunciation":"saw-kal'","derivation":"for H3688 (כָּסַל);","strongs_definition":"to be silly","kjv_definition":"do (make, play the, turn into) fool(-ish, -ishly, -ishness)."} +{"id":"H5529","strongs_number":"H5529","system":"hebrew","language":"hebrew","number_value":5529,"lemma":"סֶכֶל","transliteration":"çekel","pronunciation":"seh'-kal","derivation":"from H5528 (סָכַל);","strongs_definition":"silliness; concretely and collectively, dolts","kjv_definition":"folly."} +{"id":"H5530","strongs_number":"H5530","system":"hebrew","language":"hebrew","number_value":5530,"lemma":"סָכָל","transliteration":"çâkâl","pronunciation":"saw-kawl'","derivation":"from H5528 (סָכַל);","strongs_definition":"silly","kjv_definition":"fool(-ish), sottish."} +{"id":"H5531","strongs_number":"H5531","system":"hebrew","language":"hebrew","number_value":5531,"lemma":"סִכְלוּת","transliteration":"çiklûwth","pronunciation":"sik-looth'","derivation":"or שִׂכְלוּת; (Ecclesiastes 1:17), from H5528 (סָכַל);","strongs_definition":"silliness","kjv_definition":"folly, foolishness."} +{"id":"H5532","strongs_number":"H5532","system":"hebrew","language":"hebrew","number_value":5532,"lemma":"סָכַן","transliteration":"çâkan","pronunciation":"saw-kan'","derivation":"a primitive root;","strongs_definition":"to be familiar with; by implication, to minister to, be serviceable to, be customary","kjv_definition":"acquaint (self), be advantage, [idiom] ever, (be, (un-)) profit(-able), treasurer, be wont."} +{"id":"H5533","strongs_number":"H5533","system":"hebrew","language":"hebrew","number_value":5533,"lemma":"סָכַן","transliteration":"çâkan","pronunciation":"saw-kan'","derivation":"probably a denominative from H7915 (שַׂכִּין);","strongs_definition":"properly, to cut, i.e. damage; also to grow (causatively, make) poor","kjv_definition":"endanger, impoverish."} +{"id":"H5534","strongs_number":"H5534","system":"hebrew","language":"hebrew","number_value":5534,"lemma":"סָכַר","transliteration":"çâkar","pronunciation":"saw-kar'","derivation":"a primitive root;","strongs_definition":"to shut up; by implication, to surrender","kjv_definition":"stop, give over. See also H5462 (סָגַר), H7936 (שָׂכַר)."} +{"id":"H5535","strongs_number":"H5535","system":"hebrew","language":"hebrew","number_value":5535,"lemma":"סָכַת","transliteration":"çâkath","pronunciation":"saw-kath'","derivation":"a primitive root to be silent;","strongs_definition":"by implication, to observe quietly","kjv_definition":"take heed."} +{"id":"H5536","strongs_number":"H5536","system":"hebrew","language":"hebrew","number_value":5536,"lemma":"סַל","transliteration":"çal","pronunciation":"sal","derivation":"from H5549 (סָלַל);","strongs_definition":"properly, a willow twig (as pendulous), i.e. an osier; but only as woven into abasket","kjv_definition":"basket."} +{"id":"H5537","strongs_number":"H5537","system":"hebrew","language":"hebrew","number_value":5537,"lemma":"סָלָא","transliteration":"çâlâʼ","pronunciation":"saw-law'","derivation":"a primitive root;","strongs_definition":"to suspend in a balance, i.e. weigh","kjv_definition":"compare."} +{"id":"H5538","strongs_number":"H5538","system":"hebrew","language":"hebrew","number_value":5538,"lemma":"סִלָּא","transliteration":"Çillâʼ","pronunciation":"sil-law'","derivation":"from H5549 (סָלַל); an embankment;","strongs_definition":"Silla, a place in Jerusalem","kjv_definition":"Silla."} +{"id":"H5539","strongs_number":"H5539","system":"hebrew","language":"hebrew","number_value":5539,"lemma":"סָלַד","transliteration":"çâlad","pronunciation":"saw-lad'","derivation":"a primitive root;","strongs_definition":"probably to leap (with joy), i.e. exult","kjv_definition":"harden self."} +{"id":"H5540","strongs_number":"H5540","system":"hebrew","language":"hebrew","number_value":5540,"lemma":"סֶלֶד","transliteration":"Çeled","pronunciation":"seh'-led","derivation":"from H5539 (סָלַד); exultation;","strongs_definition":"Seled, an Israelite","kjv_definition":"Seled."} +{"id":"H5541","strongs_number":"H5541","system":"hebrew","language":"hebrew","number_value":5541,"lemma":"סָלָה","transliteration":"çâlâh","pronunciation":"saw-law'","derivation":"a primitive root;","strongs_definition":"to hang up, i.e. weigh, or (figuratively) contemn","kjv_definition":"tread down (under foot), value."} +{"id":"H5542","strongs_number":"H5542","system":"hebrew","language":"hebrew","number_value":5542,"lemma":"סֶלָה","transliteration":"çelâh","pronunciation":"seh'-law","derivation":"from H5541 (סָלָה);","strongs_definition":"suspension (of music), i.e. pause","kjv_definition":"Selah."} +{"id":"H5543","strongs_number":"H5543","system":"hebrew","language":"hebrew","number_value":5543,"lemma":"סַלּוּ","transliteration":"Çallûw","pronunciation":"sal-loo'","derivation":"or סַלּוּא; or סָלוּא; or סַלַּי; from H5541 (סָלָה); weighed;","strongs_definition":"Sallu or Sallai, the name of two Israelites","kjv_definition":"Sallai, Sallu, Salu."} +{"id":"H5544","strongs_number":"H5544","system":"hebrew","language":"hebrew","number_value":5544,"lemma":"סִלּוֹן","transliteration":"çillôwn","pronunciation":"sil-lone'","derivation":"or סַלּוֹן; from H5541 (סָלָה);","strongs_definition":"a prickle (as if pendulous)","kjv_definition":"brier, thorn."} +{"id":"H5545","strongs_number":"H5545","system":"hebrew","language":"hebrew","number_value":5545,"lemma":"סָלַח","transliteration":"çâlach","pronunciation":"saw-lakh'","derivation":"a primitive root;","strongs_definition":"to forgive","kjv_definition":"forgive, pardon, spare."} +{"id":"H5546","strongs_number":"H5546","system":"hebrew","language":"hebrew","number_value":5546,"lemma":"סַלָּח","transliteration":"çallâch","pronunciation":"saw-lawkh'","derivation":"from H5545 (סָלַח);","strongs_definition":"placable","kjv_definition":"ready to forgive."} +{"id":"H5547","strongs_number":"H5547","system":"hebrew","language":"hebrew","number_value":5547,"lemma":"סְלִיחָה","transliteration":"çᵉlîychâh","pronunciation":"sel-ee-khaw'","derivation":"from H5545 (סָלַח);","strongs_definition":"pardon","kjv_definition":"forgiveness, pardon."} +{"id":"H5548","strongs_number":"H5548","system":"hebrew","language":"hebrew","number_value":5548,"lemma":"סַלְכָה","transliteration":"Çalkâh","pronunciation":"sal-kaw'","derivation":"from an unused root. meaning to walk; walking;","strongs_definition":"Salcah, a place East of the Jordan","kjv_definition":"Salcah, Salchah."} +{"id":"H5549","strongs_number":"H5549","system":"hebrew","language":"hebrew","number_value":5549,"lemma":"סָלַל","transliteration":"çâlal","pronunciation":"saw-lal'","derivation":"a primitive root;","strongs_definition":"to mound up (especially a turnpike); figurative, to exalt; reflexively, to oppose (as by a dam)","kjv_definition":"cast up, exalt (self), extol, make plain, raise up."} +{"id":"H5550","strongs_number":"H5550","system":"hebrew","language":"hebrew","number_value":5550,"lemma":"סֹלְלָה","transliteration":"çôlᵉlâh","pronunciation":"so-lel-aw'","derivation":"or סוֹלְלָה; active participle feminine of H5549 (סָלַל), but used passively;","strongs_definition":"a military mound, i.e. rampart of besiegers","kjv_definition":"bank, mount."} +{"id":"H5551","strongs_number":"H5551","system":"hebrew","language":"hebrew","number_value":5551,"lemma":"סֻלָּם","transliteration":"çullâm","pronunciation":"sool-lawm'","derivation":"from H5549 (סָלַל);","strongs_definition":"a stair-case","kjv_definition":"ladder."} +{"id":"H5552","strongs_number":"H5552","system":"hebrew","language":"hebrew","number_value":5552,"lemma":"סַלְסִלָּה","transliteration":"çalçillâh","pronunciation":"sal-sil-law'","derivation":"from H5541 (סָלָה);","strongs_definition":"a twig (as pendulous)","kjv_definition":"basket."} +{"id":"H5553","strongs_number":"H5553","system":"hebrew","language":"hebrew","number_value":5553,"lemma":"סֶלַע","transliteration":"çelaʻ","pronunciation":"seh'-lah","derivation":"from an unused root meaning to be lofty;","strongs_definition":"a craggy rock, literally or figuratively (a fortress)","kjv_definition":"(ragged) rock, stone(-ny), strong hold."} +{"id":"H5554","strongs_number":"H5554","system":"hebrew","language":"hebrew","number_value":5554,"lemma":"סֶלַע","transliteration":"Çelaʻ","pronunciation":"seh'-lah","derivation":"the same as H5553 (סֶלַע);","strongs_definition":"Sela, the rock-city of Idumaea","kjv_definition":"rock, Sela(-h)."} +{"id":"H5555","strongs_number":"H5555","system":"hebrew","language":"hebrew","number_value":5555,"lemma":"סֶלַע הַמַּחְלְקוֹת","transliteration":"Çelaʻ ham-machlᵉqôwth","pronunciation":"seh'-lah hammakh-lek-oth'","derivation":"from H5553 (סֶלַע) and the plural of H4256 (מַחֲלֹקֶת) with the article interposed; rock of the divisions;","strongs_definition":"Sela-ham-Machlekoth, a place in Palestine","kjv_definition":"Sela-hammalekoth."} +{"id":"H5556","strongs_number":"H5556","system":"hebrew","language":"hebrew","number_value":5556,"lemma":"סׇלְעָם","transliteration":"çolʻâm","pronunciation":"sol-awm'","derivation":"apparently from the same as H5553 (סֶלַע) in the sense of crushing as with a rock, i.e. consuming;","strongs_definition":"a kind of locust (from its destructiveness)","kjv_definition":"bald locust."} +{"id":"H5557","strongs_number":"H5557","system":"hebrew","language":"hebrew","number_value":5557,"lemma":"סָלַף","transliteration":"çâlaph","pronunciation":"saw-laf'","derivation":"a primitive root;","strongs_definition":"properly, to wrench, i.e. (figuratively) to subvert","kjv_definition":"overthrow, pervert."} +{"id":"H5558","strongs_number":"H5558","system":"hebrew","language":"hebrew","number_value":5558,"lemma":"סֶלֶף","transliteration":"çeleph","pronunciation":"seh'-lef","derivation":"from H5557 (סָלַף);","strongs_definition":"distortion, i.e. (figuratively) viciousness","kjv_definition":"perverseness."} +{"id":"H5559","strongs_number":"H5559","system":"hebrew","language":"hebrew","number_value":5559,"lemma":"סְלִק","transliteration":"çᵉliq","pronunciation":"sel-eek'","derivation":"(Aramaic) a primitive root;","strongs_definition":"to ascend","kjv_definition":"come (up)."} +{"id":"H5560","strongs_number":"H5560","system":"hebrew","language":"hebrew","number_value":5560,"lemma":"סֹלֶת","transliteration":"çôleth","pronunciation":"so'-leth","derivation":"from an unused root meaning to strip;","strongs_definition":"flour (as chipped off)","kjv_definition":"(fine) flour, meal."} +{"id":"H5561","strongs_number":"H5561","system":"hebrew","language":"hebrew","number_value":5561,"lemma":"סַם","transliteration":"çam","pronunciation":"sam","derivation":"from an unused root meaning to smell sweet;","strongs_definition":"an aroma","kjv_definition":"sweet (spice)."} +{"id":"H5562","strongs_number":"H5562","system":"hebrew","language":"hebrew","number_value":5562,"lemma":"סַמְגַּר נְבוֹ","transliteration":"Çamgar Nᵉbôw","pronunciation":"sam-gar' neb-o'","derivation":"of foreign origin;","strongs_definition":"Samgar-Nebo, a Babylonian general","kjv_definition":"Samgar-nebo."} +{"id":"H5563","strongs_number":"H5563","system":"hebrew","language":"hebrew","number_value":5563,"lemma":"סְמָדַר","transliteration":"çᵉmâdar","pronunciation":"sem-aw-dar'","derivation":"of uncertain derivation;","strongs_definition":"a vine blossom; used also adverbially, abloom","kjv_definition":"tender grape."} +{"id":"H5564","strongs_number":"H5564","system":"hebrew","language":"hebrew","number_value":5564,"lemma":"סָמַךְ","transliteration":"çâmak","pronunciation":"saw-mak'","derivation":"a primitive root;","strongs_definition":"to prop (literally or figuratively); reflexively, to lean upon or take hold of (in a favorable or unfavorable sense)","kjv_definition":"bear up, establish, (up-) hold, lay, lean, lie hard, put, rest self, set self, stand fast, stay (self), sustain."} +{"id":"H5565","strongs_number":"H5565","system":"hebrew","language":"hebrew","number_value":5565,"lemma":"סְמַכְיָהוּ","transliteration":"Çᵉmakyâhûw","pronunciation":"sem-ak-yaw'-hoo","derivation":"from H5564 (סָמַךְ) and H3050 (יָהּ); supported of Jah;","strongs_definition":"Semakjah, an Israelite","kjv_definition":"Semachiah."} +{"id":"H5566","strongs_number":"H5566","system":"hebrew","language":"hebrew","number_value":5566,"lemma":"סֶמֶל","transliteration":"çemel","pronunciation":"seh'-mel","derivation":"or סֵמֶל; from an unused root meaning to resemble;","strongs_definition":"a likeness","kjv_definition":"figure, idol, image."} +{"id":"H5567","strongs_number":"H5567","system":"hebrew","language":"hebrew","number_value":5567,"lemma":"סָמַן","transliteration":"çâman","pronunciation":"saw-man'","derivation":"a primitive root;","strongs_definition":"to designate","kjv_definition":"appointed."} +{"id":"H5568","strongs_number":"H5568","system":"hebrew","language":"hebrew","number_value":5568,"lemma":"סָמַר","transliteration":"çâmar","pronunciation":"saw-mar'","derivation":"a primitive root;","strongs_definition":"to be erect, i.e. bristle as hair","kjv_definition":"stand up, tremble."} +{"id":"H5569","strongs_number":"H5569","system":"hebrew","language":"hebrew","number_value":5569,"lemma":"סָמָר","transliteration":"çâmâr","pronunciation":"saw-mar'","derivation":"from H5568 (סָמַר);","strongs_definition":"bristling, i.e. shaggy","kjv_definition":"rough."} +{"id":"H5570","strongs_number":"H5570","system":"hebrew","language":"hebrew","number_value":5570,"lemma":"סְנָאָה","transliteration":"Çᵉnâʼâh","pronunciation":"sen-aw-aw'","derivation":"from an unused root meaning to prick; thorny;","strongs_definition":"Senaah, a place in Palestine","kjv_definition":"Senaah, Hassenaah (with the article)."} +{"id":"H5571","strongs_number":"H5571","system":"hebrew","language":"hebrew","number_value":5571,"lemma":"סַנְבַלַּט","transliteration":"Çanballaṭ","pronunciation":"san-bal-lat'","derivation":"of foreign origin;","strongs_definition":"Sanballat, a Persian satrap of Samaria","kjv_definition":"Sanballat."} +{"id":"H5572","strongs_number":"H5572","system":"hebrew","language":"hebrew","number_value":5572,"lemma":"סְנֶה","transliteration":"çᵉneh","pronunciation":"sen-eh'","derivation":"from an unused root meaning to prick;","strongs_definition":"a bramble","kjv_definition":"bush."} +{"id":"H5573","strongs_number":"H5573","system":"hebrew","language":"hebrew","number_value":5573,"lemma":"סֶנֶה","transliteration":"Çeneh","pronunciation":"seh-neh'","derivation":"the same as H5572 (סְנֶה); thorn;","strongs_definition":"Seneh, a crag in Palestine","kjv_definition":"Seneh."} +{"id":"H5574","strongs_number":"H5574","system":"hebrew","language":"hebrew","number_value":5574,"lemma":"סְנוּאָה","transliteration":"Çᵉnûwʼâh","pronunciation":"sen-oo-aw'","derivation":"or סְנֻאָה from the same as H5570 (סְנָאָה);","strongs_definition":"pointed; (used with the article as a proper name) Senuah, the name of two Israelites","kjv_definition":"Hasenuah (including the art), Senuah."} +{"id":"H5575","strongs_number":"H5575","system":"hebrew","language":"hebrew","number_value":5575,"lemma":"סַנְוֵר","transliteration":"çanvêr","pronunciation":"san-vare'","derivation":"of uncertain derivation;","strongs_definition":"(in plural) blindness","kjv_definition":"blindness."} +{"id":"H5576","strongs_number":"H5576","system":"hebrew","language":"hebrew","number_value":5576,"lemma":"סַנְחֵרִיב","transliteration":"Çanchêrîyb","pronunciation":"san-khay-reeb'","derivation":"of foreign origin;","strongs_definition":"Sancherib, an Assyrian king","kjv_definition":"Sennacherib."} +{"id":"H5577","strongs_number":"H5577","system":"hebrew","language":"hebrew","number_value":5577,"lemma":"סַנְסִן","transliteration":"çançin","pronunciation":"san-seen'","derivation":"from an unused root meaning to be pointed;","strongs_definition":"a twig (as tapering)","kjv_definition":"bough."} +{"id":"H5578","strongs_number":"H5578","system":"hebrew","language":"hebrew","number_value":5578,"lemma":"סַנְסַנָּה","transliteration":"Çançannâh","pronunciation":"san-san-naw'","derivation":"feminine of a form of H5577 (סַנְסִן); a bough;","strongs_definition":"Sansannah, a place in Palestine","kjv_definition":"Sansannah."} +{"id":"H5579","strongs_number":"H5579","system":"hebrew","language":"hebrew","number_value":5579,"lemma":"סְנַפִּיר","transliteration":"çᵉnappîyr","pronunciation":"sen-ap-peer'","derivation":"of uncertain derivation;","strongs_definition":"a fin (collectively)","kjv_definition":"fins."} +{"id":"H5580","strongs_number":"H5580","system":"hebrew","language":"hebrew","number_value":5580,"lemma":"סָס","transliteration":"çâç","pronunciation":"sawce","derivation":"from the same as H5483 (סוּס);","strongs_definition":"a moth (from the agility of the fly)","kjv_definition":"moth."} +{"id":"H5581","strongs_number":"H5581","system":"hebrew","language":"hebrew","number_value":5581,"lemma":"סִסְמַי","transliteration":"Çiçmay","pronunciation":"sis-mah'-ee","derivation":"of uncertain derivation;","strongs_definition":"Sismai, an Israelite","kjv_definition":"Sisamai."} +{"id":"H5582","strongs_number":"H5582","system":"hebrew","language":"hebrew","number_value":5582,"lemma":"סָעַד","transliteration":"çâʻad","pronunciation":"saw-ad'","derivation":"a primitive root;","strongs_definition":"to suport (mostly figurative)","kjv_definition":"comfort, establish, hold up, refresh self, strengthen, be upholden."} +{"id":"H5583","strongs_number":"H5583","system":"hebrew","language":"hebrew","number_value":5583,"lemma":"סְעַד","transliteration":"çᵉʻad","pronunciation":"seh-ad'","derivation":"(Aramaic) corresponding to H5582 (סָעַד);","strongs_definition":"to aid","kjv_definition":"helping."} +{"id":"H5584","strongs_number":"H5584","system":"hebrew","language":"hebrew","number_value":5584,"lemma":"סָעָה","transliteration":"çâʻâh","pronunciation":"saw-aw'","derivation":"a primitive root;","strongs_definition":"to rush","kjv_definition":"storm."} +{"id":"H5585","strongs_number":"H5585","system":"hebrew","language":"hebrew","number_value":5585,"lemma":"סָעִיף","transliteration":"çâʻîyph","pronunciation":"saw-eef'","derivation":"from H5586 (סָעַף);","strongs_definition":"a fissure (of rocks); also a bough (as subdivided)","kjv_definition":"(outmost) branch, clift, top."} +{"id":"H5586","strongs_number":"H5586","system":"hebrew","language":"hebrew","number_value":5586,"lemma":"סָעַף","transliteration":"çâʻaph","pronunciation":"saw-af'","derivation":"a primitive root; properly, to divide up; but used only as denominative from H5585 (סָעִיף),","strongs_definition":"to disbranch (a tree)","kjv_definition":"top."} +{"id":"H5587","strongs_number":"H5587","system":"hebrew","language":"hebrew","number_value":5587,"lemma":"סָעִף","transliteration":"çâʻiph","pronunciation":"saw-eef'","derivation":"or שָׂעִף; from H5586 (סָעַף);","strongs_definition":"divided (in mind), i.e. (abstractly) a sentiment","kjv_definition":"opinion."} +{"id":"H5588","strongs_number":"H5588","system":"hebrew","language":"hebrew","number_value":5588,"lemma":"סֵעֵף","transliteration":"çêʻêph","pronunciation":"say-afe'","derivation":"from H5586 (סָעַף);","strongs_definition":"divided (in mind), i.e. (concretely) a skeptic","kjv_definition":"thought."} +{"id":"H5589","strongs_number":"H5589","system":"hebrew","language":"hebrew","number_value":5589,"lemma":"סְעַפָּה","transliteration":"çᵉʻappâh","pronunciation":"seh-ap-paw'","derivation":"feminine of H5585 (סָעִיף);","strongs_definition":"a twig","kjv_definition":"bough, branch. Compare H5634 (סַרְעַפָּה)."} +{"id":"H5590","strongs_number":"H5590","system":"hebrew","language":"hebrew","number_value":5590,"lemma":"סָעַר","transliteration":"çâʻar","pronunciation":"saw-ar'","derivation":"a primitive root;","strongs_definition":"to rush upon; by implication, to toss (transitive or intransitive, literal or figurative)","kjv_definition":"be (toss with) tempest(-uous), be sore, troubled, come out as a (drive with the, scatter with a) whirlwind."} +{"id":"H5591","strongs_number":"H5591","system":"hebrew","language":"hebrew","number_value":5591,"lemma":"סַעַר","transliteration":"çaʻar","pronunciation":"sah'-ar","derivation":"or (feminine) סְעָרָה; from H5590 (סָעַר);","strongs_definition":"a hurricane","kjv_definition":"storm(-y), tempest, whirlwind."} +{"id":"H5592","strongs_number":"H5592","system":"hebrew","language":"hebrew","number_value":5592,"lemma":"סַף","transliteration":"çaph","pronunciation":"saf","derivation":"from H5605 (סָפַף), in its original sense of containing;","strongs_definition":"a vestibule (as a limit); also a dish (for holding blood or wine)","kjv_definition":"bason, bowl, cup, door (post), gate, post, threshold."} +{"id":"H5593","strongs_number":"H5593","system":"hebrew","language":"hebrew","number_value":5593,"lemma":"סַף","transliteration":"Çaph","pronunciation":"saf","derivation":"the same as H5592 (סַף);","strongs_definition":"Saph, a Philistine","kjv_definition":"Saph. Compare H5598 (סִפַּי)."} +{"id":"H5594","strongs_number":"H5594","system":"hebrew","language":"hebrew","number_value":5594,"lemma":"סָפַד","transliteration":"çâphad","pronunciation":"saw-fad'","derivation":"a primitive root;","strongs_definition":"properly, to tear the hair and beat the breasts (as Orientals do in grief); generally to lament; by implication, to wail","kjv_definition":"lament, mourn(-er), wail."} +{"id":"H5595","strongs_number":"H5595","system":"hebrew","language":"hebrew","number_value":5595,"lemma":"סָפָה","transliteration":"çâphâh","pronunciation":"saw-faw'","derivation":"a primitive root;","strongs_definition":"properly, to scrape (literally, to shave; but usually figuratively) together (i.e. to accumulate or increase) or away (i.e. to scatter, remove, or ruin; intransitively, to perish)","kjv_definition":"add, augment, consume, destroy, heap, join, perish, put."} +{"id":"H5596","strongs_number":"H5596","system":"hebrew","language":"hebrew","number_value":5596,"lemma":"סָפַח","transliteration":"çâphach","pronunciation":"saw-fakh'","derivation":"or שָׂפַח; (Isaiah 3:17), a primitive root;","strongs_definition":"properly, to scrape out, but in certain peculiar senses (of removal or association)","kjv_definition":"abiding, gather together, cleave, smite with the scab."} +{"id":"H5597","strongs_number":"H5597","system":"hebrew","language":"hebrew","number_value":5597,"lemma":"סַפַּחַת","transliteration":"çappachath","pronunciation":"sap-pakh'-ath","derivation":"from H5596 (סָפַח);","strongs_definition":"the mange (as making the hair fall off)","kjv_definition":"scab."} +{"id":"H5598","strongs_number":"H5598","system":"hebrew","language":"hebrew","number_value":5598,"lemma":"סִפַּי","transliteration":"Çippay","pronunciation":"sip-pah'-ee","derivation":"from H5592 (סַף); bason-like;","strongs_definition":"Sippai, a Philistine","kjv_definition":"Sippai. Compare H5593 (סַף)."} +{"id":"H5599","strongs_number":"H5599","system":"hebrew","language":"hebrew","number_value":5599,"lemma":"סָפִיחַ","transliteration":"çâphîyach","pronunciation":"saw-fee'-akh","derivation":"from H5596 (סָפַח);","strongs_definition":"something (spontaneously) falling off, i.e. a self-sown crop; figuratively, a freshet","kjv_definition":"(such) things as (which) grow (of themselves), which groweth of its own accord (itself)."} +{"id":"H5600","strongs_number":"H5600","system":"hebrew","language":"hebrew","number_value":5600,"lemma":"סְפִינָה","transliteration":"çᵉphîynâh","pronunciation":"sef-ee-naw'","derivation":"from H5603 (סָפַן);","strongs_definition":"a (sea-going) vessel (as ceiled with a deck)","kjv_definition":"ship."} +{"id":"H5601","strongs_number":"H5601","system":"hebrew","language":"hebrew","number_value":5601,"lemma":"סַפִּיר","transliteration":"çappîyr","pronunciation":"sap-peer'","derivation":"from H5608 (סָפַר);","strongs_definition":"a gem (perhaps used for scratching other substances), probably the sapphire","kjv_definition":"sapphire."} +{"id":"H5602","strongs_number":"H5602","system":"hebrew","language":"hebrew","number_value":5602,"lemma":"סֵפֶל","transliteration":"çêphel","pronunciation":"say'-fel","derivation":"from an unused root meaning to depress;","strongs_definition":"a basin (as deepened out)","kjv_definition":"bowl, dish."} +{"id":"H5603","strongs_number":"H5603","system":"hebrew","language":"hebrew","number_value":5603,"lemma":"סָפַן","transliteration":"çâphan","pronunciation":"saw-fan'","derivation":"a primitive root;","strongs_definition":"to hide by covering; specifically, to roof (passive participle as noun, a roof) or wainscot; figuratively, to reserve","kjv_definition":"cieled, cover, seated."} +{"id":"H5604","strongs_number":"H5604","system":"hebrew","language":"hebrew","number_value":5604,"lemma":"סִפֻּן","transliteration":"çippun","pronunciation":"sip-poon'","derivation":"from H5603 (סָפַן);","strongs_definition":"a wainscot","kjv_definition":"cieling."} +{"id":"H5605","strongs_number":"H5605","system":"hebrew","language":"hebrew","number_value":5605,"lemma":"סָפַף","transliteration":"çâphaph","pronunciation":"saw-faf'","derivation":"a primitive root; properly, to snatch away, i.e. terminate; but used only as denominative from H5592 (סַף) (in the sense of a vestibule),","strongs_definition":"to wait at the threshold","kjv_definition":"be a doorkeeper."} +{"id":"H5606","strongs_number":"H5606","system":"hebrew","language":"hebrew","number_value":5606,"lemma":"סָפַק","transliteration":"çâphaq","pronunciation":"saw-fak'","derivation":"or שָׂפַק; (1 Kings 20:10; Job 27:23; Isaiah 2:6), a primitive root;","strongs_definition":"to clap the hands (in token of compact, derision, grief, indignation, or punishment); by implication of satisfaction, to be enough; by implication of excess, to vomit","kjv_definition":"clap, smite, strike, suffice, wallow."} +{"id":"H5607","strongs_number":"H5607","system":"hebrew","language":"hebrew","number_value":5607,"lemma":"סֵפֶק","transliteration":"çêpheq","pronunciation":"say'-fek","derivation":"or שֶׂפֶק; (Job 20:22; Job 36:18), from H5606 (סָפַק);","strongs_definition":"chastisement; also satiety","kjv_definition":"stroke, sufficiency."} +{"id":"H5608","strongs_number":"H5608","system":"hebrew","language":"hebrew","number_value":5608,"lemma":"סָפַר","transliteration":"çâphar","pronunciation":"saw-far'","derivation":"a primitive root;","strongs_definition":"properly, to score with a mark as a tally or record, i.e. (by implication) to inscribe, and also to enumerate; intensively, to recount, i.e. celebrate","kjv_definition":"commune, (ac-) count; declare, number, [phrase] penknife, reckon, scribe, shew forth, speak, talk, tell (out), writer."} +{"id":"H5609","strongs_number":"H5609","system":"hebrew","language":"hebrew","number_value":5609,"lemma":"סְפַר","transliteration":"çᵉphar","pronunciation":"sef-ar'","derivation":"(Aramaic) from a root corresponding to H5608 (סָפַר);","strongs_definition":"a book","kjv_definition":"book, roll."} +{"id":"H5610","strongs_number":"H5610","system":"hebrew","language":"hebrew","number_value":5610,"lemma":"סְפָר","transliteration":"çᵉphâr","pronunciation":"sef-awr'","derivation":"from H5608 (סָפַר);","strongs_definition":"a census","kjv_definition":"numbering."} +{"id":"H5611","strongs_number":"H5611","system":"hebrew","language":"hebrew","number_value":5611,"lemma":"סְפָר","transliteration":"Çᵉphâr","pronunciation":"sef-awr'","derivation":"the same as H5610 (סְפָר);","strongs_definition":"Sephar, a place in Arabia","kjv_definition":"Sephar."} +{"id":"H5612","strongs_number":"H5612","system":"hebrew","language":"hebrew","number_value":5612,"lemma":"סֵפֶר","transliteration":"çêpher","pronunciation":"say'-fer","derivation":"or (feminine) סִפְרָה; (Psalm 56:8 (H9 (אֲבֵדָה))), from H5608 (סָפַר);","strongs_definition":"properly, writing (the art or a document); by implication, a book","kjv_definition":"bill, book, evidence, [idiom] learn(-ed) (-ing), letter, register, scroll."} +{"id":"H5613","strongs_number":"H5613","system":"hebrew","language":"hebrew","number_value":5613,"lemma":"סָפֵר","transliteration":"çâphêr","pronunciation":"saw-fare'","derivation":"(Aramaic) from the same as H5609 (סְפַר);","strongs_definition":"a scribe (secular or sacred)","kjv_definition":"scribe."} +{"id":"H5614","strongs_number":"H5614","system":"hebrew","language":"hebrew","number_value":5614,"lemma":"סְפָרָד","transliteration":"Çᵉphârâd","pronunciation":"sef-aw-rawd'","derivation":"of foreign derivation;","strongs_definition":"Sepharad, a region of Assyria","kjv_definition":"Sepharad."} +{"id":"H5615","strongs_number":"H5615","system":"hebrew","language":"hebrew","number_value":5615,"lemma":"סְפֹרָה","transliteration":"çᵉphôrâh","pronunciation":"sef-o-raw'","derivation":"from H5608 (סָפַר);","strongs_definition":"a numeration","kjv_definition":"number."} +{"id":"H5616","strongs_number":"H5616","system":"hebrew","language":"hebrew","number_value":5616,"lemma":"סְפַרְוִי","transliteration":"Çᵉpharvîy","pronunciation":"sef-ar-vee'","derivation":"patrial from H5617 (סְפַרְוַיִם);","strongs_definition":"a Sepharvite or inhabitant of Sepharvain","kjv_definition":"Sepharvite."} +{"id":"H5617","strongs_number":"H5617","system":"hebrew","language":"hebrew","number_value":5617,"lemma":"סְפַרְוַיִם","transliteration":"Çᵉpharvayim","pronunciation":"sef-ar-vah'-yim","derivation":"(dual)","strongs_definition":"Sepharvites","kjv_definition":null} +{"id":"H5618","strongs_number":"H5618","system":"hebrew","language":"hebrew","number_value":5618,"lemma":"סֹפֶרֶת","transliteration":"Çôphereth","pronunciation":"so-feh'-reth","derivation":"feminine active participle of H5608 (סָפַר); a scribe (properly, female);","strongs_definition":"Sophereth, a temple servant","kjv_definition":"Sophereth."} +{"id":"H5619","strongs_number":"H5619","system":"hebrew","language":"hebrew","number_value":5619,"lemma":"סָקַל","transliteration":"çâqal","pronunciation":"saw-kal'","derivation":"a primitive root;","strongs_definition":"properly, to be weighty; but used only in the sense of lapidation or its contrary (as if a delapidation)","kjv_definition":"(cast, gather out, throw) stone(-s), [idiom] surely."} +{"id":"H5620","strongs_number":"H5620","system":"hebrew","language":"hebrew","number_value":5620,"lemma":"סַר","transliteration":"çar","pronunciation":"sar","derivation":"contracted from H5637 (סָרַר);","strongs_definition":"peevish","kjv_definition":"heavy, sad."} +{"id":"H5621","strongs_number":"H5621","system":"hebrew","language":"hebrew","number_value":5621,"lemma":"סָרָב","transliteration":"çârâb","pronunciation":"saw-rawb'","derivation":"from an unused root meaning to sting;","strongs_definition":"a thistle","kjv_definition":"brier."} +{"id":"H5622","strongs_number":"H5622","system":"hebrew","language":"hebrew","number_value":5622,"lemma":"סַרְבַּל","transliteration":"çarbal","pronunciation":"sar-bal'","derivation":"(Aramaic) of uncertain derivation;","strongs_definition":"a cloak","kjv_definition":"coat."} +{"id":"H5623","strongs_number":"H5623","system":"hebrew","language":"hebrew","number_value":5623,"lemma":"סַרְגּוֹן","transliteration":"Çargôwn","pronunciation":"sar-gone'","derivation":"of foreign derivation;","strongs_definition":"Sargon, an Assyrian king","kjv_definition":"Sargon."} +{"id":"H5624","strongs_number":"H5624","system":"hebrew","language":"hebrew","number_value":5624,"lemma":"סֶרֶד","transliteration":"Çered","pronunciation":"seh'-red","derivation":"from a primitive root meaning to tremble; trembling;","strongs_definition":"Sered, an Israelite","kjv_definition":"Sered."} +{"id":"H5625","strongs_number":"H5625","system":"hebrew","language":"hebrew","number_value":5625,"lemma":"סַרְדִּי","transliteration":"Çardîy","pronunciation":"sar-dee'","derivation":"patron from H5624 (סֶרֶד);","strongs_definition":"a Seredite (collectively) or descendants of Sered","kjv_definition":"Sardites."} +{"id":"H5626","strongs_number":"H5626","system":"hebrew","language":"hebrew","number_value":5626,"lemma":"סִרָה","transliteration":"Çirâh","pronunciation":"see-raw'","derivation":"from H5493 (סוּר); departure;","strongs_definition":"Sirah, a cistern so-called","kjv_definition":"Sirah. See also H5518 (סִיר)."} +{"id":"H5627","strongs_number":"H5627","system":"hebrew","language":"hebrew","number_value":5627,"lemma":"סָרָה","transliteration":"çârâh","pronunciation":"saw-raw'","derivation":"from H5493 (סוּר);","strongs_definition":"apostasy, crime; figuratively, remission","kjv_definition":"[idiom] continual, rebellion, revolt(-ed), turn away, wrong."} +{"id":"H5628","strongs_number":"H5628","system":"hebrew","language":"hebrew","number_value":5628,"lemma":"סָרַח","transliteration":"çârach","pronunciation":"saw-rakh'","derivation":"a primitive root;","strongs_definition":"to extend (even to excess)","kjv_definition":"exceeding, hand, spread, stretch self, banish."} +{"id":"H5629","strongs_number":"H5629","system":"hebrew","language":"hebrew","number_value":5629,"lemma":"סֶרַח","transliteration":"çerach","pronunciation":"seh'-rakh","derivation":"from H5628 (סָרַח);","strongs_definition":"a redundancy","kjv_definition":"remnant."} +{"id":"H5630","strongs_number":"H5630","system":"hebrew","language":"hebrew","number_value":5630,"lemma":"סִרְיֹן","transliteration":"çiryôn","pronunciation":"sir-yone'","derivation":"for H8302 (שִׁרְיוֹן);","strongs_definition":"a coat of mail","kjv_definition":"brigandine."} +{"id":"H5631","strongs_number":"H5631","system":"hebrew","language":"hebrew","number_value":5631,"lemma":"סָרִיס","transliteration":"çârîyç","pronunciation":"saw-reece'","derivation":"or סָרִס; from an unused root meaning to castrate;","strongs_definition":"a eunuch; by implication, valet (especially of the female apartments), and thus, a minister of state","kjv_definition":"chamberlain, eunuch, officer. Compare H7249 (רַב־סָרִיס)."} +{"id":"H5632","strongs_number":"H5632","system":"hebrew","language":"hebrew","number_value":5632,"lemma":"סָרֵךְ","transliteration":"çârêk","pronunciation":"saw-rake'","derivation":"(Aramaic) of foreign origin;","strongs_definition":"an emir","kjv_definition":"president."} +{"id":"H5633","strongs_number":"H5633","system":"hebrew","language":"hebrew","number_value":5633,"lemma":"סֶרֶן","transliteration":"çeren","pronunciation":"seh'-ren","derivation":"from an unused root of uncertain meaning;","strongs_definition":"an axle; figuratively, a peer","kjv_definition":"lord, plate."} +{"id":"H5634","strongs_number":"H5634","system":"hebrew","language":"hebrew","number_value":5634,"lemma":"סַרְעַפָּה","transliteration":"çarʻappâh","pronunciation":"sar-ap-paw'","derivation":"for H5589 (סְעַפָּה);","strongs_definition":"a twig","kjv_definition":"bough."} +{"id":"H5635","strongs_number":"H5635","system":"hebrew","language":"hebrew","number_value":5635,"lemma":"סָרַף","transliteration":"çâraph","pronunciation":"saw-raf'","derivation":"a primitive root;","strongs_definition":"to cremate, i.e. to be (near) of kin (such being privileged to kindle the pyre)","kjv_definition":"burn."} +{"id":"H5636","strongs_number":"H5636","system":"hebrew","language":"hebrew","number_value":5636,"lemma":"סַרְפָּד","transliteration":"çarpâd","pronunciation":"sar-pawd'","derivation":"from H5635 (סָרַף);","strongs_definition":"a nettle (as stinging like a burn)","kjv_definition":"brier."} +{"id":"H5637","strongs_number":"H5637","system":"hebrew","language":"hebrew","number_value":5637,"lemma":"סָרַר","transliteration":"çârar","pronunciation":"saw-rar'","derivation":"a primitive root;","strongs_definition":"to turn away, i.e. (morally) be refractory","kjv_definition":"[idiom] away, backsliding, rebellious, revolter(-ing), slide back, stubborn, withdrew."} +{"id":"H5638","strongs_number":"H5638","system":"hebrew","language":"hebrew","number_value":5638,"lemma":"סְתָו","transliteration":"çᵉthâv","pronunciation":"seth-awv'","derivation":"from an unused root meaning to hide;","strongs_definition":"winter (as the dark season)","kjv_definition":"winter."} +{"id":"H5639","strongs_number":"H5639","system":"hebrew","language":"hebrew","number_value":5639,"lemma":"סְתוּר","transliteration":"Çᵉthûwr","pronunciation":"seth-oor'","derivation":"from H5641 (סָתַר); hidden;","strongs_definition":"Sethur, an Israelite","kjv_definition":"Sethur."} +{"id":"H5640","strongs_number":"H5640","system":"hebrew","language":"hebrew","number_value":5640,"lemma":"סָתַם","transliteration":"çâtham","pronunciation":"saw-tham'","derivation":"or שָׂתַם; (Numbers 24:15), a primitive root;","strongs_definition":"to stop up; by implication, to repair; figuratively, to keep secret","kjv_definition":"closed up, hidden, secret, shut out (up), stop."} +{"id":"H5641","strongs_number":"H5641","system":"hebrew","language":"hebrew","number_value":5641,"lemma":"סָתַר","transliteration":"çâthar","pronunciation":"saw-thar'","derivation":"a primitive root;","strongs_definition":"to hide (by covering), literally or figuratively","kjv_definition":"be absent, keep close, conceal, hide (self), (keep) secret, [idiom] surely."} +{"id":"H5642","strongs_number":"H5642","system":"hebrew","language":"hebrew","number_value":5642,"lemma":"סְתַר","transliteration":"çᵉthar","pronunciation":"seth-ar'","derivation":"(Aramaic) corresponding to H5641 (סָתַר);","strongs_definition":"to conceal; figuratively, to demolish","kjv_definition":"destroy, secret thing."} +{"id":"H5643","strongs_number":"H5643","system":"hebrew","language":"hebrew","number_value":5643,"lemma":"סֵתֶר","transliteration":"çêther","pronunciation":"say'-ther","derivation":"or (feminine) סִתְרָה; (Deuteronomy [32:38), from H5641 (סָתַר);","strongs_definition":"a cover (in a good or a bad, a literal or a figurative sense)","kjv_definition":"backbiting, covering, covert, [idiom] disguise(-th), hiding place, privily, protection, secret(-ly, place)."} +{"id":"H5644","strongs_number":"H5644","system":"hebrew","language":"hebrew","number_value":5644,"lemma":"סִתְרִי","transliteration":"Çithrîy","pronunciation":"sith-ree'","derivation":"from H5643 (סֵתֶר); protective;","strongs_definition":"Sithri, an Israelite,","kjv_definition":"Zithri. ["} +{"id":"H5645","strongs_number":"H5645","system":"hebrew","language":"hebrew","number_value":5645,"lemma":"עָב","transliteration":"ʻâb","pronunciation":"awb","derivation":"(masculine and feminine); from H5743 (עוּב);","strongs_definition":"properly, an envelope, i.e. darkness (or density, 2 Chronicles 4:17); specifically, a (scud) cloud; also a copse","kjv_definition":"clay, (thick) cloud, [idiom] thick, thicket. Compare H5672 (עֲבִי)."} +{"id":"H5646","strongs_number":"H5646","system":"hebrew","language":"hebrew","number_value":5646,"lemma":"עָב","transliteration":"ʻâb","pronunciation":"awb","derivation":"or עֹב; from an unused root meaning to cover; properly, equivalent to H5645 (עָב); but used only as an architectural term,","strongs_definition":"an architrave (as shading the pillars)","kjv_definition":"thick (beam, plant)."} +{"id":"H5647","strongs_number":"H5647","system":"hebrew","language":"hebrew","number_value":5647,"lemma":"עָבַד","transliteration":"ʻâbad","pronunciation":"aw-bad'","derivation":"a primitive root;","strongs_definition":"to work (in any sense); by implication, to serve, till, (causatively) enslave, etc.","kjv_definition":"[idiom] be, keep in bondage, be bondmen, bond-service, compel, do, dress, ear, execute, [phrase] husbandman, keep, labour(-ing man, bring to pass, (cause to, make to) serve(-ing, self), (be, become) servant(-s), do (use) service, till(-er), transgress (from margin), (set a) work, be wrought, worshipper,"} +{"id":"H5648","strongs_number":"H5648","system":"hebrew","language":"hebrew","number_value":5648,"lemma":"עֲבַד","transliteration":"ʻăbad","pronunciation":"ab-bad'","derivation":"(Aramaic) corresponding to H5647 (עָבַד);","strongs_definition":"to do, make, prepare, keep, etc.","kjv_definition":"[idiom] cut, do, execute, go on, make, move, work."} +{"id":"H5649","strongs_number":"H5649","system":"hebrew","language":"hebrew","number_value":5649,"lemma":"עֲבַד","transliteration":"ʻăbad","pronunciation":"ab-bad'","derivation":"(Aramaic) from H5648 (עֲבַד);","strongs_definition":"a servant","kjv_definition":"servant."} +{"id":"H5650","strongs_number":"H5650","system":"hebrew","language":"hebrew","number_value":5650,"lemma":"עֶבֶד","transliteration":"ʻebed","pronunciation":"eh'-bed","derivation":"from H5647 (עָבַד);","strongs_definition":"a servant","kjv_definition":"[idiom] bondage, bondman, (bond-) servant, (man-) servant."} +{"id":"H5651","strongs_number":"H5651","system":"hebrew","language":"hebrew","number_value":5651,"lemma":"עֶבֶד","transliteration":"ʻEbed","pronunciation":"eh'-bed","derivation":"the same as H5650 (עֶבֶד);","strongs_definition":"Ebed, the name of two Israelites","kjv_definition":"Ebed."} +{"id":"H5652","strongs_number":"H5652","system":"hebrew","language":"hebrew","number_value":5652,"lemma":"עֲבָד","transliteration":"ʻăbâd","pronunciation":"ab-awd'","derivation":"from H5647 (עָבַד);","strongs_definition":"a deed","kjv_definition":"work."} +{"id":"H5653","strongs_number":"H5653","system":"hebrew","language":"hebrew","number_value":5653,"lemma":"עַבְדָּא","transliteration":"ʻAbdâʼ","pronunciation":"ab-daw'","derivation":"from H5647 (עָבַד); work;","strongs_definition":"Abda, the name of two Israelites","kjv_definition":"Abda"} +{"id":"H5654","strongs_number":"H5654","system":"hebrew","language":"hebrew","number_value":5654,"lemma":"עֹבֵד אֱדוֹם","transliteration":"ʻÔbêd ʼĔdôwm","pronunciation":"o-bade' ed-ome'","derivation":"from the active participle of H5647 (עָבַד) and H123 (אֱדֹם); worker of Edom;","strongs_definition":"Obed-Edom, the name of five Israelites","kjv_definition":"Obed-edom."} +{"id":"H5655","strongs_number":"H5655","system":"hebrew","language":"hebrew","number_value":5655,"lemma":"עַבְדְּאֵל","transliteration":"ʻAbdᵉʼêl","pronunciation":"ab-deh-ale'","derivation":"from H5647 (עָבַד) and H410 (אֵל); serving God;","strongs_definition":"Abdeel, an Israelite","kjv_definition":"Abdeel. Compare H5661 (עַבְדִיאֵל)."} +{"id":"H5656","strongs_number":"H5656","system":"hebrew","language":"hebrew","number_value":5656,"lemma":"עֲבֹדָה","transliteration":"ʻăbôdâh","pronunciation":"ab-o-daw'","derivation":"or עֲבוֹדָה; from H5647 (עָבַד);","strongs_definition":"work of any kind","kjv_definition":"act, bondage, [phrase] bondservant, effect, labour, ministering(-try), office, service(-ile, -itude), tillage, use, work, [idiom] wrought."} +{"id":"H5657","strongs_number":"H5657","system":"hebrew","language":"hebrew","number_value":5657,"lemma":"עֲבֻדָּה","transliteration":"ʻăbuddâh","pronunciation":"ab-ood-daw'","derivation":"passive participle of H5647 (עָבַד);","strongs_definition":"something wrought, i.e. (concretely) service","kjv_definition":"household, store of servants."} +{"id":"H5658","strongs_number":"H5658","system":"hebrew","language":"hebrew","number_value":5658,"lemma":"עַבְדוֹן","transliteration":"ʻAbdôwn","pronunciation":"ab-dohn'","derivation":"from H5647 (עָבַד); servitude;","strongs_definition":"Abdon, the name of a place in Palestine and of four Israelites","kjv_definition":"Abdon. Compare H5683 (עֶבְרֹן)."} +{"id":"H5659","strongs_number":"H5659","system":"hebrew","language":"hebrew","number_value":5659,"lemma":"עַבְדוּת","transliteration":"ʻabdûwth","pronunciation":"ab-dooth'","derivation":"from H5647 (עָבַד);","strongs_definition":"servitude","kjv_definition":"bondage."} +{"id":"H5660","strongs_number":"H5660","system":"hebrew","language":"hebrew","number_value":5660,"lemma":"עַבְדִּי","transliteration":"ʻAbdîy","pronunciation":"ab-dee'","derivation":"from H5647 (עָבַד); serviceable;","strongs_definition":"Abdi, the name of two Israelites","kjv_definition":"Abdi."} +{"id":"H5661","strongs_number":"H5661","system":"hebrew","language":"hebrew","number_value":5661,"lemma":"עַבְדִיאֵל","transliteration":"ʻAbdîyʼêl","pronunciation":"ab-dee-ale'","derivation":"from H5650 (עֶבֶד) and H410 (אֵל); servant of God;","strongs_definition":"Abdiel, an Israelite","kjv_definition":"Abdiel. Compare H5655 (עַבְדְּאֵל)."} +{"id":"H5662","strongs_number":"H5662","system":"hebrew","language":"hebrew","number_value":5662,"lemma":"עֹבַדְיָה","transliteration":"ʻÔbadyâh","pronunciation":"o-bad-yaw'","derivation":"or עֹבַדְיָהוּ; active participle of H5647 (עָבַד) and H3050 (יָהּ); serving Jah;","strongs_definition":"Obadjah, the name of thirteen Israelites","kjv_definition":"Obadiah."} +{"id":"H5663","strongs_number":"H5663","system":"hebrew","language":"hebrew","number_value":5663,"lemma":"עֶבֶד מֶלֶךְ","transliteration":"ʻEbed Melek","pronunciation":"eh'-bed meh'-lek","derivation":"from H5650 (עֶבֶד) and H4428 (מֶלֶךְ); servant of a king;","strongs_definition":"Ebed-Melek, a eunuch of Zedekeah","kjv_definition":"Ebed-melech."} +{"id":"H5664","strongs_number":"H5664","system":"hebrew","language":"hebrew","number_value":5664,"lemma":"עֲבֵד נְגוֹ","transliteration":"ʻĂbêd Nᵉgôw","pronunciation":"ab-ade' neg-o'","derivation":"the same as H5665 (עֲבֵד נְגוֹא);","strongs_definition":"Abed-Nego, the Babylonian name of one of Daniel's companions","kjv_definition":"Abed-nego."} +{"id":"H5665","strongs_number":"H5665","system":"hebrew","language":"hebrew","number_value":5665,"lemma":"עֲבֵד נְגוֹא","transliteration":"ʻĂbêd Nᵉgôwʼ","pronunciation":"ab-ade' neg-o'","derivation":"(Aramaic) of foreign origin;","strongs_definition":"Abed-Nego, the name of Azariah","kjv_definition":"Abed-nego."} +{"id":"H5666","strongs_number":"H5666","system":"hebrew","language":"hebrew","number_value":5666,"lemma":"עָבָה","transliteration":"ʻâbâh","pronunciation":"aw-baw'","derivation":"a primitive root;","strongs_definition":"to be dense","kjv_definition":"be (grow) thick(-er)."} +{"id":"H5667","strongs_number":"H5667","system":"hebrew","language":"hebrew","number_value":5667,"lemma":"עֲבוֹט","transliteration":"ʻăbôwṭ","pronunciation":"ab-ote'","derivation":"or עֲבֹט; from H5670 (עָבַט);","strongs_definition":"a pawn","kjv_definition":"pledge."} +{"id":"H5668","strongs_number":"H5668","system":"hebrew","language":"hebrew","number_value":5668,"lemma":"עָבוּר","transliteration":"ʻâbûwr","pronunciation":"aw-boor'","derivation":"or עָבֻר; passive participle of H5674 (עָבַר);","strongs_definition":"properly, crossed, i.e. (abstractly) transit; used only adverbially, on account of, in order that","kjv_definition":"because of, for (...'s sake), (intent) that, to."} +{"id":"H5669","strongs_number":"H5669","system":"hebrew","language":"hebrew","number_value":5669,"lemma":"עָבוּר","transliteration":"ʻâbûwr","pronunciation":"aw-boor'","derivation":"the same as H5668 (עָבוּר);","strongs_definition":"passed, i.e. kept over; used only of stored grain","kjv_definition":"old corn."} +{"id":"H5670","strongs_number":"H5670","system":"hebrew","language":"hebrew","number_value":5670,"lemma":"עָבַט","transliteration":"ʻâbaṭ","pronunciation":"aw-bat'","derivation":"a primitive root;","strongs_definition":"to pawn; causatively, to lend (on security); figuratively, to entangle","kjv_definition":"borrow, break (ranks), fetch (a pledge), lend, [idiom] surely."} +{"id":"H5671","strongs_number":"H5671","system":"hebrew","language":"hebrew","number_value":5671,"lemma":"עַבְטִיט","transliteration":"ʻabṭîyṭ","pronunciation":"ab-teet'","derivation":"from H5670 (עָבַט);","strongs_definition":"something pledged, i.e. (collectively) pawned goods","kjv_definition":"thick clay (by a false etym.)."} +{"id":"H5672","strongs_number":"H5672","system":"hebrew","language":"hebrew","number_value":5672,"lemma":"עֲבִי","transliteration":"ʻăbîy","pronunciation":"ab-ee'","derivation":"or עֳבִי]; from H5666 (עָבָה);","strongs_definition":"density, i.e. depth or width","kjv_definition":"thick(-ness). Compare H5645 (עָב)."} +{"id":"H5673","strongs_number":"H5673","system":"hebrew","language":"hebrew","number_value":5673,"lemma":"עֲבִידָה","transliteration":"ʻăbîydâh","pronunciation":"ab-ee-daw'","derivation":"(Aramaic) from H5648 (עֲבַד);","strongs_definition":"labor or business","kjv_definition":"affairs, service, work."} +{"id":"H5674","strongs_number":"H5674","system":"hebrew","language":"hebrew","number_value":5674,"lemma":"עָבַר","transliteration":"ʻâbar","pronunciation":"aw-bar'","derivation":"a primitive root;","strongs_definition":"to cross over; used very widely of any transition (literal or figurative; transitive, intransitive, intensive, causative); specifically, to cover (in copulation)","kjv_definition":"alienate, alter, [idiom] at all, beyond, bring (over, through), carry over, (over-) come (on, over), conduct (over), convey over, current, deliver, do away, enter, escape, fail, gender, get over, (make) go (away, beyond, by, forth, his way, in, on, over, through), have away (more), lay, meddle, overrun, make partition, (cause to, give, make to, over) pass(-age, along, away, beyond, by, -enger, on, out, over, through), (cause to, make) [phrase] proclaim(-amation), perish, provoke to anger, put away, rage, [phrase] raiser of taxes, remove, send over, set apart, [phrase] shave, cause to (make) sound, [idiom] speedily, [idiom] sweet smelling, take (away), (make to) transgress(-or), translate, turn away, (way-) faring man, be wrath."} +{"id":"H5675","strongs_number":"H5675","system":"hebrew","language":"hebrew","number_value":5675,"lemma":"עֲבַר","transliteration":"ʻăbar","pronunciation":"ab-ar'","derivation":"(Aramaic) corresponding to H5676 (עֵבֶר)","strongs_definition":"{properly, a region across; but used only adverbially (with or without a preposition) on the opposite side (especially of the Jordan; ususally meaning the east)}","kjv_definition":"beyond, this side."} +{"id":"H5676","strongs_number":"H5676","system":"hebrew","language":"hebrew","number_value":5676,"lemma":"עֵבֶר","transliteration":"ʻêber","pronunciation":"ay'-ber","derivation":"from H5674 (עָבַר);","strongs_definition":"properly, a region across; but used only adverbially (with or without a preposition) on the opposite side (especially of the Jordan; ususally meaning the east)","kjv_definition":"[idiom] against, beyond, by, [idiom] from, over, passage, quarter, (other, this) side, straight."} +{"id":"H5677","strongs_number":"H5677","system":"hebrew","language":"hebrew","number_value":5677,"lemma":"עֵבֵר","transliteration":"ʻÊbêr","pronunciation":"ay'-ber","derivation":"the same as H5676 (עֵבֶר);","strongs_definition":"Eber, the name of two patriarchs and four Israelites","kjv_definition":"Eber, Heber."} +{"id":"H5678","strongs_number":"H5678","system":"hebrew","language":"hebrew","number_value":5678,"lemma":"עֶבְרָה","transliteration":"ʻebrâh","pronunciation":"eb-raw'","derivation":"feminine of H5676 (עֵבֶר);","strongs_definition":"an outburst of passion","kjv_definition":"anger, rage, wrath."} +{"id":"H5679","strongs_number":"H5679","system":"hebrew","language":"hebrew","number_value":5679,"lemma":"עֲבָרָה","transliteration":"ʻăbârâh","pronunciation":"ab-aw-raw'","derivation":"from H5674 (עָבַר);","strongs_definition":"a crossing-place","kjv_definition":"ferry, plain (from the margin)."} +{"id":"H5680","strongs_number":"H5680","system":"hebrew","language":"hebrew","number_value":5680,"lemma":"עִבְרִי","transliteration":"ʻIbrîy","pronunciation":"ib-ree'","derivation":"patronymic from H5677 (עֵבֵר);","strongs_definition":"an Eberite (i.e. Hebrew) or descendant of Eber","kjv_definition":"Hebrew(-ess, woman)."} +{"id":"H5681","strongs_number":"H5681","system":"hebrew","language":"hebrew","number_value":5681,"lemma":"עִבְרִי","transliteration":"ʻIbrîy","pronunciation":"ib-ree'","derivation":"the same as H5680 (עִבְרִי);","strongs_definition":"Ibri, an Israelite","kjv_definition":"Ibri."} +{"id":"H5682","strongs_number":"H5682","system":"hebrew","language":"hebrew","number_value":5682,"lemma":"עֲבָרִים","transliteration":"ʻĂbârîym","pronunciation":"ab-aw-reem'","derivation":"plural of H5676 (עֵבֶר); regions beyond;","strongs_definition":"Abarim, a place in Palestine","kjv_definition":"Abarim, passages."} +{"id":"H5683","strongs_number":"H5683","system":"hebrew","language":"hebrew","number_value":5683,"lemma":"עֶבְרֹן","transliteration":"ʻEbrôn","pronunciation":"eb-rone'","derivation":"from H5676 (עֵבֶר); transitional;","strongs_definition":"Ebron, a place in Palestine","kjv_definition":"Hebron. Perhaps a clerical error for H5658 (עַבְדוֹן)."} +{"id":"H5684","strongs_number":"H5684","system":"hebrew","language":"hebrew","number_value":5684,"lemma":"עֶבְרֹנָה","transliteration":"ʻEbrônâh","pronunciation":"eb-raw-naw'","derivation":"feminine of H5683 (עֶבְרֹן);","strongs_definition":"Ebronah, place in the Desert","kjv_definition":"Ebronah."} +{"id":"H5685","strongs_number":"H5685","system":"hebrew","language":"hebrew","number_value":5685,"lemma":"עָבַשׁ","transliteration":"ʻâbash","pronunciation":"aw-bash'","derivation":"a primitive root;","strongs_definition":"to dry up","kjv_definition":"be rotten."} +{"id":"H5686","strongs_number":"H5686","system":"hebrew","language":"hebrew","number_value":5686,"lemma":"עָבַת","transliteration":"ʻâbath","pronunciation":"aw-bath'","derivation":"a primitive root;","strongs_definition":"to interlace, i.e. (figuratively) to pervert","kjv_definition":"wrap up."} +{"id":"H5687","strongs_number":"H5687","system":"hebrew","language":"hebrew","number_value":5687,"lemma":"עָבֹת","transliteration":"ʻâbôth","pronunciation":"aw-both'","derivation":"or עָבוֹת; from H5686 (עָבַת);","strongs_definition":"intwined, i.e. dense","kjv_definition":"thick."} +{"id":"H5688","strongs_number":"H5688","system":"hebrew","language":"hebrew","number_value":5688,"lemma":"עֲבֹת","transliteration":"ʻăbôth","pronunciation":"ab-oth'","derivation":"or עֲבוֹת; or (feminine) עֲבֹתָה; the same as H5687 (עָבֹת);","strongs_definition":"something intwined, i.e. a string, wreath or foliage","kjv_definition":"band, cord, rope, thick bough (branch), wreathen (chain)."} +{"id":"H5689","strongs_number":"H5689","system":"hebrew","language":"hebrew","number_value":5689,"lemma":"עֲגַב","transliteration":"ʻăgab","pronunciation":"aw-gab'","derivation":"a primitive root;","strongs_definition":"to breathe after, i.e. to love (sensually)","kjv_definition":"dote, lover."} +{"id":"H5690","strongs_number":"H5690","system":"hebrew","language":"hebrew","number_value":5690,"lemma":"עֶגֶב","transliteration":"ʻegeb","pronunciation":"eh'-gheb","derivation":"from H5689 (עֲגַב);","strongs_definition":"love (concretely), i.e. amative words","kjv_definition":"much love, very lovely."} +{"id":"H5691","strongs_number":"H5691","system":"hebrew","language":"hebrew","number_value":5691,"lemma":"עֲגָבָה","transliteration":"ʻăgâbâh","pronunciation":"ag-aw-baw'","derivation":"from H5689 (עֲגַב);","strongs_definition":"love (abstractly), i.e. amorousness","kjv_definition":"inordinate love."} +{"id":"H5692","strongs_number":"H5692","system":"hebrew","language":"hebrew","number_value":5692,"lemma":"עֻגָּה","transliteration":"ʻuggâh","pronunciation":"oog-gaw'","derivation":"from H5746 (עוּג);","strongs_definition":"an ash-cake (as round)","kjv_definition":"cake (upon the hearth)."} +{"id":"H5693","strongs_number":"H5693","system":"hebrew","language":"hebrew","number_value":5693,"lemma":"עָגוּר","transliteration":"ʻâgûwr","pronunciation":"aw-goor'","derivation":"passive part (but with active sense) of an unused root meaning to twitter;","strongs_definition":"probably the swallow","kjv_definition":"swallow."} +{"id":"H5694","strongs_number":"H5694","system":"hebrew","language":"hebrew","number_value":5694,"lemma":"עָגִיל","transliteration":"ʻâgîyl","pronunciation":"aw-gheel'","derivation":"from the same as H5696 (עָגֹל);","strongs_definition":"something round, i.e. a ring (for the ears)","kjv_definition":"earring."} +{"id":"H5695","strongs_number":"H5695","system":"hebrew","language":"hebrew","number_value":5695,"lemma":"עֵגֶל","transliteration":"ʻêgel","pronunciation":"ay-ghel","derivation":"from the same as H5696 (עָגֹל);","strongs_definition":"a (male) calf (as frisking round), especially one nearly grown (i.e. a steer)","kjv_definition":"bullock, calf."} +{"id":"H5696","strongs_number":"H5696","system":"hebrew","language":"hebrew","number_value":5696,"lemma":"עָגֹל","transliteration":"ʻâgôl","pronunciation":"aw-gole'","derivation":"or עָגוֹל; from an unused root meaning to revolve,","strongs_definition":"circular","kjv_definition":"round."} +{"id":"H5697","strongs_number":"H5697","system":"hebrew","language":"hebrew","number_value":5697,"lemma":"עֶגְלָה","transliteration":"ʻeglâh","pronunciation":"eg-law'","derivation":"feminine of H5695 (עֵגֶל);","strongs_definition":"a (female) calf, especially one nearly grown (i.e. a heifer)","kjv_definition":"calf, cow, heifer."} +{"id":"H5698","strongs_number":"H5698","system":"hebrew","language":"hebrew","number_value":5698,"lemma":"עֶגְלָה","transliteration":"ʻEglâh","pronunciation":"eg-law'","derivation":"the same as H5697 (עֶגְלָה);","strongs_definition":"Eglah, a wife of David","kjv_definition":"Eglah."} +{"id":"H5699","strongs_number":"H5699","system":"hebrew","language":"hebrew","number_value":5699,"lemma":"עֲגָלָה","transliteration":"ʻăgâlâh","pronunciation":"ag-aw-law'","derivation":"from the same as H5696 (עָגֹל);","strongs_definition":"something revolving, i.e. a wheeled vehicle","kjv_definition":"cart, chariot, wagon"} +{"id":"H5700","strongs_number":"H5700","system":"hebrew","language":"hebrew","number_value":5700,"lemma":"עֶגְלוֹן","transliteration":"ʻEglôwn","pronunciation":"eg-lawn'","derivation":"from H5695 (עֵגֶל); vituline;","strongs_definition":"Eglon, the name of a place in Palestine and of a Moabitish king","kjv_definition":"Eglon."} +{"id":"H5701","strongs_number":"H5701","system":"hebrew","language":"hebrew","number_value":5701,"lemma":"עָגַם","transliteration":"ʻâgam","pronunciation":"aw-gam'","derivation":"a primitive root;","strongs_definition":"to be sad","kjv_definition":"grieve."} +{"id":"H5702","strongs_number":"H5702","system":"hebrew","language":"hebrew","number_value":5702,"lemma":"עָגַן","transliteration":"ʻâgan","pronunciation":"aw-gan'","derivation":"a primitive root;","strongs_definition":"to debar, i.e. from marriage","kjv_definition":"stay."} +{"id":"H5703","strongs_number":"H5703","system":"hebrew","language":"hebrew","number_value":5703,"lemma":"עַד","transliteration":"ʻad","pronunciation":"ad","derivation":"from H5710 (עָדָה);","strongs_definition":"properly, a (peremptory) terminus, i.e. (by implication) duration, in the sense of advance or perpetuity (substantially as a noun, either with or without a preposition)","kjv_definition":"eternity, ever(-lasting, -more), old, perpetually, [phrase] world without end."} +{"id":"H5704","strongs_number":"H5704","system":"hebrew","language":"hebrew","number_value":5704,"lemma":"עַד","transliteration":"ʻad","pronunciation":"ad","derivation":"properly, the same as H5703 (עַד) (used as a preposition, adverb or conjunction; especially with a preposition);","strongs_definition":"as far (or long, or much) as, whether of space (even unto) or time (during, while, until) or degree (equally with)","kjv_definition":"against, and, as, at, before, by (that), even (to), for(-asmuch as), (hither-) to, [phrase] how long, into, as long (much) as, (so) that, till, toward, until, when, while, ([phrase] as) yet."} +{"id":"H5705","strongs_number":"H5705","system":"hebrew","language":"hebrew","number_value":5705,"lemma":"עַד","transliteration":"ʻad","pronunciation":"ad","derivation":"(Aramaic) corresponding to H5704 (עַד)","strongs_definition":"{as far (or long, or much) as, whether of space (even unto) or time (during, while, until) or degree (equally with)}","kjv_definition":"[idiom] and, at, for, (hither-) to, on till, (un-) to, until, within."} +{"id":"H5706","strongs_number":"H5706","system":"hebrew","language":"hebrew","number_value":5706,"lemma":"עַד","transliteration":"ʻad","pronunciation":"ad","derivation":"the same as H5703 (עַד) in the sense of the aim of an attack;","strongs_definition":"booty","kjv_definition":"prey."} +{"id":"H5707","strongs_number":"H5707","system":"hebrew","language":"hebrew","number_value":5707,"lemma":"עֵד","transliteration":"ʻêd","pronunciation":"ayd","derivation":"contracted from H5749 (עוּד);","strongs_definition":"concretely, a witness; abstractly, testimony; specifically, a recorder, i.e. prince","kjv_definition":"witness."} +{"id":"H5708","strongs_number":"H5708","system":"hebrew","language":"hebrew","number_value":5708,"lemma":"עֵד","transliteration":"ʻêd","pronunciation":"ayd","derivation":"from an unused root meaning to set a period (compare H5710 (עָדָה), H5749 (עוּד));","strongs_definition":"the menstrual flux (as periodical); by implication (in plural) soiling","kjv_definition":"filthy."} +{"id":"H5709","strongs_number":"H5709","system":"hebrew","language":"hebrew","number_value":5709,"lemma":"עֲדָא","transliteration":"ʻădâʼ","pronunciation":"ad-aw'","derivation":"(Aramaic) or עֲדָה; (Aramaic), corresponding to H5710 (עָדָה)","strongs_definition":"{to advance, i.e. pass on or continue; causatively, to remove; specifically, to bedeck (i.e. bring an ornament upon)}","kjv_definition":"alter, depart, pass (away), remove, take (away)."} +{"id":"H5710","strongs_number":"H5710","system":"hebrew","language":"hebrew","number_value":5710,"lemma":"עָדָה","transliteration":"ʻâdâh","pronunciation":"aw-daw'","derivation":"a primitive root;","strongs_definition":"to advance, i.e. pass on or continue; causatively, to remove; specifically, to bedeck (i.e. bring an ornament upon)","kjv_definition":"adorn, deck (self), pass by, take away."} +{"id":"H5711","strongs_number":"H5711","system":"hebrew","language":"hebrew","number_value":5711,"lemma":"עָדָה","transliteration":"ʻÂdâh","pronunciation":"aw-daw'","derivation":"from H5710 (עָדָה); ornament;","strongs_definition":"Adah, the name of two women","kjv_definition":"Adah."} +{"id":"H5712","strongs_number":"H5712","system":"hebrew","language":"hebrew","number_value":5712,"lemma":"עֵדָה","transliteration":"ʻêdâh","pronunciation":"ay-daw'","derivation":"feminine of H5707 (עֵד) in the original sense of fixture;","strongs_definition":"a stated assemblage (specifically, a concourse, or generally, a family or crowd)","kjv_definition":"assembly, company, congregation, multitude, people, swarm. Compare H5713 (עֵדָה)."} +{"id":"H5713","strongs_number":"H5713","system":"hebrew","language":"hebrew","number_value":5713,"lemma":"עֵדָה","transliteration":"ʻêdâh","pronunciation":"ay-daw'","derivation":"feminine of H5707 (עֵד) in its techn. sense;","strongs_definition":"testimony","kjv_definition":"testimony, witness. Compare H5712 (עֵדָה)."} +{"id":"H5714","strongs_number":"H5714","system":"hebrew","language":"hebrew","number_value":5714,"lemma":"עִדּוֹ","transliteration":"ʻIddôw","pronunciation":"id-do'","derivation":"or עִדּוֹא; or עִדִּיא; from H5710 (עָדָה); timely;","strongs_definition":"Iddo (or Iddi), the name of five Israelites","kjv_definition":"Iddo. Compare H3035 (יִדּוֹ), H3260 (יֶעְדִּי)."} +{"id":"H5715","strongs_number":"H5715","system":"hebrew","language":"hebrew","number_value":5715,"lemma":"עֵדוּת","transliteration":"ʻêdûwth","pronunciation":"ay-dooth'","derivation":"feminine of H5707 (עֵד);","strongs_definition":"testimony","kjv_definition":"testimony, witness."} +{"id":"H5716","strongs_number":"H5716","system":"hebrew","language":"hebrew","number_value":5716,"lemma":"עֲדִי","transliteration":"ʻădîy","pronunciation":"ad-ee'","derivation":"from H5710 (עָדָה) in the sense of trappings;","strongs_definition":"finery; generally an outfit; specifically, a headstall","kjv_definition":"[idiom] excellent, mouth, ornament."} +{"id":"H5717","strongs_number":"H5717","system":"hebrew","language":"hebrew","number_value":5717,"lemma":"עֲדִיאֵל","transliteration":"ʻĂdîyʼêl","pronunciation":"ad-ee-ale'","derivation":"from H5716 (עֲדִי) and H410 (אֵל); ornament of God;","strongs_definition":"Adiel, the name of three Israelites","kjv_definition":"Adiel."} +{"id":"H5718","strongs_number":"H5718","system":"hebrew","language":"hebrew","number_value":5718,"lemma":"עֲדָיָה","transliteration":"ʻĂdâyâh","pronunciation":"ad-aw-yaw'","derivation":"or עֲדָיָהוּ; from H5710 (עָדָה) and H3050 (יָהּ); Jah has adorned;","strongs_definition":"Adajah, the name of eight Israelites","kjv_definition":"Adaiah."} +{"id":"H5719","strongs_number":"H5719","system":"hebrew","language":"hebrew","number_value":5719,"lemma":"עָדִין","transliteration":"ʻâdîyn","pronunciation":"aw-deen'","derivation":"from H5727 (עָדַן);","strongs_definition":"voluptuous","kjv_definition":"given to pleasures."} +{"id":"H5720","strongs_number":"H5720","system":"hebrew","language":"hebrew","number_value":5720,"lemma":"עָדִין","transliteration":"ʻÂdîyn","pronunciation":"aw-deen'","derivation":"the same as H5719 (עָדִין);","strongs_definition":"Adin, the name of two Israelites","kjv_definition":"Adin."} +{"id":"H5721","strongs_number":"H5721","system":"hebrew","language":"hebrew","number_value":5721,"lemma":"עֲדִינָא","transliteration":"ʻĂdîynâʼ","pronunciation":"ad-ee-naw'","derivation":"from H5719 (עָדִין); effeminacy;","strongs_definition":"Adina, an Israelite","kjv_definition":"Adina."} +{"id":"H5722","strongs_number":"H5722","system":"hebrew","language":"hebrew","number_value":5722,"lemma":"עֲדִינוֹ","transliteration":"ʻădîynôw","pronunciation":"ad-ee-no'","derivation":"probably from H5719 (עָדִין) in the original sense of slender (i.e. a spear);","strongs_definition":"his spear","kjv_definition":"Adino."} +{"id":"H5723","strongs_number":"H5723","system":"hebrew","language":"hebrew","number_value":5723,"lemma":"עֲדִיתַיִם","transliteration":"ʻĂdîythayim","pronunciation":"ad-ee-thah'-yim","derivation":"dual of a feminine of H5706 (עַד); double prey;","strongs_definition":"Adithajim, a place in Palestine","kjv_definition":"Adithaim."} +{"id":"H5724","strongs_number":"H5724","system":"hebrew","language":"hebrew","number_value":5724,"lemma":"עַדְלַי","transliteration":"ʻAdlay","pronunciation":"ad-lah'-ee","derivation":"probably from an unused root of uncertain meaning;","strongs_definition":"Adlai, an Israelite","kjv_definition":"Adlai."} +{"id":"H5725","strongs_number":"H5725","system":"hebrew","language":"hebrew","number_value":5725,"lemma":"עֲדֻלָּם","transliteration":"ʻĂdullâm","pronunciation":"ad-ool-lawm'","derivation":"probably from the passive participle of the same as H5724 (עַדְלַי);","strongs_definition":"Adullam, a place in Palestine","kjv_definition":"Adullam."} +{"id":"H5726","strongs_number":"H5726","system":"hebrew","language":"hebrew","number_value":5726,"lemma":"עֲדֻלָּמִי","transliteration":"ʻĂdullâmîy","pronunciation":"ad-ool-law-mee'","derivation":"patrial from H5725 (עֲדֻלָּם);","strongs_definition":"an Adullamite or native of Adullam","kjv_definition":"Adullamite."} +{"id":"H5727","strongs_number":"H5727","system":"hebrew","language":"hebrew","number_value":5727,"lemma":"עָדַן","transliteration":"ʻâdan","pronunciation":"aw-dan'","derivation":"a primitive root;","strongs_definition":"to be soft or pleasant; figuratively and reflexively, to live voluptuously","kjv_definition":"delight self."} +{"id":"H5728","strongs_number":"H5728","system":"hebrew","language":"hebrew","number_value":5728,"lemma":"עֲדֶן","transliteration":"ʻăden","pronunciation":"ad-en'","derivation":"or עֲדֶנָּה; from H5704 (עַד) and H2004 (הֵן);","strongs_definition":"till now","kjv_definition":"yet."} +{"id":"H5729","strongs_number":"H5729","system":"hebrew","language":"hebrew","number_value":5729,"lemma":"עֶדֶן","transliteration":"ʻEden","pronunciation":"eh'-den","derivation":"from H5727 (עָדַן); pleasure;","strongs_definition":"Eden, a place in Mesopotamia","kjv_definition":"Eden."} +{"id":"H5730","strongs_number":"H5730","system":"hebrew","language":"hebrew","number_value":5730,"lemma":"עֵדֶן","transliteration":"ʻêden","pronunciation":"ay'-den","derivation":"or (feminine) עֶדְנָה; from H5727 (עָדַן);","strongs_definition":"pleasure","kjv_definition":"delicate, delight, pleasure. See also H1040 (בֵּית עֵדֶן)."} +{"id":"H5731","strongs_number":"H5731","system":"hebrew","language":"hebrew","number_value":5731,"lemma":"עֵדֶן","transliteration":"ʻÊden","pronunciation":"ay'-den","derivation":"the same as H5730 (עֵדֶן) (masculine);","strongs_definition":"Eden, the region of Adam's home","kjv_definition":"Eden."} +{"id":"H5732","strongs_number":"H5732","system":"hebrew","language":"hebrew","number_value":5732,"lemma":"עִדָּן","transliteration":"ʻiddân","pronunciation":"id-dawn'","derivation":"(Aramaic) from a root corresponding to that of H5708 (עֵד);","strongs_definition":"a set time; technically, a year","kjv_definition":"time."} +{"id":"H5733","strongs_number":"H5733","system":"hebrew","language":"hebrew","number_value":5733,"lemma":"עַדְנָא","transliteration":"ʻAdnâʼ","pronunciation":"ad-naw'","derivation":"from H5727 (עָדַן); pleasure;","strongs_definition":"Adna, the name of two Israelites","kjv_definition":"Adna."} +{"id":"H5734","strongs_number":"H5734","system":"hebrew","language":"hebrew","number_value":5734,"lemma":"עַדְנָה","transliteration":"ʻAdnâh","pronunciation":"ad-naw'","derivation":"from H5727 (עָדַן); pleasure;","strongs_definition":"Adnah, the name of two Israelites","kjv_definition":"Adnah."} +{"id":"H5735","strongs_number":"H5735","system":"hebrew","language":"hebrew","number_value":5735,"lemma":"עֲדְעָדָה","transliteration":"ʻĂdʻâdâh","pronunciation":"ad-aw-daw'","derivation":"from H5712 (עֵדָה); festival;","strongs_definition":"Adadah, a place in Palestine","kjv_definition":"Adadah."} +{"id":"H5736","strongs_number":"H5736","system":"hebrew","language":"hebrew","number_value":5736,"lemma":"עֲדַף","transliteration":"ʻădaph","pronunciation":"aw-daf'","derivation":"a primitive root;","strongs_definition":"to be (causatively, have) redundant","kjv_definition":"be more, odd number, be (have) over (and above), overplus, remain."} +{"id":"H5737","strongs_number":"H5737","system":"hebrew","language":"hebrew","number_value":5737,"lemma":"עֲדַר","transliteration":"ʻădar","pronunciation":"aw-dar'","derivation":"a primitive root;","strongs_definition":"to arrange as a battle, a vineyard (to hoe); hence, to muster and so to miss (or find wanting)","kjv_definition":"dig, fail, keep (rank), lack."} +{"id":"H5738","strongs_number":"H5738","system":"hebrew","language":"hebrew","number_value":5738,"lemma":"עֶדֶר","transliteration":"ʻEder","pronunciation":"eh'-der","derivation":"from H5737 (עֲדַר); an arrangement (i.e. drove);","strongs_definition":"Eder, an Israelite","kjv_definition":"Ader."} +{"id":"H5739","strongs_number":"H5739","system":"hebrew","language":"hebrew","number_value":5739,"lemma":"עֵדֶר","transliteration":"ʻêder","pronunciation":"ay'-der","derivation":"from H5737 (עֲדַר);","strongs_definition":"an arrangement, i.e. muster (of animals)","kjv_definition":"drove, flock, herd."} +{"id":"H5740","strongs_number":"H5740","system":"hebrew","language":"hebrew","number_value":5740,"lemma":"עֵדֶר","transliteration":"ʻÊder","pronunciation":"ay'-der","derivation":"the same as H5739 (עֵדֶר);","strongs_definition":"Eder, the name of an Israelite and of two places in Palestine","kjv_definition":"Edar, Eder."} +{"id":"H5741","strongs_number":"H5741","system":"hebrew","language":"hebrew","number_value":5741,"lemma":"עַדְרִיאֵל","transliteration":"ʻAdrîyʼêl","pronunciation":"ad-ree-ale'","derivation":"from H5739 (עֵדֶר) and H410 (אֵל); flock of God;","strongs_definition":"Adriel, an Israelite","kjv_definition":"Adriel."} +{"id":"H5742","strongs_number":"H5742","system":"hebrew","language":"hebrew","number_value":5742,"lemma":"עָדָשׁ","transliteration":"ʻâdâsh","pronunciation":"aw-dawsh'","derivation":"from an unused root of uncertain meaning;","strongs_definition":"a lentil","kjv_definition":"lentile."} +{"id":"H5743","strongs_number":"H5743","system":"hebrew","language":"hebrew","number_value":5743,"lemma":"עוּב","transliteration":"ʻûwb","pronunciation":"oob","derivation":"a primitive root;","strongs_definition":"to be dense or dark, i.e. to becloud","kjv_definition":"cover with a cloud."} +{"id":"H5744","strongs_number":"H5744","system":"hebrew","language":"hebrew","number_value":5744,"lemma":"עוֹבֵד","transliteration":"ʻÔwbêd","pronunciation":"o-bade'","derivation":"active participle of H5647 (עָבַד); serving;","strongs_definition":"Obed, the name of five Israelites","kjv_definition":"Obed."} +{"id":"H5745","strongs_number":"H5745","system":"hebrew","language":"hebrew","number_value":5745,"lemma":"עוֹבָל","transliteration":"ʻÔwbâl","pronunciation":"o-bawl'","derivation":"of foreign derivation;","strongs_definition":"Obal, a son of Joktan","kjv_definition":"Obal."} +{"id":"H5746","strongs_number":"H5746","system":"hebrew","language":"hebrew","number_value":5746,"lemma":"עוּג","transliteration":"ʻûwg","pronunciation":"oog","derivation":"a primitive root; properly, to gyrate; but used only as a denominative from H5692 (עֻגָּה),","strongs_definition":"to bake (round cakes on the hearth)","kjv_definition":"bake."} +{"id":"H5747","strongs_number":"H5747","system":"hebrew","language":"hebrew","number_value":5747,"lemma":"עוֹג","transliteration":"ʻÔwg","pronunciation":"ogue","derivation":"probably from H5746 (עוּג); round;","strongs_definition":"Og, a king of Bashan","kjv_definition":"Og."} +{"id":"H5748","strongs_number":"H5748","system":"hebrew","language":"hebrew","number_value":5748,"lemma":"עוּגָב","transliteration":"ʻûwgâb","pronunciation":"oo-gawb'","derivation":"or עֻגָּב; from H5689 (עֲגַב) in the original sense of breathing;","strongs_definition":"a reed-instrument of music","kjv_definition":"organ."} +{"id":"H5749","strongs_number":"H5749","system":"hebrew","language":"hebrew","number_value":5749,"lemma":"עוּד","transliteration":"ʻûwd","pronunciation":"ood","derivation":"a primitive root;","strongs_definition":"to duplicate or repeat; by implication, to protest, testify (as by reiteration); intensively, to encompass, restore (as a sort of reduplication)","kjv_definition":"admonish, charge, earnestly, lift up, protest, call (take) to record, relieve, rob, solemnly, stand upright, testify, give warning, (bear, call to, give, take to) witness."} +{"id":"H5750","strongs_number":"H5750","system":"hebrew","language":"hebrew","number_value":5750,"lemma":"עוֹד","transliteration":"ʻôwd","pronunciation":"ode","derivation":"or עֹד; from H5749 (עוּד);","strongs_definition":"properly, iteration or continuance; used only adverbially (with or without preposition), again, repeatedly, still, more","kjv_definition":"again, [idiom] all life long, at all, besides, but, else, further(-more), henceforth, (any) longer, (any) more(-over), [idiom] once, since, (be) still, when, (good, the) while (having being), (as, because, whether, while) yet (within)."} +{"id":"H5751","strongs_number":"H5751","system":"hebrew","language":"hebrew","number_value":5751,"lemma":"עוֹד","transliteration":"ʻôwd","pronunciation":"ode","derivation":"(Aramaic) corresponding to H5750 (עוֹד)","strongs_definition":"{properly, iteration or continuance; used only adverbially (with or without preposition), again, repeatedly, still, more}","kjv_definition":"while."} +{"id":"H5752","strongs_number":"H5752","system":"hebrew","language":"hebrew","number_value":5752,"lemma":"עוֹדֵד","transliteration":"ʻÔwdêd","pronunciation":"o-dade'","derivation":"or עֹדֵד; from H5749 (עוּד); reiteration;","strongs_definition":"Oded, the name of two Israelites","kjv_definition":"Oded."} +{"id":"H5753","strongs_number":"H5753","system":"hebrew","language":"hebrew","number_value":5753,"lemma":"עָוָה","transliteration":"ʻâvâh","pronunciation":"aw-vaw'","derivation":"a primitive root;","strongs_definition":"to crook, literally or figuratively","kjv_definition":"do amiss, bow down, make crooked, commit iniquity, pervert, (do) perverse(-ly), trouble, [idiom] turn, do wickedly, do wrong."} +{"id":"H5754","strongs_number":"H5754","system":"hebrew","language":"hebrew","number_value":5754,"lemma":"עַוָּה","transliteration":"ʻavvâh","pronunciation":"av-vaw'","derivation":"intensive from H5753 (עָוָה) abbreviated;","strongs_definition":"overthrow","kjv_definition":"[idiom] overturn."} +{"id":"H5755","strongs_number":"H5755","system":"hebrew","language":"hebrew","number_value":5755,"lemma":"עִוָּה","transliteration":"ʻIvvâh","pronunciation":"iv-vaw'","derivation":"or עַוָּא; (2 Kings 17:24), for H5754 (עַוָּה);","strongs_definition":"Ivvah or Avva, a region of Assyria","kjv_definition":"Ava, Ivah."} +{"id":"H5756","strongs_number":"H5756","system":"hebrew","language":"hebrew","number_value":5756,"lemma":"עוּז","transliteration":"ʻûwz","pronunciation":"ooz","derivation":"a primitive root;","strongs_definition":"to be strong; causatively, to stregthen, i.e. (figuratively) to save (by flight)","kjv_definition":"gather (self, self to flee), retire."} +{"id":"H5757","strongs_number":"H5757","system":"hebrew","language":"hebrew","number_value":5757,"lemma":"עַוִּי","transliteration":"ʻAvvîy","pronunciation":"av-vee'","derivation":"patrial from H5755 (עִוָּה);","strongs_definition":"an Avvite or native of Avvah (only plural)","kjv_definition":"Avims, Avites."} +{"id":"H5758","strongs_number":"H5758","system":"hebrew","language":"hebrew","number_value":5758,"lemma":"עִוְיָא","transliteration":"ʻivyâʼ","pronunciation":"iv-yaw'","derivation":"(Aramaic) from a root corresponding to H5753 (עָוָה);","strongs_definition":"perverseness","kjv_definition":"iniquity."} +{"id":"H5759","strongs_number":"H5759","system":"hebrew","language":"hebrew","number_value":5759,"lemma":"עֲוִיל","transliteration":"ʻăvîyl","pronunciation":"av-eel'","derivation":"from H5764 (עוּל);","strongs_definition":"a babe","kjv_definition":"young child, little one."} +{"id":"H5760","strongs_number":"H5760","system":"hebrew","language":"hebrew","number_value":5760,"lemma":"עֲוִיל","transliteration":"ʻăvîyl","pronunciation":"av-eel'","derivation":"from H5765 (עֲוַל);","strongs_definition":"perverse (morally)","kjv_definition":"ungodly."} +{"id":"H5761","strongs_number":"H5761","system":"hebrew","language":"hebrew","number_value":5761,"lemma":"עַוִּים","transliteration":"ʻAvvîym","pronunciation":"av-veem'","derivation":"plural of H5757 (עַוִּי);","strongs_definition":"Avvim (as inhabited by Avvites), a place in Palestine (with the article prefix)","kjv_definition":"Avim."} +{"id":"H5762","strongs_number":"H5762","system":"hebrew","language":"hebrew","number_value":5762,"lemma":"עֲוִית","transliteration":"ʻĂvîyth","pronunciation":"av-veeth'","derivation":"or perhaps (עַיּוֹת (as if plural of H5857 (עַי)) (עַיוּת; from H5753 (עָוָה); ruin;","strongs_definition":"Avvith (or Avvoth), a place in Palestine","kjv_definition":"Avith."} +{"id":"H5763","strongs_number":"H5763","system":"hebrew","language":"hebrew","number_value":5763,"lemma":"עוּל","transliteration":"ʻûwl","pronunciation":"ool","derivation":"a primitive root;","strongs_definition":"to suckle, i.e. give milk","kjv_definition":"milch, (ewe great) with young."} +{"id":"H5764","strongs_number":"H5764","system":"hebrew","language":"hebrew","number_value":5764,"lemma":"עוּל","transliteration":"ʻûwl","pronunciation":"ool","derivation":"from H5763 (עוּל);","strongs_definition":"a babe","kjv_definition":"sucking child, infant."} +{"id":"H5765","strongs_number":"H5765","system":"hebrew","language":"hebrew","number_value":5765,"lemma":"עֲוַל","transliteration":"ʻăval","pronunciation":"aw-val'","derivation":"a primitive root;","strongs_definition":"to distort (morally)","kjv_definition":"deal unjustly, unrighteous."} +{"id":"H5766","strongs_number":"H5766","system":"hebrew","language":"hebrew","number_value":5766,"lemma":"עֶוֶל","transliteration":"ʻevel","pronunciation":"eh'-vel","derivation":"or עָוֶל; and (feminine) עַוְלָה; or עוֹלָה; or עֹלָה; from H5765 (עֲוַל);","strongs_definition":"(moral) evil","kjv_definition":"iniquity, perverseness, unjust(-ly), unrighteousness(-ly); wicked(-ness)."} +{"id":"H5767","strongs_number":"H5767","system":"hebrew","language":"hebrew","number_value":5767,"lemma":"עַוָּל","transliteration":"ʻavvâl","pronunciation":"av-vawl'","derivation":"intensive from H5765 (עֲוַל);","strongs_definition":"evil (morally)","kjv_definition":"unjust, unrighteous, wicked."} +{"id":"H5768","strongs_number":"H5768","system":"hebrew","language":"hebrew","number_value":5768,"lemma":"עוֹלֵל","transliteration":"ʻôwlêl","pronunciation":"o-lale'","derivation":"or עֹלָל; from H5763 (עוּל);","strongs_definition":"a suckling","kjv_definition":"babe, (young) child, infant, little one."} +{"id":"H5769","strongs_number":"H5769","system":"hebrew","language":"hebrew","number_value":5769,"lemma":"עוֹלָם","transliteration":"ʻôwlâm","pronunciation":"o-lawm'","derivation":"or עֹלָם; from H5956 (עָלַם);","strongs_definition":"properly, concealed, i.e. the vanishing point; generally, time out of mind (past or future), i.e. (practically) eternity; frequentatively, adverbial (especially with prepositional prefix) always","kjv_definition":"alway(-s), ancient (time), any more, continuance, eternal, (for, (n-)) ever(-lasting, -more, of old), lasting, long (time), (of) old (time), perpetual, at any time, (beginning of the) world ([phrase] without end). Compare H5331 (נֶצַח), H5703 (עַד)."} +{"id":"H5770","strongs_number":"H5770","system":"hebrew","language":"hebrew","number_value":5770,"lemma":"עָוַן","transliteration":"ʻâvan","pronunciation":"aw-van'","derivation":"denominative from H5869 (עַיִן);","strongs_definition":"to watch (with jealosy)","kjv_definition":"eye."} +{"id":"H5771","strongs_number":"H5771","system":"hebrew","language":"hebrew","number_value":5771,"lemma":"עָוֺן","transliteration":"ʻâvôn","pronunciation":"aw-vone'","derivation":"or עָווֹן; (2 Kings 7:9; Psalm 51:5 (H7 (אֲבַד))), from H5753 (עָוָה);","strongs_definition":"perversity, i.e. (moral) evil","kjv_definition":"fault, iniquity, mischeif, punishment (of iniquity), sin."} +{"id":"H5772","strongs_number":"H5772","system":"hebrew","language":"hebrew","number_value":5772,"lemma":"עוֹנָה","transliteration":"ʻôwnâh","pronunciation":"o-naw'","derivation":"from an unused root apparently meaning to dwell together;","strongs_definition":"sexual (cohabitation)","kjv_definition":"duty of marriage."} +{"id":"H5773","strongs_number":"H5773","system":"hebrew","language":"hebrew","number_value":5773,"lemma":"עַוְעֶה","transliteration":"ʻavʻeh","pronunciation":"av-eh'","derivation":"from H5753 (עָוָה);","strongs_definition":"perversity","kjv_definition":"[idiom] perverse."} +{"id":"H5774","strongs_number":"H5774","system":"hebrew","language":"hebrew","number_value":5774,"lemma":"עוּף","transliteration":"ʻûwph","pronunciation":"oof","derivation":"a primitive root; to cover (with wings or obscurity); hence (as denominative from H5775 (עוֹף))","strongs_definition":"to fly; also (by implication of dimness) to faint (from the darkness of swooning)","kjv_definition":"brandish, be (wax) faint, flee away, fly (away), [idiom] set, shine forth, weary."} +{"id":"H5775","strongs_number":"H5775","system":"hebrew","language":"hebrew","number_value":5775,"lemma":"עוֹף","transliteration":"ʻôwph","pronunciation":"ofe","derivation":"from H5774 (עוּף);","strongs_definition":"a bird (as covered with feathers, or rather as covering with wings), often collectively","kjv_definition":"bird, that flieth, flying, fowl."} +{"id":"H5776","strongs_number":"H5776","system":"hebrew","language":"hebrew","number_value":5776,"lemma":"עוֹף","transliteration":"ʻôwph","pronunciation":"ofe","derivation":"(Aramaic) corresponding to H5775 (עוֹף)","strongs_definition":"{a bird (as covered with feathers, or rather as covering with wings), often collectively}","kjv_definition":"fowl."} +{"id":"H5777","strongs_number":"H5777","system":"hebrew","language":"hebrew","number_value":5777,"lemma":"עוֹפֶרֶת","transliteration":"ʻôwphereth","pronunciation":"o-feh'-reth","derivation":"or עֹפֶרֶת; feminine participle active of H6080 (עָפַר);","strongs_definition":"lead (from its dusty color)","kjv_definition":"lead."} +{"id":"H5778","strongs_number":"H5778","system":"hebrew","language":"hebrew","number_value":5778,"lemma":"עוֹפַי","transliteration":"ʻÔwphay","pronunciation":"o-fah'-ee","derivation":"from H5775 (עוֹף); birdlike;","strongs_definition":"Ephai, an Israelite","kjv_definition":"Ephai (from margin)."} +{"id":"H5779","strongs_number":"H5779","system":"hebrew","language":"hebrew","number_value":5779,"lemma":"עוּץ","transliteration":"ʻûwts","pronunciation":"oots","derivation":"a primitive root;","strongs_definition":"to consult","kjv_definition":"take advice ((counsel) together)."} +{"id":"H5780","strongs_number":"H5780","system":"hebrew","language":"hebrew","number_value":5780,"lemma":"עוּץ","transliteration":"ʻÛwts","pronunciation":"oots","derivation":"apparently from H5779 (עוּץ); consultation;","strongs_definition":"Uts, a son of Aram, also a Seirite, and the regions settled by them.","kjv_definition":"Uz."} +{"id":"H5781","strongs_number":"H5781","system":"hebrew","language":"hebrew","number_value":5781,"lemma":"עוּק","transliteration":"ʻûwq","pronunciation":"ook","derivation":"a primitive root;","strongs_definition":"to pack","kjv_definition":"be pressed."} +{"id":"H5782","strongs_number":"H5782","system":"hebrew","language":"hebrew","number_value":5782,"lemma":"עוּר","transliteration":"ʻûwr","pronunciation":"oor","derivation":"a primitive root (rather identical with through the idea of opening the eyes);","strongs_definition":"to wake (literally or figuratively)","kjv_definition":"(a-) wake(-n, up), lift up (self), [idiom] master, raise (up), stir up (self)."} +{"id":"H5783","strongs_number":"H5783","system":"hebrew","language":"hebrew","number_value":5783,"lemma":"עוּר","transliteration":"ʻûwr","pronunciation":"oor","derivation":"a primitive root;","strongs_definition":"to (be) bare","kjv_definition":"be made naked."} +{"id":"H5784","strongs_number":"H5784","system":"hebrew","language":"hebrew","number_value":5784,"lemma":"עוּר","transliteration":"ʻûwr","pronunciation":"oor","derivation":"(Aramaic)","strongs_definition":"chaff (as the naked husk)","kjv_definition":"chaff."} +{"id":"H5785","strongs_number":"H5785","system":"hebrew","language":"hebrew","number_value":5785,"lemma":"עוֹר","transliteration":"ʻôwr","pronunciation":"ore","derivation":"from H5783 (עוּר);","strongs_definition":"skin (as naked); by implication, hide, leather","kjv_definition":"hide, leather, skin."} +{"id":"H5786","strongs_number":"H5786","system":"hebrew","language":"hebrew","number_value":5786,"lemma":"עָוַר","transliteration":"ʻâvar","pronunciation":"aw-var'","derivation":"a primitive root (rather denominatively from H5785 (עוֹר) through the idea of a film over the eyes);","strongs_definition":"to blind","kjv_definition":"blind, put out. See also H5895 (עַיִר)."} +{"id":"H5787","strongs_number":"H5787","system":"hebrew","language":"hebrew","number_value":5787,"lemma":"עִוֵּר","transliteration":"ʻivvêr","pronunciation":"iv-vare'","derivation":"intensive from H5786 (עָוַר);","strongs_definition":"blind (literally or figuratively)","kjv_definition":"blind (men, people)."} +{"id":"H5788","strongs_number":"H5788","system":"hebrew","language":"hebrew","number_value":5788,"lemma":"עִוָּרוֹן","transliteration":"ʻivvârôwn","pronunciation":"iv-vaw-rone'","derivation":"and (feminine) עַוֶּרֶת; from H5787 (עִוֵּר);","strongs_definition":"blindness","kjv_definition":"blind(-ness)."} +{"id":"H5789","strongs_number":"H5789","system":"hebrew","language":"hebrew","number_value":5789,"lemma":"עוּשׁ","transliteration":"ʻûwsh","pronunciation":"oosh","derivation":"a primitive root;","strongs_definition":"to hasten","kjv_definition":"assemble self."} +{"id":"H5790","strongs_number":"H5790","system":"hebrew","language":"hebrew","number_value":5790,"lemma":"עוּת","transliteration":"ʻûwth","pronunciation":"ooth","derivation":"for H5789 (עוּשׁ);","strongs_definition":"to hasten, i.e. succor","kjv_definition":"speak in season."} +{"id":"H5791","strongs_number":"H5791","system":"hebrew","language":"hebrew","number_value":5791,"lemma":"עָוַת","transliteration":"ʻâvath","pronunciation":"aw-vath'","derivation":"a primitive root;","strongs_definition":"to wrest","kjv_definition":"bow self, (make) crooked., falsifying, overthrow, deal perversely, pervert, subvert, turn upside down."} +{"id":"H5792","strongs_number":"H5792","system":"hebrew","language":"hebrew","number_value":5792,"lemma":"עַוָּתָה","transliteration":"ʻavvâthâh","pronunciation":"av-vaw-thaw'","derivation":"from H5791 (עָוַת);","strongs_definition":"oppression","kjv_definition":"wrong."} +{"id":"H5793","strongs_number":"H5793","system":"hebrew","language":"hebrew","number_value":5793,"lemma":"עוּתַי","transliteration":"ʻÛwthay","pronunciation":"oo-thah'-ee","derivation":"from H5790 (עוּת); succoring;","strongs_definition":"Uthai, the name of two Israelites","kjv_definition":"Uthai."} +{"id":"H5794","strongs_number":"H5794","system":"hebrew","language":"hebrew","number_value":5794,"lemma":"עַז","transliteration":"ʻaz","pronunciation":"az","derivation":"from H5810 (עָזַז);","strongs_definition":"strong, vehement, harsh","kjv_definition":"fierce, [phrase] greedy, mighty, power, roughly, strong."} +{"id":"H5795","strongs_number":"H5795","system":"hebrew","language":"hebrew","number_value":5795,"lemma":"עֵז","transliteration":"ʻêz","pronunciation":"aze","derivation":"from H5810 (עָזַז);","strongs_definition":"a she-goat (as strong), but masculine in plural (which also is used elliptically for goat's hair)","kjv_definition":"(she) goat, kid."} +{"id":"H5796","strongs_number":"H5796","system":"hebrew","language":"hebrew","number_value":5796,"lemma":"עֵז","transliteration":"ʻêz","pronunciation":"aze","derivation":"(Aramaic) corresponding to H5795 (עֵז)","strongs_definition":"{a she-goat (as strong), but masculine in plural (which also is used elliptically for goat's hair)}","kjv_definition":"goat."} +{"id":"H5797","strongs_number":"H5797","system":"hebrew","language":"hebrew","number_value":5797,"lemma":"עֹז","transliteration":"ʻôz","pronunciation":"oze","derivation":"or (fully) עוֹז; from H5810 (עָזַז);","strongs_definition":"strength in various applications (force, security, majesty, praise)","kjv_definition":"boldness, loud, might, power, strength, strong."} +{"id":"H5798","strongs_number":"H5798","system":"hebrew","language":"hebrew","number_value":5798,"lemma":"עֻזָּא","transliteration":"ʻUzzâʼ","pronunciation":"ooz-zaw'","derivation":"or עֻזָּה; feminine of H5797 (עֹז); strength;","strongs_definition":"Uzza or Uzzah, the name of five Israelites","kjv_definition":"Uzza, Uzzah."} +{"id":"H5799","strongs_number":"H5799","system":"hebrew","language":"hebrew","number_value":5799,"lemma":"עֲזָאזֵל","transliteration":"ʻăzâʼzêl","pronunciation":"az-aw-zale'","derivation":"from H5795 (עֵז) and H235 (אָזַל);","strongs_definition":"goat of departure; the scapegoat","kjv_definition":"scapegoat."} +{"id":"H5800","strongs_number":"H5800","system":"hebrew","language":"hebrew","number_value":5800,"lemma":"עָזַב","transliteration":"ʻâzab","pronunciation":"aw-zab'","derivation":"a primitive root;","strongs_definition":"to loosen, i.e. relinquish, permit, etc.","kjv_definition":"commit self, fail, forsake, fortify, help, leave (destitute, off), refuse, [idiom] surely."} +{"id":"H5801","strongs_number":"H5801","system":"hebrew","language":"hebrew","number_value":5801,"lemma":"עִזָּבוֹן","transliteration":"ʻizzâbôwn","pronunciation":"iz-zaw-bone'","derivation":"from H5800 (עָזַב) in the sense of letting go (for a price, i.e. selling);","strongs_definition":"trade, i.e. the place (mart) or the payment (revenue)","kjv_definition":"fair, ware."} +{"id":"H5802","strongs_number":"H5802","system":"hebrew","language":"hebrew","number_value":5802,"lemma":"עַזְבּוּק","transliteration":"ʻAzbûwq","pronunciation":"az-book'","derivation":"from H5794 (עַז) and the root of H950 (בּוּקָה); stern depopulator;","strongs_definition":"Azbuk, an Israelite","kjv_definition":"Azbuk."} +{"id":"H5803","strongs_number":"H5803","system":"hebrew","language":"hebrew","number_value":5803,"lemma":"עַזְגָּד","transliteration":"ʻAzgâd","pronunciation":"az-gawd'","derivation":"from H5794 (עַז) and H1409 (גָּד); stern troop;","strongs_definition":"Azgad, an Israelite","kjv_definition":"Azgad."} +{"id":"H5804","strongs_number":"H5804","system":"hebrew","language":"hebrew","number_value":5804,"lemma":"עַזָּה","transliteration":"ʻAzzâh","pronunciation":"az-zaw'","derivation":"feminine of H5794 (עַז); strong;","strongs_definition":"Azzah, a place in Palestine","kjv_definition":"Azzah, Gaza."} +{"id":"H5805","strongs_number":"H5805","system":"hebrew","language":"hebrew","number_value":5805,"lemma":"עֲזוּבָה","transliteration":"ʻăzûwbâh","pronunciation":"az-oo-baw'","derivation":"feminine passive participle of H5800 (עָזַב);","strongs_definition":"desertion (of inhabitants)","kjv_definition":"forsaking."} +{"id":"H5806","strongs_number":"H5806","system":"hebrew","language":"hebrew","number_value":5806,"lemma":"עֲזוּבָה","transliteration":"ʻĂzûwbâh","pronunciation":"az-oo-baw'","derivation":"the same as H5805 (עֲזוּבָה);","strongs_definition":"Azubah, the name of two Israelitesses","kjv_definition":"Azubah."} +{"id":"H5807","strongs_number":"H5807","system":"hebrew","language":"hebrew","number_value":5807,"lemma":"עֱזוּז","transliteration":"ʻĕzûwz","pronunciation":"ez-ooz'","derivation":"from H5810 (עָזַז);","strongs_definition":"forcibleness","kjv_definition":"might, strength."} +{"id":"H5808","strongs_number":"H5808","system":"hebrew","language":"hebrew","number_value":5808,"lemma":"עִזּוּז","transliteration":"ʻizzûwz","pronunciation":"iz-zooz'","derivation":"from H5810 (עָזַז);","strongs_definition":"forcible; collectively and concretely, an army","kjv_definition":"power, strong."} +{"id":"H5809","strongs_number":"H5809","system":"hebrew","language":"hebrew","number_value":5809,"lemma":"עַזּוּר","transliteration":"ʻAzzûwr","pronunciation":"az-zoor'","derivation":"or עַזֻּר; from H5826 (עָזַר); helpful;","strongs_definition":"Azzur, the name of three Israelites","kjv_definition":"Azur, Azzur."} +{"id":"H5810","strongs_number":"H5810","system":"hebrew","language":"hebrew","number_value":5810,"lemma":"עָזַז","transliteration":"ʻâzaz","pronunciation":"aw-zaz'","derivation":"a primitive root;","strongs_definition":"to be stout (literally or figuratively)","kjv_definition":"harden, impudent, prevail, strengthen (self), be strong."} +{"id":"H5811","strongs_number":"H5811","system":"hebrew","language":"hebrew","number_value":5811,"lemma":"עָזָז","transliteration":"ʻÂzâz","pronunciation":"aw-zawz'","derivation":"from H5810 (עָזַז); strong;","strongs_definition":"Azaz, an Israelite","kjv_definition":"Azaz."} +{"id":"H5812","strongs_number":"H5812","system":"hebrew","language":"hebrew","number_value":5812,"lemma":"עֲזַזְיָהוּ","transliteration":"ʻĂzazyâhûw","pronunciation":"az-az-yaw'-hoo","derivation":"from H5810 (עָזַז) and H3050 (יָהּ); Jah has strengthened;","strongs_definition":"Azazjah, the name of three Israelites","kjv_definition":"Azaziah."} +{"id":"H5813","strongs_number":"H5813","system":"hebrew","language":"hebrew","number_value":5813,"lemma":"עֻזִּי","transliteration":"ʻUzzîy","pronunciation":"ooz-zee'","derivation":"from H5810 (עָזַז); forceful;","strongs_definition":"Uzzi, the name of six Israelites","kjv_definition":"Uzzi."} +{"id":"H5814","strongs_number":"H5814","system":"hebrew","language":"hebrew","number_value":5814,"lemma":"עֻזִּיָּא","transliteration":"ʻUzzîyâʼ","pronunciation":"ooz-zee-yaw'","derivation":"perhaps for H5818 (עֻזִּיָּה);","strongs_definition":"Uzzija, an Israelite","kjv_definition":"Uzzia."} +{"id":"H5815","strongs_number":"H5815","system":"hebrew","language":"hebrew","number_value":5815,"lemma":"עֲזִיאֵל","transliteration":"ʻĂzîyʼêl","pronunciation":"az-ee-ale'","derivation":"from H5756 (עוּז) and H410 (אֵל); strengthened of God;","strongs_definition":"Aziel, an Israelite","kjv_definition":"Aziel. Compare H3268 (יַעֲזִיאֵל)."} +{"id":"H5816","strongs_number":"H5816","system":"hebrew","language":"hebrew","number_value":5816,"lemma":"עֻזִּיאֵל","transliteration":"ʻUzzîyʼêl","pronunciation":"ooz-zee-ale'","derivation":"from H5797 (עֹז) and H410 (אֵל); strength of God;","strongs_definition":"Uzziel, the name of six Israelites","kjv_definition":"Uzziel."} +{"id":"H5817","strongs_number":"H5817","system":"hebrew","language":"hebrew","number_value":5817,"lemma":"עׇזִּיאֵלִי","transliteration":"ʻOzzîyʼêlîy","pronunciation":"oz-zee-ay-lee'","derivation":"patronymically from H5816 (עֻזִּיאֵל);","strongs_definition":"an Uzzielite (collectively) or descendants of Uzziel","kjv_definition":"Uzzielites."} +{"id":"H5818","strongs_number":"H5818","system":"hebrew","language":"hebrew","number_value":5818,"lemma":"עֻזִּיָּה","transliteration":"ʻUzzîyâh","pronunciation":"ooz-zee-yaw'","derivation":"or עֻזִּיָּהוּ; from H5797 (עֹז) and H3050 (יָהּ); strength of Jah;","strongs_definition":"Uzzijah, the name of five Israelites","kjv_definition":"Uzziah."} +{"id":"H5819","strongs_number":"H5819","system":"hebrew","language":"hebrew","number_value":5819,"lemma":"עֲזִיזָא","transliteration":"ʻĂzîyzâʼ","pronunciation":"az-ee-zaw'","derivation":"from H5756 (עוּז); strengthfulness;","strongs_definition":"Aziza, an Israelite","kjv_definition":"Aziza."} +{"id":"H5820","strongs_number":"H5820","system":"hebrew","language":"hebrew","number_value":5820,"lemma":"עַזְמָוֶת","transliteration":"ʻAzmâveth","pronunciation":"az-maw'-veth","derivation":"from H5794 (עַז) and H4194 (מָוֶת); strong one of death;","strongs_definition":"Azmaveth, the name of three Israelites and of a place in Palestine","kjv_definition":"Azmaveth. See also H1041 (בֵּית עַזְמָוֶת)."} +{"id":"H5821","strongs_number":"H5821","system":"hebrew","language":"hebrew","number_value":5821,"lemma":"עַזָּן","transliteration":"ʻAzzân","pronunciation":"az-zawn'","derivation":"from H5794 (עַז); strong one;","strongs_definition":"Azzan, an Israelite","kjv_definition":"Azzan."} +{"id":"H5822","strongs_number":"H5822","system":"hebrew","language":"hebrew","number_value":5822,"lemma":"עׇזְנִיָּה","transliteration":"ʻoznîyâh","pronunciation":"oz-nee-yaw'","derivation":"probably feminine of H5797 (עֹז);","strongs_definition":"probably the sea-eagle (from its strength)","kjv_definition":"ospray."} +{"id":"H5823","strongs_number":"H5823","system":"hebrew","language":"hebrew","number_value":5823,"lemma":"עָזַק","transliteration":"ʻâzaq","pronunciation":"aw-zak'","derivation":"a primitive root;","strongs_definition":"to grub over","kjv_definition":"fence about."} +{"id":"H5824","strongs_number":"H5824","system":"hebrew","language":"hebrew","number_value":5824,"lemma":"עִזְקָא","transliteration":"ʻizqâʼ","pronunciation":"iz-kaw'","derivation":"(Aramaic) from a root corresponding to H5823 (עָזַק);","strongs_definition":"a signet-ring (as engraved)","kjv_definition":"signet."} +{"id":"H5825","strongs_number":"H5825","system":"hebrew","language":"hebrew","number_value":5825,"lemma":"עֲזֵקָה","transliteration":"ʻĂzêqâh","pronunciation":"az-ay-kaw'","derivation":"from H5823 (עָזַק); tilled;","strongs_definition":"Azekah, a place in Palestine","kjv_definition":"Azekah."} +{"id":"H5826","strongs_number":"H5826","system":"hebrew","language":"hebrew","number_value":5826,"lemma":"עָזַר","transliteration":"ʻâzar","pronunciation":"aw-zar'","derivation":"a primitive root;","strongs_definition":"to surround, i.e. protect or aid","kjv_definition":"help, succour."} +{"id":"H5827","strongs_number":"H5827","system":"hebrew","language":"hebrew","number_value":5827,"lemma":"עֶזֶר","transliteration":"ʻEzer","pronunciation":"eh'-zer","derivation":"from H5826 (עָזַר); help;","strongs_definition":"Ezer, the name of two Israelites","kjv_definition":"Ezer. Compare H5829 (עֵזֶר)."} +{"id":"H5828","strongs_number":"H5828","system":"hebrew","language":"hebrew","number_value":5828,"lemma":"עֵזֶר","transliteration":"ʻêzer","pronunciation":"ay'-zer","derivation":"from H5826 (עָזַר);","strongs_definition":"aid","kjv_definition":"help."} +{"id":"H5829","strongs_number":"H5829","system":"hebrew","language":"hebrew","number_value":5829,"lemma":"עֵזֶר","transliteration":"ʻÊzer","pronunciation":"ay'-zer","derivation":"the same as H5828 (עֵזֶר);","strongs_definition":"Ezer, the name of four Israelites","kjv_definition":"Ezer. Compare H5827 (עֶזֶר)."} +{"id":"H5830","strongs_number":"H5830","system":"hebrew","language":"hebrew","number_value":5830,"lemma":"עֶזְרָא","transliteration":"ʻEzrâʼ","pronunciation":"ez-raw'","derivation":"a variation of H5833 (עֶזְרָה);","strongs_definition":"Ezra, an Israelite","kjv_definition":"Ezra."} +{"id":"H5831","strongs_number":"H5831","system":"hebrew","language":"hebrew","number_value":5831,"lemma":"עֶזְרָא","transliteration":"ʻEzrâʼ","pronunciation":"ez-raw'","derivation":"(Aramaic) corresponding to H5830 (עֶזְרָא);","strongs_definition":"Ezra, an Israelite","kjv_definition":"Ezra."} +{"id":"H5832","strongs_number":"H5832","system":"hebrew","language":"hebrew","number_value":5832,"lemma":"עֲזַרְאֵל","transliteration":"ʻĂzarʼêl","pronunciation":"az-ar-ale'","derivation":"from H5826 (עָזַר) and H410 (אֵל); God has helped;","strongs_definition":"Azarel, the name of five Israelites","kjv_definition":"Azarael, Azareel."} +{"id":"H5833","strongs_number":"H5833","system":"hebrew","language":"hebrew","number_value":5833,"lemma":"עֶזְרָה","transliteration":"ʻezrâh","pronunciation":"ez-raw'","derivation":"or עֶזְרָת; (Psalm 60:11 (13); Psalm 108:12 (13)), feminine of H5828 (עֵזֶר);","strongs_definition":"aid","kjv_definition":"help(-ed, -er)."} +{"id":"H5834","strongs_number":"H5834","system":"hebrew","language":"hebrew","number_value":5834,"lemma":"עֶזְרָה","transliteration":"ʻEzrâh","pronunciation":"ez-raw'","derivation":"the same as H5833 (עֶזְרָה);","strongs_definition":"Ezrah, an Israelite","kjv_definition":"Ezrah."} +{"id":"H5835","strongs_number":"H5835","system":"hebrew","language":"hebrew","number_value":5835,"lemma":"עֲזָרָה","transliteration":"ʻăzârâh","pronunciation":"az-aw-raw'","derivation":"from H5826 (עָזַר) in its original meaning of surrounding;","strongs_definition":"an inclosure; also a border","kjv_definition":"court, settle."} +{"id":"H5836","strongs_number":"H5836","system":"hebrew","language":"hebrew","number_value":5836,"lemma":"עֶזְרִי","transliteration":"ʻEzrîy","pronunciation":"ez-ree'","derivation":"from H5828 (עֵזֶר); helpful;","strongs_definition":"Ezri, an Israelite","kjv_definition":"Ezri."} +{"id":"H5837","strongs_number":"H5837","system":"hebrew","language":"hebrew","number_value":5837,"lemma":"עַזְרִיאֵל","transliteration":"ʻAzrîyʼêl","pronunciation":"az-ree-ale'","derivation":"from H5828 (עֵזֶר) and H410 (אֵל); help of God;","strongs_definition":"Azriel, the name of three Israelites","kjv_definition":"Azriel."} +{"id":"H5838","strongs_number":"H5838","system":"hebrew","language":"hebrew","number_value":5838,"lemma":"עֲזַרְיָה","transliteration":"ʻĂzaryâh","pronunciation":"az-ar-yaw'","derivation":"or עֲזַרְיָהוּ; from H5826 (עָזַר) and H3050 (יָהּ); Jah has helped;","strongs_definition":"Azarjah, the name of nineteen Israelites","kjv_definition":"Azariah."} +{"id":"H5839","strongs_number":"H5839","system":"hebrew","language":"hebrew","number_value":5839,"lemma":"עֲזַרְיָה","transliteration":"ʻĂzaryâh","pronunciation":"az-ar-yaw'","derivation":"(Aramaic) corresponding to H5838 (עֲזַרְיָה);","strongs_definition":"Azarjah, one of Daniel's companions","kjv_definition":"Azariah."} +{"id":"H5840","strongs_number":"H5840","system":"hebrew","language":"hebrew","number_value":5840,"lemma":"עַזְרִיקָם","transliteration":"ʻAzrîyqâm","pronunciation":"az-ree-kawm'","derivation":"from H5828 (עֵזֶר) and active participle of H6965 (קוּם); help of an enemy;","strongs_definition":"Azrikam, the name of four Israelites","kjv_definition":"Azrikam."} +{"id":"H5841","strongs_number":"H5841","system":"hebrew","language":"hebrew","number_value":5841,"lemma":"עַזָּתִי","transliteration":"ʻAzzâthîy","pronunciation":"az-zaw-thee'","derivation":"patrial from H5804 (עַזָּה);","strongs_definition":"an Azzathite or inhabitant of Azzah","kjv_definition":"Gazathite, Gazite."} +{"id":"H5842","strongs_number":"H5842","system":"hebrew","language":"hebrew","number_value":5842,"lemma":"עֵט","transliteration":"ʻêṭ","pronunciation":"ate","derivation":"from H5860 (עִיט) (contracted) in the sense of swooping, i.e. side-long stroke;","strongs_definition":"a stylus or marking stick","kjv_definition":"pen."} +{"id":"H5843","strongs_number":"H5843","system":"hebrew","language":"hebrew","number_value":5843,"lemma":"עֵטָא","transliteration":"ʻêṭâʼ","pronunciation":"ay-taw'","derivation":"(Aramaic) from H3272 (יְעַט);","strongs_definition":"prudence","kjv_definition":"counsel."} +{"id":"H5844","strongs_number":"H5844","system":"hebrew","language":"hebrew","number_value":5844,"lemma":"עָטָה","transliteration":"ʻâṭâh","pronunciation":"aw-taw'","derivation":"a primitive root;","strongs_definition":"to wrap, i.e. cover, veil, cloth, or roll","kjv_definition":"array self, be clad, (put a) cover (-ing, self), fill, put on, [idiom] surely, turn aside."} +{"id":"H5845","strongs_number":"H5845","system":"hebrew","language":"hebrew","number_value":5845,"lemma":"עֲטִין","transliteration":"ʻăṭîyn","pronunciation":"at-een'","derivation":"from an unused root meaning apparently to contain;","strongs_definition":"a receptacle (for milk, i.e. pail; figuratively, breast)","kjv_definition":"breast."} +{"id":"H5846","strongs_number":"H5846","system":"hebrew","language":"hebrew","number_value":5846,"lemma":"עֲטִישָׁה","transliteration":"ʻăṭîyshâh","pronunciation":"at-ee-shaw'","derivation":"from an unused root meaning to sneeze;","strongs_definition":"sneezing","kjv_definition":"sneezing."} +{"id":"H5847","strongs_number":"H5847","system":"hebrew","language":"hebrew","number_value":5847,"lemma":"עֲטַלֵּף","transliteration":"ʻăṭallêph","pronunciation":"at-al-lafe'","derivation":"of uncertain derivation;","strongs_definition":"a bat","kjv_definition":"bat."} +{"id":"H5848","strongs_number":"H5848","system":"hebrew","language":"hebrew","number_value":5848,"lemma":"עָטַף","transliteration":"ʻâṭaph","pronunciation":"aw-taf'","derivation":"a primitive root;","strongs_definition":"to shroud, i.e. clothe (whether transitive or reflex.); hence (from the idea of darkness) to languish","kjv_definition":"cover (over), fail, faint, feebler, hide self, be overwhelmed, swoon."} +{"id":"H5849","strongs_number":"H5849","system":"hebrew","language":"hebrew","number_value":5849,"lemma":"עָטַר","transliteration":"ʻâṭar","pronunciation":"aw-tar'","derivation":"a primitive root;","strongs_definition":"to encircle (for attack or protection); especially to crown (literally or figuratively)","kjv_definition":"compass, crown."} +{"id":"H5850","strongs_number":"H5850","system":"hebrew","language":"hebrew","number_value":5850,"lemma":"עֲטָרָה","transliteration":"ʻăṭârâh","pronunciation":"at-aw-raw'","derivation":"from H5849 (עָטַר);","strongs_definition":"a crown","kjv_definition":"crown."} +{"id":"H5851","strongs_number":"H5851","system":"hebrew","language":"hebrew","number_value":5851,"lemma":"עֲטָרָה","transliteration":"ʻĂṭârâh","pronunciation":"at-aw-raw'","derivation":"the same as H5850 (עֲטָרָה);","strongs_definition":"Atarah, an Israelitess","kjv_definition":"Atarah."} +{"id":"H5852","strongs_number":"H5852","system":"hebrew","language":"hebrew","number_value":5852,"lemma":"עֲטָרוֹת","transliteration":"ʻĂṭârôwth","pronunciation":"at-aw-roth'","derivation":"or עֲטָרֹת; plural of H5850 (עֲטָרָה);","strongs_definition":"Ataroth, the name (thus simply) of two places in Palestine","kjv_definition":"Ataroth."} +{"id":"H5853","strongs_number":"H5853","system":"hebrew","language":"hebrew","number_value":5853,"lemma":"עַטְרוֹת אַדָּר","transliteration":"ʻAṭrôwth ʼAddâr","pronunciation":"at-roth' ad-dawr'","derivation":"from the same as H5852 (עֲטָרוֹת) and H146 (אַדָּר); crowns of Addar;","strongs_definition":"Atroth-Addar, a place in Palestine","kjv_definition":"Ataroth-adar(-addar)."} +{"id":"H5854","strongs_number":"H5854","system":"hebrew","language":"hebrew","number_value":5854,"lemma":"עַטְרוֹת בֵּית יוֹאָב","transliteration":"ʻAṭrôwth bêyth Yôwʼâb","pronunciation":"at-roth' bayth yoawb'","derivation":"from the same as H5852 (עֲטָרוֹת) and H1004 (בַּיִת) and H3097 (יוֹאָב); crowns of the house of Joab;","strongs_definition":"Atroth-beth-Joab, a place in Palestine","kjv_definition":"Ataroth the house of Joab."} +{"id":"H5855","strongs_number":"H5855","system":"hebrew","language":"hebrew","number_value":5855,"lemma":"עַטְרוֹת שׁוֹפָן","transliteration":"ʻAṭrôwth Shôwphân","pronunciation":"at-roth' sho-fawn'","derivation":"from the same as H5852 (עֲטָרוֹת) and a name otherwise unused (being from the same as H8226 (שָׂפַן)) meaning hidden; crowns of Shophan;","strongs_definition":"Atroth-Shophan, a place in Palestine","kjv_definition":"Atroth, Shophan (as if two places)."} +{"id":"H5856","strongs_number":"H5856","system":"hebrew","language":"hebrew","number_value":5856,"lemma":"עִי","transliteration":"ʻîy","pronunciation":"ee","derivation":"from H5753 (עָוָה);","strongs_definition":"a ruin (as if overturned)","kjv_definition":"heap."} +{"id":"H5857","strongs_number":"H5857","system":"hebrew","language":"hebrew","number_value":5857,"lemma":"עַי","transliteration":"ʻAy","pronunciation":"ah'ee","derivation":"or (feminine) עַיָּא; (Nehemiah 11:31), or עַיָּת; (Isaiah 10:28), for H5856 (עִי);","strongs_definition":"Ai, Aja or Ajath, a place in Palestine","kjv_definition":"Ai, Aija, Aijath, Hai."} +{"id":"H5858","strongs_number":"H5858","system":"hebrew","language":"hebrew","number_value":5858,"lemma":"עֵיבָל","transliteration":"ʻÊybâl","pronunciation":"ay-bawl'","derivation":"perhaps from an unused root probably meaning to be bald; bare;","strongs_definition":"Ebal, a mountain of Palestine","kjv_definition":"Ebal."} +{"id":"H5859","strongs_number":"H5859","system":"hebrew","language":"hebrew","number_value":5859,"lemma":"עִיּוֹן","transliteration":"ʻÎyôwn","pronunciation":"ee-yone'","derivation":"from H5856 (עִי); ruin;","strongs_definition":"Ijon, a place in Palestine","kjv_definition":"Ijon."} +{"id":"H5860","strongs_number":"H5860","system":"hebrew","language":"hebrew","number_value":5860,"lemma":"עִיט","transliteration":"ʻîyṭ","pronunciation":"eet","derivation":"a primitive root;","strongs_definition":"to swoop down upon (literally or figuratively)","kjv_definition":"fly, rail."} +{"id":"H5861","strongs_number":"H5861","system":"hebrew","language":"hebrew","number_value":5861,"lemma":"עַיִט","transliteration":"ʻayiṭ","pronunciation":"ah'-yit","derivation":"from H5860 (עִיט);","strongs_definition":"a hawk or other bird of prey","kjv_definition":"bird, fowl, ravenous (bird)."} +{"id":"H5862","strongs_number":"H5862","system":"hebrew","language":"hebrew","number_value":5862,"lemma":"עֵיטָם","transliteration":"ʻÊyṭâm","pronunciation":"ay-tawm'","derivation":"from H5861 (עַיִט); hawk-ground;","strongs_definition":"Etam, a place in Palestine","kjv_definition":"Etam."} +{"id":"H5863","strongs_number":"H5863","system":"hebrew","language":"hebrew","number_value":5863,"lemma":"עִיֵּי הָעֲבָרִים","transliteration":"ʻÎyêy hâ-ʻĂbârîym","pronunciation":"ee-yay' haw-ab-aw-reem'","derivation":"from the plural of H5856 (עִי) and the plural of the active participle of H5674 (עָבַר) with the article interposed; ruins of the passers;","strongs_definition":"Ije-ha-Abarim, a place near Palestine","kjv_definition":"Ije-abarim."} +{"id":"H5864","strongs_number":"H5864","system":"hebrew","language":"hebrew","number_value":5864,"lemma":"עִיִּים","transliteration":"ʻÎyîym","pronunciation":"ee-yeem'","derivation":"plural of H5856 (עִי); ruins;","strongs_definition":"Ijim, a place in the Desert.","kjv_definition":"Iim."} +{"id":"H5865","strongs_number":"H5865","system":"hebrew","language":"hebrew","number_value":5865,"lemma":"עֵילוֹם","transliteration":"ʻêylôwm","pronunciation":"ay-lome'","derivation":"for H5769 (עוֹלָם)","strongs_definition":"{concealed, i.e. the vanishing point; generally, time out of mind (past or future), i.e. (practically) eternity; frequentatively, adverbial (especially with prepositional prefix) always}","kjv_definition":"ever."} +{"id":"H5866","strongs_number":"H5866","system":"hebrew","language":"hebrew","number_value":5866,"lemma":"עִילַי","transliteration":"ʻÎylay","pronunciation":"ee-lah'-ee","derivation":"from H5927 (עָלָה); elevated;","strongs_definition":"Ilai, an Israelite","kjv_definition":"Ilai."} +{"id":"H5867","strongs_number":"H5867","system":"hebrew","language":"hebrew","number_value":5867,"lemma":"עֵילָם","transliteration":"ʻÊylâm","pronunciation":"ay-lawm'","derivation":"or עוֹלָם; (Ezra 10:2; Jeremiah 49:36), probably from H5956 (עָלַם); hidden, i.e. distant;","strongs_definition":"Elam, a son of Shem and his descendants, with their country; also of six Israelites","kjv_definition":"Elam."} +{"id":"H5868","strongs_number":"H5868","system":"hebrew","language":"hebrew","number_value":5868,"lemma":"עֲיָם","transliteration":"ʻăyâm","pronunciation":"ah-yawm'","derivation":"of doubtful origin and authenticity;","strongs_definition":"probably meaning strength","kjv_definition":"mighty."} +{"id":"H5869","strongs_number":"H5869","system":"hebrew","language":"hebrew","number_value":5869,"lemma":"עַיִן","transliteration":"ʻayin","pronunciation":"ah'-yin","derivation":"probably a primitive word;","strongs_definition":"an eye (literally or figuratively); by analogy, a fountain (as the eye of the landscape)","kjv_definition":"affliction, outward appearance, [phrase] before, [phrase] think best, colour, conceit, [phrase] be content, countenance, [phrase] displease, eye((-brow), (-d), -sight), face, [phrase] favour, fountain, furrow (from the margin), [idiom] him, [phrase] humble, knowledge, look, ([phrase] well), [idiom] me, open(-ly), [phrase] (not) please, presence, [phrase] regard, resemblance, sight, [idiom] thee, [idiom] them, [phrase] think, [idiom] us, well, [idiom] you(-rselves)."} +{"id":"H5870","strongs_number":"H5870","system":"hebrew","language":"hebrew","number_value":5870,"lemma":"עַיִן","transliteration":"ʻayin","pronunciation":"ah'-yin","derivation":"(Aramaic) corresponding to H5869 (עַיִן);","strongs_definition":"an eye","kjv_definition":"eye."} +{"id":"H5871","strongs_number":"H5871","system":"hebrew","language":"hebrew","number_value":5871,"lemma":"עַיִן","transliteration":"ʻAyin","pronunciation":"ah'-yin","derivation":"the same as H5869 (עַיִן); fountain;","strongs_definition":"Ajin, the name (thus simply) of two places in Palestine","kjv_definition":"Ain."} +{"id":"H5872","strongs_number":"H5872","system":"hebrew","language":"hebrew","number_value":5872,"lemma":"עֵין גֶּדִי","transliteration":"ʻÊyn Gedîy","pronunciation":"ane geh'-dee","derivation":"from H5869 (עַיִן) and H1423 (גְּדִי); fountain of a kid;","strongs_definition":"En-Gedi, a place in Palestine","kjv_definition":"En-gedi."} +{"id":"H5873","strongs_number":"H5873","system":"hebrew","language":"hebrew","number_value":5873,"lemma":"עֵין גַּנִּים","transliteration":"ʻÊyn Gannîym","pronunciation":"ane gan-neem'","derivation":"from H5869 (עַיִן) and the plural of H1588 (גַּן); fountain of gardens;","strongs_definition":"En-Gannim, a place in Palestine","kjv_definition":"En-gannim."} +{"id":"H5874","strongs_number":"H5874","system":"hebrew","language":"hebrew","number_value":5874,"lemma":"עֵין־דֹּאר","transliteration":"ʻÊyn-Dôʼr","pronunciation":"ane-dore'","derivation":"or עֵין דּוֹר; or עֵין־דֹּר; from H5869 (עַיִן) and H1755 (דּוֹר); fountain of dwelling;","strongs_definition":"En-Dor, a place in Palestine","kjv_definition":"En-dor."} +{"id":"H5875","strongs_number":"H5875","system":"hebrew","language":"hebrew","number_value":5875,"lemma":"עֵין הַקּוֹרֵא","transliteration":"ʻÊyn haq-Qôwrêʼ","pronunciation":"ane-hak-ko-ray'","derivation":"from H5869 (עַיִן) and the active participle of H7121 (קָרָא); fountain of One calling;","strongs_definition":"En-hak-Kore, a place near Palestine","kjv_definition":"En-hakhore."} +{"id":"H5876","strongs_number":"H5876","system":"hebrew","language":"hebrew","number_value":5876,"lemma":"עֵין חַדָּה","transliteration":"ʻÊyn Chaddâh","pronunciation":"ane khad-daw'","derivation":"from H5869 (עַיִן) and the feminine of a derivative from H2300 (חָדַד); fountain of sharpness;","strongs_definition":"En-Chaddah, a place in Palestine","kjv_definition":"En-haddah."} +{"id":"H5877","strongs_number":"H5877","system":"hebrew","language":"hebrew","number_value":5877,"lemma":"עֵין חָצוֹר","transliteration":"ʻÊyn Châtsôwr","pronunciation":"ane khaw-tsore'","derivation":"from H5869 (עַיִן) and the same as H2674 (חָצוֹר); fountain of a village;","strongs_definition":"En-Chatsor, a place in Palestine","kjv_definition":"En-hazor."} +{"id":"H5878","strongs_number":"H5878","system":"hebrew","language":"hebrew","number_value":5878,"lemma":"עֵין חֲרֹד","transliteration":"ʻÊyn Chărôd","pronunciation":"ane khar-ode'","derivation":"from H5869 (עַיִן) and a derivative of H2729 (חָרַד); fountain of trembling;","strongs_definition":"En-Charod, a place in Palestine","kjv_definition":"well of Harod."} +{"id":"H5879","strongs_number":"H5879","system":"hebrew","language":"hebrew","number_value":5879,"lemma":"עֵינַיִם","transliteration":"ʻÊynayim","pronunciation":"ay-nah'-yim","derivation":"or עֵינָם; dual of H5869 (עַיִן); double fountain;","strongs_definition":"Enajim or Enam, a place in Palestine","kjv_definition":"Enaim, openly (Genesis 38:21)."} +{"id":"H5880","strongs_number":"H5880","system":"hebrew","language":"hebrew","number_value":5880,"lemma":"עֵין מִשְׁפָּט","transliteration":"ʻÊyn Mishpâṭ","pronunciation":"ane mish-pawt'","derivation":"from H5869 (עַיִן) and H4941 (מִשְׁפָּט); fountain of judgment;","strongs_definition":"En-Mishpat, a place near Palestine","kjv_definition":"En-mishpat."} +{"id":"H5881","strongs_number":"H5881","system":"hebrew","language":"hebrew","number_value":5881,"lemma":"עֵינָן","transliteration":"ʻÊynân","pronunciation":"ay-nawn'","derivation":"from H5869 (עַיִן); having eyes;","strongs_definition":"Enan, an Israelite","kjv_definition":"Enan. Compare H2704 (חֲצַר עֵינָן)."} +{"id":"H5882","strongs_number":"H5882","system":"hebrew","language":"hebrew","number_value":5882,"lemma":"עֵין עֶגְלַיִם","transliteration":"ʻÊyn ʻEglayim","pronunciation":"ane eg-lah'-yim","derivation":"עַיִן and the dual of H5695 (עֵגֶל); fountain of two calves;","strongs_definition":"En-Eglajim, a place in Palestine","kjv_definition":"En-eglaim."} +{"id":"H5883","strongs_number":"H5883","system":"hebrew","language":"hebrew","number_value":5883,"lemma":"עֵין רֹגֵל","transliteration":"ʻÊyn Rôgêl","pronunciation":"ane ro-gale'","derivation":"from H5869 (עַיִן) and the active participle of H7270 (רָגַל); fountain of a traveller;","strongs_definition":"En-Rogel, a place near Jerusalem","kjv_definition":"En-rogel."} +{"id":"H5884","strongs_number":"H5884","system":"hebrew","language":"hebrew","number_value":5884,"lemma":"עֵין רִמּוֹן","transliteration":"ʻÊyn Rimmôwn","pronunciation":"ane rim-mone'","derivation":"from H5869 (עַיִן) and H7416 (רִמּוֹן); fountain of a pomegranate;","strongs_definition":"En-Rimmon, a place in Palestine","kjv_definition":"En-rimmon."} +{"id":"H5885","strongs_number":"H5885","system":"hebrew","language":"hebrew","number_value":5885,"lemma":"עֵין שֶׁמֶשׁ","transliteration":"ʻÊyn Shemesh","pronunciation":"ane sheh'-mesh","derivation":"from H5869 (עַיִן) and H8121 (שֶׁמֶשׁ); fountain of the sun;","strongs_definition":"En-Shemesh, a place in Palestine","kjv_definition":"Enshemesh."} +{"id":"H5886","strongs_number":"H5886","system":"hebrew","language":"hebrew","number_value":5886,"lemma":"עֵין תַּנִּים","transliteration":"ʻÊyn Tannîym","pronunciation":"ane tan-neem'","derivation":"from H5869 (עַיִן) and the plural of H8565 (תַּן); fountain of jackals;","strongs_definition":"En-Tannim, a pool near Jerusalem","kjv_definition":"dragon well."} +{"id":"H5887","strongs_number":"H5887","system":"hebrew","language":"hebrew","number_value":5887,"lemma":"עֵין תַּפּוּחַ","transliteration":"ʻÊyn Tappûwach","pronunciation":"ane tap-poo'-akh","derivation":"from H5869 (עַיִן) and H8598 (תַּפּוּחַ); fountain of an apple-tree;","strongs_definition":"En-Tappuach, a place in Palestine","kjv_definition":"En-tappuah."} +{"id":"H5888","strongs_number":"H5888","system":"hebrew","language":"hebrew","number_value":5888,"lemma":"עָיֵף","transliteration":"ʻâyêph","pronunciation":"aw-yafe'","derivation":"a primitive root;","strongs_definition":"to languish","kjv_definition":"be wearied."} +{"id":"H5889","strongs_number":"H5889","system":"hebrew","language":"hebrew","number_value":5889,"lemma":"עָיֵף","transliteration":"ʻâyêph","pronunciation":"aw-yafe'","derivation":"from H5888 (עָיֵף);","strongs_definition":"languid","kjv_definition":"faint, thirsty, weary."} +{"id":"H5890","strongs_number":"H5890","system":"hebrew","language":"hebrew","number_value":5890,"lemma":"עֵיפָה","transliteration":"ʻêyphâh","pronunciation":"ay-faw'","derivation":"feminine from H5774 (עוּף);","strongs_definition":"obscurity (as if from covering)","kjv_definition":"darkness."} +{"id":"H5891","strongs_number":"H5891","system":"hebrew","language":"hebrew","number_value":5891,"lemma":"עֵיפָה","transliteration":"ʻÊyphâh","pronunciation":"ay-faw'","derivation":"the same as H5890 (עֵיפָה);","strongs_definition":"Ephah, the name of a son of Midian, and of the region settled by him; also of an Israelite and of an Israelitess","kjv_definition":"Ephah."} +{"id":"H5892","strongs_number":"H5892","system":"hebrew","language":"hebrew","number_value":5892,"lemma":"עִיר","transliteration":"ʻîyr","pronunciation":"eer","derivation":"or (in the plural) עָר; or עָיַר; (Judges 10:4), from H5782 (עוּר)","strongs_definition":"a city (a place guarded by waking or a watch) in the widest sense (even of a mere encampment or post)","kjv_definition":"Ai (from margin), city, court (from margin), town."} +{"id":"H5893","strongs_number":"H5893","system":"hebrew","language":"hebrew","number_value":5893,"lemma":"עִיר","transliteration":"ʻÎyr","pronunciation":"eer","derivation":"the same as H5892 (עִיר);","strongs_definition":"Ir, an Israelite","kjv_definition":"Ir."} +{"id":"H5894","strongs_number":"H5894","system":"hebrew","language":"hebrew","number_value":5894,"lemma":"עִיר","transliteration":"ʻîyr","pronunciation":"eer","derivation":"(Aramaic) from a root corresponding to H5782 (עוּר);","strongs_definition":"a watcher, i.e. an angel (as guardian)","kjv_definition":"watcher."} +{"id":"H5895","strongs_number":"H5895","system":"hebrew","language":"hebrew","number_value":5895,"lemma":"עַיִר","transliteration":"ʻayir","pronunciation":"ah'-yeer","derivation":"from H5782 (עוּר) in the sense of raising (i.e. bearing a burden);","strongs_definition":"properly, a young ass (as just broken to a load); hence an ass-colt","kjv_definition":"(ass) colt, foal, young ass."} +{"id":"H5896","strongs_number":"H5896","system":"hebrew","language":"hebrew","number_value":5896,"lemma":"עִירָא","transliteration":"ʻÎyrâʼ","pronunciation":"ee-raw'","derivation":"from H5782 (עוּר); wakefulness;","strongs_definition":"Ira, the name of three Israelites","kjv_definition":"Ira."} +{"id":"H5897","strongs_number":"H5897","system":"hebrew","language":"hebrew","number_value":5897,"lemma":"עִירָד","transliteration":"ʻÎyrâd","pronunciation":"ee-rawd'","derivation":"from the same as H6166 (עֲרָד); fugitive;","strongs_definition":"Irad, an antediluvian","kjv_definition":"Irad."} +{"id":"H5898","strongs_number":"H5898","system":"hebrew","language":"hebrew","number_value":5898,"lemma":"עִיר הַמֶּלַח","transliteration":"ʻÎyr ham-Melach","pronunciation":"eer ham-meh'-lakh","derivation":"from H5892 (עִיר) and H4417 (מֶלַח) with the article of substance interp.; city of (the) salt;","strongs_definition":"Irham-Melach, a place near Palestine","kjv_definition":"the city of salt."} +{"id":"H5899","strongs_number":"H5899","system":"hebrew","language":"hebrew","number_value":5899,"lemma":"עִיר הַתְּמָרִים","transliteration":"ʻÎyr hat-Tᵉmârîym","pronunciation":"eer hat-tem-aw-reem'","derivation":"from H5892 (עִיר) and the plural of H8558 (תָּמָר) with the article interpolated; city of the palmtrees;","strongs_definition":"Ir-hat-Temarim, a place in Palestine","kjv_definition":"the city of palmtrees."} +{"id":"H5900","strongs_number":"H5900","system":"hebrew","language":"hebrew","number_value":5900,"lemma":"עִירוּ","transliteration":"ʻÎyrûw","pronunciation":"ee-roo'","derivation":"from H5892 (עִיר); a citizen;","strongs_definition":"Iru, an Israelite","kjv_definition":"Iru."} +{"id":"H5901","strongs_number":"H5901","system":"hebrew","language":"hebrew","number_value":5901,"lemma":"עִירִי","transliteration":"ʻÎyrîy","pronunciation":"ee-ree'","derivation":"from H5892 (עִיר); urbane;","strongs_definition":"Iri, an Israelite","kjv_definition":"Iri."} +{"id":"H5902","strongs_number":"H5902","system":"hebrew","language":"hebrew","number_value":5902,"lemma":"עִירָם","transliteration":"ʻÎyrâm","pronunciation":"ee-rawm'","derivation":"from H5892 (עִיר); city-wise;","strongs_definition":"Iram, an Idumaean","kjv_definition":"Iram."} +{"id":"H5903","strongs_number":"H5903","system":"hebrew","language":"hebrew","number_value":5903,"lemma":"עֵירֹם","transliteration":"ʻêyrôm","pronunciation":"ay-rome'","derivation":"or עֵרֹם; from H6191 (עָרַם);","strongs_definition":"nudity","kjv_definition":"naked(-ness)."} +{"id":"H5904","strongs_number":"H5904","system":"hebrew","language":"hebrew","number_value":5904,"lemma":"עִיר נָחָשׁ","transliteration":"ʻÎyr Nâchâsh","pronunciation":"eer naw-khawsh'","derivation":"from H5892 (עִיר) and H5175 (נָחָשׁ); city of a serpent;","strongs_definition":"Ir-Nachash, a place in Palestine","kjv_definition":"Irnahash."} +{"id":"H5905","strongs_number":"H5905","system":"hebrew","language":"hebrew","number_value":5905,"lemma":"עִיר שֶׁמֶשׁ","transliteration":"ʻÎyr Shemesh","pronunciation":"eer sheh'-mesh","derivation":"from H5892 (עִיר) and H8121 (שֶׁמֶשׁ); city of the sun;","strongs_definition":"Ir-Shemesh, a place in Palestine","kjv_definition":"Irshemesh."} +{"id":"H5906","strongs_number":"H5906","system":"hebrew","language":"hebrew","number_value":5906,"lemma":"עַיִשׁ","transliteration":"ʻAyish","pronunciation":"ah'-yish","derivation":"or עָשׁ; from H5789 (עוּשׁ);","strongs_definition":"the constellation of the Great Bear (perhaps from its migration through the heavens)","kjv_definition":"Arcturus."} +{"id":"H5907","strongs_number":"H5907","system":"hebrew","language":"hebrew","number_value":5907,"lemma":"עַכְבּוֹר","transliteration":"ʻAkbôwr","pronunciation":"ak-bore'","derivation":"probably for H5909 (עַכְבָּר);","strongs_definition":"Akbor, the name of an Idumaean and of two Israelites","kjv_definition":"Achbor."} +{"id":"H5908","strongs_number":"H5908","system":"hebrew","language":"hebrew","number_value":5908,"lemma":"עַכָּבִישׁ","transliteration":"ʻakkâbîysh","pronunciation":"ak-kaw-beesh'","derivation":"probably from an unused root in the literal sense of entangling;","strongs_definition":"a spider (as weaving a network)","kjv_definition":"spider."} +{"id":"H5909","strongs_number":"H5909","system":"hebrew","language":"hebrew","number_value":5909,"lemma":"עַכְבָּר","transliteration":"ʻakbâr","pronunciation":"ak-bawr'","derivation":"probably from the same as H5908 (עַכָּבִישׁ) in the secondary sense of attacking;","strongs_definition":"a mouse (as nibbling)","kjv_definition":"mouse."} +{"id":"H5910","strongs_number":"H5910","system":"hebrew","language":"hebrew","number_value":5910,"lemma":"עַכּוֹ","transliteration":"ʻAkkôw","pronunciation":"ak-ko'","derivation":"apparently from an unused root meaning to hem in;","strongs_definition":"Akko (from its situation on a bay)","kjv_definition":"Accho."} +{"id":"H5911","strongs_number":"H5911","system":"hebrew","language":"hebrew","number_value":5911,"lemma":"עָכוֹר","transliteration":"ʻÂkôwr","pronunciation":"aw-kore'","derivation":"from H5916 (עָכַר); troubled;","strongs_definition":"Akor, the name of a place in Palestine","kjv_definition":"Achor."} +{"id":"H5912","strongs_number":"H5912","system":"hebrew","language":"hebrew","number_value":5912,"lemma":"עָכָן","transliteration":"ʻÂkân","pronunciation":"aw-kawn'","derivation":"from an unused root meaning to trouble; troublesome;","strongs_definition":"Akan, an Israelite","kjv_definition":"Achan. Compare H5917 (עָכָר)."} +{"id":"H5913","strongs_number":"H5913","system":"hebrew","language":"hebrew","number_value":5913,"lemma":"עָכַס","transliteration":"ʻâkaç","pronunciation":"aw-kas'","derivation":"a primitive root; properly, to tie, specifically, with fetters; but used only as denominative from H5914 (עֶכֶס);","strongs_definition":"to put on anklets","kjv_definition":"make a tinkling ornament."} +{"id":"H5914","strongs_number":"H5914","system":"hebrew","language":"hebrew","number_value":5914,"lemma":"עֶכֶס","transliteration":"ʻekeç","pronunciation":"eh'-kes","derivation":"from H5913 (עָכַס);","strongs_definition":"a fetter; hence, an anklet","kjv_definition":"stocks, tinkling ornament."} +{"id":"H5915","strongs_number":"H5915","system":"hebrew","language":"hebrew","number_value":5915,"lemma":"עַכְסָה","transliteration":"ʻAkçâh","pronunciation":"ak-saw'","derivation":"feminine of H5914 (עֶכֶס); anklet;","strongs_definition":"Aksah, an Israelitess","kjv_definition":"Achsah."} +{"id":"H5916","strongs_number":"H5916","system":"hebrew","language":"hebrew","number_value":5916,"lemma":"עָכַר","transliteration":"ʻâkar","pronunciation":"aw-kar'","derivation":"a primitive root;","strongs_definition":"properly, to roil water; figuratively, to disturb or affict","kjv_definition":"trouble, stir."} +{"id":"H5917","strongs_number":"H5917","system":"hebrew","language":"hebrew","number_value":5917,"lemma":"עָכָר","transliteration":"ʻÂkâr","pronunciation":"aw-kawr'","derivation":"from H5916 (עָכַר); troublesome;","strongs_definition":"Akar, an Israelite","kjv_definition":"Achar. Compare H5912 (עָכָן)."} +{"id":"H5918","strongs_number":"H5918","system":"hebrew","language":"hebrew","number_value":5918,"lemma":"עׇכְרָן","transliteration":"ʻOkrân","pronunciation":"ok-rawn'","derivation":"from H5916 (עָכַר); muddler;","strongs_definition":"Okran, an Israelite","kjv_definition":"Ocran."} +{"id":"H5919","strongs_number":"H5919","system":"hebrew","language":"hebrew","number_value":5919,"lemma":"עַכְשׁוּב","transliteration":"ʻakshûwb","pronunciation":"ak-shoob'","derivation":"probably from an unused root meaning to coil;","strongs_definition":"an asp (from lurking coiled up)","kjv_definition":"adder."} +{"id":"H5920","strongs_number":"H5920","system":"hebrew","language":"hebrew","number_value":5920,"lemma":"עַל","transliteration":"ʻal","pronunciation":"al","derivation":"from H5927 (עָלָה);","strongs_definition":"properly, the top; specifically, the highest (i.e. God); also (adverb) aloft, to Jehovah","kjv_definition":"above, high, most High."} +{"id":"H5921","strongs_number":"H5921","system":"hebrew","language":"hebrew","number_value":5921,"lemma":"עַל","transliteration":"ʻal","pronunciation":"al","derivation":"properly, the same as H5920 (עַל) used as a preposition (in the singular or plural often with prefix, or as conjunction with a particle following);","strongs_definition":"above, over, upon, or against (yet always in this last relation with a downward aspect) in a great variety of applications","kjv_definition":"above, according to(-ly), after, (as) against, among, and, [idiom] as, at, because of, beside (the rest of), between, beyond the time, [idiom] both and, by (reason of), [idiom] had the charge of, concerning for, in (that), (forth, out) of, (from) (off), (up-) on, over, than, through(-out), to, touching, [idiom] with."} +{"id":"H5922","strongs_number":"H5922","system":"hebrew","language":"hebrew","number_value":5922,"lemma":"עַל","transliteration":"ʻal","pronunciation":"al","derivation":"(Aramaic) corresponding to H5921 (עַל)","strongs_definition":"{above, over, upon, or against (yet always in this last relation with a downward aspect) in a great variety of applications}","kjv_definition":"about, against, concerning, for, (there-) fore, from, in, [idiom] more, of, (there-, up-) on, (in-) to, [phrase] why with."} +{"id":"H5923","strongs_number":"H5923","system":"hebrew","language":"hebrew","number_value":5923,"lemma":"עֹל","transliteration":"ʻôl","pronunciation":"ole","derivation":"or עוֹל; from H5953 (עָלַל);","strongs_definition":"a yoke (as imposed on the neck), literally or figuratively","kjv_definition":"yoke."} +{"id":"H5924","strongs_number":"H5924","system":"hebrew","language":"hebrew","number_value":5924,"lemma":"עֵלָּא","transliteration":"ʻêllâʼ","pronunciation":"ale-law'","derivation":"(Aramaic) from H5922 (עַל);","strongs_definition":"above","kjv_definition":"over."} +{"id":"H5925","strongs_number":"H5925","system":"hebrew","language":"hebrew","number_value":5925,"lemma":"עֻלָּא","transliteration":"ʻUllâʼ","pronunciation":"ool-law'","derivation":"feminine of H5923 (עֹל); burden;","strongs_definition":"Ulla, an Israelite","kjv_definition":"Ulla."} +{"id":"H5926","strongs_number":"H5926","system":"hebrew","language":"hebrew","number_value":5926,"lemma":"עִלֵּג","transliteration":"ʻillêg","pronunciation":"il-layg'","derivation":"from an unused root meaning to stutter;","strongs_definition":"stuttering","kjv_definition":"stammerer."} +{"id":"H5927","strongs_number":"H5927","system":"hebrew","language":"hebrew","number_value":5927,"lemma":"עָלָה","transliteration":"ʻâlâh","pronunciation":"aw-law'","derivation":"a primitive root;","strongs_definition":"to ascend, intransitively (be high) or actively (mount); used in a great variety of senses, primary and secondary, literal and figurative","kjv_definition":"arise (up), (cause to) ascend up, at once, break (the day) (up), bring (up), (cause to) burn, carry up, cast up, [phrase] shew, climb (up), (cause to, make to) come (up), cut off, dawn, depart, exalt, excel, fall, fetch up, get up, (make to) go (away, up); grow (over) increase, lay, leap, levy, lift (self) up, light, (make) up, [idiom] mention, mount up, offer, make to pay, [phrase] perfect, prefer, put (on), raise, recover, restore, (make to) rise (up), scale, set (up), shoot forth (up), (begin to) spring (up), stir up, take away (up), work."} +{"id":"H5928","strongs_number":"H5928","system":"hebrew","language":"hebrew","number_value":5928,"lemma":"עֲלָה","transliteration":"ʻălâh","pronunciation":"al-law'","derivation":"(Aramaic) corresponding to H5930 (עֹלָה);","strongs_definition":"a holocaust","kjv_definition":"burnt offering."} +{"id":"H5929","strongs_number":"H5929","system":"hebrew","language":"hebrew","number_value":5929,"lemma":"עָלֶה","transliteration":"ʻâleh","pronunciation":"aw-leh'","derivation":"from H5927 (עָלָה);","strongs_definition":"a leaf (as coming up on a tree); collectively, foliage","kjv_definition":"branch, leaf."} +{"id":"H5930","strongs_number":"H5930","system":"hebrew","language":"hebrew","number_value":5930,"lemma":"עֹלָה","transliteration":"ʻôlâh","pronunciation":"o-law'","derivation":"or עוֹלָה; feminine active participle of H5927 (עָלָה);","strongs_definition":"a step or (collectively, stairs, as ascending); usually a holocaust (as going up in smoke)","kjv_definition":"ascent, burnt offering (sacrifice), go up to. See also H5766 (עֶוֶל)."} +{"id":"H5931","strongs_number":"H5931","system":"hebrew","language":"hebrew","number_value":5931,"lemma":"עִלָּה","transliteration":"ʻillâh","pronunciation":"il-law'","derivation":"(Aramaic) feminine from a root corresponding to H5927 (עָלָה);","strongs_definition":"a pretext (as arising artificially)","kjv_definition":"occasion."} +{"id":"H5932","strongs_number":"H5932","system":"hebrew","language":"hebrew","number_value":5932,"lemma":"עַלְוָה","transliteration":"ʻalvâh","pronunciation":"al-vaw'","derivation":"for H5766 (עֶוֶל);","strongs_definition":"moral perverseness","kjv_definition":"iniquity."} +{"id":"H5933","strongs_number":"H5933","system":"hebrew","language":"hebrew","number_value":5933,"lemma":"עַלְוָה","transliteration":"ʻAlvâh","pronunciation":"al-vaw'","derivation":"or עַליָה; the same as H5932 (עַלְוָה);","strongs_definition":"Alvah or Aljah, an Idumaean","kjv_definition":"Aliah, Alvah."} +{"id":"H5934","strongs_number":"H5934","system":"hebrew","language":"hebrew","number_value":5934,"lemma":"עָלוּם","transliteration":"ʻâlûwm","pronunciation":"aw-loom'","derivation":"passive participle of H5956 (עָלַם) in the denominative sense of H5958 (עֶלֶם);","strongs_definition":"(only in plural as abstract) adolescence; figuratively, vigor","kjv_definition":"youth."} +{"id":"H5935","strongs_number":"H5935","system":"hebrew","language":"hebrew","number_value":5935,"lemma":"עַלְוָן","transliteration":"ʻAlvân","pronunciation":"al-vawn'","derivation":"or עַלְיָן; from H5927 (עָלָה); lofty;","strongs_definition":"Alvan or Aljan, an Idumaean","kjv_definition":"Alian, Alvan."} +{"id":"H5936","strongs_number":"H5936","system":"hebrew","language":"hebrew","number_value":5936,"lemma":"עֲלוּקָה","transliteration":"ʻălûwqâh","pronunciation":"al-oo-kaw'","derivation":"feminine passive participle of an unused root meaning to suck;","strongs_definition":"the leech","kjv_definition":"horse-leech."} +{"id":"H5937","strongs_number":"H5937","system":"hebrew","language":"hebrew","number_value":5937,"lemma":"עָלַז","transliteration":"ʻâlaz","pronunciation":"aw-laz'","derivation":"a primitive root;","strongs_definition":"to jump for joy, i.e. exult","kjv_definition":"be joyful, rejoice, triumph."} +{"id":"H5938","strongs_number":"H5938","system":"hebrew","language":"hebrew","number_value":5938,"lemma":"עָלֵז","transliteration":"ʻâlêz","pronunciation":"aw-laze'","derivation":"from H5937 (עָלַז);","strongs_definition":"exultant","kjv_definition":"that rejoiceth."} +{"id":"H5939","strongs_number":"H5939","system":"hebrew","language":"hebrew","number_value":5939,"lemma":"עֲלָטָה","transliteration":"ʻălâṭâh","pronunciation":"al-aw-taw'","derivation":"feminine from an unused root meaning to cover;","strongs_definition":"dusk","kjv_definition":"dark, twilight."} +{"id":"H5940","strongs_number":"H5940","system":"hebrew","language":"hebrew","number_value":5940,"lemma":"עֱלִי","transliteration":"ʻĕlîy","pronunciation":"el-ee'","derivation":"from H5927 (עָלָה);","strongs_definition":"a pestle (as lifted)","kjv_definition":"pestle."} +{"id":"H5941","strongs_number":"H5941","system":"hebrew","language":"hebrew","number_value":5941,"lemma":"עֵלִי","transliteration":"ʻÊlîy","pronunciation":"ay-lee'","derivation":"from H5927 (עָלָה); lofty;","strongs_definition":"Eli, an Israelite highpriest","kjv_definition":"Eli."} +{"id":"H5942","strongs_number":"H5942","system":"hebrew","language":"hebrew","number_value":5942,"lemma":"עִלִּי","transliteration":"ʻillîy","pronunciation":"il-lee'","derivation":"from H5927 (עָלָה);","strongs_definition":"high; i.e. comparative","kjv_definition":"upper."} +{"id":"H5943","strongs_number":"H5943","system":"hebrew","language":"hebrew","number_value":5943,"lemma":"עִלַּי","transliteration":"ʻillay","pronunciation":"il-lah'-ee","derivation":"(Aramaic) corresponding to H5942 (עִלִּי);","strongs_definition":"supreme (i.e. God)","kjv_definition":"(most) high."} +{"id":"H5944","strongs_number":"H5944","system":"hebrew","language":"hebrew","number_value":5944,"lemma":"עֲלִיָּה","transliteration":"ʻălîyâh","pronunciation":"al-ee-yaw'","derivation":"feminine from H5927 (עָלָה);","strongs_definition":"something lofty, i.e. a stair-way; also a second-story room (or even one on the roof); figuratively, the sky","kjv_definition":"ascent, (upper) chamber, going up, loft, parlour."} +{"id":"H5945","strongs_number":"H5945","system":"hebrew","language":"hebrew","number_value":5945,"lemma":"עֶלְיוֹן","transliteration":"ʻelyôwn","pronunciation":"el-yone'","derivation":"from H5927 (עָלָה);","strongs_definition":"an elevation, i.e. (adj.) lofty (compar.); as title, the Supreme","kjv_definition":"(Most, on) high(-er, -est), upper(-most)."} +{"id":"H5946","strongs_number":"H5946","system":"hebrew","language":"hebrew","number_value":5946,"lemma":"עֶלְיוֹן","transliteration":"ʻelyôwn","pronunciation":"el-yone'","derivation":"(Aramaic) corresponding to H5945 (עֶלְיוֹן);","strongs_definition":"the Supreme","kjv_definition":"Most high."} +{"id":"H5947","strongs_number":"H5947","system":"hebrew","language":"hebrew","number_value":5947,"lemma":"עַלִּיז","transliteration":"ʻallîyz","pronunciation":"al-leez'","derivation":"from H5937 (עָלַז);","strongs_definition":"exultant","kjv_definition":"joyous, (that) rejoice(-ing)"} +{"id":"H5948","strongs_number":"H5948","system":"hebrew","language":"hebrew","number_value":5948,"lemma":"עֲלִיל","transliteration":"ʻălîyl","pronunciation":"al-eel'","derivation":"from H5953 (עָלַל) in the sense of completing;","strongs_definition":"probably a crucible (as working over the metal)","kjv_definition":"furnace."} +{"id":"H5949","strongs_number":"H5949","system":"hebrew","language":"hebrew","number_value":5949,"lemma":"עֲלִילָה","transliteration":"ʻălîylâh","pronunciation":"al-ee-law'","derivation":"or עֲלִלָה; from H5953 (עָלַל) in the sense of effecting;","strongs_definition":"an exploit (of God), or a performance (of man, often in a bad sense); by implication, an opportunity","kjv_definition":"act(-ion), deed, doing, invention, occasion, work."} +{"id":"H5950","strongs_number":"H5950","system":"hebrew","language":"hebrew","number_value":5950,"lemma":"עֲלִילִיָּה","transliteration":"ʻălîylîyâh","pronunciation":"al-ee-lee-yaw'","derivation":"for H5949 (עֲלִילָה);","strongs_definition":"(miraculous) execution","kjv_definition":"work."} +{"id":"H5951","strongs_number":"H5951","system":"hebrew","language":"hebrew","number_value":5951,"lemma":"עֲלִיצוּת","transliteration":"ʻălîytsûwth","pronunciation":"al-ee-tsooth'","derivation":"from H5970 (עָלַץ);","strongs_definition":"exultation","kjv_definition":"rejoicing."} +{"id":"H5952","strongs_number":"H5952","system":"hebrew","language":"hebrew","number_value":5952,"lemma":"עַלִּית","transliteration":"ʻallîyth","pronunciation":"al-leeth'","derivation":"from H5927 (עָלָה);","strongs_definition":"a second-story room","kjv_definition":"chamber. Compare H5944 (עֲלִיָּה)."} +{"id":"H5953","strongs_number":"H5953","system":"hebrew","language":"hebrew","number_value":5953,"lemma":"עָלַל","transliteration":"ʻâlal","pronunciation":"aw-lal'","derivation":"a primitive root;","strongs_definition":"to effect thoroughly; specifically, to glean (also figuratively); by implication (in a bad sense) to overdo, i.e. maltreat, be saucy to, pain, impose (also literal)","kjv_definition":"abuse, affect, [idiom] child, defile, do, glean, mock, practise, thoroughly, work (wonderfully)."} +{"id":"H5954","strongs_number":"H5954","system":"hebrew","language":"hebrew","number_value":5954,"lemma":"עֲלַל","transliteration":"ʻălal","pronunciation":"al-al'","derivation":"(Aramaic) corresponding to H5953 (עָלַל) (in the sense of thrusting oneself in),","strongs_definition":"to enter; causatively, to introduce","kjv_definition":"bring in, come in, go in."} +{"id":"H5955","strongs_number":"H5955","system":"hebrew","language":"hebrew","number_value":5955,"lemma":"עֹלֵלָה","transliteration":"ʻôlêlâh","pronunciation":"o-lay-law'","derivation":"feminine active participle of H5953 (עָלַל);","strongs_definition":"only in plural gleanings; by extension gleaning-time","kjv_definition":"(gleaning) (of the) grapes, grapegleanings."} +{"id":"H5956","strongs_number":"H5956","system":"hebrew","language":"hebrew","number_value":5956,"lemma":"עָלַם","transliteration":"ʻâlam","pronunciation":"aw-lam'","derivation":"a primitive root;","strongs_definition":"to veil from sight, i.e. conceal (literally or figuratively)","kjv_definition":"[idiom] any ways, blind, dissembler, hide (self), secret (thing)."} +{"id":"H5957","strongs_number":"H5957","system":"hebrew","language":"hebrew","number_value":5957,"lemma":"עָלַם","transliteration":"ʻâlam","pronunciation":"aw-lam'","derivation":"(Aramaic) corresponding to H5769 (עוֹלָם);","strongs_definition":"remote time, i.e. the future or past indefinitely; often adverb, forever","kjv_definition":"for (n-)ever (lasting), old."} +{"id":"H5958","strongs_number":"H5958","system":"hebrew","language":"hebrew","number_value":5958,"lemma":"עֶלֶם","transliteration":"ʻelem","pronunciation":"eh'-lem","derivation":"from H5956 (עָלַם); (compare H5959 (עַלְמָה))","strongs_definition":"properly, something kept out of sight, i.e. a lad","kjv_definition":"young man, stripling."} +{"id":"H5959","strongs_number":"H5959","system":"hebrew","language":"hebrew","number_value":5959,"lemma":"עַלְמָה","transliteration":"ʻalmâh","pronunciation":"al-maw'","derivation":"feminine of H5958 (עֶלֶם);","strongs_definition":"a lass (as veiled or private)","kjv_definition":"damsel, maid, virgin."} +{"id":"H5960","strongs_number":"H5960","system":"hebrew","language":"hebrew","number_value":5960,"lemma":"עַלְמוֹן","transliteration":"ʻAlmôwn","pronunciation":"al-mone'","derivation":"from H5956 (עָלַם); hidden; See also H5963 (עַלְמֹן דִּבְלָתָיְמָה).","strongs_definition":"Almon, a place in Palestine","kjv_definition":null} +{"id":"H5961","strongs_number":"H5961","system":"hebrew","language":"hebrew","number_value":5961,"lemma":"עֲלָמוֹת","transliteration":"ʻĂlâmôwth","pronunciation":"al-aw-moth'","derivation":"plural of H5959 (עַלְמָה);","strongs_definition":"properly, girls, i.e. the soprano or female voice, perhaps falsetto","kjv_definition":"Alamoth."} +{"id":"H5962","strongs_number":"H5962","system":"hebrew","language":"hebrew","number_value":5962,"lemma":"עַלְמִי","transliteration":"ʻAlmîy","pronunciation":"al-mee'","derivation":"(Aramaic) patrial from a name corresponding to H5867 (עֵילָם) contracted;","strongs_definition":"an Elamite or inhabitant of Elam","kjv_definition":"Elamite."} +{"id":"H5963","strongs_number":"H5963","system":"hebrew","language":"hebrew","number_value":5963,"lemma":"עַלְמֹן דִּבְלָתָיְמָה","transliteration":"ʻAlmôn Diblâthâyᵉmâh","pronunciation":"al-mone' dib-lawthaw'-yem-aw","derivation":"from the same as H5960 (עַלְמוֹן) and the dual of H1960 (הֻיְּדָה) (compare H1015 (בֵּית דִּבְלָתַיִם)) with enclitic of direction; Almon towards Diblathajim;","strongs_definition":"Almon-Diblathajemah, a place in Moab","kjv_definition":"Almondilathaim."} +{"id":"H5964","strongs_number":"H5964","system":"hebrew","language":"hebrew","number_value":5964,"lemma":"עָלֶמֶת","transliteration":"ʻÂlemeth","pronunciation":"aw-leh'-meth","derivation":"from H5956 (עָלַם); a covering;","strongs_definition":"Alemeth, the name of a place in Palestine and of two Israelites","kjv_definition":"Alameth, Alemeth."} +{"id":"H5965","strongs_number":"H5965","system":"hebrew","language":"hebrew","number_value":5965,"lemma":"עָלַס","transliteration":"ʻâlaç","pronunciation":"aw-las'","derivation":"a primitive root;","strongs_definition":"to leap for joy, i.e. exult, wave joyously","kjv_definition":"[idiom] peacock, rejoice, solace self."} +{"id":"H5966","strongs_number":"H5966","system":"hebrew","language":"hebrew","number_value":5966,"lemma":"עָלַע","transliteration":"ʻâlaʻ","pronunciation":"aw-lah'","derivation":"a primitive root;","strongs_definition":"to sip up","kjv_definition":"suck up."} +{"id":"H5967","strongs_number":"H5967","system":"hebrew","language":"hebrew","number_value":5967,"lemma":"עֲלַע","transliteration":"ʻălaʻ","pronunciation":"al-ah'","derivation":"(Aramaic) corresponding to H6763 (צֵלָע);","strongs_definition":"a rib","kjv_definition":"rib."} +{"id":"H5968","strongs_number":"H5968","system":"hebrew","language":"hebrew","number_value":5968,"lemma":"עָלַף","transliteration":"ʻâlaph","pronunciation":"aw-laf'","derivation":"a primitive root;","strongs_definition":"to veil or cover; figuratively, to be languid","kjv_definition":"faint, overlaid, wrap self."} +{"id":"H5969","strongs_number":"H5969","system":"hebrew","language":"hebrew","number_value":5969,"lemma":"עֻלְפֶּה","transliteration":"ʻulpeh","pronunciation":"ool-peh'","derivation":"from H5968 (עָלַף);","strongs_definition":"an envelope, i.e. (figuratively) mourning","kjv_definition":"fainted."} +{"id":"H5970","strongs_number":"H5970","system":"hebrew","language":"hebrew","number_value":5970,"lemma":"עָלַץ","transliteration":"ʻâlats","pronunciation":"aw-lats'","derivation":"a primitive root;","strongs_definition":"to jump for joy, i.e. exult","kjv_definition":"be joyful, rejoice, triumph."} +{"id":"H5971","strongs_number":"H5971","system":"hebrew","language":"hebrew","number_value":5971,"lemma":"עַם","transliteration":"ʻam","pronunciation":"am","derivation":"from H6004 (עָמַם);","strongs_definition":"a people (as a congregated unit); specifically, a tribe (as those of Israel); hence (collectively) troops or attendants; figuratively, a flock","kjv_definition":"folk, men, nation, people."} +{"id":"H5972","strongs_number":"H5972","system":"hebrew","language":"hebrew","number_value":5972,"lemma":"עַם","transliteration":"ʻam","pronunciation":"am","derivation":"(Aramaic) corresponding to H5971 (עַם)","strongs_definition":"{a people (as a congregated unit); specifically, a tribe (as those of Israel); hence (collectively) troops or attendants; figuratively, a flock}","kjv_definition":"people."} +{"id":"H5973","strongs_number":"H5973","system":"hebrew","language":"hebrew","number_value":5973,"lemma":"עִם","transliteration":"ʻim","pronunciation":"eem","derivation":"from H6004 (עָמַם);","strongs_definition":"adverb or preposition, with (i.e. in conjunction with), in varied applications; specifically, equally with; often with prepositional prefix (and then usually unrepresented in English)","kjv_definition":"accompanying, against, and, as ([idiom] long as), before, beside, by (reason of), for all, from (among, between), in, like, more than, of, (un-) to, with(-al)."} +{"id":"H5974","strongs_number":"H5974","system":"hebrew","language":"hebrew","number_value":5974,"lemma":"עִם","transliteration":"ʻim","pronunciation":"eem","derivation":"(Aramaic) corresponding to H5973 (עִם)","strongs_definition":"{adverb or preposition, with (i.e. in conjunction with), in varied applications; specifically, equally with; often with prepositional prefix (and then usually unrepresented in English)}","kjv_definition":"by, from, like, to(-ward), with."} +{"id":"H5975","strongs_number":"H5975","system":"hebrew","language":"hebrew","number_value":5975,"lemma":"עָמַד","transliteration":"ʻâmad","pronunciation":"aw-mad'","derivation":"a primitive root;","strongs_definition":"to stand, in various relations (literal and figurative, intransitive and transitive)","kjv_definition":"abide (behind), appoint, arise, cease, confirm, continue, dwell, be employed, endure, establish, leave, make, ordain, be (over), place, (be) present (self), raise up, remain, repair, [phrase] serve, set (forth, over, -tle, up), (make to, make to be at a, with-) stand (by, fast, firm, still, up), (be at a) stay (up), tarry."} +{"id":"H5976","strongs_number":"H5976","system":"hebrew","language":"hebrew","number_value":5976,"lemma":"עָמַד","transliteration":"ʻâmad","pronunciation":"aw-mad'","derivation":"for H4571 (מָעַד);","strongs_definition":"to shake","kjv_definition":"be at a stand."} +{"id":"H5977","strongs_number":"H5977","system":"hebrew","language":"hebrew","number_value":5977,"lemma":"עֹמֶד","transliteration":"ʻômed","pronunciation":"o'-med","derivation":"from H5975 (עָמַד);","strongs_definition":"a spot (as being fixed)","kjv_definition":"place, ([phrase] where) stood, upright."} +{"id":"H5978","strongs_number":"H5978","system":"hebrew","language":"hebrew","number_value":5978,"lemma":"עִמָּד","transliteration":"ʻimmâd","pronunciation":"im-mawd'","derivation":"prolonged for H5973 (עִם);","strongs_definition":"along with","kjv_definition":"against, by, from, [phrase] me, [phrase] mine, of, [phrase] that I take, unto, upon, with(-in.)"} +{"id":"H5979","strongs_number":"H5979","system":"hebrew","language":"hebrew","number_value":5979,"lemma":"עֶמְדָּה","transliteration":"ʻemdâh","pronunciation":"em-daw'","derivation":"from H5975 (עָמַד);","strongs_definition":"a station, i.e. domicile","kjv_definition":"standing."} +{"id":"H5980","strongs_number":"H5980","system":"hebrew","language":"hebrew","number_value":5980,"lemma":"עֻמָּה","transliteration":"ʻummâh","pronunciation":"oom-maw'","derivation":"from H6004 (עָמַם);","strongs_definition":"conjunction, i.e. society; mostly adverb or preposition (with prepositional prefix), near, beside, along with","kjv_definition":"(over) against, at, beside, hard by, in points."} +{"id":"H5981","strongs_number":"H5981","system":"hebrew","language":"hebrew","number_value":5981,"lemma":"עֻמָּה","transliteration":"ʻUmmâh","pronunciation":"oom-maw'","derivation":"the same as H5980 (עֻמָּה); association;","strongs_definition":"Ummah, a place in Palestine","kjv_definition":"Ummah."} +{"id":"H5982","strongs_number":"H5982","system":"hebrew","language":"hebrew","number_value":5982,"lemma":"עַמּוּד","transliteration":"ʻammûwd","pronunciation":"am-mood'","derivation":"or עַמֻּד; from H5975 (עָמַד);","strongs_definition":"a column (as standing); also a stand, i.e. platform","kjv_definition":"[idiom] apiece, pillar."} +{"id":"H5983","strongs_number":"H5983","system":"hebrew","language":"hebrew","number_value":5983,"lemma":"עַמּוֹן","transliteration":"ʻAmmôwn","pronunciation":"am-mone'","derivation":"from H5971 (עַם); tribal, i.e. inbred;","strongs_definition":"Ammon, a son of Lot; also his posterity and their country","kjv_definition":"Ammon, Ammonites."} +{"id":"H5984","strongs_number":"H5984","system":"hebrew","language":"hebrew","number_value":5984,"lemma":"עַמּוֹנִי","transliteration":"ʻAmmôwnîy","pronunciation":"am-mo-nee'","derivation":"patronymically from H5983 (עַמּוֹן);","strongs_definition":"an Ammonite or (the adjective) Ammonitish","kjv_definition":"Ammonite(-s)."} +{"id":"H5985","strongs_number":"H5985","system":"hebrew","language":"hebrew","number_value":5985,"lemma":"עַמּוֹנִית","transliteration":"ʻAmmôwnîyth","pronunciation":"am-mo-neeth'","derivation":"feminine of H5984 (עַמּוֹנִי);","strongs_definition":"an Ammonitess","kjv_definition":"Ammonite(-ss)."} +{"id":"H5986","strongs_number":"H5986","system":"hebrew","language":"hebrew","number_value":5986,"lemma":"עָמוֹס","transliteration":"ʻÂmôwç","pronunciation":"aw-moce'","derivation":"from H6006 (עָמַס); burdensome;","strongs_definition":"Amos, an Israelite prophet","kjv_definition":"Amos."} +{"id":"H5987","strongs_number":"H5987","system":"hebrew","language":"hebrew","number_value":5987,"lemma":"עָמוֹק","transliteration":"ʻÂmôwq","pronunciation":"aw-moke'","derivation":"from H6009 (עָמַק); deep;","strongs_definition":"Amok, an Israelite","kjv_definition":"Amok."} +{"id":"H5988","strongs_number":"H5988","system":"hebrew","language":"hebrew","number_value":5988,"lemma":"עַמִּיאֵל","transliteration":"ʻAmmîyʼêl","pronunciation":"am-mee-ale'","derivation":"from H5971 (עַם) and H410 (אֵל); people of God;","strongs_definition":"Ammiel, the name of three or four Israelites","kjv_definition":"Ammiel."} +{"id":"H5989","strongs_number":"H5989","system":"hebrew","language":"hebrew","number_value":5989,"lemma":"עַמִּיהוּד","transliteration":"ʻAmmîyhûwd","pronunciation":"am-mee-hood'","derivation":"from H5971 (עַם) and H1935 (הוֹד); people of splendor;","strongs_definition":"Ammihud, the name of three Israelites","kjv_definition":"Ammihud."} +{"id":"H5990","strongs_number":"H5990","system":"hebrew","language":"hebrew","number_value":5990,"lemma":"עַמִּיזָבָד","transliteration":"ʻAmmîyzâbâd","pronunciation":"am-mee-zaw-bawd'","derivation":"from H5971 (עַם) and H2064 (זָבַד); people of endowment;","strongs_definition":"Ammizabad, an Israelite","kjv_definition":"Ammizabad."} +{"id":"H5991","strongs_number":"H5991","system":"hebrew","language":"hebrew","number_value":5991,"lemma":"עַמִּיחוּר","transliteration":"ʻAmmîychûwr","pronunciation":"am-mee-khoor'","derivation":"from H5971 (עַם) and H2353 (חוּר); people of nobility;","strongs_definition":"Ammichur, a Syrian prince","kjv_definition":"Ammihud (from the margin)."} +{"id":"H5992","strongs_number":"H5992","system":"hebrew","language":"hebrew","number_value":5992,"lemma":"עַמִּינָדָב","transliteration":"ʻAmmîynâdâb","pronunciation":"am-mee-naw-dawb'","derivation":"from H5971 (עַם) and H5068 (נָדַב); people of liberality;","strongs_definition":"Amminadab, the name of four Israelites","kjv_definition":"Amminadab."} +{"id":"H5993","strongs_number":"H5993","system":"hebrew","language":"hebrew","number_value":5993,"lemma":"עַמִּי נָדִיב","transliteration":"ʻAmmîy Nâdîyb","pronunciation":"am-mee' naw-deeb'","derivation":"from H5971 (עַם) and H5081 (נָדִיב); my people (is) liberal;","strongs_definition":"Ammi-Nadib, probably an Israelite","kjv_definition":"Amminadib."} +{"id":"H5994","strongs_number":"H5994","system":"hebrew","language":"hebrew","number_value":5994,"lemma":"עֲמִיק","transliteration":"ʻămîyq","pronunciation":"am-eek'","derivation":"(Aramaic) corresponding to H6012 (עָמֵק);","strongs_definition":"profound, i.e. unsearchable","kjv_definition":"deep."} +{"id":"H5995","strongs_number":"H5995","system":"hebrew","language":"hebrew","number_value":5995,"lemma":"עָמִיר","transliteration":"ʻâmîyr","pronunciation":"aw-meer'","derivation":"from H6014 (עָמַר);","strongs_definition":"a bunch of grain","kjv_definition":"handful, sheaf."} +{"id":"H5996","strongs_number":"H5996","system":"hebrew","language":"hebrew","number_value":5996,"lemma":"עַמִּישַׁדַּי","transliteration":"ʻAmmîyshadday","pronunciation":"am-mee-shad-dah'ee","derivation":"from H5971 (עַם) and H7706 (שַׁדַּי); people of (the) Almighty;","strongs_definition":"Ammishaddai, an Israelite","kjv_definition":"Ammishaddai."} +{"id":"H5997","strongs_number":"H5997","system":"hebrew","language":"hebrew","number_value":5997,"lemma":"עָמִית","transliteration":"ʻâmîyth","pronunciation":"aw-meeth'","derivation":"from a primitive root meaning to associate;","strongs_definition":"companionship; hence (concretely) a comrade or kindred man","kjv_definition":"another, fellow, neighbour."} +{"id":"H5998","strongs_number":"H5998","system":"hebrew","language":"hebrew","number_value":5998,"lemma":"עָמַל","transliteration":"ʻâmal","pronunciation":"aw-mal'","derivation":"a primitive root;","strongs_definition":"to toil, i.e. work severely and with irksomeness","kjv_definition":"(take) labour (in)."} +{"id":"H5999","strongs_number":"H5999","system":"hebrew","language":"hebrew","number_value":5999,"lemma":"עָמָל","transliteration":"ʻâmâl","pronunciation":"aw-mawl'","derivation":"from H5998 (עָמַל);","strongs_definition":"toil, i.e. wearing effort; hence, worry, wheth. of body or mind","kjv_definition":"grievance(-vousness), iniquity, labour, mischief, miserable(-sery), pain(-ful), perverseness, sorrow, toil, travail, trouble, wearisome, wickedness."} +{"id":"H6000","strongs_number":"H6000","system":"hebrew","language":"hebrew","number_value":6000,"lemma":"עָמָל","transliteration":"ʻÂmâl","pronunciation":"aw-mawl'","derivation":"the same as H5999 (עָמָל);","strongs_definition":"Amal, an Israelite","kjv_definition":"Amal."} +{"id":"H6001","strongs_number":"H6001","system":"hebrew","language":"hebrew","number_value":6001,"lemma":"עָמֵל","transliteration":"ʻâmêl","pronunciation":"aw-male'","derivation":"from H5998 (עָמַל);","strongs_definition":"toiling; concretely, a laborer; figuratively, sorrowful","kjv_definition":"that laboureth, that is a misery, had taken (labour), wicked, workman."} +{"id":"H6002","strongs_number":"H6002","system":"hebrew","language":"hebrew","number_value":6002,"lemma":"עֲמָלֵק","transliteration":"ʻĂmâlêq","pronunciation":"am-aw-lake'","derivation":"probably of foreign origin;","strongs_definition":"Amalek, a descendant of Esau; also his posterity and their country","kjv_definition":"Amalek."} +{"id":"H6003","strongs_number":"H6003","system":"hebrew","language":"hebrew","number_value":6003,"lemma":"עֲמָלֵקִי","transliteration":"ʻĂmâlêqîy","pronunciation":"am-aw-lay-kee'","derivation":"patronymically from H6002 (עֲמָלֵק);","strongs_definition":"an Amalekite (or collectively the Amalekites) or descendants of Amalek","kjv_definition":"Amalekite(-s)."} +{"id":"H6004","strongs_number":"H6004","system":"hebrew","language":"hebrew","number_value":6004,"lemma":"עָמַם","transliteration":"ʻâmam","pronunciation":"aw-mam'","derivation":"a primitive root;","strongs_definition":"to associate; by implication, to overshadow (by huddling together)","kjv_definition":"become dim, hide."} +{"id":"H6005","strongs_number":"H6005","system":"hebrew","language":"hebrew","number_value":6005,"lemma":"עִמָּנוּאֵל","transliteration":"ʻImmânûwʼêl","pronunciation":"im-maw-noo-ale'","derivation":"from H5973 (עִם) and with a pronominal suffix inserted; with us (is) God;","strongs_definition":"Immanuel, a type name of Isaiah's son","kjv_definition":"Immanuel."} +{"id":"H6006","strongs_number":"H6006","system":"hebrew","language":"hebrew","number_value":6006,"lemma":"עָמַס","transliteration":"ʻâmaç","pronunciation":"aw-mas'","derivation":"or עָמַשׂ; a primitive root;","strongs_definition":"to load, i.e. impose aburden (or figuratively, infliction)","kjv_definition":"be borne, (heavy) burden (self), lade, load, put."} +{"id":"H6007","strongs_number":"H6007","system":"hebrew","language":"hebrew","number_value":6007,"lemma":"עֲמַסְיָה","transliteration":"ʻĂmaçyâh","pronunciation":"am-as-yaw'","derivation":"from H6006 (עָמַס) and H3050 (יָהּ); Jah has loaded;","strongs_definition":"Amasjah, an Israelite","kjv_definition":"Amasiah."} +{"id":"H6008","strongs_number":"H6008","system":"hebrew","language":"hebrew","number_value":6008,"lemma":"עַמְעָד","transliteration":"ʻAmʻâd","pronunciation":"am-awd'","derivation":"from H5971 (עַם) and H5703 (עַד); people of time;","strongs_definition":"Amad, a place in Palestine","kjv_definition":"Amad."} +{"id":"H6009","strongs_number":"H6009","system":"hebrew","language":"hebrew","number_value":6009,"lemma":"עָמַק","transliteration":"ʻâmaq","pronunciation":"aw-mak'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) deep (literally or figuratively)","kjv_definition":"(be, have, make, seek) deep(-ly), depth, be profound."} +{"id":"H6010","strongs_number":"H6010","system":"hebrew","language":"hebrew","number_value":6010,"lemma":"עֵמֶק","transliteration":"ʻêmeq","pronunciation":"ay'-mek","derivation":"from H6009 (עָמַק);","strongs_definition":"a vale (i.e. broad depression)","kjv_definition":"dale, vale, valley (often used as a part of proper names). See also H1025 (בֵּית הָעֵמֶק)."} +{"id":"H6011","strongs_number":"H6011","system":"hebrew","language":"hebrew","number_value":6011,"lemma":"עֹמֶק","transliteration":"ʻômeq","pronunciation":"o'-mek","derivation":"from H6009 (עָמַק);","strongs_definition":"depth","kjv_definition":"depth."} +{"id":"H6012","strongs_number":"H6012","system":"hebrew","language":"hebrew","number_value":6012,"lemma":"עָמֵק","transliteration":"ʻâmêq","pronunciation":"aw-make'","derivation":"from H6009 (עָמַק);","strongs_definition":"deep (literally or figuratively)","kjv_definition":"deeper, depth, strange."} +{"id":"H6013","strongs_number":"H6013","system":"hebrew","language":"hebrew","number_value":6013,"lemma":"עָמֹק","transliteration":"ʻâmôq","pronunciation":"aw-moke'","derivation":"from H6009 (עָמַק);","strongs_definition":"deep (literally or figuratively)","kjv_definition":"([idiom] exceeding) deep (thing)."} +{"id":"H6014","strongs_number":"H6014","system":"hebrew","language":"hebrew","number_value":6014,"lemma":"עָמַר","transliteration":"ʻâmar","pronunciation":"aw-mar'","derivation":"a primitive root; properly, apparently to heap; figuratively, to chastise (as if piling blows); specifically (as denominative from H6016 (עֹמֶר))","strongs_definition":"to gather grain","kjv_definition":"bind sheaves, make merchandise of."} +{"id":"H6015","strongs_number":"H6015","system":"hebrew","language":"hebrew","number_value":6015,"lemma":"עֲמַר","transliteration":"ʻămar","pronunciation":"am-ar'","derivation":"(Aramaic) corresponding to H6785 (צֶמֶר);","strongs_definition":"wool","kjv_definition":"wool."} +{"id":"H6016","strongs_number":"H6016","system":"hebrew","language":"hebrew","number_value":6016,"lemma":"עֹמֶר","transliteration":"ʻômer","pronunciation":"o'-mer","derivation":"from H6014 (עָמַר);","strongs_definition":"properly, a heap, i.e. a sheaf; also an omer, as a dry measure","kjv_definition":"omer, sheaf."} +{"id":"H6017","strongs_number":"H6017","system":"hebrew","language":"hebrew","number_value":6017,"lemma":"עֲמֹרָה","transliteration":"ʻĂmôrâh","pronunciation":"am-o-raw'","derivation":"from H6014 (עָמַר); a (ruined) heap;","strongs_definition":"Amorah, a place in Palestine","kjv_definition":"Gomorrah."} +{"id":"H6018","strongs_number":"H6018","system":"hebrew","language":"hebrew","number_value":6018,"lemma":"עׇמְרִי","transliteration":"ʻOmrîy","pronunciation":"om-ree'","derivation":"from H6014 (עָמַר); heaping;","strongs_definition":"Omri, an Israelite","kjv_definition":"Omri."} +{"id":"H6019","strongs_number":"H6019","system":"hebrew","language":"hebrew","number_value":6019,"lemma":"עַמְרָם","transliteration":"ʻAmrâm","pronunciation":"am-rawm'","derivation":"probably from H5971 (עַם) and H7311 (רוּם); high people;","strongs_definition":"Amram, the name of two Israelites","kjv_definition":"Amram."} +{"id":"H6020","strongs_number":"H6020","system":"hebrew","language":"hebrew","number_value":6020,"lemma":"עַמְרָמִי","transliteration":"ʻAmrâmîy","pronunciation":"am-raw-mee'","derivation":"from H6019 (עַמְרָם);","strongs_definition":"an Amramite or descendant of Amram","kjv_definition":"Amramite."} +{"id":"H6021","strongs_number":"H6021","system":"hebrew","language":"hebrew","number_value":6021,"lemma":"עֲמָשָׂא","transliteration":"ʻĂmâsâʼ","pronunciation":"am-aw-saw'","derivation":"from H6006 (עָמַס); burden;","strongs_definition":"Amasa, the name of two Israelites","kjv_definition":"Amasa."} +{"id":"H6022","strongs_number":"H6022","system":"hebrew","language":"hebrew","number_value":6022,"lemma":"עֲמָשַׂי","transliteration":"ʻĂmâsay","pronunciation":"am-aw-sah'-ee","derivation":"from H6006 (עָמַס); burdensome;","strongs_definition":"Amasai, the name of three Israelites","kjv_definition":"Amasai."} +{"id":"H6023","strongs_number":"H6023","system":"hebrew","language":"hebrew","number_value":6023,"lemma":"עֲמַשְׁסַי","transliteration":"ʻĂmashçay","pronunciation":"am-ash-sah'-ee","derivation":"probably from H6006 (עָמַס); burdensome;","strongs_definition":"Amashsay, an Israelite","kjv_definition":"Amashai."} +{"id":"H6024","strongs_number":"H6024","system":"hebrew","language":"hebrew","number_value":6024,"lemma":"עֲנָב","transliteration":"ʻĂnâb","pronunciation":"an-awb'","derivation":"from the same as H6025 (עֵנָב); fruit;","strongs_definition":"Anab, a place in Palestine","kjv_definition":"Anab."} +{"id":"H6025","strongs_number":"H6025","system":"hebrew","language":"hebrew","number_value":6025,"lemma":"עֵנָב","transliteration":"ʻênâb","pronunciation":"ay-nawb'","derivation":"from an unused root probably meaning to bear fruit;","strongs_definition":"a grape","kjv_definition":"(ripe) grape, wine."} +{"id":"H6026","strongs_number":"H6026","system":"hebrew","language":"hebrew","number_value":6026,"lemma":"עָנַג","transliteration":"ʻânag","pronunciation":"aw-nag'","derivation":"a primitive root;","strongs_definition":"to be soft or pliable, i.e. (figuratively) effeminate or luxurious","kjv_definition":"delicate(-ness), (have) delight (self), sport self."} +{"id":"H6027","strongs_number":"H6027","system":"hebrew","language":"hebrew","number_value":6027,"lemma":"עֹנֶג","transliteration":"ʻôneg","pronunciation":"o'-neg","derivation":"from H6026 (עָנַג);","strongs_definition":"luxury","kjv_definition":"delight, pleasant."} +{"id":"H6028","strongs_number":"H6028","system":"hebrew","language":"hebrew","number_value":6028,"lemma":"עָנֹג","transliteration":"ʻânôg","pronunciation":"aw-nogue'","derivation":"from H6026 (עָנַג);","strongs_definition":"luxurious","kjv_definition":"delicate."} +{"id":"H6029","strongs_number":"H6029","system":"hebrew","language":"hebrew","number_value":6029,"lemma":"עָנַד","transliteration":"ʻânad","pronunciation":"aw-nad'","derivation":"a primitive root;","strongs_definition":"to lace fast","kjv_definition":"bind, tie."} +{"id":"H6030","strongs_number":"H6030","system":"hebrew","language":"hebrew","number_value":6030,"lemma":"עָנָה","transliteration":"ʻânâh","pronunciation":"aw-naw'","derivation":"a primitive root;","strongs_definition":"properly, to eye or (generally) to heed, i.e. pay attention; by implication, to respond; by extension to begin to speak; specifically to sing, shout, testify, announce","kjv_definition":"give account, afflict (by mistake for H6031 (עָנָה)), (cause to, give) answer, bring low (by mistake for H6031 (עָנָה)), cry, hear, Leannoth, lift up, say, [idiom] scholar, (give a) shout, sing (together by course), speak, testify, utter, (bear) witness. See also H1042 (בֵּית עֲנוֹת), H1043 (בֵּית עֲנָת)."} +{"id":"H6031","strongs_number":"H6031","system":"hebrew","language":"hebrew","number_value":6031,"lemma":"עָנָה","transliteration":"ʻânâh","pronunciation":"aw-naw'","derivation":"a primitive root (possibly rather identical with H6030 (עָנָה) through the idea of looking down or browbeating);","strongs_definition":"to depress literally or figuratively, transitive or intransitive (in various applications, as follows)","kjv_definition":"abase self, afflict(-ion, self), answer (by mistake for H6030 (עָנָה)), chasten self, deal hardly with, defile, exercise, force, gentleness, humble (self), hurt, ravish, sing (by mistake for H6030 (עָנָה)), speak (by mistake for H6030 (עָנָה)), submit self, weaken, [idiom] in any wise."} +{"id":"H6032","strongs_number":"H6032","system":"hebrew","language":"hebrew","number_value":6032,"lemma":"עֲנָה","transliteration":"ʻănâh","pronunciation":"an-aw'","derivation":"(Aramaic) corresponding to H6030 (עָנָה)","strongs_definition":"{properly, to eye or (generally) to heed, i.e. pay attention; by implication, to respond; by extension to begin to speak; specifically to sing, shout, testify, announce}","kjv_definition":"answer, speak."} +{"id":"H6033","strongs_number":"H6033","system":"hebrew","language":"hebrew","number_value":6033,"lemma":"עֲנָה","transliteration":"ʻănâh","pronunciation":"an-aw'","derivation":"(Aramaic) corresponding to H6031 (עָנָה)","strongs_definition":"{to depress literally or figuratively, transitive or intransitive (in various applications, as follows)}","kjv_definition":"poor."} +{"id":"H6034","strongs_number":"H6034","system":"hebrew","language":"hebrew","number_value":6034,"lemma":"עֲנָה","transliteration":"ʻĂnâh","pronunciation":"an-aw'","derivation":"probably from H6030 (עָנָה); an answer;","strongs_definition":"Anah, the name of two Edomites and one Edomitess","kjv_definition":"Anah."} +{"id":"H6035","strongs_number":"H6035","system":"hebrew","language":"hebrew","number_value":6035,"lemma":"עָנָו","transliteration":"ʻânâv","pronunciation":"aw-nawv'","derivation":"or (by intermixture with H6041 (עָנִי)) עָנָיו; from H6031 (עָנָה);","strongs_definition":"depressed (figuratively), in mind (gentle) or circumstances (needy, especially saintly)","kjv_definition":"humble, lowly, meek, poor. Compare H6041 (עָנִי)."} +{"id":"H6036","strongs_number":"H6036","system":"hebrew","language":"hebrew","number_value":6036,"lemma":"עָנוּב","transliteration":"ʻÂnûwb","pronunciation":"aw-noob'","derivation":"passive participle from the same as H6025 (עֵנָב); borne (as fruit);","strongs_definition":"Anub, an Israelite","kjv_definition":"Anub."} +{"id":"H6037","strongs_number":"H6037","system":"hebrew","language":"hebrew","number_value":6037,"lemma":"עַנְוָה","transliteration":"ʻanvâh","pronunciation":"an-vaw'","derivation":"feminine of H6035 (עָנָו);","strongs_definition":"mildness (royal); also (concretely) oppressed","kjv_definition":"gentleness, meekness."} +{"id":"H6038","strongs_number":"H6038","system":"hebrew","language":"hebrew","number_value":6038,"lemma":"עֲנָוָה","transliteration":"ʻănâvâh","pronunciation":"an-aw-vaw'","derivation":"from H6035 (עָנָו);","strongs_definition":"condescension, human and subjective (modesty), or divine and objective (clemency)","kjv_definition":"gentleness, humility, meekness."} +{"id":"H6039","strongs_number":"H6039","system":"hebrew","language":"hebrew","number_value":6039,"lemma":"עֱנוּת","transliteration":"ʻĕnûwth","pronunciation":"en-ooth'","derivation":"from H6031 (עָנָה);","strongs_definition":"affliction","kjv_definition":"affliction."} +{"id":"H6040","strongs_number":"H6040","system":"hebrew","language":"hebrew","number_value":6040,"lemma":"עֳנִי","transliteration":"ʻŏnîy","pronunciation":"on-ee'","derivation":"from H6031 (עָנָה);","strongs_definition":"depression, i.e. misery","kjv_definition":"afflicted(-ion), trouble."} +{"id":"H6041","strongs_number":"H6041","system":"hebrew","language":"hebrew","number_value":6041,"lemma":"עָנִי","transliteration":"ʻânîy","pronunciation":"aw-nee'","derivation":"from H6031 (עָנָה); (practically the same as H6035 (עָנָו), although the margin constantly disputes this, making H6035 (עָנָו) subjective and objective);","strongs_definition":"depressed, in mind or circumstances","kjv_definition":"afflicted, humble, lowly, needy, poor."} +{"id":"H6042","strongs_number":"H6042","system":"hebrew","language":"hebrew","number_value":6042,"lemma":"עֻנִּי","transliteration":"ʻUnnîy","pronunciation":"oon-nee'","derivation":"from H6031 (עָנָה); afflicted;","strongs_definition":"Unni, the name of two Israelites","kjv_definition":"Unni."} +{"id":"H6043","strongs_number":"H6043","system":"hebrew","language":"hebrew","number_value":6043,"lemma":"עֲנָיָה","transliteration":"ʻĂnâyâh","pronunciation":"an-aw-yaw'","derivation":"from H6030 (עָנָה); Jah has answered;","strongs_definition":"Anajah, the name of two Israelites","kjv_definition":"Anaiah."} +{"id":"H6044","strongs_number":"H6044","system":"hebrew","language":"hebrew","number_value":6044,"lemma":"עָנִים","transliteration":"ʻÂnîym","pronunciation":"aw-neem'","derivation":"for plural of H5869 (עַיִן); fountains;","strongs_definition":"Anim, a place in Palestine","kjv_definition":"Anim."} +{"id":"H6045","strongs_number":"H6045","system":"hebrew","language":"hebrew","number_value":6045,"lemma":"עִנְיָן","transliteration":"ʻinyân","pronunciation":"in-yawn'","derivation":"from H6031 (עָנָה);","strongs_definition":"ado, i.e. (generally) employment or (specifically) an affair","kjv_definition":"business, travail."} +{"id":"H6046","strongs_number":"H6046","system":"hebrew","language":"hebrew","number_value":6046,"lemma":"עָנֵם","transliteration":"ʻÂnêm","pronunciation":"aw-name'","derivation":"from the dual of H5869 (עַיִן); two fountains;","strongs_definition":"Anem, a place in Palestine","kjv_definition":"Anem."} +{"id":"H6047","strongs_number":"H6047","system":"hebrew","language":"hebrew","number_value":6047,"lemma":"עֲנָמִים","transliteration":"ʻĂnâmîym","pronunciation":"an-aw-meem'","derivation":"as if plural of some Egyptian word;","strongs_definition":"Anamim, a son of Mizraim and his descendants, with their country","kjv_definition":"Anamim."} +{"id":"H6048","strongs_number":"H6048","system":"hebrew","language":"hebrew","number_value":6048,"lemma":"עֲנַמֶּלֶךְ","transliteration":"ʻĂnammelek","pronunciation":"an-am-meh'-lek","derivation":"of foreign origin;","strongs_definition":"Anammelek, an Assyrian deity","kjv_definition":"Anammelech."} +{"id":"H6049","strongs_number":"H6049","system":"hebrew","language":"hebrew","number_value":6049,"lemma":"עָנַן","transliteration":"ʻânan","pronunciation":"aw-nan'","derivation":"a primitive root; to cover; used only as a denominative from H6051 (עָנָן), to cloud over;","strongs_definition":"figuratively, to act covertly, i.e. practise magic","kjv_definition":"[idiom] bring, enchanter, Meonemin, observe(-r of) times, soothsayer, sorcerer."} +{"id":"H6050","strongs_number":"H6050","system":"hebrew","language":"hebrew","number_value":6050,"lemma":"עֲנַן","transliteration":"ʻănan","pronunciation":"an-an'","derivation":"(Aramaic) corresponding to H6051 (עָנָן)","strongs_definition":"{a cloud (as covering the sky), i.e. the nimbus or thunder-cloud}","kjv_definition":"cloud."} +{"id":"H6051","strongs_number":"H6051","system":"hebrew","language":"hebrew","number_value":6051,"lemma":"עָנָן","transliteration":"ʻânân","pronunciation":"aw-nawn'","derivation":"from H6049 (עָנַן);","strongs_definition":"a cloud (as covering the sky), i.e. the nimbus or thunder-cloud","kjv_definition":"cloud(-y)."} +{"id":"H6052","strongs_number":"H6052","system":"hebrew","language":"hebrew","number_value":6052,"lemma":"עָנָן","transliteration":"ʻÂnân","pronunciation":"aw-nawn'","derivation":"the same as H6051 (עָנָן); cloud;","strongs_definition":"Anan, an Israelite","kjv_definition":"Anan."} +{"id":"H6053","strongs_number":"H6053","system":"hebrew","language":"hebrew","number_value":6053,"lemma":"עֲנָנָה","transliteration":"ʻănânâh","pronunciation":"an-aw-naw'","derivation":"feminine of H6051 (עָנָן);","strongs_definition":"cloudiness","kjv_definition":"cloud."} +{"id":"H6054","strongs_number":"H6054","system":"hebrew","language":"hebrew","number_value":6054,"lemma":"עֲנָנִי","transliteration":"ʻĂnânîy","pronunciation":"an-aw-nee'","derivation":"from H6051 (עָנָן); cloudy;","strongs_definition":"Anani, an Israelite","kjv_definition":"Anani."} +{"id":"H6055","strongs_number":"H6055","system":"hebrew","language":"hebrew","number_value":6055,"lemma":"עֲנַנְיָה","transliteration":"ʻĂnanyâh","pronunciation":"an-an-yaw'","derivation":"from H6049 (עָנַן) and H3050 (יָהּ); Jah has covered;","strongs_definition":"Ananjah, the name of an Israelite and of a place in Palestine","kjv_definition":"Ananiah."} +{"id":"H6056","strongs_number":"H6056","system":"hebrew","language":"hebrew","number_value":6056,"lemma":"עֲנַף","transliteration":"ʻănaph","pronunciation":"an-af'","derivation":"(Aramaic) or עֶנֶף; (Aramaic), corresponding to H6057 (עָנָף)","strongs_definition":"{a twig (as covering the limbs)}","kjv_definition":"bough, branch."} +{"id":"H6057","strongs_number":"H6057","system":"hebrew","language":"hebrew","number_value":6057,"lemma":"עָנָף","transliteration":"ʻânâph","pronunciation":"aw-nawf'","derivation":"from an unused root meaning to cover;","strongs_definition":"a twig (as covering the limbs)","kjv_definition":"bough, branch."} +{"id":"H6058","strongs_number":"H6058","system":"hebrew","language":"hebrew","number_value":6058,"lemma":"עָנֵף","transliteration":"ʻânêph","pronunciation":"aw-nafe'","derivation":"from the same as H6057 (עָנָף);","strongs_definition":"branching","kjv_definition":"full of branches."} +{"id":"H6059","strongs_number":"H6059","system":"hebrew","language":"hebrew","number_value":6059,"lemma":"עָנַק","transliteration":"ʻânaq","pronunciation":"aw-nak'","derivation":"a primitive root; properly, to choke; used only as denominative from H6060 (עָנָק),","strongs_definition":"to collar, i.e. adorn with anecklace; figuratively, to fit out with supplies","kjv_definition":"compass about as a chain, furnish, liberally."} +{"id":"H6060","strongs_number":"H6060","system":"hebrew","language":"hebrew","number_value":6060,"lemma":"עָנָק","transliteration":"ʻânâq","pronunciation":"aw-nawk'","derivation":"from H6059 (עָנַק);","strongs_definition":"a necklace (as if strangling)","kjv_definition":"chain."} +{"id":"H6061","strongs_number":"H6061","system":"hebrew","language":"hebrew","number_value":6061,"lemma":"עָנָק","transliteration":"ʻÂnâq","pronunciation":"aw-nawk'","derivation":"the same as H6060 (עָנָק);","strongs_definition":"Anak, a Canaanite","kjv_definition":"Anak."} +{"id":"H6062","strongs_number":"H6062","system":"hebrew","language":"hebrew","number_value":6062,"lemma":"עֲנָקִי","transliteration":"ʻĂnâqîy","pronunciation":"an-aw-kee'","derivation":"patronymically from H6061 (עָנָק);","strongs_definition":"an Anakite or descendant of Anak","kjv_definition":"Anakim."} +{"id":"H6063","strongs_number":"H6063","system":"hebrew","language":"hebrew","number_value":6063,"lemma":"עָנֵר","transliteration":"ʻÂnêr","pronunciation":"aw-nare'","derivation":"probably for H5288 (נַעַר);","strongs_definition":"Aner, a Amorite, also a place in Palestine","kjv_definition":"Aner."} +{"id":"H6064","strongs_number":"H6064","system":"hebrew","language":"hebrew","number_value":6064,"lemma":"עָנַשׁ","transliteration":"ʻânash","pronunciation":"aw-nash'","derivation":"a primitive root;","strongs_definition":"properly, to urge; by implication, to inflict apenalty, specifically, to fine","kjv_definition":"amerce, condemn, punish, [idiom] surely."} +{"id":"H6065","strongs_number":"H6065","system":"hebrew","language":"hebrew","number_value":6065,"lemma":"עֲנַשׁ","transliteration":"ʻănash","pronunciation":"an-ash'","derivation":"(Aramaic) corresponding to H6066 (עֹנֶשׁ);","strongs_definition":"a mulct","kjv_definition":"confiscation."} +{"id":"H6066","strongs_number":"H6066","system":"hebrew","language":"hebrew","number_value":6066,"lemma":"עֹנֶשׁ","transliteration":"ʻônesh","pronunciation":"o'-nesh","derivation":"from H6064 (עָנַשׁ);","strongs_definition":"a fine","kjv_definition":"punishment, tribute."} +{"id":"H6067","strongs_number":"H6067","system":"hebrew","language":"hebrew","number_value":6067,"lemma":"עֲנָת","transliteration":"ʻĂnâth","pronunciation":"an-awth'","derivation":"from H6030 (עָנָה); answer;","strongs_definition":"Anath, an Israelite","kjv_definition":"Anath."} +{"id":"H6068","strongs_number":"H6068","system":"hebrew","language":"hebrew","number_value":6068,"lemma":"עֲנָתוֹת","transliteration":"ʻĂnâthôwth","pronunciation":"an-aw-thoth'","derivation":"plural of H6067 (עֲנָת);","strongs_definition":"Anathoth, the name of two Israelites, also of a place in Pal","kjv_definition":"Anathoth."} +{"id":"H6069","strongs_number":"H6069","system":"hebrew","language":"hebrew","number_value":6069,"lemma":"עַנְתֹתִי","transliteration":"ʻAnthôthîy","pronunciation":"an-tho-thee'","derivation":"or עַנְּתוֹתִי; patrial from H6068 (עֲנָתוֹת);","strongs_definition":"a Antothite or inhabitant of Anathoth","kjv_definition":"of Anathoth, Anethothite, Anetothite, Antothite."} +{"id":"H6070","strongs_number":"H6070","system":"hebrew","language":"hebrew","number_value":6070,"lemma":"עַנְתֹתִיָּה","transliteration":"ʻAnthôthîyâh","pronunciation":"an-tho-thee-yaw'","derivation":"from the same as H6068 (עֲנָתוֹת) and H3050 (יָהּ); answers of Jah;","strongs_definition":"Anthothijah, an Israelite","kjv_definition":"Antothijah."} +{"id":"H6071","strongs_number":"H6071","system":"hebrew","language":"hebrew","number_value":6071,"lemma":"עָסִיס","transliteration":"ʻâçîyç","pronunciation":"aw-sees'","derivation":"from H6072 (עָסַס);","strongs_definition":"must or fresh grape-juice (as just trodden out)","kjv_definition":"juice, new (sweet) wine."} +{"id":"H6072","strongs_number":"H6072","system":"hebrew","language":"hebrew","number_value":6072,"lemma":"עָסַס","transliteration":"ʻâçaç","pronunciation":"aw-sas'","derivation":"a primitive root;","strongs_definition":"to squeeze out juice; figuratively, to trample","kjv_definition":"tread down."} +{"id":"H6073","strongs_number":"H6073","system":"hebrew","language":"hebrew","number_value":6073,"lemma":"עֳפֶא","transliteration":"ʻŏpheʼ","pronunciation":"of-eh'","derivation":"from an unused root meaning to cover;","strongs_definition":"a bough (as covering the tree)","kjv_definition":"branch."} +{"id":"H6074","strongs_number":"H6074","system":"hebrew","language":"hebrew","number_value":6074,"lemma":"עֳפִי","transliteration":"ʻŏphîy","pronunciation":"of-ee'","derivation":"(Aramaic) corresponding to H6073 (עֳפֶא);","strongs_definition":"a twig; bough, i.e. (collectively) foliage","kjv_definition":"leaves."} +{"id":"H6075","strongs_number":"H6075","system":"hebrew","language":"hebrew","number_value":6075,"lemma":"עָפַל","transliteration":"ʻâphal","pronunciation":"aw-fal'","derivation":"a primitive root;","strongs_definition":"to swell; figuratively, be elated","kjv_definition":"be lifted up, presume."} +{"id":"H6076","strongs_number":"H6076","system":"hebrew","language":"hebrew","number_value":6076,"lemma":"עֹפֶל","transliteration":"ʻôphel","pronunciation":"o'-fel","derivation":"from H6075 (עָפַל);","strongs_definition":"a tumor; also a mound, i.e. fortress","kjv_definition":"emerod, fort, strong hold, tower."} +{"id":"H6077","strongs_number":"H6077","system":"hebrew","language":"hebrew","number_value":6077,"lemma":"עֹפֶל","transliteration":"ʻÔphel","pronunciation":"o'-fel","derivation":"the same as H6076 (עֹפֶל);","strongs_definition":"Ophel, a ridge in Jerusalem","kjv_definition":"Ophel."} +{"id":"H6078","strongs_number":"H6078","system":"hebrew","language":"hebrew","number_value":6078,"lemma":"עׇפְנִי","transliteration":"ʻOphnîy","pronunciation":"of-nee'","derivation":"from an unused noun (denoting a place in Palestine; from an unused root of uncertain meaning);","strongs_definition":"an Ophnite (collectively) or inhabitants of Ophen","kjv_definition":"Ophni."} +{"id":"H6079","strongs_number":"H6079","system":"hebrew","language":"hebrew","number_value":6079,"lemma":"עַפְעַף","transliteration":"ʻaphʻaph","pronunciation":"af-af'","derivation":"from H5774 (עוּף);","strongs_definition":"an eyelash (as fluttering); figuratively, morning ray","kjv_definition":"dawning, eye-lid."} +{"id":"H6080","strongs_number":"H6080","system":"hebrew","language":"hebrew","number_value":6080,"lemma":"עָפַר","transliteration":"ʻâphar","pronunciation":"aw-far'","derivation":"; a primitive root; meaning either to be gray or perhaps rather to pulverize; used only as denominative from H6083 (עָפָר),","strongs_definition":"to be dust","kjv_definition":"cast (dust)."} +{"id":"H6081","strongs_number":"H6081","system":"hebrew","language":"hebrew","number_value":6081,"lemma":"עֵפֶר","transliteration":"ʻÊpher","pronunciation":"ay'-fer","derivation":"probably a variation of H6082 (עֹפֶר); gazelle;","strongs_definition":"Epher, the name of an Arabian and of two Israelites","kjv_definition":"Epher."} +{"id":"H6082","strongs_number":"H6082","system":"hebrew","language":"hebrew","number_value":6082,"lemma":"עֹפֶר","transliteration":"ʻôpher","pronunciation":"o'-fer","derivation":"from H6080 (עָפַר);","strongs_definition":"a fawn (from the dusty color)","kjv_definition":"young roe (hart)."} +{"id":"H6083","strongs_number":"H6083","system":"hebrew","language":"hebrew","number_value":6083,"lemma":"עָפָר","transliteration":"ʻâphâr","pronunciation":"aw-fawr'","derivation":"from H6080 (עָפַר);","strongs_definition":"dust (as powdered or gray); hence, clay, earth, mud","kjv_definition":"ashes, dust, earth, ground, morter, powder, rubbish."} +{"id":"H6084","strongs_number":"H6084","system":"hebrew","language":"hebrew","number_value":6084,"lemma":"עׇפְרָה","transliteration":"ʻOphrâh","pronunciation":"of-raw'","derivation":"feminine of H6082 (עֹפֶר); female fawn;","strongs_definition":"Ophrah, the name of an Israelite and of two places in Palestine","kjv_definition":"Ophrah."} +{"id":"H6085","strongs_number":"H6085","system":"hebrew","language":"hebrew","number_value":6085,"lemma":"עֶפְרוֹן","transliteration":"ʻEphrôwn","pronunciation":"ef-rone'","derivation":"from the same as H6081 (עֵפֶר); fawn-like;","strongs_definition":"Ephron, the name of a Canaanite and of two places in Palestine","kjv_definition":"Ephron, Ephrain (from the margin)."} +{"id":"H6086","strongs_number":"H6086","system":"hebrew","language":"hebrew","number_value":6086,"lemma":"עֵץ","transliteration":"ʻêts","pronunciation":"ates","derivation":"from H6095 (עָצָה);","strongs_definition":"a tree (from its firmness); hence, wood (plural sticks)","kjv_definition":"[phrase] carpenter, gallows, helve, [phrase] pine, plank, staff, stalk, stick, stock, timber, tree, wood."} +{"id":"H6087","strongs_number":"H6087","system":"hebrew","language":"hebrew","number_value":6087,"lemma":"עָצַב","transliteration":"ʻâtsab","pronunciation":"aw-tsab'","derivation":"a primitive root;","strongs_definition":"properly, to carve, i.e. fabricate or fashion; hence (in a bad sense) to worry, pain or anger","kjv_definition":"displease, grieve, hurt, make, be sorry, vex, worship, wrest."} +{"id":"H6088","strongs_number":"H6088","system":"hebrew","language":"hebrew","number_value":6088,"lemma":"עֲצַב","transliteration":"ʻătsab","pronunciation":"ats-ab'","derivation":"(Aramaic) corresponding to H6087 (עָצַב);","strongs_definition":"to afflict","kjv_definition":"lamentable."} +{"id":"H6089","strongs_number":"H6089","system":"hebrew","language":"hebrew","number_value":6089,"lemma":"עֶצֶב","transliteration":"ʻetseb","pronunciation":"eh'-tseb","derivation":"from H6087 (עָצַב);","strongs_definition":"an earthen vessel; usually (painful) toil; also a pang (whether of body or mind)","kjv_definition":"grievous, idol, labor, sorrow."} +{"id":"H6090","strongs_number":"H6090","system":"hebrew","language":"hebrew","number_value":6090,"lemma":"עֹצֶב","transliteration":"ʻôtseb","pronunciation":"o'-tseb","derivation":"a variation of H6089 (עֶצֶב);","strongs_definition":"an idol (as fashioned); also pain (bodily or mental)","kjv_definition":"idol, sorrow, [idiom] wicked."} +{"id":"H6091","strongs_number":"H6091","system":"hebrew","language":"hebrew","number_value":6091,"lemma":"עָצָב","transliteration":"ʻâtsâb","pronunciation":"aw-tsawb'","derivation":"from H6087 (עָצַב);","strongs_definition":"an (idolatrous) image","kjv_definition":"idol, image."} +{"id":"H6092","strongs_number":"H6092","system":"hebrew","language":"hebrew","number_value":6092,"lemma":"עָצֵב","transliteration":"ʻâtsêb","pronunciation":"aw-tsabe'","derivation":"from H6087 (עָצַב);","strongs_definition":"a (hired) workman","kjv_definition":"labour."} +{"id":"H6093","strongs_number":"H6093","system":"hebrew","language":"hebrew","number_value":6093,"lemma":"עִצָּבוֹן","transliteration":"ʻitstsâbôwn","pronunciation":"its-tsaw-bone'","derivation":"from H6087 (עָצַב);","strongs_definition":"worrisomeness, i.e. labor or pain","kjv_definition":"sorrow, toil."} +{"id":"H6094","strongs_number":"H6094","system":"hebrew","language":"hebrew","number_value":6094,"lemma":"עַצֶּבֶת","transliteration":"ʻatstsebeth","pronunciation":"ats-tseh'-beth","derivation":"from H6087 (עָצַב);","strongs_definition":"a idol; also, a pain or wound","kjv_definition":"sorrow, wound."} +{"id":"H6095","strongs_number":"H6095","system":"hebrew","language":"hebrew","number_value":6095,"lemma":"עָצָה","transliteration":"ʻâtsâh","pronunciation":"aw-tsaw'","derivation":"a primitive root;","strongs_definition":"properly, to fasten (or make firm), i.e. to close (the eyes)","kjv_definition":"shut."} +{"id":"H6096","strongs_number":"H6096","system":"hebrew","language":"hebrew","number_value":6096,"lemma":"עָצֶה","transliteration":"ʻâtseh","pronunciation":"aw-tseh'","derivation":"from H6095 (עָצָה);","strongs_definition":"the spine (as giving firmness to the body)","kjv_definition":"backbone."} +{"id":"H6097","strongs_number":"H6097","system":"hebrew","language":"hebrew","number_value":6097,"lemma":"עֵצָה","transliteration":"ʻêtsâh","pronunciation":"ay-tsaw'","derivation":"feminine of H6086 (עֵץ);","strongs_definition":"timber","kjv_definition":"trees."} +{"id":"H6098","strongs_number":"H6098","system":"hebrew","language":"hebrew","number_value":6098,"lemma":"עֵצָה","transliteration":"ʻêtsâh","pronunciation":"ay-tsaw'","derivation":"from H3289 (יָעַץ);","strongs_definition":"advice; by implication, plan; also prudence","kjv_definition":"advice, advisement, counsel(l-(or)), purpose."} +{"id":"H6099","strongs_number":"H6099","system":"hebrew","language":"hebrew","number_value":6099,"lemma":"עָצוּם","transliteration":"ʻâtsûwm","pronunciation":"aw-tsoom'","derivation":"or עָצֻם; passive participle of H6105 (עָצַם);","strongs_definition":"powerful (specifically, a paw); by implication, numerous","kjv_definition":"[phrase] feeble, great, mighty, must, strong."} +{"id":"H6100","strongs_number":"H6100","system":"hebrew","language":"hebrew","number_value":6100,"lemma":"עֶצְיוֹן גֶּבֶר","transliteration":"ʻEtsyôwn Geber","pronunciation":"ets-yone' gheh'ber","derivation":"from H6096 (עָצֶה) and H1397 (גֶּבֶר); backbone-like of a man;","strongs_definition":"Etsjon-Geber, a place on the Red Sea","kjv_definition":"Ezion-geber."} +{"id":"H6101","strongs_number":"H6101","system":"hebrew","language":"hebrew","number_value":6101,"lemma":"עָצַל","transliteration":"ʻâtsal","pronunciation":"aw-tsal'","derivation":"a primitive root;","strongs_definition":"to lean idly, i.e. to be indolent or slack","kjv_definition":"be slothful."} +{"id":"H6102","strongs_number":"H6102","system":"hebrew","language":"hebrew","number_value":6102,"lemma":"עָצֵל","transliteration":"ʻâtsêl","pronunciation":"aw-tsale'","derivation":"from H6101 (עָצַל);","strongs_definition":"indolent","kjv_definition":"slothful, sluggard."} +{"id":"H6103","strongs_number":"H6103","system":"hebrew","language":"hebrew","number_value":6103,"lemma":"עַצְלָה","transliteration":"ʻatslâh","pronunciation":"ats-law'","derivation":"feminine of H6102 (עָצֵל);","strongs_definition":"(as abstractly) indolence","kjv_definition":"slothfulness."} +{"id":"H6104","strongs_number":"H6104","system":"hebrew","language":"hebrew","number_value":6104,"lemma":"עַצְלוּת","transliteration":"ʻatslûwth","pronunciation":"ats-looth'","derivation":"from H6101 (עָצַל);","strongs_definition":"indolence","kjv_definition":"idleness."} +{"id":"H6105","strongs_number":"H6105","system":"hebrew","language":"hebrew","number_value":6105,"lemma":"עָצַם","transliteration":"ʻâtsam","pronunciation":"aw-tsam'","derivation":"a primitive root; also denominatively (from H6106 (עֶצֶם))","strongs_definition":"to bind fast, i.e. close (the eyes); intransitively, to be (causatively, make) powerful or numerous; to crunch the bones","kjv_definition":"break the bones, close, be great, be increased, be (wax) mighty(-ier), be more, shut, be(-come, make) strong(-er)."} +{"id":"H6106","strongs_number":"H6106","system":"hebrew","language":"hebrew","number_value":6106,"lemma":"עֶצֶם","transliteration":"ʻetsem","pronunciation":"eh'tsem","derivation":"from H6105 (עָצַם);","strongs_definition":"a bone (as strong); by extension, the body; figuratively, the substance, i.e. (as pron.) selfsame","kjv_definition":"body, bone, [idiom] life, (self-) same, strength, [idiom] very."} +{"id":"H6107","strongs_number":"H6107","system":"hebrew","language":"hebrew","number_value":6107,"lemma":"עֶצֶם","transliteration":"ʻEtsem","pronunciation":"eh'-tsem","derivation":"the same as H6106 (עֶצֶם); bone;","strongs_definition":"Etsem, a place in Palestine","kjv_definition":"Azem, Ezem."} +{"id":"H6108","strongs_number":"H6108","system":"hebrew","language":"hebrew","number_value":6108,"lemma":"עֹצֶם","transliteration":"ʻôtsem","pronunciation":"o'-tsem","derivation":"from H6105 (עָצַם);","strongs_definition":"power; hence, body","kjv_definition":"might, strong, substance."} +{"id":"H6109","strongs_number":"H6109","system":"hebrew","language":"hebrew","number_value":6109,"lemma":"עׇצְמָה","transliteration":"ʻotsmâh","pronunciation":"ots-maw'","derivation":"feminine of H6108 (עֹצֶם);","strongs_definition":"powerfulness; by extension, numerousness","kjv_definition":"abundance, strength."} +{"id":"H6110","strongs_number":"H6110","system":"hebrew","language":"hebrew","number_value":6110,"lemma":"עַצֻּמָה","transliteration":"ʻatstsumâh","pronunciation":"ats-tsoo-maw'","derivation":"feminine of H6099 (עָצוּם);","strongs_definition":"a bulwark, i.e. (figuratively) argument","kjv_definition":"strong."} +{"id":"H6111","strongs_number":"H6111","system":"hebrew","language":"hebrew","number_value":6111,"lemma":"עַצְמוֹן","transliteration":"ʻAtsmôwn","pronunciation":"ats-mone'","derivation":"or עַצְמֹן; from H6107 (עֶצֶם); bone-like;","strongs_definition":"Atsmon, a place near Palestine","kjv_definition":"Azmon."} +{"id":"H6112","strongs_number":"H6112","system":"hebrew","language":"hebrew","number_value":6112,"lemma":"עֵצֶן","transliteration":"ʻêtsen","pronunciation":"ay'-tsen","derivation":"from an unused root meaning to be sharp or strong;","strongs_definition":"a spear","kjv_definition":"Eznite (from the margin)."} +{"id":"H6113","strongs_number":"H6113","system":"hebrew","language":"hebrew","number_value":6113,"lemma":"עָצָר","transliteration":"ʻâtsâr","pronunciation":"aw-tsar'","derivation":"a primitive root;","strongs_definition":"to inclose; by analogy, to hold back; also to maintain, rule, assemble","kjv_definition":"[idiom] be able, close up, detain, fast, keep (self close, still), prevail, recover, refrain, [idiom] reign, restrain, retain, shut (up), slack, stay, stop, withhold (self)."} +{"id":"H6114","strongs_number":"H6114","system":"hebrew","language":"hebrew","number_value":6114,"lemma":"עֶצֶר","transliteration":"ʻetser","pronunciation":"eh'-tser","derivation":"from H6113 (עָצָר);","strongs_definition":"restraint","kjv_definition":"[phrase] magistrate."} +{"id":"H6115","strongs_number":"H6115","system":"hebrew","language":"hebrew","number_value":6115,"lemma":"עֹצֶר","transliteration":"ʻôtser","pronunciation":"o'-tser","derivation":"from H6113 (עָצָר);","strongs_definition":"closure; also constraint","kjv_definition":"[idiom] barren, oppression, [idiom] prison."} +{"id":"H6116","strongs_number":"H6116","system":"hebrew","language":"hebrew","number_value":6116,"lemma":"עֲצָרָה","transliteration":"ʻătsârâh","pronunciation":"ats-aw-raw'","derivation":"or עֲצֶרֶת; from H6113 (עָצָר);","strongs_definition":"an assembly, especially on afestival or holiday","kjv_definition":"(solemn) assembly (meeting)."} +{"id":"H6117","strongs_number":"H6117","system":"hebrew","language":"hebrew","number_value":6117,"lemma":"עָקַב","transliteration":"ʻâqab","pronunciation":"aw-kab'","derivation":"a primitive root; properly, to swell out or up; used only as denominative from H6119 (עָקֵב),","strongs_definition":"to seize by the heel; figuratively, to circumvent (as if tripping up the heels); also to restrain (as if holding by the heel)","kjv_definition":"take by the heel, stay, supplant, [idiom] utterly."} +{"id":"H6118","strongs_number":"H6118","system":"hebrew","language":"hebrew","number_value":6118,"lemma":"עֵקֶב","transliteration":"ʻêqeb","pronunciation":"ay'-keb","derivation":"from H6117 (עָקַב) in the sense of H6119 (עָקֵב);","strongs_definition":"a heel, i.e. (figuratively) the last of anything (used adverbially, for ever); also result, i.e. compensation; and so (adverb with preposition or relatively) on account of","kjv_definition":"[idiom] because, by, end, for, if, reward."} +{"id":"H6119","strongs_number":"H6119","system":"hebrew","language":"hebrew","number_value":6119,"lemma":"עָקֵב","transliteration":"ʻâqêb","pronunciation":"aw-kabe'","derivation":"or (feminine) עִקְּבָה; from H6117 (עָקַב);","strongs_definition":"a heel (as protuberant); hence, a track; figuratively, the rear (of an army)","kjv_definition":"heel, (horse-) hoof, last, lier in wait (by mistake for H6120 (עָקֵב)), (foot-) step."} +{"id":"H6120","strongs_number":"H6120","system":"hebrew","language":"hebrew","number_value":6120,"lemma":"עָקֵב","transliteration":"ʻâqêb","pronunciation":"aw-kabe'","derivation":"from H6117 (עָקַב) in its denominative sense;","strongs_definition":"a lier in wait","kjv_definition":"heel (by mistake for H6119 (עָקֵב))."} +{"id":"H6121","strongs_number":"H6121","system":"hebrew","language":"hebrew","number_value":6121,"lemma":"עָקֹב","transliteration":"ʻâqôb","pronunciation":"aw-kobe'","derivation":"from H6117 (עָקַב); in the original sense, a knoll (as swelling up); in the denominative sense","strongs_definition":"(transitive) fraudulent or (intransitive) tracked","kjv_definition":"crooked, deceitful, polluted."} +{"id":"H6122","strongs_number":"H6122","system":"hebrew","language":"hebrew","number_value":6122,"lemma":"עׇקְבָה","transliteration":"ʻoqbâh","pronunciation":"ok-baw'","derivation":"feminine of an unused form from H6117 (עָקַב) meaning a trick;","strongs_definition":"trickery","kjv_definition":"subtilty."} +{"id":"H6123","strongs_number":"H6123","system":"hebrew","language":"hebrew","number_value":6123,"lemma":"עָקַד","transliteration":"ʻâqad","pronunciation":"aw-kad'","derivation":"a primitive root;","strongs_definition":"to tie with thongs","kjv_definition":"bind."} +{"id":"H6124","strongs_number":"H6124","system":"hebrew","language":"hebrew","number_value":6124,"lemma":"עָקֹד","transliteration":"ʻâqôd","pronunciation":"aw-kode'","derivation":"from H6123 (עָקַד);","strongs_definition":"striped (with bands)","kjv_definition":"ring straked."} +{"id":"H6125","strongs_number":"H6125","system":"hebrew","language":"hebrew","number_value":6125,"lemma":"עָקָה","transliteration":"ʻâqâh","pronunciation":"aw-kaw'","derivation":"from H5781 (עוּק);","strongs_definition":"constraint","kjv_definition":"oppression."} +{"id":"H6126","strongs_number":"H6126","system":"hebrew","language":"hebrew","number_value":6126,"lemma":"עַקּוּב","transliteration":"ʻAqqûwb","pronunciation":"ak-koob'","derivation":"from H6117 (עָקַב); insidious;","strongs_definition":"Akkub, the name of five Israelites","kjv_definition":"Akkub."} +{"id":"H6127","strongs_number":"H6127","system":"hebrew","language":"hebrew","number_value":6127,"lemma":"עָקַל","transliteration":"ʻâqal","pronunciation":"aw-kal'","derivation":"a primitive root;","strongs_definition":"to wrest","kjv_definition":"wrong."} +{"id":"H6128","strongs_number":"H6128","system":"hebrew","language":"hebrew","number_value":6128,"lemma":"עֲקַלְקַל","transliteration":"ʻăqalqal","pronunciation":"ak-al-kal'","derivation":"from H6127 (עָקַל);","strongs_definition":"winding","kjv_definition":"by(-way), crooked way."} +{"id":"H6129","strongs_number":"H6129","system":"hebrew","language":"hebrew","number_value":6129,"lemma":"עֲקַלָּתוֹן","transliteration":"ʻăqallâthôwn","pronunciation":"ak-al-law-thone'","derivation":"from H6127 (עָקַל);","strongs_definition":"tortuous","kjv_definition":"crooked."} +{"id":"H6130","strongs_number":"H6130","system":"hebrew","language":"hebrew","number_value":6130,"lemma":"עָקָן","transliteration":"ʻÂqân","pronunciation":"aw-kawn'","derivation":"from an unused root meaning to twist; tortuous;","strongs_definition":"Akan, an Idummaean","kjv_definition":"Akan. Compare H3292 (יַעֲקָן)."} +{"id":"H6131","strongs_number":"H6131","system":"hebrew","language":"hebrew","number_value":6131,"lemma":"עָקַר","transliteration":"ʻâqar","pronunciation":"aw-kar'","derivation":"a primitive root;","strongs_definition":"to pluck up (especially by the roots); specifically, to hamstring; figuratively, to exterminate","kjv_definition":"dig down, hough, pluck up, root up."} +{"id":"H6132","strongs_number":"H6132","system":"hebrew","language":"hebrew","number_value":6132,"lemma":"עֲקַר","transliteration":"ʻăqar","pronunciation":"ak-ar'","derivation":"(Aramaic) corresponding to H6131 (עָקַר)","strongs_definition":"{to pluck up (especially by the roots); specifically, to hamstring; figuratively, to exterminate}","kjv_definition":"pluck up by the roots."} +{"id":"H6133","strongs_number":"H6133","system":"hebrew","language":"hebrew","number_value":6133,"lemma":"עֵקֶר","transliteration":"ʻêqer","pronunciation":"ay'-ker","derivation":"from H6131 (עָקַר);","strongs_definition":"figuratively, a transplanted person, i.e. naturalized citizen","kjv_definition":"stock."} +{"id":"H6134","strongs_number":"H6134","system":"hebrew","language":"hebrew","number_value":6134,"lemma":"עֵקֶר","transliteration":"ʻÊqer","pronunciation":"ay'-ker","derivation":"the same as H6133 (עֵקֶר);","strongs_definition":"Eker, an Israelite","kjv_definition":"Eker."} +{"id":"H6135","strongs_number":"H6135","system":"hebrew","language":"hebrew","number_value":6135,"lemma":"עָקָר","transliteration":"ʻâqâr","pronunciation":"aw-kawr'","derivation":"from H6131 (עָקַר);","strongs_definition":"sterile (as if extirpated in the generative organs)","kjv_definition":"([idiom] male or female) barren (woman)."} +{"id":"H6136","strongs_number":"H6136","system":"hebrew","language":"hebrew","number_value":6136,"lemma":"עִקַּר","transliteration":"ʻiqqar","pronunciation":"ik-kar'","derivation":"(Aramaic) from H6132 (עֲקַר);","strongs_definition":"a stock","kjv_definition":"stump."} +{"id":"H6137","strongs_number":"H6137","system":"hebrew","language":"hebrew","number_value":6137,"lemma":"עַקְרָב","transliteration":"ʻaqrâb","pronunciation":"ak-rawb'","derivation":"of uncertain derivation;","strongs_definition":"a scorpion; figuratively, a scourge or knotted whip","kjv_definition":"scorpion."} +{"id":"H6138","strongs_number":"H6138","system":"hebrew","language":"hebrew","number_value":6138,"lemma":"עֶקְרוֹן","transliteration":"ʻEqrôwn","pronunciation":"ek-rone'","derivation":"from H6131 (עָקַר); eradication;","strongs_definition":"Ekron, a place in Palestine","kjv_definition":"Ekron."} +{"id":"H6139","strongs_number":"H6139","system":"hebrew","language":"hebrew","number_value":6139,"lemma":"עֶקְרוֹנִי","transliteration":"ʻEqrôwnîy","pronunciation":"ek-ro-nee'","derivation":"or עֶקְרֹנִי; patrial from H6138 (עֶקְרוֹן);","strongs_definition":"an Ekronite or inhabitant of Ekron","kjv_definition":"Ekronite."} +{"id":"H6140","strongs_number":"H6140","system":"hebrew","language":"hebrew","number_value":6140,"lemma":"עָקַשׁ","transliteration":"ʻâqash","pronunciation":"aw-kash'","derivation":"a primitive root;","strongs_definition":"to knot or distort; figuratively, to pervert (act or declare perverse)","kjv_definition":"make crooked, (prove, that is) perverse(-rt)."} +{"id":"H6141","strongs_number":"H6141","system":"hebrew","language":"hebrew","number_value":6141,"lemma":"עִקֵּשׁ","transliteration":"ʻiqqêsh","pronunciation":"ik-kashe'","derivation":"from H6140 (עָקַשׁ);","strongs_definition":"distorted; hence, false","kjv_definition":"crooked, froward, perverse."} +{"id":"H6142","strongs_number":"H6142","system":"hebrew","language":"hebrew","number_value":6142,"lemma":"עִקֵּשׁ","transliteration":"ʻIqqêsh","pronunciation":"ik-kashe'","derivation":"the same as H6141 (עִקֵּשׁ); perverse;","strongs_definition":"Ikkesh, an Israelite","kjv_definition":"Ikkesh."} +{"id":"H6143","strongs_number":"H6143","system":"hebrew","language":"hebrew","number_value":6143,"lemma":"עִקְּשׁוּת","transliteration":"ʻiqqᵉshûwth","pronunciation":"ik-kesh-ooth'","derivation":"from H6141 (עִקֵּשׁ);","strongs_definition":"perversity","kjv_definition":"[idiom] froward."} +{"id":"H6144","strongs_number":"H6144","system":"hebrew","language":"hebrew","number_value":6144,"lemma":"עָר","transliteration":"ʻÂr","pronunciation":"awr","derivation":"the same as H5892 (עִיר); a city;","strongs_definition":"Ar, a place in Moab","kjv_definition":"Ar."} +{"id":"H6145","strongs_number":"H6145","system":"hebrew","language":"hebrew","number_value":6145,"lemma":"עָר","transliteration":"ʻâr","pronunciation":"awr","derivation":"from H5782 (עוּר);","strongs_definition":"a foe (as watchful for mischief)","kjv_definition":"enemy."} +{"id":"H6146","strongs_number":"H6146","system":"hebrew","language":"hebrew","number_value":6146,"lemma":"עָר","transliteration":"ʻâr","pronunciation":"awr","derivation":"(Aramaic) corresponding to H6145 (עָר)","strongs_definition":"{a foe (as watchful for mischief)}","kjv_definition":"enemy."} +{"id":"H6147","strongs_number":"H6147","system":"hebrew","language":"hebrew","number_value":6147,"lemma":"עֵר","transliteration":"ʻÊr","pronunciation":"ayr","derivation":"from H5782 (עוּר); watchful;","strongs_definition":"Er, the name of two Israelites","kjv_definition":"Er."} +{"id":"H6148","strongs_number":"H6148","system":"hebrew","language":"hebrew","number_value":6148,"lemma":"עָרַב","transliteration":"ʻârab","pronunciation":"aw-rab'","derivation":"a primitive root;","strongs_definition":"to braid, i.e. intermix; technically, to traffic (as if by barter); also or give to be security (as a kind of exchange)","kjv_definition":"engage, (inter-) meddle (with), mingle (self), mortgage, occupy, give pledges, be(-come, put in) surety, undertake."} +{"id":"H6149","strongs_number":"H6149","system":"hebrew","language":"hebrew","number_value":6149,"lemma":"עָרֵב","transliteration":"ʻârêb","pronunciation":"aw-rabe'","derivation":"a primitive root (rather identical with H6148 (עָרַב) through the idea of close association);","strongs_definition":"to be agreeable","kjv_definition":"be pleasant(-ing), take pleasure in, be sweet."} +{"id":"H6150","strongs_number":"H6150","system":"hebrew","language":"hebrew","number_value":6150,"lemma":"עָרַב","transliteration":"ʻârab","pronunciation":"aw-rab'","derivation":"a primitive root (rather identical with H6148 (עָרַב) through the idea of covering with a texture);","strongs_definition":"to grow dusky at sundown","kjv_definition":"be darkened, (toward) evening."} +{"id":"H6151","strongs_number":"H6151","system":"hebrew","language":"hebrew","number_value":6151,"lemma":"עֲרַב","transliteration":"ʻărab","pronunciation":"ar-ab'","derivation":"(Aramaic) corresponding to H6148 (עָרַב);","strongs_definition":"to commingle","kjv_definition":"mingle (self), mix."} +{"id":"H6152","strongs_number":"H6152","system":"hebrew","language":"hebrew","number_value":6152,"lemma":"עֲרָב","transliteration":"ʻĂrâb","pronunciation":"ar-awb'","derivation":"or עֲרַב; from H6150 (עָרַב) in the figurative sense of sterility;","strongs_definition":"Arab (i.e. Arabia), a country East of Palestine","kjv_definition":"Arabia."} +{"id":"H6153","strongs_number":"H6153","system":"hebrew","language":"hebrew","number_value":6153,"lemma":"עֶרֶב","transliteration":"ʻereb","pronunciation":"eh'-reb","derivation":"from H6150 (עָרַב);","strongs_definition":"dusk","kjv_definition":"[phrase] day, even(-ing, tide), night."} +{"id":"H6154","strongs_number":"H6154","system":"hebrew","language":"hebrew","number_value":6154,"lemma":"עֵרֶב","transliteration":"ʻêreb","pronunciation":"ay'-reb","derivation":"or עֶרֶב; (1 Kings 10:15), (with the article [prefix), from H6148 (עָרַב);","strongs_definition":"the web (or transverse threads of cloth); also a mixture, (or mongrel race)","kjv_definition":"Arabia, mingled people, mixed (multitude), woof."} +{"id":"H6155","strongs_number":"H6155","system":"hebrew","language":"hebrew","number_value":6155,"lemma":"עָרָב","transliteration":"ʻârâb","pronunciation":"aw-rawb'","derivation":"from H6148 (עָרַב);","strongs_definition":"a willow (from the use of osiers as wattles)","kjv_definition":"willow."} +{"id":"H6156","strongs_number":"H6156","system":"hebrew","language":"hebrew","number_value":6156,"lemma":"עָרֵב","transliteration":"ʻârêb","pronunciation":"aw-rabe'","derivation":"from H6149 (עָרֵב);","strongs_definition":"pleasant","kjv_definition":"sweet."} +{"id":"H6157","strongs_number":"H6157","system":"hebrew","language":"hebrew","number_value":6157,"lemma":"עָרֹב","transliteration":"ʻârôb","pronunciation":"aw-robe'","derivation":"from H6148 (עָרַב);","strongs_definition":"a mosquito (from its swarming)","kjv_definition":"divers sorts of flies, swarm."} +{"id":"H6158","strongs_number":"H6158","system":"hebrew","language":"hebrew","number_value":6158,"lemma":"עֹרֵב","transliteration":"ʻôrêb","pronunciation":"o-rabe'","derivation":"or עוֹרֵב; from H6150 (עָרַב);","strongs_definition":"a raven (from its dusky hue)","kjv_definition":"raven."} +{"id":"H6159","strongs_number":"H6159","system":"hebrew","language":"hebrew","number_value":6159,"lemma":"עֹרֵב","transliteration":"ʻÔrêb","pronunciation":"o-rabe'","derivation":"or עוֹרֵב; the same as H6158 (עֹרֵב);","strongs_definition":"Oreb, the name of a Midianite and of the cliff near the Jordan","kjv_definition":"Oreb."} +{"id":"H6160","strongs_number":"H6160","system":"hebrew","language":"hebrew","number_value":6160,"lemma":"עֲרָבָה","transliteration":"ʻărâbâh","pronunciation":"ar-aw-baw'","derivation":"from H6150 (עָרַב) (in the sense of sterility);","strongs_definition":"a desert; especially (with the article prefix) the (generally) sterile valley of the Jordan and its continuation to the Red Sea","kjv_definition":"Arabah, champaign, desert, evening, heaven, plain, wilderness. See also H1026 (בֵּית הָעֲרָבָה)."} +{"id":"H6161","strongs_number":"H6161","system":"hebrew","language":"hebrew","number_value":6161,"lemma":"עֲרֻבָּה","transliteration":"ʻărubbâh","pronunciation":"ar-oob-baw'","derivation":"feminine passive participle of H6048 (עֲנַמֶּלֶךְ) in the sense of a bargain or exchange;","strongs_definition":"something given as security, i.e. (literally) a token (of safety) or (metaphorically) a bondsman","kjv_definition":"pledge, surety."} +{"id":"H6162","strongs_number":"H6162","system":"hebrew","language":"hebrew","number_value":6162,"lemma":"עֲרָבוֹן","transliteration":"ʻărâbôwn","pronunciation":"ar-aw-bone'","derivation":"from H6148 (עָרַב) (in the sense of exchange);","strongs_definition":"a pawn (given as security)","kjv_definition":"pledge."} +{"id":"H6163","strongs_number":"H6163","system":"hebrew","language":"hebrew","number_value":6163,"lemma":"עֲרָבִי","transliteration":"ʻĂrâbîy","pronunciation":"ar-aw-bee'","derivation":"or עַרְבִי; patrial from H6152 (עֲרָב);","strongs_definition":"an Arabian or inhabitant of Arab (i.e. Arabia)","kjv_definition":"Arabian."} +{"id":"H6164","strongs_number":"H6164","system":"hebrew","language":"hebrew","number_value":6164,"lemma":"עַרְבָתִי","transliteration":"ʻArbâthîy","pronunciation":"ar-baw-thee'","derivation":"patrial from H1026 (בֵּית הָעֲרָבָה);","strongs_definition":"an Arbathite or inhabitant of (Beth-) Arabah","kjv_definition":"Arbahite."} +{"id":"H6165","strongs_number":"H6165","system":"hebrew","language":"hebrew","number_value":6165,"lemma":"עָרַג","transliteration":"ʻârag","pronunciation":"aw-rag'","derivation":"a primitive root;","strongs_definition":"to long for","kjv_definition":"cry, pant."} +{"id":"H6166","strongs_number":"H6166","system":"hebrew","language":"hebrew","number_value":6166,"lemma":"עֲרָד","transliteration":"ʻĂrâd","pronunciation":"ar-awd'","derivation":"from an unused root meaning to sequester itself; fugitive;","strongs_definition":"Arad, the name of a place near Palestine, also of a Canaanite and an Israelite","kjv_definition":"Arad."} +{"id":"H6167","strongs_number":"H6167","system":"hebrew","language":"hebrew","number_value":6167,"lemma":"עֲרָד","transliteration":"ʻărâd","pronunciation":"ar-awd'","derivation":"(Aramaic) corresponding to H6171 (עָרוֹד);","strongs_definition":"an onager","kjv_definition":"wild ass."} +{"id":"H6168","strongs_number":"H6168","system":"hebrew","language":"hebrew","number_value":6168,"lemma":"עָרָה","transliteration":"ʻârâh","pronunciation":"aw-raw'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) bare; hence, to empty, pour out, demolish","kjv_definition":"leave destitute, discover, empty, make naked, pour (out), rase, spread self, uncover."} +{"id":"H6169","strongs_number":"H6169","system":"hebrew","language":"hebrew","number_value":6169,"lemma":"עָרָה","transliteration":"ʻârâh","pronunciation":"aw-raw'","derivation":"feminine from H6168 (עָרָה);","strongs_definition":"a naked (i.e. level) plot","kjv_definition":"paper reed."} +{"id":"H6170","strongs_number":"H6170","system":"hebrew","language":"hebrew","number_value":6170,"lemma":"עֲרוּגָה","transliteration":"ʻărûwgâh","pronunciation":"ar-oo-gaw'","derivation":"or עֲרֻגָה; feminine passive participle of H6165 (עָרַג);","strongs_definition":"something piled up (as if (figuratively) raised by mental aspiration), i.e. a paterre","kjv_definition":"bed, furrow."} +{"id":"H6171","strongs_number":"H6171","system":"hebrew","language":"hebrew","number_value":6171,"lemma":"עָרוֹד","transliteration":"ʻârôwd","pronunciation":"aw-rode'","derivation":"from the same as H6166 (עֲרָד);","strongs_definition":"an onager (from his lonesome habits)","kjv_definition":"wild ass."} +{"id":"H6172","strongs_number":"H6172","system":"hebrew","language":"hebrew","number_value":6172,"lemma":"עֶרְוָה","transliteration":"ʻervâh","pronunciation":"er-vaw'","derivation":"from H6168 (עָרָה);","strongs_definition":"nudity, literally (especially the pudenda) or figuratively (disgrace, blemish)","kjv_definition":"nakedness, shame, unclean(-ness)."} +{"id":"H6173","strongs_number":"H6173","system":"hebrew","language":"hebrew","number_value":6173,"lemma":"עַרְוָה","transliteration":"ʻarvâh","pronunciation":"ar-vaw'","derivation":"(Aramaic) corresponding to H6172 (עֶרְוָה);","strongs_definition":"nakedness, i.e. (figuratively) impoverishment","kjv_definition":"dishonor."} +{"id":"H6174","strongs_number":"H6174","system":"hebrew","language":"hebrew","number_value":6174,"lemma":"עָרוֹם","transliteration":"ʻârôwm","pronunciation":"aw-rome'","derivation":"or עָרֹם; from H6191 (עָרַם) (in its original sense);","strongs_definition":"nude, either partially or totally","kjv_definition":"naked."} +{"id":"H6175","strongs_number":"H6175","system":"hebrew","language":"hebrew","number_value":6175,"lemma":"עָרוּם","transliteration":"ʻârûwm","pronunciation":"aw-room'","derivation":"passive participle of H6191 (עָרַם);","strongs_definition":"cunning (usually in a bad sense)","kjv_definition":"crafty, prudent, subtil."} +{"id":"H6176","strongs_number":"H6176","system":"hebrew","language":"hebrew","number_value":6176,"lemma":"עֲרוֹעֵר","transliteration":"ʻărôwʻêr","pronunciation":"ar-o-ayr'","derivation":"or עַרְעָר; from H6209 (עָרַר) reduplicated;","strongs_definition":"a juniper (from its nudity of situation)","kjv_definition":"health."} +{"id":"H6177","strongs_number":"H6177","system":"hebrew","language":"hebrew","number_value":6177,"lemma":"עֲרוֹעֵר","transliteration":"ʻĂrôwʻêr","pronunciation":"ar-o-ayr'","derivation":"or עֲרֹעֵר; or עַרְעוֹר; the same as H6176 (עֲרוֹעֵר); nudity of situation;","strongs_definition":"Aroer, the name of three places in or near Palestine","kjv_definition":"Aroer."} +{"id":"H6178","strongs_number":"H6178","system":"hebrew","language":"hebrew","number_value":6178,"lemma":"עָרוּץ","transliteration":"ʻârûwts","pronunciation":"aw-roots'","derivation":"passive participle of H6206 (עָרַץ);","strongs_definition":"feared, i.e. (concretely) a horrible place or chasm","kjv_definition":"cliffs."} +{"id":"H6179","strongs_number":"H6179","system":"hebrew","language":"hebrew","number_value":6179,"lemma":"עֵרִי","transliteration":"ʻÊrîy","pronunciation":"ay-ree'","derivation":"from H5782 (עוּר); watchful;","strongs_definition":"Eri, an Israelite","kjv_definition":"Eri."} +{"id":"H6180","strongs_number":"H6180","system":"hebrew","language":"hebrew","number_value":6180,"lemma":"עֵרִי","transliteration":"ʻÊrîy","pronunciation":"ay-ree'","derivation":"patronymically of H6179 (עֵרִי);","strongs_definition":"a Erite (collectively) or descendants of Eri","kjv_definition":"Erites."} +{"id":"H6181","strongs_number":"H6181","system":"hebrew","language":"hebrew","number_value":6181,"lemma":"עֶרְיָה","transliteration":"ʻeryâh","pronunciation":"er-yaw'","derivation":"for H6172 (עֶרְוָה);","strongs_definition":"nudity","kjv_definition":"bare, naked, [idiom] quite."} +{"id":"H6182","strongs_number":"H6182","system":"hebrew","language":"hebrew","number_value":6182,"lemma":"עֲרִיסָה","transliteration":"ʻărîyçâh","pronunciation":"ar-ee-saw'","derivation":"from an unused root meaning to comminute;","strongs_definition":"meal","kjv_definition":"dough."} +{"id":"H6183","strongs_number":"H6183","system":"hebrew","language":"hebrew","number_value":6183,"lemma":"עָרִיף","transliteration":"ʻârîyph","pronunciation":"aw-reef'","derivation":"from H6201 (עָרַף);","strongs_definition":"the sky (as dropping at the horizon)","kjv_definition":"heaven."} +{"id":"H6184","strongs_number":"H6184","system":"hebrew","language":"hebrew","number_value":6184,"lemma":"עָרִיץ","transliteration":"ʻârîyts","pronunciation":"aw-reets'","derivation":"from H6206 (עָרַץ);","strongs_definition":"fearful, i.e. powerful or tyrannical","kjv_definition":"mighty, oppressor, in great power, strong, terrible, violent."} +{"id":"H6185","strongs_number":"H6185","system":"hebrew","language":"hebrew","number_value":6185,"lemma":"עֲרִירִי","transliteration":"ʻărîyrîy","pronunciation":"ar-e-ree'","derivation":"from H6209 (עָרַר);","strongs_definition":"bare, i.e. destitute (of children)","kjv_definition":"childless."} +{"id":"H6186","strongs_number":"H6186","system":"hebrew","language":"hebrew","number_value":6186,"lemma":"עָרַךְ","transliteration":"ʻârak","pronunciation":"aw-rak'","derivation":"a primitive root;","strongs_definition":"to set in a row, i.e. arrange, put in order (in a very wide variety of applications)","kjv_definition":"put (set) (the battle, self) in array, compare, direct, equal, esteem, estimate, expert (in war), furnish, handle, join (battle), ordain, (lay, put, reckon up, set) (in) order, prepare, tax, value."} +{"id":"H6187","strongs_number":"H6187","system":"hebrew","language":"hebrew","number_value":6187,"lemma":"עֵרֶךְ","transliteration":"ʻêrek","pronunciation":"eh'rek","derivation":"from H6186 (עָרַךְ);","strongs_definition":"a pile, equipment, estimate","kjv_definition":"equal, estimation, (things that are set in) order, price, proportion, [idiom] set at, suit, taxation, [idiom] valuest."} +{"id":"H6188","strongs_number":"H6188","system":"hebrew","language":"hebrew","number_value":6188,"lemma":"עָרֵל","transliteration":"ʻârêl","pronunciation":"aw-rale'","derivation":"a primitive root; properly, to strip; but used as denominative from H6189 (עָרֵל);","strongs_definition":"to expose or remove the prepuce, whether literal (to go naked) or figurative (to refrain from using)","kjv_definition":"count uncircumcised, foreskin to be uncovered."} +{"id":"H6189","strongs_number":"H6189","system":"hebrew","language":"hebrew","number_value":6189,"lemma":"עָרֵל","transliteration":"ʻârêl","pronunciation":"aw-rale'","derivation":"from H6188 (עָרֵל); properly, exposed, i.e. projecting loose (as to the prepuce); used only technically,","strongs_definition":"uncircumcised (i.e. still having the prepuce uncurtailed)","kjv_definition":"uncircumcised (person)."} +{"id":"H6190","strongs_number":"H6190","system":"hebrew","language":"hebrew","number_value":6190,"lemma":"עׇרְלָה","transliteration":"ʻorlâh","pronunciation":"or-law'","derivation":"feminine of H6189 (עָרֵל);","strongs_definition":"the prepuce","kjv_definition":"foreskin, [phrase] uncircumcised."} +{"id":"H6191","strongs_number":"H6191","system":"hebrew","language":"hebrew","number_value":6191,"lemma":"עָרַם","transliteration":"ʻâram","pronunciation":"aw-ram'","derivation":"a primitive root;","strongs_definition":"properly, to be (or make) bare; but used only in the derivative sense (through the idea perhaps of smoothness) to be cunning (usually in a bad sense)","kjv_definition":"[idiom] very, beware, take crafty (counsel), be prudent, deal subtilly."} +{"id":"H6192","strongs_number":"H6192","system":"hebrew","language":"hebrew","number_value":6192,"lemma":"עָרַם","transliteration":"ʻâram","pronunciation":"aw-ram'","derivation":"a primitive root;","strongs_definition":"to pile up","kjv_definition":"gather together."} +{"id":"H6193","strongs_number":"H6193","system":"hebrew","language":"hebrew","number_value":6193,"lemma":"עֹרֶם","transliteration":"ʻôrem","pronunciation":"o'-rem","derivation":"from H6191 (עָרַם);","strongs_definition":"a stratagem","kjv_definition":"craftiness."} +{"id":"H6194","strongs_number":"H6194","system":"hebrew","language":"hebrew","number_value":6194,"lemma":"עָרֵם","transliteration":"ʻârêm","pronunciation":"aw-rame'","derivation":"(Jeremiah 50:26) or (feminine) עֲרֵמָה; from H6192 (עָרַם);","strongs_definition":"a heap; specifically, a sheaf","kjv_definition":"heap (of corn), sheaf."} +{"id":"H6195","strongs_number":"H6195","system":"hebrew","language":"hebrew","number_value":6195,"lemma":"עׇרְמָה","transliteration":"ʻormâh","pronunciation":"or-maw'","derivation":"feminine of H6193 (עֹרֶם);","strongs_definition":"trickery; or (in a good sense) discretion","kjv_definition":"guile, prudence, subtilty, wilily, wisdom."} +{"id":"H6196","strongs_number":"H6196","system":"hebrew","language":"hebrew","number_value":6196,"lemma":"עַרְמוֹן","transliteration":"ʻarmôwn","pronunciation":"ar-mone'","derivation":"probably from H6191 (עָרַם);","strongs_definition":"the plane tree (from its smooth and shed bark)","kjv_definition":"chestnut tree."} +{"id":"H6197","strongs_number":"H6197","system":"hebrew","language":"hebrew","number_value":6197,"lemma":"עֵרָן","transliteration":"ʻÊrân","pronunciation":"ay-rawn'","derivation":"probably from H5782 (עוּר); watchful;","strongs_definition":"Eran, an Israelite","kjv_definition":"Eran."} +{"id":"H6198","strongs_number":"H6198","system":"hebrew","language":"hebrew","number_value":6198,"lemma":"עֵרָנִי","transliteration":"ʻÊrânîy","pronunciation":"ay-raw-nee'","derivation":"patronymically from H6197 (עֵרָן);","strongs_definition":"an Eranite or descendant (collectively) of Eran","kjv_definition":"Eranites."} +{"id":"H6199","strongs_number":"H6199","system":"hebrew","language":"hebrew","number_value":6199,"lemma":"עַרעָר","transliteration":"ʻarʻâr","pronunciation":"ar-awr'","derivation":"from H6209 (עָרַר);","strongs_definition":"naked, i.e. (figuratively) poor","kjv_definition":"destitute. See also H6176 (עֲרוֹעֵר)."} +{"id":"H6200","strongs_number":"H6200","system":"hebrew","language":"hebrew","number_value":6200,"lemma":"עֲרֹעֵרִי","transliteration":"ʻĂrôʻêrîy","pronunciation":"ar-o-ay-ree'","derivation":"patronymically from H6177 (עֲרוֹעֵר);","strongs_definition":"an Aroerite or inhabitant of Aroer","kjv_definition":"Aroerite."} +{"id":"H6201","strongs_number":"H6201","system":"hebrew","language":"hebrew","number_value":6201,"lemma":"עָרַף","transliteration":"ʻâraph","pronunciation":"aw-raf'","derivation":"a primitive root;","strongs_definition":"to droop; hence, to drip","kjv_definition":"drop (down)."} +{"id":"H6202","strongs_number":"H6202","system":"hebrew","language":"hebrew","number_value":6202,"lemma":"עָרַף","transliteration":"ʻâraph","pronunciation":"aw-raf'","derivation":"a primitive root (identical with through the idea of sloping); properly, to bend downward; but used only as a denominative from H6203 (עֹרֶף),","strongs_definition":"to break the neck; hence (figuratively) to destroy","kjv_definition":"that is beheaded, break down, break (cut off, strike off) neck."} +{"id":"H6203","strongs_number":"H6203","system":"hebrew","language":"hebrew","number_value":6203,"lemma":"עֹרֶף","transliteration":"ʻôreph","pronunciation":"o-ref'","derivation":"from H6202 (עָרַף);","strongs_definition":"the nape or back of the neck (as declining); hence, the back generally (whether literal or figurative)","kjv_definition":"back ((stiff-) neck((-ed)."} +{"id":"H6204","strongs_number":"H6204","system":"hebrew","language":"hebrew","number_value":6204,"lemma":"עׇרְפָּה","transliteration":"ʻOrpâh","pronunciation":"or-paw'","derivation":"feminine of H6203 (עֹרֶף); mane;","strongs_definition":"Orpah, a Moabites","kjv_definition":"Orpah."} +{"id":"H6205","strongs_number":"H6205","system":"hebrew","language":"hebrew","number_value":6205,"lemma":"עֲרָפֶל","transliteration":"ʻărâphel","pronunciation":"ar-aw-fel'","derivation":"probably from H6201 (עָרַף);","strongs_definition":"gloom (as of a lowering sky)","kjv_definition":"(gross, thick) dark (cloud, -ness)."} +{"id":"H6206","strongs_number":"H6206","system":"hebrew","language":"hebrew","number_value":6206,"lemma":"עָרַץ","transliteration":"ʻârats","pronunciation":"aw-rats'","derivation":"a primitive root;","strongs_definition":"to awe or (intransitive) to dread; hence, to harass","kjv_definition":"be affrighted (afraid, dread, feared, terrified), break, dread, fear, oppress, prevail, shake terribly."} +{"id":"H6207","strongs_number":"H6207","system":"hebrew","language":"hebrew","number_value":6207,"lemma":"עָרַק","transliteration":"ʻâraq","pronunciation":"aw-rak'","derivation":"a primitive root;","strongs_definition":"to gnaw, i.e. (figuratively) eat (by hyberbole); also (participle) a pain","kjv_definition":"fleeing, sinew."} +{"id":"H6208","strongs_number":"H6208","system":"hebrew","language":"hebrew","number_value":6208,"lemma":"עַרְקִי","transliteration":"ʻArqîy","pronunciation":"ar-kee'","derivation":"patrial from an unused name meaning a tush;","strongs_definition":"an Arkite or inhabitant of Erek","kjv_definition":"Arkite."} +{"id":"H6209","strongs_number":"H6209","system":"hebrew","language":"hebrew","number_value":6209,"lemma":"עָרַר","transliteration":"ʻârar","pronunciation":"aw-rar'","derivation":"a primitive root;","strongs_definition":"to bare; figuratively, to demolish","kjv_definition":"make bare, break, raise up (perhaps by clerical error for raze), [idiom] utterly."} +{"id":"H6210","strongs_number":"H6210","system":"hebrew","language":"hebrew","number_value":6210,"lemma":"עֶרֶשׂ","transliteration":"ʻeres","pronunciation":"eh'res","derivation":"from an unused root meaning perhaps to arch;","strongs_definition":"a couch (properly, with a canopy)","kjv_definition":"bed(-stead), couch."} +{"id":"H6211","strongs_number":"H6211","system":"hebrew","language":"hebrew","number_value":6211,"lemma":"עָשׁ","transliteration":"ʻâsh","pronunciation":"awsh","derivation":"from H6244 (עָשֵׁשׁ);","strongs_definition":"a moth","kjv_definition":"moth. See also H5906 (עַיִשׁ)."} +{"id":"H6212","strongs_number":"H6212","system":"hebrew","language":"hebrew","number_value":6212,"lemma":"עֶשֶׂב","transliteration":"ʻeseb","pronunciation":"eh'seb","derivation":"from an unused root meaning to glisten (or be green);","strongs_definition":"grass (or any tender shoot)","kjv_definition":"grass, herb."} +{"id":"H6213","strongs_number":"H6213","system":"hebrew","language":"hebrew","number_value":6213,"lemma":"עָשָׂה","transliteration":"ʻâsâh","pronunciation":"aw-saw'","derivation":"a primitive root;","strongs_definition":"to do or make, in the broadest sense and widest application","kjv_definition":"accomplish, advance, appoint, apt, be at, become, bear, bestow, bring forth, bruise, be busy, [idiom] certainly, have the charge of, commit, deal (with), deck, [phrase] displease, do, (ready) dress(-ed), (put in) execute(-ion), exercise, fashion, [phrase] feast, (fight-) ing man, [phrase] finish, fit, fly, follow, fulfill, furnish, gather, get, go about, govern, grant, great, [phrase] hinder, hold (a feast), [idiom] indeed, [phrase] be industrious, [phrase] journey, keep, labour, maintain, make, be meet, observe, be occupied, offer, [phrase] officer, pare, bring (come) to pass, perform, pracise, prepare, procure, provide, put, requite, [idiom] sacrifice, serve, set, shew, [idiom] sin, spend, [idiom] surely, take, [idiom] thoroughly, trim, [idiom] very, [phrase] vex, be (warr-) ior, work(-man), yield, use."} +{"id":"H6214","strongs_number":"H6214","system":"hebrew","language":"hebrew","number_value":6214,"lemma":"עֲשָׂהאֵל","transliteration":"ʻĂsâhʼêl","pronunciation":"as-aw-ale'","derivation":"from H6213 (עָשָׂה) and H410 (אֵל); God has made;","strongs_definition":"Asahel, the name of four Israelites","kjv_definition":"Asahel."} +{"id":"H6215","strongs_number":"H6215","system":"hebrew","language":"hebrew","number_value":6215,"lemma":"עֵשָׂו","transliteration":"ʻÊsâv","pronunciation":"ay-sawv'","derivation":"apparently a form of the passive participle of H6213 (עָשָׂה) in the original sense of handling; rough (i.e. sensibly felt);","strongs_definition":"Esav, a son of Isaac, including his posterity","kjv_definition":"Esau."} +{"id":"H6216","strongs_number":"H6216","system":"hebrew","language":"hebrew","number_value":6216,"lemma":"עָשׁוֹק","transliteration":"ʻâshôwq","pronunciation":"aw-shoke'","derivation":"from H6231 (עָשַׁק);","strongs_definition":"oppressive (as noun, a tyrant)","kjv_definition":"oppressor."} +{"id":"H6217","strongs_number":"H6217","system":"hebrew","language":"hebrew","number_value":6217,"lemma":"עָשׁוּק","transliteration":"ʻâshûwq","pronunciation":"aw-shook'","derivation":"or עָשֻׁק; passive participle of H6231 (עָשַׁק);","strongs_definition":"used in plural masculine as abstractly, tyranny","kjv_definition":"oppressed(-ion). (Doubtful.)"} +{"id":"H6218","strongs_number":"H6218","system":"hebrew","language":"hebrew","number_value":6218,"lemma":"עָשׂוֹר","transliteration":"ʻâsôwr","pronunciation":"aw-sore'","derivation":"or עָשֹׂר; from H6235 (עֶשֶׂר);","strongs_definition":"ten; by abbreviated form ten strings, and so a decachord","kjv_definition":"(instrument of) ten (strings, -th)."} +{"id":"H6219","strongs_number":"H6219","system":"hebrew","language":"hebrew","number_value":6219,"lemma":"עָשׁוֹת","transliteration":"ʻâshôwth","pronunciation":"aw-shoth'","derivation":"from H6245 (עָשַׁת);","strongs_definition":"shining, i.e. polished","kjv_definition":"bright."} +{"id":"H6220","strongs_number":"H6220","system":"hebrew","language":"hebrew","number_value":6220,"lemma":"עַשְׁוָת","transliteration":"ʻAshvâth","pronunciation":"ash-vawth'","derivation":"for H6219 (עָשׁוֹת); bright;","strongs_definition":"Ashvath, an Israelite","kjv_definition":"Ashvath."} +{"id":"H6221","strongs_number":"H6221","system":"hebrew","language":"hebrew","number_value":6221,"lemma":"עֲשִׂיאֵל","transliteration":"ʻĂsîyʼêl","pronunciation":"as-ee-ale'","derivation":"from H6213 (עָשָׂה) and H410 (אֵל); made of God;","strongs_definition":"Asiel, an Israelite","kjv_definition":"Asiel."} +{"id":"H6222","strongs_number":"H6222","system":"hebrew","language":"hebrew","number_value":6222,"lemma":"עֲשָׂיָה","transliteration":"ʻĂsâyâh","pronunciation":"aw-saw-yaw'","derivation":"from H6213 (עָשָׂה) and H3050 (יָהּ); Jah has made;","strongs_definition":"Asajah, the name of three or four Israelites","kjv_definition":"Asaiah."} +{"id":"H6223","strongs_number":"H6223","system":"hebrew","language":"hebrew","number_value":6223,"lemma":"עָשִׁיר","transliteration":"ʻâshîyr","pronunciation":"aw-sheer'","derivation":"from H6238 (עָשַׁר);","strongs_definition":"rich, whether literal or figurative (noble)","kjv_definition":"rich (man)."} +{"id":"H6224","strongs_number":"H6224","system":"hebrew","language":"hebrew","number_value":6224,"lemma":"עֲשִׂירִי","transliteration":"ʻăsîyrîy","pronunciation":"as-ee-ree'","derivation":"from H6235 (עֶשֶׂר);","strongs_definition":"tenth; by abbreviation, tenth month or (feminine) part","kjv_definition":"tenth (part)."} +{"id":"H6225","strongs_number":"H6225","system":"hebrew","language":"hebrew","number_value":6225,"lemma":"עָשַׁן","transliteration":"ʻâshan","pronunciation":"aw-shan'","derivation":"a primitive root;","strongs_definition":"to smoke, whether literal or figurative","kjv_definition":"be angry (be on a) smoke."} +{"id":"H6226","strongs_number":"H6226","system":"hebrew","language":"hebrew","number_value":6226,"lemma":"עָשֵׁן","transliteration":"ʻâshên","pronunciation":"aw-shane'","derivation":"from H6225 (עָשַׁן);","strongs_definition":"smoky","kjv_definition":"smoking."} +{"id":"H6227","strongs_number":"H6227","system":"hebrew","language":"hebrew","number_value":6227,"lemma":"עָשָׁן","transliteration":"ʻâshân","pronunciation":"aw-shawn'","derivation":"from H6225 (עָשַׁן);","strongs_definition":"smoke, literally or figuratively (vapor, dust, anger)","kjv_definition":"smoke(-ing)."} +{"id":"H6228","strongs_number":"H6228","system":"hebrew","language":"hebrew","number_value":6228,"lemma":"עָשָׁן","transliteration":"ʻÂshân","pronunciation":"aw-shawn'","derivation":"the same as H6227 (עָשָׁן);","strongs_definition":"Ashan, a place in Palestine","kjv_definition":"Ashan."} +{"id":"H6229","strongs_number":"H6229","system":"hebrew","language":"hebrew","number_value":6229,"lemma":"עָשַׂק","transliteration":"ʻâsaq","pronunciation":"aw-sak","derivation":"a primitive root (identical with H6231 (עָשַׁק));","strongs_definition":"to press upon, i.e. quarrel","kjv_definition":"strive with."} +{"id":"H6230","strongs_number":"H6230","system":"hebrew","language":"hebrew","number_value":6230,"lemma":"עֵשֶׂק","transliteration":"ʻêseq","pronunciation":"ay'sek","derivation":"from H6229 (עָשַׂק);","strongs_definition":"strife","kjv_definition":"Esek."} +{"id":"H6231","strongs_number":"H6231","system":"hebrew","language":"hebrew","number_value":6231,"lemma":"עָשַׁק","transliteration":"ʻâshaq","pronunciation":"aw-shak'","derivation":"a primitive root (compare H6229 (עָשַׂק));","strongs_definition":"to press upon, i.e. oppress, defraud, violate, overflow","kjv_definition":"get deceitfully, deceive, defraud, drink up, (use) oppress(-ion), -or), do violence (wrong)."} +{"id":"H6232","strongs_number":"H6232","system":"hebrew","language":"hebrew","number_value":6232,"lemma":"עֵשֶׁק","transliteration":"ʻÊsheq","pronunciation":"ay-shek'","derivation":"from H6231 (עָשַׁק); oppression;","strongs_definition":"Eshek, an Israelite","kjv_definition":"Eshek."} +{"id":"H6233","strongs_number":"H6233","system":"hebrew","language":"hebrew","number_value":6233,"lemma":"עֹשֶׁק","transliteration":"ʻôsheq","pronunciation":"o'-shek","derivation":"from H6231 (עָשַׁק);","strongs_definition":"injury, fraud, (subjectively) distress, (concretely) unjust gain","kjv_definition":"cruelly, extortion, oppression, thing (deceitfully gotten)."} +{"id":"H6234","strongs_number":"H6234","system":"hebrew","language":"hebrew","number_value":6234,"lemma":"עׇשְׁקָה","transliteration":"ʻoshqâh","pronunciation":"osh-kaw'","derivation":"feminine of H6233 (עֹשֶׁק);","strongs_definition":"anguish","kjv_definition":"oppressed."} +{"id":"H6235","strongs_number":"H6235","system":"hebrew","language":"hebrew","number_value":6235,"lemma":"עֶשֶׂר","transliteration":"ʻeser","pronunciation":"eh'ser","derivation":"masculine of term עֲשָׂרָה; from H6237 (עָשַׂר);","strongs_definition":"ten (as an accumulation to the extent of the digits)","kjv_definition":"ten, (fif-, seven-) teen."} +{"id":"H6236","strongs_number":"H6236","system":"hebrew","language":"hebrew","number_value":6236,"lemma":"עֲשַׂר","transliteration":"ʻăsar","pronunciation":"as-ar'","derivation":"(Aramaic) masculine עֲשְׂרָה (Aramaic); corresponding to H6235 (עֶשֶׂר);","strongs_definition":"ten","kjv_definition":"ten, [phrase] twelve."} +{"id":"H6237","strongs_number":"H6237","system":"hebrew","language":"hebrew","number_value":6237,"lemma":"עָשַׂר","transliteration":"ʻâsar","pronunciation":"aw-sar'","derivation":"a primitive root (identical with H6238 (עָשַׁר)); to accumulate; but used only as denominative from H6235 (עֶשֶׂר);","strongs_definition":"to tithe, i.e. to take or give atenth","kjv_definition":"[idiom] surely, give (take) the tenth, (have, take) tithe(-ing, -s), [idiom] truly."} +{"id":"H6238","strongs_number":"H6238","system":"hebrew","language":"hebrew","number_value":6238,"lemma":"עָשַׁר","transliteration":"ʻâshar","pronunciation":"aw-shar'","derivation":"a primitive root;","strongs_definition":"properly, to accumulate; chiefly (specifically) to grow (causatively, make) rich","kjv_definition":"be(-come, en-, make, make self, wax) rich, make (1 Kings 22:48 marg). See H6240 (עָשָׂר)."} +{"id":"H6239","strongs_number":"H6239","system":"hebrew","language":"hebrew","number_value":6239,"lemma":"עֹשֶׁר","transliteration":"ʻôsher","pronunciation":"o'-sher","derivation":"from H6238 (עָשַׁר);","strongs_definition":"wealth","kjv_definition":"[idiom] far (richer), riches."} +{"id":"H6240","strongs_number":"H6240","system":"hebrew","language":"hebrew","number_value":6240,"lemma":"עָשָׂר","transliteration":"ʻâsâr","pronunciation":"aw-sawr'","derivation":"for H6235 (עֶשֶׂר);","strongs_definition":"ten (only in combination), i.e. -teen; also (ordinal) -teenth","kjv_definition":"(eigh-, fif-, four-, nine-, seven-, six-, thir-) teen(-th), [phrase] eleven(-th), [phrase] sixscore thousand, [phrase] twelve(-th)."} +{"id":"H6241","strongs_number":"H6241","system":"hebrew","language":"hebrew","number_value":6241,"lemma":"עִשָּׂרוֹן","transliteration":"ʻissârôwn","pronunciation":"is-saw-rone'","derivation":"or עִשָּׂרֹן; from H6235 (עֶשֶׂר);","strongs_definition":"(fractional) a tenth part","kjv_definition":"tenth deal."} +{"id":"H6242","strongs_number":"H6242","system":"hebrew","language":"hebrew","number_value":6242,"lemma":"עֶשְׂרִים","transliteration":"ʻesrîym","pronunciation":"es-reem'","derivation":"from H6235 (עֶשֶׂר);","strongs_definition":"twenty; also (ordinal) twentieth","kjv_definition":"(six-) score, twenty(-ieth)."} +{"id":"H6243","strongs_number":"H6243","system":"hebrew","language":"hebrew","number_value":6243,"lemma":"עֶשְׂרִין","transliteration":"ʻesrîyn","pronunciation":"es-reen'","derivation":"(Aramaic) corresponding to H6242 (עֶשְׂרִים)","strongs_definition":"{twenty; also (ordinal) twentieth}","kjv_definition":"twenty."} +{"id":"H6244","strongs_number":"H6244","system":"hebrew","language":"hebrew","number_value":6244,"lemma":"עָשֵׁשׁ","transliteration":"ʻâshêsh","pronunciation":"aw-shaysh'","derivation":"a primitive root;","strongs_definition":"probably to shrink, i.e. fail","kjv_definition":"be consumed."} +{"id":"H6245","strongs_number":"H6245","system":"hebrew","language":"hebrew","number_value":6245,"lemma":"עָשַׁת","transliteration":"ʻâshath","pronunciation":"aw-shath'","derivation":"a primitive root;","strongs_definition":"probably to be sleek, i.e. glossy; hence (through the idea of polishing) to excogitate (as if forming in the mind)","kjv_definition":"shine, think."} +{"id":"H6246","strongs_number":"H6246","system":"hebrew","language":"hebrew","number_value":6246,"lemma":"עֲשִׁת","transliteration":"ʻăshith","pronunciation":"ash-eeth'","derivation":"(Aramaic) corresponding to H6245 (עָשַׁת);","strongs_definition":"to purpose","kjv_definition":"think."} +{"id":"H6247","strongs_number":"H6247","system":"hebrew","language":"hebrew","number_value":6247,"lemma":"עֶשֶׁת","transliteration":"ʻesheth","pronunciation":"eh'-sheth","derivation":"from H6245 (עָשַׁת);","strongs_definition":"a fabric","kjv_definition":"bright."} +{"id":"H6248","strongs_number":"H6248","system":"hebrew","language":"hebrew","number_value":6248,"lemma":"עַשְׁתּוּת","transliteration":"ʻashtûwth","pronunciation":"ash-tooth'","derivation":"from H6245 (עָשַׁת);","strongs_definition":"cogitation","kjv_definition":"thought."} +{"id":"H6249","strongs_number":"H6249","system":"hebrew","language":"hebrew","number_value":6249,"lemma":"עַשְׁתֵּי","transliteration":"ʻashtêy","pronunciation":"ash-tay'","derivation":"apparently masculine plural construction of H6247 (עֶשֶׁת) in the sense of an afterthought (used only in connection with H6240 (עָשָׂר) in lieu of H259 (אֶחָד))","strongs_definition":"eleven or (ordinal) eleventh","kjv_definition":"[phrase] eleven(-th)."} +{"id":"H6250","strongs_number":"H6250","system":"hebrew","language":"hebrew","number_value":6250,"lemma":"עֶשְׁתֹּנָה","transliteration":"ʻeshtônâh","pronunciation":"esh-to-naw'","derivation":"from H6245 (עָשַׁת);","strongs_definition":"thinking","kjv_definition":"thought."} +{"id":"H6251","strongs_number":"H6251","system":"hebrew","language":"hebrew","number_value":6251,"lemma":"עַשְׁתְּרָה","transliteration":"ʻashtᵉrâh","pronunciation":"ash-ter-aw'","derivation":"probably from H6238 (עָשַׁר);","strongs_definition":"increase","kjv_definition":"flock."} +{"id":"H6252","strongs_number":"H6252","system":"hebrew","language":"hebrew","number_value":6252,"lemma":"עַשְׁתָּרוֹת","transliteration":"ʻAshtârôwth","pronunciation":"ash-taw-roth'","derivation":"or עַשְׁתָּרֹת; plural of H6251 (עַשְׁתְּרָה);","strongs_definition":"Ashtaroth, the name of a Sidonian deity, and of a place East of the Jordan","kjv_definition":"Asharoth, Astaroth. See also H1045 (בֵּית עַשְׁתָּרוֹת), H6253 (עַשְׁתֹּרֶת), H6255 (עַשְׁתְּרֹת קַרְנַיִם)."} +{"id":"H6253","strongs_number":"H6253","system":"hebrew","language":"hebrew","number_value":6253,"lemma":"עַשְׁתֹּרֶת","transliteration":"ʻAshtôreth","pronunciation":"ash-to'reth","derivation":"probably for H6251 (עַשְׁתְּרָה);","strongs_definition":"Ashtoreth, the Phoenician goddess of love (and increase)","kjv_definition":"Ashtoreth."} +{"id":"H6254","strongs_number":"H6254","system":"hebrew","language":"hebrew","number_value":6254,"lemma":"עַשְׁתְּרָתִי","transliteration":"ʻAshtᵉrâthîy","pronunciation":"ash-ter-aw-thee'","derivation":"patrial from H6252 (עַשְׁתָּרוֹת);","strongs_definition":"an Ashterathite or inhabitant of Ashtaroth","kjv_definition":"Ashterathite."} +{"id":"H6255","strongs_number":"H6255","system":"hebrew","language":"hebrew","number_value":6255,"lemma":"עַשְׁתְּרֹת קַרְנַיִם","transliteration":"ʻAshtᵉrôth Qarnayim","pronunciation":"ash-ter-oth' kar-nah'-yim","derivation":"from H6252 (עַשְׁתָּרוֹת) and the dual of H7161 (קֶרֶן); Ashtaroth of (the) double horns (a symbol of the deity);","strongs_definition":"Ashteroth-Karnaim, a place East of the Jordan","kjv_definition":"Ashtoreth Karnaim."} +{"id":"H6256","strongs_number":"H6256","system":"hebrew","language":"hebrew","number_value":6256,"lemma":"עֵת","transliteration":"ʻêth","pronunciation":"ayth","derivation":"from H5703 (עַד);","strongs_definition":"time, especially (adverb with preposition) now, when, etc.","kjv_definition":"[phrase] after, (al-) ways, [idiom] certain, [phrase] continually, [phrase] evening, long, (due) season, so (long) as, (even-, evening-, noon-) tide, (meal-), what) time, when."} +{"id":"H6257","strongs_number":"H6257","system":"hebrew","language":"hebrew","number_value":6257,"lemma":"עָתַד","transliteration":"ʻâthad","pronunciation":"aw-thad'","derivation":"a primitive root;","strongs_definition":"to prepare","kjv_definition":"make fit, be ready to become."} +{"id":"H6258","strongs_number":"H6258","system":"hebrew","language":"hebrew","number_value":6258,"lemma":"עַתָּה","transliteration":"ʻattâh","pronunciation":"at-taw'","derivation":"from H6256 (עֵת);","strongs_definition":"at this time, whether adverb, conjunction or expletive","kjv_definition":"henceforth, now, straightway, this time, whereas."} +{"id":"H6259","strongs_number":"H6259","system":"hebrew","language":"hebrew","number_value":6259,"lemma":"עָתוּד","transliteration":"ʻâthûwd","pronunciation":"aw-thood'","derivation":"passive participle of H6257 (עָתַד);","strongs_definition":"prepared","kjv_definition":"ready."} +{"id":"H6260","strongs_number":"H6260","system":"hebrew","language":"hebrew","number_value":6260,"lemma":"עַתּוּד","transliteration":"ʻattûwd","pronunciation":"at-tood'","derivation":"or עַתֻּד; from H6257 (עָתַד);","strongs_definition":"prepared, i.e. full grown; spoken only (in plural) of he-goats, or (figuratively) leaders of the people","kjv_definition":"chief one, (he) goat, ram."} +{"id":"H6261","strongs_number":"H6261","system":"hebrew","language":"hebrew","number_value":6261,"lemma":"עִתִּי","transliteration":"ʻittîy","pronunciation":"it-tee'","derivation":"from H6256 (עֵת);","strongs_definition":"timely","kjv_definition":"fit."} +{"id":"H6262","strongs_number":"H6262","system":"hebrew","language":"hebrew","number_value":6262,"lemma":"עַתַּי","transliteration":"ʻAttay","pronunciation":"at-tah'ee","derivation":"for H6261 (עִתִּי);","strongs_definition":"Attai, the name of three Israelites","kjv_definition":"Attai."} +{"id":"H6263","strongs_number":"H6263","system":"hebrew","language":"hebrew","number_value":6263,"lemma":"עֲתִיד","transliteration":"ʻăthîyd","pronunciation":"ath-eed'","derivation":"(Aramaic) corresponding to H6264 (עָתִיד);","strongs_definition":"prepared","kjv_definition":"ready."} +{"id":"H6264","strongs_number":"H6264","system":"hebrew","language":"hebrew","number_value":6264,"lemma":"עָתִיד","transliteration":"ʻâthîyd","pronunciation":"aw-theed'","derivation":"from H6257 (עָתַד);","strongs_definition":"prepared; by implication, skilful; feminine plural the future; also treasure","kjv_definition":"things that shall come, ready, treasures."} +{"id":"H6265","strongs_number":"H6265","system":"hebrew","language":"hebrew","number_value":6265,"lemma":"עֲתָיָה","transliteration":"ʻĂthâyâh","pronunciation":"ath-aw-yaw'","derivation":"from H5790 (עוּת) and H3050 (יָהּ); Jah has helped;","strongs_definition":"Athajah, an Israelite","kjv_definition":"Athaiah."} +{"id":"H6266","strongs_number":"H6266","system":"hebrew","language":"hebrew","number_value":6266,"lemma":"עָתִיק","transliteration":"ʻâthîyq","pronunciation":"aw-theek'","derivation":"from H6275 (עָתַק);","strongs_definition":"properly, antique, i.e. venerable or splendid","kjv_definition":"durable."} +{"id":"H6267","strongs_number":"H6267","system":"hebrew","language":"hebrew","number_value":6267,"lemma":"עַתִּיק","transliteration":"ʻattîyq","pronunciation":"at-teek'","derivation":"from H6275 (עָתַק);","strongs_definition":"removed, i.e. weaned; also antique","kjv_definition":"ancient, drawn."} +{"id":"H6268","strongs_number":"H6268","system":"hebrew","language":"hebrew","number_value":6268,"lemma":"עַתִּיק","transliteration":"ʻattîyq","pronunciation":"at-teek'","derivation":"(Aramaic) corresponding to H6267 (עַתִּיק);","strongs_definition":"venerable","kjv_definition":"ancient."} +{"id":"H6269","strongs_number":"H6269","system":"hebrew","language":"hebrew","number_value":6269,"lemma":"עֲתָךְ","transliteration":"ʻĂthâk","pronunciation":"ath-awk'","derivation":"from an unused root meaning to sojourn; lodging;","strongs_definition":"Athak, a place in Palestine","kjv_definition":"Athach."} +{"id":"H6270","strongs_number":"H6270","system":"hebrew","language":"hebrew","number_value":6270,"lemma":"עַתְלַי","transliteration":"ʻAthlay","pronunciation":"ath-lah'ee","derivation":"from an unused root meaning to compress; constringent;","strongs_definition":"Athlai, an Israelite","kjv_definition":"Athlai."} +{"id":"H6271","strongs_number":"H6271","system":"hebrew","language":"hebrew","number_value":6271,"lemma":"עֲתַלְיָה","transliteration":"ʻĂthalyâh","pronunciation":"ath-al-yaw'","derivation":"or עֲתַלְיָהוּ; from the same as H6270 (עַתְלַי) and H3050 (יָהּ); Jah has constrained;","strongs_definition":"Athaljah, the name of an Israelitess and two Israelites","kjv_definition":"Athaliah."} +{"id":"H6272","strongs_number":"H6272","system":"hebrew","language":"hebrew","number_value":6272,"lemma":"עָתַם","transliteration":"ʻâtham","pronunciation":"aw-tham","derivation":"a primitive root;","strongs_definition":"probably to glow, i.e. (figuratively) be desolated","kjv_definition":"be darkened."} +{"id":"H6273","strongs_number":"H6273","system":"hebrew","language":"hebrew","number_value":6273,"lemma":"עׇתְנִי","transliteration":"ʻOthnîy","pronunciation":"oth-nee'","derivation":"from an unused root meaning to force; forcible;","strongs_definition":"Othni, an Israelite","kjv_definition":"Othni."} +{"id":"H6274","strongs_number":"H6274","system":"hebrew","language":"hebrew","number_value":6274,"lemma":"עׇתְנִיאֵל","transliteration":"ʻOthnîyʼêl","pronunciation":"oth-nee-ale'","derivation":"from the same as H6273 (עׇתְנִי) and H410 (אֵל); force of God;","strongs_definition":"Othniel, an Israelite","kjv_definition":"Othniel."} +{"id":"H6275","strongs_number":"H6275","system":"hebrew","language":"hebrew","number_value":6275,"lemma":"עָתַק","transliteration":"ʻâthaq","pronunciation":"aw-thak'","derivation":"a primitive root;","strongs_definition":"to remove (intransitive or transitive) figuratively, to grow old; specifically, to transcribe","kjv_definition":"copy out, leave off, become (wax) old, remove."} +{"id":"H6276","strongs_number":"H6276","system":"hebrew","language":"hebrew","number_value":6276,"lemma":"עָתֵק","transliteration":"ʻâthêq","pronunciation":"aw-thake'","derivation":"from H6275 (עָתַק);","strongs_definition":"antique, i.e. valued","kjv_definition":"durable."} +{"id":"H6277","strongs_number":"H6277","system":"hebrew","language":"hebrew","number_value":6277,"lemma":"עָתָק","transliteration":"ʻâthâq","pronunciation":"aw-thawk'","derivation":"from H6275 (עָתַק) in the sense of license;","strongs_definition":"impudent","kjv_definition":"arrogancy, grievous (hard) things, stiff."} +{"id":"H6278","strongs_number":"H6278","system":"hebrew","language":"hebrew","number_value":6278,"lemma":"עֵת קָצִין","transliteration":"ʻÊth Qâtsîyn","pronunciation":"ayth kaw-tseen'","derivation":"from H6256 (עֵת) and H7011 (קַיָּם); time of a judge;","strongs_definition":"Eth-Katsin, a place in Palestine","kjv_definition":"Ittahkazin (by including directive enclitic)."} +{"id":"H6279","strongs_number":"H6279","system":"hebrew","language":"hebrew","number_value":6279,"lemma":"עָתַר","transliteration":"ʻâthar","pronunciation":"aw-thar'","derivation":"a primitive root (rather denominative from H6281 (עֶתֶר));","strongs_definition":"to burn incense in worship, i.e. intercede (reciprocally, listen to prayer)","kjv_definition":"intreat, (make) pray(-er)."} +{"id":"H6280","strongs_number":"H6280","system":"hebrew","language":"hebrew","number_value":6280,"lemma":"עָתַר","transliteration":"ʻâthar","pronunciation":"aw-thar'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) abundant","kjv_definition":"deceitful, multiply."} +{"id":"H6281","strongs_number":"H6281","system":"hebrew","language":"hebrew","number_value":6281,"lemma":"עֶתֶר","transliteration":"ʻEther","pronunciation":"eh'ther","derivation":"from H6280 (עָתַר); abundance;","strongs_definition":"Ether, a place in Palestine","kjv_definition":"Ether."} +{"id":"H6282","strongs_number":"H6282","system":"hebrew","language":"hebrew","number_value":6282,"lemma":"עָתָר","transliteration":"ʻâthâr","pronunciation":"aw-thawr'","derivation":"from H6280 (עָתַר); also compare H6279 (עָתַר)","strongs_definition":"incense (as increasing to a volume of smoke); hence a worshipper","kjv_definition":"suppliant, thick."} +{"id":"H6283","strongs_number":"H6283","system":"hebrew","language":"hebrew","number_value":6283,"lemma":"עֲתֶרֶת","transliteration":"ʻăthereth","pronunciation":"ath-eh'-reth","derivation":"from H6280 (עָתַר);","strongs_definition":"copiousness","kjv_definition":"abundance. p"} +{"id":"H6284","strongs_number":"H6284","system":"hebrew","language":"hebrew","number_value":6284,"lemma":"פָּאָה","transliteration":"pâʼâh","pronunciation":"paw-aw'","derivation":"a primitive root;","strongs_definition":"to puff, i.e. blow away","kjv_definition":"scatter into corners."} +{"id":"H6285","strongs_number":"H6285","system":"hebrew","language":"hebrew","number_value":6285,"lemma":"פֵּאָה","transliteration":"pêʼâh","pronunciation":"pay-aw'","derivation":"feminine of H6311 (פֹּה);","strongs_definition":"properly, mouth in a figurative sense, i.e. direction, region, extremity","kjv_definition":"corner, end, quarter, side."} +{"id":"H6286","strongs_number":"H6286","system":"hebrew","language":"hebrew","number_value":6286,"lemma":"פָּאַר","transliteration":"pâʼar","pronunciation":"paw-ar'","derivation":"a primitive root; also denominative from H6288 (פְּאֹרָה),","strongs_definition":"to gleam, i.e. (causatively) embellish; figuratively, to boast; also to explain (i.e. make clear) oneself; to shake a tree","kjv_definition":"beautify, boast self, go over the boughs, glorify (self), glory, vaunt self."} +{"id":"H6287","strongs_number":"H6287","system":"hebrew","language":"hebrew","number_value":6287,"lemma":"פְּאֵר","transliteration":"pᵉʼêr","pronunciation":"peh-ayr'","derivation":"from H6286 (פָּאַר);","strongs_definition":"an embellishment, i.e. fancy head-dress","kjv_definition":"beauty, bonnet, goodly, ornament, tire."} +{"id":"H6288","strongs_number":"H6288","system":"hebrew","language":"hebrew","number_value":6288,"lemma":"פְּאֹרָה","transliteration":"pᵉʼôrâh","pronunciation":"peh-o-raw'","derivation":"or פֹּרָאה; or פֻּארָה; from H6286 (פָּאַר);","strongs_definition":"properly, ornamentation, i.e. (plural) foliage (including the limbs) as bright green","kjv_definition":"bough, branch, sprig."} +{"id":"H6289","strongs_number":"H6289","system":"hebrew","language":"hebrew","number_value":6289,"lemma":"פָּארוּר","transliteration":"pâʼrûwr","pronunciation":"paw-roor'","derivation":"from H6286 (פָּאַר);","strongs_definition":"properly, illuminated, i.e. a glow; as noun, a flush (of anxiety)","kjv_definition":"blackness."} +{"id":"H6290","strongs_number":"H6290","system":"hebrew","language":"hebrew","number_value":6290,"lemma":"פָּארָן","transliteration":"Pâʼrân","pronunciation":"paw-rawn'","derivation":"from H6286 (פָּאַר); ornamental;","strongs_definition":"Paran, a desert of Arabia","kjv_definition":"Paran."} +{"id":"H6291","strongs_number":"H6291","system":"hebrew","language":"hebrew","number_value":6291,"lemma":"פַּג","transliteration":"pag","pronunciation":"pag","derivation":"from an unused root meaning to be torpid, i.e.","strongs_definition":"crude; an unripe fig","kjv_definition":"green figuratively"} +{"id":"H6292","strongs_number":"H6292","system":"hebrew","language":"hebrew","number_value":6292,"lemma":"פִּגּוּל","transliteration":"piggûwl","pronunciation":"pig-gool'","derivation":"or פִּגֻּל; from an unused root meaning to stink;","strongs_definition":"properly, fetid, i.e. (figuratively) unclean (ceremonially)","kjv_definition":"abominable(-tion, thing)."} +{"id":"H6293","strongs_number":"H6293","system":"hebrew","language":"hebrew","number_value":6293,"lemma":"פָּגַע","transliteration":"pâgaʻ","pronunciation":"paw-gah'","derivation":"a primitive root;","strongs_definition":"to impinge, by accident or violence, or (figuratively) by importunity","kjv_definition":"come (betwixt), cause to entreat, fall (upon), make intercession, intercessor, intreat, lay, light (upon), meet (together), pray, reach, run."} +{"id":"H6294","strongs_number":"H6294","system":"hebrew","language":"hebrew","number_value":6294,"lemma":"פֶּגַע","transliteration":"pegaʻ","pronunciation":"peh'-gah","derivation":"from H6293 (פָּגַע);","strongs_definition":"impact (casual)","kjv_definition":"chance, occurent."} +{"id":"H6295","strongs_number":"H6295","system":"hebrew","language":"hebrew","number_value":6295,"lemma":"פַּגְעִיאֵל","transliteration":"Pagʻîyʼêl","pronunciation":"pag-ee-ale'","derivation":"from H6294 (פֶּגַע) and H410 (אֵל); accident of God;","strongs_definition":"Pagiel, an Israelite","kjv_definition":"Pagiel."} +{"id":"H6296","strongs_number":"H6296","system":"hebrew","language":"hebrew","number_value":6296,"lemma":"פָּגַר","transliteration":"pâgar","pronunciation":"paw-gar'","derivation":"a primitive root;","strongs_definition":"to relax, i.e. become exhausted","kjv_definition":"be faint."} +{"id":"H6297","strongs_number":"H6297","system":"hebrew","language":"hebrew","number_value":6297,"lemma":"פֶּגֶר","transliteration":"peger","pronunciation":"peh'gher","derivation":"from H6296 (פָּגַר);","strongs_definition":"a carcase (as limp), whether of man or beast; figuratively, an idolatrous image","kjv_definition":"carcase, corpse, dead body."} +{"id":"H6298","strongs_number":"H6298","system":"hebrew","language":"hebrew","number_value":6298,"lemma":"פָּגַשׁ","transliteration":"pâgash","pronunciation":"paw-gash'","derivation":"a primitive root;","strongs_definition":"to come in contact with, whether by accident or violence; figuratively, to concur","kjv_definition":"meet (with, together)."} +{"id":"H6299","strongs_number":"H6299","system":"hebrew","language":"hebrew","number_value":6299,"lemma":"פָּדָה","transliteration":"pâdâh","pronunciation":"paw-daw'","derivation":"a primitive root;","strongs_definition":"to sever, i.e. ransom; gener. to release, preserve","kjv_definition":"[idiom] at all, deliver, [idiom] by any means, ransom, (that are to be, let be) redeem(-ed), rescue, [idiom] surely."} +{"id":"H6300","strongs_number":"H6300","system":"hebrew","language":"hebrew","number_value":6300,"lemma":"פְּדַהְאֵל","transliteration":"Pᵉdahʼêl","pronunciation":"ped-ah-ale'","derivation":"from H6299 (פָּדָה) and H410 (אֵל); God has ransomed;","strongs_definition":"Pedahel, an Israelite","kjv_definition":"Pedahel."} +{"id":"H6301","strongs_number":"H6301","system":"hebrew","language":"hebrew","number_value":6301,"lemma":"פְּדָהצוּר","transliteration":"Pᵉdâhtsûwr","pronunciation":"ped-aw-tsoor'","derivation":"from H6299 (פָּדָה) and H6697 (צוּר); a rock (i.e. God) has ransomed;","strongs_definition":"Pedahtsur, an Israelite","kjv_definition":"Pedahzur."} +{"id":"H6302","strongs_number":"H6302","system":"hebrew","language":"hebrew","number_value":6302,"lemma":"פָּדוּי","transliteration":"pâdûwy","pronunciation":"paw-doo'ee","derivation":"passive participle of H6299 (פָּדָה). ransomed (and so occurring under H6299 (פָּדָה));","strongs_definition":"as abstractly (in plural masculine) a ransom","kjv_definition":"(that are) to be (that were) redeemed."} +{"id":"H6303","strongs_number":"H6303","system":"hebrew","language":"hebrew","number_value":6303,"lemma":"פָּדוֹן","transliteration":"Pâdôwn","pronunciation":"paw-done'","derivation":"from H6299 (פָּדָה); ransom;","strongs_definition":"Padon, one of the Nethinim.","kjv_definition":"Padon."} +{"id":"H6304","strongs_number":"H6304","system":"hebrew","language":"hebrew","number_value":6304,"lemma":"פְּדוּת","transliteration":"pᵉdûwth","pronunciation":"ped-ooth'","derivation":"or פְּדֻת; from H6929 (קֵדְמָה)lemma קדְמָה missing vowel, corrected to קֵדְמָה;","strongs_definition":"distinction; also deliverance","kjv_definition":"division, redeem, redemption."} +{"id":"H6305","strongs_number":"H6305","system":"hebrew","language":"hebrew","number_value":6305,"lemma":"פְּדָיָה","transliteration":"Pᵉdâyâh","pronunciation":"ped-aw-yaw'","derivation":"or פְּדָיָהוּ; from H6299 (פָּדָה) and H3050 (יָהּ); Jah has ransomed;","strongs_definition":"Pedajah, the name of six Israelites","kjv_definition":"Pedaiah."} +{"id":"H6306","strongs_number":"H6306","system":"hebrew","language":"hebrew","number_value":6306,"lemma":"פִּדְיוֹם","transliteration":"pidyôwm","pronunciation":"pid-yome'","derivation":"or פִּדְיֹם; also פִּדְיוֹן; or פִּדְיֹן; from H6299 (פָּדָה);","strongs_definition":"a ransom","kjv_definition":"ransom, that were redeemed, redemption."} +{"id":"H6307","strongs_number":"H6307","system":"hebrew","language":"hebrew","number_value":6307,"lemma":"פַּדָּן","transliteration":"Paddân","pronunciation":"pad-dawn'","derivation":"from an unused root meaning to extend; a plateau; or פַּדַּן אֲרָם; from the same and H758 (אֲרָם); the table-land of Aram;","strongs_definition":"Paddan or Paddan-Aram, a region of Syria","kjv_definition":"Padan, Padan-aram."} +{"id":"H6308","strongs_number":"H6308","system":"hebrew","language":"hebrew","number_value":6308,"lemma":"פָּדַע","transliteration":"pâdaʻ","pronunciation":"paw-dah'","derivation":"a primitive root;","strongs_definition":"to retrieve","kjv_definition":"deliver."} +{"id":"H6309","strongs_number":"H6309","system":"hebrew","language":"hebrew","number_value":6309,"lemma":"פֶּדֶר","transliteration":"peder","pronunciation":"peh'der","derivation":"from an unused root meaning to be greasy;","strongs_definition":"suet","kjv_definition":"fat."} +{"id":"H6310","strongs_number":"H6310","system":"hebrew","language":"hebrew","number_value":6310,"lemma":"פֶּה","transliteration":"peh","pronunciation":"peh","derivation":"from H6284 (פָּאָה);","strongs_definition":"the mouth (as the means of blowing), whether literal or figurative (particularly speech); specifically edge, portion or side; adverbially (with preposition) according to","kjv_definition":"accord(-ing as, -ing to), after, appointment, assent, collar, command(-ment), [idiom] eat, edge, end, entry, [phrase] file, hole, [idiom] in, mind, mouth, part, portion, [idiom] (should) say(-ing), sentence, skirt, sound, speech, [idiom] spoken, talk, tenor, [idiom] to, [phrase] two-edged, wish, word."} +{"id":"H6311","strongs_number":"H6311","system":"hebrew","language":"hebrew","number_value":6311,"lemma":"פֹּה","transliteration":"pôh","pronunciation":"po","derivation":"or פֹּא; (Job 38:11), or פּוֹ; probably from a primitive inseparable particle 'p' (of demonstrative force) and H1931 (הוּא);","strongs_definition":"this place (French ici), i.e. here or hence","kjv_definition":"here, hither, the one (other, this, that) side."} +{"id":"H6312","strongs_number":"H6312","system":"hebrew","language":"hebrew","number_value":6312,"lemma":"פּוּאָה","transliteration":"Pûwʼâh","pronunciation":"poo-aw'","derivation":"or פֻּוָּה; from H6284 (פָּאָה); a blast;","strongs_definition":"Puah or Puvvah, the name of two Israelites","kjv_definition":"Phuvah, Pua, Puah."} +{"id":"H6313","strongs_number":"H6313","system":"hebrew","language":"hebrew","number_value":6313,"lemma":"פּוּג","transliteration":"pûwg","pronunciation":"poog","derivation":"a primitive root;","strongs_definition":"to be sluggish","kjv_definition":"cease, be feeble, faint, be slacked."} +{"id":"H6314","strongs_number":"H6314","system":"hebrew","language":"hebrew","number_value":6314,"lemma":"פּוּגָה","transliteration":"pûwgâh","pronunciation":"poo-gaw'","derivation":"from H6313 (פּוּג);","strongs_definition":"intermission","kjv_definition":"rest."} +{"id":"H6315","strongs_number":"H6315","system":"hebrew","language":"hebrew","number_value":6315,"lemma":"פּוּחַ","transliteration":"pûwach","pronunciation":"poo'akh","derivation":"a primitive root;","strongs_definition":"to puff, i.e. blow with the breath or air; hence, to fan (as a breeze), to utter, to kindle (a fire), to scoff","kjv_definition":"blow (upon), break, puff, bring into a snare, speak, utter."} +{"id":"H6316","strongs_number":"H6316","system":"hebrew","language":"hebrew","number_value":6316,"lemma":"פּוּט","transliteration":"Pûwṭ","pronunciation":"poot","derivation":"of foreign origin;","strongs_definition":"Put, a son of Ham, also the name of his descendants or their region, and of a Persian tribe","kjv_definition":"Phut, Put."} +{"id":"H6317","strongs_number":"H6317","system":"hebrew","language":"hebrew","number_value":6317,"lemma":"פּוּטִיאֵל","transliteration":"Pûwṭîyʼêl","pronunciation":"poo-tee-ale'","derivation":"from an unused root (probably meaning to disparage) and H410 (אֵל); contempt of God;","strongs_definition":"Putiel, an Israelite","kjv_definition":"Putiel."} +{"id":"H6318","strongs_number":"H6318","system":"hebrew","language":"hebrew","number_value":6318,"lemma":"פּוֹטִיפַר","transliteration":"Pôwṭîyphar","pronunciation":"po-tee-far'","derivation":"of Egyptian derivation;","strongs_definition":"Potiphar, an Egyptian","kjv_definition":"Potiphar."} +{"id":"H6319","strongs_number":"H6319","system":"hebrew","language":"hebrew","number_value":6319,"lemma":"פּוֹטִי פֶרַע","transliteration":"Pôwṭîy Pheraʻ","pronunciation":"po-tee feh'-rah","derivation":"of Egyptian derivation;","strongs_definition":"Poti-Phera, an Egyptian","kjv_definition":"Poti-pherah."} +{"id":"H6320","strongs_number":"H6320","system":"hebrew","language":"hebrew","number_value":6320,"lemma":"פּוּךְ","transliteration":"pûwk","pronunciation":"pook","derivation":"from an unused root meaning to paint;","strongs_definition":"dye (specifically, stibium for the eyes)","kjv_definition":"fair colours, glistering, paint(-ed) (-ing)."} +{"id":"H6321","strongs_number":"H6321","system":"hebrew","language":"hebrew","number_value":6321,"lemma":"פּוֹל","transliteration":"pôwl","pronunciation":"pole","derivation":"from an unused root meaning to be thick;","strongs_definition":"a bean (as plump)","kjv_definition":"beans."} +{"id":"H6322","strongs_number":"H6322","system":"hebrew","language":"hebrew","number_value":6322,"lemma":"פּוּל","transliteration":"Pûwl","pronunciation":"pool","derivation":"of foreign origin;","strongs_definition":"Pul, the name of an Assyrian king and of an Ethiopian tribe","kjv_definition":"Pul."} +{"id":"H6323","strongs_number":"H6323","system":"hebrew","language":"hebrew","number_value":6323,"lemma":"פּוּן","transliteration":"pûwn","pronunciation":"poon","derivation":"a primitive root meaning to turn, i.e.","strongs_definition":"be perplexed","kjv_definition":"be distracted."} +{"id":"H6324","strongs_number":"H6324","system":"hebrew","language":"hebrew","number_value":6324,"lemma":"פּוּנִי","transliteration":"Pûwnîy","pronunciation":"poo-nee'","derivation":"patronymically from an unused name meaning a turn;","strongs_definition":"a Punite (collectively) or descendants of an unknown Pun","kjv_definition":"Punites."} +{"id":"H6325","strongs_number":"H6325","system":"hebrew","language":"hebrew","number_value":6325,"lemma":"פּוּנֹן","transliteration":"Pûwnôn","pronunciation":"poo-none'","derivation":"from H6323 (פּוּן); perplexity;","strongs_definition":"Punon, a place in the Desert","kjv_definition":"Punon."} +{"id":"H6326","strongs_number":"H6326","system":"hebrew","language":"hebrew","number_value":6326,"lemma":"פּוּעָה","transliteration":"Pûwʻâh","pronunciation":"poo-aw'","derivation":"from an unused root meaning to glitter; brilliancy;","strongs_definition":"Puah, an Israelitess","kjv_definition":"Puah."} +{"id":"H6327","strongs_number":"H6327","system":"hebrew","language":"hebrew","number_value":6327,"lemma":"פּוּץ","transliteration":"pûwts","pronunciation":"poots","derivation":"a primitive root;","strongs_definition":"to dash in pieces, literally or figuratively (especially to disperse)","kjv_definition":"break (dash, shake) in (to) pieces, cast (abroad), disperse (selves), drive, retire, scatter (abroad), spread abroad."} +{"id":"H6328","strongs_number":"H6328","system":"hebrew","language":"hebrew","number_value":6328,"lemma":"פּוּק","transliteration":"pûwq","pronunciation":"pook","derivation":"a primitive root;","strongs_definition":"to waver","kjv_definition":"stumble, move."} +{"id":"H6329","strongs_number":"H6329","system":"hebrew","language":"hebrew","number_value":6329,"lemma":"פּוּק","transliteration":"pûwq","pronunciation":"pook","derivation":"a primitive root (identical with H6328 (פּוּק) through the idea of dropping out; compare H5312 (נְפַק));","strongs_definition":"to issue, i.e. furnish; causatively, to secure; figuratively, to succeed","kjv_definition":"afford, draw out, further, get, obtain."} +{"id":"H6330","strongs_number":"H6330","system":"hebrew","language":"hebrew","number_value":6330,"lemma":"פּוּקָה","transliteration":"pûwqâh","pronunciation":"poo-kaw'","derivation":"from H6328 (פּוּק);","strongs_definition":"a stumbling-block","kjv_definition":"grief."} +{"id":"H6331","strongs_number":"H6331","system":"hebrew","language":"hebrew","number_value":6331,"lemma":"פּוּר","transliteration":"pûwr","pronunciation":"poor","derivation":"a primitive root;","strongs_definition":"to crush","kjv_definition":"break, bring to nought, [idiom] utterly take."} +{"id":"H6332","strongs_number":"H6332","system":"hebrew","language":"hebrew","number_value":6332,"lemma":"פּוּר","transliteration":"Pûwr","pronunciation":"poor","derivation":"also (plural) פּוּרִים; or פֻּרִים; from H6331 (פּוּר);","strongs_definition":"a lot (as by means of a broken piece)","kjv_definition":"Pur, Purim."} +{"id":"H6333","strongs_number":"H6333","system":"hebrew","language":"hebrew","number_value":6333,"lemma":"פּוּרָה","transliteration":"pûwrâh","pronunciation":"poo-raw'","derivation":"from H6331 (פּוּר);","strongs_definition":"a wine-press (as crushing the grapes)","kjv_definition":"winepress."} +{"id":"H6334","strongs_number":"H6334","system":"hebrew","language":"hebrew","number_value":6334,"lemma":"פּוֹרָתָא","transliteration":"Pôwrâthâʼ","pronunciation":"po-raw-thaw'","derivation":"of Persian origin;","strongs_definition":"Poratha, a son of Haman","kjv_definition":"Poratha."} +{"id":"H6335","strongs_number":"H6335","system":"hebrew","language":"hebrew","number_value":6335,"lemma":"פּוּשׁ","transliteration":"pûwsh","pronunciation":"poosh","derivation":"a primitive root;","strongs_definition":"to spread; figuratively, act proudly","kjv_definition":"grow up, be grown fat, spread selves, be scattered."} +{"id":"H6336","strongs_number":"H6336","system":"hebrew","language":"hebrew","number_value":6336,"lemma":"פּוּתִי","transliteration":"Pûwthîy","pronunciation":"poo-thee'","derivation":"patronymically from an unused name meaning a hinge;","strongs_definition":"a Puthite (collectively) or descendants of an unknown Puth","kjv_definition":"Puhites (as if from H6312 (פּוּאָה))."} +{"id":"H6337","strongs_number":"H6337","system":"hebrew","language":"hebrew","number_value":6337,"lemma":"פָּז","transliteration":"pâz","pronunciation":"pawz","derivation":"from H6338 (פָּזַז);","strongs_definition":"pure (gold); hence, gold itself (as refined)","kjv_definition":"fine (pure) gold."} +{"id":"H6338","strongs_number":"H6338","system":"hebrew","language":"hebrew","number_value":6338,"lemma":"פָּזַז","transliteration":"pâzaz","pronunciation":"paw-zaz'","derivation":"a primitive root;","strongs_definition":"to refine (gold)","kjv_definition":"best (gold)."} +{"id":"H6339","strongs_number":"H6339","system":"hebrew","language":"hebrew","number_value":6339,"lemma":"פָּזַז","transliteration":"pâzaz","pronunciation":"paw-zaz'","derivation":"a primitive root (identical with H6338 (פָּזַז));","strongs_definition":"to solidify (as if by refining); also to spring (as if separating the limbs)","kjv_definition":"leap, be made strong."} +{"id":"H6340","strongs_number":"H6340","system":"hebrew","language":"hebrew","number_value":6340,"lemma":"פָּזַר","transliteration":"pâzar","pronunciation":"paw-zar'","derivation":"a primitive root;","strongs_definition":"to scatter, whether in enmity or bounty","kjv_definition":"disperse, scatter (abroad)."} +{"id":"H6341","strongs_number":"H6341","system":"hebrew","language":"hebrew","number_value":6341,"lemma":"פַּח","transliteration":"pach","pronunciation":"pakh","derivation":"from H6351 (פָּחַח);","strongs_definition":"a (metallic) sheet (as pounded thin); also a spring net (as spread out like a lamina)","kjv_definition":"gin, (thin) plate, snare."} +{"id":"H6342","strongs_number":"H6342","system":"hebrew","language":"hebrew","number_value":6342,"lemma":"פָּחַד","transliteration":"pâchad","pronunciation":"paw-kkad'","derivation":"a primitive root;","strongs_definition":"to be startled (by a sudden alarm); hence, to fear in general","kjv_definition":"be afraid, stand in awe, (be in) fear, make to shake."} +{"id":"H6343","strongs_number":"H6343","system":"hebrew","language":"hebrew","number_value":6343,"lemma":"פַּחַד","transliteration":"pachad","pronunciation":"pakh'-ad","derivation":"from H6342 (פָּחַד);","strongs_definition":"a (sudden) alarm (properly, the object feared, by implication, the feeling)","kjv_definition":"dread(-ful), fear, (thing) great (fear, -ly feared), terror."} +{"id":"H6344","strongs_number":"H6344","system":"hebrew","language":"hebrew","number_value":6344,"lemma":"פַּחַד","transliteration":"pachad","pronunciation":"pakh'-ad","derivation":"the same as H6343 (פַּחַד);","strongs_definition":"a testicle (as a cause of shame akin to fear)","kjv_definition":"stone."} +{"id":"H6345","strongs_number":"H6345","system":"hebrew","language":"hebrew","number_value":6345,"lemma":"פַּחְדָּה","transliteration":"pachdâh","pronunciation":"pakh-daw'","derivation":"feminine of H6343 (פַּחַד);","strongs_definition":"alarm (i.e. awe)","kjv_definition":"fear."} +{"id":"H6346","strongs_number":"H6346","system":"hebrew","language":"hebrew","number_value":6346,"lemma":"פֶּחָה","transliteration":"pechâh","pronunciation":"peh-khaw'","derivation":"of foreign origin;","strongs_definition":"a prefect (of a city or small district)","kjv_definition":"captain, deputy, governor."} +{"id":"H6347","strongs_number":"H6347","system":"hebrew","language":"hebrew","number_value":6347,"lemma":"פֶּחָה","transliteration":"pechâh","pronunciation":"peh-khaw'","derivation":"(Aramaic) corresponding to H6346 (פֶּחָה)","strongs_definition":"{a prefect (of a city or small district)}","kjv_definition":"captain, governor."} +{"id":"H6348","strongs_number":"H6348","system":"hebrew","language":"hebrew","number_value":6348,"lemma":"פָּחַז","transliteration":"pâchaz","pronunciation":"paw-khaz'","derivation":"a primitive root;","strongs_definition":"to bubble up or froth (as boiling water), i.e. (figuratively) to be unimportant","kjv_definition":"light."} +{"id":"H6349","strongs_number":"H6349","system":"hebrew","language":"hebrew","number_value":6349,"lemma":"פַּחַז","transliteration":"pachaz","pronunciation":"pakh'-az","derivation":"from H6348 (פָּחַז);","strongs_definition":"ebullition, i.e. froth (figuratively, lust)","kjv_definition":"unstable."} +{"id":"H6350","strongs_number":"H6350","system":"hebrew","language":"hebrew","number_value":6350,"lemma":"פַּחֲזוּת","transliteration":"pachăzûwth","pronunciation":"pakh-az-ooth'","derivation":"from H6348 (פָּחַז);","strongs_definition":"frivolity","kjv_definition":"lightness."} +{"id":"H6351","strongs_number":"H6351","system":"hebrew","language":"hebrew","number_value":6351,"lemma":"פָּחַח","transliteration":"pâchach","pronunciation":"paw-khakh'","derivation":"a primitive root; to batter out; but used only as denominative from H6341 (פַּח),","strongs_definition":"to spread a net","kjv_definition":"be snared."} +{"id":"H6352","strongs_number":"H6352","system":"hebrew","language":"hebrew","number_value":6352,"lemma":"פֶּחָם","transliteration":"pechâm","pronunciation":"peh-khawm'","derivation":"perhaps from an unused root probably meaning to be black;","strongs_definition":"a coal, whether charred or live","kjv_definition":"coals."} +{"id":"H6353","strongs_number":"H6353","system":"hebrew","language":"hebrew","number_value":6353,"lemma":"פֶּחָר","transliteration":"pechâr","pronunciation":"peh-khawr'","derivation":"(Aramaic) from an unused root probably meaning to fashion;","strongs_definition":"a potter","kjv_definition":"potter."} +{"id":"H6354","strongs_number":"H6354","system":"hebrew","language":"hebrew","number_value":6354,"lemma":"פַּחַת","transliteration":"pachath","pronunciation":"pakh'-ath","derivation":"probably from an unused root apparently meaning to dig;","strongs_definition":"a pit, especially forcatching animals","kjv_definition":"hole, pit, snare."} +{"id":"H6355","strongs_number":"H6355","system":"hebrew","language":"hebrew","number_value":6355,"lemma":"פַּחַת מוֹאָב","transliteration":"Pachath Môwʼâb","pronunciation":"pakh'-ath mo-awb'","derivation":"from H6354 (פַּחַת) and H4124 (מוֹאָב); pit of Moab;","strongs_definition":"Pachath-Moab, an Israelite","kjv_definition":"Pahathmoab."} +{"id":"H6356","strongs_number":"H6356","system":"hebrew","language":"hebrew","number_value":6356,"lemma":"פְּחֶתֶת","transliteration":"pᵉchetheth","pronunciation":"pekh-eh'-theth","derivation":"from the same as H6354 (פַּחַת);","strongs_definition":"a hole (by mildew in a garment)","kjv_definition":"fret inward."} +{"id":"H6357","strongs_number":"H6357","system":"hebrew","language":"hebrew","number_value":6357,"lemma":"פִּטְדָה","transliteration":"piṭdâh","pronunciation":"pit-daw'","derivation":"of foreign derivation;","strongs_definition":"a gem, probably the topaz","kjv_definition":"topaz."} +{"id":"H6358","strongs_number":"H6358","system":"hebrew","language":"hebrew","number_value":6358,"lemma":"פָּטוּר","transliteration":"pâṭûwr","pronunciation":"paw-toor'","derivation":"passive participle of H6362 (פָּטַר);","strongs_definition":"opened, i.e. (as noun) a bud","kjv_definition":"open."} +{"id":"H6359","strongs_number":"H6359","system":"hebrew","language":"hebrew","number_value":6359,"lemma":"פָּטִיר","transliteration":"pâṭîyr","pronunciation":"paw-teer'","derivation":"from H6362 (פָּטַר);","strongs_definition":"open, i.e. unoccupied","kjv_definition":"free."} +{"id":"H6360","strongs_number":"H6360","system":"hebrew","language":"hebrew","number_value":6360,"lemma":"פַּטִּישׁ","transliteration":"paṭṭîysh","pronunciation":"pat-teesh'","derivation":"intensively from an unused root meaning to pound;","strongs_definition":"a hammer","kjv_definition":"hammer."} +{"id":"H6361","strongs_number":"H6361","system":"hebrew","language":"hebrew","number_value":6361,"lemma":"פַּטִּישׁ","transliteration":"paṭṭîysh","pronunciation":"pat-teesh'","derivation":"(Aramaic) from a root corresponding to that of H6360 (פַּטִּישׁ);","strongs_definition":"a gown (as if hammered out wide)","kjv_definition":"hose."} +{"id":"H6362","strongs_number":"H6362","system":"hebrew","language":"hebrew","number_value":6362,"lemma":"פָּטַר","transliteration":"pâṭar","pronunciation":"paw-tar'","derivation":"a primitive root;","strongs_definition":"to cleave or burst through, i.e. (causatively) to emit, whether literal or figurative (gape)","kjv_definition":"dismiss, free, let (shoot) out, slip away."} +{"id":"H6363","strongs_number":"H6363","system":"hebrew","language":"hebrew","number_value":6363,"lemma":"פֶּטֶר","transliteration":"peṭer","pronunciation":"peh'-ter","derivation":"or פִּטְרָה; from H6362 (פָּטַר);","strongs_definition":"a fissure, i.e. (concretely) firstling (as opening the matrix)","kjv_definition":"firstling, openeth, such as open."} +{"id":"H6364","strongs_number":"H6364","system":"hebrew","language":"hebrew","number_value":6364,"lemma":"פִּי־בֶסֶת","transliteration":"Pîy-Beçeth","pronunciation":"pee beh'-seth","derivation":"of Egyptian origin;","strongs_definition":"Pi-Beseth, a place in Egypt","kjv_definition":"Pi-beseth."} +{"id":"H6365","strongs_number":"H6365","system":"hebrew","language":"hebrew","number_value":6365,"lemma":"פִּיד","transliteration":"pîyd","pronunciation":"peed","derivation":"from an unused root probably meaning to pierce;","strongs_definition":"(figuratively) misfortune","kjv_definition":"destruction, ruin."} +{"id":"H6366","strongs_number":"H6366","system":"hebrew","language":"hebrew","number_value":6366,"lemma":"פֵּיָה","transliteration":"pêyâh","pronunciation":"pay-aw'","derivation":"or פִּיָּה; feminine of H6310 (פֶּה);","strongs_definition":"an edge","kjv_definition":"(two-) edge(-d)."} +{"id":"H6367","strongs_number":"H6367","system":"hebrew","language":"hebrew","number_value":6367,"lemma":"פִּי הַחִירֹת","transliteration":"Pîy ha-Chîyrôth","pronunciation":"pee hah-khee-roth'","derivation":"from H6310 (פֶּה) and the feminine plural of a noun (from the same root as H2356 (חוֹר)), with the article interpolated; mouth of the gorges;","strongs_definition":"Pi-ha-Chiroth, a place in Egypt","kjv_definition":"Pi-hahiroth. (In Numbers 14:19 without Pi-.)"} +{"id":"H6368","strongs_number":"H6368","system":"hebrew","language":"hebrew","number_value":6368,"lemma":"פִּיחַ","transliteration":"pîyach","pronunciation":"pee'-akh","derivation":"from H6315 (פּוּחַ);","strongs_definition":"a powder (as easily puffed away), i.e. ashes or dust","kjv_definition":"ashes."} +{"id":"H6369","strongs_number":"H6369","system":"hebrew","language":"hebrew","number_value":6369,"lemma":"פִּיכֹל","transliteration":"Pîykôl","pronunciation":"pee-kole'","derivation":"apparently from H6310 (פֶּה) and H3605 (כֹּל); mouth of all;","strongs_definition":"Picol, a Philistine","kjv_definition":"Phichol."} +{"id":"H6370","strongs_number":"H6370","system":"hebrew","language":"hebrew","number_value":6370,"lemma":"פִּילֶגֶשׁ","transliteration":"pîylegesh","pronunciation":"pee-leh'-ghesh","derivation":"or פִּלֶגֶשׁ; of uncertain derivation;","strongs_definition":"a concubine; also (masculine) a paramour","kjv_definition":"concubine, paramour."} +{"id":"H6371","strongs_number":"H6371","system":"hebrew","language":"hebrew","number_value":6371,"lemma":"פִּימָה","transliteration":"pîymâh","pronunciation":"pee-maw'","derivation":"probably from an unused root meaning to be plump;","strongs_definition":"obesity","kjv_definition":"collops."} +{"id":"H6372","strongs_number":"H6372","system":"hebrew","language":"hebrew","number_value":6372,"lemma":"פִּינְחָס","transliteration":"Pîynᵉchâç","pronunciation":"pee-nekh-aws'","derivation":"apparently from H6310 (פֶּה) and a variation of H5175 (נָחָשׁ); mouth of a serpent;","strongs_definition":"Pinechas, the name of three Israelites","kjv_definition":"Phinehas."} +{"id":"H6373","strongs_number":"H6373","system":"hebrew","language":"hebrew","number_value":6373,"lemma":"פִּינֹן","transliteration":"pîynôn","pronunciation":"pee-none'","derivation":"probably the same as H6325 (פּוּנֹן);","strongs_definition":"Pinon, an Idumaean","kjv_definition":"Pinon."} +{"id":"H6374","strongs_number":"H6374","system":"hebrew","language":"hebrew","number_value":6374,"lemma":"פִּיפִיָּה","transliteration":"pîyphîyâh","pronunciation":"pee-fee-yaw'","derivation":"for H6366 (פֵּיָה);","strongs_definition":"an edge or tooth","kjv_definition":"tooth, [idiom] two-edged."} +{"id":"H6375","strongs_number":"H6375","system":"hebrew","language":"hebrew","number_value":6375,"lemma":"פִּיק","transliteration":"pîyq","pronunciation":"peek","derivation":"from H6329 (פּוּק);","strongs_definition":"a tottering","kjv_definition":"smite together."} +{"id":"H6376","strongs_number":"H6376","system":"hebrew","language":"hebrew","number_value":6376,"lemma":"פִּישׁוֹן","transliteration":"Pîyshôwn","pronunciation":"pee-shone'","derivation":"from H6335 (פּוּשׁ); dispersive;","strongs_definition":"Pishon, a river of Eden","kjv_definition":"Pison."} +{"id":"H6377","strongs_number":"H6377","system":"hebrew","language":"hebrew","number_value":6377,"lemma":"פִּיתוֹן","transliteration":"Pîythôwn","pronunciation":"pee-thone'","derivation":"probably from the same as H6596 (פֹּת); expansive;","strongs_definition":"Pithon, an Israelite","kjv_definition":"Pithon."} +{"id":"H6378","strongs_number":"H6378","system":"hebrew","language":"hebrew","number_value":6378,"lemma":"פַּךְ","transliteration":"pak","pronunciation":"pak","derivation":"from H6379 (פָּכָה);","strongs_definition":"a flask (from which a liquid may flow)","kjv_definition":"box, vial."} +{"id":"H6379","strongs_number":"H6379","system":"hebrew","language":"hebrew","number_value":6379,"lemma":"פָּכָה","transliteration":"pâkâh","pronunciation":"paw-kaw'","derivation":"a primitive root;","strongs_definition":"to pour","kjv_definition":"run out."} +{"id":"H6380","strongs_number":"H6380","system":"hebrew","language":"hebrew","number_value":6380,"lemma":"פֹּכֶרֶת צְבָיִים","transliteration":"Pôkereth Tsᵉbâyîym","pronunciation":"po-keh'-reth tseb-awyeem'","derivation":"from the active participle (of the same form as the first word) feminine of an unused root (meaning to entrap) and plural of H6643 (צְבִי); trap of gazelles;","strongs_definition":"Pokereth-Tsebajim, one of the 'servants of Solomon'","kjv_definition":"Pochereth of Zebaim."} +{"id":"H6381","strongs_number":"H6381","system":"hebrew","language":"hebrew","number_value":6381,"lemma":"פָּלָא","transliteration":"pâlâʼ","pronunciation":"paw-law'","derivation":"a primitive root;","strongs_definition":"properly, perhaps to separate, i.e. distinguish (literally or figuratively); by implication, to be (causatively, make) great, difficult, wonderful","kjv_definition":"accomplish, (arise...too, be too) hard, hidden, things too high, (be, do, do a, shew) marvelous(-ly, -els, things, work), miracles, perform, separate, make singular, (be, great, make) wonderful(-ers, -ly, things, works), wondrous (things, works, -ly)."} +{"id":"H6382","strongs_number":"H6382","system":"hebrew","language":"hebrew","number_value":6382,"lemma":"פֶּלֶא","transliteration":"peleʼ","pronunciation":"peh'-leh","derivation":"from H6381 (פָּלָא);","strongs_definition":"a miracle","kjv_definition":"marvellous thing, wonder(-ful, -fully)."} +{"id":"H6383","strongs_number":"H6383","system":"hebrew","language":"hebrew","number_value":6383,"lemma":"פִּלְאִי","transliteration":"pilʼîy","pronunciation":"pil-ee'","derivation":"or פָּלִיא; from H6381 (פָּלָא);","strongs_definition":"remarkable","kjv_definition":"secret, wonderful."} +{"id":"H6384","strongs_number":"H6384","system":"hebrew","language":"hebrew","number_value":6384,"lemma":"פַּלֻּאִי","transliteration":"Palluʼîy","pronunciation":"pal-loo-ee'","derivation":"patronymically from H6396 (פַּלּוּא);","strongs_definition":"a Palluite (collectively) or descendants of Pallu","kjv_definition":"Palluites."} +{"id":"H6385","strongs_number":"H6385","system":"hebrew","language":"hebrew","number_value":6385,"lemma":"פָּלַג","transliteration":"pâlag","pronunciation":"paw-lag'","derivation":"a primitive root;","strongs_definition":"to split (literally or figuratively)","kjv_definition":"divide."} +{"id":"H6386","strongs_number":"H6386","system":"hebrew","language":"hebrew","number_value":6386,"lemma":"פְּלַג","transliteration":"pᵉlag","pronunciation":"pel-ag'","derivation":"(Aramaic) corresponding to H6385 (פָּלַג)","strongs_definition":"{to split (literally or figuratively)}","kjv_definition":"divided."} +{"id":"H6387","strongs_number":"H6387","system":"hebrew","language":"hebrew","number_value":6387,"lemma":"פְּלַג","transliteration":"pᵉlag","pronunciation":"pel-ag'","derivation":"(Aramaic) from H6386 (פְּלַג);","strongs_definition":"a half","kjv_definition":"dividing."} +{"id":"H6388","strongs_number":"H6388","system":"hebrew","language":"hebrew","number_value":6388,"lemma":"פֶּלֶג","transliteration":"peleg","pronunciation":"peh'-leg","derivation":"from H6385 (פָּלַג);","strongs_definition":"a rill (i.e. small channel of water, as in irrigation)","kjv_definition":"river, stream."} +{"id":"H6389","strongs_number":"H6389","system":"hebrew","language":"hebrew","number_value":6389,"lemma":"פֶּלֶג","transliteration":"Peleg","pronunciation":"peh'-leg","derivation":"the same as H6388 (פֶּלֶג); earthquake;","strongs_definition":"Peleg, a son of Shem","kjv_definition":"Peleg."} +{"id":"H6390","strongs_number":"H6390","system":"hebrew","language":"hebrew","number_value":6390,"lemma":"פְּלַגָּה","transliteration":"pᵉlaggâh","pronunciation":"pel-ag-gaw'","derivation":"from H6385 (פָּלַג);","strongs_definition":"a runlet, i.e. gully","kjv_definition":"division, river."} +{"id":"H6391","strongs_number":"H6391","system":"hebrew","language":"hebrew","number_value":6391,"lemma":"פְּלֻגָּה","transliteration":"pᵉluggâh","pronunciation":"pel-oog-gaw'","derivation":"from H6385 (פָּלַג);","strongs_definition":"a section","kjv_definition":"division."} +{"id":"H6392","strongs_number":"H6392","system":"hebrew","language":"hebrew","number_value":6392,"lemma":"פְּלֻגָּה","transliteration":"pᵉluggâh","pronunciation":"pel-oog-gaw'","derivation":"(Aramaic) corresponding to H6391 (פְּלֻגָּה)","strongs_definition":"{a section}","kjv_definition":"division."} +{"id":"H6393","strongs_number":"H6393","system":"hebrew","language":"hebrew","number_value":6393,"lemma":"פְּלָדָה","transliteration":"pᵉlâdâh","pronunciation":"pel-aw-daw'","derivation":"from an unused root meaning to divide;","strongs_definition":"a cleaver, i.e. iron armature (of a chariot)","kjv_definition":"torch."} +{"id":"H6394","strongs_number":"H6394","system":"hebrew","language":"hebrew","number_value":6394,"lemma":"פִּלְדָּשׁ","transliteration":"Pildâsh","pronunciation":"pil-dawsh'","derivation":"of uncertain derivation;","strongs_definition":"Pildash, a relative of Abraham","kjv_definition":"Pildash."} +{"id":"H6395","strongs_number":"H6395","system":"hebrew","language":"hebrew","number_value":6395,"lemma":"פָּלָה","transliteration":"pâlâh","pronunciation":"paw-law'","derivation":"a primitive root;","strongs_definition":"to distinguish (literally or figuratively)","kjv_definition":"put a difference, show marvellous, separate, set apart, sever, make wonderfully."} +{"id":"H6396","strongs_number":"H6396","system":"hebrew","language":"hebrew","number_value":6396,"lemma":"פַּלּוּא","transliteration":"Pallûwʼ","pronunciation":"pal-loo'","derivation":"from H6395 (פָּלָה); distinguished;","strongs_definition":"Pallu, an Israelite","kjv_definition":"Pallu, Phallu."} +{"id":"H6397","strongs_number":"H6397","system":"hebrew","language":"hebrew","number_value":6397,"lemma":"פְּלוֹנִי","transliteration":"Pᵉlôwnîy","pronunciation":"pel-o-nee'","derivation":"patronymically from an unused name (from H6395 (פָּלָה)) meaning separate;","strongs_definition":"a Pelonite or inhabitant of an unknown Palon","kjv_definition":"Pelonite."} +{"id":"H6398","strongs_number":"H6398","system":"hebrew","language":"hebrew","number_value":6398,"lemma":"פָּלַח","transliteration":"pâlach","pronunciation":"paw-lakh'","derivation":"a primitive root;","strongs_definition":"to slice, i.e. break open or pierce","kjv_definition":"bring forth, cleave, cut, shred, strike through."} +{"id":"H6399","strongs_number":"H6399","system":"hebrew","language":"hebrew","number_value":6399,"lemma":"פְּלַח","transliteration":"pᵉlach","pronunciation":"pel-akh'","derivation":"(Aramaic) corresponding to H6398 (פָּלַח);","strongs_definition":"to serve or worship","kjv_definition":"minister, serve."} +{"id":"H6400","strongs_number":"H6400","system":"hebrew","language":"hebrew","number_value":6400,"lemma":"פֶּלַח","transliteration":"pelach","pronunciation":"peh'-lakh","derivation":"from H6398 (פָּלַח);","strongs_definition":"a slice","kjv_definition":"piece."} +{"id":"H6401","strongs_number":"H6401","system":"hebrew","language":"hebrew","number_value":6401,"lemma":"פִּלְחָא","transliteration":"Pilchâʼ","pronunciation":"pil-khaw'","derivation":"from H6400 (פֶּלַח); slicing;","strongs_definition":"Pilcha, an Israelite","kjv_definition":"Pilcha."} +{"id":"H6402","strongs_number":"H6402","system":"hebrew","language":"hebrew","number_value":6402,"lemma":"פׇּלְחָן","transliteration":"polchân","pronunciation":"pol-khawn'","derivation":"(Aramaic) from H6399 (פְּלַח);","strongs_definition":"worship","kjv_definition":"service."} +{"id":"H6403","strongs_number":"H6403","system":"hebrew","language":"hebrew","number_value":6403,"lemma":"פָּלַט","transliteration":"pâlaṭ","pronunciation":"paw-lat'","derivation":"a primitive root;","strongs_definition":"to slip out, i.e. escape; causatively, to deliver","kjv_definition":"calve, carry away safe, deliver, (cause to) escape."} +{"id":"H6404","strongs_number":"H6404","system":"hebrew","language":"hebrew","number_value":6404,"lemma":"פֶּלֶט","transliteration":"Peleṭ","pronunciation":"peh'-let","derivation":"from H6403 (פָּלַט); escape;","strongs_definition":"Pelet, the name of two Israelites","kjv_definition":"Pelet. See also H1046 (בֵּית פֶּלֶט)."} +{"id":"H6405","strongs_number":"H6405","system":"hebrew","language":"hebrew","number_value":6405,"lemma":"פַּלֵּט","transliteration":"pallêṭ","pronunciation":"pal-late'","derivation":"from H6403 (פָּלַט);","strongs_definition":"escape","kjv_definition":"deliverance, escape."} +{"id":"H6406","strongs_number":"H6406","system":"hebrew","language":"hebrew","number_value":6406,"lemma":"פַּלְטִי","transliteration":"Palṭîy","pronunciation":"pal-tee'","derivation":"from H6403 (פָּלַט); delivered;","strongs_definition":"Palti, the name of two Israelites","kjv_definition":"Palti, Phalti."} +{"id":"H6407","strongs_number":"H6407","system":"hebrew","language":"hebrew","number_value":6407,"lemma":"פַּלְטִי","transliteration":"Palṭîy","pronunciation":"pal-tee'","derivation":"patronymically from H6406 (פַּלְטִי);","strongs_definition":"a Paltite or descendant of Palti","kjv_definition":"Paltite."} +{"id":"H6408","strongs_number":"H6408","system":"hebrew","language":"hebrew","number_value":6408,"lemma":"פִּלְטַי","transliteration":"Pilṭay","pronunciation":"pil-tah'-ee","derivation":"for H6407 (פַּלְטִי);","strongs_definition":"Piltai, an Israelite","kjv_definition":"Piltai."} +{"id":"H6409","strongs_number":"H6409","system":"hebrew","language":"hebrew","number_value":6409,"lemma":"פַּלְטִיאֵל","transliteration":"Palṭîyʼêl","pronunciation":"pal-tee-ale'","derivation":"from the same as H6404 (פֶּלֶט) and H410 (אֵל); deliverance of God;","strongs_definition":"Paltiel, the name of two Israelites","kjv_definition":"Paltiel, Phaltiel."} +{"id":"H6410","strongs_number":"H6410","system":"hebrew","language":"hebrew","number_value":6410,"lemma":"פְּלַטְיָה","transliteration":"Pᵉlaṭyâh","pronunciation":"pel-at-yaw'","derivation":"or פְּלַטְיָהוּ; from H6403 (פָּלַט) and H3050 (יָהּ); Jah has delivered;","strongs_definition":"Pelatjah, the name of four Israelites","kjv_definition":"Pelatiah."} +{"id":"H6411","strongs_number":"H6411","system":"hebrew","language":"hebrew","number_value":6411,"lemma":"פְּלָיָה","transliteration":"Pᵉlâyâh","pronunciation":"pel-aw-yaw'","derivation":"or פְּלָאיָה; from H6381 (פָּלָא) and H3050 (יָהּ); Jah has distinguished;","strongs_definition":"Pelajah, the name of three Israelites","kjv_definition":"Pelaiah."} +{"id":"H6412","strongs_number":"H6412","system":"hebrew","language":"hebrew","number_value":6412,"lemma":"פָּלִיט","transliteration":"pâlîyṭ","pronunciation":"paw-leet'","derivation":"or פָּלֵיט; or פָּלֵט; from H6403 (פָּלַט);","strongs_definition":"a refugee","kjv_definition":"(that have) escape(-d, -th), fugitive."} +{"id":"H6413","strongs_number":"H6413","system":"hebrew","language":"hebrew","number_value":6413,"lemma":"פְּלֵיטָה","transliteration":"pᵉlêyṭâh","pronunciation":"pel-ay-taw'","derivation":"or פְּלֵטָה; feminine of H6412 (פָּלִיט);","strongs_definition":"deliverance; concretely, an escaped portion","kjv_definition":"deliverance, (that is) escape(-d), remnant."} +{"id":"H6414","strongs_number":"H6414","system":"hebrew","language":"hebrew","number_value":6414,"lemma":"פָּלִיל","transliteration":"pâlîyl","pronunciation":"paw-leel'","derivation":"from H6419 (פָּלַל);","strongs_definition":"a magistrate","kjv_definition":"judge."} +{"id":"H6415","strongs_number":"H6415","system":"hebrew","language":"hebrew","number_value":6415,"lemma":"פְּלִילָה","transliteration":"pᵉlîylâh","pronunciation":"pel-ee-law'","derivation":"feminine of H6414 (פָּלִיל);","strongs_definition":"justice","kjv_definition":"judgment."} +{"id":"H6416","strongs_number":"H6416","system":"hebrew","language":"hebrew","number_value":6416,"lemma":"פְּלִילִי","transliteration":"pᵉlîylîy","pronunciation":"pel-ee-lee'","derivation":"from H6414 (פָּלִיל);","strongs_definition":"judicial","kjv_definition":"judge."} +{"id":"H6417","strongs_number":"H6417","system":"hebrew","language":"hebrew","number_value":6417,"lemma":"פְּלִילִיָּה","transliteration":"pᵉlîylîyâh","pronunciation":"pel-ee-lee-yaw'","derivation":"feminine of H6416 (פְּלִילִי);","strongs_definition":"judicature","kjv_definition":"judgment."} +{"id":"H6418","strongs_number":"H6418","system":"hebrew","language":"hebrew","number_value":6418,"lemma":"פֶּלֶךְ","transliteration":"pelek","pronunciation":"peh'-lek","derivation":"from an unused root meaning to be round;","strongs_definition":"a circuit (i.e. district); also a spindle (as whirled); hence, a crutch","kjv_definition":"(di-) staff, participle"} +{"id":"H6419","strongs_number":"H6419","system":"hebrew","language":"hebrew","number_value":6419,"lemma":"פָּלַל","transliteration":"pâlal","pronunciation":"paw-lal'","derivation":"a primitive root;","strongs_definition":"to judge (officially or mentally); by extension, to intercede, pray","kjv_definition":"intreat, judge(-ment), (make) pray(-er, -ing), make supplication."} +{"id":"H6420","strongs_number":"H6420","system":"hebrew","language":"hebrew","number_value":6420,"lemma":"פָּלָל","transliteration":"Pâlâl","pronunciation":"paw-lawl'","derivation":"from H6419 (פָּלַל); judge;","strongs_definition":"Palal, an Israelite","kjv_definition":"Palal."} +{"id":"H6421","strongs_number":"H6421","system":"hebrew","language":"hebrew","number_value":6421,"lemma":"פְּלַלְיָה","transliteration":"Pᵉlalyâh","pronunciation":"pel-al-yaw'","derivation":"from H6419 (פָּלַל) and H3050 (יָהּ); Jah has judged;","strongs_definition":"Pelaljah, an Israelite","kjv_definition":"Pelaliah."} +{"id":"H6422","strongs_number":"H6422","system":"hebrew","language":"hebrew","number_value":6422,"lemma":"פַּלְמוֹנִי","transliteration":"palmôwnîy","pronunciation":"pal-mo-nee'","derivation":"probably for H6423 (פְּלֹנִי);","strongs_definition":"a certain one, i.e. so-and-so","kjv_definition":"certain."} +{"id":"H6423","strongs_number":"H6423","system":"hebrew","language":"hebrew","number_value":6423,"lemma":"פְּלֹנִי","transliteration":"pᵉlônîy","pronunciation":"pel-o-nee'","derivation":"from H6395 (פָּלָה);","strongs_definition":"such a one, i.e. a specified person","kjv_definition":"such."} +{"id":"H6424","strongs_number":"H6424","system":"hebrew","language":"hebrew","number_value":6424,"lemma":"פָּלַס","transliteration":"pâlaç","pronunciation":"paw-las'","derivation":"a primitive root;","strongs_definition":"properly, to roll flat, i.e. prepare (a road); also to revolve, i.e. weigh (mentally)","kjv_definition":"make, ponder, weigh."} +{"id":"H6425","strongs_number":"H6425","system":"hebrew","language":"hebrew","number_value":6425,"lemma":"פֶּלֶס","transliteration":"peleç","pronunciation":"peh'-les","derivation":"from H6424 (פָּלַס);","strongs_definition":"a balance","kjv_definition":"scales, weight."} +{"id":"H6426","strongs_number":"H6426","system":"hebrew","language":"hebrew","number_value":6426,"lemma":"פָּלַץ","transliteration":"pâlats","pronunciation":"paw-lats'","derivation":"a primitive root;","strongs_definition":"properly, perhaps to rend, i.e. (by implication) to quiver","kjv_definition":"tremble."} +{"id":"H6427","strongs_number":"H6427","system":"hebrew","language":"hebrew","number_value":6427,"lemma":"פַּלָּצוּת","transliteration":"pallâtsûwth","pronunciation":"pal-law-tsooth'","derivation":"from H6426 (פָּלַץ);","strongs_definition":"affright","kjv_definition":"fearfulness, horror, trembling."} +{"id":"H6428","strongs_number":"H6428","system":"hebrew","language":"hebrew","number_value":6428,"lemma":"פָּלַשׁ","transliteration":"pâlash","pronunciation":"paw-lash'","derivation":"a primitive root;","strongs_definition":"to roll (in dust)","kjv_definition":"roll (wallow) self."} +{"id":"H6429","strongs_number":"H6429","system":"hebrew","language":"hebrew","number_value":6429,"lemma":"פְּלֶשֶׁת","transliteration":"Pᵉlesheth","pronunciation":"pel-eh'-sheth","derivation":"from H6428 (פָּלַשׁ); rolling, i.e. migratory;","strongs_definition":"Pelesheth, a region of Syria","kjv_definition":"Palestina, Palestine, Philistia, Philistines."} +{"id":"H6430","strongs_number":"H6430","system":"hebrew","language":"hebrew","number_value":6430,"lemma":"פְּלִשְׁתִּי","transliteration":"Pᵉlishtîy","pronunciation":"pel-ish-tee'","derivation":"patrial from H6429 (פְּלֶשֶׁת);","strongs_definition":"a Pelishtite or inhabitant of Pelesheth","kjv_definition":"Philistine."} +{"id":"H6431","strongs_number":"H6431","system":"hebrew","language":"hebrew","number_value":6431,"lemma":"פֶּלֶת","transliteration":"Peleth","pronunciation":"peh'-leth","derivation":"from an unused root meaning to flee; swiftness;","strongs_definition":"Peleth, the name of two Israelites","kjv_definition":"Peleth."} +{"id":"H6432","strongs_number":"H6432","system":"hebrew","language":"hebrew","number_value":6432,"lemma":"פְּלֵתִי","transliteration":"Pᵉlêthîy","pronunciation":"pel-ay-thee'","derivation":"from the same form as H6431 (פֶּלֶת);","strongs_definition":"a courier (collectively) or official messenger","kjv_definition":"Pelethites."} +{"id":"H6433","strongs_number":"H6433","system":"hebrew","language":"hebrew","number_value":6433,"lemma":"פֻּם","transliteration":"pum","pronunciation":"poom","derivation":"(Aramaic) probably for H6310 (פֶּה);","strongs_definition":"the mouth (literally or figuratively)","kjv_definition":"mouth."} +{"id":"H6434","strongs_number":"H6434","system":"hebrew","language":"hebrew","number_value":6434,"lemma":"פֵּן","transliteration":"pên","pronunciation":"pane","derivation":"from an unused root meaning to turn;","strongs_definition":"an angle (of a street or wall)","kjv_definition":"corner."} +{"id":"H6435","strongs_number":"H6435","system":"hebrew","language":"hebrew","number_value":6435,"lemma":"פֵּן","transliteration":"pên","pronunciation":"pane","derivation":"from H6437 (פָּנָה);","strongs_definition":"properly, removal; used only (in the construction) adverb as conjunction, lest","kjv_definition":"(lest) (peradventure), that...not."} +{"id":"H6436","strongs_number":"H6436","system":"hebrew","language":"hebrew","number_value":6436,"lemma":"פַּנַּג","transliteration":"pannag","pronunciation":"pan-nag'","derivation":"of uncertain derivation;","strongs_definition":"probably pastry","kjv_definition":"Pannag."} +{"id":"H6437","strongs_number":"H6437","system":"hebrew","language":"hebrew","number_value":6437,"lemma":"פָּנָה","transliteration":"pânâh","pronunciation":"paw-naw'","derivation":"a primitive root;","strongs_definition":"to turn; by implication, to face, i.e. appear, look, etc.","kjv_definition":"appear, at (even-) tide, behold, cast out, come on, [idiom] corner, dawning, empty, go away, lie, look, mark, pass away, prepare, regard, (have) respect (to), (re-) turn (aside, away, back, face, self), [idiom] right (early)."} +{"id":"H6438","strongs_number":"H6438","system":"hebrew","language":"hebrew","number_value":6438,"lemma":"פִּנָּה","transliteration":"pinnâh","pronunciation":"pin-naw'","derivation":"feminine of H6434 (פֵּן);","strongs_definition":"an angle; by implication, a pinnacle; figuratively, a chieftain","kjv_definition":"bulwark, chief, corner, stay, tower."} +{"id":"H6439","strongs_number":"H6439","system":"hebrew","language":"hebrew","number_value":6439,"lemma":"פְּנוּאֵל","transliteration":"Pᵉnûwʼêl","pronunciation":"pen-oo-ale'","derivation":"or (more properly,) פְּנִיאֵל; from H6437 (פָּנָה) and H410 (אֵל); face of God;","strongs_definition":"Penuel or Peniel, a place East of Jordan; also (as Penuel) the name of two Israelites","kjv_definition":"Peniel, Penuel."} +{"id":"H6440","strongs_number":"H6440","system":"hebrew","language":"hebrew","number_value":6440,"lemma":"פָּנִים","transliteration":"pânîym","pronunciation":"paw-neem'","derivation":"plural (but always as singular) of an unused noun פָּנֶה; from H6437 (פָּנָה));","strongs_definition":"the face (as the part that turns); used in a great variety of applications (literally and figuratively); also (with prepositional prefix) as a preposition (before, etc.)","kjv_definition":"[phrase] accept, a-(be-) fore(-time), against, anger, [idiom] as (long as), at, [phrase] battle, [phrase] because (of), [phrase] beseech, countenance, edge, [phrase] employ, endure, [phrase] enquire, face, favour, fear of, for, forefront(-part), form(-er time, -ward), from, front, heaviness, [idiom] him(-self), [phrase] honourable, [phrase] impudent, [phrase] in, it, look(-eth) (-s), [idiom] me, [phrase] meet, [idiom] more than, mouth, of, off, (of) old (time), [idiom] on, open, [phrase] out of, over against, the partial, person, [phrase] please, presence, propect, was purposed, by reason of, [phrase] regard, right forth, [phrase] serve, [idiom] shewbread, sight, state, straight, [phrase] street, [idiom] thee, [idiom] them(-selves), through ([phrase] -out), till, time(-s) past, (un-) to(-ward), [phrase] upon, upside ([phrase] down), with(-in, [phrase] -stand), [idiom] ye, [idiom] you."} +{"id":"H6441","strongs_number":"H6441","system":"hebrew","language":"hebrew","number_value":6441,"lemma":"פְּנִימָה","transliteration":"pᵉnîymâh","pronunciation":"pen-ee'-maw","derivation":"from H6440 (פָּנִים) with directive enclitic;","strongs_definition":"faceward, i.e. indoors","kjv_definition":"(with-) in(-ner part, -ward)."} +{"id":"H6442","strongs_number":"H6442","system":"hebrew","language":"hebrew","number_value":6442,"lemma":"פְּנִימִי","transliteration":"pᵉnîymîy","pronunciation":"pen-ee-mee'","derivation":"from H6440 (פָּנִים);","strongs_definition":"interior","kjv_definition":"(with-) in(-ner, -ward)."} +{"id":"H6443","strongs_number":"H6443","system":"hebrew","language":"hebrew","number_value":6443,"lemma":"פָּנִין","transliteration":"pânîyn","pronunciation":"paw-neen'","derivation":"or פָּנִי; from the same as H6434 (פֵּן);","strongs_definition":"probably a pearl (as round)","kjv_definition":"ruby."} +{"id":"H6444","strongs_number":"H6444","system":"hebrew","language":"hebrew","number_value":6444,"lemma":"פְּנִנָּה","transliteration":"Pᵉninnâh","pronunciation":"pen-in-naw'","derivation":"probably feminine from H6443 (פָּנִין) contr.;","strongs_definition":"Peninnah, an Israelitess","kjv_definition":"Peninnah."} +{"id":"H6445","strongs_number":"H6445","system":"hebrew","language":"hebrew","number_value":6445,"lemma":"פָּנַק","transliteration":"pânaq","pronunciation":"paw-nak'","derivation":"a primitive root;","strongs_definition":"to enervate","kjv_definition":"bring up."} +{"id":"H6446","strongs_number":"H6446","system":"hebrew","language":"hebrew","number_value":6446,"lemma":"פַּס","transliteration":"paç","pronunciation":"pas","derivation":"from H6461 (פָּסַס); properly, the palm (of the hand) or sole (of the foot) (compare H6447 (פַּס)); by implication (plural)","strongs_definition":"a long and sleeved tunic (perhaps simply a wide one; from the original sense of the root, i.e. of many breadths)","kjv_definition":"(divers) colours."} +{"id":"H6447","strongs_number":"H6447","system":"hebrew","language":"hebrew","number_value":6447,"lemma":"פַּס","transliteration":"paç","pronunciation":"pas","derivation":"(Aramaic) from a root corresponding to H6461 (פָּסַס);","strongs_definition":"the palm (of the hand, as being spread out)","kjv_definition":"participle"} +{"id":"H6448","strongs_number":"H6448","system":"hebrew","language":"hebrew","number_value":6448,"lemma":"פָּסַג","transliteration":"pâçag","pronunciation":"paw-sag'","derivation":"a primitive root;","strongs_definition":"to cut up, i.e. (figuratively) contemplate","kjv_definition":"consider."} +{"id":"H6449","strongs_number":"H6449","system":"hebrew","language":"hebrew","number_value":6449,"lemma":"פִּסְגָּה","transliteration":"Piçgâh","pronunciation":"pis-gaw'","derivation":"from H6448 (פָּסַג); a cleft;","strongs_definition":"Pisgah, a Mountain East of Jordan","kjv_definition":"Pisgah."} +{"id":"H6450","strongs_number":"H6450","system":"hebrew","language":"hebrew","number_value":6450,"lemma":"פַּס דַּמִּים","transliteration":"Paç Dammîym","pronunciation":"pas dam-meem'","derivation":"from H6446 (פַּס) and the plural of H1818 (דָּם); palm (i.e. dell) of bloodshed;","strongs_definition":"Pas-Dammim, a place in Palestine","kjv_definition":"Pas-dammim. Compare H658 (אֶפֶס דַּמִּים)."} +{"id":"H6451","strongs_number":"H6451","system":"hebrew","language":"hebrew","number_value":6451,"lemma":"פִּסָּה","transliteration":"piççâh","pronunciation":"pis-saw'","derivation":"from H6461 (פָּסַס);","strongs_definition":"expansion, i.e. abundance","kjv_definition":"handful."} +{"id":"H6452","strongs_number":"H6452","system":"hebrew","language":"hebrew","number_value":6452,"lemma":"פָּסַח","transliteration":"pâçach","pronunciation":"paw-sakh'","derivation":"a primitive root;","strongs_definition":"to hop, i.e. (figuratively) skip over (or spare); by implication, to hesitate; also (literally) to limp, to dance","kjv_definition":"halt, become lame, leap, pass over."} +{"id":"H6453","strongs_number":"H6453","system":"hebrew","language":"hebrew","number_value":6453,"lemma":"פֶּסַח","transliteration":"peçach","pronunciation":"peh'-sakh","derivation":"from H6452 (פָּסַח);","strongs_definition":"a pretermission, i.e. exemption; used only techically of the Jewish Passover (the festival or the victim)","kjv_definition":"passover (offering)."} +{"id":"H6454","strongs_number":"H6454","system":"hebrew","language":"hebrew","number_value":6454,"lemma":"פָּסֵחַ","transliteration":"Pâçêach","pronunciation":"paw-say'-akh","derivation":"from H6452 (פָּסַח); limping;","strongs_definition":"Paseach, the name of two Israelites","kjv_definition":"Paseah, Phaseah."} +{"id":"H6455","strongs_number":"H6455","system":"hebrew","language":"hebrew","number_value":6455,"lemma":"פִּסֵּחַ","transliteration":"piççêach","pronunciation":"pis-say'-akh","derivation":"from H6452 (פָּסַח);","strongs_definition":"lame","kjv_definition":"lame."} +{"id":"H6456","strongs_number":"H6456","system":"hebrew","language":"hebrew","number_value":6456,"lemma":"פְּסִיל","transliteration":"pᵉçîyl","pronunciation":"pes-eel'","derivation":"from H6458 (פָּסַל);","strongs_definition":"an idol","kjv_definition":"carved (graven) image, quarry."} +{"id":"H6457","strongs_number":"H6457","system":"hebrew","language":"hebrew","number_value":6457,"lemma":"פָּסַךְ","transliteration":"Pâçak","pronunciation":"paw-sak'","derivation":"from an unused root meaning to divide; divider;","strongs_definition":"Pasak, an Israelite","kjv_definition":"Pasach."} +{"id":"H6458","strongs_number":"H6458","system":"hebrew","language":"hebrew","number_value":6458,"lemma":"פָּסַל","transliteration":"pâçal","pronunciation":"paw-sal'","derivation":"a primitive root;","strongs_definition":"to carve, whether wood or stone","kjv_definition":"grave, hew."} +{"id":"H6459","strongs_number":"H6459","system":"hebrew","language":"hebrew","number_value":6459,"lemma":"פֶּסֶל","transliteration":"peçel","pronunciation":"peh'-sel","derivation":"from H6458 (פָּסַל);","strongs_definition":"an idol","kjv_definition":"carved (graven) image."} +{"id":"H6460","strongs_number":"H6460","system":"hebrew","language":"hebrew","number_value":6460,"lemma":"פְּסַנְטֵרִין","transliteration":"pᵉçanṭêrîyn","pronunciation":"pes-an-tay-reen'","derivation":"(Aramaic) or פְּסַנְתֵּרִין; a transliteration of the Greek,","strongs_definition":"psalterion; a lyre","kjv_definition":"psaltery."} +{"id":"H6461","strongs_number":"H6461","system":"hebrew","language":"hebrew","number_value":6461,"lemma":"פָּסַס","transliteration":"pâçaç","pronunciation":"paw-sas'","derivation":"a primitive root;","strongs_definition":"probably to disperse, i.e. (intransitive) disappear","kjv_definition":"cease."} +{"id":"H6462","strongs_number":"H6462","system":"hebrew","language":"hebrew","number_value":6462,"lemma":"פִּסְפָּה","transliteration":"Piçpâh","pronunciation":"pis-paw'","derivation":"perhaps from H6461 (פָּסַס); dispersion;","strongs_definition":"Pispah, an Israelite","kjv_definition":"Pispah."} +{"id":"H6463","strongs_number":"H6463","system":"hebrew","language":"hebrew","number_value":6463,"lemma":"פָּעָה","transliteration":"pâʻâh","pronunciation":"paw-aw'","derivation":"a primitive root;","strongs_definition":"to scream","kjv_definition":"cry."} +{"id":"H6464","strongs_number":"H6464","system":"hebrew","language":"hebrew","number_value":6464,"lemma":"פָּעוּ","transliteration":"Pâʻûw","pronunciation":"paw-oo'","derivation":"or פָּעִי; from H6463 (פָּעָה); screaming;","strongs_definition":"Pau or Pai, a place in Edom","kjv_definition":"Pai, Pau."} +{"id":"H6465","strongs_number":"H6465","system":"hebrew","language":"hebrew","number_value":6465,"lemma":"פְּעוֹר","transliteration":"Pᵉʻôwr","pronunciation":"peh-ore'","derivation":"from H6473 (פָּעַר); a gap; also H1187 (בַּעַל פְּעוֹר))","strongs_definition":"Peor, a mountain East of Jordan; Baal Peor, (for a deity worshipped there","kjv_definition":"Peor. See also H1047 (בֵּית פְּעוֹר)."} +{"id":"H6466","strongs_number":"H6466","system":"hebrew","language":"hebrew","number_value":6466,"lemma":"פָּעַל","transliteration":"pâʻal","pronunciation":"paw-al'","derivation":"a primitive root;","strongs_definition":"to do or make (systematically and habitually), especially to practise","kjv_definition":"commit, (evil-) do(-er), make(-r), ordain, work(-er)."} +{"id":"H6467","strongs_number":"H6467","system":"hebrew","language":"hebrew","number_value":6467,"lemma":"פֹּעַל","transliteration":"pôʻal","pronunciation":"po'-al","derivation":"from H6466 (פָּעַל);","strongs_definition":"an act or work (concretely)","kjv_definition":"act, deed, do, getting, maker, work."} +{"id":"H6468","strongs_number":"H6468","system":"hebrew","language":"hebrew","number_value":6468,"lemma":"פְּעֻלָּה","transliteration":"pᵉʻullâh","pronunciation":"peh-ool-law'","derivation":"feminine passive participle of H6466 (פָּעַל);","strongs_definition":"(abstractly) work","kjv_definition":"labour, reward, wages, work."} +{"id":"H6469","strongs_number":"H6469","system":"hebrew","language":"hebrew","number_value":6469,"lemma":"פְּעֻלְּתַי","transliteration":"Pᵉʻullᵉthay","pronunciation":"peh-ool-leh-thah'-ee","derivation":"from H6468 (פְּעֻלָּה); laborious;","strongs_definition":"Peullethai, an Israelite","kjv_definition":"Peulthai."} +{"id":"H6470","strongs_number":"H6470","system":"hebrew","language":"hebrew","number_value":6470,"lemma":"פָּעַם","transliteration":"pâʻam","pronunciation":"paw-am'","derivation":"a primitive root;","strongs_definition":"to tap, i.e. beat regularly; hence (generally) to impel or agitate","kjv_definition":"move, trouble."} +{"id":"H6471","strongs_number":"H6471","system":"hebrew","language":"hebrew","number_value":6471,"lemma":"פַּעַם","transliteration":"paʻam","pronunciation":"pah'-am","derivation":"or (feminine) פַּעֲמָה; from H6470 (פָּעַם);","strongs_definition":"a stroke, literally or figuratively (in various applications, as follow)","kjv_definition":"anvil, corner, foot(-step), going, (hundred-) fold, [idiom] now, (this) [phrase] once, order, rank, step, [phrase] thrice, (often-), second, this, two) time(-s), twice, wheel."} +{"id":"H6472","strongs_number":"H6472","system":"hebrew","language":"hebrew","number_value":6472,"lemma":"פַּעֲמֹן","transliteration":"paʻămôn","pronunciation":"pah-am-one'","derivation":"from H6471 (פַּעַם);","strongs_definition":"a bell (as struck)","kjv_definition":"bell."} +{"id":"H6473","strongs_number":"H6473","system":"hebrew","language":"hebrew","number_value":6473,"lemma":"פָּעַר","transliteration":"pâʻar","pronunciation":"paw-ar'","derivation":"a primitive root;","strongs_definition":"to yawn, i.e. open wide (literally or figuratively)","kjv_definition":"gape, open (wide)."} +{"id":"H6474","strongs_number":"H6474","system":"hebrew","language":"hebrew","number_value":6474,"lemma":"פַּעֲרַי","transliteration":"Paʻăray","pronunciation":"pah-ar-ah'-ee","derivation":"from H6473 (פָּעַר); yawning;","strongs_definition":"Paarai, an Israelite","kjv_definition":"Paarai."} +{"id":"H6475","strongs_number":"H6475","system":"hebrew","language":"hebrew","number_value":6475,"lemma":"פָּצָה","transliteration":"pâtsâh","pronunciation":"paw-tsaw'","derivation":"a primitive root;","strongs_definition":"to rend, i.e. open (especially the mouth)","kjv_definition":"deliver, gape, open, rid, utter."} +{"id":"H6476","strongs_number":"H6476","system":"hebrew","language":"hebrew","number_value":6476,"lemma":"פָּצַח","transliteration":"pâtsach","pronunciation":"paw-tsakh'","derivation":"a primitive root;","strongs_definition":"to break out (in joyful sound)","kjv_definition":"break (forth, forth into joy), make a loud noise."} +{"id":"H6477","strongs_number":"H6477","system":"hebrew","language":"hebrew","number_value":6477,"lemma":"פְּצִירָה","transliteration":"pᵉtsîyrâh","pronunciation":"pets-ee-raw'","derivation":"from H6484 (פָּצַר);","strongs_definition":"bluntness","kjv_definition":"[phrase] file."} +{"id":"H6478","strongs_number":"H6478","system":"hebrew","language":"hebrew","number_value":6478,"lemma":"פָּצַל","transliteration":"pâtsal","pronunciation":"paw-tsal'","derivation":"a primitive root;","strongs_definition":"to peel","kjv_definition":"pill."} +{"id":"H6479","strongs_number":"H6479","system":"hebrew","language":"hebrew","number_value":6479,"lemma":"פְּצָלָה","transliteration":"pᵉtsâlâh","pronunciation":"pets-aw-law'","derivation":"from H6478 (פָּצַל);","strongs_definition":"a peeling","kjv_definition":"strake."} +{"id":"H6480","strongs_number":"H6480","system":"hebrew","language":"hebrew","number_value":6480,"lemma":"פָּצַם","transliteration":"pâtsam","pronunciation":"paw-tsam'","derivation":"a primitive root;","strongs_definition":"to rend (by earthquake)","kjv_definition":"break."} +{"id":"H6481","strongs_number":"H6481","system":"hebrew","language":"hebrew","number_value":6481,"lemma":"פָּצַע","transliteration":"pâtsaʻ","pronunciation":"paw-tsah'","derivation":"a primitive root;","strongs_definition":"to split, i.e. wound","kjv_definition":"wound."} +{"id":"H6482","strongs_number":"H6482","system":"hebrew","language":"hebrew","number_value":6482,"lemma":"פֶּצַע","transliteration":"petsaʻ","pronunciation":"peh'-tsah","derivation":"from H6481 (פָּצַע);","strongs_definition":"a wound","kjv_definition":"wound(-ing)."} +{"id":"H6483","strongs_number":"H6483","system":"hebrew","language":"hebrew","number_value":6483,"lemma":"פִּצֵּץ","transliteration":"Pitstsêts","pronunciation":"pits-tsates'","derivation":"from an unused root meaning to dissever; dispersive;","strongs_definition":"Pitstsets, a priest","kjv_definition":"Apses (including the article)."} +{"id":"H6484","strongs_number":"H6484","system":"hebrew","language":"hebrew","number_value":6484,"lemma":"פָּצַר","transliteration":"pâtsar","pronunciation":"paw-tsar'","derivation":"a primitive root;","strongs_definition":"to peck at, i.e. (figuratively) stun or dull","kjv_definition":"press, urge, stubbornness."} +{"id":"H6485","strongs_number":"H6485","system":"hebrew","language":"hebrew","number_value":6485,"lemma":"פָּקַד","transliteration":"pâqad","pronunciation":"paw-kad'","derivation":"a primitive root;","strongs_definition":"to visit (with friendly or hostile intent); by analogy, to oversee, muster, charge, care for, miss, deposit, etc.","kjv_definition":"appoint, [idiom] at all, avenge, bestow, (appoint to have the, give a) charge, commit, count, deliver to keep, be empty, enjoin, go see, hurt, do judgment, lack, lay up, look, make, [idiom] by any means, miss, number, officer, (make) overseer, have (the) oversight, punish, reckon, (call to) remember(-brance), set (over), sum, [idiom] surely, visit, want."} +{"id":"H6486","strongs_number":"H6486","system":"hebrew","language":"hebrew","number_value":6486,"lemma":"פְּקֻדָּה","transliteration":"pᵉquddâh","pronunciation":"pek-ood-daw'","derivation":"feminine passive participle of H6485 (פָּקַד);","strongs_definition":"visitation (in many senses, chiefly official)","kjv_definition":"account, (that have the) charge, custody, that which...laid up, numbers, office(-r), ordering, oversight, [phrase] prison, reckoning, visitation."} +{"id":"H6487","strongs_number":"H6487","system":"hebrew","language":"hebrew","number_value":6487,"lemma":"פִּקָּדוֹן","transliteration":"piqqâdôwn","pronunciation":"pik-kaw-done'","derivation":"from H6485 (פָּקַד);","strongs_definition":"a deposit","kjv_definition":"that which was delivered (to keep), store."} +{"id":"H6488","strongs_number":"H6488","system":"hebrew","language":"hebrew","number_value":6488,"lemma":"פְּקִדֻת","transliteration":"pᵉqiduth","pronunciation":"pek-ee-dooth'","derivation":"from H6496 (פָּקִיד);","strongs_definition":"supervision","kjv_definition":"ward."} +{"id":"H6489","strongs_number":"H6489","system":"hebrew","language":"hebrew","number_value":6489,"lemma":"פְּקוֹד","transliteration":"Pᵉqôwd","pronunciation":"pek-ode'","derivation":"from H6485 (פָּקַד); punishment;","strongs_definition":"Pekod, a symbolic name for Babylon","kjv_definition":"Pekod."} +{"id":"H6490","strongs_number":"H6490","system":"hebrew","language":"hebrew","number_value":6490,"lemma":"פִּקּוּד","transliteration":"piqqûwd","pronunciation":"pik-kood'","derivation":"or פִּקֻּד; from H6485 (פָּקַד);","strongs_definition":"properly, appointed, i.e. a mandate (of God; plural only, collectively, for the Law)","kjv_definition":"commandment, precept, statute."} +{"id":"H6491","strongs_number":"H6491","system":"hebrew","language":"hebrew","number_value":6491,"lemma":"פָּקַח","transliteration":"pâqach","pronunciation":"paw-kakh'","derivation":"a primitive root;","strongs_definition":"to open (the senses, especially the eyes); figuratively, to be observant","kjv_definition":"open."} +{"id":"H6492","strongs_number":"H6492","system":"hebrew","language":"hebrew","number_value":6492,"lemma":"פֶּקַח","transliteration":"Peqach","pronunciation":"peh'-kakh","derivation":"from H6491 (פָּקַח); watch;","strongs_definition":"Pekach, an Israelite king","kjv_definition":"Pekah."} +{"id":"H6493","strongs_number":"H6493","system":"hebrew","language":"hebrew","number_value":6493,"lemma":"פִּקֵּחַ","transliteration":"piqqêach","pronunciation":"pik-kay'-akh","derivation":"from H6491 (פָּקַח);","strongs_definition":"clear-sighted; figuratively, intelligent","kjv_definition":"seeing, wise."} +{"id":"H6494","strongs_number":"H6494","system":"hebrew","language":"hebrew","number_value":6494,"lemma":"פְּקַחְיָה","transliteration":"Pᵉqachyâh","pronunciation":"pek-akh-yaw'","derivation":"from H6491 (פָּקַח) and H3050 (יָהּ); Jah has observed;","strongs_definition":"Pekachjah, an Israelite king","kjv_definition":"Pekahiah."} +{"id":"H6495","strongs_number":"H6495","system":"hebrew","language":"hebrew","number_value":6495,"lemma":"פְּקַח־קוֹחַ","transliteration":"pᵉqach-qôwach","pronunciation":"pek-akh-ko'-akh","derivation":"from H6491 (פָּקַח) redoubled;","strongs_definition":"opening (of a dungeon), i.e. jail-delivery (figuratively, salvation for sin)","kjv_definition":"opening of the prison."} +{"id":"H6496","strongs_number":"H6496","system":"hebrew","language":"hebrew","number_value":6496,"lemma":"פָּקִיד","transliteration":"pâqîyd","pronunciation":"paw-keed'","derivation":"from H6485 (פָּקַד);","strongs_definition":"a superintendent (civil, military or religious)","kjv_definition":"which had the charge, governor, office, overseer, (that) was set."} +{"id":"H6497","strongs_number":"H6497","system":"hebrew","language":"hebrew","number_value":6497,"lemma":"פֶּקַע","transliteration":"peqaʻ","pronunciation":"peh'-kah","derivation":"from an unused root meaning to burst; only used as an architectural term of an ornament similar to H6498 (פַּקֻּעָה),","strongs_definition":"a semi-globe","kjv_definition":"knop."} +{"id":"H6498","strongs_number":"H6498","system":"hebrew","language":"hebrew","number_value":6498,"lemma":"פַּקֻּעָה","transliteration":"paqquʻâh","pronunciation":"pak-koo-aw'","derivation":"from the same as H6497 (פֶּקַע);","strongs_definition":"the wild cucumber (from splitting open to shed its seeds)","kjv_definition":"gourd."} +{"id":"H6499","strongs_number":"H6499","system":"hebrew","language":"hebrew","number_value":6499,"lemma":"פַּר","transliteration":"par","pronunciation":"par","derivation":"or פָּר; from H6565 (פָּרַר);","strongs_definition":"a bullock (apparently as breaking forth in wild strength, or perhaps as dividing the hoof)","kjv_definition":"([phrase] young) bull(-ock), calf, ox."} +{"id":"H6500","strongs_number":"H6500","system":"hebrew","language":"hebrew","number_value":6500,"lemma":"פָּרָא","transliteration":"pârâʼ","pronunciation":"paw-raw'","derivation":"a primitive root;","strongs_definition":"to bear fruit","kjv_definition":"be fruitful."} +{"id":"H6501","strongs_number":"H6501","system":"hebrew","language":"hebrew","number_value":6501,"lemma":"פֶּרֶא","transliteration":"pereʼ","pronunciation":"peh'-reh","derivation":"or פֶּרֶה; (Jeremiah 2:24), from H6500 (פָּרָא) in the secondary sense of running wild;","strongs_definition":"the onager","kjv_definition":"wild (ass)."} +{"id":"H6502","strongs_number":"H6502","system":"hebrew","language":"hebrew","number_value":6502,"lemma":"פִּרְאָם","transliteration":"Pirʼâm","pronunciation":"pir-awm'","derivation":"from H6501 (פֶּרֶא); wildly;","strongs_definition":"Piram, a Canaanite","kjv_definition":"Piram."} +{"id":"H6503","strongs_number":"H6503","system":"hebrew","language":"hebrew","number_value":6503,"lemma":"פַּרְבָּר","transliteration":"Parbâr","pronunciation":"par-bawr'","derivation":"or פַּרְוָר; of foreign origin;","strongs_definition":"Parbar or Parvar, a quarter of Jerusalem","kjv_definition":"Parbar, suburb."} +{"id":"H6504","strongs_number":"H6504","system":"hebrew","language":"hebrew","number_value":6504,"lemma":"פָּרַד","transliteration":"pârad","pronunciation":"paw-rad'","derivation":"a primitive root;","strongs_definition":"to break through, i.e. spread or separate (oneself)","kjv_definition":"disperse, divide, be out of joint, part, scatter (abroad), separate (self), sever self, stretch, sunder."} +{"id":"H6505","strongs_number":"H6505","system":"hebrew","language":"hebrew","number_value":6505,"lemma":"פֶּרֶד","transliteration":"pered","pronunciation":"peh'-red","derivation":"from H6504 (פָּרַד);","strongs_definition":"a mule (perhaps from his lonely habits)","kjv_definition":"mule."} +{"id":"H6506","strongs_number":"H6506","system":"hebrew","language":"hebrew","number_value":6506,"lemma":"פִּרְדָּה","transliteration":"pirdâh","pronunciation":"pir-daw'","derivation":"feminine of H6505 (פֶּרֶד);","strongs_definition":"a she-mule","kjv_definition":"mule."} +{"id":"H6507","strongs_number":"H6507","system":"hebrew","language":"hebrew","number_value":6507,"lemma":"פְּרֻדָה","transliteration":"pᵉrudâh","pronunciation":"per-oo-daw'","derivation":"feminine passive participle of H6504 (פָּרַד);","strongs_definition":"something separated, i.e. a kernel","kjv_definition":"seed."} +{"id":"H6508","strongs_number":"H6508","system":"hebrew","language":"hebrew","number_value":6508,"lemma":"פַּרְדֵּס","transliteration":"pardêç","pronunciation":"par-dace'","derivation":"of foreign origin;","strongs_definition":"a park","kjv_definition":"forest, orchard."} +{"id":"H6509","strongs_number":"H6509","system":"hebrew","language":"hebrew","number_value":6509,"lemma":"פָּרָה","transliteration":"pârâh","pronunciation":"paw-raw'","derivation":"a primitive root;","strongs_definition":"to bear fruit (literally or figuratively)","kjv_definition":"bear, bring forth (fruit), (be, cause to be, make) fruitful, grow, increase."} +{"id":"H6510","strongs_number":"H6510","system":"hebrew","language":"hebrew","number_value":6510,"lemma":"פָּרָה","transliteration":"pârâh","pronunciation":"paw-raw'","derivation":"feminine of H6499 (פַּר);","strongs_definition":"a heifer","kjv_definition":"cow, heifer, kine."} +{"id":"H6511","strongs_number":"H6511","system":"hebrew","language":"hebrew","number_value":6511,"lemma":"פָּרָה","transliteration":"Pârâh","pronunciation":"paw-raw'","derivation":"the same as H6510 (פָּרָה);","strongs_definition":"Parah, a place in Palestine","kjv_definition":"Parah."} +{"id":"H6512","strongs_number":"H6512","system":"hebrew","language":"hebrew","number_value":6512,"lemma":"פֵּרָה","transliteration":"pêrâh","pronunciation":"pay-raw'","derivation":"from H6331 (פּוּר);","strongs_definition":"a hole (as broken, i.e. dug)","kjv_definition":"[phrase] mole. Compare H2661 (חֲפֹר)."} +{"id":"H6513","strongs_number":"H6513","system":"hebrew","language":"hebrew","number_value":6513,"lemma":"פֻּרָה","transliteration":"Purâh","pronunciation":"poo-raw'","derivation":"for H6288 (פְּאֹרָה); foliage;","strongs_definition":"Purah, an Israelite","kjv_definition":"Phurah."} +{"id":"H6514","strongs_number":"H6514","system":"hebrew","language":"hebrew","number_value":6514,"lemma":"פְּרוּדָא","transliteration":"Pᵉrûwdâʼ","pronunciation":"per-oo-daw'","derivation":"or פְּרִידָא; from H6504 (פָּרַד); dispersion;","strongs_definition":"Peruda or Perida, one of 'Solomon's servants'","kjv_definition":"Perida, Peruda."} +{"id":"H6515","strongs_number":"H6515","system":"hebrew","language":"hebrew","number_value":6515,"lemma":"פָּרוּחַ","transliteration":"Pârûwach","pronunciation":"paw-roo'-akh","derivation":"passive participle of H6524 (פָּרַח); blossomed;","strongs_definition":"Paruach, an Israelite","kjv_definition":"Paruah."} +{"id":"H6516","strongs_number":"H6516","system":"hebrew","language":"hebrew","number_value":6516,"lemma":"פַּרְוַיִם","transliteration":"Parvayim","pronunciation":"par-vah'-yim","derivation":"of foreign origin;","strongs_definition":"Parvajim, an Oriental region","kjv_definition":"Parvaim."} +{"id":"H6517","strongs_number":"H6517","system":"hebrew","language":"hebrew","number_value":6517,"lemma":"פָּרוּר","transliteration":"pârûwr","pronunciation":"paw-roor'","derivation":"passive participle of H6565 (פָּרַר) in the sense of spreading out (compare H6524 (פָּרַח));","strongs_definition":"a skillet (as flat or deep)","kjv_definition":"pan, pot."} +{"id":"H6518","strongs_number":"H6518","system":"hebrew","language":"hebrew","number_value":6518,"lemma":"פָּרָז","transliteration":"pârâz","pronunciation":"paw-rawz'","derivation":"from an unused root meaning to separate, i.e.","strongs_definition":"decide; a chieftain","kjv_definition":"village."} +{"id":"H6519","strongs_number":"H6519","system":"hebrew","language":"hebrew","number_value":6519,"lemma":"פְּרָזָה","transliteration":"pᵉrâzâh","pronunciation":"per-aw-zaw'","derivation":"from the same as H6518 (פָּרָז);","strongs_definition":"an open country","kjv_definition":"(unwalled) town (without walls), unwalled village."} +{"id":"H6520","strongs_number":"H6520","system":"hebrew","language":"hebrew","number_value":6520,"lemma":"פְּרָזוֹן","transliteration":"pᵉrâzôwn","pronunciation":"per-aw-zone'","derivation":"from the same as H6518 (פָּרָז);","strongs_definition":"magistracy, i.e. leadership (also concretely, chieftains)","kjv_definition":"village."} +{"id":"H6521","strongs_number":"H6521","system":"hebrew","language":"hebrew","number_value":6521,"lemma":"פְּרָזִי","transliteration":"pᵉrâzîy","pronunciation":"per-aw-zee'","derivation":"or פְּרוֹזִי; from H6519 (פְּרָזָה);","strongs_definition":"a rustic","kjv_definition":"village."} +{"id":"H6522","strongs_number":"H6522","system":"hebrew","language":"hebrew","number_value":6522,"lemma":"פְּרִזִּי","transliteration":"Pᵉrizzîy","pronunciation":"per-iz-zee'","derivation":"for H6521 (פְּרָזִי); inhabitant of the open country;","strongs_definition":"a Perizzite, one of the Canaanitish tribes","kjv_definition":"Perizzite."} +{"id":"H6523","strongs_number":"H6523","system":"hebrew","language":"hebrew","number_value":6523,"lemma":"פַּרְזֶל","transliteration":"parzel","pronunciation":"par-zel'","derivation":"(Aramaic) corresponding to H1270 (בַּרְזֶל);","strongs_definition":"iron","kjv_definition":"iron."} +{"id":"H6524","strongs_number":"H6524","system":"hebrew","language":"hebrew","number_value":6524,"lemma":"פָּרַח","transliteration":"pârach","pronunciation":"paw-rakh'","derivation":"a primitive root;","strongs_definition":"to break forth as a bud, i.e. bloom; generally, to spread; specifically, to fly (as extending the wings); figuratively, to flourish","kjv_definition":"[idiom] abroad, [idiom] abundantly, blossom, break forth (out), bud, flourish, make fly, grow, spread, spring (up)."} +{"id":"H6525","strongs_number":"H6525","system":"hebrew","language":"hebrew","number_value":6525,"lemma":"פֶּרַח","transliteration":"perach","pronunciation":"peh'-rakh","derivation":"from H6524 (פָּרַח);","strongs_definition":"a calyx (natural or artificial); generally, bloom","kjv_definition":"blossom, bud, flower."} +{"id":"H6526","strongs_number":"H6526","system":"hebrew","language":"hebrew","number_value":6526,"lemma":"פִּרְחַח","transliteration":"pirchach","pronunciation":"pir-khakh'","derivation":"from H6524 (פָּרַח);","strongs_definition":"progeny, i.e. a brood","kjv_definition":"youth."} +{"id":"H6527","strongs_number":"H6527","system":"hebrew","language":"hebrew","number_value":6527,"lemma":"פָּרַט","transliteration":"pâraṭ","pronunciation":"paw-rat'","derivation":"a primitive root;","strongs_definition":"to scatter words, i.e. prate (or hum)","kjv_definition":"chant."} +{"id":"H6528","strongs_number":"H6528","system":"hebrew","language":"hebrew","number_value":6528,"lemma":"פֶּרֶט","transliteration":"pereṭ","pronunciation":"peh'-ret","derivation":"from H6527 (פָּרַט);","strongs_definition":"a stray or single berry","kjv_definition":"grape."} +{"id":"H6529","strongs_number":"H6529","system":"hebrew","language":"hebrew","number_value":6529,"lemma":"פְּרִי","transliteration":"pᵉrîy","pronunciation":"per-ee'","derivation":"from H6509 (פָּרָה);","strongs_definition":"fruit (literally or figuratively)","kjv_definition":"bough, (first-)fruit(-ful), reward."} +{"id":"H6530","strongs_number":"H6530","system":"hebrew","language":"hebrew","number_value":6530,"lemma":"פְּרִיץ","transliteration":"pᵉrîyts","pronunciation":"per-eets'","derivation":"from H6555 (פָּרַץ)lemma פּרַץ missing vowel, corrected to פָּרַץ;","strongs_definition":"violent, i.e. a tyrant","kjv_definition":"destroyer, ravenous, robber."} +{"id":"H6531","strongs_number":"H6531","system":"hebrew","language":"hebrew","number_value":6531,"lemma":"פֶּרֶךְ","transliteration":"perek","pronunciation":"peh'-rek","derivation":"from an unused root meaning to break apart;","strongs_definition":"fracture, i.e. severity","kjv_definition":"cruelty, rigour."} +{"id":"H6532","strongs_number":"H6532","system":"hebrew","language":"hebrew","number_value":6532,"lemma":"פֹּרֶכֶת","transliteration":"pôreketh","pronunciation":"po-reh'-keth","derivation":"feminine active participle of the same as H6531 (פֶּרֶךְ);","strongs_definition":"a separatrix, i.e. (the sacred) screen","kjv_definition":"vail."} +{"id":"H6533","strongs_number":"H6533","system":"hebrew","language":"hebrew","number_value":6533,"lemma":"פָּרַם","transliteration":"pâram","pronunciation":"paw-ram'","derivation":"a primitive root;","strongs_definition":"to tear","kjv_definition":"rend."} +{"id":"H6534","strongs_number":"H6534","system":"hebrew","language":"hebrew","number_value":6534,"lemma":"פַּרְמַשְׁתָּא","transliteration":"Parmashtâʼ","pronunciation":"par-mash-taw'","derivation":"of Persian origin;","strongs_definition":"Parmashta, a son of Haman","kjv_definition":"Parmasta."} +{"id":"H6535","strongs_number":"H6535","system":"hebrew","language":"hebrew","number_value":6535,"lemma":"פַּרְנַךְ","transliteration":"Parnak","pronunciation":"par-nak'","derivation":"of uncertain derivation;","strongs_definition":"Parnak, an Israelite","kjv_definition":"Parnach."} +{"id":"H6536","strongs_number":"H6536","system":"hebrew","language":"hebrew","number_value":6536,"lemma":"פָּרַס","transliteration":"pâraç","pronunciation":"paw-ras'","derivation":"a primitive root;","strongs_definition":"to break in pieces, i.e. (usually without violence) to split, distribute","kjv_definition":"deal, divide, have hoofs, part, tear."} +{"id":"H6537","strongs_number":"H6537","system":"hebrew","language":"hebrew","number_value":6537,"lemma":"פְּרַס","transliteration":"pᵉraç","pronunciation":"per-as'","derivation":"(Aramaic) corresponding to H6536 (פָּרַס);","strongs_definition":"to split up","kjv_definition":"divide, (U-) pharsin."} +{"id":"H6538","strongs_number":"H6538","system":"hebrew","language":"hebrew","number_value":6538,"lemma":"פֶּרֶס","transliteration":"pereç","pronunciation":"peh'-res","derivation":"from H6536 (פָּרַס);","strongs_definition":"a claw; also a kind of eagle","kjv_definition":"claw, ossifrage."} +{"id":"H6539","strongs_number":"H6539","system":"hebrew","language":"hebrew","number_value":6539,"lemma":"פָּרַס","transliteration":"Pâraç","pronunciation":"paw-ras'","derivation":"of foreign origin;","strongs_definition":"Paras (i.e. Persia), an Eastern country, including its inhabitants","kjv_definition":"Persia, Persians."} +{"id":"H6540","strongs_number":"H6540","system":"hebrew","language":"hebrew","number_value":6540,"lemma":"פָּרַס","transliteration":"Pâraç","pronunciation":"paw-ras'","derivation":"(Aramaic) corresponding to H6539 (פָּרַס)","strongs_definition":"{Paras (i.e. Persia), an Eastern country, including its inhabitants}","kjv_definition":"Persia, Persians."} +{"id":"H6541","strongs_number":"H6541","system":"hebrew","language":"hebrew","number_value":6541,"lemma":"פַּרְסָה","transliteration":"parçâh","pronunciation":"par-saw'","derivation":"feminine of H6538 (פֶּרֶס);","strongs_definition":"a claw or split hoof","kjv_definition":"claw, (cloven-) footed, hoof."} +{"id":"H6542","strongs_number":"H6542","system":"hebrew","language":"hebrew","number_value":6542,"lemma":"פַּרְסִי","transliteration":"Parçîy","pronunciation":"par-see'","derivation":"patrial from H6539 (פָּרַס);","strongs_definition":"a Parsite (i.e. Persian), or inhabitant of Peres","kjv_definition":"Persian."} +{"id":"H6543","strongs_number":"H6543","system":"hebrew","language":"hebrew","number_value":6543,"lemma":"פַּרְסִי","transliteration":"Parçîy","pronunciation":"par-see'","derivation":"(Aramaic) corresponding to H6542 (פַּרְסִי)","strongs_definition":"{a Parsite (i.e. Persian), or inhabitant of Peres}","kjv_definition":"Persian."} +{"id":"H6544","strongs_number":"H6544","system":"hebrew","language":"hebrew","number_value":6544,"lemma":"פָּרַע","transliteration":"pâraʻ","pronunciation":"paw-rah'","derivation":"a primitive root;","strongs_definition":"to loosen; by implication, to expose, dismiss; figuratively, absolve, begin","kjv_definition":"avenge, avoid, bare, go back, let, (make) naked, set at nought, perish, refuse, uncover."} +{"id":"H6545","strongs_number":"H6545","system":"hebrew","language":"hebrew","number_value":6545,"lemma":"פֶּרַע","transliteration":"peraʻ","pronunciation":"peh'-rah","derivation":"from H6544 (פָּרַע);","strongs_definition":"the hair (as dishevelled)","kjv_definition":"locks."} +{"id":"H6546","strongs_number":"H6546","system":"hebrew","language":"hebrew","number_value":6546,"lemma":"פַּרְעָה","transliteration":"parʻâh","pronunciation":"par-aw'","derivation":"feminine of H6545 (פֶּרַע) (in the sense of beginning);","strongs_definition":"leadership (plural concretely, leaders)","kjv_definition":"[phrase] avenging, revenge."} +{"id":"H6547","strongs_number":"H6547","system":"hebrew","language":"hebrew","number_value":6547,"lemma":"פַּרְעֹה","transliteration":"Parʻôh","pronunciation":"par-o'","derivation":"of Egyptian derivation;","strongs_definition":"Paroh, a general title of Egyptian kings","kjv_definition":"Pharaoh."} +{"id":"H6548","strongs_number":"H6548","system":"hebrew","language":"hebrew","number_value":6548,"lemma":"פַּרְעֹה חׇפְרַע","transliteration":"Parʻôh Chophraʻ","pronunciation":"par-o' khof-rah'","derivation":"of Egyptian derivation;","strongs_definition":"Paroh-Chophra, an Egyptian king","kjv_definition":"Pharaoh-hophra."} +{"id":"H6549","strongs_number":"H6549","system":"hebrew","language":"hebrew","number_value":6549,"lemma":"פַּרְעֹה נְכֹה","transliteration":"Parʻôh Nᵉkôh","pronunciation":"par-o' nek-o'","derivation":"or פַּרְעֹה נְכוֹ; of Egyptian derivation;","strongs_definition":"Paroh-Nekoh (or -Neko), an Egyptian king","kjv_definition":"Pharaoh-necho, Pharaohnechoh."} +{"id":"H6550","strongs_number":"H6550","system":"hebrew","language":"hebrew","number_value":6550,"lemma":"פַּרְעֹשׁ","transliteration":"parʻôsh","pronunciation":"par-oshe'","derivation":"probably from H6544 (פָּרַע) and H6211 (עָשׁ);","strongs_definition":"a flea (as the isolated insect)","kjv_definition":"flea."} +{"id":"H6551","strongs_number":"H6551","system":"hebrew","language":"hebrew","number_value":6551,"lemma":"פַּרְעֹשׁ","transliteration":"Parʻôsh","pronunciation":"par-oshe'","derivation":"the same as H6550 (פַּרְעֹשׁ);","strongs_definition":"Parosh, the name of our Israelite","kjv_definition":"Parosh, Pharosh."} +{"id":"H6552","strongs_number":"H6552","system":"hebrew","language":"hebrew","number_value":6552,"lemma":"פִּרְעָתוֹן","transliteration":"Pirʻâthôwn","pronunciation":"pir-aw-thone'","derivation":"from H6546 (פַּרְעָה); chieftaincy;","strongs_definition":"Pirathon, a place in Palestine","kjv_definition":"Pirathon."} +{"id":"H6553","strongs_number":"H6553","system":"hebrew","language":"hebrew","number_value":6553,"lemma":"פִּרְעָתוֹנִי","transliteration":"Pirʻâthôwnîy","pronunciation":"pir-aw-tho-nee'","derivation":"or פִּרְעָתֹנִי; patrial from H6552 (פִּרְעָתוֹן);","strongs_definition":"a Pirathonite or inhabitant of Pirathon","kjv_definition":"Pirathonite."} +{"id":"H6554","strongs_number":"H6554","system":"hebrew","language":"hebrew","number_value":6554,"lemma":"פַּרְפַּר","transliteration":"Parpar","pronunciation":"par-par'","derivation":"probably from H6565 (פָּרַר) in the sense of rushing; rapid;","strongs_definition":"Parpar, a river of Syria","kjv_definition":"Pharpar."} +{"id":"H6555","strongs_number":"H6555","system":"hebrew","language":"hebrew","number_value":6555,"lemma":"פָּרַץ","transliteration":"pârats","pronunciation":"paw-rats'","derivation":"a primitive root;","strongs_definition":"to break out (in many applications, direct and indirect, literal and figurative)","kjv_definition":"[idiom] abroad, (make a) breach, break (away, down, -er, forth, in, up), burst out, come (spread) abroad, compel, disperse, grow, increase, open, press, scatter, urge."} +{"id":"H6556","strongs_number":"H6556","system":"hebrew","language":"hebrew","number_value":6556,"lemma":"פֶּרֶץ","transliteration":"perets","pronunciation":"peh'-rets","derivation":"from H6555 (פָּרַץ)lemma פּרַץ missing vowel, corrected to פָּרַץ;","strongs_definition":"a break (literally or figuratively)","kjv_definition":"breach, breaking forth (in), [idiom] forth, gap."} +{"id":"H6557","strongs_number":"H6557","system":"hebrew","language":"hebrew","number_value":6557,"lemma":"פֶּרֶץ","transliteration":"Perets","pronunciation":"peh'-rets","derivation":"the same as H6556 (פֶּרֶץ);","strongs_definition":"Perets, the name of two Israelites","kjv_definition":"Perez, Pharez."} +{"id":"H6558","strongs_number":"H6558","system":"hebrew","language":"hebrew","number_value":6558,"lemma":"פַּרְצִי","transliteration":"Partsîy","pronunciation":"par-tsee'","derivation":"patronymically from H6557 (פֶּרֶץ);","strongs_definition":"a Partsite (collectively) or descendants of Perets","kjv_definition":"Pharzites."} +{"id":"H6559","strongs_number":"H6559","system":"hebrew","language":"hebrew","number_value":6559,"lemma":"פְּרָצִים","transliteration":"pᵉrâtsîym","pronunciation":"per-aw-tseem'","derivation":"plural of H6556 (פֶּרֶץ); breaks;","strongs_definition":"Peratsim, a mountain in Palestine","kjv_definition":"Perazim."} +{"id":"H6560","strongs_number":"H6560","system":"hebrew","language":"hebrew","number_value":6560,"lemma":"פֶּרֶץ עֻזָּא","transliteration":"Perets ʻUzzâʼ","pronunciation":"peh'-rets ooz-zaw'","derivation":"from H6556 (פֶּרֶץ) and H5798 (עֻזָּא); break of Uzza;","strongs_definition":"Perets-Uzza, a place in Palestine","kjv_definition":"Perezuzza."} +{"id":"H6561","strongs_number":"H6561","system":"hebrew","language":"hebrew","number_value":6561,"lemma":"פָּרַק","transliteration":"pâraq","pronunciation":"paw-rak'","derivation":"a primitive root;","strongs_definition":"to break off or crunch; figuratively, to deliver","kjv_definition":"break (off), deliver, redeem, rend (in pieces), tear in pieces."} +{"id":"H6562","strongs_number":"H6562","system":"hebrew","language":"hebrew","number_value":6562,"lemma":"פְּרַק","transliteration":"pᵉraq","pronunciation":"per-ak'","derivation":"(Aramaic) corresponding to H6561 (פָּרַק);","strongs_definition":"to discontinue","kjv_definition":"break off."} +{"id":"H6563","strongs_number":"H6563","system":"hebrew","language":"hebrew","number_value":6563,"lemma":"פֶּרֶק","transliteration":"pereq","pronunciation":"peh'-rek","derivation":"from H6561 (פָּרַק);","strongs_definition":"rapine; also a fork (in roads)","kjv_definition":"crossway, robbery."} +{"id":"H6564","strongs_number":"H6564","system":"hebrew","language":"hebrew","number_value":6564,"lemma":"פָּרָק","transliteration":"pârâq","pronunciation":"paw-rawk'","derivation":"from H6561 (פָּרַק);","strongs_definition":"soup (as full of crumbed meat)","kjv_definition":"broth. See also H4832 (מַרְפֵּא)."} +{"id":"H6565","strongs_number":"H6565","system":"hebrew","language":"hebrew","number_value":6565,"lemma":"פָּרַר","transliteration":"pârar","pronunciation":"paw-rar'","derivation":"a primitive root;","strongs_definition":"to break up (usually figuratively), i.e. to violate, frustrate","kjv_definition":"[idiom] any ways, break (asunder), cast off, cause to cease, [idiom] clean, defeat, disannul, disappoint, dissolve, divide, make of none effect, fail, frustrate, bring (come) to nought, [idiom] utterly, make void."} +{"id":"H6566","strongs_number":"H6566","system":"hebrew","language":"hebrew","number_value":6566,"lemma":"פָּרַשׂ","transliteration":"pâras","pronunciation":"paw-ras'","derivation":"a primitive root;","strongs_definition":"to break apart, disperse, etc.","kjv_definition":"break, chop in pieces, lay open, scatter, spread (abroad, forth, selves, out), stretch (forth, out)."} +{"id":"H6567","strongs_number":"H6567","system":"hebrew","language":"hebrew","number_value":6567,"lemma":"פָּרָשׁ","transliteration":"pârâsh","pronunciation":"paw-rash'","derivation":"a primitive root;","strongs_definition":"to separate, literally (to disperse) or figuratively (to specify); also (by implication) to wound","kjv_definition":"scatter, declare, distinctly, shew, sting."} +{"id":"H6568","strongs_number":"H6568","system":"hebrew","language":"hebrew","number_value":6568,"lemma":"פְּרַשׁ","transliteration":"pᵉrash","pronunciation":"per-ash'","derivation":"(Aramaic) corresponding to H6567 (פָּרָשׁ);","strongs_definition":"to specify","kjv_definition":"distinctly."} +{"id":"H6569","strongs_number":"H6569","system":"hebrew","language":"hebrew","number_value":6569,"lemma":"פֶּרֶשׁ","transliteration":"peresh","pronunciation":"peh'-resh","derivation":"from H6567 (פָּרָשׁ);","strongs_definition":"excrement (as eliminated)","kjv_definition":"dung."} +{"id":"H6570","strongs_number":"H6570","system":"hebrew","language":"hebrew","number_value":6570,"lemma":"פֶּרֶשׁ","transliteration":"Peresh","pronunciation":"peh'-resh","derivation":"the same as H6569 (פֶּרֶשׁ);","strongs_definition":"Peresh, an Israelite","kjv_definition":"Peresh."} +{"id":"H6571","strongs_number":"H6571","system":"hebrew","language":"hebrew","number_value":6571,"lemma":"פָּרָשׁ","transliteration":"pârâsh","pronunciation":"paw-rawsh'","derivation":"from H6567 (פָּרָשׁ); (compare H5483 (סוּס))","strongs_definition":"a steed (as stretched out to a vehicle, not single nor for mounting ); also (by implication) a driver (in a chariot), i.e. (collectively) cavalry","kjv_definition":"horseman."} +{"id":"H6572","strongs_number":"H6572","system":"hebrew","language":"hebrew","number_value":6572,"lemma":"פַּרְשֶׁגֶן","transliteration":"parshegen","pronunciation":"par-sheh'-ghen","derivation":"or פַּתְשֶׁגֶן; of foreign origin;","strongs_definition":"a transcript","kjv_definition":"copy."} +{"id":"H6573","strongs_number":"H6573","system":"hebrew","language":"hebrew","number_value":6573,"lemma":"פַּרְשֶׁגֶן","transliteration":"parshegen","pronunciation":"par-sheh'-ghen","derivation":"(Aramaic) corresponding to H6572 (פַּרְשֶׁגֶן)","strongs_definition":"{a transcript}","kjv_definition":"copy."} +{"id":"H6574","strongs_number":"H6574","system":"hebrew","language":"hebrew","number_value":6574,"lemma":"פַּרְשְׁדֹן","transliteration":"parshᵉdôn","pronunciation":"par-shed-one'","derivation":"perhaps by compounding H6567 (פָּרָשׁ) and H6504 (פָּרַד) (in the sense of straddling) (compare H6576 (פַּרְשֵׁז));","strongs_definition":"the crotch (or anus)","kjv_definition":"dirt."} +{"id":"H6575","strongs_number":"H6575","system":"hebrew","language":"hebrew","number_value":6575,"lemma":"פָּרָשָׁה","transliteration":"pârâshâh","pronunciation":"paw-raw-shaw'","derivation":"from H6567 (פָּרָשׁ);","strongs_definition":"exposition","kjv_definition":"declaration, sum."} +{"id":"H6576","strongs_number":"H6576","system":"hebrew","language":"hebrew","number_value":6576,"lemma":"פַּרְשֵׁז","transliteration":"parshêz","pronunciation":"par-shaze'","derivation":"a root apparently formed by compounding H6567 (פָּרָשׁ) and that of H6518 (פָּרָז) (compare H6574 (פַּרְשְׁדֹן));","strongs_definition":"to expand","kjv_definition":"spread."} +{"id":"H6577","strongs_number":"H6577","system":"hebrew","language":"hebrew","number_value":6577,"lemma":"פַּרְשַׁנְדָּתָא","transliteration":"Parshandâthâʼ","pronunciation":"par-shan-daw-thaw'","derivation":"of Persian origin;","strongs_definition":"Parshandatha, a son of Haman","kjv_definition":"Parshandatha."} +{"id":"H6578","strongs_number":"H6578","system":"hebrew","language":"hebrew","number_value":6578,"lemma":"פְּרָת","transliteration":"Pᵉrâth","pronunciation":"per-awth'","derivation":"from an unused root meaning to break forth; rushing;","strongs_definition":"Perath (i.e. Euphrates), a river of the East","kjv_definition":"Euphrates."} +{"id":"H6579","strongs_number":"H6579","system":"hebrew","language":"hebrew","number_value":6579,"lemma":"פַּרְתַּם","transliteration":"partam","pronunciation":"par-tam'","derivation":"of Persian origin;","strongs_definition":"a grandee","kjv_definition":"(most) noble, prince."} +{"id":"H6580","strongs_number":"H6580","system":"hebrew","language":"hebrew","number_value":6580,"lemma":"פַּשׁ","transliteration":"pash","pronunciation":"pash","derivation":"probably from an unused root meaning to disintegrate;","strongs_definition":"stupidity (as a result of grossness or of degeneracy)","kjv_definition":"extremity."} +{"id":"H6581","strongs_number":"H6581","system":"hebrew","language":"hebrew","number_value":6581,"lemma":"פָּשָׂה","transliteration":"pâsâh","pronunciation":"paw-saw'","derivation":"a primitive root;","strongs_definition":"to spread","kjv_definition":"spread."} +{"id":"H6582","strongs_number":"H6582","system":"hebrew","language":"hebrew","number_value":6582,"lemma":"פָּשַׁח","transliteration":"pâshach","pronunciation":"paw-shakh'","derivation":"a primitive root;","strongs_definition":"to tear in pieces","kjv_definition":"pull in pieces."} +{"id":"H6583","strongs_number":"H6583","system":"hebrew","language":"hebrew","number_value":6583,"lemma":"פַּשְׁחוּר","transliteration":"Pashchûwr","pronunciation":"pash-khoor'","derivation":"probably from H6582 (פָּשַׁח); liberation;","strongs_definition":"Pashchur, the name of four Israelites","kjv_definition":"Pashur."} +{"id":"H6584","strongs_number":"H6584","system":"hebrew","language":"hebrew","number_value":6584,"lemma":"פָּשַׁט","transliteration":"pâshaṭ","pronunciation":"paw-shat'","derivation":"a primitive root;","strongs_definition":"to spread out (i.e. deploy in hostile array); by analogy, to strip (i.e. unclothe, plunder, flay, etc.)","kjv_definition":"fall upon, flay, invade, make an invasion, pull off, put off, make a road, run upon, rush, set, spoil, spread selves (abroad), strip (off, self)."} +{"id":"H6585","strongs_number":"H6585","system":"hebrew","language":"hebrew","number_value":6585,"lemma":"פָּשַׂע","transliteration":"pâsaʻ","pronunciation":"paw-sah'","derivation":"a primitive root;","strongs_definition":"to stride (from spreading the legs), i.e. rush upon","kjv_definition":"go."} +{"id":"H6586","strongs_number":"H6586","system":"hebrew","language":"hebrew","number_value":6586,"lemma":"פָּשַׁע","transliteration":"pâshaʻ","pronunciation":"paw-shah'","derivation":"a primitive root (identical with through the idea of expansion);","strongs_definition":"to break away (from just authority), i.e. trespass, apostatize, quarrel","kjv_definition":"offend, rebel, revolt, transgress(-ion, -or)."} +{"id":"H6587","strongs_number":"H6587","system":"hebrew","language":"hebrew","number_value":6587,"lemma":"פֶּשַׂע","transliteration":"pesaʻ","pronunciation":"peh'-sah","derivation":"from H6585 (פָּשַׂע);","strongs_definition":"a stride","kjv_definition":"step."} +{"id":"H6588","strongs_number":"H6588","system":"hebrew","language":"hebrew","number_value":6588,"lemma":"פֶּשַׁע","transliteration":"peshaʻ","pronunciation":"peh'-shah","derivation":"from H6586 (פָּשַׁע);","strongs_definition":"a revolt (national, moral or religious)","kjv_definition":"rebellion, sin, transgression, trespass."} +{"id":"H6589","strongs_number":"H6589","system":"hebrew","language":"hebrew","number_value":6589,"lemma":"פָּשַׂק","transliteration":"pâsaq","pronunciation":"paw-sak'","derivation":"a primitive root;","strongs_definition":"to dispart (the feet or lips), i.e. become licentious","kjv_definition":"open (wide)."} +{"id":"H6590","strongs_number":"H6590","system":"hebrew","language":"hebrew","number_value":6590,"lemma":"פְּשַׁר","transliteration":"pᵉshar","pronunciation":"pesh-ar'","derivation":"(Aramaic) corresponding to H6622 (פָּתַר);","strongs_definition":"to interpret","kjv_definition":"make (interpretations), interpreting."} +{"id":"H6591","strongs_number":"H6591","system":"hebrew","language":"hebrew","number_value":6591,"lemma":"פְּשַׁר","transliteration":"pᵉshar","pronunciation":"pesh-ar'","derivation":"(Aramaic) from H6590 (פְּשַׁר);","strongs_definition":"an interpretation","kjv_definition":"interpretation."} +{"id":"H6592","strongs_number":"H6592","system":"hebrew","language":"hebrew","number_value":6592,"lemma":"פֵּשֶׁר","transliteration":"pêsher","pronunciation":"pay'-sher","derivation":"corresponding to H6591 (פְּשַׁר)","strongs_definition":"{an interpretation}","kjv_definition":"interpretation."} +{"id":"H6593","strongs_number":"H6593","system":"hebrew","language":"hebrew","number_value":6593,"lemma":"פִּשְׁתֶּה","transliteration":"pishteh","pronunciation":"pish-teh'","derivation":"from the same as H6580 (פַּשׁ) as in the sense of comminuting;","strongs_definition":"linen (i.e. the thread, as carded)","kjv_definition":"flax, linen."} +{"id":"H6594","strongs_number":"H6594","system":"hebrew","language":"hebrew","number_value":6594,"lemma":"פִּשְׁתָּה","transliteration":"pishtâh","pronunciation":"pish-taw'","derivation":"feminine of H6593 (פִּשְׁתֶּה);","strongs_definition":"flax; by implication, a wick","kjv_definition":"flax, tow."} +{"id":"H6595","strongs_number":"H6595","system":"hebrew","language":"hebrew","number_value":6595,"lemma":"פַּת","transliteration":"path","pronunciation":"path","derivation":"from H6626 (פָּתַת);","strongs_definition":"a bit","kjv_definition":"meat, morsel, piece."} +{"id":"H6596","strongs_number":"H6596","system":"hebrew","language":"hebrew","number_value":6596,"lemma":"פֹּת","transliteration":"pôth","pronunciation":"pohth","derivation":"or פֹּתָה; (Ezekiel 13:19), from an unused root meaning to open;","strongs_definition":"a hole, i.e. hinge or the female pudenda","kjv_definition":"hinge, secret participle"} +{"id":"H6597","strongs_number":"H6597","system":"hebrew","language":"hebrew","number_value":6597,"lemma":"פִּתְאוֹם","transliteration":"pithʼôwm","pronunciation":"pith-ome'","derivation":"or פִּתְאֹם; from H6621 (פֶּתַע);","strongs_definition":"instantly","kjv_definition":"straightway, sudden(-ly)."} +{"id":"H6598","strongs_number":"H6598","system":"hebrew","language":"hebrew","number_value":6598,"lemma":"פַּתְבַּג","transliteration":"pathbag","pronunciation":"pathbag'","derivation":"of Persian origin;","strongs_definition":"a dainty","kjv_definition":"portion (provision) of meat."} +{"id":"H6599","strongs_number":"H6599","system":"hebrew","language":"hebrew","number_value":6599,"lemma":"פִּתְגָּם","transliteration":"pithgâm","pronunciation":"pith-gawm'","derivation":"of Persian origin;","strongs_definition":"a (judicial) sentence","kjv_definition":"decree, sentence."} +{"id":"H6600","strongs_number":"H6600","system":"hebrew","language":"hebrew","number_value":6600,"lemma":"פִּתְגָּם","transliteration":"pithgâm","pronunciation":"pith-gawm'","derivation":"(Aramaic) corresponding to H6599 (פִּתְגָּם);","strongs_definition":"a word, answer, letter or decree","kjv_definition":"answer, letter, matter, word."} +{"id":"H6601","strongs_number":"H6601","system":"hebrew","language":"hebrew","number_value":6601,"lemma":"פָּתָה","transliteration":"pâthâh","pronunciation":"paw-thaw'","derivation":"a primitive root;","strongs_definition":"to open, i.e. be (causatively, make) roomy; usually figuratively (in a mental or moral sense) to be (causatively, make) simple or (in a sinister way) delude","kjv_definition":"allure, deceive, enlarge, entice, flatter, persuade, silly (one)."} +{"id":"H6602","strongs_number":"H6602","system":"hebrew","language":"hebrew","number_value":6602,"lemma":"פְּתוּאֵל","transliteration":"Pᵉthûwʼêl","pronunciation":"peth-oo-ale'","derivation":"from H6601 (פָּתָה) and H410 (אֵל); enlarged of God;","strongs_definition":"Pethuel, an Israelite","kjv_definition":"Pethuel."} +{"id":"H6603","strongs_number":"H6603","system":"hebrew","language":"hebrew","number_value":6603,"lemma":"פִּתּוּחַ","transliteration":"pittûwach","pronunciation":"pit-too'-akh","derivation":"or פִּתֻּחַ ; passive participle of H6605 (פָּתַח);","strongs_definition":"sculpture (in low or high relief or even intaglio)","kjv_definition":"carved (work) (are, en-) grave(-ing, -n)."} +{"id":"H6604","strongs_number":"H6604","system":"hebrew","language":"hebrew","number_value":6604,"lemma":"פְּתוֹר","transliteration":"Pᵉthôwr","pronunciation":"peth-ore'","derivation":"of foreign origin;","strongs_definition":"Pethor, a place in Mesopotamia","kjv_definition":"Pethor."} +{"id":"H6605","strongs_number":"H6605","system":"hebrew","language":"hebrew","number_value":6605,"lemma":"פָּתַח","transliteration":"pâthach","pronunciation":"paw-thakh'","derivation":"a primitive root;","strongs_definition":"to open wide (literally or figuratively); specifically, to loosen, begin, plough, carve","kjv_definition":"appear, break forth, draw (out), let go free, (en-) grave(-n), loose (self), (be, be set) open(-ing), put off, ungird, unstop, have vent."} +{"id":"H6606","strongs_number":"H6606","system":"hebrew","language":"hebrew","number_value":6606,"lemma":"פְּתַח","transliteration":"pᵉthach","pronunciation":"peth-akh'","derivation":"(Aramaic) corresponding to H6605 (פָּתַח);","strongs_definition":"to open","kjv_definition":"open."} +{"id":"H6607","strongs_number":"H6607","system":"hebrew","language":"hebrew","number_value":6607,"lemma":"פֶּתַח","transliteration":"pethach","pronunciation":"peh'-thakh","derivation":"from H6605 (פָּתַח);","strongs_definition":"an opening (literally), i.e. door (gate) or entrance way","kjv_definition":"door, entering (in), entrance (-ry), gate, opening, place."} +{"id":"H6608","strongs_number":"H6608","system":"hebrew","language":"hebrew","number_value":6608,"lemma":"פֵּתַח","transliteration":"pêthach","pronunciation":"pay'-thakh","derivation":"from H6605 (פָּתַח);","strongs_definition":"opening (figuratively) i.e. disclosure","kjv_definition":"entrance."} +{"id":"H6609","strongs_number":"H6609","system":"hebrew","language":"hebrew","number_value":6609,"lemma":"פְּתִחָה","transliteration":"pᵉthichâh","pronunciation":"peth-ee-khaw'","derivation":"from H6605 (פָּתַח);","strongs_definition":"something opened, i.e. a drawn sword","kjv_definition":"drawn sword."} +{"id":"H6610","strongs_number":"H6610","system":"hebrew","language":"hebrew","number_value":6610,"lemma":"פִּתְחוֹן","transliteration":"pithchôwn","pronunciation":"pith-khone'","derivation":"from H6605 (פָּתַח);","strongs_definition":"opening (the act)","kjv_definition":"open(-ing)."} +{"id":"H6611","strongs_number":"H6611","system":"hebrew","language":"hebrew","number_value":6611,"lemma":"פְּתַחְיָה","transliteration":"Pᵉthachyâh","pronunciation":"peth-akh-yaw'","derivation":"from H6605 (פָּתַח) and H3050 (יָהּ); Jah has opened;","strongs_definition":"Pethachjah, the name of four Israelites","kjv_definition":"Pethakiah."} +{"id":"H6612","strongs_number":"H6612","system":"hebrew","language":"hebrew","number_value":6612,"lemma":"פְּתִי","transliteration":"pᵉthîy","pronunciation":"peth-ee'","derivation":"or פֶּתִי; or פְּתָאִי; from H6601 (פָּתָה);","strongs_definition":"silly (i.e. seducible)","kjv_definition":"foolish, simple(-icity, one)."} +{"id":"H6613","strongs_number":"H6613","system":"hebrew","language":"hebrew","number_value":6613,"lemma":"פְּתַי","transliteration":"pᵉthay","pronunciation":"peth-ah'-ee","derivation":"(Aramaic) from a root corresponding to H6601 (פָּתָה);","strongs_definition":"open, i.e. (as noun) width","kjv_definition":"breadth."} +{"id":"H6614","strongs_number":"H6614","system":"hebrew","language":"hebrew","number_value":6614,"lemma":"פְּתִיגִיל","transliteration":"pᵉthîygîyl","pronunciation":"peth-eeg-eel'","derivation":"of uncertain derivation;","strongs_definition":"probably a figured mantle forholidays","kjv_definition":"stomacher."} +{"id":"H6615","strongs_number":"H6615","system":"hebrew","language":"hebrew","number_value":6615,"lemma":"פְּתַיּוּת","transliteration":"pᵉthayûwth","pronunciation":"peth-ah-yooth'","derivation":"from H6612 (פְּתִי);","strongs_definition":"silliness (i.e. seducibility)","kjv_definition":"simple."} +{"id":"H6616","strongs_number":"H6616","system":"hebrew","language":"hebrew","number_value":6616,"lemma":"פָּתִיל","transliteration":"pâthîyl","pronunciation":"paw-theel'","derivation":"from H6617 (פָּתַל);","strongs_definition":"twine","kjv_definition":"bound, bracelet, lace, line, ribband, thread, wire."} +{"id":"H6617","strongs_number":"H6617","system":"hebrew","language":"hebrew","number_value":6617,"lemma":"פָּתַל","transliteration":"pâthal","pronunciation":"paw-thal'","derivation":"a primitive root;","strongs_definition":"to twine, i.e. (literally) to struggle or (figuratively) be (morally) tortuous","kjv_definition":"(shew self) froward, shew self unsavoury, wrestle."} +{"id":"H6618","strongs_number":"H6618","system":"hebrew","language":"hebrew","number_value":6618,"lemma":"פְּתַלְתֹּל","transliteration":"pᵉthaltôl","pronunciation":"peth-al-tole'","derivation":"from H6617 (פָּתַל);","strongs_definition":"tortuous (i.e. crafty)","kjv_definition":"crooked."} +{"id":"H6619","strongs_number":"H6619","system":"hebrew","language":"hebrew","number_value":6619,"lemma":"פִּתֹם","transliteration":"Pithôm","pronunciation":"pee-thome'","derivation":"of Egyptian derivation;","strongs_definition":"Pithom, a place in Egypt","kjv_definition":"Pithom."} +{"id":"H6620","strongs_number":"H6620","system":"hebrew","language":"hebrew","number_value":6620,"lemma":"פֶּתֶן","transliteration":"pethen","pronunciation":"peh'-then","derivation":"from an unused root meaning to twist;","strongs_definition":"an asp (from its contortions)","kjv_definition":"adder."} +{"id":"H6621","strongs_number":"H6621","system":"hebrew","language":"hebrew","number_value":6621,"lemma":"פֶּתַע","transliteration":"pethaʻ","pronunciation":"peh'-thah","derivation":"from an unused root meaning to open (the eyes); (compare H6597 (פִּתְאוֹם))","strongs_definition":"a wink, i.e. moment(used only (with or without preposition) adverbially, quickly or unexpectedly","kjv_definition":"at an instant, suddenly, [idiom] very."} +{"id":"H6622","strongs_number":"H6622","system":"hebrew","language":"hebrew","number_value":6622,"lemma":"פָּתַר","transliteration":"pâthar","pronunciation":"paw-thar'","derivation":"a primitive root;","strongs_definition":"to open up, i.e. (figuratively) interpret (a dream)","kjv_definition":"interpret(-ation, -er)."} +{"id":"H6623","strongs_number":"H6623","system":"hebrew","language":"hebrew","number_value":6623,"lemma":"פִּתְרוֹן","transliteration":"pithrôwn","pronunciation":"pith-rone'","derivation":"or פִּתְרֹן; from H6622 (פָּתַר);","strongs_definition":"interpretation (of a dream)","kjv_definition":"interpretation."} +{"id":"H6624","strongs_number":"H6624","system":"hebrew","language":"hebrew","number_value":6624,"lemma":"פַּתְרוֹס","transliteration":"Pathrôwç","pronunciation":"path-roce'","derivation":"of Egyptian derivation;","strongs_definition":"Pathros, a part of Egypt","kjv_definition":"Pathros."} +{"id":"H6625","strongs_number":"H6625","system":"hebrew","language":"hebrew","number_value":6625,"lemma":"פַּתְרֻסִי","transliteration":"Pathruçîy","pronunciation":"path-roo-see'","derivation":"patrial from H6624 (פַּתְרוֹס);","strongs_definition":"a Pathrusite, or inhabitant of Pathros","kjv_definition":"Pathrusim."} +{"id":"H6626","strongs_number":"H6626","system":"hebrew","language":"hebrew","number_value":6626,"lemma":"פָּתַת","transliteration":"pâthath","pronunciation":"paw-thath'","derivation":"a primitive root;","strongs_definition":"to open, i.e. break","kjv_definition":"participle x"} +{"id":"H6627","strongs_number":"H6627","system":"hebrew","language":"hebrew","number_value":6627,"lemma":"צָאָה","transliteration":"tsâʼâh","pronunciation":"tsaw-aw'","derivation":"from H3318 (יָצָא);","strongs_definition":"issue, i.e. (human) excrement","kjv_definition":"that (which) cometh from (out)."} +{"id":"H6628","strongs_number":"H6628","system":"hebrew","language":"hebrew","number_value":6628,"lemma":"צֶאֶל","transliteration":"tseʼel","pronunciation":"tseh'-el","derivation":"from an unused root meaning to be slender;","strongs_definition":"the lotus tree","kjv_definition":"shady tree."} +{"id":"H6629","strongs_number":"H6629","system":"hebrew","language":"hebrew","number_value":6629,"lemma":"צֹאן","transliteration":"tsôʼn","pronunciation":"tsone","derivation":"or צאוֹן; (Psalm 144:13), from an unused root meaning to migrate;","strongs_definition":"a collective name for a flock (of sheep or goats); also figuratively (of men)","kjv_definition":"(small) cattle, flock ([phrase] -s), lamb ([phrase] -s), sheep(-cote, -fold, -shearer, -herds)."} +{"id":"H6630","strongs_number":"H6630","system":"hebrew","language":"hebrew","number_value":6630,"lemma":"צַאֲנָן","transliteration":"Tsaʼănân","pronunciation":"tsah-an-awn'","derivation":"from the same as H6629 (צֹאן) used denominatively; sheep pasture;","strongs_definition":"Zaanan, a place in Palestine","kjv_definition":"Zaanan."} +{"id":"H6631","strongs_number":"H6631","system":"hebrew","language":"hebrew","number_value":6631,"lemma":"צֶאֱצָא","transliteration":"tseʼĕtsâʼ","pronunciation":"tseh-ets-aw'","derivation":"from H3318 (יָצָא);","strongs_definition":"issue, i.e. produce, children","kjv_definition":"that which cometh forth (out), offspring."} +{"id":"H6632","strongs_number":"H6632","system":"hebrew","language":"hebrew","number_value":6632,"lemma":"צָב","transliteration":"tsâb","pronunciation":"tsawb","derivation":"from an unused root meaning to establish;","strongs_definition":"a palanquin or canopy (as a fixture); also a species of lizard (probably as clinging fast)","kjv_definition":"covered, litter, tortoise."} +{"id":"H6633","strongs_number":"H6633","system":"hebrew","language":"hebrew","number_value":6633,"lemma":"צָבָא","transliteration":"tsâbâʼ","pronunciation":"tsaw-baw'","derivation":"a primitive root;","strongs_definition":"to mass (an army or servants)","kjv_definition":"assemble, fight, perform, muster, wait upon, war."} +{"id":"H6634","strongs_number":"H6634","system":"hebrew","language":"hebrew","number_value":6634,"lemma":"צְבָא","transliteration":"tsᵉbâʼ","pronunciation":"tseb-aw'","derivation":"(Aramaic) corresponding to H6623 (פִּתְרוֹן) in the figurative sense of summoning one's wishes;","strongs_definition":"to please","kjv_definition":"will, would."} +{"id":"H6635","strongs_number":"H6635","system":"hebrew","language":"hebrew","number_value":6635,"lemma":"צָבָא","transliteration":"tsâbâʼ","pronunciation":"tsaw-baw'","derivation":"or (feminine) צְבָאָה; from H6633 (צָבָא);","strongs_definition":"a mass of persons (or figuratively, things), especially reg. organized forwar (an army); by implication, a campaign, literally or figuratively (specifically, hardship, worship)","kjv_definition":"appointed time, ([phrase]) army, ([phrase]) battle, company, host, service, soldiers, waiting upon, war(-fare)."} +{"id":"H6636","strongs_number":"H6636","system":"hebrew","language":"hebrew","number_value":6636,"lemma":"צְבֹאִים","transliteration":"Tsᵉbôʼîym","pronunciation":"tseb-o-eem'","derivation":"or (more correctly) צְבִיִּים; or צְבִיִּם; plural of H6643 (צְבִי); gazelles;","strongs_definition":"Tseboim or Tsebijim, a place in Palestine","kjv_definition":"Zeboiim, Zeboim."} +{"id":"H6637","strongs_number":"H6637","system":"hebrew","language":"hebrew","number_value":6637,"lemma":"צֹבֵבָה","transliteration":"Tsôbêbâh","pronunciation":"tso-bay-baw'","derivation":"feminine active participle of the same as H6632 (צָב); the canopier (with the article);","strongs_definition":"Tsobebah, an Israelitess","kjv_definition":"Zobebah."} +{"id":"H6638","strongs_number":"H6638","system":"hebrew","language":"hebrew","number_value":6638,"lemma":"צָבָה","transliteration":"tsâbâh","pronunciation":"tsaw-baw'","derivation":"a primitive root;","strongs_definition":"to amass, i.e. grow turgid; specifically, to array an army against","kjv_definition":"fight swell."} +{"id":"H6639","strongs_number":"H6639","system":"hebrew","language":"hebrew","number_value":6639,"lemma":"צָבֶה","transliteration":"tsâbeh","pronunciation":"tsaw-beh'","derivation":"from H6638 (צָבָה);","strongs_definition":"turgid","kjv_definition":"swell."} +{"id":"H6640","strongs_number":"H6640","system":"hebrew","language":"hebrew","number_value":6640,"lemma":"צְבוּ","transliteration":"tsᵉbûw","pronunciation":"tseb-oo'","derivation":"(Aramaic) from H6634 (צְבָא);","strongs_definition":"properly, will; concretely, an affair (as a matter of determination)","kjv_definition":"purpose."} +{"id":"H6641","strongs_number":"H6641","system":"hebrew","language":"hebrew","number_value":6641,"lemma":"צָבוּעַ","transliteration":"tsâbûwaʻ","pronunciation":"tsaw-boo'-ah","derivation":"passive participle of the same as H6648 (צֶבַע);","strongs_definition":"dyed (in stripes), i.e. the hyena","kjv_definition":"speckled."} +{"id":"H6642","strongs_number":"H6642","system":"hebrew","language":"hebrew","number_value":6642,"lemma":"צָבַט","transliteration":"tsâbaṭ","pronunciation":"tsaw-bat'","derivation":"a primitive root;","strongs_definition":"to grasp, i.e. hand out","kjv_definition":"reach."} +{"id":"H6643","strongs_number":"H6643","system":"hebrew","language":"hebrew","number_value":6643,"lemma":"צְבִי","transliteration":"tsᵉbîy","pronunciation":"tseb-ee'","derivation":"from H6638 (צָבָה) in the sense of prominence;","strongs_definition":"splendor (as conspicuous); also a gazelle (as beautiful)","kjv_definition":"beautiful(-ty), glorious (-ry), goodly, pleasant, roe(-buck)."} +{"id":"H6644","strongs_number":"H6644","system":"hebrew","language":"hebrew","number_value":6644,"lemma":"צִבְיָא","transliteration":"Tsibyâʼ","pronunciation":"tsib-yaw'","derivation":"for H6645 (צִבְיָּה);","strongs_definition":"Tsibja, an Israelite","kjv_definition":"Zibia."} +{"id":"H6645","strongs_number":"H6645","system":"hebrew","language":"hebrew","number_value":6645,"lemma":"צִבְיָּה","transliteration":"Tsibyâh","pronunciation":"tsib-yaw'","derivation":"for H6646 (צְבִיָּה);","strongs_definition":"Tsibjah, an Israelite","kjv_definition":"Zibiah."} +{"id":"H6646","strongs_number":"H6646","system":"hebrew","language":"hebrew","number_value":6646,"lemma":"צְבִיָּה","transliteration":"tsᵉbîyâh","pronunciation":"tseb-ee-yaw'","derivation":"feminine of H6643 (צְבִי);","strongs_definition":"a female gazelle","kjv_definition":"roe."} +{"id":"H6647","strongs_number":"H6647","system":"hebrew","language":"hebrew","number_value":6647,"lemma":"צְבַע","transliteration":"tsᵉbaʻ","pronunciation":"tseb-ah'","derivation":"(Aramaic) a root corresponding to that of H6648 (צֶבַע);","strongs_definition":"to dip","kjv_definition":"wet."} +{"id":"H6648","strongs_number":"H6648","system":"hebrew","language":"hebrew","number_value":6648,"lemma":"צֶבַע","transliteration":"tsebaʻ","pronunciation":"tseh'-bah","derivation":"from an unused root meaning to dip (into coloring fluid);","strongs_definition":"a dye","kjv_definition":"divers, colours."} +{"id":"H6649","strongs_number":"H6649","system":"hebrew","language":"hebrew","number_value":6649,"lemma":"צִבְעוֹן","transliteration":"Tsibʻôwn","pronunciation":"tsib-one'","derivation":"from the same as H6648 (צֶבַע); variegated;","strongs_definition":"Tsibon, an Idumaean","kjv_definition":"Zibeon."} +{"id":"H6650","strongs_number":"H6650","system":"hebrew","language":"hebrew","number_value":6650,"lemma":"צְבֹעִים","transliteration":"Tsᵉbôʻîym","pronunciation":"tseb-o-eem'","derivation":"plural of H6641 (צָבוּעַ); hyenas;","strongs_definition":"Tseboim, a place in Palestine","kjv_definition":"Zeboim."} +{"id":"H6651","strongs_number":"H6651","system":"hebrew","language":"hebrew","number_value":6651,"lemma":"צָבַר","transliteration":"tsâbar","pronunciation":"tsaw-bar'","derivation":"a primitive root;","strongs_definition":"to aggregate","kjv_definition":"gather (together), heap (up), lay up."} +{"id":"H6652","strongs_number":"H6652","system":"hebrew","language":"hebrew","number_value":6652,"lemma":"צִבֻּר","transliteration":"tsibbur","pronunciation":"tsib-boor'","derivation":"from H6551 (פַּרְעֹשׁ);","strongs_definition":"a pile","kjv_definition":"heap."} +{"id":"H6653","strongs_number":"H6653","system":"hebrew","language":"hebrew","number_value":6653,"lemma":"צֶבֶת","transliteration":"tsebeth","pronunciation":"tseh'-beth","derivation":"from an unused root apparently meaning to grip;","strongs_definition":"a lock of stalks","kjv_definition":"handful."} +{"id":"H6654","strongs_number":"H6654","system":"hebrew","language":"hebrew","number_value":6654,"lemma":"צַד","transliteration":"tsad","pronunciation":"tsad","derivation":"contr. from an unused root meaning to sidle off;","strongs_definition":"a side; figuratively, an adversary","kjv_definition":"(be-) side."} +{"id":"H6655","strongs_number":"H6655","system":"hebrew","language":"hebrew","number_value":6655,"lemma":"צַד","transliteration":"tsad","pronunciation":"tsad","derivation":"(Aramaic) corresponding to H6654 (צַד);","strongs_definition":"used adverbially (with preposition) at or upon the side of","kjv_definition":"against, concerning."} +{"id":"H6656","strongs_number":"H6656","system":"hebrew","language":"hebrew","number_value":6656,"lemma":"צְדָא","transliteration":"tsᵉdâʼ","pronunciation":"tsed-aw'","derivation":"(Aramaic) from an unused root corresponding to H6658 (צָדָה) in the sense of intentness;","strongs_definition":"a (sinister) design","kjv_definition":"true."} +{"id":"H6657","strongs_number":"H6657","system":"hebrew","language":"hebrew","number_value":6657,"lemma":"צְדָד","transliteration":"Tsᵉdâd","pronunciation":"tsed-awd'","derivation":"from the same as H6654 (צַד); a siding;","strongs_definition":"Tsedad, a place near Palestine","kjv_definition":"Zedad."} +{"id":"H6658","strongs_number":"H6658","system":"hebrew","language":"hebrew","number_value":6658,"lemma":"צָדָה","transliteration":"tsâdâh","pronunciation":"tsaw-daw'","derivation":"a primitive root;","strongs_definition":"to chase; by implication, to desolate","kjv_definition":"destroy, hunt, lie in wait."} +{"id":"H6659","strongs_number":"H6659","system":"hebrew","language":"hebrew","number_value":6659,"lemma":"צָדוֹק","transliteration":"Tsâdôwq","pronunciation":"tsaw-doke'","derivation":"from H6663 (צָדַק); just;","strongs_definition":"Tsadok, the name of eight or nine Israelites","kjv_definition":"Zadok."} +{"id":"H6660","strongs_number":"H6660","system":"hebrew","language":"hebrew","number_value":6660,"lemma":"צְדִיָּה","transliteration":"tsᵉdîyâh","pronunciation":"tsed-ee-yaw'","derivation":"from H6658 (צָדָה); (compare H6656 (צְדָא))","strongs_definition":"design","kjv_definition":"lying in wait."} +{"id":"H6661","strongs_number":"H6661","system":"hebrew","language":"hebrew","number_value":6661,"lemma":"צִדִּים","transliteration":"Tsiddîym","pronunciation":"tsid-deem'","derivation":"plural of H6654 (צַד); sides;","strongs_definition":"Tsiddim (with the article), a place in Palestine","kjv_definition":"Ziddim."} +{"id":"H6662","strongs_number":"H6662","system":"hebrew","language":"hebrew","number_value":6662,"lemma":"צַדִּיק","transliteration":"tsaddîyq","pronunciation":"tsad-deek'","derivation":"from H6663 (צָדַק);","strongs_definition":"just","kjv_definition":"just, lawful, righteous (man)."} +{"id":"H6663","strongs_number":"H6663","system":"hebrew","language":"hebrew","number_value":6663,"lemma":"צָדַק","transliteration":"tsâdaq","pronunciation":"tsaw-dak'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) right (in a moral or forensic sense)","kjv_definition":"cleanse, clear self, (be, do) just(-ice, -ify, -ify self), (be turn to) righteous(-ness)."} +{"id":"H6664","strongs_number":"H6664","system":"hebrew","language":"hebrew","number_value":6664,"lemma":"צֶדֶק","transliteration":"tsedeq","pronunciation":"tseh'-dek","derivation":"from H6663 (צָדַק);","strongs_definition":"the right (natural, moral or legal); also (abstractly) equity or (figuratively) prosperity","kjv_definition":"[idiom] even, ([idiom] that which is altogether) just(-ice), (un-)right(-eous) (cause, -ly, -ness)."} +{"id":"H6665","strongs_number":"H6665","system":"hebrew","language":"hebrew","number_value":6665,"lemma":"צִדְקָה","transliteration":"tsidqâh","pronunciation":"tsid-kaw'","derivation":"(Aramaic) corresponding to H6666 (צְדָקָה);","strongs_definition":"beneficence","kjv_definition":"righteousness."} +{"id":"H6666","strongs_number":"H6666","system":"hebrew","language":"hebrew","number_value":6666,"lemma":"צְדָקָה","transliteration":"tsᵉdâqâh","pronunciation":"tsed-aw-kaw'","derivation":"from H6663 (צָדַק);","strongs_definition":"rightness (abstractly), subjectively (rectitude), objectively (justice), morally (virtue) or figuratively (prosperity)","kjv_definition":"justice, moderately, right(-eous) (act, -ly, -ness)."} +{"id":"H6667","strongs_number":"H6667","system":"hebrew","language":"hebrew","number_value":6667,"lemma":"צִדְקִיָּה","transliteration":"Tsidqîyâh","pronunciation":"tsid-kee-yaw'","derivation":"or צִדְקִיָּהוּ; from H6664 (צֶדֶק) and H3050 (יָהּ); right of Jah;","strongs_definition":"Tsidkijah, the name of six Israelites","kjv_definition":"Zedekiah, Zidkijah."} +{"id":"H6668","strongs_number":"H6668","system":"hebrew","language":"hebrew","number_value":6668,"lemma":"צָהַב","transliteration":"tsâhab","pronunciation":"tsaw-hab'","derivation":"a primitive root;","strongs_definition":"to glitter, i.e. be golden in color","kjv_definition":"[idiom] fine."} +{"id":"H6669","strongs_number":"H6669","system":"hebrew","language":"hebrew","number_value":6669,"lemma":"צָהֹב","transliteration":"tsâhôb","pronunciation":"tsaw-obe'","derivation":"from H6668 (צָהַב);","strongs_definition":"golden in color","kjv_definition":"yellow."} +{"id":"H6670","strongs_number":"H6670","system":"hebrew","language":"hebrew","number_value":6670,"lemma":"צָהַל","transliteration":"tsâhal","pronunciation":"tsaw-hal'","derivation":"a primitive root;","strongs_definition":"to gleam, i.e. (figuratively) be cheerful; by transference to sound clear (of various animal or human expressions)","kjv_definition":"bellow, cry aloud (out), lift up, neigh, rejoice, make to shine, shout."} +{"id":"H6671","strongs_number":"H6671","system":"hebrew","language":"hebrew","number_value":6671,"lemma":"צָהַר","transliteration":"tsâhar","pronunciation":"tsaw-har'","derivation":"a primitive root; to glisten; used only as denominative from H3323 (יִצְהָר),","strongs_definition":"to press out oil","kjv_definition":"make oil."} +{"id":"H6672","strongs_number":"H6672","system":"hebrew","language":"hebrew","number_value":6672,"lemma":"צֹהַר","transliteration":"tsôhar","pronunciation":"tso'-har","derivation":"from H6671 (צָהַר);","strongs_definition":"a light (i.e. window); dual double light, i.e. noon","kjv_definition":"midday, noon(-day, -tide), window."} +{"id":"H6673","strongs_number":"H6673","system":"hebrew","language":"hebrew","number_value":6673,"lemma":"צַו","transliteration":"tsav","pronunciation":"tsav","derivation":"or צָו; from H6680 (צָוָה);","strongs_definition":"an injunction","kjv_definition":"commandment, precept."} +{"id":"H6674","strongs_number":"H6674","system":"hebrew","language":"hebrew","number_value":6674,"lemma":"צוֹא","transliteration":"tsôwʼ","pronunciation":"tso","derivation":"or צֹא; from an unused root meaning to issue;","strongs_definition":"soiled (as if excrementitious)","kjv_definition":"filthy."} +{"id":"H6675","strongs_number":"H6675","system":"hebrew","language":"hebrew","number_value":6675,"lemma":"צוֹאָה","transliteration":"tsôwʼâh","pronunciation":"tso-aw'","derivation":"or צֹאָה ; feminine of H6674 (צוֹא);","strongs_definition":"excrement; generally, dirt; figuratively, pollution","kjv_definition":"dung, filth(-iness). Marg. for H2716 (חֶרֶא)."} +{"id":"H6676","strongs_number":"H6676","system":"hebrew","language":"hebrew","number_value":6676,"lemma":"צַוַּאר","transliteration":"tsavvaʼr","pronunciation":"tsav-var'","derivation":"(Aramaic) corresponding to H6677 (צַוָּאר)","strongs_definition":"{the back of the neck (as that on which burdens are bound)}","kjv_definition":"neck."} +{"id":"H6677","strongs_number":"H6677","system":"hebrew","language":"hebrew","number_value":6677,"lemma":"צַוָּאר","transliteration":"tsavvâʼr","pronunciation":"tsav-vawr'","derivation":"or צַוָּר; (Nehemiah 3:5), or צַוָּרֹןlemma צַוָּרן missing vowel, corrected to צַוָּרֹן; (Song of Solomon 4:9), or (feminine) צַוָּארָה; (Micah 2:3), intensively from H6696 (צוּר) in the sense of binding;","strongs_definition":"the back of the neck (as that on which burdens are bound)","kjv_definition":"neck."} +{"id":"H6678","strongs_number":"H6678","system":"hebrew","language":"hebrew","number_value":6678,"lemma":"צוֹבָא","transliteration":"Tsôwbâʼ","pronunciation":"tso-baw'","derivation":"or צוֹבָה; or צֹבָה; from an unused root meaning to station; a station;","strongs_definition":"Zoba or Zobah, a region of Syria","kjv_definition":"Zoba, Zobah."} +{"id":"H6679","strongs_number":"H6679","system":"hebrew","language":"hebrew","number_value":6679,"lemma":"צוּד","transliteration":"tsûwd","pronunciation":"tsood","derivation":"a primitive root; also denominative from H6718 (צַיִד)","strongs_definition":"to lie alongside (i.e. in wait); by implication, to catch an animal (figuratively, men); to victual (for a journey)","kjv_definition":"chase, hunt, sore, take (provision)."} +{"id":"H6680","strongs_number":"H6680","system":"hebrew","language":"hebrew","number_value":6680,"lemma":"צָוָה","transliteration":"tsâvâh","pronunciation":"tsaw-vaw'","derivation":"a primitive root;","strongs_definition":"(intensively) to constitute, enjoin","kjv_definition":"appoint, (for-) bid, (give a) charge, (give a, give in, send with) command(-er, -ment), send a messenger, put, (set) in order."} +{"id":"H6681","strongs_number":"H6681","system":"hebrew","language":"hebrew","number_value":6681,"lemma":"צָוַח","transliteration":"tsâvach","pronunciation":"tsaw-vakh'","derivation":"a primitive root;","strongs_definition":"to screech (exultingly)","kjv_definition":"shout."} +{"id":"H6682","strongs_number":"H6682","system":"hebrew","language":"hebrew","number_value":6682,"lemma":"צְוָחָה","transliteration":"tsᵉvâchâh","pronunciation":"tsev-aw-khaw'","derivation":"from H6681 (צָוַח);","strongs_definition":"a screech (of anguish)","kjv_definition":"cry(-ing)."} +{"id":"H6683","strongs_number":"H6683","system":"hebrew","language":"hebrew","number_value":6683,"lemma":"צוּלָה","transliteration":"tsûwlâh","pronunciation":"tsoo-law'","derivation":"from an unused root meaning to sink;","strongs_definition":"an abyss (of the sea)","kjv_definition":"deep."} +{"id":"H6684","strongs_number":"H6684","system":"hebrew","language":"hebrew","number_value":6684,"lemma":"צוּם","transliteration":"tsûwm","pronunciation":"tsoom","derivation":"a primitive root;","strongs_definition":"to cover over (the mouth), i.e. to fast","kjv_definition":"[idiom] at all, fast."} +{"id":"H6685","strongs_number":"H6685","system":"hebrew","language":"hebrew","number_value":6685,"lemma":"צוֹם","transliteration":"tsôwm","pronunciation":"tsome","derivation":"or צֹם; from H6684 (צוּם);","strongs_definition":"a fast","kjv_definition":"fast(-ing)."} +{"id":"H6686","strongs_number":"H6686","system":"hebrew","language":"hebrew","number_value":6686,"lemma":"צוּעָר","transliteration":"Tsûwʻâr","pronunciation":"tsoo-awr'","derivation":"from H6819 (צָעַר); small;","strongs_definition":"Tsuar, an Israelite","kjv_definition":"Zuar."} +{"id":"H6687","strongs_number":"H6687","system":"hebrew","language":"hebrew","number_value":6687,"lemma":"צוּף","transliteration":"tsûwph","pronunciation":"tsoof","derivation":"a primitive root;","strongs_definition":"to overflow","kjv_definition":"(make to over-) flow, swim."} +{"id":"H6688","strongs_number":"H6688","system":"hebrew","language":"hebrew","number_value":6688,"lemma":"צוּף","transliteration":"tsûwph","pronunciation":"tsoof","derivation":"from H6687 (צוּף);","strongs_definition":"comb of honey (from dripping)","kjv_definition":"honeycomb."} +{"id":"H6689","strongs_number":"H6689","system":"hebrew","language":"hebrew","number_value":6689,"lemma":"צוּף","transliteration":"Tsûwph","pronunciation":"tsoof","derivation":"or צוֹפַי; or צִיף; from H6688 (צוּף); honey-comb;","strongs_definition":"Tsuph or Tsophai or Tsiph, the name of an Israelite and of a place in Palestine","kjv_definition":"Zophai, Zuph."} +{"id":"H6690","strongs_number":"H6690","system":"hebrew","language":"hebrew","number_value":6690,"lemma":"צוֹפַח","transliteration":"Tsôwphach","pronunciation":"tso-fakh'","derivation":"from an unused root meaning to expand, breadth;","strongs_definition":"Tsophach, an Israelite","kjv_definition":"Zophah."} +{"id":"H6691","strongs_number":"H6691","system":"hebrew","language":"hebrew","number_value":6691,"lemma":"צוֹפַר","transliteration":"Tsôwphar","pronunciation":"tso-far'","derivation":"from H6852 (צָפַר); departing;","strongs_definition":"Tsophar, a friend of Job","kjv_definition":"Zophar."} +{"id":"H6692","strongs_number":"H6692","system":"hebrew","language":"hebrew","number_value":6692,"lemma":"צוּץ","transliteration":"tsûwts","pronunciation":"tsoots","derivation":"a primitive root;","strongs_definition":"to twinkle, i.e. glance; by analogy, to blossom (figuratively, flourish)","kjv_definition":"bloom, blossom, flourish, shew self."} +{"id":"H6693","strongs_number":"H6693","system":"hebrew","language":"hebrew","number_value":6693,"lemma":"צוּק","transliteration":"tsûwq","pronunciation":"tsook","derivation":"a primitive root;","strongs_definition":"to compress, i.e. (figuratively) oppress, distress","kjv_definition":"constrain, distress, lie sore, (op-) press(-or), straiten."} +{"id":"H6694","strongs_number":"H6694","system":"hebrew","language":"hebrew","number_value":6694,"lemma":"צוּק","transliteration":"tsûwq","pronunciation":"tsook","derivation":"a primitive root (identical with through the idea of narrowness (of orifice));","strongs_definition":"to pour out, i.e. (figuratively) smelt, utter","kjv_definition":"be molten, pour."} +{"id":"H6695","strongs_number":"H6695","system":"hebrew","language":"hebrew","number_value":6695,"lemma":"צוֹק","transliteration":"tsôwq","pronunciation":"tsoke","derivation":"or (feminine) צוּקָה; from H6693 (צוּק);","strongs_definition":"a strait, i.e. (figuratively) distress","kjv_definition":"anguish, [idiom] troublous."} +{"id":"H6696","strongs_number":"H6696","system":"hebrew","language":"hebrew","number_value":6696,"lemma":"צוּר","transliteration":"tsûwr","pronunciation":"tsoor","derivation":"a primitive root;","strongs_definition":"to cramp, i.e. confine (in many applications, literally and figuratively, formative or hostile)","kjv_definition":"adversary, assault, beset, besiege, bind (up), cast, distress, fashion, fortify, inclose, lay siege, put up in bags."} +{"id":"H6697","strongs_number":"H6697","system":"hebrew","language":"hebrew","number_value":6697,"lemma":"צוּר","transliteration":"tsûwr","pronunciation":"tsoor","derivation":"or צֻר; from H6696 (צוּר);","strongs_definition":"properly, a cliff (or sharp rock, as compressed); generally, a rock or boulder; figuratively, a refuge; also an edge (as precipitous)","kjv_definition":"edge, [idiom] (mighty) God (one), rock, [idiom] sharp, stone, [idiom] strength, [idiom] strong. See also H1049 (בֵּית צוּר)."} +{"id":"H6698","strongs_number":"H6698","system":"hebrew","language":"hebrew","number_value":6698,"lemma":"צוּר","transliteration":"Tsûwr","pronunciation":"tsoor","derivation":"the same as H6697 (צוּר); rock;","strongs_definition":"Tsur, the name of a Midianite and of an Israelite","kjv_definition":"Zur."} +{"id":"H6699","strongs_number":"H6699","system":"hebrew","language":"hebrew","number_value":6699,"lemma":"צוּרָה","transliteration":"tsûwrâh","pronunciation":"tsoo-raw'","derivation":"feminine of H6697 (צוּר);","strongs_definition":"a rock (Job 28:10); also a form (as if pressed out)","kjv_definition":"form, rock."} +{"id":"H6700","strongs_number":"H6700","system":"hebrew","language":"hebrew","number_value":6700,"lemma":"צוּרִיאֵל","transliteration":"Tsûwrîyʼêl","pronunciation":"tsoo-ree-ale'","derivation":"from H6697 (צוּר) and H410 (אֵל); rock of God;","strongs_definition":"Tsuriel, an Israelite","kjv_definition":"Zuriel."} +{"id":"H6701","strongs_number":"H6701","system":"hebrew","language":"hebrew","number_value":6701,"lemma":"צוּרִישַׁדַּי","transliteration":"Tsûwrîyshadday","pronunciation":"tsoo-ree-shad-dah'-ee","derivation":"from H6697 (צוּר) and H7706 (שַׁדַּי); rock of (the) Almighty;","strongs_definition":"Tsurishaddai, an Israelite","kjv_definition":"Zurishaddai."} +{"id":"H6702","strongs_number":"H6702","system":"hebrew","language":"hebrew","number_value":6702,"lemma":"צוּת","transliteration":"tsûwth","pronunciation":"tsooth","derivation":"a primitive root;","strongs_definition":"to blaze","kjv_definition":"burn."} +{"id":"H6703","strongs_number":"H6703","system":"hebrew","language":"hebrew","number_value":6703,"lemma":"צַח","transliteration":"tsach","pronunciation":"tsakh","derivation":"from H6705 (צָחַח);","strongs_definition":"dazzling, i.e. sunny, bright, (figuratively) evident","kjv_definition":"clear, dry, plainly, white."} +{"id":"H6704","strongs_number":"H6704","system":"hebrew","language":"hebrew","number_value":6704,"lemma":"צִחֶה","transliteration":"tsicheh","pronunciation":"tsee-kheh'","derivation":"from an unused root meaning to glow;","strongs_definition":"parched","kjv_definition":"dried up."} +{"id":"H6705","strongs_number":"H6705","system":"hebrew","language":"hebrew","number_value":6705,"lemma":"צָחַח","transliteration":"tsâchach","pronunciation":"tsaw-khakh'","derivation":"a primitive root;","strongs_definition":"to glare, i.e. be dazzling white","kjv_definition":"be whiter."} +{"id":"H6706","strongs_number":"H6706","system":"hebrew","language":"hebrew","number_value":6706,"lemma":"צְחִיחַ","transliteration":"tsᵉchîyach","pronunciation":"tsekh-ee'-akh","derivation":"from H6705 (צָחַח);","strongs_definition":"glaring, i.e. exposed to the bright sun","kjv_definition":"higher place, top."} +{"id":"H6707","strongs_number":"H6707","system":"hebrew","language":"hebrew","number_value":6707,"lemma":"צְחִיחָה","transliteration":"tsᵉchîychâh","pronunciation":"tsekh-ee-khaw'","derivation":"feminine of H6706 (צְחִיחַ);","strongs_definition":"a parched region, i.e. the desert","kjv_definition":"dry land."} +{"id":"H6708","strongs_number":"H6708","system":"hebrew","language":"hebrew","number_value":6708,"lemma":"צְחִיחִי","transliteration":"tsᵉchîychîy","pronunciation":"tsekh-ee-khee'","derivation":"from H6706 (צְחִיחַ);","strongs_definition":"bare spot, i.e. in the glaring sun","kjv_definition":"higher place."} +{"id":"H6709","strongs_number":"H6709","system":"hebrew","language":"hebrew","number_value":6709,"lemma":"צַחֲנָה","transliteration":"tsachănâh","pronunciation":"tsakh-an-aw'","derivation":"from an unused root meaning to putrefy;","strongs_definition":"stench","kjv_definition":"ill savour."} +{"id":"H6710","strongs_number":"H6710","system":"hebrew","language":"hebrew","number_value":6710,"lemma":"צַחְצָחָה","transliteration":"tsachtsâchâh","pronunciation":"tsakh-tsaw-khaw'","derivation":"from H6705 (צָחַח);","strongs_definition":"a dry place, i.e. desert","kjv_definition":"drought."} +{"id":"H6711","strongs_number":"H6711","system":"hebrew","language":"hebrew","number_value":6711,"lemma":"צָחַק","transliteration":"tsâchaq","pronunciation":"tsaw-khak'","derivation":"a primitive root;","strongs_definition":"to laugh outright (in merriment or scorn); by implication, to sport","kjv_definition":"laugh, mock, play, make sport."} +{"id":"H6712","strongs_number":"H6712","system":"hebrew","language":"hebrew","number_value":6712,"lemma":"צְחֹק","transliteration":"tsᵉchôq","pronunciation":"tsekh-oke'","derivation":"from H6711 (צָחַק);","strongs_definition":"laughter (in pleasure or derision)","kjv_definition":"laugh(-ed to scorn)."} +{"id":"H6713","strongs_number":"H6713","system":"hebrew","language":"hebrew","number_value":6713,"lemma":"צַחַר","transliteration":"tsachar","pronunciation":"tsakh'-ar","derivation":"from an unused root meaning to dazzle;","strongs_definition":"sheen, i.e. whiteness","kjv_definition":"white."} +{"id":"H6714","strongs_number":"H6714","system":"hebrew","language":"hebrew","number_value":6714,"lemma":"צֹחַר","transliteration":"Tsôchar","pronunciation":"tso'-khar","derivation":"from the same as H6713 (צַחַר); whiteness;","strongs_definition":"Tsochar, the name of a Hittite and of an Israelite","kjv_definition":"Zohar. Compare H3328 (יִצְחַר)."} +{"id":"H6715","strongs_number":"H6715","system":"hebrew","language":"hebrew","number_value":6715,"lemma":"צָחֹר","transliteration":"tsâchôr","pronunciation":"tsaw-khore'","derivation":"from the same as H6713 (צַחַר);","strongs_definition":"white","kjv_definition":"white."} +{"id":"H6716","strongs_number":"H6716","system":"hebrew","language":"hebrew","number_value":6716,"lemma":"צִי","transliteration":"tsîy","pronunciation":"tsee","derivation":"from H6680 (צָוָה);","strongs_definition":"a ship (as a fixture)","kjv_definition":"ship."} +{"id":"H6717","strongs_number":"H6717","system":"hebrew","language":"hebrew","number_value":6717,"lemma":"צִיבָא","transliteration":"Tsîybâʼ","pronunciation":"tsee-baw'","derivation":"from the same as H6678 (צוֹבָא); station;","strongs_definition":"Tsiba, an Israelite","kjv_definition":"Ziba."} +{"id":"H6718","strongs_number":"H6718","system":"hebrew","language":"hebrew","number_value":6718,"lemma":"צַיִד","transliteration":"tsayid","pronunciation":"tsah'-yid","derivation":"from a form of H6679 (צוּד) and meaning the same;","strongs_definition":"the chase; also game (thus taken); (generally) lunch (especially for a journey)","kjv_definition":"[idiom] catcheth, food, [idiom] hunter, (that which he took in) hunting, venison, victuals."} +{"id":"H6719","strongs_number":"H6719","system":"hebrew","language":"hebrew","number_value":6719,"lemma":"צַיָּד","transliteration":"tsayâd","pronunciation":"tsah'-yawd","derivation":"from the same as H6718 (צַיִד);","strongs_definition":"a huntsman","kjv_definition":"hunter."} +{"id":"H6720","strongs_number":"H6720","system":"hebrew","language":"hebrew","number_value":6720,"lemma":"צֵידָה","transliteration":"tsêydâh","pronunciation":"tsay-daw'","derivation":"or צֵדָה; feminine of H6718 (צַיִד);","strongs_definition":"food","kjv_definition":"meat, provision, venison, victuals."} +{"id":"H6721","strongs_number":"H6721","system":"hebrew","language":"hebrew","number_value":6721,"lemma":"צִידוֹן","transliteration":"Tsîydôwn","pronunciation":"tsee-done'","derivation":"or צִידֹן; from H6679 (צוּד) in the sense of catching fish; fishery;","strongs_definition":"Tsidon, the name of a son of Canaan, and of a place in Palestine","kjv_definition":"Sidon, Zidon."} +{"id":"H6722","strongs_number":"H6722","system":"hebrew","language":"hebrew","number_value":6722,"lemma":"צִידֹנִי","transliteration":"Tsîydônîy","pronunciation":"tsee-do-nee'","derivation":"patrial from H6721 (צִידוֹן);","strongs_definition":"a Tsidonian or inhabitant of Tsidon","kjv_definition":"Sidonian, of Sidon, Zidonian."} +{"id":"H6723","strongs_number":"H6723","system":"hebrew","language":"hebrew","number_value":6723,"lemma":"צִיָּה","transliteration":"tsîyâh","pronunciation":"tsee-yaw'","derivation":"from an unused root meaning to parch;","strongs_definition":"aridity; concretely, a desert","kjv_definition":"barren, drought, dry (land, place), solitary place, wilderness."} +{"id":"H6724","strongs_number":"H6724","system":"hebrew","language":"hebrew","number_value":6724,"lemma":"צִיוֹן","transliteration":"tsîyôwn","pronunciation":"tsee-yone'","derivation":"from the same as H6723 (צִיָּה);","strongs_definition":"a desert","kjv_definition":"dry place."} +{"id":"H6725","strongs_number":"H6725","system":"hebrew","language":"hebrew","number_value":6725,"lemma":"צִיּוּן","transliteration":"tsîyûwn","pronunciation":"tsee-yoon'","derivation":"from the same as H6723 (צִיָּה) in the sense of conspicuousness (compare H5329 (נָצַח));","strongs_definition":"a monumental or guiding pillar","kjv_definition":"sign, title, waymark."} +{"id":"H6726","strongs_number":"H6726","system":"hebrew","language":"hebrew","number_value":6726,"lemma":"צִיּוֹן","transliteration":"Tsîyôwn","pronunciation":"tsee-yone'","derivation":"the same (regularly) as H6725 (צִיּוּן)lemma צִיוּן missing dagesh, corrected to צִיּוּן;","strongs_definition":"Tsijon (as a permanent capital), a mountain of Jerusalem","kjv_definition":"Zion."} +{"id":"H6727","strongs_number":"H6727","system":"hebrew","language":"hebrew","number_value":6727,"lemma":"צִיחָא","transliteration":"Tsîychâʼ","pronunciation":"tsee-khaw'","derivation":"or צִחָא; as if feminine of H6704 (צִחֶה); drought;","strongs_definition":"Tsicha, the name of two Nethinim","kjv_definition":"Ziha."} +{"id":"H6728","strongs_number":"H6728","system":"hebrew","language":"hebrew","number_value":6728,"lemma":"צִיִּי","transliteration":"tsîyîy","pronunciation":"tsee-ee'","derivation":"from the same as H6723 (צִיָּה);","strongs_definition":"a desert-dweller, i.e. nomad or wild beast","kjv_definition":"wild beast of the desert, that dwell in (inhabiting) the wilderness."} +{"id":"H6729","strongs_number":"H6729","system":"hebrew","language":"hebrew","number_value":6729,"lemma":"צִינֹק","transliteration":"tsîynôq","pronunciation":"tsee-noke'","derivation":"from an unused root meaning to confine;","strongs_definition":"the pillory","kjv_definition":"stocks."} +{"id":"H6730","strongs_number":"H6730","system":"hebrew","language":"hebrew","number_value":6730,"lemma":"צִיעֹר","transliteration":"Tsîyʻôr","pronunciation":"tsee-ore'","derivation":"from H6819 (צָעַר); small;","strongs_definition":"Tsior, a place in Palestine","kjv_definition":"Zior."} +{"id":"H6731","strongs_number":"H6731","system":"hebrew","language":"hebrew","number_value":6731,"lemma":"צִיץ","transliteration":"tsîyts","pronunciation":"tseets","derivation":"or צִץ; from H6692 (צוּץ);","strongs_definition":"properly, glistening, i.e. a burnished plate; also a flower (as bright-colored); a wing (as gleaming in the air)","kjv_definition":"blossom, flower, plate, wing."} +{"id":"H6732","strongs_number":"H6732","system":"hebrew","language":"hebrew","number_value":6732,"lemma":"צִיץ","transliteration":"Tsîyts","pronunciation":"tseets","derivation":"the same as H6731 (צִיץ); bloom;","strongs_definition":"Tsits, a place in Palestine","kjv_definition":"Ziz."} +{"id":"H6733","strongs_number":"H6733","system":"hebrew","language":"hebrew","number_value":6733,"lemma":"צִיצָה","transliteration":"tsîytsâh","pronunciation":"tsee-tsaw'","derivation":"feminine of H6731 (צִיץ);","strongs_definition":"a flower","kjv_definition":"flower."} +{"id":"H6734","strongs_number":"H6734","system":"hebrew","language":"hebrew","number_value":6734,"lemma":"צִיצִת","transliteration":"tsîytsith","pronunciation":"tsee-tseeth'","derivation":"feminine of H6731 (צִיץ);","strongs_definition":"a floral or wing-like projection, i.e. a forelock of hair, a tassel","kjv_definition":"fringe, lock."} +{"id":"H6735","strongs_number":"H6735","system":"hebrew","language":"hebrew","number_value":6735,"lemma":"צִיר","transliteration":"tsîyr","pronunciation":"tseer","derivation":"from H6696 (צוּר);","strongs_definition":"a hinge (as pressed in turning); also a throe (as a phys. or mental pressure); also a herald or erranddoer (as constrained by the principal)","kjv_definition":"ambassador, hinge, messenger, pain, pang, sorrow. Compare H6736 (צִיר)."} +{"id":"H6736","strongs_number":"H6736","system":"hebrew","language":"hebrew","number_value":6736,"lemma":"צִיר","transliteration":"tsîyr","pronunciation":"tseer","derivation":"the same as H6735 (צִיר);","strongs_definition":"a form (of beauty; as if pressed out, i.e. carved); hence, an (idolatrous) image","kjv_definition":"beauty, idol."} +{"id":"H6737","strongs_number":"H6737","system":"hebrew","language":"hebrew","number_value":6737,"lemma":"צָיַר","transliteration":"tsâyar","pronunciation":"tsaw-yar'","derivation":"a denominative from H6735 (צִיר) in the sense of ambassador;","strongs_definition":"to make an errand, i.e. betake oneself","kjv_definition":"make as if...had been ambassador."} +{"id":"H6738","strongs_number":"H6738","system":"hebrew","language":"hebrew","number_value":6738,"lemma":"צֵל","transliteration":"tsêl","pronunciation":"tsale","derivation":"from H6751 (צָלַל);","strongs_definition":"shade, whether literal or figurative","kjv_definition":"defence, shade(-ow)."} +{"id":"H6739","strongs_number":"H6739","system":"hebrew","language":"hebrew","number_value":6739,"lemma":"צְלָא","transliteration":"tsᵉlâʼ","pronunciation":"tsel-aw'","derivation":"(Aramaic) probably corresponding to H6760 (צָלַע) in the sense of bowing;","strongs_definition":"pray","kjv_definition":"pray."} +{"id":"H6740","strongs_number":"H6740","system":"hebrew","language":"hebrew","number_value":6740,"lemma":"צָלָה","transliteration":"tsâlâh","pronunciation":"tsaw-law'","derivation":"a primitive root;","strongs_definition":"to roast","kjv_definition":"roast."} +{"id":"H6741","strongs_number":"H6741","system":"hebrew","language":"hebrew","number_value":6741,"lemma":"צִלָּה","transliteration":"Tsillâh","pronunciation":"tsil-law'","derivation":"feminine of H6738 (צֵל);","strongs_definition":"Tsillah, an antediluvian woman","kjv_definition":"Zillah."} +{"id":"H6742","strongs_number":"H6742","system":"hebrew","language":"hebrew","number_value":6742,"lemma":"צְלוּל","transliteration":"tsᵉlûwl","pronunciation":"tsel-ool'","derivation":"from H6749 (צָלַל) in the sense of rolling;","strongs_definition":"a (round or flattened) cake","kjv_definition":"cake."} +{"id":"H6743","strongs_number":"H6743","system":"hebrew","language":"hebrew","number_value":6743,"lemma":"צָלַח","transliteration":"tsâlach","pronunciation":"tsaw-lakh'","derivation":"or צָלֵחַ; a primitive root;","strongs_definition":"to push forward, in various senses (literal or figurative, transitive or intransitive)","kjv_definition":"break out, come (mightily), go over, be good, be meet, be profitable, (cause to, effect, make to, send) prosper(-ity, -ous, -ously)."} +{"id":"H6744","strongs_number":"H6744","system":"hebrew","language":"hebrew","number_value":6744,"lemma":"צְלַח","transliteration":"tsᵉlach","pronunciation":"tsel-akh'","derivation":"(Aramaic) corresponding to H6743 (צָלַח);","strongs_definition":"to advance (transitive or intransitive)","kjv_definition":"promote, prosper."} +{"id":"H6745","strongs_number":"H6745","system":"hebrew","language":"hebrew","number_value":6745,"lemma":"צֵלָחָה","transliteration":"tsêlâchâh","pronunciation":"tsay-law-khaw'","derivation":"from H6743 (צָלַח);","strongs_definition":"something protracted or flattened out, i.e. a platter","kjv_definition":"pan."} +{"id":"H6746","strongs_number":"H6746","system":"hebrew","language":"hebrew","number_value":6746,"lemma":"צְלֹחִית","transliteration":"tsᵉlôchîyth","pronunciation":"tsel-o-kheeth'","derivation":"from H6743 (צָלַח);","strongs_definition":"something prolonged or tall, i.e. a vial or salt-cellar","kjv_definition":"cruse."} +{"id":"H6747","strongs_number":"H6747","system":"hebrew","language":"hebrew","number_value":6747,"lemma":"צַלַּחַת","transliteration":"tsallachath","pronunciation":"tsal-lakh'-ath","derivation":"from H6743 (צָלַח);","strongs_definition":"something advanced or deep, i.e. a bowl; figuratively, the bosom","kjv_definition":"bosom, dish."} +{"id":"H6748","strongs_number":"H6748","system":"hebrew","language":"hebrew","number_value":6748,"lemma":"צָלִי","transliteration":"tsâlîy","pronunciation":"tsaw-lee'","derivation":"passive participle of H6740 (צָלָה);","strongs_definition":"roasted","kjv_definition":"roast."} +{"id":"H6749","strongs_number":"H6749","system":"hebrew","language":"hebrew","number_value":6749,"lemma":"צָלַל","transliteration":"tsâlal","pronunciation":"tsaw-lal'","derivation":"a primitive root;","strongs_definition":"properly, to tumble down, i.e. settle by awaving motion","kjv_definition":"sink. Compare H6750 (צָלַל), H6751 (צָלַל)."} +{"id":"H6750","strongs_number":"H6750","system":"hebrew","language":"hebrew","number_value":6750,"lemma":"צָלַל","transliteration":"tsâlal","pronunciation":"tsaw-lal'","derivation":"a primitive root (identical with through the idea of vibration);","strongs_definition":"to tinkle, i.e. rattle together (as the ears in reddening with shame, or the teeth in chattering with fear)","kjv_definition":"quiver, tingle."} +{"id":"H6751","strongs_number":"H6751","system":"hebrew","language":"hebrew","number_value":6751,"lemma":"צָלַל","transliteration":"tsâlal","pronunciation":"tsaw-lal'","derivation":"a primitive root (identical with through the idea of hovering over (compare H6754 (צֶלֶם)));","strongs_definition":"to shade, as twilight or an opaque object","kjv_definition":"begin to be dark, shadowing."} +{"id":"H6752","strongs_number":"H6752","system":"hebrew","language":"hebrew","number_value":6752,"lemma":"צֵלֶל","transliteration":"tsêlel","pronunciation":"tsay'-lel","derivation":"from H6751 (צָלַל);","strongs_definition":"shade","kjv_definition":"shadow."} +{"id":"H6753","strongs_number":"H6753","system":"hebrew","language":"hebrew","number_value":6753,"lemma":"צְלֶלְפּוֹנִי","transliteration":"Tsᵉlelpôwnîy","pronunciation":"tsel-el-po-nee'","derivation":"from H6752 (צֵלֶל) and the active participle of H6437 (פָּנָה); shade-facing;","strongs_definition":"Tselelponi, an Israelitess","kjv_definition":"Hazelelponi (including the article)."} +{"id":"H6754","strongs_number":"H6754","system":"hebrew","language":"hebrew","number_value":6754,"lemma":"צֶלֶם","transliteration":"tselem","pronunciation":"tseh'-lem","derivation":"from an unused root meaning to shade;","strongs_definition":"a phantom, i.e. (figuratively) illusion, resemblance; hence, a representative figure, especially an idol","kjv_definition":"image, vain shew."} +{"id":"H6755","strongs_number":"H6755","system":"hebrew","language":"hebrew","number_value":6755,"lemma":"צֶלֶם","transliteration":"tselem","pronunciation":"tseh'-lem","derivation":"(Aramaic) or צְלֶם; (Aramaic), corresponding to H6754 (צֶלֶם);","strongs_definition":"an idolatrous figure","kjv_definition":"form, image."} +{"id":"H6756","strongs_number":"H6756","system":"hebrew","language":"hebrew","number_value":6756,"lemma":"צַלְמוֹן","transliteration":"Tsalmôwn","pronunciation":"tsal-mone'","derivation":"from H6754 (צֶלֶם); shady;","strongs_definition":"Tsalmon, the name of a place in Palestine and of an Israelite","kjv_definition":"Zalmon."} +{"id":"H6757","strongs_number":"H6757","system":"hebrew","language":"hebrew","number_value":6757,"lemma":"צַלְמָוֶת","transliteration":"tsalmâveth","pronunciation":"tsal-maw'-veth","derivation":"from H6738 (צֵל) and H4194 (מָוֶת);","strongs_definition":"shade of death, i.e. the grave (figuratively, calamity)","kjv_definition":"shadow of death."} +{"id":"H6758","strongs_number":"H6758","system":"hebrew","language":"hebrew","number_value":6758,"lemma":"צַלְמֹנָה","transliteration":"Tsalmônâh","pronunciation":"tsal-mo-naw'","derivation":"feminine of H6757 (צַלְמָוֶת); shadiness;","strongs_definition":"Tsalmonah, a place in the Desert","kjv_definition":"Zalmonah."} +{"id":"H6759","strongs_number":"H6759","system":"hebrew","language":"hebrew","number_value":6759,"lemma":"צַלְמֻנָּע","transliteration":"Tsalmunnâʻ","pronunciation":"tsal-moon-naw'","derivation":"from H6738 (צֵל) and H4513 (מָנַע); shade has been denied;","strongs_definition":"Tsalmunna, a Midianite","kjv_definition":"Zalmunna."} +{"id":"H6760","strongs_number":"H6760","system":"hebrew","language":"hebrew","number_value":6760,"lemma":"צָלַע","transliteration":"tsâlaʻ","pronunciation":"tsaw-lah'","derivation":"a primitive root; probably to curve; used only as denominative from H6763 (צֵלָע),","strongs_definition":"to limp (as if one-sided)","kjv_definition":"halt."} +{"id":"H6761","strongs_number":"H6761","system":"hebrew","language":"hebrew","number_value":6761,"lemma":"צֶלַע","transliteration":"tselaʻ","pronunciation":"tseh'-lah","derivation":"from H6760 (צָלַע);","strongs_definition":"a limping or full (figuratively)","kjv_definition":"adversity, halt(-ing)."} +{"id":"H6762","strongs_number":"H6762","system":"hebrew","language":"hebrew","number_value":6762,"lemma":"צֶלַע","transliteration":"Tselaʻ","pronunciation":"tseh'-lah","derivation":"the same as H6761 (צֶלַע);","strongs_definition":"Tsela, a place in Palestine","kjv_definition":"Zelah."} +{"id":"H6763","strongs_number":"H6763","system":"hebrew","language":"hebrew","number_value":6763,"lemma":"צֵלָע","transliteration":"tsêlâʻ","pronunciation":"tsay-law'","derivation":"or (feminine) צַלְעָה; from H6760 (צָלַע);","strongs_definition":"a rib (as curved), literally (of the body) or figuratively (of a door, i.e. leaf); hence, a side, literally (of a person) or figuratively (of an object or the sky, i.e. quarter); architecturally, a (especially floor or ceiling) timber or plank (single or collective, i.e. a flooring)","kjv_definition":"beam, board, chamber, corner, leaf, plank, rib, side (chamber)."} +{"id":"H6764","strongs_number":"H6764","system":"hebrew","language":"hebrew","number_value":6764,"lemma":"צָלָף","transliteration":"Tsâlâph","pronunciation":"tsaw-lawf'","derivation":"from an unused root of unknown meaning;","strongs_definition":"Tsalaph, an Israelite","kjv_definition":"Zalaph."} +{"id":"H6765","strongs_number":"H6765","system":"hebrew","language":"hebrew","number_value":6765,"lemma":"צְלׇפְחָד","transliteration":"Tsᵉlophchâd","pronunciation":"tsel-of-chawd'","derivation":"from the same as H6764 (צָלָף) and H259 (אֶחָד);","strongs_definition":"Tselophchad, an Israelite","kjv_definition":"Zelophehad."} +{"id":"H6766","strongs_number":"H6766","system":"hebrew","language":"hebrew","number_value":6766,"lemma":"צֶלְצַח","transliteration":"Tseltsach","pronunciation":"tsel-tsakh'","derivation":"from H6738 (צֵל) and H6703 (צַח); clear shade;","strongs_definition":"Tseltsach, a place in Palestine","kjv_definition":"Zelzah."} +{"id":"H6767","strongs_number":"H6767","system":"hebrew","language":"hebrew","number_value":6767,"lemma":"צְלָצַל","transliteration":"tsᵉlâtsal","pronunciation":"tsel-aw-tsal'","derivation":"from H6750 (צָלַל) reduplicated;","strongs_definition":"a clatter, i.e. (abstractly) whirring (of wings); (concretely) a cricket; also a harpoon (as rattling), a cymbal (as clanging)","kjv_definition":"cymbal, locust, shadowing, spear."} +{"id":"H6768","strongs_number":"H6768","system":"hebrew","language":"hebrew","number_value":6768,"lemma":"צֶלֶק","transliteration":"Tseleq","pronunciation":"tseh'-lek","derivation":"from an unused root meaning to split; fissure;","strongs_definition":"Tselek, an Israelite","kjv_definition":"Zelek."} +{"id":"H6769","strongs_number":"H6769","system":"hebrew","language":"hebrew","number_value":6769,"lemma":"צִלְּתַי","transliteration":"Tsillᵉthay","pronunciation":"tsil-leth-ah'-ee","derivation":"from the feminine of H6738 (צֵל); shady;","strongs_definition":"Tsillethai, the name of two Israelites","kjv_definition":"Zilthai."} +{"id":"H6770","strongs_number":"H6770","system":"hebrew","language":"hebrew","number_value":6770,"lemma":"צָמֵא","transliteration":"tsâmêʼ","pronunciation":"tsaw-may'","derivation":"a primitive root;","strongs_definition":"to thirst (literally or figuratively)","kjv_definition":"(be a-, suffer) thirst(-y)."} +{"id":"H6771","strongs_number":"H6771","system":"hebrew","language":"hebrew","number_value":6771,"lemma":"צָמֵא","transliteration":"tsâmêʼ","pronunciation":"tsaw-may'","derivation":"from H6770 (צָמֵא);","strongs_definition":"thirsty (literally or figuratively)","kjv_definition":"(that) thirst(-eth, -y)."} +{"id":"H6772","strongs_number":"H6772","system":"hebrew","language":"hebrew","number_value":6772,"lemma":"צָמָא","transliteration":"tsâmâʼ","pronunciation":"tsaw-maw'","derivation":"from H6770 (צָמֵא);","strongs_definition":"thirst (literally or figuratively)","kjv_definition":"thirst(-y)."} +{"id":"H6773","strongs_number":"H6773","system":"hebrew","language":"hebrew","number_value":6773,"lemma":"צִמְאָה","transliteration":"tsimʼâh","pronunciation":"tsim-aw'","derivation":"feminine of H6772 (צָמָא);","strongs_definition":"thirst (figuratively, of libidinousnes)","kjv_definition":"thirst."} +{"id":"H6774","strongs_number":"H6774","system":"hebrew","language":"hebrew","number_value":6774,"lemma":"צִמָּאוֹן","transliteration":"tsimmâʼôwn","pronunciation":"tsim-maw-one'","derivation":"from H6771 (צָמֵא);","strongs_definition":"a thirsty place, i.e. desert","kjv_definition":"drought, dry ground, thirsty land."} +{"id":"H6775","strongs_number":"H6775","system":"hebrew","language":"hebrew","number_value":6775,"lemma":"צָמַד","transliteration":"tsâmad","pronunciation":"tsaw-mad'","derivation":"a primitive root;","strongs_definition":"to link, i.e. gird; figuratively, to serve, (mentally) contrive","kjv_definition":"fasten, frame, join (self)."} +{"id":"H6776","strongs_number":"H6776","system":"hebrew","language":"hebrew","number_value":6776,"lemma":"צֶמֶד","transliteration":"tsemed","pronunciation":"tseh'-med","derivation":"a yoke or team (i.e. pair);","strongs_definition":"hence, an acre (i.e. day's task for a yoke of cattle to plough)","kjv_definition":"acre, couple, [idiom] together, two (donkeys), yoke (of oxen)."} +{"id":"H6777","strongs_number":"H6777","system":"hebrew","language":"hebrew","number_value":6777,"lemma":"צַמָּה","transliteration":"tsammâh","pronunciation":"tsam-maw'","derivation":"from an unused root meaning to fasten on;","strongs_definition":"a veil","kjv_definition":"locks."} +{"id":"H6778","strongs_number":"H6778","system":"hebrew","language":"hebrew","number_value":6778,"lemma":"צַמּוּק","transliteration":"tsammûwq","pronunciation":"tsam-mook'","derivation":"from H6784 (צָמַק);","strongs_definition":"a cake of dried grapes","kjv_definition":"bunch (cluster) of raisins."} +{"id":"H6779","strongs_number":"H6779","system":"hebrew","language":"hebrew","number_value":6779,"lemma":"צָמַח","transliteration":"tsâmach","pronunciation":"tsaw-makh'","derivation":"a primitive root;","strongs_definition":"to sprout (transitive or intransitive, literal or figurative)","kjv_definition":"bear, bring forth, (cause to, make to) bud (forth), (cause to, make to) grow (again, up), (cause to) spring (forth, up)."} +{"id":"H6780","strongs_number":"H6780","system":"hebrew","language":"hebrew","number_value":6780,"lemma":"צֶמַח","transliteration":"tsemach","pronunciation":"tseh'-makh","derivation":"from H6779 (צָמַח);","strongs_definition":"a sprout (usually concrete), literal or figurative","kjv_definition":"branch, bud, that which (where) grew (upon), spring(-ing)."} +{"id":"H6781","strongs_number":"H6781","system":"hebrew","language":"hebrew","number_value":6781,"lemma":"צָמִיד","transliteration":"tsâmîyd","pronunciation":"tsaw-meed'","derivation":"or צָמִד; from H6775 (צָמַד);","strongs_definition":"a bracelet or arm-clasp; generally, a lid","kjv_definition":"bracelet, covering."} +{"id":"H6782","strongs_number":"H6782","system":"hebrew","language":"hebrew","number_value":6782,"lemma":"צַמִּים","transliteration":"tsammîym","pronunciation":"tsam-meem'","derivation":"from the same as H6777 (צַמָּה);","strongs_definition":"a noose (as fastening); figuratively, destruction","kjv_definition":"robber."} +{"id":"H6783","strongs_number":"H6783","system":"hebrew","language":"hebrew","number_value":6783,"lemma":"צְמִיתֻת","transliteration":"tsᵉmîythuth","pronunciation":"tsem-ee-thooth'","derivation":"or צְמִתֻת; from H6789 (צָמַת);","strongs_definition":"excision, i.e. destruction; used only (adverbially) with prepositional prefix to extinction, i.e. perpetually","kjv_definition":"ever."} +{"id":"H6784","strongs_number":"H6784","system":"hebrew","language":"hebrew","number_value":6784,"lemma":"צָמַק","transliteration":"tsâmaq","pronunciation":"tsaw-mak'","derivation":"a primitive root;","strongs_definition":"to dry up","kjv_definition":"dry."} +{"id":"H6785","strongs_number":"H6785","system":"hebrew","language":"hebrew","number_value":6785,"lemma":"צֶמֶר","transliteration":"tsemer","pronunciation":"tseh'-mer","derivation":"from an unused root probably meaning to be shaggy;","strongs_definition":"wool","kjv_definition":"wool(-len)."} +{"id":"H6786","strongs_number":"H6786","system":"hebrew","language":"hebrew","number_value":6786,"lemma":"צְמָרִי","transliteration":"Tsᵉmârîy","pronunciation":"tsem-aw-ree'","derivation":"patrial from an unused name of a place in Palestine;","strongs_definition":"a Tsemarite or branch of the Canaanites","kjv_definition":"Zemarite."} +{"id":"H6787","strongs_number":"H6787","system":"hebrew","language":"hebrew","number_value":6787,"lemma":"צְמָרַיִם","transliteration":"Tsᵉmârayim","pronunciation":"tsem-aw-rah'-yim","derivation":"dual of H6785 (צֶמֶר); double fleece;","strongs_definition":"Tsemarajim, a place in Palestine","kjv_definition":"Zemaraim."} +{"id":"H6788","strongs_number":"H6788","system":"hebrew","language":"hebrew","number_value":6788,"lemma":"צַמֶּרֶת","transliteration":"tsammereth","pronunciation":"tsam-meh'-reth","derivation":"from the same as H6785 (צֶמֶר);","strongs_definition":"fleeciness, i.e. foliage","kjv_definition":"highest branch, top."} +{"id":"H6789","strongs_number":"H6789","system":"hebrew","language":"hebrew","number_value":6789,"lemma":"צָמַת","transliteration":"tsâmath","pronunciation":"tsaw-math'","derivation":"a primitive root;","strongs_definition":"to extirpate (literally or figuratively)","kjv_definition":"consume, cut off, destroy, vanish."} +{"id":"H6790","strongs_number":"H6790","system":"hebrew","language":"hebrew","number_value":6790,"lemma":"צִן","transliteration":"Tsin","pronunciation":"tseen","derivation":"from an unused root meaning to prick; a crag;","strongs_definition":"Tsin, a part of the Desert","kjv_definition":"Zin."} +{"id":"H6791","strongs_number":"H6791","system":"hebrew","language":"hebrew","number_value":6791,"lemma":"צֵן","transliteration":"tsên","pronunciation":"tsane","derivation":"from an unused root meaning to be prickly;","strongs_definition":"a thorn; hence, a cactus-hedge","kjv_definition":"thorn."} +{"id":"H6792","strongs_number":"H6792","system":"hebrew","language":"hebrew","number_value":6792,"lemma":"צֹנֵא","transliteration":"tsônêʼ","pronunciation":"tso-nay'","derivation":"or צֹנֶה; for H6629 (צֹאן);","strongs_definition":"a flock","kjv_definition":"sheep."} +{"id":"H6793","strongs_number":"H6793","system":"hebrew","language":"hebrew","number_value":6793,"lemma":"צִנָּה","transliteration":"tsinnâh","pronunciation":"tsin-naw'","derivation":"feminine of H6791 (צֵן);","strongs_definition":"a hook (as pointed); also a (large) shield (as if guarding by prickliness); also cold (as piercing)","kjv_definition":"buckler, cold, hook, shield, target."} +{"id":"H6794","strongs_number":"H6794","system":"hebrew","language":"hebrew","number_value":6794,"lemma":"צִנּוּר","transliteration":"tsinnûwr","pronunciation":"tsin-noor'","derivation":"from an unused root perhaps meaning to be hollow;","strongs_definition":"a culvert","kjv_definition":"gutter, water-spout."} +{"id":"H6795","strongs_number":"H6795","system":"hebrew","language":"hebrew","number_value":6795,"lemma":"צָנַח","transliteration":"tsânach","pronunciation":"tsaw-nakh'","derivation":"a primitive root;","strongs_definition":"to alight; (transitive) to cause to descend, i.e. drive down","kjv_definition":"fasten, light (from off)."} +{"id":"H6796","strongs_number":"H6796","system":"hebrew","language":"hebrew","number_value":6796,"lemma":"צָנִין","transliteration":"tsânîyn","pronunciation":"tsaw-neen'","derivation":"or צָנִן; from the same as H6791 (צֵן);","strongs_definition":"a thorn","kjv_definition":"thorn."} +{"id":"H6797","strongs_number":"H6797","system":"hebrew","language":"hebrew","number_value":6797,"lemma":"צָנִיף","transliteration":"tsânîyph","pronunciation":"tsaw-neef'","derivation":"or צָנוֹף; or (feminine) צָנִיפָה; from H6801 (צָנַף);","strongs_definition":"a head-dress (i.e. piece of cloth wrapped around)","kjv_definition":"diadem, hood, mitre."} +{"id":"H6798","strongs_number":"H6798","system":"hebrew","language":"hebrew","number_value":6798,"lemma":"צָנַם","transliteration":"tsânam","pronunciation":"tsaw-nam'","derivation":"a primitive root;","strongs_definition":"to blast or shrink","kjv_definition":"withered."} +{"id":"H6799","strongs_number":"H6799","system":"hebrew","language":"hebrew","number_value":6799,"lemma":"צְנָן","transliteration":"Tsᵉnân","pronunciation":"tsen-awn'","derivation":"probably for H6630 (צַאֲנָן);","strongs_definition":"Tsenan, a place near Palestine","kjv_definition":"Zenan."} +{"id":"H6800","strongs_number":"H6800","system":"hebrew","language":"hebrew","number_value":6800,"lemma":"צָנַע","transliteration":"tsânaʻ","pronunciation":"tsaw-nah'","derivation":"a primitive root;","strongs_definition":"to humiliate","kjv_definition":"humbly, lowly."} +{"id":"H6801","strongs_number":"H6801","system":"hebrew","language":"hebrew","number_value":6801,"lemma":"צָנַף","transliteration":"tsânaph","pronunciation":"tsaw-naf'","derivation":"a primitive root;","strongs_definition":"to wrap, i.e. roll or dress","kjv_definition":"be attired, [idiom] surely, violently turn."} +{"id":"H6802","strongs_number":"H6802","system":"hebrew","language":"hebrew","number_value":6802,"lemma":"צְנֵפָה","transliteration":"tsᵉnêphâh","pronunciation":"tsen-ay-faw'","derivation":"from H6801 (צָנַף);","strongs_definition":"a ball","kjv_definition":"[idiom] toss."} +{"id":"H6803","strongs_number":"H6803","system":"hebrew","language":"hebrew","number_value":6803,"lemma":"צִנְצֶנֶת","transliteration":"tsintseneth","pronunciation":"tsin-tseh'-neth","derivation":"from the same as H6791 (צֵן);","strongs_definition":"a vase (probably a vial tapering at the top)","kjv_definition":"pot."} +{"id":"H6804","strongs_number":"H6804","system":"hebrew","language":"hebrew","number_value":6804,"lemma":"צַנְתָּרָה","transliteration":"tsantârâh","pronunciation":"tsan-taw-raw'","derivation":"probably from the same as H6794 (צִנּוּר);","strongs_definition":"a tube","kjv_definition":"pipe."} +{"id":"H6805","strongs_number":"H6805","system":"hebrew","language":"hebrew","number_value":6805,"lemma":"צָעַד","transliteration":"tsâʻad","pronunciation":"tsaw-ad'","derivation":"a primitive root;","strongs_definition":"to pace, i.e. step regularly; (upward) to mount; (along) to march; (down and causatively) to hurl","kjv_definition":"bring, go, march (through), run over."} +{"id":"H6806","strongs_number":"H6806","system":"hebrew","language":"hebrew","number_value":6806,"lemma":"צַעַד","transliteration":"tsaʻad","pronunciation":"tsah'-ad","derivation":"from H6804 (צַנְתָּרָה);","strongs_definition":"a pace or regular step","kjv_definition":"pace, step."} +{"id":"H6807","strongs_number":"H6807","system":"hebrew","language":"hebrew","number_value":6807,"lemma":"צְעָדָה","transliteration":"tsᵉʻâdâh","pronunciation":"tseh-aw-daw'","derivation":"feminine of H6806 (צַעַד);","strongs_definition":"a march; (concretely) an (ornamental) ankle-chain","kjv_definition":"going, ornament of the legs."} +{"id":"H6808","strongs_number":"H6808","system":"hebrew","language":"hebrew","number_value":6808,"lemma":"צָעָה","transliteration":"tsâʻâh","pronunciation":"tsaw-aw'","derivation":"a primitive root;","strongs_definition":"to tip over (for the purpose of spilling or pouring out), i.e. (figuratively) depopulate; by implication, to imprison or conquer; (reflexive) to lie down (for coitus)","kjv_definition":"captive exile, travelling, (cause to) wander(-er)."} +{"id":"H6809","strongs_number":"H6809","system":"hebrew","language":"hebrew","number_value":6809,"lemma":"צָעִיף","transliteration":"tsâʻîyph","pronunciation":"tsaw-eef'","derivation":"from an unused root meaning to wrap over;","strongs_definition":"a veil","kjv_definition":"vail."} +{"id":"H6810","strongs_number":"H6810","system":"hebrew","language":"hebrew","number_value":6810,"lemma":"צָעִיר","transliteration":"tsâʻîyr","pronunciation":"tsaw-eer'","derivation":"or צָעוֹר; from H6819 (צָעַר);","strongs_definition":"little; (in number) few; (in age) young, (in value) ignoble","kjv_definition":"least, little (one), small (one), [phrase] young(-er, -est)."} +{"id":"H6811","strongs_number":"H6811","system":"hebrew","language":"hebrew","number_value":6811,"lemma":"צָעִיר","transliteration":"Tsâʻîyr","pronunciation":"tsaw-eer'","derivation":"the same as H6810 (צָעִיר);","strongs_definition":"Tsair, a place in Idumaea","kjv_definition":"Zair."} +{"id":"H6812","strongs_number":"H6812","system":"hebrew","language":"hebrew","number_value":6812,"lemma":"צְעִירָה","transliteration":"tsᵉʻîyrâh","pronunciation":"tseh-ee-raw'","derivation":"feminine of H6810 (צָעִיר);","strongs_definition":"smallness (of age), i.e. juvenility","kjv_definition":"youth."} +{"id":"H6813","strongs_number":"H6813","system":"hebrew","language":"hebrew","number_value":6813,"lemma":"צָעַן","transliteration":"tsâʻan","pronunciation":"tsaw-an'","derivation":"a primitive root;","strongs_definition":"to load up (beasts), i.e. to migrate","kjv_definition":"be taken down."} +{"id":"H6814","strongs_number":"H6814","system":"hebrew","language":"hebrew","number_value":6814,"lemma":"צֹעַן","transliteration":"Tsôʻan","pronunciation":"tso'-an","derivation":"of Egyptian derivation;","strongs_definition":"Tsoan, a place in Egypt","kjv_definition":"Zoan."} +{"id":"H6815","strongs_number":"H6815","system":"hebrew","language":"hebrew","number_value":6815,"lemma":"צַעֲנַנִּים","transliteration":"Tsaʻănannîym","pronunciation":"tsah-an-an-neem'","derivation":"or (dual) צַעֲנַיִם; plural from H6813 (צָעַן); removals;","strongs_definition":"Tsaanannim or Tsaanajim, a place in Palestine","kjv_definition":"Zaannannim, Zaanaim."} +{"id":"H6816","strongs_number":"H6816","system":"hebrew","language":"hebrew","number_value":6816,"lemma":"צַעְצֻעַ","transliteration":"tsaʻtsuaʻ","pronunciation":"tsah-tsoo'-ah","derivation":"from an unused root meaning to bestrew with carvings;","strongs_definition":"sculpture","kjv_definition":"image (work)."} +{"id":"H6817","strongs_number":"H6817","system":"hebrew","language":"hebrew","number_value":6817,"lemma":"צָעַק","transliteration":"tsâʻaq","pronunciation":"tsaw-ak'","derivation":"a primitive root;","strongs_definition":"to shriek; (by implication) to proclaim (an assembly)","kjv_definition":"[idiom] at all, call together, cry (out), gather (selves) (together)."} +{"id":"H6818","strongs_number":"H6818","system":"hebrew","language":"hebrew","number_value":6818,"lemma":"צַעֲקָה","transliteration":"tsaʻăqâh","pronunciation":"tsah-ak-aw'","derivation":"from H6817 (צָעַק);","strongs_definition":"a shriek","kjv_definition":"cry(-ing)."} +{"id":"H6819","strongs_number":"H6819","system":"hebrew","language":"hebrew","number_value":6819,"lemma":"צָעַר","transliteration":"tsâʻar","pronunciation":"tsaw-ar'","derivation":"a primitive root;","strongs_definition":"to be small, i.e. (figuratively) ignoble","kjv_definition":"be brought low, little one, be small."} +{"id":"H6820","strongs_number":"H6820","system":"hebrew","language":"hebrew","number_value":6820,"lemma":"צֹעַר","transliteration":"Tsôʻar","pronunciation":"tso'ar","derivation":"from H6819 (צָעַר); little;","strongs_definition":"Tsoar, a place East of the Jordan","kjv_definition":"Zoar."} +{"id":"H6821","strongs_number":"H6821","system":"hebrew","language":"hebrew","number_value":6821,"lemma":"צָפַד","transliteration":"tsâphad","pronunciation":"tsaw-fad'","derivation":"a primitive root;","strongs_definition":"to adhere","kjv_definition":"cleave."} +{"id":"H6822","strongs_number":"H6822","system":"hebrew","language":"hebrew","number_value":6822,"lemma":"צָפָה","transliteration":"tsâphâh","pronunciation":"tsaw-faw'","derivation":"a primitive root;","strongs_definition":"properly, to lean forward, i.e. to peer into the distance; by implication, to observe, await","kjv_definition":"behold, espy, look up (well), wait for, (keep the) watch(-man)."} +{"id":"H6823","strongs_number":"H6823","system":"hebrew","language":"hebrew","number_value":6823,"lemma":"צָפָה","transliteration":"tsâphâh","pronunciation":"tsaw-faw'","derivation":"a primitive root (probably identical with H6822 (צָפָה) through the idea of expansion in outlook, transferring to action);","strongs_definition":"to sheet over (especially with metal)","kjv_definition":"cover, overlay."} +{"id":"H6824","strongs_number":"H6824","system":"hebrew","language":"hebrew","number_value":6824,"lemma":"צָפָה","transliteration":"tsâphâh","pronunciation":"tsaw-faw'","derivation":"from H6823 (צָפָה);","strongs_definition":"an inundation (as covering)","kjv_definition":"[idiom] swimmest."} +{"id":"H6825","strongs_number":"H6825","system":"hebrew","language":"hebrew","number_value":6825,"lemma":"צְפוֹ","transliteration":"Tsᵉphôw","pronunciation":"tsef-o'","derivation":"or צְפִי; from H6822 (צָפָה); observant;","strongs_definition":"Tsepho or Tsephi, an Idumaean","kjv_definition":"Zephi, Zepho."} +{"id":"H6826","strongs_number":"H6826","system":"hebrew","language":"hebrew","number_value":6826,"lemma":"צִפּוּי","transliteration":"tsippûwy","pronunciation":"tsip-poo'-ee","derivation":"from H6823 (צָפָה);","strongs_definition":"encasement (with metal)","kjv_definition":"covering, overlaying."} +{"id":"H6827","strongs_number":"H6827","system":"hebrew","language":"hebrew","number_value":6827,"lemma":"צְפוֹן","transliteration":"Tsᵉphôwn","pronunciation":"tsef-one'","derivation":"probably for H6837 (צִפְיוֹן);","strongs_definition":"Tsephon, an Israelite","kjv_definition":"Zephon."} +{"id":"H6828","strongs_number":"H6828","system":"hebrew","language":"hebrew","number_value":6828,"lemma":"צָפוֹן","transliteration":"tsâphôwn","pronunciation":"tsaw-fone'","derivation":"or צָפֹן; from H6845 (צָפַן);","strongs_definition":"properly, hidden, i.e. dark; used only of the north as aquarter (gloomy and unknown)","kjv_definition":"north(-ern, side, -ward, wind)."} +{"id":"H6829","strongs_number":"H6829","system":"hebrew","language":"hebrew","number_value":6829,"lemma":"צָפוֹן","transliteration":"Tsâphôwn","pronunciation":"tsaw-fone'","derivation":"the same as H6828 (צָפוֹן); boreal;","strongs_definition":"Tsaphon, a place in Palestine","kjv_definition":"Zaphon."} +{"id":"H6830","strongs_number":"H6830","system":"hebrew","language":"hebrew","number_value":6830,"lemma":"צְפוֹנִי","transliteration":"tsᵉphôwnîy","pronunciation":"tsef-o-nee'","derivation":"from H6828 (צָפוֹן);","strongs_definition":"northern","kjv_definition":"northern."} +{"id":"H6831","strongs_number":"H6831","system":"hebrew","language":"hebrew","number_value":6831,"lemma":"צְפוֹנִי","transliteration":"Tsᵉphôwnîy","pronunciation":"tsef-o-nee'","derivation":"patronymically from H6827 (צְפוֹן);","strongs_definition":"a Tsephonite, or (collectively) descendants of Tsephon","kjv_definition":"Zephonites."} +{"id":"H6832","strongs_number":"H6832","system":"hebrew","language":"hebrew","number_value":6832,"lemma":"צְפוּעַ","transliteration":"tsᵉphûwaʻ","pronunciation":"tsef-oo'-ah","derivation":"from the same as H6848 (צֶפַע);","strongs_definition":"excrement (as protruded)","kjv_definition":"dung."} +{"id":"H6833","strongs_number":"H6833","system":"hebrew","language":"hebrew","number_value":6833,"lemma":"צִפּוֹר","transliteration":"tsippôwr","pronunciation":"tsip-pore'","derivation":"or צִפֹּר; from H6852 (צָפַר);","strongs_definition":"a little bird (as hopping)","kjv_definition":"bird, fowl, sparrow."} +{"id":"H6834","strongs_number":"H6834","system":"hebrew","language":"hebrew","number_value":6834,"lemma":"צִפּוֹר","transliteration":"Tsippôwr","pronunciation":"tsip-pore'","derivation":"the same as H6833 (צִפּוֹר);","strongs_definition":"Tsippor, a Moabite","kjv_definition":"Zippor."} +{"id":"H6835","strongs_number":"H6835","system":"hebrew","language":"hebrew","number_value":6835,"lemma":"צַפַּחַת","transliteration":"tsappachath","pronunciation":"tsap-pakh'-ath","derivation":"from an unused root meaning to expand;","strongs_definition":"a saucer (as flat)","kjv_definition":"cruse."} +{"id":"H6836","strongs_number":"H6836","system":"hebrew","language":"hebrew","number_value":6836,"lemma":"צְפִיָּה","transliteration":"tsᵉphîyâh","pronunciation":"tsef-ee-yaw'","derivation":"from H6822 (צָפָה);","strongs_definition":"watchfulness","kjv_definition":"watching."} +{"id":"H6837","strongs_number":"H6837","system":"hebrew","language":"hebrew","number_value":6837,"lemma":"צִפְיוֹן","transliteration":"Tsiphyôwn","pronunciation":"tsif-yone'","derivation":"from H6822 (צָפָה); watch-tower;","strongs_definition":"Tsiphjon, an Israelite","kjv_definition":"Ziphion. Compare H6827 (צְפוֹן)."} +{"id":"H6838","strongs_number":"H6838","system":"hebrew","language":"hebrew","number_value":6838,"lemma":"צַפִּיחִת","transliteration":"tsappîychith","pronunciation":"tsap-pee-kheeth'","derivation":"from the same as H6835 (צַפַּחַת);","strongs_definition":"a flat thin cake","kjv_definition":"wafer."} +{"id":"H6839","strongs_number":"H6839","system":"hebrew","language":"hebrew","number_value":6839,"lemma":"צֹפִים","transliteration":"Tsôphîym","pronunciation":"tso-feem'","derivation":"plural of active participle of H6822 (צָפָה); watchers;","strongs_definition":"Tsophim, a place East of the Jordan","kjv_definition":"Zophim."} +{"id":"H6840","strongs_number":"H6840","system":"hebrew","language":"hebrew","number_value":6840,"lemma":"צָפִין","transliteration":"tsâphîyn","pronunciation":"tsaw-feen'","derivation":"from H6845 (צָפַן);","strongs_definition":"a treasure (as hidden)","kjv_definition":"hid."} +{"id":"H6841","strongs_number":"H6841","system":"hebrew","language":"hebrew","number_value":6841,"lemma":"צְפִיר","transliteration":"tsᵉphîyr","pronunciation":"tsef-eer'","derivation":"(Aramaic) corresponding to H6842 (צָפִיר);","strongs_definition":"a he-goat","kjv_definition":"he (goat)."} +{"id":"H6842","strongs_number":"H6842","system":"hebrew","language":"hebrew","number_value":6842,"lemma":"צָפִיר","transliteration":"tsâphîyr","pronunciation":"tsaw-feer'","derivation":"from H6852 (צָפַר);","strongs_definition":"a male goat (as prancing)","kjv_definition":"(he) goat."} +{"id":"H6843","strongs_number":"H6843","system":"hebrew","language":"hebrew","number_value":6843,"lemma":"צְפִירָה","transliteration":"tsᵉphîyrâh","pronunciation":"tsef-ee-raw'","derivation":"feminine formed like H6842 (צָפִיר);","strongs_definition":"a crown (as encircling the head); also a turn of affairs (i.e. mishap)","kjv_definition":"diadem, morning."} +{"id":"H6844","strongs_number":"H6844","system":"hebrew","language":"hebrew","number_value":6844,"lemma":"צָפִית","transliteration":"tsâphîyth","pronunciation":"tsaw-feeth'","derivation":"from H6822 (צָפָה);","strongs_definition":"a sentry","kjv_definition":"watchtower."} +{"id":"H6845","strongs_number":"H6845","system":"hebrew","language":"hebrew","number_value":6845,"lemma":"צָפַן","transliteration":"tsâphan","pronunciation":"tsaw-fan'","derivation":"a primitive root;","strongs_definition":"to hide (by covering over); by implication, to hoard or reserve; figuratively to deny; specifically (favorably) to protect, (unfavorably) to lurk","kjv_definition":"esteem, hide(-den one, self), lay up, lurk (be set) privily, (keep) secret(-ly, place)."} +{"id":"H6846","strongs_number":"H6846","system":"hebrew","language":"hebrew","number_value":6846,"lemma":"צְפַנְיָה","transliteration":"Tsᵉphanyâh","pronunciation":"tsef-an-yaw'","derivation":"or צְפַנְיָהוּ; from H6845 (צָפַן) and H3050 (יָהּ); Jah has secreted;","strongs_definition":"Tsephanjah, the name of four Israelites","kjv_definition":"Zephaniah."} +{"id":"H6847","strongs_number":"H6847","system":"hebrew","language":"hebrew","number_value":6847,"lemma":"צׇפְנַת פַּעְנֵחַ","transliteration":"Tsophnath Paʻnêach","pronunciation":"tsof-nath' pah-nay'-akh","derivation":"of Egyptian derivation;","strongs_definition":"Tsophnath-Paneach, Joseph's Egyptian name","kjv_definition":"Zaphnath-paaneah."} +{"id":"H6848","strongs_number":"H6848","system":"hebrew","language":"hebrew","number_value":6848,"lemma":"צֶפַע","transliteration":"tsephaʻ","pronunciation":"tseh'-fah or tsiphoniy tsif-o-nee'","derivation":"from an unused root meaning to extrude;","strongs_definition":"a viper (as thrusting out the tongue, i.e. hissing)","kjv_definition":"adder, cockatrice."} +{"id":"H6849","strongs_number":"H6849","system":"hebrew","language":"hebrew","number_value":6849,"lemma":"צְפִעָה","transliteration":"tsᵉphiʻâh","pronunciation":"tsef-ee-aw'","derivation":"feminine from the same as H6848 (צֶפַע);","strongs_definition":"an outcast thing","kjv_definition":"issue."} +{"id":"H6850","strongs_number":"H6850","system":"hebrew","language":"hebrew","number_value":6850,"lemma":"צָפַף","transliteration":"tsâphaph","pronunciation":"tsaw-faf'","derivation":"a primitive root;","strongs_definition":"to coo or chirp (as a bird)","kjv_definition":"chatter, peep, whisper."} +{"id":"H6851","strongs_number":"H6851","system":"hebrew","language":"hebrew","number_value":6851,"lemma":"צַפְצָפָה","transliteration":"tsaphtsâphâh","pronunciation":"tsaf-tsaw-faw'","derivation":"from H6687 (צוּף);","strongs_definition":"a willow (as growing in overflowed places)","kjv_definition":"willow tree."} +{"id":"H6852","strongs_number":"H6852","system":"hebrew","language":"hebrew","number_value":6852,"lemma":"צָפַר","transliteration":"tsâphar","pronunciation":"tsaw-far'","derivation":"a primitive root;","strongs_definition":"to skip about, i.e. return","kjv_definition":"depart early."} +{"id":"H6853","strongs_number":"H6853","system":"hebrew","language":"hebrew","number_value":6853,"lemma":"צְפַר","transliteration":"tsᵉphar","pronunciation":"tsef-ar'","derivation":"(Aramaic) corresponding to H6833 (צִפּוֹר);","strongs_definition":"a bird.","kjv_definition":"bird."} +{"id":"H6854","strongs_number":"H6854","system":"hebrew","language":"hebrew","number_value":6854,"lemma":"צְפַרְדֵּעַ","transliteration":"tsᵉphardêaʻ","pronunciation":"tsef-ar-day'-ah","derivation":"from H6852 (צָפַר) and a word elsewhere unused meaning a swamp;","strongs_definition":"a marsh-leaper, i.e. frog","kjv_definition":"frog."} +{"id":"H6855","strongs_number":"H6855","system":"hebrew","language":"hebrew","number_value":6855,"lemma":"צִפֹּרָה","transliteration":"Tsippôrâh","pronunciation":"tsip-po-raw'","derivation":"feminine of H6833 (צִפּוֹר); bird;","strongs_definition":"Tsipporah, Moses' wife","kjv_definition":"Zipporah."} +{"id":"H6856","strongs_number":"H6856","system":"hebrew","language":"hebrew","number_value":6856,"lemma":"צִפֹּרֶן","transliteration":"tsippôren","pronunciation":"tsip-po'-ren","derivation":"from H6852 (צָפַר) (in the denominative sense (from H6833 (צִפּוֹר)) of scratching);","strongs_definition":"properly, a claw, i.e. (human) nail; also the point of astyle (or pen, tipped with adamant)","kjv_definition":"nail, point."} +{"id":"H6857","strongs_number":"H6857","system":"hebrew","language":"hebrew","number_value":6857,"lemma":"צְפַת","transliteration":"Tsᵉphath","pronunciation":"tsef-ath'","derivation":"from H6822 (צָפָה); watch-tower;","strongs_definition":"Tsephath, a place in Palestine","kjv_definition":"Zephath."} +{"id":"H6858","strongs_number":"H6858","system":"hebrew","language":"hebrew","number_value":6858,"lemma":"צֶפֶת","transliteration":"tsepheth","pronunciation":"tseh'-feth","derivation":"from an unused root meaning to encircle;","strongs_definition":"a capital of a column","kjv_definition":"chapiter."} +{"id":"H6859","strongs_number":"H6859","system":"hebrew","language":"hebrew","number_value":6859,"lemma":"צְפָתָה","transliteration":"Tsᵉphâthâh","pronunciation":"tsef-aw'-thaw","derivation":"the same as H6857 (צְפַת);","strongs_definition":"Tsephathah, a place in Palestine","kjv_definition":"Zephathah."} +{"id":"H6860","strongs_number":"H6860","system":"hebrew","language":"hebrew","number_value":6860,"lemma":"צִקְלַג","transliteration":"Tsiqlag","pronunciation":"tsik-lag'","derivation":"or צִיקלַג; (1 Chronicles 12:1,20), of uncertain derivation;","strongs_definition":"Tsiklag or Tsikelag, a place in Palestine","kjv_definition":"Ziklag."} +{"id":"H6861","strongs_number":"H6861","system":"hebrew","language":"hebrew","number_value":6861,"lemma":"צִקְלֹן","transliteration":"tsiqlôn","pronunciation":"tsik-lone'","derivation":"from an unused root meaning to wind;","strongs_definition":"a sack (as tied at the mouth)","kjv_definition":"husk."} +{"id":"H6862","strongs_number":"H6862","system":"hebrew","language":"hebrew","number_value":6862,"lemma":"צַר","transliteration":"tsar","pronunciation":"tsar","derivation":"or צָר; from H6887 (צָרַר); compare as in H6864 (צֹר)","strongs_definition":"narrow; (as a noun) a tight place (usually figuratively, i.e. trouble); also a pebble ; (transitive) an opponent (as crowding)","kjv_definition":"adversary, afflicted(-tion), anguish, close, distress, enemy, flint, foe, narrow, small, sorrow, strait, tribulation, trouble."} +{"id":"H6863","strongs_number":"H6863","system":"hebrew","language":"hebrew","number_value":6863,"lemma":"צֵר","transliteration":"Tsêr","pronunciation":"tsare","derivation":"from H6887 (צָרַר); rock;","strongs_definition":"Tser, a place in Palestine","kjv_definition":"Zer."} +{"id":"H6864","strongs_number":"H6864","system":"hebrew","language":"hebrew","number_value":6864,"lemma":"צֹר","transliteration":"tsôr","pronunciation":"tsore","derivation":"from H6696 (צוּר);","strongs_definition":"a stone (as if pressed hard or to a point); (by implication, of use) a knife","kjv_definition":"flint, sharp stone."} +{"id":"H6865","strongs_number":"H6865","system":"hebrew","language":"hebrew","number_value":6865,"lemma":"צֹר","transliteration":"Tsôr","pronunciation":"tsore","derivation":"or צוֹר; the same as H6864 (צֹר); a rock;","strongs_definition":"Tsor, a place in Palestine","kjv_definition":"Tyre, Tyrus."} +{"id":"H6866","strongs_number":"H6866","system":"hebrew","language":"hebrew","number_value":6866,"lemma":"צָרַב","transliteration":"tsârab","pronunciation":"tsaw-rab'","derivation":"a primitive root;","strongs_definition":"to burn","kjv_definition":"burn."} +{"id":"H6867","strongs_number":"H6867","system":"hebrew","language":"hebrew","number_value":6867,"lemma":"צָרֶבֶת","transliteration":"tsârebeth","pronunciation":"tsaw-reh'-beth","derivation":"from H6686 (צוּעָר);","strongs_definition":"conflagration (of fire or disease)","kjv_definition":"burning, inflammation."} +{"id":"H6868","strongs_number":"H6868","system":"hebrew","language":"hebrew","number_value":6868,"lemma":"צְרֵדָה","transliteration":"Tsᵉrêdâh","pronunciation":"tser-ay-daw'","derivation":"or צְרֵדָתָה; apparently from an unused root meaning to pierce; puncture;","strongs_definition":"Tseredah, a place in Palestine","kjv_definition":"Zereda, Zeredathah."} +{"id":"H6869","strongs_number":"H6869","system":"hebrew","language":"hebrew","number_value":6869,"lemma":"צָרָה","transliteration":"tsârâh","pronunciation":"tsaw-raw'","derivation":"feminine of H6862 (צַר);","strongs_definition":"tightness (i.e. figuratively, trouble); transitively, a female rival:","kjv_definition":"adversary, adversity, affliction, anguish, distress, tribulation, trouble."} +{"id":"H6870","strongs_number":"H6870","system":"hebrew","language":"hebrew","number_value":6870,"lemma":"צְרוּיָה","transliteration":"Tsᵉrûwyâh","pronunciation":"tser-oo-yaw'","derivation":"feminine passive participle from the same as H6875 (צְרִי); wounded;","strongs_definition":"Tserujah, an Israelitess","kjv_definition":"Zeruiah."} +{"id":"H6871","strongs_number":"H6871","system":"hebrew","language":"hebrew","number_value":6871,"lemma":"צְרוּעָה","transliteration":"Tsᵉrûwʻâh","pronunciation":"tser-oo-aw'","derivation":"feminine passive participle of H6879 (צָרַע); leprous;","strongs_definition":"Tseruah, an Israelitess","kjv_definition":"Zeruah."} +{"id":"H6872","strongs_number":"H6872","system":"hebrew","language":"hebrew","number_value":6872,"lemma":"צְרוֹר","transliteration":"tsᵉrôwr","pronunciation":"tser-ore'","derivation":"or (shorter) צְרֹר; from H6887 (צָרַר);","strongs_definition":"a parcel (as packed up); also a kernel or particle (as if a package)","kjv_definition":"bag, [idiom] bendeth, bundle, least grain, small stone."} +{"id":"H6873","strongs_number":"H6873","system":"hebrew","language":"hebrew","number_value":6873,"lemma":"צָרַח","transliteration":"tsârach","pronunciation":"tsaw-rakh'","derivation":"a primitive root;","strongs_definition":"to be clear (in tone, i.e. shrill), i.e. to whoop","kjv_definition":"cry, roar."} +{"id":"H6874","strongs_number":"H6874","system":"hebrew","language":"hebrew","number_value":6874,"lemma":"צְרִי","transliteration":"Tsᵉrîy","pronunciation":"tser-ee'","derivation":"the same as H6875 (צְרִי);","strongs_definition":"Tseri, an Israelite","kjv_definition":"Zeri. Compare H3340 (יִצְרִי)."} +{"id":"H6875","strongs_number":"H6875","system":"hebrew","language":"hebrew","number_value":6875,"lemma":"צְרִי","transliteration":"tsᵉrîy","pronunciation":"tser-ee'","derivation":"or צֳרִי; from an unused root meaning to crack (as by pressure), hence, to leak;","strongs_definition":"distillation, i.e. balsam","kjv_definition":"balm."} +{"id":"H6876","strongs_number":"H6876","system":"hebrew","language":"hebrew","number_value":6876,"lemma":"צֹרִי","transliteration":"Tsôrîy","pronunciation":"tso-ree'","derivation":"patrial from H6865 (צֹר);","strongs_definition":"a Tsorite or inhabitant of Tsor (i.e. Syrian)","kjv_definition":"(man) of Tyre."} +{"id":"H6877","strongs_number":"H6877","system":"hebrew","language":"hebrew","number_value":6877,"lemma":"צְרִיחַ","transliteration":"tsᵉrîyach","pronunciation":"tser-ee'-akh","derivation":"from H6873 (צָרַח) in the sense of clearness of vision;","strongs_definition":"a citadel","kjv_definition":"high place, hold."} +{"id":"H6878","strongs_number":"H6878","system":"hebrew","language":"hebrew","number_value":6878,"lemma":"צֹרֶךְ","transliteration":"tsôrek","pronunciation":"tso'-rek","derivation":"from an unused root meaning to need;","strongs_definition":"need","kjv_definition":"need."} +{"id":"H6879","strongs_number":"H6879","system":"hebrew","language":"hebrew","number_value":6879,"lemma":"צָרַע","transliteration":"tsâraʻ","pronunciation":"tsaw-rah'","derivation":"a primitive root;","strongs_definition":"to scourge, i.e. (intransitive and figurative) to be stricken with leprosy","kjv_definition":"leper, leprous."} +{"id":"H6880","strongs_number":"H6880","system":"hebrew","language":"hebrew","number_value":6880,"lemma":"צִרְעָה","transliteration":"tsirʻâh","pronunciation":"tsir-aw'","derivation":"from H6879 (צָרַע);","strongs_definition":"a wasp (as stinging)","kjv_definition":"hornet."} +{"id":"H6881","strongs_number":"H6881","system":"hebrew","language":"hebrew","number_value":6881,"lemma":"צׇרְעָה","transliteration":"Tsorʻâh","pronunciation":"tsor-aw'","derivation":"apparently another form for H6880 (צִרְעָה);","strongs_definition":"Tsorah, a place in Palestine","kjv_definition":"Zareah, Zorah, Zoreah."} +{"id":"H6882","strongs_number":"H6882","system":"hebrew","language":"hebrew","number_value":6882,"lemma":"צׇרְעִי","transliteration":"Tsorʻîy","pronunciation":"tsor-ee'","derivation":"or צׇרְעָתִי; patrial from H6881 (צׇרְעָה);","strongs_definition":"a Tsorite or Tsorathite, i.e. inhabitants of Tsorah","kjv_definition":"Zorites, Zareathites, Zorathites."} +{"id":"H6883","strongs_number":"H6883","system":"hebrew","language":"hebrew","number_value":6883,"lemma":"צָרַעַת","transliteration":"tsâraʻath","pronunciation":"tsaw-rah'-ath","derivation":"from H6879 (צָרַע);","strongs_definition":"leprosy","kjv_definition":"leprosy."} +{"id":"H6884","strongs_number":"H6884","system":"hebrew","language":"hebrew","number_value":6884,"lemma":"צָרַף","transliteration":"tsâraph","pronunciation":"tsaw-raf'","derivation":"a primitive root;","strongs_definition":"to fuse (metal), i.e. refine (literally or figuratively)","kjv_definition":"cast, (re-) fine(-er), founder, goldsmith, melt, pure, purge away, try."} +{"id":"H6885","strongs_number":"H6885","system":"hebrew","language":"hebrew","number_value":6885,"lemma":"צֹרְפִי","transliteration":"Tsôrᵉphîy","pronunciation":"tso-ref-ee'","derivation":"from H6884 (צָרַף); refiner;","strongs_definition":"Tsorephi (with the article), an Israelite","kjv_definition":"goldsmith's."} +{"id":"H6886","strongs_number":"H6886","system":"hebrew","language":"hebrew","number_value":6886,"lemma":"צָרְפַת","transliteration":"Tsârᵉphath","pronunciation":"tsaq-ref-ath'","derivation":"from H6884 (צָרַף); refinement;","strongs_definition":"Tsarephath, a place in Palestine","kjv_definition":"Zarephath."} +{"id":"H6887","strongs_number":"H6887","system":"hebrew","language":"hebrew","number_value":6887,"lemma":"צָרַר","transliteration":"tsârar","pronunciation":"tsaw-rar'","derivation":"a primitive root;","strongs_definition":"to cramp, literally or figuratively, transitive or intransitive","kjv_definition":"adversary, (be in) afflict(-ion), beseige, bind (up), (be in, bring) distress, enemy, narrower, oppress, pangs, shut up, be in a strait (trouble), vex."} +{"id":"H6888","strongs_number":"H6888","system":"hebrew","language":"hebrew","number_value":6888,"lemma":"צְרֵרָה","transliteration":"Tsᵉrêrâh","pronunciation":"tser-ay-raw'","derivation":"apparently by erroneous transcription for H6868 (צְרֵדָה);","strongs_definition":"Tsererah for Tseredah","kjv_definition":"Zererath."} +{"id":"H6889","strongs_number":"H6889","system":"hebrew","language":"hebrew","number_value":6889,"lemma":"צֶרֶת","transliteration":"Tsereth","pronunciation":"tseh'-reth","derivation":"perhaps from H6671 (צָהַר); splendor;","strongs_definition":"Tsereth, an Israelite","kjv_definition":"Zereth."} +{"id":"H6890","strongs_number":"H6890","system":"hebrew","language":"hebrew","number_value":6890,"lemma":"צֶרֶת הַשַּׁחַר","transliteration":"Tsereth hash-Shachar","pronunciation":"tseh'-reth hash-shakh'-ar","derivation":"from the same as H6889 (צֶרֶת) and H7837 (שַׁחַר) with the article interposed; splendor of the dawn;","strongs_definition":"Tsereth-hash-Shachar, a place in Palestine","kjv_definition":"Zareth-shahar."} +{"id":"H6891","strongs_number":"H6891","system":"hebrew","language":"hebrew","number_value":6891,"lemma":"צָרְתָן","transliteration":"Tsârᵉthân","pronunciation":"tsaw-reth-awn'","derivation":"perhaps for H6868 (צְרֵדָה);","strongs_definition":"Tsarethan, a place in Palestine","kjv_definition":"Zarthan. q"} +{"id":"H6892","strongs_number":"H6892","system":"hebrew","language":"hebrew","number_value":6892,"lemma":"קֵא","transliteration":"qêʼ","pronunciation":"kay","derivation":"or קִיא; from H6958 (קוֹא);","strongs_definition":"vomit","kjv_definition":"vomit."} +{"id":"H6893","strongs_number":"H6893","system":"hebrew","language":"hebrew","number_value":6893,"lemma":"קָאַת","transliteration":"qâʼath","pronunciation":"kaw-ath'","derivation":"from H6958 (קוֹא);","strongs_definition":"probably the pelican (from vomiting)","kjv_definition":"cormorant."} +{"id":"H6894","strongs_number":"H6894","system":"hebrew","language":"hebrew","number_value":6894,"lemma":"קַב","transliteration":"qab","pronunciation":"kab","derivation":"from H6895 (קָבַב);","strongs_definition":"a hollow, i.e. vessel used as a (dry) measure","kjv_definition":"cab."} +{"id":"H6895","strongs_number":"H6895","system":"hebrew","language":"hebrew","number_value":6895,"lemma":"קָבַב","transliteration":"qâbab","pronunciation":"kaw-bab'","derivation":"a primitive root;","strongs_definition":"to scoop out, i.e. (figuratively) to malign or execrate (i.e. stab with words)","kjv_definition":"[idiom] at all, curse."} +{"id":"H6896","strongs_number":"H6896","system":"hebrew","language":"hebrew","number_value":6896,"lemma":"קֵבָה","transliteration":"qêbâh","pronunciation":"kay-baw'","derivation":"from H6895 (קָבַב);","strongs_definition":"the paunch (as a cavity) or first stomach of ruminants","kjv_definition":"maw."} +{"id":"H6897","strongs_number":"H6897","system":"hebrew","language":"hebrew","number_value":6897,"lemma":"קֹבָה","transliteration":"qôbâh","pronunciation":"ko'-baw","derivation":"from H6895 (קָבַב);","strongs_definition":"the abdomen (as a cavity)","kjv_definition":"belly."} +{"id":"H6898","strongs_number":"H6898","system":"hebrew","language":"hebrew","number_value":6898,"lemma":"קֻבָּה","transliteration":"qubbâh","pronunciation":"koob-baw'","derivation":"from H6895 (קָבַב);","strongs_definition":"a pavilion (as a domed cavity)","kjv_definition":"tent."} +{"id":"H6899","strongs_number":"H6899","system":"hebrew","language":"hebrew","number_value":6899,"lemma":"קִבּוּץ","transliteration":"qibbûwts","pronunciation":"kib-boots'","derivation":"from H6908 (קָבַץ);","strongs_definition":"a throng","kjv_definition":"company."} +{"id":"H6900","strongs_number":"H6900","system":"hebrew","language":"hebrew","number_value":6900,"lemma":"קְבוּרָה","transliteration":"qᵉbûwrâh","pronunciation":"keb-oo-raw'","derivation":"or קְבֻרָה; feminine passive participle of H6912 (קָבַר);","strongs_definition":"sepulture; (concretely) a sepulchre","kjv_definition":"burial, burying place, grave, sepulchre."} +{"id":"H6901","strongs_number":"H6901","system":"hebrew","language":"hebrew","number_value":6901,"lemma":"קָבַל","transliteration":"qâbal","pronunciation":"kaw-bal'","derivation":"a primitive root;","strongs_definition":"to admit, i.e. take (literally or figuratively)","kjv_definition":"choose, (take) hold, receive, (under-) take."} +{"id":"H6902","strongs_number":"H6902","system":"hebrew","language":"hebrew","number_value":6902,"lemma":"קְבַל","transliteration":"qᵉbal","pronunciation":"keb-al'","derivation":"(Aramaic) corresponding to H6901 (קָבַל);","strongs_definition":"to acquire","kjv_definition":"receive, take."} +{"id":"H6903","strongs_number":"H6903","system":"hebrew","language":"hebrew","number_value":6903,"lemma":"קְבֵל","transliteration":"qᵉbêl","pronunciation":"keb-ale'","derivation":"(Aramaic) or קֳבֵל; (Aramaic), (corresponding to H6905 (קָבָל);","strongs_definition":"(adverbially) in front of; usually (with other particles) on account of, so as, since, hence","kjv_definition":"[phrase] according to, [phrase] as, [phrase] because, before, [phrase] for this cause, [phrase] forasmuch as, [phrase] by this means, over against, by reason of, [phrase] that, [phrase] therefore, [phrase] though, [phrase] wherefore."} +{"id":"H6904","strongs_number":"H6904","system":"hebrew","language":"hebrew","number_value":6904,"lemma":"קֹבֶל","transliteration":"qôbel","pronunciation":"ko'-bel","derivation":"from H6901 (קָבַל) in the sense of confronting (as standing opposite in order to receive);","strongs_definition":"a battering-ram","kjv_definition":"war."} +{"id":"H6905","strongs_number":"H6905","system":"hebrew","language":"hebrew","number_value":6905,"lemma":"קָבָל","transliteration":"qâbâl","pronunciation":"kaw-bawl'","derivation":"from H6901 (קָבַל) in the sense of opposite (see H6904 (קֹבֶל));","strongs_definition":"the presence, i.e. (adverbially) in front of","kjv_definition":"before."} +{"id":"H6906","strongs_number":"H6906","system":"hebrew","language":"hebrew","number_value":6906,"lemma":"קָבַע","transliteration":"qâbaʻ","pronunciation":"kaw-bah'","derivation":"a primitive root;","strongs_definition":"to cover, i.e. (figuratively) defraud","kjv_definition":"rob, spoil."} +{"id":"H6907","strongs_number":"H6907","system":"hebrew","language":"hebrew","number_value":6907,"lemma":"קֻבַּעַת","transliteration":"qubbaʻath","pronunciation":"koob-bah'-ath","derivation":"from H6906 (קָבַע);","strongs_definition":"a goblet (as deep like a cover)","kjv_definition":"dregs."} +{"id":"H6908","strongs_number":"H6908","system":"hebrew","language":"hebrew","number_value":6908,"lemma":"קָבַץ","transliteration":"qâbats","pronunciation":"kaw-bats'","derivation":"a primitive root;","strongs_definition":"to grasp, i.e. collect","kjv_definition":"assemble (selves), gather (bring) (together, selves together, up), heap, resort, [idiom] surely, take up."} +{"id":"H6909","strongs_number":"H6909","system":"hebrew","language":"hebrew","number_value":6909,"lemma":"קַבְצְאֵל","transliteration":"Qabtsᵉʼêl","pronunciation":"kab-tseh-ale'","derivation":"from H6908 (קָבַץ) and H410 (אֵל); God has gathered;","strongs_definition":"Kabtseel, a place in Palestine","kjv_definition":"Kabzeel. Compare H3343 (יְקַבְצְאֵל)."} +{"id":"H6910","strongs_number":"H6910","system":"hebrew","language":"hebrew","number_value":6910,"lemma":"קְבֻצָה","transliteration":"qᵉbutsâh","pronunciation":"keb-oo-tsaw'","derivation":"feminine passive participle of H6908 (קָבַץ);","strongs_definition":"a hoard","kjv_definition":"[idiom] gather."} +{"id":"H6911","strongs_number":"H6911","system":"hebrew","language":"hebrew","number_value":6911,"lemma":"קִבְצַיִם","transliteration":"Qibtsayim","pronunciation":"kib-tsah'-yim","derivation":"dual from H6908 (קָבַץ); a double heap;","strongs_definition":"Kibtsajim, a place in Palestine","kjv_definition":"Kibzaim."} +{"id":"H6912","strongs_number":"H6912","system":"hebrew","language":"hebrew","number_value":6912,"lemma":"קָבַר","transliteration":"qâbar","pronunciation":"kaw-bar'","derivation":"a primitive root;","strongs_definition":"to inter","kjv_definition":"[idiom] in any wise, bury(-ier)."} +{"id":"H6913","strongs_number":"H6913","system":"hebrew","language":"hebrew","number_value":6913,"lemma":"קֶבֶר","transliteration":"qeber","pronunciation":"keh'-ber","derivation":"or (feminine) קִבְרָה; from H6912 (קָבַר);","strongs_definition":"a sepulchre","kjv_definition":"burying place, grave, sepulchre."} +{"id":"H6914","strongs_number":"H6914","system":"hebrew","language":"hebrew","number_value":6914,"lemma":"קִבְרוֹת הַתַּאֲוָה","transliteration":"Qibrôwth hat-Taʼă-vâh","pronunciation":"kib-roth' hat-tahav-aw'","derivation":"from the feminine plural of H6913 (קֶבֶר) and H8378 (תַּאֲוָה) with the article interposed; graves of the longing;","strongs_definition":"Kibroth-hat-Taavh, a place in the Desert","kjv_definition":"Kibroth-hattaavah."} +{"id":"H6915","strongs_number":"H6915","system":"hebrew","language":"hebrew","number_value":6915,"lemma":"קָדַד","transliteration":"qâdad","pronunciation":"kaw-dad'","derivation":"a primitive root;","strongs_definition":"to shrivel up, i.e. contract or bend the body (or neck) in deference","kjv_definition":"bow (down) (the) head, stoop."} +{"id":"H6916","strongs_number":"H6916","system":"hebrew","language":"hebrew","number_value":6916,"lemma":"קִדָּה","transliteration":"qiddâh","pronunciation":"kid-daw'","derivation":"from H6915 (קָדַד);","strongs_definition":"cassia bark (as in shrivelled rolls)","kjv_definition":"cassia."} +{"id":"H6917","strongs_number":"H6917","system":"hebrew","language":"hebrew","number_value":6917,"lemma":"קָדוּם","transliteration":"qâdûwm","pronunciation":"kaw-doom'","derivation":"passive participle of H6923 (קָדַם);","strongs_definition":"a pristine hero","kjv_definition":"ancient."} +{"id":"H6918","strongs_number":"H6918","system":"hebrew","language":"hebrew","number_value":6918,"lemma":"קָדוֹשׁ","transliteration":"qâdôwsh","pronunciation":"kaw-doshe'","derivation":"or קָדֹשׁ; from H6942 (קָדַשׁ);","strongs_definition":"sacred (ceremonially or morally); (as noun) God (by eminence), an angel, a saint, a sanctuary","kjv_definition":"holy (One), saint."} +{"id":"H6919","strongs_number":"H6919","system":"hebrew","language":"hebrew","number_value":6919,"lemma":"קָדַח","transliteration":"qâdach","pronunciation":"kaw-dakh'","derivation":"a primitive root to inflame","strongs_definition":"to inflame","kjv_definition":"burn, kindle."} +{"id":"H6920","strongs_number":"H6920","system":"hebrew","language":"hebrew","number_value":6920,"lemma":"קַדַּחַת","transliteration":"qaddachath","pronunciation":"kad-dakh'-ath","derivation":"from H6919 (קָדַח);","strongs_definition":"inflammation, i.e. febrile disease","kjv_definition":"burning ague, fever."} +{"id":"H6921","strongs_number":"H6921","system":"hebrew","language":"hebrew","number_value":6921,"lemma":"קָדִים","transliteration":"qâdîym","pronunciation":"kaw-deem'","derivation":"or קָדִם; from H6923 (קָדַם);","strongs_definition":"the fore or front part; hence (by orientation) the East (often adverbially, eastward, for brevity the east wind)","kjv_definition":"east(-ward, wind)."} +{"id":"H6922","strongs_number":"H6922","system":"hebrew","language":"hebrew","number_value":6922,"lemma":"קַדִּישׁ","transliteration":"qaddîysh","pronunciation":"kad-deesh'","derivation":"(Aramaic) corresponding to H6918 (קָדוֹשׁ).","strongs_definition":"{sacred (ceremonially or morally); (as noun) God (by eminence), an angel, a saint, a sanctuary}","kjv_definition":"holy (One), saint."} +{"id":"H6923","strongs_number":"H6923","system":"hebrew","language":"hebrew","number_value":6923,"lemma":"קָדַם","transliteration":"qâdam","pronunciation":"kaw-dam'","derivation":"a primitive root;","strongs_definition":"to project (one self), i.e. precede; hence, to anticipate, hasten, meet (usually for help)","kjv_definition":"come (go, (flee)) before, [phrase] disappoint, meet, prevent."} +{"id":"H6924","strongs_number":"H6924","system":"hebrew","language":"hebrew","number_value":6924,"lemma":"קֶדֶם","transliteration":"qedem","pronunciation":"keh'-dem","derivation":"or קֵדְמָה; from H6923 (קָדַם);","strongs_definition":"the front, of place (absolutely, the fore part, relatively the East) or time (antiquity); often used adverbially (before, anciently, eastward)","kjv_definition":"aforetime, ancient (time), before, east (end, part, side, -ward), eternal, [idiom] ever(-lasting), forward, old, past. Compare H6926 (קִדְמָה)."} +{"id":"H6925","strongs_number":"H6925","system":"hebrew","language":"hebrew","number_value":6925,"lemma":"קֳדָם","transliteration":"qŏdâm","pronunciation":"kod-awm'","derivation":"(Aramaic) or קְדָם; (Aramaic) (Daniel 7:13), corresponding to H6924 (קֶדֶם);","strongs_definition":"before","kjv_definition":"before, [idiom] from, [idiom] I (thought), [idiom] me, [phrase] of, [idiom] it pleased, presence."} +{"id":"H6926","strongs_number":"H6926","system":"hebrew","language":"hebrew","number_value":6926,"lemma":"קִדְמָה","transliteration":"qidmâh","pronunciation":"kid-maw'","derivation":"feminine of H6924 (קֶדֶם);","strongs_definition":"the forward part (or relatively) East (often adverbially, on the east or in front)","kjv_definition":"east(-ward)."} +{"id":"H6927","strongs_number":"H6927","system":"hebrew","language":"hebrew","number_value":6927,"lemma":"קַדְמָה","transliteration":"qadmâh","pronunciation":"kad-maw'","derivation":"from H6923 (קָדַם);","strongs_definition":"priority (in time); also used adverbially (before)","kjv_definition":"afore, antiquity, former (old) estate."} +{"id":"H6928","strongs_number":"H6928","system":"hebrew","language":"hebrew","number_value":6928,"lemma":"קַדְמָה","transliteration":"qadmâh","pronunciation":"kad-maw'","derivation":"(Aramaic) corresponding to H6927 (קַדְמָה);","strongs_definition":"former time","kjv_definition":"afore(-time), ago."} +{"id":"H6929","strongs_number":"H6929","system":"hebrew","language":"hebrew","number_value":6929,"lemma":"קֵדְמָה","transliteration":"Qêdᵉmâh","pronunciation":"kayd'-maw","derivation":"from H6923 (קָדַם); precedence;","strongs_definition":"Kedemah, a son of Ishmael","kjv_definition":"Kedemah."} +{"id":"H6930","strongs_number":"H6930","system":"hebrew","language":"hebrew","number_value":6930,"lemma":"קַדְמוֹן","transliteration":"qadmôwn","pronunciation":"kad-mone'","derivation":"from H6923 (קָדַם);","strongs_definition":"eastern","kjv_definition":"east."} +{"id":"H6931","strongs_number":"H6931","system":"hebrew","language":"hebrew","number_value":6931,"lemma":"קַדְמוֹנִי","transliteration":"qadmôwnîy","pronunciation":"kad-mo-nee'","derivation":"or קַדְמֹנִי; from H6930 (קַדְמוֹן);","strongs_definition":"(of time) anterior or (of place) oriental","kjv_definition":"ancient, they that went before, east, (thing of) old."} +{"id":"H6932","strongs_number":"H6932","system":"hebrew","language":"hebrew","number_value":6932,"lemma":"קְדֵמוֹת","transliteration":"Qᵉdêmôwth","pronunciation":"ked-ay-mothe'","derivation":"from H6923 (קָדַם); beginnings;","strongs_definition":"Kedemoth, a place in eastern Palestine","kjv_definition":"Kedemoth."} +{"id":"H6933","strongs_number":"H6933","system":"hebrew","language":"hebrew","number_value":6933,"lemma":"קַדְמַי","transliteration":"qadmay","pronunciation":"kad-mah'-ee","derivation":"(Aramaic) from a root corresponding to H6923 (קָדַם);","strongs_definition":"first","kjv_definition":"first."} +{"id":"H6934","strongs_number":"H6934","system":"hebrew","language":"hebrew","number_value":6934,"lemma":"קַדְמִיאֵל","transliteration":"Qadmîyʼêl","pronunciation":"kad-mee-ale'","derivation":"from H6924 (קֶדֶם) and H410 (אֵל); presence of God;","strongs_definition":"Kadmiel, the name of three Israelites","kjv_definition":"Kadmiel."} +{"id":"H6935","strongs_number":"H6935","system":"hebrew","language":"hebrew","number_value":6935,"lemma":"קַדְמֹנִי","transliteration":"Qadmônîy","pronunciation":"kad-mo-nee'","derivation":"the same as H6931 (קַדְמוֹנִי); ancient, i.e. aboriginal;","strongs_definition":"Kadmonite (collectively), the name of a tribe in Palestine","kjv_definition":"Kadmonites."} +{"id":"H6936","strongs_number":"H6936","system":"hebrew","language":"hebrew","number_value":6936,"lemma":"קׇדְקֹד","transliteration":"qodqôd","pronunciation":"kod-kode'","derivation":"from H6915 (קָדַד);","strongs_definition":"the crown of the head (as the part most bowed)","kjv_definition":"crown (of the head), pate, scalp, top of the head."} +{"id":"H6937","strongs_number":"H6937","system":"hebrew","language":"hebrew","number_value":6937,"lemma":"קָדַר","transliteration":"qâdar","pronunciation":"kaw-dar'","derivation":"a primitive root;","strongs_definition":"to be ashy, i.e. darkcolored; by implication, to mourn (in sackcloth or sordid garments)","kjv_definition":"be black(-ish), be (make) dark(-en), [idiom] heavily, (cause to) mourn."} +{"id":"H6938","strongs_number":"H6938","system":"hebrew","language":"hebrew","number_value":6938,"lemma":"קֵדָר","transliteration":"Qêdâr","pronunciation":"kay-dawr'","derivation":"from H6937 (קָדַר); dusky (of the skin or the tent);","strongs_definition":"Kedar, a son of Ishmael; also (collectively) Bedouin (as his descendants or representatives)","kjv_definition":"Kedar."} +{"id":"H6939","strongs_number":"H6939","system":"hebrew","language":"hebrew","number_value":6939,"lemma":"קִדְרוֹן","transliteration":"Qidrôwn","pronunciation":"kid-rone'","derivation":"from H6937 (קָדַר); dusky place;","strongs_definition":"Kidron, a brook near Jerusalem","kjv_definition":"Kidron."} +{"id":"H6940","strongs_number":"H6940","system":"hebrew","language":"hebrew","number_value":6940,"lemma":"קַדְרוּת","transliteration":"qadrûwth","pronunciation":"kad-rooth'","derivation":"from H6937 (קָדַר);","strongs_definition":"duskiness","kjv_definition":"blackness."} +{"id":"H6941","strongs_number":"H6941","system":"hebrew","language":"hebrew","number_value":6941,"lemma":"קְדֹרַנִּית","transliteration":"qᵉdôrannîyth","pronunciation":"ked-o-ran-neeth'","derivation":"adverb from H6937 (קָדַר);","strongs_definition":"blackish ones (i.e. in sackcloth); used adverbially, in mourning weeds","kjv_definition":"mournfully."} +{"id":"H6942","strongs_number":"H6942","system":"hebrew","language":"hebrew","number_value":6942,"lemma":"קָדַשׁ","transliteration":"qâdash","pronunciation":"kaw-dash'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make, pronounce or observe as) clean (ceremonially or morally)","kjv_definition":"appoint, bid, consecrate, dedicate, defile, hallow, (be, keep) holy(-er, place), keep, prepare, proclaim, purify, sanctify(-ied one, self), [idiom] wholly."} +{"id":"H6943","strongs_number":"H6943","system":"hebrew","language":"hebrew","number_value":6943,"lemma":"קֶדֶשׁ","transliteration":"Qedesh","pronunciation":"keh'-desh","derivation":"from H6942 (קָדַשׁ); a sanctum;","strongs_definition":"Kedesh, the name of four places in Palestine","kjv_definition":"Kedesh."} +{"id":"H6944","strongs_number":"H6944","system":"hebrew","language":"hebrew","number_value":6944,"lemma":"קֹדֶשׁ","transliteration":"qôdesh","pronunciation":"ko'-desh","derivation":"from H6942 (קָדַשׁ);","strongs_definition":"a sacred place or thing; rarely abstract, sanctity","kjv_definition":"consecrated (thing), dedicated (thing), hallowed (thing), holiness, ([idiom] most) holy ([idiom] day, portion, thing), saint, sanctuary."} +{"id":"H6945","strongs_number":"H6945","system":"hebrew","language":"hebrew","number_value":6945,"lemma":"קָדֵשׁ","transliteration":"qâdêsh","pronunciation":"kaw-dashe'","derivation":"from H6942 (קָדַשׁ);","strongs_definition":"a (quasi) sacred person, i.e. (technically) a (male) devotee (by prostitution) to licentious idolatry","kjv_definition":"sodomite, unclean."} +{"id":"H6946","strongs_number":"H6946","system":"hebrew","language":"hebrew","number_value":6946,"lemma":"קָדֵשׁ","transliteration":"Qâdêsh","pronunciation":"kaw-dashe'","derivation":"the same as H6945 (קָדֵשׁ); sanctuary;","strongs_definition":"Kadesh, a place in the Desert","kjv_definition":"Kadesh. Compare H6947 (קָדֵשׁ בַּרְנֵעַ)."} +{"id":"H6947","strongs_number":"H6947","system":"hebrew","language":"hebrew","number_value":6947,"lemma":"קָדֵשׁ בַּרְנֵעַ","transliteration":"Qâdêsh Barnêaʻ","pronunciation":"kaw-dashe' bar-nay'-ah","derivation":"from the same as H6946 (קָדֵשׁ) and an otherwise unused word (apparently compounded of a correspondent to H1251 (בַּר) and a derivative of H5128 (נוּעַ)) meaning desert of a fugitive; Kadesh of (the) Wilderness of Wandering;","strongs_definition":"Kadesh-Barnea, a place in the Desert","kjv_definition":"Kadeshbarnea."} +{"id":"H6948","strongs_number":"H6948","system":"hebrew","language":"hebrew","number_value":6948,"lemma":"קְדֵשָׁה","transliteration":"qᵉdêshâh","pronunciation":"ked-ay-shaw'","derivation":"feminine of H6945 (קָדֵשׁ);","strongs_definition":"a female devotee (i.e. prostitute)","kjv_definition":"harlot, whore."} +{"id":"H6949","strongs_number":"H6949","system":"hebrew","language":"hebrew","number_value":6949,"lemma":"קָהָה","transliteration":"qâhâh","pronunciation":"kaw-haw'","derivation":"a primitive root;","strongs_definition":"to be dull","kjv_definition":"be set on edge, be blunt."} +{"id":"H6950","strongs_number":"H6950","system":"hebrew","language":"hebrew","number_value":6950,"lemma":"קָהַל","transliteration":"qâhal","pronunciation":"'kaw-hal'","derivation":"a primitive root;","strongs_definition":"to convoke","kjv_definition":"assemble (selves) (together), gather (selves) (together)."} +{"id":"H6951","strongs_number":"H6951","system":"hebrew","language":"hebrew","number_value":6951,"lemma":"קָהָל","transliteration":"qâhâl","pronunciation":"kaw-hawl'","derivation":"from H6950 (קָהַל);","strongs_definition":"assemblage (usually concretely)","kjv_definition":"assembly, company, congregation, multitude."} +{"id":"H6952","strongs_number":"H6952","system":"hebrew","language":"hebrew","number_value":6952,"lemma":"קְהִלָּה","transliteration":"qᵉhillâh","pronunciation":"keh-hil-law'","derivation":"from H6950 (קָהַל);","strongs_definition":"an assemblage","kjv_definition":"assembly, congregation."} +{"id":"H6953","strongs_number":"H6953","system":"hebrew","language":"hebrew","number_value":6953,"lemma":"קֹהֶלֶת","transliteration":"qôheleth","pronunciation":"ko-heh'-leth","derivation":"feminine of active participle from H6950 (קָהַל);","strongs_definition":"a (female) assembler (i.e. lecturer); abstractly, preaching (used as a 'nom de plume', Koheleth)","kjv_definition":"preacher."} +{"id":"H6954","strongs_number":"H6954","system":"hebrew","language":"hebrew","number_value":6954,"lemma":"קְהֵלָתָה","transliteration":"Qᵉhêlâthâh","pronunciation":"keh-hay-law'-thaw","derivation":"from H6950 (קָהַל); convocation;","strongs_definition":"Kehelathah, a place in the Desert","kjv_definition":"Kehelathah."} +{"id":"H6955","strongs_number":"H6955","system":"hebrew","language":"hebrew","number_value":6955,"lemma":"קְהָת","transliteration":"Qᵉhâth","pronunciation":"keh-hawth'","derivation":"from an unused root meaning to ally oneself; allied;","strongs_definition":"Kehath, an Israelite","kjv_definition":"Kohath."} +{"id":"H6956","strongs_number":"H6956","system":"hebrew","language":"hebrew","number_value":6956,"lemma":"קֳהָתִי","transliteration":"Qŏhâthîy","pronunciation":"ko-haw-thee'","derivation":"patronymically from H6955 (קְהָת);","strongs_definition":"a Kohathite (collectively) or descendants of Kehath","kjv_definition":"Kohathites."} +{"id":"H6957","strongs_number":"H6957","system":"hebrew","language":"hebrew","number_value":6957,"lemma":"קַו","transliteration":"qav","pronunciation":"kav","derivation":"or קָו; from H6960 (קָוָה) (compare H6961 (קָוֶה));","strongs_definition":"a cord (as connecting), especially formeasuring; figuratively, a rule; also a rim, a musical string or accord","kjv_definition":"line. Compare H6978 (קַו־קַו)lemma קַו־קַי yod, corrected to קַו־קַו."} +{"id":"H6958","strongs_number":"H6958","system":"hebrew","language":"hebrew","number_value":6958,"lemma":"קוֹא","transliteration":"qôwʼ","pronunciation":"ko","derivation":"or קָיָה; (Jeremiah 25:27), a primitive root;","strongs_definition":"to vomit","kjv_definition":"spue (out), vomit (out, up, up again)."} +{"id":"H6959","strongs_number":"H6959","system":"hebrew","language":"hebrew","number_value":6959,"lemma":"קוֹבַע","transliteration":"qôwbaʻ","pronunciation":"ko'-bah or ko-bah'","derivation":"a form collateral to H3553 (כּוֹבַע);","strongs_definition":"a helmet","kjv_definition":"helmet."} +{"id":"H6960","strongs_number":"H6960","system":"hebrew","language":"hebrew","number_value":6960,"lemma":"קָוָה","transliteration":"qâvâh","pronunciation":"kaw-vaw'","derivation":"a primitive root;","strongs_definition":"to bind together (perhaps by twisting), i.e. collect; (figuratively) to expect","kjv_definition":"gather (together), look, patiently, tarry, wait (for, on, upon)."} +{"id":"H6961","strongs_number":"H6961","system":"hebrew","language":"hebrew","number_value":6961,"lemma":"קָוֶה","transliteration":"qâveh","pronunciation":"kaw-veh'","derivation":"from H6960 (קָוָה);","strongs_definition":"a (measuring) cord (as if for binding)","kjv_definition":"line."} +{"id":"H6962","strongs_number":"H6962","system":"hebrew","language":"hebrew","number_value":6962,"lemma":"קוּט","transliteration":"qûwṭ","pronunciation":"koot","derivation":"a primitive root;","strongs_definition":"properly, to cut off, i.e. (figuratively) detest","kjv_definition":"begrieved, loathe self."} +{"id":"H6963","strongs_number":"H6963","system":"hebrew","language":"hebrew","number_value":6963,"lemma":"קוֹל","transliteration":"qôwl","pronunciation":"kole","derivation":"or קֹל; from an unused root meaning to call aloud;","strongs_definition":"a voice or sound","kjv_definition":"[phrase] aloud, bleating, crackling, cry ([phrase] out), fame, lightness, lowing, noise, [phrase] hold peace, (pro-) claim, proclamation, [phrase] sing, sound, [phrase] spark, thunder(-ing), voice, [phrase] yell."} +{"id":"H6964","strongs_number":"H6964","system":"hebrew","language":"hebrew","number_value":6964,"lemma":"קוֹלָיָה","transliteration":"Qôwlâyâh","pronunciation":"ko-law-yaw'","derivation":"from H6963 (קוֹל) and H3050 (יָהּ); voice of Jah;","strongs_definition":"Kolajah, the name of two Israelites","kjv_definition":"Kolaiah."} +{"id":"H6965","strongs_number":"H6965","system":"hebrew","language":"hebrew","number_value":6965,"lemma":"קוּם","transliteration":"qûwm","pronunciation":"koom","derivation":"a primitive root;","strongs_definition":"to rise (in various applications, literal, figurative, intensive and causative)","kjv_definition":"abide, accomplish, [idiom] be clearer, confirm, continue, decree, [idiom] be dim, endure, [idiom] enemy, enjoin, get up, make good, help, hold, (help to) lift up (again), make, [idiom] but newly, ordain, perform, pitch, raise (up), rear (up), remain, (a-) rise (up) (again, against), rouse up, set (up), (e-) stablish, (make to) stand (up), stir up, strengthen, succeed, (as-, make) sure(-ly), (be) up(-hold, -rising)."} +{"id":"H6966","strongs_number":"H6966","system":"hebrew","language":"hebrew","number_value":6966,"lemma":"קוּם","transliteration":"qûwm","pronunciation":"koom","derivation":"(Aramaic) corresponding to H6965 (קוּם)","strongs_definition":"{to rise (in various applications, literal, figurative, intensive and causative)}","kjv_definition":"appoint, establish, make, raise up self, (a-) rise (up), (make to) stand, set (up)."} +{"id":"H6967","strongs_number":"H6967","system":"hebrew","language":"hebrew","number_value":6967,"lemma":"קוֹמָה","transliteration":"qôwmâh","pronunciation":"ko-maw'","derivation":"from H6965 (קוּם);","strongs_definition":"height","kjv_definition":"[idiom] along, height, high, stature, tall."} +{"id":"H6968","strongs_number":"H6968","system":"hebrew","language":"hebrew","number_value":6968,"lemma":"קוֹמְמִיּוּת","transliteration":"qôwmᵉmîyûwth","pronunciation":"ko-mem-ee-yooth'","derivation":"from H6965 (קוּם);","strongs_definition":"elevation, i.e. (adverbially) erectly (figuratively)","kjv_definition":"upright."} +{"id":"H6969","strongs_number":"H6969","system":"hebrew","language":"hebrew","number_value":6969,"lemma":"קוּן","transliteration":"qûwn","pronunciation":"koon","derivation":"a primitive root;","strongs_definition":"to strike a musical note, i.e. chant or wail (at a funeral)","kjv_definition":"lament, mourning woman."} +{"id":"H6970","strongs_number":"H6970","system":"hebrew","language":"hebrew","number_value":6970,"lemma":"קוֹעַ","transliteration":"Qôwaʻ","pronunciation":"ko'-ah","derivation":"probably from H6972 (קוּץ) in the original sense of cutting off; curtailment;","strongs_definition":"Koa, a region of Babylon","kjv_definition":"Koa."} +{"id":"H6971","strongs_number":"H6971","system":"hebrew","language":"hebrew","number_value":6971,"lemma":"קוֹף","transliteration":"qôwph","pronunciation":"kofe","derivation":"or קֹף; of foreign origin,","strongs_definition":"a monkey","kjv_definition":"ape."} +{"id":"H6972","strongs_number":"H6972","system":"hebrew","language":"hebrew","number_value":6972,"lemma":"קוּץ","transliteration":"qûwts","pronunciation":"koots","derivation":"a primitive root; to clip off; used only as denominative from H7019 (קַיִץ);","strongs_definition":"to spend the harvest season","kjv_definition":"summer."} +{"id":"H6973","strongs_number":"H6973","system":"hebrew","language":"hebrew","number_value":6973,"lemma":"קוּץ","transliteration":"qûwts","pronunciation":"koots","derivation":"a primitive root (identical with through the idea of severing oneself from (compare H6962 (קוּט)));","strongs_definition":"to be (causatively, make) disgusted or anxious","kjv_definition":"abhor, be distressed, be grieved, loathe, vex, be weary."} +{"id":"H6974","strongs_number":"H6974","system":"hebrew","language":"hebrew","number_value":6974,"lemma":"קוּץ","transliteration":"qûwts","pronunciation":"koots","derivation":"a primitive root (identical with through the idea of abruptness in starting up from sleep (compare H3364 (יָקַץ)));","strongs_definition":"to awake (literally or figuratively)","kjv_definition":"arise, (be) (a-) wake, watch."} +{"id":"H6975","strongs_number":"H6975","system":"hebrew","language":"hebrew","number_value":6975,"lemma":"קוֹץ","transliteration":"qôwts","pronunciation":"kotse","derivation":"or קֹץ; from H6972 (קוּץ) (in the sense of pricking);","strongs_definition":"a thorn","kjv_definition":"thorn."} +{"id":"H6976","strongs_number":"H6976","system":"hebrew","language":"hebrew","number_value":6976,"lemma":"קוֹץ","transliteration":"Qôwts","pronunciation":"kotse","derivation":"the same as H6975 (קוֹץ);","strongs_definition":"Kots, the name of two Israelites","kjv_definition":"Koz, Hakkoz (including the article)."} +{"id":"H6977","strongs_number":"H6977","system":"hebrew","language":"hebrew","number_value":6977,"lemma":"קְוֻצָּה","transliteration":"qᵉvutstsâh","pronunciation":"kev-oots-tsaw'","derivation":"feminine passive participle of H6972 (קוּץ) in its original sense;","strongs_definition":"a forelock (as shorn)","kjv_definition":"lock."} +{"id":"H6978","strongs_number":"H6978","system":"hebrew","language":"hebrew","number_value":6978,"lemma":"קַו־קַו","transliteration":"qav-qav","pronunciation":"kav-kav'","derivation":"from H6957 (קַו) (in the sense of a fastening);","strongs_definition":"stalwart","kjv_definition":"[idiom] meted out."} +{"id":"H6979","strongs_number":"H6979","system":"hebrew","language":"hebrew","number_value":6979,"lemma":"קוּר","transliteration":"qûwr","pronunciation":"koor","derivation":"a primitive root; also denominative from H7023 (קִיר)","strongs_definition":"to trench; by implication, to throw forth; to wall up, whether literal (to build a wall) or figurative (to estop)","kjv_definition":"break down, cast out, destroy, dig."} +{"id":"H6980","strongs_number":"H6980","system":"hebrew","language":"hebrew","number_value":6980,"lemma":"קוּר","transliteration":"qûwr","pronunciation":"koor","derivation":"from H6979 (קוּר);","strongs_definition":"(only plural) trenches, i.e. a web (as if so formed)","kjv_definition":"web."} +{"id":"H6981","strongs_number":"H6981","system":"hebrew","language":"hebrew","number_value":6981,"lemma":"קוֹרֵא","transliteration":"Qôwrêʼ","pronunciation":"ko-ray'","derivation":"or קֹרֵא; (1 Chronicles 26:1), active participle of H7121 (קָרָא); crier;","strongs_definition":"Kore, the name of two Israelites","kjv_definition":"Kore."} +{"id":"H6982","strongs_number":"H6982","system":"hebrew","language":"hebrew","number_value":6982,"lemma":"קוֹרָה","transliteration":"qôwrâh","pronunciation":"ko-raw'","derivation":"or קֹרָה; from H6979 (קוּר);","strongs_definition":"a rafter (forming trenches as it were); by implication, a roof","kjv_definition":"beam, roof."} +{"id":"H6983","strongs_number":"H6983","system":"hebrew","language":"hebrew","number_value":6983,"lemma":"קוֹשׁ","transliteration":"qôwsh","pronunciation":"koshe","derivation":"a primitive root; to bend; used only as denominative for H3369 (יָקֹשׁ),","strongs_definition":"to set a trap","kjv_definition":"lay a snare."} +{"id":"H6984","strongs_number":"H6984","system":"hebrew","language":"hebrew","number_value":6984,"lemma":"קוּשָׁיָהוּ","transliteration":"qûwshâyâhûw","pronunciation":"koo-shaw-yaw'-hoo","derivation":"from the passive participle of H6983 (קוֹשׁ) and H3050 (יָהּ); entrapped of Jah;","strongs_definition":"Kushajah, an Israelite","kjv_definition":"Kushaiah."} +{"id":"H6985","strongs_number":"H6985","system":"hebrew","language":"hebrew","number_value":6985,"lemma":"קַט","transliteration":"qaṭ","pronunciation":"kat","derivation":"from H6990 (קָטַט) in the sense of abbreviation;","strongs_definition":"a little, i.e. (adverbially) merely","kjv_definition":"very."} +{"id":"H6986","strongs_number":"H6986","system":"hebrew","language":"hebrew","number_value":6986,"lemma":"קֶטֶב","transliteration":"qeṭeb","pronunciation":"keh'-teb","derivation":"from an unused root meaning to cut off;","strongs_definition":"ruin","kjv_definition":"destroying, destruction."} +{"id":"H6987","strongs_number":"H6987","system":"hebrew","language":"hebrew","number_value":6987,"lemma":"קֹטֶב","transliteration":"qôṭeb","pronunciation":"ko'-teb","derivation":"from the same as H6986 (קֶטֶב);","strongs_definition":"extermination","kjv_definition":"destruction."} +{"id":"H6988","strongs_number":"H6988","system":"hebrew","language":"hebrew","number_value":6988,"lemma":"קְטוֹרָה","transliteration":"qᵉṭôwrâh","pronunciation":"ket-o-raw'","derivation":"from H6999 (קָטַר);","strongs_definition":"perfume","kjv_definition":"incense."} +{"id":"H6989","strongs_number":"H6989","system":"hebrew","language":"hebrew","number_value":6989,"lemma":"קְטוּרָה","transliteration":"Qᵉṭûwrâh","pronunciation":"ket-oo-raw'","derivation":"feminine passive participle of H6999 (קָטַר); perfumed;","strongs_definition":"Keturah, a wife of Abraham","kjv_definition":"Keturah."} +{"id":"H6990","strongs_number":"H6990","system":"hebrew","language":"hebrew","number_value":6990,"lemma":"קָטַט","transliteration":"qâṭaṭ","pronunciation":"kaw-tat'","derivation":"a primitive root;","strongs_definition":"to clip off, i.e. (figuratively) destroy","kjv_definition":"be cut off."} +{"id":"H6991","strongs_number":"H6991","system":"hebrew","language":"hebrew","number_value":6991,"lemma":"קָטַל","transliteration":"qâṭal","pronunciation":"kaw-tal'","derivation":"a primitive root;","strongs_definition":"properly, to cut off, i.e. (figuratively) put to death","kjv_definition":"kill, slay."} +{"id":"H6992","strongs_number":"H6992","system":"hebrew","language":"hebrew","number_value":6992,"lemma":"קְטַל","transliteration":"qᵉṭal","pronunciation":"ket-al'","derivation":"(Aramaic) corresponding to H6991 (קָטַל);","strongs_definition":"to kill","kjv_definition":"slay."} +{"id":"H6993","strongs_number":"H6993","system":"hebrew","language":"hebrew","number_value":6993,"lemma":"קֶטֶל","transliteration":"qeṭel","pronunciation":"keh'-tel","derivation":"from H6991 (קָטַל);","strongs_definition":"a violent death","kjv_definition":"slaughter."} +{"id":"H6994","strongs_number":"H6994","system":"hebrew","language":"hebrew","number_value":6994,"lemma":"קָטֹן","transliteration":"qâṭôn","pronunciation":"kaw-tone'","derivation":"a primitive root (rather denominative from H6996 (קָטָן));","strongs_definition":"to diminish, i.e. be (causatively, make) diminutive or (figuratively) of no account","kjv_definition":"be a (make) small (thing), be not worthy."} +{"id":"H6995","strongs_number":"H6995","system":"hebrew","language":"hebrew","number_value":6995,"lemma":"קֹטֶן","transliteration":"qôṭen","pronunciation":"ko'-ten","derivation":"from H6994 (קָטֹן);","strongs_definition":"a pettiness, i.e. the little finger","kjv_definition":"little finger."} +{"id":"H6996","strongs_number":"H6996","system":"hebrew","language":"hebrew","number_value":6996,"lemma":"קָטָן","transliteration":"qâṭân","pronunciation":"kaw-tawn'","derivation":"or קָטֹן; from H6962 (קוּט);","strongs_definition":"abbreviated, i.e. diminutive, literally (in quantity, size or number) or figuratively (in age or importance)","kjv_definition":"least, less(-er), little (one), small(-est, one, quantity, thing), young(-er, -est)."} +{"id":"H6997","strongs_number":"H6997","system":"hebrew","language":"hebrew","number_value":6997,"lemma":"קָטָן","transliteration":"Qâṭân","pronunciation":"kaw-tawn'","derivation":"the same as H6996 (קָטָן); small;","strongs_definition":"Katan, an Israelite","kjv_definition":"Hakkatan (including the article)."} +{"id":"H6998","strongs_number":"H6998","system":"hebrew","language":"hebrew","number_value":6998,"lemma":"קָטַף","transliteration":"qâṭaph","pronunciation":"kaw-taf'","derivation":"a primitive root;","strongs_definition":"to strip off","kjv_definition":"crop off, cut down (up), pluck."} +{"id":"H6999","strongs_number":"H6999","system":"hebrew","language":"hebrew","number_value":6999,"lemma":"קָטַר","transliteration":"qâṭar","pronunciation":"kaw-tar'","derivation":"a primitive root (identical with through the idea of fumigation in a close place and perhaps thus driving out the occupants);","strongs_definition":"to smoke, i.e. turn into fragrance by fire (especially as an act of worship)","kjv_definition":"burn (incense, sacrifice) (upon), (altar for) incense, kindle, offer (incense, a sacrifice)."} +{"id":"H7000","strongs_number":"H7000","system":"hebrew","language":"hebrew","number_value":7000,"lemma":"קָטַר","transliteration":"qâṭar","pronunciation":"kaw-tar'","derivation":"a primitive root;","strongs_definition":"to inclose","kjv_definition":"join."} +{"id":"H7001","strongs_number":"H7001","system":"hebrew","language":"hebrew","number_value":7001,"lemma":"קְטַר","transliteration":"qᵉṭar","pronunciation":"ket-ar'","derivation":"(Aramaic) from a root corresponding to H7000 (קָטַר);","strongs_definition":"a knot (as tied up), i.e. (figuratively) a riddle; also a vertebra (as if a knot)","kjv_definition":"doubt, joint."} +{"id":"H7002","strongs_number":"H7002","system":"hebrew","language":"hebrew","number_value":7002,"lemma":"קִטֵּר","transliteration":"qiṭṭêr","pronunciation":"kit-tare'","derivation":"from H6999 (קָטַר);","strongs_definition":"perfume","kjv_definition":"incense."} +{"id":"H7003","strongs_number":"H7003","system":"hebrew","language":"hebrew","number_value":7003,"lemma":"קִטְרוֹן","transliteration":"Qiṭrôwn","pronunciation":"kit-rone'","derivation":"from H6999 (קָטַר); fumigative;","strongs_definition":"Kitron, a place in Palestine","kjv_definition":"Kitron."} +{"id":"H7004","strongs_number":"H7004","system":"hebrew","language":"hebrew","number_value":7004,"lemma":"קְטֹרֶת","transliteration":"qᵉṭôreth","pronunciation":"ket-o'-reth","derivation":"from H6999 (קָטַר);","strongs_definition":"a fumigation","kjv_definition":"(sweet) incense, perfume."} +{"id":"H7005","strongs_number":"H7005","system":"hebrew","language":"hebrew","number_value":7005,"lemma":"קַטָּת","transliteration":"Qaṭṭâth","pronunciation":"kat-tawth'","derivation":"from H6996 (קָטָן); littleness;","strongs_definition":"Kattath, a place in Palestine","kjv_definition":"Kattath."} +{"id":"H7006","strongs_number":"H7006","system":"hebrew","language":"hebrew","number_value":7006,"lemma":"קָיָה","transliteration":"qâyâh","pronunciation":"kaw-yaw'","derivation":"a primitive root;","strongs_definition":"to vomit","kjv_definition":"spue."} +{"id":"H7007","strongs_number":"H7007","system":"hebrew","language":"hebrew","number_value":7007,"lemma":"קַיִט","transliteration":"qayiṭ","pronunciation":"kah'-yit","derivation":"(Aramaic) corresponding to H7019 (קַיִץ);","strongs_definition":"harvest","kjv_definition":"summer."} +{"id":"H7008","strongs_number":"H7008","system":"hebrew","language":"hebrew","number_value":7008,"lemma":"קִיטוֹר","transliteration":"qîyṭôwr","pronunciation":"kee-tore'","derivation":"or קִיטֹר; from H6999 (קָטַר);","strongs_definition":"a fume, i.e. cloud","kjv_definition":"smoke, vapour."} +{"id":"H7009","strongs_number":"H7009","system":"hebrew","language":"hebrew","number_value":7009,"lemma":"קִים","transliteration":"qîym","pronunciation":"keem","derivation":"from H6965 (קוּם);","strongs_definition":"an opponent (as rising against one), i.e. (collectively) enemies","kjv_definition":"substance."} +{"id":"H7010","strongs_number":"H7010","system":"hebrew","language":"hebrew","number_value":7010,"lemma":"קְיָם","transliteration":"qᵉyâm","pronunciation":"keh-yawm'","derivation":"(Aramaic) from H6966 (קוּם);","strongs_definition":"an edict (as arising in law)","kjv_definition":"decree, statute."} +{"id":"H7011","strongs_number":"H7011","system":"hebrew","language":"hebrew","number_value":7011,"lemma":"קַיָּם","transliteration":"qayâm","pronunciation":"kah-yawm'","derivation":"(Aramaic) from H6966 (קוּם);","strongs_definition":"permanent (as rising firmly)","kjv_definition":"stedfast, sure."} +{"id":"H7012","strongs_number":"H7012","system":"hebrew","language":"hebrew","number_value":7012,"lemma":"קִימָה","transliteration":"qîymâh","pronunciation":"kee-maw'","derivation":"from H6965 (קוּם);","strongs_definition":"an arising","kjv_definition":"rising up."} +{"id":"H7013","strongs_number":"H7013","system":"hebrew","language":"hebrew","number_value":7013,"lemma":"קַיִן","transliteration":"qayin","pronunciation":"kah'-yin","derivation":"from H6969 (קוּן) in the original sense of fixity;","strongs_definition":"a lance (as striking fast)","kjv_definition":"spear."} +{"id":"H7014","strongs_number":"H7014","system":"hebrew","language":"hebrew","number_value":7014,"lemma":"קַיִן","transliteration":"Qayin","pronunciation":"kah'-yin","derivation":"the same as H7013 (קַיִן) (with a play upon the affinity to H7069 (קָנָה));","strongs_definition":"Kajin, the name of the first child, also of a place in Palestine, and of an Oriental tribe","kjv_definition":"Cain, Kenite(-s)."} +{"id":"H7015","strongs_number":"H7015","system":"hebrew","language":"hebrew","number_value":7015,"lemma":"קִינָה","transliteration":"qîynâh","pronunciation":"kee-naw'","derivation":"from H6969 (קוּן);","strongs_definition":"a dirge (as accompanied by beating the breasts or on instruments)","kjv_definition":"lamentation."} +{"id":"H7016","strongs_number":"H7016","system":"hebrew","language":"hebrew","number_value":7016,"lemma":"קִינָה","transliteration":"Qîynâh","pronunciation":"kee-naw'","derivation":"the same as H7015 (קִינָה);","strongs_definition":"Kinah, a place in Palestine","kjv_definition":"Kinah."} +{"id":"H7017","strongs_number":"H7017","system":"hebrew","language":"hebrew","number_value":7017,"lemma":"קֵינִי","transliteration":"Qêynîy","pronunciation":"kay-nee'","derivation":"or קִינִי; (1 Chronicles 2:55), patronymic from H7014 (קַיִן);","strongs_definition":"a Kenite or member of the tribe of Kajin","kjv_definition":"Kenite."} +{"id":"H7018","strongs_number":"H7018","system":"hebrew","language":"hebrew","number_value":7018,"lemma":"קֵינָן","transliteration":"Qêynân","pronunciation":"kay-nawn'","derivation":"from the same as H7064 (קֵן); fixed;","strongs_definition":"Kenan, an antediluvian","kjv_definition":"Cainan, Kenan."} +{"id":"H7019","strongs_number":"H7019","system":"hebrew","language":"hebrew","number_value":7019,"lemma":"קַיִץ","transliteration":"qayits","pronunciation":"kah'-yits","derivation":"from H6972 (קוּץ);","strongs_definition":"harvest (as the crop), whether the product (grain or fruit) or the (dry) season","kjv_definition":"summer (fruit, house)."} +{"id":"H7020","strongs_number":"H7020","system":"hebrew","language":"hebrew","number_value":7020,"lemma":"קִיצוֹן","transliteration":"qîytsôwn","pronunciation":"kee-tsone'","derivation":"from H6972 (קוּץ);","strongs_definition":"terminal","kjv_definition":"out-(utter-) most."} +{"id":"H7021","strongs_number":"H7021","system":"hebrew","language":"hebrew","number_value":7021,"lemma":"קִיקָיוֹן","transliteration":"qîyqâyôwn","pronunciation":"kee-kaw-yone'","derivation":"perhaps from H7006 (קָיָה);","strongs_definition":"the gourd (as nauseous)","kjv_definition":"gourd."} +{"id":"H7022","strongs_number":"H7022","system":"hebrew","language":"hebrew","number_value":7022,"lemma":"קִיקָלוֹן","transliteration":"qîyqâlôwn","pronunciation":"kee-kaw-lone'","derivation":"from H7036 (קָלוֹן);","strongs_definition":"intense disgrace","kjv_definition":"shameful spewing."} +{"id":"H7023","strongs_number":"H7023","system":"hebrew","language":"hebrew","number_value":7023,"lemma":"קִיר","transliteration":"qîyr","pronunciation":"keer","derivation":"or קִר; (Isaiah 22:5), or (feminine) קִירָה; from H6979 (קוּר);","strongs_definition":"a wall (as built in a trench)","kjv_definition":"[phrase] mason, side, town, [idiom] very, wall."} +{"id":"H7024","strongs_number":"H7024","system":"hebrew","language":"hebrew","number_value":7024,"lemma":"קִיר","transliteration":"Qîyr","pronunciation":"keer","derivation":"the same as H7023 (קִיר); fortress;","strongs_definition":"Kir, a place in Assyrian; also one in Moab","kjv_definition":"Kir. Compare H7025 (קִיר חֶרֶשׂ)."} +{"id":"H7025","strongs_number":"H7025","system":"hebrew","language":"hebrew","number_value":7025,"lemma":"קִיר חֶרֶשׂ","transliteration":"Qîyr Cheres","pronunciation":"keer kheh'-res","derivation":"or (feminine of the latter word) קִיר חֲרֶשֶׂת; from H7023 (קִיר) and H2789 (חֶרֶשׂ); fortress of earthenware;","strongs_definition":"Kir-Cheres or Kir-Chareseth, a place in Moab","kjv_definition":"Kir-haraseth, Kir-hareseth, Kirharesh, Kir-heres."} +{"id":"H7026","strongs_number":"H7026","system":"hebrew","language":"hebrew","number_value":7026,"lemma":"קֵירֹס","transliteration":"Qêyrôç","pronunciation":"kay-roce'","derivation":"or קֵרֹס; from the same as H7166 (קַרְסֹל); ankled;","strongs_definition":"Keros, one of the Nethinim","kjv_definition":"Keros."} +{"id":"H7027","strongs_number":"H7027","system":"hebrew","language":"hebrew","number_value":7027,"lemma":"קִישׁ","transliteration":"Qîysh","pronunciation":"keesh","derivation":"from H6983 (קוֹשׁ); a bow;","strongs_definition":"Kish, the name of five Israelites","kjv_definition":"Kish."} +{"id":"H7028","strongs_number":"H7028","system":"hebrew","language":"hebrew","number_value":7028,"lemma":"קִישׁוֹן","transliteration":"Qîyshôwn","pronunciation":"kee-shone'","derivation":"from H6983 (קוֹשׁ); winding;","strongs_definition":"Kishon, a river of Palestine","kjv_definition":"Kishon, Kison."} +{"id":"H7029","strongs_number":"H7029","system":"hebrew","language":"hebrew","number_value":7029,"lemma":"קִישִׁי","transliteration":"Qîyshîy","pronunciation":"kee-shee'","derivation":"from H6983 (קוֹשׁ); bowed;","strongs_definition":"Kishi, an Israelite","kjv_definition":"Kishi."} +{"id":"H7030","strongs_number":"H7030","system":"hebrew","language":"hebrew","number_value":7030,"lemma":"קִיתָרֹס","transliteration":"qîythârôç","pronunciation":"kee-thaw-roce'","derivation":"(Aramaic) of Greek origin;","strongs_definition":"a lyre","kjv_definition":"harp."} +{"id":"H7031","strongs_number":"H7031","system":"hebrew","language":"hebrew","number_value":7031,"lemma":"קַל","transliteration":"qal","pronunciation":"kal","derivation":"contracted from H7043 (קָלַל);","strongs_definition":"light; (by implication) rapid (also adverbial)","kjv_definition":"light, swift(-ly)."} +{"id":"H7032","strongs_number":"H7032","system":"hebrew","language":"hebrew","number_value":7032,"lemma":"קָל","transliteration":"qâl","pronunciation":"kawl","derivation":"(Aramaic) corresponding to H6963 (קוֹל)","strongs_definition":"{a voice or sound}","kjv_definition":"sound, voice."} +{"id":"H7033","strongs_number":"H7033","system":"hebrew","language":"hebrew","number_value":7033,"lemma":"קָלָה","transliteration":"qâlâh","pronunciation":"kaw-law'","derivation":"a primitive root (rather identical with H7034 (קָלָה) through the idea of shrinkage by heat);","strongs_definition":"to toast, i.e. scorch partially or slowly","kjv_definition":"dried, loathsome, parch, roast."} +{"id":"H7034","strongs_number":"H7034","system":"hebrew","language":"hebrew","number_value":7034,"lemma":"קָלָה","transliteration":"qâlâh","pronunciation":"kaw-law'","derivation":"a primitive root;","strongs_definition":"to be light (as implied in rapid motion), but figuratively, only (be (causatively, hold) in contempt)","kjv_definition":"base, contemn, despise, lightly esteem, set light, seem vile."} +{"id":"H7035","strongs_number":"H7035","system":"hebrew","language":"hebrew","number_value":7035,"lemma":"קָלַהּ","transliteration":"qâlahh","pronunciation":"kaw-lah'","derivation":"for H6950 (קָהַל);","strongs_definition":"to assemble","kjv_definition":"gather together."} +{"id":"H7036","strongs_number":"H7036","system":"hebrew","language":"hebrew","number_value":7036,"lemma":"קָלוֹן","transliteration":"qâlôwn","pronunciation":"kaw-lone'","derivation":"from H7034 (קָלָה);","strongs_definition":"disgrace; (by implication) the pudenda","kjv_definition":"confusion, dishonour, ignominy, reproach, shame."} +{"id":"H7037","strongs_number":"H7037","system":"hebrew","language":"hebrew","number_value":7037,"lemma":"קַלַּחַת","transliteration":"qallachath","pronunciation":"kal-lakh'-ath","derivation":"apparently but a form for H6747 (צַלַּחַת);","strongs_definition":"a kettle","kjv_definition":"caldron."} +{"id":"H7038","strongs_number":"H7038","system":"hebrew","language":"hebrew","number_value":7038,"lemma":"קָלַט","transliteration":"qâlaṭ","pronunciation":"kaw-lat'","derivation":"a primitive root;","strongs_definition":"to maim","kjv_definition":"lacking in his parts."} +{"id":"H7039","strongs_number":"H7039","system":"hebrew","language":"hebrew","number_value":7039,"lemma":"קָלִי","transliteration":"qâlîy","pronunciation":"kaw-lee'","derivation":"or קָלִיא; from H7033 (קָלָה);","strongs_definition":"roasted ears of grain","kjv_definition":"parched corn."} +{"id":"H7040","strongs_number":"H7040","system":"hebrew","language":"hebrew","number_value":7040,"lemma":"קַלַּי","transliteration":"Qallay","pronunciation":"kal-lah'-ee","derivation":"from H7043 (קָלַל); frivolous;","strongs_definition":"Kallai, an Israelite","kjv_definition":"Kallai."} +{"id":"H7041","strongs_number":"H7041","system":"hebrew","language":"hebrew","number_value":7041,"lemma":"קֵלָיָה","transliteration":"Qêlâyâh","pronunciation":"kay-law-yaw'","derivation":"from H7034 (קָלָה); insignificance;","strongs_definition":"Kelajah, an Israelite","kjv_definition":"Kelaiah."} +{"id":"H7042","strongs_number":"H7042","system":"hebrew","language":"hebrew","number_value":7042,"lemma":"קְלִיטָא","transliteration":"Qᵉlîyṭâʼ","pronunciation":"kel-ee-taw'","derivation":"from H7038 (קָלַט); maiming;","strongs_definition":"Kelita, the name of three Israelites","kjv_definition":"Kelita."} +{"id":"H7043","strongs_number":"H7043","system":"hebrew","language":"hebrew","number_value":7043,"lemma":"קָלַל","transliteration":"qâlal","pronunciation":"kaw-lal'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) light, literally (swift, small, sharp, etc.) or figuratively (easy, trifling, vile, etc.)","kjv_definition":"abate, make bright, bring into contempt, (ac-) curse, despise, (be) ease(-y, -ier), (be a, make, make somewhat, move, seem a, set) light(-en, -er, -ly, -ly afflict, -ly esteem, thing), [idiom] slight(-ly), be swift(-er), (be, be more, make, re-) vile, whet."} +{"id":"H7044","strongs_number":"H7044","system":"hebrew","language":"hebrew","number_value":7044,"lemma":"קָלָל","transliteration":"qâlâl","pronunciation":"kaw-lawl'","derivation":"from H7043 (קָלַל);","strongs_definition":"brightened (as if sharpened)","kjv_definition":"burnished, polished."} +{"id":"H7045","strongs_number":"H7045","system":"hebrew","language":"hebrew","number_value":7045,"lemma":"קְלָלָה","transliteration":"qᵉlâlâh","pronunciation":"kel-aw-law'","derivation":"from H7043 (קָלַל);","strongs_definition":"vilification","kjv_definition":"(ac-) curse(-d, -ing)."} +{"id":"H7046","strongs_number":"H7046","system":"hebrew","language":"hebrew","number_value":7046,"lemma":"קָלַס","transliteration":"qâlaç","pronunciation":"kaw-las'","derivation":"a primitive root;","strongs_definition":"to disparage, i.e. ridicule","kjv_definition":"mock, scoff, scorn."} +{"id":"H7047","strongs_number":"H7047","system":"hebrew","language":"hebrew","number_value":7047,"lemma":"קֶלֶס","transliteration":"qeleç","pronunciation":"keh'-les","derivation":"from H7046 (קָלַס);","strongs_definition":"a laughing-stock","kjv_definition":"derision."} +{"id":"H7048","strongs_number":"H7048","system":"hebrew","language":"hebrew","number_value":7048,"lemma":"קַלָּסָה","transliteration":"qallâçâh","pronunciation":"kal-law-saw'","derivation":"intensive from H7046 (קָלַס);","strongs_definition":"ridicule","kjv_definition":"mocking."} +{"id":"H7049","strongs_number":"H7049","system":"hebrew","language":"hebrew","number_value":7049,"lemma":"קָלַע","transliteration":"qâlaʻ","pronunciation":"kaw-lah'","derivation":"a primitive root;","strongs_definition":"to sling; also to carve (as if a circular motion, or into light forms)","kjv_definition":"carve, sling (out)."} +{"id":"H7050","strongs_number":"H7050","system":"hebrew","language":"hebrew","number_value":7050,"lemma":"קֶלַע","transliteration":"qelaʻ","pronunciation":"keh'-lah","derivation":"from H7049 (קָלַע);","strongs_definition":"a sling; also a (door) screen (as if slung across), or the valve (of the door) itself","kjv_definition":"hanging, leaf, sling."} +{"id":"H7051","strongs_number":"H7051","system":"hebrew","language":"hebrew","number_value":7051,"lemma":"קַלָּע","transliteration":"qallâʻ","pronunciation":"kal-law'","derivation":"intensive from H7049 (קָלַע);","strongs_definition":"a slinger","kjv_definition":"slinger."} +{"id":"H7052","strongs_number":"H7052","system":"hebrew","language":"hebrew","number_value":7052,"lemma":"קְלֹקֵל","transliteration":"qᵉlôqêl","pronunciation":"kel-o-kale'","derivation":"from H7043 (קָלַל);","strongs_definition":"insubstantial","kjv_definition":"light."} +{"id":"H7053","strongs_number":"H7053","system":"hebrew","language":"hebrew","number_value":7053,"lemma":"קִלְּשׁוֹן","transliteration":"qillᵉshôwn","pronunciation":"kil-lesh-one'","derivation":"from an unused root meaning to prick;","strongs_definition":"a prong, i.e. hay-fork","kjv_definition":"fork."} +{"id":"H7054","strongs_number":"H7054","system":"hebrew","language":"hebrew","number_value":7054,"lemma":"קָמָה","transliteration":"qâmâh","pronunciation":"kuw-maw'","derivation":"feminine of active participle of H6965 (קוּם);","strongs_definition":"something that rises, i.e. a stalk of grain","kjv_definition":"(standing) corn, grown up, stalk."} +{"id":"H7055","strongs_number":"H7055","system":"hebrew","language":"hebrew","number_value":7055,"lemma":"קְמוּאֵל","transliteration":"Qᵉmûwʼêl","pronunciation":"kem-oo-ale'","derivation":"from H6965 (קוּם) and H410 (אֵל); raised of God;","strongs_definition":"Kemuel, the name of a relative of Abraham, and of two Israelites","kjv_definition":"Kemuel."} +{"id":"H7056","strongs_number":"H7056","system":"hebrew","language":"hebrew","number_value":7056,"lemma":"קָמוֹן","transliteration":"Qâmôwn","pronunciation":"kaw-mone'","derivation":"from H6965 (קוּם); an elevation;","strongs_definition":"Kamon, a place East of the Jordan","kjv_definition":"Camon."} +{"id":"H7057","strongs_number":"H7057","system":"hebrew","language":"hebrew","number_value":7057,"lemma":"קִמּוֹשׁ","transliteration":"qimmôwsh","pronunciation":"kim-moshe'","derivation":"or קִימוֹשׁ; from an unused root meaning to sting;","strongs_definition":"a prickly plant","kjv_definition":"nettle. Compare H7063 (קִמָּשׁוֹן)."} +{"id":"H7058","strongs_number":"H7058","system":"hebrew","language":"hebrew","number_value":7058,"lemma":"קֶמַח","transliteration":"qemach","pronunciation":"keh'-makh","derivation":"from an unused root probably meaning to grind;","strongs_definition":"flour","kjv_definition":"flour, meal."} +{"id":"H7059","strongs_number":"H7059","system":"hebrew","language":"hebrew","number_value":7059,"lemma":"קָמַט","transliteration":"qâmaṭ","pronunciation":"kaw-mat'","derivation":"a primitive root;","strongs_definition":"to pluck, i.e. destroy","kjv_definition":"cut down, fill with wrinkles."} +{"id":"H7060","strongs_number":"H7060","system":"hebrew","language":"hebrew","number_value":7060,"lemma":"קָמַל","transliteration":"qâmal","pronunciation":"kaw-mal'","derivation":"a primitive root;","strongs_definition":"to wither","kjv_definition":"hew down, wither."} +{"id":"H7061","strongs_number":"H7061","system":"hebrew","language":"hebrew","number_value":7061,"lemma":"קָמַץ","transliteration":"qâmats","pronunciation":"kaw-mats'","derivation":"a primitive root;","strongs_definition":"to grasp with the hand","kjv_definition":"take an handful."} +{"id":"H7062","strongs_number":"H7062","system":"hebrew","language":"hebrew","number_value":7062,"lemma":"קֹמֶץ","transliteration":"qômets","pronunciation":"ko'mets","derivation":"from H7061 (קָמַץ);","strongs_definition":"a grasp, i.e. handful","kjv_definition":"handful."} +{"id":"H7063","strongs_number":"H7063","system":"hebrew","language":"hebrew","number_value":7063,"lemma":"קִמָּשׁוֹן","transliteration":"qimmâshôwn","pronunciation":"kim-maw-shone'","derivation":"from the same as H7057 (קִמּוֹשׁ);","strongs_definition":"a prickly plant","kjv_definition":"thorn."} +{"id":"H7064","strongs_number":"H7064","system":"hebrew","language":"hebrew","number_value":7064,"lemma":"קֵן","transliteration":"qên","pronunciation":"kane","derivation":"contracted from H7077 (קָנַן);","strongs_definition":"a nest (as fixed), sometimes including the nestlings; figuratively, a chamber or dwelling","kjv_definition":"nest, room."} +{"id":"H7065","strongs_number":"H7065","system":"hebrew","language":"hebrew","number_value":7065,"lemma":"קָנָא","transliteration":"qânâʼ","pronunciation":"kaw-naw'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) zealous, i.e. (in a bad sense) jealous or envious","kjv_definition":"(be) envy(-ious), be (move to, provoke to) jealous(-y), [idiom] very, (be) zeal(-ous)."} +{"id":"H7066","strongs_number":"H7066","system":"hebrew","language":"hebrew","number_value":7066,"lemma":"קְנָא","transliteration":"qᵉnâʼ","pronunciation":"ken-aw'","derivation":"(Aramaic) corresponding to H7069 (קָנָה);","strongs_definition":"to purchase","kjv_definition":"buy."} +{"id":"H7067","strongs_number":"H7067","system":"hebrew","language":"hebrew","number_value":7067,"lemma":"קַנָּא","transliteration":"qannâʼ","pronunciation":"kan-naw'","derivation":"from H7065 (קָנָא);","strongs_definition":"jealous","kjv_definition":"jealous. Compare H7072 (קַנּוֹא)."} +{"id":"H7068","strongs_number":"H7068","system":"hebrew","language":"hebrew","number_value":7068,"lemma":"קִנְאָה","transliteration":"qinʼâh","pronunciation":"kin-aw'","derivation":"from H7065 (קָנָא);","strongs_definition":"jealousy or envy","kjv_definition":"envy(-ied), jealousy, [idiom] sake, zeal."} +{"id":"H7069","strongs_number":"H7069","system":"hebrew","language":"hebrew","number_value":7069,"lemma":"קָנָה","transliteration":"qânâh","pronunciation":"kaw-naw'","derivation":"a primitive root;","strongs_definition":"to erect, i.e. create; by extension, to procure, especially by purchase (causatively, sell); by implication to own","kjv_definition":"attain, buy(-er), teach to keep cattle, get, provoke to jealousy, possess(-or), purchase, recover, redeem, [idiom] surely, [idiom] verily."} +{"id":"H7070","strongs_number":"H7070","system":"hebrew","language":"hebrew","number_value":7070,"lemma":"קָנֶה","transliteration":"qâneh","pronunciation":"kaw-neh'","derivation":"from H7069 (קָנָה);","strongs_definition":"a reed (as erect); by resemblance a rod (especially for measuring), shaft, tube, stem, the radius (of the arm), beam (of a steelyard)","kjv_definition":"balance, bone, branch, calamus, cane, reed, [idiom] spearman, stalk."} +{"id":"H7071","strongs_number":"H7071","system":"hebrew","language":"hebrew","number_value":7071,"lemma":"קָנָה","transliteration":"Qânâh","pronunciation":"kaw-naw'","derivation":"feminine of H7070 (קָנֶה); reediness;","strongs_definition":"Kanah, the name of a stream and of a place in Palestine","kjv_definition":"Kanah."} +{"id":"H7072","strongs_number":"H7072","system":"hebrew","language":"hebrew","number_value":7072,"lemma":"קַנּוֹא","transliteration":"qannôwʼ","pronunciation":"kan-no'","derivation":"for H7067 (קַנָּא);","strongs_definition":"jealous or angry","kjv_definition":"jealous."} +{"id":"H7073","strongs_number":"H7073","system":"hebrew","language":"hebrew","number_value":7073,"lemma":"קְנַז","transliteration":"Qᵉnaz","pronunciation":"ken-az'","derivation":"probably from an unused root meaning to hunt; hunter;","strongs_definition":"Kenaz, the name of an Edomite and of two Israelites","kjv_definition":"Kenaz."} +{"id":"H7074","strongs_number":"H7074","system":"hebrew","language":"hebrew","number_value":7074,"lemma":"קְנִזִּי","transliteration":"Qᵉnizzîy","pronunciation":"ken-iz-zee'","derivation":"patronymic from H7073 (קְנַז),","strongs_definition":"a Kenizzite or descendant of Kenaz","kjv_definition":"Kenezite, Kenizzites."} +{"id":"H7075","strongs_number":"H7075","system":"hebrew","language":"hebrew","number_value":7075,"lemma":"קִנְיָן","transliteration":"qinyân","pronunciation":"kin-yawn'","derivation":"from H7069 (קָנָה);","strongs_definition":"creation, i.e. (concretely) creatures; also acquisition, purchase, wealth","kjv_definition":"getting, goods, [idiom] with money, riches, substance."} +{"id":"H7076","strongs_number":"H7076","system":"hebrew","language":"hebrew","number_value":7076,"lemma":"קִנָּמוֹן","transliteration":"qinnâmôwn","pronunciation":"kin-naw-mone'","derivation":"from an unused root (meaning to erect);","strongs_definition":"cinnamon bark (as in upright rolls)","kjv_definition":"cinnamon."} +{"id":"H7077","strongs_number":"H7077","system":"hebrew","language":"hebrew","number_value":7077,"lemma":"קָנַן","transliteration":"qânan","pronunciation":"kaw-nan'","derivation":"a primitive root; to erect; but used only as denominative from H7064 (קֵן);","strongs_definition":"to nestle, i.e. build or occupy as anest","kjv_definition":"make...nest."} +{"id":"H7078","strongs_number":"H7078","system":"hebrew","language":"hebrew","number_value":7078,"lemma":"קֶנֶץ","transliteration":"qenets","pronunciation":"keh'-nets","derivation":"from an unused root probably meaning to wrench;","strongs_definition":"perversion","kjv_definition":"end."} +{"id":"H7079","strongs_number":"H7079","system":"hebrew","language":"hebrew","number_value":7079,"lemma":"קְנָת","transliteration":"Qᵉnâth","pronunciation":"ken-awth'","derivation":"from H7069 (קָנָה); possession;","strongs_definition":"Kenath, a place East of the Jordan","kjv_definition":"Kenath."} +{"id":"H7080","strongs_number":"H7080","system":"hebrew","language":"hebrew","number_value":7080,"lemma":"קָסַם","transliteration":"qâçam","pronunciation":"kaw-sam'","derivation":"a primitive root;","strongs_definition":"properly, to distribute, i.e. determine by lot or magical scroll; by implication, to divine","kjv_definition":"divine(-r, -ation), prudent, soothsayer, use (divination)."} +{"id":"H7081","strongs_number":"H7081","system":"hebrew","language":"hebrew","number_value":7081,"lemma":"קֶסֶם","transliteration":"qeçem","pronunciation":"keh'-sem","derivation":"from H7080 (קָסַם);","strongs_definition":"a lot; also divination (including its fee), oracle","kjv_definition":"(reward of) divination, divine sentence, witchcraft."} +{"id":"H7082","strongs_number":"H7082","system":"hebrew","language":"hebrew","number_value":7082,"lemma":"קָסַס","transliteration":"qâçaç","pronunciation":"kaw-sas'","derivation":"a primitive root;","strongs_definition":"to lop off","kjv_definition":"cut off."} +{"id":"H7083","strongs_number":"H7083","system":"hebrew","language":"hebrew","number_value":7083,"lemma":"קֶסֶת","transliteration":"qeçeth","pronunciation":"keh'-seth","derivation":"from the same as H3563 (כּוֹס) (or as H7185 (קָשָׁה));","strongs_definition":"properly, a cup, i.e. an ink-stand","kjv_definition":"inkhorn."} +{"id":"H7084","strongs_number":"H7084","system":"hebrew","language":"hebrew","number_value":7084,"lemma":"קְעִילָה","transliteration":"Qᵉʻîylâh","pronunciation":"keh-ee-law'","derivation":"perhaps from H7049 (קָלַע) in the sense of enclosing; citadel;","strongs_definition":"Keilah, a place in Palestine","kjv_definition":"Keilah."} +{"id":"H7085","strongs_number":"H7085","system":"hebrew","language":"hebrew","number_value":7085,"lemma":"קַעֲקַע","transliteration":"qaʻăqaʻ","pronunciation":"kah-ak-ah'","derivation":"from the same as H6970 (קוֹעַ);","strongs_definition":"an incision or gash","kjv_definition":"[phrase] mark."} +{"id":"H7086","strongs_number":"H7086","system":"hebrew","language":"hebrew","number_value":7086,"lemma":"קְעָרָה","transliteration":"qᵉʻârâh","pronunciation":"keh-aw-raw'","derivation":"probably from H7167 (קָרַע);","strongs_definition":"a bowl (as cut out hollow)","kjv_definition":"charger, dish."} +{"id":"H7087","strongs_number":"H7087","system":"hebrew","language":"hebrew","number_value":7087,"lemma":"קָפָא","transliteration":"qâphâʼ","pronunciation":"kaw-faw'","derivation":"a primitive root;","strongs_definition":"to shrink, i.e. thicken (as unracked wine, curdled milk, clouded sky, frozen water)","kjv_definition":"congeal, curdle, dark, settle."} +{"id":"H7088","strongs_number":"H7088","system":"hebrew","language":"hebrew","number_value":7088,"lemma":"קָפַד","transliteration":"qâphad","pronunciation":"kaw-fad'","derivation":"a primitive root;","strongs_definition":"to contract, i.e. roll together","kjv_definition":"cut off."} +{"id":"H7089","strongs_number":"H7089","system":"hebrew","language":"hebrew","number_value":7089,"lemma":"קְפָדָה","transliteration":"qᵉphâdâh","pronunciation":"kef-aw-daw'","derivation":"from H7088 (קָפַד);","strongs_definition":"shrinking, i.e., terror","kjv_definition":"destruction."} +{"id":"H7090","strongs_number":"H7090","system":"hebrew","language":"hebrew","number_value":7090,"lemma":"קִפּוֹד","transliteration":"qippôwd","pronunciation":"kip-pode'","derivation":"or קִפֹּדlemma קִכֹּד kaf, corrected to קִפֹּד; from H7088 (קָפַד);","strongs_definition":"a species of bird, perhaps the bittern (from its contracted form)","kjv_definition":"bittern."} +{"id":"H7091","strongs_number":"H7091","system":"hebrew","language":"hebrew","number_value":7091,"lemma":"קִפּוֹז","transliteration":"qippôwz","pronunciation":"kip-poze'","derivation":"from an unused root meaning to contract, i.e.","strongs_definition":"spring forward; an arrow-snake (as darting on its prey)","kjv_definition":"great owl."} +{"id":"H7092","strongs_number":"H7092","system":"hebrew","language":"hebrew","number_value":7092,"lemma":"קָפַץ","transliteration":"qâphats","pronunciation":"kaw-fats'","derivation":"a primitive root;","strongs_definition":"to draw together, i.e. close; by implication, to leap (by contracting the limbs); specifically, to die (from gathering up the feet)","kjv_definition":"shut (up), skip, stop, take out of the way."} +{"id":"H7093","strongs_number":"H7093","system":"hebrew","language":"hebrew","number_value":7093,"lemma":"קֵץ","transliteration":"qêts","pronunciation":"kates","derivation":"contracted from H7112 (קָצַץ);","strongs_definition":"an extremity; adverbially (with prepositional prefix) after","kjv_definition":"[phrase] after, (utmost) border, end, (in-) finite, [idiom] process."} +{"id":"H7094","strongs_number":"H7094","system":"hebrew","language":"hebrew","number_value":7094,"lemma":"קָצַב","transliteration":"qâtsab","pronunciation":"kaw-tsab'","derivation":"a primitive root;","strongs_definition":"to clip, or (generally) chop","kjv_definition":"cut down, shorn."} +{"id":"H7095","strongs_number":"H7095","system":"hebrew","language":"hebrew","number_value":7095,"lemma":"קֶצֶב","transliteration":"qetseb","pronunciation":"keh'-tseb","derivation":"from H7094 (קָצַב);","strongs_definition":"shape (as if cut out); base (as if there cut off)","kjv_definition":"bottom, size."} +{"id":"H7096","strongs_number":"H7096","system":"hebrew","language":"hebrew","number_value":7096,"lemma":"קָצָה","transliteration":"qâtsâh","pronunciation":"kaw-tsaw'","derivation":"a primitive root;","strongs_definition":"to cut off; (figuratively) to destroy; (partially) to scrape off","kjv_definition":"cut off, cut short, scrape (off)."} +{"id":"H7097","strongs_number":"H7097","system":"hebrew","language":"hebrew","number_value":7097,"lemma":"קָצֶה","transliteration":"qâtseh","pronunciation":"kaw-tseh'","derivation":"or (negative only) קֵצֶה; from H7096 (קָצָה); (used in a great variety of applications and idioms; compare H7093 (קֵץ))","strongs_definition":"an extremity","kjv_definition":"[idiom] after, border, brim, brink, edge, end, (in-) finite, frontier, outmost coast, quarter, shore, (out-) side, [idiom] some, ut(-ter-) most (part)."} +{"id":"H7098","strongs_number":"H7098","system":"hebrew","language":"hebrew","number_value":7098,"lemma":"קָצָה","transliteration":"qâtsâh","pronunciation":"kaw-tsaw'","derivation":"feminine of H7097 (קָצֶה); (used like H7097 (קָצֶה))","strongs_definition":"a termination","kjv_definition":"coast, corner, (selv-) edge, lowest, (uttermost) participle"} +{"id":"H7099","strongs_number":"H7099","system":"hebrew","language":"hebrew","number_value":7099,"lemma":"קֶצֶו","transliteration":"qetsev","pronunciation":"keh'-tsev","derivation":"and (feminine) קִצְוָה; from H7096 (קָצָה); (used like H7097 (קָצֶה), but with less variety)","strongs_definition":"a limit","kjv_definition":"end, edge, uttermost participle"} +{"id":"H7100","strongs_number":"H7100","system":"hebrew","language":"hebrew","number_value":7100,"lemma":"קֶצַח","transliteration":"qetsach","pronunciation":"keh'-tsakh","derivation":"from an unused root apparently meaning to incise;","strongs_definition":"fennelflower (from its pungency)","kjv_definition":"fitches."} +{"id":"H7101","strongs_number":"H7101","system":"hebrew","language":"hebrew","number_value":7101,"lemma":"קָצִין","transliteration":"qâtsîyn","pronunciation":"kaw-tseen'","derivation":"from H7096 (קָצָה) in the sense of determining;","strongs_definition":"a magistrate (as deciding) or other leader","kjv_definition":"captain, guide, prince, ruler. Compare H6278 (עֵת קָצִין)."} +{"id":"H7102","strongs_number":"H7102","system":"hebrew","language":"hebrew","number_value":7102,"lemma":"קְצִיעָה","transliteration":"qᵉtsîyʻâh","pronunciation":"kets-ee-aw'","derivation":"from H7106 (קָצַע);","strongs_definition":"cassia (as peeled; plural the bark)","kjv_definition":"cassia."} +{"id":"H7103","strongs_number":"H7103","system":"hebrew","language":"hebrew","number_value":7103,"lemma":"קְצִיעָה","transliteration":"Qᵉtsîyʻâh","pronunciation":"kets-ee-aw'","derivation":"the same as H7102 (קְצִיעָה);","strongs_definition":"Ketsiah, a daughter of Job","kjv_definition":"Kezia."} +{"id":"H7104","strongs_number":"H7104","system":"hebrew","language":"hebrew","number_value":7104,"lemma":"קְצִיץ","transliteration":"Qᵉtsîyts","pronunciation":"kets-eets'","derivation":"from H7112 (קָצַץ); abrupt;","strongs_definition":"Keziz, a valley in Palestine","kjv_definition":"Keziz."} +{"id":"H7105","strongs_number":"H7105","system":"hebrew","language":"hebrew","number_value":7105,"lemma":"קָצִיר","transliteration":"qâtsîyr","pronunciation":"kaw-tseer'","derivation":"from H7114 (קָצַר);","strongs_definition":"severed, i.e. harvest (as reaped), the crop, the time, the reaper, or figuratively; also a limb (of a tree, or simply foliage)","kjv_definition":"bough, branch, harvest (man)."} +{"id":"H7106","strongs_number":"H7106","system":"hebrew","language":"hebrew","number_value":7106,"lemma":"קָצַע","transliteration":"qâtsaʻ","pronunciation":"kaw-tsah'","derivation":"a primitive root;","strongs_definition":"to strip off, i.e. (partially) scrape; by implication, to segregate (as an angle)","kjv_definition":"cause to scrape, corner."} +{"id":"H7107","strongs_number":"H7107","system":"hebrew","language":"hebrew","number_value":7107,"lemma":"קָצַף","transliteration":"qâtsaph","pronunciation":"kaw-tsaf'","derivation":"a primitive root;","strongs_definition":"to crack off, i.e. (figuratively) burst out in rage","kjv_definition":"(be) anger(-ry), displease, fret self, (provoke to) wrath (come), be wroth."} +{"id":"H7108","strongs_number":"H7108","system":"hebrew","language":"hebrew","number_value":7108,"lemma":"קְצַף","transliteration":"qᵉtsaph","pronunciation":"kets-af'","derivation":"(Aramaic) corresponding to H7107 (קָצַף);","strongs_definition":"to become enraged","kjv_definition":"be furious."} +{"id":"H7109","strongs_number":"H7109","system":"hebrew","language":"hebrew","number_value":7109,"lemma":"קְצַף","transliteration":"qᵉtsaph","pronunciation":"kets-af'","derivation":"(Aramaic) from H7108 (קְצַף);","strongs_definition":"rage","kjv_definition":"wrath."} +{"id":"H7110","strongs_number":"H7110","system":"hebrew","language":"hebrew","number_value":7110,"lemma":"קֶצֶף","transliteration":"qetseph","pronunciation":"keh'-tsef","derivation":"from H7107 (קָצַף);","strongs_definition":"a splinter (as chipped off); figuratively, rage or strife","kjv_definition":"foam, indignation, [idiom] sore, wrath."} +{"id":"H7111","strongs_number":"H7111","system":"hebrew","language":"hebrew","number_value":7111,"lemma":"קְצָפָה","transliteration":"qᵉtsâphâh","pronunciation":"kets-aw-faw'","derivation":"from H7107 (קָצַף);","strongs_definition":"a fragment","kjv_definition":"bark(-ed)."} +{"id":"H7112","strongs_number":"H7112","system":"hebrew","language":"hebrew","number_value":7112,"lemma":"קָצַץ","transliteration":"qâtsats","pronunciation":"kaw-tsats'","derivation":"a primitive root;","strongs_definition":"to chop off (literally or figuratively)","kjv_definition":"cut (asunder, in pieces, in sunder, off), [idiom] utmost."} +{"id":"H7113","strongs_number":"H7113","system":"hebrew","language":"hebrew","number_value":7113,"lemma":"קְצַץ","transliteration":"qᵉtsats","pronunciation":"kets-ats'","derivation":"(Aramaic) corresponding to H7112 (קָצַץ)","strongs_definition":"{to chop off (literally or figuratively)}","kjv_definition":"cut off."} +{"id":"H7114","strongs_number":"H7114","system":"hebrew","language":"hebrew","number_value":7114,"lemma":"קָצַר","transliteration":"qâtsar","pronunciation":"kaw-tsar'","derivation":"a primitive root;","strongs_definition":"to dock off, i.e. curtail (transitive or intransitive, literal or figurative); especially to harvest (grass or grain)","kjv_definition":"[idiom] at all, cut down, much discouraged, grieve, harvestman, lothe, mourn, reap(-er), (be, wax) short(-en, -er), straiten, trouble, vex."} +{"id":"H7115","strongs_number":"H7115","system":"hebrew","language":"hebrew","number_value":7115,"lemma":"קֹצֶר","transliteration":"qôtser","pronunciation":"ko'-tser","derivation":"from H7114 (קָצַר);","strongs_definition":"shortness (of spirit), i.e. impatience","kjv_definition":"anguish."} +{"id":"H7116","strongs_number":"H7116","system":"hebrew","language":"hebrew","number_value":7116,"lemma":"קָצֵר","transliteration":"qâtsêr","pronunciation":"kaw-tsare'","derivation":"from H7114 (קָצַר);","strongs_definition":"short (whether in size, number, life, strength or temper)","kjv_definition":"few, hasty, small, soon."} +{"id":"H7117","strongs_number":"H7117","system":"hebrew","language":"hebrew","number_value":7117,"lemma":"קְצָת","transliteration":"qᵉtsâth","pronunciation":"kets-awth'","derivation":"from H7096 (קָצָה);","strongs_definition":"a termination (literally or figuratively); also (by implication) a portion; adverbially (with prepositional prefix) after","kjv_definition":"end, part, [idiom] some."} +{"id":"H7118","strongs_number":"H7118","system":"hebrew","language":"hebrew","number_value":7118,"lemma":"קְצָת","transliteration":"qᵉtsâth","pronunciation":"kets-awth'","derivation":"(Aramaic) corresponding to H7117 (קְצָת)","strongs_definition":"{a termination (literally or figuratively); also (by implication) a portion; adverbially (with prepositional prefix) after}","kjv_definition":"end, partly."} +{"id":"H7119","strongs_number":"H7119","system":"hebrew","language":"hebrew","number_value":7119,"lemma":"קַר","transliteration":"qar","pronunciation":"kar","derivation":"contracted from an unused root meaning to chill;","strongs_definition":"cool; figuratively, quiet","kjv_definition":"cold, excellent (from the margin)."} +{"id":"H7120","strongs_number":"H7120","system":"hebrew","language":"hebrew","number_value":7120,"lemma":"קֹר","transliteration":"qôr","pronunciation":"kore","derivation":"from the same as H7119 (קַר);","strongs_definition":"cold","kjv_definition":"cold."} +{"id":"H7121","strongs_number":"H7121","system":"hebrew","language":"hebrew","number_value":7121,"lemma":"קָרָא","transliteration":"qârâʼ","pronunciation":"kaw-raw'","derivation":"a primitive root (rather identical with H7122 (קָרָא) through the idea of accosting a person met);","strongs_definition":"to call out to (i.e. properly, address by name, but used in a wide variety of applications)","kjv_definition":"bewray (self), that are bidden, call (for, forth, self, upon), cry (unto), (be) famous, guest, invite, mention, (give) name, preach, (make) proclaim(-ation), pronounce, publish, read, renowned, say."} +{"id":"H7122","strongs_number":"H7122","system":"hebrew","language":"hebrew","number_value":7122,"lemma":"קָרָא","transliteration":"qârâʼ","pronunciation":"kaw-raw'","derivation":"a primitive root;","strongs_definition":"to encounter, whether accidentally or in a hostile manner","kjv_definition":"befall, (by) chance, (cause to) come (upon), fall out, happen, meet."} +{"id":"H7123","strongs_number":"H7123","system":"hebrew","language":"hebrew","number_value":7123,"lemma":"קְרָא","transliteration":"qᵉrâʼ","pronunciation":"ker-aw'","derivation":"(Aramaic) corresponding to H7121 (קָרָא)","strongs_definition":"{to call out to (i.e. properly, address by name, but used in a wide variety of applications)}","kjv_definition":"call, cry, read."} +{"id":"H7124","strongs_number":"H7124","system":"hebrew","language":"hebrew","number_value":7124,"lemma":"קֹרֵא","transliteration":"qôrêʼ","pronunciation":"ko-ray'","derivation":"properly, active participle of H7121 (קָרָא);","strongs_definition":"a caller, i.e. partridge (from its cry)","kjv_definition":"partridge. See also H6981 (קוֹרֵא)."} +{"id":"H7125","strongs_number":"H7125","system":"hebrew","language":"hebrew","number_value":7125,"lemma":"קִרְאָה","transliteration":"qirʼâh","pronunciation":"keer-aw'","derivation":"from H7122 (קָרָא);","strongs_definition":"an encountering, accidental, friendly or hostile (also adverbially, opposite)","kjv_definition":"[idiom] against (he come), help, meet, seek, [idiom] to, [idiom] in the way."} +{"id":"H7126","strongs_number":"H7126","system":"hebrew","language":"hebrew","number_value":7126,"lemma":"קָרַב","transliteration":"qârab","pronunciation":"kaw-rab'","derivation":"a primitive root;","strongs_definition":"to approach (causatively, bring near) for whatever purpose","kjv_definition":"(cause to) approach, (cause to) bring (forth, near), (cause to) come (near, nigh), (cause to) draw near (nigh), go (near), be at hand, join, be near, offer, present, produce, make ready, stand, take."} +{"id":"H7127","strongs_number":"H7127","system":"hebrew","language":"hebrew","number_value":7127,"lemma":"קְרֵב","transliteration":"qᵉrêb","pronunciation":"ker-abe'","derivation":"(Aramaic) corresponding to H7126 (קָרַב)","strongs_definition":"{to approach (causatively, bring near) for whatever purpose}","kjv_definition":"approach, come (near, nigh), draw near."} +{"id":"H7128","strongs_number":"H7128","system":"hebrew","language":"hebrew","number_value":7128,"lemma":"קְרָב","transliteration":"qᵉrâb","pronunciation":"ker-awb'","derivation":"from H7126 (קָרַב);","strongs_definition":"hostile encounter","kjv_definition":"battle, war."} +{"id":"H7129","strongs_number":"H7129","system":"hebrew","language":"hebrew","number_value":7129,"lemma":"קְרָב","transliteration":"qᵉrâb","pronunciation":"ker-awb'","derivation":"(Aramaic) corresponding to H7128 (קְרָב)","strongs_definition":"{hostile encounter}","kjv_definition":"war."} +{"id":"H7130","strongs_number":"H7130","system":"hebrew","language":"hebrew","number_value":7130,"lemma":"קֶרֶב","transliteration":"qereb","pronunciation":"keh'-reb","derivation":"from H7126 (קָרַב);","strongs_definition":"properly, the nearest part, i.e. the center, whether literal, figurative or adverbial (especially with preposition)","kjv_definition":"[idiom] among, [idiom] before, bowels, [idiom] unto charge, [phrase] eat (up), [idiom] heart, [idiom] him, [idiom] in, inward ([idiom] -ly, part, -s, thought), midst, [phrase] out of, purtenance, [idiom] therein, [idiom] through, [idiom] within self."} +{"id":"H7131","strongs_number":"H7131","system":"hebrew","language":"hebrew","number_value":7131,"lemma":"קָרֵב","transliteration":"qârêb","pronunciation":"kaw-rabe'","derivation":"from H7126 (קָרַב);","strongs_definition":"near","kjv_definition":"approach, come (near, nigh), draw near."} +{"id":"H7132","strongs_number":"H7132","system":"hebrew","language":"hebrew","number_value":7132,"lemma":"קְרָבָה","transliteration":"qᵉrâbâh","pronunciation":"ker-aw-baw'","derivation":"from H7126 (קָרַב);","strongs_definition":"approach","kjv_definition":"approaching, draw near."} +{"id":"H7133","strongs_number":"H7133","system":"hebrew","language":"hebrew","number_value":7133,"lemma":"קׇרְבָּן","transliteration":"qorbân","pronunciation":"kor-bawn'","derivation":"or קֻרְבָּן; from H7126 (קָרַב);","strongs_definition":"something brought near the altar, i.e. a sacrificial present","kjv_definition":"oblation, that is offered, offering."} +{"id":"H7134","strongs_number":"H7134","system":"hebrew","language":"hebrew","number_value":7134,"lemma":"קַרְדֹּם","transliteration":"qardôm","pronunciation":"kar-dome'","derivation":"perhaps from H6923 (קָדַם) in the sense of striking upon;","strongs_definition":"an axe","kjv_definition":"ax."} +{"id":"H7135","strongs_number":"H7135","system":"hebrew","language":"hebrew","number_value":7135,"lemma":"קָרָה","transliteration":"qârâh","pronunciation":"kaw-raw'","derivation":"feminine of H7119 (קַר);","strongs_definition":"coolness","kjv_definition":"cold."} +{"id":"H7136","strongs_number":"H7136","system":"hebrew","language":"hebrew","number_value":7136,"lemma":"קָרָה","transliteration":"qârâh","pronunciation":"kaw-raw'","derivation":"a primitive root;","strongs_definition":"to light upon (chiefly by accident); causatively, to bring about; specifically, to impose timbers (for roof or floor)","kjv_definition":"appoint, lay (make) beams, befall, bring, come (to pass unto), floor, (hap) was, happen (unto), meet, send good speed."} +{"id":"H7137","strongs_number":"H7137","system":"hebrew","language":"hebrew","number_value":7137,"lemma":"קָרֶה","transliteration":"qâreh","pronunciation":"kaw-reh'","derivation":"from H7136 (קָרָה);","strongs_definition":"an (unfortunate) occurrence, i.e. some accidental (ceremonial) disqualification","kjv_definition":"uncleanness that chanceth."} +{"id":"H7138","strongs_number":"H7138","system":"hebrew","language":"hebrew","number_value":7138,"lemma":"קָרוֹב","transliteration":"qârôwb","pronunciation":"kaw-robe'","derivation":"or קָרֹב; from H7126 (קָרַב);","strongs_definition":"near (in place, kindred or time)","kjv_definition":"allied, approach, at hand, [phrase] any of kin, kinsfold(-sman), (that is) near (of kin), neighbour, (that is) next, (them that come) nigh (at hand), more ready, short(-ly)."} +{"id":"H7139","strongs_number":"H7139","system":"hebrew","language":"hebrew","number_value":7139,"lemma":"קָרַח","transliteration":"qârach","pronunciation":"kaw-rakh'","derivation":"a primitive root;","strongs_definition":"to depilate","kjv_definition":"make (self) bald."} +{"id":"H7140","strongs_number":"H7140","system":"hebrew","language":"hebrew","number_value":7140,"lemma":"קֶרַח","transliteration":"qerach","pronunciation":"keh'-rakh","derivation":"or קֹרַח; from H7139 (קָרַח);","strongs_definition":"ice (as if bald, i.e. smooth); hence, hail; by resemblance, rock crystal","kjv_definition":"crystal, frost, ice."} +{"id":"H7141","strongs_number":"H7141","system":"hebrew","language":"hebrew","number_value":7141,"lemma":"קֹרַח","transliteration":"Qôrach","pronunciation":"ko'rakh","derivation":"from H7139 (קָרַח); ice;","strongs_definition":"Korach, the name of two Edomites and three Israelites","kjv_definition":"Korah."} +{"id":"H7142","strongs_number":"H7142","system":"hebrew","language":"hebrew","number_value":7142,"lemma":"קֵרֵחַ","transliteration":"qêrêach","pronunciation":"kay-ray'-akh","derivation":"from H7139 (קָרַח);","strongs_definition":"bald (on the back of the head)","kjv_definition":"bald (head)."} +{"id":"H7143","strongs_number":"H7143","system":"hebrew","language":"hebrew","number_value":7143,"lemma":"קָרֵחַ","transliteration":"Qârêach","pronunciation":"kaw-ray'-akh","derivation":"from H7139 (קָרַח); bald;","strongs_definition":"Kareach, an Israelite","kjv_definition":"Careah, Kareah."} +{"id":"H7144","strongs_number":"H7144","system":"hebrew","language":"hebrew","number_value":7144,"lemma":"קׇרְחָה","transliteration":"qorchâh","pronunciation":"kor-khaw'","derivation":"or קׇרְחָא; (Ezekiel 27:31), from H7139 (קָרַח);","strongs_definition":"baldness","kjv_definition":"bald(-ness), [idiom] utterly."} +{"id":"H7145","strongs_number":"H7145","system":"hebrew","language":"hebrew","number_value":7145,"lemma":"קׇרְחִי","transliteration":"Qorchîy","pronunciation":"kor-khee'","derivation":"patronymic from H7141 (קֹרַח);","strongs_definition":"a Korchite (collectively) or descendants of Korach","kjv_definition":"Korahite, Korathite, sons of Kore, Korhite."} +{"id":"H7146","strongs_number":"H7146","system":"hebrew","language":"hebrew","number_value":7146,"lemma":"קָרַחַת","transliteration":"qârachath","pronunciation":"kaw-rakh'-ath","derivation":"from H7139 (קָרַח);","strongs_definition":"a bald spot (on the back of the head); figuratively, a threadbare spot (on the back side of the cloth)","kjv_definition":"bald head, bare within."} +{"id":"H7147","strongs_number":"H7147","system":"hebrew","language":"hebrew","number_value":7147,"lemma":"קְרִי","transliteration":"qᵉrîy","pronunciation":"ker-ee'","derivation":"from H7136 (קָרָה);","strongs_definition":"hostile encounter","kjv_definition":"contrary."} +{"id":"H7148","strongs_number":"H7148","system":"hebrew","language":"hebrew","number_value":7148,"lemma":"קָרִיא","transliteration":"qârîyʼ","pronunciation":"kaw-ree'","derivation":"from H7121 (קָרָא);","strongs_definition":"called, i.e. select","kjv_definition":"famous, renowned."} +{"id":"H7149","strongs_number":"H7149","system":"hebrew","language":"hebrew","number_value":7149,"lemma":"קִרְיָא","transliteration":"qiryâʼ","pronunciation":"keer-yaw'","derivation":"(Aramaic) or קִרְיָה; (Aramaic), corresponding to H7151 (קִרְיָה)","strongs_definition":"{building; a city}","kjv_definition":"city."} +{"id":"H7150","strongs_number":"H7150","system":"hebrew","language":"hebrew","number_value":7150,"lemma":"קְרִיאָה","transliteration":"qᵉrîyʼâh","pronunciation":"ker-ee-aw'","derivation":"from H7121 (קָרָא);","strongs_definition":"a proclamation","kjv_definition":"preaching."} +{"id":"H7151","strongs_number":"H7151","system":"hebrew","language":"hebrew","number_value":7151,"lemma":"קִרְיָה","transliteration":"qiryâh","pronunciation":"kir-yaw'","derivation":"from H7136 (קָרָה) in the sense of flooring, i.e.","strongs_definition":"building; a city","kjv_definition":"city."} +{"id":"H7152","strongs_number":"H7152","system":"hebrew","language":"hebrew","number_value":7152,"lemma":"קְרִיּוֹת","transliteration":"Qᵉrîyôwth","pronunciation":"ker-ee-yoth'","derivation":"plural of H7151 (קִרְיָה); buildings;","strongs_definition":"Kerioth, the name of two places in Palestine","kjv_definition":"Kerioth, Kirioth."} +{"id":"H7153","strongs_number":"H7153","system":"hebrew","language":"hebrew","number_value":7153,"lemma":"קִרְיַת אַרְבַּע","transliteration":"Qiryath ʼArbaʻ","pronunciation":"keer-yath' ar-bah'","derivation":"or (with the article interposed) קִרְיַת הָאַרְבַּע; (Nehemiah 11:25), from H7151 (קִרְיָה) and H704 (אַרְבַּע) or H702 (אַרְבַּע); city of Arba, or city of the four (giants);","strongs_definition":"Kirjath-Arba or Kirjath-ha-Arba, a place in Palestine","kjv_definition":"Kirjath-arba."} +{"id":"H7154","strongs_number":"H7154","system":"hebrew","language":"hebrew","number_value":7154,"lemma":"קִרְיַת בַּעַל","transliteration":"Qiryath Baʻal","pronunciation":"keer-yath' bah'-al","derivation":"from H7151 (קִרְיָה) and H1168 (בַּעַל); city of Baal;","strongs_definition":"Kirjath-Baal, a place in Palestine","kjv_definition":"Kirjathbaal."} +{"id":"H7155","strongs_number":"H7155","system":"hebrew","language":"hebrew","number_value":7155,"lemma":"קִרְיַת חֻצוֹת","transliteration":"Qiryath Chutsôwth","pronunciation":"keer-yath' khoo-tsoth'","derivation":"from H7151 (קִרְיָה) and the feminine plural of H2351 (חוּץ); city of streets;","strongs_definition":"Kirjath-Chutsoth, a place in Moab","kjv_definition":"Kirjath-huzoth."} +{"id":"H7156","strongs_number":"H7156","system":"hebrew","language":"hebrew","number_value":7156,"lemma":"קִרְיָתַיִם","transliteration":"Qiryâthayim","pronunciation":"keer-yaw-thah'-yim","derivation":"dual of H7151 (קִרְיָה); double city;","strongs_definition":"Kirjathaim, the name of two placed in Palestine","kjv_definition":"Kiriathaim, Kirjathaim."} +{"id":"H7157","strongs_number":"H7157","system":"hebrew","language":"hebrew","number_value":7157,"lemma":"קִרְיַת יְעָרִים","transliteration":"Qiryath Yᵉʻârîym","pronunciation":"keer-yath' yeh-aw-reem'","derivation":"or (Jeremiah 26:20) with the article interposed; or (Joshua 18:28) simply the former part of the word; or קִרְיַת עָרִים; from H7151 (קִרְיָה) and the plural of H3293 (יַעַר) or H5892 (עִיר); city of forests, or city of towns;","strongs_definition":"Kirjath-Jearim or Kirjath-Arim, a place in Palestine","kjv_definition":"Kirjath, Kirjath-jearim, Kirjath-arim."} +{"id":"H7158","strongs_number":"H7158","system":"hebrew","language":"hebrew","number_value":7158,"lemma":"קִרְיַת סַנָּה","transliteration":"Qiryath Çannâh","pronunciation":"keer-yath' san-naw'","derivation":"or קִרְיַת סֵפֶר; from H7151 (קִרְיָה) and a simpler feminine from the same as H5577 (סַנְסִן), or (for the latter name) H5612 (סֵפֶר); city of branches, or of a book;","strongs_definition":"Kirjath-Sannah or Kirjath-Sepher, a place in Palestine","kjv_definition":"Kirjath-sannah, Kirjath-sepher."} +{"id":"H7159","strongs_number":"H7159","system":"hebrew","language":"hebrew","number_value":7159,"lemma":"קָרַם","transliteration":"qâram","pronunciation":"kaw-ram'","derivation":"a primitive root;","strongs_definition":"to cover","kjv_definition":"cover."} +{"id":"H7160","strongs_number":"H7160","system":"hebrew","language":"hebrew","number_value":7160,"lemma":"קָרַן","transliteration":"qâran","pronunciation":"kaw-ran'","derivation":"a primitive root; to push or gore; used only as denominative from H7161 (קֶרֶן),","strongs_definition":"to shoot out horns; figuratively, rays","kjv_definition":"have horns, shine."} +{"id":"H7161","strongs_number":"H7161","system":"hebrew","language":"hebrew","number_value":7161,"lemma":"קֶרֶן","transliteration":"qeren","pronunciation":"keh'-ren","derivation":"from H7160 (קָרַן);","strongs_definition":"a horn (as projecting); by implication, a flask, cornet; by resemblance. an elephant's tooth (i.e. ivory), a corner (of the altar), a peak (of a mountain), a ray (of light); figuratively, power","kjv_definition":"[idiom] hill, horn."} +{"id":"H7162","strongs_number":"H7162","system":"hebrew","language":"hebrew","number_value":7162,"lemma":"קֶרֶן","transliteration":"qeren","pronunciation":"keh'-ren","derivation":"(Aramaic) corresponding to H7161 (קֶרֶן);","strongs_definition":"a horn (literally or for sound)","kjv_definition":"horn, cornet."} +{"id":"H7163","strongs_number":"H7163","system":"hebrew","language":"hebrew","number_value":7163,"lemma":"קֶרֶן הַפּוּךְ","transliteration":"qeren hap-pûwk","pronunciation":"keh'-ren hap-pook'","derivation":"from H7161 (קֶרֶן) and H6320 (פּוּךְ); horn of cosmetic;","strongs_definition":"Keren-hap-Puk, one of Job's daughters","kjv_definition":"Keren-happuch."} +{"id":"H7164","strongs_number":"H7164","system":"hebrew","language":"hebrew","number_value":7164,"lemma":"קָרַס","transliteration":"qâraç","pronunciation":"kaw-ras'","derivation":"a primitive root; properly, to protrude; used only as denominative from H7165 (קֶרֶס) (for alliteration with H7167 (קָרַע)),","strongs_definition":"to hunch, i.e. be hump-backed","kjv_definition":"stoop."} +{"id":"H7165","strongs_number":"H7165","system":"hebrew","language":"hebrew","number_value":7165,"lemma":"קֶרֶס","transliteration":"qereç","pronunciation":"keh'-res","derivation":"from H7164 (קָרַס);","strongs_definition":"a knob or belaying-pin (from its swelling form)","kjv_definition":"tache."} +{"id":"H7166","strongs_number":"H7166","system":"hebrew","language":"hebrew","number_value":7166,"lemma":"קַרְסֹל","transliteration":"qarçôl","pronunciation":"kar-sole'","derivation":"from H7164 (קָרַס);","strongs_definition":"an ankle (as a protuberance or joint)","kjv_definition":"foot."} +{"id":"H7167","strongs_number":"H7167","system":"hebrew","language":"hebrew","number_value":7167,"lemma":"קָרַע","transliteration":"qâraʻ","pronunciation":"kaw-rah'","derivation":"a primitive root;","strongs_definition":"to rend, literally or figuratively (revile, paint the eyes, as if enlarging them)","kjv_definition":"cut out, rend, [idiom] surely, tear."} +{"id":"H7168","strongs_number":"H7168","system":"hebrew","language":"hebrew","number_value":7168,"lemma":"קֶרַע","transliteration":"qeraʻ","pronunciation":"keh'-rah","derivation":"from H7167 (קָרַע);","strongs_definition":"a rag","kjv_definition":"piece, rag."} +{"id":"H7169","strongs_number":"H7169","system":"hebrew","language":"hebrew","number_value":7169,"lemma":"קָרַץ","transliteration":"qârats","pronunciation":"kaw-rats'","derivation":"a primitive root;","strongs_definition":"to pinch, i.e. (partially) to bite the lips, blink the eyes (as a gesture of malice), or (fully) to squeeze off (a piece of clay in order to mould a vessel from it)","kjv_definition":"form, move, wink."} +{"id":"H7170","strongs_number":"H7170","system":"hebrew","language":"hebrew","number_value":7170,"lemma":"קְרַץ","transliteration":"qᵉrats","pronunciation":"ker-ats'","derivation":"(Aramaic) corresponding to H7171 (קֶרֶץ) in the sense of a bit (to 'eat the morsels of' any one, i.e.","strongs_definition":"chew him up (figuratively) by slander","kjv_definition":"[phrase] accuse."} +{"id":"H7171","strongs_number":"H7171","system":"hebrew","language":"hebrew","number_value":7171,"lemma":"קֶרֶץ","transliteration":"qerets","pronunciation":"keh'-rets","derivation":"from H7169 (קָרַץ);","strongs_definition":"extirpation (as if by constriction)","kjv_definition":"destruction."} +{"id":"H7172","strongs_number":"H7172","system":"hebrew","language":"hebrew","number_value":7172,"lemma":"קַרְקַע","transliteration":"qarqaʻ","pronunciation":"kar-kah'","derivation":"from H7167 (קָרַע);","strongs_definition":"floor (as if a pavement of pieces or tesseroe), of abuilding or the sea","kjv_definition":"bottom, ([idiom] one side of the) floor."} +{"id":"H7173","strongs_number":"H7173","system":"hebrew","language":"hebrew","number_value":7173,"lemma":"קַרְקַע","transliteration":"Qarqaʻ","pronunciation":"kar-kah'","derivation":"the same as H7172 (קַרְקַע); ground-floor;","strongs_definition":"Karka (with the article prefix), a place in Palestine","kjv_definition":"Karkaa."} +{"id":"H7174","strongs_number":"H7174","system":"hebrew","language":"hebrew","number_value":7174,"lemma":"קַרְקֹר","transliteration":"Qarqôr","pronunciation":"kar-kore'","derivation":"from H6979 (קוּר); foundation;","strongs_definition":"Karkor, a place East of the Jordan","kjv_definition":"Karkor."} +{"id":"H7175","strongs_number":"H7175","system":"hebrew","language":"hebrew","number_value":7175,"lemma":"קֶרֶשׁ","transliteration":"qeresh","pronunciation":"keh'-resh","derivation":"from an unused root meaning to split off;","strongs_definition":"a slab or plank; by implication, a deck of aship","kjv_definition":"bench, board."} +{"id":"H7176","strongs_number":"H7176","system":"hebrew","language":"hebrew","number_value":7176,"lemma":"קֶרֶת","transliteration":"qereth","pronunciation":"keh'-reth","derivation":"from H7136 (קָרָה) in the sense of building;","strongs_definition":"a city","kjv_definition":"city."} +{"id":"H7177","strongs_number":"H7177","system":"hebrew","language":"hebrew","number_value":7177,"lemma":"קַרְתָּה","transliteration":"Qartâh","pronunciation":"kar-taw'","derivation":"from H7176 (קֶרֶת); city;","strongs_definition":"Kartah, a place in Palestine","kjv_definition":"Kartah."} +{"id":"H7178","strongs_number":"H7178","system":"hebrew","language":"hebrew","number_value":7178,"lemma":"קַרְתָּן","transliteration":"Qartân","pronunciation":"kar-tawn'","derivation":"from H7176 (קֶרֶת); city-plot;","strongs_definition":"Kartan, a place in Palestine","kjv_definition":"Kartan."} +{"id":"H7179","strongs_number":"H7179","system":"hebrew","language":"hebrew","number_value":7179,"lemma":"קַשׁ","transliteration":"qash","pronunciation":"kash","derivation":"from H7197 (קָשַׁשׁ);","strongs_definition":"straw (as dry)","kjv_definition":"stubble."} +{"id":"H7180","strongs_number":"H7180","system":"hebrew","language":"hebrew","number_value":7180,"lemma":"קִשֻּׁא","transliteration":"qishshuʼ","pronunciation":"kish-shoo'","derivation":"from an unused root (meaning to be hard);","strongs_definition":"a cucumber (from the difficulty of digestion)","kjv_definition":"cucumber."} +{"id":"H7181","strongs_number":"H7181","system":"hebrew","language":"hebrew","number_value":7181,"lemma":"קָשַׁב","transliteration":"qâshab","pronunciation":"kaw-shab'","derivation":"a primitive root;","strongs_definition":"to prick up the ears, i.e. hearken","kjv_definition":"attend, (cause to) hear(-ken), give heed, incline, mark (well), regard."} +{"id":"H7182","strongs_number":"H7182","system":"hebrew","language":"hebrew","number_value":7182,"lemma":"קֶשֶׁב","transliteration":"qesheb","pronunciation":"keh'-sheb","derivation":"from H7181 (קָשַׁב);","strongs_definition":"a hearkening","kjv_definition":"[idiom] diligently, hearing, much heed, that regarded."} +{"id":"H7183","strongs_number":"H7183","system":"hebrew","language":"hebrew","number_value":7183,"lemma":"קַשָּׁב","transliteration":"qashshâb","pronunciation":"kash-shawb'","derivation":"or קַשֻּׁב; from H7181 (קָשַׁב);","strongs_definition":"hearkening","kjv_definition":"attent(-ive)."} +{"id":"H7184","strongs_number":"H7184","system":"hebrew","language":"hebrew","number_value":7184,"lemma":"קָשָׂה","transliteration":"qâsâh","pronunciation":"kaw-saw'","derivation":"or קַשְׂוָה; from an unused root meaning to be round;","strongs_definition":"a jug (from its shape)","kjv_definition":"cover, cup."} +{"id":"H7185","strongs_number":"H7185","system":"hebrew","language":"hebrew","number_value":7185,"lemma":"קָשָׁה","transliteration":"qâshâh","pronunciation":"kaw-shaw'","derivation":"a primitive root;","strongs_definition":"properly, to be dense, i.e. tough or severe (in various applications)","kjv_definition":"be cruel, be fiercer, make grievous, be ((ask a), be in, have, seem, would) hard(-en, (labour), -ly, thing), be sore, (be, make) stiff(-en, (-necked))."} +{"id":"H7186","strongs_number":"H7186","system":"hebrew","language":"hebrew","number_value":7186,"lemma":"קָשֶׁה","transliteration":"qâsheh","pronunciation":"kaw-sheh'","derivation":"from H7185 (קָשָׁה);","strongs_definition":"severe (in various applications)","kjv_definition":"churlish, cruel, grievous, hard((-hearted), thing), heavy, [phrase] impudent, obstinate, prevailed, rough(-ly), sore, sorrowful, stiff(necked), stubborn, [phrase] in trouble."} +{"id":"H7187","strongs_number":"H7187","system":"hebrew","language":"hebrew","number_value":7187,"lemma":"קְשׁוֹט","transliteration":"qᵉshôwṭ","pronunciation":"kesh-ote'","derivation":"(Aramaic) or קשֹׁט; (Aramaic), corresponding to H7189 (קֹשֶׁט);","strongs_definition":"fidelity","kjv_definition":"truth."} +{"id":"H7188","strongs_number":"H7188","system":"hebrew","language":"hebrew","number_value":7188,"lemma":"קָשַׁח","transliteration":"qâshach","pronunciation":"kaw-shakh'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) unfeeling","kjv_definition":"harden."} +{"id":"H7189","strongs_number":"H7189","system":"hebrew","language":"hebrew","number_value":7189,"lemma":"קֹשֶׁט","transliteration":"qôsheṭ","pronunciation":"ko'-shet","derivation":"or קֹשְׁטְ; from an unused root meaning to balance;","strongs_definition":"equity (as evenly weighed), i.e. reality","kjv_definition":"truth."} +{"id":"H7190","strongs_number":"H7190","system":"hebrew","language":"hebrew","number_value":7190,"lemma":"קְשִׁי","transliteration":"qᵉshîy","pronunciation":"kesh-ee'","derivation":"from H7185 (קָשָׁה);","strongs_definition":"obstinacy","kjv_definition":"stubbornness."} +{"id":"H7191","strongs_number":"H7191","system":"hebrew","language":"hebrew","number_value":7191,"lemma":"קִשְׁיוֹן","transliteration":"Qishyôwn","pronunciation":"kish-yone'","derivation":"from H7190 (קְשִׁי); hard ground;","strongs_definition":"Kishjon, a place in Palestine","kjv_definition":"Kishion, Keshon."} +{"id":"H7192","strongs_number":"H7192","system":"hebrew","language":"hebrew","number_value":7192,"lemma":"קְשִׂיטָה","transliteration":"qᵉsîyṭâh","pronunciation":"kes-ee-taw'","derivation":"from an unused root (probably meaning to weigh out);","strongs_definition":"an ingot (as definitely estimated and stamped for a coin)","kjv_definition":"piece of money (silver)."} +{"id":"H7193","strongs_number":"H7193","system":"hebrew","language":"hebrew","number_value":7193,"lemma":"קַשְׂקֶשֶׂת","transliteration":"qasqeseth","pronunciation":"kas-keh'-seth","derivation":"by reduplication from an unused root meaning to shale off as bark;","strongs_definition":"a scale (of a fish); hence a coat of mail (as composed of or covered with jointed plates of metal)","kjv_definition":"mail, scale."} +{"id":"H7194","strongs_number":"H7194","system":"hebrew","language":"hebrew","number_value":7194,"lemma":"קָשַׁר","transliteration":"qâshar","pronunciation":"kaw-shar'","derivation":"a primitive root;","strongs_definition":"to tie, physically (gird, confine, compact) or mentally (in love, league)","kjv_definition":"bind (up), (make a) conspire(-acy, -ator), join together, knit, stronger, work (treason)."} +{"id":"H7195","strongs_number":"H7195","system":"hebrew","language":"hebrew","number_value":7195,"lemma":"קֶשֶׁר","transliteration":"qesher","pronunciation":"keh'-sher","derivation":"from H7194 (קָשַׁר);","strongs_definition":"an (unlawful) alliance","kjv_definition":"confederacy, conspiracy, treason."} +{"id":"H7196","strongs_number":"H7196","system":"hebrew","language":"hebrew","number_value":7196,"lemma":"קִשֻּׁר","transliteration":"qishshur","pronunciation":"kish-shoor'","derivation":"from H7194 (קָשַׁר);","strongs_definition":"an (ornamental) girdle (for women)","kjv_definition":"attire, headband."} +{"id":"H7197","strongs_number":"H7197","system":"hebrew","language":"hebrew","number_value":7197,"lemma":"קָשַׁשׁ","transliteration":"qâshash","pronunciation":"kaw-shash'","derivation":"a primitive root; to become sapless through drought; used only as denominative from H7179 (קַשׁ);","strongs_definition":"to forage for straw, stubble or wood; figuratively, to assemble","kjv_definition":"gather (selves) (together)."} +{"id":"H7198","strongs_number":"H7198","system":"hebrew","language":"hebrew","number_value":7198,"lemma":"קֶשֶׁת","transliteration":"qesheth","pronunciation":"keh'-sheth","derivation":"from H7185 (קָשָׁה) in the original sense (of H6983 (קוֹשׁ)) of bending;","strongs_definition":"a bow, forshooting (hence, figuratively, strength) or the iris","kjv_definition":"[idiom] arch(-er), [phrase] arrow, bow(-man, -shot)."} +{"id":"H7199","strongs_number":"H7199","system":"hebrew","language":"hebrew","number_value":7199,"lemma":"קַשָּׁת","transliteration":"qashshâth","pronunciation":"kash-shawth'","derivation":"intensive (as denominative) from H7198 (קֶשֶׁת);","strongs_definition":"a bowman","kjv_definition":"[idiom] archer. r"} +{"id":"H7200","strongs_number":"H7200","system":"hebrew","language":"hebrew","number_value":7200,"lemma":"רָאָה","transliteration":"râʼâh","pronunciation":"raw-aw'","derivation":"a primitive root;","strongs_definition":"to see, literally or figuratively (in numerous applications, direct and implied, transitive, intransitive and causative)","kjv_definition":"advise self, appear, approve, behold, [idiom] certainly, consider, discern, (make to) enjoy, have experience, gaze, take heed, [idiom] indeed, [idiom] joyfully, lo, look (on, one another, one on another, one upon another, out, up, upon), mark, meet, [idiom] be near, perceive, present, provide, regard, (have) respect, (fore-, cause to, let) see(-r, -m, one another), shew (self), [idiom] sight of others, (e-) spy, stare, [idiom] surely, [idiom] think, view, visions."} +{"id":"H7201","strongs_number":"H7201","system":"hebrew","language":"hebrew","number_value":7201,"lemma":"רָאָה","transliteration":"râʼâh","pronunciation":"raw-aw'","derivation":"from H7200 (רָאָה);","strongs_definition":"a bird of prey (probably the vulture, from its sharp sight)","kjv_definition":"glede. Compare H1676 (דָּאָה)."} +{"id":"H7202","strongs_number":"H7202","system":"hebrew","language":"hebrew","number_value":7202,"lemma":"רָאֶה","transliteration":"râʼeh","pronunciation":"raw-eh'","derivation":"from H7200 (רָאָה);","strongs_definition":"seeing, i.e. experiencing","kjv_definition":"see."} +{"id":"H7203","strongs_number":"H7203","system":"hebrew","language":"hebrew","number_value":7203,"lemma":"רֹאֶה","transliteration":"rôʼeh","pronunciation":"ro-eh'","derivation":"active participle of H7200 (רָאָה);","strongs_definition":"a seer (as often rendered); but also (abstractly) a vision","kjv_definition":"vision."} +{"id":"H7204","strongs_number":"H7204","system":"hebrew","language":"hebrew","number_value":7204,"lemma":"רֹאֵה","transliteration":"Rôʼêh","pronunciation":"ro-ay'","derivation":"for H7203 (רֹאֶה); prophet;","strongs_definition":"Roeh, an Israelite","kjv_definition":"Haroeh (including the article)."} +{"id":"H7205","strongs_number":"H7205","system":"hebrew","language":"hebrew","number_value":7205,"lemma":"רְאוּבֵן","transliteration":"Rᵉʼûwbên","pronunciation":"reh-oo-bane'","derivation":"from the imperative of H7200 (רָאָה) and H1121 (בֵּן); see ye a son;","strongs_definition":"Reuben, a son of Jacob","kjv_definition":"Reuben."} +{"id":"H7206","strongs_number":"H7206","system":"hebrew","language":"hebrew","number_value":7206,"lemma":"רְאוּבֵנִי","transliteration":"Rᵉʼûwbênîy","pronunciation":"reh-oob-ay-nee'","derivation":"patronymic from H7205 (רְאוּבֵן);","strongs_definition":"a Reubenite or descendant of Reuben","kjv_definition":"children of Reuben, Reubenites."} +{"id":"H7207","strongs_number":"H7207","system":"hebrew","language":"hebrew","number_value":7207,"lemma":"רַאֲוָה","transliteration":"raʼăvâh","pronunciation":"rah-av-aw'","derivation":"from H7200 (רָאָה);","strongs_definition":"sight, i.e. satisfaction","kjv_definition":"behold."} +{"id":"H7208","strongs_number":"H7208","system":"hebrew","language":"hebrew","number_value":7208,"lemma":"רְאוּמָה","transliteration":"Rᵉʼûwmâh","pronunciation":"reh-oo-maw'","derivation":"feminine passive participle of H7213 (רָאַם); raised;","strongs_definition":"Reumah, a Syrian woman","kjv_definition":"Reumah."} +{"id":"H7209","strongs_number":"H7209","system":"hebrew","language":"hebrew","number_value":7209,"lemma":"רְאִי","transliteration":"rᵉʼîy","pronunciation":"reh-ee'","derivation":"from H7200 (רָאָה);","strongs_definition":"a mirror (as seen)","kjv_definition":"looking glass."} +{"id":"H7210","strongs_number":"H7210","system":"hebrew","language":"hebrew","number_value":7210,"lemma":"רֳאִי","transliteration":"rŏʼîy","pronunciation":"ro-ee'","derivation":"from H7200 (רָאָה);","strongs_definition":"sight, whether abstractly (vision) or concretely (a spectacle)","kjv_definition":"gazingstock, look to, (that) see(-th)."} +{"id":"H7211","strongs_number":"H7211","system":"hebrew","language":"hebrew","number_value":7211,"lemma":"רְאָיָה","transliteration":"Rᵉʼâyâh","pronunciation":"reh-aw-yaw'","derivation":"from H7200 (רָאָה) and H3050 (יָהּ); Jah has seen;","strongs_definition":"Reajah, the name of three Israelites","kjv_definition":"Reaia, Reaiah."} +{"id":"H7212","strongs_number":"H7212","system":"hebrew","language":"hebrew","number_value":7212,"lemma":"רְאִית","transliteration":"rᵉʼîyth","pronunciation":"reh-eeth'","derivation":"from H7200 (רָאָה);","strongs_definition":"sight","kjv_definition":"beholding."} +{"id":"H7213","strongs_number":"H7213","system":"hebrew","language":"hebrew","number_value":7213,"lemma":"רָאַם","transliteration":"râʼam","pronunciation":"raw-am'","derivation":"a primitive root;","strongs_definition":"to rise","kjv_definition":"be lifted up."} +{"id":"H7214","strongs_number":"H7214","system":"hebrew","language":"hebrew","number_value":7214,"lemma":"רְאֵם","transliteration":"rᵉʼêm","pronunciation":"reh-ame'","derivation":"or רְאֵיםlemma רְאיֵם second vowel, corrected to רְאֵים; or רֵים; or רֵם; from H7213 (רָאַם);","strongs_definition":"a wild bull (from its conspicuousness)","kjv_definition":"unicorn."} +{"id":"H7215","strongs_number":"H7215","system":"hebrew","language":"hebrew","number_value":7215,"lemma":"רָאמָה","transliteration":"râʼmâh","pronunciation":"raw-maw'","derivation":"from H7213 (רָאַם);","strongs_definition":"something high in value, i.e. perhaps coral","kjv_definition":"coral."} +{"id":"H7216","strongs_number":"H7216","system":"hebrew","language":"hebrew","number_value":7216,"lemma":"רָאמוֹת","transliteration":"Râʼmôwth","pronunciation":"raw-moth'","derivation":"or רָאמֹתxlit Râmôth corrected to Râʼmôth; plural of H7215 (רָאמָה); heights;","strongs_definition":"Ramoth, the name of two places in Palestine","kjv_definition":"Ramoth."} +{"id":"H7217","strongs_number":"H7217","system":"hebrew","language":"hebrew","number_value":7217,"lemma":"רֵאשׁ","transliteration":"rêʼsh","pronunciation":"raysh","derivation":"(Aramaic) corresponding to H7218 (רֹאשׁ);","strongs_definition":"the head; figuratively, the sum","kjv_definition":"chief, head, sum."} +{"id":"H7218","strongs_number":"H7218","system":"hebrew","language":"hebrew","number_value":7218,"lemma":"רֹאשׁ","transliteration":"rôʼsh","pronunciation":"roshe","derivation":"from an unused root apparently meaning to shake;","strongs_definition":"the head (as most easily shaken), whether literal or figurative (in many applications, of place, time, rank, itc.)","kjv_definition":"band, beginning, captain, chapiter, chief(-est place, man, things), company, end, [idiom] every (man), excellent, first, forefront, (be-)head, height, (on) high(-est part, (priest)), [idiom] lead, [idiom] poor, principal, ruler, sum, top."} +{"id":"H7219","strongs_number":"H7219","system":"hebrew","language":"hebrew","number_value":7219,"lemma":"רֹאשׁ","transliteration":"rôʼsh","pronunciation":"roshe","derivation":"or רוֹשׁ; (Deuteronomy 32:32), apparently the same as H7218 (רֹאשׁ);","strongs_definition":"a poisonous plant, probably the poppy (from its conspicuous head); generally poison (even of serpents)","kjv_definition":"gall, hemlock, poison, venom."} +{"id":"H7220","strongs_number":"H7220","system":"hebrew","language":"hebrew","number_value":7220,"lemma":"רֹאשׁ","transliteration":"Rôʼsh","pronunciation":"roshe","derivation":"probably the same as H7218 (רֹאשׁ);","strongs_definition":"Rosh, the name of an Israelite and of a foreign nation","kjv_definition":"Rosh."} +{"id":"H7221","strongs_number":"H7221","system":"hebrew","language":"hebrew","number_value":7221,"lemma":"רִאשָׁה","transliteration":"riʼshâh","pronunciation":"ree-shaw'","derivation":"from the same as H7218 (רֹאשׁ);","strongs_definition":"a beginning","kjv_definition":"beginning."} +{"id":"H7222","strongs_number":"H7222","system":"hebrew","language":"hebrew","number_value":7222,"lemma":"רֹאשָׁה","transliteration":"rôʼshâh","pronunciation":"ro-shaw'","derivation":"feminine of H7218 (רֹאשׁ);","strongs_definition":"the head","kjv_definition":"head(-stone)."} +{"id":"H7223","strongs_number":"H7223","system":"hebrew","language":"hebrew","number_value":7223,"lemma":"רִאשׁוֹן","transliteration":"riʼshôwn","pronunciation":"ree-shone'","derivation":"or רִאשֹׁן; from H7221 (רִאשָׁה);","strongs_definition":"first, in place, time or rank (as adjective or noun)","kjv_definition":"ancestor, (that were) before(-time), beginning, eldest, first, fore(-father) (-most), former (thing), of old time, past."} +{"id":"H7224","strongs_number":"H7224","system":"hebrew","language":"hebrew","number_value":7224,"lemma":"רִאשֹׁנִי","transliteration":"riʼshônîy","pronunciation":"ree-sho-nee'","derivation":"from H7223 (רִאשׁוֹן);","strongs_definition":"first","kjv_definition":"first."} +{"id":"H7225","strongs_number":"H7225","system":"hebrew","language":"hebrew","number_value":7225,"lemma":"רֵאשִׁית","transliteration":"rêʼshîyth","pronunciation":"ray-sheeth'","derivation":"from the same as H7218 (רֹאשׁ);","strongs_definition":"the first, in place, time, order or rank (specifically, a firstfruit)","kjv_definition":"beginning, chief(-est), first(-fruits, part, time), principal thing."} +{"id":"H7226","strongs_number":"H7226","system":"hebrew","language":"hebrew","number_value":7226,"lemma":"רַאֲשֹׁת","transliteration":"raʼăshôth","pronunciation":"rah-ash-oth'","derivation":"from H7218 (רֹאשׁ);","strongs_definition":"a pillow (being for the head)","kjv_definition":"bolster."} +{"id":"H7227","strongs_number":"H7227","system":"hebrew","language":"hebrew","number_value":7227,"lemma":"רַב","transliteration":"rab","pronunciation":"rab","derivation":"by contracted from H7231 (רָבַב);","strongs_definition":"abundant (in quantity, size, age, number, rank, quality)","kjv_definition":"(in) abound(-undance, -ant, -antly), captain, elder, enough, exceedingly, full, great(-ly, man, one), increase, long (enough, (time)), (do, have) many(-ifold, things, a time), (ship-)master, mighty, more, (too, very) much, multiply(-tude), officer, often(-times), plenteous, populous, prince, process (of time), suffice(-lent)."} +{"id":"H7228","strongs_number":"H7228","system":"hebrew","language":"hebrew","number_value":7228,"lemma":"רַב","transliteration":"rab","pronunciation":"rab","derivation":"by contraction from H7232 (רָבַב); (or perhaps the same as H7227 (רַב))","strongs_definition":"an archer","kjv_definition":"archer."} +{"id":"H7229","strongs_number":"H7229","system":"hebrew","language":"hebrew","number_value":7229,"lemma":"רַב","transliteration":"rab","pronunciation":"rab","derivation":"(Aramaic) corresponding to H7227 (רַב)","strongs_definition":"{abundant}","kjv_definition":"captain, chief, great, lord, master, stout."} +{"id":"H7230","strongs_number":"H7230","system":"hebrew","language":"hebrew","number_value":7230,"lemma":"רֹב","transliteration":"rôb","pronunciation":"robe","derivation":"from H7231 (רָבַב);","strongs_definition":"abundance (in any respect)","kjv_definition":"abundance(-antly), all, [idiom] common (sort), excellent, great(-ly, -ness, number), huge, be increased, long, many, more in number, most, much, multitude, plenty(-ifully), [idiom] very (age)."} +{"id":"H7231","strongs_number":"H7231","system":"hebrew","language":"hebrew","number_value":7231,"lemma":"רָבַב","transliteration":"râbab","pronunciation":"raw-bab'","derivation":"a primitive root; (compare H7241 (רָבִיב)); also as denominative from H7233 (רְבָבָה);","strongs_definition":"properly, to cast together , i.e. increase, especially in number; to multiply by the myriad","kjv_definition":"increase, be many(-ifold), be more, multiply, ten thousands."} +{"id":"H7232","strongs_number":"H7232","system":"hebrew","language":"hebrew","number_value":7232,"lemma":"רָבַב","transliteration":"râbab","pronunciation":"raw-bab'","derivation":"a primitive root (rather identical with H7231 (רָבַב) through the idea of projection);","strongs_definition":"to shoot an arrow","kjv_definition":"shoot."} +{"id":"H7233","strongs_number":"H7233","system":"hebrew","language":"hebrew","number_value":7233,"lemma":"רְבָבָה","transliteration":"rᵉbâbâh","pronunciation":"reb-aw-baw'","derivation":"from H7231 (רָבַב);","strongs_definition":"abundance (in number), i.e. (specifically) a myriad (whether definite or indefinite)","kjv_definition":"many, million, [idiom] multiply, ten thousand."} +{"id":"H7234","strongs_number":"H7234","system":"hebrew","language":"hebrew","number_value":7234,"lemma":"רָבַד","transliteration":"râbad","pronunciation":"raw-bad'","derivation":"a primitive root;","strongs_definition":"to spread","kjv_definition":"deck."} +{"id":"H7235","strongs_number":"H7235","system":"hebrew","language":"hebrew","number_value":7235,"lemma":"רָבָה","transliteration":"râbâh","pronunciation":"raw-baw'","derivation":"a primitive root;","strongs_definition":"to increase (in whatever respect)","kjv_definition":"(bring in) abundance ([idiom] -antly), [phrase] archer (by mistake for H7232 (רָבַב)), be in authority, bring up, [idiom] continue, enlarge, excel, exceeding(-ly), be full of, (be, make) great(-er, -ly, [idiom] -ness), grow up, heap, increase, be long, (be, give, have, make, use) many (a time), (any, be, give, give the, have) more (in number), (ask, be, be so, gather, over, take, yield) much (greater, more), (make to) multiply, nourish, plenty(-eous), [idiom] process (of time), sore, store, thoroughly, very."} +{"id":"H7236","strongs_number":"H7236","system":"hebrew","language":"hebrew","number_value":7236,"lemma":"רְבָה","transliteration":"rᵉbâh","pronunciation":"reb-aw'","derivation":"(Aramaic) corresponding to H7235 (רָבָה)","strongs_definition":"{to increase (in whatever respect)}","kjv_definition":"make a great man, grow."} +{"id":"H7237","strongs_number":"H7237","system":"hebrew","language":"hebrew","number_value":7237,"lemma":"רַבָּה","transliteration":"Rabbâh","pronunciation":"rab-baw'","derivation":"feminine of H7227 (רַב); great;","strongs_definition":"Rabbah, the name of two places in Palestine, East and West","kjv_definition":"Rabbah, Rabbath."} +{"id":"H7238","strongs_number":"H7238","system":"hebrew","language":"hebrew","number_value":7238,"lemma":"רְבוּ","transliteration":"rᵉbûw","pronunciation":"reb-oo'","derivation":"(Aramaic) from a root corresponding to H7235 (רָבָה);","strongs_definition":"increase (of dignity)","kjv_definition":"greatness, majesty."} +{"id":"H7239","strongs_number":"H7239","system":"hebrew","language":"hebrew","number_value":7239,"lemma":"רִבּוֹ","transliteration":"ribbôw","pronunciation":"rib-bo'","derivation":"from H7231 (רָבַב); or רִבּוֹא from H7231 (רָבַב);","strongs_definition":"a myriad, i.e. indefinitely, large number","kjv_definition":"great things, ten ((eight) -een, (for) -ty, [phrase] sixscore, [phrase] threescore, [idiom] twenty, (twen) -ty) thousand."} +{"id":"H7240","strongs_number":"H7240","system":"hebrew","language":"hebrew","number_value":7240,"lemma":"רִבּוֹ","transliteration":"ribbôw","pronunciation":"rib-bo'","derivation":"(Aramaic) corresponding to H7239 (רִבּוֹ)","strongs_definition":"{a myriad, i.e. indefinitely, large number}","kjv_definition":"[idiom] ten thousand times ten thousand."} +{"id":"H7241","strongs_number":"H7241","system":"hebrew","language":"hebrew","number_value":7241,"lemma":"רָבִיב","transliteration":"râbîyb","pronunciation":"raw-beeb'","derivation":"from H7231 (רָבַב);","strongs_definition":"a rain (as an accumulation of drops)","kjv_definition":"shower."} +{"id":"H7242","strongs_number":"H7242","system":"hebrew","language":"hebrew","number_value":7242,"lemma":"רָבִיד","transliteration":"râbîyd","pronunciation":"raw-beed'","derivation":"from H7234 (רָבַד);","strongs_definition":"a collar (as spread around the neck)","kjv_definition":"chain."} +{"id":"H7243","strongs_number":"H7243","system":"hebrew","language":"hebrew","number_value":7243,"lemma":"רְבִיעִי","transliteration":"rᵉbîyʻîy","pronunciation":"reb-ee-ee'","derivation":"or רְבִעִי; from H7251 (רָבַע);","strongs_definition":"fourth; also (fractionally) a fourth","kjv_definition":"foursquare, fourth (part)."} +{"id":"H7244","strongs_number":"H7244","system":"hebrew","language":"hebrew","number_value":7244,"lemma":"רְבִיעַי","transliteration":"rᵉbîyʻay","pronunciation":"reb-ee-ah'-ee","derivation":"(Aramaic) corresponding to H7243 (רְבִיעִי)","strongs_definition":"{fourth; also (fractionally) a fourth}","kjv_definition":"fourth."} +{"id":"H7245","strongs_number":"H7245","system":"hebrew","language":"hebrew","number_value":7245,"lemma":"רַבִּית","transliteration":"Rabbîyth","pronunciation":"rab-beeth'","derivation":"from H7231 (רָבַב); multitude;","strongs_definition":"Rabbith, a place in Palestine","kjv_definition":"Rabbith."} +{"id":"H7246","strongs_number":"H7246","system":"hebrew","language":"hebrew","number_value":7246,"lemma":"רָבַךְ","transliteration":"râbak","pronunciation":"raw-bak'","derivation":"a primitive root;","strongs_definition":"to soak (bread in oil)","kjv_definition":"baken, (that which is) fried."} +{"id":"H7247","strongs_number":"H7247","system":"hebrew","language":"hebrew","number_value":7247,"lemma":"רִבְלָה","transliteration":"Riblâh","pronunciation":"rib-law'","derivation":"from an unused root meaning to be fruitful; fertile;","strongs_definition":"Riblah, a place in Syria","kjv_definition":"Riblah."} +{"id":"H7248","strongs_number":"H7248","system":"hebrew","language":"hebrew","number_value":7248,"lemma":"רַב־מָג","transliteration":"Rab-Mâg","pronunciation":"rab-mawg'","derivation":"from H7227 (רַב) and a foreign word for a Magian; chief Magian;","strongs_definition":"Rab-Mag, a Babylonian official","kjv_definition":"Rab-mag."} +{"id":"H7249","strongs_number":"H7249","system":"hebrew","language":"hebrew","number_value":7249,"lemma":"רַב־סָרִיס","transliteration":"Rab-Çârîyç","pronunciation":"rab-saw-reece'","derivation":"from H7227 (רַב) and a foreign word for a eunuch; chief chamberlain;","strongs_definition":"Rab-Saris, a Babylonian official","kjv_definition":"Rab-saris."} +{"id":"H7250","strongs_number":"H7250","system":"hebrew","language":"hebrew","number_value":7250,"lemma":"רָבַע","transliteration":"râbaʻ","pronunciation":"raw-bah'","derivation":"a primitive root;","strongs_definition":"to squat or lie out flat, i.e. (specifically) in copulation","kjv_definition":"let gender, lie down."} +{"id":"H7251","strongs_number":"H7251","system":"hebrew","language":"hebrew","number_value":7251,"lemma":"רָבַע","transliteration":"râbaʻ","pronunciation":"raw-bah'","derivation":"a primitive root (rather identical with H7250 (רָבַע) through the idea of sprawling 'at all fours' (or possibly the reverse is the order of deriv.); compare H702 (אַרְבַּע)); properly, to be four (sided); used only as denominative of H7253 (רֶבַע);","strongs_definition":"to be quadrate","kjv_definition":"(four-) square(-d)."} +{"id":"H7252","strongs_number":"H7252","system":"hebrew","language":"hebrew","number_value":7252,"lemma":"רֶבַע","transliteration":"rebaʻ","pronunciation":"reh'-bah","derivation":"from H7250 (רָבַע);","strongs_definition":"prostration (for sleep)","kjv_definition":"lying down."} +{"id":"H7253","strongs_number":"H7253","system":"hebrew","language":"hebrew","number_value":7253,"lemma":"רֶבַע","transliteration":"rebaʻ","pronunciation":"reh'-bah","derivation":"from H7251 (רָבַע);","strongs_definition":"a fourth (part or side)","kjv_definition":"fourth part, side, square."} +{"id":"H7254","strongs_number":"H7254","system":"hebrew","language":"hebrew","number_value":7254,"lemma":"רֶבַע","transliteration":"Rebaʻ","pronunciation":"reh'-bah","derivation":"the same as H7253 (רֶבַע);","strongs_definition":"Reba, a Midianite","kjv_definition":"Reba."} +{"id":"H7255","strongs_number":"H7255","system":"hebrew","language":"hebrew","number_value":7255,"lemma":"רֹבַע","transliteration":"rôbaʻ","pronunciation":"ro'-bah","derivation":"from H7251 (רָבַע);","strongs_definition":"a quarter","kjv_definition":"fourth participle"} +{"id":"H7256","strongs_number":"H7256","system":"hebrew","language":"hebrew","number_value":7256,"lemma":"רִבֵּעַ","transliteration":"ribbêaʻ","pronunciation":"rib-bay'-ah","derivation":"from H7251 (רָבַע);","strongs_definition":"a descendant of the fourth generation, i.e. great great grandchild","kjv_definition":"fourth."} +{"id":"H7257","strongs_number":"H7257","system":"hebrew","language":"hebrew","number_value":7257,"lemma":"רָבַץ","transliteration":"râbats","pronunciation":"raw-bats'","derivation":"a primitive root;","strongs_definition":"to crouch (on all four legs folded, like a recumbent animal); be implication, to recline, repose, brood, lurk, imbed","kjv_definition":"crouch (down), fall down, make a fold, lay, (cause to, make to) lie (down), make to rest, sit."} +{"id":"H7258","strongs_number":"H7258","system":"hebrew","language":"hebrew","number_value":7258,"lemma":"רֵבֶץ","transliteration":"rêbets","pronunciation":"reh'-bets","derivation":"from H7257 (רָבַץ);","strongs_definition":"a couch or place of repose","kjv_definition":"where each lay, lie down in, resting place."} +{"id":"H7259","strongs_number":"H7259","system":"hebrew","language":"hebrew","number_value":7259,"lemma":"רִבְקָה","transliteration":"Ribqâh","pronunciation":"rib-kaw'","derivation":"from an unused root probably meaning to clog by tying up the fetlock; fettering (by beauty);","strongs_definition":"Ribkah, the wife of Isaac","kjv_definition":"Rebekah."} +{"id":"H7260","strongs_number":"H7260","system":"hebrew","language":"hebrew","number_value":7260,"lemma":"רַבְרַב","transliteration":"rabrab","pronunciation":"rab-rab'","derivation":"(Aramaic) from H7229 (רַב);","strongs_definition":"huge (in size); domineering (in character)","kjv_definition":"(very) great (things)."} +{"id":"H7261","strongs_number":"H7261","system":"hebrew","language":"hebrew","number_value":7261,"lemma":"רַבְרְבָן","transliteration":"rabrᵉbân","pronunciation":"rab-reb-awn'","derivation":"(Aramaic) from H7260 (רַבְרַב);","strongs_definition":"a magnate","kjv_definition":"lord, prince."} +{"id":"H7262","strongs_number":"H7262","system":"hebrew","language":"hebrew","number_value":7262,"lemma":"רַבְשָׁקֵה","transliteration":"Rabshâqêh","pronunciation":"rab-shaw-kay'","derivation":"from H7227 (רַב) and H8248 (שָׁקָה); chief butler;","strongs_definition":"Rabshakeh, a Babylonian official","kjv_definition":"Rabshakeh."} +{"id":"H7263","strongs_number":"H7263","system":"hebrew","language":"hebrew","number_value":7263,"lemma":"רֶגֶב","transliteration":"regeb","pronunciation":"reh'-gheb","derivation":"from an unused root meaning to pile together;","strongs_definition":"a lump of clay","kjv_definition":"clod."} +{"id":"H7264","strongs_number":"H7264","system":"hebrew","language":"hebrew","number_value":7264,"lemma":"רָגַז","transliteration":"râgaz","pronunciation":"raw-gaz'","derivation":"a primitive root;","strongs_definition":"to quiver (with any violent emotion, especially anger or fear)","kjv_definition":"be afraid, stand in awe, disquiet, fall out, fret, move, provoke, quake, rage, shake, tremble, trouble, be wroth."} +{"id":"H7265","strongs_number":"H7265","system":"hebrew","language":"hebrew","number_value":7265,"lemma":"רְגַז","transliteration":"rᵉgaz","pronunciation":"reg-az'","derivation":"(Aramaic) corresponding to H7264 (רָגַז)","strongs_definition":"{to quiver (with any violent emotion, especially anger or fear)}","kjv_definition":"provoke unto wrath."} +{"id":"H7266","strongs_number":"H7266","system":"hebrew","language":"hebrew","number_value":7266,"lemma":"רְגַז","transliteration":"rᵉgaz","pronunciation":"reg-az'","derivation":"(Aramaic) from H7265 (רְגַז);","strongs_definition":"violent anger","kjv_definition":"rage."} +{"id":"H7267","strongs_number":"H7267","system":"hebrew","language":"hebrew","number_value":7267,"lemma":"רֹגֶז","transliteration":"rôgez","pronunciation":"ro'-ghez","derivation":"from H7264 (רָגַז);","strongs_definition":"commotion, restlessness (of a horse), crash (of thunder), disquiet, anger","kjv_definition":"fear, noise, rage, trouble(-ing), wrath."} +{"id":"H7268","strongs_number":"H7268","system":"hebrew","language":"hebrew","number_value":7268,"lemma":"רַגָּז","transliteration":"raggâz","pronunciation":"rag-gawz'","derivation":"intensive from H7264 (רָגַז);","strongs_definition":"timid","kjv_definition":"trembling."} +{"id":"H7269","strongs_number":"H7269","system":"hebrew","language":"hebrew","number_value":7269,"lemma":"רׇגְזָה","transliteration":"rogzâh","pronunciation":"rog-zaw'","derivation":"feminine of H7267 (רֹגֶז);","strongs_definition":"trepidation","kjv_definition":"trembling."} +{"id":"H7270","strongs_number":"H7270","system":"hebrew","language":"hebrew","number_value":7270,"lemma":"רָגַל","transliteration":"râgal","pronunciation":"raw-gal'","derivation":"a primitive root; also as denominative from H7272 (רֶגֶל)","strongs_definition":"to walk along; but only in specifically, applications, to reconnoiter, to be atale-bearer (i.e. slander); to lead about","kjv_definition":"backbite, search, slander, (e-) spy (out), teach to go, view."} +{"id":"H7271","strongs_number":"H7271","system":"hebrew","language":"hebrew","number_value":7271,"lemma":"רְגַל","transliteration":"rᵉgal","pronunciation":"reg-al'","derivation":"(Aramaic) corresponding to H7272 (רֶגֶל)","strongs_definition":"{a foot, a step; by euphemistically the pudenda}","kjv_definition":"foot."} +{"id":"H7272","strongs_number":"H7272","system":"hebrew","language":"hebrew","number_value":7272,"lemma":"רֶגֶל","transliteration":"regel","pronunciation":"reh'-gel","derivation":"from H7270 (רָגַל);","strongs_definition":"a foot (as used in walking); by implication, a step; by euphemistically the pudenda","kjv_definition":"[idiom] be able to endure, [idiom] according as, [idiom] after, [idiom] coming, [idiom] follow, (broken-)foot(-ed, -stool), [idiom] great toe, [idiom] haunt, [idiom] journey, leg, [phrase] piss, [phrase] possession, time."} +{"id":"H7273","strongs_number":"H7273","system":"hebrew","language":"hebrew","number_value":7273,"lemma":"רַגְלִי","transliteration":"raglîy","pronunciation":"rag-lee'","derivation":"from H7272 (רֶגֶל);","strongs_definition":"a footman (soldier)","kjv_definition":"(on) foot(-man)."} +{"id":"H7274","strongs_number":"H7274","system":"hebrew","language":"hebrew","number_value":7274,"lemma":"רֹגְלִים","transliteration":"Rôgᵉlîym","pronunciation":"ro-gel-eem'","derivation":"plural of active participle of H7270 (רָגַל); fullers (as tramping the cloth in washing);","strongs_definition":"Rogelim, a place East of the Jordan","kjv_definition":"Rogelim."} +{"id":"H7275","strongs_number":"H7275","system":"hebrew","language":"hebrew","number_value":7275,"lemma":"רָגַם","transliteration":"râgam","pronunciation":"raw-gam'","derivation":"a primitive root (compare H7263 (רֶגֶב), H7321 (רוּעַ), H7551 (רָקַם));","strongs_definition":"to cast together (stones), i.e. to lapidate","kjv_definition":"[idiom] certainly, stone."} +{"id":"H7276","strongs_number":"H7276","system":"hebrew","language":"hebrew","number_value":7276,"lemma":"רֶגֶם","transliteration":"Regem","pronunciation":"reh'-gem","derivation":"from H7275 (רָגַם); stoneheap;","strongs_definition":"Regem, an Israelite","kjv_definition":"Regem."} +{"id":"H7277","strongs_number":"H7277","system":"hebrew","language":"hebrew","number_value":7277,"lemma":"רִגְמָה","transliteration":"rigmâh","pronunciation":"rig-maw'","derivation":"feminine of the same as H7276 (רֶגֶם);","strongs_definition":"a pile (of stones), i.e. (figuratively) a throng","kjv_definition":"council."} +{"id":"H7278","strongs_number":"H7278","system":"hebrew","language":"hebrew","number_value":7278,"lemma":"רֶגֶם מֶלֶךְ","transliteration":"Regem Melek","pronunciation":"reh'-gem meh'-lek","derivation":"from H7276 (רֶגֶם) and H4428 (מֶלֶךְ); king's heap;","strongs_definition":"Regem-Melek, an Israelite","kjv_definition":"Regem-melech."} +{"id":"H7279","strongs_number":"H7279","system":"hebrew","language":"hebrew","number_value":7279,"lemma":"רָגַן","transliteration":"râgan","pronunciation":"raw-gan'","derivation":"a primitive root;","strongs_definition":"to grumble, i.e. rebel","kjv_definition":"murmur."} +{"id":"H7280","strongs_number":"H7280","system":"hebrew","language":"hebrew","number_value":7280,"lemma":"רָגַע","transliteration":"râgaʻ","pronunciation":"raw-gah'","derivation":"a primitive root;","strongs_definition":"properly, to toss violently and suddenly (the sea with waves, the skin with boils); figuratively (in a favorable manner) to settle, i.e. quiet; specifically, to wink (from the motion of the eye-lids)","kjv_definition":"break, divide, find ease, be a moment, (cause, give, make to) rest, make suddenly."} +{"id":"H7281","strongs_number":"H7281","system":"hebrew","language":"hebrew","number_value":7281,"lemma":"רֶגַע","transliteration":"regaʻ","pronunciation":"reh'-gah","derivation":"from H7280 (רָגַע).","strongs_definition":"a wink (of the eyes), i.e. a very short space of time","kjv_definition":"instant, moment, space, suddenly."} +{"id":"H7282","strongs_number":"H7282","system":"hebrew","language":"hebrew","number_value":7282,"lemma":"רָגֵעַ","transliteration":"râgêaʻ","pronunciation":"raw-gay'-ah","derivation":"from H7280 (רָגַע);","strongs_definition":"restful, i.e. peaceable","kjv_definition":"that are quiet."} +{"id":"H7283","strongs_number":"H7283","system":"hebrew","language":"hebrew","number_value":7283,"lemma":"רָגַשׁ","transliteration":"râgash","pronunciation":"raw-gash'","derivation":"a primitive root;","strongs_definition":"to be tumultuous","kjv_definition":"rage."} +{"id":"H7284","strongs_number":"H7284","system":"hebrew","language":"hebrew","number_value":7284,"lemma":"רְגַשׁ","transliteration":"rᵉgash","pronunciation":"reg-ash'","derivation":"(Aramaic) corresponding to H7283 (רָגַשׁ);","strongs_definition":"to gather tumultuously","kjv_definition":"assemble (together)."} +{"id":"H7285","strongs_number":"H7285","system":"hebrew","language":"hebrew","number_value":7285,"lemma":"רֶגֶשׁ","transliteration":"regesh","pronunciation":"reh'-ghesh","derivation":"or (feminine) רִגְשָׁה; from H7283 (רָגַשׁ);","strongs_definition":"a tumultuous crowd","kjv_definition":"company, insurrection."} +{"id":"H7286","strongs_number":"H7286","system":"hebrew","language":"hebrew","number_value":7286,"lemma":"רָדַד","transliteration":"râdad","pronunciation":"raw-dad'","derivation":"a primitive root;","strongs_definition":"to tread in pieces, i.e. (figuratively) to conquer, or (specifically) to overlay","kjv_definition":"spend, spread, subdue."} +{"id":"H7287","strongs_number":"H7287","system":"hebrew","language":"hebrew","number_value":7287,"lemma":"רָדָה","transliteration":"râdâh","pronunciation":"raw-daw'","derivation":"a primitive root;","strongs_definition":"to tread down, i.e. subjugate; specifically, to crumble off","kjv_definition":"(come to, make to) have dominion, prevail against, reign, (bear, make to) rule,(-r, over), take."} +{"id":"H7288","strongs_number":"H7288","system":"hebrew","language":"hebrew","number_value":7288,"lemma":"רַדַּי","transliteration":"Radday","pronunciation":"rad-dah'-ee","derivation":"intensive from H7287 (רָדָה); domineering;","strongs_definition":"Raddai, an Israelite","kjv_definition":"Raddai."} +{"id":"H7289","strongs_number":"H7289","system":"hebrew","language":"hebrew","number_value":7289,"lemma":"רָדִיד","transliteration":"râdîyd","pronunciation":"raw-deed'","derivation":"from H7286 (רָדַד) in the sense of spreading;","strongs_definition":"a veil (as expanded)","kjv_definition":"vail, veil."} +{"id":"H7290","strongs_number":"H7290","system":"hebrew","language":"hebrew","number_value":7290,"lemma":"רָדַם","transliteration":"râdam","pronunciation":"raw-dam'","derivation":"a primitive root;","strongs_definition":"to stun, i.e. stupefy (with sleep or death)","kjv_definition":"(be fast a-, be in a deep, cast into a dead, that) sleep(-er, -eth)."} +{"id":"H7291","strongs_number":"H7291","system":"hebrew","language":"hebrew","number_value":7291,"lemma":"רָדַף","transliteration":"râdaph","pronunciation":"raw-daf'","derivation":"a primitive root;","strongs_definition":"to run after (usually with hostile intent; figuratively (of time) gone by)","kjv_definition":"chase, put to flight, follow (after, on), hunt, (be under) persecute(-ion, -or), pursue(-r)."} +{"id":"H7292","strongs_number":"H7292","system":"hebrew","language":"hebrew","number_value":7292,"lemma":"רָהַב","transliteration":"râhab","pronunciation":"raw-hab'","derivation":"a primitive root;","strongs_definition":"to urge severely, i.e. (figuratively) importune, embolden, capture, act insolently","kjv_definition":"overcome, behave self proudly, make sure, strengthen."} +{"id":"H7293","strongs_number":"H7293","system":"hebrew","language":"hebrew","number_value":7293,"lemma":"רַהַב","transliteration":"rahab","pronunciation":"rah'-hab","derivation":"from H7292 (רָהַב),","strongs_definition":"bluster(-er)","kjv_definition":"proud, strength."} +{"id":"H7294","strongs_number":"H7294","system":"hebrew","language":"hebrew","number_value":7294,"lemma":"רַהַב","transliteration":"Rahab","pronunciation":"rah'-hab","derivation":"the same as H7293 (רַהַב);","strongs_definition":"Rahab (i.e. boaster), an epithet of Egypt","kjv_definition":"Rahab."} +{"id":"H7295","strongs_number":"H7295","system":"hebrew","language":"hebrew","number_value":7295,"lemma":"רָהָב","transliteration":"râhâb","pronunciation":"raw-hawb'","derivation":"from H7292 (רָהַב);","strongs_definition":"insolent","kjv_definition":"proud."} +{"id":"H7296","strongs_number":"H7296","system":"hebrew","language":"hebrew","number_value":7296,"lemma":"רֹהָב","transliteration":"rôhâb","pronunciation":"ro'-hab","derivation":"from H7292 (רָהַב);","strongs_definition":"pride","kjv_definition":"strength."} +{"id":"H7297","strongs_number":"H7297","system":"hebrew","language":"hebrew","number_value":7297,"lemma":"רָהָה","transliteration":"râhâh","pronunciation":"raw-haw'","derivation":"a primitive root;","strongs_definition":"to fear","kjv_definition":"be afraid."} +{"id":"H7298","strongs_number":"H7298","system":"hebrew","language":"hebrew","number_value":7298,"lemma":"רַהַט","transliteration":"rahaṭ","pronunciation":"rah'-hat","derivation":"from an unused root apparently meaning to hollow out;","strongs_definition":"a channel or watering-box; by resemblance a ringlet of hair (as forming parallel lines)","kjv_definition":"gallery, gutter, trough."} +{"id":"H7299","strongs_number":"H7299","system":"hebrew","language":"hebrew","number_value":7299,"lemma":"רֵו","transliteration":"rêv","pronunciation":"rave","derivation":"(Aramaic) from a root corresponding to H7200 (רָאָה);","strongs_definition":"aspect","kjv_definition":"form."} +{"id":"H7300","strongs_number":"H7300","system":"hebrew","language":"hebrew","number_value":7300,"lemma":"רוּד","transliteration":"rûwd","pronunciation":"rood","derivation":"a primitive root;","strongs_definition":"to tramp about, i.e. ramble (free or disconsolate)","kjv_definition":"have the dominion, be lord, mourn, rule."} +{"id":"H7301","strongs_number":"H7301","system":"hebrew","language":"hebrew","number_value":7301,"lemma":"רָוָה","transliteration":"râvâh","pronunciation":"raw-vaw'","derivation":"a primitive root;","strongs_definition":"to slake the thirst (occasionally of other appetites)","kjv_definition":"bathe, make drunk, (take the) fill, satiate, (abundantly) satisfy, soak, water (abundantly)."} +{"id":"H7302","strongs_number":"H7302","system":"hebrew","language":"hebrew","number_value":7302,"lemma":"רָוֶה","transliteration":"râveh","pronunciation":"raw-veh'","derivation":"from H7301 (רָוָה);","strongs_definition":"sated (with drink)","kjv_definition":"drunkenness, watered."} +{"id":"H7303","strongs_number":"H7303","system":"hebrew","language":"hebrew","number_value":7303,"lemma":"רוֹהֲגָה","transliteration":"Rôwhăgâh","pronunciation":"ro-hag-aw'","derivation":"from an unused root probably meaning to cry out; outcry;","strongs_definition":"Rohagah, an Israelite","kjv_definition":"Rohgah."} +{"id":"H7304","strongs_number":"H7304","system":"hebrew","language":"hebrew","number_value":7304,"lemma":"רָוַח","transliteration":"râvach","pronunciation":"raw-vakh'","derivation":"a primitive root (identical with H7306 (רוּחַ));","strongs_definition":"properly, to breathe freely, i.e. revive; by implication, to have ample room","kjv_definition":"be refreshed, large."} +{"id":"H7305","strongs_number":"H7305","system":"hebrew","language":"hebrew","number_value":7305,"lemma":"רֶוַח","transliteration":"revach","pronunciation":"reh'-vakh","derivation":"from H7304 (רָוַח);","strongs_definition":"room, literally (an interval) or figuratively (deliverance)","kjv_definition":"enlargement, space."} +{"id":"H7306","strongs_number":"H7306","system":"hebrew","language":"hebrew","number_value":7306,"lemma":"רוּחַ","transliteration":"rûwach","pronunciation":"roo'-akh","derivation":"a primitive root;","strongs_definition":"properly, to blow, i.e. breathe; only (literally) to smell or (by implication, perceive (figuratively, to anticipate, enjoy)","kjv_definition":"accept, smell, [idiom] touch, make of quick understanding."} +{"id":"H7307","strongs_number":"H7307","system":"hebrew","language":"hebrew","number_value":7307,"lemma":"רוּחַ","transliteration":"rûwach","pronunciation":"roo'-akh","derivation":"from H7306 (רוּחַ);","strongs_definition":"wind; by resemblance breath, i.e. a sensible (or even violent) exhalation; figuratively, life, anger, unsubstantiality; by extension, a region of the sky; by resemblance spirit, but only of a rational being (including its expression and functions)","kjv_definition":"air, anger, blast, breath, [idiom] cool, courage, mind, [idiom] quarter, [idiom] side, spirit(-ual), tempest, [idiom] vain, (whirl-) wind(-y)."} +{"id":"H7308","strongs_number":"H7308","system":"hebrew","language":"hebrew","number_value":7308,"lemma":"רוּחַ","transliteration":"rûwach","pronunciation":"roo'-akh","derivation":"(Aramaic) corresponding to H7307 (רוּחַ)","strongs_definition":"{wind; by resemblance breath, i.e. a sensible (or even violent) exhalation; figuratively, life, anger, unsubstantiality; by extension, a region of the sky; by resemblance spirit, but only of a rational being (including its expression and functions)}","kjv_definition":"mind, spirit, wind."} +{"id":"H7309","strongs_number":"H7309","system":"hebrew","language":"hebrew","number_value":7309,"lemma":"רְוָחָה","transliteration":"rᵉvâchâh","pronunciation":"rev-aw-khaw'","derivation":"feminine of H7305 (רֶוַח);","strongs_definition":"relief","kjv_definition":"breathing, respite."} +{"id":"H7310","strongs_number":"H7310","system":"hebrew","language":"hebrew","number_value":7310,"lemma":"רְוָיָה","transliteration":"rᵉvâyâh","pronunciation":"rev-aw-yaw'","derivation":"from H7301 (רָוָה);","strongs_definition":"satisfaction","kjv_definition":"runneth over, wealthy."} +{"id":"H7311","strongs_number":"H7311","system":"hebrew","language":"hebrew","number_value":7311,"lemma":"רוּם","transliteration":"rûwm","pronunciation":"room","derivation":"a primitive root;","strongs_definition":"to be high actively, to rise or raise (in various applications, literally or figuratively)","kjv_definition":"bring up, exalt (self), extol, give, go up, haughty, heave (up), (be, lift up on, make on, set up on, too) high(-er, one), hold up, levy, lift(-er) up, (be) lofty, ([idiom] a-) loud, mount up, offer (up), [phrase] presumptuously, (be) promote(-ion), proud, set up, tall(-er), take (away, off, up), breed worms."} +{"id":"H7312","strongs_number":"H7312","system":"hebrew","language":"hebrew","number_value":7312,"lemma":"רוּם","transliteration":"rûwm","pronunciation":"room","derivation":"or רֻם; from H7311 (רוּם);","strongs_definition":"(literally) elevation or (figuratively) elation","kjv_definition":"haughtiness, height, [idiom] high."} +{"id":"H7313","strongs_number":"H7313","system":"hebrew","language":"hebrew","number_value":7313,"lemma":"רוּם","transliteration":"rûwm","pronunciation":"room","derivation":"(Aramaic) corresponding to H7311 (רוּם);","strongs_definition":"{to be high actively, to rise or raise (in various applications, literally or figuratively)}","kjv_definition":"extol, lift up (self), set up."} +{"id":"H7314","strongs_number":"H7314","system":"hebrew","language":"hebrew","number_value":7314,"lemma":"רוּם","transliteration":"rûwm","pronunciation":"room","derivation":"(Aramaic) from H7313 (רוּם);","strongs_definition":"(literally) altitude","kjv_definition":"height."} +{"id":"H7315","strongs_number":"H7315","system":"hebrew","language":"hebrew","number_value":7315,"lemma":"רוֹם","transliteration":"rôwm","pronunciation":"rome","derivation":"from H7311 (רוּם);","strongs_definition":"elevation, i.e. (adverbially) aloft","kjv_definition":"on high."} +{"id":"H7316","strongs_number":"H7316","system":"hebrew","language":"hebrew","number_value":7316,"lemma":"רוּמָה","transliteration":"Rûwmâh","pronunciation":"roo-maw'","derivation":"from H7311 (רוּם); height;","strongs_definition":"Rumah, a place in Palestine","kjv_definition":"Rumah."} +{"id":"H7317","strongs_number":"H7317","system":"hebrew","language":"hebrew","number_value":7317,"lemma":"רוֹמָה","transliteration":"rôwmâh","pronunciation":"ro-maw'","derivation":"feminine of H7315 (רוֹם);","strongs_definition":"elation, i.e. (adverbially) proudly","kjv_definition":"haughtily."} +{"id":"H7318","strongs_number":"H7318","system":"hebrew","language":"hebrew","number_value":7318,"lemma":"רוֹמָם","transliteration":"rôwmâm","pronunciation":"ro-mawm'","derivation":"from H7426 (רָמַם);","strongs_definition":"exaltation, i.e. (figuratively and specifically) praise","kjv_definition":"be extolled."} +{"id":"H7319","strongs_number":"H7319","system":"hebrew","language":"hebrew","number_value":7319,"lemma":"רוֹמְמָה","transliteration":"rôwmᵉmâh","pronunciation":"ro-mem-aw'","derivation":"feminine active participle of H7426 (רָמַם);","strongs_definition":"exaltation, i.e. praise","kjv_definition":"high."} +{"id":"H7320","strongs_number":"H7320","system":"hebrew","language":"hebrew","number_value":7320,"lemma":"רוֹמַמְתִּי עֶזֶר","transliteration":"Rôwmamtîy ʻEzer","pronunciation":"ro-mam'-tee eh'-zer","derivation":"(or Romam from H7311 (רוּם) and H5828 (עֵזֶר); I have raised up a help;","strongs_definition":"Romamti-Ezer, an Israelite","kjv_definition":"Romamti-ezer."} +{"id":"H7321","strongs_number":"H7321","system":"hebrew","language":"hebrew","number_value":7321,"lemma":"רוּעַ","transliteration":"rûwaʻ","pronunciation":"roo-ah'","derivation":"a primitive root;","strongs_definition":"to mar (especially by breaking); figuratively, to split the ears (with sound), i.e. shout (for alarm or joy)","kjv_definition":"blow an alarm, cry (alarm, aloud, out), destroy, make a joyful noise, smart, shout (for joy), sound an alarm, triumph."} +{"id":"H7322","strongs_number":"H7322","system":"hebrew","language":"hebrew","number_value":7322,"lemma":"רוּף","transliteration":"rûwph","pronunciation":"roof","derivation":"a primitive root;","strongs_definition":"properly, to triturate (in a mortar), i.e. (figuratively) to agitate (by concussion)","kjv_definition":"tremble."} +{"id":"H7323","strongs_number":"H7323","system":"hebrew","language":"hebrew","number_value":7323,"lemma":"רוּץ","transliteration":"rûwts","pronunciation":"roots","derivation":"a primitive root;","strongs_definition":"to run (for whatever reason, especially to rush)","kjv_definition":"break down, divide speedily, footman, guard, bring hastily, (make) run (away, through), post."} +{"id":"H7324","strongs_number":"H7324","system":"hebrew","language":"hebrew","number_value":7324,"lemma":"רוּק","transliteration":"rûwq","pronunciation":"rook","derivation":"a primitive root;","strongs_definition":"to pour out (literally or figuratively), i.e. empty","kjv_definition":"[idiom] arm, cast out, draw (out), (make) empty, pour forth (out)."} +{"id":"H7325","strongs_number":"H7325","system":"hebrew","language":"hebrew","number_value":7325,"lemma":"רוּר","transliteration":"rûwr","pronunciation":"roor","derivation":"a primitive root;","strongs_definition":"to slaver (with spittle), i.e. (by analogy) to emit afluid (ulcerous or natural)","kjv_definition":"run."} +{"id":"H7326","strongs_number":"H7326","system":"hebrew","language":"hebrew","number_value":7326,"lemma":"רוּשׁ","transliteration":"rûwsh","pronunciation":"roosh","derivation":"a primitive root;","strongs_definition":"to be destitute","kjv_definition":"lack, needy, (make self) poor (man)."} +{"id":"H7327","strongs_number":"H7327","system":"hebrew","language":"hebrew","number_value":7327,"lemma":"רוּת","transliteration":"Rûwth","pronunciation":"rooth","derivation":"probably for H7468 (רְעוּת); friend;","strongs_definition":"Ruth, a Moabitess","kjv_definition":"Ruth."} +{"id":"H7328","strongs_number":"H7328","system":"hebrew","language":"hebrew","number_value":7328,"lemma":"רָז","transliteration":"râz","pronunciation":"rawz","derivation":"(Aramaic) from an unused root probably meaning","strongs_definition":"to attenuate, i.e. (figuratively) hide; a mystery","kjv_definition":"secret."} +{"id":"H7329","strongs_number":"H7329","system":"hebrew","language":"hebrew","number_value":7329,"lemma":"רָזָה","transliteration":"râzâh","pronunciation":"raw-zaw'","derivation":"a primitive root;","strongs_definition":"to emaciate, i.e. make (become) thin (literally or figuratively)","kjv_definition":"famish, wax lean."} +{"id":"H7330","strongs_number":"H7330","system":"hebrew","language":"hebrew","number_value":7330,"lemma":"רָזֶה","transliteration":"râzeh","pronunciation":"raw-zeh'","derivation":"from H7329 (רָזָה);","strongs_definition":"thin","kjv_definition":"lean."} +{"id":"H7331","strongs_number":"H7331","system":"hebrew","language":"hebrew","number_value":7331,"lemma":"רְזוֹן","transliteration":"Rᵉzôwn","pronunciation":"rez-one'","derivation":"from H7336 (רָזַן); prince;","strongs_definition":"Rezon, a Syrian","kjv_definition":"Rezon."} +{"id":"H7332","strongs_number":"H7332","system":"hebrew","language":"hebrew","number_value":7332,"lemma":"רָזוֹן","transliteration":"râzôwn","pronunciation":"raw-zone'","derivation":"from H7329 (רָזָה);","strongs_definition":"thinness","kjv_definition":"leanness, [idiom] scant."} +{"id":"H7333","strongs_number":"H7333","system":"hebrew","language":"hebrew","number_value":7333,"lemma":"רָזוֹן","transliteration":"râzôwn","pronunciation":"raw-zone'","derivation":"from H7336 (רָזַן);","strongs_definition":"a dignitary","kjv_definition":"prince."} +{"id":"H7334","strongs_number":"H7334","system":"hebrew","language":"hebrew","number_value":7334,"lemma":"רָזִי","transliteration":"râzîy","pronunciation":"raw-zee'","derivation":"from H7329 (רָזָה);","strongs_definition":"thinness","kjv_definition":"leanness."} +{"id":"H7335","strongs_number":"H7335","system":"hebrew","language":"hebrew","number_value":7335,"lemma":"רָזַם","transliteration":"râzam","pronunciation":"raw-zam'","derivation":"a primitive root;","strongs_definition":"to twinkle the eye (in mockery)","kjv_definition":"wink."} +{"id":"H7336","strongs_number":"H7336","system":"hebrew","language":"hebrew","number_value":7336,"lemma":"רָזַן","transliteration":"râzan","pronunciation":"raw-zan'","derivation":"a primitive root;","strongs_definition":"probably to be heavy, i.e. (figuratively) honorable","kjv_definition":"prince, ruler."} +{"id":"H7337","strongs_number":"H7337","system":"hebrew","language":"hebrew","number_value":7337,"lemma":"רָחַב","transliteration":"râchab","pronunciation":"raw-khab'","derivation":"a primitive root;","strongs_definition":"to broaden (intransitive or transitive, literal or figurative)","kjv_definition":"be an en-(make) large(-ing), make room, make (open) wide."} +{"id":"H7338","strongs_number":"H7338","system":"hebrew","language":"hebrew","number_value":7338,"lemma":"רַחַב","transliteration":"rachab","pronunciation":"rakh'-ab","derivation":"from H7337 (רָחַב);","strongs_definition":"a width","kjv_definition":"breadth, broad place."} +{"id":"H7339","strongs_number":"H7339","system":"hebrew","language":"hebrew","number_value":7339,"lemma":"רְחֹב","transliteration":"rᵉchôb","pronunciation":"rekh-obe'","derivation":"or רְחוֹב; from H7337 (רָחַב);","strongs_definition":"a width, i.e. (concretely) avenue or area","kjv_definition":"broad place (way), street. See also H1050 (בֵּית רְחוֹב)."} +{"id":"H7340","strongs_number":"H7340","system":"hebrew","language":"hebrew","number_value":7340,"lemma":"רְחֹב","transliteration":"Rᵉchôb","pronunciation":"rekh-obe'","derivation":"or רְחוֹב; the same as H7339 (רְחֹב);","strongs_definition":"Rechob, the name of a place in Syria, also of a Syrian and an Israelite","kjv_definition":"Rehob."} +{"id":"H7341","strongs_number":"H7341","system":"hebrew","language":"hebrew","number_value":7341,"lemma":"רֹחַב","transliteration":"rôchab","pronunciation":"ro'-khab","derivation":"from H7337 (רָחַב);","strongs_definition":"width (literally or figuratively)","kjv_definition":"breadth, broad, largeness, thickness, wideness."} +{"id":"H7342","strongs_number":"H7342","system":"hebrew","language":"hebrew","number_value":7342,"lemma":"רָחָב","transliteration":"râchâb","pronunciation":"raw-khawb'","derivation":"from H7337 (רָחַב);","strongs_definition":"roomy, in any (or every) direction, literally or figuratively","kjv_definition":"broad, large, at liberty, proud, wide."} +{"id":"H7343","strongs_number":"H7343","system":"hebrew","language":"hebrew","number_value":7343,"lemma":"רָחָב","transliteration":"Râchâb","pronunciation":"raw-khawb'","derivation":"the same as H7342 (רָחָב); proud;","strongs_definition":"Rachab, a Canaanitess","kjv_definition":"Rahab."} +{"id":"H7344","strongs_number":"H7344","system":"hebrew","language":"hebrew","number_value":7344,"lemma":"רְחֹבוֹת","transliteration":"Rᵉchôbôwth","pronunciation":"rekh-o-both'","derivation":"or רְחֹבֹת; plural of H7339 (רְחֹב); streets;","strongs_definition":"Rechoboth, a place in Assyria and one in Palestine","kjv_definition":"Rehoboth."} +{"id":"H7345","strongs_number":"H7345","system":"hebrew","language":"hebrew","number_value":7345,"lemma":"רְחַבְיָה","transliteration":"Rᵉchabyâh","pronunciation":"rekh-ab-yaw'","derivation":"or רְחַבְיָהוּ; from H7337 (רָחַב) and H3050 (יָהּ); Jah has enlarged;","strongs_definition":"Rechabjah, an Israelite","kjv_definition":"Rehabiah."} +{"id":"H7346","strongs_number":"H7346","system":"hebrew","language":"hebrew","number_value":7346,"lemma":"רְחַבְעָם","transliteration":"Rᵉchabʻâm","pronunciation":"rekh-ab-awm'","derivation":"from H7337 (רָחַב) and H5971 (עַם); a people has enlarged;","strongs_definition":"Rechabam, an Israelite king","kjv_definition":"Rehoboam."} +{"id":"H7347","strongs_number":"H7347","system":"hebrew","language":"hebrew","number_value":7347,"lemma":"רֵחֶה","transliteration":"rêcheh","pronunciation":"ray-kheh'","derivation":"from an unused root meaning to pulverize;","strongs_definition":"a mill-stone","kjv_definition":"mill (stone)."} +{"id":"H7348","strongs_number":"H7348","system":"hebrew","language":"hebrew","number_value":7348,"lemma":"רְחוּם","transliteration":"Rᵉchûwm","pronunciation":"rekh-oom'","derivation":"a form of H7349 (רַחוּם);","strongs_definition":"Rechum, the name of a Persian and of three Israelites","kjv_definition":"Rehum."} +{"id":"H7349","strongs_number":"H7349","system":"hebrew","language":"hebrew","number_value":7349,"lemma":"רַחוּם","transliteration":"rachûwm","pronunciation":"rakh-oom'","derivation":"from H7355 (רָחַם);","strongs_definition":"compassionate","kjv_definition":"full of compassion, merciful."} +{"id":"H7350","strongs_number":"H7350","system":"hebrew","language":"hebrew","number_value":7350,"lemma":"רָחוֹק","transliteration":"râchôwq","pronunciation":"raw-khoke'","derivation":"or רָחֹק; from H7368 (רָחַק);","strongs_definition":"remote, literally or figuratively, of place or time; specifically, precious; often used adverbially (with preposition)","kjv_definition":"(a-) far (abroad, off), long ago, of old, space, great while to come."} +{"id":"H7351","strongs_number":"H7351","system":"hebrew","language":"hebrew","number_value":7351,"lemma":"רְחִיט","transliteration":"rᵉchîyṭ","pronunciation":"rekh-eet'","derivation":"from the same as H7298 (רַהַט);","strongs_definition":"a panel (as resembling a trough)","kjv_definition":"rafter."} +{"id":"H7352","strongs_number":"H7352","system":"hebrew","language":"hebrew","number_value":7352,"lemma":"רַחִיק","transliteration":"rachîyq","pronunciation":"rakh-eek'","derivation":"(Aramaic) corresponding to H7350 (רָחוֹק)","strongs_definition":"{remote, literally or figuratively, of place or time; specifically, precious; often used adverbially (with preposition)}","kjv_definition":"far."} +{"id":"H7353","strongs_number":"H7353","system":"hebrew","language":"hebrew","number_value":7353,"lemma":"רָחֵל","transliteration":"râchêl","pronunciation":"raw-kale'","derivation":"from an unused root meaning to journey;","strongs_definition":"a ewe (the females being the predominant element of a flock) (as a good traveller)","kjv_definition":"ewe, sheep."} +{"id":"H7354","strongs_number":"H7354","system":"hebrew","language":"hebrew","number_value":7354,"lemma":"רָחֵל","transliteration":"Râchêl","pronunciation":"raw-khale'","derivation":"the same as H7353 (רָחֵל);","strongs_definition":"Rachel, a wife of Jacob","kjv_definition":"Rachel."} +{"id":"H7355","strongs_number":"H7355","system":"hebrew","language":"hebrew","number_value":7355,"lemma":"רָחַם","transliteration":"râcham","pronunciation":"raw-kham'","derivation":"a primitive root;","strongs_definition":"to fondle; by implication, to love, especially to compassionate","kjv_definition":"have compassion (on, upon), love, (find, have, obtain, shew) mercy(-iful, on, upon), (have) pity, Ruhamah, [idiom] surely."} +{"id":"H7356","strongs_number":"H7356","system":"hebrew","language":"hebrew","number_value":7356,"lemma":"רַחַם","transliteration":"racham","pronunciation":"rakh'-am","derivation":"from H7355 (רָחַם);","strongs_definition":"compassion (in the plural); by extension, the womb (as cherishing the fetus); by implication, a maiden","kjv_definition":"bowels, compassion, damsel, tender love, (great, tender) mercy, pity, womb."} +{"id":"H7357","strongs_number":"H7357","system":"hebrew","language":"hebrew","number_value":7357,"lemma":"רַחַם","transliteration":"Racham","pronunciation":"rakh'-am","derivation":"the same as H7356 (רַחַם); pity;","strongs_definition":"Racham, an Israelite","kjv_definition":"Raham."} +{"id":"H7358","strongs_number":"H7358","system":"hebrew","language":"hebrew","number_value":7358,"lemma":"רֶחֶם","transliteration":"rechem","pronunciation":"rekh'-em","derivation":"from H7355 (רָחַם); (compare H7356 (רַחַם))","strongs_definition":"the womb","kjv_definition":"matrix, womb."} +{"id":"H7359","strongs_number":"H7359","system":"hebrew","language":"hebrew","number_value":7359,"lemma":"רְחֵם","transliteration":"rᵉchêm","pronunciation":"rekh-ame'","derivation":"(Aramaic) corresponding to H7356 (רַחַם);","strongs_definition":"(plural) pity","kjv_definition":"mercy."} +{"id":"H7360","strongs_number":"H7360","system":"hebrew","language":"hebrew","number_value":7360,"lemma":"רָחָם","transliteration":"râchâm","pronunciation":"raw-khawm'","derivation":"or (feminine) רָחָמָה; from H7355 (רָחַם);","strongs_definition":"a kind of vulture (supposed to be tender towards its young)","kjv_definition":"gier-eagle."} +{"id":"H7361","strongs_number":"H7361","system":"hebrew","language":"hebrew","number_value":7361,"lemma":"רַחֲמָה","transliteration":"rachămâh","pronunciation":"rakh-am-aw'","derivation":"feminine of H7356 (רַחַם);","strongs_definition":"a maiden","kjv_definition":"damsel."} +{"id":"H7362","strongs_number":"H7362","system":"hebrew","language":"hebrew","number_value":7362,"lemma":"רַחְמָנִי","transliteration":"rachmânîy","pronunciation":"rakh-maw-nee'","derivation":"from H7355 (רָחַם);","strongs_definition":"compassionate","kjv_definition":"pitiful."} +{"id":"H7363","strongs_number":"H7363","system":"hebrew","language":"hebrew","number_value":7363,"lemma":"רָחַף","transliteration":"râchaph","pronunciation":"raw-khaf'","derivation":"a primitive root;","strongs_definition":"to brood; by implication, to be relaxed","kjv_definition":"flutter, move, shake."} +{"id":"H7364","strongs_number":"H7364","system":"hebrew","language":"hebrew","number_value":7364,"lemma":"רָחַץ","transliteration":"râchats","pronunciation":"raw-khats'","derivation":"a primitive root;","strongs_definition":"to lave (the whole or a part of a thing)","kjv_definition":"bathe (self), wash (self)."} +{"id":"H7365","strongs_number":"H7365","system":"hebrew","language":"hebrew","number_value":7365,"lemma":"רְחַץ","transliteration":"rᵉchats","pronunciation":"rekh-ats'","derivation":"(Aramaic) corresponding to H7364 (רָחַץ) (probably through the accessory idea of ministering as a servant at the bath);","strongs_definition":"to attend upon","kjv_definition":"trust."} +{"id":"H7366","strongs_number":"H7366","system":"hebrew","language":"hebrew","number_value":7366,"lemma":"רַחַץ","transliteration":"rachats","pronunciation":"rakh'-ats","derivation":"from H7364 (רָחַץ);","strongs_definition":"a bath","kjv_definition":"wash(-pot)."} +{"id":"H7367","strongs_number":"H7367","system":"hebrew","language":"hebrew","number_value":7367,"lemma":"רַחְצָה","transliteration":"rachtsâh","pronunciation":"rakh-tsaw'","derivation":"feminine of H7366 (רַחַץ);","strongs_definition":"a bathing place","kjv_definition":"washing."} +{"id":"H7368","strongs_number":"H7368","system":"hebrew","language":"hebrew","number_value":7368,"lemma":"רָחַק","transliteration":"râchaq","pronunciation":"raw-khak'","derivation":"a primitive root;","strongs_definition":"to widen (in any direction), i.e. (intransitively) recede or (transitively) remove (literally or figuratively, of place or relation)","kjv_definition":"(a-, be, cast, drive, get, go, keep (self), put, remove, be too, (wander), withdraw) far (away, off), loose, [idiom] refrain, very, (be) a good way (off)."} +{"id":"H7369","strongs_number":"H7369","system":"hebrew","language":"hebrew","number_value":7369,"lemma":"רָחֵק","transliteration":"râchêq","pronunciation":"raw-khake'","derivation":"from H7368 (רָחַק);","strongs_definition":"remote","kjv_definition":"that are far."} +{"id":"H7370","strongs_number":"H7370","system":"hebrew","language":"hebrew","number_value":7370,"lemma":"רָחַשׁ","transliteration":"râchash","pronunciation":"raw-khash'","derivation":"a primitive root;","strongs_definition":"to gush","kjv_definition":"indite."} +{"id":"H7371","strongs_number":"H7371","system":"hebrew","language":"hebrew","number_value":7371,"lemma":"רַחַת","transliteration":"rachath","pronunciation":"rakh'-ath","derivation":"from H7306 (רוּחַ);","strongs_definition":"a winnowing-fork (as blowing the chaff away)","kjv_definition":"shovel."} +{"id":"H7372","strongs_number":"H7372","system":"hebrew","language":"hebrew","number_value":7372,"lemma":"רָטַב","transliteration":"râṭab","pronunciation":"raw-tab'","derivation":"a primitive root;","strongs_definition":"to be moist","kjv_definition":"be wet."} +{"id":"H7373","strongs_number":"H7373","system":"hebrew","language":"hebrew","number_value":7373,"lemma":"רָטֹב","transliteration":"râṭôb","pronunciation":"raw-tobe'","derivation":"from H7372 (רָטַב);","strongs_definition":"moist (with sap)","kjv_definition":"green."} +{"id":"H7374","strongs_number":"H7374","system":"hebrew","language":"hebrew","number_value":7374,"lemma":"רֶטֶט","transliteration":"reṭeṭ","pronunciation":"reh'-tet","derivation":"from an unused root meaning to tremble;","strongs_definition":"terror","kjv_definition":"fear."} +{"id":"H7375","strongs_number":"H7375","system":"hebrew","language":"hebrew","number_value":7375,"lemma":"רֻטֲפַשׁ","transliteration":"ruṭăphash","pronunciation":"roo-taf-ash'","derivation":"a root compounded from H7373 (רָטֹב) and H2954 (טָפַשׁ);","strongs_definition":"to be rejuvenated","kjv_definition":"be fresh."} +{"id":"H7376","strongs_number":"H7376","system":"hebrew","language":"hebrew","number_value":7376,"lemma":"רָטָשׁ","transliteration":"râṭâsh","pronunciation":"raw-tash'","derivation":"a primitive root;","strongs_definition":"to dash down","kjv_definition":"dash (in pieces)."} +{"id":"H7377","strongs_number":"H7377","system":"hebrew","language":"hebrew","number_value":7377,"lemma":"רִי","transliteration":"rîy","pronunciation":"ree","derivation":"from H7301 (רָוָה);","strongs_definition":"irrigation, i.e. a shower","kjv_definition":"watering."} +{"id":"H7378","strongs_number":"H7378","system":"hebrew","language":"hebrew","number_value":7378,"lemma":"רִיב","transliteration":"rîyb","pronunciation":"reeb","derivation":"or רוּב; a primitive root;","strongs_definition":"properly, to toss, i.e. grapple; mostly figuratively, to wrangle, i.e. hold a controversy; (by implication) to defend","kjv_definition":"adversary, chide, complain, contend, debate, [idiom] ever, [idiom] lay wait, plead, rebuke, strive, [idiom] thoroughly."} +{"id":"H7379","strongs_number":"H7379","system":"hebrew","language":"hebrew","number_value":7379,"lemma":"רִיב","transliteration":"rîyb","pronunciation":"reeb","derivation":"or רִב; from H7378 (רִיב);","strongs_definition":"a contest (personal or legal)","kjv_definition":"[phrase] adversary, cause, chiding, contend(-tion), controversy, multitude (from the margin), pleading, strife, strive(-ing), suit."} +{"id":"H7380","strongs_number":"H7380","system":"hebrew","language":"hebrew","number_value":7380,"lemma":"רִיבַי","transliteration":"Rîybay","pronunciation":"ree-bah'-ee","derivation":"from H7378 (רִיב); contentious;","strongs_definition":"Ribai, an Israelite","kjv_definition":"Ribai."} +{"id":"H7381","strongs_number":"H7381","system":"hebrew","language":"hebrew","number_value":7381,"lemma":"רֵיחַ","transliteration":"rêyach","pronunciation":"ray'-akh","derivation":"from H7306 (רוּחַ);","strongs_definition":"odor (as if blown)","kjv_definition":"savour, scent, smell."} +{"id":"H7382","strongs_number":"H7382","system":"hebrew","language":"hebrew","number_value":7382,"lemma":"רֵיחַ","transliteration":"rêyach","pronunciation":"ray'-akh","derivation":"(Aramaic) corresponding to H7381 (רֵיחַ)","strongs_definition":"{odor (as if blown)}","kjv_definition":"smell."} +{"id":"H7383","strongs_number":"H7383","system":"hebrew","language":"hebrew","number_value":7383,"lemma":"רִיפָה","transliteration":"rîyphâh","pronunciation":"ree-faw'","derivation":"or רִפָה; from H7322 (רוּף);","strongs_definition":"(only plural), grits (as pounded)","kjv_definition":"ground corn, wheat."} +{"id":"H7384","strongs_number":"H7384","system":"hebrew","language":"hebrew","number_value":7384,"lemma":"רִיפַת","transliteration":"Rîyphath","pronunciation":"ree-fath'","derivation":"or (probably by orthographical error) דִּיפַת; of foreign origin;","strongs_definition":"Riphath, a grandson of Japheth and his descendants","kjv_definition":"Riphath."} +{"id":"H7385","strongs_number":"H7385","system":"hebrew","language":"hebrew","number_value":7385,"lemma":"רִיק","transliteration":"rîyq","pronunciation":"reek","derivation":"from H7324 (רוּק);","strongs_definition":"emptiness; figuratively, a worthless thing; adverbially, in vain","kjv_definition":"empty, to no purpose, (in) vain (thing), vanity."} +{"id":"H7386","strongs_number":"H7386","system":"hebrew","language":"hebrew","number_value":7386,"lemma":"רֵיק","transliteration":"rêyq","pronunciation":"rake","derivation":"or (shorter) רֵק; from H7324 (רוּק);","strongs_definition":"empty; figuratively, worthless","kjv_definition":"emptied(-ty), vain (fellow, man)."} +{"id":"H7387","strongs_number":"H7387","system":"hebrew","language":"hebrew","number_value":7387,"lemma":"רֵיקָם","transliteration":"rêyqâm","pronunciation":"ray-kawm'","derivation":"from H7386 (רֵיק);","strongs_definition":"emptily; figuratively (objective) ineffectually, (subjective) undeservedly","kjv_definition":"without cause, empty, in vain, void."} +{"id":"H7388","strongs_number":"H7388","system":"hebrew","language":"hebrew","number_value":7388,"lemma":"רִיר","transliteration":"rîyr","pronunciation":"reer","derivation":"from H7325 (רוּר);","strongs_definition":"saliva; by resemblance, broth","kjv_definition":"spittle, white (of an egg)."} +{"id":"H7389","strongs_number":"H7389","system":"hebrew","language":"hebrew","number_value":7389,"lemma":"רֵישׁ","transliteration":"rêysh","pronunciation":"raysh","derivation":"or רֵאשׁ; or רִישׁ; from H7326 (רוּשׁ);","strongs_definition":"poverty","kjv_definition":"poverty."} +{"id":"H7390","strongs_number":"H7390","system":"hebrew","language":"hebrew","number_value":7390,"lemma":"רַךְ","transliteration":"rak","pronunciation":"rak","derivation":"from H7401 (רָכַךְ);","strongs_definition":"tender (literally or figuratively); by implication, weak","kjv_definition":"faint((-hearted), soft, tender ((-hearted), one), weak."} +{"id":"H7391","strongs_number":"H7391","system":"hebrew","language":"hebrew","number_value":7391,"lemma":"רֹךְ","transliteration":"rôk","pronunciation":"roke","derivation":"from H7401 (רָכַךְ);","strongs_definition":"softness (figuratively)","kjv_definition":"tenderness."} +{"id":"H7392","strongs_number":"H7392","system":"hebrew","language":"hebrew","number_value":7392,"lemma":"רָכַב","transliteration":"râkab","pronunciation":"raw-kab'","derivation":"a primitive root;","strongs_definition":"to ride (on an animal or in a vehicle); causatively, to place upon (for riding or generally), to despatch","kjv_definition":"bring (on (horse-) back), carry, get (oneself) up, on (horse-) back, put, (cause to, make to) ride (in a chariot, on, -r), set."} +{"id":"H7393","strongs_number":"H7393","system":"hebrew","language":"hebrew","number_value":7393,"lemma":"רֶכֶב","transliteration":"rekeb","pronunciation":"reh'-keb","derivation":"from H7392 (רָכַב);","strongs_definition":"a vehicle; by implication, a team; by extension, cavalry; by analogy a rider, i.e. the upper millstone","kjv_definition":"chariot, (upper) millstone, multitude (from the margin), wagon."} +{"id":"H7394","strongs_number":"H7394","system":"hebrew","language":"hebrew","number_value":7394,"lemma":"רֵכָב","transliteration":"Rêkâb","pronunciation":"ray-kawb'","derivation":"from H7392 (רָכַב); rider;","strongs_definition":"Rekab, the name of two Arabs and of two Israelites","kjv_definition":"Rechab."} +{"id":"H7395","strongs_number":"H7395","system":"hebrew","language":"hebrew","number_value":7395,"lemma":"רַכָּב","transliteration":"rakkâb","pronunciation":"rak-kawb'","derivation":"from H7392 (רָכַב);","strongs_definition":"a charioteer","kjv_definition":"chariot man, driver of a chariot, horseman."} +{"id":"H7396","strongs_number":"H7396","system":"hebrew","language":"hebrew","number_value":7396,"lemma":"רִכְבָּה","transliteration":"rikbâh","pronunciation":"rik-baw'","derivation":"feminine of H7393 (רֶכֶב);","strongs_definition":"a chariot (collectively)","kjv_definition":"chariots."} +{"id":"H7397","strongs_number":"H7397","system":"hebrew","language":"hebrew","number_value":7397,"lemma":"רֵכָה","transliteration":"Rêkâh","pronunciation":"ray-kaw'","derivation":"probably feminine from H7401 (רָכַךְ); softness;","strongs_definition":"Rekah, a place in Palestine","kjv_definition":"Rechah."} +{"id":"H7398","strongs_number":"H7398","system":"hebrew","language":"hebrew","number_value":7398,"lemma":"רְכוּב","transliteration":"rᵉkûwb","pronunciation":"rek-oob'","derivation":"from passive participle of H7392 (רָכַב);","strongs_definition":"a vehicle (as ridden on)","kjv_definition":"chariot."} +{"id":"H7399","strongs_number":"H7399","system":"hebrew","language":"hebrew","number_value":7399,"lemma":"רְכוּשׁ","transliteration":"rᵉkûwsh","pronunciation":"rek-oosh'","derivation":"or רְכֻשׁ; from passive participle of H7408 (רָכַשׁ);","strongs_definition":"property (as gathered)","kjv_definition":"good, riches, substance."} +{"id":"H7400","strongs_number":"H7400","system":"hebrew","language":"hebrew","number_value":7400,"lemma":"רָכִיל","transliteration":"râkîyl","pronunciation":"raw-keel'","derivation":"from H7402 (רָכַל)","strongs_definition":"a scandal-monger (as travelling about)","kjv_definition":"slander, carry tales, talebearer."} +{"id":"H7401","strongs_number":"H7401","system":"hebrew","language":"hebrew","number_value":7401,"lemma":"רָכַךְ","transliteration":"râkak","pronunciation":"raw-kak'","derivation":"a primitive root;","strongs_definition":"to soften (intransitively or transitively), used figuratively","kjv_definition":"(be) faint(-hearted), mollify, (be, make) soft(-er), be tender."} +{"id":"H7402","strongs_number":"H7402","system":"hebrew","language":"hebrew","number_value":7402,"lemma":"רָכַל","transliteration":"râkal","pronunciation":"raw-kal'","derivation":"a primitive root;","strongs_definition":"to travel for trading","kjv_definition":"(spice) merchant."} +{"id":"H7403","strongs_number":"H7403","system":"hebrew","language":"hebrew","number_value":7403,"lemma":"רָכָל","transliteration":"Râkâl","pronunciation":"raw-kawl'","derivation":"from H7402 (רָכַל); merchant;","strongs_definition":"Rakal, a place in Palestine","kjv_definition":"Rachal."} +{"id":"H7404","strongs_number":"H7404","system":"hebrew","language":"hebrew","number_value":7404,"lemma":"רְכֻלָּה","transliteration":"rᵉkullâh","pronunciation":"rek-ool-law'","derivation":"feminine passive participle of H7402 (רָכַל);","strongs_definition":"trade (as peddled)","kjv_definition":"merchandise, traffic."} +{"id":"H7405","strongs_number":"H7405","system":"hebrew","language":"hebrew","number_value":7405,"lemma":"רָכַס","transliteration":"râkaç","pronunciation":"raw-kas'","derivation":"a primitive root;","strongs_definition":"to tie","kjv_definition":"bind."} +{"id":"H7406","strongs_number":"H7406","system":"hebrew","language":"hebrew","number_value":7406,"lemma":"רֶכֶס","transliteration":"rekeç","pronunciation":"reh'-kes","derivation":"from H7405 (רָכַס);","strongs_definition":"a mountain ridge (as of tied summits)","kjv_definition":"rough place."} +{"id":"H7407","strongs_number":"H7407","system":"hebrew","language":"hebrew","number_value":7407,"lemma":"רֹכֶס","transliteration":"rôkeç","pronunciation":"ro'-kes","derivation":"from H7405 (רָכַס);","strongs_definition":"a snare (as of tied meshes)","kjv_definition":"pride."} +{"id":"H7408","strongs_number":"H7408","system":"hebrew","language":"hebrew","number_value":7408,"lemma":"רָכַשׁ","transliteration":"râkash","pronunciation":"raw-kash'","derivation":"a primitive root;","strongs_definition":"to lay up, i.e. collect","kjv_definition":"gather, get."} +{"id":"H7409","strongs_number":"H7409","system":"hebrew","language":"hebrew","number_value":7409,"lemma":"רֶכֶשׁ","transliteration":"rekesh","pronunciation":"reh'-kesh","derivation":"from H7408 (רָכַשׁ);","strongs_definition":"a relay of animals on a post-route (as stored up for that purpose); by implication, a courser","kjv_definition":"dromedary, mule, swift beast."} +{"id":"H7410","strongs_number":"H7410","system":"hebrew","language":"hebrew","number_value":7410,"lemma":"רָם","transliteration":"Râm","pronunciation":"rawm","derivation":"active participle of H7311 (רוּם); high;","strongs_definition":"Ram, the name of an Arabian and of an Israelite","kjv_definition":"Ram. See also H1027 (בֵּית הָרָם)."} +{"id":"H7411","strongs_number":"H7411","system":"hebrew","language":"hebrew","number_value":7411,"lemma":"רָמָה","transliteration":"râmâh","pronunciation":"raw-maw'","derivation":"a primitive root;","strongs_definition":"to hurl; specifically, to shoot; figuratively, to delude or betray (as if causing to fall)","kjv_definition":"beguile, betray, (bow-) man, carry, deceive, throw."} +{"id":"H7412","strongs_number":"H7412","system":"hebrew","language":"hebrew","number_value":7412,"lemma":"רְמָה","transliteration":"rᵉmâh","pronunciation":"rem-aw'","derivation":"(Aramaic) corresponding to H7411 (רָמָה);","strongs_definition":"to throw, set, (figuratively) assess","kjv_definition":"cast (down), impose."} +{"id":"H7413","strongs_number":"H7413","system":"hebrew","language":"hebrew","number_value":7413,"lemma":"רָמָה","transliteration":"râmâh","pronunciation":"raw-maw'","derivation":"feminine active participle of H7311 (רוּם);","strongs_definition":"a height (as a seat of idolatry)","kjv_definition":"high place."} +{"id":"H7414","strongs_number":"H7414","system":"hebrew","language":"hebrew","number_value":7414,"lemma":"רָמָה","transliteration":"Râmâh","pronunciation":"raw-maw'","derivation":"the same as H7413 (רָמָה);","strongs_definition":"Ramah, the name of four places in Palestine","kjv_definition":"Ramah."} +{"id":"H7415","strongs_number":"H7415","system":"hebrew","language":"hebrew","number_value":7415,"lemma":"רִמָּה","transliteration":"rimmâh","pronunciation":"rim-maw'","derivation":"from H7426 (רָמַם) in the sense of breeding (compare H7311 (רוּם));","strongs_definition":"a maggot (as rapidly bred), literally or figuratively","kjv_definition":"worm."} +{"id":"H7416","strongs_number":"H7416","system":"hebrew","language":"hebrew","number_value":7416,"lemma":"רִמּוֹן","transliteration":"rimmôwn","pronunciation":"rim-mone'","derivation":"or רִמֹּן; from H7426 (רָמַם);","strongs_definition":"a pomegranate, the tree (from its upright growth) or the fruit (also an artificial ornament)","kjv_definition":"pomegranate."} +{"id":"H7417","strongs_number":"H7417","system":"hebrew","language":"hebrew","number_value":7417,"lemma":"רִמּוֹן","transliteration":"Rimmôwn","pronunciation":"rim-mone'","derivation":"or (shorter) (רִמֹּן; or רִמּוֹנוֹ; (1 Chronicles 6:62 (H77 (אֶבֶץ))), the same as H7416 (רִמּוֹן); in Joshua 19:13: הַמְּתֹאָר is mistaken for part of a name; article with the passive participle of H8388 (תָּאַר); the (one) marked off, i.e. which pertains).","strongs_definition":"Rimmon, the name of a Syrian deity, also of five places in Palestine","kjv_definition":"Remmon, Rimmon."} +{"id":"H7418","strongs_number":"H7418","system":"hebrew","language":"hebrew","number_value":7418,"lemma":"רָמוֹת","transliteration":"Râmôwth","pronunciation":"raw-moth","derivation":"or רָמַת נֶגֶב; from the plural or construct form of H7413 (רָמָה) and H5045 (נֶגֶב); heights (or height) of the South;","strongs_definition":"Ramoth-Negeb or Ramath-Negeb, a place in Palestine","kjv_definition":"south Ramoth, Ramath of the south."} +{"id":"H7419","strongs_number":"H7419","system":"hebrew","language":"hebrew","number_value":7419,"lemma":"רָמוּת","transliteration":"râmûwth","pronunciation":"raw-mooth'","derivation":"from H7311 (רוּם);","strongs_definition":"a heap (of carcases)","kjv_definition":"height."} +{"id":"H7420","strongs_number":"H7420","system":"hebrew","language":"hebrew","number_value":7420,"lemma":"רֹמַח","transliteration":"rômach","pronunciation":"ro'-makh","derivation":"from an unused root meaning to hurl;","strongs_definition":"a lance (as thrown); especially the iron point","kjv_definition":"buckler, javelin, lancet, spear."} +{"id":"H7421","strongs_number":"H7421","system":"hebrew","language":"hebrew","number_value":7421,"lemma":"רַמִּי","transliteration":"rammîy","pronunciation":"ram-mee'","derivation":"for H761 (אֲרַמִּי);","strongs_definition":"a Ramite, i.e. Aramaean","kjv_definition":"Syrian."} +{"id":"H7422","strongs_number":"H7422","system":"hebrew","language":"hebrew","number_value":7422,"lemma":"רַמְיָה","transliteration":"Ramyâh","pronunciation":"ram-yaw'","derivation":"from H7311 (רוּם) and H3050 (יָהּ); Jah has raised;","strongs_definition":"Ramjah, an Israelite","kjv_definition":"Ramiah."} +{"id":"H7423","strongs_number":"H7423","system":"hebrew","language":"hebrew","number_value":7423,"lemma":"רְמִיָּה","transliteration":"rᵉmîyâh","pronunciation":"rem-ee-yaw'","derivation":"from H7411 (רָמָה);","strongs_definition":"remissness, treachery","kjv_definition":"deceit(-ful, -fully), false, guile, idle, slack, slothful."} +{"id":"H7424","strongs_number":"H7424","system":"hebrew","language":"hebrew","number_value":7424,"lemma":"רַמָּךְ","transliteration":"rammâk","pronunciation":"ram-mawk'","derivation":"of foreign origin;","strongs_definition":"a brood mare","kjv_definition":"dromedary."} +{"id":"H7425","strongs_number":"H7425","system":"hebrew","language":"hebrew","number_value":7425,"lemma":"רְמַלְיָהוּ","transliteration":"Rᵉmalyâhûw","pronunciation":"rem-al-yaw'-hoo","derivation":"from an unused root and H3050 (יָהּ) (perhaps meaning to deck); Jah has bedecked;","strongs_definition":"Remaljah, an Israelite","kjv_definition":"Remaliah."} +{"id":"H7426","strongs_number":"H7426","system":"hebrew","language":"hebrew","number_value":7426,"lemma":"רָמַם","transliteration":"râmam","pronunciation":"raw-mam'","derivation":"a primitive root;","strongs_definition":"to rise (literally or figuratively)","kjv_definition":"exalt, get (oneself) up, lift up (self), mount up."} +{"id":"H7427","strongs_number":"H7427","system":"hebrew","language":"hebrew","number_value":7427,"lemma":"רֹמֵמֻת","transliteration":"rômêmuth","pronunciation":"ro-may-mooth'","derivation":"from the active participle of H7426 (רָמַם);","strongs_definition":"exaltation","kjv_definition":"lifting up of self."} +{"id":"H7428","strongs_number":"H7428","system":"hebrew","language":"hebrew","number_value":7428,"lemma":"רִמֹּן פֶּרֶץ","transliteration":"Rimmôn Perets","pronunciation":"rim-mone' peh'-rets","derivation":"from H7416 (רִמּוֹן) and H6556 (פֶּרֶץ); pomegranate of the breach;","strongs_definition":"Rimmon-Perets, a place in the Desert","kjv_definition":"Rimmon-parez."} +{"id":"H7429","strongs_number":"H7429","system":"hebrew","language":"hebrew","number_value":7429,"lemma":"רָמַס","transliteration":"râmaç","pronunciation":"raw-mas'","derivation":"a primitive root;","strongs_definition":"to tread upon (as a potter, in walking or abusively)","kjv_definition":"oppressor, stamp upon, trample (under feet), tread (down, upon)."} +{"id":"H7430","strongs_number":"H7430","system":"hebrew","language":"hebrew","number_value":7430,"lemma":"רָמַשׂ","transliteration":"râmas","pronunciation":"raw-mas'","derivation":"a primitive root;","strongs_definition":"properly, to glide swiftly, i.e. to crawl or move with short steps; by analogy to swarm","kjv_definition":"creep, move."} +{"id":"H7431","strongs_number":"H7431","system":"hebrew","language":"hebrew","number_value":7431,"lemma":"רֶמֶשׂ","transliteration":"remes","pronunciation":"reh'-mes","derivation":"from H7430 (רָמַשׂ);","strongs_definition":"a reptile or any other rapidly moving animal","kjv_definition":"that creepeth, creeping (moving) thing."} +{"id":"H7432","strongs_number":"H7432","system":"hebrew","language":"hebrew","number_value":7432,"lemma":"רֶמֶת","transliteration":"Remeth","pronunciation":"reh'-meth","derivation":"from H7411 (רָמָה); height;","strongs_definition":"Remeth, a place in Palestine","kjv_definition":"Remeth."} +{"id":"H7433","strongs_number":"H7433","system":"hebrew","language":"hebrew","number_value":7433,"lemma":"רָמֹת גִּלעָד","transliteration":"Râmôth Gilʻâd","pronunciation":"raw-moth' gil-awd'","derivation":"or רָמוֹת גִּלעָד; (2 Chronicles 22:5), from the plural of H7413 (רָמָה) and H1568 (גִּלְעָד); heights of Gilad;","strongs_definition":"Ramoth-Gilad, a place East of the Jordan","kjv_definition":"Ramoth-gilead, Ramoth in Gilead. See also H7216 (רָאמוֹת)."} +{"id":"H7434","strongs_number":"H7434","system":"hebrew","language":"hebrew","number_value":7434,"lemma":"רָמַת הַמִּצְפֶּה","transliteration":"Râmath ham-Mit-speh","pronunciation":"raw-math' ham-mitspeh'","derivation":"from H7413 (רָמָה) and H4707 (מִצְפֶּה) with the article interpolated; height of the watch-tower;","strongs_definition":"Ramath-ham-Mitspeh, a place in Palestine","kjv_definition":"Ramath-mizpeh."} +{"id":"H7435","strongs_number":"H7435","system":"hebrew","language":"hebrew","number_value":7435,"lemma":"רָמָתִי","transliteration":"Râmâthîy","pronunciation":"raw-maw-thee'","derivation":"patronymic of H7414 (רָמָה);","strongs_definition":"a Ramathite or inhabitant of Ramah","kjv_definition":"Ramathite."} +{"id":"H7436","strongs_number":"H7436","system":"hebrew","language":"hebrew","number_value":7436,"lemma":"רָמָתַיִם צוֹפִים","transliteration":"Râmâthayim Tsôwphîym","pronunciation":"raw-maw-thah'-yim tso-feem'","derivation":"from the dual of H7413 (רָמָה) and the plural of the active participle of H6822 (צָפָה); double height of watchers;","strongs_definition":"Ramathajim-Tsophim, a place in Palestine","kjv_definition":"Ramathaimzophim."} +{"id":"H7437","strongs_number":"H7437","system":"hebrew","language":"hebrew","number_value":7437,"lemma":"רָמַת לֶחִי","transliteration":"Râmath Lechîy","pronunciation":"raw'-math lekh'-ee","derivation":"from H7413 (רָמָה) and H3895 (לְחִי); height of a jaw-bone;","strongs_definition":"Ramath-Lechi, a place in Palestine","kjv_definition":"Ramath-lehi."} +{"id":"H7438","strongs_number":"H7438","system":"hebrew","language":"hebrew","number_value":7438,"lemma":"רֹן","transliteration":"rôn","pronunciation":"rone","derivation":"from H7442 (רָנַן);","strongs_definition":"a shout (of deliverance)","kjv_definition":"song."} +{"id":"H7439","strongs_number":"H7439","system":"hebrew","language":"hebrew","number_value":7439,"lemma":"רָנָה","transliteration":"rânâh","pronunciation":"raw-naw'","derivation":"a primitive root;","strongs_definition":"to whiz","kjv_definition":"rattle."} +{"id":"H7440","strongs_number":"H7440","system":"hebrew","language":"hebrew","number_value":7440,"lemma":"רִנָּה","transliteration":"rinnâh","pronunciation":"rin-naw'","derivation":"from H7442 (רָנַן);","strongs_definition":"properly, a creaking (or shrill sound), i.e. shout (of joy or grief)","kjv_definition":"cry, gladness, joy, proclamation, rejoicing, shouting, sing(-ing), triumph."} +{"id":"H7441","strongs_number":"H7441","system":"hebrew","language":"hebrew","number_value":7441,"lemma":"רִנָּה","transliteration":"Rinnâh","pronunciation":"rin-naw'","derivation":"the same as H7440 (רִנָּה);","strongs_definition":"Rinnah, an Israelite","kjv_definition":"Rinnah."} +{"id":"H7442","strongs_number":"H7442","system":"hebrew","language":"hebrew","number_value":7442,"lemma":"רָנַן","transliteration":"rânan","pronunciation":"raw-nan'","derivation":"a primitive root;","strongs_definition":"properly, to creak (or emit a stridulous sound), i.e. to shout (usually for joy)","kjv_definition":"aloud for joy, cry out, be joyful (greatly, make to) rejoice, (cause to) shout (for joy), (cause to) sing (aloud, for joy, out), triumph."} +{"id":"H7443","strongs_number":"H7443","system":"hebrew","language":"hebrew","number_value":7443,"lemma":"רֶנֶן","transliteration":"renen","pronunciation":"reh'-nen","derivation":"from H7442 (רָנַן);","strongs_definition":"an ostrich (from its wail)","kjv_definition":"[idiom] goodly."} +{"id":"H7444","strongs_number":"H7444","system":"hebrew","language":"hebrew","number_value":7444,"lemma":"רַנֵּן","transliteration":"rannên","pronunciation":"ran-nane'","derivation":"intensive from H7442 (רָנַן);","strongs_definition":"shouting (for joy)","kjv_definition":"singing."} +{"id":"H7445","strongs_number":"H7445","system":"hebrew","language":"hebrew","number_value":7445,"lemma":"רְנָנָה","transliteration":"rᵉnânâh","pronunciation":"ren-aw-naw'","derivation":"from H7442 (רָנַן);","strongs_definition":"a shout (for joy)","kjv_definition":"joyful (voice), singing, triumphing."} +{"id":"H7446","strongs_number":"H7446","system":"hebrew","language":"hebrew","number_value":7446,"lemma":"רִסָּה","transliteration":"Riççâh","pronunciation":"ris-saw'","derivation":"from H7450 (רָסַס); a ruin (as dripping to pieces);","strongs_definition":"Rissah, a place in the Desert","kjv_definition":"Rissah."} +{"id":"H7447","strongs_number":"H7447","system":"hebrew","language":"hebrew","number_value":7447,"lemma":"רָסִיס","transliteration":"râçîyç","pronunciation":"raw-sees'","derivation":"from H7450 (רָסַס);","strongs_definition":"properly, dripping to pieces, i.e. a ruin; also a dew-drop","kjv_definition":"breach, drop."} +{"id":"H7448","strongs_number":"H7448","system":"hebrew","language":"hebrew","number_value":7448,"lemma":"רֶסֶן","transliteration":"reçen","pronunciation":"reh'-sen","derivation":"from an unused root meaning to curb;","strongs_definition":"a halter (as restraining); by implication, the jaw","kjv_definition":"bridle."} +{"id":"H7449","strongs_number":"H7449","system":"hebrew","language":"hebrew","number_value":7449,"lemma":"רֶסֶן","transliteration":"Reçen","pronunciation":"reh'-sen","derivation":"the same as H7448 (רֶסֶן);","strongs_definition":"Resen, a place in Assyrian","kjv_definition":"Resen."} +{"id":"H7450","strongs_number":"H7450","system":"hebrew","language":"hebrew","number_value":7450,"lemma":"רָסַס","transliteration":"râçaç","pronunciation":"raw-sas'","derivation":"a primitive root; to comminute; used only as denominative from H7447 (רָסִיס),","strongs_definition":"to moisten (with drops)","kjv_definition":"temper."} +{"id":"H7451","strongs_number":"H7451","system":"hebrew","language":"hebrew","number_value":7451,"lemma":"רַע","transliteration":"raʻ","pronunciation":"rah","derivation":"from H7489 (רָעַע);","strongs_definition":"bad or (as noun) evil (natural or moral)","kjv_definition":"adversity, affliction, bad, calamity, [phrase] displease(-ure), distress, evil((-favouredness), man, thing), [phrase] exceedingly, [idiom] great, grief(-vous), harm, heavy, hurt(-ful), ill (favoured), [phrase] mark, mischief(-vous), misery, naught(-ty), noisome, [phrase] not please, sad(-ly), sore, sorrow, trouble, vex, wicked(-ly, -ness, one), worse(-st), wretchedness, wrong. (Incl. feminine raaah; as adjective or noun.)."} +{"id":"H7452","strongs_number":"H7452","system":"hebrew","language":"hebrew","number_value":7452,"lemma":"רֵעַ","transliteration":"rêaʻ","pronunciation":"ray'-ah","derivation":"from H7321 (רוּעַ);","strongs_definition":"a crash (of thunder), noise (of war), shout (of joy)","kjv_definition":"[idiom] aloud, noise, shouted."} +{"id":"H7453","strongs_number":"H7453","system":"hebrew","language":"hebrew","number_value":7453,"lemma":"רֵעַ","transliteration":"rêaʻ","pronunciation":"ray'-ah","derivation":"or רֵיעַ; from H7462 (רָעָה);","strongs_definition":"an associate (more or less close)","kjv_definition":"brother, companion, fellow, friend, husband, lover, neighbour, [idiom] (an-) other."} +{"id":"H7454","strongs_number":"H7454","system":"hebrew","language":"hebrew","number_value":7454,"lemma":"רֵעַ","transliteration":"rêaʻ","pronunciation":"ray'-ah","derivation":"from H7462 (רָעָה);","strongs_definition":"a thought (as association of ideas)","kjv_definition":"thought."} +{"id":"H7455","strongs_number":"H7455","system":"hebrew","language":"hebrew","number_value":7455,"lemma":"רֹעַ","transliteration":"rôaʻ","pronunciation":"ro'-ah","derivation":"from H7489 (רָעַע);","strongs_definition":"badness (as marring), physically or morally","kjv_definition":"[idiom] be so bad, badness, ([idiom] be so) evil, naughtiness, sadness, sorrow, wickedness."} +{"id":"H7456","strongs_number":"H7456","system":"hebrew","language":"hebrew","number_value":7456,"lemma":"רָעֵב","transliteration":"râʻêb","pronunciation":"raw-abe'","derivation":"a primitive root;","strongs_definition":"to hunger","kjv_definition":"(suffer to) famish, (be, have, suffer, suffer to) hunger(-ry)."} +{"id":"H7457","strongs_number":"H7457","system":"hebrew","language":"hebrew","number_value":7457,"lemma":"רָעֵב","transliteration":"râʻêb","pronunciation":"raw-abe'","derivation":"from H7456 (רָעֵב);","strongs_definition":"hungry (more or less intensely)","kjv_definition":"hunger bitten, hungry."} +{"id":"H7458","strongs_number":"H7458","system":"hebrew","language":"hebrew","number_value":7458,"lemma":"רָעָב","transliteration":"râʻâb","pronunciation":"raw-awb'","derivation":"from H7456 (רָעֵב);","strongs_definition":"hunger (more or less extensive)","kjv_definition":"dearth, famine, [phrase] famished, hunger."} +{"id":"H7459","strongs_number":"H7459","system":"hebrew","language":"hebrew","number_value":7459,"lemma":"רְעָבוֹן","transliteration":"rᵉʻâbôwn","pronunciation":"reh-aw-bone'","derivation":"from H7456 (רָעֵב);","strongs_definition":"famine","kjv_definition":"famine."} +{"id":"H7460","strongs_number":"H7460","system":"hebrew","language":"hebrew","number_value":7460,"lemma":"רָעַד","transliteration":"râʻad","pronunciation":"raw-ad'","derivation":"a primitive root;","strongs_definition":"to shudder (more or less violently)","kjv_definition":"tremble."} +{"id":"H7461","strongs_number":"H7461","system":"hebrew","language":"hebrew","number_value":7461,"lemma":"רַעַד","transliteration":"raʻad","pronunciation":"rah'-ad","derivation":"or (feminine) רְעָדָהxlit rᵉâdâh corrected to rᵉʻâdâh; from H7460 (רָעַד);","strongs_definition":"a shudder","kjv_definition":"trembling."} +{"id":"H7462","strongs_number":"H7462","system":"hebrew","language":"hebrew","number_value":7462,"lemma":"רָעָה","transliteration":"râʻâh","pronunciation":"raw-aw'","derivation":"a primitive root;","strongs_definition":"to tend a flock; i.e. pasture it; intransitively, to graze (literally or figuratively); generally to rule; by extension, to associate with (as a friend)","kjv_definition":"[idiom] break, companion, keep company with, devour, eat up, evil entreat, feed, use as a friend, make friendship with, herdman, keep (sheep) (-er), pastor, [phrase] shearing house, shepherd, wander, waste."} +{"id":"H7463","strongs_number":"H7463","system":"hebrew","language":"hebrew","number_value":7463,"lemma":"רֵעֶה","transliteration":"rêʻeh","pronunciation":"ray-eh'","derivation":"from H7462 (רָעָה);","strongs_definition":"a (male) companion","kjv_definition":"friend."} +{"id":"H7464","strongs_number":"H7464","system":"hebrew","language":"hebrew","number_value":7464,"lemma":"רֵעָה","transliteration":"rêʻâh","pronunciation":"ray'-aw","derivation":"feminine of H7453 (רֵעַ);","strongs_definition":"a female associate","kjv_definition":"companion, fellow."} +{"id":"H7465","strongs_number":"H7465","system":"hebrew","language":"hebrew","number_value":7465,"lemma":"רֹעָה","transliteration":"rôʻâh","pronunciation":"ro-aw'","derivation":"for H7455 (רֹעַ);","strongs_definition":"breakage","kjv_definition":"broken, utterly."} +{"id":"H7466","strongs_number":"H7466","system":"hebrew","language":"hebrew","number_value":7466,"lemma":"רְעוּ","transliteration":"Rᵉʻûw","pronunciation":"reh-oo'","derivation":"for H7471 (רְעִי) in the sense of H7453 (רֵעַ); friend;","strongs_definition":"Reu, a postdiluvian patriarch","kjv_definition":"Reu."} +{"id":"H7467","strongs_number":"H7467","system":"hebrew","language":"hebrew","number_value":7467,"lemma":"רְעוּאֵל","transliteration":"Rᵉʻûwʼêl","pronunciation":"reh-oo-ale'","derivation":"from the same as H7466 (רְעוּ) and H410 (אֵל); friend of God;","strongs_definition":"Reuel, the name of Moses' father-in-law, also of an Edomite and an Israelite","kjv_definition":"Raguel, Reuel."} +{"id":"H7468","strongs_number":"H7468","system":"hebrew","language":"hebrew","number_value":7468,"lemma":"רְעוּת","transliteration":"rᵉʻûwth","pronunciation":"reh-ooth'","derivation":"from H7462 (רָעָה) in the sense of H7453 (רֵעַ);","strongs_definition":"a female associate; generally an additional one","kjv_definition":"[phrase] another, mate, neighbour."} +{"id":"H7469","strongs_number":"H7469","system":"hebrew","language":"hebrew","number_value":7469,"lemma":"רְעוּת","transliteration":"rᵉʻûwth","pronunciation":"reh-ooth'","derivation":"probably from H7462 (רָעָה);","strongs_definition":"a feeding upon, i.e. grasping after","kjv_definition":"vexation."} +{"id":"H7470","strongs_number":"H7470","system":"hebrew","language":"hebrew","number_value":7470,"lemma":"רְעוּת","transliteration":"rᵉʻûwth","pronunciation":"reh-ooth'","derivation":"(Aramaic) corresponding to H7469 (רְעוּת);","strongs_definition":"desire","kjv_definition":"pleasure, will."} +{"id":"H7471","strongs_number":"H7471","system":"hebrew","language":"hebrew","number_value":7471,"lemma":"רְעִי","transliteration":"rᵉʻîy","pronunciation":"reh-ee'","derivation":"from H7462 (רָעָה);","strongs_definition":"pasture","kjv_definition":"pasture."} +{"id":"H7472","strongs_number":"H7472","system":"hebrew","language":"hebrew","number_value":7472,"lemma":"רֵעִי","transliteration":"Rêʻîy","pronunciation":"ray-ee'","derivation":"from H7453 (רֵעַ); social;","strongs_definition":"Rei, an Israelite","kjv_definition":"Rei."} +{"id":"H7473","strongs_number":"H7473","system":"hebrew","language":"hebrew","number_value":7473,"lemma":"רֹעִי","transliteration":"rôʻîy","pronunciation":"ro-ee'","derivation":"from active participle of H7462 (רָעָה);","strongs_definition":"pastoral; as noun, a shepherd","kjv_definition":"shipherd."} +{"id":"H7474","strongs_number":"H7474","system":"hebrew","language":"hebrew","number_value":7474,"lemma":"רַעְיָה","transliteration":"raʻyâh","pronunciation":"rah-yaw'","derivation":"feminine of H7453 (רֵעַ);","strongs_definition":"a female associate","kjv_definition":"fellow, love."} +{"id":"H7475","strongs_number":"H7475","system":"hebrew","language":"hebrew","number_value":7475,"lemma":"רַעְיוֹן","transliteration":"raʻyôwn","pronunciation":"rah-yone'","derivation":"from H7462 (רָעָה) in the sense of H7469 (רְעוּת);","strongs_definition":"desire","kjv_definition":"vexation."} +{"id":"H7476","strongs_number":"H7476","system":"hebrew","language":"hebrew","number_value":7476,"lemma":"רַעְיוֹן","transliteration":"raʻyôwn","pronunciation":"rah-yone'","derivation":"(Aramaic) corresponding to H7475 (רַעְיוֹן);","strongs_definition":"a grasp. i.e. (figuratively) mental conception","kjv_definition":"cogitation, thought."} +{"id":"H7477","strongs_number":"H7477","system":"hebrew","language":"hebrew","number_value":7477,"lemma":"רָעַל","transliteration":"râʻal","pronunciation":"raw-al'","derivation":"a primitive root;","strongs_definition":"to reel, i.e. (figuratively) to brandish","kjv_definition":"terribly shake."} +{"id":"H7478","strongs_number":"H7478","system":"hebrew","language":"hebrew","number_value":7478,"lemma":"רַעַל","transliteration":"raʻal","pronunciation":"rah'-al","derivation":"from H7477 (רָעַל);","strongs_definition":"a reeling (from intoxication)","kjv_definition":"trembling."} +{"id":"H7479","strongs_number":"H7479","system":"hebrew","language":"hebrew","number_value":7479,"lemma":"רַעֲלָה","transliteration":"raʻălâh","pronunciation":"rah-al-aw'","derivation":"feminine of H7478 (רַעַל);","strongs_definition":"a long veil (as fluttering)","kjv_definition":"muffler."} +{"id":"H7480","strongs_number":"H7480","system":"hebrew","language":"hebrew","number_value":7480,"lemma":"רְעֵלָיָה","transliteration":"Rᵉʻêlâyâh","pronunciation":"reh-ay-law-yaw'","derivation":"from H7477 (רָעַל) and H3050 (יָהּ); made to tremble (i.e. fearful) of Jah;","strongs_definition":"Reelajah, an Israelite","kjv_definition":"Reeliah."} +{"id":"H7481","strongs_number":"H7481","system":"hebrew","language":"hebrew","number_value":7481,"lemma":"רָעַם","transliteration":"râʻam","pronunciation":"raw-am'","derivation":"a primitive root;","strongs_definition":"to tumble, i.e. be violently agitated; specifically, to crash (of thunder); figuratively, to irritate (with anger)","kjv_definition":"make to fret, roar, thunder, trouble."} +{"id":"H7482","strongs_number":"H7482","system":"hebrew","language":"hebrew","number_value":7482,"lemma":"רַעַם","transliteration":"raʻam","pronunciation":"rah'am","derivation":"from H7481 (רָעַם);","strongs_definition":"a peal of thunder","kjv_definition":"thunder."} +{"id":"H7483","strongs_number":"H7483","system":"hebrew","language":"hebrew","number_value":7483,"lemma":"רַעְמָה","transliteration":"raʻmâh","pronunciation":"rah-maw'","derivation":"feminine of H7482 (רַעַם);","strongs_definition":"the mane of a horse (as quivering in the wind)","kjv_definition":"thunder."} +{"id":"H7484","strongs_number":"H7484","system":"hebrew","language":"hebrew","number_value":7484,"lemma":"רַעְמָה","transliteration":"Raʻmâh","pronunciation":"rah-maw'","derivation":"the same as H7483 (רַעְמָה);","strongs_definition":"Ramah, the name of a grandson of Ham, and of a place (perhaps founded by him)","kjv_definition":"Raamah."} +{"id":"H7485","strongs_number":"H7485","system":"hebrew","language":"hebrew","number_value":7485,"lemma":"רַעַמְיָה","transliteration":"Raʻamyâh","pronunciation":"rah-am-yaw'","derivation":"from H7481 (רָעַם) and H3050 (יָהּ); Jah has shaken;","strongs_definition":"Raamjah, an Israelite","kjv_definition":"Raamiah."} +{"id":"H7486","strongs_number":"H7486","system":"hebrew","language":"hebrew","number_value":7486,"lemma":"רַעְמְסֵס","transliteration":"Raʻmᵉçêç","pronunciation":"rah-mes-ace'","derivation":"or רַעַמְסֵס; of Egyptian origin;","strongs_definition":"Rameses or Raamses, a place in Egypt","kjv_definition":"Raamses, Rameses."} +{"id":"H7487","strongs_number":"H7487","system":"hebrew","language":"hebrew","number_value":7487,"lemma":"רַעֲנַן","transliteration":"raʻănan","pronunciation":"rah-aw-nan'","derivation":"(Aramaic) corresponding to H7488 (רַעֲנָן);","strongs_definition":"green, i.e. (figuratively) prosperous","kjv_definition":"flourishing."} +{"id":"H7488","strongs_number":"H7488","system":"hebrew","language":"hebrew","number_value":7488,"lemma":"רַעֲנָן","transliteration":"raʻănân","pronunciation":"rah-an-awn'","derivation":"from an unused root meaning to be green;","strongs_definition":"verdant; by analogy, new; figuratively, prosperous","kjv_definition":"green, flourishing."} +{"id":"H7489","strongs_number":"H7489","system":"hebrew","language":"hebrew","number_value":7489,"lemma":"רָעַע","transliteration":"râʻaʻ","pronunciation":"raw-ah'","derivation":"a primitive root;","strongs_definition":"properly, to spoil (literally, by breaking to pieces); figuratively, to make (or be) good fornothing, i.e. bad (physically, socially or morally)","kjv_definition":"afflict, associate selves (by mistake for H7462 (רָעָה)), break (down, in pieces), [phrase] displease, (be, bring, do) evil (doer, entreat, man), show self friendly (by mistake for H7462 (רָעָה)), do harm, (do) hurt, (behave self, deal) ill, [idiom] indeed, do mischief, punish, still, vex, (do) wicked (doer, -ly), be (deal, do) worse."} +{"id":"H7490","strongs_number":"H7490","system":"hebrew","language":"hebrew","number_value":7490,"lemma":"רְעַע","transliteration":"rᵉʻaʻ","pronunciation":"reh-ah'","derivation":"(Aramaic) corresponding to H7489 (רָעַע)","strongs_definition":"{properly, to spoil (literally, by breaking to pieces); figuratively, to make (or be) good fornothing, i.e. bad (physically, socially or morally)}","kjv_definition":"break, bruise."} +{"id":"H7491","strongs_number":"H7491","system":"hebrew","language":"hebrew","number_value":7491,"lemma":"רָעַף","transliteration":"râʻaph","pronunciation":"raw-af'","derivation":"a primitive root;","strongs_definition":"to drip","kjv_definition":"distil, drop (down)."} +{"id":"H7492","strongs_number":"H7492","system":"hebrew","language":"hebrew","number_value":7492,"lemma":"רָעַץ","transliteration":"râʻats","pronunciation":"raw-ats'","derivation":"a primitive root;","strongs_definition":"to break in pieces; figuratively, harass","kjv_definition":"dash in pieces, vex."} +{"id":"H7493","strongs_number":"H7493","system":"hebrew","language":"hebrew","number_value":7493,"lemma":"רָעַשׁ","transliteration":"râʻash","pronunciation":"raw-ash","derivation":"a primitive root;","strongs_definition":"to undulate (as the earth, the sky, etc.; also a field of grain), particularly through fear; specifically, to spring (as a locust)","kjv_definition":"make afraid, (re-) move, quake, (make to) shake, (make to) tremble."} +{"id":"H7494","strongs_number":"H7494","system":"hebrew","language":"hebrew","number_value":7494,"lemma":"רַעַשׁ","transliteration":"raʻash","pronunciation":"rah'-ash","derivation":"from H7493 (רָעַשׁ);","strongs_definition":"vibration, bounding, uproar","kjv_definition":"commotion, confused noise, earthquake, fierceness, quaking, rattling, rushing, shaking."} +{"id":"H7495","strongs_number":"H7495","system":"hebrew","language":"hebrew","number_value":7495,"lemma":"רָפָא","transliteration":"râphâʼ","pronunciation":"raw-faw'","derivation":"or רָפָה; a primitive root;","strongs_definition":"properly, to mend (by stitching), i.e. (figuratively) to cure","kjv_definition":"cure, (cause to) heal, physician, repair, [idiom] thoroughly, make whole. See H7503 (רָפָה)."} +{"id":"H7496","strongs_number":"H7496","system":"hebrew","language":"hebrew","number_value":7496,"lemma":"רָפָא","transliteration":"râphâʼ","pronunciation":"raw-faw'","derivation":"from H7495 (רָפָא) in the sense of H7503 (רָפָה);","strongs_definition":"properly, lax, i.e. (figuratively) a ghost (as dead; in plural only)","kjv_definition":"dead, deceased."} +{"id":"H7497","strongs_number":"H7497","system":"hebrew","language":"hebrew","number_value":7497,"lemma":"רָפָא","transliteration":"râphâʼ","pronunciation":"raw-faw'","derivation":"or רָפָה; from H7495 (רָפָא) in the sense of invigorating;","strongs_definition":"a giant","kjv_definition":"giant, Rapha, Rephaim(-s). See also H1051 (בֵּית רָפָא)."} +{"id":"H7498","strongs_number":"H7498","system":"hebrew","language":"hebrew","number_value":7498,"lemma":"רָפָא","transliteration":"Râphâʼ","pronunciation":"raw-faw'","derivation":"or רָפָה; probably the same as H7497 (רָפָא); giant;","strongs_definition":"Rapha or Raphah, the name of two Israelites","kjv_definition":"Rapha."} +{"id":"H7499","strongs_number":"H7499","system":"hebrew","language":"hebrew","number_value":7499,"lemma":"רְפֻאָה","transliteration":"rᵉphuʼâh","pronunciation":"ref-oo-aw'","derivation":"feminine passive participle of H7495 (רָפָא);","strongs_definition":"a medicament","kjv_definition":"heal(-ed), medicine."} +{"id":"H7500","strongs_number":"H7500","system":"hebrew","language":"hebrew","number_value":7500,"lemma":"רִפְאוּת","transliteration":"riphʼûwth","pronunciation":"rif-ooth'","derivation":"from H7495 (רָפָא);","strongs_definition":"a cure","kjv_definition":"health."} +{"id":"H7501","strongs_number":"H7501","system":"hebrew","language":"hebrew","number_value":7501,"lemma":"רְפָאֵל","transliteration":"Rᵉphâʼêl","pronunciation":"ref-aw-ale'","derivation":"from H7495 (רָפָא) and H410 (אֵל); God has cured;","strongs_definition":"Rephael, an Israelite","kjv_definition":"Rephael."} +{"id":"H7502","strongs_number":"H7502","system":"hebrew","language":"hebrew","number_value":7502,"lemma":"רָפַד","transliteration":"râphad","pronunciation":"raw-fad'","derivation":"a primitive root;","strongs_definition":"to spread (a bed); by implication, to refresh","kjv_definition":"comfort, make (a bed), spread."} +{"id":"H7503","strongs_number":"H7503","system":"hebrew","language":"hebrew","number_value":7503,"lemma":"רָפָה","transliteration":"râphâh","pronunciation":"raw-faw'","derivation":"a primitive root;","strongs_definition":"to slacken (in many applications, literal or figurative)","kjv_definition":"abate, cease, consume, draw (toward evening), fail, (be) faint, be (wax) feeble, forsake, idle, leave, let alone (go, down), (be) slack, stay, be still, be slothful, (be) weak(-en). See H7495 (רָפָא)."} +{"id":"H7504","strongs_number":"H7504","system":"hebrew","language":"hebrew","number_value":7504,"lemma":"רָפֶה","transliteration":"râpheh","pronunciation":"raw-feh'","derivation":"from H7503 (רָפָה);","strongs_definition":"slack (in body or mind)","kjv_definition":"weak. raphah, Raphah. See H7497 (רָפָא), H7498 (רָפָא). riphah. See H7383 (רִיפָה)."} +{"id":"H7505","strongs_number":"H7505","system":"hebrew","language":"hebrew","number_value":7505,"lemma":"רָפוּא","transliteration":"Râphûwʼ","pronunciation":"raw-foo'","derivation":"passive participle of H7495 (רָפָא); cured;","strongs_definition":"Raphu, an Israelite","kjv_definition":"Raphu."} +{"id":"H7506","strongs_number":"H7506","system":"hebrew","language":"hebrew","number_value":7506,"lemma":"רֶפַח","transliteration":"Rephach","pronunciation":"reh'-fakh","derivation":"from an unused root apparently meaning to sustain; support;","strongs_definition":"Rephach, an Israelite","kjv_definition":"Rephah."} +{"id":"H7507","strongs_number":"H7507","system":"hebrew","language":"hebrew","number_value":7507,"lemma":"רְפִידָה","transliteration":"rᵉphîydâh","pronunciation":"ref-ee-daw'","derivation":"from H7502 (רָפַד);","strongs_definition":"a railing (as spread along)","kjv_definition":"bottom."} +{"id":"H7508","strongs_number":"H7508","system":"hebrew","language":"hebrew","number_value":7508,"lemma":"רְפִידִים","transliteration":"Rᵉphîydîym","pronunciation":"ref-ee-deem'","derivation":"plural of the masculine of the same as H7507 (רְפִידָה); ballusters;","strongs_definition":"Rephidim, a place in the Desert","kjv_definition":"Rephidim."} +{"id":"H7509","strongs_number":"H7509","system":"hebrew","language":"hebrew","number_value":7509,"lemma":"רְפָיָה","transliteration":"Rᵉphâyâh","pronunciation":"ref-aw-yaw'","derivation":"from H7495 (רָפָא) and H3050 (יָהּ); Jah has cured;","strongs_definition":"Rephajah, the name of five Israelites","kjv_definition":"Rephaiah."} +{"id":"H7510","strongs_number":"H7510","system":"hebrew","language":"hebrew","number_value":7510,"lemma":"רִפְיוֹן","transliteration":"riphyôwn","pronunciation":"rif-yone'","derivation":"from H7503 (רָפָה);","strongs_definition":"slackness","kjv_definition":"feebleness."} +{"id":"H7511","strongs_number":"H7511","system":"hebrew","language":"hebrew","number_value":7511,"lemma":"רָפַס","transliteration":"râphaç","pronunciation":"raw-fas'","derivation":"a primitive root;","strongs_definition":"to trample, i.e. prostrate","kjv_definition":"humble self, submit self."} +{"id":"H7512","strongs_number":"H7512","system":"hebrew","language":"hebrew","number_value":7512,"lemma":"רְפַס","transliteration":"rᵉphaç","pronunciation":"ref-as'","derivation":"(Aramaic) corresponding to H7511 (רָפַס)","strongs_definition":"{to trample, i.e. prostrate}","kjv_definition":"stamp."} +{"id":"H7513","strongs_number":"H7513","system":"hebrew","language":"hebrew","number_value":7513,"lemma":"רַפְסֹדָה","transliteration":"raphçôdâh","pronunciation":"raf-so-daw'","derivation":"from H7511 (רָפַס);","strongs_definition":"a raft (as flat on the water)","kjv_definition":"flote."} +{"id":"H7514","strongs_number":"H7514","system":"hebrew","language":"hebrew","number_value":7514,"lemma":"רָפַק","transliteration":"râphaq","pronunciation":"raw-fak'","derivation":"a primitive root;","strongs_definition":"to recline","kjv_definition":"lean."} +{"id":"H7515","strongs_number":"H7515","system":"hebrew","language":"hebrew","number_value":7515,"lemma":"רָפַשׂ","transliteration":"râphas","pronunciation":"raw-fas'","derivation":"a primitive root;","strongs_definition":"to trample, i.e. roil water","kjv_definition":"foul, trouble."} +{"id":"H7516","strongs_number":"H7516","system":"hebrew","language":"hebrew","number_value":7516,"lemma":"רֶפֶשׁ","transliteration":"rephesh","pronunciation":"reh'-fesh","derivation":"from H7515 (רָפַשׂ);","strongs_definition":"mud (as roiled)","kjv_definition":"mire."} +{"id":"H7517","strongs_number":"H7517","system":"hebrew","language":"hebrew","number_value":7517,"lemma":"רֶפֶת","transliteration":"repheth","pronunciation":"reh'-feth","derivation":"probably from H7503 (רָפָה);","strongs_definition":"a stall for cattle (from their resting there)","kjv_definition":"stall."} +{"id":"H7518","strongs_number":"H7518","system":"hebrew","language":"hebrew","number_value":7518,"lemma":"רַץ","transliteration":"rats","pronunciation":"rats","derivation":"contracted from H7533 (רָצַץ);","strongs_definition":"a fragment","kjv_definition":"piece."} +{"id":"H7519","strongs_number":"H7519","system":"hebrew","language":"hebrew","number_value":7519,"lemma":"רָצָא","transliteration":"râtsâʼ","pronunciation":"raw-tsaw'","derivation":"a primitive root;","strongs_definition":"to run; also to delight in","kjv_definition":"accept, run."} +{"id":"H7520","strongs_number":"H7520","system":"hebrew","language":"hebrew","number_value":7520,"lemma":"רָצַד","transliteration":"râtsad","pronunciation":"raw-tsad'","derivation":"a primitive root;","strongs_definition":"probably to look askant, i.e. (figuratively) be jealous","kjv_definition":"leap."} +{"id":"H7521","strongs_number":"H7521","system":"hebrew","language":"hebrew","number_value":7521,"lemma":"רָצָה","transliteration":"râtsâh","pronunciation":"raw-tsaw'","derivation":"a primitive root;","strongs_definition":"to be pleased with; specifically, to satisfy adebt","kjv_definition":"(be) accept(-able), accomplish, set affection, approve, consent with, delight (self), enjoy, (be, have a) favour(-able), like, observe, pardon, (be, have, take) please(-ure), reconcile self."} +{"id":"H7522","strongs_number":"H7522","system":"hebrew","language":"hebrew","number_value":7522,"lemma":"רָצוֹן","transliteration":"râtsôwn","pronunciation":"raw-tsone'","derivation":"or רָצֹן; from H7521 (רָצָה);","strongs_definition":"delight (especially as shown)","kjv_definition":"(be) acceptable(-ance, -ed), delight, desire, favour, (good) pleasure, (own, self, voluntary) will, as...(what) would."} +{"id":"H7523","strongs_number":"H7523","system":"hebrew","language":"hebrew","number_value":7523,"lemma":"רָצַח","transliteration":"râtsach","pronunciation":"raw-tsakh'","derivation":"a primitive root;","strongs_definition":"properly, to dash in pieces, i.e. kill (a human being), especially to murder","kjv_definition":"put to death, kill, (man-) slay(-er), murder(-er)."} +{"id":"H7524","strongs_number":"H7524","system":"hebrew","language":"hebrew","number_value":7524,"lemma":"רֶצַח","transliteration":"retsach","pronunciation":"reh-tsakh","derivation":"from H7523 (רָצַח);","strongs_definition":"a crushing; specifically, a murder-cry","kjv_definition":"slaughter, sword."} +{"id":"H7525","strongs_number":"H7525","system":"hebrew","language":"hebrew","number_value":7525,"lemma":"רִצְיָא","transliteration":"Ritsyâʼ","pronunciation":"rits-yaw'","derivation":"from H7521 (רָצָה); delight;","strongs_definition":"Ritsjah, an Israelite","kjv_definition":"Rezia."} +{"id":"H7526","strongs_number":"H7526","system":"hebrew","language":"hebrew","number_value":7526,"lemma":"רְצִין","transliteration":"Rᵉtsîyn","pronunciation":"rets-een'","derivation":"probably for H7522 (רָצוֹן);","strongs_definition":"Retsin, the name of a Syrian and of an Israelite","kjv_definition":"Rezin."} +{"id":"H7527","strongs_number":"H7527","system":"hebrew","language":"hebrew","number_value":7527,"lemma":"רָצַע","transliteration":"râtsaʻ","pronunciation":"raw-tsah'","derivation":"a primitive root;","strongs_definition":"to pierce","kjv_definition":"bore."} +{"id":"H7528","strongs_number":"H7528","system":"hebrew","language":"hebrew","number_value":7528,"lemma":"רָצַף","transliteration":"râtsaph","pronunciation":"raw-tsaf'","derivation":"a denominative from H7529 (רֶצֶף);","strongs_definition":"to tessellate, i.e. embroider (as if with bright stones)","kjv_definition":"pave."} +{"id":"H7529","strongs_number":"H7529","system":"hebrew","language":"hebrew","number_value":7529,"lemma":"רֶצֶף","transliteration":"retseph","pronunciation":"reh'-tsef","derivation":"for H7565 (רֶשֶׁף);","strongs_definition":"a red-hot stone (for baking)","kjv_definition":"coal."} +{"id":"H7530","strongs_number":"H7530","system":"hebrew","language":"hebrew","number_value":7530,"lemma":"רֶצֶף","transliteration":"Retseph","pronunciation":"reh'-tsef","derivation":"the same as H7529 (רֶצֶף);","strongs_definition":"Retseph, a place in Assyrian","kjv_definition":"Rezeph."} +{"id":"H7531","strongs_number":"H7531","system":"hebrew","language":"hebrew","number_value":7531,"lemma":"רִצְפָּה","transliteration":"ritspâh","pronunciation":"rits-paw'","derivation":"feminine of H7529 (רֶצֶף);","strongs_definition":"a hot stone; also a tessellated pavement","kjv_definition":"live coal, pavement."} +{"id":"H7532","strongs_number":"H7532","system":"hebrew","language":"hebrew","number_value":7532,"lemma":"רִצְפָּה","transliteration":"Ritspâh","pronunciation":"rits-paw'","derivation":"the same as H7531 (רִצְפָּה);","strongs_definition":"Ritspah, an Israelitess","kjv_definition":"Rizpah."} +{"id":"H7533","strongs_number":"H7533","system":"hebrew","language":"hebrew","number_value":7533,"lemma":"רָצַץ","transliteration":"râtsats","pronunciation":"raw-tsats'","derivation":"a primitive root;","strongs_definition":"to crack in pieces, literally or figuratively","kjv_definition":"break, bruise, crush, discourage, oppress, struggle together."} +{"id":"H7534","strongs_number":"H7534","system":"hebrew","language":"hebrew","number_value":7534,"lemma":"רַק","transliteration":"raq","pronunciation":"rak","derivation":"from H7556 (רָקַק) in its original sense;","strongs_definition":"emaciated (as if flattened out)","kjv_definition":"lean(-fleshed), thin."} +{"id":"H7535","strongs_number":"H7535","system":"hebrew","language":"hebrew","number_value":7535,"lemma":"רַק","transliteration":"raq","pronunciation":"rak","derivation":"the same as H7534 (רַק) as a noun;","strongs_definition":"properly, leanness, i.e. (figuratively) limitation; only adverbial, merely, or conjunctional, although","kjv_definition":"but, even, except, howbeit howsoever, at the least, nevertheless, nothing but, notwithstanding, only, save, so (that), surely, yet (so), in any wise."} +{"id":"H7536","strongs_number":"H7536","system":"hebrew","language":"hebrew","number_value":7536,"lemma":"רֹק","transliteration":"rôq","pronunciation":"roke","derivation":"from H7556 (רָקַק);","strongs_definition":"spittle","kjv_definition":"spit(-ting, -tle)."} +{"id":"H7537","strongs_number":"H7537","system":"hebrew","language":"hebrew","number_value":7537,"lemma":"רָקַב","transliteration":"râqab","pronunciation":"raw-kab'","derivation":"a primitive root;","strongs_definition":"to decay (as by worm-eating)","kjv_definition":"rot."} +{"id":"H7538","strongs_number":"H7538","system":"hebrew","language":"hebrew","number_value":7538,"lemma":"רָקָב","transliteration":"râqâb","pronunciation":"raw-kawb'","derivation":"from H7537 (רָקַב);","strongs_definition":"decay (by caries)","kjv_definition":"rottenness (thing)."} +{"id":"H7539","strongs_number":"H7539","system":"hebrew","language":"hebrew","number_value":7539,"lemma":"רִקָּבוֹן","transliteration":"riqqâbôwn","pronunciation":"rik-kaw-bone'","derivation":"from H7538 (רָקָב);","strongs_definition":"decay (by caries)","kjv_definition":"rotten."} +{"id":"H7540","strongs_number":"H7540","system":"hebrew","language":"hebrew","number_value":7540,"lemma":"רָקַד","transliteration":"râqad","pronunciation":"raw-kad'","derivation":"a primitive root;","strongs_definition":"properly, to stamp, i.e. to spring about (wildly or for joy)","kjv_definition":"dance, jump, leap, skip."} +{"id":"H7541","strongs_number":"H7541","system":"hebrew","language":"hebrew","number_value":7541,"lemma":"רַקָּה","transliteration":"raqqâh","pronunciation":"rak-kaw'","derivation":"feminine of H7534 (רַק);","strongs_definition":"properly, thinness, i.e. the side of the head","kjv_definition":"temple."} +{"id":"H7542","strongs_number":"H7542","system":"hebrew","language":"hebrew","number_value":7542,"lemma":"רַקּוֹן","transliteration":"Raqqôwn","pronunciation":"rak-kone'","derivation":"from H7534 (רַק); thinness;","strongs_definition":"Rakkon, a place in Palestine","kjv_definition":"Rakkon."} +{"id":"H7543","strongs_number":"H7543","system":"hebrew","language":"hebrew","number_value":7543,"lemma":"רָקַח","transliteration":"râqach","pronunciation":"raw-kakh'","derivation":"a primitive root;","strongs_definition":"to perfume","kjv_definition":"apothecary, compound, make (ointment), prepare, spice."} +{"id":"H7544","strongs_number":"H7544","system":"hebrew","language":"hebrew","number_value":7544,"lemma":"רֶקַח","transliteration":"reqach","pronunciation":"reh'-kakh","derivation":"from H7543 (רָקַח);","strongs_definition":"properly, perfumery, i.e. (by implication) spicery (for flavor)","kjv_definition":"spiced."} +{"id":"H7545","strongs_number":"H7545","system":"hebrew","language":"hebrew","number_value":7545,"lemma":"רֹקַח","transliteration":"rôqach","pronunciation":"ro'-kakh","derivation":"from H7542 (רַקּוֹן);","strongs_definition":"an aromatic","kjv_definition":"confection, ointment."} +{"id":"H7546","strongs_number":"H7546","system":"hebrew","language":"hebrew","number_value":7546,"lemma":"רַקָּח","transliteration":"raqqâch","pronunciation":"rak-kawkh'","derivation":"from H7543 (רָקַח);","strongs_definition":"a male perfumer","kjv_definition":"apothecary."} +{"id":"H7547","strongs_number":"H7547","system":"hebrew","language":"hebrew","number_value":7547,"lemma":"רַקֻּחַ","transliteration":"raqquach","pronunciation":"rak-koo'-akh","derivation":"from H7543 (רָקַח);","strongs_definition":"a scented substance","kjv_definition":"perfume."} +{"id":"H7548","strongs_number":"H7548","system":"hebrew","language":"hebrew","number_value":7548,"lemma":"רַקָּחָה","transliteration":"raqqâchâh","pronunciation":"rak-kaw-khaw'","derivation":"feminine of H7547 (רַקֻּחַ);","strongs_definition":"a female perfumer","kjv_definition":"confectioner."} +{"id":"H7549","strongs_number":"H7549","system":"hebrew","language":"hebrew","number_value":7549,"lemma":"רָקִיעַ","transliteration":"râqîyaʻ","pronunciation":"raw-kee'-ah","derivation":"from H7554 (רָקַע);","strongs_definition":"properly, an expanse, i.e. the firmament or (apparently) visible arch of the sky","kjv_definition":"firmament."} +{"id":"H7550","strongs_number":"H7550","system":"hebrew","language":"hebrew","number_value":7550,"lemma":"רָקִיק","transliteration":"râqîyq","pronunciation":"raw-keek'","derivation":"from, H7556 (רָקַק) in its original sense;","strongs_definition":"a thin cake","kjv_definition":"cake, wafer."} +{"id":"H7551","strongs_number":"H7551","system":"hebrew","language":"hebrew","number_value":7551,"lemma":"רָקַם","transliteration":"râqam","pronunciation":"raw-kam'","derivation":"a primitive root;","strongs_definition":"to variegate color, i.e. embroider; by implication, to fabricate","kjv_definition":"embroiderer, needlework, curiously work."} +{"id":"H7552","strongs_number":"H7552","system":"hebrew","language":"hebrew","number_value":7552,"lemma":"רֶקֶם","transliteration":"Reqem","pronunciation":"reh'-kem","derivation":"from H7551 (רָקַם); versi-color;","strongs_definition":"Rekem, the name of a place in Palestine, also of a Midianite and an Israelite","kjv_definition":"Rekem."} +{"id":"H7553","strongs_number":"H7553","system":"hebrew","language":"hebrew","number_value":7553,"lemma":"רִקְמָה","transliteration":"riqmâh","pronunciation":"rik-maw'","derivation":"from H7551 (רָקַם);","strongs_definition":"variegation of color; specifically, embroidery","kjv_definition":"broidered (work), divers colours, (raiment of) needlework (on both sides)."} +{"id":"H7554","strongs_number":"H7554","system":"hebrew","language":"hebrew","number_value":7554,"lemma":"רָקַע","transliteration":"râqaʻ","pronunciation":"raw-kah'","derivation":"a primitive root;","strongs_definition":"to pound the earth (as a sign of passion); by analogy to expand (by hammering); by implication, to overlay (with thin sheets of metal)","kjv_definition":"beat, make broad, spread abroad (forth, over, out, into plates), stamp, stretch."} +{"id":"H7555","strongs_number":"H7555","system":"hebrew","language":"hebrew","number_value":7555,"lemma":"רִקֻּעַ","transliteration":"riqquaʻ","pronunciation":"rik-koo'-ah","derivation":"from H7554 (רָקַע);","strongs_definition":"beaten out, i.e. a (metallic) plate","kjv_definition":"broad."} +{"id":"H7556","strongs_number":"H7556","system":"hebrew","language":"hebrew","number_value":7556,"lemma":"רָקַק","transliteration":"râqaq","pronunciation":"raw-kak'","derivation":"a primitive root;","strongs_definition":"to spit","kjv_definition":"spit."} +{"id":"H7557","strongs_number":"H7557","system":"hebrew","language":"hebrew","number_value":7557,"lemma":"רַקַּת","transliteration":"Raqqath","pronunciation":"rak-kath'","derivation":"from H7556 (רָקַק) in its original sense of diffusing; a beach (as expanded shingle);","strongs_definition":"Rakkath, a place in Palestine","kjv_definition":"Rakkath."} +{"id":"H7558","strongs_number":"H7558","system":"hebrew","language":"hebrew","number_value":7558,"lemma":"רִשְׁיוֹן","transliteration":"rishyôwn","pronunciation":"rish-yone'","derivation":"from an unused root meaning to have leave;","strongs_definition":"a permit","kjv_definition":"grant."} +{"id":"H7559","strongs_number":"H7559","system":"hebrew","language":"hebrew","number_value":7559,"lemma":"רָשַׁם","transliteration":"râsham","pronunciation":"raw-sham'","derivation":"a primitive root;","strongs_definition":"to record","kjv_definition":"note."} +{"id":"H7560","strongs_number":"H7560","system":"hebrew","language":"hebrew","number_value":7560,"lemma":"רְשַׁם","transliteration":"rᵉsham","pronunciation":"resh-am'","derivation":"(Aramaic) corresponding to H7559 (רָשַׁם)","strongs_definition":"{to record}","kjv_definition":"sign, write."} +{"id":"H7561","strongs_number":"H7561","system":"hebrew","language":"hebrew","number_value":7561,"lemma":"רָשַׁע","transliteration":"râshaʻ","pronunciation":"raw-shah'","derivation":"a primitive root;","strongs_definition":"to be (causatively, do or declare) wrong; by implication, to disturb, violate","kjv_definition":"condemn, make trouble, vex, be (commit, deal, depart, do) wicked(-ly, -ness)."} +{"id":"H7562","strongs_number":"H7562","system":"hebrew","language":"hebrew","number_value":7562,"lemma":"רֶשַׁע","transliteration":"reshaʻ","pronunciation":"reh'-shah","derivation":"from H7561 (רָשַׁע);","strongs_definition":"a wrong (especially moral)","kjv_definition":"iniquity, wicked(-ness)."} +{"id":"H7563","strongs_number":"H7563","system":"hebrew","language":"hebrew","number_value":7563,"lemma":"רָשָׁע","transliteration":"râshâʻ","pronunciation":"raw-shaw'","derivation":"from H7561 (רָשַׁע);","strongs_definition":"morally wrong; concretely, an (actively) bad person","kjv_definition":"[phrase] condemned, guilty, ungodly, wicked (man), that did wrong."} +{"id":"H7564","strongs_number":"H7564","system":"hebrew","language":"hebrew","number_value":7564,"lemma":"רִשְׁעָה","transliteration":"rishʻâh","pronunciation":"rish-aw'","derivation":"feminine of H7562 (רֶשַׁע);","strongs_definition":"wrong (especially moral)","kjv_definition":"fault, wickedly(-ness)."} +{"id":"H7565","strongs_number":"H7565","system":"hebrew","language":"hebrew","number_value":7565,"lemma":"רֶשֶׁף","transliteration":"resheph","pronunciation":"reh'-shef","derivation":"from H8313 (שָׂרַף);","strongs_definition":"a live coal; by analogy lightning; figuratively, an arrow, (as flashing through the air); specifically, fever","kjv_definition":"arrow, (burning) coal, burning heat, [phrase] spark, hot thunderbolt."} +{"id":"H7566","strongs_number":"H7566","system":"hebrew","language":"hebrew","number_value":7566,"lemma":"רֶשֶׁף","transliteration":"Resheph","pronunciation":"reh'-shef","derivation":"the same as H7565 (רֶשֶׁף);","strongs_definition":"Resheph, an Israelite","kjv_definition":"Resheph."} +{"id":"H7567","strongs_number":"H7567","system":"hebrew","language":"hebrew","number_value":7567,"lemma":"רָשַׁשׁ","transliteration":"râshash","pronunciation":"raw-shash'","derivation":"a primitive root;","strongs_definition":"to demolish","kjv_definition":"impoverish."} +{"id":"H7568","strongs_number":"H7568","system":"hebrew","language":"hebrew","number_value":7568,"lemma":"רֶשֶׁת","transliteration":"resheth","pronunciation":"reh'-sheth","derivation":"from H3423 (יָרַשׁ);","strongs_definition":"a net (as catching animals)","kjv_definition":"net(-work)."} +{"id":"H7569","strongs_number":"H7569","system":"hebrew","language":"hebrew","number_value":7569,"lemma":"רַתּוֹק","transliteration":"rattôwq","pronunciation":"rat-toke'","derivation":"from H7576 (רָתַק);","strongs_definition":"a chain","kjv_definition":"chain."} +{"id":"H7570","strongs_number":"H7570","system":"hebrew","language":"hebrew","number_value":7570,"lemma":"רָתַח","transliteration":"râthach","pronunciation":"raw-thakh'","derivation":"a primitive root;","strongs_definition":"to boil","kjv_definition":"boil."} +{"id":"H7571","strongs_number":"H7571","system":"hebrew","language":"hebrew","number_value":7571,"lemma":"רֶתַח","transliteration":"rethach","pronunciation":"reh'-thakh","derivation":"from H7570 (רָתַח);","strongs_definition":"a boiling","kjv_definition":"[idiom] (boil) well."} +{"id":"H7572","strongs_number":"H7572","system":"hebrew","language":"hebrew","number_value":7572,"lemma":"רַתִּיקָה","transliteration":"rattîyqâh","pronunciation":"rat-tee-kaw'","derivation":"from H7576 (רָתַק);","strongs_definition":"a chain","kjv_definition":"chain."} +{"id":"H7573","strongs_number":"H7573","system":"hebrew","language":"hebrew","number_value":7573,"lemma":"רָתַם","transliteration":"râtham","pronunciation":"raw-tham'","derivation":"a primitive root;","strongs_definition":"to yoke up (to the pole of a vehicle)","kjv_definition":"bind."} +{"id":"H7574","strongs_number":"H7574","system":"hebrew","language":"hebrew","number_value":7574,"lemma":"רֶתֶם","transliteration":"rethem","pronunciation":"reh'-them","derivation":"or רֹתֶם; from H7573 (רָתַם);","strongs_definition":"the Spanish broom (from its pole-like stems)","kjv_definition":"juniper (tree)."} +{"id":"H7575","strongs_number":"H7575","system":"hebrew","language":"hebrew","number_value":7575,"lemma":"רִתְמָה","transliteration":"Rithmâh","pronunciation":"rith-maw'","derivation":"feminine of H7574 (רֶתֶם);","strongs_definition":"Rithmah, a place in the Desert","kjv_definition":"Rithmah."} +{"id":"H7576","strongs_number":"H7576","system":"hebrew","language":"hebrew","number_value":7576,"lemma":"רָתַק","transliteration":"râthaq","pronunciation":"raw-thak'","derivation":"a primitive root;","strongs_definition":"to fasten","kjv_definition":"bind."} +{"id":"H7577","strongs_number":"H7577","system":"hebrew","language":"hebrew","number_value":7577,"lemma":"רְתֻקָה","transliteration":"rᵉthuqâh","pronunciation":"reth-oo-kaw'","derivation":"feminine passive participle of H7576 (רָתַק);","strongs_definition":"something fastened, i.e. a chain","kjv_definition":"chain."} +{"id":"H7578","strongs_number":"H7578","system":"hebrew","language":"hebrew","number_value":7578,"lemma":"רְתֵת","transliteration":"rᵉthêth","pronunciation":"reth-ayth'","derivation":"for H7374 (רֶטֶט);","strongs_definition":"terror","kjv_definition":"trembling. �"} +{"id":"H7579","strongs_number":"H7579","system":"hebrew","language":"hebrew","number_value":7579,"lemma":"שָׁאַב","transliteration":"shâʼab","pronunciation":"sahw-ab'","derivation":"a primitive root;","strongs_definition":"to bale up water","kjv_definition":"(woman to) draw(-er, water)."} +{"id":"H7580","strongs_number":"H7580","system":"hebrew","language":"hebrew","number_value":7580,"lemma":"שָׁאַג","transliteration":"shâʼag","pronunciation":"shaw-ag'","derivation":"a primitive root;","strongs_definition":"to rumble or moan","kjv_definition":"[idiom] mightily, roar."} +{"id":"H7581","strongs_number":"H7581","system":"hebrew","language":"hebrew","number_value":7581,"lemma":"שְׁאָגָה","transliteration":"shᵉʼâgâh","pronunciation":"sheh-aw-gaw'","derivation":"from H7580 (שָׁאַג);","strongs_definition":"a rumbling or moan","kjv_definition":"roaring."} +{"id":"H7582","strongs_number":"H7582","system":"hebrew","language":"hebrew","number_value":7582,"lemma":"שָׁאָה","transliteration":"shâʼâh","pronunciation":"shaw-aw'","derivation":"a primitive root;","strongs_definition":"to rush; by implication, to desolate","kjv_definition":"be desolate, (make a) rush(-ing), (lay) waste."} +{"id":"H7583","strongs_number":"H7583","system":"hebrew","language":"hebrew","number_value":7583,"lemma":"שָׁאָה","transliteration":"shâʼâh","pronunciation":"shaw-aw'","derivation":"a primitive root (identical with through the idea of whirling to giddiness);","strongs_definition":"to stun, i.e. (intransitively) be astonished","kjv_definition":"wonder."} +{"id":"H7584","strongs_number":"H7584","system":"hebrew","language":"hebrew","number_value":7584,"lemma":"שַׁאֲוָה","transliteration":"shaʼăvâh","pronunciation":"shah-av-aw'","derivation":"from H7582 (שָׁאָה);","strongs_definition":"a tempest (as rushing)","kjv_definition":"desolation."} +{"id":"H7585","strongs_number":"H7585","system":"hebrew","language":"hebrew","number_value":7585,"lemma":"שְׁאוֹל","transliteration":"shᵉʼôwl","pronunciation":"sheh-ole'","derivation":"or שְׁאֹל; from H7592 (שָׁאַל);","strongs_definition":"Hades or the world of the dead (as if a subterranean retreat), including its accessories and inmates","kjv_definition":"grave, hell, pit."} +{"id":"H7586","strongs_number":"H7586","system":"hebrew","language":"hebrew","number_value":7586,"lemma":"שָׁאוּל","transliteration":"Shâʼûwl","pronunciation":"shaw-ool'","derivation":"passive participle of H7592 (שָׁאַל); asked;","strongs_definition":"Shaul, the name of an Edomite and two Israelites","kjv_definition":"Saul, Shaul."} +{"id":"H7587","strongs_number":"H7587","system":"hebrew","language":"hebrew","number_value":7587,"lemma":"שָׁאוּלִי","transliteration":"Shâʼûwlîy","pronunciation":"shaw-oo-lee'","derivation":"patronymic from H7856 (שִׂטְנָה);","strongs_definition":"a Shaulite or descendant of Shaul","kjv_definition":"Shaulites."} +{"id":"H7588","strongs_number":"H7588","system":"hebrew","language":"hebrew","number_value":7588,"lemma":"שָׁאוֹן","transliteration":"shâʼôwn","pronunciation":"shaw-one'","derivation":"from H7582 (שָׁאָה);","strongs_definition":"uproar (as of rushing); by implication, destruction","kjv_definition":"[idiom] horrible, noise, pomp, rushing, tumult ([idiom] -uous)."} +{"id":"H7589","strongs_number":"H7589","system":"hebrew","language":"hebrew","number_value":7589,"lemma":"שְׁאָט","transliteration":"shᵉʼâṭ","pronunciation":"sheh-awt'","derivation":"from an unused root meaning to push aside;","strongs_definition":"contempt","kjv_definition":"despite(-ful)."} +{"id":"H7590","strongs_number":"H7590","system":"hebrew","language":"hebrew","number_value":7590,"lemma":"שָׁאט","transliteration":"shâʼṭ","pronunciation":"shawt","derivation":"for active part of H7750 (שׂוּט) (compare H7589 (שְׁאָט));","strongs_definition":"one contemning","kjv_definition":"that (which) despise(-d)."} +{"id":"H7591","strongs_number":"H7591","system":"hebrew","language":"hebrew","number_value":7591,"lemma":"שְׁאִיָּה","transliteration":"shᵉʼîyâh","pronunciation":"sheh-ee-yaw'","derivation":"from H7582 (שָׁאָה);","strongs_definition":"desolation","kjv_definition":"destruction."} +{"id":"H7592","strongs_number":"H7592","system":"hebrew","language":"hebrew","number_value":7592,"lemma":"שָׁאַל","transliteration":"shâʼal","pronunciation":"shaw-al'","derivation":"or שָׁאֵל; a primitive root;","strongs_definition":"to inquire; by implication, to request; by extension, to demand","kjv_definition":"ask (counsel, on), beg, borrow, lay to charge, consult, demand, desire, [idiom] earnestly, enquire, [phrase] greet, obtain leave, lend, pray, request, require, [phrase] salute, [idiom] straitly, [idiom] surely, wish."} +{"id":"H7593","strongs_number":"H7593","system":"hebrew","language":"hebrew","number_value":7593,"lemma":"שְׁאֵל","transliteration":"shᵉʼêl","pronunciation":"sheh-ale'","derivation":"(Aramaic) corresponding to H7592 (שָׁאַל)","strongs_definition":"{to inquire; by implication, to request; by extension, to demand}","kjv_definition":"ask, demand, require."} +{"id":"H7594","strongs_number":"H7594","system":"hebrew","language":"hebrew","number_value":7594,"lemma":"שְׁאָל","transliteration":"Shᵉʼâl","pronunciation":"sheh-awl'","derivation":"from H7592 (שָׁאַל); request;","strongs_definition":"Sheal, an Israelite","kjv_definition":"Sheal."} +{"id":"H7595","strongs_number":"H7595","system":"hebrew","language":"hebrew","number_value":7595,"lemma":"שְׁאֵלָא","transliteration":"shᵉʼêlâʼ","pronunciation":"sheh-ay-law'","derivation":"(Aramaic) from H7593 (שְׁאֵל);","strongs_definition":"properly, a question (at law), i.e. judicial decision or mandate","kjv_definition":"demand."} +{"id":"H7596","strongs_number":"H7596","system":"hebrew","language":"hebrew","number_value":7596,"lemma":"שְׁאֵלָה","transliteration":"shᵉʼêlâh","pronunciation":"sheh-ay-law'","derivation":"or שֵׁלָה; (1 Samuel 1:17), from H7592 (שָׁאַל);","strongs_definition":"a petition; by implication, a loan","kjv_definition":"loan, petition, request."} +{"id":"H7597","strongs_number":"H7597","system":"hebrew","language":"hebrew","number_value":7597,"lemma":"שְׁאַלְתִּיאֵל","transliteration":"Shᵉʼaltîyʼêl","pronunciation":"sheh-al-tee-ale'","derivation":"or שַׁלְתִּיאֵל; from H7592 (שָׁאַל) and H410 (אֵל); I have asked God;","strongs_definition":"Shealtiel, an Israelite","kjv_definition":"Shalthiel, Shealtiel."} +{"id":"H7598","strongs_number":"H7598","system":"hebrew","language":"hebrew","number_value":7598,"lemma":"שְׁאַלְתִּיאֵל","transliteration":"Shᵉʼaltîyʼêl","pronunciation":"sheh-al-tee-ale'","derivation":"(Aramaic) corresponding to H7597 (שְׁאַלְתִּיאֵל)","strongs_definition":"{Shealtiel, an Israelite}","kjv_definition":"Shealtiel."} +{"id":"H7599","strongs_number":"H7599","system":"hebrew","language":"hebrew","number_value":7599,"lemma":"שָׁאַן","transliteration":"shâʼan","pronunciation":"shaw-an'","derivation":"a primitive root;","strongs_definition":"to loll, i.e. be peaceful","kjv_definition":"be at ease, be quiet, rest. See also H1052 (בֵּית שְׁאָן)."} +{"id":"H7600","strongs_number":"H7600","system":"hebrew","language":"hebrew","number_value":7600,"lemma":"שַׁאֲנָן","transliteration":"shaʼănân","pronunciation":"shah-an-awn'","derivation":"from H7599 (שָׁאַן);","strongs_definition":"secure; in a bad sense, haughty","kjv_definition":"that is at ease, quiet, tumult. Compare H7946 (שַׁלְאֲנָן)."} +{"id":"H7601","strongs_number":"H7601","system":"hebrew","language":"hebrew","number_value":7601,"lemma":"שָׁאַס","transliteration":"shâʼaç","pronunciation":"shaw-as'","derivation":"a primitive root;","strongs_definition":"to plunder","kjv_definition":"spoil."} +{"id":"H7602","strongs_number":"H7602","system":"hebrew","language":"hebrew","number_value":7602,"lemma":"שָׁאַף","transliteration":"shâʼaph","pronunciation":"shaw-af'","derivation":"a primitive root;","strongs_definition":"to inhale eagerly; figuratively, to cover; by implication, to be angry; also to hasten","kjv_definition":"desire (earnestly), devour, haste, pant, snuff up, swallow up."} +{"id":"H7603","strongs_number":"H7603","system":"hebrew","language":"hebrew","number_value":7603,"lemma":"שְׂאֹר","transliteration":"sᵉʼôr","pronunciation":"seh-ore'","derivation":"from H7604 (שָׁאַר);","strongs_definition":"barm or yeast-cake (as swelling by fermentation)","kjv_definition":"leaven."} +{"id":"H7604","strongs_number":"H7604","system":"hebrew","language":"hebrew","number_value":7604,"lemma":"שָׁאַר","transliteration":"shâʼar","pronunciation":"shaw-ar'","derivation":"a primitive root;","strongs_definition":"properly, to swell up, i.e. be (causatively, make) redundant","kjv_definition":"leave, (be) left, let, remain, remnant, reserve, the rest."} +{"id":"H7605","strongs_number":"H7605","system":"hebrew","language":"hebrew","number_value":7605,"lemma":"שְׁאָר","transliteration":"shᵉʼâr","pronunciation":"sheh-awr'","derivation":"from H7604 (שָׁאַר);","strongs_definition":"a remainder","kjv_definition":"[idiom] other, remnant, residue, rest."} +{"id":"H7606","strongs_number":"H7606","system":"hebrew","language":"hebrew","number_value":7606,"lemma":"שְׁאָר","transliteration":"shᵉʼâr","pronunciation":"sheh-awr'","derivation":"(Aramaic) corresponding to H7605 (שְׁאָר)","strongs_definition":"{a remainder}","kjv_definition":"[idiom] whatsoever more, residue, rest."} +{"id":"H7607","strongs_number":"H7607","system":"hebrew","language":"hebrew","number_value":7607,"lemma":"שְׁאֵר","transliteration":"shᵉʼêr","pronunciation":"sheh-ayr'","derivation":"from H7604 (שָׁאַר);","strongs_definition":"flesh (as swelling out), as living or forfood; generally food of any kind; figuratively, kindred by blood","kjv_definition":"body, flesh, food, (near) kin(-sman, -swoman), near (nigh) (of kin)."} +{"id":"H7608","strongs_number":"H7608","system":"hebrew","language":"hebrew","number_value":7608,"lemma":"שַׁאֲרָה","transliteration":"shaʼărâh","pronunciation":"shah-ar-aw'","derivation":"feminine of H7607 (שְׁאֵר);","strongs_definition":"female kindred by blood","kjv_definition":"near kinswomen."} +{"id":"H7609","strongs_number":"H7609","system":"hebrew","language":"hebrew","number_value":7609,"lemma":"שֶׁאֱרָה","transliteration":"Sheʼĕrâh","pronunciation":"sheh-er-aw'","derivation":"the same as H7608 (שַׁאֲרָה);","strongs_definition":"Sheerah, an Israelitess","kjv_definition":"Sherah."} +{"id":"H7610","strongs_number":"H7610","system":"hebrew","language":"hebrew","number_value":7610,"lemma":"שְׁאָר יָשׁוּב","transliteration":"Shᵉʼâr Yâshûwb","pronunciation":"sheh-awr'yaw-shoob'","derivation":"from H7605 (שְׁאָר) and H7725 (שׁוּב); a remnant will return;","strongs_definition":"Shear-Jashub, the symbolic name of one of Isaiah's sons","kjv_definition":"Shear-jashub."} +{"id":"H7611","strongs_number":"H7611","system":"hebrew","language":"hebrew","number_value":7611,"lemma":"שְׁאֵרִית","transliteration":"shᵉʼêrîyth","pronunciation":"sheh-ay-reeth'","derivation":"from H7604 (שָׁאַר);","strongs_definition":"a remainder or residual (surviving, final) portion","kjv_definition":"that had escaped, be left, posterity, remain(-der), remnant, residue, rest."} +{"id":"H7612","strongs_number":"H7612","system":"hebrew","language":"hebrew","number_value":7612,"lemma":"שֵׁאת","transliteration":"shêʼth","pronunciation":"shayth","derivation":"from H7582 (שָׁאָה);","strongs_definition":"devastation","kjv_definition":"desolation."} +{"id":"H7613","strongs_number":"H7613","system":"hebrew","language":"hebrew","number_value":7613,"lemma":"שְׂאֵת","transliteration":"sᵉʼêth","pronunciation":"seh-ayth'","derivation":"from H5375 (נָשָׂא);","strongs_definition":"an elevation or leprous scab; figuratively, elation or cheerfulness; exaltation in rank or character","kjv_definition":"be accepted, dignity, excellency, highness, raise up self, rising."} +{"id":"H7614","strongs_number":"H7614","system":"hebrew","language":"hebrew","number_value":7614,"lemma":"שְׁבָא","transliteration":"Shᵉbâʼ","pronunciation":"sheb-aw'","derivation":"of foreign origin;","strongs_definition":"Sheba, the name of three early progenitors of tribes and of an Ethiopian district","kjv_definition":"Sheba, Sabeans."} +{"id":"H7615","strongs_number":"H7615","system":"hebrew","language":"hebrew","number_value":7615,"lemma":"שְׁבָאִי","transliteration":"Shᵉbâʼîy","pronunciation":"sheb-aw-ee'","derivation":"patronymic from H7614 (שְׁבָא);","strongs_definition":"a Shebaite or descendant of Sheba","kjv_definition":"Sabean."} +{"id":"H7616","strongs_number":"H7616","system":"hebrew","language":"hebrew","number_value":7616,"lemma":"שָׁבָב","transliteration":"shâbâb","pronunciation":"shaw-bawb'","derivation":"from an unused root meaning to break up;","strongs_definition":"a fragment, i.e. ruin","kjv_definition":"broken in pieces."} +{"id":"H7617","strongs_number":"H7617","system":"hebrew","language":"hebrew","number_value":7617,"lemma":"שָׁבָה","transliteration":"shâbâh","pronunciation":"shaw-baw'","derivation":"a primitive root;","strongs_definition":"to transport into captivity","kjv_definition":"(bring away, carry, carry away, lead, lead away, take) captive(-s), drive (take) away."} +{"id":"H7618","strongs_number":"H7618","system":"hebrew","language":"hebrew","number_value":7618,"lemma":"שְׁבוּ","transliteration":"shᵉbûw","pronunciation":"sheb-oo'","derivation":"from an unused root (probably identical with that of H7617 (שָׁבָה) through the idea of subdivision into flashes or streamers (compare H7632 (שָׁבִיב)) meaning to flame;","strongs_definition":"a gem (from its sparkle), probably the agate","kjv_definition":"agate."} +{"id":"H7619","strongs_number":"H7619","system":"hebrew","language":"hebrew","number_value":7619,"lemma":"שְׁבוּאֵל","transliteration":"Shᵉbûwʼêl","pronunciation":"sheb-oo-ale'","derivation":"or שׁוּבָאֵל; from H7617 (שָׁבָה) (abbreviated form) or H7725 (שׁוּב) and H410 (אֵל); captive (or returned) of God;","strongs_definition":"Shebuel or Shubael, the name of two Israelites","kjv_definition":"Shebuel, Shubael."} +{"id":"H7620","strongs_number":"H7620","system":"hebrew","language":"hebrew","number_value":7620,"lemma":"שָׁבוּעַ","transliteration":"shâbûwaʻ","pronunciation":"shaw-boo'-ah","derivation":"or שָׁבֻעַ; also (feminine) שְׁבֻעָה; properly, passive participle of H7650 (שָׁבַע) as a denominative of H7651 (שֶׁבַע);","strongs_definition":"literally, sevened, i.e. a week (specifically, of years)","kjv_definition":"seven, week."} +{"id":"H7621","strongs_number":"H7621","system":"hebrew","language":"hebrew","number_value":7621,"lemma":"שְׁבוּעָה","transliteration":"shᵉbûwʻâh","pronunciation":"sheb-oo-aw'","derivation":"feminine passive participle of H7650 (שָׁבַע);","strongs_definition":"properly, something sworn, i.e. an oath","kjv_definition":"curse, oath, [idiom] sworn."} +{"id":"H7622","strongs_number":"H7622","system":"hebrew","language":"hebrew","number_value":7622,"lemma":"שְׁבוּת","transliteration":"shᵉbûwth","pronunciation":"sheb-ooth'","derivation":"or שְׁבִית; from H7617 (שָׁבָה);","strongs_definition":"exile, concretely, prisoners; figuratively, a former state of prosperity","kjv_definition":"captive(-ity)."} +{"id":"H7623","strongs_number":"H7623","system":"hebrew","language":"hebrew","number_value":7623,"lemma":"שָׁבַח","transliteration":"shâbach","pronunciation":"shaw-bakh'","derivation":"a primitive root;","strongs_definition":"properly, to address in aloud tone, i.e. (specifically) loud; figuratively, to pacify (as if by words)","kjv_definition":"commend, glory, keep in, praise, still, triumph."} +{"id":"H7624","strongs_number":"H7624","system":"hebrew","language":"hebrew","number_value":7624,"lemma":"שְׁבַח","transliteration":"shᵉbach","pronunciation":"sheb-akh'","derivation":"(Aramaic) corresponding to H7623 (שָׁבַח);","strongs_definition":"to adulate, i.e. adore","kjv_definition":"praise."} +{"id":"H7625","strongs_number":"H7625","system":"hebrew","language":"hebrew","number_value":7625,"lemma":"שְׁבַט","transliteration":"shᵉbaṭ","pronunciation":"sheb-at'","derivation":"(Aramaic) corresponding to H7626 (שֵׁבֶט);","strongs_definition":"a clan","kjv_definition":"tribe."} +{"id":"H7626","strongs_number":"H7626","system":"hebrew","language":"hebrew","number_value":7626,"lemma":"שֵׁבֶט","transliteration":"shêbeṭ","pronunciation":"shay'-bet","derivation":"from an unused root probably meaning to branch off;","strongs_definition":"a scion, i.e. (literally) a stick (for punishing, writing, fighting, ruling, walking, etc.) or (figuratively) a clan","kjv_definition":"[idiom] correction, dart, rod, sceptre, staff, tribe."} +{"id":"H7627","strongs_number":"H7627","system":"hebrew","language":"hebrew","number_value":7627,"lemma":"שְׁבָט","transliteration":"Shᵉbâṭ","pronunciation":"sheb-awt'","derivation":"of foreign origin;","strongs_definition":"Shebat, a Jewish month","kjv_definition":"Sebat."} +{"id":"H7628","strongs_number":"H7628","system":"hebrew","language":"hebrew","number_value":7628,"lemma":"שְׁבִי","transliteration":"shᵉbîy","pronunciation":"sheb-ee'","derivation":"from H7618 (שְׁבוּ);","strongs_definition":"exiled; captured; as noun, exile (abstractly or concretely and collectively); by extension, booty","kjv_definition":"captive(-ity), prisoners, [idiom] take away, that was taken."} +{"id":"H7629","strongs_number":"H7629","system":"hebrew","language":"hebrew","number_value":7629,"lemma":"שֹׁבִי","transliteration":"Shôbîy","pronunciation":"sho-bee'","derivation":"from H7617 (שָׁבָה); captor;","strongs_definition":"Shobi, an Ammonite","kjv_definition":"Shobi."} +{"id":"H7630","strongs_number":"H7630","system":"hebrew","language":"hebrew","number_value":7630,"lemma":"שֹׁבַי","transliteration":"Shôbay","pronunciation":"sho-bah'-ee","derivation":"for H7629 (שֹׁבִי);","strongs_definition":"Shobai, an Israelite","kjv_definition":"Shobai."} +{"id":"H7631","strongs_number":"H7631","system":"hebrew","language":"hebrew","number_value":7631,"lemma":"שְׂבִיב","transliteration":"sᵉbîyb","pronunciation":"seb-eeb'","derivation":"(Aramaic) corresponding to H7632 (שָׁבִיב)","strongs_definition":"{flame (as split into tongues)}","kjv_definition":"flame."} +{"id":"H7632","strongs_number":"H7632","system":"hebrew","language":"hebrew","number_value":7632,"lemma":"שָׁבִיב","transliteration":"shâbîyb","pronunciation":"shaw-beeb'","derivation":"from the same as H7616 (שָׁבָב);","strongs_definition":"flame (as split into tongues)","kjv_definition":"spark."} +{"id":"H7633","strongs_number":"H7633","system":"hebrew","language":"hebrew","number_value":7633,"lemma":"שִׁבְיָה","transliteration":"shibyâh","pronunciation":"shib-yaw'","derivation":"feminine of H7628 (שְׁבִי);","strongs_definition":"exile (abstractly or concretely and collectively)","kjv_definition":"captives(-ity)."} +{"id":"H7634","strongs_number":"H7634","system":"hebrew","language":"hebrew","number_value":7634,"lemma":"שׇׁבְיָה","transliteration":"Shobyâh","pronunciation":"shob-yaw'","derivation":"feminine of the same as H7629 (שֹׁבִי); captivation;","strongs_definition":"Shobjah, an Israelite","kjv_definition":"Shachia (from the margin)."} +{"id":"H7635","strongs_number":"H7635","system":"hebrew","language":"hebrew","number_value":7635,"lemma":"שָׁבִיל","transliteration":"shâbîyl","pronunciation":"shaw-beel'","derivation":"from the same as H7640 (שֹׁבֶל);","strongs_definition":"a track or passage-way (as if flowing along)","kjv_definition":"path."} +{"id":"H7636","strongs_number":"H7636","system":"hebrew","language":"hebrew","number_value":7636,"lemma":"שָׁבִיס","transliteration":"shâbîyç","pronunciation":"shaw-beece'","derivation":"from an unused root meaning to interweave;","strongs_definition":"a netting for the hair","kjv_definition":"caul."} +{"id":"H7637","strongs_number":"H7637","system":"hebrew","language":"hebrew","number_value":7637,"lemma":"שְׁבִיעִי","transliteration":"shᵉbîyʻîy","pronunciation":"sheb-ee-ee'","derivation":"or שְׁבִעִי; ordinal from H7657 (שִׁבְעִים);","strongs_definition":"seventh","kjv_definition":"seventh (time)."} +{"id":"H7638","strongs_number":"H7638","system":"hebrew","language":"hebrew","number_value":7638,"lemma":"שָׂבָךְ","transliteration":"sâbâk","pronunciation":"saw-bawk'","derivation":"from an unused root meaning to intwine;","strongs_definition":"a netting (ornament to the capital of a column)","kjv_definition":"net."} +{"id":"H7639","strongs_number":"H7639","system":"hebrew","language":"hebrew","number_value":7639,"lemma":"שְׂבָכָה","transliteration":"sᵉbâkâh","pronunciation":"seb-aw-kaw'","derivation":"feminine of H7638 (שָׂבָךְ);","strongs_definition":"a net-work, i.e. (in hunting) a snare, (in architecture) a ballustrade; also a reticulated ornament to apillar","kjv_definition":"checker, lattice, network, snare, wreath(-enwork)."} +{"id":"H7640","strongs_number":"H7640","system":"hebrew","language":"hebrew","number_value":7640,"lemma":"שֹׁבֶל","transliteration":"shôbel","pronunciation":"show'-bel","derivation":"from an unused root meaning to flow;","strongs_definition":"a lady's train (as trailing after her)","kjv_definition":"leg."} +{"id":"H7641","strongs_number":"H7641","system":"hebrew","language":"hebrew","number_value":7641,"lemma":"שִׁבֹּל","transliteration":"shibbôl","pronunciation":"shib-bole","derivation":"or (feminine) שִׁבֹּלֶת; from the same as H7640 (שֹׁבֶל);","strongs_definition":"a stream (as flowing); also an ear of grain (as growing out); by analogy, a branch","kjv_definition":"branch, channel, ear (of corn), (water-)flood, Shibboleth. Compare H5451 (סִבֹּלֶת)."} +{"id":"H7642","strongs_number":"H7642","system":"hebrew","language":"hebrew","number_value":7642,"lemma":"שַׁבְלוּל","transliteration":"shablûwl","pronunciation":"shab-lool'","derivation":"from the same as H7640 (שֹׁבֶל);","strongs_definition":"a snail (as if floating in its own slime)","kjv_definition":"snail."} +{"id":"H7643","strongs_number":"H7643","system":"hebrew","language":"hebrew","number_value":7643,"lemma":"שְׂבָם","transliteration":"Sᵉbâm","pronunciation":"seb-awm'","derivation":"or (feminine) שִׂבְמָה; probably from H1313 (בָּשָׂם); spice;","strongs_definition":"Sebam or Sibmah, a place in Moab","kjv_definition":"Shebam, Shibmah, Sibmah."} +{"id":"H7644","strongs_number":"H7644","system":"hebrew","language":"hebrew","number_value":7644,"lemma":"שֶׁבְנָא","transliteration":"Shebnâʼ","pronunciation":"sheb-naw'","derivation":"or שֶׁבְנָה; from an unused root meaning to grow; growth;","strongs_definition":"Shebna or Shebnah, an Israelite","kjv_definition":"Shebna, Shebnah."} +{"id":"H7645","strongs_number":"H7645","system":"hebrew","language":"hebrew","number_value":7645,"lemma":"שְׁבַנְיָה","transliteration":"Shᵉbanyâh","pronunciation":"sheb-an-yaw'","derivation":"or שְׁבַנְיָהוּ; from the same as H7644 (שֶׁבְנָא) and H3050 (יָהּ); Jah has grown (i.e. prospered);","strongs_definition":"Shebanjah, the name of three or four Israelites","kjv_definition":"Shebaniah."} +{"id":"H7646","strongs_number":"H7646","system":"hebrew","language":"hebrew","number_value":7646,"lemma":"שָׂבַע","transliteration":"sâbaʻ","pronunciation":"saw-bah'","derivation":"or שָׂבֵעַ; a primitive root;","strongs_definition":"to sate, i.e. fill to satisfaction (literally or figuratively)","kjv_definition":"have enough, fill (full, self, with), be (to the) full (of), have plenty of, be satiate, satisfy (with), suffice, be weary of."} +{"id":"H7647","strongs_number":"H7647","system":"hebrew","language":"hebrew","number_value":7647,"lemma":"שָׂבָע","transliteration":"sâbâʻ","pronunciation":"saw-baw'","derivation":"from H7646 (שָׂבַע);","strongs_definition":"copiousness","kjv_definition":"abundance, plenteous(-ness, -ly)."} +{"id":"H7648","strongs_number":"H7648","system":"hebrew","language":"hebrew","number_value":7648,"lemma":"שֹׂבַע","transliteration":"sôbaʻ","pronunciation":"so'-bah","derivation":"from H7646 (שָׂבַע);","strongs_definition":"satisfaction (of food or (figuratively) joy)","kjv_definition":"fill, full(-ness), satisfying, be satisfied."} +{"id":"H7649","strongs_number":"H7649","system":"hebrew","language":"hebrew","number_value":7649,"lemma":"שָׂבֵעַ","transliteration":"sâbêaʻ","pronunciation":"saw-bay'-ah","derivation":"from H7646 (שָׂבַע);","strongs_definition":"satiated (in a pleasant or disagreeable sense)","kjv_definition":"full (of), satisfied (with)."} +{"id":"H7650","strongs_number":"H7650","system":"hebrew","language":"hebrew","number_value":7650,"lemma":"שָׁבַע","transliteration":"shâbaʻ","pronunciation":"shaw-bah'","derivation":"a primitive root; properly to be complete, but used only as a denominative from H7651 (שֶׁבַע);","strongs_definition":"to seven oneself, i.e. swear (as if by repeating a declaration seven times)","kjv_definition":"adjure, charge (by an oath, with an oath), feed to the full (by mistake for H7646 (שָׂבַע)), take an oath, [idiom] straitly, (cause to, make to) swear."} +{"id":"H7651","strongs_number":"H7651","system":"hebrew","language":"hebrew","number_value":7651,"lemma":"שֶׁבַע","transliteration":"shebaʻ","pronunciation":"sheh'-bah","derivation":"or (masculine) (שִׁבְעָה); from H7650 (שָׁבַע); a primitive cardinal number;","strongs_definition":"seven (as the sacred full one); also (adverbially) seven times; by implication, a week; by extension, an indefinite number","kjv_definition":"([phrase] by) seven(-fold),-s, (-teen, -teenth), -th, times). Compare H7658 (שִׁבְעָנָה)."} +{"id":"H7652","strongs_number":"H7652","system":"hebrew","language":"hebrew","number_value":7652,"lemma":"שֶׁבַע","transliteration":"shebaʻ","pronunciation":"sheh'-bah","derivation":"the same as H7651 (שֶׁבַע); seven;","strongs_definition":"Sheba, the name of a place in Palestine, and of two Israelites","kjv_definition":"Sheba."} +{"id":"H7653","strongs_number":"H7653","system":"hebrew","language":"hebrew","number_value":7653,"lemma":"שִׂבְעָה","transliteration":"sibʻâh","pronunciation":"sib-aw'","derivation":"feminine of H7647 (שָׂבָע);","strongs_definition":"satiety","kjv_definition":"fulness."} +{"id":"H7654","strongs_number":"H7654","system":"hebrew","language":"hebrew","number_value":7654,"lemma":"שׇׂבְעָה","transliteration":"sobʻâh","pronunciation":"sob-aw'","derivation":"feminine of H7648 (שֹׂבַע);","strongs_definition":"satiety","kjv_definition":"(to have) enough, [idiom] till...be full, (un-) satiable, satisfy, [idiom] sufficiently."} +{"id":"H7655","strongs_number":"H7655","system":"hebrew","language":"hebrew","number_value":7655,"lemma":"שִׁבְעָה","transliteration":"shibʻâh","pronunciation":"shib-aw'","derivation":"(Aramaic) corresponding to H7651 (שֶׁבַע)","strongs_definition":"{seven (as the sacred full one); also (adverbially) seven times; by implication, a week; by extension, an indefinite number}","kjv_definition":"seven (times)."} +{"id":"H7656","strongs_number":"H7656","system":"hebrew","language":"hebrew","number_value":7656,"lemma":"שִׁבְעָה","transliteration":"Shibʻâh","pronunciation":"shib-aw'","derivation":"masculine of H7651 (שֶׁבַע); seven(-th);","strongs_definition":"Shebah, a well in Palestine","kjv_definition":"Shebah."} +{"id":"H7657","strongs_number":"H7657","system":"hebrew","language":"hebrew","number_value":7657,"lemma":"שִׁבְעִים","transliteration":"shibʻîym","pronunciation":"shib-eem'","derivation":"multiple of H7651 (שֶׁבַע);","strongs_definition":"seventy","kjv_definition":"seventy, threescore and ten ([phrase] -teen)."} +{"id":"H7658","strongs_number":"H7658","system":"hebrew","language":"hebrew","number_value":7658,"lemma":"שִׁבְעָנָה","transliteration":"shibʻânâh","pronunciation":"shib-aw-naw'","derivation":"prolonged for the masculine of H7651 (שֶׁבַע);","strongs_definition":"seven","kjv_definition":"seven."} +{"id":"H7659","strongs_number":"H7659","system":"hebrew","language":"hebrew","number_value":7659,"lemma":"שִׁבְעָתַיִם","transliteration":"shibʻâthayim","pronunciation":"shib-aw-thah'-yim","derivation":"dual (adverbially) of H7651 (שֶׁבַע);","strongs_definition":"seven-times","kjv_definition":"seven(-fold, times)."} +{"id":"H7660","strongs_number":"H7660","system":"hebrew","language":"hebrew","number_value":7660,"lemma":"שָׁבַץ","transliteration":"shâbats","pronunciation":"shaw-bats'","derivation":"a primitive root;","strongs_definition":"to interweave (colored) threads in squares; by implication (of reticulation) to inchase gems in gold","kjv_definition":"embroider, set."} +{"id":"H7661","strongs_number":"H7661","system":"hebrew","language":"hebrew","number_value":7661,"lemma":"שָׁבָץ","transliteration":"shâbâts","pronunciation":"shaw-bawts'","derivation":"from H7660 (שָׁבַץ);","strongs_definition":"entanglement, i.e. (figuratively) perplexity","kjv_definition":"anguish."} +{"id":"H7662","strongs_number":"H7662","system":"hebrew","language":"hebrew","number_value":7662,"lemma":"שְׁבַק","transliteration":"shᵉbaq","pronunciation":"sheb-ak'","derivation":"(Aramaic) corresponding to the root of H7733 (שׁוֹבֵק);","strongs_definition":"to quit, i.e. allow to remain","kjv_definition":"leave, let alone."} +{"id":"H7663","strongs_number":"H7663","system":"hebrew","language":"hebrew","number_value":7663,"lemma":"שָׂבַר","transliteration":"sâbar","pronunciation":"saw-bar'","derivation":"erroneously שָׁבַר; (Nehemiah 2:13,15), a primitive root;","strongs_definition":"to scrutinize; by implication (of watching) to expect (with hope and patience)","kjv_definition":"hope, tarry, view, wait."} +{"id":"H7664","strongs_number":"H7664","system":"hebrew","language":"hebrew","number_value":7664,"lemma":"שֵׂבֶר","transliteration":"sêber","pronunciation":"say'-ber","derivation":"from H7663 (שָׂבַר);","strongs_definition":"expectation","kjv_definition":"hope."} +{"id":"H7665","strongs_number":"H7665","system":"hebrew","language":"hebrew","number_value":7665,"lemma":"שָׁבַר","transliteration":"shâbar","pronunciation":"shaw-bar'","derivation":"a primitive root;","strongs_definition":"to burst (literally or figuratively)","kjv_definition":"break (down, off, in pieces, up), broken (-hearted), bring to the birth, crush, destroy, hurt, quench, [idiom] quite, tear, view (by mistake for H7663 (שָׂבַר))."} +{"id":"H7666","strongs_number":"H7666","system":"hebrew","language":"hebrew","number_value":7666,"lemma":"שָׁבַר","transliteration":"shâbar","pronunciation":"shaw-bar'","derivation":"denominative from H7668 (שֶׁבֶר);","strongs_definition":"to deal in grain","kjv_definition":"buy, sell."} +{"id":"H7667","strongs_number":"H7667","system":"hebrew","language":"hebrew","number_value":7667,"lemma":"שֶׁבֶר","transliteration":"sheber","pronunciation":"sheh'-ber","derivation":"or שֵׁבֶר; from H7665 (שָׁבַר);","strongs_definition":"a fracture, figuratively, ruin; specifically, a solution (of a dream)","kjv_definition":"affliction, breach, breaking, broken(-footed, -handed), bruise, crashing, destruction, hurt, interpretation, vexation."} +{"id":"H7668","strongs_number":"H7668","system":"hebrew","language":"hebrew","number_value":7668,"lemma":"שֶׁבֶר","transliteration":"sheber","pronunciation":"sheh'-ber","derivation":"the same as H7667 (שֶׁבֶר);","strongs_definition":"grain (as if broken into kernels)","kjv_definition":"corn, victuals."} +{"id":"H7669","strongs_number":"H7669","system":"hebrew","language":"hebrew","number_value":7669,"lemma":"שֶׁבֶר","transliteration":"Sheber","pronunciation":"sheh'-ber","derivation":"the same as H7667 (שֶׁבֶר);","strongs_definition":"Sheber, an Israelite","kjv_definition":"Sheber."} +{"id":"H7670","strongs_number":"H7670","system":"hebrew","language":"hebrew","number_value":7670,"lemma":"שִׁבְרוֹן","transliteration":"shibrôwn","pronunciation":"shib-rone'","derivation":"from H7665 (שָׁבַר);","strongs_definition":"rupture, i.e. a pang; figuratively, ruin","kjv_definition":"breaking, destruction."} +{"id":"H7671","strongs_number":"H7671","system":"hebrew","language":"hebrew","number_value":7671,"lemma":"שְׁבָרִים","transliteration":"Shᵉbârîym","pronunciation":"sheb-aw-reem'","derivation":"plural of H7667 (שֶׁבֶר); ruins;","strongs_definition":"Shebarim, a place in Palestine","kjv_definition":"Shebarim."} +{"id":"H7672","strongs_number":"H7672","system":"hebrew","language":"hebrew","number_value":7672,"lemma":"שְׁבַשׁ","transliteration":"shᵉbash","pronunciation":"sheb-ash'","derivation":"(Aramaic) corresponding to H7660 (שָׁבַץ);","strongs_definition":"to entangle, i.e. perplex","kjv_definition":"be astonished."} +{"id":"H7673","strongs_number":"H7673","system":"hebrew","language":"hebrew","number_value":7673,"lemma":"שָׁבַת","transliteration":"shâbath","pronunciation":"shaw-bath'","derivation":"a primitive root;","strongs_definition":"to repose, i.e. desist from exertion; used in many implied relations (causative, figurative or specific)","kjv_definition":"(cause to, let, make to) cease, celebrate, cause (make) to fail, keep (sabbath), suffer to be lacking, leave, put away (down), (make to) rest, rid, still, take away."} +{"id":"H7674","strongs_number":"H7674","system":"hebrew","language":"hebrew","number_value":7674,"lemma":"שֶׁבֶת","transliteration":"shebeth","pronunciation":"sheh'-beth","derivation":"from H7673 (שָׁבַת);","strongs_definition":"rest, interruption, cessation","kjv_definition":"cease, sit still, loss of time."} +{"id":"H7675","strongs_number":"H7675","system":"hebrew","language":"hebrew","number_value":7675,"lemma":"שֶׁבֶת","transliteration":"shebeth","pronunciation":"sheh'-beth","derivation":"infinitive of H3427 (יָשַׁב);","strongs_definition":"properly, session; but used also concretely, an abode or locality","kjv_definition":"place, seat. Compare H3429 (יֹשֵׁב בַּשֶּׁבֶת)."} +{"id":"H7676","strongs_number":"H7676","system":"hebrew","language":"hebrew","number_value":7676,"lemma":"שַׁבָּת","transliteration":"shabbâth","pronunciation":"shab-bawth'","derivation":"intensive from H7673 (שָׁבַת);","strongs_definition":"intermission, i.e (specifically) the Sabbath","kjv_definition":"([phrase] every) sabbath."} +{"id":"H7677","strongs_number":"H7677","system":"hebrew","language":"hebrew","number_value":7677,"lemma":"שַׁבָּתוֹן","transliteration":"shabbâthôwn","pronunciation":"shab-baw-thone'","derivation":"from H7676 (שַׁבָּת);","strongs_definition":"a sabbatism or special holiday","kjv_definition":"rest, sabbath."} +{"id":"H7678","strongs_number":"H7678","system":"hebrew","language":"hebrew","number_value":7678,"lemma":"שַׁבְּתַי","transliteration":"Shabbᵉthay","pronunciation":"shab-beth-ah'-ee","derivation":"from H7676 (שַׁבָּת); restful;","strongs_definition":"Shabbethai, the name of three Israelites","kjv_definition":"Shabbethai."} +{"id":"H7679","strongs_number":"H7679","system":"hebrew","language":"hebrew","number_value":7679,"lemma":"שָׂגָא","transliteration":"sâgâʼ","pronunciation":"saw-gaw'","derivation":"; a primitive root;","strongs_definition":"to grow, i.e. (causatively) to enlarge, (figuratively) laud","kjv_definition":"increase, magnify."} +{"id":"H7680","strongs_number":"H7680","system":"hebrew","language":"hebrew","number_value":7680,"lemma":"שְׂגָא","transliteration":"sᵉgâʼ","pronunciation":"seg-aw'","derivation":"(Aramaic) corresponding to H7679 (שָׂגָא);","strongs_definition":"to increase","kjv_definition":"grow, be multiplied."} +{"id":"H7681","strongs_number":"H7681","system":"hebrew","language":"hebrew","number_value":7681,"lemma":"שָׁגֶא","transliteration":"Shâgeʼ","pronunciation":"shaw-gay'","derivation":"probably from H7686 (שָׁגָה); erring;","strongs_definition":"Shage, an Israelite","kjv_definition":"Shage."} +{"id":"H7682","strongs_number":"H7682","system":"hebrew","language":"hebrew","number_value":7682,"lemma":"שָׂגַב","transliteration":"sâgab","pronunciation":"saw-gab'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) lofty, especially inaccessible; by implication, safe, strong; used literally and figuratively","kjv_definition":"defend, exalt, be excellent, (be, set on) high, lofty, be safe, set up (on high), be too strong."} +{"id":"H7683","strongs_number":"H7683","system":"hebrew","language":"hebrew","number_value":7683,"lemma":"שָׁגַג","transliteration":"shâgag","pronunciation":"shaw-gag'","derivation":"a primitive root;","strongs_definition":"to stray, i.e. (figuratively) sin (with more or less apology)","kjv_definition":"[idiom] also for that, deceived, err, go astray, sin ignorantly."} +{"id":"H7684","strongs_number":"H7684","system":"hebrew","language":"hebrew","number_value":7684,"lemma":"שְׁגָגָה","transliteration":"shᵉgâgâh","pronunciation":"sheg-aw-gaw'","derivation":"from H7683 (שָׁגַג);","strongs_definition":"a mistake or inadvertent transgression","kjv_definition":"error, ignorance, at unawares; unwittingly."} +{"id":"H7685","strongs_number":"H7685","system":"hebrew","language":"hebrew","number_value":7685,"lemma":"שָׂגָה","transliteration":"sâgâh","pronunciation":"saw-gaw'","derivation":"a primitive root;","strongs_definition":"to enlarge (especially upward, also figuratively)","kjv_definition":"grow (up), increase."} +{"id":"H7686","strongs_number":"H7686","system":"hebrew","language":"hebrew","number_value":7686,"lemma":"שָׁגָה","transliteration":"shâgâh","pronunciation":"shaw-gaw'","derivation":"a primitive root;","strongs_definition":"to stray (causatively, mislead), usually (figuratively) to mistake, especially (morally) to transgress; by extension (through the idea of intoxication) to reel, (figuratively) be enraptured","kjv_definition":"(cause to) go astray, deceive, err, be ravished, sin through ignorance, (let, make to) wander."} +{"id":"H7687","strongs_number":"H7687","system":"hebrew","language":"hebrew","number_value":7687,"lemma":"שְׂגוּב","transliteration":"Sᵉgûwb","pronunciation":"seg-oob'","derivation":"from H7682 (שָׂגַב); aloft;","strongs_definition":"Segub, the name of two Israelites","kjv_definition":"Segub."} +{"id":"H7688","strongs_number":"H7688","system":"hebrew","language":"hebrew","number_value":7688,"lemma":"שָׁגַח","transliteration":"shâgach","pronunciation":"shaw-gakh'","derivation":"a primitive root;","strongs_definition":"to peep, i.e. glance sharply at","kjv_definition":"look (narrowly)."} +{"id":"H7689","strongs_number":"H7689","system":"hebrew","language":"hebrew","number_value":7689,"lemma":"שַׂגִּיא","transliteration":"saggîyʼ","pronunciation":"sag-ghee'","derivation":"from H7679 (שָׂגָא);","strongs_definition":"(superlatively) mighty","kjv_definition":"excellent, great."} +{"id":"H7690","strongs_number":"H7690","system":"hebrew","language":"hebrew","number_value":7690,"lemma":"שַׂגִּיא","transliteration":"saggîyʼ","pronunciation":"sag-ghee'","derivation":"(Aramaic) corresponding to H7689 (שַׂגִּיא);","strongs_definition":"large (in size, quantity or number, also adverbial)","kjv_definition":"exceeding, great(-ly); many, much, sore, very."} +{"id":"H7691","strongs_number":"H7691","system":"hebrew","language":"hebrew","number_value":7691,"lemma":"שְׁגִיאָה","transliteration":"shᵉgîyʼâh","pronunciation":"sheg-ee-aw'","derivation":"from H7686 (שָׁגָה);","strongs_definition":"a moral mistake","kjv_definition":"error."} +{"id":"H7692","strongs_number":"H7692","system":"hebrew","language":"hebrew","number_value":7692,"lemma":"שִׁגָּיוֹן","transliteration":"shiggâyôwn","pronunciation":"shig-gaw-yone'","derivation":"or שִׁגָּיֹנָה; from H7686 (שָׁגָה);","strongs_definition":"properly, aberration, i.e. (technically) a dithyramb or rambling poem","kjv_definition":"Shiggaion, Shigionoth."} +{"id":"H7693","strongs_number":"H7693","system":"hebrew","language":"hebrew","number_value":7693,"lemma":"שָׁגַל","transliteration":"shâgal","pronunciation":"shaw-gal'","derivation":"a primitive root;","strongs_definition":"to copulate with","kjv_definition":"lie with, ravish."} +{"id":"H7694","strongs_number":"H7694","system":"hebrew","language":"hebrew","number_value":7694,"lemma":"שֵׁגָל","transliteration":"shêgâl","pronunciation":"shay-gawl'","derivation":"from H7693 (שָׁגַל);","strongs_definition":"a queen (from cohabitation)","kjv_definition":"queen."} +{"id":"H7695","strongs_number":"H7695","system":"hebrew","language":"hebrew","number_value":7695,"lemma":"שֵׁגָל","transliteration":"shêgâl","pronunciation":"shay-gawl'","derivation":"(Aramaic) corresponding to H7694 (שֵׁגָל);","strongs_definition":"a (legitimate) queen","kjv_definition":"wife."} +{"id":"H7696","strongs_number":"H7696","system":"hebrew","language":"hebrew","number_value":7696,"lemma":"שָׁגַע","transliteration":"shâgaʻ","pronunciation":"shaw-gah'","derivation":"a primitive root;","strongs_definition":"to rave through insanity","kjv_definition":"(be, play the) mad (man)."} +{"id":"H7697","strongs_number":"H7697","system":"hebrew","language":"hebrew","number_value":7697,"lemma":"שִׁגָּעוֹן","transliteration":"shiggâʻôwn","pronunciation":"shig-gaw-yone'","derivation":"from H7696 (שָׁגַע);","strongs_definition":"craziness","kjv_definition":"furiously, madness."} +{"id":"H7698","strongs_number":"H7698","system":"hebrew","language":"hebrew","number_value":7698,"lemma":"שֶׁגֶר","transliteration":"sheger","pronunciation":"sheh'-ger","derivation":"from an unused root probably meaning to eject;","strongs_definition":"the fetus (as finally expelled)","kjv_definition":"that cometh of, increase."} +{"id":"H7699","strongs_number":"H7699","system":"hebrew","language":"hebrew","number_value":7699,"lemma":"שַׁד","transliteration":"shad","pronunciation":"shad","derivation":"or שֹׁד; probably from H7736 (שׁוּד) (in its original sense) contracted;","strongs_definition":"the breast of a woman or animal (as bulging)","kjv_definition":"breast, pap, teat."} +{"id":"H7700","strongs_number":"H7700","system":"hebrew","language":"hebrew","number_value":7700,"lemma":"שֵׁד","transliteration":"shêd","pronunciation":"shade","derivation":"from H7736 (שׁוּד);","strongs_definition":"a doemon (as malignant)","kjv_definition":"devil."} +{"id":"H7701","strongs_number":"H7701","system":"hebrew","language":"hebrew","number_value":7701,"lemma":"שֹׁד","transliteration":"shôd","pronunciation":"shode","derivation":"or שׁוֹד; (Job 5:21), from H7736 (שׁוּד);","strongs_definition":"violence, ravage","kjv_definition":"desolation, destruction, oppression, robbery, spoil(-ed, -er, -ing), wasting."} +{"id":"H7702","strongs_number":"H7702","system":"hebrew","language":"hebrew","number_value":7702,"lemma":"שָׂדַד","transliteration":"sâdad","pronunciation":"saw-dad'","derivation":"a primitive root;","strongs_definition":"to abrade, i.e. harrow afield","kjv_definition":"break clods, harrow."} +{"id":"H7703","strongs_number":"H7703","system":"hebrew","language":"hebrew","number_value":7703,"lemma":"שָׁדַד","transliteration":"shâdad","pronunciation":"shaw-dad'","derivation":"a primitive root;","strongs_definition":"properly, to be burly, i.e. (figuratively) powerful (passively, impregnable); by implication, to ravage","kjv_definition":"dead, destroy(-er), oppress, robber, spoil(-er), [idiom] utterly, (lay) waste."} +{"id":"H7704","strongs_number":"H7704","system":"hebrew","language":"hebrew","number_value":7704,"lemma":"שָׂדֶה","transliteration":"sâdeh","pronunciation":"saw-deh'","derivation":"or שָׂדַי; from an unused root meaning to spread out;","strongs_definition":"a field (as flat)","kjv_definition":"country, field, ground, land, soil, [idiom] wild."} +{"id":"H7705","strongs_number":"H7705","system":"hebrew","language":"hebrew","number_value":7705,"lemma":"שִׁדָּה","transliteration":"shiddâh","pronunciation":"shid-dah'","derivation":"from H7703 (שָׁדַד);","strongs_definition":"a wife (as mistress of the house)","kjv_definition":"[idiom] all sorts, musical instrument."} +{"id":"H7706","strongs_number":"H7706","system":"hebrew","language":"hebrew","number_value":7706,"lemma":"שַׁדַּי","transliteration":"Shadday","pronunciation":"shad-dah'-ee","derivation":"from H7703 (שָׁדַד);","strongs_definition":"the Almighty","kjv_definition":"Almighty."} +{"id":"H7707","strongs_number":"H7707","system":"hebrew","language":"hebrew","number_value":7707,"lemma":"שְׁדֵיאוּר","transliteration":"Shᵉdêyʼûwr","pronunciation":"shed-ay-oor'","derivation":"from the same as H7704 (שָׂדֶה) and H217 (אוּר); spreader of light;","strongs_definition":"Shedejur, an Israelite","kjv_definition":"Shedeur."} +{"id":"H7708","strongs_number":"H7708","system":"hebrew","language":"hebrew","number_value":7708,"lemma":"שִׂדִּים","transliteration":"Siddîym","pronunciation":"sid-deem'","derivation":"plural from the same as H7704 (שָׂדֶה); flats;","strongs_definition":"Siddim, a valley in Palestine","kjv_definition":"Siddim."} +{"id":"H7709","strongs_number":"H7709","system":"hebrew","language":"hebrew","number_value":7709,"lemma":"שְׁדֵמָה","transliteration":"shᵉdêmâh","pronunciation":"shed-ay-maw'","derivation":"apparently from H7704 (שָׂדֶה);","strongs_definition":"a cultivated field","kjv_definition":"blasted, field."} +{"id":"H7710","strongs_number":"H7710","system":"hebrew","language":"hebrew","number_value":7710,"lemma":"שָׁדַף","transliteration":"shâdaph","pronunciation":"shaw-daf'","derivation":"a primitive root;","strongs_definition":"to scorch","kjv_definition":"blast."} +{"id":"H7711","strongs_number":"H7711","system":"hebrew","language":"hebrew","number_value":7711,"lemma":"שְׁדֵפָה","transliteration":"shᵉdêphâh","pronunciation":"shed-ay-faw'","derivation":"or שִׁדָּפוֹן; from H7710 (שָׁדַף);","strongs_definition":"blight","kjv_definition":"blasted(-ing)."} +{"id":"H7712","strongs_number":"H7712","system":"hebrew","language":"hebrew","number_value":7712,"lemma":"שְׁדַר","transliteration":"shᵉdar","pronunciation":"shed-ar'","derivation":"(Aramaic) a primitive root;","strongs_definition":"to endeavor","kjv_definition":"labour."} +{"id":"H7713","strongs_number":"H7713","system":"hebrew","language":"hebrew","number_value":7713,"lemma":"שְׂדֵרָה","transliteration":"sᵉdêrâh","pronunciation":"sed-ay-raw'","derivation":"from an unused root meaning to regulate;","strongs_definition":"a row, i.e. rank (of soldiers), story (of rooms)","kjv_definition":"board, range."} +{"id":"H7714","strongs_number":"H7714","system":"hebrew","language":"hebrew","number_value":7714,"lemma":"שַׁדְרַךְ","transliteration":"Shadrak","pronunciation":"shad-rak'","derivation":"probably of foreign origin;","strongs_definition":"Shadrak, the Babylonian name of one of Daniel's companions","kjv_definition":"Shadrach."} +{"id":"H7715","strongs_number":"H7715","system":"hebrew","language":"hebrew","number_value":7715,"lemma":"שַׁדְרַךְ","transliteration":"Shadrak","pronunciation":"shad-rak'","derivation":"(Aramaic) the same as H7714 (שַׁדְרַךְ)","strongs_definition":"{Shadrak, the Babylonian name of one of Daniel's companions}","kjv_definition":"Shadrach."} +{"id":"H7716","strongs_number":"H7716","system":"hebrew","language":"hebrew","number_value":7716,"lemma":"שֶׂה","transliteration":"seh","pronunciation":"seh","derivation":"or שֵׂי; probably from H7582 (שָׁאָה) through the idea of pushing out to graze;","strongs_definition":"a member of a flock, i.e. a sheep or goat","kjv_definition":"(lesser, small) cattle, ewe, goat, lamb, sheep. Compare H2089 (זֶה)."} +{"id":"H7717","strongs_number":"H7717","system":"hebrew","language":"hebrew","number_value":7717,"lemma":"שָׂהֵד","transliteration":"sâhêd","pronunciation":"saw-hade'","derivation":"from an unused root meaning to testify;","strongs_definition":"a witness","kjv_definition":"record."} +{"id":"H7718","strongs_number":"H7718","system":"hebrew","language":"hebrew","number_value":7718,"lemma":"שֹׁהַם","transliteration":"shôham","pronunciation":"sho'-ham","derivation":"from an unused root probably mean to blanch;","strongs_definition":"a gem, probably the beryl (from its pale green color)","kjv_definition":"onyx."} +{"id":"H7719","strongs_number":"H7719","system":"hebrew","language":"hebrew","number_value":7719,"lemma":"שֹׁהַם","transliteration":"Shôham","pronunciation":"sho'-ham","derivation":"the same as H7718 (שֹׁהַם);","strongs_definition":"Shoham, an Israelite","kjv_definition":"Shoham."} +{"id":"H7720","strongs_number":"H7720","system":"hebrew","language":"hebrew","number_value":7720,"lemma":"שַׂהֲרֹן","transliteration":"sahărôn","pronunciation":"sah-har-one'","derivation":"from the same as H5469 (סַהַר);","strongs_definition":"a round pendant for the neck","kjv_definition":"ornament, round tire like the moon."} +{"id":"H7721","strongs_number":"H7721","system":"hebrew","language":"hebrew","number_value":7721,"lemma":"שׂוֹא","transliteration":"sôwʼ","pronunciation":"so","derivation":"from an unused root (akin to H5375 (נָשָׂא) and H7722 (שׁוֹא)) meaning to rise;","strongs_definition":"a rising","kjv_definition":"arise."} +{"id":"H7722","strongs_number":"H7722","system":"hebrew","language":"hebrew","number_value":7722,"lemma":"שׁוֹא","transliteration":"shôwʼ","pronunciation":"sho","derivation":"or (feminine) שׁוֹאָה; or שֹׁאָה; from an unused root meaning to rush over;","strongs_definition":"a tempest; by implication, devastation","kjv_definition":"desolate(-ion), destroy, destruction, storm, wasteness."} +{"id":"H7723","strongs_number":"H7723","system":"hebrew","language":"hebrew","number_value":7723,"lemma":"שָׁוְא","transliteration":"shâvᵉʼ","pronunciation":"shawv","derivation":"or שַׁו; from the same as H7722 (שׁוֹא) in the sense of desolating;","strongs_definition":"evil (as destructive), literally (ruin) or morally (especially guile); figuratively idolatry (as false, subjective), uselessness (as deceptive, objective; also adverbially, in vain)","kjv_definition":"false(-ly), lie, lying, vain, vanity."} +{"id":"H7724","strongs_number":"H7724","system":"hebrew","language":"hebrew","number_value":7724,"lemma":"שְׁוָא","transliteration":"Shᵉvâʼ","pronunciation":"shev-aw'","derivation":"from the same as H7723 (שָׁוְא); false;","strongs_definition":"Sheva, an Israelite","kjv_definition":"Sheva."} +{"id":"H7725","strongs_number":"H7725","system":"hebrew","language":"hebrew","number_value":7725,"lemma":"שׁוּב","transliteration":"shûwb","pronunciation":"shoob","derivation":"a primitive root;","strongs_definition":"to turn back (hence, away) transitively or intransitively, literally or figuratively (not necessarily with the idea of return to the starting point); generally to retreat; often adverbial, again","kjv_definition":"((break, build, circumcise, dig, do anything, do evil, feed, lay down, lie down, lodge, make, rejoice, send, take, weep)) [idiom] again, (cause to) answer ([phrase] again), [idiom] in any case (wise), [idiom] at all, averse, bring (again, back, home again), call (to mind), carry again (back), cease, [idiom] certainly, come again (back), [idiom] consider, [phrase] continually, convert, deliver (again), [phrase] deny, draw back, fetch home again, [idiom] fro, get (oneself) (back) again, [idiom] give (again), go again (back, home), (go) out, hinder, let, (see) more, [idiom] needs, be past, [idiom] pay, pervert, pull in again, put (again, up again), recall, recompense, recover, refresh, relieve, render (again), requite, rescue, restore, retrieve, (cause to, make to) return, reverse, reward, [phrase] say nay, send back, set again, slide back, still, [idiom] surely, take back (off), (cause to, make to) turn (again, self again, away, back, back again, backward, from, off), withdraw."} +{"id":"H7726","strongs_number":"H7726","system":"hebrew","language":"hebrew","number_value":7726,"lemma":"שׁוֹבָב","transliteration":"shôwbâb","pronunciation":"sho-bawb'","derivation":"from H7725 (שׁוּב);","strongs_definition":"apostate, i.e. idolatrous","kjv_definition":"backsliding, frowardly, turn away (from margin)."} +{"id":"H7727","strongs_number":"H7727","system":"hebrew","language":"hebrew","number_value":7727,"lemma":"שׁוֹבָב","transliteration":"Shôwbâb","pronunciation":"sho-bawb'","derivation":"the same as H7726 (שׁוֹבָב); rebellious;","strongs_definition":"Shobab, the name of two Israelites","kjv_definition":"Shobab."} +{"id":"H7728","strongs_number":"H7728","system":"hebrew","language":"hebrew","number_value":7728,"lemma":"שׁוֹבֵב","transliteration":"shôwbêb","pronunciation":"sho-babe'","derivation":"from H7725 (שׁוּב);","strongs_definition":"apostate, i.e. heathenish or (actually) heathen","kjv_definition":"backsliding."} +{"id":"H7729","strongs_number":"H7729","system":"hebrew","language":"hebrew","number_value":7729,"lemma":"שׁוּבָה","transliteration":"shûwbâh","pronunciation":"shoo-baw'","derivation":"from H7725 (שׁוּב);","strongs_definition":"a return","kjv_definition":"returning."} +{"id":"H7730","strongs_number":"H7730","system":"hebrew","language":"hebrew","number_value":7730,"lemma":"שׂוֹבֶךְ","transliteration":"sôwbek","pronunciation":"so'-bek","derivation":"for H5441 (סֹבֶךְ);","strongs_definition":"a thicket, i.e. interlaced branches","kjv_definition":"thick boughs."} +{"id":"H7731","strongs_number":"H7731","system":"hebrew","language":"hebrew","number_value":7731,"lemma":"שׁוֹבָךְ","transliteration":"Shôwbâk","pronunciation":"sho-bawk'","derivation":"perhaps for H7730 (שׂוֹבֶךְ);","strongs_definition":"Shobak, a Syrian","kjv_definition":"Shobach."} +{"id":"H7732","strongs_number":"H7732","system":"hebrew","language":"hebrew","number_value":7732,"lemma":"שׁוֹבָל","transliteration":"Shôwbâl","pronunciation":"sho-bawl'","derivation":"from the same as H7640 (שֹׁבֶל); overflowing;","strongs_definition":"Shobal, the name of an Edomite and two Israelites","kjv_definition":"Shobal."} +{"id":"H7733","strongs_number":"H7733","system":"hebrew","language":"hebrew","number_value":7733,"lemma":"שׁוֹבֵק","transliteration":"Shôwbêq","pronunciation":"sho-bake'","derivation":"active participle from a primitive root meaning to leave (compare H7662 (שְׁבַק)); forsaking;","strongs_definition":"Shobek, an Israelite","kjv_definition":"Shobek."} +{"id":"H7734","strongs_number":"H7734","system":"hebrew","language":"hebrew","number_value":7734,"lemma":"שׂוּג","transliteration":"sûwg","pronunciation":"soog","derivation":"a primitive root;","strongs_definition":"to retreat","kjv_definition":"turn back."} +{"id":"H7735","strongs_number":"H7735","system":"hebrew","language":"hebrew","number_value":7735,"lemma":"שׂוּג","transliteration":"sûwg","pronunciation":"soog","derivation":"a primitive root;","strongs_definition":"to hedge in","kjv_definition":"make to grow."} +{"id":"H7736","strongs_number":"H7736","system":"hebrew","language":"hebrew","number_value":7736,"lemma":"שׁוּד","transliteration":"shûwd","pronunciation":"shood","derivation":"a primitive root;","strongs_definition":"properly, to swell up, i.e. figuratively (by implication of insolence) to devastate","kjv_definition":"waste."} +{"id":"H7737","strongs_number":"H7737","system":"hebrew","language":"hebrew","number_value":7737,"lemma":"שָׁוָה","transliteration":"shâvâh","pronunciation":"shaw-vaw'","derivation":"a primitive root;","strongs_definition":"properly, to level, i.e. equalize; figuratively, to resemble; by implication, to adjust (i.e. counterbalance, be suitable, compose, place, yield, etc.)","kjv_definition":"avail, behave, bring forth, compare, countervail, (be, make) equal, lay, be (make, a-) like, make plain, profit, reckon."} +{"id":"H7738","strongs_number":"H7738","system":"hebrew","language":"hebrew","number_value":7738,"lemma":"שָׁוָה","transliteration":"shâvâh","pronunciation":"shaw-vaw'","derivation":"a primitive root;","strongs_definition":"to destroy","kjv_definition":"[idiom] substance (from the margin)."} +{"id":"H7739","strongs_number":"H7739","system":"hebrew","language":"hebrew","number_value":7739,"lemma":"שְׁוָה","transliteration":"shᵉvâh","pronunciation":"shev-aw'","derivation":"(Aramaic); corresponding to H7737 (שָׁוָה);","strongs_definition":"to resemble","kjv_definition":"make like."} +{"id":"H7740","strongs_number":"H7740","system":"hebrew","language":"hebrew","number_value":7740,"lemma":"שָׁוֵה","transliteration":"Shâvêh","pronunciation":"shaw-vay'","derivation":"from H7737 (שָׁוָה); plain;","strongs_definition":"Shaveh, a place in Palestine","kjv_definition":"Shaveh."} +{"id":"H7741","strongs_number":"H7741","system":"hebrew","language":"hebrew","number_value":7741,"lemma":"שָׁוֵה קִרְיָתַיִם","transliteration":"Shâvêh Qiryâthayim","pronunciation":"shaw-vay' kir-yawthah'-yim","derivation":"from the same as H7740 (שָׁוֵה) and the dual of H7151 (קִרְיָה); plain of a double city;","strongs_definition":"Shaveh-Kirjathajim, a place East of the Jordan","kjv_definition":"Shaveh Kiriathaim."} +{"id":"H7742","strongs_number":"H7742","system":"hebrew","language":"hebrew","number_value":7742,"lemma":"שׂוּחַ","transliteration":"sûwach","pronunciation":"soo'-akh","derivation":"a primitive root;","strongs_definition":"to muse pensively","kjv_definition":"meditate."} +{"id":"H7743","strongs_number":"H7743","system":"hebrew","language":"hebrew","number_value":7743,"lemma":"שׁוּחַ","transliteration":"shûwach","pronunciation":"shoo'-akh","derivation":"a primitive root;","strongs_definition":"to sink, literally or figuratively","kjv_definition":"bow down, incline, humble."} +{"id":"H7744","strongs_number":"H7744","system":"hebrew","language":"hebrew","number_value":7744,"lemma":"שׁוּחַ","transliteration":"Shûwach","pronunciation":"shoo'-akh","derivation":"from H7743 (שׁוּחַ); dell;","strongs_definition":"Shuach, a son of Abraham","kjv_definition":"Shuah."} +{"id":"H7745","strongs_number":"H7745","system":"hebrew","language":"hebrew","number_value":7745,"lemma":"שׁוּחָה","transliteration":"shûwchâh","pronunciation":"shoo-khaw'","derivation":"from H7743 (שׁוּחַ);","strongs_definition":"a chasm","kjv_definition":"ditch, pit."} +{"id":"H7746","strongs_number":"H7746","system":"hebrew","language":"hebrew","number_value":7746,"lemma":"שׁוּחָה","transliteration":"Shûwchâh","pronunciation":"shoo-khaw'","derivation":"the same as H7745 (שׁוּחָה);","strongs_definition":"Shuchah, an Israelite","kjv_definition":"Shuah."} +{"id":"H7747","strongs_number":"H7747","system":"hebrew","language":"hebrew","number_value":7747,"lemma":"שׁוּחִי","transliteration":"Shûwchîy","pronunciation":"shoo-khee'","derivation":"patronymic from H7744 (שׁוּחַ);","strongs_definition":"a Shuchite or descendant of Shuach","kjv_definition":"Shuhite."} +{"id":"H7748","strongs_number":"H7748","system":"hebrew","language":"hebrew","number_value":7748,"lemma":"שׁוּחָם","transliteration":"Shûwchâm","pronunciation":"shoo-khawm'","derivation":"from H7743 (שׁוּחַ); humbly;","strongs_definition":"Shucham, an Israelite","kjv_definition":"Shuham."} +{"id":"H7749","strongs_number":"H7749","system":"hebrew","language":"hebrew","number_value":7749,"lemma":"שׁוּחָמִי","transliteration":"Shûwchâmîy","pronunciation":"shoo-khaw-mee'","derivation":"patronymic from H7748 (שׁוּחָם);","strongs_definition":"a Shuchamite (collectively)","kjv_definition":"Shuhamites."} +{"id":"H7750","strongs_number":"H7750","system":"hebrew","language":"hebrew","number_value":7750,"lemma":"שׂוּט","transliteration":"sûwṭ","pronunciation":"soot","derivation":"or (by permutation) סוּט; a primitive root;","strongs_definition":"to detrude, i.e. (intransitively and figuratively) become derelict (wrongly practise; namely, idolatry)","kjv_definition":"turn aside to."} +{"id":"H7751","strongs_number":"H7751","system":"hebrew","language":"hebrew","number_value":7751,"lemma":"שׁוּט","transliteration":"shûwṭ","pronunciation":"shoot","derivation":"a primitive root;","strongs_definition":"properly, to push forth; (but used only figuratively) to lash, i.e. (the sea with oars) to row; by implication, to travel","kjv_definition":"go (about, through, to and fro), mariner, rower, run to and fro."} +{"id":"H7752","strongs_number":"H7752","system":"hebrew","language":"hebrew","number_value":7752,"lemma":"שׁוֹט","transliteration":"shôwṭ","pronunciation":"shote","derivation":"from H7751 (שׁוּט);","strongs_definition":"a lash (literally or figuratively)","kjv_definition":"scourge, whip."} +{"id":"H7753","strongs_number":"H7753","system":"hebrew","language":"hebrew","number_value":7753,"lemma":"שׂוּךְ","transliteration":"sûwk","pronunciation":"sook","derivation":"a primitive root;","strongs_definition":"to entwine, i.e. shut in (for formation, protection or restraint)","kjv_definition":"fence, (make an) hedge (up)."} +{"id":"H7754","strongs_number":"H7754","system":"hebrew","language":"hebrew","number_value":7754,"lemma":"שׂוֹךְ","transliteration":"sôwk","pronunciation":"soke","derivation":"or (feminine) שׂוֹכָה; from H7753 (שׂוּךְ);","strongs_definition":"a branch (as interleaved)","kjv_definition":"bough."} +{"id":"H7755","strongs_number":"H7755","system":"hebrew","language":"hebrew","number_value":7755,"lemma":"שׂוֹכֹה","transliteration":"Sôwkôh","pronunciation":"so-ko'","derivation":"or שֹׂכֹה; or שׂוֹכוֹ; from H7753 (שׂוּךְ);","strongs_definition":"Sokoh or Soko, the name of two places in Palestine","kjv_definition":"Shocho, Shochoh, Sochoh, Soco, Socoh."} +{"id":"H7756","strongs_number":"H7756","system":"hebrew","language":"hebrew","number_value":7756,"lemma":"שׂוּכָתִי","transliteration":"Sûwkâthîy","pronunciation":"soo-kaw-thee'","derivation":"probably patronymic from a name corresponding to H7754 (שׂוֹךְ) (feminine);","strongs_definition":"a Sukathite or descendant of an unknown Israelite named Sukah","kjv_definition":"Suchathite."} +{"id":"H7757","strongs_number":"H7757","system":"hebrew","language":"hebrew","number_value":7757,"lemma":"שׁוּל","transliteration":"shûwl","pronunciation":"shool","derivation":"from an unused root meaning to hang down;","strongs_definition":"a skirt; by implication, a bottom edge","kjv_definition":"hem, skirt, train."} +{"id":"H7758","strongs_number":"H7758","system":"hebrew","language":"hebrew","number_value":7758,"lemma":"שׁוֹלָל","transliteration":"shôwlâl","pronunciation":"sho-lawl'","derivation":"or שֵׁילָל; (Micah 1:8), from H7997 (שָׁלַל);","strongs_definition":"nude (especially bare-foot); by implication, captive","kjv_definition":"spoiled, stripped."} +{"id":"H7759","strongs_number":"H7759","system":"hebrew","language":"hebrew","number_value":7759,"lemma":"שׁוּלַמִּית","transliteration":"Shûwlammîyth","pronunciation":"shoo-lam-meeth'","derivation":"from H7999 (שָׁלַם);","strongs_definition":"peaceful (with the article always prefixed, making it a pet name); the Shulammith, an epithet of Solomon's queen","kjv_definition":"Shulamite."} +{"id":"H7760","strongs_number":"H7760","system":"hebrew","language":"hebrew","number_value":7760,"lemma":"שׂוּם","transliteration":"sûwm","pronunciation":"soom","derivation":"or שִׂים; a primitive root;","strongs_definition":"to put (used in a great variety of applications, literal, figurative, inferentially, and elliptically)","kjv_definition":"[idiom] any wise, appoint, bring, call (a name), care, cast in, change, charge, commit, consider, convey, determine, [phrase] disguise, dispose, do, get, give, heap up, hold, impute, lay (down, up), leave, look, make (out), mark, [phrase] name, [idiom] on, ordain, order, [phrase] paint, place, preserve, purpose, put (on), [phrase] regard, rehearse, reward, (cause to) set (on, up), shew, [phrase] stedfastly, take, [idiom] tell, [phrase] tread down, (over-)turn, [idiom] wholly, work."} +{"id":"H7761","strongs_number":"H7761","system":"hebrew","language":"hebrew","number_value":7761,"lemma":"שׂוּם","transliteration":"sûwm","pronunciation":"soom","derivation":"(Aramaic) corresponding to H7760 (שׂוּם)","strongs_definition":"{to put (used in a great variety of applications, literal, figurative, inferentially, and elliptically)}","kjv_definition":"[phrase] command, give, lay, make, [phrase] name, [phrase] regard, set."} +{"id":"H7762","strongs_number":"H7762","system":"hebrew","language":"hebrew","number_value":7762,"lemma":"שׁוּם","transliteration":"shûwm","pronunciation":"shoom","derivation":"from an unused root meaning to exhale;","strongs_definition":"garlic (from its rank odor)","kjv_definition":"garlic."} +{"id":"H7763","strongs_number":"H7763","system":"hebrew","language":"hebrew","number_value":7763,"lemma":"שׁוֹמֵר","transliteration":"Shôwmêr","pronunciation":"sho-mare'","derivation":"or שֹׁמֵר; active participle of H8104 (שָׁמַר); keeper;","strongs_definition":"Shomer, the name of two Israelites","kjv_definition":"Shomer."} +{"id":"H7764","strongs_number":"H7764","system":"hebrew","language":"hebrew","number_value":7764,"lemma":"שׁוּנִי","transliteration":"Shûwnîy","pronunciation":"shoo-nee'","derivation":"from an unused root meaning to rest; quiet;","strongs_definition":"Shuni, an Israelite","kjv_definition":"Shuni."} +{"id":"H7765","strongs_number":"H7765","system":"hebrew","language":"hebrew","number_value":7765,"lemma":"שׁוּנִי","transliteration":"Shûwnîy","pronunciation":"shoo-nee'","derivation":"patronymic from H7764 (שׁוּנִי);","strongs_definition":"a Shunite (collectively) or descendants of Shuni","kjv_definition":"Shunites."} +{"id":"H7766","strongs_number":"H7766","system":"hebrew","language":"hebrew","number_value":7766,"lemma":"שׁוּנֵם","transliteration":"Shûwnêm","pronunciation":"shoo-name'","derivation":"probably from the same as H7764 (שׁוּנִי); quietly;","strongs_definition":"Shunem, a place in Pal","kjv_definition":"Shunem."} +{"id":"H7767","strongs_number":"H7767","system":"hebrew","language":"hebrew","number_value":7767,"lemma":"שׁוּנַמִּית","transliteration":"Shûwnammîyth","pronunciation":"shoo-nam-meeth'","derivation":"patrial from H7766 (שׁוּנֵם);","strongs_definition":"a Shunammitess, or female inhabitant of Shunem","kjv_definition":"Shunamite."} +{"id":"H7768","strongs_number":"H7768","system":"hebrew","language":"hebrew","number_value":7768,"lemma":"שָׁוַע","transliteration":"shâvaʻ","pronunciation":"shaw-vah'","derivation":"a primitive root;","strongs_definition":"properly, to be free; but used only causatively and reflexively, to halloo (for help, i.e. freedom from some trouble)","kjv_definition":"cry (aloud, out), shout."} +{"id":"H7769","strongs_number":"H7769","system":"hebrew","language":"hebrew","number_value":7769,"lemma":"שׁוּעַ","transliteration":"shûwaʻ","pronunciation":"shoo'-ah","derivation":"from H7768 (שָׁוַע);","strongs_definition":"a halloo","kjv_definition":"cry, riches."} +{"id":"H7770","strongs_number":"H7770","system":"hebrew","language":"hebrew","number_value":7770,"lemma":"שׁוּעַ","transliteration":"Shûwaʻ","pronunciation":"shoo'-ah","derivation":"the same as H7769 (שׁוּעַ);","strongs_definition":"Shua, a Canaanite","kjv_definition":"Shua, Shuah."} +{"id":"H7771","strongs_number":"H7771","system":"hebrew","language":"hebrew","number_value":7771,"lemma":"שׁוֹעַ","transliteration":"shôwaʻ","pronunciation":"sho'-ah","derivation":"from H7768 (שָׁוַע) in the original sense of freedom;","strongs_definition":"a noble, i.e. liberal, opulent; also (as noun in the derived sense) a halloo","kjv_definition":"bountiful, crying, rich."} +{"id":"H7772","strongs_number":"H7772","system":"hebrew","language":"hebrew","number_value":7772,"lemma":"שׁוֹעַ","transliteration":"Shôwaʻ","pronunciation":"sho'-ah","derivation":"the same as H7771 (שׁוֹעַ); rich;","strongs_definition":"Shoa, an Oriental people","kjv_definition":"Shoa."} +{"id":"H7773","strongs_number":"H7773","system":"hebrew","language":"hebrew","number_value":7773,"lemma":"שֶׁוַע","transliteration":"shevaʻ","pronunciation":"sheh'-vah","derivation":"from H7768 (שָׁוַע);","strongs_definition":"a halloo","kjv_definition":"cry."} +{"id":"H7774","strongs_number":"H7774","system":"hebrew","language":"hebrew","number_value":7774,"lemma":"שׁוּעָא","transliteration":"Shûwʻâʼ","pronunciation":"shoo-aw'","derivation":"from H7768 (שָׁוַע); wealth;","strongs_definition":"Shua, an Israelitess","kjv_definition":"Shua."} +{"id":"H7775","strongs_number":"H7775","system":"hebrew","language":"hebrew","number_value":7775,"lemma":"שַׁוְעָה","transliteration":"shavʻâh","pronunciation":"shav-aw'","derivation":"feminine of H7773 (שֶׁוַע);","strongs_definition":"a hallooing","kjv_definition":"crying."} +{"id":"H7776","strongs_number":"H7776","system":"hebrew","language":"hebrew","number_value":7776,"lemma":"שׁוּעָל","transliteration":"shûwʻâl","pronunciation":"shoo-awl'","derivation":"or שֻׁעָל; from the same as H8168 (שֹׁעַל);","strongs_definition":"a jackal (as a burrower)","kjv_definition":"fox."} +{"id":"H7777","strongs_number":"H7777","system":"hebrew","language":"hebrew","number_value":7777,"lemma":"שׁוּעָל","transliteration":"Shûwʻâl","pronunciation":"shoo-awl'","derivation":"the same as H7776 (שׁוּעָל);","strongs_definition":"Shual, the name of an Israelite and of a place in Palestine","kjv_definition":"Shual."} +{"id":"H7778","strongs_number":"H7778","system":"hebrew","language":"hebrew","number_value":7778,"lemma":"שׁוֹעֵר","transliteration":"shôwʻêr","pronunciation":"sho-are'","derivation":"or שֹׁעֵר active participle of H8176 (שָׁעַר) (as denominative from H8179 (שַׁעַר));","strongs_definition":"a janitor","kjv_definition":"doorkeeper, porter."} +{"id":"H7779","strongs_number":"H7779","system":"hebrew","language":"hebrew","number_value":7779,"lemma":"שׁוּף","transliteration":"shûwph","pronunciation":"shoof","derivation":"a primitive root;","strongs_definition":"properly, to gape, i.e. snap at; figuratively, to overwhelm","kjv_definition":"break, bruise, cover."} +{"id":"H7780","strongs_number":"H7780","system":"hebrew","language":"hebrew","number_value":7780,"lemma":"שׁוֹפָךְ","transliteration":"Shôwphâk","pronunciation":"sho-fawk'","derivation":"from H8210 (שָׁפַךְ); poured;","strongs_definition":"Shophak, a Syrian","kjv_definition":"Shophach."} +{"id":"H7781","strongs_number":"H7781","system":"hebrew","language":"hebrew","number_value":7781,"lemma":"שׁוּפָמִי","transliteration":"Shûwphâmîy","pronunciation":"shoo-faw-mee'","derivation":"patronymic from H8197 (שְׁפוּפָם);","strongs_definition":"a Shuphamite (collectively) or descendants of Shephupham","kjv_definition":"Shuphamite."} +{"id":"H7782","strongs_number":"H7782","system":"hebrew","language":"hebrew","number_value":7782,"lemma":"שׁוֹפָר","transliteration":"shôwphâr","pronunciation":"sho-far'","derivation":"or שֹׁפָר; from H8231 (שָׁפַר) in the original sense of incising;","strongs_definition":"a cornet (as giving a clear sound) or curved horn","kjv_definition":"cornet, trumpet."} +{"id":"H7783","strongs_number":"H7783","system":"hebrew","language":"hebrew","number_value":7783,"lemma":"שׁוּק","transliteration":"shûwq","pronunciation":"shook","derivation":"a primitive root;","strongs_definition":"to run after or over, i.e. overflow","kjv_definition":"overflow, water."} +{"id":"H7784","strongs_number":"H7784","system":"hebrew","language":"hebrew","number_value":7784,"lemma":"שׁוּק","transliteration":"shûwq","pronunciation":"shook","derivation":"from H7783 (שׁוּק);","strongs_definition":"a street (as run over)","kjv_definition":"street."} +{"id":"H7785","strongs_number":"H7785","system":"hebrew","language":"hebrew","number_value":7785,"lemma":"שׁוֹק","transliteration":"shôwq","pronunciation":"shoke","derivation":"from H7783 (שׁוּק);","strongs_definition":"the (lower) leg (as a runner)","kjv_definition":"hip, leg, shoulder, thigh."} +{"id":"H7786","strongs_number":"H7786","system":"hebrew","language":"hebrew","number_value":7786,"lemma":"שׂוּר","transliteration":"sûwr","pronunciation":"soor","derivation":"a primitive root;","strongs_definition":"properly, to vanquish; by implication, to rule (causatively, crown)","kjv_definition":"make princes, have power, reign. See H5493 (סוּר)."} +{"id":"H7787","strongs_number":"H7787","system":"hebrew","language":"hebrew","number_value":7787,"lemma":"שׂוּר","transliteration":"sûwr","pronunciation":"soor","derivation":"a primitive root (identical with H7786 (שׂוּר) through the idea of reducing to pieces; compare H4883 (מַשּׂוֹר));","strongs_definition":"to saw","kjv_definition":"cut."} +{"id":"H7788","strongs_number":"H7788","system":"hebrew","language":"hebrew","number_value":7788,"lemma":"שׁוּר","transliteration":"shûwr","pronunciation":"shoor","derivation":"a primitive root;","strongs_definition":"properly, to turn, i.e. travel about (as a harlot or a merchant)","kjv_definition":"go, singular See also H7891 (שִׁיר)."} +{"id":"H7789","strongs_number":"H7789","system":"hebrew","language":"hebrew","number_value":7789,"lemma":"שׁוּר","transliteration":"shûwr","pronunciation":"shoor","derivation":"a primitive root (identical with through the idea of going round for inspection);","strongs_definition":"to spy out, i.e. (generally) survey, (for evil) lurk for, (for good) care for","kjv_definition":"behold, lay wait, look, observe, perceive, regard, see."} +{"id":"H7790","strongs_number":"H7790","system":"hebrew","language":"hebrew","number_value":7790,"lemma":"שׁוּר","transliteration":"shûwr","pronunciation":"shoor","derivation":"from H7889 (שִׁימוֹן);","strongs_definition":"a foe (as lying in wait)","kjv_definition":"enemy."} +{"id":"H7791","strongs_number":"H7791","system":"hebrew","language":"hebrew","number_value":7791,"lemma":"שׁוּר","transliteration":"shûwr","pronunciation":"shoor","derivation":"from H7788 (שׁוּר);","strongs_definition":"a wall (as going about)","kjv_definition":"wall."} +{"id":"H7792","strongs_number":"H7792","system":"hebrew","language":"hebrew","number_value":7792,"lemma":"שׁוּר","transliteration":"shûwr","pronunciation":"shoor","derivation":"(Aramaic) corresponding to H7791 (שׁוּר)","strongs_definition":"{a wall (as going about)}","kjv_definition":"wall."} +{"id":"H7793","strongs_number":"H7793","system":"hebrew","language":"hebrew","number_value":7793,"lemma":"שׁוּר","transliteration":"Shûwr","pronunciation":"shoor","derivation":"the same as H7791 (שׁוּר);","strongs_definition":"Shur, a region of the Desert","kjv_definition":"Shur."} +{"id":"H7794","strongs_number":"H7794","system":"hebrew","language":"hebrew","number_value":7794,"lemma":"שׁוֹר","transliteration":"shôwr","pronunciation":"shore","derivation":"from H7788 (שׁוּר);","strongs_definition":"a bullock (as a traveller)","kjv_definition":"bull(-ock), cow, ox, wall (by mistake for H7791 (שׁוּר))."} +{"id":"H7795","strongs_number":"H7795","system":"hebrew","language":"hebrew","number_value":7795,"lemma":"שׂוֹרָה","transliteration":"sôwrâh","pronunciation":"so-raw'","derivation":"from H7786 (שׂוּר) in the primitive sense of H5493 (סוּר);","strongs_definition":"properly, a ring, i.e. (by analogy) a row (adverbially)","kjv_definition":"principal."} +{"id":"H7796","strongs_number":"H7796","system":"hebrew","language":"hebrew","number_value":7796,"lemma":"שׂוֹרֵק","transliteration":"Sôwrêq","pronunciation":"so-rake'","derivation":"the same as H8321 (שֹׂרֵק); a vine;","strongs_definition":"Sorek, a valley in Palestine","kjv_definition":"Sorek."} +{"id":"H7797","strongs_number":"H7797","system":"hebrew","language":"hebrew","number_value":7797,"lemma":"שׂוּשׂ","transliteration":"sûws","pronunciation":"soos","derivation":"or שִׂישׂ; a primitive root;","strongs_definition":"to be bright, i.e. cheerful","kjv_definition":"be glad, [idiom] greatly, joy, make mirth, rejoice."} +{"id":"H7798","strongs_number":"H7798","system":"hebrew","language":"hebrew","number_value":7798,"lemma":"שַׁוְשָׁא","transliteration":"Shavshâʼ","pronunciation":"shav-shaw'","derivation":"from H7797 (שׂוּשׂ); joyful;","strongs_definition":"Shavsha, an Israelite","kjv_definition":"Shavsha."} +{"id":"H7799","strongs_number":"H7799","system":"hebrew","language":"hebrew","number_value":7799,"lemma":"שׁוּשַׁן","transliteration":"shûwshan","pronunciation":"shoo-shan'","derivation":"or שׁוֹשָׁן; or שֹׁשָׁן; and (feminine) שׁוֹשַׁנָּה; from H7797 (שׂוּשׂ);","strongs_definition":"a lily (from its whiteness), as aflower of architectural ornament; also a (straight) trumpet (from the tubular shape)","kjv_definition":"lily, Shoshannim."} +{"id":"H7800","strongs_number":"H7800","system":"hebrew","language":"hebrew","number_value":7800,"lemma":"שׁוּשַׁן","transliteration":"Shûwshan","pronunciation":"shoo-shan'","derivation":"the same as H7799 (שׁוּשַׁן);","strongs_definition":"Shushan, a place in Persia","kjv_definition":"Shushan."} +{"id":"H7801","strongs_number":"H7801","system":"hebrew","language":"hebrew","number_value":7801,"lemma":"שׁוּשַׁנְכִי","transliteration":"Shûwshankîy","pronunciation":"shoo-shan-kee'","derivation":"(Aramaic) of foreign origin;","strongs_definition":"a Shushankite (collectively) or inhabitants of some unknown place in Assyrian","kjv_definition":"Susanchites."} +{"id":"H7802","strongs_number":"H7802","system":"hebrew","language":"hebrew","number_value":7802,"lemma":"שׁוּשַׁן עֵדוּת","transliteration":"Shûwshan ʻÊdûwth","pronunciation":"shoo-shan' ay-dooth'","derivation":"or (plural of former) שׁוֹשַׁנִּים עֵדוּתlemma שׁוֹשַׁנִּיס עֵדוּת samekh, corrected to שׁוֹשַׁנִּים עֵדוּת; from H7799 (שׁוּשַׁן) and H5715 (עֵדוּת); lily (or trumpet) of assemblage;","strongs_definition":"Shushan-Eduth or Shoshannim-Eduth, the title of a popular song","kjv_definition":"Shoshannim-Eduth, Shushan-eduth."} +{"id":"H7803","strongs_number":"H7803","system":"hebrew","language":"hebrew","number_value":7803,"lemma":"שׁוּתֶלַח","transliteration":"Shûwthelach","pronunciation":"shoo-theh'-lakh","derivation":"probably from H7582 (שָׁאָה) and the same as H8520 (תֶּלַח); crash of breakage;","strongs_definition":"Shuthelach, the name of two Israelites","kjv_definition":"Shuthelah."} +{"id":"H7804","strongs_number":"H7804","system":"hebrew","language":"hebrew","number_value":7804,"lemma":"שְׁזַב","transliteration":"shᵉzab","pronunciation":"shez-ab'","derivation":"(Aramaic) corresponding to H5800 (עָזַב);","strongs_definition":"to leave, i.e. (causatively) free","kjv_definition":"deliver."} +{"id":"H7805","strongs_number":"H7805","system":"hebrew","language":"hebrew","number_value":7805,"lemma":"שָׁזַף","transliteration":"shâzaph","pronunciation":"shaw-zaf'","derivation":"a primitive root;","strongs_definition":"to tan (by sunburning); figuratively (as if by a piercing ray) to scan","kjv_definition":"look up, see."} +{"id":"H7806","strongs_number":"H7806","system":"hebrew","language":"hebrew","number_value":7806,"lemma":"שָׁזַר","transliteration":"shâzar","pronunciation":"shaw-zar'","derivation":"a primitive root;","strongs_definition":"to twist (a thread of straw)","kjv_definition":"twine."} +{"id":"H7807","strongs_number":"H7807","system":"hebrew","language":"hebrew","number_value":7807,"lemma":"שַׁח","transliteration":"shach","pronunciation":"shakh","derivation":"from H7817 (שָׁחַח);","strongs_definition":"sunk, i.e. downcast","kjv_definition":"[phrase] humble."} +{"id":"H7808","strongs_number":"H7808","system":"hebrew","language":"hebrew","number_value":7808,"lemma":"שֵׂחַ","transliteration":"sêach","pronunciation":"say'-akh","derivation":"for H7879 (שִׂיחַ);","strongs_definition":"communion, i.e. (reflexively) meditation","kjv_definition":"thought."} +{"id":"H7809","strongs_number":"H7809","system":"hebrew","language":"hebrew","number_value":7809,"lemma":"שָׁחַד","transliteration":"shâchad","pronunciation":"shaw-khad'","derivation":"a primitive root;","strongs_definition":"to donate, i.e. bribe","kjv_definition":"hire, give a reward."} +{"id":"H7810","strongs_number":"H7810","system":"hebrew","language":"hebrew","number_value":7810,"lemma":"שַׁחַד","transliteration":"shachad","pronunciation":"shakh'-ad","derivation":"from H7809 (שָׁחַד);","strongs_definition":"a donation (venal or redemptive)","kjv_definition":"bribe(-ry), gift, present, reward."} +{"id":"H7811","strongs_number":"H7811","system":"hebrew","language":"hebrew","number_value":7811,"lemma":"שָׂחָה","transliteration":"sâchâh","pronunciation":"saw-khaw'","derivation":"a primitive root;","strongs_definition":"to swim; causatively, to inundate","kjv_definition":"(make to) swim."} +{"id":"H7812","strongs_number":"H7812","system":"hebrew","language":"hebrew","number_value":7812,"lemma":"שָׁחָה","transliteration":"shâchâh","pronunciation":"shaw-khaw'","derivation":"a primitive root;","strongs_definition":"to depress, i.e. prostrate (especially reflexive, in homage to royalty or God)","kjv_definition":"bow (self) down, crouch, fall down (flat), humbly beseech, do (make) obeisance, do reverence, make to stoop, worship."} +{"id":"H7813","strongs_number":"H7813","system":"hebrew","language":"hebrew","number_value":7813,"lemma":"שָׂחוּ","transliteration":"sâchûw","pronunciation":"saw'-khoo","derivation":"from H7811 (שָׂחָה);","strongs_definition":"a pond (for swimming)","kjv_definition":"to swim in."} +{"id":"H7814","strongs_number":"H7814","system":"hebrew","language":"hebrew","number_value":7814,"lemma":"שְׂחוֹק","transliteration":"sᵉchôwq","pronunciation":"sekh-oke'","derivation":"or שְׂחֹק; from H7832 (שָׂחַק);","strongs_definition":"laughter (in merriment or defiance)","kjv_definition":"derision, laughter(-ed to scorn, -ing), mocked, sport."} +{"id":"H7815","strongs_number":"H7815","system":"hebrew","language":"hebrew","number_value":7815,"lemma":"שְׁחוֹר","transliteration":"shᵉchôwr","pronunciation":"shekh-ore'","derivation":"from H7835 (שָׁחַר);","strongs_definition":"dinginess, i.e. perhaps soot","kjv_definition":"coal."} +{"id":"H7816","strongs_number":"H7816","system":"hebrew","language":"hebrew","number_value":7816,"lemma":"שְׁחוּת","transliteration":"shᵉchûwth","pronunciation":"shekh-ooth'","derivation":"from H7812 (שָׁחָה);","strongs_definition":"pit","kjv_definition":"pit."} +{"id":"H7817","strongs_number":"H7817","system":"hebrew","language":"hebrew","number_value":7817,"lemma":"שָׁחַח","transliteration":"shâchach","pronunciation":"shaw-khakh'","derivation":"a primitive root;","strongs_definition":"to sink or depress (reflexive or causative)","kjv_definition":"bend, bow (down), bring (cast) down, couch, humble self, be (bring) low, stoop."} +{"id":"H7818","strongs_number":"H7818","system":"hebrew","language":"hebrew","number_value":7818,"lemma":"שָׂחַט","transliteration":"sâchaṭ","pronunciation":"saw-khat'","derivation":"a primitive root;","strongs_definition":"to tread out, i.e. squeeze (grapes)","kjv_definition":"press."} +{"id":"H7819","strongs_number":"H7819","system":"hebrew","language":"hebrew","number_value":7819,"lemma":"שָׁחַט","transliteration":"shâchaṭ","pronunciation":"shaw-khat'","derivation":"a primitive root;","strongs_definition":"to slaughter (in sacrifice or massacre)","kjv_definition":"kill, offer, shoot out, slay, slaughter."} +{"id":"H7820","strongs_number":"H7820","system":"hebrew","language":"hebrew","number_value":7820,"lemma":"שָׁחַט","transliteration":"shâchaṭ","pronunciation":"shaw-khat'","derivation":"a primitive root (identical with H7819 (שָׁחַט) through the idea of striking);","strongs_definition":"to hammer out","kjv_definition":"beat."} +{"id":"H7821","strongs_number":"H7821","system":"hebrew","language":"hebrew","number_value":7821,"lemma":"שְׁחִיטָה","transliteration":"shᵉchîyṭâh","pronunciation":"shekh-ee-taw'","derivation":"from H7819 (שָׁחַט);","strongs_definition":"slaughter","kjv_definition":"killing."} +{"id":"H7822","strongs_number":"H7822","system":"hebrew","language":"hebrew","number_value":7822,"lemma":"שְׁחִין","transliteration":"shᵉchîyn","pronunciation":"shekh-een'","derivation":"from an unused root probably meaning to burn;","strongs_definition":"inflammation, i.e. an ulcer","kjv_definition":"boil, botch."} +{"id":"H7823","strongs_number":"H7823","system":"hebrew","language":"hebrew","number_value":7823,"lemma":"שָׁחִיס","transliteration":"shâchîyç","pronunciation":"shaw-khece'","derivation":"or סָחִישׁ; from an unused root apparently meaning to sprout;","strongs_definition":"aftergrowth","kjv_definition":"(that) which springeth of the same."} +{"id":"H7824","strongs_number":"H7824","system":"hebrew","language":"hebrew","number_value":7824,"lemma":"שָׁחִיף","transliteration":"shâchîyph","pronunciation":"shaw-kheef'","derivation":"from the same as H7828 (שַׁחַף);","strongs_definition":"a board (as chipped thin)","kjv_definition":"cieled with."} +{"id":"H7825","strongs_number":"H7825","system":"hebrew","language":"hebrew","number_value":7825,"lemma":"שְׁחִית","transliteration":"shᵉchîyth","pronunciation":"shekh-eeth'","derivation":"from H7812 (שָׁחָה);","strongs_definition":"a pit-fall (literally or figuratively)","kjv_definition":"destruction, pit."} +{"id":"H7826","strongs_number":"H7826","system":"hebrew","language":"hebrew","number_value":7826,"lemma":"שַׁחַל","transliteration":"shachal","pronunciation":"shakh'-al","derivation":"from an unused root probably meaning to roar;","strongs_definition":"a lion (from his characteristic roar)","kjv_definition":"(fierce) lion."} +{"id":"H7827","strongs_number":"H7827","system":"hebrew","language":"hebrew","number_value":7827,"lemma":"שְׁחֵלֶת","transliteration":"shᵉchêleth","pronunciation":"shekh-ay'-leth","derivation":"apparently from the same as H7826 (שַׁחַל) through some obscure idea, perhaps that of peeling off by concussion of sound;","strongs_definition":"a scale or shell, i.e. the aromatic mussel.","kjv_definition":"onycha."} +{"id":"H7828","strongs_number":"H7828","system":"hebrew","language":"hebrew","number_value":7828,"lemma":"שַׁחַף","transliteration":"shachaph","pronunciation":"shakh'-af","derivation":"from an unused root meaning to peel, i.e. emaciate;","strongs_definition":"the gull (as thin)","kjv_definition":"cuckoo."} +{"id":"H7829","strongs_number":"H7829","system":"hebrew","language":"hebrew","number_value":7829,"lemma":"שַׁחֶפֶת","transliteration":"shachepheth","pronunciation":"shakh-eh'-feth","derivation":"from the same as H7828 (שַׁחַף);","strongs_definition":"emaciation","kjv_definition":"consumption."} +{"id":"H7830","strongs_number":"H7830","system":"hebrew","language":"hebrew","number_value":7830,"lemma":"שַׁחַץ","transliteration":"shachats","pronunciation":"shakh'-ats","derivation":"from an unused root apparently meaning to strut;","strongs_definition":"haughtiness (as evinced by the attitude)","kjv_definition":"[idiom] lion, pride."} +{"id":"H7831","strongs_number":"H7831","system":"hebrew","language":"hebrew","number_value":7831,"lemma":"שַׁחֲצוֹם","transliteration":"Shachătsôwm","pronunciation":"shakh-ats-ome'","derivation":"from the same as H7830 (שַׁחַץ); proudly;","strongs_definition":"Shachatsom, a place in Palestine","kjv_definition":"Shahazimah (from the margin)."} +{"id":"H7832","strongs_number":"H7832","system":"hebrew","language":"hebrew","number_value":7832,"lemma":"שָׂחַק","transliteration":"sâchaq","pronunciation":"saw-khak'","derivation":"a primitive root;","strongs_definition":"to laugh (in pleasure or detraction); by implication, to play","kjv_definition":"deride, have in derision, laugh, make merry, mock(-er), play, rejoice, (laugh to) scorn, be in (make) sport."} +{"id":"H7833","strongs_number":"H7833","system":"hebrew","language":"hebrew","number_value":7833,"lemma":"שָׁחַק","transliteration":"shâchaq","pronunciation":"shaw-khak'","derivation":"a primitive root;","strongs_definition":"to comminate (by trituration or attrition)","kjv_definition":"beat, wear."} +{"id":"H7834","strongs_number":"H7834","system":"hebrew","language":"hebrew","number_value":7834,"lemma":"שַׁחַק","transliteration":"shachaq","pronunciation":"shakh'-ak","derivation":"from H7833 (שָׁחַק);","strongs_definition":"a powder (as beaten small); by analogy, a thin vapor; by extension, the firmament","kjv_definition":"cloud, small dust, heaven, sky."} +{"id":"H7835","strongs_number":"H7835","system":"hebrew","language":"hebrew","number_value":7835,"lemma":"שָׁחַר","transliteration":"shâchar","pronunciation":"shaw-khar'","derivation":"a primitive root (identical with H7836 (שָׁחַר) through the idea of the duskiness of early dawn);","strongs_definition":"to be dim or dark (in color)","kjv_definition":"be black."} +{"id":"H7836","strongs_number":"H7836","system":"hebrew","language":"hebrew","number_value":7836,"lemma":"שָׁחַר","transliteration":"shâchar","pronunciation":"shaw-khar'","derivation":"a primitive root;","strongs_definition":"properly, to dawn, i.e. (figuratively) be (up) early at any task (with the implication of earnestness); by extension, to search for (with painstaking)","kjv_definition":"(do something) betimes, enquire early, rise (seek) betimes, seek diligently) early, in the morning)."} +{"id":"H7837","strongs_number":"H7837","system":"hebrew","language":"hebrew","number_value":7837,"lemma":"שַׁחַר","transliteration":"shachar","pronunciation":"shakh'-ar","derivation":"from H7836 (שָׁחַר);","strongs_definition":"dawn (literal, figurative or adverbial)","kjv_definition":"day(-spring), early, light, morning, whence riseth."} +{"id":"H7838","strongs_number":"H7838","system":"hebrew","language":"hebrew","number_value":7838,"lemma":"שָׁחֹר","transliteration":"shâchôr","pronunciation":"shaw-khore'","derivation":"or שָׁחוֹר; from H7835 (שָׁחַר);","strongs_definition":"properly, dusky, but also (absol.) jetty","kjv_definition":"black."} +{"id":"H7839","strongs_number":"H7839","system":"hebrew","language":"hebrew","number_value":7839,"lemma":"שַׁחֲרוּת","transliteration":"shachărûwth","pronunciation":"shakh-ar-ooth'","derivation":"from H7836 (שָׁחַר);","strongs_definition":"a dawning, i.e. (figuratively) juvenescence","kjv_definition":"youth."} +{"id":"H7840","strongs_number":"H7840","system":"hebrew","language":"hebrew","number_value":7840,"lemma":"שְׁחַרְחֹרֶת","transliteration":"shᵉcharchôreth","pronunciation":"shekh-ar-kho'-reth","derivation":"from H7835 (שָׁחַר);","strongs_definition":"swarthy","kjv_definition":"black."} +{"id":"H7841","strongs_number":"H7841","system":"hebrew","language":"hebrew","number_value":7841,"lemma":"שְׁחַרְיָה","transliteration":"Shᵉcharyâh","pronunciation":"shekh-ar-yaw'","derivation":"from H7836 (שָׁחַר) and H3050 (יָהּ); Jah has sought;","strongs_definition":"Shecharjah, an Israelite","kjv_definition":"Shehariah."} +{"id":"H7842","strongs_number":"H7842","system":"hebrew","language":"hebrew","number_value":7842,"lemma":"שַׁחֲרַיִם","transliteration":"Shachărayim","pronunciation":"shakh-ar-ah'-yim","derivation":"dual of H7837 (שַׁחַר); double dawn;","strongs_definition":"Shacharajim, an Israelite","kjv_definition":"Shaharaim."} +{"id":"H7843","strongs_number":"H7843","system":"hebrew","language":"hebrew","number_value":7843,"lemma":"שָׁחַת","transliteration":"shâchath","pronunciation":"shaw-khath'","derivation":"a primitive root;","strongs_definition":"to decay, i.e. (causatively) ruin (literally or figuratively)","kjv_definition":"batter, cast off, corrupt(-er, thing), destroy(-er, -uction), lose, mar, perish, spill, spoiler, [idiom] utterly, waste(-r)."} +{"id":"H7844","strongs_number":"H7844","system":"hebrew","language":"hebrew","number_value":7844,"lemma":"שְׁחַת","transliteration":"shᵉchath","pronunciation":"shekh-ath'","derivation":"(Aramaic) corresponding to H7843 (שָׁחַת)","strongs_definition":"{to decay, i.e. (causatively) ruin (literally or figuratively)}","kjv_definition":"corrupt, fault."} +{"id":"H7845","strongs_number":"H7845","system":"hebrew","language":"hebrew","number_value":7845,"lemma":"שַׁחַת","transliteration":"shachath","pronunciation":"shakh'-ath","derivation":"from H7743 (שׁוּחַ);","strongs_definition":"a pit (especially as a trap); figuratively, destruction","kjv_definition":"corruption, destruction, ditch, grave, pit."} +{"id":"H7846","strongs_number":"H7846","system":"hebrew","language":"hebrew","number_value":7846,"lemma":"שֵׂט","transliteration":"sêṭ","pronunciation":"sayte","derivation":"or סֵט; from H7750 (שׂוּט);","strongs_definition":"a departure from right, i.e. sin","kjv_definition":"revolter, that turn aside."} +{"id":"H7847","strongs_number":"H7847","system":"hebrew","language":"hebrew","number_value":7847,"lemma":"שָׂטָה","transliteration":"sâṭâh","pronunciation":"saw-taw'","derivation":"a primitive root;","strongs_definition":"to deviate from duty","kjv_definition":"decline, go aside, turn."} +{"id":"H7848","strongs_number":"H7848","system":"hebrew","language":"hebrew","number_value":7848,"lemma":"שִׁטָּה","transliteration":"shiṭṭâh","pronunciation":"shit-taw'","derivation":"feminine of a derivative (only in the plural שִׁטִּים; meaning the sticks of wood) from the same as H7850 (שֹׁטֵט);","strongs_definition":"the acacia (from its scourging thorns)","kjv_definition":"shittah, shittim. See also H1029 (בֵּית הַשִּׁטָּה)."} +{"id":"H7849","strongs_number":"H7849","system":"hebrew","language":"hebrew","number_value":7849,"lemma":"שָׁטַח","transliteration":"shâṭach","pronunciation":"shaw-takh'","derivation":"a primitive root;","strongs_definition":"to expand","kjv_definition":"all abroad, enlarge, spread, stretch out."} +{"id":"H7850","strongs_number":"H7850","system":"hebrew","language":"hebrew","number_value":7850,"lemma":"שֹׁטֵט","transliteration":"shôṭêṭ","pronunciation":"sho-tate'","derivation":"active participle of an otherwise unused root meaning (properly, to pierce; but only as a denominative from H7752 (שׁוֹט))","strongs_definition":"to flog; a goad","kjv_definition":"scourge."} +{"id":"H7851","strongs_number":"H7851","system":"hebrew","language":"hebrew","number_value":7851,"lemma":"שִׁטִּים","transliteration":"Shiṭṭîym","pronunciation":"shit-teem'","derivation":"the same as the plural of H7848 (שִׁטָּה); acacia trees;","strongs_definition":"Shittim, a place East of the Jordan","kjv_definition":"Shittim."} +{"id":"H7852","strongs_number":"H7852","system":"hebrew","language":"hebrew","number_value":7852,"lemma":"שָׂטַם","transliteration":"sâṭam","pronunciation":"saw-tam'","derivation":"a primitive root;","strongs_definition":"properly, to lurk for, i.e. persecute","kjv_definition":"hate, oppose self against."} +{"id":"H7853","strongs_number":"H7853","system":"hebrew","language":"hebrew","number_value":7853,"lemma":"שָׂטַן","transliteration":"sâṭan","pronunciation":"saw-tan'","derivation":"a primitive root;","strongs_definition":"to attack, (figuratively) accuse","kjv_definition":"(be an) adversary, resist."} +{"id":"H7854","strongs_number":"H7854","system":"hebrew","language":"hebrew","number_value":7854,"lemma":"שָׂטָן","transliteration":"sâṭân","pronunciation":"saw-tawn'","derivation":"from H7853 (שָׂטַן);","strongs_definition":"an opponent; especially (with the article prefixed) Satan, the arch-enemy of good","kjv_definition":"adversary, Satan, withstand."} +{"id":"H7855","strongs_number":"H7855","system":"hebrew","language":"hebrew","number_value":7855,"lemma":"שִׂטְנָה","transliteration":"siṭnâh","pronunciation":"sit-naw'","derivation":"from H7853 (שָׂטַן);","strongs_definition":"opposition (by letter)","kjv_definition":"accusation."} +{"id":"H7856","strongs_number":"H7856","system":"hebrew","language":"hebrew","number_value":7856,"lemma":"שִׂטְנָה","transliteration":"Siṭnâh","pronunciation":"sit-naw'","derivation":"the same as H7855 (שִׂטְנָה);","strongs_definition":"Sitnah, the name of a well in Pal","kjv_definition":"Sitnah."} +{"id":"H7857","strongs_number":"H7857","system":"hebrew","language":"hebrew","number_value":7857,"lemma":"שָׁטַף","transliteration":"shâṭaph","pronunciation":"shaw-taf'","derivation":"a primitive root;","strongs_definition":"to gush; by implication, to inundate, cleanse; by analogy, to gallop, conquer","kjv_definition":"drown, (over-) flow(-whelm, rinse, run, rush, (throughly) wash (away)."} +{"id":"H7858","strongs_number":"H7858","system":"hebrew","language":"hebrew","number_value":7858,"lemma":"שֶׁטֶף","transliteration":"sheṭeph","pronunciation":"sheh'-tef","derivation":"or שֵׁטֶף; from H7857 (שָׁטַף);","strongs_definition":"a deluge (literally or figuratively)","kjv_definition":"flood, outrageous, overflowing."} +{"id":"H7859","strongs_number":"H7859","system":"hebrew","language":"hebrew","number_value":7859,"lemma":"שְׁטַר","transliteration":"shᵉṭar","pronunciation":"shet-ar'","derivation":"(Aramaic) of uncertain derivation;","strongs_definition":"a side","kjv_definition":"side."} +{"id":"H7860","strongs_number":"H7860","system":"hebrew","language":"hebrew","number_value":7860,"lemma":"שֹׁטֵר","transliteration":"shôṭêr","pronunciation":"sho-tare'","derivation":"active participle of an otherwise unused root probably meaning to write;","strongs_definition":"properly, a scribe, i.e. (by analogy or implication) an official superintendent or magistrate","kjv_definition":"officer, overseer, ruler."} +{"id":"H7861","strongs_number":"H7861","system":"hebrew","language":"hebrew","number_value":7861,"lemma":"שִׁטְרַי","transliteration":"Shiṭray","pronunciation":"shit-rah'-ee","derivation":"from the same as H7860 (שֹׁטֵר); magisterial;","strongs_definition":"Shitrai, an Israelite","kjv_definition":"Shitrai."} +{"id":"H7862","strongs_number":"H7862","system":"hebrew","language":"hebrew","number_value":7862,"lemma":"שַׁי","transliteration":"shay","pronunciation":"shah'-ee","derivation":"probably from H7737 (שָׁוָה);","strongs_definition":"a gift (as available)","kjv_definition":"present."} +{"id":"H7863","strongs_number":"H7863","system":"hebrew","language":"hebrew","number_value":7863,"lemma":"שִׂיא","transliteration":"sîyʼ","pronunciation":"see","derivation":"from the same as H7721 (שׂוֹא) by permutation;","strongs_definition":"elevation","kjv_definition":"excellency."} +{"id":"H7864","strongs_number":"H7864","system":"hebrew","language":"hebrew","number_value":7864,"lemma":"שְׁיָא","transliteration":"Shᵉyâʼ","pronunciation":"sheh-yaw'","derivation":"for H7724 (שְׁוָא);","strongs_definition":"Sheja, an Israelite","kjv_definition":"Sheva (from the margin)."} +{"id":"H7865","strongs_number":"H7865","system":"hebrew","language":"hebrew","number_value":7865,"lemma":"שִׂיאֹן","transliteration":"Sîyʼôn","pronunciation":"see-ohn'","derivation":"from H7863 (שִׂיא); peak;","strongs_definition":"Sion, the summit of Mount Hermon","kjv_definition":"Sion."} +{"id":"H7866","strongs_number":"H7866","system":"hebrew","language":"hebrew","number_value":7866,"lemma":"שִׁיאוֹן","transliteration":"Shîyʼôwn","pronunciation":"shee-ohn'","derivation":"from the same as H7722 (שׁוֹא); ruin;","strongs_definition":"Shijon, a place in Palestine","kjv_definition":"Shihon."} +{"id":"H7867","strongs_number":"H7867","system":"hebrew","language":"hebrew","number_value":7867,"lemma":"שִׂיב","transliteration":"sîyb","pronunciation":"seeb","derivation":"a primitive root;","strongs_definition":"properly, to become aged, i.e. (by implication) to grow gray","kjv_definition":"(be) grayheaded."} +{"id":"H7868","strongs_number":"H7868","system":"hebrew","language":"hebrew","number_value":7868,"lemma":"שִׂיב","transliteration":"sîyb","pronunciation":"seeb","derivation":"(Aramaic) corresponding to H7867 (שִׂיב)","strongs_definition":"{properly, to become aged, i.e. (by implication) to grow gray}","kjv_definition":"elder."} +{"id":"H7869","strongs_number":"H7869","system":"hebrew","language":"hebrew","number_value":7869,"lemma":"שֵׂיב","transliteration":"sêyb","pronunciation":"sabe","derivation":"from H7867 (שִׂיב);","strongs_definition":"old age","kjv_definition":"age."} +{"id":"H7870","strongs_number":"H7870","system":"hebrew","language":"hebrew","number_value":7870,"lemma":"שִׁיבָה","transliteration":"shîybâh","pronunciation":"shee-baw'","derivation":"by permutation from H7725 (שׁוּב);","strongs_definition":"a return (of property)","kjv_definition":"captivity."} +{"id":"H7871","strongs_number":"H7871","system":"hebrew","language":"hebrew","number_value":7871,"lemma":"שִׁיבָה","transliteration":"shîybâh","pronunciation":"shee-baw'","derivation":"from H3427 (יָשַׁב);","strongs_definition":"residence","kjv_definition":"while...lay."} +{"id":"H7872","strongs_number":"H7872","system":"hebrew","language":"hebrew","number_value":7872,"lemma":"שֵׂיבָה","transliteration":"sêybâh","pronunciation":"say-baw'","derivation":"feminine of H7869 (שֵׂיב);","strongs_definition":"old age","kjv_definition":"(be) gray (grey hoar,-y) hairs (head,-ed), old age."} +{"id":"H7873","strongs_number":"H7873","system":"hebrew","language":"hebrew","number_value":7873,"lemma":"שִׂיג","transliteration":"sîyg","pronunciation":"seeg","derivation":"from H7734 (שׂוּג);","strongs_definition":"a withdrawal (into a private place)","kjv_definition":"pursuing."} +{"id":"H7874","strongs_number":"H7874","system":"hebrew","language":"hebrew","number_value":7874,"lemma":"שִׂיד","transliteration":"sîyd","pronunciation":"seed","derivation":"a primitive root probably meaning to boil up (compare H7736 (שׁוּד)); used only as denominative from H7875 (שִׂיד);","strongs_definition":"to plaster","kjv_definition":"plaister."} +{"id":"H7875","strongs_number":"H7875","system":"hebrew","language":"hebrew","number_value":7875,"lemma":"שִׂיד","transliteration":"sîyd","pronunciation":"seed","derivation":"from H7874 (שִׂיד)lemma שׂיד missing vowel, corrected to שִׂיד;","strongs_definition":"lime (as boiling when slacked)","kjv_definition":"lime, plaister."} +{"id":"H7876","strongs_number":"H7876","system":"hebrew","language":"hebrew","number_value":7876,"lemma":"שָׁיָה","transliteration":"shâyâh","pronunciation":"shaw-yaw'","derivation":"a primitive root;","strongs_definition":"to keep in memory","kjv_definition":"be unmindful. (Render Deuteronomy 32:18, 'A Rock bore thee, thou must recollect; and (yet) thou hast forgotten,' etc.)"} +{"id":"H7877","strongs_number":"H7877","system":"hebrew","language":"hebrew","number_value":7877,"lemma":"שִׁיזָא","transliteration":"Shîyzâʼ","pronunciation":"shee-zaw'","derivation":"of unknown derivation;","strongs_definition":"Shiza, an Israelite","kjv_definition":"Shiza."} +{"id":"H7878","strongs_number":"H7878","system":"hebrew","language":"hebrew","number_value":7878,"lemma":"שִׂיחַ","transliteration":"sîyach","pronunciation":"see'-akh","derivation":"a primitive root;","strongs_definition":"to ponder, i.e. (by implication) converse (with oneself, and hence, aloud) or (transitively) utter","kjv_definition":"commune, complain, declare, meditate, muse, pray, speak, talk (with)."} +{"id":"H7879","strongs_number":"H7879","system":"hebrew","language":"hebrew","number_value":7879,"lemma":"שִׂיחַ","transliteration":"sîyach","pronunciation":"see'-akh","derivation":"from H7878 (שִׂיחַ);","strongs_definition":"a contemplation; by implication, an utterance","kjv_definition":"babbling, communication, complaint, meditation, prayer, talk."} +{"id":"H7880","strongs_number":"H7880","system":"hebrew","language":"hebrew","number_value":7880,"lemma":"שִׂיחַ","transliteration":"sîyach","pronunciation":"see'-akh","derivation":"from H7878 (שִׂיחַ);","strongs_definition":"a shoot (as if uttered or put forth), i.e. (generally) shrubbery","kjv_definition":"bush, plant, shrub."} +{"id":"H7881","strongs_number":"H7881","system":"hebrew","language":"hebrew","number_value":7881,"lemma":"שִׂיחָה","transliteration":"sîychâh","pronunciation":"see-khaw'","derivation":"feminine of H7879 (שִׂיחַ);","strongs_definition":"reflection; be extension, devotion","kjv_definition":"meditation, prayer."} +{"id":"H7882","strongs_number":"H7882","system":"hebrew","language":"hebrew","number_value":7882,"lemma":"שִׁיחָה","transliteration":"shîychâh","pronunciation":"shee-khaw'","derivation":"for H7745 (שׁוּחָה);","strongs_definition":"a pit-fall","kjv_definition":"pit."} +{"id":"H7883","strongs_number":"H7883","system":"hebrew","language":"hebrew","number_value":7883,"lemma":"שִׁיחוֹר","transliteration":"Shîychôwr","pronunciation":"shee-khore'","derivation":"or שִׁחוֹר; or שִׁחֹר; probably from H7835 (שָׁחַר); dark, i.e. turbid;","strongs_definition":"Shichor, a stream of Egypt","kjv_definition":"Shihor, Sihor."} +{"id":"H7884","strongs_number":"H7884","system":"hebrew","language":"hebrew","number_value":7884,"lemma":"שִׁיחוֹר לִבְנָת","transliteration":"Shîychôwr Libnâth","pronunciation":"shee-khore' lib-nawth'","derivation":"from the same as H7883 (שִׁיחוֹר) and H3835 (לָבַן); darkish whiteness;","strongs_definition":"Shichor-Libnath, a stream of Palestine","kjv_definition":"Shihor-libnath."} +{"id":"H7885","strongs_number":"H7885","system":"hebrew","language":"hebrew","number_value":7885,"lemma":"שַׁיִט","transliteration":"shayiṭ","pronunciation":"shay'-yit","derivation":"from H7751 (שׁוּט); also compare H7752 (שׁוֹט)","strongs_definition":"an oar; a scourge (figuratively)","kjv_definition":"oar, scourge."} +{"id":"H7886","strongs_number":"H7886","system":"hebrew","language":"hebrew","number_value":7886,"lemma":"שִׁילֹה","transliteration":"Shîylôh","pronunciation":"shee-lo'","derivation":"from H7951 (שָׁלָה); tranquil;","strongs_definition":"Shiloh, an epithet of the Messiah","kjv_definition":"Shiloh."} +{"id":"H7887","strongs_number":"H7887","system":"hebrew","language":"hebrew","number_value":7887,"lemma":"שִׁילֹה","transliteration":"Shîylôh","pronunciation":"shee-lo'","derivation":"or שִׁלֹה; or שִׁילוֹ; or שִׁלוֹ; from the same as H7886 (שִׁילֹה);","strongs_definition":"Shiloh, a place in Palestine","kjv_definition":"Shiloh."} +{"id":"H7888","strongs_number":"H7888","system":"hebrew","language":"hebrew","number_value":7888,"lemma":"שִׁילוֹנִי","transliteration":"Shîylôwnîy","pronunciation":"shee-lo-nee'","derivation":"or שִׁילֹנִי; or שִׁלֹנִי; from H7887 (שִׁילֹה);","strongs_definition":"a Shilonite or inhabitant of Shiloh","kjv_definition":"Shilonite."} +{"id":"H7889","strongs_number":"H7889","system":"hebrew","language":"hebrew","number_value":7889,"lemma":"שִׁימוֹן","transliteration":"Shîymôwn","pronunciation":"shee-mone'","derivation":"apparently for H3452 (יְשִׁימוֹן); desert;","strongs_definition":"Shimon, an Israelite","kjv_definition":"Shimon."} +{"id":"H7890","strongs_number":"H7890","system":"hebrew","language":"hebrew","number_value":7890,"lemma":"שַׁיִן","transliteration":"shayin","pronunciation":"shah'-yin","derivation":"from an unused root meaning to urinate;","strongs_definition":"urine","kjv_definition":"piss."} +{"id":"H7891","strongs_number":"H7891","system":"hebrew","language":"hebrew","number_value":7891,"lemma":"שִׁיר","transliteration":"shîyr","pronunciation":"sheer","derivation":"or (the original form) שׁוּר; (1 Samuel 18:6), a primitive root (rather identical with H7788 (שׁוּר) through the idea of strolling minstrelsy);","strongs_definition":"to sing","kjv_definition":"behold (by mistake for H7789 (שׁוּר)), sing(-er, -ing man, -ing woman)."} +{"id":"H7892","strongs_number":"H7892","system":"hebrew","language":"hebrew","number_value":7892,"lemma":"שִׁיר","transliteration":"shîyr","pronunciation":"sheer","derivation":"or feminine שִׁירָה; from H7891 (שִׁיר);","strongs_definition":"a song; abstractly, singing","kjv_definition":"musical(-ick), [idiom] sing(-er, -ing), song."} +{"id":"H7893","strongs_number":"H7893","system":"hebrew","language":"hebrew","number_value":7893,"lemma":"שַׁיִשׁ","transliteration":"shayish","pronunciation":"shah'-yish","derivation":"from an unused root meaning to bleach, i.e. whiten; See H8336 (שֵׁשׁ).","strongs_definition":"white, i.e. marble.","kjv_definition":null} +{"id":"H7894","strongs_number":"H7894","system":"hebrew","language":"hebrew","number_value":7894,"lemma":"שִׁישָׁא","transliteration":"Shîyshâʼ","pronunciation":"shee-shaw'","derivation":"from the same as H7893 (שַׁיִשׁ); whiteness;","strongs_definition":"Shisha, an Israelite","kjv_definition":"Shisha."} +{"id":"H7895","strongs_number":"H7895","system":"hebrew","language":"hebrew","number_value":7895,"lemma":"שִׁישַׁק","transliteration":"Shîyshaq","pronunciation":"shee-shak'","derivation":"or שׁוּשַׁק; of Egyptian derivation;","strongs_definition":"Shishak, an Egyptian king","kjv_definition":"Shishak."} +{"id":"H7896","strongs_number":"H7896","system":"hebrew","language":"hebrew","number_value":7896,"lemma":"שִׁית","transliteration":"shîyth","pronunciation":"sheeth","derivation":"a primitive root;","strongs_definition":"to place (in a very wide application)","kjv_definition":"apply, appoint, array, bring, consider, lay (up), let alone, [idiom] look, make, mark, put (on), [phrase] regard, set, shew, be stayed, [idiom] take."} +{"id":"H7897","strongs_number":"H7897","system":"hebrew","language":"hebrew","number_value":7897,"lemma":"שִׁית","transliteration":"shîyth","pronunciation":"sheeth","derivation":"from H7896 (שִׁית);","strongs_definition":"a dress (as put on)","kjv_definition":"attire."} +{"id":"H7898","strongs_number":"H7898","system":"hebrew","language":"hebrew","number_value":7898,"lemma":"שַׁיִת","transliteration":"shayith","pronunciation":"shah'-yith","derivation":"from H7896 (שִׁית);","strongs_definition":"scrub or trash, i.e. wild growth of weeds or briers (as if put on the field)","kjv_definition":"thorns."} +{"id":"H7899","strongs_number":"H7899","system":"hebrew","language":"hebrew","number_value":7899,"lemma":"שֵׂךְ","transliteration":"sêk","pronunciation":"sake","derivation":"from H5526 (סָכַךְ) in the sense of H7753 (שׂוּךְ);","strongs_definition":"a brier (as of a hedge)","kjv_definition":"prick."} +{"id":"H7900","strongs_number":"H7900","system":"hebrew","language":"hebrew","number_value":7900,"lemma":"שֹׂךְ","transliteration":"sôk","pronunciation":"soke","derivation":"from H5526 (סָכַךְ) in the sense of H7753 (שׂוּךְ);","strongs_definition":"a booth (as interlaced)","kjv_definition":"tabernacle."} +{"id":"H7901","strongs_number":"H7901","system":"hebrew","language":"hebrew","number_value":7901,"lemma":"שָׁכַב","transliteration":"shâkab","pronunciation":"shaw-kab'","derivation":"a primitive root;","strongs_definition":"to lie down (for rest, sexual connection, decease or any other purpose)","kjv_definition":"[idiom] at all, cast down, (lover-)lay (self) (down), (make to) lie (down, down to sleep, still with), lodge, ravish, take rest, sleep, stay."} +{"id":"H7902","strongs_number":"H7902","system":"hebrew","language":"hebrew","number_value":7902,"lemma":"שְׁכָבָה","transliteration":"shᵉkâbâh","pronunciation":"shek-aw-baw'","derivation":"from H7901 (שָׁכַב);","strongs_definition":"a lying down (of dew, or for the sexual act)","kjv_definition":"[idiom] carnally, copulation, [idiom] lay, seed."} +{"id":"H7903","strongs_number":"H7903","system":"hebrew","language":"hebrew","number_value":7903,"lemma":"שְׁכֹבֶת","transliteration":"shᵉkôbeth","pronunciation":"shek-o'-beth","derivation":"from H7901 (שָׁכַב);","strongs_definition":"a (sexual) lying with","kjv_definition":"[idiom] lie."} +{"id":"H7904","strongs_number":"H7904","system":"hebrew","language":"hebrew","number_value":7904,"lemma":"שָׁכָה","transliteration":"shâkâh","pronunciation":"shaw-kaw'","derivation":"a primitive root;","strongs_definition":"to roam (through lust)","kjv_definition":"in the morning (by mistake for H7925 (שָׁכַם))."} +{"id":"H7905","strongs_number":"H7905","system":"hebrew","language":"hebrew","number_value":7905,"lemma":"שֻׂכָּה","transliteration":"sukkâh","pronunciation":"sook-kaw'","derivation":"feminine of H7900 (שֹׂךְ) in the sense of H7899 (שֵׂךְ);","strongs_definition":"a dart (as pointed like a thorn)","kjv_definition":"barbed iron."} +{"id":"H7906","strongs_number":"H7906","system":"hebrew","language":"hebrew","number_value":7906,"lemma":"שֵׂכוּ","transliteration":"Sêkûw","pronunciation":"say'-koo","derivation":"from an unused root apparently meaning to surmount; an observatory (with the article);","strongs_definition":"Seku, a place in Palestine","kjv_definition":"Sechu."} +{"id":"H7907","strongs_number":"H7907","system":"hebrew","language":"hebrew","number_value":7907,"lemma":"שֶׂכְוִי","transliteration":"sekvîy","pronunciation":"sek-vee'","derivation":"from the same as H7906 (שֵׂכוּ);","strongs_definition":"observant, i.e. (concretely) the mind","kjv_definition":"heart."} +{"id":"H7908","strongs_number":"H7908","system":"hebrew","language":"hebrew","number_value":7908,"lemma":"שְׁכוֹל","transliteration":"shᵉkôwl","pronunciation":"shek-ole'","derivation":"infinitive of H7921 (שָׁכֹל);","strongs_definition":"bereavement","kjv_definition":"loss of children, spoiling."} +{"id":"H7909","strongs_number":"H7909","system":"hebrew","language":"hebrew","number_value":7909,"lemma":"שַׁכּוּל","transliteration":"shakkûwl","pronunciation":"shak-kool'","derivation":"or שַׁכֻּל; from H7921 (שָׁכֹל);","strongs_definition":"bereaved","kjv_definition":"barren, bereaved (robbed) of children (whelps)."} +{"id":"H7910","strongs_number":"H7910","system":"hebrew","language":"hebrew","number_value":7910,"lemma":"שִׁכּוֹר","transliteration":"shikkôwr","pronunciation":"shik-kore'","derivation":"or שִׁכֹּר; from H7937 (שָׁכַר);","strongs_definition":"intoxicated, as astate or a habit","kjv_definition":"drunk(-ard, -en, -en man)."} +{"id":"H7911","strongs_number":"H7911","system":"hebrew","language":"hebrew","number_value":7911,"lemma":"שָׁכַח","transliteration":"shâkach","pronunciation":"shaw-kakh'","derivation":"or שָׁכֵחַ; a primitive root;","strongs_definition":"to mislay, i.e. to be oblivious of, from want of memory or attention","kjv_definition":"[idiom] at all, (cause to) forget."} +{"id":"H7912","strongs_number":"H7912","system":"hebrew","language":"hebrew","number_value":7912,"lemma":"שְׁכַח","transliteration":"shᵉkach","pronunciation":"shek-akh'","derivation":"(Aramaic) corresponding to H7911 (שָׁכַח) through the idea of disclosure of a covered or forgotten thing;","strongs_definition":"to discover (literally or figuratively)","kjv_definition":"find."} +{"id":"H7913","strongs_number":"H7913","system":"hebrew","language":"hebrew","number_value":7913,"lemma":"שָׁכֵחַ","transliteration":"shâkêach","pronunciation":"shaw-kay'-akh","derivation":"from H7911 (שָׁכַח);","strongs_definition":"oblivious","kjv_definition":"forget."} +{"id":"H7914","strongs_number":"H7914","system":"hebrew","language":"hebrew","number_value":7914,"lemma":"שְׂכִיָּה","transliteration":"sᵉkîyâh","pronunciation":"sek-ee-yaw'","derivation":"feminine from the same as H7906 (שֵׂכוּ);","strongs_definition":"a conspicuous object","kjv_definition":"picture."} +{"id":"H7915","strongs_number":"H7915","system":"hebrew","language":"hebrew","number_value":7915,"lemma":"שַׂכִּין","transliteration":"sakkîyn","pronunciation":"sak-keen'","derivation":"intensive perhaps from the same as H7906 (שֵׂכוּ) in the sense of H7753 (שׂוּךְ);","strongs_definition":"a knife (as pointed or edged)","kjv_definition":"knife."} +{"id":"H7916","strongs_number":"H7916","system":"hebrew","language":"hebrew","number_value":7916,"lemma":"שָׂכִיר","transliteration":"sâkîyr","pronunciation":"saw-keer'","derivation":"from H7936 (שָׂכַר);","strongs_definition":"a man at wages by the day or year","kjv_definition":"hired (man, servant), hireling."} +{"id":"H7917","strongs_number":"H7917","system":"hebrew","language":"hebrew","number_value":7917,"lemma":"שְׂכִירָה","transliteration":"sᵉkîyrâh","pronunciation":"sek-ee-raw'","derivation":"feminine of H7916 (שָׂכִיר);","strongs_definition":"a hiring","kjv_definition":"that is hired."} +{"id":"H7918","strongs_number":"H7918","system":"hebrew","language":"hebrew","number_value":7918,"lemma":"שָׁכַךְ","transliteration":"shâkak","pronunciation":"shaw-kak'","derivation":"a primitive root;","strongs_definition":"to weave (i.e. lay) a trap; figuratively, (through the idea of secreting) to allay (passions; physically, abate a flood)","kjv_definition":"appease, assuage, make to cease, pacify, set."} +{"id":"H7919","strongs_number":"H7919","system":"hebrew","language":"hebrew","number_value":7919,"lemma":"שָׂכַל","transliteration":"sâkal","pronunciation":"saw-kal'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make or act) circumspect and hence, intelligent","kjv_definition":"consider, expert, instruct, prosper, (deal) prudent(-ly), (give) skill(-ful), have good success, teach, (have, make to) understand(-ing), wisdom, (be, behave self, consider, make) wise(-ly), guide wittingly."} +{"id":"H7920","strongs_number":"H7920","system":"hebrew","language":"hebrew","number_value":7920,"lemma":"שְׂכַל","transliteration":"sᵉkal","pronunciation":"sek-al'","derivation":"(Aramaic) corresponding to H7919 (שָׂכַל)","strongs_definition":"{to be (causatively, make or act) circumspect and hence, intelligent}","kjv_definition":"consider."} +{"id":"H7921","strongs_number":"H7921","system":"hebrew","language":"hebrew","number_value":7921,"lemma":"שָׁכֹל","transliteration":"shâkôl","pronunciation":"shaw-kole'","derivation":"a primitive root;","strongs_definition":"properly, to miscarry, i.e. suffer abortion; by analogy, to bereave (literally or figuratively)","kjv_definition":"bereave (of children), barren, cast calf (fruit, young), be (make) childless, deprive, destroy, [idiom] expect, lose children, miscarry, rob of children, spoil."} +{"id":"H7922","strongs_number":"H7922","system":"hebrew","language":"hebrew","number_value":7922,"lemma":"שֶׂכֶל","transliteration":"sekel","pronunciation":"seh'-kel","derivation":"or שֵׂכֶל; from H7919 (שָׂכַל);","strongs_definition":"intelligence; by implication, success","kjv_definition":"discretion, knowledge, policy, prudence, sense, understanding, wisdom, wise."} +{"id":"H7923","strongs_number":"H7923","system":"hebrew","language":"hebrew","number_value":7923,"lemma":"שִׁכֻּלִים","transliteration":"shikkulîym","pronunciation":"shik-koo-leem'","derivation":"plural from H7921 (שָׁכֹל);","strongs_definition":"childlessness (by continued bereavements)","kjv_definition":"to have after loss of others."} +{"id":"H7924","strongs_number":"H7924","system":"hebrew","language":"hebrew","number_value":7924,"lemma":"שׇׂכְלְתָנוּ","transliteration":"soklᵉthânûw","pronunciation":"sok-leth-aw-noo'","derivation":"(Aramaic) from H7920 (שְׂכַל);","strongs_definition":"intelligence","kjv_definition":"understanding."} +{"id":"H7925","strongs_number":"H7925","system":"hebrew","language":"hebrew","number_value":7925,"lemma":"שָׁכַם","transliteration":"shâkam","pronunciation":"shaw-kam'","derivation":"a primitive root; properly, to incline (the shoulder to a burden); but used only as denominative from H7926 (שְׁכֶם);","strongs_definition":"literally, to load up (on the back of man or beast), i.e. to start early in the morning","kjv_definition":"(arise, be up, get (oneself) up, rise up) early (betimes), morning."} +{"id":"H7926","strongs_number":"H7926","system":"hebrew","language":"hebrew","number_value":7926,"lemma":"שְׁכֶם","transliteration":"shᵉkem","pronunciation":"shek-em'","derivation":"from H7925 (שָׁכַם);","strongs_definition":"the neck (between the shoulders) as the place of burdens; figuratively, the spur of ahill","kjv_definition":"back, [idiom] consent, portion, shoulder."} +{"id":"H7927","strongs_number":"H7927","system":"hebrew","language":"hebrew","number_value":7927,"lemma":"שְׁכֶם","transliteration":"Shᵉkem","pronunciation":"shek-em'","derivation":"the same as H7926 (שְׁכֶם); ridge;","strongs_definition":"Shekem, a place in Palestine","kjv_definition":"Shechem."} +{"id":"H7928","strongs_number":"H7928","system":"hebrew","language":"hebrew","number_value":7928,"lemma":"שֶׁכֶם","transliteration":"Shekem","pronunciation":"sheh'-kem","derivation":"for H7926 (שְׁכֶם);","strongs_definition":"Shekem, the name of a Hivite and two Israelites","kjv_definition":"Shechem."} +{"id":"H7929","strongs_number":"H7929","system":"hebrew","language":"hebrew","number_value":7929,"lemma":"שִׁכְמָה","transliteration":"shikmâh","pronunciation":"shik-maw'","derivation":"feminine of H7926 (שְׁכֶם);","strongs_definition":"the shoulderbone","kjv_definition":"shoulder blade."} +{"id":"H7930","strongs_number":"H7930","system":"hebrew","language":"hebrew","number_value":7930,"lemma":"שִׁכְמִי","transliteration":"Shikmîy","pronunciation":"shik-mee'","derivation":"patronymic from H7928 (שֶׁכֶם);","strongs_definition":"a Shikmite (collectively), or descendants of Shekem","kjv_definition":"Shichemites."} +{"id":"H7931","strongs_number":"H7931","system":"hebrew","language":"hebrew","number_value":7931,"lemma":"שָׁכַן","transliteration":"shâkan","pronunciation":"shaw-kan'","derivation":"a primitive root (apparently akin (by transmission) to H7901 (שָׁכַב) through the idea of lodging; compare H5531 (סִכְלוּת), H7925 (שָׁכַם));","strongs_definition":"to reside or permanently stay (literally or figuratively)","kjv_definition":"abide, continue, (cause to, make to) dwell(-er), have habitation, inhabit, lay, place, (cause to) remain, rest, set (up)."} +{"id":"H7932","strongs_number":"H7932","system":"hebrew","language":"hebrew","number_value":7932,"lemma":"שְׁכַן","transliteration":"shᵉkan","pronunciation":"shek-an'","derivation":"(Aramaic) corresponding to H7931 (שָׁכַן)","strongs_definition":"{to reside or permanently stay (literally or figuratively)}","kjv_definition":"cause to dwell, have habitation."} +{"id":"H7933","strongs_number":"H7933","system":"hebrew","language":"hebrew","number_value":7933,"lemma":"שֶׁכֶן","transliteration":"sheken","pronunciation":"sheh'-ken","derivation":"from H7931 (שָׁכַן);","strongs_definition":"a residence","kjv_definition":"habitation."} +{"id":"H7934","strongs_number":"H7934","system":"hebrew","language":"hebrew","number_value":7934,"lemma":"שָׁכֵן","transliteration":"shâkên","pronunciation":"shaw-kane'","derivation":"from H7931 (שָׁכַן);","strongs_definition":"a resident; by extension, a fellow-citizen","kjv_definition":"inhabitant, neighbour, nigh."} +{"id":"H7935","strongs_number":"H7935","system":"hebrew","language":"hebrew","number_value":7935,"lemma":"שְׁכַנְיָה","transliteration":"Shᵉkanyâh","pronunciation":"shek-an-yaw'","derivation":"or (prolonged) שְׁכַנְיָהוּ; from H7931 (שָׁכַן) and H3050 (יָהּ); Jah has dwelt;","strongs_definition":"Shekanjah, the name of nine Israelites","kjv_definition":"Shecaniah, Shechaniah."} +{"id":"H7936","strongs_number":"H7936","system":"hebrew","language":"hebrew","number_value":7936,"lemma":"שָׂכַר","transliteration":"sâkar","pronunciation":"saw-kar'","derivation":"or (by permutation) סָכַר; (Ezra 4:5), a primitive root (apparently akin (by prosthesis) to H3739 (כָּרָה) through the idea of temporary purchase; compare H7937 (שָׁכַר));","strongs_definition":"to hire","kjv_definition":"earn wages, hire (out self), reward, [idiom] surely."} +{"id":"H7937","strongs_number":"H7937","system":"hebrew","language":"hebrew","number_value":7937,"lemma":"שָׁכַר","transliteration":"shâkar","pronunciation":"shaw-kar'","derivation":"a primitive root;","strongs_definition":"to become tipsy; in a qualified sense, to satiate with astimulating drink or (figuratively) influence","kjv_definition":"(be filled with) drink (abundantly), (be, make) drunk(-en), be merry. (Superlative of H8248 (שָׁקָה).)"} +{"id":"H7938","strongs_number":"H7938","system":"hebrew","language":"hebrew","number_value":7938,"lemma":"שֶׂכֶר","transliteration":"seker","pronunciation":"seh'-ker","derivation":"from H7936 (שָׂכַר);","strongs_definition":"wages","kjv_definition":"reward, sluices."} +{"id":"H7939","strongs_number":"H7939","system":"hebrew","language":"hebrew","number_value":7939,"lemma":"שָׂכָר","transliteration":"sâkâr","pronunciation":"saw-kawr'","derivation":"from H7936 (שָׂכַר);","strongs_definition":"payment of contract; concretely, salary, fare, maintenance; by implication, compensation, benefit","kjv_definition":"hire, price, reward(-ed), wages, worth."} +{"id":"H7940","strongs_number":"H7940","system":"hebrew","language":"hebrew","number_value":7940,"lemma":"שָׂכָר","transliteration":"Sâkâr","pronunciation":"saw-kar'","derivation":"the same as H7939 (שָׂכָר); recompense;","strongs_definition":"Sakar, the name of two Israelites","kjv_definition":"Sacar."} +{"id":"H7941","strongs_number":"H7941","system":"hebrew","language":"hebrew","number_value":7941,"lemma":"שֵׁכָר","transliteration":"shêkâr","pronunciation":"shay-kawr'","derivation":"from H7937 (שָׁכַר);","strongs_definition":"an intoxicant, i.e. intensely alcoholic liquor","kjv_definition":"strong drink, [phrase] drunkard, strong wine."} +{"id":"H7942","strongs_number":"H7942","system":"hebrew","language":"hebrew","number_value":7942,"lemma":"שִׁכְּרוֹן","transliteration":"Shikkᵉrôwn","pronunciation":"shik-ker-one'","derivation":"for H7943 (שִׁכָּרוֹן);","strongs_definition":"drunkenness, Shikkeron, a place in Palestine","kjv_definition":"Shicron."} +{"id":"H7943","strongs_number":"H7943","system":"hebrew","language":"hebrew","number_value":7943,"lemma":"שִׁכָּרוֹן","transliteration":"shikkârôwn","pronunciation":"shik-kaw-rone'","derivation":"from H7937 (שָׁכַר);","strongs_definition":"intoxication","kjv_definition":"(be) drunken(-ness)."} +{"id":"H7944","strongs_number":"H7944","system":"hebrew","language":"hebrew","number_value":7944,"lemma":"שַׁל","transliteration":"shal","pronunciation":"shal","derivation":"from H7952 (שָׁלָה) abbreviated form;","strongs_definition":"a fault","kjv_definition":"error."} +{"id":"H7945","strongs_number":"H7945","system":"hebrew","language":"hebrew","number_value":7945,"lemma":"שֶׁל","transliteration":"shel","pronunciation":"shel","derivation":"for the rel. H834 (אֲשֶׁר); used with prepositional prefix, and often followed by some pronominal affix;","strongs_definition":"on account of, whatsoever, whichsoever","kjv_definition":"cause, sake."} +{"id":"H7946","strongs_number":"H7946","system":"hebrew","language":"hebrew","number_value":7946,"lemma":"שַׁלְאֲנָן","transliteration":"shalʼănân","pronunciation":"shal-an-awn'","derivation":"for H7600 (שַׁאֲנָן);","strongs_definition":"tranquil","kjv_definition":"being at ease."} +{"id":"H7947","strongs_number":"H7947","system":"hebrew","language":"hebrew","number_value":7947,"lemma":"שָׁלַב","transliteration":"shâlab","pronunciation":"shaw-lab'","derivation":"a primitive root;","strongs_definition":"to space off; intensive (evenly) to make equidistant","kjv_definition":"equally distant, set in order."} +{"id":"H7948","strongs_number":"H7948","system":"hebrew","language":"hebrew","number_value":7948,"lemma":"שָׁלָב","transliteration":"shâlâb","pronunciation":"shaw-lawb'","derivation":"from H7947 (שָׁלַב);","strongs_definition":"a spacer or raised interval, i.e. the stile in aframe or panel","kjv_definition":"ledge."} +{"id":"H7949","strongs_number":"H7949","system":"hebrew","language":"hebrew","number_value":7949,"lemma":"שָׁלַג","transliteration":"shâlag","pronunciation":"shaw-lag'","derivation":"a primitive root; properly, meaning to be white; used only as denominative from H7950 (שֶׁלֶג);","strongs_definition":"to be snow-white (with the linen clothing of the slain)","kjv_definition":"be as snow."} +{"id":"H7950","strongs_number":"H7950","system":"hebrew","language":"hebrew","number_value":7950,"lemma":"שֶׁלֶג","transliteration":"sheleg","pronunciation":"sheh'-leg","derivation":"from H7949 (שָׁלַג);","strongs_definition":"snow (probably from its whiteness)","kjv_definition":"snow(-y)."} +{"id":"H7951","strongs_number":"H7951","system":"hebrew","language":"hebrew","number_value":7951,"lemma":"שָׁלָה","transliteration":"shâlâh","pronunciation":"shaw-law'","derivation":"or שָׁלַו; (Job 3:26), a primitive root;","strongs_definition":"to be tranquil, i.e. secure or successful","kjv_definition":"be happy, prosper, be in safety."} +{"id":"H7952","strongs_number":"H7952","system":"hebrew","language":"hebrew","number_value":7952,"lemma":"שָׁלָה","transliteration":"shâlâh","pronunciation":"shaw-law'","derivation":"a primitive root (probably identical with H7953 (שָׁלָה) through the idea of educing);","strongs_definition":"to mislead","kjv_definition":"deceive, be negligent."} +{"id":"H7953","strongs_number":"H7953","system":"hebrew","language":"hebrew","number_value":7953,"lemma":"שָׁלָה","transliteration":"shâlâh","pronunciation":"shaw-law'","derivation":"a primitive root (rather cognate (by contraction) to the base of H5394 (נָשַׁל), H7997 (שָׁלַל) and their congeners through the idea of extracting);","strongs_definition":"to draw out or off, i.e. remove (the soul by death)","kjv_definition":"take away."} +{"id":"H7954","strongs_number":"H7954","system":"hebrew","language":"hebrew","number_value":7954,"lemma":"שְׁלָה","transliteration":"shᵉlâh","pronunciation":"shel-aw'","derivation":"(Aramaic) corresponding to H7951 (שָׁלָה);","strongs_definition":"to be secure","kjv_definition":"at rest."} +{"id":"H7955","strongs_number":"H7955","system":"hebrew","language":"hebrew","number_value":7955,"lemma":"שָׁלָה","transliteration":"shâlâh","pronunciation":"shaw-law'","derivation":"(Aramaic) from a root corresponding to H7952 (שָׁלָה);","strongs_definition":"a wrong","kjv_definition":"thing amiss."} +{"id":"H7956","strongs_number":"H7956","system":"hebrew","language":"hebrew","number_value":7956,"lemma":"שֵׁלָה","transliteration":"Shêlâh","pronunciation":"shay-law'","derivation":"the same as H7596 (שְׁאֵלָה) (shortened); request;","strongs_definition":"Shelah, the name of a postdiluvian patriarch and of an Israelite","kjv_definition":"Shelah."} +{"id":"H7957","strongs_number":"H7957","system":"hebrew","language":"hebrew","number_value":7957,"lemma":"שַׁלְהֶבֶת","transliteration":"shalhebeth","pronunciation":"shal-heh'-beth","derivation":"from the same as H3851 (לַהַב) with sibilant prefix;","strongs_definition":"a flare of fire","kjv_definition":"(flaming) flame."} +{"id":"H7958","strongs_number":"H7958","system":"hebrew","language":"hebrew","number_value":7958,"lemma":"שְׂלָו","transliteration":"sᵉlâv","pronunciation":"sel-awv'","derivation":"or שְׂלָיו; by orthographical variation from H7951 (שָׁלָה) through the idea of sluggishness;","strongs_definition":"the quail collectively (as slow in flight from its weight)","kjv_definition":"quails."} +{"id":"H7959","strongs_number":"H7959","system":"hebrew","language":"hebrew","number_value":7959,"lemma":"שֶׁלֶו","transliteration":"shelev","pronunciation":"sheh'-lev","derivation":"from H7951 (שָׁלָה);","strongs_definition":"security","kjv_definition":"prosperity."} +{"id":"H7960","strongs_number":"H7960","system":"hebrew","language":"hebrew","number_value":7960,"lemma":"שָׁלוּ","transliteration":"shâlûw","pronunciation":"shaw-loo'","derivation":"(Aramaic) or שָׁלוּת; (Aramaic), from the same as H7955 (שָׁלָה);","strongs_definition":"a fault","kjv_definition":"error, [idiom] fail, thing amiss."} +{"id":"H7961","strongs_number":"H7961","system":"hebrew","language":"hebrew","number_value":7961,"lemma":"שָׁלֵו","transliteration":"shâlêv","pronunciation":"shaw-lave'","derivation":"or שָׁלֵיו; feminine שְׁלֵוָה; from H7951 (שָׁלָה);","strongs_definition":"tranquil; (in a bad sense) careless; abstractly, security","kjv_definition":"(being) at ease, peaceable, (in) prosper(-ity), quiet(-ness), wealthy."} +{"id":"H7962","strongs_number":"H7962","system":"hebrew","language":"hebrew","number_value":7962,"lemma":"שַׁלְוָה","transliteration":"shalvâh","pronunciation":"shal-vaw'","derivation":"from H7951 (שָׁלָה);","strongs_definition":"security (genuine or false)","kjv_definition":"abundance, peace(-ably), prosperity, quietness."} +{"id":"H7963","strongs_number":"H7963","system":"hebrew","language":"hebrew","number_value":7963,"lemma":"שְׁלֵוָה","transliteration":"shᵉlêvâh","pronunciation":"shel-ay-vaw'","derivation":"(Aramaic) corresponding to H7962 (שַׁלְוָה);","strongs_definition":"safety","kjv_definition":"tranquillity. See also H7961 (שָׁלֵו)."} +{"id":"H7964","strongs_number":"H7964","system":"hebrew","language":"hebrew","number_value":7964,"lemma":"שִׁלּוּחַ","transliteration":"shillûwach","pronunciation":"shil-loo'-akh","derivation":"or שִׁלֻּחַ; from H7971 (שָׁלַח);","strongs_definition":"(only in plural) a dismissal, i.e. (of a wife) divorce (especially the document); also (of a daughter) dower","kjv_definition":"presents, have sent back."} +{"id":"H7965","strongs_number":"H7965","system":"hebrew","language":"hebrew","number_value":7965,"lemma":"שָׁלוֹם","transliteration":"shâlôwm","pronunciation":"shaw-lome'","derivation":"or שָׁלֹם; from H7999 (שָׁלַם);","strongs_definition":"safe, i.e. (figuratively) well, happy, friendly; also (abstractly) welfare, i.e. health, prosperity, peace","kjv_definition":"[idiom] do, familiar, [idiom] fare, favour, [phrase] friend, [idiom] great, (good) health, ([idiom] perfect, such as be at) peace(-able, -ably), prosper(-ity, -ous), rest, safe(-ty), salute, welfare, ([idiom] all is, be) well, [idiom] wholly."} +{"id":"H7966","strongs_number":"H7966","system":"hebrew","language":"hebrew","number_value":7966,"lemma":"שִׁלּוּם","transliteration":"shillûwm","pronunciation":"shil-loom'","derivation":"or שִׁלֻּם; from H7999 (שָׁלַם);","strongs_definition":"a requital, i.e. (secure) retribution, (venal) a fee","kjv_definition":"recompense, reward."} +{"id":"H7967","strongs_number":"H7967","system":"hebrew","language":"hebrew","number_value":7967,"lemma":"שַׁלּוּם","transliteration":"Shallûwm","pronunciation":"shal-loom'","derivation":"or (shorter) שַׁלֻּם; the same as H7966 (שִׁלּוּם);","strongs_definition":"Shallum, the name of fourteen Israelites","kjv_definition":"Shallum."} +{"id":"H7968","strongs_number":"H7968","system":"hebrew","language":"hebrew","number_value":7968,"lemma":"שַׁלּוּן","transliteration":"Shallûwn","pronunciation":"shal-loon'","derivation":"probably for H7967 (שַׁלּוּם);","strongs_definition":"Shallun, an Israelite","kjv_definition":"Shallum."} +{"id":"H7969","strongs_number":"H7969","system":"hebrew","language":"hebrew","number_value":7969,"lemma":"שָׁלוֹשׁ","transliteration":"shâlôwsh","pronunciation":"shaw-loshe'","derivation":"or שָׁלֹשׁ; masculine שְׁלוֹשָׁה; or שְׁלֹשָׁה; a primitive number;","strongs_definition":"three; occasionally (ordinal) third, or (multiple) thrice","kjv_definition":"[phrase] fork, [phrase] often(-times), third, thir(-teen, -teenth), three, [phrase] thrice. Compare H7991 (שָׁלִישׁ)."} +{"id":"H7970","strongs_number":"H7970","system":"hebrew","language":"hebrew","number_value":7970,"lemma":"שְׁלוֹשִׁים","transliteration":"shᵉlôwshîym","pronunciation":"shel-o-sheem'","derivation":"or שְׁלֹשִׁים; multiple of H7969 (שָׁלוֹשׁ);","strongs_definition":"thirty; or (ordinal) thirtieth","kjv_definition":"thirty, thirtieth. Compare H7991 (שָׁלִישׁ)."} +{"id":"H7971","strongs_number":"H7971","system":"hebrew","language":"hebrew","number_value":7971,"lemma":"שָׁלַח","transliteration":"shâlach","pronunciation":"shaw-lakh'","derivation":"a primitive root;","strongs_definition":"to send away, for, or out (in a great variety of applications)","kjv_definition":"[idiom] any wise, appoint, bring (on the way), cast (away, out), conduct, [idiom] earnestly, forsake, give (up), grow long, lay, leave, let depart (down, go, loose), push away, put (away, forth, in, out), reach forth, send (away, forth, out), set, shoot (forth, out), sow, spread, stretch forth (out)."} +{"id":"H7972","strongs_number":"H7972","system":"hebrew","language":"hebrew","number_value":7972,"lemma":"שְׁלַח","transliteration":"shᵉlach","pronunciation":"shel-akh'","derivation":"(Aramaic) corresponding to H7971 (שָׁלַח)","strongs_definition":"{to send away, for, or out (in a great variety of applications)}","kjv_definition":"put, send."} +{"id":"H7973","strongs_number":"H7973","system":"hebrew","language":"hebrew","number_value":7973,"lemma":"שֶׁלַח","transliteration":"shelach","pronunciation":"sheh'-lakh","derivation":"from H7971 (שָׁלַח);","strongs_definition":"a missile of attack, i.e. spear; also (figuratively) a shoot of growth; i.e. branch","kjv_definition":"dart, plant, [idiom] put off, sword, weapon."} +{"id":"H7974","strongs_number":"H7974","system":"hebrew","language":"hebrew","number_value":7974,"lemma":"שֶׁלַח","transliteration":"Shelach","pronunciation":"sheh'-lakh","derivation":"the same as H7973 (שֶׁלַח);","strongs_definition":"Shelach, a postdiluvian patriarch","kjv_definition":"Salah, Shelah. Compare H7975 (שִׁלֹחַ)lemma שִׁלֹּחַ extra dagesh, corrected to שִׁלֹחַ."} +{"id":"H7975","strongs_number":"H7975","system":"hebrew","language":"hebrew","number_value":7975,"lemma":"שִׁלֹחַ","transliteration":"Shilôach","pronunciation":"shee-lo'-akh","derivation":"or (in imitation of H7974 (שֶׁלַח)) שֶׁלַח; (Nehemiah 3:15), from H7971 (שָׁלַח); rill;","strongs_definition":"Shiloach, a fountain of Jerusalem","kjv_definition":"Shiloah, Siloah."} +{"id":"H7976","strongs_number":"H7976","system":"hebrew","language":"hebrew","number_value":7976,"lemma":"שִׁלֻּחָה","transliteration":"shilluchâh","pronunciation":"shil-loo-khaw'","derivation":"feminine of H7964 (שִׁלּוּחַ);","strongs_definition":"a shoot","kjv_definition":"branch."} +{"id":"H7977","strongs_number":"H7977","system":"hebrew","language":"hebrew","number_value":7977,"lemma":"שִׁלְחִי","transliteration":"Shilchîy","pronunciation":"shil-khee'","derivation":"from H7973 (שֶׁלַח); missive, i.e. armed;","strongs_definition":"Shilchi, an Israelite","kjv_definition":"Shilhi."} +{"id":"H7978","strongs_number":"H7978","system":"hebrew","language":"hebrew","number_value":7978,"lemma":"שִׁלְחִים","transliteration":"Shilchîym","pronunciation":"shil-kheem'","derivation":"plural of H7973 (שֶׁלַח); javelins or sprouts;","strongs_definition":"Shilchim, a place in Palestine","kjv_definition":"Shilhim."} +{"id":"H7979","strongs_number":"H7979","system":"hebrew","language":"hebrew","number_value":7979,"lemma":"שֻׁלְחָן","transliteration":"shulchân","pronunciation":"shool-khawn'","derivation":"from H7971 (שָׁלַח);","strongs_definition":"a table (as spread out); by implication, a meal","kjv_definition":"table."} +{"id":"H7980","strongs_number":"H7980","system":"hebrew","language":"hebrew","number_value":7980,"lemma":"שָׁלַט","transliteration":"shâlaṭ","pronunciation":"shaw-lat'","derivation":"a primitive root;","strongs_definition":"to dominate, i.e. govern; by implication, to permit","kjv_definition":"(bear, have) rule, have dominion, give (have) power."} +{"id":"H7981","strongs_number":"H7981","system":"hebrew","language":"hebrew","number_value":7981,"lemma":"שְׁלֵט","transliteration":"shᵉlêṭ","pronunciation":"shel-ate'","derivation":"(Aramaic) corresponding to H7980 (שָׁלַט)","strongs_definition":"{to dominate, i.e. govern; by implication, to permit}","kjv_definition":"have the mastery, have power, bear rule, be (make) ruler."} +{"id":"H7982","strongs_number":"H7982","system":"hebrew","language":"hebrew","number_value":7982,"lemma":"שֶׁלֶט","transliteration":"sheleṭ","pronunciation":"sheh'-let","derivation":"from H7980 (שָׁלַט);","strongs_definition":"probably a shield (as controlling, i.e. protecting the person)","kjv_definition":"shield."} +{"id":"H7983","strongs_number":"H7983","system":"hebrew","language":"hebrew","number_value":7983,"lemma":"שִׁלְטוֹן","transliteration":"shilṭôwn","pronunciation":"shil-tone'","derivation":"(Aramaic) from H7980 (שָׁלַט);","strongs_definition":"{power.}","kjv_definition":"power."} +{"id":"H7984","strongs_number":"H7984","system":"hebrew","language":"hebrew","number_value":7984,"lemma":"שִׁלְטוֹן","transliteration":"shilṭôwn","pronunciation":"shil-tone'","derivation":"(Aramaic) or שִׁלְטֹןlemma שִׁלְטן missing vowel, corrected to שִׁלְטֹן; corresponding to H7983 (שִׁלְטוֹן)","strongs_definition":"{a potentate}","kjv_definition":"ruler."} +{"id":"H7985","strongs_number":"H7985","system":"hebrew","language":"hebrew","number_value":7985,"lemma":"שׇׁלְטָן","transliteration":"sholṭân","pronunciation":"shol-tawn'","derivation":"(Aramaic) from H7981 (שְׁלֵט);","strongs_definition":"empire (abstractly or concretely)","kjv_definition":"dominion."} +{"id":"H7986","strongs_number":"H7986","system":"hebrew","language":"hebrew","number_value":7986,"lemma":"שַׁלֶּטֶת","transliteration":"shalleṭeth","pronunciation":"shal-leh'-teth","derivation":"feminine from H7980 (שָׁלַט);","strongs_definition":"a vixen","kjv_definition":"imperious."} +{"id":"H7987","strongs_number":"H7987","system":"hebrew","language":"hebrew","number_value":7987,"lemma":"שְׁלִי","transliteration":"shᵉlîy","pronunciation":"shel-ee'","derivation":"from H7951 (שָׁלָה);","strongs_definition":"privacy","kjv_definition":"[phrase] quietly."} +{"id":"H7988","strongs_number":"H7988","system":"hebrew","language":"hebrew","number_value":7988,"lemma":"שִׁלְיָה","transliteration":"shilyâh","pronunciation":"shil-yaw'","derivation":"feminine from H7953 (שָׁלָה);","strongs_definition":"a fetus or babe (as extruded in birth)","kjv_definition":"young one."} +{"id":"H7989","strongs_number":"H7989","system":"hebrew","language":"hebrew","number_value":7989,"lemma":"שַׁלִּיט","transliteration":"shallîyṭ","pronunciation":"shal-leet'","derivation":"from H7980 (שָׁלַט);","strongs_definition":"potent; concretely, a prince or warrior","kjv_definition":"governor, mighty, that hath power, ruler."} +{"id":"H7990","strongs_number":"H7990","system":"hebrew","language":"hebrew","number_value":7990,"lemma":"שַׁלִּיט","transliteration":"shallîyṭ","pronunciation":"shal-leet'","derivation":"(Aramaic) corresponding to H7989 (שַׁלִּיט);","strongs_definition":"mighty; abstractly, permission; concretely, a premier","kjv_definition":"captain, be lawful, rule(-r)."} +{"id":"H7991","strongs_number":"H7991","system":"hebrew","language":"hebrew","number_value":7991,"lemma":"שָׁלִישׁ","transliteration":"shâlîysh","pronunciation":"shaw-leesh'","derivation":"or שָׁלוֹשׁ; (1 Chronicles 11:11; 1 Chronicles 12:18), or שָׁלֹשׁ; (2 Samuel 23:13), from H7969 (שָׁלוֹשׁ);","strongs_definition":"a triple, i.e. (as a musical instrument) a triangle (or perhaps rather threestringed lute); also (as an indefinite, great quantity) a three-fold measure (perhaps a treble ephah); also (as an officer) a general of the third rank (upward, i.e. the highest)","kjv_definition":"captain, instrument of musick, (great) lord, (great) measure, prince, three (from the margin)."} +{"id":"H7992","strongs_number":"H7992","system":"hebrew","language":"hebrew","number_value":7992,"lemma":"שְׁלִישִׁי","transliteration":"shᵉlîyshîy","pronunciation":"shel-ee-shee'","derivation":"ordinal from H7969 (שָׁלוֹשׁ);","strongs_definition":"third; feminine athird (part); by extension, a third (day, year or time); specifically, a third-story cell)","kjv_definition":"third (part, rank, time), three (years old)."} +{"id":"H7993","strongs_number":"H7993","system":"hebrew","language":"hebrew","number_value":7993,"lemma":"שָׁלַךְ","transliteration":"shâlak","pronunciation":"shaw-lak","derivation":"a primitive root;","strongs_definition":"to throw out, down or away (literally or figuratively)","kjv_definition":"adventure, cast (away, down, forth, off, out), hurl, pluck, throw."} +{"id":"H7994","strongs_number":"H7994","system":"hebrew","language":"hebrew","number_value":7994,"lemma":"שָׁלָךְ","transliteration":"shâlâk","pronunciation":"shaw-lawk'","derivation":"from H7993 (שָׁלַךְ);","strongs_definition":"bird of prey, usually thought to be the pelican (from casting itself into the sea)","kjv_definition":"cormorant."} +{"id":"H7995","strongs_number":"H7995","system":"hebrew","language":"hebrew","number_value":7995,"lemma":"שַׁלֶּכֶת","transliteration":"shalleketh","pronunciation":"shal-leh'-keth","derivation":"from H7993 (שָׁלַךְ);","strongs_definition":"a felling (of trees)","kjv_definition":"when cast."} +{"id":"H7996","strongs_number":"H7996","system":"hebrew","language":"hebrew","number_value":7996,"lemma":"שַׁלֶּכֶת","transliteration":"Shalleketh","pronunciation":"shal-leh'-keth","derivation":"the same as H7995 (שַׁלֶּכֶת);","strongs_definition":"Shalleketh, a gate in Jerusalem","kjv_definition":"Shalleketh."} +{"id":"H7997","strongs_number":"H7997","system":"hebrew","language":"hebrew","number_value":7997,"lemma":"שָׁלַל","transliteration":"shâlal","pronunciation":"shaw-lal'","derivation":"a primitive root;","strongs_definition":"to drop or strip; by implication, to plunder","kjv_definition":"let fall, make self a prey, [idiom] of purpose, (make a, (take)) spoil."} +{"id":"H7998","strongs_number":"H7998","system":"hebrew","language":"hebrew","number_value":7998,"lemma":"שָׁלָל","transliteration":"shâlâl","pronunciation":"shaw-lawl'","derivation":"from H7997 (שָׁלַל);","strongs_definition":"booty","kjv_definition":"prey, spoil."} +{"id":"H7999","strongs_number":"H7999","system":"hebrew","language":"hebrew","number_value":7999,"lemma":"שָׁלַם","transliteration":"shâlam","pronunciation":"shaw-lam'","derivation":"a primitive root;","strongs_definition":"to be safe (in mind, body or estate); figuratively, to be (causatively, make) completed; by implication, to be friendly; by extension, to reciprocate (in various applications)","kjv_definition":"make amends, (make an) end, finish, full, give again, make good, (re-) pay (again), (make) (to) (be at) peace(-able), that is perfect, perform, (make) prosper(-ous), recompense, render, requite, make restitution, restore, reward, [idiom] surely."} +{"id":"H8000","strongs_number":"H8000","system":"hebrew","language":"hebrew","number_value":8000,"lemma":"שְׁלַם","transliteration":"shᵉlam","pronunciation":"shel-am'","derivation":"(Aramaic) corresponding to H7999 (שָׁלַם);","strongs_definition":"to complete, to restore","kjv_definition":"deliver, finish."} +{"id":"H8001","strongs_number":"H8001","system":"hebrew","language":"hebrew","number_value":8001,"lemma":"שְׁלָם","transliteration":"shᵉlâm","pronunciation":"shel-awm'","derivation":"(Aramaic) corresponding to H7965 (שָׁלוֹם);","strongs_definition":"prosperity","kjv_definition":"peace."} +{"id":"H8002","strongs_number":"H8002","system":"hebrew","language":"hebrew","number_value":8002,"lemma":"שֶׁלֶם","transliteration":"shelem","pronunciation":"sheh'-lem","derivation":"from H7999 (שָׁלַם);","strongs_definition":"properly, requital, i.e. a (voluntary) sacrifice in thanks","kjv_definition":"peace offering."} +{"id":"H8003","strongs_number":"H8003","system":"hebrew","language":"hebrew","number_value":8003,"lemma":"שָׁלֵם","transliteration":"shâlêm","pronunciation":"shaw-lame'","derivation":"from H7999 (שָׁלַם);","strongs_definition":"complete (literally or figuratively); especially friendly","kjv_definition":"full, just, made ready, peaceable, perfect(-ed), quiet, Shalem (by mistake for a name), whole."} +{"id":"H8004","strongs_number":"H8004","system":"hebrew","language":"hebrew","number_value":8004,"lemma":"שָׁלֵם","transliteration":"Shâlêm","pronunciation":"shaw-lame'","derivation":"the same as H8003 (שָׁלֵם); peaceful;","strongs_definition":"Shalem, an early name of Jerusalem","kjv_definition":"Salem."} +{"id":"H8005","strongs_number":"H8005","system":"hebrew","language":"hebrew","number_value":8005,"lemma":"שִׁלֵּם","transliteration":"shillêm","pronunciation":"shil-lame'","derivation":"from H7999 (שָׁלַם);","strongs_definition":"requital","kjv_definition":"recompense."} +{"id":"H8006","strongs_number":"H8006","system":"hebrew","language":"hebrew","number_value":8006,"lemma":"שִׁלֵּם","transliteration":"Shillêm","pronunciation":"shil-lame'","derivation":"the same as H8005 (שִׁלֵּם);","strongs_definition":"Shillem, an Israelite","kjv_definition":"Shillem."} +{"id":"H8007","strongs_number":"H8007","system":"hebrew","language":"hebrew","number_value":8007,"lemma":"שַׂלְמָא","transliteration":"Salmâʼ","pronunciation":"sal-maw'","derivation":"probably for H8008 (שַׂלְמָה); clothing;","strongs_definition":"Salma, the name of two Israelites","kjv_definition":"Salma."} +{"id":"H8008","strongs_number":"H8008","system":"hebrew","language":"hebrew","number_value":8008,"lemma":"שַׂלְמָה","transliteration":"salmâh","pronunciation":"sal-maw'","derivation":"transp. for H8071 (שִׂמְלָה);","strongs_definition":"a dress","kjv_definition":"clothes, garment, raiment."} +{"id":"H8009","strongs_number":"H8009","system":"hebrew","language":"hebrew","number_value":8009,"lemma":"שַׂלְמָה","transliteration":"Salmâh","pronunciation":"sal-maw'","derivation":"the same as H8008 (שַׂלְמָה); clothing;","strongs_definition":"Salmah, an Israelite","kjv_definition":"Salmon. Compare H8012 (שַׂלְמוֹן)."} +{"id":"H8010","strongs_number":"H8010","system":"hebrew","language":"hebrew","number_value":8010,"lemma":"שְׁלֹמֹה","transliteration":"Shᵉlômôh","pronunciation":"shel-o-mo'","derivation":"from H7965 (שָׁלוֹם); peaceful;","strongs_definition":"Shelomah, David's successor","kjv_definition":"Solomon."} +{"id":"H8011","strongs_number":"H8011","system":"hebrew","language":"hebrew","number_value":8011,"lemma":"שִׁלֻּמָה","transliteration":"shillumâh","pronunciation":"shil-loo-maw'","derivation":"feminine of H7966 (שִׁלּוּם);","strongs_definition":"retribution","kjv_definition":"recompense."} +{"id":"H8012","strongs_number":"H8012","system":"hebrew","language":"hebrew","number_value":8012,"lemma":"שַׂלְמוֹן","transliteration":"Salmôwn","pronunciation":"sal-mone'","derivation":"from H8008 (שַׂלְמָה); investiture;","strongs_definition":"Salmon, an Israelite","kjv_definition":"Salmon. Compare H8009 (שַׂלְמָה)."} +{"id":"H8013","strongs_number":"H8013","system":"hebrew","language":"hebrew","number_value":8013,"lemma":"שְׁלֹמוֹת","transliteration":"Shᵉlômôwth","pronunciation":"shel-o-moth'","derivation":"feminine plural of H7965 (שָׁלוֹם); pacifications;","strongs_definition":"Shelomoth, the name of two Israelites","kjv_definition":"Shelomith (from the margin), Shelomoth. Compare H8019 (שְׁלֹמִית)."} +{"id":"H8014","strongs_number":"H8014","system":"hebrew","language":"hebrew","number_value":8014,"lemma":"שַׂלְמַי","transliteration":"Salmay","pronunciation":"sal-mah'-ee","derivation":"from H8008 (שַׂלְמָה); clothed;","strongs_definition":"Salmai, an Israelite","kjv_definition":"Shalmai."} +{"id":"H8015","strongs_number":"H8015","system":"hebrew","language":"hebrew","number_value":8015,"lemma":"שְׁלֹמִי","transliteration":"Shᵉlômîy","pronunciation":"shel-o-mee'","derivation":"from H7965 (שָׁלוֹם); peaceable;","strongs_definition":"Shelomi, an Israelite","kjv_definition":"Shelomi."} +{"id":"H8016","strongs_number":"H8016","system":"hebrew","language":"hebrew","number_value":8016,"lemma":"שִׁלֵּמִי","transliteration":"Shillêmîy","pronunciation":"shil-lay-mee'","derivation":"patronymically from H8006 (שִׁלֵּם);","strongs_definition":"a Shilemite (collectively) or descendants of Shillem","kjv_definition":"Shillemites."} +{"id":"H8017","strongs_number":"H8017","system":"hebrew","language":"hebrew","number_value":8017,"lemma":"שְׁלֻמִיאֵל","transliteration":"Shᵉlumîyʼêl","pronunciation":"shel-oo-mee-ale'","derivation":"from H7965 (שָׁלוֹם) and H410 (אֵל); peace of God;","strongs_definition":"Shelumiel, an Israelite","kjv_definition":"Shelumiel."} +{"id":"H8018","strongs_number":"H8018","system":"hebrew","language":"hebrew","number_value":8018,"lemma":"שֶׁלֶמְיָה","transliteration":"Shelemyâh","pronunciation":"shel-em-yaw'","derivation":"or שֶׁלֶמְיָהוּ; from H8002 (שֶׁלֶם) and H3050 (יָהּ); thankoffering of Jah;","strongs_definition":"Shelemjah, the name of nine Israelites","kjv_definition":"Shelemiah."} +{"id":"H8019","strongs_number":"H8019","system":"hebrew","language":"hebrew","number_value":8019,"lemma":"שְׁלֹמִית","transliteration":"Shᵉlômîyth","pronunciation":"shel-o-meeth'","derivation":"or שׁלוֹמִית; (Ezra 8:10), from H7965 (שָׁלוֹם); peaceableness;","strongs_definition":"Shelomith, the name of five Israelites and three Israelitesses","kjv_definition":"Shelomith."} +{"id":"H8020","strongs_number":"H8020","system":"hebrew","language":"hebrew","number_value":8020,"lemma":"שַׁלְמַן","transliteration":"Shalman","pronunciation":"shal-man'","derivation":"of foreign derivation;","strongs_definition":"Shalman, a king apparently of Assyria","kjv_definition":"Shalman. Compare H8022 (שַׁלְמַנְאֶסֶר)."} +{"id":"H8021","strongs_number":"H8021","system":"hebrew","language":"hebrew","number_value":8021,"lemma":"שַׁלְמֹן","transliteration":"shalmôn","pronunciation":"shal-mone'","derivation":"from H7999 (שָׁלַם);","strongs_definition":"a bribe","kjv_definition":"reward."} +{"id":"H8022","strongs_number":"H8022","system":"hebrew","language":"hebrew","number_value":8022,"lemma":"שַׁלְמַנְאֶסֶר","transliteration":"Shalmanʼeçer","pronunciation":"shal-man-eh'-ser","derivation":"of foreign derivation;","strongs_definition":"Shalmaneser, an Assyrian king","kjv_definition":"Shalmaneser. Comp H8020 (שַׁלְמַן)."} +{"id":"H8023","strongs_number":"H8023","system":"hebrew","language":"hebrew","number_value":8023,"lemma":"שִׁלֹנִי","transliteration":"Shilônîy","pronunciation":"shee-lo-nee'","derivation":"the same as H7888 (שִׁילוֹנִי);","strongs_definition":"Shiloni, an Israelite","kjv_definition":"Shiloni."} +{"id":"H8024","strongs_number":"H8024","system":"hebrew","language":"hebrew","number_value":8024,"lemma":"שֵׁלָנִי","transliteration":"Shêlânîy","pronunciation":"shay-law-nee'","derivation":"from H7956 (שֵׁלָה);","strongs_definition":"a Shelanite (collectively), or descendants of Shelah","kjv_definition":"Shelanites."} +{"id":"H8025","strongs_number":"H8025","system":"hebrew","language":"hebrew","number_value":8025,"lemma":"שָׁלַף","transliteration":"shâlaph","pronunciation":"saw-laf'","derivation":"a primitive root;","strongs_definition":"to pull out, up or off","kjv_definition":"draw (off), grow up, pluck off."} +{"id":"H8026","strongs_number":"H8026","system":"hebrew","language":"hebrew","number_value":8026,"lemma":"שֶׁלֶף","transliteration":"sheleph","pronunciation":"sheh'-lef","derivation":"from H8025 (שָׁלַף); extract;","strongs_definition":"Sheleph, a son of Jokthan","kjv_definition":"Sheleph."} +{"id":"H8027","strongs_number":"H8027","system":"hebrew","language":"hebrew","number_value":8027,"lemma":"שָׁלַשׁ","transliteration":"shâlash","pronunciation":"shaw-lash'","derivation":"a primitive root perhaps originally to intensify, i.e. treble; but apparently used only as denominative from H7969 (שָׁלוֹשׁ),","strongs_definition":"to be (causatively, make) triplicate (by restoration, in portions, strands, days or years)","kjv_definition":"do the third time, (divide into, stay) three (days, -fold, parts, years old)."} +{"id":"H8028","strongs_number":"H8028","system":"hebrew","language":"hebrew","number_value":8028,"lemma":"שֶׁלֶשׁ","transliteration":"Shelesh","pronunciation":"sheh'-lesh","derivation":"from H8027 (שָׁלַשׁ); triplet;","strongs_definition":"Shelesh, an Israelite","kjv_definition":"Shelesh."} +{"id":"H8029","strongs_number":"H8029","system":"hebrew","language":"hebrew","number_value":8029,"lemma":"שִׁלֵּשׁ","transliteration":"shillêsh","pronunciation":"shil-laysh'","derivation":"from H8027 (שָׁלַשׁ);","strongs_definition":"a descendant of the third degree, i.e. great grandchild","kjv_definition":"third (generation)."} +{"id":"H8030","strongs_number":"H8030","system":"hebrew","language":"hebrew","number_value":8030,"lemma":"שִׁלְשָׁה","transliteration":"Shilshâh","pronunciation":"shil-shaw'","derivation":"feminine from the same as H8028 (שֶׁלֶשׁ); triplication;","strongs_definition":"Shilshah, an Israelite","kjv_definition":"Shilshah."} +{"id":"H8031","strongs_number":"H8031","system":"hebrew","language":"hebrew","number_value":8031,"lemma":"שָׁלִשָׁה","transliteration":"Shâlishâh","pronunciation":"shaw-lee-shaw'","derivation":"feminine from H8027 (שָׁלַשׁ); trebled land;","strongs_definition":"Shalishah, a place in Palestine","kjv_definition":"Shalisha."} +{"id":"H8032","strongs_number":"H8032","system":"hebrew","language":"hebrew","number_value":8032,"lemma":"שִׁלְשׁוֹם","transliteration":"shilshôwm","pronunciation":"shil-shome'","derivation":"or שִׁלְשֹׁם; from the same as H8028 (שֶׁלֶשׁ);","strongs_definition":"trebly, i.e. (in time) day before yesterday","kjv_definition":"[phrase] before (that time, -time), excellent things (from the margin), [phrase] heretofore, three days, [phrase] time past."} +{"id":"H8033","strongs_number":"H8033","system":"hebrew","language":"hebrew","number_value":8033,"lemma":"שָׁם","transliteration":"shâm","pronunciation":"shawm","derivation":"a primitive particle (rather from the relative pronoun, H834 (אֲשֶׁר));","strongs_definition":"there (transferring to time) then; often thither, or thence","kjv_definition":"in it, [phrase] thence, there (-in, [phrase] of, [phrase] out), [phrase] thither, [phrase] whither."} +{"id":"H8034","strongs_number":"H8034","system":"hebrew","language":"hebrew","number_value":8034,"lemma":"שֵׁם","transliteration":"shêm","pronunciation":"shame","derivation":"a primitive word (perhaps rather from through the idea of definite and conspicuous position; compare H8064 (שָׁמַיִם));","strongs_definition":"an appellation, as amark or memorial of individuality; by implication honor, authority, character","kjv_definition":"[phrase] base, (in-) fame(-ous), named(-d), renown, report."} +{"id":"H8035","strongs_number":"H8035","system":"hebrew","language":"hebrew","number_value":8035,"lemma":"שֵׁם","transliteration":"Shêm","pronunciation":"shame","derivation":"the same as H8034 (שֵׁם); name;","strongs_definition":"Shem, a son of Noah (often includ. his posterity)","kjv_definition":"Sem, Shem."} +{"id":"H8036","strongs_number":"H8036","system":"hebrew","language":"hebrew","number_value":8036,"lemma":"שֻׁם","transliteration":"shum","pronunciation":"shoom","derivation":"(Aramaic) corresponding to H8034 (שֵׁם)","strongs_definition":"{an appellation, as amark or memorial of individuality; by implication honor, authority, character}","kjv_definition":"name."} +{"id":"H8037","strongs_number":"H8037","system":"hebrew","language":"hebrew","number_value":8037,"lemma":"שַׁמָּא","transliteration":"Shammâʼ","pronunciation":"sham-maw'","derivation":"from H8074 (שָׁמֵם); desolation;","strongs_definition":"Shamma, an Israelite","kjv_definition":"Shamma."} +{"id":"H8038","strongs_number":"H8038","system":"hebrew","language":"hebrew","number_value":8038,"lemma":"שֶׁמְאֵבֶר","transliteration":"Shemʼêber","pronunciation":"shem-ay'-ber","derivation":"apparently from H8034 (שֵׁם) and H83 (אֵבֶר); name of pinion, i.e. illustrious;","strongs_definition":"Shemeber, a king of Zeboim","kjv_definition":"Shemeber."} +{"id":"H8039","strongs_number":"H8039","system":"hebrew","language":"hebrew","number_value":8039,"lemma":"שִׁמְאָה","transliteration":"Shimʼâh","pronunciation":"shim-aw'","derivation":"perhaps for H8093 (שִׁמְעָה);","strongs_definition":"Shimah, an Israelite","kjv_definition":"Shimah. Compare H8043 (שִׁמְאָם)."} +{"id":"H8040","strongs_number":"H8040","system":"hebrew","language":"hebrew","number_value":8040,"lemma":"שְׂמֹאול","transliteration":"sᵉmôʼwl","pronunciation":"sem-ole'","derivation":"or שְׂמֹאל; a primitive word (rather perhaps from the same as H8071 (שִׂמְלָה) (by insertion of the aleph) through the idea of wrapping up);","strongs_definition":"properly, dark (as enveloped), i.e. the north; hence (by orientation), the left hand","kjv_definition":"left (hand, side)."} +{"id":"H8041","strongs_number":"H8041","system":"hebrew","language":"hebrew","number_value":8041,"lemma":"שָׂמַאל","transliteration":"sâmaʼl","pronunciation":"saw-mal'","derivation":"a primitive root (denominative from H8040 (שְׂמֹאול));","strongs_definition":"to use the left hand or pass in that direction)","kjv_definition":"(go, turn) (on the, to the) left."} +{"id":"H8042","strongs_number":"H8042","system":"hebrew","language":"hebrew","number_value":8042,"lemma":"שְׂמָאלִי","transliteration":"sᵉmâʼlîy","pronunciation":"sem-aw-lee'","derivation":"from H8040 (שְׂמֹאול);","strongs_definition":"situated on the left side","kjv_definition":"left."} +{"id":"H8043","strongs_number":"H8043","system":"hebrew","language":"hebrew","number_value":8043,"lemma":"שִׁמְאָם","transliteration":"Shimʼâm","pronunciation":"shim-awm'","derivation":"for H8039 (שִׁמְאָה) (compare H38 (אֲבִיָּם));","strongs_definition":"Shimam, an Israelite","kjv_definition":"Shimeam."} +{"id":"H8044","strongs_number":"H8044","system":"hebrew","language":"hebrew","number_value":8044,"lemma":"שַׁמְגַּר","transliteration":"Shamgar","pronunciation":"sham-gar'","derivation":"of uncertain derivation;","strongs_definition":"Shamgar, an Israelite judge","kjv_definition":"Shamgar."} +{"id":"H8045","strongs_number":"H8045","system":"hebrew","language":"hebrew","number_value":8045,"lemma":"שָׁמַד","transliteration":"shâmad","pronunciation":"shaw-mad'","derivation":"a primitive root;","strongs_definition":"to desolate","kjv_definition":"destory(-uction), bring to nought, overthrow, perish, pluck down, [idiom] utterly."} +{"id":"H8046","strongs_number":"H8046","system":"hebrew","language":"hebrew","number_value":8046,"lemma":"שְׁמַד","transliteration":"shᵉmad","pronunciation":"shem-ad'","derivation":"(Aramaic) corresponding to H8045 (שָׁמַד)","strongs_definition":"{to desolate}","kjv_definition":"consume."} +{"id":"H8047","strongs_number":"H8047","system":"hebrew","language":"hebrew","number_value":8047,"lemma":"שַׁמָּה","transliteration":"shammâh","pronunciation":"sham-maw'","derivation":"from H8074 (שָׁמֵם);","strongs_definition":"ruin; by implication, consternation","kjv_definition":"astonishment, desolate(-ion), waste, wonderful thing."} +{"id":"H8048","strongs_number":"H8048","system":"hebrew","language":"hebrew","number_value":8048,"lemma":"שַׁמָּה","transliteration":"Shammâh","pronunciation":"sham-maw'","derivation":"the same as H8047 (שַׁמָּה);","strongs_definition":"Shammah, the name of an Edomite and four Israelites","kjv_definition":"Shammah."} +{"id":"H8049","strongs_number":"H8049","system":"hebrew","language":"hebrew","number_value":8049,"lemma":"שַׁמְהוּת","transliteration":"Shamhûwth","pronunciation":"sham-hooth'","derivation":"for H8048 (שַׁמָּה); desolation;","strongs_definition":"Shamhuth, an Israelite","kjv_definition":"Shamhuth."} +{"id":"H8050","strongs_number":"H8050","system":"hebrew","language":"hebrew","number_value":8050,"lemma":"שְׁמוּאֵל","transliteration":"Shᵉmûwʼêl","pronunciation":"sehm-oo-ale'","derivation":"from the passive participle of H8085 (שָׁמַע) and H410 (אֵל); heard of God;","strongs_definition":"Shemuel, the name of three Israelites","kjv_definition":"Samuel, Shemuel."} +{"id":"H8051","strongs_number":"H8051","system":"hebrew","language":"hebrew","number_value":8051,"lemma":"שַׁמּוּעַ","transliteration":"Shammûwaʻ","pronunciation":"sham-moo'-ah","derivation":"from H8074 (שָׁמֵם); renowned;","strongs_definition":"Shammua, the name of four Israelites","kjv_definition":"Shammua, Shammuah."} +{"id":"H8052","strongs_number":"H8052","system":"hebrew","language":"hebrew","number_value":8052,"lemma":"שְׁמוּעָה","transliteration":"shᵉmûwʻâh","pronunciation":"sehm-oo-aw'","derivation":"feminine passive participle of H8074 (שָׁמֵם);","strongs_definition":"something heard, i.e. an announcement","kjv_definition":"bruit, doctrine, fame, mentioned, news, report, rumor, tidings."} +{"id":"H8053","strongs_number":"H8053","system":"hebrew","language":"hebrew","number_value":8053,"lemma":"שָׁמוּר","transliteration":"Shâmûwr","pronunciation":"shaw-moor'","derivation":"passive participle of H8103 (שִׁמְצָה); observed;","strongs_definition":"Shamur, an Israelite","kjv_definition":"Shamir (from the margin)."} +{"id":"H8054","strongs_number":"H8054","system":"hebrew","language":"hebrew","number_value":8054,"lemma":"שַׁמּוֹת","transliteration":"Shammôwth","pronunciation":"sham-moth'","derivation":"plural of H8047 (שַׁמָּה); ruins;","strongs_definition":"Shammoth, an Israelite","kjv_definition":"Shamoth."} +{"id":"H8055","strongs_number":"H8055","system":"hebrew","language":"hebrew","number_value":8055,"lemma":"שָׂמַח","transliteration":"sâmach","pronunciation":"saw-makh'","derivation":"a primitive root;","strongs_definition":"probably to brighten up, i.e. (figuratively) be (causatively, make) blithe or gleesome","kjv_definition":"cheer up, be (make) glad, (have, make) joy(-ful), be (make) merry, (cause to, make to) rejoice, [idiom] very."} +{"id":"H8056","strongs_number":"H8056","system":"hebrew","language":"hebrew","number_value":8056,"lemma":"שָׂמֵחַ","transliteration":"sâmêach","pronunciation":"saw-may'-akh","derivation":"from H8055 (שָׂמַח);","strongs_definition":"blithe or gleeful","kjv_definition":"(be) glad, joyful, (making) merry((-hearted), -ily), rejoice(-ing)."} +{"id":"H8057","strongs_number":"H8057","system":"hebrew","language":"hebrew","number_value":8057,"lemma":"שִׂמְחָה","transliteration":"simchâh","pronunciation":"sim-khaw'","derivation":"from H8056 (שָׂמֵחַ);","strongs_definition":"blithesomeness or glee, (religious or festival)","kjv_definition":"[idiom] exceeding(-ly), gladness, joy(-fulness), mirth, pleasure, rejoice(-ing)."} +{"id":"H8058","strongs_number":"H8058","system":"hebrew","language":"hebrew","number_value":8058,"lemma":"שָׁמַט","transliteration":"shâmaṭ","pronunciation":"shaw-mat'","derivation":"a primitive root;","strongs_definition":"to fling down; incipiently to jostle; figuratively, to let alone, desist, remit","kjv_definition":"discontinue, overthrow, release, let rest, shake, stumble, throw down."} +{"id":"H8059","strongs_number":"H8059","system":"hebrew","language":"hebrew","number_value":8059,"lemma":"שְׁמִטָּה","transliteration":"shᵉmiṭṭâh","pronunciation":"shem-it-taw'","derivation":"from H8058 (שָׁמַט);","strongs_definition":"remission (of debt) or suspension of labor)","kjv_definition":"release."} +{"id":"H8060","strongs_number":"H8060","system":"hebrew","language":"hebrew","number_value":8060,"lemma":"שַׁמַּי","transliteration":"Shammay","pronunciation":"sham-mah'-ee","derivation":"from H8073 (שַׁמְלַי); destructive;","strongs_definition":"Shammai, the name of three Israelites","kjv_definition":"Shammai."} +{"id":"H8061","strongs_number":"H8061","system":"hebrew","language":"hebrew","number_value":8061,"lemma":"שְׁמִידָע","transliteration":"Shᵉmîydâʻ","pronunciation":"shem-ee-daw'","derivation":"apparently from H8034 (שֵׁם) and H3045 (יָדַע); name of knowing;","strongs_definition":"Shemida, an Israelite","kjv_definition":"Shemida, Shemidah."} +{"id":"H8062","strongs_number":"H8062","system":"hebrew","language":"hebrew","number_value":8062,"lemma":"שְׁמִידָעִי","transliteration":"Shᵉmîydâʻîy","pronunciation":"shem-ee-daw-ee'","derivation":"patronymically from H8061 (שְׁמִידָע);","strongs_definition":"a Shemidaite (collectively) or descendants of Shemida","kjv_definition":"Shemidaites."} +{"id":"H8063","strongs_number":"H8063","system":"hebrew","language":"hebrew","number_value":8063,"lemma":"שְׂמִיכָה","transliteration":"sᵉmîykâh","pronunciation":"sem-ee-kaw'","derivation":"from H5564 (סָמַךְ);","strongs_definition":"a run (as sustaining the Oriental sitter)","kjv_definition":"mantle."} +{"id":"H8064","strongs_number":"H8064","system":"hebrew","language":"hebrew","number_value":8064,"lemma":"שָׁמַיִם","transliteration":"shâmayim","pronunciation":"shaw-mah'-yim","derivation":"dual of an unused singular שָׁמֶה; from an unused root meaning to be lofty;","strongs_definition":"the sky (as aloft; the dual perhaps alluding to the visible arch in which the clouds move, as well as to the higher ether where the celestial bodies revolve)","kjv_definition":"air, [idiom] astrologer, heaven(-s)."} +{"id":"H8065","strongs_number":"H8065","system":"hebrew","language":"hebrew","number_value":8065,"lemma":"שָׁמַיִן","transliteration":"shâmayin","pronunciation":"shaw-mah'-yin","derivation":"(Aramaic) corresponding to H8064 (שָׁמַיִם)","strongs_definition":"{the sky (as aloft; the dual perhaps alluding to the visible arch in which the clouds move, as well as to the higher ether where the celestial bodies revolve)}","kjv_definition":"heaven."} +{"id":"H8066","strongs_number":"H8066","system":"hebrew","language":"hebrew","number_value":8066,"lemma":"שְׁמִינִי","transliteration":"shᵉmîynîy","pronunciation":"shem-ee-nee'","derivation":"from H8083 (שְׁמֹנֶה);","strongs_definition":"eight","kjv_definition":"eight."} +{"id":"H8067","strongs_number":"H8067","system":"hebrew","language":"hebrew","number_value":8067,"lemma":"שְׁמִינִית","transliteration":"shᵉmîynîyth","pronunciation":"shem-ee-neeth'","derivation":"feminine of H8066 (שְׁמִינִי);","strongs_definition":"probably an eight-stringed lyre","kjv_definition":"Sheminith."} +{"id":"H8068","strongs_number":"H8068","system":"hebrew","language":"hebrew","number_value":8068,"lemma":"שָׁמִיר","transliteration":"shâmîyr","pronunciation":"shaw-meer'","derivation":"from H8104 (שָׁמַר) in the original sense of pricking;","strongs_definition":"a thorn; also (from its keenness for scratching) a gem, probably the diamond","kjv_definition":"adamant (stone), brier, diamond."} +{"id":"H8069","strongs_number":"H8069","system":"hebrew","language":"hebrew","number_value":8069,"lemma":"שָׁמִיר","transliteration":"Shâmîyr","pronunciation":"shaw-meer'","derivation":"the same as H8068 (שָׁמִיר);","strongs_definition":"Shamir, the name of two places in Palestine","kjv_definition":"Shamir. Compare H8053 (שָׁמוּר)."} +{"id":"H8070","strongs_number":"H8070","system":"hebrew","language":"hebrew","number_value":8070,"lemma":"שְׁמִירָמוֹת","transliteration":"Shᵉmîyrâmôwth","pronunciation":"shem-ee-raw-moth'","derivation":"or שְׁמָרִימוֹת; probably from H8034 (שֵׁם) and plural of H7413 (רָמָה); name of heights;","strongs_definition":"Shemiramoth, the name of two Israelites","kjv_definition":"Shemiramoth."} +{"id":"H8071","strongs_number":"H8071","system":"hebrew","language":"hebrew","number_value":8071,"lemma":"שִׂמְלָה","transliteration":"simlâh","pronunciation":"sim-law'","derivation":"perhaps by permutation for the feminine of H5566 (סֶמֶל) (through the idea of a cover assuming the shape of the object beneath);","strongs_definition":"a dress, especially a mantle","kjv_definition":"apparel, cloth(-es, -ing), garment, raiment. Compare H8008 (שַׂלְמָה)."} +{"id":"H8072","strongs_number":"H8072","system":"hebrew","language":"hebrew","number_value":8072,"lemma":"שַׂמְלָה","transliteration":"Samlâh","pronunciation":"sam-law'","derivation":"probably for the same as H8071 (שִׂמְלָה);","strongs_definition":"Samlah, an Edomite","kjv_definition":"Samlah."} +{"id":"H8073","strongs_number":"H8073","system":"hebrew","language":"hebrew","number_value":8073,"lemma":"שַׁמְלַי","transliteration":"Shamlay","pronunciation":"sham-lah'-ee","derivation":"for H8014 (שַׂלְמַי);","strongs_definition":"Shamlai, one of the Nethinim","kjv_definition":"Shalmai (from the margin)."} +{"id":"H8074","strongs_number":"H8074","system":"hebrew","language":"hebrew","number_value":8074,"lemma":"שָׁמֵם","transliteration":"shâmêm","pronunciation":"shaw-mame'","derivation":"a primitive root;","strongs_definition":"to stun (or intransitively, grow numb), i.e. devastate or (figuratively) stupefy (both usually in a passive sense)","kjv_definition":"make amazed, be astonied, (be an) astonish(-ment), (be, bring into, unto, lay, lie, make) desolate(-ion, places), be destitute, destroy (self), (lay, lie, make) waste, wonder."} +{"id":"H8075","strongs_number":"H8075","system":"hebrew","language":"hebrew","number_value":8075,"lemma":"שְׁמַם","transliteration":"shᵉmam","pronunciation":"shem-am'","derivation":"(Aramaic) corresponding to H8074 (שָׁמֵם)","strongs_definition":"{to stun (or intransitively, grow numb), i.e. devastate or (figuratively) stupefy (both usually in a passive sense)}","kjv_definition":"be astonied."} +{"id":"H8076","strongs_number":"H8076","system":"hebrew","language":"hebrew","number_value":8076,"lemma":"שָׁמֵם","transliteration":"shâmêm","pronunciation":"shaw-mame'","derivation":"from H8074 (שָׁמֵם);","strongs_definition":"ruined","kjv_definition":"desolate."} +{"id":"H8077","strongs_number":"H8077","system":"hebrew","language":"hebrew","number_value":8077,"lemma":"שְׁמָמָה","transliteration":"shᵉmâmâh","pronunciation":"shem-aw-maw'","derivation":"or שִׁמָמָה; feminine of H8076 (שָׁמֵם);","strongs_definition":"devastation; figuratively, astonishment","kjv_definition":"(laid, [idiom] most) desolate(-ion), waste."} +{"id":"H8078","strongs_number":"H8078","system":"hebrew","language":"hebrew","number_value":8078,"lemma":"שִׁמָּמוֹן","transliteration":"shimmâmôwn","pronunciation":"shim-maw-mone'","derivation":"from H8074 (שָׁמֵם);","strongs_definition":"stupefaction","kjv_definition":"astonishment."} +{"id":"H8079","strongs_number":"H8079","system":"hebrew","language":"hebrew","number_value":8079,"lemma":"שְׂמָמִית","transliteration":"sᵉmâmîyth","pronunciation":"sem-aw-meeth'","derivation":"probably from H8074 (שָׁמֵם) (in the sense of poisoning);","strongs_definition":"a lizard (from the superstition of its noxiousness)","kjv_definition":"spider."} +{"id":"H8080","strongs_number":"H8080","system":"hebrew","language":"hebrew","number_value":8080,"lemma":"שָׁמַן","transliteration":"shâman","pronunciation":"shaw-man'","derivation":"a primitive root;","strongs_definition":"to shine, i.e. (by analogy) be (causatively, make) oily or gross","kjv_definition":"become (make, wax) fat."} +{"id":"H8081","strongs_number":"H8081","system":"hebrew","language":"hebrew","number_value":8081,"lemma":"שֶׁמֶן","transliteration":"shemen","pronunciation":"sheh'-men","derivation":"from H8080 (שָׁמַן);","strongs_definition":"grease, especially liquid (as from the olive, often perfumed); figuratively, richness","kjv_definition":"anointing, [idiom] fat (things), [idiom] fruitful, oil(-ed), ointment, olive, [phrase] pine."} +{"id":"H8082","strongs_number":"H8082","system":"hebrew","language":"hebrew","number_value":8082,"lemma":"שָׁמֵן","transliteration":"shâmên","pronunciation":"shaw-mane'","derivation":"from H8080 (שָׁמַן);","strongs_definition":"greasy, i.e. gross; figuratively, rich","kjv_definition":"fat, lusty, plenteous."} +{"id":"H8083","strongs_number":"H8083","system":"hebrew","language":"hebrew","number_value":8083,"lemma":"שְׁמֹנֶה","transliteration":"shᵉmôneh","pronunciation":"shem-o-neh'","derivation":"or שְׁמוֹנֶה; feminine שְׁמֹנָה; or שְׁמוֹנָה; apparently from H8082 (שָׁמֵן) through the idea of plumpness;","strongs_definition":"a cardinal number, eight (as if a surplus above the 'perfect' seven); also (as ordinal) eighth","kjv_definition":"eight(-een, -eenth), eighth."} +{"id":"H8084","strongs_number":"H8084","system":"hebrew","language":"hebrew","number_value":8084,"lemma":"שְׁמֹנִים","transliteration":"shᵉmônîym","pronunciation":"shem-o-neem'","derivation":"or שְׁמוֹנִים; multiple from H8083 (שְׁמֹנֶה);","strongs_definition":"eighty, also eightieth","kjv_definition":"eighty(-ieth), fourscore."} +{"id":"H8085","strongs_number":"H8085","system":"hebrew","language":"hebrew","number_value":8085,"lemma":"שָׁמַע","transliteration":"shâmaʻ","pronunciation":"shaw-mah'","derivation":"a primitive root;","strongs_definition":"to hear intelligently (often with implication of attention, obedience, etc.; causatively, to tell, etc.)","kjv_definition":"[idiom] attentively, call (gather) together, [idiom] carefully, [idiom] certainly, consent, consider, be content, declare, [idiom] diligently, discern, give ear, (cause to, let, make to) hear(-ken, tell), [idiom] indeed, listen, make (a) noise, (be) obedient, obey, perceive, (make a) proclaim(-ation), publish, regard, report, shew (forth), (make a) sound, [idiom] surely, tell, understand, whosoever (heareth), witness."} +{"id":"H8086","strongs_number":"H8086","system":"hebrew","language":"hebrew","number_value":8086,"lemma":"שְׁמַע","transliteration":"shᵉmaʻ","pronunciation":"shem-ah'","derivation":"(Aramaic) corresponding to H8085 (שָׁמַע)","strongs_definition":"{to hear intelligently (often with implication of attention, obedience, etc.; causatively, to tell, etc.)}","kjv_definition":"hear, obey."} +{"id":"H8087","strongs_number":"H8087","system":"hebrew","language":"hebrew","number_value":8087,"lemma":"שֶׁמַע","transliteration":"Shemaʻ","pronunciation":"sheh'-mah","derivation":"for the same as H8088 (שֵׁמַע);","strongs_definition":"Shema, the name of a place in Palestine and of four Israelites","kjv_definition":"Shema."} +{"id":"H8088","strongs_number":"H8088","system":"hebrew","language":"hebrew","number_value":8088,"lemma":"שֵׁמַע","transliteration":"shêmaʻ","pronunciation":"shay'-mah","derivation":"from H8085 (שָׁמַע);","strongs_definition":"something heard, i.e. a sound, rumor, announcement; abstractly, audience","kjv_definition":"bruit, fame, hear(-ing), loud, report, speech, tidings."} +{"id":"H8089","strongs_number":"H8089","system":"hebrew","language":"hebrew","number_value":8089,"lemma":"שֹׁמַע","transliteration":"shômaʻ","pronunciation":"sho'-mah","derivation":"from H8085 (שָׁמַע);","strongs_definition":"a report","kjv_definition":"fame."} +{"id":"H8090","strongs_number":"H8090","system":"hebrew","language":"hebrew","number_value":8090,"lemma":"שְׁמָע","transliteration":"Shᵉmâʻ","pronunciation":"shem-aw'","derivation":"for H8087 (שֶׁמַע);","strongs_definition":"Shema, a place in Palestine","kjv_definition":"Shema."} +{"id":"H8091","strongs_number":"H8091","system":"hebrew","language":"hebrew","number_value":8091,"lemma":"שָׁמָע","transliteration":"Shâmâʻ","pronunciation":"shaw-maw'","derivation":"from H8085 (שָׁמַע); obedient;","strongs_definition":"Shama, an Israelite","kjv_definition":"Shama."} +{"id":"H8092","strongs_number":"H8092","system":"hebrew","language":"hebrew","number_value":8092,"lemma":"שִׁמְעָא","transliteration":"Shimʻâʼ","pronunciation":"shim-aw'","derivation":"for H8093 (שִׁמְעָה);","strongs_definition":"Shima, the name of four Israelites","kjv_definition":"Shimea, Shimei, Shamma."} +{"id":"H8093","strongs_number":"H8093","system":"hebrew","language":"hebrew","number_value":8093,"lemma":"שִׁמְעָה","transliteration":"Shimʻâh","pronunciation":"shim-aw'","derivation":"feminine of H8088 (שֵׁמַע); annunciation;","strongs_definition":"Shimah, an Israelite","kjv_definition":"Shimeah."} +{"id":"H8094","strongs_number":"H8094","system":"hebrew","language":"hebrew","number_value":8094,"lemma":"שְׁמָעָה","transliteration":"Shᵉmâʻâh","pronunciation":"shem-aw-aw'","derivation":"for H8093 (שִׁמְעָה);","strongs_definition":"Shemaah, an Israelite","kjv_definition":"Shemaah."} +{"id":"H8095","strongs_number":"H8095","system":"hebrew","language":"hebrew","number_value":8095,"lemma":"שִׁמְעוֹן","transliteration":"Shimʻôwn","pronunciation":"shim-one'","derivation":"from H8085 (שָׁמַע); hearing;","strongs_definition":"Shimon, one of Jacob's sons, also the tribe descended from him","kjv_definition":"Simeon."} +{"id":"H8096","strongs_number":"H8096","system":"hebrew","language":"hebrew","number_value":8096,"lemma":"שִׁמְעִי","transliteration":"Shimʻîy","pronunciation":"shim-ee'","derivation":"from H8088 (שֵׁמַע); famous;","strongs_definition":"Shimi, the name of twenty Israelites","kjv_definition":"Shimeah (from the margin), Shimei, Shimhi, Shimi."} +{"id":"H8097","strongs_number":"H8097","system":"hebrew","language":"hebrew","number_value":8097,"lemma":"שִׁמְעִי","transliteration":"Shimʻîy","pronunciation":"shim-ee'","derivation":"patronymically from H8096 (שִׁמְעִי);","strongs_definition":"a Shimite (collectively) or descendants of Shimi","kjv_definition":"of Shimi, Shimites."} +{"id":"H8098","strongs_number":"H8098","system":"hebrew","language":"hebrew","number_value":8098,"lemma":"שְׁמַעְיָה","transliteration":"Shᵉmaʻyâh","pronunciation":"shem-aw-yaw'","derivation":"or שְׁמַעְיָהוּ; from H8085 (שָׁמַע) and H3050 (יָהּ); Jah has heard;","strongs_definition":"Shemajah, the name of twenty-five Israelites","kjv_definition":"Shemaiah."} +{"id":"H8099","strongs_number":"H8099","system":"hebrew","language":"hebrew","number_value":8099,"lemma":"שִׁמְעֹנִי","transliteration":"Shimʻônîy","pronunciation":"shim-o-nee'","derivation":"patronymically from H8095 (שִׁמְעוֹן);","strongs_definition":"a Shimonite (collectively) or descendants of Shimon","kjv_definition":"tribe of Simeon, Simeonites."} +{"id":"H8100","strongs_number":"H8100","system":"hebrew","language":"hebrew","number_value":8100,"lemma":"שִׁמְעַת","transliteration":"Shimʻath","pronunciation":"shim-awth'","derivation":"feminine of H8088 (שֵׁמַע); annunciation;","strongs_definition":"Shimath, an Ammonitess","kjv_definition":"Shimath."} +{"id":"H8101","strongs_number":"H8101","system":"hebrew","language":"hebrew","number_value":8101,"lemma":"שִׁמְעָתִי","transliteration":"Shimʻâthîy","pronunciation":"shim-aw-thee'","derivation":"patronymically from H8093 (שִׁמְעָה);","strongs_definition":"a Shimathite (collectively) or descendants of Shimah","kjv_definition":"Shimeathites."} +{"id":"H8102","strongs_number":"H8102","system":"hebrew","language":"hebrew","number_value":8102,"lemma":"שֶׁמֶץ","transliteration":"shemets","pronunciation":"sheh'-mets","derivation":"from an unused root meaning to emit a sound;","strongs_definition":"an inkling","kjv_definition":"a little."} +{"id":"H8103","strongs_number":"H8103","system":"hebrew","language":"hebrew","number_value":8103,"lemma":"שִׁמְצָה","transliteration":"shimtsâh","pronunciation":"shim-tsaw'","derivation":"feminine of H8102 (שֶׁמֶץ);","strongs_definition":"scornful whispering (of hostile spectators)","kjv_definition":"shame."} +{"id":"H8104","strongs_number":"H8104","system":"hebrew","language":"hebrew","number_value":8104,"lemma":"שָׁמַר","transliteration":"shâmar","pronunciation":"shaw-mar'","derivation":"a primitive root;","strongs_definition":"properly, to hedge about (as with thorns), i.e. guard; generally, to protect, attend to, etc.","kjv_definition":"beward, be circumspect, take heed (to self), keep(-er, self), mark, look narrowly, observe, preserve, regard, reserve, save (self), sure, (that lay) wait (for), watch(-man)."} +{"id":"H8105","strongs_number":"H8105","system":"hebrew","language":"hebrew","number_value":8105,"lemma":"שֶׁמֶר","transliteration":"shemer","pronunciation":"sheh'-mer","derivation":"from H8104 (שָׁמַר);","strongs_definition":"something preserved, i.e. the settlings (plural only) of wine","kjv_definition":"dregs, (wines on the) lees."} +{"id":"H8106","strongs_number":"H8106","system":"hebrew","language":"hebrew","number_value":8106,"lemma":"שֶׁמֶר","transliteration":"Shemer","pronunciation":"sheh'-mer","derivation":"the same as H8105 (שֶׁמֶר);","strongs_definition":"Shemer, the name of three Israelites","kjv_definition":"Shamer, Shemer."} +{"id":"H8107","strongs_number":"H8107","system":"hebrew","language":"hebrew","number_value":8107,"lemma":"שִׁמֻּר","transliteration":"shimmur","pronunciation":"shim-moor'","derivation":"from H8104 (שָׁמַר);","strongs_definition":"an observance","kjv_definition":"[idiom] be (much) observed."} +{"id":"H8108","strongs_number":"H8108","system":"hebrew","language":"hebrew","number_value":8108,"lemma":"שׇׁמְרָה","transliteration":"shomrâh","pronunciation":"shom-raw'","derivation":"feminine of an unused noun from H8104 (שָׁמַר) meaning a guard;","strongs_definition":"watchfulness","kjv_definition":"watch."} +{"id":"H8109","strongs_number":"H8109","system":"hebrew","language":"hebrew","number_value":8109,"lemma":"שְׁמֻרָה","transliteration":"shᵉmurâh","pronunciation":"shem-oo-raw'","derivation":"feminine of passive participle of H8104 (שָׁמַר);","strongs_definition":"something guarded, i.e. an eye-lid","kjv_definition":"waking."} +{"id":"H8110","strongs_number":"H8110","system":"hebrew","language":"hebrew","number_value":8110,"lemma":"שִׁמְרוֹן","transliteration":"Shimrôwn","pronunciation":"shim-rone'","derivation":"from H8105 (שֶׁמֶר) in its original sense; guardianship;","strongs_definition":"Shimron, the name of an Israelite and of a place in Palestine","kjv_definition":"Shimron."} +{"id":"H8111","strongs_number":"H8111","system":"hebrew","language":"hebrew","number_value":8111,"lemma":"שֹׁמְרוֹן","transliteration":"Shômᵉrôwn","pronunciation":"sho-mer-one'","derivation":"from the active participle of H8104 (שָׁמַר); watch-station;","strongs_definition":"Shomeron, a place in Palestine","kjv_definition":"Samaria."} +{"id":"H8112","strongs_number":"H8112","system":"hebrew","language":"hebrew","number_value":8112,"lemma":"שִׁמְרוֹן מְראוֹן","transliteration":"Shimrôwn Mᵉrʼôwn","pronunciation":"shim-rone' mer-one'","derivation":"from H8110 (שִׁמְרוֹן) and a derivative of H4754 (מָרָא); guard of lashing;","strongs_definition":"Shimron-Meron, a place in Palestine","kjv_definition":"Shimon-meron."} +{"id":"H8113","strongs_number":"H8113","system":"hebrew","language":"hebrew","number_value":8113,"lemma":"שִׁמְרִי","transliteration":"Shimrîy","pronunciation":"shim-ree'","derivation":"from H8105 (שֶׁמֶר) in its original sense; watchful;","strongs_definition":"Shimri, the name of four Israelites","kjv_definition":"Shimri."} +{"id":"H8114","strongs_number":"H8114","system":"hebrew","language":"hebrew","number_value":8114,"lemma":"שְׁמַרְיָה","transliteration":"Shᵉmaryâh","pronunciation":"shem-ar-yaw'","derivation":"or שְׁמַרְיָהוּ; from H8104 (שָׁמַר) and H3050 (יָהּ); Jah has guarded;","strongs_definition":"Shemarjah, the name of four Israelites","kjv_definition":"Shamariah, Shemariah."} +{"id":"H8115","strongs_number":"H8115","system":"hebrew","language":"hebrew","number_value":8115,"lemma":"שׇׁמְרַיִן","transliteration":"Shomrayin","pronunciation":"shom-rah'-yin","derivation":"(Aramaic) corresponding to H8111 (שֹׁמְרוֹן);","strongs_definition":"Shomrain, a place in Palestine","kjv_definition":"Samaria."} +{"id":"H8116","strongs_number":"H8116","system":"hebrew","language":"hebrew","number_value":8116,"lemma":"שִׁמְרִית","transliteration":"Shimrîyth","pronunciation":"shim-reeth'","derivation":"feminine of H8113 (שִׁמְרִי); female guard;","strongs_definition":"Shimrith, a Moabitess","kjv_definition":"Shimrith."} +{"id":"H8117","strongs_number":"H8117","system":"hebrew","language":"hebrew","number_value":8117,"lemma":"שִׁמְרֹנִי","transliteration":"Shimrônîy","pronunciation":"shim-ro-nee'","derivation":"patronymically from H8110 (שִׁמְרוֹן);","strongs_definition":"a Shimronite (collectively) or descendants of Shimron","kjv_definition":"Shimronites."} +{"id":"H8118","strongs_number":"H8118","system":"hebrew","language":"hebrew","number_value":8118,"lemma":"שֹׁמרֹנִי","transliteration":"Shômrônîy","pronunciation":"sho-mer-o-nee'","derivation":"patrial from H8111 (שֹׁמְרוֹן);","strongs_definition":"a Shomeronite (collectively) or inhabitants of Shomeron","kjv_definition":"Samaritans."} +{"id":"H8119","strongs_number":"H8119","system":"hebrew","language":"hebrew","number_value":8119,"lemma":"שִׁמְרָת","transliteration":"Shimrâth","pronunciation":"shim-rawth'","derivation":"from H8104 (שָׁמַר); guardship;","strongs_definition":"Shimrath, an Israelite","kjv_definition":"Shimrath."} +{"id":"H8120","strongs_number":"H8120","system":"hebrew","language":"hebrew","number_value":8120,"lemma":"שְׁמַשׁ","transliteration":"shᵉmash","pronunciation":"shem-ash'","derivation":"(Aramaic) corresponding to the root of H8121 (שֶׁמֶשׁ) through the idea of activity implied in day-light;","strongs_definition":"to serve","kjv_definition":"minister."} +{"id":"H8121","strongs_number":"H8121","system":"hebrew","language":"hebrew","number_value":8121,"lemma":"שֶׁמֶשׁ","transliteration":"shemesh","pronunciation":"sheh'-mesh","derivation":"from an unused root meaning to be brilliant;","strongs_definition":"the sun; by implication, the east; figuratively, a ray, i.e. (architectural) a notched battlement","kjv_definition":"[phrase] east side(-ward), sun (rising), [phrase] west(-ward), window. See also H1053 (בֵּית שֶׁמֶשׁ)."} +{"id":"H8122","strongs_number":"H8122","system":"hebrew","language":"hebrew","number_value":8122,"lemma":"שֶׁמֶשׁ","transliteration":"shemesh","pronunciation":"sheh'-mesh","derivation":"(Aramaic) corresponding to H8121 (שֶׁמֶשׁ);","strongs_definition":"the sun","kjv_definition":"sun."} +{"id":"H8123","strongs_number":"H8123","system":"hebrew","language":"hebrew","number_value":8123,"lemma":"שִׁמְשׁוֹן","transliteration":"Shimshôwn","pronunciation":"shim-shone'","derivation":"from H8121 (שֶׁמֶשׁ); sunlight;","strongs_definition":"Shimshon, an Israelite","kjv_definition":"Samson."} +{"id":"H8124","strongs_number":"H8124","system":"hebrew","language":"hebrew","number_value":8124,"lemma":"שִׁמְשַׁי","transliteration":"Shimshay","pronunciation":"shim-shah'-ee","derivation":"(Aramaic) from H8122 (שֶׁמֶשׁ); sunny;","strongs_definition":"Shimshai, a Samaritan","kjv_definition":"Shimshai."} +{"id":"H8125","strongs_number":"H8125","system":"hebrew","language":"hebrew","number_value":8125,"lemma":"שַׁמְשְׁרַי","transliteration":"Shamshᵉray","pronunciation":"sham-sher-ah'-ee","derivation":"apparently from H8121 (שֶׁמֶשׁ); sunlike;","strongs_definition":"Shamsherai, an Israelite","kjv_definition":"Shamsherai."} +{"id":"H8126","strongs_number":"H8126","system":"hebrew","language":"hebrew","number_value":8126,"lemma":"שֻׁמָתִי","transliteration":"Shumâthîy","pronunciation":"shoo-maw-thee'","derivation":"patronymically from an unused name from H7762 (שׁוּם) probably meaning garlic-smell;","strongs_definition":"a Shumathite (collectively) or descendants of Shumah","kjv_definition":"Shumathites."} +{"id":"H8127","strongs_number":"H8127","system":"hebrew","language":"hebrew","number_value":8127,"lemma":"שֵׁן","transliteration":"shên","pronunciation":"shane","derivation":"from H8150 (שָׁנַן); compare H8143 (שֶׁנְהַבִּים)","strongs_definition":"a tooth (as sharp); specifically ivory; figuratively, a cliff","kjv_definition":"crag, [idiom] forefront, ivory, [idiom] sharp, tooth."} +{"id":"H8128","strongs_number":"H8128","system":"hebrew","language":"hebrew","number_value":8128,"lemma":"שֵׁן","transliteration":"shên","pronunciation":"shane","derivation":"(Aramaic) corresponding to H8127 (שֵׁן);","strongs_definition":"a tooth","kjv_definition":"tooth."} +{"id":"H8129","strongs_number":"H8129","system":"hebrew","language":"hebrew","number_value":8129,"lemma":"שֵׁן","transliteration":"Shên","pronunciation":"shane","derivation":"the same as H8127 (שֵׁן); crag;","strongs_definition":"Shen, a place in Palestine","kjv_definition":"Shen."} +{"id":"H8130","strongs_number":"H8130","system":"hebrew","language":"hebrew","number_value":8130,"lemma":"שָׂנֵא","transliteration":"sânêʼ","pronunciation":"saw-nay'","derivation":"a primitive root;","strongs_definition":"to hate (personally)","kjv_definition":"enemy, foe, (be) hate(-ful, -r), odious, [idiom] utterly."} +{"id":"H8131","strongs_number":"H8131","system":"hebrew","language":"hebrew","number_value":8131,"lemma":"שְׂנֵא","transliteration":"sᵉnêʼ","pronunciation":"sen-ay'","derivation":"(Aramaic) corresponding to H8130 (שָׂנֵא)","strongs_definition":"{to hate (personally)}","kjv_definition":"hate."} +{"id":"H8132","strongs_number":"H8132","system":"hebrew","language":"hebrew","number_value":8132,"lemma":"שָׁנָא","transliteration":"shânâʼ","pronunciation":"shaw-naw'","derivation":"a primitive root;","strongs_definition":"to alter","kjv_definition":"change."} +{"id":"H8133","strongs_number":"H8133","system":"hebrew","language":"hebrew","number_value":8133,"lemma":"שְׁנָא","transliteration":"shᵉnâʼ","pronunciation":"shen-aw'","derivation":"(Aramaic) corresponding to H8132 (שָׁנָא)","strongs_definition":"{to alter}","kjv_definition":"alter, change, (be) diverse."} +{"id":"H8134","strongs_number":"H8134","system":"hebrew","language":"hebrew","number_value":8134,"lemma":"שִׁנְאָב","transliteration":"Shinʼâb","pronunciation":"shin-awb'","derivation":"probably from H8132 (שָׁנָא) and H1 (אָב); a father has turned;","strongs_definition":"Shinab, a Canaanite","kjv_definition":"Shinab."} +{"id":"H8135","strongs_number":"H8135","system":"hebrew","language":"hebrew","number_value":8135,"lemma":"שִׂנְאָה","transliteration":"sinʼâh","pronunciation":"sin-aw'","derivation":"from H8130 (שָׂנֵא);","strongs_definition":"hate","kjv_definition":"[phrase] exceedingly, hate(-ful, -red)."} +{"id":"H8136","strongs_number":"H8136","system":"hebrew","language":"hebrew","number_value":8136,"lemma":"שִׁנְאָן","transliteration":"shinʼân","pronunciation":"shin-awn'","derivation":"from H8132 (שָׁנָא);","strongs_definition":"change, i.e. repetition","kjv_definition":"[idiom] angels."} +{"id":"H8137","strongs_number":"H8137","system":"hebrew","language":"hebrew","number_value":8137,"lemma":"שֶׁנְאַצַּר","transliteration":"Shenʼatstsar","pronunciation":"shen-ats-tsar'","derivation":"apparently of Babylonian origin;","strongs_definition":"Shenatstsar, an Israelite","kjv_definition":"Senazar."} +{"id":"H8138","strongs_number":"H8138","system":"hebrew","language":"hebrew","number_value":8138,"lemma":"שָׁנָה","transliteration":"shânâh","pronunciation":"shaw-naw'","derivation":"a primitive root;","strongs_definition":"to fold, i.e. duplicate (literally or figuratively); by implication, to transmute (transitive or intransitive)","kjv_definition":"do (speak, strike) again, alter, double, (be given to) change, disguise, (be) diverse, pervert, prefer, repeat, return, do the second time."} +{"id":"H8139","strongs_number":"H8139","system":"hebrew","language":"hebrew","number_value":8139,"lemma":"שְׁנָה","transliteration":"shᵉnâh","pronunciation":"shen-aw'","derivation":"(Aramaic) corresponding to H8142 (שֵׁנָה)","strongs_definition":"{sleep}","kjv_definition":"sleep."} +{"id":"H8140","strongs_number":"H8140","system":"hebrew","language":"hebrew","number_value":8140,"lemma":"שְׁנָה","transliteration":"shᵉnâh","pronunciation":"shen-aw'","derivation":"(Aramaic) corresponding to H8141 (שָׁנֶה)","strongs_definition":"{a year (as a revolution of time)}","kjv_definition":"year."} +{"id":"H8141","strongs_number":"H8141","system":"hebrew","language":"hebrew","number_value":8141,"lemma":"שָׁנֶה","transliteration":"shâneh","pronunciation":"shaw-neh'","derivation":"(in plural or (feminine) שָׁנָה; from H8138 (שָׁנָה);","strongs_definition":"a year (as a revolution of time)","kjv_definition":"[phrase] whole age, [idiom] long, [phrase] old, year([idiom] -ly)."} +{"id":"H8142","strongs_number":"H8142","system":"hebrew","language":"hebrew","number_value":8142,"lemma":"שֵׁנָה","transliteration":"shênâh","pronunciation":"shay-naw'","derivation":"or שֵׁנָא; (Psalm 127:2), from H3462 (יָשֵׁן);","strongs_definition":"sleep","kjv_definition":"sleep."} +{"id":"H8143","strongs_number":"H8143","system":"hebrew","language":"hebrew","number_value":8143,"lemma":"שֶׁנְהַבִּים","transliteration":"shenhabbîym","pronunciation":"shen-hab-beem'","derivation":"from H8127 (שֵׁן) and the plural apparently of a foreign word;","strongs_definition":"probably, tooth of elephants, i.e. ivory tusk","kjv_definition":"ivory."} +{"id":"H8144","strongs_number":"H8144","system":"hebrew","language":"hebrew","number_value":8144,"lemma":"שָׁנִי","transliteration":"shânîy","pronunciation":"shaw-nee'","derivation":"of uncertain derivation;","strongs_definition":"crimson, properly, the insect or its color, also stuff dyed with it","kjv_definition":"crimson, scarlet (thread)."} +{"id":"H8145","strongs_number":"H8145","system":"hebrew","language":"hebrew","number_value":8145,"lemma":"שֵׁנִי","transliteration":"shênîy","pronunciation":"shay-nee'","derivation":"from H8138 (שָׁנָה);","strongs_definition":"properly, double, i.e. second; also adverbially, again","kjv_definition":"again, either (of them), (an-) other, second (time)."} +{"id":"H8146","strongs_number":"H8146","system":"hebrew","language":"hebrew","number_value":8146,"lemma":"שָׂנִיא","transliteration":"sânîyʼ","pronunciation":"saw-nee'","derivation":"from H8130 (שָׂנֵא);","strongs_definition":"hated","kjv_definition":"hated."} +{"id":"H8147","strongs_number":"H8147","system":"hebrew","language":"hebrew","number_value":8147,"lemma":"שְׁנַיִם","transliteration":"shᵉnayim","pronunciation":"shen-ah'-yim","derivation":"dual of H8145 (שֵׁנִי); feminine שְׁתַּיִם;","strongs_definition":"two; also (as ordinal) twofold","kjv_definition":"both, couple, double, second, twain, [phrase] twelfth, [phrase] twelve, [phrase] twenty (sixscore) thousand, twice, two."} +{"id":"H8148","strongs_number":"H8148","system":"hebrew","language":"hebrew","number_value":8148,"lemma":"שְׁנִינָה","transliteration":"shᵉnîynâh","pronunciation":"shen-ee-naw'","derivation":"from H8150 (שָׁנַן);","strongs_definition":"something pointed, i.e. a gibe","kjv_definition":"byword, taunt."} +{"id":"H8149","strongs_number":"H8149","system":"hebrew","language":"hebrew","number_value":8149,"lemma":"שְׁנִיר","transliteration":"Shᵉnîyr","pronunciation":"shen-eer'","derivation":"or שְׂנִיר; from an unused root meaning to be pointed; peak;","strongs_definition":"Shenir or Senir, a summit of Lebanon","kjv_definition":"Senir, Shenir."} +{"id":"H8150","strongs_number":"H8150","system":"hebrew","language":"hebrew","number_value":8150,"lemma":"שָׁנַן","transliteration":"shânan","pronunciation":"shaw-nan'","derivation":"a primitive root;","strongs_definition":"to point (transitive or intransitive); intensively, to pierce; figuratively, to inculcate","kjv_definition":"prick, sharp(-en), teach diligently, whet."} +{"id":"H8151","strongs_number":"H8151","system":"hebrew","language":"hebrew","number_value":8151,"lemma":"שָׁנַס","transliteration":"shânaç","pronunciation":"shaw-nas'","derivation":"a primitive root;","strongs_definition":"to compress (with a belt)","kjv_definition":"gird up."} +{"id":"H8152","strongs_number":"H8152","system":"hebrew","language":"hebrew","number_value":8152,"lemma":"שִׁנְעָר","transliteration":"Shinʻâr","pronunciation":"shin-awr'","derivation":"probably of foreign derivation;","strongs_definition":"Shinar, a plain in Babylonia","kjv_definition":"Shinar."} +{"id":"H8153","strongs_number":"H8153","system":"hebrew","language":"hebrew","number_value":8153,"lemma":"שְׁנָת","transliteration":"shᵉnâth","pronunciation":"shen-awth'","derivation":"from H3462 (יָשֵׁן);","strongs_definition":"sleep","kjv_definition":"sleep."} +{"id":"H8154","strongs_number":"H8154","system":"hebrew","language":"hebrew","number_value":8154,"lemma":"שָׁסָה","transliteration":"shâçâh","pronunciation":"shaw-saw'","derivation":"or שָׁשָׂה; (Isaiah 10:13), a primitive root;","strongs_definition":"to plunder","kjv_definition":"destroyer, rob, spoil(-er)."} +{"id":"H8155","strongs_number":"H8155","system":"hebrew","language":"hebrew","number_value":8155,"lemma":"שָׁסַס","transliteration":"shâçaç","pronunciation":"shaw-sas'","derivation":"a primitive root;","strongs_definition":"to plunder","kjv_definition":"rifle, spoil."} +{"id":"H8156","strongs_number":"H8156","system":"hebrew","language":"hebrew","number_value":8156,"lemma":"שָׁסַע","transliteration":"shâçaʻ","pronunciation":"shaw-sah'","derivation":"a primitive root;","strongs_definition":"to split or tear; figuratively, to upbraid","kjv_definition":"cleave, (be) cloven (footed), rend, stay."} +{"id":"H8157","strongs_number":"H8157","system":"hebrew","language":"hebrew","number_value":8157,"lemma":"שֶׁסַע","transliteration":"sheçaʻ","pronunciation":"sheh'-sah","derivation":"from H8156 (שָׁסַע);","strongs_definition":"a fissure","kjv_definition":"cleft, clovenfooted."} +{"id":"H8158","strongs_number":"H8158","system":"hebrew","language":"hebrew","number_value":8158,"lemma":"שָׁסַף","transliteration":"shâçaph","pronunciation":"shaw-saf'","derivation":"a primitive root;","strongs_definition":"to cut in pieces, i.e. slaughter","kjv_definition":"hew in pieces."} +{"id":"H8159","strongs_number":"H8159","system":"hebrew","language":"hebrew","number_value":8159,"lemma":"שָׁעָה","transliteration":"shâʻâh","pronunciation":"shaw-aw'","derivation":"a primitive root;","strongs_definition":"to gaze at or about (properly, for help); by implication, to inspect, consider, compassionate, be nonplussed (as looking around in amazement) or bewildered","kjv_definition":"depart, be dim, be dismayed, look (away), regard, have respect, spare, turn."} +{"id":"H8160","strongs_number":"H8160","system":"hebrew","language":"hebrew","number_value":8160,"lemma":"שָׁעָה","transliteration":"shâʻâh","pronunciation":"shaw-aw'","derivation":"(Aramaic) from a root corresponding to H8159 (שָׁעָה);","strongs_definition":"properly, a look, i.e. a moment","kjv_definition":"hour."} +{"id":"H8161","strongs_number":"H8161","system":"hebrew","language":"hebrew","number_value":8161,"lemma":"שַׁעֲטָה","transliteration":"shaʻăṭâh","pronunciation":"shah'-at-aw","derivation":"feminine from an unused root meaning to stamp;","strongs_definition":"a clatter (of hoofs)","kjv_definition":"stamping."} +{"id":"H8162","strongs_number":"H8162","system":"hebrew","language":"hebrew","number_value":8162,"lemma":"שַׁעַטְנֵז","transliteration":"shaʻaṭnêz","pronunciation":"shah-at-naze'","derivation":"probably of foreign derivation;","strongs_definition":"linsey-woolsey, i.e. cloth of linen and wool carded and spun together","kjv_definition":"garment of divers sorts, linen and wollen."} +{"id":"H8163","strongs_number":"H8163","system":"hebrew","language":"hebrew","number_value":8163,"lemma":"שָׂעִיר","transliteration":"sâʻîyr","pronunciation":"saw-eer'","derivation":"or שָׂעִר; from H8175 (שָׂעַר);","strongs_definition":"shaggy; as noun, a he-goat; by analogy, a faun","kjv_definition":"devil, goat, hairy, kid, rough, satyr."} +{"id":"H8164","strongs_number":"H8164","system":"hebrew","language":"hebrew","number_value":8164,"lemma":"שָׂעִיר","transliteration":"sâʻîyr","pronunciation":"saw-eer'","derivation":"formed the same as H8163 (שָׂעִיר);","strongs_definition":"a shower (as tempestuous)","kjv_definition":"small rain."} +{"id":"H8165","strongs_number":"H8165","system":"hebrew","language":"hebrew","number_value":8165,"lemma":"שֵׂעִיר","transliteration":"Sêʻîyr","pronunciation":"say-eer'","derivation":"formed like H8163 (שָׂעִיר); rough;","strongs_definition":"Seir, a mountain of Idumaea and its aboriginal occupants, also one in Palestine","kjv_definition":"Seir."} +{"id":"H8166","strongs_number":"H8166","system":"hebrew","language":"hebrew","number_value":8166,"lemma":"שְׂעִירָה","transliteration":"sᵉʻîyrâh","pronunciation":"seh-ee-raw'","derivation":"feminine of H8163 (שָׂעִיר);","strongs_definition":"a she-goat","kjv_definition":"kid."} +{"id":"H8167","strongs_number":"H8167","system":"hebrew","language":"hebrew","number_value":8167,"lemma":"שְׂעִירָה","transliteration":"Sᵉʻîyrâh","pronunciation":"seh-ee-raw'","derivation":"formed as H8166 (שְׂעִירָה); roughness;","strongs_definition":"Seirah, a place in Palestine","kjv_definition":"Seirath."} +{"id":"H8168","strongs_number":"H8168","system":"hebrew","language":"hebrew","number_value":8168,"lemma":"שֹׁעַל","transliteration":"shôʻal","pronunciation":"sho'-al","derivation":"from an unused root meaning to hollow out;","strongs_definition":"the palm; by extension, a handful","kjv_definition":"handful, hollow of the hand."} +{"id":"H8169","strongs_number":"H8169","system":"hebrew","language":"hebrew","number_value":8169,"lemma":"שַׁעַלְבִים","transliteration":"Shaʻalbîym","pronunciation":"shah-al-beem'","derivation":"or שַׁעֲלַבִּין; plural from H7776 (שׁוּעָל); fox-holes;","strongs_definition":"Shaalbim or Shaalabbin, a place in Palestine","kjv_definition":"Shaalabbin, Shaalbim."} +{"id":"H8170","strongs_number":"H8170","system":"hebrew","language":"hebrew","number_value":8170,"lemma":"שַׁעַלְבֹנִי","transliteration":"Shaʻalbônîy","pronunciation":"shah-al-bo-nee'","derivation":"patrial from H8169 (שַׁעַלְבִים);","strongs_definition":"a Shaalbonite or inhabitant of Shaalbin","kjv_definition":"Shaalbonite."} +{"id":"H8171","strongs_number":"H8171","system":"hebrew","language":"hebrew","number_value":8171,"lemma":"שַׁעֲלִים","transliteration":"Shaʻălîym","pronunciation":"shah-al-eem'","derivation":"plural of H7776 (שׁוּעָל); foxes;","strongs_definition":"Shaalim, a place in Palestine","kjv_definition":"Shalim."} +{"id":"H8172","strongs_number":"H8172","system":"hebrew","language":"hebrew","number_value":8172,"lemma":"שָׁעַן","transliteration":"shâʻan","pronunciation":"shaw-an'","derivation":"a primitive root;","strongs_definition":"to support one's self","kjv_definition":"lean, lie, rely, rest (on, self), stay."} +{"id":"H8173","strongs_number":"H8173","system":"hebrew","language":"hebrew","number_value":8173,"lemma":"שָׁעַע","transliteration":"shâʻaʻ","pronunciation":"shaw-ah'","derivation":"a primitive root;","strongs_definition":"(in a good acceptation) to look upon (with complacency), i.e. fondle, please or amuse (self); (in a bad one) to look about (in dismay), i.e. stare","kjv_definition":"cry (out) (by confusion with H7768 (שָׁוַע)), dandle, delight (self), play, shut."} +{"id":"H8174","strongs_number":"H8174","system":"hebrew","language":"hebrew","number_value":8174,"lemma":"שַׁעַף","transliteration":"Shaʻaph","pronunciation":"shah'-af","derivation":"from H5586 (סָעַף); fluctuation;","strongs_definition":"Shaaph, the name of two Israelites","kjv_definition":"Shaaph."} +{"id":"H8175","strongs_number":"H8175","system":"hebrew","language":"hebrew","number_value":8175,"lemma":"שָׂעַר","transliteration":"sâʻar","pronunciation":"saw-ar'","derivation":"a primitive root;","strongs_definition":"to storm; by implication, to shiver, i.e. fear","kjv_definition":"be (horribly) afraid, fear, hurl as a storm, be tempestuous, come like (take away as with) a whirlwind."} +{"id":"H8176","strongs_number":"H8176","system":"hebrew","language":"hebrew","number_value":8176,"lemma":"שָׁעַר","transliteration":"shâʻar","pronunciation":"shaw-ar'","derivation":"a primitive root; to split or open, i.e. (literally, but only as denominative from H8179 (שַׁעַר)); compare see H7778 (שׁוֹעֵר)","strongs_definition":"to act as gatekeeper; (figuratively) to estimate","kjv_definition":"think."} +{"id":"H8177","strongs_number":"H8177","system":"hebrew","language":"hebrew","number_value":8177,"lemma":"שְׂעַר","transliteration":"sᵉʻar","pronunciation":"seh-ar'","derivation":"(Aramaic) corresponding to H8181 (שֵׂעָר);","strongs_definition":"hair","kjv_definition":"hair."} +{"id":"H8178","strongs_number":"H8178","system":"hebrew","language":"hebrew","number_value":8178,"lemma":"שַׂעַר","transliteration":"saʻar","pronunciation":"sah'-ar","derivation":"from H8175 (שָׂעַר);","strongs_definition":"a tempest; also a terror","kjv_definition":"affrighted, [idiom] horribly, [idiom] sore, storm. See H8181 (שֵׂעָר)."} +{"id":"H8179","strongs_number":"H8179","system":"hebrew","language":"hebrew","number_value":8179,"lemma":"שַׁעַר","transliteration":"shaʻar","pronunciation":"shah'-ar","derivation":"from H8176 (שָׁעַר) in its original sense;","strongs_definition":"an opening, i.e. door or gate","kjv_definition":"city, door, gate, port ([idiom] -er)."} +{"id":"H8180","strongs_number":"H8180","system":"hebrew","language":"hebrew","number_value":8180,"lemma":"שַׁעַר","transliteration":"shaʻar","pronunciation":"shah'-ar","derivation":"from H8176 (שָׁעַר);","strongs_definition":"a measure (as a section)","kjv_definition":"(hundred-) fold."} +{"id":"H8181","strongs_number":"H8181","system":"hebrew","language":"hebrew","number_value":8181,"lemma":"שֵׂעָר","transliteration":"sêʻâr","pronunciation":"say-awr'","derivation":"or שַׂעַר; (Isaiah 7:20), from H8175 (שָׂעַר) in the sense of dishevelling;","strongs_definition":"hair (as if tossed or bristling)","kjv_definition":"hair(-y), [idiom] rough."} +{"id":"H8182","strongs_number":"H8182","system":"hebrew","language":"hebrew","number_value":8182,"lemma":"שֹׁעָר","transliteration":"shôʻâr","pronunciation":"sho-awr'","derivation":"from H8176 (שָׁעַר);","strongs_definition":"harsh or horrid, i.e. offensive","kjv_definition":"vile."} +{"id":"H8183","strongs_number":"H8183","system":"hebrew","language":"hebrew","number_value":8183,"lemma":"שְׂעָרָה","transliteration":"sᵉʻârâh","pronunciation":"seh-aw-raw'","derivation":"feminine of H8178 (שַׂעַר);","strongs_definition":"a hurricane","kjv_definition":"storm, tempest."} +{"id":"H8184","strongs_number":"H8184","system":"hebrew","language":"hebrew","number_value":8184,"lemma":"שְׂעֹרָה","transliteration":"sᵉʻôrâh","pronunciation":"seh-o-raw'","derivation":"or שְׂעוֹרָה (feminine meaning the plant); and (masculine meaning the grain); also שְׂעֹר; or שְׂעוֹר; from H8175 (שָׂעַר) in the sense of roughness;","strongs_definition":"barley (as villose)","kjv_definition":"barley."} +{"id":"H8185","strongs_number":"H8185","system":"hebrew","language":"hebrew","number_value":8185,"lemma":"שַׂעֲרָה","transliteration":"saʻărâh","pronunciation":"sah-ar-aw'","derivation":"feminine of H8181 (שֵׂעָר);","strongs_definition":"hairiness","kjv_definition":"hair."} +{"id":"H8186","strongs_number":"H8186","system":"hebrew","language":"hebrew","number_value":8186,"lemma":"שַׁעֲרוּרָה","transliteration":"shaʻărûwrâh","pronunciation":"shah-ar-oo-raw'","derivation":"or שַׁעֲרִירִיָּה; or שַׁעֲרֻרִת; feminine from H8176 (שָׁעַר) in the sense of H8175 (שָׂעַר);","strongs_definition":"something fearful","kjv_definition":"horrible thing."} +{"id":"H8187","strongs_number":"H8187","system":"hebrew","language":"hebrew","number_value":8187,"lemma":"שְׁעַרְיָה","transliteration":"Shᵉʻaryâh","pronunciation":"sheh-ar-yaw'","derivation":"from H8176 (שָׁעַר) and H3050 (יָהּ); Jah has stormed;","strongs_definition":"Shearjah, an Israelite","kjv_definition":"Sheariah."} +{"id":"H8188","strongs_number":"H8188","system":"hebrew","language":"hebrew","number_value":8188,"lemma":"שְׂעֹרִים","transliteration":"Sᵉʻôrîym","pronunciation":"seh-o-reem'","derivation":"masculine plural of H8184 (שְׂעֹרָה); barley grains;","strongs_definition":"Seorim, an Israelite","kjv_definition":"Seorim."} +{"id":"H8189","strongs_number":"H8189","system":"hebrew","language":"hebrew","number_value":8189,"lemma":"שַׁעֲרַיִם","transliteration":"Shaʻărayim","pronunciation":"shah-ar-ah'-yim","derivation":"dual of H8179 (שַׁעַר); double gates;","strongs_definition":"Shaarajim, a place in Palestine","kjv_definition":"Shaaraim."} +{"id":"H8190","strongs_number":"H8190","system":"hebrew","language":"hebrew","number_value":8190,"lemma":"שַׁעַשְׁגַּז","transliteration":"Shaʻashgaz","pronunciation":"shah-ash-gaz'","derivation":"of Persian derivation;","strongs_definition":"Shaashgaz, a eunuch of Xerxes","kjv_definition":"Shaashgaz."} +{"id":"H8191","strongs_number":"H8191","system":"hebrew","language":"hebrew","number_value":8191,"lemma":"שַׁעְשֻׁעַ","transliteration":"shaʻshuaʻ","pronunciation":"shah-shoo'-ah","derivation":"from H8173 (שָׁעַע);","strongs_definition":"enjoyment","kjv_definition":"delight, pleasure."} +{"id":"H8192","strongs_number":"H8192","system":"hebrew","language":"hebrew","number_value":8192,"lemma":"שָׁפָה","transliteration":"shâphâh","pronunciation":"shaw-faw'","derivation":"a primitive root;","strongs_definition":"to abrade, i.e. bare","kjv_definition":"high, stick out."} +{"id":"H8193","strongs_number":"H8193","system":"hebrew","language":"hebrew","number_value":8193,"lemma":"שָׂפָה","transliteration":"sâphâh","pronunciation":"saw-faw'","derivation":"or (in dual and plural) שֶׂפֶת; probably from H5595 (סָפָה) or H8192 (שָׁפָה) through the idea of termination (compare H5490 (סוֹף));","strongs_definition":"the lip (as a natural boundary); by implication, language; by analogy, a margin (of a vessel, water, cloth, etc.)","kjv_definition":"band, bank, binding, border, brim, brink, edge, language, lip, prating, (sea-)shore, side, speech, talk, (vain) words."} +{"id":"H8194","strongs_number":"H8194","system":"hebrew","language":"hebrew","number_value":8194,"lemma":"שָׁפָה","transliteration":"shâphâh","pronunciation":"shaw-faw'","derivation":"from H8192 (שָׁפָה) in the sense of clarifying;","strongs_definition":"a cheese (as strained from the whey)","kjv_definition":"cheese."} +{"id":"H8195","strongs_number":"H8195","system":"hebrew","language":"hebrew","number_value":8195,"lemma":"שְׁפוֹ","transliteration":"Shᵉphôw","pronunciation":"shef-o'","derivation":"or שְׁפִי; from H8192 (שָׁפָה); baldness (compare H8205 (שְׁפִי));","strongs_definition":"Shepho or Shephi, an Idumaean","kjv_definition":"Shephi, Shepho."} +{"id":"H8196","strongs_number":"H8196","system":"hebrew","language":"hebrew","number_value":8196,"lemma":"שְׁפוֹט","transliteration":"shᵉphôwṭ","pronunciation":"shef-ote'","derivation":"or שְׁפוּט; from H8199 (שָׁפַט);","strongs_definition":"a judicial sentence, i.e. punishment","kjv_definition":"judgment."} +{"id":"H8197","strongs_number":"H8197","system":"hebrew","language":"hebrew","number_value":8197,"lemma":"שְׁפוּפָם","transliteration":"Shᵉphûwphâm","pronunciation":"shef-oo-fawm'","derivation":"or שְׁפוּפָן; from the same as H8207 (שְׁפִיפֹן); serpent-like;","strongs_definition":"Shephupham or Shephuphan, an Israelite","kjv_definition":"Shephuphan, Shupham."} +{"id":"H8198","strongs_number":"H8198","system":"hebrew","language":"hebrew","number_value":8198,"lemma":"שִׁפְחָה","transliteration":"shiphchâh","pronunciation":"shif-khaw'","derivation":"feminine from an unused root meaning to spread out (as a family; see H4940 (מִשְׁפָּחָה));","strongs_definition":"a female slave (as a member of the household)","kjv_definition":"(bond-, hand-) maid(-en, -servant), wench, bondwoman, womanservant."} +{"id":"H8199","strongs_number":"H8199","system":"hebrew","language":"hebrew","number_value":8199,"lemma":"שָׁפַט","transliteration":"shâphaṭ","pronunciation":"shaw-fat'","derivation":"a primitive root;","strongs_definition":"to judge, i.e. pronounce sentence (for or against); by implication, to vindicate or punish; by extenssion, to govern; passively, to litigate (literally or figuratively)","kjv_definition":"[phrase] avenge, [idiom] that condemn, contend, defend, execute (judgment), (be a) judge(-ment), [idiom] needs, plead, reason, rule."} +{"id":"H8200","strongs_number":"H8200","system":"hebrew","language":"hebrew","number_value":8200,"lemma":"שְׁפַט","transliteration":"shᵉphaṭ","pronunciation":"shef-at'","derivation":"(Aramaic) corresponding to H8199 (שָׁפַט);","strongs_definition":"to judge","kjv_definition":"magistrate."} +{"id":"H8201","strongs_number":"H8201","system":"hebrew","language":"hebrew","number_value":8201,"lemma":"שֶׁפֶט","transliteration":"shepheṭ","pronunciation":"sheh'-fet","derivation":"from H8199 (שָׁפַט);","strongs_definition":"a sentence, i.e. infliction","kjv_definition":"judgment."} +{"id":"H8202","strongs_number":"H8202","system":"hebrew","language":"hebrew","number_value":8202,"lemma":"שָׁפָט","transliteration":"Shâphâṭ","pronunciation":"shaw-fawt'","derivation":"from H8199 (שָׁפַט); judge;","strongs_definition":"Shaphat, the name of four Israelites","kjv_definition":"Shaphat."} +{"id":"H8203","strongs_number":"H8203","system":"hebrew","language":"hebrew","number_value":8203,"lemma":"שְׁפַטְיָה","transliteration":"Shᵉphaṭyâh","pronunciation":"shef-at-yaw'","derivation":"or שְׁפַטְיָהוּ; from H8199 (שָׁפַט) and H3050 (יָהּ); Jah has judged;","strongs_definition":"Shephatjah, the name of ten Israelites","kjv_definition":"Shephatiah."} +{"id":"H8204","strongs_number":"H8204","system":"hebrew","language":"hebrew","number_value":8204,"lemma":"שִׁפְטָן","transliteration":"Shiphṭân","pronunciation":"shif-tawn'","derivation":"from H8199 (שָׁפַט); judge-like;","strongs_definition":"Shiphtan, an Israelite","kjv_definition":"Shiphtan."} +{"id":"H8205","strongs_number":"H8205","system":"hebrew","language":"hebrew","number_value":8205,"lemma":"שְׁפִי","transliteration":"shᵉphîy","pronunciation":"shef-ee'","derivation":"from H8192 (שָׁפָה);","strongs_definition":"bareness; concretely, a bare hill or plain","kjv_definition":"high place, stick out."} +{"id":"H8206","strongs_number":"H8206","system":"hebrew","language":"hebrew","number_value":8206,"lemma":"שֻׁפִּים","transliteration":"Shuppîym","pronunciation":"shoop-peem'","derivation":"plural of an unused noun from the same as H8207 (שְׁפִיפֹן) and meaning the same; serpents;","strongs_definition":"Shuppim, an Israelite","kjv_definition":"Shuppim."} +{"id":"H8207","strongs_number":"H8207","system":"hebrew","language":"hebrew","number_value":8207,"lemma":"שְׁפִיפֹן","transliteration":"shᵉphîyphôn","pronunciation":"shef-ee-fone'","derivation":"from an unused root meaning the same as H7779 (שׁוּף);","strongs_definition":"a kind of serpent (as snapping), probably the cerastes or horned adder","kjv_definition":"adder."} +{"id":"H8208","strongs_number":"H8208","system":"hebrew","language":"hebrew","number_value":8208,"lemma":"שָׁפִיר","transliteration":"Shâphîyr","pronunciation":"shaf-eer'","derivation":"from H8231 (שָׁפַר); beautiful;","strongs_definition":"Shaphir, a place in Palestine","kjv_definition":"Saphir."} +{"id":"H8209","strongs_number":"H8209","system":"hebrew","language":"hebrew","number_value":8209,"lemma":"שַׁפִּיר","transliteration":"shappîyr","pronunciation":"shap-peer'","derivation":"(Aramaic) intensive of a form corresponding to H8208 (שָׁפִיר);","strongs_definition":"beautiful","kjv_definition":"fair."} +{"id":"H8210","strongs_number":"H8210","system":"hebrew","language":"hebrew","number_value":8210,"lemma":"שָׁפַךְ","transliteration":"shâphak","pronunciation":"shaw-fak'","derivation":"a primitive root;","strongs_definition":"to spill forth (blood, a libation, liquid metal; or even a solid, i.e. to mound up); also (figuratively) to expend (life, soul, complaint, money, etc.); intensively, to sprawl out","kjv_definition":"cast (up), gush out, pour (out), shed(-der, out), slip."} +{"id":"H8211","strongs_number":"H8211","system":"hebrew","language":"hebrew","number_value":8211,"lemma":"שֶׁפֶךְ","transliteration":"shephek","pronunciation":"sheh'-fek","derivation":"from H8210 (שָׁפַךְ);","strongs_definition":"an emptying place, e.g. an ash-heap","kjv_definition":"are poured out."} +{"id":"H8212","strongs_number":"H8212","system":"hebrew","language":"hebrew","number_value":8212,"lemma":"שׇׁפְכָה","transliteration":"shophkâh","pronunciation":"shof-kaw'","derivation":"feminine of a derivative from H8210 (שָׁפַךְ);","strongs_definition":"a pipe (for pouring forth, e.g. wine), i.e. the penis","kjv_definition":"privy member."} +{"id":"H8213","strongs_number":"H8213","system":"hebrew","language":"hebrew","number_value":8213,"lemma":"שָׁפֵל","transliteration":"shâphêl","pronunciation":"shaw-fale'","derivation":"a primitive root;","strongs_definition":"to depress or sink (expectation figuratively, to humiliate, intransitive or transitive)","kjv_definition":"abase, bring (cast, put) down, debase, humble (self), be (bring, lay, make, put) low(-er)."} +{"id":"H8214","strongs_number":"H8214","system":"hebrew","language":"hebrew","number_value":8214,"lemma":"שְׁפַל","transliteration":"shᵉphal","pronunciation":"shef-al'","derivation":"(Aramaic) corresponding to H8213 (שָׁפֵל)","strongs_definition":"{to depress or sink (expectation figuratively, to humiliate, intransitive or transitive)}","kjv_definition":"abase, humble, put down, subdue."} +{"id":"H8215","strongs_number":"H8215","system":"hebrew","language":"hebrew","number_value":8215,"lemma":"שְׁפַל","transliteration":"shᵉphal","pronunciation":"shef-al'","derivation":"(Aramaic) from H8214 (שְׁפַל);","strongs_definition":"low","kjv_definition":"basest."} +{"id":"H8216","strongs_number":"H8216","system":"hebrew","language":"hebrew","number_value":8216,"lemma":"שֶׁפֶל","transliteration":"shephel","pronunciation":"shay'-fel","derivation":"from H8213 (שָׁפֵל);","strongs_definition":"an humble rank","kjv_definition":"low estate (place)."} +{"id":"H8217","strongs_number":"H8217","system":"hebrew","language":"hebrew","number_value":8217,"lemma":"שָׁפָל","transliteration":"shâphâl","pronunciation":"shaw-fawl'","derivation":"from H8213 (שָׁפֵל);","strongs_definition":"depressed, literally or figuratively","kjv_definition":"base(-st), humble, low(-er, -ly)."} +{"id":"H8218","strongs_number":"H8218","system":"hebrew","language":"hebrew","number_value":8218,"lemma":"שִׁפְלָה","transliteration":"shiphlâh","pronunciation":"shif-law'","derivation":"feminine of H8216 (שֶׁפֶל);","strongs_definition":"depression","kjv_definition":"low place."} +{"id":"H8219","strongs_number":"H8219","system":"hebrew","language":"hebrew","number_value":8219,"lemma":"שְׁפֵלָה","transliteration":"shᵉphêlâh","pronunciation":"shef-ay-law'","derivation":"from H8213 (שָׁפֵל);","strongs_definition":"Lowland, i.e. (with the article) the maritime slope of Palestine","kjv_definition":"low country, (low) plain, vale(-ley)."} +{"id":"H8220","strongs_number":"H8220","system":"hebrew","language":"hebrew","number_value":8220,"lemma":"שִׁפְלוּת","transliteration":"shiphlûwth","pronunciation":"shif-looth'","derivation":"from H8213 (שָׁפֵל);","strongs_definition":"remissness","kjv_definition":"idleness."} +{"id":"H8221","strongs_number":"H8221","system":"hebrew","language":"hebrew","number_value":8221,"lemma":"שְׁפָם","transliteration":"Shᵉphâm","pronunciation":"shef-awm'","derivation":"probably from H8192 (שָׁפָה); bare spot;","strongs_definition":"Shepham, a place in or near Palestine","kjv_definition":"Shepham."} +{"id":"H8222","strongs_number":"H8222","system":"hebrew","language":"hebrew","number_value":8222,"lemma":"שָׂפָם","transliteration":"sâphâm","pronunciation":"saw-fawm'","derivation":"from H8193 (שָׂפָה);","strongs_definition":"the beard (as a lippiece)","kjv_definition":"beard, (upper) lip."} +{"id":"H8223","strongs_number":"H8223","system":"hebrew","language":"hebrew","number_value":8223,"lemma":"שָׁפָם","transliteration":"Shâphâm","pronunciation":"shaw-fawm'","derivation":"formed like H8221 (שְׁפָם); baldly;","strongs_definition":"Shapham, an Israelite","kjv_definition":"Shapham."} +{"id":"H8224","strongs_number":"H8224","system":"hebrew","language":"hebrew","number_value":8224,"lemma":"שִׂפְמוֹת","transliteration":"Siphmôwth","pronunciation":"sif-moth'","derivation":"feminine plural of H8221 (שְׁפָם);","strongs_definition":"Siphmoth, a place in Palestine","kjv_definition":"Siphmoth."} +{"id":"H8225","strongs_number":"H8225","system":"hebrew","language":"hebrew","number_value":8225,"lemma":"שִׁפְמִי","transliteration":"Shiphmîy","pronunciation":"shif-mee'","derivation":"patrial from H8221 (שְׁפָם);","strongs_definition":"a Shiphmite or inhabitant of Shepham","kjv_definition":"Shiphmite."} +{"id":"H8226","strongs_number":"H8226","system":"hebrew","language":"hebrew","number_value":8226,"lemma":"שָׂפַן","transliteration":"sâphan","pronunciation":"saw-fan'","derivation":"a primitive root;","strongs_definition":"to conceal (as a valuable)","kjv_definition":"treasure."} +{"id":"H8227","strongs_number":"H8227","system":"hebrew","language":"hebrew","number_value":8227,"lemma":"שָׁפָן","transliteration":"shâphân","pronunciation":"shaw-fawn'","derivation":"from H8226 (שָׂפַן);","strongs_definition":"a species of rockrabbit (from its hiding), i.e. probably the hyrax","kjv_definition":"coney."} +{"id":"H8228","strongs_number":"H8228","system":"hebrew","language":"hebrew","number_value":8228,"lemma":"שֶׁפַע","transliteration":"shephaʻ","pronunciation":"sheh'-fah","derivation":"from an unused root meaning to abound;","strongs_definition":"resources","kjv_definition":"abundance."} +{"id":"H8229","strongs_number":"H8229","system":"hebrew","language":"hebrew","number_value":8229,"lemma":"שִׁפְעָה","transliteration":"shiphʻâh","pronunciation":"shif-aw'","derivation":"feminine of H8228 (שֶׁפַע);","strongs_definition":"copiousness","kjv_definition":"abundance, company, multitude."} +{"id":"H8230","strongs_number":"H8230","system":"hebrew","language":"hebrew","number_value":8230,"lemma":"שִׁפְעִי","transliteration":"Shiphʻîy","pronunciation":"shif-ee'","derivation":"from H8228 (שֶׁפַע); copious;","strongs_definition":"Shiphi, an Israelite","kjv_definition":"Shiphi."} +{"id":"H8231","strongs_number":"H8231","system":"hebrew","language":"hebrew","number_value":8231,"lemma":"שָׁפַר","transliteration":"shâphar","pronunciation":"shaw-far'","derivation":"a primitive root;","strongs_definition":"to glisten, i.e. (figuratively) be (causatively, make) fair","kjv_definition":"[idiom] goodly."} +{"id":"H8232","strongs_number":"H8232","system":"hebrew","language":"hebrew","number_value":8232,"lemma":"שְׁפַר","transliteration":"shᵉphar","pronunciation":"shef-ar'","derivation":"(Aramaic) corresponding to H8231 (שָׁפַר);","strongs_definition":"to be beautiful","kjv_definition":"be acceptable, please, [phrase] think good."} +{"id":"H8233","strongs_number":"H8233","system":"hebrew","language":"hebrew","number_value":8233,"lemma":"שֶׁפֶר","transliteration":"shepher","pronunciation":"sheh'-fer","derivation":"from H8231 (שָׁפַר);","strongs_definition":"beauty","kjv_definition":"[idiom] goodly."} +{"id":"H8234","strongs_number":"H8234","system":"hebrew","language":"hebrew","number_value":8234,"lemma":"שֶׁפֶר","transliteration":"Shepher","pronunciation":"sheh'-fer","derivation":"the same as H8233 (שֶׁפֶר);","strongs_definition":"Shepher, a place in the Desert","kjv_definition":"Shapper."} +{"id":"H8235","strongs_number":"H8235","system":"hebrew","language":"hebrew","number_value":8235,"lemma":"שִׁפְרָה","transliteration":"shiphrâh","pronunciation":"shif-raw'","derivation":"from H8231 (שָׁפַר);","strongs_definition":"brightness","kjv_definition":"garnish."} +{"id":"H8236","strongs_number":"H8236","system":"hebrew","language":"hebrew","number_value":8236,"lemma":"שִׁפְרָה","transliteration":"Shiphrâh","pronunciation":"shif-raw'","derivation":"the same as H8235 (שִׁפְרָה);","strongs_definition":"Shiphrah, an Israelitess","kjv_definition":"Shiphrah."} +{"id":"H8237","strongs_number":"H8237","system":"hebrew","language":"hebrew","number_value":8237,"lemma":"שַׁפְרוּר","transliteration":"shaphrûwr","pronunciation":"shaf-roor'","derivation":"from H8231 (שָׁפַר);","strongs_definition":"splendid, i.e. a tapestry or canopy","kjv_definition":"royal pavilion."} +{"id":"H8238","strongs_number":"H8238","system":"hebrew","language":"hebrew","number_value":8238,"lemma":"שְׁפַרְפַר","transliteration":"shᵉpharphar","pronunciation":"shef-ar-far'","derivation":"(Aramaic) from H8231 (שָׁפַר);","strongs_definition":"the dawn (as brilliant with aurora)","kjv_definition":"[idiom] very early in the morning."} +{"id":"H8239","strongs_number":"H8239","system":"hebrew","language":"hebrew","number_value":8239,"lemma":"שָׁפַת","transliteration":"shâphath","pronunciation":"shaw-fath'","derivation":"a primitive root;","strongs_definition":"to locate, i.e. (generally) hang on or (figuratively) establish, reduce","kjv_definition":"bring, ordain, set on."} +{"id":"H8240","strongs_number":"H8240","system":"hebrew","language":"hebrew","number_value":8240,"lemma":"שָׁפָת","transliteration":"shâphâth","pronunciation":"shaw-fawth'","derivation":"from H8239 (שָׁפַת);","strongs_definition":"a (double) stall (for cattle); also a (two-pronged) hook (for flaying animals on)","kjv_definition":"hook, pot."} +{"id":"H8241","strongs_number":"H8241","system":"hebrew","language":"hebrew","number_value":8241,"lemma":"שֶׁצֶף","transliteration":"shetseph","pronunciation":"sheh'-tsef","derivation":"from H7857 (שָׁטַף) (for alliteration with H7110 (קֶצֶף));","strongs_definition":"an outburst (of anger)","kjv_definition":"little."} +{"id":"H8242","strongs_number":"H8242","system":"hebrew","language":"hebrew","number_value":8242,"lemma":"שַׂק","transliteration":"saq","pronunciation":"sak","derivation":"from H8264 (שָׁקַק);","strongs_definition":"properly, a mesh (as allowing a liquid to run through), i.e. coarse loose cloth or sacking (used in mourning and for bagging); hence, a bag (for grain, etc.)","kjv_definition":"sack(-cloth, -clothes)."} +{"id":"H8243","strongs_number":"H8243","system":"hebrew","language":"hebrew","number_value":8243,"lemma":"שָׁק","transliteration":"shâq","pronunciation":"shawk","derivation":"(Aramaic) corresponding to H7785 (שׁוֹק);","strongs_definition":"the leg","kjv_definition":"leg."} +{"id":"H8244","strongs_number":"H8244","system":"hebrew","language":"hebrew","number_value":8244,"lemma":"שָׂקַד","transliteration":"sâqad","pronunciation":"saw-kad'","derivation":"a primitive root;","strongs_definition":"to fasten","kjv_definition":"bind."} +{"id":"H8245","strongs_number":"H8245","system":"hebrew","language":"hebrew","number_value":8245,"lemma":"שָׁקַד","transliteration":"shâqad","pronunciation":"shaw-kad'","derivation":"a primitive root;","strongs_definition":"to be alert, i.e. sleepless; hence to be on the lookout (whether for good or ill)","kjv_definition":"hasten, remain, wake, watch (for)."} +{"id":"H8246","strongs_number":"H8246","system":"hebrew","language":"hebrew","number_value":8246,"lemma":"שָׁקַד","transliteration":"shâqad","pronunciation":"shaw-kad'","derivation":"a denominative from H8247 (שָׁקֵד);","strongs_definition":"to be (intensively, make) almond-shaped","kjv_definition":"make like (unto, after the fashion of) almonds."} +{"id":"H8247","strongs_number":"H8247","system":"hebrew","language":"hebrew","number_value":8247,"lemma":"שָׁקֵד","transliteration":"shâqêd","pronunciation":"shaw-kade'","derivation":"from H8245 (שָׁקַד);","strongs_definition":"the almond (tree or nut; as being the earliest in bloom)","kjv_definition":"almond (tree)."} +{"id":"H8248","strongs_number":"H8248","system":"hebrew","language":"hebrew","number_value":8248,"lemma":"שָׁקָה","transliteration":"shâqâh","pronunciation":"shaw-kaw'","derivation":"a primitive root;","strongs_definition":"to quaff, i.e. (causatively) to irrigate or furnish apotion to","kjv_definition":"cause to (give, give to, let, make to) drink, drown, moisten, water. See H7937 (שָׁכַר), H8354 (שָׁתָה)."} +{"id":"H8249","strongs_number":"H8249","system":"hebrew","language":"hebrew","number_value":8249,"lemma":"שִׁקֻּו","transliteration":"shiqquv","pronunciation":"shif-koov'","derivation":"from H8248 (שָׁקָה);","strongs_definition":"(plural collective) a draught","kjv_definition":"drink."} +{"id":"H8250","strongs_number":"H8250","system":"hebrew","language":"hebrew","number_value":8250,"lemma":"שִׁקּוּי","transliteration":"shiqqûwy","pronunciation":"shik-koo'-ee","derivation":"from H8248 (שָׁקָה);","strongs_definition":"a beverage; moisture, i.e. (figuratively) refreshment","kjv_definition":"drink, marrow."} +{"id":"H8251","strongs_number":"H8251","system":"hebrew","language":"hebrew","number_value":8251,"lemma":"שִׁקּוּץ","transliteration":"shiqqûwts","pronunciation":"shik-koots'","derivation":"or שִׁקֻּץ; from H8262 (שָׁקַץ);","strongs_definition":"disgusting, i.e. filthy; especially idolatrous or (concretely) an idol","kjv_definition":"abominable filth (idol, -ation), detestable (thing)."} +{"id":"H8252","strongs_number":"H8252","system":"hebrew","language":"hebrew","number_value":8252,"lemma":"שָׁקַט","transliteration":"shâqaṭ","pronunciation":"shaw-kat'","derivation":"a primitive root;","strongs_definition":"to repose (usually figurative)","kjv_definition":"appease, idleness, (at, be at, be in, give) quiet(-ness), (be at, be in, give, have, take) rest, settle, be still."} +{"id":"H8253","strongs_number":"H8253","system":"hebrew","language":"hebrew","number_value":8253,"lemma":"שֶׁקֶט","transliteration":"sheqeṭ","pronunciation":"sheh'-ket","derivation":"from H8252 (שָׁקַט);","strongs_definition":"tranquillity","kjv_definition":"quietness."} +{"id":"H8254","strongs_number":"H8254","system":"hebrew","language":"hebrew","number_value":8254,"lemma":"שָׁקַל","transliteration":"shâqal","pronunciation":"shaw-kal'","derivation":"a primitive root;","strongs_definition":"to suspend or poise (especially in trade)","kjv_definition":"pay, receive(-r), spend, [idiom] throughly, weigh."} +{"id":"H8255","strongs_number":"H8255","system":"hebrew","language":"hebrew","number_value":8255,"lemma":"שֶׁקֶל","transliteration":"sheqel","pronunciation":"sheh'-kel","derivation":"from H8254 (שָׁקַל);","strongs_definition":"probably a weight; used as a commercial standard","kjv_definition":"shekel."} +{"id":"H8256","strongs_number":"H8256","system":"hebrew","language":"hebrew","number_value":8256,"lemma":"שִׁקְמָה","transliteration":"shiqmâh","pronunciation":"shik-maw'","derivation":"or (feminine) שִׁקְמָה; of uncertain derivation;","strongs_definition":"a sycamore (usually the tree)","kjv_definition":"sycamore (fruit, tree)."} +{"id":"H8257","strongs_number":"H8257","system":"hebrew","language":"hebrew","number_value":8257,"lemma":"שָׁקַע","transliteration":"shâqaʻ","pronunciation":"shaw-kah'","derivation":"(abbreviated Amos 8:8); a primitive root;","strongs_definition":"to subside; by implication, to be overflowed, cease; causatively, to abate, subdue","kjv_definition":"make deep, let down, drown, quench, sink."} +{"id":"H8258","strongs_number":"H8258","system":"hebrew","language":"hebrew","number_value":8258,"lemma":"שְׁקַעְרוּרָה","transliteration":"shᵉqaʻrûwrâh","pronunciation":"shek-ah-roo-raw'","derivation":"from H8257 (שָׁקַע);","strongs_definition":"a depression","kjv_definition":"hollow strake."} +{"id":"H8259","strongs_number":"H8259","system":"hebrew","language":"hebrew","number_value":8259,"lemma":"שָׁקַף","transliteration":"shâqaph","pronunciation":"shaw-kaf'","derivation":"a primitive root;","strongs_definition":"properly, to lean out (of a window), i.e. (by implication) peep or gaze (passively, be a spectacle)","kjv_definition":"appear, look (down, forth, out)."} +{"id":"H8260","strongs_number":"H8260","system":"hebrew","language":"hebrew","number_value":8260,"lemma":"שֶׁקֶף","transliteration":"sheqeph","pronunciation":"sheh'-kef","derivation":"from H8259 (שָׁקַף);","strongs_definition":"a loophole (for looking out), to admit light and air","kjv_definition":"window."} +{"id":"H8261","strongs_number":"H8261","system":"hebrew","language":"hebrew","number_value":8261,"lemma":"שָׁקֻף","transliteration":"shâquph","pronunciation":"shaw-koof'","derivation":"passive participle of H8259 (שָׁקַף); (compare H8260 (שֶׁקֶף))","strongs_definition":"an embrasure or opening with bevelled jam","kjv_definition":"light, window."} +{"id":"H8262","strongs_number":"H8262","system":"hebrew","language":"hebrew","number_value":8262,"lemma":"שָׁקַץ","transliteration":"shâqats","pronunciation":"shaw-kats'","derivation":"a primitive root;","strongs_definition":"to be filthy, i.e. (intensively) to loathe, pollute","kjv_definition":"abhor, make abominable, have in abomination, detest, [idiom] utterly."} +{"id":"H8263","strongs_number":"H8263","system":"hebrew","language":"hebrew","number_value":8263,"lemma":"שֶׁקֶץ","transliteration":"sheqets","pronunciation":"sheh'-kets","derivation":"from H8262 (שָׁקַץ);","strongs_definition":"filth, i.e. (figuratively and specifically) an idolatrous object","kjv_definition":"abominable(-tion)."} +{"id":"H8264","strongs_number":"H8264","system":"hebrew","language":"hebrew","number_value":8264,"lemma":"שָׁקַק","transliteration":"shâqaq","pronunciation":"shaw-kak'","derivation":"a primitive root;","strongs_definition":"to course (like a beast of prey); by implication, to seek greedily","kjv_definition":"have appetite, justle one against another, long, range, run (to and fro)."} +{"id":"H8265","strongs_number":"H8265","system":"hebrew","language":"hebrew","number_value":8265,"lemma":"שָׂקַר","transliteration":"sâqar","pronunciation":"saw-kar'","derivation":"a primitive root;","strongs_definition":"to ogle, i.e. blink coquettishly","kjv_definition":"wanton."} +{"id":"H8266","strongs_number":"H8266","system":"hebrew","language":"hebrew","number_value":8266,"lemma":"שָׁקַר","transliteration":"shâqar","pronunciation":"shaw-kar'","derivation":"a primitive root;","strongs_definition":"to cheat, i.e. be untrue (usually in words)","kjv_definition":"fail, deal falsely, lie."} +{"id":"H8267","strongs_number":"H8267","system":"hebrew","language":"hebrew","number_value":8267,"lemma":"שֶׁקֶר","transliteration":"sheqer","pronunciation":"sheh'-ker","derivation":"from H8266 (שָׁקַר);","strongs_definition":"an untruth; by implication, a sham (often adverbial)","kjv_definition":"without a cause, deceit(-ful), false(-hood, -ly), feignedly, liar, [phrase] lie, lying, vain (thing), wrongfully."} +{"id":"H8268","strongs_number":"H8268","system":"hebrew","language":"hebrew","number_value":8268,"lemma":"שֹׁקֶת","transliteration":"shôqeth","pronunciation":"sho'-keth","derivation":"from H8248 (שָׁקָה);","strongs_definition":"a trough (for watering)","kjv_definition":"trough."} +{"id":"H8269","strongs_number":"H8269","system":"hebrew","language":"hebrew","number_value":8269,"lemma":"שַׂר","transliteration":"sar","pronunciation":"sar","derivation":"from H8323 (שָׂרַר);","strongs_definition":"a head person (of any rank or class)","kjv_definition":"captain (that had rule), chief (captain), general, governor, keeper, lord,(-task-)master, prince(-ipal), ruler, steward."} +{"id":"H8270","strongs_number":"H8270","system":"hebrew","language":"hebrew","number_value":8270,"lemma":"שֹׁר","transliteration":"shôr","pronunciation":"shore","derivation":"from H8324 (שָׁרַר); (compare H8306 (שָׁרִיר))","strongs_definition":"a string (as twisted ), i.e. (specifically) the umbilical cord (also figuratively, as the centre of strength)","kjv_definition":"navel."} +{"id":"H8271","strongs_number":"H8271","system":"hebrew","language":"hebrew","number_value":8271,"lemma":"שְׁרֵא","transliteration":"shᵉrêʼ","pronunciation":"sher-ay'","derivation":"(Aramaic) a root corresponding to that of H8293 (שֵׁרוּת);","strongs_definition":"to free, separate; figuratively, to unravel, commence; by implication (of unloading beasts) to reside","kjv_definition":"begin, dissolve, dwell, loose."} +{"id":"H8272","strongs_number":"H8272","system":"hebrew","language":"hebrew","number_value":8272,"lemma":"שַׁרְאֶצֶר","transliteration":"Sharʼetser","pronunciation":"shar-eh'-tser","derivation":"of foreign derivation;","strongs_definition":"Sharetser, the name of an Assyrian and an Israelite","kjv_definition":"Sharezer."} +{"id":"H8273","strongs_number":"H8273","system":"hebrew","language":"hebrew","number_value":8273,"lemma":"שָׁרָב","transliteration":"shârâb","pronunciation":"shaw-rawb'","derivation":"from an unused root meaning to glare;","strongs_definition":"quivering glow (of the air), expectation. the mirage","kjv_definition":"heat, parched ground."} +{"id":"H8274","strongs_number":"H8274","system":"hebrew","language":"hebrew","number_value":8274,"lemma":"שֵׁרֵבְיָה","transliteration":"Shêrêbᵉyâh","pronunciation":"shay-rayb-yaw'","derivation":"from H8273 (שָׁרָב) and H3050 (יָהּ); Jah has brought heat;","strongs_definition":"Sherebjah, the name of two Israelites","kjv_definition":"Sherebiah."} +{"id":"H8275","strongs_number":"H8275","system":"hebrew","language":"hebrew","number_value":8275,"lemma":"שַׁרְבִיט","transliteration":"sharbîyṭ","pronunciation":"shar-beet'","derivation":"for H7626 (שֵׁבֶט);","strongs_definition":"a rod of empire","kjv_definition":"sceptre."} +{"id":"H8276","strongs_number":"H8276","system":"hebrew","language":"hebrew","number_value":8276,"lemma":"שָׂרַג","transliteration":"sârag","pronunciation":"saw-rag'","derivation":"a primitive root;","strongs_definition":"to intwine","kjv_definition":"wrap together, wreath."} +{"id":"H8277","strongs_number":"H8277","system":"hebrew","language":"hebrew","number_value":8277,"lemma":"שָׂרַד","transliteration":"sârad","pronunciation":"saw-rad'","derivation":"a primitive root; (compare H8279 (שֶׂרֶד))","strongs_definition":"properly, to puncture, i.e. (figuratively through the idea of slipping out) to escape or survive","kjv_definition":"remain."} +{"id":"H8278","strongs_number":"H8278","system":"hebrew","language":"hebrew","number_value":8278,"lemma":"שְׂרָד","transliteration":"sᵉrâd","pronunciation":"ser-awd'","derivation":"from H8277 (שָׂרַד);","strongs_definition":"stitching (as pierced with a needle)","kjv_definition":"service."} +{"id":"H8279","strongs_number":"H8279","system":"hebrew","language":"hebrew","number_value":8279,"lemma":"שֶׂרֶד","transliteration":"sered","pronunciation":"seh'-red","derivation":"from H8277 (שָׂרַד);","strongs_definition":"a (carpenter's) scribing-awl (for pricking or scratching measurements)","kjv_definition":"line."} +{"id":"H8280","strongs_number":"H8280","system":"hebrew","language":"hebrew","number_value":8280,"lemma":"שָׂרָה","transliteration":"sârâh","pronunciation":"saw-raw'","derivation":"a primitive root;","strongs_definition":"to prevail","kjv_definition":"have power (as a prince)."} +{"id":"H8281","strongs_number":"H8281","system":"hebrew","language":"hebrew","number_value":8281,"lemma":"שָׁרָה","transliteration":"shârâh","pronunciation":"shaw-raw'","derivation":"a primitive root;","strongs_definition":"to free","kjv_definition":"direct."} +{"id":"H8282","strongs_number":"H8282","system":"hebrew","language":"hebrew","number_value":8282,"lemma":"שָׂרָה","transliteration":"sârâh","pronunciation":"saw-raw'","derivation":"feminine of H8269 (שַׂר);","strongs_definition":"a mistress, i.e. female noble","kjv_definition":"lady, princess, queen."} +{"id":"H8283","strongs_number":"H8283","system":"hebrew","language":"hebrew","number_value":8283,"lemma":"שָׂרָה","transliteration":"Sârâh","pronunciation":"saw-raw'","derivation":"the same as H8282 (שָׂרָה);","strongs_definition":"Sarah, Abraham's wife","kjv_definition":"Sarah."} +{"id":"H8284","strongs_number":"H8284","system":"hebrew","language":"hebrew","number_value":8284,"lemma":"שָׁרָה","transliteration":"shârâh","pronunciation":"shaw-raw'","derivation":"probably feminine of H7791 (שׁוּר);","strongs_definition":"a fortification (literally or figuratively)","kjv_definition":"sing (by mistake for H7891 (שִׁיר)), wall."} +{"id":"H8285","strongs_number":"H8285","system":"hebrew","language":"hebrew","number_value":8285,"lemma":"שֵׁרָה","transliteration":"shêrâh","pronunciation":"shay-raw'","derivation":"from H8324 (שָׁרַר) in its original sense of pressing;","strongs_definition":"a wrist-band (as compact or clasping)","kjv_definition":"bracelet."} +{"id":"H8286","strongs_number":"H8286","system":"hebrew","language":"hebrew","number_value":8286,"lemma":"שְׂרוּג","transliteration":"Sᵉrûwg","pronunciation":"ser-oog'","derivation":"from H8276 (שָׂרַג); tendril;","strongs_definition":"Serug, a postdiluvian patriarch","kjv_definition":"Serug."} +{"id":"H8287","strongs_number":"H8287","system":"hebrew","language":"hebrew","number_value":8287,"lemma":"שָׁרוּחֶן","transliteration":"Shârûwchen","pronunciation":"shaw-roo-khen'","derivation":"probably from H8281 (שָׁרָה) (in the sense of dwelling (compare H8271 (שְׁרֵא)) and H2580 (חֵן); abode of pleasure;","strongs_definition":"Sharuchen, a place in Palestine","kjv_definition":"Sharuhen."} +{"id":"H8288","strongs_number":"H8288","system":"hebrew","language":"hebrew","number_value":8288,"lemma":"שְׂרוֹךְ","transliteration":"sᵉrôwk","pronunciation":"ser-oke'","derivation":"from H8308 (שָׂרַךְ);","strongs_definition":"a thong (as laced or tied)","kjv_definition":"(shoe-)latchet."} +{"id":"H8289","strongs_number":"H8289","system":"hebrew","language":"hebrew","number_value":8289,"lemma":"שָׁרוֹן","transliteration":"Shârôwn","pronunciation":"shaw-rone'","derivation":"probably abridged from H3474 (יָשַׁר);","strongs_definition":"plain, Sharon, the name of a place in Palestine","kjv_definition":"Lasharon, Sharon."} +{"id":"H8290","strongs_number":"H8290","system":"hebrew","language":"hebrew","number_value":8290,"lemma":"שָׁרוֹנִי","transliteration":"Shârôwnîy","pronunciation":"shaw-ro-nee'","derivation":"patrial from H8289 (שָׁרוֹן);","strongs_definition":"a Sharonite or inhabitant of Sharon","kjv_definition":"Sharonite."} +{"id":"H8291","strongs_number":"H8291","system":"hebrew","language":"hebrew","number_value":8291,"lemma":"שָׂרוּק","transliteration":"sârûwq","pronunciation":"sar-ook'","derivation":"passive participle from the same as H8321 (שֹׂרֵק);","strongs_definition":"a grapevine","kjv_definition":"principal plant. See H8320 (שָׂרֻק), H8321 (שֹׂרֵק)."} +{"id":"H8292","strongs_number":"H8292","system":"hebrew","language":"hebrew","number_value":8292,"lemma":"שְׁרוּקָה","transliteration":"shᵉrûwqâh","pronunciation":"sher-oo-kaw'","derivation":"or (by permutation) שְׁרִיקָה; feminine passive participle of H8319 (שָׁרַק);","strongs_definition":"a whistling (in scorn); by analogy, a piping","kjv_definition":"bleating, hissing."} +{"id":"H8293","strongs_number":"H8293","system":"hebrew","language":"hebrew","number_value":8293,"lemma":"שֵׁרוּת","transliteration":"shêrûwth","pronunciation":"shay-rooth'","derivation":"from H8281 (שָׁרָה) abbreviated;","strongs_definition":"freedom","kjv_definition":"remnant."} +{"id":"H8294","strongs_number":"H8294","system":"hebrew","language":"hebrew","number_value":8294,"lemma":"שֶׂרַח","transliteration":"Serach","pronunciation":"seh'-rakh","derivation":"by permutation for H5629 (סֶרַח); superfluity;","strongs_definition":"Serach, an Israelitess","kjv_definition":"Sarah, Serah."} +{"id":"H8295","strongs_number":"H8295","system":"hebrew","language":"hebrew","number_value":8295,"lemma":"שָׂרַט","transliteration":"sâraṭ","pronunciation":"saw-rat'","derivation":"a primitive root;","strongs_definition":"to gash","kjv_definition":"cut in pieces, make (cuttings) pieces."} +{"id":"H8296","strongs_number":"H8296","system":"hebrew","language":"hebrew","number_value":8296,"lemma":"שֶׂרֶט","transliteration":"sereṭ","pronunciation":"seh'-ret","derivation":"and שָׂרֶטֶת; from H8295 (שָׂרַט);","strongs_definition":"an incision","kjv_definition":"cutting."} +{"id":"H8297","strongs_number":"H8297","system":"hebrew","language":"hebrew","number_value":8297,"lemma":"שָׂרַי","transliteration":"Sâray","pronunciation":"saw-rah'-ee","derivation":"from H8269 (שַׂר); dominative;","strongs_definition":"Sarai, the wife of Abraham","kjv_definition":"Sarai."} +{"id":"H8298","strongs_number":"H8298","system":"hebrew","language":"hebrew","number_value":8298,"lemma":"שָׁרַי","transliteration":"Shâray","pronunciation":"shaw-rah'-ee","derivation":"probably from H8324 (שָׁרַר); hostile;","strongs_definition":"Sharay, an Israelite","kjv_definition":"Sharai."} +{"id":"H8299","strongs_number":"H8299","system":"hebrew","language":"hebrew","number_value":8299,"lemma":"שָׂרִיג","transliteration":"sârîyg","pronunciation":"saw-reeg'","derivation":"from H8276 (שָׂרַג);","strongs_definition":"a tendril (as entwining)","kjv_definition":"branch."} +{"id":"H8300","strongs_number":"H8300","system":"hebrew","language":"hebrew","number_value":8300,"lemma":"שָׂרִיד","transliteration":"sârîyd","pronunciation":"saw-reed'","derivation":"from H8277 (שָׂרַד);","strongs_definition":"a survivor","kjv_definition":"[idiom] alive, left, remain(-ing), remnant, rest."} +{"id":"H8301","strongs_number":"H8301","system":"hebrew","language":"hebrew","number_value":8301,"lemma":"שָׂרִיד","transliteration":"Sârîyd","pronunciation":"suw-reed'","derivation":"the same as H8300 (שָׂרִיד);","strongs_definition":"Sarid, a place in Palestine","kjv_definition":"Sarid."} +{"id":"H8302","strongs_number":"H8302","system":"hebrew","language":"hebrew","number_value":8302,"lemma":"שִׁרְיוֹן","transliteration":"shiryôwn","pronunciation":"shir-yone'","derivation":"or שִׁרְיֹן; and שִׁרְיָן; also (feminine) שִׁרְיָה; and שִׁרְיֹנָה; from H8281 (שָׁרָה) in the original sense of turning;","strongs_definition":"a corslet (as if twisted)","kjv_definition":"breastplate, coat of mail, habergeon, harness. See H5630 (סִרְיֹן)."} +{"id":"H8303","strongs_number":"H8303","system":"hebrew","language":"hebrew","number_value":8303,"lemma":"שִׁרְיוֹן","transliteration":"Shiryôwn","pronunciation":"shir-yone'","derivation":"and שִׂרְיֹן; the same as H8304 (שְׂרָיָה) (i.e. sheeted with snow);","strongs_definition":"Shirjon or Sirjon, a peak of the Lebanon","kjv_definition":"Sirion."} +{"id":"H8304","strongs_number":"H8304","system":"hebrew","language":"hebrew","number_value":8304,"lemma":"שְׂרָיָה","transliteration":"Sᵉrâyâh","pronunciation":"ser-aw-yaw'","derivation":"or שְׂרָיָהוּ; from H8280 (שָׂרָה) and H3050 (יָהּ); Jah has prevailed;","strongs_definition":"Serajah, the name of nine Israelites","kjv_definition":"Seraiah."} +{"id":"H8305","strongs_number":"H8305","system":"hebrew","language":"hebrew","number_value":8305,"lemma":"שְׂרִיקָה","transliteration":"sᵉrîyqâh","pronunciation":"ser-ee-kaw'","derivation":"from the same as H8321 (שֹׂרֵק) in the original sense of piercing;","strongs_definition":"hetchelling (or combing flax), i.e. (concretely) tow (by extension, linen cloth)","kjv_definition":"fine."} +{"id":"H8306","strongs_number":"H8306","system":"hebrew","language":"hebrew","number_value":8306,"lemma":"שָׁרִיר","transliteration":"shârîyr","pronunciation":"shaw-reer'","derivation":"from H8324 (שָׁרַר) in the original sense as in H8270 (שֹׁר) (compare H8326 (שֹׁרֶר));","strongs_definition":"a cord, i.e. (by analogy) sinew","kjv_definition":"navel."} +{"id":"H8307","strongs_number":"H8307","system":"hebrew","language":"hebrew","number_value":8307,"lemma":"שְׁרִירוּת","transliteration":"shᵉrîyrûwth","pronunciation":"sher-ee-rooth'","derivation":"from H8324 (שָׁרַר) in the sense of twisted, i.e. firm;","strongs_definition":"obstinacy","kjv_definition":"imagination, lust."} +{"id":"H8308","strongs_number":"H8308","system":"hebrew","language":"hebrew","number_value":8308,"lemma":"שָׂרַךְ","transliteration":"sârak","pronunciation":"saw-rak'","derivation":"a primitive root;","strongs_definition":"to interlace","kjv_definition":"traverse."} +{"id":"H8309","strongs_number":"H8309","system":"hebrew","language":"hebrew","number_value":8309,"lemma":"שְׁרֵמָה","transliteration":"shᵉrêmâh","pronunciation":"sher-ay-maw'","derivation":"probably by an orthographical error for H7709 (שְׁדֵמָה);","strongs_definition":"a common","kjv_definition":"field."} +{"id":"H8310","strongs_number":"H8310","system":"hebrew","language":"hebrew","number_value":8310,"lemma":"שַׂרְסְכִים","transliteration":"Sarçᵉkîym","pronunciation":"sar-seh-keem'","derivation":"of foreign derivation;","strongs_definition":"Sarsekim, a Babylonian general","kjv_definition":"Sarsechim."} +{"id":"H8311","strongs_number":"H8311","system":"hebrew","language":"hebrew","number_value":8311,"lemma":"שָׂרַע","transliteration":"sâraʻ","pronunciation":"saw-rah'","derivation":"a primitive root;","strongs_definition":"to prolong, i.e. (reflex) be deformed by excess of members","kjv_definition":"stretch out self, (have any) superfluous thing."} +{"id":"H8312","strongs_number":"H8312","system":"hebrew","language":"hebrew","number_value":8312,"lemma":"שַׂרְעַף","transliteration":"sarʻaph","pronunciation":"sar-af'","derivation":"for H5587 (סָעִף);","strongs_definition":"cogitation","kjv_definition":"thought."} +{"id":"H8313","strongs_number":"H8313","system":"hebrew","language":"hebrew","number_value":8313,"lemma":"שָׂרַף","transliteration":"sâraph","pronunciation":"saw-raf'","derivation":"a primitive root;","strongs_definition":"to be (causatively, set) on fire","kjv_definition":"(cause to, make a) burn((-ing), up) kindle, [idiom] utterly."} +{"id":"H8314","strongs_number":"H8314","system":"hebrew","language":"hebrew","number_value":8314,"lemma":"שָׂרָף","transliteration":"sârâph","pronunciation":"saw-rawf'","derivation":"from H8313 (שָׂרַף);","strongs_definition":"burning, i.e. (figuratively) poisonous (serpent); specifically, a saraph or symbolical creature (from their copper color)","kjv_definition":"fiery (serpent), seraph."} +{"id":"H8315","strongs_number":"H8315","system":"hebrew","language":"hebrew","number_value":8315,"lemma":"שָׂרָף","transliteration":"Sârâph","pronunciation":"saw-raf'","derivation":"the same as H8314 (שָׂרָף);","strongs_definition":"Saraph, an Israelite","kjv_definition":"Saraph."} +{"id":"H8316","strongs_number":"H8316","system":"hebrew","language":"hebrew","number_value":8316,"lemma":"שְׂרֵפָה","transliteration":"sᵉrêphâh","pronunciation":"ser-ay-faw'","derivation":"from H8313 (שָׂרַף);","strongs_definition":"cremation","kjv_definition":"burning."} +{"id":"H8317","strongs_number":"H8317","system":"hebrew","language":"hebrew","number_value":8317,"lemma":"שָׁרַץ","transliteration":"shârats","pronunciation":"shaw-rats'","derivation":"a primitive root;","strongs_definition":"to wriggle, i.e. (by implication) swarm or abound","kjv_definition":"breed (bring forth, increase) abundantly (in abundance), creep, move."} +{"id":"H8318","strongs_number":"H8318","system":"hebrew","language":"hebrew","number_value":8318,"lemma":"שֶׁרֶץ","transliteration":"sherets","pronunciation":"sheh'-rets","derivation":"from H8317 (שָׁרַץ);","strongs_definition":"a swarm, i.e. active mass of minute animals","kjv_definition":"creep(-ing thing), move(-ing creature)."} +{"id":"H8319","strongs_number":"H8319","system":"hebrew","language":"hebrew","number_value":8319,"lemma":"שָׁרַק","transliteration":"shâraq","pronunciation":"shaw-rak'","derivation":"a primitive root;","strongs_definition":"properly, to be shrill, i.e. to whistle or hiss (as a call or in scorn)","kjv_definition":"hiss."} +{"id":"H8320","strongs_number":"H8320","system":"hebrew","language":"hebrew","number_value":8320,"lemma":"שָׂרֻק","transliteration":"sâruq","pronunciation":"saw-rook'","derivation":"from H8319 (שָׁרַק);","strongs_definition":"bright red (as piercing to the sight), i.e. bay","kjv_definition":"speckled. See H8291 (שָׂרוּק)."} +{"id":"H8321","strongs_number":"H8321","system":"hebrew","language":"hebrew","number_value":8321,"lemma":"שֹׂרֵק","transliteration":"sôrêq","pronunciation":"so-rake'","derivation":"or שׂוֹרֵק; and (feminine) שֹׂרֵקָה; from H8319 (שָׁרַק) in the sense of redness (compare H8320 (שָׂרֻק));","strongs_definition":"a vine stock (properly, one yielding purple grapes, the richest variety)","kjv_definition":"choice(-st, noble) wine. Compare H8291 (שָׂרוּק)."} +{"id":"H8322","strongs_number":"H8322","system":"hebrew","language":"hebrew","number_value":8322,"lemma":"שְׁרֵקָה","transliteration":"shᵉrêqâh","pronunciation":"sher-ay-kaw'","derivation":"from H8319 (שָׁרַק);","strongs_definition":"a derision","kjv_definition":"hissing."} +{"id":"H8323","strongs_number":"H8323","system":"hebrew","language":"hebrew","number_value":8323,"lemma":"שָׂרַר","transliteration":"sârar","pronunciation":"saw-rar'","derivation":"a primitive root;","strongs_definition":"to have (transitively, exercise; reflexively, get) dominion","kjv_definition":"[idiom] altogether, make self a prince, (bear) rule."} +{"id":"H8324","strongs_number":"H8324","system":"hebrew","language":"hebrew","number_value":8324,"lemma":"שָׁרַר","transliteration":"shârar","pronunciation":"shaw-rar'","derivation":"a primitive root;","strongs_definition":"to be hostile (only active participle an opponent)","kjv_definition":"enemy."} +{"id":"H8325","strongs_number":"H8325","system":"hebrew","language":"hebrew","number_value":8325,"lemma":"שָׁרַר","transliteration":"Shârar","pronunciation":"shaw-rawr'","derivation":"from H8324 (שָׁרַר); hostile;","strongs_definition":"Sharar, an Israelite","kjv_definition":"Sharar."} +{"id":"H8326","strongs_number":"H8326","system":"hebrew","language":"hebrew","number_value":8326,"lemma":"שֹׁרֶר","transliteration":"shôrer","pronunciation":"sho'-rer","derivation":"from H8324 (שָׁרַר) in the sense of twisting (compare H8270 (שֹׁר));","strongs_definition":"the umbilical cord, i.e. (by extension) a bodice","kjv_definition":"navel."} +{"id":"H8327","strongs_number":"H8327","system":"hebrew","language":"hebrew","number_value":8327,"lemma":"שָׁרַשׁ","transliteration":"shârash","pronunciation":"shaw-rash'","derivation":"a primitive root;","strongs_definition":"to root, i.e. strike into the soil, or (by implication) to pluck from it","kjv_definition":"(take, cause to take) root (out)."} +{"id":"H8328","strongs_number":"H8328","system":"hebrew","language":"hebrew","number_value":8328,"lemma":"שֶׁרֶשׁ","transliteration":"sheresh","pronunciation":"sheh'-resh","derivation":"from H8327 (שָׁרַשׁ);","strongs_definition":"a root (literally or figuratively)","kjv_definition":"bottom, deep, heel, root."} +{"id":"H8329","strongs_number":"H8329","system":"hebrew","language":"hebrew","number_value":8329,"lemma":"שֶׁרֶשׁ","transliteration":"Sheresh","pronunciation":"sheh'-resh","derivation":"the same as H8328 (שֶׁרֶשׁ);","strongs_definition":"Sheresh, an Israelite","kjv_definition":"Sharesh."} +{"id":"H8330","strongs_number":"H8330","system":"hebrew","language":"hebrew","number_value":8330,"lemma":"שֹׁרֶשׁ","transliteration":"shôresh","pronunciation":"sho'-resh","derivation":"(Aramaic) corresponding to H8328 (שֶׁרֶשׁ)","strongs_definition":"{a root (literally or figuratively)}","kjv_definition":"root."} +{"id":"H8331","strongs_number":"H8331","system":"hebrew","language":"hebrew","number_value":8331,"lemma":"שַׁרְשָׁה","transliteration":"sharshâh","pronunciation":"shar-shaw'","derivation":"from H8327 (שָׁרַשׁ);","strongs_definition":"a chain (as rooted, i.e. linked)","kjv_definition":"chain. Compare H8333 (שַׁרְשְׁרָה)."} +{"id":"H8332","strongs_number":"H8332","system":"hebrew","language":"hebrew","number_value":8332,"lemma":"שְׁרֹשׁוּ","transliteration":"shᵉrôshûw","pronunciation":"sher-o-shoo'","derivation":"(Aramaic) from a root corresponding to H8327 (שָׁרַשׁ);","strongs_definition":"eradication, i.e. (figuratively) exile","kjv_definition":"banishment."} +{"id":"H8333","strongs_number":"H8333","system":"hebrew","language":"hebrew","number_value":8333,"lemma":"שַׁרְשְׁרָה","transliteration":"sharshᵉrâh","pronunciation":"shar-sher-aw'","derivation":"from H8327 (שָׁרַשׁ) (compare H8331 (שַׁרְשָׁה));","strongs_definition":"a chain; (architectural) probably a garland","kjv_definition":"chain."} +{"id":"H8334","strongs_number":"H8334","system":"hebrew","language":"hebrew","number_value":8334,"lemma":"שָׁרַת","transliteration":"shârath","pronunciation":"shaw-rath'","derivation":"a primitive root;","strongs_definition":"to attend as a menial or worshipper; figuratively, to contribute to","kjv_definition":"minister (unto), (do) serve(-ant, -ice, -itor), wait on."} +{"id":"H8335","strongs_number":"H8335","system":"hebrew","language":"hebrew","number_value":8335,"lemma":"שָׁרֵת","transliteration":"shârêth","pronunciation":"shaw-rayth'","derivation":"infinitive of H8334 (שָׁרַת);","strongs_definition":"service (in the Temple)","kjv_definition":"minister(-ry)."} +{"id":"H8336","strongs_number":"H8336","system":"hebrew","language":"hebrew","number_value":8336,"lemma":"שֵׁשׁ","transliteration":"shêsh","pronunciation":"shaysh","derivation":"or (for alliteration with H4897 (מֶשִׁי)) שְׁשִׁי; for H7893 (שַׁיִשׁ);","strongs_definition":"bleached stuff, i.e. white linen or (by analogy) marble","kjv_definition":"[idiom] blue, fine (twined) linen, marble, silk."} +{"id":"H8337","strongs_number":"H8337","system":"hebrew","language":"hebrew","number_value":8337,"lemma":"שֵׁשׁ","transliteration":"shêsh","pronunciation":"shaysh","derivation":"masculine שִׁשָּׁה; a primitive number; compare H7797 (שׂוּשׂ)","strongs_definition":"six (as an overplus beyond five or the fingers of the hand); as ord. sixth","kjv_definition":"six(-teen, -teenth), sixth."} +{"id":"H8338","strongs_number":"H8338","system":"hebrew","language":"hebrew","number_value":8338,"lemma":"שָׁשָׁא","transliteration":"shâshâʼ","pronunciation":"shaw-shaw'","derivation":"a primitive root; apparently,","strongs_definition":"to annihilate","kjv_definition":"leave by the sixth part (by confusion with H8341 (שָׁשָׁה))."} +{"id":"H8339","strongs_number":"H8339","system":"hebrew","language":"hebrew","number_value":8339,"lemma":"שֵׁשְׁבַּצַּר","transliteration":"Shêshᵉbatstsar","pronunciation":"shaysh-bats-tsar'","derivation":"of foreign derivation;","strongs_definition":"Sheshbatstsar, Zerubbabel's Persian name","kjv_definition":"Sheshbazzar."} +{"id":"H8340","strongs_number":"H8340","system":"hebrew","language":"hebrew","number_value":8340,"lemma":"שֵׁשְׁבַּצַּר","transliteration":"Shêshᵉbatstsar","pronunciation":"shaysh-bats-tsar'","derivation":"(Aramaic) corresponding to H8339 (שֵׁשְׁבַּצַּר)","strongs_definition":"{Sheshbatstsar, Zerubbabel's Persian name}","kjv_definition":"Sheshbazzar."} +{"id":"H8341","strongs_number":"H8341","system":"hebrew","language":"hebrew","number_value":8341,"lemma":"שָׁשָׁה","transliteration":"shâshâh","pronunciation":"shaw-shaw'","derivation":"a denominative from H8337 (שֵׁשׁ);","strongs_definition":"to sixth or divide into sixths","kjv_definition":"give the sixth participle"} +{"id":"H8342","strongs_number":"H8342","system":"hebrew","language":"hebrew","number_value":8342,"lemma":"שָׂשׂוֹן","transliteration":"sâsôwn","pronunciation":"saw-sone'","derivation":"or שָׂשֹׂן; from H7797 (שׂוּשׂ);","strongs_definition":"cheerfulness; specifically, welcome","kjv_definition":"gladness, joy, mirth, rejoicing."} +{"id":"H8343","strongs_number":"H8343","system":"hebrew","language":"hebrew","number_value":8343,"lemma":"שָׁשַׁי","transliteration":"Shâshay","pronunciation":"shaw-shah'-ee","derivation":"perhaps from H8336 (שֵׁשׁ); whitish;","strongs_definition":"Shashai, an Israelite","kjv_definition":"Shashai."} +{"id":"H8344","strongs_number":"H8344","system":"hebrew","language":"hebrew","number_value":8344,"lemma":"שֵׁשַׁי","transliteration":"Shêshay","pronunciation":"shay-shah'-ee","derivation":"probably for H8343 (שָׁשַׁי);","strongs_definition":"Sheshai, a Canaanite","kjv_definition":"Sheshai."} +{"id":"H8345","strongs_number":"H8345","system":"hebrew","language":"hebrew","number_value":8345,"lemma":"שִׁשִּׁי","transliteration":"shishshîy","pronunciation":"shish-shee'","derivation":"from H8337 (שֵׁשׁ);","strongs_definition":"sixth, ord. or (feminine) fractional","kjv_definition":"sixth (part)."} +{"id":"H8346","strongs_number":"H8346","system":"hebrew","language":"hebrew","number_value":8346,"lemma":"שִׁשִּׁים","transliteration":"shishshîym","pronunciation":"shish-sheem'","derivation":"multiple of H8337 (שֵׁשׁ);","strongs_definition":"sixty","kjv_definition":"sixty, three score."} +{"id":"H8347","strongs_number":"H8347","system":"hebrew","language":"hebrew","number_value":8347,"lemma":"שֵׁשַׁךְ","transliteration":"Shêshak","pronunciation":"shay-shak'","derivation":"of foreign derivation;","strongs_definition":"Sheshak, a symbolic name of Babylon","kjv_definition":"Sheshach."} +{"id":"H8348","strongs_number":"H8348","system":"hebrew","language":"hebrew","number_value":8348,"lemma":"שֵׁשָׁן","transliteration":"Shêshân","pronunciation":"shay-shawn'","derivation":"perhaps for H7799 (שׁוּשַׁן); lily;","strongs_definition":"Sheshan, an Israelite","kjv_definition":"Sheshan."} +{"id":"H8349","strongs_number":"H8349","system":"hebrew","language":"hebrew","number_value":8349,"lemma":"שָׁשַׁק","transliteration":"Shâshaq","pronunciation":"shaw-shak'","derivation":"probably from the base of H7785 (שׁוֹק); pedestrian;","strongs_definition":"Shashak, an Israelite","kjv_definition":"Shashak."} +{"id":"H8350","strongs_number":"H8350","system":"hebrew","language":"hebrew","number_value":8350,"lemma":"שָׁשַׁר","transliteration":"shâshar","pronunciation":"shaw-shar'","derivation":"perhaps from the base of H8324 (שָׁרַר) in the sense of that of H8320 (שָׂרֻק);","strongs_definition":"red ochre (from its piercing color)","kjv_definition":"vermillion."} +{"id":"H8351","strongs_number":"H8351","system":"hebrew","language":"hebrew","number_value":8351,"lemma":"שֵׁת","transliteration":"shêth","pronunciation":"shayth","derivation":"(Numbers from H7582 (שָׁאָה);","strongs_definition":"tumult","kjv_definition":"Sheth."} +{"id":"H8352","strongs_number":"H8352","system":"hebrew","language":"hebrew","number_value":8352,"lemma":"שֵׁת","transliteration":"Shêth","pronunciation":"shayth","derivation":"from H7896 (שִׁית); put, i.e. substituted;","strongs_definition":"Sheth, third son of Adam","kjv_definition":"Seth, Sheth."} +{"id":"H8353","strongs_number":"H8353","system":"hebrew","language":"hebrew","number_value":8353,"lemma":"שֵׁת","transliteration":"shêth","pronunciation":"shayth","derivation":"(Aramaic) or שִׁת; (Aramaic), corresponding to H8337 (שֵׁשׁ);","strongs_definition":"{six}","kjv_definition":"six(-th)."} +{"id":"H8354","strongs_number":"H8354","system":"hebrew","language":"hebrew","number_value":8354,"lemma":"שָׁתָה","transliteration":"shâthâh","pronunciation":"shaw-thaw'","derivation":"a primitive root;","strongs_definition":"to imbibe (literally or figuratively)","kjv_definition":"[idiom] assuredly, banquet, [idiom] certainly, drink(-er, -ing), drunk ([idiom] -ard), surely. (Prop. intensive of H8248 (שָׁקָה).)"} +{"id":"H8355","strongs_number":"H8355","system":"hebrew","language":"hebrew","number_value":8355,"lemma":"שְׁתָה","transliteration":"shᵉthâh","pronunciation":"sheth-aw'","derivation":"(Aramaic) corresponding to H8354 (שָׁתָה)","strongs_definition":"{to imbibe (literally or figuratively)}","kjv_definition":"drink."} +{"id":"H8356","strongs_number":"H8356","system":"hebrew","language":"hebrew","number_value":8356,"lemma":"שָׁתָה","transliteration":"shâthâh","pronunciation":"shaw-thaw'","derivation":"from H7896 (שִׁית);","strongs_definition":"a basis, i.e. (figuratively) political or moral support","kjv_definition":"foundation, purpose."} +{"id":"H8357","strongs_number":"H8357","system":"hebrew","language":"hebrew","number_value":8357,"lemma":"שֵׁתָה","transliteration":"shêthâh","pronunciation":"shay-thaw'","derivation":"from H7896 (שִׁית);","strongs_definition":"the seat (of the person)","kjv_definition":"buttock."} +{"id":"H8358","strongs_number":"H8358","system":"hebrew","language":"hebrew","number_value":8358,"lemma":"שְׁתִי","transliteration":"shᵉthîy","pronunciation":"sheth-ee'","derivation":"from H8354 (שָׁתָה);","strongs_definition":"intoxicaion","kjv_definition":"drunkenness."} +{"id":"H8359","strongs_number":"H8359","system":"hebrew","language":"hebrew","number_value":8359,"lemma":"שְׁתִי","transliteration":"shᵉthîy","pronunciation":"sheth-ee'","derivation":"from H7896 (שִׁית);","strongs_definition":"a fixture, i.e. the warp in weaving","kjv_definition":"warp."} +{"id":"H8360","strongs_number":"H8360","system":"hebrew","language":"hebrew","number_value":8360,"lemma":"שְׁתִיָּה","transliteration":"shᵉthîyâh","pronunciation":"sheth-ee-yaw'","derivation":"feminine of H8358 (שְׁתִי);","strongs_definition":"potation","kjv_definition":"drinking."} +{"id":"H8361","strongs_number":"H8361","system":"hebrew","language":"hebrew","number_value":8361,"lemma":"שִׁתִּין","transliteration":"shittîyn","pronunciation":"shit-teen'","derivation":"(Aramaic) corresponding to H8346 (שִׁשִּׁים) (compare H8353 (שֵׁת));","strongs_definition":"sixty","kjv_definition":"threescore."} +{"id":"H8362","strongs_number":"H8362","system":"hebrew","language":"hebrew","number_value":8362,"lemma":"שָׁתַל","transliteration":"shâthal","pronunciation":"shaw-thal'","derivation":"a primitive root;","strongs_definition":"to transplant","kjv_definition":"plant."} +{"id":"H8363","strongs_number":"H8363","system":"hebrew","language":"hebrew","number_value":8363,"lemma":"שְׁתִל","transliteration":"shᵉthil","pronunciation":"sheth-eel'","derivation":"from H8362 (שָׁתַל);","strongs_definition":"a sprig (as if transplanted), i.e. sucker","kjv_definition":"plant."} +{"id":"H8364","strongs_number":"H8364","system":"hebrew","language":"hebrew","number_value":8364,"lemma":"שֻׁתַלְחִי","transliteration":"Shuthalchîy","pronunciation":"shoo-thal-kee'","derivation":"patronymically from H7803 (שׁוּתֶלַח);","strongs_definition":"a Shuthalchite (collectively) or descendants of Shuthelach","kjv_definition":"Shuthalhites."} +{"id":"H8365","strongs_number":"H8365","system":"hebrew","language":"hebrew","number_value":8365,"lemma":"שָׁתַם","transliteration":"shâtham","pronunciation":"shaw-tham'","derivation":"a primitive root;","strongs_definition":"to unveil (figuratively)","kjv_definition":"be open."} +{"id":"H8366","strongs_number":"H8366","system":"hebrew","language":"hebrew","number_value":8366,"lemma":"שָׁתַן","transliteration":"shâthan","pronunciation":"shaw-than'","derivation":"a primitive root;","strongs_definition":"(causatively) to make water, i.e. urinate","kjv_definition":"piss."} +{"id":"H8367","strongs_number":"H8367","system":"hebrew","language":"hebrew","number_value":8367,"lemma":"שָׁתַק","transliteration":"shâthaq","pronunciation":"shaw-thak'","derivation":"a primitive root;","strongs_definition":"to subside","kjv_definition":"be calm, cease, be quiet."} +{"id":"H8368","strongs_number":"H8368","system":"hebrew","language":"hebrew","number_value":8368,"lemma":"שָׂתַר","transliteration":"sâthar","pronunciation":"saw-thar'","derivation":"a primitive root;","strongs_definition":"to break out (as an eruption)","kjv_definition":"have in (one's) secret parts."} +{"id":"H8369","strongs_number":"H8369","system":"hebrew","language":"hebrew","number_value":8369,"lemma":"שֵׁתָר","transliteration":"Shêthâr","pronunciation":"shay-thawr'","derivation":"of foreign derivation;","strongs_definition":"Shethar, a Persian satrap","kjv_definition":"Shethar."} +{"id":"H8370","strongs_number":"H8370","system":"hebrew","language":"hebrew","number_value":8370,"lemma":"שְׁתַר בּוֹזְנַי","transliteration":"Shᵉthar Bôwzᵉnay","pronunciation":"sheth-ar' bo-zen-ah'-ee","derivation":"of foreign derivation;","strongs_definition":"Shethar-Bozenai, a Persian officer","kjv_definition":"Shetharboznai."} +{"id":"H8371","strongs_number":"H8371","system":"hebrew","language":"hebrew","number_value":8371,"lemma":"שָׁתַת","transliteration":"shâthath","pronunciation":"shaw-thath'","derivation":"a primitive root;","strongs_definition":"to place, i.e. array; reflex. to lie","kjv_definition":"be laid, set. t"} +{"id":"H8372","strongs_number":"H8372","system":"hebrew","language":"hebrew","number_value":8372,"lemma":"תָּא","transliteration":"tâʼ","pronunciation":"taw","derivation":"and (feminine) תָּאָה; (Ezekiel 40:12), from (the base of) H8376 (תָּאָה);","strongs_definition":"a room (as circumscribed)","kjv_definition":"(little) chamber."} +{"id":"H8373","strongs_number":"H8373","system":"hebrew","language":"hebrew","number_value":8373,"lemma":"תָּאַב","transliteration":"tâʼab","pronunciation":"taw-ab'","derivation":"a primitive root;","strongs_definition":"to desire","kjv_definition":"long."} +{"id":"H8374","strongs_number":"H8374","system":"hebrew","language":"hebrew","number_value":8374,"lemma":"תָּאַב","transliteration":"tâʼab","pronunciation":"taw-ab'","derivation":"a primitive root (probably identical with H8373 (תָּאַב) through the idea of puffing disdainfully at; compare H340 (אָיַב));","strongs_definition":"to loathe (morally)","kjv_definition":"abhor."} +{"id":"H8375","strongs_number":"H8375","system":"hebrew","language":"hebrew","number_value":8375,"lemma":"תַּאֲבָה","transliteration":"taʼăbâh","pronunciation":"tah-ab-aw'","derivation":"from H8374 (תָּאַב) (compare H15 (אָבֶה));","strongs_definition":"desire","kjv_definition":"longing."} +{"id":"H8376","strongs_number":"H8376","system":"hebrew","language":"hebrew","number_value":8376,"lemma":"תָּאָה","transliteration":"tâʼâh","pronunciation":"taw-aw'","derivation":"a primitive root;","strongs_definition":"to mark off, i.e. (intensively) designate","kjv_definition":"point out."} +{"id":"H8377","strongs_number":"H8377","system":"hebrew","language":"hebrew","number_value":8377,"lemma":"תְּאוֹ","transliteration":"tᵉʼôw","pronunciation":"teh-o'","derivation":"and תּוֹא; (the original form), from H8376 (תָּאָה);","strongs_definition":"a species of antelope (probably from the white stripe on the cheek)","kjv_definition":"wild bull (ox)."} +{"id":"H8378","strongs_number":"H8378","system":"hebrew","language":"hebrew","number_value":8378,"lemma":"תַּאֲוָה","transliteration":"taʼăvâh","pronunciation":"tah-av-aw'","derivation":"from H183 (אָוָה) (abbreviated);","strongs_definition":"a longing; by implication, a delight (subjectively, satisfaction, objectively, a charm)","kjv_definition":"dainty, desire, [idiom] exceedingly, [idiom] greedily, lust(ing), pleasant. See also H6914 (קִבְרוֹת הַתַּאֲוָה)."} +{"id":"H8379","strongs_number":"H8379","system":"hebrew","language":"hebrew","number_value":8379,"lemma":"תַּאֲוָה","transliteration":"taʼăvâh","pronunciation":"tah-av-aw'","derivation":"from H8376 (תָּאָה);","strongs_definition":"a limit, i.e. full extent","kjv_definition":"utmost bound."} +{"id":"H8380","strongs_number":"H8380","system":"hebrew","language":"hebrew","number_value":8380,"lemma":"תָּאוֹם","transliteration":"tâʼôwm","pronunciation":"taw-ome'","derivation":"or תָּאֹם; from H8382 (תָּאַם);","strongs_definition":"a twin (in plural only), literally or figuratively","kjv_definition":"twins."} +{"id":"H8381","strongs_number":"H8381","system":"hebrew","language":"hebrew","number_value":8381,"lemma":"תַּאֲלָה","transliteration":"taʼălâh","pronunciation":"tah-al-aw'","derivation":"from H422 (אָלָה);","strongs_definition":"an imprecation","kjv_definition":"curse."} +{"id":"H8382","strongs_number":"H8382","system":"hebrew","language":"hebrew","number_value":8382,"lemma":"תָּאַם","transliteration":"tâʼam","pronunciation":"taw-am'","derivation":"a primitive root; to be complete; but used only as denominative from H8380 (תָּאוֹם),","strongs_definition":"to be (causatively, make) twinned, i.e. (figuratively) duplicate or (architectural) jointed","kjv_definition":"coupled (together), bear twins."} +{"id":"H8383","strongs_number":"H8383","system":"hebrew","language":"hebrew","number_value":8383,"lemma":"תְּאֻן","transliteration":"tᵉʼun","pronunciation":"teh-oon'","derivation":"from H205 (אָוֶן);","strongs_definition":"naughtiness, i.e. toil","kjv_definition":"lie."} +{"id":"H8384","strongs_number":"H8384","system":"hebrew","language":"hebrew","number_value":8384,"lemma":"תְּאֵן","transliteration":"tᵉʼên","pronunciation":"teh-ane'","derivation":"or (in the singular, feminine) תְּאֵנָה; perhaps of foreign derivation","strongs_definition":"the fig (tree or fruit)","kjv_definition":"fig (tree)."} +{"id":"H8385","strongs_number":"H8385","system":"hebrew","language":"hebrew","number_value":8385,"lemma":"תַּאֲנָה","transliteration":"taʼănâh","pronunciation":"tah-an-aw'","derivation":"or תֹּאֲנָה; from H579 (אָנָה);","strongs_definition":"an opportunity or (subjectively) purpose","kjv_definition":"occasion."} +{"id":"H8386","strongs_number":"H8386","system":"hebrew","language":"hebrew","number_value":8386,"lemma":"תַּאֲנִיָּה","transliteration":"taʼănîyâh","pronunciation":"tah-an-ee-yaw'","derivation":"from H578 (אָנָה);","strongs_definition":"lamentation","kjv_definition":"heaviness, mourning."} +{"id":"H8387","strongs_number":"H8387","system":"hebrew","language":"hebrew","number_value":8387,"lemma":"תַּאֲנַת שִׁלֹה","transliteration":"Taʼănath Shilôh","pronunciation":"tah-an-ath' shee-lo'","derivation":"from H8385 (תַּאֲנָה) and H7887 (שִׁילֹה); approach of Shiloh;","strongs_definition":"Taanath-Shiloh, a place in Palestine","kjv_definition":"Taanath-shiloh."} +{"id":"H8388","strongs_number":"H8388","system":"hebrew","language":"hebrew","number_value":8388,"lemma":"תָּאַר","transliteration":"tâʼar","pronunciation":"taw-ar'","derivation":"a primitive root;","strongs_definition":"to delineate; reflex. to extend","kjv_definition":"be drawn, mark out, (Rimmon-) methoar (by union with H7417 (רִמּוֹן))."} +{"id":"H8389","strongs_number":"H8389","system":"hebrew","language":"hebrew","number_value":8389,"lemma":"תֹּאַר","transliteration":"tôʼar","pronunciation":"to'-ar","derivation":"from H8388 (תָּאַר);","strongs_definition":"outline, i.e. figure or appearance","kjv_definition":"[phrase] beautiful, [idiom] comely, countenance, [phrase] fair, [idiom] favoured, form, [idiom] goodly, [idiom] resemble, visage."} +{"id":"H8390","strongs_number":"H8390","system":"hebrew","language":"hebrew","number_value":8390,"lemma":"תַּאֲרֵעַ","transliteration":"Taʼărêaʻ","pronunciation":"tah-ar-ay'-ah","derivation":"perhaps from H772 (אֲרַע);","strongs_definition":"Taarea, an Israelite","kjv_definition":"Tarea. See H8475 (תַּחְרֵעַ)."} +{"id":"H8391","strongs_number":"H8391","system":"hebrew","language":"hebrew","number_value":8391,"lemma":"תְּאַשּׁוּר","transliteration":"tᵉʼashshûwr","pronunciation":"teh-ash-shoor'","derivation":"from H833 (אָשַׁר);","strongs_definition":"a species of cedar (from its erectness)","kjv_definition":"box (tree)."} +{"id":"H8392","strongs_number":"H8392","system":"hebrew","language":"hebrew","number_value":8392,"lemma":"תֵּבָה","transliteration":"têbâh","pronunciation":"tay-baw'","derivation":"perhaps of foreign derivation;","strongs_definition":"a box","kjv_definition":"ark."} +{"id":"H8393","strongs_number":"H8393","system":"hebrew","language":"hebrew","number_value":8393,"lemma":"תְּבוּאָה","transliteration":"tᵉbûwʼâh","pronunciation":"teb-oo-aw'","derivation":"from H935 (בּוֹא);","strongs_definition":"income, i.e. produce (literally or figuratively)","kjv_definition":"fruit, gain, increase, revenue."} +{"id":"H8394","strongs_number":"H8394","system":"hebrew","language":"hebrew","number_value":8394,"lemma":"תָּבוּן","transliteration":"tâbûwn","pronunciation":"taw-boon'","derivation":"and (feminine) תְּבוּנָה; or תּוֹבֻנָה; from H995 (בִּין);","strongs_definition":"intelligence; by implication, an argument; by extension, caprice","kjv_definition":"discretion, reason, skilfulness, understanding, wisdom."} +{"id":"H8395","strongs_number":"H8395","system":"hebrew","language":"hebrew","number_value":8395,"lemma":"תְּבוּסָה","transliteration":"tᵉbûwçâh","pronunciation":"teb-oo-saw'","derivation":"from H947 (בּוּס);","strongs_definition":"a treading down, i.e. ruin","kjv_definition":"destruction."} +{"id":"H8396","strongs_number":"H8396","system":"hebrew","language":"hebrew","number_value":8396,"lemma":"תָּבוֹר","transliteration":"Tâbôwr","pronunciation":"taw-bore'","derivation":"from a root corresponding to H8406 (תְּבַר); broken region;","strongs_definition":"Tabor, a mountain in Palestine, also a city adjacent","kjv_definition":"Tabor."} +{"id":"H8397","strongs_number":"H8397","system":"hebrew","language":"hebrew","number_value":8397,"lemma":"תֶּבֶל","transliteration":"tebel","pronunciation":"teh'-bel","derivation":"apparently from H1101 (בָּלַל);","strongs_definition":"mixture, i.e. unnatural bestiality","kjv_definition":"confusion."} +{"id":"H8398","strongs_number":"H8398","system":"hebrew","language":"hebrew","number_value":8398,"lemma":"תֵּבֵל","transliteration":"têbêl","pronunciation":"tay-bale'","derivation":"from H2986 (יָבַל);","strongs_definition":"the earth (as moist and therefore inhabited); by extension, the globe; by implication, its inhabitants; specifically, a particular land, as Babylonia, Palestine","kjv_definition":"habitable part, world."} +{"id":"H8399","strongs_number":"H8399","system":"hebrew","language":"hebrew","number_value":8399,"lemma":"תַּבְלִית","transliteration":"tablîyth","pronunciation":"tab-leeth'","derivation":"from H1086 (בָּלָה);","strongs_definition":"consumption","kjv_definition":"destruction."} +{"id":"H8400","strongs_number":"H8400","system":"hebrew","language":"hebrew","number_value":8400,"lemma":"תְּבַּלֻּל","transliteration":"tᵉballul","pronunciation":"teb-al-lool'","derivation":"from H1101 (בָּלַל) in the original sense of flowing;","strongs_definition":"a cataract (in the eye)","kjv_definition":"blemish."} +{"id":"H8401","strongs_number":"H8401","system":"hebrew","language":"hebrew","number_value":8401,"lemma":"תֶּבֶן","transliteration":"teben","pronunciation":"teh'-ben","derivation":"probably from H1129 (בָּנָה);","strongs_definition":"properly, material, i.e. (specifically) refuse haum or stalks of grain (as chopped in threshing and used for fodder)","kjv_definition":"chaff, straw, stubble."} +{"id":"H8402","strongs_number":"H8402","system":"hebrew","language":"hebrew","number_value":8402,"lemma":"תִּבְנִי","transliteration":"Tibnîy","pronunciation":"tib-nee'","derivation":"from H8401 (תֶּבֶן); strawy;","strongs_definition":"Tibni, an Israelite","kjv_definition":"Tibni."} +{"id":"H8403","strongs_number":"H8403","system":"hebrew","language":"hebrew","number_value":8403,"lemma":"תַּבְנִית","transliteration":"tabnîyth","pronunciation":"tab-neeth'","derivation":"from H1129 (בָּנָה);","strongs_definition":"structure; by implication, a model, resemblance","kjv_definition":"figure, form, likeness, pattern, similitude."} +{"id":"H8404","strongs_number":"H8404","system":"hebrew","language":"hebrew","number_value":8404,"lemma":"תַּבְעֵרָה","transliteration":"Tabʻêrâh","pronunciation":"tab-ay-raw'","derivation":"from H1197 (בָּעַר); burning;","strongs_definition":"Taberah, a place in the Desert","kjv_definition":"Taberah."} +{"id":"H8405","strongs_number":"H8405","system":"hebrew","language":"hebrew","number_value":8405,"lemma":"תֵּבֵץ","transliteration":"Têbêts","pronunciation":"tay-bates'","derivation":"from the same as H948 (בּוּץ); whiteness;","strongs_definition":"Tebets, a place in Palestine","kjv_definition":"Thebez."} +{"id":"H8406","strongs_number":"H8406","system":"hebrew","language":"hebrew","number_value":8406,"lemma":"תְּבַר","transliteration":"tᵉbar","pronunciation":"teb-ar'","derivation":"(Aramaic) corresponding to H7665 (שָׁבַר);","strongs_definition":"to be fragile (figuratively)","kjv_definition":"broken."} +{"id":"H8407","strongs_number":"H8407","system":"hebrew","language":"hebrew","number_value":8407,"lemma":"תִּגְלַת פִּלְאֶסֶר","transliteration":"Tiglath Pilʼeçer","pronunciation":"tig-lath' pil-eh'-ser","derivation":"or תִּגְלַת פְּלֶסֶר; or תִּלְגַּת פִּלְנְאֶסֶר or תִּלְגַּת פִּלְנֶסֶר; of foreign derivation;","strongs_definition":"Tiglath-Pileser or Tilgath-pilneser, an Assyryrian king","kjv_definition":"Tiglath-pileser, Tilgath-pilneser."} +{"id":"H8408","strongs_number":"H8408","system":"hebrew","language":"hebrew","number_value":8408,"lemma":"תַּגְמוּל","transliteration":"tagmûwl","pronunciation":"tag-mool'","derivation":"from H1580 (גָּמַל);","strongs_definition":"a bestowment","kjv_definition":"benefit."} +{"id":"H8409","strongs_number":"H8409","system":"hebrew","language":"hebrew","number_value":8409,"lemma":"תִּגְרָה","transliteration":"tigrâh","pronunciation":"tig-raw'","derivation":"from H1624 (גָּרָה);","strongs_definition":"strife, i.e. infliction","kjv_definition":"blow."} +{"id":"H8410","strongs_number":"H8410","system":"hebrew","language":"hebrew","number_value":8410,"lemma":"תִּדְהָר","transliteration":"tidhâr","pronunciation":"tid-hawr'","derivation":"apparently from H1725 (דָּהַר);","strongs_definition":"enduring; a species of hard-wood or lasting tree (perhaps oak)","kjv_definition":"pine (tree)."} +{"id":"H8411","strongs_number":"H8411","system":"hebrew","language":"hebrew","number_value":8411,"lemma":"תְּדִירָא","transliteration":"tᵉdîyrâʼ","pronunciation":"ted-ee-raw'","derivation":"(Aramaic) from H1753 (דּוּר) in the original sense of enduring;","strongs_definition":"permanence, i.e. (adverb) constantly","kjv_definition":"continually."} +{"id":"H8412","strongs_number":"H8412","system":"hebrew","language":"hebrew","number_value":8412,"lemma":"תַּדְמֹר","transliteration":"Tadmôr","pronunciation":"tad-more'","derivation":"or תַּמֹּר; (1 Kings 9:18), apparently from H8558 (תָּמָר); palm-city;","strongs_definition":"Tadmor, a place near Palestine","kjv_definition":"Tadmor."} +{"id":"H8413","strongs_number":"H8413","system":"hebrew","language":"hebrew","number_value":8413,"lemma":"תִּדְעָל","transliteration":"Tidʻâl","pronunciation":"tid-awl'","derivation":"perhaps from H1763 (דְּחַל); fearfulness;","strongs_definition":"Tidal, a Canaanite","kjv_definition":"Tidal."} +{"id":"H8414","strongs_number":"H8414","system":"hebrew","language":"hebrew","number_value":8414,"lemma":"תֹּהוּ","transliteration":"tôhûw","pronunciation":"to'-hoo","derivation":"from an unused root meaning to lie waste;","strongs_definition":"a desolation (of surface), i.e. desert; figuratively, a worthless thing; adverbially, in vain","kjv_definition":"confusion, empty place, without form, nothing, (thing of) nought, vain, vanity, waste, wilderness."} +{"id":"H8415","strongs_number":"H8415","system":"hebrew","language":"hebrew","number_value":8415,"lemma":"תְּהוֹם","transliteration":"tᵉhôwm","pronunciation":"teh-home'","derivation":"or תְּהֹם; (usually feminine) from H1949 (הוּם);","strongs_definition":"an abyss (as a surging mass of water), especially the deep (the main sea or the subterranean watersupply)","kjv_definition":"deep (place), depth."} +{"id":"H8416","strongs_number":"H8416","system":"hebrew","language":"hebrew","number_value":8416,"lemma":"תְּהִלָּה","transliteration":"tᵉhillâh","pronunciation":"teh-hil-law'","derivation":"from H1984 (הָלַל);","strongs_definition":"laudation; specifically (concretely) a hymn","kjv_definition":"praise."} +{"id":"H8417","strongs_number":"H8417","system":"hebrew","language":"hebrew","number_value":8417,"lemma":"תׇּהֳלָה","transliteration":"tohŏlâh","pronunciation":"to-hol-aw'","derivation":"feminine of an unused noun (apparently from H1984 (הָלַל)) meaning bluster;","strongs_definition":"braggadocio, i.e. (by implication) fatuity","kjv_definition":"folly."} +{"id":"H8418","strongs_number":"H8418","system":"hebrew","language":"hebrew","number_value":8418,"lemma":"תַּהֲלֻכָה","transliteration":"tahălukâh","pronunciation":"tah-hal-oo-kaw'","derivation":"from H1980 (הָלַךְ);","strongs_definition":"a procession","kjv_definition":"[idiom] went."} +{"id":"H8419","strongs_number":"H8419","system":"hebrew","language":"hebrew","number_value":8419,"lemma":"תַּהְפֻּכָה","transliteration":"tahpukâh","pronunciation":"tah-poo-kaw'","derivation":"from H2015 (הָפַךְ);","strongs_definition":"a perversity or fraud","kjv_definition":"(very) froward(-ness, thing), perverse thing."} +{"id":"H8420","strongs_number":"H8420","system":"hebrew","language":"hebrew","number_value":8420,"lemma":"תָּו","transliteration":"tâv","pronunciation":"tawv","derivation":"from H8427 (תָּוָה);","strongs_definition":"a mark; by implication, a signature","kjv_definition":"desire, mark."} +{"id":"H8421","strongs_number":"H8421","system":"hebrew","language":"hebrew","number_value":8421,"lemma":"תּוּב","transliteration":"tûwb","pronunciation":"toob","derivation":"(Aramaic) corresponding to H7725 (שׁוּב), to come back;","strongs_definition":"specifically (transitive and ellip.) to reply","kjv_definition":"answer, restore, return (an answer)."} +{"id":"H8422","strongs_number":"H8422","system":"hebrew","language":"hebrew","number_value":8422,"lemma":"תּוּבַל","transliteration":"Tûwbal","pronunciation":"too-bal'","derivation":"or תֻּבַל; probably of foreign derivation;","strongs_definition":"Tubal, a postdiluvian patriarch and his posterity","kjv_definition":"Tubal."} +{"id":"H8423","strongs_number":"H8423","system":"hebrew","language":"hebrew","number_value":8423,"lemma":"תּוּבַל קַיִן","transliteration":"Tûwbal Qayin","pronunciation":"too-bal' kah'-yin","derivation":"apparently from H2986 (יָבַל) (compare H2981 (יְבוּל)) and H7014 (קַיִן); offspring of Cain;","strongs_definition":"Tubal-Kajin, an antidiluvian patriarch","kjv_definition":"Tubal-cain."} +{"id":"H8424","strongs_number":"H8424","system":"hebrew","language":"hebrew","number_value":8424,"lemma":"תּוּגָה","transliteration":"tûwgâh","pronunciation":"too-gaw'","derivation":"from H3013 (יָגָה);","strongs_definition":"depression (of spirits); concretely a grief","kjv_definition":"heaviness, sorrow."} +{"id":"H8425","strongs_number":"H8425","system":"hebrew","language":"hebrew","number_value":8425,"lemma":"תּוֹגַרְמָה","transliteration":"Tôwgarmâh","pronunciation":"to-gar-maw'","derivation":"or תֹּגַרְמָה; probably of foreign derivation;","strongs_definition":"Togarmah, a son of Gomer and his posterity","kjv_definition":"Togarmah."} +{"id":"H8426","strongs_number":"H8426","system":"hebrew","language":"hebrew","number_value":8426,"lemma":"תּוֹדָה","transliteration":"tôwdâh","pronunciation":"to-daw'","derivation":"from H3034 (יָדָה);","strongs_definition":"properly, an extension of the hand, i.e. (by implication) avowal, or (usually) adoration; specifically, a choir of worshippers","kjv_definition":"confession, (sacrifice of) praise, thanks(-giving, offering)."} +{"id":"H8427","strongs_number":"H8427","system":"hebrew","language":"hebrew","number_value":8427,"lemma":"תָּוָה","transliteration":"tâvâh","pronunciation":"taw-vaw'","derivation":"a primitive root;","strongs_definition":"to mark out, i.e. (primitive) scratch or (definite) imprint","kjv_definition":"scrabble, set (a mark)."} +{"id":"H8428","strongs_number":"H8428","system":"hebrew","language":"hebrew","number_value":8428,"lemma":"תָּוָה","transliteration":"tâvâh","pronunciation":"taw-vaw'","derivation":"a primitive root (or perhaps identical with H8427 (תָּוָה) through a similar idea from scraping to pieces);","strongs_definition":"to grieve","kjv_definition":"limit (by confusion with H8427 (תָּוָה))."} +{"id":"H8429","strongs_number":"H8429","system":"hebrew","language":"hebrew","number_value":8429,"lemma":"תְּוַהּ","transliteration":"tᵉvahh","pronunciation":"tev-ah'","derivation":"(Aramaic) corresponding to H8539 (תָּמַהּ) or perhaps to H7582 (שָׁאָה) through the idea of sweeping to ruin (compare H8428 (תָּוָה));","strongs_definition":"to amaze, i.e. (reflex. by implication) take alarm","kjv_definition":"be astonied."} +{"id":"H8430","strongs_number":"H8430","system":"hebrew","language":"hebrew","number_value":8430,"lemma":"תּוֹחַ","transliteration":"Tôwach","pronunciation":"to'-akh","derivation":"from an unused root meaning to depress; humble;","strongs_definition":"Toach, an Israelite","kjv_definition":"Toah."} +{"id":"H8431","strongs_number":"H8431","system":"hebrew","language":"hebrew","number_value":8431,"lemma":"תּוֹחֶלֶת","transliteration":"tôwcheleth","pronunciation":"to-kheh'-leth","derivation":"from H3176 (יָחַל);","strongs_definition":"expectation","kjv_definition":"hope."} +{"id":"H8432","strongs_number":"H8432","system":"hebrew","language":"hebrew","number_value":8432,"lemma":"תָּוֶךְ","transliteration":"tâvek","pronunciation":"taw'-vek","derivation":"from an unused root meaning to sever;","strongs_definition":"a bisection, i.e. (by implication) the centre","kjv_definition":"among(-st), [idiom] between, half, [idiom] (there-, where-), in(-to), middle, mid(-night), midst (among), [idiom] out (of), [idiom] through, [idiom] with(-in)."} +{"id":"H8433","strongs_number":"H8433","system":"hebrew","language":"hebrew","number_value":8433,"lemma":"תּוֹכֵחָה","transliteration":"tôwkêchâh","pronunciation":"to-kay-khaw'","derivation":"and תּוֹכַחַת; from H3198 (יָכַח);","strongs_definition":"chastisement; figuratively (by words) correction, refutation, proof (even in defence)","kjv_definition":"argument, [idiom] chastened, correction, reasoning, rebuke, reproof, [idiom] be (often) reproved."} +{"id":"H8434","strongs_number":"H8434","system":"hebrew","language":"hebrew","number_value":8434,"lemma":"תּוֹלָד","transliteration":"Tôwlâd","pronunciation":"to-lawd'","derivation":"from H3205 (יָלַד); posterity;","strongs_definition":"Tolad, a place in Palestine","kjv_definition":"Tolad. Compare H513 (אֶלְתּוֹלַד)."} +{"id":"H8435","strongs_number":"H8435","system":"hebrew","language":"hebrew","number_value":8435,"lemma":"תּוֹלְדָה","transliteration":"tôwlᵉdâh","pronunciation":"to-led-aw'","derivation":"or תֹּלְדָה; from H3205 (יָלַד);","strongs_definition":"(plural only) descent, i.e. family; (figuratively) history","kjv_definition":"birth, generations."} +{"id":"H8436","strongs_number":"H8436","system":"hebrew","language":"hebrew","number_value":8436,"lemma":"תּוּלוֹן","transliteration":"Tûwlôwn","pronunciation":"too-lone'","derivation":"from H8524 (תָּלַל); suspension;","strongs_definition":"Tulon, an Israelite","kjv_definition":"Tilon (from the margin)."} +{"id":"H8437","strongs_number":"H8437","system":"hebrew","language":"hebrew","number_value":8437,"lemma":"תּוֹלָל","transliteration":"tôwlâl","pronunciation":"to-lawl'","derivation":"from H3213 (יָלַל);","strongs_definition":"causing to howl, i.e. an oppressor","kjv_definition":"that wasted."} +{"id":"H8438","strongs_number":"H8438","system":"hebrew","language":"hebrew","number_value":8438,"lemma":"תּוֹלָע","transliteration":"tôwlâʻ","pronunciation":"to-law'","derivation":"and (feminine) תּוֹלֵעָה; or תּוֹלַעַת; or תֹּלַעַת; from H3216 (יָלַע); a maggot (as voracious); specifically (often with ellipsis of H8144 (שָׁנִי))","strongs_definition":"the crimson-grub, but used only (in this connection) of the colorfrom it, and cloths dyed therewith","kjv_definition":"crimson, scarlet, worm."} +{"id":"H8439","strongs_number":"H8439","system":"hebrew","language":"hebrew","number_value":8439,"lemma":"תּוֹלָע","transliteration":"Tôwlâʻ","pronunciation":"to-law'","derivation":"the same as H8438 (תּוֹלָע); worm;","strongs_definition":"Tola, the name of two Israelites","kjv_definition":"Tola."} +{"id":"H8440","strongs_number":"H8440","system":"hebrew","language":"hebrew","number_value":8440,"lemma":"תּוֹלָעִי","transliteration":"Tôwlâʻîy","pronunciation":"to-law-ee'","derivation":"patronymically from H8439 (תּוֹלָע);","strongs_definition":"a Tolaite (collectively) or descendants of Tola","kjv_definition":"Tolaites."} +{"id":"H8441","strongs_number":"H8441","system":"hebrew","language":"hebrew","number_value":8441,"lemma":"תּוֹעֵבַה","transliteration":"tôwʻêbah","pronunciation":"to-ay-baw'","derivation":"or תֹּעֵבַה; feminine active participle of H8581 (תַּעָב);","strongs_definition":"properly, something disgusting (morally), i.e. (as noun) an abhorrence; especially idolatry or (concretely) an idol","kjv_definition":"abominable (custom, thing), abomination."} +{"id":"H8442","strongs_number":"H8442","system":"hebrew","language":"hebrew","number_value":8442,"lemma":"תּוֹעָה","transliteration":"tôwʻâh","pronunciation":"to-aw'","derivation":"feminine active participle of H8582 (תָּעָה);","strongs_definition":"mistake, i.e. (morally) impiety, or (political) injury","kjv_definition":"error, hinder."} +{"id":"H8443","strongs_number":"H8443","system":"hebrew","language":"hebrew","number_value":8443,"lemma":"תּוֹעָפָה","transliteration":"tôwʻâphâh","pronunciation":"to-aw-faw'","derivation":"from H3286 (יָעַף);","strongs_definition":"(only in plural collective) weariness, i.e. (by implication) toil (treasure so obtained) or speed","kjv_definition":"plenty, strength."} +{"id":"H8444","strongs_number":"H8444","system":"hebrew","language":"hebrew","number_value":8444,"lemma":"תּוֹצָאָה","transliteration":"tôwtsâʼâh","pronunciation":"to-tsaw-aw'","derivation":"or תֹּצָאָה; from H3318 (יָצָא);","strongs_definition":"(only in plural collective) exit, i.e. (geographical) boundary, or (figuratively) deliverance, (actively) source","kjv_definition":"border(-s), going(-s) forth (out), issues, outgoings."} +{"id":"H8445","strongs_number":"H8445","system":"hebrew","language":"hebrew","number_value":8445,"lemma":"תּוֹקַהַת","transliteration":"Tôwqahath","pronunciation":"to-kah'-ath","derivation":"from the same as H3349 (יִקָּהָה); obedience;","strongs_definition":"Tokahath, an Israelite","kjv_definition":"Tikvath (by correction for H8616 (תִּקְוָה))."} +{"id":"H8446","strongs_number":"H8446","system":"hebrew","language":"hebrew","number_value":8446,"lemma":"תּוּר","transliteration":"tûwr","pronunciation":"toor","derivation":"a primitive root;","strongs_definition":"to meander (causatively, guide) about, especially fortrade or reconnoitring","kjv_definition":"chap(-man), sent to descry, be excellent, merchant(-man), search (out), seek, (e-) spy (out)."} +{"id":"H8447","strongs_number":"H8447","system":"hebrew","language":"hebrew","number_value":8447,"lemma":"תּוֹר","transliteration":"tôwr","pronunciation":"tore","derivation":"or תֹּר; from H8446 (תּוּר);","strongs_definition":"a succession, i.e. a string or (abstractly) order","kjv_definition":"border, row, turn."} +{"id":"H8448","strongs_number":"H8448","system":"hebrew","language":"hebrew","number_value":8448,"lemma":"תּוֹר","transliteration":"tôwr","pronunciation":"tore","derivation":"probably the same as H8447 (תּוֹר);","strongs_definition":"a manner (as a sort of turn)","kjv_definition":"estate."} +{"id":"H8449","strongs_number":"H8449","system":"hebrew","language":"hebrew","number_value":8449,"lemma":"תּוֹר","transliteration":"tôwr","pronunciation":"tore","derivation":"or תֹּר; probably the same as H8447 (תּוֹר);","strongs_definition":"a ring-dove, often (figuratively) as a term of endearment","kjv_definition":"(turtle) dove."} +{"id":"H8450","strongs_number":"H8450","system":"hebrew","language":"hebrew","number_value":8450,"lemma":"תּוֹר","transliteration":"tôwr","pronunciation":"tore","derivation":"(Aramaic) corresponding (by permutation) to H7794 (שׁוֹר);","strongs_definition":"a bull","kjv_definition":"bullock, ox."} +{"id":"H8451","strongs_number":"H8451","system":"hebrew","language":"hebrew","number_value":8451,"lemma":"תּוֹרָה","transliteration":"tôwrâh","pronunciation":"to-raw'","derivation":"or תֹּרָה; from H3384 (יָרָה);","strongs_definition":"a precept or statute, especially the Decalogue or Pentateuch","kjv_definition":"law."} +{"id":"H8452","strongs_number":"H8452","system":"hebrew","language":"hebrew","number_value":8452,"lemma":"תּוֹרָה","transliteration":"tôwrâh","pronunciation":"to-raw'","derivation":"probably feminine of H8448 (תּוֹר);","strongs_definition":"a custom","kjv_definition":"manner."} +{"id":"H8453","strongs_number":"H8453","system":"hebrew","language":"hebrew","number_value":8453,"lemma":"תּוֹשָׁב","transliteration":"tôwshâb","pronunciation":"to-shawb'","derivation":"or תֹּשָׁב; (1 Kings 17:1), from H3427 (יָשַׁב); a dweller (but not outlandish (H5237 (נׇכְרִי))); especially (as distinguished from a native citizen (active participle of H3427 (יָשַׁב)) and a temporary inmate (H1616 (גֵּר)) or mere lodger (H3885 (לוּן)))","strongs_definition":"resident alien","kjv_definition":"foreigner, inhabitant, sojourner, stranger."} +{"id":"H8454","strongs_number":"H8454","system":"hebrew","language":"hebrew","number_value":8454,"lemma":"תּוּשִׁיָּה","transliteration":"tûwshîyâh","pronunciation":"too-shee-yaw'","derivation":"or תֻּשִׁיָּה; from an unused root probably meaning to substantiate;","strongs_definition":"support or (by implication) ability, i.e. (direct) help, (in purpose) an undertaking, (intellectual) understanding","kjv_definition":"enterprise, that which (thing as it) is, substance, (sound) wisdom, working."} +{"id":"H8455","strongs_number":"H8455","system":"hebrew","language":"hebrew","number_value":8455,"lemma":"תּוֹתָח","transliteration":"tôwthâch","pronunciation":"to-thawkh'","derivation":"from an unused root meaning to smite;","strongs_definition":"a club","kjv_definition":"darts."} +{"id":"H8456","strongs_number":"H8456","system":"hebrew","language":"hebrew","number_value":8456,"lemma":"תָּזַז","transliteration":"tâzaz","pronunciation":"taw-zaz'","derivation":"a primitive root;","strongs_definition":"to lop off","kjv_definition":"cut down."} +{"id":"H8457","strongs_number":"H8457","system":"hebrew","language":"hebrew","number_value":8457,"lemma":"תַּזְנוּת","transliteration":"taznûwth","pronunciation":"taz-nooth'","derivation":"or תַּזְנֻת; from H2181 (זָנָה);","strongs_definition":"harlotry, i.e. (figuratively) idolatry","kjv_definition":"fornication, whoredom."} +{"id":"H8458","strongs_number":"H8458","system":"hebrew","language":"hebrew","number_value":8458,"lemma":"תַּחְבֻּלָה","transliteration":"tachbulâh","pronunciation":"takh-boo-law'","derivation":"or תַּחְבּוּלָה; from H2254 (חָבַל) as denominative from H2256 (חֶבֶל);","strongs_definition":"(only in plural) properly, steerage (as a management of ropes), i.e. (figuratively) guidance or (by implication) a plan","kjv_definition":"good advice, (wise) counsels."} +{"id":"H8459","strongs_number":"H8459","system":"hebrew","language":"hebrew","number_value":8459,"lemma":"תֹּחוּ","transliteration":"Tôchûw","pronunciation":"to'-khoo","derivation":"from an unused root meaning to depress; abasement;","strongs_definition":"Tochu, an Israelite","kjv_definition":"Tohu."} +{"id":"H8460","strongs_number":"H8460","system":"hebrew","language":"hebrew","number_value":8460,"lemma":"תְּחוֹת","transliteration":"tᵉchôwth","pronunciation":"tekh-oth'","derivation":"(Aramaic) or תּחֹת; (Aramaic), corresponding to H8478 (תַּחַת);","strongs_definition":"beneath","kjv_definition":"under."} +{"id":"H8461","strongs_number":"H8461","system":"hebrew","language":"hebrew","number_value":8461,"lemma":"תַּחְכְּמֹנִי","transliteration":"Tachkᵉmônîy","pronunciation":"takh-kem-o-nee'","derivation":"probably for H2453 (חַכְמוֹנִי); sagacious;","strongs_definition":"Tachkemoni, an Israelite","kjv_definition":"Tachmonite."} +{"id":"H8462","strongs_number":"H8462","system":"hebrew","language":"hebrew","number_value":8462,"lemma":"תְּחִלָּה","transliteration":"tᵉchillâh","pronunciation":"tekh-il-law'","derivation":"from H2490 (חָלַל) in the sense of opening;","strongs_definition":"a commencement; rel. original (adverb, -ly)","kjv_definition":"begin(-ning), first (time)."} +{"id":"H8463","strongs_number":"H8463","system":"hebrew","language":"hebrew","number_value":8463,"lemma":"תַּחֲלוּא","transliteration":"tachălûwʼ","pronunciation":"takh-al-oo'","derivation":"or תַּחֲלֻא; from H2456 (חָלָא);","strongs_definition":"a malady","kjv_definition":"disease, [idiom] grievous, (that are) sick(-ness)."} +{"id":"H8464","strongs_number":"H8464","system":"hebrew","language":"hebrew","number_value":8464,"lemma":"תַּחְמָס","transliteration":"tachmâç","pronunciation":"takh-mawce'","derivation":"from H2554 (חָמַס);","strongs_definition":"a species of unclean bird (from its violence), perhaps an owl","kjv_definition":"night hawk."} +{"id":"H8465","strongs_number":"H8465","system":"hebrew","language":"hebrew","number_value":8465,"lemma":"תַּחַן","transliteration":"Tachan","pronunciation":"takh'-an","derivation":"probably from H2583 (חָנָה); station;","strongs_definition":"Tachan, the name of two Israelites","kjv_definition":"Tahan."} +{"id":"H8466","strongs_number":"H8466","system":"hebrew","language":"hebrew","number_value":8466,"lemma":"תַּחֲנָה","transliteration":"tachănâh","pronunciation":"takh-an-aw'","derivation":"from H2583 (חָנָה);","strongs_definition":"(only plural collectively) an encampment","kjv_definition":"camp."} +{"id":"H8467","strongs_number":"H8467","system":"hebrew","language":"hebrew","number_value":8467,"lemma":"תְּחִנָּה","transliteration":"tᵉchinnâh","pronunciation":"tekh-in-naw'","derivation":"from H2603 (חָנַן);","strongs_definition":"graciousness; causatively, entreaty","kjv_definition":"favour, grace, supplication."} +{"id":"H8468","strongs_number":"H8468","system":"hebrew","language":"hebrew","number_value":8468,"lemma":"תְּחִנָּה","transliteration":"Tᵉchinnâh","pronunciation":"tekh-in-naw'","derivation":"the same as H8467 (תְּחִנָּה);","strongs_definition":"Techinnah, an Israelite","kjv_definition":"Tehinnah."} +{"id":"H8469","strongs_number":"H8469","system":"hebrew","language":"hebrew","number_value":8469,"lemma":"תַּחֲנוּן","transliteration":"tachănûwn","pronunciation":"takh-an-oon'","derivation":"or (feminine) תַּחֲנוּנָה; from H2603 (חָנַן);","strongs_definition":"earnest prayer","kjv_definition":"intreaty, supplication."} +{"id":"H8470","strongs_number":"H8470","system":"hebrew","language":"hebrew","number_value":8470,"lemma":"תַּחֲנִי","transliteration":"Tachănîy","pronunciation":"takh-an-ee'","derivation":"patronymically from H8465 (תַּחַן);","strongs_definition":"a Tachanite (collectively) or descendants of Tachan","kjv_definition":"Tahanites."} +{"id":"H8471","strongs_number":"H8471","system":"hebrew","language":"hebrew","number_value":8471,"lemma":"תַּחְפַּנְחֵס","transliteration":"Tachpanchêç","pronunciation":"takh-pan-khace'","derivation":"or תְּחַפְנְחֵס; (Ezekiel 30:18), or תַּחְפְּנֵס; (Jeremiah 2:16), of Egyptian derivation;","strongs_definition":"Tachpanches, Techaphneches or Tachpenes, a place in Egypt","kjv_definition":"Tahapanes, Tahpanhes, Tehaphnehes."} +{"id":"H8472","strongs_number":"H8472","system":"hebrew","language":"hebrew","number_value":8472,"lemma":"תַּחְפְּנֵיס","transliteration":"Tachpᵉnêyç","pronunciation":"takh-pen-ace'","derivation":"of Egyptian derivation;","strongs_definition":"Tachpenes, an Egyptian woman","kjv_definition":"Tahpenes."} +{"id":"H8473","strongs_number":"H8473","system":"hebrew","language":"hebrew","number_value":8473,"lemma":"תַּחֲרָא","transliteration":"tachărâʼ","pronunciation":"takh-ar-aw'","derivation":"from H2734 (חָרָה) in the original sense of H2352 (חוּר) or H2353 (חוּר);","strongs_definition":"a linen corslet (as white or hollow)","kjv_definition":"habergeon."} +{"id":"H8474","strongs_number":"H8474","system":"hebrew","language":"hebrew","number_value":8474,"lemma":"תַּחָרָה","transliteration":"tachârâh","pronunciation":"takh-aw-raw'","derivation":"a facitious root from H2734 (חָרָה) through the idea of the heat of jealousy;","strongs_definition":"to vie with a rival","kjv_definition":"close, contend."} +{"id":"H8475","strongs_number":"H8475","system":"hebrew","language":"hebrew","number_value":8475,"lemma":"תַּחְרֵעַ","transliteration":"Tachrêaʻ","pronunciation":"takh-ray'-ah","derivation":"for H8390 (תַּאֲרֵעַ);","strongs_definition":"Tachrea, an Israelite","kjv_definition":"Tahrea."} +{"id":"H8476","strongs_number":"H8476","system":"hebrew","language":"hebrew","number_value":8476,"lemma":"תַּחַשׁ","transliteration":"tachash","pronunciation":"takh'-ash","derivation":"probably of foreign derivation;","strongs_definition":"a (clean) animal with fur, probably a species of antelope","kjv_definition":"badger."} +{"id":"H8477","strongs_number":"H8477","system":"hebrew","language":"hebrew","number_value":8477,"lemma":"תַּחַשׁ","transliteration":"Tachash","pronunciation":"takh'-ash","derivation":"the same as H8476 (תַּחַשׁ);","strongs_definition":"Tachash, a relative of Abraham","kjv_definition":"Thahash."} +{"id":"H8478","strongs_number":"H8478","system":"hebrew","language":"hebrew","number_value":8478,"lemma":"תַּחַת","transliteration":"tachath","pronunciation":"takh'-ath","derivation":"from the same as H8430 (תּוֹחַ);","strongs_definition":"the bottom (as depressed); only adverbially, below (often with prepositional prefix underneath), in lieu of, etc.","kjv_definition":"as, beneath, [idiom] flat, in(-stead), (same) place (where...is), room, for...sake, stead of, under, [idiom] unto, [idiom] when...was mine, whereas, (where-) fore, with."} +{"id":"H8479","strongs_number":"H8479","system":"hebrew","language":"hebrew","number_value":8479,"lemma":"תַּחַת","transliteration":"tachath","pronunciation":"takh'-ath","derivation":"(Aramaic) corresponding to H8478 (תַּחַת)","strongs_definition":"{the bottom (as depressed); only adverbially, below (often with prepositional prefix underneath), in lieu of, etc.}","kjv_definition":"under."} +{"id":"H8480","strongs_number":"H8480","system":"hebrew","language":"hebrew","number_value":8480,"lemma":"תַּחַת","transliteration":"Tachath","pronunciation":"takh'-ath","derivation":"the same as H8478 (תַּחַת);","strongs_definition":"Tachath, the name of a place in the Desert, also of three Israelites","kjv_definition":"Tahath."} +{"id":"H8481","strongs_number":"H8481","system":"hebrew","language":"hebrew","number_value":8481,"lemma":"תַּחְתּוֹן","transliteration":"tachtôwn","pronunciation":"takh-tone'","derivation":"or תַּחְתֹּן; from H8478 (תַּחַת);","strongs_definition":"bottommost","kjv_definition":"lower(-est), nether(-most)."} +{"id":"H8482","strongs_number":"H8482","system":"hebrew","language":"hebrew","number_value":8482,"lemma":"תַּחְתִּי","transliteration":"tachtîy","pronunciation":"takh-tee'","derivation":"from H8478 (תַּחַת);","strongs_definition":"lowermost; as noun (feminine plural) the depths (figuratively, a pit, the womb)","kjv_definition":"low (parts, -er, -er parts, -est), nether (part)."} +{"id":"H8483","strongs_number":"H8483","system":"hebrew","language":"hebrew","number_value":8483,"lemma":"תַּחְתִּים חׇדְשִׁי","transliteration":"Tachtîym Chodshîy","pronunciation":"takh-teem' khod-shee'","derivation":"apparently from the plural masculine of H8482 (תַּחְתִּי) or H8478 (תַּחַת) and H2320 (חֹדֶשׁ); lower (ones) monthly;","strongs_definition":"Tachtim-Chodshi, a place in Palestine","kjv_definition":"Tahtim-hodshi."} +{"id":"H8484","strongs_number":"H8484","system":"hebrew","language":"hebrew","number_value":8484,"lemma":"תִּיכוֹן","transliteration":"tîykôwn","pronunciation":"tee-kone'","derivation":"or תִּיכֹן; from H8432 (תָּוֶךְ);","strongs_definition":"central","kjv_definition":"middle(-most), midst."} +{"id":"H8485","strongs_number":"H8485","system":"hebrew","language":"hebrew","number_value":8485,"lemma":"תֵּימָא","transliteration":"Têymâʼ","pronunciation":"tay-maw'","derivation":"or תֵּמָא; probably of foreign derivation;","strongs_definition":"Tema, a son of Ishmael, and the region settled by him","kjv_definition":"Tema."} +{"id":"H8486","strongs_number":"H8486","system":"hebrew","language":"hebrew","number_value":8486,"lemma":"תֵּימָן","transliteration":"têymân","pronunciation":"tay-mawn'","derivation":"or תֵּמָן; denominative from H3225 (יָמִין);","strongs_definition":"the south (as being on the right hand of a person facing the east)","kjv_definition":"south (side, -ward, wind)."} +{"id":"H8487","strongs_number":"H8487","system":"hebrew","language":"hebrew","number_value":8487,"lemma":"תֵּימָן","transliteration":"Têymân","pronunciation":"tay-mawn'","derivation":"or תֵּמָן; the same as H8486 (תֵּימָן);","strongs_definition":"Teman, the name of two Edomites, and of the region and descendant of one of them","kjv_definition":"south, Teman."} +{"id":"H8488","strongs_number":"H8488","system":"hebrew","language":"hebrew","number_value":8488,"lemma":"תֵּימְנִי","transliteration":"Têymᵉnîy","pronunciation":"tay-men-ee'","derivation":"probably for H8489 (תֵּימָנִי);","strongs_definition":"Temeni, an Israelite","kjv_definition":"Temeni."} +{"id":"H8489","strongs_number":"H8489","system":"hebrew","language":"hebrew","number_value":8489,"lemma":"תֵּימָנִי","transliteration":"Têymânîy","pronunciation":"tay-maw-nee'","derivation":"patronymically from H8487 (תֵּימָן);","strongs_definition":"a Temanite or descendant of Teman","kjv_definition":"Temani, Temanite."} +{"id":"H8490","strongs_number":"H8490","system":"hebrew","language":"hebrew","number_value":8490,"lemma":"תִּימָרָה","transliteration":"tîymârâh","pronunciation":"tee-maw-raw'","derivation":"or תִּמָרָה; from the same as H8558 (תָּמָר);","strongs_definition":"a column, i.e. cloud","kjv_definition":"pillar."} +{"id":"H8491","strongs_number":"H8491","system":"hebrew","language":"hebrew","number_value":8491,"lemma":"תִּיצִי","transliteration":"Tîytsîy","pronunciation":"tee-tsee'","derivation":"patrial or patronymically from an unused noun of uncertain meaning;","strongs_definition":"a Titsite or descendant or inhabitant of an unknown Tits","kjv_definition":"Tizite."} +{"id":"H8492","strongs_number":"H8492","system":"hebrew","language":"hebrew","number_value":8492,"lemma":"תִּירוֹשׁ","transliteration":"tîyrôwsh","pronunciation":"tee-roshe'","derivation":"or תִּירֹשׁ; from H3423 (יָרַשׁ) in the sense of expulsion;","strongs_definition":"must or fresh grape-juice (as just squeezed out); by implication (rarely) fermented wine","kjv_definition":"(new, sweet) wine."} +{"id":"H8493","strongs_number":"H8493","system":"hebrew","language":"hebrew","number_value":8493,"lemma":"תִּירְיָא","transliteration":"Tîyrᵉyâʼ","pronunciation":"tee-reh-yaw'","derivation":"probably from H3372 (יָרֵא);","strongs_definition":"fearful, Tirja, an Israelite","kjv_definition":"Tiria."} +{"id":"H8494","strongs_number":"H8494","system":"hebrew","language":"hebrew","number_value":8494,"lemma":"תִּירָס","transliteration":"Tîyrâç","pronunciation":"tee-rawce'","derivation":"probably of foreign derivation;","strongs_definition":"Tiras, a son of Japheth","kjv_definition":"Tiras."} +{"id":"H8495","strongs_number":"H8495","system":"hebrew","language":"hebrew","number_value":8495,"lemma":"תַּיִשׁ","transliteration":"tayish","pronunciation":"tah'-yeesh","derivation":"from an unused root meaning to butt;","strongs_definition":"a buck or he-goat (as given to butting)","kjv_definition":"he goat."} +{"id":"H8496","strongs_number":"H8496","system":"hebrew","language":"hebrew","number_value":8496,"lemma":"תֹּךְ","transliteration":"tôk","pronunciation":"toke","derivation":"or תּוֹך; (Psalm 72:14), from the same base as H8432 (תָּוֶךְ) (in the sense of cutting to pieces);","strongs_definition":"oppression","kjv_definition":"deceit, fraud."} +{"id":"H8497","strongs_number":"H8497","system":"hebrew","language":"hebrew","number_value":8497,"lemma":"תָּכָה","transliteration":"tâkâh","pronunciation":"taw-kaw'","derivation":"a primitive root;","strongs_definition":"to strew, i.e. encamp","kjv_definition":"sit down."} +{"id":"H8498","strongs_number":"H8498","system":"hebrew","language":"hebrew","number_value":8498,"lemma":"תְּכוּנָה","transliteration":"tᵉkûwnâh","pronunciation":"tek-oo-naw'","derivation":"feminine passive participle of H8505 (תָּכַן);","strongs_definition":"adjustment, i.e. structure; by implication, equipage","kjv_definition":"fashion, store."} +{"id":"H8499","strongs_number":"H8499","system":"hebrew","language":"hebrew","number_value":8499,"lemma":"תְּכוּנָה","transliteration":"tᵉkûwnâh","pronunciation":"tek-oo-naw'","derivation":"from H3559 (כּוּן); or probably identical with H8498 (תְּכוּנָה);","strongs_definition":"something arranged or fixed, i.e. a place","kjv_definition":"seat."} +{"id":"H8500","strongs_number":"H8500","system":"hebrew","language":"hebrew","number_value":8500,"lemma":"תֻּכִּי","transliteration":"tukkîy","pronunciation":"took-kee'","derivation":"or תּוּכִּי;","strongs_definition":"probably of foreign derivation; some imported creature, probably a peacock","kjv_definition":"peacock."} +{"id":"H8501","strongs_number":"H8501","system":"hebrew","language":"hebrew","number_value":8501,"lemma":"תָּכָךְ","transliteration":"tâkâk","pronunciation":"taw-kawk'","derivation":"from an unused root meaning","strongs_definition":"to dissever, i.e. crush","kjv_definition":"deceitful."} +{"id":"H8502","strongs_number":"H8502","system":"hebrew","language":"hebrew","number_value":8502,"lemma":"תִּכְלָה","transliteration":"tiklâh","pronunciation":"tik-law'","derivation":"from H3615 (כָּלָה);","strongs_definition":"completeness","kjv_definition":"perfection."} +{"id":"H8503","strongs_number":"H8503","system":"hebrew","language":"hebrew","number_value":8503,"lemma":"תַּכְלִית","transliteration":"taklîyth","pronunciation":"tak-leeth'","derivation":"from H3615 (כָּלָה);","strongs_definition":"completion; by implication, an extremity","kjv_definition":"end, perfect(-ion)."} +{"id":"H8504","strongs_number":"H8504","system":"hebrew","language":"hebrew","number_value":8504,"lemma":"תְּכֵלֶת","transliteration":"tᵉkêleth","pronunciation":"tek-ay'-leth","derivation":"probably for H7827 (שְׁחֶלֶת);","strongs_definition":"the cerulean mussel, i.e. the color (violet) obtained therefrom or stuff dyed therewith","kjv_definition":"blue."} +{"id":"H8505","strongs_number":"H8505","system":"hebrew","language":"hebrew","number_value":8505,"lemma":"תָּכַן","transliteration":"tâkan","pronunciation":"taw-kan'","derivation":"a primitive root;","strongs_definition":"to balance, i.e. measure out (by weight or dimension); figuratively, arrange, equalize, through the idea of levelling (ment. estimate, test)","kjv_definition":"bear up, direct, be (un-)equal, mete, ponder, tell, weigh."} +{"id":"H8506","strongs_number":"H8506","system":"hebrew","language":"hebrew","number_value":8506,"lemma":"תֹּכֶן","transliteration":"tôken","pronunciation":"to'-ken","derivation":"from H8505 (תָּכַן);","strongs_definition":"a fixed quantity","kjv_definition":"measure, tale."} +{"id":"H8507","strongs_number":"H8507","system":"hebrew","language":"hebrew","number_value":8507,"lemma":"תֹּכֶן","transliteration":"Tôken","pronunciation":"to'-ken","derivation":"the same as H8506 (תֹּכֶן);","strongs_definition":"Token, a place in Palestine","kjv_definition":"Tochen."} +{"id":"H8508","strongs_number":"H8508","system":"hebrew","language":"hebrew","number_value":8508,"lemma":"תׇּכְנִית","transliteration":"toknîyth","pronunciation":"tok-neeth'","derivation":"from H8506 (תֹּכֶן);","strongs_definition":"admeasurement, i.e. consummation","kjv_definition":"pattern, sum."} +{"id":"H8509","strongs_number":"H8509","system":"hebrew","language":"hebrew","number_value":8509,"lemma":"תַּכְרִיךְ","transliteration":"takrîyk","pronunciation":"tak-reek'","derivation":"apparently from an unused root meaning to encompass;","strongs_definition":"a wrapper or robe","kjv_definition":"garment."} +{"id":"H8510","strongs_number":"H8510","system":"hebrew","language":"hebrew","number_value":8510,"lemma":"תֵּל","transliteration":"têl","pronunciation":"tale","derivation":"by contraction from H8524 (תָּלַל);","strongs_definition":"a mound","kjv_definition":"heap, [idiom] strength."} +{"id":"H8511","strongs_number":"H8511","system":"hebrew","language":"hebrew","number_value":8511,"lemma":"תָּלָא","transliteration":"tâlâʼ","pronunciation":"taw-law'","derivation":"a primitive root;","strongs_definition":"to suspend; figuratively (through hesitation) to be uncertain; by implication (of mental dependence) to habituate","kjv_definition":"be bent, hang (in doubt)."} +{"id":"H8512","strongs_number":"H8512","system":"hebrew","language":"hebrew","number_value":8512,"lemma":"תֵּל אָבִיב","transliteration":"Têl ʼÂbîyb","pronunciation":"tale aw-beeb'","derivation":"from H8510 (תֵּל) and H24 (אָבִיב); mound of green growth;","strongs_definition":"Tel-Abib, a place in Chaldaea","kjv_definition":"Tel-abib."} +{"id":"H8513","strongs_number":"H8513","system":"hebrew","language":"hebrew","number_value":8513,"lemma":"תְּלָאָה","transliteration":"tᵉlâʼâh","pronunciation":"tel-aw-aw'","derivation":"from H3811 (לָאָה);","strongs_definition":"distress","kjv_definition":"travail, travel, trouble."} +{"id":"H8514","strongs_number":"H8514","system":"hebrew","language":"hebrew","number_value":8514,"lemma":"תַּלְאוּבָה","transliteration":"talʼûwbâh","pronunciation":"tal-oo-baw'","derivation":"from H3851 (לַהַב);","strongs_definition":"desiccation","kjv_definition":"great drought."} +{"id":"H8515","strongs_number":"H8515","system":"hebrew","language":"hebrew","number_value":8515,"lemma":"תְּלַאשַּׂר","transliteration":"Tᵉlaʼssar","pronunciation":"tel-as-sar'","derivation":"or תְּלַשַּׂר; of foreign derivation;","strongs_definition":"Telassar, a region of Assyria","kjv_definition":"Telassar."} +{"id":"H8516","strongs_number":"H8516","system":"hebrew","language":"hebrew","number_value":8516,"lemma":"תַּלְבֹּשֶׁת","transliteration":"talbôsheth","pronunciation":"tal-bo'-sheth","derivation":"from H3847 (לָבַשׁ);","strongs_definition":"a garment","kjv_definition":"clothing."} +{"id":"H8517","strongs_number":"H8517","system":"hebrew","language":"hebrew","number_value":8517,"lemma":"תְּלַג","transliteration":"tᵉlag","pronunciation":"tel-ag'","derivation":"(Aramaic) corresponding to H7950 (שֶׁלֶג);","strongs_definition":"snow","kjv_definition":"snow."} +{"id":"H8518","strongs_number":"H8518","system":"hebrew","language":"hebrew","number_value":8518,"lemma":"תָּלָה","transliteration":"tâlâh","pronunciation":"taw-law'","derivation":"a primitive root;","strongs_definition":"to suspend (especially to gibbet)","kjv_definition":"hang (up)."} +{"id":"H8519","strongs_number":"H8519","system":"hebrew","language":"hebrew","number_value":8519,"lemma":"תְּלוּנָה","transliteration":"tᵉlûwnâh","pronunciation":"tel-oo-naw'","derivation":"or תּלֻנָּה; from H3885 (לוּן) in the sense of obstinacy;","strongs_definition":"a grumbling","kjv_definition":"murmuring."} +{"id":"H8520","strongs_number":"H8520","system":"hebrew","language":"hebrew","number_value":8520,"lemma":"תֶּלַח","transliteration":"Telach","pronunciation":"teh'-lakh","derivation":"probably from an unused root meaning to dissever; breach;","strongs_definition":"Telach, an Israelite","kjv_definition":"Telah."} +{"id":"H8521","strongs_number":"H8521","system":"hebrew","language":"hebrew","number_value":8521,"lemma":"תֵּל חַרְשָׁא","transliteration":"Têl Charshâʼ","pronunciation":"tale khar-shaw'","derivation":"from H8510 (תֵּל) and the feminine of H2798 (חֲרָשִׁים); mound of workmanship;","strongs_definition":"Tel-Charsha, a place in Babylonia","kjv_definition":"Tel-haresha, Tel-harsa."} +{"id":"H8522","strongs_number":"H8522","system":"hebrew","language":"hebrew","number_value":8522,"lemma":"תְּלִי","transliteration":"tᵉlîy","pronunciation":"tel-ee'","derivation":"probably from H8518 (תָּלָה);","strongs_definition":"a quiver (as slung)","kjv_definition":"quiver."} +{"id":"H8523","strongs_number":"H8523","system":"hebrew","language":"hebrew","number_value":8523,"lemma":"תְּלִיתַי","transliteration":"tᵉlîythay","pronunciation":"tel-ee-thah'-ee","derivation":"(Aramaic) or תַּלְתִּי; (Aramaic), ordinal from H8532 (תְּלָת);","strongs_definition":"third","kjv_definition":"third."} +{"id":"H8524","strongs_number":"H8524","system":"hebrew","language":"hebrew","number_value":8524,"lemma":"תָּלַל","transliteration":"tâlal","pronunciation":"taw-lal'","derivation":"a primitive root;","strongs_definition":"to pile up, i.e. elevate","kjv_definition":"eminent. Compare H2048 (הָתַל)."} +{"id":"H8525","strongs_number":"H8525","system":"hebrew","language":"hebrew","number_value":8525,"lemma":"תֶּלֶם","transliteration":"telem","pronunciation":"teh'-lem","derivation":"from an unused root meaning to accumulate;","strongs_definition":"a bank or terrace","kjv_definition":"furrow, ridge."} +{"id":"H8526","strongs_number":"H8526","system":"hebrew","language":"hebrew","number_value":8526,"lemma":"תַּלְמַי","transliteration":"Talmay","pronunciation":"tal-mah'-ee","derivation":"from H8525 (תֶּלֶם); ridged;","strongs_definition":"Talmai, the name of a Canaanite and a Syrian","kjv_definition":"Talmai."} +{"id":"H8527","strongs_number":"H8527","system":"hebrew","language":"hebrew","number_value":8527,"lemma":"תַּלְמִיד","transliteration":"talmîyd","pronunciation":"tal-meed'","derivation":"from H3925 (לָמַד);","strongs_definition":"a pupil","kjv_definition":"scholar."} +{"id":"H8528","strongs_number":"H8528","system":"hebrew","language":"hebrew","number_value":8528,"lemma":"תֵּל מֶלַח","transliteration":"Têl Melach","pronunciation":"tale meh'-lakh","derivation":"from H8510 (תֵּל) and H4417 (מֶלַח); mound of salt;","strongs_definition":"Tel-Melach, a place in Babylonia","kjv_definition":"Tel-melah."} +{"id":"H8529","strongs_number":"H8529","system":"hebrew","language":"hebrew","number_value":8529,"lemma":"תָּלַע","transliteration":"tâlaʻ","pronunciation":"taw-law'","derivation":"a denominative from H8438 (תּוֹלָע);","strongs_definition":"to crimson, i.e. dye that color","kjv_definition":"[idiom] scarlet."} +{"id":"H8530","strongs_number":"H8530","system":"hebrew","language":"hebrew","number_value":8530,"lemma":"תַּלְפִּיָּה","transliteration":"talpîyâh","pronunciation":"tal-pee-yaw'","derivation":"feminine from an unused root meaning to tower;","strongs_definition":"something tall, i.e. (plural collective) slenderness","kjv_definition":"armoury."} +{"id":"H8531","strongs_number":"H8531","system":"hebrew","language":"hebrew","number_value":8531,"lemma":"תְּלַת","transliteration":"tᵉlath","pronunciation":"tel-ath'","derivation":"(Aramaic) from H8532 (תְּלָת);","strongs_definition":"a tertiary rank","kjv_definition":"third."} +{"id":"H8532","strongs_number":"H8532","system":"hebrew","language":"hebrew","number_value":8532,"lemma":"תְּלָת","transliteration":"tᵉlâth","pronunciation":"tel-awth'","derivation":"(Aramaic) masculine תְּלָתָה; (Aramaic), or תְּלָתָא; (Aramaic), corresponding to H7969 (שָׁלוֹשׁ);","strongs_definition":"three or third","kjv_definition":"third, three."} +{"id":"H8533","strongs_number":"H8533","system":"hebrew","language":"hebrew","number_value":8533,"lemma":"תְּלָתִין","transliteration":"tᵉlâthîyn","pronunciation":"tel-aw-theen'","derivation":"(Aramaic) multiple of H8532 (תְּלָת);","strongs_definition":"ten times three","kjv_definition":"thirty."} +{"id":"H8534","strongs_number":"H8534","system":"hebrew","language":"hebrew","number_value":8534,"lemma":"תַּלְתַּל","transliteration":"taltal","pronunciation":"tal-tal'","derivation":"by reduplication, from H8524 (תָּלַל) through the idea of vibration;","strongs_definition":"a trailing bough (as pendulous)","kjv_definition":"bushy."} +{"id":"H8535","strongs_number":"H8535","system":"hebrew","language":"hebrew","number_value":8535,"lemma":"תָּם","transliteration":"tâm","pronunciation":"tawm","derivation":"from H8552 (תָּמַם);","strongs_definition":"complete; usually (morally) pious; specifically, gentle, dear","kjv_definition":"coupled together, perfect, plain, undefiled, upright."} +{"id":"H8536","strongs_number":"H8536","system":"hebrew","language":"hebrew","number_value":8536,"lemma":"תָּם","transliteration":"tâm","pronunciation":"tawm","derivation":"(Aramaic) corresponding to H8033 (שָׁם);","strongs_definition":"there","kjv_definition":"[idiom] thence, there, [idiom] where."} +{"id":"H8537","strongs_number":"H8537","system":"hebrew","language":"hebrew","number_value":8537,"lemma":"תֹּם","transliteration":"tôm","pronunciation":"tome","derivation":"from H8552 (תָּמַם);","strongs_definition":"completeness; figuratively, prosperity; usually (morally) innocence","kjv_definition":"full, integrity, perfect(-ion), simplicity, upright(-ly, -ness), at a venture. See H8550 (תֻּמִּים)."} +{"id":"H8538","strongs_number":"H8538","system":"hebrew","language":"hebrew","number_value":8538,"lemma":"תֻּמָּה","transliteration":"tummâh","pronunciation":"toom-maw'","derivation":"feminine of H8537 (תֹּם);","strongs_definition":"innocence","kjv_definition":"integrity."} +{"id":"H8539","strongs_number":"H8539","system":"hebrew","language":"hebrew","number_value":8539,"lemma":"תָּמַהּ","transliteration":"tâmahh","pronunciation":"taw-mah'","derivation":"a primitive root;","strongs_definition":"to be in consternation","kjv_definition":"be amazed, be astonished, marvel(-lously), wonder."} +{"id":"H8540","strongs_number":"H8540","system":"hebrew","language":"hebrew","number_value":8540,"lemma":"תְּמַהּ","transliteration":"tᵉmahh","pronunciation":"tem-ah'","derivation":"(Aramaic) from a root corresponding to H8539 (תָּמַהּ);","strongs_definition":"a miracle","kjv_definition":"wonder."} +{"id":"H8541","strongs_number":"H8541","system":"hebrew","language":"hebrew","number_value":8541,"lemma":"תִּמָּהוֹן","transliteration":"timmâhôwn","pronunciation":"tim-maw-hone'","derivation":"from H8539 (תָּמַהּ);","strongs_definition":"consternation","kjv_definition":"astonishment."} +{"id":"H8542","strongs_number":"H8542","system":"hebrew","language":"hebrew","number_value":8542,"lemma":"תַּמּוּז","transliteration":"Tammûwz","pronunciation":"tam-mooz'","derivation":"of uncertain derivation;","strongs_definition":"Tammuz, a Phoenician deity","kjv_definition":"Tammuz."} +{"id":"H8543","strongs_number":"H8543","system":"hebrew","language":"hebrew","number_value":8543,"lemma":"תְּמוֹל","transliteration":"tᵉmôwl","pronunciation":"tem-ole'","derivation":"or תְּמֹל; probably for H865 (אֶתְמוֹל); sometimes with H8032 (שִׁלְשׁוֹם)","strongs_definition":"properly, ago, i.e. a (short or long) time since; especially yesterday, or day before yesterday","kjv_definition":"[phrase] before (-time), [phrase] these (three) days, [phrase] heretofore, [phrase] time past, yesterday."} +{"id":"H8544","strongs_number":"H8544","system":"hebrew","language":"hebrew","number_value":8544,"lemma":"תְּמוּנָה","transliteration":"tᵉmûwnâh","pronunciation":"tem-oo-naw'","derivation":"or תְּמֻנָה; from H4327 (מִין);","strongs_definition":"something portioned (i.e. fashioned) out, as ashape, i.e. (indefinitely) phantom, or (specifically) embodiment, or (figuratively) manifestation (of favor)","kjv_definition":"image, likeness, similitude."} +{"id":"H8545","strongs_number":"H8545","system":"hebrew","language":"hebrew","number_value":8545,"lemma":"תְּמוּרָה","transliteration":"tᵉmûwrâh","pronunciation":"tem-oo-raw'","derivation":"from H4171 (מוּר);","strongs_definition":"barter, compensation","kjv_definition":"(ex-) change(-ing), recompense, restitution."} +{"id":"H8546","strongs_number":"H8546","system":"hebrew","language":"hebrew","number_value":8546,"lemma":"תְּמוּתָה","transliteration":"tᵉmûwthâh","pronunciation":"tem-oo-thaw'","derivation":"from H4191 (מוּת);","strongs_definition":"execution (as a doom)","kjv_definition":"death, die."} +{"id":"H8547","strongs_number":"H8547","system":"hebrew","language":"hebrew","number_value":8547,"lemma":"תֶּמַח","transliteration":"Temach","pronunciation":"teh'-makh","derivation":"of uncertain derivation;","strongs_definition":"Temach, one of the Nethinim","kjv_definition":"Tamah, Thamah."} +{"id":"H8548","strongs_number":"H8548","system":"hebrew","language":"hebrew","number_value":8548,"lemma":"תָּמִיד","transliteration":"tâmîyd","pronunciation":"taw-meed'","derivation":"from an unused root meaning to stretch;","strongs_definition":"properly, continuance (as indefinite extension); but used only (attributively as adjective) constant (or adverbially, constantly); ellipt. the regular (daily) sacrifice","kjv_definition":"alway(-s), continual (employment, -ly), daily, (n-)ever(-more), perpetual."} +{"id":"H8549","strongs_number":"H8549","system":"hebrew","language":"hebrew","number_value":8549,"lemma":"תָּמִים","transliteration":"tâmîym","pronunciation":"taw-meem'","derivation":"from H8552 (תָּמַם);","strongs_definition":"entire (literally, figuratively or morally); also (as noun) integrity, truth","kjv_definition":"without blemish, complete, full, perfect, sincerely (-ity), sound, without spot, undefiled, upright(-ly), whole."} +{"id":"H8550","strongs_number":"H8550","system":"hebrew","language":"hebrew","number_value":8550,"lemma":"תֻּמִּים","transliteration":"Tummîym","pronunciation":"toom-meem'","derivation":"plural of H8537 (תֹּם);","strongs_definition":"perfections, i.e. (techn.) one of the epithets of the objects in the high-priest's breastplate as an emblem of complete Truth","kjv_definition":"Thummim."} +{"id":"H8551","strongs_number":"H8551","system":"hebrew","language":"hebrew","number_value":8551,"lemma":"תָּמַךְ","transliteration":"tâmak","pronunciation":"taw-mak'","derivation":"a primitive root;","strongs_definition":"to sustain; by implication, to obtain, keep fast; figuratively, to help, follow close","kjv_definition":"(take, up-) hold (up), maintain, retain, stay (up)."} +{"id":"H8552","strongs_number":"H8552","system":"hebrew","language":"hebrew","number_value":8552,"lemma":"תָּמַם","transliteration":"tâmam","pronunciation":"taw-mam'","derivation":"a primitive root;","strongs_definition":"to complete, in a good or a bad sense, literal, or figurative, transitive or intransitive","kjv_definition":"accomplish, cease, be clean (pass-) ed, consume, have done, (come to an, have an, make an) end, fail, come to the full, be all gone, [idiom] be all here, be (make) perfect, be spent, sum, be (shew self) upright, be wasted, whole."} +{"id":"H8553","strongs_number":"H8553","system":"hebrew","language":"hebrew","number_value":8553,"lemma":"תִּמְנָה","transliteration":"Timnâh","pronunciation":"tim-naw'","derivation":"from H4487 (מָנָה); a portion assigned;","strongs_definition":"Timnah, the name of two places in Palestine","kjv_definition":"Timnah, Timnath, Thimnathah."} +{"id":"H8554","strongs_number":"H8554","system":"hebrew","language":"hebrew","number_value":8554,"lemma":"תִּמְנִי","transliteration":"Timnîy","pronunciation":"tim-nee'","derivation":"patrial from H8553 (תִּמְנָה);","strongs_definition":"a Timnite or inhabitant of Timnah","kjv_definition":"Timnite."} +{"id":"H8555","strongs_number":"H8555","system":"hebrew","language":"hebrew","number_value":8555,"lemma":"תִּמְנָע","transliteration":"Timnâʻ","pronunciation":"tim-naw'","derivation":"from H4513 (מָנַע); restraint;","strongs_definition":"Timna, the name of two Edomites","kjv_definition":"Timna, Timnah."} +{"id":"H8556","strongs_number":"H8556","system":"hebrew","language":"hebrew","number_value":8556,"lemma":"תִּמְנַת חֶרֶס","transliteration":"Timnath Chereç","pronunciation":"tim-nath kheh'-res","derivation":"or תִּמְנַת סֶרַח; from H8553 (תִּמְנָה) and H2775 (חֶרֶס); portion of (the) sun;","strongs_definition":"Timnath-Cheres, a place in Palestine","kjv_definition":"Timnath-heres, Timnath-serah."} +{"id":"H8557","strongs_number":"H8557","system":"hebrew","language":"hebrew","number_value":8557,"lemma":"תֶּמֶס","transliteration":"temeç","pronunciation":"teh'-mes","derivation":"from H4529 (מָסָה);","strongs_definition":"liquefaction, i.e. disappearance","kjv_definition":"melt."} +{"id":"H8558","strongs_number":"H8558","system":"hebrew","language":"hebrew","number_value":8558,"lemma":"תָּמָר","transliteration":"tâmâr","pronunciation":"taw-mawr'","derivation":"from an unused root meaning to be erect;","strongs_definition":"a palm tree","kjv_definition":"palm (tree)."} +{"id":"H8559","strongs_number":"H8559","system":"hebrew","language":"hebrew","number_value":8559,"lemma":"תָּמָר","transliteration":"Tâmâr","pronunciation":"taw-mawr'","derivation":"the same as H8558 (תָּמָר);","strongs_definition":"Tamar, the name of three women and a place","kjv_definition":"Tamar."} +{"id":"H8560","strongs_number":"H8560","system":"hebrew","language":"hebrew","number_value":8560,"lemma":"תֹּמֶר","transliteration":"tômer","pronunciation":"to'-mer","derivation":"from the same root as H8558 (תָּמָר);","strongs_definition":"a palm trunk","kjv_definition":"palm tree."} +{"id":"H8561","strongs_number":"H8561","system":"hebrew","language":"hebrew","number_value":8561,"lemma":"תִּמֹּר","transliteration":"timmôr","pronunciation":"tim-more'","derivation":"(plural or (feminine) תִּמֹּרָה; (singular and plural), from the same root as H8558 (תָּמָר);","strongs_definition":"(architectural) a palm-like pilaster (i.e. umbellate)","kjv_definition":"palm tree."} +{"id":"H8562","strongs_number":"H8562","system":"hebrew","language":"hebrew","number_value":8562,"lemma":"תַּמְרוּק","transliteration":"tamrûwq","pronunciation":"tam-rook'","derivation":"or תַּמְרֻק; or תַּמְרִיק; from H4838 (מָרַק);","strongs_definition":"properly, a scouring, i.e. soap or perfumery forthe bath; figuratively, a detergent","kjv_definition":"[idiom] cleanse, (thing for) purification(-fying)."} +{"id":"H8563","strongs_number":"H8563","system":"hebrew","language":"hebrew","number_value":8563,"lemma":"תַּמְרוּר","transliteration":"tamrûwr","pronunciation":"tam-roor'","derivation":"from H4843 (מָרַר);","strongs_definition":"bitterness (plural as collective)","kjv_definition":"[idiom] most bitter(-ly)."} +{"id":"H8564","strongs_number":"H8564","system":"hebrew","language":"hebrew","number_value":8564,"lemma":"תַּמְרוּר","transliteration":"tamrûwr","pronunciation":"tam-roor'","derivation":"from the same root as H8558 (תָּמָר);","strongs_definition":"an erection, i.e. pillar (probably for a guide-board)","kjv_definition":"high heap."} +{"id":"H8565","strongs_number":"H8565","system":"hebrew","language":"hebrew","number_value":8565,"lemma":"תַּן","transliteration":"tan","pronunciation":"tan","derivation":"from an unused root probably meaning to elongate;","strongs_definition":"a monster (as preternaturally formed), i.e. a sea-serpent (or other huge marine animal); also a jackal (or other hideous land animal)","kjv_definition":"dragon, whale. Compare H8577 (תַּנִּין)."} +{"id":"H8566","strongs_number":"H8566","system":"hebrew","language":"hebrew","number_value":8566,"lemma":"תָּנָה","transliteration":"tânâh","pronunciation":"taw-naw'","derivation":"a primitive root;","strongs_definition":"to present (a mercenary inducement), i.e. bargain with (a harlot)","kjv_definition":"hire."} +{"id":"H8567","strongs_number":"H8567","system":"hebrew","language":"hebrew","number_value":8567,"lemma":"תָּנָה","transliteration":"tânâh","pronunciation":"taw-naw'","derivation":"a primitive root (identical with through the idea of attributing honor);","strongs_definition":"to ascribe (praise), i.e. celebrate, commemorate","kjv_definition":"lament, rehearse."} +{"id":"H8568","strongs_number":"H8568","system":"hebrew","language":"hebrew","number_value":8568,"lemma":"תַּנָּה","transliteration":"tannâh","pronunciation":"tan-naw'","derivation":"probably feminine of H8565 (תַּן);","strongs_definition":"a female jackal","kjv_definition":"dragon."} +{"id":"H8569","strongs_number":"H8569","system":"hebrew","language":"hebrew","number_value":8569,"lemma":"תְּנוּאָה","transliteration":"tᵉnûwʼâh","pronunciation":"ten-oo-aw'","derivation":"from H5106 (נוּא);","strongs_definition":"alienation; by implication, enmity","kjv_definition":"breach of promise, occasion."} +{"id":"H8570","strongs_number":"H8570","system":"hebrew","language":"hebrew","number_value":8570,"lemma":"תְּנוּבָה","transliteration":"tᵉnûwbâh","pronunciation":"ten-oo-baw'","derivation":"from H5107 (נוּב);","strongs_definition":"produce","kjv_definition":"fruit, increase."} +{"id":"H8571","strongs_number":"H8571","system":"hebrew","language":"hebrew","number_value":8571,"lemma":"תְּנוּךְ","transliteration":"tᵉnûwk","pronunciation":"ten-ook'","derivation":"perhaps from the same as H594 (אֲנָךְ) through the idea of protraction;","strongs_definition":"a pinnacle, i.e. extremity","kjv_definition":"tip."} +{"id":"H8572","strongs_number":"H8572","system":"hebrew","language":"hebrew","number_value":8572,"lemma":"תְּנוּמָה","transliteration":"tᵉnûwmâh","pronunciation":"ten-oo-maw'","derivation":"from H5123 (נוּם);","strongs_definition":"drowsiness, i.e. sleep","kjv_definition":"slumber(-ing)."} +{"id":"H8573","strongs_number":"H8573","system":"hebrew","language":"hebrew","number_value":8573,"lemma":"תְּנוּפָה","transliteration":"tᵉnûwphâh","pronunciation":"ten-oo-faw'","derivation":"from H5130 (נוּף);","strongs_definition":"a brandishing (in threat); by implication, tumult; specifically, the official undulation of sacrificial offerings","kjv_definition":"offering, shaking, wave (offering)."} +{"id":"H8574","strongs_number":"H8574","system":"hebrew","language":"hebrew","number_value":8574,"lemma":"תַּנּוּר","transliteration":"tannûwr","pronunciation":"tan-noor'","derivation":"from H5216 (נִיר);","strongs_definition":"a fire-pot","kjv_definition":"furnace, oven."} +{"id":"H8575","strongs_number":"H8575","system":"hebrew","language":"hebrew","number_value":8575,"lemma":"תַּנְחוּם","transliteration":"tanchûwm","pronunciation":"tan-khoom'","derivation":"or תַּנְחֻם; and (feminine) תַּנְחוּמָה; from H5162 (נָחַם);","strongs_definition":"compassion, solace","kjv_definition":"comfort, consolation."} +{"id":"H8576","strongs_number":"H8576","system":"hebrew","language":"hebrew","number_value":8576,"lemma":"תַּנְחֻמֶת","transliteration":"Tanchumeth","pronunciation":"tan-khoo'-meth","derivation":"for H8575 (תַּנְחוּם) (feminine);","strongs_definition":"Tanchumeth, an Israelite","kjv_definition":"Tanhumeth."} +{"id":"H8577","strongs_number":"H8577","system":"hebrew","language":"hebrew","number_value":8577,"lemma":"תַּנִּין","transliteration":"tannîyn","pronunciation":"tan-neen'","derivation":"or תַּנִּים; (Ezekiel 29:3), intensive from the same as H8565 (תַּן);","strongs_definition":"a marine or land monster, i.e. sea-serpent or jackal","kjv_definition":"dragon, sea-monster, serpent, whale."} +{"id":"H8578","strongs_number":"H8578","system":"hebrew","language":"hebrew","number_value":8578,"lemma":"תִּנְיָן","transliteration":"tinyân","pronunciation":"tin-yawn'","derivation":"(Aramaic) corresponding to H8147 (שְׁנַיִם);","strongs_definition":"second","kjv_definition":"second."} +{"id":"H8579","strongs_number":"H8579","system":"hebrew","language":"hebrew","number_value":8579,"lemma":"תִּנְיָנוּת","transliteration":"tinyânûwth","pronunciation":"tin-yaw-nooth'","derivation":"(Aramaic) from H8578 (תִּנְיָן);","strongs_definition":"a second time","kjv_definition":"again."} +{"id":"H8580","strongs_number":"H8580","system":"hebrew","language":"hebrew","number_value":8580,"lemma":"תַּנְשֶׁמֶת","transliteration":"tanshemeth","pronunciation":"tan-sheh'-meth","derivation":"from H5395 (נָשַׁם);","strongs_definition":"properly, a hard breather, i.e. the name of two unclean creatures, a lizard and abird (both perhaps from changing color through their irascibility), probably the tree-toad and the water-hen","kjv_definition":"mole, swan."} +{"id":"H8581","strongs_number":"H8581","system":"hebrew","language":"hebrew","number_value":8581,"lemma":"תַּעָב","transliteration":"taʻâb","pronunciation":"taw-ab'","derivation":"a primitive root;","strongs_definition":"to loathe, i.e. (morally) detest","kjv_definition":"(make to be) abhor(-red), (be, commit more, do) abominable(-y), [idiom] utterly."} +{"id":"H8582","strongs_number":"H8582","system":"hebrew","language":"hebrew","number_value":8582,"lemma":"תָּעָה","transliteration":"tâʻâh","pronunciation":"taw-aw'","derivation":"a primitive root;","strongs_definition":"to vacillate, i.e. reel or stray (literally or figuratively); also causative of both","kjv_definition":"(cause to) go astray, deceive, dissemble, (cause to, make to) err, pant, seduce, (make to) stagger, (cause to) wander, be out of the way."} +{"id":"H8583","strongs_number":"H8583","system":"hebrew","language":"hebrew","number_value":8583,"lemma":"תֹּעוּ","transliteration":"Tôʻûw","pronunciation":"to'-oo","derivation":"or תֹּעִי; from H8582 (תָּעָה); error","strongs_definition":"Tou or Toi, a Syrian king","kjv_definition":"Toi, Tou."} +{"id":"H8584","strongs_number":"H8584","system":"hebrew","language":"hebrew","number_value":8584,"lemma":"תְּעוּדָה","transliteration":"tᵉʻûwdâh","pronunciation":"teh-oo-daw'","derivation":"from H5749 (עוּד);","strongs_definition":"attestation, i.e. a precept, usage","kjv_definition":"testimony."} +{"id":"H8585","strongs_number":"H8585","system":"hebrew","language":"hebrew","number_value":8585,"lemma":"תְּעָלָה","transliteration":"tᵉʻâlâh","pronunciation":"teh-aw-law'","derivation":"from H5927 (עָלָה);","strongs_definition":"a channel (into which water is raised for irrigation); also a bandage or plaster (as placed upon a wound)","kjv_definition":"conduit, cured, healing, little river, trench, watercourse."} +{"id":"H8586","strongs_number":"H8586","system":"hebrew","language":"hebrew","number_value":8586,"lemma":"תַּעֲלוּל","transliteration":"taʻălûwl","pronunciation":"tah-al-ool'","derivation":"from H5953 (עָלַל);","strongs_definition":"caprice (as a fit coming on), i.e. vexation; concretely a tyrant","kjv_definition":"babe, delusion."} +{"id":"H8587","strongs_number":"H8587","system":"hebrew","language":"hebrew","number_value":8587,"lemma":"תַּעֲלֻמָּה","transliteration":"taʻălummâh","pronunciation":"tah-al-oom-maw'","derivation":"from H5956 (עָלַם);","strongs_definition":"a secret","kjv_definition":"thing that is hid, secret."} +{"id":"H8588","strongs_number":"H8588","system":"hebrew","language":"hebrew","number_value":8588,"lemma":"תַּעֲנוּג","transliteration":"taʻănûwg","pronunciation":"tah-an-oog'","derivation":"or תַּעֲנֻג; and (feminine) תַּעֲנֻגָה; from H6026 (עָנַג);","strongs_definition":"luxury","kjv_definition":"delicate, delight, pleasant."} +{"id":"H8589","strongs_number":"H8589","system":"hebrew","language":"hebrew","number_value":8589,"lemma":"תַּעֲנִית","transliteration":"taʻănîyth","pronunciation":"tah-an-eeth'","derivation":"from H6031 (עָנָה);","strongs_definition":"affliction (of self), i.e. fasting","kjv_definition":"heaviness."} +{"id":"H8590","strongs_number":"H8590","system":"hebrew","language":"hebrew","number_value":8590,"lemma":"תַּעֲנָךְ","transliteration":"Taʻănâk","pronunciation":"tah-an-awk'","derivation":"or תַּעְנָךְ; of uncertain derivation;","strongs_definition":"Taanak or Tanak, a place in Palestine","kjv_definition":"Taanach, Tanach."} +{"id":"H8591","strongs_number":"H8591","system":"hebrew","language":"hebrew","number_value":8591,"lemma":"תָּעַע","transliteration":"tâʻaʻ","pronunciation":"taw-ah'","derivation":"a primitive root;","strongs_definition":"to cheat; by analogy, to maltreat","kjv_definition":"deceive, misuse."} +{"id":"H8592","strongs_number":"H8592","system":"hebrew","language":"hebrew","number_value":8592,"lemma":"תַּעֲצֻמָה","transliteration":"taʻătsumâh","pronunciation":"tah-ats-oo-maw'","derivation":"from H6105 (עָצַם);","strongs_definition":"might (plural collective)","kjv_definition":"power."} +{"id":"H8593","strongs_number":"H8593","system":"hebrew","language":"hebrew","number_value":8593,"lemma":"תַּעַר","transliteration":"taʻar","pronunciation":"tah'-ar","derivation":"from H6168 (עָרָה);","strongs_definition":"a knife or razor (as making bare); also a scabbard (as being bare, i.e. empty)","kjv_definition":"(pen-) knife, razor, scabbard, shave, sheath."} +{"id":"H8594","strongs_number":"H8594","system":"hebrew","language":"hebrew","number_value":8594,"lemma":"תַּעֲרֻבָה","transliteration":"taʻărubâh","pronunciation":"tah-ar-oo-baw'","derivation":"from H6148 (עָרַב);","strongs_definition":"suretyship, i.e. (concretely) a pledge","kjv_definition":"[phrase] hostage."} +{"id":"H8595","strongs_number":"H8595","system":"hebrew","language":"hebrew","number_value":8595,"lemma":"תַּעְתֻּעַ","transliteration":"taʻtuaʻ","pronunciation":"tah-too'-ah","derivation":"from H8591 (תָּעַע);","strongs_definition":"a fraud","kjv_definition":"error."} +{"id":"H8596","strongs_number":"H8596","system":"hebrew","language":"hebrew","number_value":8596,"lemma":"תֹּף","transliteration":"tôph","pronunciation":"tofe","derivation":"from H8608 (תָּפַף) contracted;","strongs_definition":"a tambourine","kjv_definition":"tabret, timbrel."} +{"id":"H8597","strongs_number":"H8597","system":"hebrew","language":"hebrew","number_value":8597,"lemma":"תִּפְאָרָה","transliteration":"tiphʼârâh","pronunciation":"tif-aw-raw'","derivation":"or תִּפְאֶרֶת; from H6286 (פָּאַר);","strongs_definition":"ornament (abstractly or concretely, literally or figuratively)","kjv_definition":"beauty(-iful), bravery, comely, fair, glory(-ious), honour, majesty."} +{"id":"H8598","strongs_number":"H8598","system":"hebrew","language":"hebrew","number_value":8598,"lemma":"תַּפּוּחַ","transliteration":"tappûwach","pronunciation":"tap-poo'-akh","derivation":"from H5301 (נָפַח);","strongs_definition":"an apple (from its fragrance), i.e. the fruit or the tree (probably includ. others of the pome order, as the quince, the orange, etc.)","kjv_definition":"apple (tree). See also H1054 (בֵּית תַּפּוּחַ)."} +{"id":"H8599","strongs_number":"H8599","system":"hebrew","language":"hebrew","number_value":8599,"lemma":"תַּפּוּחַ","transliteration":"Tappûwach","pronunciation":"tap-poo'-akh","derivation":"the same as H8598 (תַּפּוּחַ);","strongs_definition":"Tappuach, the name of two places in Palestine, also of an Israelite","kjv_definition":"Tappuah."} +{"id":"H8600","strongs_number":"H8600","system":"hebrew","language":"hebrew","number_value":8600,"lemma":"תְּפוֹצָה","transliteration":"tᵉphôwtsâh","pronunciation":"tef-o-tsaw'","derivation":"from H6327 (פּוּץ);","strongs_definition":"a dispersal","kjv_definition":"dispersion."} +{"id":"H8601","strongs_number":"H8601","system":"hebrew","language":"hebrew","number_value":8601,"lemma":"תֻּפִין","transliteration":"tuphîyn","pronunciation":"too-feen'","derivation":"from H644 (אָפָה);","strongs_definition":"cookery, i.e. (concretely) a cake","kjv_definition":"baked piece."} +{"id":"H8602","strongs_number":"H8602","system":"hebrew","language":"hebrew","number_value":8602,"lemma":"תָּפֵל","transliteration":"tâphêl","pronunciation":"taw-fale'","derivation":"from an unused root meaning to smear;","strongs_definition":"plaster (as gummy) or slime; (figuratively) frivolity","kjv_definition":"foolish things, unsavoury, untempered."} +{"id":"H8603","strongs_number":"H8603","system":"hebrew","language":"hebrew","number_value":8603,"lemma":"תֹּפֶל","transliteration":"Tôphel","pronunciation":"to'-fel","derivation":"from the same as H8602 (תָּפֵל); quagmire;","strongs_definition":"Tophel, a place near the Desert","kjv_definition":"Tophel."} +{"id":"H8604","strongs_number":"H8604","system":"hebrew","language":"hebrew","number_value":8604,"lemma":"תִּפְלָה","transliteration":"tiphlâh","pronunciation":"tif-law'","derivation":"from the same as H8602 (תָּפֵל);","strongs_definition":"frivolity","kjv_definition":"folly, foolishly."} +{"id":"H8605","strongs_number":"H8605","system":"hebrew","language":"hebrew","number_value":8605,"lemma":"תְּפִלָּה","transliteration":"tᵉphillâh","pronunciation":"tef-il-law'","derivation":"from H6419 (פָּלַל);","strongs_definition":"intercession, supplication; by implication, a hymn","kjv_definition":"prayer."} +{"id":"H8606","strongs_number":"H8606","system":"hebrew","language":"hebrew","number_value":8606,"lemma":"תִּפְלֶצֶת","transliteration":"tiphletseth","pronunciation":"tif-leh'-tseth","derivation":"from H6426 (פָּלַץ);","strongs_definition":"fearfulness","kjv_definition":"terrible."} +{"id":"H8607","strongs_number":"H8607","system":"hebrew","language":"hebrew","number_value":8607,"lemma":"תִּפְסַח","transliteration":"Tiphçach","pronunciation":"tif-sakh'","derivation":"from H6452 (פָּסַח); ford;","strongs_definition":"Tiphsach, a place in Mesopotamia","kjv_definition":"Tipsah."} +{"id":"H8608","strongs_number":"H8608","system":"hebrew","language":"hebrew","number_value":8608,"lemma":"תָּפַף","transliteration":"tâphaph","pronunciation":"taw-faf'","derivation":"a primitive root;","strongs_definition":"to drum, i.e. play (as) on the tambourine","kjv_definition":"taber, play with timbrels."} +{"id":"H8609","strongs_number":"H8609","system":"hebrew","language":"hebrew","number_value":8609,"lemma":"תָּפַר","transliteration":"tâphar","pronunciation":"taw-far'","derivation":"a primitive root;","strongs_definition":"to sew","kjv_definition":"(women that) sew (together)."} +{"id":"H8610","strongs_number":"H8610","system":"hebrew","language":"hebrew","number_value":8610,"lemma":"תָּפַשׂ","transliteration":"tâphas","pronunciation":"taw-fas'","derivation":"a primitive root;","strongs_definition":"to manipulate, i.e. seize; chiefly to capture, wield, specifically, to overlay; figuratively, to use unwarrantably","kjv_definition":"catch, handle, (lay, take) hold (on, over), stop, [idiom] surely, surprise, take."} +{"id":"H8611","strongs_number":"H8611","system":"hebrew","language":"hebrew","number_value":8611,"lemma":"תֹּפֶת","transliteration":"tôpheth","pronunciation":"to'-feth","derivation":"from the base of H8608 (תָּפַף);","strongs_definition":"a smiting, i.e. (figuratively) contempt","kjv_definition":"tabret."} +{"id":"H8612","strongs_number":"H8612","system":"hebrew","language":"hebrew","number_value":8612,"lemma":"תֹּפֶת","transliteration":"Tôpheth","pronunciation":"to'-feth","derivation":"the same as H8611 (תֹּפֶת);","strongs_definition":"Topheth, a place near Jerusalem","kjv_definition":"Tophet, Topheth."} +{"id":"H8613","strongs_number":"H8613","system":"hebrew","language":"hebrew","number_value":8613,"lemma":"תׇּפְתֶּה","transliteration":"Tophteh","pronunciation":"tof-teh'","derivation":"probably a form of H8612 (תֹּפֶת);","strongs_definition":"Tophteh, a place of cremation","kjv_definition":"Tophet."} +{"id":"H8614","strongs_number":"H8614","system":"hebrew","language":"hebrew","number_value":8614,"lemma":"תִּפְתַּי","transliteration":"tiphtay","pronunciation":"tif-tah'-ee","derivation":"(Aramaic) perhaps from H8199 (שָׁפַט);","strongs_definition":"judicial, i.e. a lawyer","kjv_definition":"sheriff."} +{"id":"H8615","strongs_number":"H8615","system":"hebrew","language":"hebrew","number_value":8615,"lemma":"תִּקְוָה","transliteration":"tiqvâh","pronunciation":"tik-vaw'","derivation":"from H6960 (קָוָה); (compare H6961 (קָוֶה))","strongs_definition":"literally a cord (as an attachment); figuratively, expectancy","kjv_definition":"expectation(-ted), hope, live, thing that I long for."} +{"id":"H8616","strongs_number":"H8616","system":"hebrew","language":"hebrew","number_value":8616,"lemma":"תִּקְוָה","transliteration":"Tiqvâh","pronunciation":"tik-vaw'","derivation":"the same as H8615 (תִּקְוָה);","strongs_definition":"Tikvah, the name of two Israelites","kjv_definition":"Tikvah."} +{"id":"H8617","strongs_number":"H8617","system":"hebrew","language":"hebrew","number_value":8617,"lemma":"תְּקוּמָה","transliteration":"tᵉqûwmâh","pronunciation":"tek-oo-maw'","derivation":"from H6965 (קוּם);","strongs_definition":"resistfulness","kjv_definition":"power to stand."} +{"id":"H8618","strongs_number":"H8618","system":"hebrew","language":"hebrew","number_value":8618,"lemma":"תְּקוֹמֵם","transliteration":"tᵉqôwmêm","pronunciation":"tek-o-mame'","derivation":"from H6965 (קוּם);","strongs_definition":"an opponent","kjv_definition":"rise up against."} +{"id":"H8619","strongs_number":"H8619","system":"hebrew","language":"hebrew","number_value":8619,"lemma":"תָּקוֹעַ","transliteration":"tâqôwaʻ","pronunciation":"taw-ko'-ah","derivation":"from H8628 (תָּקַע) (in the musical sense);","strongs_definition":"a trumpet","kjv_definition":"trumpet."} +{"id":"H8620","strongs_number":"H8620","system":"hebrew","language":"hebrew","number_value":8620,"lemma":"תְּקוֹעַ","transliteration":"Tᵉqôwaʻ","pronunciation":"tek-o'-ah","derivation":"a form of H8619 (תָּקוֹעַ);","strongs_definition":"Tekoa, a place in Palestine","kjv_definition":"Tekoa, Tekoah."} +{"id":"H8621","strongs_number":"H8621","system":"hebrew","language":"hebrew","number_value":8621,"lemma":"תְּקוֹעִי","transliteration":"Tᵉqôwʻîy","pronunciation":"tek-o-ee'","derivation":"or תְּקֹעִי; patronymically from H8620 (תְּקוֹעַ);","strongs_definition":"a Tekoite or inhabitant of Tekoah","kjv_definition":"Tekoite."} +{"id":"H8622","strongs_number":"H8622","system":"hebrew","language":"hebrew","number_value":8622,"lemma":"תְּקוּפָה","transliteration":"tᵉqûwphâh","pronunciation":"tek-oo-faw'","derivation":"or תְּקֻפָה; from H5362 (נָקַף);","strongs_definition":"a revolution, i.e. (of the sun) course, (of time) lapse","kjv_definition":"circuit, come about, end."} +{"id":"H8623","strongs_number":"H8623","system":"hebrew","language":"hebrew","number_value":8623,"lemma":"תַּקִּיף","transliteration":"taqqîyph","pronunciation":"tak-keef'","derivation":"from H8630 (תָּקַף);","strongs_definition":"powerful","kjv_definition":"mightier."} +{"id":"H8624","strongs_number":"H8624","system":"hebrew","language":"hebrew","number_value":8624,"lemma":"תַּקִּיף","transliteration":"taqqîyph","pronunciation":"tak-keef'","derivation":"(Aramaic) corresponding to H8623 (תַּקִּיף)","strongs_definition":"{powerful}","kjv_definition":"mighty, strong."} +{"id":"H8625","strongs_number":"H8625","system":"hebrew","language":"hebrew","number_value":8625,"lemma":"תְּקַל","transliteration":"tᵉqal","pronunciation":"tek-al'","derivation":"(Aramaic) corresponding to H8254 (שָׁקַל);","strongs_definition":"to balance","kjv_definition":"Tekel, be weighed."} +{"id":"H8626","strongs_number":"H8626","system":"hebrew","language":"hebrew","number_value":8626,"lemma":"תָּקַן","transliteration":"tâqan","pronunciation":"taw-kan'","derivation":"a primitive root;","strongs_definition":"to equalize, i.e. straighten (intransitive or transitive); figuratively, to compose","kjv_definition":"set in order, make straight."} +{"id":"H8627","strongs_number":"H8627","system":"hebrew","language":"hebrew","number_value":8627,"lemma":"תְּקַן","transliteration":"tᵉqan","pronunciation":"tek-an'","derivation":"(Aramaic) corresponding to H8626 (תָּקַן);","strongs_definition":"to straighten up, i.e. confirm","kjv_definition":"establish."} +{"id":"H8628","strongs_number":"H8628","system":"hebrew","language":"hebrew","number_value":8628,"lemma":"תָּקַע","transliteration":"tâqaʻ","pronunciation":"taw-kah'","derivation":"a primitive root;","strongs_definition":"to clatter, i.e. slap (the hands together), clang (an instrument); by analogy, to drive (a nail or tent-pin, a dart, etc.); by implication, to become bondsman by handclasping)","kjv_definition":"blow (a trumpet), cast, clap, fasten, pitch (tent), smite, sound, strike, [idiom] suretiship, thrust."} +{"id":"H8629","strongs_number":"H8629","system":"hebrew","language":"hebrew","number_value":8629,"lemma":"תֵּקַע","transliteration":"têqaʻ","pronunciation":"tay-kah'","derivation":"from H8628 (תָּקַע);","strongs_definition":"a blast of a trumpet","kjv_definition":"sound."} +{"id":"H8630","strongs_number":"H8630","system":"hebrew","language":"hebrew","number_value":8630,"lemma":"תָּקַף","transliteration":"tâqaph","pronunciation":"taw-kaf'","derivation":"a primitive root;","strongs_definition":"to overpower","kjv_definition":"prevail (against)."} +{"id":"H8631","strongs_number":"H8631","system":"hebrew","language":"hebrew","number_value":8631,"lemma":"תְּקֵף","transliteration":"tᵉqêph","pronunciation":"tek-afe'","derivation":"(Aramaic) corresponding to H8630 (תָּקַף);","strongs_definition":"to become (causatively, make) mighty or (figuratively) obstinate","kjv_definition":"make firm, harden, be(-come) strong."} +{"id":"H8632","strongs_number":"H8632","system":"hebrew","language":"hebrew","number_value":8632,"lemma":"תְּקֹף","transliteration":"tᵉqôph","pronunciation":"tek-ofe'","derivation":"(Aramaic) corresponding to H8633 (תֹּקֶף);","strongs_definition":"power","kjv_definition":"might, strength."} +{"id":"H8633","strongs_number":"H8633","system":"hebrew","language":"hebrew","number_value":8633,"lemma":"תֹּקֶף","transliteration":"tôqeph","pronunciation":"to'-kef","derivation":"from H8630 (תָּקַף);","strongs_definition":"might or (figuratively) positiveness","kjv_definition":"authority, power, strength."} +{"id":"H8634","strongs_number":"H8634","system":"hebrew","language":"hebrew","number_value":8634,"lemma":"תַּרְאֲלָה","transliteration":"Tarʼălâh","pronunciation":"tar-al-aw'","derivation":"probably for H8653 (תַּרְעֵלָה); a reeling;","strongs_definition":"Taralah, a place in Palestine","kjv_definition":"Taralah."} +{"id":"H8635","strongs_number":"H8635","system":"hebrew","language":"hebrew","number_value":8635,"lemma":"תַּרְבּוּת","transliteration":"tarbûwth","pronunciation":"tar-booth'","derivation":"from H7235 (רָבָה);","strongs_definition":"multiplication, i.e. progeny","kjv_definition":"increase."} +{"id":"H8636","strongs_number":"H8636","system":"hebrew","language":"hebrew","number_value":8636,"lemma":"תַּרְבִּית","transliteration":"tarbîyth","pronunciation":"tar-beeth'","derivation":"from H7235 (רָבָה);","strongs_definition":"multiplication, i.e. percentage or bonus in addition to principal","kjv_definition":"increase, unjust gain."} +{"id":"H8637","strongs_number":"H8637","system":"hebrew","language":"hebrew","number_value":8637,"lemma":"תִּרְגַּל","transliteration":"tirgal","pronunciation":"teer-gal'","derivation":"a denominative from H7270 (רָגַל);","strongs_definition":"to cause to walk","kjv_definition":"teach to go."} +{"id":"H8638","strongs_number":"H8638","system":"hebrew","language":"hebrew","number_value":8638,"lemma":"תִּרְגַּם","transliteration":"tirgam","pronunciation":"teer-gam'","derivation":"a denominative from H7275 (רָגַם) in the sense of throwing over;","strongs_definition":"to transfer, i.e. translate","kjv_definition":"interpret."} +{"id":"H8639","strongs_number":"H8639","system":"hebrew","language":"hebrew","number_value":8639,"lemma":"תַּרְדֵּמָה","transliteration":"tardêmâh","pronunciation":"tar-day-maw'","derivation":"from H7290 (רָדַם);","strongs_definition":"a lethargy or (by implication) trance","kjv_definition":"deep sleep."} +{"id":"H8640","strongs_number":"H8640","system":"hebrew","language":"hebrew","number_value":8640,"lemma":"תִּרְהָקָה","transliteration":"Tirhâqâh","pronunciation":"teer-haw'-kaw","derivation":"of foreign derivation;","strongs_definition":"Tirhakah, a king of Kush","kjv_definition":"Tirhakah."} +{"id":"H8641","strongs_number":"H8641","system":"hebrew","language":"hebrew","number_value":8641,"lemma":"תְּרוּמָה","transliteration":"tᵉrûwmâh","pronunciation":"ter-oo-maw'","derivation":"or תְּרֻמָה; (Deuteronomy 12:11), from H7311 (רוּם);","strongs_definition":"a present (as offered up), especially in sacrifice or as tribute","kjv_definition":"gift, heave offering (shoulder), oblation, offered(-ing)."} +{"id":"H8642","strongs_number":"H8642","system":"hebrew","language":"hebrew","number_value":8642,"lemma":"תְּרוּמִיָּה","transliteration":"tᵉrûwmîyâh","pronunciation":"ter-oo-mee-yaw'","derivation":"formed as H8641 (תְּרוּמָה);","strongs_definition":"a sacrificial offering","kjv_definition":"oblation."} +{"id":"H8643","strongs_number":"H8643","system":"hebrew","language":"hebrew","number_value":8643,"lemma":"תְּרוּעָה","transliteration":"tᵉrûwʻâh","pronunciation":"ter-oo-aw'","derivation":"from H7321 (רוּעַ);","strongs_definition":"clamor, i.e. acclamation of joy or a battle-cry; especially clangorof trumpets, as an alarum","kjv_definition":"alarm, blow(-ing) (of, the) (trumpets), joy, jubile, loud noise, rejoicing, shout(-ing), (high, joyful) sound(-ing)."} +{"id":"H8644","strongs_number":"H8644","system":"hebrew","language":"hebrew","number_value":8644,"lemma":"תְּרוּפָה","transliteration":"tᵉrûwphâh","pronunciation":"ter-oo-faw'","derivation":"from H7322 (רוּף) in the sense of its congener H7495 (רָפָא);","strongs_definition":"a remedy","kjv_definition":"medicine."} +{"id":"H8645","strongs_number":"H8645","system":"hebrew","language":"hebrew","number_value":8645,"lemma":"תִּרְזָה","transliteration":"tirzâh","pronunciation":"teer-zaw'","derivation":"probably from H7329 (רָזָה);","strongs_definition":"a species of tree (apparently from its slenderness), perhaps the cypress","kjv_definition":"cypress."} +{"id":"H8646","strongs_number":"H8646","system":"hebrew","language":"hebrew","number_value":8646,"lemma":"תֶּרַח","transliteration":"Terach","pronunciation":"teh'-rakh","derivation":"of uncertain derivation;","strongs_definition":"Terach, the father of Abraham; also a place in the Desert","kjv_definition":"Tarah, Terah."} +{"id":"H8647","strongs_number":"H8647","system":"hebrew","language":"hebrew","number_value":8647,"lemma":"תִּרְחֲנָה","transliteration":"Tirchănâh","pronunciation":"teer-khan-aw'","derivation":"of uncertain derivation;","strongs_definition":"Tirchanah, an Israelite","kjv_definition":"Tirhanah."} +{"id":"H8648","strongs_number":"H8648","system":"hebrew","language":"hebrew","number_value":8648,"lemma":"תְּרֵין","transliteration":"tᵉrêyn","pronunciation":"ter-ane'","derivation":"(Aramaic) feminine תַּרְתֵּין; corresponding to H8147 (שְׁנַיִם);","strongs_definition":"two","kjv_definition":"second, [phrase] twelve, two."} +{"id":"H8649","strongs_number":"H8649","system":"hebrew","language":"hebrew","number_value":8649,"lemma":"תׇּרְמָה","transliteration":"tormâh","pronunciation":"tor-maw'","derivation":"and תַּרְמוּת; or תַּרְמִית; from H7411 (רָמָה);","strongs_definition":"fraud","kjv_definition":"deceit(-ful), privily."} +{"id":"H8650","strongs_number":"H8650","system":"hebrew","language":"hebrew","number_value":8650,"lemma":"תֹּרֶן","transliteration":"tôren","pronunciation":"to'-ren","derivation":"probably for H766 (אֹרֶן);","strongs_definition":"a pole (as a mast or flagstaff)","kjv_definition":"beacon, mast."} +{"id":"H8651","strongs_number":"H8651","system":"hebrew","language":"hebrew","number_value":8651,"lemma":"תְּרַע","transliteration":"tᵉraʻ","pronunciation":"ter-ah'","derivation":"(Aramaic) corresponding to H8179 (שַׁעַר);","strongs_definition":"a door; by implication, a palace","kjv_definition":"gate mouth."} +{"id":"H8652","strongs_number":"H8652","system":"hebrew","language":"hebrew","number_value":8652,"lemma":"תָּרָע","transliteration":"târâʻ","pronunciation":"taw-raw'","derivation":"(Aramaic) from H8651 (תְּרַע);","strongs_definition":"a doorkeeper","kjv_definition":"porter."} +{"id":"H8653","strongs_number":"H8653","system":"hebrew","language":"hebrew","number_value":8653,"lemma":"תַּרְעֵלָה","transliteration":"tarʻêlâh","pronunciation":"tar-ay-law'","derivation":"from H7477 (רָעַל);","strongs_definition":"reeling","kjv_definition":"astonishment, trembling."} +{"id":"H8654","strongs_number":"H8654","system":"hebrew","language":"hebrew","number_value":8654,"lemma":"תִּרְעָתִי","transliteration":"Tirʻâthîy","pronunciation":"teer-aw-thee'","derivation":"patrial from an unused name meaning gate;","strongs_definition":"a Tirathite or inhabitant of an unknown Tirah","kjv_definition":"Tirathite."} +{"id":"H8655","strongs_number":"H8655","system":"hebrew","language":"hebrew","number_value":8655,"lemma":"תְּרָפִים","transliteration":"tᵉrâphîym","pronunciation":"ter-aw-feme'","derivation":"plural from H7495 (רָפָא); a healer;","strongs_definition":"Teraphim (singular or plural) a family idol","kjv_definition":"idols(-atry), images, teraphim."} +{"id":"H8656","strongs_number":"H8656","system":"hebrew","language":"hebrew","number_value":8656,"lemma":"תִּרְצָה","transliteration":"Tirtsâh","pronunciation":"teer-tsaw'","derivation":"from H7521 (רָצָה); delightsomeness;","strongs_definition":"Tirtsah, a place in Palestine; also an Israelitess","kjv_definition":"Tirzah."} +{"id":"H8657","strongs_number":"H8657","system":"hebrew","language":"hebrew","number_value":8657,"lemma":"תֶּרֶשׁ","transliteration":"Teresh","pronunciation":"teh'-resh","derivation":"of foreign derivation;","strongs_definition":"Teresh, a eunuch of Xerxes","kjv_definition":"Teresh."} +{"id":"H8658","strongs_number":"H8658","system":"hebrew","language":"hebrew","number_value":8658,"lemma":"תַּרְשִׁישׁ","transliteration":"tarshîysh","pronunciation":"tar-sheesh'","derivation":"probably of foreign derivation (compare H8659 (תַּרְשִׁישׁ));","strongs_definition":"a gem, perhaps the topaz","kjv_definition":"beryl."} +{"id":"H8659","strongs_number":"H8659","system":"hebrew","language":"hebrew","number_value":8659,"lemma":"תַּרְשִׁישׁ","transliteration":"Tarshîysh","pronunciation":"tar-sheesh'","derivation":"probably the same as H8658 (תַּרְשִׁישׁ) (as the region of the stone, or the reverse);","strongs_definition":"Tarshish, a place on the Mediterranean, hence, the ephithet of a merchant vessel (as if for or from that port); also the name of a Persian and of an Israelite","kjv_definition":"Tarshish, Tharshish."} +{"id":"H8660","strongs_number":"H8660","system":"hebrew","language":"hebrew","number_value":8660,"lemma":"תִּרְשָׁתָא","transliteration":"Tirshâthâʼ","pronunciation":"teer-shaw-thaw'","derivation":"of foreign derivation;","strongs_definition":"Tirshatha, the title of a Persian deputy or governor","kjv_definition":"Tirshatha."} +{"id":"H8661","strongs_number":"H8661","system":"hebrew","language":"hebrew","number_value":8661,"lemma":"תַּרְתָּן","transliteration":"Tartân","pronunciation":"tar-tawn'","derivation":"of foreign derivation;","strongs_definition":"Tartan, an Assyrian","kjv_definition":"Tartan."} +{"id":"H8662","strongs_number":"H8662","system":"hebrew","language":"hebrew","number_value":8662,"lemma":"תַּרְתָּק","transliteration":"Tartâq","pronunciation":"tar-tawk'","derivation":"of foreign derivation;","strongs_definition":"Tartak, a deity of the Avvites","kjv_definition":"Tartak."} +{"id":"H8663","strongs_number":"H8663","system":"hebrew","language":"hebrew","number_value":8663,"lemma":"תְּשֻׁאָה","transliteration":"tᵉshuʼâh","pronunciation":"tesh-oo-aw'","derivation":"from H7722 (שׁוֹא);","strongs_definition":"a crashing or loud clamor","kjv_definition":"crying, noise, shouting, stir."} +{"id":"H8664","strongs_number":"H8664","system":"hebrew","language":"hebrew","number_value":8664,"lemma":"תִּשְׁבִּי","transliteration":"Tishbîy","pronunciation":"tish-bee'","derivation":"patrial from an unused name meaning recourse;","strongs_definition":"a Tishbite or inhabitant of Tishbeh (in Gilead)","kjv_definition":"Tishbite."} +{"id":"H8665","strongs_number":"H8665","system":"hebrew","language":"hebrew","number_value":8665,"lemma":"תַּשְׁבֵּץ","transliteration":"tashbêts","pronunciation":"tash-bates'","derivation":"from H7660 (שָׁבַץ);","strongs_definition":"checkered stuff (as reticulated)","kjv_definition":"broidered."} +{"id":"H8666","strongs_number":"H8666","system":"hebrew","language":"hebrew","number_value":8666,"lemma":"תְּשׁוּבָה","transliteration":"tᵉshûwbâh","pronunciation":"tesh-oo-baw'","derivation":"or תְּשֻׁבָה; from H7725 (שׁוּב);","strongs_definition":"a recurrence (of time or place); a reply (as returned)","kjv_definition":"answer, be expired, return."} +{"id":"H8667","strongs_number":"H8667","system":"hebrew","language":"hebrew","number_value":8667,"lemma":"תְּשׂוּמֶת","transliteration":"tᵉsûwmeth","pronunciation":"tes-oo-meth'","derivation":"from H7760 (שׂוּם);","strongs_definition":"a deposit, i.e. pledging","kjv_definition":"[phrase] fellowship."} +{"id":"H8668","strongs_number":"H8668","system":"hebrew","language":"hebrew","number_value":8668,"lemma":"תְּשׁוּעָה","transliteration":"tᵉshûwʻâh","pronunciation":"tesh-oo-aw'","derivation":"or תְּשֻׁעָה; from H7768 (שָׁוַע) in the sense of H3467 (יָשַׁע);","strongs_definition":"rescue (literal or figurative, persons, national or spiritual)","kjv_definition":"deliverance, help, safety, salvation, victory."} +{"id":"H8669","strongs_number":"H8669","system":"hebrew","language":"hebrew","number_value":8669,"lemma":"תְּשׁוּקָה","transliteration":"tᵉshûwqâh","pronunciation":"tesh-oo-kaw'","derivation":"from H7783 (שׁוּק) in the original sense of stretching out after;","strongs_definition":"a longing","kjv_definition":"desire."} +{"id":"H8670","strongs_number":"H8670","system":"hebrew","language":"hebrew","number_value":8670,"lemma":"תְּשׁוּרָה","transliteration":"tᵉshûwrâh","pronunciation":"tesh-oo-raw'","derivation":"from H7788 (שׁוּר) in the sense of arrival;","strongs_definition":"a gift","kjv_definition":"present."} +{"id":"H8671","strongs_number":"H8671","system":"hebrew","language":"hebrew","number_value":8671,"lemma":"תְּשִׁיעִי","transliteration":"tᵉshîyʻîy","pronunciation":"tesh-ee-ee'","derivation":"ordinal from H8672 (תֵּשַׁע);","strongs_definition":"ninth","kjv_definition":"ninth."} +{"id":"H8672","strongs_number":"H8672","system":"hebrew","language":"hebrew","number_value":8672,"lemma":"תֵּשַׁע","transliteration":"têshaʻ","pronunciation":"tay'-shah","derivation":"or (masculine) תִּשְׁעָה; perhaps from H8159 (שָׁעָה) through the idea of a turn to the next or full number ten;","strongs_definition":"nine or (ordinal) ninth","kjv_definition":"nine ([phrase] -teen, [phrase] -teenth, -th)."} +{"id":"H8673","strongs_number":"H8673","system":"hebrew","language":"hebrew","number_value":8673,"lemma":"תִּשְׁעִים","transliteration":"tishʻîym","pronunciation":"tish-eem'","derivation":"multiple from H8672 (תֵּשַׁע);","strongs_definition":"ninety","kjv_definition":"ninety."} +{"id":"H8674","strongs_number":"H8674","system":"hebrew","language":"hebrew","number_value":8674,"lemma":"תַּתְּנַי","transliteration":"Tattᵉnay","pronunciation":"tat-ten-ah'-ee","derivation":"of foreign derivation;","strongs_definition":"Tattenai, a Persian","kjv_definition":"Tatnai."} diff --git a/packages/json/strongs-open-scriptures/greek.jsonl b/packages/json/strongs-open-scriptures/greek.jsonl new file mode 100644 index 0000000..d601391 --- /dev/null +++ b/packages/json/strongs-open-scriptures/greek.jsonl @@ -0,0 +1,5523 @@ +{"id":"G1615","strongs_number":"G1615","system":"greek","language":"greek","number_value":1615,"lemma":"ἐκτελέω","transliteration":"ekteléō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5055 (τελέω);","strongs_definition":"to complete fully","kjv_definition":"finish"} +{"id":"G2274","strongs_number":"G2274","system":"greek","language":"greek","number_value":2274,"lemma":"ἡττάω","transliteration":"hēttáō","pronunciation":null,"derivation":"from the same as G2276 (ἥττον);","strongs_definition":"to make worse, i.e. vanquish (literally or figuratively); by implication, to rate lower","kjv_definition":"be inferior, overcome"} +{"id":"G4533","strongs_number":"G4533","system":"greek","language":"greek","number_value":4533,"lemma":"Σαλμών","transliteration":"Salmṓn","pronunciation":null,"derivation":"of Hebrew origin (H08012);","strongs_definition":"Salmon, an Israelite","kjv_definition":"Salmon"} +{"id":"G5073","strongs_number":"G5073","system":"greek","language":"greek","number_value":5073,"lemma":"τετραπλόος","transliteration":"tetraplóos","pronunciation":null,"derivation":"from G5064 (τέσσαρες) and a derivative of the base of G4118 (πλεῖστος);","strongs_definition":"quadruple","kjv_definition":"fourfold"} +{"id":"G3892","strongs_number":"G3892","system":"greek","language":"greek","number_value":3892,"lemma":"παρανομία","transliteration":"paranomía","pronunciation":null,"derivation":"from the same as G3891 (παρανομέω);","strongs_definition":"transgression","kjv_definition":"iniquity"} +{"id":"G2928","strongs_number":"G2928","system":"greek","language":"greek","number_value":2928,"lemma":"κρύπτω","transliteration":"krýptō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to conceal (properly, by covering)","kjv_definition":"hide (self), keep secret, secret(-ly)"} +{"id":"G1966","strongs_number":"G1966","system":"greek","language":"greek","number_value":1966,"lemma":"ἐπιοῦσα","transliteration":"epioûsa","pronunciation":null,"derivation":"feminine singular participle of a comparative of G1909 (ἐπί) and (to go);","strongs_definition":"supervening, i.e. (G2250 (ἡμέρα) or G3571 (νύξ) being expressed or implied) the ensuing day or night","kjv_definition":"following, next"} +{"id":"G1716","strongs_number":"G1716","system":"greek","language":"greek","number_value":1716,"lemma":"ἐμπτύω","transliteration":"emptýō","pronunciation":null,"derivation":"from G1722 (ἐν) and G4429 (πτύω);","strongs_definition":"to spit at or on","kjv_definition":"spit (upon)"} +{"id":"G4641","strongs_number":"G4641","system":"greek","language":"greek","number_value":4641,"lemma":"σκληροκαρδία","transliteration":"sklērokardía","pronunciation":null,"derivation":"feminine of a compound of G4642 (σκληρός) and G2588 (καρδία);","strongs_definition":"hard-heartedness, i.e. (specially), destitution of (spiritual) perception","kjv_definition":"hardness of heart"} +{"id":"G506","strongs_number":"G506","system":"greek","language":"greek","number_value":506,"lemma":"ἀνυπότακτος","transliteration":"anypótaktos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G5293 (ὑποτάσσω);","strongs_definition":"unsubdued, i.e. insubordinate (in fact or temper)","kjv_definition":"disobedient, that is not put under, unruly"} +{"id":"G4181","strongs_number":"G4181","system":"greek","language":"greek","number_value":4181,"lemma":"πολυμερῶς","transliteration":"polymerōs","pronunciation":null,"derivation":"adverb from a compound of G4183 (πολύς) and G3313 (μέρος);","strongs_definition":"in many portions, i.e. variously as to time and agency (piecemeal)","kjv_definition":"at sundry times"} +{"id":"G2577","strongs_number":"G2577","system":"greek","language":"greek","number_value":2577,"lemma":"κάμνω","transliteration":"kámnō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"properly, to toil, i.e. (by implication) to tire (figuratively, faint, sicken)","kjv_definition":"faint, sick, be wearied"} +{"id":"G3634","strongs_number":"G3634","system":"greek","language":"greek","number_value":3634,"lemma":"οἷος","transliteration":"hoîos","pronunciation":null,"derivation":"probably akin to G3588 (ὁ), G3739 (ὅς), and G3745 (ὅσος);","strongs_definition":"such or what sort of (as a correlation or exclamation); especially the neuter (adverbially) with negative, not so","kjv_definition":"so (as), such as, what (manner of), which"} +{"id":"G605","strongs_number":"G605","system":"greek","language":"greek","number_value":605,"lemma":"ἀποκατάστασις","transliteration":"apokatástasis","pronunciation":null,"derivation":"from G600 (ἀποκαθίστημι);","strongs_definition":"reconstitution","kjv_definition":"restitution"} +{"id":"G5125","strongs_number":"G5125","system":"greek","language":"greek","number_value":5125,"lemma":"τούτοις","transliteration":"toútois","pronunciation":null,"derivation":"dative case plural masculine or neuter of G3778 (οὗτος);","strongs_definition":"to (for, in, with or by) these (persons or things)","kjv_definition":"such, them, there(-in, -with), these, this, those"} +{"id":"G2258","strongs_number":"G2258","system":"greek","language":"greek","number_value":2258,"lemma":"ἦν","transliteration":"ēn","pronunciation":null,"derivation":"imperfect of G1510 (εἰμί);","strongs_definition":"I (thou, etc.) was (wast or were)","kjv_definition":"+ agree, be, X have (+ charge of), hold, use, was(-t), were"} +{"id":"G2704","strongs_number":"G2704","system":"greek","language":"greek","number_value":2704,"lemma":"καταφθείρω","transliteration":"kataphtheírō","pronunciation":null,"derivation":"from G2596 (κατά) and G5351 (φθείρω);","strongs_definition":"to spoil entirely, i.e. (literally) to destroy; or (figuratively) to deprave;","kjv_definition":"--corrupt, utterly perish"} +{"id":"G424","strongs_number":"G424","system":"greek","language":"greek","number_value":424,"lemma":"ἀνέρχομαι","transliteration":"anérchomai","pronunciation":null,"derivation":"from G303 (ἀνά) and G2064 (ἔρχομαι);","strongs_definition":"to ascend","kjv_definition":"go up"} +{"id":"G5309","strongs_number":"G5309","system":"greek","language":"greek","number_value":5309,"lemma":"ὑψηλοφρονέω","transliteration":"hypsēlophronéō","pronunciation":null,"derivation":"from a compound of G5308 (ὑψηλός) and G5424 (φρήν);","strongs_definition":"to be lofty in mind, i.e. arrogant","kjv_definition":"be highminded"} +{"id":"G1484","strongs_number":"G1484","system":"greek","language":"greek","number_value":1484,"lemma":"ἔθνος","transliteration":"éthnos","pronunciation":null,"derivation":"probably from G1486 (ἔθω);","strongs_definition":"a race (as of the same habit), i.e. a tribe; specially, a foreign (non-Jewish) one (usually, by implication, pagan)","kjv_definition":"Gentile, heathen, nation, people"} +{"id":"G2256","strongs_number":"G2256","system":"greek","language":"greek","number_value":2256,"lemma":"ἡμιώριον","transliteration":"hēmiṓrion","pronunciation":null,"derivation":"from the base of G2255 (ἥμισυ) and G5610 (ὥρα);","strongs_definition":"a half-hour","kjv_definition":"half an hour"} +{"id":"G3691","strongs_number":"G3691","system":"greek","language":"greek","number_value":3691,"lemma":"ὀξύς","transliteration":"oxýs","pronunciation":null,"derivation":"probably akin to the base of G188 (ἀκμήν) (\"acid\");","strongs_definition":"keen; by analogy, rapid","kjv_definition":"sharp, swift"} +{"id":"G908","strongs_number":"G908","system":"greek","language":"greek","number_value":908,"lemma":"βάπτισμα","transliteration":"báptisma","pronunciation":null,"derivation":"from G907 (βαπτίζω);","strongs_definition":"baptism (technically or figuratively)","kjv_definition":"baptism"} +{"id":"G1604","strongs_number":"G1604","system":"greek","language":"greek","number_value":1604,"lemma":"ἐκπλήρωσις","transliteration":"ekplḗrōsis","pronunciation":null,"derivation":"from G1603 (ἐκπληρόω);","strongs_definition":"completion","kjv_definition":"accomplishment"} +{"id":"G2594","strongs_number":"G2594","system":"greek","language":"greek","number_value":2594,"lemma":"καρτερέω","transliteration":"karteréō","pronunciation":null,"derivation":"from a derivative of G2904 (κράτος) (transposed);","strongs_definition":"to be strong, i.e. (figuratively) steadfast (patient)","kjv_definition":"endure"} +{"id":"G13","strongs_number":"G13","system":"greek","language":"greek","number_value":13,"lemma":"Ἄγαβος","transliteration":"Ágabos","pronunciation":null,"derivation":"of Hebrew origin (compare H02285);","strongs_definition":"Agabus, an Israelite","kjv_definition":"Agabus"} +{"id":"G2660","strongs_number":"G2660","system":"greek","language":"greek","number_value":2660,"lemma":"κατανύσσω","transliteration":"katanýssō","pronunciation":null,"derivation":"from G2596 (κατά) and G3572 (νύσσω);","strongs_definition":"to pierce thoroughly, i.e. (figuratively) to agitate violently (\"sting to the quick\")","kjv_definition":"prick"} +{"id":"G5508","strongs_number":"G5508","system":"greek","language":"greek","number_value":5508,"lemma":"Χίος","transliteration":"Chíos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Chios, an island in the Mediterranean","kjv_definition":"Chios"} +{"id":"G4270","strongs_number":"G4270","system":"greek","language":"greek","number_value":4270,"lemma":"προγράφω","transliteration":"prográphō","pronunciation":null,"derivation":"from G4253 (πρό) and G1125 (γράφω);","strongs_definition":"to write previously; figuratively, to announce, prescribe","kjv_definition":"before ordain, evidently set forth, write (afore, aforetime)"} +{"id":"G3712","strongs_number":"G3712","system":"greek","language":"greek","number_value":3712,"lemma":"ὀργυιά","transliteration":"orguiá","pronunciation":null,"derivation":"from G3713 (ὀρέγομαι);","strongs_definition":"a stretch of the arms, i.e. a fathom","kjv_definition":"fathom"} +{"id":"G968","strongs_number":"G968","system":"greek","language":"greek","number_value":968,"lemma":"βῆμα","transliteration":"bēma","pronunciation":null,"derivation":"from the base of G939 (βάσις);","strongs_definition":"a step, i.e. foot-breath; by implication, a rostrum, i.e. a tribunal","kjv_definition":"judgment-seat, set (foot) on, throne"} +{"id":"G3546","strongs_number":"G3546","system":"greek","language":"greek","number_value":3546,"lemma":"νόμισμα","transliteration":"nómisma","pronunciation":null,"derivation":"from G3543 (νομίζω);","strongs_definition":"what is reckoned as of value (after the Latin numisma), i.e. current coin","kjv_definition":"money"} +{"id":"G4237","strongs_number":"G4237","system":"greek","language":"greek","number_value":4237,"lemma":"πρασιά","transliteration":"prasiá","pronunciation":null,"derivation":"perhaps from (a leek, and so an onion-patch);","strongs_definition":"a garden plot, i.e. (by implication, of regular beds) a row (repeated in plural by Hebraism, to indicate an arrangement)","kjv_definition":"in ranks"} +{"id":"G2583","strongs_number":"G2583","system":"greek","language":"greek","number_value":2583,"lemma":"κανών","transliteration":"kanṓn","pronunciation":null,"derivation":"from (a straight reed, i.e. rod);","strongs_definition":"a rule (\"canon\"), i.e. (figuratively) a standard (of faith and practice); by implication, a boundary, i.e. (figuratively) a sphere (of activity)","kjv_definition":"line, rule"} +{"id":"G1588","strongs_number":"G1588","system":"greek","language":"greek","number_value":1588,"lemma":"ἐκλεκτός","transliteration":"eklektós","pronunciation":null,"derivation":"from G1586 (ἐκλέγομαι);","strongs_definition":"select; by implication, favorite","kjv_definition":"chosen, elect"} +{"id":"G5134","strongs_number":"G5134","system":"greek","language":"greek","number_value":5134,"lemma":"τραῦμα","transliteration":"traûma","pronunciation":null,"derivation":"from the base of (to wound;","strongs_definition":"akin to the base of G2352 (θραύω), G5147 (τρίβος), G5149 (τρίζω), etc.); a wound","kjv_definition":"wound"} +{"id":"G1179","strongs_number":"G1179","system":"greek","language":"greek","number_value":1179,"lemma":"Δεκάπολις","transliteration":"Dekápolis","pronunciation":null,"derivation":"from G1176 (δέκα) and G4172 (πόλις);","strongs_definition":"the ten-city region; the Decapolis, a district in Syria","kjv_definition":"Decapolis"} +{"id":"G453","strongs_number":"G453","system":"greek","language":"greek","number_value":453,"lemma":"ἀνόητος","transliteration":"anóētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3539 (νοιέω);","strongs_definition":"unintelligent; by implication, sensual","kjv_definition":"fool(-ish), unwise"} +{"id":"G2949","strongs_number":"G2949","system":"greek","language":"greek","number_value":2949,"lemma":"κῦμα","transliteration":"kŷma","pronunciation":null,"derivation":"from (to swell (with young), i.e. bend, curve);","strongs_definition":"a billow (as bursting or toppling)","kjv_definition":"wave"} +{"id":"G3782","strongs_number":"G3782","system":"greek","language":"greek","number_value":3782,"lemma":"ὀφειλή","transliteration":"opheilḗ","pronunciation":null,"derivation":"from G3784 (ὀφείλω);","strongs_definition":"indebtedness, i.e. (concretely) a sum owed; figuratively, obligation, i.e. (conjugal) duty","kjv_definition":"debt, due"} +{"id":"G4131","strongs_number":"G4131","system":"greek","language":"greek","number_value":4131,"lemma":"πλήκτης","transliteration":"plḗktēs","pronunciation":null,"derivation":"from G4141 (πλήσσω);","strongs_definition":"a smiter, i.e. pugnacious (quarrelsome)","kjv_definition":"striker"} +{"id":"G527","strongs_number":"G527","system":"greek","language":"greek","number_value":527,"lemma":"ἀπαλός","transliteration":"apalós","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"soft","kjv_definition":"tender"} +{"id":"G3094","strongs_number":"G3094","system":"greek","language":"greek","number_value":3094,"lemma":"Μαγδαληνή","transliteration":"Magdalēnḗ","pronunciation":null,"derivation":"feminine of a derivative of G3093 (Μαγδαλά);","strongs_definition":"a female Magdalene, i.e. inhabitant of Magdala","kjv_definition":"Magdalene"} +{"id":"G4831","strongs_number":"G4831","system":"greek","language":"greek","number_value":4831,"lemma":"συμμιμητής","transliteration":"symmimētḗs","pronunciation":null,"derivation":"from a presumed compound of G4862 (σύν) and G3401 (μιμέομαι);","strongs_definition":"a co-imitator, i.e. fellow votary","kjv_definition":"follower together"} +{"id":"G5385","strongs_number":"G5385","system":"greek","language":"greek","number_value":5385,"lemma":"φιλοσοφία","transliteration":"philosophía","pronunciation":null,"derivation":"from G5386 (φιλόσοφος);","strongs_definition":"\"philosophy\", i.e. (specially), Jewish sophistry","kjv_definition":"philosophy"} +{"id":"G3779","strongs_number":"G3779","system":"greek","language":"greek","number_value":3779,"lemma":"οὕτω","transliteration":"hoútō","pronunciation":null,"derivation":"adverb from G3778 (οὗτος);","strongs_definition":"in this way (referring to what precedes or follows)","kjv_definition":"after that, after (in) this manner, as, even (so), for all that, like(-wise), no more, on this fashion(-wise), so (in like manner), thus, what"} +{"id":"G4403","strongs_number":"G4403","system":"greek","language":"greek","number_value":4403,"lemma":"πρύμνα","transliteration":"prýmna","pronunciation":null,"derivation":"feminine of (hindmost);","strongs_definition":"the stern of a ship","kjv_definition":"hinder part, stern"} +{"id":"G2448","strongs_number":"G2448","system":"greek","language":"greek","number_value":2448,"lemma":"Ἰουδά","transliteration":"Ioudá","pronunciation":null,"derivation":"of Hebrew origin (H03063 or perhaps H03194);","strongs_definition":"Judah (i.e. Jehudah or Juttah), a part of (or place in) Palestine","kjv_definition":"Judah"} +{"id":"G4209","strongs_number":"G4209","system":"greek","language":"greek","number_value":4209,"lemma":"πορφύρα","transliteration":"porphýra","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"the \"purple\" mussel, i.e. (by implication) the red-blue color itself, and finally a garment dyed with it","kjv_definition":"purple"} +{"id":"G5614","strongs_number":"G5614","system":"greek","language":"greek","number_value":5614,"lemma":"ὡσαννά","transliteration":"hōsanná","pronunciation":null,"derivation":"of Hebrew origin (H03467 and H04994);","strongs_definition":"oh save!; hosanna (i.e. hoshia-na), an exclamation of adoration","kjv_definition":"hosanna"} +{"id":"G4974","strongs_number":"G4974","system":"greek","language":"greek","number_value":4974,"lemma":"σφυρόν","transliteration":"sphyrón","pronunciation":null,"derivation":"neuter of a presumed derivative probably of the same as (a ball, \"sphere\";","strongs_definition":"compare the feminine , a hammer); the ankle (as globular)","kjv_definition":"ancle bone"} +{"id":"G698","strongs_number":"G698","system":"greek","language":"greek","number_value":698,"lemma":"Ἀρεοπαγίτης","transliteration":"Areopagítēs","pronunciation":null,"derivation":"from G697 (Ἄρειος Πάγος);","strongs_definition":"an Areopagite or member of the court held on Mars' Hill","kjv_definition":"Areopagite"} +{"id":"G3840","strongs_number":"G3840","system":"greek","language":"greek","number_value":3840,"lemma":"πάντοθεν","transliteration":"pántothen","pronunciation":null,"derivation":"adverb (of source) from G3956 (πᾶς);","strongs_definition":"from (i.e. on) all sides","kjv_definition":"on every side, round about"} +{"id":"G4833","strongs_number":"G4833","system":"greek","language":"greek","number_value":4833,"lemma":"συμμορφόω","transliteration":"symmorphóō","pronunciation":null,"derivation":"from G4832 (σύμμορφος);","strongs_definition":"to render like, i.e. (figuratively) to assimilate","kjv_definition":"make conformable unto"} +{"id":"G1145","strongs_number":"G1145","system":"greek","language":"greek","number_value":1145,"lemma":"δακρύω","transliteration":"dakrýō","pronunciation":null,"derivation":"from G1144 (δάκρυ);","strongs_definition":"to shed tears","kjv_definition":"weep"} +{"id":"G2018","strongs_number":"G2018","system":"greek","language":"greek","number_value":2018,"lemma":"ἐπιφέρω","transliteration":"epiphérō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5342 (φέρω);","strongs_definition":"to bear upon (or further), i.e. adduce (personally or judicially (accuse, inflict)), superinduce","kjv_definition":"add, bring (against), take"} +{"id":"G3106","strongs_number":"G3106","system":"greek","language":"greek","number_value":3106,"lemma":"μακαρίζω","transliteration":"makarízō","pronunciation":null,"derivation":"from G3107 (μακάριος);","strongs_definition":"to beatify, i.e. pronounce (or esteem) fortunate","kjv_definition":"call blessed, count happy"} +{"id":"G2776","strongs_number":"G2776","system":"greek","language":"greek","number_value":2776,"lemma":"κεφαλή","transliteration":"kephalḗ","pronunciation":null,"derivation":"from the primary (in the sense of seizing);","strongs_definition":"the head (as the part most readily taken hold of), literally or figuratively","kjv_definition":"head"} +{"id":"G3871","strongs_number":"G3871","system":"greek","language":"greek","number_value":3871,"lemma":"παρακαλύπτω","transliteration":"parakalýptō","pronunciation":null,"derivation":"from G3844 (παρά) and G2572 (καλύπτω);","strongs_definition":"to cover alongside, i.e. veil (figuratively)","kjv_definition":"hide"} +{"id":"G4438","strongs_number":"G4438","system":"greek","language":"greek","number_value":4438,"lemma":"πυκτέω","transliteration":"pyktéō","pronunciation":null,"derivation":"from a derivative of the same as G4435 (πυγμή);","strongs_definition":"to box (with the fist), i.e. contend (as a boxer) at the games (figuratively)","kjv_definition":"fight"} +{"id":"G3699","strongs_number":"G3699","system":"greek","language":"greek","number_value":3699,"lemma":"ὅπου","transliteration":"hópou","pronunciation":null,"derivation":"from G3739 (ὅς) and G4225 (πού);","strongs_definition":"what(-ever) where, i.e. at whichever spot","kjv_definition":"in what place, where(-as, -soever), whither (+ soever)"} +{"id":"G18","strongs_number":"G18","system":"greek","language":"greek","number_value":18,"lemma":"ἀγαθός","transliteration":"agathós","pronunciation":null,"derivation":"a primary word;","strongs_definition":"\"good\" (in any sense, often as noun)","kjv_definition":"benefit, good(-s, things), well"} +{"id":"G2426","strongs_number":"G2426","system":"greek","language":"greek","number_value":2426,"lemma":"ἱκανότης","transliteration":"hikanótēs","pronunciation":null,"derivation":"from G2425 (ἱκανός);","strongs_definition":"ability","kjv_definition":"sufficiency"} +{"id":"G457","strongs_number":"G457","system":"greek","language":"greek","number_value":457,"lemma":"ἄνοιξις","transliteration":"ánoixis","pronunciation":null,"derivation":"from G455 (ἀνοίγω);","strongs_definition":"opening (throat)","kjv_definition":"X open"} +{"id":"G4249","strongs_number":"G4249","system":"greek","language":"greek","number_value":4249,"lemma":"πρίζω","transliteration":"prízō","pronunciation":null,"derivation":"a strengthened form of a primary prio (to saw);","strongs_definition":"to saw in two","kjv_definition":"saw asunder"} +{"id":"G4285","strongs_number":"G4285","system":"greek","language":"greek","number_value":4285,"lemma":"προηγέομαι","transliteration":"proēgéomai","pronunciation":null,"derivation":"from G4253 (πρό) and G2233 (ἡγέομαι);","strongs_definition":"to lead the way for others, i.e. show deference","kjv_definition":"prefer"} +{"id":"G1324","strongs_number":"G1324","system":"greek","language":"greek","number_value":1324,"lemma":"Δίδυμος","transliteration":"Dídymos","pronunciation":null,"derivation":"prolongation from G1364 (δίς);","strongs_definition":"double, i.e. twin; Didymus, a Christian","kjv_definition":"Didymus"} +{"id":"G3683","strongs_number":"G3683","system":"greek","language":"greek","number_value":3683,"lemma":"Ὀνησίφορος","transliteration":"Onēsíphoros","pronunciation":null,"derivation":"from a derivative of G3685 (ὀνίνημι) and G5411 (φόρος);","strongs_definition":"profit-bearer; Onesiphorus, a Christian","kjv_definition":"Onespiphorus"} +{"id":"G4786","strongs_number":"G4786","system":"greek","language":"greek","number_value":4786,"lemma":"συγκεράννυμι","transliteration":"synkeránnymi","pronunciation":null,"derivation":"from G4862 (σύν) and G2767 (κεράννυμι);","strongs_definition":"to commingle, i.e. (figuratively) to combine or assimilate","kjv_definition":"mix with, temper together"} +{"id":"G4204","strongs_number":"G4204","system":"greek","language":"greek","number_value":4204,"lemma":"πόρνη","transliteration":"pórnē","pronunciation":null,"derivation":"feminine of G4205 (πόρνος);","strongs_definition":"a strumpet; figuratively, an idolater","kjv_definition":"harlot, whore"} +{"id":"G4568","strongs_number":"G4568","system":"greek","language":"greek","number_value":4568,"lemma":"σάτον","transliteration":"sáton","pronunciation":null,"derivation":"of Hebrew origin (H05429);","strongs_definition":"a certain measure for things dry","kjv_definition":"measure"} +{"id":"G4603","strongs_number":"G4603","system":"greek","language":"greek","number_value":4603,"lemma":"σιδήρεος","transliteration":"sidḗreos","pronunciation":null,"derivation":"from G4604 (σίδηρος);","strongs_definition":"made of iron","kjv_definition":"(of) iron"} +{"id":"G1533","strongs_number":"G1533","system":"greek","language":"greek","number_value":1533,"lemma":"εἰσφέρω","transliteration":"eisphérō","pronunciation":null,"derivation":"from G1519 (εἰς) and G5342 (φέρω);","strongs_definition":"to carry inward (literally or figuratively)","kjv_definition":"bring (in), lead into"} +{"id":"G3028","strongs_number":"G3028","system":"greek","language":"greek","number_value":3028,"lemma":"λῆμψις","transliteration":"lēmpsis","pronunciation":null,"derivation":"from G2983 (λαμβάνω);","strongs_definition":"receipt (the act)","kjv_definition":"receiving"} +{"id":"G1750","strongs_number":"G1750","system":"greek","language":"greek","number_value":1750,"lemma":"ἐνειλέω","transliteration":"eneiléō","pronunciation":null,"derivation":"from G1772 (ἔννομος) and the base of G1507 (εἱλίσσω);","strongs_definition":"to enwrap","kjv_definition":"wrap in"} +{"id":"G2876","strongs_number":"G2876","system":"greek","language":"greek","number_value":2876,"lemma":"κόραξ","transliteration":"kórax","pronunciation":null,"derivation":"perhaps from G2880 (κορέννυμι);","strongs_definition":"a crow (from its voracity)","kjv_definition":"raven"} +{"id":"G2779","strongs_number":"G2779","system":"greek","language":"greek","number_value":2779,"lemma":"κῆπος","transliteration":"kēpos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a garden","kjv_definition":"garden"} +{"id":"G925","strongs_number":"G925","system":"greek","language":"greek","number_value":925,"lemma":"βαρύνω","transliteration":"barýnō","pronunciation":null,"derivation":"from G926 (βαρύς);","strongs_definition":"to burden (figuratively)","kjv_definition":"overcharge"} +{"id":"G5109","strongs_number":"G5109","system":"greek","language":"greek","number_value":5109,"lemma":"τοῖχος","transliteration":"toîchos","pronunciation":null,"derivation":"another form of G5038 (τεῖχος);","strongs_definition":"a wall","kjv_definition":"wall"} +{"id":"G2817","strongs_number":"G2817","system":"greek","language":"greek","number_value":2817,"lemma":"κληρονομία","transliteration":"klēronomía","pronunciation":null,"derivation":"from G2818 (κληρονόμος);","strongs_definition":"heirship, i.e. (concretely) a patrimony or (genitive case) a possession","kjv_definition":"inheritance"} +{"id":"G3832","strongs_number":"G3832","system":"greek","language":"greek","number_value":3832,"lemma":"πανοικί","transliteration":"panoikí","pronunciation":null,"derivation":"adverb from G3956 (πᾶς) and G3624 (οἶκος);","strongs_definition":"with the whole family","kjv_definition":"with all his house"} +{"id":"G2055","strongs_number":"G2055","system":"greek","language":"greek","number_value":2055,"lemma":"ἐρίφιον","transliteration":"eríphion","pronunciation":null,"derivation":"from G2056 (ἔριφος);","strongs_definition":"a kidling, i.e. (genitive case) goat (symbolically, wicked person)","kjv_definition":"goat"} +{"id":"G4925","strongs_number":"G4925","system":"greek","language":"greek","number_value":4925,"lemma":"συνοικοδομέω","transliteration":"synoikodoméō","pronunciation":null,"derivation":"from G4862 (σύν) and G3618 (οἰκοδομέω);","strongs_definition":"to construct, i.e. (passively) to compose (in company with other Christians, figuratively)","kjv_definition":"build together"} +{"id":"G4356","strongs_number":"G4356","system":"greek","language":"greek","number_value":4356,"lemma":"πρόσληψις","transliteration":"próslēpsis","pronunciation":null,"derivation":"from G4355 (προσλαμβάνω);","strongs_definition":"admission","kjv_definition":"receiving"} +{"id":"G5503","strongs_number":"G5503","system":"greek","language":"greek","number_value":5503,"lemma":"χήρα","transliteration":"chḗra","pronunciation":null,"derivation":"feminine of a presumed derivative apparently from the base of G5490 (χάσμα) through the idea of deficiency;","strongs_definition":"a widow (as lacking a husband), literally or figuratively","kjv_definition":"widow"} +{"id":"G2820","strongs_number":"G2820","system":"greek","language":"greek","number_value":2820,"lemma":"κληρόω","transliteration":"klēróō","pronunciation":null,"derivation":"from G2819 (κλῆρος);","strongs_definition":"to allot, i.e. (figuratively) to assign (a privilege)","kjv_definition":"obtain an inheritance"} +{"id":"G91","strongs_number":"G91","system":"greek","language":"greek","number_value":91,"lemma":"ἀδικέω","transliteration":"adikéō","pronunciation":null,"derivation":"from G94 (ἄδικος);","strongs_definition":"to be unjust, i.e. (actively) do wrong (morally, socially or physically)","kjv_definition":"hurt, injure, be an offender, be unjust, (do, suffer, take) wrong"} +{"id":"G1077","strongs_number":"G1077","system":"greek","language":"greek","number_value":1077,"lemma":"γενέσια","transliteration":"genésia","pronunciation":null,"derivation":"neuter plural of a derivative of G1078 (γένεσις);","strongs_definition":"birthday ceremonies","kjv_definition":"birthday"} +{"id":"G42","strongs_number":"G42","system":"greek","language":"greek","number_value":42,"lemma":"ἁγιωσύνη","transliteration":"hagiōsýnē","pronunciation":null,"derivation":"from G40 (ἅγιος);","strongs_definition":"sacredness (i.e. properly, the quality)","kjv_definition":"holiness"} +{"id":"G4368","strongs_number":"G4368","system":"greek","language":"greek","number_value":4368,"lemma":"προστάτις","transliteration":"prostátis","pronunciation":null,"derivation":"feminine of a derivative of G4291 (προΐστημι);","strongs_definition":"a patroness, i.e. assistant","kjv_definition":"succourer"} +{"id":"G2700","strongs_number":"G2700","system":"greek","language":"greek","number_value":2700,"lemma":"κατατοξεύω","transliteration":"katatoxeúō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G5115 (τόξον);","strongs_definition":"to shoot down with an arrow or other missile","kjv_definition":"thrust through"} +{"id":"G2164","strongs_number":"G2164","system":"greek","language":"greek","number_value":2164,"lemma":"εὐφορέω","transliteration":"euphoréō","pronunciation":null,"derivation":"from G2095 (εὖ) and G5409 (φορέω);","strongs_definition":"to bear well, i.e. be fertile","kjv_definition":"bring forth abundantly"} +{"id":"G5279","strongs_number":"G5279","system":"greek","language":"greek","number_value":5279,"lemma":"ὑπομιμνήσκω","transliteration":"hypomimnḗskō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G3403 (μιμνήσκω);","strongs_definition":"to remind quietly, i.e. suggest to the (middle voice, one's own) memory","kjv_definition":"put in mind, remember, bring to (put in) remembrance"} +{"id":"G5077","strongs_number":"G5077","system":"greek","language":"greek","number_value":5077,"lemma":"τεφρόω","transliteration":"tephróō","pronunciation":null,"derivation":"from (ashes);","strongs_definition":"to incinerate, i.e. consume","kjv_definition":"turn to ashes"} +{"id":"G1456","strongs_number":"G1456","system":"greek","language":"greek","number_value":1456,"lemma":"ἐγκαίνια","transliteration":"enkaínia","pronunciation":null,"derivation":"neuter plural of a presumed compound from G1722 (ἐν) and G2537 (καινός);","strongs_definition":"innovatives, i.e. (specially) renewal (of religious services after the Antiochian interruption)","kjv_definition":"dedication"} +{"id":"G4693","strongs_number":"G4693","system":"greek","language":"greek","number_value":4693,"lemma":"σπήλαιον","transliteration":"spḗlaion","pronunciation":null,"derivation":"neuter of a presumed derivative of (a grotto);","strongs_definition":"a cavern; by implication, a hiding-place or resort","kjv_definition":"cave, den"} +{"id":"G5437","strongs_number":"G5437","system":"greek","language":"greek","number_value":5437,"lemma":"φυγή","transliteration":"phygḗ","pronunciation":null,"derivation":"from G5343 (φεύγω);","strongs_definition":"a fleeing, i.e. escape","kjv_definition":"flight"} +{"id":"G670","strongs_number":"G670","system":"greek","language":"greek","number_value":670,"lemma":"ἀποφορτίζομαι","transliteration":"apophortízomai","pronunciation":null,"derivation":"from G575 (ἀπό) and the middle voice of G5412 (φορτίζω);","strongs_definition":"to unload","kjv_definition":"unlade"} +{"id":"G4133","strongs_number":"G4133","system":"greek","language":"greek","number_value":4133,"lemma":"πλήν","transliteration":"plḗn","pronunciation":null,"derivation":"from G4119 (πλείων);","strongs_definition":"moreover (besides), i.e. albeit, save that, rather, yet","kjv_definition":"but (rather), except, nevertheless, notwithstanding, save, than"} +{"id":"G4191","strongs_number":"G4191","system":"greek","language":"greek","number_value":4191,"lemma":"πονηρότερος","transliteration":"ponēróteros","pronunciation":null,"derivation":"comparative of G4190 (πονηρός);","strongs_definition":"more evil","kjv_definition":"more wicked"} +{"id":"G4378","strongs_number":"G4378","system":"greek","language":"greek","number_value":4378,"lemma":"πρόσχυσις","transliteration":"próschysis","pronunciation":null,"derivation":"from a comparative of G4314 (πρός) and (to pour);","strongs_definition":"a shedding forth, i.e. affusion","kjv_definition":"sprinkling"} +{"id":"G4259","strongs_number":"G4259","system":"greek","language":"greek","number_value":4259,"lemma":"προαύλιον","transliteration":"proaúlion","pronunciation":null,"derivation":"neuter of a presumed compound of G4253 (πρό) and G833 (αὐλή);","strongs_definition":"a forecourt, i.e. vestibule (alley-way)","kjv_definition":"porch"} +{"id":"G359","strongs_number":"G359","system":"greek","language":"greek","number_value":359,"lemma":"ἀνάλυσις","transliteration":"análysis","pronunciation":null,"derivation":"from G360 (ἀναλύω);","strongs_definition":"departure","kjv_definition":"departure"} +{"id":"G5546","strongs_number":"G5546","system":"greek","language":"greek","number_value":5546,"lemma":"Χριστιανός","transliteration":"Christianós","pronunciation":null,"derivation":"from G5547 (Χριστός);","strongs_definition":"a Christian, i.e. follower of Christ","kjv_definition":"Christian"} +{"id":"G2867","strongs_number":"G2867","system":"greek","language":"greek","number_value":2867,"lemma":"κονιάω","transliteration":"koniáō","pronunciation":null,"derivation":"from (dust;","strongs_definition":"by analogy, lime); to whitewash","kjv_definition":"whiten"} +{"id":"G2494","strongs_number":"G2494","system":"greek","language":"greek","number_value":2494,"lemma":"Ἰωνάν","transliteration":"Iōnán","pronunciation":null,"derivation":"probably for G2491 (Ἰωάννης) or G2495 (Ἰωνᾶς);","strongs_definition":"Jonan, an Israelite","kjv_definition":"Jonan"} +{"id":"G2743","strongs_number":"G2743","system":"greek","language":"greek","number_value":2743,"lemma":"καυτηριάζω","transliteration":"kautēriázō","pronunciation":null,"derivation":"from a derivative of G2545 (καίω);","strongs_definition":"to brand (\"cauterize\"), i.e. (by implication) to render unsensitive (figuratively)","kjv_definition":"sear with a hot iron"} +{"id":"G5343","strongs_number":"G5343","system":"greek","language":"greek","number_value":5343,"lemma":"φεύγω","transliteration":"pheúgō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to run away (literally or figuratively); by implication, to shun; by analogy, to vanish","kjv_definition":"escape, flee (away)"} +{"id":"G5475","strongs_number":"G5475","system":"greek","language":"greek","number_value":5475,"lemma":"χαλκός","transliteration":"chalkós","pronunciation":null,"derivation":"perhaps from G5465 (χαλάω) through the idea of hollowing out as a vessel (this metal being chiefly used for that purpose);","strongs_definition":"copper (the substance, or some implement or coin made of it)","kjv_definition":"brass, money"} +{"id":"G783","strongs_number":"G783","system":"greek","language":"greek","number_value":783,"lemma":"ἀσπασμός","transliteration":"aspasmós","pronunciation":null,"derivation":"from G782 (ἀσπάζομαι);","strongs_definition":"a greeting (in person or by letter)","kjv_definition":"greeting, salutation"} +{"id":"G5351","strongs_number":"G5351","system":"greek","language":"greek","number_value":5351,"lemma":"φθείρω","transliteration":"phtheírō","pronunciation":null,"derivation":"probably strengthened from (to pine or waste);","strongs_definition":"properly, to shrivel or wither, i.e. to spoil (by any process) or (generally) to ruin (especially figuratively, by moral influences, to deprave)","kjv_definition":"corrupt (self), defile, destroy"} +{"id":"G5431","strongs_number":"G5431","system":"greek","language":"greek","number_value":5431,"lemma":"φροντίζω","transliteration":"phrontízō","pronunciation":null,"derivation":"from a derivative of G5424 (φρήν);","strongs_definition":"to exercise thought, i.e. be anxious","kjv_definition":"be careful"} +{"id":"G4856","strongs_number":"G4856","system":"greek","language":"greek","number_value":4856,"lemma":"συμφωνέω","transliteration":"symphōnéō","pronunciation":null,"derivation":"from G4859 (σύμφωνος);","strongs_definition":"to be harmonious, i.e. (figuratively) to accord (be suitable, concur) or stipulate (by compact)","kjv_definition":"agree (together, with)"} +{"id":"G1856","strongs_number":"G1856","system":"greek","language":"greek","number_value":1856,"lemma":"ἐξωθέω","transliteration":"exōthéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and (to push);","strongs_definition":"to expel; by implication, to propel","kjv_definition":"drive out, thrust in"} +{"id":"G531","strongs_number":"G531","system":"greek","language":"greek","number_value":531,"lemma":"ἀπαράβατος","transliteration":"aparábatos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3845 (παραβαίνω);","strongs_definition":"not passing away, i.e. untransferable (perpetual)","kjv_definition":"unchangeable"} +{"id":"G4652","strongs_number":"G4652","system":"greek","language":"greek","number_value":4652,"lemma":"σκοτεινός","transliteration":"skoteinós","pronunciation":null,"derivation":"from G4655 (σκότος);","strongs_definition":"opaque, i.e. (figuratively) benighted","kjv_definition":"dark, full of darkness"} +{"id":"G1887","strongs_number":"G1887","system":"greek","language":"greek","number_value":1887,"lemma":"ἐπαύριον","transliteration":"epaúrion","pronunciation":null,"derivation":"from G1909 (ἐπί) and G839 (αὔριον);","strongs_definition":"occurring on the succeeding day, i.e. (G2250 (ἡμέρα) being implied) to-morrow","kjv_definition":"day following, morrow, next day (after)"} +{"id":"G1234","strongs_number":"G1234","system":"greek","language":"greek","number_value":1234,"lemma":"διαγογγύζω","transliteration":"diagongýzō","pronunciation":null,"derivation":"from G1223 (διά) and G1111 (γογγύζω);","strongs_definition":"to complain throughout a crowd","kjv_definition":"murmur"} +{"id":"G100","strongs_number":"G100","system":"greek","language":"greek","number_value":100,"lemma":"ἁδρότης","transliteration":"hadrótēs","pronunciation":null,"derivation":"from (stout);","strongs_definition":"plumpness, i.e. (figuratively) liberality","kjv_definition":"abundance"} +{"id":"G899","strongs_number":"G899","system":"greek","language":"greek","number_value":899,"lemma":"βάθος","transliteration":"báthos","pronunciation":null,"derivation":"from the same as G901 (βαθύς);","strongs_definition":"profundity, i.e. (by implication) extent; (figuratively) mystery","kjv_definition":"deep(-ness, things), depth"} +{"id":"G1089","strongs_number":"G1089","system":"greek","language":"greek","number_value":1089,"lemma":"γεύομαι","transliteration":"geúomai","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to taste; by implication, to eat; figuratively, to experience (good or ill)","kjv_definition":"eat, taste"} +{"id":"G3176","strongs_number":"G3176","system":"greek","language":"greek","number_value":3176,"lemma":"μέγιστος","transliteration":"mégistos","pronunciation":null,"derivation":"superlative of G3173 (μέγας);","strongs_definition":"greatest or very great","kjv_definition":"exceeding great"} +{"id":"G4273","strongs_number":"G4273","system":"greek","language":"greek","number_value":4273,"lemma":"προδότης","transliteration":"prodótēs","pronunciation":null,"derivation":"from G4272 (προδίδωμι) (in the sense of giving forward into another's (the enemy's) hands);","strongs_definition":"a surrender","kjv_definition":"betrayer, traitor"} +{"id":"G2025","strongs_number":"G2025","system":"greek","language":"greek","number_value":2025,"lemma":"ἐπιχρίω","transliteration":"epichríō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5548 (χρίω);","strongs_definition":"to smear over","kjv_definition":"anoint"} +{"id":"G2408","strongs_number":"G2408","system":"greek","language":"greek","number_value":2408,"lemma":"Ἱερεμίας","transliteration":"Hieremías","pronunciation":null,"derivation":"of Hebrew origin (H03414);","strongs_definition":"Hieremias (i.e. Jermijah), an Israelite","kjv_definition":"Jeremiah"} +{"id":"G784","strongs_number":"G784","system":"greek","language":"greek","number_value":784,"lemma":"ἄσπιλος","transliteration":"áspilos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G4695 (σπιλόω);","strongs_definition":"unblemished (physically or morally)","kjv_definition":"without spot, unspotted"} +{"id":"G4549","strongs_number":"G4549","system":"greek","language":"greek","number_value":4549,"lemma":"Σαούλ","transliteration":"Saoúl","pronunciation":null,"derivation":"of Hebrew origin (H07586);","strongs_definition":"Saul (i.e. Shaul), the Jewish name of Paul","kjv_definition":"Saul"} +{"id":"G4481","strongs_number":"G4481","system":"greek","language":"greek","number_value":4481,"lemma":"Ῥεμφάν","transliteration":"Rhemphán","pronunciation":null,"derivation":"by incorrect transliteration for a word of Hebrew origin (H03594);","strongs_definition":"Remphan (i.e. Kijun), an Egyptian idol","kjv_definition":"Remphan"} +{"id":"G3717","strongs_number":"G3717","system":"greek","language":"greek","number_value":3717,"lemma":"ὀρθός","transliteration":"orthós","pronunciation":null,"derivation":"probably from the base of G3735 (ὄρος);","strongs_definition":"right (as rising), i.e. (perpendicularly) erect (figuratively, honest), or (horizontally) level or direct","kjv_definition":"straight, upright"} +{"id":"G4869","strongs_number":"G4869","system":"greek","language":"greek","number_value":4869,"lemma":"συναιχμάλωτος","transliteration":"synaichmálōtos","pronunciation":null,"derivation":"from G4862 (σύν) and G164 (αἰχμάλωτος);","strongs_definition":"a co-captive","kjv_definition":"fellowprisoner"} +{"id":"G3171","strongs_number":"G3171","system":"greek","language":"greek","number_value":3171,"lemma":"μεγάλως","transliteration":"megálōs","pronunciation":null,"derivation":"adverb from G3173 (μέγας);","strongs_definition":"much","kjv_definition":"greatly"} +{"id":"G4284","strongs_number":"G4284","system":"greek","language":"greek","number_value":4284,"lemma":"προέχομαι","transliteration":"proéchomai","pronunciation":null,"derivation":"middle voice from G4253 (πρό) and G2192 (ἔχω);","strongs_definition":"to hold oneself before others, i.e. (figuratively) to excel","kjv_definition":"be better"} +{"id":"G87","strongs_number":"G87","system":"greek","language":"greek","number_value":87,"lemma":"ἀδιάκριτος","transliteration":"adiákritos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G1252 (διακρίνω);","strongs_definition":"properly, undistinguished, i.e. (actively) impartial","kjv_definition":"without partiality"} +{"id":"G343","strongs_number":"G343","system":"greek","language":"greek","number_value":343,"lemma":"ἀνακαλύπτω","transliteration":"anakalýptō","pronunciation":null,"derivation":"from G303 (ἀνά) (in the sense of reversal) and G2572 (καλύπτω);","strongs_definition":"to unveil","kjv_definition":"open, (un-)taken away"} +{"id":"G5283","strongs_number":"G5283","system":"greek","language":"greek","number_value":5283,"lemma":"ὑπόνοια","transliteration":"hypónoia","pronunciation":null,"derivation":"from G5282 (ὑπονοέω);","strongs_definition":"suspicion","kjv_definition":"surmising"} +{"id":"G4648","strongs_number":"G4648","system":"greek","language":"greek","number_value":4648,"lemma":"σκοπέω","transliteration":"skopéō","pronunciation":null,"derivation":"from G4649 (σκοπός);","strongs_definition":"to take aim at (spy), i.e. (figuratively) regard","kjv_definition":"consider, take heed, look at (on), mark"} +{"id":"G2778","strongs_number":"G2778","system":"greek","language":"greek","number_value":2778,"lemma":"κῆνσος","transliteration":"kēnsos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"properly, an enrollment (\"census\"), i.e. (by implication) a tax","kjv_definition":"tribute"} +{"id":"G980","strongs_number":"G980","system":"greek","language":"greek","number_value":980,"lemma":"βιόω","transliteration":"bióō","pronunciation":null,"derivation":"from G979 (βίος);","strongs_definition":"to spend existence","kjv_definition":"live"} +{"id":"G820","strongs_number":"G820","system":"greek","language":"greek","number_value":820,"lemma":"ἄτιμος","transliteration":"átimos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5092 (τιμή);","strongs_definition":"(negatively) unhonoured or (positively) dishonoured","kjv_definition":"despised, without honour, less honourable (comparative degree)"} +{"id":"G3836","strongs_number":"G3836","system":"greek","language":"greek","number_value":3836,"lemma":"πανταχόθεν","transliteration":"pantachóthen","pronunciation":null,"derivation":"adverb (of source) from G3837 (πανταχοῦ);","strongs_definition":"from all directions","kjv_definition":"from every quarter"} +{"id":"G1025","strongs_number":"G1025","system":"greek","language":"greek","number_value":1025,"lemma":"βρέφος","transliteration":"bréphos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"an infant (properly, unborn) literally or figuratively","kjv_definition":"babe, (young) child, infant"} +{"id":"G4491","strongs_number":"G4491","system":"greek","language":"greek","number_value":4491,"lemma":"ῥίζα","transliteration":"rhíza","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a \"root\" (literally or figuratively)","kjv_definition":"root"} +{"id":"G5064","strongs_number":"G5064","system":"greek","language":"greek","number_value":5064,"lemma":"τέσσαρες","transliteration":"téssares","pronunciation":null,"derivation":"a plural number;","strongs_definition":"four","kjv_definition":"four"} +{"id":"G242","strongs_number":"G242","system":"greek","language":"greek","number_value":242,"lemma":"ἅλλομαι","transliteration":"hállomai","pronunciation":null,"derivation":"middle voice of apparently a primary verb;","strongs_definition":"to jump; figuratively, to gush","kjv_definition":"leap, spring up"} +{"id":"G1109","strongs_number":"G1109","system":"greek","language":"greek","number_value":1109,"lemma":"γνώστης","transliteration":"gnṓstēs","pronunciation":null,"derivation":"from G1097 (γινώσκω);","strongs_definition":"a knower","kjv_definition":"expert"} +{"id":"G1318","strongs_number":"G1318","system":"greek","language":"greek","number_value":1318,"lemma":"διδακτός","transliteration":"didaktós","pronunciation":null,"derivation":"from G1321 (διδάσκω);","strongs_definition":"(subjectively) instructed, or (objectively) communicated by teaching","kjv_definition":"taught, which … teacheth"} +{"id":"G2473","strongs_number":"G2473","system":"greek","language":"greek","number_value":2473,"lemma":"ἰσόψυχος","transliteration":"isópsychos","pronunciation":null,"derivation":"from G2470 (ἴσος) and G5590 (ψυχή);","strongs_definition":"of similar spirit","kjv_definition":"likeminded"} +{"id":"G938","strongs_number":"G938","system":"greek","language":"greek","number_value":938,"lemma":"βασίλισσα","transliteration":"basílissa","pronunciation":null,"derivation":"feminine from G936 (βασιλεύω);","strongs_definition":"a queen","kjv_definition":"queen"} +{"id":"G4986","strongs_number":"G4986","system":"greek","language":"greek","number_value":4986,"lemma":"Σώπατρος","transliteration":"Sṓpatros","pronunciation":null,"derivation":"from the base of G4982 (σώζω) and G3962 (πατήρ);","strongs_definition":"of a safe father; Sopatrus, a Christian","kjv_definition":"Sopater"} +{"id":"G2226","strongs_number":"G2226","system":"greek","language":"greek","number_value":2226,"lemma":"ζῶον","transliteration":"zōon","pronunciation":null,"derivation":"neuter of a derivative of G2198 (ζάω);","strongs_definition":"a live thing, i.e. an animal","kjv_definition":"beast"} +{"id":"G5302","strongs_number":"G5302","system":"greek","language":"greek","number_value":5302,"lemma":"ὑστερέω","transliteration":"hysteréō","pronunciation":null,"derivation":"from G5306 (ὕστερος);","strongs_definition":"to be later, i.e. (by implication) to be inferior; generally, to fall short (be deficient)","kjv_definition":"come behind (short), be destitute, fail, lack, suffer need, (be in) want, be the worse"} +{"id":"G2264","strongs_number":"G2264","system":"greek","language":"greek","number_value":2264,"lemma":"Ἡρώδης","transliteration":"Hērṓdēs","pronunciation":null,"derivation":"compound of (a \"hero\") and G1491 (εἶδος);","strongs_definition":"heroic; Herod, the name of four Jewish kings","kjv_definition":"Herod"} +{"id":"G185","strongs_number":"G185","system":"greek","language":"greek","number_value":185,"lemma":"ἀκέραιος","transliteration":"akéraios","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G2767 (κεράννυμι);","strongs_definition":"unmixed, i.e. (figuratively) innocent","kjv_definition":"harmless, simple"} +{"id":"G2892","strongs_number":"G2892","system":"greek","language":"greek","number_value":2892,"lemma":"κουστωδία","transliteration":"koustōdía","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"\"custody\", i.e. a Roman sentry","kjv_definition":"watch"} +{"id":"G2935","strongs_number":"G2935","system":"greek","language":"greek","number_value":2935,"lemma":"κτήτωρ","transliteration":"ktḗtōr","pronunciation":null,"derivation":"from G2932 (κτάομαι);","strongs_definition":"an owner","kjv_definition":"possessor"} +{"id":"G4308","strongs_number":"G4308","system":"greek","language":"greek","number_value":4308,"lemma":"προοράω","transliteration":"prooráō","pronunciation":null,"derivation":"from G4253 (πρό) and G3708 (ὁράω);","strongs_definition":"to behold in advance, i.e. (actively) to notice (another) previously, or (middle voice) to keep in (one's own) view","kjv_definition":"foresee, see before"} +{"id":"G1730","strongs_number":"G1730","system":"greek","language":"greek","number_value":1730,"lemma":"ἔνδειγμα","transliteration":"éndeigma","pronunciation":null,"derivation":"from G1731 (ἐνδείκνυμι);","strongs_definition":"an indication (concretely)","kjv_definition":"manifest token"} +{"id":"G1085","strongs_number":"G1085","system":"greek","language":"greek","number_value":1085,"lemma":"γένος","transliteration":"génos","pronunciation":null,"derivation":"from G1096 (γίνομαι);","strongs_definition":"\"kin\" (abstract or concrete, literal or figurative, individual or collective)","kjv_definition":"born, country(-man), diversity, generation, kind(-red), nation, offspring, stock"} +{"id":"G371","strongs_number":"G371","system":"greek","language":"greek","number_value":371,"lemma":"ἀναξίως","transliteration":"anaxíōs","pronunciation":null,"derivation":"adverb from G370 (ἀνάξιος);","strongs_definition":"irreverently","kjv_definition":"unworthily"} +{"id":"G3590","strongs_number":"G3590","system":"greek","language":"greek","number_value":3590,"lemma":"ὄγδοος","transliteration":"ógdoos","pronunciation":null,"derivation":"from G3638 (ὀκτώ);","strongs_definition":"the eighth","kjv_definition":"eighth"} +{"id":"G2544","strongs_number":"G2544","system":"greek","language":"greek","number_value":2544,"lemma":"καίτοιγε","transliteration":"kaítoige","pronunciation":null,"derivation":"from G2543 (καίτοι) and G1065 (γέ);","strongs_definition":"and yet indeed, i.e. although really","kjv_definition":"nevertheless, though"} +{"id":"G4165","strongs_number":"G4165","system":"greek","language":"greek","number_value":4165,"lemma":"ποιμαίνω","transliteration":"poimaínō","pronunciation":null,"derivation":"from G4166 (ποιμήν);","strongs_definition":"to tend as a shepherd of (figuratively, superviser)","kjv_definition":"feed (cattle), rule"} +{"id":"G680","strongs_number":"G680","system":"greek","language":"greek","number_value":680,"lemma":"ἅπτομαι","transliteration":"háptomai","pronunciation":null,"derivation":"reflexive of G681 (ἅπτω);","strongs_definition":"properly, to attach oneself to, i.e. to touch (in many implied relations)","kjv_definition":"touch"} +{"id":"G1711","strongs_number":"G1711","system":"greek","language":"greek","number_value":1711,"lemma":"ἐμπορία","transliteration":"emporía","pronunciation":null,"derivation":"feminine from G1713 (ἔμπορος);","strongs_definition":"traffic","kjv_definition":"merchandise"} +{"id":"G2146","strongs_number":"G2146","system":"greek","language":"greek","number_value":2146,"lemma":"εὐπροσωπέω","transliteration":"euprosōpéō","pronunciation":null,"derivation":"from a compound of G2095 (εὖ) and G4383 (πρόσωπον);","strongs_definition":"to be of good countenance, i.e. (figuratively) to make a display","kjv_definition":"make a fair show"} +{"id":"G1686","strongs_number":"G1686","system":"greek","language":"greek","number_value":1686,"lemma":"ἐμβάπτω","transliteration":"embáptō","pronunciation":null,"derivation":"from G1722 (ἐν) and G911 (βάπτω);","strongs_definition":"to whelm on, i.e. wet (a part of the person, etc.) by contact with a fluid","kjv_definition":"dip"} +{"id":"G4942","strongs_number":"G4942","system":"greek","language":"greek","number_value":4942,"lemma":"συνυποκρίνομαι","transliteration":"synypokrínomai","pronunciation":null,"derivation":"from G4862 (σύν) and G5271 (ὑποκρίνομαι);","strongs_definition":"to act hypocritically in concert with","kjv_definition":"dissemble with"} +{"id":"G1738","strongs_number":"G1738","system":"greek","language":"greek","number_value":1738,"lemma":"ἔνδικος","transliteration":"éndikos","pronunciation":null,"derivation":"from G1722 (ἐν) and G1349 (δίκη);","strongs_definition":"in the right, i.e. equitable","kjv_definition":"just"} +{"id":"G3954","strongs_number":"G3954","system":"greek","language":"greek","number_value":3954,"lemma":"παῤῥησία","transliteration":"parrhēsía","pronunciation":null,"derivation":"from G3956 (πᾶς) and a derivative of G4483 (ῥέω);","strongs_definition":"all out-spokenness, i.e. frankness, bluntness, publicity; by implication, assurance","kjv_definition":"bold (X -ly, -ness, -ness of speech), confidence, X freely, X openly, X plainly(-ness)"} +{"id":"G4471","strongs_number":"G4471","system":"greek","language":"greek","number_value":4471,"lemma":"Ῥαμᾶ","transliteration":"Rhamâ","pronunciation":null,"derivation":"of Hebrew origin (H07414);","strongs_definition":"Rama (i.e. Ramah), a place in Palestine","kjv_definition":"Rama"} +{"id":"G1942","strongs_number":"G1942","system":"greek","language":"greek","number_value":1942,"lemma":"ἐπικάλυμα","transliteration":"epikályma","pronunciation":null,"derivation":"from G1943 (ἐπικαλύπτω);","strongs_definition":"a covering, i.e. (figuratively) pretext","kjv_definition":"cloke"} +{"id":"G4485","strongs_number":"G4485","system":"greek","language":"greek","number_value":4485,"lemma":"ῥῆγμα","transliteration":"rhēgma","pronunciation":null,"derivation":"from G4486 (ῥήγνυμι);","strongs_definition":"something torn, i.e. a fragment (by implication and abstractly, a fall)","kjv_definition":"ruin"} +{"id":"G4775","strongs_number":"G4775","system":"greek","language":"greek","number_value":4775,"lemma":"συγκάθημαι","transliteration":"synkáthēmai","pronunciation":null,"derivation":"from G4862 (σύν) and G2521 (κάθημαι);","strongs_definition":"to seat oneself in company with","kjv_definition":"sit with"} +{"id":"G1764","strongs_number":"G1764","system":"greek","language":"greek","number_value":1764,"lemma":"ἐνίστημι","transliteration":"enístēmi","pronunciation":null,"derivation":"from G1722 (ἐν) and G2476 (ἵστημι);","strongs_definition":"to place on hand, i.e. (reflexively) impend, (participle) be instant","kjv_definition":"come, be at hand, present"} +{"id":"G127","strongs_number":"G127","system":"greek","language":"greek","number_value":127,"lemma":"αἰδώς","transliteration":"aidṓs","pronunciation":null,"derivation":"perhaps from G1 (Α) (as a negative particle) and G1492 (εἴδω) (through the idea of downcast eyes);","strongs_definition":"bashfulness, i.e. (towards men), modesty or (towards God) awe","kjv_definition":"reverence, shamefacedness"} +{"id":"G5610","strongs_number":"G5610","system":"greek","language":"greek","number_value":5610,"lemma":"ὥρα","transliteration":"hṓra","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"an \"hour\" (literally or figuratively)","kjv_definition":"day, hour, instant, season, X short, (even-)tide, (high) time"} +{"id":"G2299","strongs_number":"G2299","system":"greek","language":"greek","number_value":2299,"lemma":"θεά","transliteration":"theá","pronunciation":null,"derivation":"feminine of G2316 (θεός);","strongs_definition":"a female deity","kjv_definition":"goddess"} +{"id":"G2345","strongs_number":"G2345","system":"greek","language":"greek","number_value":2345,"lemma":"θιγγάνω","transliteration":"thingánō","pronunciation":null,"derivation":"a prolonged form of an obsolete primary (to finger);","strongs_definition":"to manipulate, i.e. have to do with; by implication, to injure","kjv_definition":"handle, touch"} +{"id":"G106","strongs_number":"G106","system":"greek","language":"greek","number_value":106,"lemma":"ἄζυμος","transliteration":"ázymos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2219 (ζύμη);","strongs_definition":"unleavened, i.e. (figuratively) uncorrupted; (in the neutral plural) specially (by implication) the Passover week","kjv_definition":"unleavened (bread)"} +{"id":"G1169","strongs_number":"G1169","system":"greek","language":"greek","number_value":1169,"lemma":"δειλός","transliteration":"deilós","pronunciation":null,"derivation":"from (dread);","strongs_definition":"timid, i.e. (by implication) faithless","kjv_definition":"fearful"} +{"id":"G1370","strongs_number":"G1370","system":"greek","language":"greek","number_value":1370,"lemma":"διχοστασία","transliteration":"dichostasía","pronunciation":null,"derivation":"from a derivative of G1364 (δίς) and G4714 (στάσις);","strongs_definition":"disunion, i.e. (figuratively) dissension","kjv_definition":"division, sedition"} +{"id":"G1147","strongs_number":"G1147","system":"greek","language":"greek","number_value":1147,"lemma":"δάκτυλος","transliteration":"dáktylos","pronunciation":null,"derivation":"probably from G1176 (δέκα);","strongs_definition":"a finger","kjv_definition":"finger"} +{"id":"G4862","strongs_number":"G4862","system":"greek","language":"greek","number_value":4862,"lemma":"σύν","transliteration":"sýn","pronunciation":null,"derivation":"a primary preposition denoting union;","strongs_definition":"with or together (but much closer than G3326 (μετά) or G3844 (παρά)), i.e. by association, companionship, process, resemblance, possession, instrumentality, addition, etc.","kjv_definition":"beside, with"} +{"id":"G1704","strongs_number":"G1704","system":"greek","language":"greek","number_value":1704,"lemma":"ἐμπεριπατέω","transliteration":"emperipatéō","pronunciation":null,"derivation":"from G1722 (ἐν) and G4043 (περιπατέω);","strongs_definition":"to perambulate on a place, i.e. (figuratively) to be occupied among persons","kjv_definition":"walk in"} +{"id":"G4031","strongs_number":"G4031","system":"greek","language":"greek","number_value":4031,"lemma":"περικρατής","transliteration":"perikratḗs","pronunciation":null,"derivation":"from G4012 (περί) and G2904 (κράτος);","strongs_definition":"strong all around, i.e. a master (manager)","kjv_definition":"+ come by"} +{"id":"G1578","strongs_number":"G1578","system":"greek","language":"greek","number_value":1578,"lemma":"ἐκκλίνω","transliteration":"ekklínō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2827 (κλίνω);","strongs_definition":"to deviate, i.e. (absolutely) to shun (literally or figuratively), or (relatively) to decline (from piety)","kjv_definition":"avoid, eschew, go out of the way"} +{"id":"G533","strongs_number":"G533","system":"greek","language":"greek","number_value":533,"lemma":"ἀπαρνέομαι","transliteration":"aparnéomai","pronunciation":null,"derivation":"from G575 (ἀπό) and G720 (ἀρνέομαι);","strongs_definition":"to deny utterly, i.e. disown, abstain","kjv_definition":"deny"} +{"id":"G1884","strongs_number":"G1884","system":"greek","language":"greek","number_value":1884,"lemma":"ἐπαρκέω","transliteration":"eparkéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G714 (ἀρκέω);","strongs_definition":"to avail for, i.e. help","kjv_definition":"relieve"} +{"id":"G5589","strongs_number":"G5589","system":"greek","language":"greek","number_value":5589,"lemma":"ψιχίον","transliteration":"psichíon","pronunciation":null,"derivation":"diminutive from a derivative of the base of G5567 (ψάλλω) (meaning a crumb);","strongs_definition":"a little bit or morsel","kjv_definition":"crumb"} +{"id":"G3424","strongs_number":"G3424","system":"greek","language":"greek","number_value":3424,"lemma":"μογιλάλος","transliteration":"mogilálos","pronunciation":null,"derivation":"from G3425 (μόγις) and G2980 (λαλέω);","strongs_definition":"hardly talking, i.e. dumb (tongue-tied)","kjv_definition":"having an impediment in his speech"} +{"id":"G652","strongs_number":"G652","system":"greek","language":"greek","number_value":652,"lemma":"ἀπόστολος","transliteration":"apóstolos","pronunciation":null,"derivation":"from G649 (ἀποστέλλω);","strongs_definition":"a delegate; specially, an ambassador of the Gospel; officially a commissioner of Christ (\"apostle\") (with miraculous powers)","kjv_definition":"apostle, messenger, he that is sent"} +{"id":"G3715","strongs_number":"G3715","system":"greek","language":"greek","number_value":3715,"lemma":"ὄρεξις","transliteration":"órexis","pronunciation":null,"derivation":"from G3713 (ὀρέγομαι);","strongs_definition":"excitement of the mind, i.e. longing after","kjv_definition":"lust"} +{"id":"G3636","strongs_number":"G3636","system":"greek","language":"greek","number_value":3636,"lemma":"ὀκνηρός","transliteration":"oknērós","pronunciation":null,"derivation":"from G3635 (ὀκνέω);","strongs_definition":"tardy, i.e. indolent; (figuratively) irksome","kjv_definition":"grievous, slothful"} +{"id":"G4185","strongs_number":"G4185","system":"greek","language":"greek","number_value":4185,"lemma":"πολυτελής","transliteration":"polytelḗs","pronunciation":null,"derivation":"from G4183 (πολύς) and G5056 (τέλος);","strongs_definition":"extremely expensive","kjv_definition":"costly, very precious, of great price"} +{"id":"G4281","strongs_number":"G4281","system":"greek","language":"greek","number_value":4281,"lemma":"προέρχομαι","transliteration":"proérchomai","pronunciation":null,"derivation":"from G4253 (πρό) and G2064 (ἔρχομαι) (including its alternate);","strongs_definition":"to go onward, precede (in place or time)","kjv_definition":"go before (farther, forward), outgo, pass on"} +{"id":"G1535","strongs_number":"G1535","system":"greek","language":"greek","number_value":1535,"lemma":"εἴτε","transliteration":"eíte","pronunciation":null,"derivation":"from G1487 (εἰ) and G5037 (τέ);","strongs_definition":"if too","kjv_definition":"if, or, whether"} +{"id":"G2456","strongs_number":"G2456","system":"greek","language":"greek","number_value":2456,"lemma":"Ἰουλία","transliteration":"Ioulía","pronunciation":null,"derivation":"feminine of the same as G2457 (Ἰούλιος);","strongs_definition":"Julia, a Christian woman","kjv_definition":"Julia"} +{"id":"G1955","strongs_number":"G1955","system":"greek","language":"greek","number_value":1955,"lemma":"ἐπίλυσις","transliteration":"epílysis","pronunciation":null,"derivation":"from G1956 (ἐπιλύω);","strongs_definition":"explanation, i.e. application","kjv_definition":"interpretation"} +{"id":"G2994","strongs_number":"G2994","system":"greek","language":"greek","number_value":2994,"lemma":"Λαοδικεύς","transliteration":"Laodikeús","pronunciation":null,"derivation":"from G2993 (Λαοδίκεια);","strongs_definition":"a Laodicean, i.e. inhabitant of Laodicia","kjv_definition":"Laodicean"} +{"id":"G2198","strongs_number":"G2198","system":"greek","language":"greek","number_value":2198,"lemma":"ζάω","transliteration":"záō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to live (literally or figuratively)","kjv_definition":"life(-time), (a-)live(-ly), quick"} +{"id":"G1571","strongs_number":"G1571","system":"greek","language":"greek","number_value":1571,"lemma":"ἐκκαθαίρω","transliteration":"ekkathaírō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2508 (καθαίρω);","strongs_definition":"to cleanse thoroughly","kjv_definition":"purge (out)"} +{"id":"G3370","strongs_number":"G3370","system":"greek","language":"greek","number_value":3370,"lemma":"Μῆδος","transliteration":"Mēdos","pronunciation":null,"derivation":"of foreign origin (compare H04074);","strongs_definition":"a Median, or inhabitant of Media","kjv_definition":"Mede"} +{"id":"G4685","strongs_number":"G4685","system":"greek","language":"greek","number_value":4685,"lemma":"σπάω","transliteration":"spáō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to draw","kjv_definition":"draw (out)"} +{"id":"G3542","strongs_number":"G3542","system":"greek","language":"greek","number_value":3542,"lemma":"νομή","transliteration":"nomḗ","pronunciation":null,"derivation":"feminine from the same as G3551 (νόμος);","strongs_definition":"pasture, i.e. (the act) feeding (figuratively, spreading of a gangrene), or (the food) pasturage","kjv_definition":"X eat, pasture"} +{"id":"G5024","strongs_number":"G5024","system":"greek","language":"greek","number_value":5024,"lemma":"ταὐτά","transliteration":"tautá","pronunciation":null,"derivation":"neuter plural of G3588 (ὁ) and G846 (αὐτός) as adverb;","strongs_definition":"in the same way","kjv_definition":"even thus, (manner) like, so"} +{"id":"G2141","strongs_number":"G2141","system":"greek","language":"greek","number_value":2141,"lemma":"εὐπορέω","transliteration":"euporéō","pronunciation":null,"derivation":"from a compound of G2090 (ἑτοιμάζω) and the base of G4197 (πορεία);","strongs_definition":"(intransitively) to be good for passing through, i.e. (figuratively) have pecuniary means","kjv_definition":"ability"} +{"id":"G3982","strongs_number":"G3982","system":"greek","language":"greek","number_value":3982,"lemma":"πείθω","transliteration":"peíthō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to convince (by argument, true or false); by analogy, to pacify or conciliate (by other fair means); reflexively or passively, to assent (to evidence or authority), to rely (by inward certainty)","kjv_definition":"agree, assure, believe, have confidence, be (wax) conflent, make friend, obey, persuade, trust, yield"} +{"id":"G2597","strongs_number":"G2597","system":"greek","language":"greek","number_value":2597,"lemma":"καταβαίνω","transliteration":"katabaínō","pronunciation":null,"derivation":"from G2596 (κατά) and the base of G939 (βάσις);","strongs_definition":"to descend (literally or figuratively)","kjv_definition":"come (get, go, step) down, fall (down)"} +{"id":"G11","strongs_number":"G11","system":"greek","language":"greek","number_value":11,"lemma":"Ἀβραάμ","transliteration":"Abraám","pronunciation":null,"derivation":"of Hebrew origin (H085);","strongs_definition":"Abraham, the Hebrew patriarch","kjv_definition":"Abraham"} +{"id":"G2441","strongs_number":"G2441","system":"greek","language":"greek","number_value":2441,"lemma":"ἱματισμός","transliteration":"himatismós","pronunciation":null,"derivation":"from G2439 (ἱματίζω);","strongs_definition":"clothing","kjv_definition":"apparel (X -led), array, raiment, vesture"} +{"id":"G5240","strongs_number":"G5240","system":"greek","language":"greek","number_value":5240,"lemma":"ὑπερεκχύνω","transliteration":"hyperekchýnō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and the alternate form of G1632 (ἐκχέω);","strongs_definition":"to pour out over, i.e. (passively) to overflow","kjv_definition":"run over"} +{"id":"G4187","strongs_number":"G4187","system":"greek","language":"greek","number_value":4187,"lemma":"πολυτρόπως","transliteration":"polytrópōs","pronunciation":null,"derivation":"adverb from a compound of G4183 (πολύς) and G5158 (τρόπος);","strongs_definition":"in many ways, i.e. variously as to method or form","kjv_definition":"in divers manners"} +{"id":"G3975","strongs_number":"G3975","system":"greek","language":"greek","number_value":3975,"lemma":"παχύνω","transliteration":"pachýnō","pronunciation":null,"derivation":"from a derivative of G4078 (πήγνυμι) (meaning thick);","strongs_definition":"to thicken, i.e. (by implication) to fatten (figuratively, stupefy or render callous)","kjv_definition":"wax gross"} +{"id":"G3743","strongs_number":"G3743","system":"greek","language":"greek","number_value":3743,"lemma":"ὁσίως","transliteration":"hosíōs","pronunciation":null,"derivation":"adverb from G3741 (ὅσιος);","strongs_definition":"piously","kjv_definition":"holily"} +{"id":"G1881","strongs_number":"G1881","system":"greek","language":"greek","number_value":1881,"lemma":"ἐπανίσταμαι","transliteration":"epanístamai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and G450 (ἀνίστημι);","strongs_definition":"to stand up on, i.e. (figuratively) to attack","kjv_definition":"rise up against"} +{"id":"G3166","strongs_number":"G3166","system":"greek","language":"greek","number_value":3166,"lemma":"μεγαλαυχέω","transliteration":"megalauchéō","pronunciation":null,"derivation":"from a compound of G3173 (μέγας) and (to boast;","strongs_definition":"akin to G837 (αὐξάνω) and G2744 (καυχάομαι)); to talk big, i.e. be grandiloquent (arrogant, egotistic)","kjv_definition":"boast great things"} +{"id":"G4728","strongs_number":"G4728","system":"greek","language":"greek","number_value":4728,"lemma":"στενός","transliteration":"stenós","pronunciation":null,"derivation":"probably from the base of G2476 (ἵστημι);","strongs_definition":"narrow (from obstacles standing close about)","kjv_definition":"strait"} +{"id":"G1132","strongs_number":"G1132","system":"greek","language":"greek","number_value":1132,"lemma":"γυμνότης","transliteration":"gymnótēs","pronunciation":null,"derivation":"from G1131 (γυμνός);","strongs_definition":"nudity (absolute or comparative)","kjv_definition":"nakedness"} +{"id":"G1781","strongs_number":"G1781","system":"greek","language":"greek","number_value":1781,"lemma":"ἐντέλλομαι","transliteration":"entéllomai","pronunciation":null,"derivation":"from G1722 (ἐν) and the base of G5056 (τέλος);","strongs_definition":"to enjoin","kjv_definition":"(give) charge, (give) command(-ments), injoin"} +{"id":"G376","strongs_number":"G376","system":"greek","language":"greek","number_value":376,"lemma":"ἀνάπηρος","transliteration":"anápēros","pronunciation":null,"derivation":"from G303 (ἀνά) (in the sense of intensity) and (maimed);","strongs_definition":"crippled","kjv_definition":"maimed"} +{"id":"G3065","strongs_number":"G3065","system":"greek","language":"greek","number_value":3065,"lemma":"Λουκᾶς","transliteration":"Loukâs","pronunciation":null,"derivation":"contracted from Latin Lucanus;","strongs_definition":"Lucas, a Christian","kjv_definition":"Lucas, Luke"} +{"id":"G5588","strongs_number":"G5588","system":"greek","language":"greek","number_value":5588,"lemma":"ψιθυριστής","transliteration":"psithyristḗs","pronunciation":null,"derivation":"from the same as G5587 (ψιθυρισμός);","strongs_definition":"a secret calumniator","kjv_definition":"whisperer"} +{"id":"G5190","strongs_number":"G5190","system":"greek","language":"greek","number_value":5190,"lemma":"Τυχικός","transliteration":"Tychikós","pronunciation":null,"derivation":"from a derivative of G5177 (τυγχάνω);","strongs_definition":"fortuitous, i.e. fortunate; Tychicus, a Christian","kjv_definition":"Tychicus"} +{"id":"G2787","strongs_number":"G2787","system":"greek","language":"greek","number_value":2787,"lemma":"κιβωτός","transliteration":"kibōtós","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a box, i.e. the sacred ark and that of Noah","kjv_definition":"ark"} +{"id":"G1431","strongs_number":"G1431","system":"greek","language":"greek","number_value":1431,"lemma":"δωρεά","transliteration":"dōreá","pronunciation":null,"derivation":"from G1435 (δῶρον);","strongs_definition":"a gratuity","kjv_definition":"gift"} +{"id":"G1984","strongs_number":"G1984","system":"greek","language":"greek","number_value":1984,"lemma":"ἐπισκοπή","transliteration":"episkopḗ","pronunciation":null,"derivation":"from G1980 (ἐπισκέπτομαι);","strongs_definition":"inspection (for relief); by implication, superintendence; specially, the Christian \"episcopate\"","kjv_definition":"the office of a \"bishop\", bishoprick, visitation"} +{"id":"G1243","strongs_number":"G1243","system":"greek","language":"greek","number_value":1243,"lemma":"διαίρεσις","transliteration":"diaíresis","pronunciation":null,"derivation":"from G1244 (διαιρέω);","strongs_definition":"a distinction or (concretely) variety","kjv_definition":"difference, diversity"} +{"id":"G79","strongs_number":"G79","system":"greek","language":"greek","number_value":79,"lemma":"ἀδελφή","transliteration":"adelphḗ","pronunciation":null,"derivation":"feminine of G80 (ἀδελφός);","strongs_definition":"a sister (naturally or ecclesiastically)","kjv_definition":"sister"} +{"id":"G256","strongs_number":"G256","system":"greek","language":"greek","number_value":256,"lemma":"Ἀλφαῖος","transliteration":"Alphaîos","pronunciation":null,"derivation":"of Hebrew origin (compare H02501);","strongs_definition":"Alphæus, an Israelite","kjv_definition":"Alpheus"} +{"id":"G2803","strongs_number":"G2803","system":"greek","language":"greek","number_value":2803,"lemma":"Κλαυδία","transliteration":"Klaudía","pronunciation":null,"derivation":"feminine of G2804 (Κλαύδιος);","strongs_definition":"Claudia, a Christian woman","kjv_definition":"Claudia"} +{"id":"G5229","strongs_number":"G5229","system":"greek","language":"greek","number_value":5229,"lemma":"ὑπεραίρομαι","transliteration":"hyperaíromai","pronunciation":null,"derivation":"middle voice from G5228 (ὑπέρ) and G142 (αἴρω);","strongs_definition":"to raise oneself over, i.e. (figuratively) to become haughty","kjv_definition":"exalt self, be exalted above measure"} +{"id":"G3846","strongs_number":"G3846","system":"greek","language":"greek","number_value":3846,"lemma":"παραβάλλω","transliteration":"parabállō","pronunciation":null,"derivation":"from G3844 (παρά) and G906 (βάλλω);","strongs_definition":"to throw alongside, i.e. (reflexively) to reach a place, or (figuratively) to liken","kjv_definition":"arrive, compare"} +{"id":"G835","strongs_number":"G835","system":"greek","language":"greek","number_value":835,"lemma":"αὐλίζομαι","transliteration":"aulízomai","pronunciation":null,"derivation":"middle voice from G833 (αὐλή);","strongs_definition":"to pass the night (properly, in the open air)","kjv_definition":"abide, lodge"} +{"id":"G2231","strongs_number":"G2231","system":"greek","language":"greek","number_value":2231,"lemma":"ἡγεμονία","transliteration":"hēgemonía","pronunciation":null,"derivation":"from G2232 (ἡγεμών);","strongs_definition":"government, i.e. (in time) official term","kjv_definition":"reign"} +{"id":"G2045","strongs_number":"G2045","system":"greek","language":"greek","number_value":2045,"lemma":"ἐρευνάω","transliteration":"ereunáō","pronunciation":null,"derivation":"apparently from G2046 (ἐρέω) (through the idea of inquiry);","strongs_definition":"to seek, i.e. (figuratively) to investigate","kjv_definition":"search"} +{"id":"G4318","strongs_number":"G4318","system":"greek","language":"greek","number_value":4318,"lemma":"προσαγωγή","transliteration":"prosagōgḗ","pronunciation":null,"derivation":"from G4317 (προσάγω) (compare G72 (ἀγωγή));","strongs_definition":"admission","kjv_definition":"access"} +{"id":"G2107","strongs_number":"G2107","system":"greek","language":"greek","number_value":2107,"lemma":"εὐδοκία","transliteration":"eudokía","pronunciation":null,"derivation":"from a presumed compound of G2095 (εὖ) and the base of G1380 (δοκέω);","strongs_definition":"satisfaction, i.e. (subjectively) delight, or (objectively) kindness, wish, purpose","kjv_definition":"desire, good pleasure (will), X seem good"} +{"id":"G4894","strongs_number":"G4894","system":"greek","language":"greek","number_value":4894,"lemma":"συνείδω","transliteration":"syneídō","pronunciation":null,"derivation":"from G4862 (σύν) and G1492 (εἴδω);","strongs_definition":"to see completely; used (like its primary) only in two past tenses, respectively meaning to understand or become aware, and to be conscious or (clandestinely) informed of","kjv_definition":"consider, know, be privy, be ware of"} +{"id":"G3454","strongs_number":"G3454","system":"greek","language":"greek","number_value":3454,"lemma":"μῦθος","transliteration":"mŷthos","pronunciation":null,"derivation":"perhaps from the same as G3453 (μυέω) (through the idea of tuition);","strongs_definition":"a tale, i.e. fiction (\"myth\")","kjv_definition":"fable"} +{"id":"G1467","strongs_number":"G1467","system":"greek","language":"greek","number_value":1467,"lemma":"ἐγκρατεύομαι","transliteration":"enkrateúomai","pronunciation":null,"derivation":"middle voice from G1468 (ἐγκρατής);","strongs_definition":"to exercise self-restraint (in diet and chastity)","kjv_definition":"can(-not) contain, be temperate"} +{"id":"G3864","strongs_number":"G3864","system":"greek","language":"greek","number_value":3864,"lemma":"παραθαλάσσιος","transliteration":"parathalássios","pronunciation":null,"derivation":"from G3844 (παρά) and G2281 (θάλασσα);","strongs_definition":"along the sea, i.e. maritime (lacustrine)","kjv_definition":"upon the sea coast"} +{"id":"G711","strongs_number":"G711","system":"greek","language":"greek","number_value":711,"lemma":"Ἀριστόβουλος","transliteration":"Aristóboulos","pronunciation":null,"derivation":"from the same as G712 (ἄριστον) and G1012 (βουλή);","strongs_definition":"best counselling; Aristoboulus, a Christian","kjv_definition":"Aristobulus"} +{"id":"G609","strongs_number":"G609","system":"greek","language":"greek","number_value":609,"lemma":"ἀποκόπτω","transliteration":"apokóptō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2875 (κόπτω);","strongs_definition":"to amputate; reflexively (by irony) to mutilate (the privy parts)","kjv_definition":"cut off"} +{"id":"G2718","strongs_number":"G2718","system":"greek","language":"greek","number_value":2718,"lemma":"κατέρχομαι","transliteration":"katérchomai","pronunciation":null,"derivation":"from G2596 (κατά) and G2064 (ἔρχομαι) (including its alternate);","strongs_definition":"to come (or go) down (literally or figuratively)","kjv_definition":"come (down), depart, descend, go down, land"} +{"id":"G4649","strongs_number":"G4649","system":"greek","language":"greek","number_value":4649,"lemma":"σκοπός","transliteration":"skopós","pronunciation":null,"derivation":"from (to peer about (\"skeptic\");","strongs_definition":"perhaps akin to G4626 (σκάπτω) through the idea of concealment; compare G4629 (σκέπασμα)); a watch (sentry or scout), i.e. (by implication) a goal","kjv_definition":"mark"} +{"id":"G2335","strongs_number":"G2335","system":"greek","language":"greek","number_value":2335,"lemma":"θεωρία","transliteration":"theōría","pronunciation":null,"derivation":"from the same as G2334 (θεωρέω);","strongs_definition":"spectatorship, i.e. (concretely) a spectacle","kjv_definition":"sight"} +{"id":"G2665","strongs_number":"G2665","system":"greek","language":"greek","number_value":2665,"lemma":"καταπέτασμα","transliteration":"katapétasma","pronunciation":null,"derivation":"from a compound of G2596 (κατά) and a congener of G4072 (πέτομαι);","strongs_definition":"something spread thoroughly, i.e. (specially) the door screen (to the Most Holy Place) in the Jewish Temple","kjv_definition":"vail"} +{"id":"G5544","strongs_number":"G5544","system":"greek","language":"greek","number_value":5544,"lemma":"χρηστότης","transliteration":"chrēstótēs","pronunciation":null,"derivation":"from G5543 (χρηστός);","strongs_definition":"usefulness, i.e. morally, excellence (in character or demeanor)","kjv_definition":"gentleness, good(-ness), kindness"} +{"id":"G1451","strongs_number":"G1451","system":"greek","language":"greek","number_value":1451,"lemma":"ἐγγύς","transliteration":"engýs","pronunciation":null,"derivation":"from a primary verb (to squeeze or throttle;","strongs_definition":"akin to the base of G43 (ἀγκάλη)); near (literally or figuratively, of place or time)","kjv_definition":"from , at hand, near, nigh (at hand, unto), ready"} +{"id":"G4357","strongs_number":"G4357","system":"greek","language":"greek","number_value":4357,"lemma":"προσμένω","transliteration":"prosménō","pronunciation":null,"derivation":"from G4314 (πρός) and G3306 (μένω);","strongs_definition":"to stay further, i.e. remain in a place, with a person; figuratively, to adhere to, persevere in","kjv_definition":"abide still, be with, cleave unto, continue in (with)"} +{"id":"G5587","strongs_number":"G5587","system":"greek","language":"greek","number_value":5587,"lemma":"ψιθυρισμός","transliteration":"psithyrismós","pronunciation":null,"derivation":"from a derivative of (a whisper;","strongs_definition":"by implication, a slander; probably akin to G5574 (ψεύδομαι)); whispering, i.e. secret detraction","kjv_definition":"whispering"} +{"id":"G1991","strongs_number":"G1991","system":"greek","language":"greek","number_value":1991,"lemma":"ἐπιστηρίζω","transliteration":"epistērízō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4741 (στηρίζω);","strongs_definition":"to support further, i.e. reestablish","kjv_definition":"confirm, strengthen"} +{"id":"G5044","strongs_number":"G5044","system":"greek","language":"greek","number_value":5044,"lemma":"τεκνοτροφέω","transliteration":"teknotrophéō","pronunciation":null,"derivation":"from a compound of G5043 (τέκνον) and G5142 (τρέφω);","strongs_definition":"to be a childrearer, i.e. fulfil the duties of a female parent","kjv_definition":"bring up children"} +{"id":"G4750","strongs_number":"G4750","system":"greek","language":"greek","number_value":4750,"lemma":"στόμα","transliteration":"stóma","pronunciation":null,"derivation":"probably strengthened from a presumed derivative of the base of G5114 (τομώτερος);","strongs_definition":"the mouth (as if a gash in the face); by implication, language (and its relations); figuratively, an opening (in the earth); specially, the front or edge (of a weapon)","kjv_definition":"edge, face, mouth"} +{"id":"G2078","strongs_number":"G2078","system":"greek","language":"greek","number_value":2078,"lemma":"ἔσχατος","transliteration":"éschatos","pronunciation":null,"derivation":"a superlative probably from G2192 (ἔχω) (in the sense of contiguity);","strongs_definition":"farthest, final (of place or time)","kjv_definition":"ends of, last, latter end, lowest, uttermost"} +{"id":"G2177","strongs_number":"G2177","system":"greek","language":"greek","number_value":2177,"lemma":"ἐφάλλομαι","transliteration":"ephállomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G242 (ἅλλομαι);","strongs_definition":"to spring upon","kjv_definition":"leap on"} +{"id":"G3033","strongs_number":"G3033","system":"greek","language":"greek","number_value":3033,"lemma":"Λιβύη","transliteration":"Libýē","pronunciation":null,"derivation":"probably from G3047 (λίψ);","strongs_definition":"Libye, a region of Africa","kjv_definition":"Libya"} +{"id":"G2019","strongs_number":"G2019","system":"greek","language":"greek","number_value":2019,"lemma":"ἐπιφωνέω","transliteration":"epiphōnéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5455 (φωνέω);","strongs_definition":"to call at something, i.e. exclaim","kjv_definition":"cry (against), give a shout"} +{"id":"G402","strongs_number":"G402","system":"greek","language":"greek","number_value":402,"lemma":"ἀναχωρέω","transliteration":"anachōréō","pronunciation":null,"derivation":"from G303 (ἀνά) and G5562 (χωρέω);","strongs_definition":"to retire","kjv_definition":"depart, give place, go (turn) aside, withdraw self"} +{"id":"G3498","strongs_number":"G3498","system":"greek","language":"greek","number_value":3498,"lemma":"νεκρός","transliteration":"nekrós","pronunciation":null,"derivation":"from an apparently primary (a corpse);","strongs_definition":"dead (literally or figuratively; also as noun)","kjv_definition":"dead"} +{"id":"G2224","strongs_number":"G2224","system":"greek","language":"greek","number_value":2224,"lemma":"ζώννυμι","transliteration":"zṓnnymi","pronunciation":null,"derivation":"from G2223 (ζώνη);","strongs_definition":"to bind about (especially with a belt)","kjv_definition":"gird"} +{"id":"G5040","strongs_number":"G5040","system":"greek","language":"greek","number_value":5040,"lemma":"τεκνίον","transliteration":"tekníon","pronunciation":null,"derivation":"diminutive of G5043 (τέκνον);","strongs_definition":"an infant, i.e. (plural figuratively) darlings (Christian converts)","kjv_definition":"little children"} +{"id":"G293","strongs_number":"G293","system":"greek","language":"greek","number_value":293,"lemma":"ἀμφίβληστρον","transliteration":"amphíblēstron","pronunciation":null,"derivation":"from a compound of the base of G297 (ἀμφότερος) and G906 (βάλλω);","strongs_definition":"a (fishing) net (as thrown about the fish)","kjv_definition":"net"} +{"id":"G3655","strongs_number":"G3655","system":"greek","language":"greek","number_value":3655,"lemma":"ὄμβρος","transliteration":"ómbros","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a thunder storm","kjv_definition":"shower"} +{"id":"G499","strongs_number":"G499","system":"greek","language":"greek","number_value":499,"lemma":"ἀντίτυπον","transliteration":"antítypon","pronunciation":null,"derivation":"neuter of a compound of G473 (ἀντί) and G5179 (τύπος);","strongs_definition":"corresponding (\"antitype\"), i.e. a representative, counterpart","kjv_definition":"(like) figure (whereunto)"} +{"id":"G599","strongs_number":"G599","system":"greek","language":"greek","number_value":599,"lemma":"ἀποθνήσκω","transliteration":"apothnḗskō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2348 (θνήσκω);","strongs_definition":"to die off (literally or figuratively)","kjv_definition":"be dead, death, die, lie a-dying, be slain (X with)"} +{"id":"G4205","strongs_number":"G4205","system":"greek","language":"greek","number_value":4205,"lemma":"πόρνος","transliteration":"pórnos","pronunciation":null,"derivation":"from (to sell;","strongs_definition":"akin to the base of G4097 (πιπράσκω)); a (male) prostitute (as venal), i.e. (by analogy) a debauchee (libertine)","kjv_definition":"fornicator, whoremonger"} +{"id":"G1274","strongs_number":"G1274","system":"greek","language":"greek","number_value":1274,"lemma":"διανύω","transliteration":"dianýō","pronunciation":null,"derivation":"from G1223 (διά) and (to effect);","strongs_definition":"to accomplish thoroughly","kjv_definition":"finish"} +{"id":"G219","strongs_number":"G219","system":"greek","language":"greek","number_value":219,"lemma":"ἀλεκτοροφωνία","transliteration":"alektorophōnía","pronunciation":null,"derivation":"from G220 (ἀλέκτωρ) and G5456 (φωνή);","strongs_definition":"cock-crow, i.e. the third night-watch","kjv_definition":"cockcrowing"} +{"id":"G3455","strongs_number":"G3455","system":"greek","language":"greek","number_value":3455,"lemma":"μυκάομαι","transliteration":"mykáomai","pronunciation":null,"derivation":"from a presumed derivative of ( to \"moo\");","strongs_definition":"to bellow (roar)","kjv_definition":"roar"} +{"id":"G687","strongs_number":"G687","system":"greek","language":"greek","number_value":687,"lemma":"ἆρα","transliteration":"âra","pronunciation":null,"derivation":"a form of G686 (ἄρα), denoting an interrogation to which a negative answer is presumed","strongs_definition":null,"kjv_definition":"therefore"} +{"id":"G811","strongs_number":"G811","system":"greek","language":"greek","number_value":811,"lemma":"ἀσώτως","transliteration":"asṓtōs","pronunciation":null,"derivation":"adverb from the same as G810 (ἀσωτία);","strongs_definition":"dissolutely","kjv_definition":"riotous"} +{"id":"G444","strongs_number":"G444","system":"greek","language":"greek","number_value":444,"lemma":"ἄνθρωπος","transliteration":"ánthrōpos","pronunciation":null,"derivation":"from G435 (ἀνήρ) and (the countenance;","strongs_definition":"from G3700 (ὀπτάνομαι)); man-faced, i.e. a human being","kjv_definition":"certain, man"} +{"id":"G2947","strongs_number":"G2947","system":"greek","language":"greek","number_value":2947,"lemma":"κυλιόω","transliteration":"kylióō","pronunciation":null,"derivation":"from the base of G2949 (κῦμα) (through the idea of circularity;","strongs_definition":"compare G2945 (κύκλῳ), G1507 (εἱλίσσω)); to roll about","kjv_definition":"wallow"} +{"id":"G2316","strongs_number":"G2316","system":"greek","language":"greek","number_value":2316,"lemma":"θεός","transliteration":"theós","pronunciation":null,"derivation":"of uncertain affinity; a deity, especially (with G3588 (ὁ)) the supreme Divinity;","strongs_definition":"figuratively, a magistrate; by Hebraism, very","kjv_definition":"X exceeding, God, god(-ly, -ward)"} +{"id":"G1339","strongs_number":"G1339","system":"greek","language":"greek","number_value":1339,"lemma":"διΐστημι","transliteration":"diḯstēmi","pronunciation":null,"derivation":"from G1223 (διά) and G2476 (ἵστημι);","strongs_definition":"to stand apart, i.e. (reflexively) to remove, intervene","kjv_definition":"go further, be parted, after the space of"} +{"id":"G5521","strongs_number":"G5521","system":"greek","language":"greek","number_value":5521,"lemma":"χολή","transliteration":"cholḗ","pronunciation":null,"derivation":"feminine of an equivalent perhaps akin to the same as 5514 (from the greenish hue);","strongs_definition":"\"gall\" or bile, i.e. (by analogy) poison or an anodyne (wormwood, poppy, etc.)","kjv_definition":"gall"} +{"id":"G2154","strongs_number":"G2154","system":"greek","language":"greek","number_value":2154,"lemma":"εὔσημος","transliteration":"eúsēmos","pronunciation":null,"derivation":"from G2095 (εὖ) and the base of G4591 (σημαίνω);","strongs_definition":"well indicated, i.e. (figuratively) significant","kjv_definition":"easy to be understood"} +{"id":"G4238","strongs_number":"G4238","system":"greek","language":"greek","number_value":4238,"lemma":"πράσσω","transliteration":"prássō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to \"practise\", i.e. perform repeatedly or habitually (thus differing from G4160 (ποιέω), which properly refers to a single act); by implication, to execute, accomplish, etc.; specially, to collect (dues), fare (personally)","kjv_definition":"commit, deeds, do, exact, keep, require, use arts"} +{"id":"G4592","strongs_number":"G4592","system":"greek","language":"greek","number_value":4592,"lemma":"σημεῖον","transliteration":"sēmeîon","pronunciation":null,"derivation":"neuter of a presumed derivative of the base of G4591 (σημαίνω);","strongs_definition":"an indication, especially ceremonially or supernaturally","kjv_definition":"miracle, sign, token, wonder"} +{"id":"G4756","strongs_number":"G4756","system":"greek","language":"greek","number_value":4756,"lemma":"στρατιά","transliteration":"stratiá","pronunciation":null,"derivation":"feminine of a derivative of (an army;","strongs_definition":"from the base of G4766 (στρώννυμι), as encamped); camp-likeness, i.e. an army, i.e. (figuratively) the angels, the celestial luminaries","kjv_definition":"host"} +{"id":"G4579","strongs_number":"G4579","system":"greek","language":"greek","number_value":4579,"lemma":"σείω","transliteration":"seíō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to rock (vibrate, properly, sideways or to and fro), i.e. (generally) to agitate (in any direction; cause to tremble); figuratively, to throw into a tremor (of fear or concern)","kjv_definition":"move, quake, shake"} +{"id":"G73","strongs_number":"G73","system":"greek","language":"greek","number_value":73,"lemma":"ἀγών","transliteration":"agṓn","pronunciation":null,"derivation":"from G71 (ἄγω);","strongs_definition":"properly, a place of assembly (as if led), i.e. (by implication) a contest (held there); figuratively, an effort or anxiety","kjv_definition":"conflict, contention, fight, race"} +{"id":"G2390","strongs_number":"G2390","system":"greek","language":"greek","number_value":2390,"lemma":"ἰάομαι","transliteration":"iáomai","pronunciation":null,"derivation":"middle voice of apparently a primary verb;","strongs_definition":"to cure (literally or figuratively)","kjv_definition":"heal, make whole"} +{"id":"G5601","strongs_number":"G5601","system":"greek","language":"greek","number_value":5601,"lemma":"Ὠβήδ","transliteration":"Ōbḗd","pronunciation":null,"derivation":"of Hebrew origin (H05744);","strongs_definition":"Obed, an Israelite","kjv_definition":"Obed"} +{"id":"G555","strongs_number":"G555","system":"greek","language":"greek","number_value":555,"lemma":"ἀπέκδυσις","transliteration":"apékdysis","pronunciation":null,"derivation":"from G554 (ἀπεκδύομαι);","strongs_definition":"divestment","kjv_definition":"putting off"} +{"id":"G5405","strongs_number":"G5405","system":"greek","language":"greek","number_value":5405,"lemma":"Φοῖνιξ","transliteration":"Phoînix","pronunciation":null,"derivation":"probably the same as G5404 (φοῖνιξ);","strongs_definition":"Phœnix, a place in Crete","kjv_definition":"Phenice"} +{"id":"G4575","strongs_number":"G4575","system":"greek","language":"greek","number_value":4575,"lemma":"σεβαστός","transliteration":"sebastós","pronunciation":null,"derivation":"from G4573 (σεβάζομαι);","strongs_definition":"venerable (august), i.e. (as noun) a title of the Roman Emperor, or (as adjective) imperial","kjv_definition":"Augustus(-')"} +{"id":"G2311","strongs_number":"G2311","system":"greek","language":"greek","number_value":2311,"lemma":"θεμελιόω","transliteration":"themelióō","pronunciation":null,"derivation":"from G2310 (θεμέλιος);","strongs_definition":"to lay a basis for, i.e. (literally) erect, or (figuratively) consolidate","kjv_definition":"(lay the) found(- ation), ground, settle"} +{"id":"G740","strongs_number":"G740","system":"greek","language":"greek","number_value":740,"lemma":"ἄρτος","transliteration":"ártos","pronunciation":null,"derivation":"from G142 (αἴρω);","strongs_definition":"bread (as raised) or a loaf","kjv_definition":"(shew-)bread, loaf"} +{"id":"G5202","strongs_number":"G5202","system":"greek","language":"greek","number_value":5202,"lemma":"ὑδροποτέω","transliteration":"hydropotéō","pronunciation":null,"derivation":"from a compound of G5204 (ὕδωρ) and a derivative of G4095 (πίνω);","strongs_definition":"to be a water-drinker, i.e. to abstain from vinous beverages","kjv_definition":"drink water"} +{"id":"G1477","strongs_number":"G1477","system":"greek","language":"greek","number_value":1477,"lemma":"ἑδραίωμα","transliteration":"hedraíōma","pronunciation":null,"derivation":"from a derivative of G1476 (ἑδραῖος);","strongs_definition":"a support, i.e. (figuratively) basis","kjv_definition":"ground"} +{"id":"G5533","strongs_number":"G5533","system":"greek","language":"greek","number_value":5533,"lemma":"χρεωφειλέτης","transliteration":"chreōpheilétēs","pronunciation":null,"derivation":"from a derivative of G5531 (χράω) and G3781 (ὀφειλέτης);","strongs_definition":"a loan-ower, i.e. indebted person","kjv_definition":"debtor"} +{"id":"G487","strongs_number":"G487","system":"greek","language":"greek","number_value":487,"lemma":"ἀντίλυτρον","transliteration":"antílytron","pronunciation":null,"derivation":"from G473 (ἀντί) and G3083 (λύτρον);","strongs_definition":"a redemption-price","kjv_definition":"ransom"} +{"id":"G3116","strongs_number":"G3116","system":"greek","language":"greek","number_value":3116,"lemma":"μακροθυμώς","transliteration":"makrothymṓs","pronunciation":null,"derivation":"adverb of a compound of G3117 (μακρός) and G2372 (θυμός);","strongs_definition":"with long (enduring) temper, i.e. leniently","kjv_definition":"patiently"} +{"id":"G3613","strongs_number":"G3613","system":"greek","language":"greek","number_value":3613,"lemma":"οἰκητήριον","transliteration":"oikētḗrion","pronunciation":null,"derivation":"neuter of a presumed derivative of G3611 (οἰκέω) (equivalent to G3612 (οἴκημα));","strongs_definition":"a residence (literally or figuratively)","kjv_definition":"habitation, house"} +{"id":"G220","strongs_number":"G220","system":"greek","language":"greek","number_value":220,"lemma":"ἀλέκτωρ","transliteration":"aléktōr","pronunciation":null,"derivation":"from (to ward off);","strongs_definition":"a cock or male fowl","kjv_definition":"cock"} +{"id":"G5615","strongs_number":"G5615","system":"greek","language":"greek","number_value":5615,"lemma":"ὡσαύτως","transliteration":"hōsaútōs","pronunciation":null,"derivation":"from G5613 (ὡς) and an adverb from G846 (αὐτός);","strongs_definition":"as thus, i.e. in the same way","kjv_definition":"even so, likewise, after the same (in like) manner"} +{"id":"G597","strongs_number":"G597","system":"greek","language":"greek","number_value":597,"lemma":"ἀποθησαυρίζω","transliteration":"apothēsaurízō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2343 (θησαυρίζω);","strongs_definition":"to treasure away","kjv_definition":"lay up in store"} +{"id":"G5115","strongs_number":"G5115","system":"greek","language":"greek","number_value":5115,"lemma":"τόξον","transliteration":"tóxon","pronunciation":null,"derivation":"from the base of G5088 (τίκτω);","strongs_definition":"a bow (apparently as the simplest fabric)","kjv_definition":"bow"} +{"id":"G631","strongs_number":"G631","system":"greek","language":"greek","number_value":631,"lemma":"ἀπομάσσομαι","transliteration":"apomássomai","pronunciation":null,"derivation":"middle voice from G575 (ἀπό) and (to squeeze, knead, smear);","strongs_definition":"to scrape away","kjv_definition":"wipe off"} +{"id":"G4740","strongs_number":"G4740","system":"greek","language":"greek","number_value":4740,"lemma":"στηριγμός","transliteration":"stērigmós","pronunciation":null,"derivation":"from G4741 (στηρίζω);","strongs_definition":"stability (figuratively)","kjv_definition":"stedfastness"} +{"id":"G5582","strongs_number":"G5582","system":"greek","language":"greek","number_value":5582,"lemma":"ψεῦσμα","transliteration":"pseûsma","pronunciation":null,"derivation":"from G5574 (ψεύδομαι);","strongs_definition":"a fabrication, i.e. falsehood","kjv_definition":"lie"} +{"id":"G3993","strongs_number":"G3993","system":"greek","language":"greek","number_value":3993,"lemma":"πένης","transliteration":"pénēs","pronunciation":null,"derivation":"from a primary (to toil for daily subsistence);","strongs_definition":"starving, i.e. indigent","kjv_definition":"poor"} +{"id":"G2887","strongs_number":"G2887","system":"greek","language":"greek","number_value":2887,"lemma":"κόσμιος","transliteration":"kósmios","pronunciation":null,"derivation":"from G2889 (κόσμος) (in its primary sense);","strongs_definition":"orderly, i.e. decorous","kjv_definition":"of good behaviour, modest"} +{"id":"G2170","strongs_number":"G2170","system":"greek","language":"greek","number_value":2170,"lemma":"εὐχάριστος","transliteration":"eucháristos","pronunciation":null,"derivation":"from G2095 (εὖ) and a derivative of G5483 (χαρίζομαι);","strongs_definition":"well favored, i.e. (by implication) grateful","kjv_definition":"thankful"} +{"id":"G4115","strongs_number":"G4115","system":"greek","language":"greek","number_value":4115,"lemma":"πλατύνω","transliteration":"platýnō","pronunciation":null,"derivation":"from G4116 (πλατύς);","strongs_definition":"to widen (literally or figuratively)","kjv_definition":"make broad, enlarge"} +{"id":"G4850","strongs_number":"G4850","system":"greek","language":"greek","number_value":4850,"lemma":"συμπρεσβύτερος","transliteration":"sympresbýteros","pronunciation":null,"derivation":"from G4862 (σύν) and G4245 (πρεσβύτερος);","strongs_definition":"a co-presbyter","kjv_definition":"presbyter, also an elder"} +{"id":"G2848","strongs_number":"G2848","system":"greek","language":"greek","number_value":2848,"lemma":"κόκκος","transliteration":"kókkos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a kernel of seed","kjv_definition":"corn, grain"} +{"id":"G3807","strongs_number":"G3807","system":"greek","language":"greek","number_value":3807,"lemma":"παιδαγωγός","transliteration":"paidagōgós","pronunciation":null,"derivation":"from G3816 (παῖς) and a reduplicated form of G71 (ἄγω);","strongs_definition":"a boy-leader, i.e. a servant whose office it was to take the children to school; (by implication, (figuratively) a tutor (\"pædagogue\"))","kjv_definition":"instructor, schoolmaster"} +{"id":"G3944","strongs_number":"G3944","system":"greek","language":"greek","number_value":3944,"lemma":"παροίχομαι","transliteration":"paroíchomai","pronunciation":null,"derivation":"from G3844 (παρά) and (to depart);","strongs_definition":"to escape along, i.e. be gone","kjv_definition":"past"} +{"id":"G936","strongs_number":"G936","system":"greek","language":"greek","number_value":936,"lemma":"βασιλεύω","transliteration":"basileúō","pronunciation":null,"derivation":"from G935 (βασιλεύς);","strongs_definition":"to rule (literally or figuratively)","kjv_definition":"king, reign"} +{"id":"G165","strongs_number":"G165","system":"greek","language":"greek","number_value":165,"lemma":"αἰών","transliteration":"aiṓn","pronunciation":null,"derivation":"from the same as G104 (ἀεί);","strongs_definition":"properly, an age; by extension, perpetuity (also past); by implication, the world; specially (Jewish) a Messianic period (present or future)","kjv_definition":"age, course, eternal, (for) ever(-more), (n-)ever, (beginning of the , while the) world (began, without end)"} +{"id":"G4600","strongs_number":"G4600","system":"greek","language":"greek","number_value":4600,"lemma":"σιαγών","transliteration":"siagṓn","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"the jaw-bone, i.e. (by implication) the cheek or side of the face","kjv_definition":"cheek"} +{"id":"G1323","strongs_number":"G1323","system":"greek","language":"greek","number_value":1323,"lemma":"δίδραχμον","transliteration":"dídrachmon","pronunciation":null,"derivation":"from G1364 (δίς) and G1406 (δραχμή);","strongs_definition":"a double drachma (didrachm)","kjv_definition":"tribute"} +{"id":"G4109","strongs_number":"G4109","system":"greek","language":"greek","number_value":4109,"lemma":"πλάξ","transliteration":"pláx","pronunciation":null,"derivation":"from G4111 (πλάσσω);","strongs_definition":"a moulding-board, i.e. flat surface (\"plate\", or tablet, literally or figuratively)","kjv_definition":"table"} +{"id":"G2287","strongs_number":"G2287","system":"greek","language":"greek","number_value":2287,"lemma":"θανατήφορος","transliteration":"thanatḗphoros","pronunciation":null,"derivation":"from (the feminine form of) G2288 (θάνατος) and G5342 (φέρω);","strongs_definition":"death-bearing, i.e. fatal","kjv_definition":"deadly"} +{"id":"G1360","strongs_number":"G1360","system":"greek","language":"greek","number_value":1360,"lemma":"διότι","transliteration":"dióti","pronunciation":null,"derivation":"from G1223 (διά) and G3754 (ὅτι);","strongs_definition":"on the very account that, or inasmuch as","kjv_definition":"because (that), for, therefore"} +{"id":"G1259","strongs_number":"G1259","system":"greek","language":"greek","number_value":1259,"lemma":"διαλλάσσω","transliteration":"diallássō","pronunciation":null,"derivation":"from G1223 (διά) and G236 (ἀλλάσσω);","strongs_definition":"to change thoroughly, i.e. (mentally) to conciliate","kjv_definition":"reconcile"} +{"id":"G2933","strongs_number":"G2933","system":"greek","language":"greek","number_value":2933,"lemma":"κτῆμα","transliteration":"ktēma","pronunciation":null,"derivation":"from G2932 (κτάομαι);","strongs_definition":"an acquirement, i.e. estate","kjv_definition":"possession"} +{"id":"G469","strongs_number":"G469","system":"greek","language":"greek","number_value":469,"lemma":"ἀνταπόδοσις","transliteration":"antapódosis","pronunciation":null,"derivation":"from G467 (ἀνταποδίδωμι);","strongs_definition":"requital (properly, the act)","kjv_definition":"reward"} +{"id":"G3834","strongs_number":"G3834","system":"greek","language":"greek","number_value":3834,"lemma":"πανουργία","transliteration":"panourgía","pronunciation":null,"derivation":"from G3835 (πανοῦργος);","strongs_definition":"adroitness, i.e. (in a bad sense) trickery or sophistry","kjv_definition":"(cunning) craftiness, subtilty"} +{"id":"G5078","strongs_number":"G5078","system":"greek","language":"greek","number_value":5078,"lemma":"τέχνη","transliteration":"téchnē","pronunciation":null,"derivation":"from the base of G5088 (τίκτω);","strongs_definition":"art (as productive), i.e. (specially), a trade, or (generally) skill","kjv_definition":"art, craft, occupation"} +{"id":"G4212","strongs_number":"G4212","system":"greek","language":"greek","number_value":4212,"lemma":"ποσάκις","transliteration":"posákis","pronunciation":null,"derivation":"multiplicative from G4214 (πόσος);","strongs_definition":"how many times","kjv_definition":"how oft(-en)"} +{"id":"G3951","strongs_number":"G3951","system":"greek","language":"greek","number_value":3951,"lemma":"παροτρύνω","transliteration":"parotrýnō","pronunciation":null,"derivation":"from G3844 (παρά) and (to spur);","strongs_definition":"to urge along, i.e. stimulate (to hostility)","kjv_definition":"stir up"} +{"id":"G1099","strongs_number":"G1099","system":"greek","language":"greek","number_value":1099,"lemma":"γλυκύς","transliteration":"glykýs","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"sweet (i.e. not bitter nor salt)","kjv_definition":"sweet, fresh"} +{"id":"G866","strongs_number":"G866","system":"greek","language":"greek","number_value":866,"lemma":"ἀφιλάργυρος","transliteration":"aphilárgyros","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5366 (φιλάργυρος);","strongs_definition":"unavaricious","kjv_definition":"without covetousness, not greedy of filthy lucre"} +{"id":"G4612","strongs_number":"G4612","system":"greek","language":"greek","number_value":4612,"lemma":"σιμικίνθιον","transliteration":"simikínthion","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a semicinctium or half-girding, i.e. narrow covering (apron)","kjv_definition":"apron"} +{"id":"G308","strongs_number":"G308","system":"greek","language":"greek","number_value":308,"lemma":"ἀναβλέπω","transliteration":"anablépō","pronunciation":null,"derivation":"from G303 (ἀνά) and G991 (βλέπω);","strongs_definition":"to look up; by implication, to recover sight","kjv_definition":"look (up), see, receive sight"} +{"id":"G4289","strongs_number":"G4289","system":"greek","language":"greek","number_value":4289,"lemma":"πρόθυμος","transliteration":"próthymos","pronunciation":null,"derivation":"from G4253 (πρό) and G2372 (θυμός);","strongs_definition":"forward in spirit, i.e. predisposed; neuter (as noun) alacrity","kjv_definition":"ready, willing"} +{"id":"G1957","strongs_number":"G1957","system":"greek","language":"greek","number_value":1957,"lemma":"ἐπιμαρτυρέω","transliteration":"epimartyréō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3140 (μαρτυρέω);","strongs_definition":"to attest further, i.e. corroborate","kjv_definition":"testify"} +{"id":"G4611","strongs_number":"G4611","system":"greek","language":"greek","number_value":4611,"lemma":"Σιλωάμ","transliteration":"Silōám","pronunciation":null,"derivation":"of Hebrew origin (H07975);","strongs_definition":"Siloam (i.e. Shiloach), a pool of Jerusalem","kjv_definition":"Siloam"} +{"id":"G5212","strongs_number":"G5212","system":"greek","language":"greek","number_value":5212,"lemma":"ὑμέτερος","transliteration":"hyméteros","pronunciation":null,"derivation":"from G5210 (ὑμεῖς);","strongs_definition":"yours, i.e. pertaining to you","kjv_definition":"your (own)"} +{"id":"G4565","strongs_number":"G4565","system":"greek","language":"greek","number_value":4565,"lemma":"Σάρων","transliteration":"Sárōn","pronunciation":null,"derivation":"of Hebrew origin (H08289);","strongs_definition":"Saron (i.e. Sharon), a district of Palestine","kjv_definition":"Saron"} +{"id":"G1649","strongs_number":"G1649","system":"greek","language":"greek","number_value":1649,"lemma":"ἔλεγξις","transliteration":"élenxis","pronunciation":null,"derivation":"from G1651 (ἐλέγχω);","strongs_definition":"refutation, i.e. reproof","kjv_definition":"rebuke"} +{"id":"G4011","strongs_number":"G4011","system":"greek","language":"greek","number_value":4011,"lemma":"Πέργη","transliteration":"Pérgē","pronunciation":null,"derivation":"probably from the same as G4010 (Πέργαμος);","strongs_definition":"a tower; Perga, a place in Asia Minor","kjv_definition":"Perga"} +{"id":"G2706","strongs_number":"G2706","system":"greek","language":"greek","number_value":2706,"lemma":"καταφρονέω","transliteration":"kataphronéō","pronunciation":null,"derivation":"from G2596 (κατά) and G5426 (φρονέω);","strongs_definition":"to think against, i.e. disesteem","kjv_definition":"despise"} +{"id":"G4297","strongs_number":"G4297","system":"greek","language":"greek","number_value":4297,"lemma":"προκοπή","transliteration":"prokopḗ","pronunciation":null,"derivation":"from G4298 (προκόπτω);","strongs_definition":"progress, i.e. advancement (subjectively or objectively)","kjv_definition":"furtherance, profit"} +{"id":"G5243","strongs_number":"G5243","system":"greek","language":"greek","number_value":5243,"lemma":"ὑπερηφανία","transliteration":"hyperēphanía","pronunciation":null,"derivation":"from G5244 (ὑπερήφανος);","strongs_definition":"haughtiness","kjv_definition":"pride"} +{"id":"G4459","strongs_number":"G4459","system":"greek","language":"greek","number_value":4459,"lemma":"πῶς","transliteration":"pōs","pronunciation":null,"derivation":"adverb from the base of G4226 (ποῦ);","strongs_definition":"an interrogative particle of manner; in what way? (sometimes the question is indirect, how?); also as exclamation, how much!","kjv_definition":"how, after (by) what manner (means), that"} +{"id":"G5455","strongs_number":"G5455","system":"greek","language":"greek","number_value":5455,"lemma":"φωνέω","transliteration":"phōnéō","pronunciation":null,"derivation":"from G5456 (φωνή);","strongs_definition":"to emit a sound (animal, human or instrumental); by implication, to address in words or by name, also in imitation","kjv_definition":"call (for), crow, cry"} +{"id":"G1499","strongs_number":"G1499","system":"greek","language":"greek","number_value":1499,"lemma":"εἰ καί","transliteration":"ei kaí","pronunciation":null,"derivation":"from G1487 (εἰ) and G2532 (καί);","strongs_definition":"if also (or even)","kjv_definition":"if (that), though"} +{"id":"G4262","strongs_number":"G4262","system":"greek","language":"greek","number_value":4262,"lemma":"προβατικός","transliteration":"probatikós","pronunciation":null,"derivation":"from G4263 (πρόβατον);","strongs_definition":"relating to sheep, i.e. (a gate) through which they were led into Jerusalem","kjv_definition":"sheep (market)"} +{"id":"G3007","strongs_number":"G3007","system":"greek","language":"greek","number_value":3007,"lemma":"λείπω","transliteration":"leípō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to leave, i.e. (intransitively or passively) to fail or be absent","kjv_definition":"be destitute (wanting), lack"} +{"id":"G3891","strongs_number":"G3891","system":"greek","language":"greek","number_value":3891,"lemma":"παρανομέω","transliteration":"paranoméō","pronunciation":null,"derivation":"from a compound of G3844 (παρά) and G3551 (νόμος);","strongs_definition":"to be opposed to law, i.e. to transgress","kjv_definition":"contrary to law"} +{"id":"G3756","strongs_number":"G3756","system":"greek","language":"greek","number_value":3756,"lemma":"οὐ","transliteration":"ou","pronunciation":null,"derivation":"a primary word;","strongs_definition":"the absolute negative (compare G3361 (μή)) adverb; no or not","kjv_definition":"+ long, nay, neither, never, no (X man), none, (can-)not, + nothing, + special, un(-worthy), when, + without, + yet but"} +{"id":"G861","strongs_number":"G861","system":"greek","language":"greek","number_value":861,"lemma":"ἀφθαρσία","transliteration":"aphtharsía","pronunciation":null,"derivation":"from G862 (ἄφθαρτος);","strongs_definition":"incorruptibility; genitive, unending existence; (figuratively) genuineness","kjv_definition":"immortality, incorruption, sincerity"} +{"id":"G1326","strongs_number":"G1326","system":"greek","language":"greek","number_value":1326,"lemma":"διεγείρω","transliteration":"diegeírō","pronunciation":null,"derivation":"from G1223 (διά) and G1453 (ἐγείρω);","strongs_definition":"to wake fully; i.e. arouse (literally or figuratively)","kjv_definition":"arise, awake, raise, stir up"} +{"id":"G2197","strongs_number":"G2197","system":"greek","language":"greek","number_value":2197,"lemma":"Ζαχαρίας","transliteration":"Zacharías","pronunciation":null,"derivation":"of Hebrew origin (H02148);","strongs_definition":"Zacharias (i.e. Zechariah), the name of two Israelites","kjv_definition":"Zacharias"} +{"id":"G2548","strongs_number":"G2548","system":"greek","language":"greek","number_value":2548,"lemma":"κἀκεῖνος","transliteration":"kakeînos","pronunciation":null,"derivation":"from G2532 (καί) and G1565 (ἐκεῖνος);","strongs_definition":"likewise that (or those)","kjv_definition":"and him (other, them), even he, him also, them (also), (and) they"} +{"id":"G2989","strongs_number":"G2989","system":"greek","language":"greek","number_value":2989,"lemma":"λάμπω","transliteration":"lámpō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to beam, i.e. radiate brilliancy (literally or figuratively)","kjv_definition":"give light, shine"} +{"id":"G2932","strongs_number":"G2932","system":"greek","language":"greek","number_value":2932,"lemma":"κτάομαι","transliteration":"ktáomai","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to get, i.e. acquire (by any means; own)","kjv_definition":"obtain, possess, provide, purchase"} +{"id":"G471","strongs_number":"G471","system":"greek","language":"greek","number_value":471,"lemma":"ἀντέπω","transliteration":"antépō","pronunciation":null,"derivation":"from G473 (ἀντί) and G2036 (ἔπω);","strongs_definition":"to refute or deny","kjv_definition":"gainsay, say against"} +{"id":"G5458","strongs_number":"G5458","system":"greek","language":"greek","number_value":5458,"lemma":"φωστήρ","transliteration":"phōstḗr","pronunciation":null,"derivation":"from G5457 (φῶς);","strongs_definition":"an illuminator, i.e. (concretely) a luminary, or (abstractly) brilliancy","kjv_definition":"light"} +{"id":"G1123","strongs_number":"G1123","system":"greek","language":"greek","number_value":1123,"lemma":"γραπτός","transliteration":"graptós","pronunciation":null,"derivation":"from G1125 (γράφω);","strongs_definition":"inscribed (figuratively)","kjv_definition":"written"} +{"id":"G2680","strongs_number":"G2680","system":"greek","language":"greek","number_value":2680,"lemma":"κατασκευάζω","transliteration":"kataskeuázō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G4632 (σκεῦος);","strongs_definition":"to prepare thoroughly (properly, by external equipment; whereas G2090 (ἑτοιμάζω) refers rather to internal fitness); by implication, to construct, create","kjv_definition":"build, make, ordain, prepare"} +{"id":"G5386","strongs_number":"G5386","system":"greek","language":"greek","number_value":5386,"lemma":"φιλόσοφος","transliteration":"philósophos","pronunciation":null,"derivation":"from G5384 (φίλος) and G4680 (σοφός);","strongs_definition":"fond of wise things, i.e. a \"philosopher\"","kjv_definition":"philosopher"} +{"id":"G4432","strongs_number":"G4432","system":"greek","language":"greek","number_value":4432,"lemma":"πτωχεία","transliteration":"ptōcheía","pronunciation":null,"derivation":"from G4433 (πτωχεύω);","strongs_definition":"beggary, i.e. indigence (literally or figuratively)","kjv_definition":"poverty"} +{"id":"G5057","strongs_number":"G5057","system":"greek","language":"greek","number_value":5057,"lemma":"τελώνης","transliteration":"telṓnēs","pronunciation":null,"derivation":"from G5056 (τέλος) and G5608 (ὠνέομαι);","strongs_definition":"a tax-farmer, i.e. collector of public revenue","kjv_definition":"publican"} +{"id":"G4158","strongs_number":"G4158","system":"greek","language":"greek","number_value":4158,"lemma":"ποδήρης","transliteration":"podḗrēs","pronunciation":null,"derivation":"from G4228 (πούς) and another element of uncertain affinity;","strongs_definition":"a dress (G2066 (ἐσθής) implied) reaching the ankles","kjv_definition":"garment down to the foot"} +{"id":"G3669","strongs_number":"G3669","system":"greek","language":"greek","number_value":3669,"lemma":"ὁμοίωσις","transliteration":"homoíōsis","pronunciation":null,"derivation":"from G3666 (ὁμοιόω);","strongs_definition":"assimilation, i.e. resemblance","kjv_definition":"similitude"} +{"id":"G1723","strongs_number":"G1723","system":"greek","language":"greek","number_value":1723,"lemma":"ἐναγκαλίζομαι","transliteration":"enankalízomai","pronunciation":null,"derivation":"from G1722 (ἐν) and a derivative of G43 (ἀγκάλη);","strongs_definition":"to take in one's arms, i.e. embrace","kjv_definition":"take up in arms"} +{"id":"G199","strongs_number":"G199","system":"greek","language":"greek","number_value":199,"lemma":"ἀκριβῶς","transliteration":"akribōs","pronunciation":null,"derivation":"adverb from the same as G196 (ἀκριβέστατος);","strongs_definition":"exactly","kjv_definition":"circumspectly, diligently, perfect(-ly)"} +{"id":"G4835","strongs_number":"G4835","system":"greek","language":"greek","number_value":4835,"lemma":"συμπαθής","transliteration":"sympathḗs","pronunciation":null,"derivation":"from G4841 (συμπάσχω);","strongs_definition":"having a fellow-feeling (\"sympathetic\"), i.e. (by implication) mutually commiserative","kjv_definition":"having compassion one of another"} +{"id":"G2036","strongs_number":"G2036","system":"greek","language":"greek","number_value":2036,"lemma":"ἔπω","transliteration":"épō","pronunciation":null,"derivation":"a primary verb (used only in the definite past tense, the others being borrowed from G2046 (ἐρέω), G4483 (ῥέω), and G5346 (φημί));","strongs_definition":"to speak or say (by word or writing)","kjv_definition":"answer, bid, bring word, call, command, grant, say (on), speak, tell"} +{"id":"G2618","strongs_number":"G2618","system":"greek","language":"greek","number_value":2618,"lemma":"κατακαίω","transliteration":"katakaíō","pronunciation":null,"derivation":"from G2596 (κατά) and G2545 (καίω);","strongs_definition":"to burn down (to the ground), i.e. consume wholly","kjv_definition":"burn (up, utterly)"} +{"id":"G205","strongs_number":"G205","system":"greek","language":"greek","number_value":205,"lemma":"ἀκροθίνιον","transliteration":"akrothínion","pronunciation":null,"derivation":"from G206 (ἄκρον) and (a heap);","strongs_definition":"properly (in the plural) the top of the heap, i.e. (by implication) best of the booty","kjv_definition":"spoils"} +{"id":"G4462","strongs_number":"G4462","system":"greek","language":"greek","number_value":4462,"lemma":"ῥαββονί","transliteration":"rhabboní","pronunciation":null,"derivation":"of Chaldee origin;","strongs_definition":"corresponding to G4461 (ῥαββί)","kjv_definition":"Lord, Rabboni"} +{"id":"G264","strongs_number":"G264","system":"greek","language":"greek","number_value":264,"lemma":"ἁμαρτάνω","transliteration":"hamartánō","pronunciation":null,"derivation":"perhaps from G1 (Α) (as a negative particle) and the base of G3313 (μέρος);","strongs_definition":"properly, to miss the mark (and so not share in the prize), i.e. (figuratively) to err, especially (morally) to sin","kjv_definition":"for your faults, offend, sin, trespass"} +{"id":"G30","strongs_number":"G30","system":"greek","language":"greek","number_value":30,"lemma":"ἀγγεῖον","transliteration":"angeîon","pronunciation":null,"derivation":"from (a pail, perhaps as bent;","strongs_definition":"compare the base of G43 (ἀγκάλη)); a receptacle","kjv_definition":"vessel"} +{"id":"G724","strongs_number":"G724","system":"greek","language":"greek","number_value":724,"lemma":"ἁρπαγή","transliteration":"harpagḗ","pronunciation":null,"derivation":"from G726 (ἁρπάζω);","strongs_definition":"pillage (properly abstract)","kjv_definition":"extortion, ravening, spoiling"} +{"id":"G5472","strongs_number":"G5472","system":"greek","language":"greek","number_value":5472,"lemma":"χαλκηδών","transliteration":"chalkēdṓn","pronunciation":null,"derivation":"from G5475 (χαλκός) and perhaps G1491 (εἶδος);","strongs_definition":"copper-like, i.e. \"chalcedony\"","kjv_definition":"chalcedony"} +{"id":"G1053","strongs_number":"G1053","system":"greek","language":"greek","number_value":1053,"lemma":"Γαλατία","transliteration":"Galatía","pronunciation":null,"derivation":"of foreign origin;","strongs_definition":"Galatia, a region of Asia","kjv_definition":"Galatia"} +{"id":"G2252","strongs_number":"G2252","system":"greek","language":"greek","number_value":2252,"lemma":"ἤμην","transliteration":"ḗmēn","pronunciation":null,"derivation":"a prolonged form of G2258 (ἦν);","strongs_definition":"I was","kjv_definition":"be, was"} +{"id":"G5184","strongs_number":"G5184","system":"greek","language":"greek","number_value":5184,"lemma":"Τύρος","transliteration":"Týros","pronunciation":null,"derivation":"of Hebrew origin (H06865): Tyrus (i.e. Tsor), a place in Palestine","strongs_definition":null,"kjv_definition":"Tyre"} +{"id":"G855","strongs_number":"G855","system":"greek","language":"greek","number_value":855,"lemma":"ἄφαντος","transliteration":"áphantos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G5316 (φαίνω);","strongs_definition":"non-manifested, i.e. invisible","kjv_definition":"vanished out of sight"} +{"id":"G170","strongs_number":"G170","system":"greek","language":"greek","number_value":170,"lemma":"ἀκαιρέομαι","transliteration":"akairéomai","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and G2540 (καιρός) (meaning unseasonable);","strongs_definition":"to be inopportune (for oneself), i.e. to fail of a proper occasion","kjv_definition":"lack opportunity"} +{"id":"G1718","strongs_number":"G1718","system":"greek","language":"greek","number_value":1718,"lemma":"ἐμφανίζω","transliteration":"emphanízō","pronunciation":null,"derivation":"from G1717 (ἐμφανής);","strongs_definition":"to exhibit (in person) or disclose (by words)","kjv_definition":"appear, declare (plainly), inform, (will) manifest, shew, signify"} +{"id":"G537","strongs_number":"G537","system":"greek","language":"greek","number_value":537,"lemma":"ἅπας","transliteration":"hápas","pronunciation":null,"derivation":"from G1 (Α) (as a particle of union) and G3956 (πᾶς);","strongs_definition":"absolutely all or (singular) every one","kjv_definition":"all (things), every (one), whole"} +{"id":"G398","strongs_number":"G398","system":"greek","language":"greek","number_value":398,"lemma":"ἀναφαίνω","transliteration":"anaphaínō","pronunciation":null,"derivation":"from G303 (ἀνά) and G5316 (φαίνω);","strongs_definition":"to show, i.e. (reflexively) appear, or (passively) to have pointed out","kjv_definition":"(should) appear, discover"} +{"id":"G4415","strongs_number":"G4415","system":"greek","language":"greek","number_value":4415,"lemma":"πρωτοτόκια","transliteration":"prōtotókia","pronunciation":null,"derivation":"from G4416 (πρωτότοκος);","strongs_definition":"primogeniture (as a privilege)","kjv_definition":"birthright"} +{"id":"G5413","strongs_number":"G5413","system":"greek","language":"greek","number_value":5413,"lemma":"φορτίον","transliteration":"phortíon","pronunciation":null,"derivation":"diminutive of G5414 (φόρτος);","strongs_definition":"an invoice (as part of freight), i.e. (figuratively) a task or service","kjv_definition":"burden"} +{"id":"G4007","strongs_number":"G4007","system":"greek","language":"greek","number_value":4007,"lemma":"περ","transliteration":"per","pronunciation":null,"derivation":"from the base of G4008 (πέραν);","strongs_definition":"an enclitic particle significant of abundance (thoroughness), i.e. emphasis; much, very or ever","kjv_definition":"(whom-)soever"} +{"id":"G2646","strongs_number":"G2646","system":"greek","language":"greek","number_value":2646,"lemma":"κατάλυμα","transliteration":"katályma","pronunciation":null,"derivation":"from G2647 (καταλύω);","strongs_definition":"properly, a dissolution (breaking up of a journey), i.e. (by implication) a lodging-place","kjv_definition":"guestchamber, inn"} +{"id":"G4029","strongs_number":"G4029","system":"greek","language":"greek","number_value":4029,"lemma":"περίκειμαι","transliteration":"períkeimai","pronunciation":null,"derivation":"from G4012 (περί) and G2749 (κεῖμαι);","strongs_definition":"to lie all around, i.e. inclose, encircle, hamper (literally or figuratively)","kjv_definition":"be bound (compassed) with, hang about"} +{"id":"G1713","strongs_number":"G1713","system":"greek","language":"greek","number_value":1713,"lemma":"ἔμπορος","transliteration":"émporos","pronunciation":null,"derivation":"from G1722 (ἐν) and the base of G4198 (πορεύομαι);","strongs_definition":"a (wholesale) tradesman","kjv_definition":"merchant"} +{"id":"G2823","strongs_number":"G2823","system":"greek","language":"greek","number_value":2823,"lemma":"κλίβανος","transliteration":"klíbanos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"an earthen pot used for baking in","kjv_definition":"oven"} +{"id":"G4938","strongs_number":"G4938","system":"greek","language":"greek","number_value":4938,"lemma":"σύντριμμα","transliteration":"sýntrimma","pronunciation":null,"derivation":"from G4937 (συντρίβω);","strongs_definition":"concussion or utter fracture (properly, concretely), i.e. complete ruin","kjv_definition":"destruction"} +{"id":"G5605","strongs_number":"G5605","system":"greek","language":"greek","number_value":5605,"lemma":"ὠδίνω","transliteration":"ōdínō","pronunciation":null,"derivation":"from G5604 (ὠδίν);","strongs_definition":"to experience the pains of parturition (literally or figuratively)","kjv_definition":"travail in (birth)"} +{"id":"G485","strongs_number":"G485","system":"greek","language":"greek","number_value":485,"lemma":"ἀντιλογία","transliteration":"antilogía","pronunciation":null,"derivation":"from a derivative of G483 (ἀντιλέγω);","strongs_definition":"dispute, disobedience","kjv_definition":"contradiction, gainsaying, strife"} +{"id":"G4292","strongs_number":"G4292","system":"greek","language":"greek","number_value":4292,"lemma":"προκαλέομαι","transliteration":"prokaléomai","pronunciation":null,"derivation":"middle voice from G4253 (πρό) and G2564 (καλέω);","strongs_definition":"to call forth to oneself (challenge), i.e. (by implication) to irritate","kjv_definition":"provoke"} +{"id":"G1142","strongs_number":"G1142","system":"greek","language":"greek","number_value":1142,"lemma":"δαίμων","transliteration":"daímōn","pronunciation":null,"derivation":"from (to distribute fortunes);","strongs_definition":"a dæmon or supernatural spirit (of a bad nature)","kjv_definition":"devil"} +{"id":"G1775","strongs_number":"G1775","system":"greek","language":"greek","number_value":1775,"lemma":"ἑνότης","transliteration":"henótēs","pronunciation":null,"derivation":"from G1520 (εἷς);","strongs_definition":"oneness, i.e. (figuratively) unanimity","kjv_definition":"unity"} +{"id":"G684","strongs_number":"G684","system":"greek","language":"greek","number_value":684,"lemma":"ἀπώλεια","transliteration":"apṓleia","pronunciation":null,"derivation":"from a presumed derivative of G622 (ἀπόλλυμι);","strongs_definition":"ruin or loss (physical, spiritual or eternal)","kjv_definition":"damnable(-nation), destruction, die, perdition, X perish, pernicious ways, waste"} +{"id":"G2979","strongs_number":"G2979","system":"greek","language":"greek","number_value":2979,"lemma":"λακτίζω","transliteration":"laktízō","pronunciation":null,"derivation":"from adverb (heelwise);","strongs_definition":"to recalcitrate","kjv_definition":"kick"} +{"id":"G1087","strongs_number":"G1087","system":"greek","language":"greek","number_value":1087,"lemma":"γερουσία","transliteration":"gerousía","pronunciation":null,"derivation":"from G1088 (γέρων);","strongs_definition":"the eldership, i.e. (collectively) the Jewish Sanhedrin","kjv_definition":"senate"} +{"id":"G5100","strongs_number":"G5100","system":"greek","language":"greek","number_value":5100,"lemma":"τὶς","transliteration":"tìs","pronunciation":null,"derivation":"an enclitic indefinite pronoun;","strongs_definition":"some or any person or object","kjv_definition":"a (kind of), any (man, thing, thing at all), certain (thing), divers, he (every) man, one (X thing), ought, + partly, some (man, -body, - thing, -what), (+ that no-)thing, what(-soever), X wherewith, whom(-soever), whose(-soever)"} +{"id":"G2839","strongs_number":"G2839","system":"greek","language":"greek","number_value":2839,"lemma":"κοινός","transliteration":"koinós","pronunciation":null,"derivation":"probably from G4862 (σύν);","strongs_definition":"common, i.e. (literally) shared by all or several, or (ceremonially) profane","kjv_definition":"common, defiled, unclean, unholy"} +{"id":"G5215","strongs_number":"G5215","system":"greek","language":"greek","number_value":5215,"lemma":"ὕμνος","transliteration":"hýmnos","pronunciation":null,"derivation":"apparently from a simpler (obsolete) form of (to celebrate;","strongs_definition":"probably akin to G103 (ᾄδω); compare H05667); a \"hymn\" or religious ode (one of the Psalms)","kjv_definition":"hymn"} +{"id":"G5204","strongs_number":"G5204","system":"greek","language":"greek","number_value":5204,"lemma":"ὕδωρ","transliteration":"hýdōr","pronunciation":null,"derivation":"from the base of G5205 (ὑετός);","strongs_definition":"water (as if rainy) literally or figuratively","kjv_definition":"water"} +{"id":"G5488","strongs_number":"G5488","system":"greek","language":"greek","number_value":5488,"lemma":"Χαῤῥάν","transliteration":"Charrhán","pronunciation":null,"derivation":"of Hebrew origin (H02771);","strongs_definition":"Charrhan (i.e. Charan), a place in Mesopotamia","kjv_definition":"Charran"} +{"id":"G2904","strongs_number":"G2904","system":"greek","language":"greek","number_value":2904,"lemma":"κράτος","transliteration":"krátos","pronunciation":null,"derivation":"perhaps a primary word;","strongs_definition":"vigor (\"great\") (literally or figuratively)","kjv_definition":"dominion, might(-ily), power, strength"} +{"id":"G841","strongs_number":"G841","system":"greek","language":"greek","number_value":841,"lemma":"αὐτάρκεια","transliteration":"autárkeia","pronunciation":null,"derivation":"from G842 (αὐτάρκης);","strongs_definition":"self-satisfaction, i.e. (abstractly) contentedness, or (concretely) a competence","kjv_definition":"contentment, sufficiency"} +{"id":"G3724","strongs_number":"G3724","system":"greek","language":"greek","number_value":3724,"lemma":"ὁρίζω","transliteration":"horízō","pronunciation":null,"derivation":"from G3725 (ὅριον);","strongs_definition":"to mark out or bound (\"horizon\"), i.e. (figuratively) to appoint, decree, specify","kjv_definition":"declare, determine, limit, ordain"} +{"id":"G1258","strongs_number":"G1258","system":"greek","language":"greek","number_value":1258,"lemma":"διάλεκτος","transliteration":"diálektos","pronunciation":null,"derivation":"from G1256 (διαλέγομαι);","strongs_definition":"a (mode of) discourse, i.e. \"dialect\"","kjv_definition":"language, tongue"} +{"id":"G3108","strongs_number":"G3108","system":"greek","language":"greek","number_value":3108,"lemma":"μακαρισμός","transliteration":"makarismós","pronunciation":null,"derivation":"from G3106 (μακαρίζω);","strongs_definition":"beatification, i.e. attribution of good fortune","kjv_definition":"blessedness"} +{"id":"G1478","strongs_number":"G1478","system":"greek","language":"greek","number_value":1478,"lemma":"Ἐζεκίας","transliteration":"Ezekías","pronunciation":null,"derivation":"of Hebrew origin (H02396);","strongs_definition":"Ezekias (i.e. Hezekeiah), an Israelite","kjv_definition":"Ezekias"} +{"id":"G3863","strongs_number":"G3863","system":"greek","language":"greek","number_value":3863,"lemma":"παραζηλόω","transliteration":"parazēlóō","pronunciation":null,"derivation":"from G3844 (παρά) and G2206 (ζηλόω);","strongs_definition":"to stimulate alongside, i.e. excite to rivalry","kjv_definition":"provoke to emulation (jealousy)"} +{"id":"G619","strongs_number":"G619","system":"greek","language":"greek","number_value":619,"lemma":"ἀπόλαυσις","transliteration":"apólausis","pronunciation":null,"derivation":"from a comparative of G575 (ἀπό) and (to enjoy);","strongs_definition":"full enjoyment","kjv_definition":"enjoy(-ment)"} +{"id":"G2885","strongs_number":"G2885","system":"greek","language":"greek","number_value":2885,"lemma":"κοσμέω","transliteration":"kosméō","pronunciation":null,"derivation":"from G2889 (κόσμος);","strongs_definition":"to put in proper order, i.e. decorate (literally or figuratively); specially, to snuff (a wick)","kjv_definition":"adorn, garnish, trim"} +{"id":"G4670","strongs_number":"G4670","system":"greek","language":"greek","number_value":4670,"lemma":"Σόδομα","transliteration":"Sódoma","pronunciation":null,"derivation":"plural of Hebrew origin (H05467);","strongs_definition":"Sodoma (i.e. Sedom), a place in Palestine","kjv_definition":"Sodom"} +{"id":"G5292","strongs_number":"G5292","system":"greek","language":"greek","number_value":5292,"lemma":"ὑποταγή","transliteration":"hypotagḗ","pronunciation":null,"derivation":"from G5293 (ὑποτάσσω);","strongs_definition":"subordination","kjv_definition":"subjection"} +{"id":"G5435","strongs_number":"G5435","system":"greek","language":"greek","number_value":5435,"lemma":"Φρυγία","transliteration":"Phrygía","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Phrygia, a region of Asia Minor","kjv_definition":"Phrygia"} +{"id":"G1668","strongs_number":"G1668","system":"greek","language":"greek","number_value":1668,"lemma":"ἕλκος","transliteration":"hélkos","pronunciation":null,"derivation":"probably from G1670 (ἑλκύω);","strongs_definition":"an ulcer (as if drawn together)","kjv_definition":"sore"} +{"id":"G1888","strongs_number":"G1888","system":"greek","language":"greek","number_value":1888,"lemma":"ἐπαυτοφώρῳ","transliteration":"epautophṓrōi","pronunciation":null,"derivation":"from G1909 (ἐπί) and G846 (αὐτός) and (the dative case singular of) a derivative of (a thief);","strongs_definition":"in theft itself, i.e. (by analogy) in actual crime","kjv_definition":"in the very act"} +{"id":"G1403","strongs_number":"G1403","system":"greek","language":"greek","number_value":1403,"lemma":"δοχή","transliteration":"dochḗ","pronunciation":null,"derivation":"from G1209 (δέχομαι);","strongs_definition":"a reception, i.e. convivial entertainment","kjv_definition":"feast"} +{"id":"G3897","strongs_number":"G3897","system":"greek","language":"greek","number_value":3897,"lemma":"παραπλήσιον","transliteration":"paraplḗsion","pronunciation":null,"derivation":"neuter of a compound of G3844 (παρά) and the base of G4139 (πλησίον) (as adverb);","strongs_definition":"close by, i.e. (figuratively) almost","kjv_definition":"nigh unto"} +{"id":"G883","strongs_number":"G883","system":"greek","language":"greek","number_value":883,"lemma":"Ἀχαϊκός","transliteration":"Achaïkós","pronunciation":null,"derivation":"from G882 (Ἀχαΐα);","strongs_definition":"an Achaian; Achaicus, a Christian","kjv_definition":"Achaicus"} +{"id":"G1006","strongs_number":"G1006","system":"greek","language":"greek","number_value":1006,"lemma":"βόσκω","transliteration":"bóskō","pronunciation":null,"derivation":"a prolonged form of a primary verb (compare G977 (βιβρώσκω), G1016 (βοῦς));","strongs_definition":"to pasture; by extension to, fodder; reflexively, to graze","kjv_definition":"feed, keep"} +{"id":"G514","strongs_number":"G514","system":"greek","language":"greek","number_value":514,"lemma":"ἄξιος","transliteration":"áxios","pronunciation":null,"derivation":"probably from G71 (ἄγω);","strongs_definition":"deserving, comparable or suitable (as if drawing praise)","kjv_definition":"due reward, meet, (un-)worthy"} +{"id":"G4313","strongs_number":"G4313","system":"greek","language":"greek","number_value":4313,"lemma":"προπορεύομαι","transliteration":"proporeúomai","pronunciation":null,"derivation":"from G4253 (πρό) and G4198 (πορεύομαι);","strongs_definition":"to precede (as guide or herald)","kjv_definition":"go before"} +{"id":"G1189","strongs_number":"G1189","system":"greek","language":"greek","number_value":1189,"lemma":"δέομαι","transliteration":"déomai","pronunciation":null,"derivation":"middle voice of G1210 (δέω);","strongs_definition":"to beg (as binding oneself), i.e. petition","kjv_definition":"beseech, pray (to), make request"} +{"id":"G1136","strongs_number":"G1136","system":"greek","language":"greek","number_value":1136,"lemma":"Γώγ","transliteration":"Gṓg","pronunciation":null,"derivation":"of Hebrew origin (H01463);","strongs_definition":"Gog, a symbolic name for some future Antichrist","kjv_definition":"Gog"} +{"id":"G3126","strongs_number":"G3126","system":"greek","language":"greek","number_value":3126,"lemma":"μαμμωνᾶς","transliteration":"mammōnâs","pronunciation":null,"derivation":"of Chaldee origin (confidence, i.e. wealth, personified);","strongs_definition":"mammonas, i.e. avarice (deified)","kjv_definition":"mammon"} +{"id":"G1344","strongs_number":"G1344","system":"greek","language":"greek","number_value":1344,"lemma":"δικαιόω","transliteration":"dikaióō","pronunciation":null,"derivation":"from G1342 (δίκαιος);","strongs_definition":"to render (i.e. show or regard as) just or innocent","kjv_definition":"free, justify(-ier), be righteous"} +{"id":"G3994","strongs_number":"G3994","system":"greek","language":"greek","number_value":3994,"lemma":"πενθερά","transliteration":"pentherá","pronunciation":null,"derivation":"feminine of G3995 (πενθερός);","strongs_definition":"a wife's mother","kjv_definition":"mother in law, wife's mother"} +{"id":"G5552","strongs_number":"G5552","system":"greek","language":"greek","number_value":5552,"lemma":"χρύσεος","transliteration":"chrýseos","pronunciation":null,"derivation":"from G5557 (χρυσός);","strongs_definition":"made of gold","kjv_definition":"of gold, golden"} +{"id":"G1224","strongs_number":"G1224","system":"greek","language":"greek","number_value":1224,"lemma":"διαβαίνω","transliteration":"diabaínō","pronunciation":null,"derivation":"from G1223 (διά) and the base of G939 (βάσις);","strongs_definition":"to cross","kjv_definition":"come over, pass (through)"} +{"id":"G2038","strongs_number":"G2038","system":"greek","language":"greek","number_value":2038,"lemma":"ἐργάζομαι","transliteration":"ergázomai","pronunciation":null,"derivation":"middle voice from G2041 (ἔργον);","strongs_definition":"to toil (as a task, occupation, etc.), (by implication) effect, be engaged in or with, etc.","kjv_definition":"commit, do, labor for, minister about, trade (by), work"} +{"id":"G1666","strongs_number":"G1666","system":"greek","language":"greek","number_value":1666,"lemma":"Ἐλισσαῖος","transliteration":"Elissaîos","pronunciation":null,"derivation":"of Hebrew origin (H0477);","strongs_definition":"Elissæus, an Israelite","kjv_definition":"Elissæus"} +{"id":"G3977","strongs_number":"G3977","system":"greek","language":"greek","number_value":3977,"lemma":"πεδινός","transliteration":"pedinós","pronunciation":null,"derivation":"from a derivative of G4228 (πούς) (meaning the ground);","strongs_definition":"level (as easy for the feet)","kjv_definition":"plain"} +{"id":"G1481","strongs_number":"G1481","system":"greek","language":"greek","number_value":1481,"lemma":"ἐθνάρχης","transliteration":"ethnárchēs","pronunciation":null,"derivation":"from G1484 (ἔθνος) and G746 (ἀρχή);","strongs_definition":"the governor (not king) of a district","kjv_definition":"ethnarch"} +{"id":"G3202","strongs_number":"G3202","system":"greek","language":"greek","number_value":3202,"lemma":"μεμψίμοιρος","transliteration":"mempsímoiros","pronunciation":null,"derivation":"from a presumed derivative of G3201 (μέμφομαι) and (fate;","strongs_definition":"akin to the base of G3313 (μέρος)); blaming fate, i.e. querulous (discontented)","kjv_definition":"complainer"} +{"id":"G1506","strongs_number":"G1506","system":"greek","language":"greek","number_value":1506,"lemma":"εἰλικρινής","transliteration":"eilikrinḗs","pronunciation":null,"derivation":"from (the sun's ray) and G2919 (κρίνω);","strongs_definition":"judged by sunlight, i.e. tested as genuine (figuratively)","kjv_definition":"pure, sincere"} +{"id":"G2515","strongs_number":"G2515","system":"greek","language":"greek","number_value":2515,"lemma":"καθέδρα","transliteration":"kathédra","pronunciation":null,"derivation":"from G2596 (κατά) and the same as G1476 (ἑδραῖος);","strongs_definition":"a bench (literally or figuratively)","kjv_definition":"seat"} +{"id":"G1195","strongs_number":"G1195","system":"greek","language":"greek","number_value":1195,"lemma":"δεσμεύω","transliteration":"desmeúō","pronunciation":null,"derivation":"from a (presumed) derivative of G1196 (δεσμέω);","strongs_definition":"to be a binder (captor), i.e. to enchain (a prisoner), to tie on (a load)","kjv_definition":"bind"} +{"id":"G1480","strongs_number":"G1480","system":"greek","language":"greek","number_value":1480,"lemma":"ἐθίζω","transliteration":"ethízō","pronunciation":null,"derivation":"from G1485 (ἔθος);","strongs_definition":"to accustom, i.e. (neuter passive participle) customary","kjv_definition":"custom"} +{"id":"G4060","strongs_number":"G4060","system":"greek","language":"greek","number_value":4060,"lemma":"περιτίθημι","transliteration":"peritíthēmi","pronunciation":null,"derivation":"from G4012 (περί) and G5087 (τίθημι);","strongs_definition":"to place around; by implication, to present","kjv_definition":"bestow upon, hedge round about, put about (on, upon), set about"} +{"id":"G3888","strongs_number":"G3888","system":"greek","language":"greek","number_value":3888,"lemma":"παραμυθέομαι","transliteration":"paramythéomai","pronunciation":null,"derivation":"from G3844 (παρά) and the middle voice of a derivative of G3454 (μῦθος);","strongs_definition":"to relate near, i.e. (by implication) encourage, console","kjv_definition":"comfort"} +{"id":"G3190","strongs_number":"G3190","system":"greek","language":"greek","number_value":3190,"lemma":"Μελεᾶς","transliteration":"Meleâs","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Meleas, an Israelite","kjv_definition":"Meleas"} +{"id":"G5555","strongs_number":"G5555","system":"greek","language":"greek","number_value":5555,"lemma":"χρυσόλιθος","transliteration":"chrysólithos","pronunciation":null,"derivation":"from G5557 (χρυσός) and G3037 (λίθος);","strongs_definition":"gold-stone, i.e. a yellow gem (\"chrysolite\")","kjv_definition":"chrysolite"} +{"id":"G2314","strongs_number":"G2314","system":"greek","language":"greek","number_value":2314,"lemma":"θεομάχος","transliteration":"theomáchos","pronunciation":null,"derivation":"from G2316 (θεός) and G3164 (μάχομαι);","strongs_definition":"an opponent of deity","kjv_definition":"to fight against God"} +{"id":"G3438","strongs_number":"G3438","system":"greek","language":"greek","number_value":3438,"lemma":"μονή","transliteration":"monḗ","pronunciation":null,"derivation":"from G3306 (μένω);","strongs_definition":"a staying, i.e. residence (the act or the place)","kjv_definition":"abode, mansion"} +{"id":"G3837","strongs_number":"G3837","system":"greek","language":"greek","number_value":3837,"lemma":"πανταχοῦ","transliteration":"pantachoû","pronunciation":null,"derivation":"genitive case (as adverb of place) of a presumed derivative of G3956 (πᾶς);","strongs_definition":"universally","kjv_definition":"in all places, everywhere"} +{"id":"G2826","strongs_number":"G2826","system":"greek","language":"greek","number_value":2826,"lemma":"κλινίδιον","transliteration":"klinídion","pronunciation":null,"derivation":"neuter of a presumed derivative of G2825 (κλίνη);","strongs_definition":"a pallet or little couch","kjv_definition":"bed"} +{"id":"G5054","strongs_number":"G5054","system":"greek","language":"greek","number_value":5054,"lemma":"τελευτή","transliteration":"teleutḗ","pronunciation":null,"derivation":"from G5053 (τελευτάω);","strongs_definition":"decease","kjv_definition":"death"} +{"id":"G1988","strongs_number":"G1988","system":"greek","language":"greek","number_value":1988,"lemma":"ἐπιστάτης","transliteration":"epistátēs","pronunciation":null,"derivation":"from G1909 (ἐπί) and a presumed derivative of G2476 (ἵστημι);","strongs_definition":"an appointee over, i.e. commander (teacher)","kjv_definition":"master"} +{"id":"G3476","strongs_number":"G3476","system":"greek","language":"greek","number_value":3476,"lemma":"Ναασσών","transliteration":"Naassṓn","pronunciation":null,"derivation":"of Hebrew origin (H05177);","strongs_definition":"Naasson (i.e. Nachshon), an Israelite","kjv_definition":"Naasson"} +{"id":"G1842","strongs_number":"G1842","system":"greek","language":"greek","number_value":1842,"lemma":"ἐξολοθρεύω","transliteration":"exolothreúō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3645 (ὀλοθρεύω);","strongs_definition":"to extirpate","kjv_definition":"destroy"} +{"id":"G121","strongs_number":"G121","system":"greek","language":"greek","number_value":121,"lemma":"ἄθωος","transliteration":"áthōos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and probably a derivative of G5087 (τίθημι) (meaning a penalty);","strongs_definition":"not guilty","kjv_definition":"innocent"} +{"id":"G2926","strongs_number":"G2926","system":"greek","language":"greek","number_value":2926,"lemma":"κρύπτη","transliteration":"krýptē","pronunciation":null,"derivation":"feminine of G2927 (κρυπτός);","strongs_definition":"a hidden place, i.e. cellar (\"crypt\")","kjv_definition":"secret"} +{"id":"G5414","strongs_number":"G5414","system":"greek","language":"greek","number_value":5414,"lemma":"φόρτος","transliteration":"phórtos","pronunciation":null,"derivation":"from G5342 (φέρω);","strongs_definition":"something carried, i.e. the cargo of a ship","kjv_definition":"lading"} +{"id":"G863","strongs_number":"G863","system":"greek","language":"greek","number_value":863,"lemma":"ἀφίημι","transliteration":"aphíēmi","pronunciation":null,"derivation":"from G575 (ἀπό) and (to send;","strongs_definition":"an intensive form of , to go); to send forth, in various applications (as follow)","kjv_definition":"cry, forgive, forsake, lay aside, leave, let (alone, be, go, have), omit, put (send) away, remit, suffer, yield up"} +{"id":"G3102","strongs_number":"G3102","system":"greek","language":"greek","number_value":3102,"lemma":"μαθήτρια","transliteration":"mathḗtria","pronunciation":null,"derivation":"feminine from G3101 (μαθητής);","strongs_definition":"a female pupil","kjv_definition":"disciple"} +{"id":"G5316","strongs_number":"G5316","system":"greek","language":"greek","number_value":5316,"lemma":"φαίνω","transliteration":"phaínō","pronunciation":null,"derivation":"prolongation for the base of G5457 (φῶς);","strongs_definition":"to lighten (shine), i.e. show (transitive or intransitive, literal or figurative)","kjv_definition":"appear, seem, be seen, shine, X think"} +{"id":"G3552","strongs_number":"G3552","system":"greek","language":"greek","number_value":3552,"lemma":"νοσέω","transliteration":"noséō","pronunciation":null,"derivation":"from G3554 (νόσος);","strongs_definition":"to be sick, i.e. (by implication, of a diseased appetite) to hanker after (figuratively, to harp upon)","kjv_definition":"dote"} +{"id":"G2797","strongs_number":"G2797","system":"greek","language":"greek","number_value":2797,"lemma":"Κίς","transliteration":"Kís","pronunciation":null,"derivation":"of Hebrew origin (H07027);","strongs_definition":"Cis (i.e. Kish), an Israelite","kjv_definition":"Cis"} +{"id":"G2538","strongs_number":"G2538","system":"greek","language":"greek","number_value":2538,"lemma":"καινότης","transliteration":"kainótēs","pronunciation":null,"derivation":"from G2537 (καινός);","strongs_definition":"renewal (figuratively)","kjv_definition":"newness"} +{"id":"G3154","strongs_number":"G3154","system":"greek","language":"greek","number_value":3154,"lemma":"ματαιόω","transliteration":"mataióō","pronunciation":null,"derivation":"from G3152 (μάταιος);","strongs_definition":"to render (passively, become) foolish, i.e. (morally) wicked or (specially), idolatrous","kjv_definition":"become vain"} +{"id":"G184","strongs_number":"G184","system":"greek","language":"greek","number_value":184,"lemma":"Ἀκελδαμά","transliteration":"Akeldamá","pronunciation":null,"derivation":"of Chaldee origin (meaning field of blood;","strongs_definition":"corresponding to H02506 and H01818); Akeldama, a place near Jerusalem","kjv_definition":"Aceldama"} +{"id":"G2681","strongs_number":"G2681","system":"greek","language":"greek","number_value":2681,"lemma":"κατασκηνόω","transliteration":"kataskēnóō","pronunciation":null,"derivation":"from G2596 (κατά) and G4637 (σκηνόω);","strongs_definition":"to camp down, i.e. haunt; figuratively, to remain","kjv_definition":"lodge, rest"} +{"id":"G2492","strongs_number":"G2492","system":"greek","language":"greek","number_value":2492,"lemma":"Ἰώβ","transliteration":"Iṓb","pronunciation":null,"derivation":"of Hebrew origin (H0347);","strongs_definition":"Job (i.e. Ijob), a patriarch","kjv_definition":"Job"} +{"id":"G5065","strongs_number":"G5065","system":"greek","language":"greek","number_value":5065,"lemma":"τεσσαρεσκαιδέκατος","transliteration":"tessareskaidékatos","pronunciation":null,"derivation":"from G5064 (τέσσαρες) and G2532 (καί) and G1182 (δέκατος);","strongs_definition":"fourteenth","kjv_definition":"fourteenth"} +{"id":"G3679","strongs_number":"G3679","system":"greek","language":"greek","number_value":3679,"lemma":"ὀνειδίζω","transliteration":"oneidízō","pronunciation":null,"derivation":"from G3681 (ὄνειδος);","strongs_definition":"to defame, i.e. rail at, chide, taunt","kjv_definition":"cast in teeth, (suffer) reproach, revile, upbraid"} +{"id":"G1510","strongs_number":"G1510","system":"greek","language":"greek","number_value":1510,"lemma":"εἰμί","transliteration":"eimí","pronunciation":null,"derivation":"the first person singular present indicative; a prolonged form of a primary and defective verb;","strongs_definition":"I exist (used only when emphatic)","kjv_definition":"am, have been, X it is I, was"} +{"id":"G3363","strongs_number":"G3363","system":"greek","language":"greek","number_value":3363,"lemma":"ἵνα μή","transliteration":"hína mḗ","pronunciation":null,"derivation":"i.e. G2443 (ἵνα) and G3361 (μή);","strongs_definition":"in order (or so) that not","kjv_definition":"albeit not, lest, that, no(-t, (-thing))"} +{"id":"G540","strongs_number":"G540","system":"greek","language":"greek","number_value":540,"lemma":"ἀπάτωρ","transliteration":"apátōr","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3962 (πατήρ);","strongs_definition":"fatherless, i.e. of unrecorded paternity","kjv_definition":"without father"} +{"id":"G2476","strongs_number":"G2476","system":"greek","language":"greek","number_value":2476,"lemma":"ἵστημι","transliteration":"hístēmi","pronunciation":null,"derivation":"a prolonged form of a primary (of the same meaning, and used for it in certain tenses);","strongs_definition":"to stand (transitively or intransitively), used in various applications (literally or figuratively)","kjv_definition":"abide, appoint, bring, continue, covenant, establish, hold up, lay, present, set (up), stanch, stand (by, forth, still, up)"} +{"id":"G5238","strongs_number":"G5238","system":"greek","language":"greek","number_value":5238,"lemma":"ὑπερέκεινα","transliteration":"hyperékeina","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and the neuter plural of G1565 (ἐκεῖνος);","strongs_definition":"above those parts, i.e. still farther","kjv_definition":"beyond"} +{"id":"G5609","strongs_number":"G5609","system":"greek","language":"greek","number_value":5609,"lemma":"ὠόν","transliteration":"ōón","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"an \"egg\"","kjv_definition":"egg"} +{"id":"G4540","strongs_number":"G4540","system":"greek","language":"greek","number_value":4540,"lemma":"Σαμάρεια","transliteration":"Samáreia","pronunciation":null,"derivation":"of Hebrew origin (H08111);","strongs_definition":"Samaria (i.e. Shomeron), a city and region of Palestine","kjv_definition":"Samaria"} +{"id":"G563","strongs_number":"G563","system":"greek","language":"greek","number_value":563,"lemma":"ἀπερισπάστως","transliteration":"aperispástōs","pronunciation":null,"derivation":"adverb from a compound of G1 (Α) (as a negative participle) and a presumed derivative of G4049 (περισπάω);","strongs_definition":"undistractedly, i.e. free from (domestic) solicitude","kjv_definition":"without distraction"} +{"id":"G5162","strongs_number":"G5162","system":"greek","language":"greek","number_value":5162,"lemma":"τροφός","transliteration":"trophós","pronunciation":null,"derivation":"from G5142 (τρέφω);","strongs_definition":"a nourisher, i.e. nurse","kjv_definition":"nurse"} +{"id":"G1459","strongs_number":"G1459","system":"greek","language":"greek","number_value":1459,"lemma":"ἐγκαταλείπω","transliteration":"enkataleípō","pronunciation":null,"derivation":"from G1722 (ἐν) and G2641 (καταλείπω);","strongs_definition":"to leave behind in some place, i.e. (in a good sense) let remain over, or (in a bad sense) to desert","kjv_definition":"forsake, leave"} +{"id":"G1496","strongs_number":"G1496","system":"greek","language":"greek","number_value":1496,"lemma":"εἰδωλολάτρης","transliteration":"eidōlolátrēs","pronunciation":null,"derivation":"from G1497 (εἴδωλον) and the base of G3000 (λατρεύω);","strongs_definition":"an image- (servant or) worshipper (literally or figuratively)","kjv_definition":"idolater"} +{"id":"G3440","strongs_number":"G3440","system":"greek","language":"greek","number_value":3440,"lemma":"μόνον","transliteration":"mónon","pronunciation":null,"derivation":"neuter of G3441 (μόνος) as adverb;","strongs_definition":"merely","kjv_definition":"alone, but, only"} +{"id":"G2785","strongs_number":"G2785","system":"greek","language":"greek","number_value":2785,"lemma":"κῆτος","transliteration":"kētos","pronunciation":null,"derivation":"probably from the base of G5490 (χάσμα);","strongs_definition":"a huge fish (as gaping for prey)","kjv_definition":"whale"} +{"id":"G1697","strongs_number":"G1697","system":"greek","language":"greek","number_value":1697,"lemma":"Ἐμμόρ","transliteration":"Emmór","pronunciation":null,"derivation":"of Hebrew origin (H02544);","strongs_definition":"Emmor (i.e. Chamor), a Canaanite","kjv_definition":"Emmor"} +{"id":"G4468","strongs_number":"G4468","system":"greek","language":"greek","number_value":4468,"lemma":"ῥᾳδιουργία","transliteration":"rhaidiourgía","pronunciation":null,"derivation":"from the same as G4467 (ῥᾳδιούργημα);","strongs_definition":"recklessness, i.e. (by extension) malignity","kjv_definition":"mischief"} +{"id":"G1293","strongs_number":"G1293","system":"greek","language":"greek","number_value":1293,"lemma":"διαστολή","transliteration":"diastolḗ","pronunciation":null,"derivation":"from G1291 (διαστέλλομαι);","strongs_definition":"a variation","kjv_definition":"difference, distinction"} +{"id":"G4347","strongs_number":"G4347","system":"greek","language":"greek","number_value":4347,"lemma":"προσκολλάω","transliteration":"proskolláō","pronunciation":null,"derivation":"from G4314 (πρός) and G2853 (κολλάω);","strongs_definition":"to glue to, i.e. (figuratively) to adhere","kjv_definition":"cleave, join (self)"} +{"id":"G1355","strongs_number":"G1355","system":"greek","language":"greek","number_value":1355,"lemma":"διόπερ","transliteration":"dióper","pronunciation":null,"derivation":"from G1352 (διό) and G4007 (περ);","strongs_definition":"on which very account","kjv_definition":"wherefore"} +{"id":"G2697","strongs_number":"G2697","system":"greek","language":"greek","number_value":2697,"lemma":"κατάσχεσις","transliteration":"katáschesis","pronunciation":null,"derivation":"from G2722 (κατέχω);","strongs_definition":"a holding down, i.e. occupancy","kjv_definition":"possession"} +{"id":"G3997","strongs_number":"G3997","system":"greek","language":"greek","number_value":3997,"lemma":"πένθος","transliteration":"pénthos","pronunciation":null,"derivation":"strengthened from the alternate of G3958 (πάσχω);","strongs_definition":"grief","kjv_definition":"mourning, sorrow"} +{"id":"G4020","strongs_number":"G4020","system":"greek","language":"greek","number_value":4020,"lemma":"περιεργάζομαι","transliteration":"periergázomai","pronunciation":null,"derivation":"from G4012 (περί) and G2038 (ἐργάζομαι);","strongs_definition":"to work all around, i.e. bustle about (meddle)","kjv_definition":"be a busybody"} +{"id":"G1118","strongs_number":"G1118","system":"greek","language":"greek","number_value":1118,"lemma":"γονεύς","transliteration":"goneús","pronunciation":null,"derivation":"from the base of G1096 (γίνομαι);","strongs_definition":"a parent","kjv_definition":"parent"} +{"id":"G1044","strongs_number":"G1044","system":"greek","language":"greek","number_value":1044,"lemma":"γάγγραινα","transliteration":"gángraina","pronunciation":null,"derivation":"from (to gnaw);","strongs_definition":"an ulcer (\"gangrene\")","kjv_definition":"canker"} +{"id":"G2895","strongs_number":"G2895","system":"greek","language":"greek","number_value":2895,"lemma":"κράββατος","transliteration":"krábbatos","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"a mattress","kjv_definition":"bed"} +{"id":"G4837","strongs_number":"G4837","system":"greek","language":"greek","number_value":4837,"lemma":"συμπαρακαλέω","transliteration":"symparakaléō","pronunciation":null,"derivation":"from G4862 (σύν) and G3870 (παρακαλέω);","strongs_definition":"to console jointly","kjv_definition":"comfort together"} +{"id":"G949","strongs_number":"G949","system":"greek","language":"greek","number_value":949,"lemma":"βέβαιος","transliteration":"bébaios","pronunciation":null,"derivation":"from the base of G939 (βάσις) (through the idea of basality);","strongs_definition":"stable (literally or figuratively)","kjv_definition":"firm, of force, stedfast, sure"} +{"id":"G63","strongs_number":"G63","system":"greek","language":"greek","number_value":63,"lemma":"ἀγραυλέω","transliteration":"agrauléō","pronunciation":null,"derivation":"from G68 (ἀγρός) and G832 (αὐλέω) (in the sense of G833 (αὐλή));","strongs_definition":"to camp out","kjv_definition":"abide in the field"} +{"id":"G3924","strongs_number":"G3924","system":"greek","language":"greek","number_value":3924,"lemma":"παρεκτός","transliteration":"parektós","pronunciation":null,"derivation":"from G3844 (παρά) and G1622 (ἐκτός);","strongs_definition":"near outside, i.e. besides","kjv_definition":"except, saving, without"} +{"id":"G3069","strongs_number":"G3069","system":"greek","language":"greek","number_value":3069,"lemma":"Λύδδα","transliteration":"Lýdda","pronunciation":null,"derivation":"of Hebrew origin (H03850);","strongs_definition":"Lydda (i.e. Lod), a place in Palestine","kjv_definition":"Lydda"} +{"id":"G1004","strongs_number":"G1004","system":"greek","language":"greek","number_value":1004,"lemma":"βόρβορος","transliteration":"bórboros","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"mud","kjv_definition":"mire"} +{"id":"G68","strongs_number":"G68","system":"greek","language":"greek","number_value":68,"lemma":"ἀγρός","transliteration":"agrós","pronunciation":null,"derivation":"from G71 (ἄγω);","strongs_definition":"a field (as a drive for cattle); genitive case, the country; specially, a farm, i.e. hamlet","kjv_definition":"country, farm, piece of ground, land"} +{"id":"G4326","strongs_number":"G4326","system":"greek","language":"greek","number_value":4326,"lemma":"προσδέομαι","transliteration":"prosdéomai","pronunciation":null,"derivation":"from G4314 (πρός) and G1189 (δέομαι);","strongs_definition":"to require additionally, i.e. want further","kjv_definition":"need"} +{"id":"G2499","strongs_number":"G2499","system":"greek","language":"greek","number_value":2499,"lemma":"Ἰωσή","transliteration":"Iōsḗ","pronunciation":null,"derivation":"genitive case of G2500 (Ἰωσῆς);","strongs_definition":"Jose, an Israelite","kjv_definition":"Jose"} +{"id":"G1980","strongs_number":"G1980","system":"greek","language":"greek","number_value":1980,"lemma":"ἐπισκέπτομαι","transliteration":"episképtomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and the base of G4649 (σκοπός);","strongs_definition":"to inspect, i.e. (by implication) to select; by extension, to go to see, relieve","kjv_definition":"look out, visit"} +{"id":"G5374","strongs_number":"G5374","system":"greek","language":"greek","number_value":5374,"lemma":"Φιλιππήσιος","transliteration":"Philippḗsios","pronunciation":null,"derivation":"from G5375 (Φίλιπποι);","strongs_definition":"a Philippesian (Philippian), i.e. native of Philippi","kjv_definition":"Philippian"} +{"id":"G5075","strongs_number":"G5075","system":"greek","language":"greek","number_value":5075,"lemma":"τετραρχέω","transliteration":"tetrarchéō","pronunciation":null,"derivation":"from G5076 (τετράρχης);","strongs_definition":"to be a tetrarch","kjv_definition":"(be) tetrarch"} +{"id":"G5081","strongs_number":"G5081","system":"greek","language":"greek","number_value":5081,"lemma":"τηλαυγῶς","transliteration":"tēlaugōs","pronunciation":null,"derivation":"adverb from a compound of a derivative of G5056 (τέλος) and G827 (αὐγή);","strongs_definition":"in a far-shining manner, i.e. plainly","kjv_definition":"clearly"} +{"id":"G4329","strongs_number":"G4329","system":"greek","language":"greek","number_value":4329,"lemma":"προσδοκία","transliteration":"prosdokía","pronunciation":null,"derivation":"from G4328 (προσδοκάω);","strongs_definition":"apprehension (of evil); by implication, infliction anticipated","kjv_definition":"expectation, looking after"} +{"id":"G3752","strongs_number":"G3752","system":"greek","language":"greek","number_value":3752,"lemma":"ὅταν","transliteration":"hótan","pronunciation":null,"derivation":"from G3753 (ὅτε) and G302 (ἄν);","strongs_definition":"whenever (implying hypothesis or more or less uncertainty); also causatively (conjunctionally) inasmuch as","kjv_definition":"as long (soon) as, that, + till, when(-soever), while"} +{"id":"G4811","strongs_number":"G4811","system":"greek","language":"greek","number_value":4811,"lemma":"συκοφαντέω","transliteration":"sykophantéō","pronunciation":null,"derivation":"from a compound of G4810 (σῦκον) and a derivative of G5316 (φαίνω);","strongs_definition":"to be a fig-informer (reporter of the law forbidding the exportation of figs from Greece), \"sycophant\", i.e. (genitive and by extension) to defraud (exact unlawfully, extort)","kjv_definition":"accuse falsely, take by false accusation"} +{"id":"G3311","strongs_number":"G3311","system":"greek","language":"greek","number_value":3311,"lemma":"μερισμός","transliteration":"merismós","pronunciation":null,"derivation":"from G3307 (μερίζω);","strongs_definition":"a separation or distribution","kjv_definition":"dividing asunder, gift"} +{"id":"G3414","strongs_number":"G3414","system":"greek","language":"greek","number_value":3414,"lemma":"μνᾶ","transliteration":"mnâ","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a mna (i.e. mina), a certain weight","kjv_definition":"pound"} +{"id":"G663","strongs_number":"G663","system":"greek","language":"greek","number_value":663,"lemma":"ἀποτομία","transliteration":"apotomía","pronunciation":null,"derivation":"from the base of G664 (ἀποτόμως);","strongs_definition":"(figuratively) decisiveness, i.e. rigor","kjv_definition":"severity"} +{"id":"G4331","strongs_number":"G4331","system":"greek","language":"greek","number_value":4331,"lemma":"προσεγγίζω","transliteration":"prosengízō","pronunciation":null,"derivation":"from G4314 (πρός) and G1448 (ἐγγίζω);","strongs_definition":"to approach near","kjv_definition":"come nigh"} +{"id":"G4967","strongs_number":"G4967","system":"greek","language":"greek","number_value":4967,"lemma":"σφαγή","transliteration":"sphagḗ","pronunciation":null,"derivation":"from G4969 (σφάζω);","strongs_definition":"butchery (of animals for food or sacrifice, or (figuratively) of men (destruction))","kjv_definition":"slaughter"} +{"id":"G1413","strongs_number":"G1413","system":"greek","language":"greek","number_value":1413,"lemma":"δυνάστης","transliteration":"dynástēs","pronunciation":null,"derivation":"from G1410 (δύναμαι);","strongs_definition":"a ruler or officer","kjv_definition":"of great authority, mighty, potentate"} +{"id":"G2615","strongs_number":"G2615","system":"greek","language":"greek","number_value":2615,"lemma":"καταδουλόω","transliteration":"katadoulóō","pronunciation":null,"derivation":"from G2596 (κατά) and G1402 (δουλόω);","strongs_definition":"to enslave utterly","kjv_definition":"bring into bondage"} +{"id":"G3672","strongs_number":"G3672","system":"greek","language":"greek","number_value":3672,"lemma":"ὁμολογουμένως","transliteration":"homologouménōs","pronunciation":null,"derivation":"adverb of present passive participle of G3670 (ὁμολογέω);","strongs_definition":"confessedly","kjv_definition":"without controversy"} +{"id":"G2271","strongs_number":"G2271","system":"greek","language":"greek","number_value":2271,"lemma":"ἡσυχία","transliteration":"hēsychía","pronunciation":null,"derivation":"feminine of G2272 (ἡσύχιος);","strongs_definition":"(as noun) stillness, i.e. desistance from bustle or language","kjv_definition":"quietness, silence"} +{"id":"G1225","strongs_number":"G1225","system":"greek","language":"greek","number_value":1225,"lemma":"διαβάλλω","transliteration":"diabállō","pronunciation":null,"derivation":"from G1223 (διά) and G906 (βάλλω);","strongs_definition":"(figuratively) to traduce","kjv_definition":"accuse"} +{"id":"G1051","strongs_number":"G1051","system":"greek","language":"greek","number_value":1051,"lemma":"γάλα","transliteration":"gála","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"milk (figuratively)","kjv_definition":"milk"} +{"id":"G762","strongs_number":"G762","system":"greek","language":"greek","number_value":762,"lemma":"ἄσβεστος","transliteration":"ásbestos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G4570 (σβέννυμι);","strongs_definition":"not extinguished, i.e. (by implication) perpetual","kjv_definition":"not to be quenched, unquenchable"} +{"id":"G4496","strongs_number":"G4496","system":"greek","language":"greek","number_value":4496,"lemma":"ῥίπτω","transliteration":"rhíptō","pronunciation":null,"derivation":"a primary verb (perhaps rather akin to the base of G4474 (ῥαπίζω), through the idea of sudden motion);","strongs_definition":"to fling (properly, with a quick toss, thus differing from G906 (βάλλω), which denotes a deliberate hurl; and from (see in G1614 (ἐκτείνω)), which indicates an extended projection); by qualification, to deposit (as if a load); by extension, to disperse","kjv_definition":"cast (down, out), scatter abroad, throw"} +{"id":"G305","strongs_number":"G305","system":"greek","language":"greek","number_value":305,"lemma":"ἀναβαίνω","transliteration":"anabaínō","pronunciation":null,"derivation":"from G303 (ἀνά) and the base of G939 (βάσις);","strongs_definition":"to go up (literally or figuratively)","kjv_definition":"arise, ascend (up), climb (go, grow, rise, spring) up, come (up)"} +{"id":"G3421","strongs_number":"G3421","system":"greek","language":"greek","number_value":3421,"lemma":"μνημονεύω","transliteration":"mnēmoneúō","pronunciation":null,"derivation":"from a derivative of G3420 (μνήμη);","strongs_definition":"to exercise memory, i.e. recollect; by implication, to punish; also to rehearse","kjv_definition":"make mention; be mindful, remember"} +{"id":"G782","strongs_number":"G782","system":"greek","language":"greek","number_value":782,"lemma":"ἀσπάζομαι","transliteration":"aspázomai","pronunciation":null,"derivation":"from G1 (Α) (as a particle of union) and a presumed form of G4685 (σπάω);","strongs_definition":"to enfold in the arms, i.e. (by implication) to salute, (figuratively) to welcome","kjv_definition":"embrace, greet, salute, take leave"} +{"id":"G4461","strongs_number":"G4461","system":"greek","language":"greek","number_value":4461,"lemma":"ῥαββί","transliteration":"rhabbí","pronunciation":null,"derivation":"of Hebrew origin (H07227 with pronominal suffix);","strongs_definition":"my master, i.e Rabbi, as an official title of honor","kjv_definition":"Master, Rabbi"} +{"id":"G4141","strongs_number":"G4141","system":"greek","language":"greek","number_value":4141,"lemma":"πλήσσω","transliteration":"plḗssō","pronunciation":null,"derivation":"apparently another form of G4111 (πλάσσω) (through the idea of flattening out);","strongs_definition":"to pound, i.e. (figuratively) to inflict with (calamity)","kjv_definition":"smite"} +{"id":"G4544","strongs_number":"G4544","system":"greek","language":"greek","number_value":4544,"lemma":"Σάμος","transliteration":"Sámos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"Samus, an island of the Mediterranean","kjv_definition":"Samos"} +{"id":"G1439","strongs_number":"G1439","system":"greek","language":"greek","number_value":1439,"lemma":"ἐάω","transliteration":"eáō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to let be, i.e. permit or leave alone","kjv_definition":"commit, leave, let (alone), suffer"} +{"id":"G4547","strongs_number":"G4547","system":"greek","language":"greek","number_value":4547,"lemma":"σανδάλιον","transliteration":"sandálion","pronunciation":null,"derivation":"neuter of a derivative of (a \"sandal\";","strongs_definition":"of uncertain origin); a slipper or sole-pad","kjv_definition":"sandal"} +{"id":"G4088","strongs_number":"G4088","system":"greek","language":"greek","number_value":4088,"lemma":"πικρία","transliteration":"pikría","pronunciation":null,"derivation":"from G4089 (πικρός);","strongs_definition":"acridity (especially poison), literally or figuratively","kjv_definition":"bitterness"} +{"id":"G1019","strongs_number":"G1019","system":"greek","language":"greek","number_value":1019,"lemma":"βραδύνω","transliteration":"bradýnō","pronunciation":null,"derivation":"from G1021 (βραδύς);","strongs_definition":"to delay","kjv_definition":"be slack, tarry"} +{"id":"G5014","strongs_number":"G5014","system":"greek","language":"greek","number_value":5014,"lemma":"ταπείνωσις","transliteration":"tapeínōsis","pronunciation":null,"derivation":"from G5013 (ταπεινόω);","strongs_definition":"depression (in rank or feeling)","kjv_definition":"humiliation, be made low, low estate, vile"} +{"id":"G1369","strongs_number":"G1369","system":"greek","language":"greek","number_value":1369,"lemma":"διχάζω","transliteration":"dicházō","pronunciation":null,"derivation":"from a derivative of G1364 (δίς);","strongs_definition":"to make apart, i.e. sunder (figuratively, alienate)","kjv_definition":"set at variance"} +{"id":"G1341","strongs_number":"G1341","system":"greek","language":"greek","number_value":1341,"lemma":"δικαιοκρισία","transliteration":"dikaiokrisía","pronunciation":null,"derivation":"from G1342 (δίκαιος) and G2920 (κρίσις);","strongs_definition":"a just sentence","kjv_definition":"righteous judgment"} +{"id":"G162","strongs_number":"G162","system":"greek","language":"greek","number_value":162,"lemma":"αἰχμαλωτεύω","transliteration":"aichmalōteúō","pronunciation":null,"derivation":"from G164 (αἰχμάλωτος);","strongs_definition":"to capture (like G163 (αἰχμαλωτίζω))","kjv_definition":"lead captive"} +{"id":"G2595","strongs_number":"G2595","system":"greek","language":"greek","number_value":2595,"lemma":"κάρφος","transliteration":"kárphos","pronunciation":null,"derivation":"from (to wither);","strongs_definition":"a dry twig or straw","kjv_definition":"mote"} +{"id":"G1209","strongs_number":"G1209","system":"greek","language":"greek","number_value":1209,"lemma":"δέχομαι","transliteration":"déchomai","pronunciation":null,"derivation":"middle voice of a primary verb;","strongs_definition":"to receive (in various applications, literally or figuratively)","kjv_definition":"accept, receive, take"} +{"id":"G3893","strongs_number":"G3893","system":"greek","language":"greek","number_value":3893,"lemma":"παραπικραίνω","transliteration":"parapikraínō","pronunciation":null,"derivation":"from G3844 (παρά) and G4087 (πικραίνω);","strongs_definition":"to embitter alongside, i.e. (figuratively) to exasperate","kjv_definition":"provoke"} +{"id":"G718","strongs_number":"G718","system":"greek","language":"greek","number_value":718,"lemma":"ἁρμόζω","transliteration":"harmózō","pronunciation":null,"derivation":"from G719 (ἁρμός);","strongs_definition":"to joint, i.e. (figuratively) to woo (reflexively, to betroth)","kjv_definition":"espouse"} +{"id":"G5402","strongs_number":"G5402","system":"greek","language":"greek","number_value":5402,"lemma":"Φοίβη","transliteration":"Phoíbē","pronunciation":null,"derivation":"feminine of (bright;","strongs_definition":"probably akin to the base of G5457 (φῶς)); Phœbe, a Christian woman","kjv_definition":"Phebe"} +{"id":"G4558","strongs_number":"G4558","system":"greek","language":"greek","number_value":4558,"lemma":"Σάρεπτα","transliteration":"Sárepta","pronunciation":null,"derivation":"of Hebrew origin (H06886);","strongs_definition":"Sarepta (i.e. Tsarephath), a place in Palestine","kjv_definition":"Sarepta"} +{"id":"G3940","strongs_number":"G3940","system":"greek","language":"greek","number_value":3940,"lemma":"παροικία","transliteration":"paroikía","pronunciation":null,"derivation":"from G3941 (πάροικος);","strongs_definition":"foreign residence","kjv_definition":"sojourning, X as strangers"} +{"id":"G4244","strongs_number":"G4244","system":"greek","language":"greek","number_value":4244,"lemma":"πρεσβυτέριον","transliteration":"presbytérion","pronunciation":null,"derivation":"neuter of a presumed derivative of G4245 (πρεσβύτερος);","strongs_definition":"the order of elders, i.e. (specially), Israelite Sanhedrin or Christian \"presbytery\"","kjv_definition":"(estate of) elder(-s), presbytery"} +{"id":"G3768","strongs_number":"G3768","system":"greek","language":"greek","number_value":3768,"lemma":"οὔπω","transliteration":"oúpō","pronunciation":null,"derivation":"from G3756 (οὐ) and G4452 (-πω);","strongs_definition":"not yet","kjv_definition":"hitherto not, (no…) as yet, not yet"} +{"id":"G2833","strongs_number":"G2833","system":"greek","language":"greek","number_value":2833,"lemma":"κνήθω","transliteration":"knḗthō","pronunciation":null,"derivation":"from a primary (to scrape);","strongs_definition":"to scratch, i.e. (by implication) to tickle","kjv_definition":"X itching"} +{"id":"G1869","strongs_number":"G1869","system":"greek","language":"greek","number_value":1869,"lemma":"ἐπαίρω","transliteration":"epaírō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G142 (αἴρω);","strongs_definition":"to raise up (literally or figuratively)","kjv_definition":"exalt self, poise (lift, take) up"} +{"id":"G2194","strongs_number":"G2194","system":"greek","language":"greek","number_value":2194,"lemma":"Ζαβουλών","transliteration":"Zaboulṓn","pronunciation":null,"derivation":"of Hebrew origin (H02074);","strongs_definition":"Zabulon (i.e. Zebulon), a region of Palestine","kjv_definition":"Zabulon"} +{"id":"G206","strongs_number":"G206","system":"greek","language":"greek","number_value":206,"lemma":"ἄκρον","transliteration":"ákron","pronunciation":null,"derivation":"neuter of an adjective probably akin to the base of G188 (ἀκμήν);","strongs_definition":"the extremity","kjv_definition":"one end… other, tip, top, uttermost participle"} +{"id":"G4520","strongs_number":"G4520","system":"greek","language":"greek","number_value":4520,"lemma":"σαββατισμός","transliteration":"sabbatismós","pronunciation":null,"derivation":"from a derivative of G4521 (σάββατον);","strongs_definition":"a \"sabbatism\", i.e. (figuratively) the repose of Christianity (as a type of heaven)","kjv_definition":"rest"} +{"id":"G4207","strongs_number":"G4207","system":"greek","language":"greek","number_value":4207,"lemma":"πόῤῥωθεν","transliteration":"pórrhōthen","pronunciation":null,"derivation":"from G4206 (πόῤῥω) with adverbial enclitic of source;","strongs_definition":"from far, or (by implication) at a distance, i.e. distantly","kjv_definition":"afar off"} +{"id":"G5096","strongs_number":"G5096","system":"greek","language":"greek","number_value":5096,"lemma":"Τίμων","transliteration":"Tímōn","pronunciation":null,"derivation":"from G5092 (τιμή);","strongs_definition":"valuable; Timon, a Christian","kjv_definition":"Timon"} +{"id":"G3092","strongs_number":"G3092","system":"greek","language":"greek","number_value":3092,"lemma":"Μαάθ","transliteration":"Maáth","pronunciation":null,"derivation":"probably of Hebrew origin;","strongs_definition":"Maath, an Israelite","kjv_definition":"Maath"} +{"id":"G5256","strongs_number":"G5256","system":"greek","language":"greek","number_value":5256,"lemma":"ὑπηρετέω","transliteration":"hypēretéō","pronunciation":null,"derivation":"from G5257 (ὑπηρέτης);","strongs_definition":"to be a subordinate, i.e. (by implication) subserve","kjv_definition":"minister (unto), serve"} +{"id":"G2074","strongs_number":"G2074","system":"greek","language":"greek","number_value":2074,"lemma":"Ἐσρώμ","transliteration":"Esrṓm","pronunciation":null,"derivation":"of Hebrew origin (H02696);","strongs_definition":"Esrom (i.e. Chetsron), an Israelite","kjv_definition":"Esrom"} +{"id":"G4409","strongs_number":"G4409","system":"greek","language":"greek","number_value":4409,"lemma":"πρωτεύω","transliteration":"prōteúō","pronunciation":null,"derivation":"from G4413 (πρῶτος);","strongs_definition":"to be first (in rank or influence)","kjv_definition":"have the preeminence"} +{"id":"G1035","strongs_number":"G1035","system":"greek","language":"greek","number_value":1035,"lemma":"βρῶσις","transliteration":"brōsis","pronunciation":null,"derivation":"from the base of G977 (βιβρώσκω);","strongs_definition":"(abstractly) eating (literally or figuratively); by extension (concretely) food (literally or figuratively)","kjv_definition":"eating, food, meat"} +{"id":"G771","strongs_number":"G771","system":"greek","language":"greek","number_value":771,"lemma":"ἀσθένημα","transliteration":"asthénēma","pronunciation":null,"derivation":"from G770 (ἀσθενέω);","strongs_definition":"a scruple of conscience","kjv_definition":"infirmity"} +{"id":"G1600","strongs_number":"G1600","system":"greek","language":"greek","number_value":1600,"lemma":"ἐκπετάννυμι","transliteration":"ekpetánnymi","pronunciation":null,"derivation":"from G1537 (ἐκ) and a form of G4072 (πέτομαι);","strongs_definition":"to fly out, i.e. (by analogy) to extend","kjv_definition":"stretch forth"} +{"id":"G1733","strongs_number":"G1733","system":"greek","language":"greek","number_value":1733,"lemma":"ἕνδεκα","transliteration":"héndeka","pronunciation":null,"derivation":"from (the neuter of) G1520 (εἷς) and G1176 (δέκα);","strongs_definition":"one and ten, i.e. eleven","kjv_definition":"eleven"} +{"id":"G1454","strongs_number":"G1454","system":"greek","language":"greek","number_value":1454,"lemma":"ἔγερσις","transliteration":"égersis","pronunciation":null,"derivation":"from G1453 (ἐγείρω);","strongs_definition":"a resurgence (from death)","kjv_definition":"resurrection"} +{"id":"G1345","strongs_number":"G1345","system":"greek","language":"greek","number_value":1345,"lemma":"δικαίωμα","transliteration":"dikaíōma","pronunciation":null,"derivation":"from G1344 (δικαιόω);","strongs_definition":"an equitable deed; by implication, a statute or decision","kjv_definition":"judgment, justification, ordinance, righteousness"} +{"id":"G2016","strongs_number":"G2016","system":"greek","language":"greek","number_value":2016,"lemma":"ἐπιφανής","transliteration":"epiphanḗs","pronunciation":null,"derivation":"from G2014 (ἐπιφαίνω);","strongs_definition":"conspicuous, i.e. (figuratively) memorable","kjv_definition":"notable"} +{"id":"G987","strongs_number":"G987","system":"greek","language":"greek","number_value":987,"lemma":"βλασφημέω","transliteration":"blasphēméō","pronunciation":null,"derivation":"from G989 (βλάσφημος);","strongs_definition":"to vilify; specially, to speak impiously","kjv_definition":"(speak) blaspheme(-er, -mously, -my), defame, rail on, revile, speak evil"} +{"id":"G5547","strongs_number":"G5547","system":"greek","language":"greek","number_value":5547,"lemma":"Χριστός","transliteration":"Christós","pronunciation":null,"derivation":"from G5548 (χρίω);","strongs_definition":"anointed, i.e. the Messiah, an epithet of Jesus","kjv_definition":"Christ"} +{"id":"G1753","strongs_number":"G1753","system":"greek","language":"greek","number_value":1753,"lemma":"ἐνέργεια","transliteration":"enérgeia","pronunciation":null,"derivation":"from G1756 (ἐνεργής);","strongs_definition":"efficiency (\"energy\")","kjv_definition":"operation, strong, (effectual) working"} +{"id":"G2521","strongs_number":"G2521","system":"greek","language":"greek","number_value":2521,"lemma":"κάθημαι","transliteration":"káthēmai","pronunciation":null,"derivation":"from G2596 (κατά);","strongs_definition":"and (to sit; akin to the base of G1476 (ἑδραῖος)); to sit down; figuratively, to remain, reside","kjv_definition":"dwell, sit (by, down)"} +{"id":"G1301","strongs_number":"G1301","system":"greek","language":"greek","number_value":1301,"lemma":"διατηρέω","transliteration":"diatēréō","pronunciation":null,"derivation":"from G1223 (διά) and G5083 (τηρέω);","strongs_definition":"to watch thoroughly, i.e. (positively and transitively) to observe strictly, or (negatively and reflexively) to avoid wholly","kjv_definition":"keep"} +{"id":"G859","strongs_number":"G859","system":"greek","language":"greek","number_value":859,"lemma":"ἄφεσις","transliteration":"áphesis","pronunciation":null,"derivation":"from G863 (ἀφίημι);","strongs_definition":"freedom; (figuratively) pardon","kjv_definition":"deliverance, forgiveness, liberty, remission"} +{"id":"G1146","strongs_number":"G1146","system":"greek","language":"greek","number_value":1146,"lemma":"δακτύλιος","transliteration":"daktýlios","pronunciation":null,"derivation":"from G1147 (δάκτυλος);","strongs_definition":"a finger-ring","kjv_definition":"ring"} +{"id":"G2042","strongs_number":"G2042","system":"greek","language":"greek","number_value":2042,"lemma":"ἐρεθίζω","transliteration":"erethízō","pronunciation":null,"derivation":"from a presumed prolonged form of G2054 (ἔρις);","strongs_definition":"to stimulate (especially to anger)","kjv_definition":"provoke"} +{"id":"G346","strongs_number":"G346","system":"greek","language":"greek","number_value":346,"lemma":"ἀνακεφαλαίομαι","transliteration":"anakephalaíomai","pronunciation":null,"derivation":"from G303 (ἀνά) and G2775 (κεφαλαιόω) (in its original sense);","strongs_definition":"to sum up","kjv_definition":"briefly comprehend, gather together in one"} +{"id":"G2869","strongs_number":"G2869","system":"greek","language":"greek","number_value":2869,"lemma":"κοπάζω","transliteration":"kopázō","pronunciation":null,"derivation":"from G2873 (κόπος);","strongs_definition":"to tire, i.e. (figuratively) to relax","kjv_definition":"cease"} +{"id":"G1217","strongs_number":"G1217","system":"greek","language":"greek","number_value":1217,"lemma":"δημιουργός","transliteration":"dēmiourgós","pronunciation":null,"derivation":"from G1218 (δῆμος) and G2041 (ἔργον);","strongs_definition":"a worker for the people, i.e. mechanic (spoken of the Creator)","kjv_definition":"maker"} +{"id":"G2449","strongs_number":"G2449","system":"greek","language":"greek","number_value":2449,"lemma":"Ἰουδαία","transliteration":"Ioudaía","pronunciation":null,"derivation":"feminine of G2453 (Ἰουδαῖος) (with G1093 (γῆ) implied);","strongs_definition":"the Judæan land (i.e. Judæa), a region of Palestine","kjv_definition":"Judæa"} +{"id":"G625","strongs_number":"G625","system":"greek","language":"greek","number_value":625,"lemma":"Ἀπολλῶς","transliteration":"Apollōs","pronunciation":null,"derivation":"probably from the same as G624 (Ἀπολλωνία);","strongs_definition":"Apollos, an Israelite","kjv_definition":"Apollos"} +{"id":"G2693","strongs_number":"G2693","system":"greek","language":"greek","number_value":2693,"lemma":"καταστρώννυμι","transliteration":"katastrṓnnymi","pronunciation":null,"derivation":"from G2596 (κατά) and G4766 (στρώννυμι);","strongs_definition":"to strew down, i.e. (by implication) to prostrate (slay)","kjv_definition":"overthrow"} +{"id":"G2329","strongs_number":"G2329","system":"greek","language":"greek","number_value":2329,"lemma":"θέρμη","transliteration":"thérmē","pronunciation":null,"derivation":"from the base of G2330 (θέρος);","strongs_definition":"warmth","kjv_definition":"heat"} +{"id":"G1651","strongs_number":"G1651","system":"greek","language":"greek","number_value":1651,"lemma":"ἐλέγχω","transliteration":"elénchō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to confute, admonish","kjv_definition":"convict, convince, tell a fault, rebuke, reprove"} +{"id":"G1390","strongs_number":"G1390","system":"greek","language":"greek","number_value":1390,"lemma":"δόμα","transliteration":"dóma","pronunciation":null,"derivation":"from the base of G1325 (δίδωμι);","strongs_definition":"a present","kjv_definition":"gift"} +{"id":"G2591","strongs_number":"G2591","system":"greek","language":"greek","number_value":2591,"lemma":"Κάρπος","transliteration":"Kárpos","pronunciation":null,"derivation":"perhaps for G2590 (καρπός);","strongs_definition":"Carpus, probably a Christian","kjv_definition":"Carpus"} +{"id":"G2044","strongs_number":"G2044","system":"greek","language":"greek","number_value":2044,"lemma":"ἐρεύγομαι","transliteration":"ereúgomai","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to belch, i.e. (figuratively) to speak out","kjv_definition":"utter"} +{"id":"G3517","strongs_number":"G3517","system":"greek","language":"greek","number_value":3517,"lemma":"Νηρεύς","transliteration":"Nēreús","pronunciation":null,"derivation":"apparently from a derivative of the base of G3491 (ναῦς) (meaning wet);","strongs_definition":"Nereus, a Christian","kjv_definition":"Nereus"} +{"id":"G283","strongs_number":"G283","system":"greek","language":"greek","number_value":283,"lemma":"ἀμίαντος","transliteration":"amíantos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3392 (μιαίνω);","strongs_definition":"unsoiled, i.e. (figuratively) pure","kjv_definition":"undefiled"} +{"id":"G3589","strongs_number":"G3589","system":"greek","language":"greek","number_value":3589,"lemma":"ὀγδοήκοντα","transliteration":"ogdoḗkonta","pronunciation":null,"derivation":"from G3590 (ὄγδοος);","strongs_definition":"ten times eight","kjv_definition":"fourscore"} +{"id":"G3403","strongs_number":"G3403","system":"greek","language":"greek","number_value":3403,"lemma":"μιμνήσκω","transliteration":"mimnḗskō","pronunciation":null,"derivation":"a prolonged form of G3415 (μνάομαι) (from which some of the tenses are borrowed);","strongs_definition":"to remind, i.e. (middle voice) to recall to mind","kjv_definition":"be mindful, remember"} +{"id":"G1669","strongs_number":"G1669","system":"greek","language":"greek","number_value":1669,"lemma":"ἑλκόω","transliteration":"helkóō","pronunciation":null,"derivation":"from G1668 (ἕλκος);","strongs_definition":"to cause to ulcerate, i.e. (passively) be ulcerous","kjv_definition":"full of sores"} +{"id":"G1117","strongs_number":"G1117","system":"greek","language":"greek","number_value":1117,"lemma":"γόμος","transliteration":"gómos","pronunciation":null,"derivation":"from G1073 (γέμω);","strongs_definition":"a load (as filling), i.e. (specially) a cargo, or (by extension) wares","kjv_definition":"burden, merchandise"} +{"id":"G1857","strongs_number":"G1857","system":"greek","language":"greek","number_value":1857,"lemma":"ἐξώτερος","transliteration":"exṓteros","pronunciation":null,"derivation":"comparative of G1854 (ἔξω);","strongs_definition":"exterior","kjv_definition":"outer"} +{"id":"G135","strongs_number":"G135","system":"greek","language":"greek","number_value":135,"lemma":"αἴνιγμα","transliteration":"aínigma","pronunciation":null,"derivation":"from a derivative of G136 (αἶνος) (in its primary sense);","strongs_definition":"an obscure saying (\"enigma\"), i.e. (abstractly) obscureness","kjv_definition":"X darkly"} +{"id":"G2058","strongs_number":"G2058","system":"greek","language":"greek","number_value":2058,"lemma":"ἑρμηνεία","transliteration":"hermēneía","pronunciation":null,"derivation":"from the same as G2059 (ἑρμηνεύω);","strongs_definition":"translation","kjv_definition":"interpretation"} +{"id":"G1071","strongs_number":"G1071","system":"greek","language":"greek","number_value":1071,"lemma":"γέλως","transliteration":"gélōs","pronunciation":null,"derivation":"from G1070 (γελάω);","strongs_definition":"laughter (as a mark of gratification)","kjv_definition":"laughter"} +{"id":"G1601","strongs_number":"G1601","system":"greek","language":"greek","number_value":1601,"lemma":"ἐκπίπτω","transliteration":"ekpíptō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4098 (πίπτω);","strongs_definition":"to drop away; specially, be driven out of one's course; figuratively, to lose, become inefficient","kjv_definition":"be cast, fail, fall (away, off), take none effect"} +{"id":"G544","strongs_number":"G544","system":"greek","language":"greek","number_value":544,"lemma":"ἀπειθέω","transliteration":"apeithéō","pronunciation":null,"derivation":"from G545 (ἀπειθής);","strongs_definition":"to disbelieve (wilfully and perversely)","kjv_definition":"not believe, disobedient, obey not, unbelieving"} +{"id":"G564","strongs_number":"G564","system":"greek","language":"greek","number_value":564,"lemma":"ἀπερίτμητος","transliteration":"aperítmētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G4059 (περιτέμνω);","strongs_definition":"uncircumcised (figuratively)","kjv_definition":"uncircumcised"} +{"id":"G4355","strongs_number":"G4355","system":"greek","language":"greek","number_value":4355,"lemma":"προσλαμβάνω","transliteration":"proslambánō","pronunciation":null,"derivation":"from G4314 (πρός) and G2983 (λαμβάνω);","strongs_definition":"to take to oneself, i.e. use (food), lead (aside), admit (to friendship or hospitality)","kjv_definition":"receive, take (unto)"} +{"id":"G54","strongs_number":"G54","system":"greek","language":"greek","number_value":54,"lemma":"ἁγνότης","transliteration":"hagnótēs","pronunciation":null,"derivation":"from G53 (ἁγνός);","strongs_definition":"cleanness (the state), i.e. (figuratively) blamelessness","kjv_definition":"pureness"} +{"id":"G4790","strongs_number":"G4790","system":"greek","language":"greek","number_value":4790,"lemma":"συγκοινωνέω","transliteration":"synkoinōnéō","pronunciation":null,"derivation":"from G4862 (σύν) and G2841 (κοινωνέω);","strongs_definition":"to share in company with, i.e. co-participate in","kjv_definition":"communicate (have fellowship) with, be partaker of"} +{"id":"G4488","strongs_number":"G4488","system":"greek","language":"greek","number_value":4488,"lemma":"Ῥησά","transliteration":"Rhēsá","pronunciation":null,"derivation":"probably of Hebrew origin (apparently for H07509);","strongs_definition":"Resa (i.e. Rephajah), an Israelite","kjv_definition":"Rhesa"} +{"id":"G441","strongs_number":"G441","system":"greek","language":"greek","number_value":441,"lemma":"ἀνθρωπάρεσκος","transliteration":"anthrōpáreskos","pronunciation":null,"derivation":"from G444 (ἄνθρωπος) and G700 (ἀρέσκω);","strongs_definition":"man-courting, i.e. fawning","kjv_definition":"men-pleaser"} +{"id":"G354","strongs_number":"G354","system":"greek","language":"greek","number_value":354,"lemma":"ἀνάληψις","transliteration":"análēpsis","pronunciation":null,"derivation":"from G353 (ἀναλαμβάνω);","strongs_definition":"ascension","kjv_definition":"taking up"} +{"id":"G4047","strongs_number":"G4047","system":"greek","language":"greek","number_value":4047,"lemma":"περιποίησις","transliteration":"peripoíēsis","pronunciation":null,"derivation":"from G4046 (περιποιέομαι);","strongs_definition":"acquisition (the act or the thing); by extension, preservation","kjv_definition":"obtain(-ing), peculiar, purchased, possession, saving"} +{"id":"G3990","strongs_number":"G3990","system":"greek","language":"greek","number_value":3990,"lemma":"πελεκίζω","transliteration":"pelekízō","pronunciation":null,"derivation":"from a derivative of G4141 (πλήσσω) (meaning an axe);","strongs_definition":"to chop off (the head), i.e. truncate","kjv_definition":"behead"} +{"id":"G4412","strongs_number":"G4412","system":"greek","language":"greek","number_value":4412,"lemma":"πρῶτον","transliteration":"prōton","pronunciation":null,"derivation":"neuter of G4413 (πρῶτος) as adverb (with or without G3588 (ὁ));","strongs_definition":"firstly (in time, place, order, or importance)","kjv_definition":"before, at the beginning, chiefly (at, at the) first (of all)"} +{"id":"G2998","strongs_number":"G2998","system":"greek","language":"greek","number_value":2998,"lemma":"λατομέω","transliteration":"latoméō","pronunciation":null,"derivation":"from the same as the first part of G2991 (λαξευτός) and the base of G5114 (τομώτερος);","strongs_definition":"to quarry","kjv_definition":"hew"} +{"id":"G574","strongs_number":"G574","system":"greek","language":"greek","number_value":574,"lemma":"ἁπλῶς","transliteration":"haplōs","pronunciation":null,"derivation":"adverb from G573 (ἁπλοῦς) (in the objective sense of G572 (ἁπλότης));","strongs_definition":"bountifully;","kjv_definition":"--liberally"} +{"id":"G1870","strongs_number":"G1870","system":"greek","language":"greek","number_value":1870,"lemma":"ἐπαισχύνομαι","transliteration":"epaischýnomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G153 (αἰσχύνομαι);","strongs_definition":"to feel shame for something","kjv_definition":"be ashamed"} +{"id":"G3566","strongs_number":"G3566","system":"greek","language":"greek","number_value":3566,"lemma":"νυμφίος","transliteration":"nymphíos","pronunciation":null,"derivation":"from G3565 (νύμφη);","strongs_definition":"a bride-groom (literally or figuratively)","kjv_definition":"bridegroom"} +{"id":"G2656","strongs_number":"G2656","system":"greek","language":"greek","number_value":2656,"lemma":"κατανεύω","transliteration":"kataneúō","pronunciation":null,"derivation":"from G2596 (κατά) and G3506 (νεύω);","strongs_definition":"to nod down (towards), i.e. (by analogy) to make signs to","kjv_definition":"beckon"} +{"id":"G2022","strongs_number":"G2022","system":"greek","language":"greek","number_value":2022,"lemma":"ἐπιχέω","transliteration":"epichéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and (to pour);","strongs_definition":"","kjv_definition":"--to pour upon:--pour in"} +{"id":"G5135","strongs_number":"G5135","system":"greek","language":"greek","number_value":5135,"lemma":"τραυματίζω","transliteration":"traumatízō","pronunciation":null,"derivation":"from G5134 (τραῦμα);","strongs_definition":"to inflict a wound","kjv_definition":"wound"} +{"id":"G4499","strongs_number":"G4499","system":"greek","language":"greek","number_value":4499,"lemma":"Ῥόδος","transliteration":"Rhódos","pronunciation":null,"derivation":"probably from (a rose);","strongs_definition":"Rhodus, an island of the Mediterranean","kjv_definition":"Rhodes"} +{"id":"G3104","strongs_number":"G3104","system":"greek","language":"greek","number_value":3104,"lemma":"Μαϊνάν","transliteration":"Maïnán","pronunciation":null,"derivation":"probably of Hebrew origin;","strongs_definition":"Mainan, an Israelite","kjv_definition":"Mainan"} +{"id":"G5543","strongs_number":"G5543","system":"greek","language":"greek","number_value":5543,"lemma":"χρηστός","transliteration":"chrēstós","pronunciation":null,"derivation":"from G5530 (χράομαι);","strongs_definition":"employed, i.e. (by implication) useful (in manner or morals)","kjv_definition":"better, easy, good(-ness), gracious, kind"} +{"id":"G258","strongs_number":"G258","system":"greek","language":"greek","number_value":258,"lemma":"ἀλώπηξ","transliteration":"alṓpēx","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a fox, i.e. (figuratively) a cunning person","kjv_definition":"fox"} +{"id":"G3442","strongs_number":"G3442","system":"greek","language":"greek","number_value":3442,"lemma":"μονόφθαλμος","transliteration":"monóphthalmos","pronunciation":null,"derivation":"from G3441 (μόνος) and G3788 (ὀφθαλμός);","strongs_definition":"one-eyed","kjv_definition":"with one eye"} +{"id":"G1868","strongs_number":"G1868","system":"greek","language":"greek","number_value":1868,"lemma":"ἔπαινος","transliteration":"épainos","pronunciation":null,"derivation":"from G1909 (ἐπί) and the base of G134 (αἰνέω);","strongs_definition":"laudation; concretely, a commendable thing","kjv_definition":"praise"} +{"id":"G1356","strongs_number":"G1356","system":"greek","language":"greek","number_value":1356,"lemma":"διοπετής","transliteration":"diopetḗs","pronunciation":null,"derivation":"from the alternate of G2203 (Ζεύς) and the alternate of G4098 (πίπτω);","strongs_definition":"sky-fallen (i.e. an aerolite)","kjv_definition":"which fell down from Jupiter"} +{"id":"G1693","strongs_number":"G1693","system":"greek","language":"greek","number_value":1693,"lemma":"ἐμμαίνομαι","transliteration":"emmaínomai","pronunciation":null,"derivation":"from G1722 (ἐν) and G3105 (μαίνομαι);","strongs_definition":"to rave on, i.e. rage at","kjv_definition":"be mad against"} +{"id":"G3503","strongs_number":"G3503","system":"greek","language":"greek","number_value":3503,"lemma":"νεότης","transliteration":"neótēs","pronunciation":null,"derivation":"from G3501 (νέος);","strongs_definition":"newness, i.e. youthfulness","kjv_definition":"youth"} +{"id":"G4867","strongs_number":"G4867","system":"greek","language":"greek","number_value":4867,"lemma":"συναθροίζω","transliteration":"synathroízō","pronunciation":null,"derivation":"from G4862 (σύν) and (to hoard);","strongs_definition":"to convene","kjv_definition":"call (gather) together"} +{"id":"G1795","strongs_number":"G1795","system":"greek","language":"greek","number_value":1795,"lemma":"ἐντυπόω","transliteration":"entypóō","pronunciation":null,"derivation":"from G1722 (ἐν) and a derivative of G5179 (τύπος);","strongs_definition":"to enstamp, i.e. engrave","kjv_definition":"engrave"} +{"id":"G2568","strongs_number":"G2568","system":"greek","language":"greek","number_value":2568,"lemma":"Καλοὶ Λιμένες","transliteration":"Kaloì Liménes","pronunciation":null,"derivation":"plural of G2570 (καλός) and G3040 (λιμήν);","strongs_definition":"Good Harbors, i.e. Fairhaven, a bay of Crete","kjv_definition":"fair havens"} +{"id":"G1705","strongs_number":"G1705","system":"greek","language":"greek","number_value":1705,"lemma":"ἐμπίπλημι","transliteration":"empíplēmi","pronunciation":null,"derivation":"from G1722 (ἐν) and the base of G4118 (πλεῖστος);","strongs_definition":"to fill in (up), i.e. (by implication) to satisfy (literally or figuratively)","kjv_definition":"fill"} +{"id":"G384","strongs_number":"G384","system":"greek","language":"greek","number_value":384,"lemma":"ἀνασκευάζω","transliteration":"anaskeuázō","pronunciation":null,"derivation":"from G303 (ἀνά) (in the sense of reversal) and a derivative of G4632 (σκεῦος);","strongs_definition":"properly, to pack up (baggage), i.e. (by implication, and figuratively) to upset","kjv_definition":"subvert"} +{"id":"G3854","strongs_number":"G3854","system":"greek","language":"greek","number_value":3854,"lemma":"παραγίνομαι","transliteration":"paragínomai","pronunciation":null,"derivation":"from G3844 (παρά) and G1096 (γίνομαι);","strongs_definition":"to become near, i.e. approach (have arrived); by implication, to appear publicly","kjv_definition":"come, go, be present"} +{"id":"G4034","strongs_number":"G4034","system":"greek","language":"greek","number_value":4034,"lemma":"περιλάμπω","transliteration":"perilámpō","pronunciation":null,"derivation":"from G4012 (περί) and G2989 (λάμπω);","strongs_definition":"to illuminate all around, i.e. invest with a halo","kjv_definition":"shine round about"} +{"id":"G2878","strongs_number":"G2878","system":"greek","language":"greek","number_value":2878,"lemma":"κορβᾶν","transliteration":"korbân","pronunciation":null,"derivation":"of Hebrew and Chaldee origin respectively (H07133);","strongs_definition":"a votive offering and the offering; a consecrated present (to the Temple fund); by extension (the latter term) the Treasury itself, i.e. the room where the contribution boxes stood","kjv_definition":"Corban, treasury"} +{"id":"G192","strongs_number":"G192","system":"greek","language":"greek","number_value":192,"lemma":"ἀκρασία","transliteration":"akrasía","pronunciation":null,"derivation":"from G193 (ἀκρατής);","strongs_definition":"want of self-restraint","kjv_definition":"excess, incontinency"} +{"id":"G139","strongs_number":"G139","system":"greek","language":"greek","number_value":139,"lemma":"αἵρεσις","transliteration":"haíresis","pronunciation":null,"derivation":"from G138 (αἱρέομαι);","strongs_definition":"properly, a choice, i.e. (specially) a party or (abstractly) disunion","kjv_definition":"heresy (which is the Greek word itself), sect"} +{"id":"G1511","strongs_number":"G1511","system":"greek","language":"greek","number_value":1511,"lemma":"εἶναι","transliteration":"eînai","pronunciation":null,"derivation":"present infinitive from G1510 (εἰμί);","strongs_definition":"to exist","kjv_definition":"am, was"} +{"id":"G2627","strongs_number":"G2627","system":"greek","language":"greek","number_value":2627,"lemma":"κατακλυσμός","transliteration":"kataklysmós","pronunciation":null,"derivation":"from G2626 (κατακλύζω);","strongs_definition":"an inundation","kjv_definition":"flood"} +{"id":"G228","strongs_number":"G228","system":"greek","language":"greek","number_value":228,"lemma":"ἀληθινός","transliteration":"alēthinós","pronunciation":null,"derivation":"from G227 (ἀληθής);","strongs_definition":"truthful","kjv_definition":"true"} +{"id":"G3818","strongs_number":"G3818","system":"greek","language":"greek","number_value":3818,"lemma":"Πακατιανή","transliteration":"Pakatianḗ","pronunciation":null,"derivation":"feminine of an adjective of uncertain derivation;","strongs_definition":"Pacatianian, a section of Phrygia","kjv_definition":"Pacatiana"} +{"id":"G3898","strongs_number":"G3898","system":"greek","language":"greek","number_value":3898,"lemma":"παραπλησίως","transliteration":"paraplēsíōs","pronunciation":null,"derivation":"adverb from the same as G3897 (παραπλήσιον);","strongs_definition":"in a manner near by, i.e. (figuratively) similarly","kjv_definition":"likewise"} +{"id":"G4945","strongs_number":"G4945","system":"greek","language":"greek","number_value":4945,"lemma":"συνωμοσία","transliteration":"synōmosía","pronunciation":null,"derivation":"from a compound of G4862 (σύν) and G3660 (ὀμνύω);","strongs_definition":"a swearing together, i.e. (by implication) a plot","kjv_definition":"comspiracy"} +{"id":"G4252","strongs_number":"G4252","system":"greek","language":"greek","number_value":4252,"lemma":"Πρίσκιλλα","transliteration":"Prískilla","pronunciation":null,"derivation":"diminutive of G4251 (Πρίσκα);","strongs_definition":"Priscilla (i.e. little Prisca), a Christian woman","kjv_definition":"Priscilla"} +{"id":"G973","strongs_number":"G973","system":"greek","language":"greek","number_value":973,"lemma":"βιαστής","transliteration":"biastḗs","pronunciation":null,"derivation":"from G971 (βιάζω);","strongs_definition":"a forcer, i.e. (figuratively) energetic","kjv_definition":"violent"} +{"id":"G2425","strongs_number":"G2425","system":"greek","language":"greek","number_value":2425,"lemma":"ἱκανός","transliteration":"hikanós","pronunciation":null,"derivation":"from ( or , akin to G2240 (ἥκω)) (to arrive);","strongs_definition":"competent (as if coming in season), i.e. ample (in amount) or fit (in character)","kjv_definition":"able, + content, enough, good, great, large, long (while), many, meet, much, security, sore, sufficient, worthy"} +{"id":"G884","strongs_number":"G884","system":"greek","language":"greek","number_value":884,"lemma":"ἀχάριστος","transliteration":"acháristos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G5483 (χαρίζομαι);","strongs_definition":"thankless, i.e. ungrateful","kjv_definition":"unthankful"} +{"id":"G3063","strongs_number":"G3063","system":"greek","language":"greek","number_value":3063,"lemma":"λοιπόν","transliteration":"loipón","pronunciation":null,"derivation":"neuter singular of the same as G3062 (λοιποί);","strongs_definition":"something remaining (adverbially)","kjv_definition":"besides, finally, furthermore, (from) henceforth, moreover, now, + it remaineth, then"} +{"id":"G3540","strongs_number":"G3540","system":"greek","language":"greek","number_value":3540,"lemma":"νόημα","transliteration":"nóēma","pronunciation":null,"derivation":"from G3539 (νοιέω);","strongs_definition":"a perception, i.e. purpose, or (by implication) the intellect, disposition, itself","kjv_definition":"device, mind, thought"} +{"id":"G5599","strongs_number":"G5599","system":"greek","language":"greek","number_value":5599,"lemma":"ὦ","transliteration":"ō","pronunciation":null,"derivation":"a primary interjection;","strongs_definition":"as a sign of the vocative case, O; as a note of exclamation, oh","kjv_definition":"O"} +{"id":"G3099","strongs_number":"G3099","system":"greek","language":"greek","number_value":3099,"lemma":"Μαδιάν","transliteration":"Madián","pronunciation":null,"derivation":"of Hebrew origin (H04080);","strongs_definition":"Madian (i.e. Midian), a region of Arabia","kjv_definition":"Madian"} +{"id":"G5250","strongs_number":"G5250","system":"greek","language":"greek","number_value":5250,"lemma":"ὑπερπλεονάζω","transliteration":"hyperpleonázō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G4121 (πλεονάζω);","strongs_definition":"to superabound","kjv_definition":"be exceeding abundant"} +{"id":"G3967","strongs_number":"G3967","system":"greek","language":"greek","number_value":3967,"lemma":"πατρικός","transliteration":"patrikós","pronunciation":null,"derivation":"from G3962 (πατήρ);","strongs_definition":"paternal, i.e. ancestral","kjv_definition":"of fathers"} +{"id":"G2263","strongs_number":"G2263","system":"greek","language":"greek","number_value":2263,"lemma":"ἤρεμος","transliteration":"ḗremos","pronunciation":null,"derivation":"perhaps by transposition from G2048 (ἔρημος) (through the idea of stillness);","strongs_definition":"tranquil","kjv_definition":"quiet"} +{"id":"G4667","strongs_number":"G4667","system":"greek","language":"greek","number_value":4667,"lemma":"Σμύρνα","transliteration":"Smýrna","pronunciation":null,"derivation":"the same as G4666 (σμύρνα);","strongs_definition":"Smyrna, a place in Asia Minor","kjv_definition":"Smyrna"} +{"id":"G4390","strongs_number":"G4390","system":"greek","language":"greek","number_value":4390,"lemma":"προτρέχω","transliteration":"protréchō","pronunciation":null,"derivation":"from G4253 (πρό) and G5143 (τρέχω) (including its alternate);","strongs_definition":"to run forward, i.e. outstrip, precede","kjv_definition":"outrun, run before"} +{"id":"G4954","strongs_number":"G4954","system":"greek","language":"greek","number_value":4954,"lemma":"σύσσωμος","transliteration":"sýssōmos","pronunciation":null,"derivation":"from G4862 (σύν) and G4983 (σῶμα);","strongs_definition":"of a joint body, i.e. (figuratively) a fellow-member of the Christian community","kjv_definition":"of the same body"} +{"id":"G2037","strongs_number":"G2037","system":"greek","language":"greek","number_value":2037,"lemma":"Ἔραστος","transliteration":"Érastos","pronunciation":null,"derivation":"from (to love);","strongs_definition":"beloved; Erastus, a Christian","kjv_definition":"Erastus"} +{"id":"G953","strongs_number":"G953","system":"greek","language":"greek","number_value":953,"lemma":"βεβηλόω","transliteration":"bebēlóō","pronunciation":null,"derivation":"from G952 (βέβηλος);","strongs_definition":"to desecrate","kjv_definition":"profane"} +{"id":"G3019","strongs_number":"G3019","system":"greek","language":"greek","number_value":3019,"lemma":"Λευΐτης","transliteration":"Leuḯtēs","pronunciation":null,"derivation":"from G3017 (Λευΐ);","strongs_definition":"a Levite, i.e. descendant of Levi","kjv_definition":"Levite"} +{"id":"G4524","strongs_number":"G4524","system":"greek","language":"greek","number_value":4524,"lemma":"Σαδώκ","transliteration":"Sadṓk","pronunciation":null,"derivation":"of Hebrew origin (H06659);","strongs_definition":"Sadoc (i.e. Tsadok), an Israelite","kjv_definition":"Sadoc"} +{"id":"G1068","strongs_number":"G1068","system":"greek","language":"greek","number_value":1068,"lemma":"Γεθσημανῆ","transliteration":"Gethsēmanē","pronunciation":null,"derivation":"of Chaldee origin (compare H01660 and H08081);","strongs_definition":"oil-press; Gethsemane, a garden near Jerusalem","kjv_definition":"Gethsemane"} +{"id":"G627","strongs_number":"G627","system":"greek","language":"greek","number_value":627,"lemma":"ἀπολογία","transliteration":"apología","pronunciation":null,"derivation":"from the same as G626 (ἀπολογέομαι);","strongs_definition":"a plea (\"apology\")","kjv_definition":"answer (for self), clearing of self, defence"} +{"id":"G5372","strongs_number":"G5372","system":"greek","language":"greek","number_value":5372,"lemma":"Φίλητος","transliteration":"Phílētos","pronunciation":null,"derivation":"from G5368 (φιλέω);","strongs_definition":"amiable; Philetus, an opposer of Christianity","kjv_definition":"Philetus"} +{"id":"G3825","strongs_number":"G3825","system":"greek","language":"greek","number_value":3825,"lemma":"πάλιν","transliteration":"pálin","pronunciation":null,"derivation":"probably from the same as G3823 (πάλη) (through the idea of oscillatory repetition);","strongs_definition":"(adverbially) anew, i.e. (of place) back, (of time) once more, or (conjunctionally) furthermore or on the other hand","kjv_definition":"again"} +{"id":"G3436","strongs_number":"G3436","system":"greek","language":"greek","number_value":3436,"lemma":"μολυσμός","transliteration":"molysmós","pronunciation":null,"derivation":"from G3435 (μολύνω);","strongs_definition":"a stain; i.e. (figuratively) immorality","kjv_definition":"filthiness"} +{"id":"G3939","strongs_number":"G3939","system":"greek","language":"greek","number_value":3939,"lemma":"παροικέω","transliteration":"paroikéō","pronunciation":null,"derivation":"from G3844 (παρά) and G3611 (οἰκέω);","strongs_definition":"to dwell near, i.e. reside as a foreigner","kjv_definition":"sojourn in, be a stranger"} +{"id":"G848","strongs_number":"G848","system":"greek","language":"greek","number_value":848,"lemma":"αὑτοῦ","transliteration":"hautoû","pronunciation":null,"derivation":"contracted for G1438 (ἑαυτοῦ);","strongs_definition":"self (in some oblique case or reflexively, relation)","kjv_definition":"her (own), (of) him(-self), his (own), of it, thee, their (own), them(-selves), they"} +{"id":"G5524","strongs_number":"G5524","system":"greek","language":"greek","number_value":5524,"lemma":"χορηγέω","transliteration":"chorēgéō","pronunciation":null,"derivation":"from a compound of G5525 (χορός) and G71 (ἄγω);","strongs_definition":"to be a dance-leader, i.e. (generally) to furnish","kjv_definition":"give, minister"} +{"id":"G3528","strongs_number":"G3528","system":"greek","language":"greek","number_value":3528,"lemma":"νικάω","transliteration":"nikáō","pronunciation":null,"derivation":"from G3529 (νίκη);","strongs_definition":"to subdue (literally or figuratively)","kjv_definition":"conquer, overcome, prevail, get the victory"} +{"id":"G1719","strongs_number":"G1719","system":"greek","language":"greek","number_value":1719,"lemma":"ἔμφοβος","transliteration":"émphobos","pronunciation":null,"derivation":"from G1722 (ἐν) and G5401 (φόβος);","strongs_definition":"in fear, i.e. alarmed","kjv_definition":"affrighted, afraid, tremble"} +{"id":"G5239","strongs_number":"G5239","system":"greek","language":"greek","number_value":5239,"lemma":"ὑπερεκτείνω","transliteration":"hyperekteínō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G1614 (ἐκτείνω);","strongs_definition":"to extend inordinately","kjv_definition":"stretch beyond"} +{"id":"G3610","strongs_number":"G3610","system":"greek","language":"greek","number_value":3610,"lemma":"οἰκέτης","transliteration":"oikétēs","pronunciation":null,"derivation":"from G3611 (οἰκέω);","strongs_definition":"a fellow resident, i.e. menial domestic","kjv_definition":"(household) servant"} +{"id":"G3148","strongs_number":"G3148","system":"greek","language":"greek","number_value":3148,"lemma":"μάστιξ","transliteration":"mástix","pronunciation":null,"derivation":"probably from the base of G3145 (μασσάομαι) (through the idea of contact);","strongs_definition":"a whip (literally, the Roman flagellum for criminals; figuratively, a disease)","kjv_definition":"plague, scourging"} +{"id":"G3380","strongs_number":"G3380","system":"greek","language":"greek","number_value":3380,"lemma":"μήπω","transliteration":"mḗpō","pronunciation":null,"derivation":"from G3361 (μή) and G4452 (-πω);","strongs_definition":"not yet","kjv_definition":"not yet"} +{"id":"G3433","strongs_number":"G3433","system":"greek","language":"greek","number_value":3433,"lemma":"μόλις","transliteration":"mólis","pronunciation":null,"derivation":"probably by variation for G3425 (μόγις);","strongs_definition":"with difficulty","kjv_definition":"hardly, scarce(-ly), + with much work"} +{"id":"G2676","strongs_number":"G2676","system":"greek","language":"greek","number_value":2676,"lemma":"κατάρτισις","transliteration":"katártisis","pronunciation":null,"derivation":"from G2675 (καταρτίζω);","strongs_definition":"thorough equipment (subjectively)","kjv_definition":"perfection"} +{"id":"G4818","strongs_number":"G4818","system":"greek","language":"greek","number_value":4818,"lemma":"συλλυπέω","transliteration":"syllypéō","pronunciation":null,"derivation":"from G4862 (σύν) and G3076 (λυπέω);","strongs_definition":"to afflict jointly, i.e. (passive) sorrow at (on account of) someone","kjv_definition":"be grieved"} +{"id":"G2276","strongs_number":"G2276","system":"greek","language":"greek","number_value":2276,"lemma":"ἥττον","transliteration":"hḗtton","pronunciation":null,"derivation":"neuter of comparative of (slightly) used for that of G2556 (κακός);","strongs_definition":"worse (as noun); by implication, less (as adverb)","kjv_definition":"less, worse"} +{"id":"G4947","strongs_number":"G4947","system":"greek","language":"greek","number_value":4947,"lemma":"Συρία","transliteration":"Syría","pronunciation":null,"derivation":"probably of Hebrew origin (H06865);","strongs_definition":"Syria (i.e. Tsyria or Tyre), a region of Asia","kjv_definition":"Syria"} +{"id":"G5280","strongs_number":"G5280","system":"greek","language":"greek","number_value":5280,"lemma":"ὑπόμνησις","transliteration":"hypómnēsis","pronunciation":null,"derivation":"from G5279 (ὑπομιμνήσκω);","strongs_definition":"a reminding or (reflexively) recollection","kjv_definition":"remembrance"} +{"id":"G2738","strongs_number":"G2738","system":"greek","language":"greek","number_value":2738,"lemma":"καῦμα","transliteration":"kaûma","pronunciation":null,"derivation":"from G2545 (καίω);","strongs_definition":"properly, a burn (concretely), but used (abstractly) of a glow","kjv_definition":"heat"} +{"id":"G4190","strongs_number":"G4190","system":"greek","language":"greek","number_value":4190,"lemma":"πονηρός","transliteration":"ponērós","pronunciation":null,"derivation":"from a derivative of G4192 (πόνος);","strongs_definition":"hurtful, i.e. evil (properly, in effect or influence, and thus differing from G2556 (κακός), which refers rather to essential character, as well as from G4550 (σαπρός), which indicates degeneracy from original virtue); figuratively, calamitous; also (passively) ill, i.e. diseased; but especially (morally) culpable, i.e. derelict, vicious, facinorous; neuter (singular) mischief, malice, or (plural) guilt; masculine (singular) the devil, or (plural) sinners","kjv_definition":"bad, evil, grievous, harm, lewd, malicious, wicked(-ness)"} +{"id":"G5368","strongs_number":"G5368","system":"greek","language":"greek","number_value":5368,"lemma":"φιλέω","transliteration":"philéō","pronunciation":null,"derivation":"from G5384 (φίλος);","strongs_definition":"to be a friend to (fond of (an individual or an object)), i.e. have affection for (denoting personal attachment, as a matter of sentiment or feeling; while G25 (ἀγαπάω) is wider, embracing especially the judgment and the deliberate assent of the will as a matter of principle, duty and propriety: the two thus stand related very much as G2309 (θέλω) and G1014 (βούλομαι), or as G2372 (θυμός) and G3563 (νοῦς) respectively; the former being chiefly of the heart and the latter of the head); specially, to kiss (as a mark of tenderness)","kjv_definition":"kiss, love"} +{"id":"G1033","strongs_number":"G1033","system":"greek","language":"greek","number_value":1033,"lemma":"βρῶμα","transliteration":"brōma","pronunciation":null,"derivation":"from the base of G977 (βιβρώσκω);","strongs_definition":"food (literally or figuratively), especially (ceremonially) articles allowed or forbidden by the Jewish law","kjv_definition":"meat, victuals"} +{"id":"G243","strongs_number":"G243","system":"greek","language":"greek","number_value":243,"lemma":"ἄλλος","transliteration":"állos","pronunciation":null,"derivation":"a primary word;","strongs_definition":"\"else,\" i.e. different (in many applications)","kjv_definition":"more, one (another), (an-, some an-)other(-s, -wise)"} +{"id":"G1319","strongs_number":"G1319","system":"greek","language":"greek","number_value":1319,"lemma":"διδασκαλία","transliteration":"didaskalía","pronunciation":null,"derivation":"from G1320 (διδάσκαλος);","strongs_definition":"instruction (the function or the information)","kjv_definition":"doctrine, learning, teaching"} +{"id":"G4136","strongs_number":"G4136","system":"greek","language":"greek","number_value":4136,"lemma":"πληροφορία","transliteration":"plērophoría","pronunciation":null,"derivation":"from G4135 (πληροφορέω);","strongs_definition":"entire confidence","kjv_definition":"(full) assurance"} +{"id":"G1277","strongs_number":"G1277","system":"greek","language":"greek","number_value":1277,"lemma":"διαπλέω","transliteration":"diapléō","pronunciation":null,"derivation":"from G1223 (διά) and G4126 (πλέω);","strongs_definition":"to sail through","kjv_definition":"sail over"} +{"id":"G4319","strongs_number":"G4319","system":"greek","language":"greek","number_value":4319,"lemma":"προσαιτέω","transliteration":"prosaitéō","pronunciation":null,"derivation":"from G4314 (πρός) and G154 (αἰτέω);","strongs_definition":"to ask repeatedly (importune), i.e. solicit","kjv_definition":"beg"} +{"id":"G2727","strongs_number":"G2727","system":"greek","language":"greek","number_value":2727,"lemma":"κατηχέω","transliteration":"katēchéō","pronunciation":null,"derivation":"from G2596 (κατά) and G2279 (ἦχος);","strongs_definition":"to sound down into the ears, i.e. (by implication) to indoctrinate (\"catechize\") or (genitive case) to apprise of","kjv_definition":"inform, instruct, teach"} +{"id":"G4247","strongs_number":"G4247","system":"greek","language":"greek","number_value":4247,"lemma":"πρεσβῦτις","transliteration":"presbŷtis","pronunciation":null,"derivation":"feminine of G4246 (πρεσβύτης);","strongs_definition":"an old woman","kjv_definition":"aged woman"} +{"id":"G3393","strongs_number":"G3393","system":"greek","language":"greek","number_value":3393,"lemma":"μίασμα","transliteration":"míasma","pronunciation":null,"derivation":"from G3392 (μιαίνω) (\"miasma\");","strongs_definition":"(morally) foulness (properly, the effect)","kjv_definition":"pollution"} +{"id":"G1192","strongs_number":"G1192","system":"greek","language":"greek","number_value":1192,"lemma":"δέρμα","transliteration":"dérma","pronunciation":null,"derivation":"from G1194 (δέρω);","strongs_definition":"a hide","kjv_definition":"skin"} +{"id":"G3361","strongs_number":"G3361","system":"greek","language":"greek","number_value":3361,"lemma":"μή","transliteration":"mḗ","pronunciation":null,"derivation":"a primary particle of qualified negation (whereas G3756 (οὐ) expresses an absolute denial);","strongs_definition":"(adverb) not, (conjunction) lest; also (as an interrogative implying a negative answer (whereas G3756 (οὐ) expects an affirmative one)) whether","kjv_definition":"any but (that), X forbear, + God forbid, + lack, lest, neither, never, no (X wise in), none, nor, (can-)not, nothing, that not, un(-taken), without"} +{"id":"G281","strongs_number":"G281","system":"greek","language":"greek","number_value":281,"lemma":"ἀμήν","transliteration":"amḗn","pronunciation":null,"derivation":"of Hebrew origin (H0543);","strongs_definition":"properly, firm, i.e. (figuratively) trustworthy; adverbially, surely (often as interjection, so be it)","kjv_definition":"amen, verily"} +{"id":"G3504","strongs_number":"G3504","system":"greek","language":"greek","number_value":3504,"lemma":"νεόφυτος","transliteration":"neóphytos","pronunciation":null,"derivation":"from G3501 (νέος) and a derivative of G5453 (φύω);","strongs_definition":"newly planted, i.e. (figuratively) a young convert (\"neophyte\")","kjv_definition":"novice"} +{"id":"G2151","strongs_number":"G2151","system":"greek","language":"greek","number_value":2151,"lemma":"εὐσεβέω","transliteration":"eusebéō","pronunciation":null,"derivation":"from G2152 (εὐσεβής);","strongs_definition":"to be pious, i.e. (towards God) to worship, or (towards parents) to respect (support)","kjv_definition":"show piety, worship"} +{"id":"G2508","strongs_number":"G2508","system":"greek","language":"greek","number_value":2508,"lemma":"καθαίρω","transliteration":"kathaírō","pronunciation":null,"derivation":"from G2513 (καθαρός);","strongs_definition":"to cleanse, i.e. (specially) to prune; figuratively, to expiate","kjv_definition":"purge"} +{"id":"G225","strongs_number":"G225","system":"greek","language":"greek","number_value":225,"lemma":"ἀλήθεια","transliteration":"alḗtheia","pronunciation":null,"derivation":"from G227 (ἀληθής);","strongs_definition":"truth","kjv_definition":"true, X truly, truth, verity"} +{"id":"G4933","strongs_number":"G4933","system":"greek","language":"greek","number_value":4933,"lemma":"συντηρέω","transliteration":"syntēréō","pronunciation":null,"derivation":"from G4862 (σύν) and G5083 (τηρέω);","strongs_definition":"to keep closely together, i.e. (by implication) to conserve (from ruin); mentally, to remember (and obey)","kjv_definition":"keep, observe, preserve"} +{"id":"G3952","strongs_number":"G3952","system":"greek","language":"greek","number_value":3952,"lemma":"παρουσία","transliteration":"parousía","pronunciation":null,"derivation":"from the present participle of G3918 (πάρειμι);","strongs_definition":"a being near, i.e. advent (often, return; specially, of Christ to punish Jerusalem, or finally the wicked); (by implication) physically, aspect","kjv_definition":"coming, presence"} +{"id":"G618","strongs_number":"G618","system":"greek","language":"greek","number_value":618,"lemma":"ἀπολαμβάνω","transliteration":"apolambánō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2983 (λαμβάνω);","strongs_definition":"to receive (specially, in full, or as a host); also to take aside","kjv_definition":"receive, take"} +{"id":"G638","strongs_number":"G638","system":"greek","language":"greek","number_value":638,"lemma":"ἀποπνίγω","transliteration":"apopnígō","pronunciation":null,"derivation":"from G575 (ἀπό) and G4155 (πνίγω);","strongs_definition":"to stifle (by drowning or overgrowth)","kjv_definition":"choke"} +{"id":"G1492","strongs_number":"G1492","system":"greek","language":"greek","number_value":1492,"lemma":"εἴδω","transliteration":"eídō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"used only in certain past tenses, the others being borrowed from the equivalent G3700 (ὀπτάνομαι) and G3708 (ὁράω); properly, to see (literally or figuratively); by implication, (in the perfect tense only) to know","kjv_definition":"be aware, behold, X can (+ not tell), consider, (have) know(-ledge), look (on), perceive, see, be sure, tell, understand, wish, wot"} +{"id":"G4067","strongs_number":"G4067","system":"greek","language":"greek","number_value":4067,"lemma":"περίψωμα","transliteration":"perípsōma","pronunciation":null,"derivation":"from a comparative of G4012 (περί) and (to rub);","strongs_definition":"something brushed all around, i.e. off-scrapings (figuratively, scum)","kjv_definition":"offscouring"} +{"id":"G933","strongs_number":"G933","system":"greek","language":"greek","number_value":933,"lemma":"βασίλειον","transliteration":"basíleion","pronunciation":null,"derivation":"neuter of G934 (βασίλειος);","strongs_definition":"a palace","kjv_definition":"king's court"} +{"id":"G1162","strongs_number":"G1162","system":"greek","language":"greek","number_value":1162,"lemma":"δέησις","transliteration":"déēsis","pronunciation":null,"derivation":"from G1189 (δέομαι);","strongs_definition":"a petition","kjv_definition":"prayer, request, supplication"} +{"id":"G1989","strongs_number":"G1989","system":"greek","language":"greek","number_value":1989,"lemma":"ἐπιστέλλω","transliteration":"epistéllō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4724 (στέλλω);","strongs_definition":"to enjoin (by writing), i.e. (genitive case) to communicate by letter (for any purpose)","kjv_definition":"write (a letter, unto)"} +{"id":"G183","strongs_number":"G183","system":"greek","language":"greek","number_value":183,"lemma":"ἀκατάσχετος","transliteration":"akatáschetos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G2722 (κατέχω);","strongs_definition":"unrestrainable","kjv_definition":"unruly"} +{"id":"G5083","strongs_number":"G5083","system":"greek","language":"greek","number_value":5083,"lemma":"τηρέω","transliteration":"tēréō","pronunciation":null,"derivation":"from (a watch;","strongs_definition":"perhaps akin to G2334 (θεωρέω)); to guard (from loss or injury, properly, by keeping the eye upon; and thus differing from G5442 (φυλάσσω), which is properly to prevent escaping; and from G2892 (κουστωδία), which implies a fortress or full military lines of apparatus), i.e. to note (a prophecy; figuratively, to fulfil a command); by implication, to detain (in custody; figuratively, to maintain); by extension, to withhold (for personal ends; figuratively, to keep unmarried); by extension, to withhold (for personal ends; figuratively, to keep unmarried)","kjv_definition":"hold fast, keep(- er), (pre-, re-)serve, watch"} +{"id":"G982","strongs_number":"G982","system":"greek","language":"greek","number_value":982,"lemma":"βιωτικός","transliteration":"biōtikós","pronunciation":null,"derivation":"from a derivative of G980 (βιόω);","strongs_definition":"relating to the present existence","kjv_definition":"of (pertaining to, things that pertain to) this life"} +{"id":"G3750","strongs_number":"G3750","system":"greek","language":"greek","number_value":3750,"lemma":"ὄσφρησις","transliteration":"ósphrēsis","pronunciation":null,"derivation":"from a derivative of G3605 (ὄζω);","strongs_definition":"smell (the sense)","kjv_definition":"smelling"} +{"id":"G1517","strongs_number":"G1517","system":"greek","language":"greek","number_value":1517,"lemma":"εἰρηνοποιέω","transliteration":"eirēnopoiéō","pronunciation":null,"derivation":"from G1518 (εἰρηνοποιός);","strongs_definition":"to be a peace-maker, i.e. (figuratively) to harmonize","kjv_definition":"make peace"} +{"id":"G2364","strongs_number":"G2364","system":"greek","language":"greek","number_value":2364,"lemma":"θυγάτηρ","transliteration":"thygátēr","pronunciation":null,"derivation":"apparently a primary word (compare \"daughter\");","strongs_definition":"a female child, or (by Hebraism) descendant (or inhabitant)","kjv_definition":"daughter"} +{"id":"G2899","strongs_number":"G2899","system":"greek","language":"greek","number_value":2899,"lemma":"κράσπεδον","transliteration":"kráspedon","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a margin, i.e. (specially), a fringe or tassel","kjv_definition":"border, hem"} +{"id":"G1406","strongs_number":"G1406","system":"greek","language":"greek","number_value":1406,"lemma":"δραχμή","transliteration":"drachmḗ","pronunciation":null,"derivation":"from G1405 (δράσσομαι);","strongs_definition":"a drachma or (silver) coin (as handled)","kjv_definition":"piece (of silver)"} +{"id":"G4283","strongs_number":"G4283","system":"greek","language":"greek","number_value":4283,"lemma":"προευαγγελίζομαι","transliteration":"proeuangelízomai","pronunciation":null,"derivation":"middle voice from G4253 (πρό) and G2097 (εὐαγγελίζω);","strongs_definition":"to announce glad news in advance","kjv_definition":"preach before the gospel"} +{"id":"G948","strongs_number":"G948","system":"greek","language":"greek","number_value":948,"lemma":"βδελύσσω","transliteration":"bdelýssō","pronunciation":null,"derivation":"from a (presumed) derivative of (to stink);","strongs_definition":"to be disgusted, i.e. (by implication) detest (especially of idolatry)","kjv_definition":"abhor, abominable"} +{"id":"G3531","strongs_number":"G3531","system":"greek","language":"greek","number_value":3531,"lemma":"Νικολαΐτης","transliteration":"Nikolaḯtēs","pronunciation":null,"derivation":"from G3532 (Νικόλαος);","strongs_definition":"a Nicolaite, i.e. adherent of Nicolaus","kjv_definition":"Nicolaitane"} +{"id":"G5362","strongs_number":"G5362","system":"greek","language":"greek","number_value":5362,"lemma":"φίλανδρος","transliteration":"phílandros","pronunciation":null,"derivation":"from G5384 (φίλος) and G435 (ἀνήρ);","strongs_definition":"fond of man, i.e. affectionate as a wife","kjv_definition":"love their husbands"} +{"id":"G4019","strongs_number":"G4019","system":"greek","language":"greek","number_value":4019,"lemma":"περιδέω","transliteration":"peridéō","pronunciation":null,"derivation":"from G4012 (περί) and G1210 (δέω);","strongs_definition":"to bind around one, i.e. enwrap","kjv_definition":"bind about"} +{"id":"G2977","strongs_number":"G2977","system":"greek","language":"greek","number_value":2977,"lemma":"λάθρα","transliteration":"láthra","pronunciation":null,"derivation":"adverb from G2990 (λανθάνω);","strongs_definition":"privately","kjv_definition":"privily, secretly"} +{"id":"G5000","strongs_number":"G5000","system":"greek","language":"greek","number_value":5000,"lemma":"Ταβιθά","transliteration":"Tabithá","pronunciation":null,"derivation":"of Chaldee origin (compare H06646);","strongs_definition":"the gazelle; Tabitha (i.e. Tabjetha), a Christian female","kjv_definition":"Tabitha"} +{"id":"G4665","strongs_number":"G4665","system":"greek","language":"greek","number_value":4665,"lemma":"σμάραγδος","transliteration":"smáragdos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"the emerald or green gem so called","kjv_definition":"emerald"} +{"id":"G4423","strongs_number":"G4423","system":"greek","language":"greek","number_value":4423,"lemma":"πτόησις","transliteration":"ptóēsis","pronunciation":null,"derivation":"from G4422 (πτοέω);","strongs_definition":"alarm","kjv_definition":"amazement"} +{"id":"G3164","strongs_number":"G3164","system":"greek","language":"greek","number_value":3164,"lemma":"μάχομαι","transliteration":"máchomai","pronunciation":null,"derivation":"middle voice of an apparently primary verb;","strongs_definition":"to war, i.e. (figuratively) to quarrel, dispute","kjv_definition":"fight, strive"} +{"id":"G4102","strongs_number":"G4102","system":"greek","language":"greek","number_value":4102,"lemma":"πίστις","transliteration":"pístis","pronunciation":null,"derivation":"from G3982 (πείθω);","strongs_definition":"persuasion, i.e. credence; moral conviction (of religious truth, or the truthfulness of God or a religious teacher), especially reliance upon Christ for salvation; abstractly, constancy in such profession; by extension, the system of religious (Gospel) truth itself","kjv_definition":"assurance, belief, believe, faith, fidelity"} +{"id":"G3979","strongs_number":"G3979","system":"greek","language":"greek","number_value":3979,"lemma":"πεζῇ","transliteration":"pezēi","pronunciation":null,"derivation":"dative case feminine of a derivative of G4228 (πούς) (as adverb);","strongs_definition":"foot-wise, i.e. by walking","kjv_definition":"a- (on) foot"} +{"id":"G3346","strongs_number":"G3346","system":"greek","language":"greek","number_value":3346,"lemma":"μετατίθημι","transliteration":"metatíthēmi","pronunciation":null,"derivation":"from G3326 (μετά) and G5087 (τίθημι);","strongs_definition":"to transfer, i.e. (literally) transport, (by implication) exchange, (reflexively) change sides, or (figuratively) pervert","kjv_definition":"carry over, change, remove, translate, turn"} +{"id":"G4149","strongs_number":"G4149","system":"greek","language":"greek","number_value":4149,"lemma":"πλοῦτος","transliteration":"ploûtos","pronunciation":null,"derivation":"from the base of G4130 (πλήθω);","strongs_definition":"wealth (as fulness), i.e. (literally) money, possessions, or (figuratively) abundance, richness, (specially), valuable bestowment","kjv_definition":"riches"} +{"id":"G3002","strongs_number":"G3002","system":"greek","language":"greek","number_value":3002,"lemma":"Λεββαῖος","transliteration":"Lebbaîos","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Lebbæus, a Christian","kjv_definition":"Lebbæus"} +{"id":"G4303","strongs_number":"G4303","system":"greek","language":"greek","number_value":4303,"lemma":"προμαρτύρομαι","transliteration":"promartýromai","pronunciation":null,"derivation":"from G4253 (πρό) and G3143 (μαρτύρομαι);","strongs_definition":"to be a witness in advance i.e. predict","kjv_definition":"testify beforehand"} +{"id":"G5495","strongs_number":"G5495","system":"greek","language":"greek","number_value":5495,"lemma":"χείρ","transliteration":"cheír","pronunciation":null,"derivation":"perhaps from the base of G5494 (χειμών) in the sense of its congener the base of G5490 (χάσμα) (through the idea of hollowness for grasping);","strongs_definition":"the hand (literally or figuratively (power); especially (by Hebraism) a means or instrument)","kjv_definition":"hand"} +{"id":"G1889","strongs_number":"G1889","system":"greek","language":"greek","number_value":1889,"lemma":"Ἐπαφρᾶς","transliteration":"Epaphrâs","pronunciation":null,"derivation":"contracted from G1891 (Ἐπαφρόδιτος);","strongs_definition":"Epaphras, a Christian","kjv_definition":"Epaphras"} +{"id":"G226","strongs_number":"G226","system":"greek","language":"greek","number_value":226,"lemma":"ἀληθεύω","transliteration":"alētheúō","pronunciation":null,"derivation":"from G227 (ἀληθής);","strongs_definition":"to be true (in doctrine and profession)","kjv_definition":"speak (tell) the truth"} +{"id":"G3560","strongs_number":"G3560","system":"greek","language":"greek","number_value":3560,"lemma":"νουθετέω","transliteration":"nouthetéō","pronunciation":null,"derivation":"from the same as G3559 (νουθεσία);","strongs_definition":"to put in mind, i.e. (by implication) to caution or reprove gently","kjv_definition":"admonish, warn"} +{"id":"G4071","strongs_number":"G4071","system":"greek","language":"greek","number_value":4071,"lemma":"πετεινόν","transliteration":"peteinón","pronunciation":null,"derivation":"neuter of a derivative of G4072 (πέτομαι);","strongs_definition":"a flying animal, i.e. bird","kjv_definition":"bird, fowl"} +{"id":"G435","strongs_number":"G435","system":"greek","language":"greek","number_value":435,"lemma":"ἀνήρ","transliteration":"anḗr","pronunciation":null,"derivation":"a primary word (compare G444 (ἄνθρωπος));","strongs_definition":"a man (properly as an individual male)","kjv_definition":"fellow, husband, man, sir"} +{"id":"G500","strongs_number":"G500","system":"greek","language":"greek","number_value":500,"lemma":"ἀντίχριστος","transliteration":"antíchristos","pronunciation":null,"derivation":"from G473 (ἀντί) and G5547 (Χριστός);","strongs_definition":"an opponent of the Messiah","kjv_definition":"antichrist"} +{"id":"G3781","strongs_number":"G3781","system":"greek","language":"greek","number_value":3781,"lemma":"ὀφειλέτης","transliteration":"opheilétēs","pronunciation":null,"derivation":"from G3784 (ὀφείλω);","strongs_definition":"an ower, i.e. person indebted; figuratively, a delinquent; morally, a transgressor (against God)","kjv_definition":"debtor, which owed, sinner"} +{"id":"G2120","strongs_number":"G2120","system":"greek","language":"greek","number_value":2120,"lemma":"εὐκαιρία","transliteration":"eukairía","pronunciation":null,"derivation":"from G2121 (εὔκαιρος);","strongs_definition":"a favorable occasion","kjv_definition":"opportunity"} +{"id":"G581","strongs_number":"G581","system":"greek","language":"greek","number_value":581,"lemma":"ἀπογενόμενος","transliteration":"apogenómenos","pronunciation":null,"derivation":"past participle of a compound of G575 (ἀπό) and G1096 (γίνομαι);","strongs_definition":"absent, i.e. deceased (figuratively, renounced)","kjv_definition":"being dead"} +{"id":"G4260","strongs_number":"G4260","system":"greek","language":"greek","number_value":4260,"lemma":"προβαίνω","transliteration":"probaínō","pronunciation":null,"derivation":"from G4253 (πρό) and the base of G939 (βάσις);","strongs_definition":"to walk forward, i.e. advance (literally, or in years)","kjv_definition":"+ be of a great age, go farther (on), be well stricken"} +{"id":"G1683","strongs_number":"G1683","system":"greek","language":"greek","number_value":1683,"lemma":"ἐμαυτοῦ","transliteration":"emautoû","pronunciation":null,"derivation":"genitive case compound of G1700 (ἐμοῦ) and G846 (αὐτός);","strongs_definition":"of myself so likewise the dative case , and accusative case","kjv_definition":"me, mine own (self), myself"} +{"id":"G5348","strongs_number":"G5348","system":"greek","language":"greek","number_value":5348,"lemma":"φθάνω","transliteration":"phthánō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to be beforehand, i.e. anticipate or precede; by extension, to have arrived at","kjv_definition":"(already) attain, come, prevent"} +{"id":"G1251","strongs_number":"G1251","system":"greek","language":"greek","number_value":1251,"lemma":"διακούομαι","transliteration":"diakoúomai","pronunciation":null,"derivation":"middle voice from G1223 (διά) and G191 (ἀκούω);","strongs_definition":"to hear throughout, i.e. patiently listen (to a prisoner's plea)","kjv_definition":"hear"} +{"id":"G4454","strongs_number":"G4454","system":"greek","language":"greek","number_value":4454,"lemma":"πῶλος","transliteration":"pōlos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a \"foal\" or \"filly\", i.e. (specially), a young ass","kjv_definition":"colt"} +{"id":"G3995","strongs_number":"G3995","system":"greek","language":"greek","number_value":3995,"lemma":"πενθερός","transliteration":"pentherós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a wife's father","kjv_definition":"father in law"} +{"id":"G4768","strongs_number":"G4768","system":"greek","language":"greek","number_value":4768,"lemma":"στυγνάζω","transliteration":"stygnázō","pronunciation":null,"derivation":"from the same as G4767 (στυγνητός);","strongs_definition":"to render gloomy, i.e. (by implication) glower (be overcast with clouds, or sombreness of speech)","kjv_definition":"lower, be sad"} +{"id":"G69","strongs_number":"G69","system":"greek","language":"greek","number_value":69,"lemma":"ἀγρυπνέω","transliteration":"agrypnéō","pronunciation":null,"derivation":"ultimately from G1 (Α) (as negative particle) and G5258 (ὕπνος);","strongs_definition":"to be sleepless, i.e. keep awake","kjv_definition":"watch"} +{"id":"G4322","strongs_number":"G4322","system":"greek","language":"greek","number_value":4322,"lemma":"προσαναπληρόω","transliteration":"prosanaplēróō","pronunciation":null,"derivation":"from G4314 (πρός) and G378 (ἀναπληρόω);","strongs_definition":"to fill up further, i.e. furnish fully","kjv_definition":"supply"} +{"id":"G299","strongs_number":"G299","system":"greek","language":"greek","number_value":299,"lemma":"ἄμωμος","transliteration":"ámōmos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3470 (μῶμος);","strongs_definition":"unblemished (literally or figuratively)","kjv_definition":"without blame (blemish, fault, spot), faultless, unblamable"} +{"id":"G3011","strongs_number":"G3011","system":"greek","language":"greek","number_value":3011,"lemma":"λειτουργός","transliteration":"leitourgós","pronunciation":null,"derivation":"from a derivative of G2992 (λαός) and G2041 (ἔργον);","strongs_definition":"a public servant, i.e. a functionary in the Temple or Gospel, or (genitive case) a worshipper (of God) or benefactor (of man)","kjv_definition":"minister(-ed)"} +{"id":"G5254","strongs_number":"G5254","system":"greek","language":"greek","number_value":5254,"lemma":"ὑπέχω","transliteration":"hypéchō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G2192 (ἔχω);","strongs_definition":"to hold oneself under, i.e. endure with patience","kjv_definition":"suffer"} +{"id":"G3425","strongs_number":"G3425","system":"greek","language":"greek","number_value":3425,"lemma":"μόγις","transliteration":"mógis","pronunciation":null,"derivation":"adverb from a primary (toil);","strongs_definition":"with difficulty","kjv_definition":"hardly"} +{"id":"G138","strongs_number":"G138","system":"greek","language":"greek","number_value":138,"lemma":"αἱρέομαι","transliteration":"hairéomai","pronunciation":null,"derivation":"probably akin to G142 (αἴρω);","strongs_definition":"to take for oneself, i.e. to prefer","kjv_definition":"choose"} +{"id":"G377","strongs_number":"G377","system":"greek","language":"greek","number_value":377,"lemma":"ἀναπίπτω","transliteration":"anapíptō","pronunciation":null,"derivation":"from G303 (ἀνά) and G4098 (πίπτω);","strongs_definition":"to fall back, i.e. lie down, lean back","kjv_definition":"lean, sit down (to meat)"} +{"id":"G3157","strongs_number":"G3157","system":"greek","language":"greek","number_value":3157,"lemma":"Ματθάν","transliteration":"Matthán","pronunciation":null,"derivation":"of Hebrew origin (H04977);","strongs_definition":"Matthan (i.e. Mattan), an Israelite","kjv_definition":"Matthan"} +{"id":"G1829","strongs_number":"G1829","system":"greek","language":"greek","number_value":1829,"lemma":"ἐξέραμα","transliteration":"exérama","pronunciation":null,"derivation":"from a comparative of G1537 (ἐκ) and a presumed (to spue);","strongs_definition":"vomit, i.e. food disgorged","kjv_definition":"vomit"} +{"id":"G4159","strongs_number":"G4159","system":"greek","language":"greek","number_value":4159,"lemma":"πόθεν","transliteration":"póthen","pronunciation":null,"derivation":"from the base of G4213 (πόσις) with enclitic adverb of origin;","strongs_definition":"from which (as interrogative) or what (as relative) place, state, source or cause","kjv_definition":"whence"} +{"id":"G5594","strongs_number":"G5594","system":"greek","language":"greek","number_value":5594,"lemma":"ψύχω","transliteration":"psýchō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to breathe (voluntarily but gently, thus differing on the one hand from G4154 (πνέω), which denotes properly a forcible respiration; and on the other from the base of G109 (ἀήρ), which refers properly to an inanimate breeze), i.e. (by implication, of reduction of temperature by evaporation) to chill (figuratively)","kjv_definition":"wax cold"} +{"id":"G3034","strongs_number":"G3034","system":"greek","language":"greek","number_value":3034,"lemma":"λιθάζω","transliteration":"litházō","pronunciation":null,"derivation":"from G3037 (λίθος);","strongs_definition":"to lapidate","kjv_definition":"stone"} +{"id":"G3894","strongs_number":"G3894","system":"greek","language":"greek","number_value":3894,"lemma":"παραπικρασμός","transliteration":"parapikrasmós","pronunciation":null,"derivation":"from G3893 (παραπικραίνω);","strongs_definition":"irritation","kjv_definition":"provocation"} +{"id":"G3622","strongs_number":"G3622","system":"greek","language":"greek","number_value":3622,"lemma":"οἰκονομία","transliteration":"oikonomía","pronunciation":null,"derivation":"from G3623 (οἰκονόμος);","strongs_definition":"administration (of a household or estate); specially, a (religious) \"economy\"","kjv_definition":"dispensation, stewardship"} +{"id":"G3847","strongs_number":"G3847","system":"greek","language":"greek","number_value":3847,"lemma":"παράβασις","transliteration":"parábasis","pronunciation":null,"derivation":"from G3845 (παραβαίνω);","strongs_definition":"violation","kjv_definition":"breaking, transgression"} +{"id":"G2811","strongs_number":"G2811","system":"greek","language":"greek","number_value":2811,"lemma":"κλέος","transliteration":"kléos","pronunciation":null,"derivation":"from a shorter form of G2564 (καλέω);","strongs_definition":"renown (as if being called)","kjv_definition":"glory"} +{"id":"G1452","strongs_number":"G1452","system":"greek","language":"greek","number_value":1452,"lemma":"ἐγγύτερον","transliteration":"engýteron","pronunciation":null,"derivation":"neuter of the comparative of G1451 (ἐγγύς);","strongs_definition":"nearer","kjv_definition":"nearer"} +{"id":"G1140","strongs_number":"G1140","system":"greek","language":"greek","number_value":1140,"lemma":"δαιμόνιον","transliteration":"daimónion","pronunciation":null,"derivation":"neuter of a derivative of G1142 (δαίμων);","strongs_definition":"a dæmonic being; by extension a deity","kjv_definition":"devil, god"} +{"id":"G3792","strongs_number":"G3792","system":"greek","language":"greek","number_value":3792,"lemma":"ὀχλοποιέω","transliteration":"ochlopoiéō","pronunciation":null,"derivation":"from G3793 (ὄχλος) and G4160 (ποιέω);","strongs_definition":"to make a crowd, i.e. raise a public disturbance","kjv_definition":"gather a company"} +{"id":"G3650","strongs_number":"G3650","system":"greek","language":"greek","number_value":3650,"lemma":"ὅλος","transliteration":"hólos","pronunciation":null,"derivation":"a primary word;","strongs_definition":"\"whole\" or \"all\", i.e. complete (in extent, amount, time or degree), especially (neuter) as noun or adverb","kjv_definition":"all, altogether, every whit, + throughout, whole"} +{"id":"G3146","strongs_number":"G3146","system":"greek","language":"greek","number_value":3146,"lemma":"μαστιγόω","transliteration":"mastigóō","pronunciation":null,"derivation":"from G3148 (μάστιξ);","strongs_definition":"to flog (literally or figuratively)","kjv_definition":"scourge"} +{"id":"G245","strongs_number":"G245","system":"greek","language":"greek","number_value":245,"lemma":"ἀλλότριος","transliteration":"allótrios","pronunciation":null,"derivation":"from G243 (ἄλλος);","strongs_definition":"another's, i.e. not one's own; by extension foreign, not akin, hostile","kjv_definition":"alien, (an-)other (man's, men's), strange(-r)"} +{"id":"G2573","strongs_number":"G2573","system":"greek","language":"greek","number_value":2573,"lemma":"καλῶς","transliteration":"kalōs","pronunciation":null,"derivation":"adverb from G2570 (καλός);","strongs_definition":"well (usually morally)","kjv_definition":"(in a) good (place), honestly, + recover, (full) well"} +{"id":"G3643","strongs_number":"G3643","system":"greek","language":"greek","number_value":3643,"lemma":"ὀλιγωρέω","transliteration":"oligōréō","pronunciation":null,"derivation":"from a compound of G3641 (ὀλίγος) and (\"care\");","strongs_definition":"to have little regard for, i.e. to disesteem","kjv_definition":"despise"} +{"id":"G4330","strongs_number":"G4330","system":"greek","language":"greek","number_value":4330,"lemma":"προσεάω","transliteration":"proseáō","pronunciation":null,"derivation":"from G4314 (πρός) and G1439 (ἐάω);","strongs_definition":"to permit further progress","kjv_definition":"suffer"} +{"id":"G1557","strongs_number":"G1557","system":"greek","language":"greek","number_value":1557,"lemma":"ἐκδίκησις","transliteration":"ekdíkēsis","pronunciation":null,"derivation":"from G1556 (ἐκδικέω);","strongs_definition":"vindication, retribution","kjv_definition":"(a-, re-)venge(-ance), punishment"} +{"id":"G2173","strongs_number":"G2173","system":"greek","language":"greek","number_value":2173,"lemma":"εὔχρηστος","transliteration":"eúchrēstos","pronunciation":null,"derivation":"from G2095 (εὖ) and G5543 (χρηστός);","strongs_definition":"easily used, i.e. useful","kjv_definition":"profitable, meet for use"} +{"id":"G3386","strongs_number":"G3386","system":"greek","language":"greek","number_value":3386,"lemma":"μήτιγε","transliteration":"mḗtige","pronunciation":null,"derivation":"from G3385 (μήτι) and G1065 (γέ);","strongs_definition":"not at all then, i.e. not to say (the rather still)","kjv_definition":"how much more"} +{"id":"G4012","strongs_number":"G4012","system":"greek","language":"greek","number_value":4012,"lemma":"περί","transliteration":"perí","pronunciation":null,"derivation":"from the base of G4008 (πέραν);","strongs_definition":"properly, through (all over), i.e. around; figuratively with respect to; used in various applications, of place, cause or time (with the genitive case denoting the subject or occasion or superlative point; with the accusative case the locality, circuit, matter, circumstance or general period)","kjv_definition":"(there-)about, above, against, at, on behalf of, X and his company, which concern, (as) concerning, for, X how it will go with, ((there-, where-)) of, on, over, pertaining (to), for sake, X (e-)state, (as) touching, (where-)by (in), with"} +{"id":"G1001","strongs_number":"G1001","system":"greek","language":"greek","number_value":1001,"lemma":"βολίζω","transliteration":"bolízō","pronunciation":null,"derivation":"from G1002 (βολίς);","strongs_definition":"to heave the lead","kjv_definition":"sound"} +{"id":"G2601","strongs_number":"G2601","system":"greek","language":"greek","number_value":2601,"lemma":"καταβιβάζω","transliteration":"katabibázō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of the base of G939 (βάσις);","strongs_definition":"to cause to go down, i.e. precipitate","kjv_definition":"bring (thrust) down"} +{"id":"G2638","strongs_number":"G2638","system":"greek","language":"greek","number_value":2638,"lemma":"καταλαμβάνω","transliteration":"katalambánō","pronunciation":null,"derivation":"from G2596 (κατά) and G2983 (λαμβάνω);","strongs_definition":"to take eagerly, i.e. seize, possess, etc. (literally or figuratively)","kjv_definition":"apprehend, attain, come upon, comprehend, find, obtain, perceive, (over-)take"} +{"id":"G3802","strongs_number":"G3802","system":"greek","language":"greek","number_value":3802,"lemma":"παγιδεύω","transliteration":"pagideúō","pronunciation":null,"derivation":"from G3803 (παγίς);","strongs_definition":"to ensnare (figuratively)","kjv_definition":"entangle"} +{"id":"G2679","strongs_number":"G2679","system":"greek","language":"greek","number_value":2679,"lemma":"κατασκάπτω","transliteration":"kataskáptō","pronunciation":null,"derivation":"from G2596 (κατά) and G4626 (σκάπτω);","strongs_definition":"to undermine, i.e. (by implication) destroy","kjv_definition":"dig down, ruin"} +{"id":"G5612","strongs_number":"G5612","system":"greek","language":"greek","number_value":5612,"lemma":"ὠρύομαι","transliteration":"ōrýomai","pronunciation":null,"derivation":"middle voice of an apparently primary verb;","strongs_definition":"to \"roar\"","kjv_definition":"roar"} +{"id":"G796","strongs_number":"G796","system":"greek","language":"greek","number_value":796,"lemma":"ἀστραπή","transliteration":"astrapḗ","pronunciation":null,"derivation":"from G797 (ἀστράπτω);","strongs_definition":"lightning; by analogy, glare","kjv_definition":"lightning, bright shining"} +{"id":"G2985","strongs_number":"G2985","system":"greek","language":"greek","number_value":2985,"lemma":"λαμπάς","transliteration":"lampás","pronunciation":null,"derivation":"from G2989 (λάμπω);","strongs_definition":"a \"lamp\" or flambeau","kjv_definition":"lamp, light, torch"} +{"id":"G2012","strongs_number":"G2012","system":"greek","language":"greek","number_value":2012,"lemma":"ἐπίτροπος","transliteration":"epítropos","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5158 (τρόπος) (in the sense of G2011 (ἐπιτροπή));","strongs_definition":"a commissioner, i.e. domestic manager, guardian","kjv_definition":"steward, tutor"} +{"id":"G1458","strongs_number":"G1458","system":"greek","language":"greek","number_value":1458,"lemma":"ἐγκαλέω","transliteration":"enkaléō","pronunciation":null,"derivation":"from G1722 (ἐν) and G2564 (καλέω);","strongs_definition":"to call in (as a debt or demand), i.e. bring to account (charge, criminate, etc.)","kjv_definition":"accuse, call in question, implead, lay to the charge"} +{"id":"G4453","strongs_number":"G4453","system":"greek","language":"greek","number_value":4453,"lemma":"πωλέω","transliteration":"pōléō","pronunciation":null,"derivation":"probably ultimately from (to be busy, to trade);","strongs_definition":"to barter (as a pedlar), i.e. to sell","kjv_definition":"sell, whatever is sold"} +{"id":"G2383","strongs_number":"G2383","system":"greek","language":"greek","number_value":2383,"lemma":"Ἰάειρος","transliteration":"Iáeiros","pronunciation":null,"derivation":"of Hebrew origin (H02971);","strongs_definition":"Jairus (i.e. Jair), an Israelite","kjv_definition":"Jairus"} +{"id":"G5462","strongs_number":"G5462","system":"greek","language":"greek","number_value":5462,"lemma":"φωτισμός","transliteration":"phōtismós","pronunciation":null,"derivation":"from G5461 (φωτίζω);","strongs_definition":"illumination (figuratively)","kjv_definition":"light"} +{"id":"G3642","strongs_number":"G3642","system":"greek","language":"greek","number_value":3642,"lemma":"ὀλιγόψυχος","transliteration":"oligópsychos","pronunciation":null,"derivation":"from G3641 (ὀλίγος) and G6590;","strongs_definition":"little-spirited, i.e. faint-hearted","kjv_definition":"feebleminded"} +{"id":"G1073","strongs_number":"G1073","system":"greek","language":"greek","number_value":1073,"lemma":"γέμω","transliteration":"gémō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to swell out, i.e. be full","kjv_definition":"be full"} +{"id":"G2210","strongs_number":"G2210","system":"greek","language":"greek","number_value":2210,"lemma":"ζημιόω","transliteration":"zēmióō","pronunciation":null,"derivation":"from G2209 (ζημία);","strongs_definition":"to injure, i.e. (reflexively or passively) to experience detriment","kjv_definition":"be cast away, receive damage, lose, suffer loss"} +{"id":"G4934","strongs_number":"G4934","system":"greek","language":"greek","number_value":4934,"lemma":"συντίθεμαι","transliteration":"syntíthemai","pronunciation":null,"derivation":"middle voice from G4862 (σύν) and G5087 (τίθημι);","strongs_definition":"to place jointly, i.e. (figuratively) to consent (bargain, stipulate), concur","kjv_definition":"agree, assent, covenant"} +{"id":"G2421","strongs_number":"G2421","system":"greek","language":"greek","number_value":2421,"lemma":"Ἰεσσαί","transliteration":"Iessaí","pronunciation":null,"derivation":"of Hebrew origin (H03448);","strongs_definition":"Jessæ (i.e. Jishai), an Israelite","kjv_definition":"Jesse"} +{"id":"G851","strongs_number":"G851","system":"greek","language":"greek","number_value":851,"lemma":"ἀφαιρέω","transliteration":"aphairéō","pronunciation":null,"derivation":"from G575 (ἀπό) and G138 (αἱρέομαι);","strongs_definition":"to remove (literally or figuratively)","kjv_definition":"cut (smite) off, take away"} +{"id":"G2893","strongs_number":"G2893","system":"greek","language":"greek","number_value":2893,"lemma":"κουφίζω","transliteration":"kouphízō","pronunciation":null,"derivation":"from (light in weight);","strongs_definition":"to unload","kjv_definition":"lighten"} +{"id":"G601","strongs_number":"G601","system":"greek","language":"greek","number_value":601,"lemma":"ἀποκαλύπτω","transliteration":"apokalýptō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2572 (καλύπτω);","strongs_definition":"to take off the cover, i.e. disclose","kjv_definition":"reveal"} +{"id":"G1330","strongs_number":"G1330","system":"greek","language":"greek","number_value":1330,"lemma":"διέρχομαι","transliteration":"diérchomai","pronunciation":null,"derivation":"from G1223 (διά) and G2064 (ἔρχομαι);","strongs_definition":"to traverse (literally)","kjv_definition":"come, depart, go (about, abroad, everywhere, over, through, throughout), pass (by, over, through, throughout), pierce through, travel, walk through"} +{"id":"G4883","strongs_number":"G4883","system":"greek","language":"greek","number_value":4883,"lemma":"συναρμολογέω","transliteration":"synarmologéō","pronunciation":null,"derivation":"from G4862 (σύν) and a derivative of a compound of G719 (ἁρμός) and G3004 (λέγω) (in its original sense of laying);","strongs_definition":"to render close-jointed together, i.e. organize compactly","kjv_definition":"be fitly framed (joined) together"} +{"id":"G5569","strongs_number":"G5569","system":"greek","language":"greek","number_value":5569,"lemma":"ψευδάδελφος","transliteration":"pseudádelphos","pronunciation":null,"derivation":"from G5571 (ψευδής) and G80 (ἀδελφός);","strongs_definition":"a spurious brother, i.e. pretended associate","kjv_definition":"false brethren"} +{"id":"G2724","strongs_number":"G2724","system":"greek","language":"greek","number_value":2724,"lemma":"κατηγορία","transliteration":"katēgoría","pronunciation":null,"derivation":"from G2725 (κατήγορος);","strongs_definition":"a complaint (\"category\"), i.e. criminal charge","kjv_definition":"accusation (X -ed)"} +{"id":"G5339","strongs_number":"G5339","system":"greek","language":"greek","number_value":5339,"lemma":"φείδομαι","transliteration":"pheídomai","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to be chary of, i.e. (subjectively) to abstain or (objectively) to treat leniently","kjv_definition":"forbear, spare"} +{"id":"G4628","strongs_number":"G4628","system":"greek","language":"greek","number_value":4628,"lemma":"σκέλος","transliteration":"skélos","pronunciation":null,"derivation":"apparently from (to parch;","strongs_definition":"through the idea of leanness); the leg (as lank)","kjv_definition":"leg"} +{"id":"G4699","strongs_number":"G4699","system":"greek","language":"greek","number_value":4699,"lemma":"σπόγγος","transliteration":"spóngos","pronunciation":null,"derivation":"perhaps of foreign origin;","strongs_definition":"a \"sponge\"","kjv_definition":"spunge"} +{"id":"G4502","strongs_number":"G4502","system":"greek","language":"greek","number_value":4502,"lemma":"Ῥουβήν","transliteration":"Rhoubḗn","pronunciation":null,"derivation":"of Hebrew origin (H07205);","strongs_definition":"Ruben (i.e. Reuben), an Israelite","kjv_definition":"Reuben"} +{"id":"G2639","strongs_number":"G2639","system":"greek","language":"greek","number_value":2639,"lemma":"καταλέγω","transliteration":"katalégō","pronunciation":null,"derivation":"from G2596 (κατά) and G3004 (λέγω) (in its original meaning);","strongs_definition":"to lay down, i.e. (figuratively) to enrol","kjv_definition":"take into the number"} +{"id":"G5511","strongs_number":"G5511","system":"greek","language":"greek","number_value":5511,"lemma":"χλαμύς","transliteration":"chlamýs","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a military cloak","kjv_definition":"robe"} +{"id":"G2934","strongs_number":"G2934","system":"greek","language":"greek","number_value":2934,"lemma":"κτῆνος","transliteration":"ktēnos","pronunciation":null,"derivation":"from G2932 (κτάομαι);","strongs_definition":"property, i.e. (specially) a domestic animal","kjv_definition":"beast"} +{"id":"G294","strongs_number":"G294","system":"greek","language":"greek","number_value":294,"lemma":"ἀμφιέννυμι","transliteration":"amphiénnymi","pronunciation":null,"derivation":"from the base of G297 (ἀμφότερος) and (to invest);","strongs_definition":"to enrobe","kjv_definition":"clothe"} +{"id":"G53","strongs_number":"G53","system":"greek","language":"greek","number_value":53,"lemma":"ἁγνός","transliteration":"hagnós","pronunciation":null,"derivation":"from the same as G40 (ἅγιος);","strongs_definition":"properly, clean, i.e. (figuratively) innocent, modest, perfect","kjv_definition":"chaste, clean, pure"} +{"id":"G729","strongs_number":"G729","system":"greek","language":"greek","number_value":729,"lemma":"ἄῤῥαφος","transliteration":"árrhaphos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of the same as G4476 (ῥαφίς);","strongs_definition":"unsewed, i.e. of a single piece","kjv_definition":"without seam"} +{"id":"G1394","strongs_number":"G1394","system":"greek","language":"greek","number_value":1394,"lemma":"δόσις","transliteration":"dósis","pronunciation":null,"derivation":"from the base of G1325 (δίδωμι);","strongs_definition":"a giving; by implication, (concretely) a gift","kjv_definition":"gift, giving"} +{"id":"G4782","strongs_number":"G4782","system":"greek","language":"greek","number_value":4782,"lemma":"συγκαταβαίνω","transliteration":"synkatabaínō","pronunciation":null,"derivation":"from G4862 (σύν) and G2597 (καταβαίνω);","strongs_definition":"to descend in company with","kjv_definition":"go down with"} +{"id":"G259","strongs_number":"G259","system":"greek","language":"greek","number_value":259,"lemma":"ἅλωσις","transliteration":"hálōsis","pronunciation":null,"derivation":"from a collateral form of G138 (αἱρέομαι);","strongs_definition":"capture, be taken.","kjv_definition":null} +{"id":"G255","strongs_number":"G255","system":"greek","language":"greek","number_value":255,"lemma":"ἀλυσιτελής","transliteration":"alysitelḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and the base of G3081 (λυσιτελεῖ);","strongs_definition":"gainless, i.e. (by implication) pernicious","kjv_definition":"unprofitable"} +{"id":"G4073","strongs_number":"G4073","system":"greek","language":"greek","number_value":4073,"lemma":"πέτρα","transliteration":"pétra","pronunciation":null,"derivation":"feminine of the same as G4074 (Πέτρος);","strongs_definition":"a (mass of) rock (literally or figuratively)","kjv_definition":"rock"} +{"id":"G1388","strongs_number":"G1388","system":"greek","language":"greek","number_value":1388,"lemma":"δόλος","transliteration":"dólos","pronunciation":null,"derivation":"from an obsolete primary verb, (probably meaning to decoy;","strongs_definition":"compare G1185 (δελεάζω)); a trick (bait), i.e. (figuratively) wile","kjv_definition":"craft, deceit, guile, subtilty"} +{"id":"G189","strongs_number":"G189","system":"greek","language":"greek","number_value":189,"lemma":"ἀκοή","transliteration":"akoḗ","pronunciation":null,"derivation":"from G191 (ἀκούω);","strongs_definition":"hearing (the act, the sense or the thing heard)","kjv_definition":"audience, ear, fame, which ye heard, hearing, preached, report, rumor"} +{"id":"G2983","strongs_number":"G2983","system":"greek","language":"greek","number_value":2983,"lemma":"λαμβάνω","transliteration":"lambánō","pronunciation":null,"derivation":"a prolonged form of a primary verb, which is use only as an alternate in certain tenses; to take (in very many applications, literally and figuratively (properly objective or active, to get hold of; whereas G1209 (δέχομαι) is rather subjective or passive, to have offered to one;","strongs_definition":"while G138 (αἱρέομαι) is more violent, to seize or remove))","kjv_definition":"accept, + be amazed, assay, attain, bring, X when I call, catch, come on (X unto), + forget, have, hold, obtain, receive (X after), take (away, up)"} +{"id":"G964","strongs_number":"G964","system":"greek","language":"greek","number_value":964,"lemma":"Βηθεσδά","transliteration":"Bēthesdá","pronunciation":null,"derivation":"of Chaldee origin (compare H01004 and H02617);","strongs_definition":"house of kindness; Beth-esda, a pool in Jerusalem","kjv_definition":"Bethesda"} +{"id":"G1709","strongs_number":"G1709","system":"greek","language":"greek","number_value":1709,"lemma":"ἐμπνέω","transliteration":"empnéō","pronunciation":null,"derivation":"from G1722 (ἐν) and G4154 (πνέω);","strongs_definition":"to inhale, i.e. (figuratively) to be animated by (bent upon)","kjv_definition":"breathe"} +{"id":"G2773","strongs_number":"G2773","system":"greek","language":"greek","number_value":2773,"lemma":"κερματιστής","transliteration":"kermatistḗs","pronunciation":null,"derivation":"from a derivative of G2772 (κέρμα);","strongs_definition":"a handler of coins, i.e. money-broker","kjv_definition":"changer of money"} +{"id":"G2156","strongs_number":"G2156","system":"greek","language":"greek","number_value":2156,"lemma":"εὐσχημόνως","transliteration":"euschēmónōs","pronunciation":null,"derivation":"adverb from G2158 (εὐσχήμων);","strongs_definition":"decorously","kjv_definition":"decently, honestly"} +{"id":"G2458","strongs_number":"G2458","system":"greek","language":"greek","number_value":2458,"lemma":"Ἰουνιᾶς","transliteration":"Iouniâs","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Junias, a Christian","kjv_definition":"Junias"} +{"id":"G2871","strongs_number":"G2871","system":"greek","language":"greek","number_value":2871,"lemma":"κοπή","transliteration":"kopḗ","pronunciation":null,"derivation":"from G2875 (κόπτω);","strongs_definition":"cutting, i.e. carnage","kjv_definition":"slaughter"} +{"id":"G635","strongs_number":"G635","system":"greek","language":"greek","number_value":635,"lemma":"ἀποπλανάω","transliteration":"apoplanáō","pronunciation":null,"derivation":"from G575 (ἀπό) and G4105 (πλανάω);","strongs_definition":"to lead astray (figuratively); passively, to stray (from truth)","kjv_definition":"err, seduce"} +{"id":"G2760","strongs_number":"G2760","system":"greek","language":"greek","number_value":2760,"lemma":"κεντυρίων","transliteration":"kentyríōn","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a centurion, i.e. captain of one hundred soldiers","kjv_definition":"centurion"} +{"id":"G5426","strongs_number":"G5426","system":"greek","language":"greek","number_value":5426,"lemma":"φρονέω","transliteration":"phronéō","pronunciation":null,"derivation":"from G5424 (φρήν);","strongs_definition":"to exercise the mind, i.e. entertain or have a sentiment or opinion; by implication, to be (mentally) disposed (more or less earnestly in a certain direction); intensively, to interest oneself in (with concern or obedience)","kjv_definition":"set the affection on, (be) care(-ful), (be like-, + be of one, + be of the same, + let this) mind(-ed), regard, savour, think"} +{"id":"G2917","strongs_number":"G2917","system":"greek","language":"greek","number_value":2917,"lemma":"κρίμα","transliteration":"kríma","pronunciation":null,"derivation":"from G2919 (κρίνω);","strongs_definition":"a decision (the function or the effect, for or against (\"crime\"))","kjv_definition":"avenge, condemned, condemnation, damnation, + go to law, judgment"} +{"id":"G2519","strongs_number":"G2519","system":"greek","language":"greek","number_value":2519,"lemma":"καθηγητής","transliteration":"kathēgētḗs","pronunciation":null,"derivation":"from a compound of G2596 (κατά) and G2233 (ἡγέομαι);","strongs_definition":"a guide, i.e. (figuratively) a teacher","kjv_definition":"master"} +{"id":"G2212","strongs_number":"G2212","system":"greek","language":"greek","number_value":2212,"lemma":"ζητέω","transliteration":"zētéō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to seek (literally or figuratively); specially, (by Hebraism) to worship (God), or (in a bad sense) to plot (against life)","kjv_definition":"be (go) about, desire, endeavour, enquire (for), require, (X will) seek (after, for, means)"} +{"id":"G4179","strongs_number":"G4179","system":"greek","language":"greek","number_value":4179,"lemma":"πολλαπλασίων","transliteration":"pollaplasíōn","pronunciation":null,"derivation":"from G4183 (πολύς) and probably a derivative of G4120 (πλέκω);","strongs_definition":"manifold, i.e. (neuter as noun) very much more","kjv_definition":"manifold more"} +{"id":"G2010","strongs_number":"G2010","system":"greek","language":"greek","number_value":2010,"lemma":"ἐπιτρέπω","transliteration":"epitrépō","pronunciation":null,"derivation":"from G1909 (ἐπί) and the base of G5157 (τροπή);","strongs_definition":"to turn over (transfer), i.e. allow","kjv_definition":"give leave (liberty, license), let, permit, suffer"} +{"id":"G4859","strongs_number":"G4859","system":"greek","language":"greek","number_value":4859,"lemma":"σύμφωνος","transliteration":"sýmphōnos","pronunciation":null,"derivation":"from G4862 (σύν) and G5456 (φωνή);","strongs_definition":"sounding together (alike), i.e. (figuratively) accordant (neuter as noun, agreement)","kjv_definition":"consent"} +{"id":"G2410","strongs_number":"G2410","system":"greek","language":"greek","number_value":2410,"lemma":"Ἱεριχώ","transliteration":"Hierichṓ","pronunciation":null,"derivation":"of Hebrew origin (H03405);","strongs_definition":"Jericho, a place in Palestine","kjv_definition":"Jericho"} +{"id":"G4413","strongs_number":"G4413","system":"greek","language":"greek","number_value":4413,"lemma":"πρῶτος","transliteration":"prōtos","pronunciation":null,"derivation":"contracted superlative of G4253 (πρό);","strongs_definition":"foremost (in time, place, order or importance)","kjv_definition":"before, beginning, best, chief(-est), first (of all), former"} +{"id":"G1346","strongs_number":"G1346","system":"greek","language":"greek","number_value":1346,"lemma":"δικαίως","transliteration":"dikaíōs","pronunciation":null,"derivation":"adverb from G1342 (δίκαιος);","strongs_definition":"equitably","kjv_definition":"justly, (to) righteously(-ness)"} +{"id":"G5403","strongs_number":"G5403","system":"greek","language":"greek","number_value":5403,"lemma":"Φοινίκη","transliteration":"Phoiníkē","pronunciation":null,"derivation":"from G5404 (φοῖνιξ);","strongs_definition":"palm-country; Phœnice (or Phœnicia), a region of Palestine","kjv_definition":"Phenice, Phenicia"} +{"id":"G4983","strongs_number":"G4983","system":"greek","language":"greek","number_value":4983,"lemma":"σῶμα","transliteration":"sōma","pronunciation":null,"derivation":"from G4982 (σώζω);","strongs_definition":"the body (as a sound whole), used in a very wide application, literally or figuratively","kjv_definition":"bodily, body, slave"} +{"id":"G4605","strongs_number":"G4605","system":"greek","language":"greek","number_value":4605,"lemma":"Σιδών","transliteration":"Sidṓn","pronunciation":null,"derivation":"of Hebrew origin (H06721);","strongs_definition":"Sidon (i.e. Tsidon), a place in Palestine","kjv_definition":"Sidon"} +{"id":"G5150","strongs_number":"G5150","system":"greek","language":"greek","number_value":5150,"lemma":"τρίμηνον","transliteration":"trímēnon","pronunciation":null,"derivation":"neuter of a compound of G5140 (τρεῖς) and G3376 (μήν) as noun;","strongs_definition":"a three months' space","kjv_definition":"three months"} +{"id":"G2880","strongs_number":"G2880","system":"greek","language":"greek","number_value":2880,"lemma":"κορέννυμι","transliteration":"korénnymi","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to cram, i.e. glut or sate","kjv_definition":"eat enough, full"} +{"id":"G1687","strongs_number":"G1687","system":"greek","language":"greek","number_value":1687,"lemma":"ἐμβατεύω","transliteration":"embateúō","pronunciation":null,"derivation":"from G1722 (ἐν) and a presumed derivative of the base of G939 (βάσις);","strongs_definition":"equivalent to G1684 (ἐμβαίνω); to intrude on (figuratively)","kjv_definition":"intrude into"} +{"id":"G261","strongs_number":"G261","system":"greek","language":"greek","number_value":261,"lemma":"ἀμαθής","transliteration":"amathḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3129 (μανθάνω);","strongs_definition":"ignorant","kjv_definition":"unlearned"} +{"id":"G1918","strongs_number":"G1918","system":"greek","language":"greek","number_value":1918,"lemma":"ἐπιγαμβρεύω","transliteration":"epigambreúō","pronunciation":null,"derivation":"from G1909 (ἐπί) and a derivative of G1062 (γάμος);","strongs_definition":"to form affinity with, i.e. (specially) in a levirate way","kjv_definition":"marry"} +{"id":"G803","strongs_number":"G803","system":"greek","language":"greek","number_value":803,"lemma":"ἀσφάλεια","transliteration":"aspháleia","pronunciation":null,"derivation":"from G804 (ἀσφαλής);","strongs_definition":"security (literally or figuratively)","kjv_definition":"certainty, safety"} +{"id":"G3016","strongs_number":"G3016","system":"greek","language":"greek","number_value":3016,"lemma":"λεπτόν","transliteration":"leptón","pronunciation":null,"derivation":"neuter of a derivative of the same as G3013 (λεπίς);","strongs_definition":"something scaled (light), i.e. a small coin","kjv_definition":"mite"} +{"id":"G758","strongs_number":"G758","system":"greek","language":"greek","number_value":758,"lemma":"ἄρχων","transliteration":"árchōn","pronunciation":null,"derivation":"present participle of G757 (ἄρχω);","strongs_definition":"a first (in rank or power)","kjv_definition":"chief (ruler), magistrate, prince, ruler"} +{"id":"G3845","strongs_number":"G3845","system":"greek","language":"greek","number_value":3845,"lemma":"παραβαίνω","transliteration":"parabaínō","pronunciation":null,"derivation":"from G3844 (παρά) and the base of G939 (βάσις);","strongs_definition":"to go contrary to, i.e. violate a command","kjv_definition":"(by) transgress(-ion)"} +{"id":"G3594","strongs_number":"G3594","system":"greek","language":"greek","number_value":3594,"lemma":"ὁδηγέω","transliteration":"hodēgéō","pronunciation":null,"derivation":"from G3595 (ὁδηγός);","strongs_definition":"to show the way (literally or figuratively (teach))","kjv_definition":"guide, lead"} +{"id":"G447","strongs_number":"G447","system":"greek","language":"greek","number_value":447,"lemma":"ἀνίημι","transliteration":"aníēmi","pronunciation":null,"derivation":"from G303 (ἀνά) and (to send);","strongs_definition":"to let up, i.e. (literally) slacken or (figuratively) desert, desist from","kjv_definition":"forbear, leave, loose"} +{"id":"G4663","strongs_number":"G4663","system":"greek","language":"greek","number_value":4663,"lemma":"σκώληξ","transliteration":"skṓlēx","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a grub, maggot or earth-worm","kjv_definition":"worm"} +{"id":"G5301","strongs_number":"G5301","system":"greek","language":"greek","number_value":5301,"lemma":"ὕσσωπος","transliteration":"hýssōpos","pronunciation":null,"derivation":"of foreign origin (H0231);","strongs_definition":"\"hyssop\"","kjv_definition":"hyssop"} +{"id":"G1367","strongs_number":"G1367","system":"greek","language":"greek","number_value":1367,"lemma":"δισχίλιοι","transliteration":"dischílioi","pronunciation":null,"derivation":"from G1364 (δίς) and G5507 (χίλιοι);","strongs_definition":"two thousand","kjv_definition":"two thousand"} +{"id":"G240","strongs_number":"G240","system":"greek","language":"greek","number_value":240,"lemma":"ἀλλήλων","transliteration":"allḗlōn","pronunciation":null,"derivation":"Genitive plural from G243 (ἄλλος) reduplicated;","strongs_definition":"one another","kjv_definition":"each other, mutual, one another, (the other), (them-, your-)selves, (selves) together (sometimes with G3326 (μετά) or G4314 (πρός))"} +{"id":"G309","strongs_number":"G309","system":"greek","language":"greek","number_value":309,"lemma":"ἀνάβλεψις","transliteration":"anáblepsis","pronunciation":null,"derivation":"from G308 (ἀναβλέπω);","strongs_definition":"restoration of sight","kjv_definition":"recovery of sight"} +{"id":"G4907","strongs_number":"G4907","system":"greek","language":"greek","number_value":4907,"lemma":"σύνεσις","transliteration":"sýnesis","pronunciation":null,"derivation":"from G4920 (συνίημι);","strongs_definition":"a mental putting together, i.e. intelligence or (concretely) the intellect","kjv_definition":"knowledge, understanding"} +{"id":"G1476","strongs_number":"G1476","system":"greek","language":"greek","number_value":1476,"lemma":"ἑδραῖος","transliteration":"hedraîos","pronunciation":null,"derivation":"from a derivative of (to sit);","strongs_definition":"sedentary, i.e. (by implication) immovable","kjv_definition":"settled, stedfast"} +{"id":"G3304","strongs_number":"G3304","system":"greek","language":"greek","number_value":3304,"lemma":"μενοῦνγε","transliteration":"menoûnge","pronunciation":null,"derivation":"from G3203 and G3767 (οὖν) and G1065 (γέ);","strongs_definition":"so then at least","kjv_definition":"nay but, yea doubtless (rather, verily)"} +{"id":"G706","strongs_number":"G706","system":"greek","language":"greek","number_value":706,"lemma":"ἀριθμός","transliteration":"arithmós","pronunciation":null,"derivation":"from G142 (αἴρω);","strongs_definition":"a number (as reckoned up)","kjv_definition":"number"} +{"id":"G237","strongs_number":"G237","system":"greek","language":"greek","number_value":237,"lemma":"ἀλλαχόθεν","transliteration":"allachóthen","pronunciation":null,"derivation":"from G243 (ἄλλος);","strongs_definition":"from elsewhere","kjv_definition":"some other way"} +{"id":"G1083","strongs_number":"G1083","system":"greek","language":"greek","number_value":1083,"lemma":"γέννησις","transliteration":"génnēsis","pronunciation":null,"derivation":"from G1080 (γεννάω);","strongs_definition":"nativity","kjv_definition":"birth"} +{"id":"G1188","strongs_number":"G1188","system":"greek","language":"greek","number_value":1188,"lemma":"δεξιός","transliteration":"dexiós","pronunciation":null,"derivation":"from G1209 (δέχομαι);","strongs_definition":"the right side or (feminine) hand (as that which usually takes)","kjv_definition":"right (hand, side)"} +{"id":"G2802","strongs_number":"G2802","system":"greek","language":"greek","number_value":2802,"lemma":"Κλαύδη","transliteration":"Klaúdē","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Claude, an island near Crete","kjv_definition":"Clauda"} +{"id":"G4875","strongs_number":"G4875","system":"greek","language":"greek","number_value":4875,"lemma":"συναναπαύομαι","transliteration":"synanapaúomai","pronunciation":null,"derivation":"middle from G4862 (σύν) and G373 (ἀναπαύω);","strongs_definition":"to recruit oneself in company with","kjv_definition":"refresh with"} +{"id":"G3533","strongs_number":"G3533","system":"greek","language":"greek","number_value":3533,"lemma":"Νικόπολις","transliteration":"Nikópolis","pronunciation":null,"derivation":"from G3534 (νῖκος) and G4172 (πόλις);","strongs_definition":"victorious city; Nicopolis, a place in Macedonia","kjv_definition":"Nicopolis"} +{"id":"G1151","strongs_number":"G1151","system":"greek","language":"greek","number_value":1151,"lemma":"δάμαλις","transliteration":"dámalis","pronunciation":null,"derivation":"probably from the base of G1150 (δαμάζω);","strongs_definition":"a heifer (as tame)","kjv_definition":"heifer"} +{"id":"G156","strongs_number":"G156","system":"greek","language":"greek","number_value":156,"lemma":"αἰτία","transliteration":"aitía","pronunciation":null,"derivation":"from the same as G154 (αἰτέω);","strongs_definition":"a cause (as if asked for), i.e. (logical) reason (motive, matter), (legal) crime (alleged or proved)","kjv_definition":"accusation, case, cause, crime, fault, (wh-)ere(-fore)"} +{"id":"G4097","strongs_number":"G4097","system":"greek","language":"greek","number_value":4097,"lemma":"πιπράσκω","transliteration":"pipráskō","pronunciation":null,"derivation":"contracted from (to traverse;","strongs_definition":"from the base of G4008 (πέραν)); to traffic (by travelling), i.e. dispose of as merchandise or into slavery (literally or figuratively)","kjv_definition":"sell"} +{"id":"G1429","strongs_number":"G1429","system":"greek","language":"greek","number_value":1429,"lemma":"δωδεκάφυλον","transliteration":"dōdekáphylon","pronunciation":null,"derivation":"from G1427 (δώδεκα) and G5443 (φυλή);","strongs_definition":"the commonwealth of Israel","kjv_definition":"twelve tribes"} +{"id":"G5449","strongs_number":"G5449","system":"greek","language":"greek","number_value":5449,"lemma":"φύσις","transliteration":"phýsis","pronunciation":null,"derivation":"from G5453 (φύω);","strongs_definition":"growth (by germination or expansion), i.e. (by implication) natural production (lineal descent); by extension, a genus or sort; figuratively, native disposition, constitution or usage","kjv_definition":"(man-)kind, nature(-al)"} +{"id":"G2443","strongs_number":"G2443","system":"greek","language":"greek","number_value":2443,"lemma":"ἵνα","transliteration":"hína","pronunciation":null,"derivation":"probably from the same as the former part of G1438 (ἑαυτοῦ) (through the demonstrative idea;","strongs_definition":"compare G3588 (ὁ)); in order that (denoting the purpose or the result)","kjv_definition":"albeit, because, to the intent (that), lest, so as, (so) that, (for) to"} +{"id":"G880","strongs_number":"G880","system":"greek","language":"greek","number_value":880,"lemma":"ἄφωνος","transliteration":"áphōnos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5456 (φωνή);","strongs_definition":"voiceless, i.e. mute (by nature or choice); figuratively, unmeaning","kjv_definition":"dumb, without signification"} +{"id":"G917","strongs_number":"G917","system":"greek","language":"greek","number_value":917,"lemma":"βαρέως","transliteration":"baréōs","pronunciation":null,"derivation":"adverb from G926 (βαρύς);","strongs_definition":"heavily (figuratively)","kjv_definition":"dull"} +{"id":"G524","strongs_number":"G524","system":"greek","language":"greek","number_value":524,"lemma":"ἀπαλγέω","transliteration":"apalgéō","pronunciation":null,"derivation":"from G575 (ἀπό) and (to smart);","strongs_definition":"to grieve out, i.e. become apathetic","kjv_definition":"be past feeling"} +{"id":"G4736","strongs_number":"G4736","system":"greek","language":"greek","number_value":4736,"lemma":"Στέφανος","transliteration":"Stéphanos","pronunciation":null,"derivation":"the same as G4735 (στέφανος);","strongs_definition":"Stephanus, a Christian","kjv_definition":"Stephen"} +{"id":"G5129","strongs_number":"G5129","system":"greek","language":"greek","number_value":5129,"lemma":"τούτῳ","transliteration":"toútōi","pronunciation":null,"derivation":"dative case singular masculine or neuter of G3778 (οὗτος);","strongs_definition":"to (in, with or by) this (person or thing)","kjv_definition":"here(-by, -in), him, one, the same, there(-in), this"} +{"id":"G1249","strongs_number":"G1249","system":"greek","language":"greek","number_value":1249,"lemma":"διάκονος","transliteration":"diákonos","pronunciation":null,"derivation":"probably from an obsolete (to run on errands; compare G1377 (διώκω));","strongs_definition":"an attendant, i.e. (genitive case) a waiter (at table or in other menial duties); specially, a Christian teacher and pastor (technically, a deacon or deaconess)","kjv_definition":"deacon, minister, servant"} +{"id":"G55","strongs_number":"G55","system":"greek","language":"greek","number_value":55,"lemma":"ἁγνῶς","transliteration":"hagnōs","pronunciation":null,"derivation":"adverb from G53 (ἁγνός);","strongs_definition":"purely, i.e. honestly","kjv_definition":"sincerely"} +{"id":"G4400","strongs_number":"G4400","system":"greek","language":"greek","number_value":4400,"lemma":"προχειρίζομαι","transliteration":"procheirízomai","pronunciation":null,"derivation":"middle voice from G4253 (πρό) and a derivative of G5495 (χείρ);","strongs_definition":"to handle for oneself in advance, i.e. (figuratively) to purpose","kjv_definition":"choose, make"} +{"id":"G4861","strongs_number":"G4861","system":"greek","language":"greek","number_value":4861,"lemma":"σύμψυχος","transliteration":"sýmpsychos","pronunciation":null,"derivation":"from G4862 (σύν) and G5590 (ψυχή);","strongs_definition":"co-spirited, i.e. similar in sentiment","kjv_definition":"like-minded"} +{"id":"G4866","strongs_number":"G4866","system":"greek","language":"greek","number_value":4866,"lemma":"συναθλέω","transliteration":"synathléō","pronunciation":null,"derivation":"from G4862 (σύν) and G118 (ἀθλέω);","strongs_definition":"to wrestle in company with, i.e. (figuratively) to seek jointly","kjv_definition":"labour with, strive together for"} +{"id":"G3791","strongs_number":"G3791","system":"greek","language":"greek","number_value":3791,"lemma":"ὀχλέω","transliteration":"ochléō","pronunciation":null,"derivation":"from G3793 (ὄχλος);","strongs_definition":"to mob, i.e. (by implication) to harass","kjv_definition":"vex"} +{"id":"G5439","strongs_number":"G5439","system":"greek","language":"greek","number_value":5439,"lemma":"φυλακίζω","transliteration":"phylakízō","pronunciation":null,"derivation":"from G5441 (φύλαξ);","strongs_definition":"to incarcerate","kjv_definition":"imprison"} +{"id":"G897","strongs_number":"G897","system":"greek","language":"greek","number_value":897,"lemma":"Βαβυλών","transliteration":"Babylṓn","pronunciation":null,"derivation":"of Hebrew origin (H0894);","strongs_definition":"Babylon, the capitol of Chaldæa (literally or figuratively (as a type of tyranny))","kjv_definition":"Babylon"} +{"id":"G1331","strongs_number":"G1331","system":"greek","language":"greek","number_value":1331,"lemma":"διερωτάω","transliteration":"dierōtáō","pronunciation":null,"derivation":"from G1223 (διά) and G2065 (ἐρωτάω);","strongs_definition":"to question throughout, i.e. ascertain by interrogation","kjv_definition":"make enquiry for"} +{"id":"G3738","strongs_number":"G3738","system":"greek","language":"greek","number_value":3738,"lemma":"ὀρχέομαι","transliteration":"orchéomai","pronunciation":null,"derivation":"middle voice from (a row or ring);","strongs_definition":"to dance (from the ranklike or regular motion)","kjv_definition":"dance"} +{"id":"G1389","strongs_number":"G1389","system":"greek","language":"greek","number_value":1389,"lemma":"δολόω","transliteration":"dolóō","pronunciation":null,"derivation":"from G1388 (δόλος);","strongs_definition":"to ensnare, i.e. (figuratively) adulterate","kjv_definition":"handle deceitfully"} +{"id":"G3992","strongs_number":"G3992","system":"greek","language":"greek","number_value":3992,"lemma":"πέμπω","transliteration":"pémpō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to dispatch (from the subjective view or point of departure, whereas (as a stronger form of ) refers rather to the objective point or terminus ad quem, and G4724 (στέλλω) denotes properly, the orderly motion involved), especially on a temporary errand; also to transmit, bestow, or wield","kjv_definition":"send, thrust in"} +{"id":"G3923","strongs_number":"G3923","system":"greek","language":"greek","number_value":3923,"lemma":"παρεισφέρω","transliteration":"pareisphérō","pronunciation":null,"derivation":"from G3844 (παρά) and G1533 (εἰσφέρω);","strongs_definition":"to bear in alongside, i.e. introduce simultaneously","kjv_definition":"give"} +{"id":"G2400","strongs_number":"G2400","system":"greek","language":"greek","number_value":2400,"lemma":"ἰδού","transliteration":"idoú","pronunciation":null,"derivation":"second person singular imperative middle voice of G1492 (εἴδω);","strongs_definition":"used as imperative lo!;","kjv_definition":"--behold, lo, see"} +{"id":"G4369","strongs_number":"G4369","system":"greek","language":"greek","number_value":4369,"lemma":"προστίθημι","transliteration":"prostíthēmi","pronunciation":null,"derivation":"from G4314 (πρός) and G5087 (τίθημι);","strongs_definition":"to place additionally, i.e. lay beside, annex, repeat","kjv_definition":"add, again, give more, increase, lay unto, proceed further, speak to any more"} +{"id":"G1159","strongs_number":"G1159","system":"greek","language":"greek","number_value":1159,"lemma":"δαπανάω","transliteration":"dapanáō","pronunciation":null,"derivation":"from G1160 (δαπάνη);","strongs_definition":"to expend, i.e. (in a good sense) to incur cost, or (in a bad one) to waste","kjv_definition":"be at charges, consume, spend"} +{"id":"G4320","strongs_number":"G4320","system":"greek","language":"greek","number_value":4320,"lemma":"προσαναβαίνω","transliteration":"prosanabaínō","pronunciation":null,"derivation":"from G4314 (πρός) and G305 (ἀναβαίνω);","strongs_definition":"to ascend farther, i.e. be promoted (take an upper (more honorable) seat)","kjv_definition":"go up"} +{"id":"G331","strongs_number":"G331","system":"greek","language":"greek","number_value":331,"lemma":"ἀνάθεμα","transliteration":"anáthema","pronunciation":null,"derivation":"from G394 (ἀνατίθεμαι);","strongs_definition":"a (religious) ban or (concretely) excommunicated (thing or person)","kjv_definition":"accused, anathema, curse, X great"} +{"id":"G5408","strongs_number":"G5408","system":"greek","language":"greek","number_value":5408,"lemma":"φόνος","transliteration":"phónos","pronunciation":null,"derivation":"from an obsolete primary (to slay);","strongs_definition":"murder","kjv_definition":"murder, + be slain with, slaughter"} +{"id":"G3603","strongs_number":"G3603","system":"greek","language":"greek","number_value":3603,"lemma":"ὅ ἐστι","transliteration":"hó esti","pronunciation":null,"derivation":"from the neuter of G3739 (ὅς) and the third person singular present indicative of G1510 (εἰμί);","strongs_definition":"which is","kjv_definition":"called, which is (make), that is (to say)"} +{"id":"G81","strongs_number":"G81","system":"greek","language":"greek","number_value":81,"lemma":"ἀδελφότης","transliteration":"adelphótēs","pronunciation":null,"derivation":"from G80 (ἀδελφός);","strongs_definition":"brotherhood (properly, the feeling of brotherliness), i.e. the (Christian) fraternity","kjv_definition":"brethren, brotherhood"} +{"id":"G4874","strongs_number":"G4874","system":"greek","language":"greek","number_value":4874,"lemma":"συναναμίγνυμι","transliteration":"synanamígnymi","pronunciation":null,"derivation":"from G4862 (σύν) and a compound of G303 (ἀνά) and G3396 (μίγνυμι);","strongs_definition":"to mix up together, i.e. (figurative) associate with","kjv_definition":"(have, keep) company (with)"} +{"id":"G4841","strongs_number":"G4841","system":"greek","language":"greek","number_value":4841,"lemma":"συμπάσχω","transliteration":"sympáschō","pronunciation":null,"derivation":"from G4862 (σύν) and G3958 (πάσχω) (including its alternate);","strongs_definition":"to experience pain jointly or of the same kind (specially, persecution; to \"sympathize\")","kjv_definition":"suffer with"} +{"id":"G3180","strongs_number":"G3180","system":"greek","language":"greek","number_value":3180,"lemma":"μεθοδεία","transliteration":"methodeía","pronunciation":null,"derivation":"from a compound of G3326 (μετά) and G3593 (ὁδεύω) (compare \"method\");","strongs_definition":"travelling over, i.e. travesty (trickery)","kjv_definition":"wile, lie in wait"} +{"id":"G4636","strongs_number":"G4636","system":"greek","language":"greek","number_value":4636,"lemma":"σκῆνος","transliteration":"skēnos","pronunciation":null,"derivation":"from G4633 (σκηνή);","strongs_definition":"a hut or temporary residence, i.e. (figuratively) the human body (as the abode of the spirit)","kjv_definition":"tabernacle"} +{"id":"G1483","strongs_number":"G1483","system":"greek","language":"greek","number_value":1483,"lemma":"ἐθνικῶς","transliteration":"ethnikōs","pronunciation":null,"derivation":"adverb from G1482 (ἐθνικός);","strongs_definition":"as a Gentile","kjv_definition":"after the manner of Gentiles"} +{"id":"G2842","strongs_number":"G2842","system":"greek","language":"greek","number_value":2842,"lemma":"κοινωνία","transliteration":"koinōnía","pronunciation":null,"derivation":"from G2844 (κοινωνός);","strongs_definition":"partnership, i.e. (literally) participation, or (social) intercourse, or (pecuniary) benefaction","kjv_definition":"(to) communicate(-ation), communion, (contri-)distribution, fellowship"} +{"id":"G1548","strongs_number":"G1548","system":"greek","language":"greek","number_value":1548,"lemma":"ἐκγαμίσκω","transliteration":"ekgamískō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1061 (γαμίσκω);","strongs_definition":"the same as 1547","kjv_definition":"give in marriage"} +{"id":"G979","strongs_number":"G979","system":"greek","language":"greek","number_value":979,"lemma":"βίος","transliteration":"bíos","pronunciation":null,"derivation":"a primary word;","strongs_definition":"life, i.e. (literally) the present state of existence; by implication, the means of livelihood","kjv_definition":"good, life, living"} +{"id":"G2990","strongs_number":"G2990","system":"greek","language":"greek","number_value":2990,"lemma":"λανθάνω","transliteration":"lanthánō","pronunciation":null,"derivation":"a prolonged form of a primary verb, which is used only as an alternate in certain tenses;","strongs_definition":"to lie hid (literally or figuratively); often used adverbially, unwittingly","kjv_definition":"be hid, be ignorant of, unawares"} +{"id":"G4906","strongs_number":"G4906","system":"greek","language":"greek","number_value":4906,"lemma":"συνεσθίω","transliteration":"synesthíō","pronunciation":null,"derivation":"from G4862 (σύν) and G2068 (ἐσθίω) (including its alternate);","strongs_definition":"to take food in company with","kjv_definition":"eat with"} +{"id":"G5410","strongs_number":"G5410","system":"greek","language":"greek","number_value":5410,"lemma":"Φόρον","transliteration":"Phóron","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a forum or market-place; only in comparative with G675 (Ἄππιος); a station on the Appian road","kjv_definition":"forum"} +{"id":"G1504","strongs_number":"G1504","system":"greek","language":"greek","number_value":1504,"lemma":"εἰκών","transliteration":"eikṓn","pronunciation":null,"derivation":"from G1503 (εἴκω);","strongs_definition":"a likeness, i.e. (literally) statue, profile, or (figuratively) representation, resemblance","kjv_definition":"image"} +{"id":"G1762","strongs_number":"G1762","system":"greek","language":"greek","number_value":1762,"lemma":"ἔνι","transliteration":"éni","pronunciation":null,"derivation":"contraction for the third person singular present indicative of G1751 (ἔνειμι);","strongs_definition":"impersonally, there is in or among","kjv_definition":"be, (there) is"} +{"id":"G275","strongs_number":"G275","system":"greek","language":"greek","number_value":275,"lemma":"ἀμέριμνος","transliteration":"amérimnos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3308 (μέριμνα);","strongs_definition":"not anxious","kjv_definition":"without care(-fulness), secure"} +{"id":"G2517","strongs_number":"G2517","system":"greek","language":"greek","number_value":2517,"lemma":"καθεξῆς","transliteration":"kathexēs","pronunciation":null,"derivation":"from G2596 (κατά) and G1836 (ἑξῆς);","strongs_definition":"thereafter, i.e. consecutively; as a noun (by ellipsis of noun) a subsequent person or time","kjv_definition":"after(-ward), by (in) order"} +{"id":"G105","strongs_number":"G105","system":"greek","language":"greek","number_value":105,"lemma":"ἀετός","transliteration":"aetós","pronunciation":null,"derivation":"from the same as G109 (ἀήρ);","strongs_definition":"an eagle (from its wind-like flight)","kjv_definition":"eagle"} +{"id":"G1954","strongs_number":"G1954","system":"greek","language":"greek","number_value":1954,"lemma":"ἐπίλοιπος","transliteration":"epíloipos","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3062 (λοιποί);","strongs_definition":"left over, i.e. remaining","kjv_definition":"rest"} +{"id":"G4118","strongs_number":"G4118","system":"greek","language":"greek","number_value":4118,"lemma":"πλεῖστος","transliteration":"pleîstos","pronunciation":null,"derivation":"irregular superlative of G4183 (πολύς);","strongs_definition":"the largest number or very large","kjv_definition":"very great, most"} +{"id":"G507","strongs_number":"G507","system":"greek","language":"greek","number_value":507,"lemma":"ἄνω","transliteration":"ánō","pronunciation":null,"derivation":"adverb from G473 (ἀντί);","strongs_definition":"upward or on the top","kjv_definition":"above, brim, high, up"} +{"id":"G5337","strongs_number":"G5337","system":"greek","language":"greek","number_value":5337,"lemma":"φαῦλος","transliteration":"phaûlos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"\"foul\" or \"flawy\", i.e. (figuratively) wicked","kjv_definition":"evil"} +{"id":"G612","strongs_number":"G612","system":"greek","language":"greek","number_value":612,"lemma":"ἀπόκρισις","transliteration":"apókrisis","pronunciation":null,"derivation":"from G611 (ἀποκρίνομαι);","strongs_definition":"a response","kjv_definition":"answer"} +{"id":"G3037","strongs_number":"G3037","system":"greek","language":"greek","number_value":3037,"lemma":"λίθος","transliteration":"líthos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a stone (literally or figuratively)","kjv_definition":"(mill-, stumbling-)stone"} +{"id":"G2272","strongs_number":"G2272","system":"greek","language":"greek","number_value":2272,"lemma":"ἡσύχιος","transliteration":"hēsýchios","pronunciation":null,"derivation":"a prolonged form of a compound probably of a derivative of the base of G1476 (ἑδραῖος) and perhaps G2192 (ἔχω);","strongs_definition":"properly, keeping one's seat (sedentary), i.e. (by implication) still (undisturbed, undisturbing)","kjv_definition":"peaceable, quiet"} +{"id":"G1938","strongs_number":"G1938","system":"greek","language":"greek","number_value":1938,"lemma":"ἐπιθυμητής","transliteration":"epithymētḗs","pronunciation":null,"derivation":"from G1937 (ἐπιθυμέω);","strongs_definition":"a craver","kjv_definition":"+ lust after"} +{"id":"G2661","strongs_number":"G2661","system":"greek","language":"greek","number_value":2661,"lemma":"καταξιόω","transliteration":"kataxióō","pronunciation":null,"derivation":"from G2596 (κατά) and G515 (ἀξιόω);","strongs_definition":"to deem entirely deserving","kjv_definition":"(ac-)count worthy"} +{"id":"G1772","strongs_number":"G1772","system":"greek","language":"greek","number_value":1772,"lemma":"ἔννομος","transliteration":"énnomos","pronunciation":null,"derivation":"from G1722 (ἐν) and G3551 (νόμος);","strongs_definition":"(subjectively) legal, or (objectively) subject to","kjv_definition":"lawful, under law"} +{"id":"G5225","strongs_number":"G5225","system":"greek","language":"greek","number_value":5225,"lemma":"ὑπάρχω","transliteration":"hypárchō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G756 (ἄρχομαι);","strongs_definition":"to begin under (quietly), i.e. come into existence (be present or at hand); expletively, to exist (as copula or subordinate to an adjective, participle, adverb or preposition, or as an auxiliary to a principal (verb)","kjv_definition":"after, behave, live"} +{"id":"G455","strongs_number":"G455","system":"greek","language":"greek","number_value":455,"lemma":"ἀνοίγω","transliteration":"anoígō","pronunciation":null,"derivation":"from G303 (ἀνά) and (to open);","strongs_definition":"to open up (literally or figuratively, in various applications)","kjv_definition":"open"} +{"id":"G5288","strongs_number":"G5288","system":"greek","language":"greek","number_value":5288,"lemma":"ὑποστέλλω","transliteration":"hypostéllō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G4724 (στέλλω);","strongs_definition":"to withhold under (out of sight), i.e. (reflexively) to cower or shrink, (figuratively) to conceal (reserve)","kjv_definition":"draw (keep) back, shun, withdraw"} +{"id":"G2394","strongs_number":"G2394","system":"greek","language":"greek","number_value":2394,"lemma":"Ἰάσων","transliteration":"Iásōn","pronunciation":null,"derivation":"future active participle masculine of G2390 (ἰάομαι);","strongs_definition":"about to cure; Jason, a Christian","kjv_definition":"Jason"} +{"id":"G5494","strongs_number":"G5494","system":"greek","language":"greek","number_value":5494,"lemma":"χειμών","transliteration":"cheimṓn","pronunciation":null,"derivation":"from a derivative of (to pour;","strongs_definition":"akin to the base of 5490 through the idea of a channel), meaning a storm (as pouring rain); by implication, the rainy season, i.e. winter","kjv_definition":"tempest, foul weather, winter"} +{"id":"G4160","strongs_number":"G4160","system":"greek","language":"greek","number_value":4160,"lemma":"ποιέω","transliteration":"poiéō","pronunciation":null,"derivation":"apparently a prolonged form of an obsolete primary;","strongs_definition":"to make or do (in a very wide application, more or less direct)","kjv_definition":"abide, + agree, appoint, X avenge, + band together, be, bear, + bewray, bring (forth), cast out, cause, commit, + content, continue, deal, + without any delay, (would) do(-ing), execute, exercise, fulfil, gain, give, have, hold, X journeying, keep, + lay wait, + lighten the ship, make, X mean, + none of these things move me, observe, ordain, perform, provide, + have purged, purpose, put, + raising up, X secure, shew, X shoot out, spend, take, tarry, + transgress the law, work, yield"} +{"id":"G2907","strongs_number":"G2907","system":"greek","language":"greek","number_value":2907,"lemma":"κρέας","transliteration":"kréas","pronunciation":null,"derivation":"perhaps a primary word;","strongs_definition":"(butcher's) meat","kjv_definition":"flesh"} +{"id":"G2205","strongs_number":"G2205","system":"greek","language":"greek","number_value":2205,"lemma":"ζῆλος","transliteration":"zēlos","pronunciation":null,"derivation":"from G2204 (ζέω);","strongs_definition":"properly, heat, i.e. (figuratively) \"zeal\" (in a favorable sense, ardor; in an unfavorable one, jealousy, as of a husband (figuratively, of God), or an enemy, malice)","kjv_definition":"emulation, envy(-ing), fervent mind, indignation, jealousy, zeal"} +{"id":"G3516","strongs_number":"G3516","system":"greek","language":"greek","number_value":3516,"lemma":"νήπιος","transliteration":"nḗpios","pronunciation":null,"derivation":"from an obsolete particle (implying negation) and G2031 (ἔπος);","strongs_definition":"not speaking, i.e. an infant (minor); figuratively, a simple-minded person, an immature Christian","kjv_definition":"babe, child (+ -ish)"} +{"id":"G1218","strongs_number":"G1218","system":"greek","language":"greek","number_value":1218,"lemma":"δῆμος","transliteration":"dēmos","pronunciation":null,"derivation":"from G1210 (δέω);","strongs_definition":"the public (as bound together socially)","kjv_definition":"people"} +{"id":"G3687","strongs_number":"G3687","system":"greek","language":"greek","number_value":3687,"lemma":"ὀνομάζω","transliteration":"onomázō","pronunciation":null,"derivation":"from G3686 (ὄνομα);","strongs_definition":"to name, i.e. assign an appellation; by extension, to utter, mention, profess","kjv_definition":"call, name"} +{"id":"G154","strongs_number":"G154","system":"greek","language":"greek","number_value":154,"lemma":"αἰτέω","transliteration":"aitéō","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"to ask (in genitive case)","kjv_definition":"ask, beg, call for, crave, desire, require"} +{"id":"G2750","strongs_number":"G2750","system":"greek","language":"greek","number_value":2750,"lemma":"κειρία","transliteration":"keiría","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a swathe, i.e. winding-sheet","kjv_definition":"graveclothes"} +{"id":"G2808","strongs_number":"G2808","system":"greek","language":"greek","number_value":2808,"lemma":"κλείω","transliteration":"kleíō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to close (literally or figuratively)","kjv_definition":"shut (up)"} +{"id":"G4267","strongs_number":"G4267","system":"greek","language":"greek","number_value":4267,"lemma":"προγινώσκω","transliteration":"proginṓskō","pronunciation":null,"derivation":"from G4253 (πρό) and G1097 (γινώσκω);","strongs_definition":"to know beforehand, i.e. foresee","kjv_definition":"foreknow (ordain), know (before)"} +{"id":"G3324","strongs_number":"G3324","system":"greek","language":"greek","number_value":3324,"lemma":"μεστός","transliteration":"mestós","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"replete (literally or figuratively)","kjv_definition":"full"} +{"id":"G4586","strongs_number":"G4586","system":"greek","language":"greek","number_value":4586,"lemma":"σεμνός","transliteration":"semnós","pronunciation":null,"derivation":"from G4576 (σέβομαι);","strongs_definition":"venerable, i.e. honorable","kjv_definition":"grave, honest"} +{"id":"G3876","strongs_number":"G3876","system":"greek","language":"greek","number_value":3876,"lemma":"παρακοή","transliteration":"parakoḗ","pronunciation":null,"derivation":"from G3878 (παρακούω);","strongs_definition":"inattention, i.e. (by implication) disobedience","kjv_definition":"disobedience"} +{"id":"G222","strongs_number":"G222","system":"greek","language":"greek","number_value":222,"lemma":"Ἀλεξανδρῖνος","transliteration":"Alexandrînos","pronunciation":null,"derivation":"from the same as G221 (Ἀλεξανδρεύς);","strongs_definition":"Alexandrine, or belonging to Alexandria","kjv_definition":"of Alexandria"} +{"id":"G1802","strongs_number":"G1802","system":"greek","language":"greek","number_value":1802,"lemma":"Ἐνώχ","transliteration":"Enṓch","pronunciation":null,"derivation":"of Hebrew origin (H02585);","strongs_definition":"Enoch (i.e. Chanok), an antediluvian","kjv_definition":"Enoch"} +{"id":"G4880","strongs_number":"G4880","system":"greek","language":"greek","number_value":4880,"lemma":"συναποθνήσκω","transliteration":"synapothnḗskō","pronunciation":null,"derivation":"from G4862 (σύν) and G599 (ἀποθνήσκω);","strongs_definition":"to decease (literally) in company with, or (figuratively), similarly to","kjv_definition":"be dead (die) with"} +{"id":"G4417","strongs_number":"G4417","system":"greek","language":"greek","number_value":4417,"lemma":"πταίω","transliteration":"ptaíō","pronunciation":null,"derivation":"a form of G4098 (πίπτω);","strongs_definition":"to trip, i.e. (figuratively) to err, sin, fail (of salvation)","kjv_definition":"fall, offend, stumble"} +{"id":"G1213","strongs_number":"G1213","system":"greek","language":"greek","number_value":1213,"lemma":"δηλόω","transliteration":"dēlóō","pronunciation":null,"derivation":"from G1212 (δῆλος);","strongs_definition":"to make plain (by words)","kjv_definition":"declare, shew, signify"} +{"id":"G1935","strongs_number":"G1935","system":"greek","language":"greek","number_value":1935,"lemma":"ἐπιθανάτιος","transliteration":"epithanátios","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2288 (θάνατος);","strongs_definition":"doomed to death","kjv_definition":"appointed to death"} +{"id":"G3860","strongs_number":"G3860","system":"greek","language":"greek","number_value":3860,"lemma":"παραδίδωμι","transliteration":"paradídōmi","pronunciation":null,"derivation":"from G3844 (παρά) and G1325 (δίδωμι);","strongs_definition":"to surrender, i.e yield up, intrust, transmit","kjv_definition":"betray, bring forth, cast, commit, deliver (up), give (over, up), hazard, put in prison, recommend"} +{"id":"G2356","strongs_number":"G2356","system":"greek","language":"greek","number_value":2356,"lemma":"θρησκεία","transliteration":"thrēskeía","pronunciation":null,"derivation":"from a derivative of G2357 (θρησκός);","strongs_definition":"ceremonial observance","kjv_definition":"religion, worshipping"} +{"id":"G4801","strongs_number":"G4801","system":"greek","language":"greek","number_value":4801,"lemma":"συζεύγνυμι","transliteration":"syzeúgnymi","pronunciation":null,"derivation":"from G4862 (σύν) and the base of G2201 (ζεῦγος);","strongs_definition":"to yoke together, i.e. (figuratively) conjoin (in marriage)","kjv_definition":"join together"} +{"id":"G1343","strongs_number":"G1343","system":"greek","language":"greek","number_value":1343,"lemma":"δικαιοσύνη","transliteration":"dikaiosýnē","pronunciation":null,"derivation":"from G1342 (δίκαιος);","strongs_definition":"equity (of character or act); specially (Christian) justification","kjv_definition":"righteousness"} +{"id":"G2507","strongs_number":"G2507","system":"greek","language":"greek","number_value":2507,"lemma":"καθαιρέω","transliteration":"kathairéō","pronunciation":null,"derivation":"from G2596 (κατά) and G138 (αἱρέομαι) (including its alternate);","strongs_definition":"to lower (or with violence) demolish (literally or figuratively)","kjv_definition":"cast (pull, put, take) down, destroy"} +{"id":"G4393","strongs_number":"G4393","system":"greek","language":"greek","number_value":4393,"lemma":"προφέρω","transliteration":"prophérō","pronunciation":null,"derivation":"from G4253 (πρό) and G5342 (φέρω);","strongs_definition":"to bear forward, i.e. produce","kjv_definition":"bring forth"} +{"id":"G4904","strongs_number":"G4904","system":"greek","language":"greek","number_value":4904,"lemma":"συνεργός","transliteration":"synergós","pronunciation":null,"derivation":"from a presumed compound of G4862 (σύν) and the base of G2041 (ἔργον);","strongs_definition":"a co-laborer, i.e. coadjutor","kjv_definition":"companion in labour, (fellow-)helper(-labourer, -worker), labourer together with, workfellow"} +{"id":"G565","strongs_number":"G565","system":"greek","language":"greek","number_value":565,"lemma":"ἀπέρχομαι","transliteration":"apérchomai","pronunciation":null,"derivation":"from G575 (ἀπό) and G2064 (ἔρχομαι);","strongs_definition":"to go off (i.e. depart), aside (i.e. apart) or behind (i.e. follow), literally or figuratively","kjv_definition":"come, depart, go (aside, away, back, out, … ways), pass away, be past"} +{"id":"G1448","strongs_number":"G1448","system":"greek","language":"greek","number_value":1448,"lemma":"ἐγγίζω","transliteration":"engízō","pronunciation":null,"derivation":"from G1451 (ἐγγύς);","strongs_definition":"to make near, i.e. (reflexively) approach","kjv_definition":"approach, be at hand, come (draw) near, be (come, draw) nigh"} +{"id":"G926","strongs_number":"G926","system":"greek","language":"greek","number_value":926,"lemma":"βαρύς","transliteration":"barýs","pronunciation":null,"derivation":"from the same as G922 (βάρος);","strongs_definition":"weighty, i.e. (fig) burdensome, grave","kjv_definition":"grievous, heavy, weightier"} +{"id":"G4476","strongs_number":"G4476","system":"greek","language":"greek","number_value":4476,"lemma":"ῥαφίς","transliteration":"rhaphís","pronunciation":null,"derivation":"from a primary (to sew;","strongs_definition":"perhaps rather akin to the base of G4474 (ῥαπίζω) through the idea of puncturing); a needle","kjv_definition":"needle"} +{"id":"G3394","strongs_number":"G3394","system":"greek","language":"greek","number_value":3394,"lemma":"μιασμός","transliteration":"miasmós","pronunciation":null,"derivation":"from G3392 (μιαίνω);","strongs_definition":"(morally) contamination (properly, the act)","kjv_definition":"uncleanness"} +{"id":"G4146","strongs_number":"G4146","system":"greek","language":"greek","number_value":4146,"lemma":"πλουσίως","transliteration":"plousíōs","pronunciation":null,"derivation":"adverb from G4145 (πλούσιος);","strongs_definition":"copiously","kjv_definition":"abundantly, richly"} +{"id":"G1661","strongs_number":"G1661","system":"greek","language":"greek","number_value":1661,"lemma":"ἐλεφάντινος","transliteration":"elephántinos","pronunciation":null,"derivation":"from (an \"elephant\");","strongs_definition":"elephantine, i.e. (by implication) composed of ivory","kjv_definition":"of ivory"} +{"id":"G521","strongs_number":"G521","system":"greek","language":"greek","number_value":521,"lemma":"ἀπαίδευτος","transliteration":"apaídeutos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3811 (παιδεύω);","strongs_definition":"uninstructed, i.e. (figuratively) stupid","kjv_definition":"unlearned"} +{"id":"G3447","strongs_number":"G3447","system":"greek","language":"greek","number_value":3447,"lemma":"μοσχοποιέω","transliteration":"moschopoiéō","pronunciation":null,"derivation":"from G3448 (μόσχος) and G4160 (ποιέω);","strongs_definition":"to fabricate the image of a bullock","kjv_definition":"make a calf"} +{"id":"G4590","strongs_number":"G4590","system":"greek","language":"greek","number_value":4590,"lemma":"Σήμ","transliteration":"Sḗm","pronunciation":null,"derivation":"of Hebrew origin (H08035);","strongs_definition":"Sem (i.e. Shem), a patriarch","kjv_definition":"Sem"} +{"id":"G1822","strongs_number":"G1822","system":"greek","language":"greek","number_value":1822,"lemma":"ἐξαρτίζω","transliteration":"exartízō","pronunciation":null,"derivation":"from G1537 (ἐκ) and a derivative of G739 (ἄρτιος);","strongs_definition":"to finish out (time); figuratively, to equip fully (a teacher)","kjv_definition":"accomplish, thoroughly furnish"} +{"id":"G2084","strongs_number":"G2084","system":"greek","language":"greek","number_value":2084,"lemma":"ἑτερόγλωσσος","transliteration":"heteróglōssos","pronunciation":null,"derivation":"from G2087 (ἕτερος) and G1100 (γλῶσσα);","strongs_definition":"other- tongued, i.e. a foreigner","kjv_definition":"man of other tongue"} +{"id":"G4200","strongs_number":"G4200","system":"greek","language":"greek","number_value":4200,"lemma":"πορισμός","transliteration":"porismós","pronunciation":null,"derivation":"from a derivative of (a way, i.e. means);","strongs_definition":"furnishing (procuring), i.e. (by implication) money-getting (acquisition)","kjv_definition":"gain"} +{"id":"G5595","strongs_number":"G5595","system":"greek","language":"greek","number_value":5595,"lemma":"ψωμίζω","transliteration":"psōmízō","pronunciation":null,"derivation":"from the base of G5596 (ψωμίον);","strongs_definition":"to supply with bits, i.e. (generally) to nourish","kjv_definition":"(bestow to) feed"} +{"id":"G1672","strongs_number":"G1672","system":"greek","language":"greek","number_value":1672,"lemma":"Ἕλλην","transliteration":"Héllēn","pronunciation":null,"derivation":"from G1671 (Ἑλλάς);","strongs_definition":"a Hellen (Grecian) or inhabitant of Hellas; by extension a Greek-speaking person, especially a non-Jew","kjv_definition":"Gentile, Greek"} +{"id":"G5104","strongs_number":"G5104","system":"greek","language":"greek","number_value":5104,"lemma":"τοί","transliteration":"toí","pronunciation":null,"derivation":"probably for the dative case of G3588 (ὁ);","strongs_definition":"an enclitic particle of asseveration by way of contrast; in sooth","kjv_definition":"(used only with other particles in the comparative, as G2544 (καίτοιγε), G3305 (μέντοι), G5105 (τοιγαροῦν), G5106 (τοίνυν), etc"} +{"id":"G5502","strongs_number":"G5502","system":"greek","language":"greek","number_value":5502,"lemma":"χερουβίμ","transliteration":"cheroubím","pronunciation":null,"derivation":"plural of Hebrew origin (H03742);","strongs_definition":"\"cherubim\" (i.e. cherubs or kerubim)","kjv_definition":"cherubims"} +{"id":"G310","strongs_number":"G310","system":"greek","language":"greek","number_value":310,"lemma":"ἀναβοάω","transliteration":"anaboáō","pronunciation":null,"derivation":"from G303 (ἀνά) and G994 (βοάω);","strongs_definition":"to halloo","kjv_definition":"cry (aloud, out)"} +{"id":"G70","strongs_number":"G70","system":"greek","language":"greek","number_value":70,"lemma":"ἀγρυπνία","transliteration":"agrypnía","pronunciation":null,"derivation":"from G69 (ἀγρυπνέω);","strongs_definition":"sleeplessness, i.e. a keeping awake","kjv_definition":"watch"} +{"id":"G2358","strongs_number":"G2358","system":"greek","language":"greek","number_value":2358,"lemma":"θριαμβεύω","transliteration":"thriambeúō","pronunciation":null,"derivation":"from a prolonged compound of the base of G2360 (θροέω);","strongs_definition":"and a derivative of G680 (ἅπτομαι) (meaning a noisy iambus, sung in honor of Bacchus); to make an acclamatory procession, i.e. (figuratively) to conquer or (by Hebraism) to give victory","kjv_definition":"(cause) to triumph (over)"} +{"id":"G878","strongs_number":"G878","system":"greek","language":"greek","number_value":878,"lemma":"ἄφρων","transliteration":"áphrōn","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5424 (φρήν);","strongs_definition":"properly, mindless, i.e. stupid, (by implication) ignorant, (specially) egotistic, (practically) rash, or (morally) unbelieving","kjv_definition":"fool(-ish), unwise"} +{"id":"G2255","strongs_number":"G2255","system":"greek","language":"greek","number_value":2255,"lemma":"ἥμισυ","transliteration":"hḗmisy","pronunciation":null,"derivation":"neuter of a derivative from an inseparable prefix akin to G260 (ἅμα) (through the idea of partition involved in connection) and meaning semi-;","strongs_definition":"(as noun) half","kjv_definition":"half"} +{"id":"G691","strongs_number":"G691","system":"greek","language":"greek","number_value":691,"lemma":"ἀργέω","transliteration":"argéō","pronunciation":null,"derivation":"from G692 (ἀργός);","strongs_definition":"to be idle, i.e. (figuratively) to delay","kjv_definition":"linger"} +{"id":"G1635","strongs_number":"G1635","system":"greek","language":"greek","number_value":1635,"lemma":"ἑκών","transliteration":"hekṓn","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"voluntary","kjv_definition":"willingly"} +{"id":"G2965","strongs_number":"G2965","system":"greek","language":"greek","number_value":2965,"lemma":"κύων","transliteration":"kýōn","pronunciation":null,"derivation":"a primary word;","strongs_definition":"a dog (\"hound\") (literally or figuratively)","kjv_definition":"dog"} +{"id":"G1628","strongs_number":"G1628","system":"greek","language":"greek","number_value":1628,"lemma":"ἐκφεύγω","transliteration":"ekpheúgō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5343 (φεύγω);","strongs_definition":"to flee out","kjv_definition":"escape, flee"} +{"id":"G1354","strongs_number":"G1354","system":"greek","language":"greek","number_value":1354,"lemma":"Διονύσιος","transliteration":"Dionýsios","pronunciation":null,"derivation":"from (Bacchus);","strongs_definition":"reveller; Dionysius, an Athenian","kjv_definition":"Dionysius"} +{"id":"G4091","strongs_number":"G4091","system":"greek","language":"greek","number_value":4091,"lemma":"Πιλᾶτος","transliteration":"Pilâtos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"close-pressed, i.e. firm; Pilatus, a Roman","kjv_definition":"Pilate"} +{"id":"G4455","strongs_number":"G4455","system":"greek","language":"greek","number_value":4455,"lemma":"πώποτε","transliteration":"pṓpote","pronunciation":null,"derivation":"from G4452 (-πω) and G4218 (ποτέ);","strongs_definition":"at any time, i.e. (with negative particle) at no time","kjv_definition":"at any time, + never (…to any man), + yet, never man"} +{"id":"G1744","strongs_number":"G1744","system":"greek","language":"greek","number_value":1744,"lemma":"ἐνδύνω","transliteration":"endýnō","pronunciation":null,"derivation":"from G1772 (ἔννομος) and G1416 (δύνω);","strongs_definition":"to sink (by implication, wrap (compare G1746 (ἐνδύω)) on, i.e. (figuratively) sneak","kjv_definition":"creep"} +{"id":"G1580","strongs_number":"G1580","system":"greek","language":"greek","number_value":1580,"lemma":"ἐκκομίζω","transliteration":"ekkomízō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2865 (κομίζω);","strongs_definition":"to bear forth (to burial)","kjv_definition":"carry out"} +{"id":"G1078","strongs_number":"G1078","system":"greek","language":"greek","number_value":1078,"lemma":"γένεσις","transliteration":"génesis","pronunciation":null,"derivation":"from the same as G1074 (γενεά);","strongs_definition":"nativity; figuratively, nature","kjv_definition":"generation, nature(-ral)"} +{"id":"G450","strongs_number":"G450","system":"greek","language":"greek","number_value":450,"lemma":"ἀνίστημι","transliteration":"anístēmi","pronunciation":null,"derivation":"from G303 (ἀνά) and G2476 (ἵστημι);","strongs_definition":"to stand up (literal or figurative, transitive or intransitive)","kjv_definition":"arise, lift up, raise up (again), rise (again), stand up(-right)"} +{"id":"G2493","strongs_number":"G2493","system":"greek","language":"greek","number_value":2493,"lemma":"Ἰωήλ","transliteration":"Iōḗl","pronunciation":null,"derivation":"of Hebrew origin (H03100);","strongs_definition":"Joel, an Israelite","kjv_definition":"Joel"} +{"id":"G3125","strongs_number":"G3125","system":"greek","language":"greek","number_value":3125,"lemma":"μάμμη","transliteration":"mámmē","pronunciation":null,"derivation":"of natural origin (\"mammy\");","strongs_definition":"a grandmother","kjv_definition":"grandmother"} +{"id":"G232","strongs_number":"G232","system":"greek","language":"greek","number_value":232,"lemma":"ἁλιεύω","transliteration":"halieúō","pronunciation":null,"derivation":"from G231 (ἁλιεύς);","strongs_definition":"to be a fisher, i.e. (by implication) to fish","kjv_definition":"go a-fishing"} +{"id":"G1956","strongs_number":"G1956","system":"greek","language":"greek","number_value":1956,"lemma":"ἐπιλύω","transliteration":"epilýō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3089 (λύω);","strongs_definition":"to solve further, i.e. (figuratively) to explain, decide","kjv_definition":"determine, expound"} +{"id":"G4373","strongs_number":"G4373","system":"greek","language":"greek","number_value":4373,"lemma":"προσφάτως","transliteration":"prosphátōs","pronunciation":null,"derivation":"adverb from G4372 (πρόσφατος);","strongs_definition":"recently","kjv_definition":"lately"} +{"id":"G4377","strongs_number":"G4377","system":"greek","language":"greek","number_value":4377,"lemma":"προσφωνέω","transliteration":"prosphōnéō","pronunciation":null,"derivation":"from G4314 (πρός) and G5455 (φωνέω);","strongs_definition":"to sound towards, i.e. address, exclaim, summon","kjv_definition":"call unto, speak (un-)to"} +{"id":"G4806","strongs_number":"G4806","system":"greek","language":"greek","number_value":4806,"lemma":"συζωοποιέω","transliteration":"syzōopoiéō","pronunciation":null,"derivation":"from G4862 (σύν) and G2227 (ζωοποιέω);","strongs_definition":"to reanimate conjointly with (figuratively)","kjv_definition":"quicken together with"} +{"id":"G3196","strongs_number":"G3196","system":"greek","language":"greek","number_value":3196,"lemma":"μέλος","transliteration":"mélos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a limb or part of the body","kjv_definition":"member"} +{"id":"G2254","strongs_number":"G2254","system":"greek","language":"greek","number_value":2254,"lemma":"ἡμῖν","transliteration":"hēmîn","pronunciation":null,"derivation":"dative case plural of G1473 (ἐγώ);","strongs_definition":"to (or for, with, by) us","kjv_definition":"our, (for) us, we"} +{"id":"G358","strongs_number":"G358","system":"greek","language":"greek","number_value":358,"lemma":"ἄναλος","transliteration":"ánalos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G251 (ἅλς);","strongs_definition":"saltless, i.e. insipid","kjv_definition":"X lose saltness"} +{"id":"G1222","strongs_number":"G1222","system":"greek","language":"greek","number_value":1222,"lemma":"δήπου","transliteration":"dḗpou","pronunciation":null,"derivation":"from G1211 (δή) and G4225 (πού);","strongs_definition":"a particle of asseveration; indeed doubtless","kjv_definition":"verily"} +{"id":"G4372","strongs_number":"G4372","system":"greek","language":"greek","number_value":4372,"lemma":"πρόσφατος","transliteration":"prósphatos","pronunciation":null,"derivation":"from G4253 (πρό) and a derivative of G4969 (σφάζω);","strongs_definition":"previously (recently) slain (fresh), i.e. (figuratively) lately made","kjv_definition":"new"} +{"id":"G1840","strongs_number":"G1840","system":"greek","language":"greek","number_value":1840,"lemma":"ἐξισχύω","transliteration":"exischýō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2480 (ἰσχύω);","strongs_definition":"to have full strength, i.e. be entirely competent","kjv_definition":"be able"} +{"id":"G1427","strongs_number":"G1427","system":"greek","language":"greek","number_value":1427,"lemma":"δώδεκα","transliteration":"dṓdeka","pronunciation":null,"derivation":"from G1417 (δύο) and G1176 (δέκα);","strongs_definition":"two and ten, i.e. a dozen","kjv_definition":"twelve"} +{"id":"G554","strongs_number":"G554","system":"greek","language":"greek","number_value":554,"lemma":"ἀπεκδύομαι","transliteration":"apekdýomai","pronunciation":null,"derivation":"middle voice from G575 (ἀπό) and G1562 (ἐκδύω);","strongs_definition":"to divest wholly oneself, or (for oneself) despoil","kjv_definition":"put off, spoil"} +{"id":"G2986","strongs_number":"G2986","system":"greek","language":"greek","number_value":2986,"lemma":"λαμπρός","transliteration":"lamprós","pronunciation":null,"derivation":"from the same as G2985 (λαμπάς);","strongs_definition":"radiant; by analogy, limpid; figuratively, magnificent or sumptuous (in appearance)","kjv_definition":"bright, clear, gay, goodly, gorgeous, white"} +{"id":"G5172","strongs_number":"G5172","system":"greek","language":"greek","number_value":5172,"lemma":"τρυφή","transliteration":"tryphḗ","pronunciation":null,"derivation":"from (to break up or (figuratively) enfeeble, especially the mind and body by indulgence);","strongs_definition":"effeminacy, i.e. luxury or debauchery","kjv_definition":"delicately, riot"} +{"id":"G3158","strongs_number":"G3158","system":"greek","language":"greek","number_value":3158,"lemma":"Ματθάτ","transliteration":"Matthát","pronunciation":null,"derivation":"probably a shortened form of G3161 (Ματταθίας);","strongs_definition":"Matthat (i.e. Mattithjah), the name of two Israelites","kjv_definition":"Mathat"} +{"id":"G5289","strongs_number":"G5289","system":"greek","language":"greek","number_value":5289,"lemma":"ὑποστολή","transliteration":"hypostolḗ","pronunciation":null,"derivation":"from G5288 (ὑποστέλλω);","strongs_definition":"shrinkage (timidity), i.e. (by implication) apostasy","kjv_definition":"draw back"} +{"id":"G4718","strongs_number":"G4718","system":"greek","language":"greek","number_value":4718,"lemma":"σταφυλή","transliteration":"staphylḗ","pronunciation":null,"derivation":"probably from the base of G4735 (στέφανος);","strongs_definition":"a cluster of grapes (as if intertwined)","kjv_definition":"grapes"} +{"id":"G2433","strongs_number":"G2433","system":"greek","language":"greek","number_value":2433,"lemma":"ἱλάσκομαι","transliteration":"hiláskomai","pronunciation":null,"derivation":"middle voice from the same as G2436 (ἵλεως);","strongs_definition":"to conciliate, i.e. (transitively) to atone for (sin), or (intransitively) be propitious","kjv_definition":"be merciful, make reconciliation for"} +{"id":"G5574","strongs_number":"G5574","system":"greek","language":"greek","number_value":5574,"lemma":"ψεύδομαι","transliteration":"pseúdomai","pronunciation":null,"derivation":"middle voice of an apparently primary verb;","strongs_definition":"to utter an untruth or attempt to deceive by falsehood","kjv_definition":"falsely, lie"} +{"id":"G5324","strongs_number":"G5324","system":"greek","language":"greek","number_value":5324,"lemma":"φαντάζω","transliteration":"phantázō","pronunciation":null,"derivation":"from a derivative of G5316 (φαίνω);","strongs_definition":"to make apparent, i.e. (passively) to appear (neuter participle as noun, a spectacle)","kjv_definition":"sight"} +{"id":"G3918","strongs_number":"G3918","system":"greek","language":"greek","number_value":3918,"lemma":"πάρειμι","transliteration":"páreimi","pronunciation":null,"derivation":"from G3844 (παρά) and G1510 (εἰμί) (including its various forms);","strongs_definition":"to be near, i.e. at hand; neuter present participle (singular) time being, or (plural) property","kjv_definition":"come, X have, be here, + lack, (be here) present"} +{"id":"G2617","strongs_number":"G2617","system":"greek","language":"greek","number_value":2617,"lemma":"καταισχύνω","transliteration":"kataischýnō","pronunciation":null,"derivation":"from G2596 (κατά) and G153 (αἰσχύνομαι);","strongs_definition":"to shame down, i.e. disgrace or (by implication) put to the blush","kjv_definition":"confound, dishonour, (be a-, make a-)shame(-d)"} +{"id":"G4057","strongs_number":"G4057","system":"greek","language":"greek","number_value":4057,"lemma":"περισσῶς","transliteration":"perissōs","pronunciation":null,"derivation":"adverb from G4053 (περισσός);","strongs_definition":"superabundantly","kjv_definition":"exceedingly, out of measure, the more"} +{"id":"G244","strongs_number":"G244","system":"greek","language":"greek","number_value":244,"lemma":"ἀλλοτριεπίσκοπος","transliteration":"allotriepískopos","pronunciation":null,"derivation":"from G245 (ἀλλότριος) and G1985 (ἐπίσκοπος);","strongs_definition":"overseeing others' affairs, i.e. a meddler (specially, in Gentile customs)","kjv_definition":"busybody in other men's matters"} +{"id":"G3759","strongs_number":"G3759","system":"greek","language":"greek","number_value":3759,"lemma":"οὐαί","transliteration":"ouaí","pronunciation":null,"derivation":"a primary exclamation of grief;","strongs_definition":"\"woe\"","kjv_definition":"alas, woe"} +{"id":"G3555","strongs_number":"G3555","system":"greek","language":"greek","number_value":3555,"lemma":"νοσσιά","transliteration":"nossiá","pronunciation":null,"derivation":"from G3502 (νεοσσός);","strongs_definition":"a brood (of chickens)","kjv_definition":"brood"} +{"id":"G2497","strongs_number":"G2497","system":"greek","language":"greek","number_value":2497,"lemma":"Ἰωρείμ","transliteration":"Iōreím","pronunciation":null,"derivation":"perhaps for G2496 (Ἰωράμ);","strongs_definition":"Jorim, an Israelite","kjv_definition":"Jorim"} +{"id":"G2650","strongs_number":"G2650","system":"greek","language":"greek","number_value":2650,"lemma":"καταμένω","transliteration":"kataménō","pronunciation":null,"derivation":"from G2596 (κατά) and G3306 (μένω);","strongs_definition":"to stay fully, i.e. reside","kjv_definition":"abide"} +{"id":"G5578","strongs_number":"G5578","system":"greek","language":"greek","number_value":5578,"lemma":"ψευδοπροφήτης","transliteration":"pseudoprophḗtēs","pronunciation":null,"derivation":"from G5571 (ψευδής) and G4396 (προφήτης);","strongs_definition":"a spurious prophet, i.e. pretended foreteller or religious impostor","kjv_definition":"false prophet"} +{"id":"G3703","strongs_number":"G3703","system":"greek","language":"greek","number_value":3703,"lemma":"ὀπώρα","transliteration":"opṓra","pronunciation":null,"derivation":"apparently from the base of G3796 (ὀψέ) and G5610 (ὥρα);","strongs_definition":"properly, even-tide of the (summer) season (dog-days), i.e. (by implication) ripe fruit","kjv_definition":"fruit"} +{"id":"G989","strongs_number":"G989","system":"greek","language":"greek","number_value":989,"lemma":"βλάσφημος","transliteration":"blásphēmos","pronunciation":null,"derivation":"from a derivative of G984 (βλάπτω) and G5345 (φήμη);","strongs_definition":"scurrilious, i.e. calumnious (against men), or (specially) impious (against God)","kjv_definition":"blasphemer(-mous), railing"} +{"id":"G4726","strongs_number":"G4726","system":"greek","language":"greek","number_value":4726,"lemma":"στεναγμός","transliteration":"stenagmós","pronunciation":null,"derivation":"from G4727 (στενάζω);","strongs_definition":"a sigh","kjv_definition":"groaning"} +{"id":"G2260","strongs_number":"G2260","system":"greek","language":"greek","number_value":2260,"lemma":"ἤπερ","transliteration":"ḗper","pronunciation":null,"derivation":"from G2228 (ἤ) and G4007 (περ);","strongs_definition":"than at all (or than perhaps, than indeed)","kjv_definition":"than"} +{"id":"G1834","strongs_number":"G1834","system":"greek","language":"greek","number_value":1834,"lemma":"ἐξηγέομαι","transliteration":"exēgéomai","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2233 (ἡγέομαι);","strongs_definition":"to consider out (aloud), i.e. rehearse, unfold","kjv_definition":"declare, tell"} +{"id":"G749","strongs_number":"G749","system":"greek","language":"greek","number_value":749,"lemma":"ἀρχιερεύς","transliteration":"archiereús","pronunciation":null,"derivation":"from G746 (ἀρχή) and G2409 (ἱερεύς);","strongs_definition":"the high-priest (literally, of the Jews, typically, Christ); by extension a chief priest","kjv_definition":"chief (high) priest, chief of the priests"} +{"id":"G178","strongs_number":"G178","system":"greek","language":"greek","number_value":178,"lemma":"ἀκατάκριτος","transliteration":"akatákritos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G2632 (κατακρίνω);","strongs_definition":"without (legal) trial","kjv_definition":"uncondemned"} +{"id":"G4825","strongs_number":"G4825","system":"greek","language":"greek","number_value":4825,"lemma":"σύμβουλος","transliteration":"sýmboulos","pronunciation":null,"derivation":"from G4862 (σύν) and G1012 (βουλή);","strongs_definition":"a consultor, i.e. adviser","kjv_definition":"counsellor"} +{"id":"G4747","strongs_number":"G4747","system":"greek","language":"greek","number_value":4747,"lemma":"στοιχεῖον","transliteration":"stoicheîon","pronunciation":null,"derivation":"neuter of a presumed derivative of the base of G4748 (στοιχέω);","strongs_definition":"something orderly in arrangement, i.e. (by implication) a serial (basal, fundamental, initial) constituent (literally), proposition (figuratively)","kjv_definition":"element, principle, rudiment"} +{"id":"G3946","strongs_number":"G3946","system":"greek","language":"greek","number_value":3946,"lemma":"παρόμοιος","transliteration":"parómoios","pronunciation":null,"derivation":"from G3844 (παρά) and G3664 (ὅμοιος);","strongs_definition":"alike nearly, i.e. similar","kjv_definition":"like"} +{"id":"G5517","strongs_number":"G5517","system":"greek","language":"greek","number_value":5517,"lemma":"χοϊκός","transliteration":"choïkós","pronunciation":null,"derivation":"from G5522 (χόος);","strongs_definition":"dusty or dirty (soil-like), i.e. (by implication) terrene","kjv_definition":"earthy"} +{"id":"G2123","strongs_number":"G2123","system":"greek","language":"greek","number_value":2123,"lemma":"εὐκοπώτερος","transliteration":"eukopṓteros","pronunciation":null,"derivation":"comparative of a compound of G2095 (εὖ) and G2873 (κόπος);","strongs_definition":"better for toil, i.e. more facile","kjv_definition":"easier"} +{"id":"G2389","strongs_number":"G2389","system":"greek","language":"greek","number_value":2389,"lemma":"Ἰαννῆς","transliteration":"Iannēs","pronunciation":null,"derivation":"of Egyptian origin;","strongs_definition":"Jannes, an Egyptian","kjv_definition":"Jannes"} +{"id":"G1745","strongs_number":"G1745","system":"greek","language":"greek","number_value":1745,"lemma":"ἔνδυσις","transliteration":"éndysis","pronunciation":null,"derivation":"from G1746 (ἐνδύω);","strongs_definition":"investment with clothing","kjv_definition":"putting on"} +{"id":"G3133","strongs_number":"G3133","system":"greek","language":"greek","number_value":3133,"lemma":"μαραίνω","transliteration":"maraínō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to extinguish (as fire), i.e. (figuratively and passively) to pass away","kjv_definition":"fade away"} +{"id":"G1625","strongs_number":"G1625","system":"greek","language":"greek","number_value":1625,"lemma":"ἐκτρέφω","transliteration":"ektréphō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5142 (τρέφω);","strongs_definition":"to rear up to maturity, i.e. (genitive case) to cherish or train","kjv_definition":"bring up, nourish"} +{"id":"G72","strongs_number":"G72","system":"greek","language":"greek","number_value":72,"lemma":"ἀγωγή","transliteration":"agōgḗ","pronunciation":null,"derivation":"reduplicated from G71 (ἄγω);","strongs_definition":"a bringing up, i.e. mode of living","kjv_definition":"manner of life"} +{"id":"G4916","strongs_number":"G4916","system":"greek","language":"greek","number_value":4916,"lemma":"συνθάπτω","transliteration":"syntháptō","pronunciation":null,"derivation":"from G4862 (σύν) and G2290 (θάπτω);","strongs_definition":"to inter in company with, i.e. (figuratively) to assimilate spiritually (to Christ by a sepulture as to sin)","kjv_definition":"bury with"} +{"id":"G4671","strongs_number":"G4671","system":"greek","language":"greek","number_value":4671,"lemma":"σοί","transliteration":"soí","pronunciation":null,"derivation":"dative case of G4771 (σύ);","strongs_definition":"to thee","kjv_definition":"thee, thine own, thou, thy"} +{"id":"G3983","strongs_number":"G3983","system":"greek","language":"greek","number_value":3983,"lemma":"πεινάω","transliteration":"peináō","pronunciation":null,"derivation":"from the same as G3993 (πένης) (through the idea of pinching toil;","strongs_definition":"\"pine\"); to famish (absolutely or comparatively); figuratively, to crave","kjv_definition":"be an hungered"} +{"id":"G4307","strongs_number":"G4307","system":"greek","language":"greek","number_value":4307,"lemma":"πρόνοια","transliteration":"prónoia","pronunciation":null,"derivation":"from G4306 (προνοέω);","strongs_definition":"forethought, i.e. provident care or supply","kjv_definition":"providence, provision"} +{"id":"G1993","strongs_number":"G1993","system":"greek","language":"greek","number_value":1993,"lemma":"ἐπιστομίζω","transliteration":"epistomízō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4750 (στόμα);","strongs_definition":"to put something over the mouth, i.e. (figuratively) to silence","kjv_definition":"stop mouths"} +{"id":"G3938","strongs_number":"G3938","system":"greek","language":"greek","number_value":3938,"lemma":"πάροδος","transliteration":"párodos","pronunciation":null,"derivation":"from G3844 (παρά) and G3598 (ὁδός);","strongs_definition":"a by-road, i.e. (actively) a route","kjv_definition":"way"} +{"id":"G4014","strongs_number":"G4014","system":"greek","language":"greek","number_value":4014,"lemma":"περιαιρέω","transliteration":"periairéō","pronunciation":null,"derivation":"from G4012 (περί) and G138 (αἱρέομαι) (including its alternate);","strongs_definition":"to remove all around, i.e. unveil, cast off (anchor); figuratively, to expiate","kjv_definition":"take away (up)"} +{"id":"G4220","strongs_number":"G4220","system":"greek","language":"greek","number_value":4220,"lemma":"πότερον","transliteration":"póteron","pronunciation":null,"derivation":"neuter of a comparative of the base of G4226 (ποῦ);","strongs_definition":"interrogative as adverb, which (of two), i.e. is it this or that","kjv_definition":"whether"} +{"id":"G3909","strongs_number":"G3909","system":"greek","language":"greek","number_value":3909,"lemma":"παρατυγχάνω","transliteration":"paratynchánō","pronunciation":null,"derivation":"from G3844 (παρά) and G5177 (τυγχάνω);","strongs_definition":"to chance near, i.e. fall in with","kjv_definition":"meet with"} +{"id":"G1645","strongs_number":"G1645","system":"greek","language":"greek","number_value":1645,"lemma":"ἐλαφρός","transliteration":"elaphrós","pronunciation":null,"derivation":"probably akin to G1643 (ἐλαύνω) and the base of G1640 (ἐλάσσων);","strongs_definition":"light, i.e. easy","kjv_definition":"light"} +{"id":"G1037","strongs_number":"G1037","system":"greek","language":"greek","number_value":1037,"lemma":"βυθός","transliteration":"bythós","pronunciation":null,"derivation":"a variation of G899 (βάθος);","strongs_definition":"depth, i.e. (by implication) the sea","kjv_definition":"deep"} +{"id":"G573","strongs_number":"G573","system":"greek","language":"greek","number_value":573,"lemma":"ἁπλοῦς","transliteration":"haploûs","pronunciation":null,"derivation":"probably from G1 (Α) (as a particle of union) and the base of G4120 (πλέκω);","strongs_definition":"properly, folded together, i.e. single (figuratively, clear)","kjv_definition":"single"} +{"id":"G4444","strongs_number":"G4444","system":"greek","language":"greek","number_value":4444,"lemma":"πύργος","transliteration":"pýrgos","pronunciation":null,"derivation":"apparently a primary word (\"burgh\");","strongs_definition":"a tower or castle","kjv_definition":"tower"} +{"id":"G5011","strongs_number":"G5011","system":"greek","language":"greek","number_value":5011,"lemma":"ταπεινός","transliteration":"tapeinós","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"depressed, i.e. (figuratively) humiliated (in circumstances or disposition)","kjv_definition":"base, cast down, humble, of low degree (estate), lowly"} +{"id":"G1219","strongs_number":"G1219","system":"greek","language":"greek","number_value":1219,"lemma":"δημόσιος","transliteration":"dēmósios","pronunciation":null,"derivation":"from G1218 (δῆμος);","strongs_definition":"public; (feminine singular dative case as adverb) in public","kjv_definition":"common, openly, publickly"} +{"id":"G4555","strongs_number":"G4555","system":"greek","language":"greek","number_value":4555,"lemma":"σάρδινος","transliteration":"sárdinos","pronunciation":null,"derivation":"from the same as G4556 (σάρδιος);","strongs_definition":"sardine (G3037 (λίθος) being implied), i.e. a gem, so called","kjv_definition":"sardine"} +{"id":"G433","strongs_number":"G433","system":"greek","language":"greek","number_value":433,"lemma":"ἀνήκω","transliteration":"anḗkō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2240 (ἥκω);","strongs_definition":"to attain to, i.e. (figuratively) be proper","kjv_definition":"convenient, be fit"} +{"id":"G128","strongs_number":"G128","system":"greek","language":"greek","number_value":128,"lemma":"Αἰθίοψ","transliteration":"Aithíops","pronunciation":null,"derivation":"from (to scorch) and (the face, from G3700 (ὀπτάνομαι));","strongs_definition":"an Æthiopian (as a blackamoor)","kjv_definition":"Ethiopian"} +{"id":"G3895","strongs_number":"G3895","system":"greek","language":"greek","number_value":3895,"lemma":"παραπίπτω","transliteration":"parapíptō","pronunciation":null,"derivation":"from G3844 (παρά) and G4098 (πίπτω);","strongs_definition":"to fall aside, i.e. (figuratively) to apostatize","kjv_definition":"fall away"} +{"id":"G2223","strongs_number":"G2223","system":"greek","language":"greek","number_value":2223,"lemma":"ζώνη","transliteration":"zṓnē","pronunciation":null,"derivation":"probably akin to the base of G2218 (ζυγός);","strongs_definition":"a belt; by implication, a pocket","kjv_definition":"girdle, purse"} +{"id":"G2059","strongs_number":"G2059","system":"greek","language":"greek","number_value":2059,"lemma":"ἑρμηνεύω","transliteration":"hermēneúō","pronunciation":null,"derivation":"from a presumed derivative of G2060 (Ἑρμῆς) (as the god of language);","strongs_definition":"to translate","kjv_definition":"interpret"} +{"id":"G5047","strongs_number":"G5047","system":"greek","language":"greek","number_value":5047,"lemma":"τελειότης","transliteration":"teleiótēs","pronunciation":null,"derivation":"from G5046 (τέλειος);","strongs_definition":"(the state) completeness (mentally or morally)","kjv_definition":"perfection(-ness)"} +{"id":"G3593","strongs_number":"G3593","system":"greek","language":"greek","number_value":3593,"lemma":"ὁδεύω","transliteration":"hodeúō","pronunciation":null,"derivation":"from G3598 (ὁδός);","strongs_definition":"to travel","kjv_definition":"journey"} +{"id":"G1547","strongs_number":"G1547","system":"greek","language":"greek","number_value":1547,"lemma":"ἐκγαμίζω","transliteration":"ekgamízō","pronunciation":null,"derivation":"from G1537 (ἐκ) and a form of G1061 (γαμίσκω) (compare G1548 (ἐκγαμίσκω));","strongs_definition":"to marry off a daughter","kjv_definition":"give in marriage"} +{"id":"G3052","strongs_number":"G3052","system":"greek","language":"greek","number_value":3052,"lemma":"λόγιος","transliteration":"lógios","pronunciation":null,"derivation":"from G3056 (λόγος);","strongs_definition":"fluent, i.e. an orator","kjv_definition":"eloquent"} +{"id":"G1471","strongs_number":"G1471","system":"greek","language":"greek","number_value":1471,"lemma":"ἔγκυος","transliteration":"énkyos","pronunciation":null,"derivation":"from G1722 (ἐν) and the base of G2949 (κῦμα);","strongs_definition":"swelling inside, i.e. pregnant","kjv_definition":"great with child"} +{"id":"G5424","strongs_number":"G5424","system":"greek","language":"greek","number_value":5424,"lemma":"φρήν","transliteration":"phrḗn","pronunciation":null,"derivation":"probably from an obsolete (to rein in or curb; compare G5420 (φράσσω));","strongs_definition":"the midrif (as a partition of the body), i.e. (figuratively and by implication, of sympathy) the feelings (or sensitive nature; by extension (also in the plural) the mind or cognitive faculties)","kjv_definition":"understanding"} +{"id":"G1939","strongs_number":"G1939","system":"greek","language":"greek","number_value":1939,"lemma":"ἐπιθυμία","transliteration":"epithymía","pronunciation":null,"derivation":"from G1937 (ἐπιθυμέω);","strongs_definition":"a longing (especially for what is forbidden)","kjv_definition":"concupiscence, desire, lust (after)"} +{"id":"G4314","strongs_number":"G4314","system":"greek","language":"greek","number_value":4314,"lemma":"πρός","transliteration":"prós","pronunciation":null,"derivation":"a strengthened form of G4253 (πρό);","strongs_definition":"a preposition of direction; forward to, i.e. toward (with the genitive case, the side of, i.e. pertaining to; with the dative case, by the side of, i.e. near to; usually with the accusative case, the place, time, occasion, or respect, which is the destination of the relation, i.e. whither or for which it is predicated)","kjv_definition":"about, according to , against, among, at, because of, before, between, (where-)by, for, X at thy house, in, for intent, nigh unto, of, which pertain to, that, to (the end that), X together, to (you) -ward, unto, with(-in)"} +{"id":"G379","strongs_number":"G379","system":"greek","language":"greek","number_value":379,"lemma":"ἀναπολόγητος","transliteration":"anapológētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G626 (ἀπολογέομαι);","strongs_definition":"indefensible","kjv_definition":"without an excuse, inexcusable"} +{"id":"G107","strongs_number":"G107","system":"greek","language":"greek","number_value":107,"lemma":"Ἀζώρ","transliteration":"Azṓr","pronunciation":null,"derivation":"of Hebrew origin (compare H05809);","strongs_definition":"Azor, an Israelite","kjv_definition":"Azorigin"} +{"id":"G791","strongs_number":"G791","system":"greek","language":"greek","number_value":791,"lemma":"ἀστεῖος","transliteration":"asteîos","pronunciation":null,"derivation":"from (a city);","strongs_definition":"urbane, i.e. (by implication) handsome","kjv_definition":"fair"} +{"id":"G5581","strongs_number":"G5581","system":"greek","language":"greek","number_value":5581,"lemma":"ψευδώνυμος","transliteration":"pseudṓnymos","pronunciation":null,"derivation":"from G5571 (ψευδής) and G3686 (ὄνομα);","strongs_definition":"untruly named","kjv_definition":"falsely so called"} +{"id":"G5329","strongs_number":"G5329","system":"greek","language":"greek","number_value":5329,"lemma":"Φάρες","transliteration":"Pháres","pronunciation":null,"derivation":"of Hebrew origin (H06557);","strongs_definition":"Phares (i.e. Perets), an Israelite","kjv_definition":"Phares"} +{"id":"G3755","strongs_number":"G3755","system":"greek","language":"greek","number_value":3755,"lemma":"ὅτου","transliteration":"hótou","pronunciation":null,"derivation":"for the genitive case of G3748 (ὅστις) (as adverb);","strongs_definition":"during which same time, i.e. whilst","kjv_definition":"whiles"} +{"id":"G290","strongs_number":"G290","system":"greek","language":"greek","number_value":290,"lemma":"ἀμπελών","transliteration":"ampelṓn","pronunciation":null,"derivation":"from G288 (ἄμπελος);","strongs_definition":"a vineyard","kjv_definition":"vineyard"} +{"id":"G1636","strongs_number":"G1636","system":"greek","language":"greek","number_value":1636,"lemma":"ἐλαία","transliteration":"elaía","pronunciation":null,"derivation":"feminine of a presumed derivative from an obsolete primary;","strongs_definition":"an olive (the tree or the fruit)","kjv_definition":"olive (berry, tree)"} +{"id":"G3439","strongs_number":"G3439","system":"greek","language":"greek","number_value":3439,"lemma":"μονογενής","transliteration":"monogenḗs","pronunciation":null,"derivation":"from G3441 (μόνος) and G1096 (γίνομαι);","strongs_definition":"only-born, i.e. sole","kjv_definition":"only (begotten, child)"} +{"id":"G4977","strongs_number":"G4977","system":"greek","language":"greek","number_value":4977,"lemma":"σχίζω","transliteration":"schízō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to split or sever (literally or figuratively)","kjv_definition":"break, divide, open, rend, make a rent"} +{"id":"G2315","strongs_number":"G2315","system":"greek","language":"greek","number_value":2315,"lemma":"θεόπνευστος","transliteration":"theópneustos","pronunciation":null,"derivation":"from G2316 (θεός) and a presumed derivative of G4154 (πνέω);","strongs_definition":"divinely breathed in","kjv_definition":"given by inspiration of God"} +{"id":"G2357","strongs_number":"G2357","system":"greek","language":"greek","number_value":2357,"lemma":"θρησκός","transliteration":"thrēskós","pronunciation":null,"derivation":"probably from the base of G2360 (θροέω);","strongs_definition":"ceremonious in worship (as demonstrative), i.e. pious","kjv_definition":"religious"} +{"id":"G2455","strongs_number":"G2455","system":"greek","language":"greek","number_value":2455,"lemma":"Ἰούδας","transliteration":"Ioúdas","pronunciation":null,"derivation":"of Hebrew origin (H03063);","strongs_definition":"Judas (i.e. Jehudah), the name of ten Israelites; also of the posterity of one of them and its region","kjv_definition":"Juda(-h, -s); Jude"} +{"id":"G2837","strongs_number":"G2837","system":"greek","language":"greek","number_value":2837,"lemma":"κοιμάω","transliteration":"koimáō","pronunciation":null,"derivation":"from G2749 (κεῖμαι);","strongs_definition":"to put to sleep, i.e. (passively or reflexively) to slumber; figuratively, to decease","kjv_definition":"(be a-, fall a-, fall on) sleep, be dead"} +{"id":"G5561","strongs_number":"G5561","system":"greek","language":"greek","number_value":5561,"lemma":"χώρα","transliteration":"chṓra","pronunciation":null,"derivation":"feminine of a derivative of the base of G5490 (χάσμα) through the idea of empty expanse;","strongs_definition":"room, i.e. a space of territory (more or less extensive; often including its inhabitants)","kjv_definition":"coast, county, fields, ground, land, region"} +{"id":"G4104","strongs_number":"G4104","system":"greek","language":"greek","number_value":4104,"lemma":"πιστόω","transliteration":"pistóō","pronunciation":null,"derivation":"from G4103 (πιστός);","strongs_definition":"to assure","kjv_definition":"assure of"} +{"id":"G828","strongs_number":"G828","system":"greek","language":"greek","number_value":828,"lemma":"Αὐγοῦστος","transliteration":"Augoûstos","pronunciation":null,"derivation":"from Latin (\"august\");","strongs_definition":"Augustus, a title of the Roman emperor","kjv_definition":"Augustus"} +{"id":"G1603","strongs_number":"G1603","system":"greek","language":"greek","number_value":1603,"lemma":"ἐκπληρόω","transliteration":"ekplēróō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4137 (πληρόω);","strongs_definition":"to accomplish entirely","kjv_definition":"fulfill"} +{"id":"G3551","strongs_number":"G3551","system":"greek","language":"greek","number_value":3551,"lemma":"νόμος","transliteration":"nómos","pronunciation":null,"derivation":"from a primary (to parcel out, especially food or grazing to animals);","strongs_definition":"law (through the idea of prescriptive usage), genitive case (regulation), specially, (of Moses (including the volume); also of the Gospel), or figuratively (a principle)","kjv_definition":"law"} +{"id":"G2407","strongs_number":"G2407","system":"greek","language":"greek","number_value":2407,"lemma":"ἱερατεύω","transliteration":"hierateúō","pronunciation":null,"derivation":"prolongation from G2409 (ἱερεύς);","strongs_definition":"to be a priest, i.e. perform his functions","kjv_definition":"execute the priest's office"} +{"id":"G3784","strongs_number":"G3784","system":"greek","language":"greek","number_value":3784,"lemma":"ὀφείλω","transliteration":"opheílō","pronunciation":null,"derivation":"probably from the base of G3786 (ὄφελος) (through the idea of accruing);","strongs_definition":"to owe (pecuniarily); figuratively, to be under obligation (ought, must, should); morally, to fail in duty","kjv_definition":"behove, be bound, (be) debt(-or), (be) due(-ty), be guilty (indebted), (must) need(-s), ought, owe, should"} +{"id":"G3042","strongs_number":"G3042","system":"greek","language":"greek","number_value":3042,"lemma":"λιμός","transliteration":"limós","pronunciation":null,"derivation":"probably from G3007 (λείπω) (through the idea of destitution);","strongs_definition":"a scarcity of food","kjv_definition":"dearth, famine, hunger"} +{"id":"G3639","strongs_number":"G3639","system":"greek","language":"greek","number_value":3639,"lemma":"ὄλεθρος","transliteration":"ólethros","pronunciation":null,"derivation":"from a primary (to destroy;","strongs_definition":"a prolonged form); ruin, i.e. death, punishment","kjv_definition":"destruction"} +{"id":"G3155","strongs_number":"G3155","system":"greek","language":"greek","number_value":3155,"lemma":"μάτην","transliteration":"mátēn","pronunciation":null,"derivation":"accusative case of a derivative of the base of G3145 (μασσάομαι) (through the idea of tentative manipulation, i.e. unsuccessful search, or else of punishment);","strongs_definition":"folly, i.e. (adverbially) to no purpose","kjv_definition":"in vain"} +{"id":"G721","strongs_number":"G721","system":"greek","language":"greek","number_value":721,"lemma":"ἀρνίον","transliteration":"arníon","pronunciation":null,"derivation":"diminutive from G704 (ἀρήν);","strongs_definition":"a lambkin","kjv_definition":"lamb"} +{"id":"G2800","strongs_number":"G2800","system":"greek","language":"greek","number_value":2800,"lemma":"κλάσις","transliteration":"klásis","pronunciation":null,"derivation":"from G2806 (κλάω);","strongs_definition":"fracture (the act)","kjv_definition":"breaking"} +{"id":"G2105","strongs_number":"G2105","system":"greek","language":"greek","number_value":2105,"lemma":"εὐδία","transliteration":"eudía","pronunciation":null,"derivation":"feminine from G2095 (εὖ) and the alternate of G2203 (Ζεύς) (as the god of the weather);","strongs_definition":"a clear sky, i.e. fine weather","kjv_definition":"fair weather"} +{"id":"G4062","strongs_number":"G4062","system":"greek","language":"greek","number_value":4062,"lemma":"περιτρέπω","transliteration":"peritrépō","pronunciation":null,"derivation":"from G4012 (περί) and the base of G5157 (τροπή);","strongs_definition":"to turn around, i.e. (mentally) to craze","kjv_definition":"+ make mad"} +{"id":"G5399","strongs_number":"G5399","system":"greek","language":"greek","number_value":5399,"lemma":"φοβέω","transliteration":"phobéō","pronunciation":null,"derivation":"from G5401 (φόβος);","strongs_definition":"to frighten, i.e. (passively) to be alarmed; by analogy, to be in awe of, i.e. revere","kjv_definition":"be (+ sore) afraid, fear (exceedingly), reverence"} +{"id":"G2021","strongs_number":"G2021","system":"greek","language":"greek","number_value":2021,"lemma":"ἐπιχειρέω","transliteration":"epicheiréō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5495 (χείρ);","strongs_definition":"to put the hand upon, i.e. undertake","kjv_definition":"go about, take in hand (upon)"} +{"id":"G4294","strongs_number":"G4294","system":"greek","language":"greek","number_value":4294,"lemma":"προκαταρτίζω","transliteration":"prokatartízō","pronunciation":null,"derivation":"from G4253 (πρό) and G2675 (καταρτίζω);","strongs_definition":"to prepare in advance","kjv_definition":"make up beforehand"} +{"id":"G4766","strongs_number":"G4766","system":"greek","language":"greek","number_value":4766,"lemma":"στρώννυμι","transliteration":"strṓnnymi","pronunciation":null,"derivation":"prolongation from a still simpler , (used only as an alternate in certain tenses) (probably akin to G4731 (στερεός) through the idea of positing);","strongs_definition":"to \"strew,\" i.e. spread (as a carpet or couch)","kjv_definition":"make bed, furnish, spread, strew"} +{"id":"G4881","strongs_number":"G4881","system":"greek","language":"greek","number_value":4881,"lemma":"συναπόλλυμι","transliteration":"synapóllymi","pronunciation":null,"derivation":"from G4862 (σύν) and G622 (ἀπόλλυμι);","strongs_definition":"to destroy (middle voice or passively, be slain) in company with","kjv_definition":"perish with"} +{"id":"G2686","strongs_number":"G2686","system":"greek","language":"greek","number_value":2686,"lemma":"κατασοφίζομαι","transliteration":"katasophízomai","pronunciation":null,"derivation":"middle voice from G2596 (κατά) and G4679 (σοφίζω);","strongs_definition":"to be crafty against, i.e. circumvent","kjv_definition":"deal subtilly with"} +{"id":"G1340","strongs_number":"G1340","system":"greek","language":"greek","number_value":1340,"lemma":"διϊσχυρίζομαι","transliteration":"diïschyrízomai","pronunciation":null,"derivation":"from G1223 (διά) and a derivative of G2478 (ἰσχυρός);","strongs_definition":"to stout it through, i.e. asservate","kjv_definition":"confidently (constantly) affirm"} +{"id":"G4008","strongs_number":"G4008","system":"greek","language":"greek","number_value":4008,"lemma":"πέραν","transliteration":"péran","pronunciation":null,"derivation":"apparently accusative case of an obsolete derivative of (to \"pierce\");","strongs_definition":"through (as adverb or preposition), i.e. across","kjv_definition":"beyond, farther (other) side, over"} +{"id":"G2992","strongs_number":"G2992","system":"greek","language":"greek","number_value":2992,"lemma":"λαός","transliteration":"laós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a people (in general; thus differing from G1218 (δῆμος), which denotes one's own populace)","kjv_definition":"people"} +{"id":"G1779","strongs_number":"G1779","system":"greek","language":"greek","number_value":1779,"lemma":"ἐνταφιάζω","transliteration":"entaphiázō","pronunciation":null,"derivation":"from a compound of G1722 (ἐν) and G5028 (τάφος);","strongs_definition":"to inswathe with cerements for interment","kjv_definition":"bury"} +{"id":"G2245","strongs_number":"G2245","system":"greek","language":"greek","number_value":2245,"lemma":"ἡλίκος","transliteration":"hēlíkos","pronunciation":null,"derivation":"from (a comrade, i.e. one of the same age);","strongs_definition":"as big as, i.e. (interjectively) how much","kjv_definition":"how (what) great"} +{"id":"G4124","strongs_number":"G4124","system":"greek","language":"greek","number_value":4124,"lemma":"πλεονεξία","transliteration":"pleonexía","pronunciation":null,"derivation":"from G4123 (πλεονέκτης);","strongs_definition":"avarice, i.e. (by implication) fraudulency, extortion","kjv_definition":"covetous(-ness) practices, greediness"} +{"id":"G5168","strongs_number":"G5168","system":"greek","language":"greek","number_value":5168,"lemma":"τρυμαλιά","transliteration":"trymaliá","pronunciation":null,"derivation":"from a derivative of (to wear away;","strongs_definition":"akin to the base of G5134 (τραῦμα), G5147 (τρίβος) and G5176 (τρώγω)); an orifice, i.e. needle's eye","kjv_definition":"eye"} +{"id":"G3657","strongs_number":"G3657","system":"greek","language":"greek","number_value":3657,"lemma":"ὁμιλία","transliteration":"homilía","pronunciation":null,"derivation":"from G3658 (ὅμιλος);","strongs_definition":"companionship (\"homily\"), i.e. (by implication) intercourse","kjv_definition":"communication"} +{"id":"G1016","strongs_number":"G1016","system":"greek","language":"greek","number_value":1016,"lemma":"βοῦς","transliteration":"boûs","pronunciation":null,"derivation":"probably from the base of G1006 (βόσκω);","strongs_definition":"an ox (as grazing), i.e. an animal of that species (\"beef\")","kjv_definition":"ox"} +{"id":"G4383","strongs_number":"G4383","system":"greek","language":"greek","number_value":4383,"lemma":"πρόσωπον","transliteration":"prósōpon","pronunciation":null,"derivation":"from G4314 (πρός) and (the visage, from G3700 (ὀπτάνομαι));","strongs_definition":"the front (as being towards view), i.e. the countenance, aspect, appearance, surface; by implication, presence, person","kjv_definition":"(outward) appearance, X before, countenance, face, fashion, (men's) person, presence"} +{"id":"G1575","strongs_number":"G1575","system":"greek","language":"greek","number_value":1575,"lemma":"ἐκκλάω","transliteration":"ekkláō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2806 (κλάω);","strongs_definition":"to exscind","kjv_definition":"break off"} +{"id":"G2085","strongs_number":"G2085","system":"greek","language":"greek","number_value":2085,"lemma":"ἑτεροδιδασκαλέω","transliteration":"heterodidaskaléō","pronunciation":null,"derivation":"from G2087 (ἕτερος) and G1320 (διδάσκαλος);","strongs_definition":"to instruct differently","kjv_definition":"teach other doctrine(-wise)"} +{"id":"G4609","strongs_number":"G4609","system":"greek","language":"greek","number_value":4609,"lemma":"Σίλας","transliteration":"Sílas","pronunciation":null,"derivation":"contraction for G4610 (Σιλουανός);","strongs_definition":"Silas, a Christian","kjv_definition":"Silas"} +{"id":"G340","strongs_number":"G340","system":"greek","language":"greek","number_value":340,"lemma":"ἀνακαινίζω","transliteration":"anakainízō","pronunciation":null,"derivation":"from G303 (ἀνά) and a derivative of G2537 (καινός);","strongs_definition":"to restore","kjv_definition":"renew"} +{"id":"G4224","strongs_number":"G4224","system":"greek","language":"greek","number_value":4224,"lemma":"πότος","transliteration":"pótos","pronunciation":null,"derivation":"from the alternate of G4095 (πίνω);","strongs_definition":"a drinking-bout or carousal","kjv_definition":"banqueting"} +{"id":"G1072","strongs_number":"G1072","system":"greek","language":"greek","number_value":1072,"lemma":"γεμίζω","transliteration":"gemízō","pronunciation":null,"derivation":"transitive from G1073 (γέμω);","strongs_definition":"to fill entirely","kjv_definition":"fill (be) full"} +{"id":"G3010","strongs_number":"G3010","system":"greek","language":"greek","number_value":3010,"lemma":"λειτουργικός","transliteration":"leitourgikós","pronunciation":null,"derivation":"from the same as G3008 (λειτουργέω);","strongs_definition":"functional publicly (\"liturgic\"); i.e. beneficient","kjv_definition":"ministering"} +{"id":"G2278","strongs_number":"G2278","system":"greek","language":"greek","number_value":2278,"lemma":"ἠχέω","transliteration":"ēchéō","pronunciation":null,"derivation":"from G2279 (ἦχος);","strongs_definition":"to make a loud noise, i.e. reverberate","kjv_definition":"roar, sound"} +{"id":"G3795","strongs_number":"G3795","system":"greek","language":"greek","number_value":3795,"lemma":"ὀψάριον","transliteration":"opsárion","pronunciation":null,"derivation":"neuter of a presumed derivative of the base of G3702 (ὀπτός);","strongs_definition":"a relish to other food (as if cooked sauce), i.e. (specially), fish (presumably salted and dried as a condiment)","kjv_definition":"fish"} +{"id":"G3945","strongs_number":"G3945","system":"greek","language":"greek","number_value":3945,"lemma":"παρομοιάζω","transliteration":"paromoiázō","pronunciation":null,"derivation":"from G3946 (παρόμοιος);","strongs_definition":"to resemble","kjv_definition":"be like unto"} +{"id":"G432","strongs_number":"G432","system":"greek","language":"greek","number_value":432,"lemma":"ἄνηθον","transliteration":"ánēthon","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"dill","kjv_definition":"anise"} +{"id":"G996","strongs_number":"G996","system":"greek","language":"greek","number_value":996,"lemma":"βοήθεια","transliteration":"boḗtheia","pronunciation":null,"derivation":"from G998 (βοηθός);","strongs_definition":"aid; specially, a rope or chain for frapping a vessel","kjv_definition":"help"} +{"id":"G5290","strongs_number":"G5290","system":"greek","language":"greek","number_value":5290,"lemma":"ὑποστρέφω","transliteration":"hypostréphō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G4762 (στρέφω);","strongs_definition":"to turn under (behind), i.e. to return (literally or figuratively)","kjv_definition":"come again, return (again, back again), turn back (again)"} +{"id":"G720","strongs_number":"G720","system":"greek","language":"greek","number_value":720,"lemma":"ἀρνέομαι","transliteration":"arnéomai","pronunciation":null,"derivation":"perhaps from G1 (Α) (as a negative particle) and the middle voice of G4483 (ῥέω);","strongs_definition":"to contradict, i.e. disavow, reject, abnegate","kjv_definition":"deny, refuse"} +{"id":"G3529","strongs_number":"G3529","system":"greek","language":"greek","number_value":3529,"lemma":"νίκη","transliteration":"níkē","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"conquest (abstractly), i.e. (figuratively) the means of success","kjv_definition":"victory"} +{"id":"G459","strongs_number":"G459","system":"greek","language":"greek","number_value":459,"lemma":"ἄνομος","transliteration":"ánomos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3551 (νόμος);","strongs_definition":"lawless, i.e. (negatively) not subject to (the Jewish) law; (by implication, a Gentile), or (positively) wicked","kjv_definition":"without law, lawless, transgressor, unlawful, wicked"} +{"id":"G2269","strongs_number":"G2269","system":"greek","language":"greek","number_value":2269,"lemma":"Ἠσαῦ","transliteration":"Ēsaû","pronunciation":null,"derivation":"of Hebrew origin (H06215);","strongs_definition":"Esau, an Edomite","kjv_definition":"Esau"} +{"id":"G1021","strongs_number":"G1021","system":"greek","language":"greek","number_value":1021,"lemma":"βραδύς","transliteration":"bradýs","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"slow; figuratively, dull","kjv_definition":"slow"} +{"id":"G1911","strongs_number":"G1911","system":"greek","language":"greek","number_value":1911,"lemma":"ἐπιβάλλω","transliteration":"epibállō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G906 (βάλλω);","strongs_definition":"to throw upon (literal or figurative, transitive or reflexive; usually with more or less force); specially (with G1438 (ἑαυτοῦ) implied) to reflect; impersonally, to belong to","kjv_definition":"beat into, cast (up-)on, fall, lay (on), put (unto), stretch forth, think on"} +{"id":"G3514","strongs_number":"G3514","system":"greek","language":"greek","number_value":3514,"lemma":"νήθω","transliteration":"nḗthō","pronunciation":null,"derivation":"from (of like meaning);","strongs_definition":"to spin","kjv_definition":"spin"} +{"id":"G4044","strongs_number":"G4044","system":"greek","language":"greek","number_value":4044,"lemma":"περιπείρω","transliteration":"peripeírō","pronunciation":null,"derivation":"from G4012 (περί) and the base of G4008 (πέραν);","strongs_definition":"to penetrate entirely, i.e. transfix (figuratively)","kjv_definition":"pierce through"} +{"id":"G3592","strongs_number":"G3592","system":"greek","language":"greek","number_value":3592,"lemma":"ὅδε","transliteration":"hóde","pronunciation":null,"derivation":"from G3588 (ὁ) and G1161 (δέ);","strongs_definition":"the same, i.e. this or that one (plural these or those); often used as a personal pronoun","kjv_definition":"he, she, such, these, thus"} +{"id":"G236","strongs_number":"G236","system":"greek","language":"greek","number_value":236,"lemma":"ἀλλάσσω","transliteration":"allássō","pronunciation":null,"derivation":"from G243 (ἄλλος);","strongs_definition":"to make different","kjv_definition":"change"} +{"id":"G2112","strongs_number":"G2112","system":"greek","language":"greek","number_value":2112,"lemma":"εὐθέως","transliteration":"euthéōs","pronunciation":null,"derivation":"adverb from G2117 (εὐθύς);","strongs_definition":"directly, i.e. at once or soon","kjv_definition":"anon, as soon as, forthwith, immediately, shortly, straightway"} +{"id":"G3960","strongs_number":"G3960","system":"greek","language":"greek","number_value":3960,"lemma":"πατάσσω","transliteration":"patássō","pronunciation":null,"derivation":"probably prolongation from G3817 (παίω);","strongs_definition":"to knock (gently or with a weapon or fatally)","kjv_definition":"smite, strike"} +{"id":"G367","strongs_number":"G367","system":"greek","language":"greek","number_value":367,"lemma":"Ἀνανίας","transliteration":"Ananías","pronunciation":null,"derivation":"of Hebrew origin (H02608);","strongs_definition":"Ananias, the name of three Israelites","kjv_definition":"Ananias"} +{"id":"G2691","strongs_number":"G2691","system":"greek","language":"greek","number_value":2691,"lemma":"καταστρηνιάω","transliteration":"katastrēniáō","pronunciation":null,"derivation":"from G2596 (κατά) and G4763 (στρηνιάω);","strongs_definition":"to become voluptuous against","kjv_definition":"begin to wax wanton against"} +{"id":"G2355","strongs_number":"G2355","system":"greek","language":"greek","number_value":2355,"lemma":"θρῆνος","transliteration":"thrēnos","pronunciation":null,"derivation":"from the base of G2360 (θροέω);","strongs_definition":"wailing","kjv_definition":"lamentation"} +{"id":"G3368","strongs_number":"G3368","system":"greek","language":"greek","number_value":3368,"lemma":"μηδέποτε","transliteration":"mēdépote","pronunciation":null,"derivation":"from G3366 (μηδέ) and G4218 (ποτέ);","strongs_definition":"not even ever","kjv_definition":"never"} +{"id":"G2083","strongs_number":"G2083","system":"greek","language":"greek","number_value":2083,"lemma":"ἑταῖρος","transliteration":"hetaîros","pronunciation":null,"derivation":"from (a clansman);","strongs_definition":"a comrade","kjv_definition":"fellow, friend"} +{"id":"G3937","strongs_number":"G3937","system":"greek","language":"greek","number_value":3937,"lemma":"Παρμενᾶς","transliteration":"Parmenâs","pronunciation":null,"derivation":"probably by contraction for (a derivative of a compound of G3844 (παρά) and G3306 (μένω));","strongs_definition":"constant; Parmenas, a Christian","kjv_definition":"Parmenas"} +{"id":"G4210","strongs_number":"G4210","system":"greek","language":"greek","number_value":4210,"lemma":"πορφυροῦς","transliteration":"porphyroûs","pronunciation":null,"derivation":"from G4209 (πορφύρα);","strongs_definition":"purpureal, i.e. bluish red","kjv_definition":"purple"} +{"id":"G3765","strongs_number":"G3765","system":"greek","language":"greek","number_value":3765,"lemma":"οὐκέτι","transliteration":"oukéti","pronunciation":null,"derivation":"from G3756 (οὐ) and G2089 (ἔτι);","strongs_definition":"not yet, no longer","kjv_definition":"after that (not), (not) any more, henceforth (hereafter) not, no longer (more), not as yet (now), now no more (not), yet (not)"} +{"id":"G5130","strongs_number":"G5130","system":"greek","language":"greek","number_value":5130,"lemma":"τούτων","transliteration":"toútōn","pronunciation":null,"derivation":"genitive case plural masculine or neuter of G3778 (οὗτος);","strongs_definition":"of (from or concerning) these (persons or things)","kjv_definition":"such, their, these (things), they, this sort, those"} +{"id":"G681","strongs_number":"G681","system":"greek","language":"greek","number_value":681,"lemma":"ἅπτω","transliteration":"háptō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"properly, to fasten to, i.e. (specially) to set on fire","kjv_definition":"kindle, light"} +{"id":"G3988","strongs_number":"G3988","system":"greek","language":"greek","number_value":3988,"lemma":"πεισμονή","transliteration":"peismonḗ","pronunciation":null,"derivation":"from a presumed derivative of G3982 (πείθω);","strongs_definition":"persuadableness, i.e. credulity","kjv_definition":"persuasion"} +{"id":"G623","strongs_number":"G623","system":"greek","language":"greek","number_value":623,"lemma":"Ἀπολλύων","transliteration":"Apollýōn","pronunciation":null,"derivation":"active participle of G622 (ἀπόλλυμι);","strongs_definition":"a destroyer (i.e. Satan)","kjv_definition":"Apollyon"} +{"id":"G3577","strongs_number":"G3577","system":"greek","language":"greek","number_value":3577,"lemma":"νῶτος","transliteration":"nōtos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"the back","kjv_definition":"back"} +{"id":"G88","strongs_number":"G88","system":"greek","language":"greek","number_value":88,"lemma":"ἀδιάλειπτος","transliteration":"adiáleiptos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of a compound of G1223 (διά) and G3007 (λείπω);","strongs_definition":"unintermitted, i.e. permanent","kjv_definition":"without ceasing, continual"} +{"id":"G1749","strongs_number":"G1749","system":"greek","language":"greek","number_value":1749,"lemma":"ἔνεδρον","transliteration":"énedron","pronunciation":null,"derivation":"neuter of the same as G1747 (ἐνέδρα);","strongs_definition":"an ambush, i.e. (figuratively) murderous design","kjv_definition":"lying in wait"} +{"id":"G5167","strongs_number":"G5167","system":"greek","language":"greek","number_value":5167,"lemma":"τρυγών","transliteration":"trygṓn","pronunciation":null,"derivation":"from (to murmur;","strongs_definition":"akin to G5149 (τρίζω), but denoting a duller sound); a turtle-dove (as cooing)","kjv_definition":"turtle-dove"} +{"id":"G180","strongs_number":"G180","system":"greek","language":"greek","number_value":180,"lemma":"ἀκατάπαυστος","transliteration":"akatápaustos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G2664 (καταπαύω);","strongs_definition":"unrefraining","kjv_definition":"that cannot cease"} +{"id":"G4621","strongs_number":"G4621","system":"greek","language":"greek","number_value":4621,"lemma":"σῖτος","transliteration":"sîtos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"grain, especially wheat","kjv_definition":"corn, wheat"} +{"id":"G5060","strongs_number":"G5060","system":"greek","language":"greek","number_value":5060,"lemma":"Τέρτιος","transliteration":"Tértios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"third; Tertius, a Christian","kjv_definition":"Tertius"} +{"id":"G3474","strongs_number":"G3474","system":"greek","language":"greek","number_value":3474,"lemma":"μωρός","transliteration":"mōrós","pronunciation":null,"derivation":"probably from the base of G3466 (μυστήριον);","strongs_definition":"dull or stupid (as if shut up), i.e. heedless, (morally) blockhead, (apparently) absurd","kjv_definition":"fool(-ish, X -ishness)"} +{"id":"G1187","strongs_number":"G1187","system":"greek","language":"greek","number_value":1187,"lemma":"δεξιολάβος","transliteration":"dexiolábos","pronunciation":null,"derivation":"from G1188 (δεξιός) and G2983 (λαμβάνω);","strongs_definition":"a guardsman (as if taking the right) or light-armed soldier","kjv_definition":"spearman"} +{"id":"G1027","strongs_number":"G1027","system":"greek","language":"greek","number_value":1027,"lemma":"βροντή","transliteration":"brontḗ","pronunciation":null,"derivation":"akin to (to roar);","strongs_definition":"thunder","kjv_definition":"thunder(-ing)"} +{"id":"G2578","strongs_number":"G2578","system":"greek","language":"greek","number_value":2578,"lemma":"κάμπτω","transliteration":"kámptō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to bend","kjv_definition":"bow"} +{"id":"G467","strongs_number":"G467","system":"greek","language":"greek","number_value":467,"lemma":"ἀνταποδίδωμι","transliteration":"antapodídōmi","pronunciation":null,"derivation":"from G473 (ἀντί) and G591 (ἀποδίδωμι);","strongs_definition":"to requite (good or evil)","kjv_definition":"recompense, render, repay"} +{"id":"G725","strongs_number":"G725","system":"greek","language":"greek","number_value":725,"lemma":"ἁρπαγμός","transliteration":"harpagmós","pronunciation":null,"derivation":"from G726 (ἁρπάζω);","strongs_definition":"plunder (properly concrete)","kjv_definition":"robbery"} +{"id":"G3412","strongs_number":"G3412","system":"greek","language":"greek","number_value":3412,"lemma":"Μιτυλήνη","transliteration":"Mitylḗnē","pronunciation":null,"derivation":"for (abounding in shellfish);","strongs_definition":"Mitylene (or Mytilene), a town on the island of Lesbos","kjv_definition":"Mitylene"} +{"id":"G5463","strongs_number":"G5463","system":"greek","language":"greek","number_value":5463,"lemma":"χαίρω","transliteration":"chaírō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to be \"cheer\"ful, i.e. calmly happy or well-off; impersonally, especially as salutation (on meeting or parting), be well","kjv_definition":"farewell, be glad, God speed, greeting, hall, joy(- fully), rejoice"} +{"id":"G2645","strongs_number":"G2645","system":"greek","language":"greek","number_value":2645,"lemma":"κατάλοιπος","transliteration":"katáloipos","pronunciation":null,"derivation":"from G2596 (κατά) and G3062 (λοιποί);","strongs_definition":"left down (behind), i.e remaining (plural the rest)","kjv_definition":"residue"} +{"id":"G5220","strongs_number":"G5220","system":"greek","language":"greek","number_value":5220,"lemma":"ὕπανδρος","transliteration":"hýpandros","pronunciation":null,"derivation":"from G5259 (ὑπό) and G435 (ἀνήρ);","strongs_definition":"in subjection under a man, i.e. a married woman","kjv_definition":"which hath an husband"} +{"id":"G484","strongs_number":"G484","system":"greek","language":"greek","number_value":484,"lemma":"ἀντίληψις","transliteration":"antílēpsis","pronunciation":null,"derivation":"from G482 (ἀντιλαμβάνομαι);","strongs_definition":"relief","kjv_definition":"help"} +{"id":"G5571","strongs_number":"G5571","system":"greek","language":"greek","number_value":5571,"lemma":"ψευδής","transliteration":"pseudḗs","pronunciation":null,"derivation":"from G5574 (ψεύδομαι);","strongs_definition":"untrue, i.e. erroneous, deceitful, wicked","kjv_definition":"false, liar"} +{"id":"G1612","strongs_number":"G1612","system":"greek","language":"greek","number_value":1612,"lemma":"ἐκστρέφω","transliteration":"ekstréphō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4762 (στρέφω);","strongs_definition":"to pervert (figuratively)","kjv_definition":"subvert"} +{"id":"G492","strongs_number":"G492","system":"greek","language":"greek","number_value":492,"lemma":"ἀντιπαρέρχομαι","transliteration":"antiparérchomai","pronunciation":null,"derivation":"from G473 (ἀντί) and G3928 (παρέρχομαι);","strongs_definition":"to go along opposite","kjv_definition":"pass by on the other side"} +{"id":"G4578","strongs_number":"G4578","system":"greek","language":"greek","number_value":4578,"lemma":"σεισμός","transliteration":"seismós","pronunciation":null,"derivation":"from G4579 (σείω);","strongs_definition":"a commotion, i.e. (of the air) a gale, (of the ground) an earthquake","kjv_definition":"earthquake, tempest"} +{"id":"G2451","strongs_number":"G2451","system":"greek","language":"greek","number_value":2451,"lemma":"Ἰουδαϊκός","transliteration":"Ioudaïkós","pronunciation":null,"derivation":"from G2453 (Ἰουδαῖος);","strongs_definition":"Judaïc, i.e. resembling a Judæan","kjv_definition":"Jewish"} +{"id":"G3727","strongs_number":"G3727","system":"greek","language":"greek","number_value":3727,"lemma":"ὅρκος","transliteration":"hórkos","pronunciation":null,"derivation":"from (a fence;","strongs_definition":"perhaps akin to G3725 (ὅριον)); a limit, i.e. (sacred) restraint (specially, an oath)","kjv_definition":"oath"} +{"id":"G1375","strongs_number":"G1375","system":"greek","language":"greek","number_value":1375,"lemma":"διωγμός","transliteration":"diōgmós","pronunciation":null,"derivation":"from G1377 (διώκω);","strongs_definition":"persecution","kjv_definition":"persecution"} +{"id":"G2447","strongs_number":"G2447","system":"greek","language":"greek","number_value":2447,"lemma":"ἰός","transliteration":"iós","pronunciation":null,"derivation":"perhaps from (to go) or (to send);","strongs_definition":"rust (as if emitted by metals); also venom (as emitted by serpents)","kjv_definition":"poison, rust"} +{"id":"G208","strongs_number":"G208","system":"greek","language":"greek","number_value":208,"lemma":"ἀκυρόω","transliteration":"akyróō","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2964 (κυρόω);","strongs_definition":"to invalidate","kjv_definition":"disannul, make of none effect"} +{"id":"G1793","strongs_number":"G1793","system":"greek","language":"greek","number_value":1793,"lemma":"ἐντυγχάνω","transliteration":"entynchánō","pronunciation":null,"derivation":"from G1722 (ἐν) and G5177 (τυγχάνω);","strongs_definition":"to chance upon, i.e. (by implication) confer with; by extension to entreat (in favor or against)","kjv_definition":"deal with, make intercession"} +{"id":"G814","strongs_number":"G814","system":"greek","language":"greek","number_value":814,"lemma":"ἀτάκτως","transliteration":"atáktōs","pronunciation":null,"derivation":"adverb from G813 (ἄτακτος), irregularly (morally)","strongs_definition":null,"kjv_definition":"disorderly"} +{"id":"G5600","strongs_number":"G5600","system":"greek","language":"greek","number_value":5600,"lemma":"ὦ","transliteration":"ō","pronunciation":null,"derivation":"the subjunctive of G1510 (εἰμί);","strongs_definition":"(may, might, can, could, would, should, must, etc.; also with G1487 (εἰ) and its comparative, as well as with other particles) be","kjv_definition":"+ appear, are, (may, might, should) be, X have, is, + pass the flower of her age, should stand, were"} +{"id":"G4263","strongs_number":"G4263","system":"greek","language":"greek","number_value":4263,"lemma":"πρόβατον","transliteration":"próbaton","pronunciation":null,"derivation":"probably neuter of a presumed derivative of G4260 (προβαίνω);","strongs_definition":"something that walks forward (a quadruped), i.e. (specially), a sheep (literally or figuratively)","kjv_definition":"sheep(-fold)"} +{"id":"G788","strongs_number":"G788","system":"greek","language":"greek","number_value":788,"lemma":"ἆσσον","transliteration":"âsson","pronunciation":null,"derivation":"neuter comparative of the base of G1451 (ἐγγύς);","strongs_definition":"more nearly, i.e. very near","kjv_definition":"close"} +{"id":"G4498","strongs_number":"G4498","system":"greek","language":"greek","number_value":4498,"lemma":"Ῥόδη","transliteration":"Rhódē","pronunciation":null,"derivation":"probably for rhode (a rose);","strongs_definition":"Rode, a servant girl","kjv_definition":"Rhoda"} +{"id":"G4391","strongs_number":"G4391","system":"greek","language":"greek","number_value":4391,"lemma":"προϋπάρχω","transliteration":"proÿpárchō","pronunciation":null,"derivation":"from G4253 (πρό) and G5225 (ὑπάρχω);","strongs_definition":"to exist before, i.e. (adverbially) to be or do something previously","kjv_definition":"+ be before(-time)"} +{"id":"G2723","strongs_number":"G2723","system":"greek","language":"greek","number_value":2723,"lemma":"κατηγορέω","transliteration":"katēgoréō","pronunciation":null,"derivation":"from G2725 (κατήγορος);","strongs_definition":"to be a plaintiff, i.e. to charge with some offence","kjv_definition":"accuse, object"} +{"id":"G1175","strongs_number":"G1175","system":"greek","language":"greek","number_value":1175,"lemma":"δεισιδαιμονία","transliteration":"deisidaimonía","pronunciation":null,"derivation":"from the same as G1174 (δεισιδαιμονέστερος);","strongs_definition":"religion","kjv_definition":"superstition"} +{"id":"G3452","strongs_number":"G3452","system":"greek","language":"greek","number_value":3452,"lemma":"μυελός","transliteration":"myelós","pronunciation":null,"derivation":"perhaps a primary word;","strongs_definition":"the marrow","kjv_definition":"marrow"} +{"id":"G2161","strongs_number":"G2161","system":"greek","language":"greek","number_value":2161,"lemma":"Εὔτυχος","transliteration":"Eútychos","pronunciation":null,"derivation":"from G2095 (εὖ) and a derivative of G5177 (τυγχάνω);","strongs_definition":"well- fated, i.e. fortunate; Eutychus, a young man","kjv_definition":"Eutychus"} +{"id":"G2374","strongs_number":"G2374","system":"greek","language":"greek","number_value":2374,"lemma":"θύρα","transliteration":"thýra","pronunciation":null,"derivation":"apparently a primary word (compare \"door\");","strongs_definition":"a portal or entrance (the opening or the closure, literally or figuratively)","kjv_definition":"door, gate"} +{"id":"G3961","strongs_number":"G3961","system":"greek","language":"greek","number_value":3961,"lemma":"πατέω","transliteration":"patéō","pronunciation":null,"derivation":"from a derivative probably of G3817 (παίω) (meaning a \"path\");","strongs_definition":"to trample (literally or figuratively)","kjv_definition":"tread (down, under foot)"} +{"id":"G677","strongs_number":"G677","system":"greek","language":"greek","number_value":677,"lemma":"ἀπρόσκοπος","transliteration":"apróskopos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G4350 (προσκόπτω);","strongs_definition":"actively, inoffensive, i.e. not leading into sin; passively, faultless, i.e. not led into sin","kjv_definition":"none (void of, without) offence"} +{"id":"G321","strongs_number":"G321","system":"greek","language":"greek","number_value":321,"lemma":"ἀνάγω","transliteration":"anágō","pronunciation":null,"derivation":"from G303 (ἀνά) and G71 (ἄγω);","strongs_definition":"to lead up; by extension to bring out; specially, to sail away","kjv_definition":"bring (again, forth, up again), depart, launch (forth), lead (up), loose, offer, sail, set forth, take up"} +{"id":"G1316","strongs_number":"G1316","system":"greek","language":"greek","number_value":1316,"lemma":"διαχωρίζομαι","transliteration":"diachōrízomai","pronunciation":null,"derivation":"from G1223 (διά) and the middle voice of G5563 (χωρίζω);","strongs_definition":"to remove (oneself) wholly, i.e. retire","kjv_definition":"depart"} +{"id":"G4537","strongs_number":"G4537","system":"greek","language":"greek","number_value":4537,"lemma":"σαλπίζω","transliteration":"salpízō","pronunciation":null,"derivation":"from G4536 (σάλπιγξ);","strongs_definition":"to trumpet, i.e. sound a blast (literally or figuratively)","kjv_definition":"(which are yet to) sound (a trumpet)"} +{"id":"G836","strongs_number":"G836","system":"greek","language":"greek","number_value":836,"lemma":"αὐλός","transliteration":"aulós","pronunciation":null,"derivation":"from the same as G109 (ἀήρ);","strongs_definition":"a flute (as blown)","kjv_definition":"pipe"} +{"id":"G3674","strongs_number":"G3674","system":"greek","language":"greek","number_value":3674,"lemma":"ὁμοῦ","transliteration":"homoû","pronunciation":null,"derivation":"genitive case of (the same;","strongs_definition":"akin to G260 (ἅμα)) as adverb; at the same place or time","kjv_definition":"together"} +{"id":"G3091","strongs_number":"G3091","system":"greek","language":"greek","number_value":3091,"lemma":"Λώτ","transliteration":"Lṓt","pronunciation":null,"derivation":"of Hebrew origin (H03876);","strongs_definition":"Lot, a patriarch","kjv_definition":"Lot"} +{"id":"G2889","strongs_number":"G2889","system":"greek","language":"greek","number_value":2889,"lemma":"κόσμος","transliteration":"kósmos","pronunciation":null,"derivation":"probably from the base of G2865 (κομίζω);","strongs_definition":"orderly arrangement, i.e. decoration; by implication, the world (in a wide or narrow sense, including its inhabitants, literally or figuratively (morally))","kjv_definition":"adorning, world"} +{"id":"G5535","strongs_number":"G5535","system":"greek","language":"greek","number_value":5535,"lemma":"χρῄζω","transliteration":"chrḗizō","pronunciation":null,"derivation":"from G5532 (χρεία);","strongs_definition":"to make (i.e. have) necessity, i.e. be in want of","kjv_definition":"(have) need"} +{"id":"G5321","strongs_number":"G5321","system":"greek","language":"greek","number_value":5321,"lemma":"φανέρωσις","transliteration":"phanérōsis","pronunciation":null,"derivation":"from G5319 (φανερόω);","strongs_definition":"exhibition, i.e. (figuratively) expression, (by extension) a bestowment","kjv_definition":"manifestation"} +{"id":"G2193","strongs_number":"G2193","system":"greek","language":"greek","number_value":2193,"lemma":"ἕως","transliteration":"héōs","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a conjunction, preposition and adverb of continuance, until (of time and place)","kjv_definition":"even (until, unto), (as) far (as), how long, (un-)til(-l), (hither-, un-, up) to, while(-s)"} +{"id":"G113","strongs_number":"G113","system":"greek","language":"greek","number_value":113,"lemma":"ἄθεσμος","transliteration":"áthesmos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G5087 (τίθημι) (in the sense of enacting);","strongs_definition":"lawless, i.e. (by implication) criminal","kjv_definition":"wicked"} +{"id":"G5110","strongs_number":"G5110","system":"greek","language":"greek","number_value":5110,"lemma":"τόκος","transliteration":"tókos","pronunciation":null,"derivation":"from the base of G5088 (τίκτω);","strongs_definition":"interest on money loaned (as a produce)","kjv_definition":"usury"} +{"id":"G921","strongs_number":"G921","system":"greek","language":"greek","number_value":921,"lemma":"Βαρνάβας","transliteration":"Barnábas","pronunciation":null,"derivation":"of Chaldee origin (H01247 and H05029);","strongs_definition":"son of Nabas (i.e. prophecy); Barnabas, an Israelite","kjv_definition":"Barnabas"} +{"id":"G1491","strongs_number":"G1491","system":"greek","language":"greek","number_value":1491,"lemma":"εἶδος","transliteration":"eîdos","pronunciation":null,"derivation":"from G1492 (εἴδω);","strongs_definition":"a view, i.e. form (literally or figuratively)","kjv_definition":"appearance, fashion, shape, sight"} +{"id":"G2403","strongs_number":"G2403","system":"greek","language":"greek","number_value":2403,"lemma":"Ἰεζαβήλ","transliteration":"Iezabḗl","pronunciation":null,"derivation":"of Hebrew origin (H0348);","strongs_definition":"Jezabel (i.e. Jezebel), a Tyrian woman (used as a synonym of a termagant or false teacher)","kjv_definition":"Jezabel"} +{"id":"G3444","strongs_number":"G3444","system":"greek","language":"greek","number_value":3444,"lemma":"μορφή","transliteration":"morphḗ","pronunciation":null,"derivation":"perhaps from the base of G3313 (μέρος) (through the idea of adjustment of parts);","strongs_definition":"shape; figuratively, nature","kjv_definition":"form"} +{"id":"G187","strongs_number":"G187","system":"greek","language":"greek","number_value":187,"lemma":"ἀκμάζω","transliteration":"akmázō","pronunciation":null,"derivation":"from the same as G188 (ἀκμήν);","strongs_definition":"to make a point, i.e. (figuratively) mature","kjv_definition":"be fully ripe"} +{"id":"G2057","strongs_number":"G2057","system":"greek","language":"greek","number_value":2057,"lemma":"Ἑρμᾶς","transliteration":"Hermâs","pronunciation":null,"derivation":"probably from G2060 (Ἑρμῆς);","strongs_definition":"Hermas, a Christian","kjv_definition":"Hermas"} +{"id":"G2148","strongs_number":"G2148","system":"greek","language":"greek","number_value":2148,"lemma":"Εὐροκλύδων","transliteration":"Euroklýdōn","pronunciation":null,"derivation":"from (the east wind) and G2830 (κλύδων);","strongs_definition":"a storm from the East (or southeast), i.e. (in modern phrase) a Levanter","kjv_definition":"Euroklydon"} +{"id":"G5338","strongs_number":"G5338","system":"greek","language":"greek","number_value":5338,"lemma":"φέγγος","transliteration":"phéngos","pronunciation":null,"derivation":"probably akin to the base of G5457 (φῶς) (compare G5350 (φθέγγομαι));","strongs_definition":"brilliancy","kjv_definition":"light"} +{"id":"G1058","strongs_number":"G1058","system":"greek","language":"greek","number_value":1058,"lemma":"Γαλλίων","transliteration":"Gallíōn","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Gallion (i.e. Gallio), a Roman officer","kjv_definition":"Gallio"} +{"id":"G1309","strongs_number":"G1309","system":"greek","language":"greek","number_value":1309,"lemma":"διαφεύγω","transliteration":"diapheúgō","pronunciation":null,"derivation":"from G1223 (διά) and G5343 (φεύγω);","strongs_definition":"to flee through, i.e. escape","kjv_definition":"escape"} +{"id":"G3188","strongs_number":"G3188","system":"greek","language":"greek","number_value":3188,"lemma":"μέλαν","transliteration":"mélan","pronunciation":null,"derivation":"neuter of G3189 (μέλας) as noun;","strongs_definition":"ink","kjv_definition":"ink"} +{"id":"G2859","strongs_number":"G2859","system":"greek","language":"greek","number_value":2859,"lemma":"κόλπος","transliteration":"kólpos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"the bosom; by analogy, a bay","kjv_definition":"bosom, creek"} +{"id":"G5539","strongs_number":"G5539","system":"greek","language":"greek","number_value":5539,"lemma":"χρήσιμος","transliteration":"chrḗsimos","pronunciation":null,"derivation":"from G5540 (χρῆσις);","strongs_definition":"serviceable","kjv_definition":"profit"} +{"id":"G1702","strongs_number":"G1702","system":"greek","language":"greek","number_value":1702,"lemma":"ἐμπαίζω","transliteration":"empaízō","pronunciation":null,"derivation":"from G1722 (ἐν) and G3815 (παίζω);","strongs_definition":"to jeer at, i.e. deride","kjv_definition":"mock"} +{"id":"G2090","strongs_number":"G2090","system":"greek","language":"greek","number_value":2090,"lemma":"ἑτοιμάζω","transliteration":"hetoimázō","pronunciation":null,"derivation":"from G2092 (ἕτοιμος);","strongs_definition":"to prepare","kjv_definition":"prepare, provide, make ready"} +{"id":"G4797","strongs_number":"G4797","system":"greek","language":"greek","number_value":4797,"lemma":"συγχέω","transliteration":"synchéō","pronunciation":null,"derivation":"from G4862 (σύν) and (to pour) or its alternate;","strongs_definition":"to commingle promiscuously, i.e. (figuratively) to throw (an assembly) into disorder, to perplex (the mind)","kjv_definition":"confound, confuse, stir up, be in an uproar"} +{"id":"G3194","strongs_number":"G3194","system":"greek","language":"greek","number_value":3194,"lemma":"Μελίτη","transliteration":"Melítē","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Melita, an island in the Mediterranean","kjv_definition":"Melita"} +{"id":"G3996","strongs_number":"G3996","system":"greek","language":"greek","number_value":3996,"lemma":"πενθέω","transliteration":"penthéō","pronunciation":null,"derivation":"from G3997 (πένθος);","strongs_definition":"to grieve (the feeling or the act)","kjv_definition":"mourn, (be-)wail"} +{"id":"G4127","strongs_number":"G4127","system":"greek","language":"greek","number_value":4127,"lemma":"πληγή","transliteration":"plēgḗ","pronunciation":null,"derivation":"from G4141 (πλήσσω);","strongs_definition":"a stroke; by implication, a wound; figuratively, a calamity","kjv_definition":"plague, stripe, wound(-ed)"} +{"id":"G2742","strongs_number":"G2742","system":"greek","language":"greek","number_value":2742,"lemma":"καύσων","transliteration":"kaúsōn","pronunciation":null,"derivation":"from G2741 (καυσόω);","strongs_definition":"a glare","kjv_definition":"(burning) heat"} +{"id":"G1680","strongs_number":"G1680","system":"greek","language":"greek","number_value":1680,"lemma":"ἐλπίς","transliteration":"elpís","pronunciation":null,"derivation":"from a primary (to anticipate, usually with pleasure);","strongs_definition":"expectation (abstractly or concretely) or confidence","kjv_definition":"faith, hope"} +{"id":"G4362","strongs_number":"G4362","system":"greek","language":"greek","number_value":4362,"lemma":"προσπήγνυμι","transliteration":"prospḗgnymi","pronunciation":null,"derivation":"from G4314 (πρός) and G4078 (πήγνυμι);","strongs_definition":"to fasten to, i.e. (specially), to impale (on a cross)","kjv_definition":"crucify"} +{"id":"G1751","strongs_number":"G1751","system":"greek","language":"greek","number_value":1751,"lemma":"ἔνειμι","transliteration":"éneimi","pronunciation":null,"derivation":"from G1772 (ἔννομος) and G1510 (εἰμί);","strongs_definition":"to be within (neuter participle plural)","kjv_definition":"such things as … have"} +{"id":"G1968","strongs_number":"G1968","system":"greek","language":"greek","number_value":1968,"lemma":"ἐπιπίπτω","transliteration":"epipíptō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4098 (πίπτω);","strongs_definition":"to embrace (with affection) or seize (with more or less violence; literally or figuratively)","kjv_definition":"fall into (on, upon) lie on, press upon"} +{"id":"G3001","strongs_number":"G3001","system":"greek","language":"greek","number_value":3001,"lemma":"λάχανον","transliteration":"láchanon","pronunciation":null,"derivation":"from (to dig);","strongs_definition":"a vegetable","kjv_definition":"herb"} +{"id":"G336","strongs_number":"G336","system":"greek","language":"greek","number_value":336,"lemma":"ἀναίρεσις","transliteration":"anaíresis","pronunciation":null,"derivation":"from G337 (ἀναιρέω);","strongs_definition":"(the act of) killing","kjv_definition":"death"} +{"id":"G1644","strongs_number":"G1644","system":"greek","language":"greek","number_value":1644,"lemma":"ἐλαφρία","transliteration":"elaphría","pronunciation":null,"derivation":"from G1645 (ἐλαφρός);","strongs_definition":"levity (figuratively), i.e. fickleness","kjv_definition":"lightness"} +{"id":"G3723","strongs_number":"G3723","system":"greek","language":"greek","number_value":3723,"lemma":"ὀρθῶς","transliteration":"orthōs","pronunciation":null,"derivation":"adverb from G3717 (ὀρθός);","strongs_definition":"in a straight manner, i.e. (figuratively) correctly (also morally)","kjv_definition":"plain, right(-ly)"} +{"id":"G2450","strongs_number":"G2450","system":"greek","language":"greek","number_value":2450,"lemma":"Ἰουδαΐζω","transliteration":"Ioudaḯzō","pronunciation":null,"derivation":"from G2453 (Ἰουδαῖος);","strongs_definition":"to become a Judæan, i.e. \"Judaize\"","kjv_definition":"live as the Jews"} +{"id":"G4125","strongs_number":"G4125","system":"greek","language":"greek","number_value":4125,"lemma":"πλευρά","transliteration":"pleurá","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a rib, i.e. (by extension) side","kjv_definition":"side"} +{"id":"G1106","strongs_number":"G1106","system":"greek","language":"greek","number_value":1106,"lemma":"γνώμη","transliteration":"gnṓmē","pronunciation":null,"derivation":"from G1097 (γινώσκω);","strongs_definition":"cognition, i.e. (subjectively) opinion, or (objectively) resolve (counsel, consent, etc.)","kjv_definition":"advice, + agree, judgment, mind, purpose, will"} +{"id":"G3604","strongs_number":"G3604","system":"greek","language":"greek","number_value":3604,"lemma":"Ὀζίας","transliteration":"Ozías","pronunciation":null,"derivation":"of Hebrew origin (H05818);","strongs_definition":"Ozias (i.e. Uzzijah), an Israelite","kjv_definition":"Ozias"} +{"id":"G126","strongs_number":"G126","system":"greek","language":"greek","number_value":126,"lemma":"ἀΐδιος","transliteration":"aḯdios","pronunciation":null,"derivation":"from G104 (ἀεί);","strongs_definition":"everduring (forward and backward, or forward only)","kjv_definition":"eternal, everlasting"} +{"id":"G3377","strongs_number":"G3377","system":"greek","language":"greek","number_value":3377,"lemma":"μηνύω","transliteration":"mēnýō","pronunciation":null,"derivation":"probably from the same base as G3145 (μασσάομαι) and G3415 (μνάομαι) (i.e. , to strive);","strongs_definition":"to disclose (through the idea of mental effort and thus calling to mind), i.e. report, declare, intimate","kjv_definition":"shew, tell"} +{"id":"G5161","strongs_number":"G5161","system":"greek","language":"greek","number_value":5161,"lemma":"Τρόφιμος","transliteration":"Tróphimos","pronunciation":null,"derivation":"from G5160 (τροφή);","strongs_definition":"nutritive; Trophimus, a Christian","kjv_definition":"Trophimus"} +{"id":"G4921","strongs_number":"G4921","system":"greek","language":"greek","number_value":4921,"lemma":"συνιστάω","transliteration":"synistáō","pronunciation":null,"derivation":"from G4862 (σύν) and G2476 (ἵστημι) (including its collateral forms);","strongs_definition":"to set together, i.e. (by implication) to introduce (favorably), or (figuratively) to exhibit; intransitively, to stand near, or (figuratively) to constitute","kjv_definition":"approve, commend, consist, make, stand (with)"} +{"id":"G3971","strongs_number":"G3971","system":"greek","language":"greek","number_value":3971,"lemma":"πατρῷος","transliteration":"patrōios","pronunciation":null,"derivation":"from G3962 (πατήρ);","strongs_definition":"paternal, i.e. hereditary","kjv_definition":"of fathers"} +{"id":"G3656","strongs_number":"G3656","system":"greek","language":"greek","number_value":3656,"lemma":"ὁμιλέω","transliteration":"homiléō","pronunciation":null,"derivation":"from G3658 (ὅμιλος);","strongs_definition":"to be in company with, i.e. (by implication) to converse","kjv_definition":"commune, talk"} +{"id":"G2620","strongs_number":"G2620","system":"greek","language":"greek","number_value":2620,"lemma":"κατακαυχάομαι","transliteration":"katakaucháomai","pronunciation":null,"derivation":"from G2596 (κατά) and G2744 (καυχάομαι);","strongs_definition":"to exult against (i.e. over)","kjv_definition":"boast (against), glory, rejoice against"} +{"id":"G529","strongs_number":"G529","system":"greek","language":"greek","number_value":529,"lemma":"ἀπάντησις","transliteration":"apántēsis","pronunciation":null,"derivation":"from G528 (ἀπαντάω);","strongs_definition":"a (friendly) encounter","kjv_definition":"meet"} +{"id":"G2365","strongs_number":"G2365","system":"greek","language":"greek","number_value":2365,"lemma":"θυγάτριον","transliteration":"thygátrion","pronunciation":null,"derivation":"from G2364 (θυγάτηρ);","strongs_definition":"a daughterling","kjv_definition":"little (young) daughter"} +{"id":"G2402","strongs_number":"G2402","system":"greek","language":"greek","number_value":2402,"lemma":"ἱδρώς","transliteration":"hidrṓs","pronunciation":null,"derivation":"a strengthened form of a primary idos (sweat);","strongs_definition":"perspiration","kjv_definition":"sweat"} +{"id":"G1240","strongs_number":"G1240","system":"greek","language":"greek","number_value":1240,"lemma":"διάδοχος","transliteration":"diádochos","pronunciation":null,"derivation":"from G1237 (διαδέχομαι);","strongs_definition":"a successor in office","kjv_definition":"room"} +{"id":"G661","strongs_number":"G661","system":"greek","language":"greek","number_value":661,"lemma":"ἀποτίνω","transliteration":"apotínō","pronunciation":null,"derivation":"from G575 (ἀπό) and G5099 (τίνω);","strongs_definition":"to pay in full","kjv_definition":"repay"} +{"id":"G730","strongs_number":"G730","system":"greek","language":"greek","number_value":730,"lemma":"ἄῤῥην","transliteration":"árrhēn","pronunciation":null,"derivation":"probably from G142 (αἴρω);","strongs_definition":"male (as stronger for lifting)","kjv_definition":"male, man"} +{"id":"G4798","strongs_number":"G4798","system":"greek","language":"greek","number_value":4798,"lemma":"συγχράομαι","transliteration":"synchráomai","pronunciation":null,"derivation":"from G4862 (σύν) and G5530 (χράομαι);","strongs_definition":"to use jointly, i.e. (by implication) to hold intercourse in common","kjv_definition":"have dealings with"} +{"id":"G3308","strongs_number":"G3308","system":"greek","language":"greek","number_value":3308,"lemma":"μέριμνα","transliteration":"mérimna","pronunciation":null,"derivation":"from G3307 (μερίζω) (through the idea of distraction);","strongs_definition":"solicitude","kjv_definition":"care"} +{"id":"G870","strongs_number":"G870","system":"greek","language":"greek","number_value":870,"lemma":"ἀφόβως","transliteration":"aphóbōs","pronunciation":null,"derivation":"adverb from a compound of G1 (Α) (as a negative particle) and G5401 (φόβος);","strongs_definition":"fearlessly","kjv_definition":"without fear"} +{"id":"G2300","strongs_number":"G2300","system":"greek","language":"greek","number_value":2300,"lemma":"θεάομαι","transliteration":"theáomai","pronunciation":null,"derivation":"a prolonged form of a primary verb;","strongs_definition":"to look closely at, i.e. (by implication) perceive (literally or figuratively); by extension to visit","kjv_definition":"behold, look (upon), see"} +{"id":"G3586","strongs_number":"G3586","system":"greek","language":"greek","number_value":3586,"lemma":"ξύλον","transliteration":"xýlon","pronunciation":null,"derivation":"from another form of the base of G3582 (ξέστης);","strongs_definition":"timber (as fuel or material); by implication, a stick, club or tree or other wooden article or substance","kjv_definition":"staff, stocks, tree, wood"} +{"id":"G2175","strongs_number":"G2175","system":"greek","language":"greek","number_value":2175,"lemma":"εὐωδία","transliteration":"euōdía","pronunciation":null,"derivation":"from a compound of G2095 (εὖ) and a derivative of G3605 (ὄζω);","strongs_definition":"good-scentedness, i.e. fragrance","kjv_definition":"sweet savour (smell, -smelling)"} +{"id":"G617","strongs_number":"G617","system":"greek","language":"greek","number_value":617,"lemma":"ἀποκυλίω","transliteration":"apokylíō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2947 (κυλιόω);","strongs_definition":"to roll away","kjv_definition":"roll away (back)"} +{"id":"G4521","strongs_number":"G4521","system":"greek","language":"greek","number_value":4521,"lemma":"σάββατον","transliteration":"sábbaton","pronunciation":null,"derivation":"of Hebrew origin (H07676);","strongs_definition":"the Sabbath (i.e. Shabbath), or day of weekly repose from secular avocations (also the observance or institution itself); by extension, a se'nnight, i.e. the interval between two Sabbaths; likewise the plural in all the above applications","kjv_definition":"sabbath (day), week"} +{"id":"G4530","strongs_number":"G4530","system":"greek","language":"greek","number_value":4530,"lemma":"Σαλείμ","transliteration":"Saleím","pronunciation":null,"derivation":"probably from the same as G4531 (σαλεύω);","strongs_definition":"Salim, a place in Palestine","kjv_definition":"Salim"} +{"id":"G3998","strongs_number":"G3998","system":"greek","language":"greek","number_value":3998,"lemma":"πενιχρός","transliteration":"penichrós","pronunciation":null,"derivation":"prolongation from the base of G3993 (πένης);","strongs_definition":"necessitous","kjv_definition":"poor"} +{"id":"G1049","strongs_number":"G1049","system":"greek","language":"greek","number_value":1049,"lemma":"γαζοφυλάκιον","transliteration":"gazophylákion","pronunciation":null,"derivation":"from G1047 (γάζα) and G5438 (φυλακή);","strongs_definition":"a treasure-house, i.e. a court in the temple for the collection-boxes","kjv_definition":"treasury"} +{"id":"G1995","strongs_number":"G1995","system":"greek","language":"greek","number_value":1995,"lemma":"ἐπιστροφή","transliteration":"epistrophḗ","pronunciation":null,"derivation":"from G1994 (ἐπιστρέφω);","strongs_definition":"reversion, i.e. morally, revolution","kjv_definition":"conversion"} +{"id":"G4407","strongs_number":"G4407","system":"greek","language":"greek","number_value":4407,"lemma":"πρωϊνός","transliteration":"prōïnós","pronunciation":null,"derivation":"from G4404 (πρωΐ);","strongs_definition":"pertaining to the dawn, i.e. matutinal","kjv_definition":"morning"} +{"id":"G3926","strongs_number":"G3926","system":"greek","language":"greek","number_value":3926,"lemma":"παρενοχλέω","transliteration":"parenochléō","pronunciation":null,"derivation":"from G3844 (παρά) and G1776 (ἐνοχλέω);","strongs_definition":"to harass further, i.e. annoy","kjv_definition":"trouble"} +{"id":"G1211","strongs_number":"G1211","system":"greek","language":"greek","number_value":1211,"lemma":"δή","transliteration":"dḗ","pronunciation":null,"derivation":"probably akin to G1161 (δέ);","strongs_definition":"a particle of emphasis or explicitness; now, then, etc.","kjv_definition":"also, and, doubtless, now, therefore"} +{"id":"G2831","strongs_number":"G2831","system":"greek","language":"greek","number_value":2831,"lemma":"κλυδωνίζομαι","transliteration":"klydōnízomai","pronunciation":null,"derivation":"middle voice from G2830 (κλύδων);","strongs_definition":"to surge, i.e. (figuratively) to fluctuate","kjv_definition":"toss to and fro"} +{"id":"G4272","strongs_number":"G4272","system":"greek","language":"greek","number_value":4272,"lemma":"προδίδωμι","transliteration":"prodídōmi","pronunciation":null,"derivation":"from G4253 (πρό) and G1325 (δίδωμι);","strongs_definition":"to give before the other party has given","kjv_definition":"first give"} +{"id":"G5138","strongs_number":"G5138","system":"greek","language":"greek","number_value":5138,"lemma":"τραχύς","transliteration":"trachýs","pronunciation":null,"derivation":"perhaps strengthened from the base of G4486 (ῥήγνυμι) (as if jagged by rents);","strongs_definition":"uneven, rocky (reefy)","kjv_definition":"rock, rough"} +{"id":"G2089","strongs_number":"G2089","system":"greek","language":"greek","number_value":2089,"lemma":"ἔτι","transliteration":"éti","pronunciation":null,"derivation":"perhaps akin to G2094 (ἔτος);","strongs_definition":"\"yet,\" still (of time or degree)","kjv_definition":"after that, also, ever, (any) further, (t-)henceforth (more), hereafter, (any) longer, (any) more(-one), now, still, yet"} +{"id":"G3879","strongs_number":"G3879","system":"greek","language":"greek","number_value":3879,"lemma":"παρακύπτω","transliteration":"parakýptō","pronunciation":null,"derivation":"from G3844 (παρά) and G2955 (κύπτω);","strongs_definition":"to bend beside, i.e. lean over (so as to peer within)","kjv_definition":"look (into), stoop down"} +{"id":"G5505","strongs_number":"G5505","system":"greek","language":"greek","number_value":5505,"lemma":"χιλιάς","transliteration":"chiliás","pronunciation":null,"derivation":"from G5507 (χίλιοι);","strongs_definition":"one thousand (\"chiliad\")","kjv_definition":"thousand"} +{"id":"G188","strongs_number":"G188","system":"greek","language":"greek","number_value":188,"lemma":"ἀκμήν","transliteration":"akmḗn","pronunciation":null,"derivation":"accusative case of a noun (\"acme\") akin to (a point) and meaning the same;","strongs_definition":"adverbially, just now, i.e. still","kjv_definition":"yet"} +{"id":"G821","strongs_number":"G821","system":"greek","language":"greek","number_value":821,"lemma":"ἀτιμόω","transliteration":"atimóō","pronunciation":null,"derivation":"from G820 (ἄτιμος);","strongs_definition":"used like G818 (ἀτιμάζω), to maltreat","kjv_definition":"handle shamefully"} +{"id":"G951","strongs_number":"G951","system":"greek","language":"greek","number_value":951,"lemma":"βεβαίωσις","transliteration":"bebaíōsis","pronunciation":null,"derivation":"from G950 (βεβαιόω);","strongs_definition":"stabiliment","kjv_definition":"confirmation"} +{"id":"G3829","strongs_number":"G3829","system":"greek","language":"greek","number_value":3829,"lemma":"πανδοχεῖον","transliteration":"pandocheîon","pronunciation":null,"derivation":"neuter of a presumed compound of G3956 (πᾶς) and a derivative of G1209 (δέχομαι);","strongs_definition":"all-receptive, i.e. a public lodging-place (caravanserai or khan)","kjv_definition":"inn"} +{"id":"G2067","strongs_number":"G2067","system":"greek","language":"greek","number_value":2067,"lemma":"ἔσθησις","transliteration":"ésthēsis","pronunciation":null,"derivation":"from a derivative of G2066 (ἐσθής);","strongs_definition":"clothing (concretely)","kjv_definition":"government"} +{"id":"G1003","strongs_number":"G1003","system":"greek","language":"greek","number_value":1003,"lemma":"Βοόζ","transliteration":"Boóz","pronunciation":null,"derivation":"of Hebrew origin (H01162);","strongs_definition":"Booz, (i.e. Boaz), an Israelite","kjv_definition":"Booz"} +{"id":"G3401","strongs_number":"G3401","system":"greek","language":"greek","number_value":3401,"lemma":"μιμέομαι","transliteration":"miméomai","pronunciation":null,"derivation":"middle voice from (a \"mimic\");","strongs_definition":"to imitate","kjv_definition":"follow"} +{"id":"G2034","strongs_number":"G2034","system":"greek","language":"greek","number_value":2034,"lemma":"ἑπτάκις","transliteration":"heptákis","pronunciation":null,"derivation":"adverb from G2033 (ἑπτά);","strongs_definition":"seven times","kjv_definition":"seven times"} +{"id":"G4296","strongs_number":"G4296","system":"greek","language":"greek","number_value":4296,"lemma":"προκηρύσσω","transliteration":"prokērýssō","pronunciation":null,"derivation":"from G4253 (πρό) and G2784 (κηρύσσω);","strongs_definition":"to herald (i.e. proclaim) in advance","kjv_definition":"before (first) preach"} +{"id":"G4065","strongs_number":"G4065","system":"greek","language":"greek","number_value":4065,"lemma":"περιφρονέω","transliteration":"periphronéō","pronunciation":null,"derivation":"from G4012 (περί) and G5426 (φρονέω);","strongs_definition":"to think beyond, i.e. depreciate (contemn)","kjv_definition":"despise"} +{"id":"G198","strongs_number":"G198","system":"greek","language":"greek","number_value":198,"lemma":"ἀκριβόω","transliteration":"akribóō","pronunciation":null,"derivation":"from the same as G196 (ἀκριβέστατος);","strongs_definition":"to be exact, i.e. ascertain","kjv_definition":"enquire diligently"} +{"id":"G2312","strongs_number":"G2312","system":"greek","language":"greek","number_value":2312,"lemma":"θεοδίδακτος","transliteration":"theodídaktos","pronunciation":null,"derivation":"from G2316 (θεός) and G1321 (διδάσκω);","strongs_definition":"divinely instructed","kjv_definition":"taught of God"} +{"id":"G5295","strongs_number":"G5295","system":"greek","language":"greek","number_value":5295,"lemma":"ὑποτρέχω","transliteration":"hypotréchō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G5143 (τρέχω) (including its alternate);","strongs_definition":"to run under, i.e. (specially), to sail past","kjv_definition":"run under"} +{"id":"G5058","strongs_number":"G5058","system":"greek","language":"greek","number_value":5058,"lemma":"τελώνιον","transliteration":"telṓnion","pronunciation":null,"derivation":"neuter of a presumed derivative of G5057 (τελώνης);","strongs_definition":"a tax-gatherer's place of business","kjv_definition":"receipt of custom"} +{"id":"G5035","strongs_number":"G5035","system":"greek","language":"greek","number_value":5035,"lemma":"ταχύ","transliteration":"tachý","pronunciation":null,"derivation":"neuter singular of G5036 (ταχύς) (as adverb);","strongs_definition":"shortly, i.e. without delay, soon, or (by surprise) suddenly, or (by implication, of ease) readily","kjv_definition":"lightly, quickly"} +{"id":"G77","strongs_number":"G77","system":"greek","language":"greek","number_value":77,"lemma":"ἀδάπανος","transliteration":"adápanos","pronunciation":null,"derivation":"from G1 (Α) (as negative particle);","strongs_definition":"and G1160 (δαπάνη); costless, i.e. gratuitous","kjv_definition":"without expense"} +{"id":"G137","strongs_number":"G137","system":"greek","language":"greek","number_value":137,"lemma":"Αἰνών","transliteration":"Ainṓn","pronunciation":null,"derivation":"of Hebrew origin (a derivative of G5869, place of springs);","strongs_definition":"Ænon, a place in Palestine","kjv_definition":"Ænon"} +{"id":"G2846","strongs_number":"G2846","system":"greek","language":"greek","number_value":2846,"lemma":"κοιτών","transliteration":"koitṓn","pronunciation":null,"derivation":"from G2845 (κοίτη);","strongs_definition":"a bedroom","kjv_definition":"+ chamberlain"} +{"id":"G4539","strongs_number":"G4539","system":"greek","language":"greek","number_value":4539,"lemma":"Σαλώμη","transliteration":"Salṓmē","pronunciation":null,"derivation":"probably of Hebrew origin (feminine from H07965);","strongs_definition":"Salome (i.e. Shelomah), an Israelitess","kjv_definition":"Salome"} +{"id":"G3147","strongs_number":"G3147","system":"greek","language":"greek","number_value":3147,"lemma":"μαστίζω","transliteration":"mastízō","pronunciation":null,"derivation":"from G3149 (μαστός);","strongs_definition":"to whip (literally)","kjv_definition":"scourge"} +{"id":"G3505","strongs_number":"G3505","system":"greek","language":"greek","number_value":3505,"lemma":"Νέρων","transliteration":"Nérōn","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Neron (i.e. Nero), a Roman emperor","kjv_definition":"Nero"} +{"id":"G2746","strongs_number":"G2746","system":"greek","language":"greek","number_value":2746,"lemma":"καύχησις","transliteration":"kaúchēsis","pronunciation":null,"derivation":"from G2744 (καυχάομαι);","strongs_definition":"boasting (properly, the act; by implication, the object), in a good or a bad sense","kjv_definition":"boasting, whereof I may glory, glorying, rejoicing"} +{"id":"G662","strongs_number":"G662","system":"greek","language":"greek","number_value":662,"lemma":"ἀποτολμάω","transliteration":"apotolmáō","pronunciation":null,"derivation":"from G575 (ἀπό) and G5111 (τολμάω);","strongs_definition":"to venture plainly","kjv_definition":"be very bold"} +{"id":"G654","strongs_number":"G654","system":"greek","language":"greek","number_value":654,"lemma":"ἀποστρέφω","transliteration":"apostréphō","pronunciation":null,"derivation":"from G575 (ἀπό) and G4762 (στρέφω);","strongs_definition":"to turn away or back (literally or figuratively)","kjv_definition":"bring again, pervert, turn away (from)"} +{"id":"G940","strongs_number":"G940","system":"greek","language":"greek","number_value":940,"lemma":"βασκαίνω","transliteration":"baskaínō","pronunciation":null,"derivation":"akin to G5335 (φάσκω);","strongs_definition":"to malign, i.e. (by extension) to fascinate (by false representations)","kjv_definition":"bewitch"} +{"id":"G633","strongs_number":"G633","system":"greek","language":"greek","number_value":633,"lemma":"ἀπονίπτω","transliteration":"aponíptō","pronunciation":null,"derivation":"from G575 (ἀπό) and G3538 (νίπτω);","strongs_definition":"to wash off (reflexively, one's own hands symbolically)","kjv_definition":"wash"} +{"id":"G4077","strongs_number":"G4077","system":"greek","language":"greek","number_value":4077,"lemma":"πηγή","transliteration":"pēgḗ","pronunciation":null,"derivation":"probably from G4078 (πήγνυμι) (through the idea of gushing plumply);","strongs_definition":"a fount (literally or figuratively), i.e. source or supply (of water, blood, enjoyment) (not necessarily the original spring)","kjv_definition":"fountain, well"} +{"id":"G4447","strongs_number":"G4447","system":"greek","language":"greek","number_value":4447,"lemma":"πύρινος","transliteration":"pýrinos","pronunciation":null,"derivation":"from G4443 (πυρά);","strongs_definition":"fiery, i.e. (by implication) flaming","kjv_definition":"of fire"} +{"id":"G5487","strongs_number":"G5487","system":"greek","language":"greek","number_value":5487,"lemma":"χαριτόω","transliteration":"charitóō","pronunciation":null,"derivation":"from G5485 (χάρις);","strongs_definition":"to grace, i.e. indue with special honor","kjv_definition":"make accepted, be highly favoured"} +{"id":"G1976","strongs_number":"G1976","system":"greek","language":"greek","number_value":1976,"lemma":"ἐπιῤῥάπτω","transliteration":"epirrháptō","pronunciation":null,"derivation":"from G1909 (ἐπί) and the base of G4476 (ῥαφίς);","strongs_definition":"to stitch upon, i.e. fasten with the needle","kjv_definition":"sew on"} +{"id":"G3761","strongs_number":"G3761","system":"greek","language":"greek","number_value":3761,"lemma":"οὐδέ","transliteration":"oudé","pronunciation":null,"derivation":"from G3756 (οὐ) and G1161 (δέ);","strongs_definition":"not however, i.e. neither, nor, not even","kjv_definition":"neither (indeed), never, no (more, nor, not), nor (yet), (also, even, then) not (even, so much as), + nothing, so much as"} +{"id":"G4809","strongs_number":"G4809","system":"greek","language":"greek","number_value":4809,"lemma":"συκομωραία","transliteration":"sykomōraía","pronunciation":null,"derivation":"from G4810 (σῦκον) and (the mulberry);","strongs_definition":"the \"sycamore\"-fig tree","kjv_definition":"sycamore tree"} +{"id":"G4710","strongs_number":"G4710","system":"greek","language":"greek","number_value":4710,"lemma":"σπουδή","transliteration":"spoudḗ","pronunciation":null,"derivation":"from G4692 (σπεύδω);","strongs_definition":"\"speed\", i.e. (by implication) despatch, eagerness, earnestness","kjv_definition":"business, (earnest) care(-fulness), diligence, forwardness, haste"} +{"id":"G2781","strongs_number":"G2781","system":"greek","language":"greek","number_value":2781,"lemma":"κηρίον","transliteration":"kēríon","pronunciation":null,"derivation":"diminutive from (wax);","strongs_definition":"a cell for honey, i.e. (collectively) the comb","kjv_definition":"(honey-)comb"} +{"id":"G2598","strongs_number":"G2598","system":"greek","language":"greek","number_value":2598,"lemma":"καταβάλλω","transliteration":"katabállō","pronunciation":null,"derivation":"from G2596 (κατά) and G906 (βάλλω);","strongs_definition":"to throw down","kjv_definition":"cast down, lay"} +{"id":"G3686","strongs_number":"G3686","system":"greek","language":"greek","number_value":3686,"lemma":"ὄνομα","transliteration":"ónoma","pronunciation":null,"derivation":"from a presumed derivative of the base of G1097 (γινώσκω) (compare G3685 (ὀνίνημι));","strongs_definition":"a \"name\" (literally or figuratively) (authority, character)","kjv_definition":"called, (+ sur-)name(-d)"} +{"id":"G3707","strongs_number":"G3707","system":"greek","language":"greek","number_value":3707,"lemma":"ὁρατός","transliteration":"horatós","pronunciation":null,"derivation":"from G3708 (ὁράω);","strongs_definition":"gazed at, i.e. (by implication) capable of being seen","kjv_definition":"visible"} +{"id":"G218","strongs_number":"G218","system":"greek","language":"greek","number_value":218,"lemma":"ἀλείφω","transliteration":"aleíphō","pronunciation":null,"derivation":"from G1 (Α) (as particle of union) and the base of G3045 (λιπαρός);","strongs_definition":"to oil (with perfume)","kjv_definition":"anoint"} +{"id":"G1138","strongs_number":"G1138","system":"greek","language":"greek","number_value":1138,"lemma":"Δαβίδ","transliteration":"Dabíd","pronunciation":null,"derivation":"of Hebrew origin (H01732);","strongs_definition":"Dabid (i.e. David), the Israelite king","kjv_definition":"David"} +{"id":"G4919","strongs_number":"G4919","system":"greek","language":"greek","number_value":4919,"lemma":"συνθρύπτω","transliteration":"synthrýptō","pronunciation":null,"derivation":"from G4862 (σύν) and (to crumble);","strongs_definition":"to crush together, i.e. (figuratively) to dispirit","kjv_definition":"break"} +{"id":"G3096","strongs_number":"G3096","system":"greek","language":"greek","number_value":3096,"lemma":"μαγεύω","transliteration":"mageúō","pronunciation":null,"derivation":"from G3097 (μάγος);","strongs_definition":"to practice magic","kjv_definition":"use sorcery"} +{"id":"G5010","strongs_number":"G5010","system":"greek","language":"greek","number_value":5010,"lemma":"τάξις","transliteration":"táxis","pronunciation":null,"derivation":"from G5021 (τάσσω);","strongs_definition":"regular arrangement, i.e. (in time) fixed succession (of rank or character), official dignity","kjv_definition":"order"} +{"id":"G3877","strongs_number":"G3877","system":"greek","language":"greek","number_value":3877,"lemma":"παρακολουθέω","transliteration":"parakolouthéō","pronunciation":null,"derivation":"from G3844 (παρά) and G190 (ἀκολουθέω);","strongs_definition":"to follow near, i.e. (figuratively) attend (as a result), trace out, conform to","kjv_definition":"attain, follow, fully know, have understanding"} +{"id":"G2214","strongs_number":"G2214","system":"greek","language":"greek","number_value":2214,"lemma":"ζήτησις","transliteration":"zḗtēsis","pronunciation":null,"derivation":"from G2212 (ζητέω);","strongs_definition":"a searching (properly, the act), i.e. a dispute or its theme","kjv_definition":"question"} +{"id":"G1090","strongs_number":"G1090","system":"greek","language":"greek","number_value":1090,"lemma":"γεωργέω","transliteration":"geōrgéō","pronunciation":null,"derivation":"from G1092 (γεωργός);","strongs_definition":"to till (the soil)","kjv_definition":"dress"} +{"id":"G408","strongs_number":"G408","system":"greek","language":"greek","number_value":408,"lemma":"Ἀνδρόνικος","transliteration":"Andrónikos","pronunciation":null,"derivation":"from G435 (ἀνήρ) and G3534 (νῖκος);","strongs_definition":"man of victory; Andronicos, an Israelite","kjv_definition":"Adronicus"} +{"id":"G1690","strongs_number":"G1690","system":"greek","language":"greek","number_value":1690,"lemma":"ἐμβριμάομαι","transliteration":"embrimáomai","pronunciation":null,"derivation":"from G1722 (ἐν) and (to snort with anger);","strongs_definition":"to have indignation on, i.e. (transitively) to blame, (intransitively) to sigh with chagrin, (specially) to sternly enjoin","kjv_definition":"straitly charge, groan, murmur against"} +{"id":"G4280","strongs_number":"G4280","system":"greek","language":"greek","number_value":4280,"lemma":"προερέω","transliteration":"proeréō","pronunciation":null,"derivation":"from G4253 (πρό) and G2046 (ἐρέω);","strongs_definition":"used as alternate of G4277 (προέπω); to say already, predict","kjv_definition":"foretell, say (speak, tell) before"} +{"id":"G3763","strongs_number":"G3763","system":"greek","language":"greek","number_value":3763,"lemma":"οὐδέποτε","transliteration":"oudépote","pronunciation":null,"derivation":"from G3761 (οὐδέ) and G4218 (ποτέ);","strongs_definition":"not even at any time, i.e. never at all","kjv_definition":"neither at any time, never, nothing at any time"} +{"id":"G4741","strongs_number":"G4741","system":"greek","language":"greek","number_value":4741,"lemma":"στηρίζω","transliteration":"stērízō","pronunciation":null,"derivation":"from a presumed derivative of G2476 (ἵστημι) (like G4731 (στερεός));","strongs_definition":"to set fast, i.e. (literally) to turn resolutely in a certain direction, or (figuratively) to confirm","kjv_definition":"fix, (e-)stablish, stedfastly set, strengthen"} +{"id":"G1648","strongs_number":"G1648","system":"greek","language":"greek","number_value":1648,"lemma":"Ἐλεάζαρ","transliteration":"Eleázar","pronunciation":null,"derivation":"of Hebrew origin (H0499);","strongs_definition":"Eleazar, an Israelite","kjv_definition":"Eleazar"} +{"id":"G1904","strongs_number":"G1904","system":"greek","language":"greek","number_value":1904,"lemma":"ἐπέρχομαι","transliteration":"epérchomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2064 (ἔρχομαι);","strongs_definition":"to supervene, i.e. arrive, occur, impend, attack, (figuratively) influence","kjv_definition":"come (in, upon)"} +{"id":"G49","strongs_number":"G49","system":"greek","language":"greek","number_value":49,"lemma":"ἁγνισμός","transliteration":"hagnismós","pronunciation":null,"derivation":"from G48 (ἁγνίζω);","strongs_definition":"a cleansing (the act), i.e. (ceremonially) lustration","kjv_definition":"purification"} +{"id":"G3726","strongs_number":"G3726","system":"greek","language":"greek","number_value":3726,"lemma":"ὁρκίζω","transliteration":"horkízō","pronunciation":null,"derivation":"from G3727 (ὅρκος);","strongs_definition":"to put on oath, i.e. make swear; by analogy, to solemnly enjoin","kjv_definition":"adjure, charge"} +{"id":"G3049","strongs_number":"G3049","system":"greek","language":"greek","number_value":3049,"lemma":"λογίζομαι","transliteration":"logízomai","pronunciation":null,"derivation":"middle voice from G3056 (λόγος);","strongs_definition":"to take an inventory, i.e. estimate (literally or figuratively)","kjv_definition":"conclude, (ac-)count (of), + despise, esteem, impute, lay, number, reason, reckon, suppose, think (on)"} +{"id":"G4257","strongs_number":"G4257","system":"greek","language":"greek","number_value":4257,"lemma":"προακούω","transliteration":"proakoúō","pronunciation":null,"derivation":"from G4253 (πρό) and G191 (ἀκούω);","strongs_definition":"to hear already,i.e. anticipate","kjv_definition":"hear before"} +{"id":"G461","strongs_number":"G461","system":"greek","language":"greek","number_value":461,"lemma":"ἀνορθόω","transliteration":"anorthóō","pronunciation":null,"derivation":"from G303 (ἀνά) and a derivative of the base of G3717 (ὀρθός);","strongs_definition":"to straighten up","kjv_definition":"lift (set) up, make straight"} +{"id":"G266","strongs_number":"G266","system":"greek","language":"greek","number_value":266,"lemma":"ἁμαρτία","transliteration":"hamartía","pronunciation":null,"derivation":"from G264 (ἁμαρτάνω);","strongs_definition":"a sin (properly abstract)","kjv_definition":"offence, sin(-ful)"} +{"id":"G4871","strongs_number":"G4871","system":"greek","language":"greek","number_value":4871,"lemma":"συναλίζω","transliteration":"synalízō","pronunciation":null,"derivation":"from G4862 (σύν) and (to throng);","strongs_definition":"to accumulate, i.e. convene","kjv_definition":"assemble together"} +{"id":"G4265","strongs_number":"G4265","system":"greek","language":"greek","number_value":4265,"lemma":"προβλέπω","transliteration":"problépō","pronunciation":null,"derivation":"from G4253 (πρό) and G991 (βλέπω);","strongs_definition":"to look out beforehand, i.e. furnish in advance","kjv_definition":"provide"} +{"id":"G3364","strongs_number":"G3364","system":"greek","language":"greek","number_value":3364,"lemma":"οὐ μή","transliteration":"ou mḗ","pronunciation":null,"derivation":"i.e. G3756 (οὐ) and G3361 (μή);","strongs_definition":"a double negative strengthening the denial; not at all","kjv_definition":"any more, at all, by any (no) means, neither, never, no (at all), in no case (wise), nor ever, not (at all, in any wise)"} +{"id":"G2966","strongs_number":"G2966","system":"greek","language":"greek","number_value":2966,"lemma":"κῶλον","transliteration":"kōlon","pronunciation":null,"derivation":"from the base of G2849 (κολάζω);","strongs_definition":"a limb of the body (as if lopped)","kjv_definition":"carcase"} +{"id":"G2186","strongs_number":"G2186","system":"greek","language":"greek","number_value":2186,"lemma":"ἐφίστημι","transliteration":"ephístēmi","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2476 (ἵστημι);","strongs_definition":"to stand upon, i.e. be present (in various applications, friendly or otherwise, usually literal);","kjv_definition":"--assault, come (in, to, unto, upon), be at hand (instant), present, stand (before, by, over)"} +{"id":"G116","strongs_number":"G116","system":"greek","language":"greek","number_value":116,"lemma":"Ἀθῆναι","transliteration":"Athēnai","pronunciation":null,"derivation":"plural of (the goddess of wisdom, who was reputed to have founded the city);","strongs_definition":"Athenæ, the capitol of Greece","kjv_definition":"Athens"} +{"id":"G5327","strongs_number":"G5327","system":"greek","language":"greek","number_value":5327,"lemma":"φάραγξ","transliteration":"pháranx","pronunciation":null,"derivation":"properly, strengthened from the base of G4008 (πέραν) or rather of G4486 (ῥήγνυμι);","strongs_definition":"a gap or chasm, i.e. ravine (winter-torrent)","kjv_definition":"valley"} +{"id":"G4348","strongs_number":"G4348","system":"greek","language":"greek","number_value":4348,"lemma":"πρόσκομμα","transliteration":"próskomma","pronunciation":null,"derivation":"from G4350 (προσκόπτω);","strongs_definition":"a stub, i.e. (figuratively) occasion of apostasy","kjv_definition":"offence, stumbling(-block, (-stone))"} +{"id":"G667","strongs_number":"G667","system":"greek","language":"greek","number_value":667,"lemma":"ἀποφέρω","transliteration":"apophérō","pronunciation":null,"derivation":"from G575 (ἀπό) and G5342 (φέρω);","strongs_definition":"to bear off (literally or relatively)","kjv_definition":"bring, carry (away)"} +{"id":"G3615","strongs_number":"G3615","system":"greek","language":"greek","number_value":3615,"lemma":"οἰκιακός","transliteration":"oikiakós","pronunciation":null,"derivation":"from G3614 (οἰκία);","strongs_definition":"familiar, i.e. (as noun) relatives","kjv_definition":"they (them) of (his own) household"} +{"id":"G2187","strongs_number":"G2187","system":"greek","language":"greek","number_value":2187,"lemma":"Ἐφραίμ","transliteration":"Ephraím","pronunciation":null,"derivation":"of Hebrew origin (H0669 or better H06085);","strongs_definition":"Ephraim, a place in Palestine","kjv_definition":"Ephraim"} +{"id":"G546","strongs_number":"G546","system":"greek","language":"greek","number_value":546,"lemma":"ἀπειλέω","transliteration":"apeiléō","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"to menace; by implication, to forbid","kjv_definition":"threaten"} +{"id":"G1445","strongs_number":"G1445","system":"greek","language":"greek","number_value":1445,"lemma":"Ἑβραῖος","transliteration":"Hebraîos","pronunciation":null,"derivation":"from G1443 (Ἐβέρ);","strongs_definition":"a Hebræan (i.e. Hebrew) or Jew","kjv_definition":"Hebrew"} +{"id":"G268","strongs_number":"G268","system":"greek","language":"greek","number_value":268,"lemma":"ἁμαρτωλός","transliteration":"hamartōlós","pronunciation":null,"derivation":"from G264 (ἁμαρτάνω);","strongs_definition":"sinful, i.e. a sinner","kjv_definition":"sinful, sinner"} +{"id":"G3612","strongs_number":"G3612","system":"greek","language":"greek","number_value":3612,"lemma":"οἴκημα","transliteration":"oíkēma","pronunciation":null,"derivation":"from G3611 (οἰκέω);","strongs_definition":"a tenement, i.e. (specially), a jail","kjv_definition":"prison"} +{"id":"G3187","strongs_number":"G3187","system":"greek","language":"greek","number_value":3187,"lemma":"μείζων","transliteration":"meízōn","pronunciation":null,"derivation":"irregular comparative of G3173 (μέγας);","strongs_definition":"larger (literally or figuratively, specially, in age)","kjv_definition":"elder, greater(-est), more"} +{"id":"G2712","strongs_number":"G2712","system":"greek","language":"greek","number_value":2712,"lemma":"κατείδωλος","transliteration":"kateídōlos","pronunciation":null,"derivation":"from G2596 (κατά) (intensively) and G1497 (εἴδωλον);","strongs_definition":"utterly idolatrous","kjv_definition":"wholly given to idolatry"} +{"id":"G642","strongs_number":"G642","system":"greek","language":"greek","number_value":642,"lemma":"ἀπορφανίζω","transliteration":"aporphanízō","pronunciation":null,"derivation":"from G575 (ἀπό) and a derivative of G3737 (ὀρφανός);","strongs_definition":"to bereave wholly, i.e. (figuratively) separate (from intercourse)","kjv_definition":"take"} +{"id":"G2534","strongs_number":"G2534","system":"greek","language":"greek","number_value":2534,"lemma":"καίγε","transliteration":"kaíge","pronunciation":null,"derivation":"from G2532 (καί) and G1065 (γέ);","strongs_definition":"and at least (or even, indeed)","kjv_definition":"and, at least"} +{"id":"G5529","strongs_number":"G5529","system":"greek","language":"greek","number_value":5529,"lemma":"Χουζᾶς","transliteration":"Chouzâs","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Chuzas, an officer of Herod","kjv_definition":"Chuza"} +{"id":"G927","strongs_number":"G927","system":"greek","language":"greek","number_value":927,"lemma":"βαρύτιμος","transliteration":"barýtimos","pronunciation":null,"derivation":"from G926 (βαρύς) and G5092 (τιμή);","strongs_definition":"highly valuable","kjv_definition":"very precious"} +{"id":"G3139","strongs_number":"G3139","system":"greek","language":"greek","number_value":3139,"lemma":"μάρμαρος","transliteration":"mármaros","pronunciation":null,"derivation":"from (to glisten);","strongs_definition":"marble (as sparkling white)","kjv_definition":"marble"} +{"id":"G2220","strongs_number":"G2220","system":"greek","language":"greek","number_value":2220,"lemma":"ζυμόω","transliteration":"zymóō","pronunciation":null,"derivation":"from G2219 (ζύμη);","strongs_definition":"to cause to ferment","kjv_definition":"leaven"} +{"id":"G5314","strongs_number":"G5314","system":"greek","language":"greek","number_value":5314,"lemma":"φάγος","transliteration":"phágos","pronunciation":null,"derivation":"from G5315 (φάγω);","strongs_definition":"a glutton","kjv_definition":"gluttonous"} +{"id":"G3732","strongs_number":"G3732","system":"greek","language":"greek","number_value":3732,"lemma":"ὄρνεον","transliteration":"órneon","pronunciation":null,"derivation":"neuter of a presumed derivative of G3733 (ὄρνις);","strongs_definition":"a birdling","kjv_definition":"bird, fowl"} +{"id":"G2827","strongs_number":"G2827","system":"greek","language":"greek","number_value":2827,"lemma":"κλίνω","transliteration":"klínō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to slant or slope, i.e. incline or recline (literally or figuratively)","kjv_definition":"bow (down), be far spent, lay, turn to flight, wear away"} +{"id":"G4998","strongs_number":"G4998","system":"greek","language":"greek","number_value":4998,"lemma":"σώφρων","transliteration":"sṓphrōn","pronunciation":null,"derivation":"from the base of G4982 (σώζω) and that of G5424 (φρήν);","strongs_definition":"safe (sound) in mind, i.e. self-controlled (moderate as to opinion or passion)","kjv_definition":"discreet, sober, temperate"} +{"id":"G3607","strongs_number":"G3607","system":"greek","language":"greek","number_value":3607,"lemma":"ὀθόνη","transliteration":"othónē","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a linen cloth, i.e. (especially) a sail","kjv_definition":"sheet"} +{"id":"G3786","strongs_number":"G3786","system":"greek","language":"greek","number_value":3786,"lemma":"ὄφελος","transliteration":"óphelos","pronunciation":null,"derivation":"from (to heap up, i.e. accumulate or benefit);","strongs_definition":"gain","kjv_definition":"advantageth, profit"} +{"id":"G36","strongs_number":"G36","system":"greek","language":"greek","number_value":36,"lemma":"ἀγενής","transliteration":"agenḗs","pronunciation":null,"derivation":"from G1 (Α) (as negative particle) and G1085 (γένος);","strongs_definition":"properly, without kin, i.e. (of unknown descent, and by implication) ignoble","kjv_definition":"base things"} +{"id":"G4683","strongs_number":"G4683","system":"greek","language":"greek","number_value":4683,"lemma":"σπαργανόω","transliteration":"sparganóō","pronunciation":null,"derivation":"from (a strip;","strongs_definition":"from a derivative of the base of G4682 (σπαράσσω) meaning to strap or wrap with strips); to swathe (an infant after the Oriental custom)","kjv_definition":"wrap in swaddling clothes"} +{"id":"G1181","strongs_number":"G1181","system":"greek","language":"greek","number_value":1181,"lemma":"δεκάτη","transliteration":"dekátē","pronunciation":null,"derivation":"feminine of G1182 (δέκατος);","strongs_definition":"a tenth, i.e. as a percentage or (technically) tithe","kjv_definition":"tenth (part), tithe"} +{"id":"G1515","strongs_number":"G1515","system":"greek","language":"greek","number_value":1515,"lemma":"εἰρήνη","transliteration":"eirḗnē","pronunciation":null,"derivation":"probably from a primary verb (to join);","strongs_definition":"peace (literally or figuratively); by implication, prosperity","kjv_definition":"one, peace, quietness, rest, + set at one again"} +{"id":"G2295","strongs_number":"G2295","system":"greek","language":"greek","number_value":2295,"lemma":"θαῦμα","transliteration":"thaûma","pronunciation":null,"derivation":"apparently from a form of G2300 (θεάομαι);","strongs_definition":"wonder (properly concrete; but by implication, abstract)","kjv_definition":"admiration"} +{"id":"G3086","strongs_number":"G3086","system":"greek","language":"greek","number_value":3086,"lemma":"λυτρωτής","transliteration":"lytrōtḗs","pronunciation":null,"derivation":"from G3084 (λυτρόω);","strongs_definition":"a redeemer (figuratively)","kjv_definition":"deliverer"} +{"id":"G988","strongs_number":"G988","system":"greek","language":"greek","number_value":988,"lemma":"βλασφημία","transliteration":"blasphēmía","pronunciation":null,"derivation":"from G989 (βλάσφημος);","strongs_definition":"vilification (especially against God)","kjv_definition":"blasphemy, evil speaking, railing"} +{"id":"G3904","strongs_number":"G3904","system":"greek","language":"greek","number_value":3904,"lemma":"παρασκευή","transliteration":"paraskeuḗ","pronunciation":null,"derivation":"as if from G3903 (παρασκευάζω);","strongs_definition":"readiness","kjv_definition":"preparation"} +{"id":"G425","strongs_number":"G425","system":"greek","language":"greek","number_value":425,"lemma":"ἄνεσις","transliteration":"ánesis","pronunciation":null,"derivation":"from G447 (ἀνίημι);","strongs_definition":"relaxation or (figuratively) relief","kjv_definition":"eased, liberty, rest"} +{"id":"G407","strongs_number":"G407","system":"greek","language":"greek","number_value":407,"lemma":"ἀνδρίζομαι","transliteration":"andrízomai","pronunciation":null,"derivation":"middle voice from G435 (ἀνήρ);","strongs_definition":"to act manly","kjv_definition":"quit like men"} +{"id":"G4650","strongs_number":"G4650","system":"greek","language":"greek","number_value":4650,"lemma":"σκορπίζω","transliteration":"skorpízō","pronunciation":null,"derivation":"apparently from the same as G4651 (σκορπίος) (through the idea of penetrating);","strongs_definition":"to dissipate, i.e. (figuratively) put to flight, waste, be liberal","kjv_definition":"disperse abroad, scatter (abroad)"} +{"id":"G999","strongs_number":"G999","system":"greek","language":"greek","number_value":999,"lemma":"βόθυνος","transliteration":"bóthynos","pronunciation":null,"derivation":"akin to G900 (βαθύνω);","strongs_definition":"a hole (in the ground); specially, a cistern","kjv_definition":"ditch, pit"} +{"id":"G2794","strongs_number":"G2794","system":"greek","language":"greek","number_value":2794,"lemma":"κίνδυνος","transliteration":"kíndynos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"danger","kjv_definition":"peril"} +{"id":"G337","strongs_number":"G337","system":"greek","language":"greek","number_value":337,"lemma":"ἀναιρέω","transliteration":"anairéō","pronunciation":null,"derivation":"from G303 (ἀνά) and (the active of) G138 (αἱρέομαι);","strongs_definition":"to take up, i.e. adopt; by implication, to take away (violently), i.e. abolish, murder","kjv_definition":"put to death, kill, slay, take away, take up"} +{"id":"G2049","strongs_number":"G2049","system":"greek","language":"greek","number_value":2049,"lemma":"ἐρημόω","transliteration":"erēmóō","pronunciation":null,"derivation":"from G2048 (ἔρημος);","strongs_definition":"to lay waste (literally or figuratively)","kjv_definition":"(bring to, make) desolate(-ion), come to nought"} +{"id":"G4618","strongs_number":"G4618","system":"greek","language":"greek","number_value":4618,"lemma":"σιτευτός","transliteration":"siteutós","pronunciation":null,"derivation":"from a derivative of G4621 (σῖτος);","strongs_definition":"grain-fed, i.e. fattened","kjv_definition":"fatted"} +{"id":"G2366","strongs_number":"G2366","system":"greek","language":"greek","number_value":2366,"lemma":"θύελλα","transliteration":"thýella","pronunciation":null,"derivation":"from G2380 (θύω) (in the sense of blowing) a storm","strongs_definition":null,"kjv_definition":"tempest"} +{"id":"G95","strongs_number":"G95","system":"greek","language":"greek","number_value":95,"lemma":"ἀδίκως","transliteration":"adíkōs","pronunciation":null,"derivation":"adverb from G94 (ἄδικος);","strongs_definition":"unjustly","kjv_definition":"wrongfully"} +{"id":"G2121","strongs_number":"G2121","system":"greek","language":"greek","number_value":2121,"lemma":"εὔκαιρος","transliteration":"eúkairos","pronunciation":null,"derivation":"from G2095 (εὖ) and G2540 (καιρός);","strongs_definition":"well-timed, i.e. opportune","kjv_definition":"convenient, in time of need"} +{"id":"G2950","strongs_number":"G2950","system":"greek","language":"greek","number_value":2950,"lemma":"κύμβαλον","transliteration":"kýmbalon","pronunciation":null,"derivation":"from a derivative of the base of G2949 (κῦμα);","strongs_definition":"a \"cymbal\" (as hollow)","kjv_definition":"cymbal"} +{"id":"G2739","strongs_number":"G2739","system":"greek","language":"greek","number_value":2739,"lemma":"καυματίζω","transliteration":"kaumatízō","pronunciation":null,"derivation":"from G2738 (καῦμα);","strongs_definition":"to burn","kjv_definition":"scorch"} +{"id":"G2798","strongs_number":"G2798","system":"greek","language":"greek","number_value":2798,"lemma":"κλάδος","transliteration":"kládos","pronunciation":null,"derivation":"from G2806 (κλάω);","strongs_definition":"a twig or bough (as if broken off)","kjv_definition":"branch"} +{"id":"G330","strongs_number":"G330","system":"greek","language":"greek","number_value":330,"lemma":"ἀναθάλλω","transliteration":"anathállō","pronunciation":null,"derivation":"from G303 (ἀνά) and (to flourish);","strongs_definition":"to revive","kjv_definition":"flourish again"} +{"id":"G3917","strongs_number":"G3917","system":"greek","language":"greek","number_value":3917,"lemma":"πάρδαλις","transliteration":"párdalis","pronunciation":null,"derivation":"feminine of (a panther);","strongs_definition":"a leopard","kjv_definition":"leopard"} +{"id":"G5258","strongs_number":"G5258","system":"greek","language":"greek","number_value":5258,"lemma":"ὕπνος","transliteration":"hýpnos","pronunciation":null,"derivation":"from an obsolete primary (perhaps akin to G5259 (ὑπό) through the idea of subsilience);","strongs_definition":"sleep, i.e. (figuratively) spiritual torpor","kjv_definition":"sleep"} +{"id":"G4353","strongs_number":"G4353","system":"greek","language":"greek","number_value":4353,"lemma":"προσκυνητής","transliteration":"proskynētḗs","pronunciation":null,"derivation":"from G4352 (προσκυνέω);","strongs_definition":"an adorer","kjv_definition":"worshipper"} +{"id":"G3647","strongs_number":"G3647","system":"greek","language":"greek","number_value":3647,"lemma":"ὁλοκληρία","transliteration":"holoklēría","pronunciation":null,"derivation":"from G3648 (ὁλόκληρος);","strongs_definition":"integrity, i.e. physical wholeness","kjv_definition":"perfect soundness"} +{"id":"G5416","strongs_number":"G5416","system":"greek","language":"greek","number_value":5416,"lemma":"φραγέλλιον","transliteration":"phragéllion","pronunciation":null,"derivation":"neuter of a derivative from the base of G5417 (φραγελλόω);","strongs_definition":"a whip, i.e. Roman lash as a public punishment","kjv_definition":"scourge"} +{"id":"G1894","strongs_number":"G1894","system":"greek","language":"greek","number_value":1894,"lemma":"ἐπειδή","transliteration":"epeidḗ","pronunciation":null,"derivation":"from G1893 (ἐπεί) and G1211 (δή);","strongs_definition":"since now, i.e. (of time) when, or (of cause) whereas","kjv_definition":"after that, because, for (that, -asmuch as), seeing, since"} +{"id":"G1576","strongs_number":"G1576","system":"greek","language":"greek","number_value":1576,"lemma":"ἐκκλείω","transliteration":"ekkleíō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2808 (κλείω);","strongs_definition":"to shut out (literally or figuratively)","kjv_definition":"exclude"} +{"id":"G900","strongs_number":"G900","system":"greek","language":"greek","number_value":900,"lemma":"βαθύνω","transliteration":"bathýnō","pronunciation":null,"derivation":"from G901 (βαθύς);","strongs_definition":"to deepen","kjv_definition":"deep"} +{"id":"G5222","strongs_number":"G5222","system":"greek","language":"greek","number_value":5222,"lemma":"ὑπάντησις","transliteration":"hypántēsis","pronunciation":null,"derivation":"from G5221 (ὑπαντάω);","strongs_definition":"an encounter or concurrence (with G1519 (εἰς) for infinitive, in order to fall in with)","kjv_definition":"meeting"} +{"id":"G4838","strongs_number":"G4838","system":"greek","language":"greek","number_value":4838,"lemma":"συμπαραλαμβάνω","transliteration":"symparalambánō","pronunciation":null,"derivation":"from G4862 (σύν) and G3880 (παραλαμβάνω);","strongs_definition":"to take along in company","kjv_definition":"take with"} +{"id":"G1101","strongs_number":"G1101","system":"greek","language":"greek","number_value":1101,"lemma":"γλωσσόκομον","transliteration":"glōssókomon","pronunciation":null,"derivation":"from G1100 (γλῶσσα) and the base of G2889 (κόσμος);","strongs_definition":"properly, a case (to keep mouthpieces of wind-instruments in) i.e. (by extension) a casket or (specially) purse","kjv_definition":"bag"} +{"id":"G1442","strongs_number":"G1442","system":"greek","language":"greek","number_value":1442,"lemma":"ἕβδομος","transliteration":"hébdomos","pronunciation":null,"derivation":"ordinal from G2033 (ἑπτά);","strongs_definition":"seventh","kjv_definition":"seventh"} +{"id":"G4828","strongs_number":"G4828","system":"greek","language":"greek","number_value":4828,"lemma":"συμμαρτυρέω","transliteration":"symmartyréō","pronunciation":null,"derivation":"from G4862 (σύν) and G3140 (μαρτυρέω);","strongs_definition":"to testify jointly, i.e. corroborate by (concurrent) evidence","kjv_definition":"testify unto, (also) bear witness (with)"} +{"id":"G3515","strongs_number":"G3515","system":"greek","language":"greek","number_value":3515,"lemma":"νηπιάζω","transliteration":"nēpiázō","pronunciation":null,"derivation":"from G3516 (νήπιος);","strongs_definition":"to act as a babe, i.e. (figuratively) innocently","kjv_definition":"be a child"} +{"id":"G2659","strongs_number":"G2659","system":"greek","language":"greek","number_value":2659,"lemma":"κατάνυξις","transliteration":"katányxis","pronunciation":null,"derivation":"from G2660 (κατανύσσω);","strongs_definition":"a prickling (sensation, as of the limbs asleep), i.e. (by implication, (perhaps by some confusion with G3506 (νεύω) or even with G3571 (νύξ))) stupor (lethargy)","kjv_definition":"slumber"} +{"id":"G4456","strongs_number":"G4456","system":"greek","language":"greek","number_value":4456,"lemma":"πωρόω","transliteration":"pōróō","pronunciation":null,"derivation":"apparently from (a kind of stone);","strongs_definition":"to petrify, i.e. (figuratively) to indurate (render stupid or callous)","kjv_definition":"blind, harden"} +{"id":"G2813","strongs_number":"G2813","system":"greek","language":"greek","number_value":2813,"lemma":"κλέπτω","transliteration":"kléptō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to filch","kjv_definition":"steal"} +{"id":"G4781","strongs_number":"G4781","system":"greek","language":"greek","number_value":4781,"lemma":"συγκάμπτω","transliteration":"synkámptō","pronunciation":null,"derivation":"from G4862 (σύν) and G2578 (κάμπτω);","strongs_definition":"to bend together, i.e. (figuratively) to afflict","kjv_definition":"bow down"} +{"id":"G2653","strongs_number":"G2653","system":"greek","language":"greek","number_value":2653,"lemma":"καταναθεματίζω","transliteration":"katanathematízō","pronunciation":null,"derivation":"from G2596 (κατά) (intensive) and G332 (ἀναθεματίζω);","strongs_definition":"to imprecate","kjv_definition":"curse"} +{"id":"G4006","strongs_number":"G4006","system":"greek","language":"greek","number_value":4006,"lemma":"πεποίθησις","transliteration":"pepoíthēsis","pronunciation":null,"derivation":"from the perfect of the alternate of G3958 (πάσχω);","strongs_definition":"reliance","kjv_definition":"confidence, trust"} +{"id":"G904","strongs_number":"G904","system":"greek","language":"greek","number_value":904,"lemma":"Βαλάκ","transliteration":"Balák","pronunciation":null,"derivation":"of Hebrew origin (H01111);","strongs_definition":"Balak, a Moabite","kjv_definition":"Balac"} +{"id":"G2576","strongs_number":"G2576","system":"greek","language":"greek","number_value":2576,"lemma":"καμμύω","transliteration":"kammýō","pronunciation":null,"derivation":"from a compound of G2596 (κατά) and the base of G3466 (μυστήριον);","strongs_definition":"to shut down, i.e. close the eyes","kjv_definition":"close"} +{"id":"G4830","strongs_number":"G4830","system":"greek","language":"greek","number_value":4830,"lemma":"συμμέτοχος","transliteration":"symmétochos","pronunciation":null,"derivation":"from G4862 (σύν) and G3353 (μέτοχος);","strongs_definition":"a co-participant","kjv_definition":"partaker"} +{"id":"G1114","strongs_number":"G1114","system":"greek","language":"greek","number_value":1114,"lemma":"γόης","transliteration":"góēs","pronunciation":null,"derivation":"from (to wail);","strongs_definition":"properly, a wizard (as muttering spells), i.e. (by implication) an imposter","kjv_definition":"seducer"} +{"id":"G4923","strongs_number":"G4923","system":"greek","language":"greek","number_value":4923,"lemma":"συνοδία","transliteration":"synodía","pronunciation":null,"derivation":"from a compound of G4862 (σύν) and G3598 (ὁδός) (\"synod\");","strongs_definition":"companionship on a journey, i.e. (by implication), a caravan","kjv_definition":"company"} +{"id":"G3822","strongs_number":"G3822","system":"greek","language":"greek","number_value":3822,"lemma":"παλαιόω","transliteration":"palaióō","pronunciation":null,"derivation":"from G3820 (παλαιός);","strongs_definition":"to make (passively, become) worn out, or declare obsolete","kjv_definition":"decay, make (wax) old"} +{"id":"G1598","strongs_number":"G1598","system":"greek","language":"greek","number_value":1598,"lemma":"ἐκπειράζω","transliteration":"ekpeirázō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3985 (πειράζω);","strongs_definition":"to test thoroughly","kjv_definition":"tempt"} +{"id":"G3420","strongs_number":"G3420","system":"greek","language":"greek","number_value":3420,"lemma":"μνήμη","transliteration":"mnḗmē","pronunciation":null,"derivation":"from G3403 (μιμνήσκω);","strongs_definition":"memory","kjv_definition":"remembrance"} +{"id":"G4388","strongs_number":"G4388","system":"greek","language":"greek","number_value":4388,"lemma":"προτίθεμαι","transliteration":"protíthemai","pronunciation":null,"derivation":"middle voice from G4253 (πρό) and G5087 (τίθημι);","strongs_definition":"to place before, i.e. (for oneself) to exhibit; (to oneself) to propose (determine)","kjv_definition":"purpose, set forth"} +{"id":"G3466","strongs_number":"G3466","system":"greek","language":"greek","number_value":3466,"lemma":"μυστήριον","transliteration":"mystḗrion","pronunciation":null,"derivation":"from a derivative of (to shut the mouth);","strongs_definition":"a secret or \"mystery\" (through the idea of silence imposed by initiation into religious rites)","kjv_definition":"mystery"} +{"id":"G4000","strongs_number":"G4000","system":"greek","language":"greek","number_value":4000,"lemma":"πεντακισχίλιοι","transliteration":"pentakischílioi","pronunciation":null,"derivation":"from G3999 (πεντάκις) and G5507 (χίλιοι);","strongs_definition":"five times a thousand","kjv_definition":"five thousand"} +{"id":"G2877","strongs_number":"G2877","system":"greek","language":"greek","number_value":2877,"lemma":"κοράσιον","transliteration":"korásion","pronunciation":null,"derivation":"neuter of a presumed derivative of (a maiden);","strongs_definition":"a (little) girl","kjv_definition":"damsel, maid"} +{"id":"G5311","strongs_number":"G5311","system":"greek","language":"greek","number_value":5311,"lemma":"ὕψος","transliteration":"hýpsos","pronunciation":null,"derivation":"from a derivative of G5228 (ὑπέρ);","strongs_definition":"elevation, i.e. (abstractly) altitude, (specially), the sky, or (figuratively) dignity","kjv_definition":"be exalted, height, (on) high"} +{"id":"G3152","strongs_number":"G3152","system":"greek","language":"greek","number_value":3152,"lemma":"μάταιος","transliteration":"mátaios","pronunciation":null,"derivation":"from the base of G3155 (μάτην);","strongs_definition":"empty, i.e. (literally) profitless, or (specially), an idol","kjv_definition":"vain, vanity"} +{"id":"G3850","strongs_number":"G3850","system":"greek","language":"greek","number_value":3850,"lemma":"παραβολή","transliteration":"parabolḗ","pronunciation":null,"derivation":"from G3846 (παραβάλλω);","strongs_definition":"a similitude (\"parable\"), i.e. (symbolic) fictitious narrative (of common life conveying a moral), apothegm or adage","kjv_definition":"comparison, figure, parable, proverb"} +{"id":"G3556","strongs_number":"G3556","system":"greek","language":"greek","number_value":3556,"lemma":"νοσσίον","transliteration":"nossíon","pronunciation":null,"derivation":"diminutive of G3502 (νεοσσός);","strongs_definition":"a birdling","kjv_definition":"chicken"} +{"id":"G2126","strongs_number":"G2126","system":"greek","language":"greek","number_value":2126,"lemma":"εὐλαβής","transliteration":"eulabḗs","pronunciation":null,"derivation":"from G2095 (εὖ) and G2983 (λαμβάνω);","strongs_definition":"taking well (carefully), i.e. circumspect (religiously, pious)","kjv_definition":"devout"} +{"id":"G1401","strongs_number":"G1401","system":"greek","language":"greek","number_value":1401,"lemma":"δοῦλος","transliteration":"doûlos","pronunciation":null,"derivation":"from G1210 (δέω);","strongs_definition":"a slave (literal or figurative, involuntary or voluntary; frequently, therefore in a qualified sense of subjection or subserviency)","kjv_definition":"bond(-man), servant"} +{"id":"G2852","strongs_number":"G2852","system":"greek","language":"greek","number_value":2852,"lemma":"κολαφίζω","transliteration":"kolaphízō","pronunciation":null,"derivation":"from a derivative of the base of G2849 (κολάζω);","strongs_definition":"to rap with the fist","kjv_definition":"buffet"} +{"id":"G4081","strongs_number":"G4081","system":"greek","language":"greek","number_value":4081,"lemma":"πηλός","transliteration":"pēlós","pronunciation":null,"derivation":"perhaps a primary word;","strongs_definition":"clay","kjv_definition":"clay"} +{"id":"G3549","strongs_number":"G3549","system":"greek","language":"greek","number_value":3549,"lemma":"νομοθετέω","transliteration":"nomothetéō","pronunciation":null,"derivation":"from G3550 (νομοθέτης);","strongs_definition":"to legislate, i.e. (passively) to have (the Mosaic) enactments injoined, be sanctioned (by them)","kjv_definition":"establish, receive the law"} +{"id":"G5580","strongs_number":"G5580","system":"greek","language":"greek","number_value":5580,"lemma":"ψευδόχριστος","transliteration":"pseudóchristos","pronunciation":null,"derivation":"from G5571 (ψευδής) and G5547 (Χριστός);","strongs_definition":"a spurious Messiah","kjv_definition":"false Christ"} +{"id":"G965","strongs_number":"G965","system":"greek","language":"greek","number_value":965,"lemma":"Βηθλεέμ","transliteration":"Bēthleém","pronunciation":null,"derivation":"of Hebrew origin (H01036);","strongs_definition":"Bethleem (i.e. Beth-lechem), a place in Palestine","kjv_definition":"Bethlehem"} +{"id":"G860","strongs_number":"G860","system":"greek","language":"greek","number_value":860,"lemma":"ἁφή","transliteration":"haphḗ","pronunciation":null,"derivation":"from G680 (ἅπτομαι);","strongs_definition":"probably a ligament (as fastening)","kjv_definition":"joint"} +{"id":"G5577","strongs_number":"G5577","system":"greek","language":"greek","number_value":5577,"lemma":"ψευδομαρτυρία","transliteration":"pseudomartyría","pronunciation":null,"derivation":"from G5575 (ψευδομάρτυρ);","strongs_definition":"untrue testimony","kjv_definition":"false witness"} +{"id":"G1780","strongs_number":"G1780","system":"greek","language":"greek","number_value":1780,"lemma":"ἐνταφιασμός","transliteration":"entaphiasmós","pronunciation":null,"derivation":"from G1779 (ἐνταφιάζω);","strongs_definition":"preparation for interment","kjv_definition":"burying"} +{"id":"G142","strongs_number":"G142","system":"greek","language":"greek","number_value":142,"lemma":"αἴρω","transliteration":"aírō","pronunciation":null,"derivation":"a primary root;","strongs_definition":"to lift up; by implication, to take up or away; figuratively, to raise (the voice), keep in suspense (the mind), specially, to sail away (i.e. weigh anchor); by Hebraism (compare H05375) to expiate sin","kjv_definition":"away with, bear (up), carry, lift up, loose, make to doubt, put away, remove, take (away, up)"} +{"id":"G4101","strongs_number":"G4101","system":"greek","language":"greek","number_value":4101,"lemma":"πιστικός","transliteration":"pistikós","pronunciation":null,"derivation":"from G4102 (πίστις);","strongs_definition":"trustworthy, i.e. genuine (unadulterated)","kjv_definition":"spike-(nard)"} +{"id":"G4066","strongs_number":"G4066","system":"greek","language":"greek","number_value":4066,"lemma":"περίχωρος","transliteration":"períchōros","pronunciation":null,"derivation":"from G4012 (περί) and G5561 (χώρα);","strongs_definition":"around the region, i.e. circumjacent (as noun, with G1093 (γῆ) implied vicinity)","kjv_definition":"country (round) about, region (that lieth) round about"} +{"id":"G2731","strongs_number":"G2731","system":"greek","language":"greek","number_value":2731,"lemma":"κατοίκησις","transliteration":"katoíkēsis","pronunciation":null,"derivation":"from G2730 (κατοικέω);","strongs_definition":"residence (properly, the act; but by implication, concretely, the mansion)","kjv_definition":"dwelling"} +{"id":"G2292","strongs_number":"G2292","system":"greek","language":"greek","number_value":2292,"lemma":"θαῤῥέω","transliteration":"tharrhéō","pronunciation":null,"derivation":"another form for G2293 (θαρσέω);","strongs_definition":"to exercise courage","kjv_definition":"be bold, X boldly, have confidence, be confident"} +{"id":"G5522","strongs_number":"G5522","system":"greek","language":"greek","number_value":5522,"lemma":"χόος","transliteration":"chóos","pronunciation":null,"derivation":"from the base of G5494 (χειμών);","strongs_definition":"a heap (as poured out), i.e. rubbish; loose dirt","kjv_definition":"dust"} +{"id":"G5262","strongs_number":"G5262","system":"greek","language":"greek","number_value":5262,"lemma":"ὑπόδειγμα","transliteration":"hypódeigma","pronunciation":null,"derivation":"from G5263 (ὑποδείκνυμι);","strongs_definition":"an exhibit for imitation or warning (figuratively, specimen, adumbration)","kjv_definition":"en-(ex-)ample, pattern"} +{"id":"G465","strongs_number":"G465","system":"greek","language":"greek","number_value":465,"lemma":"ἀντάλλαγμα","transliteration":"antállagma","pronunciation":null,"derivation":"from a compound of G473 (ἀντί) and G236 (ἀλλάσσω);","strongs_definition":"an equivalent or ransom","kjv_definition":"in exchange"} +{"id":"G1677","strongs_number":"G1677","system":"greek","language":"greek","number_value":1677,"lemma":"ἐλλογέω","transliteration":"ellogéō","pronunciation":null,"derivation":"from G1722 (ἐν) and G3056 (λόγος) (in the sense of account);","strongs_definition":"to reckon in, i.e. attribute","kjv_definition":"impute, put on account"} +{"id":"G2420","strongs_number":"G2420","system":"greek","language":"greek","number_value":2420,"lemma":"ἱερωσύνη","transliteration":"hierōsýnē","pronunciation":null,"derivation":"from G2413 (ἱερός);","strongs_definition":"sacredness, i.e. (by implication) the priestly office","kjv_definition":"priesthood"} +{"id":"G1879","strongs_number":"G1879","system":"greek","language":"greek","number_value":1879,"lemma":"ἐπαναπαύομαι","transliteration":"epanapaúomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and G373 (ἀναπαύω);","strongs_definition":"to settle on; literally (remain) or figuratively (rely)","kjv_definition":"rest in (upon)"} +{"id":"G1489","strongs_number":"G1489","system":"greek","language":"greek","number_value":1489,"lemma":"εἴγε","transliteration":"eíge","pronunciation":null,"derivation":"from G1487 (εἰ) and G1065 (γέ);","strongs_definition":"if indeed, seeing that, unless, (with negative) otherwise","kjv_definition":"if (so be that, yet)"} +{"id":"G5149","strongs_number":"G5149","system":"greek","language":"greek","number_value":5149,"lemma":"τρίζω","transliteration":"trízō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to creak (squeak), i.e. (by analogy) to grate the teeth (in frenzy)","kjv_definition":"gnash"} +{"id":"G5173","strongs_number":"G5173","system":"greek","language":"greek","number_value":5173,"lemma":"Τρυφῶσα","transliteration":"Tryphōsa","pronunciation":null,"derivation":"from G5172 (τρυφή);","strongs_definition":"luxuriating; Tryphosa, a Christian female","kjv_definition":"Tryphosa"} +{"id":"G3789","strongs_number":"G3789","system":"greek","language":"greek","number_value":3789,"lemma":"ὄφις","transliteration":"óphis","pronunciation":null,"derivation":"probably from G3700 (ὀπτάνομαι) (through the idea of sharpness of vision);","strongs_definition":"a snake, figuratively, (as a type of sly cunning) an artful malicious person, especially Satan","kjv_definition":"serpent"} +{"id":"G203","strongs_number":"G203","system":"greek","language":"greek","number_value":203,"lemma":"ἀκροβυστία","transliteration":"akrobystía","pronunciation":null,"derivation":"from G206 (ἄκρον) and probably a modified form of (the penis or male sexual organ);","strongs_definition":"the prepuce; by implication, an uncircumcised (i.e. gentile, figuratively, unregenerate) state or person","kjv_definition":"not circumcised, uncircumcised (with G2192 (ἔχω)), uncircumcision"} +{"id":"G4478","strongs_number":"G4478","system":"greek","language":"greek","number_value":4478,"lemma":"Ῥαχήλ","transliteration":"Rhachḗl","pronunciation":null,"derivation":"of Hebrew origin (H07354);","strongs_definition":"Rachel, the wife of Jacob","kjv_definition":"Rachel"} +{"id":"G2516","strongs_number":"G2516","system":"greek","language":"greek","number_value":2516,"lemma":"καθέζομαι","transliteration":"kathézomai","pronunciation":null,"derivation":"from G2596 (κατά) and the base of G1476 (ἑδραῖος);","strongs_definition":"to sit down","kjv_definition":"sit"} +{"id":"G4493","strongs_number":"G4493","system":"greek","language":"greek","number_value":4493,"lemma":"ῥιπή","transliteration":"rhipḗ","pronunciation":null,"derivation":"from G4496 (ῥίπτω);","strongs_definition":"a jerk (of the eye, i.e. (by analogy) an instant)","kjv_definition":"twinkling"} +{"id":"G5244","strongs_number":"G5244","system":"greek","language":"greek","number_value":5244,"lemma":"ὑπερήφανος","transliteration":"hyperḗphanos","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G5316 (φαίνω);","strongs_definition":"appearing above others (conspicuous), i.e. (figuratively) haughty","kjv_definition":"proud"} +{"id":"G3713","strongs_number":"G3713","system":"greek","language":"greek","number_value":3713,"lemma":"ὀρέγομαι","transliteration":"orégomai","pronunciation":null,"derivation":"middle voice of apparently a prolonged form of an obsolete primary (compare G3735 (ὄρος));","strongs_definition":"to stretch oneself, i.e. reach out after (long for)","kjv_definition":"covet after, desire"} +{"id":"G29","strongs_number":"G29","system":"greek","language":"greek","number_value":29,"lemma":"ἀγγαρεύω","transliteration":"angareúō","pronunciation":null,"derivation":"of foreign origin (compare H0104);","strongs_definition":"properly, to be a courier, i.e. (by implication) to press into public service","kjv_definition":"compel (to go)"} +{"id":"G985","strongs_number":"G985","system":"greek","language":"greek","number_value":985,"lemma":"βλαστάνω","transliteration":"blastánō","pronunciation":null,"derivation":"from (a sprout);","strongs_definition":"to germinate; by implication, to yield fruit","kjv_definition":"bring forth, bud, spring (up)"} +{"id":"G2061","strongs_number":"G2061","system":"greek","language":"greek","number_value":2061,"lemma":"Ἑρμογένης","transliteration":"Hermogénēs","pronunciation":null,"derivation":"from G2060 (Ἑρμῆς) and G1096 (γίνομαι);","strongs_definition":"born of Hermes; Hermogenes, an apostate Christian","kjv_definition":"Hermogenes"} +{"id":"G2769","strongs_number":"G2769","system":"greek","language":"greek","number_value":2769,"lemma":"κεράτιον","transliteration":"kerátion","pronunciation":null,"derivation":"neuter of a presumed derivative of G2768 (κέρας);","strongs_definition":"something horned, i.e. (specially) the pod of the carob-tree","kjv_definition":"husk"} +{"id":"G4744","strongs_number":"G4744","system":"greek","language":"greek","number_value":4744,"lemma":"στίλβω","transliteration":"stílbō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to gleam, i.e. flash intensely","kjv_definition":"shining"} +{"id":"G5441","strongs_number":"G5441","system":"greek","language":"greek","number_value":5441,"lemma":"φύλαξ","transliteration":"phýlax","pronunciation":null,"derivation":"from G5442 (φυλάσσω);","strongs_definition":"a watcher or sentry","kjv_definition":"keeper"} +{"id":"G4963","strongs_number":"G4963","system":"greek","language":"greek","number_value":4963,"lemma":"συστροφή","transliteration":"systrophḗ","pronunciation":null,"derivation":"from G4962 (συστρέφω);","strongs_definition":"a twisting together, i.e. (figuratively) a secret coalition, riotous crowd","kjv_definition":"+ band together, concourse"} +{"id":"G3322","strongs_number":"G3322","system":"greek","language":"greek","number_value":3322,"lemma":"μεσόω","transliteration":"mesóō","pronunciation":null,"derivation":"from G3319 (μέσος);","strongs_definition":"to form the middle, i.e. (in point of time), to be half-way over","kjv_definition":"be about the midst"} +{"id":"G316","strongs_number":"G316","system":"greek","language":"greek","number_value":316,"lemma":"ἀναγκαῖος","transliteration":"anankaîos","pronunciation":null,"derivation":"from G318 (ἀνάγκη);","strongs_definition":"necessary; by implication, close (of kin)","kjv_definition":"near, necessary, necessity, needful"} +{"id":"G329","strongs_number":"G329","system":"greek","language":"greek","number_value":329,"lemma":"ἀναζωπυρέω","transliteration":"anazōpyréō","pronunciation":null,"derivation":"from G303 (ἀνά) and a compound of the base of G2226 (ζῶον) and G4442 (πῦρ);","strongs_definition":"to re-enkindle","kjv_definition":"stir up"} +{"id":"G512","strongs_number":"G512","system":"greek","language":"greek","number_value":512,"lemma":"ἀνωφελής","transliteration":"anōphelḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and the base of G5624 (ὠφέλιμος);","strongs_definition":"useless or (neuter) inutility","kjv_definition":"unprofitable(-ness)"} +{"id":"G2393","strongs_number":"G2393","system":"greek","language":"greek","number_value":2393,"lemma":"ἴασπις","transliteration":"íaspis","pronunciation":null,"derivation":"probably of foreign origin (see H03471);","strongs_definition":"\"jasper\", a gem","kjv_definition":"jasper"} +{"id":"G5440","strongs_number":"G5440","system":"greek","language":"greek","number_value":5440,"lemma":"φυλακτήριον","transliteration":"phylaktḗrion","pronunciation":null,"derivation":"neuter of a derivative of G5442 (φυλάσσω);","strongs_definition":"a guard-case, i.e. \"phylactery\" for wearing slips of Scripture texts","kjv_definition":"phylactery"} +{"id":"G515","strongs_number":"G515","system":"greek","language":"greek","number_value":515,"lemma":"ἀξιόω","transliteration":"axióō","pronunciation":null,"derivation":"from G514 (ἄξιος);","strongs_definition":"to deem entitled or fit","kjv_definition":"desire, think good, count (think) worthy"} +{"id":"G2734","strongs_number":"G2734","system":"greek","language":"greek","number_value":2734,"lemma":"κατοπτρίζομαι","transliteration":"katoptrízomai","pronunciation":null,"derivation":"middle voice from a compound of G2596 (κατά) and a derivative of G3700 (ὀπτάνομαι) (compare G2072 (ἔσοπτρον));","strongs_definition":"to mirror oneself, i.e. to see reflected (figuratively)","kjv_definition":"behold as in a glass"} +{"id":"G1349","strongs_number":"G1349","system":"greek","language":"greek","number_value":1349,"lemma":"δίκη","transliteration":"díkē","pronunciation":null,"derivation":"probably from G1166 (δεικνύω);","strongs_definition":"right (as self-evident), i.e. justice (the principle, a decision, or its execution)","kjv_definition":"judgment, punish, vengeance"} +{"id":"G1967","strongs_number":"G1967","system":"greek","language":"greek","number_value":1967,"lemma":"ἐπιούσιος","transliteration":"epioúsios","pronunciation":null,"derivation":"perhaps from the same as G1966 (ἐπιοῦσα);","strongs_definition":"tomorrow's; but more probably from G1909 (ἐπί) and a derivative of the present participle feminine of G1510 (εἰμί); for subsistence, i.e. needful","kjv_definition":"daily"} +{"id":"G4095","strongs_number":"G4095","system":"greek","language":"greek","number_value":4095,"lemma":"πίνω","transliteration":"pínō","pronunciation":null,"derivation":"a prolonged form of ; which (together with another form) ; occurs only as an alternate in certain tenses;","strongs_definition":"to imbibe (literally or figuratively)","kjv_definition":"drink"} +{"id":"G353","strongs_number":"G353","system":"greek","language":"greek","number_value":353,"lemma":"ἀναλαμβάνω","transliteration":"analambánō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2983 (λαμβάνω);","strongs_definition":"to take up","kjv_definition":"receive up, take (in, unto, up)"} +{"id":"G2007","strongs_number":"G2007","system":"greek","language":"greek","number_value":2007,"lemma":"ἐπιτίθημι","transliteration":"epitíthēmi","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5087 (τίθημι);","strongs_definition":"to impose (in a friendly or hostile sense)","kjv_definition":"add unto, lade, lay upon, put (up) on, set on (up), + surname, X wound"} +{"id":"G2372","strongs_number":"G2372","system":"greek","language":"greek","number_value":2372,"lemma":"θυμός","transliteration":"thymós","pronunciation":null,"derivation":"from G2380 (θύω);","strongs_definition":"passion (as if breathing hard)","kjv_definition":"fierceness, indignation, wrath"} +{"id":"G2611","strongs_number":"G2611","system":"greek","language":"greek","number_value":2611,"lemma":"καταδέω","transliteration":"katadéō","pronunciation":null,"derivation":"from G2596 (κατά) and G1210 (δέω);","strongs_definition":"to tie down, i.e. bandage (a wound)","kjv_definition":"bind up"} +{"id":"G2572","strongs_number":"G2572","system":"greek","language":"greek","number_value":2572,"lemma":"καλύπτω","transliteration":"kalýptō","pronunciation":null,"derivation":"akin to G2813 (κλέπτω) and G2928 (κρύπτω);","strongs_definition":"to cover up (literally or figuratively)","kjv_definition":"cover, hide"} +{"id":"G5218","strongs_number":"G5218","system":"greek","language":"greek","number_value":5218,"lemma":"ὑπακοή","transliteration":"hypakoḗ","pronunciation":null,"derivation":"from G5219 (ὑπακούω);","strongs_definition":"attentive hearkening, i.e. (by implication) compliance or submission","kjv_definition":"obedience, (make) obedient, obey(-ing)"} +{"id":"G5500","strongs_number":"G5500","system":"greek","language":"greek","number_value":5500,"lemma":"χειροτονέω","transliteration":"cheirotonéō","pronunciation":null,"derivation":"from a comparative of G5495 (χείρ) and (to stretch);","strongs_definition":"to be a hand-reacher or voter (by raising the hand), i.e. (generally) to select or appoint","kjv_definition":"choose, ordain"} +{"id":"G1728","strongs_number":"G1728","system":"greek","language":"greek","number_value":1728,"lemma":"ἐνάρχομαι","transliteration":"enárchomai","pronunciation":null,"derivation":"from G1722 (ἐν) and G756 (ἄρχομαι);","strongs_definition":"to commence on","kjv_definition":"rule (by mistake for G757 (ἄρχω))"} +{"id":"G1619","strongs_number":"G1619","system":"greek","language":"greek","number_value":1619,"lemma":"ἐκτενῶς","transliteration":"ektenōs","pronunciation":null,"derivation":"adverb from G1618 (ἐκτενής);","strongs_definition":"intently","kjv_definition":"fervently"} +{"id":"G2866","strongs_number":"G2866","system":"greek","language":"greek","number_value":2866,"lemma":"κομψότερον","transliteration":"kompsóteron","pronunciation":null,"derivation":"neuter comparative of a derivative of the base of 2865 (meaning, properly, well dressed, i.e. nice);","strongs_definition":"figuratively, convalescent","kjv_definition":"+ began to amend"} +{"id":"G3856","strongs_number":"G3856","system":"greek","language":"greek","number_value":3856,"lemma":"παραδειγματίζω","transliteration":"paradeigmatízō","pronunciation":null,"derivation":"from G3844 (παρά) and G1165 (δειγματίζω);","strongs_definition":"to show alongside (the public), i.e. expose to infamy","kjv_definition":"make a public example, put to an open shame"} +{"id":"G2310","strongs_number":"G2310","system":"greek","language":"greek","number_value":2310,"lemma":"θεμέλιος","transliteration":"themélios","pronunciation":null,"derivation":"from a derivative of G5087 (τίθημι);","strongs_definition":"something put down, i.e. a substruction (of a building, etc.), (literally or figuratively)","kjv_definition":"foundation"} +{"id":"G4090","strongs_number":"G4090","system":"greek","language":"greek","number_value":4090,"lemma":"πικρῶς","transliteration":"pikrōs","pronunciation":null,"derivation":"adverb from G4089 (πικρός);","strongs_definition":"bitterly, i.e. (figuratively) violently","kjv_definition":"bitterly"} +{"id":"G4087","strongs_number":"G4087","system":"greek","language":"greek","number_value":4087,"lemma":"πικραίνω","transliteration":"pikraínō","pronunciation":null,"derivation":"from G4089 (πικρός);","strongs_definition":"to embitter (literally or figuratively)","kjv_definition":"be (make) bitter"} +{"id":"G3991","strongs_number":"G3991","system":"greek","language":"greek","number_value":3991,"lemma":"πέμπτος","transliteration":"pémptos","pronunciation":null,"derivation":"from G4002 (πέντε);","strongs_definition":"fifth","kjv_definition":"fifth"} +{"id":"G5124","strongs_number":"G5124","system":"greek","language":"greek","number_value":5124,"lemma":"τοῦτο","transliteration":"toûto","pronunciation":null,"derivation":"neuter singular nominative or accusative case of G3778 (οὗτος);","strongs_definition":"that thing","kjv_definition":"here (-unto), it, partly, self(-same), so, that (intent), the same, there(-fore, -unto), this, thus, where(-fore)"} +{"id":"G2943","strongs_number":"G2943","system":"greek","language":"greek","number_value":2943,"lemma":"κυκλόθεν","transliteration":"kyklóthen","pronunciation":null,"derivation":"adverb from the same as G2945 (κύκλῳ);","strongs_definition":"from the circle, i.e. all around","kjv_definition":"(round) about"} +{"id":"G937","strongs_number":"G937","system":"greek","language":"greek","number_value":937,"lemma":"βασιλικός","transliteration":"basilikós","pronunciation":null,"derivation":"from G935 (βασιλεύς);","strongs_definition":"regal (in relation), i.e. (literally) belonging to (or befitting) the sovereign (as land, dress, or a courtier), or (figuratively) preeminent","kjv_definition":"king's, nobleman, royal"} +{"id":"G905","strongs_number":"G905","system":"greek","language":"greek","number_value":905,"lemma":"βαλάντιον","transliteration":"balántion","pronunciation":null,"derivation":"probably remotely from G906 (βάλλω) (as a depository);","strongs_definition":"a pouch (for money)","kjv_definition":"bag, purse"} +{"id":"G2462","strongs_number":"G2462","system":"greek","language":"greek","number_value":2462,"lemma":"ἵππος","transliteration":"híppos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a horse","kjv_definition":"horse"} +{"id":"G3986","strongs_number":"G3986","system":"greek","language":"greek","number_value":3986,"lemma":"πειρασμός","transliteration":"peirasmós","pronunciation":null,"derivation":"from G3985 (πειράζω);","strongs_definition":"a putting to proof (by experiment (of good), experience (of evil), solicitation, discipline or provocation); by implication, adversity","kjv_definition":"temptation, X try"} +{"id":"G4293","strongs_number":"G4293","system":"greek","language":"greek","number_value":4293,"lemma":"προκαταγγέλλω","transliteration":"prokatangéllō","pronunciation":null,"derivation":"from G4253 (πρό) and G2605 (καταγγέλλω);","strongs_definition":"to anounce beforehand, i.e. predict, promise","kjv_definition":"foretell, have notice, (shew) before"} +{"id":"G4380","strongs_number":"G4380","system":"greek","language":"greek","number_value":4380,"lemma":"προσωποληπτέω","transliteration":"prosōpolēptéō","pronunciation":null,"derivation":"from G4381 (προσωπολήπτης);","strongs_definition":"to favor an individual, i.e. show partiality","kjv_definition":"have respect to persons"} +{"id":"G2325","strongs_number":"G2325","system":"greek","language":"greek","number_value":2325,"lemma":"θερίζω","transliteration":"therízō","pronunciation":null,"derivation":"from G2330 (θέρος) (in the sense of the crop);","strongs_definition":"to harvest","kjv_definition":"reap"} +{"id":"G1221","strongs_number":"G1221","system":"greek","language":"greek","number_value":1221,"lemma":"δήποτε","transliteration":"dḗpote","pronunciation":null,"derivation":"from G1211 (δή) and G4218 (ποτέ);","strongs_definition":"a particle of generalization; indeed, at any time","kjv_definition":"(what-)soever"} +{"id":"G5604","strongs_number":"G5604","system":"greek","language":"greek","number_value":5604,"lemma":"ὠδίν","transliteration":"ōdín","pronunciation":null,"derivation":"akin to G3601 (ὀδύνη);","strongs_definition":"a pang or throe, especially of childbirth","kjv_definition":"pain, sorrow, travail"} +{"id":"G493","strongs_number":"G493","system":"greek","language":"greek","number_value":493,"lemma":"Ἀντίπας","transliteration":"Antípas","pronunciation":null,"derivation":"contracted for a compound of G473 (ἀντί) and a derivative of G3962 (πατήρ);","strongs_definition":"Antipas, a Christian","kjv_definition":"Antipas"} +{"id":"G4364","strongs_number":"G4364","system":"greek","language":"greek","number_value":4364,"lemma":"προσποιέομαι","transliteration":"prospoiéomai","pronunciation":null,"derivation":"middle voice from G4314 (πρός) and G4160 (ποιέω);","strongs_definition":"to do forward for oneself, i.e. pretend (as if about to do a thing)","kjv_definition":"make as though"} +{"id":"G3718","strongs_number":"G3718","system":"greek","language":"greek","number_value":3718,"lemma":"ὀρθοτομέω","transliteration":"orthotoméō","pronunciation":null,"derivation":"from a compound of G3717 (ὀρθός) and the base of G5114 (τομώτερος), to make a straight cut, i.e. (figuratively) to dissect (expound) correctly (the divine message)","strongs_definition":null,"kjv_definition":"rightly divide"} +{"id":"G3008","strongs_number":"G3008","system":"greek","language":"greek","number_value":3008,"lemma":"λειτουργέω","transliteration":"leitourgéō","pronunciation":null,"derivation":"from G3011 (λειτουργός);","strongs_definition":"to be a public servant, i.e. (by analogy) to perform religious or charitable functions (worship, obey, relieve)","kjv_definition":"minister"} +{"id":"G1502","strongs_number":"G1502","system":"greek","language":"greek","number_value":1502,"lemma":"εἴκω","transliteration":"eíkō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"properly, to be weak, i.e. yield","kjv_definition":"give place"} +{"id":"G735","strongs_number":"G735","system":"greek","language":"greek","number_value":735,"lemma":"Ἄρτεμις","transliteration":"Ártemis","pronunciation":null,"derivation":"probably from the same as G736 (ἀρτέμων);","strongs_definition":"prompt; Artemis, the name of a Grecian goddess borrowed by the Asiatics for one of their deities","kjv_definition":"Diana"} +{"id":"G3511","strongs_number":"G3511","system":"greek","language":"greek","number_value":3511,"lemma":"νεωκόρος","transliteration":"neōkóros","pronunciation":null,"derivation":"from a form of G3485 (ναός) and (to sweep);","strongs_definition":"a temple-servant, i.e. (by implication) a votary","kjv_definition":"worshipper"} +{"id":"G1050","strongs_number":"G1050","system":"greek","language":"greek","number_value":1050,"lemma":"Γάϊος","transliteration":"Gáïos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Gaius (i.e. Caius), a Christian","kjv_definition":"Gaius"} +{"id":"G2182","strongs_number":"G2182","system":"greek","language":"greek","number_value":2182,"lemma":"ἐφευρετής","transliteration":"epheuretḗs","pronunciation":null,"derivation":"from a compound of G1909 (ἐπί) and G2147 (εὑρίσκω);","strongs_definition":"a discoverer, i.e. contriver","kjv_definition":"inventor"} +{"id":"G3688","strongs_number":"G3688","system":"greek","language":"greek","number_value":3688,"lemma":"ὄνος","transliteration":"ónos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a donkey","kjv_definition":"an ass"} +{"id":"G1602","strongs_number":"G1602","system":"greek","language":"greek","number_value":1602,"lemma":"ἐκπλέω","transliteration":"ekpléō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4126 (πλέω);","strongs_definition":"to depart by ship","kjv_definition":"sail (away, thence)"} +{"id":"G1808","strongs_number":"G1808","system":"greek","language":"greek","number_value":1808,"lemma":"ἐξαίρω","transliteration":"exaírō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G142 (αἴρω);","strongs_definition":"to remove","kjv_definition":"put (take) away"} +{"id":"G3701","strongs_number":"G3701","system":"greek","language":"greek","number_value":3701,"lemma":"ὀπτασία","transliteration":"optasía","pronunciation":null,"derivation":"from a presumed derivative of G3700 (ὀπτάνομαι);","strongs_definition":"visuality, i.e. (concretely) an apparition","kjv_definition":"vision"} +{"id":"G4876","strongs_number":"G4876","system":"greek","language":"greek","number_value":4876,"lemma":"συναντάω","transliteration":"synantáō","pronunciation":null,"derivation":"from G4862 (σύν) and a derivative of G473 (ἀντί);","strongs_definition":"to meet with; figuratively, to occur","kjv_definition":"befall, meet"} +{"id":"G1923","strongs_number":"G1923","system":"greek","language":"greek","number_value":1923,"lemma":"ἐπιγραφή","transliteration":"epigraphḗ","pronunciation":null,"derivation":"from G1924 (ἐπιγράφω);","strongs_definition":"an inscription","kjv_definition":"superscription"} +{"id":"G1314","strongs_number":"G1314","system":"greek","language":"greek","number_value":1314,"lemma":"διαφυλάσσω","transliteration":"diaphylássō","pronunciation":null,"derivation":"from G1223 (διά) and G5442 (φυλάσσω);","strongs_definition":"to guard thoroughly, i.e. protect","kjv_definition":"keep"} +{"id":"G4815","strongs_number":"G4815","system":"greek","language":"greek","number_value":4815,"lemma":"συλλαμβάνω","transliteration":"syllambánō","pronunciation":null,"derivation":"from G4862 (σύν) and G2983 (λαμβάνω);","strongs_definition":"to clasp, i.e. seize (arrest, capture); specially, to conceive (literally or figuratively); by implication, to aid","kjv_definition":"catch, conceive, help, take"} +{"id":"G4892","strongs_number":"G4892","system":"greek","language":"greek","number_value":4892,"lemma":"συνέδριον","transliteration":"synédrion","pronunciation":null,"derivation":"neuter of a presumed derivative of a compound of G4862 (σύν) and the base of G1476 (ἑδραῖος);","strongs_definition":"a joint session, i.e. (specially), the Jewish Sanhedrin; by analogy, a subordinate tribunal","kjv_definition":"council"} +{"id":"G2957","strongs_number":"G2957","system":"greek","language":"greek","number_value":2957,"lemma":"Κυρήνη","transliteration":"Kyrḗnē","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Cyrene, a region of Africa","kjv_definition":"Cyrene"} +{"id":"G2690","strongs_number":"G2690","system":"greek","language":"greek","number_value":2690,"lemma":"καταστρέφω","transliteration":"katastréphō","pronunciation":null,"derivation":"from G2596 (κατά) and G4762 (στρέφω);","strongs_definition":"to turn upside down, i.e. upset","kjv_definition":"overthrow"} +{"id":"G2829","strongs_number":"G2829","system":"greek","language":"greek","number_value":2829,"lemma":"κλοπή","transliteration":"klopḗ","pronunciation":null,"derivation":"from G2813 (κλέπτω);","strongs_definition":"stealing","kjv_definition":"theft"} +{"id":"G3123","strongs_number":"G3123","system":"greek","language":"greek","number_value":3123,"lemma":"μᾶλλον","transliteration":"mâllon","pronunciation":null,"derivation":"neuter of the comparative of the same as G3122 (μάλιστα);","strongs_definition":"(adverbially) more (in a greater degree)) or rather","kjv_definition":"+ better, X far, (the) more (and more), (so) much (the more), rather"} +{"id":"G2984","strongs_number":"G2984","system":"greek","language":"greek","number_value":2984,"lemma":"Λάμεχ","transliteration":"Lámech","pronunciation":null,"derivation":"of Hebrew origin (H03929);","strongs_definition":"Lamech (i.e. Lemek), a patriarch","kjv_definition":"Lamech"} +{"id":"G3562","strongs_number":"G3562","system":"greek","language":"greek","number_value":3562,"lemma":"νουνεχῶς","transliteration":"nounechōs","pronunciation":null,"derivation":"adverb from a comparative of the accusative case of G3563 (νοῦς) and G2192 (ἔχω);","strongs_definition":"in a mind-having way, i.e. prudently","kjv_definition":"discreetly"} +{"id":"G640","strongs_number":"G640","system":"greek","language":"greek","number_value":640,"lemma":"ἀπορία","transliteration":"aporía","pronunciation":null,"derivation":"from the same as G639 (ἀπορέω);","strongs_definition":"a (state of) quandary","kjv_definition":"perplexity"} +{"id":"G2624","strongs_number":"G2624","system":"greek","language":"greek","number_value":2624,"lemma":"κατακληροδοτέω","transliteration":"kataklērodotéō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of a compound of G2819 (κλῆρος) and G1325 (δίδωμι);","strongs_definition":"to be a giver of lots to each, i.e. (by implication) to apportion an estate","kjv_definition":"divide by lot"} +{"id":"G1460","strongs_number":"G1460","system":"greek","language":"greek","number_value":1460,"lemma":"ἐγκατοικέω","transliteration":"enkatoikéō","pronunciation":null,"derivation":"from G1722 (ἐν) and G2730 (κατοικέω);","strongs_definition":"to settle down in a place, i.e. reside","kjv_definition":"dwell among"} +{"id":"G641","strongs_number":"G641","system":"greek","language":"greek","number_value":641,"lemma":"ἀποῤῥίπτω","transliteration":"aporrhíptō","pronunciation":null,"derivation":"from G575 (ἀπό) and G4496 (ῥίπτω);","strongs_definition":"to hurl off, i.e. precipitate (oneself)","kjv_definition":"cast"} +{"id":"G3963","strongs_number":"G3963","system":"greek","language":"greek","number_value":3963,"lemma":"Πάτμος","transliteration":"Pátmos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Patmus, an islet in the Mediterranean","kjv_definition":"Patmos"} +{"id":"G807","strongs_number":"G807","system":"greek","language":"greek","number_value":807,"lemma":"ἀσχημονέω","transliteration":"aschēmonéō","pronunciation":null,"derivation":"from G809 (ἀσχήμων);","strongs_definition":"to be (i.e. act) unbecoming","kjv_definition":"behave self uncomely (unseemly)"} +{"id":"G1282","strongs_number":"G1282","system":"greek","language":"greek","number_value":1282,"lemma":"διαπρίω","transliteration":"diapríō","pronunciation":null,"derivation":"from G1223 (διά) and the base of G4249 (πρίζω);","strongs_definition":"to saw asunder, i.e. (figuratively) to exasperate","kjv_definition":"cut (to the heart)"} +{"id":"G772","strongs_number":"G772","system":"greek","language":"greek","number_value":772,"lemma":"ἀσθενής","transliteration":"asthenḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and the base of G4599 (σθενόω);","strongs_definition":"strengthless (in various applications, literal, figurative and moral)","kjv_definition":"more feeble, impotent, sick, without strength, weak(-er, -ness, thing)"} +{"id":"G2270","strongs_number":"G2270","system":"greek","language":"greek","number_value":2270,"lemma":"ἡσυχάζω","transliteration":"hēsycházō","pronunciation":null,"derivation":"from the same as G2272 (ἡσύχιος);","strongs_definition":"to keep still (intransitively), i.e. refrain from labor, meddlesomeness or speech","kjv_definition":"cease, hold peace, be quiet, rest"} +{"id":"G842","strongs_number":"G842","system":"greek","language":"greek","number_value":842,"lemma":"αὐτάρκης","transliteration":"autárkēs","pronunciation":null,"derivation":"from G846 (αὐτός) and G714 (ἀρκέω);","strongs_definition":"self-complacent, i.e. contented","kjv_definition":"content"} +{"id":"G1919","strongs_number":"G1919","system":"greek","language":"greek","number_value":1919,"lemma":"ἐπίγειος","transliteration":"epígeios","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1093 (γῆ);","strongs_definition":"worldly (physically or morally)","kjv_definition":"earthly, in earth, terrestrial"} +{"id":"G1951","strongs_number":"G1951","system":"greek","language":"greek","number_value":1951,"lemma":"ἐπιλέγομαι","transliteration":"epilégomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and G3004 (λέγω);","strongs_definition":"to surname, select","kjv_definition":"call, choose"} +{"id":"G3740","strongs_number":"G3740","system":"greek","language":"greek","number_value":3740,"lemma":"ὁσάκις","transliteration":"hosákis","pronunciation":null,"derivation":"multiple adverb from G3739 (ὅς);","strongs_definition":"how (i.e. with G302 (ἄν), so) many times as","kjv_definition":"as oft(-en) as"} +{"id":"G4211","strongs_number":"G4211","system":"greek","language":"greek","number_value":4211,"lemma":"πορφυρόπωλις","transliteration":"porphyrópōlis","pronunciation":null,"derivation":"feminine of a compound of G4209 (πορφύρα) and G4453 (πωλέω);","strongs_definition":"a female trader in purple cloth","kjv_definition":"seller of purple"} +{"id":"G4839","strongs_number":"G4839","system":"greek","language":"greek","number_value":4839,"lemma":"συμπαραμένω","transliteration":"symparaménō","pronunciation":null,"derivation":"from G4862 (σύν) and G3887 (παραμένω);","strongs_definition":"to remain in company, i.e. still live","kjv_definition":"continue with"} +{"id":"G3716","strongs_number":"G3716","system":"greek","language":"greek","number_value":3716,"lemma":"ὀρθοποδέω","transliteration":"orthopodéō","pronunciation":null,"derivation":"from a compound of G3717 (ὀρθός) and G4228 (πούς);","strongs_definition":"to be straight-footed, i.e. (figuratively) to go directly forward","kjv_definition":"walk uprightly"} +{"id":"G1424","strongs_number":"G1424","system":"greek","language":"greek","number_value":1424,"lemma":"δυσμή","transliteration":"dysmḗ","pronunciation":null,"derivation":"from G1416 (δύνω);","strongs_definition":"the sun-set, i.e. (by implication) the western region","kjv_definition":"west"} +{"id":"G2068","strongs_number":"G2068","system":"greek","language":"greek","number_value":2068,"lemma":"ἐσθίω","transliteration":"esthíō","pronunciation":null,"derivation":"strengthened for a primary (to eat);","strongs_definition":"used only in certain tenses, the rest being supplied by G5315 (φάγω); to eat (usually literal)","kjv_definition":"devour, eat, live"} +{"id":"G3496","strongs_number":"G3496","system":"greek","language":"greek","number_value":3496,"lemma":"Νεάπολις","transliteration":"Neápolis","pronunciation":null,"derivation":"from G3501 (νέος) and G4172 (πόλις);","strongs_definition":"new town; Neapolis, a place in Macedonia","kjv_definition":"Neapolis"} +{"id":"G4785","strongs_number":"G4785","system":"greek","language":"greek","number_value":4785,"lemma":"συγκαταψηφίζω","transliteration":"synkatapsēphízō","pronunciation":null,"derivation":"from G4862 (σύν) and a compound of G2596 (κατά) and G5585 (ψηφίζω);","strongs_definition":"to count down in company with, i.e. enroll among","kjv_definition":"number with"} +{"id":"G1885","strongs_number":"G1885","system":"greek","language":"greek","number_value":1885,"lemma":"ἐπαρχία","transliteration":"eparchía","pronunciation":null,"derivation":"from a compound of G1909 (ἐπί) and G757 (ἄρχω) (meaning a governor of a district, \"eparch\");","strongs_definition":"a special region of government, i.e. a Roman præfecture","kjv_definition":"province"} +{"id":"G679","strongs_number":"G679","system":"greek","language":"greek","number_value":679,"lemma":"ἄπταιστος","transliteration":"áptaistos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G4417 (πταίω);","strongs_definition":"not stumbling, i.e. (figuratively) without sin","kjv_definition":"from falling"} +{"id":"G4147","strongs_number":"G4147","system":"greek","language":"greek","number_value":4147,"lemma":"πλουτέω","transliteration":"ploutéō","pronunciation":null,"derivation":"from G4148 (πλουτίζω);","strongs_definition":"to be (or become) wealthy (literally or figuratively)","kjv_definition":"be increased with goods, (be made, wax) rich"} +{"id":"G5199","strongs_number":"G5199","system":"greek","language":"greek","number_value":5199,"lemma":"ὑγιής","transliteration":"hygiḗs","pronunciation":null,"derivation":"from the base of G837 (αὐξάνω);","strongs_definition":"healthy, i.e. well (in body); figuratively, true (in doctrine)","kjv_definition":"sound, whole"} +{"id":"G615","strongs_number":"G615","system":"greek","language":"greek","number_value":615,"lemma":"ἀποκτείνω","transliteration":"apokteínō","pronunciation":null,"derivation":"from G575 (ἀπό) and (to slay);","strongs_definition":"to kill outright; figuratively, to destroy","kjv_definition":"put to death, kill, slay"} +{"id":"G207","strongs_number":"G207","system":"greek","language":"greek","number_value":207,"lemma":"Ἀκύλας","transliteration":"Akýlas","pronunciation":null,"derivation":"probably for Latin aquila (an eagle);","strongs_definition":"Akulas, an Israelite","kjv_definition":"Aquila"} +{"id":"G3900","strongs_number":"G3900","system":"greek","language":"greek","number_value":3900,"lemma":"παράπτωμα","transliteration":"paráptōma","pronunciation":null,"derivation":"from G3895 (παραπίπτω);","strongs_definition":"a side-slip (lapse or deviation), i.e. (unintentional) error or (wilful) transgression","kjv_definition":"fall, fault, offence, sin, trespass"} +{"id":"G445","strongs_number":"G445","system":"greek","language":"greek","number_value":445,"lemma":"ἀνθυπατεύω","transliteration":"anthypateúō","pronunciation":null,"derivation":"from G446 (ἀνθύπατος);","strongs_definition":"to act as proconsul","kjv_definition":"be the deputy"} +{"id":"G4123","strongs_number":"G4123","system":"greek","language":"greek","number_value":4123,"lemma":"πλεονέκτης","transliteration":"pleonéktēs","pronunciation":null,"derivation":"from G4119 (πλείων) and G2192 (ἔχω);","strongs_definition":"holding (desiring) more, i.e. eager for gain (avaricious, hence a defrauder)","kjv_definition":"covetous"} +{"id":"G5393","strongs_number":"G5393","system":"greek","language":"greek","number_value":5393,"lemma":"Φλέγων","transliteration":"Phlégōn","pronunciation":null,"derivation":"active participle of the base of G5395 (φλόξ);","strongs_definition":"blazing; Phlegon, a Christian","kjv_definition":"Phlegon"} +{"id":"G1901","strongs_number":"G1901","system":"greek","language":"greek","number_value":1901,"lemma":"ἐπεκτείνομαι","transliteration":"epekteínomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and G1614 (ἐκτείνω);","strongs_definition":"to stretch (oneself) forward upon","kjv_definition":"reach forth"} +{"id":"G5400","strongs_number":"G5400","system":"greek","language":"greek","number_value":5400,"lemma":"φόβητρον","transliteration":"phóbētron","pronunciation":null,"derivation":"neuter of a derivative of G5399 (φοβέω);","strongs_definition":"a frightening thing, i.e. terrific portent","kjv_definition":"fearful sight"} +{"id":"G21","strongs_number":"G21","system":"greek","language":"greek","number_value":21,"lemma":"ἀγαλλιάω","transliteration":"agalliáō","pronunciation":null,"derivation":"from agan (much) and G242 (ἅλλομαι);","strongs_definition":"properly, to jump for joy, i.e. exult","kjv_definition":"be (exceeding) glad, with exceeding joy, rejoice (greatly)"} +{"id":"G3518","strongs_number":"G3518","system":"greek","language":"greek","number_value":3518,"lemma":"Νηρί","transliteration":"Nērí","pronunciation":null,"derivation":"of Hebrew origin (H05374);","strongs_definition":"Neri (i.e. Nerijah), an Israelite","kjv_definition":"Neri"} +{"id":"G3570","strongs_number":"G3570","system":"greek","language":"greek","number_value":3570,"lemma":"νυνί","transliteration":"nyní","pronunciation":null,"derivation":"a prolonged form of G3568 (νῦν) for emphasis;","strongs_definition":"just now","kjv_definition":"now"} +{"id":"G3798","strongs_number":"G3798","system":"greek","language":"greek","number_value":3798,"lemma":"ὄψιος","transliteration":"ópsios","pronunciation":null,"derivation":"from G3796 (ὀψέ);","strongs_definition":"late; feminine (as noun) afternoon (early eve) or nightfall (later eve)","kjv_definition":"even(-ing, (-tide))"} +{"id":"G4268","strongs_number":"G4268","system":"greek","language":"greek","number_value":4268,"lemma":"πρόγνωσις","transliteration":"prógnōsis","pronunciation":null,"derivation":"from G4267 (προγινώσκω);","strongs_definition":"forethought","kjv_definition":"foreknowledge"} +{"id":"G2916","strongs_number":"G2916","system":"greek","language":"greek","number_value":2916,"lemma":"κρίθινος","transliteration":"kríthinos","pronunciation":null,"derivation":"from G2915 (κριθή);","strongs_definition":"consisting of barley","kjv_definition":"barley"} +{"id":"G392","strongs_number":"G392","system":"greek","language":"greek","number_value":392,"lemma":"ἀνατάσσομαι","transliteration":"anatássomai","pronunciation":null,"derivation":"from G303 (ἀνά) and the middle voice of G5021 (τάσσω);","strongs_definition":"to arrange","kjv_definition":"set in order"} +{"id":"G3378","strongs_number":"G3378","system":"greek","language":"greek","number_value":3378,"lemma":"μὴ οὐκ","transliteration":"mḕ ouk","pronunciation":null,"derivation":"i.e. G3361 (μή) and G3756 (οὐ);","strongs_definition":"as interrogative and negative, is it not that?","kjv_definition":"neither (followed by no), + never, not"} +{"id":"G5401","strongs_number":"G5401","system":"greek","language":"greek","number_value":5401,"lemma":"φόβος","transliteration":"phóbos","pronunciation":null,"derivation":"from a primary (to be put in fear);","strongs_definition":"alarm or fright","kjv_definition":"be afraid, + exceedingly, fear, terror"} +{"id":"G854","strongs_number":"G854","system":"greek","language":"greek","number_value":854,"lemma":"ἀφανισμός","transliteration":"aphanismós","pronunciation":null,"derivation":"from G853 (ἀφανίζω);","strongs_definition":"disappearance, i.e. (figuratively) abrogation","kjv_definition":"vanish away"} +{"id":"G2247","strongs_number":"G2247","system":"greek","language":"greek","number_value":2247,"lemma":"ἧλος","transliteration":"hēlos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a stud, i.e. spike","kjv_definition":"nail"} +{"id":"G789","strongs_number":"G789","system":"greek","language":"greek","number_value":789,"lemma":"Ἄσσος","transliteration":"Ássos","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Assus, a city of Asia MInor","kjv_definition":"Assos"} +{"id":"G3885","strongs_number":"G3885","system":"greek","language":"greek","number_value":3885,"lemma":"παραλυτικός","transliteration":"paralytikós","pronunciation":null,"derivation":"from a derivative of G3886 (παραλύω);","strongs_definition":"as if dissolved, i.e. \"paralytic\"","kjv_definition":"that had (sick of) the palsy"} +{"id":"G923","strongs_number":"G923","system":"greek","language":"greek","number_value":923,"lemma":"Βαρσαβᾶς","transliteration":"Barsabâs","pronunciation":null,"derivation":"of Chaldee origin (H01247 and probably H06634);","strongs_definition":"son of Sabas (or Tsaba); Bar-sabas, the name of two Israelites","kjv_definition":"Barsabas"} +{"id":"G2101","strongs_number":"G2101","system":"greek","language":"greek","number_value":2101,"lemma":"εὐάρεστος","transliteration":"euárestos","pronunciation":null,"derivation":"from G2095 (εὖ) and G701 (ἀρεστός);","strongs_definition":"fully agreeable","kjv_definition":"acceptable(-ted), wellpleasing"} +{"id":"G34","strongs_number":"G34","system":"greek","language":"greek","number_value":34,"lemma":"ἀγέλη","transliteration":"agélē","pronunciation":null,"derivation":"from G71 (ἄγω) (compare G32 (ἄγγελος));","strongs_definition":"a drove","kjv_definition":"herd"} +{"id":"G3395","strongs_number":"G3395","system":"greek","language":"greek","number_value":3395,"lemma":"μίγμα","transliteration":"mígma","pronunciation":null,"derivation":"from G3396 (μίγνυμι);","strongs_definition":"a compound","kjv_definition":"mixture"} +{"id":"G2834","strongs_number":"G2834","system":"greek","language":"greek","number_value":2834,"lemma":"Κνίδος","transliteration":"Knídos","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Cnidus, a place in Asia Minor","kjv_definition":"Cnidus"} +{"id":"G3805","strongs_number":"G3805","system":"greek","language":"greek","number_value":3805,"lemma":"παθητός","transliteration":"pathētós","pronunciation":null,"derivation":"from the same as G3804 (πάθημα);","strongs_definition":"liable (i.e. doomed) to experience pain","kjv_definition":"suffer"} +{"id":"G1962","strongs_number":"G1962","system":"greek","language":"greek","number_value":1962,"lemma":"ἐπινεύω","transliteration":"epineúō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3506 (νεύω);","strongs_definition":"to nod at, i.e. (by implication) to assent","kjv_definition":"consent"} +{"id":"G755","strongs_number":"G755","system":"greek","language":"greek","number_value":755,"lemma":"ἀρχιτρίκλινος","transliteration":"architríklinos","pronunciation":null,"derivation":"from G746 (ἀρχή) and a compound of G5140 (τρεῖς) and G2827 (κλίνω) (a dinner-bed, because composed of three couches);","strongs_definition":"director of the entertainment","kjv_definition":"governor (ruler) of the feast"} +{"id":"G2733","strongs_number":"G2733","system":"greek","language":"greek","number_value":2733,"lemma":"κατοικία","transliteration":"katoikía","pronunciation":null,"derivation":null,"strongs_definition":"residence (properly, the condition; but by implication, the abode itself)","kjv_definition":"habitation"} +{"id":"G1008","strongs_number":"G1008","system":"greek","language":"greek","number_value":1008,"lemma":"βοτάνη","transliteration":"botánē","pronunciation":null,"derivation":"from G1006 (βόσκω);","strongs_definition":"herbage (as if for grazing)","kjv_definition":"herb"} +{"id":"G249","strongs_number":"G249","system":"greek","language":"greek","number_value":249,"lemma":"ἄλογος","transliteration":"álogos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3056 (λόγος);","strongs_definition":"irrational","kjv_definition":"brute, unreasonable"} +{"id":"G4419","strongs_number":"G4419","system":"greek","language":"greek","number_value":4419,"lemma":"πτερύγιον","transliteration":"pterýgion","pronunciation":null,"derivation":"neuter of a presumed derivative of G4420 (πτέρυξ);","strongs_definition":"a winglet, i.e. (figuratively) extremity (top corner)","kjv_definition":"pinnacle"} +{"id":"G583","strongs_number":"G583","system":"greek","language":"greek","number_value":583,"lemma":"ἀπογράφω","transliteration":"apográphō","pronunciation":null,"derivation":"from G575 (ἀπό) and G1125 (γράφω);","strongs_definition":"to write off (a copy or list), i.e. enrol","kjv_definition":"tax, write"} +{"id":"G2807","strongs_number":"G2807","system":"greek","language":"greek","number_value":2807,"lemma":"κλείς","transliteration":"kleís","pronunciation":null,"derivation":"from G2808 (κλείω);","strongs_definition":"a key (as shutting a lock), literally or figuratively","kjv_definition":"key"} +{"id":"G3344","strongs_number":"G3344","system":"greek","language":"greek","number_value":3344,"lemma":"μεταστρέφω","transliteration":"metastréphō","pronunciation":null,"derivation":"from G3326 (μετά) and G4762 (στρέφω);","strongs_definition":"to turn across, i.e. transmute or (figuratively) corrupt","kjv_definition":"pervert, turn"} +{"id":"G4425","strongs_number":"G4425","system":"greek","language":"greek","number_value":4425,"lemma":"πτύον","transliteration":"ptýon","pronunciation":null,"derivation":"from G4429 (πτύω);","strongs_definition":"a winnowing-fork (as scattering like spittle)","kjv_definition":"fan"} +{"id":"G2670","strongs_number":"G2670","system":"greek","language":"greek","number_value":2670,"lemma":"καταποντίζω","transliteration":"katapontízō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of the same as G4195 (Πόντος);","strongs_definition":"to plunge down, i.e. submerge","kjv_definition":"drown, sink"} +{"id":"G3867","strongs_number":"G3867","system":"greek","language":"greek","number_value":3867,"lemma":"παραινέω","transliteration":"parainéō","pronunciation":null,"derivation":"from G3844 (παρά) and G134 (αἰνέω);","strongs_definition":"to mispraise, i.e. recommend or advise (a different course)","kjv_definition":"admonish, exhort"} +{"id":"G959","strongs_number":"G959","system":"greek","language":"greek","number_value":959,"lemma":"Βερνίκη","transliteration":"Berníkē","pronunciation":null,"derivation":"from a provincial form of G5342 (φέρω) and G3529 (νίκη);","strongs_definition":"victorious; Bernice, a member of the Herodian family","kjv_definition":"Bernice"} +{"id":"G151","strongs_number":"G151","system":"greek","language":"greek","number_value":151,"lemma":"αἰσχρότης","transliteration":"aischrótēs","pronunciation":null,"derivation":"from G150 (αἰσχρός);","strongs_definition":"shamefulness, i.e. obscenity","kjv_definition":"filthiness"} +{"id":"G2522","strongs_number":"G2522","system":"greek","language":"greek","number_value":2522,"lemma":"καθημερινός","transliteration":"kathēmerinós","pronunciation":null,"derivation":"from G2596 (κατά) and G2250 (ἡμέρα);","strongs_definition":"quotidian","kjv_definition":"daily"} +{"id":"G1096","strongs_number":"G1096","system":"greek","language":"greek","number_value":1096,"lemma":"γίνομαι","transliteration":"gínomai","pronunciation":null,"derivation":"a prolongation and middle voice form of a primary verb;","strongs_definition":"to cause to be (\"gen\"-erate), i.e. (reflexively) to become (come into being), used with great latitude (literal, figurative, intensive, etc.)","kjv_definition":"arise, be assembled, be(-come, -fall, -have self), be brought (to pass), (be) come (to pass), continue, be divided, draw, be ended, fall, be finished, follow, be found, be fulfilled, + God forbid, grow, happen, have, be kept, be made, be married, be ordained to be, partake, pass, be performed, be published, require, seem, be showed, X soon as it was, sound, be taken, be turned, use, wax, will, would, be wrought"} +{"id":"G5456","strongs_number":"G5456","system":"greek","language":"greek","number_value":5456,"lemma":"φωνή","transliteration":"phōnḗ","pronunciation":null,"derivation":"probably akin to G5316 (φαίνω) through the idea of disclosure;","strongs_definition":"a tone (articulate, bestial or artificial); by implication, an address (for any purpose), saying or language","kjv_definition":"noise, sound, voice"} +{"id":"G646","strongs_number":"G646","system":"greek","language":"greek","number_value":646,"lemma":"ἀποστασία","transliteration":"apostasía","pronunciation":null,"derivation":"feminine of the same as G647 (ἀποστάσιον);","strongs_definition":"defection from truth (properly, the state) (\"apostasy\")","kjv_definition":"falling away, forsake"} +{"id":"G2429","strongs_number":"G2429","system":"greek","language":"greek","number_value":2429,"lemma":"ἱκμάς","transliteration":"hikmás","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"dampness","kjv_definition":"moisture"} +{"id":"G657","strongs_number":"G657","system":"greek","language":"greek","number_value":657,"lemma":"ἀποτάσσομαι","transliteration":"apotássomai","pronunciation":null,"derivation":"middle voice from G575 (ἀπό) and G5021 (τάσσω);","strongs_definition":"literally, to say adieu (by departing or dismissing); figuratively, to renounce","kjv_definition":"bid farewell, forsake, take leave, send away"} +{"id":"G4708","strongs_number":"G4708","system":"greek","language":"greek","number_value":4708,"lemma":"σπουδαιοτέρως","transliteration":"spoudaiotérōs","pronunciation":null,"derivation":"adverb from G4707 (σπουδαιότερος);","strongs_definition":"more speedily, i.e. sooner than otherwise","kjv_definition":"more carefully"} +{"id":"G4458","strongs_number":"G4458","system":"greek","language":"greek","number_value":4458,"lemma":"-πώς","transliteration":"-pṓs","pronunciation":null,"derivation":"adverb from the base of G4225 (πού);","strongs_definition":"an enclitic particle of indefiniteness of manner; somehow or anyhow; used only in composition","kjv_definition":"haply, by any (some) means, perhaps"} +{"id":"G4783","strongs_number":"G4783","system":"greek","language":"greek","number_value":4783,"lemma":"συγκατάθεσις","transliteration":"synkatáthesis","pronunciation":null,"derivation":"from G4784 (συγκατατίθεμαι);","strongs_definition":"a deposition (of sentiment) in company with, i.e. (figuratively) accord with","kjv_definition":"agreement"} +{"id":"G2474","strongs_number":"G2474","system":"greek","language":"greek","number_value":2474,"lemma":"Ἰσραήλ","transliteration":"Israḗl","pronunciation":null,"derivation":"of Hebrew origin (H03478);","strongs_definition":"Israel (i.e. Jisrael), the adopted name of Jacob, including his descendants (literally or figuratively)","kjv_definition":"Israel"} +{"id":"G1933","strongs_number":"G1933","system":"greek","language":"greek","number_value":1933,"lemma":"ἐπιεικής","transliteration":"epieikḗs","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1503 (εἴκω);","strongs_definition":"appropriate, i.e. (by implication) mild","kjv_definition":"gentle, moderation, patient"} +{"id":"G1770","strongs_number":"G1770","system":"greek","language":"greek","number_value":1770,"lemma":"ἐννεύω","transliteration":"enneúō","pronunciation":null,"derivation":"from G1722 (ἐν) and G3506 (νεύω);","strongs_definition":"to nod at, i.e. beckon or communicate by gesture","kjv_definition":"make signs"} +{"id":"G2","strongs_number":"G2","system":"greek","language":"greek","number_value":2,"lemma":"Ἀαρών","transliteration":"Aarṓn","pronunciation":null,"derivation":"of Hebrew origin (H0175);","strongs_definition":"Aaron, the brother of Moses","kjv_definition":"Aaron"} +{"id":"G385","strongs_number":"G385","system":"greek","language":"greek","number_value":385,"lemma":"ἀνασπάω","transliteration":"anaspáō","pronunciation":null,"derivation":"from G303 (ἀνά) and G4685 (σπάω);","strongs_definition":"to take up or extricate","kjv_definition":"draw up, pull out"} +{"id":"G1116","strongs_number":"G1116","system":"greek","language":"greek","number_value":1116,"lemma":"Γόμοῤῥα","transliteration":"Gómorrha","pronunciation":null,"derivation":"of Hebrew origin (H06017);","strongs_definition":"Gomorrha (i.e. Amorah), a place near the Dead Sea","kjv_definition":"Gomorrha"} +{"id":"G171","strongs_number":"G171","system":"greek","language":"greek","number_value":171,"lemma":"ἀκαίρως","transliteration":"akaírōs","pronunciation":null,"derivation":"adverb from the same as G170 (ἀκαιρέομαι);","strongs_definition":"inopportunely","kjv_definition":"out of season"} +{"id":"G2894","strongs_number":"G2894","system":"greek","language":"greek","number_value":2894,"lemma":"κόφινος","transliteration":"kóphinos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a (small) basket","kjv_definition":"basket"} +{"id":"G1886","strongs_number":"G1886","system":"greek","language":"greek","number_value":1886,"lemma":"ἔπαυλις","transliteration":"épaulis","pronunciation":null,"derivation":"from G1909 (ἐπί) and an equivalent of G833 (αὐλή);","strongs_definition":"a hut over the head, i.e. a dwelling","kjv_definition":"habitation"} +{"id":"G4769","strongs_number":"G4769","system":"greek","language":"greek","number_value":4769,"lemma":"στῦλος","transliteration":"stŷlos","pronunciation":null,"derivation":"from (to stiffen;","strongs_definition":"properly akin to the base of G2476 (ἵστημι)); a post (\"style\"), i.e. (figuratively) support","kjv_definition":"pillar"} +{"id":"G4166","strongs_number":"G4166","system":"greek","language":"greek","number_value":4166,"lemma":"ποιμήν","transliteration":"poimḗn","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a shepherd (literally or figuratively)","kjv_definition":"shepherd, pastor"} +{"id":"G3777","strongs_number":"G3777","system":"greek","language":"greek","number_value":3777,"lemma":"οὔτε","transliteration":"oúte","pronunciation":null,"derivation":"from G3756 (οὐ) and G5037 (τέ);","strongs_definition":"not too, i.e. neither or nor; by analogy, not even","kjv_definition":"neither, none, nor (yet), (no, yet) not, nothing"} +{"id":"G1664","strongs_number":"G1664","system":"greek","language":"greek","number_value":1664,"lemma":"Ἐλιούδ","transliteration":"Elioúd","pronunciation":null,"derivation":"of Hebrew origin (H0410 and H01935);","strongs_definition":"God of majesty; Eliud, an Israelite","kjv_definition":"Eliud"} +{"id":"G2113","strongs_number":"G2113","system":"greek","language":"greek","number_value":2113,"lemma":"εὐθυδρομέω","transliteration":"euthydroméō","pronunciation":null,"derivation":"from G2117 (εὐθύς) and G1408 (δρόμος);","strongs_definition":"to lay a straight course, i.e. sail direct","kjv_definition":"(come) with a straight course"} +{"id":"G3312","strongs_number":"G3312","system":"greek","language":"greek","number_value":3312,"lemma":"μεριστής","transliteration":"meristḗs","pronunciation":null,"derivation":"from G3307 (μερίζω);","strongs_definition":"an apportioner (administrator)","kjv_definition":"divider"} +{"id":"G4349","strongs_number":"G4349","system":"greek","language":"greek","number_value":4349,"lemma":"προσκοπή","transliteration":"proskopḗ","pronunciation":null,"derivation":"from G4350 (προσκόπτω);","strongs_definition":"a stumbling, i.e. (figuratively and concretely) occasion of sin","kjv_definition":"offence"} +{"id":"G4116","strongs_number":"G4116","system":"greek","language":"greek","number_value":4116,"lemma":"πλατύς","transliteration":"platýs","pronunciation":null,"derivation":"from G4111 (πλάσσω);","strongs_definition":"spread out \"flat\" (\"plot\"), i.e. broad","kjv_definition":"wide"} +{"id":"G1531","strongs_number":"G1531","system":"greek","language":"greek","number_value":1531,"lemma":"εἰσπορεύομαι","transliteration":"eisporeúomai","pronunciation":null,"derivation":"from G1519 (εἰς) and G4198 (πορεύομαι);","strongs_definition":"to enter (literally or figuratively)","kjv_definition":"come (enter) in, go into"} +{"id":"G5182","strongs_number":"G5182","system":"greek","language":"greek","number_value":5182,"lemma":"τυρβάζω","transliteration":"tyrbázō","pronunciation":null,"derivation":"from (Latin turba, a crowd;","strongs_definition":"akin to G2351 (θόρυβος)); to make \"turbid\", i.e. disturb","kjv_definition":"trouble"} +{"id":"G4647","strongs_number":"G4647","system":"greek","language":"greek","number_value":4647,"lemma":"σκόλοψ","transliteration":"skólops","pronunciation":null,"derivation":"perhaps from the base of G4628 (σκέλος) and G3700 (ὀπτάνομαι);","strongs_definition":"withered at the front, i.e. a point or prickle (figuratively, a bodily annoyance or disability)","kjv_definition":"thorn"} +{"id":"G2486","strongs_number":"G2486","system":"greek","language":"greek","number_value":2486,"lemma":"ἰχθύς","transliteration":"ichthýs","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a fish","kjv_definition":"fish"} +{"id":"G2284","strongs_number":"G2284","system":"greek","language":"greek","number_value":2284,"lemma":"θαμβέω","transliteration":"thambéō","pronunciation":null,"derivation":"from G2285 (θάμβος);","strongs_definition":"to stupefy (with surprise), i.e. astound","kjv_definition":"amaze, astonish"} +{"id":"G341","strongs_number":"G341","system":"greek","language":"greek","number_value":341,"lemma":"ἀνακαινόω","transliteration":"anakainóō","pronunciation":null,"derivation":"from G303 (ἀνά) and a derivative of G2537 (καινός);","strongs_definition":"to renovate","kjv_definition":"renew"} +{"id":"G3949","strongs_number":"G3949","system":"greek","language":"greek","number_value":3949,"lemma":"παροργίζω","transliteration":"parorgízō","pronunciation":null,"derivation":"from G3844 (παρά) and G3710 (ὀργίζω);","strongs_definition":"to anger alongside, i.e. enrage","kjv_definition":"anger, provoke to wrath"} +{"id":"G2385","strongs_number":"G2385","system":"greek","language":"greek","number_value":2385,"lemma":"Ἰάκωβος","transliteration":"Iákōbos","pronunciation":null,"derivation":"the same as G2384 (Ἰακώβ) Græcized;","strongs_definition":"Jacobus, the name of three Israelites","kjv_definition":"James"} +{"id":"G4171","strongs_number":"G4171","system":"greek","language":"greek","number_value":4171,"lemma":"πόλεμος","transliteration":"pólemos","pronunciation":null,"derivation":"from (to bustle);","strongs_definition":"warfare (literally or figuratively; a single encounter or a series)","kjv_definition":"battle, fight, war"} +{"id":"G1867","strongs_number":"G1867","system":"greek","language":"greek","number_value":1867,"lemma":"ἐπαινέω","transliteration":"epainéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G134 (αἰνέω);","strongs_definition":"to applaud","kjv_definition":"commend, laud, praise"} +{"id":"G2664","strongs_number":"G2664","system":"greek","language":"greek","number_value":2664,"lemma":"καταπαύω","transliteration":"katapaúō","pronunciation":null,"derivation":"from G2596 (κατά) and G3973 (παύω);","strongs_definition":"to settle down, i.e. (literally) to colonize, or (figuratively) to (cause to) desist","kjv_definition":"cease, (give) rest(-rain)"} +{"id":"G961","strongs_number":"G961","system":"greek","language":"greek","number_value":961,"lemma":"Βεροιαῖος","transliteration":"Beroiaîos","pronunciation":null,"derivation":"from G960 (Βέροια);","strongs_definition":"a Berœoean or native of Berœa","kjv_definition":"of Berea"} +{"id":"G606","strongs_number":"G606","system":"greek","language":"greek","number_value":606,"lemma":"ἀπόκειμαι","transliteration":"apókeimai","pronunciation":null,"derivation":"from G575 (ἀπό) and G2749 (κεῖμαι);","strongs_definition":"to be reserved; figuratively, to await","kjv_definition":"be appointed, (be) laid up"} +{"id":"G1380","strongs_number":"G1380","system":"greek","language":"greek","number_value":1380,"lemma":"δοκέω","transliteration":"dokéō","pronunciation":null,"derivation":"a prolonged form of a primary verb, (used only in an alternate in certain tenses;","strongs_definition":"compare the base of G1166 (δεικνύω)) of the same meaning; to think; by implication, to seem (truthfully or uncertainly)","kjv_definition":"be accounted, (of own) please(-ure), be of reputation, seem (good), suppose, think, trow"} +{"id":"G5041","strongs_number":"G5041","system":"greek","language":"greek","number_value":5041,"lemma":"τεκνογονέω","transliteration":"teknogonéō","pronunciation":null,"derivation":"from a compound of G5043 (τέκνον) and the base of G1096 (γίνομαι);","strongs_definition":"to be a child-bearer, i.e. parent (mother)","kjv_definition":"bear children"} +{"id":"G4092","strongs_number":"G4092","system":"greek","language":"greek","number_value":4092,"lemma":"πίμπρημι","transliteration":"pímprēmi","pronunciation":null,"derivation":"a reduplicated and prolonged form of a primary ; which occurs only as an alternate in certain tenses);","strongs_definition":"to fire, i.e. burn (figuratively and passively, become inflamed with fever)","kjv_definition":"be (X should have) swollen"} +{"id":"G140","strongs_number":"G140","system":"greek","language":"greek","number_value":140,"lemma":"αἱρετίζω","transliteration":"hairetízō","pronunciation":null,"derivation":"from a derivative of G138 (αἱρέομαι);","strongs_definition":"to make a choice","kjv_definition":"choose"} +{"id":"G280","strongs_number":"G280","system":"greek","language":"greek","number_value":280,"lemma":"ἄμετρος","transliteration":"ámetros","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3358 (μέτρον);","strongs_definition":"immoderate","kjv_definition":"(thing) without measure"} +{"id":"G5540","strongs_number":"G5540","system":"greek","language":"greek","number_value":5540,"lemma":"χρῆσις","transliteration":"chrēsis","pronunciation":null,"derivation":"from G5530 (χράομαι);","strongs_definition":"employment, i.e. (specially), sexual intercourse (as an occupation of the body)","kjv_definition":"use"} +{"id":"G3758","strongs_number":"G3758","system":"greek","language":"greek","number_value":3758,"lemma":"οὐά","transliteration":"ouá","pronunciation":null,"derivation":"a primary exclamation of surprise;","strongs_definition":"\"ah\"","kjv_definition":"ah"} +{"id":"G297","strongs_number":"G297","system":"greek","language":"greek","number_value":297,"lemma":"ἀμφότερος","transliteration":"amphóteros","pronunciation":null,"derivation":"comparative of (around);","strongs_definition":"(in plural) both","kjv_definition":"both"} +{"id":"G5461","strongs_number":"G5461","system":"greek","language":"greek","number_value":5461,"lemma":"φωτίζω","transliteration":"phōtízō","pronunciation":null,"derivation":"from G5457 (φῶς);","strongs_definition":"to shed rays, i.e. to shine or (transitively) to brighten up (literally or figuratively)","kjv_definition":"enlighten, illuminate, (bring to, give) light, make to see"} +{"id":"G3585","strongs_number":"G3585","system":"greek","language":"greek","number_value":3585,"lemma":"ξύλινος","transliteration":"xýlinos","pronunciation":null,"derivation":"from G3586 (ξύλον);","strongs_definition":"wooden","kjv_definition":"of wood"} +{"id":"G3629","strongs_number":"G3629","system":"greek","language":"greek","number_value":3629,"lemma":"οἰκτίρμων","transliteration":"oiktírmōn","pronunciation":null,"derivation":"from G3627 (οἰκτείρω);","strongs_definition":"compassionate","kjv_definition":"merciful, of tender mercy"} +{"id":"G4704","strongs_number":"G4704","system":"greek","language":"greek","number_value":4704,"lemma":"σπουδάζω","transliteration":"spoudázō","pronunciation":null,"derivation":"from G4710 (σπουδή);","strongs_definition":"to use speed, i.e. to make effort, be prompt or earnest","kjv_definition":"do (give) diligence, be diligent (forward), endeavour, labour, study"} +{"id":"G3138","strongs_number":"G3138","system":"greek","language":"greek","number_value":3138,"lemma":"Μάρκος","transliteration":"Márkos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Marcus, a Christian","kjv_definition":"Marcus, Mark"} +{"id":"G1447","strongs_number":"G1447","system":"greek","language":"greek","number_value":1447,"lemma":"Ἑβραϊστί","transliteration":"Hebraïstí","pronunciation":null,"derivation":"adverb from G1446 (Ἑβραΐς);","strongs_definition":"Hebraistically or in the Jewish (Chaldee) language","kjv_definition":"in (the) Hebrew (tongue)"} +{"id":"G2972","strongs_number":"G2972","system":"greek","language":"greek","number_value":2972,"lemma":"Κώς","transliteration":"Kṓs","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Cos, an island in the Mediterranean","kjv_definition":"Cos"} +{"id":"G4796","strongs_number":"G4796","system":"greek","language":"greek","number_value":4796,"lemma":"συγχαίρω","transliteration":"synchaírō","pronunciation":null,"derivation":"from G4862 (σύν) and G5463 (χαίρω);","strongs_definition":"to sympathize in gladness, congratulate","kjv_definition":"rejoice in (with)"} +{"id":"G4712","strongs_number":"G4712","system":"greek","language":"greek","number_value":4712,"lemma":"στάδιον","transliteration":"stádion","pronunciation":null,"derivation":"from the base of G2476 (ἵστημι) (as fixed);","strongs_definition":"a stade or certain measure of distance; by implication, a stadium or race-course","kjv_definition":"furlong, race"} +{"id":"G2969","strongs_number":"G2969","system":"greek","language":"greek","number_value":2969,"lemma":"κωμόπολις","transliteration":"kōmópolis","pronunciation":null,"derivation":"from G2968 (κώμη) and G4172 (πόλις);","strongs_definition":"an unwalled city","kjv_definition":"town"} +{"id":"G4703","strongs_number":"G4703","system":"greek","language":"greek","number_value":4703,"lemma":"σπόρος","transliteration":"spóros","pronunciation":null,"derivation":"from G4687 (σπείρω);","strongs_definition":"a scattering (of seed), i.e. (concretely) seed (as sown)","kjv_definition":"seed (X sown)"} +{"id":"G130","strongs_number":"G130","system":"greek","language":"greek","number_value":130,"lemma":"αἱματεκχυσία","transliteration":"haimatekchysía","pronunciation":null,"derivation":"from G129 (αἷμα) and a derivative of G1632 (ἐκχέω);","strongs_definition":"an effusion of blood","kjv_definition":"shedding of blood"} +{"id":"G2155","strongs_number":"G2155","system":"greek","language":"greek","number_value":2155,"lemma":"εὔσπλαγχνος","transliteration":"eúsplanchnos","pronunciation":null,"derivation":"from G2095 (εὖ) and G4698 (σπλάγχνον);","strongs_definition":"well compassioned, i.e. sympathetic","kjv_definition":"pitiful, tender-hearted"} +{"id":"G5573","strongs_number":"G5573","system":"greek","language":"greek","number_value":5573,"lemma":"ψευδολόγος","transliteration":"pseudológos","pronunciation":null,"derivation":"from G5571 (ψευδής) and G3004 (λέγω);","strongs_definition":"mendacious, i.e. promulgating erroneous Christian doctrine","kjv_definition":"speaking lies"} +{"id":"G4870","strongs_number":"G4870","system":"greek","language":"greek","number_value":4870,"lemma":"συνακολουθέω","transliteration":"synakolouthéō","pronunciation":null,"derivation":"from G4862 (σύν) and G190 (ἀκολουθέω);","strongs_definition":"to accompany","kjv_definition":"follow"} +{"id":"G3950","strongs_number":"G3950","system":"greek","language":"greek","number_value":3950,"lemma":"παροργισμός","transliteration":"parorgismós","pronunciation":null,"derivation":"from G3949 (παροργίζω);","strongs_definition":"rage","kjv_definition":"wrath"} +{"id":"G4846","strongs_number":"G4846","system":"greek","language":"greek","number_value":4846,"lemma":"συμπνίγω","transliteration":"sympnígō","pronunciation":null,"derivation":"from G4862 (σύν) and G4155 (πνίγω);","strongs_definition":"to strangle completely, i.e. (literally) to drown, or (figuratively) to crowd","kjv_definition":"choke, throng"} +{"id":"G2585","strongs_number":"G2585","system":"greek","language":"greek","number_value":2585,"lemma":"καπηλεύω","transliteration":"kapēleúō","pronunciation":null,"derivation":"from (a huckster);","strongs_definition":"to retail, i.e. (by implication) to adulterate (figuratively)","kjv_definition":"corrupt"} +{"id":"G695","strongs_number":"G695","system":"greek","language":"greek","number_value":695,"lemma":"ἀργυροκόπος","transliteration":"argyrokópos","pronunciation":null,"derivation":"from G696 (ἄργυρος) and G2875 (κόπτω);","strongs_definition":"a beater (i.e. worker) of silver","kjv_definition":"silversmith"} +{"id":"G4962","strongs_number":"G4962","system":"greek","language":"greek","number_value":4962,"lemma":"συστρέφω","transliteration":"systréphō","pronunciation":null,"derivation":"from G4862 (σύν) and G4762 (στρέφω);","strongs_definition":"to twist together, i.e. collect (a bundle, a crowd)","kjv_definition":"gather"} +{"id":"G2446","strongs_number":"G2446","system":"greek","language":"greek","number_value":2446,"lemma":"Ἰορδάνης","transliteration":"Iordánēs","pronunciation":null,"derivation":"of Hebrew origin (H03383);","strongs_definition":"the Jordanes (i.e. Jarden), a river of Palestine","kjv_definition":"Jordan"} +{"id":"G5241","strongs_number":"G5241","system":"greek","language":"greek","number_value":5241,"lemma":"ὑπερεντυγχάνω","transliteration":"hyperentynchánō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G1793 (ἐντυγχάνω);","strongs_definition":"to intercede in behalf of","kjv_definition":"make intercession for"} +{"id":"G3648","strongs_number":"G3648","system":"greek","language":"greek","number_value":3648,"lemma":"ὁλόκληρος","transliteration":"holóklēros","pronunciation":null,"derivation":"from G3650 (ὅλος) and G2819 (κλῆρος);","strongs_definition":"complete in every part, i.e. perfectly sound (in body)","kjv_definition":"entire, whole"} +{"id":"G3601","strongs_number":"G3601","system":"greek","language":"greek","number_value":3601,"lemma":"ὀδύνη","transliteration":"odýnē","pronunciation":null,"derivation":"from G1416 (δύνω);","strongs_definition":"grief (as dejecting)","kjv_definition":"sorrow"} +{"id":"G4674","strongs_number":"G4674","system":"greek","language":"greek","number_value":4674,"lemma":"σός","transliteration":"sós","pronunciation":null,"derivation":"from G4771 (σύ);","strongs_definition":"thine","kjv_definition":"thine (own), thy (friend)"} +{"id":"G3469","strongs_number":"G3469","system":"greek","language":"greek","number_value":3469,"lemma":"μωμάομαι","transliteration":"mōmáomai","pronunciation":null,"derivation":"from G3470 (μῶμος);","strongs_definition":"to carp at, i.e. censure (discredit)","kjv_definition":"blame"} +{"id":"G675","strongs_number":"G675","system":"greek","language":"greek","number_value":675,"lemma":"Ἄππιος","transliteration":"Áppios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"(in the genitive, i.e. possessive case) of Appius, the name of a Roman","kjv_definition":"Appii"} +{"id":"G4991","strongs_number":"G4991","system":"greek","language":"greek","number_value":4991,"lemma":"σωτηρία","transliteration":"sōtēría","pronunciation":null,"derivation":"feminine of a derivative of G4990 (σωτήρ) as (properly, abstract) noun;","strongs_definition":"rescue or safety (physically or morally)","kjv_definition":"deliver, health, salvation, save, saving"} +{"id":"G3675","strongs_number":"G3675","system":"greek","language":"greek","number_value":3675,"lemma":"ὁμόφρων","transliteration":"homóphrōn","pronunciation":null,"derivation":"from the base of G3674 (ὁμοῦ) and G5424 (φρήν);","strongs_definition":"like-minded, i.e. harmonious","kjv_definition":"of one mind"} +{"id":"G4100","strongs_number":"G4100","system":"greek","language":"greek","number_value":4100,"lemma":"πιστεύω","transliteration":"pisteúō","pronunciation":null,"derivation":"from G4102 (πίστις);","strongs_definition":"to have faith (in, upon, or with respect to, a person or thing), i.e. credit; by implication, to entrust (especially one's spiritual well-being to Christ)","kjv_definition":"believe(-r), commit (to trust), put in trust with"} +{"id":"G920","strongs_number":"G920","system":"greek","language":"greek","number_value":920,"lemma":"Βαριωνᾶς","transliteration":"Bariōnâs","pronunciation":null,"derivation":"of Chaldee origin (H01247 and H03124);","strongs_definition":"son of Jonas (or Jonah); Bar-jonas, an Israelite","kjv_definition":"Bar-jona"} +{"id":"G1307","strongs_number":"G1307","system":"greek","language":"greek","number_value":1307,"lemma":"διαφανής","transliteration":"diaphanḗs","pronunciation":null,"derivation":"from G1223 (διά) and G5316 (φαίνω);","strongs_definition":"appearing through, i.e. \"diaphanous\"","kjv_definition":"transparent"} +{"id":"G3003","strongs_number":"G3003","system":"greek","language":"greek","number_value":3003,"lemma":"λεγεών","transliteration":"legeṓn","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a \"legion\", i.e. Roman regiment (figuratively)","kjv_definition":"legion"} +{"id":"G5278","strongs_number":"G5278","system":"greek","language":"greek","number_value":5278,"lemma":"ὑπομένω","transliteration":"hypoménō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G3306 (μένω);","strongs_definition":"to stay under (behind), i.e. remain; figuratively, to undergo, i.e. bear (trials), have fortitude, persevere","kjv_definition":"abide, endure, (take) patient(-ly), suffer, tarry behind"} +{"id":"G2812","strongs_number":"G2812","system":"greek","language":"greek","number_value":2812,"lemma":"κλέπτης","transliteration":"kléptēs","pronunciation":null,"derivation":"from G2813 (κλέπτω);","strongs_definition":"a stealer (literally or figuratively)","kjv_definition":"thief"} +{"id":"G1457","strongs_number":"G1457","system":"greek","language":"greek","number_value":1457,"lemma":"ἐγκαινίζω","transliteration":"enkainízō","pronunciation":null,"derivation":"from G1456 (ἐγκαίνια);","strongs_definition":"to renew, i.e. inaugurate","kjv_definition":"consecrate, dedicate"} +{"id":"G5318","strongs_number":"G5318","system":"greek","language":"greek","number_value":5318,"lemma":"φανερός","transliteration":"phanerós","pronunciation":null,"derivation":"from G5316 (φαίνω);","strongs_definition":"shining, i.e. apparent (literally or figuratively); neuter (as adverb) publicly, externally","kjv_definition":"abroad, + appear, known, manifest, open (+ -ly), outward (+ -ly)"} +{"id":"G716","strongs_number":"G716","system":"greek","language":"greek","number_value":716,"lemma":"ἅρμα","transliteration":"hárma","pronunciation":null,"derivation":"probably from G142 (αἴρω) (perhaps with G1 (Α) (as a particle of union) prefixed);","strongs_definition":"a chariot (as raised or fitted together (compare G719 (ἁρμός)))","kjv_definition":"chariot"} +{"id":"G1801","strongs_number":"G1801","system":"greek","language":"greek","number_value":1801,"lemma":"ἐνωτίζομαι","transliteration":"enōtízomai","pronunciation":null,"derivation":"middle voice from a compound of G1722 (ἐν) and G3775 (οὖς);","strongs_definition":"to take in one's ear, i.e. to listen","kjv_definition":"hearken"} +{"id":"G2391","strongs_number":"G2391","system":"greek","language":"greek","number_value":2391,"lemma":"Ἰάρεδ","transliteration":"Iáred","pronunciation":null,"derivation":"of Hebrew origin (H03382);","strongs_definition":"Jared (i.e. Jered), an antediluvian","kjv_definition":"Jared"} +{"id":"G4645","strongs_number":"G4645","system":"greek","language":"greek","number_value":4645,"lemma":"σκληρύνω","transliteration":"sklērýnō","pronunciation":null,"derivation":"from G4642 (σκληρός);","strongs_definition":"to indurate, i.e. (figuratively) render stubborn","kjv_definition":"harden"} +{"id":"G5299","strongs_number":"G5299","system":"greek","language":"greek","number_value":5299,"lemma":"ὑπωπιάζω","transliteration":"hypōpiázō","pronunciation":null,"derivation":"from a compound of G5259 (ὑπό) and a derivative of G3700 (ὀπτάνομαι);","strongs_definition":"to hit under the eye (buffet or disable an antagonist as a pugilist), i.e. (figuratively) to tease or annoy (into compliance), subdue (one's passions)","kjv_definition":"keep under, weary"} +{"id":"G3313","strongs_number":"G3313","system":"greek","language":"greek","number_value":3313,"lemma":"μέρος","transliteration":"méros","pronunciation":null,"derivation":"from an obsolete but more primary form of (to get as a section or allotment);","strongs_definition":"a division or share (literally or figuratively, in a wide application)","kjv_definition":"behalf, course, coast, craft, particular (+ -ly), part (+ -ly), piece, portion, respect, side, some sort(-what)"} +{"id":"G3105","strongs_number":"G3105","system":"greek","language":"greek","number_value":3105,"lemma":"μαίνομαι","transliteration":"maínomai","pronunciation":null,"derivation":"middle voice from a primary (to long for;","strongs_definition":"through the idea of insensate craving); to rave as a \"maniac\"","kjv_definition":"be beside self (mad)"} +{"id":"G4354","strongs_number":"G4354","system":"greek","language":"greek","number_value":4354,"lemma":"προσλαλέω","transliteration":"proslaléō","pronunciation":null,"derivation":"from G4314 (πρός) and G2980 (λαλέω);","strongs_definition":"to talk to, i.e. converse with","kjv_definition":"speak to (with)"} +{"id":"G2092","strongs_number":"G2092","system":"greek","language":"greek","number_value":2092,"lemma":"ἕτοιμος","transliteration":"hétoimos","pronunciation":null,"derivation":"from an old noun (fitness);","strongs_definition":"adjusted, i.e. ready","kjv_definition":"prepared, (made) ready(-iness, to our hand)"} +{"id":"G4035","strongs_number":"G4035","system":"greek","language":"greek","number_value":4035,"lemma":"περιλείπω","transliteration":"perileípō","pronunciation":null,"derivation":"from G4012 (περί) and G3007 (λείπω);","strongs_definition":"to leave all around, i.e. (passively) survive","kjv_definition":"remain"} +{"id":"G2682","strongs_number":"G2682","system":"greek","language":"greek","number_value":2682,"lemma":"κατασκήνωσις","transliteration":"kataskḗnōsis","pronunciation":null,"derivation":"from G2681 (κατασκηνόω);","strongs_definition":"an encamping, i.e. (figuratively) a perch","kjv_definition":"nest"} +{"id":"G3538","strongs_number":"G3538","system":"greek","language":"greek","number_value":3538,"lemma":"νίπτω","transliteration":"níptō","pronunciation":null,"derivation":null,"strongs_definition":"to cleanse (especially the hands or the feet or the face); ceremonially, to perform ablution","kjv_definition":"wash"} +{"id":"G747","strongs_number":"G747","system":"greek","language":"greek","number_value":747,"lemma":"ἀρχηγός","transliteration":"archēgós","pronunciation":null,"derivation":"from G746 (ἀρχή) and G71 (ἄγω);","strongs_definition":"a chief leader","kjv_definition":"author, captain, prince"} +{"id":"G5026","strongs_number":"G5026","system":"greek","language":"greek","number_value":5026,"lemma":"ταύτῃ","transliteration":"taútēi","pronunciation":null,"derivation":"dative case, accusative case and genitive case respectively of the feminine singular of G3778 (οὗτος);","strongs_definition":"(towards or of) this","kjv_definition":"her, + hereof, it, that, + thereby, the (same), this (same)"} +{"id":"G3664","strongs_number":"G3664","system":"greek","language":"greek","number_value":3664,"lemma":"ὅμοιος","transliteration":"hómoios","pronunciation":null,"derivation":"from the base of G3674 (ὁμοῦ);","strongs_definition":"similar (in appearance or character)","kjv_definition":"like, + manner"} +{"id":"G3753","strongs_number":"G3753","system":"greek","language":"greek","number_value":3753,"lemma":"ὅτε","transliteration":"hóte","pronunciation":null,"derivation":"from G3739 (ὅς) and G5037 (τέ);","strongs_definition":"at which (thing) too, i.e. when","kjv_definition":"after (that), as soon as, that, when, while"} +{"id":"G3167","strongs_number":"G3167","system":"greek","language":"greek","number_value":3167,"lemma":"μεγαλεῖος","transliteration":"megaleîos","pronunciation":null,"derivation":"from G3173 (μέγας);","strongs_definition":"magnificent, i.e. (neuter, plural as noun) a conspicuous favor, or (subjectively) perfection","kjv_definition":"great things, wonderful works"} +{"id":"G2910","strongs_number":"G2910","system":"greek","language":"greek","number_value":2910,"lemma":"κρεμάννυμι","transliteration":"kremánnymi","pronunciation":null,"derivation":"a prolonged form of a primary verb;","strongs_definition":"to hang","kjv_definition":"hang"} +{"id":"G429","strongs_number":"G429","system":"greek","language":"greek","number_value":429,"lemma":"ἀνευρίσκω","transliteration":"aneurískō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2147 (εὑρίσκω);","strongs_definition":"to find out","kjv_definition":"find"} +{"id":"G1761","strongs_number":"G1761","system":"greek","language":"greek","number_value":1761,"lemma":"ἐνθύμησις","transliteration":"enthýmēsis","pronunciation":null,"derivation":"from G1760 (ἐνθυμέομαι);","strongs_definition":"deliberation","kjv_definition":"device, thought"} +{"id":"G3821","strongs_number":"G3821","system":"greek","language":"greek","number_value":3821,"lemma":"παλαιότης","transliteration":"palaiótēs","pronunciation":null,"derivation":"from G3820 (παλαιός);","strongs_definition":"antiquatedness","kjv_definition":"oldness"} +{"id":"G3145","strongs_number":"G3145","system":"greek","language":"greek","number_value":3145,"lemma":"μασσάομαι","transliteration":"massáomai","pronunciation":null,"derivation":"from a primary (to handle or squeeze);","strongs_definition":"to chew","kjv_definition":"gnaw"} +{"id":"G2708","strongs_number":"G2708","system":"greek","language":"greek","number_value":2708,"lemma":"καταχέω","transliteration":"katachéō","pronunciation":null,"derivation":"from G2596 (κατά) and cheo (to pour);","strongs_definition":"to pour down (out)","kjv_definition":"pour"} +{"id":"G5219","strongs_number":"G5219","system":"greek","language":"greek","number_value":5219,"lemma":"ὑπακούω","transliteration":"hypakoúō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G191 (ἀκούω);","strongs_definition":"to hear under (as a subordinate), i.e. to listen attentively; by implication, to heed or conform to a command or authority","kjv_definition":"hearken, be obedient to, obey"} +{"id":"G2157","strongs_number":"G2157","system":"greek","language":"greek","number_value":2157,"lemma":"εὐσχημοσύνη","transliteration":"euschēmosýnē","pronunciation":null,"derivation":"from G2158 (εὐσχήμων);","strongs_definition":"decorousness","kjv_definition":"comeliness"} +{"id":"G5617","strongs_number":"G5617","system":"greek","language":"greek","number_value":5617,"lemma":"Ὡσηέ","transliteration":"Hōsēé","pronunciation":null,"derivation":"of Hebrew origin (H01954);","strongs_definition":"Hosee (i.e. Hoshea), an Israelite","kjv_definition":"Osee"} +{"id":"G4360","strongs_number":"G4360","system":"greek","language":"greek","number_value":4360,"lemma":"προσοχθίζω","transliteration":"prosochthízō","pronunciation":null,"derivation":"from G4314 (πρός) and a form of (to be vexed with something irksome);","strongs_definition":"to feel indignant at","kjv_definition":"be grieved at"} +{"id":"G3075","strongs_number":"G3075","system":"greek","language":"greek","number_value":3075,"lemma":"λυμαίνομαι","transliteration":"lymaínomai","pronunciation":null,"derivation":"middle voice from a probably derivative of G3089 (λύω) (meaning filth);","strongs_definition":"properly, to soil, i.e. (figuratively) insult (maltreat)","kjv_definition":"make havock of"} +{"id":"G2001","strongs_number":"G2001","system":"greek","language":"greek","number_value":2001,"lemma":"ἐπισχύω","transliteration":"epischýō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2480 (ἰσχύω);","strongs_definition":"to avail further, i.e. (figuratively) insist stoutly","kjv_definition":"be the more fierce"} +{"id":"G3409","strongs_number":"G3409","system":"greek","language":"greek","number_value":3409,"lemma":"μισθόω","transliteration":"misthóō","pronunciation":null,"derivation":"from G3408 (μισθός);","strongs_definition":"to let out for wages, i.e. (middle voice) to hire","kjv_definition":"hire"} +{"id":"G2110","strongs_number":"G2110","system":"greek","language":"greek","number_value":2110,"lemma":"εὐεργέτης","transliteration":"euergétēs","pronunciation":null,"derivation":"from G2095 (εὖ) and the base of G2041 (ἔργον);","strongs_definition":"a worker of good, i.e. (specially) a philanthropist","kjv_definition":"benefactor"} +{"id":"G608","strongs_number":"G608","system":"greek","language":"greek","number_value":608,"lemma":"ἀποκλείω","transliteration":"apokleíō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2808 (κλείω);","strongs_definition":"to close fully","kjv_definition":"shut up"} +{"id":"G812","strongs_number":"G812","system":"greek","language":"greek","number_value":812,"lemma":"ἀτακτέω","transliteration":"ataktéō","pronunciation":null,"derivation":"from G813 (ἄτακτος);","strongs_definition":"to be (i.e. act) irregular","kjv_definition":"behave self disorderly"} +{"id":"G454","strongs_number":"G454","system":"greek","language":"greek","number_value":454,"lemma":"ἄνοια","transliteration":"ánoia","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and G3563 (νοῦς);","strongs_definition":"stupidity; by implication, rage","kjv_definition":"folly, madness"} +{"id":"G4310","strongs_number":"G4310","system":"greek","language":"greek","number_value":4310,"lemma":"προπάσχω","transliteration":"propáschō","pronunciation":null,"derivation":"from G4253 (πρό) and G3958 (πάσχω);","strongs_definition":"to undergo hardship previously","kjv_definition":"suffer before"} +{"id":"G3660","strongs_number":"G3660","system":"greek","language":"greek","number_value":3660,"lemma":"ὀμνύω","transliteration":"omnýō","pronunciation":null,"derivation":"a prolonged form of a primary, but obsolete , for which another prolonged form is used in certain tenses;","strongs_definition":"to swear, i.e. take (or declare on) oath","kjv_definition":"swear"} +{"id":"G3955","strongs_number":"G3955","system":"greek","language":"greek","number_value":3955,"lemma":"παῤῥησιάζομαι","transliteration":"parrhēsiázomai","pronunciation":null,"derivation":"middle voice from G3954 (παῤῥησία);","strongs_definition":"to be frank in utterance, or confident in spirit and demeanor","kjv_definition":"be (wax) bold, (preach, speak) boldly"} +{"id":"G437","strongs_number":"G437","system":"greek","language":"greek","number_value":437,"lemma":"ἀνθομολογέομαι","transliteration":"anthomologéomai","pronunciation":null,"derivation":"from G473 (ἀντί) and the middle voice of G3670 (ὁμολογέω);","strongs_definition":"to confess in turn, i.e. respond in praise","kjv_definition":"give thanks"} +{"id":"G282","strongs_number":"G282","system":"greek","language":"greek","number_value":282,"lemma":"ἀμήτωρ","transliteration":"amḗtōr","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3384 (μήτηρ);","strongs_definition":"motherless, i.e. of unknown maternity","kjv_definition":"without mother"} +{"id":"G4344","strongs_number":"G4344","system":"greek","language":"greek","number_value":4344,"lemma":"προσκεφάλαιον","transliteration":"proskephálaion","pronunciation":null,"derivation":"neuter of a presumed compound of G4314 (πρός) and G2776 (κεφαλή);","strongs_definition":"something for the head, i.e. a cushion","kjv_definition":"pillow"} +{"id":"G4213","strongs_number":"G4213","system":"greek","language":"greek","number_value":4213,"lemma":"πόσις","transliteration":"pósis","pronunciation":null,"derivation":"from the alternate of G4095 (πίνω);","strongs_definition":"a drinking (the act), i.e. (concretely) a draught","kjv_definition":"drink"} +{"id":"G4689","strongs_number":"G4689","system":"greek","language":"greek","number_value":4689,"lemma":"σπένδω","transliteration":"spéndō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to pour out as a libation, i.e. (figuratively) to devote (one's life or blood, as a sacrifice) (\"spend\")","kjv_definition":"(be ready to) be offered"} +{"id":"G2692","strongs_number":"G2692","system":"greek","language":"greek","number_value":2692,"lemma":"καταστροφή","transliteration":"katastrophḗ","pronunciation":null,"derivation":"from G2690 (καταστρέφω);","strongs_definition":"an overturn (\"catastrophe\"), i.e. demolition; figuratively, apostasy","kjv_definition":"overthrow, subverting"} +{"id":"G5608","strongs_number":"G5608","system":"greek","language":"greek","number_value":5608,"lemma":"ὠνέομαι","transliteration":"ōnéomai","pronunciation":null,"derivation":"middle voice from an apparently primary (a sum or price);","strongs_definition":"to purchase (synonymous with the earlier G4092 (πίμπρημι))","kjv_definition":"buy"} +{"id":"G1798","strongs_number":"G1798","system":"greek","language":"greek","number_value":1798,"lemma":"ἐνύπνιον","transliteration":"enýpnion","pronunciation":null,"derivation":"from G1722 (ἐν) and G5258 (ὕπνος);","strongs_definition":"something seen in sleep, i.e. a dream (vision in a dream)","kjv_definition":"dream"} +{"id":"G5043","strongs_number":"G5043","system":"greek","language":"greek","number_value":5043,"lemma":"τέκνον","transliteration":"téknon","pronunciation":null,"derivation":"from the base of G5098 (τιμωρία);","strongs_definition":"a child (as produced)","kjv_definition":"child, daughter, son"} +{"id":"G4725","strongs_number":"G4725","system":"greek","language":"greek","number_value":4725,"lemma":"στέμμα","transliteration":"stémma","pronunciation":null,"derivation":"from the base of G4735 (στέφανος);","strongs_definition":"a wreath for show","kjv_definition":"garland"} +{"id":"G558","strongs_number":"G558","system":"greek","language":"greek","number_value":558,"lemma":"ἀπελεύθερος","transliteration":"apeleútheros","pronunciation":null,"derivation":"from G575 (ἀπό) and G1658 (ἐλεύθερος);","strongs_definition":"one freed away, i.e. a freedman","kjv_definition":"freeman"} +{"id":"G436","strongs_number":"G436","system":"greek","language":"greek","number_value":436,"lemma":"ἀνθίστημι","transliteration":"anthístēmi","pronunciation":null,"derivation":"from G473 (ἀντί) and G2476 (ἵστημι);","strongs_definition":"to stand against, i.e. oppose","kjv_definition":"resist, withstand"} +{"id":"G4434","strongs_number":"G4434","system":"greek","language":"greek","number_value":4434,"lemma":"πτωχός","transliteration":"ptōchós","pronunciation":null,"derivation":"from (to crouch);","strongs_definition":"akin to G4422 (πτοέω) and the alternate of G4098 (πίπτω)); a beggar (as cringing), i.e. pauper (strictly denoting absolute or public mendicancy, although also used in a qualified or relative sense; whereas G3993 (πένης) properly means only straitened circumstances in private), literally (often as noun) or figuratively (distressed)","kjv_definition":"beggar(-ly), poor"} +{"id":"G3595","strongs_number":"G3595","system":"greek","language":"greek","number_value":3595,"lemma":"ὁδηγός","transliteration":"hodēgós","pronunciation":null,"derivation":"from G3598 (ὁδός) and G2233 (ἡγέομαι);","strongs_definition":"a conductor (literally or figuratively (teacher))","kjv_definition":"guide, leader"} +{"id":"G2275","strongs_number":"G2275","system":"greek","language":"greek","number_value":2275,"lemma":"ἥττημα","transliteration":"hḗttēma","pronunciation":null,"derivation":"from G2274 (ἡττάω);","strongs_definition":"a deterioration, i.e. (objectively) failure or (subjectively) loss","kjv_definition":"diminishing, fault"} +{"id":"G5459","strongs_number":"G5459","system":"greek","language":"greek","number_value":5459,"lemma":"φωσφόρος","transliteration":"phōsphóros","pronunciation":null,"derivation":"from G5457 (φῶς) and G5342 (φέρω);","strongs_definition":"light-bearing (\"phosphorus\"), i.e. (specially), the morning-star (figuratively)","kjv_definition":"day star"} +{"id":"G4969","strongs_number":"G4969","system":"greek","language":"greek","number_value":4969,"lemma":"σφάζω","transliteration":"spházō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to butcher (especially an animal for food or in sacrifice) or (generally) to slaughter, or (specially), to maim (violently)","kjv_definition":"kill, slay, wound"} +{"id":"G3523","strongs_number":"G3523","system":"greek","language":"greek","number_value":3523,"lemma":"νῆστις","transliteration":"nēstis","pronunciation":null,"derivation":"from the inseparable negative particle (not) and G2068 (ἐσθίω);","strongs_definition":"not eating, i.e. abstinent from food (religiously)","kjv_definition":"fasting"} +{"id":"G1737","strongs_number":"G1737","system":"greek","language":"greek","number_value":1737,"lemma":"ἐνδιδύσκω","transliteration":"endidýskō","pronunciation":null,"derivation":"a prolonged form of G1746 (ἐνδύω);","strongs_definition":"to invest (with a garment)","kjv_definition":"clothe in, wear"} +{"id":"G4336","strongs_number":"G4336","system":"greek","language":"greek","number_value":4336,"lemma":"προσεύχομαι","transliteration":"proseúchomai","pronunciation":null,"derivation":"from G4314 (πρός) and G2172 (εὔχομαι);","strongs_definition":"to pray to God, i.e. supplicate, worship","kjv_definition":"pray (X earnestly, for), make prayer"} +{"id":"G2131","strongs_number":"G2131","system":"greek","language":"greek","number_value":2131,"lemma":"Εὐνίκη","transliteration":"Euníkē","pronunciation":null,"derivation":"from G2095 (εὖ) and G3529 (νίκη);","strongs_definition":"victorious; Eunice, a Jewess","kjv_definition":"Eunice"} +{"id":"G4148","strongs_number":"G4148","system":"greek","language":"greek","number_value":4148,"lemma":"πλουτίζω","transliteration":"ploutízō","pronunciation":null,"derivation":"from G4149 (πλοῦτος);","strongs_definition":"to make wealthy (figuratively)","kjv_definition":"en- (make) rich"} +{"id":"G2763","strongs_number":"G2763","system":"greek","language":"greek","number_value":2763,"lemma":"κεραμεύς","transliteration":"kerameús","pronunciation":null,"derivation":"from G2766 (κέραμος);","strongs_definition":"a potter","kjv_definition":"potter"} +{"id":"G4765","strongs_number":"G4765","system":"greek","language":"greek","number_value":4765,"lemma":"στρουθίον","transliteration":"strouthíon","pronunciation":null,"derivation":"diminutive of (a sparrow);","strongs_definition":"a little sparrow","kjv_definition":"sparrow"} +{"id":"G4584","strongs_number":"G4584","system":"greek","language":"greek","number_value":4584,"lemma":"Σεμεΐ","transliteration":"Semeḯ","pronunciation":null,"derivation":"of Hebrew origin (H08096);","strongs_definition":"Semei (i.e. Shimi), an Israelite","kjv_definition":"Semei"} +{"id":"G3565","strongs_number":"G3565","system":"greek","language":"greek","number_value":3565,"lemma":"νύμφη","transliteration":"nýmphē","pronunciation":null,"derivation":"from a primary but obsolete verb (to veil as a bride;","strongs_definition":"compare Latin \"nupto,\" to marry); a young married woman (as veiled), including a betrothed girl; by implication, a son's wife","kjv_definition":"bride, daughter in law"} +{"id":"G1859","strongs_number":"G1859","system":"greek","language":"greek","number_value":1859,"lemma":"ἑορτή","transliteration":"heortḗ","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a festival","kjv_definition":"feast, holyday"} +{"id":"G666","strongs_number":"G666","system":"greek","language":"greek","number_value":666,"lemma":"ἀπουσία","transliteration":"apousía","pronunciation":null,"derivation":"from the participle of G548 (ἄπειμι);","strongs_definition":"a being away","kjv_definition":"absence"} +{"id":"G2076","strongs_number":"G2076","system":"greek","language":"greek","number_value":2076,"lemma":"ἐστί","transliteration":"estí","pronunciation":null,"derivation":"third person singular present indicative of G1510 (εἰμί);","strongs_definition":"he (she or it) is; also (with neuter plural) they are","kjv_definition":"are, be(-long), call, X can(-not), come, consisteth, X dure for a while, + follow, X have, (that) is (to say), make, meaneth, X must needs, + profit, + remaineth, + wrestle"} +{"id":"G2291","strongs_number":"G2291","system":"greek","language":"greek","number_value":2291,"lemma":"Θάρα","transliteration":"Thára","pronunciation":null,"derivation":"of Hebrew origin (H08646);","strongs_definition":"Thara (i.e. Terach), the father of Abraham","kjv_definition":"Thara"} +{"id":"G2698","strongs_number":"G2698","system":"greek","language":"greek","number_value":2698,"lemma":"κατατίθημι","transliteration":"katatíthēmi","pronunciation":null,"derivation":"from G2596 (κατά) and G5087 (τίθημι);","strongs_definition":"to place down, i.e. deposit (literally or figuratively)","kjv_definition":"do, lay, shew"} +{"id":"G1986","strongs_number":"G1986","system":"greek","language":"greek","number_value":1986,"lemma":"ἐπισπάομαι","transliteration":"epispáomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4685 (σπάω);","strongs_definition":"to draw over, i.e. (with G203 (ἀκροβυστία) implied) efface the mark of circumcision (by recovering with the foreskin)","kjv_definition":"become uncircumcised"} +{"id":"G4633","strongs_number":"G4633","system":"greek","language":"greek","number_value":4633,"lemma":"σκηνή","transliteration":"skēnḗ","pronunciation":null,"derivation":"apparently akin to G4632 (σκεῦος) and G4639 (σκιά);","strongs_definition":"a tent or cloth hut (literally or figuratively)","kjv_definition":"habitation, tabernacle"} +{"id":"G5269","strongs_number":"G5269","system":"greek","language":"greek","number_value":5269,"lemma":"ὑποζώννυμι","transliteration":"hypozṓnnymi","pronunciation":null,"derivation":"from G5259 (ὑπό) and G2224 (ζώννυμι);","strongs_definition":"to gird under, i.e. frap (a vessel with cables across the keel, sides and deck)","kjv_definition":"undergirt"} +{"id":"G4397","strongs_number":"G4397","system":"greek","language":"greek","number_value":4397,"lemma":"προφητικός","transliteration":"prophētikós","pronunciation":null,"derivation":"from G4396 (προφήτης);","strongs_definition":"pertaining to a foreteller (\"prophetic\")","kjv_definition":"of prophecy, of the prophets"} +{"id":"G3767","strongs_number":"G3767","system":"greek","language":"greek","number_value":3767,"lemma":"οὖν","transliteration":"oûn","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"(adverbially) certainly, or (conjunctionally) accordingly","kjv_definition":"and (so, truly), but, now (then), so (likewise then), then, therefore, verily, wherefore"} +{"id":"G2587","strongs_number":"G2587","system":"greek","language":"greek","number_value":2587,"lemma":"Καππαδοκία","transliteration":"Kappadokía","pronunciation":null,"derivation":"of foreign origin;","strongs_definition":"Cappadocia, a region of Asia Minor","kjv_definition":"Cappadocia"} +{"id":"G995","strongs_number":"G995","system":"greek","language":"greek","number_value":995,"lemma":"βοή","transliteration":"boḗ","pronunciation":null,"derivation":"from G994 (βοάω);","strongs_definition":"a halloo, i.e. call (for aid, etc.)","kjv_definition":"cry"} +{"id":"G3082","strongs_number":"G3082","system":"greek","language":"greek","number_value":3082,"lemma":"Λύστρα","transliteration":"Lýstra","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Lystra, a place in Asia Minor","kjv_definition":"Lystra"} +{"id":"G511","strongs_number":"G511","system":"greek","language":"greek","number_value":511,"lemma":"ἀνώτερος","transliteration":"anṓteros","pronunciation":null,"derivation":"comparative degree of G507 (ἄνω);","strongs_definition":"upper, i.e. (neuter as adverb) to a more conspicuous place, in a former part of the book","kjv_definition":"above, higher"} +{"id":"G2713","strongs_number":"G2713","system":"greek","language":"greek","number_value":2713,"lemma":"κατέναντι","transliteration":"katénanti","pronunciation":null,"derivation":"from G2596 (κατά) and G1725 (ἔναντι);","strongs_definition":"directly opposite","kjv_definition":"before, over against"} +{"id":"G5217","strongs_number":"G5217","system":"greek","language":"greek","number_value":5217,"lemma":"ὑπάγω","transliteration":"hypágō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G71 (ἄγω);","strongs_definition":"to lead (oneself) under, i.e. withdraw or retire (as if sinking out of sight), literally or figuratively","kjv_definition":"depart, get hence, go (a-)way"} +{"id":"G4448","strongs_number":"G4448","system":"greek","language":"greek","number_value":4448,"lemma":"πυρόω","transliteration":"pyróō","pronunciation":null,"derivation":"from G4442 (πῦρ);","strongs_definition":"to kindle, i.e. (passively) to be ignited, glow (literally), be refined (by implication), or (figuratively) to be inflamed (with anger, grief, lust)","kjv_definition":"burn, fiery, be on fire, try"} +{"id":"G1422","strongs_number":"G1422","system":"greek","language":"greek","number_value":1422,"lemma":"δύσκολος","transliteration":"dýskolos","pronunciation":null,"derivation":"from G1418 (δυσ-) and (food);","strongs_definition":"properly, fastidious about eating (peevish), i.e. (genitive case) impracticable","kjv_definition":"hard"} +{"id":"G1573","strongs_number":"G1573","system":"greek","language":"greek","number_value":1573,"lemma":"ἐκκακέω","transliteration":"ekkakéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2556 (κακός);","strongs_definition":"to be (bad or) weak, i.e. (by implication) to fail (in heart)","kjv_definition":"faint, be weary"} +{"id":"G3582","strongs_number":"G3582","system":"greek","language":"greek","number_value":3582,"lemma":"ξέστης","transliteration":"xéstēs","pronunciation":null,"derivation":"as if from (properly, to smooth;","strongs_definition":"by implication, (of friction) to boil or heat); a vessel (as fashioned or for cooking) (or perhaps by corruption from the Latin sextarius, the sixth of a modius, i.e. about a pint), i.e. (specially), a measure for liquids or solids, (by analogy, a pitcher)","kjv_definition":"pot"} +{"id":"G4117","strongs_number":"G4117","system":"greek","language":"greek","number_value":4117,"lemma":"πλέγμα","transliteration":"plégma","pronunciation":null,"derivation":"from G4120 (πλέκω);","strongs_definition":"a plait (of hair)","kjv_definition":"broidered hair"} +{"id":"G1608","strongs_number":"G1608","system":"greek","language":"greek","number_value":1608,"lemma":"ἐκπορνεύω","transliteration":"ekporneúō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4203 (πορνεύω);","strongs_definition":"to be utterly unchaste","kjv_definition":"give self over to fornication"} +{"id":"G4203","strongs_number":"G4203","system":"greek","language":"greek","number_value":4203,"lemma":"πορνεύω","transliteration":"porneúō","pronunciation":null,"derivation":"from G4204 (πόρνη);","strongs_definition":"to act the harlot, i.e. (literally) indulge unlawful lust (of either sex), or (figuratively) practise idolatry","kjv_definition":"commit (fornication)"} +{"id":"G873","strongs_number":"G873","system":"greek","language":"greek","number_value":873,"lemma":"ἀφορίζω","transliteration":"aphorízō","pronunciation":null,"derivation":"from G575 (ἀπό) and G3724 (ὁρίζω);","strongs_definition":"to set off by boundary, i.e. (figuratively) limit, exclude, appoint, etc.","kjv_definition":"divide, separate, sever"} +{"id":"G4581","strongs_number":"G4581","system":"greek","language":"greek","number_value":4581,"lemma":"Σελεύκεια","transliteration":"Seleúkeia","pronunciation":null,"derivation":"from (Seleucus, a Syrian king);","strongs_definition":"Seleuceia, a place in Syria","kjv_definition":"Seleucia"} +{"id":"G2873","strongs_number":"G2873","system":"greek","language":"greek","number_value":2873,"lemma":"κόπος","transliteration":"kópos","pronunciation":null,"derivation":"from G2875 (κόπτω);","strongs_definition":"a cut, i.e. (by analogy) toil (as reducing the strength), literally or figuratively; by implication, pains","kjv_definition":"labour, + trouble, weariness"} +{"id":"G5176","strongs_number":"G5176","system":"greek","language":"greek","number_value":5176,"lemma":"τρώγω","transliteration":"trṓgō","pronunciation":null,"derivation":"probably strengthened from a collateral form of the base of G5134 (τραῦμα) and G5147 (τρίβος) through the idea of corrosion or wear;","strongs_definition":"or perhaps rather of a base of G5167 (τρυγών) and G5149 (τρίζω) through the idea of a craunching sound; to gnaw or chew, i.e. (generally) to eat","kjv_definition":"eat"} +{"id":"G4884","strongs_number":"G4884","system":"greek","language":"greek","number_value":4884,"lemma":"συναρπάζω","transliteration":"synarpázō","pronunciation":null,"derivation":"from G4862 (σύν) and G726 (ἁρπάζω);","strongs_definition":"to snatch together, i.e. seize","kjv_definition":"catch"} +{"id":"G5106","strongs_number":"G5106","system":"greek","language":"greek","number_value":5106,"lemma":"τοίνυν","transliteration":"toínyn","pronunciation":null,"derivation":"from G5104 (τοί) and G3568 (νῦν);","strongs_definition":"truly now, i.e. accordingly","kjv_definition":"then, therefore"} +{"id":"G3481","strongs_number":"G3481","system":"greek","language":"greek","number_value":3481,"lemma":"Ναθάν","transliteration":"Nathán","pronunciation":null,"derivation":"of Hebrew origin (H05416);","strongs_definition":"Nathan, an Israelite","kjv_definition":"Nathan"} +{"id":"G4784","strongs_number":"G4784","system":"greek","language":"greek","number_value":4784,"lemma":"συγκατατίθεμαι","transliteration":"synkatatíthemai","pronunciation":null,"derivation":"middle from G4862 (σύν) and G2698 (κατατίθημι);","strongs_definition":"to deposit (one's vote or opinion) in company with, i.e. (figuratively) to accord with","kjv_definition":"consent"} +{"id":"G3140","strongs_number":"G3140","system":"greek","language":"greek","number_value":3140,"lemma":"μαρτυρέω","transliteration":"martyréō","pronunciation":null,"derivation":"from G3144 (μάρτυς);","strongs_definition":"to be a witness, i.e. testify (literally or figuratively)","kjv_definition":"charge, give (evidence), bear record, have (obtain, of) good (honest) report, be well reported of, testify, give (have) testimony, (be, bear, give, obtain) witness"} +{"id":"G1558","strongs_number":"G1558","system":"greek","language":"greek","number_value":1558,"lemma":"ἔκδικος","transliteration":"ékdikos","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1349 (δίκη);","strongs_definition":"carrying justice out, i.e. a punisher","kjv_definition":"a (re-)venger"} +{"id":"G1543","strongs_number":"G1543","system":"greek","language":"greek","number_value":1543,"lemma":"ἑκατοντάρχης","transliteration":"hekatontárchēs","pronunciation":null,"derivation":"from G1540 (ἑκατόν) and G757 (ἄρχω);","strongs_definition":"the captain of one hundred men","kjv_definition":"centurion"} +{"id":"G1972","strongs_number":"G1972","system":"greek","language":"greek","number_value":1972,"lemma":"ἐπιπόθησις","transliteration":"epipóthēsis","pronunciation":null,"derivation":"from G1971 (ἐπιποθέω);","strongs_definition":"a longing for","kjv_definition":"earnest (vehement) desire"} +{"id":"G911","strongs_number":"G911","system":"greek","language":"greek","number_value":911,"lemma":"βάπτω","transliteration":"báptō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to whelm, i.e. cover wholly with a fluid; in the New Testament only in a qualified or special sense, i.e. (literally) to moisten (a part of one's person), or (by implication) to stain (as with dye)","kjv_definition":"dip"} +{"id":"G4827","strongs_number":"G4827","system":"greek","language":"greek","number_value":4827,"lemma":"συμμαθητής","transliteration":"symmathētḗs","pronunciation":null,"derivation":"from a compound of G4862 (σύν) and G3129 (μανθάνω);","strongs_definition":"a co-learner (of Christianity)","kjv_definition":"fellow disciple"} +{"id":"G5442","strongs_number":"G5442","system":"greek","language":"greek","number_value":5442,"lemma":"φυλάσσω","transliteration":"phylássō","pronunciation":null,"derivation":"probably from G5443 (φυλή) through the idea of isolation;","strongs_definition":"to watch, i.e. be on guard (literally of figuratively); by implication, to preserve, obey, avoid","kjv_definition":"beward, keep (self), observe, save"} +{"id":"G2134","strongs_number":"G2134","system":"greek","language":"greek","number_value":2134,"lemma":"εὐνουχίζω","transliteration":"eunouchízō","pronunciation":null,"derivation":"from G2135 (εὐνοῦχος);","strongs_definition":"to castrate (figuratively, live unmarried)","kjv_definition":"make…eunuch"} +{"id":"G508","strongs_number":"G508","system":"greek","language":"greek","number_value":508,"lemma":"ἀνώγεον","transliteration":"anṓgeon","pronunciation":null,"derivation":"from G507 (ἄνω) and G1093 (γῆ);","strongs_definition":"above the ground, i.e. (properly) the second floor of a building; used for a dome or a balcony on the upper story","kjv_definition":"upper room"} +{"id":"G3776","strongs_number":"G3776","system":"greek","language":"greek","number_value":3776,"lemma":"οὐσία","transliteration":"ousía","pronunciation":null,"derivation":"from the feminine of G5607 (ὤν);","strongs_definition":"substance, i.e. property (possessions)","kjv_definition":"goods, substance"} +{"id":"G4681","strongs_number":"G4681","system":"greek","language":"greek","number_value":4681,"lemma":"Σπανία","transliteration":"Spanía","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Spania, a region of Europe","kjv_definition":"Spain"} +{"id":"G1321","strongs_number":"G1321","system":"greek","language":"greek","number_value":1321,"lemma":"διδάσκω","transliteration":"didáskō","pronunciation":null,"derivation":"a prolonged (causative) form of a primary verb (to learn);","strongs_definition":"to teach (in the same broad application)","kjv_definition":"teach"} +{"id":"G5246","strongs_number":"G5246","system":"greek","language":"greek","number_value":5246,"lemma":"ὑπέρογκος","transliteration":"hypéronkos","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G3591 (ὄγκος);","strongs_definition":"bulging over, i.e. (figuratively) insolent","kjv_definition":"great swelling"} +{"id":"G1973","strongs_number":"G1973","system":"greek","language":"greek","number_value":1973,"lemma":"ἐπιπόθητος","transliteration":"epipóthētos","pronunciation":null,"derivation":"from G1909 (ἐπί) and a derivative of the latter part of G1971 (ἐπιποθέω);","strongs_definition":"yearned upon, i.e. greatly loved","kjv_definition":"longed for"} +{"id":"G93","strongs_number":"G93","system":"greek","language":"greek","number_value":93,"lemma":"ἀδικία","transliteration":"adikía","pronunciation":null,"derivation":"from G94 (ἄδικος);","strongs_definition":"(legal) injustice (properly, the quality, by implication, the act); morally, wrongfulness (of character, life or act)","kjv_definition":"iniquity, unjust, unrighteousness, wrong"} +{"id":"G4804","strongs_number":"G4804","system":"greek","language":"greek","number_value":4804,"lemma":"συζητητής","transliteration":"syzētētḗs","pronunciation":null,"derivation":"from G4802 (συζητέω);","strongs_definition":"a disputant, i.e. sophist","kjv_definition":"disputer"} +{"id":"G2267","strongs_number":"G2267","system":"greek","language":"greek","number_value":2267,"lemma":"Ἡρωδίων","transliteration":"Hērōdíōn","pronunciation":null,"derivation":"from G2264 (Ἡρώδης);","strongs_definition":"Herodion, a Christian","kjv_definition":"Herodion"} +{"id":"G745","strongs_number":"G745","system":"greek","language":"greek","number_value":745,"lemma":"Ἀρχέλαος","transliteration":"Archélaos","pronunciation":null,"derivation":"from G757 (ἄρχω) and G2994 (Λαοδικεύς);","strongs_definition":"people-ruling; Archelaus, a Jewish king","kjv_definition":"Archelaus"} +{"id":"G4566","strongs_number":"G4566","system":"greek","language":"greek","number_value":4566,"lemma":"Σατᾶν","transliteration":"Satân","pronunciation":null,"derivation":"of Hebrew origin (H07854);","strongs_definition":"Satan, i.e. the devil","kjv_definition":"Satan"} +{"id":"G4655","strongs_number":"G4655","system":"greek","language":"greek","number_value":4655,"lemma":"σκότος","transliteration":"skótos","pronunciation":null,"derivation":"from the base of G4639 (σκιά);","strongs_definition":"shadiness, i.e. obscurity (literally or figuratively)","kjv_definition":"darkness"} +{"id":"G2304","strongs_number":"G2304","system":"greek","language":"greek","number_value":2304,"lemma":"θεῖος","transliteration":"theîos","pronunciation":null,"derivation":"from G2316 (θεός);","strongs_definition":"godlike (neuter as noun, divinity)","kjv_definition":"divine, godhead"} +{"id":"G5185","strongs_number":"G5185","system":"greek","language":"greek","number_value":5185,"lemma":"τυφλός","transliteration":"typhlós","pronunciation":null,"derivation":"from, G5187 (τυφόω);","strongs_definition":"opaque (as if smoky), i.e. (by analogy) blind (physically or mentally)","kjv_definition":"blind"} +{"id":"G366","strongs_number":"G366","system":"greek","language":"greek","number_value":366,"lemma":"ἀνανήφω","transliteration":"ananḗphō","pronunciation":null,"derivation":"from G303 (ἀνά) and G3525 (νήφω);","strongs_definition":"to become sober again, i.e. (figuratively) regain (one's) senses","kjv_definition":"recover self"} +{"id":"G4949","strongs_number":"G4949","system":"greek","language":"greek","number_value":4949,"lemma":"Συροφοίνισσα","transliteration":"Syrophoínissa","pronunciation":null,"derivation":"feminine of a compound of G4948 (Σύρος) and the same as G5403 (Φοινίκη);","strongs_definition":"a Syro-phœnician woman, i.e. a female native of Phœnicia in Syria","kjv_definition":"Syrophenician"} +{"id":"G4072","strongs_number":"G4072","system":"greek","language":"greek","number_value":4072,"lemma":"πέτομαι","transliteration":"pétomai","pronunciation":null,"derivation":"middle voice of a primary verb;","strongs_definition":"to fly","kjv_definition":"fly(-ing)"} +{"id":"G2281","strongs_number":"G2281","system":"greek","language":"greek","number_value":2281,"lemma":"θάλασσα","transliteration":"thálassa","pronunciation":null,"derivation":"probably prolonged from G251 (ἅλς);","strongs_definition":"the sea (genitive case or specially)","kjv_definition":"sea"} +{"id":"G4016","strongs_number":"G4016","system":"greek","language":"greek","number_value":4016,"lemma":"περιβάλλω","transliteration":"peribállō","pronunciation":null,"derivation":"from G4012 (περί) and G906 (βάλλω);","strongs_definition":"to throw all around, i.e. invest (with a palisade or with clothing)","kjv_definition":"array, cast about, clothe(-d me), put on"} +{"id":"G858","strongs_number":"G858","system":"greek","language":"greek","number_value":858,"lemma":"ἀφελότης","transliteration":"aphelótēs","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and (in the sense of a stone as stubbing the foot);","strongs_definition":"smoothness, i.e. (figuratively) simplicity","kjv_definition":"singleness"} +{"id":"G2879","strongs_number":"G2879","system":"greek","language":"greek","number_value":2879,"lemma":"Κορέ","transliteration":"Koré","pronunciation":null,"derivation":"of Hebrew origin (H07141);","strongs_definition":"Core (i.e. Korach), an Israelite","kjv_definition":"Core"} +{"id":"G5015","strongs_number":"G5015","system":"greek","language":"greek","number_value":5015,"lemma":"ταράσσω","transliteration":"tarássō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to stir or agitate (roil water)","kjv_definition":"trouble"} +{"id":"G1462","strongs_number":"G1462","system":"greek","language":"greek","number_value":1462,"lemma":"ἔγκλημα","transliteration":"énklēma","pronunciation":null,"derivation":"from G1458 (ἐγκαλέω);","strongs_definition":"an accusation, i.e. offence alleged","kjv_definition":"crime laid against, laid to charge"} +{"id":"G1248","strongs_number":"G1248","system":"greek","language":"greek","number_value":1248,"lemma":"διακονία","transliteration":"diakonía","pronunciation":null,"derivation":"from G1249 (διάκονος);","strongs_definition":"attendance (as a servant, etc.); figuratively (eleemosynary) aid, (official) service (especially of the Christian teacher, or technically of the diaconate)","kjv_definition":"(ad-)minister(-ing, -tration, -try), office, relief, service(-ing)"} +{"id":"G4847","strongs_number":"G4847","system":"greek","language":"greek","number_value":4847,"lemma":"συμπολίτης","transliteration":"sympolítēs","pronunciation":null,"derivation":"from G4862 (σύν) and G4177 (πολίτης);","strongs_definition":"a native of the same town, i.e. (figuratively) co-religionist (fellow-Christian)","kjv_definition":"fellow- citizen"} +{"id":"G389","strongs_number":"G389","system":"greek","language":"greek","number_value":389,"lemma":"ἀναστενάζω","transliteration":"anastenázō","pronunciation":null,"derivation":"from G303 (ἀνά) and G4727 (στενάζω);","strongs_definition":"to sigh deeply","kjv_definition":"sigh deeply"} +{"id":"G1045","strongs_number":"G1045","system":"greek","language":"greek","number_value":1045,"lemma":"Γάδ","transliteration":"Gád","pronunciation":null,"derivation":"of Hebrew origin (H01410);","strongs_definition":"Gad, a tribe of Israelites","kjv_definition":"Gad"} +{"id":"G1514","strongs_number":"G1514","system":"greek","language":"greek","number_value":1514,"lemma":"εἰρηνεύω","transliteration":"eirēneúō","pronunciation":null,"derivation":"from G1515 (εἰρήνη);","strongs_definition":"to be (act) peaceful","kjv_definition":"be at (have, live in) peace, live peaceably"} +{"id":"G2064","strongs_number":"G2064","system":"greek","language":"greek","number_value":2064,"lemma":"ἔρχομαι","transliteration":"érchomai","pronunciation":null,"derivation":"middle voice of a primary verb (used only in the present and imperfect tenses, the others being supplied by a kindred (middle voice) , or (active) , which do not otherwise occur);","strongs_definition":"to come or go (in a great variety of applications, literally and figuratively)","kjv_definition":"accompany, appear, bring, come, enter, fall out, go, grow, X light, X next, pass, resort, be set"} +{"id":"G2349","strongs_number":"G2349","system":"greek","language":"greek","number_value":2349,"lemma":"θνητός","transliteration":"thnētós","pronunciation":null,"derivation":"from G2348 (θνήσκω);","strongs_definition":"liable to die","kjv_definition":"mortal(-ity)"} +{"id":"G2298","strongs_number":"G2298","system":"greek","language":"greek","number_value":2298,"lemma":"θαυμαστός","transliteration":"thaumastós","pronunciation":null,"derivation":"from G2296 (θαυμάζω);","strongs_definition":"wondered at, i.e. (by implication) wonderful","kjv_definition":"marvel(-lous)"} +{"id":"G875","strongs_number":"G875","system":"greek","language":"greek","number_value":875,"lemma":"ἀφρίζω","transliteration":"aphrízō","pronunciation":null,"derivation":"from G876 (ἀφρός);","strongs_definition":"to froth at the mouth (in epilepsy)","kjv_definition":"foam"} +{"id":"G665","strongs_number":"G665","system":"greek","language":"greek","number_value":665,"lemma":"ἀποτρέπω","transliteration":"apotrépō","pronunciation":null,"derivation":"from G575 (ἀπό) and the base of G5157 (τροπή);","strongs_definition":"to deflect, i.e. (reflexively) avoid","kjv_definition":"turn away"} +{"id":"G44","strongs_number":"G44","system":"greek","language":"greek","number_value":44,"lemma":"ἄγκιστρον","transliteration":"ánkistron","pronunciation":null,"derivation":"from the same as G43 (ἀγκάλη);","strongs_definition":"a hook (as bent)","kjv_definition":"hook"} +{"id":"G2581","strongs_number":"G2581","system":"greek","language":"greek","number_value":2581,"lemma":"Κανανίτης","transliteration":"Kananítēs","pronunciation":null,"derivation":"of Chaldee origin (compare H07067);","strongs_definition":"zealous; Cananites, an epithet","kjv_definition":"Canaanite (by mistake for a derivative from G5477 (Χαναάν))"} +{"id":"G3513","strongs_number":"G3513","system":"greek","language":"greek","number_value":3513,"lemma":"νή","transliteration":"nḗ","pronunciation":null,"derivation":"probably an intensive form of G3483 (ναί);","strongs_definition":"a particle of attestation (accompanied by the object invoked or appealed to in confirmation); as sure as","kjv_definition":"I protest by"} +{"id":"G307","strongs_number":"G307","system":"greek","language":"greek","number_value":307,"lemma":"ἀναβιβάζω","transliteration":"anabibázō","pronunciation":null,"derivation":"from G303 (ἀνά) and a derivative of the base of G939 (βάσις);","strongs_definition":"to cause to go up, i.e. haul (a net)","kjv_definition":"draw"} +{"id":"G5355","strongs_number":"G5355","system":"greek","language":"greek","number_value":5355,"lemma":"φθόνος","transliteration":"phthónos","pronunciation":null,"derivation":"probably akin to the base of G5351 (φθείρω);","strongs_definition":"ill-will (as detraction), i.e. jealousy (spite)","kjv_definition":"envy"} +{"id":"G4374","strongs_number":"G4374","system":"greek","language":"greek","number_value":4374,"lemma":"προσφέρω","transliteration":"prosphérō","pronunciation":null,"derivation":"from G4314 (πρός) and G5342 (φέρω) (including its alternate);","strongs_definition":"to bear towards, i.e. lead to, tender (especially to God), treat","kjv_definition":"bring (to, unto), deal with, do, offer (unto, up), present unto, put to"} +{"id":"G1947","strongs_number":"G1947","system":"greek","language":"greek","number_value":1947,"lemma":"ἐπικουρία","transliteration":"epikouría","pronunciation":null,"derivation":"from a compound of G1909 (ἐπί) and a (prolonged) form of the base of G2877 (κοράσιον) (in the sense of servant);","strongs_definition":"assistance","kjv_definition":"help"} +{"id":"G1047","strongs_number":"G1047","system":"greek","language":"greek","number_value":1047,"lemma":"γάζα","transliteration":"gáza","pronunciation":null,"derivation":"of foreign origin;","strongs_definition":"a treasure","kjv_definition":"treasure"} +{"id":"G300","strongs_number":"G300","system":"greek","language":"greek","number_value":300,"lemma":"Ἀμών","transliteration":"Amṓn","pronunciation":null,"derivation":"of Hebrew origin (H0526);","strongs_definition":"Amon, an Israelite","kjv_definition":"Amon"} +{"id":"G1707","strongs_number":"G1707","system":"greek","language":"greek","number_value":1707,"lemma":"ἐμπλέκω","transliteration":"emplékō","pronunciation":null,"derivation":"from G1722 (ἐν) and G4120 (πλέκω);","strongs_definition":"to entwine, i.e. (figuratively) involve with","kjv_definition":"entangle (in, self with)"} +{"id":"G4467","strongs_number":"G4467","system":"greek","language":"greek","number_value":4467,"lemma":"ῥᾳδιούργημα","transliteration":"rhaidioúrgēma","pronunciation":null,"derivation":"from a comparative of (easy, i.e. reckless) and G2041 (ἔργον);","strongs_definition":"easy-going behavior, i.e. (by extension) a crime","kjv_definition":"lewdness"} +{"id":"G2424","strongs_number":"G2424","system":"greek","language":"greek","number_value":2424,"lemma":"Ἰησοῦς","transliteration":"Iēsoûs","pronunciation":null,"derivation":"of Hebrew origin (H03091);","strongs_definition":"Jesus (i.e. Jehoshua), the name of our Lord and two (three) other Israelites","kjv_definition":"Jesus"} +{"id":"G2981","strongs_number":"G2981","system":"greek","language":"greek","number_value":2981,"lemma":"λαλιά","transliteration":"laliá","pronunciation":null,"derivation":"from G2980 (λαλέω);","strongs_definition":"talk","kjv_definition":"saying, speech"} +{"id":"G3130","strongs_number":"G3130","system":"greek","language":"greek","number_value":3130,"lemma":"μανία","transliteration":"manía","pronunciation":null,"derivation":"from G3105 (μαίνομαι);","strongs_definition":"craziness","kjv_definition":"(+ make) X mad"} +{"id":"G1695","strongs_number":"G1695","system":"greek","language":"greek","number_value":1695,"lemma":"Ἐμμαούς","transliteration":"Emmaoús","pronunciation":null,"derivation":"probably of Hebrew origin (compare H03222);","strongs_definition":"Emmaus, a place in Palestine","kjv_definition":"Emmaus"} +{"id":"G4063","strongs_number":"G4063","system":"greek","language":"greek","number_value":4063,"lemma":"περιτρέχω","transliteration":"peritréchō","pronunciation":null,"derivation":"from G4012 (περί) and G5143 (τρέχω) (including its alternate);","strongs_definition":"to run around, i.e. traverse","kjv_definition":"run through"} +{"id":"G4905","strongs_number":"G4905","system":"greek","language":"greek","number_value":4905,"lemma":"συνέρχομαι","transliteration":"synérchomai","pronunciation":null,"derivation":"from G4862 (σύν) and G2064 (ἔρχομαι);","strongs_definition":"to convene, depart in company with, associate with, or (specially), cohabit (conjugally)","kjv_definition":"accompany, assemble (with), come (together), come (company, go) with, resort"} +{"id":"G5485","strongs_number":"G5485","system":"greek","language":"greek","number_value":5485,"lemma":"χάρις","transliteration":"cháris","pronunciation":null,"derivation":"from G5463 (χαίρω);","strongs_definition":"graciousness (as gratifying), of manner or act (abstract or concrete; literal, figurative or spiritual; especially the divine influence upon the heart, and its reflection in the life; including gratitude)","kjv_definition":"acceptable, benefit, favour, gift, grace(- ious), joy, liberality, pleasure, thank(-s, -worthy)"} +{"id":"G4631","strongs_number":"G4631","system":"greek","language":"greek","number_value":4631,"lemma":"σκευή","transliteration":"skeuḗ","pronunciation":null,"derivation":"from G4632 (σκεῦος);","strongs_definition":"furniture, i.e. spare tackle","kjv_definition":"tackling"} +{"id":"G2054","strongs_number":"G2054","system":"greek","language":"greek","number_value":2054,"lemma":"ἔρις","transliteration":"éris","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a quarrel, i.e. (by implication) wrangling","kjv_definition":"contention, debate, strife, variance"} +{"id":"G2900","strongs_number":"G2900","system":"greek","language":"greek","number_value":2900,"lemma":"κραταιός","transliteration":"krataiós","pronunciation":null,"derivation":"from G2904 (κράτος);","strongs_definition":"powerful","kjv_definition":"mighty"} +{"id":"G2213","strongs_number":"G2213","system":"greek","language":"greek","number_value":2213,"lemma":"ζήτημα","transliteration":"zḗtēma","pronunciation":null,"derivation":"from G2212 (ζητέω);","strongs_definition":"a search (properly concretely), i.e. (in words) a debate","kjv_definition":"question"} +{"id":"G3746","strongs_number":"G3746","system":"greek","language":"greek","number_value":3746,"lemma":"ὅσπερ","transliteration":"hósper","pronunciation":null,"derivation":"from G3739 (ὅς) and G4007 (περ);","strongs_definition":"who especially","kjv_definition":"whomsoever"} +{"id":"G770","strongs_number":"G770","system":"greek","language":"greek","number_value":770,"lemma":"ἀσθενέω","transliteration":"asthenéō","pronunciation":null,"derivation":"from G772 (ἀσθενής);","strongs_definition":"to be feeble (in any sense)","kjv_definition":"be diseased, impotent folk (man), (be) sick, (be, be made) weak"} +{"id":"G1928","strongs_number":"G1928","system":"greek","language":"greek","number_value":1928,"lemma":"ἐπιδιατάσσομαι","transliteration":"epidiatássomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and G1299 (διατάσσω);","strongs_definition":"to appoint besides, i.e. supplement (as a codicil)","kjv_definition":"add to"} +{"id":"G4098","strongs_number":"G4098","system":"greek","language":"greek","number_value":4098,"lemma":"πίπτω","transliteration":"píptō","pronunciation":null,"derivation":"probably akin to G4072 (πέτομαι) through the idea of alighting;","strongs_definition":"to fall (literally or figuratively)","kjv_definition":"fail, fall (down), light on"} +{"id":"G4593","strongs_number":"G4593","system":"greek","language":"greek","number_value":4593,"lemma":"σημειόω","transliteration":"sēmeióō","pronunciation":null,"derivation":"from G4592 (σημεῖον);","strongs_definition":"to distinguish, i.e. mark (for avoidance)","kjv_definition":"note"} +{"id":"G3373","strongs_number":"G3373","system":"greek","language":"greek","number_value":3373,"lemma":"μηκύνω","transliteration":"mēkýnō","pronunciation":null,"derivation":"from G3372 (μῆκος);","strongs_definition":"to lengthen, i.e. (middle voice) to enlarge","kjv_definition":"grow up"} +{"id":"G1732","strongs_number":"G1732","system":"greek","language":"greek","number_value":1732,"lemma":"ἔνδειξις","transliteration":"éndeixis","pronunciation":null,"derivation":"from G1731 (ἐνδείκνυμι);","strongs_definition":"indication (abstractly)","kjv_definition":"declare, evident token, proof"} +{"id":"G4900","strongs_number":"G4900","system":"greek","language":"greek","number_value":4900,"lemma":"συνελαύνω","transliteration":"synelaúnō","pronunciation":null,"derivation":"from G4862 (σύν) and G1643 (ἐλαύνω);","strongs_definition":"to drive together, i.e. (figuratively) exhort (to reconciliation)","kjv_definition":"+ set at one again"} +{"id":"G2031","strongs_number":"G2031","system":"greek","language":"greek","number_value":2031,"lemma":"ἔπος","transliteration":"épos","pronunciation":null,"derivation":"from G2036 (ἔπω);","strongs_definition":"a word","kjv_definition":"X say"} +{"id":"G2725","strongs_number":"G2725","system":"greek","language":"greek","number_value":2725,"lemma":"κατήγορος","transliteration":"katḗgoros","pronunciation":null,"derivation":"from G2596 (κατά) and G58 (ἀγορά);","strongs_definition":"against one in the assembly, i.e. a complainant at law; specially, Satan","kjv_definition":"accuser"} +{"id":"G2728","strongs_number":"G2728","system":"greek","language":"greek","number_value":2728,"lemma":"κατιόω","transliteration":"katióō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G2447 (ἰός);","strongs_definition":"to rust down, i.e. corrode","kjv_definition":"canker"} +{"id":"G452","strongs_number":"G452","system":"greek","language":"greek","number_value":452,"lemma":"Ἄννας","transliteration":"Ánnas","pronunciation":null,"derivation":"of Hebrew origin (H02608);","strongs_definition":"Annas (i.e. G367 (Ἀνανίας)), an Israelite","kjv_definition":"Annas"} +{"id":"G2532","strongs_number":"G2532","system":"greek","language":"greek","number_value":2532,"lemma":"καί","transliteration":"kaí","pronunciation":null,"derivation":"apparently, a primary particle, having a copulative and sometimes also a cumulative force;","strongs_definition":"and, also, even, so then, too, etc.; often used in connection (or composition) with other particles or small words","kjv_definition":"and, also, both, but, even, for, if, or, so, that, then, therefore, when, yet"} +{"id":"G4748","strongs_number":"G4748","system":"greek","language":"greek","number_value":4748,"lemma":"στοιχέω","transliteration":"stoichéō","pronunciation":null,"derivation":"from a derivative of (to range in regular line);","strongs_definition":"to march in (military) rank (keep step), i.e. (figuratively) to conform to virtue and piety","kjv_definition":"walk (orderly)"} +{"id":"G924","strongs_number":"G924","system":"greek","language":"greek","number_value":924,"lemma":"Βαρτιμαῖος","transliteration":"Bartimaîos","pronunciation":null,"derivation":"of Chaldee origin (H01247 and H02931);","strongs_definition":"son of Timæus (or the unclean); Bar-timæus, an Israelite","kjv_definition":"Bartimæus"} +{"id":"G5334","strongs_number":"G5334","system":"greek","language":"greek","number_value":5334,"lemma":"φάσις","transliteration":"phásis","pronunciation":null,"derivation":"from G5346 (φημί) (not the same as \"phase\", which is from G5316 (φαίνω));","strongs_definition":"a saying, i.e. report","kjv_definition":"tidings"} +{"id":"G1443","strongs_number":"G1443","system":"greek","language":"greek","number_value":1443,"lemma":"Ἐβέρ","transliteration":"Ebér","pronunciation":null,"derivation":"of Hebrew origin (H05677);","strongs_definition":"Eber, a patriarch","kjv_definition":"Eber"} +{"id":"G2125","strongs_number":"G2125","system":"greek","language":"greek","number_value":2125,"lemma":"εὐλαβέομαι","transliteration":"eulabéomai","pronunciation":null,"derivation":"middle voice from G2126 (εὐλαβής);","strongs_definition":"to be circumspect, i.e. (by implication) to be apprehensive; religiously, to reverence","kjv_definition":"(moved with) fear"} +{"id":"G110","strongs_number":"G110","system":"greek","language":"greek","number_value":110,"lemma":"ἀθανασία","transliteration":"athanasía","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and G2288 (θάνατος);","strongs_definition":"deathlessness","kjv_definition":"immortality"} +{"id":"G2840","strongs_number":"G2840","system":"greek","language":"greek","number_value":2840,"lemma":"κοινόω","transliteration":"koinóō","pronunciation":null,"derivation":"from G2839 (κοινός);","strongs_definition":"to make (or consider) profane (ceremonially)","kjv_definition":"call common, defile, pollute, unclean"} +{"id":"G2809","strongs_number":"G2809","system":"greek","language":"greek","number_value":2809,"lemma":"κλέμμα","transliteration":"klémma","pronunciation":null,"derivation":"from G2813 (κλέπτω);","strongs_definition":"stealing (properly, the thing stolen, but used of the act)","kjv_definition":"theft"} +{"id":"G2215","strongs_number":"G2215","system":"greek","language":"greek","number_value":2215,"lemma":"ζιζάνιον","transliteration":"zizánion","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"darnel or false grain","kjv_definition":"tares"} +{"id":"G595","strongs_number":"G595","system":"greek","language":"greek","number_value":595,"lemma":"ἀπόθεσις","transliteration":"apóthesis","pronunciation":null,"derivation":"from G659 (ἀποτίθημι);","strongs_definition":"a laying aside (literally or figuratively)","kjv_definition":"putting away (off)"} +{"id":"G3958","strongs_number":"G3958","system":"greek","language":"greek","number_value":3958,"lemma":"πάσχω","transliteration":"páschō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to experience a sensation or impression (usually painful)","kjv_definition":"feel, passion, suffer, vex"} +{"id":"G4261","strongs_number":"G4261","system":"greek","language":"greek","number_value":4261,"lemma":"προβάλλω","transliteration":"probállō","pronunciation":null,"derivation":"from G4253 (πρό) and G906 (βάλλω);","strongs_definition":"to throw forward, i.e. push to the front, germinate","kjv_definition":"put forward, shoot forth"} +{"id":"G2452","strongs_number":"G2452","system":"greek","language":"greek","number_value":2452,"lemma":"Ἰουδαϊκῶς","transliteration":"Ioudaïkōs","pronunciation":null,"derivation":"adverb from G2451 (Ἰουδαϊκός);","strongs_definition":"Judaïcally or in a manner resembling a Judæan","kjv_definition":"as do the Jews"} +{"id":"G2048","strongs_number":"G2048","system":"greek","language":"greek","number_value":2048,"lemma":"ἔρημος","transliteration":"érēmos","pronunciation":null,"derivation":"of uncertain affinity; lonesome, i.e. (by implication) waste (usually as a noun, G5561 (χώρα) being implied)","strongs_definition":null,"kjv_definition":"desert, desolate, solitary, wilderness"} +{"id":"G2770","strongs_number":"G2770","system":"greek","language":"greek","number_value":2770,"lemma":"κερδαίνω","transliteration":"kerdaínō","pronunciation":null,"derivation":"from G2771 (κέρδος);","strongs_definition":"to gain (literally or figuratively)","kjv_definition":"(get) gain, win"} +{"id":"G1920","strongs_number":"G1920","system":"greek","language":"greek","number_value":1920,"lemma":"ἐπιγίνομαι","transliteration":"epigínomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1096 (γίνομαι);","strongs_definition":"to arrive upon, i.e. spring up (as a wind)","kjv_definition":"blow"} +{"id":"G1658","strongs_number":"G1658","system":"greek","language":"greek","number_value":1658,"lemma":"ἐλεύθερος","transliteration":"eleútheros","pronunciation":null,"derivation":"probably from the alternate of G2064 (ἔρχομαι);","strongs_definition":"unrestrained (to go at pleasure), i.e. (as a citizen) not a slave (whether freeborn or manumitted), or (genitive case) exempt (from obligation or liability)","kjv_definition":"free (man, woman), at liberty"} +{"id":"G2386","strongs_number":"G2386","system":"greek","language":"greek","number_value":2386,"lemma":"ἴαμα","transliteration":"íama","pronunciation":null,"derivation":"from G2390 (ἰάομαι);","strongs_definition":"a cure (the effect)","kjv_definition":"healing"} +{"id":"G5551","strongs_number":"G5551","system":"greek","language":"greek","number_value":5551,"lemma":"χρονοτριβέω","transliteration":"chronotribéō","pronunciation":null,"derivation":"from a presumed compound of G5550 (χρόνος) and the base of G5147 (τρίβος);","strongs_definition":"to be a time-wearer, i.e. to procrastinate (linger)","kjv_definition":"spend time"} +{"id":"G3048","strongs_number":"G3048","system":"greek","language":"greek","number_value":3048,"lemma":"λογία","transliteration":"logía","pronunciation":null,"derivation":"from G3056 (λόγος) (in the commercial sense);","strongs_definition":"a contribution","kjv_definition":"collection, gathering"} +{"id":"G3343","strongs_number":"G3343","system":"greek","language":"greek","number_value":3343,"lemma":"μεταπέμπω","transliteration":"metapémpō","pronunciation":null,"derivation":"from G3326 (μετά) and G3992 (πέμπω);","strongs_definition":"to send from elsewhere, i.e. (middle voice) to summon or invite","kjv_definition":"call (send) for"} +{"id":"G1508","strongs_number":"G1508","system":"greek","language":"greek","number_value":1508,"lemma":"εἰ μή","transliteration":"ei mḗ","pronunciation":null,"derivation":"from G1487 (εἰ) and G3361 (μή);","strongs_definition":"if not","kjv_definition":"but, except (that), if not, more than, save (only) that, saving, till"} +{"id":"G1924","strongs_number":"G1924","system":"greek","language":"greek","number_value":1924,"lemma":"ἐπιγράφω","transliteration":"epigráphō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1125 (γράφω);","strongs_definition":"to inscribe (physically or mentally)","kjv_definition":"inscription, write in (over, thereon)"} +{"id":"G5046","strongs_number":"G5046","system":"greek","language":"greek","number_value":5046,"lemma":"τέλειος","transliteration":"téleios","pronunciation":null,"derivation":"from G5056 (τέλος);","strongs_definition":"complete (in various applications of labor, growth, mental and moral character, etc.); neuter (as noun, with G3588 (ὁ)) completeness","kjv_definition":"of full age, man, perfect"} +{"id":"G2854","strongs_number":"G2854","system":"greek","language":"greek","number_value":2854,"lemma":"κολλούριον","transliteration":"kolloúrion","pronunciation":null,"derivation":"neuter of a presumed derivative of (a cake;","strongs_definition":"prob akin to the base of G2853 (κολλάω)); properly, a poultice (as made of or in the form of crackers), i.e. (by analogy) a plaster","kjv_definition":"eyesalve"} +{"id":"G25","strongs_number":"G25","system":"greek","language":"greek","number_value":25,"lemma":"ἀγαπάω","transliteration":"agapáō","pronunciation":null,"derivation":"perhaps from (much) (or compare G5689);","strongs_definition":"to love (in a social or moral sense)","kjv_definition":"(be-)love(-ed)"} +{"id":"G1827","strongs_number":"G1827","system":"greek","language":"greek","number_value":1827,"lemma":"ἐξελέγχω","transliteration":"exelénchō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1651 (ἐλέγχω);","strongs_definition":"to convict fully, i.e. (by implication) to punish","kjv_definition":"convince"} +{"id":"G3858","strongs_number":"G3858","system":"greek","language":"greek","number_value":3858,"lemma":"παραδέχομαι","transliteration":"paradéchomai","pronunciation":null,"derivation":"from G3844 (παρά) and G1209 (δέχομαι);","strongs_definition":"to accept near, i.e. admit or (by implication) delight in","kjv_definition":"receive"} +{"id":"G2323","strongs_number":"G2323","system":"greek","language":"greek","number_value":2323,"lemma":"θεραπεύω","transliteration":"therapeúō","pronunciation":null,"derivation":"from the same as G2324 (θεράπων);","strongs_definition":"to wait upon menially, i.e. (figuratively) to adore (God), or (specially) to relieve (of disease)","kjv_definition":"cure, heal, worship"} +{"id":"G2464","strongs_number":"G2464","system":"greek","language":"greek","number_value":2464,"lemma":"Ἰσαάκ","transliteration":"Isaák","pronunciation":null,"derivation":"of Hebrew origin (H03327);","strongs_definition":"Isaac (i.e. Jitschak), the son of Abraham","kjv_definition":"Isaac"} +{"id":"G2360","strongs_number":"G2360","system":"greek","language":"greek","number_value":2360,"lemma":"θροέω","transliteration":"throéō","pronunciation":null,"derivation":"from to wail;","strongs_definition":"to clamor, i.e. (by implication) to frighten","kjv_definition":"trouble"} +{"id":"G443","strongs_number":"G443","system":"greek","language":"greek","number_value":443,"lemma":"ἀνθρωποκτόνος","transliteration":"anthrōpoktónos","pronunciation":null,"derivation":"from G444 (ἄνθρωπος) and (to kill);","strongs_definition":"a manslayer","kjv_definition":"murderer"} +{"id":"G4550","strongs_number":"G4550","system":"greek","language":"greek","number_value":4550,"lemma":"σαπρός","transliteration":"saprós","pronunciation":null,"derivation":"from G4595 (σήπω);","strongs_definition":"rotten, i.e. worthless (literally or morally)","kjv_definition":"bad, corrupt"} +{"id":"G4450","strongs_number":"G4450","system":"greek","language":"greek","number_value":4450,"lemma":"πυῤῥός","transliteration":"pyrrhós","pronunciation":null,"derivation":"from G4442 (πῦρ);","strongs_definition":"fire-like, i.e. (specially), flame- colored","kjv_definition":"red"} +{"id":"G4132","strongs_number":"G4132","system":"greek","language":"greek","number_value":4132,"lemma":"πλήμμυρα","transliteration":"plḗmmyra","pronunciation":null,"derivation":"prolonged from G4130 (πλήθω);","strongs_definition":"flood-tide, i.e. (by analogy) a freshet","kjv_definition":"flood"} +{"id":"G3014","strongs_number":"G3014","system":"greek","language":"greek","number_value":3014,"lemma":"λέπρα","transliteration":"lépra","pronunciation":null,"derivation":"from the same as G3013 (λεπίς);","strongs_definition":"scaliness, i.e. \"leprosy\"","kjv_definition":"leprosy"} +{"id":"G4451","strongs_number":"G4451","system":"greek","language":"greek","number_value":4451,"lemma":"πύρωσις","transliteration":"pýrōsis","pronunciation":null,"derivation":"from G4448 (πυρόω);","strongs_definition":"ignition, i.e. (specially), smelting (figuratively, conflagration, calamity as a test)","kjv_definition":"burning, trial"} +{"id":"G278","strongs_number":"G278","system":"greek","language":"greek","number_value":278,"lemma":"ἀμεταμέλητος","transliteration":"ametamélētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G3338 (μεταμέλλομαι);","strongs_definition":"irrevocable","kjv_definition":"without repentance, not to be repented of"} +{"id":"G648","strongs_number":"G648","system":"greek","language":"greek","number_value":648,"lemma":"ἀποστεγάζω","transliteration":"apostegázō","pronunciation":null,"derivation":"from G575 (ἀπό) and a derivative of G4721 (στέγη);","strongs_definition":"to unroof","kjv_definition":"uncover"} +{"id":"G4822","strongs_number":"G4822","system":"greek","language":"greek","number_value":4822,"lemma":"συμβιβάζω","transliteration":"symbibázō","pronunciation":null,"derivation":"from G4862 (σύν) and (to force;","strongs_definition":"causative (by reduplication) of the base of G939 (βάσις)); to drive together, i.e. unite (in association or affection), (mentally) to infer, show, teach","kjv_definition":"compact, assuredly gather, intrust, knit together, prove"} +{"id":"G1647","strongs_number":"G1647","system":"greek","language":"greek","number_value":1647,"lemma":"ἐλαχιστότερος","transliteration":"elachistóteros","pronunciation":null,"derivation":"comparative of G1646 (ἐλάχιστος);","strongs_definition":"far less","kjv_definition":"less than the least"} +{"id":"G3076","strongs_number":"G3076","system":"greek","language":"greek","number_value":3076,"lemma":"λυπέω","transliteration":"lypéō","pronunciation":null,"derivation":"from G3077 (λύπη);","strongs_definition":"to distress; reflexively or passively, to be sad","kjv_definition":"cause grief, grieve, be in heaviness, (be) sorrow(-ful), be (make) sorry"} +{"id":"G404","strongs_number":"G404","system":"greek","language":"greek","number_value":404,"lemma":"ἀναψύχω","transliteration":"anapsýchō","pronunciation":null,"derivation":"from G303 (ἀνά) and G5594 (ψύχω);","strongs_definition":"properly, to cool off, i.e. (figuratively) relieve","kjv_definition":"refresh"} +{"id":"G2886","strongs_number":"G2886","system":"greek","language":"greek","number_value":2886,"lemma":"κοσμικός","transliteration":"kosmikós","pronunciation":null,"derivation":"from G2889 (κόσμος) (in its secondary sense);","strongs_definition":"terrene (\"cosmic\"), literally (mundane) or figuratively (corrupt)","kjv_definition":"worldly"} +{"id":"G1952","strongs_number":"G1952","system":"greek","language":"greek","number_value":1952,"lemma":"ἐπιλείπω","transliteration":"epileípō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3007 (λείπω);","strongs_definition":"to leave upon, i.e. (figuratively) to be insufficient for","kjv_definition":"fail"} +{"id":"G3579","strongs_number":"G3579","system":"greek","language":"greek","number_value":3579,"lemma":"ξενίζω","transliteration":"xenízō","pronunciation":null,"derivation":"from G3581 (ξένος);","strongs_definition":"to be a host (passively, a guest); by implication, be (make, appear) strange","kjv_definition":"entertain, lodge, (think it) strange"} +{"id":"G4572","strongs_number":"G4572","system":"greek","language":"greek","number_value":4572,"lemma":"σεαυτοῦ","transliteration":"seautoû","pronunciation":null,"derivation":"genitive case from G4571 (σέ) and G846 (αὐτός), also dative case of the same, , and accusative case , likewise contracted , , and , respectively;","strongs_definition":"of (with, to) thyself","kjv_definition":"thee, thine own self, (thou) thy(-self)"} +{"id":"G2953","strongs_number":"G2953","system":"greek","language":"greek","number_value":2953,"lemma":"Κύπριος","transliteration":"Kýprios","pronunciation":null,"derivation":"from G2954 (Κύπρος);","strongs_definition":"a Cyprian (Cypriot), i.e. inhabitant of Cyprus","kjv_definition":"of Cyprus"} +{"id":"G4059","strongs_number":"G4059","system":"greek","language":"greek","number_value":4059,"lemma":"περιτέμνω","transliteration":"peritémnō","pronunciation":null,"derivation":"from G4012 (περί) and the base of G5114 (τομώτερος);","strongs_definition":"to cut around, i.e. (specially) to circumcise","kjv_definition":"circumcise"} +{"id":"G3814","strongs_number":"G3814","system":"greek","language":"greek","number_value":3814,"lemma":"παιδίσκη","transliteration":"paidískē","pronunciation":null,"derivation":"feminine diminutive of G3816 (παῖς);","strongs_definition":"a girl, i.e. (specially), a female slave or servant","kjv_definition":"bondmaid(-woman), damsel, maid(-en)"} +{"id":"G792","strongs_number":"G792","system":"greek","language":"greek","number_value":792,"lemma":"ἀστήρ","transliteration":"astḗr","pronunciation":null,"derivation":"probably from the base of G4766 (στρώννυμι);","strongs_definition":"a star (as strown over the sky), literally or figuratively","kjv_definition":"star"} +{"id":"G2318","strongs_number":"G2318","system":"greek","language":"greek","number_value":2318,"lemma":"θεοσεβής","transliteration":"theosebḗs","pronunciation":null,"derivation":"from G2316 (θεός) and G4576 (σέβομαι);","strongs_definition":"reverent of God, i.e. pious","kjv_definition":"worshipper of God"} +{"id":"G2729","strongs_number":"G2729","system":"greek","language":"greek","number_value":2729,"lemma":"κατισχύω","transliteration":"katischýō","pronunciation":null,"derivation":"from G2596 (κατά) and G2480 (ἰσχύω);","strongs_definition":"to overpower","kjv_definition":"prevail (against)"} +{"id":"G4941","strongs_number":"G4941","system":"greek","language":"greek","number_value":4941,"lemma":"Συντύχη","transliteration":"Syntýchē","pronunciation":null,"derivation":"from G4940 (συντυγχάνω);","strongs_definition":"an accident; Syntyche, a Christian female","kjv_definition":"Syntyche"} +{"id":"G3625","strongs_number":"G3625","system":"greek","language":"greek","number_value":3625,"lemma":"οἰκουμένη","transliteration":"oikouménē","pronunciation":null,"derivation":"feminine participle present passive of G3611 (οἰκέω) (as noun, by implication, of G1093 (γῆ));","strongs_definition":"land, i.e. the (terrene part of the) globe; specially, the Roman empire","kjv_definition":"earth, world"} +{"id":"G1597","strongs_number":"G1597","system":"greek","language":"greek","number_value":1597,"lemma":"ἔκπαλαι","transliteration":"ékpalai","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3819 (πάλαι);","strongs_definition":"long ago, for a long while","kjv_definition":"of a long time, of old"} +{"id":"G1040","strongs_number":"G1040","system":"greek","language":"greek","number_value":1040,"lemma":"βύσσος","transliteration":"býssos","pronunciation":null,"derivation":"of Hebrew origin (H0948);","strongs_definition":"white linen","kjv_definition":"fine linen"} +{"id":"G3356","strongs_number":"G3356","system":"greek","language":"greek","number_value":3356,"lemma":"μετριοπαθέω","transliteration":"metriopathéō","pronunciation":null,"derivation":"from a compound of the base of G3357 (μετρίως) and G3806 (πάθος);","strongs_definition":"to be moderate in passion, i.e. gentle (to treat indulgently)","kjv_definition":"have compassion"} +{"id":"G1200","strongs_number":"G1200","system":"greek","language":"greek","number_value":1200,"lemma":"δεσμοφύλαξ","transliteration":"desmophýlax","pronunciation":null,"derivation":"from G1199 (δεσμόν) and G5441 (φύλαξ);","strongs_definition":"a jailer (as guarding the prisoners)","kjv_definition":"jailor, keeper of the prison"} +{"id":"G2416","strongs_number":"G2416","system":"greek","language":"greek","number_value":2416,"lemma":"ἱεροσυλέω","transliteration":"hierosyléō","pronunciation":null,"derivation":"from G2417 (ἱερόσυλος);","strongs_definition":"to be a temple-robber (figuratively)","kjv_definition":"commit sacrilege"} +{"id":"G2273","strongs_number":"G2273","system":"greek","language":"greek","number_value":2273,"lemma":"ἤτοι","transliteration":"ḗtoi","pronunciation":null,"derivation":"from G2228 (ἤ) and G5104 (τοί);","strongs_definition":"either indeed","kjv_definition":"whether"} +{"id":"G1521","strongs_number":"G1521","system":"greek","language":"greek","number_value":1521,"lemma":"εἰσάγω","transliteration":"eiságō","pronunciation":null,"derivation":"from G1519 (εἰς) and G71 (ἄγω);","strongs_definition":"to introduce (literally or figuratively)","kjv_definition":"bring in(-to), (+ was to) lead into"} +{"id":"G600","strongs_number":"G600","system":"greek","language":"greek","number_value":600,"lemma":"ἀποκαθίστημι","transliteration":"apokathístēmi","pronunciation":null,"derivation":"from G575 (ἀπό) and G2525 (καθίστημι);","strongs_definition":"to reconstitute (in health, home or organization)","kjv_definition":"restore (again)"} +{"id":"G1247","strongs_number":"G1247","system":"greek","language":"greek","number_value":1247,"lemma":"διακονέω","transliteration":"diakonéō","pronunciation":null,"derivation":"from G1249 (διάκονος);","strongs_definition":"to be an attendant, i.e. wait upon (menially or as a host, friend, or (figuratively) teacher); technically, to act as a Christian deacon","kjv_definition":"(ad-)minister (unto), serve, use the office of a deacon"} +{"id":"G2379","strongs_number":"G2379","system":"greek","language":"greek","number_value":2379,"lemma":"θυσιαστήριον","transliteration":"thysiastḗrion","pronunciation":null,"derivation":"from a derivative of G2378 (θυσία);","strongs_definition":"a place of sacrifice, i.e. an altar (special or genitive case, literal or figurative)","kjv_definition":"altar"} +{"id":"G4519","strongs_number":"G4519","system":"greek","language":"greek","number_value":4519,"lemma":"σαβαώθ","transliteration":"sabaṓth","pronunciation":null,"derivation":"of Hebrew origin (H06635 in feminine plural);","strongs_definition":"armies; sabaoth (i.e. tsebaoth), a military epithet of God","kjv_definition":"sabaoth"} +{"id":"G4745","strongs_number":"G4745","system":"greek","language":"greek","number_value":4745,"lemma":"στοά","transliteration":"stoá","pronunciation":null,"derivation":"probably from G2476 (ἵστημι);","strongs_definition":"a colonnade or interior piazza","kjv_definition":"porch"} +{"id":"G634","strongs_number":"G634","system":"greek","language":"greek","number_value":634,"lemma":"ἀποπίπτω","transliteration":"apopíptō","pronunciation":null,"derivation":"from G575 (ἀπό) and G4098 (πίπτω);","strongs_definition":"to fall off","kjv_definition":"fall"} +{"id":"G2505","strongs_number":"G2505","system":"greek","language":"greek","number_value":2505,"lemma":"καθά","transliteration":"kathá","pronunciation":null,"derivation":"from G2596 (κατά) and the neuter plural of G3739 (ὅς);","strongs_definition":"according to which things, i.e. just as","kjv_definition":"as"} +{"id":"G319","strongs_number":"G319","system":"greek","language":"greek","number_value":319,"lemma":"ἀναγνωρίζομαι","transliteration":"anagnōrízomai","pronunciation":null,"derivation":"middle voice from G303 (ἀνά) and G1107 (γνωρίζω);","strongs_definition":"to make (oneself) known","kjv_definition":"be made known"} +{"id":"G998","strongs_number":"G998","system":"greek","language":"greek","number_value":998,"lemma":"βοηθός","transliteration":"boēthós","pronunciation":null,"derivation":"from G995 (βοή) and theo (to run);","strongs_definition":"a succorer","kjv_definition":"helper"} +{"id":"G1046","strongs_number":"G1046","system":"greek","language":"greek","number_value":1046,"lemma":"Γαδαρηνός","transliteration":"Gadarēnós","pronunciation":null,"derivation":"from (a town east of the Jordan);","strongs_definition":"a Gadarene or inhabitant of Gadara","kjv_definition":"Gadarene"} +{"id":"G2353","strongs_number":"G2353","system":"greek","language":"greek","number_value":2353,"lemma":"θρέμμα","transliteration":"thrémma","pronunciation":null,"derivation":"from G5142 (τρέφω);","strongs_definition":"stock (as raised on a farm)","kjv_definition":"cattle"} +{"id":"G4844","strongs_number":"G4844","system":"greek","language":"greek","number_value":4844,"lemma":"συμπίνω","transliteration":"sympínō","pronunciation":null,"derivation":"from G4862 (σύν) and G4095 (πίνω);","strongs_definition":"to partake a beverage in company","kjv_definition":"drink with"} +{"id":"G5094","strongs_number":"G5094","system":"greek","language":"greek","number_value":5094,"lemma":"τιμιότης","transliteration":"timiótēs","pronunciation":null,"derivation":"from G5093 (τίμιος);","strongs_definition":"expensiveness, i.e. (by implication) magnificence","kjv_definition":"costliness"} +{"id":"G853","strongs_number":"G853","system":"greek","language":"greek","number_value":853,"lemma":"ἀφανίζω","transliteration":"aphanízō","pronunciation":null,"derivation":"from G852 (ἀφανής);","strongs_definition":"to render unapparent, i.e. (actively) consume (becloud), or (passively) disappear (be destroyed)","kjv_definition":"corrupt, disfigure, perish, vanish away"} +{"id":"G3571","strongs_number":"G3571","system":"greek","language":"greek","number_value":3571,"lemma":"νύξ","transliteration":"nýx","pronunciation":null,"derivation":"a primary word;","strongs_definition":"\"night\" (literally or figuratively)","kjv_definition":"(mid-)night"} +{"id":"G1950","strongs_number":"G1950","system":"greek","language":"greek","number_value":1950,"lemma":"ἐπιλανθάνομαι","transliteration":"epilanthánomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and G2990 (λανθάνω);","strongs_definition":"to lose out of mind; by implication, to neglect","kjv_definition":"(be) forget(-ful of)"} +{"id":"G2883","strongs_number":"G2883","system":"greek","language":"greek","number_value":2883,"lemma":"Κορνήλιος","transliteration":"Kornḗlios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Cornelius, a Roman","kjv_definition":"Cornelius"} +{"id":"G4688","strongs_number":"G4688","system":"greek","language":"greek","number_value":4688,"lemma":"σπεκουλάτωρ","transliteration":"spekoulátōr","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a speculator, i.e. military scout (spy or (by extension) life-guardsman)","kjv_definition":"executioner"} +{"id":"G263","strongs_number":"G263","system":"greek","language":"greek","number_value":263,"lemma":"ἀμάραντος","transliteration":"amárantos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G3133 (μαραίνω);","strongs_definition":"unfading, i.e. (by implication) perpetual","kjv_definition":"that fadeth not away"} +{"id":"G3737","strongs_number":"G3737","system":"greek","language":"greek","number_value":3737,"lemma":"ὀρφανός","transliteration":"orphanós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"bereaved (\"orphan\"), i.e. parentless","kjv_definition":"comfortless, fatherless"} +{"id":"G1900","strongs_number":"G1900","system":"greek","language":"greek","number_value":1900,"lemma":"ἐπέκεινα","transliteration":"epékeina","pronunciation":null,"derivation":"from G1909 (ἐπί) and (the accusative case plural neuter of) G1565 (ἐκεῖνος);","strongs_definition":"upon those parts of, i.e. on the further side of","kjv_definition":"beyond"} +{"id":"G5491","strongs_number":"G5491","system":"greek","language":"greek","number_value":5491,"lemma":"χεῖλος","transliteration":"cheîlos","pronunciation":null,"derivation":"from a form of the same as G5490 (χάσμα);","strongs_definition":"a lip (as a pouring place); figuratively, a margin (of water)","kjv_definition":"lip, shore"} +{"id":"G2564","strongs_number":"G2564","system":"greek","language":"greek","number_value":2564,"lemma":"καλέω","transliteration":"kaléō","pronunciation":null,"derivation":"akin to the base of G2753 (κελεύω);","strongs_definition":"to \"call\" (properly, aloud, but used in a variety of applications, directly or otherwise)","kjv_definition":"bid, call (forth), (whose, whose sur-)name (was (called))"} +{"id":"G3198","strongs_number":"G3198","system":"greek","language":"greek","number_value":3198,"lemma":"Μελχισεδέκ","transliteration":"Melchisedék","pronunciation":null,"derivation":"of Hebrew origin (H04442);","strongs_definition":"Melchisedek (i.e. Malkitsedek), a patriarch","kjv_definition":"Melchisedec"} +{"id":"G147","strongs_number":"G147","system":"greek","language":"greek","number_value":147,"lemma":"αἰσχροκερδῶς","transliteration":"aischrokerdōs","pronunciation":null,"derivation":"adverb from G146 (αἰσχροκερδής);","strongs_definition":"sordidly","kjv_definition":"for filthy lucre's sake"} +{"id":"G396","strongs_number":"G396","system":"greek","language":"greek","number_value":396,"lemma":"ἀνατρέπω","transliteration":"anatrépō","pronunciation":null,"derivation":"from G303 (ἀνά) and the base of G5157 (τροπή);","strongs_definition":"to overturn (figuratively)","kjv_definition":"overthrow, subvert"} +{"id":"G2540","strongs_number":"G2540","system":"greek","language":"greek","number_value":2540,"lemma":"καιρός","transliteration":"kairós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"an occasion, i.e. set or proper time","kjv_definition":"X always, opportunity, (convenient, due) season, (due, short, while) time, a while"} +{"id":"G4910","strongs_number":"G4910","system":"greek","language":"greek","number_value":4910,"lemma":"συνευωχέω","transliteration":"syneuōchéō","pronunciation":null,"derivation":"from G4862 (σύν) and a derivative of a presumed compound of G2095 (εὖ) and a derivative of G2192 (ἔχω) (meaning to be in good condition, i.e. (by implication) to fare well, or feast);","strongs_definition":"to entertain sumptuously in company with, i.e. (middle voice or passive) to revel together","kjv_definition":"feast with"} +{"id":"G1254","strongs_number":"G1254","system":"greek","language":"greek","number_value":1254,"lemma":"διακωλύω","transliteration":"diakōlýō","pronunciation":null,"derivation":"from G1223 (διά) and G2967 (κωλύω);","strongs_definition":"to hinder altogether, i.e. utterly prohibit","kjv_definition":"forbid"} +{"id":"G3310","strongs_number":"G3310","system":"greek","language":"greek","number_value":3310,"lemma":"μερίς","transliteration":"merís","pronunciation":null,"derivation":"feminine of G3313 (μέρος);","strongs_definition":"a portion, i.e. province, share or (abstractly) participation","kjv_definition":"part (X -akers)"} +{"id":"G5271","strongs_number":"G5271","system":"greek","language":"greek","number_value":5271,"lemma":"ὑποκρίνομαι","transliteration":"hypokrínomai","pronunciation":null,"derivation":"middle voice from G5259 (ὑπό) and G2919 (κρίνω);","strongs_definition":"to decide (speak or act) under a false part, i.e. (figuratively) dissemble (pretend)","kjv_definition":"feign"} +{"id":"G5102","strongs_number":"G5102","system":"greek","language":"greek","number_value":5102,"lemma":"τίτλος","transliteration":"títlos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a titulus or \"title\" (placard)","kjv_definition":"title"} +{"id":"G415","strongs_number":"G415","system":"greek","language":"greek","number_value":415,"lemma":"ἀνελεήμων","transliteration":"aneleḗmōn","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G1655 (ἐλεήμων);","strongs_definition":"merciless","kjv_definition":"unmerciful"} +{"id":"G2124","strongs_number":"G2124","system":"greek","language":"greek","number_value":2124,"lemma":"εὐλάβεια","transliteration":"eulábeia","pronunciation":null,"derivation":"from G2126 (εὐλαβής);","strongs_definition":"properly, caution, i.e. (religiously) reverence (piety); by implication, dread (concretely)","kjv_definition":"fear(-ed)"} +{"id":"G413","strongs_number":"G413","system":"greek","language":"greek","number_value":413,"lemma":"ἀνέκλειπτος","transliteration":"anékleiptos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G1587 (ἐκλείπω);","strongs_definition":"not left out, i.e. (by implication) inexhaustible","kjv_definition":"that faileth not"} +{"id":"G1825","strongs_number":"G1825","system":"greek","language":"greek","number_value":1825,"lemma":"ἐξεγείρω","transliteration":"exegeírō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1453 (ἐγείρω);","strongs_definition":"to rouse fully, i.e. (figuratively) to resuscitate (from death), release (from infliction)","kjv_definition":"raise up"} +{"id":"G5285","strongs_number":"G5285","system":"greek","language":"greek","number_value":5285,"lemma":"ὑποπνέω","transliteration":"hypopnéō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G4154 (πνέω);","strongs_definition":"to breathe gently, i.e. breeze","kjv_definition":"blow softly"} +{"id":"G248","strongs_number":"G248","system":"greek","language":"greek","number_value":248,"lemma":"ἀλοάω","transliteration":"aloáō","pronunciation":null,"derivation":"from the same as G257 (ἅλων);","strongs_definition":"to tread out grain","kjv_definition":"thresh, tread out the corn"} +{"id":"G2805","strongs_number":"G2805","system":"greek","language":"greek","number_value":2805,"lemma":"κλαυθμός","transliteration":"klauthmós","pronunciation":null,"derivation":"from G2799 (κλαίω);","strongs_definition":"lamentation","kjv_definition":"wailing, weeping, X wept"} +{"id":"G1828","strongs_number":"G1828","system":"greek","language":"greek","number_value":1828,"lemma":"ἐξέλκω","transliteration":"exélkō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1670 (ἑλκύω);","strongs_definition":"to drag forth, i.e. (figuratively) to entice (to sin)","kjv_definition":"draw away"} +{"id":"G5022","strongs_number":"G5022","system":"greek","language":"greek","number_value":5022,"lemma":"ταῦρος","transliteration":"taûros","pronunciation":null,"derivation":"apparently a primary word (compare H08450, \"steer\");","strongs_definition":"a bullock","kjv_definition":"bull, ox"} +{"id":"G753","strongs_number":"G753","system":"greek","language":"greek","number_value":753,"lemma":"ἀρχιτέκτων","transliteration":"architéktōn","pronunciation":null,"derivation":"from G746 (ἀρχή) and G5045 (τέκτων);","strongs_definition":"a chief constructor, i.e. \"architect\"","kjv_definition":"masterbuilder"} +{"id":"G4560","strongs_number":"G4560","system":"greek","language":"greek","number_value":4560,"lemma":"σάρκινος","transliteration":"sárkinos","pronunciation":null,"derivation":"from G4561 (σάρξ);","strongs_definition":"similar to flesh, i.e. (by analogy) soft","kjv_definition":"fleshly"} +{"id":"G5249","strongs_number":"G5249","system":"greek","language":"greek","number_value":5249,"lemma":"ὑπερπερισσῶς","transliteration":"hyperperissōs","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G4057 (περισσῶς);","strongs_definition":"superabundantly, i.e. exceedingly","kjv_definition":"beyond measure"} +{"id":"G3484","strongs_number":"G3484","system":"greek","language":"greek","number_value":3484,"lemma":"Ναΐν","transliteration":"Naḯn","pronunciation":null,"derivation":"probably of Hebrew origin (compare H04999);","strongs_definition":"Nain, a place in Palestine","kjv_definition":"Nain"} +{"id":"G1031","strongs_number":"G1031","system":"greek","language":"greek","number_value":1031,"lemma":"βρύχω","transliteration":"brýchō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to grate the teeth (in pain or rage)","kjv_definition":"gnash"} +{"id":"G3764","strongs_number":"G3764","system":"greek","language":"greek","number_value":3764,"lemma":"οὐδέπω","transliteration":"oudépō","pronunciation":null,"derivation":"from G3761 (οὐδέ) and G4452 (-πω);","strongs_definition":"not even yet","kjv_definition":"as yet not, never before (yet), (not) yet"} +{"id":"G865","strongs_number":"G865","system":"greek","language":"greek","number_value":865,"lemma":"ἀφιλάγαθος","transliteration":"aphilágathos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5358 (φιλάγαθος);","strongs_definition":"hostile to virtue","kjv_definition":"despiser of those that are good"} +{"id":"G2754","strongs_number":"G2754","system":"greek","language":"greek","number_value":2754,"lemma":"κενοδοξία","transliteration":"kenodoxía","pronunciation":null,"derivation":"from G2755 (κενόδοξος);","strongs_definition":"empty glorying, i.e. self-conceit","kjv_definition":"vain-glory"} +{"id":"G2196","strongs_number":"G2196","system":"greek","language":"greek","number_value":2196,"lemma":"Ζαρά","transliteration":"Zará","pronunciation":null,"derivation":"of Hebrew origin (H02226);","strongs_definition":"Zara, (i.e. Zerach), an Israelite","kjv_definition":"Zara"} +{"id":"G4753","strongs_number":"G4753","system":"greek","language":"greek","number_value":4753,"lemma":"στράτευμα","transliteration":"stráteuma","pronunciation":null,"derivation":"from G4754 (στρατεύομαι);","strongs_definition":"an armament, i.e. (by implication) a body of troops (more or less extensive or systematic)","kjv_definition":"army, soldier, man of war"} +{"id":"G4552","strongs_number":"G4552","system":"greek","language":"greek","number_value":4552,"lemma":"σάπφειρος","transliteration":"sáppheiros","pronunciation":null,"derivation":"of Hebrew origin (H05601);","strongs_definition":"a \"sapphire\" or lapis-lazuli gem","kjv_definition":"sapphire"} +{"id":"G211","strongs_number":"G211","system":"greek","language":"greek","number_value":211,"lemma":"ἀλάβαστρον","transliteration":"alábastron","pronunciation":null,"derivation":"neuter of (of uncertain derivation), the name of a stone;","strongs_definition":"properly, an \"alabaster\" box, i.e. (by extension) a perfume vase (of any material)","kjv_definition":"(alabaster) box"} +{"id":"G4805","strongs_number":"G4805","system":"greek","language":"greek","number_value":4805,"lemma":"σύζυγος","transliteration":"sýzygos","pronunciation":null,"derivation":"from G4801 (συζεύγνυμι);","strongs_definition":"co-yoked, i.e. (figuratively) as noun, a colleague; probably rather as a proper name; Syzygus, a Christian","kjv_definition":"yokefellow"} +{"id":"G1062","strongs_number":"G1062","system":"greek","language":"greek","number_value":1062,"lemma":"γάμος","transliteration":"gámos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"nuptials","kjv_definition":"marriage, wedding"} +{"id":"G3567","strongs_number":"G3567","system":"greek","language":"greek","number_value":3567,"lemma":"νυμφών","transliteration":"nymphṓn","pronunciation":null,"derivation":"from G3565 (νύμφη);","strongs_definition":"the bridal room","kjv_definition":"bridechamber"} +{"id":"G3912","strongs_number":"G3912","system":"greek","language":"greek","number_value":3912,"lemma":"παραφρονέω","transliteration":"paraphronéō","pronunciation":null,"derivation":"from G3844 (παρά) and G5426 (φρονέω);","strongs_definition":"to misthink, i.e. be insane (silly)","kjv_definition":"as a fool"} +{"id":"G4154","strongs_number":"G4154","system":"greek","language":"greek","number_value":4154,"lemma":"πνέω","transliteration":"pnéō","pronunciation":null,"derivation":"a primary word;","strongs_definition":"to breathe hard, i.e. breeze","kjv_definition":"blow"} +{"id":"G1655","strongs_number":"G1655","system":"greek","language":"greek","number_value":1655,"lemma":"ἐλεήμων","transliteration":"eleḗmōn","pronunciation":null,"derivation":"from G1653 (ἐλεέω);","strongs_definition":"compassionate (actively)","kjv_definition":"merciful"} +{"id":"G3803","strongs_number":"G3803","system":"greek","language":"greek","number_value":3803,"lemma":"παγίς","transliteration":"pagís","pronunciation":null,"derivation":"from G4078 (πήγνυμι);","strongs_definition":"a trap (as fastened by a noose or notch); figuratively, a trick or statagem (temptation)","kjv_definition":"snare"} +{"id":"G1245","strongs_number":"G1245","system":"greek","language":"greek","number_value":1245,"lemma":"διακαθαρίζω","transliteration":"diakatharízō","pronunciation":null,"derivation":"from G1223 (διά) and G2511 (καθαρίζω);","strongs_definition":"to cleanse perfectly, i.e. (specially) winnow","kjv_definition":"thoroughly purge"} +{"id":"G5515","strongs_number":"G5515","system":"greek","language":"greek","number_value":5515,"lemma":"χλωρός","transliteration":"chlōrós","pronunciation":null,"derivation":"from the same as G5514 (Χλόη);","strongs_definition":"greenish, i.e. verdant, dun-colored","kjv_definition":"green, pale"} +{"id":"G3100","strongs_number":"G3100","system":"greek","language":"greek","number_value":3100,"lemma":"μαθητεύω","transliteration":"mathēteúō","pronunciation":null,"derivation":"from G3101 (μαθητής);","strongs_definition":"intransitively, to become a pupil; transitively, to disciple, i.e. enrol as scholar","kjv_definition":"be disciple, instruct, teach"} +{"id":"G3051","strongs_number":"G3051","system":"greek","language":"greek","number_value":3051,"lemma":"λόγιον","transliteration":"lógion","pronunciation":null,"derivation":"neuter of G3052 (λόγιος);","strongs_definition":"an utterance (of God)","kjv_definition":"oracle"} +{"id":"G816","strongs_number":"G816","system":"greek","language":"greek","number_value":816,"lemma":"ἀτενίζω","transliteration":"atenízō","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a particle of union) and (to stretch);","strongs_definition":"to gaze intently","kjv_definition":"behold earnestly (stedfastly), fasten (eyes), look (earnestly, stedfastly, up stedfastly), set eyes"} +{"id":"G3974","strongs_number":"G3974","system":"greek","language":"greek","number_value":3974,"lemma":"Πάφος","transliteration":"Páphos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Paphus, a place in Cyprus","kjv_definition":"Paphos"} +{"id":"G689","strongs_number":"G689","system":"greek","language":"greek","number_value":689,"lemma":"Ἀράμ","transliteration":"Arám","pronunciation":null,"derivation":"of Hebrew origin (H07410);","strongs_definition":"Aram (i.e. Ram), an Israelite","kjv_definition":"Aram"} +{"id":"G217","strongs_number":"G217","system":"greek","language":"greek","number_value":217,"lemma":"ἅλας","transliteration":"hálas","pronunciation":null,"derivation":"from G251 (ἅλς);","strongs_definition":"salt; figuratively, prudence","kjv_definition":"salt"} +{"id":"G4895","strongs_number":"G4895","system":"greek","language":"greek","number_value":4895,"lemma":"σύνειμι","transliteration":"sýneimi","pronunciation":null,"derivation":"from G4862 (σύν) and G1510 (εἰμί) (including its various inflections);","strongs_definition":"to be in company with, i.e. present at the time","kjv_definition":"be with"} +{"id":"G1279","strongs_number":"G1279","system":"greek","language":"greek","number_value":1279,"lemma":"διαπορεύομαι","transliteration":"diaporeúomai","pronunciation":null,"derivation":"from G1223 (διά) and G4198 (πορεύομαι);","strongs_definition":"to travel through","kjv_definition":"go through, journey in, pass by"} +{"id":"G3889","strongs_number":"G3889","system":"greek","language":"greek","number_value":3889,"lemma":"παραμυθία","transliteration":"paramythía","pronunciation":null,"derivation":"from G3888 (παραμυθέομαι);","strongs_definition":"consolation (properly, abstract)","kjv_definition":"comfort"} +{"id":"G4328","strongs_number":"G4328","system":"greek","language":"greek","number_value":4328,"lemma":"προσδοκάω","transliteration":"prosdokáō","pronunciation":null,"derivation":"from G4314 (πρός) and dokeuo (to watch);","strongs_definition":"to anticipate (in thought, hope or fear); by implication, to await","kjv_definition":"(be in) expect(-ation), look (for), when looked, tarry, wait for"} +{"id":"G1561","strongs_number":"G1561","system":"greek","language":"greek","number_value":1561,"lemma":"ἐκδοχή","transliteration":"ekdochḗ","pronunciation":null,"derivation":"from G1551 (ἐκδέχομαι);","strongs_definition":"expectation","kjv_definition":"looking for"} +{"id":"G4580","strongs_number":"G4580","system":"greek","language":"greek","number_value":4580,"lemma":"Σεκοῦνδος","transliteration":"Sekoûndos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"\"second\"; Secundus, a Christian","kjv_definition":"Secundus"} +{"id":"G5513","strongs_number":"G5513","system":"greek","language":"greek","number_value":5513,"lemma":"χλιαρός","transliteration":"chliarós","pronunciation":null,"derivation":"from (to warm);","strongs_definition":"tepid","kjv_definition":"lukewarm"} +{"id":"G1199","strongs_number":"G1199","system":"greek","language":"greek","number_value":1199,"lemma":"δεσμόν","transliteration":"desmón","pronunciation":null,"derivation":"neuter and masculine respectively from G1210 (δέω);","strongs_definition":"a band, i.e. ligament (of the body) or shackle (of a prisoner); figuratively, an impediment or disability","kjv_definition":"band, bond, chain, string"} +{"id":"G2346","strongs_number":"G2346","system":"greek","language":"greek","number_value":2346,"lemma":"θλίβω","transliteration":"thlíbō","pronunciation":null,"derivation":"akin to the base of G5147 (τρίβος);","strongs_definition":"to crowd (literally or figuratively)","kjv_definition":"afflict, narrow, throng, suffer tribulation, trouble"} +{"id":"G1978","strongs_number":"G1978","system":"greek","language":"greek","number_value":1978,"lemma":"ἐπίσημος","transliteration":"epísēmos","pronunciation":null,"derivation":"from G1909 (ἐπί) and some form of the base of G4591 (σημαίνω);","strongs_definition":"remarkable, i.e. (figuratively) eminent","kjv_definition":"notable, of note"} +{"id":"G3537","strongs_number":"G3537","system":"greek","language":"greek","number_value":3537,"lemma":"νιπτήρ","transliteration":"niptḗr","pronunciation":null,"derivation":"from G3538 (νίπτω);","strongs_definition":"a ewer","kjv_definition":"bason"} +{"id":"G2218","strongs_number":"G2218","system":"greek","language":"greek","number_value":2218,"lemma":"ζυγός","transliteration":"zygós","pronunciation":null,"derivation":"from the root of (to join, especially by a \"yoke\");","strongs_definition":"a coupling, i.e. (figuratively) servitude (a law or obligation); also (literally) the beam of the balance (as connecting the scales)","kjv_definition":"pair of balances, yoke"} +{"id":"G4975","strongs_number":"G4975","system":"greek","language":"greek","number_value":4975,"lemma":"σχεδόν","transliteration":"schedón","pronunciation":null,"derivation":"neuter of a presumed derivative of the alternate of G2192 (ἔχω) as adverb;","strongs_definition":"nigh, i.e. nearly","kjv_definition":"almost"} +{"id":"G4529","strongs_number":"G4529","system":"greek","language":"greek","number_value":4529,"lemma":"Σαλαμίς","transliteration":"Salamís","pronunciation":null,"derivation":"probably from G4535 (σάλος) (from the surge on the shore);","strongs_definition":"Salamis, a place in Cyprus","kjv_definition":"Salamis"} +{"id":"G1061","strongs_number":"G1061","system":"greek","language":"greek","number_value":1061,"lemma":"γαμίσκω","transliteration":"gamískō","pronunciation":null,"derivation":"from G1062 (γάμος);","strongs_definition":"to espouse (a daughter to a husband)","kjv_definition":"give in marriage"} +{"id":"G645","strongs_number":"G645","system":"greek","language":"greek","number_value":645,"lemma":"ἀποσπάω","transliteration":"apospáō","pronunciation":null,"derivation":"from G575 (ἀπό) and G4685 (σπάω);","strongs_definition":"to drag forth, i.e. (literally) unsheathe (a sword), or relatively (with a degree of force implied) retire (personally or factiously)","kjv_definition":"(with-)draw (away), after we were gotten from"} +{"id":"G3680","strongs_number":"G3680","system":"greek","language":"greek","number_value":3680,"lemma":"ὀνειδισμός","transliteration":"oneidismós","pronunciation":null,"derivation":"from G3679 (ὀνειδίζω);","strongs_definition":"contumely","kjv_definition":"reproach"} +{"id":"G3372","strongs_number":"G3372","system":"greek","language":"greek","number_value":3372,"lemma":"μῆκος","transliteration":"mēkos","pronunciation":null,"derivation":"probably akin to G3173 (μέγας);","strongs_definition":"length (literally or figuratively) length.","kjv_definition":null} +{"id":"G2277","strongs_number":"G2277","system":"greek","language":"greek","number_value":2277,"lemma":"ἤτω","transliteration":"ḗtō","pronunciation":null,"derivation":"third person singular imperative of G1510 (εἰμί);","strongs_definition":"let him (or it) be","kjv_definition":"let … be"} +{"id":"G5263","strongs_number":"G5263","system":"greek","language":"greek","number_value":5263,"lemma":"ὑποδείκνυμι","transliteration":"hypodeíknymi","pronunciation":null,"derivation":"from G5259 (ὑπό) and G1166 (δεικνύω);","strongs_definition":"to exhibit under the eyes, i.e. (figuratively) to exemplify (instruct, admonish)","kjv_definition":"show, (fore-)warn"} +{"id":"G4770","strongs_number":"G4770","system":"greek","language":"greek","number_value":4770,"lemma":"Στωϊκός","transliteration":"Stōïkós","pronunciation":null,"derivation":"from G4745 (στοά);","strongs_definition":"a \"Stoic\" (as occupying a particular porch in Athens), i.e. adherent of a certin philosophy","kjv_definition":"Stoick"} +{"id":"G3920","strongs_number":"G3920","system":"greek","language":"greek","number_value":3920,"lemma":"παρείσακτος","transliteration":"pareísaktos","pronunciation":null,"derivation":"from G3919 (παρεισάγω);","strongs_definition":"smuggled in","kjv_definition":"unawares brought in"} +{"id":"G1863","strongs_number":"G1863","system":"greek","language":"greek","number_value":1863,"lemma":"ἐπάγω","transliteration":"epágō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G71 (ἄγω);","strongs_definition":"to superinduce, i.e. inflict (an evil), charge (a crime)","kjv_definition":"bring upon"} +{"id":"G19","strongs_number":"G19","system":"greek","language":"greek","number_value":19,"lemma":"ἀγαθωσύνη","transliteration":"agathōsýnē","pronunciation":null,"derivation":"from G18 (ἀγαθός);","strongs_definition":"goodness, i.e. virtue or beneficence","kjv_definition":"goodness"} +{"id":"G5525","strongs_number":"G5525","system":"greek","language":"greek","number_value":5525,"lemma":"χορός","transliteration":"chorós","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a ring, i.e. round dance (\"choir\"","kjv_definition":"dancing"} +{"id":"G3574","strongs_number":"G3574","system":"greek","language":"greek","number_value":3574,"lemma":"νυχθήμερον","transliteration":"nychthḗmeron","pronunciation":null,"derivation":"from G3571 (νύξ) and G2250 (ἡμέρα);","strongs_definition":"a day-and-night, i.e. full day of twenty-four hours","kjv_definition":"night and day"} +{"id":"G2334","strongs_number":"G2334","system":"greek","language":"greek","number_value":2334,"lemma":"θεωρέω","transliteration":"theōréō","pronunciation":null,"derivation":"from a derivative of G2300 (θεάομαι) (perhaps by addition of G3708 (ὁράω));","strongs_definition":"to be a spectator of, i.e. discern, (literally, figuratively (experience) or intensively (acknowledge))","kjv_definition":"behold, consider, look on, perceive, see"} +{"id":"G639","strongs_number":"G639","system":"greek","language":"greek","number_value":639,"lemma":"ἀπορέω","transliteration":"aporéō","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and the base of G4198 (πορεύομαι);","strongs_definition":"to have no way out, i.e. be at a loss (mentally)","kjv_definition":"(stand in) doubt, be perplexed"} +{"id":"G200","strongs_number":"G200","system":"greek","language":"greek","number_value":200,"lemma":"ἀκρίς","transliteration":"akrís","pronunciation":null,"derivation":"apparently from the same as G206 (ἄκρον);","strongs_definition":"a locust (as pointed, or as lighting on the top of vegetation)","kjv_definition":"locust"} +{"id":"G983","strongs_number":"G983","system":"greek","language":"greek","number_value":983,"lemma":"βλαβερός","transliteration":"blaberós","pronunciation":null,"derivation":"from G984 (βλάπτω);","strongs_definition":"injurious","kjv_definition":"hurtful"} +{"id":"G2071","strongs_number":"G2071","system":"greek","language":"greek","number_value":2071,"lemma":"ἔσομαι","transliteration":"ésomai","pronunciation":null,"derivation":"future of G1510 (εἰμί);","strongs_definition":"will be","kjv_definition":"shall (should) be (have), (shall) come (to pass), X may have, X fall, what would follow, X live long, X sojourn"} +{"id":"G2367","strongs_number":"G2367","system":"greek","language":"greek","number_value":2367,"lemma":"θύϊνος","transliteration":"thýïnos","pronunciation":null,"derivation":"from a derivative of G2380 (θύω) (in the sense of blowing;","strongs_definition":"denoting a certain fragrant tree); made of citron-wood","kjv_definition":"thyine"} +{"id":"G823","strongs_number":"G823","system":"greek","language":"greek","number_value":823,"lemma":"ἄτομος","transliteration":"átomos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and the base of G5114 (τομώτερος);","strongs_definition":"uncut, i.e. (by implication) indivisible (an \"atom\" of time)","kjv_definition":"moment"} +{"id":"G3330","strongs_number":"G3330","system":"greek","language":"greek","number_value":3330,"lemma":"μεταδίδωμι","transliteration":"metadídōmi","pronunciation":null,"derivation":"from G3326 (μετά) and G1325 (δίδωμι);","strongs_definition":"to give over, i.e. share","kjv_definition":"give, impart"} +{"id":"G1523","strongs_number":"G1523","system":"greek","language":"greek","number_value":1523,"lemma":"εἰσδέχομαι","transliteration":"eisdéchomai","pronunciation":null,"derivation":"from G1519 (εἰς) and G1209 (δέχομαι);","strongs_definition":"to take into one's favor","kjv_definition":"receive"} +{"id":"G2445","strongs_number":"G2445","system":"greek","language":"greek","number_value":2445,"lemma":"Ἰόππη","transliteration":"Ióppē","pronunciation":null,"derivation":"of Hebrew origin (H03305);","strongs_definition":"Joppe (i.e. Japho), a place in Palestine","kjv_definition":"Joppa"} +{"id":"G1398","strongs_number":"G1398","system":"greek","language":"greek","number_value":1398,"lemma":"δουλεύω","transliteration":"douleúō","pronunciation":null,"derivation":"from G1401 (δοῦλος);","strongs_definition":"to be a slave to (literal or figurative, involuntary or voluntary)","kjv_definition":"be in bondage, (do) serve(-ice)"} +{"id":"G4084","strongs_number":"G4084","system":"greek","language":"greek","number_value":4084,"lemma":"πιάζω","transliteration":"piázō","pronunciation":null,"derivation":"probably another form of G971 (βιάζω);","strongs_definition":"to squeeze, i.e. seize (gently by the hand (press), or officially (arrest), or in hunting (capture))","kjv_definition":"apprehend, catch, lay hand on, take"} +{"id":"G4070","strongs_number":"G4070","system":"greek","language":"greek","number_value":4070,"lemma":"πέρυσι","transliteration":"pérysi","pronunciation":null,"derivation":"adverb from G4009 (πέρας);","strongs_definition":"the by-gone, i.e. (as noun) last year","kjv_definition":"+ a year ago"} +{"id":"G5369","strongs_number":"G5369","system":"greek","language":"greek","number_value":5369,"lemma":"φιλήδονος","transliteration":"philḗdonos","pronunciation":null,"derivation":"from G5384 (φίλος) and G2237 (ἡδονή);","strongs_definition":"fond of pleasure, i.e. voluptuous","kjv_definition":"lover of pleasure"} +{"id":"G3772","strongs_number":"G3772","system":"greek","language":"greek","number_value":3772,"lemma":"οὐρανός","transliteration":"ouranós","pronunciation":null,"derivation":"perhaps from the same as G3735 (ὄρος) (through the idea of elevation);","strongs_definition":"the sky; by extension, heaven (as the abode of God); by implication, happiness, power, eternity; specially, the Gospel (Christianity)","kjv_definition":"air, heaven(-ly), sky"} +{"id":"G3935","strongs_number":"G3935","system":"greek","language":"greek","number_value":3935,"lemma":"παρίημι","transliteration":"paríēmi","pronunciation":null,"derivation":"from G3844 (παρά) and hiemi (to send);","strongs_definition":"to let by, i.e. relax","kjv_definition":"hang down"} +{"id":"G2955","strongs_number":"G2955","system":"greek","language":"greek","number_value":2955,"lemma":"κύπτω","transliteration":"kýptō","pronunciation":null,"derivation":"probably from the base of G2949 (κῦμα);","strongs_definition":"to bend forward","kjv_definition":"stoop (down)"} +{"id":"G2406","strongs_number":"G2406","system":"greek","language":"greek","number_value":2406,"lemma":"ἱεράτευμα","transliteration":"hieráteuma","pronunciation":null,"derivation":"from G2407 (ἱερατεύω);","strongs_definition":"the priestly fraternity, i.e. sacerdotal order (figuratively)","kjv_definition":"priesthood"} +{"id":"G4779","strongs_number":"G4779","system":"greek","language":"greek","number_value":4779,"lemma":"συγκαλέω","transliteration":"synkaléō","pronunciation":null,"derivation":"from G4862 (σύν) and G2564 (καλέω);","strongs_definition":"to convoke","kjv_definition":"call together"} +{"id":"G41","strongs_number":"G41","system":"greek","language":"greek","number_value":41,"lemma":"ἁγιότης","transliteration":"hagiótēs","pronunciation":null,"derivation":"from G40 (ἅγιος);","strongs_definition":"sanctity (i.e. properly, the state)","kjv_definition":"holiness"} +{"id":"G3168","strongs_number":"G3168","system":"greek","language":"greek","number_value":3168,"lemma":"μεγαλειότης","transliteration":"megaleiótēs","pronunciation":null,"derivation":"from G3167 (μεγαλεῖος);","strongs_definition":"superbness, i.e. glory or splendor","kjv_definition":"magnificence, majesty, mighty power"} +{"id":"G5213","strongs_number":"G5213","system":"greek","language":"greek","number_value":5213,"lemma":"ὑμῖν","transliteration":"hymîn","pronunciation":null,"derivation":"irregular dative case of G5210 (ὑμεῖς);","strongs_definition":"to (with or by) you","kjv_definition":"ye, you, your(-selves)"} +{"id":"G4350","strongs_number":"G4350","system":"greek","language":"greek","number_value":4350,"lemma":"προσκόπτω","transliteration":"proskóptō","pronunciation":null,"derivation":"from G4314 (πρός) and G2875 (κόπτω);","strongs_definition":"to strike at, i.e. surge against (as water); specially, to stub on, i.e. trip up (literally or figuratively)","kjv_definition":"beat upon, dash, stumble (at)"} +{"id":"G3490","strongs_number":"G3490","system":"greek","language":"greek","number_value":3490,"lemma":"ναύκληρος","transliteration":"naúklēros","pronunciation":null,"derivation":"from G3491 (ναῦς) and G2819 (κλῆρος) (\"clerk\");","strongs_definition":"a captain","kjv_definition":"owner of a ship"} +{"id":"G4635","strongs_number":"G4635","system":"greek","language":"greek","number_value":4635,"lemma":"σκηνοποιός","transliteration":"skēnopoiós","pronunciation":null,"derivation":"from G4633 (σκηνή) and G4160 (ποιέω);","strongs_definition":"a manufacturer of tents","kjv_definition":"tent-maker"} +{"id":"G1433","strongs_number":"G1433","system":"greek","language":"greek","number_value":1433,"lemma":"δωρέομαι","transliteration":"dōréomai","pronunciation":null,"derivation":"middle voice from G1435 (δῶρον);","strongs_definition":"to bestow gratuitously","kjv_definition":"give"} +{"id":"G572","strongs_number":"G572","system":"greek","language":"greek","number_value":572,"lemma":"ἁπλότης","transliteration":"haplótēs","pronunciation":null,"derivation":"from G573 (ἁπλοῦς);","strongs_definition":"singleness, i.e. (subjectively) sincerity (without dissimulation or self-seeking), or (objectively) generosity (copious bestowal)","kjv_definition":"bountifulness, liberal(-ity), simplicity, singleness"} +{"id":"G4345","strongs_number":"G4345","system":"greek","language":"greek","number_value":4345,"lemma":"προσκληρόω","transliteration":"prosklēróō","pronunciation":null,"derivation":"from G4314 (πρός) and G2820 (κληρόω);","strongs_definition":"to give a common lot to, i.e. (figuratively) to associate with","kjv_definition":"consort with"} +{"id":"G3060","strongs_number":"G3060","system":"greek","language":"greek","number_value":3060,"lemma":"λοίδορος","transliteration":"loídoros","pronunciation":null,"derivation":"from (mischief);","strongs_definition":"abusive, i.e. a blackguard","kjv_definition":"railer, reviler"} +{"id":"G1679","strongs_number":"G1679","system":"greek","language":"greek","number_value":1679,"lemma":"ἐλπίζω","transliteration":"elpízō","pronunciation":null,"derivation":"from G1680 (ἐλπίς);","strongs_definition":"to expect or confide","kjv_definition":"(have, thing) hope(-d) (for), trust"} +{"id":"G651","strongs_number":"G651","system":"greek","language":"greek","number_value":651,"lemma":"ἀποστολή","transliteration":"apostolḗ","pronunciation":null,"derivation":"from G649 (ἀποστέλλω);","strongs_definition":"commission, i.e. (specially) apostolate","kjv_definition":"apostleship"} +{"id":"G3942","strongs_number":"G3942","system":"greek","language":"greek","number_value":3942,"lemma":"παροιμία","transliteration":"paroimía","pronunciation":null,"derivation":"from a compound of G3844 (παρά) and perhaps a derivative of G3633 (οἴομαι);","strongs_definition":"apparently a state alongside of supposition, i.e. (concretely) an adage; specially, an enigmatical or fictitious illustration","kjv_definition":"parable, proverb"} +{"id":"G3345","strongs_number":"G3345","system":"greek","language":"greek","number_value":3345,"lemma":"μετασχηματίζω","transliteration":"metaschēmatízō","pronunciation":null,"derivation":"from G3326 (μετά) and a derivative of G4976 (σχῆμα);","strongs_definition":"to transfigure or disguise; figuratively, to apply (by accommodation)","kjv_definition":"transfer, transform (self)"} +{"id":"G738","strongs_number":"G738","system":"greek","language":"greek","number_value":738,"lemma":"ἀρτιγέννητος","transliteration":"artigénnētos","pronunciation":null,"derivation":"from G737 (ἄρτι) and G1084 (γεννητός);","strongs_definition":"just born, i.e. (figuratively) a young convert","kjv_definition":"new born"} +{"id":"G5312","strongs_number":"G5312","system":"greek","language":"greek","number_value":5312,"lemma":"ὑψόω","transliteration":"hypsóō","pronunciation":null,"derivation":"from G5311 (ὕψος);","strongs_definition":"to elevate (literally or figuratively)","kjv_definition":"exalt, lift up"} +{"id":"G1585","strongs_number":"G1585","system":"greek","language":"greek","number_value":1585,"lemma":"ἐκλανθάνομαι","transliteration":"eklanthánomai","pronunciation":null,"derivation":"middle voice from G1537 (ἐκ) and G2990 (λανθάνω);","strongs_definition":"to be utterly oblivious of","kjv_definition":"forget"} +{"id":"G4836","strongs_number":"G4836","system":"greek","language":"greek","number_value":4836,"lemma":"συμπαραγίνομαι","transliteration":"symparagínomai","pronunciation":null,"derivation":"from G4862 (σύν) and G3854 (παραγίνομαι);","strongs_definition":"to be present together, i.e. to convene; by implication, to appear in aid","kjv_definition":"come together, stand with"} +{"id":"G517","strongs_number":"G517","system":"greek","language":"greek","number_value":517,"lemma":"ἀόρατος","transliteration":"aóratos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3707 (ὁρατός);","strongs_definition":"invisible","kjv_definition":"invisible (thing)"} +{"id":"G5376","strongs_number":"G5376","system":"greek","language":"greek","number_value":5376,"lemma":"Φίλιππος","transliteration":"Phílippos","pronunciation":null,"derivation":"from G5384 (φίλος) and G2462 (ἵππος);","strongs_definition":"fond of horses; Philippus, the name of four Israelites","kjv_definition":"Philip"} +{"id":"G3165","strongs_number":"G3165","system":"greek","language":"greek","number_value":3165,"lemma":"μέ","transliteration":"mé","pronunciation":null,"derivation":"a shorter (and probably original) form of G1691 (ἐμέ);","strongs_definition":"me","kjv_definition":"I, me, my"} +{"id":"G4746","strongs_number":"G4746","system":"greek","language":"greek","number_value":4746,"lemma":"στοιβάς","transliteration":"stoibás","pronunciation":null,"derivation":"from a primary (to \"step\" or \"stamp\");","strongs_definition":"a spread (as if tramped flat) of loose materials for a couch, i.e. (by implication) a bough of a tree so employed","kjv_definition":"branch"} +{"id":"G1173","strongs_number":"G1173","system":"greek","language":"greek","number_value":1173,"lemma":"δεῖπνον","transliteration":"deîpnon","pronunciation":null,"derivation":"from the same as G1160 (δαπάνη);","strongs_definition":"dinner, i.e. the chief meal (usually in the evening)","kjv_definition":"feast, supper"} +{"id":"G4410","strongs_number":"G4410","system":"greek","language":"greek","number_value":4410,"lemma":"πρωτοκαθεδρία","transliteration":"prōtokathedría","pronunciation":null,"derivation":"from G4413 (πρῶτος) and G2515 (καθέδρα);","strongs_definition":"a sitting first (in the front row), i.e. preeminence in council","kjv_definition":"chief (highest, uppermost) seat"} +{"id":"G1563","strongs_number":"G1563","system":"greek","language":"greek","number_value":1563,"lemma":"ἐκεῖ","transliteration":"ekeî","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"there; by extension, thither","kjv_definition":"there, thither(-ward), (to) yonder (place)"} +{"id":"G4033","strongs_number":"G4033","system":"greek","language":"greek","number_value":4033,"lemma":"περικυκλόω","transliteration":"perikyklóō","pronunciation":null,"derivation":"from G4012 (περί) and G2944 (κυκλόω);","strongs_definition":"to encircle all around, i.e. blockade completely","kjv_definition":"compass round"} +{"id":"G3044","strongs_number":"G3044","system":"greek","language":"greek","number_value":3044,"lemma":"Λίνος","transliteration":"Línos","pronunciation":null,"derivation":"perhaps from G3043 (λίνον);","strongs_definition":"Linus, a Christian","kjv_definition":"Linus"} +{"id":"G4475","strongs_number":"G4475","system":"greek","language":"greek","number_value":4475,"lemma":"ῥάπισμα","transliteration":"rhápisma","pronunciation":null,"derivation":"from G4474 (ῥαπίζω);","strongs_definition":"a slap","kjv_definition":"(+ strike with the) palm of the hand, smite with the hand"} +{"id":"G2810","strongs_number":"G2810","system":"greek","language":"greek","number_value":2810,"lemma":"Κλεόπας","transliteration":"Kleópas","pronunciation":null,"derivation":"probably contracted from (compound of G2811 (κλέος) and G3962 (πατήρ));","strongs_definition":"Cleopas, a Christian","kjv_definition":"Cleopas"} +{"id":"G124","strongs_number":"G124","system":"greek","language":"greek","number_value":124,"lemma":"Αἰγύπτιος","transliteration":"Aigýptios","pronunciation":null,"derivation":"from G125 (Αἴγυπτος);","strongs_definition":"an Ægyptian or inhabitant of Ægyptus","kjv_definition":"Egyptian"} +{"id":"G4457","strongs_number":"G4457","system":"greek","language":"greek","number_value":4457,"lemma":"πώρωσις","transliteration":"pṓrōsis","pronunciation":null,"derivation":"from G4456 (πωρόω);","strongs_definition":"stupidity or callousness","kjv_definition":"blindness, hardness"} +{"id":"G5417","strongs_number":"G5417","system":"greek","language":"greek","number_value":5417,"lemma":"φραγελλόω","transliteration":"phragellóō","pronunciation":null,"derivation":"from a presumed equivalent of the Latin flagellum;","strongs_definition":"to whip, i.e. lash as a public punishment","kjv_definition":"scourge"} +{"id":"G4416","strongs_number":"G4416","system":"greek","language":"greek","number_value":4416,"lemma":"πρωτότοκος","transliteration":"prōtótokos","pronunciation":null,"derivation":"from G4413 (πρῶτος) and the alternate of G5088 (τίκτω);","strongs_definition":"first-born (usually as noun, literally or figuratively)","kjv_definition":"firstbegotten(-born)"} +{"id":"G3509","strongs_number":"G3509","system":"greek","language":"greek","number_value":3509,"lemma":"νέφος","transliteration":"néphos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a cloud","kjv_definition":"cloud"} +{"id":"G4597","strongs_number":"G4597","system":"greek","language":"greek","number_value":4597,"lemma":"σής","transliteration":"sḗs","pronunciation":null,"derivation":"apparently of Hebrew origin (H05580);","strongs_definition":"a moth","kjv_definition":"moth"} +{"id":"G2945","strongs_number":"G2945","system":"greek","language":"greek","number_value":2945,"lemma":"κύκλῳ","transliteration":"kýklōi","pronunciation":null,"derivation":"as if dative case of (a ring, \"cycle\";","strongs_definition":"akin to G2947 (κυλιόω)); i.e. in a circle (by implication, of G1722 (ἐν)), i.e. (adverbially) all around","kjv_definition":"round about"} +{"id":"G3177","strongs_number":"G3177","system":"greek","language":"greek","number_value":3177,"lemma":"μεθερμηνεύω","transliteration":"methermēneúō","pronunciation":null,"derivation":"from G3326 (μετά) and G2059 (ἑρμηνεύω);","strongs_definition":"to explain over, i.e. translate","kjv_definition":"(by) interpret(-ation)"} +{"id":"G4227","strongs_number":"G4227","system":"greek","language":"greek","number_value":4227,"lemma":"Πούδης","transliteration":"Poúdēs","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"modest; Pudes (i.e. Pudens), a Christian","kjv_definition":"Pudens"} +{"id":"G5224","strongs_number":"G5224","system":"greek","language":"greek","number_value":5224,"lemma":"ὑπάρχοντα","transliteration":"hypárchonta","pronunciation":null,"derivation":"neuter plural of present participle active of G5225 (ὑπάρχω) as noun;","strongs_definition":"things extant or in hand, i.e. property or possessions","kjv_definition":"goods, that which one has, things which (one) possesseth, substance, that hast"} +{"id":"G67","strongs_number":"G67","system":"greek","language":"greek","number_value":67,"lemma":"Ἀγρίππας","transliteration":"Agríppas","pronunciation":null,"derivation":"apparently from G66 (ἄγριος) and G2462 (ἵππος);","strongs_definition":"wild-horse tamer; Agrippas, one of the Herods","kjv_definition":"Agrippa"} +{"id":"G2404","strongs_number":"G2404","system":"greek","language":"greek","number_value":2404,"lemma":"Ἱεράπολις","transliteration":"Hierápolis","pronunciation":null,"derivation":"from G2413 (ἱερός) and G4172 (πόλις);","strongs_definition":"holy city; Hierapolis, a place in Asia Minor","kjv_definition":"Hierapolis"} +{"id":"G2241","strongs_number":"G2241","system":"greek","language":"greek","number_value":2241,"lemma":"ἠλί","transliteration":"ēlí","pronunciation":null,"derivation":"of Hebrew origin (H0410 with pronominal suffix);","strongs_definition":"my God","kjv_definition":"Eli"} +{"id":"G1710","strongs_number":"G1710","system":"greek","language":"greek","number_value":1710,"lemma":"ἐμπορεύομαι","transliteration":"emporeúomai","pronunciation":null,"derivation":"from G1722 (ἐν) and G4198 (πορεύομαι);","strongs_definition":"to travel in (a country as a pedlar), i.e. (by implication) to trade","kjv_definition":"buy and sell, make merchandise"} +{"id":"G3017","strongs_number":"G3017","system":"greek","language":"greek","number_value":3017,"lemma":"Λευΐ","transliteration":"Leuḯ","pronunciation":null,"derivation":"of Hebrew origin (H03878);","strongs_definition":"Levi, the name of three Israelites","kjv_definition":"Levi"} +{"id":"G167","strongs_number":"G167","system":"greek","language":"greek","number_value":167,"lemma":"ἀκαθαρσία","transliteration":"akatharsía","pronunciation":null,"derivation":"from G169 (ἀκάθαρτος);","strongs_definition":"impurity (the quality), physically or morally","kjv_definition":"uncleanness"} +{"id":"G3025","strongs_number":"G3025","system":"greek","language":"greek","number_value":3025,"lemma":"ληνός","transliteration":"lēnós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a trough, i.e. wine-vat","kjv_definition":"winepress"} +{"id":"G1215","strongs_number":"G1215","system":"greek","language":"greek","number_value":1215,"lemma":"δημηγορέω","transliteration":"dēmēgoréō","pronunciation":null,"derivation":"from a compound of G1218 (δῆμος) and G58 (ἀγορά);","strongs_definition":"to be a people-gatherer, i.e. to address a public assembly","kjv_definition":"make an oration"} +{"id":"G857","strongs_number":"G857","system":"greek","language":"greek","number_value":857,"lemma":"ἀφειδία","transliteration":"apheidía","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and G5339 (φείδομαι);","strongs_definition":"unsparingness, i.e. austerity (asceticism)","kjv_definition":"neglecting"} +{"id":"G4853","strongs_number":"G4853","system":"greek","language":"greek","number_value":4853,"lemma":"συμφυλέτης","transliteration":"symphylétēs","pronunciation":null,"derivation":"from G4862 (σύν) and a derivative of G5443 (φυλή);","strongs_definition":"a co-tribesman, i.e. native of the same country","kjv_definition":"countryman"} +{"id":"G1642","strongs_number":"G1642","system":"greek","language":"greek","number_value":1642,"lemma":"ἐλαττόω","transliteration":"elattóō","pronunciation":null,"derivation":"from G1640 (ἐλάσσων);","strongs_definition":"to lessen (in rank or influence)","kjv_definition":"decrease, make lower"} +{"id":"G4632","strongs_number":"G4632","system":"greek","language":"greek","number_value":4632,"lemma":"σκεῦος","transliteration":"skeûos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a vessel, implement, equipment or apparatus (literally or figuratively [specially, a wife as contributing to the usefulness of the husband])","kjv_definition":"goods, sail, stuff, vessel"} +{"id":"G4242","strongs_number":"G4242","system":"greek","language":"greek","number_value":4242,"lemma":"πρεσβεία","transliteration":"presbeía","pronunciation":null,"derivation":"from G4243 (πρεσβεύω);","strongs_definition":"seniority (eldership), i.e. (by implication) an embassy (concretely, ambassadors)","kjv_definition":"ambassage, message"} +{"id":"G1549","strongs_number":"G1549","system":"greek","language":"greek","number_value":1549,"lemma":"ἔκγονον","transliteration":"ékgonon","pronunciation":null,"derivation":"neuter of a derivative of a compound of G1537 (ἐκ) and G1096 (γίνομαι);","strongs_definition":"a descendant, i.e. (specially) grandchild","kjv_definition":"nephew"} +{"id":"G5322","strongs_number":"G5322","system":"greek","language":"greek","number_value":5322,"lemma":"φανός","transliteration":"phanós","pronunciation":null,"derivation":"from G5316 (φαίνω);","strongs_definition":"a lightener, i.e. light; lantern","kjv_definition":"lantern"} +{"id":"G1818","strongs_number":"G1818","system":"greek","language":"greek","number_value":1818,"lemma":"ἐξαπατάω","transliteration":"exapatáō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G538 (ἀπατάω);","strongs_definition":"to seduce wholly","kjv_definition":"beguile, deceive"} +{"id":"G2744","strongs_number":"G2744","system":"greek","language":"greek","number_value":2744,"lemma":"καυχάομαι","transliteration":"kaucháomai","pronunciation":null,"derivation":"from some (obsolete) base akin to that of (to boast) and G2172 (εὔχομαι);","strongs_definition":"to vaunt (in a good or a bad sense)","kjv_definition":"(make) boast, glory, joy, rejoice"} +{"id":"G161","strongs_number":"G161","system":"greek","language":"greek","number_value":161,"lemma":"αἰχμαλωσία","transliteration":"aichmalōsía","pronunciation":null,"derivation":"from G164 (αἰχμάλωτος);","strongs_definition":"captivity","kjv_definition":"captivity"} +{"id":"G2467","strongs_number":"G2467","system":"greek","language":"greek","number_value":2467,"lemma":"ἴσημι","transliteration":"ísēmi","pronunciation":null,"derivation":"assumed by some as the base of certain irregular forms of G1492 (εἴδω);","strongs_definition":"to know","kjv_definition":"know"} +{"id":"G3965","strongs_number":"G3965","system":"greek","language":"greek","number_value":3965,"lemma":"πατριά","transliteration":"patriá","pronunciation":null,"derivation":"as if feminine of a derivative of G3962 (πατήρ);","strongs_definition":"paternal descent, i.e. (concretely) a group of families or a whole race (nation)","kjv_definition":"family, kindred, lineage"} +{"id":"G5255","strongs_number":"G5255","system":"greek","language":"greek","number_value":5255,"lemma":"ὑπήκοος","transliteration":"hypḗkoos","pronunciation":null,"derivation":"from G5219 (ὑπακούω);","strongs_definition":"attentively listening, i.e. (by implication) submissive","kjv_definition":"obedient"} +{"id":"G2290","strongs_number":"G2290","system":"greek","language":"greek","number_value":2290,"lemma":"θάπτω","transliteration":"tháptō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to celebrate funeral rites, i.e. inter","kjv_definition":"bury"} +{"id":"G209","strongs_number":"G209","system":"greek","language":"greek","number_value":209,"lemma":"ἀκωλύτως","transliteration":"akōlýtōs","pronunciation":null,"derivation":"adverb from a compound of G1 (Α) (as a negative particle) and a derivative of G2967 (κωλύω);","strongs_definition":"in an unhindered manner, i.e. freely","kjv_definition":"no man forbidding him"} +{"id":"G1875","strongs_number":"G1875","system":"greek","language":"greek","number_value":1875,"lemma":"ἐπάν","transliteration":"epán","pronunciation":null,"derivation":"from G1909 (ἐπί) and G302 (ἄν);","strongs_definition":"a particle of indefinite contemporaneousness; whenever, as soon as","kjv_definition":"when"} +{"id":"G4194","strongs_number":"G4194","system":"greek","language":"greek","number_value":4194,"lemma":"Πόντιος","transliteration":"Póntios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"apparently bridged; Pontius, a Roman","kjv_definition":"Pontius"} +{"id":"G1659","strongs_number":"G1659","system":"greek","language":"greek","number_value":1659,"lemma":"ἐλευθερόω","transliteration":"eleutheróō","pronunciation":null,"derivation":"from G1658 (ἐλεύθερος);","strongs_definition":"to liberate, i.e. (figuratively) to exempt (from moral, ceremonial or mortal liability)","kjv_definition":"deliver, make free"} +{"id":"G2097","strongs_number":"G2097","system":"greek","language":"greek","number_value":2097,"lemma":"εὐαγγελίζω","transliteration":"euangelízō","pronunciation":null,"derivation":"from G2095 (εὖ) and G32 (ἄγγελος);","strongs_definition":"to announce good news (\"evangelize\") especially the gospel","kjv_definition":"declare, bring (declare, show) glad (good) tidings, preach (the gospel)"} +{"id":"G751","strongs_number":"G751","system":"greek","language":"greek","number_value":751,"lemma":"Ἄρχιππος","transliteration":"Árchippos","pronunciation":null,"derivation":"from G746 (ἀρχή) and G2462 (ἵππος);","strongs_definition":"horse-ruler; Archippus, a Christian","kjv_definition":"Archippus"} +{"id":"G2550","strongs_number":"G2550","system":"greek","language":"greek","number_value":2550,"lemma":"κακοήθεια","transliteration":"kakoḗtheia","pronunciation":null,"derivation":"from a compound of G2556 (κακός) and G2239 (ἦθος);","strongs_definition":"bad character, i.e. (specially) mischievousness","kjv_definition":"malignity"} +{"id":"G3641","strongs_number":"G3641","system":"greek","language":"greek","number_value":3641,"lemma":"ὀλίγος","transliteration":"olígos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"puny (in extent, degree, number, duration or value); especially neuter (adverbially) somewhat","kjv_definition":"+ almost, brief(-ly), few, (a) little, + long, a season, short, small, a while"} +{"id":"G159","strongs_number":"G159","system":"greek","language":"greek","number_value":159,"lemma":"αἴτιος","transliteration":"aítios","pronunciation":null,"derivation":"from the same as G154 (αἰτέω);","strongs_definition":"causative, i.e. (concretely) a causer","kjv_definition":"author"} +{"id":"G981","strongs_number":"G981","system":"greek","language":"greek","number_value":981,"lemma":"βίωσις","transliteration":"bíōsis","pronunciation":null,"derivation":"from G980 (βιόω);","strongs_definition":"living (properly, the act, by implication, the mode)","kjv_definition":"manner of life"} +{"id":"G1815","strongs_number":"G1815","system":"greek","language":"greek","number_value":1815,"lemma":"ἐξανάστασις","transliteration":"exanástasis","pronunciation":null,"derivation":"from G1817 (ἐξανίστημι);","strongs_definition":"a rising from death","kjv_definition":"resurrection"} +{"id":"G2471","strongs_number":"G2471","system":"greek","language":"greek","number_value":2471,"lemma":"ἰσότης","transliteration":"isótēs","pronunciation":null,"derivation":null,"strongs_definition":"likeness (in condition or proportion); by implication, equity","kjv_definition":"equal(-ity)"} +{"id":"G590","strongs_number":"G590","system":"greek","language":"greek","number_value":590,"lemma":"ἀπόδημος","transliteration":"apódēmos","pronunciation":null,"derivation":"from G575 (ἀπό) and G1218 (δῆμος);","strongs_definition":"absent from one's own people, i.e. a foreign traveller","kjv_definition":"taking a far journey"} +{"id":"G2952","strongs_number":"G2952","system":"greek","language":"greek","number_value":2952,"lemma":"κυνάριον","transliteration":"kynárion","pronunciation":null,"derivation":"neuter of a presumed derivative of G2965 (κύων);","strongs_definition":"a puppy","kjv_definition":"dog"} +{"id":"G1435","strongs_number":"G1435","system":"greek","language":"greek","number_value":1435,"lemma":"δῶρον","transliteration":"dōron","pronunciation":null,"derivation":null,"strongs_definition":"a present; specially, a sacrifice","kjv_definition":"gift, offering"} +{"id":"G991","strongs_number":"G991","system":"greek","language":"greek","number_value":991,"lemma":"βλέπω","transliteration":"blépō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to look at (literally or figuratively)","kjv_definition":"behold, beware, lie, look (on, to), perceive, regard, see, sight, take heed"} +{"id":"G5383","strongs_number":"G5383","system":"greek","language":"greek","number_value":5383,"lemma":"φιλοπρωτεύω","transliteration":"philoprōteúō","pronunciation":null,"derivation":"from a compound of G5384 (φίλος) and G4413 (πρῶτος);","strongs_definition":"to be fond of being first, i.e. ambitious of distinction","kjv_definition":"love to have the preeminence"} +{"id":"G3422","strongs_number":"G3422","system":"greek","language":"greek","number_value":3422,"lemma":"μνημόσυνον","transliteration":"mnēmósynon","pronunciation":null,"derivation":"from G3421 (μνημονεύω);","strongs_definition":"a reminder (memorandum), i.e. record","kjv_definition":"memorial"} +{"id":"G822","strongs_number":"G822","system":"greek","language":"greek","number_value":822,"lemma":"ἀτμίς","transliteration":"atmís","pronunciation":null,"derivation":"from the same as G109 (ἀήρ);","strongs_definition":"mist","kjv_definition":"vapour"} +{"id":"G5536","strongs_number":"G5536","system":"greek","language":"greek","number_value":5536,"lemma":"χρῆμα","transliteration":"chrēma","pronunciation":null,"derivation":null,"strongs_definition":"something useful or needed, i.e. wealth, price","kjv_definition":"money, riches"} +{"id":"G4359","strongs_number":"G4359","system":"greek","language":"greek","number_value":4359,"lemma":"προσοφείλω","transliteration":"prosopheílō","pronunciation":null,"derivation":"from G4314 (πρός) and G3784 (ὀφείλω);","strongs_definition":"to be indebted additionally","kjv_definition":"over besides"} +{"id":"G4145","strongs_number":"G4145","system":"greek","language":"greek","number_value":4145,"lemma":"πλούσιος","transliteration":"ploúsios","pronunciation":null,"derivation":"from G4149 (πλοῦτος);","strongs_definition":"wealthy; figuratively, abounding with","kjv_definition":"rich"} +{"id":"G5326","strongs_number":"G5326","system":"greek","language":"greek","number_value":5326,"lemma":"φάντασμα","transliteration":"phántasma","pronunciation":null,"derivation":"from G5324 (φαντάζω);","strongs_definition":"(properly concrete) a (mere) show (\"phantasm\"), i.e. spectre","kjv_definition":"spirit"} +{"id":"G5214","strongs_number":"G5214","system":"greek","language":"greek","number_value":5214,"lemma":"ὑμνέω","transliteration":"hymnéō","pronunciation":null,"derivation":"from G5215 (ὕμνος);","strongs_definition":"to hymn, i.e. sing a religious ode; by implication, to celebrate (God) in song","kjv_definition":"sing a hymn (praise unto)"} +{"id":"G4562","strongs_number":"G4562","system":"greek","language":"greek","number_value":4562,"lemma":"Σαρούχ","transliteration":"Saroúch","pronunciation":null,"derivation":"of Hebrew origin (H08286);","strongs_definition":"Saruch (i.e. Serug), a patriarch","kjv_definition":"Saruch"} +{"id":"G2967","strongs_number":"G2967","system":"greek","language":"greek","number_value":2967,"lemma":"κωλύω","transliteration":"kōlýō","pronunciation":null,"derivation":"from the base of G2849 (κολάζω);","strongs_definition":"to estop, i.e. prevent (by word or act)","kjv_definition":"forbid, hinder, keep from, let, not suffer, withstand"} +{"id":"G1322","strongs_number":"G1322","system":"greek","language":"greek","number_value":1322,"lemma":"διδαχή","transliteration":"didachḗ","pronunciation":null,"derivation":"from G1321 (διδάσκω);","strongs_definition":"instruction (the act or the matter)","kjv_definition":"doctrine, hath been taught"} +{"id":"G2960","strongs_number":"G2960","system":"greek","language":"greek","number_value":2960,"lemma":"κυριακός","transliteration":"kyriakós","pronunciation":null,"derivation":"from G2962 (κύριος);","strongs_definition":"belonging to the Lord (Jehovah or Jesus)","kjv_definition":"Lord's"} +{"id":"G1468","strongs_number":"G1468","system":"greek","language":"greek","number_value":1468,"lemma":"ἐγκρατής","transliteration":"enkratḗs","pronunciation":null,"derivation":"from G1722 (ἐν) and G2904 (κράτος);","strongs_definition":"strong in a thing (masterful), i.e. (figuratively and reflexively) self-controlled (in appetite, etc.)","kjv_definition":"temperate"} +{"id":"G754","strongs_number":"G754","system":"greek","language":"greek","number_value":754,"lemma":"ἀρχιτελώνης","transliteration":"architelṓnēs","pronunciation":null,"derivation":"from G746 (ἀρχή) and G5057 (τελώνης);","strongs_definition":"a principle tax-gatherer","kjv_definition":"chief among the publicans"} +{"id":"G4275","strongs_number":"G4275","system":"greek","language":"greek","number_value":4275,"lemma":"προείδω","transliteration":"proeídō","pronunciation":null,"derivation":"from G4253 (πρό) and G1492 (εἴδω);","strongs_definition":"foresee","kjv_definition":"foresee, saw before"} +{"id":"G164","strongs_number":"G164","system":"greek","language":"greek","number_value":164,"lemma":"αἰχμάλωτος","transliteration":"aichmálōtos","pronunciation":null,"derivation":"from (a spear) and a derivative of the same as G259 (ἅλωσις);","strongs_definition":"properly, a prisoner of war, i.e. (genitive case) a captive","kjv_definition":"captive"} +{"id":"G778","strongs_number":"G778","system":"greek","language":"greek","number_value":778,"lemma":"ἀσκέω","transliteration":"askéō","pronunciation":null,"derivation":"probably from the same as G4632 (σκεῦος);","strongs_definition":"to elaborate, i.e. (figuratively) train (by implication, strive)","kjv_definition":"exercise"} +{"id":"G2701","strongs_number":"G2701","system":"greek","language":"greek","number_value":2701,"lemma":"κατατρέχω","transliteration":"katatréchō","pronunciation":null,"derivation":"from G2596 (κατά) and G5143 (τρέχω);","strongs_definition":"to run down, i.e. hasten from a tower","kjv_definition":"run down"} +{"id":"G3321","strongs_number":"G3321","system":"greek","language":"greek","number_value":3321,"lemma":"μεσουράνημα","transliteration":"mesouránēma","pronunciation":null,"derivation":"from a presumed compound of G3319 (μέσος) and G3772 (οὐρανός);","strongs_definition":"mid-sky","kjv_definition":"midst of heaven"} +{"id":"G4819","strongs_number":"G4819","system":"greek","language":"greek","number_value":4819,"lemma":"συμβαίνω","transliteration":"symbaínō","pronunciation":null,"derivation":"from G4862 (σύν) and the base of G939 (βάσις);","strongs_definition":"to walk (figuratively, transpire) together, i.e. concur (take place)","kjv_definition":"be(-fall), happen (unto)"} +{"id":"G4311","strongs_number":"G4311","system":"greek","language":"greek","number_value":4311,"lemma":"προπέμπω","transliteration":"propémpō","pronunciation":null,"derivation":"from G4253 (πρό) and G3992 (πέμπω);","strongs_definition":"to send forward, i.e. escort or aid in travel","kjv_definition":"accompany, bring (forward) on journey (way), conduct forth"} +{"id":"G3999","strongs_number":"G3999","system":"greek","language":"greek","number_value":3999,"lemma":"πεντάκις","transliteration":"pentákis","pronunciation":null,"derivation":"multiplicative adverb from G4002 (πέντε);","strongs_definition":"five times","kjv_definition":"five times"} +{"id":"G3981","strongs_number":"G3981","system":"greek","language":"greek","number_value":3981,"lemma":"πειθός","transliteration":"peithós","pronunciation":null,"derivation":"from G3982 (πείθω);","strongs_definition":"persuasive","kjv_definition":"enticing"} +{"id":"G3673","strongs_number":"G3673","system":"greek","language":"greek","number_value":3673,"lemma":"ὁμότεχνος","transliteration":"homótechnos","pronunciation":null,"derivation":"from the base of G3674 (ὁμοῦ) and G5078 (τέχνη);","strongs_definition":"a fellow-artificer","kjv_definition":"of the same craft"} +{"id":"G1305","strongs_number":"G1305","system":"greek","language":"greek","number_value":1305,"lemma":"διατροφή","transliteration":"diatrophḗ","pronunciation":null,"derivation":"from a compound of G1223 (διά) and G5142 (τρέφω);","strongs_definition":"nourishment","kjv_definition":"food"} +{"id":"G824","strongs_number":"G824","system":"greek","language":"greek","number_value":824,"lemma":"ἄτοπος","transliteration":"átopos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5117 (τόπος);","strongs_definition":"out of place, i.e. (figuratively) improper, injurious, wicked","kjv_definition":"amiss, harm, unreasonable"} +{"id":"G4108","strongs_number":"G4108","system":"greek","language":"greek","number_value":4108,"lemma":"πλάνος","transliteration":"plános","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"roving (as a tramp), i.e. (by implication) an impostor or misleader;","kjv_definition":"--deceiver, seducing"} +{"id":"G2138","strongs_number":"G2138","system":"greek","language":"greek","number_value":2138,"lemma":"εὐπειθής","transliteration":"eupeithḗs","pronunciation":null,"derivation":"from G2095 (εὖ) and G3982 (πείθω);","strongs_definition":"good for persuasion, i.e. (intransitively) complaint","kjv_definition":"easy to be intreated"} +{"id":"G5575","strongs_number":"G5575","system":"greek","language":"greek","number_value":5575,"lemma":"ψευδομάρτυρ","transliteration":"pseudomártyr","pronunciation":null,"derivation":"from G5571 (ψευδής) and a kindred form of G3144 (μάρτυς);","strongs_definition":"a spurious witness, i.e. bearer of untrue testimony","kjv_definition":"false witness"} +{"id":"G994","strongs_number":"G994","system":"greek","language":"greek","number_value":994,"lemma":"βοάω","transliteration":"boáō","pronunciation":null,"derivation":"apparently a prolonged form of a primary verb;","strongs_definition":"to halloo, i.e. shout (for help or in a tumultuous way)","kjv_definition":"cry"} +{"id":"G1771","strongs_number":"G1771","system":"greek","language":"greek","number_value":1771,"lemma":"ἔννοια","transliteration":"énnoia","pronunciation":null,"derivation":"from a compound of G1722 (ἐν) and G3563 (νοῦς);","strongs_definition":"thoughtfulness, i.e. moral understanding","kjv_definition":"intent, mind"} +{"id":"G4208","strongs_number":"G4208","system":"greek","language":"greek","number_value":4208,"lemma":"ποῤῥωτέρω","transliteration":"porrhōtérō","pronunciation":null,"derivation":"adverb comparative of G4206 (πόῤῥω);","strongs_definition":"further, i.e. a greater distance","kjv_definition":"farther"} +{"id":"G399","strongs_number":"G399","system":"greek","language":"greek","number_value":399,"lemma":"ἀναφέρω","transliteration":"anaphérō","pronunciation":null,"derivation":"from G303 (ἀνά) and G5342 (φέρω);","strongs_definition":"to take up (literally or figuratively)","kjv_definition":"bear, bring (carry, lead) up, offer (up)"} +{"id":"G277","strongs_number":"G277","system":"greek","language":"greek","number_value":277,"lemma":"ἀμετακίνητος","transliteration":"ametakínētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3334 (μετακινέω);","strongs_definition":"immovable","kjv_definition":"unmovable"} +{"id":"G2643","strongs_number":"G2643","system":"greek","language":"greek","number_value":2643,"lemma":"καταλλαγή","transliteration":"katallagḗ","pronunciation":null,"derivation":"from G2644 (καταλλάσσω);","strongs_definition":"exchange (figuratively, adjustment), i.e. restoration to (the divine) favor","kjv_definition":"atonement, reconciliation(-ing)"} +{"id":"G4625","strongs_number":"G4625","system":"greek","language":"greek","number_value":4625,"lemma":"σκάνδαλον","transliteration":"skándalon","pronunciation":null,"derivation":"(\"scandal\"); probably from a derivative of G2578 (κάμπτω);","strongs_definition":"a trap-stick (bent sapling), i.e. snare (figuratively, cause of displeasure or sin)","kjv_definition":"occasion to fall (of stumbling), offence, thing that offends, stumblingblock"} +{"id":"G5394","strongs_number":"G5394","system":"greek","language":"greek","number_value":5394,"lemma":"φλογίζω","transliteration":"phlogízō","pronunciation":null,"derivation":"from G5395 (φλόξ);","strongs_definition":"to cause a blaze, i.e. ignite (figuratively, to inflame with passion)","kjv_definition":"set on fire"} +{"id":"G2580","strongs_number":"G2580","system":"greek","language":"greek","number_value":2580,"lemma":"Κανᾶ","transliteration":"Kanâ","pronunciation":null,"derivation":"of Hebrew origin (compare H07071);","strongs_definition":"Cana, a place in Palestine","kjv_definition":"Cana"} +{"id":"G2667","strongs_number":"G2667","system":"greek","language":"greek","number_value":2667,"lemma":"καταπίπτω","transliteration":"katapíptō","pronunciation":null,"derivation":"from G2596 (κατά) and G4098 (πίπτω);","strongs_definition":"to fall down","kjv_definition":"fall (down)"} +{"id":"G276","strongs_number":"G276","system":"greek","language":"greek","number_value":276,"lemma":"ἀμετάθετος","transliteration":"ametáthetos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3346 (μετατίθημι);","strongs_definition":"unchangeable, or (neuter as abstract) unchangeability","kjv_definition":"immutable(-ility)"} +{"id":"G3174","strongs_number":"G3174","system":"greek","language":"greek","number_value":3174,"lemma":"μέγεθος","transliteration":"mégethos","pronunciation":null,"derivation":"from G3173 (μέγας);","strongs_definition":"magnitude (figuratively)","kjv_definition":"greatness"} +{"id":"G2563","strongs_number":"G2563","system":"greek","language":"greek","number_value":2563,"lemma":"κάλαμος","transliteration":"kálamos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a reed (the plant or its stem, or that of a similar plant); by implication, a pen","kjv_definition":"pen, reed"} +{"id":"G2000","strongs_number":"G2000","system":"greek","language":"greek","number_value":2000,"lemma":"ἐπισφαλής","transliteration":"episphalḗs","pronunciation":null,"derivation":"from a compound of G1909 (ἐπί) and (to trip);","strongs_definition":"figuratively, insecure","kjv_definition":"dangerous"} +{"id":"G2253","strongs_number":"G2253","system":"greek","language":"greek","number_value":2253,"lemma":"ἡμιθανής","transliteration":"hēmithanḗs","pronunciation":null,"derivation":"from a presumed compound of the base of G2255 (ἥμισυ) and G2348 (θνήσκω);","strongs_definition":"half dead, i.e. entirely exhausted","kjv_definition":"half dead"} +{"id":"G3933","strongs_number":"G3933","system":"greek","language":"greek","number_value":3933,"lemma":"παρθένος","transliteration":"parthénos","pronunciation":null,"derivation":"of unknown origin;","strongs_definition":"a maiden; by implication, an unmarried daughter","kjv_definition":"virgin"} +{"id":"G1250","strongs_number":"G1250","system":"greek","language":"greek","number_value":1250,"lemma":"διακόσιοι","transliteration":"diakósioi","pronunciation":null,"derivation":"from G1364 (δίς) and G1540 (ἑκατόν);","strongs_definition":"two hundred","kjv_definition":"two hundred"} +{"id":"G3385","strongs_number":"G3385","system":"greek","language":"greek","number_value":3385,"lemma":"μήτι","transliteration":"mḗti","pronunciation":null,"derivation":"from G3361 (μή) and the neuter of G5100 (τὶς);","strongs_definition":"whether at all","kjv_definition":"not (the particle usually not expressed, except by the form of the question)"} +{"id":"G5450","strongs_number":"G5450","system":"greek","language":"greek","number_value":5450,"lemma":"φυσίωσις","transliteration":"physíōsis","pronunciation":null,"derivation":"from G5448 (φυσιόω);","strongs_definition":"inflation, i.e. (figuratively) haughtiness","kjv_definition":"swelling"} +{"id":"G686","strongs_number":"G686","system":"greek","language":"greek","number_value":686,"lemma":"ἄρα","transliteration":"ára","pronunciation":null,"derivation":"probably from G142 (αἴρω) (through the idea of drawing a conclusion);","strongs_definition":"a particle denoting an inference more or less decisive (as follows)","kjv_definition":"haply, (what) manner (of man), no doubt, perhaps, so be, then, therefore, truly, wherefore"} +{"id":"G141","strongs_number":"G141","system":"greek","language":"greek","number_value":141,"lemma":"αἱρετικός","transliteration":"hairetikós","pronunciation":null,"derivation":"from the same as G140 (αἱρετίζω);","strongs_definition":"a schismatic","kjv_definition":"heretic (the Greek word itself)"} +{"id":"G4762","strongs_number":"G4762","system":"greek","language":"greek","number_value":4762,"lemma":"στρέφω","transliteration":"stréphō","pronunciation":null,"derivation":"strengthened from the base of G5157 (τροπή);","strongs_definition":"to twist, i.e. turn quite around or reverse (literally or figuratively)","kjv_definition":"convert, turn (again, back again, self, self about)"} +{"id":"G5501","strongs_number":"G5501","system":"greek","language":"greek","number_value":5501,"lemma":"χείρων","transliteration":"cheírōn","pronunciation":null,"derivation":"irregular comparative of G2556 (κακός);","strongs_definition":"from an obsolete equivalent (of uncertain derivation); more evil or aggravated (physically, mentally or morally)","kjv_definition":"sorer, worse"} +{"id":"G5306","strongs_number":"G5306","system":"greek","language":"greek","number_value":5306,"lemma":"ὕστερος","transliteration":"hýsteros","pronunciation":null,"derivation":"comparative from G5259 (ὑπό) (in the sense of behind);","strongs_definition":"later","kjv_definition":"latter"} +{"id":"G1226","strongs_number":"G1226","system":"greek","language":"greek","number_value":1226,"lemma":"διαβεβαιόομαι","transliteration":"diabebaióomai","pronunciation":null,"derivation":"middle voice of a compound of G1223 (διά) and G950 (βεβαιόω);","strongs_definition":"to confirm thoroughly (by words), i.e. asseverate","kjv_definition":"affirm constantly"} +{"id":"G827","strongs_number":"G827","system":"greek","language":"greek","number_value":827,"lemma":"αὐγή","transliteration":"augḗ","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a ray of light, i.e. (by implication) radiance, dawn","kjv_definition":"break of day"} +{"id":"G655","strongs_number":"G655","system":"greek","language":"greek","number_value":655,"lemma":"ἀποστυγέω","transliteration":"apostygéō","pronunciation":null,"derivation":"from G575 (ἀπό) and the base of G4767 (στυγνητός);","strongs_definition":"to detest utterly","kjv_definition":"abhor"} +{"id":"G5061","strongs_number":"G5061","system":"greek","language":"greek","number_value":5061,"lemma":"Τέρτυλλος","transliteration":"Tértyllos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Tertullus, a Roman","kjv_definition":"Tertullus"} +{"id":"G3173","strongs_number":"G3173","system":"greek","language":"greek","number_value":3173,"lemma":"μέγας","transliteration":"mégas","pronunciation":null,"derivation":"(including the prolonged forms, feminine , plural , etc.; compare also G3176 (μέγιστος), G3187 (μείζων));","strongs_definition":"big (literally or figuratively, in a very wide application)","kjv_definition":"(+ fear) exceedingly, great(-est), high, large, loud, mighty, + (be) sore (afraid), strong, X to years"} +{"id":"G3392","strongs_number":"G3392","system":"greek","language":"greek","number_value":3392,"lemma":"μιαίνω","transliteration":"miaínō","pronunciation":null,"derivation":"perhaps a primary verb;","strongs_definition":"to sully or taint, i.e. contaminate (ceremonially or morally)","kjv_definition":"defile"} +{"id":"G470","strongs_number":"G470","system":"greek","language":"greek","number_value":470,"lemma":"ἀνταποκρίνομαι","transliteration":"antapokrínomai","pronunciation":null,"derivation":"from G473 (ἀντί) and G611 (ἀποκρίνομαι);","strongs_definition":"to contradict or dispute","kjv_definition":"answer again, reply against"} +{"id":"G2554","strongs_number":"G2554","system":"greek","language":"greek","number_value":2554,"lemma":"κακοποιέω","transliteration":"kakopoiéō","pronunciation":null,"derivation":"from G2555 (κακοποιός);","strongs_definition":"to be a bad-doer, i.e. (objectively) to injure, or (genitive) to sin","kjv_definition":"do(ing) evil"} +{"id":"G3801","strongs_number":"G3801","system":"greek","language":"greek","number_value":3801,"lemma":"ὁ ὢν καί ὁ ἦν καί ὁ ἐρχόμενος","transliteration":"ho ṑn kaí ho ēn kaí ho erchómenos","pronunciation":null,"derivation":"a phrase combining G3588 (ὁ) with the present participle and imperfect of G1510 (εἰμί) and the present participle of G2064 (ἔρχομαι) by means of G2532 (καί);","strongs_definition":"the one being and the one that was and the one coming, i.e. the Eternal, as a divine epithet of Christ","kjv_definition":"which art (is, was), and (which) wast (is, was), and art (is) to come (shalt be)"} +{"id":"G5562","strongs_number":"G5562","system":"greek","language":"greek","number_value":5562,"lemma":"χωρέω","transliteration":"chōréō","pronunciation":null,"derivation":"from G5561 (χώρα);","strongs_definition":"to be in (give) space, i.e. (intransitively) to pass, enter, or (transitively) to hold, admit (literally or figuratively)","kjv_definition":"come, contain, go, have place, (can, be room to) receive"} +{"id":"G1376","strongs_number":"G1376","system":"greek","language":"greek","number_value":1376,"lemma":"διώκτης","transliteration":"diṓktēs","pronunciation":null,"derivation":"from G1377 (διώκω);","strongs_definition":"a persecutor","kjv_definition":"persecutor"} +{"id":"G1756","strongs_number":"G1756","system":"greek","language":"greek","number_value":1756,"lemma":"ἐνεργής","transliteration":"energḗs","pronunciation":null,"derivation":"from G1722 (ἐν) and G2041 (ἔργον);","strongs_definition":"active, operative","kjv_definition":"effectual, powerful"} +{"id":"G1621","strongs_number":"G1621","system":"greek","language":"greek","number_value":1621,"lemma":"ἐκτινάσσω","transliteration":"ektinássō","pronunciation":null,"derivation":"from G1537 (ἐκ) and tinasso (to swing);","strongs_definition":"to shake violently","kjv_definition":"shake (off)"} +{"id":"G4772","strongs_number":"G4772","system":"greek","language":"greek","number_value":4772,"lemma":"συγγένεια","transliteration":"syngéneia","pronunciation":null,"derivation":"from G4773 (συγγενής);","strongs_definition":"relationship, i.e. (concretely) relatives","kjv_definition":"kindred"} +{"id":"G3457","strongs_number":"G3457","system":"greek","language":"greek","number_value":3457,"lemma":"μυλικός","transliteration":"mylikós","pronunciation":null,"derivation":"from G3458 (μύλος);","strongs_definition":"belonging to a mill","kjv_definition":"mill(-stone)"} +{"id":"G1631","strongs_number":"G1631","system":"greek","language":"greek","number_value":1631,"lemma":"ἐκφύω","transliteration":"ekphýō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5453 (φύω);","strongs_definition":"to sprout up","kjv_definition":"put forth"} +{"id":"G1982","strongs_number":"G1982","system":"greek","language":"greek","number_value":1982,"lemma":"ἐπισκιάζω","transliteration":"episkiázō","pronunciation":null,"derivation":"from G1909 (ἐπί) and a derivative of G4639 (σκιά);","strongs_definition":"to cast a shade upon, i.e. (by analogy) to envelop in a haze of brilliancy; figuratively, to invest with preternatural influence","kjv_definition":"overshadow"} +{"id":"G1387","strongs_number":"G1387","system":"greek","language":"greek","number_value":1387,"lemma":"δολιόω","transliteration":"dolióō","pronunciation":null,"derivation":"from G1386 (δόλιος);","strongs_definition":"to be guileful","kjv_definition":"use deceit"} +{"id":"G2722","strongs_number":"G2722","system":"greek","language":"greek","number_value":2722,"lemma":"κατέχω","transliteration":"katéchō","pronunciation":null,"derivation":"from G2596 (κατά) and G2192 (ἔχω);","strongs_definition":"to hold down (fast), in various applications (literally or figuratively)","kjv_definition":"have, hold (fast), keep (in memory), let, X make toward, possess, retain, seize on, stay, take, withhold"} +{"id":"G4965","strongs_number":"G4965","system":"greek","language":"greek","number_value":4965,"lemma":"Συχάρ","transliteration":"Sychár","pronunciation":null,"derivation":"of Hebrew origin (H07941);","strongs_definition":"Sychar (i.e. Shekar), a place in Palestine","kjv_definition":"Sychar"} +{"id":"G5361","strongs_number":"G5361","system":"greek","language":"greek","number_value":5361,"lemma":"φιλάδελφος","transliteration":"philádelphos","pronunciation":null,"derivation":"from G5384 (φίλος) and G80 (ἀδελφός);","strongs_definition":"fond of brethren, i.e. fraternal","kjv_definition":"love as brethren"} +{"id":"G1198","strongs_number":"G1198","system":"greek","language":"greek","number_value":1198,"lemma":"δέσμιος","transliteration":"désmios","pronunciation":null,"derivation":"from G1199 (δεσμόν);","strongs_definition":"a captive (as bound)","kjv_definition":"in bonds, prisoner"} +{"id":"G1899","strongs_number":"G1899","system":"greek","language":"greek","number_value":1899,"lemma":"ἔπειτα","transliteration":"épeita","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1534 (εἶτα);","strongs_definition":"thereafter","kjv_definition":"after that(-ward), then"} +{"id":"G4599","strongs_number":"G4599","system":"greek","language":"greek","number_value":4599,"lemma":"σθενόω","transliteration":"sthenóō","pronunciation":null,"derivation":"from (bodily vigor;","strongs_definition":"probably akin to the base of G2476 (ἵστημι)); to strengthen, i.e. (figuratively) confirm (in spiritual knowledge and power)","kjv_definition":"strengthen"} +{"id":"G2500","strongs_number":"G2500","system":"greek","language":"greek","number_value":2500,"lemma":"Ἰωσῆς","transliteration":"Iōsēs","pronunciation":null,"derivation":"perhaps for G2501 (Ἰωσήφ);","strongs_definition":"Joses, the name of two Israelites","kjv_definition":"Joses"} +{"id":"G4387","strongs_number":"G4387","system":"greek","language":"greek","number_value":4387,"lemma":"πρότερος","transliteration":"próteros","pronunciation":null,"derivation":"comparative of G4253 (πρό);","strongs_definition":"prior or previous","kjv_definition":"former"} +{"id":"G1203","strongs_number":"G1203","system":"greek","language":"greek","number_value":1203,"lemma":"δεσπότης","transliteration":"despótēs","pronunciation":null,"derivation":"perhaps from G1210 (δέω) and (a husband);","strongs_definition":"an absolute ruler (\"despot\")","kjv_definition":"Lord, master"} +{"id":"G438","strongs_number":"G438","system":"greek","language":"greek","number_value":438,"lemma":"ἄνθος","transliteration":"ánthos","pronunciation":null,"derivation":"a primary word;","strongs_definition":"a blossom","kjv_definition":"flower"} +{"id":"G5143","strongs_number":"G5143","system":"greek","language":"greek","number_value":5143,"lemma":"τρέχω","transliteration":"tréchō","pronunciation":null,"derivation":"apparently a primary verb (properly, ;","strongs_definition":"compare G2359 (θρίξ)); which uses (the base of G1408 (δρόμος)) as alternate in certain tenses; to run or walk hastily (literally or figuratively)","kjv_definition":"have course, run"} +{"id":"G5153","strongs_number":"G5153","system":"greek","language":"greek","number_value":5153,"lemma":"τρισχίλιοι","transliteration":"trischílioi","pronunciation":null,"derivation":"from G5151 (τρίς) and G5507 (χίλιοι);","strongs_definition":"three times a thousand","kjv_definition":"three thousand"} +{"id":"G797","strongs_number":"G797","system":"greek","language":"greek","number_value":797,"lemma":"ἀστράπτω","transliteration":"astráptō","pronunciation":null,"derivation":"probably from G792 (ἀστήρ);","strongs_definition":"to flash as lightning","kjv_definition":"lighten, shine"} +{"id":"G1364","strongs_number":"G1364","system":"greek","language":"greek","number_value":1364,"lemma":"δίς","transliteration":"dís","pronunciation":null,"derivation":"adverb from G1417 (δύο);","strongs_definition":"twice","kjv_definition":"again, twice"} +{"id":"G5087","strongs_number":"G5087","system":"greek","language":"greek","number_value":5087,"lemma":"τίθημι","transliteration":"títhēmi","pronunciation":null,"derivation":"a prolonged form of a primary (which is used only as alternate in certain tenses);","strongs_definition":"to place (in the widest application, literally and figuratively; properly, in a passive or horizontal posture, and thus different from G2476 (ἵστημι), which properly denotes an upright and active position, while G2749 (κεῖμαι) is properly reflexive and utterly prostrate)","kjv_definition":"+ advise, appoint, bow, commit, conceive, give, X kneel down, lay (aside, down, up), make, ordain, purpose, put, set (forth), settle, sink down"} +{"id":"G570","strongs_number":"G570","system":"greek","language":"greek","number_value":570,"lemma":"ἀπιστία","transliteration":"apistía","pronunciation":null,"derivation":"from G571 (ἄπιστος);","strongs_definition":"faithlessness, i.e. (negatively) disbelief (lack of Christian faith), or (positively) unfaithfulness (disobedience)","kjv_definition":"unbelief"} +{"id":"G3697","strongs_number":"G3697","system":"greek","language":"greek","number_value":3697,"lemma":"ὁποῖος","transliteration":"hopoîos","pronunciation":null,"derivation":"from G3739 (ὅς) and G4169 (ποῖος);","strongs_definition":"of what kind that, i.e. how (as) great (excellent) (specially, as an indefinite correlative to the definite antecedent G5108 (τοιοῦτος) of quality)","kjv_definition":"what manner (sort) of, such as whatsoever"} +{"id":"G4737","strongs_number":"G4737","system":"greek","language":"greek","number_value":4737,"lemma":"στεφανόω","transliteration":"stephanóō","pronunciation":null,"derivation":"from G4735 (στέφανος);","strongs_definition":"to adorn with an honorary wreath (literally or figuratively)","kjv_definition":"crown"} +{"id":"G66","strongs_number":"G66","system":"greek","language":"greek","number_value":66,"lemma":"ἄγριος","transliteration":"ágrios","pronunciation":null,"derivation":"from G68 (ἀγρός);","strongs_definition":"wild (as pertaining to the country), literally (natural) or figuratively (fierce)","kjv_definition":"wild, raging"} +{"id":"G1912","strongs_number":"G1912","system":"greek","language":"greek","number_value":1912,"lemma":"ἐπιβαρέω","transliteration":"epibaréō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G916 (βαρέω);","strongs_definition":"to be heavy upon, i.e. (pecuniarily) to be expensive to; figuratively, to be severe towards","kjv_definition":"be chargeable to, overcharge"} +{"id":"G2242","strongs_number":"G2242","system":"greek","language":"greek","number_value":2242,"lemma":"Ἡλί","transliteration":"Hēlí","pronunciation":null,"derivation":"of Hebrew origin (H05941);","strongs_definition":"Heli (i.e. Eli), an Israelite","kjv_definition":"Heli"} +{"id":"G2047","strongs_number":"G2047","system":"greek","language":"greek","number_value":2047,"lemma":"ἐρημία","transliteration":"erēmía","pronunciation":null,"derivation":"from G2048 (ἔρημος);","strongs_definition":"solitude (concretely)","kjv_definition":"desert, wilderness"} +{"id":"G4469","strongs_number":"G4469","system":"greek","language":"greek","number_value":4469,"lemma":"ῥακά","transliteration":"rhaká","pronunciation":null,"derivation":"of Chaldee origin (compare H07386);","strongs_definition":"O empty one, i.e. thou worthless (as a term of utter vilification)","kjv_definition":"Raca"} +{"id":"G3327","strongs_number":"G3327","system":"greek","language":"greek","number_value":3327,"lemma":"μεταβαίνω","transliteration":"metabaínō","pronunciation":null,"derivation":"from G3326 (μετά) and the base of G939 (βάσις);","strongs_definition":"to change place","kjv_definition":"depart, go, pass, remove"} +{"id":"G871","strongs_number":"G871","system":"greek","language":"greek","number_value":871,"lemma":"ἀφομοιόω","transliteration":"aphomoióō","pronunciation":null,"derivation":"from G575 (ἀπό) and G3666 (ὁμοιόω);","strongs_definition":"to assimilate closely","kjv_definition":"make like"} +{"id":"G4184","strongs_number":"G4184","system":"greek","language":"greek","number_value":4184,"lemma":"πολύσπλαγχνος","transliteration":"polýsplanchnos","pronunciation":null,"derivation":"from G4183 (πολύς) and G4698 (σπλάγχνον) (figuratively);","strongs_definition":"extremely compassionate","kjv_definition":"very pitiful"} +{"id":"G439","strongs_number":"G439","system":"greek","language":"greek","number_value":439,"lemma":"ἀνθρακιά","transliteration":"anthrakiá","pronunciation":null,"derivation":"from G440 (ἄνθραξ);","strongs_definition":"a bed of burning coals","kjv_definition":"fire of coals"} +{"id":"G1197","strongs_number":"G1197","system":"greek","language":"greek","number_value":1197,"lemma":"δέσμη","transliteration":"désmē","pronunciation":null,"derivation":"from G1196 (δεσμέω);","strongs_definition":"a bundle","kjv_definition":"bundle"} +{"id":"G1787","strongs_number":"G1787","system":"greek","language":"greek","number_value":1787,"lemma":"ἐντός","transliteration":"entós","pronunciation":null,"derivation":"from G1722 (ἐν);","strongs_definition":"inside (adverb or noun)","kjv_definition":"within"} +{"id":"G1494","strongs_number":"G1494","system":"greek","language":"greek","number_value":1494,"lemma":"εἰδωλόθυτον","transliteration":"eidōlóthyton","pronunciation":null,"derivation":"neuter of a compound of G1497 (εἴδωλον) and a presumed derivative of G2380 (θύω);","strongs_definition":"an image-sacrifice, i.e. part of an idolatrous offering","kjv_definition":"(meat, thing that is) offered (in sacrifice, sacrificed) to (unto) idols"} +{"id":"G624","strongs_number":"G624","system":"greek","language":"greek","number_value":624,"lemma":"Ἀπολλωνία","transliteration":"Apollōnía","pronunciation":null,"derivation":"from the pagan deity (i.e. the sun;","strongs_definition":"from G622 (ἀπόλλυμι)); Apollonia, a place in Macedonia","kjv_definition":"Apollonia"} +{"id":"G890","strongs_number":"G890","system":"greek","language":"greek","number_value":890,"lemma":"ἄχρηστος","transliteration":"áchrēstos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5543 (χρηστός);","strongs_definition":"inefficient, i.e. (by implication) detrimental","kjv_definition":"unprofitable"} +{"id":"G4810","strongs_number":"G4810","system":"greek","language":"greek","number_value":4810,"lemma":"σῦκον","transliteration":"sŷkon","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a fig","kjv_definition":"fig"} +{"id":"G3733","strongs_number":"G3733","system":"greek","language":"greek","number_value":3733,"lemma":"ὄρνις","transliteration":"órnis","pronunciation":null,"derivation":"probably from a prolonged form of the base of G3735 (ὄρος);","strongs_definition":"a bird (as rising in the air), i.e. (specially), a hen (or female domestic fowl)","kjv_definition":"hen"} +{"id":"G338","strongs_number":"G338","system":"greek","language":"greek","number_value":338,"lemma":"ἀναίτιος","transliteration":"anaítios","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G159 (αἴτιος) (in the sense of G156 (αἰτία));","strongs_definition":"innocent","kjv_definition":"blameless, guiltless"} +{"id":"G148","strongs_number":"G148","system":"greek","language":"greek","number_value":148,"lemma":"αἰσχρολογία","transliteration":"aischrología","pronunciation":null,"derivation":"from G150 (αἰσχρός) and G3056 (λόγος);","strongs_definition":"vile conversation","kjv_definition":"filthy communication"} +{"id":"G3978","strongs_number":"G3978","system":"greek","language":"greek","number_value":3978,"lemma":"πεζεύω","transliteration":"pezeúō","pronunciation":null,"derivation":"from the same as G3979 (πεζῇ);","strongs_definition":"to foot a journey, i.e. travel by land","kjv_definition":"go afoot"} +{"id":"G4536","strongs_number":"G4536","system":"greek","language":"greek","number_value":4536,"lemma":"σάλπιγξ","transliteration":"sálpinx","pronunciation":null,"derivation":"perhaps from G4535 (σάλος) (through the idea of quavering or reverberation);","strongs_definition":"a trumpet","kjv_definition":"trump(-et)"} +{"id":"G2850","strongs_number":"G2850","system":"greek","language":"greek","number_value":2850,"lemma":"κολακεία","transliteration":"kolakeía","pronunciation":null,"derivation":"from a derivative of (a fawner);","strongs_definition":"flattery","kjv_definition":"X flattering"} +{"id":"G4192","strongs_number":"G4192","system":"greek","language":"greek","number_value":4192,"lemma":"πόνος","transliteration":"pónos","pronunciation":null,"derivation":"from the base of G3993 (πένης);","strongs_definition":"toil, i.e. (by implication) anguish","kjv_definition":"pain"} +{"id":"G532","strongs_number":"G532","system":"greek","language":"greek","number_value":532,"lemma":"ἀπαρασκεύαστος","transliteration":"aparaskeúastos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3903 (παρασκευάζω);","strongs_definition":"unready","kjv_definition":"unprepared"} +{"id":"G5447","strongs_number":"G5447","system":"greek","language":"greek","number_value":5447,"lemma":"φυσικῶς","transliteration":"physikōs","pronunciation":null,"derivation":"adverb from G5446 (φυσικός);","strongs_definition":"\"physically\", i.e. (by implication) instinctively","kjv_definition":"naturally"} +{"id":"G3175","strongs_number":"G3175","system":"greek","language":"greek","number_value":3175,"lemma":"μεγιστᾶνες","transliteration":"megistânes","pronunciation":null,"derivation":"plural from G3176 (μέγιστος);","strongs_definition":"grandees","kjv_definition":"great men, lords"} +{"id":"G3418","strongs_number":"G3418","system":"greek","language":"greek","number_value":3418,"lemma":"μνῆμα","transliteration":"mnēma","pronunciation":null,"derivation":"from G3415 (μνάομαι);","strongs_definition":"a memorial, i.e. sepulchral monument (burial-place)","kjv_definition":"grave, sepulchre, tomb"} +{"id":"G2414","strongs_number":"G2414","system":"greek","language":"greek","number_value":2414,"lemma":"Ἱεροσόλυμα","transliteration":"Hierosólyma","pronunciation":null,"derivation":"of Hebrew origin (H03389);","strongs_definition":"Hierosolyma (i.e. Jerushalaim), the capitol of Palestine","kjv_definition":"Jerusalem"} +{"id":"G3883","strongs_number":"G3883","system":"greek","language":"greek","number_value":3883,"lemma":"παραλλαγή","transliteration":"parallagḗ","pronunciation":null,"derivation":"from a compound of G3844 (παρά) and G236 (ἀλλάσσω);","strongs_definition":"transmutation (of phase or orbit), i.e. (figuratively) fickleness","kjv_definition":"variableness"} +{"id":"G253","strongs_number":"G253","system":"greek","language":"greek","number_value":253,"lemma":"ἀλυπότερος","transliteration":"alypóteros","pronunciation":null,"derivation":"comparative of a compound of G1 (Α) (as a negative particle) and G3077 (λύπη);","strongs_definition":"more without grief","kjv_definition":"less sorrowful"} +{"id":"G4936","strongs_number":"G4936","system":"greek","language":"greek","number_value":4936,"lemma":"συντρέχω","transliteration":"syntréchō","pronunciation":null,"derivation":"from G4862 (σύν) and G5143 (τρέχω) (including its alternate);","strongs_definition":"to rush together (hastily assemble) or headlong (figuratively)","kjv_definition":"run (together, with)"} +{"id":"G3431","strongs_number":"G3431","system":"greek","language":"greek","number_value":3431,"lemma":"μοιχεύω","transliteration":"moicheúō","pronunciation":null,"derivation":"from G3432 (μοιχός);","strongs_definition":"to commit adultery","kjv_definition":"commit adultery"} +{"id":"G4106","strongs_number":"G4106","system":"greek","language":"greek","number_value":4106,"lemma":"πλάνη","transliteration":"plánē","pronunciation":null,"derivation":"feminine of G4108 (πλάνος) (as abstractly);","strongs_definition":"objectively, fraudulence; subjectively, a straying from orthodoxy or piety","kjv_definition":"deceit, to deceive, delusion, error"} +{"id":"G4642","strongs_number":"G4642","system":"greek","language":"greek","number_value":4642,"lemma":"σκληρός","transliteration":"sklērós","pronunciation":null,"derivation":"from the base of G4628 (σκέλος);","strongs_definition":"dry, i.e. hard or tough (figuratively, harsh, severe)","kjv_definition":"fierce, hard"} +{"id":"G1444","strongs_number":"G1444","system":"greek","language":"greek","number_value":1444,"lemma":"Ἑβραϊκός","transliteration":"Hebraïkós","pronunciation":null,"derivation":"from G1443 (Ἐβέρ);","strongs_definition":"Hebraic or the Jewish language","kjv_definition":"Hebrew"} +{"id":"G3141","strongs_number":"G3141","system":"greek","language":"greek","number_value":3141,"lemma":"μαρτυρία","transliteration":"martyría","pronunciation":null,"derivation":"from G3144 (μάρτυς);","strongs_definition":"evidence given (judicially or genitive case)","kjv_definition":"record, report, testimony, witness"} +{"id":"G2303","strongs_number":"G2303","system":"greek","language":"greek","number_value":2303,"lemma":"θεῖον","transliteration":"theîon","pronunciation":null,"derivation":"probably neuter of G2304 (θεῖος) (in its original sense of flashing);","strongs_definition":"sulphur","kjv_definition":"brimstone"} +{"id":"G2938","strongs_number":"G2938","system":"greek","language":"greek","number_value":2938,"lemma":"κτίσμα","transliteration":"ktísma","pronunciation":null,"derivation":"from G2936 (κτίζω);","strongs_definition":"an original formation (concretely), i.e. product (created thing)","kjv_definition":"creature"} +{"id":"G2749","strongs_number":"G2749","system":"greek","language":"greek","number_value":2749,"lemma":"κεῖμαι","transliteration":"keîmai","pronunciation":null,"derivation":"middle voice of a primary verb;","strongs_definition":"to lie outstretched (literally or figuratively)","kjv_definition":"be (appointed, laid up, made, set), lay, lie"} +{"id":"G4358","strongs_number":"G4358","system":"greek","language":"greek","number_value":4358,"lemma":"προσορμίζω","transliteration":"prosormízō","pronunciation":null,"derivation":"from G4314 (πρός) and a derivative of the same as G3730 (ὁρμή) (meaning to tie (anchor) or lull);","strongs_definition":"to moor to, i.e. (by implication) land at","kjv_definition":"draw to the shore"} +{"id":"G826","strongs_number":"G826","system":"greek","language":"greek","number_value":826,"lemma":"αὐγάζω","transliteration":"augázō","pronunciation":null,"derivation":"from G827 (αὐγή);","strongs_definition":"to beam forth (figuratively)","kjv_definition":"shine"} +{"id":"G2431","strongs_number":"G2431","system":"greek","language":"greek","number_value":2431,"lemma":"ἱλαρός","transliteration":"hilarós","pronunciation":null,"derivation":"from the same as G2436 (ἵλεως);","strongs_definition":"propitious or merry (\"hilarious\"), i.e. prompt or willing","kjv_definition":"cheerful"} +{"id":"G5620","strongs_number":"G5620","system":"greek","language":"greek","number_value":5620,"lemma":"ὥστε","transliteration":"hṓste","pronunciation":null,"derivation":"from G5613 (ὡς) and G5037 (τέ);","strongs_definition":"so too, i.e. thus therefore (in various relations of consecution, as follow)","kjv_definition":"(insomuch) as, so that (then), (insomuch) that, therefore, to, wherefore"} +{"id":"G17","strongs_number":"G17","system":"greek","language":"greek","number_value":17,"lemma":"ἀγαθοποιός","transliteration":"agathopoiós","pronunciation":null,"derivation":"from G18 (ἀγαθός) and G4160 (ποιέω);","strongs_definition":"a well-doer, i.e. virtuous","kjv_definition":"them that do well"} +{"id":"G4700","strongs_number":"G4700","system":"greek","language":"greek","number_value":4700,"lemma":"σποδός","transliteration":"spodós","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"ashes","kjv_definition":"ashes"} +{"id":"G1722","strongs_number":"G1722","system":"greek","language":"greek","number_value":1722,"lemma":"ἐν","transliteration":"en","pronunciation":null,"derivation":"a primary preposition denoting (fixed) position (in place, time or state), and (by implication) instrumentality (medially or constructively), i.e. a relation of rest (intermediate between G1519 (εἰς) and G1537 (ἐκ));","strongs_definition":"\"in,\" at, (up-)on, by, etc.","kjv_definition":"about, after, against, + almost, X altogether, among, X as, at, before, between, (here-)by (+ all means), for (… sake of), + give self wholly to, (here-)in(-to, -wardly), X mightily, (because) of, (up-)on, (open-)ly, X outwardly, one, X quickly, X shortly, (speedi-)ly, X that, X there(-in, -on), through(-out), (un-)to(-ward), under, when, where(-with), while, with(-in)"} +{"id":"G2070","strongs_number":"G2070","system":"greek","language":"greek","number_value":2070,"lemma":"ἐσμέν","transliteration":"esmén","pronunciation":null,"derivation":"first person plural indicative of G1510 (εἰμί);","strongs_definition":"we are","kjv_definition":"are, be, have our being, X have hope, + (the gospel) was (preached unto) us"} +{"id":"G3808","strongs_number":"G3808","system":"greek","language":"greek","number_value":3808,"lemma":"παιδάριον","transliteration":"paidárion","pronunciation":null,"derivation":"neuter of a presumed derivative of G3816 (παῖς);","strongs_definition":"a little boy","kjv_definition":"child, lad"} +{"id":"G4162","strongs_number":"G4162","system":"greek","language":"greek","number_value":4162,"lemma":"ποίησις","transliteration":"poíēsis","pronunciation":null,"derivation":"from G4160 (ποιέω);","strongs_definition":"action, i.e. performance (of the law)","kjv_definition":"deed"} +{"id":"G4333","strongs_number":"G4333","system":"greek","language":"greek","number_value":4333,"lemma":"προσεργάζομαι","transliteration":"prosergázomai","pronunciation":null,"derivation":"from G4314 (πρός) and G2038 (ἐργάζομαι);","strongs_definition":"to work additionally, i.e. (by implication) acquire besides","kjv_definition":"gain"} +{"id":"G2189","strongs_number":"G2189","system":"greek","language":"greek","number_value":2189,"lemma":"ἔχθρα","transliteration":"échthra","pronunciation":null,"derivation":"feminine of G2190 (ἐχθρός);","strongs_definition":"hostility; by implication, a reason for opposition","kjv_definition":"enmity, hatred"} +{"id":"G3766","strongs_number":"G3766","system":"greek","language":"greek","number_value":3766,"lemma":"οὐκοῦν","transliteration":"oukoûn","pronunciation":null,"derivation":"from G3756 (οὐ) and G3767 (οὖν);","strongs_definition":"is it not therefore that, i.e. (affirmatively) hence or so","kjv_definition":"then"} +{"id":"G2621","strongs_number":"G2621","system":"greek","language":"greek","number_value":2621,"lemma":"κατάκειμαι","transliteration":"katákeimai","pronunciation":null,"derivation":"from G2596 (κατά) and G2749 (κεῖμαι);","strongs_definition":"to lie down, i.e. (by implication) be sick; specially, to recline at a meal","kjv_definition":"keep, lie, sit at meat (down)"} +{"id":"G175","strongs_number":"G175","system":"greek","language":"greek","number_value":175,"lemma":"ἄκαρπος","transliteration":"ákarpos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2590 (καρπός);","strongs_definition":"barren (literally or figuratively)","kjv_definition":"without fruit, unfruitful"} +{"id":"G4243","strongs_number":"G4243","system":"greek","language":"greek","number_value":4243,"lemma":"πρεσβεύω","transliteration":"presbeúō","pronunciation":null,"derivation":"from the base of G4245 (πρεσβύτερος);","strongs_definition":"to be a senior, i.e. (by implication) act as a representative (figuratively, preacher)","kjv_definition":"be an ambassador"} +{"id":"G3170","strongs_number":"G3170","system":"greek","language":"greek","number_value":3170,"lemma":"μεγαλύνω","transliteration":"megalýnō","pronunciation":null,"derivation":"from G3173 (μέγας);","strongs_definition":"to make (or declare) great, i.e. increase or (figuratively) extol","kjv_definition":"enlarge, magnify, shew great"} +{"id":"G2506","strongs_number":"G2506","system":"greek","language":"greek","number_value":2506,"lemma":"καθαίρεσις","transliteration":"kathaíresis","pronunciation":null,"derivation":"from G2507 (καθαιρέω);","strongs_definition":"demolition; figuratively, extinction","kjv_definition":"destruction, pulling down"} +{"id":"G5119","strongs_number":"G5119","system":"greek","language":"greek","number_value":5119,"lemma":"τότε","transliteration":"tóte","pronunciation":null,"derivation":"from (the neuter of) G3588 (ὁ) and G3753 (ὅτε);","strongs_definition":"the when, i.e. at the time that (of the past or future, also in consecution)","kjv_definition":"that time, then"} +{"id":"G1497","strongs_number":"G1497","system":"greek","language":"greek","number_value":1497,"lemma":"εἴδωλον","transliteration":"eídōlon","pronunciation":null,"derivation":"from G1491 (εἶδος);","strongs_definition":"an image (i.e. for worship); by implication, a heathen god, or (plural) the worship of such","kjv_definition":"idol"} +{"id":"G3804","strongs_number":"G3804","system":"greek","language":"greek","number_value":3804,"lemma":"πάθημα","transliteration":"páthēma","pronunciation":null,"derivation":"from a presumed derivative of G3806 (πάθος);","strongs_definition":"something undergone, i.e. hardship or pain; subjectively, an emotion or influence","kjv_definition":"affection, affliction, motion, suffering"} +{"id":"G5009","strongs_number":"G5009","system":"greek","language":"greek","number_value":5009,"lemma":"ταμεῖον","transliteration":"tameîon","pronunciation":null,"derivation":"neuter contraction of a presumed derivative of (a dispenser or distributor;","strongs_definition":"akin to , to cut); a dispensary or magazine, i.e. a chamber on the ground-floor or interior of an Oriental house (generally used for storage or privacy, a spot for retirement)","kjv_definition":"secret chamber, closet, storehouse"} +{"id":"G5296","strongs_number":"G5296","system":"greek","language":"greek","number_value":5296,"lemma":"ὑποτύπωσις","transliteration":"hypotýpōsis","pronunciation":null,"derivation":"from a compound of G5259 (ὑπό) and a derivative of G5179 (τύπος);","strongs_definition":"typification under (after), i.e. (concretely) a sketch (figuratively) for imitation","kjv_definition":"form, pattern"} +{"id":"G4223","strongs_number":"G4223","system":"greek","language":"greek","number_value":4223,"lemma":"Ποτίολοι","transliteration":"Potíoloi","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"little wells, i.e. mineral springs; Potioli (i.e. Puteoli), a place in Italy","kjv_definition":"Puteoli"} +{"id":"G4489","strongs_number":"G4489","system":"greek","language":"greek","number_value":4489,"lemma":"ῥήτωρ","transliteration":"rhḗtōr","pronunciation":null,"derivation":"from G4483 (ῥέω);","strongs_definition":"a speaker, i.e. (by implication) a forensic advocate","kjv_definition":"orator"} +{"id":"G1012","strongs_number":"G1012","system":"greek","language":"greek","number_value":1012,"lemma":"βουλή","transliteration":"boulḗ","pronunciation":null,"derivation":"from G1014 (βούλομαι);","strongs_definition":"volition, i.e. (objectively) advice, or (by implication) purpose","kjv_definition":"+ advise, counsel, will"} +{"id":"G3067","strongs_number":"G3067","system":"greek","language":"greek","number_value":3067,"lemma":"λουτρόν","transliteration":"loutrón","pronunciation":null,"derivation":"from G3068 (λούω);","strongs_definition":"a bath, i.e. (figuratively), baptism","kjv_definition":"washing"} +{"id":"G1782","strongs_number":"G1782","system":"greek","language":"greek","number_value":1782,"lemma":"ἐντεῦθεν","transliteration":"enteûthen","pronunciation":null,"derivation":"from the same as G1759 (ἐνθάδε);","strongs_definition":"hence (literally or figuratively); (repeated) on both sides","kjv_definition":"(from) hence, on either side"} +{"id":"G5298","strongs_number":"G5298","system":"greek","language":"greek","number_value":5298,"lemma":"ὑποχωρέω","transliteration":"hypochōréō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G5562 (χωρέω);","strongs_definition":"to vacate down, i.e. retire quietly","kjv_definition":"go aside, withdraw self"} +{"id":"G2209","strongs_number":"G2209","system":"greek","language":"greek","number_value":2209,"lemma":"ζημία","transliteration":"zēmía","pronunciation":null,"derivation":"probably akin to the base of G1150 (δαμάζω) (through the idea of violence);","strongs_definition":"detriment","kjv_definition":"damage, loss"} +{"id":"G5554","strongs_number":"G5554","system":"greek","language":"greek","number_value":5554,"lemma":"χρυσοδακτύλιος","transliteration":"chrysodaktýlios","pronunciation":null,"derivation":"from G5557 (χρυσός) and G1146 (δακτύλιος);","strongs_definition":"gold-ringed, i.e. wearing a golden finger-ring or similar jewelry","kjv_definition":"with a gold ring"} +{"id":"G2363","strongs_number":"G2363","system":"greek","language":"greek","number_value":2363,"lemma":"Θυάτειρα","transliteration":"Thyáteira","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Thyatira, a place in Asia Minor","kjv_definition":"Thyatira"} +{"id":"G1310","strongs_number":"G1310","system":"greek","language":"greek","number_value":1310,"lemma":"διαφημίζω","transliteration":"diaphēmízō","pronunciation":null,"derivation":"from G1223 (διά) and a derivative of G5345 (φήμη);","strongs_definition":"to report thoroughly, i.e. divulgate","kjv_definition":"blaze abroad, commonly report, spread abroad, fame"} +{"id":"G649","strongs_number":"G649","system":"greek","language":"greek","number_value":649,"lemma":"ἀποστέλλω","transliteration":"apostéllō","pronunciation":null,"derivation":"from G575 (ἀπό) and G4724 (στέλλω);","strongs_definition":"set apart, i.e. (by implication) to send out (properly, on a mission) literally or figuratively","kjv_definition":"put in, send (away, forth, out), set (at liberty)"} +{"id":"G503","strongs_number":"G503","system":"greek","language":"greek","number_value":503,"lemma":"ἀντοφθαλμέω","transliteration":"antophthalméō","pronunciation":null,"derivation":"from a compound of G473 (ἀντί) and G3788 (ὀφθαλμός);","strongs_definition":"to face","kjv_definition":"bear up into"} +{"id":"G2687","strongs_number":"G2687","system":"greek","language":"greek","number_value":2687,"lemma":"καταστέλλω","transliteration":"katastéllō","pronunciation":null,"derivation":"from G2596 (κατά) and G4724 (στέλλω);","strongs_definition":"to put down, i.e. quell","kjv_definition":"appease, quiet"} +{"id":"G818","strongs_number":"G818","system":"greek","language":"greek","number_value":818,"lemma":"ἀτιμάζω","transliteration":"atimázō","pronunciation":null,"derivation":"from G820 (ἄτιμος);","strongs_definition":"to render infamous, i.e. (by implication) contemn or maltreat","kjv_definition":"despise, dishonour, suffer shame, entreat shamefully"} +{"id":"G5178","strongs_number":"G5178","system":"greek","language":"greek","number_value":5178,"lemma":"τυμπανίζω","transliteration":"tympanízō","pronunciation":null,"derivation":"from a derivative of G5180 (τύπτω) (meaning a drum, \"tympanum\");","strongs_definition":"to stretch on an instrument of torture resembling a drum, and thus beat to death","kjv_definition":"torture"} +{"id":"G4714","strongs_number":"G4714","system":"greek","language":"greek","number_value":4714,"lemma":"στάσις","transliteration":"stásis","pronunciation":null,"derivation":"from the base of G2476 (ἵστημι);","strongs_definition":"a standing (properly, the act), i.e. (by analogy) position (existence); by implication, a popular uprising; figuratively, controversy","kjv_definition":"dissension, insurrection, X standing, uproar"} +{"id":"G1163","strongs_number":"G1163","system":"greek","language":"greek","number_value":1163,"lemma":"δεῖ","transliteration":"deî","pronunciation":null,"derivation":"3rd person singular active present of G1210 (δέω);","strongs_definition":"also deon deh-on'; neuter active participle of the same; both used impersonally; it is (was, etc.) necessary (as binding)","kjv_definition":"behoved, be meet, must (needs), (be) need(-ful), ought, should"} +{"id":"G4686","strongs_number":"G4686","system":"greek","language":"greek","number_value":4686,"lemma":"σπεῖρα","transliteration":"speîra","pronunciation":null,"derivation":"of immediate Latin origin, but ultimately a derivative of G138 (αἱρέομαι) in the sense of its cognate G1507 (εἱλίσσω);","strongs_definition":"a coil (spira, \"spire\"), i.e. (figuratively) a mass of men (a Roman military cohort; also (by analogy) a squad of Levitical janitors)","kjv_definition":"band"} +{"id":"G1555","strongs_number":"G1555","system":"greek","language":"greek","number_value":1555,"lemma":"ἐκδιηγέομαι","transliteration":"ekdiēgéomai","pronunciation":null,"derivation":"from G1537 (ἐκ) and a compound of G1223 (διά) and G2233 (ἡγέομαι);","strongs_definition":"to narrate through wholly","kjv_definition":"declare"} +{"id":"G5177","strongs_number":"G5177","system":"greek","language":"greek","number_value":5177,"lemma":"τυγχάνω","transliteration":"tynchánō","pronunciation":null,"derivation":"probably for an obsolete (for which the middle voice of another alternate (to make ready or bring to pass) is used in certain tenses;","strongs_definition":"akin to the base of G5088 (τίκτω) through the idea of effecting; properly, to affect; or (specially), to hit or light upon (as a mark to be reached), i.e. (transitively) to attain or secure an object or end, or (intransitively) to happen (as if meeting with); but in the latter application only impersonal (with G1487 (εἰ)), i.e. perchance; or (present participle) as adjective, usual (as if commonly met with, with G3756 (οὐ), extraordinary), neuter (as adverb) perhaps; or (with another verb) as adverb, by accident (as it were)","kjv_definition":"be, chance, enjoy, little, obtain, X refresh…self, + special"} +{"id":"G4189","strongs_number":"G4189","system":"greek","language":"greek","number_value":4189,"lemma":"πονηρία","transliteration":"ponēría","pronunciation":null,"derivation":"from G4190 (πονηρός);","strongs_definition":"depravity, i.e. (specially), malice; plural (concretely) plots, sins","kjv_definition":"iniquity, wickedness"} +{"id":"G2035","strongs_number":"G2035","system":"greek","language":"greek","number_value":2035,"lemma":"ἑπτακισχίλιοι","transliteration":"heptakischílioi","pronunciation":null,"derivation":"from G2034 (ἑπτάκις) and G5507 (χίλιοι);","strongs_definition":"seven times a thousand","kjv_definition":"seven thousand"} +{"id":"G1193","strongs_number":"G1193","system":"greek","language":"greek","number_value":1193,"lemma":"δερμάτινος","transliteration":"dermátinos","pronunciation":null,"derivation":"from G1192 (δέρμα);","strongs_definition":"made of hide","kjv_definition":"leathern, of a skin"} +{"id":"G3339","strongs_number":"G3339","system":"greek","language":"greek","number_value":3339,"lemma":"μεταμορφόω","transliteration":"metamorphóō","pronunciation":null,"derivation":"from G3326 (μετά) and G3445 (μορφόω);","strongs_definition":"to transform (literally or figuratively, \"metamorphose\")","kjv_definition":"change, transfigure, transform"} +{"id":"G4086","strongs_number":"G4086","system":"greek","language":"greek","number_value":4086,"lemma":"πιθανολογία","transliteration":"pithanología","pronunciation":null,"derivation":"from a compound of a derivative of G3982 (πείθω) and G3056 (λόγος);","strongs_definition":"persuasive language","kjv_definition":"enticing words"} +{"id":"G223","strongs_number":"G223","system":"greek","language":"greek","number_value":223,"lemma":"Ἀλέξανδρος","transliteration":"Aléxandros","pronunciation":null,"derivation":"from the same as (the first part of) G220 (ἀλέκτωρ) and G435 (ἀνήρ);","strongs_definition":"man-defender; Alexander, the name of three Israelites and one other man","kjv_definition":"Alexander"} +{"id":"G4094","strongs_number":"G4094","system":"greek","language":"greek","number_value":4094,"lemma":"πίναξ","transliteration":"pínax","pronunciation":null,"derivation":"apparently a form of G4109 (πλάξ);","strongs_definition":"a plate","kjv_definition":"charger, platter"} +{"id":"G4435","strongs_number":"G4435","system":"greek","language":"greek","number_value":4435,"lemma":"πυγμή","transliteration":"pygmḗ","pronunciation":null,"derivation":"from a primary (the fist as a weapon);","strongs_definition":"the clenched hand, i.e. (only in dative case as adverb) with the fist (hard scrubbing)","kjv_definition":"oft"} +{"id":"G57","strongs_number":"G57","system":"greek","language":"greek","number_value":57,"lemma":"ἄγνωστος","transliteration":"ágnōstos","pronunciation":null,"derivation":"from G1 (Α) (as negative particle) and G1110 (γνωστός);","strongs_definition":"unknown","kjv_definition":"unknown"} +{"id":"G229","strongs_number":"G229","system":"greek","language":"greek","number_value":229,"lemma":"ἀλήθω","transliteration":"alḗthō","pronunciation":null,"derivation":"from the same as G224 (ἄλευρον);","strongs_definition":"to grind","kjv_definition":"grind"} +{"id":"G692","strongs_number":"G692","system":"greek","language":"greek","number_value":692,"lemma":"ἀργός","transliteration":"argós","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2041 (ἔργον);","strongs_definition":"inactive, i.e. unemployed; (by implication) lazy, useless","kjv_definition":"barren, idle, slow"} +{"id":"G3670","strongs_number":"G3670","system":"greek","language":"greek","number_value":3670,"lemma":"ὁμολογέω","transliteration":"homologéō","pronunciation":null,"derivation":"from a compound of the base of G3674 (ὁμοῦ) and G3056 (λόγος);","strongs_definition":"to assent, i.e. covenant, acknowledge","kjv_definition":"con- (pro-)fess, confession is made, give thanks, promise"} +{"id":"G664","strongs_number":"G664","system":"greek","language":"greek","number_value":664,"lemma":"ἀποτόμως","transliteration":"apotómōs","pronunciation":null,"derivation":"adverb from a derivative of a comparative of G575 (ἀπό) and (to cut);","strongs_definition":"abruptly, i.e. peremptorily","kjv_definition":"sharply(-ness)"} +{"id":"G1678","strongs_number":"G1678","system":"greek","language":"greek","number_value":1678,"lemma":"Ἐλμωδάμ","transliteration":"Elmōdám","pronunciation":null,"derivation":"of Hebrew origin (perhaps for H0486);","strongs_definition":"Elmodam, an Israelite","kjv_definition":"Elmodam"} +{"id":"G4439","strongs_number":"G4439","system":"greek","language":"greek","number_value":4439,"lemma":"πύλη","transliteration":"pýlē","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a gate, i.e. the leaf or wing of a folding entrance (literally or figuratively)","kjv_definition":"gate"} +{"id":"G4153","strongs_number":"G4153","system":"greek","language":"greek","number_value":4153,"lemma":"πνευματικῶς","transliteration":"pneumatikōs","pronunciation":null,"derivation":"adverb from G4152 (πνευματικός);","strongs_definition":"non-physically, i.e. divinely, figuratively","kjv_definition":"spiritually"} +{"id":"G4738","strongs_number":"G4738","system":"greek","language":"greek","number_value":4738,"lemma":"στῆθος","transliteration":"stēthos","pronunciation":null,"derivation":"from G2476 (ἵστημι) (as standing prominently);","strongs_definition":"the (entire external) bosom, i.e. chest","kjv_definition":"breast"} +{"id":"G4230","strongs_number":"G4230","system":"greek","language":"greek","number_value":4230,"lemma":"πραγματεία","transliteration":"pragmateía","pronunciation":null,"derivation":"from G4231 (πραγματεύομαι);","strongs_definition":"a transaction, i.e. negotiation","kjv_definition":"affair"} +{"id":"G1671","strongs_number":"G1671","system":"greek","language":"greek","number_value":1671,"lemma":"Ἑλλάς","transliteration":"Hellás","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"Hellas (or Greece), a country of Europe","kjv_definition":"Greece"} +{"id":"G181","strongs_number":"G181","system":"greek","language":"greek","number_value":181,"lemma":"ἀκαταστασία","transliteration":"akatastasía","pronunciation":null,"derivation":"from G182 (ἀκατάστατος);","strongs_definition":"instability, i.e. disorder","kjv_definition":"commotion, confusion, tumult"} +{"id":"G3947","strongs_number":"G3947","system":"greek","language":"greek","number_value":3947,"lemma":"παροξύνω","transliteration":"paroxýnō","pronunciation":null,"derivation":"from G3844 (παρά) and a derivative of G3691 (ὀξύς);","strongs_definition":"to sharpen alongside, i.e. (figuratively) to exasperate","kjv_definition":"easily provoke, stir"} +{"id":"G1212","strongs_number":"G1212","system":"greek","language":"greek","number_value":1212,"lemma":"δῆλος","transliteration":"dēlos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"clear","kjv_definition":"+ bewray, certain, evident, manifest"} +{"id":"G3757","strongs_number":"G3757","system":"greek","language":"greek","number_value":3757,"lemma":"οὗ","transliteration":"hoû","pronunciation":null,"derivation":"genitive case of G3739 (ὅς) as adverb;","strongs_definition":"at which place, i.e. where","kjv_definition":"where(-in), whither(-soever)"} +{"id":"G3201","strongs_number":"G3201","system":"greek","language":"greek","number_value":3201,"lemma":"μέμφομαι","transliteration":"mémphomai","pronunciation":null,"derivation":"middle voice of an apparently primary verb;","strongs_definition":"to blame","kjv_definition":"find fault"} +{"id":"G5568","strongs_number":"G5568","system":"greek","language":"greek","number_value":5568,"lemma":"ψαλμός","transliteration":"psalmós","pronunciation":null,"derivation":"from G5567 (ψάλλω);","strongs_definition":"a set piece of music, i.e. a sacred ode (accompanied with the voice, harp or other instrument; a \"psalm\"); collectively, the book of the Psalms","kjv_definition":"psalm"} +{"id":"G3369","strongs_number":"G3369","system":"greek","language":"greek","number_value":3369,"lemma":"μηδέπω","transliteration":"mēdépō","pronunciation":null,"derivation":"from G3366 (μηδέ) and G4452 (-πω);","strongs_definition":"not even yet","kjv_definition":"not yet"} +{"id":"G1488","strongs_number":"G1488","system":"greek","language":"greek","number_value":1488,"lemma":"εἶ","transliteration":"eî","pronunciation":null,"derivation":"second person singular present of G1510 (εἰμί);","strongs_definition":"thou art","kjv_definition":"art, be"} +{"id":"G1907","strongs_number":"G1907","system":"greek","language":"greek","number_value":1907,"lemma":"ἐπέχω","transliteration":"epéchō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2192 (ἔχω);","strongs_definition":"to hold upon, i.e. (by implication) to retain; (by extension) to detain; (with implication, of G3563 (νοῦς)) to pay attention to","kjv_definition":"give (take) heed unto, hold forth, mark, stay"} +{"id":"G1763","strongs_number":"G1763","system":"greek","language":"greek","number_value":1763,"lemma":"ἐνιαυτός","transliteration":"eniautós","pronunciation":null,"derivation":"prolongation from a primary (a year);","strongs_definition":"a year","kjv_definition":"year"} +{"id":"G351","strongs_number":"G351","system":"greek","language":"greek","number_value":351,"lemma":"ἀνάκρισις","transliteration":"anákrisis","pronunciation":null,"derivation":"from G350 (ἀνακρίνω);","strongs_definition":"a (judicial) investigation","kjv_definition":"examination"} +{"id":"G1357","strongs_number":"G1357","system":"greek","language":"greek","number_value":1357,"lemma":"διόρθωσις","transliteration":"diórthōsis","pronunciation":null,"derivation":"from a compound of G1223 (διά) and a derivative of G3717 (ὀρθός), meaning to straighten thoroughly;","strongs_definition":"rectification, i.e. (specially) the Messianic restauration","kjv_definition":"reformation"} +{"id":"G2130","strongs_number":"G2130","system":"greek","language":"greek","number_value":2130,"lemma":"εὐμετάδοτος","transliteration":"eumetádotos","pronunciation":null,"derivation":"from G2095 (εὖ) and a presumed derivative of G3330 (μεταδίδωμι);","strongs_definition":"good at imparting, i.e. liberal","kjv_definition":"ready to distribute"} +{"id":"G602","strongs_number":"G602","system":"greek","language":"greek","number_value":602,"lemma":"ἀποκάλυψις","transliteration":"apokálypsis","pronunciation":null,"derivation":"from G601 (ἀποκαλύπτω);","strongs_definition":"disclosure","kjv_definition":"appearing, coming, lighten, manifestation, be revealed, revelation"} +{"id":"G473","strongs_number":"G473","system":"greek","language":"greek","number_value":473,"lemma":"ἀντί","transliteration":"antí","pronunciation":null,"derivation":"a primary particle;","strongs_definition":"opposite, i.e. instead or because of (rarely in addition to)","kjv_definition":"for, in the room of"} +{"id":"G3112","strongs_number":"G3112","system":"greek","language":"greek","number_value":3112,"lemma":"μακράν","transliteration":"makrán","pronunciation":null,"derivation":"feminine accusative case singular of G3117 (μακρός) (G3598 (ὁδός) being implied);","strongs_definition":"at a distance (literally or figuratively)","kjv_definition":"(a-)far (off), good (great) way off"} +{"id":"G120","strongs_number":"G120","system":"greek","language":"greek","number_value":120,"lemma":"ἀθυμέω","transliteration":"athyméō","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and G2372 (θυμός);","strongs_definition":"to be spiritless, i.e. disheartened","kjv_definition":"be dismayed"} +{"id":"G2483","strongs_number":"G2483","system":"greek","language":"greek","number_value":2483,"lemma":"Ἰταλικός","transliteration":"Italikós","pronunciation":null,"derivation":"from G2482 (Ἰταλία);","strongs_definition":"Italic, i.e. belonging to Italia","kjv_definition":"Italian"} +{"id":"G4085","strongs_number":"G4085","system":"greek","language":"greek","number_value":4085,"lemma":"πιέζω","transliteration":"piézō","pronunciation":null,"derivation":"another form for G4084 (πιάζω);","strongs_definition":"to pack","kjv_definition":"press down"} +{"id":"G3400","strongs_number":"G3400","system":"greek","language":"greek","number_value":3400,"lemma":"μίλιον","transliteration":"mílion","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a thousand paces, i.e. a \"mile\"","kjv_definition":"mile"} +{"id":"G794","strongs_number":"G794","system":"greek","language":"greek","number_value":794,"lemma":"ἄστοργος","transliteration":"ástorgos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of (to cherish affectionately);","strongs_definition":"hard-hearted towards kindred","kjv_definition":"without natural affection"} +{"id":"G2249","strongs_number":"G2249","system":"greek","language":"greek","number_value":2249,"lemma":"ἡμεῖς","transliteration":"hēmeîs","pronunciation":null,"derivation":"nominative plural of G1473 (ἐγώ);","strongs_definition":"we (only used when emphatic)","kjv_definition":"us, we (ourselves)"} +{"id":"G1909","strongs_number":"G1909","system":"greek","language":"greek","number_value":1909,"lemma":"ἐπί","transliteration":"epí","pronunciation":null,"derivation":"a primary preposition;","strongs_definition":"properly, meaning superimposition (of time, place, order, etc.), as a relation of distribution (with the genitive case), i.e. over, upon, etc.; of rest (with the dative case) at, on, etc.; of direction (with the accusative case) towards, upon, etc.","kjv_definition":"about (the times), above, after, against, among, as long as (touching), at, beside, X have charge of, (be-, (where-))fore, in (a place, as much as, the time of, -to), (because) of, (up-)on (behalf of), over, (by, for) the space of, through(-out), (un-)to(-ward), with"} +{"id":"G1685","strongs_number":"G1685","system":"greek","language":"greek","number_value":1685,"lemma":"ἐμβάλλω","transliteration":"embállō","pronunciation":null,"derivation":"from G1722 (ἐν) and G906 (βάλλω);","strongs_definition":"to throw on, i.e. (figuratively) subject to (eternal punishment)","kjv_definition":"cast into"} +{"id":"G5084","strongs_number":"G5084","system":"greek","language":"greek","number_value":5084,"lemma":"τήρησις","transliteration":"tḗrēsis","pronunciation":null,"derivation":"from G5083 (τηρέω);","strongs_definition":"a watching, i.e. (figuratively) observance, or (concretely) a prison","kjv_definition":"hold"} +{"id":"G2460","strongs_number":"G2460","system":"greek","language":"greek","number_value":2460,"lemma":"ἱππεύς","transliteration":"hippeús","pronunciation":null,"derivation":"from G2462 (ἵππος);","strongs_definition":"an equestrian, i.e. member of a cavalry corps","kjv_definition":"horseman"} +{"id":"G3972","strongs_number":"G3972","system":"greek","language":"greek","number_value":3972,"lemma":"Παῦλος","transliteration":"Paûlos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"(little; but remotely from a derivative of G3973 (παύω), meaning the same); Paulus, the name of a Roman and of an apostle","kjv_definition":"Paul, Paulus"} +{"id":"G27","strongs_number":"G27","system":"greek","language":"greek","number_value":27,"lemma":"ἀγαπητός","transliteration":"agapētós","pronunciation":null,"derivation":"from G25 (ἀγαπάω);","strongs_definition":"beloved","kjv_definition":"(dearly, well) beloved, dear"} +{"id":"G2099","strongs_number":"G2099","system":"greek","language":"greek","number_value":2099,"lemma":"εὐαγγελιστής","transliteration":"euangelistḗs","pronunciation":null,"derivation":"from G2097 (εὐαγγελίζω);","strongs_definition":"a preacher of the gospel","kjv_definition":"evangelist"} +{"id":"G2039","strongs_number":"G2039","system":"greek","language":"greek","number_value":2039,"lemma":"ἐργασία","transliteration":"ergasía","pronunciation":null,"derivation":"from G2040 (ἐργάτης);","strongs_definition":"occupation; by implication, profit, pains","kjv_definition":"craft, diligence, gain, work"} +{"id":"G4576","strongs_number":"G4576","system":"greek","language":"greek","number_value":4576,"lemma":"σέβομαι","transliteration":"sébomai","pronunciation":null,"derivation":"middle voice of an apparently primary verb;","strongs_definition":"to revere, i.e. adore","kjv_definition":"devout, religious, worship"} +{"id":"G488","strongs_number":"G488","system":"greek","language":"greek","number_value":488,"lemma":"ἀντιμετρέω","transliteration":"antimetréō","pronunciation":null,"derivation":"from G473 (ἀντί) and G3354 (μετρέω);","strongs_definition":"to mete in return","kjv_definition":"measure again"} +{"id":"G2396","strongs_number":"G2396","system":"greek","language":"greek","number_value":2396,"lemma":"ἴδε","transliteration":"íde","pronunciation":null,"derivation":"second person singular imperative active of G1492 (εἴδω);","strongs_definition":"used as an interjection to denote surprise; lo!","kjv_definition":"behold, lo, see"} +{"id":"G518","strongs_number":"G518","system":"greek","language":"greek","number_value":518,"lemma":"ἀπαγγέλλω","transliteration":"apangéllō","pronunciation":null,"derivation":"from G575 (ἀπό) and the base of G32 (ἄγγελος);","strongs_definition":"to announce","kjv_definition":"bring word (again), declare, report, shew (again), tell"} +{"id":"G3618","strongs_number":"G3618","system":"greek","language":"greek","number_value":3618,"lemma":"οἰκοδομέω","transliteration":"oikodoméō","pronunciation":null,"derivation":"from the same as G3619 (οἰκοδομή);","strongs_definition":"to be a house-builder, i.e. construct or (figuratively) confirm","kjv_definition":"(be in) build(-er, -ing, up), edify, embolden"} +{"id":"G708","strongs_number":"G708","system":"greek","language":"greek","number_value":708,"lemma":"Ἀρίσταρχος","transliteration":"Arístarchos","pronunciation":null,"derivation":"from the same as G712 (ἄριστον) and G757 (ἄρχω);","strongs_definition":"best ruling; Aristarchus, a Macedonian","kjv_definition":"Aristarchus"} +{"id":"G4716","strongs_number":"G4716","system":"greek","language":"greek","number_value":4716,"lemma":"σταυρός","transliteration":"staurós","pronunciation":null,"derivation":"from the base of G2476 (ἵστημι);","strongs_definition":"a stake or post (as set upright), i.e. (specially), a pole or cross (as an instrument of capital punishment); figuratively, exposure to death, i.e. self-denial; by implication, the atonement of Christ","kjv_definition":"cross"} +{"id":"G2995","strongs_number":"G2995","system":"greek","language":"greek","number_value":2995,"lemma":"λάρυγξ","transliteration":"lárynx","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"the throat (\"larynx\")","kjv_definition":"throat"} +{"id":"G2459","strongs_number":"G2459","system":"greek","language":"greek","number_value":2459,"lemma":"Ἰοῦστος","transliteration":"Ioûstos","pronunciation":null,"derivation":"of Latin origin (\"just\");","strongs_definition":"Justus, the name of three Christian","kjv_definition":"Justus"} +{"id":"G5621","strongs_number":"G5621","system":"greek","language":"greek","number_value":5621,"lemma":"ὠτίον","transliteration":"ōtíon","pronunciation":null,"derivation":"diminutive of G3775 (οὖς);","strongs_definition":"an earlet, i.e. one of the ears, or perhaps the lobe of the ear","kjv_definition":"ear"} +{"id":"G4679","strongs_number":"G4679","system":"greek","language":"greek","number_value":4679,"lemma":"σοφίζω","transliteration":"sophízō","pronunciation":null,"derivation":"from G4680 (σοφός);","strongs_definition":"to render wise; in a sinister acceptation, to form \"sophisms\", i.e. continue plausible error","kjv_definition":"cunningly devised, make wise"} +{"id":"G2176","strongs_number":"G2176","system":"greek","language":"greek","number_value":2176,"lemma":"εὐώνυμος","transliteration":"euṓnymos","pronunciation":null,"derivation":"from G2095 (εὖ) and G3686 (ὄνομα);","strongs_definition":"properly, well-named (good-omened), i.e. the left (which was the lucky side among the pagan Greeks); neuter as adverbial, at the left hand","kjv_definition":"(on the) left"} +{"id":"G2790","strongs_number":"G2790","system":"greek","language":"greek","number_value":2790,"lemma":"κιθαρῳδός","transliteration":"kitharōidós","pronunciation":null,"derivation":"from G2788 (κιθάρα) and a derivative of the same as G5603 (ᾠδή);","strongs_definition":"a lyre-singer(-player), i.e. harpist","kjv_definition":"harper"} +{"id":"G4426","strongs_number":"G4426","system":"greek","language":"greek","number_value":4426,"lemma":"πτύρω","transliteration":"ptýrō","pronunciation":null,"derivation":"from a presumed derivative of G4429 (πτύω) (and thus akin to G4422 (πτοέω));","strongs_definition":"to frighten","kjv_definition":"terrify"} +{"id":"G2772","strongs_number":"G2772","system":"greek","language":"greek","number_value":2772,"lemma":"κέρμα","transliteration":"kérma","pronunciation":null,"derivation":"from G2751 (κείρω);","strongs_definition":"a clipping (bit), i.e. (specially) a coin","kjv_definition":"money"} +{"id":"G5038","strongs_number":"G5038","system":"greek","language":"greek","number_value":5038,"lemma":"τεῖχος","transliteration":"teîchos","pronunciation":null,"derivation":"akin to the base of G5088 (τίκτω);","strongs_definition":"a wall (as formative of a house)","kjv_definition":"wall"} +{"id":"G5486","strongs_number":"G5486","system":"greek","language":"greek","number_value":5486,"lemma":"χάρισμα","transliteration":"chárisma","pronunciation":null,"derivation":"from G5483 (χαρίζομαι);","strongs_definition":"a (divine) gratuity, i.e. deliverance (from danger or passion); (specially), a (spiritual) endowment, i.e. (subjectively) religious qualification, or (objectively) miraculous faculty","kjv_definition":"(free) gift"} +{"id":"G5053","strongs_number":"G5053","system":"greek","language":"greek","number_value":5053,"lemma":"τελευτάω","transliteration":"teleutáō","pronunciation":null,"derivation":"from a presumed derivative of G5055 (τελέω);","strongs_definition":"to finish life (by implication, of G979 (βίος)), i.e. expire (demise)","kjv_definition":"be dead, decease, die"} +{"id":"G3547","strongs_number":"G3547","system":"greek","language":"greek","number_value":3547,"lemma":"νομοδιδάσκαλος","transliteration":"nomodidáskalos","pronunciation":null,"derivation":"from G3551 (νόμος) and G1320 (διδάσκαλος);","strongs_definition":"an expounder of the (Jewish) law, i.e. a Rabbi","kjv_definition":"doctor (teacher) of the law"} +{"id":"G2472","strongs_number":"G2472","system":"greek","language":"greek","number_value":2472,"lemma":"ἰσότιμος","transliteration":"isótimos","pronunciation":null,"derivation":"from G2470 (ἴσος) and G5092 (τιμή);","strongs_definition":"of equal value or honor","kjv_definition":"like precious"} +{"id":"G4161","strongs_number":"G4161","system":"greek","language":"greek","number_value":4161,"lemma":"ποίημα","transliteration":"poíēma","pronunciation":null,"derivation":"from G4160 (ποιέω);","strongs_definition":"a product, i.e. fabric (literally or figuratively)","kjv_definition":"thing that is made, workmanship"} +{"id":"G2801","strongs_number":"G2801","system":"greek","language":"greek","number_value":2801,"lemma":"κλάσμα","transliteration":"klásma","pronunciation":null,"derivation":"from G2806 (κλάω);","strongs_definition":"a piece (bit)","kjv_definition":"broken, fragment"} +{"id":"G5433","strongs_number":"G5433","system":"greek","language":"greek","number_value":5433,"lemma":"φρυάσσω","transliteration":"phryássō","pronunciation":null,"derivation":"akin to G1032 (βρύω), G1031 (βρύχω);","strongs_definition":"to snort (as a spirited horse), i.e. (figuratively) to make a tumult","kjv_definition":"rage"} +{"id":"G4873","strongs_number":"G4873","system":"greek","language":"greek","number_value":4873,"lemma":"συνανάκειμαι","transliteration":"synanákeimai","pronunciation":null,"derivation":"from G4862 (σύν) and G345 (ἀνακεῖμαι);","strongs_definition":"to recline in company with (at a meal)","kjv_definition":"sit (down, at the table, together) with (at meat)"} +{"id":"G1227","strongs_number":"G1227","system":"greek","language":"greek","number_value":1227,"lemma":"διαβλέπω","transliteration":"diablépō","pronunciation":null,"derivation":"from G1223 (διά) and G991 (βλέπω);","strongs_definition":"to look through, i.e. recover full vision","kjv_definition":"see clearly"} +{"id":"G1011","strongs_number":"G1011","system":"greek","language":"greek","number_value":1011,"lemma":"βουλεύω","transliteration":"bouleúō","pronunciation":null,"derivation":"from G1012 (βουλή);","strongs_definition":"to advise, i.e. (reflexively) deliberate, or (by implication) resolve","kjv_definition":"consult, take counsel, determine, be minded, purpose"} +{"id":"G3702","strongs_number":"G3702","system":"greek","language":"greek","number_value":3702,"lemma":"ὀπτός","transliteration":"optós","pronunciation":null,"derivation":"from an obsolete verb akin to (to \"steep\");","strongs_definition":"cooked, i.e. roasted","kjv_definition":"broiled"} +{"id":"G4957","strongs_number":"G4957","system":"greek","language":"greek","number_value":4957,"lemma":"συσταυρόω","transliteration":"systauróō","pronunciation":null,"derivation":"from G4862 (σύν) and G4717 (σταυρόω);","strongs_definition":"to impale in company with (literally or figuratively)","kjv_definition":"crucify with"} +{"id":"G5194","strongs_number":"G5194","system":"greek","language":"greek","number_value":5194,"lemma":"ὕαλος","transliteration":"hýalos","pronunciation":null,"derivation":"perhaps from the same as G5205 (ὑετός) (as being transparent like rain);","strongs_definition":"glass","kjv_definition":"glass"} +{"id":"G562","strongs_number":"G562","system":"greek","language":"greek","number_value":562,"lemma":"ἀπέραντος","transliteration":"apérantos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a secondary derivative of G4008 (πέραν);","strongs_definition":"unfinished, i.e. (by implication) interminable","kjv_definition":"endless"} +{"id":"G2056","strongs_number":"G2056","system":"greek","language":"greek","number_value":2056,"lemma":"ἔριφος","transliteration":"ériphos","pronunciation":null,"derivation":"perhaps from the same as G2053 (ἔριον) (through the idea of hairiness);","strongs_definition":"a kid or (genitive case) goat","kjv_definition":"goat, kid"} +{"id":"G781","strongs_number":"G781","system":"greek","language":"greek","number_value":781,"lemma":"ἄσοφος","transliteration":"ásophos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G4680 (σοφός);","strongs_definition":"unwise","kjv_definition":"fool"} +{"id":"G793","strongs_number":"G793","system":"greek","language":"greek","number_value":793,"lemma":"ἀστήρικτος","transliteration":"astḗriktos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G4741 (στηρίζω);","strongs_definition":"unfixed, i.e. (figuratively) vacillating","kjv_definition":"unstable"} +{"id":"G5211","strongs_number":"G5211","system":"greek","language":"greek","number_value":5211,"lemma":"Ὑμεναῖος","transliteration":"Hymenaîos","pronunciation":null,"derivation":"from (the god of weddings);","strongs_definition":"\"hymenæal\"; Hymenæus, an opponent of Christianity","kjv_definition":"Hymenæus"} +{"id":"G560","strongs_number":"G560","system":"greek","language":"greek","number_value":560,"lemma":"ἀπελπίζω","transliteration":"apelpízō","pronunciation":null,"derivation":"from G575 (ἀπό) and G1679 (ἐλπίζω);","strongs_definition":"to hope out, i.e. fully expect","kjv_definition":"hope for again"} +{"id":"G502","strongs_number":"G502","system":"greek","language":"greek","number_value":502,"lemma":"ἄντλημα","transliteration":"ántlēma","pronunciation":null,"derivation":"from G501 (ἀντλέω);","strongs_definition":"a baling-vessel","kjv_definition":"thing to draw with"} +{"id":"G913","strongs_number":"G913","system":"greek","language":"greek","number_value":913,"lemma":"Βαράκ","transliteration":"Barák","pronunciation":null,"derivation":"of Hebrew origin (H01301);","strongs_definition":"Barak, an Israelite","kjv_definition":"Barak"} +{"id":"G2401","strongs_number":"G2401","system":"greek","language":"greek","number_value":2401,"lemma":"Ἰδουμαία","transliteration":"Idoumaía","pronunciation":null,"derivation":"of Hebrew origin (H0123);","strongs_definition":"Idumæa (i.e. Edom), a region East (and South) of Palestine","kjv_definition":"Idumæa"} +{"id":"G1963","strongs_number":"G1963","system":"greek","language":"greek","number_value":1963,"lemma":"ἐπίνοια","transliteration":"epínoia","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3563 (νοῦς);","strongs_definition":"attention of the mind, i.e. (by implication) purpose","kjv_definition":"thought"} +{"id":"G4022","strongs_number":"G4022","system":"greek","language":"greek","number_value":4022,"lemma":"περιέρχομαι","transliteration":"periérchomai","pronunciation":null,"derivation":"from G4012 (περί) and G2064 (ἔρχομαι) (including its alternate);","strongs_definition":"to come all around, i.e. stroll, vacillate, veer","kjv_definition":"fetch a compass, vagabond, wandering about"} +{"id":"G2835","strongs_number":"G2835","system":"greek","language":"greek","number_value":2835,"lemma":"κοδράντης","transliteration":"kodrántēs","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a quadrans, i.e. the fourth part of an as","kjv_definition":"farthing"} +{"id":"G2091","strongs_number":"G2091","system":"greek","language":"greek","number_value":2091,"lemma":"ἑτοιμασία","transliteration":"hetoimasía","pronunciation":null,"derivation":"from G2090 (ἑτοιμάζω);","strongs_definition":"preparation","kjv_definition":"preparation"} +{"id":"G4442","strongs_number":"G4442","system":"greek","language":"greek","number_value":4442,"lemma":"πῦρ","transliteration":"pŷr","pronunciation":null,"derivation":"a primary word;","strongs_definition":"\"fire\" (literally or figuratively, specially, lightning)","kjv_definition":"fiery, fire"} +{"id":"G1463","strongs_number":"G1463","system":"greek","language":"greek","number_value":1463,"lemma":"ἐγκομβόομαι","transliteration":"enkombóomai","pronunciation":null,"derivation":"middle voice from G1722 (ἐν) and (to gird);","strongs_definition":"to engirdle oneself (for labor), i.e. figuratively (the apron as being a badge of servitude) to wear (in token of mutual deference)","kjv_definition":"be clothed with"} +{"id":"G1700","strongs_number":"G1700","system":"greek","language":"greek","number_value":1700,"lemma":"ἐμοῦ","transliteration":"emoû","pronunciation":null,"derivation":"a prolonged form of G3449 (μόχθος);","strongs_definition":"of me","kjv_definition":"me, mine, my"} +{"id":"G4817","strongs_number":"G4817","system":"greek","language":"greek","number_value":4817,"lemma":"συλλογίζομαι","transliteration":"syllogízomai","pronunciation":null,"derivation":"from G4862 (σύν) and G3049 (λογίζομαι);","strongs_definition":"to reckon together (with oneself), i.e. deliberate","kjv_definition":"reason with"} +{"id":"G5012","strongs_number":"G5012","system":"greek","language":"greek","number_value":5012,"lemma":"ταπεινοφροσύνη","transliteration":"tapeinophrosýnē","pronunciation":null,"derivation":"from a compound of G5011 (ταπεινός) and the base of G5424 (φρήν);","strongs_definition":"humiliation of mind, i.e. modesty","kjv_definition":"humbleness of mind, humility (of mind, loneliness (of mind)"} +{"id":"G1591","strongs_number":"G1591","system":"greek","language":"greek","number_value":1591,"lemma":"ἐκμάσσω","transliteration":"ekmássō","pronunciation":null,"derivation":"from G1537 (ἐκ) and the base of G3145 (μασσάομαι);","strongs_definition":"to knead out, i.e. (by analogy) to wipe dry","kjv_definition":"wipe"} +{"id":"G1029","strongs_number":"G1029","system":"greek","language":"greek","number_value":1029,"lemma":"βρόχος","transliteration":"bróchos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a noose","kjv_definition":"snare"} +{"id":"G4064","strongs_number":"G4064","system":"greek","language":"greek","number_value":4064,"lemma":"περιφέρω","transliteration":"periphérō","pronunciation":null,"derivation":"from G4012 (περί) and G5342 (φέρω);","strongs_definition":"to convey around, i.e. transport hither and thither","kjv_definition":"bear (carry) about"} +{"id":"G808","strongs_number":"G808","system":"greek","language":"greek","number_value":808,"lemma":"ἀσχημοσύνη","transliteration":"aschēmosýnē","pronunciation":null,"derivation":"from G809 (ἀσχήμων);","strongs_definition":"an indecency; by implication, the pudenda","kjv_definition":"shame, that which is unseemly"} +{"id":"G1927","strongs_number":"G1927","system":"greek","language":"greek","number_value":1927,"lemma":"ἐπιδημέω","transliteration":"epidēméō","pronunciation":null,"derivation":"from a compound of G1909 (ἐπί) and G1218 (δῆμος);","strongs_definition":"to make oneself at home, i.e. (by extension) to reside (in a foreign country)","kjv_definition":"(be) dwelling (which were) there, stranger"} +{"id":"G1893","strongs_number":"G1893","system":"greek","language":"greek","number_value":1893,"lemma":"ἐπεί","transliteration":"epeí","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1487 (εἰ);","strongs_definition":"thereupon, i.e. since (of time or cause)","kjv_definition":"because, else, for that (then, -asmuch as), otherwise, seeing that, since, when"} +{"id":"G5303","strongs_number":"G5303","system":"greek","language":"greek","number_value":5303,"lemma":"ὑστέρημα","transliteration":"hystérēma","pronunciation":null,"derivation":"from G5302 (ὑστερέω);","strongs_definition":"a deficit; specially, poverty","kjv_definition":"that which is behind, (that which was) lack(-ing), penury, want"} +{"id":"G5071","strongs_number":"G5071","system":"greek","language":"greek","number_value":5071,"lemma":"τετρακόσιοι","transliteration":"tetrakósioi","pronunciation":null,"derivation":"plural from G5064 (τέσσαρες) and G1540 (ἑκατόν);","strongs_definition":"four hundred","kjv_definition":"four hundred"} +{"id":"G3714","strongs_number":"G3714","system":"greek","language":"greek","number_value":3714,"lemma":"ὀρεινός","transliteration":"oreinós","pronunciation":null,"derivation":"from G3735 (ὄρος);","strongs_definition":"mountainous, i.e. (feminine by implication, of G5561 (χώρα)) the Highlands (of Judæa)","kjv_definition":"hill country"} +{"id":"G1538","strongs_number":"G1538","system":"greek","language":"greek","number_value":1538,"lemma":"ἕκαστος","transliteration":"hékastos","pronunciation":null,"derivation":"as if a superlative of (afar);","strongs_definition":"each or every","kjv_definition":"any, both, each (one), every (man, one, woman), particularly"} +{"id":"G1028","strongs_number":"G1028","system":"greek","language":"greek","number_value":1028,"lemma":"βροχή","transliteration":"brochḗ","pronunciation":null,"derivation":"from G1026 (βρέχω);","strongs_definition":"rain","kjv_definition":"rain"} +{"id":"G3831","strongs_number":"G3831","system":"greek","language":"greek","number_value":3831,"lemma":"πανήγυρις","transliteration":"panḗgyris","pronunciation":null,"derivation":"from G3956 (πᾶς) and a derivative of G58 (ἀγορά);","strongs_definition":"a mass-meeting, i.e. (figuratively) universal companionship","kjv_definition":"general assembly"} +{"id":"G3329","strongs_number":"G3329","system":"greek","language":"greek","number_value":3329,"lemma":"μετάγω","transliteration":"metágō","pronunciation":null,"derivation":"from G3326 (μετά) and G718 (ἁρμόζω);","strongs_definition":"to lead over, i.e. transfer (direct)","kjv_definition":"turn about"} +{"id":"G78","strongs_number":"G78","system":"greek","language":"greek","number_value":78,"lemma":"Ἀδδί","transliteration":"Addí","pronunciation":null,"derivation":"probably of Hebrew origin (compare H05716);","strongs_definition":"Addi, an Israelite","kjv_definition":"Addi"} +{"id":"G1843","strongs_number":"G1843","system":"greek","language":"greek","number_value":1843,"lemma":"ἐξομολογέω","transliteration":"exomologéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3670 (ὁμολογέω);","strongs_definition":"to acknowledge or (by implication, of assent) agree fully","kjv_definition":"confess, profess, promise"} +{"id":"G4662","strongs_number":"G4662","system":"greek","language":"greek","number_value":4662,"lemma":"σκωληκόβρωτος","transliteration":"skōlēkóbrōtos","pronunciation":null,"derivation":"from G4663 (σκώληξ) and a derivative of G977 (βιβρώσκω);","strongs_definition":"worm-eaten, i.e. diseased with maggots","kjv_definition":"eaten of worms"} +{"id":"G1617","strongs_number":"G1617","system":"greek","language":"greek","number_value":1617,"lemma":"ἐκτενέστερον","transliteration":"ektenésteron","pronunciation":null,"derivation":"neuter of the comparative of G1618 (ἐκτενής);","strongs_definition":"more intently","kjv_definition":"more earnestly"} +{"id":"G1100","strongs_number":"G1100","system":"greek","language":"greek","number_value":1100,"lemma":"γλῶσσα","transliteration":"glōssa","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"the tongue; by implication, a language (specially, one naturally unacquired)","kjv_definition":"tongue"} +{"id":"G530","strongs_number":"G530","system":"greek","language":"greek","number_value":530,"lemma":"ἅπαξ","transliteration":"hápax","pronunciation":null,"derivation":"probably from G537 (ἅπας);","strongs_definition":"one (or a single) time (numerically or conclusively)","kjv_definition":"once"} +{"id":"G2033","strongs_number":"G2033","system":"greek","language":"greek","number_value":2033,"lemma":"ἑπτά","transliteration":"heptá","pronunciation":null,"derivation":"a primary number;","strongs_definition":"seven","kjv_definition":"seven"} +{"id":"G286","strongs_number":"G286","system":"greek","language":"greek","number_value":286,"lemma":"ἀμνός","transliteration":"amnós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a lamb","kjv_definition":"lamb"} +{"id":"G672","strongs_number":"G672","system":"greek","language":"greek","number_value":672,"lemma":"ἀποχωρέω","transliteration":"apochōréō","pronunciation":null,"derivation":"from G575 (ἀπό) and G5562 (χωρέω);","strongs_definition":"to go away","kjv_definition":"depart"} +{"id":"G5307","strongs_number":"G5307","system":"greek","language":"greek","number_value":5307,"lemma":"ὑφαντός","transliteration":"hyphantós","pronunciation":null,"derivation":"from to weave;","strongs_definition":"woven, i.e. (perhaps) knitted","kjv_definition":"woven"} +{"id":"G5584","strongs_number":"G5584","system":"greek","language":"greek","number_value":5584,"lemma":"ψηλαφάω","transliteration":"psēlapháō","pronunciation":null,"derivation":"from the base of G5567 (ψάλλω) (compare G5586 (ψῆφος));","strongs_definition":"to manipulate, i.e. verify by contact; figuratively, to search for","kjv_definition":"feel after, handle, touch"} +{"id":"G1897","strongs_number":"G1897","system":"greek","language":"greek","number_value":1897,"lemma":"ἐπείπερ","transliteration":"epeíper","pronunciation":null,"derivation":"from G1893 (ἐπεί) and G4007 (περ);","strongs_definition":"since indeed (of cause)","kjv_definition":"seeing"} +{"id":"G5528","strongs_number":"G5528","system":"greek","language":"greek","number_value":5528,"lemma":"χόρτος","transliteration":"chórtos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a \"court\" or \"garden\", i.e. (by implication, of pasture) herbage or vegetation","kjv_definition":"blade, grass, hay"} +{"id":"G5457","strongs_number":"G5457","system":"greek","language":"greek","number_value":5457,"lemma":"φῶς","transliteration":"phōs","pronunciation":null,"derivation":"from an obsolete (to shine or make manifest, especially by rays;","strongs_definition":"compare G5316 (φαίνω), G5346 (φημί)); luminousness (in the widest application, natural or artificial, abstract or concrete, literal or figurative)","kjv_definition":"fire, light"} +{"id":"G4068","strongs_number":"G4068","system":"greek","language":"greek","number_value":4068,"lemma":"περπερεύομαι","transliteration":"perpereúomai","pronunciation":null,"derivation":"middle voice from (braggart;","strongs_definition":"perhaps by reduplication of the base of G4008 (πέραν)); to boast","kjv_definition":"vaunt itself"} +{"id":"G1552","strongs_number":"G1552","system":"greek","language":"greek","number_value":1552,"lemma":"ἔκδηλος","transliteration":"ékdēlos","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1212 (δῆλος);","strongs_definition":"wholly evident","kjv_definition":"manifest"} +{"id":"G5107","strongs_number":"G5107","system":"greek","language":"greek","number_value":5107,"lemma":"τοιόσδε","transliteration":"toiósde","pronunciation":null,"derivation":"(including the other inflections); from a derivative of 5104 and G1161 (δέ);","strongs_definition":"such-like then, i.e. so great","kjv_definition":"such"} +{"id":"G4193","strongs_number":"G4193","system":"greek","language":"greek","number_value":4193,"lemma":"Ποντικός","transliteration":"Pontikós","pronunciation":null,"derivation":"from G4195 (Πόντος);","strongs_definition":"a Pontican, i.e. native of Pontus","kjv_definition":"born in Pontus"} +{"id":"G4990","strongs_number":"G4990","system":"greek","language":"greek","number_value":4990,"lemma":"σωτήρ","transliteration":"sōtḗr","pronunciation":null,"derivation":"from G4982 (σώζω);","strongs_definition":"a deliverer, i.e. God or Christ","kjv_definition":"saviour"} +{"id":"G4903","strongs_number":"G4903","system":"greek","language":"greek","number_value":4903,"lemma":"συνεργέω","transliteration":"synergéō","pronunciation":null,"derivation":"from G4904 (συνεργός);","strongs_definition":"to be a fellow-worker, i.e. co-operate","kjv_definition":"help (work) with, work(-er) together"} +{"id":"G5304","strongs_number":"G5304","system":"greek","language":"greek","number_value":5304,"lemma":"ὑστέρησις","transliteration":"hystérēsis","pronunciation":null,"derivation":"from G5302 (ὑστερέω);","strongs_definition":"a falling short, i.e. (specially), penury","kjv_definition":"want"} +{"id":"G4952","strongs_number":"G4952","system":"greek","language":"greek","number_value":4952,"lemma":"συσπαράσσω","transliteration":"sysparássō","pronunciation":null,"derivation":"from G4862 (σύν) and G4682 (σπαράσσω);","strongs_definition":"to rend completely, i.e. (by analogy) to convulse violently","kjv_definition":"throw down"} +{"id":"G1052","strongs_number":"G1052","system":"greek","language":"greek","number_value":1052,"lemma":"Γαλάτης","transliteration":"Galátēs","pronunciation":null,"derivation":"from G1053 (Γαλατία);","strongs_definition":"a Galatian or inhabitant of Galatia","kjv_definition":"Galatian"} +{"id":"G3088","strongs_number":"G3088","system":"greek","language":"greek","number_value":3088,"lemma":"λύχνος","transliteration":"lýchnos","pronunciation":null,"derivation":"from the base of G3022 (λευκός);","strongs_definition":"a portable lamp or other illuminator (literally or figuratively)","kjv_definition":"candle, light"} +{"id":"G4221","strongs_number":"G4221","system":"greek","language":"greek","number_value":4221,"lemma":"ποτήριον","transliteration":"potḗrion","pronunciation":null,"derivation":"neuter of a derivative of the alternate of G4095 (πίνω);","strongs_definition":"a drinking-vessel; by extension, the contents thereof, i.e. a cupful (draught); figuratively, a lot or fate","kjv_definition":"cup"} +{"id":"G935","strongs_number":"G935","system":"greek","language":"greek","number_value":935,"lemma":"βασιλεύς","transliteration":"basileús","pronunciation":null,"derivation":"probably from G939 (βάσις) (through the notion of a foundation of power);","strongs_definition":"a sovereign (abstractly, relatively, or figuratively)","kjv_definition":"king"} +{"id":"G650","strongs_number":"G650","system":"greek","language":"greek","number_value":650,"lemma":"ἀποστερέω","transliteration":"aposteréō","pronunciation":null,"derivation":"from G575 (ἀπό) and (to deprive);","strongs_definition":"to despoil","kjv_definition":"defraud, destitute, kept back by fraud"} +{"id":"G922","strongs_number":"G922","system":"greek","language":"greek","number_value":922,"lemma":"βάρος","transliteration":"báros","pronunciation":null,"derivation":"probably from the same as G939 (βάσις) (through the notion of going down;","strongs_definition":"compare G899 (βάθος)); weight; in the New Testament only, figuratively, a load, abundance, authority","kjv_definition":"burden(-some), weight"} +{"id":"G5019","strongs_number":"G5019","system":"greek","language":"greek","number_value":5019,"lemma":"Ταρσός","transliteration":"Tarsós","pronunciation":null,"derivation":"perhaps the same as (a flat basket);","strongs_definition":"Tarsus, a place in Asia Minor","kjv_definition":"Tarsus"} +{"id":"G4346","strongs_number":"G4346","system":"greek","language":"greek","number_value":4346,"lemma":"πρόσκλισις","transliteration":"prósklisis","pronunciation":null,"derivation":"from a compound of G4314 (πρός) and G2827 (κλίνω);","strongs_definition":"a leaning towards, i.e. (figuratively) proclivity (favoritism)","kjv_definition":"partiality"} +{"id":"G3969","strongs_number":"G3969","system":"greek","language":"greek","number_value":3969,"lemma":"Πατροβᾶς","transliteration":"Patrobâs","pronunciation":null,"derivation":"perhaps a contraction for (a compound of G3962 (πατήρ) and G979 (βίος));","strongs_definition":"father's life; Patrobas, a Christian","kjv_definition":"Patrobas"} +{"id":"G678","strongs_number":"G678","system":"greek","language":"greek","number_value":678,"lemma":"ἀπροσωπολήπτως","transliteration":"aprosōpolḗptōs","pronunciation":null,"derivation":"adverb from a compound of G1 (Α) (as a negative particle) and a presumed derivative of a presumed compound of G4383 (πρόσωπον) and G2983 (λαμβάνω) (compare G4381 (προσωπολήπτης));","strongs_definition":"in a way not accepting the person, i.e. impartially","kjv_definition":"without respect of persons"} +{"id":"G3441","strongs_number":"G3441","system":"greek","language":"greek","number_value":3441,"lemma":"μόνος","transliteration":"mónos","pronunciation":null,"derivation":"probably from G3306 (μένω);","strongs_definition":"remaining, i.e. sole or single; by implication, mere","kjv_definition":"alone, only, by themselves"} +{"id":"G491","strongs_number":"G491","system":"greek","language":"greek","number_value":491,"lemma":"Ἀντιοχεύς","transliteration":"Antiocheús","pronunciation":null,"derivation":"from G490 (Ἀντιόχεια);","strongs_definition":"an Antiochian or inhabitant of Antiochia","kjv_definition":"of Antioch"} +{"id":"G1134","strongs_number":"G1134","system":"greek","language":"greek","number_value":1134,"lemma":"γυναικεῖος","transliteration":"gynaikeîos","pronunciation":null,"derivation":"from G1135 (γυνή);","strongs_definition":"feminine","kjv_definition":"wife"} +{"id":"G1727","strongs_number":"G1727","system":"greek","language":"greek","number_value":1727,"lemma":"ἐναντίος","transliteration":"enantíos","pronunciation":null,"derivation":"from G1725 (ἔναντι);","strongs_definition":"opposite; figuratively, antagonistic","kjv_definition":"(over) against, contrary"} +{"id":"G1917","strongs_number":"G1917","system":"greek","language":"greek","number_value":1917,"lemma":"ἐπιβουλή","transliteration":"epiboulḗ","pronunciation":null,"derivation":"from a presumed compound of G1909 (ἐπί) and G1014 (βούλομαι);","strongs_definition":"a plan against someone, i.e. a plot","kjv_definition":"laying (lying) in wait"} +{"id":"G2825","strongs_number":"G2825","system":"greek","language":"greek","number_value":2825,"lemma":"κλίνη","transliteration":"klínē","pronunciation":null,"derivation":"from G2827 (κλίνω);","strongs_definition":"a couch (for sleep, sickness, sitting or eating)","kjv_definition":"bed, table"} +{"id":"G3459","strongs_number":"G3459","system":"greek","language":"greek","number_value":3459,"lemma":"μύλων","transliteration":"mýlōn","pronunciation":null,"derivation":"from G3458 (μύλος);","strongs_definition":"a mill-house","kjv_definition":"mill"} +{"id":"G2874","strongs_number":"G2874","system":"greek","language":"greek","number_value":2874,"lemma":"κοπρία","transliteration":"kopría","pronunciation":null,"derivation":"from (ordure;","strongs_definition":"perhaps akin to G2875 (κόπτω)); manure","kjv_definition":"dung(-hill)"} +{"id":"G2569","strongs_number":"G2569","system":"greek","language":"greek","number_value":2569,"lemma":"καλοποιέω","transliteration":"kalopoiéō","pronunciation":null,"derivation":"from G2570 (καλός) and G4160 (ποιέω);","strongs_definition":"to do well, i.e. live virtuously","kjv_definition":"well doing"} +{"id":"G5331","strongs_number":"G5331","system":"greek","language":"greek","number_value":5331,"lemma":"φαρμακεία","transliteration":"pharmakeía","pronunciation":null,"derivation":"from G5332 (φαρμακεύς);","strongs_definition":"medication (\"pharmacy\"), i.e. (by extension) magic (literally or figuratively)","kjv_definition":"sorcery, witchcraft"} +{"id":"G2208","strongs_number":"G2208","system":"greek","language":"greek","number_value":2208,"lemma":"Ζηλωτής","transliteration":"Zēlōtḗs","pronunciation":null,"derivation":"the same as G2207 (ζηλωτής);","strongs_definition":"a Zealot, i.e. (specially) partisan for Jewish political independence","kjv_definition":"Zelotes"} +{"id":"G498","strongs_number":"G498","system":"greek","language":"greek","number_value":498,"lemma":"ἀντιτάσσομαι","transliteration":"antitássomai","pronunciation":null,"derivation":"from G473 (ἀντί) and the middle voice of G5021 (τάσσω);","strongs_definition":"to range oneself against, i.e. oppose","kjv_definition":"oppose themselves, resist"} +{"id":"G2381","strongs_number":"G2381","system":"greek","language":"greek","number_value":2381,"lemma":"Θωμᾶς","transliteration":"Thōmâs","pronunciation":null,"derivation":"of Chaldee origin (compare H08380);","strongs_definition":"the twin; Thomas, a Christian","kjv_definition":"Thomas"} +{"id":"G715","strongs_number":"G715","system":"greek","language":"greek","number_value":715,"lemma":"ἄρκτος","transliteration":"árktos","pronunciation":null,"derivation":"probably from G714 (ἀρκέω);","strongs_definition":"a bear (as obstructing by ferocity)","kjv_definition":"bear"} +{"id":"G2327","strongs_number":"G2327","system":"greek","language":"greek","number_value":2327,"lemma":"θεριστής","transliteration":"theristḗs","pronunciation":null,"derivation":"from G2325 (θερίζω);","strongs_definition":"a harvester","kjv_definition":"reaper"} +{"id":"G2378","strongs_number":"G2378","system":"greek","language":"greek","number_value":2378,"lemma":"θυσία","transliteration":"thysía","pronunciation":null,"derivation":"from G2380 (θύω);","strongs_definition":"sacrifice (the act or the victim, literally or figuratively)","kjv_definition":"sacrifice"} +{"id":"G1124","strongs_number":"G1124","system":"greek","language":"greek","number_value":1124,"lemma":"γραφή","transliteration":"graphḗ","pronunciation":null,"derivation":"from G1125 (γράφω);","strongs_definition":"a document, i.e. holy Writ (or its contents or a statement in it)","kjv_definition":"scripture"} +{"id":"G734","strongs_number":"G734","system":"greek","language":"greek","number_value":734,"lemma":"Ἀρτεμάς","transliteration":"Artemás","pronunciation":null,"derivation":"contracted from a compound of G735 (Ἄρτεμις) and G1435 (δῶρον);","strongs_definition":"gift of Artemis; Artemas (or Artemidorus), a Christian","kjv_definition":"Artemas"} +{"id":"G5086","strongs_number":"G5086","system":"greek","language":"greek","number_value":5086,"lemma":"Τιβέριος","transliteration":"Tibérios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"probably pertaining to the river Tiberis or Tiber; Tiberius, a Roman emperor","kjv_definition":"Tiberius"} +{"id":"G3101","strongs_number":"G3101","system":"greek","language":"greek","number_value":3101,"lemma":"μαθητής","transliteration":"mathētḗs","pronunciation":null,"derivation":"from G3129 (μανθάνω);","strongs_definition":"a learner, i.e. pupil","kjv_definition":"disciple"} +{"id":"G3163","strongs_number":"G3163","system":"greek","language":"greek","number_value":3163,"lemma":"μάχη","transliteration":"máchē","pronunciation":null,"derivation":"from G3164 (μάχομαι);","strongs_definition":"a battle, i.e. (figuratively) controversy","kjv_definition":"fighting, strive, striving"} +{"id":"G191","strongs_number":"G191","system":"greek","language":"greek","number_value":191,"lemma":"ἀκούω","transliteration":"akoúō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to hear (in various senses)","kjv_definition":"give (in the) audience (of), come (to the ears), (shall) hear(-er, -ken), be noised, be reported, understand"} +{"id":"G5468","strongs_number":"G5468","system":"greek","language":"greek","number_value":5468,"lemma":"χαλιναγωγέω","transliteration":"chalinagōgéō","pronunciation":null,"derivation":"from a compound of G5469 (χαλινός) and the reduplicated form of G71 (ἄγω);","strongs_definition":"to be a bit-leader, i.e. to curb (figuratively)","kjv_definition":"bridle"} +{"id":"G3936","strongs_number":"G3936","system":"greek","language":"greek","number_value":3936,"lemma":"παρίστημι","transliteration":"parístēmi","pronunciation":null,"derivation":"from G3844 (παρά) and G2476 (ἵστημι);","strongs_definition":"to stand beside, i.e. (transitively) to exhibit, proffer, (specially), recommend, (figuratively) substantiate; or (intransitively) to be at hand (or ready), aid","kjv_definition":"assist, bring before, command, commend, give presently, present, prove, provide, shew, stand (before, by, here, up, with), yield"} +{"id":"G5330","strongs_number":"G5330","system":"greek","language":"greek","number_value":5330,"lemma":"Φαρισαῖος","transliteration":"Pharisaîos","pronunciation":null,"derivation":"of Hebrew origin (compare H06567);","strongs_definition":"a separatist, i.e. exclusively religious; a Pharisean, i.e. Jewish sectary","kjv_definition":"Pharisee"} +{"id":"G2439","strongs_number":"G2439","system":"greek","language":"greek","number_value":2439,"lemma":"ἱματίζω","transliteration":"himatízō","pronunciation":null,"derivation":"from G2440 (ἱμάτιον);","strongs_definition":"to dress","kjv_definition":"clothe"} +{"id":"G2649","strongs_number":"G2649","system":"greek","language":"greek","number_value":2649,"lemma":"καταμαρτυρέω","transliteration":"katamartyréō","pronunciation":null,"derivation":"from G2596 (κατά) and G3140 (μαρτυρέω);","strongs_definition":"to testify against","kjv_definition":"witness against"} +{"id":"G2301","strongs_number":"G2301","system":"greek","language":"greek","number_value":2301,"lemma":"θεατρίζω","transliteration":"theatrízō","pronunciation":null,"derivation":"from G2302 (θέατρον);","strongs_definition":"to expose as a spectacle","kjv_definition":"make a gazing stock"} +{"id":"G2222","strongs_number":"G2222","system":"greek","language":"greek","number_value":2222,"lemma":"ζωή","transliteration":"zōḗ","pronunciation":null,"derivation":"from G2198 (ζάω);","strongs_definition":"life (literally or figuratively)","kjv_definition":"life(-time)"} +{"id":"G4845","strongs_number":"G4845","system":"greek","language":"greek","number_value":4845,"lemma":"συμπληρόω","transliteration":"symplēróō","pronunciation":null,"derivation":"from G4862 (σύν) and G4137 (πληρόω);","strongs_definition":"to implenish completely, i.e. (of space) to swamp (a boat), or (of time) to accomplish (passive, be complete)","kjv_definition":"(fully) come, fill up"} +{"id":"G5174","strongs_number":"G5174","system":"greek","language":"greek","number_value":5174,"lemma":"Τρωάς","transliteration":"Trōás","pronunciation":null,"derivation":"from (a Trojan);","strongs_definition":"the Troad (or plain of Troy), i.e. Troas, a place in Asia Minor","kjv_definition":"Troas"} +{"id":"G1746","strongs_number":"G1746","system":"greek","language":"greek","number_value":1746,"lemma":"ἐνδύω","transliteration":"endýō","pronunciation":null,"derivation":"from G1722 (ἐν) and G1416 (δύνω) (in the sense of sinking into a garment);","strongs_definition":"to invest with clothing (literally or figuratively)","kjv_definition":"array, clothe (with), endue, have (put) on"} +{"id":"G844","strongs_number":"G844","system":"greek","language":"greek","number_value":844,"lemma":"αὐτόματος","transliteration":"autómatos","pronunciation":null,"derivation":"from G846 (αὐτός) and the same as G3155 (μάτην);","strongs_definition":"self-moved (\"automatic\"), i.e. spontaneous","kjv_definition":"of own accord, of self"} +{"id":"G26","strongs_number":"G26","system":"greek","language":"greek","number_value":26,"lemma":"ἀγάπη","transliteration":"agápē","pronunciation":null,"derivation":"from G25 (ἀγαπάω);","strongs_definition":"love, i.e. affection or benevolence; specially (plural) a love-feast","kjv_definition":"(feast of) charity(-ably), dear, love"} +{"id":"G1630","strongs_number":"G1630","system":"greek","language":"greek","number_value":1630,"lemma":"ἔκφοβος","transliteration":"ékphobos","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5401 (φόβος);","strongs_definition":"frightened out of one's wits","kjv_definition":"sore afraid, exceedingly fear"} +{"id":"G2654","strongs_number":"G2654","system":"greek","language":"greek","number_value":2654,"lemma":"καταναλίσκω","transliteration":"katanalískō","pronunciation":null,"derivation":"from G2596 (κατά) and G355 (ἀναλίσκω);","strongs_definition":"to consume utterly","kjv_definition":"consume"} +{"id":"G5420","strongs_number":"G5420","system":"greek","language":"greek","number_value":5420,"lemma":"φράσσω","transliteration":"phrássō","pronunciation":null,"derivation":"apparently a strengthening form of the base of G5424 (φρήν);","strongs_definition":"to fence or inclose, i.e. (specially), to block up (figuratively, to silence)","kjv_definition":"stop"} +{"id":"G3087","strongs_number":"G3087","system":"greek","language":"greek","number_value":3087,"lemma":"λυχνία","transliteration":"lychnía","pronunciation":null,"derivation":"from G3088 (λύχνος);","strongs_definition":"a lamp-stand (literally or figuratively)","kjv_definition":"candlestick"} +{"id":"G4589","strongs_number":"G4589","system":"greek","language":"greek","number_value":4589,"lemma":"Σήθ","transliteration":"Sḗth","pronunciation":null,"derivation":"of Hebrew origin (H08352);","strongs_definition":"Seth (i.e. Sheth), a patriarch","kjv_definition":"Seth"} +{"id":"G1964","strongs_number":"G1964","system":"greek","language":"greek","number_value":1964,"lemma":"ἐπιορκέω","transliteration":"epiorkéō","pronunciation":null,"derivation":"from G1965 (ἐπίορκος);","strongs_definition":"to commit perjury","kjv_definition":"forswear self"} +{"id":"G4959","strongs_number":"G4959","system":"greek","language":"greek","number_value":4959,"lemma":"συστενάζω","transliteration":"systenázō","pronunciation":null,"derivation":"from G4862 (σύν) and G4727 (στενάζω);","strongs_definition":"to moan jointly, i.e. (figuratively) experience a common calamity","kjv_definition":"groan together"} +{"id":"G1088","strongs_number":"G1088","system":"greek","language":"greek","number_value":1088,"lemma":"γέρων","transliteration":"gérōn","pronunciation":null,"derivation":"of uncertain affinity (compare G1094 (γῆρας));","strongs_definition":"aged","kjv_definition":"old"} +{"id":"G5356","strongs_number":"G5356","system":"greek","language":"greek","number_value":5356,"lemma":"φθορά","transliteration":"phthorá","pronunciation":null,"derivation":"from G5351 (φθείρω);","strongs_definition":"decay, i.e. ruin (spontaneous or inflicted, literally or figuratively)","kjv_definition":"corruption, destroy, perish"} +{"id":"G3349","strongs_number":"G3349","system":"greek","language":"greek","number_value":3349,"lemma":"μετεωρίζω","transliteration":"meteōrízō","pronunciation":null,"derivation":"from a compound of G3326 (μετά) and a collateral form of G142 (αἴρω) or perhaps rather G109 (ἀήρ) (compare \"meteor\");","strongs_definition":"to raise in mid-air, i.e. (figuratively) suspend (passively, fluctuate or be anxious)","kjv_definition":"be of doubtful mind"} +{"id":"G1154","strongs_number":"G1154","system":"greek","language":"greek","number_value":1154,"lemma":"Δαμασκός","transliteration":"Damaskós","pronunciation":null,"derivation":"of Hebrew origin (H01834);","strongs_definition":"Damascus, a city of Syria","kjv_definition":"Damascus"} +{"id":"G1408","strongs_number":"G1408","system":"greek","language":"greek","number_value":1408,"lemma":"δρόμος","transliteration":"drómos","pronunciation":null,"derivation":"from the alternate of G5143 (τρέχω);","strongs_definition":"a race, i.e. (figuratively) career","kjv_definition":"course"} +{"id":"G3824","strongs_number":"G3824","system":"greek","language":"greek","number_value":3824,"lemma":"παλιγγενεσία","transliteration":"palingenesía","pronunciation":null,"derivation":"from G3825 (πάλιν) and G1078 (γένεσις);","strongs_definition":"(spiritual) rebirth (the state or the act), i.e. (figuratively) spiritual renovation; specially, Messianic restoration","kjv_definition":"regeneration"} +{"id":"G2737","strongs_number":"G2737","system":"greek","language":"greek","number_value":2737,"lemma":"κατώτερος","transliteration":"katṓteros","pronunciation":null,"derivation":"comparative from G2736 (κάτω);","strongs_definition":"inferior (locally, of Hades)","kjv_definition":"lower"} +{"id":"G943","strongs_number":"G943","system":"greek","language":"greek","number_value":943,"lemma":"βάτος","transliteration":"bátos","pronunciation":null,"derivation":"of Hebrew origin (H01324);","strongs_definition":"a bath, or measure for liquids","kjv_definition":"measure"} +{"id":"G3035","strongs_number":"G3035","system":"greek","language":"greek","number_value":3035,"lemma":"λίθινος","transliteration":"líthinos","pronunciation":null,"derivation":"from G3037 (λίθος);","strongs_definition":"stony, i.e. made of stone","kjv_definition":"of stone"} +{"id":"G939","strongs_number":"G939","system":"greek","language":"greek","number_value":939,"lemma":"βάσις","transliteration":"básis","pronunciation":null,"derivation":"from (to walk);","strongs_definition":"a pace (\"base\"), i.e. (by implication) the foot","kjv_definition":"foot"} +{"id":"G2987","strongs_number":"G2987","system":"greek","language":"greek","number_value":2987,"lemma":"λαμπρότης","transliteration":"lamprótēs","pronunciation":null,"derivation":"from G2986 (λαμπρός);","strongs_definition":"brilliancy","kjv_definition":"brightness"} +{"id":"G1743","strongs_number":"G1743","system":"greek","language":"greek","number_value":1743,"lemma":"ἐνδυναμόω","transliteration":"endynamóō","pronunciation":null,"derivation":"from G1722 (ἐν) and G1412 (δυναμόω);","strongs_definition":"to empower","kjv_definition":"enable, (increase in) strength(-en), be (make) strong"} +{"id":"G1361","strongs_number":"G1361","system":"greek","language":"greek","number_value":1361,"lemma":"Διοτρεφής","transliteration":"Diotrephḗs","pronunciation":null,"derivation":"from the alternate of G2203 (Ζεύς) and G5142 (τρέφω);","strongs_definition":"Jove-nourished; Diotrephes, an opponent of Christianity","kjv_definition":"Diotrephes"} +{"id":"G2149","strongs_number":"G2149","system":"greek","language":"greek","number_value":2149,"lemma":"εὐρύχωρος","transliteration":"eurýchōros","pronunciation":null,"derivation":"from (wide) and G5561 (χώρα);","strongs_definition":"spacious","kjv_definition":"broad"} +{"id":"G230","strongs_number":"G230","system":"greek","language":"greek","number_value":230,"lemma":"ἀληθῶς","transliteration":"alēthōs","pronunciation":null,"derivation":"adverb from G227 (ἀληθής);","strongs_definition":"truly","kjv_definition":"indeed, surely, of a surety, truly, of a (in) truth, verily, very"} +{"id":"G4953","strongs_number":"G4953","system":"greek","language":"greek","number_value":4953,"lemma":"σύσσημον","transliteration":"sýssēmon","pronunciation":null,"derivation":"neuter of a compound of G4862 (σύν) and the base of G4591 (σημαίνω);","strongs_definition":"a sign in common, i.e. preconcerted signal","kjv_definition":"token"} +{"id":"G61","strongs_number":"G61","system":"greek","language":"greek","number_value":61,"lemma":"ἄγρα","transliteration":"ágra","pronunciation":null,"derivation":"from G71 (ἄγω);","strongs_definition":"(abstractly) a catching (of fish); also (concretely) a haul (of fish)","kjv_definition":"draught"} +{"id":"G4829","strongs_number":"G4829","system":"greek","language":"greek","number_value":4829,"lemma":"συμμερίζομαι","transliteration":"symmerízomai","pronunciation":null,"derivation":"middle voice from G4862 (σύν) and G3307 (μερίζω);","strongs_definition":"to share jointly, i.e. participate in","kjv_definition":"be partaker with"} +{"id":"G954","strongs_number":"G954","system":"greek","language":"greek","number_value":954,"lemma":"Βεελζεβούλ","transliteration":"Beelzeboúl","pronunciation":null,"derivation":"of Chaldee origin (by parody on H01176);","strongs_definition":"dung-god; Beelzebul, a name of Satan","kjv_definition":"Beelzebub"} +{"id":"G2946","strongs_number":"G2946","system":"greek","language":"greek","number_value":2946,"lemma":"κύλισμα","transliteration":"kýlisma","pronunciation":null,"derivation":"from G2947 (κυλιόω);","strongs_definition":"a wallow (the effect of rolling), i.e. filth","kjv_definition":"wallowing"} +{"id":"G5146","strongs_number":"G5146","system":"greek","language":"greek","number_value":5146,"lemma":"τρίβολος","transliteration":"tríbolos","pronunciation":null,"derivation":"from G5140 (τρεῖς) and G956 (βέλος);","strongs_definition":"properly, a crow-foot (three-pronged obstruction in war), i.e. (by analogy) a thorny plant (caltrop)","kjv_definition":"brier, thistle"} +{"id":"G4167","strongs_number":"G4167","system":"greek","language":"greek","number_value":4167,"lemma":"ποίμνη","transliteration":"poímnē","pronunciation":null,"derivation":"contraction from G4165 (ποιμαίνω);","strongs_definition":"a flock (literally or figuratively)","kjv_definition":"flock, fold"} +{"id":"G5063","strongs_number":"G5063","system":"greek","language":"greek","number_value":5063,"lemma":"τεσσαρακονταετής","transliteration":"tessarakontaetḗs","pronunciation":null,"derivation":"from G5062 (τεσσαράκοντα) and G2094 (ἔτος);","strongs_definition":"of forty years of age","kjv_definition":"(+ full, of) forty years (old)"} +{"id":"G4288","strongs_number":"G4288","system":"greek","language":"greek","number_value":4288,"lemma":"προθυμία","transliteration":"prothymía","pronunciation":null,"derivation":"from G4289 (πρόθυμος);","strongs_definition":"predisposition, i.e. alacrity","kjv_definition":"forwardness of mind, readiness (of mind), ready (willing) mind"} +{"id":"G1589","strongs_number":"G1589","system":"greek","language":"greek","number_value":1589,"lemma":"ἐκλογή","transliteration":"eklogḗ","pronunciation":null,"derivation":"from G1586 (ἐκλέγομαι);","strongs_definition":"(divine) selection (abstractly or concretely)","kjv_definition":"chosen, election"} +{"id":"G710","strongs_number":"G710","system":"greek","language":"greek","number_value":710,"lemma":"ἀριστερός","transliteration":"aristerós","pronunciation":null,"derivation":"apparently a comparative of the same as G712 (ἄριστον);","strongs_definition":"the left hand (as second-best)","kjv_definition":"left (hand)"} +{"id":"G4909","strongs_number":"G4909","system":"greek","language":"greek","number_value":4909,"lemma":"συνευδοκέω","transliteration":"syneudokéō","pronunciation":null,"derivation":"from G4862 (σύν) and G2106 (εὐδοκέω);","strongs_definition":"to think well of in common, i.e. assent to, feel gratified with","kjv_definition":"allow, assent, be pleased, have pleasure"} +{"id":"G4376","strongs_number":"G4376","system":"greek","language":"greek","number_value":4376,"lemma":"προσφορά","transliteration":"prosphorá","pronunciation":null,"derivation":"from G4374 (προσφέρω);","strongs_definition":"presentation; concretely, an oblation (bloodless) or sacrifice","kjv_definition":"offering (up)"} +{"id":"G5519","strongs_number":"G5519","system":"greek","language":"greek","number_value":5519,"lemma":"χοῖρος","transliteration":"choîros","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a hog","kjv_definition":"swine"} +{"id":"G2180","strongs_number":"G2180","system":"greek","language":"greek","number_value":2180,"lemma":"Ἐφέσιος","transliteration":"Ephésios","pronunciation":null,"derivation":"from G2181 (Ἔφεσος);","strongs_definition":"an Ephesian or inhabitant of Ephesus","kjv_definition":"Ephesian, of Ephesus"} +{"id":"G4449","strongs_number":"G4449","system":"greek","language":"greek","number_value":4449,"lemma":"πυῤῥάζω","transliteration":"pyrrházō","pronunciation":null,"derivation":"from G4450 (πυῤῥός);","strongs_definition":"to redden (intransitively)","kjv_definition":"be red"} +{"id":"G2136","strongs_number":"G2136","system":"greek","language":"greek","number_value":2136,"lemma":"Εὐοδία","transliteration":"Euodía","pronunciation":null,"derivation":"from the same as G2137 (εὐοδόω);","strongs_definition":"fine travelling; Euodia, a Christian woman","kjv_definition":"Euodias"} +{"id":"G4512","strongs_number":"G4512","system":"greek","language":"greek","number_value":4512,"lemma":"ῥυτίς","transliteration":"rhytís","pronunciation":null,"derivation":"from G4506 (ῥύομαι);","strongs_definition":"a fold (as drawing together), i.e. a wrinkle (especially on the face)","kjv_definition":"wrinkle"} +{"id":"G3193","strongs_number":"G3193","system":"greek","language":"greek","number_value":3193,"lemma":"μελίσσιος","transliteration":"melíssios","pronunciation":null,"derivation":"from G3192 (μέλι);","strongs_definition":"relating to honey, i.e. bee (comb)","kjv_definition":"honeycomb"} +{"id":"G1566","strongs_number":"G1566","system":"greek","language":"greek","number_value":1566,"lemma":"ἐκεῖσε","transliteration":"ekeîse","pronunciation":null,"derivation":"from G1563 (ἐκεῖ);","strongs_definition":"thither","kjv_definition":"there"} +{"id":"G401","strongs_number":"G401","system":"greek","language":"greek","number_value":401,"lemma":"ἀνάχυσις","transliteration":"anáchysis","pronunciation":null,"derivation":"from a comparative of G303 (ἀνά) and (to pour);","strongs_definition":"properly, effusion, i.e. (figuratively) license","kjv_definition":"excess"} +{"id":"G5274","strongs_number":"G5274","system":"greek","language":"greek","number_value":5274,"lemma":"ὑπολαμβάνω","transliteration":"hypolambánō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G2983 (λαμβάνω);","strongs_definition":"to take from below, i.e. carry upward; figuratively, to take up, i.e. continue a discourse or topic; mentally, to assume (presume)","kjv_definition":"answer, receive, suppose"} +{"id":"G2518","strongs_number":"G2518","system":"greek","language":"greek","number_value":2518,"lemma":"καθεύδω","transliteration":"katheúdō","pronunciation":null,"derivation":"from G2596 (κατά) and (to sleep);","strongs_definition":"to lie down to rest, i.e. (by implication) to fall asleep (literally or figuratively)","kjv_definition":"(be a-)sleep"} +{"id":"G2861","strongs_number":"G2861","system":"greek","language":"greek","number_value":2861,"lemma":"κολυμβήθρα","transliteration":"kolymbḗthra","pronunciation":null,"derivation":"from G2860 (κολυμβάω);","strongs_definition":"a diving-place, i.e. pond for bathing (or swimming)","kjv_definition":"pool"} +{"id":"G1152","strongs_number":"G1152","system":"greek","language":"greek","number_value":1152,"lemma":"Δάμαρις","transliteration":"Dámaris","pronunciation":null,"derivation":"probably from the base of G1150 (δαμάζω);","strongs_definition":"perhaps gentle; Damaris, an Athenian woman","kjv_definition":"Damaris"} +{"id":"G291","strongs_number":"G291","system":"greek","language":"greek","number_value":291,"lemma":"Ἀμπλίας","transliteration":"Amplías","pronunciation":null,"derivation":"contracted for Latin ampliatus (enlarged);","strongs_definition":"Amplias, a Roman Christian","kjv_definition":"Amplias"} +{"id":"G4696","strongs_number":"G4696","system":"greek","language":"greek","number_value":4696,"lemma":"σπίλος","transliteration":"spílos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a stain or blemish, i.e. (figuratively) defect, disgrace","kjv_definition":"spot"} +{"id":"G3488","strongs_number":"G3488","system":"greek","language":"greek","number_value":3488,"lemma":"Νάρκισσος","transliteration":"Nárkissos","pronunciation":null,"derivation":"a flower of the same name, from (stupefaction, as a \"narcotic\");","strongs_definition":"Narcissus, a Roman","kjv_definition":"Narcissus"} +{"id":"G2509","strongs_number":"G2509","system":"greek","language":"greek","number_value":2509,"lemma":"καθάπερ","transliteration":"katháper","pronunciation":null,"derivation":"from G2505 (καθά) and G4007 (περ);","strongs_definition":"exactly as","kjv_definition":"(even, as well) as"} +{"id":"G2409","strongs_number":"G2409","system":"greek","language":"greek","number_value":2409,"lemma":"ἱερεύς","transliteration":"hiereús","pronunciation":null,"derivation":"from G2413 (ἱερός);","strongs_definition":"a priest (literally or figuratively)","kjv_definition":"(high) priest"} +{"id":"G2087","strongs_number":"G2087","system":"greek","language":"greek","number_value":2087,"lemma":"ἕτερος","transliteration":"héteros","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"(an-, the) other or different","kjv_definition":"altered, else, next (day), one, (an-)other, some, strange"} +{"id":"G4695","strongs_number":"G4695","system":"greek","language":"greek","number_value":4695,"lemma":"σπιλόω","transliteration":"spilóō","pronunciation":null,"derivation":"from G4696 (σπίλος);","strongs_definition":"to stain or soil (literally or figuratively)","kjv_definition":"defile, spot"} +{"id":"G4497","strongs_number":"G4497","system":"greek","language":"greek","number_value":4497,"lemma":"Ῥοβοάμ","transliteration":"Rhoboám","pronunciation":null,"derivation":"of Hebrew origin (H07346);","strongs_definition":"Roboam (i.e. Rechobam), an Israelite","kjv_definition":"Roboam"} +{"id":"G3573","strongs_number":"G3573","system":"greek","language":"greek","number_value":3573,"lemma":"νυστάζω","transliteration":"nystázō","pronunciation":null,"derivation":"from a presumed derivative of G3506 (νεύω);","strongs_definition":"to nod, i.e. (by implication) to fall asleep; figuratively, to delay","kjv_definition":"slumber"} +{"id":"G1895","strongs_number":"G1895","system":"greek","language":"greek","number_value":1895,"lemma":"ἐπειδήπερ","transliteration":"epeidḗper","pronunciation":null,"derivation":"from G1894 (ἐπειδή) and G4007 (περ);","strongs_definition":"since indeed (of cause)","kjv_definition":"forasmuch"} +{"id":"G1009","strongs_number":"G1009","system":"greek","language":"greek","number_value":1009,"lemma":"βότρυς","transliteration":"bótrys","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a bunch (of grapes)","kjv_definition":"(vine) cluster (of the vine)"} +{"id":"G1325","strongs_number":"G1325","system":"greek","language":"greek","number_value":1325,"lemma":"δίδωμι","transliteration":"dídōmi","pronunciation":null,"derivation":"a prolonged form of a primary verb (which is used as an alternative in most of the tenses);","strongs_definition":"to give (used in a very wide application, properly, or by implication, literally or figuratively; greatly modified by the connection)","kjv_definition":"adventure, bestow, bring forth, commit, deliver (up), give, grant, hinder, make, minister, number, offer, have power, put, receive, set, shew, smite (+ with the hand), strike (+ with the palm of the hand), suffer, take, utter, yield"} +{"id":"G4363","strongs_number":"G4363","system":"greek","language":"greek","number_value":4363,"lemma":"προσπίπτω","transliteration":"prospíptō","pronunciation":null,"derivation":"from G4314 (πρός) and G4098 (πίπτω);","strongs_definition":"to fall towards, i.e. (gently) prostrate oneself (in supplication or homage), or (violently) to rush upon (in storm)","kjv_definition":"beat upon, fall (down) at (before)"} +{"id":"G4937","strongs_number":"G4937","system":"greek","language":"greek","number_value":4937,"lemma":"συντρίβω","transliteration":"syntríbō","pronunciation":null,"derivation":"from G4862 (σύν) and the base of G5147 (τρίβος);","strongs_definition":"to crush completely, i.e. to shatter (literally or figuratively)","kjv_definition":"break (in pieces), broken to shivers (+ -hearted), bruise"} +{"id":"G5196","strongs_number":"G5196","system":"greek","language":"greek","number_value":5196,"lemma":"ὕβρις","transliteration":"hýbris","pronunciation":null,"derivation":"from G5228 (ὑπέρ);","strongs_definition":"insolence (as over-bearing), i.e. insult, injury","kjv_definition":"harm, hurt, reproach"} +{"id":"G3711","strongs_number":"G3711","system":"greek","language":"greek","number_value":3711,"lemma":"ὀργίλος","transliteration":"orgílos","pronunciation":null,"derivation":"from G3709 (ὀργή);","strongs_definition":"irascible","kjv_definition":"soon angry"} +{"id":"G45","strongs_number":"G45","system":"greek","language":"greek","number_value":45,"lemma":"ἄγκυρα","transliteration":"ánkyra","pronunciation":null,"derivation":"from the same as G43 (ἀγκάλη);","strongs_definition":"an \"anchor\" (as crooked)","kjv_definition":"anchor"} +{"id":"G2338","strongs_number":"G2338","system":"greek","language":"greek","number_value":2338,"lemma":"θῆλυς","transliteration":"thēlys","pronunciation":null,"derivation":"from the same as G2337 (θηλάζω);","strongs_definition":"female","kjv_definition":"female, woman"} +{"id":"G5308","strongs_number":"G5308","system":"greek","language":"greek","number_value":5308,"lemma":"ὑψηλός","transliteration":"hypsēlós","pronunciation":null,"derivation":"from G5311 (ὕψος);","strongs_definition":"lofty (in place or character)","kjv_definition":"high(-er, -ly) (esteemed)"} +{"id":"G4929","strongs_number":"G4929","system":"greek","language":"greek","number_value":4929,"lemma":"συντάσσω","transliteration":"syntássō","pronunciation":null,"derivation":"from G4862 (σύν) and G5021 (τάσσω);","strongs_definition":"to arrange jointly, i.e. (figuratively) to direct","kjv_definition":"appoint"} +{"id":"G3878","strongs_number":"G3878","system":"greek","language":"greek","number_value":3878,"lemma":"παρακούω","transliteration":"parakoúō","pronunciation":null,"derivation":"from G3844 (παρά) and G191 (ἀκούω);","strongs_definition":"to mishear, i.e. (by implication) to disobey","kjv_definition":"neglect to hear"} +{"id":"G1800","strongs_number":"G1800","system":"greek","language":"greek","number_value":1800,"lemma":"Ἐνώς","transliteration":"Enṓs","pronunciation":null,"derivation":"of Hebrew origin (H0583);","strongs_definition":"Enos (i.e. Enosh), a patriarch","kjv_definition":"Enos"} +{"id":"G2207","strongs_number":"G2207","system":"greek","language":"greek","number_value":2207,"lemma":"ζηλωτής","transliteration":"zēlōtḗs","pronunciation":null,"derivation":"from G2206 (ζηλόω);","strongs_definition":"a \"zealot\"","kjv_definition":"zealous"} +{"id":"G5144","strongs_number":"G5144","system":"greek","language":"greek","number_value":5144,"lemma":"τριάκοντα","transliteration":"triákonta","pronunciation":null,"derivation":"the decade of G5140 (τρεῖς);","strongs_definition":"thirty","kjv_definition":"thirty"} +{"id":"G2944","strongs_number":"G2944","system":"greek","language":"greek","number_value":2944,"lemma":"κυκλόω","transliteration":"kyklóō","pronunciation":null,"derivation":"from the same as G2945 (κύκλῳ);","strongs_definition":"to encircle, i.e. surround","kjv_definition":"compass (about), come (stand) round about"} +{"id":"G4126","strongs_number":"G4126","system":"greek","language":"greek","number_value":4126,"lemma":"πλέω","transliteration":"pléō","pronunciation":null,"derivation":"probably a form of G4150 (πλύνω) (through the idea of plunging through the water);","strongs_definition":"to pass in a vessel","kjv_definition":"sail"} +{"id":"G5407","strongs_number":"G5407","system":"greek","language":"greek","number_value":5407,"lemma":"φονεύω","transliteration":"phoneúō","pronunciation":null,"derivation":"from G5406 (φονεύς);","strongs_definition":"to be a murderer (of)","kjv_definition":"kill, do murder, slay"} +{"id":"G1104","strongs_number":"G1104","system":"greek","language":"greek","number_value":1104,"lemma":"γνησίως","transliteration":"gnēsíōs","pronunciation":null,"derivation":"adverb from G1103 (γνήσιος);","strongs_definition":"genuinely, i.e. really","kjv_definition":"naturally"} +{"id":"G4508","strongs_number":"G4508","system":"greek","language":"greek","number_value":4508,"lemma":"ῥυπαρός","transliteration":"rhyparós","pronunciation":null,"derivation":"from G4509 (ῥύπος);","strongs_definition":"dirty, i.e. (relatively) cheap or shabby; morally, wicked","kjv_definition":"vile"} +{"id":"G5454","strongs_number":"G5454","system":"greek","language":"greek","number_value":5454,"lemma":"φωλεός","transliteration":"phōleós","pronunciation":null,"derivation":"of uncertain derivative;","strongs_definition":"a burrow or lurking-place","kjv_definition":"hole"} +{"id":"G1036","strongs_number":"G1036","system":"greek","language":"greek","number_value":1036,"lemma":"βυθίζω","transliteration":"bythízō","pronunciation":null,"derivation":"from G1037 (βυθός);","strongs_definition":"to sink; by implication, to drown","kjv_definition":"begin to sink, drown"} +{"id":"G1262","strongs_number":"G1262","system":"greek","language":"greek","number_value":1262,"lemma":"διαλύω","transliteration":"dialýō","pronunciation":null,"derivation":"from G1223 (διά) and G3089 (λύω);","strongs_definition":"to dissolve utterly","kjv_definition":"scatter"} +{"id":"G1871","strongs_number":"G1871","system":"greek","language":"greek","number_value":1871,"lemma":"ἐπαιτέω","transliteration":"epaitéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G154 (αἰτέω);","strongs_definition":"to ask for","kjv_definition":"beg"} +{"id":"G974","strongs_number":"G974","system":"greek","language":"greek","number_value":974,"lemma":"βιβλιαρίδιον","transliteration":"bibliarídion","pronunciation":null,"derivation":"a diminutive of G975 (βιβλίον);","strongs_definition":"a booklet","kjv_definition":"little book"} +{"id":"G5534","strongs_number":"G5534","system":"greek","language":"greek","number_value":5534,"lemma":"χρή","transliteration":"chrḗ","pronunciation":null,"derivation":"third person singular of the same as G5530 (χράομαι) or G5531 (χράω) used impersonally;","strongs_definition":"it needs (must or should) be","kjv_definition":"ought"} +{"id":"G4964","strongs_number":"G4964","system":"greek","language":"greek","number_value":4964,"lemma":"συσχηματίζω","transliteration":"syschēmatízō","pronunciation":null,"derivation":"from G4862 (σύν) and a derivative of G4976 (σχῆμα);","strongs_definition":"to fashion alike, i.e. conform to the same pattern (figuratively)","kjv_definition":"conform to, fashion self according to"} +{"id":"G5480","strongs_number":"G5480","system":"greek","language":"greek","number_value":5480,"lemma":"χάραγμα","transliteration":"cháragma","pronunciation":null,"derivation":"from the same as G5482 (χάραξ);","strongs_definition":"a scratch or etching, i.e. stamp (as a badge of servitude), or scupltured figure (statue)","kjv_definition":"graven, mark"} +{"id":"G4656","strongs_number":"G4656","system":"greek","language":"greek","number_value":4656,"lemma":"σκοτόω","transliteration":"skotóō","pronunciation":null,"derivation":"from G4655 (σκότος);","strongs_definition":"to obscure or blind (literally or figuratively)","kjv_definition":"be full of darkness"} +{"id":"G4427","strongs_number":"G4427","system":"greek","language":"greek","number_value":4427,"lemma":"πτύσμα","transliteration":"ptýsma","pronunciation":null,"derivation":"from G4429 (πτύω);","strongs_definition":"saliva","kjv_definition":"spittle"} +{"id":"G1611","strongs_number":"G1611","system":"greek","language":"greek","number_value":1611,"lemma":"ἔκστασις","transliteration":"ékstasis","pronunciation":null,"derivation":"from G1839 (ἐξίστημι);","strongs_definition":"a displacement of the mind, i.e. bewilderment, \"ecstasy\"","kjv_definition":"+ be amazed, amazement, astonishment, trance"} +{"id":"G975","strongs_number":"G975","system":"greek","language":"greek","number_value":975,"lemma":"βιβλίον","transliteration":"biblíon","pronunciation":null,"derivation":"a diminutive of G976 (βίβλος);","strongs_definition":"a roll","kjv_definition":"bill, book, scroll, writing"} +{"id":"G238","strongs_number":"G238","system":"greek","language":"greek","number_value":238,"lemma":"ἀλληγορέω","transliteration":"allēgoréō","pronunciation":null,"derivation":"from G243 (ἄλλος) and (to harangue (compare G58 (ἀγορά)));","strongs_definition":"to allegorize","kjv_definition":"be an allegory (the Greek word itself)"} +{"id":"G1921","strongs_number":"G1921","system":"greek","language":"greek","number_value":1921,"lemma":"ἐπιγινώσκω","transliteration":"epiginṓskō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1097 (γινώσκω);","strongs_definition":"to know upon some mark, i.e. recognize; by implication, to become fully acquainted with, to acknowledge","kjv_definition":"(ac-, have, take)know(-ledge, well), perceive"} +{"id":"G4913","strongs_number":"G4913","system":"greek","language":"greek","number_value":4913,"lemma":"συνήδομαι","transliteration":"synḗdomai","pronunciation":null,"derivation":"middle voice from G4862 (σύν) and the base of G2237 (ἡδονή);","strongs_definition":"to rejoice in with oneself, i.e. feel satisfaction concerning","kjv_definition":"delight"} +{"id":"G4300","strongs_number":"G4300","system":"greek","language":"greek","number_value":4300,"lemma":"προκυρόω","transliteration":"prokyróō","pronunciation":null,"derivation":"from G4253 (πρό) and G2964 (κυρόω);","strongs_definition":"to ratify previously","kjv_definition":"confirm before"} +{"id":"G2543","strongs_number":"G2543","system":"greek","language":"greek","number_value":2543,"lemma":"καίτοι","transliteration":"kaítoi","pronunciation":null,"derivation":"from G2532 (καί) and G5104 (τοί);","strongs_definition":"and yet, i.e. nevertheless","kjv_definition":"although"} +{"id":"G1283","strongs_number":"G1283","system":"greek","language":"greek","number_value":1283,"lemma":"διαρπάζω","transliteration":"diarpázō","pronunciation":null,"derivation":"from G1223 (διά) and G726 (ἁρπάζω);","strongs_definition":"to seize asunder, i.e. plunder","kjv_definition":"spoil"} +{"id":"G4532","strongs_number":"G4532","system":"greek","language":"greek","number_value":4532,"lemma":"Σαλήμ","transliteration":"Salḗm","pronunciation":null,"derivation":"of Hebrew origin (H08004);","strongs_definition":"Salem (i.e. Shalem), a place in Palestine","kjv_definition":"Salem"} +{"id":"G4984","strongs_number":"G4984","system":"greek","language":"greek","number_value":4984,"lemma":"σωματικός","transliteration":"sōmatikós","pronunciation":null,"derivation":"from G4983 (σῶμα);","strongs_definition":"corporeal or physical","kjv_definition":"bodily"} +{"id":"G561","strongs_number":"G561","system":"greek","language":"greek","number_value":561,"lemma":"ἀπέναντι","transliteration":"apénanti","pronunciation":null,"derivation":"from G575 (ἀπό) and G1725 (ἔναντι);","strongs_definition":"from in front, i.e. opposite, before or against","kjv_definition":"before, contrary, over against, in the presence of"} +{"id":"G831","strongs_number":"G831","system":"greek","language":"greek","number_value":831,"lemma":"αὐθεντέω","transliteration":"authentéō","pronunciation":null,"derivation":"from a compound of G846 (αὐτός) and an obsolete (a worker);","strongs_definition":"to act of oneself, i.e. (figuratively) dominate","kjv_definition":"usurp authority over"} +{"id":"G3870","strongs_number":"G3870","system":"greek","language":"greek","number_value":3870,"lemma":"παρακαλέω","transliteration":"parakaléō","pronunciation":null,"derivation":"from G3844 (παρά) and G2564 (καλέω);","strongs_definition":"to call near, i.e. invite, invoke (by imploration, hortation or consolation)","kjv_definition":"beseech, call for, (be of good) comfort, desire, (give) exhort(-ation), intreat, pray"} +{"id":"G2111","strongs_number":"G2111","system":"greek","language":"greek","number_value":2111,"lemma":"εὔθετος","transliteration":"eúthetos","pronunciation":null,"derivation":"from G2095 (εὖ) and a derivative of G5087 (τίθημι);","strongs_definition":"well placed, i.e. (figuratively) appropriate","kjv_definition":"fit, meet"} +{"id":"G3741","strongs_number":"G3741","system":"greek","language":"greek","number_value":3741,"lemma":"ὅσιος","transliteration":"hósios","pronunciation":null,"derivation":"of uncertain affinity; properly, right (by intrinsic or divine character; thus distinguished from 1342, which refers rather to human statutes and relations; from G2413 (ἱερός), which denotes formal consecration;","strongs_definition":"and from G40 (ἅγιος), which relates to purity from defilement), i.e. hallowed (pious, sacred, sure)","kjv_definition":"holy, mercy, shalt be"} +{"id":"G1156","strongs_number":"G1156","system":"greek","language":"greek","number_value":1156,"lemma":"δάνειον","transliteration":"dáneion","pronunciation":null,"derivation":"from (a gift);","strongs_definition":"probably akin to the base of G1325 (δίδωμι); a loan","kjv_definition":"debt"} +{"id":"G1275","strongs_number":"G1275","system":"greek","language":"greek","number_value":1275,"lemma":"διαπαντός","transliteration":"diapantós","pronunciation":null,"derivation":"from G1223 (διά) and the genitive case of G3956 (πᾶς);","strongs_definition":"through all time, i.e. (adverbially) constantly","kjv_definition":"alway(-s), continually"} +{"id":"G1210","strongs_number":"G1210","system":"greek","language":"greek","number_value":1210,"lemma":"δέω","transliteration":"déō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to bind (in various applications, literally or figuratively)","kjv_definition":"bind, be in bonds, knit, tie, wind"} +{"id":"G1139","strongs_number":"G1139","system":"greek","language":"greek","number_value":1139,"lemma":"δαιμονίζομαι","transliteration":"daimonízomai","pronunciation":null,"derivation":"middle voice from G1142 (δαίμων);","strongs_definition":"to be exercised by a dæmon","kjv_definition":"have a (be vexed with, be possessed with) devil(-s)"} +{"id":"G2695","strongs_number":"G2695","system":"greek","language":"greek","number_value":2695,"lemma":"κατασφάττω","transliteration":"kataspháttō","pronunciation":null,"derivation":"from G2596 (κατά) and G4969 (σφάζω);","strongs_definition":"to kill down, i.e. slaughter","kjv_definition":"slay"} +{"id":"G2259","strongs_number":"G2259","system":"greek","language":"greek","number_value":2259,"lemma":"ἡνίκα","transliteration":"hēníka","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"at which time","kjv_definition":"when"} +{"id":"G2799","strongs_number":"G2799","system":"greek","language":"greek","number_value":2799,"lemma":"κλαίω","transliteration":"klaíō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to sob, i.e. wail aloud (whereas 1145 is rather to cry silently)","kjv_definition":"bewail, weep"} +{"id":"G2658","strongs_number":"G2658","system":"greek","language":"greek","number_value":2658,"lemma":"καταντάω","transliteration":"katantáō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G473 (ἀντί);","strongs_definition":"to meet against, i.e. arrive at (literally or figuratively)","kjv_definition":"attain, come"} +{"id":"G1755","strongs_number":"G1755","system":"greek","language":"greek","number_value":1755,"lemma":"ἐνέργημα","transliteration":"enérgēma","pronunciation":null,"derivation":"from G1754 (ἐνεργέω);","strongs_definition":"an effect","kjv_definition":"operation, working"} +{"id":"G333","strongs_number":"G333","system":"greek","language":"greek","number_value":333,"lemma":"ἀναθεωρέω","transliteration":"anatheōréō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2334 (θεωρέω);","strongs_definition":"to look again (i.e. attentively) at (literally or figuratively)","kjv_definition":"behold, consider"} +{"id":"G2644","strongs_number":"G2644","system":"greek","language":"greek","number_value":2644,"lemma":"καταλλάσσω","transliteration":"katallássō","pronunciation":null,"derivation":"from G2596 (κατά) and G236 (ἀλλάσσω);","strongs_definition":"to change mutually, i.e. (figuratively) to compound a difference","kjv_definition":"reconcile"} +{"id":"G2481","strongs_number":"G2481","system":"greek","language":"greek","number_value":2481,"lemma":"ἴσως","transliteration":"ísōs","pronunciation":null,"derivation":"adverb from G2470 (ἴσος);","strongs_definition":"likely, i.e. perhaps","kjv_definition":"it may be"} +{"id":"G2009","strongs_number":"G2009","system":"greek","language":"greek","number_value":2009,"lemma":"ἐπιτιμία","transliteration":"epitimía","pronunciation":null,"derivation":"from a compound of G1909 (ἐπί) and G5092 (τιμή);","strongs_definition":"properly, esteem, i.e. citizenship; used (in the sense of G2008 (ἐπιτιμάω)) of a penalty","kjv_definition":"punishment"} +{"id":"G4858","strongs_number":"G4858","system":"greek","language":"greek","number_value":4858,"lemma":"συμφωνία","transliteration":"symphōnía","pronunciation":null,"derivation":"from G4859 (σύμφωνος);","strongs_definition":"unison of sound (\"symphony\"), i.e. a concert of instruments (harmonious note)","kjv_definition":"music"} +{"id":"G5572","strongs_number":"G5572","system":"greek","language":"greek","number_value":5572,"lemma":"ψευδοδιδάσκαλος","transliteration":"pseudodidáskalos","pronunciation":null,"derivation":"from G5571 (ψευδής) and G1320 (διδάσκαλος);","strongs_definition":"a spurious teacher, i.e. propagator of erroneous Christian doctrine","kjv_definition":"false teacher"} +{"id":"G3521","strongs_number":"G3521","system":"greek","language":"greek","number_value":3521,"lemma":"νηστεία","transliteration":"nēsteía","pronunciation":null,"derivation":"from G3522 (νηστεύω);","strongs_definition":"abstinence (from lack of food, or voluntary and religious); specially, the fast of the Day of Atonement","kjv_definition":"fast(-ing)"} +{"id":"G2453","strongs_number":"G2453","system":"greek","language":"greek","number_value":2453,"lemma":"Ἰουδαῖος","transliteration":"Ioudaîos","pronunciation":null,"derivation":"from G2448 (Ἰουδά) (in the sense of G2455 (Ἰούδας) as a country);","strongs_definition":"Judæan, i.e. belonging to Jehudah","kjv_definition":"Jew(-ess), of Judæa"} +{"id":"G2129","strongs_number":"G2129","system":"greek","language":"greek","number_value":2129,"lemma":"εὐλογία","transliteration":"eulogía","pronunciation":null,"derivation":"from the same as G2127 (εὐλογέω);","strongs_definition":"fine speaking, i.e. elegance of language; commendation (\"eulogy\"), i.e. (reverentially) adoration; religiously, benediction; by implication, consecration; by extension, benefit or largess","kjv_definition":"blessing (a matter of) bounty (X -tifully), fair speech"} +{"id":"G250","strongs_number":"G250","system":"greek","language":"greek","number_value":250,"lemma":"ἀλόη","transliteration":"alóē","pronunciation":null,"derivation":"of foreign origin (compare G174 (ἀκάνθινος));","strongs_definition":"aloes (the gum)","kjv_definition":"aloes"} +{"id":"G3690","strongs_number":"G3690","system":"greek","language":"greek","number_value":3690,"lemma":"ὄξος","transliteration":"óxos","pronunciation":null,"derivation":"from G3691 (ὀξύς);","strongs_definition":"vinegar, i.e. sour wine","kjv_definition":"vinegar"} +{"id":"G526","strongs_number":"G526","system":"greek","language":"greek","number_value":526,"lemma":"ἀπαλλοτριόω","transliteration":"apallotrióō","pronunciation":null,"derivation":"from G575 (ἀπό) and a derivative of G245 (ἀλλότριος);","strongs_definition":"to estrange away, i.e. (passively and figuratively) to be non-participant","kjv_definition":"alienate, be alien"} +{"id":"G4658","strongs_number":"G4658","system":"greek","language":"greek","number_value":4658,"lemma":"Σκύθης","transliteration":"Skýthēs","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"a Scythene or Scythian, i.e. (by implication) a savage","kjv_definition":"Scythian"} +{"id":"G23","strongs_number":"G23","system":"greek","language":"greek","number_value":23,"lemma":"ἀγανακτέω","transliteration":"aganaktéō","pronunciation":null,"derivation":"from (much) and (grief;","strongs_definition":"akin to the base of G43 (ἀγκάλη)); to be greatly afflicted, i.e. (figuratively) indignant","kjv_definition":"be much (sore) displeased, have (be moved with, with) indignation"} +{"id":"G1520","strongs_number":"G1520","system":"greek","language":"greek","number_value":1520,"lemma":"εἷς","transliteration":"heîs","pronunciation":null,"derivation":"a primary numeral;","strongs_definition":"one","kjv_definition":"a(-n, -ny, certain), + abundantly, man, one (another), only, other, some"} +{"id":"G3771","strongs_number":"G3771","system":"greek","language":"greek","number_value":3771,"lemma":"οὐρανόθεν","transliteration":"ouranóthen","pronunciation":null,"derivation":"from G3772 (οὐρανός) and the enclitic of source;","strongs_definition":"from the sky","kjv_definition":"from heaven"} +{"id":"G5320","strongs_number":"G5320","system":"greek","language":"greek","number_value":5320,"lemma":"φανερῶς","transliteration":"phanerōs","pronunciation":null,"derivation":"adverb from G5318 (φανερός);","strongs_definition":"plainly, i.e. clearly or publicly","kjv_definition":"evidently, openly"} +{"id":"G92","strongs_number":"G92","system":"greek","language":"greek","number_value":92,"lemma":"ἀδίκημα","transliteration":"adíkēma","pronunciation":null,"derivation":"from G91 (ἀδικέω);","strongs_definition":"a wrong done","kjv_definition":"evil doing, iniquity, matter of wrong"} +{"id":"G5206","strongs_number":"G5206","system":"greek","language":"greek","number_value":5206,"lemma":"υἱοθεσία","transliteration":"huiothesía","pronunciation":null,"derivation":"from a presumed compound of G5207 (υἱός) and a derivative of G5087 (τίθημι);","strongs_definition":"the placing as a son, i.e. adoption (figuratively, Christian sonship in respect to God)","kjv_definition":"adoption (of children, of sons)"} +{"id":"G71","strongs_number":"G71","system":"greek","language":"greek","number_value":71,"lemma":"ἄγω","transliteration":"ágō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"properly, to lead; by implication, to bring, drive, (reflexively) go, (specially) pass (time), or (figuratively) induce","kjv_definition":"be, bring (forth), carry, (let) go, keep, lead away, be open"} +{"id":"G1717","strongs_number":"G1717","system":"greek","language":"greek","number_value":1717,"lemma":"ἐμφανής","transliteration":"emphanḗs","pronunciation":null,"derivation":"from a compound of G1722 (ἐν) and G5316 (φαίνω);","strongs_definition":"apparent in self","kjv_definition":"manifest, openly"} +{"id":"G4800","strongs_number":"G4800","system":"greek","language":"greek","number_value":4800,"lemma":"συζάω","transliteration":"syzáō","pronunciation":null,"derivation":"from G4862 (σύν) and G2198 (ζάω);","strongs_definition":"to continue to live in common with, i.e. co-survive (literally or figuratively)","kjv_definition":"live with"} +{"id":"G1437","strongs_number":"G1437","system":"greek","language":"greek","number_value":1437,"lemma":"ἐάν","transliteration":"eán","pronunciation":null,"derivation":"from G1487 (εἰ) and G302 (ἄν);","strongs_definition":"a conditional particle; in case that, provided, etc.; often used in connection with other particles to denote indefiniteness or uncertainty","kjv_definition":"before, but, except, (and) if, (if) so, (what-, whither-)soever, though, when (-soever), whether (or), to whom, (who-)so(-ever)"} +{"id":"G1148","strongs_number":"G1148","system":"greek","language":"greek","number_value":1148,"lemma":"Δαλμανουθά","transliteration":"Dalmanouthá","pronunciation":null,"derivation":"probably of Chaldee origin;","strongs_definition":"Dalmanutha, a place in Palestine","kjv_definition":"Dalmanutha"} +{"id":"G118","strongs_number":"G118","system":"greek","language":"greek","number_value":118,"lemma":"ἀθλέω","transliteration":"athléō","pronunciation":null,"derivation":"from (a contest in the public lists);","strongs_definition":"to contend in the competitive games","kjv_definition":"strive"} +{"id":"G265","strongs_number":"G265","system":"greek","language":"greek","number_value":265,"lemma":"ἁμάρτημα","transliteration":"hamártēma","pronunciation":null,"derivation":"from G264 (ἁμαρτάνω);","strongs_definition":"a sin (properly concrete)","kjv_definition":"sin"} +{"id":"G3913","strongs_number":"G3913","system":"greek","language":"greek","number_value":3913,"lemma":"παραφρονία","transliteration":"paraphronía","pronunciation":null,"derivation":"from G3912 (παραφρονέω);","strongs_definition":"insanity, i.e. foolhardiness","kjv_definition":"madness"} +{"id":"G5092","strongs_number":"G5092","system":"greek","language":"greek","number_value":5092,"lemma":"τιμή","transliteration":"timḗ","pronunciation":null,"derivation":"from G5099 (τίνω);","strongs_definition":"a value, i.e. money paid, or (concretely and collectively) valuables; by analogy, esteem (especially of the highest degree), or the dignity itself","kjv_definition":"honour, precious, price, some"} +{"id":"G4651","strongs_number":"G4651","system":"greek","language":"greek","number_value":4651,"lemma":"σκορπίος","transliteration":"skorpíos","pronunciation":null,"derivation":"probably from an obsolete (perhaps strengthened from the base of G4649 (σκοπός) and meaning to pierce);","strongs_definition":"a \"scorpion\" (from its sting)","kjv_definition":"scorpion"} +{"id":"G5476","strongs_number":"G5476","system":"greek","language":"greek","number_value":5476,"lemma":"χαμαί","transliteration":"chamaí","pronunciation":null,"derivation":"adverb perhaps from the base of G5490 (χάσμα) through the idea of a fissure in the soil;","strongs_definition":"earthward, i.e. prostrate","kjv_definition":"on (to) the ground"} +{"id":"G5117","strongs_number":"G5117","system":"greek","language":"greek","number_value":5117,"lemma":"τόπος","transliteration":"tópos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a spot (general in space, but limited by occupancy; whereas G5561 (χώρα) is a large but participle locality), i.e. location (as a position, home, tract, etc.); figuratively, condition, opportunity; specially, a scabbard","kjv_definition":"coast, licence, place, X plain, quarter, + rock, room, where"} +{"id":"G2951","strongs_number":"G2951","system":"greek","language":"greek","number_value":2951,"lemma":"κύμινον","transliteration":"kýminon","pronunciation":null,"derivation":"of foreign origin (compare H03646);","strongs_definition":"dill or fennel (\"cummin\")","kjv_definition":"cummin"} +{"id":"G2640","strongs_number":"G2640","system":"greek","language":"greek","number_value":2640,"lemma":"κατάλειμμα","transliteration":"katáleimma","pronunciation":null,"derivation":"from G2641 (καταλείπω);","strongs_definition":"a remainder, i.e. (by implication) a few","kjv_definition":"remnant"} +{"id":"G235","strongs_number":"G235","system":"greek","language":"greek","number_value":235,"lemma":"ἀλλά","transliteration":"allá","pronunciation":null,"derivation":"neuter plural of G243 (ἄλλος);","strongs_definition":"properly, other things, i.e. (adverbially) contrariwise (in many relations)","kjv_definition":"and, but (even), howbeit, indeed, nay, nevertheless, no, notwithstanding, save, therefore, yea, yet"} +{"id":"G3031","strongs_number":"G3031","system":"greek","language":"greek","number_value":3031,"lemma":"λιβανωτός","transliteration":"libanōtós","pronunciation":null,"derivation":"from G3030 (λίβανος);","strongs_definition":"frankincense, i.e. (by extension) a censer for burning it","kjv_definition":"censer"} +{"id":"G5504","strongs_number":"G5504","system":"greek","language":"greek","number_value":5504,"lemma":"χθές","transliteration":"chthés","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"\"yesterday\"; by extension, in time past or hitherto","kjv_definition":"yesterday"} +{"id":"G2266","strongs_number":"G2266","system":"greek","language":"greek","number_value":2266,"lemma":"Ἡρωδιάς","transliteration":"Hērōdiás","pronunciation":null,"derivation":"from G2264 (Ἡρώδης);","strongs_definition":"Herodias, a woman of the Heodian family","kjv_definition":"Herodias"} +{"id":"G2158","strongs_number":"G2158","system":"greek","language":"greek","number_value":2158,"lemma":"εὐσχήμων","transliteration":"euschḗmōn","pronunciation":null,"derivation":"from G2095 (εὖ) and G4976 (σχῆμα);","strongs_definition":"well-formed, i.e. (figuratively) decorous, noble (in rank)","kjv_definition":"comely, honourable"} +{"id":"G2814","strongs_number":"G2814","system":"greek","language":"greek","number_value":2814,"lemma":"κλῆμα","transliteration":"klēma","pronunciation":null,"derivation":"from G2806 (κλάω);","strongs_definition":"a limb or shoot (as if broken off)","kjv_definition":"branch"} +{"id":"G4276","strongs_number":"G4276","system":"greek","language":"greek","number_value":4276,"lemma":"προελπίζω","transliteration":"proelpízō","pronunciation":null,"derivation":"from G4253 (πρό) and G1679 (ἐλπίζω);","strongs_definition":"to hope in advance of other confirmation","kjv_definition":"first trust"} +{"id":"G4290","strongs_number":"G4290","system":"greek","language":"greek","number_value":4290,"lemma":"προθύμως","transliteration":"prothýmōs","pronunciation":null,"derivation":"adverb from G4289 (πρόθυμος);","strongs_definition":"with alacrity","kjv_definition":"willingly"} +{"id":"G2988","strongs_number":"G2988","system":"greek","language":"greek","number_value":2988,"lemma":"λαμπρῶς","transliteration":"lamprōs","pronunciation":null,"derivation":"adverb from G2986 (λαμπρός);","strongs_definition":"brilliantly, i.e. figuratively, luxuriously","kjv_definition":"sumptuously"} +{"id":"G4503","strongs_number":"G4503","system":"greek","language":"greek","number_value":4503,"lemma":"Ῥούθ","transliteration":"Rhoúth","pronunciation":null,"derivation":"of Hebrew origin (H07327);","strongs_definition":"Ruth, a Moabitess","kjv_definition":"Ruth"} +{"id":"G1855","strongs_number":"G1855","system":"greek","language":"greek","number_value":1855,"lemma":"ἔξωθεν","transliteration":"éxōthen","pronunciation":null,"derivation":"from G1854 (ἔξω);","strongs_definition":"external(-ly)","kjv_definition":"out(-side, -ward, - wardly), (from) without"} +{"id":"G4143","strongs_number":"G4143","system":"greek","language":"greek","number_value":4143,"lemma":"πλοῖον","transliteration":"ploîon","pronunciation":null,"derivation":"from G4126 (πλέω);","strongs_definition":"a sailer, i.e. vessel","kjv_definition":"ship(-ing)"} +{"id":"G4624","strongs_number":"G4624","system":"greek","language":"greek","number_value":4624,"lemma":"σκανδαλίζω","transliteration":"skandalízō","pronunciation":null,"derivation":"from G4625 (σκάνδαλον);","strongs_definition":"to entrap, i.e. trip up (figuratively, stumble (transitively) or entice to sin, apostasy or displeasure)","kjv_definition":"(make to) offend"} +{"id":"G2824","strongs_number":"G2824","system":"greek","language":"greek","number_value":2824,"lemma":"κλίμα","transliteration":"klíma","pronunciation":null,"derivation":"from G2827 (κλίνω);","strongs_definition":"a slope, i.e. (specially) a \"clime\" or tract of country","kjv_definition":"part, region"} +{"id":"G4571","strongs_number":"G4571","system":"greek","language":"greek","number_value":4571,"lemma":"σέ","transliteration":"sé","pronunciation":null,"derivation":"accusative case singular of G4771 (σύ);","strongs_definition":"thee","kjv_definition":"thee, thou, X thy house"} +{"id":"G1194","strongs_number":"G1194","system":"greek","language":"greek","number_value":1194,"lemma":"δέρω","transliteration":"dérō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"properly, to flay, i.e. (by implication) to scourge, or (by analogy) to thrash","kjv_definition":"beat, smite"} +{"id":"G4399","strongs_number":"G4399","system":"greek","language":"greek","number_value":4399,"lemma":"προφθάνω","transliteration":"prophthánō","pronunciation":null,"derivation":"from G4253 (πρό) and G5348 (φθάνω);","strongs_definition":"to get an earlier start of, i.e. anticipate","kjv_definition":"prevent"} +{"id":"G1934","strongs_number":"G1934","system":"greek","language":"greek","number_value":1934,"lemma":"ἐπιζητέω","transliteration":"epizētéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2212 (ζητέω);","strongs_definition":"to search (inquire) for; intensively, to demand, to crave","kjv_definition":"desire, enquire, seek (after, for)"} +{"id":"G4429","strongs_number":"G4429","system":"greek","language":"greek","number_value":4429,"lemma":"πτύω","transliteration":"ptýō","pronunciation":null,"derivation":"a primary verb (compare G4428 (πτύσσω));","strongs_definition":"to spit","kjv_definition":"spit"} +{"id":"G3109","strongs_number":"G3109","system":"greek","language":"greek","number_value":3109,"lemma":"Μακεδονία","transliteration":"Makedonía","pronunciation":null,"derivation":"from G3110 (Μακεδών);","strongs_definition":"Macedonia, a region of Greece","kjv_definition":"Macedonia"} +{"id":"G5205","strongs_number":"G5205","system":"greek","language":"greek","number_value":5205,"lemma":"ὑετός","transliteration":"hyetós","pronunciation":null,"derivation":"from a primary (to rain);","strongs_definition":"rain, especially a shower","kjv_definition":"rain"} +{"id":"G3919","strongs_number":"G3919","system":"greek","language":"greek","number_value":3919,"lemma":"παρεισάγω","transliteration":"pareiságō","pronunciation":null,"derivation":"from G3844 (παρά) and G1521 (εἰσάγω);","strongs_definition":"to lead in aside, i.e. introduce surreptitiously","kjv_definition":"privily bring in"} +{"id":"G5541","strongs_number":"G5541","system":"greek","language":"greek","number_value":5541,"lemma":"χρηστεύομαι","transliteration":"chrēsteúomai","pronunciation":null,"derivation":"middle voice from G5543 (χρηστός);","strongs_definition":"to show oneself useful, i.e. act benevolently","kjv_definition":"be kind"} +{"id":"G704","strongs_number":"G704","system":"greek","language":"greek","number_value":704,"lemma":"ἀρήν","transliteration":"arḗn","pronunciation":null,"derivation":"perhaps the same as G730 (ἄῤῥην);","strongs_definition":"a lamb (as a male)","kjv_definition":"lamb"} +{"id":"G2592","strongs_number":"G2592","system":"greek","language":"greek","number_value":2592,"lemma":"καρποφορέω","transliteration":"karpophoréō","pronunciation":null,"derivation":"from G2593 (καρποφόρος);","strongs_definition":"to be fertile (literally or figuratively)","kjv_definition":"be (bear, bring forth) fruit(-ful)"} +{"id":"G2337","strongs_number":"G2337","system":"greek","language":"greek","number_value":2337,"lemma":"θηλάζω","transliteration":"thēlázō","pronunciation":null,"derivation":"from (the nipple);","strongs_definition":"to suckle, (by implication) to suck","kjv_definition":"(give) suck(-ling)"} +{"id":"G2423","strongs_number":"G2423","system":"greek","language":"greek","number_value":2423,"lemma":"Ἰεχονίας","transliteration":"Iechonías","pronunciation":null,"derivation":"of Hebrew origin (H03204);","strongs_definition":"Jechonias (i.e. Jekonjah), an Israelite","kjv_definition":"Jechonias"} +{"id":"G1276","strongs_number":"G1276","system":"greek","language":"greek","number_value":1276,"lemma":"διαπεράω","transliteration":"diaperáō","pronunciation":null,"derivation":"from G1223 (διά) and a derivative of the base of G4008 (πέραν);","strongs_definition":"to cross entirely","kjv_definition":"go over, pass (over), sail over"} +{"id":"G2796","strongs_number":"G2796","system":"greek","language":"greek","number_value":2796,"lemma":"κίνησις","transliteration":"kínēsis","pronunciation":null,"derivation":"from G2795 (κινέω);","strongs_definition":"a stirring","kjv_definition":"moving"} +{"id":"G3553","strongs_number":"G3553","system":"greek","language":"greek","number_value":3553,"lemma":"νόσημα","transliteration":"nósēma","pronunciation":null,"derivation":"from G3552 (νοσέω);","strongs_definition":"an ailment","kjv_definition":"disease"} +{"id":"G1292","strongs_number":"G1292","system":"greek","language":"greek","number_value":1292,"lemma":"διάστημα","transliteration":"diástēma","pronunciation":null,"derivation":"from G1339 (διΐστημι);","strongs_definition":"an interval","kjv_definition":"space"} +{"id":"G3760","strongs_number":"G3760","system":"greek","language":"greek","number_value":3760,"lemma":"οὐδαμῶς","transliteration":"oudamōs","pronunciation":null,"derivation":"adverb from (the feminine) of G3762 (οὐδείς);","strongs_definition":"by no means","kjv_definition":"not"} +{"id":"G416","strongs_number":"G416","system":"greek","language":"greek","number_value":416,"lemma":"ἀνεμίζω","transliteration":"anemízō","pronunciation":null,"derivation":"from G417 (ἄνεμος);","strongs_definition":"to toss with the wind","kjv_definition":"drive with the wind"} +{"id":"G2694","strongs_number":"G2694","system":"greek","language":"greek","number_value":2694,"lemma":"κατασύρω","transliteration":"katasýrō","pronunciation":null,"derivation":"from G2596 (κατά) and G4951 (σύρω);","strongs_definition":"to drag down, i.e. arrest judicially","kjv_definition":"hale"} +{"id":"G593","strongs_number":"G593","system":"greek","language":"greek","number_value":593,"lemma":"ἀποδοκιμάζω","transliteration":"apodokimázō","pronunciation":null,"derivation":"from G575 (ἀπό) and G1381 (δοκιμάζω);","strongs_definition":"to disapprove, i.e. (by implication) to repudiate","kjv_definition":"disallow, reject"} +{"id":"G5164","strongs_number":"G5164","system":"greek","language":"greek","number_value":5164,"lemma":"τροχός","transliteration":"trochós","pronunciation":null,"derivation":"from G5143 (τρέχω);","strongs_definition":"a wheel (as a runner), i.e. (figuratively) a circuit of physical effects","kjv_definition":"course"} +{"id":"G5425","strongs_number":"G5425","system":"greek","language":"greek","number_value":5425,"lemma":"φρίσσω","transliteration":"phríssō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to \"bristle\" or chill, i.e. shudder (fear)","kjv_definition":"tremble"} +{"id":"G644","strongs_number":"G644","system":"greek","language":"greek","number_value":644,"lemma":"ἀποσκίασμα","transliteration":"aposkíasma","pronunciation":null,"derivation":"from a compound of G575 (ἀπό) and a derivative of G4639 (σκιά);","strongs_definition":"a shading off, i.e. obscuration","kjv_definition":"shadow"} +{"id":"G4245","strongs_number":"G4245","system":"greek","language":"greek","number_value":4245,"lemma":"πρεσβύτερος","transliteration":"presbýteros","pronunciation":null,"derivation":"comparative of (elderly);","strongs_definition":"older; as noun, a senior; specially, an Israelite Sanhedrist (also figuratively, member of the celestial council) or Christian \"presbyter\"","kjv_definition":"elder(-est), old"} +{"id":"G3640","strongs_number":"G3640","system":"greek","language":"greek","number_value":3640,"lemma":"ὀλιγόπιστος","transliteration":"oligópistos","pronunciation":null,"derivation":"from G3641 (ὀλίγος) and G4102 (πίστις);","strongs_definition":"incredulous, i.e. lacking confidence (in Christ)","kjv_definition":"of little faith"} +{"id":"G1287","strongs_number":"G1287","system":"greek","language":"greek","number_value":1287,"lemma":"διασκορπίζω","transliteration":"diaskorpízō","pronunciation":null,"derivation":"from G1223 (διά) and G4650 (σκορπίζω);","strongs_definition":"to dissipate, i.e. (genitive case) to rout or separate; specially, to winnow; figuratively, to squander","kjv_definition":"disperse, scatter (abroad), strew, waste"} +{"id":"G4173","strongs_number":"G4173","system":"greek","language":"greek","number_value":4173,"lemma":"πολιτάρχης","transliteration":"politárchēs","pronunciation":null,"derivation":"from G4172 (πόλις) and G757 (ἄρχω);","strongs_definition":"a town-officer, i.e. magistrate","kjv_definition":"ruler of the city"} +{"id":"G5341","strongs_number":"G5341","system":"greek","language":"greek","number_value":5341,"lemma":"φελόνης","transliteration":"phelónēs","pronunciation":null,"derivation":"by transposition for a derivative probably of G5316 (φαίνω) (as showing outside the other garments);","strongs_definition":"a mantle (surtout)","kjv_definition":"cloke"} +{"id":"G3735","strongs_number":"G3735","system":"greek","language":"greek","number_value":3735,"lemma":"ὄρος","transliteration":"óros","pronunciation":null,"derivation":"probably from an obsolete (to rise or \"rear\";","strongs_definition":"perhaps akin to G142 (αἴρω); compare G3733 (ὄρνις)); a mountain (as lifting itself above the plain)","kjv_definition":"hill, mount(-ain)"} +{"id":"G1725","strongs_number":"G1725","system":"greek","language":"greek","number_value":1725,"lemma":"ἔναντι","transliteration":"énanti","pronunciation":null,"derivation":"from G1722 (ἐν) and G473 (ἀντί);","strongs_definition":"in front (i.e. figuratively, presence) of","kjv_definition":"before"} +{"id":"G671","strongs_number":"G671","system":"greek","language":"greek","number_value":671,"lemma":"ἀπόχρησις","transliteration":"apóchrēsis","pronunciation":null,"derivation":"from a compound of G575 (ἀπό) and G5530 (χράομαι);","strongs_definition":"the act of using up, i.e. consumption","kjv_definition":"using"} +{"id":"G133","strongs_number":"G133","system":"greek","language":"greek","number_value":133,"lemma":"αἴνεσις","transliteration":"aínesis","pronunciation":null,"derivation":"from G134 (αἰνέω);","strongs_definition":"a praising (the act), i.e. (specially) a thank(-offering)","kjv_definition":"praise"} +{"id":"G2764","strongs_number":"G2764","system":"greek","language":"greek","number_value":2764,"lemma":"κεραμικός","transliteration":"keramikós","pronunciation":null,"derivation":"from G2766 (κέραμος);","strongs_definition":"made of clay, i.e. earthen","kjv_definition":"of a potter"} +{"id":"G3423","strongs_number":"G3423","system":"greek","language":"greek","number_value":3423,"lemma":"μνηστεύω","transliteration":"mnēsteúō","pronunciation":null,"derivation":"from a derivative of G3415 (μνάομαι);","strongs_definition":"to give a souvenir (engagement present), i.e. betroth","kjv_definition":"espouse"} +{"id":"G196","strongs_number":"G196","system":"greek","language":"greek","number_value":196,"lemma":"ἀκριβέστατος","transliteration":"akribéstatos","pronunciation":null,"derivation":"superlative of (a derivative of the same as G206 (ἄκρον));","strongs_definition":"most exact","kjv_definition":"most straitest"} +{"id":"G3956","strongs_number":"G3956","system":"greek","language":"greek","number_value":3956,"lemma":"πᾶς","transliteration":"pâs","pronunciation":null,"derivation":"including all the forms of declension; apparently a primary word;","strongs_definition":"all, any, every, the whole","kjv_definition":"all (manner of, means), alway(-s), any (one), X daily, + ever, every (one, way), as many as, + no(-thing), X thoroughly, whatsoever, whole, whosoever"} +{"id":"G5596","strongs_number":"G5596","system":"greek","language":"greek","number_value":5596,"lemma":"ψωμίον","transliteration":"psōmíon","pronunciation":null,"derivation":"diminutive from a derivative of the base of G5597 (ψώχω);","strongs_definition":"a crumb or morsel (as if rubbed off), i.e. a mouthful","kjv_definition":"sop"} +{"id":"G328","strongs_number":"G328","system":"greek","language":"greek","number_value":328,"lemma":"ἀναζώννυμι","transliteration":"anazṓnnymi","pronunciation":null,"derivation":"from G303 (ἀνά) and G2224 (ζώννυμι);","strongs_definition":"to gird afresh","kjv_definition":"gird up"} +{"id":"G1377","strongs_number":"G1377","system":"greek","language":"greek","number_value":1377,"lemma":"διώκω","transliteration":"diṓkō","pronunciation":null,"derivation":"a prolonged (and causative) form of a primary verb (to flee;","strongs_definition":"compare the base of G1169 (δειλός) and G1249 (διάκονος)); to pursue (literally or figuratively); by implication, to persecute","kjv_definition":"ensue, follow (after), given to, (suffer) persecute(-ion), press forward"} +{"id":"G2288","strongs_number":"G2288","system":"greek","language":"greek","number_value":2288,"lemma":"θάνατος","transliteration":"thánatos","pronunciation":null,"derivation":"from G2348 (θνήσκω);","strongs_definition":"(properly, an adjective used as a noun) death (literally or figuratively)","kjv_definition":"X deadly, (be…) death"} +{"id":"G5590","strongs_number":"G5590","system":"greek","language":"greek","number_value":5590,"lemma":"ψυχή","transliteration":"psychḗ","pronunciation":null,"derivation":"from G5594 (ψύχω);","strongs_definition":"breath, i.e. (by implication) spirit, abstractly or concretely (the animal sentient principle only; thus distinguished on the one hand from G4151 (πνεῦμα), which is the rational and immortal soul; and on the other from G2222 (ζωή), which is mere vitality, even of plants: these terms thus exactly correspond respectively to the Hebrew H05315, H07307 and H02416)","kjv_definition":"heart (+ -ily), life, mind, soul, + us, + you"} +{"id":"G2343","strongs_number":"G2343","system":"greek","language":"greek","number_value":2343,"lemma":"θησαυρίζω","transliteration":"thēsaurízō","pronunciation":null,"derivation":"from G2344 (θησαυρός);","strongs_definition":"to amass or reserve (literally or figuratively)","kjv_definition":"lay up (treasure), (keep) in store, (heap) treasure (together, up)"} +{"id":"G3144","strongs_number":"G3144","system":"greek","language":"greek","number_value":3144,"lemma":"μάρτυς","transliteration":"mártys","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a witness (literally (judicially) or figuratively (genitive case)); by analogy, a \"martyr\"","kjv_definition":"martyr, record, witness"} +{"id":"G5157","strongs_number":"G5157","system":"greek","language":"greek","number_value":5157,"lemma":"τροπή","transliteration":"tropḗ","pronunciation":null,"derivation":"from an apparently primary to turn;","strongs_definition":"a turn (\"trope\"), i.e. revolution (figuratively, variation)","kjv_definition":"turning"} +{"id":"G3624","strongs_number":"G3624","system":"greek","language":"greek","number_value":3624,"lemma":"οἶκος","transliteration":"oîkos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a dwelling (more or less extensive, literal or figurative); by implication, a family (more or less related, literally or figuratively)","kjv_definition":"home, house(-hold), temple"} +{"id":"G4622","strongs_number":"G4622","system":"greek","language":"greek","number_value":4622,"lemma":"Σιών","transliteration":"Siṓn","pronunciation":null,"derivation":"of Hebrew origin (H06726);","strongs_definition":"Sion (i.e. Tsijon), a hill of Jerusalem; figuratively, the Church (militant or triumphant)","kjv_definition":"Sion"} +{"id":"G174","strongs_number":"G174","system":"greek","language":"greek","number_value":174,"lemma":"ἀκάνθινος","transliteration":"akánthinos","pronunciation":null,"derivation":"from G173 (ἄκανθα);","strongs_definition":"thorny","kjv_definition":"of thorns"} +{"id":"G3315","strongs_number":"G3315","system":"greek","language":"greek","number_value":3315,"lemma":"μεσιτεύω","transliteration":"mesiteúō","pronunciation":null,"derivation":"from G3316 (μεσίτης);","strongs_definition":"to interpose (as arbiter), i.e (by implication) to ratify (as surety)","kjv_definition":"confirm"} +{"id":"G4266","strongs_number":"G4266","system":"greek","language":"greek","number_value":4266,"lemma":"προγίνομαι","transliteration":"progínomai","pronunciation":null,"derivation":"from G4253 (πρό) and G1096 (γίνομαι);","strongs_definition":"to be already, i.e. have previousy transpired","kjv_definition":"be past"} +{"id":"G2765","strongs_number":"G2765","system":"greek","language":"greek","number_value":2765,"lemma":"κεράμιον","transliteration":"kerámion","pronunciation":null,"derivation":"neuter of a presumed derivative of G2766 (κέραμος);","strongs_definition":"an earthenware vessel, i.e. jar","kjv_definition":"pitcher"} +{"id":"G5384","strongs_number":"G5384","system":"greek","language":"greek","number_value":5384,"lemma":"φίλος","transliteration":"phílos","pronunciation":null,"derivation":"properly, dear, i.e. a friend;","strongs_definition":"actively, fond, i.e. friendly (still as a noun, an associate, neighbor, etc.)","kjv_definition":"friend"} +{"id":"G4032","strongs_number":"G4032","system":"greek","language":"greek","number_value":4032,"lemma":"περικρύπτω","transliteration":"perikrýptō","pronunciation":null,"derivation":"from G4012 (περί) and G2928 (κρύπτω);","strongs_definition":"to conceal all around, i.e. entirely","kjv_definition":"hide"} +{"id":"G2641","strongs_number":"G2641","system":"greek","language":"greek","number_value":2641,"lemma":"καταλείπω","transliteration":"kataleípō","pronunciation":null,"derivation":"from G2596 (κατά) and G3007 (λείπω);","strongs_definition":"to leave down, i.e. behind; by implication, to abandon, have remaining","kjv_definition":"forsake, leave, reserve"} +{"id":"G1848","strongs_number":"G1848","system":"greek","language":"greek","number_value":1848,"lemma":"ἐξουθενέω","transliteration":"exouthenéō","pronunciation":null,"derivation":"a variation of G1847 (ἐξουδενόω) and meaning the same","strongs_definition":null,"kjv_definition":"contemptible, despise, least esteemed, set at nought"} +{"id":"G5406","strongs_number":"G5406","system":"greek","language":"greek","number_value":5406,"lemma":"φονεύς","transliteration":"phoneús","pronunciation":null,"derivation":"from G5408 (φόνος);","strongs_definition":"a murderer (always of criminal (or at least intentional) homicide; which G443 (ἀνθρωποκτόνος) does not necessarily imply; while G4607 (σικάριος) is a special term for a public bandit)","kjv_definition":"murderer"} +{"id":"G4879","strongs_number":"G4879","system":"greek","language":"greek","number_value":4879,"lemma":"συναπάγω","transliteration":"synapágō","pronunciation":null,"derivation":"from G4862 (σύν) and G520 (ἀπάγω);","strongs_definition":"to take off together, i.e. transport with (seduce, passively, yield)","kjv_definition":"carry (lead) away with, condescend"} +{"id":"G4534","strongs_number":"G4534","system":"greek","language":"greek","number_value":4534,"lemma":"Σαλμώνη","transliteration":"Salmṓnē","pronunciation":null,"derivation":"perhaps of similar origin to G4529 (Σαλαμίς);","strongs_definition":"Salmone, a place in Crete","kjv_definition":"Salmone"} +{"id":"G462","strongs_number":"G462","system":"greek","language":"greek","number_value":462,"lemma":"ἀνόσιος","transliteration":"anósios","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3741 (ὅσιος);","strongs_definition":"wicked","kjv_definition":"unholy"} +{"id":"G4601","strongs_number":"G4601","system":"greek","language":"greek","number_value":4601,"lemma":"σιγάω","transliteration":"sigáō","pronunciation":null,"derivation":"from G4602 (σιγή);","strongs_definition":"to keep silent (transitively or intransitively)","kjv_definition":"keep close (secret, silence), hold peace"} +{"id":"G4168","strongs_number":"G4168","system":"greek","language":"greek","number_value":4168,"lemma":"ποίμνιον","transliteration":"poímnion","pronunciation":null,"derivation":"neuter of a presumed derivative of G4167 (ποίμνη);","strongs_definition":"a flock, i.e. (figuratively) group (of believers)","kjv_definition":"flock"} +{"id":"G4968","strongs_number":"G4968","system":"greek","language":"greek","number_value":4968,"lemma":"σφάγιον","transliteration":"sphágion","pronunciation":null,"derivation":"neuter of a derivative of G4967 (σφαγή);","strongs_definition":"a victim (in sacrifice)","kjv_definition":"slain beast"} +{"id":"G5364","strongs_number":"G5364","system":"greek","language":"greek","number_value":5364,"lemma":"φιλανθρώπως","transliteration":"philanthrṓpōs","pronunciation":null,"derivation":"adverb from a compound of G5384 (φίλος) and G444 (ἄνθρωπος);","strongs_definition":"fondly to man (\"philanthropically\"), i.e. humanely","kjv_definition":"courteously"} +{"id":"G1039","strongs_number":"G1039","system":"greek","language":"greek","number_value":1039,"lemma":"βύσσινος","transliteration":"býssinos","pronunciation":null,"derivation":"from G1040 (βύσσος);","strongs_definition":"made of linen (neuter a linen cloth)","kjv_definition":"fine linen"} +{"id":"G4842","strongs_number":"G4842","system":"greek","language":"greek","number_value":4842,"lemma":"συμπέμπω","transliteration":"sympémpō","pronunciation":null,"derivation":"from G4862 (σύν) and G3992 (πέμπω);","strongs_definition":"to despatch in company","kjv_definition":"send with"} +{"id":"G4823","strongs_number":"G4823","system":"greek","language":"greek","number_value":4823,"lemma":"συμβουλεύω","transliteration":"symbouleúō","pronunciation":null,"derivation":"from G4862 (σύν) and G1011 (βουλεύω);","strongs_definition":"to give (or take) advice jointly, i.e. recommend, deliberate or determine","kjv_definition":"consult, (give, take) counsel (together)"} +{"id":"G5209","strongs_number":"G5209","system":"greek","language":"greek","number_value":5209,"lemma":"ὑμᾶς","transliteration":"hymâs","pronunciation":null,"derivation":"accusative case of G5210 (ὑμεῖς);","strongs_definition":"you (as the objective of a verb or preposition)","kjv_definition":"ye, you (+ -ward), your (+ own)"} +{"id":"G4150","strongs_number":"G4150","system":"greek","language":"greek","number_value":4150,"lemma":"πλύνω","transliteration":"plýnō","pronunciation":null,"derivation":"a prolonged form of an obsolete (to \"flow\");","strongs_definition":"to \"plunge\", i.e. launder clothing","kjv_definition":"wash"} +{"id":"G4042","strongs_number":"G4042","system":"greek","language":"greek","number_value":4042,"lemma":"περιοχή","transliteration":"periochḗ","pronunciation":null,"derivation":"from G4023 (περιέχω);","strongs_definition":"a being held around, i.e. (concretely) a passage (of Scripture, as circumscribed)","kjv_definition":"place"} +{"id":"G4776","strongs_number":"G4776","system":"greek","language":"greek","number_value":4776,"lemma":"συγκαθίζω","transliteration":"synkathízō","pronunciation":null,"derivation":"from G4862 (σύν) and G2523 (καθίζω);","strongs_definition":"to give (or take) a seat in company with","kjv_definition":"(make) sit (down) together"} +{"id":"G369","strongs_number":"G369","system":"greek","language":"greek","number_value":369,"lemma":"ἀναντιῤῥήτως","transliteration":"anantirrhḗtōs","pronunciation":null,"derivation":"adverb from G368 (ἀναντίῤῥητος);","strongs_definition":"promptly","kjv_definition":"without gainsaying"} +{"id":"G5121","strongs_number":"G5121","system":"greek","language":"greek","number_value":5121,"lemma":"τοὐναντίον","transliteration":"tounantíon","pronunciation":null,"derivation":"contraction for the neuter of G3588 (ὁ) and G1726 (ἐναντίον);","strongs_definition":"on the contrary","kjv_definition":"contrariwise"} +{"id":"G5233","strongs_number":"G5233","system":"greek","language":"greek","number_value":5233,"lemma":"ὑπερβαίνω","transliteration":"hyperbaínō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and the base of G939 (βάσις);","strongs_definition":"to transcend, i.e. (figuratively) to overreach","kjv_definition":"go beyond"} +{"id":"G5079","strongs_number":"G5079","system":"greek","language":"greek","number_value":5079,"lemma":"τεχνίτης","transliteration":"technítēs","pronunciation":null,"derivation":"from G5078 (τέχνη);","strongs_definition":"an artisan; figuratively, a founder (Creator)","kjv_definition":"builder, craftsman"} +{"id":"G2856","strongs_number":"G2856","system":"greek","language":"greek","number_value":2856,"lemma":"κολοβόω","transliteration":"kolobóō","pronunciation":null,"derivation":"from a derivative of the base of G2849 (κολάζω);","strongs_definition":"to dock, i.e. (figuratively) abridge","kjv_definition":"shorten"} +{"id":"G4120","strongs_number":"G4120","system":"greek","language":"greek","number_value":4120,"lemma":"πλέκω","transliteration":"plékō","pronunciation":null,"derivation":"a primary word;","strongs_definition":"to twine or braid","kjv_definition":"plait"} +{"id":"G3887","strongs_number":"G3887","system":"greek","language":"greek","number_value":3887,"lemma":"παραμένω","transliteration":"paraménō","pronunciation":null,"derivation":"from G3844 (παρά) and G3306 (μένω);","strongs_definition":"to stay near, i.e. remain (literally, tarry; or figuratively, be permanent, persevere)","kjv_definition":"abide, continue"} +{"id":"G5618","strongs_number":"G5618","system":"greek","language":"greek","number_value":5618,"lemma":"ὥσπερ","transliteration":"hṓsper","pronunciation":null,"derivation":"from G5613 (ὡς) and G4007 (περ);","strongs_definition":"just as, i.e. exactly like","kjv_definition":"(even, like) as"} +{"id":"G5482","strongs_number":"G5482","system":"greek","language":"greek","number_value":5482,"lemma":"χάραξ","transliteration":"chárax","pronunciation":null,"derivation":"from (to sharpen to a point;","strongs_definition":"akin to G1125 (γράφω) through the idea of scratching); a stake, i.e. (by implication) a palisade or rampart (military mound for circumvallation in a siege)","kjv_definition":"trench"} +{"id":"G1438","strongs_number":"G1438","system":"greek","language":"greek","number_value":1438,"lemma":"ἑαυτοῦ","transliteration":"heautoû","pronunciation":null,"derivation":"from a reflexive pronoun otherwise obsolete and the genitive case (dative case or accusative case) of G846 (αὐτός);","strongs_definition":"him- (her-, it-, them-, also (in conjunction with the personal pronoun of the other persons) my-, thy-, our-, your-) self (selves), etc.","kjv_definition":"alone, her (own, -self), (he) himself, his (own), itself, one (to) another, our (thine) own(-selves), + that she had, their (own, own selves), (of) them(-selves), they, thyself, you, your (own, own conceits, own selves, -selves)"} +{"id":"G1103","strongs_number":"G1103","system":"greek","language":"greek","number_value":1103,"lemma":"γνήσιος","transliteration":"gnḗsios","pronunciation":null,"derivation":"from the same as G1077 (γενέσια);","strongs_definition":"legitimate (of birth), i.e. genuine","kjv_definition":"own, sincerity, true"} +{"id":"G5490","strongs_number":"G5490","system":"greek","language":"greek","number_value":5490,"lemma":"χάσμα","transliteration":"chásma","pronunciation":null,"derivation":"from a form of an obsolete primary (to \"gape\" or \"yawn\");","strongs_definition":"a \"chasm\" or vacancy (impassable interval)","kjv_definition":"gulf"} +{"id":"G2557","strongs_number":"G2557","system":"greek","language":"greek","number_value":2557,"lemma":"κακοῦργος","transliteration":"kakoûrgos","pronunciation":null,"derivation":"from G2556 (κακός) and the base of G2041 (ἔργον);","strongs_definition":"a wrong-doer, i.e. criminal","kjv_definition":"evil-doer, malefactor"} +{"id":"G5017","strongs_number":"G5017","system":"greek","language":"greek","number_value":5017,"lemma":"τάραχος","transliteration":"tárachos","pronunciation":null,"derivation":"masculine from G5015 (ταράσσω);","strongs_definition":"a disturbance, i.e. (popular) tumult","kjv_definition":"stir"} +{"id":"G4926","strongs_number":"G4926","system":"greek","language":"greek","number_value":4926,"lemma":"συνομιλέω","transliteration":"synomiléō","pronunciation":null,"derivation":"from G4862 (σύν) and G3656 (ὁμιλέω);","strongs_definition":"to converse mutually","kjv_definition":"talk with"} +{"id":"G960","strongs_number":"G960","system":"greek","language":"greek","number_value":960,"lemma":"Βέροια","transliteration":"Béroia","pronunciation":null,"derivation":"perhaps a provincial from a derivative of G4008 (πέραν) (Perœa, i.e. the region beyond the coast-line);","strongs_definition":"Berœa, a place in Macedonia","kjv_definition":"Berea"} +{"id":"G5242","strongs_number":"G5242","system":"greek","language":"greek","number_value":5242,"lemma":"ὑπερέχω","transliteration":"hyperéchō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G2192 (ἔχω);","strongs_definition":"to hold oneself above, i.e. (figuratively) to excel; participle (as adjective, or neuter as noun) superior, superiority","kjv_definition":"better, excellency, higher, pass, supreme"} +{"id":"G3848","strongs_number":"G3848","system":"greek","language":"greek","number_value":3848,"lemma":"παραβάτης","transliteration":"parabátēs","pronunciation":null,"derivation":"from G3845 (παραβαίνω);","strongs_definition":"a violator","kjv_definition":"breaker, transgress(-or)"} +{"id":"G748","strongs_number":"G748","system":"greek","language":"greek","number_value":748,"lemma":"ἀρχιερατικός","transliteration":"archieratikós","pronunciation":null,"derivation":"from G746 (ἀρχή) and a derivative of G2413 (ἱερός);","strongs_definition":"high-priestly","kjv_definition":"of the high-priest"} +{"id":"G4973","strongs_number":"G4973","system":"greek","language":"greek","number_value":4973,"lemma":"σφραγίς","transliteration":"sphragís","pronunciation":null,"derivation":"probably strengthened from G5420 (φράσσω);","strongs_definition":"a signet (as fencing in or protecting from misappropriation); by implication, the stamp impressed (as a mark of privacy, or genuineness), literally or figuratively","kjv_definition":"seal"} +{"id":"G2514","strongs_number":"G2514","system":"greek","language":"greek","number_value":2514,"lemma":"καθαρότης","transliteration":"katharótēs","pronunciation":null,"derivation":"from G2513 (καθαρός);","strongs_definition":"cleanness (ceremonially)","kjv_definition":"purification"} +{"id":"G3522","strongs_number":"G3522","system":"greek","language":"greek","number_value":3522,"lemma":"νηστεύω","transliteration":"nēsteúō","pronunciation":null,"derivation":"from G3523 (νῆστις);","strongs_definition":"to abstain from food (religiously)","kjv_definition":"fast"} +{"id":"G202","strongs_number":"G202","system":"greek","language":"greek","number_value":202,"lemma":"ἀκροατής","transliteration":"akroatḗs","pronunciation":null,"derivation":"from (to listen;","strongs_definition":"apparently an intensive of G191 (ἀκούω)); a hearer (merely)","kjv_definition":"hearer"} +{"id":"G3800","strongs_number":"G3800","system":"greek","language":"greek","number_value":3800,"lemma":"ὀψώνιον","transliteration":"opsṓnion","pronunciation":null,"derivation":"neuter of a presumed derivative of the same as G3795 (ὀψάριον);","strongs_definition":"rations for a soldier, i.e. (by extension) his stipend or pay","kjv_definition":"wages"} +{"id":"G3487","strongs_number":"G3487","system":"greek","language":"greek","number_value":3487,"lemma":"νάρδος","transliteration":"nárdos","pronunciation":null,"derivation":"of foreign origin (compare H05373);","strongs_definition":"\"nard\"","kjv_definition":"(spike-)nard"} +{"id":"G2411","strongs_number":"G2411","system":"greek","language":"greek","number_value":2411,"lemma":"ἱερόν","transliteration":"hierón","pronunciation":null,"derivation":"neuter of G2413 (ἱερός);","strongs_definition":"a sacred place, i.e. the entire precincts (whereas G3485 (ναός) denotes the central sanctuary itself) of the Temple (at Jerusalem or elsewhere)","kjv_definition":"temple"} +{"id":"G3443","strongs_number":"G3443","system":"greek","language":"greek","number_value":3443,"lemma":"μονόω","transliteration":"monóō","pronunciation":null,"derivation":"from G3441 (μόνος);","strongs_definition":"to isolate, i.e. bereave","kjv_definition":"be desolate"} +{"id":"G5","strongs_number":"G5","system":"greek","language":"greek","number_value":5,"lemma":"Ἀββᾶ","transliteration":"Abbâ","pronunciation":null,"derivation":"of Chaldee origin (H02);","strongs_definition":"father as a vocative","kjv_definition":"Abba"} +{"id":"G4051","strongs_number":"G4051","system":"greek","language":"greek","number_value":4051,"lemma":"περίσσευμα","transliteration":"perísseuma","pronunciation":null,"derivation":"from G4052 (περισσεύω);","strongs_definition":"a surplus, or superabundance","kjv_definition":"abundance, that was left, over and above"} +{"id":"G1518","strongs_number":"G1518","system":"greek","language":"greek","number_value":1518,"lemma":"εἰρηνοποιός","transliteration":"eirēnopoiós","pronunciation":null,"derivation":"from G1515 (εἰρήνη) and G4160 (ποιέω);","strongs_definition":"pacificatory, i.e. (subjectively) peaceable","kjv_definition":"peacemaker"} +{"id":"G1835","strongs_number":"G1835","system":"greek","language":"greek","number_value":1835,"lemma":"ἑξήκοντα","transliteration":"hexḗkonta","pronunciation":null,"derivation":"the tenth multiple of G1803 (ἕξ);","strongs_definition":"sixty","kjv_definition":"sixty(-fold), threescore"} +{"id":"G2399","strongs_number":"G2399","system":"greek","language":"greek","number_value":2399,"lemma":"ἰδιώτης","transliteration":"idiṓtēs","pronunciation":null,"derivation":"from G2398 (ἴδιος);","strongs_definition":"a private person, i.e. (by implication) an ignoramus (compare \"idiot\")","kjv_definition":"ignorant, rude, unlearned"} +{"id":"G775","strongs_number":"G775","system":"greek","language":"greek","number_value":775,"lemma":"Ἀσιάρχης","transliteration":"Asiárchēs","pronunciation":null,"derivation":"from G773 (Ἀσία) and G746 (ἀρχή);","strongs_definition":"an Asiarch or president of the public festivities in a city of Asia Minor","kjv_definition":"chief of Asia"} +{"id":"G5085","strongs_number":"G5085","system":"greek","language":"greek","number_value":5085,"lemma":"Τιβεριάς","transliteration":"Tiberiás","pronunciation":null,"derivation":"from G5086 (Τιβέριος);","strongs_definition":"Tiberias, the name of a town and a lake in Palestine","kjv_definition":"Tiberias"} +{"id":"G614","strongs_number":"G614","system":"greek","language":"greek","number_value":614,"lemma":"ἀπόκρυφος","transliteration":"apókryphos","pronunciation":null,"derivation":"from G613 (ἀποκρύπτω);","strongs_definition":"secret; by implication, treasured","kjv_definition":"hid, kept secret"} +{"id":"G2566","strongs_number":"G2566","system":"greek","language":"greek","number_value":2566,"lemma":"καλλίον","transliteration":"kallíon","pronunciation":null,"derivation":"neuter of the (irregular) comparative of G2570 (καλός);","strongs_definition":"(adverbially) better than many","kjv_definition":"very well"} +{"id":"G5286","strongs_number":"G5286","system":"greek","language":"greek","number_value":5286,"lemma":"ὑποπόδιον","transliteration":"hypopódion","pronunciation":null,"derivation":"neuter of a compound of G5259 (ὑπό) and G4228 (πούς);","strongs_definition":"something under the feet, i.e. a foot-rest (figuratively)","kjv_definition":"footstool"} +{"id":"G4401","strongs_number":"G4401","system":"greek","language":"greek","number_value":4401,"lemma":"προχειροτονέω","transliteration":"procheirotonéō","pronunciation":null,"derivation":"from G4253 (πρό) and G5500 (χειροτονέω);","strongs_definition":"to elect in advance","kjv_definition":"choose before"} +{"id":"G4050","strongs_number":"G4050","system":"greek","language":"greek","number_value":4050,"lemma":"περισσεία","transliteration":"perisseía","pronunciation":null,"derivation":"from G4052 (περισσεύω);","strongs_definition":"surplusage, i.e. superabundance","kjv_definition":"abundance(-ant, (-ly)), superfluity"} +{"id":"G4335","strongs_number":"G4335","system":"greek","language":"greek","number_value":4335,"lemma":"προσευχή","transliteration":"proseuchḗ","pronunciation":null,"derivation":"from G4336 (προσεύχομαι);","strongs_definition":"prayer (worship); by implication, an oratory (chapel)","kjv_definition":"X pray earnestly, prayer"} +{"id":"G3510","strongs_number":"G3510","system":"greek","language":"greek","number_value":3510,"lemma":"νεφρός","transliteration":"nephrós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a kidney (plural), i.e. (figuratively) the inmost mind","kjv_definition":"reins"} +{"id":"G2043","strongs_number":"G2043","system":"greek","language":"greek","number_value":2043,"lemma":"ἐρείδω","transliteration":"ereídō","pronunciation":null,"derivation":"of obscure affinity;","strongs_definition":"to prop, i.e. (reflexively) get fast","kjv_definition":"stick fast"} +{"id":"G3671","strongs_number":"G3671","system":"greek","language":"greek","number_value":3671,"lemma":"ὁμολογία","transliteration":"homología","pronunciation":null,"derivation":"from the same as G3670 (ὁμολογέω);","strongs_definition":"acknowledgment","kjv_definition":"con- (pro-)fession, professed"} +{"id":"G548","strongs_number":"G548","system":"greek","language":"greek","number_value":548,"lemma":"ἄπειμι","transliteration":"ápeimi","pronunciation":null,"derivation":"from G575 (ἀπό) and G1510 (εἰμί);","strongs_definition":"to be away","kjv_definition":"be absent"} +{"id":"G1233","strongs_number":"G1233","system":"greek","language":"greek","number_value":1233,"lemma":"διάγνωσις","transliteration":"diágnōsis","pronunciation":null,"derivation":"from G1231 (διαγινώσκω);","strongs_definition":"(magisterial) examination (\"diagnosis\")","kjv_definition":"hearing"} +{"id":"G3005","strongs_number":"G3005","system":"greek","language":"greek","number_value":3005,"lemma":"λεῖμμα","transliteration":"leîmma","pronunciation":null,"derivation":"from G3007 (λείπω);","strongs_definition":"a remainder","kjv_definition":"remnant"} +{"id":"G2387","strongs_number":"G2387","system":"greek","language":"greek","number_value":2387,"lemma":"Ἰαμβρῆς","transliteration":"Iambrēs","pronunciation":null,"derivation":"of Egyptian origin;","strongs_definition":"Jambres, an Egyptian","kjv_definition":"Jambres"} +{"id":"G2669","strongs_number":"G2669","system":"greek","language":"greek","number_value":2669,"lemma":"καταπονέω","transliteration":"kataponéō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G4192 (πόνος);","strongs_definition":"to labor down, i.e. wear with toil (figuratively, harass)","kjv_definition":"oppress, vex"} +{"id":"G1238","strongs_number":"G1238","system":"greek","language":"greek","number_value":1238,"lemma":"διάδημα","transliteration":"diádēma","pronunciation":null,"derivation":"from a compound of G1223 (διά) and G1210 (δέω);","strongs_definition":"a \"diadem\" (as bound about the head)","kjv_definition":"crown"} +{"id":"G4256","strongs_number":"G4256","system":"greek","language":"greek","number_value":4256,"lemma":"προαιτιάομαι","transliteration":"proaitiáomai","pronunciation":null,"derivation":"from G4253 (πρό) and a derivative of G156 (αἰτία);","strongs_definition":"to accuse already, i.e. previously charge","kjv_definition":"prove before"} +{"id":"G1696","strongs_number":"G1696","system":"greek","language":"greek","number_value":1696,"lemma":"ἐμμένω","transliteration":"emménō","pronunciation":null,"derivation":"from G1722 (ἐν) and G3306 (μένω);","strongs_definition":"to stay in the same place, i.e. (figuratively) persevere","kjv_definition":"continue"} +{"id":"G2881","strongs_number":"G2881","system":"greek","language":"greek","number_value":2881,"lemma":"Κορίνθιος","transliteration":"Korínthios","pronunciation":null,"derivation":"from G2882 (Κόρινθος);","strongs_definition":"a Corinthian, i.e. inhabitant of Corinth","kjv_definition":"Corinthian"} +{"id":"G1144","strongs_number":"G1144","system":"greek","language":"greek","number_value":1144,"lemma":"δάκρυ","transliteration":"dákry","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a tear","kjv_definition":"tear"} +{"id":"G383","strongs_number":"G383","system":"greek","language":"greek","number_value":383,"lemma":"ἀνασείω","transliteration":"anaseíō","pronunciation":null,"derivation":"from G303 (ἀνά) and G4579 (σείω);","strongs_definition":"figuratively, to excite","kjv_definition":"move, stir up"} +{"id":"G1646","strongs_number":"G1646","system":"greek","language":"greek","number_value":1646,"lemma":"ἐλάχιστος","transliteration":"eláchistos","pronunciation":null,"derivation":"superlative of (short);","strongs_definition":"used as equivalent to G3398 (μικρός); least (in size, amount, dignity, etc.)","kjv_definition":"least, very little (small), smallest"} +{"id":"G2635","strongs_number":"G2635","system":"greek","language":"greek","number_value":2635,"lemma":"καταλαλέω","transliteration":"katalaléō","pronunciation":null,"derivation":"from G2637 (κατάλαλος);","strongs_definition":"to be a traducer, i.e. to slander","kjv_definition":"speak against (evil of)"} +{"id":"G3318","strongs_number":"G3318","system":"greek","language":"greek","number_value":3318,"lemma":"Μεσοποταμία","transliteration":"Mesopotamía","pronunciation":null,"derivation":"from G3319 (μέσος) and G4215 (ποταμός);","strongs_definition":"Mesopotamia (as lying between the Euphrates and the Tigris; compare 0763), a region of Asia","kjv_definition":"Mesopotamia"} +{"id":"G1799","strongs_number":"G1799","system":"greek","language":"greek","number_value":1799,"lemma":"ἐνώπιον","transliteration":"enṓpion","pronunciation":null,"derivation":"neuter of a compound of G1722 (ἐν) and a derivative of G3700 (ὀπτάνομαι);","strongs_definition":"in the face of (literally or figuratively)","kjv_definition":"before, in the presence (sight) of, to"} +{"id":"G3548","strongs_number":"G3548","system":"greek","language":"greek","number_value":3548,"lemma":"νομοθεσία","transliteration":"nomothesía","pronunciation":null,"derivation":"from G3550 (νομοθέτης);","strongs_definition":"legislation (specially, the institution of the Mosaic code)","kjv_definition":"giving of the law"} +{"id":"G1992","strongs_number":"G1992","system":"greek","language":"greek","number_value":1992,"lemma":"ἐπιστολή","transliteration":"epistolḗ","pronunciation":null,"derivation":"from G1989 (ἐπιστέλλω);","strongs_definition":"a written message","kjv_definition":"\"epistle,\" letter"} +{"id":"G10","strongs_number":"G10","system":"greek","language":"greek","number_value":10,"lemma":"Ἀβιούδ","transliteration":"Abioúd","pronunciation":null,"derivation":"of Hebrew origin (H031);","strongs_definition":"Abihud, an Israelite","kjv_definition":"Abiud"} +{"id":"G5152","strongs_number":"G5152","system":"greek","language":"greek","number_value":5152,"lemma":"τρίστεγον","transliteration":"trístegon","pronunciation":null,"derivation":"neuter of a compound of G5140 (τρεῖς) and G4721 (στέγη) as noun;","strongs_definition":"a third roof (story)","kjv_definition":"third loft"} +{"id":"G4637","strongs_number":"G4637","system":"greek","language":"greek","number_value":4637,"lemma":"σκηνόω","transliteration":"skēnóō","pronunciation":null,"derivation":"from G4636 (σκῆνος);","strongs_definition":"to tent or encamp, i.e. (figuratively) to occupy (as a mansion) or (specially), to reside (as God did in the Tabernacle of old, a symbol of protection and communion)","kjv_definition":"dwell"} +{"id":"G4164","strongs_number":"G4164","system":"greek","language":"greek","number_value":4164,"lemma":"ποικίλος","transliteration":"poikílos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"motley, i.e. various in character","kjv_definition":"divers, manifold"} +{"id":"G5564","strongs_number":"G5564","system":"greek","language":"greek","number_value":5564,"lemma":"χωρίον","transliteration":"chōríon","pronunciation":null,"derivation":"diminutive of G5561 (χώρα);","strongs_definition":"a spot or plot of ground","kjv_definition":"field, land, parcel of ground, place, possession"} +{"id":"G2759","strongs_number":"G2759","system":"greek","language":"greek","number_value":2759,"lemma":"κέντρον","transliteration":"kéntron","pronunciation":null,"derivation":"from (to prick);","strongs_definition":"a point (\"centre\"), i.e. a sting (figuratively, poison) or goad (figuratively, divine impulse)","kjv_definition":"prick, sting"} +{"id":"G3478","strongs_number":"G3478","system":"greek","language":"greek","number_value":3478,"lemma":"Ναζαρέθ","transliteration":"Nazaréth","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Nazareth or Nazaret, a place in Palestine","kjv_definition":"Nazareth"} +{"id":"G2991","strongs_number":"G2991","system":"greek","language":"greek","number_value":2991,"lemma":"λαξευτός","transliteration":"laxeutós","pronunciation":null,"derivation":"from a compound of (a stone) and the base of G3584 (ξηρός) (in its original sense of scraping);","strongs_definition":"rock-quarried","kjv_definition":"hewn in stone"} +{"id":"G3928","strongs_number":"G3928","system":"greek","language":"greek","number_value":3928,"lemma":"παρέρχομαι","transliteration":"parérchomai","pronunciation":null,"derivation":"from G3844 (παρά) and G2064 (ἔρχομαι);","strongs_definition":"to come near or aside, i.e. to approach (arrive), go by (or away), (figuratively) perish or neglect, (causative) avert","kjv_definition":"come (forth), go, pass (away, by, over), past, transgress"} +{"id":"G2322","strongs_number":"G2322","system":"greek","language":"greek","number_value":2322,"lemma":"θεραπεία","transliteration":"therapeía","pronunciation":null,"derivation":"from G2323 (θεραπεύω);","strongs_definition":"attendance (specially, medical, i.e. cure); figuratively and collectively, domestics","kjv_definition":"healing, household"} +{"id":"G4928","strongs_number":"G4928","system":"greek","language":"greek","number_value":4928,"lemma":"συνοχή","transliteration":"synochḗ","pronunciation":null,"derivation":"from G4912 (συνέχω);","strongs_definition":"restraint, i.e. (figuratively) anxiety","kjv_definition":"anguish, distress"} +{"id":"G4177","strongs_number":"G4177","system":"greek","language":"greek","number_value":4177,"lemma":"πολίτης","transliteration":"polítēs","pronunciation":null,"derivation":"from G4172 (πόλις);","strongs_definition":"a townsman","kjv_definition":"citizen"} +{"id":"G4304","strongs_number":"G4304","system":"greek","language":"greek","number_value":4304,"lemma":"προμελετάω","transliteration":"promeletáō","pronunciation":null,"derivation":"from G4253 (πρό) and G3191 (μελετάω);","strongs_definition":"to premeditate","kjv_definition":"meditate before"} +{"id":"G5567","strongs_number":"G5567","system":"greek","language":"greek","number_value":5567,"lemma":"ψάλλω","transliteration":"psállō","pronunciation":null,"derivation":"probably strengthened from (to rub or touch the surface;","strongs_definition":"compare G5597 (ψώχω)); to twitch or twang, i.e. to play on a stringed instrument (celebrate the divine worship with music and accompanying odes)","kjv_definition":"make melody, sing (psalms)"} +{"id":"G1420","strongs_number":"G1420","system":"greek","language":"greek","number_value":1420,"lemma":"δυσεντερία","transliteration":"dysentería","pronunciation":null,"derivation":"from G1418 (δυσ-) and a comparative of G1787 (ἐντός) (meaning a bowel);","strongs_definition":"a \"dysentery\"","kjv_definition":"bloody flux"} +{"id":"G1382","strongs_number":"G1382","system":"greek","language":"greek","number_value":1382,"lemma":"δοκιμή","transliteration":"dokimḗ","pronunciation":null,"derivation":"from the same as G1384 (δόκιμος);","strongs_definition":"test (abstractly or concretely); by implication, trustiness","kjv_definition":"experience(-riment), proof, trial"} +{"id":"G1216","strongs_number":"G1216","system":"greek","language":"greek","number_value":1216,"lemma":"Δημήτριος","transliteration":"Dēmḗtrios","pronunciation":null,"derivation":"from (Ceres);","strongs_definition":"Demetrius, the name of an Ephesian and of a Christian","kjv_definition":"Demetrius"} +{"id":"G3654","strongs_number":"G3654","system":"greek","language":"greek","number_value":3654,"lemma":"ὅλως","transliteration":"hólōs","pronunciation":null,"derivation":"adverb from G3650 (ὅλος);","strongs_definition":"completely, i.e. altogether; (by analogy), everywhere; (negatively) not by any means","kjv_definition":"at all, commonly, utterly"} +{"id":"G2678","strongs_number":"G2678","system":"greek","language":"greek","number_value":2678,"lemma":"κατασείω","transliteration":"kataseíō","pronunciation":null,"derivation":"from G2596 (κατά) and G4579 (σείω);","strongs_definition":"to sway downward, i.e. make a signal","kjv_definition":"beckon"} +{"id":"G2229","strongs_number":"G2229","system":"greek","language":"greek","number_value":2229,"lemma":"ἦ","transliteration":"ē","pronunciation":null,"derivation":"an adverb of confirmation; perhaps intensive of G2228 (ἤ); used only (in the New Testament) before G3303 (μέν);","strongs_definition":"assuredly","kjv_definition":"surely"} +{"id":"G4505","strongs_number":"G4505","system":"greek","language":"greek","number_value":4505,"lemma":"ῥύμη","transliteration":"rhýmē","pronunciation":null,"derivation":"prolongation from G4506 (ῥύομαι) in its original sense;","strongs_definition":"an alley or avenue (as crowded)","kjv_definition":"lane, street"} +{"id":"G3360","strongs_number":"G3360","system":"greek","language":"greek","number_value":3360,"lemma":"μέχρι","transliteration":"méchri","pronunciation":null,"derivation":"from G3372 (μῆκος);","strongs_definition":"as far as, i.e. up to a certain point (as a preposition, of extent (denoting the terminus, whereas G891 (ἄχρι) refers especially to the space of time or place intervening) or conjunction)","kjv_definition":"till, (un-)to, until"} +{"id":"G4424","strongs_number":"G4424","system":"greek","language":"greek","number_value":4424,"lemma":"Πτολεμαΐς","transliteration":"Ptolemaḯs","pronunciation":null,"derivation":"from (Ptolemy, after whom it was named);","strongs_definition":"Ptolemais, a place in Palestine","kjv_definition":"Ptolemais"} +{"id":"G2699","strongs_number":"G2699","system":"greek","language":"greek","number_value":2699,"lemma":"κατατομή","transliteration":"katatomḗ","pronunciation":null,"derivation":"from a compound of G2596 (κατά) and (to cut);","strongs_definition":"a cutting down (off), i.e. mutilation (ironically)","kjv_definition":"concision"} +{"id":"G2309","strongs_number":"G2309","system":"greek","language":"greek","number_value":2309,"lemma":"θέλω","transliteration":"thélō","pronunciation":null,"derivation":"apparently strengthened from the alternate form of G138 (αἱρέομαι);","strongs_definition":"to determine (as an active option from subjective impulse; whereas G1014 (βούλομαι) properly denotes rather a passive acquiescence in objective considerations), i.e. choose or prefer (literally or figuratively); by implication, to wish, i.e. be inclined to (sometimes adverbially, gladly); impersonally for the future tense, to be about to; by Hebraism, to delight in","kjv_definition":"desire, be disposed (forward), intend, list, love, mean, please, have rather, (be) will (have, -ling, - ling(-ly))"} +{"id":"G5193","strongs_number":"G5193","system":"greek","language":"greek","number_value":5193,"lemma":"ὑάλινος","transliteration":"hyálinos","pronunciation":null,"derivation":"from G5194 (ὕαλος);","strongs_definition":"glassy, i.e. transparent","kjv_definition":"of glass"} +{"id":"G3388","strongs_number":"G3388","system":"greek","language":"greek","number_value":3388,"lemma":"μήτρα","transliteration":"mḗtra","pronunciation":null,"derivation":"from G3384 (μήτηρ);","strongs_definition":"the matrix","kjv_definition":"womb"} +{"id":"G4860","strongs_number":"G4860","system":"greek","language":"greek","number_value":4860,"lemma":"συμψηφίζω","transliteration":"sympsēphízō","pronunciation":null,"derivation":"from G4862 (σύν) and G5585 (ψηφίζω);","strongs_definition":"to compute jointly","kjv_definition":"reckon"} +{"id":"G3587","strongs_number":"G3587","system":"greek","language":"greek","number_value":3587,"lemma":"ξυράω","transliteration":"xyráō","pronunciation":null,"derivation":"from a derivative of the same as G3586 (ξύλον) (meaning a razor);","strongs_definition":"to shave or \"shear\" the hair","kjv_definition":"shave"} +{"id":"G4672","strongs_number":"G4672","system":"greek","language":"greek","number_value":4672,"lemma":"Σολομών","transliteration":"Solomṓn","pronunciation":null,"derivation":"of Hebrew origin (H08010);","strongs_definition":"Solomon (i.e. Shelomoh), the son of David","kjv_definition":"Solomon"} +{"id":"G2463","strongs_number":"G2463","system":"greek","language":"greek","number_value":2463,"lemma":"ἶρις","transliteration":"îris","pronunciation":null,"derivation":"perhaps from G2046 (ἐρέω) (as a symbol of the female messenger of the pagan deities);","strongs_definition":"a rainbow (\"iris\")","kjv_definition":"rainbow"} +{"id":"G3545","strongs_number":"G3545","system":"greek","language":"greek","number_value":3545,"lemma":"νομίμως","transliteration":"nomímōs","pronunciation":null,"derivation":"adverb from a derivative of G3551 (νόμος);","strongs_definition":"legitimately (specially, agreeably to the rules of the lists)","kjv_definition":"lawfully"} +{"id":"G723","strongs_number":"G723","system":"greek","language":"greek","number_value":723,"lemma":"ἄροτρον","transliteration":"árotron","pronunciation":null,"derivation":"from (to till);","strongs_definition":"a plow","kjv_definition":"plough"} +{"id":"G891","strongs_number":"G891","system":"greek","language":"greek","number_value":891,"lemma":"ἄχρι","transliteration":"áchri","pronunciation":null,"derivation":"akin to G206 (ἄκρον) (through the idea of a terminus);","strongs_definition":"(of time) until or (of place) up to","kjv_definition":"as far as, for, in(-to), till, (even, un-)to, until, while"} +{"id":"G403","strongs_number":"G403","system":"greek","language":"greek","number_value":403,"lemma":"ἀνάψυξις","transliteration":"anápsyxis","pronunciation":null,"derivation":"from G404 (ἀναψύχω);","strongs_definition":"properly, a recovery of breath, i.e. (figuratively) revival","kjv_definition":"revival"} +{"id":"G4430","strongs_number":"G4430","system":"greek","language":"greek","number_value":4430,"lemma":"πτῶμα","transliteration":"ptōma","pronunciation":null,"derivation":"from the alternate of G4098 (πίπτω);","strongs_definition":"a ruin, i.e. (specially), lifeless body (corpse, carrion)","kjv_definition":"dead body, carcase, corpse"} +{"id":"G4659","strongs_number":"G4659","system":"greek","language":"greek","number_value":4659,"lemma":"σκυθρωπός","transliteration":"skythrōpós","pronunciation":null,"derivation":"from (sullen) and a derivative of G3700 (ὀπτάνομαι);","strongs_definition":"angry-visaged, i.e. gloomy or affecting a mournful appearance","kjv_definition":"of a sad countenance"} +{"id":"G3178","strongs_number":"G3178","system":"greek","language":"greek","number_value":3178,"lemma":"μέθη","transliteration":"méthē","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"an intoxicant, i.e. (by implication) intoxication","kjv_definition":"drunkenness"} +{"id":"G3122","strongs_number":"G3122","system":"greek","language":"greek","number_value":3122,"lemma":"μάλιστα","transliteration":"málista","pronunciation":null,"derivation":"neuter plural of the superlative of an apparently primary adverb (very);","strongs_definition":"(adverbially) most (in the greatest degree) or particularly","kjv_definition":"chiefly, most of all, (e-)specially"} +{"id":"G3925","strongs_number":"G3925","system":"greek","language":"greek","number_value":3925,"lemma":"παρεμβολή","transliteration":"parembolḗ","pronunciation":null,"derivation":"from a compound of G3844 (παρά) and G1685 (ἐμβάλλω);","strongs_definition":"a throwing in beside (juxtaposition), i.e. (specially), battle-array, encampment or barracks (tower Antonia)","kjv_definition":"army, camp, castle"} +{"id":"G3694","strongs_number":"G3694","system":"greek","language":"greek","number_value":3694,"lemma":"ὀπίσω","transliteration":"opísō","pronunciation":null,"derivation":"from the same as G3693 (ὄπισθεν) with enclitic of direction;","strongs_definition":"to the back, i.e. aback (as adverb or preposition of time or place; or as noun)","kjv_definition":"after, back(-ward), (+ get) behind, + follow"} +{"id":"G528","strongs_number":"G528","system":"greek","language":"greek","number_value":528,"lemma":"ἀπαντάω","transliteration":"apantáō","pronunciation":null,"derivation":"from G575 (ἀπό) and a derivative of G473 (ἀντί);","strongs_definition":"to meet away, i.e. encounter","kjv_definition":"meet"} +{"id":"G2487","strongs_number":"G2487","system":"greek","language":"greek","number_value":2487,"lemma":"ἴχνος","transliteration":"íchnos","pronunciation":null,"derivation":"from (to arrive;","strongs_definition":"compare G2240 (ἥκω)); a track (figuratively)","kjv_definition":"step"} +{"id":"G1890","strongs_number":"G1890","system":"greek","language":"greek","number_value":1890,"lemma":"ἐπαφρίζω","transliteration":"epaphrízō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G875 (ἀφρίζω);","strongs_definition":"to foam upon, i.e. (figuratively) to exhibit (a vile passion)","kjv_definition":"foam out"} +{"id":"G909","strongs_number":"G909","system":"greek","language":"greek","number_value":909,"lemma":"βαπτισμός","transliteration":"baptismós","pronunciation":null,"derivation":"from G907 (βαπτίζω);","strongs_definition":"ablution (ceremonial or Christian)","kjv_definition":"baptism, washing"} +{"id":"G2537","strongs_number":"G2537","system":"greek","language":"greek","number_value":2537,"lemma":"καινός","transliteration":"kainós","pronunciation":null,"derivation":"of uncertain affinity; new (especially in freshness; while G3501 (νέος) is properly so with respect to age","strongs_definition":null,"kjv_definition":"new"} +{"id":"G1007","strongs_number":"G1007","system":"greek","language":"greek","number_value":1007,"lemma":"Βοσόρ","transliteration":"Bosór","pronunciation":null,"derivation":"of Hebrew origin (H01160);","strongs_definition":"Bosor (i.e. Beor), a Moabite","kjv_definition":"Bosor"} +{"id":"G2961","strongs_number":"G2961","system":"greek","language":"greek","number_value":2961,"lemma":"κυριεύω","transliteration":"kyrieúō","pronunciation":null,"derivation":"from G2962 (κύριος);","strongs_definition":"to rule","kjv_definition":"have dominion over, lord, be lord of, exercise lordship over"} +{"id":"G929","strongs_number":"G929","system":"greek","language":"greek","number_value":929,"lemma":"βασανισμός","transliteration":"basanismós","pronunciation":null,"derivation":"from G928 (βασανίζω);","strongs_definition":"torture","kjv_definition":"torment"} +{"id":"G3815","strongs_number":"G3815","system":"greek","language":"greek","number_value":3815,"lemma":"παίζω","transliteration":"paízō","pronunciation":null,"derivation":"from G3816 (παῖς);","strongs_definition":"to sport (as a boy)","kjv_definition":"play"} +{"id":"G3793","strongs_number":"G3793","system":"greek","language":"greek","number_value":3793,"lemma":"ὄχλος","transliteration":"óchlos","pronunciation":null,"derivation":"from a derivative of G2192 (ἔχω) (meaning a vehicle);","strongs_definition":"a throng (as borne along); by implication, the rabble; by extension, a class of people; figuratively, a riot","kjv_definition":"company, multitude, number (of people), people, press"} +{"id":"G4226","strongs_number":"G4226","system":"greek","language":"greek","number_value":4226,"lemma":"ποῦ","transliteration":"poû","pronunciation":null,"derivation":"genitive case of an interrogative pronoun (what) otherwise obsolete (perhaps the same as G4225 (πού) used with the rising slide of inquiry);","strongs_definition":"as adverb of place; at (by implication, to) what locality","kjv_definition":"where, whither"} +{"id":"G4465","strongs_number":"G4465","system":"greek","language":"greek","number_value":4465,"lemma":"ῥαβδοῦχος","transliteration":"rhabdoûchos","pronunciation":null,"derivation":"from G4464 (ῥάβδος) and G2192 (ἔχω);","strongs_definition":"a rod- (the Latin fasces) holder, i.e. a Roman lictor (constable or executioner)","kjv_definition":"serjeant"} +{"id":"G3331","strongs_number":"G3331","system":"greek","language":"greek","number_value":3331,"lemma":"μετάθεσις","transliteration":"metáthesis","pronunciation":null,"derivation":"from G3346 (μετατίθημι);","strongs_definition":"transposition, i.e. transferral (to heaven), disestablishment (of a law)","kjv_definition":"change, removing, translation"} +{"id":"G1974","strongs_number":"G1974","system":"greek","language":"greek","number_value":1974,"lemma":"ἐπιποθία","transliteration":"epipothía","pronunciation":null,"derivation":"from G1971 (ἐπιποθέω);","strongs_definition":"intense longing","kjv_definition":"great desire"} +{"id":"G2909","strongs_number":"G2909","system":"greek","language":"greek","number_value":2909,"lemma":"κρείττων","transliteration":"kreíttōn","pronunciation":null,"derivation":"comparative of a derivative of G2904 (κράτος);","strongs_definition":"stronger, i.e. (figuratively) better, i.e. nobler","kjv_definition":"best, better"} +{"id":"G3838","strongs_number":"G3838","system":"greek","language":"greek","number_value":3838,"lemma":"παντελής","transliteration":"pantelḗs","pronunciation":null,"derivation":"from G3956 (πᾶς) and G5056 (τέλος);","strongs_definition":"full-ended, i.e. entire (neuter as noun, completion)","kjv_definition":"+ in (no) wise, uttermost"} +{"id":"G856","strongs_number":"G856","system":"greek","language":"greek","number_value":856,"lemma":"ἀφεδρών","transliteration":"aphedrṓn","pronunciation":null,"derivation":"from a compound of G575 (ἀπό) and the base of G1476 (ἑδραῖος);","strongs_definition":"a place of sitting apart, i.e. a privy","kjv_definition":"draught"} +{"id":"G179","strongs_number":"G179","system":"greek","language":"greek","number_value":179,"lemma":"ἀκατάλυτος","transliteration":"akatálytos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G2647 (καταλύω);","strongs_definition":"indissoluble, i.e. (figuratively) permanent","kjv_definition":"endless"} +{"id":"G862","strongs_number":"G862","system":"greek","language":"greek","number_value":862,"lemma":"ἄφθαρτος","transliteration":"áphthartos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G5351 (φθείρω);","strongs_definition":"undecaying (in essence or continuance)","kjv_definition":"not (in-, un-)corruptible, immortal"} +{"id":"G3098","strongs_number":"G3098","system":"greek","language":"greek","number_value":3098,"lemma":"Μαγώγ","transliteration":"Magṓg","pronunciation":null,"derivation":"of Hebrew origin (H04031);","strongs_definition":"Magog, a foreign nation, i.e. (figuratively) an Antichristian party","kjv_definition":"Magog"} +{"id":"G1708","strongs_number":"G1708","system":"greek","language":"greek","number_value":1708,"lemma":"ἐμπλοκή","transliteration":"emplokḗ","pronunciation":null,"derivation":"from G1707 (ἐμπλέκω);","strongs_definition":"elaborate braiding of the hair","kjv_definition":"plaiting"} +{"id":"G146","strongs_number":"G146","system":"greek","language":"greek","number_value":146,"lemma":"αἰσχροκερδής","transliteration":"aischrokerdḗs","pronunciation":null,"derivation":"from G150 (αἰσχρός) and (gain);","strongs_definition":"sordid","kjv_definition":"given to (greedy of) filthy lucre"} +{"id":"G5478","strongs_number":"G5478","system":"greek","language":"greek","number_value":5478,"lemma":"Χανααναῖος","transliteration":"Chanaanaîos","pronunciation":null,"derivation":"from G5477 (Χαναάν);","strongs_definition":"a Chanaanæan (i.e. Kenaanite), or native of gentile Palestine","kjv_definition":"of Canaan"} +{"id":"G5392","strongs_number":"G5392","system":"greek","language":"greek","number_value":5392,"lemma":"φιμόω","transliteration":"phimóō","pronunciation":null,"derivation":"from (a muzzle);","strongs_definition":"to muzzle","kjv_definition":"muzzle"} +{"id":"G5602","strongs_number":"G5602","system":"greek","language":"greek","number_value":5602,"lemma":"ὧδε","transliteration":"hōde","pronunciation":null,"derivation":"from an adverb form of G3592 (ὅδε);","strongs_definition":"in this same spot, i.e. here or hither","kjv_definition":"here, hither, (in) this place, there"} +{"id":"G1632","strongs_number":"G1632","system":"greek","language":"greek","number_value":1632,"lemma":"ἐκχέω","transliteration":"ekchéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and (to pour);","strongs_definition":"to pour forth; figuratively, to bestow","kjv_definition":"gush (pour) out, run greedily (out), shed (abroad, forth), spill"} +{"id":"G246","strongs_number":"G246","system":"greek","language":"greek","number_value":246,"lemma":"ἀλλόφυλος","transliteration":"allóphylos","pronunciation":null,"derivation":"from G243 (ἄλλος) and G5443 (φυλή);","strongs_definition":"foreign, i.e. (specially) Gentile","kjv_definition":"one of another nation"} +{"id":"G915","strongs_number":"G915","system":"greek","language":"greek","number_value":915,"lemma":"βάρβαρος","transliteration":"bárbaros","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a foreigner (i.e. non-Greek)","kjv_definition":"barbarian(-rous)"} +{"id":"G591","strongs_number":"G591","system":"greek","language":"greek","number_value":591,"lemma":"ἀποδίδωμι","transliteration":"apodídōmi","pronunciation":null,"derivation":"from G575 (ἀπό) and G1325 (δίδωμι);","strongs_definition":"to give away, i.e. up, over, back, etc. (in various applications)","kjv_definition":"deliver (again), give (again), (re-)pay(-ment be made), perform, recompense, render, requite, restore, reward, sell, yield"} +{"id":"G3783","strongs_number":"G3783","system":"greek","language":"greek","number_value":3783,"lemma":"ὀφείλημα","transliteration":"opheílēma","pronunciation":null,"derivation":"from (the alternate of) G3784 (ὀφείλω);","strongs_definition":"something owed, i.e. (figuratively) a due; morally, a fault","kjv_definition":"debt"} +{"id":"G510","strongs_number":"G510","system":"greek","language":"greek","number_value":510,"lemma":"ἀνωτερικός","transliteration":"anōterikós","pronunciation":null,"derivation":"from G511 (ἀνώτερος);","strongs_definition":"superior, i.e. (locally) more remote","kjv_definition":"upper"} +{"id":"G3874","strongs_number":"G3874","system":"greek","language":"greek","number_value":3874,"lemma":"παράκλησις","transliteration":"paráklēsis","pronunciation":null,"derivation":"from G3870 (παρακαλέω);","strongs_definition":"imploration, hortation, solace","kjv_definition":"comfort, consolation, exhortation, intreaty"} +{"id":"G2761","strongs_number":"G2761","system":"greek","language":"greek","number_value":2761,"lemma":"κενῶς","transliteration":"kenōs","pronunciation":null,"derivation":"adverb from G2756 (κενός);","strongs_definition":"vainly, i.e. to no purpose","kjv_definition":"in vain"} +{"id":"G1246","strongs_number":"G1246","system":"greek","language":"greek","number_value":1246,"lemma":"διακατελέγχομαι","transliteration":"diakatelénchomai","pronunciation":null,"derivation":"middle voice from G1223 (διά) and a compound of G2596 (κατά) and G1651 (ἐλέγχω);","strongs_definition":"to prove downright, i.e. confute","kjv_definition":"convince"} +{"id":"G5208","strongs_number":"G5208","system":"greek","language":"greek","number_value":5208,"lemma":"ὕλη","transliteration":"hýlē","pronunciation":null,"derivation":"perhaps akin to G3586 (ξύλον);","strongs_definition":"a forest, i.e. (by implication) fuel","kjv_definition":"matter"} +{"id":"G1741","strongs_number":"G1741","system":"greek","language":"greek","number_value":1741,"lemma":"ἔνδοξος","transliteration":"éndoxos","pronunciation":null,"derivation":"from G1722 (ἐν) and G1391 (δόξα);","strongs_definition":"in glory, i.e. splendid, (figuratively) noble","kjv_definition":"glorious, gorgeous(-ly), honourable"} +{"id":"G1724","strongs_number":"G1724","system":"greek","language":"greek","number_value":1724,"lemma":"ἐνάλιος","transliteration":"enálios","pronunciation":null,"derivation":"from G1722 (ἐν) and G251 (ἅλς);","strongs_definition":"in the sea, i.e. marine","kjv_definition":"thing in the sea"} +{"id":"G1519","strongs_number":"G1519","system":"greek","language":"greek","number_value":1519,"lemma":"εἰς","transliteration":"eis","pronunciation":null,"derivation":"a primary preposition;","strongs_definition":"to or into (indicating the point reached or entered), of place, time, or (figuratively) purpose (result, etc.); also in adverbial phrases","kjv_definition":"(abundant-)ly, against, among, as, at, (back-)ward, before, by, concerning, + continual, + far more exceeding, for (intent, purpose), fore, + forth, in (among, at, unto, -so much that, -to), to the intent that, + of one mind, + never, of, (up-)on, + perish, + set at one again, (so) that, therefore(-unto), throughout, til, to (be, the end, -ward), (here-)until(-to), …ward, (where-)fore, with"} +{"id":"G4972","strongs_number":"G4972","system":"greek","language":"greek","number_value":4972,"lemma":"σφραγίζω","transliteration":"sphragízō","pronunciation":null,"derivation":"from G4973 (σφραγίς);","strongs_definition":"to stamp (with a signet or private mark) for security or preservation (literally or figuratively); by implication, to keep secret, to attest","kjv_definition":"(set a, set to) seal up, stop"} +{"id":"G4956","strongs_number":"G4956","system":"greek","language":"greek","number_value":4956,"lemma":"συστατικός","transliteration":"systatikós","pronunciation":null,"derivation":"from a derivative of G4921 (συνιστάω);","strongs_definition":"introductory, i.e. recommendatory","kjv_definition":"of commendation"} +{"id":"G3404","strongs_number":"G3404","system":"greek","language":"greek","number_value":3404,"lemma":"μισέω","transliteration":"miséō","pronunciation":null,"derivation":"from a primary (hatred);","strongs_definition":"to detest (especially to persecute); by extension, to love less","kjv_definition":"hate(-ful)"} +{"id":"G3468","strongs_number":"G3468","system":"greek","language":"greek","number_value":3468,"lemma":"μώλωψ","transliteration":"mṓlōps","pronunciation":null,"derivation":"from (\"moil\";","strongs_definition":"probably akin to the base of G3433 (μόλις)) and probably (the face; from G3700 (ὀπτάνομαι)); a mole (\"black eye\") or blow-mark","kjv_definition":"stripe"} +{"id":"G881","strongs_number":"G881","system":"greek","language":"greek","number_value":881,"lemma":"Ἀχάζ","transliteration":"Acház","pronunciation":null,"derivation":"of Hebrew origin (H0271);","strongs_definition":"Achaz, an Israelite","kjv_definition":"Achaz"} +{"id":"G1790","strongs_number":"G1790","system":"greek","language":"greek","number_value":1790,"lemma":"ἔντρομος","transliteration":"éntromos","pronunciation":null,"derivation":"from G1722 (ἐν) and G5156 (τρόμος);","strongs_definition":"terrified","kjv_definition":"X quake, X trembled"} +{"id":"G4901","strongs_number":"G4901","system":"greek","language":"greek","number_value":4901,"lemma":"συνεπιμαρτυρέω","transliteration":"synepimartyréō","pronunciation":null,"derivation":"from G4862 (σύν) and G1957 (ἐπιμαρτυρέω);","strongs_definition":"to testify further jointly, i.e. unite in adding evidence","kjv_definition":"also bear witness"} +{"id":"G2206","strongs_number":"G2206","system":"greek","language":"greek","number_value":2206,"lemma":"ζηλόω","transliteration":"zēlóō","pronunciation":null,"derivation":"from G2205 (ζῆλος);","strongs_definition":"to have warmth of feeling for or against","kjv_definition":"affect, covet (earnestly), (have) desire, (move with) envy, be jealous over, (be) zealous(-ly affect)"} +{"id":"G714","strongs_number":"G714","system":"greek","language":"greek","number_value":714,"lemma":"ἀρκέω","transliteration":"arkéō","pronunciation":null,"derivation":"apparently a primary verb (but probably akin to G142 (αἴρω) through the idea of raising a barrier);","strongs_definition":"properly, to ward off, i.e. (by implication) to avail (figuratively, be satisfactory)","kjv_definition":"be content, be enough, suffice, be sufficient"} +{"id":"G2415","strongs_number":"G2415","system":"greek","language":"greek","number_value":2415,"lemma":"Ἱεροσολυμίτης","transliteration":"Hierosolymítēs","pronunciation":null,"derivation":"from G2414 (Ἱεροσόλυμα);","strongs_definition":"a Hierosolymite, i.e. inhabitant of Hierosolyma","kjv_definition":"of Jerusalem"} +{"id":"G2069","strongs_number":"G2069","system":"greek","language":"greek","number_value":2069,"lemma":"Ἐσλί","transliteration":"Eslí","pronunciation":null,"derivation":"of Hebrew origin (probably for H0454);","strongs_definition":"Esli, an Israelite","kjv_definition":"Esli"} +{"id":"G434","strongs_number":"G434","system":"greek","language":"greek","number_value":434,"lemma":"ἀνήμερος","transliteration":"anḗmeros","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and (lame);","strongs_definition":"savage","kjv_definition":"fierce"} +{"id":"G4201","strongs_number":"G4201","system":"greek","language":"greek","number_value":4201,"lemma":"Πόρκιος","transliteration":"Pórkios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"apparently swinish; Porcius, a Roman","kjv_definition":"Porcius"} +{"id":"G90","strongs_number":"G90","system":"greek","language":"greek","number_value":90,"lemma":"ἀδιαφθορία","transliteration":"adiaphthoría","pronunciation":null,"derivation":"from a derivative of a compound of G1 (Α) (as a negative particle) and a derivative of G1311 (διαφθείρω);","strongs_definition":"incorruptibleness, i.e. (figuratively) purity (of doctrine)","kjv_definition":"uncorruptness"} +{"id":"G4854","strongs_number":"G4854","system":"greek","language":"greek","number_value":4854,"lemma":"σύμφυτος","transliteration":"sýmphytos","pronunciation":null,"derivation":"from G4862 (σύν) and a derivative of G5453 (φύω);","strongs_definition":"grown along with (connate), i.e. (figuratively) closely united to","kjv_definition":"planted together"} +{"id":"G1715","strongs_number":"G1715","system":"greek","language":"greek","number_value":1715,"lemma":"ἔμπροσθεν","transliteration":"émprosthen","pronunciation":null,"derivation":"from G1722 (ἐν) and G4314 (πρός);","strongs_definition":"in front of (in place (literally or figuratively) or time)","kjv_definition":"against, at, before, (in presence, sight) of"} +{"id":"G1066","strongs_number":"G1066","system":"greek","language":"greek","number_value":1066,"lemma":"Γεδεών","transliteration":"Gedeṓn","pronunciation":null,"derivation":"of Hebrew origin (H01439);","strongs_definition":"Gedeon (i.e. Gid(e)on), an Israelite","kjv_definition":"Gedeon (in the King James Version)"} +{"id":"G1270","strongs_number":"G1270","system":"greek","language":"greek","number_value":1270,"lemma":"διανόημα","transliteration":"dianóēma","pronunciation":null,"derivation":"from a compound of G1223 (διά) and G3539 (νοιέω);","strongs_definition":"something thought through, i.e. a sentiment","kjv_definition":"thought"} +{"id":"G3578","strongs_number":"G3578","system":"greek","language":"greek","number_value":3578,"lemma":"ξενία","transliteration":"xenía","pronunciation":null,"derivation":"from G3581 (ξένος);","strongs_definition":"hospitality, i.e. (by implication) a place of entertainment","kjv_definition":"lodging"} +{"id":"G5370","strongs_number":"G5370","system":"greek","language":"greek","number_value":5370,"lemma":"φίλημα","transliteration":"phílēma","pronunciation":null,"derivation":"from G5368 (φιλέω);","strongs_definition":"a kiss","kjv_definition":"kiss"} +{"id":"G799","strongs_number":"G799","system":"greek","language":"greek","number_value":799,"lemma":"Ἀσύγκριτος","transliteration":"Asýnkritos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G4793 (συγκρίνω);","strongs_definition":"incomparable; Asyncritus, a Christian","kjv_definition":"Asyncritos"} +{"id":"G5531","strongs_number":"G5531","system":"greek","language":"greek","number_value":5531,"lemma":"χράω","transliteration":"chráō","pronunciation":null,"derivation":"probably the same as the base of G5530 (χράομαι);","strongs_definition":"to loan","kjv_definition":"lend"} +{"id":"G1185","strongs_number":"G1185","system":"greek","language":"greek","number_value":1185,"lemma":"δελεάζω","transliteration":"deleázō","pronunciation":null,"derivation":"from the base of G1388 (δόλος);","strongs_definition":"to entrap, i.e. (figuratively) delude","kjv_definition":"allure, beguile, entice"} +{"id":"G5148","strongs_number":"G5148","system":"greek","language":"greek","number_value":5148,"lemma":"τριετία","transliteration":"trietía","pronunciation":null,"derivation":"from a compound of G5140 (τρεῖς) and G2094 (ἔτος);","strongs_definition":"a three years' period (triennium)","kjv_definition":"space of three years"} +{"id":"G4824","strongs_number":"G4824","system":"greek","language":"greek","number_value":4824,"lemma":"συμβούλιον","transliteration":"symboúlion","pronunciation":null,"derivation":"neuter of a presumed derivative of G4825 (σύμβουλος);","strongs_definition":"advisement; specially, a deliberative body, i.e. the provincial assessors or lay-court","kjv_definition":"consultation, counsel, council"} +{"id":"G3411","strongs_number":"G3411","system":"greek","language":"greek","number_value":3411,"lemma":"μισθωτός","transliteration":"misthōtós","pronunciation":null,"derivation":"from G3409 (μισθόω);","strongs_definition":"a wage-worker (good or bad)","kjv_definition":"hired servant, hireling"} +{"id":"G1999","strongs_number":"G1999","system":"greek","language":"greek","number_value":1999,"lemma":"ἐπισύστασις","transliteration":"episýstasis","pronunciation":null,"derivation":"from the middle voice of a compound of G1909 (ἐπί) and G4921 (συνιστάω);","strongs_definition":"a conspiracy, i.e. concourse (riotous or friendly)","kjv_definition":"that which cometh upon, + raising up"} +{"id":"G963","strongs_number":"G963","system":"greek","language":"greek","number_value":963,"lemma":"Βηθανία","transliteration":"Bēthanía","pronunciation":null,"derivation":"of Chaldee origin;","strongs_definition":"date-house; Beth-any, a place in Palestine","kjv_definition":"Bethany"} +{"id":"G1932","strongs_number":"G1932","system":"greek","language":"greek","number_value":1932,"lemma":"ἐπιείκεια","transliteration":"epieíkeia","pronunciation":null,"derivation":"from G1933 (ἐπιεικής);","strongs_definition":"suitableness, i.e. (by implication) equity, mildness","kjv_definition":"clemency, gentleness"} +{"id":"G2239","strongs_number":"G2239","system":"greek","language":"greek","number_value":2239,"lemma":"ἦθος","transliteration":"ēthos","pronunciation":null,"derivation":"a strengthened form of G1485 (ἔθος);","strongs_definition":"usage, i.e. (plural) moral habits","kjv_definition":"manners"} +{"id":"G4083","strongs_number":"G4083","system":"greek","language":"greek","number_value":4083,"lemma":"πῆχυς","transliteration":"pēchys","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"the fore-arm, i.e. (as a measure) a cubit","kjv_definition":"cubit"} +{"id":"G419","strongs_number":"G419","system":"greek","language":"greek","number_value":419,"lemma":"ἀνεξερεύνητος","transliteration":"anexereúnētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G1830 (ἐξερευνάω);","strongs_definition":"not searched out, i.e. (by implication) inscrutable","kjv_definition":"unsearchable"} +{"id":"G1794","strongs_number":"G1794","system":"greek","language":"greek","number_value":1794,"lemma":"ἐντυλίσσω","transliteration":"entylíssō","pronunciation":null,"derivation":"from G1722 (ἐν) and (to twist;","strongs_definition":"probably akin to G1507 (εἱλίσσω)); to entwine, i.e. wind up in","kjv_definition":"wrap in (together)"} +{"id":"G119","strongs_number":"G119","system":"greek","language":"greek","number_value":119,"lemma":"ἄθλησις","transliteration":"áthlēsis","pronunciation":null,"derivation":"from G118 (ἀθλέω);","strongs_definition":"a struggle (figuratively)","kjv_definition":"fight"} +{"id":"G4215","strongs_number":"G4215","system":"greek","language":"greek","number_value":4215,"lemma":"ποταμός","transliteration":"potamós","pronunciation":null,"derivation":"probably from a derivative of the alternate of G4095 (πίνω) (compare G4224 (πότος));","strongs_definition":"a current, brook or freshet (as drinkable), i.e. running water","kjv_definition":"flood, river, stream, water"} +{"id":"G3064","strongs_number":"G3064","system":"greek","language":"greek","number_value":3064,"lemma":"λοιποῦ","transliteration":"loipoû","pronunciation":null,"derivation":"genitive case singular of the same as G3062 (λοιποί);","strongs_definition":"remaining time","kjv_definition":"from henceforth"} +{"id":"G722","strongs_number":"G722","system":"greek","language":"greek","number_value":722,"lemma":"ἀροτριόω","transliteration":"arotrióō","pronunciation":null,"derivation":"from G723 (ἄροτρον);","strongs_definition":"to plow","kjv_definition":"plough"} +{"id":"G1691","strongs_number":"G1691","system":"greek","language":"greek","number_value":1691,"lemma":"ἐμέ","transliteration":"emé","pronunciation":null,"derivation":"a prolonged form of G3165 (μέ);","strongs_definition":"me","kjv_definition":"I, me, my(-self)"} +{"id":"G5171","strongs_number":"G5171","system":"greek","language":"greek","number_value":5171,"lemma":"τρυφάω","transliteration":"trypháō","pronunciation":null,"derivation":"from G5172 (τρυφή);","strongs_definition":"to indulge in luxury","kjv_definition":"live in pleasure"} +{"id":"G1534","strongs_number":"G1534","system":"greek","language":"greek","number_value":1534,"lemma":"εἶτα","transliteration":"eîta","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a particle of succession (in time or logical enumeration), then, moreover","kjv_definition":"after that(-ward), furthermore, then"} +{"id":"G2630","strongs_number":"G2630","system":"greek","language":"greek","number_value":2630,"lemma":"κατακρημνίζω","transliteration":"katakrēmnízō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G2911 (κρημνός);","strongs_definition":"to precipitate down","kjv_definition":"cast down headlong"} +{"id":"G3627","strongs_number":"G3627","system":"greek","language":"greek","number_value":3627,"lemma":"οἰκτείρω","transliteration":"oikteírō","pronunciation":null,"derivation":"from (pity);","strongs_definition":"to exercise pity","kjv_definition":"have compassion on"} +{"id":"G5076","strongs_number":"G5076","system":"greek","language":"greek","number_value":5076,"lemma":"τετράρχης","transliteration":"tetrárchēs","pronunciation":null,"derivation":"from G5064 (τέσσαρες) and G757 (ἄρχω);","strongs_definition":"the ruler of a fourth part of a country (\"tetrarch\")","kjv_definition":"tetrarch"} +{"id":"G2978","strongs_number":"G2978","system":"greek","language":"greek","number_value":2978,"lemma":"λαῖλαψ","transliteration":"laîlaps","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a whirlwind (squall)","kjv_definition":"storm, tempest"} +{"id":"G3195","strongs_number":"G3195","system":"greek","language":"greek","number_value":3195,"lemma":"μέλλω","transliteration":"méllō","pronunciation":null,"derivation":"a strengthened form of G3199 (μέλω) (through the idea of expectation);","strongs_definition":"to intend, i.e. be about to be, do, or suffer something (of persons or things, especially events; in the sense of purpose, duty, necessity, probability, possibility, or hesitation)","kjv_definition":"about, after that, be (almost), (that which is, things, + which was for) to come, intend, was to (be), mean, mind, be at the point, (be) ready, + return, shall (begin), (which, that) should (after, afterwards, hereafter) tarry, which was for, will, would, be yet"} +{"id":"G1128","strongs_number":"G1128","system":"greek","language":"greek","number_value":1128,"lemma":"γυμνάζω","transliteration":"gymnázō","pronunciation":null,"derivation":"from G1131 (γυμνός);","strongs_definition":"to practise naked (in the games), i.e. train (figuratively)","kjv_definition":"exercise"} +{"id":"G4527","strongs_number":"G4527","system":"greek","language":"greek","number_value":4527,"lemma":"Σαλά","transliteration":"Salá","pronunciation":null,"derivation":"of Hebrew origin (H07974);","strongs_definition":"Sala (i.e. Shelach), a patriarch","kjv_definition":"Sala"} +{"id":"G1167","strongs_number":"G1167","system":"greek","language":"greek","number_value":1167,"lemma":"δειλία","transliteration":"deilía","pronunciation":null,"derivation":"from G1169 (δειλός);","strongs_definition":"timidity","kjv_definition":"fear"} +{"id":"G2437","strongs_number":"G2437","system":"greek","language":"greek","number_value":2437,"lemma":"Ἰλλυρικόν","transliteration":"Illyrikón","pronunciation":null,"derivation":"neuter of an adjective from a name of uncertain derivation;","strongs_definition":"(the) Illyrican (shore), i.e. (as a name itself) Illyricum, a region of Europe","kjv_definition":"Illyricum"} +{"id":"G5142","strongs_number":"G5142","system":"greek","language":"greek","number_value":5142,"lemma":"τρέφω","transliteration":"tréphō","pronunciation":null,"derivation":"a primary verb (properly, ;","strongs_definition":"but perhaps strengthened from the base of G5157 (τροπή) through the idea of convolution); properly, to stiffen, i.e. fatten (by implication, to cherish (with food, etc.), pamper, rear)","kjv_definition":"bring up, feed, nourish"} +{"id":"G2930","strongs_number":"G2930","system":"greek","language":"greek","number_value":2930,"lemma":"κρύσταλλος","transliteration":"krýstallos","pronunciation":null,"derivation":"from a derivative of (frost);","strongs_definition":"ice, i.e. (by analogy) rock \"crystal\"","kjv_definition":"crystal"} +{"id":"G5613","strongs_number":"G5613","system":"greek","language":"greek","number_value":5613,"lemma":"ὡς","transliteration":"hōs","pronunciation":null,"derivation":"probably adverb of comparative from G3739 (ὅς);","strongs_definition":"which how, i.e. in that manner (very variously used, as follows)","kjv_definition":"about, after (that), (according) as (it had been, it were), as soon (as), even as (like), for, how (greatly), like (as, unto), since, so (that), that, to wit, unto, when(-soever), while, X with all speed"} +{"id":"G3006","strongs_number":"G3006","system":"greek","language":"greek","number_value":3006,"lemma":"λεῖος","transliteration":"leîos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"smooth, i.e. \"level\"","kjv_definition":"smooth"} +{"id":"G2671","strongs_number":"G2671","system":"greek","language":"greek","number_value":2671,"lemma":"κατάρα","transliteration":"katára","pronunciation":null,"derivation":"from G2596 (κατά) (intensive) and G685 (ἀρά);","strongs_definition":"imprecation, execration","kjv_definition":"curse(-d, ing)"} +{"id":"G4463","strongs_number":"G4463","system":"greek","language":"greek","number_value":4463,"lemma":"ῥαβδίζω","transliteration":"rhabdízō","pronunciation":null,"derivation":"from G4464 (ῥάβδος);","strongs_definition":"to strike with a stick, i.e. bastinado","kjv_definition":"beat (with rods)"} +{"id":"G5387","strongs_number":"G5387","system":"greek","language":"greek","number_value":5387,"lemma":"φιλόστοργος","transliteration":"philóstorgos","pronunciation":null,"derivation":"from G5384 (φίλος) and (cherishing one's kindred, especially parents or children);","strongs_definition":"fond of natural relatives, i.e. fraternal towards fellow Christian","kjv_definition":"kindly affectioned"} +{"id":"G1368","strongs_number":"G1368","system":"greek","language":"greek","number_value":1368,"lemma":"διϋλίζω","transliteration":"diÿlízō","pronunciation":null,"derivation":"from G1223 (διά) and (to filter);","strongs_definition":"to strain out","kjv_definition":"strain at (probably by misprint)"} +{"id":"G1010","strongs_number":"G1010","system":"greek","language":"greek","number_value":1010,"lemma":"βουλευτής","transliteration":"bouleutḗs","pronunciation":null,"derivation":"from G1011 (βουλεύω);","strongs_definition":"an adviser, i.e. (specially) a councillor or member of the Jewish Sanhedrin","kjv_definition":"counsellor"} +{"id":"G1379","strongs_number":"G1379","system":"greek","language":"greek","number_value":1379,"lemma":"δογματίζω","transliteration":"dogmatízō","pronunciation":null,"derivation":"from G1378 (δόγμα);","strongs_definition":"to prescribe by statute, i.e. (reflexively) to submit to, ceremonially rule","kjv_definition":"be subject to ordinances"} +{"id":"G1374","strongs_number":"G1374","system":"greek","language":"greek","number_value":1374,"lemma":"δίψυχος","transliteration":"dípsychos","pronunciation":null,"derivation":"from G1364 (δίς) and G5590 (ψυχή);","strongs_definition":"two-spirited, i.e. vacillating (in opinion or purpose)","kjv_definition":"double minded"} +{"id":"G1698","strongs_number":"G1698","system":"greek","language":"greek","number_value":1698,"lemma":"ἐμοί","transliteration":"emoí","pronunciation":null,"derivation":"a prolonged form of G3427 (μοί);","strongs_definition":"to me","kjv_definition":"I, me, mine, my"} +{"id":"G190","strongs_number":"G190","system":"greek","language":"greek","number_value":190,"lemma":"ἀκολουθέω","transliteration":"akolouthéō","pronunciation":null,"derivation":"from G1 (Α) (as a particle of union) and (a road);","strongs_definition":"properly, to be in the same way with, i.e. to accompany (specially, as a disciple)","kjv_definition":"follow, reach"} +{"id":"G4690","strongs_number":"G4690","system":"greek","language":"greek","number_value":4690,"lemma":"σπέρμα","transliteration":"spérma","pronunciation":null,"derivation":"from G4687 (σπείρω);","strongs_definition":"something sown, i.e. seed (including the male \"sperm\"); by implication, offspring; specially, a remnant (figuratively, as if kept over for planting)","kjv_definition":"issue, seed"} +{"id":"G350","strongs_number":"G350","system":"greek","language":"greek","number_value":350,"lemma":"ἀνακρίνω","transliteration":"anakrínō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2919 (κρίνω);","strongs_definition":"properly, to scrutinize, i.e. (by implication) investigate, interrogate, determine","kjv_definition":"ask, question, discern, examine, judge, search"} +{"id":"G2377","strongs_number":"G2377","system":"greek","language":"greek","number_value":2377,"lemma":"θυρωρός","transliteration":"thyrōrós","pronunciation":null,"derivation":"from G2374 (θύρα) and (a watcher);","strongs_definition":"a gate- warden","kjv_definition":"that kept the door, porter"} +{"id":"G2958","strongs_number":"G2958","system":"greek","language":"greek","number_value":2958,"lemma":"Κυρήνιος","transliteration":"Kyrḗnios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Cyrenius (i.e. Quirinus), a Roman","kjv_definition":"Cyrenius"} +{"id":"G122","strongs_number":"G122","system":"greek","language":"greek","number_value":122,"lemma":"αἴγειος","transliteration":"aígeios","pronunciation":null,"derivation":"from (a goat);","strongs_definition":"belonging to a goat","kjv_definition":"goat"} +{"id":"G1852","strongs_number":"G1852","system":"greek","language":"greek","number_value":1852,"lemma":"ἐξυπνίζω","transliteration":"exypnízō","pronunciation":null,"derivation":"from G1853 (ἔξυπνος);","strongs_definition":"to waken","kjv_definition":"awake out of sleep"} +{"id":"G1126","strongs_number":"G1126","system":"greek","language":"greek","number_value":1126,"lemma":"γραώδης","transliteration":"graṓdēs","pronunciation":null,"derivation":"from (an old woman) and G1491 (εἶδος);","strongs_definition":"crone-like, i.e. silly","kjv_definition":"old wives'"} +{"id":"G1626","strongs_number":"G1626","system":"greek","language":"greek","number_value":1626,"lemma":"ἔκτρωμα","transliteration":"éktrōma","pronunciation":null,"derivation":"from a comparative of G1537 (ἐκ) and (to wound);","strongs_definition":"a miscarriage (abortion), i.e. (by analogy) untimely birth","kjv_definition":"born out of due time"} +{"id":"G1836","strongs_number":"G1836","system":"greek","language":"greek","number_value":1836,"lemma":"ἑξῆς","transliteration":"hexēs","pronunciation":null,"derivation":"from G2192 (ἔχω) (in the sense of taking hold of, i.e. adjoining);","strongs_definition":"successive","kjv_definition":"after, following, X morrow, next"} +{"id":"G2689","strongs_number":"G2689","system":"greek","language":"greek","number_value":2689,"lemma":"καταστολή","transliteration":"katastolḗ","pronunciation":null,"derivation":"from G2687 (καταστέλλω);","strongs_definition":"a deposit, i.e. (specially) costume","kjv_definition":"apparel"} +{"id":"G2619","strongs_number":"G2619","system":"greek","language":"greek","number_value":2619,"lemma":"κατακαλύπτω","transliteration":"katakalýptō","pronunciation":null,"derivation":"from G2596 (κατά) and G2572 (καλύπτω);","strongs_definition":"to cover wholly, i.e. veil","kjv_definition":"cover, hide"} +{"id":"G2094","strongs_number":"G2094","system":"greek","language":"greek","number_value":2094,"lemma":"ἔτος","transliteration":"étos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a year","kjv_definition":"year"} +{"id":"G3070","strongs_number":"G3070","system":"greek","language":"greek","number_value":3070,"lemma":"Λυδία","transliteration":"Lydía","pronunciation":null,"derivation":"properly, feminine of Ludios (of foreign origin) (a Lydian, in Asia Minor);","strongs_definition":"Lydia, a Christian woman","kjv_definition":"Lydia"} +{"id":"G4163","strongs_number":"G4163","system":"greek","language":"greek","number_value":4163,"lemma":"ποιητής","transliteration":"poiētḗs","pronunciation":null,"derivation":"from G4160 (ποιέω);","strongs_definition":"a performer; specially, a \"poet\";","kjv_definition":"--doer, poet"} +{"id":"G5216","strongs_number":"G5216","system":"greek","language":"greek","number_value":5216,"lemma":"ὑμῶν","transliteration":"hymōn","pronunciation":null,"derivation":"genitive case of G5210 (ὑμεῖς);","strongs_definition":"of (from or concerning) you","kjv_definition":"ye, you, your (own, -selves)"} +{"id":"G109","strongs_number":"G109","system":"greek","language":"greek","number_value":109,"lemma":"ἀήρ","transliteration":"aḗr","pronunciation":null,"derivation":"from (to breathe unconsciously, i.e. respire;","strongs_definition":"by analogy, to blow); \"air\" (as naturally circumambient)","kjv_definition":"air"} +{"id":"G4577","strongs_number":"G4577","system":"greek","language":"greek","number_value":4577,"lemma":"σειρά","transliteration":"seirá","pronunciation":null,"derivation":"probably from G4951 (σύρω) through its congener (to fasten;","strongs_definition":"akin to G138 (αἱρέομαι)); a chain (as binding or drawing)","kjv_definition":"chain"} +{"id":"G1229","strongs_number":"G1229","system":"greek","language":"greek","number_value":1229,"lemma":"διαγγέλλω","transliteration":"diangéllō","pronunciation":null,"derivation":"from G1223 (διά) and the base of G32 (ἄγγελος);","strongs_definition":"to herald thoroughly","kjv_definition":"declare, preach, signify"} +{"id":"G2203","strongs_number":"G2203","system":"greek","language":"greek","number_value":2203,"lemma":"Ζεύς","transliteration":"Zeús","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"in the oblique cases there is used instead of it a (probably cognate) name , which is otherwise obsolete; Zeus or Dis (among the Latins, Jupiter or Jove), the supreme deity of the Greeks","kjv_definition":"Jupiter"} +{"id":"G5349","strongs_number":"G5349","system":"greek","language":"greek","number_value":5349,"lemma":"φθαρτός","transliteration":"phthartós","pronunciation":null,"derivation":"from G5351 (φθείρω);","strongs_definition":"decayed, i.e. (by implication) perishable","kjv_definition":"corruptible"} +{"id":"G971","strongs_number":"G971","system":"greek","language":"greek","number_value":971,"lemma":"βιάζω","transliteration":"biázō","pronunciation":null,"derivation":"from G979 (βίος);","strongs_definition":"to force, i.e. (reflexively) to crowd oneself (into), or (passively) to be seized","kjv_definition":"press, suffer violence"} +{"id":"G4214","strongs_number":"G4214","system":"greek","language":"greek","number_value":4214,"lemma":"πόσος","transliteration":"pósos","pronunciation":null,"derivation":"from an absolute (who, what) and G3739 (ὅς);","strongs_definition":"interrogative pronoun (of amount) how much (large, long or (plural) many)","kjv_definition":"how great (long, many), what"} +{"id":"G3872","strongs_number":"G3872","system":"greek","language":"greek","number_value":3872,"lemma":"παρακαταθήκη","transliteration":"parakatathḗkē","pronunciation":null,"derivation":"from a compound of G3844 (παρά) and G2698 (κατατίθημι);","strongs_definition":"something put down alongside, i.e. a deposit (sacred trust)","kjv_definition":"that (thing) which is committed (un-)to (trust)"} +{"id":"G4206","strongs_number":"G4206","system":"greek","language":"greek","number_value":4206,"lemma":"πόῤῥω","transliteration":"pórrhō","pronunciation":null,"derivation":"adverb from G4253 (πρό);","strongs_definition":"forwards, i.e. at a distance","kjv_definition":"far, a great way off"} +{"id":"G2608","strongs_number":"G2608","system":"greek","language":"greek","number_value":2608,"lemma":"κατάγνυμι","transliteration":"katágnymi","pronunciation":null,"derivation":"from G2596 (κατά) and the base of G4486 (ῥήγνυμι);","strongs_definition":"to rend in pieces, i.e. crack apart","kjv_definition":"break"} +{"id":"G5227","strongs_number":"G5227","system":"greek","language":"greek","number_value":5227,"lemma":"ὑπεναντίος","transliteration":"hypenantíos","pronunciation":null,"derivation":"from G5259 (ὑπό) and G1727 (ἐναντίος);","strongs_definition":"under (covertly) contrary to, i.e. opposed or (as noun) an opponent","kjv_definition":"adversary, against"} +{"id":"G4887","strongs_number":"G4887","system":"greek","language":"greek","number_value":4887,"lemma":"συνδέω","transliteration":"syndéō","pronunciation":null,"derivation":"from G4862 (σύν) and G1210 (δέω);","strongs_definition":"to bind with, i.e. (passively) be a fellow-prisoner (figuratively)","kjv_definition":"be bound with"} +{"id":"G4332","strongs_number":"G4332","system":"greek","language":"greek","number_value":4332,"lemma":"προσεδρεύω","transliteration":"prosedreúō","pronunciation":null,"derivation":"from a compound of G4314 (πρός) and the base of G1476 (ἑδραῖος);","strongs_definition":"to sit near, i.e. attend as a servant","kjv_definition":"wait at"} +{"id":"G4174","strongs_number":"G4174","system":"greek","language":"greek","number_value":4174,"lemma":"πολιτεία","transliteration":"politeía","pronunciation":null,"derivation":"from G4177 (πολίτης) (\"polity\");","strongs_definition":"citizenship; concretely, a community","kjv_definition":"commonwealth, freedom"} +{"id":"G1074","strongs_number":"G1074","system":"greek","language":"greek","number_value":1074,"lemma":"γενεά","transliteration":"geneá","pronunciation":null,"derivation":"from (a presumed derivative of) G1085 (γένος);","strongs_definition":"a generation; by implication, an age (the period or the persons)","kjv_definition":"age, generation, nation, time"} +{"id":"G478","strongs_number":"G478","system":"greek","language":"greek","number_value":478,"lemma":"ἀντικαθίστημι","transliteration":"antikathístēmi","pronunciation":null,"derivation":"from G473 (ἀντί) and G2525 (καθίστημι);","strongs_definition":"to set down (troops) against, i.e. withstand","kjv_definition":"resist"} +{"id":"G195","strongs_number":"G195","system":"greek","language":"greek","number_value":195,"lemma":"ἀκρίβεια","transliteration":"akríbeia","pronunciation":null,"derivation":"from the same as G196 (ἀκριβέστατος);","strongs_definition":"exactness","kjv_definition":"perfect manner"} +{"id":"G3018","strongs_number":"G3018","system":"greek","language":"greek","number_value":3018,"lemma":"Λευΐς","transliteration":"Leuḯs","pronunciation":null,"derivation":"a form of G3017 (Λευΐ);","strongs_definition":"Lewis (i.e. Levi), a Christian","kjv_definition":"Levi"} +{"id":"G2529","strongs_number":"G2529","system":"greek","language":"greek","number_value":2529,"lemma":"καθοράω","transliteration":"kathoráō","pronunciation":null,"derivation":"from G2596 (κατά) and G3708 (ὁράω);","strongs_definition":"to behold fully, i.e. (figuratively) distinctly apprehend","kjv_definition":"clearly see"} +{"id":"G2077","strongs_number":"G2077","system":"greek","language":"greek","number_value":2077,"lemma":"ἔστω","transliteration":"éstō","pronunciation":null,"derivation":"second person singular present imperative of G1510 (εἰμί);","strongs_definition":"be thou; also , third person of the same; let them be","kjv_definition":"be"} +{"id":"G864","strongs_number":"G864","system":"greek","language":"greek","number_value":864,"lemma":"ἀφικνέομαι","transliteration":"aphiknéomai","pronunciation":null,"derivation":"from G575 (ἀπό) and the base of G2425 (ἱκανός);","strongs_definition":"to go (i.e. spread) forth (by rumor)","kjv_definition":"come abroad"} +{"id":"G3810","strongs_number":"G3810","system":"greek","language":"greek","number_value":3810,"lemma":"παιδευτής","transliteration":"paideutḗs","pronunciation":null,"derivation":"from G3811 (παιδεύω);","strongs_definition":"a trainer, i.e. teacher or (by implication) discipliner","kjv_definition":"which corrected, instructor"} +{"id":"G5335","strongs_number":"G5335","system":"greek","language":"greek","number_value":5335,"lemma":"φάσκω","transliteration":"pháskō","pronunciation":null,"derivation":"prolongation from the same as G5346 (φημί);","strongs_definition":"to assert","kjv_definition":"affirm, profess, say"} +{"id":"G4701","strongs_number":"G4701","system":"greek","language":"greek","number_value":4701,"lemma":"σπορά","transliteration":"sporá","pronunciation":null,"derivation":"from G4687 (σπείρω);","strongs_definition":"a sowing, i.e. (by implication) parentage","kjv_definition":"seed"} +{"id":"G2921","strongs_number":"G2921","system":"greek","language":"greek","number_value":2921,"lemma":"Κρίσπος","transliteration":"Kríspos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"\"crisp\"; Crispus, a Corinthian","kjv_definition":"Crispus"} +{"id":"G2539","strongs_number":"G2539","system":"greek","language":"greek","number_value":2539,"lemma":"καίπερ","transliteration":"kaíper","pronunciation":null,"derivation":"from G2532 (καί) and G4007 (περ);","strongs_definition":"and indeed, i.e. nevertheless or notwithstanding","kjv_definition":"and yet, although"} +{"id":"G556","strongs_number":"G556","system":"greek","language":"greek","number_value":556,"lemma":"ἀπελαύνω","transliteration":"apelaúnō","pronunciation":null,"derivation":"from G575 (ἀπό) and G1643 (ἐλαύνω);","strongs_definition":"to dismiss","kjv_definition":"drive"} +{"id":"G1660","strongs_number":"G1660","system":"greek","language":"greek","number_value":1660,"lemma":"ἔλευσις","transliteration":"éleusis","pronunciation":null,"derivation":"from the alternate of G2064 (ἔρχομαι);","strongs_definition":"an advent","kjv_definition":"coming"} +{"id":"G1970","strongs_number":"G1970","system":"greek","language":"greek","number_value":1970,"lemma":"ἐπιπνίγω","transliteration":"epipnígō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4155 (πνίγω);","strongs_definition":"to throttle upon, i.e. (figuratively) overgrow","kjv_definition":"choke"} +{"id":"G3160","strongs_number":"G3160","system":"greek","language":"greek","number_value":3160,"lemma":"Ματταθά","transliteration":"Mattathá","pronunciation":null,"derivation":"probably a shortened form of G3161 (Ματταθίας) (compare G4992 (σωτήριον));","strongs_definition":"Mattatha (i.e. Mattithjah), an Israelite","kjv_definition":"Mattatha"} +{"id":"G3580","strongs_number":"G3580","system":"greek","language":"greek","number_value":3580,"lemma":"ξενοδοχέω","transliteration":"xenodochéō","pronunciation":null,"derivation":"from a compound of G3581 (ξένος) and G1209 (δέχομαι);","strongs_definition":"to be hospitable","kjv_definition":"lodge strangers"} +{"id":"G896","strongs_number":"G896","system":"greek","language":"greek","number_value":896,"lemma":"Βάαλ","transliteration":"Báal","pronunciation":null,"derivation":"of Hebrew origin (H01168);","strongs_definition":"Baal, a Phœnician deity (used as a symbol of idolatry)","kjv_definition":"Baal"} +{"id":"G4604","strongs_number":"G4604","system":"greek","language":"greek","number_value":4604,"lemma":"σίδηρος","transliteration":"sídēros","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"iron","kjv_definition":"iron"} +{"id":"G5527","strongs_number":"G5527","system":"greek","language":"greek","number_value":5527,"lemma":"χόρτασμα","transliteration":"chórtasma","pronunciation":null,"derivation":"from G5526 (χορτάζω);","strongs_definition":"forage, i.e. food","kjv_definition":"sustenance"} +{"id":"G1453","strongs_number":"G1453","system":"greek","language":"greek","number_value":1453,"lemma":"ἐγείρω","transliteration":"egeírō","pronunciation":null,"derivation":"probably akin to the base of G58 (ἀγορά) (through the idea of collecting one's faculties);","strongs_definition":"to waken (transitively or intransitively), i.e. rouse (literally, from sleep, from sitting or lying, from disease, from death; or figuratively, from obscurity, inactivity, ruins, nonexistence)","kjv_definition":"awake, lift (up), raise (again, up), rear up, (a-)rise (again, up), stand, take up"} +{"id":"G2922","strongs_number":"G2922","system":"greek","language":"greek","number_value":2922,"lemma":"κριτήριον","transliteration":"kritḗrion","pronunciation":null,"derivation":"neuter of a presumed derivative of G2923 (κριτής);","strongs_definition":"a rule of judging (\"criterion\"), i.e. (by implication) a tribunal","kjv_definition":"to judge, judgment (seat)"} +{"id":"G3172","strongs_number":"G3172","system":"greek","language":"greek","number_value":3172,"lemma":"μεγαλωσύνη","transliteration":"megalōsýnē","pronunciation":null,"derivation":"from G3173 (μέγας);","strongs_definition":"greatness, i.e. (figuratively) divinity (often God himself)","kjv_definition":"majesty"} +{"id":"G224","strongs_number":"G224","system":"greek","language":"greek","number_value":224,"lemma":"ἄλευρον","transliteration":"áleuron","pronunciation":null,"derivation":"from (to grind);","strongs_definition":"flour","kjv_definition":"meal"} +{"id":"G3706","strongs_number":"G3706","system":"greek","language":"greek","number_value":3706,"lemma":"ὅρασις","transliteration":"hórasis","pronunciation":null,"derivation":"from G3708 (ὁράω);","strongs_definition":"the act of gazing, i.e. (externally) an aspect or (internally) an inspired appearance","kjv_definition":"sight, vision"} +{"id":"G417","strongs_number":"G417","system":"greek","language":"greek","number_value":417,"lemma":"ἄνεμος","transliteration":"ánemos","pronunciation":null,"derivation":"from the base of G109 (ἀήρ);","strongs_definition":"wind; (plural) by implication, (the four) quarters (of the earth)","kjv_definition":"wind"} +{"id":"G3907","strongs_number":"G3907","system":"greek","language":"greek","number_value":3907,"lemma":"παρατήρησις","transliteration":"paratḗrēsis","pronunciation":null,"derivation":"from G3906 (παρατηρέω);","strongs_definition":"inspection, i.e. ocular evidence","kjv_definition":"obervation"} +{"id":"G1208","strongs_number":"G1208","system":"greek","language":"greek","number_value":1208,"lemma":"δεύτερος","transliteration":"deúteros","pronunciation":null,"derivation":"as the comparative of G1417 (δύο);","strongs_definition":"(ordinal) second (in time, place, or rank; also adverb)","kjv_definition":"afterward, again, second(-arily, time)"} +{"id":"G2412","strongs_number":"G2412","system":"greek","language":"greek","number_value":2412,"lemma":"ἱεροπρεπής","transliteration":"hieroprepḗs","pronunciation":null,"derivation":"from G2413 (ἱερός) and the same as G4241 (πρέπω);","strongs_definition":"reverent","kjv_definition":"as becometh holiness"} +{"id":"G2666","strongs_number":"G2666","system":"greek","language":"greek","number_value":2666,"lemma":"καταπίνω","transliteration":"katapínō","pronunciation":null,"derivation":"from G2596 (κατά) and G4095 (πίνω);","strongs_definition":"to drink down, i.e. gulp entire (literally or figuratively)","kjv_definition":"devour, drown, swallow (up)"} +{"id":"G4250","strongs_number":"G4250","system":"greek","language":"greek","number_value":4250,"lemma":"πρίν","transliteration":"prín","pronunciation":null,"derivation":"adverb from G4253 (πρό);","strongs_definition":"prior, sooner","kjv_definition":"before (that), ere"} +{"id":"G2888","strongs_number":"G2888","system":"greek","language":"greek","number_value":2888,"lemma":"κοσμοκράτωρ","transliteration":"kosmokrátōr","pronunciation":null,"derivation":"from G2889 (κόσμος) and G2902 (κρατέω);","strongs_definition":"a world-ruler, an epithet of Satan","kjv_definition":"ruler"} +{"id":"G4155","strongs_number":"G4155","system":"greek","language":"greek","number_value":4155,"lemma":"πνίγω","transliteration":"pnígō","pronunciation":null,"derivation":"strengthened from G4154 (πνέω);","strongs_definition":"to wheeze, i.e. (causative, by implication) to throttle or strangle (drown)","kjv_definition":"choke, take by the throat"} +{"id":"G241","strongs_number":"G241","system":"greek","language":"greek","number_value":241,"lemma":"ἀλλογενής","transliteration":"allogenḗs","pronunciation":null,"derivation":"from G243 (ἄλλος) and G1085 (γένος);","strongs_definition":"foreign, i.e. not a Jew","kjv_definition":"stranger"} +{"id":"G3896","strongs_number":"G3896","system":"greek","language":"greek","number_value":3896,"lemma":"παραπλέω","transliteration":"parapléō","pronunciation":null,"derivation":"from G3844 (παρά) and G4126 (πλέω);","strongs_definition":"to sail near","kjv_definition":"sail by"} +{"id":"G2117","strongs_number":"G2117","system":"greek","language":"greek","number_value":2117,"lemma":"εὐθύς","transliteration":"euthýs","pronunciation":null,"derivation":"perhaps from G2095 (εὖ) and G5087 (τίθημι);","strongs_definition":"straight, i.e. (literally) level, or (figuratively) true; adverbially (of time) at once","kjv_definition":"anon, by and by, forthwith, immediately, straightway"} +{"id":"G4553","strongs_number":"G4553","system":"greek","language":"greek","number_value":4553,"lemma":"σαργάνη","transliteration":"sargánē","pronunciation":null,"derivation":"apparently of Hebrew origin (H08276);","strongs_definition":"a basket (as interwoven or wicker-work","kjv_definition":"basket"} +{"id":"G4398","strongs_number":"G4398","system":"greek","language":"greek","number_value":4398,"lemma":"προφῆτις","transliteration":"prophētis","pronunciation":null,"derivation":"feminine of G4396 (προφήτης);","strongs_definition":"a female foreteller or an inspired woman","kjv_definition":"prophetess"} +{"id":"G5268","strongs_number":"G5268","system":"greek","language":"greek","number_value":5268,"lemma":"ὑποζύγιον","transliteration":"hypozýgion","pronunciation":null,"derivation":"neuter of a compound of G5259 (ὑπό) and G2218 (ζυγός);","strongs_definition":"an animal under the yoke (draught-beast), i.e. (specially), a donkey","kjv_definition":"ass"} +{"id":"G2530","strongs_number":"G2530","system":"greek","language":"greek","number_value":2530,"lemma":"καθότι","transliteration":"kathóti","pronunciation":null,"derivation":"from G2596 (κατά);","strongs_definition":"and G3739 (ὅς) and G5100 (τὶς); according to which certain thing, i.e. as far (or inasmuch) as","kjv_definition":"(according, forasmuch) as, because (that)"} +{"id":"G1778","strongs_number":"G1778","system":"greek","language":"greek","number_value":1778,"lemma":"ἔνταλμα","transliteration":"éntalma","pronunciation":null,"derivation":"from G1781 (ἐντέλλομαι);","strongs_definition":"an injunction, i.e. religious precept","kjv_definition":"commandment"} +{"id":"G5436","strongs_number":"G5436","system":"greek","language":"greek","number_value":5436,"lemma":"Φύγελλος","transliteration":"Phýgellos","pronunciation":null,"derivation":"probably from G5343 (φεύγω);","strongs_definition":"fugitive; Phygellus, an apostate Christian","kjv_definition":"Phygellus"} +{"id":"G3084","strongs_number":"G3084","system":"greek","language":"greek","number_value":3084,"lemma":"λυτρόω","transliteration":"lytróō","pronunciation":null,"derivation":"from G3083 (λύτρον);","strongs_definition":"to ransom (literally or figuratively)","kjv_definition":"redeem"} +{"id":"G2184","strongs_number":"G2184","system":"greek","language":"greek","number_value":2184,"lemma":"ἐφήμερος","transliteration":"ephḗmeros","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2250 (ἡμέρα);","strongs_definition":"for a day (\"ephemeral\"), i.e. diurnal","kjv_definition":"daily"} +{"id":"G3113","strongs_number":"G3113","system":"greek","language":"greek","number_value":3113,"lemma":"μακρόθεν","transliteration":"makróthen","pronunciation":null,"derivation":"adverb from G3117 (μακρός);","strongs_definition":"from a distance or afar","kjv_definition":"afar off, from far"} +{"id":"G2556","strongs_number":"G2556","system":"greek","language":"greek","number_value":2556,"lemma":"κακός","transliteration":"kakós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"worthless (intrinsically, such; whereas G4190 (πονηρός) properly refers to effects), i.e. (subjectively) depraved, or (objectively) injurious","kjv_definition":"bad, evil, harm, ill, noisome, wicked"} +{"id":"G3341","strongs_number":"G3341","system":"greek","language":"greek","number_value":3341,"lemma":"μετάνοια","transliteration":"metánoia","pronunciation":null,"derivation":"from G3340 (μετανοέω);","strongs_definition":"(subjectively) compunction (for guilt, including reformation); by implication, reversal (of (another's) decision)","kjv_definition":"repentance"} +{"id":"G4082","strongs_number":"G4082","system":"greek","language":"greek","number_value":4082,"lemma":"πήρα","transliteration":"pḗra","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a wallet or leather pouch for food","kjv_definition":"scrip"} +{"id":"G4514","strongs_number":"G4514","system":"greek","language":"greek","number_value":4514,"lemma":"Ῥωμαῖος","transliteration":"Rhōmaîos","pronunciation":null,"derivation":"from G4516 (Ῥώμη);","strongs_definition":"Romæan, i.e. Roman (as noun)","kjv_definition":"Roman, of Rome"} +{"id":"G4646","strongs_number":"G4646","system":"greek","language":"greek","number_value":4646,"lemma":"σκολιός","transliteration":"skoliós","pronunciation":null,"derivation":"from the base of G4628 (σκέλος);","strongs_definition":"warped, i.e. winding; figuratively, perverse","kjv_definition":"crooked, froward, untoward"} +{"id":"G302","strongs_number":"G302","system":"greek","language":"greek","number_value":302,"lemma":"ἄν","transliteration":"án","pronunciation":null,"derivation":"a primary particle, denoting a supposition, wish, possibility or uncertainty","strongs_definition":null,"kjv_definition":"(what-, where-, wither-, who-)soever"} +{"id":"G2181","strongs_number":"G2181","system":"greek","language":"greek","number_value":2181,"lemma":"Ἔφεσος","transliteration":"Éphesos","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Ephesus, a city of Asia Minor","kjv_definition":"Ephesus"} +{"id":"G2875","strongs_number":"G2875","system":"greek","language":"greek","number_value":2875,"lemma":"κόπτω","transliteration":"kóptō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to \"chop\"; specially, to beat the breast in grief","kjv_definition":"cut down, lament, mourn, (be-)wail"} +{"id":"G1675","strongs_number":"G1675","system":"greek","language":"greek","number_value":1675,"lemma":"Ἑλληνιστής","transliteration":"Hellēnistḗs","pronunciation":null,"derivation":"from a derivative of G1672 (Ἕλλην);","strongs_definition":"a Hellenist or Greek-speaking Jew","kjv_definition":"Grecian"} +{"id":"G1272","strongs_number":"G1272","system":"greek","language":"greek","number_value":1272,"lemma":"διανοίγω","transliteration":"dianoígō","pronunciation":null,"derivation":"from G1223 (διά) and G455 (ἀνοίγω);","strongs_definition":"to open thoroughly, literally (as a first-born) or figuratively (to expound)","kjv_definition":"open"} +{"id":"G2348","strongs_number":"G2348","system":"greek","language":"greek","number_value":2348,"lemma":"θνήσκω","transliteration":"thnḗskō","pronunciation":null,"derivation":"a strengthened form of a simpler primary (which is used for it only in certain tenses);","strongs_definition":"to die (literally or figuratively)","kjv_definition":"be dead, die"} +{"id":"G541","strongs_number":"G541","system":"greek","language":"greek","number_value":541,"lemma":"ἀπαύγασμα","transliteration":"apaúgasma","pronunciation":null,"derivation":"from a compound of G575 (ἀπό) and G826 (αὐγάζω);","strongs_definition":"an off-flash, i.e. effulgence","kjv_definition":"brightness"} +{"id":"G3480","strongs_number":"G3480","system":"greek","language":"greek","number_value":3480,"lemma":"Ναζωραῖος","transliteration":"Nazōraîos","pronunciation":null,"derivation":"from G3478 (Ναζαρέθ);","strongs_definition":"a Nazoræan, i.e. inhabitant of Nazareth; by extension, a Christian","kjv_definition":"Nazarene, of Nazareth"} +{"id":"G3021","strongs_number":"G3021","system":"greek","language":"greek","number_value":3021,"lemma":"λευκαίνω","transliteration":"leukaínō","pronunciation":null,"derivation":"from G3022 (λευκός);","strongs_definition":"to whiten","kjv_definition":"make white, whiten"} +{"id":"G4105","strongs_number":"G4105","system":"greek","language":"greek","number_value":4105,"lemma":"πλανάω","transliteration":"planáō","pronunciation":null,"derivation":"from G4106 (πλάνη);","strongs_definition":"to (properly, cause to) roam (from safety, truth, or virtue)","kjv_definition":"go astray, deceive, err, seduce, wander, be out of the way"} +{"id":"G5187","strongs_number":"G5187","system":"greek","language":"greek","number_value":5187,"lemma":"τυφόω","transliteration":"typhóō","pronunciation":null,"derivation":"from a derivative of G5188 (τύφω);","strongs_definition":"to envelop with smoke, i.e. (figuratively) to inflate with self-conceit","kjv_definition":"high-minded, be lifted up with pride, be proud"} +{"id":"G5556","strongs_number":"G5556","system":"greek","language":"greek","number_value":5556,"lemma":"χρυσόπρασος","transliteration":"chrysóprasos","pronunciation":null,"derivation":"from G5557 (χρυσός) and (a leek);","strongs_definition":"a greenish-yellow gem (\"chrysoprase\")","kjv_definition":"chrysoprase"} +{"id":"G4692","strongs_number":"G4692","system":"greek","language":"greek","number_value":4692,"lemma":"σπεύδω","transliteration":"speúdō","pronunciation":null,"derivation":"probably strengthened from G4228 (πούς);","strongs_definition":"to \"speed\" (\"study\"), i.e. urge on (diligently or earnestly); by implication, to await eagerly","kjv_definition":"(make, with) haste unto"} +{"id":"G3013","strongs_number":"G3013","system":"greek","language":"greek","number_value":3013,"lemma":"λεπίς","transliteration":"lepís","pronunciation":null,"derivation":"from (to peel);","strongs_definition":"a flake","kjv_definition":"scale"} +{"id":"G2941","strongs_number":"G2941","system":"greek","language":"greek","number_value":2941,"lemma":"κυβέρνησις","transliteration":"kybérnēsis","pronunciation":null,"derivation":"from (of Latin origin, to steer);","strongs_definition":"pilotage, i.e. (figuratively) directorship (in the church)","kjv_definition":"government"} +{"id":"G5036","strongs_number":"G5036","system":"greek","language":"greek","number_value":5036,"lemma":"ταχύς","transliteration":"tachýs","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"fleet, i.e. (figuratively) prompt or ready","kjv_definition":"swift"} +{"id":"G3351","strongs_number":"G3351","system":"greek","language":"greek","number_value":3351,"lemma":"μετοικίζω","transliteration":"metoikízō","pronunciation":null,"derivation":"from the same as G3350 (μετοικεσία);","strongs_definition":"to transfer as a settler or captive, i.e colonize or exile","kjv_definition":"carry away, remove into"} +{"id":"G2777","strongs_number":"G2777","system":"greek","language":"greek","number_value":2777,"lemma":"κεφαλίς","transliteration":"kephalís","pronunciation":null,"derivation":"from G2776 (κεφαλή);","strongs_definition":"properly, a knob, i.e. (by implication) a roll (by extension from the end of a stick on which the manuscript was rolled)","kjv_definition":"volume"} +{"id":"G1948","strongs_number":"G1948","system":"greek","language":"greek","number_value":1948,"lemma":"ἐπικρίνω","transliteration":"epikrínō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2919 (κρίνω);","strongs_definition":"to adjudge","kjv_definition":"give sentence"} +{"id":"G2677","strongs_number":"G2677","system":"greek","language":"greek","number_value":2677,"lemma":"καταρτισμός","transliteration":"katartismós","pronunciation":null,"derivation":"from G2675 (καταρτίζω);","strongs_definition":"complete furnishing (objectively)","kjv_definition":"perfecting"} +{"id":"G5593","strongs_number":"G5593","system":"greek","language":"greek","number_value":5593,"lemma":"ψυχρός","transliteration":"psychrós","pronunciation":null,"derivation":"from G5592 (ψύχος);","strongs_definition":"chilly (literally or figuratively)","kjv_definition":"cold"} +{"id":"G5360","strongs_number":"G5360","system":"greek","language":"greek","number_value":5360,"lemma":"φιλαδελφία","transliteration":"philadelphía","pronunciation":null,"derivation":"from G5361 (φιλάδελφος);","strongs_definition":"fraternal affection","kjv_definition":"brotherly love (kindness), love of the brethren"} +{"id":"G426","strongs_number":"G426","system":"greek","language":"greek","number_value":426,"lemma":"ἀνετάζω","transliteration":"anetázō","pronunciation":null,"derivation":"from G303 (ἀνά) and (to test);","strongs_definition":"to investigate (judicially)","kjv_definition":"(should have) examined(-d)"} +{"id":"G5207","strongs_number":"G5207","system":"greek","language":"greek","number_value":5207,"lemma":"υἱός","transliteration":"huiós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a \"son\" (sometimes of animals), used very widely of immediate, remote or figuratively, kinship","kjv_definition":"child, foal, son"} +{"id":"G5186","strongs_number":"G5186","system":"greek","language":"greek","number_value":5186,"lemma":"τυφλόω","transliteration":"typhlóō","pronunciation":null,"derivation":"from G5185 (τυφλός);","strongs_definition":"to make blind, i.e. (figuratively) to obscure","kjv_definition":"blind"} +{"id":"G1273","strongs_number":"G1273","system":"greek","language":"greek","number_value":1273,"lemma":"διανυκτερεύω","transliteration":"dianyktereúō","pronunciation":null,"derivation":"from G1223 (διά) and a derivative of G3571 (νύξ);","strongs_definition":"to sit up the whole night","kjv_definition":"continue all night"} +{"id":"G2732","strongs_number":"G2732","system":"greek","language":"greek","number_value":2732,"lemma":"κατοικητήριον","transliteration":"katoikētḗrion","pronunciation":null,"derivation":"from a derivative of G2730 (κατοικέω);","strongs_definition":"a dwelling-place","kjv_definition":"habitation"} +{"id":"G4406","strongs_number":"G4406","system":"greek","language":"greek","number_value":4406,"lemma":"πρώϊμος","transliteration":"prṓïmos","pronunciation":null,"derivation":"from G4404 (πρωΐ);","strongs_definition":"dawning, i.e. (by analogy) autumnal (showering, the first of the rainy season)","kjv_definition":"early"} +{"id":"G697","strongs_number":"G697","system":"greek","language":"greek","number_value":697,"lemma":"Ἄρειος Πάγος","transliteration":"Áreios Págos","pronunciation":null,"derivation":"from (the name of the Greek deity of war) and a derivative of G4078 (πήγνυμι);","strongs_definition":"rock of Ares, a place in Athens","kjv_definition":"Areopagus, Mars' Hill"} +{"id":"G2073","strongs_number":"G2073","system":"greek","language":"greek","number_value":2073,"lemma":"ἑσπέρα","transliteration":"hespéra","pronunciation":null,"derivation":"feminine of an adjective hesperos (evening); the eve (G5610 (ὥρα) being implied)","strongs_definition":null,"kjv_definition":"evening(-tide)"} +{"id":"G2710","strongs_number":"G2710","system":"greek","language":"greek","number_value":2710,"lemma":"καταχράομαι","transliteration":"katachráomai","pronunciation":null,"derivation":"from G2596 (κατά) and G5530 (χράομαι);","strongs_definition":"to overuse, i.e. misuse","kjv_definition":"abuse"} +{"id":"G2102","strongs_number":"G2102","system":"greek","language":"greek","number_value":2102,"lemma":"εὐαρέστως","transliteration":"euaréstōs","pronunciation":null,"derivation":"adverb from G2101 (εὐάρεστος);","strongs_definition":"quite agreeably","kjv_definition":"acceptably, + please well"} +{"id":"G5032","strongs_number":"G5032","system":"greek","language":"greek","number_value":5032,"lemma":"τάχιον","transliteration":"táchion","pronunciation":null,"derivation":"neuter singular of the comparative of G5036 (ταχύς) (as adverb);","strongs_definition":"more swiftly, i.e. (in manner) more rapidly, or (in time) more speedily","kjv_definition":"out (run), quickly, shortly, sooner"} +{"id":"G598","strongs_number":"G598","system":"greek","language":"greek","number_value":598,"lemma":"ἀποθλίβω","transliteration":"apothlíbō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2346 (θλίβω);","strongs_definition":"to crowd (from every side)","kjv_definition":"press"} +{"id":"G1260","strongs_number":"G1260","system":"greek","language":"greek","number_value":1260,"lemma":"διαλογίζομαι","transliteration":"dialogízomai","pronunciation":null,"derivation":"from G1223 (διά) and G3049 (λογίζομαι);","strongs_definition":"to reckon thoroughly, i.e. (genitive case) to deliberate (by reflection or discussion)","kjv_definition":"cast in mind, consider, dispute, muse, reason, think"} +{"id":"G2625","strongs_number":"G2625","system":"greek","language":"greek","number_value":2625,"lemma":"κατακλίνω","transliteration":"kataklínō","pronunciation":null,"derivation":"from G2596 (κατά) and G2827 (κλίνω);","strongs_definition":"to recline down, i.e. (specially) to take a place at table","kjv_definition":"(make) sit down (at meat)"} +{"id":"G2153","strongs_number":"G2153","system":"greek","language":"greek","number_value":2153,"lemma":"εὐσεβῶς","transliteration":"eusebōs","pronunciation":null,"derivation":"adverb from G2152 (εὐσεβής);","strongs_definition":"piously","kjv_definition":"godly"} +{"id":"G5002","strongs_number":"G5002","system":"greek","language":"greek","number_value":5002,"lemma":"τακτός","transliteration":"taktós","pronunciation":null,"derivation":"from G5021 (τάσσω);","strongs_definition":"arranged, i.e. appointed or stated","kjv_definition":"set"} +{"id":"G482","strongs_number":"G482","system":"greek","language":"greek","number_value":482,"lemma":"ἀντιλαμβάνομαι","transliteration":"antilambánomai","pronunciation":null,"derivation":"from G473 (ἀντί) and the middle voice of G2983 (λαμβάνω);","strongs_definition":"to take hold of in turn, i.e. succor; also to participate","kjv_definition":"help, partaker, support"} +{"id":"G2082","strongs_number":"G2082","system":"greek","language":"greek","number_value":2082,"lemma":"ἐσώτερος","transliteration":"esṓteros","pronunciation":null,"derivation":"comparative of G2080 (ἔσω);","strongs_definition":"interior","kjv_definition":"inner, within"} +{"id":"G4258","strongs_number":"G4258","system":"greek","language":"greek","number_value":4258,"lemma":"προαμαρτάνω","transliteration":"proamartánō","pronunciation":null,"derivation":"from G4253 (πρό) and G264 (ἁμαρτάνω);","strongs_definition":"to sin previously (to conversion)","kjv_definition":"sin already, heretofore sin"} +{"id":"G2482","strongs_number":"G2482","system":"greek","language":"greek","number_value":2482,"lemma":"Ἰταλία","transliteration":"Italía","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Italia, a region of Europe","kjv_definition":"Italy"} +{"id":"G1350","strongs_number":"G1350","system":"greek","language":"greek","number_value":1350,"lemma":"δίκτυον","transliteration":"díktyon","pronunciation":null,"derivation":"probably from a primary verb (to cast);","strongs_definition":"a seine (for fishing)","kjv_definition":"net"} +{"id":"G160","strongs_number":"G160","system":"greek","language":"greek","number_value":160,"lemma":"αἰφνίδιος","transliteration":"aiphnídios","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and G5316 (φαίνω) (compare G1810 (ἐξαίφνης)) (meaning non-apparent);","strongs_definition":"unexpected, i.e. (adverbially) suddenly","kjv_definition":"sudden, unawares"} +{"id":"G3561","strongs_number":"G3561","system":"greek","language":"greek","number_value":3561,"lemma":"νουμηνία","transliteration":"noumēnía","pronunciation":null,"derivation":"feminine of a compound of G3501 (νέος) and G3376 (μήν) (as noun by implication, of G2250 (ἡμέρα));","strongs_definition":"the festival of new moon","kjv_definition":"new moon"} +{"id":"G5342","strongs_number":"G5342","system":"greek","language":"greek","number_value":5342,"lemma":"φέρω","transliteration":"phérō","pronunciation":null,"derivation":"a primary verb (for which other, and apparently not cognate ones are used in certain tenses only; namely, ; and ;","strongs_definition":"to \"bear\" or carry (in a very wide application, literally and figuratively, as follows)","kjv_definition":"be, bear, bring (forth), carry, come, + let her drive, be driven, endure, go on, lay, lead, move, reach, rushing, uphold"} +{"id":"G3128","strongs_number":"G3128","system":"greek","language":"greek","number_value":3128,"lemma":"Μανασσῆς","transliteration":"Manassēs","pronunciation":null,"derivation":"of Hebrew origin (H04519);","strongs_definition":"Mannasses (i.e. Menashsheh), an Israelite","kjv_definition":"Manasses"} +{"id":"G522","strongs_number":"G522","system":"greek","language":"greek","number_value":522,"lemma":"ἀπαίρω","transliteration":"apaírō","pronunciation":null,"derivation":"from G575 (ἀπό) and G142 (αἴρω);","strongs_definition":"to lift off, i.e. remove","kjv_definition":"take (away)"} +{"id":"G176","strongs_number":"G176","system":"greek","language":"greek","number_value":176,"lemma":"ἀκατάγνωστος","transliteration":"akatágnōstos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G2607 (καταγινώσκω);","strongs_definition":"unblamable","kjv_definition":"that cannot be condemned"} +{"id":"G1509","strongs_number":"G1509","system":"greek","language":"greek","number_value":1509,"lemma":"εἰ μή τι","transliteration":"ei mḗ ti","pronunciation":null,"derivation":"from G1508 (εἰ μή) and the neuter of G5100 (τὶς);","strongs_definition":"if not somewhat","kjv_definition":"except"} +{"id":"G1688","strongs_number":"G1688","system":"greek","language":"greek","number_value":1688,"lemma":"ἐμβιβάζω","transliteration":"embibázō","pronunciation":null,"derivation":"from G1722 (ἐν) and (to mount;","strongs_definition":"causative of G1684 (ἐμβαίνω)); to place on, i.e. transfer (aboard a vessel)","kjv_definition":"put in"} +{"id":"G2405","strongs_number":"G2405","system":"greek","language":"greek","number_value":2405,"lemma":"ἱερατεία","transliteration":"hierateía","pronunciation":null,"derivation":"from G2407 (ἱερατεύω);","strongs_definition":"priestliness, i.e. the sacerdotal function","kjv_definition":"office of the priesthood, priest's office"} +{"id":"G4279","strongs_number":"G4279","system":"greek","language":"greek","number_value":4279,"lemma":"προεπαγγέλλομαι","transliteration":"proepangéllomai","pronunciation":null,"derivation":"middle voice from G4253 (πρό) and G1861 (ἐπαγγέλλω);","strongs_definition":"to promise of old","kjv_definition":"promise before"} +{"id":"G1351","strongs_number":"G1351","system":"greek","language":"greek","number_value":1351,"lemma":"δίλογος","transliteration":"dílogos","pronunciation":null,"derivation":"from G1364 (δίς) and G3056 (λόγος);","strongs_definition":"equivocal, i.e. telling a different story","kjv_definition":"double-tongued"} +{"id":"G2804","strongs_number":"G2804","system":"greek","language":"greek","number_value":2804,"lemma":"Κλαύδιος","transliteration":"Klaúdios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Claudius, the name of two Romans","kjv_definition":"Claudius"} +{"id":"G5105","strongs_number":"G5105","system":"greek","language":"greek","number_value":5105,"lemma":"τοιγαροῦν","transliteration":"toigaroûn","pronunciation":null,"derivation":"from G5104 (τοί) and G1063 (γάρ) and G3767 (οὖν);","strongs_definition":"truly for then, i.e. consequently","kjv_definition":"there-(where-)fore"} +{"id":"G1182","strongs_number":"G1182","system":"greek","language":"greek","number_value":1182,"lemma":"δέκατος","transliteration":"dékatos","pronunciation":null,"derivation":"ordinal from G1176 (δέκα);","strongs_definition":"tenth","kjv_definition":"tenth"} +{"id":"G4682","strongs_number":"G4682","system":"greek","language":"greek","number_value":4682,"lemma":"σπαράσσω","transliteration":"sparássō","pronunciation":null,"derivation":"prolongation from (to grasp;","strongs_definition":"apparently strengthened from G4685 (σπάω) through the idea of spasmodic contraction); to mangle, i.e. convluse with epilepsy","kjv_definition":"rend, tear"} +{"id":"G1285","strongs_number":"G1285","system":"greek","language":"greek","number_value":1285,"lemma":"διασαφέω","transliteration":"diasaphéō","pronunciation":null,"derivation":"from G1223 (διά) and (clear);","strongs_definition":"to clear thoroughly, i.e. (figuratively) declare","kjv_definition":"tell unto"} +{"id":"G56","strongs_number":"G56","system":"greek","language":"greek","number_value":56,"lemma":"ἀγνωσία","transliteration":"agnōsía","pronunciation":null,"derivation":"from G1 (Α) (as negative particle) and G1108 (γνῶσις);","strongs_definition":"ignorance (properly, the state)","kjv_definition":"ignorance, not the knowledge"} +{"id":"G4076","strongs_number":"G4076","system":"greek","language":"greek","number_value":4076,"lemma":"πήγανον","transliteration":"pḗganon","pronunciation":null,"derivation":"from G4078 (πήγνυμι);","strongs_definition":"rue (from its thick or fleshy leaves)","kjv_definition":"rue"} +{"id":"G1014","strongs_number":"G1014","system":"greek","language":"greek","number_value":1014,"lemma":"βούλομαι","transliteration":"boúlomai","pronunciation":null,"derivation":"middle voice of a primary verb;","strongs_definition":"to \"will,\" i.e. (reflexively) be willing","kjv_definition":"be disposed, minded, intend, list, (be, of own) will (-ing)"} +{"id":"G4366","strongs_number":"G4366","system":"greek","language":"greek","number_value":4366,"lemma":"προσρήγνυμι","transliteration":"prosrḗgnymi","pronunciation":null,"derivation":"from G4314 (πρός) and G4486 (ῥήγνυμι);","strongs_definition":"to tear towards, i.e. burst upon (as a tempest or flood)","kjv_definition":"beat vehemently against (upon)"} +{"id":"G2432","strongs_number":"G2432","system":"greek","language":"greek","number_value":2432,"lemma":"ἱλαρότης","transliteration":"hilarótēs","pronunciation":null,"derivation":"from G2431 (ἱλαρός);","strongs_definition":"alacrity","kjv_definition":"cheerfulness"} +{"id":"G736","strongs_number":"G736","system":"greek","language":"greek","number_value":736,"lemma":"ἀρτέμων","transliteration":"artémōn","pronunciation":null,"derivation":"from a derivative of G737 (ἄρτι);","strongs_definition":"properly, something ready (or else more remotely from G142 (αἴρω) (compare G740 (ἄρτος)); something hung up), i.e. (specially) the topsail (rather foresail or jib) of a vessel","kjv_definition":"mainsail"} +{"id":"G1385","strongs_number":"G1385","system":"greek","language":"greek","number_value":1385,"lemma":"δοκός","transliteration":"dokós","pronunciation":null,"derivation":"from G1209 (δέχομαι) (through the idea of holding up);","strongs_definition":"a stick of timber","kjv_definition":"beam"} +{"id":"G4585","strongs_number":"G4585","system":"greek","language":"greek","number_value":4585,"lemma":"σεμίδαλις","transliteration":"semídalis","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"fine wheaten flour","kjv_definition":"fine flour"} +{"id":"G4039","strongs_number":"G4039","system":"greek","language":"greek","number_value":4039,"lemma":"περιοικέω","transliteration":"perioikéō","pronunciation":null,"derivation":"from G4012 (περί) and G3611 (οἰκέω);","strongs_definition":"to reside around, i.e. be a neighbor","kjv_definition":"dwell round about"} +{"id":"G801","strongs_number":"G801","system":"greek","language":"greek","number_value":801,"lemma":"ἀσύνετος","transliteration":"asýnetos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G4908 (συνετός);","strongs_definition":"unintelligent; by implication, wicked","kjv_definition":"foolish, without understanding"} +{"id":"G1111","strongs_number":"G1111","system":"greek","language":"greek","number_value":1111,"lemma":"γογγύζω","transliteration":"gongýzō","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"to grumble","kjv_definition":"murmur"} +{"id":"G3149","strongs_number":"G3149","system":"greek","language":"greek","number_value":3149,"lemma":"μαστός","transliteration":"mastós","pronunciation":null,"derivation":"from the base of G3145 (μασσάομαι);","strongs_definition":"a (properly, female) breast (as if kneaded up)","kjv_definition":"pap"} +{"id":"G5039","strongs_number":"G5039","system":"greek","language":"greek","number_value":5039,"lemma":"τεκμήριον","transliteration":"tekmḗrion","pronunciation":null,"derivation":"neuter of a presumed derivative of (a goal or fixed limit);","strongs_definition":"a token (as defining a fact), i.e. criterion of certainty","kjv_definition":"infallible proof"} +{"id":"G1568","strongs_number":"G1568","system":"greek","language":"greek","number_value":1568,"lemma":"ἐκθαμβέω","transliteration":"ekthambéō","pronunciation":null,"derivation":"from G1569 (ἔκθαμβος);","strongs_definition":"to astonish utterly","kjv_definition":"affright, greatly (sore) amaze"} +{"id":"G5570","strongs_number":"G5570","system":"greek","language":"greek","number_value":5570,"lemma":"ψευδαπόστολος","transliteration":"pseudapóstolos","pronunciation":null,"derivation":"from G5571 (ψευδής) and G652 (ἀπόστολος);","strongs_definition":"a spurious apostle, i.e. pretended pracher","kjv_definition":"false teacher"} +{"id":"G5395","strongs_number":"G5395","system":"greek","language":"greek","number_value":5395,"lemma":"φλόξ","transliteration":"phlóx","pronunciation":null,"derivation":"from a primary (to \"flash\" or \"flame\");","strongs_definition":"a blaze","kjv_definition":"flame(-ing)"} +{"id":"G2845","strongs_number":"G2845","system":"greek","language":"greek","number_value":2845,"lemma":"κοίτη","transliteration":"koítē","pronunciation":null,"derivation":"from G2749 (κεῖμαι);","strongs_definition":"a couch; by extension, cohabitation; by implication, the male sperm","kjv_definition":"bed, chambering, X conceive"} +{"id":"G5465","strongs_number":"G5465","system":"greek","language":"greek","number_value":5465,"lemma":"χαλάω","transliteration":"chaláō","pronunciation":null,"derivation":"from the base of G5490 (χάσμα);","strongs_definition":"to lower (as into a void)","kjv_definition":"let down, strike"} +{"id":"G5059","strongs_number":"G5059","system":"greek","language":"greek","number_value":5059,"lemma":"τέρας","transliteration":"téras","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a prodigy or omen","kjv_definition":"wonder"} +{"id":"G3536","strongs_number":"G3536","system":"greek","language":"greek","number_value":3536,"lemma":"Νινευΐτης","transliteration":"Nineuḯtēs","pronunciation":null,"derivation":"from G3535 (Νινευΐ);","strongs_definition":"a Ninevite, i.e. inhabitant of Nineveh","kjv_definition":"of Nineve, Ninevite"} +{"id":"G534","strongs_number":"G534","system":"greek","language":"greek","number_value":534,"lemma":"ἀπάρτι","transliteration":"apárti","pronunciation":null,"derivation":"from G575 (ἀπό) and G737 (ἄρτι);","strongs_definition":"from now, i.e. henceforth (already)","kjv_definition":"from henceforth"} +{"id":"G888","strongs_number":"G888","system":"greek","language":"greek","number_value":888,"lemma":"ἀχρεῖος","transliteration":"achreîos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G5534 (χρή) (compare G5532 (χρεία));","strongs_definition":"useless, i.e. (euphemistically) unmeritorious","kjv_definition":"unprofitable"} +{"id":"G4733","strongs_number":"G4733","system":"greek","language":"greek","number_value":4733,"lemma":"στερέωμα","transliteration":"steréōma","pronunciation":null,"derivation":"from G4732 (στερεόω);","strongs_definition":"something established, i.e. (abstractly) confirmation (stability)","kjv_definition":"stedfastness"} +{"id":"G4235","strongs_number":"G4235","system":"greek","language":"greek","number_value":4235,"lemma":"πρᾷος","transliteration":"prâios","pronunciation":null,"derivation":"a form of G4239 (πραΰς), used in certain parts;","strongs_definition":"gentle, i.e. humble","kjv_definition":"meek"} +{"id":"G2705","strongs_number":"G2705","system":"greek","language":"greek","number_value":2705,"lemma":"καταφιλέω","transliteration":"kataphiléō","pronunciation":null,"derivation":"from 2596 and 5368;","strongs_definition":"to kiss earnestly","kjv_definition":"kiss"} +{"id":"G2488","strongs_number":"G2488","system":"greek","language":"greek","number_value":2488,"lemma":"Ἰωάθαμ","transliteration":"Iōátham","pronunciation":null,"derivation":"of Hebrew origin (H03147);","strongs_definition":"Joatham (i.e. Jotham), an Israelite","kjv_definition":"Joatham"} +{"id":"G1729","strongs_number":"G1729","system":"greek","language":"greek","number_value":1729,"lemma":"ἐνδεής","transliteration":"endeḗs","pronunciation":null,"derivation":"from a compound of G1722 (ἐν) and G1210 (δέω) (in the sense of lacking);","strongs_definition":"deficient in","kjv_definition":"lacking"} +{"id":"G51","strongs_number":"G51","system":"greek","language":"greek","number_value":51,"lemma":"ἀγνόημα","transliteration":"agnóēma","pronunciation":null,"derivation":"from G50 (ἀγνοέω);","strongs_definition":"a thing ignored, i.e. shortcoming","kjv_definition":"error"} +{"id":"G5415","strongs_number":"G5415","system":"greek","language":"greek","number_value":5415,"lemma":"Φορτουνᾶτος","transliteration":"Phortounâtos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"\"fortunate\"; Fortunatus, a Christian","kjv_definition":"Fortunatus"} +{"id":"G43","strongs_number":"G43","system":"greek","language":"greek","number_value":43,"lemma":"ἀγκάλη","transliteration":"ankálē","pronunciation":null,"derivation":"from (a bend, \"ache\");","strongs_definition":"an arm (as curved)","kjv_definition":"arm"} +{"id":"G2119","strongs_number":"G2119","system":"greek","language":"greek","number_value":2119,"lemma":"εὐκαιρέω","transliteration":"eukairéō","pronunciation":null,"derivation":"from G2121 (εὔκαιρος);","strongs_definition":"to have good time, i.e. opportunity or leisure","kjv_definition":"have leisure (convenient time), spend time"} +{"id":"G1851","strongs_number":"G1851","system":"greek","language":"greek","number_value":1851,"lemma":"ἐξοχή","transliteration":"exochḗ","pronunciation":null,"derivation":"from a compound of G1537 (ἐκ) and G2192 (ἔχω) (meaning to stand out);","strongs_definition":"prominence (figuratively)","kjv_definition":"principal"} +{"id":"G2286","strongs_number":"G2286","system":"greek","language":"greek","number_value":2286,"lemma":"θανάσιμος","transliteration":"thanásimos","pronunciation":null,"derivation":"from G2288 (θάνατος);","strongs_definition":"fatal, i.e. poisonous","kjv_definition":"deadly"} +{"id":"G440","strongs_number":"G440","system":"greek","language":"greek","number_value":440,"lemma":"ἄνθραξ","transliteration":"ánthrax","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a live coal","kjv_definition":"coal of fire"} +{"id":"G2603","strongs_number":"G2603","system":"greek","language":"greek","number_value":2603,"lemma":"καταβραβεύω","transliteration":"katabrabeúō","pronunciation":null,"derivation":"from G2596 (κατά) and G1018 (βραβεύω) (in its original sense);","strongs_definition":"to award the price against, i.e. (figuratively) to defraud (of salvation)","kjv_definition":"beguile of reward"} +{"id":"G314","strongs_number":"G314","system":"greek","language":"greek","number_value":314,"lemma":"ἀναγινώσκω","transliteration":"anaginṓskō","pronunciation":null,"derivation":"from G303 (ἀνά) and G1097 (γινώσκω);","strongs_definition":"to know again, i.e. (by extension) to read","kjv_definition":"read"} +{"id":"G1253","strongs_number":"G1253","system":"greek","language":"greek","number_value":1253,"lemma":"διάκρισις","transliteration":"diákrisis","pronunciation":null,"derivation":"from G1252 (διακρίνω);","strongs_definition":"judicial estimation","kjv_definition":"discern(-ing), disputation"} +{"id":"G3704","strongs_number":"G3704","system":"greek","language":"greek","number_value":3704,"lemma":"ὅπως","transliteration":"hópōs","pronunciation":null,"derivation":"from G3739 (ὅς) and G4459 (πῶς);","strongs_definition":"what(-ever) how, i.e. in the manner that (as adverb or conjunction of coincidence, intentional or actual)","kjv_definition":"because, how, (so) that, to, when"} +{"id":"G94","strongs_number":"G94","system":"greek","language":"greek","number_value":94,"lemma":"ἄδικος","transliteration":"ádikos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G1349 (δίκη);","strongs_definition":"unjust; by extension wicked; by implication, treacherous; specially, heathen","kjv_definition":"unjust, unrighteous"} +{"id":"G2219","strongs_number":"G2219","system":"greek","language":"greek","number_value":2219,"lemma":"ζύμη","transliteration":"zýmē","pronunciation":null,"derivation":"probably from G2204 (ζέω);","strongs_definition":"ferment (as if boiling up)","kjv_definition":"leaven"} +{"id":"G4996","strongs_number":"G4996","system":"greek","language":"greek","number_value":4996,"lemma":"σωφρόνως","transliteration":"sōphrónōs","pronunciation":null,"derivation":"adverb from G4998 (σώφρων);","strongs_definition":"with sound mind, i.e. moderately","kjv_definition":"soberly"} +{"id":"G5169","strongs_number":"G5169","system":"greek","language":"greek","number_value":5169,"lemma":"τρύπημα","transliteration":"trýpēma","pronunciation":null,"derivation":"from a derivative of the base of G5168 (τρυμαλιά);","strongs_definition":"an aperture, i.e. a needle's eye","kjv_definition":"eye"} +{"id":"G2489","strongs_number":"G2489","system":"greek","language":"greek","number_value":2489,"lemma":"Ἰωάννα","transliteration":"Iōánna","pronunciation":null,"derivation":"feminine of the same as G2491 (Ἰωάννης);","strongs_definition":"Joanna, a Christian","kjv_definition":"Joanna"} +{"id":"G4056","strongs_number":"G4056","system":"greek","language":"greek","number_value":4056,"lemma":"περισσοτέρως","transliteration":"perissotérōs","pronunciation":null,"derivation":"adverb from G4055 (περισσότερος);","strongs_definition":"more superabundantly","kjv_definition":"more abundant(-ly), X the more earnest, (more) exceedingly, more frequent, much more, the rather"} +{"id":"G956","strongs_number":"G956","system":"greek","language":"greek","number_value":956,"lemma":"βέλος","transliteration":"bélos","pronunciation":null,"derivation":"from G906 (βάλλω);","strongs_definition":"a missile, i.e. spear or arrow","kjv_definition":"dart"} +{"id":"G4486","strongs_number":"G4486","system":"greek","language":"greek","number_value":4486,"lemma":"ῥήγνυμι","transliteration":"rhḗgnymi","pronunciation":null,"derivation":"both prolonged forms of (which appears only in certain forms, and is itself probably a strengthened form of (see in G2608 (κατάγνυμι))) to \"break,\" \"wreck\" or \"crack\", i.e. (especially) to sunder (by separation of the parts;","strongs_definition":"G2608 (κατάγνυμι) being its intensive (with the preposition in composition), and G2352 (θραύω) a shattering to minute fragments; but not a reduction to the constituent particles, like G3089 (λύω)) or disrupt, lacerate; by implication, to convulse (with spasms); figuratively, to give vent to joyful emotions","kjv_definition":"break (forth), burst, rend, tear"} +{"id":"G2963","strongs_number":"G2963","system":"greek","language":"greek","number_value":2963,"lemma":"κυριότης","transliteration":"kyriótēs","pronunciation":null,"derivation":"from G2962 (κύριος);","strongs_definition":"mastery, i.e. (concretely and collectively) rulers","kjv_definition":"dominion, government"} +{"id":"G5481","strongs_number":"G5481","system":"greek","language":"greek","number_value":5481,"lemma":"χαρακτήρ","transliteration":"charaktḗr","pronunciation":null,"derivation":"from the same as G5482 (χάραξ);","strongs_definition":"a graver (the tool or the person), i.e. (by implication) engraving ((\"character\"), the figure stamped, i.e. an exact copy or (figuratively) representation)","kjv_definition":"express image"} +{"id":"G4111","strongs_number":"G4111","system":"greek","language":"greek","number_value":4111,"lemma":"πλάσσω","transliteration":"plássō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to mould, i.e. shape or fabricate","kjv_definition":"form"} +{"id":"G5377","strongs_number":"G5377","system":"greek","language":"greek","number_value":5377,"lemma":"φιλόθεος","transliteration":"philótheos","pronunciation":null,"derivation":"from G5384 (φίλος) and G2316 (θεός);","strongs_definition":"fond of God, i.e. pious","kjv_definition":"lover of God"} +{"id":"G1684","strongs_number":"G1684","system":"greek","language":"greek","number_value":1684,"lemma":"ἐμβαίνω","transliteration":"embaínō","pronunciation":null,"derivation":"from G1722 (ἐν) and the base of G939 (βάσις);","strongs_definition":"to walk on, i.e. embark (aboard a vessel), reach (a pool)","kjv_definition":"come (get) into, enter (into), go (up) into, step in, take ship"} +{"id":"G2317","strongs_number":"G2317","system":"greek","language":"greek","number_value":2317,"lemma":"θεοσέβεια","transliteration":"theosébeia","pronunciation":null,"derivation":"from G2318 (θεοσεβής);","strongs_definition":"devoutness, i.e. piety","kjv_definition":"godliness"} +{"id":"G1312","strongs_number":"G1312","system":"greek","language":"greek","number_value":1312,"lemma":"διαφθορά","transliteration":"diaphthorá","pronunciation":null,"derivation":"from G1311 (διαφθείρω);","strongs_definition":"decay","kjv_definition":"corruption"} +{"id":"G3826","strongs_number":"G3826","system":"greek","language":"greek","number_value":3826,"lemma":"παμπληθεί","transliteration":"pamplētheí","pronunciation":null,"derivation":"dative case (adverb) of a compound of G3956 (πᾶς) and G4128 (πλῆθος);","strongs_definition":"in full multitude, i.e. concertedly or simultaneously","kjv_definition":"all at once"} +{"id":"G1513","strongs_number":"G1513","system":"greek","language":"greek","number_value":1513,"lemma":"εἴ πως","transliteration":"eí pōs","pronunciation":null,"derivation":"from G1487 (εἰ) and G4458 (-πώς);","strongs_definition":"if somehow","kjv_definition":"if by any means"} +{"id":"G2780","strongs_number":"G2780","system":"greek","language":"greek","number_value":2780,"lemma":"κηπουρός","transliteration":"kēpourós","pronunciation":null,"derivation":"from G2779 (κῆπος) and (a warden);","strongs_definition":"a garden-keeper, i.e. gardener","kjv_definition":"gardener"} +{"id":"G760","strongs_number":"G760","system":"greek","language":"greek","number_value":760,"lemma":"Ἀσά","transliteration":"Asá","pronunciation":null,"derivation":"of Hebrew origin (H0609);","strongs_definition":"Asa, an Israelite","kjv_definition":"Asa"} +{"id":"G4405","strongs_number":"G4405","system":"greek","language":"greek","number_value":4405,"lemma":"πρωΐα","transliteration":"prōḯa","pronunciation":null,"derivation":"feminine of a derivative of G4404 (πρωΐ) as noun;","strongs_definition":"day-dawn","kjv_definition":"early, morning"} +{"id":"G732","strongs_number":"G732","system":"greek","language":"greek","number_value":732,"lemma":"ἄῤῥωστος","transliteration":"árrhōstos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G4517 (ῥώννυμι);","strongs_definition":"infirm","kjv_definition":"sick (folk, -ly)"} +{"id":"G2527","strongs_number":"G2527","system":"greek","language":"greek","number_value":2527,"lemma":"καθόλου","transliteration":"kathólou","pronunciation":null,"derivation":"from G2596 (κατά) and G3650 (ὅλος);","strongs_definition":"on the whole, i.e. entirely","kjv_definition":"at all"} +{"id":"G1002","strongs_number":"G1002","system":"greek","language":"greek","number_value":1002,"lemma":"βολίς","transliteration":"bolís","pronunciation":null,"derivation":"from G906 (βάλλω);","strongs_definition":"a missile, i.e. javelin","kjv_definition":"dart"} +{"id":"G5031","strongs_number":"G5031","system":"greek","language":"greek","number_value":5031,"lemma":"ταχινός","transliteration":"tachinós","pronunciation":null,"derivation":"from G5034 (τάχος);","strongs_definition":"curt, i.e. impending","kjv_definition":"shortly, swift"} +{"id":"G902","strongs_number":"G902","system":"greek","language":"greek","number_value":902,"lemma":"βαΐον","transliteration":"baḯon","pronunciation":null,"derivation":"a diminutive of a derivative probably of the base of G939 (βάσις);","strongs_definition":"a palm twig (as going out far)","kjv_definition":"branch"} +{"id":"G2545","strongs_number":"G2545","system":"greek","language":"greek","number_value":2545,"lemma":"καίω","transliteration":"kaíō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to set on fire, i.e. kindle or (by implication) consume","kjv_definition":"burn, light"} +{"id":"G3317","strongs_number":"G3317","system":"greek","language":"greek","number_value":3317,"lemma":"μεσονύκτιον","transliteration":"mesonýktion","pronunciation":null,"derivation":"neuter of compound of G3319 (μέσος) and G3571 (νύξ);","strongs_definition":"midnight (especially as a watch)","kjv_definition":"midnight"} +{"id":"G4922","strongs_number":"G4922","system":"greek","language":"greek","number_value":4922,"lemma":"συνοδεύω","transliteration":"synodeúō","pronunciation":null,"derivation":"from G4862 (σύν) and G3593 (ὁδεύω);","strongs_definition":"to travel in company with","kjv_definition":"journey with"} +{"id":"G1129","strongs_number":"G1129","system":"greek","language":"greek","number_value":1129,"lemma":"γυμνασία","transliteration":"gymnasía","pronunciation":null,"derivation":"from G1128 (γυμνάζω);","strongs_definition":"training, i.e. (figuratively) asceticism","kjv_definition":"exercise"} +{"id":"G3731","strongs_number":"G3731","system":"greek","language":"greek","number_value":3731,"lemma":"ὅρμημα","transliteration":"hórmēma","pronunciation":null,"derivation":"from G3730 (ὁρμή);","strongs_definition":"an attack, i.e. (abstractly) precipitancy","kjv_definition":"violence"} +{"id":"G2454","strongs_number":"G2454","system":"greek","language":"greek","number_value":2454,"lemma":"Ἰουδαϊσμός","transliteration":"Ioudaïsmós","pronunciation":null,"derivation":"from G2450 (Ἰουδαΐζω);","strongs_definition":"\"Judaism\", i.e. the Jewish faith and usages","kjv_definition":"Jews' religion"} +{"id":"G1958","strongs_number":"G1958","system":"greek","language":"greek","number_value":1958,"lemma":"ἐπιμέλεια","transliteration":"epiméleia","pronunciation":null,"derivation":"from G1959 (ἐπιμελέομαι);","strongs_definition":"carefulness, i.e. kind attention (hospitality)","kjv_definition":"+ refresh self"} +{"id":"G40","strongs_number":"G40","system":"greek","language":"greek","number_value":40,"lemma":"ἅγιος","transliteration":"hágios","pronunciation":null,"derivation":"from (an awful thing) (compare G53 (ἁγνός), G2282 (θάλπω));","strongs_definition":"sacred (physically, pure, morally blameless or religious, ceremonially, consecrated)","kjv_definition":"(most) holy (one, thing), saint"} +{"id":"G3319","strongs_number":"G3319","system":"greek","language":"greek","number_value":3319,"lemma":"μέσος","transliteration":"mésos","pronunciation":null,"derivation":"from G3326 (μετά);","strongs_definition":"middle (as an adjective or (neuter) noun)","kjv_definition":"among, X before them, between, + forth, mid(-day, -night), midst, way"} +{"id":"G2307","strongs_number":"G2307","system":"greek","language":"greek","number_value":2307,"lemma":"θέλημα","transliteration":"thélēma","pronunciation":null,"derivation":"from the prolonged form of G2309 (θέλω);","strongs_definition":"a determination (properly, the thing), i.e. (actively) choice (specially, purpose, decree; abstractly, volition) or (passively) inclination","kjv_definition":"desire, pleasure, will"} +{"id":"G3906","strongs_number":"G3906","system":"greek","language":"greek","number_value":3906,"lemma":"παρατηρέω","transliteration":"paratēréō","pronunciation":null,"derivation":"from G3844 (παρά) and G5083 (τηρέω);","strongs_definition":"to inspect alongside, i.e. note insidiously or scrupulously","kjv_definition":"observe, watch"} +{"id":"G1455","strongs_number":"G1455","system":"greek","language":"greek","number_value":1455,"lemma":"ἐγκάθετος","transliteration":"enkáthetos","pronunciation":null,"derivation":"from G1722 (ἐν) and a derivative of G2524 (καθίημι);","strongs_definition":"subinduced, i.e. surreptitiously suborned as a lier-in-wait","kjv_definition":"spy"} +{"id":"G3742","strongs_number":"G3742","system":"greek","language":"greek","number_value":3742,"lemma":"ὁσιότης","transliteration":"hosiótēs","pronunciation":null,"derivation":"from G3741 (ὅσιος);","strongs_definition":"piety","kjv_definition":"holiness"} +{"id":"G410","strongs_number":"G410","system":"greek","language":"greek","number_value":410,"lemma":"ἀνέγκλητος","transliteration":"anénklētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G1458 (ἐγκαλέω);","strongs_definition":"unaccused, i.e. (by implication) irreproachable","kjv_definition":"blameless"} +{"id":"G767","strongs_number":"G767","system":"greek","language":"greek","number_value":767,"lemma":"ἄσημος","transliteration":"ásēmos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and the base of G4591 (σημαίνω);","strongs_definition":"unmarked, i.e. (figuratively) ignoble","kjv_definition":"mean"} +{"id":"G810","strongs_number":"G810","system":"greek","language":"greek","number_value":810,"lemma":"ἀσωτία","transliteration":"asōtía","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and a presumed derivative of G4982 (σώζω);","strongs_definition":"properly, unsavedness, i.e. (by implication) profligacy","kjv_definition":"excess, riot"} +{"id":"G5332","strongs_number":"G5332","system":"greek","language":"greek","number_value":5332,"lemma":"φαρμακεύς","transliteration":"pharmakeús","pronunciation":null,"derivation":"from (a drug, i.e. spell-giving potion);","strongs_definition":"a druggist (\"pharmacist\") or poisoner, i.e. (by extension) a magician","kjv_definition":"sorcerer"} +{"id":"G3073","strongs_number":"G3073","system":"greek","language":"greek","number_value":3073,"lemma":"Λυκία","transliteration":"Lykía","pronunciation":null,"derivation":"probably remotely from G3074 (λύκος);","strongs_definition":"Lycia, a province of Asia Minor","kjv_definition":"Lycia"} +{"id":"G2166","strongs_number":"G2166","system":"greek","language":"greek","number_value":2166,"lemma":"Εὐφράτης","transliteration":"Euphrátēs","pronunciation":null,"derivation":"of foreign origin (compare H06578);","strongs_definition":"Euphrates, a river of Asia","kjv_definition":"Euphrates"} +{"id":"G813","strongs_number":"G813","system":"greek","language":"greek","number_value":813,"lemma":"ἄτακτος","transliteration":"átaktos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G5021 (τάσσω);","strongs_definition":"unarranged, i.e. (by implication) insubordinate (religiously)","kjv_definition":"unruly"} +{"id":"G406","strongs_number":"G406","system":"greek","language":"greek","number_value":406,"lemma":"Ἀνδρέας","transliteration":"Andréas","pronunciation":null,"derivation":"from G435 (ἀνήρ);","strongs_definition":"manly; Andreas, an Israelite","kjv_definition":"Andrew"} +{"id":"G1810","strongs_number":"G1810","system":"greek","language":"greek","number_value":1810,"lemma":"ἐξαίφνης","transliteration":"exaíphnēs","pronunciation":null,"derivation":"from G1537 (ἐκ) and the base of G160 (αἰφνίδιος);","strongs_definition":"of a sudden (unexpectedly)","kjv_definition":"suddenly"} +{"id":"G24","strongs_number":"G24","system":"greek","language":"greek","number_value":24,"lemma":"ἀγανάκτησις","transliteration":"aganáktēsis","pronunciation":null,"derivation":"from G23 (ἀγανακτέω);","strongs_definition":"indignation","kjv_definition":"indignation"} +{"id":"G3367","strongs_number":"G3367","system":"greek","language":"greek","number_value":3367,"lemma":"μηδείς","transliteration":"mēdeís","pronunciation":null,"derivation":"from G3361 (μή) and G1520 (εἷς);","strongs_definition":"not even one (man, woman, thing)","kjv_definition":"any (man, thing), no (man), none, not (at all, any man, a whit), nothing, + without delay"} +{"id":"G4233","strongs_number":"G4233","system":"greek","language":"greek","number_value":4233,"lemma":"πράκτωρ","transliteration":"práktōr","pronunciation":null,"derivation":"from a derivative of G4238 (πράσσω);","strongs_definition":"a practiser, i.e. (specially), an official collector","kjv_definition":"officer"} +{"id":"G1821","strongs_number":"G1821","system":"greek","language":"greek","number_value":1821,"lemma":"ἐξαποστέλλω","transliteration":"exapostéllō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G649 (ἀποστέλλω);","strongs_definition":"to send away forth, i.e. (on a mission) to despatch, or (peremptorily) to dismiss","kjv_definition":"send (away, forth, out)"} +{"id":"G2927","strongs_number":"G2927","system":"greek","language":"greek","number_value":2927,"lemma":"κρυπτός","transliteration":"kryptós","pronunciation":null,"derivation":"from G2928 (κρύπτω);","strongs_definition":"concealed, i.e. private","kjv_definition":"hid(-den), inward(-ly), secret"} +{"id":"G423","strongs_number":"G423","system":"greek","language":"greek","number_value":423,"lemma":"ἀνεπίληπτος","transliteration":"anepílēptos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G1949 (ἐπιλαμβάνομαι);","strongs_definition":"not arrested, i.e. (by implication) inculpable","kjv_definition":"blameless, unrebukeable"} +{"id":"G5139","strongs_number":"G5139","system":"greek","language":"greek","number_value":5139,"lemma":"Τραχωνῖτις","transliteration":"Trachōnîtis","pronunciation":null,"derivation":"from a derivative of G5138 (τραχύς);","strongs_definition":"rough district; Trachonitis, a region of Syria","kjv_definition":"Trachonitis"} +{"id":"G5363","strongs_number":"G5363","system":"greek","language":"greek","number_value":5363,"lemma":"φιλανθρωπία","transliteration":"philanthrōpía","pronunciation":null,"derivation":"from the same as G5364 (φιλανθρώπως);","strongs_definition":"fondness of mankind, i.e. benevolence (\"philanthropy\")","kjv_definition":"kindness, love towards man"} +{"id":"G5313","strongs_number":"G5313","system":"greek","language":"greek","number_value":5313,"lemma":"ὕψωμα","transliteration":"hýpsōma","pronunciation":null,"derivation":"from G5312 (ὑψόω);","strongs_definition":"an elevated place or thing, i.e. (abstractly) altitude, or (by implication) a barrier (figuratively)","kjv_definition":"height, high thing"} +{"id":"G3497","strongs_number":"G3497","system":"greek","language":"greek","number_value":3497,"lemma":"Νεεμάν","transliteration":"Neemán","pronunciation":null,"derivation":"of Hebrew origin (H05283);","strongs_definition":"Neeman (i.e. Naaman), a Syrian","kjv_definition":"Naaman"} +{"id":"G3053","strongs_number":"G3053","system":"greek","language":"greek","number_value":3053,"lemma":"λογισμός","transliteration":"logismós","pronunciation":null,"derivation":"from G3049 (λογίζομαι);","strongs_definition":"computation, i.e. (figuratively) reasoning (conscience, conceit)","kjv_definition":"imagination, thought"} +{"id":"G3910","strongs_number":"G3910","system":"greek","language":"greek","number_value":3910,"lemma":"παραυτίκα","transliteration":"parautíka","pronunciation":null,"derivation":"from G3844 (παρά) and a derivative of G846 (αὐτός);","strongs_definition":"at the very instant, i.e. momentary","kjv_definition":"but for a moment"} +{"id":"G802","strongs_number":"G802","system":"greek","language":"greek","number_value":802,"lemma":"ἀσύνθετος","transliteration":"asýnthetos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G4934 (συντίθεμαι);","strongs_definition":"properly, not agreed, i.e. treacherous to compacts","kjv_definition":"covenant-breaker"} +{"id":"G2444","strongs_number":"G2444","system":"greek","language":"greek","number_value":2444,"lemma":"ἱνατί","transliteration":"hinatí","pronunciation":null,"derivation":"from G2443 (ἵνα) and G5101 (τίς);","strongs_definition":"for what reason ?, i.e. why?","kjv_definition":"wherefore, why"} +{"id":"G2542","strongs_number":"G2542","system":"greek","language":"greek","number_value":2542,"lemma":"Καισάρεια","transliteration":"Kaisáreia","pronunciation":null,"derivation":"from G2541 (Καῖσαρ);","strongs_definition":"Cæsaria, the name of two places in Palestine","kjv_definition":"Cæsarea"} +{"id":"G5493","strongs_number":"G5493","system":"greek","language":"greek","number_value":5493,"lemma":"χείμαῤῥος","transliteration":"cheímarrhos","pronunciation":null,"derivation":"from the base of G5494 (χειμών) and G4482 (ῥέω);","strongs_definition":"a storm-runlet, i.e. winter-torrent","kjv_definition":"brook"} +{"id":"G2230","strongs_number":"G2230","system":"greek","language":"greek","number_value":2230,"lemma":"ἡγεμονεύω","transliteration":"hēgemoneúō","pronunciation":null,"derivation":"from G2232 (ἡγεμών);","strongs_definition":"to act as ruler","kjv_definition":"be governor"} +{"id":"G1977","strongs_number":"G1977","system":"greek","language":"greek","number_value":1977,"lemma":"ἐπιῤῥίπτω","transliteration":"epirrhíptō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4496 (ῥίπτω);","strongs_definition":"to throw upon (literally or figuratively)","kjv_definition":"cast upon"} +{"id":"G4627","strongs_number":"G4627","system":"greek","language":"greek","number_value":4627,"lemma":"σκάφη","transliteration":"skáphē","pronunciation":null,"derivation":null,"strongs_definition":"a \"skiff\" (as if dug out), or yawl (carried aboard a large vessel for landing)","kjv_definition":"boat"} +{"id":"G877","strongs_number":"G877","system":"greek","language":"greek","number_value":877,"lemma":"ἀφροσύνη","transliteration":"aphrosýnē","pronunciation":null,"derivation":"from G878 (ἄφρων);","strongs_definition":"senselessness, i.e. (euphemistically) egotism; (morally) recklessness","kjv_definition":"folly, foolishly(-ness)"} +{"id":"G1581","strongs_number":"G1581","system":"greek","language":"greek","number_value":1581,"lemma":"ἐκκόπτω","transliteration":"ekkóptō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2875 (κόπτω);","strongs_definition":"to exscind; figuratively, to frustrate","kjv_definition":"cut down (off, out), hew down, hinder"} +{"id":"G334","strongs_number":"G334","system":"greek","language":"greek","number_value":334,"lemma":"ἀνάθημα","transliteration":"anáthēma","pronunciation":null,"derivation":"from G394 (ἀνατίθεμαι) (like G331 (ἀνάθεμα), but in a good sense);","strongs_definition":"a votive offering","kjv_definition":"gift"} +{"id":"G779","strongs_number":"G779","system":"greek","language":"greek","number_value":779,"lemma":"ἀσκός","transliteration":"askós","pronunciation":null,"derivation":"from the same as G778 (ἀσκέω);","strongs_definition":"a leathern (or skin) bag used as a bottle","kjv_definition":"bottle"} +{"id":"G4334","strongs_number":"G4334","system":"greek","language":"greek","number_value":4334,"lemma":"προσέρχομαι","transliteration":"prosérchomai","pronunciation":null,"derivation":"from G4314 (πρός) and G2064 (ἔρχομαι) (including its alternate);","strongs_definition":"to approach, i.e. (literally) come near, visit, or (figuratively) worship, assent to","kjv_definition":"(as soon as he) come (unto), come thereunto, consent, draw near, go (near, to, unto)"} +{"id":"G2302","strongs_number":"G2302","system":"greek","language":"greek","number_value":2302,"lemma":"θέατρον","transliteration":"théatron","pronunciation":null,"derivation":"from G2300 (θεάομαι);","strongs_definition":"a place for public show (\"theatre\"), i.e. general audience-room; by implication, a show itself (figuratively)","kjv_definition":"spectacle, theatre"} +{"id":"G4023","strongs_number":"G4023","system":"greek","language":"greek","number_value":4023,"lemma":"περιέχω","transliteration":"periéchō","pronunciation":null,"derivation":"from G4012 (περί) and G2192 (ἔχω);","strongs_definition":"to hold all around, i.e. include, clasp (figuratively)","kjv_definition":"+ astonished, contain, after (this manner)"} +{"id":"G1926","strongs_number":"G1926","system":"greek","language":"greek","number_value":1926,"lemma":"ἐπιδέχομαι","transliteration":"epidéchomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1209 (δέχομαι);","strongs_definition":"to admit (as a guest or (figuratively) teacher)","kjv_definition":"receive"} +{"id":"G1824","strongs_number":"G1824","system":"greek","language":"greek","number_value":1824,"lemma":"ἐξαυτῆς","transliteration":"exautēs","pronunciation":null,"derivation":"from G1537 (ἐκ) and the genitive case singular feminine of G846 (αὐτός) (G5610 (ὥρα) being understood);","strongs_definition":"from that hour, i.e. instantly","kjv_definition":"by and by, immediately, presently, straightway"} +{"id":"G1505","strongs_number":"G1505","system":"greek","language":"greek","number_value":1505,"lemma":"εἰλικρίνεια","transliteration":"eilikríneia","pronunciation":null,"derivation":"from G1506 (εἰλικρινής);","strongs_definition":"clearness, i.e. (by implication) purity (figuratively)","kjv_definition":"sincerity"} +{"id":"G4309","strongs_number":"G4309","system":"greek","language":"greek","number_value":4309,"lemma":"προορίζω","transliteration":"proorízō","pronunciation":null,"derivation":"from G4253 (πρό) and G3724 (ὁρίζω);","strongs_definition":"to limit in advance, i.e. (figuratively) predetermine","kjv_definition":"determine before, ordain, predestinate"} +{"id":"G1498","strongs_number":"G1498","system":"greek","language":"greek","number_value":1498,"lemma":"εἴην","transliteration":"eíēn","pronunciation":null,"derivation":"optative (i.e. English subjunctive) present of G1510 (εἰμί) (including the other person);","strongs_definition":"might (could, would, or should) be","kjv_definition":"mean, + perish, should be, was, were"} +{"id":"G3681","strongs_number":"G3681","system":"greek","language":"greek","number_value":3681,"lemma":"ὄνειδος","transliteration":"óneidos","pronunciation":null,"derivation":"probably akin to the base of G3686 (ὄνομα);","strongs_definition":"notoriety, i.e. a taunt (disgrace)","kjv_definition":"reproach"} +{"id":"G1623","strongs_number":"G1623","system":"greek","language":"greek","number_value":1623,"lemma":"ἕκτος","transliteration":"héktos","pronunciation":null,"derivation":"ordinal from G1803 (ἕξ);","strongs_definition":"sixth","kjv_definition":"sixth"} +{"id":"G4615","strongs_number":"G4615","system":"greek","language":"greek","number_value":4615,"lemma":"σίναπι","transliteration":"sínapi","pronunciation":null,"derivation":"perhaps from (to hurt, i.e. sting);","strongs_definition":"mustard (the plant)","kjv_definition":"mustard"} +{"id":"G1119","strongs_number":"G1119","system":"greek","language":"greek","number_value":1119,"lemma":"γόνυ","transliteration":"góny","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"the \"knee\"","kjv_definition":"knee(X -l)"} +{"id":"G2341","strongs_number":"G2341","system":"greek","language":"greek","number_value":2341,"lemma":"θηριομαχέω","transliteration":"thēriomachéō","pronunciation":null,"derivation":"from a compound of G2342 (θηρίον) and G3164 (μάχομαι);","strongs_definition":"to be a beast-fighter (in the gladiatorial show), i.e. (figuratively) to encounter (furious men)","kjv_definition":"fight with wild beasts"} +{"id":"G4216","strongs_number":"G4216","system":"greek","language":"greek","number_value":4216,"lemma":"ποταμοφόρητος","transliteration":"potamophórētos","pronunciation":null,"derivation":"from G4215 (ποταμός) and a derivative of G5409 (φορέω);","strongs_definition":"river-borne, i.e. overwhelmed by a stream","kjv_definition":"carried away of the flood"} +{"id":"G2524","strongs_number":"G2524","system":"greek","language":"greek","number_value":2524,"lemma":"καθίημι","transliteration":"kathíēmi","pronunciation":null,"derivation":"from G2596 (κατά);","strongs_definition":"and (to send); to lower","kjv_definition":"let down"} +{"id":"G16","strongs_number":"G16","system":"greek","language":"greek","number_value":16,"lemma":"ἀγαθοποιΐα","transliteration":"agathopoiḯa","pronunciation":null,"derivation":"from G17 (ἀγαθοποιός);","strongs_definition":"well-doing, i.e. virtue","kjv_definition":"well-doing"} +{"id":"G1902","strongs_number":"G1902","system":"greek","language":"greek","number_value":1902,"lemma":"ἐπενδύομαι","transliteration":"ependýomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and G1746 (ἐνδύω);","strongs_definition":"to invest upon oneself","kjv_definition":"be clothed upon"} +{"id":"G4321","strongs_number":"G4321","system":"greek","language":"greek","number_value":4321,"lemma":"προσαναλίσκω","transliteration":"prosanalískō","pronunciation":null,"derivation":"from G4314 (πρός) and G355 (ἀναλίσκω);","strongs_definition":"to expend further","kjv_definition":"spend"} +{"id":"G2475","strongs_number":"G2475","system":"greek","language":"greek","number_value":2475,"lemma":"Ἰσραηλίτης","transliteration":"Israēlítēs","pronunciation":null,"derivation":"from G2474 (Ἰσραήλ);","strongs_definition":"an \"Israelite\", i.e. descendant of Israel (literally or figuratively)","kjv_definition":"Israelite"} +{"id":"G1996","strongs_number":"G1996","system":"greek","language":"greek","number_value":1996,"lemma":"ἐπισυνάγω","transliteration":"episynágō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4863 (συνάγω);","strongs_definition":"to collect upon the same place","kjv_definition":"gather (together)"} +{"id":"G2351","strongs_number":"G2351","system":"greek","language":"greek","number_value":2351,"lemma":"θόρυβος","transliteration":"thórybos","pronunciation":null,"derivation":"from the base of G2360 (θροέω);","strongs_definition":"a disturbance","kjv_definition":"tumult, uproar"} +{"id":"G1582","strongs_number":"G1582","system":"greek","language":"greek","number_value":1582,"lemma":"ἐκκρέμαμαι","transliteration":"ekkrémamai","pronunciation":null,"derivation":"middle voice from G1537 (ἐκ) and G2910 (κρεμάννυμι);","strongs_definition":"to hang upon the lips of a speaker, i.e. listen closely","kjv_definition":"be very attentive"} +{"id":"G4761","strongs_number":"G4761","system":"greek","language":"greek","number_value":4761,"lemma":"στρεβλόω","transliteration":"streblóō","pronunciation":null,"derivation":"from a derivative of G4762 (στρέφω);","strongs_definition":"to wrench, i.e. (specially), to torture (by the rack), but only figuratively, to pervert","kjv_definition":"wrest"} +{"id":"G5291","strongs_number":"G5291","system":"greek","language":"greek","number_value":5291,"lemma":"ὑποστρώννυμι","transliteration":"hypostrṓnnymi","pronunciation":null,"derivation":"from G5259 (ὑπό) and G4766 (στρώννυμι);","strongs_definition":"to strew underneath (the feet as a carpet)","kjv_definition":"spread"} +{"id":"G2248","strongs_number":"G2248","system":"greek","language":"greek","number_value":2248,"lemma":"ἡμᾶς","transliteration":"hēmâs","pronunciation":null,"derivation":"accusative case plural of G1473 (ἐγώ);","strongs_definition":"us","kjv_definition":"our, us, we"} +{"id":"G303","strongs_number":"G303","system":"greek","language":"greek","number_value":303,"lemma":"ἀνά","transliteration":"aná","pronunciation":null,"derivation":"a primary preposition and adverb;","strongs_definition":"properly, up; but (by extension) used (distributively) severally, or (locally) at (etc.)","kjv_definition":"and, apiece, by, each, every (man), in, through"} +{"id":"G5003","strongs_number":"G5003","system":"greek","language":"greek","number_value":5003,"lemma":"ταλαιπωρέω","transliteration":"talaipōréō","pronunciation":null,"derivation":"from G5005 (ταλαίπωρος);","strongs_definition":"to be wretched, i.e. realize one's own misery","kjv_definition":"be afflicted"} +{"id":"G2296","strongs_number":"G2296","system":"greek","language":"greek","number_value":2296,"lemma":"θαυμάζω","transliteration":"thaumázō","pronunciation":null,"derivation":"from G2295 (θαῦμα);","strongs_definition":"to wonder; by implication, to admire","kjv_definition":"admire, have in admiration, marvel, wonder"} +{"id":"G2783","strongs_number":"G2783","system":"greek","language":"greek","number_value":2783,"lemma":"κῆρυξ","transliteration":"kēryx","pronunciation":null,"derivation":"from G2784 (κηρύσσω);","strongs_definition":"a herald, i.e. of divine truth (especially of the gospel)","kjv_definition":"preacher"} +{"id":"G5235","strongs_number":"G5235","system":"greek","language":"greek","number_value":5235,"lemma":"ὑπερβάλλω","transliteration":"hyperbállō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G906 (βάλλω);","strongs_definition":"to throw beyod the usual mark, i.e. (figuratively) to surpass (only active participle supereminent)","kjv_definition":"exceeding, excel, pass"} +{"id":"G1363","strongs_number":"G1363","system":"greek","language":"greek","number_value":1363,"lemma":"διπλόω","transliteration":"diplóō","pronunciation":null,"derivation":"from G1362 (διπλοῦς);","strongs_definition":"to render two-fold","kjv_definition":"double"} +{"id":"G4199","strongs_number":"G4199","system":"greek","language":"greek","number_value":4199,"lemma":"πορθέω","transliteration":"porthéō","pronunciation":null,"derivation":"prolongation from (to sack);","strongs_definition":"to ravage (figuratively)","kjv_definition":"destroy, waste"} +{"id":"G3775","strongs_number":"G3775","system":"greek","language":"greek","number_value":3775,"lemma":"οὖς","transliteration":"oûs","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"the ear (physically or mentally)","kjv_definition":"ear"} +{"id":"G1300","strongs_number":"G1300","system":"greek","language":"greek","number_value":1300,"lemma":"διατελέω","transliteration":"diateléō","pronunciation":null,"derivation":"from G1223 (διά) and G5055 (τελέω);","strongs_definition":"to accomplish thoroughly, i.e. (subjectively) to persist","kjv_definition":"continue"} +{"id":"G4981","strongs_number":"G4981","system":"greek","language":"greek","number_value":4981,"lemma":"σχολή","transliteration":"scholḗ","pronunciation":null,"derivation":"probably feminine of a presumed derivative of the alternate of G2192 (ἔχω);","strongs_definition":"properly, loitering (as a withholding of oneself from work) or leisure, i.e. (by implication) a \"school\" (as vacation from physical employment)","kjv_definition":"school"} +{"id":"G1256","strongs_number":"G1256","system":"greek","language":"greek","number_value":1256,"lemma":"διαλέγομαι","transliteration":"dialégomai","pronunciation":null,"derivation":"middle voice from G1223 (διά) and G3004 (λέγω);","strongs_definition":"to say thoroughly, i.e. discuss (in argument or exhortation)","kjv_definition":"dispute, preach (unto), reason (with), speak"} +{"id":"G4411","strongs_number":"G4411","system":"greek","language":"greek","number_value":4411,"lemma":"πρωτοκλισία","transliteration":"prōtoklisía","pronunciation":null,"derivation":"from G4413 (πρῶτος) and G2828 (κλισία);","strongs_definition":"a reclining first (in the place of honor) at the dinner-bed, i.e. preeminence at meals","kjv_definition":"chief (highest, uppermost) room"} +{"id":"G4119","strongs_number":"G4119","system":"greek","language":"greek","number_value":4119,"lemma":"πλείων","transliteration":"pleíōn","pronunciation":null,"derivation":"comparative of G4183 (πολύς);","strongs_definition":"more in quantity, number, or quality; also (in plural) the major portion","kjv_definition":"X above, + exceed, more excellent, further, (very) great(-er), long(-er), (very) many, greater (more) part, + yet but"} +{"id":"G4428","strongs_number":"G4428","system":"greek","language":"greek","number_value":4428,"lemma":"πτύσσω","transliteration":"ptýssō","pronunciation":null,"derivation":"probably akin to (to spread;","strongs_definition":"and thus apparently allied to G4072 (πέτομαι) through the idea of expansion, and to 4429 through that of flattening; compare G3961 (πατέω)); to fold, i.e. furl a scroll","kjv_definition":"close"} +{"id":"G4418","strongs_number":"G4418","system":"greek","language":"greek","number_value":4418,"lemma":"πτέρνα","transliteration":"ptérna","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"the heel (figuratively)","kjv_definition":"heel"} +{"id":"G1150","strongs_number":"G1150","system":"greek","language":"greek","number_value":1150,"lemma":"δαμάζω","transliteration":"damázō","pronunciation":null,"derivation":"a variation of an obsolete primary of the same meaning;","strongs_definition":"to tame","kjv_definition":"tame"} +{"id":"G5434","strongs_number":"G5434","system":"greek","language":"greek","number_value":5434,"lemma":"φρύγανον","transliteration":"phrýganon","pronunciation":null,"derivation":"neuter of a presumed derivative of (to roast or parch;","strongs_definition":"akin to the base of G5395 (φλόξ)); something desiccated, i.e. a dry twig","kjv_definition":"stick"} +{"id":"G4573","strongs_number":"G4573","system":"greek","language":"greek","number_value":4573,"lemma":"σεβάζομαι","transliteration":"sebázomai","pronunciation":null,"derivation":"middle voice from a derivative of G4576 (σέβομαι);","strongs_definition":"to venerate, i.e. adore","kjv_definition":"worship"} +{"id":"G3575","strongs_number":"G3575","system":"greek","language":"greek","number_value":3575,"lemma":"Νῶε","transliteration":"Nōe","pronunciation":null,"derivation":"of Hebrew origin (H05146);","strongs_definition":"Noë, (i.e. Noäch), a patriarch","kjv_definition":"Noe"} +{"id":"G5284","strongs_number":"G5284","system":"greek","language":"greek","number_value":5284,"lemma":"ὑποπλέω","transliteration":"hypopléō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G4126 (πλέω);","strongs_definition":"to sail under the lee of","kjv_definition":"sail under"} +{"id":"G1554","strongs_number":"G1554","system":"greek","language":"greek","number_value":1554,"lemma":"ἐκδίδωμι","transliteration":"ekdídōmi","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1325 (δίδωμι);","strongs_definition":"to give forth, i.e. (specially) to lease","kjv_definition":"let forth (out)"} +{"id":"G4944","strongs_number":"G4944","system":"greek","language":"greek","number_value":4944,"lemma":"συνωδίνω","transliteration":"synōdínō","pronunciation":null,"derivation":"from G4862 (σύν) and G5605 (ὠδίνω);","strongs_definition":"to have (parturition) pangs in company (concert, simultaneously) with, i.e. (figuratively) to sympathize (in expectation of relief from suffering)","kjv_definition":"travail in pain together"} +{"id":"G4515","strongs_number":"G4515","system":"greek","language":"greek","number_value":4515,"lemma":"Ῥωμαϊστί","transliteration":"Rhōmaïstí","pronunciation":null,"derivation":"adverb from a presumed derivative of G4516 (Ῥώμη);","strongs_definition":"Romaistically, i.e. in the Latin language","kjv_definition":"Latin"} +{"id":"G584","strongs_number":"G584","system":"greek","language":"greek","number_value":584,"lemma":"ἀποδείκνυμι","transliteration":"apodeíknymi","pronunciation":null,"derivation":"from G575 (ἀπό) and G1166 (δεικνύω);","strongs_definition":"to show off, i.e. exhibit; figuratively, to demonstrate, i.e. accredit","kjv_definition":"(ap-)prove, set forth, shew"} +{"id":"G5067","strongs_number":"G5067","system":"greek","language":"greek","number_value":5067,"lemma":"τέταρτος","transliteration":"tétartos","pronunciation":null,"derivation":"ordinal from G5064 (τέσσαρες);","strongs_definition":"fourth","kjv_definition":"four(-th)"} +{"id":"G111","strongs_number":"G111","system":"greek","language":"greek","number_value":111,"lemma":"ἀθέμιτος","transliteration":"athémitos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of (statute;","strongs_definition":"from the base of G5087 (τίθημι)); illegal; by implication, flagitious","kjv_definition":"abominable, unlawful thing"} +{"id":"G2755","strongs_number":"G2755","system":"greek","language":"greek","number_value":2755,"lemma":"κενόδοξος","transliteration":"kenódoxos","pronunciation":null,"derivation":"from G2756 (κενός) and G1391 (δόξα);","strongs_definition":"vainly glorifying, i.e. self-conceited","kjv_definition":"desirous of vain-glory"} +{"id":"G5477","strongs_number":"G5477","system":"greek","language":"greek","number_value":5477,"lemma":"Χαναάν","transliteration":"Chanaán","pronunciation":null,"derivation":"of Hebrew origin (H03667);","strongs_definition":"Chanaan (i.e. Kenaan), the early name of Palestine","kjv_definition":"Chanaan"} +{"id":"G1860","strongs_number":"G1860","system":"greek","language":"greek","number_value":1860,"lemma":"ἐπαγγελία","transliteration":"epangelía","pronunciation":null,"derivation":"from G1861 (ἐπαγγέλλω);","strongs_definition":"an announcement (for information, assent or pledge; especially a divine assurance of good)","kjv_definition":"message, promise"} +{"id":"G839","strongs_number":"G839","system":"greek","language":"greek","number_value":839,"lemma":"αὔριον","transliteration":"aúrion","pronunciation":null,"derivation":"from a derivative of the same as G109 (ἀήρ) (meaning a breeze, i.e. the morning air);","strongs_definition":"properly, fresh, i.e. (adverb with ellipsis of G2250 (ἡμέρα)) to-morrow","kjv_definition":"(to-)morrow, next day"} +{"id":"G4228","strongs_number":"G4228","system":"greek","language":"greek","number_value":4228,"lemma":"πούς","transliteration":"poús","pronunciation":null,"derivation":"a primary word;","strongs_definition":"a \"foot\" (figuratively or literally)","kjv_definition":"foot(-stool)"} +{"id":"G709","strongs_number":"G709","system":"greek","language":"greek","number_value":709,"lemma":"ἀριστάω","transliteration":"aristáō","pronunciation":null,"derivation":"from G712 (ἄριστον);","strongs_definition":"to take the principle meal","kjv_definition":"dine"} +{"id":"G2324","strongs_number":"G2324","system":"greek","language":"greek","number_value":2324,"lemma":"θεράπων","transliteration":"therápōn","pronunciation":null,"derivation":"apparently a participle from an otherwise obsolete derivative of the base of G2330 (θέρος);","strongs_definition":"a menial attendant (as if cherishing)","kjv_definition":"servant"} +{"id":"G2321","strongs_number":"G2321","system":"greek","language":"greek","number_value":2321,"lemma":"Θεόφιλος","transliteration":"Theóphilos","pronunciation":null,"derivation":"from G2316 (θεός) and G5384 (φίλος);","strongs_definition":"friend of God; Theophilus, a Christian","kjv_definition":"Theophilus"} +{"id":"G3658","strongs_number":"G3658","system":"greek","language":"greek","number_value":3658,"lemma":"ὅμιλος","transliteration":"hómilos","pronunciation":null,"derivation":"from the base of G3674 (ὁμοῦ) and a derivative of the alternate of G138 (αἱρέομαι) (meaning a crowd);","strongs_definition":"association together, i.e. a multitude","kjv_definition":"company"} +{"id":"G5080","strongs_number":"G5080","system":"greek","language":"greek","number_value":5080,"lemma":"τήκω","transliteration":"tḗkō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to liquefy","kjv_definition":"melt"} +{"id":"G2614","strongs_number":"G2614","system":"greek","language":"greek","number_value":2614,"lemma":"καταδιώκω","transliteration":"katadiṓkō","pronunciation":null,"derivation":"from G2596 (κατά) and G1377 (διώκω);","strongs_definition":"to hunt down, i.e. search for","kjv_definition":"follow after"} +{"id":"G1906","strongs_number":"G1906","system":"greek","language":"greek","number_value":1906,"lemma":"ἐπερώτημα","transliteration":"eperṓtēma","pronunciation":null,"derivation":"from G1905 (ἐπερωτάω);","strongs_definition":"an inquiry","kjv_definition":"answer"} +{"id":"G4480","strongs_number":"G4480","system":"greek","language":"greek","number_value":4480,"lemma":"ῥέδα","transliteration":"rhéda","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a rheda, i.e. four-wheeled carriage (wagon for riding)","kjv_definition":"chariot"} +{"id":"G2939","strongs_number":"G2939","system":"greek","language":"greek","number_value":2939,"lemma":"κτίστης","transliteration":"ktístēs","pronunciation":null,"derivation":"from G2936 (κτίζω);","strongs_definition":"a founder, i.e. God (as author of all things)","kjv_definition":"Creator"} +{"id":"G3366","strongs_number":"G3366","system":"greek","language":"greek","number_value":3366,"lemma":"μηδέ","transliteration":"mēdé","pronunciation":null,"derivation":"from G3361 (μή) and G1161 (δέ);","strongs_definition":"but not, not even; in a continued negation, nor","kjv_definition":"neither, nor (yet), (no) not (once, so much as)"} +{"id":"G3413","strongs_number":"G3413","system":"greek","language":"greek","number_value":3413,"lemma":"Μιχαήλ","transliteration":"Michaḗl","pronunciation":null,"derivation":"of Hebrew origin (H04317);","strongs_definition":"Michael, an archangel","kjv_definition":"Michael"} +{"id":"G4943","strongs_number":"G4943","system":"greek","language":"greek","number_value":4943,"lemma":"συνυπουργέω","transliteration":"synypourgéō","pronunciation":null,"derivation":"from G4862 (σύν) and a derivative of a compound of G5259 (ὑπό) and the base of G2041 (ἔργον);","strongs_definition":"to be a co-auxiliary, i.e. assist","kjv_definition":"help together"} +{"id":"G1987","strongs_number":"G1987","system":"greek","language":"greek","number_value":1987,"lemma":"ἐπίσταμαι","transliteration":"epístamai","pronunciation":null,"derivation":"apparently a middle voice of G2186 (ἐφίστημι) (with G3563 (νοῦς) implied);","strongs_definition":"to put the mind upon, i.e. comprehend, or be acquainted with","kjv_definition":"know, understand"} +{"id":"G2836","strongs_number":"G2836","system":"greek","language":"greek","number_value":2836,"lemma":"κοιλία","transliteration":"koilía","pronunciation":null,"derivation":"from (\"hollow\");","strongs_definition":"a cavity, i.e. (especially) the abdomen; by implication, the matrix; figuratively, the heart","kjv_definition":"belly, womb"} +{"id":"G2736","strongs_number":"G2736","system":"greek","language":"greek","number_value":2736,"lemma":"κάτω","transliteration":"kátō","pronunciation":null,"derivation":"(compare G2737 (κατώτερος)); adverb from G2596 (κατά);","strongs_definition":"downwards","kjv_definition":"beneath, bottom, down, under"} +{"id":"G1353","strongs_number":"G1353","system":"greek","language":"greek","number_value":1353,"lemma":"διοδεύω","transliteration":"diodeúō","pronunciation":null,"derivation":"from G1223 (διά) and G3593 (ὁδεύω);","strongs_definition":"to travel through","kjv_definition":"go throughout, pass through"} +{"id":"G3114","strongs_number":"G3114","system":"greek","language":"greek","number_value":3114,"lemma":"μακροθυμέω","transliteration":"makrothyméō","pronunciation":null,"derivation":"from the same as G3116 (μακροθυμώς);","strongs_definition":"to be long-spirited, i.e. (objectively) forbearing or (subjectively) patient","kjv_definition":"bear (suffer) long, be longsuffering, have (long) patience, be patient, patiently endure"} +{"id":"G2914","strongs_number":"G2914","system":"greek","language":"greek","number_value":2914,"lemma":"Κρήτη","transliteration":"Krḗtē","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Crete, an island in the Mediterranean","kjv_definition":"Crete"} +{"id":"G4955","strongs_number":"G4955","system":"greek","language":"greek","number_value":4955,"lemma":"συστασιαστής","transliteration":"systasiastḗs","pronunciation":null,"derivation":"from a compound of G4862 (σύν) and a derivative of G4714 (στάσις);","strongs_definition":"a fellow-insurgent","kjv_definition":"make insurrection with"} +{"id":"G5281","strongs_number":"G5281","system":"greek","language":"greek","number_value":5281,"lemma":"ὑπομονή","transliteration":"hypomonḗ","pronunciation":null,"derivation":"from G5278 (ὑπομένω);","strongs_definition":"cheerful (or hopeful) endurance, constancy","kjv_definition":"enduring, patience, patient continuance (waiting)"} +{"id":"G1768","strongs_number":"G1768","system":"greek","language":"greek","number_value":1768,"lemma":"ἐννενηκονταεννέα","transliteration":"ennenēkontaennéa","pronunciation":null,"derivation":"from a (tenth) multiple of G1767 (ἐννέα) and G1767 (ἐννέα) itself;","strongs_definition":"ninety-nine","kjv_definition":"ninety and nine"} +{"id":"G3739","strongs_number":"G3739","system":"greek","language":"greek","number_value":3739,"lemma":"ὅς","transliteration":"hós","pronunciation":null,"derivation":"probably a primary word (or perhaps a form of the article G3588 (ὁ));","strongs_definition":"the relatively (sometimes demonstrative) pronoun, who, which, what, that","kjv_definition":"one, (an-, the) other, some, that, what, which, who(-m, -se), etc"} +{"id":"G1816","strongs_number":"G1816","system":"greek","language":"greek","number_value":1816,"lemma":"ἐξανατέλλω","transliteration":"exanatéllō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G393 (ἀνατέλλω);","strongs_definition":"to start up out of the ground, i.e. germinate","kjv_definition":"spring up"} +{"id":"G442","strongs_number":"G442","system":"greek","language":"greek","number_value":442,"lemma":"ἀνθρώπινος","transliteration":"anthrṓpinos","pronunciation":null,"derivation":"from G444 (ἄνθρωπος);","strongs_definition":"human","kjv_definition":"human, common to man, man(-kind), (man-)kind, men's, after the manner of men"} +{"id":"G5099","strongs_number":"G5099","system":"greek","language":"greek","number_value":5099,"lemma":"τίνω","transliteration":"tínō","pronunciation":null,"derivation":"strengthened for a primary (which is only used as an alternate in certain tenses);","strongs_definition":"to pay a price, i.e. as a penalty","kjv_definition":"be punished with"} +{"id":"G918","strongs_number":"G918","system":"greek","language":"greek","number_value":918,"lemma":"Βαρθολομαῖος","transliteration":"Bartholomaîos","pronunciation":null,"derivation":"of Chaldee origin (H01247 and H08526);","strongs_definition":"son of Tolmai; Bar-tholomæus, a Christian apostle","kjv_definition":"Bartholomeus"} +{"id":"G5333","strongs_number":"G5333","system":"greek","language":"greek","number_value":5333,"lemma":"φάρμακος","transliteration":"phármakos","pronunciation":null,"derivation":"the same as 5332","strongs_definition":null,"kjv_definition":"sorcerer"} +{"id":"G5030","strongs_number":"G5030","system":"greek","language":"greek","number_value":5030,"lemma":"ταχέως","transliteration":"tachéōs","pronunciation":null,"derivation":"adverb from G5036 (ταχύς);","strongs_definition":"briefly, i.e. (in time) speedily, or (in manner) rapidly","kjv_definition":"hastily, quickly, shortly, soon, suddenly"} +{"id":"G1235","strongs_number":"G1235","system":"greek","language":"greek","number_value":1235,"lemma":"διαγρηγορέω","transliteration":"diagrēgoréō","pronunciation":null,"derivation":"from G1223 (διά) and G1127 (γρηγορεύω);","strongs_definition":"to waken thoroughly","kjv_definition":"be awake"} +{"id":"G186","strongs_number":"G186","system":"greek","language":"greek","number_value":186,"lemma":"ἀκλινής","transliteration":"aklinḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2827 (κλίνω);","strongs_definition":"not leaning, i.e. (figuratively) firm","kjv_definition":"without wavering"} +{"id":"G2523","strongs_number":"G2523","system":"greek","language":"greek","number_value":2523,"lemma":"καθίζω","transliteration":"kathízō","pronunciation":null,"derivation":"another (active) form for G2516 (καθέζομαι);","strongs_definition":"to seat down, i.e. set (figuratively, appoint); intransitively, to sit (down); figuratively, to settle (hover, dwell)","kjv_definition":"continue, set, sit (down), tarry"} +{"id":"G3068","strongs_number":"G3068","system":"greek","language":"greek","number_value":3068,"lemma":"λούω","transliteration":"loúō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to bathe (the whole person; whereas G3538 (νίπτω) means to wet a part only, and G4150 (πλύνω) to wash, cleanse garments exclusively)","kjv_definition":"wash"} +{"id":"G607","strongs_number":"G607","system":"greek","language":"greek","number_value":607,"lemma":"ἀποκεφαλίζω","transliteration":"apokephalízō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2776 (κεφαλή);","strongs_definition":"to decapitate","kjv_definition":"behead"} +{"id":"G4121","strongs_number":"G4121","system":"greek","language":"greek","number_value":4121,"lemma":"πλεονάζω","transliteration":"pleonázō","pronunciation":null,"derivation":"from G4119 (πλείων);","strongs_definition":"to do, make or be more, i.e. increase (transitively or intransitively); by extension, to superabound","kjv_definition":"abound, abundant, make to increase, have over"} +{"id":"G1328","strongs_number":"G1328","system":"greek","language":"greek","number_value":1328,"lemma":"διερμηνευτής","transliteration":"diermēneutḗs","pronunciation":null,"derivation":"from G1329 (διερμηνεύω);","strongs_definition":"an explainer","kjv_definition":"interpreter"} +{"id":"G4754","strongs_number":"G4754","system":"greek","language":"greek","number_value":4754,"lemma":"στρατεύομαι","transliteration":"strateúomai","pronunciation":null,"derivation":"middle voice from the base of G4756 (στρατιά);","strongs_definition":"to serve in a military campaign; figuratively, to execute the apostolate (with its arduous duties and functions), to contend with carnal inclinations","kjv_definition":"soldier, (go to) war(-fare)"} +{"id":"G1975","strongs_number":"G1975","system":"greek","language":"greek","number_value":1975,"lemma":"ἐπιπορεύομαι","transliteration":"epiporeúomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4198 (πορεύομαι);","strongs_definition":"to journey further, i.e. travel on (reach)","kjv_definition":"come"} +{"id":"G2046","strongs_number":"G2046","system":"greek","language":"greek","number_value":2046,"lemma":"ἐρέω","transliteration":"eréō","pronunciation":null,"derivation":"probably a fuller form of G4483 (ῥέω);","strongs_definition":"an alternate for G2036 (ἔπω) in certain tenses; to utter, i.e. speak or say","kjv_definition":"call, say, speak (of), tell"} +{"id":"G3200","strongs_number":"G3200","system":"greek","language":"greek","number_value":3200,"lemma":"μεμβράνα","transliteration":"membrána","pronunciation":null,"derivation":"of Latin origin (\"membrane\");","strongs_definition":"a (written) sheep-skin","kjv_definition":"parchment"} +{"id":"G3698","strongs_number":"G3698","system":"greek","language":"greek","number_value":3698,"lemma":"ὁπότε","transliteration":"hopóte","pronunciation":null,"derivation":"from G3739 (ὅς) and G4218 (ποτέ);","strongs_definition":"what(-ever) then, i.e. (of time) as soon as","kjv_definition":"when"} +{"id":"G4561","strongs_number":"G4561","system":"greek","language":"greek","number_value":4561,"lemma":"σάρξ","transliteration":"sárx","pronunciation":null,"derivation":"probably from the base of G4563 (σαρόω);","strongs_definition":"flesh (as stripped of the skin), i.e. (strictly) the meat of an animal (as food), or (by extension) the body (as opposed to the soul (or spirit), or as the symbol of what is external, or as the means of kindred), or (by implication) human nature (with its frailties (physically or morally) and passions), or (specially), a human being (as such)","kjv_definition":"carnal(-ly, + -ly minded), flesh(-ly)"} +{"id":"G2501","strongs_number":"G2501","system":"greek","language":"greek","number_value":2501,"lemma":"Ἰωσήφ","transliteration":"Iōsḗph","pronunciation":null,"derivation":"of Hebrew origin (H03130);","strongs_definition":"Joseph, the name of seven Israelites","kjv_definition":"Joseph"} +{"id":"G553","strongs_number":"G553","system":"greek","language":"greek","number_value":553,"lemma":"ἀπεκδέχομαι","transliteration":"apekdéchomai","pronunciation":null,"derivation":"from G575 (ἀπό) and G1551 (ἐκδέχομαι);","strongs_definition":"to expect fully","kjv_definition":"look (wait) for"} +{"id":"G2584","strongs_number":"G2584","system":"greek","language":"greek","number_value":2584,"lemma":"Καπερναούμ","transliteration":"Kapernaoúm","pronunciation":null,"derivation":"of Hebrew origin (probably H03723 and H05151);","strongs_definition":"Capernaum (i.e. Caphanachum), a place in Palestine","kjv_definition":"Capernaum"} +{"id":"G2496","strongs_number":"G2496","system":"greek","language":"greek","number_value":2496,"lemma":"Ἰωράμ","transliteration":"Iōrám","pronunciation":null,"derivation":"of Hebrew origin (H03141);","strongs_definition":"Joram, an Israelite","kjv_definition":"Joram"} +{"id":"G658","strongs_number":"G658","system":"greek","language":"greek","number_value":658,"lemma":"ἀποτελέω","transliteration":"apoteléō","pronunciation":null,"derivation":"from G575 (ἀπό) and G5055 (τελέω);","strongs_definition":"to complete entirely, i.e. consummate","kjv_definition":"finish"} +{"id":"G1161","strongs_number":"G1161","system":"greek","language":"greek","number_value":1161,"lemma":"δέ","transliteration":"dé","pronunciation":null,"derivation":"a primary particle (adversative or continuative);","strongs_definition":"but, and, etc.","kjv_definition":"also, and, but, moreover, now (often unexpressed in English)"} +{"id":"G5518","strongs_number":"G5518","system":"greek","language":"greek","number_value":5518,"lemma":"χοῖνιξ","transliteration":"choînix","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a chœnix or certain dry measure","kjv_definition":"measure"} +{"id":"G4709","strongs_number":"G4709","system":"greek","language":"greek","number_value":4709,"lemma":"σπουδαίως","transliteration":"spoudaíōs","pronunciation":null,"derivation":"adverb from G4705 (σπουδαῖος);","strongs_definition":"earnestly, promptly","kjv_definition":"diligently, instantly"} +{"id":"G1473","strongs_number":"G1473","system":"greek","language":"greek","number_value":1473,"lemma":"ἐγώ","transliteration":"egṓ","pronunciation":null,"derivation":"a primary pronoun of the first person I (only expressed when emphatic)","strongs_definition":null,"kjv_definition":"I, me"} +{"id":"G578","strongs_number":"G578","system":"greek","language":"greek","number_value":578,"lemma":"ἀποβλέπω","transliteration":"apoblépō","pronunciation":null,"derivation":"from G575 (ἀπό) and G991 (βλέπω);","strongs_definition":"to look away from everything else, i.e. (figuratively) intently regard","kjv_definition":"have respect"} +{"id":"G2607","strongs_number":"G2607","system":"greek","language":"greek","number_value":2607,"lemma":"καταγινώσκω","transliteration":"kataginṓskō","pronunciation":null,"derivation":"from G2596 (κατά) and G1097 (γινώσκω);","strongs_definition":"to note against, i.e. find fault with","kjv_definition":"blame, condemn"} +{"id":"G5265","strongs_number":"G5265","system":"greek","language":"greek","number_value":5265,"lemma":"ὑποδέω","transliteration":"hypodéō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G1210 (δέω);","strongs_definition":"to bind under one's feet, i.e. put on shoes or sandals","kjv_definition":"bind on, (be) shod"} +{"id":"G2655","strongs_number":"G2655","system":"greek","language":"greek","number_value":2655,"lemma":"καταναρκάω","transliteration":"katanarkáō","pronunciation":null,"derivation":"from G2596 (κατά) and (to be numb);","strongs_definition":"to grow utterly torpid, i.e. (by implication) slothful (figuratively, expensive)","kjv_definition":"be burdensome (chargeable)"} +{"id":"G3535","strongs_number":"G3535","system":"greek","language":"greek","number_value":3535,"lemma":"Νινευΐ","transliteration":"Nineuḯ","pronunciation":null,"derivation":"of Hebrew origin (H05210);","strongs_definition":"Ninevi (i.e. Nineveh), the capital of Assyria","kjv_definition":"Nineve"} +{"id":"G3902","strongs_number":"G3902","system":"greek","language":"greek","number_value":3902,"lemma":"παράσημος","transliteration":"parásēmos","pronunciation":null,"derivation":"from G3844 (παρά) and the base of G4591 (σημαίνω);","strongs_definition":"side-marked, i.e. labelled (with a badge (figure-head) of a ship)","kjv_definition":"sign"} +{"id":"G4698","strongs_number":"G4698","system":"greek","language":"greek","number_value":4698,"lemma":"σπλάγχνον","transliteration":"splánchnon","pronunciation":null,"derivation":"probably strengthened from (the \"spleen\");","strongs_definition":"an intestine (plural); figuratively, pity or sympathy","kjv_definition":"bowels, inward affection, + tender mercy"} +{"id":"G2897","strongs_number":"G2897","system":"greek","language":"greek","number_value":2897,"lemma":"κραιπάλη","transliteration":"kraipálē","pronunciation":null,"derivation":"probably from the same as G726 (ἁρπάζω);","strongs_definition":"properly, a headache (as a seizure of pain) from drunkenness, i.e. (by implication) a debauch (by analogy, a glut)","kjv_definition":"surfeiting"} +{"id":"G2531","strongs_number":"G2531","system":"greek","language":"greek","number_value":2531,"lemma":"καθώς","transliteration":"kathṓs","pronunciation":null,"derivation":"from G2596 (κατά) and G5613 (ὡς);","strongs_definition":"just (or inasmuch) as, that","kjv_definition":"according to, (according, even) as, how, when"} +{"id":"G947","strongs_number":"G947","system":"greek","language":"greek","number_value":947,"lemma":"βδελυκτός","transliteration":"bdelyktós","pronunciation":null,"derivation":"from G948 (βδελύσσω);","strongs_definition":"detestable, i.e. (specially) idolatrous","kjv_definition":"abominable"} +{"id":"G504","strongs_number":"G504","system":"greek","language":"greek","number_value":504,"lemma":"ἄνυδρος","transliteration":"ánydros","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5204 (ὕδωρ);","strongs_definition":"waterless, i.e. dry","kjv_definition":"dry, without water"} +{"id":"G58","strongs_number":"G58","system":"greek","language":"greek","number_value":58,"lemma":"ἀγορά","transliteration":"agorá","pronunciation":null,"derivation":"from (to gather;","strongs_definition":"probably akin to G1453 (ἐγείρω)); properly, the town-square (as a place of public resort); by implication, a market or thoroughfare","kjv_definition":"market(-place), street"} +{"id":"G1883","strongs_number":"G1883","system":"greek","language":"greek","number_value":1883,"lemma":"ἐπάνω","transliteration":"epánō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G507 (ἄνω);","strongs_definition":"up above, i.e. over or on (of place, amount, rank, etc.)","kjv_definition":"above, more than, (up-)on, over"} +{"id":"G4774","strongs_number":"G4774","system":"greek","language":"greek","number_value":4774,"lemma":"συγγνώμη","transliteration":"syngnṓmē","pronunciation":null,"derivation":"from a compound of G4862 (σύν) and G1097 (γινώσκω);","strongs_definition":"fellow knowledge, i.e. concession","kjv_definition":"permission"} +{"id":"G2106","strongs_number":"G2106","system":"greek","language":"greek","number_value":2106,"lemma":"εὐδοκέω","transliteration":"eudokéō","pronunciation":null,"derivation":"from G2095 (εὖ) and G1380 (δοκέω);","strongs_definition":"to think well of, i.e. approve (an act); specially, to approbate (a person or thing)","kjv_definition":"think good, (be well) please(-d), be the good (have, take) pleasure, be willing"} +{"id":"G1503","strongs_number":"G1503","system":"greek","language":"greek","number_value":1503,"lemma":"εἴκω","transliteration":"eíkō","pronunciation":null,"derivation":"apparently a primary verb (perhaps akin to G1502 (εἴκω) through the idea of faintness as a copy);","strongs_definition":"to resemble","kjv_definition":"be like"} +{"id":"G4433","strongs_number":"G4433","system":"greek","language":"greek","number_value":4433,"lemma":"πτωχεύω","transliteration":"ptōcheúō","pronunciation":null,"derivation":"from G4434 (πτωχός);","strongs_definition":"to be a beggar, i.e. (by implication) to become indigent (figuratively)","kjv_definition":"become poor"} +{"id":"G1831","strongs_number":"G1831","system":"greek","language":"greek","number_value":1831,"lemma":"ἐξέρχομαι","transliteration":"exérchomai","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2064 (ἔρχομαι);","strongs_definition":"to issue (literally or figuratively)","kjv_definition":"come (forth, out), depart (out of), escape, get out, go (abroad, away, forth, out, thence), proceed (forth), spread abroad"} +{"id":"G4142","strongs_number":"G4142","system":"greek","language":"greek","number_value":4142,"lemma":"πλοιάριον","transliteration":"ploiárion","pronunciation":null,"derivation":"neuter of a presumed derivative of G4143 (πλοῖον);","strongs_definition":"a boat","kjv_definition":"boat, little (small) ship"} +{"id":"G1297","strongs_number":"G1297","system":"greek","language":"greek","number_value":1297,"lemma":"διάταγμα","transliteration":"diátagma","pronunciation":null,"derivation":"from G1299 (διατάσσω);","strongs_definition":"an arrangement, i.e. (authoritative) edict","kjv_definition":"commandment"} +{"id":"G5122","strongs_number":"G5122","system":"greek","language":"greek","number_value":5122,"lemma":"τοὔνομα","transliteration":"toúnoma","pronunciation":null,"derivation":"contraction for the neuter of G3588 (ὁ) and G3686 (ὄνομα);","strongs_definition":"the name (is)","kjv_definition":"named"} +{"id":"G1556","strongs_number":"G1556","system":"greek","language":"greek","number_value":1556,"lemma":"ἐκδικέω","transliteration":"ekdikéō","pronunciation":null,"derivation":"from G1558 (ἔκδικος);","strongs_definition":"to vindicate, retaliate, punish","kjv_definition":"a (re-)venge"} +{"id":"G1296","strongs_number":"G1296","system":"greek","language":"greek","number_value":1296,"lemma":"διαταγή","transliteration":"diatagḗ","pronunciation":null,"derivation":"from G1299 (διατάσσω);","strongs_definition":"arrangement, i.e. institution","kjv_definition":"instrumentality"} +{"id":"G2093","strongs_number":"G2093","system":"greek","language":"greek","number_value":2093,"lemma":"ἑτοίμως","transliteration":"hetoímōs","pronunciation":null,"derivation":"adverb from G2092 (ἕτοιμος);","strongs_definition":"in readiness","kjv_definition":"ready"} +{"id":"G3124","strongs_number":"G3124","system":"greek","language":"greek","number_value":3124,"lemma":"Μάλχος","transliteration":"Málchos","pronunciation":null,"derivation":"of Hebrew origin (H04429);","strongs_definition":"Malchus, an Israelite","kjv_definition":"Malchus"} +{"id":"G5029","strongs_number":"G5029","system":"greek","language":"greek","number_value":5029,"lemma":"τάχα","transliteration":"tácha","pronunciation":null,"derivation":"as if neuter plural of G5036 (ταχύς) (adverbially);","strongs_definition":"shortly, i.e. (figuratively) possibly","kjv_definition":"peradventure(-haps)"} +{"id":"G3685","strongs_number":"G3685","system":"greek","language":"greek","number_value":3685,"lemma":"ὀνίνημι","transliteration":"onínēmi","pronunciation":null,"derivation":"a prolonged form of an apparently primary verb (, to slur);","strongs_definition":"for which another prolonged form () is used as an alternate in some tenses (unless indeed it be identical with the base of G3686 (ὄνομα) through the idea of notoriety); to gratify, i.e. (middle voice) to derive pleasure or advantage from","kjv_definition":"have joy"} +{"id":"G3720","strongs_number":"G3720","system":"greek","language":"greek","number_value":3720,"lemma":"ὀρθρινός","transliteration":"orthrinós","pronunciation":null,"derivation":"from G3722 (ὄρθρος);","strongs_definition":"relating to the dawn, i.e. matutinal (as an epithet of Venus, especially brilliant in the early day)","kjv_definition":"morning"} +{"id":"G2339","strongs_number":"G2339","system":"greek","language":"greek","number_value":2339,"lemma":"θήρα","transliteration":"thḗra","pronunciation":null,"derivation":"from (a wild animal, as game);","strongs_definition":"hunting, i.e. (figuratively) destruction","kjv_definition":"trap"} +{"id":"G3095","strongs_number":"G3095","system":"greek","language":"greek","number_value":3095,"lemma":"μαγεία","transliteration":"mageía","pronunciation":null,"derivation":"from G3096 (μαγεύω);","strongs_definition":"\"magic\"","kjv_definition":"sorcery"} +{"id":"G4531","strongs_number":"G4531","system":"greek","language":"greek","number_value":4531,"lemma":"σαλεύω","transliteration":"saleúō","pronunciation":null,"derivation":"from G4535 (σάλος);","strongs_definition":"to waver, i.e. agitate, rock, topple or (by implication) destroy; figuratively, to disturb, incite","kjv_definition":"move, shake (together), which can(-not) be shaken, stir up"} +{"id":"G2103","strongs_number":"G2103","system":"greek","language":"greek","number_value":2103,"lemma":"Εὔβουλος","transliteration":"Eúboulos","pronunciation":null,"derivation":"from G2095 (εὖ) and G1014 (βούλομαι);","strongs_definition":"good-willer; Eubulus, a Christian","kjv_definition":"Eubulus"} +{"id":"G4855","strongs_number":"G4855","system":"greek","language":"greek","number_value":4855,"lemma":"συμφύω","transliteration":"symphýō","pronunciation":null,"derivation":"from G4862 (σύν) and G5453 (φύω);","strongs_definition":"passive, to grow jointly","kjv_definition":"spring up with"} +{"id":"G405","strongs_number":"G405","system":"greek","language":"greek","number_value":405,"lemma":"ἀνδραποδιστής","transliteration":"andrapodistḗs","pronunciation":null,"derivation":"from a derivative of a compound of G435 (ἀνήρ) and G4228 (πούς);","strongs_definition":"an enslaver (as bringing men to his feet)","kjv_definition":"menstealer"} +{"id":"G2225","strongs_number":"G2225","system":"greek","language":"greek","number_value":2225,"lemma":"ζωογονέω","transliteration":"zōogonéō","pronunciation":null,"derivation":"from the same as G2226 (ζῶον) and a derivative of G1096 (γίνομαι);","strongs_definition":"to engender alive, i.e. (by analogy) to rescue (passively, be saved) from death","kjv_definition":"live, preserve"} +{"id":"G2192","strongs_number":"G2192","system":"greek","language":"greek","number_value":2192,"lemma":"ἔχω","transliteration":"échō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to hold (used in very various applications, literally or figuratively, direct or remote; such as possession; ability, contiuity, relation, or condition)","kjv_definition":"be (able, X hold, possessed with), accompany, + begin to amend, can(+ -not), X conceive, count, diseased, do + eat, + enjoy, + fear, following, have, hold, keep, + lack, + go to law, lie, + must needs, + of necessity, + need, next, + recover, + reign, + rest, + return, X sick, take for, + tremble, + uncircumcised, use"} +{"id":"G4620","strongs_number":"G4620","system":"greek","language":"greek","number_value":4620,"lemma":"σιτόμετρον","transliteration":"sitómetron","pronunciation":null,"derivation":"from G4621 (σῖτος) and G3358 (μέτρον);","strongs_definition":"a grain-measure, i.e. (by implication) ration (allowance of food)","kjv_definition":"portion of meat"} +{"id":"G2005","strongs_number":"G2005","system":"greek","language":"greek","number_value":2005,"lemma":"ἐπιτελέω","transliteration":"epiteléō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5055 (τελέω);","strongs_definition":"to fulfill further (or completely), i.e. execute; by implication, to terminate, undergo","kjv_definition":"accomplish, do, finish, (make) (perfect), perform(X -ance)"} +{"id":"G193","strongs_number":"G193","system":"greek","language":"greek","number_value":193,"lemma":"ἀκρατής","transliteration":"akratḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2904 (κράτος);","strongs_definition":"powerless, i.e. without self-control","kjv_definition":"incontinent"} +{"id":"G4483","strongs_number":"G4483","system":"greek","language":"greek","number_value":4483,"lemma":"ῥέω","transliteration":"rhéō","pronunciation":null,"derivation":"perhaps akin (or identical) with G4482 (ῥέω) (through the idea of pouring forth);","strongs_definition":"to utter, i.e. speak or say","kjv_definition":"command, make, say, speak (of)"} +{"id":"G2551","strongs_number":"G2551","system":"greek","language":"greek","number_value":2551,"lemma":"κακολογέω","transliteration":"kakologéō","pronunciation":null,"derivation":"from a compound of G2556 (κακός) and G3056 (λόγος);","strongs_definition":"to revile","kjv_definition":"curse, speak evil of"} +{"id":"G1196","strongs_number":"G1196","system":"greek","language":"greek","number_value":1196,"lemma":"δεσμέω","transliteration":"desméō","pronunciation":null,"derivation":"from G1199 (δεσμόν);","strongs_definition":"to tie, i.e. shackle","kjv_definition":"bind"} +{"id":"G2371","strongs_number":"G2371","system":"greek","language":"greek","number_value":2371,"lemma":"θυμομαχέω","transliteration":"thymomachéō","pronunciation":null,"derivation":"from a presumed compound of G2372 (θυμός) and G3164 (μάχομαι);","strongs_definition":"to be in a furious fight, i.e. (figuratively) to be exasperated","kjv_definition":"be highly displeased"} +{"id":"G1130","strongs_number":"G1130","system":"greek","language":"greek","number_value":1130,"lemma":"γυμνητεύω","transliteration":"gymnēteúō","pronunciation":null,"derivation":"from a derivative of G1131 (γυμνός);","strongs_definition":"to strip, i.e. (reflexively) go poorly clad","kjv_definition":"be naked"} +{"id":"G4706","strongs_number":"G4706","system":"greek","language":"greek","number_value":4706,"lemma":"σπουδαιότερον","transliteration":"spoudaióteron","pronunciation":null,"derivation":"neuter of G4707 (σπουδαιότερος) as adverb;","strongs_definition":"more earnestly than others), i.e. very promptly","kjv_definition":"very diligently"} +{"id":"G2261","strongs_number":"G2261","system":"greek","language":"greek","number_value":2261,"lemma":"ἤπιος","transliteration":"ḗpios","pronunciation":null,"derivation":"probably from G2031 (ἔπος);","strongs_definition":"properly, affable, i.e. mild or kind","kjv_definition":"gentle"} +{"id":"G5257","strongs_number":"G5257","system":"greek","language":"greek","number_value":5257,"lemma":"ὑπηρέτης","transliteration":"hypērétēs","pronunciation":null,"derivation":"from G5259 (ὑπό) and a derivative of (to row);","strongs_definition":"an under-oarsman, i.e. (generally) subordinate (assistant, sexton, constable)","kjv_definition":"minister, officer, servant"} +{"id":"G3662","strongs_number":"G3662","system":"greek","language":"greek","number_value":3662,"lemma":"ὁμοιάζω","transliteration":"homoiázō","pronunciation":null,"derivation":"from G3664 (ὅμοιος);","strongs_definition":"to resemble","kjv_definition":"agree"} +{"id":"G274","strongs_number":"G274","system":"greek","language":"greek","number_value":274,"lemma":"ἀμέμπτως","transliteration":"amémptōs","pronunciation":null,"derivation":"adverb from G273 (ἄμεμπτος);","strongs_definition":"faultlessly","kjv_definition":"blameless, unblamably"} +{"id":"G132","strongs_number":"G132","system":"greek","language":"greek","number_value":132,"lemma":"Αἰνέας","transliteration":"Ainéas","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Ænĕas, an Israelite","kjv_definition":"Æneas"} +{"id":"G4026","strongs_number":"G4026","system":"greek","language":"greek","number_value":4026,"lemma":"περιΐστημι","transliteration":"periḯstēmi","pronunciation":null,"derivation":"from G4012 (περί) and G2476 (ἵστημι);","strongs_definition":"to stand all around, i.e. (near) to be a bystander, or (aloof) to keep away from","kjv_definition":"avoid, shun, stand by (round about)"} +{"id":"G5056","strongs_number":"G5056","system":"greek","language":"greek","number_value":5056,"lemma":"τέλος","transliteration":"télos","pronunciation":null,"derivation":"from a primary (to set out for a definite point or goal);","strongs_definition":"properly, the point aimed at as a limit, i.e. (by implication) the conclusion of an act or state (termination (literally, figuratively or indefinitely), result (immediate, ultimate or prophetic), purpose); specially, an impost or levy (as paid)","kjv_definition":"+ continual, custom, end(-ing), finally, uttermost"} +{"id":"G1701","strongs_number":"G1701","system":"greek","language":"greek","number_value":1701,"lemma":"ἐμπαιγμός","transliteration":"empaigmós","pronunciation":null,"derivation":"from G1702 (ἐμπαίζω);","strongs_definition":"derision","kjv_definition":"mocking"} +{"id":"G3090","strongs_number":"G3090","system":"greek","language":"greek","number_value":3090,"lemma":"Λωΐς","transliteration":"Lōḯs","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Lois, a Christian woman","kjv_definition":"Lois"} +{"id":"G668","strongs_number":"G668","system":"greek","language":"greek","number_value":668,"lemma":"ἀποφεύγω","transliteration":"apopheúgō","pronunciation":null,"derivation":"from G575 (ἀπό) and G5343 (φεύγω);","strongs_definition":"(figuratively) to escape","kjv_definition":"escape"} +{"id":"G3736","strongs_number":"G3736","system":"greek","language":"greek","number_value":3736,"lemma":"ὀρύσσω","transliteration":"orýssō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to \"burrow\" in the ground, i.e. dig","kjv_definition":"dig"} +{"id":"G3881","strongs_number":"G3881","system":"greek","language":"greek","number_value":3881,"lemma":"παραλέγομαι","transliteration":"paralégomai","pronunciation":null,"derivation":"from G3844 (παρά) and the middle voice of G3004 (λέγω) (in its original sense);","strongs_definition":"(specially), to lay one's course near, i.e. sail past","kjv_definition":"pass, sail by"} +{"id":"G1546","strongs_number":"G1546","system":"greek","language":"greek","number_value":1546,"lemma":"ἐκβολή","transliteration":"ekbolḗ","pronunciation":null,"derivation":"from G1544 (ἐκβάλλω);","strongs_definition":"ejection, i.e. (specially) a throwing overboard of the cargo","kjv_definition":"+ lighten the ship"} +{"id":"G5300","strongs_number":"G5300","system":"greek","language":"greek","number_value":5300,"lemma":"ὗς","transliteration":"hŷs","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a hog (\"swine\")","kjv_definition":"sow"} +{"id":"G5016","strongs_number":"G5016","system":"greek","language":"greek","number_value":5016,"lemma":"ταραχή","transliteration":"tarachḗ","pronunciation":null,"derivation":"feminine from G5015 (ταράσσω);","strongs_definition":"disturbance, i.e. (of water) roiling, or (of a mob) sedition","kjv_definition":"trouble(-ing)"} +{"id":"G2262","strongs_number":"G2262","system":"greek","language":"greek","number_value":2262,"lemma":"Ἤρ","transliteration":"Ḗr","pronunciation":null,"derivation":"of Hebrew origin (H06147);","strongs_definition":"Er, an Israelite","kjv_definition":"Er"} +{"id":"G830","strongs_number":"G830","system":"greek","language":"greek","number_value":830,"lemma":"αὐθαίρετος","transliteration":"authaíretos","pronunciation":null,"derivation":"from G846 (αὐτός) and the same as G140 (αἱρετίζω);","strongs_definition":"self-chosen, i.e. (by implication) voluntary","kjv_definition":"of own accord, willing of self"} +{"id":"G4778","strongs_number":"G4778","system":"greek","language":"greek","number_value":4778,"lemma":"συγκακουχέω","transliteration":"synkakouchéō","pronunciation":null,"derivation":"from G4862 (σύν) and G2558 (κακουχέω);","strongs_definition":"to maltreat in company with, i.e. (passively) endure persecution together","kjv_definition":"suffer affliction with"} +{"id":"G3153","strongs_number":"G3153","system":"greek","language":"greek","number_value":3153,"lemma":"ματαιότης","transliteration":"mataiótēs","pronunciation":null,"derivation":"from G3152 (μάταιος);","strongs_definition":"inutility; figuratively, transientness; morally, depravity","kjv_definition":"vanity"} +{"id":"G3985","strongs_number":"G3985","system":"greek","language":"greek","number_value":3985,"lemma":"πειράζω","transliteration":"peirázō","pronunciation":null,"derivation":"from G3984 (πεῖρα);","strongs_definition":"to test (objectively), i.e. endeavor, scrutinize, entice, discipline","kjv_definition":"assay, examine, go about, prove, tempt(-er), try"} +{"id":"G932","strongs_number":"G932","system":"greek","language":"greek","number_value":932,"lemma":"βασιλεία","transliteration":"basileía","pronunciation":null,"derivation":"from G935 (βασιλεύς);","strongs_definition":"properly, royalty, i.e. (abstractly) rule, or (concretely) a realm (literally or figuratively)","kjv_definition":"kingdom, + reign"} +{"id":"G4394","strongs_number":"G4394","system":"greek","language":"greek","number_value":4394,"lemma":"προφητεία","transliteration":"prophēteía","pronunciation":null,"derivation":"from G4396 (προφήτης) (\"prophecy\");","strongs_definition":"prediction (scriptural or other)","kjv_definition":"prophecy, prophesying"} +{"id":"G4676","strongs_number":"G4676","system":"greek","language":"greek","number_value":4676,"lemma":"σουδάριον","transliteration":"soudárion","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a sudarium (sweat-cloth), i.e. towel (for wiping the perspiration from the face, or binding the face of a corpse)","kjv_definition":"handkerchief, napkin"} +{"id":"G5267","strongs_number":"G5267","system":"greek","language":"greek","number_value":5267,"lemma":"ὑπόδικος","transliteration":"hypódikos","pronunciation":null,"derivation":"from G5259 (ὑπό) and G1349 (δίκη);","strongs_definition":"under sentence, i.e. (by implication) condemned","kjv_definition":"guilty"} +{"id":"G52","strongs_number":"G52","system":"greek","language":"greek","number_value":52,"lemma":"ἄγνοια","transliteration":"ágnoia","pronunciation":null,"derivation":"from G50 (ἀγνοέω);","strongs_definition":"ignorance (properly, the quality)","kjv_definition":"ignorance"} +{"id":"G2612","strongs_number":"G2612","system":"greek","language":"greek","number_value":2612,"lemma":"κατάδηλος","transliteration":"katádēlos","pronunciation":null,"derivation":"from G2596 (κατά) intensive and G1212 (δῆλος);","strongs_definition":"manifest","kjv_definition":"far more evident"} +{"id":"G4731","strongs_number":"G4731","system":"greek","language":"greek","number_value":4731,"lemma":"στερεός","transliteration":"stereós","pronunciation":null,"derivation":"from G2476 (ἵστημι);","strongs_definition":"stiff, i.e. solid, stable (literally or figuratively)","kjv_definition":"stedfast, strong, sure"} +{"id":"G3626","strongs_number":"G3626","system":"greek","language":"greek","number_value":3626,"lemma":"οἰκουρός","transliteration":"oikourós","pronunciation":null,"derivation":"from G3624 (οἶκος) and (a guard;","strongs_definition":"be \"ware\"); a stayer at home, i.e. domestically inclined (a \"good housekeeper\")","kjv_definition":"keeper at home"} +{"id":"G2380","strongs_number":"G2380","system":"greek","language":"greek","number_value":2380,"lemma":"θύω","transliteration":"thýō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"properly, to rush (breathe hard, blow, smoke), i.e. (by implication) to sacrifice (properly, by fire, but genitive case); by extension to immolate (slaughter for any purpose)","kjv_definition":"kill, (do) sacrifice, slay"} +{"id":"G5453","strongs_number":"G5453","system":"greek","language":"greek","number_value":5453,"lemma":"φύω","transliteration":"phýō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"probably originally, to \"puff\" or blow, i.e. to swell up; but only used in the implied sense, to germinate or grow (sprout, produce), literally or figuratively","kjv_definition":"spring (up)"} +{"id":"G2616","strongs_number":"G2616","system":"greek","language":"greek","number_value":2616,"lemma":"καταδυναστεύω","transliteration":"katadynasteúō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G1413 (δυνάστης);","strongs_definition":"to exercise dominion against, i.e. oppress","kjv_definition":"oppress"} +{"id":"G5375","strongs_number":"G5375","system":"greek","language":"greek","number_value":5375,"lemma":"Φίλιπποι","transliteration":"Phílippoi","pronunciation":null,"derivation":"plural of G5376 (Φίλιππος);","strongs_definition":"Philippi, a place in Macedonia","kjv_definition":"Philippi"} +{"id":"G2872","strongs_number":"G2872","system":"greek","language":"greek","number_value":2872,"lemma":"κοπιάω","transliteration":"kopiáō","pronunciation":null,"derivation":"from a derivative of G2873 (κόπος);","strongs_definition":"to feel fatigue; by implication, to work hard","kjv_definition":"(bestow) labour, toil, be wearied"} +{"id":"G525","strongs_number":"G525","system":"greek","language":"greek","number_value":525,"lemma":"ἀπαλλάσσω","transliteration":"apallássō","pronunciation":null,"derivation":"from G575 (ἀπό) and G236 (ἀλλάσσω);","strongs_definition":"to change away, i.e. release, (reflexively) remove","kjv_definition":"deliver, depart"} +{"id":"G4799","strongs_number":"G4799","system":"greek","language":"greek","number_value":4799,"lemma":"σύγχυσις","transliteration":"sýnchysis","pronunciation":null,"derivation":"from G4797 (συγχέω);","strongs_definition":"commixture, i.e. (figuratively) riotous disturbance","kjv_definition":"confusion"} +{"id":"G1487","strongs_number":"G1487","system":"greek","language":"greek","number_value":1487,"lemma":"εἰ","transliteration":"ei","pronunciation":null,"derivation":"a primary particle of conditionality;","strongs_definition":"if, whether, that, etc.","kjv_definition":"forasmuch as, if, that, (al-)though, whether"} +{"id":"G327","strongs_number":"G327","system":"greek","language":"greek","number_value":327,"lemma":"ἀναζητέω","transliteration":"anazētéō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2212 (ζητέω);","strongs_definition":"to search out","kjv_definition":"seek"} +{"id":"G134","strongs_number":"G134","system":"greek","language":"greek","number_value":134,"lemma":"αἰνέω","transliteration":"ainéō","pronunciation":null,"derivation":"from G136 (αἶνος);","strongs_definition":"to praise (God)","kjv_definition":"praise"} +{"id":"G1228","strongs_number":"G1228","system":"greek","language":"greek","number_value":1228,"lemma":"διάβολος","transliteration":"diábolos","pronunciation":null,"derivation":"from G1225 (διαβάλλω);","strongs_definition":"a traducer; specially, Satan (compare H07854)","kjv_definition":"false accuser, devil, slanderer"} +{"id":"G3419","strongs_number":"G3419","system":"greek","language":"greek","number_value":3419,"lemma":"μνημεῖον","transliteration":"mnēmeîon","pronunciation":null,"derivation":"from G3420 (μνήμη);","strongs_definition":"a remembrance, i.e. cenotaph (place of interment)","kjv_definition":"grave, sepulchre, tomb"} +{"id":"G5181","strongs_number":"G5181","system":"greek","language":"greek","number_value":5181,"lemma":"Τύραννος","transliteration":"Týrannos","pronunciation":null,"derivation":"a provincial form of the derivative of the base of G2962 (κύριος);","strongs_definition":"a \"tyrant\"; Tyrannus, an Ephesian","kjv_definition":"Tyrannus"} +{"id":"G4607","strongs_number":"G4607","system":"greek","language":"greek","number_value":4607,"lemma":"σικάριος","transliteration":"sikários","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a dagger-man or assassin; a freebooter (Jewish fanatic outlawed by the Romans)","kjv_definition":"murderer"} +{"id":"G5088","strongs_number":"G5088","system":"greek","language":"greek","number_value":5088,"lemma":"τίκτω","transliteration":"tíktō","pronunciation":null,"derivation":"a strengthened form of a primary (which is used only as alternate in certain tenses);","strongs_definition":"to produce (from seed, as a mother, a plant, the earth, etc.), literally or figuratively","kjv_definition":"bear, be born, bring forth, be delivered, be in travail"} +{"id":"G3744","strongs_number":"G3744","system":"greek","language":"greek","number_value":3744,"lemma":"ὀσμή","transliteration":"osmḗ","pronunciation":null,"derivation":"from G3605 (ὄζω);","strongs_definition":"fragrance (literally or figuratively)","kjv_definition":"odour, savour"} +{"id":"G501","strongs_number":"G501","system":"greek","language":"greek","number_value":501,"lemma":"ἀντλέω","transliteration":"antléō","pronunciation":null,"derivation":"from (the hold of a ship);","strongs_definition":"to bale up (properly, bilge water), i.e. dip water (with a bucket, pitcher, etc.)","kjv_definition":"draw (out)"} +{"id":"G4113","strongs_number":"G4113","system":"greek","language":"greek","number_value":4113,"lemma":"πλατεῖα","transliteration":"plateîa","pronunciation":null,"derivation":"feminine of G4116 (πλατύς);","strongs_definition":"a wide \"plat\" or \"place\", i.e. open square","kjv_definition":"street"} +{"id":"G571","strongs_number":"G571","system":"greek","language":"greek","number_value":571,"lemma":"ἄπιστος","transliteration":"ápistos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G4103 (πιστός);","strongs_definition":"(actively) disbelieving, i.e. without Christian faith (specially, a heathen); (passively) untrustworthy (person), or incredible (thing)","kjv_definition":"that believeth not, faithless, incredible thing, infidel, unbeliever(-ing)"} +{"id":"G2165","strongs_number":"G2165","system":"greek","language":"greek","number_value":2165,"lemma":"εὐφραίνω","transliteration":"euphraínō","pronunciation":null,"derivation":"from G2095 (εὖ) and G5424 (φρήν);","strongs_definition":"to put (middle voice or passively, be) in a good frame of mind, i.e. rejoice","kjv_definition":"fare, make glad, be (make) merry, rejoice"} +{"id":"G1165","strongs_number":"G1165","system":"greek","language":"greek","number_value":1165,"lemma":"δειγματίζω","transliteration":"deigmatízō","pronunciation":null,"derivation":"from G1164 (δεῖγμα);","strongs_definition":"to exhibit","kjv_definition":"make a shew"} +{"id":"G1056","strongs_number":"G1056","system":"greek","language":"greek","number_value":1056,"lemma":"Γαλιλαία","transliteration":"Galilaía","pronunciation":null,"derivation":"of Hebrew origin (H01551);","strongs_definition":"Galilæa (i.e. the heathen circle), a region of Palestine","kjv_definition":"Galilee"} +{"id":"G3458","strongs_number":"G3458","system":"greek","language":"greek","number_value":3458,"lemma":"μύλος","transliteration":"mýlos","pronunciation":null,"derivation":"probably ultimately from the base of G3433 (μόλις) (through the idea of hardship);","strongs_definition":"a \"mill\", i.e. (by implication), a grinder (millstone)","kjv_definition":"millstone"} +{"id":"G2100","strongs_number":"G2100","system":"greek","language":"greek","number_value":2100,"lemma":"εὐαρεστέω","transliteration":"euarestéō","pronunciation":null,"derivation":"from G2101 (εὐάρεστος);","strongs_definition":"to gratify entirely","kjv_definition":"please (well)"} +{"id":"G1268","strongs_number":"G1268","system":"greek","language":"greek","number_value":1268,"lemma":"διανέμω","transliteration":"dianémō","pronunciation":null,"derivation":"from G1223 (διά) and the base of G3551 (νόμος);","strongs_definition":"to distribute, i.e. (of information) to disseminate","kjv_definition":"spread"} +{"id":"G5131","strongs_number":"G5131","system":"greek","language":"greek","number_value":5131,"lemma":"τράγος","transliteration":"trágos","pronunciation":null,"derivation":"from the base of G5176 (τρώγω);","strongs_definition":"a he-goat (as a gnawer)","kjv_definition":"goat"} +{"id":"G4931","strongs_number":"G4931","system":"greek","language":"greek","number_value":4931,"lemma":"συντελέω","transliteration":"synteléō","pronunciation":null,"derivation":"from G4862 (σύν) and G5055 (τελέω);","strongs_definition":"to complete entirely; generally, to execute (literally or figuratively)","kjv_definition":"end, finish, fulfil, make"} +{"id":"G1190","strongs_number":"G1190","system":"greek","language":"greek","number_value":1190,"lemma":"Δερβαῖος","transliteration":"Derbaîos","pronunciation":null,"derivation":"from G1191 (Δέρβη);","strongs_definition":"a Derbæan or inhabitant of Derbe","kjv_definition":"of Derbe"} +{"id":"G1891","strongs_number":"G1891","system":"greek","language":"greek","number_value":1891,"lemma":"Ἐπαφρόδιτος","transliteration":"Epaphróditos","pronunciation":null,"derivation":"from G1909 (ἐπί) (in the sense of devoted to) and (Venus);","strongs_definition":"Epaphroditus, a Christian","kjv_definition":"Epaphroditus"} +{"id":"G5273","strongs_number":"G5273","system":"greek","language":"greek","number_value":5273,"lemma":"ὑποκριτής","transliteration":"hypokritḗs","pronunciation":null,"derivation":"from G5271 (ὑποκρίνομαι);","strongs_definition":"an actor under an assumed character (stage-player), i.e. (figuratively) a dissembler (\"hypocrite\"","kjv_definition":"hypocrite"} +{"id":"G3079","strongs_number":"G3079","system":"greek","language":"greek","number_value":3079,"lemma":"Λυσίας","transliteration":"Lysías","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"Lysias, a Roman","kjv_definition":"Lysias"} +{"id":"G683","strongs_number":"G683","system":"greek","language":"greek","number_value":683,"lemma":"ἀπωθέομαι","transliteration":"apōthéomai","pronunciation":null,"derivation":"from G575 (ἀπό) and the middle voice of or (to shove);","strongs_definition":"to push off, figuratively, to reject","kjv_definition":"cast away, put away (from), thrust away (from)"} +{"id":"G5276","strongs_number":"G5276","system":"greek","language":"greek","number_value":5276,"lemma":"ὑπολήνιον","transliteration":"hypolḗnion","pronunciation":null,"derivation":"neuter of a presumed compound of G5259 (ὑπό) and G3025 (ληνός);","strongs_definition":"vessel or receptacle under the press, i.e. lower wine-vat","kjv_definition":"winefat"} +{"id":"G1170","strongs_number":"G1170","system":"greek","language":"greek","number_value":1170,"lemma":"δεῖνα","transliteration":"deîna","pronunciation":null,"derivation":"probably from the same as G1171 (δεινῶς) (through the idea of forgetting the name as fearful, i.e. strange);","strongs_definition":"so and so (when the person is not specified)","kjv_definition":"such a man"} +{"id":"G5203","strongs_number":"G5203","system":"greek","language":"greek","number_value":5203,"lemma":"ὑδρωπικός","transliteration":"hydrōpikós","pronunciation":null,"derivation":"from a compound of G5204 (ὕδωρ) and a derivative of G3700 (ὀπτάνομαι) (as if looking watery);","strongs_definition":"to be \"dropsical\"","kjv_definition":"have the dropsy"} +{"id":"G3407","strongs_number":"G3407","system":"greek","language":"greek","number_value":3407,"lemma":"μίσθιος","transliteration":"místhios","pronunciation":null,"derivation":"from G3408 (μισθός);","strongs_definition":"a wage-earner","kjv_definition":"hired servant"} +{"id":"G3332","strongs_number":"G3332","system":"greek","language":"greek","number_value":3332,"lemma":"μεταίρω","transliteration":"metaírō","pronunciation":null,"derivation":"from G3326 (μετά) and G142 (αἴρω);","strongs_definition":"to betake oneself, i.e. remove (locally)","kjv_definition":"depart"} +{"id":"G4395","strongs_number":"G4395","system":"greek","language":"greek","number_value":4395,"lemma":"προφητεύω","transliteration":"prophēteúō","pronunciation":null,"derivation":"from G4396 (προφήτης);","strongs_definition":"to foretell events, divine, speak under inspiration, exercise the prophetic office","kjv_definition":"prophesy"} +{"id":"G769","strongs_number":"G769","system":"greek","language":"greek","number_value":769,"lemma":"ἀσθένεια","transliteration":"asthéneia","pronunciation":null,"derivation":"from G772 (ἀσθενής);","strongs_definition":"feebleness (of mind or body); by implication, malady; morally, frailty","kjv_definition":"disease, infirmity, sickness, weakness"} +{"id":"G378","strongs_number":"G378","system":"greek","language":"greek","number_value":378,"lemma":"ἀναπληρόω","transliteration":"anaplēróō","pronunciation":null,"derivation":"from G303 (ἀνά) and G4137 (πληρόω);","strongs_definition":"to complete; by implication, to occupy, supply; figuratively, to accomplish (by coincidence ot obedience)","kjv_definition":"fill up, fulfill, occupy, supply"} +{"id":"G2558","strongs_number":"G2558","system":"greek","language":"greek","number_value":2558,"lemma":"κακουχέω","transliteration":"kakouchéō","pronunciation":null,"derivation":"from a presumed compound of G2556 (κακός) and G2192 (ἔχω);","strongs_definition":"to maltreat","kjv_definition":"which suffer adversity, torment"} +{"id":"G2362","strongs_number":"G2362","system":"greek","language":"greek","number_value":2362,"lemma":"θρόνος","transliteration":"thrónos","pronunciation":null,"derivation":"from (to sit);","strongs_definition":"a stately seat (\"throne\"); by implication, power or (concretely) a potentate","kjv_definition":"seat, throne"} +{"id":"G1358","strongs_number":"G1358","system":"greek","language":"greek","number_value":1358,"lemma":"διορύσσω","transliteration":"diorýssō","pronunciation":null,"derivation":"from G1223 (διά) and G3736 (ὀρύσσω);","strongs_definition":"to penetrate burglariously","kjv_definition":"break through (up)"} +{"id":"G1663","strongs_number":"G1663","system":"greek","language":"greek","number_value":1663,"lemma":"Ἐλιέζερ","transliteration":"Eliézer","pronunciation":null,"derivation":"of Hebrew origin (H0461);","strongs_definition":"Eliezer, an Israelite","kjv_definition":"Eliezer"} +{"id":"G2898","strongs_number":"G2898","system":"greek","language":"greek","number_value":2898,"lemma":"κρανίον","transliteration":"kraníon","pronunciation":null,"derivation":"diminutive of a derivative of the base of G2768 (κέρας);","strongs_definition":"a skull (\"cranium\")","kjv_definition":"Calvary, skull"} +{"id":"G659","strongs_number":"G659","system":"greek","language":"greek","number_value":659,"lemma":"ἀποτίθημι","transliteration":"apotíthēmi","pronunciation":null,"derivation":"from G575 (ἀπό) and G5087 (τίθημι);","strongs_definition":"to put away (literally or figuratively)","kjv_definition":"cast off, lay apart (aside, down), put away (off)"} +{"id":"G1333","strongs_number":"G1333","system":"greek","language":"greek","number_value":1333,"lemma":"διετία","transliteration":"dietía","pronunciation":null,"derivation":"from G1332 (διετής);","strongs_definition":"a space of two years (biennium)","kjv_definition":"two years"} +{"id":"G3823","strongs_number":"G3823","system":"greek","language":"greek","number_value":3823,"lemma":"πάλη","transliteration":"pálē","pronunciation":null,"derivation":"from (to vibrate;","strongs_definition":"another form for G906 (βάλλω)); wrestling","kjv_definition":"+ wrestle"} +{"id":"G3649","strongs_number":"G3649","system":"greek","language":"greek","number_value":3649,"lemma":"ὀλολύζω","transliteration":"ololýzō","pronunciation":null,"derivation":"a reduplicated primary verb;","strongs_definition":"to \"howl\" or \"halloo\", i.e. shriek","kjv_definition":"howl"} +{"id":"G756","strongs_number":"G756","system":"greek","language":"greek","number_value":756,"lemma":"ἄρχομαι","transliteration":"árchomai","pronunciation":null,"derivation":"middle voice of G757 (ἄρχω) (through the implication, of precedence);","strongs_definition":"to commence (in order of time)","kjv_definition":"(rehearse from the) begin(-ning)"} +{"id":"G103","strongs_number":"G103","system":"greek","language":"greek","number_value":103,"lemma":"ᾄδω","transliteration":"áidō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to sing","kjv_definition":"sing"} +{"id":"G5145","strongs_number":"G5145","system":"greek","language":"greek","number_value":5145,"lemma":"τριακόσιοι","transliteration":"triakósioi","pronunciation":null,"derivation":"plural from G5140 (τρεῖς) and G1540 (ἑκατόν);","strongs_definition":"three hundred","kjv_definition":"three hundred"} +{"id":"G5179","strongs_number":"G5179","system":"greek","language":"greek","number_value":5179,"lemma":"τύπος","transliteration":"týpos","pronunciation":null,"derivation":"from G5180 (τύπτω);","strongs_definition":"a die (as struck), i.e. (by implication) a stamp or scar; by analogy, a shape, i.e. a statue, (figuratively) style or resemblance; specially, a sampler (\"type\"), i.e. a model (for imitation) or instance (for warning)","kjv_definition":"en-(ex-)ample, fashion, figure, form, manner, pattern, print"} +{"id":"G2855","strongs_number":"G2855","system":"greek","language":"greek","number_value":2855,"lemma":"κολλυβιστής","transliteration":"kollybistḗs","pronunciation":null,"derivation":"from a presumed derivative of (a small coin;","strongs_definition":"probably akin to G2854 (κολλούριον)); a coin-dealer","kjv_definition":"(money-)changer"} +{"id":"G4078","strongs_number":"G4078","system":"greek","language":"greek","number_value":4078,"lemma":"πήγνυμι","transliteration":"pḗgnymi","pronunciation":null,"derivation":"a prolonged form of a primary verb (which in its simpler form occurs only as an alternate in certain tenses);","strongs_definition":"to fix (\"peg\"), i.e. (specially) to set up (a tent)","kjv_definition":"pitch"} +{"id":"G3470","strongs_number":"G3470","system":"greek","language":"greek","number_value":3470,"lemma":"μῶμος","transliteration":"mōmos","pronunciation":null,"derivation":"perhaps from G3201 (μέμφομαι);","strongs_definition":"a flaw or blot, i.e. (figuratively) disgraceful person","kjv_definition":"blemish"} +{"id":"G643","strongs_number":"G643","system":"greek","language":"greek","number_value":643,"lemma":"ἀποσκευάζω","transliteration":"aposkeuázō","pronunciation":null,"derivation":"from G575 (ἀπό) and a derivative of G4632 (σκεῦος);","strongs_definition":"to pack up (one's) baggage","kjv_definition":"take up… carriages"} +{"id":"G210","strongs_number":"G210","system":"greek","language":"greek","number_value":210,"lemma":"ἄκων","transliteration":"ákōn","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G1635 (ἑκών);","strongs_definition":"unwilling","kjv_definition":"against the will"} +{"id":"G2382","strongs_number":"G2382","system":"greek","language":"greek","number_value":2382,"lemma":"θώραξ","transliteration":"thṓrax","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"the chest (\"thorax\"), i.e. (by implication) a corslet","kjv_definition":"breast-plate"} +{"id":"G737","strongs_number":"G737","system":"greek","language":"greek","number_value":737,"lemma":"ἄρτι","transliteration":"árti","pronunciation":null,"derivation":"adverb from a derivative of G142 (αἴρω) (compare G740 (ἄρτος)) through the idea of suspension;","strongs_definition":"just now","kjv_definition":"this day (hour), hence(-forth), here(-after), hither(-to), (even) now, (this) present"} +{"id":"G2308","strongs_number":"G2308","system":"greek","language":"greek","number_value":2308,"lemma":"θέλησις","transliteration":"thélēsis","pronunciation":null,"derivation":"from G2309 (θέλω);","strongs_definition":"determination (properly, the act), i.e. option","kjv_definition":"will"} +{"id":"G1207","strongs_number":"G1207","system":"greek","language":"greek","number_value":1207,"lemma":"δευτερόπρωτος","transliteration":"deuteróprōtos","pronunciation":null,"derivation":"from G1208 (δεύτερος) and G4413 (πρῶτος);","strongs_definition":"second-first, i.e. (specially) a designation of the Sabbath immediately after the Paschal week (being the second after Passover day, and the first of the seven Sabbaths intervening before Pentecost)","kjv_definition":"second … after the first"} +{"id":"G1804","strongs_number":"G1804","system":"greek","language":"greek","number_value":1804,"lemma":"ἐξαγγέλλω","transliteration":"exangéllō","pronunciation":null,"derivation":"from G1537 (ἐκ) and the base of G32 (ἄγγελος);","strongs_definition":"to publish, i.e. celebrate","kjv_definition":"shew forth"} +{"id":"G993","strongs_number":"G993","system":"greek","language":"greek","number_value":993,"lemma":"Βοανεργές","transliteration":"Boanergés","pronunciation":null,"derivation":"of Chaldee origin (H01123 and H07266);","strongs_definition":"sons of commotion; Boanerges, an epithet of two of the apostles","kjv_definition":"Boanerges"} +{"id":"G950","strongs_number":"G950","system":"greek","language":"greek","number_value":950,"lemma":"βεβαιόω","transliteration":"bebaióō","pronunciation":null,"derivation":"from G949 (βέβαιος);","strongs_definition":"to stabilitate (figuratively)","kjv_definition":"confirm, (e-)stablish"} +{"id":"G2923","strongs_number":"G2923","system":"greek","language":"greek","number_value":2923,"lemma":"κριτής","transliteration":"kritḗs","pronunciation":null,"derivation":"from G2919 (κρίνω);","strongs_definition":"a judge (genitive case or specially)","kjv_definition":"judge"} +{"id":"G969","strongs_number":"G969","system":"greek","language":"greek","number_value":969,"lemma":"βήρυλλος","transliteration":"bḗryllos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a \"beryl\"","kjv_definition":"beryl"} +{"id":"G3812","strongs_number":"G3812","system":"greek","language":"greek","number_value":3812,"lemma":"παιδιόθεν","transliteration":"paidióthen","pronunciation":null,"derivation":"adverb (of source) from G3813 (παιδίον);","strongs_definition":"from infancy","kjv_definition":"of a child"} +{"id":"G2632","strongs_number":"G2632","system":"greek","language":"greek","number_value":2632,"lemma":"κατακρίνω","transliteration":"katakrínō","pronunciation":null,"derivation":"from G2596 (κατά) and G2919 (κρίνω);","strongs_definition":"to judge against, i.e. sentence","kjv_definition":"condemn, damn"} +{"id":"G3794","strongs_number":"G3794","system":"greek","language":"greek","number_value":3794,"lemma":"ὀχύρωμα","transliteration":"ochýrōma","pronunciation":null,"derivation":"from a remote derivative of G2192 (ἔχω) (meaning to fortify, through the idea of holding safely);","strongs_definition":"a castle (figuratively, argument)","kjv_definition":"stronghold"} +{"id":"G20","strongs_number":"G20","system":"greek","language":"greek","number_value":20,"lemma":"ἀγαλλίασις","transliteration":"agallíasis","pronunciation":null,"derivation":"from G21 (ἀγαλλιάω);","strongs_definition":"exultation; specially, welcome","kjv_definition":"gladness, (exceeding) joy"} +{"id":"G1120","strongs_number":"G1120","system":"greek","language":"greek","number_value":1120,"lemma":"γονυπετέω","transliteration":"gonypetéō","pronunciation":null,"derivation":"from a compound of G1119 (γόνυ) and the alternate of G4098 (πίπτω);","strongs_definition":"to fall on the knee","kjv_definition":"bow the knee, kneel down"} +{"id":"G4040","strongs_number":"G4040","system":"greek","language":"greek","number_value":4040,"lemma":"περίοικος","transliteration":"períoikos","pronunciation":null,"derivation":"from G4012 (περί) and G3624 (οἶκος);","strongs_definition":"housed around, i.e. neighboring (used elliptically as a noun)","kjv_definition":"neighbour"} +{"id":"G5389","strongs_number":"G5389","system":"greek","language":"greek","number_value":5389,"lemma":"φιλοτιμέομαι","transliteration":"philotiméomai","pronunciation":null,"derivation":"middle voice from a compound of G5384 (φίλος) and G5092 (τιμή);","strongs_definition":"to be fond of honor, i.e. emulous (eager or earnest to do something)","kjv_definition":"labour, strive, study"} +{"id":"G2762","strongs_number":"G2762","system":"greek","language":"greek","number_value":2762,"lemma":"κεραία","transliteration":"keraía","pronunciation":null,"derivation":"feminine of a presumed derivative of the base of G2768 (κέρας);","strongs_definition":"something horn-like, i.e. (specially) the apex of a Hebrew letter (figuratively, the least particle)","kjv_definition":"tittle"} +{"id":"G2730","strongs_number":"G2730","system":"greek","language":"greek","number_value":2730,"lemma":"κατοικέω","transliteration":"katoikéō","pronunciation":null,"derivation":"from G2596 (κατά) and G3611 (οἰκέω);","strongs_definition":"to house permanently, i.e. reside (literally or figuratively)","kjv_definition":"dwell(-er), inhabitant(-ter)"} +{"id":"G3661","strongs_number":"G3661","system":"greek","language":"greek","number_value":3661,"lemma":"ὁμοθυμαδόν","transliteration":"homothymadón","pronunciation":null,"derivation":"adverb from a compound of the base of G3674 (ὁμοῦ) and G2372 (θυμός);","strongs_definition":"unanimously","kjv_definition":"with one accord (mind)"} +{"id":"G28","strongs_number":"G28","system":"greek","language":"greek","number_value":28,"lemma":"Ἄγαρ","transliteration":"Ágar","pronunciation":null,"derivation":"of Hebrew origin (H01904);","strongs_definition":"Hagar, the concubine of Abraham","kjv_definition":"Hagar"} +{"id":"G1736","strongs_number":"G1736","system":"greek","language":"greek","number_value":1736,"lemma":"ἐνδημέω","transliteration":"endēméō","pronunciation":null,"derivation":"from a compound of G1722 (ἐν) and G1218 (δῆμος);","strongs_definition":"to be in one's own country, i.e. home (figuratively)","kjv_definition":"be at home (present)"} +{"id":"G1791","strongs_number":"G1791","system":"greek","language":"greek","number_value":1791,"lemma":"ἐντροπή","transliteration":"entropḗ","pronunciation":null,"derivation":"from G1788 (ἐντρέπω);","strongs_definition":"confusion","kjv_definition":"shame"} +{"id":"G4239","strongs_number":"G4239","system":"greek","language":"greek","number_value":4239,"lemma":"πραΰς","transliteration":"praÿs","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"mild, i.e. (by implication) humble","kjv_definition":"meek"} +{"id":"G1426","strongs_number":"G1426","system":"greek","language":"greek","number_value":1426,"lemma":"δυσφημία","transliteration":"dysphēmía","pronunciation":null,"derivation":"from a compound of G1418 (δυσ-) and G5345 (φήμη);","strongs_definition":"defamation","kjv_definition":"evil report"} +{"id":"G833","strongs_number":"G833","system":"greek","language":"greek","number_value":833,"lemma":"αὐλή","transliteration":"aulḗ","pronunciation":null,"derivation":"from the same as G109 (ἀήρ);","strongs_definition":"a yard (as open to the wind); by implication, a mansion","kjv_definition":"court, (sheep-)fold, hall, palace"} +{"id":"G4997","strongs_number":"G4997","system":"greek","language":"greek","number_value":4997,"lemma":"σωφροσύνη","transliteration":"sōphrosýnē","pronunciation":null,"derivation":"from G4998 (σώφρων);","strongs_definition":"soundness of mind, i.e. (literally) sanity or (figuratively) self-control","kjv_definition":"soberness, sobriety"} +{"id":"G201","strongs_number":"G201","system":"greek","language":"greek","number_value":201,"lemma":"ἀκροατήριον","transliteration":"akroatḗrion","pronunciation":null,"derivation":"from G202 (ἀκροατής);","strongs_definition":"an audience-room","kjv_definition":"place of hearing"} +{"id":"G3908","strongs_number":"G3908","system":"greek","language":"greek","number_value":3908,"lemma":"παρατίθημι","transliteration":"paratíthēmi","pronunciation":null,"derivation":"from G3844 (παρά) and G5087 (τίθημι);","strongs_definition":"to place alongside, i.e. present (food, truth); by implication, to deposit (as a trust or for protection)","kjv_definition":"allege, commend, commit (the keeping of), put forth, set before"} +{"id":"G1336","strongs_number":"G1336","system":"greek","language":"greek","number_value":1336,"lemma":"διηνεκής","transliteration":"diēnekḗs","pronunciation":null,"derivation":"neuter of a compound of G1223 (διά) and a derivative of an alternate of G5342 (φέρω);","strongs_definition":"carried through, i.e. (adverbially with G1519 (εἰς) and G3588 (ὁ) prefixed) perpetually","kjv_definition":"+ continually, for ever"} +{"id":"G4436","strongs_number":"G4436","system":"greek","language":"greek","number_value":4436,"lemma":"Πύθων","transliteration":"Pýthōn","pronunciation":null,"derivation":"from (the name of the region where Delphi, the seat of the famous oracle, was located);","strongs_definition":"a Python, i.e. (by analogy, with the supposed diviner there) inspiration (soothsaying)","kjv_definition":"divination"} +{"id":"G5565","strongs_number":"G5565","system":"greek","language":"greek","number_value":5565,"lemma":"χωρίς","transliteration":"chōrís","pronunciation":null,"derivation":"adverb from G5561 (χώρα);","strongs_definition":"at a space, i.e. separately or apart from (often as preposition)","kjv_definition":"beside, by itself, without"} +{"id":"G3884","strongs_number":"G3884","system":"greek","language":"greek","number_value":3884,"lemma":"παραλογίζομαι","transliteration":"paralogízomai","pronunciation":null,"derivation":"from G3844 (παρά) and G3049 (λογίζομαι);","strongs_definition":"to misreckon, i.e. delude","kjv_definition":"beguile, deceive"} +{"id":"G757","strongs_number":"G757","system":"greek","language":"greek","number_value":757,"lemma":"ἄρχω","transliteration":"árchō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to be first (in political rank or power)","kjv_definition":"reign (rule) over"} +{"id":"G2844","strongs_number":"G2844","system":"greek","language":"greek","number_value":2844,"lemma":"κοινωνός","transliteration":"koinōnós","pronunciation":null,"derivation":"from G2839 (κοινός);","strongs_definition":"a sharer, i.e. associate","kjv_definition":"companion, X fellowship, partaker, partner"} +{"id":"G3816","strongs_number":"G3816","system":"greek","language":"greek","number_value":3816,"lemma":"παῖς","transliteration":"paîs","pronunciation":null,"derivation":"perhaps from G3817 (παίω);","strongs_definition":"a boy (as often beaten with impunity), or (by analogy), a girl, and (genitive case) a child; specially, a slave or servant (especially a minister to a king; and by eminence to God)","kjv_definition":"child, maid(-en), (man) servant, son, young man"} +{"id":"G38","strongs_number":"G38","system":"greek","language":"greek","number_value":38,"lemma":"ἁγιασμός","transliteration":"hagiasmós","pronunciation":null,"derivation":"from G37 (ἁγιάζω);","strongs_definition":"properly, purification, i.e. (the state) purity; concretely (by Hebraism) a purifier","kjv_definition":"holiness, sanctification"} +{"id":"G3012","strongs_number":"G3012","system":"greek","language":"greek","number_value":3012,"lemma":"λέντιον","transliteration":"léntion","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a \"linen\" cloth, i.e. apron","kjv_definition":"towel"} +{"id":"G2865","strongs_number":"G2865","system":"greek","language":"greek","number_value":2865,"lemma":"κομίζω","transliteration":"komízō","pronunciation":null,"derivation":"from a primary (to tend, i.e. take care of);","strongs_definition":"properly, to provide for, i.e. (by implication) to carry off (as if from harm; genitive case obtain)","kjv_definition":"bring, receive"} +{"id":"G2142","strongs_number":"G2142","system":"greek","language":"greek","number_value":2142,"lemma":"εὐπορία","transliteration":"euporía","pronunciation":null,"derivation":"from the same as G2141 (εὐπορέω);","strongs_definition":"pecuniary resources","kjv_definition":"wealth"} +{"id":"G3072","strongs_number":"G3072","system":"greek","language":"greek","number_value":3072,"lemma":"Λυκαονιστί","transliteration":"Lykaonistí","pronunciation":null,"derivation":"adverb from a derivative of G3071 (Λυκαονία);","strongs_definition":"Lycaonistically, i.e. in the language of the Lycaonians","kjv_definition":"in the speech of Lycaonia"} +{"id":"G4816","strongs_number":"G4816","system":"greek","language":"greek","number_value":4816,"lemma":"συλλέγω","transliteration":"syllégō","pronunciation":null,"derivation":"from G4862 (σύν) and G3004 (λέγω) in its original sense;","strongs_definition":"to collect","kjv_definition":"gather (together, up)"} +{"id":"G815","strongs_number":"G815","system":"greek","language":"greek","number_value":815,"lemma":"ἄτεκνος","transliteration":"áteknos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5043 (τέκνον);","strongs_definition":"childless","kjv_definition":"childless, without children"} +{"id":"G2688","strongs_number":"G2688","system":"greek","language":"greek","number_value":2688,"lemma":"κατάστημα","transliteration":"katástēma","pronunciation":null,"derivation":"from G2525 (καθίστημι);","strongs_definition":"properly, a position or condition, i.e. (subjectively) demeanor","kjv_definition":"behaviour"} +{"id":"G97","strongs_number":"G97","system":"greek","language":"greek","number_value":97,"lemma":"ἄδολος","transliteration":"ádolos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle);","strongs_definition":"and G1388 (δόλος); undeceitful, i.e. (figuratively) unadulterated","kjv_definition":"sincere"} +{"id":"G1925","strongs_number":"G1925","system":"greek","language":"greek","number_value":1925,"lemma":"ἐπιδείκνυμι","transliteration":"epideíknymi","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1166 (δεικνύω);","strongs_definition":"to exhibit (physically or mentally)","kjv_definition":"shew"} +{"id":"G3584","strongs_number":"G3584","system":"greek","language":"greek","number_value":3584,"lemma":"ξηρός","transliteration":"xērós","pronunciation":null,"derivation":"from the base of G3582 (ξέστης) (through the idea of scorching);","strongs_definition":"arid; by implication, shrunken, earth (as opposed to water)","kjv_definition":"dry land, withered"} +{"id":"G3000","strongs_number":"G3000","system":"greek","language":"greek","number_value":3000,"lemma":"λατρεύω","transliteration":"latreúō","pronunciation":null,"derivation":"from (a hired menial);","strongs_definition":"to minister (to God), i.e. render religious homage","kjv_definition":"serve, do the service, worship(-per)"} +{"id":"G3129","strongs_number":"G3129","system":"greek","language":"greek","number_value":3129,"lemma":"μανθάνω","transliteration":"manthánō","pronunciation":null,"derivation":"prolongation from a primary verb, another form of which, , is used as an alternate in certain tenses;","strongs_definition":"to learn (in any way)","kjv_definition":"learn, understand"} +{"id":"G3320","strongs_number":"G3320","system":"greek","language":"greek","number_value":3320,"lemma":"μεσότοιχον","transliteration":"mesótoichon","pronunciation":null,"derivation":"from G3319 (μέσος) and G5109 (τοῖχος);","strongs_definition":"a partition (figuratively)","kjv_definition":"middle wall"} +{"id":"G2791","strongs_number":"G2791","system":"greek","language":"greek","number_value":2791,"lemma":"Κιλικία","transliteration":"Kilikía","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Cilicia, a region of Asia Minor","kjv_definition":"Cilicia"} +{"id":"G3348","strongs_number":"G3348","system":"greek","language":"greek","number_value":3348,"lemma":"μετέχω","transliteration":"metéchō","pronunciation":null,"derivation":"from G3326 (μετά) and G2192 (ἔχω);","strongs_definition":"to share or participate; by implication, belong to, eat (or drink)","kjv_definition":"be partaker, pertain, take part, use"} +{"id":"G5151","strongs_number":"G5151","system":"greek","language":"greek","number_value":5151,"lemma":"τρίς","transliteration":"trís","pronunciation":null,"derivation":"adverb from G5140 (τρεῖς);","strongs_definition":"three times","kjv_definition":"three times, thrice"} +{"id":"G1303","strongs_number":"G1303","system":"greek","language":"greek","number_value":1303,"lemma":"διατίθεμαι","transliteration":"diatíthemai","pronunciation":null,"derivation":"middle voice from G1223 (διά) and G5087 (τίθημι);","strongs_definition":"to put apart, i.e. (figuratively) dispose (by assignment, compact, or bequest)","kjv_definition":"appoint, make, testator"} +{"id":"G2648","strongs_number":"G2648","system":"greek","language":"greek","number_value":2648,"lemma":"καταμανθάνω","transliteration":"katamanthánō","pronunciation":null,"derivation":"from G2596 (κατά) and G3129 (μανθάνω);","strongs_definition":"to learn thoroughly, i.e. (by implication) to note carefully","kjv_definition":"consider"} +{"id":"G1416","strongs_number":"G1416","system":"greek","language":"greek","number_value":1416,"lemma":"δύνω","transliteration":"dýnō","pronunciation":null,"derivation":"prolonged forms of an obsolete primary (to sink);","strongs_definition":"to go \"down\"","kjv_definition":"set"} +{"id":"G495","strongs_number":"G495","system":"greek","language":"greek","number_value":495,"lemma":"ἀντιπέραν","transliteration":"antipéran","pronunciation":null,"derivation":"from G473 (ἀντί) and G4008 (πέραν);","strongs_definition":"on the opposite side","kjv_definition":"over against"} +{"id":"G1712","strongs_number":"G1712","system":"greek","language":"greek","number_value":1712,"lemma":"ἐμπόριον","transliteration":"empórion","pronunciation":null,"derivation":"neuter from G1713 (ἔμπορος);","strongs_definition":"a mart (\"emporium\")","kjv_definition":"merchandise"} +{"id":"G1255","strongs_number":"G1255","system":"greek","language":"greek","number_value":1255,"lemma":"διαλαλέω","transliteration":"dialaléō","pronunciation":null,"derivation":"from G1223 (διά) and G2980 (λαλέω);","strongs_definition":"to talk throughout a company, i.e. converse or (genitive case) publish","kjv_definition":"commune, noise abroad"} +{"id":"G3773","strongs_number":"G3773","system":"greek","language":"greek","number_value":3773,"lemma":"Οὐρβανός","transliteration":"Ourbanós","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Urbanus (of the city, \"urbane\"), a Christian","kjv_definition":"Urbanus"} +{"id":"G194","strongs_number":"G194","system":"greek","language":"greek","number_value":194,"lemma":"ἄκρατος","transliteration":"ákratos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G2767 (κεράννυμι);","strongs_definition":"undiluted","kjv_definition":"without mixture"} +{"id":"G2962","strongs_number":"G2962","system":"greek","language":"greek","number_value":2962,"lemma":"κύριος","transliteration":"kýrios","pronunciation":null,"derivation":"from (supremacy);","strongs_definition":"supreme in authority, i.e. (as noun) controller; by implication, Master (as a respectful title)","kjv_definition":"God, Lord, master, Sir"} +{"id":"G4563","strongs_number":"G4563","system":"greek","language":"greek","number_value":4563,"lemma":"σαρόω","transliteration":"saróō","pronunciation":null,"derivation":"from a derivative of (to brush off;","strongs_definition":"akin to G4951 (σύρω)); meaning a broom; to sweep","kjv_definition":"sweep"} +{"id":"G1528","strongs_number":"G1528","system":"greek","language":"greek","number_value":1528,"lemma":"εἰσκαλέω","transliteration":"eiskaléō","pronunciation":null,"derivation":"from G1519 (εἰς) and G2564 (καλέω);","strongs_definition":"to invite in","kjv_definition":"call in"} +{"id":"G5048","strongs_number":"G5048","system":"greek","language":"greek","number_value":5048,"lemma":"τελειόω","transliteration":"teleióō","pronunciation":null,"derivation":"from G5046 (τέλειος);","strongs_definition":"to complete, i.e. (literally) accomplish, or (figuratively) consummate (in character)","kjv_definition":"consecrate, finish, fulfil, make) perfect"} +{"id":"G3987","strongs_number":"G3987","system":"greek","language":"greek","number_value":3987,"lemma":"πειράω","transliteration":"peiráō","pronunciation":null,"derivation":"from G3984 (πεῖρα);","strongs_definition":"to test (subjectively), i.e. (reflexively) to attempt","kjv_definition":"assay"} +{"id":"G4980","strongs_number":"G4980","system":"greek","language":"greek","number_value":4980,"lemma":"σχολάζω","transliteration":"scholázō","pronunciation":null,"derivation":"from G4981 (σχολή);","strongs_definition":"to take a holiday, i.e. be at leisure for (by implication, devote oneself wholly to); figuratively, to be vacant (of a house)","kjv_definition":"empty, give self"} +{"id":"G1643","strongs_number":"G1643","system":"greek","language":"greek","number_value":1643,"lemma":"ἐλαύνω","transliteration":"elaúnō","pronunciation":null,"derivation":"a prolonged form of a primary verb (obsolete except in certain tenses as an alternative of this) of uncertain affinity;","strongs_definition":"to push (as wind, oars or dæmonical power)","kjv_definition":"carry, drive, row"} +{"id":"G3811","strongs_number":"G3811","system":"greek","language":"greek","number_value":3811,"lemma":"παιδεύω","transliteration":"paideúō","pronunciation":null,"derivation":"from G3816 (παῖς);","strongs_definition":"to train up a child, i.e. educate, or (by implication), discipline (by punishment)","kjv_definition":"chasten(-ise), instruct, learn, teach"} +{"id":"G2913","strongs_number":"G2913","system":"greek","language":"greek","number_value":2913,"lemma":"Κρήσκης","transliteration":"Krḗskēs","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"growing; Cresces (i.e. Crescens), a Christian","kjv_definition":"Crescens"} +{"id":"G2168","strongs_number":"G2168","system":"greek","language":"greek","number_value":2168,"lemma":"εὐχαριστέω","transliteration":"eucharistéō","pronunciation":null,"derivation":"from G2170 (εὐχάριστος);","strongs_definition":"to be grateful, i.e. (actively) to express gratitude (towards); specially, to say grace at a meal","kjv_definition":"(give) thank(-ful, -s)"} +{"id":"G3583","strongs_number":"G3583","system":"greek","language":"greek","number_value":3583,"lemma":"ξηραίνω","transliteration":"xēraínō","pronunciation":null,"derivation":"from G3584 (ξηρός);","strongs_definition":"to desiccate; by implication, to shrivel, to mature","kjv_definition":"dry up, pine away, be ripe, wither (away)"} +{"id":"G3471","strongs_number":"G3471","system":"greek","language":"greek","number_value":3471,"lemma":"μωραίνω","transliteration":"mōraínō","pronunciation":null,"derivation":"from G3474 (μωρός);","strongs_definition":"to become insipid; figuratively, to make (passively, act) as a simpleton","kjv_definition":"become fool, make foolish, lose savour"} +{"id":"G1013","strongs_number":"G1013","system":"greek","language":"greek","number_value":1013,"lemma":"βούλημα","transliteration":"boúlēma","pronunciation":null,"derivation":"from G1014 (βούλομαι);","strongs_definition":"a resolve","kjv_definition":"purpose, will"} +{"id":"G1231","strongs_number":"G1231","system":"greek","language":"greek","number_value":1231,"lemma":"διαγινώσκω","transliteration":"diaginṓskō","pronunciation":null,"derivation":"from G1223 (διά) and G1097 (γινώσκω);","strongs_definition":"to know thoroughly, i.e. ascertain exactly","kjv_definition":"(would) enquire, know the uttermost"} +{"id":"G2163","strongs_number":"G2163","system":"greek","language":"greek","number_value":2163,"lemma":"εὔφημος","transliteration":"eúphēmos","pronunciation":null,"derivation":"from G2095 (εὖ) and G5345 (φήμη);","strongs_definition":"well spoken of, i.e. reputable","kjv_definition":"of good report"} +{"id":"G1657","strongs_number":"G1657","system":"greek","language":"greek","number_value":1657,"lemma":"ἐλευθερία","transliteration":"eleuthería","pronunciation":null,"derivation":"from G1658 (ἐλεύθερος);","strongs_definition":"freedom (legitimate or licentious, chiefly moral or ceremonial)","kjv_definition":"liberty"} +{"id":"G76","strongs_number":"G76","system":"greek","language":"greek","number_value":76,"lemma":"Ἀδάμ","transliteration":"Adám","pronunciation":null,"derivation":"of Hebrew origin (H0121);","strongs_definition":"Adam, the first man; typically (of Jesus) man (as his representative)","kjv_definition":"Adam"} +{"id":"G946","strongs_number":"G946","system":"greek","language":"greek","number_value":946,"lemma":"βδέλυγμα","transliteration":"bdélygma","pronunciation":null,"derivation":"from G948 (βδελύσσω);","strongs_definition":"a detestation, i.e. (specially) idolatry","kjv_definition":"abomination"} +{"id":"G3181","strongs_number":"G3181","system":"greek","language":"greek","number_value":3181,"lemma":"μεθόριος","transliteration":"methórios","pronunciation":null,"derivation":"from G3326 (μετά) and G3725 (ὅριον);","strongs_definition":"bounded alongside, i.e. contiguous (neuter plural as noun, frontier)","kjv_definition":"border"} +{"id":"G1149","strongs_number":"G1149","system":"greek","language":"greek","number_value":1149,"lemma":"Δαλματία","transliteration":"Dalmatía","pronunciation":null,"derivation":"probably of foreign derivation;","strongs_definition":"Dalmatia, a region of Europe","kjv_definition":"Dalmatia"} +{"id":"G1017","strongs_number":"G1017","system":"greek","language":"greek","number_value":1017,"lemma":"βραβεῖον","transliteration":"brabeîon","pronunciation":null,"derivation":"from (an umpire of uncertain derivation);","strongs_definition":"an award (of arbitration), i.e. (specially) a prize in the public games","kjv_definition":"prize"} +{"id":"G2609","strongs_number":"G2609","system":"greek","language":"greek","number_value":2609,"lemma":"κατάγω","transliteration":"katágō","pronunciation":null,"derivation":"from G2596 (κατά) and G71 (ἄγω);","strongs_definition":"to lead down; specially, to moor a vessel","kjv_definition":"bring (down, forth), (bring to) land, touch"} +{"id":"G4557","strongs_number":"G4557","system":"greek","language":"greek","number_value":4557,"lemma":"σαρδόνυξ","transliteration":"sardónyx","pronunciation":null,"derivation":"from the base of G4556 (σάρδιος) and (the nail of a finger;","strongs_definition":"hence the \"onyx\" stone); a \"sardonyx\", i.e. the gem so called","kjv_definition":"sardonyx"} +{"id":"G4569","strongs_number":"G4569","system":"greek","language":"greek","number_value":4569,"lemma":"Σαῦλος","transliteration":"Saûlos","pronunciation":null,"derivation":"of Hebrew origin, the same as G4549 (Σαούλ);","strongs_definition":"Saulus (i.e. Shaul), the Jewish name of Paul","kjv_definition":"Saul"} +{"id":"G3046","strongs_number":"G3046","system":"greek","language":"greek","number_value":3046,"lemma":"λίτρα","transliteration":"lítra","pronunciation":null,"derivation":"of Latin origin (libra);","strongs_definition":"a pound in weight","kjv_definition":"pound"} +{"id":"G476","strongs_number":"G476","system":"greek","language":"greek","number_value":476,"lemma":"ἀντίδικος","transliteration":"antídikos","pronunciation":null,"derivation":"from G473 (ἀντί) and G1349 (δίκη);","strongs_definition":"an opponent (in a lawsuit); specially, Satan (as the arch-enemy)","kjv_definition":"adversary"} +{"id":"G1752","strongs_number":"G1752","system":"greek","language":"greek","number_value":1752,"lemma":"ἕνεκα","transliteration":"héneka","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"on account of","kjv_definition":"because, for (cause, sake), (where-)fore, by reason of, that"} +{"id":"G1289","strongs_number":"G1289","system":"greek","language":"greek","number_value":1289,"lemma":"διασπείρω","transliteration":"diaspeírō","pronunciation":null,"derivation":"from G1223 (διά) and G4687 (σπείρω);","strongs_definition":"to sow throughout, i.e. (figuratively) distribute in foreign lands","kjv_definition":"scatter abroad"} +{"id":"G6","strongs_number":"G6","system":"greek","language":"greek","number_value":6,"lemma":"Ἄβελ","transliteration":"Ábel","pronunciation":null,"derivation":"of Hebrew origin (H01893);","strongs_definition":"Abel, the son of Adam","kjv_definition":"Abel"} +{"id":"G1317","strongs_number":"G1317","system":"greek","language":"greek","number_value":1317,"lemma":"διδακτικός","transliteration":"didaktikós","pronunciation":null,"derivation":"from G1318 (διδακτός);","strongs_definition":"instructive (\"didactic\")","kjv_definition":"apt to teach"} +{"id":"G2502","strongs_number":"G2502","system":"greek","language":"greek","number_value":2502,"lemma":"Ἰωσίας","transliteration":"Iōsías","pronunciation":null,"derivation":"of Hebrew origin (H02977);","strongs_definition":"Josias (i.e. Joshiah), an Israelite","kjv_definition":"Josias"} +{"id":"G2052","strongs_number":"G2052","system":"greek","language":"greek","number_value":2052,"lemma":"ἐριθεία","transliteration":"eritheía","pronunciation":null,"derivation":"perhaps as the same as G2042 (ἐρεθίζω);","strongs_definition":"properly, intrigue, i.e. (by implication) faction","kjv_definition":"contention(-ious), strife"} +{"id":"G4713","strongs_number":"G4713","system":"greek","language":"greek","number_value":4713,"lemma":"στάμνος","transliteration":"stámnos","pronunciation":null,"derivation":"from the base of G2476 (ἵστημι) (as stationary);","strongs_definition":"a jar or earthen tank","kjv_definition":"pot"} +{"id":"G3059","strongs_number":"G3059","system":"greek","language":"greek","number_value":3059,"lemma":"λοιδορία","transliteration":"loidoría","pronunciation":null,"derivation":"from G3060 (λοίδορος);","strongs_definition":"slander or vituperation","kjv_definition":"railing, reproach(-fully)"} +{"id":"G5050","strongs_number":"G5050","system":"greek","language":"greek","number_value":5050,"lemma":"τελείωσις","transliteration":"teleíōsis","pronunciation":null,"derivation":"from G5448 (φυσιόω);","strongs_definition":"(the act) completion, i.e. (of prophecy) verification, or (of expiation) absolution","kjv_definition":"perfection, performance"} +{"id":"G4848","strongs_number":"G4848","system":"greek","language":"greek","number_value":4848,"lemma":"συμπορεύομαι","transliteration":"symporeúomai","pronunciation":null,"derivation":"from G4862 (σύν) and G4198 (πορεύομαι);","strongs_definition":"to journey together; by implication, to assemble","kjv_definition":"go with, resort"} +{"id":"G1479","strongs_number":"G1479","system":"greek","language":"greek","number_value":1479,"lemma":"ἐθελοθρησκεία","transliteration":"ethelothrēskeía","pronunciation":null,"derivation":"from G2309 (θέλω) and G2356 (θρησκεία);","strongs_definition":"voluntary (arbitrary and unwarranted) piety, i.e. sanctimony","kjv_definition":"will worship"} +{"id":"G2395","strongs_number":"G2395","system":"greek","language":"greek","number_value":2395,"lemma":"ἰατρός","transliteration":"iatrós","pronunciation":null,"derivation":"from G2390 (ἰάομαι);","strongs_definition":"a physician","kjv_definition":"physician"} +{"id":"G1041","strongs_number":"G1041","system":"greek","language":"greek","number_value":1041,"lemma":"βωμός","transliteration":"bōmós","pronunciation":null,"derivation":"from the base of G939 (βάσις);","strongs_definition":"properly, a stand, i.e. (specially) an altar","kjv_definition":"altar"} +{"id":"G1261","strongs_number":"G1261","system":"greek","language":"greek","number_value":1261,"lemma":"διαλογισμός","transliteration":"dialogismós","pronunciation":null,"derivation":"from G1260 (διαλογίζομαι);","strongs_definition":"discussion, i.e. (internal) consideration (by implication, purpose), or (external) debate","kjv_definition":"dispute, doubtful(-ing), imagination, reasoning, thought"} +{"id":"G1873","strongs_number":"G1873","system":"greek","language":"greek","number_value":1873,"lemma":"ἐπακούω","transliteration":"epakoúō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G191 (ἀκούω);","strongs_definition":"to hearken (favorably) to","kjv_definition":"hear"} +{"id":"G1865","strongs_number":"G1865","system":"greek","language":"greek","number_value":1865,"lemma":"ἐπαθροίζω","transliteration":"epathroízō","pronunciation":null,"derivation":"from G1909 (ἐπί) and (to assemble);","strongs_definition":"to accumulate","kjv_definition":"gather thick together"} +{"id":"G516","strongs_number":"G516","system":"greek","language":"greek","number_value":516,"lemma":"ἀξίως","transliteration":"axíōs","pronunciation":null,"derivation":"adverb from G514 (ἄξιος);","strongs_definition":"appropriately","kjv_definition":"as becometh, after a godly sort, worthily(-thy)"} +{"id":"G5346","strongs_number":"G5346","system":"greek","language":"greek","number_value":5346,"lemma":"φημί","transliteration":"phēmí","pronunciation":null,"derivation":"properly, the same as the base of G5457 (φῶς) and G5316 (φαίνω);","strongs_definition":"to show or make known one's thoughts, i.e. speak or say","kjv_definition":"affirm, say"} +{"id":"G4107","strongs_number":"G4107","system":"greek","language":"greek","number_value":4107,"lemma":"πλανήτης","transliteration":"planḗtēs","pronunciation":null,"derivation":"from G4108 (πλάνος);","strongs_definition":"a rover (\"planet\"), i.e. (figuratively) an erratic teacher","kjv_definition":"wandering"} +{"id":"G3929","strongs_number":"G3929","system":"greek","language":"greek","number_value":3929,"lemma":"πάρεσις","transliteration":"páresis","pronunciation":null,"derivation":"from G2935 (κτήτωρ);","strongs_definition":"praetermission, i.e. toleration","kjv_definition":"remission"} +{"id":"G4396","strongs_number":"G4396","system":"greek","language":"greek","number_value":4396,"lemma":"προφήτης","transliteration":"prophḗtēs","pronunciation":null,"derivation":"from a compound of G4253 (πρό) and G5346 (φημί);","strongs_definition":"a foreteller (\"prophet\"); by analogy, an inspired speaker; by extension, a poet","kjv_definition":"prophet"} +{"id":"G4643","strongs_number":"G4643","system":"greek","language":"greek","number_value":4643,"lemma":"σκληρότης","transliteration":"sklērótēs","pronunciation":null,"derivation":"from G4642 (σκληρός);","strongs_definition":"callousness, i.e. (figuratively) stubbornness","kjv_definition":"hardness"} +{"id":"G5429","strongs_number":"G5429","system":"greek","language":"greek","number_value":5429,"lemma":"φρόνιμος","transliteration":"phrónimos","pronunciation":null,"derivation":"from G5424 (φρήν);","strongs_definition":"thoughtful, i.e. sagacious or discreet (implying a cautious character; while G4680 (σοφός) denotes practical skill or acumen; and G4908 (συνετός) indicates rather intelligence or mental acquirement); in a bad sense conceited (also in the comparative)","kjv_definition":"wise(-r)"} +{"id":"G5619","strongs_number":"G5619","system":"greek","language":"greek","number_value":5619,"lemma":"ὡσπερεί","transliteration":"hōspereí","pronunciation":null,"derivation":"from G5618 (ὥσπερ) and G1487 (εἰ);","strongs_definition":"just as if, i.e. as it were","kjv_definition":"as"} +{"id":"G5560","strongs_number":"G5560","system":"greek","language":"greek","number_value":5560,"lemma":"χωλός","transliteration":"chōlós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"\"halt\", i.e. limping","kjv_definition":"cripple, halt, lame"} +{"id":"G2663","strongs_number":"G2663","system":"greek","language":"greek","number_value":2663,"lemma":"κατάπαυσις","transliteration":"katápausis","pronunciation":null,"derivation":"from G2664 (καταπαύω);","strongs_definition":"reposing down, i.e. (by Hebraism) abode","kjv_definition":"rest"} +{"id":"G4675","strongs_number":"G4675","system":"greek","language":"greek","number_value":4675,"lemma":"σοῦ","transliteration":"soû","pronunciation":null,"derivation":"genitive case of G4771 (σύ);","strongs_definition":"of thee, thy","kjv_definition":"X home, thee, thine (own), thou, thy"} +{"id":"G4003","strongs_number":"G4003","system":"greek","language":"greek","number_value":4003,"lemma":"πεντεκαιδέκατος","transliteration":"pentekaidékatos","pronunciation":null,"derivation":"from G4002 (πέντε) and G2532 (καί) and G1182 (δέκατος);","strongs_definition":"five and tenth","kjv_definition":"fifteenth"} +{"id":"G5027","strongs_number":"G5027","system":"greek","language":"greek","number_value":5027,"lemma":"ταφή","transliteration":"taphḗ","pronunciation":null,"derivation":"feminine from G2290 (θάπτω);","strongs_definition":"burial (the act)","kjv_definition":"X bury"} +{"id":"G4038","strongs_number":"G4038","system":"greek","language":"greek","number_value":4038,"lemma":"πέριξ","transliteration":"périx","pronunciation":null,"derivation":"adverb from G4012 (περί);","strongs_definition":"all around, i.e. (as an adjective) circumjacent","kjv_definition":"round about"} +{"id":"G685","strongs_number":"G685","system":"greek","language":"greek","number_value":685,"lemma":"ἀρά","transliteration":"ará","pronunciation":null,"derivation":"probably from G142 (αἴρω);","strongs_definition":"properly, prayer (as lifted to Heaven), i.e. (by implication) imprecation","kjv_definition":"curse"} +{"id":"G296","strongs_number":"G296","system":"greek","language":"greek","number_value":296,"lemma":"ἄμφοδον","transliteration":"ámphodon","pronunciation":null,"derivation":"from the base of G297 (ἀμφότερος) and G3598 (ὁδός);","strongs_definition":"a fork in the road","kjv_definition":"where two ways meet"} +{"id":"G4477","strongs_number":"G4477","system":"greek","language":"greek","number_value":4477,"lemma":"Ῥαχάβ","transliteration":"Rhacháb","pronunciation":null,"derivation":"from the same as G4460 (Ῥαάβ);","strongs_definition":"Rachab, a Canaanitess","kjv_definition":"Rachab"} +{"id":"G149","strongs_number":"G149","system":"greek","language":"greek","number_value":149,"lemma":"αἰσχρόν","transliteration":"aischrón","pronunciation":null,"derivation":"neuter of G150 (αἰσχρός);","strongs_definition":"a shameful thing, i.e. indecorum","kjv_definition":"shame"} +{"id":"G4777","strongs_number":"G4777","system":"greek","language":"greek","number_value":4777,"lemma":"συγκακοπαθέω","transliteration":"synkakopathéō","pronunciation":null,"derivation":"from G4862 (σύν) and G2553 (κακοπαθέω);","strongs_definition":"to suffer hardship in company with","kjv_definition":"be partaker of afflictions"} +{"id":"G1726","strongs_number":"G1726","system":"greek","language":"greek","number_value":1726,"lemma":"ἐναντίον","transliteration":"enantíon","pronunciation":null,"derivation":"neuter of G1727 (ἐναντίος);","strongs_definition":"(adverbially) in the presence (view) of","kjv_definition":"before, in the presence of"} +{"id":"G1065","strongs_number":"G1065","system":"greek","language":"greek","number_value":1065,"lemma":"γέ","transliteration":"gé","pronunciation":null,"derivation":"a primary particle of emphasis or qualification (often used with other particles prefixed)","strongs_definition":null,"kjv_definition":"and besides, doubtless, at least, yet"} +{"id":"G5133","strongs_number":"G5133","system":"greek","language":"greek","number_value":5133,"lemma":"τραπεζίτης","transliteration":"trapezítēs","pronunciation":null,"derivation":"from G5132 (τράπεζα);","strongs_definition":"a money-broker or banker","kjv_definition":"exchanger"} +{"id":"G4872","strongs_number":"G4872","system":"greek","language":"greek","number_value":4872,"lemma":"συναναβαίνω","transliteration":"synanabaínō","pronunciation":null,"derivation":"from G4862 (σύν) and G305 (ἀναβαίνω);","strongs_definition":"to ascend in company with","kjv_definition":"come up with"} +{"id":"G1544","strongs_number":"G1544","system":"greek","language":"greek","number_value":1544,"lemma":"ἐκβάλλω","transliteration":"ekbállō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G906 (βάλλω);","strongs_definition":"to eject (literally or figuratively)","kjv_definition":"bring forth, cast (forth, out), drive (out), expel, leave, pluck (pull, take, thrust) out, put forth (out), send away (forth, out)"} +{"id":"G3637","strongs_number":"G3637","system":"greek","language":"greek","number_value":3637,"lemma":"ὀκταήμερος","transliteration":"oktaḗmeros","pronunciation":null,"derivation":"from G3638 (ὀκτώ) and G2250 (ἡμέρα);","strongs_definition":"an eight-day old person or act","kjv_definition":"the eighth day"} +{"id":"G984","strongs_number":"G984","system":"greek","language":"greek","number_value":984,"lemma":"βλάπτω","transliteration":"bláptō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"properly, to hinder, i.e. (by implication) to injure","kjv_definition":"hurt"} +{"id":"G1550","strongs_number":"G1550","system":"greek","language":"greek","number_value":1550,"lemma":"ἐκδαπανάω","transliteration":"ekdapanáō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1159 (δαπανάω);","strongs_definition":"to expend (wholly), i.e. (figuratively) exhaust","kjv_definition":"spend"} +{"id":"G1758","strongs_number":"G1758","system":"greek","language":"greek","number_value":1758,"lemma":"ἐνέχω","transliteration":"enéchō","pronunciation":null,"derivation":"from G1722 (ἐν) and G2192 (ἔχω);","strongs_definition":"to hold in or upon, i.e. ensnare; by implication, to keep a grudge","kjv_definition":"entangle with, have a quarrel against, urge"} +{"id":"G4074","strongs_number":"G4074","system":"greek","language":"greek","number_value":4074,"lemma":"Πέτρος","transliteration":"Pétros","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a (piece of) rock (larger than G3037 (λίθος)); as a name, Petrus, an apostle","kjv_definition":"Peter, rock"} +{"id":"G5496","strongs_number":"G5496","system":"greek","language":"greek","number_value":5496,"lemma":"χειραγωγέω","transliteration":"cheiragōgéō","pronunciation":null,"derivation":"from G5497 (χειραγωγός);","strongs_definition":"to be a hand-leader, i.e. to guide (a blind person)","kjv_definition":"lead by the hand"} +{"id":"G2114","strongs_number":"G2114","system":"greek","language":"greek","number_value":2114,"lemma":"εὐθυμέω","transliteration":"euthyméō","pronunciation":null,"derivation":"from G2115 (εὔθυμος);","strongs_definition":"to cheer up, i.e. (intransitively) be cheerful; neuter comparative (adverbially) more cheerfully","kjv_definition":"be of good cheer (merry)"} +{"id":"G1441","strongs_number":"G1441","system":"greek","language":"greek","number_value":1441,"lemma":"ἑβδομηκοντάκις","transliteration":"hebdomēkontákis","pronunciation":null,"derivation":"multiple adverb from G1440 (ἑβδομήκοντα);","strongs_definition":"seventy times","kjv_definition":"seventy times"} +{"id":"G726","strongs_number":"G726","system":"greek","language":"greek","number_value":726,"lemma":"ἁρπάζω","transliteration":"harpázō","pronunciation":null,"derivation":"from a derivative of G138 (αἱρέομαι);","strongs_definition":"to seize (in various applications)","kjv_definition":"catch (away, up), pluck, pull, take (by force)"} +{"id":"G3820","strongs_number":"G3820","system":"greek","language":"greek","number_value":3820,"lemma":"παλαιός","transliteration":"palaiós","pronunciation":null,"derivation":"from G3819 (πάλαι);","strongs_definition":"antique, i.e. not recent, worn out","kjv_definition":"old"} +{"id":"G3665","strongs_number":"G3665","system":"greek","language":"greek","number_value":3665,"lemma":"ὁμοιότης","transliteration":"homoiótēs","pronunciation":null,"derivation":"from G3664 (ὅμοιος);","strongs_definition":"resemblance","kjv_definition":"like as, similitude"} +{"id":"G3450","strongs_number":"G3450","system":"greek","language":"greek","number_value":3450,"lemma":"μοῦ","transliteration":"moû","pronunciation":null,"derivation":"the simpler form of G1700 (ἐμοῦ);","strongs_definition":"of me","kjv_definition":"I, me, mine (own), my"} +{"id":"G3508","strongs_number":"G3508","system":"greek","language":"greek","number_value":3508,"lemma":"Νεφθαλείμ","transliteration":"Nephthaleím","pronunciation":null,"derivation":"of Hebrew origin (H05321);","strongs_definition":"Nephthaleim (i.e. Naphthali), a tribe in Palestine","kjv_definition":"Nephthalim"} +{"id":"G4843","strongs_number":"G4843","system":"greek","language":"greek","number_value":4843,"lemma":"συμπεριλαμβάνω","transliteration":"symperilambánō","pronunciation":null,"derivation":"from G4862 (σύν) and a compound of G4012 (περί) and G2983 (λαμβάνω);","strongs_definition":"to take by enclosing altogether, i.e. earnestly throw the arms about one","kjv_definition":"embrace"} +{"id":"G2636","strongs_number":"G2636","system":"greek","language":"greek","number_value":2636,"lemma":"καταλαλία","transliteration":"katalalía","pronunciation":null,"derivation":"from G2637 (κατάλαλος);","strongs_definition":"defamation","kjv_definition":"backbiting, evil speaking"} +{"id":"G3058","strongs_number":"G3058","system":"greek","language":"greek","number_value":3058,"lemma":"λοιδορέω","transliteration":"loidoréō","pronunciation":null,"derivation":"from G3060 (λοίδορος);","strongs_definition":"to reproach, i.e. vilify","kjv_definition":"revile"} +{"id":"G1767","strongs_number":"G1767","system":"greek","language":"greek","number_value":1767,"lemma":"ἐννέα","transliteration":"ennéa","pronunciation":null,"derivation":"a primary number;","strongs_definition":"nine","kjv_definition":"nine"} +{"id":"G2672","strongs_number":"G2672","system":"greek","language":"greek","number_value":2672,"lemma":"καταράομαι","transliteration":"kataráomai","pronunciation":null,"derivation":"middle voice from G2671 (κατάρα);","strongs_definition":"to execrate; by analogy, to doom","kjv_definition":"curse"} +{"id":"G4460","strongs_number":"G4460","system":"greek","language":"greek","number_value":4460,"lemma":"Ῥαάβ","transliteration":"Rhaáb","pronunciation":null,"derivation":"of Hebrew origin (G7343);","strongs_definition":"Raab (i.e. Rachab), a Canaanitess","kjv_definition":"Rahab"} +{"id":"G2457","strongs_number":"G2457","system":"greek","language":"greek","number_value":2457,"lemma":"Ἰούλιος","transliteration":"Ioúlios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Julius, a centurion","kjv_definition":"Julius"} +{"id":"G3107","strongs_number":"G3107","system":"greek","language":"greek","number_value":3107,"lemma":"μακάριος","transliteration":"makários","pronunciation":null,"derivation":"a prolonged form of the poetical (meaning the same);","strongs_definition":"supremely blest; by extension, fortunate, well off","kjv_definition":"blessed, happy(X -ier)"} +{"id":"G1026","strongs_number":"G1026","system":"greek","language":"greek","number_value":1026,"lemma":"βρέχω","transliteration":"bréchō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to moisten (especially by a shower)","kjv_definition":"(send) rain, wash"} +{"id":"G632","strongs_number":"G632","system":"greek","language":"greek","number_value":632,"lemma":"ἀπονέμω","transliteration":"aponémō","pronunciation":null,"derivation":"from G575 (ἀπό) and the base of G3551 (νόμος);","strongs_definition":"to apportion, i.e. bestow","kjv_definition":"give"} +{"id":"G115","strongs_number":"G115","system":"greek","language":"greek","number_value":115,"lemma":"ἀθέτησις","transliteration":"athétēsis","pronunciation":null,"derivation":"from G114 (ἀθετέω);","strongs_definition":"cancellation (literally or figuratively)","kjv_definition":"disannulling, put away"} +{"id":"G3852","strongs_number":"G3852","system":"greek","language":"greek","number_value":3852,"lemma":"παραγγελία","transliteration":"parangelía","pronunciation":null,"derivation":"from G3853 (παραγγέλλω);","strongs_definition":"a mandate","kjv_definition":"charge, command"} +{"id":"G4504","strongs_number":"G4504","system":"greek","language":"greek","number_value":4504,"lemma":"Ῥοῦφος","transliteration":"Rhoûphos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"red; Rufus, a Christian","kjv_definition":"Rufus"} +{"id":"G4803","strongs_number":"G4803","system":"greek","language":"greek","number_value":4803,"lemma":"συζήτησις","transliteration":"syzḗtēsis","pronunciation":null,"derivation":"from G4802 (συζητέω);","strongs_definition":"mutual questioning, i.e. discussion","kjv_definition":"disputation(-ting), reasoning"} +{"id":"G1446","strongs_number":"G1446","system":"greek","language":"greek","number_value":1446,"lemma":"Ἑβραΐς","transliteration":"Hebraḯs","pronunciation":null,"derivation":"from G1443 (Ἐβέρ);","strongs_definition":"the Hebraistic (Hebrew) or Jewish (Chaldee) language","kjv_definition":"Hebrew"} +{"id":"G3646","strongs_number":"G3646","system":"greek","language":"greek","number_value":3646,"lemma":"ὁλοκαύτωμα","transliteration":"holokaútōma","pronunciation":null,"derivation":"from a derivative of a compound of G3650 (ὅλος) and a derivative of G2545 (καίω);","strongs_definition":"a wholly-consumed sacrifice (\"holocaust\")","kjv_definition":"(whole) burnt offering"} +{"id":"G2903","strongs_number":"G2903","system":"greek","language":"greek","number_value":2903,"lemma":"κράτιστος","transliteration":"krátistos","pronunciation":null,"derivation":"superlative of a derivative of G2904 (κράτος);","strongs_definition":"strongest, i.e. (in dignity) very honorable","kjv_definition":"most excellent (noble)"} +{"id":"G1486","strongs_number":"G1486","system":"greek","language":"greek","number_value":1486,"lemma":"ἔθω","transliteration":"éthō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to be used (by habit or conventionality); neuter perfect participle usage","kjv_definition":"be custom (manner, wont)"} +{"id":"G3631","strongs_number":"G3631","system":"greek","language":"greek","number_value":3631,"lemma":"οἶνος","transliteration":"oînos","pronunciation":null,"derivation":"a primary word (or perhaps of Hebrew origin (H03196));","strongs_definition":"\"wine\" (literally or figuratively)","kjv_definition":"wine"} +{"id":"G1853","strongs_number":"G1853","system":"greek","language":"greek","number_value":1853,"lemma":"ἔξυπνος","transliteration":"éxypnos","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5258 (ὕπνος);","strongs_definition":"awake","kjv_definition":"X out of sleep"} +{"id":"G2526","strongs_number":"G2526","system":"greek","language":"greek","number_value":2526,"lemma":"καθό","transliteration":"kathó","pronunciation":null,"derivation":"from G2596 (κατά) and G3739 (ὅς);","strongs_definition":"according to which thing, i.e. precisely as, in proportion as","kjv_definition":"according to that, (inasmuch) as"} +{"id":"G2579","strongs_number":"G2579","system":"greek","language":"greek","number_value":2579,"lemma":"κἄν","transliteration":"kán","pronunciation":null,"derivation":"from G2532 (καί) and G1437 (ἐάν);","strongs_definition":"and (or even) if","kjv_definition":"and (also) if (so much as), if but, at the least, though, yet"} +{"id":"G746","strongs_number":"G746","system":"greek","language":"greek","number_value":746,"lemma":"ἀρχή","transliteration":"archḗ","pronunciation":null,"derivation":"from G756 (ἄρχομαι);","strongs_definition":"(properly abstract) a commencement, or (concretely) chief (in various applications of order, time, place, or rank)","kjv_definition":"beginning, corner, (at the, the) first (estate), magistrate, power, principality, principle, rule"} +{"id":"G1095","strongs_number":"G1095","system":"greek","language":"greek","number_value":1095,"lemma":"γηράσκω","transliteration":"gēráskō","pronunciation":null,"derivation":"from G1094 (γῆρας);","strongs_definition":"to be senescent","kjv_definition":"be (wax) old"} +{"id":"G3676","strongs_number":"G3676","system":"greek","language":"greek","number_value":3676,"lemma":"ὅμως","transliteration":"hómōs","pronunciation":null,"derivation":"adverb from the base of G3674 (ὁμοῦ);","strongs_definition":"at the same time, i.e. (conjunctionally) notwithstanding, yet still","kjv_definition":"and even, nevertheless, though but"} +{"id":"G3132","strongs_number":"G3132","system":"greek","language":"greek","number_value":3132,"lemma":"μαντεύομαι","transliteration":"manteúomai","pronunciation":null,"derivation":"from a derivative of G3105 (μαίνομαι) (meaning a prophet, as supposed to rave through inspiration);","strongs_definition":"to divine, i.e. utter spells (under pretense of foretelling","kjv_definition":"by soothsaying"} +{"id":"G2735","strongs_number":"G2735","system":"greek","language":"greek","number_value":2735,"lemma":"κατόρθωμα","transliteration":"katórthōma","pronunciation":null,"derivation":"from a compound of G2596 (κατά) and a derivative of G3717 (ὀρθός) (compare G1357 (διόρθωσις));","strongs_definition":"something made fully upright, i.e. (figuratively) rectification (specially, good public administration)","kjv_definition":"very worthy deed"} +{"id":"G4305","strongs_number":"G4305","system":"greek","language":"greek","number_value":4305,"lemma":"προμεριμνάω","transliteration":"promerimnáō","pronunciation":null,"derivation":"from G4253 (πρό) and G3309 (μεριμνάω);","strongs_definition":"to care (anxiously) in advance","kjv_definition":"take thought beforehand"} +{"id":"G169","strongs_number":"G169","system":"greek","language":"greek","number_value":169,"lemma":"ἀκάθαρτος","transliteration":"akáthartos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G2508 (καθαίρω) (meaning cleansed);","strongs_definition":"impure (ceremonially, morally (lewd) or specially, (demonic))","kjv_definition":"foul, unclean"} +{"id":"G1813","strongs_number":"G1813","system":"greek","language":"greek","number_value":1813,"lemma":"ἐξαλείφω","transliteration":"exaleíphō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G218 (ἀλείφω);","strongs_definition":"to smear out, i.e. obliterate (erase tears, figuratively, pardon sin)","kjv_definition":"blot out, wipe away"} +{"id":"G1862","strongs_number":"G1862","system":"greek","language":"greek","number_value":1862,"lemma":"ἐπάγγελμα","transliteration":"epángelma","pronunciation":null,"derivation":"from G1861 (ἐπαγγέλλω);","strongs_definition":"a self-committal (by assurance of conferring some good)","kjv_definition":"promise"} +{"id":"G944","strongs_number":"G944","system":"greek","language":"greek","number_value":944,"lemma":"βάτραχος","transliteration":"bátrachos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a frog","kjv_definition":"frog"} +{"id":"G157","strongs_number":"G157","system":"greek","language":"greek","number_value":157,"lemma":"αἰτίαμα","transliteration":"aitíama","pronunciation":null,"derivation":"from a derivative of G156 (αἰτία);","strongs_definition":"a thing charged","kjv_definition":"complaint"} +{"id":"G790","strongs_number":"G790","system":"greek","language":"greek","number_value":790,"lemma":"ἀστατέω","transliteration":"astatéō","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G2476 (ἵστημι);","strongs_definition":"to be non-stationary, i.e. (figuratively) homeless","kjv_definition":"have no certain dwelling-place"} +{"id":"G616","strongs_number":"G616","system":"greek","language":"greek","number_value":616,"lemma":"ἀποκυέω","transliteration":"apokyéō","pronunciation":null,"derivation":"from G575 (ἀπό) and the base of G2949 (κῦμα);","strongs_definition":"to breed forth, i.e. (by transference) to generate (figuratively)","kjv_definition":"beget, produce"} +{"id":"G636","strongs_number":"G636","system":"greek","language":"greek","number_value":636,"lemma":"ἀποπλέω","transliteration":"apopléō","pronunciation":null,"derivation":"from G575 (ἀπό) and G4126 (πλέω);","strongs_definition":"to set sail","kjv_definition":"sail away"} +{"id":"G957","strongs_number":"G957","system":"greek","language":"greek","number_value":957,"lemma":"βελτίον","transliteration":"beltíon","pronunciation":null,"derivation":"neuter of a compound of a derivative of G906 (βάλλω) (used for the comparative of G18 (ἀγαθός));","strongs_definition":"better","kjv_definition":"very well"} +{"id":"G621","strongs_number":"G621","system":"greek","language":"greek","number_value":621,"lemma":"ἀπολείχω","transliteration":"apoleíchō","pronunciation":null,"derivation":"from G575 (ἀπό) and (to \"lick\");","strongs_definition":"to lick clean","kjv_definition":"lick"} +{"id":"G1609","strongs_number":"G1609","system":"greek","language":"greek","number_value":1609,"lemma":"ἐκπτύω","transliteration":"ekptýō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4429 (πτύω);","strongs_definition":"to spit out, i.e. (figuratively) spurn","kjv_definition":"reject"} +{"id":"G2565","strongs_number":"G2565","system":"greek","language":"greek","number_value":2565,"lemma":"καλλιέλαιος","transliteration":"kalliélaios","pronunciation":null,"derivation":"from the base of G2566 (καλλίον) and G1636 (ἐλαία);","strongs_definition":"a cultivated olive tree, i.e. a domesticated or improved one","kjv_definition":"good olive tree"} +{"id":"G375","strongs_number":"G375","system":"greek","language":"greek","number_value":375,"lemma":"ἀναπέμπω","transliteration":"anapémpō","pronunciation":null,"derivation":"from G303 (ἀνά) and G3992 (πέμπω);","strongs_definition":"to send up or back","kjv_definition":"send (again)"} +{"id":"G1823","strongs_number":"G1823","system":"greek","language":"greek","number_value":1823,"lemma":"ἐξαστράπτω","transliteration":"exastráptō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G797 (ἀστράπτω);","strongs_definition":"to lighten forth, i.e. (figuratively) to be radiant (of very white garments)","kjv_definition":"glistening"} +{"id":"G2417","strongs_number":"G2417","system":"greek","language":"greek","number_value":2417,"lemma":"ἱερόσυλος","transliteration":"hierósylos","pronunciation":null,"derivation":"from G2411 (ἱερόν) and G4813 (συλάω);","strongs_definition":"a temple-despoiler","kjv_definition":"robber of churches"} +{"id":"G1766","strongs_number":"G1766","system":"greek","language":"greek","number_value":1766,"lemma":"ἔννατος","transliteration":"énnatos","pronunciation":null,"derivation":"ordinal from G1767 (ἐννέα);","strongs_definition":"ninth","kjv_definition":"ninth"} +{"id":"G1320","strongs_number":"G1320","system":"greek","language":"greek","number_value":1320,"lemma":"διδάσκαλος","transliteration":"didáskalos","pronunciation":null,"derivation":"from G1321 (διδάσκω);","strongs_definition":"an instructor (genitive case or specially)","kjv_definition":"doctor, master, teacher"} +{"id":"G5443","strongs_number":"G5443","system":"greek","language":"greek","number_value":5443,"lemma":"φυλή","transliteration":"phylḗ","pronunciation":null,"derivation":"from G5453 (φύω) (compare G5444 (φύλλον));","strongs_definition":"an offshoot, i.e. race or clan","kjv_definition":"kindred, tribe"} +{"id":"G2622","strongs_number":"G2622","system":"greek","language":"greek","number_value":2622,"lemma":"κατακλάω","transliteration":"katakláō","pronunciation":null,"derivation":"from G2596 (κατά) and G2806 (κλάω);","strongs_definition":"to break down, i.e. divide","kjv_definition":"break"} +{"id":"G3659","strongs_number":"G3659","system":"greek","language":"greek","number_value":3659,"lemma":"ὄμμα","transliteration":"ómma","pronunciation":null,"derivation":"from G3700 (ὀπτάνομαι);","strongs_definition":"a sight, i.e. (by implication) the eye","kjv_definition":"eye"} +{"id":"G1220","strongs_number":"G1220","system":"greek","language":"greek","number_value":1220,"lemma":"δηνάριον","transliteration":"dēnárion","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a denarius (or ten asses)","kjv_definition":"pence, penny(-worth)"} +{"id":"G326","strongs_number":"G326","system":"greek","language":"greek","number_value":326,"lemma":"ἀναζάω","transliteration":"anazáō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2198 (ζάω);","strongs_definition":"to recover life (literally or figuratively)","kjv_definition":"(be a-)live again, revive"} +{"id":"G5069","strongs_number":"G5069","system":"greek","language":"greek","number_value":5069,"lemma":"τετράδιον","transliteration":"tetrádion","pronunciation":null,"derivation":"neuter of a presumed derivative of (a tetrad;","strongs_definition":"from G5064 (τέσσαρες)); a quaternion or squad (picket) of four Roman soldiers","kjv_definition":"quaternion"} +{"id":"G1892","strongs_number":"G1892","system":"greek","language":"greek","number_value":1892,"lemma":"ἐπεγείρω","transliteration":"epegeírō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1453 (ἐγείρω);","strongs_definition":"to rouse upon, i.e. (figuratively) to excite against","kjv_definition":"raise, stir up"} +{"id":"G3817","strongs_number":"G3817","system":"greek","language":"greek","number_value":3817,"lemma":"παίω","transliteration":"paíō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to hit (as if by a single blow and less violently than G5180 (τύπτω)); specially, to sting (as a scorpion)","kjv_definition":"smite, strike"} +{"id":"G1757","strongs_number":"G1757","system":"greek","language":"greek","number_value":1757,"lemma":"ἐνευλογέω","transliteration":"eneulogéō","pronunciation":null,"derivation":"from G1722 (ἐν) and G2127 (εὐλογέω);","strongs_definition":"to confer a benefit on","kjv_definition":"bless"} +{"id":"G3914","strongs_number":"G3914","system":"greek","language":"greek","number_value":3914,"lemma":"παραχειμάζω","transliteration":"paracheimázō","pronunciation":null,"derivation":"from G3844 (παρά) and G5492 (χειμάζω);","strongs_definition":"to winter near, i.e. stay with over the rainy season","kjv_definition":"winter"} +{"id":"G653","strongs_number":"G653","system":"greek","language":"greek","number_value":653,"lemma":"ἀποστοματίζω","transliteration":"apostomatízō","pronunciation":null,"derivation":"from G575 (ἀπό) and a (presumed) derivative of G4750 (στόμα);","strongs_definition":"to speak off-hand (properly, dictate), i.e. to catechize (in an invidious manner)","kjv_definition":"provoke to speak"} +{"id":"G285","strongs_number":"G285","system":"greek","language":"greek","number_value":285,"lemma":"ἄμμος","transliteration":"ámmos","pronunciation":null,"derivation":"perhaps from G260 (ἅμα);","strongs_definition":"sand (as heaped on the beach)","kjv_definition":"sand"} +{"id":"G1584","strongs_number":"G1584","system":"greek","language":"greek","number_value":1584,"lemma":"ἐκλάμπω","transliteration":"eklámpō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2989 (λάμπω);","strongs_definition":"to be resplendent","kjv_definition":"shine forth"} +{"id":"G4","strongs_number":"G4","system":"greek","language":"greek","number_value":4,"lemma":"ἀβαρής","transliteration":"abarḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G922 (βάρος);","strongs_definition":"weightless, i.e. (figuratively) not burdensome","kjv_definition":"from being burdensome"} +{"id":"G4814","strongs_number":"G4814","system":"greek","language":"greek","number_value":4814,"lemma":"συλλαλέω","transliteration":"syllaléō","pronunciation":null,"derivation":"from G4862 (σύν) and G2980 (λαλέω);","strongs_definition":"to talk together, i.e. converse","kjv_definition":"commune (confer, talk) with, speak among"} +{"id":"G4277","strongs_number":"G4277","system":"greek","language":"greek","number_value":4277,"lemma":"προέπω","transliteration":"proépō","pronunciation":null,"derivation":"from G4253 (πρό) and G2036 (ἔπω);","strongs_definition":"to say already, to predict","kjv_definition":"forewarn, say (speak, tell) before"} +{"id":"G2504","strongs_number":"G2504","system":"greek","language":"greek","number_value":2504,"lemma":"κἀγώ","transliteration":"kagṓ","pronunciation":null,"derivation":"from G2532 (καί) and G1473 (ἐγώ);","strongs_definition":"so also the dative case , and accusative case and (or also, even, etc.) I, (to) me","kjv_definition":"(and, even, even so, so) I (also, in like wise), both me, me also"} +{"id":"G1637","strongs_number":"G1637","system":"greek","language":"greek","number_value":1637,"lemma":"ἔλαιον","transliteration":"élaion","pronunciation":null,"derivation":"neuter of the same as G1636 (ἐλαία);","strongs_definition":"olive oil","kjv_definition":"oil"} +{"id":"G3039","strongs_number":"G3039","system":"greek","language":"greek","number_value":3039,"lemma":"λικμάω","transliteration":"likmáō","pronunciation":null,"derivation":"from , the equivalent of (a winnowing fan or basket);","strongs_definition":"to winnow, i.e. (by analogy), to triturate","kjv_definition":"grind to powder"} +{"id":"G4030","strongs_number":"G4030","system":"greek","language":"greek","number_value":4030,"lemma":"περικεφαλαία","transliteration":"perikephalaía","pronunciation":null,"derivation":"feminine of a compound of G4012 (περί) and G2776 (κεφαλή);","strongs_definition":"encirclement of the head, i.e. a helmet","kjv_definition":"helmet"} +{"id":"G1665","strongs_number":"G1665","system":"greek","language":"greek","number_value":1665,"lemma":"Ἐλισάβετ","transliteration":"Elisábet","pronunciation":null,"derivation":"of Hebrew origin (H0472);","strongs_definition":"Elisabet, an Israelitess","kjv_definition":"Elisabeth"} +{"id":"G1699","strongs_number":"G1699","system":"greek","language":"greek","number_value":1699,"lemma":"ἐμός","transliteration":"emós","pronunciation":null,"derivation":"from the oblique cases of G1473 (ἐγώ) (G1698 (ἐμοί), G1700 (ἐμοῦ), G1691 (ἐμέ));","strongs_definition":"my","kjv_definition":"of me, mine (own), my"} +{"id":"G3880","strongs_number":"G3880","system":"greek","language":"greek","number_value":3880,"lemma":"παραλαμβάνω","transliteration":"paralambánō","pronunciation":null,"derivation":"from G3844 (παρά) and G2983 (λαμβάνω);","strongs_definition":"to receive near, i.e. associate with oneself (in any familiar or intimate act or relation); by analogy, to assume an office; figuratively, to learn","kjv_definition":"receive, take (unto, with)"} +{"id":"G5397","strongs_number":"G5397","system":"greek","language":"greek","number_value":5397,"lemma":"φλύαρος","transliteration":"phlýaros","pronunciation":null,"derivation":"from (to bubble);","strongs_definition":"a garrulous person, i.e. prater","kjv_definition":"tattler"} +{"id":"G102","strongs_number":"G102","system":"greek","language":"greek","number_value":102,"lemma":"ἀδύνατος","transliteration":"adýnatos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G1415 (δυνατός);","strongs_definition":"unable, i.e. weak (literally or figuratively); passively, impossible","kjv_definition":"could not do, impossible, impotent, not possible, weak"} +{"id":"G62","strongs_number":"G62","system":"greek","language":"greek","number_value":62,"lemma":"ἀγράμματος","transliteration":"agrámmatos","pronunciation":null,"derivation":"from G1 (Α) (as negative particle) and G1121 (γράμμα);","strongs_definition":"unlettered, i.e. illiterate","kjv_definition":"unlearned"} +{"id":"G117","strongs_number":"G117","system":"greek","language":"greek","number_value":117,"lemma":"Ἀθηναῖος","transliteration":"Athēnaîos","pronunciation":null,"derivation":"from G116 (Ἀθῆναι);","strongs_definition":"an Athenæan or inhabitant of Athenæ","kjv_definition":"Athenian"} +{"id":"G763","strongs_number":"G763","system":"greek","language":"greek","number_value":763,"lemma":"ἀσέβεια","transliteration":"asébeia","pronunciation":null,"derivation":"from G765 (ἀσεβής);","strongs_definition":"impiety, i.e. (by implication) wickedness","kjv_definition":"ungodly(-liness)"} +{"id":"G1880","strongs_number":"G1880","system":"greek","language":"greek","number_value":1880,"lemma":"ἐπανέρχομαι","transliteration":"epanérchomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G424 (ἀνέρχομαι);","strongs_definition":"to come up on, i.e. return","kjv_definition":"come again, return"} +{"id":"G129","strongs_number":"G129","system":"greek","language":"greek","number_value":129,"lemma":"αἷμα","transliteration":"haîma","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"blood, literally (of men or animals), figuratively (the juice of grapes) or specially (the atoning blood of Christ); by implication, bloodshed, also kindred","kjv_definition":"blood"} +{"id":"G5055","strongs_number":"G5055","system":"greek","language":"greek","number_value":5055,"lemma":"τελέω","transliteration":"teléō","pronunciation":null,"derivation":"from G5056 (τέλος);","strongs_definition":"to end, i.e. complete, execute, conclude, discharge (a debt)","kjv_definition":"accomplish, make an end, expire, fill up, finish, go over, pay, perform"} +{"id":"G3397","strongs_number":"G3397","system":"greek","language":"greek","number_value":3397,"lemma":"μικρόν","transliteration":"mikrón","pronunciation":null,"derivation":"masculine or neuter singular of G3398 (μικρός) (as noun);","strongs_definition":"a small space of time or degree","kjv_definition":"a (little) (while)"} +{"id":"G98","strongs_number":"G98","system":"greek","language":"greek","number_value":98,"lemma":"Ἀδραμυττηνός","transliteration":"Adramyttēnós","pronunciation":null,"derivation":"from (a place in Asia Minor);","strongs_definition":"Adramyttene or belonging to Adramyttium","kjv_definition":"of Adramyttium"} +{"id":"G1186","strongs_number":"G1186","system":"greek","language":"greek","number_value":1186,"lemma":"δένδρον","transliteration":"déndron","pronunciation":null,"derivation":"probably from (an oak);","strongs_definition":"a tree","kjv_definition":"tree"} +{"id":"G3043","strongs_number":"G3043","system":"greek","language":"greek","number_value":3043,"lemma":"λίνον","transliteration":"línon","pronunciation":null,"derivation":"probably a primary word;","strongs_definition":"flax, i.e. (by implication) \"linen\"","kjv_definition":"linen"} +{"id":"G3809","strongs_number":"G3809","system":"greek","language":"greek","number_value":3809,"lemma":"παιδεία","transliteration":"paideía","pronunciation":null,"derivation":"from G3811 (παιδεύω);","strongs_definition":"tutorage, i.e. education or training; by implication, disciplinary correction","kjv_definition":"chastening, chastisement, instruction, nurture"} +{"id":"G3700","strongs_number":"G3700","system":"greek","language":"greek","number_value":3700,"lemma":"ὀπτάνομαι","transliteration":"optánomai","pronunciation":null,"derivation":"a (middle voice) prolonged form of the primary (middle voice) ; which is used for it in certain tenses; and both as alternate of G3708 (ὁράω);","strongs_definition":"to gaze (i.e. with wide-open eyes, as at something remarkable; and thus differing from G991 (βλέπω), which denotes simply voluntary observation; and from G1492 (εἴδω), which expresses merely mechanical, passive or casual vision; while G2300 (θεάομαι), and still more emphatically its intensive G2334 (θεωρέω), signifies an earnest but more continued inspection; and G4648 (σκοπέω) a watching from a distance)","kjv_definition":"appear, look, see, shew self"} +{"id":"G85","strongs_number":"G85","system":"greek","language":"greek","number_value":85,"lemma":"ἀδημονέω","transliteration":"adēmonéō","pronunciation":null,"derivation":"from a derivative of (to be sated to loathing);","strongs_definition":"to be in distress (of mind)","kjv_definition":"be full of heaviness, be very heavy"} +{"id":"G4516","strongs_number":"G4516","system":"greek","language":"greek","number_value":4516,"lemma":"Ῥώμη","transliteration":"Rhṓmē","pronunciation":null,"derivation":"from the base of G4517 (ῥώννυμι);","strongs_definition":"strength; Roma, the capital of Italy","kjv_definition":"Rome"} +{"id":"G4711","strongs_number":"G4711","system":"greek","language":"greek","number_value":4711,"lemma":"σπυρίς","transliteration":"spyrís","pronunciation":null,"derivation":"from G4687 (σπείρω) (as woven);","strongs_definition":"a hamper or lunch-receptacle","kjv_definition":"basket"} +{"id":"G2956","strongs_number":"G2956","system":"greek","language":"greek","number_value":2956,"lemma":"Κυρηναῖος","transliteration":"Kyrēnaîos","pronunciation":null,"derivation":"from G2957 (Κυρήνη);","strongs_definition":"i.e. Cyrenæan, i.e. inhabitant of Cyrene","kjv_definition":"of Cyrene, Cyrenian"} +{"id":"G3644","strongs_number":"G3644","system":"greek","language":"greek","number_value":3644,"lemma":"ὀλοθρευτής","transliteration":"olothreutḗs","pronunciation":null,"derivation":"from G3645 (ὀλοθρεύω);","strongs_definition":"a ruiner, i.e. (specially), a venomous serpent","kjv_definition":"destroyer"} +{"id":"G1176","strongs_number":"G1176","system":"greek","language":"greek","number_value":1176,"lemma":"δέκα","transliteration":"déka","pronunciation":null,"derivation":"a primary number;","strongs_definition":"ten","kjv_definition":"(eight-)een, ten"} +{"id":"G1595","strongs_number":"G1595","system":"greek","language":"greek","number_value":1595,"lemma":"ἑκούσιον","transliteration":"hekoúsion","pronunciation":null,"derivation":"neuter of a derivative from G1635 (ἑκών);","strongs_definition":"voluntariness","kjv_definition":"willingly"} +{"id":"G2328","strongs_number":"G2328","system":"greek","language":"greek","number_value":2328,"lemma":"θερμαίνω","transliteration":"thermaínō","pronunciation":null,"derivation":"from G2329 (θέρμη);","strongs_definition":"to heat (oneself)","kjv_definition":"(be) warm(-ed, self)"} +{"id":"G5509","strongs_number":"G5509","system":"greek","language":"greek","number_value":5509,"lemma":"χιτών","transliteration":"chitṓn","pronunciation":null,"derivation":"of foreign origin (H03801);","strongs_definition":"a tunic or shirt","kjv_definition":"clothes, coat, garment"} +{"id":"G4719","strongs_number":"G4719","system":"greek","language":"greek","number_value":4719,"lemma":"στάχυς","transliteration":"stáchys","pronunciation":null,"derivation":"from the base of G2476 (ἵστημι);","strongs_definition":"a head of grain (as standing out from the stalk)","kjv_definition":"ear (of corn)"} +{"id":"G345","strongs_number":"G345","system":"greek","language":"greek","number_value":345,"lemma":"ἀνακεῖμαι","transliteration":"anakeîmai","pronunciation":null,"derivation":"from G303 (ἀνά) and G2749 (κεῖμαι);","strongs_definition":"to recline (as a corpse or at a meal)","kjv_definition":"guest, lean, lie, sit (down, at meat), at the table"} +{"id":"G4169","strongs_number":"G4169","system":"greek","language":"greek","number_value":4169,"lemma":"ποῖος","transliteration":"poîos","pronunciation":null,"derivation":"from the base of G4226 (ποῦ) and G3634 (οἷος);","strongs_definition":"individualizing interrogative (of character) what sort of, or (of number) which one","kjv_definition":"what (manner of), which"} +{"id":"G2896","strongs_number":"G2896","system":"greek","language":"greek","number_value":2896,"lemma":"κράζω","transliteration":"krázō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"properly, to \"croak\" (as a raven) or scream, i.e. (genitive case) to call aloud (shriek, exclaim, intreat)","kjv_definition":"cry (out)"} +{"id":"G669","strongs_number":"G669","system":"greek","language":"greek","number_value":669,"lemma":"ἀποφθέγγομαι","transliteration":"apophthéngomai","pronunciation":null,"derivation":"from G575 (ἀπό) and G5350 (φθέγγομαι);","strongs_definition":"to enunciate plainly, i.e. declare","kjv_definition":"say, speak forth, utterance"} +{"id":"G2771","strongs_number":"G2771","system":"greek","language":"greek","number_value":2771,"lemma":"κέρδος","transliteration":"kérdos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"gain (pecuniary or genitive case)","kjv_definition":"gain, lucre"} +{"id":"G1946","strongs_number":"G1946","system":"greek","language":"greek","number_value":1946,"lemma":"Ἐπικούρειος","transliteration":"Epikoúreios","pronunciation":null,"derivation":"from (compare G1947 (ἐπικουρία)) (a noted philosopher);","strongs_definition":"an Epicurean or follower of Epicurus","kjv_definition":"Epicurean"} +{"id":"G3966","strongs_number":"G3966","system":"greek","language":"greek","number_value":3966,"lemma":"πατριάρχης","transliteration":"patriárchēs","pronunciation":null,"derivation":"from G3965 (πατριά) and G757 (ἄρχω);","strongs_definition":"a progenitor (\"patriarch\")","kjv_definition":"patriarch"} +{"id":"G150","strongs_number":"G150","system":"greek","language":"greek","number_value":150,"lemma":"αἰσχρός","transliteration":"aischrós","pronunciation":null,"derivation":"from the same as G153 (αἰσχύνομαι);","strongs_definition":"shameful, i.e. base (specially, venal)","kjv_definition":"filthy"} +{"id":"G422","strongs_number":"G422","system":"greek","language":"greek","number_value":422,"lemma":"ἀνεπαίσχυντος","transliteration":"anepaíschyntos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of a compound of G1909 (ἐπί) and G153 (αἰσχύνομαι);","strongs_definition":"not ashamed, i.e. irreprehensible:","kjv_definition":"--that needeth not to be ashamed"} +{"id":"G1961","strongs_number":"G1961","system":"greek","language":"greek","number_value":1961,"lemma":"ἐπιμένω","transliteration":"epiménō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3306 (μένω);","strongs_definition":"to stay over, i.e. remain (figuratively, persevere)","kjv_definition":"abide (in), continue (in), tarry"} +{"id":"G2368","strongs_number":"G2368","system":"greek","language":"greek","number_value":2368,"lemma":"θυμίαμα","transliteration":"thymíama","pronunciation":null,"derivation":"from G2370 (θυμιάω);","strongs_definition":"an aroma, i.e. fragrant powder burnt in religious service; by implication, the burning itself","kjv_definition":"incense, odour"} +{"id":"G1969","strongs_number":"G1969","system":"greek","language":"greek","number_value":1969,"lemma":"ἐπιπλήσσω","transliteration":"epiplḗssō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4141 (πλήσσω);","strongs_definition":"to chastise, i.e. (with words) to upbraid","kjv_definition":"rebuke"} +{"id":"G3405","strongs_number":"G3405","system":"greek","language":"greek","number_value":3405,"lemma":"μισθαποδοσία","transliteration":"misthapodosía","pronunciation":null,"derivation":"from G3406 (μισθαποδότης);","strongs_definition":"requital (good or bad)","kjv_definition":"recompence of reward"} +{"id":"G780","strongs_number":"G780","system":"greek","language":"greek","number_value":780,"lemma":"ἀσμένως","transliteration":"asménōs","pronunciation":null,"derivation":"adverb from a derivative of the base of G2237 (ἡδονή);","strongs_definition":"with pleasure","kjv_definition":"gladly"} +{"id":"G4479","strongs_number":"G4479","system":"greek","language":"greek","number_value":4479,"lemma":"Ῥεβέκκα","transliteration":"Rhebékka","pronunciation":null,"derivation":"of Hebrew origin (H07259);","strongs_definition":"Rebecca (i.e. Ribkah), the wife of Isaac","kjv_definition":"Rebecca"} +{"id":"G4225","strongs_number":"G4225","system":"greek","language":"greek","number_value":4225,"lemma":"πού","transliteration":"poú","pronunciation":null,"derivation":"genitive case of an indefinite pronoun (some) otherwise obsolete (compare G4214 (πόσος));","strongs_definition":"as adverb of place, somewhere, i.e. nearly","kjv_definition":"about, a certain place"} +{"id":"G59","strongs_number":"G59","system":"greek","language":"greek","number_value":59,"lemma":"ἀγοράζω","transliteration":"agorázō","pronunciation":null,"derivation":"from G58 (ἀγορά);","strongs_definition":"properly, to go to market, i.e. (by implication) to purchase; specially, to redeem","kjv_definition":"buy, redeem"} +{"id":"G2756","strongs_number":"G2756","system":"greek","language":"greek","number_value":2756,"lemma":"κενός","transliteration":"kenós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"empty (literally or figuratively)","kjv_definition":"empty, (in) vain"} +{"id":"G1257","strongs_number":"G1257","system":"greek","language":"greek","number_value":1257,"lemma":"διαλείπω","transliteration":"dialeípō","pronunciation":null,"derivation":"from G1223 (διά) and G3007 (λείπω);","strongs_definition":"to leave off in the middle, i.e. intermit","kjv_definition":"cease"} +{"id":"G3097","strongs_number":"G3097","system":"greek","language":"greek","number_value":3097,"lemma":"μάγος","transliteration":"mágos","pronunciation":null,"derivation":"of foreign origin (H07248);","strongs_definition":"a Magian, i.e. Oriental scientist; by implication, a magician","kjv_definition":"sorcerer, wise man"} +{"id":"G1410","strongs_number":"G1410","system":"greek","language":"greek","number_value":1410,"lemma":"δύναμαι","transliteration":"dýnamai","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to be able or possible","kjv_definition":"be able, can (do, + -not), could, may, might, be possible, be of power"} +{"id":"G1419","strongs_number":"G1419","system":"greek","language":"greek","number_value":1419,"lemma":"δυσβάστακτος","transliteration":"dysbástaktos","pronunciation":null,"derivation":"from G1418 (δυσ-) and a derivative of G941 (βαστάζω);","strongs_definition":"oppressive","kjv_definition":"grievous to be borne"} +{"id":"G391","strongs_number":"G391","system":"greek","language":"greek","number_value":391,"lemma":"ἀναστροφή","transliteration":"anastrophḗ","pronunciation":null,"derivation":"from G390 (ἀναστρέφω);","strongs_definition":"behavior","kjv_definition":"conversation"} +{"id":"G2228","strongs_number":"G2228","system":"greek","language":"greek","number_value":2228,"lemma":"ἤ","transliteration":"ḗ","pronunciation":null,"derivation":"a primary particle of distinction between two connected terms;","strongs_definition":"disjunctive, or; comparative, than","kjv_definition":"and, but (either), (n-)either, except it be, (n-)or (else), rather, save, than, that, what, yea"} +{"id":"G3041","strongs_number":"G3041","system":"greek","language":"greek","number_value":3041,"lemma":"λίμνη","transliteration":"límnē","pronunciation":null,"derivation":"probably from G3040 (λιμήν) (through the idea of nearness of shore);","strongs_definition":"a pond (large or small)","kjv_definition":"lake"} +{"id":"G4255","strongs_number":"G4255","system":"greek","language":"greek","number_value":4255,"lemma":"προαιρέομαι","transliteration":"proairéomai","pronunciation":null,"derivation":"from G4253 (πρό) and G138 (αἱρέομαι);","strongs_definition":"to choose for oneself before another thing (prefer), i.e. (by implication) to propose (intend)","kjv_definition":"purpose"} +{"id":"G5277","strongs_number":"G5277","system":"greek","language":"greek","number_value":5277,"lemma":"ὑπολιμπάνω","transliteration":"hypolimpánō","pronunciation":null,"derivation":"a prolonged form for G5275 (ὑπολείπω);","strongs_definition":"to leave behind, i.e. bequeath","kjv_definition":"leave"} +{"id":"G5198","strongs_number":"G5198","system":"greek","language":"greek","number_value":5198,"lemma":"ὑγιαίνω","transliteration":"hygiaínō","pronunciation":null,"derivation":"from G5199 (ὑγιής);","strongs_definition":"to have sound health, i.e. be well (in body); figuratively, to be uncorrupt (true in doctrine)","kjv_definition":"be in health, (be safe and) sound, (be) whole(-some)"} +{"id":"G2418","strongs_number":"G2418","system":"greek","language":"greek","number_value":2418,"lemma":"ἱερουργέω","transliteration":"hierourgéō","pronunciation":null,"derivation":"from a compound of G2411 (ἱερόν) and the base of G2041 (ἔργον);","strongs_definition":"to be a temple-worker, i.e. officiate as a priest (figuratively)","kjv_definition":"minister"} +{"id":"G1304","strongs_number":"G1304","system":"greek","language":"greek","number_value":1304,"lemma":"διατρίβω","transliteration":"diatríbō","pronunciation":null,"derivation":"from G1223 (διά) and the base of G5147 (τρίβος);","strongs_definition":"to wear through (time), i.e. remain","kjv_definition":"abide, be, continue, tarry"} +{"id":"G3799","strongs_number":"G3799","system":"greek","language":"greek","number_value":3799,"lemma":"ὄψις","transliteration":"ópsis","pronunciation":null,"derivation":"from G3700 (ὀπτάνομαι);","strongs_definition":"properly, sight (the act), i.e. (by implication) the visage, an external show","kjv_definition":"appearance, countenance, face"} +{"id":"G549","strongs_number":"G549","system":"greek","language":"greek","number_value":549,"lemma":"ἄπειμι","transliteration":"ápeimi","pronunciation":null,"derivation":"from G575 (ἀπό) and (to go);","strongs_definition":"to go away","kjv_definition":"go"} +{"id":"G637","strongs_number":"G637","system":"greek","language":"greek","number_value":637,"lemma":"ἀποπλύνω","transliteration":"apoplýnō","pronunciation":null,"derivation":"from G575 (ἀπό) and G4150 (πλύνω);","strongs_definition":"to rinse off","kjv_definition":"wash"} +{"id":"G2079","strongs_number":"G2079","system":"greek","language":"greek","number_value":2079,"lemma":"ἐσχάτως","transliteration":"eschátōs","pronunciation":null,"derivation":"adverb from G2078 (ἔσχατος);","strongs_definition":"finally, i.e. (with G2192 (ἔχω)) at the extremity of life","kjv_definition":"point of death"} +{"id":"G1299","strongs_number":"G1299","system":"greek","language":"greek","number_value":1299,"lemma":"διατάσσω","transliteration":"diatássō","pronunciation":null,"derivation":"from G1223 (διά) and G5021 (τάσσω);","strongs_definition":"to arrange thoroughly, i.e. (specially) institute, prescribe, etc.","kjv_definition":"appoint, command, give, (set in) order, ordain"} +{"id":"G1178","strongs_number":"G1178","system":"greek","language":"greek","number_value":1178,"lemma":"δεκαπέντε","transliteration":"dekapénte","pronunciation":null,"derivation":"from G1176 (δέκα) and G4002 (πέντε);","strongs_definition":"ten and five, i.e. fifteen","kjv_definition":"fifteen"} +{"id":"G4140","strongs_number":"G4140","system":"greek","language":"greek","number_value":4140,"lemma":"πλησμονή","transliteration":"plēsmonḗ","pronunciation":null,"derivation":"from a presumed derivative of G4130 (πλήθω);","strongs_definition":"a filling up, i.e. (figuratively) gratification","kjv_definition":"satisfying"} +{"id":"G2838","strongs_number":"G2838","system":"greek","language":"greek","number_value":2838,"lemma":"κοίμησις","transliteration":"koímēsis","pronunciation":null,"derivation":"from G2837 (κοιμάω);","strongs_definition":"sleeping, i.e. (by implication) repose","kjv_definition":"taking of rest"} +{"id":"G1832","strongs_number":"G1832","system":"greek","language":"greek","number_value":1832,"lemma":"ἔξεστι","transliteration":"éxesti","pronunciation":null,"derivation":"third person singular present indicative of a compound of G1537 (ἐκ) and G1510 (εἰμί);","strongs_definition":"so also neuter present participle of the same (with or without some form of G1510 (εἰμί) expressed); impersonally, it is right (through the figurative idea of being out in public)","kjv_definition":"be lawful, let, X may(-est)"} +{"id":"G3916","strongs_number":"G3916","system":"greek","language":"greek","number_value":3916,"lemma":"παραχρῆμα","transliteration":"parachrēma","pronunciation":null,"derivation":"from G3844 (παρά) and G5536 (χρῆμα) (in its original sense);","strongs_definition":"at the thing itself, i.e. instantly","kjv_definition":"forthwith, immediately, presently, straightway, soon"} +{"id":"G5236","strongs_number":"G5236","system":"greek","language":"greek","number_value":5236,"lemma":"ὑπερβολή","transliteration":"hyperbolḗ","pronunciation":null,"derivation":"from G5235 (ὑπερβάλλω);","strongs_definition":"a throwing beyond others, i.e. (figuratively) supereminence; adverbially (with G1519 (εἰς) or G2596 (κατά)) pre- eminently","kjv_definition":"abundance, (far more) exceeding, excellency, more excellent, beyond (out of) measure"} +{"id":"G5516","strongs_number":"G5516","system":"greek","language":"greek","number_value":5516,"lemma":"χξϛ","transliteration":"chx stigma","pronunciation":null,"derivation":"the 22nd, 14th and an obsolete letter (G4742 (στίγμα) as a cross) of the Greek alphabet (intermediate between the 5th and 6th), used as numbers; denoting respectively 600, 60 and 6;","strongs_definition":"666 as a numeral","kjv_definition":"six hundred threescore and six"} +{"id":"G3684","strongs_number":"G3684","system":"greek","language":"greek","number_value":3684,"lemma":"ὀνικός","transliteration":"onikós","pronunciation":null,"derivation":"from G3688 (ὄνος);","strongs_definition":"belonging to a ass, i.e. large (so as to be turned by a ass)","kjv_definition":"millstone"} +{"id":"G1570","strongs_number":"G1570","system":"greek","language":"greek","number_value":1570,"lemma":"ἔκθετος","transliteration":"ékthetos","pronunciation":null,"derivation":"from G1537 (ἐκ) and a derivative of G5087 (τίθημι);","strongs_definition":"put out, i.e. exposed to perish","kjv_definition":"cast out"} +{"id":"G1638","strongs_number":"G1638","system":"greek","language":"greek","number_value":1638,"lemma":"ἐλαιών","transliteration":"elaiṓn","pronunciation":null,"derivation":"from G1636 (ἐλαία);","strongs_definition":"an olive-orchard, i.e. (specially) the Mount of Olives","kjv_definition":"Olivet"} +{"id":"G5114","strongs_number":"G5114","system":"greek","language":"greek","number_value":5114,"lemma":"τομώτερος","transliteration":"tomṓteros","pronunciation":null,"derivation":"comparative of a derivative of the primary (to cut;","strongs_definition":"more comprehensive or decisive than G2875 (κόπτω), as if by a single stroke; whereas that implies repeated blows, like hacking); more keen","kjv_definition":"sharper"} +{"id":"G879","strongs_number":"G879","system":"greek","language":"greek","number_value":879,"lemma":"ἀφυπνόω","transliteration":"aphypnóō","pronunciation":null,"derivation":"from a compound of G575 (ἀπό) and G5258 (ὕπνος);","strongs_definition":"properly, to become awake, i.e. (by implication) to drop (off) in slumber","kjv_definition":"fall asleep"} +{"id":"G5013","strongs_number":"G5013","system":"greek","language":"greek","number_value":5013,"lemma":"ταπεινόω","transliteration":"tapeinóō","pronunciation":null,"derivation":"from G5011 (ταπεινός);","strongs_definition":"to depress; figuratively, to humiliate (in condition or heart)","kjv_definition":"abase, bring low, humble (self)"} +{"id":"G1656","strongs_number":"G1656","system":"greek","language":"greek","number_value":1656,"lemma":"ἔλεος","transliteration":"éleos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"compassion (human or divine, especially active)","kjv_definition":"(+ tender) mercy"} +{"id":"G123","strongs_number":"G123","system":"greek","language":"greek","number_value":123,"lemma":"αἰγιαλός","transliteration":"aigialós","pronunciation":null,"derivation":"from (to rush) and G251 (ἅλς) (in the sense of the sea;","strongs_definition":"a beach (on which the waves dash)","kjv_definition":"shore"} +{"id":"G2571","strongs_number":"G2571","system":"greek","language":"greek","number_value":2571,"lemma":"κάλυμα","transliteration":"kályma","pronunciation":null,"derivation":"from G2572 (καλύπτω);","strongs_definition":"a cover, i.e. veil","kjv_definition":"vail"} +{"id":"G2786","strongs_number":"G2786","system":"greek","language":"greek","number_value":2786,"lemma":"Κηφᾶς","transliteration":"Kēphâs","pronunciation":null,"derivation":"of Chaldee origin (compare H03710);","strongs_definition":"the Rock; Cephas (i.e. Kepha), a surname of Peter","kjv_definition":"Cephas"} +{"id":"G2122","strongs_number":"G2122","system":"greek","language":"greek","number_value":2122,"lemma":"εὐκαίρως","transliteration":"eukaírōs","pronunciation":null,"derivation":"adverb from G2121 (εὔκαιρος);","strongs_definition":"opportunely","kjv_definition":"conveniently, in season"} +{"id":"G4807","strongs_number":"G4807","system":"greek","language":"greek","number_value":4807,"lemma":"συκάμινος","transliteration":"sykáminos","pronunciation":null,"derivation":"of Hebrew origin (H08256) in imitation of G4809 (συκομωραία);","strongs_definition":"a sycamore-fig tree","kjv_definition":"sycamine tree"} +{"id":"G4375","strongs_number":"G4375","system":"greek","language":"greek","number_value":4375,"lemma":"προσφιλής","transliteration":"prosphilḗs","pronunciation":null,"derivation":"from a presumed compound of G4314 (πρός) and G5368 (φιλέω);","strongs_definition":"friendly towards, i.e. acceptable","kjv_definition":"lovely"} +{"id":"G1985","strongs_number":"G1985","system":"greek","language":"greek","number_value":1985,"lemma":"ἐπίσκοπος","transliteration":"epískopos","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4649 (σκοπός) (in the sense of G1983 (ἐπισκοπέω));","strongs_definition":"a superintendent, i.e. Christian officer in genitive case charge of a (or the) church (literally or figuratively)","kjv_definition":"bishop, overseer"} +{"id":"G466","strongs_number":"G466","system":"greek","language":"greek","number_value":466,"lemma":"ἀνταναπληρόω","transliteration":"antanaplēróō","pronunciation":null,"derivation":"from G473 (ἀντί) and G378 (ἀναπληρόω);","strongs_definition":"to supplement","kjv_definition":"fill up"} +{"id":"G3591","strongs_number":"G3591","system":"greek","language":"greek","number_value":3591,"lemma":"ὄγκος","transliteration":"ónkos","pronunciation":null,"derivation":"probably from the same as G43 (ἀγκάλη);","strongs_definition":"a mass (as bending or bulging by its load), i.e. burden (hindrance)","kjv_definition":"weight"} +{"id":"G311","strongs_number":"G311","system":"greek","language":"greek","number_value":311,"lemma":"ἀναβολή","transliteration":"anabolḗ","pronunciation":null,"derivation":"from G306 (ἀναβάλλομαι);","strongs_definition":"a putting off","kjv_definition":"delay"} +{"id":"G1998","strongs_number":"G1998","system":"greek","language":"greek","number_value":1998,"lemma":"ἐπισυντρέχω","transliteration":"episyntréchō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4936 (συντρέχω);","strongs_definition":"to hasten together upon one place (or a particular occasion)","kjv_definition":"come running together"} +{"id":"G1807","strongs_number":"G1807","system":"greek","language":"greek","number_value":1807,"lemma":"ἐξαιρέω","transliteration":"exairéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G138 (αἱρέομαι);","strongs_definition":"actively, to tear out; middle voice, to select; figuratively, to release","kjv_definition":"deliver, pluck out, rescue"} +{"id":"G1789","strongs_number":"G1789","system":"greek","language":"greek","number_value":1789,"lemma":"ἐντρέφω","transliteration":"entréphō","pronunciation":null,"derivation":"from G1722 (ἐν) and G5142 (τρέφω);","strongs_definition":"(figuratively) to educate","kjv_definition":"nourish up in"} +{"id":"G355","strongs_number":"G355","system":"greek","language":"greek","number_value":355,"lemma":"ἀναλίσκω","transliteration":"analískō","pronunciation":null,"derivation":"from G303 (ἀνά) and a form of the alternate of G138 (αἱρέομαι);","strongs_definition":"properly, to use up, i.e. destroy","kjv_definition":"consume"} +{"id":"G1414","strongs_number":"G1414","system":"greek","language":"greek","number_value":1414,"lemma":"δυνατέω","transliteration":"dynatéō","pronunciation":null,"derivation":"from G1415 (δυνατός);","strongs_definition":"to be efficient (figuratively)","kjv_definition":"be mighty"} +{"id":"G5141","strongs_number":"G5141","system":"greek","language":"greek","number_value":5141,"lemma":"τρέμω","transliteration":"trémō","pronunciation":null,"derivation":"strengthened from a primary (to \"dread\", \"terrify\");","strongs_definition":"to \"tremble\" or fear","kjv_definition":"be afraid, trembling"} +{"id":"G3384","strongs_number":"G3384","system":"greek","language":"greek","number_value":3384,"lemma":"μήτηρ","transliteration":"mḗtēr","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a \"mother\" (literally or figuratively, immediate or remote)","kjv_definition":"mother"} +{"id":"G5419","strongs_number":"G5419","system":"greek","language":"greek","number_value":5419,"lemma":"φράζω","transliteration":"phrázō","pronunciation":null,"derivation":"probably akin to G5420 (φράσσω) through the idea of defining;","strongs_definition":"to indicate (by word or act), i.e. (specially), to expound","kjv_definition":"declare"} +{"id":"G3390","strongs_number":"G3390","system":"greek","language":"greek","number_value":3390,"lemma":"μητρόπολις","transliteration":"mētrópolis","pronunciation":null,"derivation":"from G3384 (μήτηρ) and G4172 (πόλις);","strongs_definition":"a mother city, i.e. \"metropolis\"","kjv_definition":"chiefest city"} +{"id":"G5195","strongs_number":"G5195","system":"greek","language":"greek","number_value":5195,"lemma":"ὑβρίζω","transliteration":"hybrízō","pronunciation":null,"derivation":"from G5196 (ὕβρις);","strongs_definition":"to exercise violence, i.e. abuse","kjv_definition":"use despitefully, reproach, entreat shamefully (spitefully)"} +{"id":"G5247","strongs_number":"G5247","system":"greek","language":"greek","number_value":5247,"lemma":"ὑπεροχή","transliteration":"hyperochḗ","pronunciation":null,"derivation":"from G5242 (ὑπερέχω);","strongs_definition":"prominence, i.e. (figuratively) superiority (in rank or character)","kjv_definition":"authority, excellency"} +{"id":"G145","strongs_number":"G145","system":"greek","language":"greek","number_value":145,"lemma":"αἰσθητήριον","transliteration":"aisthētḗrion","pronunciation":null,"derivation":"from a derivative of G143 (αἰσθάνομαι);","strongs_definition":"properly, an organ of perception, i.e. (figuratively) judgment","kjv_definition":"senses"} +{"id":"G5558","strongs_number":"G5558","system":"greek","language":"greek","number_value":5558,"lemma":"χρυσόω","transliteration":"chrysóō","pronunciation":null,"derivation":"from G5557 (χρυσός);","strongs_definition":"to gild, i.e. bespangle with golden ornaments","kjv_definition":"deck"} +{"id":"G5310","strongs_number":"G5310","system":"greek","language":"greek","number_value":5310,"lemma":"ὕψιστος","transliteration":"hýpsistos","pronunciation":null,"derivation":"superlative from the base of G5311 (ὕψος);","strongs_definition":"highest, i.e. (masculine singular) the Supreme (God), or (neuter plural) the heavens","kjv_definition":"most high, highest"} +{"id":"G5542","strongs_number":"G5542","system":"greek","language":"greek","number_value":5542,"lemma":"χρηστολογία","transliteration":"chrēstología","pronunciation":null,"derivation":"from a compound of G5543 (χρηστός) and G3004 (λέγω);","strongs_definition":"fair speech, i.e. plausibility","kjv_definition":"good words"} +{"id":"G688","strongs_number":"G688","system":"greek","language":"greek","number_value":688,"lemma":"Ἀραβία","transliteration":"Arabía","pronunciation":null,"derivation":"of Hebrew origin (H06152);","strongs_definition":"Arabia, a region of Asia","kjv_definition":"Arabia"} +{"id":"G4522","strongs_number":"G4522","system":"greek","language":"greek","number_value":4522,"lemma":"σαγήνη","transliteration":"sagḗnē","pronunciation":null,"derivation":"from a derivative of (to equip) meaning furniture, especially a pack-saddle (which in the East is merely a bag of netted rope);","strongs_definition":"a \"seine\" for fishing","kjv_definition":"net"} +{"id":"G577","strongs_number":"G577","system":"greek","language":"greek","number_value":577,"lemma":"ἀποβάλλω","transliteration":"apobállō","pronunciation":null,"derivation":"from G575 (ἀπό) and G906 (βάλλω);","strongs_definition":"to throw off; figuratively, to lose","kjv_definition":"cast away"} +{"id":"G5201","strongs_number":"G5201","system":"greek","language":"greek","number_value":5201,"lemma":"ὑδρία","transliteration":"hydría","pronunciation":null,"derivation":"from G5204 (ὕδωρ);","strongs_definition":"a water-jar, i.e. receptacle for family supply","kjv_definition":"water-pot"} +{"id":"G497","strongs_number":"G497","system":"greek","language":"greek","number_value":497,"lemma":"ἀντιστρατεύομαι","transliteration":"antistrateúomai","pronunciation":null,"derivation":"from G473 (ἀντί) and G4754 (στρατεύομαι);","strongs_definition":"(figuratively) to attack, i.e. (by implication) destroy","kjv_definition":"war against"} +{"id":"G588","strongs_number":"G588","system":"greek","language":"greek","number_value":588,"lemma":"ἀποδέχομαι","transliteration":"apodéchomai","pronunciation":null,"derivation":"from G575 (ἀπό) and G1209 (δέχομαι);","strongs_definition":"to take fully, i.e. welcome (persons), approve (things)","kjv_definition":"accept, receive (gladly)"} +{"id":"G4694","strongs_number":"G4694","system":"greek","language":"greek","number_value":4694,"lemma":"σπιλάς","transliteration":"spilás","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a ledge or reef of rock in the sea","kjv_definition":"spot (by confusion with G4696 (σπίλος))"} +{"id":"G906","strongs_number":"G906","system":"greek","language":"greek","number_value":906,"lemma":"βάλλω","transliteration":"bállō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to throw (in various applications, more or less violent or intense)","kjv_definition":"arise, cast (out), X dung, lay, lie, pour, put (up), send, strike, throw (down), thrust"} +{"id":"G4048","strongs_number":"G4048","system":"greek","language":"greek","number_value":4048,"lemma":"περιῤῥήγνυμι","transliteration":"perirrhḗgnymi","pronunciation":null,"derivation":"from G4012 (περί) and G4486 (ῥήγνυμι);","strongs_definition":"to tear all around, i.e. completely away","kjv_definition":"rend off"} +{"id":"G2915","strongs_number":"G2915","system":"greek","language":"greek","number_value":2915,"lemma":"κριθή","transliteration":"krithḗ","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"barley","kjv_definition":"barley"} +{"id":"G1786","strongs_number":"G1786","system":"greek","language":"greek","number_value":1786,"lemma":"ἐντόπιος","transliteration":"entópios","pronunciation":null,"derivation":"from G1722 (ἐν) and G5117 (τόπος);","strongs_definition":"a resident","kjv_definition":"of that place"} +{"id":"G5507","strongs_number":"G5507","system":"greek","language":"greek","number_value":5507,"lemma":"χίλιοι","transliteration":"chílioi","pronunciation":null,"derivation":"plural of uncertain affinity;","strongs_definition":"a thousand","kjv_definition":"thousand"} +{"id":"G4546","strongs_number":"G4546","system":"greek","language":"greek","number_value":4546,"lemma":"Σαμψών","transliteration":"Sampsṓn","pronunciation":null,"derivation":"of Hebrew origin (H08123);","strongs_definition":"Sampson (i.e. Shimshon), an Israelite","kjv_definition":"Samson"} +{"id":"G1242","strongs_number":"G1242","system":"greek","language":"greek","number_value":1242,"lemma":"διαθήκη","transliteration":"diathḗkē","pronunciation":null,"derivation":"from G1303 (διατίθεμαι);","strongs_definition":"properly, a disposition, i.e. (specially) a contract (especially a devisory will)","kjv_definition":"covenant, testament"} +{"id":"G3598","strongs_number":"G3598","system":"greek","language":"greek","number_value":3598,"lemma":"ὁδός","transliteration":"hodós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a road; by implication, a progress (the route, act or distance); figuratively, a mode or means","kjv_definition":"journey, (high-)way"} +{"id":"G4264","strongs_number":"G4264","system":"greek","language":"greek","number_value":4264,"lemma":"προβιβάζω","transliteration":"probibázō","pronunciation":null,"derivation":"from G4253 (πρό) and a reduplicated form of G971 (βιάζω);","strongs_definition":"to force forward, i.e. bring to the front, instigate","kjv_definition":"draw, before instruct"} +{"id":"G1366","strongs_number":"G1366","system":"greek","language":"greek","number_value":1366,"lemma":"δίστομος","transliteration":"dístomos","pronunciation":null,"derivation":"from G1364 (δίς) and G4750 (στόμα);","strongs_definition":"double-edged","kjv_definition":"with two edges, two-edged"} +{"id":"G4240","strongs_number":"G4240","system":"greek","language":"greek","number_value":4240,"lemma":"πραΰτης","transliteration":"praÿtēs","pronunciation":null,"derivation":"from G4239 (πραΰς);","strongs_definition":"mildness, i.e. (by implication) humility","kjv_definition":"meekness"} +{"id":"G3137","strongs_number":"G3137","system":"greek","language":"greek","number_value":3137,"lemma":"Μαρία","transliteration":"María","pronunciation":null,"derivation":"of Hebrew origin (H04813);","strongs_definition":"Maria or Mariam (i.e. Mirjam), the name of six Christian females","kjv_definition":"Mary"} +{"id":"G2159","strongs_number":"G2159","system":"greek","language":"greek","number_value":2159,"lemma":"εὐτόνως","transliteration":"eutónōs","pronunciation":null,"derivation":"adverb from a compound of G2095 (εὖ) and a derivative of (to stretch);","strongs_definition":"in a well-strung manner, i.e. (figuratively) intensely (in a good sense, cogently; in a bad one, fiercely)","kjv_definition":"mightily, vehemently"} +{"id":"G1596","strongs_number":"G1596","system":"greek","language":"greek","number_value":1596,"lemma":"ἑκουσίως","transliteration":"hekousíōs","pronunciation":null,"derivation":"adverb from the same as G1595 (ἑκούσιον);","strongs_definition":"voluntarily","kjv_definition":"wilfully, willingly"} +{"id":"G2285","strongs_number":"G2285","system":"greek","language":"greek","number_value":2285,"lemma":"θάμβος","transliteration":"thámbos","pronunciation":null,"derivation":"akin to an obsolete (to dumbfound);","strongs_definition":"stupefaction (by surprise), i.e. astonishment","kjv_definition":"X amazed, + astonished, wonder"} +{"id":"G348","strongs_number":"G348","system":"greek","language":"greek","number_value":348,"lemma":"ἀνακόπτω","transliteration":"anakóptō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2875 (κόπτω);","strongs_definition":"to beat back, i.e. check","kjv_definition":"hinder"} +{"id":"G1616","strongs_number":"G1616","system":"greek","language":"greek","number_value":1616,"lemma":"ἐκτένεια","transliteration":"ekténeia","pronunciation":null,"derivation":"from G1618 (ἐκτενής);","strongs_definition":"intentness","kjv_definition":"X instantly"} +{"id":"G3477","strongs_number":"G3477","system":"greek","language":"greek","number_value":3477,"lemma":"Ναγγαί","transliteration":"Nangaí","pronunciation":null,"derivation":"probably of Hebrew origin (compare H05052);","strongs_definition":"Nangæ (i.e. perhaps Nogach), an Israelite","kjv_definition":"Nagge"} +{"id":"G596","strongs_number":"G596","system":"greek","language":"greek","number_value":596,"lemma":"ἀποθήκη","transliteration":"apothḗkē","pronunciation":null,"derivation":"from G659 (ἀποτίθημι);","strongs_definition":"a repository, i.e. granary","kjv_definition":"barn, garner"} +{"id":"G4180","strongs_number":"G4180","system":"greek","language":"greek","number_value":4180,"lemma":"πολυλογία","transliteration":"polylogía","pronunciation":null,"derivation":"from a compound of G4183 (πολύς) and G3056 (λόγος);","strongs_definition":"loquacity, i.e. prolixity","kjv_definition":"much speaking"} +{"id":"G1423","strongs_number":"G1423","system":"greek","language":"greek","number_value":1423,"lemma":"δυσκόλως","transliteration":"dyskólōs","pronunciation":null,"derivation":"adverb from G1422 (δύσκολος);","strongs_definition":"impracticably","kjv_definition":"hardly"} +{"id":"G2864","strongs_number":"G2864","system":"greek","language":"greek","number_value":2864,"lemma":"κόμη","transliteration":"kómē","pronunciation":null,"derivation":"apparently from the same as G2865 (κομίζω);","strongs_definition":"the hair of the head (locks, as ornamental, and thus differing from G2359 (θρίξ); which properly denotes merely the scalp)","kjv_definition":"hair"} +{"id":"G2297","strongs_number":"G2297","system":"greek","language":"greek","number_value":2297,"lemma":"θαυμάσιος","transliteration":"thaumásios","pronunciation":null,"derivation":"from G2295 (θαῦμα);","strongs_definition":"wondrous, i.e. (neuter as noun) a miracle","kjv_definition":"wonderful thing"} +{"id":"G4043","strongs_number":"G4043","system":"greek","language":"greek","number_value":4043,"lemma":"περιπατέω","transliteration":"peripatéō","pronunciation":null,"derivation":"from G4012 (περί) and G3961 (πατέω);","strongs_definition":"to tread all around, i.e. walk at large (especially as proof of ability); figuratively, to live, deport oneself, follow (as a companion or votary)","kjv_definition":"go, be occupied with, walk (about)"} +{"id":"G1830","strongs_number":"G1830","system":"greek","language":"greek","number_value":1830,"lemma":"ἐξερευνάω","transliteration":"exereunáō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2045 (ἐρευνάω);","strongs_definition":"to explore (figuratively)","kjv_definition":"search diligently"} +{"id":"G3410","strongs_number":"G3410","system":"greek","language":"greek","number_value":3410,"lemma":"μίσθωμα","transliteration":"místhōma","pronunciation":null,"derivation":"from G3409 (μισθόω);","strongs_definition":"a rented building","kjv_definition":"hired house"} +{"id":"G2347","strongs_number":"G2347","system":"greek","language":"greek","number_value":2347,"lemma":"θλῖψις","transliteration":"thlîpsis","pronunciation":null,"derivation":"from G2346 (θλίβω);","strongs_definition":"pressure (literally or figuratively)","kjv_definition":"afflicted(-tion), anguish, burdened, persecution, tribulation, trouble"} +{"id":"G3136","strongs_number":"G3136","system":"greek","language":"greek","number_value":3136,"lemma":"Μάρθα","transliteration":"Mártha","pronunciation":null,"derivation":"probably of Chaldee origin (meaning mistress);","strongs_definition":"Martha, a Christian woman","kjv_definition":"Martha"} +{"id":"G1944","strongs_number":"G1944","system":"greek","language":"greek","number_value":1944,"lemma":"ἐπικατάρατος","transliteration":"epikatáratos","pronunciation":null,"derivation":"from G1909 (ἐπί) and a derivative of G2672 (καταράομαι);","strongs_definition":"imprecated, i.e. execrable","kjv_definition":"accursed"} +{"id":"G4715","strongs_number":"G4715","system":"greek","language":"greek","number_value":4715,"lemma":"στατήρ","transliteration":"statḗr","pronunciation":null,"derivation":"from the base of G2746 (καύχησις);","strongs_definition":"a stander (standard of value), i.e. (specially), a stater or certain coin","kjv_definition":"piece of money"} +{"id":"G2244","strongs_number":"G2244","system":"greek","language":"greek","number_value":2244,"lemma":"ἡλικία","transliteration":"hēlikía","pronunciation":null,"derivation":"from the same as G2245 (ἡλίκος);","strongs_definition":"maturity (in years or size)","kjv_definition":"age, stature"} +{"id":"G4004","strongs_number":"G4004","system":"greek","language":"greek","number_value":4004,"lemma":"πεντήκοντα","transliteration":"pentḗkonta","pronunciation":null,"derivation":"multiplicative of G4002 (πέντε);","strongs_definition":"fifty","kjv_definition":"fifty"} +{"id":"G3790","strongs_number":"G3790","system":"greek","language":"greek","number_value":3790,"lemma":"ὀφρῦς","transliteration":"ophrŷs","pronunciation":null,"derivation":"perhaps from G3700 (ὀπτάνομαι) (through the idea of the shading or proximity to the organ of vision);","strongs_definition":"the eye-\"brow\" or forehead, i.e. (figuratively) the brink of a precipice","kjv_definition":"brow"} +{"id":"G373","strongs_number":"G373","system":"greek","language":"greek","number_value":373,"lemma":"ἀναπαύω","transliteration":"anapaúō","pronunciation":null,"derivation":"from G303 (ἀνά) and G3973 (παύω);","strongs_definition":"(reflexively) to repose (literally or figuratively (be exempt), remain); by implication, to refresh","kjv_definition":"take ease, refresh, (give, take) rest"} +{"id":"G3495","strongs_number":"G3495","system":"greek","language":"greek","number_value":3495,"lemma":"νεανίσκος","transliteration":"neanískos","pronunciation":null,"derivation":"from the same as G3494 (νεανίας);","strongs_definition":"a youth (under forty)","kjv_definition":"young man"} +{"id":"G2340","strongs_number":"G2340","system":"greek","language":"greek","number_value":2340,"lemma":"θηρεύω","transliteration":"thēreúō","pronunciation":null,"derivation":"from G2339 (θήρα);","strongs_definition":"to hunt (an animal), i.e. (figuratively) to carp at","kjv_definition":"catch"} +{"id":"G3519","strongs_number":"G3519","system":"greek","language":"greek","number_value":3519,"lemma":"νησίον","transliteration":"nēsíon","pronunciation":null,"derivation":"diminutive of G3520 (νῆσος);","strongs_definition":"an islet","kjv_definition":"island"} +{"id":"G5001","strongs_number":"G5001","system":"greek","language":"greek","number_value":5001,"lemma":"τάγμα","transliteration":"tágma","pronunciation":null,"derivation":"from G5021 (τάσσω);","strongs_definition":"something orderly in arrangement (a troop), i.e. (figuratively) a series or succession","kjv_definition":"order"} +{"id":"G4217","strongs_number":"G4217","system":"greek","language":"greek","number_value":4217,"lemma":"ποταπός","transliteration":"potapós","pronunciation":null,"derivation":"apparently from G4219 (πότε) and the base of G4226 (ποῦ);","strongs_definition":"interrogatively, whatever, i.e. of what possible sort","kjv_definition":"what (manner of)"} +{"id":"G2361","strongs_number":"G2361","system":"greek","language":"greek","number_value":2361,"lemma":"θρόμβος","transliteration":"thrómbos","pronunciation":null,"derivation":"perhaps from G5142 (τρέφω) (in the sense of thickening);","strongs_definition":"a clot","kjv_definition":"great drop"} +{"id":"G2562","strongs_number":"G2562","system":"greek","language":"greek","number_value":2562,"lemma":"καλάμη","transliteration":"kalámē","pronunciation":null,"derivation":"feminine of G2563 (κάλαμος);","strongs_definition":"a stalk of grain, i.e. (collectively) stubble","kjv_definition":"stubble"} +{"id":"G3077","strongs_number":"G3077","system":"greek","language":"greek","number_value":3077,"lemma":"λύπη","transliteration":"lýpē","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"sadness","kjv_definition":"grief, grievous, + grudgingly, heaviness, sorrow"} +{"id":"G4523","strongs_number":"G4523","system":"greek","language":"greek","number_value":4523,"lemma":"Σαδδουκαῖος","transliteration":"Saddoukaîos","pronunciation":null,"derivation":"probably from G4524 (Σαδώκ);","strongs_definition":"a Sadducæan (i.e. Tsadokian), or follower of a certain heretical Israelite","kjv_definition":"Sadducee"} +{"id":"G4379","strongs_number":"G4379","system":"greek","language":"greek","number_value":4379,"lemma":"προσψαύω","transliteration":"prospsaúō","pronunciation":null,"derivation":"from G4314 (πρός) and (to touch);","strongs_definition":"to impinge, i.e. lay a finger on (in order to relieve)","kjv_definition":"touch"} +{"id":"G2942","strongs_number":"G2942","system":"greek","language":"greek","number_value":2942,"lemma":"κυβερνήτης","transliteration":"kybernḗtēs","pronunciation":null,"derivation":"from the same as G2941 (κυβέρνησις);","strongs_definition":"helmsman, i.e. (by implication) captain","kjv_definition":"(ship) master"} +{"id":"G3980","strongs_number":"G3980","system":"greek","language":"greek","number_value":3980,"lemma":"πειθαρχέω","transliteration":"peitharchéō","pronunciation":null,"derivation":"from a compound of G3982 (πείθω) and G757 (ἄρχω);","strongs_definition":"to be persuaded by a ruler, i.e. (genitive case) to submit to authority; by analogy, to conform to advice","kjv_definition":"hearken, obey (magistrates)"} +{"id":"G3492","strongs_number":"G3492","system":"greek","language":"greek","number_value":3492,"lemma":"ναύτης","transliteration":"naútēs","pronunciation":null,"derivation":"from G3491 (ναῦς);","strongs_definition":"a boatman, i.e. seaman","kjv_definition":"sailor, shipman"} +{"id":"G2702","strongs_number":"G2702","system":"greek","language":"greek","number_value":2702,"lemma":"καταφέρω","transliteration":"kataphérō","pronunciation":null,"derivation":"from G2596 (κατά) and G5342 (φέρω) (including its alternate);","strongs_definition":"to bear down, i.e. (figuratively) overcome (with drowsiness); specially, to cast a vote","kjv_definition":"fall, give, sink down"} +{"id":"G4760","strongs_number":"G4760","system":"greek","language":"greek","number_value":4760,"lemma":"στρατόπεδον","transliteration":"stratópedon","pronunciation":null,"derivation":"from the base of G4756 (στρατιά) and the same as G3977 (πεδινός);","strongs_definition":"a camping-ground, i.e. (by implication) a body of troops","kjv_definition":"army"} +{"id":"G4389","strongs_number":"G4389","system":"greek","language":"greek","number_value":4389,"lemma":"προτρέπομαι","transliteration":"protrépomai","pronunciation":null,"derivation":"middle voice from G4253 (πρό) and the base of G5157 (τροπή);","strongs_definition":"to turn forward for oneself, i.e. encourage","kjv_definition":"exhort"} +{"id":"G2555","strongs_number":"G2555","system":"greek","language":"greek","number_value":2555,"lemma":"κακοποιός","transliteration":"kakopoiós","pronunciation":null,"derivation":"from G2556 (κακός) and G4160 (ποιέω);","strongs_definition":"a bad-doer; (specially), a criminal","kjv_definition":"evil-doer, malefactor"} +{"id":"G74","strongs_number":"G74","system":"greek","language":"greek","number_value":74,"lemma":"ἀγωνία","transliteration":"agōnía","pronunciation":null,"derivation":"from G73 (ἀγών);","strongs_definition":"a struggle (properly, the state), i.e. (figuratively) anguish","kjv_definition":"agony"} +{"id":"G1436","strongs_number":"G1436","system":"greek","language":"greek","number_value":1436,"lemma":"ἔα","transliteration":"éa","pronunciation":null,"derivation":"apparent imperative of G1439 (ἐάω);","strongs_definition":"properly, let it be, i.e. (as interjection) aha!","kjv_definition":"let alone"} +{"id":"G1269","strongs_number":"G1269","system":"greek","language":"greek","number_value":1269,"lemma":"διανεύω","transliteration":"dianeúō","pronunciation":null,"derivation":"from G1223 (διά) and G3506 (νεύω);","strongs_definition":"to nod (or express by signs) across an intervening space","kjv_definition":"beckon"} +{"id":"G2104","strongs_number":"G2104","system":"greek","language":"greek","number_value":2104,"lemma":"εὐγενής","transliteration":"eugenḗs","pronunciation":null,"derivation":"from G2095 (εὖ) and G1096 (γίνομαι);","strongs_definition":"well born, i.e. (literally) high in rank, or (figuratively) generous","kjv_definition":"more noble, nobleman"} +{"id":"G4852","strongs_number":"G4852","system":"greek","language":"greek","number_value":4852,"lemma":"σύμφημι","transliteration":"sýmphēmi","pronunciation":null,"derivation":"from G4862 (σύν) and G5346 (φημί);","strongs_definition":"to say jointly, i.e. assent to","kjv_definition":"consent unto"} +{"id":"G2999","strongs_number":"G2999","system":"greek","language":"greek","number_value":2999,"lemma":"λατρεία","transliteration":"latreía","pronunciation":null,"derivation":"from G3000 (λατρεύω);","strongs_definition":"ministration of God, i.e. worship","kjv_definition":"(divine) service"} +{"id":"G3973","strongs_number":"G3973","system":"greek","language":"greek","number_value":3973,"lemma":"παύω","transliteration":"paúō","pronunciation":null,"derivation":"a primary verb (\"pause\");","strongs_definition":"to stop (transitively or intransitively), i.e. restrain, quit, desist, come to an end","kjv_definition":"cease, leave, refrain"} +{"id":"G536","strongs_number":"G536","system":"greek","language":"greek","number_value":536,"lemma":"ἀπαρχή","transliteration":"aparchḗ","pronunciation":null,"derivation":"from a compound of G575 (ἀπό) and G756 (ἄρχομαι);","strongs_definition":"a beginning of sacrifice, i.e. the (Jewish) first-fruit (figuratively)","kjv_definition":"first-fruits"} +{"id":"G3645","strongs_number":"G3645","system":"greek","language":"greek","number_value":3645,"lemma":"ὀλοθρεύω","transliteration":"olothreúō","pronunciation":null,"derivation":"from G3639 (ὄλεθρος);","strongs_definition":"to spoil, i.e. slay","kjv_definition":"destroy"} +{"id":"G1929","strongs_number":"G1929","system":"greek","language":"greek","number_value":1929,"lemma":"ἐπιδίδωμι","transliteration":"epidídōmi","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1325 (δίδωμι);","strongs_definition":"to give over (by hand or surrender)","kjv_definition":"deliver unto, give, let (+ (her drive)), offer"} +{"id":"G2191","strongs_number":"G2191","system":"greek","language":"greek","number_value":2191,"lemma":"ἔχιδνα","transliteration":"échidna","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"an adder or other poisonous snake (literally or figuratively)","kjv_definition":"viper"} +{"id":"G3142","strongs_number":"G3142","system":"greek","language":"greek","number_value":3142,"lemma":"μαρτύριον","transliteration":"martýrion","pronunciation":null,"derivation":"neuter of a presumed derivative of G3144 (μάρτυς);","strongs_definition":"something evidential, i.e. (genitive case) evidence given or (specially), the Decalogue (in the sacred Tabernacle)","kjv_definition":"to be testified, testimony, witness"} +{"id":"G2588","strongs_number":"G2588","system":"greek","language":"greek","number_value":2588,"lemma":"καρδία","transliteration":"kardía","pronunciation":null,"derivation":"prolonged from a primary (Latin cor, \"heart\");","strongs_definition":"the heart, i.e. (figuratively) the thoughts or feelings (mind); also (by analogy) the middle","kjv_definition":"(+ broken-)heart(-ed)"} +{"id":"G4614","strongs_number":"G4614","system":"greek","language":"greek","number_value":4614,"lemma":"Σινᾶ","transliteration":"Sinâ","pronunciation":null,"derivation":"of Hebrew origin (H05514);","strongs_definition":"Sina (i.e. Sinai), a mountain in Arabia","kjv_definition":"Sina"} +{"id":"G2020","strongs_number":"G2020","system":"greek","language":"greek","number_value":2020,"lemma":"ἐπιφώσκω","transliteration":"epiphṓskō","pronunciation":null,"derivation":"a form of G2017 (ἐπιφαύω);","strongs_definition":"to begin to grow light","kjv_definition":"begin to dawn, X draw on"} +{"id":"G4018","strongs_number":"G4018","system":"greek","language":"greek","number_value":4018,"lemma":"περιβόλαιον","transliteration":"peribólaion","pronunciation":null,"derivation":"neuter of a presumed derivative of G4016 (περιβάλλω);","strongs_definition":"something thrown around one, i.e. a mantle, veil","kjv_definition":"covering, vesture"} +{"id":"G5559","strongs_number":"G5559","system":"greek","language":"greek","number_value":5559,"lemma":"χρώς","transliteration":"chrṓs","pronunciation":null,"derivation":"probably akin to the base of G5530 (χράομαι) through the idea of handling;","strongs_definition":"the body (properly, its surface or skin)","kjv_definition":"body"} +{"id":"G82","strongs_number":"G82","system":"greek","language":"greek","number_value":82,"lemma":"ἄδηλος","transliteration":"ádēlos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G1212 (δῆλος);","strongs_definition":"hidden, figuratively, indistinct","kjv_definition":"appear not, uncertain"} +{"id":"G742","strongs_number":"G742","system":"greek","language":"greek","number_value":742,"lemma":"Ἀρφαξάδ","transliteration":"Arphaxád","pronunciation":null,"derivation":"of Hebrew origin (H0775);","strongs_definition":"Arphaxad, a post-diluvian patriarch","kjv_definition":"Arphaxad"} +{"id":"G1735","strongs_number":"G1735","system":"greek","language":"greek","number_value":1735,"lemma":"ἐνδέχεται","transliteration":"endéchetai","pronunciation":null,"derivation":"third person singular present of a compound of G1722 (ἐν) and G1209 (δέχομαι);","strongs_definition":"(impersonally) it is accepted in, i.e. admitted (possible)","kjv_definition":"can (+ not) be"} +{"id":"G3486","strongs_number":"G3486","system":"greek","language":"greek","number_value":3486,"lemma":"Ναούμ","transliteration":"Naoúm","pronunciation":null,"derivation":"of Hebrew origin (H05151);","strongs_definition":"Naum (i.e. Nachum), an Israelite","kjv_definition":"Naum"} +{"id":"G1232","strongs_number":"G1232","system":"greek","language":"greek","number_value":1232,"lemma":"διαγνωρίζω","transliteration":"diagnōrízō","pronunciation":null,"derivation":"from G1123 (γραπτός) and G1107 (γνωρίζω);","strongs_definition":"to tell abroad","kjv_definition":"make known"} +{"id":"G4591","strongs_number":"G4591","system":"greek","language":"greek","number_value":4591,"lemma":"σημαίνω","transliteration":"sēmaínō","pronunciation":null,"derivation":"from (a mark;","strongs_definition":"of uncertain derivation); to indicate","kjv_definition":"signify"} +{"id":"G1586","strongs_number":"G1586","system":"greek","language":"greek","number_value":1586,"lemma":"ἐκλέγομαι","transliteration":"eklégomai","pronunciation":null,"derivation":"middle voice from G1537 (ἐκ) and G3004 (λέγω) (in its primary sense);","strongs_definition":"to select","kjv_definition":"make choice, choose (out), chosen"} +{"id":"G382","strongs_number":"G382","system":"greek","language":"greek","number_value":382,"lemma":"ἀναρίθμητος","transliteration":"anaríthmētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G705 (ἀριθμέω);","strongs_definition":"unnumbered, i.e. without number","kjv_definition":"innumerable"} +{"id":"G5404","strongs_number":"G5404","system":"greek","language":"greek","number_value":5404,"lemma":"φοῖνιξ","transliteration":"phoînix","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a palm-tree","kjv_definition":"palm (tree)"} +{"id":"G5451","strongs_number":"G5451","system":"greek","language":"greek","number_value":5451,"lemma":"φυτεία","transliteration":"phyteía","pronunciation":null,"derivation":"from G5452 (φυτεύω);","strongs_definition":"trans-planting, i.e. (concretely) a shrub or vegetable","kjv_definition":"plant"} +{"id":"G3901","strongs_number":"G3901","system":"greek","language":"greek","number_value":3901,"lemma":"παραῤῥυέω","transliteration":"pararrhyéō","pronunciation":null,"derivation":"from G3844 (παρά) and the alternate of G4482 (ῥέω);","strongs_definition":"to flow by, i.e. (figuratively) carelessly pass (miss)","kjv_definition":"let slip"} +{"id":"G3730","strongs_number":"G3730","system":"greek","language":"greek","number_value":3730,"lemma":"ὁρμή","transliteration":"hormḗ","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a violent impulse, i.e. onset","kjv_definition":"assault"} +{"id":"G3524","strongs_number":"G3524","system":"greek","language":"greek","number_value":3524,"lemma":"νηφάλεος","transliteration":"nēpháleos","pronunciation":null,"derivation":"from G3525 (νήφω);","strongs_definition":"sober, i.e. (figuratively) circumspect","kjv_definition":"sober"} +{"id":"G1474","strongs_number":"G1474","system":"greek","language":"greek","number_value":1474,"lemma":"ἐδαφίζω","transliteration":"edaphízō","pronunciation":null,"derivation":"from G1475 (ἔδαφος);","strongs_definition":"to raze","kjv_definition":"lay even with the ground"} +{"id":"G5623","strongs_number":"G5623","system":"greek","language":"greek","number_value":5623,"lemma":"ὠφελέω","transliteration":"ōpheléō","pronunciation":null,"derivation":"from the same as G5622 (ὠφέλεια);","strongs_definition":"to be useful, i.e. to benefit","kjv_definition":"advantage, better, prevail, profit"} +{"id":"G1184","strongs_number":"G1184","system":"greek","language":"greek","number_value":1184,"lemma":"δεκτός","transliteration":"dektós","pronunciation":null,"derivation":"from G1209 (δέχομαι);","strongs_definition":"approved; (figuratively) propitious","kjv_definition":"accepted(-table)"} +{"id":"G2183","strongs_number":"G2183","system":"greek","language":"greek","number_value":2183,"lemma":"ἐφημερία","transliteration":"ephēmería","pronunciation":null,"derivation":"from G2184 (ἐφήμερος);","strongs_definition":"diurnality, i.e. (specially) the quotidian rotation or class of the Jewish priests' service at the Temple, as distributed by families","kjv_definition":"course"} +{"id":"G3494","strongs_number":"G3494","system":"greek","language":"greek","number_value":3494,"lemma":"νεανίας","transliteration":"neanías","pronunciation":null,"derivation":"from a derivative of G3501 (νέος);","strongs_definition":"a youth (up to about forty years)","kjv_definition":"young man"} +{"id":"G50","strongs_number":"G50","system":"greek","language":"greek","number_value":50,"lemma":"ἀγνοέω","transliteration":"agnoéō","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3539 (νοιέω);","strongs_definition":"not to know (through lack of information or intelligence); by implication, to ignore (through disinclination)","kjv_definition":"(be) ignorant(-ly), not know, not understand, unknown"} +{"id":"G288","strongs_number":"G288","system":"greek","language":"greek","number_value":288,"lemma":"ἄμπελος","transliteration":"ámpelos","pronunciation":null,"derivation":"probably from the base of G297 (ἀμφότερος) and that of G257 (ἅλων);","strongs_definition":"a vine (as coiling about a support)","kjv_definition":"vine"} +{"id":"G2891","strongs_number":"G2891","system":"greek","language":"greek","number_value":2891,"lemma":"κοῦμι","transliteration":"koûmi","pronunciation":null,"derivation":"of Chaldee origin (H06966);","strongs_definition":"cumi (i.e. rise!)","kjv_definition":"cumi"} +{"id":"G1559","strongs_number":"G1559","system":"greek","language":"greek","number_value":1559,"lemma":"ἐκδιώκω","transliteration":"ekdiṓkō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1377 (διώκω);","strongs_definition":"to pursue out, i.e. expel or persecute implacably","kjv_definition":"persecute"} +{"id":"G3534","strongs_number":"G3534","system":"greek","language":"greek","number_value":3534,"lemma":"νῖκος","transliteration":"nîkos","pronunciation":null,"derivation":"from G3529 (νίκη);","strongs_definition":"a conquest (concretely), i.e. (by implication) triumph","kjv_definition":"victory"} +{"id":"G1545","strongs_number":"G1545","system":"greek","language":"greek","number_value":1545,"lemma":"ἔκβασις","transliteration":"ékbasis","pronunciation":null,"derivation":"from a compound of G1537 (ἐκ) and the base of G939 (βάσις) (meaning to go out);","strongs_definition":"an exit (literally or figuratively)","kjv_definition":"end, way to escape"} +{"id":"G1564","strongs_number":"G1564","system":"greek","language":"greek","number_value":1564,"lemma":"ἐκεῖθεν","transliteration":"ekeîthen","pronunciation":null,"derivation":"from G1563 (ἐκεῖ);","strongs_definition":"thence","kjv_definition":"from that place, (from) thence, there"} +{"id":"G4543","strongs_number":"G4543","system":"greek","language":"greek","number_value":4543,"lemma":"Σαμοθρᾴκη","transliteration":"Samothráikē","pronunciation":null,"derivation":"from G4544 (Σάμος) and (Thrace);","strongs_definition":"Samo-thrace (Samos of Thrace), an island in the Mediterranean","kjv_definition":"Samothracia"} +{"id":"G1529","strongs_number":"G1529","system":"greek","language":"greek","number_value":1529,"lemma":"εἴσοδος","transliteration":"eísodos","pronunciation":null,"derivation":"from G1519 (εἰς) and G3598 (ὁδός);","strongs_definition":"an entrance (literally or figuratively)","kjv_definition":"coming, enter(-ing) in (to)"} +{"id":"G3434","strongs_number":"G3434","system":"greek","language":"greek","number_value":3434,"lemma":"Μολόχ","transliteration":"Molóch","pronunciation":null,"derivation":"of Hebrew origin (H04432);","strongs_definition":"Moloch (i.e. Molek), an idol","kjv_definition":"Moloch"} +{"id":"G251","strongs_number":"G251","system":"greek","language":"greek","number_value":251,"lemma":"ἅλς","transliteration":"háls","pronunciation":null,"derivation":"a primary word;","strongs_definition":"\"salt\"","kjv_definition":"salt"} +{"id":"G1313","strongs_number":"G1313","system":"greek","language":"greek","number_value":1313,"lemma":"διάφορος","transliteration":"diáphoros","pronunciation":null,"derivation":"from G1308 (διαφέρω);","strongs_definition":"varying; also surpassing","kjv_definition":"differing, divers, more excellent"} +{"id":"G3525","strongs_number":"G3525","system":"greek","language":"greek","number_value":3525,"lemma":"νήφω","transliteration":"nḗphō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to abstain from wine (keep sober), i.e. (figuratively) be discreet","kjv_definition":"be sober, watch"} +{"id":"G5266","strongs_number":"G5266","system":"greek","language":"greek","number_value":5266,"lemma":"ὑπόδημα","transliteration":"hypódēma","pronunciation":null,"derivation":"from G5265 (ὑποδέω);","strongs_definition":"something bound under the feet, i.e. a shoe or sandal","kjv_definition":"shoe"} +{"id":"G3550","strongs_number":"G3550","system":"greek","language":"greek","number_value":3550,"lemma":"νομοθέτης","transliteration":"nomothétēs","pronunciation":null,"derivation":"from G3551 (νόμος) and a derivative of G5087 (τίθημι);","strongs_definition":"a legislator","kjv_definition":"lawgiver"} +{"id":"G1032","strongs_number":"G1032","system":"greek","language":"greek","number_value":1032,"lemma":"βρύω","transliteration":"brýō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to swell out, i.e. (by implication) to gush","kjv_definition":"send forth"} +{"id":"G37","strongs_number":"G37","system":"greek","language":"greek","number_value":37,"lemma":"ἁγιάζω","transliteration":"hagiázō","pronunciation":null,"derivation":"from G40 (ἅγιος);","strongs_definition":"to make holy, i.e. (ceremonially) purify or consecrate; (mentally) to venerate","kjv_definition":"hallow, be holy, sanctify"} +{"id":"G2570","strongs_number":"G2570","system":"greek","language":"greek","number_value":2570,"lemma":"καλός","transliteration":"kalós","pronunciation":null,"derivation":"of uncertain affinity; properly, beautiful, but chiefly (figuratively) good (literally or morally), i.e. valuable or virtuous (for appearance or use, and thus distinguished from G18 (ἀγαθός), which is properly intrinsic)","strongs_definition":null,"kjv_definition":"X better, fair, good(-ly), honest, meet, well, worthy"} +{"id":"G1252","strongs_number":"G1252","system":"greek","language":"greek","number_value":1252,"lemma":"διακρίνω","transliteration":"diakrínō","pronunciation":null,"derivation":"from G1223 (διά) and G2919 (κρίνω);","strongs_definition":"to separate thoroughly, i.e. (literally and reflexively) to withdraw from, or (by implication) oppose; figuratively, to discriminate (by implication, decide), or (reflexively) hesitate","kjv_definition":"contend, make (to) differ(-ence), discern, doubt, judge, be partial, stagger, waver"} +{"id":"G2745","strongs_number":"G2745","system":"greek","language":"greek","number_value":2745,"lemma":"καύχημα","transliteration":"kaúchēma","pronunciation":null,"derivation":"from G2744 (καυχάομαι);","strongs_definition":"a boast (properly, the object; by implication, the act) in a good or a bad sense","kjv_definition":"boasting, (whereof) to glory (of), glorying, rejoice(-ing)"} +{"id":"G592","strongs_number":"G592","system":"greek","language":"greek","number_value":592,"lemma":"ἀποδιορίζω","transliteration":"apodiorízō","pronunciation":null,"derivation":"from G575 (ἀπό) and a compound of G223 (Ἀλέξανδρος) and G3724 (ὁρίζω);","strongs_definition":"to disjoin (by a boundary, figuratively, a party)","kjv_definition":"separate"} +{"id":"G4197","strongs_number":"G4197","system":"greek","language":"greek","number_value":4197,"lemma":"πορεία","transliteration":"poreía","pronunciation":null,"derivation":"from G4198 (πορεύομαι);","strongs_definition":"travel (by land); figuratively (plural) proceedings, i.e. career","kjv_definition":"journey(-ing), ways"} +{"id":"G1405","strongs_number":"G1405","system":"greek","language":"greek","number_value":1405,"lemma":"δράσσομαι","transliteration":"drássomai","pronunciation":null,"derivation":"perhaps akin to the base of G1404 (δράκων) (through the idea of capturing);","strongs_definition":"to grasp, i.e. (figuratively) entrap","kjv_definition":"take"} +{"id":"G339","strongs_number":"G339","system":"greek","language":"greek","number_value":339,"lemma":"ἀνακαθίζω","transliteration":"anakathízō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2523 (καθίζω);","strongs_definition":"properly, to set up, i.e. (reflexively) to sit up","kjv_definition":"sit up"} +{"id":"G1997","strongs_number":"G1997","system":"greek","language":"greek","number_value":1997,"lemma":"ἐπισυναγωγή","transliteration":"episynagōgḗ","pronunciation":null,"derivation":"from G1996 (ἐπισυνάγω);","strongs_definition":"a complete collection; especially a Christian meeting (for worship)","kjv_definition":"assembling (gathering) together"} +{"id":"G3429","strongs_number":"G3429","system":"greek","language":"greek","number_value":3429,"lemma":"μοιχάω","transliteration":"moicháō","pronunciation":null,"derivation":"from G3432 (μοιχός);","strongs_definition":"(middle voice) to commit adultery","kjv_definition":"commit adultery"} +{"id":"G2495","strongs_number":"G2495","system":"greek","language":"greek","number_value":2495,"lemma":"Ἰωνᾶς","transliteration":"Iōnâs","pronunciation":null,"derivation":"of Hebrew origin (H03124);","strongs_definition":"Jonas (i.e. Jonah), the name of two Israelites","kjv_definition":"Jonas"} +{"id":"G4673","strongs_number":"G4673","system":"greek","language":"greek","number_value":4673,"lemma":"σορός","transliteration":"sorós","pronunciation":null,"derivation":"probably akin to the base of G4987 (σωρεύω);","strongs_definition":"a funereal receptacle (urn, coffin), i.e. (by analogy) a bier","kjv_definition":"bier"} +{"id":"G1500","strongs_number":"G1500","system":"greek","language":"greek","number_value":1500,"lemma":"εἰκῆ","transliteration":"eikē","pronunciation":null,"derivation":"probably from G1502 (εἴκω) (through the idea of failure);","strongs_definition":"idly, i.e. without reason (or effect)","kjv_definition":"without a cause, (in) vain(-ly)"} +{"id":"G3827","strongs_number":"G3827","system":"greek","language":"greek","number_value":3827,"lemma":"πάμπολυς","transliteration":"pámpolys","pronunciation":null,"derivation":"from G3956 (πᾶς) and G4183 (πολύς);","strongs_definition":"full many, i.e. immense","kjv_definition":"very great"} +{"id":"G468","strongs_number":"G468","system":"greek","language":"greek","number_value":468,"lemma":"ἀνταπόδομα","transliteration":"antapódoma","pronunciation":null,"derivation":"from G467 (ἀνταποδίδωμι);","strongs_definition":"a requital (properly, the thing)","kjv_definition":"recompense"} +{"id":"G2133","strongs_number":"G2133","system":"greek","language":"greek","number_value":2133,"lemma":"εὔνοια","transliteration":"eúnoia","pronunciation":null,"derivation":"from the same as G2132 (εὐνοέω);","strongs_definition":"kindness; euphemistically, conjugal duty","kjv_definition":"benevolence, good will"} +{"id":"G3857","strongs_number":"G3857","system":"greek","language":"greek","number_value":3857,"lemma":"παράδεισος","transliteration":"parádeisos","pronunciation":null,"derivation":"of Oriental origin (compare H06508);","strongs_definition":"a park, i.e. (specially), an Eden (place of future happiness, \"paradise\")","kjv_definition":"paradise"} +{"id":"G3638","strongs_number":"G3638","system":"greek","language":"greek","number_value":3638,"lemma":"ὀκτώ","transliteration":"oktṓ","pronunciation":null,"derivation":"a primary numeral;","strongs_definition":"\"eight\"","kjv_definition":"eight"} +{"id":"G2118","strongs_number":"G2118","system":"greek","language":"greek","number_value":2118,"lemma":"εὐθύτης","transliteration":"euthýtēs","pronunciation":null,"derivation":"from G2117 (εὐθύς);","strongs_definition":"rectitude","kjv_definition":"righteousness"} +{"id":"G3151","strongs_number":"G3151","system":"greek","language":"greek","number_value":3151,"lemma":"ματαιολόγος","transliteration":"mataiológos","pronunciation":null,"derivation":"from G3152 (μάταιος) and G3004 (λέγω);","strongs_definition":"an idle (i.e. senseless or mischievous) talker, i.e. a wrangler","kjv_definition":"vain talker"} +{"id":"G2237","strongs_number":"G2237","system":"greek","language":"greek","number_value":2237,"lemma":"ἡδονή","transliteration":"hēdonḗ","pronunciation":null,"derivation":"from (to please);","strongs_definition":"sensual delight; by implication, desire","kjv_definition":"lust, pleasure"} +{"id":"G3526","strongs_number":"G3526","system":"greek","language":"greek","number_value":3526,"lemma":"Νίγερ","transliteration":"Níger","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"black; Niger, a Christian","kjv_definition":"Niger"} +{"id":"G5155","strongs_number":"G5155","system":"greek","language":"greek","number_value":5155,"lemma":"τρίχινος","transliteration":"tríchinos","pronunciation":null,"derivation":"from G2359 (θρίξ);","strongs_definition":"hairy, i.e. made of hair (mohair)","kjv_definition":"of hair"} +{"id":"G914","strongs_number":"G914","system":"greek","language":"greek","number_value":914,"lemma":"Βαραχίας","transliteration":"Barachías","pronunciation":null,"derivation":"of Hebrew origin (H01296);","strongs_definition":"Barachias (i.e. Berechijah), an Israelite","kjv_definition":"Barachias"} +{"id":"G4691","strongs_number":"G4691","system":"greek","language":"greek","number_value":4691,"lemma":"σπερμολόγος","transliteration":"spermológos","pronunciation":null,"derivation":"from G4690 (σπέρμα) and G3004 (λέγω);","strongs_definition":"a seed-picker (as the crow), i.e. (figuratively) a sponger, loafer (specially, a gossip or trifler in talk)","kjv_definition":"babbler"} +{"id":"G2352","strongs_number":"G2352","system":"greek","language":"greek","number_value":2352,"lemma":"θραύω","transliteration":"thraúō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to crush","kjv_definition":"bruise"} +{"id":"G364","strongs_number":"G364","system":"greek","language":"greek","number_value":364,"lemma":"ἀνάμνησις","transliteration":"anámnēsis","pronunciation":null,"derivation":"from G363 (ἀναμιμνήσκω);","strongs_definition":"recollection","kjv_definition":"remembrance (again)"} +{"id":"G3169","strongs_number":"G3169","system":"greek","language":"greek","number_value":3169,"lemma":"μεγαλοπρεπής","transliteration":"megaloprepḗs","pronunciation":null,"derivation":"from G3173 (μέγας) and G4241 (πρέπω);","strongs_definition":"befitting greatness or magnificence (majestic)","kjv_definition":"excellent"} +{"id":"G3445","strongs_number":"G3445","system":"greek","language":"greek","number_value":3445,"lemma":"μορφόω","transliteration":"morphóō","pronunciation":null,"derivation":"from the same as G3444 (μορφή);","strongs_definition":"to fashion (figuratively)","kjv_definition":"form"} +{"id":"G2115","strongs_number":"G2115","system":"greek","language":"greek","number_value":2115,"lemma":"εὔθυμος","transliteration":"eúthymos","pronunciation":null,"derivation":"from G2095 (εὖ) and G2372 (θυμός);","strongs_definition":"in fine spirits, i.e. cheerful","kjv_definition":"of good cheer, the more cheerfully"} +{"id":"G5090","strongs_number":"G5090","system":"greek","language":"greek","number_value":5090,"lemma":"Τιμαῖος","transliteration":"Timaîos","pronunciation":null,"derivation":"probably of Chaldee origin (compare H02931);","strongs_definition":"Timæus (i.e. Timay), an Israelite","kjv_definition":"Timæus"} +{"id":"G4732","strongs_number":"G4732","system":"greek","language":"greek","number_value":4732,"lemma":"στερεόω","transliteration":"stereóō","pronunciation":null,"derivation":"from G4731 (στερεός);","strongs_definition":"to solidify, i.e. confirm (literally or figuratively)","kjv_definition":"establish, receive strength, make strong"} +{"id":"G3030","strongs_number":"G3030","system":"greek","language":"greek","number_value":3030,"lemma":"λίβανος","transliteration":"líbanos","pronunciation":null,"derivation":"of foreign origin (H03828);","strongs_definition":"the incense-tree, i.e. (by implication) incense itself","kjv_definition":"frankincense"} +{"id":"G4966","strongs_number":"G4966","system":"greek","language":"greek","number_value":4966,"lemma":"Συχέμ","transliteration":"Sychém","pronunciation":null,"derivation":"of Hebrew origin (H07927);","strongs_definition":"Sychem (i.e. Shekem), the name of a Canaanite and of a place in Palestine","kjv_definition":"Sychem"} +{"id":"G611","strongs_number":"G611","system":"greek","language":"greek","number_value":611,"lemma":"ἀποκρίνομαι","transliteration":"apokrínomai","pronunciation":null,"derivation":"from G575 (ἀπό) and ;","strongs_definition":"to conclude for oneself, i.e. (by implication) to respond; by Hebraism (compare H06030) to begin to speak (where an address is expected)","kjv_definition":"answer"} +{"id":"G2029","strongs_number":"G2029","system":"greek","language":"greek","number_value":2029,"lemma":"ἐποπτεύω","transliteration":"epopteúō","pronunciation":null,"derivation":"from G1909 (ἐπί) and a derivative of G3700 (ὀπτάνομαι);","strongs_definition":"to inspect, i.e. watch","kjv_definition":"behold"} +{"id":"G5120","strongs_number":"G5120","system":"greek","language":"greek","number_value":5120,"lemma":"τοῦ","transliteration":"toû","pronunciation":null,"derivation":"properly, the genitive case of G3588 (ὁ);","strongs_definition":"sometimes used for G5127 (τούτου); of this person","kjv_definition":"his"} +{"id":"G4010","strongs_number":"G4010","system":"greek","language":"greek","number_value":4010,"lemma":"Πέργαμος","transliteration":"Pérgamos","pronunciation":null,"derivation":"from G4444 (πύργος);","strongs_definition":"fortified; Pergamus, a place in Asia Minor","kjv_definition":"Pergamos"} +{"id":"G4948","strongs_number":"G4948","system":"greek","language":"greek","number_value":4948,"lemma":"Σύρος","transliteration":"Sýros","pronunciation":null,"derivation":"from the same as G4947 (Συρία);","strongs_definition":"a Syran (i.e. probably Tyrian), a native of Syria","kjv_definition":"Syrian"} +{"id":"G1205","strongs_number":"G1205","system":"greek","language":"greek","number_value":1205,"lemma":"δεῦτε","transliteration":"deûte","pronunciation":null,"derivation":"from G1204 (δεῦρο) and an imperative form of (to go);","strongs_definition":"come hither!","kjv_definition":"come, X follow"} +{"id":"G4729","strongs_number":"G4729","system":"greek","language":"greek","number_value":4729,"lemma":"στενοχωρέω","transliteration":"stenochōréō","pronunciation":null,"derivation":"from the same as G4730 (στενοχωρία);","strongs_definition":"to hem in closely, i.e. (figuratively) cramp","kjv_definition":"distress, straiten"} +{"id":"G2461","strongs_number":"G2461","system":"greek","language":"greek","number_value":2461,"lemma":"ἱππικόν","transliteration":"hippikón","pronunciation":null,"derivation":"neuter of a derivative of G2462 (ἵππος);","strongs_definition":"the cavalry force","kjv_definition":"horse(-men)"} +{"id":"G575","strongs_number":"G575","system":"greek","language":"greek","number_value":575,"lemma":"ἀπό","transliteration":"apó","pronunciation":null,"derivation":"a primary particle;","strongs_definition":"\"off,\" i.e. away (from something near), in various senses (of place, time, or relation; literal or figurative)","kjv_definition":"(X here-)after, ago, at, because of, before, by (the space of), for(-th), from, in, (out) of, off, (up-)on(-ce), since, with"} +{"id":"G907","strongs_number":"G907","system":"greek","language":"greek","number_value":907,"lemma":"βαπτίζω","transliteration":"baptízō","pronunciation":null,"derivation":"from a derivative of G911 (βάπτω);","strongs_definition":"to immerse, submerge; to make whelmed (i.e. fully wet); used only (in the New Testament) of ceremonial ablution, especially (technically) of the ordinance of Christian baptism","kjv_definition":"Baptist, baptize, wash"} +{"id":"G3416","strongs_number":"G3416","system":"greek","language":"greek","number_value":3416,"lemma":"Μνάσων","transliteration":"Mnásōn","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Mnason, a Christian","kjv_definition":"Mnason"} +{"id":"G1569","strongs_number":"G1569","system":"greek","language":"greek","number_value":1569,"lemma":"ἔκθαμβος","transliteration":"ékthambos","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2285 (θάμβος);","strongs_definition":"utterly astounded","kjv_definition":"greatly wondering"} +{"id":"G3475","strongs_number":"G3475","system":"greek","language":"greek","number_value":3475,"lemma":"Μωσεύς","transliteration":"Mōseús","pronunciation":null,"derivation":"of Hebrew origin; (H04872);","strongs_definition":"Moseus, Moses, or Mouses (i.e. Mosheh), the Hebrew lawgiver","kjv_definition":"Moses"} +{"id":"G4487","strongs_number":"G4487","system":"greek","language":"greek","number_value":4487,"lemma":"ῥῆμα","transliteration":"rhēma","pronunciation":null,"derivation":"from G4483 (ῥέω);","strongs_definition":"an utterance (individually, collectively or specially),; by implication, a matter or topic (especially of narration, command or dispute); with a negative naught whatever","kjv_definition":"+ evil, + nothing, saying, word"} +{"id":"G885","strongs_number":"G885","system":"greek","language":"greek","number_value":885,"lemma":"Ἀχείμ","transliteration":"Acheím","pronunciation":null,"derivation":"probably of Hebrew origin (compare H03137);","strongs_definition":"Achim, an Israelite","kjv_definition":"Achim"} +{"id":"G3143","strongs_number":"G3143","system":"greek","language":"greek","number_value":3143,"lemma":"μαρτύρομαι","transliteration":"martýromai","pronunciation":null,"derivation":"middle voice from G3144 (μάρτυς);","strongs_definition":"to be adduced as a witness, i.e. (figuratively) to obtest (in affirmation or exhortation)","kjv_definition":"take to record, testify"} +{"id":"G356","strongs_number":"G356","system":"greek","language":"greek","number_value":356,"lemma":"ἀναλογία","transliteration":"analogía","pronunciation":null,"derivation":"from a compound of G303 (ἀνά) and G3056 (λόγος);","strongs_definition":"proportion","kjv_definition":"proportion"} +{"id":"G1075","strongs_number":"G1075","system":"greek","language":"greek","number_value":1075,"lemma":"γενεαλογέω","transliteration":"genealogéō","pronunciation":null,"derivation":"from G1074 (γενεά) and G3056 (λόγος);","strongs_definition":"to reckon by generations, i.e. trace in genealogy","kjv_definition":"count by descent"} +{"id":"G3131","strongs_number":"G3131","system":"greek","language":"greek","number_value":3131,"lemma":"μάννα","transliteration":"mánna","pronunciation":null,"derivation":"of Hebrew origin (H04478);","strongs_definition":"manna (i.e. man), an edible gum","kjv_definition":"manna"} +{"id":"G1760","strongs_number":"G1760","system":"greek","language":"greek","number_value":1760,"lemma":"ἐνθυμέομαι","transliteration":"enthyméomai","pronunciation":null,"derivation":"from a compound of G1722 (ἐν) and G2372 (θυμός);","strongs_definition":"to be inspirited, i.e. ponder","kjv_definition":"think"} +{"id":"G3020","strongs_number":"G3020","system":"greek","language":"greek","number_value":3020,"lemma":"Λευϊτικός","transliteration":"Leuïtikós","pronunciation":null,"derivation":"from G3019 (Λευΐτης);","strongs_definition":"Levitic, i.e. relating to the Levites","kjv_definition":"Levitical"} +{"id":"G3078","strongs_number":"G3078","system":"greek","language":"greek","number_value":3078,"lemma":"Λυσανίας","transliteration":"Lysanías","pronunciation":null,"derivation":"from G3080 (λύσις) and (trouble);","strongs_definition":"grief-dispelling; Lysanias, a governor of Abilene","kjv_definition":"Lysanias"} +{"id":"G3903","strongs_number":"G3903","system":"greek","language":"greek","number_value":3903,"lemma":"παρασκευάζω","transliteration":"paraskeuázō","pronunciation":null,"derivation":"from G3844 (παρά) and a derivative of G4632 (σκεῦος);","strongs_definition":"to furnish aside, i.e. get ready","kjv_definition":"prepare self, be (make) ready"} +{"id":"G2851","strongs_number":"G2851","system":"greek","language":"greek","number_value":2851,"lemma":"κόλασις","transliteration":"kólasis","pronunciation":null,"derivation":"from G2849 (κολάζω);","strongs_definition":"penal infliction","kjv_definition":"punishment, torment"} +{"id":"G1607","strongs_number":"G1607","system":"greek","language":"greek","number_value":1607,"lemma":"ἐκπορεύομαι","transliteration":"ekporeúomai","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4198 (πορεύομαι);","strongs_definition":"to depart, be discharged, proceed, project","kjv_definition":"come (forth, out of), depart, go (forth, out), issue, proceed (out of)"} +{"id":"G5287","strongs_number":"G5287","system":"greek","language":"greek","number_value":5287,"lemma":"ὑπόστασις","transliteration":"hypóstasis","pronunciation":null,"derivation":"from a compound of G5259 (ὑπό) and G2476 (ἵστημι);","strongs_definition":"a setting under (support), i.e. (figuratively) concretely, essence, or abstractly, assurance (objectively or subjectively)","kjv_definition":"confidence, confident, person, substance"} +{"id":"G1740","strongs_number":"G1740","system":"greek","language":"greek","number_value":1740,"lemma":"ἐνδοξάζω","transliteration":"endoxázō","pronunciation":null,"derivation":"from G1741 (ἔνδοξος);","strongs_definition":"to glorify","kjv_definition":"glorify"} +{"id":"G1599","strongs_number":"G1599","system":"greek","language":"greek","number_value":1599,"lemma":"ἐκπέμπω","transliteration":"ekpémpō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3992 (πέμπω);","strongs_definition":"to despatch","kjv_definition":"send away (forth)"} +{"id":"G3375","strongs_number":"G3375","system":"greek","language":"greek","number_value":3375,"lemma":"μήν","transliteration":"mḗn","pronunciation":null,"derivation":"a stronger form of G3303 (μέν);","strongs_definition":"a particle of affirmation (only with G2229 (ἦ)); assuredly","kjv_definition":"+ surely"} +{"id":"G3563","strongs_number":"G3563","system":"greek","language":"greek","number_value":3563,"lemma":"νοῦς","transliteration":"noûs","pronunciation":null,"derivation":"probably from the base of G1097 (γινώσκω);","strongs_definition":"the intellect, i.e. mind (divine or human; in thought, feeling, or will); by implication, meaning","kjv_definition":"mind, understanding"} +{"id":"G3461","strongs_number":"G3461","system":"greek","language":"greek","number_value":3461,"lemma":"μυριάς","transliteration":"myriás","pronunciation":null,"derivation":"from G3463 (μύριοι);","strongs_definition":"a ten-thousand; by extension, a \"myriad\" or indefinite number","kjv_definition":"ten thousand"} +{"id":"G1673","strongs_number":"G1673","system":"greek","language":"greek","number_value":1673,"lemma":"Ἑλληνικός","transliteration":"Hellēnikós","pronunciation":null,"derivation":"from G1672 (Ἕλλην);","strongs_definition":"Hellenic, i.e. Grecian (in language)","kjv_definition":"Greek"} +{"id":"G2096","strongs_number":"G2096","system":"greek","language":"greek","number_value":2096,"lemma":"Εὖα","transliteration":"Eûa","pronunciation":null,"derivation":"of Hebrew origin (H02332);","strongs_definition":"Eua (or Eva, i.e. Chavvah), the first woman","kjv_definition":"Eve"} +{"id":"G3071","strongs_number":"G3071","system":"greek","language":"greek","number_value":3071,"lemma":"Λυκαονία","transliteration":"Lykaonía","pronunciation":null,"derivation":"perhaps remotely from G3074 (λύκος);","strongs_definition":"Lycaonia, a region of Asia Minor","kjv_definition":"Lycaonia"} +{"id":"G1720","strongs_number":"G1720","system":"greek","language":"greek","number_value":1720,"lemma":"ἐμφυσάω","transliteration":"emphysáō","pronunciation":null,"derivation":"from G1722 (ἐν) and (to puff) (compare G5453 (φύω));","strongs_definition":"to blow at or on","kjv_definition":"breathe on"} +{"id":"G5272","strongs_number":"G5272","system":"greek","language":"greek","number_value":5272,"lemma":"ὑπόκρισις","transliteration":"hypókrisis","pronunciation":null,"derivation":"from G5271 (ὑποκρίνομαι);","strongs_definition":"acting under a feigned part, i.e. (figuratively) deceit (\"hypocrisy\")","kjv_definition":"condemnation, dissimulation, hypocrisy"} +{"id":"G707","strongs_number":"G707","system":"greek","language":"greek","number_value":707,"lemma":"Ἀριμαθαία","transliteration":"Arimathaía","pronunciation":null,"derivation":"of Hebrew origin (H07414);","strongs_definition":"Arimathæa (or Ramah), a place in Palestine","kjv_definition":"Arimathæa"} +{"id":"G2535","strongs_number":"G2535","system":"greek","language":"greek","number_value":2535,"lemma":"Κάϊν","transliteration":"Káïn","pronunciation":null,"derivation":"of Hebrew origin (H07014);","strongs_definition":"Cain, (i.e. Cajin), the son of Adam","kjv_definition":"Cain"} +{"id":"G2065","strongs_number":"G2065","system":"greek","language":"greek","number_value":2065,"lemma":"ἐρωτάω","transliteration":"erōtáō","pronunciation":null,"derivation":"apparently from G2046 (ἐρέω) (compare G2045 (ἐρευνάω));","strongs_definition":"to interrogate; by implication, to request","kjv_definition":"ask, beseech, desire, intreat, pray"} +{"id":"G4282","strongs_number":"G4282","system":"greek","language":"greek","number_value":4282,"lemma":"προετοιμάζω","transliteration":"proetoimázō","pronunciation":null,"derivation":"from G4253 (πρό) and G2090 (ἑτοιμάζω);","strongs_definition":"to fit up in advance (literally or figuratively)","kjv_definition":"ordain before, prepare afore"} +{"id":"G394","strongs_number":"G394","system":"greek","language":"greek","number_value":394,"lemma":"ἀνατίθεμαι","transliteration":"anatíthemai","pronunciation":null,"derivation":"from G303 (ἀνά) and the middle voice of G5087 (τίθημι);","strongs_definition":"to set forth (for oneself), i.e propound","kjv_definition":"communicate, declare"} +{"id":"G4789","strongs_number":"G4789","system":"greek","language":"greek","number_value":4789,"lemma":"συγκληρονόμος","transliteration":"synklēronómos","pronunciation":null,"derivation":"from G4862 (σύν) and G2818 (κληρονόμος);","strongs_definition":"a co-heir, i.e. (by analogy) participant in common","kjv_definition":"fellow (joint)-heir, heir together, heir with"} +{"id":"G1393","strongs_number":"G1393","system":"greek","language":"greek","number_value":1393,"lemma":"Δορκάς","transliteration":"Dorkás","pronunciation":null,"derivation":null,"strongs_definition":"gazelle; Dorcas, a Christian woman","kjv_definition":"Dorcas"} +{"id":"G3491","strongs_number":"G3491","system":"greek","language":"greek","number_value":3491,"lemma":"ναῦς","transliteration":"naûs","pronunciation":null,"derivation":"from or (to float);","strongs_definition":"a boat (of any size)","kjv_definition":"ship"} +{"id":"G1137","strongs_number":"G1137","system":"greek","language":"greek","number_value":1137,"lemma":"γωνία","transliteration":"gōnía","pronunciation":null,"derivation":"probably akin to G1119 (γόνυ);","strongs_definition":"an angle","kjv_definition":"corner, quarter"} +{"id":"G2375","strongs_number":"G2375","system":"greek","language":"greek","number_value":2375,"lemma":"θυρεός","transliteration":"thyreós","pronunciation":null,"derivation":"from G2374 (θύρα);","strongs_definition":"a large shield (as door-shaped)","kjv_definition":"shield"} +{"id":"G2982","strongs_number":"G2982","system":"greek","language":"greek","number_value":2982,"lemma":"λαμά","transliteration":"lamá","pronunciation":null,"derivation":"of Hebrew origin (H04100 with prepositional prefix);","strongs_definition":"lama (i.e. why)","kjv_definition":"lama"} +{"id":"G4668","strongs_number":"G4668","system":"greek","language":"greek","number_value":4668,"lemma":"Σμυρναῖος","transliteration":"Smyrnaîos","pronunciation":null,"derivation":"from G4667 (Σμύρνα);","strongs_definition":"a Smyrnæan","kjv_definition":"in Smyrna"} +{"id":"G2041","strongs_number":"G2041","system":"greek","language":"greek","number_value":2041,"lemma":"ἔργον","transliteration":"érgon","pronunciation":null,"derivation":"from a primary (but obsolete) (to work);","strongs_definition":"toil (as an effort or occupation); by implication, an act","kjv_definition":"deed, doing, labour, work"} +{"id":"G4720","strongs_number":"G4720","system":"greek","language":"greek","number_value":4720,"lemma":"Στάχυς","transliteration":"Stáchys","pronunciation":null,"derivation":"the same as G4719 (στάχυς);","strongs_definition":"Stachys, a Christian","kjv_definition":"Stachys"} +{"id":"G3435","strongs_number":"G3435","system":"greek","language":"greek","number_value":3435,"lemma":"μολύνω","transliteration":"molýnō","pronunciation":null,"derivation":"probably from G3189 (μέλας);","strongs_definition":"to soil (figuratively)","kjv_definition":"defile"} +{"id":"G262","strongs_number":"G262","system":"greek","language":"greek","number_value":262,"lemma":"ἀμαράντινος","transliteration":"amarántinos","pronunciation":null,"derivation":"from G263 (ἀμάραντος);","strongs_definition":"\"amaranthine\", i.e. (by implication) fadeless","kjv_definition":"that fadeth not away"} +{"id":"G2925","strongs_number":"G2925","system":"greek","language":"greek","number_value":2925,"lemma":"κρούω","transliteration":"kroúō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to rap","kjv_definition":"knock"} +{"id":"G1164","strongs_number":"G1164","system":"greek","language":"greek","number_value":1164,"lemma":"δεῖγμα","transliteration":"deîgma","pronunciation":null,"derivation":"from the base of G1166 (δεικνύω);","strongs_definition":"a specimen (as shown)","kjv_definition":"example"} +{"id":"G2469","strongs_number":"G2469","system":"greek","language":"greek","number_value":2469,"lemma":"Ἰσκαριώτης","transliteration":"Iskariṓtēs","pronunciation":null,"derivation":"of Hebrew origin (probably H0377 and H07149);","strongs_definition":"inhabitant of Kerioth; Iscariotes (i.e. Keriothite), an epithet of Judas the traitor","kjv_definition":"Iscariot"} +{"id":"G2652","strongs_number":"G2652","system":"greek","language":"greek","number_value":2652,"lemma":"κατανάθεμα","transliteration":"katanáthema","pronunciation":null,"derivation":"from G2596 (κατά) (intensive) and G331 (ἀνάθεμα);","strongs_definition":"an imprecation","kjv_definition":"curse"} +{"id":"G2806","strongs_number":"G2806","system":"greek","language":"greek","number_value":2806,"lemma":"κλάω","transliteration":"kláō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to break (specially, of bread)","kjv_definition":"break"} +{"id":"G4152","strongs_number":"G4152","system":"greek","language":"greek","number_value":4152,"lemma":"πνευματικός","transliteration":"pneumatikós","pronunciation":null,"derivation":"from G4151 (πνεῦμα);","strongs_definition":"non-carnal, i.e. (humanly) ethereal (as opposed to gross), or (dæmoniacally) a spirit (concretely), or (divinely) supernatural, regenerate, religious","kjv_definition":"spiritual"} +{"id":"G5421","strongs_number":"G5421","system":"greek","language":"greek","number_value":5421,"lemma":"φρέαρ","transliteration":"phréar","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a hole in the ground (dug for obtaining or holding water or other purposes), i.e. a cistern or well; figuratively, an abyss (as a prison)","kjv_definition":"well, pit"} +{"id":"G5126","strongs_number":"G5126","system":"greek","language":"greek","number_value":5126,"lemma":"τοῦτον","transliteration":"toûton","pronunciation":null,"derivation":"accusative case singular masculine of G3778 (οὗτος);","strongs_definition":"this (person, as objective of verb or preposition)","kjv_definition":"him, the same, that, this"} +{"id":"G3620","strongs_number":"G3620","system":"greek","language":"greek","number_value":3620,"lemma":"οἰκοδομία","transliteration":"oikodomía","pronunciation":null,"derivation":"from the same as G3619 (οἰκοδομή);","strongs_definition":"confirmation","kjv_definition":"edifying"} +{"id":"G1373","strongs_number":"G1373","system":"greek","language":"greek","number_value":1373,"lemma":"δίψος","transliteration":"dípsos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"thirst","kjv_definition":"thirst"} +{"id":"G5583","strongs_number":"G5583","system":"greek","language":"greek","number_value":5583,"lemma":"ψεύστης","transliteration":"pseústēs","pronunciation":null,"derivation":"from G5574 (ψεύδομαι);","strongs_definition":"a falsifier","kjv_definition":"liar"} +{"id":"G4452","strongs_number":"G4452","system":"greek","language":"greek","number_value":4452,"lemma":"-πω","transliteration":"-pō","pronunciation":null,"derivation":"another form of the base of G4458 (-πώς);","strongs_definition":"an enclitic particle of indefiniteness; yet, even; used only in the comparative. See G3369 (μηδέπω), G3380 (μήπω), G3764 (οὐδέπω), G3768 (οὔπω), G4455 (πώποτε).","kjv_definition":null} +{"id":"G2139","strongs_number":"G2139","system":"greek","language":"greek","number_value":2139,"lemma":"εὐπερίστατος","transliteration":"euperístatos","pronunciation":null,"derivation":"from G2095 (εὖ) and a derivative of a presumed compound of G4012 (περί) and G2476 (ἵστημι);","strongs_definition":"well standing around, i.e. (a competitor) thwarting (a racer) in every direction (figuratively, of sin in genitive case)","kjv_definition":"which doth so easily beset"} +{"id":"G2668","strongs_number":"G2668","system":"greek","language":"greek","number_value":2668,"lemma":"καταπλέω","transliteration":"katapléō","pronunciation":null,"derivation":"from G2596 (κατά) and G4126 (πλέω);","strongs_definition":"to sail down upon a place, i.e. to land at","kjv_definition":"arrive"} +{"id":"G5566","strongs_number":"G5566","system":"greek","language":"greek","number_value":5566,"lemma":"χῶρος","transliteration":"chōros","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"the north-west wind","kjv_definition":"north west"} +{"id":"G1639","strongs_number":"G1639","system":"greek","language":"greek","number_value":1639,"lemma":"Ἐλαμίτης","transliteration":"Elamítēs","pronunciation":null,"derivation":"of Hebrew origin (H05867);","strongs_definition":"an Elamite or Persian","kjv_definition":"Elamite"} +{"id":"G3621","strongs_number":"G3621","system":"greek","language":"greek","number_value":3621,"lemma":"οἰκονομέω","transliteration":"oikonoméō","pronunciation":null,"derivation":"from G3623 (οἰκονόμος);","strongs_definition":"to manage (a house, i.e. an estate)","kjv_definition":"be steward"} +{"id":"G144","strongs_number":"G144","system":"greek","language":"greek","number_value":144,"lemma":"αἴσθησις","transliteration":"aísthēsis","pronunciation":null,"derivation":"from G143 (αἰσθάνομαι);","strongs_definition":"perception, i.e. (figuratively) discernment","kjv_definition":"judgment"} +{"id":"G787","strongs_number":"G787","system":"greek","language":"greek","number_value":787,"lemma":"ἀσσάριον","transliteration":"assárion","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"an assarius or as, a Roman coin","kjv_definition":"farthing"} +{"id":"G1155","strongs_number":"G1155","system":"greek","language":"greek","number_value":1155,"lemma":"δανείζω","transliteration":"daneízō","pronunciation":null,"derivation":"from G1156 (δάνειον);","strongs_definition":"to loan on interest; reflexively, to borrow","kjv_definition":"borrow, lend"} +{"id":"G1959","strongs_number":"G1959","system":"greek","language":"greek","number_value":1959,"lemma":"ἐπιμελέομαι","transliteration":"epimeléomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and the same as G3199 (μέλω);","strongs_definition":"to care for (physically or otherwise)","kjv_definition":"take care of"} +{"id":"G3024","strongs_number":"G3024","system":"greek","language":"greek","number_value":3024,"lemma":"λήθη","transliteration":"lḗthē","pronunciation":null,"derivation":"from G2990 (λανθάνω);","strongs_definition":"forgetfulness","kjv_definition":"+ forget"} +{"id":"G257","strongs_number":"G257","system":"greek","language":"greek","number_value":257,"lemma":"ἅλων","transliteration":"hálōn","pronunciation":null,"derivation":"probably from the base of G1507 (εἱλίσσω);","strongs_definition":"a threshing-floor (as rolled hard), i.e. (figuratively) the grain (and chaff, as just threshed)","kjv_definition":"floor"} +{"id":"G5328","strongs_number":"G5328","system":"greek","language":"greek","number_value":5328,"lemma":"Φαραώ","transliteration":"Pharaṓ","pronunciation":null,"derivation":"of foreign origin (H06547);","strongs_definition":"Pharao (i.e. Pharoh), an Egyptian king","kjv_definition":"Pharaoh"} +{"id":"G2536","strongs_number":"G2536","system":"greek","language":"greek","number_value":2536,"lemma":"Καϊνάν","transliteration":"Kaïnán","pronunciation":null,"derivation":"of Hebrew origin (H07018);","strongs_definition":"Cainan (i.e. Kenan), the name of two patriarchs","kjv_definition":"Cainan"} +{"id":"G585","strongs_number":"G585","system":"greek","language":"greek","number_value":585,"lemma":"ἀπόδειξις","transliteration":"apódeixis","pronunciation":null,"derivation":"from G584 (ἀποδείκνυμι);","strongs_definition":"manifestation","kjv_definition":"demonstration"} +{"id":"G728","strongs_number":"G728","system":"greek","language":"greek","number_value":728,"lemma":"ἀῤῥαβών","transliteration":"arrhabṓn","pronunciation":null,"derivation":"of Hebrew origin (H06162);","strongs_definition":"a pledge, i.e. part of the purchase-money or property given in advance as security for the rest","kjv_definition":"earnest"} +{"id":"G4598","strongs_number":"G4598","system":"greek","language":"greek","number_value":4598,"lemma":"σητόβρωτος","transliteration":"sētóbrōtos","pronunciation":null,"derivation":"from G4597 (σής) and a derivative of G977 (βιβρώσκω);","strongs_definition":"moth-eaten","kjv_definition":"motheaten"} +{"id":"G4024","strongs_number":"G4024","system":"greek","language":"greek","number_value":4024,"lemma":"περιζώννυμι","transliteration":"perizṓnnymi","pronunciation":null,"derivation":"from G4012 (περί) and G2224 (ζώννυμι);","strongs_definition":"to gird all around, i.e. (middle voice or passive) to fasten on one's belt (literally or figuratively)","kjv_definition":"gird (about, self)"} +{"id":"G260","strongs_number":"G260","system":"greek","language":"greek","number_value":260,"lemma":"ἅμα","transliteration":"háma","pronunciation":null,"derivation":"a primary particle;","strongs_definition":"properly, at the \"same\" time, but freely used as a preposition or adverb denoting close association","kjv_definition":"also, and, together, with(-al)"} +{"id":"G2959","strongs_number":"G2959","system":"greek","language":"greek","number_value":2959,"lemma":"Κυρία","transliteration":"Kyría","pronunciation":null,"derivation":"feminine of G2962 (κύριος);","strongs_definition":"Cyria, a Christian woman","kjv_definition":"lady"} +{"id":"G1641","strongs_number":"G1641","system":"greek","language":"greek","number_value":1641,"lemma":"ἐλαττονέω","transliteration":"elattonéō","pronunciation":null,"derivation":"from G1640 (ἐλάσσων);","strongs_definition":"to diminish, i.e. fall short","kjv_definition":"have lack"} +{"id":"G2350","strongs_number":"G2350","system":"greek","language":"greek","number_value":2350,"lemma":"θορυβέω","transliteration":"thorybéō","pronunciation":null,"derivation":"from G2351 (θόρυβος);","strongs_definition":"to be in tumult, i.e. disturb, clamor","kjv_definition":"make ado (a noise), trouble self, set on an uproar"} +{"id":"G3623","strongs_number":"G3623","system":"greek","language":"greek","number_value":3623,"lemma":"οἰκονόμος","transliteration":"oikonómos","pronunciation":null,"derivation":"from G3624 (οἶκος) and the base of G3551 (νόμος);","strongs_definition":"a house-distributor (i.e. manager), or overseer, i.e. an employee in that capacity; by extension, a fiscal agent (treasurer); figuratively, a preacher (of the Gospel)","kjv_definition":"chamberlain, governor, steward"} +{"id":"G3830","strongs_number":"G3830","system":"greek","language":"greek","number_value":3830,"lemma":"πανδοχεύς","transliteration":"pandocheús","pronunciation":null,"derivation":"from the same as G3829 (πανδοχεῖον);","strongs_definition":"an innkeeper (warden of a caravanserai)","kjv_definition":"host"} +{"id":"G1553","strongs_number":"G1553","system":"greek","language":"greek","number_value":1553,"lemma":"ἐκδημέω","transliteration":"ekdēméō","pronunciation":null,"derivation":"from a compound of G1537 (ἐκ) and G1218 (δῆμος);","strongs_definition":"to emigrate, i.e. (figuratively) vacate or quit","kjv_definition":"be absent"} +{"id":"G2574","strongs_number":"G2574","system":"greek","language":"greek","number_value":2574,"lemma":"κάμηλος","transliteration":"kámēlos","pronunciation":null,"derivation":"of Hebrew origin (H01581);","strongs_definition":"a \"camel\"","kjv_definition":"camel"} +{"id":"G2647","strongs_number":"G2647","system":"greek","language":"greek","number_value":2647,"lemma":"καταλύω","transliteration":"katalýō","pronunciation":null,"derivation":"from G2596 (κατά) and G3089 (λύω);","strongs_definition":"to loosen down (disintegrate), i.e. (by implication) to demolish (literally or figuratively); specially (compare G2646 (κατάλυμα)) to halt for the night","kjv_definition":"destroy, dissolve, be guest, lodge, come to nought, overthrow, throw down"} +{"id":"G1","strongs_number":"G1","system":"greek","language":"greek","number_value":1,"lemma":"Α","transliteration":"A","pronunciation":null,"derivation":"of Hebrew origin;","strongs_definition":"the first letter of the alphabet; figuratively, only (from its use as a numeral) the first:","kjv_definition":"--Alpha"} +{"id":"G4722","strongs_number":"G4722","system":"greek","language":"greek","number_value":4722,"lemma":"στέγω","transliteration":"stégō","pronunciation":null,"derivation":"from G4721 (στέγη);","strongs_definition":"to roof over, i.e. (figuratively) to cover with silence (endure patiently)","kjv_definition":"(for-)bear, suffer"} +{"id":"G4325","strongs_number":"G4325","system":"greek","language":"greek","number_value":4325,"lemma":"προσδαπανάω","transliteration":"prosdapanáō","pronunciation":null,"derivation":"from G4314 (πρός) and G1159 (δαπανάω);","strongs_definition":"to expend additionally","kjv_definition":"spend more"} +{"id":"G1082","strongs_number":"G1082","system":"greek","language":"greek","number_value":1082,"lemma":"Γεννησαρέτ","transliteration":"Gennēsarét","pronunciation":null,"derivation":"of Hebrew origin (compare H03672);","strongs_definition":"Gennesaret (i.e. Kinnereth), a lake and plain in Palestine","kjv_definition":"Gennesaret"} +{"id":"G5512","strongs_number":"G5512","system":"greek","language":"greek","number_value":5512,"lemma":"χλευάζω","transliteration":"chleuázō","pronunciation":null,"derivation":"from a derivative probably of G5491 (χεῖλος);","strongs_definition":"to throw out the lip, i.e. jeer at","kjv_definition":"mock"} +{"id":"G4757","strongs_number":"G4757","system":"greek","language":"greek","number_value":4757,"lemma":"στρατιώτης","transliteration":"stratiṓtēs","pronunciation":null,"derivation":"from a presumed derivative of the same as G4756 (στρατιά);","strongs_definition":"a camper-out, i.e. a (common) warrior (literally or figuratively)","kjv_definition":"soldier"} +{"id":"G2560","strongs_number":"G2560","system":"greek","language":"greek","number_value":2560,"lemma":"κακῶς","transliteration":"kakōs","pronunciation":null,"derivation":"from G2556 (κακός);","strongs_definition":"badly (physically or morally)","kjv_definition":"amiss, diseased, evil, grievously, miserably, sick, sore"} +{"id":"G1614","strongs_number":"G1614","system":"greek","language":"greek","number_value":1614,"lemma":"ἐκτείνω","transliteration":"ekteínō","pronunciation":null,"derivation":"from G1537 (ἐκ) and teino (to stretch);","strongs_definition":"to extend","kjv_definition":"cast, put forth, stretch forth (out)"} +{"id":"G4182","strongs_number":"G4182","system":"greek","language":"greek","number_value":4182,"lemma":"πολυποίκιλος","transliteration":"polypoíkilos","pronunciation":null,"derivation":"from G4183 (πολύς) and G4164 (ποικίλος);","strongs_definition":"much variegated, i.e. multifarious","kjv_definition":"manifold"} +{"id":"G1236","strongs_number":"G1236","system":"greek","language":"greek","number_value":1236,"lemma":"διάγω","transliteration":"diágō","pronunciation":null,"derivation":"from G1223 (διά) and G71 (ἄγω);","strongs_definition":"to pass time or life","kjv_definition":"lead life, living"} +{"id":"G3774","strongs_number":"G3774","system":"greek","language":"greek","number_value":3774,"lemma":"Οὐρίας","transliteration":"Ourías","pronunciation":null,"derivation":"of Hebrew origin (H0223);","strongs_definition":"Urias (i.e. Urijah), a Hittite","kjv_definition":"Urias"} +{"id":"G2062","strongs_number":"G2062","system":"greek","language":"greek","number_value":2062,"lemma":"ἑρπετόν","transliteration":"herpetón","pronunciation":null,"derivation":"neuter of a derivative of (to creep);","strongs_definition":"a reptile, i.e. (by Hebraism (compare H07431)) a small animal","kjv_definition":"creeping thing, serpent"} +{"id":"G552","strongs_number":"G552","system":"greek","language":"greek","number_value":552,"lemma":"ἄπειρος","transliteration":"ápeiros","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3984 (πεῖρα);","strongs_definition":"inexperienced, i.e. ignorant","kjv_definition":"unskilful"} +{"id":"G804","strongs_number":"G804","system":"greek","language":"greek","number_value":804,"lemma":"ἀσφαλής","transliteration":"asphalḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and sphallo (to \"fail\");","strongs_definition":"secure (literally or figuratively)","kjv_definition":"certain(-ty), safe, sure"} +{"id":"G5319","strongs_number":"G5319","system":"greek","language":"greek","number_value":5319,"lemma":"φανερόω","transliteration":"phaneróō","pronunciation":null,"derivation":"from G5318 (φανερός);","strongs_definition":"to render apparent (literally or figuratively)","kjv_definition":"appear, manifestly declare, (make) manifest (forth), shew (self)"} +{"id":"G4588","strongs_number":"G4588","system":"greek","language":"greek","number_value":4588,"lemma":"Σέργιος","transliteration":"Sérgios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Sergius, a Roman","kjv_definition":"Sergius"} +{"id":"G3408","strongs_number":"G3408","system":"greek","language":"greek","number_value":3408,"lemma":"μισθός","transliteration":"misthós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"pay for service (literally or figuratively), good or bad","kjv_definition":"hire, reward, wages"} +{"id":"G2116","strongs_number":"G2116","system":"greek","language":"greek","number_value":2116,"lemma":"εὐθύνω","transliteration":"euthýnō","pronunciation":null,"derivation":"from G2117 (εὐθύς);","strongs_definition":"to straighten (level); technically, to steer","kjv_definition":"governor, make straight"} +{"id":"G2095","strongs_number":"G2095","system":"greek","language":"greek","number_value":2095,"lemma":"εὖ","transliteration":"eû","pronunciation":null,"derivation":"neuter of a primary (good);","strongs_definition":"(adverbially) well","kjv_definition":"good, well (done)"} +{"id":"G4787","strongs_number":"G4787","system":"greek","language":"greek","number_value":4787,"lemma":"συγκινέω","transliteration":"synkinéō","pronunciation":null,"derivation":"from G4682 (σπαράσσω) and G2795 (κινέω);","strongs_definition":"to move together, i.e. (specially), to excite as a mass (to sedition)","kjv_definition":"stir up"} +{"id":"G4832","strongs_number":"G4832","system":"greek","language":"greek","number_value":4832,"lemma":"σύμμορφος","transliteration":"sýmmorphos","pronunciation":null,"derivation":"from G4862 (σύν) and G3444 (μορφή);","strongs_definition":"jointly formed, i.e. (figuratively) similar","kjv_definition":"conformed to, fashioned like unto"} +{"id":"G388","strongs_number":"G388","system":"greek","language":"greek","number_value":388,"lemma":"ἀνασταυρόω","transliteration":"anastauróō","pronunciation":null,"derivation":"from G303 (ἀνά) and G4717 (σταυρόω);","strongs_definition":"to recrucify (figuratively)","kjv_definition":"crucify afresh"} +{"id":"G852","strongs_number":"G852","system":"greek","language":"greek","number_value":852,"lemma":"ἀφανής","transliteration":"aphanḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5316 (φαίνω);","strongs_definition":"non-apparent)","kjv_definition":"that is not manifest"} +{"id":"G2063","strongs_number":"G2063","system":"greek","language":"greek","number_value":2063,"lemma":"ἐρυθρός","transliteration":"erythrós","pronunciation":null,"derivation":"of uncertain affinity; red, i.e. (with G2281 (θάλασσα)) the Red Sea","strongs_definition":null,"kjv_definition":"red"} +{"id":"G1703","strongs_number":"G1703","system":"greek","language":"greek","number_value":1703,"lemma":"ἐμπαίκτης","transliteration":"empaíktēs","pronunciation":null,"derivation":"from G1702 (ἐμπαίζω);","strongs_definition":"a derider, i.e. (by implication) a false teacher","kjv_definition":"mocker, scoffer"} +{"id":"G4500","strongs_number":"G4500","system":"greek","language":"greek","number_value":4500,"lemma":"ῥοιζηδόν","transliteration":"rhoizēdón","pronunciation":null,"derivation":"adverb from a derivative of (a whir);","strongs_definition":"whizzingly, i.e. with a crash","kjv_definition":"with a great noise"} +{"id":"G647","strongs_number":"G647","system":"greek","language":"greek","number_value":647,"lemma":"ἀποστάσιον","transliteration":"apostásion","pronunciation":null,"derivation":"neuter of a (presumed) adjective from a derivative of G868 (ἀφίστημι);","strongs_definition":"properly, something separative, i.e. (specially) divorce","kjv_definition":"(writing of) divorcement"} +{"id":"G5028","strongs_number":"G5028","system":"greek","language":"greek","number_value":5028,"lemma":"τάφος","transliteration":"táphos","pronunciation":null,"derivation":"masculine from G2290 (θάπτω);","strongs_definition":"a grave (the place of interment)","kjv_definition":"sepulchre, tomb"} +{"id":"G5245","strongs_number":"G5245","system":"greek","language":"greek","number_value":5245,"lemma":"ὑπερνικάω","transliteration":"hypernikáō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G3528 (νικάω);","strongs_definition":"to vanquish beyond, i.e. gain a decisive victory","kjv_definition":"more than conquer"} +{"id":"G2289","strongs_number":"G2289","system":"greek","language":"greek","number_value":2289,"lemma":"θανατόω","transliteration":"thanatóō","pronunciation":null,"derivation":"from G2288 (θάνατος) to kill (literally or figuratively)","strongs_definition":null,"kjv_definition":"become dead, (cause to be) put to death, kill, mortify"} +{"id":"G1371","strongs_number":"G1371","system":"greek","language":"greek","number_value":1371,"lemma":"διχοτομέω","transliteration":"dichotoméō","pronunciation":null,"derivation":"from a compound of a derivative of G1364 (δίς) and a derivative of (to cut);","strongs_definition":"to bisect, i.e. (by extension) to flog severely","kjv_definition":"cut asunder (in sunder)"} +{"id":"G1054","strongs_number":"G1054","system":"greek","language":"greek","number_value":1054,"lemma":"Γαλατικός","transliteration":"Galatikós","pronunciation":null,"derivation":"from G1053 (Γαλατία);","strongs_definition":"Galatic or relating to Galatia","kjv_definition":"of Galatia"} +{"id":"G3463","strongs_number":"G3463","system":"greek","language":"greek","number_value":3463,"lemma":"μύριοι","transliteration":"mýrioi","pronunciation":null,"derivation":"plural of an apparently primary word (properly, meaning very many);","strongs_definition":"ten thousand; by extension, innumerably many","kjv_definition":"ten thousand"} +{"id":"G800","strongs_number":"G800","system":"greek","language":"greek","number_value":800,"lemma":"ἀσύμφωνος","transliteration":"asýmphōnos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G4859 (σύμφωνος);","strongs_definition":"inharmonious (figuratively)","kjv_definition":"agree not"} +{"id":"G3453","strongs_number":"G3453","system":"greek","language":"greek","number_value":3453,"lemma":"μυέω","transliteration":"myéō","pronunciation":null,"derivation":"from the base of G3466 (μυστήριον);","strongs_definition":"to initiate, i.e. (by implication) to teach","kjv_definition":"instruct"} +{"id":"G3089","strongs_number":"G3089","system":"greek","language":"greek","number_value":3089,"lemma":"λύω","transliteration":"lýō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to \"loosen\" (literally or figuratively)","kjv_definition":"break (up), destroy, dissolve, (un-)loose, melt, put off"} +{"id":"G3921","strongs_number":"G3921","system":"greek","language":"greek","number_value":3921,"lemma":"παρεισδύνω","transliteration":"pareisdýnō","pronunciation":null,"derivation":"from G3844 (παρά) and a compound of G1519 (εἰς) and G1416 (δύνω);","strongs_definition":"to settle in alongside, i.e. lodge stealthily","kjv_definition":"creep in unawares"} +{"id":"G5492","strongs_number":"G5492","system":"greek","language":"greek","number_value":5492,"lemma":"χειμάζω","transliteration":"cheimázō","pronunciation":null,"derivation":"from the same as G5494 (χειμών);","strongs_definition":"to storm, i.e. (passively) to labor under a gale","kjv_definition":"be tossed with tempest"} +{"id":"G1409","strongs_number":"G1409","system":"greek","language":"greek","number_value":1409,"lemma":"Δρούσιλλα","transliteration":"Droúsilla","pronunciation":null,"derivation":"a feminine diminutive of Drusus (a Roman name);","strongs_definition":"Drusilla, a member of the Herodian family","kjv_definition":"Drusilla"} +{"id":"G2026","strongs_number":"G2026","system":"greek","language":"greek","number_value":2026,"lemma":"ἐποικοδομέω","transliteration":"epoikodoméō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3618 (οἰκοδομέω);","strongs_definition":"to build upon, i.e. (figuratively) to rear up","kjv_definition":"build thereon (thereupon, on, upon)"} +{"id":"G3828","strongs_number":"G3828","system":"greek","language":"greek","number_value":3828,"lemma":"Παμφυλία","transliteration":"Pamphylía","pronunciation":null,"derivation":"from a compound of G3956 (πᾶς) and G4443 (πυρά);","strongs_definition":"every-tribal, i.e. heterogeneous (G5561 (χώρα) being implied); Pamphylia, a region of Asia Minor","kjv_definition":"Pamphylia"} +{"id":"G2172","strongs_number":"G2172","system":"greek","language":"greek","number_value":2172,"lemma":"εὔχομαι","transliteration":"eúchomai","pronunciation":null,"derivation":"middle voice of a primary verb;","strongs_definition":"to wish; by implication, to pray to God","kjv_definition":"pray, will, wish"} +{"id":"G3417","strongs_number":"G3417","system":"greek","language":"greek","number_value":3417,"lemma":"μνεία","transliteration":"mneía","pronunciation":null,"derivation":"from G3415 (μνάομαι) or G3403 (μιμνήσκω);","strongs_definition":"recollection; by implication, recital","kjv_definition":"mention, remembrance"} +{"id":"G1271","strongs_number":"G1271","system":"greek","language":"greek","number_value":1271,"lemma":"διάνοια","transliteration":"diánoia","pronunciation":null,"derivation":"from G1223 (διά) and G3563 (νοῦς);","strongs_definition":"deep thought, properly, the faculty (mind or its disposition), by implication, its exercise","kjv_definition":"imagination, mind, understanding"} +{"id":"G75","strongs_number":"G75","system":"greek","language":"greek","number_value":75,"lemma":"ἀγωνίζομαι","transliteration":"agōnízomai","pronunciation":null,"derivation":"from G73 (ἀγών);","strongs_definition":"to struggle, literally (to compete for a prize), figuratively (to contend with an adversary), or genitive case (to endeavor to accomplish something)","kjv_definition":"fight, labor fervently, strive"} +{"id":"G3633","strongs_number":"G3633","system":"greek","language":"greek","number_value":3633,"lemma":"οἴομαι","transliteration":"oíomai","pronunciation":null,"derivation":"middle voice apparently from G3634 (οἷος);","strongs_definition":"to make like (oneself), i.e. imagine (be of the opinion)","kjv_definition":"suppose, think"} +{"id":"G2740","strongs_number":"G2740","system":"greek","language":"greek","number_value":2740,"lemma":"καῦσις","transliteration":"kaûsis","pronunciation":null,"derivation":"from G2545 (καίω);","strongs_definition":"burning (the act)","kjv_definition":"be burned"} +{"id":"G5154","strongs_number":"G5154","system":"greek","language":"greek","number_value":5154,"lemma":"τρίτος","transliteration":"trítos","pronunciation":null,"derivation":"ordinal from G5140 (τρεῖς);","strongs_definition":"third; neuter (as noun) a third part, or (as adverb) a (or the) third time, thirdly","kjv_definition":"third(-ly)"} +{"id":"G4236","strongs_number":"G4236","system":"greek","language":"greek","number_value":4236,"lemma":"πρᾳότης","transliteration":"praiótēs","pronunciation":null,"derivation":"from G4235 (πρᾷος);","strongs_definition":"gentleness, by implication, humility","kjv_definition":"meekness"} +{"id":"G5532","strongs_number":"G5532","system":"greek","language":"greek","number_value":5532,"lemma":"χρεία","transliteration":"chreía","pronunciation":null,"derivation":"from the base of G5530 (χράομαι) or G5534 (χρή);","strongs_definition":"employment, i.e. an affair; also (by implication) occasion, demand, requirement or destitution","kjv_definition":"business, lack, necessary(-ity), need(-ful), use, want"} +{"id":"G1516","strongs_number":"G1516","system":"greek","language":"greek","number_value":1516,"lemma":"εἰρηνικός","transliteration":"eirēnikós","pronunciation":null,"derivation":"from G1515 (εἰρήνη);","strongs_definition":"pacific; by implication, salutary","kjv_definition":"peaceable"} +{"id":"G5253","strongs_number":"G5253","system":"greek","language":"greek","number_value":5253,"lemma":"ὑπερῷον","transliteration":"hyperōion","pronunciation":null,"derivation":"neuter of a derivative of G5228 (ὑπέρ);","strongs_definition":"a higher part of the house, i.e. apartment in the third story","kjv_definition":"upper chamber (room)"} +{"id":"G2384","strongs_number":"G2384","system":"greek","language":"greek","number_value":2384,"lemma":"Ἰακώβ","transliteration":"Iakṓb","pronunciation":null,"derivation":"of Hebrew origin (H03290);","strongs_definition":"Jacob (i.e. Ja`akob), the progenitor of the Israelites","kjv_definition":"also an Israelite:--Jacob"} +{"id":"G1153","strongs_number":"G1153","system":"greek","language":"greek","number_value":1153,"lemma":"Δαμασκηνός","transliteration":"Damaskēnós","pronunciation":null,"derivation":"from G1154 (Δαμασκός);","strongs_definition":"a Damascene or inhabitant of Damascus","kjv_definition":"Damascene"} +{"id":"G3628","strongs_number":"G3628","system":"greek","language":"greek","number_value":3628,"lemma":"οἰκτιρμός","transliteration":"oiktirmós","pronunciation":null,"derivation":"from G3627 (οἰκτείρω);","strongs_definition":"pity","kjv_definition":"mercy"} +{"id":"G1122","strongs_number":"G1122","system":"greek","language":"greek","number_value":1122,"lemma":"γραμματεύς","transliteration":"grammateús","pronunciation":null,"derivation":"from G1121 (γράμμα). a writer, i.e. (professionally) scribe or secretary","strongs_definition":null,"kjv_definition":"scribe, town-clerk"} +{"id":"G5390","strongs_number":"G5390","system":"greek","language":"greek","number_value":5390,"lemma":"φιλοφρόνως","transliteration":"philophrónōs","pronunciation":null,"derivation":"adverb from G5391 (φιλόφρων);","strongs_definition":"with friendliness of mind, i.e. kindly","kjv_definition":"courteously"} +{"id":"G1593","strongs_number":"G1593","system":"greek","language":"greek","number_value":1593,"lemma":"ἐκνεύω","transliteration":"ekneúō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3506 (νεύω);","strongs_definition":"(by analogy) to slip off, i.e. quietly withdraw","kjv_definition":"convey self away"} +{"id":"G112","strongs_number":"G112","system":"greek","language":"greek","number_value":112,"lemma":"ἄθεος","transliteration":"átheos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2316 (θεός);","strongs_definition":"godless","kjv_definition":"without God"} +{"id":"G1742","strongs_number":"G1742","system":"greek","language":"greek","number_value":1742,"lemma":"ἔνδυμα","transliteration":"éndyma","pronunciation":null,"derivation":"from G1746 (ἐνδύω);","strongs_definition":"apparel (especially the outer robe)","kjv_definition":"clothing, garment, raiment"} +{"id":"G2582","strongs_number":"G2582","system":"greek","language":"greek","number_value":2582,"lemma":"Κανδάκη","transliteration":"Kandákē","pronunciation":null,"derivation":"of foreign origin;","strongs_definition":"Candacè, an Egyptian queen","kjv_definition":"Candace"} +{"id":"G1347","strongs_number":"G1347","system":"greek","language":"greek","number_value":1347,"lemma":"δικαίωσις","transliteration":"dikaíōsis","pronunciation":null,"derivation":"from G1344 (δικαιόω);","strongs_definition":"aquittal (for Christ's sake)","kjv_definition":"justification"} +{"id":"G304","strongs_number":"G304","system":"greek","language":"greek","number_value":304,"lemma":"ἀναβαθμός","transliteration":"anabathmós","pronunciation":null,"derivation":"from G305 (ἀναβαίνω) (compare G898 (βαθμός));","strongs_definition":"a stairway","kjv_definition":"stairs"} +{"id":"G2906","strongs_number":"G2906","system":"greek","language":"greek","number_value":2906,"lemma":"κραυγή","transliteration":"kraugḗ","pronunciation":null,"derivation":"from G2896 (κράζω);","strongs_definition":"an outcry (in notification, tumult or grief)","kjv_definition":"clamour, cry(-ing)"} +{"id":"G1094","strongs_number":"G1094","system":"greek","language":"greek","number_value":1094,"lemma":"γῆρας","transliteration":"gēras","pronunciation":null,"derivation":"akin to G1088 (γέρων);","strongs_definition":"senility","kjv_definition":"old age"} +{"id":"G1386","strongs_number":"G1386","system":"greek","language":"greek","number_value":1386,"lemma":"δόλιος","transliteration":"dólios","pronunciation":null,"derivation":"from G1388 (δόλος);","strongs_definition":"guileful","kjv_definition":"deceitful"} +{"id":"G931","strongs_number":"G931","system":"greek","language":"greek","number_value":931,"lemma":"βάσανος","transliteration":"básanos","pronunciation":null,"derivation":"perhaps remotely from the same as G939 (βάσις) (through the notion of going to the bottom);","strongs_definition":"a touch-stone, i.e. (by analogy) torture","kjv_definition":"torment"} +{"id":"G177","strongs_number":"G177","system":"greek","language":"greek","number_value":177,"lemma":"ἀκατακάλυπτος","transliteration":"akatakályptos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of a compound of G2596 (κατά) and G2572 (καλύπτω);","strongs_definition":"unveiled","kjv_definition":"uncovered"} +{"id":"G4526","strongs_number":"G4526","system":"greek","language":"greek","number_value":4526,"lemma":"σάκκος","transliteration":"sákkos","pronunciation":null,"derivation":"of Hebrew origin (H08242);","strongs_definition":"\"sack\"-cloth, i.e. mohair (the material or garments made of it, worn as a sign of grief)","kjv_definition":"sackcloth"} +{"id":"G2919","strongs_number":"G2919","system":"greek","language":"greek","number_value":2919,"lemma":"κρίνω","transliteration":"krínō","pronunciation":null,"derivation":"properly, to distinguish, i.e. decide (mentally or judicially);","strongs_definition":"by implication, to try, condemn, punish","kjv_definition":"avenge, conclude, condemn, damn, decree, determine, esteem, judge, go to (sue at the) law, ordain, call in question, sentence to, think"} +{"id":"G2060","strongs_number":"G2060","system":"greek","language":"greek","number_value":2060,"lemma":"Ἑρμῆς","transliteration":"Hermēs","pronunciation":null,"derivation":"perhaps from G2046 (ἐρέω);","strongs_definition":"Hermes, the name of the messenger of the Greek deities; also of a Christian","kjv_definition":"Hermes, Mercury"} +{"id":"G2066","strongs_number":"G2066","system":"greek","language":"greek","number_value":2066,"lemma":"ἐσθής","transliteration":"esthḗs","pronunciation":null,"derivation":"from (to clothe);","strongs_definition":"dress","kjv_definition":"apparel, clothing, raiment, robe"} +{"id":"G4826","strongs_number":"G4826","system":"greek","language":"greek","number_value":4826,"lemma":"Συμεών","transliteration":"Symeṓn","pronunciation":null,"derivation":"from the same as G4613 (Σίμων);","strongs_definition":"Symeon (i.e. Shimon), the name of five Israelites","kjv_definition":"Simeon, Simon"} +{"id":"G3398","strongs_number":"G3398","system":"greek","language":"greek","number_value":3398,"lemma":"μικρός","transliteration":"mikrós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"small (in size, quantity, number or (figuratively) dignity)","kjv_definition":"least, less, little, small"} +{"id":"G3402","strongs_number":"G3402","system":"greek","language":"greek","number_value":3402,"lemma":"μιμητής","transliteration":"mimētḗs","pronunciation":null,"derivation":"from G3401 (μιμέομαι);","strongs_definition":"an imitator","kjv_definition":"follower"} +{"id":"G2528","strongs_number":"G2528","system":"greek","language":"greek","number_value":2528,"lemma":"καθοπλίζω","transliteration":"kathoplízō","pronunciation":null,"derivation":"from G2596 (κατά);","strongs_definition":"and G3695 (ὁπλίζω); to equip fully with armor","kjv_definition":"arm"} +{"id":"G3428","strongs_number":"G3428","system":"greek","language":"greek","number_value":3428,"lemma":"μοιχαλίς","transliteration":"moichalís","pronunciation":null,"derivation":"a prolonged form of the feminine of G3432 (μοιχός);","strongs_definition":"an adulteress (literally or figuratively)","kjv_definition":"adulteress(-ous, -y)"} +{"id":"G5446","strongs_number":"G5446","system":"greek","language":"greek","number_value":5446,"lemma":"φυσικός","transliteration":"physikós","pronunciation":null,"derivation":"from G5449 (φύσις);","strongs_definition":"\"physical\", i.e. (by implication) instinctive","kjv_definition":"natural"} +{"id":"G1826","strongs_number":"G1826","system":"greek","language":"greek","number_value":1826,"lemma":"ἔξειμι","transliteration":"éxeimi","pronunciation":null,"derivation":"from G1537 (ἐκ) and (to go);","strongs_definition":"to issue, i.e. leave (a place), escape (to the shore)","kjv_definition":"depart, get (to land), go out"} +{"id":"G4920","strongs_number":"G4920","system":"greek","language":"greek","number_value":4920,"lemma":"συνίημι","transliteration":"syníēmi","pronunciation":null,"derivation":"from G4862 (σύν) and (to send);","strongs_definition":"to put together, i.e. (mentally) to comprehend; by implication, to act piously","kjv_definition":"consider, understand, be wise"} +{"id":"G4484","strongs_number":"G4484","system":"greek","language":"greek","number_value":4484,"lemma":"Ῥήγιον","transliteration":"Rhḗgion","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Rhegium, a place in Italy","kjv_definition":"Rhegium"} +{"id":"G5382","strongs_number":"G5382","system":"greek","language":"greek","number_value":5382,"lemma":"φιλόξενος","transliteration":"philóxenos","pronunciation":null,"derivation":"from G5384 (φίλος) and G3581 (ξένος);","strongs_definition":"fond of guests, i.e. hospitable","kjv_definition":"given to (lover of, use) hospitality"} +{"id":"G5045","strongs_number":"G5045","system":"greek","language":"greek","number_value":5045,"lemma":"τέκτων","transliteration":"téktōn","pronunciation":null,"derivation":"from the base of G5098 (τιμωρία);","strongs_definition":"an artificer (as producer of fabrics), i.e. (specially), a craftsman in wood","kjv_definition":"carpenter"} +{"id":"G2332","strongs_number":"G2332","system":"greek","language":"greek","number_value":2332,"lemma":"Θεσσαλονίκη","transliteration":"Thessaloníkē","pronunciation":null,"derivation":"from (a Thessalian) and G3529 (νίκη);","strongs_definition":"Thessalonice, a place in Asia Minor","kjv_definition":"Thessalonica"} +{"id":"G155","strongs_number":"G155","system":"greek","language":"greek","number_value":155,"lemma":"αἴτημα","transliteration":"aítēma","pronunciation":null,"derivation":"from G154 (αἰτέω);","strongs_definition":"a thing asked or (abstractly) an asking","kjv_definition":"petition, request, required"} +{"id":"G2613","strongs_number":"G2613","system":"greek","language":"greek","number_value":2613,"lemma":"καταδικάζω","transliteration":"katadikázō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G1349 (δίκη);","strongs_definition":"to adjudge against, i.e. pronounce guilty","kjv_definition":"condemn"} +{"id":"G1773","strongs_number":"G1773","system":"greek","language":"greek","number_value":1773,"lemma":"ἔννυχον","transliteration":"énnychon","pronunciation":null,"derivation":"neuter of a compound of G1722 (ἐν) and G3571 (νύξ);","strongs_definition":"(adverbially) by night","kjv_definition":"before day"} +{"id":"G5474","strongs_number":"G5474","system":"greek","language":"greek","number_value":5474,"lemma":"χαλκολίβανον","transliteration":"chalkolíbanon","pronunciation":null,"derivation":"neuter of a compound of G5475 (χαλκός) and G3030 (λίβανος) (in the implied mean of whiteness or brilliancy);","strongs_definition":"burnished copper, an alloy of copper (or gold) and silver having a brilliant lustre","kjv_definition":"fine brass"} +{"id":"G2707","strongs_number":"G2707","system":"greek","language":"greek","number_value":2707,"lemma":"καταφροντής","transliteration":"kataphrontḗs","pronunciation":null,"derivation":"from G2706 (καταφρονέω);","strongs_definition":"a contemner","kjv_definition":"despiser"} +{"id":"G3855","strongs_number":"G3855","system":"greek","language":"greek","number_value":3855,"lemma":"παράγω","transliteration":"parágō","pronunciation":null,"derivation":"from G3844 (παρά) and G71 (ἄγω);","strongs_definition":"to lead near, i.e. (reflexively or intransitively) to go along or away","kjv_definition":"depart, pass (away, by, forth)"} +{"id":"G1845","strongs_number":"G1845","system":"greek","language":"greek","number_value":1845,"lemma":"ἐξορκιστής","transliteration":"exorkistḗs","pronunciation":null,"derivation":"from G1844 (ἐξορκίζω);","strongs_definition":"one that binds by an oath (or spell), i.e. (by implication) an \"exorcist\" (conjurer)","kjv_definition":"exorcist"} +{"id":"G5371","strongs_number":"G5371","system":"greek","language":"greek","number_value":5371,"lemma":"Φιλήμων","transliteration":"Philḗmōn","pronunciation":null,"derivation":"from G5368 (φιλέω);","strongs_definition":"friendly; Philemon, a Christian","kjv_definition":"Philemon"} +{"id":"G4069","strongs_number":"G4069","system":"greek","language":"greek","number_value":4069,"lemma":"Περσίς","transliteration":"Persís","pronunciation":null,"derivation":null,"strongs_definition":"a Persian woman; Persis, a Christian female","kjv_definition":"Persis"} +{"id":"G31","strongs_number":"G31","system":"greek","language":"greek","number_value":31,"lemma":"ἀγγελία","transliteration":"angelía","pronunciation":null,"derivation":"from G32 (ἄγγελος);","strongs_definition":"an announcement, i.e. (by implication) precept","kjv_definition":"message"} +{"id":"G1605","strongs_number":"G1605","system":"greek","language":"greek","number_value":1605,"lemma":"ἐκπλήσσω","transliteration":"ekplḗssō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4141 (πλήσσω);","strongs_definition":"to strike with astonishment","kjv_definition":"amaze, astonish"} +{"id":"G4241","strongs_number":"G4241","system":"greek","language":"greek","number_value":4241,"lemma":"πρέπω","transliteration":"prépō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to tower up (be conspicuous), i.e. (by implication) to be suitable or proper (third person singular present indicative, often used impersonally, it is fit or right)","kjv_definition":"become, comely"} +{"id":"G409","strongs_number":"G409","system":"greek","language":"greek","number_value":409,"lemma":"ἀνδροφόνος","transliteration":"androphónos","pronunciation":null,"derivation":"from G435 (ἀνήρ) and G5408 (φόνος);","strongs_definition":"a murderer","kjv_definition":"manslayer"} +{"id":"G3307","strongs_number":"G3307","system":"greek","language":"greek","number_value":3307,"lemma":"μερίζω","transliteration":"merízō","pronunciation":null,"derivation":"from G3313 (μέρος);","strongs_definition":"to part, i.e. (literally) to apportion, bestow, share, or (figuratively) to disunite, differ","kjv_definition":"deal, be difference between, distribute, divide, give participle"} +{"id":"G4365","strongs_number":"G4365","system":"greek","language":"greek","number_value":4365,"lemma":"προσπορεύομαι","transliteration":"prosporeúomai","pronunciation":null,"derivation":"from G4314 (πρός) and G4198 (πορεύομαι);","strongs_definition":"to journey towards, i.e. approach (not the same as G4313 (προπορεύομαι))","kjv_definition":"go before"} +{"id":"G4915","strongs_number":"G4915","system":"greek","language":"greek","number_value":4915,"lemma":"συνηλικιώτης","transliteration":"synēlikiṓtēs","pronunciation":null,"derivation":"from G4862 (σύν) and a derivative of G2244 (ἡλικία);","strongs_definition":"a co-aged person, i.e. alike in years","kjv_definition":"equal"} +{"id":"G1020","strongs_number":"G1020","system":"greek","language":"greek","number_value":1020,"lemma":"βραδυπλοέω","transliteration":"bradyploéō","pronunciation":null,"derivation":"from G1021 (βραδύς) and a prolonged form of G4126 (πλέω);","strongs_definition":"to sail slowly","kjv_definition":"sail slowly"} +{"id":"G3467","strongs_number":"G3467","system":"greek","language":"greek","number_value":3467,"lemma":"μυωπάζω","transliteration":"myōpázō","pronunciation":null,"derivation":"from a compound of the base of G3466 (μυστήριον) and (the face;","strongs_definition":"from G3700 (ὀπτάνομαι)); to shut the eyes, i.e. blink (see indistinctly)","kjv_definition":"cannot see far off"} +{"id":"G2948","strongs_number":"G2948","system":"greek","language":"greek","number_value":2948,"lemma":"κυλλός","transliteration":"kyllós","pronunciation":null,"derivation":"from the same as G2947 (κυλιόω);","strongs_definition":"rocking about, i.e. crippled (maimed, in feet or hands)","kjv_definition":"maimed"} +{"id":"G2227","strongs_number":"G2227","system":"greek","language":"greek","number_value":2227,"lemma":"ζωοποιέω","transliteration":"zōopoiéō","pronunciation":null,"derivation":"from the same as G2226 (ζῶον) and G4160 (ποιέω);","strongs_definition":"to (re-)vitalize (literally or figuratively)","kjv_definition":"make alive, give life, quicken"} +{"id":"G3606","strongs_number":"G3606","system":"greek","language":"greek","number_value":3606,"lemma":"ὅθεν","transliteration":"hóthen","pronunciation":null,"derivation":"from G3739 (ὅς) with the directive enclitic of source;","strongs_definition":"from which place or source or cause (adverb or conjunction)","kjv_definition":"from thence, (from) whence, where(-by, -fore, -upon)"} +{"id":"G3527","strongs_number":"G3527","system":"greek","language":"greek","number_value":3527,"lemma":"Νικάνωρ","transliteration":"Nikánōr","pronunciation":null,"derivation":"probably from G3528 (νικάω);","strongs_definition":"victorious; Nicanor, a Christian","kjv_definition":"Nicanor"} +{"id":"G1024","strongs_number":"G1024","system":"greek","language":"greek","number_value":1024,"lemma":"βραχύς","transliteration":"brachýs","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"short (of time, place, quantity, or number)","kjv_definition":"few words, little (space, while)"} +{"id":"G4630","strongs_number":"G4630","system":"greek","language":"greek","number_value":4630,"lemma":"Σκευᾶς","transliteration":"Skeuâs","pronunciation":null,"derivation":"apparently of Latin origin;","strongs_definition":"left-handed; Scevas (i.e. Scævus), an Israelite","kjv_definition":"Sceva"} +{"id":"G3677","strongs_number":"G3677","system":"greek","language":"greek","number_value":3677,"lemma":"ὄναρ","transliteration":"ónar","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a dream","kjv_definition":"dream"} +{"id":"G3682","strongs_number":"G3682","system":"greek","language":"greek","number_value":3682,"lemma":"Ὀνήσιμος","transliteration":"Onḗsimos","pronunciation":null,"derivation":"from G3685 (ὀνίνημι);","strongs_definition":"profitable; Onesimus, a Christian","kjv_definition":"Onesimus"} +{"id":"G1081","strongs_number":"G1081","system":"greek","language":"greek","number_value":1081,"lemma":"γέννημα","transliteration":"génnēma","pronunciation":null,"derivation":"from G1080 (γεννάω);","strongs_definition":"offspring; by analogy, produce (literally or figuratively)","kjv_definition":"fruit, generation"} +{"id":"G5350","strongs_number":"G5350","system":"greek","language":"greek","number_value":5350,"lemma":"φθέγγομαι","transliteration":"phthéngomai","pronunciation":null,"derivation":"probably akin to G5338 (φέγγος) and thus to G5346 (φημί);","strongs_definition":"to utter a clear sound, i.e. (generally) to proclaim","kjv_definition":"speak"} +{"id":"G3340","strongs_number":"G3340","system":"greek","language":"greek","number_value":3340,"lemma":"μετανοέω","transliteration":"metanoéō","pronunciation":null,"derivation":"from G3326 (μετά) and G3539 (νοιέω);","strongs_definition":"to think differently or afterwards, i.e. reconsider (morally, feel compunction)","kjv_definition":"repent"} +{"id":"G3047","strongs_number":"G3047","system":"greek","language":"greek","number_value":3047,"lemma":"λίψ","transliteration":"líps","pronunciation":null,"derivation":"probably from (to pour a \"libation\");","strongs_definition":"the south(- west) wind (as bringing rain, i.e. (by extension) the south quarter)","kjv_definition":"southwest"} +{"id":"G2484","strongs_number":"G2484","system":"greek","language":"greek","number_value":2484,"lemma":"Ἰτουραΐα","transliteration":"Itouraḯa","pronunciation":null,"derivation":"of Hebrew origin (H03195);","strongs_definition":"Ituræa (i.e. Jetur), a region of Palestine","kjv_definition":"Ituræa"} +{"id":"G3668","strongs_number":"G3668","system":"greek","language":"greek","number_value":3668,"lemma":"ὁμοίως","transliteration":"homoíōs","pronunciation":null,"derivation":"adverb from G3664 (ὅμοιος);","strongs_definition":"similarly","kjv_definition":"likewise, so"} +{"id":"G837","strongs_number":"G837","system":"greek","language":"greek","number_value":837,"lemma":"αὐξάνω","transliteration":"auxánō","pronunciation":null,"derivation":"a prolonged form of a primary verb;","strongs_definition":"to grow (\"wax\"), i.e. enlarge (literal or figurative, active or passive)","kjv_definition":"grow (up), (give the) increase"} +{"id":"G2234","strongs_number":"G2234","system":"greek","language":"greek","number_value":2234,"lemma":"ἡδέως","transliteration":"hēdéōs","pronunciation":null,"derivation":"adverb from a derivative of the base of G2237 (ἡδονή);","strongs_definition":"sweetly, i.e. (figuratively) with pleasure","kjv_definition":"gladly"} +{"id":"G840","strongs_number":"G840","system":"greek","language":"greek","number_value":840,"lemma":"αὐστηρός","transliteration":"austērós","pronunciation":null,"derivation":"from a (presumed) derivative of the same as G109 (ἀήρ) (meaning blown);","strongs_definition":"rough (properly as a gale), i.e. (figuratively) severe","kjv_definition":"austere"} +{"id":"G5398","strongs_number":"G5398","system":"greek","language":"greek","number_value":5398,"lemma":"φοβερός","transliteration":"phoberós","pronunciation":null,"derivation":"from G5401 (φόβος);","strongs_definition":"frightful, i.e. (objectively) formidable","kjv_definition":"fearful, terrible"} +{"id":"G47","strongs_number":"G47","system":"greek","language":"greek","number_value":47,"lemma":"ἁγνεία","transliteration":"hagneía","pronunciation":null,"derivation":"from G53 (ἁγνός);","strongs_definition":"cleanliness (the quality), i.e. (specially) chastity","kjv_definition":"purity"} +{"id":"G5411","strongs_number":"G5411","system":"greek","language":"greek","number_value":5411,"lemma":"φόρος","transliteration":"phóros","pronunciation":null,"derivation":"from G5342 (φέρω);","strongs_definition":"a load (as borne), i.e. (figuratively) a tax (properly, an individual assessment on persons or property; whereas G5056 (τέλος) is usually a general toll on goods or travel)","kjv_definition":"tribute"} +{"id":"G547","strongs_number":"G547","system":"greek","language":"greek","number_value":547,"lemma":"ἀπειλή","transliteration":"apeilḗ","pronunciation":null,"derivation":"from G546 (ἀπειλέω);","strongs_definition":"a menace","kjv_definition":"X straitly, threatening"} +{"id":"G2305","strongs_number":"G2305","system":"greek","language":"greek","number_value":2305,"lemma":"θειότης","transliteration":"theiótēs","pronunciation":null,"derivation":"from G2304 (θεῖος);","strongs_definition":"divinity (abstractly)","kjv_definition":"godhead"} +{"id":"G270","strongs_number":"G270","system":"greek","language":"greek","number_value":270,"lemma":"ἀμάω","transliteration":"amáō","pronunciation":null,"derivation":"from G260 (ἅμα);","strongs_definition":"properly, to collect, i.e. (by implication) reap","kjv_definition":"reap down"} +{"id":"G5183","strongs_number":"G5183","system":"greek","language":"greek","number_value":5183,"lemma":"Τύριος","transliteration":"Týrios","pronunciation":null,"derivation":"from G5184 (Τύρος);","strongs_definition":"a Tyrian, i.e. inhabitant of Tyrus","kjv_definition":"of Tyre"} +{"id":"G322","strongs_number":"G322","system":"greek","language":"greek","number_value":322,"lemma":"ἀναδείκνυμι","transliteration":"anadeíknymi","pronunciation":null,"derivation":"from G303 (ἀνά) and G1166 (δεικνύω);","strongs_definition":"to exhibit, i.e. (by implication) to indicate, appoint","kjv_definition":"appoint, shew"} +{"id":"G4339","strongs_number":"G4339","system":"greek","language":"greek","number_value":4339,"lemma":"προσήλυτος","transliteration":"prosḗlytos","pronunciation":null,"derivation":"from the alternate of G4334 (προσέρχομαι);","strongs_definition":"an arriver from a foreign region, i.e. (specially), an acceder (convert) to Judaism (\"proselyte\")","kjv_definition":"proselyte"} +{"id":"G5231","strongs_number":"G5231","system":"greek","language":"greek","number_value":5231,"lemma":"ὑπεράνω","transliteration":"hyperánō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G507 (ἄνω);","strongs_definition":"above upward, i.e. greatly higher (in place or rank)","kjv_definition":"far above, over"} +{"id":"G5378","strongs_number":"G5378","system":"greek","language":"greek","number_value":5378,"lemma":"Φιλόλογος","transliteration":"Philólogos","pronunciation":null,"derivation":"from G5384 (φίλος) and G3056 (λόγος);","strongs_definition":"fond of words, i.e. talkative (argumentative, learned, \"philological\"); Philologus, a Christian","kjv_definition":"Philologus"} +{"id":"G1706","strongs_number":"G1706","system":"greek","language":"greek","number_value":1706,"lemma":"ἐμπίπτω","transliteration":"empíptō","pronunciation":null,"derivation":"from G1722 (ἐν) and G4098 (πίπτω);","strongs_definition":"to fall on, i.e. (literally) to be entrapped by, or (figuratively) be overwhelmed with","kjv_definition":"fall among (into)"} +{"id":"G4897","strongs_number":"G4897","system":"greek","language":"greek","number_value":4897,"lemma":"συνεισέρχομαι","transliteration":"syneisérchomai","pronunciation":null,"derivation":"from G4862 (σύν) and G1525 (εἰσέρχομαι);","strongs_definition":"to enter in company with","kjv_definition":"go in with, go with into"} +{"id":"G2108","strongs_number":"G2108","system":"greek","language":"greek","number_value":2108,"lemma":"εὐεργεσία","transliteration":"euergesía","pronunciation":null,"derivation":"from G2110 (εὐεργέτης);","strongs_definition":"beneficence (genitive case or specially)","kjv_definition":"benefit, good deed done"} +{"id":"G1811","strongs_number":"G1811","system":"greek","language":"greek","number_value":1811,"lemma":"ἐξακολουθέω","transliteration":"exakolouthéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G190 (ἀκολουθέω);","strongs_definition":"to follow out, i.e. (figuratively) to imitate, obey, yield to","kjv_definition":"follow"} +{"id":"G2719","strongs_number":"G2719","system":"greek","language":"greek","number_value":2719,"lemma":"κατεσθίω","transliteration":"katesthíō","pronunciation":null,"derivation":"from G2596 (κατά) and G2068 (ἐσθίω) (including its alternate);","strongs_definition":"to eat down, i.e. devour (literally or figuratively)","kjv_definition":"devour"} +{"id":"G5473","strongs_number":"G5473","system":"greek","language":"greek","number_value":5473,"lemma":"χαλκίον","transliteration":"chalkíon","pronunciation":null,"derivation":"diminutive from G5475 (χαλκός);","strongs_definition":"a copper dish","kjv_definition":"brazen vessel"} +{"id":"G3851","strongs_number":"G3851","system":"greek","language":"greek","number_value":3851,"lemma":"παραβουλεύομαι","transliteration":"parabouleúomai","pronunciation":null,"derivation":"from G3844 (παρά) and the middle voice of G1011 (βουλεύω);","strongs_definition":"to misconsult, i.e. disregard","kjv_definition":"not (to) regard(-ing)"} +{"id":"G5020","strongs_number":"G5020","system":"greek","language":"greek","number_value":5020,"lemma":"ταρταρόω","transliteration":"tartaróō","pronunciation":null,"derivation":"from (the deepest abyss of Hades);","strongs_definition":"to incarcerate in eternal torment","kjv_definition":"cast down to hell"} +{"id":"G752","strongs_number":"G752","system":"greek","language":"greek","number_value":752,"lemma":"ἀρχισυνάγωγος","transliteration":"archisynágōgos","pronunciation":null,"derivation":"from G746 (ἀρχή) and G4864 (συναγωγή);","strongs_definition":"director of the synagogue services","kjv_definition":"(chief) ruler of the synagogue"} +{"id":"G5113","strongs_number":"G5113","system":"greek","language":"greek","number_value":5113,"lemma":"τολμητής","transliteration":"tolmētḗs","pronunciation":null,"derivation":"from G5111 (τολμάω);","strongs_definition":"a daring (audacious) man","kjv_definition":"presumptuous"} +{"id":"G2132","strongs_number":"G2132","system":"greek","language":"greek","number_value":2132,"lemma":"εὐνοέω","transliteration":"eunoéō","pronunciation":null,"derivation":"from a compound of G2095 (εὖ) and G3563 (νοῦς);","strongs_definition":"to be well- minded, i.e. reconcile","kjv_definition":"agree"} +{"id":"G1872","strongs_number":"G1872","system":"greek","language":"greek","number_value":1872,"lemma":"ἐπακολουθέω","transliteration":"epakolouthéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G190 (ἀκολουθέω);","strongs_definition":"to accompany","kjv_definition":"follow (after)"} +{"id":"G3581","strongs_number":"G3581","system":"greek","language":"greek","number_value":3581,"lemma":"ξένος","transliteration":"xénos","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"foreign (literally, alien, or figuratively, novel); by implication, a guest or (vice-versa) entertainer","kjv_definition":"host, strange(-r)"} +{"id":"G903","strongs_number":"G903","system":"greek","language":"greek","number_value":903,"lemma":"Βαλαάμ","transliteration":"Balaám","pronunciation":null,"derivation":"of Hebrew origin (H01109);","strongs_definition":"Balaam, a Mesopotamian (symbolic of a false teacher)","kjv_definition":"Balaam"} +{"id":"G4041","strongs_number":"G4041","system":"greek","language":"greek","number_value":4041,"lemma":"περιούσιος","transliteration":"perioúsios","pronunciation":null,"derivation":"from the present participle feminine of a compound of 4012 and G1510 (εἰμί);","strongs_definition":"being beyond usual, i.e. special (one's own)","kjv_definition":"peculiar"} +{"id":"G3038","strongs_number":"G3038","system":"greek","language":"greek","number_value":3038,"lemma":"λιθόστρωτος","transliteration":"lithóstrōtos","pronunciation":null,"derivation":"from G3037 (λίθος) and a derivative of G4766 (στρώννυμι);","strongs_definition":"stone-strewed, i.e. a tessellated mosaic on which the Roman tribunal was placed","kjv_definition":"Pavement"} +{"id":"G739","strongs_number":"G739","system":"greek","language":"greek","number_value":739,"lemma":"ἄρτιος","transliteration":"ártios","pronunciation":null,"derivation":"from G737 (ἄρτι);","strongs_definition":"fresh, i.e. (by implication) complete","kjv_definition":"perfect"} +{"id":"G4739","strongs_number":"G4739","system":"greek","language":"greek","number_value":4739,"lemma":"στήκω","transliteration":"stḗkō","pronunciation":null,"derivation":"from the perfect tense of G2476 (ἵστημι);","strongs_definition":"to be stationary, i.e. (figuratively) to persevere","kjv_definition":"stand (fast)"} +{"id":"G3507","strongs_number":"G3507","system":"greek","language":"greek","number_value":3507,"lemma":"νεφέλη","transliteration":"nephélē","pronunciation":null,"derivation":"from G3509 (νέφος);","strongs_definition":"properly, cloudiness, i.e. (concretely) a cloud","kjv_definition":"cloud"} +{"id":"G3899","strongs_number":"G3899","system":"greek","language":"greek","number_value":3899,"lemma":"παραπορεύομαι","transliteration":"paraporeúomai","pronunciation":null,"derivation":"from G3844 (παρά) and G4198 (πορεύομαι);","strongs_definition":"to travel near","kjv_definition":"go, pass (by)"} +{"id":"G3464","strongs_number":"G3464","system":"greek","language":"greek","number_value":3464,"lemma":"μύρον","transliteration":"mýron","pronunciation":null,"derivation":"probably of foreign origin (compare H04753, G4666 (σμύρνα));","strongs_definition":"\"myrrh\", i.e. (by implication) perfumed oil","kjv_definition":"ointment"} +{"id":"G3115","strongs_number":"G3115","system":"greek","language":"greek","number_value":3115,"lemma":"μακροθυμία","transliteration":"makrothymía","pronunciation":null,"derivation":"from the same as G3116 (μακροθυμώς);","strongs_definition":"longanimity, i.e. (objectively) forbearance or (subjectively) fortitude","kjv_definition":"longsuffering, patience"} +{"id":"G1070","strongs_number":"G1070","system":"greek","language":"greek","number_value":1070,"lemma":"γελάω","transliteration":"geláō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to laugh (as a sign of joy or satisfaction)","kjv_definition":"laugh"} +{"id":"G4134","strongs_number":"G4134","system":"greek","language":"greek","number_value":4134,"lemma":"πλήρης","transliteration":"plḗrēs","pronunciation":null,"derivation":"from G4130 (πλήθω);","strongs_definition":"replete, or covered over; by analogy, complete","kjv_definition":"full"} +{"id":"G1876","strongs_number":"G1876","system":"greek","language":"greek","number_value":1876,"lemma":"ἐπάναγκες","transliteration":"epánankes","pronunciation":null,"derivation":"neuter of a presumed compound of G1909 (ἐπί) and G318 (ἀνάγκη);","strongs_definition":"(adverbially) on necessity, i.e. necessarily","kjv_definition":"necessary"} +{"id":"G496","strongs_number":"G496","system":"greek","language":"greek","number_value":496,"lemma":"ἀντιπίπτω","transliteration":"antipíptō","pronunciation":null,"derivation":"from G473 (ἀντί) and G4098 (πίπτω) (including its alternate);","strongs_definition":"to oppose","kjv_definition":"resist"} +{"id":"G390","strongs_number":"G390","system":"greek","language":"greek","number_value":390,"lemma":"ἀναστρέφω","transliteration":"anastréphō","pronunciation":null,"derivation":"from G303 (ἀνά) and G4762 (στρέφω);","strongs_definition":"to overturn; also to return; by implication, to busy oneself, i.e. remain, live","kjv_definition":"abide, behave self, have conversation, live, overthrow, pass, return, be used"} +{"id":"G1206","strongs_number":"G1206","system":"greek","language":"greek","number_value":1206,"lemma":"δευτεραῖος","transliteration":"deuteraîos","pronunciation":null,"derivation":"from G1208 (δεύτερος);","strongs_definition":"secondary, i.e. (specially) on the second day","kjv_definition":"next day"} +{"id":"G4538","strongs_number":"G4538","system":"greek","language":"greek","number_value":4538,"lemma":"σαλπιστής","transliteration":"salpistḗs","pronunciation":null,"derivation":"from G4537 (σαλπίζω);","strongs_definition":"a trumpeter","kjv_definition":"trumpeter"} +{"id":"G3734","strongs_number":"G3734","system":"greek","language":"greek","number_value":3734,"lemma":"ὁροθεσία","transliteration":"horothesía","pronunciation":null,"derivation":"from a compound of the base of G3725 (ὅριον) and a derivative of G5087 (τίθημι);","strongs_definition":"a limit-placing, i.e. (concretely) boundary-line","kjv_definition":"bound"} +{"id":"G1391","strongs_number":"G1391","system":"greek","language":"greek","number_value":1391,"lemma":"δόξα","transliteration":"dóxa","pronunciation":null,"derivation":"from the base of G1380 (δοκέω);","strongs_definition":"glory (as very apparent), in a wide application (literal or figurative, objective or subjective)","kjv_definition":"dignity, glory(-ious), honour, praise, worship"} +{"id":"G3427","strongs_number":"G3427","system":"greek","language":"greek","number_value":3427,"lemma":"μοί","transliteration":"moí","pronunciation":null,"derivation":"the simpler form of G1698 (ἐμοί);","strongs_definition":"to me","kjv_definition":"I, me, mine, my"} +{"id":"G4501","strongs_number":"G4501","system":"greek","language":"greek","number_value":4501,"lemma":"ῥομφαία","transliteration":"rhomphaía","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"a sabre, i.e. a long and broad cutlass (any weapon of the kind, literally or figuratively)","kjv_definition":"sword"} +{"id":"G5136","strongs_number":"G5136","system":"greek","language":"greek","number_value":5136,"lemma":"τραχηλίζω","transliteration":"trachēlízō","pronunciation":null,"derivation":"from G5137 (τράχηλος);","strongs_definition":"to seize by the throat or neck, i.e. to expose the gullet of a victim for killing (generally, to lay bare)","kjv_definition":"opened"} +{"id":"G535","strongs_number":"G535","system":"greek","language":"greek","number_value":535,"lemma":"ἀπαρτισμός","transliteration":"apartismós","pronunciation":null,"derivation":"from a derivative of G534 (ἀπάρτι);","strongs_definition":"completion","kjv_definition":"finishing"} +{"id":"G5471","strongs_number":"G5471","system":"greek","language":"greek","number_value":5471,"lemma":"χαλκεύς","transliteration":"chalkeús","pronunciation":null,"derivation":"from G5475 (χαλκός);","strongs_definition":"a copper-worker or brazier","kjv_definition":"coppersmith"} +{"id":"G2726","strongs_number":"G2726","system":"greek","language":"greek","number_value":2726,"lemma":"κατήφεια","transliteration":"katḗpheia","pronunciation":null,"derivation":"from a compound of G2596 (κατά) and perhaps a derivative of the base of G5316 (φαίνω) (meaning downcast in look);","strongs_definition":"demureness, i.e. (by implication) sadness","kjv_definition":"heaviness"} +{"id":"G5484","strongs_number":"G5484","system":"greek","language":"greek","number_value":5484,"lemma":"χάριν","transliteration":"chárin","pronunciation":null,"derivation":"accusative case of G5485 (χάρις) as preposition;","strongs_definition":"through favor of, i.e. on account of","kjv_definition":"be-(for) cause of, for sake of, +…fore, X reproachfully"} +{"id":"G5234","strongs_number":"G5234","system":"greek","language":"greek","number_value":5234,"lemma":"ὑπερβαλλόντως","transliteration":"hyperballóntōs","pronunciation":null,"derivation":"adverb from present participle active of G5235 (ὑπερβάλλω);","strongs_definition":"excessively","kjv_definition":"beyond measure"} +{"id":"G898","strongs_number":"G898","system":"greek","language":"greek","number_value":898,"lemma":"βαθμός","transliteration":"bathmós","pronunciation":null,"derivation":"from the same as G899 (βάθος);","strongs_definition":"a step, i.e. (figuratively) grade (of dignity)","kjv_definition":"degree"} +{"id":"G1055","strongs_number":"G1055","system":"greek","language":"greek","number_value":1055,"lemma":"γαλήνη","transliteration":"galḗnē","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"tranquillity","kjv_definition":"calm"} +{"id":"G3186","strongs_number":"G3186","system":"greek","language":"greek","number_value":3186,"lemma":"μειζότερος","transliteration":"meizóteros","pronunciation":null,"derivation":"continued comparative of G3187 (μείζων);","strongs_definition":"still larger (figuratively)","kjv_definition":"greater"} +{"id":"G2782","strongs_number":"G2782","system":"greek","language":"greek","number_value":2782,"lemma":"κήρυγμα","transliteration":"kḗrygma","pronunciation":null,"derivation":"from G2784 (κηρύσσω);","strongs_definition":"a proclamation (especially of the gospel; by implication, the gospel itself)","kjv_definition":"preaching"} +{"id":"G4863","strongs_number":"G4863","system":"greek","language":"greek","number_value":4863,"lemma":"συνάγω","transliteration":"synágō","pronunciation":null,"derivation":"from G4862 (σύν) and G71 (ἄγω);","strongs_definition":"to lead together, i.e. collect or convene; specially, to entertain (hospitably)","kjv_definition":"+ accompany, assemble (selves, together), bestow, come together, gather (selves together, up, together), lead into, resort, take in"} +{"id":"G2023","strongs_number":"G2023","system":"greek","language":"greek","number_value":2023,"lemma":"ἐπιχορηγέω","transliteration":"epichorēgéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5524 (χορηγέω);","strongs_definition":"to furnish besides, i.e. fully supply, (figuratively) aid or contribute","kjv_definition":"add, minister (nourishment, unto)"} +{"id":"G2050","strongs_number":"G2050","system":"greek","language":"greek","number_value":2050,"lemma":"ἐρήμωσις","transliteration":"erḗmōsis","pronunciation":null,"derivation":"from G2049 (ἐρημόω);","strongs_definition":"despoliation","kjv_definition":"desolation"} +{"id":"G2822","strongs_number":"G2822","system":"greek","language":"greek","number_value":2822,"lemma":"κλητός","transliteration":"klētós","pronunciation":null,"derivation":"from the same as G2821 (κλῆσις);","strongs_definition":"invited, i.e. appointed, or (specially), a saint","kjv_definition":"called"} +{"id":"G1930","strongs_number":"G1930","system":"greek","language":"greek","number_value":1930,"lemma":"ἐπιδιορθόω","transliteration":"epidiorthóō","pronunciation":null,"derivation":"from G1909 (ἐπί) and a derivative of G3717 (ὀρθός);","strongs_definition":"to straighten further, i.e. (figuratively) arrange additionally","kjv_definition":"set in order"} +{"id":"G1121","strongs_number":"G1121","system":"greek","language":"greek","number_value":1121,"lemma":"γράμμα","transliteration":"grámma","pronunciation":null,"derivation":"from G1125 (γράφω);","strongs_definition":"a writing, i.e. a letter, note, epistle, book, etc.; plural learning","kjv_definition":"bill, learning, letter, scripture, writing, written"} +{"id":"G3599","strongs_number":"G3599","system":"greek","language":"greek","number_value":3599,"lemma":"ὀδούς","transliteration":"odoús","pronunciation":null,"derivation":"perhaps from the base of G2068 (ἐσθίω);","strongs_definition":"a \"tooth\"","kjv_definition":"tooth"} +{"id":"G2849","strongs_number":"G2849","system":"greek","language":"greek","number_value":2849,"lemma":"κολάζω","transliteration":"kolázō","pronunciation":null,"derivation":"from (dwarf);","strongs_definition":"properly, to curtail, i.e. (figuratively) to chastise (or reserve for infliction)","kjv_definition":"punish"} +{"id":"G4099","strongs_number":"G4099","system":"greek","language":"greek","number_value":4099,"lemma":"Πισιδία","transliteration":"Pisidía","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Pisidia, a region of Asia Minor","kjv_definition":"Pisidia"} +{"id":"G3948","strongs_number":"G3948","system":"greek","language":"greek","number_value":3948,"lemma":"παροξυσμός","transliteration":"paroxysmós","pronunciation":null,"derivation":"from G3947 (παροξύνω) (\"paroxysm\");","strongs_definition":"incitement (to good), or dispute (in anger)","kjv_definition":"contention, provoke unto"} +{"id":"G1839","strongs_number":"G1839","system":"greek","language":"greek","number_value":1839,"lemma":"ἐξίστημι","transliteration":"exístēmi","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2476 (ἵστημι);","strongs_definition":"to put (stand) out of wits, i.e. astound, or (reflexively) become astounded, insane","kjv_definition":"amaze, be (make) astonished, be beside self (selves), bewitch, wonder"} +{"id":"G4898","strongs_number":"G4898","system":"greek","language":"greek","number_value":4898,"lemma":"συνέκδημος","transliteration":"synékdēmos","pronunciation":null,"derivation":"from G4862 (σύν) and the base of G1553 (ἐκδημέω);","strongs_definition":"a co-absentee from home, i.e. fellow-traveller","kjv_definition":"companion in travel, travel with"} +{"id":"G4414","strongs_number":"G4414","system":"greek","language":"greek","number_value":4414,"lemma":"πρωτοστάτης","transliteration":"prōtostátēs","pronunciation":null,"derivation":"from G4413 (πρῶτος) and G2476 (ἵστημι);","strongs_definition":"one standing first in the ranks, i.e. a captain (champion)","kjv_definition":"ringleader"} +{"id":"G212","strongs_number":"G212","system":"greek","language":"greek","number_value":212,"lemma":"ἀλαζονεία","transliteration":"alazoneía","pronunciation":null,"derivation":"from G213 (ἀλαζών);","strongs_definition":"braggadocio, i.e. (by implication) self-confidence","kjv_definition":"boasting, pride"} +{"id":"G4660","strongs_number":"G4660","system":"greek","language":"greek","number_value":4660,"lemma":"σκύλλω","transliteration":"skýllō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to flay, i.e. (figuratively) to harass","kjv_definition":"trouble(self)"} +{"id":"G481","strongs_number":"G481","system":"greek","language":"greek","number_value":481,"lemma":"ἀντικρύ","transliteration":"antikrý","pronunciation":null,"derivation":"prolonged from G473 (ἀντί);","strongs_definition":"opposite","kjv_definition":"over against"} +{"id":"G2586","strongs_number":"G2586","system":"greek","language":"greek","number_value":2586,"lemma":"καπνός","transliteration":"kapnós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"smoke","kjv_definition":"smoke"} +{"id":"G2072","strongs_number":"G2072","system":"greek","language":"greek","number_value":2072,"lemma":"ἔσοπτρον","transliteration":"ésoptron","pronunciation":null,"derivation":"from G1519 (εἰς) and a presumed derivative of G3700 (ὀπτάνομαι);","strongs_definition":"a mirror (for looking into)","kjv_definition":"glass"} +{"id":"G4408","strongs_number":"G4408","system":"greek","language":"greek","number_value":4408,"lemma":"πρῶρα","transliteration":"prōra","pronunciation":null,"derivation":"feminine of a presumed derivative of G4253 (πρό) as noun;","strongs_definition":"the prow, i.e. forward part of a vessel","kjv_definition":"forepart(-ship)"} +{"id":"G5252","strongs_number":"G5252","system":"greek","language":"greek","number_value":5252,"lemma":"ὑπερφρονέω","transliteration":"hyperphronéō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G5426 (φρονέω);","strongs_definition":"to esteem oneself overmuch, i.e. be vain or arrogant","kjv_definition":"think more highly"} +{"id":"G4587","strongs_number":"G4587","system":"greek","language":"greek","number_value":4587,"lemma":"σεμνότης","transliteration":"semnótēs","pronunciation":null,"derivation":"from G4586 (σεμνός);","strongs_definition":"venerableness, i.e. probity","kjv_definition":"gravity, honesty"} +{"id":"G4730","strongs_number":"G4730","system":"greek","language":"greek","number_value":4730,"lemma":"στενοχωρία","transliteration":"stenochōría","pronunciation":null,"derivation":"from a compound of G4728 (στενός) and G5561 (χώρα);","strongs_definition":"narrowness of room, i.e. (figuratively) calamity","kjv_definition":"anguish, distress"} +{"id":"G3389","strongs_number":"G3389","system":"greek","language":"greek","number_value":3389,"lemma":"μητραλῴας","transliteration":"mētralṓias","pronunciation":null,"derivation":"from G3384 (μήτηρ) and the base of G257 (ἅλων);","strongs_definition":"a mother-thresher, i.e. matricide","kjv_definition":"murderer of mothers"} +{"id":"G1877","strongs_number":"G1877","system":"greek","language":"greek","number_value":1877,"lemma":"ἐπανάγω","transliteration":"epanágō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G321 (ἀνάγω);","strongs_definition":"to lead up on, i.e. (technical) to put out (to sea); (intransitively) to return","kjv_definition":"launch (thrust) out, return"} +{"id":"G5042","strongs_number":"G5042","system":"greek","language":"greek","number_value":5042,"lemma":"τεκνογονία","transliteration":"teknogonía","pronunciation":null,"derivation":"from the same as G5041 (τεκνογονέω);","strongs_definition":"childbirth (parentage), i.e. (by implication) maternity (the performance of maternal duties)","kjv_definition":"childbearing"} +{"id":"G400","strongs_number":"G400","system":"greek","language":"greek","number_value":400,"lemma":"ἀναφωνέω","transliteration":"anaphōnéō","pronunciation":null,"derivation":"from G303 (ἀνά) and G5455 (φωνέω);","strongs_definition":"to exclaim","kjv_definition":"speak out"} +{"id":"G5037","strongs_number":"G5037","system":"greek","language":"greek","number_value":5037,"lemma":"τέ","transliteration":"té","pronunciation":null,"derivation":"a primary particle (enclitic) of connection or addition;","strongs_definition":"both or also (properly, as correlation of G2532 (καί))","kjv_definition":"also, and, both, even, then, whether"} +{"id":"G2440","strongs_number":"G2440","system":"greek","language":"greek","number_value":2440,"lemma":"ἱμάτιον","transliteration":"himátion","pronunciation":null,"derivation":"neuter of a presumed derivative of ennumi (to put on);","strongs_definition":"a dress (inner or outer)","kjv_definition":"apparel, cloke, clothes, garment, raiment, robe, vesture"} +{"id":"G395","strongs_number":"G395","system":"greek","language":"greek","number_value":395,"lemma":"ἀνατολή","transliteration":"anatolḗ","pronunciation":null,"derivation":"from G393 (ἀνατέλλω);","strongs_definition":"a rising of light, i.e. dawn (figuratively); by implication, the east (also in plural)","kjv_definition":"dayspring, east, rising"} +{"id":"G3748","strongs_number":"G3748","system":"greek","language":"greek","number_value":3748,"lemma":"ὅστις","transliteration":"hóstis","pronunciation":null,"derivation":"from G3739 (ὅς) and G5100 (τὶς);","strongs_definition":"which some, i.e. any that; also (definite) which same","kjv_definition":"X and (they), (such) as, (they) that, in that they, what(-soever), whereas ye, (they) which, who(-soever)"} +{"id":"G4994","strongs_number":"G4994","system":"greek","language":"greek","number_value":4994,"lemma":"σωφρονίζω","transliteration":"sōphronízō","pronunciation":null,"derivation":"from G4998 (σώφρων);","strongs_definition":"to make of sound mind, i.e. (figuratively) to discipline or correct","kjv_definition":"teach to be sober"} +{"id":"G569","strongs_number":"G569","system":"greek","language":"greek","number_value":569,"lemma":"ἀπιστέω","transliteration":"apistéō","pronunciation":null,"derivation":"from G571 (ἄπιστος);","strongs_definition":"to be unbelieving, i.e. (transitively) disbelieve, or (by implication) disobey","kjv_definition":"believe not"} +{"id":"G4112","strongs_number":"G4112","system":"greek","language":"greek","number_value":4112,"lemma":"πλαστός","transliteration":"plastós","pronunciation":null,"derivation":"from G4111 (πλάσσω);","strongs_definition":"moulded, i.e. (by implication) artificial or (figuratively) fictitious (false)","kjv_definition":"feigned"} +{"id":"G1714","strongs_number":"G1714","system":"greek","language":"greek","number_value":1714,"lemma":"ἐμπρήθω","transliteration":"emprḗthō","pronunciation":null,"derivation":"from G1722 (ἐν) and (to blow a flame);","strongs_definition":"to enkindle, i.e. set on fire","kjv_definition":"burn up"} +{"id":"G2633","strongs_number":"G2633","system":"greek","language":"greek","number_value":2633,"lemma":"κατάκρισις","transliteration":"katákrisis","pronunciation":null,"derivation":"from G2632 (κατακρίνω);","strongs_definition":"sentencing adversely (the act)","kjv_definition":"condemn(-ation)"} +{"id":"G2602","strongs_number":"G2602","system":"greek","language":"greek","number_value":2602,"lemma":"καταβολή","transliteration":"katabolḗ","pronunciation":null,"derivation":"from G2598 (καταβάλλω);","strongs_definition":"a deposition, i.e. founding; figuratively, conception","kjv_definition":"conceive, foundation"} +{"id":"G3770","strongs_number":"G3770","system":"greek","language":"greek","number_value":3770,"lemma":"οὐράνιος","transliteration":"ouránios","pronunciation":null,"derivation":"from G3772 (οὐρανός);","strongs_definition":"celestial, i.e. belonging to or coming from the sky","kjv_definition":"heavenly"} +{"id":"G4037","strongs_number":"G4037","system":"greek","language":"greek","number_value":4037,"lemma":"περιμένω","transliteration":"periménō","pronunciation":null,"derivation":"from G4012 (περί) and G3306 (μένω);","strongs_definition":"to stay around, i.e. await","kjv_definition":"wait for"} +{"id":"G806","strongs_number":"G806","system":"greek","language":"greek","number_value":806,"lemma":"ἀσφαλῶς","transliteration":"asphalōs","pronunciation":null,"derivation":"adverb from G804 (ἀσφαλής);","strongs_definition":"securely (literally or figuratively)","kjv_definition":"assuredly, safely"} +{"id":"G2470","strongs_number":"G2470","system":"greek","language":"greek","number_value":2470,"lemma":"ἴσος","transliteration":"ísos","pronunciation":null,"derivation":"probably from G1492 (εἴδω) (through the idea of seeming);","strongs_definition":"similar (in amount and kind)","kjv_definition":"+ agree, as much, equal, like"} +{"id":"G1689","strongs_number":"G1689","system":"greek","language":"greek","number_value":1689,"lemma":"ἐμβλέπω","transliteration":"emblépō","pronunciation":null,"derivation":"from G1722 (ἐν) and G991 (βλέπω);","strongs_definition":"to look on, i.e. (relatively) to observe fixedly, or (absolutely) to discern clearly","kjv_definition":"behold, gaze up, look upon, (could) see"} +{"id":"G1329","strongs_number":"G1329","system":"greek","language":"greek","number_value":1329,"lemma":"διερμηνεύω","transliteration":"diermēneúō","pronunciation":null,"derivation":"from G1223 (διά) and G2059 (ἑρμηνεύω);","strongs_definition":"to explain thoroughly, by implication, to translate","kjv_definition":"expound, interpret(-ation)"} +{"id":"G750","strongs_number":"G750","system":"greek","language":"greek","number_value":750,"lemma":"ἀρχιποίμην","transliteration":"archipoímēn","pronunciation":null,"derivation":"from G746 (ἀρχή) and G4166 (ποιμήν);","strongs_definition":"a head shepherd","kjv_definition":"chief shepherd"} +{"id":"G4582","strongs_number":"G4582","system":"greek","language":"greek","number_value":4582,"lemma":"σελήνη","transliteration":"selḗnē","pronunciation":null,"derivation":"from (brilliancy;","strongs_definition":"probably akin to the alternate of G138 (αἱρέομαι), through the idea of attractiveness); the moon","kjv_definition":"moon"} +{"id":"G5445","strongs_number":"G5445","system":"greek","language":"greek","number_value":5445,"lemma":"φύραμα","transliteration":"phýrama","pronunciation":null,"derivation":"from a prolonged form of (to mix a liquid with a solid;","strongs_definition":"perhaps akin to G5453 (φύω) through the idea of swelling in bulk), mean to knead; a mass of dough","kjv_definition":"lump"} +{"id":"G874","strongs_number":"G874","system":"greek","language":"greek","number_value":874,"lemma":"ἀφορμή","transliteration":"aphormḗ","pronunciation":null,"derivation":"from a compound of G575 (ἀπό) and G3729 (ὁρμάω);","strongs_definition":"a starting-point, i.e. (figuratively) an opportunity","kjv_definition":"occasion"} +{"id":"G33","strongs_number":"G33","system":"greek","language":"greek","number_value":33,"lemma":"ἄγε","transliteration":"áge","pronunciation":null,"derivation":"imperative of G71 (ἄγω);","strongs_definition":"properly, lead, i.e. come on","kjv_definition":"go to"} +{"id":"G114","strongs_number":"G114","system":"greek","language":"greek","number_value":114,"lemma":"ἀθετέω","transliteration":"athetéō","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and a derivative of G5087 (τίθημι);","strongs_definition":"to set aside, i.e. (by implication) to disesteem, neutralize or violate","kjv_definition":"cast off, despise, disannul, frustrate, bring to nought, reject"} +{"id":"G3162","strongs_number":"G3162","system":"greek","language":"greek","number_value":3162,"lemma":"μάχαιρα","transliteration":"máchaira","pronunciation":null,"derivation":"probably feminine of a presumed derivative of G3163 (μάχη);","strongs_definition":"a knife, i.e. dirk; figuratively, war, judicial punishment","kjv_definition":"sword"} +{"id":"G3778","strongs_number":"G3778","system":"greek","language":"greek","number_value":3778,"lemma":"οὗτος","transliteration":"hoûtos","pronunciation":null,"derivation":"from the article G3588 (ὁ) and G846 (αὐτός);","strongs_definition":"the he (she or it), i.e. this or that (often with article repeated)","kjv_definition":"he (it was that), hereof, it, she, such as, the same, these, they, this (man, same, woman), which, who"} +{"id":"G1108","strongs_number":"G1108","system":"greek","language":"greek","number_value":1108,"lemma":"γνῶσις","transliteration":"gnōsis","pronunciation":null,"derivation":"from G1097 (γινώσκω);","strongs_definition":"knowing (the act), i.e. (by implication) knowledge","kjv_definition":"knowledge, science"} +{"id":"G1590","strongs_number":"G1590","system":"greek","language":"greek","number_value":1590,"lemma":"ἐκλύω","transliteration":"eklýō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3089 (λύω);","strongs_definition":"to relax (literally or figuratively)","kjv_definition":"faint"} +{"id":"G2606","strongs_number":"G2606","system":"greek","language":"greek","number_value":2606,"lemma":"καταγελάω","transliteration":"katageláō","pronunciation":null,"derivation":null,"strongs_definition":"to laugh down, i.e. deride","kjv_definition":"laugh to scorn"} +{"id":"G4888","strongs_number":"G4888","system":"greek","language":"greek","number_value":4888,"lemma":"συνδοξάζω","transliteration":"syndoxázō","pronunciation":null,"derivation":"from G4862 (σύν) and G1392 (δοξάζω);","strongs_definition":"to exalt to dignity in company (i.e. similarly) with","kjv_definition":"glorify together"} +{"id":"G4946","strongs_number":"G4946","system":"greek","language":"greek","number_value":4946,"lemma":"Συράκουσαι","transliteration":"Syrákousai","pronunciation":null,"derivation":"plural of uncertain derivation;","strongs_definition":"Syracuse, the capital of Sicily","kjv_definition":"Syracuse"} +{"id":"G626","strongs_number":"G626","system":"greek","language":"greek","number_value":626,"lemma":"ἀπολογέομαι","transliteration":"apologéomai","pronunciation":null,"derivation":"middle voice from a compound of G575 (ἀπό) and G3056 (λόγος);","strongs_definition":"to give an account (legal plea) of oneself, i.e. exculpate (self)","kjv_definition":"answer (for self), make defence, excuse (self), speak for self"} +{"id":"G2830","strongs_number":"G2830","system":"greek","language":"greek","number_value":2830,"lemma":"κλύδων","transliteration":"klýdōn","pronunciation":null,"derivation":"from (to billow or dash over);","strongs_definition":"a surge of the sea (literally or figuratively)","kjv_definition":"raging, wave"} +{"id":"G477","strongs_number":"G477","system":"greek","language":"greek","number_value":477,"lemma":"ἀντίθεσις","transliteration":"antíthesis","pronunciation":null,"derivation":"from a compound of G473 (ἀντί) and G5087 (τίθημι);","strongs_definition":"opposition, i.e. a conflict (of theories)","kjv_definition":"opposition"} +{"id":"G4976","strongs_number":"G4976","system":"greek","language":"greek","number_value":4976,"lemma":"σχῆμα","transliteration":"schēma","pronunciation":null,"derivation":"from the alternate of G2192 (ἔχω);","strongs_definition":"a figure (as a mode or circumstance), i.e. (by implication) external condition","kjv_definition":"fashion"} +{"id":"G1858","strongs_number":"G1858","system":"greek","language":"greek","number_value":1858,"lemma":"ἑορτάζω","transliteration":"heortázō","pronunciation":null,"derivation":"from G1859 (ἑορτή);","strongs_definition":"to observe a festival","kjv_definition":"keep the feast"} +{"id":"G5553","strongs_number":"G5553","system":"greek","language":"greek","number_value":5553,"lemma":"χρυσίον","transliteration":"chrysíon","pronunciation":null,"derivation":"diminutive of G5557 (χρυσός);","strongs_definition":"a golden article, i.e. gold plating, ornament, or coin","kjv_definition":"gold"} +{"id":"G4234","strongs_number":"G4234","system":"greek","language":"greek","number_value":4234,"lemma":"πρᾶξις","transliteration":"prâxis","pronunciation":null,"derivation":"from G4238 (πράσσω);","strongs_definition":"practice, i.e. (concretely) an act; by extension, a function","kjv_definition":"deed, office, work"} +{"id":"G795","strongs_number":"G795","system":"greek","language":"greek","number_value":795,"lemma":"ἀστοχέω","transliteration":"astochéō","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and (an aim);","strongs_definition":"to miss the mark, i.e. (figuratively) deviate from truth","kjv_definition":"err, swerve"} +{"id":"G4202","strongs_number":"G4202","system":"greek","language":"greek","number_value":4202,"lemma":"πορνεία","transliteration":"porneía","pronunciation":null,"derivation":"from G4203 (πορνεύω);","strongs_definition":"harlotry (including adultery and incest); figuratively, idolatry","kjv_definition":"fornication"} +{"id":"G4724","strongs_number":"G4724","system":"greek","language":"greek","number_value":4724,"lemma":"στέλλω","transliteration":"stéllō","pronunciation":null,"derivation":"probably strengthened from the base of G2476 (ἵστημι);","strongs_definition":"properly, to set fast (\"stall\"), i.e. (figuratively) to repress (reflexively, abstain from associating with)","kjv_definition":"avoid, withdraw self"} +{"id":"G1034","strongs_number":"G1034","system":"greek","language":"greek","number_value":1034,"lemma":"βρώσιμος","transliteration":"brṓsimos","pronunciation":null,"derivation":"from G1035 (βρῶσις);","strongs_definition":"eatable","kjv_definition":"meat"} +{"id":"G1057","strongs_number":"G1057","system":"greek","language":"greek","number_value":1057,"lemma":"Γαλιλαῖος","transliteration":"Galilaîos","pronunciation":null,"derivation":"from G1056 (Γαλιλαία);","strongs_definition":"Galilean or belonging to Galilea","kjv_definition":"Galilean, of Galilee"} +{"id":"G919","strongs_number":"G919","system":"greek","language":"greek","number_value":919,"lemma":"Βαριησοῦς","transliteration":"Bariēsoûs","pronunciation":null,"derivation":"of Chaldee origin (H01247 and H03091);","strongs_definition":"son of Jesus (or Joshua); Bar-jesus, an Israelite","kjv_definition":"Barjesus"} +{"id":"G4548","strongs_number":"G4548","system":"greek","language":"greek","number_value":4548,"lemma":"σανίς","transliteration":"sanís","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a plank","kjv_definition":"board"} +{"id":"G1532","strongs_number":"G1532","system":"greek","language":"greek","number_value":1532,"lemma":"εἰστρέχω","transliteration":"eistréchō","pronunciation":null,"derivation":"from G1519 (εἰς) and G5143 (τρέχω);","strongs_definition":"to hasten inward","kjv_definition":"run in"} +{"id":"G1337","strongs_number":"G1337","system":"greek","language":"greek","number_value":1337,"lemma":"διθάλασσος","transliteration":"dithálassos","pronunciation":null,"derivation":"from G1364 (δίς) and G2281 (θάλασσα);","strongs_definition":"having two seas, i.e. a sound with a double outlet","kjv_definition":"where two seas meet"} +{"id":"G713","strongs_number":"G713","system":"greek","language":"greek","number_value":713,"lemma":"ἀρκετός","transliteration":"arketós","pronunciation":null,"derivation":"from G714 (ἀρκέω);","strongs_definition":"satisfactory","kjv_definition":"enough, suffice (-ient)"} +{"id":"G2789","strongs_number":"G2789","system":"greek","language":"greek","number_value":2789,"lemma":"κιθαρίζω","transliteration":"kitharízō","pronunciation":null,"derivation":"from G2788 (κιθάρα);","strongs_definition":"to play on a lyre","kjv_definition":"harp"} +{"id":"G1465","strongs_number":"G1465","system":"greek","language":"greek","number_value":1465,"lemma":"ἐγκόπτω","transliteration":"enkóptō","pronunciation":null,"derivation":"from G1722 (ἐν) and G2875 (κόπτω);","strongs_definition":"to cut into, i.e. (figuratively) impede, detain","kjv_definition":"hinder, be tedious unto"} +{"id":"G3338","strongs_number":"G3338","system":"greek","language":"greek","number_value":3338,"lemma":"μεταμέλλομαι","transliteration":"metaméllomai","pronunciation":null,"derivation":"from G3326 (μετά) and the middle voice of G3199 (μέλω);","strongs_definition":"to care afterwards, i.e. regret","kjv_definition":"repent (self)"} +{"id":"G1237","strongs_number":"G1237","system":"greek","language":"greek","number_value":1237,"lemma":"διαδέχομαι","transliteration":"diadéchomai","pronunciation":null,"derivation":"from G1223 (διά) and G1209 (δέχομαι);","strongs_definition":"to receive in turn, i.e. (figuratively) succeed to","kjv_definition":"come after"} +{"id":"G4302","strongs_number":"G4302","system":"greek","language":"greek","number_value":4302,"lemma":"προλέγω","transliteration":"prolégō","pronunciation":null,"derivation":"from G4253 (πρό) and G3004 (λέγω);","strongs_definition":"to say beforehand, i.e. predict, forewarn","kjv_definition":"foretell, tell before"} +{"id":"G5188","strongs_number":"G5188","system":"greek","language":"greek","number_value":5188,"lemma":"τύφω","transliteration":"týphō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to make a smoke, i.e. slowly consume without flame","kjv_definition":"smoke"} +{"id":"G4248","strongs_number":"G4248","system":"greek","language":"greek","number_value":4248,"lemma":"πρηνής","transliteration":"prēnḗs","pronunciation":null,"derivation":"from G4253 (πρό);","strongs_definition":"leaning (falling) forward (\"prone\"), i.e. head foremost","kjv_definition":"headlong"} +{"id":"G166","strongs_number":"G166","system":"greek","language":"greek","number_value":166,"lemma":"αἰώνιος","transliteration":"aiṓnios","pronunciation":null,"derivation":"from G165 (αἰών);","strongs_definition":"perpetual (also used of past time, or past and future as well)","kjv_definition":"eternal, for ever, everlasting, world (began)"} +{"id":"G2549","strongs_number":"G2549","system":"greek","language":"greek","number_value":2549,"lemma":"κακία","transliteration":"kakía","pronunciation":null,"derivation":"from G2556 (κακός);","strongs_definition":"badness, i.e. (subjectively) depravity, or (actively) malignity, or (passively) trouble","kjv_definition":"evil, malice(-iousness), naughtiness, wickedness"} +{"id":"G4764","strongs_number":"G4764","system":"greek","language":"greek","number_value":4764,"lemma":"στρῆνος","transliteration":"strēnos","pronunciation":null,"derivation":"akin to G4731 (στερεός);","strongs_definition":"a \"straining\", \"strenuousness\" or \"strength\", i.e. (figuratively) luxury (voluptuousness)","kjv_definition":"delicacy"} +{"id":"G2567","strongs_number":"G2567","system":"greek","language":"greek","number_value":2567,"lemma":"καλοδιδάσκαλος","transliteration":"kalodidáskalos","pronunciation":null,"derivation":"from G2570 (καλός) and G1320 (διδάσκαλος);","strongs_definition":"a teacher of the right","kjv_definition":"teacher of good things"} +{"id":"G397","strongs_number":"G397","system":"greek","language":"greek","number_value":397,"lemma":"ἀνατρέφω","transliteration":"anatréphō","pronunciation":null,"derivation":"from G303 (ἀνά) and G5142 (τρέφω);","strongs_definition":"to rear (physically or mentally)","kjv_definition":"bring up, nourish (up)"} +{"id":"G4156","strongs_number":"G4156","system":"greek","language":"greek","number_value":4156,"lemma":"πνικτός","transliteration":"pniktós","pronunciation":null,"derivation":"from G4155 (πνίγω);","strongs_definition":"throttled, i.e. (neuter concretely) an animal choked to death (not bled)","kjv_definition":"strangled"} +{"id":"G1417","strongs_number":"G1417","system":"greek","language":"greek","number_value":1417,"lemma":"δύο","transliteration":"dýo","pronunciation":null,"derivation":"a primary numeral;","strongs_definition":"\"two\"","kjv_definition":"both, twain, two"} +{"id":"G2816","strongs_number":"G2816","system":"greek","language":"greek","number_value":2816,"lemma":"κληρονομέω","transliteration":"klēronoméō","pronunciation":null,"derivation":"from G2818 (κληρονόμος);","strongs_definition":"to be an heir to (literally or figuratively)","kjv_definition":"be heir, (obtain by) inherit(-ance)"} +{"id":"G4958","strongs_number":"G4958","system":"greek","language":"greek","number_value":4958,"lemma":"συστέλλω","transliteration":"systéllō","pronunciation":null,"derivation":"from G4862 (σύν) and G4724 (στέλλω);","strongs_definition":"to send (draw) together, i.e. enwrap (enshroud a corpse for burial), contract (an interval)","kjv_definition":"short, wind up"} +{"id":"G1352","strongs_number":"G1352","system":"greek","language":"greek","number_value":1352,"lemma":"διό","transliteration":"dió","pronunciation":null,"derivation":"from G1223 (διά) and G3739 (ὅς);","strongs_definition":"through which thing, i.e. consequently","kjv_definition":"for which cause, therefore, wherefore"} +{"id":"G3074","strongs_number":"G3074","system":"greek","language":"greek","number_value":3074,"lemma":"λύκος","transliteration":"lýkos","pronunciation":null,"derivation":"perhaps akin to the base of G3022 (λευκός) (from the whitish hair);","strongs_definition":"a wolf","kjv_definition":"wolf"} +{"id":"G2030","strongs_number":"G2030","system":"greek","language":"greek","number_value":2030,"lemma":"ἐπόπτης","transliteration":"epóptēs","pronunciation":null,"derivation":"from G1909 (ἐπί) and a presumed derivative of G3700 (ὀπτάνομαι);","strongs_definition":"a looker-on","kjv_definition":"eye-witness"} +{"id":"G3473","strongs_number":"G3473","system":"greek","language":"greek","number_value":3473,"lemma":"μωρολογία","transliteration":"mōrología","pronunciation":null,"derivation":"from a compound of G3474 (μωρός) and G3004 (λέγω);","strongs_definition":"silly talk, i.e. buffoonery","kjv_definition":"foolish talking"} +{"id":"G5132","strongs_number":"G5132","system":"greek","language":"greek","number_value":5132,"lemma":"τράπεζα","transliteration":"trápeza","pronunciation":null,"derivation":"probably contracted from G5064 (τέσσαρες) and G3979 (πεζῇ);","strongs_definition":"a table or stool (as being four-legged), usually for food (figuratively, a meal); also a counter for money (figuratively, a broker's office for loans at interest)","kjv_definition":"bank, meat, table"} +{"id":"G582","strongs_number":"G582","system":"greek","language":"greek","number_value":582,"lemma":"ἀπογραφή","transliteration":"apographḗ","pronunciation":null,"derivation":"from G583 (ἀπογράφω);","strongs_definition":"an enrollment; by implication, an assessment","kjv_definition":"taxing"} +{"id":"G1627","strongs_number":"G1627","system":"greek","language":"greek","number_value":1627,"lemma":"ἐκφέρω","transliteration":"ekphérō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5342 (φέρω);","strongs_definition":"to bear out (literally or figuratively)","kjv_definition":"bear, bring forth, carry forth (out)"} +{"id":"G2747","strongs_number":"G2747","system":"greek","language":"greek","number_value":2747,"lemma":"Κεγχρεαί","transliteration":"Kenchreaí","pronunciation":null,"derivation":"probably from kegchros (millet);","strongs_definition":"Cenchreæ, a port of Corinth","kjv_definition":"Cencrea"} +{"id":"G1475","strongs_number":"G1475","system":"greek","language":"greek","number_value":1475,"lemma":"ἔδαφος","transliteration":"édaphos","pronunciation":null,"derivation":"from the base of G1476 (ἑδραῖος);","strongs_definition":"a basis (bottom), i.e. the soil","kjv_definition":"ground"} +{"id":"G4653","strongs_number":"G4653","system":"greek","language":"greek","number_value":4653,"lemma":"σκοτία","transliteration":"skotía","pronunciation":null,"derivation":"from G4655 (σκότος);","strongs_definition":"dimness, obscurity (literally or figuratively)","kjv_definition":"dark(-ness)"} +{"id":"G3391","strongs_number":"G3391","system":"greek","language":"greek","number_value":3391,"lemma":"μία","transliteration":"mía","pronunciation":null,"derivation":"irregular feminine of G1520 (εἷς);","strongs_definition":"one or first","kjv_definition":"a (certain), + agree, first, one, X other"} +{"id":"G5530","strongs_number":"G5530","system":"greek","language":"greek","number_value":5530,"lemma":"χράομαι","transliteration":"chráomai","pronunciation":null,"derivation":"middle voice of a primary verb (perhaps rather from G5495 (χείρ), to handle);","strongs_definition":"to furnish what is needed; (give an oracle, \"graze\" (touch slightly), light upon, etc.), i.e. (by implication) to employ or (by extension) to act towards one in a given manner","kjv_definition":"entreat, use"} +{"id":"G2882","strongs_number":"G2882","system":"greek","language":"greek","number_value":2882,"lemma":"Κόρινθος","transliteration":"Kórinthos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Corinthus, a city of Greece","kjv_definition":"Corinth"} +{"id":"G3932","strongs_number":"G3932","system":"greek","language":"greek","number_value":3932,"lemma":"παρθενία","transliteration":"parthenía","pronunciation":null,"derivation":"from G3933 (παρθένος);","strongs_definition":"maidenhood","kjv_definition":"virginity"} +{"id":"G14","strongs_number":"G14","system":"greek","language":"greek","number_value":14,"lemma":"ἀγαθοεργέω","transliteration":"agathoergéō","pronunciation":null,"derivation":"from G18 (ἀγαθός) and G2041 (ἔργον);","strongs_definition":"to work good","kjv_definition":"do good"} +{"id":"G1874","strongs_number":"G1874","system":"greek","language":"greek","number_value":1874,"lemma":"ἐπακροάομαι","transliteration":"epakroáomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and the base of G202 (ἀκροατής);","strongs_definition":"to listen (intently) to","kjv_definition":"hear"} +{"id":"G4680","strongs_number":"G4680","system":"greek","language":"greek","number_value":4680,"lemma":"σοφός","transliteration":"sophós","pronunciation":null,"derivation":"akin to (clear);","strongs_definition":"wise (in a most general application)","kjv_definition":"wise"} +{"id":"G1979","strongs_number":"G1979","system":"greek","language":"greek","number_value":1979,"lemma":"ἐπισιτισμός","transliteration":"episitismós","pronunciation":null,"derivation":"from a compound of G1909 (ἐπί) and a derivative of G4621 (σῖτος);","strongs_definition":"a provisioning, i.e. (concretely) food","kjv_definition":"victuals"} +{"id":"G4684","strongs_number":"G4684","system":"greek","language":"greek","number_value":4684,"lemma":"σπαταλάω","transliteration":"spataláō","pronunciation":null,"derivation":"from (luxury);","strongs_definition":"to be voluptuous","kjv_definition":"live in pleasure, be wanton"} +{"id":"G4528","strongs_number":"G4528","system":"greek","language":"greek","number_value":4528,"lemma":"Σαλαθιήλ","transliteration":"Salathiḗl","pronunciation":null,"derivation":"of Hebrew origin (H07597);","strongs_definition":"Salathiel (i.e. Shealtiel), an Israelite","kjv_definition":"Salathiel"} +{"id":"G4583","strongs_number":"G4583","system":"greek","language":"greek","number_value":4583,"lemma":"σεληνιάζομαι","transliteration":"selēniázomai","pronunciation":null,"derivation":"middle voice or passive from a presumed derivative of G4582 (σελήνη);","strongs_definition":"to be moon-struck, i.e. crazy","kjv_definition":"be a lunatic"} +{"id":"G990","strongs_number":"G990","system":"greek","language":"greek","number_value":990,"lemma":"βλέμμα","transliteration":"blémma","pronunciation":null,"derivation":"from G991 (βλέπω);","strongs_definition":"vision (properly concrete; by implication, abstract)","kjv_definition":"seeing"} +{"id":"G4995","strongs_number":"G4995","system":"greek","language":"greek","number_value":4995,"lemma":"σωφρονισμός","transliteration":"sōphronismós","pronunciation":null,"derivation":"from G4994 (σωφρονίζω);","strongs_definition":"discipline, i.e. self-control","kjv_definition":"sound mind"} +{"id":"G2503","strongs_number":"G2503","system":"greek","language":"greek","number_value":2503,"lemma":"ἰῶτα","transliteration":"iōta","pronunciation":null,"derivation":"of Hebrew origin (the tenth letter of the Hebrew alphabet);","strongs_definition":"\"iota\", the name of the eighth letter of the Greek alphabet, put (figuratively) for a very small part of anything","kjv_definition":"jot"} +{"id":"G4490","strongs_number":"G4490","system":"greek","language":"greek","number_value":4490,"lemma":"ῥητῶς","transliteration":"rhētōs","pronunciation":null,"derivation":"adverb from a derivative of G4483 (ῥέω);","strongs_definition":"out-spokenly, i.e. distinctly","kjv_definition":"expressly"} +{"id":"G387","strongs_number":"G387","system":"greek","language":"greek","number_value":387,"lemma":"ἀναστατόω","transliteration":"anastatóō","pronunciation":null,"derivation":"from a derivative of G450 (ἀνίστημι) (in the sense of removal);","strongs_definition":"properly, to drive out of home, i.e. (by implication) to disturb (literally or figuratively)","kjv_definition":"trouble, turn upside down, make an uproar"} +{"id":"G5550","strongs_number":"G5550","system":"greek","language":"greek","number_value":5550,"lemma":"χρόνος","transliteration":"chrónos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a space of time (in general, and thus properly distinguished from G2540 (καιρός), which designates a fixed or special occasion; and from G165 (αἰών), which denotes a particular period) or interval; by extension, an individual opportunity; by implication, delay","kjv_definition":"+ years old, season, space, (X often-)time(-s), (a) while"} +{"id":"G3751","strongs_number":"G3751","system":"greek","language":"greek","number_value":3751,"lemma":"ὀσφῦς","transliteration":"osphŷs","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"the loin (externally), i.e. the hip; internally (by extension) procreative power","kjv_definition":"loin"} +{"id":"G4545","strongs_number":"G4545","system":"greek","language":"greek","number_value":4545,"lemma":"Σαμουήλ","transliteration":"Samouḗl","pronunciation":null,"derivation":"of Hebrew origin (H08050);","strongs_definition":"Samuel (i.e. Shemuel), an Israelite","kjv_definition":"Samuel"} +{"id":"G594","strongs_number":"G594","system":"greek","language":"greek","number_value":594,"lemma":"ἀποδοχή","transliteration":"apodochḗ","pronunciation":null,"derivation":"from G588 (ἀποδέχομαι);","strongs_definition":"acceptance","kjv_definition":"acceptation"} +{"id":"G3630","strongs_number":"G3630","system":"greek","language":"greek","number_value":3630,"lemma":"οἰνοπότης","transliteration":"oinopótēs","pronunciation":null,"derivation":"from G3631 (οἶνος) and a derivative of the alternate of G4095 (πίνω);","strongs_definition":"a tippler","kjv_definition":"winebibber"} +{"id":"G1127","strongs_number":"G1127","system":"greek","language":"greek","number_value":1127,"lemma":"γρηγορεύω","transliteration":"grēgoreúō","pronunciation":null,"derivation":"from G1453 (ἐγείρω);","strongs_definition":"to keep awake, i.e. watch (literally or figuratively)","kjv_definition":"be vigilant, wake, (be) watch(-ful)"} +{"id":"G4743","strongs_number":"G4743","system":"greek","language":"greek","number_value":4743,"lemma":"στιγμή","transliteration":"stigmḗ","pronunciation":null,"derivation":"feminine of G4742 (στίγμα);","strongs_definition":"a point of time, i.e. an instant","kjv_definition":"moment"} +{"id":"G2715","strongs_number":"G2715","system":"greek","language":"greek","number_value":2715,"lemma":"κατεξουσιάζω","transliteration":"katexousiázō","pronunciation":null,"derivation":"from G2596 (κατά) and G1850 (ἐξουσιάζω);","strongs_definition":"to have (wield) full privilege over","kjv_definition":"exercise authority"} +{"id":"G2478","strongs_number":"G2478","system":"greek","language":"greek","number_value":2478,"lemma":"ἰσχυρός","transliteration":"ischyrós","pronunciation":null,"derivation":"from G2479 (ἰσχύς);","strongs_definition":"forcible (literally or figuratively)","kjv_definition":"boisterous, mighty(-ier), powerful, strong(-er, man), valiant"} +{"id":"G4795","strongs_number":"G4795","system":"greek","language":"greek","number_value":4795,"lemma":"συγκυρία","transliteration":"synkyría","pronunciation":null,"derivation":"from a comparative of G4862 (σύν) and (to light or happen;","strongs_definition":"from the base of G2962 (κύριος)); concurrence, i.e. accident","kjv_definition":"chance"} +{"id":"G3745","strongs_number":"G3745","system":"greek","language":"greek","number_value":3745,"lemma":"ὅσος","transliteration":"hósos","pronunciation":null,"derivation":"by reduplication from G3739 (ὅς);","strongs_definition":"as (much, great, long, etc.) as","kjv_definition":"all (that), as (long, many, much) (as), how great (many, much), (in-)asmuch as, so many as, that (ever), the more, those things, what (great, -soever), wheresoever, wherewithsoever, which, X while, who(-soever)"} +{"id":"G551","strongs_number":"G551","system":"greek","language":"greek","number_value":551,"lemma":"ἀπείραστος","transliteration":"apeírastos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G3987 (πειράω);","strongs_definition":"untried, i.e. not temptable","kjv_definition":"not to be tempted"} +{"id":"G5497","strongs_number":"G5497","system":"greek","language":"greek","number_value":5497,"lemma":"χειραγωγός","transliteration":"cheiragōgós","pronunciation":null,"derivation":"from G5495 (χείρ) and a reduplicated form of G71 (ἄγω);","strongs_definition":"a hand-leader, i.e. personal conductor (of a blind person)","kjv_definition":"some to lead by the hand"} +{"id":"G3371","strongs_number":"G3371","system":"greek","language":"greek","number_value":3371,"lemma":"μηκέτι","transliteration":"mēkéti","pronunciation":null,"derivation":"from G3361 (μή) and G2089 (ἔτι);","strongs_definition":"no further","kjv_definition":"any longer, (not) henceforth, hereafter, no henceforward (longer, more, soon), not any more"} +{"id":"G3905","strongs_number":"G3905","system":"greek","language":"greek","number_value":3905,"lemma":"παρατείνω","transliteration":"parateínō","pronunciation":null,"derivation":"from G3844 (παρά) and teino (to stretch);","strongs_definition":"to extend along, i.e. prolong (in point of time)","kjv_definition":"continue"} +{"id":"G2199","strongs_number":"G2199","system":"greek","language":"greek","number_value":2199,"lemma":"Ζεβεδαῖος","transliteration":"Zebedaîos","pronunciation":null,"derivation":"of Hebrew origin (compare H02067);","strongs_definition":"Zebedæus, an Israelite","kjv_definition":"Zebedee"} +{"id":"G2344","strongs_number":"G2344","system":"greek","language":"greek","number_value":2344,"lemma":"θησαυρός","transliteration":"thēsaurós","pronunciation":null,"derivation":"from G5087 (τίθημι);","strongs_definition":"a deposit, i.e. wealth (literally or figuratively)","kjv_definition":"treasure"} +{"id":"G1682","strongs_number":"G1682","system":"greek","language":"greek","number_value":1682,"lemma":"ἐλοΐ","transliteration":"eloḯ","pronunciation":null,"derivation":"of Chaldean origin (H0426 with pronominal suffix) my God","strongs_definition":null,"kjv_definition":"Eloi"} +{"id":"G2541","strongs_number":"G2541","system":"greek","language":"greek","number_value":2541,"lemma":"Καῖσαρ","transliteration":"Kaîsar","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Cæsar, a title of the Roman emperor","kjv_definition":"Cæsar"} +{"id":"G3861","strongs_number":"G3861","system":"greek","language":"greek","number_value":3861,"lemma":"παράδοξος","transliteration":"parádoxos","pronunciation":null,"derivation":"from G3844 (παρά) and G1391 (δόξα) (in the sense of seeming);","strongs_definition":"contrary to expectation, i.e. extraordinary (\"paradox\")","kjv_definition":"strange"} +{"id":"G700","strongs_number":"G700","system":"greek","language":"greek","number_value":700,"lemma":"ἀρέσκω","transliteration":"aréskō","pronunciation":null,"derivation":"probably from G142 (αἴρω) (through the idea of exciting emotion);","strongs_definition":"to be agreeable (or by implication, to seek to be so)","kjv_definition":"please"} +{"id":"G3568","strongs_number":"G3568","system":"greek","language":"greek","number_value":3568,"lemma":"νῦν","transliteration":"nŷn","pronunciation":null,"derivation":"a primary particle of present time;","strongs_definition":"\"now\" (as adverb of date, a transition or emphasis); also as noun or adjective present or immediate","kjv_definition":"henceforth, + hereafter, of late, soon, present, this (time)"} +{"id":"G2336","strongs_number":"G2336","system":"greek","language":"greek","number_value":2336,"lemma":"θήκη","transliteration":"thḗkē","pronunciation":null,"derivation":"from G5087 (τίθημι);","strongs_definition":"a receptacle, i.e. scabbard","kjv_definition":"sheath"} +{"id":"G1005","strongs_number":"G1005","system":"greek","language":"greek","number_value":1005,"lemma":"βοῤῥᾶς","transliteration":"borrhâs","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"the north (properly, wind)","kjv_definition":"north"} +{"id":"G1565","strongs_number":"G1565","system":"greek","language":"greek","number_value":1565,"lemma":"ἐκεῖνος","transliteration":"ekeînos","pronunciation":null,"derivation":"from G1563 (ἐκεῖ);","strongs_definition":"that one (or (neuter) thing); often intensified by the article prefixed","kjv_definition":"he, it, the other (same), selfsame, that (same, very), X their, X them, they, this, those"} +{"id":"G5470","strongs_number":"G5470","system":"greek","language":"greek","number_value":5470,"lemma":"χάλκεος","transliteration":"chálkeos","pronunciation":null,"derivation":"from G5475 (χαλκός);","strongs_definition":"coppery","kjv_definition":"brass"} +{"id":"G4899","strongs_number":"G4899","system":"greek","language":"greek","number_value":4899,"lemma":"συνεκλεκτός","transliteration":"syneklektós","pronunciation":null,"derivation":"from a compound of G4862 (σύν) and G1586 (ἐκλέγομαι);","strongs_definition":"chosen in company with, i.e. co-elect (fellow Christian)","kjv_definition":"elected together with"} +{"id":"G4052","strongs_number":"G4052","system":"greek","language":"greek","number_value":4052,"lemma":"περισσεύω","transliteration":"perisseúō","pronunciation":null,"derivation":"from G4053 (περισσός);","strongs_definition":"to superabound (in quantity or quality), be in excess, be superfluous; also (transitively) to cause to superabound or excel","kjv_definition":"(make, more) abound, (have, have more) abundance (be more) abundant, be the better, enough and to spare, exceed, excel, increase, be left, redound, remain (over and above)"} +{"id":"G1396","strongs_number":"G1396","system":"greek","language":"greek","number_value":1396,"lemma":"δουλαγωγέω","transliteration":"doulagōgéō","pronunciation":null,"derivation":"from a presumed compound of G1401 (δοῦλος) and G71 (ἄγω);","strongs_definition":"to be a slave-driver, i.e. to enslave (figuratively, subdue)","kjv_definition":"bring into subjection"} +{"id":"G1654","strongs_number":"G1654","system":"greek","language":"greek","number_value":1654,"lemma":"ἐλεημοσύνη","transliteration":"eleēmosýnē","pronunciation":null,"derivation":"from G1656 (ἔλεος);","strongs_definition":"compassionateness, i.e. (as exercised towards the poor) beneficence, or (concretely) a benefaction","kjv_definition":"alms(-deeds)"} +{"id":"G2553","strongs_number":"G2553","system":"greek","language":"greek","number_value":2553,"lemma":"κακοπαθέω","transliteration":"kakopathéō","pronunciation":null,"derivation":"from the same as G2552 (κακοπάθεια);","strongs_definition":"to undergo hardship","kjv_definition":"be afflicted, endure afflictions (hardness), suffer trouble"} +{"id":"G5591","strongs_number":"G5591","system":"greek","language":"greek","number_value":5591,"lemma":"ψυχικός","transliteration":"psychikós","pronunciation":null,"derivation":"from G5590 (ψυχή);","strongs_definition":"sensitive, i.e. animate (in distinction on the one hand from G4152 (πνευματικός), which is the higher or renovated nature; and on the other from G5446 (φυσικός), which is the lower or bestial nature)","kjv_definition":"natural, sensual"} +{"id":"G2152","strongs_number":"G2152","system":"greek","language":"greek","number_value":2152,"lemma":"εὐσεβής","transliteration":"eusebḗs","pronunciation":null,"derivation":"from G2095 (εὖ) and G4576 (σέβομαι);","strongs_definition":"well-reverent, i.e. pious","kjv_definition":"devout, godly"} +{"id":"G2784","strongs_number":"G2784","system":"greek","language":"greek","number_value":2784,"lemma":"κηρύσσω","transliteration":"kērýssō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to herald (as a public crier), especially divine truth (the gospel)","kjv_definition":"preacher(-er), proclaim, publish"} +{"id":"G4420","strongs_number":"G4420","system":"greek","language":"greek","number_value":4420,"lemma":"πτέρυξ","transliteration":"ptéryx","pronunciation":null,"derivation":"from a derivative of G4072 (πέτομαι) (meaning a feather);","strongs_definition":"a wing","kjv_definition":"wing"} +{"id":"G324","strongs_number":"G324","system":"greek","language":"greek","number_value":324,"lemma":"ἀναδέχομαι","transliteration":"anadéchomai","pronunciation":null,"derivation":"from G303 (ἀνά) and G1209 (δέχομαι);","strongs_definition":"to entertain (as a guest)","kjv_definition":"receive"} +{"id":"G5049","strongs_number":"G5049","system":"greek","language":"greek","number_value":5049,"lemma":"τελείως","transliteration":"teleíōs","pronunciation":null,"derivation":"adverb from G5046 (τέλειος);","strongs_definition":"completely, i.e. (of hope) without wavering","kjv_definition":"to the end"} +{"id":"G1937","strongs_number":"G1937","system":"greek","language":"greek","number_value":1937,"lemma":"ἐπιθυμέω","transliteration":"epithyméō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2372 (θυμός);","strongs_definition":"to set the heart upon, i.e. long for (rightfully or otherwise)","kjv_definition":"covet, desire, would fain, lust (after)"} +{"id":"G3382","strongs_number":"G3382","system":"greek","language":"greek","number_value":3382,"lemma":"μηρός","transliteration":"mērós","pronunciation":null,"derivation":"perhaps a primary word;","strongs_definition":"a thigh","kjv_definition":"thigh"} +{"id":"G1399","strongs_number":"G1399","system":"greek","language":"greek","number_value":1399,"lemma":"δούλη","transliteration":"doúlē","pronunciation":null,"derivation":"feminine of G1401 (δοῦλος);","strongs_definition":"a female slave (involuntarily or voluntarily)","kjv_definition":"handmaid(-en)"} +{"id":"G3110","strongs_number":"G3110","system":"greek","language":"greek","number_value":3110,"lemma":"Μακεδών","transliteration":"Makedṓn","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a Macedon (Macedonian), i.e. inhabitant of Macedonia","kjv_definition":"of Macedonia, Macedonian"} +{"id":"G15","strongs_number":"G15","system":"greek","language":"greek","number_value":15,"lemma":"ἀγαθοποιέω","transliteration":"agathopoiéō","pronunciation":null,"derivation":"from G17 (ἀγαθοποιός);","strongs_definition":"to be a well-doer (as a favor or a duty)","kjv_definition":"(when) do good (well)"} +{"id":"G2188","strongs_number":"G2188","system":"greek","language":"greek","number_value":2188,"lemma":"ἐφφαθά","transliteration":"ephphathá","pronunciation":null,"derivation":"of Chaldee origin (H06606);","strongs_definition":"be opened!","kjv_definition":"Ephphatha"} +{"id":"G5499","strongs_number":"G5499","system":"greek","language":"greek","number_value":5499,"lemma":"χειροποίητος","transliteration":"cheiropoíētos","pronunciation":null,"derivation":"from G5495 (χείρ) and a derivative of G4160 (ποιέω);","strongs_definition":"manufactured, i.e. of human construction","kjv_definition":"made by (make with) hands"} +{"id":"G843","strongs_number":"G843","system":"greek","language":"greek","number_value":843,"lemma":"αὐτοκατάκριτος","transliteration":"autokatákritos","pronunciation":null,"derivation":"from G846 (αὐτός) and a derivative or G2632 (κατακρίνω);","strongs_definition":"self-condemned","kjv_definition":"condemned of self"} +{"id":"G2235","strongs_number":"G2235","system":"greek","language":"greek","number_value":2235,"lemma":"ἤδη","transliteration":"ḗdē","pronunciation":null,"derivation":"apparently from G2228 (ἤ) (or possibly G2229 (ἦ)) and G1211 (δή);","strongs_definition":"even now","kjv_definition":"already, (even) now (already), by this time"} +{"id":"G2793","strongs_number":"G2793","system":"greek","language":"greek","number_value":2793,"lemma":"κινδυνεύω","transliteration":"kindyneúō","pronunciation":null,"derivation":"from G2794 (κίνδυνος);","strongs_definition":"to undergo peril","kjv_definition":"be in danger, be (stand) in jeopardy"} +{"id":"G1294","strongs_number":"G1294","system":"greek","language":"greek","number_value":1294,"lemma":"διαστρέφω","transliteration":"diastréphō","pronunciation":null,"derivation":"from G1223 (διά) and G4762 (στρέφω);","strongs_definition":"to distort, i.e. (figuratively) misinterpret, or (morally) corrupt","kjv_definition":"perverse(-rt), turn away"} +{"id":"G2280","strongs_number":"G2280","system":"greek","language":"greek","number_value":2280,"lemma":"Θαδδαῖος","transliteration":"Thaddaîos","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Thaddæus, one of the Apostles","kjv_definition":"Thaddæus"} +{"id":"G3023","strongs_number":"G3023","system":"greek","language":"greek","number_value":3023,"lemma":"λέων","transliteration":"léōn","pronunciation":null,"derivation":"a primary word;","strongs_definition":"a \"lion\"","kjv_definition":"lion"} +{"id":"G3611","strongs_number":"G3611","system":"greek","language":"greek","number_value":3611,"lemma":"οἰκέω","transliteration":"oikéō","pronunciation":null,"derivation":"from G3624 (οἶκος);","strongs_definition":"to occupy a house, i.e. reside (figuratively, inhabit, remain, inhere); by implication, to cohabit","kjv_definition":"dwell"} +{"id":"G2721","strongs_number":"G2721","system":"greek","language":"greek","number_value":2721,"lemma":"κατεφίστημι","transliteration":"katephístēmi","pronunciation":null,"derivation":"from G2596 (κατά) and G2186 (ἐφίστημι);","strongs_definition":"to stand over against, i.e. rush upon (assault)","kjv_definition":"make insurrection against"} +{"id":"G5156","strongs_number":"G5156","system":"greek","language":"greek","number_value":5156,"lemma":"τρόμος","transliteration":"trómos","pronunciation":null,"derivation":"from G5141 (τρέμω);","strongs_definition":"a \"trembling\", i.e. quaking with fear","kjv_definition":"+ tremble(-ing)"} +{"id":"G1472","strongs_number":"G1472","system":"greek","language":"greek","number_value":1472,"lemma":"ἐγχρίω","transliteration":"enchríō","pronunciation":null,"derivation":"from G1722 (ἐν) and G5548 (χρίω);","strongs_definition":"to rub in (oil), i.e. besmear","kjv_definition":"anoint"} +{"id":"G357","strongs_number":"G357","system":"greek","language":"greek","number_value":357,"lemma":"ἀναλογίζομαι","transliteration":"analogízomai","pronunciation":null,"derivation":"middle voice from G356 (ἀναλογία);","strongs_definition":"to estimate, i.e. (figuratively) contemplate","kjv_definition":"consider"} +{"id":"G4640","strongs_number":"G4640","system":"greek","language":"greek","number_value":4640,"lemma":"σκιρτάω","transliteration":"skirtáō","pronunciation":null,"derivation":"akin to (to skip);","strongs_definition":"to jump, i.e. sympathetically move (as the quickening of a fetus)","kjv_definition":"leap (for joy)"} +{"id":"G1541","strongs_number":"G1541","system":"greek","language":"greek","number_value":1541,"lemma":"ἑκατονταέτης","transliteration":"hekatontaétēs","pronunciation":null,"derivation":"from G1540 (ἑκατόν) and G2094 (ἔτος);","strongs_definition":"centenarian","kjv_definition":"hundred years old"} +{"id":"G494","strongs_number":"G494","system":"greek","language":"greek","number_value":494,"lemma":"Ἀντιπατρίς","transliteration":"Antipatrís","pronunciation":null,"derivation":"from the same as G493 (Ἀντίπας);","strongs_definition":"Antipatris, a place in Palestine","kjv_definition":"Antipatris"} +{"id":"G272","strongs_number":"G272","system":"greek","language":"greek","number_value":272,"lemma":"ἀμελέω","transliteration":"ameléō","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3199 (μέλω);","strongs_definition":"to be careless of","kjv_definition":"make light of, neglect, be negligent, no regard"} +{"id":"G32","strongs_number":"G32","system":"greek","language":"greek","number_value":32,"lemma":"ἄγγελος","transliteration":"ángelos","pronunciation":null,"derivation":"from (probably derived from G71 (ἄγω);","strongs_definition":"compare G34 (ἀγέλη)) (to bring tidings); a messenger; especially an \"angel\"; by implication, a pastor","kjv_definition":"angel, messenger"} +{"id":"G2815","strongs_number":"G2815","system":"greek","language":"greek","number_value":2815,"lemma":"Κλήμης","transliteration":"Klḗmēs","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"merciful; Clemes (i.e. Clemens), a Christian","kjv_definition":"Clement"} +{"id":"G1434","strongs_number":"G1434","system":"greek","language":"greek","number_value":1434,"lemma":"δώρημα","transliteration":"dṓrēma","pronunciation":null,"derivation":"from G1433 (δωρέομαι);","strongs_definition":"a bestowment","kjv_definition":"gift"} +{"id":"G4075","strongs_number":"G4075","system":"greek","language":"greek","number_value":4075,"lemma":"πετρώδης","transliteration":"petrṓdēs","pronunciation":null,"derivation":"from G4073 (πέτρα) and G1491 (εἶδος);","strongs_definition":"rock-like, i.e. rocky","kjv_definition":"stony"} +{"id":"G3501","strongs_number":"G3501","system":"greek","language":"greek","number_value":3501,"lemma":"νέος","transliteration":"néos","pronunciation":null,"derivation":"including the comparative ; a primary word;","strongs_definition":"\"new\", i.e. (of persons) youthful, or (of things) fresh; figuratively, regenerate","kjv_definition":"new, young"} +{"id":"G2257","strongs_number":"G2257","system":"greek","language":"greek","number_value":2257,"lemma":"ἡμῶν","transliteration":"hēmōn","pronunciation":null,"derivation":"genitive case plural of G1473 (ἐγώ);","strongs_definition":"of (or from) us","kjv_definition":"our (company), us, we"} +{"id":"G5191","strongs_number":"G5191","system":"greek","language":"greek","number_value":5191,"lemma":"ὑακίνθινος","transliteration":"hyakínthinos","pronunciation":null,"derivation":"from G5192 (ὑάκινθος);","strongs_definition":"\"hyacinthine\" or \"jacinthine\", i.e. deep blue","kjv_definition":"jacinth"} +{"id":"G1983","strongs_number":"G1983","system":"greek","language":"greek","number_value":1983,"lemma":"ἐπισκοπέω","transliteration":"episkopéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4648 (σκοπέω);","strongs_definition":"to oversee; by implication, to beware","kjv_definition":"look diligently, take the oversight"} +{"id":"G2752","strongs_number":"G2752","system":"greek","language":"greek","number_value":2752,"lemma":"κέλευμα","transliteration":"kéleuma","pronunciation":null,"derivation":"from G2753 (κελεύω);","strongs_definition":"a cry of incitement","kjv_definition":"shout"} +{"id":"G3150","strongs_number":"G3150","system":"greek","language":"greek","number_value":3150,"lemma":"ματαιολογία","transliteration":"mataiología","pronunciation":null,"derivation":"from G3151 (ματαιολόγος);","strongs_definition":"random talk, i.e. babble","kjv_definition":"vain jangling"} +{"id":"G3062","strongs_number":"G3062","system":"greek","language":"greek","number_value":3062,"lemma":"λοιποί","transliteration":"loipoí","pronunciation":null,"derivation":"masculine plural of a derivative of G3007 (λείπω);","strongs_definition":"remaining ones","kjv_definition":"other, which remain, remnant, residue, rest"} +{"id":"G604","strongs_number":"G604","system":"greek","language":"greek","number_value":604,"lemma":"ἀποκαταλλάσσω","transliteration":"apokatallássō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2644 (καταλλάσσω);","strongs_definition":"to reconcile fully","kjv_definition":"reconcile"} +{"id":"G2236","strongs_number":"G2236","system":"greek","language":"greek","number_value":2236,"lemma":"ἥδιστα","transliteration":"hḗdista","pronunciation":null,"derivation":"neuter plural of the superlative of the same as G2234 (ἡδέως);","strongs_definition":"with great pleasure","kjv_definition":"most (very) gladly"} +{"id":"G5275","strongs_number":"G5275","system":"greek","language":"greek","number_value":5275,"lemma":"ὑπολείπω","transliteration":"hypoleípō","pronunciation":null,"derivation":"from G5295 (ὑποτρέχω) and G3007 (λείπω);","strongs_definition":"to leave under (behind), i.e. (passively) to remain (survive)","kjv_definition":"be left"} +{"id":"G2513","strongs_number":"G2513","system":"greek","language":"greek","number_value":2513,"lemma":"καθαρός","transliteration":"katharós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"clean (literally or figuratively)","kjv_definition":"clean, clear, pure"} +{"id":"G5325","strongs_number":"G5325","system":"greek","language":"greek","number_value":5325,"lemma":"φαντασία","transliteration":"phantasía","pronunciation":null,"derivation":"from a derivative of G5324 (φαντάζω);","strongs_definition":"(properly abstract) a (vain) show (\"fantasy\")","kjv_definition":"pomp"} +{"id":"G4114","strongs_number":"G4114","system":"greek","language":"greek","number_value":4114,"lemma":"πλάτος","transliteration":"plátos","pronunciation":null,"derivation":"from G4116 (πλατύς);","strongs_definition":"width","kjv_definition":"breadth"} +{"id":"G1067","strongs_number":"G1067","system":"greek","language":"greek","number_value":1067,"lemma":"γέεννα","transliteration":"géenna","pronunciation":null,"derivation":"of Hebrew origin (H01516 and H02011);","strongs_definition":"valley of (the son of) Hinnom; ge-henna (or Ge-Hinnom), a valley of Jerusalem, used (figuratively) as a name for the place (or state) of everlasting punishment","kjv_definition":"hell"} +{"id":"G1043","strongs_number":"G1043","system":"greek","language":"greek","number_value":1043,"lemma":"Γαβριήλ","transliteration":"Gabriḗl","pronunciation":null,"derivation":"of Hebrew origin (H01403);","strongs_definition":"Gabriel, an archangel","kjv_definition":"Gabriel"} +{"id":"G1264","strongs_number":"G1264","system":"greek","language":"greek","number_value":1264,"lemma":"διαμάχομαι","transliteration":"diamáchomai","pronunciation":null,"derivation":"from G1223 (διά) and G3164 (μάχομαι);","strongs_definition":"to fight fiercely (in altercation)","kjv_definition":"strive"} +{"id":"G1023","strongs_number":"G1023","system":"greek","language":"greek","number_value":1023,"lemma":"βραχίων","transliteration":"brachíōn","pronunciation":null,"derivation":"properly, comparative of G1024 (βραχύς), but apparently in the sense of (to wield);","strongs_definition":"the arm, i.e. (figuratively) strength","kjv_definition":"arm"} +{"id":"G3617","strongs_number":"G3617","system":"greek","language":"greek","number_value":3617,"lemma":"οἰκοδεσπότης","transliteration":"oikodespótēs","pronunciation":null,"derivation":"from G3624 (οἶκος) and G1203 (δεσπότης);","strongs_definition":"the head of a family","kjv_definition":"goodman (of the house), householder, master of the house"} +{"id":"G5170","strongs_number":"G5170","system":"greek","language":"greek","number_value":5170,"lemma":"Τρύφαινα","transliteration":"Trýphaina","pronunciation":null,"derivation":"from G5172 (τρυφή);","strongs_definition":"luxurious; Tryphæna, a Christian woman","kjv_definition":"Tryphena"} +{"id":"G5228","strongs_number":"G5228","system":"greek","language":"greek","number_value":5228,"lemma":"ὑπέρ","transliteration":"hypér","pronunciation":null,"derivation":"a primary preposition;","strongs_definition":"\"over\", i.e. (with the genitive case) of place, above, beyond, across, or causal, for the sake of, instead, regarding; with the accusative case superior to, more than","kjv_definition":"(+ exceeding, abundantly) above, in (on) behalf of, beyond, by, + very chiefest, concerning, exceeding (above, -ly), for, + very highly, more (than), of, over, on the part of, for sake of, in stead, than, to(-ward), very"} +{"id":"G869","strongs_number":"G869","system":"greek","language":"greek","number_value":869,"lemma":"ἄφνω","transliteration":"áphnō","pronunciation":null,"derivation":"adverb from G852 (ἀφανής) (contraction);","strongs_definition":"unawares, i.e. unexpectedly","kjv_definition":"suddenly"} +{"id":"G4337","strongs_number":"G4337","system":"greek","language":"greek","number_value":4337,"lemma":"προσέχω","transliteration":"proséchō","pronunciation":null,"derivation":"from G4314 (πρός) and G2192 (ἔχω);","strongs_definition":"(figuratively) to hold the mind (3563 implied) towards, i.e. pay attention to, be cautious about, apply oneself to, adhere to","kjv_definition":"(give) attend(-ance, -ance at, -ance to, unto), beware, be given to, give (take) heed (to unto); have regard"} +{"id":"G3931","strongs_number":"G3931","system":"greek","language":"greek","number_value":3931,"lemma":"παρηγορία","transliteration":"parēgoría","pronunciation":null,"derivation":"from a compound of G3844 (παρά) and a derivative of G58 (ἀγορά) (meaning to harangue an assembly);","strongs_definition":"an address alongside, i.e. (specially), consolation","kjv_definition":"comfort"} +{"id":"G2748","strongs_number":"G2748","system":"greek","language":"greek","number_value":2748,"lemma":"Κεδρών","transliteration":"Kedrṓn","pronunciation":null,"derivation":"of Hebrew origin (H06939);","strongs_definition":"Cedron (i.e. Kidron), a brook near Jerusalem","kjv_definition":"Cedron"} +{"id":"G3886","strongs_number":"G3886","system":"greek","language":"greek","number_value":3886,"lemma":"παραλύω","transliteration":"paralýō","pronunciation":null,"derivation":"from G3844 (παρά) and G3089 (λύω);","strongs_definition":"to loosen beside, i.e. relax (perfect passive participle, paralyzed or enfeebled)","kjv_definition":"feeble, sick of the (taken with) palsy"} +{"id":"G1878","strongs_number":"G1878","system":"greek","language":"greek","number_value":1878,"lemma":"ἐπαναμιμνήσκω","transliteration":"epanamimnḗskō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G363 (ἀναμιμνήσκω);","strongs_definition":"to remind of","kjv_definition":"put in mind"} +{"id":"G2232","strongs_number":"G2232","system":"greek","language":"greek","number_value":2232,"lemma":"ἡγεμών","transliteration":"hēgemṓn","pronunciation":null,"derivation":"from G2233 (ἡγέομαι);","strongs_definition":"a leader, i.e. chief person (or figuratively, place) of a province","kjv_definition":"governor, prince, ruler"} +{"id":"G3120","strongs_number":"G3120","system":"greek","language":"greek","number_value":3120,"lemma":"μαλακός","transliteration":"malakós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"soft, i.e. fine (clothing); figuratively, a catamite","kjv_definition":"effeminate, soft"} +{"id":"G2465","strongs_number":"G2465","system":"greek","language":"greek","number_value":2465,"lemma":"ἰσάγγελος","transliteration":"isángelos","pronunciation":null,"derivation":"from G2470 (ἴσος) and G32 (ἄγγελος);","strongs_definition":"like an angel, i.e. angelic","kjv_definition":"equal unto the angels"} +{"id":"G1692","strongs_number":"G1692","system":"greek","language":"greek","number_value":1692,"lemma":"ἐμέω","transliteration":"eméō","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"to vomit","kjv_definition":"(will) spue"} +{"id":"G916","strongs_number":"G916","system":"greek","language":"greek","number_value":916,"lemma":"βαρέω","transliteration":"baréō","pronunciation":null,"derivation":"from G926 (βαρύς);","strongs_definition":"to weigh down (figuratively)","kjv_definition":"burden, charge, heavy, press"} +{"id":"G3962","strongs_number":"G3962","system":"greek","language":"greek","number_value":3962,"lemma":"πατήρ","transliteration":"patḗr","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a \"father\" (literally or figuratively, near or more remote)","kjv_definition":"father, parent"} +{"id":"G5005","strongs_number":"G5005","system":"greek","language":"greek","number_value":5005,"lemma":"ταλαίπωρος","transliteration":"talaípōros","pronunciation":null,"derivation":"from the base of G5007 (τάλαντον) and a derivative of the base of G3984 (πεῖρα);","strongs_definition":"enduring trial, i.e. miserable","kjv_definition":"wretched"} +{"id":"G955","strongs_number":"G955","system":"greek","language":"greek","number_value":955,"lemma":"Βελίαλ","transliteration":"Belíal","pronunciation":null,"derivation":"of Hebrew origin (H01100);","strongs_definition":"worthlessness; Belial, as an epithet of Satan","kjv_definition":"Belial"} +{"id":"G4979","strongs_number":"G4979","system":"greek","language":"greek","number_value":4979,"lemma":"σχοινίον","transliteration":"schoiníon","pronunciation":null,"derivation":"diminutive of (a rush or flag-plant;","strongs_definition":"of uncertain derivation); a rushlet, i.e. grass-withe or tie (generally)","kjv_definition":"small cord, rope"} +{"id":"G2758","strongs_number":"G2758","system":"greek","language":"greek","number_value":2758,"lemma":"κενόω","transliteration":"kenóō","pronunciation":null,"derivation":"from G2756 (κενός);","strongs_definition":"to make empty, i.e. (figuratively) to abase, neutralize, falsify","kjv_definition":"make (of none effect, of no reputation, void), be in vain"} +{"id":"G143","strongs_number":"G143","system":"greek","language":"greek","number_value":143,"lemma":"αἰσθάνομαι","transliteration":"aisthánomai","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"to apprehend (properly, by the senses)","kjv_definition":"perceive"} +{"id":"G3374","strongs_number":"G3374","system":"greek","language":"greek","number_value":3374,"lemma":"μηλωτή","transliteration":"mēlōtḗ","pronunciation":null,"derivation":"from (a sheep);","strongs_definition":"a sheep-skin","kjv_definition":"sheepskin"} +{"id":"G7","strongs_number":"G7","system":"greek","language":"greek","number_value":7,"lemma":"Ἀβιά","transliteration":"Abiá","pronunciation":null,"derivation":"of Hebrew origin (H029);","strongs_definition":"Abijah, the name of two Israelites","kjv_definition":"Abia"} +{"id":"G5111","strongs_number":"G5111","system":"greek","language":"greek","number_value":5111,"lemma":"τολμάω","transliteration":"tolmáō","pronunciation":null,"derivation":"from (boldness;","strongs_definition":"probably itself from the base of G5056 (τέλος) through the idea of extreme conduct); to venture (objectively or in act; while G2292 (θαῤῥέω) is rather subjective or in feeling); by implication, to be courageous","kjv_definition":"be bold, boldly, dare, durst"} +{"id":"G817","strongs_number":"G817","system":"greek","language":"greek","number_value":817,"lemma":"ἄτερ","transliteration":"áter","pronunciation":null,"derivation":"a particle probably akin to G427 (ἄνευ);","strongs_definition":"aloof, i.e. apart from (literally or figuratively)","kjv_definition":"in the absence of, without"} +{"id":"G4950","strongs_number":"G4950","system":"greek","language":"greek","number_value":4950,"lemma":"σύρτις","transliteration":"sýrtis","pronunciation":null,"derivation":"from G4951 (σύρω);","strongs_definition":"a shoal (from the sand drawn thither by the waves), i.e. the Syrtis Major or great bay on the north coast of Africa","kjv_definition":"quicksands"} +{"id":"G86","strongs_number":"G86","system":"greek","language":"greek","number_value":86,"lemma":"ᾅδης","transliteration":"háidēs","pronunciation":null,"derivation":"from G1 (Α) (as negative particle) and G1492 (εἴδω);","strongs_definition":"properly, unseen, i.e. \"Hades\" or the place (state) of departed souls","kjv_definition":"grave, hell"} +{"id":"G315","strongs_number":"G315","system":"greek","language":"greek","number_value":315,"lemma":"ἀναγκάζω","transliteration":"anankázō","pronunciation":null,"derivation":"from G318 (ἀνάγκη);","strongs_definition":"to necessitate","kjv_definition":"compel, constrain"} +{"id":"G4278","strongs_number":"G4278","system":"greek","language":"greek","number_value":4278,"lemma":"προενάρχομαι","transliteration":"proenárchomai","pronunciation":null,"derivation":"from G4253 (πρό) and G1728 (ἐνάρχομαι);","strongs_definition":"to commence already","kjv_definition":"begin (before)"} +{"id":"G4518","strongs_number":"G4518","system":"greek","language":"greek","number_value":4518,"lemma":"σαβαχθάνι","transliteration":"sabachtháni","pronunciation":null,"derivation":"of Chaldee or (H07662 with pronominal suffix);","strongs_definition":"thou hast left me; sabachthani (i.e. shebakthani), a cry of distress","kjv_definition":"sabachthani"} +{"id":"G5159","strongs_number":"G5159","system":"greek","language":"greek","number_value":5159,"lemma":"τροποφορέω","transliteration":"tropophoréō","pronunciation":null,"derivation":"from G5158 (τρόπος) and G5409 (φορέω);","strongs_definition":"to endure one's habits","kjv_definition":"suffer the manners"} +{"id":"G1469","strongs_number":"G1469","system":"greek","language":"greek","number_value":1469,"lemma":"ἐγκρίνω","transliteration":"enkrínō","pronunciation":null,"derivation":"from G1722 (ἐν) and G2919 (κρίνω);","strongs_definition":"to judge in, i.e. count among","kjv_definition":"make of the number"} +{"id":"G5066","strongs_number":"G5066","system":"greek","language":"greek","number_value":5066,"lemma":"τεταρταῖος","transliteration":"tetartaîos","pronunciation":null,"derivation":"from G5064 (τέσσαρες);","strongs_definition":"pertaining to the fourth day","kjv_definition":"four days"} +{"id":"G5305","strongs_number":"G5305","system":"greek","language":"greek","number_value":5305,"lemma":"ὕστερον","transliteration":"hýsteron","pronunciation":null,"derivation":"neuter of G5306 (ὕστερος) as adverb;","strongs_definition":"more lately, i.e. eventually","kjv_definition":"afterward, (at the) last (of all)"} +{"id":"G1015","strongs_number":"G1015","system":"greek","language":"greek","number_value":1015,"lemma":"βουνός","transliteration":"bounós","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"a hillock","kjv_definition":"hill"} +{"id":"G5127","strongs_number":"G5127","system":"greek","language":"greek","number_value":5127,"lemma":"τούτου","transliteration":"toútou","pronunciation":null,"derivation":"genitive case singular masculine or neuter of G3778 (οὗτος);","strongs_definition":"of (from or concerning) this (person or thing)","kjv_definition":"here(-by), him, it, + such manner of, that, thence(-forth), thereabout, this, thus"} +{"id":"G580","strongs_number":"G580","system":"greek","language":"greek","number_value":580,"lemma":"ἀποβολή","transliteration":"apobolḗ","pronunciation":null,"derivation":"from G577 (ἀποβάλλω);","strongs_definition":"rejection; figuratively, loss","kjv_definition":"casting away, loss"} +{"id":"G4889","strongs_number":"G4889","system":"greek","language":"greek","number_value":4889,"lemma":"σύνδουλος","transliteration":"sýndoulos","pronunciation":null,"derivation":"from G4862 (σύν) and G1401 (δοῦλος);","strongs_definition":"a co-slave, i.e. servitor or ministrant of the same master (human or divine)","kjv_definition":"fellowservant"} +{"id":"G3328","strongs_number":"G3328","system":"greek","language":"greek","number_value":3328,"lemma":"μεταβάλλω","transliteration":"metabállō","pronunciation":null,"derivation":"from G3326 (μετά) and G906 (βάλλω);","strongs_definition":"to throw over, i.e. (middle voice figuratively) to turn about in opinion","kjv_definition":"change mind"} +{"id":"G3709","strongs_number":"G3709","system":"greek","language":"greek","number_value":3709,"lemma":"ὀργή","transliteration":"orgḗ","pronunciation":null,"derivation":"from G3713 (ὀρέγομαι);","strongs_definition":"properly, desire (as a reaching forth or excitement of the mind), i.e. (by analogy), violent passion (ire, or (justifiable) abhorrence); by implication punishment","kjv_definition":"anger, indignation, vengeance, wrath"} +{"id":"G3600","strongs_number":"G3600","system":"greek","language":"greek","number_value":3600,"lemma":"ὀδυνάω","transliteration":"odynáō","pronunciation":null,"derivation":"from G3601 (ὀδύνη);","strongs_definition":"to grieve","kjv_definition":"sorrow, torment"} +{"id":"G420","strongs_number":"G420","system":"greek","language":"greek","number_value":420,"lemma":"ἀνεξίκακος","transliteration":"anexíkakos","pronunciation":null,"derivation":"from G430 (ἀνέχομαι) and G2556 (κακός);","strongs_definition":"enduring of ill, i.e. forbearing","kjv_definition":"patient"} +{"id":"G101","strongs_number":"G101","system":"greek","language":"greek","number_value":101,"lemma":"ἀδυνατέω","transliteration":"adynatéō","pronunciation":null,"derivation":"from G102 (ἀδύνατος);","strongs_definition":"to be unable, i.e. (passively) impossible","kjv_definition":"be impossible"} +{"id":"G1837","strongs_number":"G1837","system":"greek","language":"greek","number_value":1837,"lemma":"ἐξηχέομαι","transliteration":"exēchéomai","pronunciation":null,"derivation":"middle voice from G1537 (ἐκ) and G2278 (ἠχέω);","strongs_definition":"to \"echo\" forth, i.e. resound (be generally reported)","kjv_definition":"sound forth"} +{"id":"G3161","strongs_number":"G3161","system":"greek","language":"greek","number_value":3161,"lemma":"Ματταθίας","transliteration":"Mattathías","pronunciation":null,"derivation":"of Hebrew origin (H04993);","strongs_definition":"Mattathias (i.e. Mattithjah), an Israelite and a Christian","kjv_definition":"Mattathias"} +{"id":"G2011","strongs_number":"G2011","system":"greek","language":"greek","number_value":2011,"lemma":"ἐπιτροπή","transliteration":"epitropḗ","pronunciation":null,"derivation":"from G2010 (ἐπιτρέπω);","strongs_definition":"permission, i.e. (by implication) full power","kjv_definition":"commission"} +{"id":"G480","strongs_number":"G480","system":"greek","language":"greek","number_value":480,"lemma":"ἀντίκειμαι","transliteration":"antíkeimai","pronunciation":null,"derivation":"from G473 (ἀντί) and G2749 (κεῖμαι);","strongs_definition":"to lie opposite, i.e. be adverse (figuratively, repugnant) to","kjv_definition":"adversary, be contrary, oppose"} +{"id":"G4821","strongs_number":"G4821","system":"greek","language":"greek","number_value":4821,"lemma":"συμβασιλεύω","transliteration":"symbasileúō","pronunciation":null,"derivation":"from G4862 (σύν) and G936 (βασιλεύω);","strongs_definition":"to be co-regent (figuratively)","kjv_definition":"reign with"} +{"id":"G1620","strongs_number":"G1620","system":"greek","language":"greek","number_value":1620,"lemma":"ἐκτίθημι","transliteration":"ektíthēmi","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5087 (τίθημι);","strongs_definition":"to expose; figuratively, to declare","kjv_definition":"cast out, expound"} +{"id":"G1774","strongs_number":"G1774","system":"greek","language":"greek","number_value":1774,"lemma":"ἐνοικέω","transliteration":"enoikéō","pronunciation":null,"derivation":"from G1722 (ἐν) and G3611 (οἰκέω);","strongs_definition":"to inhabit (figuratively)","kjv_definition":"dwell in"} +{"id":"G4157","strongs_number":"G4157","system":"greek","language":"greek","number_value":4157,"lemma":"πνοή","transliteration":"pnoḗ","pronunciation":null,"derivation":"from G4154 (πνέω);","strongs_definition":"respiration, a breeze","kjv_definition":"breath, wind"} +{"id":"G3609","strongs_number":"G3609","system":"greek","language":"greek","number_value":3609,"lemma":"οἰκεῖος","transliteration":"oikeîos","pronunciation":null,"derivation":"from G3624 (οἶκος);","strongs_definition":"domestic, i.e. (as noun), a relative, adherent","kjv_definition":"(those) of the (his own) house(-hold)"} +{"id":"G361","strongs_number":"G361","system":"greek","language":"greek","number_value":361,"lemma":"ἀναμάρτητος","transliteration":"anamártētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G264 (ἁμαρτάνω);","strongs_definition":"sinless","kjv_definition":"that is without sin"} +{"id":"G2480","strongs_number":"G2480","system":"greek","language":"greek","number_value":2480,"lemma":"ἰσχύω","transliteration":"ischýō","pronunciation":null,"derivation":"from G2479 (ἰσχύς);","strongs_definition":"to have (or exercise) force (literally or figuratively)","kjv_definition":"be able, avail, can do(-not), could, be good, might, prevail, be of strength, be whole, + much work"} +{"id":"G3868","strongs_number":"G3868","system":"greek","language":"greek","number_value":3868,"lemma":"παραιτέομαι","transliteration":"paraitéomai","pronunciation":null,"derivation":"from G3844 (παρά) and the middle voice of G154 (αἰτέω);","strongs_definition":"to beg off, i.e. deprecate, decline, shun","kjv_definition":"avoid, (make) excuse, intreat, refuse, reject"} +{"id":"G3","strongs_number":"G3","system":"greek","language":"greek","number_value":3,"lemma":"Ἀβαδδών","transliteration":"Abaddṓn","pronunciation":null,"derivation":"of Hebrew origin (H011);","strongs_definition":"a destroying angel","kjv_definition":"Abaddon"} +{"id":"G4638","strongs_number":"G4638","system":"greek","language":"greek","number_value":4638,"lemma":"σκήνωμα","transliteration":"skḗnōma","pronunciation":null,"derivation":"from G4637 (σκηνόω);","strongs_definition":"an encampment, i.e. (figuratively) the Temple (as God's residence), the body (as a tenement for the soul)","kjv_definition":"tabernacle"} +{"id":"G5354","strongs_number":"G5354","system":"greek","language":"greek","number_value":5354,"lemma":"φθονέω","transliteration":"phthonéō","pronunciation":null,"derivation":"from G5355 (φθόνος);","strongs_definition":"to be jealous of","kjv_definition":"envy"} +{"id":"G2766","strongs_number":"G2766","system":"greek","language":"greek","number_value":2766,"lemma":"κέραμος","transliteration":"kéramos","pronunciation":null,"derivation":"probably from the base of G2767 (κεράννυμι) (through the idea of mixing clay and water);","strongs_definition":"earthenware, i.e. a tile (by analogy, a thin roof or awning)","kjv_definition":"tiling"} +{"id":"G5221","strongs_number":"G5221","system":"greek","language":"greek","number_value":5221,"lemma":"ὑπαντάω","transliteration":"hypantáō","pronunciation":null,"derivation":"from G5259 (ὑπό) and a derivative of G473 (ἀντί);","strongs_definition":"to go opposite (meet) under (quietly), i.e. to encounter, fall in with","kjv_definition":"(go to) meet"} +{"id":"G2354","strongs_number":"G2354","system":"greek","language":"greek","number_value":2354,"lemma":"θρηνέω","transliteration":"thrēnéō","pronunciation":null,"derivation":"from G2355 (θρῆνος);","strongs_definition":"to bewail","kjv_definition":"lament, mourn"} +{"id":"G3054","strongs_number":"G3054","system":"greek","language":"greek","number_value":3054,"lemma":"λογομαχέω","transliteration":"logomachéō","pronunciation":null,"derivation":"from a compound of G3056 (λόγος) and G3164 (μάχομαι);","strongs_definition":"to be disputatious (on trifles)","kjv_definition":"strive about words"} +{"id":"G4005","strongs_number":"G4005","system":"greek","language":"greek","number_value":4005,"lemma":"πεντηκοστή","transliteration":"pentēkostḗ","pronunciation":null,"derivation":"feminine of the ordinal of G4004 (πεντήκοντα);","strongs_definition":"fiftieth (G2250 (ἡμέρα) being implied) from Passover, i.e. the festival of \"Pentecost\"","kjv_definition":"Pentecost"} +{"id":"G2980","strongs_number":"G2980","system":"greek","language":"greek","number_value":2980,"lemma":"λαλέω","transliteration":"laléō","pronunciation":null,"derivation":"a prolonged form of an otherwise obsolete verb;","strongs_definition":"to talk, i.e. utter words","kjv_definition":"preach, say, speak (after), talk, tell, utter"} +{"id":"G5264","strongs_number":"G5264","system":"greek","language":"greek","number_value":5264,"lemma":"ὑποδέχομαι","transliteration":"hypodéchomai","pronunciation":null,"derivation":"from G5259 (ὑπό) and G1209 (δέχομαι);","strongs_definition":"to admit under one's roof, i.e. entertain hospitably","kjv_definition":"receive"} +{"id":"G2657","strongs_number":"G2657","system":"greek","language":"greek","number_value":2657,"lemma":"κατανοέω","transliteration":"katanoéō","pronunciation":null,"derivation":"from G2596 (κατά) and G3539 (νοιέω);","strongs_definition":"to observe fully","kjv_definition":"behold, consider, discover, perceive"} +{"id":"G5460","strongs_number":"G5460","system":"greek","language":"greek","number_value":5460,"lemma":"φωτεινός","transliteration":"phōteinós","pronunciation":null,"derivation":"from G5457 (φῶς);","strongs_definition":"lustrous, i.e. transparent or well-illuminated (figuratively)","kjv_definition":"bright, full of light"} +{"id":"G483","strongs_number":"G483","system":"greek","language":"greek","number_value":483,"lemma":"ἀντιλέγω","transliteration":"antilégō","pronunciation":null,"derivation":"from G473 (ἀντί) and G3004 (λέγω);","strongs_definition":"to dispute, refuse","kjv_definition":"answer again, contradict, deny, gainsay(-er), speak against"} +{"id":"G2282","strongs_number":"G2282","system":"greek","language":"greek","number_value":2282,"lemma":"θάλπω","transliteration":"thálpō","pronunciation":null,"derivation":"probably akin to (to warm);","strongs_definition":"to brood, i.e. (figuratively) to foster","kjv_definition":"cherish"} +{"id":"G1913","strongs_number":"G1913","system":"greek","language":"greek","number_value":1913,"lemma":"ἐπιβιβάζω","transliteration":"epibibázō","pronunciation":null,"derivation":"from G1909 (ἐπί) and a reduplicated derivative of the base of G939 (βάσις) (compare G307 (ἀναβιβάζω));","strongs_definition":"to cause to mount (an animal)","kjv_definition":"set on"} +{"id":"G2843","strongs_number":"G2843","system":"greek","language":"greek","number_value":2843,"lemma":"κοινωνικός","transliteration":"koinōnikós","pronunciation":null,"derivation":"from G2844 (κοινωνός);","strongs_definition":"communicative, i.e. (pecuniarily) liberal","kjv_definition":"willing to communicate"} +{"id":"G550","strongs_number":"G550","system":"greek","language":"greek","number_value":550,"lemma":"ἀπειπόμην","transliteration":"apeipómēn","pronunciation":null,"derivation":"reflexive past of a compound of G575 (ἀπό) and G2036 (ἔπω);","strongs_definition":"to say off for oneself, i.e. disown","kjv_definition":"renounce"} +{"id":"G2642","strongs_number":"G2642","system":"greek","language":"greek","number_value":2642,"lemma":"καταλιθάζω","transliteration":"katalitházō","pronunciation":null,"derivation":"from G2596 (κατά) and G3034 (λιθάζω);","strongs_definition":"to stone down, i.e. to death","kjv_definition":"stone"} +{"id":"G4025","strongs_number":"G4025","system":"greek","language":"greek","number_value":4025,"lemma":"περίθεσις","transliteration":"períthesis","pronunciation":null,"derivation":"from G4060 (περιτίθημι);","strongs_definition":"a putting all around, i.e. decorating oneself with","kjv_definition":"wearing"} +{"id":"G2190","strongs_number":"G2190","system":"greek","language":"greek","number_value":2190,"lemma":"ἐχθρός","transliteration":"echthrós","pronunciation":null,"derivation":"from a primary (to hate);","strongs_definition":"hateful (passively, odious, or actively, hostile); usually as a noun, an adversary (especially Satan)","kjv_definition":"enemy, foe"} +{"id":"G3485","strongs_number":"G3485","system":"greek","language":"greek","number_value":3485,"lemma":"ναός","transliteration":"naós","pronunciation":null,"derivation":"from a primary (to dwell);","strongs_definition":"a fane, shrine, temple","kjv_definition":"shrine, temple"} +{"id":"G5074","strongs_number":"G5074","system":"greek","language":"greek","number_value":5074,"lemma":"τετράπους","transliteration":"tetrápous","pronunciation":null,"derivation":"from G5064 (τέσσαρες) and G4228 (πούς);","strongs_definition":"a quadruped","kjv_definition":"fourfooted beast"} +{"id":"G1174","strongs_number":"G1174","system":"greek","language":"greek","number_value":1174,"lemma":"δεισιδαιμονέστερος","transliteration":"deisidaimonésteros","pronunciation":null,"derivation":"the compound of a derivative of the base of G1169 (δειλός) and G1142 (δαίμων);","strongs_definition":"more religious than others","kjv_definition":"too superstitious"} +{"id":"G4749","strongs_number":"G4749","system":"greek","language":"greek","number_value":4749,"lemma":"στολή","transliteration":"stolḗ","pronunciation":null,"derivation":"from G4724 (στέλλω);","strongs_definition":"equipment, i.e. (specially), a \"stole\" or long-fitting gown (as a mark of dignity)","kjv_definition":"long clothing (garment), (long) robe"} +{"id":"G1482","strongs_number":"G1482","system":"greek","language":"greek","number_value":1482,"lemma":"ἐθνικός","transliteration":"ethnikós","pronunciation":null,"derivation":"from G1484 (ἔθνος);","strongs_definition":"national (\"ethnic\"), i.e. (specially) a Gentile","kjv_definition":"heathen (man)"} +{"id":"G4564","strongs_number":"G4564","system":"greek","language":"greek","number_value":4564,"lemma":"Σάῤῥα","transliteration":"Sárrha","pronunciation":null,"derivation":"of Hebrew origin (H08283);","strongs_definition":"Sarra (i.e. Sarah), the wife of Abraham","kjv_definition":"Sara, Sarah"} +{"id":"G5624","strongs_number":"G5624","system":"greek","language":"greek","number_value":5624,"lemma":"ὠφέλιμος","transliteration":"ōphélimos","pronunciation":null,"derivation":"from a form of G3786 (ὄφελος);","strongs_definition":"helpful or serviceable, i.e. advantageous","kjv_definition":"profit(-able)"} +{"id":"G1204","strongs_number":"G1204","system":"greek","language":"greek","number_value":1204,"lemma":"δεῦρο","transliteration":"deûro","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"here; used also imperative hither!; and of time, hitherto","kjv_definition":"come (hither), hither(-to)"} +{"id":"G3121","strongs_number":"G3121","system":"greek","language":"greek","number_value":3121,"lemma":"Μαλελεήλ","transliteration":"Maleleḗl","pronunciation":null,"derivation":"of Hebrew origin (H04111);","strongs_definition":"Maleleel (i.e. Mahalalel), an antediluvian","kjv_definition":"Maleleel"} +{"id":"G5358","strongs_number":"G5358","system":"greek","language":"greek","number_value":5358,"lemma":"φιλάγαθος","transliteration":"philágathos","pronunciation":null,"derivation":"from G5384 (φίλος) and G18 (ἀγαθός);","strongs_definition":"fond to good, i.e. a promoter of virtue","kjv_definition":"love of good men"} +{"id":"G893","strongs_number":"G893","system":"greek","language":"greek","number_value":893,"lemma":"ἀψευδής","transliteration":"apseudḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5579 (ψεῦδος);","strongs_definition":"veracious","kjv_definition":"that cannot lie"} +{"id":"G3747","strongs_number":"G3747","system":"greek","language":"greek","number_value":3747,"lemma":"ὀστέον","transliteration":"ostéon","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a bone","kjv_definition":"bone"} +{"id":"G4752","strongs_number":"G4752","system":"greek","language":"greek","number_value":4752,"lemma":"στρατεία","transliteration":"strateía","pronunciation":null,"derivation":"from G4754 (στρατεύομαι);","strongs_definition":"military service, i.e. (figuratively) the apostolic career (as one of hardship and danger)","kjv_definition":"warfare"} +{"id":"G451","strongs_number":"G451","system":"greek","language":"greek","number_value":451,"lemma":"Ἄννα","transliteration":"Ánna","pronunciation":null,"derivation":"of Hebrew origin (H02584);","strongs_definition":"Anna, an Israelitess","kjv_definition":"Anna"} +{"id":"G372","strongs_number":"G372","system":"greek","language":"greek","number_value":372,"lemma":"ἀνάπαυσις","transliteration":"anápausis","pronunciation":null,"derivation":"from G373 (ἀναπαύω);","strongs_definition":"intermission; by implication, recreation","kjv_definition":"rest"} +{"id":"G777","strongs_number":"G777","system":"greek","language":"greek","number_value":777,"lemma":"ἄσιτος","transliteration":"ásitos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G4621 (σῖτος);","strongs_definition":"without (taking) food","kjv_definition":"fasting"} +{"id":"G4385","strongs_number":"G4385","system":"greek","language":"greek","number_value":4385,"lemma":"προτείνω","transliteration":"proteínō","pronunciation":null,"derivation":"from G4253 (πρό) and (to stretch);","strongs_definition":"to protend, i.e. tie prostrate (for scourging)","kjv_definition":"bind"} +{"id":"G1943","strongs_number":"G1943","system":"greek","language":"greek","number_value":1943,"lemma":"ἐπικαλύπτω","transliteration":"epikalýptō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2572 (καλύπτω);","strongs_definition":"to conceal, i.e. (figuratively) forgive","kjv_definition":"cover"} +{"id":"G3539","strongs_number":"G3539","system":"greek","language":"greek","number_value":3539,"lemma":"νοιέω","transliteration":"noiéō","pronunciation":null,"derivation":"from G3563 (νοῦς);","strongs_definition":"to exercise the mind (observe), i.e. (figuratively) to comprehend, heed","kjv_definition":"consider, perceive, think, understand"} +{"id":"G3379","strongs_number":"G3379","system":"greek","language":"greek","number_value":3379,"lemma":"μήποτε","transliteration":"mḗpote","pronunciation":null,"derivation":"from G3361 (μή) and G4218 (ποτέ);","strongs_definition":"not ever; also if (or lest) ever (or perhaps)","kjv_definition":"if peradventure, lest (at any time, haply), not at all, whether or not"} +{"id":"G2684","strongs_number":"G2684","system":"greek","language":"greek","number_value":2684,"lemma":"κατασκοπέω","transliteration":"kataskopéō","pronunciation":null,"derivation":"from G2685 (κατάσκοπος);","strongs_definition":"to be a sentinel, i.e. to inspect insidiously","kjv_definition":"spy out"} +{"id":"G273","strongs_number":"G273","system":"greek","language":"greek","number_value":273,"lemma":"ἄμεμπτος","transliteration":"ámemptos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3201 (μέμφομαι);","strongs_definition":"irreproachable","kjv_definition":"blameless, faultless, unblamable"} +{"id":"G4219","strongs_number":"G4219","system":"greek","language":"greek","number_value":4219,"lemma":"πότε","transliteration":"póte","pronunciation":null,"derivation":"from the base of G4226 (ποῦ) and G5037 (τέ);","strongs_definition":"interrogative adverb, at what time","kjv_definition":"+ how long, when"} +{"id":"G2774","strongs_number":"G2774","system":"greek","language":"greek","number_value":2774,"lemma":"κεφάλαιον","transliteration":"kephálaion","pronunciation":null,"derivation":"neuter of a derivative of G2776 (κεφαλή);","strongs_definition":"a principal thing, i.e. main point; specially, an amount (of money)","kjv_definition":"sum"} +{"id":"G4596","strongs_number":"G4596","system":"greek","language":"greek","number_value":4596,"lemma":"σηρικός","transliteration":"sērikós","pronunciation":null,"derivation":"from (an Indian tribe from whom silk was procured;","strongs_definition":"hence the name of the silk-worm); Seric, i.e. silken (neuter as noun, a silky fabric)","kjv_definition":"silk"} +{"id":"G3040","strongs_number":"G3040","system":"greek","language":"greek","number_value":3040,"lemma":"λιμήν","transliteration":"limḗn","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a harbor","kjv_definition":"haven"} +{"id":"G5051","strongs_number":"G5051","system":"greek","language":"greek","number_value":5051,"lemma":"τελειωτής","transliteration":"teleiōtḗs","pronunciation":null,"derivation":"from G5048 (τελειόω);","strongs_definition":"a completer, i.e. consummater","kjv_definition":"finisher"} +{"id":"G5548","strongs_number":"G5548","system":"greek","language":"greek","number_value":5548,"lemma":"χρίω","transliteration":"chríō","pronunciation":null,"derivation":"probably akin to G5530 (χράομαι) through the idea of contact;","strongs_definition":"to smear or rub with oil, i.e. (by implication) to consecrate to an office or religious service","kjv_definition":"anoint"} +{"id":"G1579","strongs_number":"G1579","system":"greek","language":"greek","number_value":1579,"lemma":"ἐκκολυμβάω","transliteration":"ekkolymbáō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2860 (κολυμβάω);","strongs_definition":"to escape by swimming","kjv_definition":"swim out"} +{"id":"G2008","strongs_number":"G2008","system":"greek","language":"greek","number_value":2008,"lemma":"ἐπιτιμάω","transliteration":"epitimáō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5091 (τιμάω);","strongs_definition":"to tax upon, i.e. censure or admonish; by implication, forbid","kjv_definition":"(straitly) charge, rebuke"} +{"id":"G3448","strongs_number":"G3448","system":"greek","language":"greek","number_value":3448,"lemma":"μόσχος","transliteration":"móschos","pronunciation":null,"derivation":"probably strengthened for (a shoot);","strongs_definition":"a young bullock","kjv_definition":"calf"} +{"id":"G414","strongs_number":"G414","system":"greek","language":"greek","number_value":414,"lemma":"ἀνεκτότερος","transliteration":"anektóteros","pronunciation":null,"derivation":"comparative of a derivative of G430 (ἀνέχομαι);","strongs_definition":"more endurable","kjv_definition":"more tolerable"} +{"id":"G978","strongs_number":"G978","system":"greek","language":"greek","number_value":978,"lemma":"Βιθυνία","transliteration":"Bithynía","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Bithynia, a region of Asia","kjv_definition":"Bithynia"} +{"id":"G5140","strongs_number":"G5140","system":"greek","language":"greek","number_value":5140,"lemma":"τρεῖς","transliteration":"treîs","pronunciation":null,"derivation":"a primary (plural) number;","strongs_definition":"\"three\"","kjv_definition":"three"} +{"id":"G1430","strongs_number":"G1430","system":"greek","language":"greek","number_value":1430,"lemma":"δῶμα","transliteration":"dōma","pronunciation":null,"derivation":"from (to build);","strongs_definition":"properly, an edifice, i.e. (specially) a roof","kjv_definition":"housetop"} +{"id":"G2169","strongs_number":"G2169","system":"greek","language":"greek","number_value":2169,"lemma":"εὐχαριστία","transliteration":"eucharistía","pronunciation":null,"derivation":"from G2170 (εὐχάριστος);","strongs_definition":"gratitude; actively, grateful language (to God, as an act of worship)","kjv_definition":"thankfulness, (giving of) thanks(-giving)"} +{"id":"G3869","strongs_number":"G3869","system":"greek","language":"greek","number_value":3869,"lemma":"παρακαθίζω","transliteration":"parakathízō","pronunciation":null,"derivation":"from G3844 (παρά) and G2523 (καθίζω);","strongs_definition":"to sit down near","kjv_definition":"sit"} +{"id":"G1594","strongs_number":"G1594","system":"greek","language":"greek","number_value":1594,"lemma":"ἐκνήφω","transliteration":"eknḗphō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3525 (νήφω);","strongs_definition":"(figuratively) to rouse (oneself) out of stupor","kjv_definition":"awake"} +{"id":"G3499","strongs_number":"G3499","system":"greek","language":"greek","number_value":3499,"lemma":"νεκρόω","transliteration":"nekróō","pronunciation":null,"derivation":"from G3498 (νεκρός);","strongs_definition":"to deaden, i.e. (figuratively) to subdue","kjv_definition":"be dead, mortify"} +{"id":"G3970","strongs_number":"G3970","system":"greek","language":"greek","number_value":3970,"lemma":"πατροπαράδοτος","transliteration":"patroparádotos","pronunciation":null,"derivation":"from G3962 (πατήρ) and a derivative of G3860 (παραδίδωμι) (in the sense of handing over or down);","strongs_definition":"traditionary","kjv_definition":"received by tradition from fathers"} +{"id":"G3365","strongs_number":"G3365","system":"greek","language":"greek","number_value":3365,"lemma":"μηδαμῶς","transliteration":"mēdamōs","pronunciation":null,"derivation":"adverb from a compound of G3361 (μή) and (somebody);","strongs_definition":"by no means","kjv_definition":"not so"} +{"id":"G3719","strongs_number":"G3719","system":"greek","language":"greek","number_value":3719,"lemma":"ὀρθρίζω","transliteration":"orthrízō","pronunciation":null,"derivation":"from G3722 (ὄρθρος);","strongs_definition":"to use the dawn, i.e. (by implication) to repair betimes","kjv_definition":"come early in the morning"} +{"id":"G1734","strongs_number":"G1734","system":"greek","language":"greek","number_value":1734,"lemma":"ἑνδέκατος","transliteration":"hendékatos","pronunciation":null,"derivation":"ordinal from G1733 (ἕνδεκα);","strongs_definition":"eleventh","kjv_definition":"eleventh"} +{"id":"G5018","strongs_number":"G5018","system":"greek","language":"greek","number_value":5018,"lemma":"Ταρσεύς","transliteration":"Tarseús","pronunciation":null,"derivation":"from G5019 (Ταρσός);","strongs_definition":"a Tarsean, i.e. native of Tarsus","kjv_definition":"of Tarsus"} +{"id":"G4734","strongs_number":"G4734","system":"greek","language":"greek","number_value":4734,"lemma":"Στεφανᾶς","transliteration":"Stephanâs","pronunciation":null,"derivation":"probably contraction for (crowned;","strongs_definition":"from G4737 (στεφανόω)); Stephanas, a Christian","kjv_definition":"Stephanas"} +{"id":"G1063","strongs_number":"G1063","system":"greek","language":"greek","number_value":1063,"lemma":"γάρ","transliteration":"gár","pronunciation":null,"derivation":"a primary particle;","strongs_definition":"properly, assigning a reason (used in argument, explanation or intensification; often with other particles)","kjv_definition":"and, as, because (that), but, even, for, indeed, no doubt, seeing, then, therefore, verily, what, why, yet"} +{"id":"G4644","strongs_number":"G4644","system":"greek","language":"greek","number_value":4644,"lemma":"σκληροτράχηλος","transliteration":"sklērotráchēlos","pronunciation":null,"derivation":"from G4642 (σκληρός) and G5137 (τράχηλος);","strongs_definition":"hardnaped, i.e. (figuratively) obstinate","kjv_definition":"stiffnecked"} +{"id":"G2720","strongs_number":"G2720","system":"greek","language":"greek","number_value":2720,"lemma":"κατευθύνω","transliteration":"kateuthýnō","pronunciation":null,"derivation":"from G2596 (κατά) and G2116 (εὐθύνω);","strongs_definition":"to straighten fully, i.e. (figuratively) direct","kjv_definition":"guide, direct"} +{"id":"G5464","strongs_number":"G5464","system":"greek","language":"greek","number_value":5464,"lemma":"χάλαζα","transliteration":"chálaza","pronunciation":null,"derivation":"probably from G5465 (χαλάω);","strongs_definition":"hail","kjv_definition":"hail"} +{"id":"G5466","strongs_number":"G5466","system":"greek","language":"greek","number_value":5466,"lemma":"Χαλδαῖος","transliteration":"Chaldaîos","pronunciation":null,"derivation":"probably of Hebrew or (H03778);","strongs_definition":"a Chaldæan (i.e. Kasdi), or native or the region of the lower Euphrates","kjv_definition":"Chaldæan"} +{"id":"G1806","strongs_number":"G1806","system":"greek","language":"greek","number_value":1806,"lemma":"ἐξάγω","transliteration":"exágō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G71 (ἄγω);","strongs_definition":"to lead forth","kjv_definition":"bring forth (out), fetch (lead) out"} +{"id":"G3119","strongs_number":"G3119","system":"greek","language":"greek","number_value":3119,"lemma":"μαλακία","transliteration":"malakía","pronunciation":null,"derivation":"from G3120 (μαλακός);","strongs_definition":"softness, i.e. enervation (debility)","kjv_definition":"disease"} +{"id":"G2741","strongs_number":"G2741","system":"greek","language":"greek","number_value":2741,"lemma":"καυσόω","transliteration":"kausóō","pronunciation":null,"derivation":"from G2740 (καῦσις);","strongs_definition":"to set on fire","kjv_definition":"fervent heat"} +{"id":"G1785","strongs_number":"G1785","system":"greek","language":"greek","number_value":1785,"lemma":"ἐντολή","transliteration":"entolḗ","pronunciation":null,"derivation":"from G1781 (ἐντέλλομαι);","strongs_definition":"injunction, i.e. an authoritative prescription","kjv_definition":"commandment, precept"} +{"id":"G4794","strongs_number":"G4794","system":"greek","language":"greek","number_value":4794,"lemma":"συγκύπτω","transliteration":"synkýptō","pronunciation":null,"derivation":"from G4862 (σύν) and G2955 (κύπτω);","strongs_definition":"to stoop altogether, i.e. be completely overcome by","kjv_definition":"bow together"} +{"id":"G4058","strongs_number":"G4058","system":"greek","language":"greek","number_value":4058,"lemma":"περιστερά","transliteration":"peristerá","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a pigeon","kjv_definition":"dove, pigeon"} +{"id":"G3383","strongs_number":"G3383","system":"greek","language":"greek","number_value":3383,"lemma":"μήτε","transliteration":"mḗte","pronunciation":null,"derivation":"from G3361 (μή) and G5037 (τέ);","strongs_definition":"not too, i.e. (in continued negation) neither or nor; also, not even","kjv_definition":"neither, (n-)or, so as much"} +{"id":"G214","strongs_number":"G214","system":"greek","language":"greek","number_value":214,"lemma":"ἀλαλάζω","transliteration":"alalázō","pronunciation":null,"derivation":"from ( a shout, \"halloo\");","strongs_definition":"to vociferate, i.e. (by implication) to wail; figuratively, to clang","kjv_definition":"tinkle, wail"} +{"id":"G3057","strongs_number":"G3057","system":"greek","language":"greek","number_value":3057,"lemma":"λόγχη","transliteration":"lónchē","pronunciation":null,"derivation":"perhaps a primary word;","strongs_definition":"a \"lance\"","kjv_definition":"spear"} +{"id":"G5579","strongs_number":"G5579","system":"greek","language":"greek","number_value":5579,"lemma":"ψεῦδος","transliteration":"pseûdos","pronunciation":null,"derivation":"from G5574 (ψεύδομαι);","strongs_definition":"a falsehood","kjv_definition":"lie, lying"} +{"id":"G4865","strongs_number":"G4865","system":"greek","language":"greek","number_value":4865,"lemma":"συναγωνίζομαι","transliteration":"synagōnízomai","pronunciation":null,"derivation":"from G4862 (σύν) and G75 (ἀγωνίζομαι);","strongs_definition":"to struggle in company with, i.e. (figuratively) to be a partner (assistant)","kjv_definition":"strive together with"} +{"id":"G676","strongs_number":"G676","system":"greek","language":"greek","number_value":676,"lemma":"ἀπρόσιτος","transliteration":"aprósitos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of a comparative of G4314 (πρός) and (to go);","strongs_definition":"inaccessible","kjv_definition":"which no man can approach"} +{"id":"G427","strongs_number":"G427","system":"greek","language":"greek","number_value":427,"lemma":"ἄνευ","transliteration":"áneu","pronunciation":null,"derivation":"a primary particle;","strongs_definition":"without","kjv_definition":"without"} +{"id":"G1640","strongs_number":"G1640","system":"greek","language":"greek","number_value":1640,"lemma":"ἐλάσσων","transliteration":"elássōn","pronunciation":null,"derivation":"comparative of the same as G1646 (ἐλάχιστος);","strongs_definition":"smaller (in size, quantity, age or quality)","kjv_definition":"less, under, worse, younger"} +{"id":"G1670","strongs_number":"G1670","system":"greek","language":"greek","number_value":1670,"lemma":"ἑλκύω","transliteration":"helkýō","pronunciation":null,"derivation":"probably akin to G138 (αἱρέομαι);","strongs_definition":"to drag (literally or figuratively)","kjv_definition":"draw"} +{"id":"G3619","strongs_number":"G3619","system":"greek","language":"greek","number_value":3619,"lemma":"οἰκοδομή","transliteration":"oikodomḗ","pronunciation":null,"derivation":"feminine (abstract) of a compound of G3624 (οἶκος) and the base of G1430 (δῶμα);","strongs_definition":"architecture, i.e. (concretely) a structure; figuratively, confirmation","kjv_definition":"building, edify(-ication, -ing)"} +{"id":"G231","strongs_number":"G231","system":"greek","language":"greek","number_value":231,"lemma":"ἁλιεύς","transliteration":"halieús","pronunciation":null,"derivation":"from G251 (ἅλς);","strongs_definition":"a sailor (as engaged on the salt water), i.e. (by implication) a fisher","kjv_definition":"fisher(-man)"} +{"id":"G3843","strongs_number":"G3843","system":"greek","language":"greek","number_value":3843,"lemma":"πάντως","transliteration":"pántōs","pronunciation":null,"derivation":"adverb from G3956 (πᾶς);","strongs_definition":"entirely; specially, at all events, (with negative, following) in no event","kjv_definition":"by all means, altogether, at all, needs, no doubt, in (no) wise, surely"} +{"id":"G2575","strongs_number":"G2575","system":"greek","language":"greek","number_value":2575,"lemma":"κάμινος","transliteration":"káminos","pronunciation":null,"derivation":"probably from G2545 (καίω);","strongs_definition":"a furnace","kjv_definition":"furnace"} +{"id":"G2017","strongs_number":"G2017","system":"greek","language":"greek","number_value":2017,"lemma":"ἐπιφαύω","transliteration":"epiphaúō","pronunciation":null,"derivation":"a form of G2014 (ἐπιφαίνω);","strongs_definition":"to illuminate (figuratively)","kjv_definition":"give light"} +{"id":"G3350","strongs_number":"G3350","system":"greek","language":"greek","number_value":3350,"lemma":"μετοικεσία","transliteration":"metoikesía","pronunciation":null,"derivation":"from a derivative of a compound of G3326 (μετά) and G3624 (οἶκος);","strongs_definition":"a change of abode, i.e. (specially), expatriation","kjv_definition":"X brought, carried(-ying) away (in-)to"} +{"id":"G2293","strongs_number":"G2293","system":"greek","language":"greek","number_value":2293,"lemma":"θαρσέω","transliteration":"tharséō","pronunciation":null,"derivation":"from G2294 (θάρσος);","strongs_definition":"to have courage","kjv_definition":"be of good cheer (comfort)"} +{"id":"G3882","strongs_number":"G3882","system":"greek","language":"greek","number_value":3882,"lemma":"παράλιος","transliteration":"parálios","pronunciation":null,"derivation":"from G3844 (παρά) and G251 (ἅλς);","strongs_definition":"beside the salt (sea), i.e. maritime","kjv_definition":"sea coast"} +{"id":"G1896","strongs_number":"G1896","system":"greek","language":"greek","number_value":1896,"lemma":"ἐπεῖδον","transliteration":"epeîdon","pronunciation":null,"derivation":"and other moods and persons of the same tense; from G1909 (ἐπί) and G1492 (εἴδω);","strongs_definition":"to regard (favorably or otherwise)","kjv_definition":"behold, look upon"} +{"id":"G3117","strongs_number":"G3117","system":"greek","language":"greek","number_value":3117,"lemma":"μακρός","transliteration":"makrós","pronunciation":null,"derivation":"from G3372 (μῆκος);","strongs_definition":"long (in place (distant) or time (neuter plural))","kjv_definition":"far, long"} +{"id":"G1286","strongs_number":"G1286","system":"greek","language":"greek","number_value":1286,"lemma":"διασείω","transliteration":"diaseíō","pronunciation":null,"derivation":"from G1223 (διά) and G4579 (σείω);","strongs_definition":"to shake thoroughly, i.e. (figuratively) to intimidate","kjv_definition":"do violence to"} +{"id":"G3964","strongs_number":"G3964","system":"greek","language":"greek","number_value":3964,"lemma":"πατραλῴας","transliteration":"patralṓias","pronunciation":null,"derivation":"from G3962 (πατήρ) and the same as the latter part of G3389 (μητραλῴας);","strongs_definition":"a parricide","kjv_definition":"murderer of fathers"} +{"id":"G2714","strongs_number":"G2714","system":"greek","language":"greek","number_value":2714,"lemma":"κατενώπιον","transliteration":"katenṓpion","pronunciation":null,"derivation":"from G2596 (κατά) and G1799 (ἐνώπιον);","strongs_definition":"directly in front of","kjv_definition":"before (the presence of), in the sight of"} +{"id":"G4473","strongs_number":"G4473","system":"greek","language":"greek","number_value":4473,"lemma":"ῥαντισμός","transliteration":"rhantismós","pronunciation":null,"derivation":"from G4472 (ῥαντίζω);","strongs_definition":"aspersion (ceremonially or figuratively)","kjv_definition":"sprinkling"} +{"id":"G418","strongs_number":"G418","system":"greek","language":"greek","number_value":418,"lemma":"ἀνένδεκτος","transliteration":"anéndektos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of the same as G1735 (ἐνδέχεται);","strongs_definition":"unadmitted, i.e. (by implication) not supposable","kjv_definition":"impossible"} +{"id":"G2546","strongs_number":"G2546","system":"greek","language":"greek","number_value":2546,"lemma":"κἀκεῖ","transliteration":"kakeî","pronunciation":null,"derivation":"from G2532 (καί) and G1563 (ἐκεῖ);","strongs_definition":"likewise in that place","kjv_definition":"and there, there (thither) also"} +{"id":"G1449","strongs_number":"G1449","system":"greek","language":"greek","number_value":1449,"lemma":"ἐγγράφω","transliteration":"engráphō","pronunciation":null,"derivation":"from G1722 (ἐν) and G1125 (γράφω);","strongs_definition":"to \"engrave\", i.e. inscribe","kjv_definition":"write (in)"} +{"id":"G5352","strongs_number":"G5352","system":"greek","language":"greek","number_value":5352,"lemma":"φθινοπωρινός","transliteration":"phthinopōrinós","pronunciation":null,"derivation":"from derivative of (to wane;","strongs_definition":"akin to the base of G5351 (φθείρω)) and G3703 (ὀπώρα) (meaning late autumn); autumnal (as stripped of leaves)","kjv_definition":"whose fruit withereth"} +{"id":"G3437","strongs_number":"G3437","system":"greek","language":"greek","number_value":3437,"lemma":"μομφή","transliteration":"momphḗ","pronunciation":null,"derivation":"from G3201 (μέμφομαι);","strongs_definition":"blame, i.e. (by implication), a fault","kjv_definition":"quarrel"} +{"id":"G3111","strongs_number":"G3111","system":"greek","language":"greek","number_value":3111,"lemma":"μάκελλον","transliteration":"mákellon","pronunciation":null,"derivation":"of Latin origin (macellum);","strongs_definition":"a butcher's stall, meat market or provision-shop","kjv_definition":"shambles"} +{"id":"G3780","strongs_number":"G3780","system":"greek","language":"greek","number_value":3780,"lemma":"οὐχί","transliteration":"ouchí","pronunciation":null,"derivation":"intensive of G3756 (οὐ);","strongs_definition":"not indeed","kjv_definition":"nay, not"} +{"id":"G966","strongs_number":"G966","system":"greek","language":"greek","number_value":966,"lemma":"Βηθσαϊδά","transliteration":"Bēthsaïdá","pronunciation":null,"derivation":"of Chaldee origin (compare H01004 and H06719);","strongs_definition":"fishing-house; Bethsaida, a place in Palestine","kjv_definition":"Bethsaida"} +{"id":"G4422","strongs_number":"G4422","system":"greek","language":"greek","number_value":4422,"lemma":"πτοέω","transliteration":"ptoéō","pronunciation":null,"derivation":"probably akin to the alternate of G4098 (πίπτω) (through the idea of causing to fall) or to G4072 (πέτομαι) (through that of causing to fly away);","strongs_definition":"to scare","kjv_definition":"frighten"} +{"id":"G5116","strongs_number":"G5116","system":"greek","language":"greek","number_value":5116,"lemma":"τοπάζιον","transliteration":"topázion","pronunciation":null,"derivation":"neuter of a presumed derivative (alternately) of (a \"topaz\";","strongs_definition":"of uncertain origin); a gem, probably the chrysolite","kjv_definition":"topaz"} +{"id":"G5344","strongs_number":"G5344","system":"greek","language":"greek","number_value":5344,"lemma":"Φῆλιξ","transliteration":"Phēlix","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"happy; Phelix (i.e. Felix), a Roman","kjv_definition":"Felix"} +{"id":"G4382","strongs_number":"G4382","system":"greek","language":"greek","number_value":4382,"lemma":"προσωποληψία","transliteration":"prosōpolēpsía","pronunciation":null,"derivation":"from G4381 (προσωπολήπτης);","strongs_definition":"partiality, i.e. favoritism","kjv_definition":"respect of persons"} +{"id":"G2477","strongs_number":"G2477","system":"greek","language":"greek","number_value":2477,"lemma":"ἱστορέω","transliteration":"historéō","pronunciation":null,"derivation":"from a derivative of G1492 (εἴδω);","strongs_definition":"to be knowing (learned), i.e. (by implication) to visit for information (interview)","kjv_definition":"see"} +{"id":"G1267","strongs_number":"G1267","system":"greek","language":"greek","number_value":1267,"lemma":"διαμερισμός","transliteration":"diamerismós","pronunciation":null,"derivation":"from G1266 (διαμερίζω);","strongs_definition":"disunion (of opinion and conduct)","kjv_definition":"division"} +{"id":"G4751","strongs_number":"G4751","system":"greek","language":"greek","number_value":4751,"lemma":"στόμαχος","transliteration":"stómachos","pronunciation":null,"derivation":"from G4750 (στόμα);","strongs_definition":"an orifice (the gullet), i.e. (specially), the \"stomach\"","kjv_definition":"stomach"} +{"id":"G4096","strongs_number":"G4096","system":"greek","language":"greek","number_value":4096,"lemma":"πιότης","transliteration":"piótēs","pronunciation":null,"derivation":"from (fat;","strongs_definition":"perhaps akin to the alternate of G4095 (πίνω) through the idea of repletion); plumpness, i.e. (by implication) richness (oiliness)","kjv_definition":"fatness"} +{"id":"G4386","strongs_number":"G4386","system":"greek","language":"greek","number_value":4386,"lemma":"πρότερον","transliteration":"próteron","pronunciation":null,"derivation":"neuter of G4387 (πρότερος) as adverb (with or without the article);","strongs_definition":"previously","kjv_definition":"before, (at the) first, former"} +{"id":"G2590","strongs_number":"G2590","system":"greek","language":"greek","number_value":2590,"lemma":"καρπός","transliteration":"karpós","pronunciation":null,"derivation":"probably from the base of G726 (ἁρπάζω);","strongs_definition":"fruit (as plucked), literally or figuratively","kjv_definition":"fruit"} +{"id":"G1105","strongs_number":"G1105","system":"greek","language":"greek","number_value":1105,"lemma":"γνόφος","transliteration":"gnóphos","pronunciation":null,"derivation":"akin to G3509 (νέφος);","strongs_definition":"gloom (as of a storm)","kjv_definition":"blackness"} +{"id":"G4808","strongs_number":"G4808","system":"greek","language":"greek","number_value":4808,"lemma":"συκῆ","transliteration":"sykē","pronunciation":null,"derivation":"from G4810 (σῦκον);","strongs_definition":"a fig-tree","kjv_definition":"fig tree"} +{"id":"G2179","strongs_number":"G2179","system":"greek","language":"greek","number_value":2179,"lemma":"Ἐφεσῖνος","transliteration":"Ephesînos","pronunciation":null,"derivation":"from G2181 (Ἔφεσος);","strongs_definition":"Ephesine, or situated at Ephesus","kjv_definition":"of Ephesus"} +{"id":"G3334","strongs_number":"G3334","system":"greek","language":"greek","number_value":3334,"lemma":"μετακινέω","transliteration":"metakinéō","pronunciation":null,"derivation":"from G3326 (μετά) and G2795 (κινέω);","strongs_definition":"to stir to a place elsewhere, i.e. remove (figuratively)","kjv_definition":"move away"} +{"id":"G3930","strongs_number":"G3930","system":"greek","language":"greek","number_value":3930,"lemma":"παρέχω","transliteration":"paréchō","pronunciation":null,"derivation":"from G3844 (παρά) and G2192 (ἔχω);","strongs_definition":"to hold near, i.e. present, afford, exhibit, furnish occasion","kjv_definition":"bring, do, give, keep, minister, offer, shew, + trouble"} +{"id":"G1378","strongs_number":"G1378","system":"greek","language":"greek","number_value":1378,"lemma":"δόγμα","transliteration":"dógma","pronunciation":null,"derivation":"from the base of G1380 (δοκέω);","strongs_definition":"a law (civil, ceremonial or ecclesiastical)","kjv_definition":"decree, ordinance"} +{"id":"G4027","strongs_number":"G4027","system":"greek","language":"greek","number_value":4027,"lemma":"περικάθαρμα","transliteration":"perikátharma","pronunciation":null,"derivation":"from a compound of G4012 (περί) and G2508 (καθαίρω);","strongs_definition":"something cleaned off all around, i.e. refuse (figuratively)","kjv_definition":"filth"} +{"id":"G3844","strongs_number":"G3844","system":"greek","language":"greek","number_value":3844,"lemma":"παρά","transliteration":"pará","pronunciation":null,"derivation":"a primary preposition;","strongs_definition":"properly, near; i.e. (with genitive case) from beside (literally or figuratively), (with dative case) at (or in) the vicinity of (objectively or subjectively), (with accusative case) to the proximity with (local (especially beyond or opposed to) or causal (on account of)","kjv_definition":"above, against, among, at, before, by, contrary to, X friend, from, + give (such things as they), + that (she) had, X his, in, more than, nigh unto, (out) of, past, save, side…by, in the sight of, than, (there-)fore, with"} +{"id":"G1335","strongs_number":"G1335","system":"greek","language":"greek","number_value":1335,"lemma":"διήγεσις","transliteration":"diḗgesis","pronunciation":null,"derivation":"from G1334 (διηγέομαι);","strongs_definition":"a recital","kjv_definition":"declaration"} +{"id":"G2628","strongs_number":"G2628","system":"greek","language":"greek","number_value":2628,"lemma":"κατακολουθέω","transliteration":"katakolouthéō","pronunciation":null,"derivation":"from G2596 (κατά) and G190 (ἀκολουθέω);","strongs_definition":"to accompany closely","kjv_definition":"follow (after)"} +{"id":"G2006","strongs_number":"G2006","system":"greek","language":"greek","number_value":2006,"lemma":"ἐπιτήδειος","transliteration":"epitḗdeios","pronunciation":null,"derivation":"from (enough);","strongs_definition":"serviceable, i.e. (by implication) requisite","kjv_definition":"things which are needful"} +{"id":"G2757","strongs_number":"G2757","system":"greek","language":"greek","number_value":2757,"lemma":"κενοφωνία","transliteration":"kenophōnía","pronunciation":null,"derivation":"from a presumed compound of G2756 (κενός) and G5456 (φωνή);","strongs_definition":"empty sounding, i.e. fruitless discussion","kjv_definition":"vain"} +{"id":"G4639","strongs_number":"G4639","system":"greek","language":"greek","number_value":4639,"lemma":"σκιά","transliteration":"skiá","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"\"shade\" or a shadow (literally or figuratively (darkness of error or an adumbration))","kjv_definition":"shadow"} +{"id":"G1157","strongs_number":"G1157","system":"greek","language":"greek","number_value":1157,"lemma":"δανειστής","transliteration":"daneistḗs","pronunciation":null,"derivation":"from G1155 (δανείζω);","strongs_definition":"a lender","kjv_definition":"creditor"} +{"id":"G2716","strongs_number":"G2716","system":"greek","language":"greek","number_value":2716,"lemma":"κατεργάζομαι","transliteration":"katergázomai","pronunciation":null,"derivation":"from G2596 (κατά) and G2038 (ἐργάζομαι);","strongs_definition":"to work fully, i.e. accomplish; by implication, to finish, fashion","kjv_definition":"cause, to (deed), perform, work (out)"} +{"id":"G2593","strongs_number":"G2593","system":"greek","language":"greek","number_value":2593,"lemma":"καρποφόρος","transliteration":"karpophóros","pronunciation":null,"derivation":"from G2590 (καρπός) and G5342 (φέρω);","strongs_definition":"fruitbearing (figuratively)","kjv_definition":"fruitful"} +{"id":"G4606","strongs_number":"G4606","system":"greek","language":"greek","number_value":4606,"lemma":"Σιδώνιος","transliteration":"Sidṓnios","pronunciation":null,"derivation":"from G4605 (Σιδών);","strongs_definition":"a Sidonian, i.e. inhabitant of Sidon","kjv_definition":"of Sidon"} +{"id":"G3953","strongs_number":"G3953","system":"greek","language":"greek","number_value":3953,"lemma":"παροψίς","transliteration":"paropsís","pronunciation":null,"derivation":"from G3844 (παρά) and the base of G3795 (ὀψάριον);","strongs_definition":"a side-dish (the receptacle)","kjv_definition":"platter"} +{"id":"G5357","strongs_number":"G5357","system":"greek","language":"greek","number_value":5357,"lemma":"φιάλη","transliteration":"phiálē","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a broad shallow cup (\"phial\")","kjv_definition":"vial"} +{"id":"G5430","strongs_number":"G5430","system":"greek","language":"greek","number_value":5430,"lemma":"φρονίμως","transliteration":"phronímōs","pronunciation":null,"derivation":"adverb from G5429 (φρόνιμος);","strongs_definition":"prudently","kjv_definition":"wisely"} +{"id":"G1402","strongs_number":"G1402","system":"greek","language":"greek","number_value":1402,"lemma":"δουλόω","transliteration":"doulóō","pronunciation":null,"derivation":"from G1401 (δοῦλος);","strongs_definition":"to enslave (literally or figuratively)","kjv_definition":"bring into (be under) bondage, X given, become (make) servant"} +{"id":"G882","strongs_number":"G882","system":"greek","language":"greek","number_value":882,"lemma":"Ἀχαΐα","transliteration":"Achaḯa","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Achaia (i.e. Greece), a country of Europe","kjv_definition":"Achaia"} +{"id":"G3337","strongs_number":"G3337","system":"greek","language":"greek","number_value":3337,"lemma":"μεταλλάσσω","transliteration":"metallássō","pronunciation":null,"derivation":"from G3326 (μετά) and G236 (ἀλλάσσω);","strongs_definition":"to exchange","kjv_definition":"change"} +{"id":"G1819","strongs_number":"G1819","system":"greek","language":"greek","number_value":1819,"lemma":"ἐξάπινα","transliteration":"exápina","pronunciation":null,"derivation":"from G1537 (ἐκ) and a derivative of the same as G160 (αἰφνίδιος);","strongs_definition":"of a sudden, i.e. unexpectedly","kjv_definition":"suddenly"} +{"id":"G2696","strongs_number":"G2696","system":"greek","language":"greek","number_value":2696,"lemma":"κατασφραγίζω","transliteration":"katasphragízō","pronunciation":null,"derivation":"from G2596 (κατά) and G4972 (σφραγίζω);","strongs_definition":"to seal closely","kjv_definition":"seal"} +{"id":"G4151","strongs_number":"G4151","system":"greek","language":"greek","number_value":4151,"lemma":"πνεῦμα","transliteration":"pneûma","pronunciation":null,"derivation":"from G4154 (πνέω);","strongs_definition":"a current of air, i.e. breath (blast) or a breeze; by analogy or figuratively, a spirit, i.e. (human) the rational soul, (by implication) vital principle, mental disposition, etc., or (superhuman) an angel, demon, or (divine) God, Christ's spirit, the Holy Spirit","kjv_definition":"ghost, life, spirit(-ual, -ually), mind"} +{"id":"G4978","strongs_number":"G4978","system":"greek","language":"greek","number_value":4978,"lemma":"σχίσμα","transliteration":"schísma","pronunciation":null,"derivation":"from G4977 (σχίζω);","strongs_definition":"a split or gap (\"schism\"), literally or figuratively","kjv_definition":"division, rent, schism"} +{"id":"G4338","strongs_number":"G4338","system":"greek","language":"greek","number_value":4338,"lemma":"προσηλόω","transliteration":"prosēlóō","pronunciation":null,"derivation":"from G4314 (πρός) and a derivative of G2247 (ἧλος);","strongs_definition":"to peg to, i.e. spike fast","kjv_definition":"nail to"} +{"id":"G2908","strongs_number":"G2908","system":"greek","language":"greek","number_value":2908,"lemma":"κρεῖσσον","transliteration":"kreîsson","pronunciation":null,"derivation":"neuter of an alternate form of G2909 (κρείττων);","strongs_definition":"(as noun) better, i.e. greater advantage","kjv_definition":"better"} +{"id":"G4421","strongs_number":"G4421","system":"greek","language":"greek","number_value":4421,"lemma":"πτηνόν","transliteration":"ptēnón","pronunciation":null,"derivation":"contraction for G4071 (πετεινόν);","strongs_definition":"a bird","kjv_definition":"bird"} +{"id":"G4001","strongs_number":"G4001","system":"greek","language":"greek","number_value":4001,"lemma":"πεντακόσιοι","transliteration":"pentakósioi","pronunciation":null,"derivation":"from G4002 (πέντε) and G1540 (ἑκατόν);","strongs_definition":"five hundred","kjv_definition":"five hundred"} +{"id":"G4619","strongs_number":"G4619","system":"greek","language":"greek","number_value":4619,"lemma":"σιτιστός","transliteration":"sitistós","pronunciation":null,"derivation":"from a derivative of G4621 (σῖτος);","strongs_definition":"grained, i.e. fatted","kjv_definition":"fatling"} +{"id":"G2013","strongs_number":"G2013","system":"greek","language":"greek","number_value":2013,"lemma":"ἐπιτυγχάνω","transliteration":"epitynchánō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5177 (τυγχάνω);","strongs_definition":"to chance upon, i.e. (by implication) to attain","kjv_definition":"obtain"} +{"id":"G3306","strongs_number":"G3306","system":"greek","language":"greek","number_value":3306,"lemma":"μένω","transliteration":"ménō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to stay (in a given place, state, relation or expectancy)","kjv_definition":"abide, continue, dwell, endure, be present, remain, stand, tarry (for), X thine own"} +{"id":"G568","strongs_number":"G568","system":"greek","language":"greek","number_value":568,"lemma":"ἀπέχω","transliteration":"apéchō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2192 (ἔχω);","strongs_definition":"(actively) to have out, i.e. receive in full; (intransitively) to keep (oneself) away, i.e. be distant (literally or figuratively)","kjv_definition":"be, have, receive"} +{"id":"G2028","strongs_number":"G2028","system":"greek","language":"greek","number_value":2028,"lemma":"ἐπονομάζω","transliteration":"eponomázō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3687 (ὀνομάζω);","strongs_definition":"to name further, i.e. denominate","kjv_definition":"call"} +{"id":"G2853","strongs_number":"G2853","system":"greek","language":"greek","number_value":2853,"lemma":"κολλάω","transliteration":"kolláō","pronunciation":null,"derivation":"from (\"glue\");","strongs_definition":"to glue, i.e. (passively or reflexively) to stick (figuratively)","kjv_definition":"cleave, join (self), keep company"} +{"id":"G2333","strongs_number":"G2333","system":"greek","language":"greek","number_value":2333,"lemma":"Θευδᾶς","transliteration":"Theudâs","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Theudas, an Israelite","kjv_definition":"Theudas"} +{"id":"G1847","strongs_number":"G1847","system":"greek","language":"greek","number_value":1847,"lemma":"ἐξουδενόω","transliteration":"exoudenóō","pronunciation":null,"derivation":"from G1537 (ἐκ) and a derivative of the neuter of G3762 (οὐδείς);","strongs_definition":"to make utterly nothing of, i.e. despise","kjv_definition":"set at nought"} +{"id":"G872","strongs_number":"G872","system":"greek","language":"greek","number_value":872,"lemma":"ἀφοράω","transliteration":"aphoráō","pronunciation":null,"derivation":"from G575 (ἀπό) and G3708 (ὁράω);","strongs_definition":"to consider attentively","kjv_definition":"look"} +{"id":"G4629","strongs_number":"G4629","system":"greek","language":"greek","number_value":4629,"lemma":"σκέπασμα","transliteration":"sképasma","pronunciation":null,"derivation":"from a derivative of (a covering;","strongs_definition":"perhaps akin to the base of G4649 (σκοπός) through the idea of noticeableness); clothing","kjv_definition":"raiment"} +{"id":"G579","strongs_number":"G579","system":"greek","language":"greek","number_value":579,"lemma":"ἀπόβλητος","transliteration":"apóblētos","pronunciation":null,"derivation":"from G577 (ἀποβάλλω);","strongs_definition":"cast off, i.e. (figuratively) such as to be rejected","kjv_definition":"be refused"} +{"id":"G1721","strongs_number":"G1721","system":"greek","language":"greek","number_value":1721,"lemma":"ἔμφυτος","transliteration":"émphytos","pronunciation":null,"derivation":"from G1722 (ἐν) and a derivative of G5453 (φύω);","strongs_definition":"implanted (figuratively)","kjv_definition":"engrafted"} +{"id":"G163","strongs_number":"G163","system":"greek","language":"greek","number_value":163,"lemma":"αἰχμαλωτίζω","transliteration":"aichmalōtízō","pronunciation":null,"derivation":"from G164 (αἰχμάλωτος);","strongs_definition":"to make captive","kjv_definition":"lead away captive, bring into captivity"} +{"id":"G104","strongs_number":"G104","system":"greek","language":"greek","number_value":104,"lemma":"ἀεί","transliteration":"aeí","pronunciation":null,"derivation":"from an obsolete primary noun (apparently meaning continued duration);","strongs_definition":"\"ever,\" by qualification regularly; by implication, earnestly","kjv_definition":"always, ever"} +{"id":"G2202","strongs_number":"G2202","system":"greek","language":"greek","number_value":2202,"lemma":"ζευκτηρία","transliteration":"zeuktēría","pronunciation":null,"derivation":"feminine of a derivative (at the second stage) from the same as G2218 (ζυγός);","strongs_definition":"a fastening (tiller-rope)","kjv_definition":"band"} +{"id":"G761","strongs_number":"G761","system":"greek","language":"greek","number_value":761,"lemma":"ἀσάλευτος","transliteration":"asáleutos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G4531 (σαλεύω);","strongs_definition":"unshaken, i.e. (by implication) immovable (figuratively)","kjv_definition":"which cannot be moved, unmovable"} +{"id":"G4616","strongs_number":"G4616","system":"greek","language":"greek","number_value":4616,"lemma":"σινδών","transliteration":"sindṓn","pronunciation":null,"derivation":"of uncertain (perhaps foreign) origin;","strongs_definition":"byssos, i.e. bleached linen (the cloth or a garment of it)","kjv_definition":"(fine) linen (cloth)"} +{"id":"G4868","strongs_number":"G4868","system":"greek","language":"greek","number_value":4868,"lemma":"συναίρω","transliteration":"synaírō","pronunciation":null,"derivation":"from G4862 (σύν) and G142 (αἴρω);","strongs_definition":"to make up together, i.e. (figuratively) to compute (an account)","kjv_definition":"reckon, take"} +{"id":"G4654","strongs_number":"G4654","system":"greek","language":"greek","number_value":4654,"lemma":"σκοτίζω","transliteration":"skotízō","pronunciation":null,"derivation":"from G4655 (σκότος);","strongs_definition":"to obscure (literally or figuratively)","kjv_definition":"darken"} +{"id":"G490","strongs_number":"G490","system":"greek","language":"greek","number_value":490,"lemma":"Ἀντιόχεια","transliteration":"Antiócheia","pronunciation":null,"derivation":"from (a Syrian king);","strongs_definition":"Antiochia, a place in Syria","kjv_definition":"Antioch"} +{"id":"G172","strongs_number":"G172","system":"greek","language":"greek","number_value":172,"lemma":"ἄκακος","transliteration":"ákakos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2556 (κακός);","strongs_definition":"not bad, i.e. (objectively) innocent or (subjectively) unsuspecting","kjv_definition":"harmless, simple"} +{"id":"G5082","strongs_number":"G5082","system":"greek","language":"greek","number_value":5082,"lemma":"τηλικοῦτος","transliteration":"tēlikoûtos","pronunciation":null,"derivation":"from a compound of G3588 (ὁ) with G2245 (ἡλίκος) and G3778 (οὗτος);","strongs_definition":"such as this, i.e. (in (figurative) magnitude) so vast","kjv_definition":"so great, so mighty"} +{"id":"G768","strongs_number":"G768","system":"greek","language":"greek","number_value":768,"lemma":"Ἀσήρ","transliteration":"Asḗr","pronunciation":null,"derivation":"of Hebrew origin (H0836);","strongs_definition":"Aser (i.e. Asher), an Israelite tribe","kjv_definition":"Aser"} +{"id":"G3927","strongs_number":"G3927","system":"greek","language":"greek","number_value":3927,"lemma":"παρεπίδημος","transliteration":"parepídēmos","pronunciation":null,"derivation":"from G3844 (παρά) and the base of G1927 (ἐπιδημέω);","strongs_definition":"an alien alongside, i.e. a resident foreigner","kjv_definition":"pilgrim, stranger"} +{"id":"G1281","strongs_number":"G1281","system":"greek","language":"greek","number_value":1281,"lemma":"διαπραγματεύομαι","transliteration":"diapragmateúomai","pronunciation":null,"derivation":"from G1223 (διά) and G4231 (πραγματεύομαι);","strongs_definition":"to thoroughly occupy oneself, i.e. (transitively and by implication) to earn in business","kjv_definition":"gain by trading"} +{"id":"G1653","strongs_number":"G1653","system":"greek","language":"greek","number_value":1653,"lemma":"ἐλεέω","transliteration":"eleéō","pronunciation":null,"derivation":"from G1656 (ἔλεος);","strongs_definition":"to compassionate (by word or deed, specially, by divine grace)","kjv_definition":"have compassion (pity on), have (obtain, receive, shew) mercy (on)"} +{"id":"G4542","strongs_number":"G4542","system":"greek","language":"greek","number_value":4542,"lemma":"Σαμαρεῖτις","transliteration":"Samareîtis","pronunciation":null,"derivation":"feminine of G4541 (Σαμαρείτης);","strongs_definition":"a Samaritess, i.e. woman of Samaria","kjv_definition":"of Samaria"} +{"id":"G1507","strongs_number":"G1507","system":"greek","language":"greek","number_value":1507,"lemma":"εἱλίσσω","transliteration":"heilíssō","pronunciation":null,"derivation":"a prolonged form of a primary but defective verb (of the same meaning);","strongs_definition":"to coil or wrap","kjv_definition":"roll together"} +{"id":"G1092","strongs_number":"G1092","system":"greek","language":"greek","number_value":1092,"lemma":"γεωργός","transliteration":"geōrgós","pronunciation":null,"derivation":"from G1093 (γῆ) and the base of G2041 (ἔργον);","strongs_definition":"a land-worker, i.e. farmer","kjv_definition":"husbandman"} +{"id":"G1739","strongs_number":"G1739","system":"greek","language":"greek","number_value":1739,"lemma":"ἐνδόμησις","transliteration":"endómēsis","pronunciation":null,"derivation":"from a compound of G1722 (ἐν) and a derivative of the base of G1218 (δῆμος);","strongs_definition":"a housing in (residence), i.e. structure","kjv_definition":"building"} +{"id":"G3588","strongs_number":"G3588","system":"greek","language":"greek","number_value":3588,"lemma":"ὁ","transliteration":"ho","pronunciation":null,"derivation":"the definite article;","strongs_definition":"the (sometimes to be supplied, at others omitted, in English idiom)","kjv_definition":"the, this, that, one, he, she, it, etc"} +{"id":"G1415","strongs_number":"G1415","system":"greek","language":"greek","number_value":1415,"lemma":"δυνατός","transliteration":"dynatós","pronunciation":null,"derivation":"from G1410 (δύναμαι);","strongs_definition":"powerful or capable (literally or figuratively); neuter possible","kjv_definition":"able, could, (that is) mighty (man), possible, power, strong"} +{"id":"G4079","strongs_number":"G4079","system":"greek","language":"greek","number_value":4079,"lemma":"πηδάλιον","transliteration":"pēdálion","pronunciation":null,"derivation":"neuter of a (presumed) derivative of (the blade of an oar;","strongs_definition":"from the same as G3976 (πέδη)); a \"pedal\", i.e. helm","kjv_definition":"rudder"} +{"id":"G4574","strongs_number":"G4574","system":"greek","language":"greek","number_value":4574,"lemma":"σέβασμα","transliteration":"sébasma","pronunciation":null,"derivation":"from G4573 (σεβάζομαι);","strongs_definition":"something adored, i.e. an object of worship (god, altar, etc)","kjv_definition":"devotion, that is worshipped"} +{"id":"G4664","strongs_number":"G4664","system":"greek","language":"greek","number_value":4664,"lemma":"σμαράγδινος","transliteration":"smarágdinos","pronunciation":null,"derivation":"from G4665 (σμάραγδος);","strongs_definition":"consisting of emerald","kjv_definition":"emerald"} +{"id":"G2533","strongs_number":"G2533","system":"greek","language":"greek","number_value":2533,"lemma":"Καϊάφας","transliteration":"Kaïáphas","pronunciation":null,"derivation":"of Chaldee origin;","strongs_definition":"the dell; Caiaphas (i.e. Cajepha), an Israelite","kjv_definition":"Caiaphas"} +{"id":"G3335","strongs_number":"G3335","system":"greek","language":"greek","number_value":3335,"lemma":"μεταλαμβάνω","transliteration":"metalambánō","pronunciation":null,"derivation":"from G3326 (μετά) and G2983 (λαμβάνω);","strongs_definition":"to participate; genitive case, to accept (and use)","kjv_definition":"eat, have, be partaker, receive, take"} +{"id":"G2788","strongs_number":"G2788","system":"greek","language":"greek","number_value":2788,"lemma":"κιθάρα","transliteration":"kithára","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a lyre","kjv_definition":"harp"} +{"id":"G912","strongs_number":"G912","system":"greek","language":"greek","number_value":912,"lemma":"Βαραββᾶς","transliteration":"Barabbâs","pronunciation":null,"derivation":"of Chaldee origin (H01347 and H05);","strongs_definition":"son of Abba; Bar-abbas, an Israelite","kjv_definition":"Barabbas"} +{"id":"G5192","strongs_number":"G5192","system":"greek","language":"greek","number_value":5192,"lemma":"ὑάκινθος","transliteration":"hyákinthos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"the \"hyacinth\" or \"jacinth\", i.e. some gem of a deep blue color, probably the zirkon","kjv_definition":"jacinth"} +{"id":"G3185","strongs_number":"G3185","system":"greek","language":"greek","number_value":3185,"lemma":"μεῖζον","transliteration":"meîzon","pronunciation":null,"derivation":"neuter of G3187 (μείζων);","strongs_definition":"(adverbially) in greater degree","kjv_definition":"the more"} +{"id":"G3841","strongs_number":"G3841","system":"greek","language":"greek","number_value":3841,"lemma":"παντοκράτωρ","transliteration":"pantokrátōr","pronunciation":null,"derivation":"from G3956 (πᾶς) and G2904 (κράτος);","strongs_definition":"the all-ruling, i.e. God (as absolute and universal sovereign)","kjv_definition":"Almighty, Omnipotent"} +{"id":"G2623","strongs_number":"G2623","system":"greek","language":"greek","number_value":2623,"lemma":"κατακλείω","transliteration":"katakleíō","pronunciation":null,"derivation":"from G2596 (κατά) and G2808 (κλείω);","strongs_definition":"to shut down (in a dungeon), i.e. incarcerate","kjv_definition":"shut up"} +{"id":"G1940","strongs_number":"G1940","system":"greek","language":"greek","number_value":1940,"lemma":"ἐπικαθίζω","transliteration":"epikathízō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2523 (καθίζω);","strongs_definition":"to seat upon","kjv_definition":"set on"} +{"id":"G5388","strongs_number":"G5388","system":"greek","language":"greek","number_value":5388,"lemma":"φιλότεκνος","transliteration":"philóteknos","pronunciation":null,"derivation":"from G5384 (φίλος) and G5043 (τέκνον);","strongs_definition":"fond of one's children, i.e. maternal","kjv_definition":"love their children"} +{"id":"G1315","strongs_number":"G1315","system":"greek","language":"greek","number_value":1315,"lemma":"διαχειρίζομαι","transliteration":"diacheirízomai","pronunciation":null,"derivation":"from G1223 (διά) and a derivative of G5495 (χείρ);","strongs_definition":"to handle thoroughly, i.e. lay violent hands upon","kjv_definition":"kill, slay"} +{"id":"G5498","strongs_number":"G5498","system":"greek","language":"greek","number_value":5498,"lemma":"χειρόγραφον","transliteration":"cheirógraphon","pronunciation":null,"derivation":"neuter of a compound of G5495 (χείρ) and G1125 (γράφω);","strongs_definition":"something hand-written (\"chirograph\"), i.e. a manuscript (specially, a legal document or bond (figuratively))","kjv_definition":"handwriting"} +{"id":"G335","strongs_number":"G335","system":"greek","language":"greek","number_value":335,"lemma":"ἀναίδεια","transliteration":"anaídeia","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle (compare G427 (ἄνευ))) and G127 (αἰδώς);","strongs_definition":"impudence, i.e. (by implication) importunity","kjv_definition":"importunity"} +{"id":"G1512","strongs_number":"G1512","system":"greek","language":"greek","number_value":1512,"lemma":"εἴ περ","transliteration":"eí per","pronunciation":null,"derivation":"from G1487 (εἰ) and G4007 (περ);","strongs_definition":"if perhaps","kjv_definition":"if so be (that), seeing, though"} +{"id":"G505","strongs_number":"G505","system":"greek","language":"greek","number_value":505,"lemma":"ἀνυπόκριτος","transliteration":"anypókritos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G5271 (ὑποκρίνομαι);","strongs_definition":"undissembled, i.e. sincere","kjv_definition":"without dissimulation (hypocrisy), unfeigned"} +{"id":"G4367","strongs_number":"G4367","system":"greek","language":"greek","number_value":4367,"lemma":"προστάσσω","transliteration":"prostássō","pronunciation":null,"derivation":"from G4314 (πρός) and G5021 (τάσσω);","strongs_definition":"to arrange towards, i.e. (figuratively) enjoin","kjv_definition":"bid, command"} +{"id":"G5510","strongs_number":"G5510","system":"greek","language":"greek","number_value":5510,"lemma":"χιών","transliteration":"chiṓn","pronunciation":null,"derivation":"perhaps akin to the base of G5490 (χάσμα) (G5465 (χαλάω)) or G5494 (χειμών) (as descending or empty);","strongs_definition":"snow","kjv_definition":"snow"} +{"id":"G1922","strongs_number":"G1922","system":"greek","language":"greek","number_value":1922,"lemma":"ἐπίγνωσις","transliteration":"epígnōsis","pronunciation":null,"derivation":"from G1921 (ἐπιγινώσκω);","strongs_definition":"recognition, i.e. (by implication) full discernment, acknowledgement","kjv_definition":"(ac-)knowledge(-ing, - ment)"} +{"id":"G412","strongs_number":"G412","system":"greek","language":"greek","number_value":412,"lemma":"ἀνεκλάλητος","transliteration":"aneklálētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G1583 (ἐκλαλέω);","strongs_definition":"not spoken out, i.e. (by implication) unutterable","kjv_definition":"unspeakable"} +{"id":"G2251","strongs_number":"G2251","system":"greek","language":"greek","number_value":2251,"lemma":"ἡμέτερος","transliteration":"hēméteros","pronunciation":null,"derivation":"from G2349 (θνητός);","strongs_definition":"our","kjv_definition":"our, your (by a different reading)"} +{"id":"G5293","strongs_number":"G5293","system":"greek","language":"greek","number_value":5293,"lemma":"ὑποτάσσω","transliteration":"hypotássō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G5021 (τάσσω);","strongs_definition":"to subordinate; reflexively, to obey","kjv_definition":"be under obedience (obedient), put under, subdue unto, (be, make) subject (to, unto), be (put) in subjection (to, under), submit self unto"} +{"id":"G3500","strongs_number":"G3500","system":"greek","language":"greek","number_value":3500,"lemma":"νέκρωσις","transliteration":"nékrōsis","pronunciation":null,"derivation":"from G3499 (νεκρόω);","strongs_definition":"decease; figuratively, impotency","kjv_definition":"deadness, dying"} +{"id":"G3085","strongs_number":"G3085","system":"greek","language":"greek","number_value":3085,"lemma":"λύτρωσις","transliteration":"lýtrōsis","pronunciation":null,"derivation":"from G3084 (λυτρόω);","strongs_definition":"a ransoming (figuratively)","kjv_definition":"+ redeemed, redemption"} +{"id":"G2436","strongs_number":"G2436","system":"greek","language":"greek","number_value":2436,"lemma":"ἵλεως","transliteration":"híleōs","pronunciation":null,"derivation":"perhaps from the alternate form of G138 (αἱρέομαι);","strongs_definition":"cheerful (as attractive), i.e. propitious; adverbially (by Hebraism) God be gracious!, i.e. (in averting some calamity) far be it","kjv_definition":"be it far, merciful"} +{"id":"G1981","strongs_number":"G1981","system":"greek","language":"greek","number_value":1981,"lemma":"ἐπισκηνόω","transliteration":"episkēnóō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4637 (σκηνόω);","strongs_definition":"to tent upon, i.e. (figuratively) abide with","kjv_definition":"rest upon"} +{"id":"G1765","strongs_number":"G1765","system":"greek","language":"greek","number_value":1765,"lemma":"ἐνισχύω","transliteration":"enischýō","pronunciation":null,"derivation":"from G1722 (ἐν) and G2480 (ἰσχύω);","strongs_definition":"to invigorate (transitively or reflexively)","kjv_definition":"strengthen"} +{"id":"G2167","strongs_number":"G2167","system":"greek","language":"greek","number_value":2167,"lemma":"εὐφροσύνη","transliteration":"euphrosýnē","pronunciation":null,"derivation":"from the same as G2165 (εὐφραίνω);","strongs_definition":"joyfulness","kjv_definition":"gladness, joy"} +{"id":"G5366","strongs_number":"G5366","system":"greek","language":"greek","number_value":5366,"lemma":"φιλάργυρος","transliteration":"philárgyros","pronunciation":null,"derivation":"from G5384 (φίλος) and G696 (ἄργυρος);","strongs_definition":"fond of silver (money), i.e. avaricious","kjv_definition":"covetous"} +{"id":"G3754","strongs_number":"G3754","system":"greek","language":"greek","number_value":3754,"lemma":"ὅτι","transliteration":"hóti","pronunciation":null,"derivation":"neuter of G3748 (ὅστις) as conjunction;","strongs_definition":"demonstrative, that (sometimes redundant); causative, because","kjv_definition":"as concerning that, as though, because (that), for (that), how (that), (in) that, though, why"} +{"id":"G5598","strongs_number":"G5598","system":"greek","language":"greek","number_value":5598,"lemma":"Ω","transliteration":"Ō","pronunciation":null,"derivation":null,"strongs_definition":"the last letter of the Greek alphabet, i.e. (figuratively) the finality","kjv_definition":"Omega"} +{"id":"G539","strongs_number":"G539","system":"greek","language":"greek","number_value":539,"lemma":"ἀπάτη","transliteration":"apátē","pronunciation":null,"derivation":"from G538 (ἀπατάω);","strongs_definition":"delusion","kjv_definition":"deceit(-ful, -fulness), deceivableness(-ving)"} +{"id":"G4061","strongs_number":"G4061","system":"greek","language":"greek","number_value":4061,"lemma":"περιτομή","transliteration":"peritomḗ","pronunciation":null,"derivation":"from G4059 (περιτέμνω);","strongs_definition":"circumcision (the rite, the condition or the people, literally or figuratively)","kjv_definition":"X circumcised, circumcision"} +{"id":"G1278","strongs_number":"G1278","system":"greek","language":"greek","number_value":1278,"lemma":"διαπονέω","transliteration":"diaponéō","pronunciation":null,"derivation":"from G1223 (διά) and a derivative of G4192 (πόνος);","strongs_definition":"to toil through, i.e. (passively) be worried","kjv_definition":"be grieved"} +{"id":"G5557","strongs_number":"G5557","system":"greek","language":"greek","number_value":5557,"lemma":"χρυσός","transliteration":"chrysós","pronunciation":null,"derivation":"perhaps from the base of G5530 (χράομαι) (through the idea of the utility of the metal);","strongs_definition":"gold; by extension, a golden article, as an ornament or coin","kjv_definition":"gold"} +{"id":"G5294","strongs_number":"G5294","system":"greek","language":"greek","number_value":5294,"lemma":"ὑποτίθημι","transliteration":"hypotíthēmi","pronunciation":null,"derivation":"from G5259 (ὑπό) and G5087 (τίθημι);","strongs_definition":"to place underneath, i.e. (figuratively) to hazard, (reflexively) to suggest","kjv_definition":"lay down, put in remembrance"} +{"id":"G1524","strongs_number":"G1524","system":"greek","language":"greek","number_value":1524,"lemma":"εἴσειμι","transliteration":"eíseimi","pronunciation":null,"derivation":"from G1519 (εἰς) and (to go);","strongs_definition":"to enter","kjv_definition":"enter (go) into"} +{"id":"G4617","strongs_number":"G4617","system":"greek","language":"greek","number_value":4617,"lemma":"σινιάζω","transliteration":"siniázō","pronunciation":null,"derivation":"from (a sieve);","strongs_definition":"to riddle (figuratively)","kjv_definition":"sift"} +{"id":"G2081","strongs_number":"G2081","system":"greek","language":"greek","number_value":2081,"lemma":"ἔσωθεν","transliteration":"ésōthen","pronunciation":null,"derivation":"from G2080 (ἔσω);","strongs_definition":"from inside; also used as equivalent to G2080 (ἔσω) (inside)","kjv_definition":"inward(-ly), (from) within, without"} +{"id":"G2438","strongs_number":"G2438","system":"greek","language":"greek","number_value":2438,"lemma":"ἱμάς","transliteration":"himás","pronunciation":null,"derivation":"perhaps from the same as G260 (ἅμα);","strongs_definition":"a strap, i.e. (specially) the tie (of a sandal) or the lash (of a scourge)","kjv_definition":"latchet, thong"} +{"id":"G3653","strongs_number":"G3653","system":"greek","language":"greek","number_value":3653,"lemma":"ὄλυνθος","transliteration":"ólynthos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"an unripe (because out of season) fig","kjv_definition":"untimely fig"} +{"id":"G825","strongs_number":"G825","system":"greek","language":"greek","number_value":825,"lemma":"Ἀττάλεια","transliteration":"Attáleia","pronunciation":null,"derivation":"from (a king of Pergamus);","strongs_definition":"Attaleia, a place in Pamphylia","kjv_definition":"Attalia"} +{"id":"G22","strongs_number":"G22","system":"greek","language":"greek","number_value":22,"lemma":"ἄγαμος","transliteration":"ágamos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G1062 (γάμος);","strongs_definition":"unmarried","kjv_definition":"unmarried"} +{"id":"G2768","strongs_number":"G2768","system":"greek","language":"greek","number_value":2768,"lemma":"κέρας","transliteration":"kéras","pronunciation":null,"derivation":"from a primary (the hair of the head);","strongs_definition":"a horn (literally or figuratively)","kjv_definition":"horn"} +{"id":"G3663","strongs_number":"G3663","system":"greek","language":"greek","number_value":3663,"lemma":"ὁμοιοπαθής","transliteration":"homoiopathḗs","pronunciation":null,"derivation":"from G3664 (ὅμοιος) and the alternate of G3958 (πάσχω);","strongs_definition":"similarly affected","kjv_definition":"of (subject to) like passions"} +{"id":"G1788","strongs_number":"G1788","system":"greek","language":"greek","number_value":1788,"lemma":"ἐντρέπω","transliteration":"entrépō","pronunciation":null,"derivation":"from G1722 (ἐν) and the base of G5157 (τροπή);","strongs_definition":"to invert, i.e. (figuratively and reflexively) in a good sense, to respect; or in a bad one, to confound","kjv_definition":"regard, (give) reference, shame"} +{"id":"G197","strongs_number":"G197","system":"greek","language":"greek","number_value":197,"lemma":"ἀκριβέστερον","transliteration":"akribésteron","pronunciation":null,"derivation":"neuter of the comparative of the same as G196 (ἀκριβέστατος);","strongs_definition":"(adverbially) more exactly","kjv_definition":"more perfect(-ly)"} +{"id":"G2890","strongs_number":"G2890","system":"greek","language":"greek","number_value":2890,"lemma":"Κούαρτος","transliteration":"Koúartos","pronunciation":null,"derivation":"of Latin origin (fourth);","strongs_definition":"Quartus, a Christian","kjv_definition":"Quartus"} +{"id":"G3865","strongs_number":"G3865","system":"greek","language":"greek","number_value":3865,"lemma":"παραθεωρέω","transliteration":"paratheōréō","pronunciation":null,"derivation":"from G3844 (παρά) and G2334 (θεωρέω);","strongs_definition":"to overlook or disregard","kjv_definition":"neglect"} +{"id":"G2217","strongs_number":"G2217","system":"greek","language":"greek","number_value":2217,"lemma":"ζόφος","transliteration":"zóphos","pronunciation":null,"derivation":"akin to the base of G3509 (νέφος);","strongs_definition":"gloom (as shrouding like a cloud)","kjv_definition":"blackness, darkness, mist"} +{"id":"G2027","strongs_number":"G2027","system":"greek","language":"greek","number_value":2027,"lemma":"ἐποκέλλω","transliteration":"epokéllō","pronunciation":null,"derivation":"from G1909 (ἐπί) and (to urge);","strongs_definition":"to drive upon the shore, i.e. to beach a vessel","kjv_definition":"run aground"} +{"id":"G4470","strongs_number":"G4470","system":"greek","language":"greek","number_value":4470,"lemma":"ῥάκος","transliteration":"rhákos","pronunciation":null,"derivation":"from G4486 (ῥήγνυμι);","strongs_definition":"a \"rag,\" i.e. piece of cloth","kjv_definition":"cloth"} +{"id":"G543","strongs_number":"G543","system":"greek","language":"greek","number_value":543,"lemma":"ἀπείθεια","transliteration":"apeítheia","pronunciation":null,"derivation":"from G545 (ἀπειθής);","strongs_definition":"disbelief (obstinate and rebellious)","kjv_definition":"disobedience, unbelief"} +{"id":"G1230","strongs_number":"G1230","system":"greek","language":"greek","number_value":1230,"lemma":"διαγίνομαι","transliteration":"diagínomai","pronunciation":null,"derivation":"from G1223 (διά) and G1096 (γίνομαι);","strongs_definition":"to elapse meanwhile","kjv_definition":"X after, be past, be spent"} +{"id":"G1953","strongs_number":"G1953","system":"greek","language":"greek","number_value":1953,"lemma":"ἐπιλησμονή","transliteration":"epilēsmonḗ","pronunciation":null,"derivation":"from a derivative of G1950 (ἐπιλανθάνομαι);","strongs_definition":"negligence","kjv_definition":"X forgetful"} +{"id":"G4170","strongs_number":"G4170","system":"greek","language":"greek","number_value":4170,"lemma":"πολεμέω","transliteration":"poleméō","pronunciation":null,"derivation":"from G4171 (πόλεμος);","strongs_definition":"to be (engaged) in warfare, i.e. to battle (literally or figuratively)","kjv_definition":"fight, (make) war"} +{"id":"G5297","strongs_number":"G5297","system":"greek","language":"greek","number_value":5297,"lemma":"ὑποφέρω","transliteration":"hypophérō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G5342 (φέρω);","strongs_definition":"to bear from underneath, i.e. (figuratively) to undergo hardship","kjv_definition":"bear, endure"} +{"id":"G1244","strongs_number":"G1244","system":"greek","language":"greek","number_value":1244,"lemma":"διαιρέω","transliteration":"diairéō","pronunciation":null,"derivation":"from G1223 (διά) and G138 (αἱρέομαι);","strongs_definition":"to separate, i.e. distribute","kjv_definition":"divide"} +{"id":"G4021","strongs_number":"G4021","system":"greek","language":"greek","number_value":4021,"lemma":"περίεργος","transliteration":"períergos","pronunciation":null,"derivation":"from G4012 (περί) and G2041 (ἔργον);","strongs_definition":"working all around, i.e. officious (meddlesome, neuter plural magic)","kjv_definition":"busybody, curious arts"} +{"id":"G3922","strongs_number":"G3922","system":"greek","language":"greek","number_value":3922,"lemma":"παρεισέρχομαι","transliteration":"pareisérchomai","pronunciation":null,"derivation":"from G3844 (παρά) and G1525 (εἰσέρχομαι);","strongs_definition":"to come in alongside, i.e. supervene additionally or steathily","kjv_definition":"come in privily, enter"} +{"id":"G867","strongs_number":"G867","system":"greek","language":"greek","number_value":867,"lemma":"ἄφιξις","transliteration":"áphixis","pronunciation":null,"derivation":"from G864 (ἀφικνέομαι);","strongs_definition":"properly, arrival, i.e. (by implication) departure","kjv_definition":"departing"} +{"id":"G4570","strongs_number":"G4570","system":"greek","language":"greek","number_value":4570,"lemma":"σβέννυμι","transliteration":"sbénnymi","pronunciation":null,"derivation":"a prolonged form of an apparently primary verb;","strongs_definition":"to extinguish (literally or figuratively)","kjv_definition":"go out, quench"} +{"id":"G5101","strongs_number":"G5101","system":"greek","language":"greek","number_value":5101,"lemma":"τίς","transliteration":"tís","pronunciation":null,"derivation":"probably emphatic of G5100 (τὶς);","strongs_definition":"an interrogative pronoun, who, which or what (in direct or indirect questions)","kjv_definition":"every man, how (much), + no(-ne, thing), what (manner, thing), where (-by, -fore, -of, -unto, - with, -withal), whether, which, who(-m, -se), why"} +{"id":"G2162","strongs_number":"G2162","system":"greek","language":"greek","number_value":2162,"lemma":"εὐφημία","transliteration":"euphēmía","pronunciation":null,"derivation":"from G2163 (εὔφημος);","strongs_definition":"good language (\"euphemy\"), i.e. praise (repute)","kjv_definition":"good report"} +{"id":"G3842","strongs_number":"G3842","system":"greek","language":"greek","number_value":3842,"lemma":"πάντοτε","transliteration":"pántote","pronunciation":null,"derivation":"from G3956 (πᾶς) and G3753 (ὅτε);","strongs_definition":"every when, i.e. at all times","kjv_definition":"alway(-s), ever(-more)"} +{"id":"G5483","strongs_number":"G5483","system":"greek","language":"greek","number_value":5483,"lemma":"χαρίζομαι","transliteration":"charízomai","pronunciation":null,"derivation":"middle voice from G5485 (χάρις);","strongs_definition":"to grant as a favor, i.e. gratuitously, in kindness, pardon or rescue","kjv_definition":"deliver, (frankly) forgive, (freely) give, grant"} +{"id":"G4135","strongs_number":"G4135","system":"greek","language":"greek","number_value":4135,"lemma":"πληροφορέω","transliteration":"plērophoréō","pronunciation":null,"derivation":"from G4134 (πλήρης) and G5409 (φορέω);","strongs_definition":"to carry out fully (in evidence), i.e. completely assure (or convince), entirely accomplish","kjv_definition":"most surely believe, fully know (persuade), make full proof of"} +{"id":"G4885","strongs_number":"G4885","system":"greek","language":"greek","number_value":4885,"lemma":"συναυξάνω","transliteration":"synauxánō","pronunciation":null,"derivation":"from G4862 (σύν) and G837 (αὐξάνω);","strongs_definition":"to increase (grow up) together","kjv_definition":"grow together"} +{"id":"G1971","strongs_number":"G1971","system":"greek","language":"greek","number_value":1971,"lemma":"ἐπιποθέω","transliteration":"epipothéō","pronunciation":null,"derivation":"from G1909 (ἐπί) and potheo (to yearn);","strongs_definition":"to dote upon, i.e. intensely crave possession (lawfully or wrongfully)","kjv_definition":"(earnestly) desire (greatly), (greatly) long (after), lust"} +{"id":"G4446","strongs_number":"G4446","system":"greek","language":"greek","number_value":4446,"lemma":"πυρετός","transliteration":"pyretós","pronunciation":null,"derivation":"from G4445 (πυρέσσω);","strongs_definition":"inflamed, i.e. (by implication) feverish (as noun, fever)","kjv_definition":"fever"} +{"id":"G3362","strongs_number":"G3362","system":"greek","language":"greek","number_value":3362,"lemma":"ἐὰν μή","transliteration":"eàn mḗ","pronunciation":null,"derivation":"i.e. G1437 (ἐάν) and G3361 (μή);","strongs_definition":"if not, i.e. unless","kjv_definition":"X before, but, except, if, no, (if, + whosoever) not"} +{"id":"G3819","strongs_number":"G3819","system":"greek","language":"greek","number_value":3819,"lemma":"πάλαι","transliteration":"pálai","pronunciation":null,"derivation":"probably another form for G3825 (πάλιν) (through the idea of retrocession);","strongs_definition":"(adverbially) formerly, or (by relatively) sometime since; (elliptically as adjective) ancient","kjv_definition":"any while, a great while ago, (of) old, in time past"} +{"id":"G705","strongs_number":"G705","system":"greek","language":"greek","number_value":705,"lemma":"ἀριθμέω","transliteration":"arithméō","pronunciation":null,"derivation":"from G706 (ἀριθμός);","strongs_definition":"to enumerate or count","kjv_definition":"number"} +{"id":"G701","strongs_number":"G701","system":"greek","language":"greek","number_value":701,"lemma":"ἀρεστός","transliteration":"arestós","pronunciation":null,"derivation":"from G700 (ἀρέσκω);","strongs_definition":"agreeable; by implication, fit","kjv_definition":"(things that) please(-ing), reason"} +{"id":"G5418","strongs_number":"G5418","system":"greek","language":"greek","number_value":5418,"lemma":"φραγμός","transliteration":"phragmós","pronunciation":null,"derivation":"from G5420 (φράσσω);","strongs_definition":"a fence, or inclosing barrier (literally or figuratively)","kjv_definition":"hedge (+ round about), partition"} +{"id":"G889","strongs_number":"G889","system":"greek","language":"greek","number_value":889,"lemma":"ἀχρειόω","transliteration":"achreióō","pronunciation":null,"derivation":"from G888 (ἀχρεῖος);","strongs_definition":"to render useless, i.e. spoil","kjv_definition":"become unprofitable"} +{"id":"G1135","strongs_number":"G1135","system":"greek","language":"greek","number_value":1135,"lemma":"γυνή","transliteration":"gynḗ","pronunciation":null,"derivation":"probably from the base of G1096 (γίνομαι);","strongs_definition":"a woman; specially, a wife","kjv_definition":"wife, woman"} +{"id":"G4175","strongs_number":"G4175","system":"greek","language":"greek","number_value":4175,"lemma":"πολίτευμα","transliteration":"políteuma","pronunciation":null,"derivation":"from G4176 (πολιτεύομαι);","strongs_definition":"a community, i.e. (abstractly) citizenship (figuratively)","kjv_definition":"conversation"} +{"id":"G719","strongs_number":"G719","system":"greek","language":"greek","number_value":719,"lemma":"ἁρμός","transliteration":"harmós","pronunciation":null,"derivation":"from the same as G716 (ἅρμα);","strongs_definition":"an articulation (of the body)","kjv_definition":"joint"} +{"id":"G1622","strongs_number":"G1622","system":"greek","language":"greek","number_value":1622,"lemma":"ἐκτός","transliteration":"ektós","pronunciation":null,"derivation":"from G1537 (ἐκ);","strongs_definition":"the exterior; figuratively (as a preposition) aside from, besides","kjv_definition":"but, except(-ed), other than, out of, outside, unless, without"} +{"id":"G2419","strongs_number":"G2419","system":"greek","language":"greek","number_value":2419,"lemma":"Ἱερουσαλήμ","transliteration":"Hierousalḗm","pronunciation":null,"derivation":"of Hebrew origin (H03389);","strongs_definition":"Hierusalem (i.e. Jerushalem), the capitol of Palestine","kjv_definition":"Jerusalem"} +{"id":"G1450","strongs_number":"G1450","system":"greek","language":"greek","number_value":1450,"lemma":"ἔγγυος","transliteration":"éngyos","pronunciation":null,"derivation":"from G1722 (ἐν) and (a limb);","strongs_definition":"pledged (as if articulated by a member), i.e. a bondsman","kjv_definition":"surety"} +{"id":"G1776","strongs_number":"G1776","system":"greek","language":"greek","number_value":1776,"lemma":"ἐνοχλέω","transliteration":"enochléō","pronunciation":null,"derivation":"from G1722 (ἐν) and G3791 (ὀχλέω);","strongs_definition":"to crowd in, i.e. (figuratively) to annoy","kjv_definition":"trouble"} +{"id":"G3678","strongs_number":"G3678","system":"greek","language":"greek","number_value":3678,"lemma":"ὀνάριον","transliteration":"onárion","pronunciation":null,"derivation":"neuter of a presumed derivative of G3688 (ὄνος);","strongs_definition":"a little ass","kjv_definition":"young ass"} +{"id":"G1202","strongs_number":"G1202","system":"greek","language":"greek","number_value":1202,"lemma":"δεσμώτης","transliteration":"desmṓtēs","pronunciation":null,"derivation":"from the same as G1201 (δεσμωτήριον);","strongs_definition":"(passively) a captive","kjv_definition":"prisoner"} +{"id":"G538","strongs_number":"G538","system":"greek","language":"greek","number_value":538,"lemma":"ἀπατάω","transliteration":"apatáō","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"to cheat, i.e. delude","kjv_definition":"deceive"} +{"id":"G3722","strongs_number":"G3722","system":"greek","language":"greek","number_value":3722,"lemma":"ὄρθρος","transliteration":"órthros","pronunciation":null,"derivation":"from the same as G3735 (ὄρος);","strongs_definition":"dawn (as sun-rise, rising of light); by extension, morn","kjv_definition":"early in the morning"} +{"id":"G5607","strongs_number":"G5607","system":"greek","language":"greek","number_value":5607,"lemma":"ὤν","transliteration":"ṓn","pronunciation":null,"derivation":"present participle of G1510 (εἰμί);","strongs_definition":"being","kjv_definition":"be, come, have"} +{"id":"G656","strongs_number":"G656","system":"greek","language":"greek","number_value":656,"lemma":"ἀποσυνάγωγος","transliteration":"aposynágōgos","pronunciation":null,"derivation":"from G575 (ἀπό) and G4864 (συναγωγή);","strongs_definition":"excommunicated","kjv_definition":"(put) out of the synagogue(-s)"} +{"id":"G5444","strongs_number":"G5444","system":"greek","language":"greek","number_value":5444,"lemma":"φύλλον","transliteration":"phýllon","pronunciation":null,"derivation":"from the same as G5443 (φυλή);","strongs_definition":"a sprout, i.e. leaf","kjv_definition":"leaf"} +{"id":"G4251","strongs_number":"G4251","system":"greek","language":"greek","number_value":4251,"lemma":"Πρίσκα","transliteration":"Príska","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"feminine of Priscus, ancient; Priska, a Christian woman","kjv_definition":"Prisca"} +{"id":"G5197","strongs_number":"G5197","system":"greek","language":"greek","number_value":5197,"lemma":"ὑβριστής","transliteration":"hybristḗs","pronunciation":null,"derivation":"from G5195 (ὑβρίζω);","strongs_definition":"an insulter, i.e. maltreater","kjv_definition":"despiteful, injurious"} +{"id":"G2673","strongs_number":"G2673","system":"greek","language":"greek","number_value":2673,"lemma":"καταργέω","transliteration":"katargéō","pronunciation":null,"derivation":"from G2596 (κατά) and G691 (ἀργέω);","strongs_definition":"to be (render) entirely idle (useless), literally or figuratively","kjv_definition":"abolish, cease, cumber, deliver, destroy, do away, become (make) of no (none, without) effect, fail, loose, bring (come) to nought, put away (down), vanish away, make void"} +{"id":"G5108","strongs_number":"G5108","system":"greek","language":"greek","number_value":5108,"lemma":"τοιοῦτος","transliteration":"toioûtos","pronunciation":null,"derivation":"(including the other inflections); from G5104 (τοί) and G3778 (οὗτος);","strongs_definition":"truly this, i.e. of this sort (to denote character or individuality)","kjv_definition":"like, such (an one)"} +{"id":"G2884","strongs_number":"G2884","system":"greek","language":"greek","number_value":2884,"lemma":"κόρος","transliteration":"kóros","pronunciation":null,"derivation":"of Hebrew origin (H03734);","strongs_definition":"a cor, i.e. a specific measure","kjv_definition":"measure"} +{"id":"G5163","strongs_number":"G5163","system":"greek","language":"greek","number_value":5163,"lemma":"τροχιά","transliteration":"trochiá","pronunciation":null,"derivation":"from G5164 (τροχός);","strongs_definition":"a track (as a wheel-rut), i.e. (figuratively) a course of conduct","kjv_definition":"path"} +{"id":"G4404","strongs_number":"G4404","system":"greek","language":"greek","number_value":4404,"lemma":"πρωΐ","transliteration":"prōḯ","pronunciation":null,"derivation":"adverb from G4253 (πρό);","strongs_definition":"at dawn; by implication, the day-break watch","kjv_definition":"early (in the morning), (in the) morning"} +{"id":"G3446","strongs_number":"G3446","system":"greek","language":"greek","number_value":3446,"lemma":"μόρφωσις","transliteration":"mórphōsis","pronunciation":null,"derivation":"from G3445 (μορφόω);","strongs_definition":"formation, i.e. (by implication), appearance (semblance or (concretely) formula)","kjv_definition":"form"} +{"id":"G1338","strongs_number":"G1338","system":"greek","language":"greek","number_value":1338,"lemma":"διϊκνέομαι","transliteration":"diïknéomai","pronunciation":null,"derivation":"from G1223 (διά) and the base of G2425 (ἱκανός);","strongs_definition":"to reach through, i.e. penetrate","kjv_definition":"pierce"} +{"id":"G4939","strongs_number":"G4939","system":"greek","language":"greek","number_value":4939,"lemma":"σύντροφος","transliteration":"sýntrophos","pronunciation":null,"derivation":"from G4862 (σύν) and G5162 (τροφός) (in a passive sense);","strongs_definition":"a fellow-nursling, i.e. comrade","kjv_definition":"brought up with"} +{"id":"G4139","strongs_number":"G4139","system":"greek","language":"greek","number_value":4139,"lemma":"πλησίον","transliteration":"plēsíon","pronunciation":null,"derivation":"neuter of a derivative of (near);","strongs_definition":"(adverbially) close by; as noun, a neighbor, i.e. fellow (as man, countryman, Christian or friend)","kjv_definition":"near, neighbour"} +{"id":"G4727","strongs_number":"G4727","system":"greek","language":"greek","number_value":4727,"lemma":"στενάζω","transliteration":"stenázō","pronunciation":null,"derivation":"from G4728 (στενός);","strongs_definition":"to make (intransitively, be) in straits, i.e. (by implication) to sigh, murmur, pray inaudibly","kjv_definition":"with grief, groan, grudge, sigh"} +{"id":"G3614","strongs_number":"G3614","system":"greek","language":"greek","number_value":3614,"lemma":"οἰκία","transliteration":"oikía","pronunciation":null,"derivation":"from G3624 (οἶκος);","strongs_definition":"properly, residence (abstractly), but usually (concretely) an abode (literally or figuratively); by implication, a family (especially domestics)","kjv_definition":"home, house(-hold)"} +{"id":"G3530","strongs_number":"G3530","system":"greek","language":"greek","number_value":3530,"lemma":"Νικόδημος","transliteration":"Nikódēmos","pronunciation":null,"derivation":"from G3534 (νῖκος) and G1218 (δῆμος);","strongs_definition":"victorious among his people; Nicodemus, an Israelite","kjv_definition":"Nicodemus"} +{"id":"G313","strongs_number":"G313","system":"greek","language":"greek","number_value":313,"lemma":"ἀναγεννάω","transliteration":"anagennáō","pronunciation":null,"derivation":"from G303 (ἀνά) and G1080 (γεννάω);","strongs_definition":"to beget or (by extension) bear (again)","kjv_definition":"beget, (bear) X (again)"} +{"id":"G1168","strongs_number":"G1168","system":"greek","language":"greek","number_value":1168,"lemma":"δειλιάω","transliteration":"deiliáō","pronunciation":null,"derivation":"from G1167 (δειλία);","strongs_definition":"to be timid","kjv_definition":"be afraid"} +{"id":"G3796","strongs_number":"G3796","system":"greek","language":"greek","number_value":3796,"lemma":"ὀψέ","transliteration":"opsé","pronunciation":null,"derivation":"from the same as G3694 (ὀπίσω) (through the idea of backwardness);","strongs_definition":"(adverbially) late in the day; by extension, after the close of the day","kjv_definition":"(at) even, in the end"} +{"id":"G2605","strongs_number":"G2605","system":"greek","language":"greek","number_value":2605,"lemma":"καταγγέλλω","transliteration":"katangéllō","pronunciation":null,"derivation":"from G2596 (κατά) and the base of G32 (ἄγγελος);","strongs_definition":"to proclaim, promulgate","kjv_definition":"declare, preach, shew, speak of, teach"} +{"id":"G2498","strongs_number":"G2498","system":"greek","language":"greek","number_value":2498,"lemma":"Ἰωσαφάτ","transliteration":"Iōsaphát","pronunciation":null,"derivation":"of Hebrew origin (H03092);","strongs_definition":"Josaphat (i.e. Jehoshaphat), an Israelite","kjv_definition":"Josaphat"} +{"id":"G362","strongs_number":"G362","system":"greek","language":"greek","number_value":362,"lemma":"ἀναμένω","transliteration":"anaménō","pronunciation":null,"derivation":"from G303 (ἀνά) and G3306 (μένω);","strongs_definition":"to await","kjv_definition":"wait for"} +{"id":"G5251","strongs_number":"G5251","system":"greek","language":"greek","number_value":5251,"lemma":"ὑπερυψόω","transliteration":"hyperypsóō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G5312 (ὑψόω);","strongs_definition":"to elevate above others, i.e. raise to the highest position","kjv_definition":"highly exalt"} +{"id":"G2200","strongs_number":"G2200","system":"greek","language":"greek","number_value":2200,"lemma":"ζεστός","transliteration":"zestós","pronunciation":null,"derivation":"from G2204 (ζέω);","strongs_definition":"boiled, i.e. (by implication) calid (figuratively, fervent)","kjv_definition":"hot"} +{"id":"G4013","strongs_number":"G4013","system":"greek","language":"greek","number_value":4013,"lemma":"περιάγω","transliteration":"periágō","pronunciation":null,"derivation":"from G4012 (περί) and G71 (ἄγω);","strongs_definition":"to take around (as a companion); reflexively, to walk around","kjv_definition":"compass, go (round) about, lead about"} +{"id":"G4678","strongs_number":"G4678","system":"greek","language":"greek","number_value":4678,"lemma":"σοφία","transliteration":"sophía","pronunciation":null,"derivation":"from G4680 (σοφός);","strongs_definition":"wisdom (higher or lower, worldly or spiritual)","kjv_definition":"wisdom"} +{"id":"G342","strongs_number":"G342","system":"greek","language":"greek","number_value":342,"lemma":"ἀνακαίνωσις","transliteration":"anakaínōsis","pronunciation":null,"derivation":"from G341 (ἀνακαινόω);","strongs_definition":"renovation","kjv_definition":"renewing"} +{"id":"G1542","strongs_number":"G1542","system":"greek","language":"greek","number_value":1542,"lemma":"ἑκατονταπλασίων","transliteration":"hekatontaplasíōn","pronunciation":null,"derivation":"from G1540 (ἑκατόν) and a presumed derivative of G4111 (πλάσσω);","strongs_definition":"a hundred times","kjv_definition":"hundredfold"} +{"id":"G2075","strongs_number":"G2075","system":"greek","language":"greek","number_value":2075,"lemma":"ἐστέ","transliteration":"esté","pronunciation":null,"derivation":"second person plural present indicative of G1510 (εἰμί);","strongs_definition":"ye are","kjv_definition":"be, have been, belong"} +{"id":"G1133","strongs_number":"G1133","system":"greek","language":"greek","number_value":1133,"lemma":"γυναικάριον","transliteration":"gynaikárion","pronunciation":null,"derivation":"a diminutive from G1135 (γυνή);","strongs_definition":"a little (i.e. foolish) woman","kjv_definition":"silly woman"} +{"id":"G2195","strongs_number":"G2195","system":"greek","language":"greek","number_value":2195,"lemma":"Ζακχαῖος","transliteration":"Zakchaîos","pronunciation":null,"derivation":"of Hebrew origin (compare H02140);","strongs_definition":"Zacchæus, an Israelite","kjv_definition":"Zacchæus"} +{"id":"G4788","strongs_number":"G4788","system":"greek","language":"greek","number_value":4788,"lemma":"συγκλείω","transliteration":"synkleíō","pronunciation":null,"derivation":"from G4862 (σύν) and G2808 (κλείω);","strongs_definition":"to shut together, i.e. include or (figuratively) embrace in a common subjection to","kjv_definition":"conclude, inclose, shut up"} +{"id":"G168","strongs_number":"G168","system":"greek","language":"greek","number_value":168,"lemma":"ἀκαθάρτης","transliteration":"akathártēs","pronunciation":null,"derivation":"from G169 (ἀκάθαρτος);","strongs_definition":"impurity (the state), morally","kjv_definition":"filthiness"} +{"id":"G39","strongs_number":"G39","system":"greek","language":"greek","number_value":39,"lemma":"ἅγιον","transliteration":"hágion","pronunciation":null,"derivation":"neuter of G40 (ἅγιος);","strongs_definition":"a sacred thing (i.e. spot)","kjv_definition":"holiest (of all), holy place, sanctuary"} +{"id":"G3557","strongs_number":"G3557","system":"greek","language":"greek","number_value":3557,"lemma":"νοσφίζομαι","transliteration":"nosphízomai","pronunciation":null,"derivation":"middle voice from (apart or clandestinely);","strongs_definition":"to sequestrate for oneself, i.e. embezzle","kjv_definition":"keep back, purloin"} +{"id":"G3449","strongs_number":"G3449","system":"greek","language":"greek","number_value":3449,"lemma":"μόχθος","transliteration":"móchthos","pronunciation":null,"derivation":"from the base of G3425 (μόγις);","strongs_definition":"toil, i.e. (by implication) sadness","kjv_definition":"painfulness, travail"} +{"id":"G3558","strongs_number":"G3558","system":"greek","language":"greek","number_value":3558,"lemma":"νότος","transliteration":"nótos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"the south(-west) wind; by extension, the southern quarter itself","kjv_definition":"south (wind)"} +{"id":"G849","strongs_number":"G849","system":"greek","language":"greek","number_value":849,"lemma":"αὐτόχειρ","transliteration":"autócheir","pronunciation":null,"derivation":"from G846 (αὐτός) and G5495 (χείρ);","strongs_definition":"self-handed, i.e. doing personally","kjv_definition":"with … own hands"} +{"id":"G1820","strongs_number":"G1820","system":"greek","language":"greek","number_value":1820,"lemma":"ἐξαπορέομαι","transliteration":"exaporéomai","pronunciation":null,"derivation":"middle voice from G1537 (ἐκ) and G639 (ἀπορέω);","strongs_definition":"to be utterly at a loss, i.e. despond","kjv_definition":"(in) despair"} +{"id":"G1432","strongs_number":"G1432","system":"greek","language":"greek","number_value":1432,"lemma":"δωρεάν","transliteration":"dōreán","pronunciation":null,"derivation":"accusative case of G1431 (δωρεά) as adverb;","strongs_definition":"gratuitously (literally or figuratively)","kjv_definition":"without a cause, freely, for naught, in vain"} +{"id":"G292","strongs_number":"G292","system":"greek","language":"greek","number_value":292,"lemma":"ἀμύνομαι","transliteration":"amýnomai","pronunciation":null,"derivation":"middle voice of a primary verb;","strongs_definition":"to ward off (for oneself), i.e. protect","kjv_definition":"defend"} +{"id":"G774","strongs_number":"G774","system":"greek","language":"greek","number_value":774,"lemma":"Ἀσιανός","transliteration":"Asianós","pronunciation":null,"derivation":"from G773 (Ἀσία);","strongs_definition":"an Asian (i.e. Asiatic) or an inhabitant of Asia","kjv_definition":"of Asia"} +{"id":"G4295","strongs_number":"G4295","system":"greek","language":"greek","number_value":4295,"lemma":"πρόκειμαι","transliteration":"prókeimai","pronunciation":null,"derivation":"from G4253 (πρό) and G2749 (κεῖμαι);","strongs_definition":"to lie before the view, i.e. (figuratively) to be present (to the mind), to stand forth (as an example or reward)","kjv_definition":"be first, set before (forth)"} +{"id":"G1592","strongs_number":"G1592","system":"greek","language":"greek","number_value":1592,"lemma":"ἐκμυκτηρίζω","transliteration":"ekmyktērízō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3456 (μυκτηρίζω);","strongs_definition":"to sneer outright at","kjv_definition":"deride"} +{"id":"G4341","strongs_number":"G4341","system":"greek","language":"greek","number_value":4341,"lemma":"προσκαλέομαι","transliteration":"proskaléomai","pronunciation":null,"derivation":"middle voice from G4314 (πρός) and G2564 (καλέω);","strongs_definition":"to call toward oneself, i.e. summon, invite","kjv_definition":"call (for, to, unto)"} +{"id":"G1769","strongs_number":"G1769","system":"greek","language":"greek","number_value":1769,"lemma":"ἐννεός","transliteration":"enneós","pronunciation":null,"derivation":"from G1770 (ἐννεύω);","strongs_definition":"dumb (as making signs), i.e. silent from astonishment","kjv_definition":"speechless"} +{"id":"G1295","strongs_number":"G1295","system":"greek","language":"greek","number_value":1295,"lemma":"διασώζω","transliteration":"diasṓzō","pronunciation":null,"derivation":"from G1223 (διά) and G4982 (σώζω);","strongs_definition":"to save thoroughly, i.e. (by implication or analogy) to cure, preserve, rescue, etc.","kjv_definition":"bring safe, escape (safe), heal, make perfectly whole, save"} +{"id":"G5526","strongs_number":"G5526","system":"greek","language":"greek","number_value":5526,"lemma":"χορτάζω","transliteration":"chortázō","pronunciation":null,"derivation":"from G5528 (χόρτος);","strongs_definition":"to fodder, i.e. (generally) to gorge (supply food in abundance)","kjv_definition":"feed, fill, satisfy"} +{"id":"G3482","strongs_number":"G3482","system":"greek","language":"greek","number_value":3482,"lemma":"Ναθαναήλ","transliteration":"Nathanaḗl","pronunciation":null,"derivation":"of Hebrew origin (H05417);","strongs_definition":"Nathanaël (i.e. Nathanel), an Israelite and Christian","kjv_definition":"Nathanael"} +{"id":"G1201","strongs_number":"G1201","system":"greek","language":"greek","number_value":1201,"lemma":"δεσμωτήριον","transliteration":"desmōtḗrion","pronunciation":null,"derivation":"from a derivative of G1199 (δεσμόν) (equivalent to G1196 (δεσμέω));","strongs_definition":"a place of bondage, i.e. a dungeon","kjv_definition":"prison"} +{"id":"G5232","strongs_number":"G5232","system":"greek","language":"greek","number_value":5232,"lemma":"ὑπεραυξάνω","transliteration":"hyperauxánō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G837 (αὐξάνω);","strongs_definition":"to increase above ordinary degree","kjv_definition":"grow exceedingly"} +{"id":"G629","strongs_number":"G629","system":"greek","language":"greek","number_value":629,"lemma":"ἀπολύτρωσις","transliteration":"apolýtrōsis","pronunciation":null,"derivation":"from a compound of G575 (ἀπό) and G3083 (λύτρον);","strongs_definition":"(the act) ransom in full, i.e. (figuratively) riddance, or (specially) Christian salvation","kjv_definition":"deliverance, redemption"} +{"id":"G1610","strongs_number":"G1610","system":"greek","language":"greek","number_value":1610,"lemma":"ἐκριζόω","transliteration":"ekrizóō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4492 (ῥιζόω);","strongs_definition":"to uproot","kjv_definition":"pluck up by the root, root up"} +{"id":"G1115","strongs_number":"G1115","system":"greek","language":"greek","number_value":1115,"lemma":"Γολγοθᾶ","transliteration":"Golgothâ","pronunciation":null,"derivation":"of Chaldee origin (compare H01538);","strongs_definition":"the skull; Golgotha, a knoll near Jerusalem","kjv_definition":"Golgotha"} +{"id":"G267","strongs_number":"G267","system":"greek","language":"greek","number_value":267,"lemma":"ἀμάρτυρος","transliteration":"amártyros","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a form of G3144 (μάρτυς);","strongs_definition":"unattested","kjv_definition":"without witness"} +{"id":"G5428","strongs_number":"G5428","system":"greek","language":"greek","number_value":5428,"lemma":"φρόνησις","transliteration":"phrónēsis","pronunciation":null,"derivation":"from G5426 (φρονέω);","strongs_definition":"mental action or activity, i.e. intellectual or moral insight","kjv_definition":"prudence, wisdom"} +{"id":"G2201","strongs_number":"G2201","system":"greek","language":"greek","number_value":2201,"lemma":"ζεῦγος","transliteration":"zeûgos","pronunciation":null,"derivation":"from the same as G2218 (ζυγός);","strongs_definition":"a couple, i.e. a team (of oxen yoked together) or brace (of birds tied together)","kjv_definition":"yoke, pair"} +{"id":"G365","strongs_number":"G365","system":"greek","language":"greek","number_value":365,"lemma":"ἀνανεόω","transliteration":"ananeóō","pronunciation":null,"derivation":"from G303 (ἀνά) and a derivative of G3501 (νέος);","strongs_definition":"to renovate, i.e. reform","kjv_definition":"renew"} +{"id":"G3787","strongs_number":"G3787","system":"greek","language":"greek","number_value":3787,"lemma":"ὀφθαλμοδουλεία","transliteration":"ophthalmodouleía","pronunciation":null,"derivation":"from G3788 (ὀφθαλμός) and G1397 (δουλεία);","strongs_definition":"sight-labor, i.e. that needs watching (remissness)","kjv_definition":"eye-service"} +{"id":"G2968","strongs_number":"G2968","system":"greek","language":"greek","number_value":2968,"lemma":"κώμη","transliteration":"kṓmē","pronunciation":null,"derivation":"from G2749 (κεῖμαι);","strongs_definition":"a hamlet (as if laid down)","kjv_definition":"town, village"} +{"id":"G4361","strongs_number":"G4361","system":"greek","language":"greek","number_value":4361,"lemma":"πρόσπεινος","transliteration":"próspeinos","pronunciation":null,"derivation":"from G4314 (πρός) and the same as G3983 (πεινάω);","strongs_definition":"hungering further, i.e. intensely hungry","kjv_definition":"very hungry"} +{"id":"G2434","strongs_number":"G2434","system":"greek","language":"greek","number_value":2434,"lemma":"ἱλασμός","transliteration":"hilasmós","pronunciation":null,"derivation":null,"strongs_definition":"atonement, i.e. (concretely) an expiator","kjv_definition":"propitiation"} +{"id":"G3833","strongs_number":"G3833","system":"greek","language":"greek","number_value":3833,"lemma":"πανοπλία","transliteration":"panoplía","pronunciation":null,"derivation":"from a compound of G3956 (πᾶς) and G3696 (ὅπλον);","strongs_definition":"full armor (\"panoply\")","kjv_definition":"all (whole) armour"} +{"id":"G4890","strongs_number":"G4890","system":"greek","language":"greek","number_value":4890,"lemma":"συνδρομή","transliteration":"syndromḗ","pronunciation":null,"derivation":"from (the alternate of) G4936 (συντρέχω);","strongs_definition":"a running together, i.e. (riotous) concourse","kjv_definition":"run together"} +{"id":"G1171","strongs_number":"G1171","system":"greek","language":"greek","number_value":1171,"lemma":"δεινῶς","transliteration":"deinōs","pronunciation":null,"derivation":"adverb from a derivative of the same as G1169 (δειλός);","strongs_definition":"terribly, i.e. excessively","kjv_definition":"grievously, vehemently"} +{"id":"G3989","strongs_number":"G3989","system":"greek","language":"greek","number_value":3989,"lemma":"πέλαγος","transliteration":"pélagos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"deep or open sea, i.e. the main","kjv_definition":"depth, sea"} +{"id":"G3009","strongs_number":"G3009","system":"greek","language":"greek","number_value":3009,"lemma":"λειτουργία","transliteration":"leitourgía","pronunciation":null,"derivation":"from G3008 (λειτουργέω);","strongs_definition":"public function (as priest (\"liturgy\") or almsgiver)","kjv_definition":"ministration(-try), service"} +{"id":"G3959","strongs_number":"G3959","system":"greek","language":"greek","number_value":3959,"lemma":"Πάταρα","transliteration":"Pátara","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Patara, a place in Asia Minor","kjv_definition":"Patara"} +{"id":"G5380","strongs_number":"G5380","system":"greek","language":"greek","number_value":5380,"lemma":"φιλόνεικος","transliteration":"philóneikos","pronunciation":null,"derivation":"from G5384 (φίλος) and (a quarrel;","strongs_definition":"probably akin to G3534 (νῖκος)); fond of strife, i.e. disputatious","kjv_definition":"contentious"} +{"id":"G2468","strongs_number":"G2468","system":"greek","language":"greek","number_value":2468,"lemma":"ἴσθι","transliteration":"ísthi","pronunciation":null,"derivation":"second person imperative present of G1510 (εἰμί);","strongs_definition":"be thou","kjv_definition":"+ agree, be, X give thyself wholly to"} +{"id":"G5180","strongs_number":"G5180","system":"greek","language":"greek","number_value":5180,"lemma":"τύπτω","transliteration":"týptō","pronunciation":null,"derivation":"a primary verb (in a strengthened form);","strongs_definition":"to \"thump\", i.e. cudgel or pummel (properly, with a stick or bastinado), but in any case by repeated blows; thus differing from G3817 (παίω) and G3960 (πατάσσω), which denote a (usually single) blow with the hand or any instrument, or G4141 (πλήσσω) with the fist (or a hammer), or G4474 (ῥαπίζω) with the palm; as well as from G5177 (τυγχάνω), an accidental collision); by implication, to punish; figuratively, to offend (the conscience)","kjv_definition":"beat, smite, strike, wound"} +{"id":"G4384","strongs_number":"G4384","system":"greek","language":"greek","number_value":4384,"lemma":"προτάσσω","transliteration":"protássō","pronunciation":null,"derivation":"from G4253 (πρό) and G5021 (τάσσω);","strongs_definition":"to pre-arrange, i.e. prescribe","kjv_definition":"before appoint"} +{"id":"G2040","strongs_number":"G2040","system":"greek","language":"greek","number_value":2040,"lemma":"ἐργάτης","transliteration":"ergátēs","pronunciation":null,"derivation":"from G2041 (ἔργον);","strongs_definition":"a toiler; figuratively, a teacher","kjv_definition":"labourer, worker(-men)"} +{"id":"G3651","strongs_number":"G3651","system":"greek","language":"greek","number_value":3651,"lemma":"ὁλοτελής","transliteration":"holotelḗs","pronunciation":null,"derivation":"from G3650 (ὅλος) and G5056 (τέλος);","strongs_definition":"complete to the end, i.e. absolutely perfect","kjv_definition":"wholly"} +{"id":"G733","strongs_number":"G733","system":"greek","language":"greek","number_value":733,"lemma":"ἀρσενοκοίτης","transliteration":"arsenokoítēs","pronunciation":null,"derivation":"from G730 (ἄῤῥην) and G2845 (κοίτη);","strongs_definition":"a sodomite","kjv_definition":"abuser of (that defile) self with mankind"} +{"id":"G3083","strongs_number":"G3083","system":"greek","language":"greek","number_value":3083,"lemma":"λύτρον","transliteration":"lýtron","pronunciation":null,"derivation":"from G3089 (λύω);","strongs_definition":"something to loosen with, i.e. a redemption price (figuratively, atonement)","kjv_definition":"ransom"} +{"id":"G3305","strongs_number":"G3305","system":"greek","language":"greek","number_value":3305,"lemma":"μέντοι","transliteration":"méntoi","pronunciation":null,"derivation":"from G3203 and G5104 (τοί);","strongs_definition":"indeed though, i.e. however","kjv_definition":"also, but, howbeit, nevertheless, yet"} +{"id":"G2127","strongs_number":"G2127","system":"greek","language":"greek","number_value":2127,"lemma":"εὐλογέω","transliteration":"eulogéō","pronunciation":null,"derivation":"from a compound of G2095 (εὖ) and G3056 (λόγος);","strongs_definition":"to speak well of, i.e. (religiously) to bless (thank or invoke a benediction upon, prosper)","kjv_definition":"bless, praise"} +{"id":"G3502","strongs_number":"G3502","system":"greek","language":"greek","number_value":3502,"lemma":"νεοσσός","transliteration":"neossós","pronunciation":null,"derivation":"from G3501 (νέος);","strongs_definition":"a youngling (nestling)","kjv_definition":"young"} +{"id":"G380","strongs_number":"G380","system":"greek","language":"greek","number_value":380,"lemma":"ἀναπτύσσω","transliteration":"anaptýssō","pronunciation":null,"derivation":"from G303 (ἀνά) (in the sense of reversal) and G4428 (πτύσσω);","strongs_definition":"to unroll (a scroll or volume)","kjv_definition":"open"} +{"id":"G1833","strongs_number":"G1833","system":"greek","language":"greek","number_value":1833,"lemma":"ἐξετάζω","transliteration":"exetázō","pronunciation":null,"derivation":"from G1537 (ἐκ) and (to examine);","strongs_definition":"to test thoroughly (by questions), i.e. ascertain or interrogate","kjv_definition":"ask, enquire, search"} +{"id":"G4510","strongs_number":"G4510","system":"greek","language":"greek","number_value":4510,"lemma":"ῥυπόω","transliteration":"rhypóō","pronunciation":null,"derivation":"from G4509 (ῥύπος);","strongs_definition":"to soil, i.e. (intransitively) to become dirty (morally)","kjv_definition":"be filthy"} +{"id":"G1470","strongs_number":"G1470","system":"greek","language":"greek","number_value":1470,"lemma":"ἐγκρύπτω","transliteration":"enkrýptō","pronunciation":null,"derivation":"from G1722 (ἐν) and G2928 (κρύπτω);","strongs_definition":"to conceal in, i.e. incorporate with","kjv_definition":"hid in"} +{"id":"G4474","strongs_number":"G4474","system":"greek","language":"greek","number_value":4474,"lemma":"ῥαπίζω","transliteration":"rhapízō","pronunciation":null,"derivation":"from a derivative of a primary (to let fall, \"rap\");","strongs_definition":"to slap","kjv_definition":"smite (with the palm of the hand)"} +{"id":"G3544","strongs_number":"G3544","system":"greek","language":"greek","number_value":3544,"lemma":"νομικός","transliteration":"nomikós","pronunciation":null,"derivation":"from G3551 (νόμος);","strongs_definition":"according (or pertaining) to law, i.e. legal (ceremonially); as noun, an expert in the (Mosaic) law","kjv_definition":"about the law, lawyer"} +{"id":"G5091","strongs_number":"G5091","system":"greek","language":"greek","number_value":5091,"lemma":"τιμάω","transliteration":"timáō","pronunciation":null,"derivation":"from G5093 (τίμιος);","strongs_definition":"to prize, i.e. fix a valuation upon; by implication, to revere","kjv_definition":"honour, value"} +{"id":"G3179","strongs_number":"G3179","system":"greek","language":"greek","number_value":3179,"lemma":"μεθίστημι","transliteration":"methístēmi","pronunciation":null,"derivation":"from G3326 (μετά) and G2476 (ἵστημι);","strongs_definition":"to transfer, i.e. carry away, depose or (figuratively) exchange, seduce","kjv_definition":"put out, remove, translate, turn away"} +{"id":"G519","strongs_number":"G519","system":"greek","language":"greek","number_value":519,"lemma":"ἀπάγχομαι","transliteration":"apánchomai","pronunciation":null,"derivation":"from G575 (ἀπό) and (to choke;","strongs_definition":"akin to the base of G43 (ἀγκάλη)); to strangle oneself off (i.e. to death)","kjv_definition":"hang himself"} +{"id":"G1994","strongs_number":"G1994","system":"greek","language":"greek","number_value":1994,"lemma":"ἐπιστρέφω","transliteration":"epistréphō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4762 (στρέφω);","strongs_definition":"to revert (literally, figuratively or morally)","kjv_definition":"come (go) again, convert, (re-)turn (about, again)"} +{"id":"G1091","strongs_number":"G1091","system":"greek","language":"greek","number_value":1091,"lemma":"γεώργιον","transliteration":"geṓrgion","pronunciation":null,"derivation":"neuter of a (presumed) derivative of G1092 (γεωργός);","strongs_definition":"cultivable, i.e. a farm","kjv_definition":"husbandry"} +{"id":"G759","strongs_number":"G759","system":"greek","language":"greek","number_value":759,"lemma":"ἄρωμα","transliteration":"árōma","pronunciation":null,"derivation":"from G142 (αἴρω) (in the sense of sending off scent);","strongs_definition":"an aromatic","kjv_definition":"(sweet) spice"} +{"id":"G4918","strongs_number":"G4918","system":"greek","language":"greek","number_value":4918,"lemma":"συνθλίβω","transliteration":"synthlíbō","pronunciation":null,"derivation":"from G4862 (σύν) and G2346 (θλίβω);","strongs_definition":"to compress, i.e. crowd on all sides","kjv_definition":"throng"} +{"id":"G5514","strongs_number":"G5514","system":"greek","language":"greek","number_value":5514,"lemma":"Χλόη","transliteration":"Chlóē","pronunciation":null,"derivation":"feminine of apparently a primary word;","strongs_definition":"\"green\"; Chloë, a Christian female","kjv_definition":"Chloe"} +{"id":"G2369","strongs_number":"G2369","system":"greek","language":"greek","number_value":2369,"lemma":"θυμιαστήριον","transliteration":"thymiastḗrion","pronunciation":null,"derivation":"from a derivative of G2370 (θυμιάω);","strongs_definition":"a place of fumigation, i.e. the alter of incense (in the Temple)","kjv_definition":"censer"} +{"id":"G4137","strongs_number":"G4137","system":"greek","language":"greek","number_value":4137,"lemma":"πληρόω","transliteration":"plēróō","pronunciation":null,"derivation":"from G4134 (πλήρης);","strongs_definition":"to make replete, i.e. (literally) to cram (a net), level up (a hollow), or (figuratively) to furnish (or imbue, diffuse, influence), satisfy, execute (an office), finish (a period or task), verify (or coincide with a prediction), etc.","kjv_definition":"accomplish, X after, (be) complete, end, expire, fill (up), fulfil, (be, make) full (come), fully preach, perfect, supply"} +{"id":"G1908","strongs_number":"G1908","system":"greek","language":"greek","number_value":1908,"lemma":"ἐπηρεάζω","transliteration":"epēreázō","pronunciation":null,"derivation":"from a comparative of G1909 (ἐπί) and (probably) (threats);","strongs_definition":"to insult, slander","kjv_definition":"use despitefully, falsely accuse"} +{"id":"G773","strongs_number":"G773","system":"greek","language":"greek","number_value":773,"lemma":"Ἀσία","transliteration":"Asía","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Asia, i.e. Asia Minor, or (usually) only its western shore","kjv_definition":"Asia"} +{"id":"G2430","strongs_number":"G2430","system":"greek","language":"greek","number_value":2430,"lemma":"Ἰκόνιον","transliteration":"Ikónion","pronunciation":null,"derivation":"perhaps from G1504 (εἰκών);","strongs_definition":"image-like; Iconium, a place in Asia Minor","kjv_definition":"Iconium"} +{"id":"G3806","strongs_number":"G3806","system":"greek","language":"greek","number_value":3806,"lemma":"πάθος","transliteration":"páthos","pronunciation":null,"derivation":"from the alternate of G3958 (πάσχω);","strongs_definition":"properly, suffering (\"pathos\"), i.e. (subjectively) a passion (especially concupiscence)","kjv_definition":"(inordinate) affection, lust"} +{"id":"G80","strongs_number":"G80","system":"greek","language":"greek","number_value":80,"lemma":"ἀδελφός","transliteration":"adelphós","pronunciation":null,"derivation":"from G1 (Α) (as a connective particle) and (the womb);","strongs_definition":"a brother (literally or figuratively) near or remote (much like G1 (Α))","kjv_definition":"brother"} +{"id":"G2629","strongs_number":"G2629","system":"greek","language":"greek","number_value":2629,"lemma":"κατακόπτω","transliteration":"katakóptō","pronunciation":null,"derivation":"from G2596 (κατά) and G2875 (κόπτω);","strongs_definition":"to chop down, i.e. mangle","kjv_definition":"cut"} +{"id":"G4912","strongs_number":"G4912","system":"greek","language":"greek","number_value":4912,"lemma":"συνέχω","transliteration":"synéchō","pronunciation":null,"derivation":"from G4862 (σύν) and G2192 (ἔχω);","strongs_definition":"to hold together, i.e. to compress (the ears, with a crowd or siege) or arrest (a prisoner); figuratively, to compel, perplex, afflict, preoccupy","kjv_definition":"constrain, hold, keep in, press, lie sick of, stop, be in a strait, straiten, be taken with, throng"} +{"id":"G1059","strongs_number":"G1059","system":"greek","language":"greek","number_value":1059,"lemma":"Γαμαλιήλ","transliteration":"Gamaliḗl","pronunciation":null,"derivation":"of Hebrew origin (H01583);","strongs_definition":"Gamaliel (i.e. Gamliel), an Israelite","kjv_definition":"Gamaliel"} +{"id":"G1359","strongs_number":"G1359","system":"greek","language":"greek","number_value":1359,"lemma":"Διόσκουροι","transliteration":"Dióskouroi","pronunciation":null,"derivation":"from the alternate of G2203 (Ζεύς) and a form of the base of G2877 (κοράσιον);","strongs_definition":"sons of Jupiter, i.e. the twins Dioscuri","kjv_definition":"Castor and Pollux"} +{"id":"G1400","strongs_number":"G1400","system":"greek","language":"greek","number_value":1400,"lemma":"δοῦλον","transliteration":"doûlon","pronunciation":null,"derivation":"neuter of G1401 (δοῦλος);","strongs_definition":"subservient","kjv_definition":"servant"} +{"id":"G347","strongs_number":"G347","system":"greek","language":"greek","number_value":347,"lemma":"ἀνακλίνω","transliteration":"anaklínō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2827 (κλίνω);","strongs_definition":"to lean back","kjv_definition":"lay, (make) sit down"} +{"id":"G5261","strongs_number":"G5261","system":"greek","language":"greek","number_value":5261,"lemma":"ὑπογραμμός","transliteration":"hypogrammós","pronunciation":null,"derivation":"from a compound of G5259 (ὑπό) and G1125 (γράφω);","strongs_definition":"an underwriting, i.e. copy for imitation (figuratively)","kjv_definition":"example"} +{"id":"G2331","strongs_number":"G2331","system":"greek","language":"greek","number_value":2331,"lemma":"Θεσσαλονικεύς","transliteration":"Thessalonikeús","pronunciation":null,"derivation":"from G2332 (Θεσσαλονίκη);","strongs_definition":"a Thessalonican, i.e. inhabitant of Thessalonice","kjv_definition":"Thessalonian"} +{"id":"G5097","strongs_number":"G5097","system":"greek","language":"greek","number_value":5097,"lemma":"τιμωρέω","transliteration":"timōréō","pronunciation":null,"derivation":"from a comparative of G5092 (τιμή) and ouros (a guard);","strongs_definition":"properly, to protect one's honor, i.e. to avenge (inflict a penalty)","kjv_definition":"punish"} +{"id":"G4917","strongs_number":"G4917","system":"greek","language":"greek","number_value":4917,"lemma":"συνθλάω","transliteration":"synthláō","pronunciation":null,"derivation":"from G4862 (σύν) and thlao (to crush);","strongs_definition":"to dash together, i.e. shatter","kjv_definition":"break"} +{"id":"G2683","strongs_number":"G2683","system":"greek","language":"greek","number_value":2683,"lemma":"κατασκιάζω","transliteration":"kataskiázō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G4639 (σκιά);","strongs_definition":"to overshade, i.e. cover","kjv_definition":"shadow"} +{"id":"G4188","strongs_number":"G4188","system":"greek","language":"greek","number_value":4188,"lemma":"πόμα","transliteration":"póma","pronunciation":null,"derivation":"from the alternate of G4095 (πίνω);","strongs_definition":"a beverage","kjv_definition":"drink"} +{"id":"G673","strongs_number":"G673","system":"greek","language":"greek","number_value":673,"lemma":"ἀποχωρίζω","transliteration":"apochōrízō","pronunciation":null,"derivation":"from G575 (ἀπό) and G5563 (χωρίζω);","strongs_definition":"to rend apart; reflexively, to separate","kjv_definition":"depart (asunder)"} +{"id":"G4567","strongs_number":"G4567","system":"greek","language":"greek","number_value":4567,"lemma":"Σατανᾶς","transliteration":"Satanâs","pronunciation":null,"derivation":"of Chaldee origin corresponding to H04566 (with the definite affix);","strongs_definition":"the accuser, i.e. the devil","kjv_definition":"Satan"} +{"id":"G868","strongs_number":"G868","system":"greek","language":"greek","number_value":868,"lemma":"ἀφίστημι","transliteration":"aphístēmi","pronunciation":null,"derivation":"from G575 (ἀπό) and G2476 (ἵστημι);","strongs_definition":"to remove, i.e. (actively) instigate to revolt; usually (reflexively) to desist, desert, etc.","kjv_definition":"depart, draw (fall) away, refrain, withdraw self"} +{"id":"G5379","strongs_number":"G5379","system":"greek","language":"greek","number_value":5379,"lemma":"φιλονεικία","transliteration":"philoneikía","pronunciation":null,"derivation":"from G5380 (φιλόνεικος);","strongs_definition":"quarrelsomeness, i.e. a dispute","kjv_definition":"strife"} +{"id":"G2637","strongs_number":"G2637","system":"greek","language":"greek","number_value":2637,"lemma":"κατάλαλος","transliteration":"katálalos","pronunciation":null,"derivation":"from G2596 (κατά) and the base of G2980 (λαλέω);","strongs_definition":"talkative against, i.e. a slanderer","kjv_definition":"backbiter"} +{"id":"G690","strongs_number":"G690","system":"greek","language":"greek","number_value":690,"lemma":"Ἄραψ","transliteration":"Áraps","pronunciation":null,"derivation":"from G688 (Ἀραβία);","strongs_definition":"an Arab or native of Arabia","kjv_definition":"Arabian"} +{"id":"G2330","strongs_number":"G2330","system":"greek","language":"greek","number_value":2330,"lemma":"θέρος","transliteration":"théros","pronunciation":null,"derivation":"from a primary (to heat);","strongs_definition":"properly, heat, i.e. summer","kjv_definition":"summer"} +{"id":"G628","strongs_number":"G628","system":"greek","language":"greek","number_value":628,"lemma":"ἀπολούω","transliteration":"apoloúō","pronunciation":null,"derivation":"from G575 (ἀπό) and G3068 (λούω);","strongs_definition":"to wash fully, i.e. (figuratively) have remitted (reflexively)","kjv_definition":"wash (away)"} +{"id":"G1022","strongs_number":"G1022","system":"greek","language":"greek","number_value":1022,"lemma":"βραδύτης","transliteration":"bradýtēs","pronunciation":null,"derivation":"from G1021 (βραδύς);","strongs_definition":"tardiness","kjv_definition":"slackness"} +{"id":"G4877","strongs_number":"G4877","system":"greek","language":"greek","number_value":4877,"lemma":"συνάντησις","transliteration":"synántēsis","pronunciation":null,"derivation":"from G4876 (συναντάω);","strongs_definition":"a meeting with","kjv_definition":"meet"} +{"id":"G4840","strongs_number":"G4840","system":"greek","language":"greek","number_value":4840,"lemma":"συμπάρειμι","transliteration":"sympáreimi","pronunciation":null,"derivation":"from G4862 (σύν) and G3918 (πάρειμι);","strongs_definition":"to be at hand together, i.e. now present","kjv_definition":"be here present with"} +{"id":"G2902","strongs_number":"G2902","system":"greek","language":"greek","number_value":2902,"lemma":"κρατέω","transliteration":"kratéō","pronunciation":null,"derivation":"from G2904 (κράτος);","strongs_definition":"to use strength, i.e. seize or retain (literally or figuratively)","kjv_definition":"hold (by, fast), keep, lay hand (hold) on, obtain, retain, take (by)"} +{"id":"G4780","strongs_number":"G4780","system":"greek","language":"greek","number_value":4780,"lemma":"συγκαλύπτω","transliteration":"synkalýptō","pronunciation":null,"derivation":"from G4862 (σύν) and G2572 (καλύπτω);","strongs_definition":"to conceal altogether","kjv_definition":"cover"} +{"id":"G234","strongs_number":"G234","system":"greek","language":"greek","number_value":234,"lemma":"ἀλίσγεμα","transliteration":"alísgema","pronunciation":null,"derivation":"from (to soil);","strongs_definition":"(ceremonially) defilement","kjv_definition":"pollution"} +{"id":"G83","strongs_number":"G83","system":"greek","language":"greek","number_value":83,"lemma":"ἀδηλότης","transliteration":"adēlótēs","pronunciation":null,"derivation":"from G82 (ἄδηλος);","strongs_definition":"uncertainty","kjv_definition":"X uncertain"} +{"id":"G4849","strongs_number":"G4849","system":"greek","language":"greek","number_value":4849,"lemma":"συμπόσιον","transliteration":"sympósion","pronunciation":null,"derivation":"neuter of a derivative of the alternate of G4844 (συμπίνω);","strongs_definition":"a drinking-party (\"symposium\"), i.e. (by extension) a room of guests","kjv_definition":"company"} +{"id":"G2098","strongs_number":"G2098","system":"greek","language":"greek","number_value":2098,"lemma":"εὐαγγέλιον","transliteration":"euangélion","pronunciation":null,"derivation":"from the same as G2097 (εὐαγγελίζω);","strongs_definition":"a good message, i.e. the gospel","kjv_definition":"gospel"} +{"id":"G4758","strongs_number":"G4758","system":"greek","language":"greek","number_value":4758,"lemma":"στρατολογέω","transliteration":"stratologéō","pronunciation":null,"derivation":"from a compound of the base of G4756 (στρατιά) and G3004 (λέγω) (in its original sense);","strongs_definition":"to gather (or select) as a warrior, i.e. enlist in the army","kjv_definition":"choose to be a soldier"} +{"id":"G5166","strongs_number":"G5166","system":"greek","language":"greek","number_value":5166,"lemma":"τρυγάω","transliteration":"trygáō","pronunciation":null,"derivation":"from a derivative of (to dry) meaning ripe fruit (as if dry);","strongs_definition":"to collect the vintage","kjv_definition":"gather"} +{"id":"G3050","strongs_number":"G3050","system":"greek","language":"greek","number_value":3050,"lemma":"λογικός","transliteration":"logikós","pronunciation":null,"derivation":"from G3056 (λόγος);","strongs_definition":"rational (\"logical\")","kjv_definition":"reasonable, of the word"} +{"id":"G4009","strongs_number":"G4009","system":"greek","language":"greek","number_value":4009,"lemma":"πέρας","transliteration":"péras","pronunciation":null,"derivation":"from the same as G4008 (πέραν);","strongs_definition":"an extremity","kjv_definition":"end, ut-(ter-)most participle"} +{"id":"G5103","strongs_number":"G5103","system":"greek","language":"greek","number_value":5103,"lemma":"Τίτος","transliteration":"Títos","pronunciation":null,"derivation":"of Latin origin but uncertain significance;","strongs_definition":"Titus, a Christian","kjv_definition":"Titus"} +{"id":"G1493","strongs_number":"G1493","system":"greek","language":"greek","number_value":1493,"lemma":"εἰδωλεῖον","transliteration":"eidōleîon","pronunciation":null,"derivation":"neuter of a presumed derivative of G1497 (εἴδωλον);","strongs_definition":"an image-fane","kjv_definition":"idol's temple"} +{"id":"G1572","strongs_number":"G1572","system":"greek","language":"greek","number_value":1572,"lemma":"ἐκκαίω","transliteration":"ekkaíō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2545 (καίω);","strongs_definition":"to inflame deeply","kjv_definition":"burn"} +{"id":"G4657","strongs_number":"G4657","system":"greek","language":"greek","number_value":4657,"lemma":"σκύβαλον","transliteration":"skýbalon","pronunciation":null,"derivation":"neuter of a presumed derivative of G1519 (εἰς) and G2965 (κύων) and G906 (βάλλω);","strongs_definition":"what is thrown to the dogs, i.e. refuse (ordure)","kjv_definition":"dung"} +{"id":"G4594","strongs_number":"G4594","system":"greek","language":"greek","number_value":4594,"lemma":"σήμερον","transliteration":"sḗmeron","pronunciation":null,"derivation":"neuter (as adverb) of a presumed compound of the article G3588 (ὁ) (t changed to s) and G2250 (ἡμέρα);","strongs_definition":"on the (i.e. this) day (or night current or just passed); generally, now (i.e. at present, hitherto)","kjv_definition":"this (to-)day"} +{"id":"G1076","strongs_number":"G1076","system":"greek","language":"greek","number_value":1076,"lemma":"γενεαλογία","transliteration":"genealogía","pronunciation":null,"derivation":"from the same as G1075 (γενεαλογέω);","strongs_definition":"tracing by generations, i.e. \"genealogy\"","kjv_definition":"genealogy"} +{"id":"G287","strongs_number":"G287","system":"greek","language":"greek","number_value":287,"lemma":"ἀμοιβή","transliteration":"amoibḗ","pronunciation":null,"derivation":"from (to exchange);","strongs_definition":"requital","kjv_definition":"requite"} +{"id":"G4392","strongs_number":"G4392","system":"greek","language":"greek","number_value":4392,"lemma":"πρόφασις","transliteration":"próphasis","pronunciation":null,"derivation":"from a compound of G4253 (πρό) and G5316 (φαίνω);","strongs_definition":"an outward showing, i.e. pretext","kjv_definition":"cloke, colour, pretence, show"} +{"id":"G3866","strongs_number":"G3866","system":"greek","language":"greek","number_value":3866,"lemma":"παραθήκη","transliteration":"parathḗkē","pronunciation":null,"derivation":"from G3908 (παρατίθημι);","strongs_definition":"a deposit, i.e. (figuratively) trust","kjv_definition":"committed unto"} +{"id":"G970","strongs_number":"G970","system":"greek","language":"greek","number_value":970,"lemma":"βία","transliteration":"bía","pronunciation":null,"derivation":"probably akin to G979 (βίος) (through the idea of vital activity);","strongs_definition":"force","kjv_definition":"violence"} +{"id":"G3352","strongs_number":"G3352","system":"greek","language":"greek","number_value":3352,"lemma":"μετοχή","transliteration":"metochḗ","pronunciation":null,"derivation":"from G3348 (μετέχω);","strongs_definition":"participation, i.e. intercourse","kjv_definition":"fellowship"} +{"id":"G1577","strongs_number":"G1577","system":"greek","language":"greek","number_value":1577,"lemma":"ἐκκλησία","transliteration":"ekklēsía","pronunciation":null,"derivation":"from a compound of G1537 (ἐκ) and a derivative of G2564 (καλέω);","strongs_definition":"a calling out, i.e. (concretely) a popular meeting, especially a religious congregation (Jewish synagogue, or Christian community of members on earth or saints in heaven or both)","kjv_definition":"assembly, church"} +{"id":"G5259","strongs_number":"G5259","system":"greek","language":"greek","number_value":5259,"lemma":"ὑπό","transliteration":"hypó","pronunciation":null,"derivation":"a primary preposition;","strongs_definition":"under, i.e. (with the genitive case) of place (beneath), or with verbs (the agency or means, through); (with the accusative case) of place (whither (underneath) or where (below) or time (when (at))","kjv_definition":"among, by, from, in, of, under, with"} +{"id":"G3635","strongs_number":"G3635","system":"greek","language":"greek","number_value":3635,"lemma":"ὀκνέω","transliteration":"oknéō","pronunciation":null,"derivation":"from (hesitation);","strongs_definition":"to be slow (figuratively, loath)","kjv_definition":"delay"} +{"id":"G1759","strongs_number":"G1759","system":"greek","language":"greek","number_value":1759,"lemma":"ἐνθάδε","transliteration":"entháde","pronunciation":null,"derivation":"from a prolonged form of G1722 (ἐν);","strongs_definition":"properly, within, i.e. (of place) here, hither","kjv_definition":"(t-)here, hither"} +{"id":"G4864","strongs_number":"G4864","system":"greek","language":"greek","number_value":4864,"lemma":"συναγωγή","transliteration":"synagōgḗ","pronunciation":null,"derivation":"from (the reduplicated form of) G4863 (συνάγω);","strongs_definition":"an assemblage of persons; specially, a Jewish \"synagogue\" (the meeting or the place); by analogy, a Christian church","kjv_definition":"assembly, congregation, synagogue"} +{"id":"G3357","strongs_number":"G3357","system":"greek","language":"greek","number_value":3357,"lemma":"μετρίως","transliteration":"metríōs","pronunciation":null,"derivation":"adverb from a derivative of G3358 (μέτρον);","strongs_definition":"moderately, i.e. slightly","kjv_definition":"a little"} +{"id":"G2485","strongs_number":"G2485","system":"greek","language":"greek","number_value":2485,"lemma":"ἰχθύδιον","transliteration":"ichthýdion","pronunciation":null,"derivation":"diminutive from G2486 (ἰχθύς);","strongs_definition":"a petty fish","kjv_definition":"little (small) fish"} +{"id":"G1302","strongs_number":"G1302","system":"greek","language":"greek","number_value":1302,"lemma":"διατί","transliteration":"diatí","pronunciation":null,"derivation":"from G1223 (διά) and G5101 (τίς);","strongs_definition":"through what cause ?, i.e. why?","kjv_definition":"wherefore, why"} +{"id":"G3061","strongs_number":"G3061","system":"greek","language":"greek","number_value":3061,"lemma":"λοιμός","transliteration":"loimós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a plague (literally, the disease, or figuratively, a pest)","kjv_definition":"pestilence(-t)"} +{"id":"G1809","strongs_number":"G1809","system":"greek","language":"greek","number_value":1809,"lemma":"ἐξαιτέομαι","transliteration":"exaitéomai","pronunciation":null,"derivation":"middle voice from G1537 (ἐκ) and G154 (αἰτέω);","strongs_definition":"to demand (for trial)","kjv_definition":"desire"} +{"id":"G5282","strongs_number":"G5282","system":"greek","language":"greek","number_value":5282,"lemma":"ὑπονοέω","transliteration":"hyponoéō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G3539 (νοιέω);","strongs_definition":"to think under (privately), i.e. to surmise or conjecture","kjv_definition":"think, suppose, deem"} +{"id":"G4951","strongs_number":"G4951","system":"greek","language":"greek","number_value":4951,"lemma":"σύρω","transliteration":"sýrō","pronunciation":null,"derivation":"probably akin to G138 (αἱρέομαι);","strongs_definition":"to trail","kjv_definition":"drag, draw, hale"} +{"id":"G1629","strongs_number":"G1629","system":"greek","language":"greek","number_value":1629,"lemma":"ἐκφοβέω","transliteration":"ekphobéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5399 (φοβέω);","strongs_definition":"to frighten utterly","kjv_definition":"terrify"} +{"id":"G1613","strongs_number":"G1613","system":"greek","language":"greek","number_value":1613,"lemma":"ἐκταράσσω","transliteration":"ektarássō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5015 (ταράσσω);","strongs_definition":"to disturb wholly","kjv_definition":"exceedingly trouble"} +{"id":"G1265","strongs_number":"G1265","system":"greek","language":"greek","number_value":1265,"lemma":"διαμένω","transliteration":"diaménō","pronunciation":null,"derivation":"from G1223 (διά) and G3306 (μένω);","strongs_definition":"to stay constantly (in being or relation)","kjv_definition":"continue, remain"} +{"id":"G4908","strongs_number":"G4908","system":"greek","language":"greek","number_value":4908,"lemma":"συνετός","transliteration":"synetós","pronunciation":null,"derivation":"from G4920 (συνίημι);","strongs_definition":"mentally put (or putting) together, i.e. sagacious","kjv_definition":"prudent"} +{"id":"G1381","strongs_number":"G1381","system":"greek","language":"greek","number_value":1381,"lemma":"δοκιμάζω","transliteration":"dokimázō","pronunciation":null,"derivation":"from G1384 (δόκιμος);","strongs_definition":"to test (literally or figuratively); by implication, to approve","kjv_definition":"allow, discern, examine, X like, (ap-)prove, try"} +{"id":"G2150","strongs_number":"G2150","system":"greek","language":"greek","number_value":2150,"lemma":"εὐσέβεια","transliteration":"eusébeia","pronunciation":null,"derivation":"from G2152 (εὐσεβής);","strongs_definition":"piety; specially, the gospel scheme","kjv_definition":"godliness, holiness"} +{"id":"G3432","strongs_number":"G3432","system":"greek","language":"greek","number_value":3432,"lemma":"μοιχός","transliteration":"moichós","pronunciation":null,"derivation":"perhaps a primary word;","strongs_definition":"a (male) paramour; figuratively, apostate","kjv_definition":"adulterer"} +{"id":"G3785","strongs_number":"G3785","system":"greek","language":"greek","number_value":3785,"lemma":"ὄφελον","transliteration":"óphelon","pronunciation":null,"derivation":"first person singular of a past tense of G3784 (ὀφείλω);","strongs_definition":"I ought (wish), i.e. (interjection) oh that!","kjv_definition":"would (to God)"} +{"id":"G660","strongs_number":"G660","system":"greek","language":"greek","number_value":660,"lemma":"ἀποτινάσσω","transliteration":"apotinássō","pronunciation":null,"derivation":"from G575 (ἀπό) and (to jostle);","strongs_definition":"to brush off","kjv_definition":"shake off"} +{"id":"G318","strongs_number":"G318","system":"greek","language":"greek","number_value":318,"lemma":"ἀνάγκη","transliteration":"anánkē","pronunciation":null,"derivation":"from G303 (ἀνά) and the base of G43 (ἀγκάλη);","strongs_definition":"constraint (literally or figuratively); by implication, distress","kjv_definition":"distress, must needs, (of) necessity(-sary), needeth, needful"} +{"id":"G886","strongs_number":"G886","system":"greek","language":"greek","number_value":886,"lemma":"ἀχειροποίητος","transliteration":"acheiropoíētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5499 (χειροποίητος);","strongs_definition":"unmanufactured, i.e. inartificial","kjv_definition":"made without (not made with) hands"} +{"id":"G1143","strongs_number":"G1143","system":"greek","language":"greek","number_value":1143,"lemma":"δάκνω","transliteration":"dáknō","pronunciation":null,"derivation":"a prolonged form of a primary root;","strongs_definition":"to bite, i.e. (figuratively) thwart","kjv_definition":"bite"} +{"id":"G1916","strongs_number":"G1916","system":"greek","language":"greek","number_value":1916,"lemma":"ἐπιβοάω","transliteration":"epiboáō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G994 (βοάω);","strongs_definition":"to exclaim against","kjv_definition":"cry"} +{"id":"G3532","strongs_number":"G3532","system":"greek","language":"greek","number_value":3532,"lemma":"Νικόλαος","transliteration":"Nikólaos","pronunciation":null,"derivation":"from G3534 (νῖκος) and G2994 (Λαοδικεύς);","strongs_definition":"victorious over the people; Nicolaus, a heretic","kjv_definition":"Nicolaus"} +{"id":"G2911","strongs_number":"G2911","system":"greek","language":"greek","number_value":2911,"lemma":"κρημνός","transliteration":"krēmnós","pronunciation":null,"derivation":"from G2910 (κρεμάννυμι);","strongs_definition":"overhanging, i.e. a precipice","kjv_definition":"steep place"} +{"id":"G1172","strongs_number":"G1172","system":"greek","language":"greek","number_value":1172,"lemma":"δειπνέω","transliteration":"deipnéō","pronunciation":null,"derivation":"from G1173 (δεῖπνον);","strongs_definition":"to dine, i.e. take the principle (or evening) meal","kjv_definition":"sup (X -er)"} +{"id":"G5033","strongs_number":"G5033","system":"greek","language":"greek","number_value":5033,"lemma":"τάχιστα","transliteration":"táchista","pronunciation":null,"derivation":"neuter plural of the superlative of G5036 (ταχύς) (as adverb);","strongs_definition":"most quickly, i.e. (with G5613 (ὡς) prefixed) as soon as possible","kjv_definition":"+ with all speed"} +{"id":"G386","strongs_number":"G386","system":"greek","language":"greek","number_value":386,"lemma":"ἀνάστασις","transliteration":"anástasis","pronunciation":null,"derivation":"from G450 (ἀνίστημι);","strongs_definition":"a standing up again, i.e. (literally) a resurrection from death (individual, genitive case or by implication, (its author)), or (figuratively) a (moral) recovery (of spiritual truth)","kjv_definition":"raised to life again, resurrection, rise from the dead, that should rise, rising again"} +{"id":"G1844","strongs_number":"G1844","system":"greek","language":"greek","number_value":1844,"lemma":"ἐξορκίζω","transliteration":"exorkízō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3726 (ὁρκίζω);","strongs_definition":"to exact an oath, i.e. conjure","kjv_definition":"adjure"} +{"id":"G1905","strongs_number":"G1905","system":"greek","language":"greek","number_value":1905,"lemma":"ἐπερωτάω","transliteration":"eperōtáō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2065 (ἐρωτάω);","strongs_definition":"to ask for, i.e. inquire, seek","kjv_definition":"ask (after, questions), demand, desire, question"} +{"id":"G5345","strongs_number":"G5345","system":"greek","language":"greek","number_value":5345,"lemma":"φήμη","transliteration":"phḗmē","pronunciation":null,"derivation":"from G5346 (φημί);","strongs_definition":"a saying, i.e. rumor (\"fame\")","kjv_definition":"fame"} +{"id":"G2862","strongs_number":"G2862","system":"greek","language":"greek","number_value":2862,"lemma":"κολωνία","transliteration":"kolōnía","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a Roman \"colony\" for veterans","kjv_definition":"colony"} +{"id":"G2703","strongs_number":"G2703","system":"greek","language":"greek","number_value":2703,"lemma":"καταφεύγω","transliteration":"katapheúgō","pronunciation":null,"derivation":"from G2596 (κατά) and G5343 (φεύγω);","strongs_definition":"to flee down (away)","kjv_definition":"flee"} +{"id":"G5147","strongs_number":"G5147","system":"greek","language":"greek","number_value":5147,"lemma":"τρίβος","transliteration":"tríbos","pronunciation":null,"derivation":"from (to \"rub\";","strongs_definition":"akin to , , and the base of G5131 (τράγος), G5134 (τραῦμα)); a rut or worn track","kjv_definition":"path"} +{"id":"G4317","strongs_number":"G4317","system":"greek","language":"greek","number_value":4317,"lemma":"προσάγω","transliteration":"proságō","pronunciation":null,"derivation":"from G4314 (πρός) and G71 (ἄγω);","strongs_definition":"to lead towards, i.e. (transitively) to conduct near (summon, present), or (intransitively) to approach","kjv_definition":"bring, draw near"} +{"id":"G5523","strongs_number":"G5523","system":"greek","language":"greek","number_value":5523,"lemma":"Χοραζίν","transliteration":"Chorazín","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Chorazin, a place in Palestine","kjv_definition":"Chorazin"} +{"id":"G1332","strongs_number":"G1332","system":"greek","language":"greek","number_value":1332,"lemma":"διετής","transliteration":"dietḗs","pronunciation":null,"derivation":"from G1364 (δίς) and G2094 (ἔτος);","strongs_definition":"of two years (in age)","kjv_definition":"two years old"} +{"id":"G4896","strongs_number":"G4896","system":"greek","language":"greek","number_value":4896,"lemma":"σύνειμι","transliteration":"sýneimi","pronunciation":null,"derivation":"from G4862 (σύν) and (to go);","strongs_definition":"to assemble","kjv_definition":"gather together"} +{"id":"G3355","strongs_number":"G3355","system":"greek","language":"greek","number_value":3355,"lemma":"μετρητής","transliteration":"metrētḗs","pronunciation":null,"derivation":"from G3354 (μετρέω);","strongs_definition":"a measurer, i.e. (specially), a certain standard measure of capacity for liquids","kjv_definition":"firkin"} +{"id":"G4046","strongs_number":"G4046","system":"greek","language":"greek","number_value":4046,"lemma":"περιποιέομαι","transliteration":"peripoiéomai","pronunciation":null,"derivation":"middle voice from G4012 (περί) and G4160 (ποιέω);","strongs_definition":"to make around oneself, i.e. acquire (buy)","kjv_definition":"purchase"} +{"id":"G1567","strongs_number":"G1567","system":"greek","language":"greek","number_value":1567,"lemma":"ἐκζητέω","transliteration":"ekzētéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2212 (ζητέω);","strongs_definition":"to search out, i.e. (figuratively)investigate, crave, demand, (by Hebraism) worship","kjv_definition":"en- (re-)quire, seek after (carefully, diligently)"} +{"id":"G2525","strongs_number":"G2525","system":"greek","language":"greek","number_value":2525,"lemma":"καθίστημι","transliteration":"kathístēmi","pronunciation":null,"derivation":"from G2596 (κατά) and G2476 (ἵστημι);","strongs_definition":"to place down (permanently), i.e. (figuratively) to designate, constitute, convoy","kjv_definition":"appoint, be, conduct, make, ordain, set"} +{"id":"G3465","strongs_number":"G3465","system":"greek","language":"greek","number_value":3465,"lemma":"Μυσία","transliteration":"Mysía","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Mysia, a region of Asia Minor","kjv_definition":"Mysia"} +{"id":"G3479","strongs_number":"G3479","system":"greek","language":"greek","number_value":3479,"lemma":"Ναζαρηνός","transliteration":"Nazarēnós","pronunciation":null,"derivation":"from G3478 (Ναζαρέθ);","strongs_definition":"a Nazarene, i.e. inhabitant of Nazareth","kjv_definition":"of Nazareth"} +{"id":"G2600","strongs_number":"G2600","system":"greek","language":"greek","number_value":2600,"lemma":"κατάβασις","transliteration":"katábasis","pronunciation":null,"derivation":"from G2597 (καταβαίνω);","strongs_definition":"a declivity","kjv_definition":"descent"} +{"id":"G3489","strongs_number":"G3489","system":"greek","language":"greek","number_value":3489,"lemma":"ναυαγέω","transliteration":"nauagéō","pronunciation":null,"derivation":"from a compound of G3491 (ναῦς) and G71 (ἄγω);","strongs_definition":"to be shipwrecked (stranded, \"navigate\"), literally or figuratively","kjv_definition":"make (suffer) shipwreck"} +{"id":"G2775","strongs_number":"G2775","system":"greek","language":"greek","number_value":2775,"lemma":"κεφαλαιόω","transliteration":"kephalaióō","pronunciation":null,"derivation":"from the same as G2774 (κεφάλαιον);","strongs_definition":"(specially) to strike on the head","kjv_definition":"wound in the head"} +{"id":"G1086","strongs_number":"G1086","system":"greek","language":"greek","number_value":1086,"lemma":"Γεργεσηνός","transliteration":"Gergesēnós","pronunciation":null,"derivation":"of Hebrew origin (H01622);","strongs_definition":"a Gergesene (i.e. Girgashite) or one of the aborigines of Palestine","kjv_definition":"Gergesene"} +{"id":"G4792","strongs_number":"G4792","system":"greek","language":"greek","number_value":4792,"lemma":"συγκομίζω","transliteration":"synkomízō","pronunciation":null,"derivation":"from G4862 (σύν) and G2865 (κομίζω);","strongs_definition":"to convey together, i.e. collect or bear away in company with others","kjv_definition":"carry"} +{"id":"G1223","strongs_number":"G1223","system":"greek","language":"greek","number_value":1223,"lemma":"διά","transliteration":"diá","pronunciation":null,"derivation":"a primary preposition denoting the channel of an act;","strongs_definition":"through (in very wide applications, local, causal, or occasional)","kjv_definition":"after, always, among, at, to avoid, because of (that), briefly, by, for (cause) … fore, from, in, by occasion of, of, by reason of, for sake, that, thereby, therefore, X though, through(-out), to, wherefore, with (-in)"} +{"id":"G3415","strongs_number":"G3415","system":"greek","language":"greek","number_value":3415,"lemma":"μνάομαι","transliteration":"mnáomai","pronunciation":null,"derivation":"middle voice of a derivative of G3306 (μένω) or perhaps of the base of G3145 (μασσάομαι) (through the idea of fixture in the mind or of mental grasp);","strongs_definition":"to bear in mind, i.e. recollect; by implication, to reward or punish","kjv_definition":"be mindful, remember, come (have) in remembrance"} +{"id":"G5093","strongs_number":"G5093","system":"greek","language":"greek","number_value":5093,"lemma":"τίμιος","transliteration":"tímios","pronunciation":null,"derivation":"from G5092 (τιμή);","strongs_definition":"valuable, i.e. (objectively) costly, or (subjectively) honored, esteemed, or (figuratively) beloved","kjv_definition":"dear, honourable, (more, most) precious, had in reputation"} +{"id":"G3189","strongs_number":"G3189","system":"greek","language":"greek","number_value":3189,"lemma":"μέλας","transliteration":"mélas","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"black","kjv_definition":"black"} +{"id":"G5023","strongs_number":"G5023","system":"greek","language":"greek","number_value":5023,"lemma":"ταῦτα","transliteration":"taûta","pronunciation":null,"derivation":"nominative or accusative case neuter plural of G3778 (οὗτος);","strongs_definition":"these things","kjv_definition":"+ afterward, follow, + hereafter, X him, the same, so, such, that, then, these, they, this, those, thus"} +{"id":"G1397","strongs_number":"G1397","system":"greek","language":"greek","number_value":1397,"lemma":"δουλεία","transliteration":"douleía","pronunciation":null,"derivation":"from G1398 (δουλεύω);","strongs_definition":"slavery (ceremonially or figuratively)","kjv_definition":"bondage"} +{"id":"G3890","strongs_number":"G3890","system":"greek","language":"greek","number_value":3890,"lemma":"παραμύθιον","transliteration":"paramýthion","pronunciation":null,"derivation":"neuter of G3889 (παραμυθία);","strongs_definition":"consolation (properly, concretely)","kjv_definition":"comfort"} +{"id":"G2171","strongs_number":"G2171","system":"greek","language":"greek","number_value":2171,"lemma":"εὐχή","transliteration":"euchḗ","pronunciation":null,"derivation":"from G2172 (εὔχομαι);","strongs_definition":"properly, a wish, expressed as a petition to God, or in votive obligation","kjv_definition":"prayer, vow"} +{"id":"G5438","strongs_number":"G5438","system":"greek","language":"greek","number_value":5438,"lemma":"φυλακή","transliteration":"phylakḗ","pronunciation":null,"derivation":"from G5442 (φυλάσσω);","strongs_definition":"a guarding or (concretely, guard), the act, the person; figuratively, the place, the condition, or (specially), the time (as a division of day or night), literally or figuratively","kjv_definition":"cage, hold, (im-)prison(-ment), ward, watch"} +{"id":"G4274","strongs_number":"G4274","system":"greek","language":"greek","number_value":4274,"lemma":"πρόδρομος","transliteration":"pródromos","pronunciation":null,"derivation":"from the alternate of G4390 (προτρέχω);","strongs_definition":"a runner ahead, i.e. scout (figuratively, precursor)","kjv_definition":"forerunner"} +{"id":"G1536","strongs_number":"G1536","system":"greek","language":"greek","number_value":1536,"lemma":"εἴ τις","transliteration":"eí tis","pronunciation":null,"derivation":"from G1487 (εἰ) and G5100 (τὶς);","strongs_definition":"if any","kjv_definition":"he that, if a(-ny) man('s thing, from any, ought), whether any, whosoever"} +{"id":"G1404","strongs_number":"G1404","system":"greek","language":"greek","number_value":1404,"lemma":"δράκων","transliteration":"drákōn","pronunciation":null,"derivation":"probably from an alternate form of (to look);","strongs_definition":"a fabulous kind of serpent (perhaps as supposed to fascinate)","kjv_definition":"dragon"} +{"id":"G1501","strongs_number":"G1501","system":"greek","language":"greek","number_value":1501,"lemma":"εἴκοσι","transliteration":"eíkosi","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a score","kjv_definition":"twenty"} +{"id":"G4988","strongs_number":"G4988","system":"greek","language":"greek","number_value":4988,"lemma":"Σωσθένης","transliteration":"Sōsthénēs","pronunciation":null,"derivation":"from the base of G4982 (σώζω) and that of G4599 (σθενόω);","strongs_definition":"of safe strength; Sosthenes, a Christian","kjv_definition":"Sosthenes"} +{"id":"G5347","strongs_number":"G5347","system":"greek","language":"greek","number_value":5347,"lemma":"Φῆστος","transliteration":"Phēstos","pronunciation":null,"derivation":"of Latin derivation;","strongs_definition":"festal; Phestus (i.e. Festus), a Roman","kjv_definition":"Festus"} +{"id":"G289","strongs_number":"G289","system":"greek","language":"greek","number_value":289,"lemma":"ἀμπελουργός","transliteration":"ampelourgós","pronunciation":null,"derivation":"from G288 (ἄμπελος) and G2041 (ἔργον);","strongs_definition":"a vine-worker, i.e. pruner","kjv_definition":"vine-dresser"} +{"id":"G182","strongs_number":"G182","system":"greek","language":"greek","number_value":182,"lemma":"ἀκατάστατος","transliteration":"akatástatos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G2525 (καθίστημι);","strongs_definition":"inconstant","kjv_definition":"unstable"} +{"id":"G12","strongs_number":"G12","system":"greek","language":"greek","number_value":12,"lemma":"ἄβυσσος","transliteration":"ábyssos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a variation of G1037 (βυθός);","strongs_definition":"depthless, i.e. (specially) (infernal) \"abyss\"","kjv_definition":"deep, (bottomless) pit"} +{"id":"G4911","strongs_number":"G4911","system":"greek","language":"greek","number_value":4911,"lemma":"συνεφίστημι","transliteration":"synephístēmi","pronunciation":null,"derivation":"from G4862 (σύν) and G2186 (ἐφίστημι);","strongs_definition":"to stand up together, i.e. to resist (or assault) jointly","kjv_definition":"rise up together"} +{"id":"G2246","strongs_number":"G2246","system":"greek","language":"greek","number_value":2246,"lemma":"ἥλιος","transliteration":"hḗlios","pronunciation":null,"derivation":"from (a ray;","strongs_definition":"perhaps akin to the alternate of G138 (αἱρέομαι)); the sun; by implication, light","kjv_definition":"+ east, sun"} +{"id":"G2993","strongs_number":"G2993","system":"greek","language":"greek","number_value":2993,"lemma":"Λαοδίκεια","transliteration":"Laodíkeia","pronunciation":null,"derivation":"from a compound of G2992 (λαός) and G1349 (δίκη);","strongs_definition":"Laodicia, a place in Asia Minor","kjv_definition":"Laodicea"} +{"id":"G3045","strongs_number":"G3045","system":"greek","language":"greek","number_value":3045,"lemma":"λιπαρός","transliteration":"liparós","pronunciation":null,"derivation":"from (grease);","strongs_definition":"fat, i.e. (figuratively) sumptuous","kjv_definition":"dainty"} +{"id":"G4878","strongs_number":"G4878","system":"greek","language":"greek","number_value":4878,"lemma":"συναντιλαμβάνομαι","transliteration":"synantilambánomai","pronunciation":null,"derivation":"from G4862 (σύν) and G482 (ἀντιλαμβάνομαι);","strongs_definition":"to take hold of opposite together, i.e. co-operate (assist)","kjv_definition":"help"} +{"id":"G4198","strongs_number":"G4198","system":"greek","language":"greek","number_value":4198,"lemma":"πορεύομαι","transliteration":"poreúomai","pronunciation":null,"derivation":"middle voice from a derivative of the same as G3984 (πεῖρα);","strongs_definition":"to traverse, i.e. travel (literally or figuratively; especially to remove (figuratively, die), live, etc.);","kjv_definition":"--depart, go (away, forth, one's way, up), (make a, take a) journey, walk"} +{"id":"G4306","strongs_number":"G4306","system":"greek","language":"greek","number_value":4306,"lemma":"προνοέω","transliteration":"pronoéō","pronunciation":null,"derivation":"from G4253 (πρό) and G3539 (νοιέω);","strongs_definition":"to consider in advance, i.e. look out for beforehand (actively, by way of maintenance for others; middle voice by way of circumspection for oneself)","kjv_definition":"provide (for)"} +{"id":"G3323","strongs_number":"G3323","system":"greek","language":"greek","number_value":3323,"lemma":"Μεσσίας","transliteration":"Messías","pronunciation":null,"derivation":"of Hebrew origin (H04899);","strongs_definition":"the Messias (i.e. Mashiach), or Christ","kjv_definition":"Messias"} +{"id":"G474","strongs_number":"G474","system":"greek","language":"greek","number_value":474,"lemma":"ἀντιβάλλω","transliteration":"antibállō","pronunciation":null,"derivation":"from G473 (ἀντί) and G906 (βάλλω);","strongs_definition":"to bandy","kjv_definition":"have"} +{"id":"G4128","strongs_number":"G4128","system":"greek","language":"greek","number_value":4128,"lemma":"πλῆθος","transliteration":"plēthos","pronunciation":null,"derivation":"from G4130 (πλήθω);","strongs_definition":"a fulness, i.e. a large number, throng, populace","kjv_definition":"bundle, company, multitude"} +{"id":"G1093","strongs_number":"G1093","system":"greek","language":"greek","number_value":1093,"lemma":"γῆ","transliteration":"gē","pronunciation":null,"derivation":"contracted from a primary word;","strongs_definition":"soil; by extension a region, or the solid part or the whole of the terrene globe (including the occupants in each application)","kjv_definition":"country, earth(-ly), ground, land, world"} +{"id":"G60","strongs_number":"G60","system":"greek","language":"greek","number_value":60,"lemma":"ἀγοραῖος","transliteration":"agoraîos","pronunciation":null,"derivation":"from G58 (ἀγορά);","strongs_definition":"relating to the market-place, i.e. forensic (times); by implication, vulgar","kjv_definition":"baser sort, low"} +{"id":"G4324","strongs_number":"G4324","system":"greek","language":"greek","number_value":4324,"lemma":"προσαπειλέω","transliteration":"prosapeiléō","pronunciation":null,"derivation":"from G4314 (πρός) and G546 (ἀπειλέω);","strongs_definition":"to menace additionally","kjv_definition":"i"} +{"id":"G5506","strongs_number":"G5506","system":"greek","language":"greek","number_value":5506,"lemma":"χιλίαρχος","transliteration":"chilíarchos","pronunciation":null,"derivation":"from G5507 (χίλιοι) and G757 (ἄρχω);","strongs_definition":"the commander of a thousand soldiers (\"chiliarch\"; i.e. colonel","kjv_definition":"(chief, high) captain"} +{"id":"G1945","strongs_number":"G1945","system":"greek","language":"greek","number_value":1945,"lemma":"ἐπίκειμαι","transliteration":"epíkeimai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G2749 (κεῖμαι);","strongs_definition":"to rest upon (literally or figuratively)","kjv_definition":"impose, be instant, (be) laid (there-, up-)on, (when) lay (on), lie (on), press upon"} +{"id":"G610","strongs_number":"G610","system":"greek","language":"greek","number_value":610,"lemma":"ἀπόκριμα","transliteration":"apókrima","pronunciation":null,"derivation":"from G611 (ἀποκρίνομαι) (in its original sense of judging);","strongs_definition":"a judicial decision","kjv_definition":"sentence"} +{"id":"G2216","strongs_number":"G2216","system":"greek","language":"greek","number_value":2216,"lemma":"Ζοροβάβελ","transliteration":"Zorobábel","pronunciation":null,"derivation":"of Hebrew origin (H02216);","strongs_definition":"Zorobabel (i.e. Zerubbabel), an Israelite","kjv_definition":"Zorobabel"} +{"id":"G962","strongs_number":"G962","system":"greek","language":"greek","number_value":962,"lemma":"Βηθαβαρά","transliteration":"Bēthabará","pronunciation":null,"derivation":"of Hebrew origin (H01004 and H05679);","strongs_definition":"ferry-house; Bethabara (i.e. Bethabarah), a place on the Jordan","kjv_definition":"Bethabara"} +{"id":"G131","strongs_number":"G131","system":"greek","language":"greek","number_value":131,"lemma":"αἱμοῤῥέω","transliteration":"haimorrhéō","pronunciation":null,"derivation":"from G129 (αἷμα) and G4482 (ῥέω);","strongs_definition":"to flow blood, i.e. have a hæmorrhage","kjv_definition":"diseased with an issue of blood"} +{"id":"G4717","strongs_number":"G4717","system":"greek","language":"greek","number_value":4717,"lemma":"σταυρόω","transliteration":"stauróō","pronunciation":null,"derivation":"from G4716 (σταυρός);","strongs_definition":"to impale on the cross; figuratively, to extinguish (subdue) passion or selfishness","kjv_definition":"crucify"} +{"id":"G2143","strongs_number":"G2143","system":"greek","language":"greek","number_value":2143,"lemma":"εὐπρέπεια","transliteration":"euprépeia","pronunciation":null,"derivation":"from a compound of G2095 (εὖ) and G4241 (πρέπω);","strongs_definition":"good suitableness, i.e. gracefulness","kjv_definition":"grace"} +{"id":"G5432","strongs_number":"G5432","system":"greek","language":"greek","number_value":5432,"lemma":"φρουρέω","transliteration":"phrouréō","pronunciation":null,"derivation":"from a compound of G4253 (πρό) and G3708 (ὁράω);","strongs_definition":"to be a watcher in advance, i.e. to mount guard as a sentinel (post spies at gates); figuratively, to hem in, protect","kjv_definition":"keep (with a garrison)"} +{"id":"G65","strongs_number":"G65","system":"greek","language":"greek","number_value":65,"lemma":"ἀγριέλαιος","transliteration":"agriélaios","pronunciation":null,"derivation":"from G66 (ἄγριος) and G1636 (ἐλαία);","strongs_definition":"an oleaster","kjv_definition":"olive tree (which is) wild"} +{"id":"G1537","strongs_number":"G1537","system":"greek","language":"greek","number_value":1537,"lemma":"ἐκ","transliteration":"ek","pronunciation":null,"derivation":"a primary preposition denoting origin (the point whence action or motion proceeds), from, out (of place, time, or cause;","strongs_definition":"literal or figurative; direct or remote)","kjv_definition":"after, among, X are, at, betwixt(-yond), by (the means of), exceedingly, (+ abundantly above), for(- th), from (among, forth, up), + grudgingly, + heartily, X heavenly, X hereby, + very highly, in, …ly, (because, by reason) of, off (from), on, out among (from, of), over, since, X thenceforth, through, X unto, X vehemently, with(-out)"} +{"id":"G9","strongs_number":"G9","system":"greek","language":"greek","number_value":9,"lemma":"Ἀβιληνή","transliteration":"Abilēnḗ","pronunciation":null,"derivation":"of foreign origin (compare H058);","strongs_definition":"Abilene, a region of Syria","kjv_definition":"Abilene"} +{"id":"G1861","strongs_number":"G1861","system":"greek","language":"greek","number_value":1861,"lemma":"ἐπαγγέλλω","transliteration":"epangéllō","pronunciation":null,"derivation":"from G1909 (ἐπί) and the base of G32 (ἄγγελος);","strongs_definition":"to announce upon (reflexively), i.e. (by implication) to engage to do something, to assert something respecting oneself","kjv_definition":"profess, (make) promise"} +{"id":"G5467","strongs_number":"G5467","system":"greek","language":"greek","number_value":5467,"lemma":"χαλεπός","transliteration":"chalepós","pronunciation":null,"derivation":"perhaps from G5465 (χαλάω) through the idea of reducing the strength;","strongs_definition":"difficult, i.e. dangerous, or (by implication) furious","kjv_definition":"fierce, perilous"} +{"id":"G2204","strongs_number":"G2204","system":"greek","language":"greek","number_value":2204,"lemma":"ζέω","transliteration":"zéō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to be hot (boil, of liquids; or glow, of solids), i.e. (figuratively) be fervid (earnest)","kjv_definition":"be fervent"} +{"id":"G446","strongs_number":"G446","system":"greek","language":"greek","number_value":446,"lemma":"ἀνθύπατος","transliteration":"anthýpatos","pronunciation":null,"derivation":"from G473 (ἀντί) and a superlative of G5228 (ὑπέρ);","strongs_definition":"instead of the highest officer, i.e. (specially) a Roman proconsul","kjv_definition":"deputy"} +{"id":"G2870","strongs_number":"G2870","system":"greek","language":"greek","number_value":2870,"lemma":"κοπετός","transliteration":"kopetós","pronunciation":null,"derivation":"from G2875 (κόπτω);","strongs_definition":"mourning (properly, by beating the breast)","kjv_definition":"lamentation"} +{"id":"G4178","strongs_number":"G4178","system":"greek","language":"greek","number_value":4178,"lemma":"πολλάκις","transliteration":"pollákis","pronunciation":null,"derivation":"multiplicative adverb from G4183 (πολύς);","strongs_definition":"many times, i.e. frequently","kjv_definition":"oft(-en, -entimes, -times)"} +{"id":"G374","strongs_number":"G374","system":"greek","language":"greek","number_value":374,"lemma":"ἀναπείθω","transliteration":"anapeíthō","pronunciation":null,"derivation":"from G303 (ἀνά) and G3982 (πείθω);","strongs_definition":"to incite","kjv_definition":"persuade"} +{"id":"G4697","strongs_number":"G4697","system":"greek","language":"greek","number_value":4697,"lemma":"σπλαγχνίζομαι","transliteration":"splanchnízomai","pronunciation":null,"derivation":"middle voice from G4698 (σπλάγχνον);","strongs_definition":"to have the bowels yearn, i.e. (figuratively) feel sympathy, to pity","kjv_definition":"have (be moved with) compassion"} +{"id":"G509","strongs_number":"G509","system":"greek","language":"greek","number_value":509,"lemma":"ἄνωθεν","transliteration":"ánōthen","pronunciation":null,"derivation":"from G507 (ἄνω);","strongs_definition":"from above; by analogy, from the first; by implication, anew","kjv_definition":"from above, again, from the beginning (very first), the top"} +{"id":"G4882","strongs_number":"G4882","system":"greek","language":"greek","number_value":4882,"lemma":"συναποστέλλω","transliteration":"synapostéllō","pronunciation":null,"derivation":"from G4862 (σύν) and G649 (ἀποστέλλω);","strongs_definition":"to despatch (on an errand) in company with","kjv_definition":"send with"} +{"id":"G587","strongs_number":"G587","system":"greek","language":"greek","number_value":587,"lemma":"ἀπόδεκτος","transliteration":"apódektos","pronunciation":null,"derivation":"from G588 (ἀποδέχομαι);","strongs_definition":"accepted, i.e. agreeable","kjv_definition":"acceptable"} +{"id":"G4802","strongs_number":"G4802","system":"greek","language":"greek","number_value":4802,"lemma":"συζητέω","transliteration":"syzētéō","pronunciation":null,"derivation":"from G4862 (σύν) and G2212 (ζητέω);","strongs_definition":"to investigate jointly, i.e. discuss, controvert, cavil","kjv_definition":"dispute (with), enquire, question (with), reason (together)"} +{"id":"G977","strongs_number":"G977","system":"greek","language":"greek","number_value":977,"lemma":"βιβρώσκω","transliteration":"bibrṓskō","pronunciation":null,"derivation":"a reduplicated and prolonged form of an obsolete primary verb (perhaps causative of G1006 (βόσκω));","strongs_definition":"to eat","kjv_definition":"eat"} +{"id":"G4759","strongs_number":"G4759","system":"greek","language":"greek","number_value":4759,"lemma":"στρατοπεδάρχης","transliteration":"stratopedárchēs","pronunciation":null,"derivation":"from G4760 (στρατόπεδον) and G757 (ἄρχω);","strongs_definition":"a ruler of an army, i.e. (specially), a Prætorian præfect","kjv_definition":"captain of the guard"} +{"id":"G5489","strongs_number":"G5489","system":"greek","language":"greek","number_value":5489,"lemma":"χάρτης","transliteration":"chártēs","pronunciation":null,"derivation":"from the same as G5482 (χάραξ);","strongs_definition":"a sheet (\"chart\") of writing-material (as to be scribbled over)","kjv_definition":"paper"} +{"id":"G4924","strongs_number":"G4924","system":"greek","language":"greek","number_value":4924,"lemma":"συνοικέω","transliteration":"synoikéō","pronunciation":null,"derivation":"from G4862 (σύν) and G3611 (οἰκέω);","strongs_definition":"to reside together (as a family)","kjv_definition":"dwell together"} +{"id":"G4482","strongs_number":"G4482","system":"greek","language":"greek","number_value":4482,"lemma":"ῥέω","transliteration":"rhéō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"for some tenses of which a prolonged form is used to flow (\"run\"; as water)","kjv_definition":"flow"} +{"id":"G3354","strongs_number":"G3354","system":"greek","language":"greek","number_value":3354,"lemma":"μετρέω","transliteration":"metréō","pronunciation":null,"derivation":"from G3358 (μέτρον);","strongs_definition":"to measure (i.e. ascertain in size by a fixed standard); by implication, to admeasure (i.e. allot by rule)","kjv_definition":"figuratively, to estimate:--measure, mete"} +{"id":"G2559","strongs_number":"G2559","system":"greek","language":"greek","number_value":2559,"lemma":"κακόω","transliteration":"kakóō","pronunciation":null,"derivation":"from G2556 (κακός);","strongs_definition":"to injure; figuratively, to exasperate","kjv_definition":"make evil affected, entreat evil, harm, hurt, vex"} +{"id":"G3309","strongs_number":"G3309","system":"greek","language":"greek","number_value":3309,"lemma":"μεριμνάω","transliteration":"merimnáō","pronunciation":null,"derivation":"from G3308 (μέριμνα);","strongs_definition":"to be anxious about","kjv_definition":"(be, have) care(-ful), take thought"} +{"id":"G3184","strongs_number":"G3184","system":"greek","language":"greek","number_value":3184,"lemma":"μεθύω","transliteration":"methýō","pronunciation":null,"derivation":"from another form of G3178 (μέθη);","strongs_definition":"to drink to intoxication, i.e. get drunk","kjv_definition":"drink well, make (be) drunk(-en)"} +{"id":"G5260","strongs_number":"G5260","system":"greek","language":"greek","number_value":5260,"lemma":"ὑποβάλλω","transliteration":"hypobállō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G906 (βάλλω);","strongs_definition":"to throw in stealthily, i.e. introduce by collusion","kjv_definition":"suborn"} +{"id":"G2920","strongs_number":"G2920","system":"greek","language":"greek","number_value":2920,"lemma":"κρίσις","transliteration":"krísis","pronunciation":null,"derivation":null,"strongs_definition":"decision (subjectively or objectively, for or against); by extension, a tribunal; by implication, justice (especially, divine law)","kjv_definition":"accusation, condemnation, damnation, judgment"} +{"id":"G2479","strongs_number":"G2479","system":"greek","language":"greek","number_value":2479,"lemma":"ἰσχύς","transliteration":"ischýs","pronunciation":null,"derivation":"from a derivative of (force;","strongs_definition":"compare , a form of G2192 (ἔχω)); forcefulness (literally or figuratively)","kjv_definition":"ability, might(-ily), power, strength"} +{"id":"G301","strongs_number":"G301","system":"greek","language":"greek","number_value":301,"lemma":"Ἀμώς","transliteration":"Amṓs","pronunciation":null,"derivation":"of Hebrew origin (H0531);","strongs_definition":"Amos, an Israelite","kjv_definition":"Amos"} +{"id":"G2847","strongs_number":"G2847","system":"greek","language":"greek","number_value":2847,"lemma":"κόκκινος","transliteration":"kókkinos","pronunciation":null,"derivation":"from G2848 (κόκκος) (from the kernel-shape of the insect);","strongs_definition":"crimson-colored","kjv_definition":"scarlet (colour, coloured)"} +{"id":"G1395","strongs_number":"G1395","system":"greek","language":"greek","number_value":1395,"lemma":"δότης","transliteration":"dótēs","pronunciation":null,"derivation":"from the base of G1325 (δίδωμι);","strongs_definition":"a giver","kjv_definition":"giver"} +{"id":"G1633","strongs_number":"G1633","system":"greek","language":"greek","number_value":1633,"lemma":"ἐκχωρέω","transliteration":"ekchōréō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5562 (χωρέω);","strongs_definition":"to depart","kjv_definition":"depart out"} +{"id":"G2674","strongs_number":"G2674","system":"greek","language":"greek","number_value":2674,"lemma":"καταριθμέω","transliteration":"katarithméō","pronunciation":null,"derivation":"from G2596 (κατά) and G705 (ἀριθμέω);","strongs_definition":"to reckon among","kjv_definition":"number with"} +{"id":"G4002","strongs_number":"G4002","system":"greek","language":"greek","number_value":4002,"lemma":"πέντε","transliteration":"pénte","pronunciation":null,"derivation":"a primary number;","strongs_definition":"\"five\"","kjv_definition":"five"} +{"id":"G1418","strongs_number":"G1418","system":"greek","language":"greek","number_value":1418,"lemma":"δυσ-","transliteration":"dys-","pronunciation":null,"derivation":"a primary inseparable particle of uncertain derivation;","strongs_definition":"used only in composition as a prefix; hard, i.e. with difficulty","kjv_definition":"+ hard, + grievous, etc"} +{"id":"G1110","strongs_number":"G1110","system":"greek","language":"greek","number_value":1110,"lemma":"γνωστός","transliteration":"gnōstós","pronunciation":null,"derivation":"from G1097 (γινώσκω);","strongs_definition":"well-known","kjv_definition":"acquaintance, (which may be) known, notable"} +{"id":"G1098","strongs_number":"G1098","system":"greek","language":"greek","number_value":1098,"lemma":"γλεῦκος","transliteration":"gleûkos","pronunciation":null,"derivation":"akin to G1099 (γλυκύς);","strongs_definition":"sweet wine, i.e. (properly) must (fresh juice), but used of the more saccharine (and therefore highly inebriating) fermented wine","kjv_definition":"new wine"} +{"id":"G1266","strongs_number":"G1266","system":"greek","language":"greek","number_value":1266,"lemma":"διαμερίζω","transliteration":"diamerízō","pronunciation":null,"derivation":"from G1223 (διά) and G3307 (μερίζω);","strongs_definition":"to partition thoroughly (literally in distribution, figuratively in dissension)","kjv_definition":"cloven, divide, part"} +{"id":"G4254","strongs_number":"G4254","system":"greek","language":"greek","number_value":4254,"lemma":"προάγω","transliteration":"proágō","pronunciation":null,"derivation":"from G4253 (πρό) and G71 (ἄγω);","strongs_definition":"to lead forward (magisterially); intransitively, to precede (in place or time (participle, previous))","kjv_definition":"bring (forth, out), go before"} +{"id":"G4767","strongs_number":"G4767","system":"greek","language":"greek","number_value":4767,"lemma":"στυγνητός","transliteration":"stygnētós","pronunciation":null,"derivation":"from a derivative of an obsolete apparently primary (to hate);","strongs_definition":"hated, i.e. odious","kjv_definition":"hateful"} +{"id":"G850","strongs_number":"G850","system":"greek","language":"greek","number_value":850,"lemma":"αὐχμηρός","transliteration":"auchmērós","pronunciation":null,"derivation":"from (probably from a base akin to that of G109 (ἀήρ)) (dust, as dried by wind);","strongs_definition":"properly, dirty, i.e. (by implication) obscure","kjv_definition":"dark"} +{"id":"G4742","strongs_number":"G4742","system":"greek","language":"greek","number_value":4742,"lemma":"στίγμα","transliteration":"stígma","pronunciation":null,"derivation":"from a primary (to \"stick\", i.e. prick);","strongs_definition":"a mark incised or punched (for recognition of ownership), i.e. (figuratively) scar of service","kjv_definition":"mark"} +{"id":"G4669","strongs_number":"G4669","system":"greek","language":"greek","number_value":4669,"lemma":"σμυρνίζω","transliteration":"smyrnízō","pronunciation":null,"derivation":"from G4667 (Σμύρνα);","strongs_definition":"to tincture with myrrh, i.e. embitter (as a narcotic)","kjv_definition":"mingle with myrrh"} +{"id":"G4298","strongs_number":"G4298","system":"greek","language":"greek","number_value":4298,"lemma":"προκόπτω","transliteration":"prokóptō","pronunciation":null,"derivation":"from G4253 (πρό) and G2875 (κόπτω);","strongs_definition":"to drive forward (as if by beating), i.e. (figuratively and intransitively) to advance (in amount, to grow; in time, to be well along)","kjv_definition":"increase, proceed, profit, be far spent, wax"} +{"id":"G5210","strongs_number":"G5210","system":"greek","language":"greek","number_value":5210,"lemma":"ὑμεῖς","transliteration":"hymeîs","pronunciation":null,"derivation":"irregular plural of G4771 (σύ);","strongs_definition":"you (as subjective of verb)","kjv_definition":"ye (yourselves), you"} +{"id":"G4464","strongs_number":"G4464","system":"greek","language":"greek","number_value":4464,"lemma":"ῥάβδος","transliteration":"rhábdos","pronunciation":null,"derivation":"from the base of G4474 (ῥαπίζω);","strongs_definition":"a stick or wand (as a cudgel, a cane or a baton of royalty)","kjv_definition":"rod, sceptre, staff"} +{"id":"G1849","strongs_number":"G1849","system":"greek","language":"greek","number_value":1849,"lemma":"ἐξουσία","transliteration":"exousía","pronunciation":null,"derivation":"from G1832 (ἔξεστι) (in the sense of ability);","strongs_definition":"privilege, i.e. (subjectively) force, capacity, competency, freedom, or (objectively) mastery (concretely, magistrate, superhuman, potentate, token of control), delegated influence","kjv_definition":"authority, jurisdiction, liberty, power, right, strength"} +{"id":"G1574","strongs_number":"G1574","system":"greek","language":"greek","number_value":1574,"lemma":"ἐκκεντέω","transliteration":"ekkentéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and the base of G2759 (κέντρον);","strongs_definition":"to transfix","kjv_definition":"pierce"} +{"id":"G1754","strongs_number":"G1754","system":"greek","language":"greek","number_value":1754,"lemma":"ἐνεργέω","transliteration":"energéō","pronunciation":null,"derivation":"from G1756 (ἐνεργής);","strongs_definition":"to be active, efficient","kjv_definition":"do, (be) effectual (fervent), be mighty in, shew forth self, work (effectually in)"} +{"id":"G894","strongs_number":"G894","system":"greek","language":"greek","number_value":894,"lemma":"ἄψινθος","transliteration":"ápsinthos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"wormwood (as a type of bitterness, i.e. (figuratively) calamity)","kjv_definition":"wormwood"} +{"id":"G4431","strongs_number":"G4431","system":"greek","language":"greek","number_value":4431,"lemma":"πτῶσις","transliteration":"ptōsis","pronunciation":null,"derivation":"from the alternate of G4098 (πίπτω);","strongs_definition":"a crash, i.e. downfall (literally or figuratively)","kjv_definition":"fall"} +{"id":"G2032","strongs_number":"G2032","system":"greek","language":"greek","number_value":2032,"lemma":"ἐπουράνιος","transliteration":"epouránios","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3772 (οὐρανός);","strongs_definition":"above the sky","kjv_definition":"celestial, (in) heaven(-ly), high"} +{"id":"G227","strongs_number":"G227","system":"greek","language":"greek","number_value":227,"lemma":"ἀληθής","transliteration":"alēthḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2990 (λανθάνω);","strongs_definition":"true (as not concealing)","kjv_definition":"true, truly, truth"} +{"id":"G3835","strongs_number":"G3835","system":"greek","language":"greek","number_value":3835,"lemma":"πανοῦργος","transliteration":"panoûrgos","pronunciation":null,"derivation":"from G3956 (πᾶς) and G2041 (ἔργον);","strongs_definition":"all-working, i.e. adroit (shrewd)","kjv_definition":"crafty"} +{"id":"G475","strongs_number":"G475","system":"greek","language":"greek","number_value":475,"lemma":"ἀντιδιατίθεμαι","transliteration":"antidiatíthemai","pronunciation":null,"derivation":"from G473 (ἀντί) and G1303 (διατίθεμαι);","strongs_definition":"to set oneself opposite, i.e. be disputatious","kjv_definition":"that oppose themselves"} +{"id":"G4509","strongs_number":"G4509","system":"greek","language":"greek","number_value":4509,"lemma":"ῥύπος","transliteration":"rhýpos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"dirt, i.e. (morally) depravity","kjv_definition":"filth"} +{"id":"G252","strongs_number":"G252","system":"greek","language":"greek","number_value":252,"lemma":"ἁλυκός","transliteration":"halykós","pronunciation":null,"derivation":"from G251 (ἅλς);","strongs_definition":"briny","kjv_definition":"salt"} +{"id":"G1606","strongs_number":"G1606","system":"greek","language":"greek","number_value":1606,"lemma":"ἐκπνέω","transliteration":"ekpnéō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G4154 (πνέω);","strongs_definition":"to expire","kjv_definition":"give up the ghost"} +{"id":"G4999","strongs_number":"G4999","system":"greek","language":"greek","number_value":4999,"lemma":"Ταβέρναι","transliteration":"Tabérnai","pronunciation":null,"derivation":"plural of Latin origin;","strongs_definition":"huts or wooden-walled buildings; Tabernæ","kjv_definition":"taverns"} +{"id":"G2128","strongs_number":"G2128","system":"greek","language":"greek","number_value":2128,"lemma":"εὐλογητός","transliteration":"eulogētós","pronunciation":null,"derivation":"from G2127 (εὐλογέω);","strongs_definition":"adorable","kjv_definition":"blessed"} +{"id":"G764","strongs_number":"G764","system":"greek","language":"greek","number_value":764,"lemma":"ἀσεβέω","transliteration":"asebéō","pronunciation":null,"derivation":"from G765 (ἀσεβής);","strongs_definition":"to be (by implied act) impious or wicked","kjv_definition":"commit (live, that after should live) ungodly"} +{"id":"G4677","strongs_number":"G4677","system":"greek","language":"greek","number_value":4677,"lemma":"Σουσάννα","transliteration":"Sousánna","pronunciation":null,"derivation":"of Hebrew origin (H07799 feminine);","strongs_definition":"lily; Susannah (i.e. Shoshannah), an Israelitess","kjv_definition":"Susanna"} +{"id":"G3399","strongs_number":"G3399","system":"greek","language":"greek","number_value":3399,"lemma":"Μίλητος","transliteration":"Mílētos","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Miletus, a city of Asia Minor","kjv_definition":"Miletus"} +{"id":"G3135","strongs_number":"G3135","system":"greek","language":"greek","number_value":3135,"lemma":"μαργαρίτης","transliteration":"margarítēs","pronunciation":null,"derivation":"from (a pearl-oyster);","strongs_definition":"a pearl","kjv_definition":"pearl"} +{"id":"G2589","strongs_number":"G2589","system":"greek","language":"greek","number_value":2589,"lemma":"καρδιογνώστης","transliteration":"kardiognṓstēs","pronunciation":null,"derivation":"from G2588 (καρδία) and G1097 (γινώσκω);","strongs_definition":"a heart-knower","kjv_definition":"which knowest the hearts"} +{"id":"G2964","strongs_number":"G2964","system":"greek","language":"greek","number_value":2964,"lemma":"κυρόω","transliteration":"kyróō","pronunciation":null,"derivation":"from the same as G2962 (κύριος);","strongs_definition":"to make authoritative, i.e. ratify","kjv_definition":"confirm"} +{"id":"G5549","strongs_number":"G5549","system":"greek","language":"greek","number_value":5549,"lemma":"χρονίζω","transliteration":"chronízō","pronunciation":null,"derivation":"from G5550 (χρόνος);","strongs_definition":"to take time, i.e. linger","kjv_definition":"delay, tarry"} +{"id":"G3934","strongs_number":"G3934","system":"greek","language":"greek","number_value":3934,"lemma":"Πάρθος","transliteration":"Párthos","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"a Parthian, i.e. inhabitant of Parthia","kjv_definition":"Parthian"} +{"id":"G344","strongs_number":"G344","system":"greek","language":"greek","number_value":344,"lemma":"ἀνακάμπτω","transliteration":"anakámptō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2578 (κάμπτω);","strongs_definition":"to turn back","kjv_definition":"(re-)turn"} +{"id":"G1079","strongs_number":"G1079","system":"greek","language":"greek","number_value":1079,"lemma":"γενετή","transliteration":"genetḗ","pronunciation":null,"derivation":"feminine of a presumed derivative of the base of G1074 (γενεά);","strongs_definition":"birth","kjv_definition":"birth"} +{"id":"G1694","strongs_number":"G1694","system":"greek","language":"greek","number_value":1694,"lemma":"Ἐμμανουήλ","transliteration":"Emmanouḗl","pronunciation":null,"derivation":"of Hebrew origin (H06005);","strongs_definition":"God with us; Emmanuel, a name of Christ","kjv_definition":"Emmanuel"} +{"id":"G5200","strongs_number":"G5200","system":"greek","language":"greek","number_value":5200,"lemma":"ὑγρός","transliteration":"hygrós","pronunciation":null,"derivation":"from the base of G5205 (ὑετός);","strongs_definition":"wet (as if with rain), i.e. (by implication) sappy (fresh)","kjv_definition":"green"} +{"id":"G3483","strongs_number":"G3483","system":"greek","language":"greek","number_value":3483,"lemma":"ναί","transliteration":"naí","pronunciation":null,"derivation":"a primary particle of strong affirmation;","strongs_definition":"yes","kjv_definition":"even so, surely, truth, verily, yea, yes"} +{"id":"G4443","strongs_number":"G4443","system":"greek","language":"greek","number_value":4443,"lemma":"πυρά","transliteration":"pyrá","pronunciation":null,"derivation":"from G4442 (πῦρ);","strongs_definition":"a fire (concretely)","kjv_definition":"fire"} +{"id":"G1080","strongs_number":"G1080","system":"greek","language":"greek","number_value":1080,"lemma":"γεννάω","transliteration":"gennáō","pronunciation":null,"derivation":"from a variation of G1085 (γένος);","strongs_definition":"to procreate (properly, of the father, but by extension of the mother); figuratively, to regenerate","kjv_definition":"bear, beget, be born, bring forth, conceive, be delivered of, gender, make, spring"} +{"id":"G1464","strongs_number":"G1464","system":"greek","language":"greek","number_value":1464,"lemma":"ἐγκοπή","transliteration":"enkopḗ","pronunciation":null,"derivation":"from G1465 (ἐγκόπτω);","strongs_definition":"a hindrance","kjv_definition":"X hinder"} +{"id":"G5021","strongs_number":"G5021","system":"greek","language":"greek","number_value":5021,"lemma":"τάσσω","transliteration":"tássō","pronunciation":null,"derivation":"a prolonged form of a primary verb (which latter appears only in certain tenses);","strongs_definition":"to arrange in an orderly manner, i.e. assign or dispose (to a certain position or lot)","kjv_definition":"addict, appoint, determine, ordain, set"} +{"id":"G3721","strongs_number":"G3721","system":"greek","language":"greek","number_value":3721,"lemma":"ὄρθριος","transliteration":"órthrios","pronunciation":null,"derivation":"from G3722 (ὄρθρος);","strongs_definition":"in the dawn, i.e. up at day-break","kjv_definition":"early"} +{"id":"G152","strongs_number":"G152","system":"greek","language":"greek","number_value":152,"lemma":"αἰσχύνη","transliteration":"aischýnē","pronunciation":null,"derivation":"from G153 (αἰσχύνομαι);","strongs_definition":"shame or disgrace (abstractly or concretely)","kjv_definition":"dishonesty, shame"} +{"id":"G5118","strongs_number":"G5118","system":"greek","language":"greek","number_value":5118,"lemma":"τοσοῦτος","transliteration":"tosoûtos","pronunciation":null,"derivation":"from (so much;","strongs_definition":"apparently from G3588 (ὁ) and G3739 (ὅς)) and G3778 (οὗτος) (including its variations); so vast as this, i.e. such (in quantity, amount, number of space)","kjv_definition":"as large, so great (long, many, much), these many"} +{"id":"G5391","strongs_number":"G5391","system":"greek","language":"greek","number_value":5391,"lemma":"φιλόφρων","transliteration":"philóphrōn","pronunciation":null,"derivation":"from G5384 (φίλος) and G5424 (φρήν);","strongs_definition":"friendly of mind, i.e. kind","kjv_definition":"courteous"} +{"id":"G4342","strongs_number":"G4342","system":"greek","language":"greek","number_value":4342,"lemma":"προσκαρτερέω","transliteration":"proskarteréō","pronunciation":null,"derivation":"from G4314 (πρός) and G2594 (καρτερέω);","strongs_definition":"to be earnest towards, i.e. (to a thing) to persevere, be constantly diligent, or (in a place) to attend assiduously all the exercises, or (to a person) to adhere closely to (as a servitor)","kjv_definition":"attend (give self) continually (upon), continue (in, instant in, with), wait on (continually)"} +{"id":"G4093","strongs_number":"G4093","system":"greek","language":"greek","number_value":4093,"lemma":"πινακίδιον","transliteration":"pinakídion","pronunciation":null,"derivation":"diminutive of G4094 (πίναξ);","strongs_definition":"a tablet (for writing on)","kjv_definition":"writing table"} +{"id":"G271","strongs_number":"G271","system":"greek","language":"greek","number_value":271,"lemma":"ἀμέθυστος","transliteration":"améthystos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3184 (μεθύω);","strongs_definition":"the \"amethyst\" (supposed to prevent intoxication)","kjv_definition":"amethyst"} +{"id":"G786","strongs_number":"G786","system":"greek","language":"greek","number_value":786,"lemma":"ἄσπονδος","transliteration":"áspondos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G4689 (σπένδω);","strongs_definition":"literally, without libation (which usually accompanied a treaty), i.e. (by implication) truceless","kjv_definition":"implacable, truce-breaker"} +{"id":"G4791","strongs_number":"G4791","system":"greek","language":"greek","number_value":4791,"lemma":"συγκοινωνός","transliteration":"synkoinōnós","pronunciation":null,"derivation":"from G4862 (σύν) and G2844 (κοινωνός);","strongs_definition":"a co-participant","kjv_definition":"companion, partake(-r, -r with)"} +{"id":"G4723","strongs_number":"G4723","system":"greek","language":"greek","number_value":4723,"lemma":"στείρος","transliteration":"steíros","pronunciation":null,"derivation":"a contraction from G4731 (στερεός) (as stiff and unnatural);","strongs_definition":"\"sterile\"","kjv_definition":"barren"} +{"id":"G5230","strongs_number":"G5230","system":"greek","language":"greek","number_value":5230,"lemma":"ὑπέρακμος","transliteration":"hypérakmos","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and the base of G188 (ἀκμήν);","strongs_definition":"beyond the \"acme\", i.e. figuratively (of a daughter) past the bloom (prime) of youth","kjv_definition":"+ pass the flower of (her) age"} +{"id":"G1583","strongs_number":"G1583","system":"greek","language":"greek","number_value":1583,"lemma":"ἐκλαλέω","transliteration":"eklaléō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G2980 (λαλέω);","strongs_definition":"to divulge","kjv_definition":"tell"} +{"id":"G4993","strongs_number":"G4993","system":"greek","language":"greek","number_value":4993,"lemma":"σωφρονέω","transliteration":"sōphronéō","pronunciation":null,"derivation":"from G4998 (σώφρων);","strongs_definition":"to be of sound mind, i.e. sane, (figuratively) moderate","kjv_definition":"be in right mind, be sober (minded), soberly"} +{"id":"G4495","strongs_number":"G4495","system":"greek","language":"greek","number_value":4495,"lemma":"ῥιπτέω","transliteration":"rhiptéō","pronunciation":null,"derivation":"from a derivative of G4496 (ῥίπτω);","strongs_definition":"to toss up","kjv_definition":"cast off"} +{"id":"G4771","strongs_number":"G4771","system":"greek","language":"greek","number_value":4771,"lemma":"σύ","transliteration":"sý","pronunciation":null,"derivation":"the personal pronoun of the second person singular;","strongs_definition":"thou","kjv_definition":"thou"} +{"id":"G934","strongs_number":"G934","system":"greek","language":"greek","number_value":934,"lemma":"βασίλειος","transliteration":"basíleios","pronunciation":null,"derivation":"from G935 (βασιλεύς);","strongs_definition":"kingly (in nature)","kjv_definition":"royal"} +{"id":"G3696","strongs_number":"G3696","system":"greek","language":"greek","number_value":3696,"lemma":"ὅπλον","transliteration":"hóplon","pronunciation":null,"derivation":"probably from a primary (to be busy about);","strongs_definition":"an implement or utensil or tool (literally or figuratively, especially, offensive for war)","kjv_definition":"armour, instrument, weapon"} +{"id":"G2929","strongs_number":"G2929","system":"greek","language":"greek","number_value":2929,"lemma":"κρυσταλλίζω","transliteration":"krystallízō","pronunciation":null,"derivation":"from G2930 (κρύσταλλος);","strongs_definition":"to make (i.e. intransitively, resemble) ice (\"crystallize\")","kjv_definition":"be clear as crystal"} +{"id":"G3667","strongs_number":"G3667","system":"greek","language":"greek","number_value":3667,"lemma":"ὁμοίωμα","transliteration":"homoíōma","pronunciation":null,"derivation":"from G3666 (ὁμοιόω);","strongs_definition":"a form; abstractly, resemblance","kjv_definition":"made like to, likeness, shape, similitude"} +{"id":"G630","strongs_number":"G630","system":"greek","language":"greek","number_value":630,"lemma":"ἀπολύω","transliteration":"apolýō","pronunciation":null,"derivation":"from G575 (ἀπό) and G3089 (λύω);","strongs_definition":"to free fully, i.e. (literally) relieve, release, dismiss (reflexively, depart), or (figuratively) let die, pardon or (specially) divorce","kjv_definition":"(let) depart, dismiss, divorce, forgive, let go, loose, put (send) away, release, set at liberty"} +{"id":"G2936","strongs_number":"G2936","system":"greek","language":"greek","number_value":2936,"lemma":"κτίζω","transliteration":"ktízō","pronunciation":null,"derivation":"probably akin to G2932 (κτάομαι) (through the idea of proprietorship of the manufacturer);","strongs_definition":"to fabricate, i.e. found (form originally)","kjv_definition":"create, Creator, make"} +{"id":"G5175","strongs_number":"G5175","system":"greek","language":"greek","number_value":5175,"lemma":"Τρωγύλλιον","transliteration":"Trōgýllion","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Trogyllium, a place in Asia Minor","kjv_definition":"Trogyllium"} +{"id":"G449","strongs_number":"G449","system":"greek","language":"greek","number_value":449,"lemma":"ἄνιπτος","transliteration":"ániptos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G3538 (νίπτω);","strongs_definition":"without ablution","kjv_definition":"unwashen"} +{"id":"G2160","strongs_number":"G2160","system":"greek","language":"greek","number_value":2160,"lemma":"εὐτραπελία","transliteration":"eutrapelía","pronunciation":null,"derivation":"from a compound of G2095 (εὖ) and a derivative of the base of G5157 (τροπή) (meaning well-turned, i.e. ready at repartee, jocose);","strongs_definition":"witticism, i.e. (in a vulgar sense) ribaldry","kjv_definition":"jesting"} +{"id":"G216","strongs_number":"G216","system":"greek","language":"greek","number_value":216,"lemma":"ἄλαλος","transliteration":"álalos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2980 (λαλέω);","strongs_definition":"mute","kjv_definition":"dumb"} +{"id":"G523","strongs_number":"G523","system":"greek","language":"greek","number_value":523,"lemma":"ἀπαιτέω","transliteration":"apaitéō","pronunciation":null,"derivation":"from G575 (ἀπό) and G154 (αἰτέω);","strongs_definition":"to demand back","kjv_definition":"ask again, require"} +{"id":"G4886","strongs_number":"G4886","system":"greek","language":"greek","number_value":4886,"lemma":"σύνδεσμος","transliteration":"sýndesmos","pronunciation":null,"derivation":"from G4862 (σύν) and G1199 (δεσμόν);","strongs_definition":"a joint tie, i.e. ligament, (figuratively) uniting principle, control","kjv_definition":"band, bond"} +{"id":"G173","strongs_number":"G173","system":"greek","language":"greek","number_value":173,"lemma":"ἄκανθα","transliteration":"ákantha","pronunciation":null,"derivation":"probably from the same as G188 (ἀκμήν);","strongs_definition":"a thorn","kjv_definition":"thorn"} +{"id":"G1898","strongs_number":"G1898","system":"greek","language":"greek","number_value":1898,"lemma":"ἐπεισαγωγή","transliteration":"epeisagōgḗ","pronunciation":null,"derivation":"from a compound of G1909 (ἐπί) and G1521 (εἰσάγω);","strongs_definition":"a superintroduction","kjv_definition":"bringing in"} +{"id":"G3197","strongs_number":"G3197","system":"greek","language":"greek","number_value":3197,"lemma":"Μελχί","transliteration":"Melchí","pronunciation":null,"derivation":"of Hebrew origin (H04428 with pronominal suffix, my king);","strongs_definition":"Melchi (i.e. Malki), the name of two Israelites","kjv_definition":"Melchi"} +{"id":"G460","strongs_number":"G460","system":"greek","language":"greek","number_value":460,"lemma":"ἀνόμως","transliteration":"anómōs","pronunciation":null,"derivation":"adverb from G459 (ἄνομος);","strongs_definition":"lawlessly, i.e. (specially) not amenable to (the Jewish) law","kjv_definition":"without law"} +{"id":"G1551","strongs_number":"G1551","system":"greek","language":"greek","number_value":1551,"lemma":"ἐκδέχομαι","transliteration":"ekdéchomai","pronunciation":null,"derivation":"from G1537 (ἐκ) and G1209 (δέχομαι);","strongs_definition":"to accept from some source, i.e. (by implication) to await","kjv_definition":"expect, look (tarry) for, wait (for)"} +{"id":"G1334","strongs_number":"G1334","system":"greek","language":"greek","number_value":1334,"lemma":"διηγέομαι","transliteration":"diēgéomai","pronunciation":null,"derivation":"from G1223 (διά) and G2233 (ἡγέομαι);","strongs_definition":"to relate fully","kjv_definition":"declare, shew, tell"} +{"id":"G4472","strongs_number":"G4472","system":"greek","language":"greek","number_value":4472,"lemma":"ῥαντίζω","transliteration":"rhantízō","pronunciation":null,"derivation":"from a derivative of (to sprinkle);","strongs_definition":"to render besprinkled, i.e. asperse (ceremonially or figuratively)","kjv_definition":"sprinkle"} +{"id":"G4437","strongs_number":"G4437","system":"greek","language":"greek","number_value":4437,"lemma":"πυκνός","transliteration":"pyknós","pronunciation":null,"derivation":"from the same as G4635 (σκηνοποιός);","strongs_definition":"clasped (thick), i.e. (figuratively) frequent; neuter plural (as adverb) frequently","kjv_definition":"often(-er)"} +{"id":"G1466","strongs_number":"G1466","system":"greek","language":"greek","number_value":1466,"lemma":"ἐγκράτεια","transliteration":"enkráteia","pronunciation":null,"derivation":"from G1468 (ἐγκρατής);","strongs_definition":"self-control (especially continence)","kjv_definition":"temperance"} +{"id":"G4666","strongs_number":"G4666","system":"greek","language":"greek","number_value":4666,"lemma":"σμύρνα","transliteration":"smýrna","pronunciation":null,"derivation":"apparently strengthened for G3464 (μύρον);","strongs_definition":"myrrh","kjv_definition":"myrrh"} +{"id":"G1239","strongs_number":"G1239","system":"greek","language":"greek","number_value":1239,"lemma":"διαδίδωμι","transliteration":"diadídōmi","pronunciation":null,"derivation":"from G1223 (διά) and G1325 (δίδωμι);","strongs_definition":"to give throughout a crowd, i.e. deal out; also to deliver over (as to a successor)","kjv_definition":"(make) distribute(-ion), divide, give"} +{"id":"G3336","strongs_number":"G3336","system":"greek","language":"greek","number_value":3336,"lemma":"μετάλημψις","transliteration":"metálēmpsis","pronunciation":null,"derivation":"from G3335 (μεταλαμβάνω);","strongs_definition":"participation","kjv_definition":"taking"} +{"id":"G4196","strongs_number":"G4196","system":"greek","language":"greek","number_value":4196,"lemma":"Πόπλιος","transliteration":"Póplios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"apparently \"popular\"; Poplius (i.e. Publius), a Roman","kjv_definition":"Publius"} +{"id":"G4340","strongs_number":"G4340","system":"greek","language":"greek","number_value":4340,"lemma":"πρόσκαιρος","transliteration":"próskairos","pronunciation":null,"derivation":"from G4314 (πρός) and G2540 (καιρός);","strongs_definition":"for the occasion only, i.e. temporary","kjv_definition":"dur-(eth) for awhile, endure for a time, for a season, temporal"} +{"id":"G3066","strongs_number":"G3066","system":"greek","language":"greek","number_value":3066,"lemma":"Λούκιος","transliteration":"Loúkios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"illuminative; Lucius, a Christian","kjv_definition":"Lucius"} +{"id":"G2685","strongs_number":"G2685","system":"greek","language":"greek","number_value":2685,"lemma":"κατάσκοπος","transliteration":"katáskopos","pronunciation":null,"derivation":"from G2596 (κατά) (intensive) and G4649 (σκοπός) (in the sense of a watcher);","strongs_definition":"a reconnoiterer","kjv_definition":"spy"} +{"id":"G4055","strongs_number":"G4055","system":"greek","language":"greek","number_value":4055,"lemma":"περισσότερος","transliteration":"perissóteros","pronunciation":null,"derivation":"comparative of G4053 (περισσός);","strongs_definition":"more superabundant (in number, degree or character)","kjv_definition":"more abundant, greater (much) more, overmuch"} +{"id":"G2512","strongs_number":"G2512","system":"greek","language":"greek","number_value":2512,"lemma":"καθαρισμός","transliteration":"katharismós","pronunciation":null,"derivation":"from G2511 (καθαρίζω);","strongs_definition":"a washing off, i.e. (ceremonially) ablution, (morally) expiation","kjv_definition":"cleansing, + purge, purification(-fying)"} +{"id":"G4144","strongs_number":"G4144","system":"greek","language":"greek","number_value":4144,"lemma":"πλόος","transliteration":"plóos","pronunciation":null,"derivation":"from G4126 (πλέω);","strongs_definition":"a sail, i.e. navigation","kjv_definition":"course, sailing, voyage"} +{"id":"G4381","strongs_number":"G4381","system":"greek","language":"greek","number_value":4381,"lemma":"προσωπολήπτης","transliteration":"prosōpolḗptēs","pronunciation":null,"derivation":"from G4383 (πρόσωπον) and G2983 (λαμβάνω);","strongs_definition":"an accepter of a face (individual), i.e. (specially), one exhibiting partiality","kjv_definition":"respecter of persons"} +{"id":"G2924","strongs_number":"G2924","system":"greek","language":"greek","number_value":2924,"lemma":"κριτικός","transliteration":"kritikós","pronunciation":null,"derivation":"from G2923 (κριτής);","strongs_definition":"decisive (\"critical\"), i.e. discriminative","kjv_definition":"discerner"} +{"id":"G4551","strongs_number":"G4551","system":"greek","language":"greek","number_value":4551,"lemma":"Σαπφείρη","transliteration":"Sappheírē","pronunciation":null,"derivation":"feminine of G4552 (σάπφειρος);","strongs_definition":"Sapphire, an Israelitess","kjv_definition":"Sapphira"} +{"id":"G4914","strongs_number":"G4914","system":"greek","language":"greek","number_value":4914,"lemma":"συνήθεια","transliteration":"synḗtheia","pronunciation":null,"derivation":"from a compound of G4862 (σύν) and G2239 (ἦθος);","strongs_definition":"mutual habituation, i.e. usage","kjv_definition":"custom"} +{"id":"G4773","strongs_number":"G4773","system":"greek","language":"greek","number_value":4773,"lemma":"συγγενής","transliteration":"syngenḗs","pronunciation":null,"derivation":"from G4862 (σύν) and G1085 (γένος);","strongs_definition":"a relative (by blood); by extension, a fellow countryman","kjv_definition":"cousin, kin(-sfolk, -sman)"} +{"id":"G4927","strongs_number":"G4927","system":"greek","language":"greek","number_value":4927,"lemma":"συνομορέω","transliteration":"synomoréō","pronunciation":null,"derivation":"from G4862 (σύν) and a derivative of a compound of the base of 3674 and the base of G3725 (ὅριον);","strongs_definition":"to border together, i.e. adjoin","kjv_definition":"join hard"} +{"id":"G1308","strongs_number":"G1308","system":"greek","language":"greek","number_value":1308,"lemma":"διαφέρω","transliteration":"diaphérō","pronunciation":null,"derivation":"from G1223 (διά) and G5342 (φέρω);","strongs_definition":"to bear through, i.e. (literally) transport; usually to bear apart, i.e. (objectively) to toss about (figuratively, report); subjectively, to \"differ\", or (by implication) surpass","kjv_definition":"be better, carry, differ from, drive up and down, be (more) excellent, make matter, publish, be of more value"} +{"id":"G847","strongs_number":"G847","system":"greek","language":"greek","number_value":847,"lemma":"αὐτοῦ","transliteration":"autoû","pronunciation":null,"derivation":"genitive (i.e. possessive) of G846 (αὐτός), used as an adverb of location;","strongs_definition":"properly, belonging to the same spot, i.e. in this (or that) place","kjv_definition":"(t-)here"} +{"id":"G2147","strongs_number":"G2147","system":"greek","language":"greek","number_value":2147,"lemma":"εὑρίσκω","transliteration":"heurískō","pronunciation":null,"derivation":"a prolonged form of a primary , which (together with another cognate form) is used for it in all the tenses except the present and imperfect;","strongs_definition":"to find (literally or figuratively)","kjv_definition":"find, get, obtain, perceive, see"} +{"id":"G3762","strongs_number":"G3762","system":"greek","language":"greek","number_value":3762,"lemma":"οὐδείς","transliteration":"oudeís","pronunciation":null,"derivation":"from G3761 (οὐδέ) and G1520 (εἷς);","strongs_definition":"not even one (man, woman or thing), i.e. none, nobody, nothing","kjv_definition":"any (man), aught, man, neither any (thing), never (man), no (man), none (+ of these things), not (any, at all, -thing), nought"} +{"id":"G3652","strongs_number":"G3652","system":"greek","language":"greek","number_value":3652,"lemma":"Ὀλυμπᾶς","transliteration":"Olympâs","pronunciation":null,"derivation":"probably a contraction from (Olympian-bestowed, i.e. heaven-descended);","strongs_definition":"Olympas, a Christian","kjv_definition":"Olympas"} +{"id":"G136","strongs_number":"G136","system":"greek","language":"greek","number_value":136,"lemma":"αἶνος","transliteration":"aînos","pronunciation":null,"derivation":"apparently a prime word;","strongs_definition":"properly, a story, but used in the sense of G1868 (ἔπαινος); praise (of God)","kjv_definition":"praise"} +{"id":"G901","strongs_number":"G901","system":"greek","language":"greek","number_value":901,"lemma":"βαθύς","transliteration":"bathýs","pronunciation":null,"derivation":"from the base of G939 (βάσις);","strongs_definition":"profound (as going down), literally or figuratively","kjv_definition":"deep, very early"} +{"id":"G4820","strongs_number":"G4820","system":"greek","language":"greek","number_value":4820,"lemma":"συμβάλλω","transliteration":"symbállō","pronunciation":null,"derivation":"from G4862 (σύν) and G906 (βάλλω);","strongs_definition":"to combine, i.e. (in speaking) to converse, consult, dispute, (mentally) to consider, (by implication) to aid, (personally) to join, attack","kjv_definition":"confer, encounter, help, make, meet with, ponder"} +{"id":"G4535","strongs_number":"G4535","system":"greek","language":"greek","number_value":4535,"lemma":"σάλος","transliteration":"sálos","pronunciation":null,"derivation":"probably from the base of G4525 (σαίνω);","strongs_definition":"a vibration, i.e. (specially), billow","kjv_definition":"wave"} +{"id":"G5128","strongs_number":"G5128","system":"greek","language":"greek","number_value":5128,"lemma":"τούτους","transliteration":"toútous","pronunciation":null,"derivation":"accusative case plural masculine of G3778 (οὗτος);","strongs_definition":"these (persons, as objective of verb or preposition)","kjv_definition":"such, them, these, this"} +{"id":"G1777","strongs_number":"G1777","system":"greek","language":"greek","number_value":1777,"lemma":"ἔνοχος","transliteration":"énochos","pronunciation":null,"derivation":"from G1758 (ἐνέχω);","strongs_definition":"liable to (a condition, penalty or imputation)","kjv_definition":"in danger of, guilty of, subject to"} +{"id":"G1166","strongs_number":"G1166","system":"greek","language":"greek","number_value":1166,"lemma":"δεικνύω","transliteration":"deiknýō","pronunciation":null,"derivation":"a prolonged form of an obsolete primary of the same meaning;","strongs_definition":"to show (literally or figuratively)","kjv_definition":"shew"} +{"id":"G5189","strongs_number":"G5189","system":"greek","language":"greek","number_value":5189,"lemma":"τυφωνικός","transliteration":"typhōnikós","pronunciation":null,"derivation":"from a derivative of G5188 (τύφω);","strongs_definition":"stormy (as if smoky)","kjv_definition":"tempestuous"} +{"id":"G2397","strongs_number":"G2397","system":"greek","language":"greek","number_value":2397,"lemma":"ἰδέα","transliteration":"idéa","pronunciation":null,"derivation":"from G1492 (εἴδω);","strongs_definition":"a sight (comparative figuratively \"idea\"), i.e. aspect","kjv_definition":"countenance"} +{"id":"G895","strongs_number":"G895","system":"greek","language":"greek","number_value":895,"lemma":"ἄψυχος","transliteration":"ápsychos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G5590 (ψυχή);","strongs_definition":"lifeless, i.e. inanimate (mechanical)","kjv_definition":"without life"} +{"id":"G1805","strongs_number":"G1805","system":"greek","language":"greek","number_value":1805,"lemma":"ἐξαγοράζω","transliteration":"exagorázō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G59 (ἀγοράζω);","strongs_definition":"to buy up, i.e. ransom; figuratively, to rescue from loss (improve opportunity)","kjv_definition":"redeem"} +{"id":"G1440","strongs_number":"G1440","system":"greek","language":"greek","number_value":1440,"lemma":"ἑβδομήκοντα","transliteration":"hebdomḗkonta","pronunciation":null,"derivation":"from G1442 (ἕβδομος) and a modified form of G1176 (δέκα);","strongs_definition":"seventy","kjv_definition":"seventy, three score and ten"} +{"id":"G1241","strongs_number":"G1241","system":"greek","language":"greek","number_value":1241,"lemma":"διαζώννυμι","transliteration":"diazṓnnymi","pronunciation":null,"derivation":"from G1223 (διά) and G2224 (ζώννυμι);","strongs_definition":"to gird tightly","kjv_definition":"gird"} +{"id":"G1949","strongs_number":"G1949","system":"greek","language":"greek","number_value":1949,"lemma":"ἐπιλαμβάνομαι","transliteration":"epilambánomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and G2983 (λαμβάνω);","strongs_definition":"to seize (for help, injury, attainment, or any other purpose; literally or figuratively)","kjv_definition":"catch, lay hold (up-)on, take (by, hold of, on)"} +{"id":"G2631","strongs_number":"G2631","system":"greek","language":"greek","number_value":2631,"lemma":"κατάκριμα","transliteration":"katákrima","pronunciation":null,"derivation":"from G2632 (κατακρίνω);","strongs_definition":"an adverse sentence (the verdict)","kjv_definition":"condemnation"} +{"id":"G269","strongs_number":"G269","system":"greek","language":"greek","number_value":269,"lemma":"ἄμαχος","transliteration":"ámachos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3163 (μάχη);","strongs_definition":"peaceable","kjv_definition":"not a brawler"} +{"id":"G2976","strongs_number":"G2976","system":"greek","language":"greek","number_value":2976,"lemma":"Λάζαρος","transliteration":"Lázaros","pronunciation":null,"derivation":"probably of Hebrew origin (H0499);","strongs_definition":"Lazarus (i.e. Elazar), the name of two Israelites (one imaginary)","kjv_definition":"Lazarus"} +{"id":"G1365","strongs_number":"G1365","system":"greek","language":"greek","number_value":1365,"lemma":"διστάζω","transliteration":"distázō","pronunciation":null,"derivation":"from G1364 (δίς);","strongs_definition":"properly, to duplicate, i.e. (mentally) to waver (in opinion)","kjv_definition":"doubt"} +{"id":"G2918","strongs_number":"G2918","system":"greek","language":"greek","number_value":2918,"lemma":"κρίνον","transliteration":"krínon","pronunciation":null,"derivation":"perhaps a prim word;","strongs_definition":"a lily","kjv_definition":"lily"} +{"id":"G2753","strongs_number":"G2753","system":"greek","language":"greek","number_value":2753,"lemma":"κελεύω","transliteration":"keleúō","pronunciation":null,"derivation":"from a primary (to urge on);","strongs_definition":"\"hail\"; to incite by word, i.e. order","kjv_definition":"bid, (at, give) command(-ment)"} +{"id":"G5317","strongs_number":"G5317","system":"greek","language":"greek","number_value":5317,"lemma":"Φάλεκ","transliteration":"Phálek","pronunciation":null,"derivation":"of Hebrew origin (H06389);","strongs_definition":"Phalek (i.e. Peleg), a patriarch","kjv_definition":"Phalec"} +{"id":"G5381","strongs_number":"G5381","system":"greek","language":"greek","number_value":5381,"lemma":"φιλονεξία","transliteration":"philonexía","pronunciation":null,"derivation":"from G5382 (φιλόξενος);","strongs_definition":"hospitableness","kjv_definition":"entertain stranger, hospitality"} +{"id":"G5427","strongs_number":"G5427","system":"greek","language":"greek","number_value":5427,"lemma":"φρόνημα","transliteration":"phrónēma","pronunciation":null,"derivation":"from G5426 (φρονέω);","strongs_definition":"(mental) inclination or purpose","kjv_definition":"(be, + be carnally, + be spiritually) mind(-ed)"} +{"id":"G464","strongs_number":"G464","system":"greek","language":"greek","number_value":464,"lemma":"ἀνταγωνίζομαι","transliteration":"antagōnízomai","pronunciation":null,"derivation":"from G473 (ἀντί) and G75 (ἀγωνίζομαι);","strongs_definition":"to struggle against (figuratively) (\"antagonize\")","kjv_definition":"strive against"} +{"id":"G4626","strongs_number":"G4626","system":"greek","language":"greek","number_value":4626,"lemma":"σκάπτω","transliteration":"skáptō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to dig","kjv_definition":"dig"} +{"id":"G4705","strongs_number":"G4705","system":"greek","language":"greek","number_value":4705,"lemma":"σπουδαῖος","transliteration":"spoudaîos","pronunciation":null,"derivation":"from G4710 (σπουδή);","strongs_definition":"prompt, energetic, earnest","kjv_definition":"diligent"} +{"id":"G1674","strongs_number":"G1674","system":"greek","language":"greek","number_value":1674,"lemma":"Ἑλληνίς","transliteration":"Hellēnís","pronunciation":null,"derivation":"feminine of G1672 (Ἕλλην);","strongs_definition":"a Grecian (i.e. non-Jewish) woman","kjv_definition":"Greek"} +{"id":"G4269","strongs_number":"G4269","system":"greek","language":"greek","number_value":4269,"lemma":"πρόγονος","transliteration":"prógonos","pronunciation":null,"derivation":"from G4266 (προγίνομαι);","strongs_definition":"an ancestor, (grand-)parent","kjv_definition":"forefather, parent"} +{"id":"G458","strongs_number":"G458","system":"greek","language":"greek","number_value":458,"lemma":"ἀνομία","transliteration":"anomía","pronunciation":null,"derivation":"from G459 (ἄνομος);","strongs_definition":"illegality, i.e. violation of law or (genitive case) wickedness","kjv_definition":"iniquity, X transgress(-ion of) the law, unrighteousness"} +{"id":"G393","strongs_number":"G393","system":"greek","language":"greek","number_value":393,"lemma":"ἀνατέλλω","transliteration":"anatéllō","pronunciation":null,"derivation":"from G303 (ἀνά) and the base of G5056 (τέλος);","strongs_definition":"to (cause to) arise","kjv_definition":"(a-, make to) rise, at the rising of, spring (up), be up"} +{"id":"G3127","strongs_number":"G3127","system":"greek","language":"greek","number_value":3127,"lemma":"Μαναήν","transliteration":"Manaḗn","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Manaën, a Christian","kjv_definition":"Manaen"} +{"id":"G3358","strongs_number":"G3358","system":"greek","language":"greek","number_value":3358,"lemma":"μέτρον","transliteration":"métron","pronunciation":null,"derivation":"an apparently primary word;","strongs_definition":"a measure (\"metre\"), literally or figuratively; by implication, a limited portion (degree)","kjv_definition":"measure"} +{"id":"G5062","strongs_number":"G5062","system":"greek","language":"greek","number_value":5062,"lemma":"τεσσαράκοντα","transliteration":"tessarákonta","pronunciation":null,"derivation":"the decade of G5064 (τέσσαρες);","strongs_definition":"forty","kjv_definition":"forty"} +{"id":"G2491","strongs_number":"G2491","system":"greek","language":"greek","number_value":2491,"lemma":"Ἰωάννης","transliteration":"Iōánnēs","pronunciation":null,"derivation":"of Hebrew origin (H03110);","strongs_definition":"Joannes (i.e. Jochanan), the name of four Israelites","kjv_definition":"John"} +{"id":"G513","strongs_number":"G513","system":"greek","language":"greek","number_value":513,"lemma":"ἀξίνη","transliteration":"axínē","pronunciation":null,"derivation":"probably from (to break;","strongs_definition":"compare G4486 (ῥήγνυμι)); an axe","kjv_definition":"axe"} +{"id":"G785","strongs_number":"G785","system":"greek","language":"greek","number_value":785,"lemma":"ἀσπίς","transliteration":"aspís","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a buckler (or round shield); used of a serpent (as coiling itself), probably the \"asp\"","kjv_definition":"asp"} +{"id":"G776","strongs_number":"G776","system":"greek","language":"greek","number_value":776,"lemma":"ἀσιτία","transliteration":"asitía","pronunciation":null,"derivation":"from G777 (ἄσιτος);","strongs_definition":"fasting (the state)","kjv_definition":"abstinence"} +{"id":"G2435","strongs_number":"G2435","system":"greek","language":"greek","number_value":2435,"lemma":"ἱλαστήριον","transliteration":"hilastḗrion","pronunciation":null,"derivation":"neuter of a derivative of G2433 (ἱλάσκομαι);","strongs_definition":"an expiatory (place or thing), i.e. (concretely) an atoning victim, or (specially) the lid of the Ark (in the Temple)","kjv_definition":"mercyseat, propitiation"} +{"id":"G2306","strongs_number":"G2306","system":"greek","language":"greek","number_value":2306,"lemma":"θειώδης","transliteration":"theiṓdēs","pronunciation":null,"derivation":"from G2303 (θεῖον) and 1491;","strongs_definition":"sulphur-like, i.e. sulphurous","kjv_definition":"brimstone"} +{"id":"G1560","strongs_number":"G1560","system":"greek","language":"greek","number_value":1560,"lemma":"ἔκδοτος","transliteration":"ékdotos","pronunciation":null,"derivation":"from G1537 (ἐκ) and a derivative of G1325 (δίδωμι);","strongs_definition":"given out or over, i.e. surrendered","kjv_definition":"delivered"} +{"id":"G213","strongs_number":"G213","system":"greek","language":"greek","number_value":213,"lemma":"ἀλαζών","transliteration":"alazṓn","pronunciation":null,"derivation":"from (vagrancy);","strongs_definition":"braggart","kjv_definition":"boaster"} +{"id":"G3430","strongs_number":"G3430","system":"greek","language":"greek","number_value":3430,"lemma":"μοιχεία","transliteration":"moicheía","pronunciation":null,"derivation":"from G3431 (μοιχεύω);","strongs_definition":"adultery","kjv_definition":"adultery"} +{"id":"G1903","strongs_number":"G1903","system":"greek","language":"greek","number_value":1903,"lemma":"ἐπενδύτης","transliteration":"ependýtēs","pronunciation":null,"derivation":"from G1902 (ἐπενδύομαι);","strongs_definition":"a wrapper, i.e. outer garment","kjv_definition":"fisher's coat"} +{"id":"G284","strongs_number":"G284","system":"greek","language":"greek","number_value":284,"lemma":"Ἀμιναδάβ","transliteration":"Aminadáb","pronunciation":null,"derivation":"of Hebrew origin (H05992);","strongs_definition":"Aminadab, an Israelite","kjv_definition":"Aminadab"} +{"id":"G1910","strongs_number":"G1910","system":"greek","language":"greek","number_value":1910,"lemma":"ἐπιβαίνω","transliteration":"epibaínō","pronunciation":null,"derivation":"from G1909 (ἐπί) and the base of G939 (βάσις);","strongs_definition":"to walk upon, i.e. mount, ascend, embark, arrive","kjv_definition":"come (into), enter into, go abroad, sit upon, take ship"} +{"id":"G4893","strongs_number":"G4893","system":"greek","language":"greek","number_value":4893,"lemma":"συνείδησις","transliteration":"syneídēsis","pronunciation":null,"derivation":"from a prolonged form of G4894 (συνείδω);","strongs_definition":"co-perception, i.e. moral consciousness","kjv_definition":"conscience"} +{"id":"G4610","strongs_number":"G4610","system":"greek","language":"greek","number_value":4610,"lemma":"Σιλουανός","transliteration":"Silouanós","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"\"silvan\"; Silvanus, a Christian","kjv_definition":"Silvanus"} +{"id":"G622","strongs_number":"G622","system":"greek","language":"greek","number_value":622,"lemma":"ἀπόλλυμι","transliteration":"apóllymi","pronunciation":null,"derivation":"from G575 (ἀπό) and the base of G3639 (ὄλεθρος);","strongs_definition":"to destroy fully (reflexively, to perish, or lose), literally or figuratively","kjv_definition":"destroy, die, lose, mar, perish"} +{"id":"G2561","strongs_number":"G2561","system":"greek","language":"greek","number_value":2561,"lemma":"κάκωσις","transliteration":"kákōsis","pronunciation":null,"derivation":"from G2559 (κακόω);","strongs_definition":"maltreatment","kjv_definition":"affliction"} +{"id":"G3839","strongs_number":"G3839","system":"greek","language":"greek","number_value":3839,"lemma":"πάντη","transliteration":"pántē","pronunciation":null,"derivation":"adverb (of manner) from G3956 (πᾶς);","strongs_definition":"wholly","kjv_definition":"always"} +{"id":"G2996","strongs_number":"G2996","system":"greek","language":"greek","number_value":2996,"lemma":"Λασαία","transliteration":"Lasaía","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Lasæa, a place in Crete","kjv_definition":"Lasea"} +{"id":"G3597","strongs_number":"G3597","system":"greek","language":"greek","number_value":3597,"lemma":"ὁδοιπορία","transliteration":"hodoiporía","pronunciation":null,"derivation":"from the same as G3596 (ὁδοιπορέω);","strongs_definition":"travel","kjv_definition":"journey(-ing)"} +{"id":"G4987","strongs_number":"G4987","system":"greek","language":"greek","number_value":4987,"lemma":"σωρεύω","transliteration":"sōreúō","pronunciation":null,"derivation":"from another form of G4673 (σορός);","strongs_definition":"to pile up (literally or figuratively)","kjv_definition":"heap, load"} +{"id":"G2319","strongs_number":"G2319","system":"greek","language":"greek","number_value":2319,"lemma":"θεοστυγής","transliteration":"theostygḗs","pronunciation":null,"derivation":"from G2316 (θεός) and the base of G4767 (στυγνητός);","strongs_definition":"hateful to God, i.e. impious","kjv_definition":"hater of God"} +{"id":"G3984","strongs_number":"G3984","system":"greek","language":"greek","number_value":3984,"lemma":"πεῖρα","transliteration":"peîra","pronunciation":null,"derivation":"from the base of G4008 (πέραν) (through the idea of piercing);","strongs_definition":"a test, i.e. attempt, experience","kjv_definition":"assaying, trial"} +{"id":"G3569","strongs_number":"G3569","system":"greek","language":"greek","number_value":3569,"lemma":"τανῦν","transliteration":"tanŷn","pronunciation":null,"derivation":"from neuter plural of G3588 (ὁ) and G3568 (νῦν);","strongs_definition":"the things now, i.e. (adverbially) at present","kjv_definition":"(but) now"} +{"id":"G1814","strongs_number":"G1814","system":"greek","language":"greek","number_value":1814,"lemma":"ἐξάλλομαι","transliteration":"exállomai","pronunciation":null,"derivation":"from G1537 (ἐκ) and G242 (ἅλλομαι);","strongs_definition":"to spring forth","kjv_definition":"leap up"} +{"id":"G4506","strongs_number":"G4506","system":"greek","language":"greek","number_value":4506,"lemma":"ῥύομαι","transliteration":"rhýomai","pronunciation":null,"derivation":"middle voice of an obsolete verb, akin to G4482 (ῥέω) (through the idea of a current;","strongs_definition":"compare G4511 (ῥύσις)); to rush or draw (for oneself), i.e. rescue","kjv_definition":"deliver(-er)"} +{"id":"G4813","strongs_number":"G4813","system":"greek","language":"greek","number_value":4813,"lemma":"συλάω","transliteration":"syláō","pronunciation":null,"derivation":"from a derivative of (to strip;","strongs_definition":"probably akin to G138 (αἱρέομαι); compare G4661 (σκῦλον)); to despoil","kjv_definition":"rob"} +{"id":"G3472","strongs_number":"G3472","system":"greek","language":"greek","number_value":3472,"lemma":"μωρία","transliteration":"mōría","pronunciation":null,"derivation":"from G3474 (μωρός);","strongs_definition":"silliness, i.e. absurdity","kjv_definition":"foolishness"} +{"id":"G928","strongs_number":"G928","system":"greek","language":"greek","number_value":928,"lemma":"βασανίζω","transliteration":"basanízō","pronunciation":null,"derivation":"from G931 (βάσανος);","strongs_definition":"to torture","kjv_definition":"pain, toil, torment, toss, vex"} +{"id":"G1854","strongs_number":"G1854","system":"greek","language":"greek","number_value":1854,"lemma":"ἔξω","transliteration":"éxō","pronunciation":null,"derivation":"adverb from G1537 (ἐκ);","strongs_definition":"out(-side, of doors), literally or figuratively","kjv_definition":"away, forth, (with-)out (of, -ward), strange"} +{"id":"G1522","strongs_number":"G1522","system":"greek","language":"greek","number_value":1522,"lemma":"εἰσακούω","transliteration":"eisakoúō","pronunciation":null,"derivation":"from G1519 (εἰς) and G191 (ἀκούω);","strongs_definition":"to listen to","kjv_definition":"hear"} +{"id":"G5004","strongs_number":"G5004","system":"greek","language":"greek","number_value":5004,"lemma":"ταλαιπωρία","transliteration":"talaipōría","pronunciation":null,"derivation":"from G5005 (ταλαίπωρος);","strongs_definition":"wretchedness, i.e. calamity","kjv_definition":"misery"} +{"id":"G2250","strongs_number":"G2250","system":"greek","language":"greek","number_value":2250,"lemma":"ἡμέρα","transliteration":"hēméra","pronunciation":null,"derivation":"feminine (with G5610 (ὥρα) implied) of a derivative of (to sit; akin to the base of G1476 (ἑδραῖος)) meaning tame, i.e. gentle;","strongs_definition":"day, i.e. (literally) the time space between dawn and dark, or the whole 24 hours (but several days were usually reckoned by the Jews as inclusive of the parts of both extremes); figuratively, a period (always defined more or less clearly by the context)","kjv_definition":"age, + alway, (mid-)day (by day, (-ly)), + for ever, judgment, (day) time, while, years"} +{"id":"G1650","strongs_number":"G1650","system":"greek","language":"greek","number_value":1650,"lemma":"ἔλεγχος","transliteration":"élenchos","pronunciation":null,"derivation":"from G1651 (ἐλέγχω);","strongs_definition":"proof, conviction","kjv_definition":"evidence, reproof"} +{"id":"G3333","strongs_number":"G3333","system":"greek","language":"greek","number_value":3333,"lemma":"μετακαλέω","transliteration":"metakaléō","pronunciation":null,"derivation":"from G3326 (μετά) and G2564 (καλέω);","strongs_definition":"to call elsewhere, i.e. summon","kjv_definition":"call (for, hither)"} +{"id":"G2971","strongs_number":"G2971","system":"greek","language":"greek","number_value":2971,"lemma":"κώνωψ","transliteration":"kṓnōps","pronunciation":null,"derivation":"apparently a derivative of the base of G2759 (κέντρον) and a derivative of G3700 (ὀπτάνομαι);","strongs_definition":"a mosquito (from its stinging proboscis)","kjv_definition":"gnat"} +{"id":"G5089","strongs_number":"G5089","system":"greek","language":"greek","number_value":5089,"lemma":"τίλλω","transliteration":"tíllō","pronunciation":null,"derivation":"perhaps akin to the alternate of G138 (αἱρέομαι), and thus to G4951 (σύρω);","strongs_definition":"to pull off","kjv_definition":"pluck"} +{"id":"G2751","strongs_number":"G2751","system":"greek","language":"greek","number_value":2751,"lemma":"κείρω","transliteration":"keírō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to shear","kjv_definition":"shear(-er)"} +{"id":"G4902","strongs_number":"G4902","system":"greek","language":"greek","number_value":4902,"lemma":"συνέπομαι","transliteration":"synépomai","pronunciation":null,"derivation":"middle voice from G4862 (σύν) and a primary (to follow);","strongs_definition":"to attend (travel) in company with","kjv_definition":"accompany"} +{"id":"G5359","strongs_number":"G5359","system":"greek","language":"greek","number_value":5359,"lemma":"Φιλαδέλφεια","transliteration":"Philadélpheia","pronunciation":null,"derivation":"from (the same as G5361 (φιλάδελφος)), a king of Pergamos;","strongs_definition":"Philadelphia, a place in Asia Minor","kjv_definition":"Philadelphia"} +{"id":"G2997","strongs_number":"G2997","system":"greek","language":"greek","number_value":2997,"lemma":"λάσχω","transliteration":"láschō","pronunciation":null,"derivation":"a strengthened form of a primary verb, which only occurs in this and another prolonged form as alternate in certain tenses;","strongs_definition":"to crack open (from a fall)","kjv_definition":"burst asunder"} +{"id":"G1846","strongs_number":"G1846","system":"greek","language":"greek","number_value":1846,"lemma":"ἐξορύσσω","transliteration":"exorýssō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3736 (ὀρύσσω);","strongs_definition":"to dig out, i.e. (by extension) to extract (an eye), remove (roofing)","kjv_definition":"break up, pluck out"} +{"id":"G3027","strongs_number":"G3027","system":"greek","language":"greek","number_value":3027,"lemma":"λῃστής","transliteration":"lēistḗs","pronunciation":null,"derivation":"from (to plunder);","strongs_definition":"a brigand","kjv_definition":"robber, thief"} +{"id":"G2974","strongs_number":"G2974","system":"greek","language":"greek","number_value":2974,"lemma":"κωφός","transliteration":"kōphós","pronunciation":null,"derivation":"from G2875 (κόπτω);","strongs_definition":"blunted, i.e. (figuratively) of hearing (deaf) or speech (dumb)","kjv_definition":"deaf, dumb, speechless"} +{"id":"G1850","strongs_number":"G1850","system":"greek","language":"greek","number_value":1850,"lemma":"ἐξουσιάζω","transliteration":"exousiázō","pronunciation":null,"derivation":"from G1849 (ἐξουσία);","strongs_definition":"to control","kjv_definition":"exercise authority upon, bring under the (have) power of"} +{"id":"G1411","strongs_number":"G1411","system":"greek","language":"greek","number_value":1411,"lemma":"δύναμις","transliteration":"dýnamis","pronunciation":null,"derivation":"from G1410 (δύναμαι);","strongs_definition":"force (literally or figuratively); specially, miraculous power (usually by implication, a miracle itself)","kjv_definition":"ability, abundance, meaning, might(-ily, -y, -y deed), (worker of) miracle(-s), power, strength, violence, mighty (wonderful) work"} +{"id":"G5323","strongs_number":"G5323","system":"greek","language":"greek","number_value":5323,"lemma":"Φανουήλ","transliteration":"Phanouḗl","pronunciation":null,"derivation":"of Hebrew origin (H06439);","strongs_definition":"Phanuel (i.e. Penuel), an Israelite","kjv_definition":"Phanuel"} +{"id":"G703","strongs_number":"G703","system":"greek","language":"greek","number_value":703,"lemma":"ἀρέτη","transliteration":"arétē","pronunciation":null,"derivation":"from the same as G730 (ἄῤῥην);","strongs_definition":"properly, manliness (valor), i.e. excellence (intrinsic or attributed)","kjv_definition":"praise, virtue"} +{"id":"G2711","strongs_number":"G2711","system":"greek","language":"greek","number_value":2711,"lemma":"καταψύχω","transliteration":"katapsýchō","pronunciation":null,"derivation":"from G2596 (κατά) and G5594 (ψύχω);","strongs_definition":"to cool down (off), i.e. refresh","kjv_definition":"cool"} +{"id":"G766","strongs_number":"G766","system":"greek","language":"greek","number_value":766,"lemma":"ἀσέλγεια","transliteration":"asélgeia","pronunciation":null,"derivation":"from a compound of G1 (Α) (as a negative particle) and a presumed (of uncertain derivation, but apparently meaning continent);","strongs_definition":"licentiousness (sometimes including other vices)","kjv_definition":"filthy, lasciviousness, wantonness"} +{"id":"G2832","strongs_number":"G2832","system":"greek","language":"greek","number_value":2832,"lemma":"Κλωπᾶς","transliteration":"Klōpâs","pronunciation":null,"derivation":"of Chaldee origin (corresponding to H0256);","strongs_definition":"Clopas, an Israelite","kjv_definition":"Cleophas"} +{"id":"G3387","strongs_number":"G3387","system":"greek","language":"greek","number_value":3387,"lemma":"μήτις","transliteration":"mḗtis","pronunciation":null,"derivation":"from G3361 (μή) and G5100 (τὶς);","strongs_definition":"whether any","kjv_definition":"any (sometimes unexpressed except by the simple interrogative form of the sentence)"} +{"id":"G4707","strongs_number":"G4707","system":"greek","language":"greek","number_value":4707,"lemma":"σπουδαιότερος","transliteration":"spoudaióteros","pronunciation":null,"derivation":"comparative of G4705 (σπουδαῖος);","strongs_definition":"more prompt, more earnest","kjv_definition":"more diligent (forward)"} +{"id":"G4851","strongs_number":"G4851","system":"greek","language":"greek","number_value":4851,"lemma":"συμφέρω","transliteration":"symphérō","pronunciation":null,"derivation":"from G4862 (σύν) and G5342 (φέρω) (including its alternate);","strongs_definition":"to bear together (contribute), i.e. (literally) to collect, or (figuratively) to conduce; especially (neuter participle as a noun) advantage","kjv_definition":"be better for, bring together, be expedient (for), be good, (be) profit(-able for)"} +{"id":"G2233","strongs_number":"G2233","system":"greek","language":"greek","number_value":2233,"lemma":"ἡγέομαι","transliteration":"hēgéomai","pronunciation":null,"derivation":"middle voice of a (presumed) strengthened form of G71 (ἄγω);","strongs_definition":"to lead, i.e. command (with official authority); figuratively, to deem, i.e. consider","kjv_definition":"account, (be) chief, count, esteem, governor, judge, have the rule over, suppose, think"} +{"id":"G2080","strongs_number":"G2080","system":"greek","language":"greek","number_value":2080,"lemma":"ἔσω","transliteration":"ésō","pronunciation":null,"derivation":"from G1519 (εἰς);","strongs_definition":"inside (as preposition or adjective)","kjv_definition":"(with-)in(-ner, -to, -ward)"} +{"id":"G1038","strongs_number":"G1038","system":"greek","language":"greek","number_value":1038,"lemma":"βυρσεύς","transliteration":"byrseús","pronunciation":null,"derivation":"from (a hide);","strongs_definition":"a tanner","kjv_definition":"tanner"} +{"id":"G3353","strongs_number":"G3353","system":"greek","language":"greek","number_value":3353,"lemma":"μέτοχος","transliteration":"métochos","pronunciation":null,"derivation":"from G3348 (μετέχω);","strongs_definition":"participant, i.e. (as noun) a sharer; by implication, an associate","kjv_definition":"fellow, partaker, partner"} +{"id":"G5622","strongs_number":"G5622","system":"greek","language":"greek","number_value":5622,"lemma":"ὠφέλεια","transliteration":"ōphéleia","pronunciation":null,"derivation":"from a derivative of the base of G5624 (ὠφέλιμος);","strongs_definition":"usefulness, i.e. benefit","kjv_definition":"advantage, profit"} +{"id":"G2144","strongs_number":"G2144","system":"greek","language":"greek","number_value":2144,"lemma":"εὐπρόσδεκτος","transliteration":"euprósdektos","pronunciation":null,"derivation":"from G2095 (εὖ) and a derivative of G4327 (προσδέχομαι);","strongs_definition":"well-received, i.e. approved, favorable","kjv_definition":"acceptable(-ted)"} +{"id":"G3381","strongs_number":"G3381","system":"greek","language":"greek","number_value":3381,"lemma":"μήπως","transliteration":"mḗpōs","pronunciation":null,"derivation":"from G3361 (μή) and G4458 (-πώς);","strongs_definition":"lest somehow","kjv_definition":"lest (by any means, by some means, haply, perhaps)"} +{"id":"G1841","strongs_number":"G1841","system":"greek","language":"greek","number_value":1841,"lemma":"ἔξοδος","transliteration":"éxodos","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3598 (ὁδός);","strongs_definition":"an exit, i.e. (figuratively) death","kjv_definition":"decease, departing"} +{"id":"G3426","strongs_number":"G3426","system":"greek","language":"greek","number_value":3426,"lemma":"μόδιος","transliteration":"módios","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a modius, i.e. certain measure for things dry (the quantity or the utensil)","kjv_definition":"bushel"} +{"id":"G731","strongs_number":"G731","system":"greek","language":"greek","number_value":731,"lemma":"ἄῤῥητος","transliteration":"árrhētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and the same as G4490 (ῥητῶς);","strongs_definition":"unsaid, i.e. (by implication) inexpressible","kjv_definition":"unspeakable"} +{"id":"G1425","strongs_number":"G1425","system":"greek","language":"greek","number_value":1425,"lemma":"δυσνόητος","transliteration":"dysnóētos","pronunciation":null,"derivation":"from G1418 (δυσ-) and a derivative of G3539 (νοιέω);","strongs_definition":"difficult of perception","kjv_definition":"hard to be understood"} +{"id":"G4857","strongs_number":"G4857","system":"greek","language":"greek","number_value":4857,"lemma":"συμφώνησις","transliteration":"symphṓnēsis","pronunciation":null,"derivation":"from G4856 (συμφωνέω);","strongs_definition":"accordance","kjv_definition":"concord"} +{"id":"G1191","strongs_number":"G1191","system":"greek","language":"greek","number_value":1191,"lemma":"Δέρβη","transliteration":"Dérbē","pronunciation":null,"derivation":"of foreign origin;","strongs_definition":"Derbe, a place in Asia Minor","kjv_definition":"Derbe"} +{"id":"G3022","strongs_number":"G3022","system":"greek","language":"greek","number_value":3022,"lemma":"λευκός","transliteration":"leukós","pronunciation":null,"derivation":"from (\"light\");","strongs_definition":"white","kjv_definition":"white"} +{"id":"G1540","strongs_number":"G1540","system":"greek","language":"greek","number_value":1540,"lemma":"ἑκατόν","transliteration":"hekatón","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a hundred","kjv_definition":"hundred"} +{"id":"G3749","strongs_number":"G3749","system":"greek","language":"greek","number_value":3749,"lemma":"ὀστράκινος","transliteration":"ostrákinos","pronunciation":null,"derivation":"from (\"oyster\") (a tile, i.e. terra cotta);","strongs_definition":"earthen-ware, i.e. clayey; by implication, frail","kjv_definition":"of earth, earthen"} +{"id":"G5365","strongs_number":"G5365","system":"greek","language":"greek","number_value":5365,"lemma":"φιλαργυρία","transliteration":"philargyría","pronunciation":null,"derivation":"from G5366 (φιλάργυρος);","strongs_definition":"avarice","kjv_definition":"love of money"} +{"id":"G3493","strongs_number":"G3493","system":"greek","language":"greek","number_value":3493,"lemma":"Ναχώρ","transliteration":"Nachṓr","pronunciation":null,"derivation":"of Hebrew origin (H05152);","strongs_definition":"Nachor, the grandfather of Abraham","kjv_definition":"Nachor"} +{"id":"G233","strongs_number":"G233","system":"greek","language":"greek","number_value":233,"lemma":"ἁλίζω","transliteration":"halízō","pronunciation":null,"derivation":"from G251 (ἅλς);","strongs_definition":"to salt","kjv_definition":"salt"} +{"id":"G4613","strongs_number":"G4613","system":"greek","language":"greek","number_value":4613,"lemma":"Σίμων","transliteration":"Símōn","pronunciation":null,"derivation":"of Hebrew origin (H08095);","strongs_definition":"Simon (i.e. Shimon), the name of nine Israelites","kjv_definition":"Simon"} +{"id":"G1102","strongs_number":"G1102","system":"greek","language":"greek","number_value":1102,"lemma":"γναφεύς","transliteration":"gnapheús","pronunciation":null,"derivation":"by variation for a derivative from (to tease cloth);","strongs_definition":"a cloth-dresser","kjv_definition":"fuller"} +{"id":"G1064","strongs_number":"G1064","system":"greek","language":"greek","number_value":1064,"lemma":"γαστήρ","transliteration":"gastḗr","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"the stomach; by analogy, the matrix; figuratively, a gourmand","kjv_definition":"belly, + with child, womb"} +{"id":"G4316","strongs_number":"G4316","system":"greek","language":"greek","number_value":4316,"lemma":"προσαγορεύω","transliteration":"prosagoreúō","pronunciation":null,"derivation":"from G4314 (πρός) and a derivative of G58 (ἀγορά) (mean to harangue);","strongs_definition":"to address, i.e. salute by name","kjv_definition":"call"} +{"id":"G1667","strongs_number":"G1667","system":"greek","language":"greek","number_value":1667,"lemma":"ἑλίσσω","transliteration":"helíssō","pronunciation":null,"derivation":"a form of G1507 (εἱλίσσω);","strongs_definition":"to coil or wrap","kjv_definition":"fold up"} +{"id":"G682","strongs_number":"G682","system":"greek","language":"greek","number_value":682,"lemma":"Ἀπφία","transliteration":"Apphía","pronunciation":null,"derivation":"probably of foreign origin;","strongs_definition":"Apphia, a woman of Collosæ","kjv_definition":"Apphia"} +{"id":"G5367","strongs_number":"G5367","system":"greek","language":"greek","number_value":5367,"lemma":"φίλαυτος","transliteration":"phílautos","pronunciation":null,"derivation":"from G5384 (φίλος) and G846 (αὐτός);","strongs_definition":"fond of self, i.e. selfish","kjv_definition":"lover of own self"} +{"id":"G5448","strongs_number":"G5448","system":"greek","language":"greek","number_value":5448,"lemma":"φυσιόω","transliteration":"physióō","pronunciation":null,"derivation":"from G5449 (φύσις) in the primary sense of blowing;","strongs_definition":"to inflate, i.e. (figuratively) make proud (haughty)","kjv_definition":"puff up"} +{"id":"G1000","strongs_number":"G1000","system":"greek","language":"greek","number_value":1000,"lemma":"βολή","transliteration":"bolḗ","pronunciation":null,"derivation":"from G906 (βάλλω);","strongs_definition":"a throw (as a measure of distance)","kjv_definition":"cast"} +{"id":"G325","strongs_number":"G325","system":"greek","language":"greek","number_value":325,"lemma":"ἀναδίδωμι","transliteration":"anadídōmi","pronunciation":null,"derivation":"from G303 (ἀνά) and G1325 (δίδωμι);","strongs_definition":"to hand over","kjv_definition":"deliver"} +{"id":"G2313","strongs_number":"G2313","system":"greek","language":"greek","number_value":2313,"lemma":"θεομαχέω","transliteration":"theomachéō","pronunciation":null,"derivation":"from G2314 (θεομάχος);","strongs_definition":"to resist deity","kjv_definition":"fight against God"} +{"id":"G2221","strongs_number":"G2221","system":"greek","language":"greek","number_value":2221,"lemma":"ζωγρέω","transliteration":"zōgréō","pronunciation":null,"derivation":"from the same as G2226 (ζῶον) and G64 (ἀγρεύω);","strongs_definition":"to take alive (make a prisoner of war), i.e. (figuratively) to capture or ensnare","kjv_definition":"take captive, catch"} +{"id":"G5223","strongs_number":"G5223","system":"greek","language":"greek","number_value":5223,"lemma":"ὕπαρξις","transliteration":"hýparxis","pronunciation":null,"derivation":"from G5225 (ὑπάρχω);","strongs_definition":"existency or proprietorship, i.e. (concretely) property, wealth","kjv_definition":"goods, substance"} +{"id":"G1990","strongs_number":"G1990","system":"greek","language":"greek","number_value":1990,"lemma":"ἐπιστήμων","transliteration":"epistḗmōn","pronunciation":null,"derivation":"from G1987 (ἐπίσταμαι);","strongs_definition":"intelligent","kjv_definition":"endued with knowledge"} +{"id":"G4554","strongs_number":"G4554","system":"greek","language":"greek","number_value":4554,"lemma":"Σάρδεις","transliteration":"Sárdeis","pronunciation":null,"derivation":"plural of uncertain derivation;","strongs_definition":"Sardis, a place in Asia Minor","kjv_definition":"Sardis"} +{"id":"G1412","strongs_number":"G1412","system":"greek","language":"greek","number_value":1412,"lemma":"δυναμόω","transliteration":"dynamóō","pronunciation":null,"derivation":"from G1411 (δύναμις);","strongs_definition":"to enable","kjv_definition":"strengthen"} +{"id":"G1530","strongs_number":"G1530","system":"greek","language":"greek","number_value":1530,"lemma":"εἰσπηδάω","transliteration":"eispēdáō","pronunciation":null,"derivation":"from G1519 (εἰς) and (to leap);","strongs_definition":"to rush in","kjv_definition":"run (spring) in"} +{"id":"G743","strongs_number":"G743","system":"greek","language":"greek","number_value":743,"lemma":"ἀρχάγγελος","transliteration":"archángelos","pronunciation":null,"derivation":"from G757 (ἄρχω) and G32 (ἄγγελος);","strongs_definition":"a chief angel","kjv_definition":"archangel"} +{"id":"G2442","strongs_number":"G2442","system":"greek","language":"greek","number_value":2442,"lemma":"ἱμείρομαι","transliteration":"himeíromai","pronunciation":null,"derivation":"middle voice from (a yearning;","strongs_definition":"of uncertain affinity); to long for","kjv_definition":"be affectionately desirous"} +{"id":"G5537","strongs_number":"G5537","system":"greek","language":"greek","number_value":5537,"lemma":"χρηματίζω","transliteration":"chrēmatízō","pronunciation":null,"derivation":"from G5536 (χρῆμα);","strongs_definition":"to utter an oracle (compare the original sense of G5530 (χράομαι)), i.e. divinely intimate; by implication, (compare the secular sense of G5532 (χρεία)) to constitute a firm for business, i.e. (generally) bear as a title","kjv_definition":"be called, be admonished (warned) of God, reveal, speak"} +{"id":"G1803","strongs_number":"G1803","system":"greek","language":"greek","number_value":1803,"lemma":"ἕξ","transliteration":"héx","pronunciation":null,"derivation":"a primary numeral;","strongs_definition":"six","kjv_definition":"six"} +{"id":"G3769","strongs_number":"G3769","system":"greek","language":"greek","number_value":3769,"lemma":"οὐρά","transliteration":"ourá","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"a tail","kjv_definition":"tail"} +{"id":"G2511","strongs_number":"G2511","system":"greek","language":"greek","number_value":2511,"lemma":"καθαρίζω","transliteration":"katharízō","pronunciation":null,"derivation":"from G2513 (καθαρός);","strongs_definition":"to cleanse (literally or figuratively)","kjv_definition":"(make) clean(-se), purge, purify"} +{"id":"G1562","strongs_number":"G1562","system":"greek","language":"greek","number_value":1562,"lemma":"ἐκδύω","transliteration":"ekdýō","pronunciation":null,"derivation":"from G1537 (ἐκ) and the base of G1416 (δύνω);","strongs_definition":"to cause to sink out of, i.e. (specially as of clothing) to divest","kjv_definition":"strip, take off from, unclothe"} +{"id":"G2240","strongs_number":"G2240","system":"greek","language":"greek","number_value":2240,"lemma":"ἥκω","transliteration":"hḗkō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to arrive, i.e. be present (literally or figuratively)","kjv_definition":"come"} +{"id":"G520","strongs_number":"G520","system":"greek","language":"greek","number_value":520,"lemma":"ἀπάγω","transliteration":"apágō","pronunciation":null,"derivation":"from G575 (ἀπό) and G71 (ἄγω);","strongs_definition":"to take off (in various senses)","kjv_definition":"bring, carry away, lead (away), put to death, take away"} +{"id":"G428","strongs_number":"G428","system":"greek","language":"greek","number_value":428,"lemma":"ἀνεύθετος","transliteration":"aneúthetos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2111 (εὔθετος);","strongs_definition":"not well set, i.e. inconvenient","kjv_definition":"not commodious"} +{"id":"G4608","strongs_number":"G4608","system":"greek","language":"greek","number_value":4608,"lemma":"σίκερα","transliteration":"síkera","pronunciation":null,"derivation":"of Hebrew origin (H07941);","strongs_definition":"an intoxicant, i.e. intensely fermented liquor","kjv_definition":"strong drink"} +{"id":"G2818","strongs_number":"G2818","system":"greek","language":"greek","number_value":2818,"lemma":"κληρονόμος","transliteration":"klēronómos","pronunciation":null,"derivation":"from G2819 (κλῆρος) and the base of G3551 (νόμος) (in its original sense of partitioning, i.e. (reflexively) getting by apportionment);","strongs_definition":"a sharer by lot, i.e. inheritor (literally or figuratively); by implication, a possessor","kjv_definition":"heir"} +{"id":"G2905","strongs_number":"G2905","system":"greek","language":"greek","number_value":2905,"lemma":"κραυγάζω","transliteration":"kraugázō","pronunciation":null,"derivation":"from G2906 (κραυγή);","strongs_definition":"to clamor","kjv_definition":"cry out"} +{"id":"G4327","strongs_number":"G4327","system":"greek","language":"greek","number_value":4327,"lemma":"προσδέχομαι","transliteration":"prosdéchomai","pronunciation":null,"derivation":"from G4314 (πρός) and G1209 (δέχομαι);","strongs_definition":"to admit (to intercourse, hospitality, credence, or (figuratively) endurance); by implication, to await (with confidence or patience)","kjv_definition":"accept, allow, look (wait) for, take"} +{"id":"G2174","strongs_number":"G2174","system":"greek","language":"greek","number_value":2174,"lemma":"εὐψυχέω","transliteration":"eupsychéō","pronunciation":null,"derivation":"from a compound of G2095 (εὖ) and G5590 (ψυχή);","strongs_definition":"to be in good spirits, i.e. feel encouraged","kjv_definition":"be of good comfort"} +{"id":"G3632","strongs_number":"G3632","system":"greek","language":"greek","number_value":3632,"lemma":"οἰνοφλυγία","transliteration":"oinophlygía","pronunciation":null,"derivation":"from G3631 (οἶνος) and a form of the base of G5397 (φλύαρος);","strongs_definition":"an overflow (or surplus) of wine, i.e. vinolency (drunkenness)","kjv_definition":"excess of wine"} +{"id":"G4015","strongs_number":"G4015","system":"greek","language":"greek","number_value":4015,"lemma":"περιαστράπτω","transliteration":"periastráptō","pronunciation":null,"derivation":"from G4012 (περί) and G797 (ἀστράπτω);","strongs_definition":"to flash all around, i.e. envelop in light","kjv_definition":"shine round (about)"} +{"id":"G2392","strongs_number":"G2392","system":"greek","language":"greek","number_value":2392,"lemma":"ἴασις","transliteration":"íasis","pronunciation":null,"derivation":"from G2390 (ἰάομαι);","strongs_definition":"curing (the act)","kjv_definition":"cure, heal(-ing)"} +{"id":"G2490","strongs_number":"G2490","system":"greek","language":"greek","number_value":2490,"lemma":"Ἰωαννᾶς","transliteration":"Iōannâs","pronunciation":null,"derivation":"a form of G2491 (Ἰωάννης);","strongs_definition":"Joannas, an Israelite","kjv_definition":"Joannas"} +{"id":"G4351","strongs_number":"G4351","system":"greek","language":"greek","number_value":4351,"lemma":"προσκυλίω","transliteration":"proskylíō","pronunciation":null,"derivation":"from G4314 (πρός) and G2947 (κυλιόω);","strongs_definition":"to roll towards, i.e. block against","kjv_definition":"roll (to)"} +{"id":"G2552","strongs_number":"G2552","system":"greek","language":"greek","number_value":2552,"lemma":"κακοπάθεια","transliteration":"kakopátheia","pronunciation":null,"derivation":"from a compound of G2256 (ἡμιώριον) and G3806 (πάθος);","strongs_definition":"hardship","kjv_definition":"suffering affliction"} +{"id":"G4623","strongs_number":"G4623","system":"greek","language":"greek","number_value":4623,"lemma":"σιωπάω","transliteration":"siōpáō","pronunciation":null,"derivation":"from (silence, i.e. a hush;","strongs_definition":"properly, muteness, i.e. involuntary stillness, or inability to speak; and thus differing from G4602 (σιγή), which is rather a voluntary refusal or indisposition to speak, although the terms are often used synonymously); to be dumb (but not deaf also, like 2974 properly); figuratively, to be calm (as quiet water)","kjv_definition":"dumb, (hold) peace"} +{"id":"G4985","strongs_number":"G4985","system":"greek","language":"greek","number_value":4985,"lemma":"σωματικῶς","transliteration":"sōmatikōs","pronunciation":null,"derivation":"adverb from G4984 (σωματικός);","strongs_definition":"corporeally or physically","kjv_definition":"bodily"} +{"id":"G5597","strongs_number":"G5597","system":"greek","language":"greek","number_value":5597,"lemma":"ψώχω","transliteration":"psṓchō","pronunciation":null,"derivation":"prolongation from the same base as G5567 (ψάλλω);","strongs_definition":"to triturate, i.e. (by analogy) to rub out (kernels from husks with the fingers or hand)","kjv_definition":"rub"} +{"id":"G997","strongs_number":"G997","system":"greek","language":"greek","number_value":997,"lemma":"βοηθέω","transliteration":"boēthéō","pronunciation":null,"derivation":"from G998 (βοηθός);","strongs_definition":"to aid or relieve","kjv_definition":"help, succor"} +{"id":"G5165","strongs_number":"G5165","system":"greek","language":"greek","number_value":5165,"lemma":"τρύβλιον","transliteration":"trýblion","pronunciation":null,"derivation":"neuter of a presumed derivative of uncertain affinity;","strongs_definition":"a bowl","kjv_definition":"dish"} +{"id":"G557","strongs_number":"G557","system":"greek","language":"greek","number_value":557,"lemma":"ἀπελεγμός","transliteration":"apelegmós","pronunciation":null,"derivation":"from a compound of G575 (ἀπό) and G1651 (ἐλέγχω);","strongs_definition":"refutation, i.e. (by implication) contempt","kjv_definition":"nought"} +{"id":"G4793","strongs_number":"G4793","system":"greek","language":"greek","number_value":4793,"lemma":"συγκρίνω","transliteration":"synkrínō","pronunciation":null,"derivation":"from G4862 (σύν) and G2919 (κρίνω);","strongs_definition":"to judge of one thing in connection with another, i.e. combine (spiritual ideas with appropriate expressions) or collate (one person with another by way of contrast or resemblance)","kjv_definition":"compare among (with)"} +{"id":"G3103","strongs_number":"G3103","system":"greek","language":"greek","number_value":3103,"lemma":"Μαθουσάλα","transliteration":"Mathousála","pronunciation":null,"derivation":"of Hebrew origin (H04968);","strongs_definition":"Mathusala (i.e. Methushelach), an antediluvian","kjv_definition":"Mathusala"} +{"id":"G3451","strongs_number":"G3451","system":"greek","language":"greek","number_value":3451,"lemma":"μουσικός","transliteration":"mousikós","pronunciation":null,"derivation":"from (a Muse);","strongs_definition":"\"musical\", i.e. (as noun) a minstrel","kjv_definition":"musician"} +{"id":"G2359","strongs_number":"G2359","system":"greek","language":"greek","number_value":2359,"lemma":"θρίξ","transliteration":"thríx","pronunciation":null,"derivation":"genitive case , etc.;","strongs_definition":"of uncertain derivation; hair","kjv_definition":"hair"} +{"id":"G4103","strongs_number":"G4103","system":"greek","language":"greek","number_value":4103,"lemma":"πιστός","transliteration":"pistós","pronunciation":null,"derivation":"from G3982 (πείθω);","strongs_definition":"objectively, trustworthy; subjectively, trustful","kjv_definition":"believe(-ing, -r), faithful(-ly), sure, true"} +{"id":"G2326","strongs_number":"G2326","system":"greek","language":"greek","number_value":2326,"lemma":"θερισμός","transliteration":"therismós","pronunciation":null,"derivation":"from G2325 (θερίζω);","strongs_definition":"reaping, i.e. the crop","kjv_definition":"harvest"} +{"id":"G3156","strongs_number":"G3156","system":"greek","language":"greek","number_value":3156,"lemma":"Ματθαῖος","transliteration":"Matthaîos","pronunciation":null,"derivation":"a shorter form of G3164 (μάχομαι);","strongs_definition":"Matthæus (i.e. Matthitjah), an Israelite and a Christian","kjv_definition":"Matthew"} +{"id":"G887","strongs_number":"G887","system":"greek","language":"greek","number_value":887,"lemma":"ἀχλύς","transliteration":"achlýs","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"dimness of sight, i.e. (probably) a cataract","kjv_definition":"mist"} +{"id":"G1965","strongs_number":"G1965","system":"greek","language":"greek","number_value":1965,"lemma":"ἐπίορκος","transliteration":"epíorkos","pronunciation":null,"derivation":"from G1909 (ἐπί) and G3727 (ὅρκος);","strongs_definition":"on oath, i.e. (falsely) a forswearer","kjv_definition":"perjured person"} +{"id":"G5160","strongs_number":"G5160","system":"greek","language":"greek","number_value":5160,"lemma":"τροφή","transliteration":"trophḗ","pronunciation":null,"derivation":"from G5142 (τρέφω);","strongs_definition":"nourishment (literally or figuratively); by implication, rations (wages)","kjv_definition":"food, meat"} +{"id":"G4935","strongs_number":"G4935","system":"greek","language":"greek","number_value":4935,"lemma":"συντόμως","transliteration":"syntómōs","pronunciation":null,"derivation":"adverb from a derivative of G4932 (συντέμνω);","strongs_definition":"concisely (briefly)","kjv_definition":"a few words"} +{"id":"G4130","strongs_number":"G4130","system":"greek","language":"greek","number_value":4130,"lemma":"πλήθω","transliteration":"plḗthō","pronunciation":null,"derivation":"a prolonged form of a primary (which appears only as an alternate in certain tenses and in the reduplicated form pimplemi);","strongs_definition":"to \"fill\" (literally or figuratively (imbue, influence, supply)); specially, to fulfil (time)","kjv_definition":"accomplish, full (…come), furnish"} +{"id":"G542","strongs_number":"G542","system":"greek","language":"greek","number_value":542,"lemma":"ἀπείδω","transliteration":"apeídō","pronunciation":null,"derivation":"from G575 (ἀπό) and the same as G1492 (εἴδω);","strongs_definition":"to see fully","kjv_definition":"see"} +{"id":"G99","strongs_number":"G99","system":"greek","language":"greek","number_value":99,"lemma":"Ἀδρίας","transliteration":"Adrías","pronunciation":null,"derivation":"from (a place near its shore);","strongs_definition":"the Adriatic sea (including the Ionian)","kjv_definition":"Adria"} +{"id":"G5373","strongs_number":"G5373","system":"greek","language":"greek","number_value":5373,"lemma":"φιλία","transliteration":"philía","pronunciation":null,"derivation":"from G5384 (φίλος);","strongs_definition":"fondness","kjv_definition":"friendship"} +{"id":"G4299","strongs_number":"G4299","system":"greek","language":"greek","number_value":4299,"lemma":"πρόκριμα","transliteration":"prókrima","pronunciation":null,"derivation":"from a compound of G4253 (πρό) and G2919 (κρίνω);","strongs_definition":"a prejudgment (prejudice), i.e. prepossession","kjv_definition":"prefer one before another"} +{"id":"G2841","strongs_number":"G2841","system":"greek","language":"greek","number_value":2841,"lemma":"κοινωνέω","transliteration":"koinōnéō","pronunciation":null,"derivation":"from G2844 (κοινωνός);","strongs_definition":"to share with others (objectively or subjectively)","kjv_definition":"communicate, distribute, be partaker"} +{"id":"G1042","strongs_number":"G1042","system":"greek","language":"greek","number_value":1042,"lemma":"γαββαθά","transliteration":"gabbathá","pronunciation":null,"derivation":"of Chaldee origin (compare H01355);","strongs_definition":"the knoll; gabbatha, a vernacular term for the Roman tribunal in Jerusalem","kjv_definition":"Gabbatha"} +{"id":"G3797","strongs_number":"G3797","system":"greek","language":"greek","number_value":3797,"lemma":"ὄψιμος","transliteration":"ópsimos","pronunciation":null,"derivation":"from G3796 (ὀψέ);","strongs_definition":"later, i.e. vernal (showering)","kjv_definition":"latter"} +{"id":"G3725","strongs_number":"G3725","system":"greek","language":"greek","number_value":3725,"lemma":"ὅριον","transliteration":"hórion","pronunciation":null,"derivation":"neuter of a derivative of an apparently primary (a bound or limit);","strongs_definition":"a boundary-line, i.e. (by implication) a frontier (region)","kjv_definition":"border, coast"} +{"id":"G1069","strongs_number":"G1069","system":"greek","language":"greek","number_value":1069,"lemma":"γείτων","transliteration":"geítōn","pronunciation":null,"derivation":"from G1093 (γῆ);","strongs_definition":"a neighbour (as adjoining one's ground); by implication, a friend","kjv_definition":"neighbour"} +{"id":"G125","strongs_number":"G125","system":"greek","language":"greek","number_value":125,"lemma":"Αἴγυπτος","transliteration":"Aígyptos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Ægyptus, the land of the Nile","kjv_definition":"Egypt"} +{"id":"G4312","strongs_number":"G4312","system":"greek","language":"greek","number_value":4312,"lemma":"προπετής","transliteration":"propetḗs","pronunciation":null,"derivation":"from a compound of G4253 (πρό) and G4098 (πίπτω);","strongs_definition":"falling forward, i.e. headlong (figuratively, precipitate)","kjv_definition":"heady, rash(-ly)"} +{"id":"G5158","strongs_number":"G5158","system":"greek","language":"greek","number_value":5158,"lemma":"τρόπος","transliteration":"trópos","pronunciation":null,"derivation":"from the same as G5157 (τροπή);","strongs_definition":"a turn, i.e. (by implication) mode or style (especially with preposition or relative prefix as adverb, like); figuratively, deportment or character","kjv_definition":"(even) as, conversation, (+ like) manner, (+ by any) means, way"} +{"id":"G1624","strongs_number":"G1624","system":"greek","language":"greek","number_value":1624,"lemma":"ἐκτρέπω","transliteration":"ektrépō","pronunciation":null,"derivation":"from G1537 (ἐκ) and the base of G5157 (τροπή);","strongs_definition":"to deflect, i.e. turn away (literally or figuratively)","kjv_definition":"avoid, turn (aside, out of the way)"} +{"id":"G3541","strongs_number":"G3541","system":"greek","language":"greek","number_value":3541,"lemma":"νόθος","transliteration":"nóthos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a spurious or illegitimate son","kjv_definition":"bastard"} +{"id":"G838","strongs_number":"G838","system":"greek","language":"greek","number_value":838,"lemma":"αὔξησις","transliteration":"aúxēsis","pronunciation":null,"derivation":"from G837 (αὐξάνω);","strongs_definition":"growth","kjv_definition":"increase"} +{"id":"G3873","strongs_number":"G3873","system":"greek","language":"greek","number_value":3873,"lemma":"παράκειμαι","transliteration":"parákeimai","pronunciation":null,"derivation":"from G3844 (παρά) and G2749 (κεῖμαι);","strongs_definition":"to lie near, i.e. be at hand (figuratively, be prompt or easy)","kjv_definition":"be present"} +{"id":"G2373","strongs_number":"G2373","system":"greek","language":"greek","number_value":2373,"lemma":"θυμόω","transliteration":"thymóō","pronunciation":null,"derivation":"from G2372 (θυμός);","strongs_definition":"to put in a passion, i.e. enrage","kjv_definition":"be wroth"} +{"id":"G4186","strongs_number":"G4186","system":"greek","language":"greek","number_value":4186,"lemma":"πολύτιμος","transliteration":"polýtimos","pronunciation":null,"derivation":"from G4183 (πολύς) and G5092 (τιμή);","strongs_definition":"extremely valuable","kjv_definition":"very costly, of great price"} +{"id":"G1783","strongs_number":"G1783","system":"greek","language":"greek","number_value":1783,"lemma":"ἔντευξις","transliteration":"énteuxis","pronunciation":null,"derivation":"from G1793 (ἐντυγχάνω);","strongs_definition":"an interview, i.e. (specially) supplication","kjv_definition":"intercession, prayer"} +{"id":"G3183","strongs_number":"G3183","system":"greek","language":"greek","number_value":3183,"lemma":"μέθυσος","transliteration":"méthysos","pronunciation":null,"derivation":"from G3184 (μεθύω);","strongs_definition":"tipsy, i.e. (as noun) a sot","kjv_definition":"drunkard"} +{"id":"G1141","strongs_number":"G1141","system":"greek","language":"greek","number_value":1141,"lemma":"δαιμονιώδης","transliteration":"daimoniṓdēs","pronunciation":null,"derivation":"from G1140 (δαιμόνιον) and G1142 (δαίμων);","strongs_definition":"dæmon-like","kjv_definition":"devilish"} +{"id":"G846","strongs_number":"G846","system":"greek","language":"greek","number_value":846,"lemma":"αὐτός","transliteration":"autós","pronunciation":null,"derivation":"from the particle (perhaps akin to the base of G109 (ἀήρ) through the idea of a baffling wind) (backward);","strongs_definition":"the reflexive pronoun self, used (alone or in the comparative G1438 (ἑαυτοῦ)) of the third person , and (with the proper personal pronoun) of the other persons","kjv_definition":"her, it(-self), one, the other, (mine) own, said, (self-), the) same, ((him-, my-, thy- )self, (your-)selves, she, that, their(-s), them(-selves), there(-at, - by, -in, -into, -of, -on, -with), they, (these) things, this (man), those, together, very, which"} +{"id":"G1291","strongs_number":"G1291","system":"greek","language":"greek","number_value":1291,"lemma":"διαστέλλομαι","transliteration":"diastéllomai","pronunciation":null,"derivation":"middle voice from G1223 (διά) and G4724 (στέλλω);","strongs_definition":"to set (oneself) apart (figuratively, distinguish), i.e. (by implication) to enjoin","kjv_definition":"charge, that which was (give) commanded(-ment)"} +{"id":"G798","strongs_number":"G798","system":"greek","language":"greek","number_value":798,"lemma":"ἄστρον","transliteration":"ástron","pronunciation":null,"derivation":"neuter from G792 (ἀστήρ);","strongs_definition":"properly, a constellation; put for a single star (natural or artificial)","kjv_definition":"star"} +{"id":"G5422","strongs_number":"G5422","system":"greek","language":"greek","number_value":5422,"lemma":"φρεναπατάω","transliteration":"phrenapatáō","pronunciation":null,"derivation":"from G5423 (φρεναπάτης);","strongs_definition":"to be a mind-misleader, i.e. delude","kjv_definition":"deceive"} +{"id":"G5469","strongs_number":"G5469","system":"greek","language":"greek","number_value":5469,"lemma":"χαλινός","transliteration":"chalinós","pronunciation":null,"derivation":"from G5465 (χαλάω);","strongs_definition":"a curb or head-stall (as curbing the spirit)","kjv_definition":"bit, bridle"} +{"id":"G317","strongs_number":"G317","system":"greek","language":"greek","number_value":317,"lemma":"ἀναγκαστῶς","transliteration":"anankastōs","pronunciation":null,"derivation":"adverb from a derivative of G315 (ἀναγκάζω);","strongs_definition":"compulsorily","kjv_definition":"by constraint"} +{"id":"G3015","strongs_number":"G3015","system":"greek","language":"greek","number_value":3015,"lemma":"λεπρός","transliteration":"leprós","pronunciation":null,"derivation":"from the same as G3014 (λέπρα);","strongs_definition":"scaly, i.e. leprous (a leper)","kjv_definition":"leper"} +{"id":"G3192","strongs_number":"G3192","system":"greek","language":"greek","number_value":3192,"lemma":"μέλι","transliteration":"méli","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"honey","kjv_definition":"honey"} +{"id":"G295","strongs_number":"G295","system":"greek","language":"greek","number_value":295,"lemma":"Ἀμφίπολις","transliteration":"Amphípolis","pronunciation":null,"derivation":"from the base of G297 (ἀμφότερος) and G4172 (πόλις);","strongs_definition":"a city surrounded by a river; Amphipolis, a place in Macedonia","kjv_definition":"Amphipolis"} +{"id":"G3081","strongs_number":"G3081","system":"greek","language":"greek","number_value":3081,"lemma":"λυσιτελεῖ","transliteration":"lysiteleî","pronunciation":null,"derivation":"third person singular present indicative active of a derivative of a compound of G3080 (λύσις) and G5056 (τέλος);","strongs_definition":"impersonally, it answers the purpose, i.e. is advantageous","kjv_definition":"it is better"} +{"id":"G2024","strongs_number":"G2024","system":"greek","language":"greek","number_value":2024,"lemma":"ἐπιχορηγία","transliteration":"epichorēgía","pronunciation":null,"derivation":"from G2023 (ἐπιχορηγέω);","strongs_definition":"contribution","kjv_definition":"supply"} +{"id":"G3689","strongs_number":"G3689","system":"greek","language":"greek","number_value":3689,"lemma":"ὄντως","transliteration":"óntōs","pronunciation":null,"derivation":"adverb of the oblique cases of G5607 (ὤν);","strongs_definition":"really","kjv_definition":"certainly, clean, indeed, of a truth, verily"} +{"id":"G4253","strongs_number":"G4253","system":"greek","language":"greek","number_value":4253,"lemma":"πρό","transliteration":"pró","pronunciation":null,"derivation":"a primary preposition;","strongs_definition":"\"fore\", i.e. in front of, prior (figuratively, superior) to","kjv_definition":"above, ago, before, or ever"} +{"id":"G3608","strongs_number":"G3608","system":"greek","language":"greek","number_value":3608,"lemma":"ὀθόνιον","transliteration":"othónion","pronunciation":null,"derivation":"neuter of a presumed derivative of G3607 (ὀθόνη);","strongs_definition":"a linen bandage","kjv_definition":"linen clothes"} +{"id":"G421","strongs_number":"G421","system":"greek","language":"greek","number_value":421,"lemma":"ἀνεξιχνίαστος","transliteration":"anexichníastos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of a compound of G1537 (ἐκ) and a derivative of G2487 (ἴχνος);","strongs_definition":"not tracked out, i.e. (by implication) untraceable","kjv_definition":"past finding out; unsearchable"} +{"id":"G1288","strongs_number":"G1288","system":"greek","language":"greek","number_value":1288,"lemma":"διασπάω","transliteration":"diaspáō","pronunciation":null,"derivation":"from G1223 (διά) and G4685 (σπάω);","strongs_definition":"to draw apart, i.e. sever or dismember","kjv_definition":"pluck asunder, pull in pieces"} +{"id":"G4352","strongs_number":"G4352","system":"greek","language":"greek","number_value":4352,"lemma":"προσκυνέω","transliteration":"proskynéō","pronunciation":null,"derivation":"from G4314 (πρός) and a probable derivative of G2965 (κύων) (meaning to kiss, like a dog licking his master's hand);","strongs_definition":"to fawn or crouch to, i.e. (literally or figuratively) prostrate oneself in homage (do reverence to, adore)","kjv_definition":"worship"} +{"id":"G2422","strongs_number":"G2422","system":"greek","language":"greek","number_value":2422,"lemma":"Ἰεφθάε","transliteration":"Iephtháe","pronunciation":null,"derivation":"of Hebrew origin (H03316);","strongs_definition":"Jephthaë (i.e. Jiphtach), an Israelite","kjv_definition":"Jephthah"} +{"id":"G2086","strongs_number":"G2086","system":"greek","language":"greek","number_value":2086,"lemma":"ἑτεροζυγέω","transliteration":"heterozygéō","pronunciation":null,"derivation":"from a compound of G2087 (ἕτερος) and G2218 (ζυγός);","strongs_definition":"to yoke up differently, i.e. (figuratively) to associate discordantly","kjv_definition":"unequally yoke together with"} +{"id":"G3564","strongs_number":"G3564","system":"greek","language":"greek","number_value":3564,"lemma":"Νυμφᾶς","transliteration":"Nymphâs","pronunciation":null,"derivation":"probably contracted for a compound of G3565 (νύμφη) and G1435 (δῶρον);","strongs_definition":"nymph-given (i.e. -born); Nymphas, a Christian","kjv_definition":"Nymphas"} +{"id":"G4080","strongs_number":"G4080","system":"greek","language":"greek","number_value":4080,"lemma":"πηλίκος","transliteration":"pēlíkos","pronunciation":null,"derivation":"a quantitative form (the feminine) of the base of G4225 (πού);","strongs_definition":"how much (as an indefinite), i.e. in size or (figuratively) dignity","kjv_definition":"how great (large)"} +{"id":"G1882","strongs_number":"G1882","system":"greek","language":"greek","number_value":1882,"lemma":"ἐπανόρθωσις","transliteration":"epanórthōsis","pronunciation":null,"derivation":"from a compound of G1909 (ἐπί) and G461 (ἀνορθόω);","strongs_definition":"a straightening up again, i.e. (figuratively) rectification (reformation)","kjv_definition":"correction"} +{"id":"G1112","strongs_number":"G1112","system":"greek","language":"greek","number_value":1112,"lemma":"γογγυσμός","transliteration":"gongysmós","pronunciation":null,"derivation":"from G1111 (γογγύζω);","strongs_definition":"a grumbling","kjv_definition":"grudging, murmuring"} +{"id":"G1290","strongs_number":"G1290","system":"greek","language":"greek","number_value":1290,"lemma":"διασπορά","transliteration":"diasporá","pronunciation":null,"derivation":"from G1289 (διασπείρω);","strongs_definition":"dispersion, i.e. (specially and concretely) the (converted) Israelite resident in Gentile countries","kjv_definition":"(which are) scattered (abroad)"} +{"id":"G2279","strongs_number":"G2279","system":"greek","language":"greek","number_value":2279,"lemma":"ἦχος","transliteration":"ēchos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a loud or confused noise (\"echo\"), i.e. roar; figuratively, a rumor","kjv_definition":"fame, sound"} +{"id":"G1348","strongs_number":"G1348","system":"greek","language":"greek","number_value":1348,"lemma":"δικαστής","transliteration":"dikastḗs","pronunciation":null,"derivation":"from a derivative of G1349 (δίκη);","strongs_definition":"a judger","kjv_definition":"judge"} +{"id":"G845","strongs_number":"G845","system":"greek","language":"greek","number_value":845,"lemma":"αὐτόπτης","transliteration":"autóptēs","pronunciation":null,"derivation":"from G846 (αὐτός) and G3700 (ὀπτάνομαι);","strongs_definition":"self-seeing, i.e. an eye-witness","kjv_definition":"eye-witness"} +{"id":"G2510","strongs_number":"G2510","system":"greek","language":"greek","number_value":2510,"lemma":"καθάπτω","transliteration":"katháptō","pronunciation":null,"derivation":"from G2596 (κατά) and G680 (ἅπτομαι);","strongs_definition":"to seize upon","kjv_definition":"fasten on"} +{"id":"G5520","strongs_number":"G5520","system":"greek","language":"greek","number_value":5520,"lemma":"χολάω","transliteration":"choláō","pronunciation":null,"derivation":"from G5521 (χολή);","strongs_definition":"to be bilious, i.e. (by implication) irritable (enraged, \"choleric\")","kjv_definition":"be angry"} +{"id":"G2342","strongs_number":"G2342","system":"greek","language":"greek","number_value":2342,"lemma":"θηρίον","transliteration":"thēríon","pronunciation":null,"derivation":"diminutive from the same as G2339 (θήρα);","strongs_definition":"a dangerous animal","kjv_definition":"(venomous, wild) beast"} +{"id":"G3941","strongs_number":"G3941","system":"greek","language":"greek","number_value":3941,"lemma":"πάροικος","transliteration":"pároikos","pronunciation":null,"derivation":"from G3844 (παρά) and G3624 (οἶκος);","strongs_definition":"having a home near, i.e. (as noun) a by-dweller (alien resident)","kjv_definition":"foreigner, sojourn, stranger"} +{"id":"G3729","strongs_number":"G3729","system":"greek","language":"greek","number_value":3729,"lemma":"ὁρμάω","transliteration":"hormáō","pronunciation":null,"derivation":"from G3730 (ὁρμή);","strongs_definition":"to start, spur or urge on, i.e. (reflexively) to dash or plunge","kjv_definition":"run (violently), rush"} +{"id":"G2004","strongs_number":"G2004","system":"greek","language":"greek","number_value":2004,"lemma":"ἐπιτάσσω","transliteration":"epitássō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5021 (τάσσω);","strongs_definition":"to arrange upon, i.e. order","kjv_definition":"charge, command, injoin"} +{"id":"G4932","strongs_number":"G4932","system":"greek","language":"greek","number_value":4932,"lemma":"συντέμνω","transliteration":"syntémnō","pronunciation":null,"derivation":"from G4862 (σύν) and the base of G5114 (τομώτερος);","strongs_definition":"to contract by cutting, i.e. (figuratively) do concisely (speedily)","kjv_definition":"(cut) short"} +{"id":"G3708","strongs_number":"G3708","system":"greek","language":"greek","number_value":3708,"lemma":"ὁράω","transliteration":"horáō","pronunciation":null,"derivation":"properly, to stare at (compare G3700 (ὀπτάνομαι)), i.e. (by implication) to discern clearly (physically or mentally);","strongs_definition":"by extension, to attend to; by Hebraism, to experience; passively, to appear","kjv_definition":"behold, perceive, see, take heed"} +{"id":"G486","strongs_number":"G486","system":"greek","language":"greek","number_value":486,"lemma":"ἀντιλοιδορέω","transliteration":"antiloidoréō","pronunciation":null,"derivation":"from G473 (ἀντί) and G3058 (λοιδορέω);","strongs_definition":"to rail in reply","kjv_definition":"revile again"} +{"id":"G2970","strongs_number":"G2970","system":"greek","language":"greek","number_value":2970,"lemma":"κῶμος","transliteration":"kōmos","pronunciation":null,"derivation":"from G2749 (κεῖμαι);","strongs_definition":"a carousal (as if letting loose)","kjv_definition":"revelling, rioting"} +{"id":"G1634","strongs_number":"G1634","system":"greek","language":"greek","number_value":1634,"lemma":"ἐκψύχω","transliteration":"ekpsýchō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G5594 (ψύχω);","strongs_definition":"to expire","kjv_definition":"give (yield) up the ghost"} +{"id":"G204","strongs_number":"G204","system":"greek","language":"greek","number_value":204,"lemma":"ἀκρογωνιαῖος","transliteration":"akrogōniaîos","pronunciation":null,"derivation":"from G206 (ἄκρον) and G1137 (γωνία);","strongs_definition":"belonging to the extreme corner","kjv_definition":"chief corner"} +{"id":"G941","strongs_number":"G941","system":"greek","language":"greek","number_value":941,"lemma":"βαστάζω","transliteration":"bastázō","pronunciation":null,"derivation":"perhaps remotely derived from the base of G939 (βάσις) (through the idea of removal);","strongs_definition":"to lift, literally or figuratively (endure, declare, sustain, receive, etc.)","kjv_definition":"bear, carry, take up"} +{"id":"G2975","strongs_number":"G2975","system":"greek","language":"greek","number_value":2975,"lemma":"λαγχάνω","transliteration":"lanchánō","pronunciation":null,"derivation":"a prolonged form of a primary verb, which is only used as an alternate in certain tenses;","strongs_definition":"to lot, i.e. determine (by implication, receive) especially by lot","kjv_definition":"his lot be, cast lots, obtain"} +{"id":"G2709","strongs_number":"G2709","system":"greek","language":"greek","number_value":2709,"lemma":"καταχθόνιος","transliteration":"katachthónios","pronunciation":null,"derivation":"from G2596 (κατά) and (the ground);","strongs_definition":"subterranean, i.e. infernal (belonging to the world of departed spirits)","kjv_definition":"under the earth"} +{"id":"G1306","strongs_number":"G1306","system":"greek","language":"greek","number_value":1306,"lemma":"διαυγάζω","transliteration":"diaugázō","pronunciation":null,"derivation":"from G1223 (διά) and G826 (αὐγάζω);","strongs_definition":"to glimmer through, i.e. break (as day)","kjv_definition":"dawn"} +{"id":"G2088","strongs_number":"G2088","system":"greek","language":"greek","number_value":2088,"lemma":"ἑτέρως","transliteration":"hetérōs","pronunciation":null,"derivation":"adverb from G2087 (ἕτερος);","strongs_definition":"differently","kjv_definition":"otherwise"} +{"id":"G3559","strongs_number":"G3559","system":"greek","language":"greek","number_value":3559,"lemma":"νουθεσία","transliteration":"nouthesía","pronunciation":null,"derivation":"from G3563 (νοῦς) and a derivative of G5087 (τίθημι);","strongs_definition":"calling attention to, i.e. (by implication) mild rebuke or warning","kjv_definition":"admonition"} +{"id":"G727","strongs_number":"G727","system":"greek","language":"greek","number_value":727,"lemma":"ἅρπαξ","transliteration":"hárpax","pronunciation":null,"derivation":"from G726 (ἁρπάζω);","strongs_definition":"rapacious","kjv_definition":"extortion, ravening"} +{"id":"G2610","strongs_number":"G2610","system":"greek","language":"greek","number_value":2610,"lemma":"καταγωνίζομαι","transliteration":"katagōnízomai","pronunciation":null,"derivation":"from G2596 (κατά) and G75 (ἀγωνίζομαι);","strongs_definition":"to struggle against, i.e. (by implication) to overcome","kjv_definition":"subdue"} +{"id":"G3159","strongs_number":"G3159","system":"greek","language":"greek","number_value":3159,"lemma":"Ματθίας","transliteration":"Matthías","pronunciation":null,"derivation":"apparently a shortened form of G3161 (Ματταθίας);","strongs_definition":"Matthias (i.e. Mattithjah), an Israelite","kjv_definition":"Matthias"} +{"id":"G5396","strongs_number":"G5396","system":"greek","language":"greek","number_value":5396,"lemma":"φλυαρέω","transliteration":"phlyaréō","pronunciation":null,"derivation":"from G5397 (φλύαρος);","strongs_definition":"to be a babbler or trifler, i.e. (by implication) to berate idly or mischievously","kjv_definition":"prate against"} +{"id":"G1662","strongs_number":"G1662","system":"greek","language":"greek","number_value":1662,"lemma":"Ἐλιακείμ","transliteration":"Eliakeím","pronunciation":null,"derivation":"of Hebrew origin (H0471);","strongs_definition":"Eliakim, an Israelite","kjv_definition":"Eliakim"} +{"id":"G4507","strongs_number":"G4507","system":"greek","language":"greek","number_value":4507,"lemma":"ῥυπαρία","transliteration":"rhyparía","pronunciation":null,"derivation":"from G4508 (ῥυπαρός);","strongs_definition":"dirtiness (morally)","kjv_definition":"turpitude"} +{"id":"G834","strongs_number":"G834","system":"greek","language":"greek","number_value":834,"lemma":"αὐλητής","transliteration":"aulētḗs","pronunciation":null,"derivation":"from G832 (αὐλέω);","strongs_definition":"a flute-player","kjv_definition":"minstrel, piper"} +{"id":"G976","strongs_number":"G976","system":"greek","language":"greek","number_value":976,"lemma":"βίβλος","transliteration":"bíblos","pronunciation":null,"derivation":"properly, the inner bark of the papyrus plant, i.e. (by implication) a sheet or scroll of writing","strongs_definition":null,"kjv_definition":"book"} +{"id":"G5315","strongs_number":"G5315","system":"greek","language":"greek","number_value":5315,"lemma":"φάγω","transliteration":"phágō","pronunciation":null,"derivation":"a primary verb (used as an alternate of G2068 (ἐσθίω) in certain tenses);","strongs_definition":"to eat (literally or figuratively)","kjv_definition":"eat, meat"} +{"id":"G411","strongs_number":"G411","system":"greek","language":"greek","number_value":411,"lemma":"ἀνεκδιήγητος","transliteration":"anekdiḗgētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G1555 (ἐκδιηγέομαι);","strongs_definition":"not expounded in full, i.e. indescribable","kjv_definition":"unspeakable"} +{"id":"G2268","strongs_number":"G2268","system":"greek","language":"greek","number_value":2268,"lemma":"Ἡσαΐας","transliteration":"Hēsaḯas","pronunciation":null,"derivation":"of Hebrew origin (H03470);","strongs_definition":"Hesaias (i.e. Jeshajah), an Israelite","kjv_definition":"Esaias"} +{"id":"G4343","strongs_number":"G4343","system":"greek","language":"greek","number_value":4343,"lemma":"προσκαρτέρησις","transliteration":"proskartérēsis","pronunciation":null,"derivation":"from G4342 (προσκαρτερέω);","strongs_definition":"persistancy","kjv_definition":"perseverance"} +{"id":"G1131","strongs_number":"G1131","system":"greek","language":"greek","number_value":1131,"lemma":"γυμνός","transliteration":"gymnós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"nude (absolute or relative, literal or figurative)","kjv_definition":"naked"} +{"id":"G2819","strongs_number":"G2819","system":"greek","language":"greek","number_value":2819,"lemma":"κλῆρος","transliteration":"klēros","pronunciation":null,"derivation":"probably from G2806 (κλάω) (through the idea of using bits of wood, etc., for the purpose;","strongs_definition":"a die (for drawing chances); by implication, a portion (as if so secured); by extension, an acquisition (especially a patrimony, figuratively)","kjv_definition":"heritage, inheritance, lot, part"} +{"id":"G4371","strongs_number":"G4371","system":"greek","language":"greek","number_value":4371,"lemma":"προσφάγιον","transliteration":"prosphágion","pronunciation":null,"derivation":"neuter of a presumed derivative of a compound of G4314 (πρός) and G5315 (φάγω);","strongs_definition":"something eaten in addition to bread, i.e. a relish (specially, fish; compare G3795 (ὀψάριον))","kjv_definition":"meat"} +{"id":"G332","strongs_number":"G332","system":"greek","language":"greek","number_value":332,"lemma":"ἀναθεματίζω","transliteration":"anathematízō","pronunciation":null,"derivation":"from G331 (ἀνάθεμα);","strongs_definition":"to declare or vow under penalty of execration","kjv_definition":"(bind under a) curse, bind with an oath"} +{"id":"G2294","strongs_number":"G2294","system":"greek","language":"greek","number_value":2294,"lemma":"θάρσος","transliteration":"thársos","pronunciation":null,"derivation":"akin (by transposition) to (daring);","strongs_definition":"boldness (subjectively)","kjv_definition":"courage"} +{"id":"G108","strongs_number":"G108","system":"greek","language":"greek","number_value":108,"lemma":"Ἄζωτος","transliteration":"Ázōtos","pronunciation":null,"derivation":"of Hebrew origin (H0795);","strongs_definition":"Azotus (i.e. Ashdod), a place in Palestine","kjv_definition":"Azotus"} +{"id":"G945","strongs_number":"G945","system":"greek","language":"greek","number_value":945,"lemma":"βαττολογέω","transliteration":"battologéō","pronunciation":null,"derivation":"from (a proverbial stammerer) and G3056 (λόγος);","strongs_definition":"to stutter, i.e. (by implication) to prate tediously","kjv_definition":"use vain repetitions"} +{"id":"G3602","strongs_number":"G3602","system":"greek","language":"greek","number_value":3602,"lemma":"ὀδυρμός","transliteration":"odyrmós","pronunciation":null,"derivation":"from a derivative of the base of G1416 (δύνω);","strongs_definition":"moaning, i.e. lamentation","kjv_definition":"mourning"} +{"id":"G1263","strongs_number":"G1263","system":"greek","language":"greek","number_value":1263,"lemma":"διαμαρτύρομαι","transliteration":"diamartýromai","pronunciation":null,"derivation":"from G1223 (διά) and G3140 (μαρτυρέω);","strongs_definition":"to attest or protest earnestly, or (by implication) hortatively","kjv_definition":"charge, testify (unto), witness"} +{"id":"G4466","strongs_number":"G4466","system":"greek","language":"greek","number_value":4466,"lemma":"Ῥαγαῦ","transliteration":"Rhagaû","pronunciation":null,"derivation":"of Hebrew origin (H07466);","strongs_definition":"Ragau (i.e. Reu), a patriarch","kjv_definition":"Ragau"} +{"id":"G930","strongs_number":"G930","system":"greek","language":"greek","number_value":930,"lemma":"βασανιστής","transliteration":"basanistḗs","pronunciation":null,"derivation":"from G928 (βασανίζω);","strongs_definition":"a torturer","kjv_definition":"tormentor"} +{"id":"G992","strongs_number":"G992","system":"greek","language":"greek","number_value":992,"lemma":"βλητέος","transliteration":"blētéos","pronunciation":null,"derivation":"from G906 (βάλλω);","strongs_definition":"fit to be cast (i.e. applied)","kjv_definition":"must be put"} +{"id":"G5586","strongs_number":"G5586","system":"greek","language":"greek","number_value":5586,"lemma":"ψῆφος","transliteration":"psēphos","pronunciation":null,"derivation":"from the same as G5584 (ψηλαφάω);","strongs_definition":"a pebble (as worn smooth by handling), i.e. (by implication, of use as a counter or ballot) a verdict (of acquittal) or ticket (of admission); a vote","kjv_definition":"stone, voice"} +{"id":"G1107","strongs_number":"G1107","system":"greek","language":"greek","number_value":1107,"lemma":"γνωρίζω","transliteration":"gnōrízō","pronunciation":null,"derivation":"from a derivative of G1097 (γινώσκω);","strongs_definition":"to make known; subjectively, to know","kjv_definition":"certify, declare, make known, give to understand, do to wit, wot"} +{"id":"G2145","strongs_number":"G2145","system":"greek","language":"greek","number_value":2145,"lemma":"εὐπρόσεδρος","transliteration":"euprósedros","pronunciation":null,"derivation":"from G2095 (εὖ) and the same as G4332 (προσεδρεύω);","strongs_definition":"sitting well towards, i.e. (figuratively) assiduous (neuter, diligent service)","kjv_definition":"X attend upon"} +{"id":"G4634","strongs_number":"G4634","system":"greek","language":"greek","number_value":4634,"lemma":"σκηνοπηγία","transliteration":"skēnopēgía","pronunciation":null,"derivation":"from G4636 (σκῆνος) and G4078 (πήγνυμι);","strongs_definition":"the Festival of Tabernacles (so called from the custom of erecting booths for temporary homes)","kjv_definition":"tabernacles"} +{"id":"G5336","strongs_number":"G5336","system":"greek","language":"greek","number_value":5336,"lemma":"φάτνη","transliteration":"phátnē","pronunciation":null,"derivation":"from (to eat);","strongs_definition":"a crib (for fodder)","kjv_definition":"manager, stall"} +{"id":"G2398","strongs_number":"G2398","system":"greek","language":"greek","number_value":2398,"lemma":"ἴδιος","transliteration":"ídios","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"pertaining to self, i.e. one's own; by implication, private or separate","kjv_definition":"X his acquaintance, when they were alone, apart, aside, due, his (own, proper, several), home, (her, our, thine, your) own (business), private(-ly), proper, severally, their (own)"} +{"id":"G4992","strongs_number":"G4992","system":"greek","language":"greek","number_value":4992,"lemma":"σωτήριον","transliteration":"sōtḗrion","pronunciation":null,"derivation":"neuter of the same as G4991 (σωτηρία) as (properly, concretely) noun;","strongs_definition":"defender or (by implication) defence","kjv_definition":"salvation"} +{"id":"G4541","strongs_number":"G4541","system":"greek","language":"greek","number_value":4541,"lemma":"Σαμαρείτης","transliteration":"Samareítēs","pronunciation":null,"derivation":"from G4540 (Σαμάρεια);","strongs_definition":"a Samarite, i.e. inhabitant of Samaria","kjv_definition":"Samaritan"} +{"id":"G4036","strongs_number":"G4036","system":"greek","language":"greek","number_value":4036,"lemma":"περίλυπος","transliteration":"perílypos","pronunciation":null,"derivation":"from G4012 (περί) and G3077 (λύπη);","strongs_definition":"grieved all around, i.e. intensely sad","kjv_definition":"exceeding (very) sorry(-owful)"} +{"id":"G4940","strongs_number":"G4940","system":"greek","language":"greek","number_value":4940,"lemma":"συντυγχάνω","transliteration":"syntynchánō","pronunciation":null,"derivation":"from G4862 (σύν) and G5177 (τυγχάνω);","strongs_definition":"to chance together, i.e. meet with (reach)","kjv_definition":"come at"} +{"id":"G4028","strongs_number":"G4028","system":"greek","language":"greek","number_value":4028,"lemma":"περικαλύπτω","transliteration":"perikalýptō","pronunciation":null,"derivation":"from G4012 (περί) and G2572 (καλύπτω);","strongs_definition":"to cover all around, i.e. entirely (the face, a surface)","kjv_definition":"blindfold, cover, overlay"} +{"id":"G3968","strongs_number":"G3968","system":"greek","language":"greek","number_value":3968,"lemma":"πατρίς","transliteration":"patrís","pronunciation":null,"derivation":"from G3902 (παράσημος);","strongs_definition":"a father-land, i.e. native town; (figuratively) heavenly home","kjv_definition":"(own) country"} +{"id":"G89","strongs_number":"G89","system":"greek","language":"greek","number_value":89,"lemma":"ἀδιαλείπτως","transliteration":"adialeíptōs","pronunciation":null,"derivation":"adverb from G88 (ἀδιάλειπτος);","strongs_definition":"uninterruptedly, i.e. without omission (on an appropriate occasion)","kjv_definition":"without ceasing"} +{"id":"G1936","strongs_number":"G1936","system":"greek","language":"greek","number_value":1936,"lemma":"ἐπίθεσις","transliteration":"epíthesis","pronunciation":null,"derivation":"from G2007 (ἐπιτίθημι);","strongs_definition":"an imposition (of hands officially)","kjv_definition":"laying (putting) on"} +{"id":"G360","strongs_number":"G360","system":"greek","language":"greek","number_value":360,"lemma":"ἀναλύω","transliteration":"analýō","pronunciation":null,"derivation":"from G303 (ἀνά) and G3089 (λύω);","strongs_definition":"to break up, i.e. depart (literally or figuratively)","kjv_definition":"depart, return"} +{"id":"G1490","strongs_number":"G1490","system":"greek","language":"greek","number_value":1490,"lemma":"εἰ δὲ μή(γε)","transliteration":"ei dè mḗ(ge)","pronunciation":null,"derivation":"from G1487 (εἰ), G1161 (δέ), and G3361 (μή) (sometimes with G1065 (γέ) added);","strongs_definition":"but if not","kjv_definition":"(or) else, if (not, otherwise), otherwise"} +{"id":"G4982","strongs_number":"G4982","system":"greek","language":"greek","number_value":4982,"lemma":"σώζω","transliteration":"sṓzō","pronunciation":null,"derivation":"from a primary (contraction for obsolete , \"safe\");","strongs_definition":"to save, i.e. deliver or protect (literally or figuratively)","kjv_definition":"heal, preserve, save (self), do well, be (make) whole"} +{"id":"G2626","strongs_number":"G2626","system":"greek","language":"greek","number_value":2626,"lemma":"κατακλύζω","transliteration":"kataklýzō","pronunciation":null,"derivation":"from G2596 (κατά) and the base of G2830 (κλύδων);","strongs_definition":"to dash (wash) down, i.e. (by implication) to deluge","kjv_definition":"overflow"} +{"id":"G4172","strongs_number":"G4172","system":"greek","language":"greek","number_value":4172,"lemma":"πόλις","transliteration":"pólis","pronunciation":null,"derivation":"probably from the same as G4171 (πόλεμος), or perhaps from G4183 (πολύς);","strongs_definition":"a town (properly, with walls, of greater or less size)","kjv_definition":"city"} +{"id":"G892","strongs_number":"G892","system":"greek","language":"greek","number_value":892,"lemma":"ἄχυρον","transliteration":"áchyron","pronunciation":null,"derivation":"perhaps remotely from (to shed forth);","strongs_definition":"chaff (as diffusive)","kjv_definition":"chaff"} +{"id":"G2662","strongs_number":"G2662","system":"greek","language":"greek","number_value":2662,"lemma":"καταπατέω","transliteration":"katapatéō","pronunciation":null,"derivation":"from G2596 (κατά) and G3961 (πατέω);","strongs_definition":"to trample down; figuratively, to reject with disdain","kjv_definition":"trample, tread (down, underfoot)"} +{"id":"G3693","strongs_number":"G3693","system":"greek","language":"greek","number_value":3693,"lemma":"ὄπισθεν","transliteration":"ópisthen","pronunciation":null,"derivation":"from (regard;","strongs_definition":"from G3700 (ὀπτάνομαι)) with enclitic of source; from the rear (as a secure aspect), i.e. at the back (adverb and preposition of place or time)","kjv_definition":"after, backside, behind"} +{"id":"G674","strongs_number":"G674","system":"greek","language":"greek","number_value":674,"lemma":"ἀποψύχω","transliteration":"apopsýchō","pronunciation":null,"derivation":"from G575 (ἀπό) and G5594 (ψύχω);","strongs_definition":"to breathe out, i.e. faint","kjv_definition":"hearts failing"} +{"id":"G2940","strongs_number":"G2940","system":"greek","language":"greek","number_value":2940,"lemma":"κυβεία","transliteration":"kybeía","pronunciation":null,"derivation":"from (a \"cube\", i.e. die for playing);","strongs_definition":"gambling, i.e. (figuratively) artifice or fraud","kjv_definition":"sleight"} +{"id":"G1652","strongs_number":"G1652","system":"greek","language":"greek","number_value":1652,"lemma":"ἐλεεινός","transliteration":"eleeinós","pronunciation":null,"derivation":"from G1656 (ἔλεος);","strongs_definition":"pitiable","kjv_definition":"miserable"} +{"id":"G463","strongs_number":"G463","system":"greek","language":"greek","number_value":463,"lemma":"ἀνοχή","transliteration":"anochḗ","pronunciation":null,"derivation":"from G430 (ἀνέχομαι);","strongs_definition":"self-restraint, i.e. tolerance","kjv_definition":"forbearance"} +{"id":"G2370","strongs_number":"G2370","system":"greek","language":"greek","number_value":2370,"lemma":"θυμιάω","transliteration":"thymiáō","pronunciation":null,"derivation":"from a derivative of G2380 (θύω) (in the sense of smoking);","strongs_definition":"to fumigate, i.e. offer aromatic fumes","kjv_definition":"burn incense"} +{"id":"G4721","strongs_number":"G4721","system":"greek","language":"greek","number_value":4721,"lemma":"στέγη","transliteration":"stégē","pronunciation":null,"derivation":"strengthened from a primary (a \"thatch\" or \"deck\" of a building);","strongs_definition":"a roof","kjv_definition":"roof"} +{"id":"G1960","strongs_number":"G1960","system":"greek","language":"greek","number_value":1960,"lemma":"ἐπιμελῶς","transliteration":"epimelōs","pronunciation":null,"derivation":"adverb from a derivative of G1959 (ἐπιμελέομαι);","strongs_definition":"carefully","kjv_definition":"diligently"} +{"id":"G567","strongs_number":"G567","system":"greek","language":"greek","number_value":567,"lemma":"ἀπέχομαι","transliteration":"apéchomai","pronunciation":null,"derivation":"middle voice (reflexively) of G568 (ἀπέχω);","strongs_definition":"to hold oneself off, i.e. refrain","kjv_definition":"abstain"} +{"id":"G4315","strongs_number":"G4315","system":"greek","language":"greek","number_value":4315,"lemma":"προσάββατον","transliteration":"prosábbaton","pronunciation":null,"derivation":"from G4253 (πρό) and G4521 (σάββατον);","strongs_definition":"a fore-sabbath, i.e. the Sabbath-eve","kjv_definition":"day before the sabbath"} +{"id":"G5226","strongs_number":"G5226","system":"greek","language":"greek","number_value":5226,"lemma":"ὑπείκω","transliteration":"hypeíkō","pronunciation":null,"derivation":"from G5259 (ὑπό) and (to yield, be \"weak\");","strongs_definition":"to surrender","kjv_definition":"submit self"} +{"id":"G4961","strongs_number":"G4961","system":"greek","language":"greek","number_value":4961,"lemma":"συστρατιώτης","transliteration":"systratiṓtēs","pronunciation":null,"derivation":"from G4862 (σύν) and G4757 (στρατιώτης);","strongs_definition":"a co-campaigner, i.e. (figuratively) an associate in Christian toil","kjv_definition":"fellowsoldier"} +{"id":"G2002","strongs_number":"G2002","system":"greek","language":"greek","number_value":2002,"lemma":"ἐπισωρεύω","transliteration":"episōreúō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G4987 (σωρεύω);","strongs_definition":"to accumulate further, i.e. (figuratively) seek additionally","kjv_definition":"heap"} +{"id":"G3199","strongs_number":"G3199","system":"greek","language":"greek","number_value":3199,"lemma":"μέλω","transliteration":"mélō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to be of interest to, i.e. to concern (only third person singular present indicative used impersonally, it matters)","kjv_definition":"(take) care"} +{"id":"G620","strongs_number":"G620","system":"greek","language":"greek","number_value":620,"lemma":"ἀπολείπω","transliteration":"apoleípō","pronunciation":null,"derivation":"from G575 (ἀπό) and G3007 (λείπω);","strongs_definition":"to leave behind (passively, remain); by implication, to forsake","kjv_definition":"leave, remain"} +{"id":"G1817","strongs_number":"G1817","system":"greek","language":"greek","number_value":1817,"lemma":"ἐξανίστημι","transliteration":"exanístēmi","pronunciation":null,"derivation":"from G1537 (ἐκ) and G450 (ἀνίστημι);","strongs_definition":"objectively, to produce, i.e. (figuratively) beget; subjectively, to arise, i.e. (figuratively) object","kjv_definition":"raise (rise) up"} +{"id":"G5603","strongs_number":"G5603","system":"greek","language":"greek","number_value":5603,"lemma":"ᾠδή","transliteration":"ōidḗ","pronunciation":null,"derivation":"from G103 (ᾄδω);","strongs_definition":"a chant or \"ode\" (the general term for any words sung; while G5215 (ὕμνος) denotes especially a religious metrical composition, and G5568 (ψαλμός) still more specially, a Hebrew cantillation)","kjv_definition":"song"} +{"id":"G2954","strongs_number":"G2954","system":"greek","language":"greek","number_value":2954,"lemma":"Κύπρος","transliteration":"Kýpros","pronunciation":null,"derivation":"of uncertain origin;","strongs_definition":"Cyprus, an island in the Mediterranean","kjv_definition":"Cyprus"} +{"id":"G2828","strongs_number":"G2828","system":"greek","language":"greek","number_value":2828,"lemma":"κλισία","transliteration":"klisía","pronunciation":null,"derivation":"from a derivative of G2827 (κλίνω);","strongs_definition":"properly, reclination, i.e. (concretely and specially), a party at a meal","kjv_definition":"company"} +{"id":"G4049","strongs_number":"G4049","system":"greek","language":"greek","number_value":4049,"lemma":"περισπάω","transliteration":"perispáō","pronunciation":null,"derivation":"from G4012 (περί) and G4685 (σπάω);","strongs_definition":"to drag all around, i.e. (figuratively) to distract (with care)","kjv_definition":"cumber"} +{"id":"G4231","strongs_number":"G4231","system":"greek","language":"greek","number_value":4231,"lemma":"πραγματεύομαι","transliteration":"pragmateúomai","pronunciation":null,"derivation":"from G4229 (πρᾶγμα);","strongs_definition":"to busy oneself with, i.e. to trade","kjv_definition":"occupy"} +{"id":"G3325","strongs_number":"G3325","system":"greek","language":"greek","number_value":3325,"lemma":"μεστόω","transliteration":"mestóō","pronunciation":null,"derivation":"from G3324 (μεστός);","strongs_definition":"to replenish, i.e. (by implication) to intoxicate","kjv_definition":"fill"} +{"id":"G2863","strongs_number":"G2863","system":"greek","language":"greek","number_value":2863,"lemma":"κομάω","transliteration":"komáō","pronunciation":null,"derivation":"from G2864 (κόμη);","strongs_definition":"to wear tresses of hair","kjv_definition":"have long hair"} +{"id":"G472","strongs_number":"G472","system":"greek","language":"greek","number_value":472,"lemma":"ἀντέχομαι","transliteration":"antéchomai","pronunciation":null,"derivation":"from G473 (ἀντί) and the middle voice of G2192 (ἔχω);","strongs_definition":"to hold oneself opposite to, i.e. (by implication) adhere to; by extension to care for","kjv_definition":"hold fast, hold to, support"} +{"id":"G1525","strongs_number":"G1525","system":"greek","language":"greek","number_value":1525,"lemma":"εἰσέρχομαι","transliteration":"eisérchomai","pronunciation":null,"derivation":"from G1519 (εἰς) and G2064 (ἔρχομαι);","strongs_definition":"to enter (literally or figuratively)","kjv_definition":"X arise, come (in, into), enter in(-to), go in (through)"} +{"id":"G1587","strongs_number":"G1587","system":"greek","language":"greek","number_value":1587,"lemma":"ἐκλείπω","transliteration":"ekleípō","pronunciation":null,"derivation":"from G1537 (ἐκ) and G3007 (λείπω);","strongs_definition":"to omit, i.e. (by implication) cease (die)","kjv_definition":"fail"} +{"id":"G4511","strongs_number":"G4511","system":"greek","language":"greek","number_value":4511,"lemma":"ῥύσις","transliteration":"rhýsis","pronunciation":null,"derivation":"from G4506 (ῥύομαι) in the sense of its congener G4482 (ῥέω);","strongs_definition":"a flux (of blood)","kjv_definition":"issue"} +{"id":"G4017","strongs_number":"G4017","system":"greek","language":"greek","number_value":4017,"lemma":"περιβλέπω","transliteration":"periblépō","pronunciation":null,"derivation":"from G4012 (περί) and G991 (βλέπω);","strongs_definition":"to look all around","kjv_definition":"look (round) about (on)"} +{"id":"G3056","strongs_number":"G3056","system":"greek","language":"greek","number_value":3056,"lemma":"λόγος","transliteration":"lógos","pronunciation":null,"derivation":"from G3004 (λέγω);","strongs_definition":"something said (including the thought); by implication, a topic (subject of discourse), also reasoning (the mental faculty) or motive; by extension, a computation; specially, (with the article in John) the Divine Expression (i.e. Christ)","kjv_definition":"account, cause, communication, X concerning, doctrine, fame, X have to do, intent, matter, mouth, preaching, question, reason, + reckon, remove, say(-ing), shew, X speaker, speech, talk, thing, + none of these things move me, tidings, treatise, utterance, word, work"} +{"id":"G3605","strongs_number":"G3605","system":"greek","language":"greek","number_value":3605,"lemma":"ὄζω","transliteration":"ózō","pronunciation":null,"derivation":"a primary verb (in a strengthened form);","strongs_definition":"to scent (usually an ill \"odor\")","kjv_definition":"stink"} +{"id":"G4089","strongs_number":"G4089","system":"greek","language":"greek","number_value":4089,"lemma":"πικρός","transliteration":"pikrós","pronunciation":null,"derivation":"perhaps from G4078 (πήγνυμι) (through the idea of piercing);","strongs_definition":"sharp (pungent), i.e. acrid (literally or figuratively)","kjv_definition":"bitter"} +{"id":"G2821","strongs_number":"G2821","system":"greek","language":"greek","number_value":2821,"lemma":"κλῆσις","transliteration":"klēsis","pronunciation":null,"derivation":"from a shorter form of G2564 (καλέω);","strongs_definition":"an invitation (figuratively)","kjv_definition":"calling"} +{"id":"G4053","strongs_number":"G4053","system":"greek","language":"greek","number_value":4053,"lemma":"περισσός","transliteration":"perissós","pronunciation":null,"derivation":"from G4012 (περί) (in the sense of beyond);","strongs_definition":"superabundant (in quantity) or superior (in quality); by implication, excessive; adverbially (with G1537 (ἐκ)) violently; neuter (as noun) preeminence","kjv_definition":"exceeding abundantly above, more abundantly, advantage, exceedingly, very highly, beyond measure, more, superfluous, vehement(-ly)"} +{"id":"G4301","strongs_number":"G4301","system":"greek","language":"greek","number_value":4301,"lemma":"προλαμβάνω","transliteration":"prolambánō","pronunciation":null,"derivation":"from G4253 (πρό) and G2983 (λαμβάνω);","strongs_definition":"to take in advance, i.e. (literally) eat before others have an opportunity; (figuratively) to anticipate, surprise","kjv_definition":"come aforehand, overtake, take before"} +{"id":"G589","strongs_number":"G589","system":"greek","language":"greek","number_value":589,"lemma":"ἀποδημέω","transliteration":"apodēméō","pronunciation":null,"derivation":"from G590 (ἀπόδημος);","strongs_definition":"to go abroad, i.e. visit a foreign land","kjv_definition":"go (travel) into a far country, journey"} +{"id":"G3026","strongs_number":"G3026","system":"greek","language":"greek","number_value":3026,"lemma":"λῆρος","transliteration":"lēros","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"twaddle, i.e. an incredible story","kjv_definition":"idle tale"} +{"id":"G4513","strongs_number":"G4513","system":"greek","language":"greek","number_value":4513,"lemma":"Ῥωμαϊκός","transliteration":"Rhōmaïkós","pronunciation":null,"derivation":"from G4514 (Ῥωμαῖος);","strongs_definition":"Romaic, i.e. Latin","kjv_definition":"Latin"} +{"id":"G2427","strongs_number":"G2427","system":"greek","language":"greek","number_value":2427,"lemma":"ἱκανόω","transliteration":"hikanóō","pronunciation":null,"derivation":"from G2425 (ἱκανός);","strongs_definition":"to enable, i.e. qualify","kjv_definition":"make able (meet)"} +{"id":"G1392","strongs_number":"G1392","system":"greek","language":"greek","number_value":1392,"lemma":"δοξάζω","transliteration":"doxázō","pronunciation":null,"derivation":"from G1391 (δόξα);","strongs_definition":"to render (or esteem) glorious (in a wide application)","kjv_definition":"(make) glorify(-ious), full of (have) glory, honour, magnify"} +{"id":"G3705","strongs_number":"G3705","system":"greek","language":"greek","number_value":3705,"lemma":"ὅραμα","transliteration":"hórama","pronunciation":null,"derivation":"from G3708 (ὁράω);","strongs_definition":"something gazed at, i.e. a spectacle (especially supernatural)","kjv_definition":"sight, vision"} +{"id":"G3976","strongs_number":"G3976","system":"greek","language":"greek","number_value":3976,"lemma":"πέδη","transliteration":"pédē","pronunciation":null,"derivation":"ultimately from G4228 (πούς);","strongs_definition":"a shackle for the feet","kjv_definition":"fetter"} +{"id":"G3406","strongs_number":"G3406","system":"greek","language":"greek","number_value":3406,"lemma":"μισθαποδότης","transliteration":"misthapodótēs","pronunciation":null,"derivation":"from G3409 (μισθόω) and G591 (ἀποδίδωμι);","strongs_definition":"a renumerator","kjv_definition":"rewarder"} +{"id":"G613","strongs_number":"G613","system":"greek","language":"greek","number_value":613,"lemma":"ἀποκρύπτω","transliteration":"apokrýptō","pronunciation":null,"derivation":"from G575 (ἀπό) and G2928 (κρύπτω);","strongs_definition":"to conceal away (i.e. fully); figuratively, to keep secret","kjv_definition":"hide"} +{"id":"G1327","strongs_number":"G1327","system":"greek","language":"greek","number_value":1327,"lemma":"διέξοδος","transliteration":"diéxodos","pronunciation":null,"derivation":"from G1223 (διά) and G1841 (ἔξοδος);","strongs_definition":"an outlet through, i.e. probably an open square (from which roads diverge)","kjv_definition":"highway"} +{"id":"G712","strongs_number":"G712","system":"greek","language":"greek","number_value":712,"lemma":"ἄριστον","transliteration":"áriston","pronunciation":null,"derivation":"apparently neuter of a superlative from the same as G730 (ἄῤῥην);","strongs_definition":"the best meal (or breakfast; perhaps from (\"early\")), i.e. luncheon","kjv_definition":"dinner"} +{"id":"G2243","strongs_number":"G2243","system":"greek","language":"greek","number_value":2243,"lemma":"Ἡλίας","transliteration":"Hēlías","pronunciation":null,"derivation":"of Hebrew origin (H0452);","strongs_definition":"Helias (i.e. Elijah), an Israelite","kjv_definition":"Elias"} +{"id":"G2901","strongs_number":"G2901","system":"greek","language":"greek","number_value":2901,"lemma":"κραταιόω","transliteration":"krataióō","pronunciation":null,"derivation":"from G2900 (κραταιός);","strongs_definition":"to empower, i.e. (passively) increase in vigor","kjv_definition":"be strengthened, be (wax) strong"} +{"id":"G3666","strongs_number":"G3666","system":"greek","language":"greek","number_value":3666,"lemma":"ὁμοιόω","transliteration":"homoióō","pronunciation":null,"derivation":"from G3664 (ὅμοιος);","strongs_definition":"to assimilate, i.e. compare; passively, to become similar","kjv_definition":"be (make) like, (in the) liken(-ess), resemble"} +{"id":"G247","strongs_number":"G247","system":"greek","language":"greek","number_value":247,"lemma":"ἄλλως","transliteration":"állōs","pronunciation":null,"derivation":"adverb from G243 (ἄλλος);","strongs_definition":"differently","kjv_definition":"otherwise"} +{"id":"G4045","strongs_number":"G4045","system":"greek","language":"greek","number_value":4045,"lemma":"περιπίπτω","transliteration":"peripíptō","pronunciation":null,"derivation":"from G4012 (περί) and G4098 (πίπτω);","strongs_definition":"to fall into something that is all around, i.e. light among or upon, be surrounded with","kjv_definition":"fall among (into)"} +{"id":"G2320","strongs_number":"G2320","system":"greek","language":"greek","number_value":2320,"lemma":"θεότης","transliteration":"theótēs","pronunciation":null,"derivation":"from G2316 (θεός);","strongs_definition":"divinity (abstractly)","kjv_definition":"godhead"} +{"id":"G1797","strongs_number":"G1797","system":"greek","language":"greek","number_value":1797,"lemma":"ἐνυπνιάζομαι","transliteration":"enypniázomai","pronunciation":null,"derivation":"middle voice from G1798 (ἐνύπνιον);","strongs_definition":"to dream","kjv_definition":"dream(-er)"} +{"id":"G1676","strongs_number":"G1676","system":"greek","language":"greek","number_value":1676,"lemma":"Ἑλληνιστί","transliteration":"Hellēnistí","pronunciation":null,"derivation":"adverb from the same as G1675 (Ἑλληνιστής);","strongs_definition":"Hellenistically, i.e. in the Grecian language","kjv_definition":"Greek"} +{"id":"G832","strongs_number":"G832","system":"greek","language":"greek","number_value":832,"lemma":"αὐλέω","transliteration":"auléō","pronunciation":null,"derivation":"from G836 (αὐλός);","strongs_definition":"to play the flute","kjv_definition":"pipe"} +{"id":"G3859","strongs_number":"G3859","system":"greek","language":"greek","number_value":3859,"lemma":"παραδιατριβή","transliteration":"paradiatribḗ","pronunciation":null,"derivation":"from a compound of G3844 (παρά) and G1304 (διατρίβω);","strongs_definition":"misemployment, i.e. meddlesomeness","kjv_definition":"perverse disputing"} +{"id":"G3692","strongs_number":"G3692","system":"greek","language":"greek","number_value":3692,"lemma":"ὀπή","transliteration":"opḗ","pronunciation":null,"derivation":"probably from G3700 (ὀπτάνομαι);","strongs_definition":"a hole (as if for light), i.e. cavern; by analogy, a spring (of water)","kjv_definition":"cave, place"} +{"id":"G5007","strongs_number":"G5007","system":"greek","language":"greek","number_value":5007,"lemma":"τάλαντον","transliteration":"tálanton","pronunciation":null,"derivation":"neuter of a presumed derivative of the original form of (to bear;","strongs_definition":"equivalent to G5342 (φέρω)); a balance (as supporting weights), i.e. (by implication) a certain weight (and thence a coin or rather sum of money) or \"talent\"","kjv_definition":"talent"} +{"id":"G298","strongs_number":"G298","system":"greek","language":"greek","number_value":298,"lemma":"ἀμώμητος","transliteration":"amṓmētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G3469 (μωμάομαι);","strongs_definition":"unblamable","kjv_definition":"blameless"} +{"id":"G1784","strongs_number":"G1784","system":"greek","language":"greek","number_value":1784,"lemma":"ἔντιμος","transliteration":"éntimos","pronunciation":null,"derivation":"from G1722 (ἐν) and G5092 (τιμή);","strongs_definition":"valued (figuratively)","kjv_definition":"dear, more honourable, precious, in reputation"} +{"id":"G1407","strongs_number":"G1407","system":"greek","language":"greek","number_value":1407,"lemma":"δρέπανον","transliteration":"drépanon","pronunciation":null,"derivation":"from (to pluck);","strongs_definition":"a gathering hook (especially for harvesting)","kjv_definition":"sickle"} +{"id":"G3032","strongs_number":"G3032","system":"greek","language":"greek","number_value":3032,"lemma":"Λιβερτῖνος","transliteration":"Libertînos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a Roman freedman","kjv_definition":"Libertine"} +{"id":"G84","strongs_number":"G84","system":"greek","language":"greek","number_value":84,"lemma":"ἀδήλως","transliteration":"adḗlōs","pronunciation":null,"derivation":"adverb from G82 (ἄδηλος);","strongs_definition":"uncertainly","kjv_definition":"uncertainly"} +{"id":"G2767","strongs_number":"G2767","system":"greek","language":"greek","number_value":2767,"lemma":"κεράννυμι","transliteration":"keránnymi","pronunciation":null,"derivation":"prolonged form of a more primary (which is used in certain tenses);","strongs_definition":"to mingle, i.e. (by implication) to pour out (for drinking)","kjv_definition":"fill, pour out"} +{"id":"G363","strongs_number":"G363","system":"greek","language":"greek","number_value":363,"lemma":"ἀναμιμνήσκω","transliteration":"anamimnḗskō","pronunciation":null,"derivation":"from G303 (ἀνά) and G3403 (μιμνήσκω);","strongs_definition":"to remind; (reflexively) to recollect","kjv_definition":"call to mind, (bring to , call to, put in), remember(-brance)"} +{"id":"G4492","strongs_number":"G4492","system":"greek","language":"greek","number_value":4492,"lemma":"ῥιζόω","transliteration":"rhizóō","pronunciation":null,"derivation":"from G4491 (ῥίζα);","strongs_definition":"to root (figuratively, become stable)","kjv_definition":"root"} +{"id":"G4323","strongs_number":"G4323","system":"greek","language":"greek","number_value":4323,"lemma":"προσανατίθημι","transliteration":"prosanatíthēmi","pronunciation":null,"derivation":"from G4314 (πρός) and G394 (ἀνατίθεμαι);","strongs_definition":"to lay up in addition, i.e. (middle voice and figuratively) to impart or (by implication) to consult","kjv_definition":"in conference add, confer"} +{"id":"G431","strongs_number":"G431","system":"greek","language":"greek","number_value":431,"lemma":"ἀνεψιός","transliteration":"anepsiós","pronunciation":null,"derivation":"from G1 (Α) (as a particle of union) and an obsolete (a brood);","strongs_definition":"properly, akin, i.e. (specially) a cousin","kjv_definition":"sister's son"} +{"id":"G1311","strongs_number":"G1311","system":"greek","language":"greek","number_value":1311,"lemma":"διαφθείρω","transliteration":"diaphtheírō","pronunciation":null,"derivation":"from G1225 (διαβάλλω) and G5351 (φθείρω);","strongs_definition":"to rot thoroughly, i.e. (by implication) to ruin (passively, decay utterly, figuratively, pervert)","kjv_definition":"corrupt, destroy, perish"} +{"id":"G4229","strongs_number":"G4229","system":"greek","language":"greek","number_value":4229,"lemma":"πρᾶγμα","transliteration":"prâgma","pronunciation":null,"derivation":"from G4238 (πράσσω);","strongs_definition":"a deed; by implication, an affair; by extension, an object (material)","kjv_definition":"business, matter, thing, work"} +{"id":"G158","strongs_number":"G158","system":"greek","language":"greek","number_value":158,"lemma":"αἴτιον","transliteration":"aítion","pronunciation":null,"derivation":"neuter of G159 (αἴτιος);","strongs_definition":"a reason or crime (like G156 (αἰτία))","kjv_definition":"cause, fault"} +{"id":"G35","strongs_number":"G35","system":"greek","language":"greek","number_value":35,"lemma":"ἀγενεαλόγητος","transliteration":"agenealógētos","pronunciation":null,"derivation":"from G1 (Α) (as negative particle) and G1075 (γενεαλογέω);","strongs_definition":"unregistered as to birth","kjv_definition":"without descent"} +{"id":"G3326","strongs_number":"G3326","system":"greek","language":"greek","number_value":3326,"lemma":"μετά","transliteration":"metá","pronunciation":null,"derivation":"a primary preposition (often used adverbially);","strongs_definition":"properly, denoting accompaniment; \"amid\" (local or causal); modified variously according to the case (genitive association, or accusative succession) with which it is joined; occupying an intermediate position between G575 (ἀπό) or G1537 (ἐκ) and G1519 (εἰς) or G4314 (πρός); less intimate than G1722 (ἐν) and less close than G4862 (σύν))","kjv_definition":"after(-ward), X that he again, against, among, X and, + follow, hence, hereafter, in, of, (up-)on, + our, X and setting, since, (un-)to, + together, when, with (+ -out)"} +{"id":"G4246","strongs_number":"G4246","system":"greek","language":"greek","number_value":4246,"lemma":"πρεσβύτης","transliteration":"presbýtēs","pronunciation":null,"derivation":"from the same as G4245 (πρεσβύτερος);","strongs_definition":"an old man","kjv_definition":"aged (man), old man"} +{"id":"G4930","strongs_number":"G4930","system":"greek","language":"greek","number_value":4930,"lemma":"συντέλεια","transliteration":"syntéleia","pronunciation":null,"derivation":"from G4931 (συντελέω);","strongs_definition":"entire completion, i.e. consummation (of a dispensation)","kjv_definition":"end"} +{"id":"G448","strongs_number":"G448","system":"greek","language":"greek","number_value":448,"lemma":"ἀνίλεως","transliteration":"aníleōs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G2436 (ἵλεως);","strongs_definition":"inexorable","kjv_definition":"without mercy"} +{"id":"G5611","strongs_number":"G5611","system":"greek","language":"greek","number_value":5611,"lemma":"ὡραῖος","transliteration":"hōraîos","pronunciation":null,"derivation":"from G5610 (ὥρα);","strongs_definition":"belonging to the right hour or season (timely), i.e. (by implication) flourishing (beauteous (figuratively))","kjv_definition":"beautiful"} +{"id":"G1485","strongs_number":"G1485","system":"greek","language":"greek","number_value":1485,"lemma":"ἔθος","transliteration":"éthos","pronunciation":null,"derivation":"from G1486 (ἔθω);","strongs_definition":"a usage (prescribed by habit or law)","kjv_definition":"custom, manner, be wont"} +{"id":"G4971","strongs_number":"G4971","system":"greek","language":"greek","number_value":4971,"lemma":"σφοδρῶς","transliteration":"sphodrōs","pronunciation":null,"derivation":"adverb from the same as G4970 (σφόδρα);","strongs_definition":"very much","kjv_definition":"exceedingly"} +{"id":"G545","strongs_number":"G545","system":"greek","language":"greek","number_value":545,"lemma":"ἀπειθής","transliteration":"apeithḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G3982 (πείθω);","strongs_definition":"unpersuadable, i.e. contumacious","kjv_definition":"disobedient"} +{"id":"G2860","strongs_number":"G2860","system":"greek","language":"greek","number_value":2860,"lemma":"κολυμβάω","transliteration":"kolymbáō","pronunciation":null,"derivation":"from (a diver);","strongs_definition":"to plunge into water","kjv_definition":"swim"} +{"id":"G4525","strongs_number":"G4525","system":"greek","language":"greek","number_value":4525,"lemma":"σαίνω","transliteration":"saínō","pronunciation":null,"derivation":"akin to G4579 (σείω);","strongs_definition":"to wag (as a dog its tail fawningly), i.e. (generally) to shake (figuratively, disturb)","kjv_definition":"move"} +{"id":"G809","strongs_number":"G809","system":"greek","language":"greek","number_value":809,"lemma":"ἀσχήμων","transliteration":"aschḗmōn","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G2192 (ἔχω) (in the sense of its congener G4976 (σχῆμα));","strongs_definition":"properly, shapeless, i.e. (figuratively) inelegant","kjv_definition":"uncomely"} +{"id":"G4138","strongs_number":"G4138","system":"greek","language":"greek","number_value":4138,"lemma":"πλήρωμα","transliteration":"plḗrōma","pronunciation":null,"derivation":"from G4137 (πληρόω);","strongs_definition":"repletion or completion, i.e. (subjectively) what fills (as contents, supplement, copiousness, multitude), or (objectively) what is filled (as container, performance, period)","kjv_definition":"which is put in to fill up, piece that filled up, fulfilling, full, fulness"} +{"id":"G1748","strongs_number":"G1748","system":"greek","language":"greek","number_value":1748,"lemma":"ἐνεδρεύω","transliteration":"enedreúō","pronunciation":null,"derivation":"from G1747 (ἐνέδρα);","strongs_definition":"to lurk, i.e. (figuratively) plot assassination","kjv_definition":"lay wait for"} +{"id":"G3554","strongs_number":"G3554","system":"greek","language":"greek","number_value":3554,"lemma":"νόσος","transliteration":"nósos","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"a malady (rarely figuratively, of moral disability)","kjv_definition":"disease, infirmity, sickness"} +{"id":"G4222","strongs_number":"G4222","system":"greek","language":"greek","number_value":4222,"lemma":"ποτίζω","transliteration":"potízō","pronunciation":null,"derivation":"from a derivative of the alternate of G4095 (πίνω);","strongs_definition":"to furnish drink, irrigate","kjv_definition":"give (make) to drink, feed, water"} +{"id":"G456","strongs_number":"G456","system":"greek","language":"greek","number_value":456,"lemma":"ἀνοικοδομέω","transliteration":"anoikodoméō","pronunciation":null,"derivation":"from G303 (ἀνά) and G3618 (οἰκοδομέω);","strongs_definition":"to rebuild","kjv_definition":"build again"} +{"id":"G2795","strongs_number":"G2795","system":"greek","language":"greek","number_value":2795,"lemma":"κινέω","transliteration":"kinéō","pronunciation":null,"derivation":"from (poetic for , to go);","strongs_definition":"to stir (transitively), literally or figuratively","kjv_definition":"(re-)move(-r), way"} +{"id":"G2053","strongs_number":"G2053","system":"greek","language":"greek","number_value":2053,"lemma":"ἔριον","transliteration":"érion","pronunciation":null,"derivation":"of obscure affinity;","strongs_definition":"wool","kjv_definition":"wool"} +{"id":"G1931","strongs_number":"G1931","system":"greek","language":"greek","number_value":1931,"lemma":"ἐπιδύω","transliteration":"epidýō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G1416 (δύνω);","strongs_definition":"to set fully (as the sun)","kjv_definition":"go down"} +{"id":"G3813","strongs_number":"G3813","system":"greek","language":"greek","number_value":3813,"lemma":"παιδίον","transliteration":"paidíon","pronunciation":null,"derivation":"neuter diminutive of G3816 (παῖς);","strongs_definition":"a childling (of either sex), i.e. (properly), an infant, or (by extension) a half-grown boy or girl; figuratively, an immature Christian","kjv_definition":"(little, young) child, damsel"} +{"id":"G5006","strongs_number":"G5006","system":"greek","language":"greek","number_value":5006,"lemma":"ταλαντιαῖος","transliteration":"talantiaîos","pronunciation":null,"derivation":"from G5007 (τάλαντον);","strongs_definition":"talent-like in weight","kjv_definition":"weight of a talent"} +{"id":"G4370","strongs_number":"G4370","system":"greek","language":"greek","number_value":4370,"lemma":"προστρέχω","transliteration":"prostréchō","pronunciation":null,"derivation":"from G4314 (πρός) and G5143 (τρέχω) (including its alternate);","strongs_definition":"to run towards, i.e. hasten to meet or join","kjv_definition":"run (thither to, to)"} +{"id":"G1160","strongs_number":"G1160","system":"greek","language":"greek","number_value":1160,"lemma":"δαπάνη","transliteration":"dapánē","pronunciation":null,"derivation":"from (to devour);","strongs_definition":"expense (as consuming)","kjv_definition":"cost"} +{"id":"G5545","strongs_number":"G5545","system":"greek","language":"greek","number_value":5545,"lemma":"χρῖσμα","transliteration":"chrîsma","pronunciation":null,"derivation":"from G5548 (χρίω);","strongs_definition":"an unguent or smearing, i.e. (figuratively) the special endowment (\"chrism\") of the Holy Spirit","kjv_definition":"anointing, unction"} +{"id":"G3543","strongs_number":"G3543","system":"greek","language":"greek","number_value":3543,"lemma":"νομίζω","transliteration":"nomízō","pronunciation":null,"derivation":"from G3551 (νόμος);","strongs_definition":"properly, to do by law (usage), i.e. to accustom (passively, be usual); by extension, to deem or regard","kjv_definition":"suppose, thing, be wont"} +{"id":"G972","strongs_number":"G972","system":"greek","language":"greek","number_value":972,"lemma":"βίαιος","transliteration":"bíaios","pronunciation":null,"derivation":"from G970 (βία);","strongs_definition":"violent","kjv_definition":"mighty"} +{"id":"G5606","strongs_number":"G5606","system":"greek","language":"greek","number_value":5606,"lemma":"ὦμος","transliteration":"ōmos","pronunciation":null,"derivation":"perhaps from the alternate of G5342 (φέρω);","strongs_definition":"the shoulder (as that on which burdens are borne)","kjv_definition":"shoulder"} +{"id":"G4286","strongs_number":"G4286","system":"greek","language":"greek","number_value":4286,"lemma":"πρόθεσις","transliteration":"próthesis","pronunciation":null,"derivation":"from G4388 (προτίθεμαι);","strongs_definition":"a setting forth, i.e. (figuratively) proposal (intention); specially, the show-bread (in the Temple) as exposed before God","kjv_definition":"purpose, shew(-bread)"} +{"id":"G5409","strongs_number":"G5409","system":"greek","language":"greek","number_value":5409,"lemma":"φορέω","transliteration":"phoréō","pronunciation":null,"derivation":"from G5411 (φόρος);","strongs_definition":"to have a burden, i.e. (by analogy) to wear as clothing or a constant accompaniment","kjv_definition":"bear, wear"} +{"id":"G3695","strongs_number":"G3695","system":"greek","language":"greek","number_value":3695,"lemma":"ὁπλίζω","transliteration":"hoplízō","pronunciation":null,"derivation":"from G3696 (ὅπλον);","strongs_definition":"to equip (with weapons (middle voice and figuratively))","kjv_definition":"arm self"} +{"id":"G696","strongs_number":"G696","system":"greek","language":"greek","number_value":696,"lemma":"ἄργυρος","transliteration":"árgyros","pronunciation":null,"derivation":"from (shining);","strongs_definition":"silver (the metal, in the articles or coin)","kjv_definition":"silver"} +{"id":"G3728","strongs_number":"G3728","system":"greek","language":"greek","number_value":3728,"lemma":"ὁρκωμοσία","transliteration":"horkōmosía","pronunciation":null,"derivation":"from a compound of G3727 (ὅρκος) and a derivative of G3660 (ὀμνύω);","strongs_definition":"asseveration on oath","kjv_definition":"oath"} +{"id":"G1866","strongs_number":"G1866","system":"greek","language":"greek","number_value":1866,"lemma":"Ἐπαίνετος","transliteration":"Epaínetos","pronunciation":null,"derivation":"from G1867 (ἐπαινέω);","strongs_definition":"praised; Epænetus, a Christian","kjv_definition":"Epenetus"} +{"id":"G3093","strongs_number":"G3093","system":"greek","language":"greek","number_value":3093,"lemma":"Μαγδαλά","transliteration":"Magdalá","pronunciation":null,"derivation":"of Chaldee origin (compare H04026);","strongs_definition":"the tower; Magdala (i.e. Migdala), a place in Palestine","kjv_definition":"Magdala"} +{"id":"G4556","strongs_number":"G4556","system":"greek","language":"greek","number_value":4556,"lemma":"σάρδιος","transliteration":"sárdios","pronunciation":null,"derivation":"properly, an adjective from an uncertain base;","strongs_definition":"sardian (3037 being implied), i.e. (as noun) the gem so called","kjv_definition":"sardius"} +{"id":"G1158","strongs_number":"G1158","system":"greek","language":"greek","number_value":1158,"lemma":"Δανιήλ","transliteration":"Daniḗl","pronunciation":null,"derivation":"of Hebrew origin (H01840);","strongs_definition":"Daniel, an Israelite","kjv_definition":"Daniel"} +{"id":"G2428","strongs_number":"G2428","system":"greek","language":"greek","number_value":2428,"lemma":"ἱκετηρία","transliteration":"hiketēría","pronunciation":null,"derivation":"from a derivative of the base of G2425 (ἱκανός) (through the idea of approaching for a favor);","strongs_definition":"intreaty","kjv_definition":"supplication"} +{"id":"G2109","strongs_number":"G2109","system":"greek","language":"greek","number_value":2109,"lemma":"εὐεργετέω","transliteration":"euergetéō","pronunciation":null,"derivation":"from G2110 (εὐεργέτης);","strongs_definition":"to be philanthropic","kjv_definition":"do good"} +{"id":"G3376","strongs_number":"G3376","system":"greek","language":"greek","number_value":3376,"lemma":"μήν","transliteration":"mḗn","pronunciation":null,"derivation":"a primary word;","strongs_definition":"a month","kjv_definition":"month"} +{"id":"G744","strongs_number":"G744","system":"greek","language":"greek","number_value":744,"lemma":"ἀρχαῖος","transliteration":"archaîos","pronunciation":null,"derivation":"from G746 (ἀρχή);","strongs_definition":"original or primeval","kjv_definition":"(them of) old (time)"} +{"id":"G4891","strongs_number":"G4891","system":"greek","language":"greek","number_value":4891,"lemma":"συνεγείρω","transliteration":"synegeírō","pronunciation":null,"derivation":"from G4862 (σύν) and G1453 (ἐγείρω);","strongs_definition":"to rouse (from death) in company with, i.e. (figuratively) to revivify (spirtually) in resemblance to","kjv_definition":"raise up together, rise with"} +{"id":"G5248","strongs_number":"G5248","system":"greek","language":"greek","number_value":5248,"lemma":"ὑπερπερισσεύω","transliteration":"hyperperisseúō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G4052 (περισσεύω);","strongs_definition":"to super-abound","kjv_definition":"abound much more, exceeding"} +{"id":"G967","strongs_number":"G967","system":"greek","language":"greek","number_value":967,"lemma":"Βηθφαγή","transliteration":"Bēthphagḗ","pronunciation":null,"derivation":"of Chaldee origin (compare H01004 and H06291);","strongs_definition":"fig-house; Beth-phage, a place in Palestine","kjv_definition":"Bethphage"} +{"id":"G1618","strongs_number":"G1618","system":"greek","language":"greek","number_value":1618,"lemma":"ἐκτενής","transliteration":"ektenḗs","pronunciation":null,"derivation":"from G1614 (ἐκτείνω);","strongs_definition":"intent","kjv_definition":"without ceasing, fervent"} +{"id":"G5452","strongs_number":"G5452","system":"greek","language":"greek","number_value":5452,"lemma":"φυτεύω","transliteration":"phyteúō","pronunciation":null,"derivation":"from a derivative of G5453 (φύω);","strongs_definition":"to set out in the earth, i.e. implant; figuratively, to instil doctrine","kjv_definition":"plant"} +{"id":"G3456","strongs_number":"G3456","system":"greek","language":"greek","number_value":3456,"lemma":"μυκτηρίζω","transliteration":"myktērízō","pronunciation":null,"derivation":"from a derivative of the base of G3455 (μυκάομαι) (meaning snout, as that whence lowing proceeds);","strongs_definition":"to make mouths at, i.e. ridicule","kjv_definition":"mock"} +{"id":"G1838","strongs_number":"G1838","system":"greek","language":"greek","number_value":1838,"lemma":"ἕξις","transliteration":"héxis","pronunciation":null,"derivation":"from G2192 (ἔχω);","strongs_definition":"habit, i.e. (by implication) practice","kjv_definition":"use"} +{"id":"G693","strongs_number":"G693","system":"greek","language":"greek","number_value":693,"lemma":"ἀργύρεος","transliteration":"argýreos","pronunciation":null,"derivation":"from G696 (ἄργυρος);","strongs_definition":"made of silver","kjv_definition":"(of) silver"} +{"id":"G3359","strongs_number":"G3359","system":"greek","language":"greek","number_value":3359,"lemma":"μέτωπον","transliteration":"métōpon","pronunciation":null,"derivation":"from G3326 (μετά) and ops (the face);","strongs_definition":"the forehead (as opposite the countenance)","kjv_definition":"forehead"} +{"id":"G586","strongs_number":"G586","system":"greek","language":"greek","number_value":586,"lemma":"ἀποδεκατόω","transliteration":"apodekatóō","pronunciation":null,"derivation":"from G575 (ἀπό) and G1183 (δεκατόω);","strongs_definition":"to tithe (as debtor or creditor)","kjv_definition":"(give, pay, take) tithe"} +{"id":"G699","strongs_number":"G699","system":"greek","language":"greek","number_value":699,"lemma":"ἀρεσκεία","transliteration":"areskeía","pronunciation":null,"derivation":"from a derivative of G700 (ἀρέσκω);","strongs_definition":"complaisance","kjv_definition":"pleasing"} +{"id":"G5576","strongs_number":"G5576","system":"greek","language":"greek","number_value":5576,"lemma":"ψευδομαρτυρέω","transliteration":"pseudomartyréō","pronunciation":null,"derivation":"from G5575 (ψευδομάρτυρ);","strongs_definition":"to be an untrue testifier, i.e. offer falsehood in evidence","kjv_definition":"be a false witness"} +{"id":"G2931","strongs_number":"G2931","system":"greek","language":"greek","number_value":2931,"lemma":"κρυφῆ","transliteration":"kryphē","pronunciation":null,"derivation":"adverb from G2928 (κρύπτω);","strongs_definition":"privately","kjv_definition":"in secret"} +{"id":"G1384","strongs_number":"G1384","system":"greek","language":"greek","number_value":1384,"lemma":"δόκιμος","transliteration":"dókimos","pronunciation":null,"derivation":"from G1380 (δοκέω);","strongs_definition":"properly, acceptable (current after assayal), i.e. approved","kjv_definition":"approved, tried"} +{"id":"G2265","strongs_number":"G2265","system":"greek","language":"greek","number_value":2265,"lemma":"Ἡρωδιανοί","transliteration":"Hērōdianoí","pronunciation":null,"derivation":"plural of a derivative of G2264 (Ἡρώδης);","strongs_definition":"Herodians, i.e. partisans of Herod","kjv_definition":"Herodians"} +{"id":"G694","strongs_number":"G694","system":"greek","language":"greek","number_value":694,"lemma":"ἀργύριον","transliteration":"argýrion","pronunciation":null,"derivation":"neuter of a presumed derivative of G696 (ἄργυρος);","strongs_definition":"silvery, i.e. (by implication) cash; specially, a silverling (i.e. drachma or shekel)","kjv_definition":"money, (piece of) silver (piece)"} +{"id":"G2547","strongs_number":"G2547","system":"greek","language":"greek","number_value":2547,"lemma":"κἀκεῖθεν","transliteration":"kakeîthen","pronunciation":null,"derivation":"from G2532 (καί) and G1564 (ἐκεῖθεν);","strongs_definition":"likewise from that place (or time)","kjv_definition":"and afterward (from) (thence), thence also"} +{"id":"G1539","strongs_number":"G1539","system":"greek","language":"greek","number_value":1539,"lemma":"ἑκάστοτε","transliteration":"hekástote","pronunciation":null,"derivation":"as if from G1538 (ἕκαστος) and G5119 (τότε);","strongs_definition":"at every time","kjv_definition":"always"} +{"id":"G3316","strongs_number":"G3316","system":"greek","language":"greek","number_value":3316,"lemma":"μεσίτης","transliteration":"mesítēs","pronunciation":null,"derivation":"from G3319 (μέσος);","strongs_definition":"a go-between, i.e. (simply) an internunciator, or (by implication) a reconciler (intercessor)","kjv_definition":"mediator"} +{"id":"G5095","strongs_number":"G5095","system":"greek","language":"greek","number_value":5095,"lemma":"Τιμόθεος","transliteration":"Timótheos","pronunciation":null,"derivation":"from G5092 (τιμή) and G2316 (θεός);","strongs_definition":"dear to God; Timotheus, a Christian","kjv_definition":"Timotheus, Timothy"} +{"id":"G603","strongs_number":"G603","system":"greek","language":"greek","number_value":603,"lemma":"ἀποκαραδοκία","transliteration":"apokaradokía","pronunciation":null,"derivation":"from a comparative of G575 (ἀπό) and a compound of (the head) and G1380 (δοκέω) (in the sense of watching);","strongs_definition":"intense anticipation","kjv_definition":"earnest expectation"} +{"id":"G2520","strongs_number":"G2520","system":"greek","language":"greek","number_value":2520,"lemma":"καθήκω","transliteration":"kathḗkō","pronunciation":null,"derivation":"from G2596 (κατά) and G2240 (ἥκω);","strongs_definition":"to reach to, i.e. (neuter of present active participle, figuratively as adjective) becoming","kjv_definition":"convenient, fit"} +{"id":"G5034","strongs_number":"G5034","system":"greek","language":"greek","number_value":5034,"lemma":"τάχος","transliteration":"táchos","pronunciation":null,"derivation":"from the same as G5036 (ταχύς);","strongs_definition":"a brief space (of time), i.e. (with G1722 (ἐν) prefixed) in haste","kjv_definition":"+ quickly, + shortly, + speedily"} +{"id":"G1941","strongs_number":"G1941","system":"greek","language":"greek","number_value":1941,"lemma":"ἐπικαλέομαι","transliteration":"epikaléomai","pronunciation":null,"derivation":"middle voice from G1909 (ἐπί) and G2564 (καλέω);","strongs_definition":"to entitle; by implication, to invoke (for aid, worship, testimony, decision, etc.)","kjv_definition":"appeal (unto), call (on, upon), surname"} +{"id":"G5592","strongs_number":"G5592","system":"greek","language":"greek","number_value":5592,"lemma":"ψύχος","transliteration":"psýchos","pronunciation":null,"derivation":"from G5594 (ψύχω);","strongs_definition":"coolness","kjv_definition":"cold"} +{"id":"G3572","strongs_number":"G3572","system":"greek","language":"greek","number_value":3572,"lemma":"νύσσω","transliteration":"nýssō","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"to prick (\"nudge\")","kjv_definition":"pierce"} +{"id":"G3462","strongs_number":"G3462","system":"greek","language":"greek","number_value":3462,"lemma":"μυρίζω","transliteration":"myrízō","pronunciation":null,"derivation":"from G3464 (μύρον);","strongs_definition":"to apply (perfumed) unguent to","kjv_definition":"anoint"} +{"id":"G559","strongs_number":"G559","system":"greek","language":"greek","number_value":559,"lemma":"Ἀπελλῆς","transliteration":"Apellēs","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"Apelles, a Christian","kjv_definition":"Apelles"} +{"id":"G3616","strongs_number":"G3616","system":"greek","language":"greek","number_value":3616,"lemma":"οἰκοδεσποτέω","transliteration":"oikodespotéō","pronunciation":null,"derivation":"from G3617 (οἰκοδεσπότης);","strongs_definition":"to be the head of (i.e. rule) a family","kjv_definition":"guide the house"} +{"id":"G4287","strongs_number":"G4287","system":"greek","language":"greek","number_value":4287,"lemma":"προθέσμιος","transliteration":"prothésmios","pronunciation":null,"derivation":"from G4253 (πρό) and a derivative of G5087 (τίθημι);","strongs_definition":"fixed beforehand, i.e. (feminine with G2250 (ἡμέρα) implied) a designated day","kjv_definition":"time appointed"} +{"id":"G2596","strongs_number":"G2596","system":"greek","language":"greek","number_value":2596,"lemma":"κατά","transliteration":"katá","pronunciation":null,"derivation":"a primary particle;","strongs_definition":"(prepositionally) down (in place or time), in varied relations (according to the case (genitive, dative or accusative) with which it is joined)","kjv_definition":"about, according as (to), after, against, (when they were) X alone, among, and, X apart, (even, like) as (concerning, pertaining to touching), X aside, at, before, beyond, by, to the charge of, (charita-)bly, concerning, + covered, (dai-)ly, down, every, (+ far more) exceeding, X more excellent, for, from … to, godly, in(-asmuch, divers, every, -to, respect of), … by, after the manner of, + by any means, beyond (out of) measure, X mightily, more, X natural, of (up-)on (X part), out (of every), over against, (+ your) X own, + particularly, so, through(-oughout, -oughout every), thus, (un-)to(-gether, -ward), X uttermost, where(-by), with"} +{"id":"G952","strongs_number":"G952","system":"greek","language":"greek","number_value":952,"lemma":"βέβηλος","transliteration":"bébēlos","pronunciation":null,"derivation":"from the base of G939 (βάσις) and (a threshold);","strongs_definition":"accessible (as by crossing the door-way), i.e. (by implication, of Jewish notions) heathenish, wicked","kjv_definition":"profane (person)"} +{"id":"G3303","strongs_number":"G3303","system":"greek","language":"greek","number_value":3303,"lemma":"μέν","transliteration":"mén","pronunciation":null,"derivation":"a primary particle;","strongs_definition":"properly, indicative of affirmation or concession (in fact); usually followed by a contrasted clause with G1161 (δέ) (this one, the former, etc.)","kjv_definition":"even, indeed, so, some, truly, verily"} +{"id":"G2858","strongs_number":"G2858","system":"greek","language":"greek","number_value":2858,"lemma":"Κολοσσαεύς","transliteration":"Kolossaeús","pronunciation":null,"derivation":"from G2857 (Κολοσσαί);","strongs_definition":"a Colossæan, (i.e. inhabitant of Colossæ","kjv_definition":"Colossian"} +{"id":"G576","strongs_number":"G576","system":"greek","language":"greek","number_value":576,"lemma":"ἀποβαίνω","transliteration":"apobaínō","pronunciation":null,"derivation":"from G575 (ἀπό) and the base of G939 (βάσις);","strongs_definition":"literally, to disembark; figuratively, to eventuate","kjv_definition":"become, go out, turn"} +{"id":"G3957","strongs_number":"G3957","system":"greek","language":"greek","number_value":3957,"lemma":"πάσχα","transliteration":"páscha","pronunciation":null,"derivation":"of Chaldee origin (compare H06453);","strongs_definition":"the Passover (the meal, the day, the festival or the special sacrifices connected with it)","kjv_definition":"Easter, Passover"} +{"id":"G4440","strongs_number":"G4440","system":"greek","language":"greek","number_value":4440,"lemma":"πυλών","transliteration":"pylṓn","pronunciation":null,"derivation":"from G4439 (πύλη);","strongs_definition":"a gate-way, door-way of a building or city; by implication, a portal or vestibule","kjv_definition":"gate, porch"} +{"id":"G320","strongs_number":"G320","system":"greek","language":"greek","number_value":320,"lemma":"ἀνάγνωσις","transliteration":"anágnōsis","pronunciation":null,"derivation":"from G314 (ἀναγινώσκω);","strongs_definition":"(the act of) reading","kjv_definition":"reading"} +{"id":"G2857","strongs_number":"G2857","system":"greek","language":"greek","number_value":2857,"lemma":"Κολοσσαί","transliteration":"Kolossaí","pronunciation":null,"derivation":"apparently feminine plural of kolossos (\"colossal\");","strongs_definition":"Colossæ, a place in Asia Minor","kjv_definition":"Colosse"} +{"id":"G4291","strongs_number":"G4291","system":"greek","language":"greek","number_value":4291,"lemma":"προΐστημι","transliteration":"proḯstēmi","pronunciation":null,"derivation":"from G4253 (πρό) and G2476 (ἵστημι);","strongs_definition":"to stand before, i.e. (in rank) to preside, or (by implication) to practise","kjv_definition":"maintain, be over, rule"} +{"id":"G221","strongs_number":"G221","system":"greek","language":"greek","number_value":221,"lemma":"Ἀλεξανδρεύς","transliteration":"Alexandreús","pronunciation":null,"derivation":"from (the city so called);","strongs_definition":"an Alexandreian or inhabitant of Alexandria","kjv_definition":"of Alexandria, Alexandrian"} +{"id":"G5538","strongs_number":"G5538","system":"greek","language":"greek","number_value":5538,"lemma":"χρηματισμός","transliteration":"chrēmatismós","pronunciation":null,"derivation":"from G5537 (χρηματίζω);","strongs_definition":"a divine response or revelation","kjv_definition":"answer of God"} +{"id":"G3853","strongs_number":"G3853","system":"greek","language":"greek","number_value":3853,"lemma":"παραγγέλλω","transliteration":"parangéllō","pronunciation":null,"derivation":"from G3844 (παρά) and the base of G32 (ἄγγελος);","strongs_definition":"to transmit a message, i.e. (by implication) to enjoin","kjv_definition":"(give in) charge, (give) command(-ment), declare"} +{"id":"G2014","strongs_number":"G2014","system":"greek","language":"greek","number_value":2014,"lemma":"ἐπιφαίνω","transliteration":"epiphaínō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G5316 (φαίνω);","strongs_definition":"to shine upon, i.e. become (literally) visible or (figuratively) known","kjv_definition":"appear, give light"} +{"id":"G2140","strongs_number":"G2140","system":"greek","language":"greek","number_value":2140,"lemma":"εὐποιΐα","transliteration":"eupoiḯa","pronunciation":null,"derivation":"from a compound of G2095 (εὖ) and G4160 (ποιέω);","strongs_definition":"well-doing, i.e. beneficence","kjv_definition":"to do good"} +{"id":"G312","strongs_number":"G312","system":"greek","language":"greek","number_value":312,"lemma":"ἀναγγέλλω","transliteration":"anangéllō","pronunciation":null,"derivation":"from G303 (ἀνά) and the base of G32 (ἄγγελος);","strongs_definition":"to announce (in detail)","kjv_definition":"declare, rehearse, report, show, speak, tell"} +{"id":"G702","strongs_number":"G702","system":"greek","language":"greek","number_value":702,"lemma":"Ἀρέτας","transliteration":"Arétas","pronunciation":null,"derivation":"of foreign origin;","strongs_definition":"Aretas, an Arabian","kjv_definition":"Aretas"} +{"id":"G323","strongs_number":"G323","system":"greek","language":"greek","number_value":323,"lemma":"ἀνάδειξις","transliteration":"anádeixis","pronunciation":null,"derivation":"from G322 (ἀναδείκνυμι);","strongs_definition":"(the act of) exhibition","kjv_definition":"shewing"} +{"id":"G1495","strongs_number":"G1495","system":"greek","language":"greek","number_value":1495,"lemma":"εἰδωλολατρεία","transliteration":"eidōlolatreía","pronunciation":null,"derivation":"from G1497 (εἴδωλον) and G2999 (λατρεία);","strongs_definition":"image-worship (literally or figuratively)","kjv_definition":"idolatry"} +{"id":"G1048","strongs_number":"G1048","system":"greek","language":"greek","number_value":1048,"lemma":"Γάζα","transliteration":"Gáza","pronunciation":null,"derivation":"of Hebrew origin (H05804);","strongs_definition":"Gazah (i.e. Azzah), a place in Palestine","kjv_definition":"Gaza"} +{"id":"G239","strongs_number":"G239","system":"greek","language":"greek","number_value":239,"lemma":"ἀλληλουϊα","transliteration":"allēlouïa","pronunciation":null,"derivation":"of Hebrew origin (imperative of H01984 and H03050);","strongs_definition":"praise ye Jah!, an adoring exclamation","kjv_definition":"alleluiah"} +{"id":"G805","strongs_number":"G805","system":"greek","language":"greek","number_value":805,"lemma":"ἀσφαλίζω","transliteration":"asphalízō","pronunciation":null,"derivation":"from G804 (ἀσφαλής);","strongs_definition":"to render secure","kjv_definition":"make fast (sure)"} +{"id":"G3055","strongs_number":"G3055","system":"greek","language":"greek","number_value":3055,"lemma":"λογομαχία","transliteration":"logomachía","pronunciation":null,"derivation":"from the same as G3054 (λογομαχέω);","strongs_definition":"disputation about trifles (\"logomachy\")","kjv_definition":"strife of words"} +{"id":"G2675","strongs_number":"G2675","system":"greek","language":"greek","number_value":2675,"lemma":"καταρτίζω","transliteration":"katartízō","pronunciation":null,"derivation":"from G2596 (κατά) and a derivative of G739 (ἄρτιος);","strongs_definition":"to complete thoroughly, i.e. repair (literally or figuratively) or adjust","kjv_definition":"fit, frame, mend, (make) perfect(-ly join together), prepare, restore"} +{"id":"G1280","strongs_number":"G1280","system":"greek","language":"greek","number_value":1280,"lemma":"διαπορέω","transliteration":"diaporéō","pronunciation":null,"derivation":"from G1223 (διά) and G639 (ἀπορέω);","strongs_definition":"to be thoroughly nonplussed","kjv_definition":"(be in) doubt, be (much) perplexed"} +{"id":"G2912","strongs_number":"G2912","system":"greek","language":"greek","number_value":2912,"lemma":"Κρής","transliteration":"Krḗs","pronunciation":null,"derivation":"from G2914 (Κρήτη);","strongs_definition":"a Cretan, i.e. inhabitant of Crete","kjv_definition":"Crete, Cretian"} +{"id":"G1097","strongs_number":"G1097","system":"greek","language":"greek","number_value":1097,"lemma":"γινώσκω","transliteration":"ginṓskō","pronunciation":null,"derivation":"a prolonged form of a primary verb;","strongs_definition":"to \"know\" (absolutely) in a great variety of applications and with many implications (as follow, with others not thus clearly expressed)","kjv_definition":"allow, be aware (of), feel, (have) know(-ledge), perceived, be resolved, can speak, be sure, understand"} +{"id":"G4054","strongs_number":"G4054","system":"greek","language":"greek","number_value":4054,"lemma":"περισσότερον","transliteration":"perissóteron","pronunciation":null,"derivation":"neuter of G4055 (περισσότερος) (as adverb);","strongs_definition":"in a more superabundant way","kjv_definition":"more abundantly, a great deal, far more"} +{"id":"G5068","strongs_number":"G5068","system":"greek","language":"greek","number_value":5068,"lemma":"τετράγωνος","transliteration":"tetrágōnos","pronunciation":null,"derivation":"from G5064 (τέσσαρες) and G1137 (γωνία);","strongs_definition":"four-cornered, i.e. square","kjv_definition":"foursquare"} +{"id":"G3342","strongs_number":"G3342","system":"greek","language":"greek","number_value":3342,"lemma":"μεταξύ","transliteration":"metaxý","pronunciation":null,"derivation":"from G3326 (μετά) and a form of G4862 (σύν);","strongs_definition":"betwixt (of place or person); (of time) as adjective, intervening, or (by implication) adjoining","kjv_definition":"between, mean while, next"} +{"id":"G5563","strongs_number":"G5563","system":"greek","language":"greek","number_value":5563,"lemma":"χωρίζω","transliteration":"chōrízō","pronunciation":null,"derivation":"from G5561 (χώρα);","strongs_definition":"to place room between, i.e. part; reflexively, to go away","kjv_definition":"depart, put asunder, separate"} +{"id":"G3460","strongs_number":"G3460","system":"greek","language":"greek","number_value":3460,"lemma":"Μύρα","transliteration":"Mýra","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"Myra, a place in Asia Minor","kjv_definition":"Myra"} +{"id":"G1914","strongs_number":"G1914","system":"greek","language":"greek","number_value":1914,"lemma":"ἐπιβλέπω","transliteration":"epiblépō","pronunciation":null,"derivation":"from G1909 (ἐπί) and G991 (βλέπω);","strongs_definition":"to gaze at (with favor, pity or partiality)","kjv_definition":"look upon, regard, have respect to"} +{"id":"G4661","strongs_number":"G4661","system":"greek","language":"greek","number_value":4661,"lemma":"σκῦλον","transliteration":"skŷlon","pronunciation":null,"derivation":"neuter from G4660 (σκύλλω);","strongs_definition":"something stripped (as a hide), i.e. booty","kjv_definition":"spoil"} +{"id":"G566","strongs_number":"G566","system":"greek","language":"greek","number_value":566,"lemma":"ἀπέχει","transliteration":"apéchei","pronunciation":null,"derivation":"third person singular present indicative active of G568 (ἀπέχω) used impersonally;","strongs_definition":"it is sufficient","kjv_definition":"it is enough"} +{"id":"G2466","strongs_number":"G2466","system":"greek","language":"greek","number_value":2466,"lemma":"Ἰσαχάρ","transliteration":"Isachár","pronunciation":null,"derivation":"of Hebrew origin (H03485);","strongs_definition":"Isachar (i.e. Jissaskar), a son of Jacob (figuratively, his descendant)","kjv_definition":"Issachar"} +{"id":"G3911","strongs_number":"G3911","system":"greek","language":"greek","number_value":3911,"lemma":"παραφέρω","transliteration":"paraphérō","pronunciation":null,"derivation":"from G3844 (παρά) and G5342 (φέρω) (including its alternate forms);","strongs_definition":"to bear along or aside, i.e. carry off (literally or figuratively); by implication, to avert","kjv_definition":"remove, take away"} +{"id":"G1180","strongs_number":"G1180","system":"greek","language":"greek","number_value":1180,"lemma":"δεκατέσσαρες","transliteration":"dekatéssares","pronunciation":null,"derivation":"from G1176 (δέκα) and G5064 (τέσσαρες);","strongs_definition":"ten and four, i.e. fourteen","kjv_definition":"fourteen"} +{"id":"G2135","strongs_number":"G2135","system":"greek","language":"greek","number_value":2135,"lemma":"εὐνοῦχος","transliteration":"eunoûchos","pronunciation":null,"derivation":"from (a bed) and G2192 (ἔχω);","strongs_definition":"a castrated person (such being employed in Oriental bed-chambers); by extension an impotent or unmarried man; by implication, a chamberlain (state-officer)","kjv_definition":"eunuch"} +{"id":"G4517","strongs_number":"G4517","system":"greek","language":"greek","number_value":4517,"lemma":"ῥώννυμι","transliteration":"rhṓnnymi","pronunciation":null,"derivation":"prolongation from (to dart;","strongs_definition":"probably akin to G4506 (ῥύομαι)); to strengthen, i.e. (impersonal passive) have health (as a parting exclamation, good-bye)","kjv_definition":"farewell"} +{"id":"G4195","strongs_number":"G4195","system":"greek","language":"greek","number_value":4195,"lemma":"Πόντος","transliteration":"Póntos","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"a sea; Pontus, a region of Asia Minor","kjv_definition":"Pontus"} +{"id":"G3191","strongs_number":"G3191","system":"greek","language":"greek","number_value":3191,"lemma":"μελετάω","transliteration":"meletáō","pronunciation":null,"derivation":"from a presumed derivative of G3199 (μέλω);","strongs_definition":"to take care of, i.e. (by implication) revolve in the mind","kjv_definition":"imagine, (pre-)meditate"} +{"id":"G1864","strongs_number":"G1864","system":"greek","language":"greek","number_value":1864,"lemma":"ἐπαγωνίζομαι","transliteration":"epagōnízomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and G75 (ἀγωνίζομαι);","strongs_definition":"to struggle for","kjv_definition":"earnestly contend for"} +{"id":"G1461","strongs_number":"G1461","system":"greek","language":"greek","number_value":1461,"lemma":"ἐγκεντρίζω","transliteration":"enkentrízō","pronunciation":null,"derivation":"from G1722 (ἐν) and a derivative of G2759 (κέντρον);","strongs_definition":"to prick in, i.e. ingraft","kjv_definition":"graff in(-to)"} +{"id":"G1030","strongs_number":"G1030","system":"greek","language":"greek","number_value":1030,"lemma":"βρυγμός","transliteration":"brygmós","pronunciation":null,"derivation":"from G1031 (βρύχω);","strongs_definition":"a grating (of the teeth)","kjv_definition":"gnashing"} +{"id":"G5585","strongs_number":"G5585","system":"greek","language":"greek","number_value":5585,"lemma":"ψηφίζω","transliteration":"psēphízō","pronunciation":null,"derivation":"from G5586 (ψῆφος);","strongs_definition":"to use pebbles in enumeration, i.e. (generally) to compute","kjv_definition":"count"} +{"id":"G4218","strongs_number":"G4218","system":"greek","language":"greek","number_value":4218,"lemma":"ποτέ","transliteration":"poté","pronunciation":null,"derivation":"from the base of G4225 (πού) and G5037 (τέ);","strongs_definition":"indefinite adverb, at some time, ever","kjv_definition":"afore-(any, some-)time(-s), at length (the last), (+ n- )ever, in the old time, in time past, once, when"} +{"id":"G1284","strongs_number":"G1284","system":"greek","language":"greek","number_value":1284,"lemma":"διαῤῥήσσω","transliteration":"diarrhḗssō","pronunciation":null,"derivation":"from G1223 (διά) and G4486 (ῥήγνυμι);","strongs_definition":"to tear asunder","kjv_definition":"break, rend"} +{"id":"G3347","strongs_number":"G3347","system":"greek","language":"greek","number_value":3347,"lemma":"μετέπειτα","transliteration":"metépeita","pronunciation":null,"derivation":"from G3326 (μετά) and G1899 (ἔπειτα);","strongs_definition":"thereafter","kjv_definition":"afterward"} +{"id":"G3134","strongs_number":"G3134","system":"greek","language":"greek","number_value":3134,"lemma":"μαρὰν ἀθά","transliteration":"maràn athá","pronunciation":null,"derivation":"of Chaldee origin (meaning our Lord has come);","strongs_definition":"maranatha, i.e. an exclamation of the approaching divine judgment","kjv_definition":"Maran-atha"} +{"id":"G48","strongs_number":"G48","system":"greek","language":"greek","number_value":48,"lemma":"ἁγνίζω","transliteration":"hagnízō","pronunciation":null,"derivation":"from G53 (ἁγνός);","strongs_definition":"to make clean, i.e. (figuratively) sanctify (ceremonially or morally)","kjv_definition":"purify (self)"} +{"id":"G4970","strongs_number":"G4970","system":"greek","language":"greek","number_value":4970,"lemma":"σφόδρα","transliteration":"sphódra","pronunciation":null,"derivation":"neuter plural of (violent;","strongs_definition":"of uncertain derivation) as adverb; vehemently, i.e. in a high degree, much","kjv_definition":"exceeding(-ly), greatly, sore, very"} +{"id":"G3004","strongs_number":"G3004","system":"greek","language":"greek","number_value":3004,"lemma":"λέγω","transliteration":"légō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"properly, to \"lay\" forth, i.e. (figuratively) relate (in words (usually of systematic or set discourse; whereas G2036 (ἔπω) and G5346 (φημί) generally refer to an individual expression or speech respectively; while G4483 (ῥέω) is properly to break silence merely, and G2980 (λαλέω) means an extended or random harangue)); by implication, to mean","kjv_definition":"ask, bid, boast, call, describe, give out, name, put forth, say(-ing, on), shew, speak, tell, utter"} +{"id":"G1421","strongs_number":"G1421","system":"greek","language":"greek","number_value":1421,"lemma":"δυσερμήνευτος","transliteration":"dysermḗneutos","pronunciation":null,"derivation":"from G1418 (δυσ-) and a presumed derivative of G2059 (ἑρμηνεύω);","strongs_definition":"difficult of explanation","kjv_definition":"hard to be uttered"} +{"id":"G349","strongs_number":"G349","system":"greek","language":"greek","number_value":349,"lemma":"ἀνακράζω","transliteration":"anakrázō","pronunciation":null,"derivation":"from G303 (ἀνά) and G2896 (κράζω);","strongs_definition":"to scream up (aloud)","kjv_definition":"cry out"} +{"id":"G2238","strongs_number":"G2238","system":"greek","language":"greek","number_value":2238,"lemma":"ἡδύοσμον","transliteration":"hēdýosmon","pronunciation":null,"derivation":"neuter of the compound of the same as G2234 (ἡδέως) and G3744 (ὀσμή);","strongs_definition":"a sweet-scented plant, i.e. mint","kjv_definition":"mint"} +{"id":"G3029","strongs_number":"G3029","system":"greek","language":"greek","number_value":3029,"lemma":"λίαν","transliteration":"lían","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"much (adverbially)","kjv_definition":"exceeding, great(-ly), sore, very (+ chiefest)"} +{"id":"G819","strongs_number":"G819","system":"greek","language":"greek","number_value":819,"lemma":"ἀτιμία","transliteration":"atimía","pronunciation":null,"derivation":"from G820 (ἄτιμος);","strongs_definition":"infamy, i.e. (subjectively) comparative indignity, (objectively) disgrace","kjv_definition":"dishonour, reproach, shame, vile"} +{"id":"G2634","strongs_number":"G2634","system":"greek","language":"greek","number_value":2634,"lemma":"κατακυριεύω","transliteration":"katakyrieúō","pronunciation":null,"derivation":"from G2596 (κατά) and G2961 (κυριεύω);","strongs_definition":"to lord against, i.e. control, subjugate","kjv_definition":"exercise dominion over (lordship), be lord over, overcome"} +{"id":"G2051","strongs_number":"G2051","system":"greek","language":"greek","number_value":2051,"lemma":"ἐρίζω","transliteration":"erízō","pronunciation":null,"derivation":"from G2054 (ἔρις);","strongs_definition":"to wrangle","kjv_definition":"strive"} +{"id":"G5112","strongs_number":"G5112","system":"greek","language":"greek","number_value":5112,"lemma":"τολμηρότερον","transliteration":"tolmēróteron","pronunciation":null,"derivation":"neuter of the compound of a derivative of the base of 5111 (as adverb);","strongs_definition":"more daringly, i.e. with greater confidence than otherwise","kjv_definition":"the more boldly"} +{"id":"G1113","strongs_number":"G1113","system":"greek","language":"greek","number_value":1113,"lemma":"γογγυστής","transliteration":"gongystḗs","pronunciation":null,"derivation":"from G1111 (γογγύζω);","strongs_definition":"a grumbler","kjv_definition":"murmurer"} +{"id":"G4687","strongs_number":"G4687","system":"greek","language":"greek","number_value":4687,"lemma":"σπείρω","transliteration":"speírō","pronunciation":null,"derivation":"probably strengthened from G4685 (σπάω) (through the idea of extending);","strongs_definition":"to scatter, i.e. sow (literally or figuratively)","kjv_definition":"sow(- er), receive seed"} +{"id":"G4812","strongs_number":"G4812","system":"greek","language":"greek","number_value":4812,"lemma":"συλαγωγέω","transliteration":"sylagōgéō","pronunciation":null,"derivation":"from the base of G4813 (συλάω) and (the reduplicated form of) G71 (ἄγω);","strongs_definition":"to lead away as booty, i.e. (figuratively) seduce","kjv_definition":"spoil"} +{"id":"G2211","strongs_number":"G2211","system":"greek","language":"greek","number_value":2211,"lemma":"Ζηνᾶς","transliteration":"Zēnâs","pronunciation":null,"derivation":"probably contracted from a poetic form of G2203 (Ζεύς) and G1435 (δῶρον);","strongs_definition":"Jove-given; Zenas, a Christian","kjv_definition":"Zenas"} +{"id":"G2185","strongs_number":"G2185","system":"greek","language":"greek","number_value":2185,"lemma":"ἐφικνέομαι","transliteration":"ephiknéomai","pronunciation":null,"derivation":"from G1909 (ἐπί) and a cognate of G2240 (ἥκω);","strongs_definition":"to arrive upon, i.e. extend to","kjv_definition":"reach"} +{"id":"G8","strongs_number":"G8","system":"greek","language":"greek","number_value":8,"lemma":"Ἀβιαθάρ","transliteration":"Abiathár","pronunciation":null,"derivation":"of Hebrew origin (H054);","strongs_definition":"Abiathar, an Israelite","kjv_definition":"Abiathar"} +{"id":"G4559","strongs_number":"G4559","system":"greek","language":"greek","number_value":4559,"lemma":"σαρκικός","transliteration":"sarkikós","pronunciation":null,"derivation":"from G4561 (σάρξ);","strongs_definition":"pertaining to flesh, i.e. (by extension) bodily, temporal, or (by implication) animal, unregenerate","kjv_definition":"carnal, fleshly"} +{"id":"G1527","strongs_number":"G1527","system":"greek","language":"greek","number_value":1527,"lemma":"εἷς καθ’ εἷς","transliteration":"heîs kath’ heîs","pronunciation":null,"derivation":"from G1520 (εἷς) repeated with G2596 (κατά) inserted;","strongs_definition":"severally","kjv_definition":"one by one"} +{"id":"G46","strongs_number":"G46","system":"greek","language":"greek","number_value":46,"lemma":"ἄγναφος","transliteration":"ágnaphos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and the same as G1102 (γναφεύς);","strongs_definition":"properly, unfulled, i.e. (by implication) new (cloth)","kjv_definition":"new"} +{"id":"G4735","strongs_number":"G4735","system":"greek","language":"greek","number_value":4735,"lemma":"στέφανος","transliteration":"stéphanos","pronunciation":null,"derivation":"from an apparently primary (to twine or wreathe);","strongs_definition":"a chaplet (as a badge of royalty, a prize in the public games or a symbol of honor generally; but more conspicuous and elaborate than the simple fillet, G1238 (διάδημα)), literally or figuratively","kjv_definition":"crown"} +{"id":"G3512","strongs_number":"G3512","system":"greek","language":"greek","number_value":3512,"lemma":"νεωτερικός","transliteration":"neōterikós","pronunciation":null,"derivation":"from the comparative of G3501 (νέος);","strongs_definition":"appertaining to younger persons, i.e. juvenile","kjv_definition":"youthful"} +{"id":"G4595","strongs_number":"G4595","system":"greek","language":"greek","number_value":4595,"lemma":"σήπω","transliteration":"sḗpō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to putrefy, i.e. (figuratively) perish","kjv_definition":"be corrupted"} +{"id":"G1526","strongs_number":"G1526","system":"greek","language":"greek","number_value":1526,"lemma":"εἰσί","transliteration":"eisí","pronunciation":null,"derivation":"3rd person plural present indicative of G1510 (εἰμί);","strongs_definition":"they are","kjv_definition":"agree, are, be, dure, X is, were"} +{"id":"G4834","strongs_number":"G4834","system":"greek","language":"greek","number_value":4834,"lemma":"συμπαθέω","transliteration":"sympathéō","pronunciation":null,"derivation":"from G4835 (συμπαθής);","strongs_definition":"to feel \"sympathy\" with, i.e. (by implication) to commiserate","kjv_definition":"have compassion, be touched with a feeling of"} +{"id":"G2178","strongs_number":"G2178","system":"greek","language":"greek","number_value":2178,"lemma":"ἐφάπαξ","transliteration":"ephápax","pronunciation":null,"derivation":"from G1909 (ἐπί) and G530 (ἅπαξ);","strongs_definition":"upon one occasion (only)","kjv_definition":"(at) once (for all)"} +{"id":"G1428","strongs_number":"G1428","system":"greek","language":"greek","number_value":1428,"lemma":"δωδέκατος","transliteration":"dōdékatos","pronunciation":null,"derivation":"from G1427 (δώδεκα);","strongs_definition":"twelfth","kjv_definition":"twelfth"} +{"id":"G1362","strongs_number":"G1362","system":"greek","language":"greek","number_value":1362,"lemma":"διπλοῦς","transliteration":"diploûs","pronunciation":null,"derivation":"from G1364 (δίς) and (probably) the base of G4119 (πλείων);","strongs_definition":"two-fold","kjv_definition":"double, two-fold more"} +{"id":"G2388","strongs_number":"G2388","system":"greek","language":"greek","number_value":2388,"lemma":"Ἰαννά","transliteration":"Ianná","pronunciation":null,"derivation":"probably of Hebrew origin (compare H03238);","strongs_definition":"Janna, an Israelite","kjv_definition":"Janna"} +{"id":"G3862","strongs_number":"G3862","system":"greek","language":"greek","number_value":3862,"lemma":"παράδοσις","transliteration":"parádosis","pronunciation":null,"derivation":"from G3860 (παραδίδωμι);","strongs_definition":"transmission, i.e. (concretely) a precept; specially, the Jewish traditionary law","kjv_definition":"ordinance, tradition"} +{"id":"G3943","strongs_number":"G3943","system":"greek","language":"greek","number_value":3943,"lemma":"πάροινος","transliteration":"pároinos","pronunciation":null,"derivation":"from G3844 (παρά) and G3631 (οἶνος);","strongs_definition":"staying near wine, i.e. tippling (a toper)","kjv_definition":"given to wine"} +{"id":"G1792","strongs_number":"G1792","system":"greek","language":"greek","number_value":1792,"lemma":"ἐντρυφάω","transliteration":"entrypháō","pronunciation":null,"derivation":"from G1722 (ἐν) and G5171 (τρυφάω);","strongs_definition":"to revel in","kjv_definition":"sporting selves"} +{"id":"G5479","strongs_number":"G5479","system":"greek","language":"greek","number_value":5479,"lemma":"χαρά","transliteration":"chará","pronunciation":null,"derivation":"from G5463 (χαίρω);","strongs_definition":"cheerfulness, i.e. calm delight","kjv_definition":"gladness, X greatly, (X be exceeding) joy(-ful, -fully, -fulness, -ous)"} +{"id":"G2283","strongs_number":"G2283","system":"greek","language":"greek","number_value":2283,"lemma":"Θάμαρ","transliteration":"Thámar","pronunciation":null,"derivation":"of Hebrew origin (H08559);","strongs_definition":"Thamar (i.e. Tamar), an Israelitess","kjv_definition":"Thamar"} +{"id":"G5237","strongs_number":"G5237","system":"greek","language":"greek","number_value":5237,"lemma":"ὑπερείδω","transliteration":"hypereídō","pronunciation":null,"derivation":"from G5228 (ὑπέρ) and G1492 (εἴδω);","strongs_definition":"to overlook, i.e. not punish","kjv_definition":"wink at"} +{"id":"G3520","strongs_number":"G3520","system":"greek","language":"greek","number_value":3520,"lemma":"νῆσος","transliteration":"nēsos","pronunciation":null,"derivation":"probably from the base of G3491 (ναῦς);","strongs_definition":"an island","kjv_definition":"island, isle"} +{"id":"G1796","strongs_number":"G1796","system":"greek","language":"greek","number_value":1796,"lemma":"ἐνυβρίζω","transliteration":"enybrízō","pronunciation":null,"derivation":"from G1722 (ἐν) and G5195 (ὑβρίζω);","strongs_definition":"to insult","kjv_definition":"do despite unto"} +{"id":"G4989","strongs_number":"G4989","system":"greek","language":"greek","number_value":4989,"lemma":"Σωσίπατρος","transliteration":"Sōsípatros","pronunciation":null,"derivation":"prolongation for G4986 (Σώπατρος);","strongs_definition":"Sosipatrus, a Christian","kjv_definition":"Sosipater"} +{"id":"G3875","strongs_number":"G3875","system":"greek","language":"greek","number_value":3875,"lemma":"παράκλητος","transliteration":"paráklētos","pronunciation":null,"derivation":null,"strongs_definition":"an intercessor, consoler","kjv_definition":"advocate, comforter"} +{"id":"G5616","strongs_number":"G5616","system":"greek","language":"greek","number_value":5616,"lemma":"ὡσεί","transliteration":"hōseí","pronunciation":null,"derivation":"from G5613 (ὡς) and G1487 (εἰ);","strongs_definition":"as if","kjv_definition":"about, as (it had been, it were), like (as)"} +{"id":"G5423","strongs_number":"G5423","system":"greek","language":"greek","number_value":5423,"lemma":"φρεναπάτης","transliteration":"phrenapátēs","pronunciation":null,"derivation":"from G5424 (φρήν) and G539 (ἀπάτη);","strongs_definition":"a mind-misleader, i.e. seducer","kjv_definition":"deceiver"} +{"id":"G4183","strongs_number":"G4183","system":"greek","language":"greek","number_value":4183,"lemma":"πολύς","transliteration":"polýs","pronunciation":null,"derivation":"including the forms from the alternate ;","strongs_definition":"(singular) much (in any respect) or (plural) many; neuter (singular) as adverbial, largely; neuter (plural) as adverb or noun often, mostly, largely","kjv_definition":"abundant, + altogether, common, + far (passed, spent), (+ be of a) great (age, deal, -ly, while), long, many, much, oft(-en (-times)), plenteous, sore, straitly"} +{"id":"G2599","strongs_number":"G2599","system":"greek","language":"greek","number_value":2599,"lemma":"καταβαρέω","transliteration":"katabaréō","pronunciation":null,"derivation":"from G2596 (κατά) and G916 (βαρέω);","strongs_definition":"to impose upon","kjv_definition":"burden"} +{"id":"G4602","strongs_number":"G4602","system":"greek","language":"greek","number_value":4602,"lemma":"σιγή","transliteration":"sigḗ","pronunciation":null,"derivation":"apparently from (to hiss, i.e. hist or hush);","strongs_definition":"silence","kjv_definition":"silence"} +{"id":"G3506","strongs_number":"G3506","system":"greek","language":"greek","number_value":3506,"lemma":"νεύω","transliteration":"neúō","pronunciation":null,"derivation":"apparently a primary verb;","strongs_definition":"to \"nod\", i.e. (by analogy), signal","kjv_definition":"beckon"} +{"id":"G1812","strongs_number":"G1812","system":"greek","language":"greek","number_value":1812,"lemma":"ἑξακόσιοι","transliteration":"hexakósioi","pronunciation":null,"derivation":"plural ordinal from G1803 (ἕξ) and G1540 (ἑκατόν);","strongs_definition":"six hundred","kjv_definition":"six hundred"} +{"id":"G3396","strongs_number":"G3396","system":"greek","language":"greek","number_value":3396,"lemma":"μίγνυμι","transliteration":"mígnymi","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to mix","kjv_definition":"mingle"} +{"id":"G3849","strongs_number":"G3849","system":"greek","language":"greek","number_value":3849,"lemma":"παραβιάζομαι","transliteration":"parabiázomai","pronunciation":null,"derivation":"from G3844 (παρά) and the middle voice of G971 (βιάζω);","strongs_definition":"to force contrary to (nature), i.e. compel (by entreaty)","kjv_definition":"constrain"} +{"id":"G1915","strongs_number":"G1915","system":"greek","language":"greek","number_value":1915,"lemma":"ἐπίβλημα","transliteration":"epíblēma","pronunciation":null,"derivation":"from G1911 (ἐπιβάλλω);","strongs_definition":"a patch","kjv_definition":"piece"} +{"id":"G3596","strongs_number":"G3596","system":"greek","language":"greek","number_value":3596,"lemma":"ὁδοιπορέω","transliteration":"hodoiporéō","pronunciation":null,"derivation":"from a compound of G3598 (ὁδός) and G4198 (πορεύομαι);","strongs_definition":"to be a wayfarer, i.e. travel","kjv_definition":"go on a journey"} +{"id":"G876","strongs_number":"G876","system":"greek","language":"greek","number_value":876,"lemma":"ἀφρός","transliteration":"aphrós","pronunciation":null,"derivation":"apparently a primary word;","strongs_definition":"froth, i.e. slaver","kjv_definition":"foaming"} +{"id":"G3710","strongs_number":"G3710","system":"greek","language":"greek","number_value":3710,"lemma":"ὀργίζω","transliteration":"orgízō","pronunciation":null,"derivation":"from G3709 (ὀργή);","strongs_definition":"to provoke or enrage, i.e. (passively) become exasperated","kjv_definition":"be angry (wroth)"} +{"id":"G1060","strongs_number":"G1060","system":"greek","language":"greek","number_value":1060,"lemma":"γαμέω","transliteration":"gaméō","pronunciation":null,"derivation":"from G1062 (γάμος);","strongs_definition":"to wed (of either sex)","kjv_definition":"marry (a wife)"} +{"id":"G4122","strongs_number":"G4122","system":"greek","language":"greek","number_value":4122,"lemma":"πλεονεκτέω","transliteration":"pleonektéō","pronunciation":null,"derivation":"from G4123 (πλεονέκτης);","strongs_definition":"to be covetous, i.e. (by implication) to over-reach","kjv_definition":"get an advantage, defraud, make a gain"} +{"id":"G5025","strongs_number":"G5025","system":"greek","language":"greek","number_value":5025,"lemma":"ταύταις","transliteration":"taútais","pronunciation":null,"derivation":"dative case and accusative case feminine plural respectively of G3778 (οὗτος);","strongs_definition":"(to or with or by, etc.) these","kjv_definition":"hence, that, then, these, those"} +{"id":"G1342","strongs_number":"G1342","system":"greek","language":"greek","number_value":1342,"lemma":"δίκαιος","transliteration":"díkaios","pronunciation":null,"derivation":"from G1349 (δίκη);","strongs_definition":"equitable (in character or act); by implication, innocent, holy (absolutely or relatively)","kjv_definition":"just, meet, right(-eous)"} +{"id":"G717","strongs_number":"G717","system":"greek","language":"greek","number_value":717,"lemma":"Ἀρμαγεδδών","transliteration":"Armageddṓn","pronunciation":null,"derivation":"of Hebrew origin (H02022 and H04023);","strongs_definition":"Armageddon (or Har-Meggiddon), a symbolic name","kjv_definition":"Armageddon"} +{"id":"G1747","strongs_number":"G1747","system":"greek","language":"greek","number_value":1747,"lemma":"ἐνέδρα","transliteration":"enédra","pronunciation":null,"derivation":"feminine from G1722 (ἐν) and the base of G1476 (ἑδραῖος);","strongs_definition":"an ambuscade, i.e. (figuratively) murderous purpose","kjv_definition":"lay wait"} +{"id":"G368","strongs_number":"G368","system":"greek","language":"greek","number_value":368,"lemma":"ἀναντίῤῥητος","transliteration":"anantírrhētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of a compound of G473 (ἀντί) and G4483 (ῥέω);","strongs_definition":"indisputable","kjv_definition":"cannot be spoken against"} +{"id":"G2604","strongs_number":"G2604","system":"greek","language":"greek","number_value":2604,"lemma":"καταγγελεύς","transliteration":"katangeleús","pronunciation":null,"derivation":"from G2605 (καταγγέλλω);","strongs_definition":"a proclaimer","kjv_definition":"setter forth"} +{"id":"G2973","strongs_number":"G2973","system":"greek","language":"greek","number_value":2973,"lemma":"Κωσάμ","transliteration":"Kōsám","pronunciation":null,"derivation":"of Hebrew origin (compare H07081);","strongs_definition":"Cosam (i.e. Kosam) an Israelite","kjv_definition":"Cosam"} +{"id":"G2792","strongs_number":"G2792","system":"greek","language":"greek","number_value":2792,"lemma":"κινάμωμον","transliteration":"kinámōmon","pronunciation":null,"derivation":"of foreign origin (compare H07076);","strongs_definition":"cinnamon","kjv_definition":"cinnamon"} +{"id":"G5072","strongs_number":"G5072","system":"greek","language":"greek","number_value":5072,"lemma":"τετράμηνον","transliteration":"tetrámēnon","pronunciation":null,"derivation":"neuter of a compound of G5064 (τέσσαρες) and G3376 (μήν);","strongs_definition":"a four months' space","kjv_definition":"four months"} +{"id":"G2137","strongs_number":"G2137","system":"greek","language":"greek","number_value":2137,"lemma":"εὐοδόω","transliteration":"euodóō","pronunciation":null,"derivation":"from a compound of G2095 (εὖ) and G3598 (ὁδός);","strongs_definition":"to help on the road, i.e. (passively) succeed in reaching; figuratively, to succeed in business affairs","kjv_definition":"(have a) prosper(-ous journey)"} +{"id":"G1214","strongs_number":"G1214","system":"greek","language":"greek","number_value":1214,"lemma":"Δημᾶς","transliteration":"Dēmâs","pronunciation":null,"derivation":"probably for G1216 (Δημήτριος);","strongs_definition":"Demas, a Christian","kjv_definition":"Demas"} +{"id":"G986","strongs_number":"G986","system":"greek","language":"greek","number_value":986,"lemma":"Βλάστος","transliteration":"Blástos","pronunciation":null,"derivation":"perhaps the same as the base of G985 (βλαστάνω);","strongs_definition":"Blastus, an officer of Herod Agrippa","kjv_definition":"Blastus"} +{"id":"G4402","strongs_number":"G4402","system":"greek","language":"greek","number_value":4402,"lemma":"Πρόχορος","transliteration":"Próchoros","pronunciation":null,"derivation":"from G4253 (πρό) and G5525 (χορός);","strongs_definition":"before the dance; Prochorus, a Christian","kjv_definition":"Prochorus"} +{"id":"G5008","strongs_number":"G5008","system":"greek","language":"greek","number_value":5008,"lemma":"ταλιθά","transliteration":"talithá","pronunciation":null,"derivation":"of Chaldee origin (compare H02924);","strongs_definition":"the fresh, i.e. young girl; talitha (O maiden)","kjv_definition":"talitha"} +{"id":"G1681","strongs_number":"G1681","system":"greek","language":"greek","number_value":1681,"lemma":"Ἐλύμας","transliteration":"Elýmas","pronunciation":null,"derivation":"of foreign origin;","strongs_definition":"Elymas, a wizard","kjv_definition":"Elymas"} +{"id":"G4176","strongs_number":"G4176","system":"greek","language":"greek","number_value":4176,"lemma":"πολιτεύομαι","transliteration":"politeúomai","pronunciation":null,"derivation":"middle voice of a derivative of G4177 (πολίτης);","strongs_definition":"to behave as a citizen (figuratively)","kjv_definition":"let conversation be, live"} +{"id":"G1298","strongs_number":"G1298","system":"greek","language":"greek","number_value":1298,"lemma":"διαταράσσω","transliteration":"diatarássō","pronunciation":null,"derivation":"from G1223 (διά) and G5015 (ταράσσω);","strongs_definition":"to disturb wholly, i.e. agitate (with alarm)","kjv_definition":"trouble"} +{"id":"G5137","strongs_number":"G5137","system":"greek","language":"greek","number_value":5137,"lemma":"τράχηλος","transliteration":"tráchēlos","pronunciation":null,"derivation":"probably from G5143 (τρέχω) (through the idea of mobility);","strongs_definition":"the throat (neck), i.e. (figuratively) life","kjv_definition":"neck"} +{"id":"G4702","strongs_number":"G4702","system":"greek","language":"greek","number_value":4702,"lemma":"σπόριμος","transliteration":"spórimos","pronunciation":null,"derivation":"from G4703 (σπόρος);","strongs_definition":"sown, i.e. (neuter plural) a planted field","kjv_definition":"corn(-field)"} +{"id":"G3118","strongs_number":"G3118","system":"greek","language":"greek","number_value":3118,"lemma":"μακροχρόνιος","transliteration":"makrochrónios","pronunciation":null,"derivation":"from G3117 (μακρός) and G5550 (χρόνος);","strongs_definition":"long-timed, i.e. long-lived","kjv_definition":"live long"} +{"id":"G5098","strongs_number":"G5098","system":"greek","language":"greek","number_value":5098,"lemma":"τιμωρία","transliteration":"timōría","pronunciation":null,"derivation":"from G5097 (τιμωρέω);","strongs_definition":"vindication, i.e. (by implication) a penalty","kjv_definition":"punishment"} +{"id":"G3788","strongs_number":"G3788","system":"greek","language":"greek","number_value":3788,"lemma":"ὀφθαλμός","transliteration":"ophthalmós","pronunciation":null,"derivation":"from G3700 (ὀπτάνομαι);","strongs_definition":"the eye (literally or figuratively); by implication, vision; figuratively, envy (from the jealous side-glance)","kjv_definition":"eye, sight"} +{"id":"G2868","strongs_number":"G2868","system":"greek","language":"greek","number_value":2868,"lemma":"κονιορτός","transliteration":"koniortós","pronunciation":null,"derivation":"from the base of G2867 (κονιάω) and ornumi (to \"rouse\");","strongs_definition":"pulverulence (as blown about)","kjv_definition":"dust"} +{"id":"G4755","strongs_number":"G4755","system":"greek","language":"greek","number_value":4755,"lemma":"στρατηγός","transliteration":"stratēgós","pronunciation":null,"derivation":"from the base of G4756 (στρατιά) and G71 (ἄγω) or G2233 (ἡγέομαι);","strongs_definition":"a general, i.e. (by implication or analogy) a (military) governor (prætor), the chief (præfect) of the (Levitical) temple-wardens","kjv_definition":"captain, magistrate"} +{"id":"G3036","strongs_number":"G3036","system":"greek","language":"greek","number_value":3036,"lemma":"λιθοβολέω","transliteration":"lithoboléō","pronunciation":null,"derivation":"from a compound of G3037 (λίθος) and G906 (βάλλω);","strongs_definition":"to throw stones, i.e. lapidate","kjv_definition":"stone, cast stones"} +{"id":"G2003","strongs_number":"G2003","system":"greek","language":"greek","number_value":2003,"lemma":"ἐπιταγή","transliteration":"epitagḗ","pronunciation":null,"derivation":"from G2004 (ἐπιτάσσω);","strongs_definition":"an injunction or decree; by implication, authoritativeness","kjv_definition":"authority, commandment"} +{"id":"G254","strongs_number":"G254","system":"greek","language":"greek","number_value":254,"lemma":"ἅλυσις","transliteration":"hálysis","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a fetter or manacle","kjv_definition":"bonds, chain"} +{"id":"G2651","strongs_number":"G2651","system":"greek","language":"greek","number_value":2651,"lemma":"καταμόνας","transliteration":"katamónas","pronunciation":null,"derivation":"from G2596 (κατά) and accusative case plural feminine of G3441 (μόνος) (with G5561 (χώρα) implied);","strongs_definition":"according to sole places, i.e. (adverbially) separately","kjv_definition":"alone"} +{"id":"G5270","strongs_number":"G5270","system":"greek","language":"greek","number_value":5270,"lemma":"ὑποκάτω","transliteration":"hypokátō","pronunciation":null,"derivation":"from G5259 (ὑπό) and G2736 (κάτω);","strongs_definition":"down under, i.e. beneath","kjv_definition":"under"} +{"id":"G1183","strongs_number":"G1183","system":"greek","language":"greek","number_value":1183,"lemma":"δεκατόω","transliteration":"dekatóō","pronunciation":null,"derivation":"from G1181 (δεκάτη);","strongs_definition":"to tithe, i.e. to give or take a tenth","kjv_definition":"pay (receive) tithes"} +{"id":"G1125","strongs_number":"G1125","system":"greek","language":"greek","number_value":1125,"lemma":"γράφω","transliteration":"gráphō","pronunciation":null,"derivation":"a primary verb;","strongs_definition":"to \"grave\", especially to write; figuratively, to describe","kjv_definition":"describe, write(-ing, -ten)"} +{"id":"G2413","strongs_number":"G2413","system":"greek","language":"greek","number_value":2413,"lemma":"ἱερός","transliteration":"hierós","pronunciation":null,"derivation":"of uncertain affinity;","strongs_definition":"sacred","kjv_definition":"holy"} +{"id":"G96","strongs_number":"G96","system":"greek","language":"greek","number_value":96,"lemma":"ἀδόκιμος","transliteration":"adókimos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G1384 (δόκιμος);","strongs_definition":"unapproved, i.e. rejected; by implication, worthless (literally or morally)","kjv_definition":"castaway, rejected, reprobate"} +{"id":"G4763","strongs_number":"G4763","system":"greek","language":"greek","number_value":4763,"lemma":"στρηνιάω","transliteration":"strēniáō","pronunciation":null,"derivation":"from a presumed derivative of G4764 (στρῆνος);","strongs_definition":"to be luxurious","kjv_definition":"live deliciously"} +{"id":"G4232","strongs_number":"G4232","system":"greek","language":"greek","number_value":4232,"lemma":"πραιτώριον","transliteration":"praitṓrion","pronunciation":null,"derivation":"of Latin origin;","strongs_definition":"the prætorium or governor's courtroom (sometimes including the whole edifice and camp)","kjv_definition":"(common, judgment) hall (of judgment), palace, prætorium"} +{"id":"G942","strongs_number":"G942","system":"greek","language":"greek","number_value":942,"lemma":"βάτος","transliteration":"bátos","pronunciation":null,"derivation":"of uncertain derivation;","strongs_definition":"a brier shrub","kjv_definition":"bramble, bush"} +{"id":"G2937","strongs_number":"G2937","system":"greek","language":"greek","number_value":2937,"lemma":"κτίσις","transliteration":"ktísis","pronunciation":null,"derivation":"from G2936 (κτίζω);","strongs_definition":"original formation (properly, the act; by implication, the thing, literally or figuratively)","kjv_definition":"building, creation, creature, ordinance"} +{"id":"G829","strongs_number":"G829","system":"greek","language":"greek","number_value":829,"lemma":"αὐθάδης","transliteration":"authádēs","pronunciation":null,"derivation":"from G846 (αὐτός) and the base of G2237 (ἡδονή);","strongs_definition":"self-pleasing, i.e. arrogant","kjv_definition":"self-willed"} +{"id":"G3915","strongs_number":"G3915","system":"greek","language":"greek","number_value":3915,"lemma":"παραχειμασία","transliteration":"paracheimasía","pronunciation":null,"derivation":"from G3914 (παραχειμάζω);","strongs_definition":"a wintering over","kjv_definition":"winter in"} +{"id":"G5052","strongs_number":"G5052","system":"greek","language":"greek","number_value":5052,"lemma":"τελεσφορέω","transliteration":"telesphoréō","pronunciation":null,"derivation":"from a compound of G5056 (τέλος) and G5342 (φέρω);","strongs_definition":"to be a bearer to completion (maturity), i.e. to ripen fruit (figuratively)","kjv_definition":"bring fruit to perfection"} +{"id":"G958","strongs_number":"G958","system":"greek","language":"greek","number_value":958,"lemma":"Βενιαμίν","transliteration":"Beniamín","pronunciation":null,"derivation":"of Hebrew origin (H01144);","strongs_definition":"Benjamin, an Israelite","kjv_definition":"Benjamin"} +{"id":"G2015","strongs_number":"G2015","system":"greek","language":"greek","number_value":2015,"lemma":"ἐπιφάνεια","transliteration":"epipháneia","pronunciation":null,"derivation":"from G2016 (ἐπιφανής);","strongs_definition":"a manifestation, i.e. (specially) the advent of Christ (past or future)","kjv_definition":"appearing, brightness"} +{"id":"G741","strongs_number":"G741","system":"greek","language":"greek","number_value":741,"lemma":"ἀρτύω","transliteration":"artýō","pronunciation":null,"derivation":"from a presumed derivative of G142 (αἴρω);","strongs_definition":"to prepare, i.e. spice (with stimulating condiments)","kjv_definition":"season"} +{"id":"G4110","strongs_number":"G4110","system":"greek","language":"greek","number_value":4110,"lemma":"πλάσμα","transliteration":"plásma","pronunciation":null,"derivation":"from G4111 (πλάσσω);","strongs_definition":"something moulded","kjv_definition":"thing formed"} +{"id":"G4960","strongs_number":"G4960","system":"greek","language":"greek","number_value":4960,"lemma":"συστοιχέω","transliteration":"systoichéō","pronunciation":null,"derivation":"from G4862 (σύν) and G4748 (στοιχέω);","strongs_definition":"to file together (as soldiers in ranks), i.e. (figuratively) to correspond to","kjv_definition":"answer to"} +{"id":"G1177","strongs_number":"G1177","system":"greek","language":"greek","number_value":1177,"lemma":"δεκαδύο","transliteration":"dekadýo","pronunciation":null,"derivation":"from G1176 (δέκα) and G1417 (δύο);","strongs_definition":"two and ten, i.e. twelve","kjv_definition":"twelve"} +{"id":"G765","strongs_number":"G765","system":"greek","language":"greek","number_value":765,"lemma":"ἀσεβής","transliteration":"asebḗs","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G4576 (σέβομαι);","strongs_definition":"irreverent, i.e. (by extension) impious or wicked","kjv_definition":"ungodly (man)"} +{"id":"G3182","strongs_number":"G3182","system":"greek","language":"greek","number_value":3182,"lemma":"μεθύσκω","transliteration":"methýskō","pronunciation":null,"derivation":"a prolonged (transitive) form of G3184 (μεθύω);","strongs_definition":"to intoxicate","kjv_definition":"be drunk(-en)"} +{"id":"G3576","strongs_number":"G3576","system":"greek","language":"greek","number_value":3576,"lemma":"νωθρός","transliteration":"nōthrós","pronunciation":null,"derivation":"from a derivative of G3541 (νόθος);","strongs_definition":"sluggish, i.e. (literally) lazy, or (figuratively) stupid","kjv_definition":"dull, slothful"} +{"id":"G4441","strongs_number":"G4441","system":"greek","language":"greek","number_value":4441,"lemma":"πυνθάνομαι","transliteration":"pynthánomai","pronunciation":null,"derivation":"middle voice prolonged from a primary (which occurs only as an alternate in certain tenses);","strongs_definition":"to question, i.e. ascertain by inquiry (as a matter of information merely; and thus differing from G2065 (ἐρωτάω), which properly means a request as a favor; and from G154 (αἰτέω), which is strictly a demand for something due; as well as from G2212 (ζητέω), which implies a search for something hidden; and from G1189 (δέομαι), which involves the idea of urgent need); by implication, to learn (by casual intelligence)","kjv_definition":"ask, demand, enquire, understand"} +{"id":"G2376","strongs_number":"G2376","system":"greek","language":"greek","number_value":2376,"lemma":"θυρίς","transliteration":"thyrís","pronunciation":null,"derivation":"from G2374 (θύρα);","strongs_definition":"an aperture, i.e. window","kjv_definition":"window"} +{"id":"G381","strongs_number":"G381","system":"greek","language":"greek","number_value":381,"lemma":"ἀνάπτω","transliteration":"anáptō","pronunciation":null,"derivation":"from G303 (ἀνά) and G681 (ἅπτω);","strongs_definition":"to enkindle","kjv_definition":"kindle, light"} +{"id":"G3314","strongs_number":"G3314","system":"greek","language":"greek","number_value":3314,"lemma":"μεσημβρία","transliteration":"mesēmbría","pronunciation":null,"derivation":"from G3319 (μέσος) and G2250 (ἡμέρα);","strongs_definition":"midday; by implication, the south","kjv_definition":"noon, south"} +{"id":"G1372","strongs_number":"G1372","system":"greek","language":"greek","number_value":1372,"lemma":"διψάω","transliteration":"dipsáō","pronunciation":null,"derivation":"from a variation of G1373 (δίψος);","strongs_definition":"to thirst for (literally or figuratively)","kjv_definition":"(be, be a-)thirst(-y)"} +{"id":"G4445","strongs_number":"G4445","system":"greek","language":"greek","number_value":4445,"lemma":"πυρέσσω","transliteration":"pyréssō","pronunciation":null,"derivation":"from G4443 (πυρά);","strongs_definition":"to be on fire, i.e. (specially), to have a fever","kjv_definition":"be sick of a fever"} +{"id":"G5123","strongs_number":"G5123","system":"greek","language":"greek","number_value":5123,"lemma":"τουτέστι","transliteration":"toutésti","pronunciation":null,"derivation":"contraction for G5124 (τοῦτο) and G2076 (ἐστί);","strongs_definition":"that is","kjv_definition":"that is (to say)"} +{"id":"G306","strongs_number":"G306","system":"greek","language":"greek","number_value":306,"lemma":"ἀναβάλλομαι","transliteration":"anabállomai","pronunciation":null,"derivation":"middle voice from G303 (ἀνά) and G906 (βάλλω);","strongs_definition":"to put off (for oneself)","kjv_definition":"defer"} +{"id":"G5340","strongs_number":"G5340","system":"greek","language":"greek","number_value":5340,"lemma":"φειδομένως","transliteration":"pheidoménōs","pronunciation":null,"derivation":"adverb from participle of G5339 (φείδομαι);","strongs_definition":"abstemiously, i.e. stingily","kjv_definition":"sparingly"} +{"id":"G1383","strongs_number":"G1383","system":"greek","language":"greek","number_value":1383,"lemma":"δοκίμιον","transliteration":"dokímion","pronunciation":null,"derivation":"neuter of a presumed derivative of G1382 (δοκιμή);","strongs_definition":"a testing; by implication, trustworthiness","kjv_definition":"trial, trying"} +{"id":"G4271","strongs_number":"G4271","system":"greek","language":"greek","number_value":4271,"lemma":"πρόδηλος","transliteration":"pródēlos","pronunciation":null,"derivation":"from G4253 (πρό) and G1212 (δῆλος);","strongs_definition":"plain before all men, i.e. obvious","kjv_definition":"evident, manifest (open) beforehand"} +{"id":"G1018","strongs_number":"G1018","system":"greek","language":"greek","number_value":1018,"lemma":"βραβεύω","transliteration":"brabeúō","pronunciation":null,"derivation":"from the same as G1017 (βραβεῖον);","strongs_definition":"to arbitrate, i.e. (genitive case) to govern (figuratively, prevail)","kjv_definition":"rule"} +{"id":"G430","strongs_number":"G430","system":"greek","language":"greek","number_value":430,"lemma":"ἀνέχομαι","transliteration":"anéchomai","pronunciation":null,"derivation":"middle voice from G303 (ἀνά) and G2192 (ἔχω);","strongs_definition":"to hold oneself up against, i.e. (figuratively) put up with","kjv_definition":"bear with, endure, forbear, suffer"} +{"id":"G215","strongs_number":"G215","system":"greek","language":"greek","number_value":215,"lemma":"ἀλάλητος","transliteration":"alálētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a derivative of G2980 (λαλέω);","strongs_definition":"unspeakable","kjv_definition":"unutterable, which cannot be uttered"} +{"id":"G64","strongs_number":"G64","system":"greek","language":"greek","number_value":64,"lemma":"ἀγρεύω","transliteration":"agreúō","pronunciation":null,"derivation":"from G61 (ἄγρα);","strongs_definition":"to hunt, i.e. (figuratively) to entrap","kjv_definition":"catch"} +{"id":"G4129","strongs_number":"G4129","system":"greek","language":"greek","number_value":4129,"lemma":"πληθύνω","transliteration":"plēthýnō","pronunciation":null,"derivation":"from another form of G4128 (πλῆθος);","strongs_definition":"to increase (transitively or intransitively)","kjv_definition":"abound, multiply"} +{"id":"G3080","strongs_number":"G3080","system":"greek","language":"greek","number_value":3080,"lemma":"λύσις","transliteration":"lýsis","pronunciation":null,"derivation":"from G3089 (λύω);","strongs_definition":"a loosening, i.e. (specially), divorce","kjv_definition":"to be loosed"} +{"id":"G153","strongs_number":"G153","system":"greek","language":"greek","number_value":153,"lemma":"αἰσχύνομαι","transliteration":"aischýnomai","pronunciation":null,"derivation":"from (disfigurement, i.e. disgrace);","strongs_definition":"to feel shame (for oneself)","kjv_definition":"be ashamed"} +{"id":"G479","strongs_number":"G479","system":"greek","language":"greek","number_value":479,"lemma":"ἀντικαλέω","transliteration":"antikaléō","pronunciation":null,"derivation":"from G473 (ἀντί) and G2564 (καλέω);","strongs_definition":"to invite in return","kjv_definition":"bid again"} +{"id":"G4494","strongs_number":"G4494","system":"greek","language":"greek","number_value":4494,"lemma":"ῥιπίζω","transliteration":"rhipízō","pronunciation":null,"derivation":"from a derivative of G4496 (ῥίπτω) (meaning a fan or bellows);","strongs_definition":"to breeze up, i.e. (by analogy) to agitate (into waves)","kjv_definition":"toss"} +{"id":"G279","strongs_number":"G279","system":"greek","language":"greek","number_value":279,"lemma":"ἀμετανόητος","transliteration":"ametanóētos","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and a presumed derivative of G3340 (μετανοέω);","strongs_definition":"unrepentant","kjv_definition":"impenitent"} +{"id":"G910","strongs_number":"G910","system":"greek","language":"greek","number_value":910,"lemma":"Βαπτιστής","transliteration":"Baptistḗs","pronunciation":null,"derivation":"from G907 (βαπτίζω);","strongs_definition":"a baptizer, as an epithet of Christ's forerunner","kjv_definition":"Baptist"} +{"id":"G352","strongs_number":"G352","system":"greek","language":"greek","number_value":352,"lemma":"ἀνακύπτω","transliteration":"anakýptō","pronunciation":null,"derivation":"from G303 (ἀνά) (in the sense of reversal) and G2955 (κύπτω);","strongs_definition":"to unbend, i.e. rise; figuratively, be elated","kjv_definition":"lift up, look up"} +{"id":"G5412","strongs_number":"G5412","system":"greek","language":"greek","number_value":5412,"lemma":"φορτίζω","transliteration":"phortízō","pronunciation":null,"derivation":"from G5414 (φόρτος);","strongs_definition":"to load up (properly, as a vessel or animal), i.e. (figuratively) to overburden with ceremony (or spiritual anxiety)","kjv_definition":"lade, by heavy laden"} +{"id":"G370","strongs_number":"G370","system":"greek","language":"greek","number_value":370,"lemma":"ἀνάξιος","transliteration":"anáxios","pronunciation":null,"derivation":"from G1 (Α) (as a negative particle) and G514 (ἄξιος);","strongs_definition":"unfit","kjv_definition":"unworthy"} +{"id":"G1084","strongs_number":"G1084","system":"greek","language":"greek","number_value":1084,"lemma":"γεννητός","transliteration":"gennētós","pronunciation":null,"derivation":"from G1080 (γεννάω);","strongs_definition":"born","kjv_definition":"they that are born"} +{"id":"G5353","strongs_number":"G5353","system":"greek","language":"greek","number_value":5353,"lemma":"φθόγγος","transliteration":"phthóngos","pronunciation":null,"derivation":"from G5350 (φθέγγομαι);","strongs_definition":"utterance, i.e. a musical note (vocal or instrumental)","kjv_definition":"sound"} +{"id":"G1731","strongs_number":"G1731","system":"greek","language":"greek","number_value":1731,"lemma":"ἐνδείκνυμι","transliteration":"endeíknymi","pronunciation":null,"derivation":"from G1722 (ἐν) and G1166 (δεικνύω);","strongs_definition":"to indicate (by word or act)","kjv_definition":"do, show (forth)"} +{"id":"G5070","strongs_number":"G5070","system":"greek","language":"greek","number_value":5070,"lemma":"τετρακισχίλιοι","transliteration":"tetrakischílioi","pronunciation":null,"derivation":"from the multiplicative adverb of G5064 (τέσσαρες) and G5507 (χίλιοι);","strongs_definition":"four times a thousand","kjv_definition":"four thousand"} +{"id":"G489","strongs_number":"G489","system":"greek","language":"greek","number_value":489,"lemma":"ἀντιμισθία","transliteration":"antimisthía","pronunciation":null,"derivation":"from a compound of G473 (ἀντί) and G3408 (μισθός);","strongs_definition":"requital, correspondence","kjv_definition":"recompense"} diff --git a/packages/json/strongs-open-scriptures/hebrew.jsonl b/packages/json/strongs-open-scriptures/hebrew.jsonl new file mode 100644 index 0000000..41587d0 --- /dev/null +++ b/packages/json/strongs-open-scriptures/hebrew.jsonl @@ -0,0 +1,8674 @@ +{"id":"H1","strongs_number":"H1","system":"hebrew","language":"hebrew","number_value":1,"lemma":"אָב","transliteration":"ʼâb","pronunciation":"awb","derivation":"a primitive word;","strongs_definition":"father, in a literal and immediate, or figurative and remote application","kjv_definition":"chief, (fore-) father(-less), [idiom] patrimony, principal. Compare names in 'Abi-'."} +{"id":"H2","strongs_number":"H2","system":"hebrew","language":"hebrew","number_value":2,"lemma":"אַב","transliteration":"ʼab","pronunciation":"ab","derivation":"(Aramaic) corresponding to H1 (אָב)","strongs_definition":"{father}","kjv_definition":"father."} +{"id":"H3","strongs_number":"H3","system":"hebrew","language":"hebrew","number_value":3,"lemma":"אֵב","transliteration":"ʼêb","pronunciation":"abe","derivation":"from the same as H24 (אָבִיב);","strongs_definition":"a green plant","kjv_definition":"greenness, fruit."} +{"id":"H4","strongs_number":"H4","system":"hebrew","language":"hebrew","number_value":4,"lemma":"אֵב","transliteration":"ʼêb","pronunciation":"abe","derivation":"(Aramaic) corresponding to H3 (אֵב)","strongs_definition":"{a green plant}","kjv_definition":"fruit."} +{"id":"H5","strongs_number":"H5","system":"hebrew","language":"hebrew","number_value":5,"lemma":"אֲבַגְתָא","transliteration":"ʼĂbagthâʼ","pronunciation":"ab-ag-thaw'","derivation":"of foreign origin;","strongs_definition":"Abagtha, a eunuch of Xerxes","kjv_definition":"Abagtha."} +{"id":"H6","strongs_number":"H6","system":"hebrew","language":"hebrew","number_value":6,"lemma":"אָבַד","transliteration":"ʼâbad","pronunciation":"aw-bad'","derivation":"a primitive root;","strongs_definition":"properly, to wander away, i.e. lose oneself; by implication to perish (causative, destroy)","kjv_definition":"break, destroy(-uction), [phrase] not escape, fail, lose, (cause to, make) perish, spend, [idiom] and surely, take, be undone, [idiom] utterly, be void of, have no way to flee."} +{"id":"H7","strongs_number":"H7","system":"hebrew","language":"hebrew","number_value":7,"lemma":"אֲבַד","transliteration":"ʼăbad","pronunciation":"ab-ad'","derivation":"(Aramaic) corresponding to H6 (אָבַד)","strongs_definition":"{properly, to wander away, i.e. lose oneself; by implication to perish (causative, destroy)}","kjv_definition":"destroy, perish."} +{"id":"H8","strongs_number":"H8","system":"hebrew","language":"hebrew","number_value":8,"lemma":"אֹבֵד","transliteration":"ʼôbêd","pronunciation":"o-bade'","derivation":"active of participle of H6 (אָבַד);","strongs_definition":"(concrete) wretched or (abstract) destruction","kjv_definition":"perish."} +{"id":"H9","strongs_number":"H9","system":"hebrew","language":"hebrew","number_value":9,"lemma":"אֲבֵדָה","transliteration":"ʼăbêdâh","pronunciation":"ab-ay-daw'","derivation":"from H6 (אָבַד); Compare H10 (אֲבַדֹּה).","strongs_definition":"concrete, something lost; abstract, destruction, i.e. Hades","kjv_definition":"lost."} +{"id":"H10","strongs_number":"H10","system":"hebrew","language":"hebrew","number_value":10,"lemma":"אֲבַדֹּה","transliteration":"ʼăbaddôh","pronunciation":"ab-ad-do'","derivation":"the same as H9 (אֲבֵדָה), miswritten for H11 (אֲבַדּוֹן);","strongs_definition":"a perishing","kjv_definition":"destruction."} +{"id":"H11","strongs_number":"H11","system":"hebrew","language":"hebrew","number_value":11,"lemma":"אֲבַדּוֹן","transliteration":"ʼăbaddôwn","pronunciation":"ab-ad-done'","derivation":"intensive from H6 (אָבַד);","strongs_definition":"abstract, a perishing; concrete, Hades","kjv_definition":"destruction."} +{"id":"H12","strongs_number":"H12","system":"hebrew","language":"hebrew","number_value":12,"lemma":"אַבְדָן","transliteration":"ʼabdân","pronunciation":"ab-dawn'","derivation":"from H6 (אָבַד);","strongs_definition":"a perishing","kjv_definition":"destruction."} +{"id":"H13","strongs_number":"H13","system":"hebrew","language":"hebrew","number_value":13,"lemma":"אׇבְדַן","transliteration":"ʼobdan","pronunciation":"ob-dawn'","derivation":"from H6 (אָבַד);","strongs_definition":"a perishing","kjv_definition":"destruction."} +{"id":"H14","strongs_number":"H14","system":"hebrew","language":"hebrew","number_value":14,"lemma":"אָבָה","transliteration":"ʼâbâh","pronunciation":"aw-baw'","derivation":"a primitive root;","strongs_definition":"to breathe after, i.e. (figuratively) to be acquiescent","kjv_definition":"consent, rest content will, be willing."} +{"id":"H15","strongs_number":"H15","system":"hebrew","language":"hebrew","number_value":15,"lemma":"אָבֶה","transliteration":"ʼâbeh","pronunciation":"aw-beh'","derivation":"from H14 (אָבָה);","strongs_definition":"longing","kjv_definition":"desire."} +{"id":"H16","strongs_number":"H16","system":"hebrew","language":"hebrew","number_value":16,"lemma":"אֵבֶה","transliteration":"ʼêbeh","pronunciation":"ay-beh'","derivation":"from H14 (אָבָה) (in the sense of bending toward);","strongs_definition":"the papyrus","kjv_definition":"swift."} +{"id":"H17","strongs_number":"H17","system":"hebrew","language":"hebrew","number_value":17,"lemma":"אֲבוֹי","transliteration":"ʼăbôwy","pronunciation":"ab-o'ee","derivation":"from H14 (אָבָה) (in the sense of desiring);","strongs_definition":"want","kjv_definition":"sorrow."} +{"id":"H18","strongs_number":"H18","system":"hebrew","language":"hebrew","number_value":18,"lemma":"אֵבוּס","transliteration":"ʼêbûwç","pronunciation":"ay-booce'","derivation":"from H75 (אָבַס);","strongs_definition":"a manger or stall","kjv_definition":"crib."} +{"id":"H19","strongs_number":"H19","system":"hebrew","language":"hebrew","number_value":19,"lemma":"אִבְחָה","transliteration":"ʼibchâh","pronunciation":"ib-khaw'","derivation":"from an unused root (apparently meaning to turn);","strongs_definition":"brandishing of a sword","kjv_definition":"point."} +{"id":"H20","strongs_number":"H20","system":"hebrew","language":"hebrew","number_value":20,"lemma":"אֲבַטִּיחַ","transliteration":"ʼăbaṭṭîyach","pronunciation":"ab-at-tee'-akh","derivation":"of uncertain derivation;","strongs_definition":"a melon (only plural)","kjv_definition":"melon."} +{"id":"H21","strongs_number":"H21","system":"hebrew","language":"hebrew","number_value":21,"lemma":"אֲבִי","transliteration":"ʼĂbîy","pronunciation":"ab-ee'","derivation":"from H1 (אָב); fatherly;","strongs_definition":"Abi, Hezekiah's mother","kjv_definition":"Abi."} +{"id":"H22","strongs_number":"H22","system":"hebrew","language":"hebrew","number_value":22,"lemma":"אֲבִיאֵל","transliteration":"ʼĂbîyʼêl","pronunciation":"ab-ee-ale'","derivation":"from H1 (אָב) and H410 (אֵל); father (i.e. possessor) of God;","strongs_definition":"Abiel, the name of two Israelites","kjv_definition":"Abiel."} +{"id":"H23","strongs_number":"H23","system":"hebrew","language":"hebrew","number_value":23,"lemma":"אֲבִיאָסָף","transliteration":"ʼĂbîyʼâçâph","pronunciation":"ab-ee-aw-sawf'","derivation":"from H1 (אָב) and H622 (אָסַף); father of gathering (i.e. gatherer);","strongs_definition":"Abiasaph, an Israelite","kjv_definition":"Abiasaph."} +{"id":"H24","strongs_number":"H24","system":"hebrew","language":"hebrew","number_value":24,"lemma":"אָבִיב","transliteration":"ʼâbîyb","pronunciation":"aw-beeb'","derivation":"from an unused root (meaning to be tender);","strongs_definition":"green, i.e. a young ear of grain; hence, the name of the month Abib or Nisan","kjv_definition":"Abib, ear, green ears of corn (not maize)."} +{"id":"H25","strongs_number":"H25","system":"hebrew","language":"hebrew","number_value":25,"lemma":"אֲבִי גִבְעוֹן","transliteration":"ʼĂbîy Gibʻôwn","pronunciation":"ab-ee' ghib-one'","derivation":"from H1 (אָב) and H1391 (גִּבְעוֹן); father (i.e. founder) of Gibon;","strongs_definition":"Abi-Gibon, perhaps an Israelite","kjv_definition":"father of Gibeon."} +{"id":"H26","strongs_number":"H26","system":"hebrew","language":"hebrew","number_value":26,"lemma":"אֲבִיגַיִל","transliteration":"ʼĂbîygayil","pronunciation":"ab-ee-gah'-yil","derivation":"or shorter אֲבִיגַל; from H1 (אָב) and H1524 (גִּיל); father (i.e. source) of joy;","strongs_definition":"Abigail or Abigal, the name of two Israelitesses","kjv_definition":"Abigal."} +{"id":"H27","strongs_number":"H27","system":"hebrew","language":"hebrew","number_value":27,"lemma":"אֲבִידָן","transliteration":"ʼĂbîydân","pronunciation":"ab-ee-dawn'","derivation":"from H1 (אָב) and H1777 (דִּין); father of judgment (i.e. judge);","strongs_definition":"Abidan, an Israelite","kjv_definition":"Abidan."} +{"id":"H28","strongs_number":"H28","system":"hebrew","language":"hebrew","number_value":28,"lemma":"אֲבִידָע","transliteration":"ʼĂbîydâʻ","pronunciation":"ab-ee-daw'","derivation":"from H1 (אָב) and H3045 (יָדַע); father of knowledge (i.e. knowing);","strongs_definition":"Abida, a son of Abraham by Keturah","kjv_definition":"Abida, Abidah."} +{"id":"H29","strongs_number":"H29","system":"hebrew","language":"hebrew","number_value":29,"lemma":"אֲבִיָּה","transliteration":"ʼĂbîyâh","pronunciation":"ab-ee-yaw'","derivation":"or prolonged אֲבִיָּהוּ ; from H1 (אָב) and H3050 (יָהּ); father (i.e. worshipper) of Jah;","strongs_definition":"Abijah, the name of several Israelite men and two Israelitesses","kjv_definition":"Abiah, Abijah."} +{"id":"H30","strongs_number":"H30","system":"hebrew","language":"hebrew","number_value":30,"lemma":"אֲבִיהוּא","transliteration":"ʼĂbîyhûwʼ","pronunciation":"ab-ee-hoo'","derivation":"from H1 (אָב) and H1931 (הוּא); father (i.e. worshipper) of Him (i.e. God);","strongs_definition":"Abihu, a son of Aaron","kjv_definition":"Abihu."} +{"id":"H31","strongs_number":"H31","system":"hebrew","language":"hebrew","number_value":31,"lemma":"אֲבִיהוּד","transliteration":"ʼĂbîyhûwd","pronunciation":"ab-ee-hood'","derivation":"from H1 (אָב) and H1935 (הוֹד); father (i.e. possessor) of renown;","strongs_definition":"Abihud, the name of two Israelites","kjv_definition":"Abihud."} +{"id":"H32","strongs_number":"H32","system":"hebrew","language":"hebrew","number_value":32,"lemma":"אֲבִיהַיִל","transliteration":"ʼĂbîyhayil","pronunciation":"ab-ee-hah'-yil","derivation":"or (more correctly) אֲבִיחַיִל ; from H1 (אָב) and H2428 (חַיִל); father (i.e. possessor) of might;","strongs_definition":"Abihail or Abichail, the name of three Israelites and two Israelitesses","kjv_definition":"Abihail."} +{"id":"H33","strongs_number":"H33","system":"hebrew","language":"hebrew","number_value":33,"lemma":"אֲבִי הָעֶזְרִי","transliteration":"ʼĂbîy hâ-ʻEzrîy","pronunciation":"ab-ee'-haw-ez-ree'","derivation":"from H44 (אֲבִיעֶזֶר) with the article inserted; father of the Ezrite;","strongs_definition":"an Abiezrite or descendant of Abiezer","kjv_definition":"Abiezrite."} +{"id":"H34","strongs_number":"H34","system":"hebrew","language":"hebrew","number_value":34,"lemma":"אֶבְיוֹן","transliteration":"ʼebyôwn","pronunciation":"eb-yone'","derivation":"from H14 (אָבָה), in the sense of want (especially in feeling);","strongs_definition":"destitute","kjv_definition":"beggar, needy, poor (man)."} +{"id":"H35","strongs_number":"H35","system":"hebrew","language":"hebrew","number_value":35,"lemma":"אֲבִיּוֹנָה","transliteration":"ʼăbîyôwnâh","pronunciation":"ab-ee-yo-naw'","derivation":"from H14 (אָבָה);","strongs_definition":"provocative of desire; the caper berry (from its stimulative taste)","kjv_definition":"desire."} +{"id":"H36","strongs_number":"H36","system":"hebrew","language":"hebrew","number_value":36,"lemma":"אֲבִיטוּב","transliteration":"ʼĂbîyṭûwb","pronunciation":"ab-ee-toob'","derivation":"from H1 (אָב) and H2898 (טוּב); father of goodness (i.e. good);","strongs_definition":"Abitub, an Israelite","kjv_definition":"Abitub."} +{"id":"H37","strongs_number":"H37","system":"hebrew","language":"hebrew","number_value":37,"lemma":"אֲבִיטָל","transliteration":"ʼĂbîyṭâl","pronunciation":"ab-ee-tal'","derivation":"from H1 (אָב) and H2919 (טַל); father of dew (i.e. fresh);","strongs_definition":"Abital, a wife of King David","kjv_definition":"Abital."} +{"id":"H38","strongs_number":"H38","system":"hebrew","language":"hebrew","number_value":38,"lemma":"אֲבִיָּם","transliteration":"ʼĂbîyâm","pronunciation":"ab-ee-yawm'","derivation":"from H1 (אָב) and H3220 (יָם); father of (the) sea (i.e. seaman);","strongs_definition":"Abijam (or Abijah), a king of Judah","kjv_definition":"Abijam."} +{"id":"H39","strongs_number":"H39","system":"hebrew","language":"hebrew","number_value":39,"lemma":"אֲבִימָאֵל","transliteration":"ʼĂbîymâʼêl","pronunciation":"ab-ee-maw-ale'","derivation":"from H1 (אָב) and an elsewhere unused (probably foreign) word; father of Mael (apparently some Arab tribe);","strongs_definition":"Abimael, a son of Joktan","kjv_definition":"Abimael."} +{"id":"H40","strongs_number":"H40","system":"hebrew","language":"hebrew","number_value":40,"lemma":"אֲבִימֶלֶךְ","transliteration":"ʼĂbîymelek","pronunciation":"ab-ee-mel'-ek","derivation":"from H1 (אָב) and H4428 (מֶלֶךְ); father of (the) king;","strongs_definition":"Abimelek, the name of two Philistine kings and of two Israelites","kjv_definition":"Abimelech."} +{"id":"H41","strongs_number":"H41","system":"hebrew","language":"hebrew","number_value":41,"lemma":"אֲבִינָדָב","transliteration":"ʼĂbîynâdâb","pronunciation":"ab-ee-naw-dawb'","derivation":"from H1 (אָב) and H5068 (נָדַב); father of generosity (i.e. liberal);","strongs_definition":"Abinadab, the name of four Israelites","kjv_definition":"Abinadab."} +{"id":"H42","strongs_number":"H42","system":"hebrew","language":"hebrew","number_value":42,"lemma":"אֲבִינֹעַם","transliteration":"ʼĂbîynôʻam","pronunciation":"ab-ee-no'-am","derivation":"from H1 (אָב) and H5278 (נֹעַם); father of pleasantness (i.e. gracious);","strongs_definition":"Abinoam, an Israelite","kjv_definition":"Abinoam."} +{"id":"H43","strongs_number":"H43","system":"hebrew","language":"hebrew","number_value":43,"lemma":"אֶבְיָסָף","transliteration":"ʼEbyâçâph","pronunciation":"eb-yaw-sawf'","derivation":"contracted from H23 (אֲבִיאָסָף);","strongs_definition":"Ebjasaph, an Israelite","kjv_definition":"Ebiasaph."} +{"id":"H44","strongs_number":"H44","system":"hebrew","language":"hebrew","number_value":44,"lemma":"אֲבִיעֶזֶר","transliteration":"ʼĂbîyʻezer","pronunciation":"ab-ee-ay'-zer","derivation":"from H1 (אָב) and H5829 (עֵזֶר); father of help (i.e. helpful);","strongs_definition":"Abiezer, the name of two Israelites","kjv_definition":"Abiezer."} +{"id":"H45","strongs_number":"H45","system":"hebrew","language":"hebrew","number_value":45,"lemma":"אֲבִי־עַלְבוֹן","transliteration":"ʼĂbîy-ʻalbôwn","pronunciation":"ab-ee-al-bone'","derivation":"from H1 (אָב) and an unused root of uncertain derivation; probably, father of strength (i.e. valiant);","strongs_definition":"Abialbon, an Israelite","kjv_definition":"Abialbon."} +{"id":"H46","strongs_number":"H46","system":"hebrew","language":"hebrew","number_value":46,"lemma":"אָבִיר","transliteration":"ʼâbîyr","pronunciation":"aw-beer'","derivation":"from H82 (אָבַר);","strongs_definition":"mighty (spoken of God)","kjv_definition":"mighty (one)."} +{"id":"H47","strongs_number":"H47","system":"hebrew","language":"hebrew","number_value":47,"lemma":"אַבִּיר","transliteration":"ʼabbîyr","pronunciation":"ab-beer'","derivation":"for H46 (אָבִיר)","strongs_definition":"{mighty (spoken of God)}","kjv_definition":"angel, bull, chiefest, mighty (one), stout(-hearted), strong (one), valiant."} +{"id":"H48","strongs_number":"H48","system":"hebrew","language":"hebrew","number_value":48,"lemma":"אֲבִירָם","transliteration":"ʼĂbîyrâm","pronunciation":"ab-ee-rawm'","derivation":"from H1 (אָב) and H7311 (רוּם); father of height (i.e. lofty);","strongs_definition":"Abiram, the name of two Israelites","kjv_definition":"Abiram."} +{"id":"H49","strongs_number":"H49","system":"hebrew","language":"hebrew","number_value":49,"lemma":"אֲבִישַׁג","transliteration":"ʼĂbîyshag","pronunciation":"ab-ee-shag'","derivation":"from H1 (אָב) and H7686 (שָׁגָה); father of error (i.e. blundering);","strongs_definition":"Abishag, a concubine of David","kjv_definition":"Abishag."} +{"id":"H50","strongs_number":"H50","system":"hebrew","language":"hebrew","number_value":50,"lemma":"אֲבִישׁוּעַ","transliteration":"ʼĂbîyshûwaʻ","pronunciation":"ab-ee-shoo'-ah","derivation":"from H1 (אָב) and H7771 (שׁוֹעַ); father of plenty (i.e. prosperous);","strongs_definition":"Abishua, the name of two Israelites","kjv_definition":"Abishua."} +{"id":"H51","strongs_number":"H51","system":"hebrew","language":"hebrew","number_value":51,"lemma":"אֲבִישׁוּר","transliteration":"ʼĂbîyshûwr","pronunciation":"ab-ee-shoor'","derivation":"from H1 (אָב) and H7791 (שׁוּר); father of (the) wall (i.e. perhaps mason);","strongs_definition":"Abishur, an Israelite","kjv_definition":"Abishur."} +{"id":"H52","strongs_number":"H52","system":"hebrew","language":"hebrew","number_value":52,"lemma":"אֲבִישַׁי","transliteration":"ʼĂbîyshay","pronunciation":"ab-ee-shah'ee","derivation":"or (shorter) אַבְשַׁי ; from H1 (אָב) and H7862 (שַׁי); father of a gift (i.e. probably generous);","strongs_definition":"Abishai, an Israelite","kjv_definition":"Abishai."} +{"id":"H53","strongs_number":"H53","system":"hebrew","language":"hebrew","number_value":53,"lemma":"אֲבִישָׁלוֹם","transliteration":"ʼĂbîyshâlôwm","pronunciation":"ab-ee-shaw-lome'","derivation":"or (shortened) אַבְשָׁלוֹם ; from H1 (אָב) and H7965 (שָׁלוֹם); father of peace (i.e. friendly);","strongs_definition":"Abshalom, a son of David; also (the fuller form) a later Israelite","kjv_definition":"Abishalom, Absalom."} +{"id":"H54","strongs_number":"H54","system":"hebrew","language":"hebrew","number_value":54,"lemma":"אֶבְיָתָר","transliteration":"ʼEbyâthâr","pronunciation":"ab-yaw-thawr'","derivation":"contracted from H1 (אָב) and H3498 (יָתַר); father of abundance (i.e. liberal);","strongs_definition":"Ebjathar, an Israelite","kjv_definition":"Abiathar."} +{"id":"H55","strongs_number":"H55","system":"hebrew","language":"hebrew","number_value":55,"lemma":"אָבַךְ","transliteration":"ʼâbak","pronunciation":"aw-bak'","derivation":"a primitive root;","strongs_definition":"probably to coil upward","kjv_definition":"mount up."} +{"id":"H56","strongs_number":"H56","system":"hebrew","language":"hebrew","number_value":56,"lemma":"אָבַל","transliteration":"ʼâbal","pronunciation":"aw-bal'","derivation":"a primitive root;","strongs_definition":"to bewail","kjv_definition":"lament, mourn."} +{"id":"H57","strongs_number":"H57","system":"hebrew","language":"hebrew","number_value":57,"lemma":"אָבֵל","transliteration":"ʼâbêl","pronunciation":"aw-bale'","derivation":"from H56 (אָבַל);","strongs_definition":"lamenting","kjv_definition":"mourn(-er, -ing)."} +{"id":"H58","strongs_number":"H58","system":"hebrew","language":"hebrew","number_value":58,"lemma":"אָבֵל","transliteration":"ʼâbêl","pronunciation":"aw-bale'","derivation":"from an unused root (meaning to be grassy);","strongs_definition":"a meadow","kjv_definition":"plain. Compare also the proper names beginning with Abel-."} +{"id":"H59","strongs_number":"H59","system":"hebrew","language":"hebrew","number_value":59,"lemma":"אָבֵל","transliteration":"ʼÂbêl","pronunciation":"aw-bale'","derivation":"from H58 (אָבֵל); a meadow;","strongs_definition":"Abel, the name of two places in Palestine.","kjv_definition":"Abel."} +{"id":"H60","strongs_number":"H60","system":"hebrew","language":"hebrew","number_value":60,"lemma":"אֵבֶל","transliteration":"ʼêbel","pronunciation":"ay'-bel","derivation":"from H56 (אָבַל);","strongs_definition":"lamentation","kjv_definition":"mourning."} +{"id":"H61","strongs_number":"H61","system":"hebrew","language":"hebrew","number_value":61,"lemma":"אֲבָל","transliteration":"ʼăbâl","pronunciation":"ab-awl'","derivation":"apparently from H56 (אָבַל) through the idea of negation;","strongs_definition":"nay, i.e. truly or yet","kjv_definition":"but, indeed, nevertheless, verily."} +{"id":"H62","strongs_number":"H62","system":"hebrew","language":"hebrew","number_value":62,"lemma":"אָבֵל בֵּית־מֲעַכָה","transliteration":"ʼÂbêl Bêyth-Măʻakâh","pronunciation":"aw-bale' bayth ma-akaw'","derivation":"from H58 (אָבֵל) and H1004 (בַּיִת) and H4601 (מַעֲכָה); meadow of Beth-Maakah;","strongs_definition":"Abel of Beth-maakah, a place in Palestine","kjv_definition":"Abel-beth-maachah, Abel of Beth-maachah,"} +{"id":"H63","strongs_number":"H63","system":"hebrew","language":"hebrew","number_value":63,"lemma":"אָבֵל הַשִּׁטִּים","transliteration":"ʼÂbêl hash-Shiṭṭîym","pronunciation":"aw-bale' hash-shit-teem'","derivation":"from H58 (אָבֵל) and the plural of H7848 (שִׁטָּה), with the article inserted; meadow of the acacias;","strongs_definition":"Abel hash-Shittim, a place in Palestine","kjv_definition":"Abelshittim."} +{"id":"H64","strongs_number":"H64","system":"hebrew","language":"hebrew","number_value":64,"lemma":"אָבֵל כְּרָמִים","transliteration":"ʼÂbêl Kᵉrâmîym","pronunciation":"aw-bale' ker-aw-meem'","derivation":"from H58 (אָבֵל) and the plural of H3754 (כֶּרֶם); meadow of vineyards;","strongs_definition":"Abel-Keramim, a place in Palestine","kjv_definition":"plain of the vineyards."} +{"id":"H65","strongs_number":"H65","system":"hebrew","language":"hebrew","number_value":65,"lemma":"אָבֵל מְחוֹלָה","transliteration":"ʼÂbêl Mᵉchôwlâh","pronunciation":"aw-bale' mekh-o-law'","derivation":"from H58 (אָבֵל) and H4246 (מְחֹלָה)xlit mᵉchôwlâh corrected to mᵉchôlâh; meadow of dancing;","strongs_definition":"Abel-Mecholah, a place in Palestine","kjv_definition":"Abel-meholah."} +{"id":"H66","strongs_number":"H66","system":"hebrew","language":"hebrew","number_value":66,"lemma":"אַבֵל מַיִם","transliteration":"ʼAbêl Mayim","pronunciation":"aw-bale' mah'-yim","derivation":"from H58 (אָבֵל) and H4325 (מַיִם); meadow of water;","strongs_definition":"Abel-Majim, a place in Palestine","kjv_definition":"Abel-maim."} +{"id":"H67","strongs_number":"H67","system":"hebrew","language":"hebrew","number_value":67,"lemma":"אָבֵל מִצְרַיִם","transliteration":"ʼÂbêl Mitsrayim","pronunciation":"aw-bale' mits-rah'-yim","derivation":"from H58 (אָבֵל) and H4714 (מִצְרַיִם); meadow of Egypt;","strongs_definition":"Abel-Mitsrajim, a place in Palestine","kjv_definition":"Abel-mizraim."} +{"id":"H68","strongs_number":"H68","system":"hebrew","language":"hebrew","number_value":68,"lemma":"אֶבֶן","transliteration":"ʼeben","pronunciation":"eh'-ben","derivation":"from the root of H1129 (בָּנָה) through the meaning to build;","strongs_definition":"a stone","kjv_definition":"[phrase] carbuncle, [phrase] mason, [phrase] plummet, (chalk-, hail-, head-, sling-) stone(-ny), (divers) weight(-s)."} +{"id":"H69","strongs_number":"H69","system":"hebrew","language":"hebrew","number_value":69,"lemma":"אֶבֶן","transliteration":"ʼeben","pronunciation":"eh'-ben","derivation":"(Aramaic) corresponding to H68 (אֶבֶן)","strongs_definition":"{a stone}","kjv_definition":"stone."} +{"id":"H70","strongs_number":"H70","system":"hebrew","language":"hebrew","number_value":70,"lemma":"אֹבֶן","transliteration":"ʼôben","pronunciation":"o' ben","derivation":"from the same as H68 (אֶבֶן);","strongs_definition":"a pair of stones (only dual); a potter's wheel or a midwife's stool (consisting alike of two horizontal disks with a support between)","kjv_definition":"wheel, stool."} +{"id":"H71","strongs_number":"H71","system":"hebrew","language":"hebrew","number_value":71,"lemma":"אֲבָנָה","transliteration":"ʼĂbânâh","pronunciation":"ab-aw-naw'","derivation":"perhaps feminine of H68 (אֶבֶן); stony; Compare H549 (אֲמָנָה).","strongs_definition":"Abanah, a river near Damascus","kjv_definition":"Abana."} +{"id":"H72","strongs_number":"H72","system":"hebrew","language":"hebrew","number_value":72,"lemma":"אֶבֶן הָעֵזֶר","transliteration":"ʼEben hâ-ʻÊzer","pronunciation":"eh'-ben haw-e'-zer","derivation":"from H68 (אֶבֶן) and H5828 (עֵזֶר) with the article inserted; stone of the help;","strongs_definition":"Eben-ha-Ezer, a place in Palestine","kjv_definition":"Ebenezer."} +{"id":"H73","strongs_number":"H73","system":"hebrew","language":"hebrew","number_value":73,"lemma":"אַבְנֵט","transliteration":"ʼabnêṭ","pronunciation":"ab-nate'","derivation":"of uncertain derivation;","strongs_definition":"a belt","kjv_definition":"girdle."} +{"id":"H74","strongs_number":"H74","system":"hebrew","language":"hebrew","number_value":74,"lemma":"אַבְנֵר","transliteration":"ʼAbnêr","pronunciation":"ab-nare'","derivation":"or (fully) אֲבִינֵר ; from H1 (אָב) and H5216 (נִיר); father of light (i.e. enlightening);","strongs_definition":"Abner, an Israelite","kjv_definition":"Abner."} +{"id":"H75","strongs_number":"H75","system":"hebrew","language":"hebrew","number_value":75,"lemma":"אָבַס","transliteration":"ʼâbaç","pronunciation":"aw-bas'","derivation":"a primitive root;","strongs_definition":"to fodder","kjv_definition":"fatted, stalled."} +{"id":"H76","strongs_number":"H76","system":"hebrew","language":"hebrew","number_value":76,"lemma":"אֲבַעְבֻּעָה","transliteration":"ʼăbaʻbuʻâh","pronunciation":"ab-ah-boo-aw'","derivation":"(by reduplication) from an unused root (meaning to belch forth);","strongs_definition":"an inflammatory pustule (as eruption)","kjv_definition":"blains."} +{"id":"H77","strongs_number":"H77","system":"hebrew","language":"hebrew","number_value":77,"lemma":"אֶבֶץ","transliteration":"ʼEbets","pronunciation":"eh'-bets","derivation":"from an unused root probably meaning to gleam; conspicuous;","strongs_definition":"Ebets, a place in Palestine","kjv_definition":"Abez."} +{"id":"H78","strongs_number":"H78","system":"hebrew","language":"hebrew","number_value":78,"lemma":"אִבְצָן","transliteration":"ʼIbtsân","pronunciation":"ib-tsawn'","derivation":"from the same as H76 (אֲבַעְבֻּעָה); splendid;","strongs_definition":"Ibtsan, an Israelite","kjv_definition":"Ibzan."} +{"id":"H79","strongs_number":"H79","system":"hebrew","language":"hebrew","number_value":79,"lemma":"אָבַק","transliteration":"ʼâbaq","pronunciation":"aw-bak'","derivation":"a primitive root, probably to float away (as vapor), but used only as denominative from H80 (אָבָק);","strongs_definition":"to bedust, i.e. grapple","kjv_definition":"wrestle."} +{"id":"H80","strongs_number":"H80","system":"hebrew","language":"hebrew","number_value":80,"lemma":"אָבָק","transliteration":"ʼâbâq","pronunciation":"aw-bawk'","derivation":"from root of H79 (אָבַק);","strongs_definition":"light particles (as volatile)","kjv_definition":"(small) dust, powder."} +{"id":"H81","strongs_number":"H81","system":"hebrew","language":"hebrew","number_value":81,"lemma":"אֲבָקָה","transliteration":"ʼăbâqâh","pronunciation":"ab-aw-kaw'","derivation":"feminine of H80 (אָבָק)","strongs_definition":"{light particles (as volatile)}","kjv_definition":"powder."} +{"id":"H82","strongs_number":"H82","system":"hebrew","language":"hebrew","number_value":82,"lemma":"אָבַר","transliteration":"ʼâbar","pronunciation":"aw-bar'","derivation":"a primitive root;","strongs_definition":"to soar","kjv_definition":"fly."} +{"id":"H83","strongs_number":"H83","system":"hebrew","language":"hebrew","number_value":83,"lemma":"אֵבֶר","transliteration":"ʼêber","pronunciation":"ay-ber'","derivation":"from H82 (אָבַר);","strongs_definition":"a pinion","kjv_definition":"(long-) wing(-ed)."} +{"id":"H84","strongs_number":"H84","system":"hebrew","language":"hebrew","number_value":84,"lemma":"אֶבְרָה","transliteration":"ʼebrâh","pronunciation":"eb-raw'","derivation":"feminine of H83 (אֵבֶר)","strongs_definition":"{a pinion}","kjv_definition":"feather, wing."} +{"id":"H85","strongs_number":"H85","system":"hebrew","language":"hebrew","number_value":85,"lemma":"אַבְרָהָם","transliteration":"ʼAbrâhâm","pronunciation":"ab-raw-hawm'","derivation":"contracted from H1 (אָב) and an unused root (probably meaning to be populous); father of a multitude;","strongs_definition":"Abraham, the later name of Abram","kjv_definition":"Abraham."} +{"id":"H86","strongs_number":"H86","system":"hebrew","language":"hebrew","number_value":86,"lemma":"אַבְרֵךְ","transliteration":"ʼabrêk","pronunciation":"ab-rake'","derivation":"probably an Egyptian word meaning","strongs_definition":"kneel","kjv_definition":"bow the knee."} +{"id":"H87","strongs_number":"H87","system":"hebrew","language":"hebrew","number_value":87,"lemma":"אַבְרָם","transliteration":"ʼAbrâm","pronunciation":"ab-rawm'","derivation":"contracted from H48 (אֲבִירָם); high father;","strongs_definition":"Abram, the original name of Abraham","kjv_definition":"Abram."} +{"id":"H88","strongs_number":"H88","system":"hebrew","language":"hebrew","number_value":88,"lemma":"אֹבֹת","transliteration":"ʼôbôth","pronunciation":"o-both'","derivation":"plural of H178 (אוֹב); water-skins;","strongs_definition":"Oboth, a place in the Desert","kjv_definition":"Oboth."} +{"id":"H89","strongs_number":"H89","system":"hebrew","language":"hebrew","number_value":89,"lemma":"אָגֵא","transliteration":"ʼÂgêʼ","pronunciation":"aw-gay'","derivation":"of uncertain derivation (compare H90 (אֲגַג));","strongs_definition":"Age, an Israelite","kjv_definition":"Agee."} +{"id":"H90","strongs_number":"H90","system":"hebrew","language":"hebrew","number_value":90,"lemma":"אֲגַג","transliteration":"ʼĂgag","pronunciation":"ag-ag'","derivation":"or אֲגָג; of uncertain derivation (compare H89 (אָגֵא)); flame;","strongs_definition":"Agag, a title of Amalekitish kings","kjv_definition":"Agag."} +{"id":"H91","strongs_number":"H91","system":"hebrew","language":"hebrew","number_value":91,"lemma":"אֲגָגִי","transliteration":"ʼĂgâgîy","pronunciation":"ag-aw-ghee'","derivation":"patrial or patronymic from H90 (אֲגַג);","strongs_definition":"an Agagite or descendent (subject) of Agag","kjv_definition":"Agagite."} +{"id":"H92","strongs_number":"H92","system":"hebrew","language":"hebrew","number_value":92,"lemma":"אֲגֻדָּה","transliteration":"ʼăguddâh","pronunciation":"ag-ood-daw'","derivation":"feminine passive participle of an unused root (meaning to bind);","strongs_definition":"a band, bundle, knot, or arch","kjv_definition":"bunch, burden, troop."} +{"id":"H93","strongs_number":"H93","system":"hebrew","language":"hebrew","number_value":93,"lemma":"אֱגוֹז","transliteration":"ʼĕgôwz","pronunciation":"eg-oze'","derivation":"prob of Persian origin;","strongs_definition":"a nut","kjv_definition":"nut."} +{"id":"H94","strongs_number":"H94","system":"hebrew","language":"hebrew","number_value":94,"lemma":"אָגוּר","transliteration":"ʼÂgûwr","pronunciation":"aw-goor'","derivation":"passive participle of H103 (אָגַר); gathered (i.e. received among the sages);","strongs_definition":"Agur, a fanciful name for Solomon","kjv_definition":"Agur."} +{"id":"H95","strongs_number":"H95","system":"hebrew","language":"hebrew","number_value":95,"lemma":"אֲגוֹרָה","transliteration":"ʼăgôwrâh","pronunciation":"ag-o-raw'","derivation":"from the same as H94 (אָגוּר);","strongs_definition":"properly, something gathered, i.e. perhaps a grain or berry; used only of a small (silver) coin","kjv_definition":"piece (of) silver."} +{"id":"H96","strongs_number":"H96","system":"hebrew","language":"hebrew","number_value":96,"lemma":"אֶגֶל","transliteration":"ʼegel","pronunciation":"eh'-ghel","derivation":"from an unused root (meaning to flow down or together as drops);","strongs_definition":"a reservoir","kjv_definition":"drop."} +{"id":"H97","strongs_number":"H97","system":"hebrew","language":"hebrew","number_value":97,"lemma":"אֶגְלַיִם","transliteration":"ʼEglayim","pronunciation":"eg-lah'-yim","derivation":"dual of H96 (אֶגֶל).; a double pond;","strongs_definition":"Eglajim, a place in Moab","kjv_definition":"Eglaim."} +{"id":"H98","strongs_number":"H98","system":"hebrew","language":"hebrew","number_value":98,"lemma":"אֲגַם","transliteration":"ʼăgam","pronunciation":"ag-am'","derivation":"from an unused root (meaning to collect as water);","strongs_definition":"a marsh; hence a rush (as growing in swamps); hence a stockade of reeds","kjv_definition":"pond, pool, standing (water)."} +{"id":"H99","strongs_number":"H99","system":"hebrew","language":"hebrew","number_value":99,"lemma":"אָגֵם","transliteration":"ʼâgêm","pronunciation":"aw-game'","derivation":"probably from the same as H98 (אֲגַם) (in the sense of stagnant water);","strongs_definition":"figuratively, sad","kjv_definition":"pond."} +{"id":"H100","strongs_number":"H100","system":"hebrew","language":"hebrew","number_value":100,"lemma":"אַגְמוֹן","transliteration":"ʼagmôwn","pronunciation":"ag-mone'","derivation":"from the same as H98 (אֲגַם); a marshy pool (others from a different root, a kettle); by implication","strongs_definition":"a bulrush (as growing there); collectively a rope of bulrushes","kjv_definition":"bulrush, caldron, hook, rush."} +{"id":"H101","strongs_number":"H101","system":"hebrew","language":"hebrew","number_value":101,"lemma":"אַגָּן","transliteration":"ʼaggân","pronunciation":"ag-gawn'","derivation":"probably from H5059 (נָגַן);","strongs_definition":"a bowl (as pounded out hollow)","kjv_definition":"basin, cup, goblet."} +{"id":"H102","strongs_number":"H102","system":"hebrew","language":"hebrew","number_value":102,"lemma":"אַגָּף","transliteration":"ʼaggâph","pronunciation":"ag-gawf'","derivation":"probably from H5062 (נָגַף) (through the idea of impending); a cover or heap; i.e.","strongs_definition":"(only plural) wings of an army, or crowds of troops","kjv_definition":"bands."} +{"id":"H103","strongs_number":"H103","system":"hebrew","language":"hebrew","number_value":103,"lemma":"אָגַר","transliteration":"ʼâgar","pronunciation":"aw-gar'","derivation":"a primitive root;","strongs_definition":"to harvest","kjv_definition":"gather."} +{"id":"H104","strongs_number":"H104","system":"hebrew","language":"hebrew","number_value":104,"lemma":"אִגְּרָא","transliteration":"ʼiggᵉrâʼ","pronunciation":"ig-er-aw'","derivation":"(Aramaic) of Persian origin;","strongs_definition":"an epistle (as carried by a state courier or postman)","kjv_definition":"letter."} +{"id":"H105","strongs_number":"H105","system":"hebrew","language":"hebrew","number_value":105,"lemma":"אֲגַרְטָל","transliteration":"ʼăgarṭâl","pronunciation":"ag-ar-tawl'","derivation":"of uncertain derivation;","strongs_definition":"a basin","kjv_definition":"charger."} +{"id":"H106","strongs_number":"H106","system":"hebrew","language":"hebrew","number_value":106,"lemma":"אֶגְרֹף","transliteration":"ʼegrôph","pronunciation":"eg-rofe'","derivation":"from H1640 (גָּרַף) (in the sense of grasping);","strongs_definition":"the clenched hand","kjv_definition":"fist."} +{"id":"H107","strongs_number":"H107","system":"hebrew","language":"hebrew","number_value":107,"lemma":"אִגֶּרֶת","transliteration":"ʼiggereth","pronunciation":"ig-eh'-reth","derivation":"feminine of H104 (אִגְּרָא);","strongs_definition":"an epistle","kjv_definition":"letter."} +{"id":"H108","strongs_number":"H108","system":"hebrew","language":"hebrew","number_value":108,"lemma":"אֵד","transliteration":"ʼêd","pronunciation":"ade","derivation":"from the same as H181 (אוּד) (in the sense of enveloping);","strongs_definition":"a fog","kjv_definition":"mist, vapor."} +{"id":"H109","strongs_number":"H109","system":"hebrew","language":"hebrew","number_value":109,"lemma":"אָדַב","transliteration":"ʼâdab","pronunciation":"aw-dab'","derivation":"a primitive root;","strongs_definition":"to languish","kjv_definition":"grieve."} +{"id":"H110","strongs_number":"H110","system":"hebrew","language":"hebrew","number_value":110,"lemma":"אַדְבְּאֵל","transliteration":"ʼAdbᵉʼêl","pronunciation":"ad-beh-ale'","derivation":"probably from H109 (אָדַב) (in the sense of chastisement) and H410 (אֵל); disciplined of God;","strongs_definition":"Adbeel, a son of Ishmael","kjv_definition":"Adbeel."} +{"id":"H111","strongs_number":"H111","system":"hebrew","language":"hebrew","number_value":111,"lemma":"אֲדַד","transliteration":"ʼĂdad","pronunciation":"ad-ad'","derivation":"probably an orthographical variation for H2301 (חֲדַד);","strongs_definition":"Adad (or Hadad), an Edomite","kjv_definition":"Hadad."} +{"id":"H112","strongs_number":"H112","system":"hebrew","language":"hebrew","number_value":112,"lemma":"אִדּוֹ","transliteration":"ʼIddôw","pronunciation":"id-do","derivation":"of uncertain derivation;","strongs_definition":"Iddo, an Israelite","kjv_definition":"Iddo."} +{"id":"H113","strongs_number":"H113","system":"hebrew","language":"hebrew","number_value":113,"lemma":"אָדוֹן","transliteration":"ʼâdôwn","pronunciation":"aw-done'","derivation":"or (shortened) אָדֹן; from an unused root (meaning to rule);","strongs_definition":"sovereign, i.e. controller (human or divine)","kjv_definition":"lord, master, owner. Compare also names beginning with 'Adoni-'."} +{"id":"H114","strongs_number":"H114","system":"hebrew","language":"hebrew","number_value":114,"lemma":"אַדּוֹן","transliteration":"ʼAddôwn","pronunciation":"ad-done'","derivation":"probably intensive for H113 (אָדוֹן); powerful;","strongs_definition":"Addon, apparently an Israelite","kjv_definition":"Addon."} +{"id":"H115","strongs_number":"H115","system":"hebrew","language":"hebrew","number_value":115,"lemma":"אֲדוֹרַיִם","transliteration":"ʼĂdôwrayim","pronunciation":"ad-o-rah'-yim","derivation":"dual from H142 (אָדַר) (in the sense of eminence); double mound;","strongs_definition":"Adorajim, a place in Palestine","kjv_definition":"Adoraim."} +{"id":"H116","strongs_number":"H116","system":"hebrew","language":"hebrew","number_value":116,"lemma":"אֱדַיִן","transliteration":"ʼĕdayin","pronunciation":"ed-ah'-yin","derivation":"(Aramaic) of uncertain derivation;","strongs_definition":"then (of time)","kjv_definition":"now, that time, then."} +{"id":"H117","strongs_number":"H117","system":"hebrew","language":"hebrew","number_value":117,"lemma":"אַדִּיר","transliteration":"ʼaddîyr","pronunciation":"ad-deer'","derivation":"from H142 (אָדַר);","strongs_definition":"wide or (generally) large; figuratively, powerful","kjv_definition":"excellent, famous, gallant, glorious, goodly, lordly, mighty(-ier one), noble, principal, worthy."} +{"id":"H118","strongs_number":"H118","system":"hebrew","language":"hebrew","number_value":118,"lemma":"אֲדַלְיָא","transliteration":"ʼĂdalyâʼ","pronunciation":"ad-al-yaw'","derivation":"of Persian derivation;","strongs_definition":"Adalja, a son of Haman","kjv_definition":"Adalia."} +{"id":"H119","strongs_number":"H119","system":"hebrew","language":"hebrew","number_value":119,"lemma":"אָדַם","transliteration":"ʼâdam","pronunciation":"aw-dam'","derivation":"to show blood (in the face), i.e.","strongs_definition":"flush or turn rosy","kjv_definition":"be (dyed, made) red (ruddy)."} +{"id":"H120","strongs_number":"H120","system":"hebrew","language":"hebrew","number_value":120,"lemma":"אָדָם","transliteration":"ʼâdâm","pronunciation":"aw-dawm'","derivation":"from H119 (אָדַם);","strongs_definition":"ruddy i.e. a human being (an individual or the species, mankind, etc.)","kjv_definition":"[idiom] another, [phrase] hypocrite, [phrase] common sort, [idiom] low, man (mean, of low degree), person."} +{"id":"H121","strongs_number":"H121","system":"hebrew","language":"hebrew","number_value":121,"lemma":"אָדָם","transliteration":"ʼÂdâm","pronunciation":"aw-dawm'","derivation":"the same as H120 (אָדָם);","strongs_definition":"Adam the name of the first man, also of a place in Palestine","kjv_definition":"Adam."} +{"id":"H122","strongs_number":"H122","system":"hebrew","language":"hebrew","number_value":122,"lemma":"אָדֹם","transliteration":"ʼâdôm","pronunciation":"aw-dome'","derivation":"from H119 (אָדַם);","strongs_definition":"rosy","kjv_definition":"red, ruddy."} +{"id":"H123","strongs_number":"H123","system":"hebrew","language":"hebrew","number_value":123,"lemma":"אֱדֹם","transliteration":"ʼĔdôm","pronunciation":"ed-ome'","derivation":"or (fully) אֱדוֹם ; from H122 (אָדֹם); red (see Genesis 25:25);","strongs_definition":"Edom, the elder twin-brother of Jacob; hence the region (Idumaea) occupied by him","kjv_definition":"Edom, Edomites, Idumea."} +{"id":"H124","strongs_number":"H124","system":"hebrew","language":"hebrew","number_value":124,"lemma":"אֹדֶם","transliteration":"ʼôdem","pronunciation":"o'-dem","derivation":"from H119 (אָדַם);","strongs_definition":"redness, i.e. the ruby, garnet, or some other red gem","kjv_definition":"sardius."} +{"id":"H125","strongs_number":"H125","system":"hebrew","language":"hebrew","number_value":125,"lemma":"אֲדַמְדָּם","transliteration":"ʼădamdâm","pronunciation":"ad-am-dawm'","derivation":"reduplicated from H119 (אָדַם);","strongs_definition":"reddish","kjv_definition":"(somewhat) reddish."} +{"id":"H126","strongs_number":"H126","system":"hebrew","language":"hebrew","number_value":126,"lemma":"אַדְמָה","transliteration":"ʼAdmâh","pronunciation":"ad-maw'","derivation":"contracted for H127 (אֲדָמָה); earthy;","strongs_definition":"Admah, a place near the Dead Sea","kjv_definition":"Admah."} +{"id":"H127","strongs_number":"H127","system":"hebrew","language":"hebrew","number_value":127,"lemma":"אֲדָמָה","transliteration":"ʼădâmâh","pronunciation":"ad-aw-maw'","derivation":"from H119 (אָדַם);","strongs_definition":"soil (from its general redness)","kjv_definition":"country, earth, ground, husband(-man) (-ry), land."} +{"id":"H128","strongs_number":"H128","system":"hebrew","language":"hebrew","number_value":128,"lemma":"אֲדָמָה","transliteration":"ʼĂdâmâh","pronunciation":"ad-aw-maw'","derivation":"the same as H127 (אֲדָמָה);","strongs_definition":"Adamah, a place in Palestine","kjv_definition":"Adamah."} +{"id":"H129","strongs_number":"H129","system":"hebrew","language":"hebrew","number_value":129,"lemma":"אֲדָמִי","transliteration":"ʼĂdâmîy","pronunciation":"ad-aw-mee'","derivation":"from H127 (אֲדָמָה); earthy;","strongs_definition":"Adami, a place in Palestine","kjv_definition":"Adami."} +{"id":"H130","strongs_number":"H130","system":"hebrew","language":"hebrew","number_value":130,"lemma":"אֱדֹמִי","transliteration":"ʼĔdômîy","pronunciation":"ed-o-mee'","derivation":"or (fully) אֱדוֹמִי ; patronymic from H123 (אֱדֹם); See H726 (אֲרוֹמִי).","strongs_definition":"an Edomite, or descendants from (or inhabitants of) Edom","kjv_definition":"Edomite."} +{"id":"H131","strongs_number":"H131","system":"hebrew","language":"hebrew","number_value":131,"lemma":"אֲדֻמִּים","transliteration":"ʼĂdummîym","pronunciation":"ad-oom-meem'","derivation":"plural of H121 (אָדָם); red spots;","strongs_definition":"Adummim, a pass in Palestine","kjv_definition":"Adummim."} +{"id":"H132","strongs_number":"H132","system":"hebrew","language":"hebrew","number_value":132,"lemma":"אַדְמֹנִי","transliteration":"ʼadmônîy","pronunciation":"ad-mo-nee'","derivation":"or (fully) אַדְמוֹנִי ; from H119 (אָדַם);","strongs_definition":"reddish (of the hair or the complexion)","kjv_definition":"red, ruddy."} +{"id":"H133","strongs_number":"H133","system":"hebrew","language":"hebrew","number_value":133,"lemma":"אַדְמָתָא","transliteration":"ʼAdmâthâʼ","pronunciation":"ad-maw-thaw'","derivation":"probably of Persian derivation;","strongs_definition":"Admatha, a Persian nobleman","kjv_definition":"Admatha."} +{"id":"H134","strongs_number":"H134","system":"hebrew","language":"hebrew","number_value":134,"lemma":"אֶדֶן","transliteration":"ʼeden","pronunciation":"eh'-den","derivation":"from the same as H113 (אָדוֹן) (in the sense of strength);","strongs_definition":"a basis (of a building, a column, etc.)","kjv_definition":"foundation, socket."} +{"id":"H135","strongs_number":"H135","system":"hebrew","language":"hebrew","number_value":135,"lemma":"אַדָּן","transliteration":"ʼAddân","pronunciation":"ad-dawn'","derivation":"intensive from the same as H134 (אֶדֶן); firm;","strongs_definition":"Addan, an Israelite","kjv_definition":"Addan."} +{"id":"H136","strongs_number":"H136","system":"hebrew","language":"hebrew","number_value":136,"lemma":"אֲדֹנָי","transliteration":"ʼĂdônây","pronunciation":"ad-o-noy'","derivation":"an emphatic form of H113 (אָדוֹן);","strongs_definition":"the Lord (used as a proper name of God only)","kjv_definition":"(my) Lord."} +{"id":"H137","strongs_number":"H137","system":"hebrew","language":"hebrew","number_value":137,"lemma":"אֲדֹנִי־בֶזֶק","transliteration":"ʼĂdônîy-Bezeq","pronunciation":"ad-o''-nee-beh'-zek","derivation":"from H113 (אָדוֹן) and H966 (בֶּזֶק); lord of Bezek;","strongs_definition":"Adoni-Bezek; a Canaanitish king","kjv_definition":"Adonibezek."} +{"id":"H138","strongs_number":"H138","system":"hebrew","language":"hebrew","number_value":138,"lemma":"אֲדֹנִיָּה","transliteration":"ʼĂdônîyâh","pronunciation":"ad-o-nee-yaw'","derivation":"original (prolonged) אֲדֹנִיָּהוּ ; from H113 (אָדוֹן) and H3050 (יָהּ); lord (i.e. worshipper) of Jah;","strongs_definition":"Adonijah, the name of three Israelites","kjv_definition":"Adonijah."} +{"id":"H139","strongs_number":"H139","system":"hebrew","language":"hebrew","number_value":139,"lemma":"אֲדֹנִי־צֶדֶק","transliteration":"ʼĂdônîy-Tsedeq","pronunciation":"ad-o''-nee-tseh'-dek","derivation":"from H113 (אָדוֹן) and H6664 (צֶדֶק); lord of justice;","strongs_definition":"Adoni-Tsedek, a Canaanitish king","kjv_definition":"Adonizedec."} +{"id":"H140","strongs_number":"H140","system":"hebrew","language":"hebrew","number_value":140,"lemma":"אֲדֹנִיקָם","transliteration":"ʼĂdônîyqâm","pronunciation":"ad-o-nee-kawm'","derivation":"from H113 (אָדוֹן) and H6965 (קוּם); lord of rising (i.e. high);","strongs_definition":"Adonikam, the name of one or two Israelites","kjv_definition":"Adonikam."} +{"id":"H141","strongs_number":"H141","system":"hebrew","language":"hebrew","number_value":141,"lemma":"אֲדֹנִירָם","transliteration":"ʼĂdônîyrâm","pronunciation":"ad-o-nee-rawm'","derivation":"from H113 (אָדוֹן) and H7311 (רוּם); lord of height;","strongs_definition":"Adoniram, an Israelite","kjv_definition":"Adoniram."} +{"id":"H142","strongs_number":"H142","system":"hebrew","language":"hebrew","number_value":142,"lemma":"אָדַר","transliteration":"ʼâdar","pronunciation":"aw-dar'","derivation":"a primitive root;","strongs_definition":"to expand, i.e. be great or (figuratively) magnificent","kjv_definition":"(become) glorious, honourable."} +{"id":"H143","strongs_number":"H143","system":"hebrew","language":"hebrew","number_value":143,"lemma":"אֲדָר","transliteration":"ʼĂdâr","pronunciation":"ad-awr'","derivation":"probably of foreign derivation; perhaps meaning fire;","strongs_definition":"Adar, the 12th Hebrew month","kjv_definition":"Adar."} +{"id":"H144","strongs_number":"H144","system":"hebrew","language":"hebrew","number_value":144,"lemma":"אֲדָר","transliteration":"ʼĂdâr","pronunciation":"ad-awr'","derivation":"(Aramaic) corresponding to H143 (אֲדָר)","strongs_definition":"{Adar, the 12th Hebrew month}","kjv_definition":"Adar."} +{"id":"H145","strongs_number":"H145","system":"hebrew","language":"hebrew","number_value":145,"lemma":"אֶדֶר","transliteration":"ʼeder","pronunciation":"eh'-der","derivation":"from H142 (אָדַר);","strongs_definition":"amplitude, i.e. (concrete) a mantle; also (figuratively) splendor","kjv_definition":"goodly, robe."} +{"id":"H146","strongs_number":"H146","system":"hebrew","language":"hebrew","number_value":146,"lemma":"אַדָּר","transliteration":"ʼAddâr","pronunciation":"ad-dawr'","derivation":"intensive from H142 (אָדַר); ample;","strongs_definition":"Addar, a place in Palestine; also an Israelite","kjv_definition":"Addar."} +{"id":"H147","strongs_number":"H147","system":"hebrew","language":"hebrew","number_value":147,"lemma":"אִדַּר","transliteration":"ʼiddar","pronunciation":"id-dar'","derivation":"(Aramaic) intensive, from a root corresponding to H142 (אָדַר);","strongs_definition":"ample, i.e. a threshing-floor","kjv_definition":"threshingfloor."} +{"id":"H148","strongs_number":"H148","system":"hebrew","language":"hebrew","number_value":148,"lemma":"אֲדַרְגָּזֵר","transliteration":"ʼădargâzêr","pronunciation":"ad-ar''-gaw-zare'","derivation":"(Aramaic) from the same as H147 (אִדַּר), and H1505 (גְּזַר);","strongs_definition":"a chief diviner, or astrologer","kjv_definition":"judge."} +{"id":"H149","strongs_number":"H149","system":"hebrew","language":"hebrew","number_value":149,"lemma":"אַדְרַזְדָּא","transliteration":"ʼadrazdâʼ","pronunciation":"ad-raz-daw'","derivation":"(Aramaic) probably of Persian origin;","strongs_definition":"quickly or carefully","kjv_definition":"diligently."} +{"id":"H150","strongs_number":"H150","system":"hebrew","language":"hebrew","number_value":150,"lemma":"אֲדַרְכֹּן","transliteration":"ʼădarkôn","pronunciation":"ad-ar-kone'","derivation":"of Persian origin;","strongs_definition":"a daric or Persian coin","kjv_definition":"dram."} +{"id":"H151","strongs_number":"H151","system":"hebrew","language":"hebrew","number_value":151,"lemma":"אֲדֹרָם","transliteration":"ʼĂdôrâm","pronunciation":"ad-o-rawm'","derivation":"contracted for H141 (אֲדֹנִירָם);","strongs_definition":"Adoram (or Adoniram), an Israelite","kjv_definition":"Adoram."} +{"id":"H152","strongs_number":"H152","system":"hebrew","language":"hebrew","number_value":152,"lemma":"אֲדְרַמֶּלֶךְ","transliteration":"ʼĂdrammelek","pronunciation":"ad-ram-meh'-lek","derivation":"from H142 (אָדַר) and H4428 (מֶלֶךְ); splendor of (the) king;","strongs_definition":"Adrammelek, the name of an Assyrian idol, also of a son of Sennacherib","kjv_definition":"Adrammelech."} +{"id":"H153","strongs_number":"H153","system":"hebrew","language":"hebrew","number_value":153,"lemma":"אֶדְרָע","transliteration":"ʼedrâʻ","pronunciation":"ed-raw'","derivation":"(Aramaic) an orthographical variation for H1872 (דְּרַע);","strongs_definition":"an arm, i.e. (figuratively) power","kjv_definition":"force."} +{"id":"H154","strongs_number":"H154","system":"hebrew","language":"hebrew","number_value":154,"lemma":"אֶדְרֶעִי","transliteration":"ʼedreʻîy","pronunciation":"ed-reh'-ee","derivation":"from the equivalent of H153 (אֶדְרָע); mighty;","strongs_definition":"Edrei, the name of two places in Palestine","kjv_definition":"Edrei."} +{"id":"H155","strongs_number":"H155","system":"hebrew","language":"hebrew","number_value":155,"lemma":"אַדֶּרֶת","transliteration":"ʼaddereth","pronunciation":"ad-deh'-reth","derivation":"feminine of H117 (אַדִּיר); ; also the same as H145 (אֶדֶר)","strongs_definition":"something ample (as a large vine, a wide dress)","kjv_definition":"garment, glory, goodly, mantle, robe."} +{"id":"H156","strongs_number":"H156","system":"hebrew","language":"hebrew","number_value":156,"lemma":"אָדַשׁ","transliteration":"ʼâdash","pronunciation":"aw-dash'","derivation":"a primitive root;","strongs_definition":"to tread out (grain)","kjv_definition":"thresh."} +{"id":"H157","strongs_number":"H157","system":"hebrew","language":"hebrew","number_value":157,"lemma":"אָהַב","transliteration":"ʼâhab","pronunciation":"aw-hab'","derivation":"or אָהֵב ; a primitive root;","strongs_definition":"to have affection for (sexually or otherwise)","kjv_definition":"(be-) love(-d, -ly, -r), like, friend."} +{"id":"H158","strongs_number":"H158","system":"hebrew","language":"hebrew","number_value":158,"lemma":"אַהַב","transliteration":"ʼahab","pronunciation":"ah'-hab","derivation":"from H157 (אָהַב);","strongs_definition":"affection (in a good or a bad sense)","kjv_definition":"love(-r)."} +{"id":"H159","strongs_number":"H159","system":"hebrew","language":"hebrew","number_value":159,"lemma":"אֹהַב","transliteration":"ʼôhab","pronunciation":"o'-hab","derivation":"from H156 (אָדַשׁ); meaning the same as H158 (אַהַב)","strongs_definition":"{affection (in a good or a bad sense)}","kjv_definition":"love."} +{"id":"H160","strongs_number":"H160","system":"hebrew","language":"hebrew","number_value":160,"lemma":"אַהֲבָה","transliteration":"ʼahăbâh","pronunciation":"a-hab-aw","derivation":"feminine of H158 (אַהַב) and meaning the same","strongs_definition":"{affection (in a good or a bad sense)}","kjv_definition":"love."} +{"id":"H161","strongs_number":"H161","system":"hebrew","language":"hebrew","number_value":161,"lemma":"אֹהַד","transliteration":"ʼÔhad","pronunciation":"o'-had","derivation":"from an unused root meaning to be united; unity;","strongs_definition":"Ohad, an Israelite","kjv_definition":"Ohad."} +{"id":"H162","strongs_number":"H162","system":"hebrew","language":"hebrew","number_value":162,"lemma":"אֲהָהּ","transliteration":"ʼăhâhh","pronunciation":"a-haw'","derivation":"apparently a primitive word expressing pain exclamatorily;","strongs_definition":"Oh!","kjv_definition":"ah, alas."} +{"id":"H163","strongs_number":"H163","system":"hebrew","language":"hebrew","number_value":163,"lemma":"אַהֲוָא","transliteration":"ʼAhăvâʼ","pronunciation":"a-hav-aw'","derivation":"probably of foreign origin;","strongs_definition":"Ahava, a river of Babylonia","kjv_definition":"Ahava."} +{"id":"H164","strongs_number":"H164","system":"hebrew","language":"hebrew","number_value":164,"lemma":"אֵהוּד","transliteration":"ʼÊhûwd","pronunciation":"ay-hood'","derivation":"from the same as H161 (אֹהַד); united;","strongs_definition":"Ehud, the name of two or three Israelites","kjv_definition":"Ehud."} +{"id":"H165","strongs_number":"H165","system":"hebrew","language":"hebrew","number_value":165,"lemma":"אֱהִי","transliteration":"ʼĕhîy","pronunciation":"e-hee'","derivation":"apparently an orthographical variation for H346 (אַיֵּה);","strongs_definition":"where","kjv_definition":"I will be (Hosea 13:10,14) (which is often the rendering of the same Hebrew form from H1961 (הָיָה))."} +{"id":"H166","strongs_number":"H166","system":"hebrew","language":"hebrew","number_value":166,"lemma":"אָהַל","transliteration":"ʼâhal","pronunciation":"aw-hal'","derivation":"a primitive root;","strongs_definition":"to be clear","kjv_definition":"shine."} +{"id":"H167","strongs_number":"H167","system":"hebrew","language":"hebrew","number_value":167,"lemma":"אָהַל","transliteration":"ʼâhal","pronunciation":"aw-hal'","derivation":"a denominative from H168 (אֹהֶל);","strongs_definition":"to tent","kjv_definition":"pitch (remove) a tent."} +{"id":"H168","strongs_number":"H168","system":"hebrew","language":"hebrew","number_value":168,"lemma":"אֹהֶל","transliteration":"ʼôhel","pronunciation":"o'-hel","derivation":"from H166 (אָהַל);","strongs_definition":"a tent (as clearly conspicuous from a distance)","kjv_definition":"covering, (dwelling) (place), home, tabernacle, tent."} +{"id":"H169","strongs_number":"H169","system":"hebrew","language":"hebrew","number_value":169,"lemma":"אֹהֶל","transliteration":"ʼÔhel","pronunciation":"o'-hel","derivation":"the same as H168 (אֹהֶל);","strongs_definition":"Ohel, an Israelite","kjv_definition":"Ohel."} +{"id":"H170","strongs_number":"H170","system":"hebrew","language":"hebrew","number_value":170,"lemma":"אׇהֳלָה","transliteration":"ʼOhŏlâh","pronunciation":"o-hol-aw'","derivation":"in form a feminine of H168 (אֹהֶל), but in fact for אׇהֳלָהּ; from H168 (אֹהֶל); her tent (i.e. idolatrous sanctuary);","strongs_definition":"Oholah, a symbolic name for Samaria","kjv_definition":"Aholah."} +{"id":"H171","strongs_number":"H171","system":"hebrew","language":"hebrew","number_value":171,"lemma":"אׇהֳלִיאָב","transliteration":"ʼOhŏlîyʼâb","pronunciation":"o''-hol-e-awb'","derivation":"from H168 (אֹהֶל) and H1 (אָב); tent of (his) father;","strongs_definition":"Oholiab, an Israelite","kjv_definition":"Aholiab."} +{"id":"H172","strongs_number":"H172","system":"hebrew","language":"hebrew","number_value":172,"lemma":"אׇהֳלִיבָה","transliteration":"ʼOhŏlîybâh","pronunciation":"o''-hol-ee-baw'","derivation":"(similarly with H170 (אׇהֳלָה)) for אׇהֳלִיבָהּ ; from H168 (אֹהֶל); my tent (is) in her;","strongs_definition":"Oholibah, a symbolic name for Judah","kjv_definition":"Aholibah."} +{"id":"H173","strongs_number":"H173","system":"hebrew","language":"hebrew","number_value":173,"lemma":"אׇהֳלִיבָמָה","transliteration":"ʼOhŏlîybâmâh","pronunciation":"o''-hol-ee-baw-maw'","derivation":"from H168 (אֹהֶל) and H1116 (בָּמָה); tent of (the) height;","strongs_definition":"Oholibamah, a wife of Esau","kjv_definition":"Aholibamah."} +{"id":"H174","strongs_number":"H174","system":"hebrew","language":"hebrew","number_value":174,"lemma":"אֲהָלִים","transliteration":"ʼăhâlîym","pronunciation":"a-haw-leem'","derivation":"or (feminine) אֲהָלוֹת (only used thus in the plural); of foreign origin;","strongs_definition":"aloe wood (i.e. sticks)","kjv_definition":"(tree of lign-) aloes."} +{"id":"H175","strongs_number":"H175","system":"hebrew","language":"hebrew","number_value":175,"lemma":"אַהֲרוֹן","transliteration":"ʼAhărôwn","pronunciation":"a-har-one'","derivation":"of uncertain derivation;","strongs_definition":"Aharon, the brother of Moses","kjv_definition":"Aaron."} +{"id":"H176","strongs_number":"H176","system":"hebrew","language":"hebrew","number_value":176,"lemma":"אוֹ","transliteration":"ʼôw","pronunciation":"o","derivation":"presumed to be the 'constructive' or genitival form of אַו ; short for H185 (אַוָּה);","strongs_definition":"desire (and so probably in Proverbs 31:4); hence (by way of alternative) or, also if","kjv_definition":"also, and, either, if, at the least, [idiom] nor, or, otherwise, then, whether."} +{"id":"H177","strongs_number":"H177","system":"hebrew","language":"hebrew","number_value":177,"lemma":"אוּאֵל","transliteration":"ʼÛwʼêl","pronunciation":"oo-ale'","derivation":"from H176 (אוֹ) and H410 (אֵל); wish of God;","strongs_definition":"Uel, and Israelite","kjv_definition":"Uel."} +{"id":"H178","strongs_number":"H178","system":"hebrew","language":"hebrew","number_value":178,"lemma":"אוֹב","transliteration":"ʼôwb","pronunciation":"obe","derivation":"from the same as H1 (אָב) (apparently through the idea of prattling a father's name);","strongs_definition":"properly, a mumble, i.e. a water skin (from its hollow sound); hence a necromancer (ventriloquist, as from a jar)","kjv_definition":"bottle, familiar spirit."} +{"id":"H179","strongs_number":"H179","system":"hebrew","language":"hebrew","number_value":179,"lemma":"אוֹבִיל","transliteration":"ʼôwbîyl","pronunciation":"o-beel'","derivation":"probably from H56 (אָבַל); mournful;","strongs_definition":"Obil, an Ishmaelite","kjv_definition":"Obil."} +{"id":"H180","strongs_number":"H180","system":"hebrew","language":"hebrew","number_value":180,"lemma":"אוּבָל","transliteration":"ʼûwbâl","pronunciation":"oo-bawl'","derivation":"or (shortened) אֻבָל ; from H2986 (יָבַל) (in the sense of H2988 (יָבָל));","strongs_definition":"a stream","kjv_definition":"river."} +{"id":"H181","strongs_number":"H181","system":"hebrew","language":"hebrew","number_value":181,"lemma":"אוּד","transliteration":"ʼûwd","pronunciation":"ood","derivation":"from an unused root meaning to rake together;","strongs_definition":"a poker (for turning or gathering embers)","kjv_definition":"(fire-) brand."} +{"id":"H182","strongs_number":"H182","system":"hebrew","language":"hebrew","number_value":182,"lemma":"אוֹדוֹת","transliteration":"ʼôwdôwth","pronunciation":"o-doth'","derivation":"or (shortened) אֹדוֹת (only thus in the plural); from the same as H181 (אוּד);","strongs_definition":"turnings (i.e. occasions); (adverb) on account of","kjv_definition":"(be-) cause, concerning, sake."} +{"id":"H183","strongs_number":"H183","system":"hebrew","language":"hebrew","number_value":183,"lemma":"אָוָה","transliteration":"ʼâvâh","pronunciation":"aw-vaw'","derivation":"a primitive root;","strongs_definition":"to wish for","kjv_definition":"covet, (greatly) desire, be desirous, long, lust (after)."} +{"id":"H184","strongs_number":"H184","system":"hebrew","language":"hebrew","number_value":184,"lemma":"אָוָה","transliteration":"ʼâvâh","pronunciation":"aw-vaw'","derivation":"a primitive root;","strongs_definition":"to extend or mark out","kjv_definition":"point out."} +{"id":"H185","strongs_number":"H185","system":"hebrew","language":"hebrew","number_value":185,"lemma":"אַוָּה","transliteration":"ʼavvâh","pronunciation":"av-vaw'","derivation":"from H183 (אָוָה);","strongs_definition":"longing","kjv_definition":"desire, lust after, pleasure."} +{"id":"H186","strongs_number":"H186","system":"hebrew","language":"hebrew","number_value":186,"lemma":"אוּזַי","transliteration":"ʼÛwzay","pronunciation":"oo-zah'-ee","derivation":"perhaps by permutation for H5813 (עֻזִּי), strong;","strongs_definition":"Uzai, an Israelite","kjv_definition":"Uzai."} +{"id":"H187","strongs_number":"H187","system":"hebrew","language":"hebrew","number_value":187,"lemma":"אוּזָל","transliteration":"ʼÛwzâl","pronunciation":"oo-zawl'","derivation":"of uncertain derivation;","strongs_definition":"Uzal, a son of Joktan","kjv_definition":"Uzal."} +{"id":"H188","strongs_number":"H188","system":"hebrew","language":"hebrew","number_value":188,"lemma":"אוֹי","transliteration":"ʼôwy","pronunciation":"o'-ee","derivation":"probably from H183 (אָוָה) (in the sense of crying out after);","strongs_definition":"lamentation; also interjectionally Oh!","kjv_definition":"alas, woe."} +{"id":"H189","strongs_number":"H189","system":"hebrew","language":"hebrew","number_value":189,"lemma":"אֱוִי","transliteration":"ʼĔvîy","pronunciation":"ev-ee'","derivation":"probably from H183 (אָוָה); desirous;","strongs_definition":"Evi, a Midianitish chief","kjv_definition":"Evi."} +{"id":"H190","strongs_number":"H190","system":"hebrew","language":"hebrew","number_value":190,"lemma":"אוֹיָה","transliteration":"ʼôwyâh","pronunciation":"o-yaw'","derivation":"feminine of H188 (אוֹי)","strongs_definition":"{lamentation; also interjectionally Oh!}","kjv_definition":"woe."} +{"id":"H191","strongs_number":"H191","system":"hebrew","language":"hebrew","number_value":191,"lemma":"אֱוִיל","transliteration":"ʼĕvîyl","pronunciation":"ev-eel'","derivation":"from an unused root (meaning to be perverse);","strongs_definition":"(figuratively) silly","kjv_definition":"fool(-ish) (man)."} +{"id":"H192","strongs_number":"H192","system":"hebrew","language":"hebrew","number_value":192,"lemma":"אֱוִיל מְרֹדַךְ","transliteration":"ʼĔvîyl Mᵉrôdak","pronunciation":"ev-eel' mer-o-dak'","derivation":"of Aramaic derivation and probably meaning soldier of Merodak;","strongs_definition":"Evil-Merodak, a Babylonian king","kjv_definition":"Evil-merodach."} +{"id":"H193","strongs_number":"H193","system":"hebrew","language":"hebrew","number_value":193,"lemma":"אוּל","transliteration":"ʼûwl","pronunciation":"ool","derivation":"from an unused root meaning to twist, i.e. (by implication) be strong;","strongs_definition":"the body (as being rolled together); also powerful","kjv_definition":"mighty, strength."} +{"id":"H194","strongs_number":"H194","system":"hebrew","language":"hebrew","number_value":194,"lemma":"אוּלַי","transliteration":"ʼûwlay","pronunciation":"oo-lah'ee","derivation":"or (shortened) אֻלַי; from H176 (אוֹ);","strongs_definition":"if not; hence perhaps","kjv_definition":"if so be, may be, peradventure, unless."} +{"id":"H195","strongs_number":"H195","system":"hebrew","language":"hebrew","number_value":195,"lemma":"אוּלַי","transliteration":"ʼÛwlay","pronunciation":"oo-lah'ee","derivation":"of Persian derivation;","strongs_definition":"the Ulai (or Eulaeus), a river of Persia","kjv_definition":"Ulai."} +{"id":"H196","strongs_number":"H196","system":"hebrew","language":"hebrew","number_value":196,"lemma":"אֱוִלִי","transliteration":"ʼĕvilîy","pronunciation":"ev-ee-lee'","derivation":"from H191 (אֱוִיל);","strongs_definition":"silly, foolish; hence (morally) impious","kjv_definition":"foolish."} +{"id":"H197","strongs_number":"H197","system":"hebrew","language":"hebrew","number_value":197,"lemma":"אוּלָם","transliteration":"ʼûwlâm","pronunciation":"oo-lawm'","derivation":"or (shortened), אֻלָם ; from H481 (אָלַם) (in the sense of tying);","strongs_definition":"a vestibule (as bound to the building)","kjv_definition":"porch."} +{"id":"H198","strongs_number":"H198","system":"hebrew","language":"hebrew","number_value":198,"lemma":"אוּלָם","transliteration":"ʼÛwlâm","pronunciation":"oo-lawm'","derivation":"appar, from H481 (אָלַם) (in the sense of dumbness); solitary;","strongs_definition":"Ulam, the name of two Israelites","kjv_definition":"Ulam."} +{"id":"H199","strongs_number":"H199","system":"hebrew","language":"hebrew","number_value":199,"lemma":"אוּלָם","transliteration":"ʼûwlâm","pronunciation":"oo-lawm'","derivation":"apparently a variation of H194 (אוּלַי);","strongs_definition":"however or on the contrary","kjv_definition":"as for, but, howbeit, in very deed, surely, truly, wherefore."} +{"id":"H200","strongs_number":"H200","system":"hebrew","language":"hebrew","number_value":200,"lemma":"אִוֶּלֶת","transliteration":"ʼivveleth","pronunciation":"iv-veh'-leth","derivation":"from the same as H191 (אֱוִיל);","strongs_definition":"silliness","kjv_definition":"folly, foolishly(-ness)."} +{"id":"H201","strongs_number":"H201","system":"hebrew","language":"hebrew","number_value":201,"lemma":"אוֹמָר","transliteration":"ʼÔwmâr","pronunciation":"o-mawr'","derivation":"from H559 (אָמַר); talkative;","strongs_definition":"Omar, a grandson of Esau","kjv_definition":"Omar."} +{"id":"H202","strongs_number":"H202","system":"hebrew","language":"hebrew","number_value":202,"lemma":"אוֹן","transliteration":"ʼôwn","pronunciation":"one","derivation":"probably from the same as H205 (אָוֶן) (in the sense of effort, but successful);","strongs_definition":"ability, power, (figuratively) wealth","kjv_definition":"force, goods, might, strength, substance."} +{"id":"H203","strongs_number":"H203","system":"hebrew","language":"hebrew","number_value":203,"lemma":"אוֹן","transliteration":"ʼÔwn","pronunciation":"one","derivation":"the same as H202 (אוֹן);","strongs_definition":"On, an Israelite","kjv_definition":"On."} +{"id":"H204","strongs_number":"H204","system":"hebrew","language":"hebrew","number_value":204,"lemma":"אוֹן","transliteration":"ʼÔwn","pronunciation":"one","derivation":"or (shortened); אֹן; of Egyptian derivation;","strongs_definition":"On, a city of Egypt","kjv_definition":"On."} +{"id":"H205","strongs_number":"H205","system":"hebrew","language":"hebrew","number_value":205,"lemma":"אָוֶן","transliteration":"ʼâven","pronunciation":"aw-ven'","derivation":"from an unused root perhaps meaning properly, to pant (hence, to exert oneself, usually in vain; to come to naught);","strongs_definition":"strictly nothingness; also trouble. vanity, wickedness; specifically an idol","kjv_definition":"affliction, evil, false, idol, iniquity, mischief, mourners(-ing), naught, sorrow, unjust, unrighteous, vain, vanity, wicked(-ness). Compare H369 (אַיִן)."} +{"id":"H206","strongs_number":"H206","system":"hebrew","language":"hebrew","number_value":206,"lemma":"אָוֶן","transliteration":"ʼÂven","pronunciation":"aw'-ven","derivation":"the same as H205 (אָוֶן); idolatry;","strongs_definition":"Aven, the contemptuous synonym of three places, one in Coele-Syria, one in Egypt (On), and one in Palestine (Bethel)","kjv_definition":"Aven. See also H204 (אוֹן), H1007 (בֵּית אָוֶן)."} +{"id":"H207","strongs_number":"H207","system":"hebrew","language":"hebrew","number_value":207,"lemma":"אוֹנוֹ","transliteration":"ʼÔwnôw","pronunciation":"o-no'","derivation":"or (shortened) אֹנוֹ; prolonged from H202 (אוֹן); strong;","strongs_definition":"Ono, a place in Palestine","kjv_definition":"Ono."} +{"id":"H208","strongs_number":"H208","system":"hebrew","language":"hebrew","number_value":208,"lemma":"אוֹנָם","transliteration":"ʼÔwnâm","pronunciation":"o-nawm'","derivation":"a variation of H209 (אוֹנָן); strong;","strongs_definition":"Onam, the name of an Edomite and of an Israelite","kjv_definition":"Onam."} +{"id":"H209","strongs_number":"H209","system":"hebrew","language":"hebrew","number_value":209,"lemma":"אוֹנָן","transliteration":"ʼÔwnân","pronunciation":"o-nawn'","derivation":"a variation of H207 (אוֹנוֹ); strong;","strongs_definition":"Onan, a son of Judah","kjv_definition":"Onan."} +{"id":"H210","strongs_number":"H210","system":"hebrew","language":"hebrew","number_value":210,"lemma":"אוּפָז","transliteration":"ʼÛwphâz","pronunciation":"oo-fawz'","derivation":"perhaps a corruption of H211 (אוֹפִיר);","strongs_definition":"Uphaz, a famous gold region","kjv_definition":"Uphaz."} +{"id":"H211","strongs_number":"H211","system":"hebrew","language":"hebrew","number_value":211,"lemma":"אוֹפִיר","transliteration":"ʼÔwphîyr","pronunciation":"o-feer'","derivation":"or (shortened) אֹפִיר; and אוֹפִר; of uncertain derivation;","strongs_definition":"Ophir, the name of a son of Joktan, and of a gold region in the East","kjv_definition":"Ophir."} +{"id":"H212","strongs_number":"H212","system":"hebrew","language":"hebrew","number_value":212,"lemma":"אוֹפָן","transliteration":"ʼôwphân","pronunciation":"o-fawn'","derivation":"or (shortened) אֹפָן; from an unused root meaning to revolve;","strongs_definition":"a wheel","kjv_definition":"wheel."} +{"id":"H213","strongs_number":"H213","system":"hebrew","language":"hebrew","number_value":213,"lemma":"אוּץ","transliteration":"ʼûwts","pronunciation":"oots","derivation":"a primitive root;","strongs_definition":"to press; (by implication) to be close, hurry, withdraw","kjv_definition":"(make) haste(-n, -y), labor, be narrow."} +{"id":"H214","strongs_number":"H214","system":"hebrew","language":"hebrew","number_value":214,"lemma":"אוֹצָר","transliteration":"ʼôwtsâr","pronunciation":"o-tsaw'","derivation":"from H686 (אָצַר);","strongs_definition":"a depository","kjv_definition":"armory, cellar, garner, store(-house), treasure(-house) (-y)."} +{"id":"H215","strongs_number":"H215","system":"hebrew","language":"hebrew","number_value":215,"lemma":"אוֹר","transliteration":"ʼôwr","pronunciation":"ore","derivation":"a primitive root;","strongs_definition":"to be (causative, make) luminous (literally and metaphorically)","kjv_definition":"[idiom] break of day, glorious, kindle, (be, en-, give, show) light (-en, -ened), set on fire, shine."} +{"id":"H216","strongs_number":"H216","system":"hebrew","language":"hebrew","number_value":216,"lemma":"אוֹר","transliteration":"ʼôwr","pronunciation":"ore","derivation":"from H215 (אוֹר);","strongs_definition":"illumination or (concrete) luminary (in every sense, including lightning, happiness, etc.)","kjv_definition":"bright, clear, [phrase] day, light (-ning), morning, sun."} +{"id":"H217","strongs_number":"H217","system":"hebrew","language":"hebrew","number_value":217,"lemma":"אוּר","transliteration":"ʼûwr","pronunciation":"ore","derivation":"from H215 (אוֹר);","strongs_definition":"flame; hence (in the plural) the East (as being the region of light)","kjv_definition":"fire, light. See also H224 (אוּרִים)."} +{"id":"H218","strongs_number":"H218","system":"hebrew","language":"hebrew","number_value":218,"lemma":"אוּר","transliteration":"ʼÛwr","pronunciation":"oor","derivation":"the same as H217 (אוּר);","strongs_definition":"Ur, a place in Chaldaea; also an Israelite","kjv_definition":"Ur."} +{"id":"H219","strongs_number":"H219","system":"hebrew","language":"hebrew","number_value":219,"lemma":"אוֹרָה","transliteration":"ʼôwrâh","pronunciation":"o-raw'","derivation":"feminine of H216 (אוֹר);","strongs_definition":"luminousness, i.e. (figuratively) prosperity; also a plant (as being bright)","kjv_definition":"herb, light."} +{"id":"H220","strongs_number":"H220","system":"hebrew","language":"hebrew","number_value":220,"lemma":"אֲוֵרָה","transliteration":"ʼăvêrâh","pronunciation":"av-ay-raw'","derivation":"by transposition for H723 (אֻרְוָה);","strongs_definition":"a stall","kjv_definition":"cote."} +{"id":"H221","strongs_number":"H221","system":"hebrew","language":"hebrew","number_value":221,"lemma":"אוּרִי","transliteration":"ʼÛwrîy","pronunciation":"oo-ree'","derivation":"from H217 (אוּר); fiery;","strongs_definition":"Uri, the name of three Israelites","kjv_definition":"Uri."} +{"id":"H222","strongs_number":"H222","system":"hebrew","language":"hebrew","number_value":222,"lemma":"אוּרִיאֵל","transliteration":"ʼÛwrîyʼêl","pronunciation":"oo-ree-ale'","derivation":"from H217 (אוּר) and H410 (אֵל); flame of God;","strongs_definition":"Uriel, the name of two Israelites","kjv_definition":"Uriel."} +{"id":"H223","strongs_number":"H223","system":"hebrew","language":"hebrew","number_value":223,"lemma":"אוּרִיָּה","transliteration":"ʼÛwrîyâh","pronunciation":"oo-ree-yaw'","derivation":"or (prolonged) אוּרִיָּהוּ ; from H217 (אוּר) and H3050 (יָהּ); flame of Jah;","strongs_definition":"Urijah, the name of one Hittite and five Israelites","kjv_definition":"Uriah, Urijah."} +{"id":"H224","strongs_number":"H224","system":"hebrew","language":"hebrew","number_value":224,"lemma":"אוּרִים","transliteration":"ʼÛwrîym","pronunciation":"oo-reem'","derivation":"plural of H217 (אוּר); lights;","strongs_definition":"Urim, the oracular brilliancy of the figures in the high-priest's breastplate","kjv_definition":"Urim."} +{"id":"H225","strongs_number":"H225","system":"hebrew","language":"hebrew","number_value":225,"lemma":"אוּת","transliteration":"ʼûwth","pronunciation":"ooth","derivation":"a primitive root;","strongs_definition":"properly, to come, i.e. (implied) to assent","kjv_definition":"consent."} +{"id":"H226","strongs_number":"H226","system":"hebrew","language":"hebrew","number_value":226,"lemma":"אוֹת","transliteration":"ʼôwth","pronunciation":"oth","derivation":"probably from H225 (אוּת) (in the sense of appearing);","strongs_definition":"a signal (literally or figuratively), as aflag, beacon, monument, omen, prodigy, evidence, etc.","kjv_definition":"mark, miracle, (en-) sign, token."} +{"id":"H227","strongs_number":"H227","system":"hebrew","language":"hebrew","number_value":227,"lemma":"אָז","transliteration":"ʼâz","pronunciation":"awz","derivation":"a demonstrative adverb;","strongs_definition":"at that time or place; also as a conjunction, therefore","kjv_definition":"beginning, for, from, hitherto, now, of old, once, since, then, at which time, yet."} +{"id":"H228","strongs_number":"H228","system":"hebrew","language":"hebrew","number_value":228,"lemma":"אֲזָא","transliteration":"ʼăzâʼ","pronunciation":"az-zaw'","derivation":"(Aramaic) or אֲזָה (Aramaic);","strongs_definition":"to kindle; (by implication) to heat","kjv_definition":"heat, hot."} +{"id":"H229","strongs_number":"H229","system":"hebrew","language":"hebrew","number_value":229,"lemma":"אֶזְבַּי","transliteration":"ʼEzbay","pronunciation":"ez-bah'ee","derivation":"probably from H231 (אֵזוֹב); hyssop-like;","strongs_definition":"Ezbai, an Israelite","kjv_definition":"Ezbai."} +{"id":"H230","strongs_number":"H230","system":"hebrew","language":"hebrew","number_value":230,"lemma":"אֲזָד","transliteration":"ʼăzâd","pronunciation":"az-zawd'","derivation":"(Aramaic) of uncertain derivation;","strongs_definition":"firm","kjv_definition":"be gone."} +{"id":"H231","strongs_number":"H231","system":"hebrew","language":"hebrew","number_value":231,"lemma":"אֵזוֹב","transliteration":"ʼêzôwb","pronunciation":"ay-zobe'","derivation":"probably of foreign derivation;","strongs_definition":"hyssop","kjv_definition":"hyssop."} +{"id":"H232","strongs_number":"H232","system":"hebrew","language":"hebrew","number_value":232,"lemma":"אֵזוֹר","transliteration":"ʼêzôwr","pronunciation":"ay-zore'","derivation":"from H246 (אֲזִקִּים);","strongs_definition":"something girt; a belt, also a band","kjv_definition":"girdle."} +{"id":"H233","strongs_number":"H233","system":"hebrew","language":"hebrew","number_value":233,"lemma":"אֲזַי","transliteration":"ʼăzay","pronunciation":"az-ah'ee","derivation":"probably from H227 (אָז);","strongs_definition":"at that time","kjv_definition":"then."} +{"id":"H234","strongs_number":"H234","system":"hebrew","language":"hebrew","number_value":234,"lemma":"אַזְכָּרָה","transliteration":"ʼazkârâh","pronunciation":"az-kaw-raw'","derivation":"from H2142 (זָכַר);","strongs_definition":"a reminder; specifically remembrance-offering","kjv_definition":"memorial."} +{"id":"H235","strongs_number":"H235","system":"hebrew","language":"hebrew","number_value":235,"lemma":"אָזַל","transliteration":"ʼâzal","pronunciation":"aw-zal'","derivation":"a primitive root;","strongs_definition":"to go away, hence, to disappear","kjv_definition":"fail, gad about, go to and fro (but in Ezekiel 27:19 the word is rendered by many 'from Uzal,' by others 'yarn'), be gone (spent)."} +{"id":"H236","strongs_number":"H236","system":"hebrew","language":"hebrew","number_value":236,"lemma":"אֲזַל","transliteration":"ʼăzal","pronunciation":"az-al'","derivation":"(Aramaic) the same as H235 (אָזַל);","strongs_definition":"to depart","kjv_definition":"go (up)."} +{"id":"H237","strongs_number":"H237","system":"hebrew","language":"hebrew","number_value":237,"lemma":"אֶזֶל","transliteration":"ʼezel","pronunciation":"eh'-zel","derivation":"from H235 (אָזַל); departure;","strongs_definition":"Ezel, a memorial stone in Palestine","kjv_definition":"Ezel."} +{"id":"H238","strongs_number":"H238","system":"hebrew","language":"hebrew","number_value":238,"lemma":"אָזַן","transliteration":"ʼâzan","pronunciation":"aw-zan'","derivation":"a primitive root; probably to expand; but used only as a denominative from H241 (אֹזֶן);","strongs_definition":"to broaden out the ear (with the hand), i.e. (by implication) to listen","kjv_definition":"give (perceive by the) ear, hear(-ken). See H239 (אָזַן)."} +{"id":"H239","strongs_number":"H239","system":"hebrew","language":"hebrew","number_value":239,"lemma":"אָזַן","transliteration":"ʼâzan","pronunciation":"aw-zan'","derivation":"a primitive root (rather identical with H238 (אָזַן) through the idea of scales as if two ears);","strongs_definition":"to weigh, i.e. (figuratively) ponder","kjv_definition":"give good heed."} +{"id":"H240","strongs_number":"H240","system":"hebrew","language":"hebrew","number_value":240,"lemma":"אָזֵן","transliteration":"ʼâzên","pronunciation":"aw-zane'","derivation":"from H238 (אָזַן);","strongs_definition":"a spade or paddle (as having a broad end)","kjv_definition":"weapon."} +{"id":"H241","strongs_number":"H241","system":"hebrew","language":"hebrew","number_value":241,"lemma":"אֹזֶן","transliteration":"ʼôzen","pronunciation":"o'-zen","derivation":"from H238 (אָזַן);","strongs_definition":"broadness. i.e. (concrete) the ear (from its form in man)","kjv_definition":"[phrase] advertise, audience, [phrase] displease, ear, hearing, [phrase] show."} +{"id":"H242","strongs_number":"H242","system":"hebrew","language":"hebrew","number_value":242,"lemma":"אֻזֵּן שֶׁאֱרָה","transliteration":"ʼUzzên Sheʼĕrâh","pronunciation":"ooz-zane' sheh-er-aw'","derivation":"from H238 (אָזַן) and H7609 (שֶׁאֱרָה); plot of Sheerah (i.e. settled by him);","strongs_definition":"Uzzen-Sheerah, a place in Palestine","kjv_definition":"Uzzen-sherah."} +{"id":"H243","strongs_number":"H243","system":"hebrew","language":"hebrew","number_value":243,"lemma":"אַזְנוֹת תָּבוֹר","transliteration":"ʼAznôwth Tâbôwr","pronunciation":"az-noth' taw-bore'","derivation":"from H238 (אָזַן) and H8396 (תָּבוֹר); flats (i.e. tops) of Tabor (i.e. situated on it);","strongs_definition":"Aznoth-Tabor, a place in Palestine","kjv_definition":"Aznoth-tabor."} +{"id":"H244","strongs_number":"H244","system":"hebrew","language":"hebrew","number_value":244,"lemma":"אׇזְנִי","transliteration":"ʼOznîy","pronunciation":"oz-nee'","derivation":"from H241 (אֹזֶן); having (quick) ears;","strongs_definition":"Ozni, an Israelite; also an Oznite (collectively), his descendant","kjv_definition":"Ozni, Oznites."} +{"id":"H245","strongs_number":"H245","system":"hebrew","language":"hebrew","number_value":245,"lemma":"אֲזַנְיָה","transliteration":"ʼĂzanyâh","pronunciation":"az-an-yaw'","derivation":"from H238 (אָזַן) and H3050 (יָהּ); heard by Jah;","strongs_definition":"Azanjah, an Israelite","kjv_definition":"Azaniah."} +{"id":"H246","strongs_number":"H246","system":"hebrew","language":"hebrew","number_value":246,"lemma":"אֲזִקִּים","transliteration":"ʼăziqqîym","pronunciation":"az-ik-keem'","derivation":"a variation for H2131 (זִיקָה);","strongs_definition":"manacles","kjv_definition":"chains."} +{"id":"H247","strongs_number":"H247","system":"hebrew","language":"hebrew","number_value":247,"lemma":"אָזַר","transliteration":"ʼâzar","pronunciation":"aw-zar'","derivation":"a primitive root;","strongs_definition":"to belt","kjv_definition":"bind (compass) about, gird (up, with)."} +{"id":"H248","strongs_number":"H248","system":"hebrew","language":"hebrew","number_value":248,"lemma":"אֶזְרוֹעַ","transliteration":"ʼezrôwaʻ","pronunciation":"ez-ro'-a","derivation":"a variation for H2220 (זְרוֹעַ);","strongs_definition":"the arm","kjv_definition":"arm."} +{"id":"H249","strongs_number":"H249","system":"hebrew","language":"hebrew","number_value":249,"lemma":"אֶזְרָח","transliteration":"ʼezrâch","pronunciation":"ez-rawkh'","derivation":"from H2224 (זָרַח) (in the sense of springing up);","strongs_definition":"a spontaneous growth, i.e. native (tree or persons)","kjv_definition":"bay tree, (home-) born (in the land), of the (one's own) country (nation)."} +{"id":"H250","strongs_number":"H250","system":"hebrew","language":"hebrew","number_value":250,"lemma":"אֶזְרָחִי","transliteration":"ʼEzrâchîy","pronunciation":"ez-raw-khee'","derivation":"patronymic from H2246 (חֹבָב);","strongs_definition":"an Ezrachite or descendant of Zerach","kjv_definition":"Ezrahite."} +{"id":"H251","strongs_number":"H251","system":"hebrew","language":"hebrew","number_value":251,"lemma":"אָח","transliteration":"ʼâch","pronunciation":"awkh","derivation":"a primitive word;","strongs_definition":"a brother (used in the widest sense of literal relationship and metaphorical affinity or resemblance (like father))","kjv_definition":"another, brother(-ly); kindred, like, other. Compare also the proper names beginning with 'Ah-' or 'Ahi-'."} +{"id":"H252","strongs_number":"H252","system":"hebrew","language":"hebrew","number_value":252,"lemma":"אַח","transliteration":"ʼach","pronunciation":"akh","derivation":"(Aramaic) corresponding to H251 (אָח)","strongs_definition":"{a brother (used in the widest sense of literal relationship and metaphorical affinity or resemblance)}","kjv_definition":"brother."} +{"id":"H253","strongs_number":"H253","system":"hebrew","language":"hebrew","number_value":253,"lemma":"אָח","transliteration":"ʼâch","pronunciation":"awkh","derivation":"a variation for H162 (אֲהָהּ);","strongs_definition":"Oh! (expressive of grief or surprise)","kjv_definition":"ah, alas."} +{"id":"H254","strongs_number":"H254","system":"hebrew","language":"hebrew","number_value":254,"lemma":"אָח","transliteration":"ʼâch","pronunciation":"awkh","derivation":"of uncertain derivation;","strongs_definition":"a fire-pot or chafing dish","kjv_definition":"hearth."} +{"id":"H255","strongs_number":"H255","system":"hebrew","language":"hebrew","number_value":255,"lemma":"אֹחַ","transliteration":"ʼôach","pronunciation":"o'-akh","derivation":"probably from H253 (אָח);","strongs_definition":"a howler or lonesome wild animal","kjv_definition":"doleful creature."} +{"id":"H256","strongs_number":"H256","system":"hebrew","language":"hebrew","number_value":256,"lemma":"אַחְאָב","transliteration":"ʼAchʼâb","pronunciation":"akh-awb'","derivation":"once (by contraction) אֶחָב (Jeremiah 29:22); from H251 (אָח) and H1 (אָב); brother (i.e. friend) of (his) father;","strongs_definition":"Achab, the name of a king of Israel and of a prophet at Babylon","kjv_definition":"Ahab."} +{"id":"H257","strongs_number":"H257","system":"hebrew","language":"hebrew","number_value":257,"lemma":"אַחְבָן","transliteration":"ʼAchbân","pronunciation":"akh-bawn'","derivation":"from H251 (אָח) and H995 (בִּין); brother (i.e. possessor) of understanding;","strongs_definition":"Achban, an Israelite","kjv_definition":"Ahban."} +{"id":"H258","strongs_number":"H258","system":"hebrew","language":"hebrew","number_value":258,"lemma":"אָחַד","transliteration":"ʼâchad","pronunciation":"aw-khad'","derivation":"perhaps a primitive root;","strongs_definition":"to unify, i.e. (figuratively) collect (one's thoughts)","kjv_definition":"go one way or other."} +{"id":"H259","strongs_number":"H259","system":"hebrew","language":"hebrew","number_value":259,"lemma":"אֶחָד","transliteration":"ʼechâd","pronunciation":"ekh-awd'","derivation":"a numeral from H258 (אָחַד);","strongs_definition":"properly, united, i.e. one; or (as an ordinal) first","kjv_definition":"a, alike, alone, altogether, and, any(-thing), apiece, a certain, (dai-) ly, each (one), [phrase] eleven, every, few, first, [phrase] highway, a man, once, one, only, other, some, together,"} +{"id":"H260","strongs_number":"H260","system":"hebrew","language":"hebrew","number_value":260,"lemma":"אָחוּ","transliteration":"ʼâchûw","pronunciation":"aw'-khoo","derivation":"of uncertain (perhaps Egyptian) derivation;","strongs_definition":"a bulrush or any marshy grass (particularly that along the Nile)","kjv_definition":"flag, meadow."} +{"id":"H261","strongs_number":"H261","system":"hebrew","language":"hebrew","number_value":261,"lemma":"אֵחוּד","transliteration":"ʼÊchûwd","pronunciation":"ay-khood'","derivation":"from H258 (אָחַד); united;","strongs_definition":"Echud, the name of three Israelites","kjv_definition":"Ehud."} +{"id":"H262","strongs_number":"H262","system":"hebrew","language":"hebrew","number_value":262,"lemma":"אַחְוָה","transliteration":"ʼachvâh","pronunciation":"akh-vaw'","derivation":"from H2331 (חָוָה) (in the sense of H2324 (חֲוָא));","strongs_definition":"an utterance","kjv_definition":"declaration."} +{"id":"H263","strongs_number":"H263","system":"hebrew","language":"hebrew","number_value":263,"lemma":"אַחֲוָה","transliteration":"ʼachăvâh","pronunciation":"akh-av-aw'","derivation":"(Aramaic) corresponding to H262 (אַחְוָה);","strongs_definition":"solution (of riddles)","kjv_definition":"showing."} +{"id":"H264","strongs_number":"H264","system":"hebrew","language":"hebrew","number_value":264,"lemma":"אַחֲוָה","transliteration":"ʼachăvâh","pronunciation":"akh-av-aw'","derivation":"from H251 (אָח);","strongs_definition":"fraternity","kjv_definition":"brotherhood."} +{"id":"H265","strongs_number":"H265","system":"hebrew","language":"hebrew","number_value":265,"lemma":"אֲחוֹחַ","transliteration":"ʼĂchôwach","pronunciation":"akh-o'-akh","derivation":"by reduplication from H251 (אָח); brotherly;","strongs_definition":"Achoach, an Israelite","kjv_definition":"Ahoah."} +{"id":"H266","strongs_number":"H266","system":"hebrew","language":"hebrew","number_value":266,"lemma":"אֲחוֹחִי","transliteration":"ʼĂchôwchîy","pronunciation":"akh-o-khee'","derivation":"patronymic from H264 (אַחֲוָה);","strongs_definition":"an Achochite or descendant of Achoach","kjv_definition":"Ahohite."} +{"id":"H267","strongs_number":"H267","system":"hebrew","language":"hebrew","number_value":267,"lemma":"אֲחוּמַי","transliteration":"ʼĂchûwmay","pronunciation":"akh-oo-mah'-ee","derivation":"perhaps from H251 (אָח) and H4325 (מַיִם); brother (i.e. neighbour) of water;","strongs_definition":"Achumai, an Israelite","kjv_definition":"Ahumai."} +{"id":"H268","strongs_number":"H268","system":"hebrew","language":"hebrew","number_value":268,"lemma":"אָחוֹר","transliteration":"ʼâchôwr","pronunciation":"aw-khore'","derivation":"or (shortened) אָחֹר ; from H299 (אֲחִירַע);","strongs_definition":"the hinder part; hence (adverb) behind, backward; also (as facing north) the West","kjv_definition":"after(-ward), back (part, -side, -ward), hereafter, (be-) hind(-er part), time to come, without."} +{"id":"H269","strongs_number":"H269","system":"hebrew","language":"hebrew","number_value":269,"lemma":"אָחוֹת","transliteration":"ʼâchôwth","pronunciation":"aw-khoth'","derivation":"irregular feminine of H251 (אָח);","strongs_definition":"a sister (used very widely (like brother), literally and figuratively)","kjv_definition":"(an-) other, sister, together."} +{"id":"H270","strongs_number":"H270","system":"hebrew","language":"hebrew","number_value":270,"lemma":"אָחַז","transliteration":"ʼâchaz","pronunciation":"aw-khaz'","derivation":"a primitive root;","strongs_definition":"to seize (often with the accessory idea of holding in possession)","kjv_definition":"[phrase] be affrighted, bar, (catch, lay, take) hold (back), come upon, fasten, handle, portion, (get, have or take) possess(-ion)."} +{"id":"H271","strongs_number":"H271","system":"hebrew","language":"hebrew","number_value":271,"lemma":"אָחָז","transliteration":"ʼÂchâz","pronunciation":"aw-khawz'","derivation":"from H270 (אָחַז); possessor;","strongs_definition":"Achaz, the name of a Jewish king and of an Israelite","kjv_definition":"Ahaz."} +{"id":"H272","strongs_number":"H272","system":"hebrew","language":"hebrew","number_value":272,"lemma":"אֲחֻזָּה","transliteration":"ʼăchuzzâh","pronunciation":"akh-ooz-zaw'","derivation":"feminine passive participle from H270 (אָחַז);","strongs_definition":"something seized, i.e. a possession (especially of land)","kjv_definition":"possession."} +{"id":"H273","strongs_number":"H273","system":"hebrew","language":"hebrew","number_value":273,"lemma":"אַחְזַי","transliteration":"ʼAchzay","pronunciation":"akh-zah'ee","derivation":"from H270 (אָחַז); seizer;","strongs_definition":"Achzai, an Israelite","kjv_definition":"Ahasai."} +{"id":"H274","strongs_number":"H274","system":"hebrew","language":"hebrew","number_value":274,"lemma":"אֲחַזְיָה","transliteration":"ʼĂchazyâh","pronunciation":"akh-az-yaw'","derivation":"or (prolonged) אֲחַזְיָהוּ ; from H270 (אָחַז) and H3050 (יָהּ); Jah has seized;","strongs_definition":"Achazjah, the name of a Jewish and an Israelite king","kjv_definition":"Ahaziah."} +{"id":"H275","strongs_number":"H275","system":"hebrew","language":"hebrew","number_value":275,"lemma":"אֲחֻזָּם","transliteration":"ʼĂchuzzâm","pronunciation":"akh-ooz-zawm'","derivation":"from H270 (אָחַז); seizure;","strongs_definition":"Achuzzam, an Israelite","kjv_definition":"Ahuzam."} +{"id":"H276","strongs_number":"H276","system":"hebrew","language":"hebrew","number_value":276,"lemma":"אֲחֻזַּת","transliteration":"ʼĂchuzzath","pronunciation":"akh-ooz-zath'","derivation":"a variation of H272 (אֲחֻזָּה); possession;","strongs_definition":"Achuzzath, a Philistine","kjv_definition":"Ahuzzath."} +{"id":"H277","strongs_number":"H277","system":"hebrew","language":"hebrew","number_value":277,"lemma":"אֲחִי","transliteration":"ʼĂchîy","pronunciation":"akh-ee'","derivation":"from H251 (אָח); brotherly;","strongs_definition":"Achi, the name of two Israelites","kjv_definition":"Ahi."} +{"id":"H278","strongs_number":"H278","system":"hebrew","language":"hebrew","number_value":278,"lemma":"אֵחִי","transliteration":"ʼÊchîy","pronunciation":"ay-khee'","derivation":"probably the same as H277 (אֲחִי);","strongs_definition":"Echi, an Israelite","kjv_definition":"Ehi."} +{"id":"H279","strongs_number":"H279","system":"hebrew","language":"hebrew","number_value":279,"lemma":"אֲחִיאָם","transliteration":"ʼĂchîyʼâm","pronunciation":"akh-ee-awm'","derivation":"from H251 (אָח) and H517 (אֵם); brother of the mother (i.e. uncle);","strongs_definition":"Achiam, an Israelite","kjv_definition":"Ahiam."} +{"id":"H280","strongs_number":"H280","system":"hebrew","language":"hebrew","number_value":280,"lemma":"אֲחִידָה","transliteration":"ʼăchîydâh","pronunciation":"akh-ee-daw'","derivation":"(Aramaic) corresponding to H2420 (חִידָה),","strongs_definition":"an enigma","kjv_definition":"hard sentence."} +{"id":"H281","strongs_number":"H281","system":"hebrew","language":"hebrew","number_value":281,"lemma":"אֲחִיָּה","transliteration":"ʼĂchîyâh","pronunciation":"akh-ee-yaw","derivation":"or (prolonged) אֲחִיָּהוּ ; from H251 (אָח) and H3050 (יָהּ); brother (i.e. worshipper) of Jah;","strongs_definition":"Achijah, the name of nine Israelites","kjv_definition":"Ahiah, Ahijah."} +{"id":"H282","strongs_number":"H282","system":"hebrew","language":"hebrew","number_value":282,"lemma":"אֲחִיהוּד","transliteration":"ʼĂchîyhûwd","pronunciation":"akh-ee-hood'","derivation":"from H251 (אָח) and H1935 (הוֹד); brother (i.e. possessor) of renown;","strongs_definition":"Achihud, an Israelite","kjv_definition":"Ahihud."} +{"id":"H283","strongs_number":"H283","system":"hebrew","language":"hebrew","number_value":283,"lemma":"אַחְיוֹ","transliteration":"ʼAchyôw","pronunciation":"akh-yo'","derivation":"prolonged from H251 (אָח); brotherly;","strongs_definition":"Achio, the name of three Israelites","kjv_definition":"Ahio."} +{"id":"H284","strongs_number":"H284","system":"hebrew","language":"hebrew","number_value":284,"lemma":"אֲחִיחֻד","transliteration":"ʼĂchîychud","pronunciation":"akh-ee-khood'","derivation":"from H251 (אָח) and H2330 (חוּד); brother of a riddle (i.e. mysterious);","strongs_definition":"Achichud, an Israelite","kjv_definition":"Ahihud."} +{"id":"H285","strongs_number":"H285","system":"hebrew","language":"hebrew","number_value":285,"lemma":"אֲחִיטוּב","transliteration":"ʼĂchîyṭûwb","pronunciation":"akh-ee-toob'","derivation":"from H251 (אָח) and H2898 (טוּב); brother of goodness;","strongs_definition":"Achitub, the name of several priests","kjv_definition":"Ahitub."} +{"id":"H286","strongs_number":"H286","system":"hebrew","language":"hebrew","number_value":286,"lemma":"אֲחִילוּד","transliteration":"ʼĂchîylûwd","pronunciation":"akh-ee-lood'","derivation":"from H251 (אָח) and H3205 (יָלַד); brother of one born;","strongs_definition":"Achilud, an Israelite","kjv_definition":"Ahilud."} +{"id":"H287","strongs_number":"H287","system":"hebrew","language":"hebrew","number_value":287,"lemma":"אֲחִימוֹת","transliteration":"ʼĂchîymôwth","pronunciation":"akh-ee-moth'","derivation":"from H251 (אָח) and H4191 (מוּת); brother of death;","strongs_definition":"Achimoth, an Israelite","kjv_definition":"Ahimoth."} +{"id":"H288","strongs_number":"H288","system":"hebrew","language":"hebrew","number_value":288,"lemma":"אֲחִימֶלֶךְ","transliteration":"ʼĂchîymelek","pronunciation":"akh-ee-meh'-lek","derivation":"from H251 (אָח) and H4428 (מֶלֶךְ); brother of (the) king;","strongs_definition":"Achimelek, the name of an Israelite and of a Hittite","kjv_definition":"Ahimelech."} +{"id":"H289","strongs_number":"H289","system":"hebrew","language":"hebrew","number_value":289,"lemma":"אֲחִימַן","transliteration":"ʼĂchîyman","pronunciation":"akh-ee-man'","derivation":"or אֲחִימָן ; from H251 (אָח) and H4480 (מִן); brother of a portion (i.e. gift);","strongs_definition":"Achiman, the name of an Anakite and of an Israelite","kjv_definition":"Ahiman."} +{"id":"H290","strongs_number":"H290","system":"hebrew","language":"hebrew","number_value":290,"lemma":"אֲחִימַעַץ","transliteration":"ʼĂchîymaʻats","pronunciation":"akh-ee-mah'-ats","derivation":"from H251 (אָח) and the equivalent of H4619 (מַעַץ); brother of anger;","strongs_definition":"Achimaats, the name of three Israelites","kjv_definition":"Ahimaaz."} +{"id":"H291","strongs_number":"H291","system":"hebrew","language":"hebrew","number_value":291,"lemma":"אַחְיָן","transliteration":"ʼAchyân","pronunciation":"akh-yawn'","derivation":"from H251 (אָח); brotherly;","strongs_definition":"Achjan, an Israelite","kjv_definition":"Ahian."} +{"id":"H292","strongs_number":"H292","system":"hebrew","language":"hebrew","number_value":292,"lemma":"אֲחִינָדָב","transliteration":"ʼĂchîynâdâb","pronunciation":"akh-ee-naw-dawb'","derivation":"from H251 (אָח) and H5068 (נָדַב); brother of liberality;","strongs_definition":"Achinadab, an Israelite","kjv_definition":"Ahinadab."} +{"id":"H293","strongs_number":"H293","system":"hebrew","language":"hebrew","number_value":293,"lemma":"אֲחִינֹעַם","transliteration":"ʼĂchîynôʻam","pronunciation":"akh-ee-no'-am","derivation":"from H251 (אָח) and H5278 (נֹעַם); brother of pleasantness;","strongs_definition":"Achinoam, the name of two Israelitesses","kjv_definition":"Ahinoam."} +{"id":"H294","strongs_number":"H294","system":"hebrew","language":"hebrew","number_value":294,"lemma":"אֲחִיסָמָךְ","transliteration":"ʼĂchîyçâmâk","pronunciation":"akh-ee-saw-mawk'","derivation":"from H251 (אָח) and H5564 (סָמַךְ); brother of support;","strongs_definition":"Achisamak, an Israelite","kjv_definition":"Ahisamach."} +{"id":"H295","strongs_number":"H295","system":"hebrew","language":"hebrew","number_value":295,"lemma":"אֲחִיעֶזֶר","transliteration":"ʼĂchîyʻezer","pronunciation":"akh-ee-eh'-zer","derivation":"from H251 (אָח) and H5828 (עֵזֶר); brother of help;","strongs_definition":"Achiezer, the name of two Israelites","kjv_definition":"Ahiezer."} +{"id":"H296","strongs_number":"H296","system":"hebrew","language":"hebrew","number_value":296,"lemma":"אֲחִיקָם","transliteration":"ʼĂchîyqâm","pronunciation":"akh-ee-kawm'","derivation":"from H251 (אָח) and H6965 (קוּם); brother of rising (i.e. high);","strongs_definition":"Achikam, an Israelite","kjv_definition":"Ahikam."} +{"id":"H297","strongs_number":"H297","system":"hebrew","language":"hebrew","number_value":297,"lemma":"אֲחִירָם","transliteration":"ʼĂchîyrâm","pronunciation":"akh-ee-rawm'","derivation":"from H251 (אָח) and H7311 (רוּם); brother of height (i.e. high);","strongs_definition":"Achiram, an Israelite","kjv_definition":"Ahiram."} +{"id":"H298","strongs_number":"H298","system":"hebrew","language":"hebrew","number_value":298,"lemma":"אֲחִירָמִי","transliteration":"ʼĂchîyrâmîy","pronunciation":"akh-ee-raw-mee'","derivation":"patronymic from H297 (אֲחִירָם);","strongs_definition":"an Achiramite or descendant (collectively) of Achiram","kjv_definition":"Ahiramites."} +{"id":"H299","strongs_number":"H299","system":"hebrew","language":"hebrew","number_value":299,"lemma":"אֲחִירַע","transliteration":"ʼĂchîyraʻ","pronunciation":"akh-ee-rah'","derivation":"from H251 (אָח) and H7451 (רַע); brother of wrong;","strongs_definition":"Achira, an Israelite","kjv_definition":"Ahira."} +{"id":"H300","strongs_number":"H300","system":"hebrew","language":"hebrew","number_value":300,"lemma":"אֲחִישַׁחַר","transliteration":"ʼĂchîyshachar","pronunciation":"akh-ee-shakh'-ar","derivation":"from H251 (אָח) and H7837 (שַׁחַר); brother of (the) dawn;","strongs_definition":"Achishachar, an Israelite","kjv_definition":"Ahishar."} +{"id":"H301","strongs_number":"H301","system":"hebrew","language":"hebrew","number_value":301,"lemma":"אֲחִישָׁר","transliteration":"ʼĂchîyshâr","pronunciation":"akh-ee-shawr'","derivation":"from H251 (אָח) and H7891 (שִׁיר); brother of (the) singer;","strongs_definition":"Achishar, an Israelite","kjv_definition":"Ahishar."} +{"id":"H302","strongs_number":"H302","system":"hebrew","language":"hebrew","number_value":302,"lemma":"אֲחִיתֹפֶל","transliteration":"ʼĂchîythôphel","pronunciation":"akh-ee-tho'-fel","derivation":"from H251 (אָח) and H8602 (תָּפֵל); brother of folly;","strongs_definition":"Achithophel, an Israelite","kjv_definition":"Ahithophel."} +{"id":"H303","strongs_number":"H303","system":"hebrew","language":"hebrew","number_value":303,"lemma":"אַחְלָב","transliteration":"ʼAchlâb","pronunciation":"akh-lawb'","derivation":"from the same root as H2459 (חֶלֶב); fatness (i.e. fertile);","strongs_definition":"Achlab, a place in Palestine","kjv_definition":"Ahlab."} +{"id":"H304","strongs_number":"H304","system":"hebrew","language":"hebrew","number_value":304,"lemma":"אַחְלַי","transliteration":"ʼAchlay","pronunciation":"akh-lah'ee","derivation":"the same as H305 (אַחֲלַי); wishful;","strongs_definition":"Achlai, the name of an Israelitess and of an Israelite","kjv_definition":"Ahlai."} +{"id":"H305","strongs_number":"H305","system":"hebrew","language":"hebrew","number_value":305,"lemma":"אַחֲלַי","transliteration":"ʼachălay","pronunciation":"akh-al-ah'ee","derivation":"or אַחֲלֵי; prob from H253 (אָח) and a variation of H3863 (לוּא);","strongs_definition":"would that!","kjv_definition":"O that, would God."} +{"id":"H306","strongs_number":"H306","system":"hebrew","language":"hebrew","number_value":306,"lemma":"אַחְלָמָה","transliteration":"ʼachlâmâh","pronunciation":"akh-law'-maw","derivation":"perhaps from H2492 (חָלַם) (and thus dream-stone);","strongs_definition":"a gem, probably the amethyst","kjv_definition":"amethyst."} +{"id":"H307","strongs_number":"H307","system":"hebrew","language":"hebrew","number_value":307,"lemma":"אַחְמְתָא","transliteration":"ʼAchmᵉthâʼ","pronunciation":"akh-me-thaw'","derivation":"of Persian derivation;","strongs_definition":"Achmetha (i.e. Ecbatana), the summer capital of Persia","kjv_definition":"Achmetha."} +{"id":"H308","strongs_number":"H308","system":"hebrew","language":"hebrew","number_value":308,"lemma":"אֲחַסְבַּי","transliteration":"ʼĂchaçbay","pronunciation":"akh-as-bah'ee","derivation":"of uncertain derivation;","strongs_definition":"Achasbai, an Israelite","kjv_definition":"Ahasbai."} +{"id":"H309","strongs_number":"H309","system":"hebrew","language":"hebrew","number_value":309,"lemma":"אָחַר","transliteration":"ʼâchar","pronunciation":"aw-khar'","derivation":"a primitive root;","strongs_definition":"to loiter (i.e. be behind); by implication to procrastinate","kjv_definition":"continue, defer, delay, hinder, be late (slack), stay (there), tarry (longer)."} +{"id":"H310","strongs_number":"H310","system":"hebrew","language":"hebrew","number_value":310,"lemma":"אַחַר","transliteration":"ʼachar","pronunciation":"akh-ar'","derivation":"from H309 (אָחַר);","strongs_definition":"properly, the hind part; generally used as an adverb or conjunction, after (in various senses)","kjv_definition":"after (that, -ward), again, at, away from, back (from, -side), behind, beside, by, follow (after, -ing), forasmuch, from, hereafter, hinder end, [phrase] out (over) live, [phrase] persecute, posterity, pursuing, remnant, seeing, since, thence(-forth), when, with."} +{"id":"H311","strongs_number":"H311","system":"hebrew","language":"hebrew","number_value":311,"lemma":"אַחַר","transliteration":"ʼachar","pronunciation":"akh-ar'","derivation":"(Aramaic) corresponding to H310 (אַחַר);","strongs_definition":"after","kjv_definition":"(here-) after."} +{"id":"H312","strongs_number":"H312","system":"hebrew","language":"hebrew","number_value":312,"lemma":"אַחֵר","transliteration":"ʼachêr","pronunciation":"akh-air'","derivation":"from H309 (אָחַר);","strongs_definition":"properly, hinder; generally, next, other, etc.","kjv_definition":"(an-) other man, following, next, strange."} +{"id":"H313","strongs_number":"H313","system":"hebrew","language":"hebrew","number_value":313,"lemma":"אַחֵר","transliteration":"ʼAchêr","pronunciation":"akh-air'","derivation":"the same as H312 (אַחֵר);","strongs_definition":"Acher, an Israelite","kjv_definition":"Aher."} +{"id":"H314","strongs_number":"H314","system":"hebrew","language":"hebrew","number_value":314,"lemma":"אַחֲרוֹן","transliteration":"ʼachărôwn","pronunciation":"akh-ar-one'","derivation":"or (shortened) אַחֲרֹן; from H309 (אָחַר);","strongs_definition":"hinder; generally, late or last; specifically (as facing the east) western","kjv_definition":"after (-ward), to come, following, hind(-er, -ermost, -most), last, latter, rereward, ut(ter) most."} +{"id":"H315","strongs_number":"H315","system":"hebrew","language":"hebrew","number_value":315,"lemma":"אַחְרַח","transliteration":"ʼAchrach","pronunciation":"akh-rakh'","derivation":"from H310 (אַחַר) and H251 (אָח); after (his) brother;","strongs_definition":"Achrach, an Israelite","kjv_definition":"Aharah."} +{"id":"H316","strongs_number":"H316","system":"hebrew","language":"hebrew","number_value":316,"lemma":"אֲחַרְחֵל","transliteration":"ʼĂcharchêl","pronunciation":"akh-ar-kale'","derivation":"from H310 (אַחַר) and H2426 (חֵיל); behind (the) intrenchment (i.e. safe);","strongs_definition":"Acharchel, an Israelite","kjv_definition":"Aharhel,"} +{"id":"H317","strongs_number":"H317","system":"hebrew","language":"hebrew","number_value":317,"lemma":"אׇחֳרִי","transliteration":"ʼochŏrîy","pronunciation":"okh-or-ee'","derivation":"(Aramaic) from H311 (אַחַר);","strongs_definition":"other","kjv_definition":"(an-) other."} +{"id":"H318","strongs_number":"H318","system":"hebrew","language":"hebrew","number_value":318,"lemma":"אׇחֳרֵין","transliteration":"ʼochŏrêyn","pronunciation":"okh-or-ane'","derivation":"(Aramaic) or (shortened) אׇחֳרֵן; (Aramaic) from H317 (אׇחֳרִי);","strongs_definition":"last","kjv_definition":"at last."} +{"id":"H319","strongs_number":"H319","system":"hebrew","language":"hebrew","number_value":319,"lemma":"אַחֲרִית","transliteration":"ʼachărîyth","pronunciation":"akh-ar-eeth'","derivation":"from H310 (אַחַר);","strongs_definition":"the last or end, hence, the future; also posterity","kjv_definition":"(last, latter) end (time), hinder (utter) -most, length, posterity, remnant, residue, reward."} +{"id":"H320","strongs_number":"H320","system":"hebrew","language":"hebrew","number_value":320,"lemma":"אַחֲרִית","transliteration":"ʼachărîyth","pronunciation":"akh-ar-eeth'","derivation":"(Aramaic) from H311 (אַחַר); the same as H319 (אַחֲרִית);","strongs_definition":"later","kjv_definition":"latter."} +{"id":"H321","strongs_number":"H321","system":"hebrew","language":"hebrew","number_value":321,"lemma":"אׇחֳרָן","transliteration":"ʼochŏrân","pronunciation":"okh-or-awn'","derivation":"(Aramaic) from H311 (אַחַר); the same as H317 (אׇחֳרִי);","strongs_definition":"other","kjv_definition":"(an-) other."} +{"id":"H322","strongs_number":"H322","system":"hebrew","language":"hebrew","number_value":322,"lemma":"אֲחֹרַנִּית","transliteration":"ʼăchôrannîyth","pronunciation":"akh-o-ran-neeth'","derivation":"prolonged from H268 (אָחוֹר);","strongs_definition":"backwards","kjv_definition":"back (-ward, again)."} +{"id":"H323","strongs_number":"H323","system":"hebrew","language":"hebrew","number_value":323,"lemma":"אֲחַשְׁדַּרְפַּן","transliteration":"ʼăchashdarpan","pronunciation":"akh-ash-dar-pan'","derivation":"of Persian derivation;","strongs_definition":"a satrap or governorof amain province (of Persia)","kjv_definition":"lieutenant."} +{"id":"H324","strongs_number":"H324","system":"hebrew","language":"hebrew","number_value":324,"lemma":"אֲחַשְׁדַּרְפַּן","transliteration":"ʼăchashdarpan","pronunciation":"akh-ash-dar-pan'","derivation":"(Aramaic) corresponding to H323 (אֲחַשְׁדַּרְפַּן)","strongs_definition":"{a satrap or governorof amain province (of Persia)}","kjv_definition":"prince."} +{"id":"H325","strongs_number":"H325","system":"hebrew","language":"hebrew","number_value":325,"lemma":"אֲחַשְׁוֵרוֹשׁ","transliteration":"ʼĂchashvêrôwsh","pronunciation":"akh-ash-vay-rosh'","derivation":"or (shortened) אַחַשְׁרֹשׁ (Esther 10:1); of Persian origin;","strongs_definition":"Achashverosh (i.e. Ahasuerus or Artaxerxes, but in this case Xerxes), the title (rather than name) of a Persian king","kjv_definition":"Ahasuerus."} +{"id":"H326","strongs_number":"H326","system":"hebrew","language":"hebrew","number_value":326,"lemma":"אֲחַשְׁתָּרִי","transliteration":"ʼăchashtârîy","pronunciation":"akh-ash-taw-ree'","derivation":"probably of Persian derivation;","strongs_definition":"an achastarite (i.e. courier); the designation (rather than name) of an Israelite","kjv_definition":"Haakashtari (includ. the article)."} +{"id":"H327","strongs_number":"H327","system":"hebrew","language":"hebrew","number_value":327,"lemma":"אֲחַשְׁתָּרָן","transliteration":"ʼăchashtârân","pronunciation":"akh-ash-taw-rawn'","derivation":"of Persian origin;","strongs_definition":"a mule","kjv_definition":"camel."} +{"id":"H328","strongs_number":"H328","system":"hebrew","language":"hebrew","number_value":328,"lemma":"אַט","transliteration":"ʼaṭ","pronunciation":"at","derivation":"from an unused root perhaps meaning to move softly;","strongs_definition":"(as a noun) a necromancer (from their soft incantations), (as an adverb) gently","kjv_definition":"charmer, gently, secret, softly."} +{"id":"H329","strongs_number":"H329","system":"hebrew","language":"hebrew","number_value":329,"lemma":"אָטָד","transliteration":"ʼâṭâd","pronunciation":"aw-tawd'","derivation":"from an unused root probably meaning to pierce or make fast;","strongs_definition":"a thorn-tree (especially the buckthorn)","kjv_definition":"Atad, bramble, thorn."} +{"id":"H330","strongs_number":"H330","system":"hebrew","language":"hebrew","number_value":330,"lemma":"אֵטוּן","transliteration":"ʼêṭûwn","pronunciation":"ay-toon'","derivation":"from an unused root (probably meaning to bind);","strongs_definition":"properly, twisted (yarn), i.e. tapestry","kjv_definition":"fine linen."} +{"id":"H331","strongs_number":"H331","system":"hebrew","language":"hebrew","number_value":331,"lemma":"אָטַם","transliteration":"ʼâṭam","pronunciation":"aw-tam'","derivation":"a primitive root;","strongs_definition":"to close (the lips or ears); by analology to contract (a window by bevelled jambs)","kjv_definition":"narrow, shut, stop."} +{"id":"H332","strongs_number":"H332","system":"hebrew","language":"hebrew","number_value":332,"lemma":"אָטַר","transliteration":"ʼâṭar","pronunciation":"aw-tar'","derivation":"a primitive root;","strongs_definition":"to close up","kjv_definition":"shut."} +{"id":"H333","strongs_number":"H333","system":"hebrew","language":"hebrew","number_value":333,"lemma":"אָטֵר","transliteration":"ʼÂṭêr","pronunciation":"aw-tare'","derivation":"from H332 (אָטַר); maimed;","strongs_definition":"Ater, the name of three Israelites","kjv_definition":"Ater."} +{"id":"H334","strongs_number":"H334","system":"hebrew","language":"hebrew","number_value":334,"lemma":"אִטֵּר","transliteration":"ʼiṭṭêr","pronunciation":"it-tare'","derivation":"from H332 (אָטַר);","strongs_definition":"shut up, i.e. impeded (as to the use of the right hand)","kjv_definition":"[phrase] left-handed."} +{"id":"H335","strongs_number":"H335","system":"hebrew","language":"hebrew","number_value":335,"lemma":"אַי","transliteration":"ʼay","pronunciation":"ah'ee","derivation":"perhaps from H370 (אַיִן);","strongs_definition":"where? hence how?","kjv_definition":"how, what, whence, where, whether, which (way)."} +{"id":"H336","strongs_number":"H336","system":"hebrew","language":"hebrew","number_value":336,"lemma":"אִי","transliteration":"ʼîy","pronunciation":"ee","derivation":"probably identical with H335 (אַי) (through the idea of a query);","strongs_definition":"not","kjv_definition":"island (Job 22:30)."} +{"id":"H337","strongs_number":"H337","system":"hebrew","language":"hebrew","number_value":337,"lemma":"אִי","transliteration":"ʼîy","pronunciation":"ee","derivation":"short from H188 (אוֹי);","strongs_definition":"alas!","kjv_definition":"woe."} +{"id":"H338","strongs_number":"H338","system":"hebrew","language":"hebrew","number_value":338,"lemma":"אִי","transliteration":"ʼîy","pronunciation":"ee","derivation":"probably identical with H337 (אִי) (through the idea of a doleful sound);","strongs_definition":"a howler (used only in the plural), i.e. any solitary wild creature","kjv_definition":"wild beast of the islands."} +{"id":"H339","strongs_number":"H339","system":"hebrew","language":"hebrew","number_value":339,"lemma":"אִי","transliteration":"ʼîy","pronunciation":"ee","derivation":"from H183 (אָוָה);","strongs_definition":"properly, a habitable spot (as desirable); dry land, a coast, an island","kjv_definition":"country, isle, island."} +{"id":"H340","strongs_number":"H340","system":"hebrew","language":"hebrew","number_value":340,"lemma":"אָיַב","transliteration":"ʼâyab","pronunciation":"aw-yab'","derivation":"a primitive root;","strongs_definition":"to hate (as one of an opposite tribe or party); hence to be hostile","kjv_definition":"be an enemy."} +{"id":"H341","strongs_number":"H341","system":"hebrew","language":"hebrew","number_value":341,"lemma":"אֹיֵב","transliteration":"ʼôyêb","pronunciation":"o-yabe'","derivation":"or (fully) אוֹיֵב; active participle of H340 (אָיַב);","strongs_definition":"hating; an adversary","kjv_definition":"enemy, foe."} +{"id":"H342","strongs_number":"H342","system":"hebrew","language":"hebrew","number_value":342,"lemma":"אֵיבָה","transliteration":"ʼêybâh","pronunciation":"ay-baw'","derivation":"from H340 (אָיַב);","strongs_definition":"hostility","kjv_definition":"emnity, hatred."} +{"id":"H343","strongs_number":"H343","system":"hebrew","language":"hebrew","number_value":343,"lemma":"אֵיד","transliteration":"ʼêyd","pronunciation":"ade","derivation":"from the same as H181 (אוּד) (in the sense of bending down);","strongs_definition":"oppression; by implication misfortune, ruin","kjv_definition":"calamity, destruction."} +{"id":"H344","strongs_number":"H344","system":"hebrew","language":"hebrew","number_value":344,"lemma":"אַיָּה","transliteration":"ʼayâh","pronunciation":"ah-yaw'","derivation":"perhaps from H337 (אִי);","strongs_definition":"the screamer, i.e. a hawk","kjv_definition":"kite, vulture."} +{"id":"H345","strongs_number":"H345","system":"hebrew","language":"hebrew","number_value":345,"lemma":"אַיָּה","transliteration":"ʼAyâh","pronunciation":"ah-yaw'","derivation":"the same as H344 (אַיָּה);","strongs_definition":"Ajah, the name of two Israelites","kjv_definition":"Aiah, Ajah."} +{"id":"H346","strongs_number":"H346","system":"hebrew","language":"hebrew","number_value":346,"lemma":"אַיֵּה","transliteration":"ʼayêh","pronunciation":"ah-yay'","derivation":"prolonged from H335 (אַי);","strongs_definition":"where?","kjv_definition":"where."} +{"id":"H347","strongs_number":"H347","system":"hebrew","language":"hebrew","number_value":347,"lemma":"אִיּוֹב","transliteration":"ʼÎyôwb","pronunciation":"ee-yobe'","derivation":"from H340 (אָיַב); hated (i.e. persecuted);","strongs_definition":"Ijob, the patriarch famous for his patience","kjv_definition":"Job."} +{"id":"H348","strongs_number":"H348","system":"hebrew","language":"hebrew","number_value":348,"lemma":"אִיזֶבֶל","transliteration":"ʼÎyzebel","pronunciation":"ee-zeh'-bel","derivation":"from H336 (אִי)lemma אי missing vowel, corrected to אִי and H2083 (זְבֻל);","strongs_definition":"Izebel, the wife of king Ahab","kjv_definition":"Jezebel."} +{"id":"H349","strongs_number":"H349","system":"hebrew","language":"hebrew","number_value":349,"lemma":"אֵיךְ","transliteration":"ʼêyk","pronunciation":"ake","derivation":"also אֵיכָה ; and אֵיכָכָה ; prolonged from H335 (אַי);","strongs_definition":"how? or how!; also where","kjv_definition":"how, what."} +{"id":"H350","strongs_number":"H350","system":"hebrew","language":"hebrew","number_value":350,"lemma":"אִי־כָבוֹד","transliteration":"ʼÎy-kâbôwd","pronunciation":"ee-kaw-bode'","derivation":"from H336 (אִי)lemma אי missing vowel, corrected to אִי and H3519 (כָּבוֹד); (there is) no glory, i.e. inglorious;","strongs_definition":"Ikabod, a son of Phineas","kjv_definition":"I-chabod."} +{"id":"H351","strongs_number":"H351","system":"hebrew","language":"hebrew","number_value":351,"lemma":"אֵיכֹה","transliteration":"ʼêykôh","pronunciation":"ay-ko","derivation":"probably a variation for H349 (אֵיךְ), but not as an interogative;","strongs_definition":"where","kjv_definition":"where."} +{"id":"H352","strongs_number":"H352","system":"hebrew","language":"hebrew","number_value":352,"lemma":"אַיִל","transliteration":"ʼayil","pronunciation":"ah'-yil","derivation":"from the same as H193 (אוּל);","strongs_definition":"properly, strength; hence, anything strong; specifically a chief (politically); also a ram (from his strength); a pilaster (as a strong support); an oak or other strong tree","kjv_definition":"mighty (man), lintel, oak, post, ram, tree."} +{"id":"H353","strongs_number":"H353","system":"hebrew","language":"hebrew","number_value":353,"lemma":"אֱיָל","transliteration":"ʼĕyâl","pronunciation":"eh-yawl'","derivation":"a variation of H352 (אַיִל);","strongs_definition":"strength","kjv_definition":"strength."} +{"id":"H354","strongs_number":"H354","system":"hebrew","language":"hebrew","number_value":354,"lemma":"אַיָּל","transliteration":"ʼayâl","pronunciation":"ah-yawl'","derivation":"an intensive form of H352 (אַיִל) (in the sense of ram);","strongs_definition":"a stag or male deer","kjv_definition":"hart."} +{"id":"H355","strongs_number":"H355","system":"hebrew","language":"hebrew","number_value":355,"lemma":"אַיָּלָה","transliteration":"ʼayâlâh","pronunciation":"ah-yaw-law'","derivation":"feminine of H354 (אַיָּל);","strongs_definition":"a doe or female deer","kjv_definition":"hind."} +{"id":"H356","strongs_number":"H356","system":"hebrew","language":"hebrew","number_value":356,"lemma":"אֵילוֹן","transliteration":"ʼÊylôwn","pronunciation":"ay-lone'","derivation":"or (shortened) אֵלוֹן ; or אֵילֹן ; from H352 (אַיִל); oak-grove;","strongs_definition":"Elon, the name of a place in Palestine, and also of one Hittite, two Israelites","kjv_definition":"Elon."} +{"id":"H357","strongs_number":"H357","system":"hebrew","language":"hebrew","number_value":357,"lemma":"אַיָּלוֹן","transliteration":"ʼAyâlôwn","pronunciation":"ah-yaw-lone'","derivation":"from H354 (אַיָּל); deer-field;","strongs_definition":"Ajalon, the name of five places in Palestine","kjv_definition":"Aijalon, Ajalon."} +{"id":"H358","strongs_number":"H358","system":"hebrew","language":"hebrew","number_value":358,"lemma":"אֵילוֹן בֵּית חָנָן","transliteration":"ʼÊylôwn Bêyth Chânân","pronunciation":"ay-lone' bayth-chawnawn'","derivation":"from H356 (אֵילוֹן), H1004 (בַּיִת), and H2603 (חָנַן); oak-grove of (the) house of favor;","strongs_definition":"Elon of Beth-chanan, a place in Palestine","kjv_definition":"Elon-bethhanan."} +{"id":"H359","strongs_number":"H359","system":"hebrew","language":"hebrew","number_value":359,"lemma":"אֵילוֹת","transliteration":"ʼÊylôwth","pronunciation":"ay-loth'","derivation":"or אֵילַת ; from H352 (אַיִל); trees or a grove (i.e. palms);","strongs_definition":"Eloth or Elath, a place on the Red Sea","kjv_definition":"Elath, Eloth."} +{"id":"H360","strongs_number":"H360","system":"hebrew","language":"hebrew","number_value":360,"lemma":"אֱיָלוּת","transliteration":"ʼĕyâlûwth","pronunciation":"eh-yaw-looth'","derivation":"feminine of H353 (אֱיָל);","strongs_definition":"power; by implication, protection","kjv_definition":"strength."} +{"id":"H361","strongs_number":"H361","system":"hebrew","language":"hebrew","number_value":361,"lemma":"אֵילָם","transliteration":"ʼêylâm","pronunciation":"ay-lawm'","derivation":"or (shortened) אֵלָם ; or (feminine) אֵלַמָּה ; probably from H352 (אַיִל);","strongs_definition":"a pillar-space (or colonnade), i.e. a pale (or portico)","kjv_definition":"arch."} +{"id":"H362","strongs_number":"H362","system":"hebrew","language":"hebrew","number_value":362,"lemma":"אֵילִם","transliteration":"ʼÊylim","pronunciation":"ay-leem'","derivation":"plural of H352 (אַיִל); palm-trees;","strongs_definition":"Elim, a place in the Desert","kjv_definition":"Elim."} +{"id":"H363","strongs_number":"H363","system":"hebrew","language":"hebrew","number_value":363,"lemma":"אִילָן","transliteration":"ʼîylân","pronunciation":"ee-lawn'","derivation":"(Aramaic) corresponding to H356 (אֵילוֹן);","strongs_definition":"a tree","kjv_definition":"tree."} +{"id":"H364","strongs_number":"H364","system":"hebrew","language":"hebrew","number_value":364,"lemma":"אֵיל פָּארָן","transliteration":"ʼÊyl Pâʼrân","pronunciation":"ale paw-rawn'","derivation":"from H352 (אַיִל) and H6290 (פָּארָן); oak of Paran;","strongs_definition":"El-Paran, a portion of the district of Paran","kjv_definition":"El-paran."} +{"id":"H365","strongs_number":"H365","system":"hebrew","language":"hebrew","number_value":365,"lemma":"אַיֶּלֶת","transliteration":"ʼayeleth","pronunciation":"ah-yeh'-leth","derivation":"the same as H355 (אַיָּלָה);","strongs_definition":"a doe","kjv_definition":"hind, Aijeleth."} +{"id":"H366","strongs_number":"H366","system":"hebrew","language":"hebrew","number_value":366,"lemma":"אָיֹם","transliteration":"ʼâyôm","pronunciation":"aw-yome'","derivation":"from an unused root (meaning to frighten);","strongs_definition":"frightful","kjv_definition":"terrible."} +{"id":"H367","strongs_number":"H367","system":"hebrew","language":"hebrew","number_value":367,"lemma":"אֵימָה","transliteration":"ʼêymâh","pronunciation":"ay-maw'","derivation":"or (shortened) אֵמָה; from the same as H366 (אָיֹם);","strongs_definition":"fright; concrete, an idol (as a bugbear)","kjv_definition":"dread, fear, horror, idol, terrible, terror."} +{"id":"H368","strongs_number":"H368","system":"hebrew","language":"hebrew","number_value":368,"lemma":"אֵימִים","transliteration":"ʼÊymîym","pronunciation":"ay-meem'","derivation":"plural of H367 (אֵימָה); terrors;","strongs_definition":"Emim, an early Canaanitish (or Maobitish) tribe","kjv_definition":"Emims."} +{"id":"H369","strongs_number":"H369","system":"hebrew","language":"hebrew","number_value":369,"lemma":"אַיִן","transliteration":"ʼayin","pronunciation":"ah'-yin","derivation":"as if from a primitive root meaning to be nothing or not exist;","strongs_definition":"a non-entity; generally used as a negative particle","kjv_definition":"else, except, fail, (father-) less, be gone, in(-curable), neither, never, no (where), none, nor, (any, thing), not, nothing, to nought, past, un(-searchable), well-nigh, without. Compare H370 (אַיִן)."} +{"id":"H370","strongs_number":"H370","system":"hebrew","language":"hebrew","number_value":370,"lemma":"אַיִן","transliteration":"ʼayin","pronunciation":"ah-yin'","derivation":"probably identical with H369 (אַיִן) in the sense of query (compare H336 (אִי)lemma אי missing vowel, corrected to אִי)","strongs_definition":"where? (only in connection with prepositional prefix, whence)","kjv_definition":"whence, where."} +{"id":"H371","strongs_number":"H371","system":"hebrew","language":"hebrew","number_value":371,"lemma":"אִין","transliteration":"ʼîyn","pronunciation":"een","derivation":"apparently a shortened form of H369 (אַיִן); but (like H370 (אַיִן)) an interrogative;","strongs_definition":"is it not?","kjv_definition":"not."} +{"id":"H372","strongs_number":"H372","system":"hebrew","language":"hebrew","number_value":372,"lemma":"אִיעֶזֵר","transliteration":"ʼÎyʻezêr","pronunciation":"ee-eh'-zer","derivation":"from H336 (אִי)lemma אי missing vowel, corrected to אִי and H5828 (עֵזֶר); helpless;","strongs_definition":"Iezer, an Israelite","kjv_definition":"Jeezer."} +{"id":"H373","strongs_number":"H373","system":"hebrew","language":"hebrew","number_value":373,"lemma":"אִיעֶזְרִי","transliteration":"ʼÎyʻezrîy","pronunciation":"ee-ez-ree'","derivation":"patronymic from H372 (אִיעֶזֵר);","strongs_definition":"an Iezrite or descendant of Iezer","kjv_definition":"Jezerite."} +{"id":"H374","strongs_number":"H374","system":"hebrew","language":"hebrew","number_value":374,"lemma":"אֵיפָה","transliteration":"ʼêyphâh","pronunciation":"ay-faw'","derivation":"or (shortened) אֵפָה ; of Egyptian derivation;","strongs_definition":"an ephah or measure for grain; hence, a measure in general","kjv_definition":"ephah, (divers) measure(-s)."} +{"id":"H375","strongs_number":"H375","system":"hebrew","language":"hebrew","number_value":375,"lemma":"אֵיפֹה","transliteration":"ʼêyphôh","pronunciation":"ay-fo'","derivation":"from H335 (אַי) and H6311 (פֹּה);","strongs_definition":"what place?; also (of time) when?; or (of means) how?","kjv_definition":"what manner, where."} +{"id":"H376","strongs_number":"H376","system":"hebrew","language":"hebrew","number_value":376,"lemma":"אִישׁ","transliteration":"ʼîysh","pronunciation":"eesh","derivation":"contracted for H582 (אֱנוֹשׁ) (or perhaps rather from an unused root meaning to be extant);","strongs_definition":"a man as an individual or a male person; often used as an adjunct to a more definite term (and in such cases frequently not expressed in translation)","kjv_definition":"also, another, any (man), a certain, [phrase] champion, consent, each, every (one), fellow, (foot-, husband-) man, (good-, great, mighty) man, he, high (degree), him (that is), husband, man(-kind), [phrase] none, one, people, person, [phrase] steward, what (man) soever, whoso(-ever), worthy. Compare H802 (אִשָּׁה)."} +{"id":"H377","strongs_number":"H377","system":"hebrew","language":"hebrew","number_value":377,"lemma":"אִישׁ","transliteration":"ʼîysh","pronunciation":"eesh","derivation":"denominative from H376 (אִישׁ);","strongs_definition":"to be a man, i.e. act in amanly way","kjv_definition":"show (one) self a man."} +{"id":"H378","strongs_number":"H378","system":"hebrew","language":"hebrew","number_value":378,"lemma":"אִישׁ־בֹּשֶׁת","transliteration":"ʼÎysh-Bôsheth","pronunciation":"eesh-bo'-sheth","derivation":"from H376 (אִישׁ) and H1322 (בֹּשֶׁת); man of shame;","strongs_definition":"Ish-Bosheth, a son of King Saul","kjv_definition":"Ish-bosheth."} +{"id":"H379","strongs_number":"H379","system":"hebrew","language":"hebrew","number_value":379,"lemma":"אִישְׁהוֹד","transliteration":"ʼÎyshᵉhôwd","pronunciation":"eesh-hode'","derivation":"from H376 (אִישׁ) and H1935 (הוֹד); man of renown;","strongs_definition":"Ishod, an Israelite","kjv_definition":"Ishod."} +{"id":"H380","strongs_number":"H380","system":"hebrew","language":"hebrew","number_value":380,"lemma":"אִישׁוֹן","transliteration":"ʼîyshôwn","pronunciation":"ee-shone'","derivation":"diminutive from H376 (אִישׁ);","strongs_definition":"the little man of the eye; the pupil or ball; hence, the middle (of night)","kjv_definition":"apple (of the eye), black, obscure."} +{"id":"H381","strongs_number":"H381","system":"hebrew","language":"hebrew","number_value":381,"lemma":"אִישׁ־חַיִל","transliteration":"ʼÎysh-Chayil","pronunciation":"eesh-khah'-yil","derivation":"from H376 (אִישׁ) and H2428 (חַיִל); man of might; by defective transcription (2 Samuel 23:20) אִישׁ־חַיxlit ʼÎsh-Chay corrected to ʼÎysh-Chay; as if from H376 (אִישׁ) and H2416 (חַי); living man;","strongs_definition":"Ishchail (or Ish-chai), an Israelite","kjv_definition":"a valiant man."} +{"id":"H382","strongs_number":"H382","system":"hebrew","language":"hebrew","number_value":382,"lemma":"אִישׁ־טוֹב","transliteration":"ʼÎysh-Ṭôwb","pronunciation":"eesh-tobe'","derivation":"from H376 (אִישׁ) and H2897 (טוֹב); man of Tob;","strongs_definition":"Ish-Tob, a place in Palestine","kjv_definition":"Ish-tob."} +{"id":"H383","strongs_number":"H383","system":"hebrew","language":"hebrew","number_value":383,"lemma":"אִיתַי","transliteration":"ʼîythay","pronunciation":"ee-thah'ee","derivation":"(Aramaic) corresponding to H3426 (יֵשׁ);","strongs_definition":"properly, entity; used only as aparticle of affirmation, there is","kjv_definition":"art thou, can, do ye, have, it be, there is (are), [idiom] we will not."} +{"id":"H384","strongs_number":"H384","system":"hebrew","language":"hebrew","number_value":384,"lemma":"אִיתִיאֵל","transliteration":"ʼÎythîyʼêl","pronunciation":"eeth-ee-ale'","derivation":"perhaps from H837 (אֹשֶׁר) and H410 (אֵל); God has arrived;","strongs_definition":"Ithiel, the name of an Israelite, also of a symbolical person","kjv_definition":"Ithiel."} +{"id":"H385","strongs_number":"H385","system":"hebrew","language":"hebrew","number_value":385,"lemma":"אִיתָמָר","transliteration":"ʼÎythâmâr","pronunciation":"eeth-aw-mawr'","derivation":"from H339 (אִי) and H8558 (תָּמָר); coast of the palm-tree;","strongs_definition":"Ithamar, a son of Aaron","kjv_definition":"Ithamar."} +{"id":"H386","strongs_number":"H386","system":"hebrew","language":"hebrew","number_value":386,"lemma":"אֵיתָן","transliteration":"ʼêythân","pronunciation":"ay-thawn'","derivation":"or (shortened) אֵתָן ; from an unused root (meaning to continue);","strongs_definition":"permanence; hence (concrete) permanent; specifically a chieftain","kjv_definition":"hard, mighty, rough, strength, strong."} +{"id":"H387","strongs_number":"H387","system":"hebrew","language":"hebrew","number_value":387,"lemma":"אֵיתָן","transliteration":"ʼÊythân","pronunciation":"ay-thawn'","derivation":"the same as H386 (אֵיתָן); permanent;","strongs_definition":"Ethan, the name of four Israelites","kjv_definition":"Ethan."} +{"id":"H388","strongs_number":"H388","system":"hebrew","language":"hebrew","number_value":388,"lemma":"אֵיתָנִים","transliteration":"ʼÊythânîym","pronunciation":"ay-thaw-neem'","derivation":"plural of H386 (אֵיתָן); always with the article; the permanent brooks;","strongs_definition":"Ethanim, the name of a month","kjv_definition":"Ethanim."} +{"id":"H389","strongs_number":"H389","system":"hebrew","language":"hebrew","number_value":389,"lemma":"אַךְ","transliteration":"ʼak","pronunciation":"ak","derivation":"akin to H403 (אָכֵן);","strongs_definition":"a particle of affirmation, surely; hence (by limitation) only","kjv_definition":"also, in any wise, at least, but, certainly, even, howbeit, nevertheless, notwithstanding, only, save, surely, of a surety, truly, verily, [phrase] wherefore, yet (but)."} +{"id":"H390","strongs_number":"H390","system":"hebrew","language":"hebrew","number_value":390,"lemma":"אַכַּד","transliteration":"ʼAkkad","pronunciation":"ak-kad'","derivation":"from an unused root probably meaning to strengthen; a fortress;","strongs_definition":"Accad, a place in Babylon","kjv_definition":"Accad."} +{"id":"H391","strongs_number":"H391","system":"hebrew","language":"hebrew","number_value":391,"lemma":"אַכְזָב","transliteration":"ʼakzâb","pronunciation":"ak-zawb'","derivation":"from H3576 (כָּזַב);","strongs_definition":"falsehood; by implication treachery","kjv_definition":"liar, lie."} +{"id":"H392","strongs_number":"H392","system":"hebrew","language":"hebrew","number_value":392,"lemma":"אַכְזִיב","transliteration":"ʼAkzîyb","pronunciation":"ak-zeeb'","derivation":"from H391 (אַכְזָב); deceitful (in the sense of a winter-torrent which fails in summer);","strongs_definition":"Akzib, the name of two places in Palestine","kjv_definition":"Achzib."} +{"id":"H393","strongs_number":"H393","system":"hebrew","language":"hebrew","number_value":393,"lemma":"אַכְזָר","transliteration":"ʼakzâr","pronunciation":"ak-zawr'","derivation":"from an unused root (apparently meaning to act harshly);","strongs_definition":"violent; by implication deadly; also (in a good sense) brave","kjv_definition":"cruel, fierce."} +{"id":"H394","strongs_number":"H394","system":"hebrew","language":"hebrew","number_value":394,"lemma":"אַכְזָרִי","transliteration":"ʼakzârîy","pronunciation":"ak-zawr-ree'","derivation":"from H393 (אַכְזָר);","strongs_definition":"terrible","kjv_definition":"cruel (one)."} +{"id":"H395","strongs_number":"H395","system":"hebrew","language":"hebrew","number_value":395,"lemma":"אַכְזְרִיּוּת","transliteration":"ʼakzᵉrîyûwth","pronunciation":"ak-ze-ree-ooth'","derivation":"from H394 (אַכְזָרִי);","strongs_definition":"fierceness","kjv_definition":"cruel."} +{"id":"H396","strongs_number":"H396","system":"hebrew","language":"hebrew","number_value":396,"lemma":"אֲכִילָה","transliteration":"ʼăkîylâh","pronunciation":"ak-ee-law'","derivation":"feminine from H398 (אָכַל);","strongs_definition":"something eatable, i.e. food","kjv_definition":"meat."} +{"id":"H397","strongs_number":"H397","system":"hebrew","language":"hebrew","number_value":397,"lemma":"אֲכִישׁ","transliteration":"ʼĂkîysh","pronunciation":"aw-keesh'","derivation":"of uncertain derivation;","strongs_definition":"Akish, a Philistine king","kjv_definition":"Achish."} +{"id":"H398","strongs_number":"H398","system":"hebrew","language":"hebrew","number_value":398,"lemma":"אָכַל","transliteration":"ʼâkal","pronunciation":"aw-kal'","derivation":"a primitive root;","strongs_definition":"to eat (literally or figuratively)","kjv_definition":"[idiom] at all, burn up, consume, devour(-er, up), dine, eat(-er, up), feed (with), food, [idiom] freely, [idiom] in...wise(-deed, plenty), (lay) meat, [idiom] quite."} +{"id":"H399","strongs_number":"H399","system":"hebrew","language":"hebrew","number_value":399,"lemma":"אֲכַל","transliteration":"ʼăkal","pronunciation":"ak-al'","derivation":"(Aramaic) corresponding to H398 (אָכַל)","strongs_definition":"{to eat (literally or figuratively)}","kjv_definition":"[phrase] accuse, devour, eat."} +{"id":"H400","strongs_number":"H400","system":"hebrew","language":"hebrew","number_value":400,"lemma":"אֹכֶל","transliteration":"ʼôkel","pronunciation":"o'-kel","derivation":"from H398 (אָכַל);","strongs_definition":"food","kjv_definition":"eating, food, meal(-time), meat, prey, victuals."} +{"id":"H401","strongs_number":"H401","system":"hebrew","language":"hebrew","number_value":401,"lemma":"אֻכָל","transliteration":"ʼUkâl","pronunciation":"oo-kawl'","derivation":"or אֻכָּל; apparently from H398 (אָכַל); devoured;","strongs_definition":"Ucal, a fancy name","kjv_definition":"Ucal."} +{"id":"H402","strongs_number":"H402","system":"hebrew","language":"hebrew","number_value":402,"lemma":"אׇכְלָה","transliteration":"ʼoklâh","pronunciation":"ok-law'","derivation":"feminine of H401 (אֻכָל);","strongs_definition":"food","kjv_definition":"consume, devour, eat, food, meat."} +{"id":"H403","strongs_number":"H403","system":"hebrew","language":"hebrew","number_value":403,"lemma":"אָכֵן","transliteration":"ʼâkên","pronunciation":"aw-kane'","derivation":"from H3559 (כּוּן) (compare H3651 (כֵּן));","strongs_definition":"firmly; figuratively, surely; also (advers.) but","kjv_definition":"but, certainly, nevertheless, surely, truly, verily."} +{"id":"H404","strongs_number":"H404","system":"hebrew","language":"hebrew","number_value":404,"lemma":"אָכַף","transliteration":"ʼâkaph","pronunciation":"aw-kaf'","derivation":"a primitive root; apparently meaning to curve (as with a burden);","strongs_definition":"to urge","kjv_definition":"crave."} +{"id":"H405","strongs_number":"H405","system":"hebrew","language":"hebrew","number_value":405,"lemma":"אֶכֶף","transliteration":"ʼekeph","pronunciation":"eh'-kef","derivation":"from H404 (אָכַף);","strongs_definition":"a load; by implication, a stroke (others dignity)","kjv_definition":"hand."} +{"id":"H406","strongs_number":"H406","system":"hebrew","language":"hebrew","number_value":406,"lemma":"אִכָּר","transliteration":"ʼikkâr","pronunciation":"ik-kawr'","derivation":"from an unused root meaning to dig;","strongs_definition":"a farmer","kjv_definition":"husbandman, ploughman."} +{"id":"H407","strongs_number":"H407","system":"hebrew","language":"hebrew","number_value":407,"lemma":"אַכְשָׁף","transliteration":"ʼAkshâph","pronunciation":"ak-shawf'","derivation":"from H3784 (כָּשַׁף); fascination;","strongs_definition":"Acshaph, a place in Palestine","kjv_definition":"Achshaph."} +{"id":"H408","strongs_number":"H408","system":"hebrew","language":"hebrew","number_value":408,"lemma":"אַל","transliteration":"ʼal","pronunciation":"al","derivation":"a negative particle (akin to H3808 (לֹא));","strongs_definition":"not (the qualified negation, used as a deprecative); once (Job 24:25) as a noun, nothing","kjv_definition":"nay, neither, [phrase] never, no, nor, not, nothing (worth), rather than."} +{"id":"H409","strongs_number":"H409","system":"hebrew","language":"hebrew","number_value":409,"lemma":"אַל","transliteration":"ʼal","pronunciation":"al","derivation":"(Aramaic) corresponding to H408 (אַל)","strongs_definition":"{not (the qualified negation, used as a deprecative); once (Job 24:25) as a noun, nothing}","kjv_definition":"not."} +{"id":"H410","strongs_number":"H410","system":"hebrew","language":"hebrew","number_value":410,"lemma":"אֵל","transliteration":"ʼêl","pronunciation":"ale","derivation":"shortened from H352 (אַיִל);","strongs_definition":"strength; as adjective, mighty; especially the Almighty (but used also of any deity)","kjv_definition":"God (god), [idiom] goodly, [idiom] great, idol, might(-y one), power, strong. Compare names in '-el.'"} +{"id":"H411","strongs_number":"H411","system":"hebrew","language":"hebrew","number_value":411,"lemma":"אֵל","transliteration":"ʼêl","pronunciation":"ale","derivation":"a demonstrative particle (but only in a plural sense)","strongs_definition":"these or those","kjv_definition":"these, those. Compare H428 (אֵלֶּה)."} +{"id":"H412","strongs_number":"H412","system":"hebrew","language":"hebrew","number_value":412,"lemma":"אֵל","transliteration":"ʼêl","pronunciation":"ale","derivation":"(Aramaic) corresponding to H411 (אֵל)","strongs_definition":"{these or those}","kjv_definition":"these."} +{"id":"H413","strongs_number":"H413","system":"hebrew","language":"hebrew","number_value":413,"lemma":"אֵל","transliteration":"ʼêl","pronunciation":"ale","derivation":"(but only used in the shortened constructive form אֶל ); a primitive particle; properly, denoting motion towards, but occasionally used of a quiescent position, i.e.","strongs_definition":"near, with or among; often in general, to","kjv_definition":"about, according to, after, against, among, as for, at, because(-fore, -side), both...and, by, concerning, for, from, [idiom] hath, in(-to), near, (out) of, over, through, to(-ward), under, unto, upon, whether, with(-in)."} +{"id":"H414","strongs_number":"H414","system":"hebrew","language":"hebrew","number_value":414,"lemma":"אֵלָא","transliteration":"ʼÊlâʼ","pronunciation":"ay-law'","derivation":"a variation of H424 (אֵלָה)lemma אִלָה first vowel, corrected to אֵלָה; oak;","strongs_definition":"Ela, an Israelite","kjv_definition":"Elah."} +{"id":"H415","strongs_number":"H415","system":"hebrew","language":"hebrew","number_value":415,"lemma":"אֵל אֱלֹהֵי יִשְׂרָאֵל","transliteration":"ʼÊl ʼĕlôhêy Yisrâʼêl","pronunciation":"ale el-o-hay' yis-rawale'","derivation":"from H410 (אֵל) and H430 (אֱלֹהִים) and H3478 (יִשְׂרָאֵל); the mighty god if Jisrael;","strongs_definition":"El-Elohi-Jisrael, the title given to a consecrated spot by Jacob","kjv_definition":"Elelohe-israel."} +{"id":"H416","strongs_number":"H416","system":"hebrew","language":"hebrew","number_value":416,"lemma":"אֵל בֵּית־אֵל","transliteration":"ʼÊl Bêyth-ʼÊl","pronunciation":"ale bayth-ale'","derivation":"from H410 (אֵל) and H1008 (בֵּית־אֵל); the God of Bethel;","strongs_definition":"El-Bethel, the title given to a consecrated spot by Jacob","kjv_definition":"El-beth-el."} +{"id":"H417","strongs_number":"H417","system":"hebrew","language":"hebrew","number_value":417,"lemma":"אֶלְגָּבִישׁ","transliteration":"ʼelgâbîysh","pronunciation":"el-gaw-beesh'","derivation":"from H410 (אֵל) and H1378 (גָּבִישׁ);","strongs_definition":"hail (as if a great pearl)","kjv_definition":"great hail(-stones)."} +{"id":"H418","strongs_number":"H418","system":"hebrew","language":"hebrew","number_value":418,"lemma":"אַלְגּוּמִּים","transliteration":"ʼalgûwmmîym","pronunciation":"al-goom-meem'","derivation":"by transposition for H484 (אַלְמֻגִּים);","strongs_definition":"sticks of algum wood","kjv_definition":"algum (trees)."} +{"id":"H419","strongs_number":"H419","system":"hebrew","language":"hebrew","number_value":419,"lemma":"אֶלְדָּד","transliteration":"ʼEldâd","pronunciation":"el-dad'","derivation":"from H410 (אֵל) and H1730 (דּוֹד); God has loved;","strongs_definition":"Eldad, an Israelite","kjv_definition":"Eldad."} +{"id":"H420","strongs_number":"H420","system":"hebrew","language":"hebrew","number_value":420,"lemma":"אֶלְדָּעָה","transliteration":"ʼEldâʻâh","pronunciation":"el-daw-aw'","derivation":"from H410 (אֵל) and H3045 (יָדַע); God of knowledge;","strongs_definition":"Eldaah, a son of Midian","kjv_definition":"Eldaah."} +{"id":"H421","strongs_number":"H421","system":"hebrew","language":"hebrew","number_value":421,"lemma":"אָלָה","transliteration":"ʼâlâh","pronunciation":"aw-law'","derivation":"a primitive root (rather identical with H422 (אָלָה) through the idea of invocation);","strongs_definition":"to bewail","kjv_definition":"lament."} +{"id":"H422","strongs_number":"H422","system":"hebrew","language":"hebrew","number_value":422,"lemma":"אָלָה","transliteration":"ʼâlâh","pronunciation":"aw-law'","derivation":"a primitive root;","strongs_definition":"properly, to adjure, i.e. (usually in a bad sense) imprecate","kjv_definition":"adjure, curse, swear."} +{"id":"H423","strongs_number":"H423","system":"hebrew","language":"hebrew","number_value":423,"lemma":"אָלָה","transliteration":"ʼâlâh","pronunciation":"aw-law'","derivation":"from H422 (אָלָה);","strongs_definition":"an imprecation","kjv_definition":"curse, cursing, execration, oath, swearing."} +{"id":"H424","strongs_number":"H424","system":"hebrew","language":"hebrew","number_value":424,"lemma":"אֵלָה","transliteration":"ʼêlâh","pronunciation":"ay-law'","derivation":"feminine of H352 (אַיִל);","strongs_definition":"an oak or other strong tree","kjv_definition":"elm, oak, teil-tree."} +{"id":"H425","strongs_number":"H425","system":"hebrew","language":"hebrew","number_value":425,"lemma":"אֵלָה","transliteration":"ʼÊlâh","pronunciation":"ay-law'","derivation":"the same as H424 (אֵלָה)lemma אִלָה first vowel, corrected to אֵלָה;","strongs_definition":"Elah, the name of an Edomite, of four Israelites, and also of a place in Palestine","kjv_definition":"Elah."} +{"id":"H426","strongs_number":"H426","system":"hebrew","language":"hebrew","number_value":426,"lemma":"אֱלָהּ","transliteration":"ʼĕlâhh","pronunciation":"el-aw'","derivation":"(Aramaic) corresponding to H433 (אֱלוֹהַּ);","strongs_definition":"God","kjv_definition":"God, god."} +{"id":"H427","strongs_number":"H427","system":"hebrew","language":"hebrew","number_value":427,"lemma":"אַלָּה","transliteration":"ʼallâh","pronunciation":"al-law'","derivation":"A variation of H424 (אֵלָה)lemma אִלָה first vowel, corrected to אֵלָה","strongs_definition":"{an oak or other strong tree}","kjv_definition":"oak."} +{"id":"H428","strongs_number":"H428","system":"hebrew","language":"hebrew","number_value":428,"lemma":"אֵלֶּה","transliteration":"ʼêl-leh","pronunciation":"ale'-leh","derivation":"prolonged from H411 (אֵל);","strongs_definition":"these or those","kjv_definition":"an-(the) other; one sort, so, some, such, them, these (same), they, this, those, thus, which, who(-m)."} +{"id":"H429","strongs_number":"H429","system":"hebrew","language":"hebrew","number_value":429,"lemma":"אֵלֶּה","transliteration":"ʼêlleh","pronunciation":"ale'-leh","derivation":"(Aramaic) corresponding to H428 (אֵלֶּה)","strongs_definition":"{these or those}","kjv_definition":"these."} +{"id":"H430","strongs_number":"H430","system":"hebrew","language":"hebrew","number_value":430,"lemma":"אֱלֹהִים","transliteration":"ʼĕlôhîym","pronunciation":"el-o-heem'","derivation":"plural of H433 (אֱלוֹהַּ);","strongs_definition":"gods in the ordinary sense; but specifically used (in the plural thus, especially with the article) of the supreme God; occasionally applied by way of deference to magistrates; and sometimes as a superlative","kjv_definition":"angels, [idiom] exceeding, God (gods) (-dess, -ly), [idiom] (very) great, judges, [idiom] mighty."} +{"id":"H431","strongs_number":"H431","system":"hebrew","language":"hebrew","number_value":431,"lemma":"אֲלוּ","transliteration":"ʼălûw","pronunciation":"al-oo'","derivation":"(Aramaic) probably prolonged from H412 (אֵל);","strongs_definition":"lo!","kjv_definition":"behold."} +{"id":"H432","strongs_number":"H432","system":"hebrew","language":"hebrew","number_value":432,"lemma":"אִלּוּ","transliteration":"ʼillûw","pronunciation":"il-loo'","derivation":"probably from H408 (אַל);","strongs_definition":"nay, i.e. (softened) if","kjv_definition":"but if, yea though."} +{"id":"H433","strongs_number":"H433","system":"hebrew","language":"hebrew","number_value":433,"lemma":"אֱלוֹהַּ","transliteration":"ʼĕlôwahh","pronunciation":"el-o'-ah","derivation":"rarely (shortened) אֱלֹהַּ; probably prolonged (emphatic) from H410 (אֵל);","strongs_definition":"a deity or the Deity","kjv_definition":"God, god. See H430 (אֱלֹהִים)."} +{"id":"H434","strongs_number":"H434","system":"hebrew","language":"hebrew","number_value":434,"lemma":"אֱלוּל","transliteration":"ʼĕlûwl","pronunciation":"el-ool'","derivation":"for H457 (אֱלִיל);","strongs_definition":"good for nothing","kjv_definition":"thing of nought."} +{"id":"H435","strongs_number":"H435","system":"hebrew","language":"hebrew","number_value":435,"lemma":"אֱלוּל","transliteration":"ʼĔlûwl","pronunciation":"el-ool'","derivation":"probably of foreign derivation;","strongs_definition":"Elul, the sixth Jewish month","kjv_definition":"Elul."} +{"id":"H436","strongs_number":"H436","system":"hebrew","language":"hebrew","number_value":436,"lemma":"אֵלוֹן","transliteration":"ʼêlôwn","pronunciation":"ay-lone'","derivation":"prolonged from H352 (אַיִל);","strongs_definition":"an oak or other strong tree","kjv_definition":"plain. See also H356 (אֵילוֹן)."} +{"id":"H437","strongs_number":"H437","system":"hebrew","language":"hebrew","number_value":437,"lemma":"אַלּוֹן","transliteration":"ʼallôwn","pronunciation":"al-lone'","derivation":"a variation of H436 (אֵלוֹן)","strongs_definition":"{an oak or other strong tree}","kjv_definition":"oak."} +{"id":"H438","strongs_number":"H438","system":"hebrew","language":"hebrew","number_value":438,"lemma":"אַלּוֹן","transliteration":"ʼAllôwn","pronunciation":"al-lone'","derivation":"the same as H437 (אַלּוֹן);","strongs_definition":"Allon, an Israelite, also a place in Palestine","kjv_definition":"Allon."} +{"id":"H439","strongs_number":"H439","system":"hebrew","language":"hebrew","number_value":439,"lemma":"אַלּוֹן בָּכוּת","transliteration":"ʼAllôwn Bâkûwth","pronunciation":"al-lone' baw-kooth'","derivation":"from H437 (אַלּוֹן) and a variation of H1068 (בְּכִית); oak of weeping;","strongs_definition":"Allon-Bakuth, a monumental tree","kjv_definition":"Allon-bachuth."} +{"id":"H440","strongs_number":"H440","system":"hebrew","language":"hebrew","number_value":440,"lemma":"אֵלוֹנִי","transliteration":"ʼÊlôwnîy","pronunciation":"ay-lo-nee'","derivation":"or rather (shortened) אֵלֹנִי; patron from H438 (אַלּוֹן);","strongs_definition":"an Elonite or descendant (collectively) of Elon","kjv_definition":"Elonites."} +{"id":"H441","strongs_number":"H441","system":"hebrew","language":"hebrew","number_value":441,"lemma":"אַלּוּף","transliteration":"ʼallûwph","pronunciation":"al-loof'","derivation":"or (shortened) אַלֻּף; from H502 (אָלַף);","strongs_definition":"familiar; a friend, also gentle; hence, a bullock (as being tame; applied, although masculine, to a cow); and so, a chieftain (as notable, like neat cattle)","kjv_definition":"captain, duke, (chief) friend, governor, guide, ox."} +{"id":"H442","strongs_number":"H442","system":"hebrew","language":"hebrew","number_value":442,"lemma":"אָלוּשׁ","transliteration":"ʼÂlûwsh","pronunciation":"aw-loosh'","derivation":"of uncertain derivation;","strongs_definition":"Alush, a place in the Desert","kjv_definition":"Alush."} +{"id":"H443","strongs_number":"H443","system":"hebrew","language":"hebrew","number_value":443,"lemma":"אֶלְזָבָד","transliteration":"ʼElzâbâd","pronunciation":"el-zaw-bawd'","derivation":"from H410 (אֵל) and H2064 (זָבַד); God has bestowed;","strongs_definition":"Elzabad, the name of two Israelites","kjv_definition":"Elzabad."} +{"id":"H444","strongs_number":"H444","system":"hebrew","language":"hebrew","number_value":444,"lemma":"אָלַח","transliteration":"ʼâlach","pronunciation":"aw-lakh'","derivation":"a primitive root;","strongs_definition":"to muddle, i.e. (figuratively and intransitive) to turn (morally) corrupt","kjv_definition":"become filthy."} +{"id":"H445","strongs_number":"H445","system":"hebrew","language":"hebrew","number_value":445,"lemma":"אֶלְחָנָן","transliteration":"ʼElchânân","pronunciation":"el-khaw-nawn'","derivation":"from H410 (אֵל) and H2603 (חָנַן); God (is) gracious;","strongs_definition":"Elchanan, an Israelite","kjv_definition":"Elkanan."} +{"id":"H446","strongs_number":"H446","system":"hebrew","language":"hebrew","number_value":446,"lemma":"אֱלִיאָב","transliteration":"ʼĔlîyʼâb","pronunciation":"el-ee-awb'","derivation":"from H410 (אֵל) and H1 (אָב); God of (his) father;","strongs_definition":"Eliab, the name of six Israelites","kjv_definition":"Eliab."} +{"id":"H447","strongs_number":"H447","system":"hebrew","language":"hebrew","number_value":447,"lemma":"אֱלִיאֵל","transliteration":"ʼĔlîyʼêl","pronunciation":"el-ee-ale'","derivation":"from H410 (אֵל) repeated; God of (his) God;","strongs_definition":"Eliel, the name of nine Israelites","kjv_definition":"Eliel."} +{"id":"H448","strongs_number":"H448","system":"hebrew","language":"hebrew","number_value":448,"lemma":"אֱלִיאָתָה","transliteration":"ʼĔlîyʼâthâh","pronunciation":"el-ee-aw-thaw'","derivation":"or (contraction) אֱלִיָּתָה; from H410 (אֵל) and H225 (אוּת); God of (his) consent;","strongs_definition":"Eliathah, an Israelite","kjv_definition":"Eliathah."} +{"id":"H449","strongs_number":"H449","system":"hebrew","language":"hebrew","number_value":449,"lemma":"אֱלִידָד","transliteration":"ʼĔlîydâd","pronunciation":"el-ee-dawd'","derivation":"from the same as H419 (אֶלְדָּד); God of (his) love;","strongs_definition":"Elidad, an Israelite","kjv_definition":"Elidad."} +{"id":"H450","strongs_number":"H450","system":"hebrew","language":"hebrew","number_value":450,"lemma":"אֶלְיָדָע","transliteration":"ʼElyâdâʻ","pronunciation":"el-yaw-daw'","derivation":"from H410 (אֵל) and H3045 (יָדַע); God (is) knowing;","strongs_definition":"Eljada, the name of two Israelites and of an Aramaean leader","kjv_definition":"Eliada."} +{"id":"H451","strongs_number":"H451","system":"hebrew","language":"hebrew","number_value":451,"lemma":"אַלְיָה","transliteration":"ʼalyâh","pronunciation":"al-yaw'","derivation":"from H422 (אָלָה) (in the original sense of strength);","strongs_definition":"the stout part, i.e. the fat tail of the Oriental sheep","kjv_definition":"rump."} +{"id":"H452","strongs_number":"H452","system":"hebrew","language":"hebrew","number_value":452,"lemma":"אֵלִיָּה","transliteration":"ʼÊlîyâh","pronunciation":"ay-lee-yaw'","derivation":"or prolonged אֵלִיָּהוּ; from H410 (אֵל) and H3050 (יָהּ); God of Jehovah;","strongs_definition":"Elijah, the name of the famous prophet and of two other Israelites","kjv_definition":"Elijah, Eliah."} +{"id":"H453","strongs_number":"H453","system":"hebrew","language":"hebrew","number_value":453,"lemma":"אֱלִיהוּ","transliteration":"ʼĔlîyhûw","pronunciation":"el-ee-hoo'","derivation":"or (fully) אֱלִיהוּא; from H410 (אֵל) and H1931 (הוּא); God of him;","strongs_definition":"Elihu, the name of one of Job's friends, and of three Israelites","kjv_definition":"Elihu."} +{"id":"H454","strongs_number":"H454","system":"hebrew","language":"hebrew","number_value":454,"lemma":"אֶלְיְהוֹעֵינַי","transliteration":"ʼElyᵉhôwʻêynay","pronunciation":"el-ye-ho-ay-nah'ee","derivation":"or (shortened) אֶלְיוֹעֵינַי; from H413 (אֵל) and H3068 (יְהֹוָה) and H5869 (עַיִן); towards Jehovah (are) my eyes;","strongs_definition":"Eljehoenai or Eljoenai, the name of seven Israelites","kjv_definition":"Elihoenai, Elionai."} +{"id":"H455","strongs_number":"H455","system":"hebrew","language":"hebrew","number_value":455,"lemma":"אֶלְיַחְבָּא","transliteration":"ʼElyachbâʼ","pronunciation":"el-yakh-baw'","derivation":"from H410 (אֵל) and H2244 (חָבָא); God will hide;","strongs_definition":"Eljachba, an Israelite","kjv_definition":"Eliahbah."} +{"id":"H456","strongs_number":"H456","system":"hebrew","language":"hebrew","number_value":456,"lemma":"אֱלִיחֹרֶף","transliteration":"ʼĔlîychôreph","pronunciation":"el-ee-kho'-ref","derivation":"from H410 (אֵל) and H2779 (חֹרֶף); God of autumn;","strongs_definition":"Elichoreph, an Israelite","kjv_definition":"Elihoreph."} +{"id":"H457","strongs_number":"H457","system":"hebrew","language":"hebrew","number_value":457,"lemma":"אֱלִיל","transliteration":"ʼĕlîyl","pronunciation":"el-eel'","derivation":"apparently from H408 (אַל);","strongs_definition":"good for nothing, by anal. vain or vanity; specifically an idol","kjv_definition":"idol, no value, thing of nought."} +{"id":"H458","strongs_number":"H458","system":"hebrew","language":"hebrew","number_value":458,"lemma":"אֱלִימֶלֶךְ","transliteration":"ʼĔlîymelek","pronunciation":"el-ee-meh'-lek","derivation":"from H410 (אֵל) and H4428 (מֶלֶךְ); God of (the) king;","strongs_definition":"Elimelek, an Israelite","kjv_definition":"Elimelech."} +{"id":"H459","strongs_number":"H459","system":"hebrew","language":"hebrew","number_value":459,"lemma":"אִלֵּין","transliteration":"ʼillêyn","pronunciation":"il-lane'","derivation":"(Aramaic) or shorter אִלֵּן; prolonged from H412 (אֵל);","strongs_definition":"these","kjv_definition":"the, these."} +{"id":"H460","strongs_number":"H460","system":"hebrew","language":"hebrew","number_value":460,"lemma":"אֶלְיָסָף","transliteration":"ʼElyâçâph","pronunciation":"el-yaw-sawf'","derivation":"from H410 (אֵל) and H3254 (יָסַף); God (is) gatherer;","strongs_definition":"Eljasaph, the name of two Israelites","kjv_definition":"Eliasaph."} +{"id":"H461","strongs_number":"H461","system":"hebrew","language":"hebrew","number_value":461,"lemma":"אֱלִיעֶזֶר","transliteration":"ʼĔlîyʻezer","pronunciation":"el-ee-eh'-zer","derivation":"from H410 (אֵל) and H5828 (עֵזֶר); God of help;","strongs_definition":"Eliezer, the name of a Damascene and of ten Israelites","kjv_definition":"Eliezer."} +{"id":"H462","strongs_number":"H462","system":"hebrew","language":"hebrew","number_value":462,"lemma":"אֱלִיעֵינַי","transliteration":"ʼĔlîyʻêynay","pronunciation":"el-ee-ay-nah'ee","derivation":"probably contracted for H454 (אֶלְיְהוֹעֵינַי);","strongs_definition":"Elienai, an Israelite","kjv_definition":"Elienai."} +{"id":"H463","strongs_number":"H463","system":"hebrew","language":"hebrew","number_value":463,"lemma":"אֱלִיעָם","transliteration":"ʼĔlîyʻâm","pronunciation":"el-ee-awm'","derivation":"from H410 (אֵל) and H5971 (עַם); God of (the) people;","strongs_definition":"Eliam, an Israelite","kjv_definition":"Eliam."} +{"id":"H464","strongs_number":"H464","system":"hebrew","language":"hebrew","number_value":464,"lemma":"אֱלִיפַז","transliteration":"ʼĔlîyphaz","pronunciation":"el-ee-faz'","derivation":"from H410 (אֵל) and H6337 (פָּז); God of gold;","strongs_definition":"Eliphaz, the name of one of Job's friends, and of a son of Esau","kjv_definition":"Eliphaz."} +{"id":"H465","strongs_number":"H465","system":"hebrew","language":"hebrew","number_value":465,"lemma":"אֱלִיפָל","transliteration":"ʼĔlîyphâl","pronunciation":"el-ee-fawl'","derivation":"from H410 (אֵל) and H6419 (פָּלַל); God of judgment;","strongs_definition":"Eliphal, an Israelite","kjv_definition":"Eliphal."} +{"id":"H466","strongs_number":"H466","system":"hebrew","language":"hebrew","number_value":466,"lemma":"אֱלִיפְלֵהוּ","transliteration":"ʼĔlîyphᵉlêhûw","pronunciation":"el-ee-fe-lay'-hoo","derivation":"from H410 (אֵל) and H6395 (פָּלָה); God of his distinction;","strongs_definition":"Eliphelehu, an Israelite","kjv_definition":"Elipheleh."} +{"id":"H467","strongs_number":"H467","system":"hebrew","language":"hebrew","number_value":467,"lemma":"אֱלִיפֶלֶט","transliteration":"ʼĔlîypheleṭ","pronunciation":"el-ee-feh'-let","derivation":"or (shortened) אֱלְפֶּלֶט; from H410 (אֵל) and H6405 (פַּלֵּט); God of deliverance;","strongs_definition":"Eliphelet or Elpelet, the name of six Israelites","kjv_definition":"Eliphalet, Eliphelet, Elpalet."} +{"id":"H468","strongs_number":"H468","system":"hebrew","language":"hebrew","number_value":468,"lemma":"אֱלִיצוּר","transliteration":"ʼĔlîytsûwr","pronunciation":"el-ee-tsoor'","derivation":"from H410 (אֵל) and H6697 (צוּר); God of (the) rock;","strongs_definition":"Elitsur, an Israelite","kjv_definition":"Elizur."} +{"id":"H469","strongs_number":"H469","system":"hebrew","language":"hebrew","number_value":469,"lemma":"אֱלִיצָפָן","transliteration":"ʼĔlîytsâphân","pronunciation":"el-ee-tsaw-fawn'","derivation":"or (shortened) אֶלְצָפָן; from H410 (אֵל) and H6845 (צָפַן); God of treasure;","strongs_definition":"Elitsaphan or Eltsaphan, an Israelite","kjv_definition":"Elizaphan, Elzaphan."} +{"id":"H470","strongs_number":"H470","system":"hebrew","language":"hebrew","number_value":470,"lemma":"אֱלִיקָא","transliteration":"ʼĔlîyqâʼ","pronunciation":"el-ee-kaw'","derivation":"from H410 (אֵל) and H6958 (קוֹא); God of rejection;","strongs_definition":"Elika, an Israelite","kjv_definition":"Elika."} +{"id":"H471","strongs_number":"H471","system":"hebrew","language":"hebrew","number_value":471,"lemma":"אֶלְיָקִים","transliteration":"ʼElyâqîym","pronunciation":"el-yaw-keem'","derivation":"from H410 (אֵל) and H6965 (קוּם); God of raising;","strongs_definition":"Eljakim, the name of four Israelites","kjv_definition":"Eliakim."} +{"id":"H472","strongs_number":"H472","system":"hebrew","language":"hebrew","number_value":472,"lemma":"אֱלִישֶׁבַע","transliteration":"ʼĔlîyshebaʻ","pronunciation":"el-ee-sheh'-bah","derivation":"from H410 (אֵל) and H7651 (שֶׁבַע) (in the sense of H7650 (שָׁבַע)); God of (the) oath;","strongs_definition":"Elisheba, the wife of Aaron","kjv_definition":"Elisheba."} +{"id":"H473","strongs_number":"H473","system":"hebrew","language":"hebrew","number_value":473,"lemma":"אֱלִישָׁה","transliteration":"ʼĔlîyshâh","pronunciation":"el-ee-shaw'","derivation":"probably of foreign derivation;","strongs_definition":"Elishah, a son of Javan","kjv_definition":"Elishah."} +{"id":"H474","strongs_number":"H474","system":"hebrew","language":"hebrew","number_value":474,"lemma":"אֱלִישׁוּעַ","transliteration":"ʼĔlîyshûwaʻ","pronunciation":"el-ee-shoo'-ah","derivation":"from H410 (אֵל) and H7769 (שׁוּעַ); God of supplication (or of riches);","strongs_definition":"Elishua, the son of King David","kjv_definition":"Elishua."} +{"id":"H475","strongs_number":"H475","system":"hebrew","language":"hebrew","number_value":475,"lemma":"אֶלְיָשִׁיב","transliteration":"ʼElyâshîyb","pronunciation":"el-yaw-sheeb'","derivation":"from H410 (אֵל) and H7725 (שׁוּב); God will restore;","strongs_definition":"Eljashib, the name of six Israelites","kjv_definition":"Eliashib."} +{"id":"H476","strongs_number":"H476","system":"hebrew","language":"hebrew","number_value":476,"lemma":"אֱלִישָׁמָע","transliteration":"ʼĔlîyshâmâʻ","pronunciation":"el-ee-shaw-maw'","derivation":"from H410 (אֵל) and H8085 (שָׁמַע); God of hearing;","strongs_definition":"Elishama, the name of seven Israelites","kjv_definition":"Elishama."} +{"id":"H477","strongs_number":"H477","system":"hebrew","language":"hebrew","number_value":477,"lemma":"אֱלִישָׁע","transliteration":"ʼĔlîyshâʻ","pronunciation":"el-ee-shaw'","derivation":"contracted for H474 (אֱלִישׁוּעַ).;","strongs_definition":"Elisha, the famous prophet","kjv_definition":"Elisha."} +{"id":"H478","strongs_number":"H478","system":"hebrew","language":"hebrew","number_value":478,"lemma":"אֱלִישָׁפָט","transliteration":"ʼĔlîyshâphâṭ","pronunciation":"el-ee-shaw-fawt'","derivation":"from H410 (אֵל) and H8199 (שָׁפַט); God of judgment;","strongs_definition":"Elishaphat, an Israelite","kjv_definition":"Elishaphat."} +{"id":"H479","strongs_number":"H479","system":"hebrew","language":"hebrew","number_value":479,"lemma":"אִלֵּךְ","transliteration":"ʼillêk","pronunciation":"il-lake'","derivation":"(Aramaic) prolonged from H412 (אֵל);","strongs_definition":"these","kjv_definition":"these, those."} +{"id":"H480","strongs_number":"H480","system":"hebrew","language":"hebrew","number_value":480,"lemma":"אַלְלַי","transliteration":"ʼalᵉlay","pronunciation":"al-le-lah'ee","derivation":"by reduplication from H421 (אָלָה);","strongs_definition":"alas!","kjv_definition":"woe."} +{"id":"H481","strongs_number":"H481","system":"hebrew","language":"hebrew","number_value":481,"lemma":"אָלַם","transliteration":"ʼâlam","pronunciation":"aw-lam'","derivation":"a primitive root;","strongs_definition":"to tie fast; hence (of the mouth) to be tongue-tied","kjv_definition":"bind, be dumb, put to silence."} +{"id":"H482","strongs_number":"H482","system":"hebrew","language":"hebrew","number_value":482,"lemma":"אֵלֶם","transliteration":"ʼêlem","pronunciation":"ay'-lem","derivation":"from H481 (אָלַם);","strongs_definition":"silence (i.e. mute justice)","kjv_definition":"congregation. Compare H3128 (יוֹנַת אֵלֶם רְחֹקִים)."} +{"id":"H483","strongs_number":"H483","system":"hebrew","language":"hebrew","number_value":483,"lemma":"אִלֵּם","transliteration":"ʼillêm","pronunciation":"il-lame'","derivation":"from H481 (אָלַם);","strongs_definition":"speechless","kjv_definition":"dumb (man)."} +{"id":"H484","strongs_number":"H484","system":"hebrew","language":"hebrew","number_value":484,"lemma":"אַלְמֻגִּים","transliteration":"ʼalmuggîym","pronunciation":"al-moog-gheem'","derivation":"probably of foreign derivation (used thus only in the plural);","strongs_definition":"almug (i.e. probably sandle-wood) sticks","kjv_definition":"almug trees. Compare H418 (אַלְגּוּמִּים)."} +{"id":"H485","strongs_number":"H485","system":"hebrew","language":"hebrew","number_value":485,"lemma":"אֲלֻמָּה","transliteration":"ʼălummâh","pronunciation":"al-oom-maw'","derivation":"or (masculine) אָלֻם; passive participle of H481 (אָלַם);","strongs_definition":"something bound; a sheaf","kjv_definition":"sheaf."} +{"id":"H486","strongs_number":"H486","system":"hebrew","language":"hebrew","number_value":486,"lemma":"אַלְמוֹדָד","transliteration":"ʼAlmôwdâd","pronunciation":"al-mo-dawd'","derivation":"probably of foreign derivation","strongs_definition":"Almodad, a son of Joktan","kjv_definition":"Almodad."} +{"id":"H487","strongs_number":"H487","system":"hebrew","language":"hebrew","number_value":487,"lemma":"אַלַּמֶּלֶךְ","transliteration":"ʼAllammelek","pronunciation":"al-lam-meh'-lek","derivation":"from H427 (אַלָּה) and H4428 (מֶלֶךְ); oak of (the) king;","strongs_definition":"Allammelek, a place in Palestine","kjv_definition":"Alammelech."} +{"id":"H488","strongs_number":"H488","system":"hebrew","language":"hebrew","number_value":488,"lemma":"אַלְמָן","transliteration":"ʼalmân","pronunciation":"al-mawn'","derivation":"prolonged from H481 (אָלַם) in the sense of bereavement;","strongs_definition":"discarded (as a divorced person)","kjv_definition":"forsaken."} +{"id":"H489","strongs_number":"H489","system":"hebrew","language":"hebrew","number_value":489,"lemma":"אַלְמֹן","transliteration":"ʼalmôn","pronunciation":"al-mone'","derivation":"from H481 (אָלַם) as in H488 (אַלְמָן);","strongs_definition":"bereavement","kjv_definition":"widowhood."} +{"id":"H490","strongs_number":"H490","system":"hebrew","language":"hebrew","number_value":490,"lemma":"אַלְמָנָה","transliteration":"ʼalmânâh","pronunciation":"al-maw-naw'","derivation":"feminine of H488 (אַלְמָן);","strongs_definition":"a widow; also a desolate place","kjv_definition":"desolate house (palace), widow."} +{"id":"H491","strongs_number":"H491","system":"hebrew","language":"hebrew","number_value":491,"lemma":"אַלְמָנוּת","transliteration":"ʼalmânûwth","pronunciation":"al-maw-nooth'","derivation":"feminine of H488 (אַלְמָן);","strongs_definition":"concrete, a widow; abstract, widowhood","kjv_definition":"widow, widowhood."} +{"id":"H492","strongs_number":"H492","system":"hebrew","language":"hebrew","number_value":492,"lemma":"אַלְמֹנִי","transliteration":"ʼalmônîy","pronunciation":"al-mo-nee'","derivation":"from H489 (אַלְמֹן) in the sense of concealment;","strongs_definition":"some one (i.e. so and so, without giving the name of the person or place)","kjv_definition":"one, and such."} +{"id":"H493","strongs_number":"H493","system":"hebrew","language":"hebrew","number_value":493,"lemma":"אֶלְנַעַם","transliteration":"ʼElnaʻam","pronunciation":"el-nah'-am","derivation":"from H410 (אֵל) and H5276 (נָעֵם); God (is his) delight;","strongs_definition":"Elnaam, an Israelite","kjv_definition":"Elnaam."} +{"id":"H494","strongs_number":"H494","system":"hebrew","language":"hebrew","number_value":494,"lemma":"אֶלְנָתָן","transliteration":"ʼElnâthân","pronunciation":"el-naw-thawn'","derivation":"from H410 (אֵל) and H5414 (נָתַן); God (is the) giver;","strongs_definition":"Elnathan, the name of four Israelites","kjv_definition":"Elnathan."} +{"id":"H495","strongs_number":"H495","system":"hebrew","language":"hebrew","number_value":495,"lemma":"אֶלָּסָר","transliteration":"ʼEllâçâr","pronunciation":"el-law-sawr'","derivation":"probably of foreign derivation;","strongs_definition":"Ellasar, an early country of Asia","kjv_definition":"Ellasar."} +{"id":"H496","strongs_number":"H496","system":"hebrew","language":"hebrew","number_value":496,"lemma":"אֶלְעָד","transliteration":"ʼElʻâd","pronunciation":"el-awd'","derivation":"from H410 (אֵל) and H5749 (עוּד); God has testified;","strongs_definition":"Elad, an Israelite","kjv_definition":"Elead."} +{"id":"H497","strongs_number":"H497","system":"hebrew","language":"hebrew","number_value":497,"lemma":"אֶלְעָדָה","transliteration":"ʼElʻâdâh","pronunciation":"el-aw-daw'","derivation":"from H410 (אֵל) and H5710 (עָדָה); God has decked;","strongs_definition":"Eladah, an Israelite","kjv_definition":"Eladah."} +{"id":"H498","strongs_number":"H498","system":"hebrew","language":"hebrew","number_value":498,"lemma":"אֶלְעוּזַי","transliteration":"ʼElʻûwzay","pronunciation":"el-oo-zah'ee","derivation":"from H410 (אֵל) and H5756 (עוּז) (in the sense of H5797 (עֹז)); God (is) defensive;","strongs_definition":"Eluzai, an Israelite","kjv_definition":"Eluzai."} +{"id":"H499","strongs_number":"H499","system":"hebrew","language":"hebrew","number_value":499,"lemma":"אֶלְעָזָר","transliteration":"ʼElʻâzâr","pronunciation":"el-aw-zawr'","derivation":"from H410 (אֵל) and H5826 (עָזַר); God (is) helper;","strongs_definition":"Elazar, the name of seven Israelites","kjv_definition":"Eleazar."} +{"id":"H500","strongs_number":"H500","system":"hebrew","language":"hebrew","number_value":500,"lemma":"אֶלְעָלֵא","transliteration":"ʼElʻâlêʼ","pronunciation":"el-aw-lay'","derivation":"or (more properly) אֶלְעָלֵה; from H410 (אֵל) and H5927 (עָלָה); God (is) going up;","strongs_definition":"Elale or Elaleh, a place east of the Jordan","kjv_definition":"Elealeh."} +{"id":"H501","strongs_number":"H501","system":"hebrew","language":"hebrew","number_value":501,"lemma":"אֶלְעָשָׂה","transliteration":"ʼElʻâsâh","pronunciation":"el-aw-saw'","derivation":"from H410 (אֵל) and H6213 (עָשָׂה); God has made;","strongs_definition":"Elasah, the name of four Israelites","kjv_definition":"Elasah, Eleasah."} +{"id":"H502","strongs_number":"H502","system":"hebrew","language":"hebrew","number_value":502,"lemma":"אָלַף","transliteration":"ʼâlaph","pronunciation":"aw-lof'","derivation":"a primitive root, to associate with;","strongs_definition":"hence, to learn (and causatively to teach)","kjv_definition":"learn, teach, utter."} +{"id":"H503","strongs_number":"H503","system":"hebrew","language":"hebrew","number_value":503,"lemma":"אָלַף","transliteration":"ʼâlaph","pronunciation":"aw-laf'","derivation":"denominative from H505 (אֶלֶף);","strongs_definition":"causative, to make athousandfold","kjv_definition":"bring forth thousands."} +{"id":"H504","strongs_number":"H504","system":"hebrew","language":"hebrew","number_value":504,"lemma":"אֶלֶף","transliteration":"ʼeleph","pronunciation":"eh'-lef","derivation":"from H502 (אָלַף);","strongs_definition":"a family; also (from the sense of yoking or taming) an ox or cow","kjv_definition":"family, kine, oxen."} +{"id":"H505","strongs_number":"H505","system":"hebrew","language":"hebrew","number_value":505,"lemma":"אֶלֶף","transliteration":"ʼeleph","pronunciation":"eh'-lef","derivation":"prop, the same as H504 (אֶלֶף);","strongs_definition":"hence (the ox's head being the first letter of the alphabet, and this eventually used as a numeral) a thousand","kjv_definition":"thousand."} +{"id":"H506","strongs_number":"H506","system":"hebrew","language":"hebrew","number_value":506,"lemma":"אֲלַף","transliteration":"ʼălaph","pronunciation":"al-af'","derivation":"(Aramaic) or אֶלֶף; (Aramaic), corresponding to H505 (אֶלֶף)","strongs_definition":"{hence (the ox's head being the first letter of the alphabet, and this eventually used as a numeral) a thousand}","kjv_definition":"thousand."} +{"id":"H507","strongs_number":"H507","system":"hebrew","language":"hebrew","number_value":507,"lemma":"אֶלֶף","transliteration":"ʼEleph","pronunciation":"eh'-lef","derivation":"the same as H505 (אֶלֶף);","strongs_definition":"Eleph, a place in Palestine","kjv_definition":"Eleph."} +{"id":"H508","strongs_number":"H508","system":"hebrew","language":"hebrew","number_value":508,"lemma":"אֶלְפַּעַל","transliteration":"ʼElpaʻal","pronunciation":"el-pah'-al","derivation":"from H410 (אֵל) and H6466 (פָּעַל); God (is) act;","strongs_definition":"Elpaal, an Israelite","kjv_definition":"Elpaal."} +{"id":"H509","strongs_number":"H509","system":"hebrew","language":"hebrew","number_value":509,"lemma":"אָלַץ","transliteration":"ʼâlats","pronunciation":"aw-lats'","derivation":"a primitive root;","strongs_definition":"to press","kjv_definition":"urge."} +{"id":"H510","strongs_number":"H510","system":"hebrew","language":"hebrew","number_value":510,"lemma":"אַלְקוּם","transliteration":"ʼalqûwm","pronunciation":"al-koom'","derivation":"probably from H408 (אַל) and H6965 (קוּם);","strongs_definition":"a non-rising (i.e. resistlessness)","kjv_definition":"no rising up."} +{"id":"H511","strongs_number":"H511","system":"hebrew","language":"hebrew","number_value":511,"lemma":"אֶלְקָנָה","transliteration":"ʼElqânâh","pronunciation":"el-kaw-naw'","derivation":"from H410 (אֵל) and H7069 (קָנָה); God has obtained;","strongs_definition":"Elkanah, the name of several Israelites","kjv_definition":"Elkanah."} +{"id":"H512","strongs_number":"H512","system":"hebrew","language":"hebrew","number_value":512,"lemma":"אֶלְקֹשִׁי","transliteration":"ʼElqôshîy","pronunciation":"el-ko-shee'","derivation":"patrial from a name of uncertain derivation;","strongs_definition":"an Elkoshite or native of Elkosh","kjv_definition":"Elkoshite."} +{"id":"H513","strongs_number":"H513","system":"hebrew","language":"hebrew","number_value":513,"lemma":"אֶלְתּוֹלַד","transliteration":"ʼEltôwlad","pronunciation":"el-to-lad'","derivation":"probably from H410 (אֵל) and a masculine form of H8435 (תּוֹלְדָה) (compare H8434 (תּוֹלָד)); God (is) generator;","strongs_definition":"Eltolad, a place in Palestine","kjv_definition":"Eltolad."} +{"id":"H514","strongs_number":"H514","system":"hebrew","language":"hebrew","number_value":514,"lemma":"אֶלְתְּקֵא","transliteration":"ʼEltᵉqêʼ","pronunciation":"el-te-kay'","derivation":"or (more properly) אֶלְתְּקֵה; of uncertain derivation;","strongs_definition":"Eltekeh or Elteke, a place in Palestine","kjv_definition":"Eltekeh."} +{"id":"H515","strongs_number":"H515","system":"hebrew","language":"hebrew","number_value":515,"lemma":"אֶלְתְּקֹן","transliteration":"ʼEltᵉqôn","pronunciation":"el-te-kone'","derivation":"from H410 (אֵל) and H8626 (תָּקַן); God (is) straight;","strongs_definition":"Eltekon, a place in Palestine","kjv_definition":"Eltekon."} +{"id":"H516","strongs_number":"H516","system":"hebrew","language":"hebrew","number_value":516,"lemma":"אַל תַּשְׁחֵת","transliteration":"ʼAl tashchêth","pronunciation":"al tash-kayth'","derivation":"from H408 (אַל) and H7843 (שָׁחַת);","strongs_definition":"'Thou must not destroy'; probably the opening words to a popular song","kjv_definition":"Al-taschith."} +{"id":"H517","strongs_number":"H517","system":"hebrew","language":"hebrew","number_value":517,"lemma":"אֵם","transliteration":"ʼêm","pronunciation":"ame","derivation":"a primitive word;","strongs_definition":"a mother (as the bond of the family); in a wide sense (both literally and figuratively (like father))","kjv_definition":"dam, mother, [idiom] parting."} +{"id":"H518","strongs_number":"H518","system":"hebrew","language":"hebrew","number_value":518,"lemma":"אִם","transliteration":"ʼim","pronunciation":"eem","derivation":"a primitive particle;","strongs_definition":"used very widely as demonstrative, lo!; interrogative, whether?; or conditional, if, although; also Oh that!, when; hence, as a negative, not","kjv_definition":"(and, can-, doubtless, if, that) (not), [phrase] but, either, [phrase] except, [phrase] more(-over if, than), neither, nevertheless, nor, oh that, or, [phrase] save (only, -ing), seeing, since, sith, [phrase] surely (no more, none, not), though, [phrase] of a truth, [phrase] unless, [phrase] verily, when, whereas, whether, while, [phrase] yet."} +{"id":"H519","strongs_number":"H519","system":"hebrew","language":"hebrew","number_value":519,"lemma":"אָמָה","transliteration":"ʼâmâh","pronunciation":"aw-maw'","derivation":"apparently a primitive word;","strongs_definition":"a maidservant or female slave","kjv_definition":"(hand-) bondmaid(-woman), maid(-servant)."} +{"id":"H520","strongs_number":"H520","system":"hebrew","language":"hebrew","number_value":520,"lemma":"אַמָּה","transliteration":"ʼammâh","pronunciation":"am-maw'","derivation":"prolonged from H517 (אֵם);","strongs_definition":"properly, a mother (i.e. unit of measure, or the fore-arm (below the elbow), i.e. a cubit; also a door-base (as a bond of the entrance)","kjv_definition":"cubit, [phrase] hundred (by exchange for H3967 (מֵאָה)), measure, post."} +{"id":"H521","strongs_number":"H521","system":"hebrew","language":"hebrew","number_value":521,"lemma":"אַמָּה","transliteration":"ʼammâh","pronunciation":"am-maw'","derivation":"(Aramaic) corresponding to H520 (אַמָּה)","strongs_definition":"{properly, a mother (i.e. unit of measure, or the fore-arm (below the elbow), i.e. a cubit; also a door-base (as a bond of the entrance)}","kjv_definition":"cubit."} +{"id":"H522","strongs_number":"H522","system":"hebrew","language":"hebrew","number_value":522,"lemma":"אַמָּה","transliteration":"ʼAmmâh","pronunciation":"am-maw'","derivation":"the same as H520 (אַמָּה);","strongs_definition":"Ammah, a hill in Palestine","kjv_definition":"Ammah."} +{"id":"H523","strongs_number":"H523","system":"hebrew","language":"hebrew","number_value":523,"lemma":"אֻמַּה","transliteration":"ʼummah","pronunciation":"oom-maw'","derivation":"from the same as H517 (אֵם);","strongs_definition":"a collection, i.e. community of persons","kjv_definition":"nation, people."} +{"id":"H524","strongs_number":"H524","system":"hebrew","language":"hebrew","number_value":524,"lemma":"אֻמָּה","transliteration":"ʼummâh","pronunciation":"oom-maw'","derivation":"(Aramaic) corresponding to H523 (אֻמַּה)","strongs_definition":"{a collection, i.e. community of persons}","kjv_definition":"nation."} +{"id":"H525","strongs_number":"H525","system":"hebrew","language":"hebrew","number_value":525,"lemma":"אָמוֹן","transliteration":"ʼâmôwn","pronunciation":"aw-mone'","derivation":"from H539 (אָמַן), probably in the sense of training; like H542 (אָמָן)","strongs_definition":"skilled, i.e. an architect","kjv_definition":"one brought up."} +{"id":"H526","strongs_number":"H526","system":"hebrew","language":"hebrew","number_value":526,"lemma":"אָמוֹן","transliteration":"ʼÂmôwn","pronunciation":"aw-mone'","derivation":"the same as H525 (אָמוֹן);","strongs_definition":"Amon, the name of three Israelites","kjv_definition":"Amon."} +{"id":"H527","strongs_number":"H527","system":"hebrew","language":"hebrew","number_value":527,"lemma":"אָמוֹן","transliteration":"ʼâmôwn","pronunciation":"aw-mone'","derivation":"a variation for H1995 (הָמוֹן);","strongs_definition":"a throng of people","kjv_definition":"multitude."} +{"id":"H528","strongs_number":"H528","system":"hebrew","language":"hebrew","number_value":528,"lemma":"אָמוֹן","transliteration":"ʼÂmôwn","pronunciation":"aw-mone'","derivation":"of Egyptian derivation; used only as an adjunct of H4996 (נֹא)","strongs_definition":"Amon (i.e. Ammon or Amn), a deity of Egypt","kjv_definition":"multitude, populous."} +{"id":"H529","strongs_number":"H529","system":"hebrew","language":"hebrew","number_value":529,"lemma":"אֵמוּן","transliteration":"ʼêmûwn","pronunciation":"ay-moon'","derivation":"from H539 (אָמַן);","strongs_definition":"established, i.e. (figuratively) trusty; also (abstractly) trustworthiness","kjv_definition":"faith(-ful), truth."} +{"id":"H530","strongs_number":"H530","system":"hebrew","language":"hebrew","number_value":530,"lemma":"אֱמוּנָה","transliteration":"ʼĕmûwnâh","pronunciation":"em-oo-naw'","derivation":"or (shortened) אֱמֻנָה; feminine of H529 (אֵמוּן);","strongs_definition":"literally firmness; figuratively security; morally fidelity","kjv_definition":"faith(-ful, -ly, -ness, (man)), set office, stability, steady, truly, truth, verily."} +{"id":"H531","strongs_number":"H531","system":"hebrew","language":"hebrew","number_value":531,"lemma":"אָמוֹץ","transliteration":"ʼÂmôwts","pronunciation":"aw-mohts'","derivation":"from H553 (אָמַץ); strong;","strongs_definition":"Amots, an Israelite","kjv_definition":"Amoz."} +{"id":"H532","strongs_number":"H532","system":"hebrew","language":"hebrew","number_value":532,"lemma":"אָמִי","transliteration":"ʼÂmîy","pronunciation":"aw-mee'","derivation":"an abbreviated form for H526 (אָמוֹן);","strongs_definition":"Ami, an Israelite","kjv_definition":"Ami."} +{"id":"H533","strongs_number":"H533","system":"hebrew","language":"hebrew","number_value":533,"lemma":"אַמִּיץ","transliteration":"ʼammîyts","pronunciation":"am-meets'","derivation":"or (shortened) אַמִּץ; from H553 (אָמַץ);","strongs_definition":"strong or (abstractly) strength","kjv_definition":"courageous, mighty, strong (one)."} +{"id":"H534","strongs_number":"H534","system":"hebrew","language":"hebrew","number_value":534,"lemma":"אָמִיר","transliteration":"ʼâmîyr","pronunciation":"aw-meer'","derivation":"apparently from H559 (אָמַר) (in the sense of self-exaltation);","strongs_definition":"a summit (of a tree or mountain","kjv_definition":"bough, branch."} +{"id":"H535","strongs_number":"H535","system":"hebrew","language":"hebrew","number_value":535,"lemma":"אָמַל","transliteration":"ʼâmal","pronunciation":"aw-mal'","derivation":"a primitive root;","strongs_definition":"to droop; by implication to be sick, to mourn","kjv_definition":"languish, be weak, wax feeble."} +{"id":"H536","strongs_number":"H536","system":"hebrew","language":"hebrew","number_value":536,"lemma":"אֻמְלַל","transliteration":"ʼumlal","pronunciation":"oom-lal'","derivation":"from H535 (אָמַל);","strongs_definition":"sick","kjv_definition":"weak."} +{"id":"H537","strongs_number":"H537","system":"hebrew","language":"hebrew","number_value":537,"lemma":"אֲמֵלָל","transliteration":"ʼămêlâl","pronunciation":"am-ay-lawl'","derivation":"from H535 (אָמַל);","strongs_definition":"languid","kjv_definition":"feeble."} +{"id":"H538","strongs_number":"H538","system":"hebrew","language":"hebrew","number_value":538,"lemma":"אֲמָם","transliteration":"ʼĂmâm","pronunciation":"am-awm'","derivation":"from H517 (אֵם); gathering-spot;","strongs_definition":"Amam, a place in Palestine","kjv_definition":"Amam."} +{"id":"H539","strongs_number":"H539","system":"hebrew","language":"hebrew","number_value":539,"lemma":"אָמַן","transliteration":"ʼâman","pronunciation":"aw-man'","derivation":"a primitive root; (Isaiah 30:21; interchangeable with H541 (אָמַן), to go to the right hand)","strongs_definition":"properly, to build up or support; to foster as a parent or nurse; figuratively to render (or be) firm or faithful, to trust or believe, to be permanent or quiet; morally to be true or certain;","kjv_definition":"hence, assurance, believe, bring up, establish, [phrase] fail, be faithful (of long continuance, stedfast, sure, surely, trusty, verified), nurse, (-ing father), (put), trust, turn to the right."} +{"id":"H540","strongs_number":"H540","system":"hebrew","language":"hebrew","number_value":540,"lemma":"אֲמַן","transliteration":"ʼăman","pronunciation":"am-an'","derivation":"(Aramaic) corresponding to H539 (אָמַן)","strongs_definition":"{properly, to build up or support; to foster as a parent or nurse; figuratively to render (or be) firm or faithful, to trust or believe, to be permanent or quiet; morally to be true or certain};","kjv_definition":"believe, faithful, sure."} +{"id":"H541","strongs_number":"H541","system":"hebrew","language":"hebrew","number_value":541,"lemma":"אָמַן","transliteration":"ʼâman","pronunciation":"aw-man'","derivation":"denominative from H3225 (יָמִין);","strongs_definition":"to take the right hand road","kjv_definition":"turn to the right. See H539 (אָמַן)."} +{"id":"H542","strongs_number":"H542","system":"hebrew","language":"hebrew","number_value":542,"lemma":"אָמָן","transliteration":"ʼâmân","pronunciation":"aw-mawn'","derivation":"from H539 (אָמַן) (in the sense of training);","strongs_definition":"an expert","kjv_definition":"cunning workman."} +{"id":"H543","strongs_number":"H543","system":"hebrew","language":"hebrew","number_value":543,"lemma":"אָמֵן","transliteration":"ʼâmên","pronunciation":"aw-mane'","derivation":"from H539 (אָמַן);","strongs_definition":"sure; abstract, faithfulness; adverb, truly","kjv_definition":"Amen, so be it, truth."} +{"id":"H544","strongs_number":"H544","system":"hebrew","language":"hebrew","number_value":544,"lemma":"אֹמֶן","transliteration":"ʼômen","pronunciation":"oh-men'","derivation":"from H539 (אָמַן);","strongs_definition":"verity","kjv_definition":"truth."} +{"id":"H545","strongs_number":"H545","system":"hebrew","language":"hebrew","number_value":545,"lemma":"אׇמְנָה","transliteration":"ʼomnâh","pronunciation":"om-naw'","derivation":"feminine of H544 (אֹמֶן) (in the specific sense of training);","strongs_definition":"tutelage","kjv_definition":"brought up."} +{"id":"H546","strongs_number":"H546","system":"hebrew","language":"hebrew","number_value":546,"lemma":"אׇמְנָה","transliteration":"ʼomnâh","pronunciation":"om-naw'","derivation":"feminine form of H544 (אֹמֶן) (in its usual sense);","strongs_definition":"adverb, surely","kjv_definition":"indeed."} +{"id":"H547","strongs_number":"H547","system":"hebrew","language":"hebrew","number_value":547,"lemma":"אֹמְנָה","transliteration":"ʼômᵉnâh","pronunciation":"om-me-naw'","derivation":"feminine active participle of H544 (אֹמֶן) (in the original sense of supporting);","strongs_definition":"a column","kjv_definition":"pillar."} +{"id":"H548","strongs_number":"H548","system":"hebrew","language":"hebrew","number_value":548,"lemma":"אֲמָנָה","transliteration":"ʼămânâh","pronunciation":"am-aw-naw'","derivation":"feminine of H543 (אָמֵן);","strongs_definition":"something fixed, i.e. a covenant. an allowance","kjv_definition":"certain portion, sure."} +{"id":"H549","strongs_number":"H549","system":"hebrew","language":"hebrew","number_value":549,"lemma":"אֲמָנָה","transliteration":"ʼĂmânâh","pronunciation":"am-aw-naw'","derivation":"the same as H548 (אֲמָנָה);","strongs_definition":"Amanah, a mountain near Damascus","kjv_definition":"Amana."} +{"id":"H550","strongs_number":"H550","system":"hebrew","language":"hebrew","number_value":550,"lemma":"אַמְנוֹן","transliteration":"ʼAmnôwn","pronunciation":"am-nohn'","derivation":"or אֲמִינוֹן; from H539 (אָמַן); faithful;","strongs_definition":"Amnon (or Aminon), a son of David","kjv_definition":"Amnon."} +{"id":"H551","strongs_number":"H551","system":"hebrew","language":"hebrew","number_value":551,"lemma":"אׇמְנָם","transliteration":"ʼomnâm","pronunciation":"om-nawm'","derivation":"adverb from H544 (אֹמֶן);","strongs_definition":"verily","kjv_definition":"indeed, no doubt, surely, (it is, of a) true(-ly, -th)."} +{"id":"H552","strongs_number":"H552","system":"hebrew","language":"hebrew","number_value":552,"lemma":"אֻמְנָם","transliteration":"ʼumnâm","pronunciation":"oom-nawm'","derivation":"an orthographical variation of H551 (אׇמְנָם)","strongs_definition":"{verily}","kjv_definition":"in (very) deed; of a surety."} +{"id":"H553","strongs_number":"H553","system":"hebrew","language":"hebrew","number_value":553,"lemma":"אָמַץ","transliteration":"ʼâmats","pronunciation":"aw-mats'","derivation":"a primitive root;","strongs_definition":"to be alert, physically (on foot) or mentally (in courage)","kjv_definition":"confirm, be courageous (of good courage, stedfastly minded, strong, stronger), establish, fortify, harden, increase, prevail, strengthen (self), make strong (obstinate, speed)."} +{"id":"H554","strongs_number":"H554","system":"hebrew","language":"hebrew","number_value":554,"lemma":"אָמֹץ","transliteration":"ʼâmôts","pronunciation":"aw-mohts'","derivation":"probably from H553 (אָמַץ);","strongs_definition":"of a strong color, i.e. red (others fleet)","kjv_definition":"bay."} +{"id":"H555","strongs_number":"H555","system":"hebrew","language":"hebrew","number_value":555,"lemma":"אֹמֶץ","transliteration":"ʼômets","pronunciation":"o'-mets","derivation":"from H553 (אָמַץ);","strongs_definition":"strength","kjv_definition":"stronger."} +{"id":"H556","strongs_number":"H556","system":"hebrew","language":"hebrew","number_value":556,"lemma":"אַמְצָה","transliteration":"ʼamtsâh","pronunciation":"am-tsaw'","derivation":"from H553 (אָמַץ);","strongs_definition":"force","kjv_definition":"strength."} +{"id":"H557","strongs_number":"H557","system":"hebrew","language":"hebrew","number_value":557,"lemma":"אַמְצִי","transliteration":"ʼAmtsîy","pronunciation":"am-tsee'","derivation":"from H553 (אָמַץ); strong;","strongs_definition":"Amtsi, an Israelite","kjv_definition":"Amzi."} +{"id":"H558","strongs_number":"H558","system":"hebrew","language":"hebrew","number_value":558,"lemma":"אֲמַצְיָה","transliteration":"ʼĂmatsyâh","pronunciation":"am-ats-yaw'","derivation":"or אֲמַצְיָהוּ; from H553 (אָמַץ) and H3050 (יָהּ); strength of Jah;","strongs_definition":"Amatsjah, the name of four Israelites","kjv_definition":"Amaziah."} +{"id":"H559","strongs_number":"H559","system":"hebrew","language":"hebrew","number_value":559,"lemma":"אָמַר","transliteration":"ʼâmar","pronunciation":"aw-mar'","derivation":"a primitive root;","strongs_definition":"to say (used with great latitude)","kjv_definition":"answer, appoint, avouch, bid, boast self, call, certify, challenge, charge, [phrase] (at the, give) command(-ment), commune, consider, declare, demand, [idiom] desire, determine, [idiom] expressly, [idiom] indeed, [idiom] intend, name, [idiom] plainly, promise, publish, report, require, say, speak (against, of), [idiom] still, [idiom] suppose, talk, tell, term, [idiom] that is, [idiom] think, use (speech), utter, [idiom] verily, [idiom] yet."} +{"id":"H560","strongs_number":"H560","system":"hebrew","language":"hebrew","number_value":560,"lemma":"אֲמַר","transliteration":"ʼămar","pronunciation":"am-ar'","derivation":"(Aramaic) corresponding to H559 (אָמַר)","strongs_definition":"{to say (used with great latitude)}","kjv_definition":"command, declare, say, speak, tell."} +{"id":"H561","strongs_number":"H561","system":"hebrew","language":"hebrew","number_value":561,"lemma":"אֵמֶר","transliteration":"ʼêmer","pronunciation":"ay'-mer","derivation":"from H559 (אָמַר);","strongs_definition":"something said","kjv_definition":"answer, [idiom] appointed unto him, saying, speech, word."} +{"id":"H562","strongs_number":"H562","system":"hebrew","language":"hebrew","number_value":562,"lemma":"אֹמֶר","transliteration":"ʼômer","pronunciation":"o'-mer","derivation":"the same as H561 (אֵמֶר)","strongs_definition":"{something said}","kjv_definition":"promise, speech, thing, word."} +{"id":"H563","strongs_number":"H563","system":"hebrew","language":"hebrew","number_value":563,"lemma":"אִמַּר","transliteration":"ʼimmar","pronunciation":"im-mar'","derivation":"(Aramaic) perhaps from H560 (אֲמַר) (in the sense of bringing forth);","strongs_definition":"a lamb","kjv_definition":"lamb."} +{"id":"H564","strongs_number":"H564","system":"hebrew","language":"hebrew","number_value":564,"lemma":"אִמֵּר","transliteration":"ʼImmêr","pronunciation":"im-mare'","derivation":"from H559 (אָמַר); talkative;","strongs_definition":"Immer, the name of five Israelites","kjv_definition":"Immer."} +{"id":"H565","strongs_number":"H565","system":"hebrew","language":"hebrew","number_value":565,"lemma":"אִמְרָה","transliteration":"ʼimrâh","pronunciation":"im-raw'","derivation":"or אֶמְרָה; feminine of H561 (אֵמֶר), and meaning the same","strongs_definition":"{something said}","kjv_definition":"commandment, speech, word."} +{"id":"H566","strongs_number":"H566","system":"hebrew","language":"hebrew","number_value":566,"lemma":"אִמְרִי","transliteration":"ʼImrîy","pronunciation":"im-ree'","derivation":"from H564 (אִמֵּר);","strongs_definition":"Imri, the name of two Israelites","kjv_definition":"Imri."} +{"id":"H567","strongs_number":"H567","system":"hebrew","language":"hebrew","number_value":567,"lemma":"אֱמֹרִי","transliteration":"ʼĔmôrîy","pronunciation":"em-o-ree'","derivation":"probably a patronymic from an unused name derived from H559 (אָמַר) in the sense of publicity, i.e. prominence; thus, a mountaineer;","strongs_definition":"an Emorite, one of the Canaanitish tribes","kjv_definition":"Amorite."} +{"id":"H568","strongs_number":"H568","system":"hebrew","language":"hebrew","number_value":568,"lemma":"אֲמַרְיָה","transliteration":"ʼĂmaryâh","pronunciation":"am-ar-yaw'","derivation":"or prolonged אֲמַרְיָהוּ; from H559 (אָמַר) and H3050 (יָהּ); Jah has said (i.e. promised);","strongs_definition":"Amarjah, the name of nine Israelites","kjv_definition":"Amariah."} +{"id":"H569","strongs_number":"H569","system":"hebrew","language":"hebrew","number_value":569,"lemma":"אַמְרָפֶל","transliteration":"ʼAmrâphel","pronunciation":"am-raw-fel'","derivation":"of uncertain (perhaps foreign) derivation;","strongs_definition":"Amraphel, a king of Shinar","kjv_definition":"Amraphel."} +{"id":"H570","strongs_number":"H570","system":"hebrew","language":"hebrew","number_value":570,"lemma":"אֶמֶשׁ","transliteration":"ʼemesh","pronunciation":"eh'-mesh","derivation":"time past, i.e.","strongs_definition":"yesterday or last night","kjv_definition":"former time, yesterday(-night)"} +{"id":"H571","strongs_number":"H571","system":"hebrew","language":"hebrew","number_value":571,"lemma":"אֶמֶת","transliteration":"ʼemeth","pronunciation":"eh'-meth","derivation":"contracted from H539 (אָמַן);","strongs_definition":"stability; (figuratively) certainty, truth, trustworthiness","kjv_definition":"assured(-ly), establishment, faithful, right, sure, true (-ly, -th), verity."} +{"id":"H572","strongs_number":"H572","system":"hebrew","language":"hebrew","number_value":572,"lemma":"אַמְתַּחַת","transliteration":"ʼamtachath","pronunciation":"am-takh'-ath","derivation":"from H4969 (מָתַח);","strongs_definition":"properly, something expansive, i.e. a bag","kjv_definition":"sack."} +{"id":"H573","strongs_number":"H573","system":"hebrew","language":"hebrew","number_value":573,"lemma":"אֲמִתַּי","transliteration":"ʼĂmittay","pronunciation":"am-it-tah'ee","derivation":"from H571 (אֶמֶת); veracious;","strongs_definition":"Amittai, an Israelite","kjv_definition":"Amittai."} +{"id":"H574","strongs_number":"H574","system":"hebrew","language":"hebrew","number_value":574,"lemma":"אֵמְתָּנִי","transliteration":"ʼêmᵉtânîy","pronunciation":"em-taw-nee'","derivation":"(Aramaic) from a root corresponding to that of H4975 (מֹתֶן);","strongs_definition":"well-loined (i.e. burly) or mighty","kjv_definition":"terrible."} +{"id":"H575","strongs_number":"H575","system":"hebrew","language":"hebrew","number_value":575,"lemma":"אָן","transliteration":"ʼân","pronunciation":"awn","derivation":"or אָנָה; contracted from H370 (אַיִן);","strongs_definition":"where?; hence, whither?, when?; also hither and thither","kjv_definition":"[phrase] any (no) whither, now, where, whither(-soever)."} +{"id":"H576","strongs_number":"H576","system":"hebrew","language":"hebrew","number_value":576,"lemma":"אֲנָא","transliteration":"ʼănâʼ","pronunciation":"an-aw'","derivation":"(Aramaic) or אֲנָה; (Aramaic), corresponding to H589 (אֲנִי)lemma אֲנַי second vowel, corrected to אֲנִי;","strongs_definition":"I","kjv_definition":"I, as for me."} +{"id":"H577","strongs_number":"H577","system":"hebrew","language":"hebrew","number_value":577,"lemma":"אָנָּא","transliteration":"ʼânnâʼ","pronunciation":"awn-naw'","derivation":"or אָנָּה; apparent contracted from H160 (אַהֲבָה) and H4994 (נָא);","strongs_definition":"oh now!","kjv_definition":"I (me) beseech (pray) thee, O."} +{"id":"H578","strongs_number":"H578","system":"hebrew","language":"hebrew","number_value":578,"lemma":"אָנָה","transliteration":"ʼânâh","pronunciation":"aw-naw'","derivation":"a primitive root;","strongs_definition":"to groan","kjv_definition":"lament, mourn."} +{"id":"H579","strongs_number":"H579","system":"hebrew","language":"hebrew","number_value":579,"lemma":"אָנָה","transliteration":"ʼânâh","pronunciation":"aw-naw'","derivation":"a primitive root (perhaps rather identical with H578 (אָנָה) through the idea of contraction in anguish);","strongs_definition":"to approach; hence, to meet in various senses","kjv_definition":"befall, deliver, happen, seek a quarrel."} +{"id":"H580","strongs_number":"H580","system":"hebrew","language":"hebrew","number_value":580,"lemma":"אֲנוּ","transliteration":"ʼănûw","pronunciation":"an-oo'","derivation":"contracted for H587 (אֲנַחְנוּ);","strongs_definition":"we","kjv_definition":"we."} +{"id":"H581","strongs_number":"H581","system":"hebrew","language":"hebrew","number_value":581,"lemma":"אִנּוּן","transliteration":"ʼinnûwn","pronunciation":"in-noon'","derivation":"(Aramaic) or (feminine) אִנִּיןlemma אֵנִּין first vowel, corrected to אִנִּין; (Aramaic), corresponding to H1992 (הֵם);","strongs_definition":"they","kjv_definition":"[idiom] are, them, these."} +{"id":"H582","strongs_number":"H582","system":"hebrew","language":"hebrew","number_value":582,"lemma":"אֱנוֹשׁ","transliteration":"ʼĕnôwsh","pronunciation":"en-oshe'","derivation":"from H605 (אָנַשׁ); properly, a mortal (and thus differing from the more dignified H120 (אָדָם)); hence,","strongs_definition":"a man in general (singly or collectively)","kjv_definition":"another, [idiom] (blood-) thirsty, certain, chap(-man); divers, fellow, [idiom] in the flower of their age, husband, (certain, mortal) man, people, person, servant, some ([idiom] of them), [phrase] stranger, those, [phrase] their trade. It is often unexpressed in the English versions, especially when used in apposition with another word. Compare H376 (אִישׁ)."} +{"id":"H583","strongs_number":"H583","system":"hebrew","language":"hebrew","number_value":583,"lemma":"אֱנוֹשׁ","transliteration":"ʼĔnôwsh","pronunciation":"en-ohsh'","derivation":"the same as H582 (אֱנוֹשׁ);","strongs_definition":"Enosh, a son of Seth","kjv_definition":"Enos."} +{"id":"H584","strongs_number":"H584","system":"hebrew","language":"hebrew","number_value":584,"lemma":"אָנַח","transliteration":"ʼânach","pronunciation":"aw-nakh'","derivation":"a primitive root;","strongs_definition":"to sigh","kjv_definition":"groan, mourn, sigh."} +{"id":"H585","strongs_number":"H585","system":"hebrew","language":"hebrew","number_value":585,"lemma":"אֲנָחָה","transliteration":"ʼănâchâh","pronunciation":"an-aw-khaw'","derivation":"from H585 (אֲנָחָה);","strongs_definition":"sighing","kjv_definition":"groaning, mourn, sigh."} +{"id":"H586","strongs_number":"H586","system":"hebrew","language":"hebrew","number_value":586,"lemma":"אֲנַחְנָא","transliteration":"ʼănachnâʼ","pronunciation":"an-akh'-naw","derivation":"(Aramaic) or אֲנַחְנָה; (Aramaic), corresponding to H587 (אֲנַחְנוּ);","strongs_definition":"we","kjv_definition":"we."} +{"id":"H587","strongs_number":"H587","system":"hebrew","language":"hebrew","number_value":587,"lemma":"אֲנַחְנוּ","transliteration":"ʼănachnûw","pronunciation":"an-akh'-noo","derivation":"apparently from H595 (אָנֹכִי);","strongs_definition":"we","kjv_definition":"ourselves, us, we."} +{"id":"H588","strongs_number":"H588","system":"hebrew","language":"hebrew","number_value":588,"lemma":"אֲנָחֲרָת","transliteration":"ʼĂnâchărâth","pronunciation":"an-aw-kha-rawth'","derivation":"probably from the same root as H5170 (נַחַר); a gorge or narrow pass;","strongs_definition":"Anacharath, a place in Palestine","kjv_definition":"Anaharath."} +{"id":"H589","strongs_number":"H589","system":"hebrew","language":"hebrew","number_value":589,"lemma":"אֲנִי","transliteration":"ʼănîy","pronunciation":"an-ee'","derivation":"contracted from H595 (אָנֹכִי);","strongs_definition":"I","kjv_definition":"I, (as for) me, mine, myself, we, [idiom] which, [idiom] who."} +{"id":"H590","strongs_number":"H590","system":"hebrew","language":"hebrew","number_value":590,"lemma":"אֳנִי","transliteration":"ʼŏnîy","pronunciation":"on-ee'","derivation":"probably from H579 (אָנָה) (in the sense of conveyance);","strongs_definition":"-a ship or (collectively) a fleet","kjv_definition":"galley, navy (of ships)."} +{"id":"H591","strongs_number":"H591","system":"hebrew","language":"hebrew","number_value":591,"lemma":"אֳנִיָּה","transliteration":"ʼŏnîyâh","pronunciation":"on-ee-yaw'","derivation":"feminine of H590 (אֳנִי);","strongs_definition":"a ship","kjv_definition":"ship(-men)."} +{"id":"H592","strongs_number":"H592","system":"hebrew","language":"hebrew","number_value":592,"lemma":"אֲנִיָּה","transliteration":"ʼănîyâh","pronunciation":"an-ee-yaw'","derivation":"from H578 (אָנָה);","strongs_definition":"groaning","kjv_definition":"lamentation, sorrow."} +{"id":"H593","strongs_number":"H593","system":"hebrew","language":"hebrew","number_value":593,"lemma":"אֲנִיעָם","transliteration":"ʼĂnîyʻâm","pronunciation":"an-ee-awm'","derivation":"from H578 (אָנָה) and H5971 (עַם); groaning of (the) people;","strongs_definition":"Aniam, an Israelite","kjv_definition":"Aniam."} +{"id":"H594","strongs_number":"H594","system":"hebrew","language":"hebrew","number_value":594,"lemma":"אֲנָךְ","transliteration":"ʼănâk","pronunciation":"an-awk'","derivation":"probably from an unused root meaning to be narrow;","strongs_definition":"according to most a plumb-line, and to others a hook","kjv_definition":"plumb-line"} +{"id":"H595","strongs_number":"H595","system":"hebrew","language":"hebrew","number_value":595,"lemma":"אָנֹכִי","transliteration":"ʼânôkîy","pronunciation":"aw-no-kee'","derivation":"sometimes, ; a primitive pronoun;","strongs_definition":"I","kjv_definition":"I, me, [idiom] which."} +{"id":"H596","strongs_number":"H596","system":"hebrew","language":"hebrew","number_value":596,"lemma":"אָנַן","transliteration":"ʼânan","pronunciation":"aw-nan'","derivation":"a primitive root;","strongs_definition":"to mourn, i.e. complain","kjv_definition":"complain."} +{"id":"H597","strongs_number":"H597","system":"hebrew","language":"hebrew","number_value":597,"lemma":"אָנַס","transliteration":"ʼânaç","pronunciation":"aw-nas'","derivation":null,"strongs_definition":"to insist","kjv_definition":"compel."} +{"id":"H598","strongs_number":"H598","system":"hebrew","language":"hebrew","number_value":598,"lemma":"אֲנַס","transliteration":"ʼănaç","pronunciation":"an-as'","derivation":"(Aramaic) corresponding to H597 (אָנַס);","strongs_definition":"figuratively, to distress","kjv_definition":"trouble."} +{"id":"H599","strongs_number":"H599","system":"hebrew","language":"hebrew","number_value":599,"lemma":"אָנַף","transliteration":"ʼânaph","pronunciation":"aw-naf'","derivation":"a primitive root;","strongs_definition":"to breathe hard, i.e. be enraged","kjv_definition":"be angry (displeased)."} +{"id":"H600","strongs_number":"H600","system":"hebrew","language":"hebrew","number_value":600,"lemma":"אֲנַף","transliteration":"ʼănaph","pronunciation":"an-af'","derivation":"(Aramaic) corresponding to H639 (אַף) (only in the plural as a singular);","strongs_definition":"the face","kjv_definition":"face, visage."} +{"id":"H601","strongs_number":"H601","system":"hebrew","language":"hebrew","number_value":601,"lemma":"אֲנָפָה","transliteration":"ʼănâphâh","pronunciation":"an-aw-faw'","derivation":"from H599 (אָנַף);","strongs_definition":"an unclean bird, perhaps the parrot (from its irascibility)","kjv_definition":"heron."} +{"id":"H602","strongs_number":"H602","system":"hebrew","language":"hebrew","number_value":602,"lemma":"אָנַק","transliteration":"ʼânaq","pronunciation":"aw-nak'","derivation":"a primitive root;","strongs_definition":"to shriek","kjv_definition":"cry, groan."} +{"id":"H603","strongs_number":"H603","system":"hebrew","language":"hebrew","number_value":603,"lemma":"אֲנָקָה","transliteration":"ʼănâqâh","pronunciation":"an-aw-kaw'","derivation":"from H602 (אָנַק);","strongs_definition":"shrieking","kjv_definition":"crying out, groaning, sighing."} +{"id":"H604","strongs_number":"H604","system":"hebrew","language":"hebrew","number_value":604,"lemma":"אֲנָקָה","transliteration":"ʼănâqâh","pronunciation":"an-aw-kaw'","derivation":"the same as H603 (אֲנָקָה);","strongs_definition":"some kind of lizard, probably the gecko (from its wail)","kjv_definition":"ferret."} +{"id":"H605","strongs_number":"H605","system":"hebrew","language":"hebrew","number_value":605,"lemma":"אָנַשׁ","transliteration":"ʼânash","pronunciation":"aw-nash'","derivation":"a primitive root;","strongs_definition":"to be frail, feeble, or (figuratively) melancholy","kjv_definition":"desperate(-ly wicked), incurable, sick, woeful."} +{"id":"H606","strongs_number":"H606","system":"hebrew","language":"hebrew","number_value":606,"lemma":"אֱנָשׁ","transliteration":"ʼĕnâsh","pronunciation":"en-awsh'","derivation":"(Aramaic) or אֱנַשׁ; (Aramaic), corresponding to H582 (אֱנוֹשׁ);","strongs_definition":"a man","kjv_definition":"man, [phrase] whosoever."} +{"id":"H607","strongs_number":"H607","system":"hebrew","language":"hebrew","number_value":607,"lemma":"אַנְתָּה","transliteration":"ʼantâh","pronunciation":"an-taw'","derivation":"(Aramaic) corresponding to H859 (אַתָּה);","strongs_definition":"thou","kjv_definition":"as for thee, thou."} +{"id":"H608","strongs_number":"H608","system":"hebrew","language":"hebrew","number_value":608,"lemma":"אַנְתּוּן","transliteration":"ʼantûwn","pronunciation":"an-toon'","derivation":"(Aramaic) plural of H607 (אַנְתָּה);","strongs_definition":"ye","kjv_definition":"ye."} +{"id":"H609","strongs_number":"H609","system":"hebrew","language":"hebrew","number_value":609,"lemma":"אָסָא","transliteration":"ʼÂçâʼ","pronunciation":"aw-saw'","derivation":"of uncertain derivation;","strongs_definition":"Asa, the name of a king and of a Levite","kjv_definition":"Asa."} +{"id":"H610","strongs_number":"H610","system":"hebrew","language":"hebrew","number_value":610,"lemma":"אָסוּךְ","transliteration":"ʼâçûwk","pronunciation":"aw-sook'","derivation":"from H5480 (סוּךְ);","strongs_definition":"anointed, i.e. an oil-flask","kjv_definition":"pot."} +{"id":"H611","strongs_number":"H611","system":"hebrew","language":"hebrew","number_value":611,"lemma":"אָסוֹן","transliteration":"ʼâçôwn","pronunciation":"aws-sone'","derivation":"of uncertain derivation;","strongs_definition":"hurt","kjv_definition":"mischief."} +{"id":"H612","strongs_number":"H612","system":"hebrew","language":"hebrew","number_value":612,"lemma":"אֵסוּר","transliteration":"ʼêçûwr","pronunciation":"ay-soor'","derivation":"from H631 (אָסַר);","strongs_definition":"a bond (especially manacles of a prisoner)","kjv_definition":"band, [phrase] prison."} +{"id":"H613","strongs_number":"H613","system":"hebrew","language":"hebrew","number_value":613,"lemma":"אֱסוּר","transliteration":"ʼĕçûwr","pronunciation":"es-oor'","derivation":"(Aramaic) corresponding to H612 (אֵסוּר)","strongs_definition":"{a bond (especially manacles of a prisoner)}","kjv_definition":"band, imprisonment."} +{"id":"H614","strongs_number":"H614","system":"hebrew","language":"hebrew","number_value":614,"lemma":"אָסִיף","transliteration":"ʼâçîyph","pronunciation":"aw-seef'","derivation":"or אָסִף; from H622 (אָסַף);","strongs_definition":"gathered, i.e. (abstractly) a gathering in of crops","kjv_definition":"ingathering."} +{"id":"H615","strongs_number":"H615","system":"hebrew","language":"hebrew","number_value":615,"lemma":"אָסִיר","transliteration":"ʼâçîyr","pronunciation":"aw-sere'","derivation":"from H631 (אָסַר);","strongs_definition":"bound, i.e. a captive","kjv_definition":"(those which are) bound, prisoner."} +{"id":"H616","strongs_number":"H616","system":"hebrew","language":"hebrew","number_value":616,"lemma":"אַסִּיר","transliteration":"ʼaççîyr","pronunciation":"as-sere'","derivation":"for H615 (אָסִיר)","strongs_definition":"{bound, i.e. a captive}","kjv_definition":"prisoner."} +{"id":"H617","strongs_number":"H617","system":"hebrew","language":"hebrew","number_value":617,"lemma":"אַסִּיר","transliteration":"ʼAççîyr","pronunciation":"as-sere'","derivation":"the same as H616 (אַסִּיר); prisoner;","strongs_definition":"Assir, the name of two Israelites","kjv_definition":"Assir."} +{"id":"H618","strongs_number":"H618","system":"hebrew","language":"hebrew","number_value":618,"lemma":"אָסָם","transliteration":"ʼâçâm","pronunciation":"aw-sawm'","derivation":"from an unused root meaning to heap together;","strongs_definition":"a storehouse (only in the plural)","kjv_definition":"barn, storehouse."} +{"id":"H619","strongs_number":"H619","system":"hebrew","language":"hebrew","number_value":619,"lemma":"אַסְנָה","transliteration":"ʼAçnâh","pronunciation":"as-naw'","derivation":"of uncertain derivation;","strongs_definition":"Asnah, one of the Nethinim","kjv_definition":"Asnah."} +{"id":"H620","strongs_number":"H620","system":"hebrew","language":"hebrew","number_value":620,"lemma":"אׇסְנַפַּר","transliteration":"ʼOçnappar","pronunciation":"os-nap-par'","derivation":"of foreign derivation;","strongs_definition":"Osnappar, an Assyrian king","kjv_definition":"Asnapper."} +{"id":"H621","strongs_number":"H621","system":"hebrew","language":"hebrew","number_value":621,"lemma":"אָסְנַת","transliteration":"ʼÂçᵉnath","pronunciation":"aw-se-nath'","derivation":"of Egyptian derivation;","strongs_definition":"Asenath, the wife of Joseph","kjv_definition":"Asenath."} +{"id":"H622","strongs_number":"H622","system":"hebrew","language":"hebrew","number_value":622,"lemma":"אָסַף","transliteration":"ʼâçaph","pronunciation":"aw-saf'","derivation":"a primitive root;","strongs_definition":"to gather for any purpose; hence, to receive, take away, i.e. remove (destroy, leave behind, put up, restore, etc.)","kjv_definition":"assemble, bring, consume, destroy, felch, gather (in, together, up again), [idiom] generally, get (him), lose, put all together, receive, recover (another from leprosy), (be) rereward, [idiom] surely, take (away, into, up), [idiom] utterly, withdraw."} +{"id":"H623","strongs_number":"H623","system":"hebrew","language":"hebrew","number_value":623,"lemma":"אָסָף","transliteration":"ʼÂçâph","pronunciation":"aw-sawf'","derivation":"from H622 (אָסַף); collector;","strongs_definition":"Asaph, the name of three Israelites, and of the family of the first","kjv_definition":"Asaph."} +{"id":"H624","strongs_number":"H624","system":"hebrew","language":"hebrew","number_value":624,"lemma":"אָסֻף","transliteration":"ʼâçuph","pronunciation":"aw-soof'","derivation":"passive participle of H622 (אָסַף);","strongs_definition":"collected (only in the plural), i.e. a collection of offerings)","kjv_definition":"threshold, Asuppim."} +{"id":"H625","strongs_number":"H625","system":"hebrew","language":"hebrew","number_value":625,"lemma":"אֹסֶף","transliteration":"ʼôçeph","pronunciation":"o'-sef","derivation":"from H622 (אָסַף);","strongs_definition":"a collection (of fruits)","kjv_definition":"gathering."} +{"id":"H626","strongs_number":"H626","system":"hebrew","language":"hebrew","number_value":626,"lemma":"אֲסֵפָה","transliteration":"ʼăçêphâh","pronunciation":"as-ay-faw'","derivation":"from H622 (אָסַף);","strongs_definition":"a collection of people (only adverbial)","kjv_definition":"[idiom] together."} +{"id":"H627","strongs_number":"H627","system":"hebrew","language":"hebrew","number_value":627,"lemma":"אֲסֻפָּה","transliteration":"ʼăçuppâh","pronunciation":"as-up-paw'","derivation":"feminine of H624 (אָסֻף);","strongs_definition":"a collection of (learned) men (only in the plural)","kjv_definition":"assembly."} +{"id":"H628","strongs_number":"H628","system":"hebrew","language":"hebrew","number_value":628,"lemma":"אֲסְפְּסֻף","transliteration":"ʼăçpᵉçuph","pronunciation":"as-pes-oof'","derivation":"by reduplication from H624 (אָסֻף);","strongs_definition":"gathered up together, i.e. a promiscuous assemblage (of people)","kjv_definition":"mixt multitude."} +{"id":"H629","strongs_number":"H629","system":"hebrew","language":"hebrew","number_value":629,"lemma":"אׇסְפַּרְנָא","transliteration":"ʼoçparnâʼ","pronunciation":"os-par-naw'","derivation":"(Aramaic) of Persian derivation;","strongs_definition":"diligently","kjv_definition":"fast, forthwith, speed(-ily)."} +{"id":"H630","strongs_number":"H630","system":"hebrew","language":"hebrew","number_value":630,"lemma":"אַסְפָּתָא","transliteration":"ʼAçpâthâʼ","pronunciation":"as-paw-thaw'","derivation":"of Persian derivation;","strongs_definition":"Aspatha, a son of Haman","kjv_definition":"Aspatha."} +{"id":"H631","strongs_number":"H631","system":"hebrew","language":"hebrew","number_value":631,"lemma":"אָסַר","transliteration":"ʼâçar","pronunciation":"aw-sar'","derivation":"a primitive root;","strongs_definition":"to yoke or hitch; by analogy, to fasten in any sense, to join battle","kjv_definition":"bind, fast, gird, harness, hold, keep, make ready, order, prepare, prison(-er), put in bonds, set in array, tie."} +{"id":"H632","strongs_number":"H632","system":"hebrew","language":"hebrew","number_value":632,"lemma":"אֱסָר","transliteration":"ʼĕçâr","pronunciation":"es-sawr'","derivation":"or אִסָּר; from H631 (אָסַר);","strongs_definition":"an obligation or vow (of abstinence)","kjv_definition":"binding, bond."} +{"id":"H633","strongs_number":"H633","system":"hebrew","language":"hebrew","number_value":633,"lemma":"אֱסָר","transliteration":"ʼĕçâr","pronunciation":"es-sawr'","derivation":"(Aramaic) corresponding to H632 (אֱסָר) in a legal sense;","strongs_definition":"an interdict","kjv_definition":"decree."} +{"id":"H634","strongs_number":"H634","system":"hebrew","language":"hebrew","number_value":634,"lemma":"אֵסַר־חַדּוֹן","transliteration":"ʼÊçar-Chaddôwn","pronunciation":"ay-sar' Chad-dohn'","derivation":"of foreign derivation;","strongs_definition":"Esar-chaddon, an Assyrian king","kjv_definition":"Esar-haddon."} +{"id":"H635","strongs_number":"H635","system":"hebrew","language":"hebrew","number_value":635,"lemma":"אֶסְתֵּר","transliteration":"ʼEçtêr","pronunciation":"es-tare'","derivation":"of Persian derivation;","strongs_definition":"Ester, the Jewish heroine","kjv_definition":"Esther."} +{"id":"H636","strongs_number":"H636","system":"hebrew","language":"hebrew","number_value":636,"lemma":"אָע","transliteration":"ʼâʻ","pronunciation":"aw","derivation":"(Aramaic) corresponding to H6086 (עֵץ);","strongs_definition":"a tree or wood","kjv_definition":"timber, wood."} +{"id":"H637","strongs_number":"H637","system":"hebrew","language":"hebrew","number_value":637,"lemma":"אַף","transliteration":"ʼaph","pronunciation":"af","derivation":"a primitive particle;","strongs_definition":"meaning accession (used as an adverb or conjunction); also or yea; adversatively though","kjv_definition":"also, [phrase] although, and (furthermore, yet), but, even, [phrase] how much less (more, rather than), moreover, with, yea."} +{"id":"H638","strongs_number":"H638","system":"hebrew","language":"hebrew","number_value":638,"lemma":"אַף","transliteration":"ʼaph","pronunciation":"af","derivation":"(Aramaic) corresponding to H637 (אַף)","strongs_definition":"{meaning accession (used as an adverb or conjunction); also or yea; adversatively though}","kjv_definition":"also."} +{"id":"H639","strongs_number":"H639","system":"hebrew","language":"hebrew","number_value":639,"lemma":"אַף","transliteration":"ʼaph","pronunciation":"af","derivation":"from H599 (אָנַף);","strongs_definition":"properly, the nose or nostril; hence, the face, and occasionally a person; also (from the rapid breathing in passion) ire","kjv_definition":"anger(-gry), [phrase] before, countenance, face, [phrase] forebearing, forehead, [phrase] (long-) suffering, nose, nostril, snout, [idiom] worthy, wrath."} +{"id":"H640","strongs_number":"H640","system":"hebrew","language":"hebrew","number_value":640,"lemma":"אָפַד","transliteration":"ʼâphad","pronunciation":"aw-fad'","derivation":"a primitive root (rather a denominative from H646 (אֵפוֹד));","strongs_definition":"to gird on (the ephod)","kjv_definition":"bind, gird."} +{"id":"H641","strongs_number":"H641","system":"hebrew","language":"hebrew","number_value":641,"lemma":"אֵפֹד","transliteration":"ʼÊphôd","pronunciation":"ay-fode'","derivation":"the same as H646 (אֵפוֹד) shortened;","strongs_definition":"Ephod, an Israelite","kjv_definition":"Ephod."} +{"id":"H642","strongs_number":"H642","system":"hebrew","language":"hebrew","number_value":642,"lemma":"אֵפֻדָּה","transliteration":"ʼêphuddâh","pronunciation":"ay-food-daw'","derivation":"feminine of H646 (אֵפוֹד);","strongs_definition":"a girding on (of the ephod); hence, generally, a plating (of metal)","kjv_definition":"ephod, ornament."} +{"id":"H643","strongs_number":"H643","system":"hebrew","language":"hebrew","number_value":643,"lemma":"אַפֶּדֶן","transliteration":"ʼappeden","pronunciation":"ap-peh'-den","derivation":"apparently of foreign derivation;","strongs_definition":"a pavilion or palace-tent","kjv_definition":"palace."} +{"id":"H644","strongs_number":"H644","system":"hebrew","language":"hebrew","number_value":644,"lemma":"אָפָה","transliteration":"ʼâphâh","pronunciation":"aw-faw'","derivation":"a primitive root;","strongs_definition":"to cook, especially to bake","kjv_definition":"bake(-r, (-meats))."} +{"id":"H645","strongs_number":"H645","system":"hebrew","language":"hebrew","number_value":645,"lemma":"אֵפוֹ","transliteration":"ʼêphôw","pronunciation":"ay-fo'","derivation":"or אֵפוֹא; from H6311 (פֹּה);","strongs_definition":"strictly a demonstrative particle, here; but used of time, now or then","kjv_definition":"here, now, where?"} +{"id":"H646","strongs_number":"H646","system":"hebrew","language":"hebrew","number_value":646,"lemma":"אֵפוֹד","transliteration":"ʼêphôwd","pronunciation":"ay-fode'","derivation":"rarely אֵפֹד; probably of foreign derivation","strongs_definition":"a girdle; specifically the ephod or highpriest's shoulder-piece; also generally, an image","kjv_definition":"ephod."} +{"id":"H647","strongs_number":"H647","system":"hebrew","language":"hebrew","number_value":647,"lemma":"אֲפִיחַ","transliteration":"ʼĂphîyach","pronunciation":"af-ee'-akh","derivation":"perhaps from H6315 (פּוּחַ); breeze;","strongs_definition":"Aphiach, an Israelite","kjv_definition":"Aphiah."} +{"id":"H648","strongs_number":"H648","system":"hebrew","language":"hebrew","number_value":648,"lemma":"אָפִיל","transliteration":"ʼâphîyl","pronunciation":"aw-feel'","derivation":"from the same as H651 (אָפֵל) (in the sense of weakness);","strongs_definition":"unripe","kjv_definition":"not grown up."} +{"id":"H649","strongs_number":"H649","system":"hebrew","language":"hebrew","number_value":649,"lemma":"אַפַּיִם","transliteration":"ʼAppayim","pronunciation":"ap-pah'-yim","derivation":"dual of H639 (אַף); two nostrils;","strongs_definition":"Appajim, an Israelite","kjv_definition":"Appaim."} +{"id":"H650","strongs_number":"H650","system":"hebrew","language":"hebrew","number_value":650,"lemma":"אָפִיק","transliteration":"ʼâphîyq","pronunciation":"aw-feek'","derivation":"from H622 (אָסַף);","strongs_definition":"properly, containing, i.e. a tube; also a bed or valley of astream; also a strong thing or a hero","kjv_definition":"brook, channel, mighty, river, [phrase] scale, stream, strong piece."} +{"id":"H651","strongs_number":"H651","system":"hebrew","language":"hebrew","number_value":651,"lemma":"אָפֵל","transliteration":"ʼâphêl","pronunciation":"aw-fale'","derivation":"from an unused root meaning to set as the sun;","strongs_definition":"dusky","kjv_definition":"very dark."} +{"id":"H652","strongs_number":"H652","system":"hebrew","language":"hebrew","number_value":652,"lemma":"אֹפֶל","transliteration":"ʼôphel","pronunciation":"o'fel","derivation":"from the same as H651 (אָפֵל);","strongs_definition":"dusk","kjv_definition":"darkness, obscurity, privily."} +{"id":"H653","strongs_number":"H653","system":"hebrew","language":"hebrew","number_value":653,"lemma":"אֲפֵלָה","transliteration":"ʼăphêlâh","pronunciation":"af-ay-law'","derivation":"feminine of H651 (אָפֵל);","strongs_definition":"duskiness, figuratively, misfortune; concrete, concealment","kjv_definition":"dark, darkness, gloominess, [idiom] thick."} +{"id":"H654","strongs_number":"H654","system":"hebrew","language":"hebrew","number_value":654,"lemma":"אֶפְלָל","transliteration":"ʼEphlâl","pronunciation":"ef-lawl'","derivation":"from H6419 (פָּלַל); judge;","strongs_definition":"Ephlal, an Israelite","kjv_definition":"Ephlal."} +{"id":"H655","strongs_number":"H655","system":"hebrew","language":"hebrew","number_value":655,"lemma":"אֹפֶן","transliteration":"ʼôphen","pronunciation":"o'-fen","derivation":"from an unused root meaning to revolve;","strongs_definition":"a turn, i.e. a season","kjv_definition":"[phrase] fitly."} +{"id":"H656","strongs_number":"H656","system":"hebrew","language":"hebrew","number_value":656,"lemma":"אָפֵס","transliteration":"ʼâphêç","pronunciation":"aw-face'","derivation":"a primitive root;","strongs_definition":"to disappear, i.e. cease","kjv_definition":"be clean gone (at an end, brought to nought), fail."} +{"id":"H657","strongs_number":"H657","system":"hebrew","language":"hebrew","number_value":657,"lemma":"אֶפֶס","transliteration":"ʼepheç","pronunciation":"eh'-fes","derivation":"from H656 (אָפֵס); (sometimes like H6466 (פָּעַל))","strongs_definition":"cessation, i.e. an end (especially of the earth); often used adverb, no further; also the ankle (in the dual), as being the extremity of the leg or foot","kjv_definition":"ankle, but (only), end, howbeit, less than nothing, nevertheless (where), no, none (beside), not (any, -withstanding), thing of nought, save(-ing), there, uttermost part, want, without (cause)."} +{"id":"H658","strongs_number":"H658","system":"hebrew","language":"hebrew","number_value":658,"lemma":"אֶפֶס דַּמִּים","transliteration":"ʼEpheç Dammîym","pronunciation":"eh'-fes dam-meem'","derivation":"from H657 (אֶפֶס) and the plural of H1818 (דָּם); boundary of blood-drops;","strongs_definition":"Ephes-Dammim, a place in Palestine","kjv_definition":"Ephes-dammim."} +{"id":"H659","strongs_number":"H659","system":"hebrew","language":"hebrew","number_value":659,"lemma":"אֵפַע","transliteration":"ʼêphaʻ","pronunciation":"eh'-fah","derivation":"from an unused root probably meaning to breathe;","strongs_definition":"properly, a breath, i.e. nothing","kjv_definition":"of nought."} +{"id":"H660","strongs_number":"H660","system":"hebrew","language":"hebrew","number_value":660,"lemma":"אֶפְעֶה","transliteration":"ʼephʻeh","pronunciation":"ef-eh'","derivation":"from H659 (אֵפַע) (in the sense of hissing);","strongs_definition":"an asp or other venomous serpent","kjv_definition":"viper."} +{"id":"H661","strongs_number":"H661","system":"hebrew","language":"hebrew","number_value":661,"lemma":"אָפַף","transliteration":"ʼâphaph","pronunciation":"aw-faf'","derivation":"a primitive root;","strongs_definition":"to surround","kjv_definition":"compass."} +{"id":"H662","strongs_number":"H662","system":"hebrew","language":"hebrew","number_value":662,"lemma":"אָפַק","transliteration":"ʼâphaq","pronunciation":"aw-fak'","derivation":"a primitive root;","strongs_definition":"to contain, i.e. (reflex.) abstain","kjv_definition":"force (oneself), restrain."} +{"id":"H663","strongs_number":"H663","system":"hebrew","language":"hebrew","number_value":663,"lemma":"אֲפֵק","transliteration":"ʼĂphêq","pronunciation":"af-ake'","derivation":"or אֲפִיק; from H662 (אָפַק) (in the sense of strength); fortress;","strongs_definition":"Aphek (or Aphik), the name of three places in Palestine","kjv_definition":"Aphek, Aphik."} +{"id":"H664","strongs_number":"H664","system":"hebrew","language":"hebrew","number_value":664,"lemma":"אֲפֵקָה","transliteration":"ʼĂphêqâh","pronunciation":"af-ay-kaw'","derivation":"feminine of H663 (אֲפֵק); fortress;","strongs_definition":"Aphekah, a place in Palestine","kjv_definition":"Aphekah."} +{"id":"H665","strongs_number":"H665","system":"hebrew","language":"hebrew","number_value":665,"lemma":"אֵפֶר","transliteration":"ʼêpher","pronunciation":"ay'-fer","derivation":"from an unused root meaning to bestrew;","strongs_definition":"ashes","kjv_definition":"ashes."} +{"id":"H666","strongs_number":"H666","system":"hebrew","language":"hebrew","number_value":666,"lemma":"אֲפֵר","transliteration":"ʼăphêr","pronunciation":"af-ayr'","derivation":"from the same as H665 (אֵפֶר) (in the sense of covering);","strongs_definition":"a turban","kjv_definition":"ashes."} +{"id":"H667","strongs_number":"H667","system":"hebrew","language":"hebrew","number_value":667,"lemma":"אֶפְרֹחַ","transliteration":"ʼephrôach","pronunciation":"ef-ro'-akh","derivation":"from H6524 (פָּרַח) (in the sense of bursting the shell);","strongs_definition":"the brood of a bird","kjv_definition":"young (one)."} +{"id":"H668","strongs_number":"H668","system":"hebrew","language":"hebrew","number_value":668,"lemma":"אַפִּרְיוֹן","transliteration":"ʼappiryôwn","pronunciation":"ap-pir-yone'","derivation":"probably of Egyptian derivation;","strongs_definition":"a palanquin","kjv_definition":"chariot."} +{"id":"H669","strongs_number":"H669","system":"hebrew","language":"hebrew","number_value":669,"lemma":"אֶפְרַיִם","transliteration":"ʼEphrayim","pronunciation":"ef-rah'-yim","derivation":"dual of masculine form of H672 (אֶפְרָת); double fruit;","strongs_definition":"Ephrajim, a son of Joseph; also the tribe descended from him, and its territory","kjv_definition":"Ephraim, Ephraimites."} +{"id":"H670","strongs_number":"H670","system":"hebrew","language":"hebrew","number_value":670,"lemma":"אֲפָרְסַי","transliteration":"ʼĂphârᵉçay","pronunciation":"af-aw-re-sah'ee","derivation":"(Aramaic) of foreign origin (only in the plural);","strongs_definition":"an Apherasite or inhabitant of an unknown region of Assyria","kjv_definition":"Apharsite."} +{"id":"H671","strongs_number":"H671","system":"hebrew","language":"hebrew","number_value":671,"lemma":"אֲפַרְסְכַי","transliteration":"ʼĂpharçᵉkay","pronunciation":"af-ar-sek-ah'ee","derivation":"(Aramaic) or אֲפַרְסַתְכַי; (Aramaic), of foreign origin (only in the plural);","strongs_definition":"an Apharsekite or Apharsathkite, an unknown Assyrian tribe","kjv_definition":"Apharsachites, Apharasthchites."} +{"id":"H672","strongs_number":"H672","system":"hebrew","language":"hebrew","number_value":672,"lemma":"אֶפְרָת","transliteration":"ʼEphrâth","pronunciation":"ef-rawth'","derivation":"or אֶפְרָתָה; from H6509 (פָּרָה); fruitfulness;","strongs_definition":"Ephrath, another name for Bethlehem;","kjv_definition":"once (Psalm 132:6) perhaps for Ephraim; also of an Israelitish woman; Ephrath, Ephratah."} +{"id":"H673","strongs_number":"H673","system":"hebrew","language":"hebrew","number_value":673,"lemma":"אֶפְרָתִי","transliteration":"ʼEphrâthîy","pronunciation":"ef-rawth-ee'","derivation":"patrial from H672 (אֶפְרָת);","strongs_definition":"an Ephrathite or an Ephraimite","kjv_definition":"Ephraimite, Ephrathite."} +{"id":"H674","strongs_number":"H674","system":"hebrew","language":"hebrew","number_value":674,"lemma":"אַפְּתֹם","transliteration":"ʼappᵉthôm","pronunciation":"ap-pe-thome'","derivation":"(Aramaic) of Persian origin;","strongs_definition":"revenue; others at the last","kjv_definition":"revenue."} +{"id":"H675","strongs_number":"H675","system":"hebrew","language":"hebrew","number_value":675,"lemma":"אֶצְבּוֹן","transliteration":"ʼEtsbôwn","pronunciation":"ets-bone'","derivation":"or אֶצְבֹּן; of uncertain derivation;","strongs_definition":"Etsbon, the name of two Israelites","kjv_definition":"Ezbon."} +{"id":"H676","strongs_number":"H676","system":"hebrew","language":"hebrew","number_value":676,"lemma":"אֶצְבַּע","transliteration":"ʼetsbaʻ","pronunciation":"ets-bah'","derivation":"from the same as H6648 (צֶבַע) (in the sense of grasping);","strongs_definition":"something to sieze with, i.e. a finger; by analogy, a toe","kjv_definition":"finger, toe."} +{"id":"H677","strongs_number":"H677","system":"hebrew","language":"hebrew","number_value":677,"lemma":"אֶצְבַּע","transliteration":"ʼetsbaʻ","pronunciation":"ets-bah'","derivation":"(Aramaic) corresponding to H676 (אֶצְבַּע)","strongs_definition":"{something to sieze with, i.e. a finger; by analogy, a toe}","kjv_definition":"finger, toe."} +{"id":"H678","strongs_number":"H678","system":"hebrew","language":"hebrew","number_value":678,"lemma":"אָצִיל","transliteration":"ʼâtsîyl","pronunciation":"aw-tseel'","derivation":"from H680 (אָצַל) (in its secondary sense of separation);","strongs_definition":"an extremity (Isaiah 41:9), also a noble","kjv_definition":"chief man, noble."} +{"id":"H679","strongs_number":"H679","system":"hebrew","language":"hebrew","number_value":679,"lemma":"אַצִּיל","transliteration":"ʼatstsîyl","pronunciation":"ats-tseel'","derivation":"from H680 (אָצַל) (in its primary sense of uniting);","strongs_definition":"a joint of the hand (i.e. knuckle); also (according to some) a party-wall (Ezekiel 41:8)","kjv_definition":"(arm) hole, great."} +{"id":"H680","strongs_number":"H680","system":"hebrew","language":"hebrew","number_value":680,"lemma":"אָצַל","transliteration":"ʼâtsal","pronunciation":"aw-tsal'","derivation":"a primitive root; properly, to join; used only as a denominative from H681 (אֵצֶל);","strongs_definition":"to separate; hence, to select, refuse, contract","kjv_definition":"keep, reserve, straiten, take."} +{"id":"H681","strongs_number":"H681","system":"hebrew","language":"hebrew","number_value":681,"lemma":"אֵצֶל","transliteration":"ʼêtsel","pronunciation":"ay'-tsel","derivation":"from H680 (אָצַל) (in the sense of joining);","strongs_definition":"a side; (as a preposition) near","kjv_definition":"at, (hard) by, (from) (beside), near (unto), toward, with. See also H1018 (בֵּית הָאֵצֶל)."} +{"id":"H682","strongs_number":"H682","system":"hebrew","language":"hebrew","number_value":682,"lemma":"אָצֵל","transliteration":"ʼÂtsêl","pronunciation":"aw-tsale'","derivation":"from H680 (אָצַל); noble;","strongs_definition":"Atsel, the name of an Israelite, and of a place in Palestine","kjv_definition":"Azal, Azel."} +{"id":"H683","strongs_number":"H683","system":"hebrew","language":"hebrew","number_value":683,"lemma":"אֲצַלְיָהוּ","transliteration":"ʼĂtsalyâhûw","pronunciation":"ats-al-yaw'-hoo","derivation":"from H680 (אָצַל) and H3050 (יָהּ) prolonged; Jah has reserved;","strongs_definition":"Atsaljah, an Israelite","kjv_definition":"Azaliah."} +{"id":"H684","strongs_number":"H684","system":"hebrew","language":"hebrew","number_value":684,"lemma":"אֹצֶם","transliteration":"ʼÔtsem","pronunciation":"o'-tsem","derivation":"from an unused root probably meaning to be strong; strength (i.e. strong);","strongs_definition":"Otsem, the name of two Israelites","kjv_definition":"Ozem."} +{"id":"H685","strongs_number":"H685","system":"hebrew","language":"hebrew","number_value":685,"lemma":"אֶצְעָדָה","transliteration":"ʼetsʻâdâh","pronunciation":"ets-aw-daw'","derivation":"a variation from H6807 (צְעָדָה);","strongs_definition":"properly, a step-chain; by analogy, a bracelet","kjv_definition":"bracelet, chain."} +{"id":"H686","strongs_number":"H686","system":"hebrew","language":"hebrew","number_value":686,"lemma":"אָצַר","transliteration":"ʼâtsar","pronunciation":"aw-tsar'","derivation":"a primitive root;","strongs_definition":"to store up","kjv_definition":"(lay up in) store, [phrase] (make) treasure(-r)."} +{"id":"H687","strongs_number":"H687","system":"hebrew","language":"hebrew","number_value":687,"lemma":"אֶצֶר","transliteration":"ʼEtser","pronunciation":"ay'-tser","derivation":"from H686 (אָצַר); treasure;","strongs_definition":"Etser, an Idumaean","kjv_definition":"Ezer."} +{"id":"H688","strongs_number":"H688","system":"hebrew","language":"hebrew","number_value":688,"lemma":"אֶקְדָּח","transliteration":"ʼeqdâch","pronunciation":"ek-dawkh'","derivation":"from H6916 (קִדָּה);","strongs_definition":"burning, i.e. a carbuncle or other fiery gem","kjv_definition":"carbuncle."} +{"id":"H689","strongs_number":"H689","system":"hebrew","language":"hebrew","number_value":689,"lemma":"אַקּוֹ","transliteration":"ʼaqqôw","pronunciation":"ak-ko'","derivation":"probably from H602 (אָנַק);","strongs_definition":"slender, i.e. the ibex","kjv_definition":"wild goat."} +{"id":"H690","strongs_number":"H690","system":"hebrew","language":"hebrew","number_value":690,"lemma":"אֲרָא","transliteration":"ʼărâʼ","pronunciation":"ar-aw'","derivation":"probably for H738 (אֲרִי); lion;","strongs_definition":"Ara, an Israelite","kjv_definition":"Ara."} +{"id":"H691","strongs_number":"H691","system":"hebrew","language":"hebrew","number_value":691,"lemma":"אֶרְאֵל","transliteration":"ʼerʼêl","pronunciation":"er-ale'","derivation":"probably for H739 (אֲרִיאֵל);","strongs_definition":"a hero (collectively)","kjv_definition":"valiant one."} +{"id":"H692","strongs_number":"H692","system":"hebrew","language":"hebrew","number_value":692,"lemma":"אַרְאֵלִי","transliteration":"ʼArʼêlîy","pronunciation":"ar-ay-lee'","derivation":"from H691 (אֶרְאֵל); heroic;","strongs_definition":"Areli (or an Arelite, collectively), an Israelite and his descendants","kjv_definition":"Areli, Arelites."} +{"id":"H693","strongs_number":"H693","system":"hebrew","language":"hebrew","number_value":693,"lemma":"אָרַב","transliteration":"ʼârab","pronunciation":"aw-rab'","derivation":"a primitive root;","strongs_definition":"to lurk","kjv_definition":"(lie in) ambush(-ment), lay (lie in) wait."} +{"id":"H694","strongs_number":"H694","system":"hebrew","language":"hebrew","number_value":694,"lemma":"אֲרָב","transliteration":"ʼĂrâb","pronunciation":"ar-awb'","derivation":"from H693 (אָרַב); ambush;","strongs_definition":"Arab, a place in Palestine","kjv_definition":"Arab."} +{"id":"H695","strongs_number":"H695","system":"hebrew","language":"hebrew","number_value":695,"lemma":"אֶרֶב","transliteration":"ʼereb","pronunciation":"eh'-reb","derivation":"from H693 (אָרַב);","strongs_definition":"ambuscade","kjv_definition":"den, lie in wait."} +{"id":"H696","strongs_number":"H696","system":"hebrew","language":"hebrew","number_value":696,"lemma":"אֹרֶב","transliteration":"ʼôreb","pronunciation":"o'-reb","derivation":"the same as H695 (אֶרֶב)","strongs_definition":"{ambuscade}","kjv_definition":"wait."} +{"id":"H697","strongs_number":"H697","system":"hebrew","language":"hebrew","number_value":697,"lemma":"אַרְבֶּה","transliteration":"ʼarbeh","pronunciation":"ar-beh'","derivation":"from H7235 (רָבָה);","strongs_definition":"a locust (from its rapid increase)","kjv_definition":"grasshopper, locust."} +{"id":"H698","strongs_number":"H698","system":"hebrew","language":"hebrew","number_value":698,"lemma":"אׇרֳבָה","transliteration":"ʼorŏbâh","pronunciation":"or-ob-aw'","derivation":"feminine of H696 (אֹרֶב) (only in the plural);","strongs_definition":"ambuscades","kjv_definition":"spoils."} +{"id":"H699","strongs_number":"H699","system":"hebrew","language":"hebrew","number_value":699,"lemma":"אֲרֻבָּה","transliteration":"ʼărubbâh","pronunciation":"ar-oob-baw'","derivation":"feminine participle passive of H693 (אָרַב) (as if for lurking);","strongs_definition":"a lattice; (by implication) a window, dovecot (because of the pigeon-holes), chimney (with its apertures for smoke), sluice (with openings for water)","kjv_definition":"chimney, window."} +{"id":"H700","strongs_number":"H700","system":"hebrew","language":"hebrew","number_value":700,"lemma":"אֲרֻבּוֹת","transliteration":"ʼĂrubbôwth","pronunciation":"ar-oob-both","derivation":"plural of H699 (אֲרֻבָּה);","strongs_definition":"Arubboth, a place in Palestine","kjv_definition":"Aruboth."} +{"id":"H701","strongs_number":"H701","system":"hebrew","language":"hebrew","number_value":701,"lemma":"אַרְבִּי","transliteration":"ʼArbîy","pronunciation":"ar-bee'","derivation":"patrial from H694 (אֲרָב);","strongs_definition":"an Arbite or native of Arab","kjv_definition":"Arbite."} +{"id":"H702","strongs_number":"H702","system":"hebrew","language":"hebrew","number_value":702,"lemma":"אַרְבַּע","transliteration":"ʼarbaʻ","pronunciation":"ar-bah'","derivation":"masculine אַרְבָּעָה; from H7251 (רָבַע);","strongs_definition":"four","kjv_definition":"four."} +{"id":"H703","strongs_number":"H703","system":"hebrew","language":"hebrew","number_value":703,"lemma":"אַרְבַּע","transliteration":"ʼarbaʻ","pronunciation":"ar-bah'","derivation":"(Aramaic) corresponding to H702 (אַרְבַּע)","strongs_definition":"{four}","kjv_definition":"four."} +{"id":"H704","strongs_number":"H704","system":"hebrew","language":"hebrew","number_value":704,"lemma":"אַרְבַּע","transliteration":"ʼArbaʻ","pronunciation":"ar-bah'","derivation":"the same as H702 (אַרְבַּע);","strongs_definition":"Arba, one of the Anakim","kjv_definition":"Arba."} +{"id":"H705","strongs_number":"H705","system":"hebrew","language":"hebrew","number_value":705,"lemma":"אַרְבָּעִים","transliteration":"ʼarbâʻîym","pronunciation":"ar-baw-eem'","derivation":"multiple of H702 (אַרְבַּע);","strongs_definition":"forty","kjv_definition":"-forty."} +{"id":"H706","strongs_number":"H706","system":"hebrew","language":"hebrew","number_value":706,"lemma":"אַרְבַּעְתַּיִם","transliteration":"ʼarbaʻtayim","pronunciation":"ar-bah-tah'-yim","derivation":"dual of H702 (אַרְבַּע);","strongs_definition":"fourfold","kjv_definition":"fourfold."} +{"id":"H707","strongs_number":"H707","system":"hebrew","language":"hebrew","number_value":707,"lemma":"אָרַג","transliteration":"ʼârag","pronunciation":"aw-rag'","derivation":"a primitive root;","strongs_definition":"to plait or weave","kjv_definition":"weaver(-r)."} +{"id":"H708","strongs_number":"H708","system":"hebrew","language":"hebrew","number_value":708,"lemma":"אֶרֶג","transliteration":"ʼereg","pronunciation":"eh'-reg","derivation":"from H707 (אָרַג);","strongs_definition":"a weaving; a braid; also a shuttle","kjv_definition":"beam, weaver's shuttle."} +{"id":"H709","strongs_number":"H709","system":"hebrew","language":"hebrew","number_value":709,"lemma":"אַרְגֹּב","transliteration":"ʼArgôb","pronunciation":"ar-gobe'","derivation":"from the same as H7263 (רֶגֶב); stony;","strongs_definition":"Argob, a district of Palestine","kjv_definition":"Argob."} +{"id":"H710","strongs_number":"H710","system":"hebrew","language":"hebrew","number_value":710,"lemma":"אַרְגְּוָן","transliteration":"ʼargᵉvân","pronunciation":"arg-ev-awn'","derivation":"a variation for H713 (אַרְגָּמָן);","strongs_definition":"purple","kjv_definition":"purple."} +{"id":"H711","strongs_number":"H711","system":"hebrew","language":"hebrew","number_value":711,"lemma":"אַרְגְּוָן","transliteration":"ʼargᵉvân","pronunciation":"arg-ev-awn'","derivation":"(Aramaic) corresponding to H710 (אַרְגְּוָן)","strongs_definition":"{purple}","kjv_definition":"purple."} +{"id":"H712","strongs_number":"H712","system":"hebrew","language":"hebrew","number_value":712,"lemma":"אַרְגָּז","transliteration":"ʼargâz","pronunciation":"ar-gawz'","derivation":"perhaps from H7264 (רָגַז) (in the sense of being suspended),","strongs_definition":"a box (as a pannier)","kjv_definition":"coffer."} +{"id":"H713","strongs_number":"H713","system":"hebrew","language":"hebrew","number_value":713,"lemma":"אַרְגָּמָן","transliteration":"ʼargâmân","pronunciation":"ar-gaw-mawn'","derivation":"of foreign origin;","strongs_definition":"purple (the color or the dyed stuff)","kjv_definition":"purple."} +{"id":"H714","strongs_number":"H714","system":"hebrew","language":"hebrew","number_value":714,"lemma":"אַרְדְּ","transliteration":"ʼArd","pronunciation":"ard","derivation":"from an unused root probably meaning to wander; fugitive;","strongs_definition":"Ard, the name of two Israelites","kjv_definition":"Ard."} +{"id":"H715","strongs_number":"H715","system":"hebrew","language":"hebrew","number_value":715,"lemma":"אַרְדּוֹן","transliteration":"ʼArdôwn","pronunciation":"ar-dohn'","derivation":"from the same as H714 (אַרְדְּ); roaming;","strongs_definition":"Ardon, an Israelite","kjv_definition":"Ardon."} +{"id":"H716","strongs_number":"H716","system":"hebrew","language":"hebrew","number_value":716,"lemma":"אַרְדִּי","transliteration":"ʼArdîy","pronunciation":"ar-dee","derivation":"patronymic from H714 (אַרְדְּ);","strongs_definition":"an Ardite (collectively) or descendant of Ard","kjv_definition":"Ardites."} +{"id":"H717","strongs_number":"H717","system":"hebrew","language":"hebrew","number_value":717,"lemma":"אָרָה","transliteration":"ʼârâh","pronunciation":"aw-raw'","derivation":"a primitive root;","strongs_definition":"to pluck","kjv_definition":"gather, pluck."} +{"id":"H718","strongs_number":"H718","system":"hebrew","language":"hebrew","number_value":718,"lemma":"אֲרוּ","transliteration":"ʼărûw","pronunciation":"ar-oo'","derivation":"(Aramaic) probably akin to H431 (אֲלוּ);","strongs_definition":"lo!","kjv_definition":"behold, lo."} +{"id":"H719","strongs_number":"H719","system":"hebrew","language":"hebrew","number_value":719,"lemma":"אַרְוַד","transliteration":"ʼArvad","pronunciation":"ar-vad'","derivation":"probably from H7300 (רוּד); a refuge for the roving;","strongs_definition":"Arvad, an island-city of Palestine","kjv_definition":"Arvad."} +{"id":"H720","strongs_number":"H720","system":"hebrew","language":"hebrew","number_value":720,"lemma":"אֲרוֹד","transliteration":"ʼĂrôwd","pronunciation":"ar-ode'","derivation":"an orthographical variation of H719 (אַרְוַד); fugitive;","strongs_definition":"Arod, an Israelite","kjv_definition":"Arod."} +{"id":"H721","strongs_number":"H721","system":"hebrew","language":"hebrew","number_value":721,"lemma":"אַרְוָדִי","transliteration":"ʼArvâdîy","pronunciation":"ar-vaw-dee'","derivation":"patrial from H719 (אַרְוַד);","strongs_definition":"an Arvadite or citizen of Arvad","kjv_definition":"Arvadite."} +{"id":"H722","strongs_number":"H722","system":"hebrew","language":"hebrew","number_value":722,"lemma":"אֲרוֹדִי","transliteration":"ʼĂrôwdîy","pronunciation":"ar-o-dee'","derivation":"patronymic from H721 (אַרְוָדִי);","strongs_definition":"an Arodite or descendant of Arod","kjv_definition":"Arodi, Arodites."} +{"id":"H723","strongs_number":"H723","system":"hebrew","language":"hebrew","number_value":723,"lemma":"אֻרְוָה","transliteration":"ʼurvâh","pronunciation":"oor-vaw'","derivation":"or אֲרָיָה; from H717 (אָרָה) (in the sense of feeding);","strongs_definition":"a herding-place for an animal","kjv_definition":"stall."} +{"id":"H724","strongs_number":"H724","system":"hebrew","language":"hebrew","number_value":724,"lemma":"אֲרוּכָה","transliteration":"ʼărûwkâh","pronunciation":"ar-oo-kaw'","derivation":"or אֲרֻכָה; feminine passive participle of H748 (אָרַךְ) (in the sense of restoring to soundness);","strongs_definition":"wholeness (literally or figuratively)","kjv_definition":"health, made up, perfected."} +{"id":"H725","strongs_number":"H725","system":"hebrew","language":"hebrew","number_value":725,"lemma":"אֲרוּמָה","transliteration":"ʼĂrûwmâh","pronunciation":"ar-oo-maw'","derivation":"a variation of H7316 (רוּמָה); height;","strongs_definition":"Arumah, a place in Palestine","kjv_definition":"Arumah."} +{"id":"H726","strongs_number":"H726","system":"hebrew","language":"hebrew","number_value":726,"lemma":"אֲרוֹמִי","transliteration":"ʼĂrôwmîy","pronunciation":"ar-o-mee'","derivation":"a clerical error for H130 (אֱדֹמִי);","strongs_definition":"an Edomite (as in the margin)","kjv_definition":"Syrian."} +{"id":"H727","strongs_number":"H727","system":"hebrew","language":"hebrew","number_value":727,"lemma":"אָרוֹן","transliteration":"ʼârôwn","pronunciation":"aw-rone'","derivation":"or אָרֹן; from H717 (אָרָה) (in the sense of gathering);","strongs_definition":"a box","kjv_definition":"ark, chest, coffin."} +{"id":"H728","strongs_number":"H728","system":"hebrew","language":"hebrew","number_value":728,"lemma":"אֲרַוְנָה","transliteration":"ʼĂravnâh","pronunciation":"ar-av-naw'","derivation":"or (by transposition) אוֹרְנָה; or אַרְנִיָּהlemma אַנִיָּה missing resh, corrected to אַרְנִיָּה; all by orthographical variation for H771 (אׇרְנָן);","strongs_definition":"Aravnah (or Arnijah or Ornah), a Jebusite","kjv_definition":"Araunah."} +{"id":"H729","strongs_number":"H729","system":"hebrew","language":"hebrew","number_value":729,"lemma":"אָרַז","transliteration":"ʼâraz","pronunciation":"aw-raz'","derivation":"a primitive root; to be firm; used only in the passive participle as a denominative from H730 (אֶרֶז);","strongs_definition":"of cedar","kjv_definition":"made of cedar."} +{"id":"H730","strongs_number":"H730","system":"hebrew","language":"hebrew","number_value":730,"lemma":"אֶרֶז","transliteration":"ʼerez","pronunciation":"eh-rez'","derivation":"from H729 (אָרַז);","strongs_definition":"a cedar tree (from the tenacity of its roots)","kjv_definition":"cedar (tree)."} +{"id":"H731","strongs_number":"H731","system":"hebrew","language":"hebrew","number_value":731,"lemma":"אַרְזָה","transliteration":"ʼarzâh","pronunciation":"ar-zaw'","derivation":"feminine of H730 (אֶרֶז);","strongs_definition":"cedar wainscoating","kjv_definition":"cedar work."} +{"id":"H732","strongs_number":"H732","system":"hebrew","language":"hebrew","number_value":732,"lemma":"אָרַח","transliteration":"ʼârach","pronunciation":"aw-rakh'","derivation":"a primitive root;","strongs_definition":"to travel","kjv_definition":"go, wayfaring (man)."} +{"id":"H733","strongs_number":"H733","system":"hebrew","language":"hebrew","number_value":733,"lemma":"אָרַח","transliteration":"ʼÂrach","pronunciation":"aw-rakh'","derivation":"from H732 (אָרַח); way faring;","strongs_definition":"Arach, the name of three Israelites","kjv_definition":"Arah."} +{"id":"H734","strongs_number":"H734","system":"hebrew","language":"hebrew","number_value":734,"lemma":"אֹרַח","transliteration":"ʼôrach","pronunciation":"o'-rakh","derivation":"from H732 (אָרַח);","strongs_definition":"a well-trodden road (literally or figuratively); also a caravan","kjv_definition":"manner, path, race, rank, traveller, troop, (by-, high-) way."} +{"id":"H735","strongs_number":"H735","system":"hebrew","language":"hebrew","number_value":735,"lemma":"אֹרַח","transliteration":"ʼôrach","pronunciation":"o'-rakh","derivation":"(Aramaic) corresponding to H734 (אֹרַח);","strongs_definition":"a road","kjv_definition":"way."} +{"id":"H736","strongs_number":"H736","system":"hebrew","language":"hebrew","number_value":736,"lemma":"אֹרְחָה","transliteration":"ʼôrᵉchâh","pronunciation":"o-rekh-aw'","derivation":"feminine active participle of H732 (אָרַח);","strongs_definition":"a caravan","kjv_definition":"(travelling) company."} +{"id":"H737","strongs_number":"H737","system":"hebrew","language":"hebrew","number_value":737,"lemma":"אֲרֻחָה","transliteration":"ʼăruchâh","pronunciation":"ar-oo-khaw'","derivation":"feminine passive participle of H732 (אָרַח) (in the sense of appointing);","strongs_definition":"a ration of food","kjv_definition":"allowance, diet, dinner, victuals."} +{"id":"H738","strongs_number":"H738","system":"hebrew","language":"hebrew","number_value":738,"lemma":"אֲרִי","transliteration":"ʼărîy","pronunciation":"ar-ee'","derivation":"or (prolonged) []; from H717 (אָרָה) (in the sense of violence);","strongs_definition":"a lion","kjv_definition":"(young) lion, [phrase] pierce (from the margin)."} +{"id":"H739","strongs_number":"H739","system":"hebrew","language":"hebrew","number_value":739,"lemma":"אֲרִיאֵל","transliteration":"ʼărîyʼêl","pronunciation":"ar-ee-ale'","derivation":"or אֲרִאֵל; from H738 (אֲרִי) and H410 (אֵל);","strongs_definition":"lion of God; i.e. heroic","kjv_definition":"lionlike men."} +{"id":"H740","strongs_number":"H740","system":"hebrew","language":"hebrew","number_value":740,"lemma":"אֲרִיאֵל","transliteration":"ʼĂrîyʼêl","pronunciation":"ar-ee-ale'","derivation":"the same as H739 (אֲרִיאֵל);","strongs_definition":"Ariel, a symbolical name for Jerusalem, also the name of an Israelite","kjv_definition":"Ariel."} +{"id":"H741","strongs_number":"H741","system":"hebrew","language":"hebrew","number_value":741,"lemma":"אֲרִאֵיל","transliteration":"ʼăriʼêyl","pronunciation":"ar-ee-ale'","derivation":"either by transposition for H739 (אֲרִיאֵל) or, more probably, an orthographical variation for H2025 (הַרְאֵל);","strongs_definition":"the altar of the temple","kjv_definition":"altar."} +{"id":"H742","strongs_number":"H742","system":"hebrew","language":"hebrew","number_value":742,"lemma":"אֲרִידַי","transliteration":"ʼĂrîyday","pronunciation":"ar-ee-dah'-ee","derivation":"of Persian origin;","strongs_definition":"Aridai, a son of Haman","kjv_definition":"Aridai."} +{"id":"H743","strongs_number":"H743","system":"hebrew","language":"hebrew","number_value":743,"lemma":"אֲרִידָתָא","transliteration":"ʼĂrîydâthâʼ","pronunciation":"ar-ee-daw-thaw'","derivation":"of Persian origin;","strongs_definition":"Aridatha, a son of Haman","kjv_definition":"Aridatha."} +{"id":"H744","strongs_number":"H744","system":"hebrew","language":"hebrew","number_value":744,"lemma":"אַרְיֵה","transliteration":"ʼaryêh","pronunciation":"ar-yay'","derivation":"(Aramaic) corresponding to H738 (אֲרִי)","strongs_definition":"{a lion}","kjv_definition":"lion."} +{"id":"H745","strongs_number":"H745","system":"hebrew","language":"hebrew","number_value":745,"lemma":"אַרְיֵה","transliteration":"ʼAryêh","pronunciation":"ar-yay'","derivation":"the same as H738 (אֲרִי); lion;","strongs_definition":"Arjeh, an Israelite","kjv_definition":"Arieh."} +{"id":"H746","strongs_number":"H746","system":"hebrew","language":"hebrew","number_value":746,"lemma":"אֲרְיוֹךְ","transliteration":"ʼĂryôwk","pronunciation":"ar-yoke'","derivation":"of foreign origin;","strongs_definition":"Arjok, the name of two Babylonians","kjv_definition":"Arioch."} +{"id":"H747","strongs_number":"H747","system":"hebrew","language":"hebrew","number_value":747,"lemma":"אֲרִיסַי","transliteration":"ʼĂrîyçay","pronunciation":"ar-ee-sah'-ee","derivation":"of Persian origin;","strongs_definition":"Arisai, a son of Haman","kjv_definition":"Arisai."} +{"id":"H748","strongs_number":"H748","system":"hebrew","language":"hebrew","number_value":748,"lemma":"אָרַךְ","transliteration":"ʼârak","pronunciation":"aw-rak'","derivation":"a primitive root;","strongs_definition":"to be (causative, make) long (literally or figuratively)","kjv_definition":"defer, draw out, lengthen, (be, become, make, pro-) long, [phrase] (out-, over-) live, tarry (long)."} +{"id":"H749","strongs_number":"H749","system":"hebrew","language":"hebrew","number_value":749,"lemma":"אֲרַךְ","transliteration":"ʼărak","pronunciation":"ar-ak'","derivation":"(Aramaic) properly, corresponding to H748 (אָרַךְ), but used only in the sense of reaching to a given point;","strongs_definition":"to suit","kjv_definition":"be meet."} +{"id":"H750","strongs_number":"H750","system":"hebrew","language":"hebrew","number_value":750,"lemma":"אָרֵךְ","transliteration":"ʼârêk","pronunciation":"aw-rake'","derivation":"from H748 (אָרַךְ);","strongs_definition":"long","kjv_definition":"long(-suffering, -winged), patient, slow (to anger)."} +{"id":"H751","strongs_number":"H751","system":"hebrew","language":"hebrew","number_value":751,"lemma":"אֶרֶךְ","transliteration":"ʼErek","pronunciation":"eh'-rek","derivation":"from H748 (אָרַךְ); length;","strongs_definition":"Erek, a place in Babylon","kjv_definition":"Erech."} +{"id":"H752","strongs_number":"H752","system":"hebrew","language":"hebrew","number_value":752,"lemma":"אָרֹךְ","transliteration":"ʼârôk","pronunciation":"aw-roke'","derivation":"from H748 (אָרַךְ);","strongs_definition":"long","kjv_definition":"long."} +{"id":"H753","strongs_number":"H753","system":"hebrew","language":"hebrew","number_value":753,"lemma":"אֹרֶךְ","transliteration":"ʼôrek","pronunciation":"o'rek'","derivation":"from H748 (אָרַךְ);","strongs_definition":"length","kjv_definition":"[phrase] forever, length, long."} +{"id":"H754","strongs_number":"H754","system":"hebrew","language":"hebrew","number_value":754,"lemma":"אַרְכָּא","transliteration":"ʼarkâʼ","pronunciation":"ar-kaw'","derivation":"(Aramaic) or אַרְכָּה; (Aramaic), from H749 (אֲרַךְ);","strongs_definition":"length","kjv_definition":"lengthening, prolonged."} +{"id":"H755","strongs_number":"H755","system":"hebrew","language":"hebrew","number_value":755,"lemma":"אַרְכֻבָה","transliteration":"ʼarkubâh","pronunciation":"ar-koo-baw'","derivation":"(Aramaic) from an unused root corresponding to H7392 (רָכַב) (in the sense of bending the knee);","strongs_definition":"the knee","kjv_definition":"knee."} +{"id":"H756","strongs_number":"H756","system":"hebrew","language":"hebrew","number_value":756,"lemma":"אַרְכְּוַי","transliteration":"ʼArkᵉvay","pronunciation":"ar-kev-ah'ee","derivation":"(Aramaic) patrial from H751 (אֶרֶךְ);","strongs_definition":"an Arkevite (collectively) or native of Erek","kjv_definition":"Archevite."} +{"id":"H757","strongs_number":"H757","system":"hebrew","language":"hebrew","number_value":757,"lemma":"אַרְכִּי","transliteration":"ʼArkîy","pronunciation":"ar-kee'","derivation":"patrial from another place (in Palestine) of similar name with H751 (אֶרֶךְ);","strongs_definition":"an Arkite or native of Erek","kjv_definition":"Archi, Archite."} +{"id":"H758","strongs_number":"H758","system":"hebrew","language":"hebrew","number_value":758,"lemma":"אֲרָם","transliteration":"ʼĂrâm","pronunciation":"arawm'","derivation":"from the same as H759 (אַרְמוֹן); the highland;","strongs_definition":"Aram or Syria, and its inhabitants; also the name of the son of Shem, a grandson of Nahor, and of an Israelite","kjv_definition":"Aram, Mesopotamia, Syria, Syrians."} +{"id":"H759","strongs_number":"H759","system":"hebrew","language":"hebrew","number_value":759,"lemma":"אַרְמוֹן","transliteration":"ʼarmôwn","pronunciation":"ar-mone'","derivation":"from an unused root (meaning to be elevated);","strongs_definition":"a citadel (from its height)","kjv_definition":"castle, palace. Compare H2038 (הַרְמוֹן)."} +{"id":"H760","strongs_number":"H760","system":"hebrew","language":"hebrew","number_value":760,"lemma":"אֲרַם צוֹבָה","transliteration":"ʼĂram Tsôwbâh","pronunciation":"ar-am' tso-baw'","derivation":"from H758 (אֲרָם) and H6678 (צוֹבָא);","strongs_definition":"Aram of Tsoba (or Coele-Syria)","kjv_definition":"Aram-zobah."} +{"id":"H761","strongs_number":"H761","system":"hebrew","language":"hebrew","number_value":761,"lemma":"אֲרַמִּי","transliteration":"ʼĂrammîy","pronunciation":"ar-am-mee'","derivation":"patrial from H758 (אֲרָם);","strongs_definition":"an Aramite or Aramaean","kjv_definition":"Syrian, Aramitess."} +{"id":"H762","strongs_number":"H762","system":"hebrew","language":"hebrew","number_value":762,"lemma":"אֲרָמִית","transliteration":"ʼĂrâmîyth","pronunciation":"ar-aw-meeth'","derivation":"feminine of H761 (אֲרַמִּי);","strongs_definition":"(only adverbial) in Aramean","kjv_definition":"in the Syrian language (tongue), in Syriac."} +{"id":"H763","strongs_number":"H763","system":"hebrew","language":"hebrew","number_value":763,"lemma":"אֲרַם נַהֲרַיִם","transliteration":"ʼĂram Nahărayim","pronunciation":"ar-am' nah-har-ah'-yim","derivation":"from H758 (אֲרָם) and the dual of H5104 (נָהָר);","strongs_definition":"Aram of (the) two rivers (Euphrates and Tigris) or Mesopotamia","kjv_definition":"Aham-naharaim, Mesopotamia."} +{"id":"H764","strongs_number":"H764","system":"hebrew","language":"hebrew","number_value":764,"lemma":"אַרְמֹנִי","transliteration":"ʼArmônîy","pronunciation":"ar-mo-nee'","derivation":"from H759 (אַרְמוֹן); palatial;","strongs_definition":"Armoni, an Israelite","kjv_definition":"Armoni."} +{"id":"H765","strongs_number":"H765","system":"hebrew","language":"hebrew","number_value":765,"lemma":"אֲרָן","transliteration":"ʼĂrân","pronunciation":"ar-awn'","derivation":"from H7442 (רָנַן); stridulous;","strongs_definition":"Aran, an Edomite","kjv_definition":"Aran."} +{"id":"H766","strongs_number":"H766","system":"hebrew","language":"hebrew","number_value":766,"lemma":"אֹרֶן","transliteration":"ʼôren","pronunciation":"o'-ren","derivation":"from the same as H765 (אֲרָן) (in the sense of strength);","strongs_definition":"the ash tree (from its toughness)","kjv_definition":"ash."} +{"id":"H767","strongs_number":"H767","system":"hebrew","language":"hebrew","number_value":767,"lemma":"אֹרֶן","transliteration":"ʼÔren","pronunciation":"o'-ren","derivation":"the same as H766 (אֹרֶן);","strongs_definition":"Oren, an Israelite","kjv_definition":"Oren."} +{"id":"H768","strongs_number":"H768","system":"hebrew","language":"hebrew","number_value":768,"lemma":"אַרְנֶבֶת","transliteration":"ʼarnebeth","pronunciation":"ar-neh'-beth","derivation":"of uncertain derivation;","strongs_definition":"the hare","kjv_definition":"hare."} +{"id":"H769","strongs_number":"H769","system":"hebrew","language":"hebrew","number_value":769,"lemma":"אַרְנוֹן","transliteration":"ʼArnôwn","pronunciation":"ar-nohn'","derivation":"or אַרְנֹןlemma אַרְנן missing vowel, corrected to אַרְנֹן; from H7442 (רָנַן); a brawling stream;","strongs_definition":"the Arnon, a river east of the Jordan, also its territory","kjv_definition":"Arnon."} +{"id":"H770","strongs_number":"H770","system":"hebrew","language":"hebrew","number_value":770,"lemma":"אַרְנָן","transliteration":"ʼArnân","pronunciation":"ar-nawn'","derivation":"probably from the same as H769 (אַרְנוֹן); noisy;","strongs_definition":"Arnan, an Israelite","kjv_definition":"Arnan."} +{"id":"H771","strongs_number":"H771","system":"hebrew","language":"hebrew","number_value":771,"lemma":"אׇרְנָן","transliteration":"ʼOrnân","pronunciation":"or-nawn'","derivation":"probably from H766 (אֹרֶן); strong;","strongs_definition":"Ornan, a Jebusite","kjv_definition":"Ornan. See H728 (אֲרַוְנָה)."} +{"id":"H772","strongs_number":"H772","system":"hebrew","language":"hebrew","number_value":772,"lemma":"אֲרַע","transliteration":"ʼăraʻ","pronunciation":"ar-ah'","derivation":"(Aramaic) corresponding to H776 (אֶרֶץ);","strongs_definition":"the earth; by implication (figuratively) low","kjv_definition":"earth, interior."} +{"id":"H773","strongs_number":"H773","system":"hebrew","language":"hebrew","number_value":773,"lemma":"אַרְעִית","transliteration":"ʼarʻîyth","pronunciation":"arh-eeth'","derivation":"(Aramaic) feminine of H772 (אֲרַע);","strongs_definition":"the bottom","kjv_definition":"bottom."} +{"id":"H774","strongs_number":"H774","system":"hebrew","language":"hebrew","number_value":774,"lemma":"אַרְפָּד","transliteration":"ʼArpâd","pronunciation":"ar-pawd'","derivation":"from H7502 (רָפַד); spread out;","strongs_definition":"Arpad, a place in Syria","kjv_definition":"Arpad, Arphad."} +{"id":"H775","strongs_number":"H775","system":"hebrew","language":"hebrew","number_value":775,"lemma":"אַרְפַּכְשַׁד","transliteration":"ʼArpakshad","pronunciation":"ar-pak-shad'","derivation":"probably of foreign origin;","strongs_definition":"Arpakshad, a son of Noah; also the region settled by him","kjv_definition":"Arphaxad."} +{"id":"H776","strongs_number":"H776","system":"hebrew","language":"hebrew","number_value":776,"lemma":"אֶרֶץ","transliteration":"ʼerets","pronunciation":"eh'-rets","derivation":"from an unused root probably meaning to be firm;","strongs_definition":"the earth (at large, or partitively a land)","kjv_definition":"[idiom] common, country, earth, field, ground, land, [idiom] natins, way, [phrase] wilderness, world."} +{"id":"H777","strongs_number":"H777","system":"hebrew","language":"hebrew","number_value":777,"lemma":"אַרְצָא","transliteration":"ʼartsâʼ","pronunciation":"ar-tsaw'","derivation":"from H776 (אֶרֶץ); earthiness;","strongs_definition":"Artsa, an Israelite","kjv_definition":"Arza."} +{"id":"H778","strongs_number":"H778","system":"hebrew","language":"hebrew","number_value":778,"lemma":"אֲרַק","transliteration":"ʼăraq","pronunciation":"ar-ak'","derivation":"(Aramaic) by transmutation for H772 (אֲרַע);","strongs_definition":"the earth","kjv_definition":"earth."} +{"id":"H779","strongs_number":"H779","system":"hebrew","language":"hebrew","number_value":779,"lemma":"אָרַר","transliteration":"ʼârar","pronunciation":"aw-rar'","derivation":"a primitive root;","strongs_definition":"to execrate","kjv_definition":"[idiom] bitterly curse."} +{"id":"H780","strongs_number":"H780","system":"hebrew","language":"hebrew","number_value":780,"lemma":"אֲרָרַט","transliteration":"ʼĂrâraṭ","pronunciation":"ar-aw-rat'","derivation":"of foreign origin;","strongs_definition":"Ararat (or rather Armenia)","kjv_definition":"Ararat, Armenia."} +{"id":"H781","strongs_number":"H781","system":"hebrew","language":"hebrew","number_value":781,"lemma":"אָרַשׂ","transliteration":"ʼâras","pronunciation":"aw-ras'","derivation":"a primitive root;","strongs_definition":"to engage for matrimony","kjv_definition":"betroth, espouse."} +{"id":"H782","strongs_number":"H782","system":"hebrew","language":"hebrew","number_value":782,"lemma":"אֲרֶשֶׁת","transliteration":"ʼăresheth","pronunciation":"ar-eh'-sheth","derivation":"from H781 (אָרַשׂ) (in the sense of desiring to possess);","strongs_definition":"a longing for","kjv_definition":"request."} +{"id":"H783","strongs_number":"H783","system":"hebrew","language":"hebrew","number_value":783,"lemma":"אַרְתַּחְשַׁשְׁתָּא","transliteration":"ʼArtachshashtâʼ","pronunciation":"ar-takh-shash-taw'","derivation":"or אַרְתַּחְשַׁשְׁתְּא; or by permutation אַרְתַּחְשַׁסְתְּא; of foreign origin;","strongs_definition":"Artachshasta (or Artaxerxes), a title (rather than name) of several Persian kings","kjv_definition":"Artaxerxes."} +{"id":"H784","strongs_number":"H784","system":"hebrew","language":"hebrew","number_value":784,"lemma":"אֵשׁ","transliteration":"ʼêsh","pronunciation":"aysh","derivation":"a primitive word;","strongs_definition":"fire (literally or figuratively)","kjv_definition":"burning, fiery, fire, flaming, hot."} +{"id":"H785","strongs_number":"H785","system":"hebrew","language":"hebrew","number_value":785,"lemma":"אֵשׁ","transliteration":"ʼêsh","pronunciation":"aysh","derivation":"(Aramaic) corresponding to H784 (אֵשׁ)","strongs_definition":"{fire (literally or figuratively)}","kjv_definition":"flame."} +{"id":"H786","strongs_number":"H786","system":"hebrew","language":"hebrew","number_value":786,"lemma":"אִשׁ","transliteration":"ʼish","pronunciation":"eesh","derivation":"identical (in origin and formation) with H784 (אֵשׁ);","strongs_definition":"entity, used only adverbially, there is or are","kjv_definition":"are there, none can. Compare H3426 (יֵשׁ)."} +{"id":"H787","strongs_number":"H787","system":"hebrew","language":"hebrew","number_value":787,"lemma":"אֹשׁ","transliteration":"ʼôsh","pronunciation":"ohsh","derivation":"(Aramaic) corresponding (by transposition and abbreviation) to H803 (אֲשׁוּיָה);","strongs_definition":"a foundation","kjv_definition":"foundation."} +{"id":"H788","strongs_number":"H788","system":"hebrew","language":"hebrew","number_value":788,"lemma":"אַשְׁבֵּל","transliteration":"ʼAshbêl","pronunciation":"ash-bale'","derivation":"probably from the same as H7640 (שֹׁבֶל); flowing;","strongs_definition":"Ashbel, an Israelite","kjv_definition":"Ashbel."} +{"id":"H789","strongs_number":"H789","system":"hebrew","language":"hebrew","number_value":789,"lemma":"אַשְׁבֵּלִי","transliteration":"ʼAshbêlîy","pronunciation":"ash-bay-lee'","derivation":"patronymic from H788 (אַשְׁבֵּל);","strongs_definition":"an Ashbelite (collectively) or descendant of Ashbel","kjv_definition":"Ashbelites."} +{"id":"H790","strongs_number":"H790","system":"hebrew","language":"hebrew","number_value":790,"lemma":"אֶשְׁבָּן","transliteration":"ʼEshbân","pronunciation":"esh-bawn'","derivation":"probably from the same as H7644 (שֶׁבְנָא); vigorous;","strongs_definition":"Eshban, an Idumaean","kjv_definition":"Eshban."} +{"id":"H791","strongs_number":"H791","system":"hebrew","language":"hebrew","number_value":791,"lemma":"אַשְׁבֵּעַ","transliteration":"ʼAshbêaʻ","pronunciation":"ash-bay'-ah","derivation":"from H7650 (שָׁבַע); adjurer;","strongs_definition":"Asbea, an Israelite","kjv_definition":"Ashbea."} +{"id":"H792","strongs_number":"H792","system":"hebrew","language":"hebrew","number_value":792,"lemma":"אֶשְׁבַּעַל","transliteration":"ʼEshbaʻal","pronunciation":"esh-bah'-al","derivation":"from H376 (אִישׁ) and H1168 (בַּעַל); man of Baal;","strongs_definition":"Eshbaal (or Ishbosheth), a son of Saul","kjv_definition":"Eshbaal."} +{"id":"H793","strongs_number":"H793","system":"hebrew","language":"hebrew","number_value":793,"lemma":"אֶשֶׁד","transliteration":"ʼeshed","pronunciation":"eh'-shed","derivation":"from an unused root meaning to pour;","strongs_definition":"an outpouring","kjv_definition":"stream."} +{"id":"H794","strongs_number":"H794","system":"hebrew","language":"hebrew","number_value":794,"lemma":"אֲשֵׁדָה","transliteration":"ʼăshêdâh","pronunciation":"ash-ay-daw'","derivation":"feminine of H793 (אֶשֶׁד);","strongs_definition":"a ravine","kjv_definition":"springs."} +{"id":"H795","strongs_number":"H795","system":"hebrew","language":"hebrew","number_value":795,"lemma":"אַשְׁדּוֹד","transliteration":"ʼAshdôwd","pronunciation":"ash-dode'","derivation":"from H7703 (שָׁדַד); ravager;","strongs_definition":"Ashdod, a place in Palestine","kjv_definition":"Ahdod."} +{"id":"H796","strongs_number":"H796","system":"hebrew","language":"hebrew","number_value":796,"lemma":"אַשְׁדּוֹדִי","transliteration":"ʼAshdôwdîy","pronunciation":"ash-do-dee'","derivation":"patrial from H795 (אַשְׁדּוֹד);","strongs_definition":"an Ashdodite (often collectively) or inhabitant of Asdod","kjv_definition":"Ashdodites, of Ashdod."} +{"id":"H797","strongs_number":"H797","system":"hebrew","language":"hebrew","number_value":797,"lemma":"אַשְׁדּוֹדִית","transliteration":"ʼAshdôwdîyth","pronunciation":"ash-do-deeth'","derivation":"feminine of H796 (אַשְׁדּוֹדִי);","strongs_definition":"(only adverb) in the language of Ashdod","kjv_definition":"in the speech of Ashdod."} +{"id":"H798","strongs_number":"H798","system":"hebrew","language":"hebrew","number_value":798,"lemma":"אַשְׁדּוֹת הַפִּסְגָּה","transliteration":"ʼAshdôwth hap-Piçgâh","pronunciation":"ash-doth' hap-pisgaw'","derivation":"from the plural of H794 (אֲשֵׁדָה) and H6449 (פִּסְגָּה) with the article interposed; ravines of the Pisgah;","strongs_definition":"Ashdoth-Pisgah, a place east of the Jordan","kjv_definition":"Ashdoth-pisgah."} +{"id":"H799","strongs_number":"H799","system":"hebrew","language":"hebrew","number_value":799,"lemma":"אֶשְׁדָּת","transliteration":"ʼeshdâth","pronunciation":"esh-dawth'","derivation":"from H784 (אֵשׁ) and H1881 (דָּת);","strongs_definition":"a fire-law","kjv_definition":"fiery law."} +{"id":"H800","strongs_number":"H800","system":"hebrew","language":"hebrew","number_value":800,"lemma":"אֶשָּׁה","transliteration":"ʼeshshâh","pronunciation":"esh-shaw'","derivation":"feminine of H784 (אֵשׁ);","strongs_definition":"fire","kjv_definition":"fire."} +{"id":"H801","strongs_number":"H801","system":"hebrew","language":"hebrew","number_value":801,"lemma":"אִשָּׁה","transliteration":"ʼishshâh","pronunciation":"ish-shaw'","derivation":"the same as H800 (אֶשָּׁה), but used in a liturgical sense;","strongs_definition":"properly, a burnt-offering; but occasionally of any sacrifice","kjv_definition":"(offering, sacrifice), (made) by fire."} +{"id":"H802","strongs_number":"H802","system":"hebrew","language":"hebrew","number_value":802,"lemma":"אִשָּׁה","transliteration":"ʼishshâh","pronunciation":"ish-shaw'","derivation":"feminine of H376 (אִישׁ) or H582 (אֱנוֹשׁ); irregular plural, נָשִׁים;(used in the same wide sense as H582 (אֱנוֹשׁ))","strongs_definition":"a woman","kjv_definition":"(adulter) ess, each, every, female, [idiom] many, [phrase] none, one, [phrase] together, wife, woman. Often unexpressed in English."} +{"id":"H803","strongs_number":"H803","system":"hebrew","language":"hebrew","number_value":803,"lemma":"אֲשׁוּיָה","transliteration":"ʼăshûwyâh","pronunciation":"ash-oo-yah'","derivation":"feminine passive participle from an unused root meaning to found;","strongs_definition":"foundation","kjv_definition":"foundation."} +{"id":"H804","strongs_number":"H804","system":"hebrew","language":"hebrew","number_value":804,"lemma":"אַשּׁוּר","transliteration":"ʼAshshûwr","pronunciation":"ash-shoor'","derivation":"or אַשֻּׁר; apparently from H833 (אָשַׁר) (in the sense of successful);","strongs_definition":"Ashshur, the second son of Shem; also his descendants and the country occupied by them (i.e. Assyria), its region and its empire","kjv_definition":"Asshur, Assur, Assyria, Assyrians. See H838 (אָשֻׁר)."} +{"id":"H805","strongs_number":"H805","system":"hebrew","language":"hebrew","number_value":805,"lemma":"אֲשׁוּרִי","transliteration":"ʼĂshûwrîy","pronunciation":"ash-oo-ree'","derivation":"or אַשּׁוּרִי; from a patrial word of the same form as H804 (אַשּׁוּר);","strongs_definition":"an Ashurite (collectively) or inhabitant of Ashur, a district in Palestine","kjv_definition":"Asshurim, Ashurites."} +{"id":"H806","strongs_number":"H806","system":"hebrew","language":"hebrew","number_value":806,"lemma":"אַשְׁחוּר","transliteration":"ʼAshchûwr","pronunciation":"ash-khoor'","derivation":"probably from H7835 (שָׁחַר); black;","strongs_definition":"Ashchur, an Israelite","kjv_definition":"Ashur."} +{"id":"H807","strongs_number":"H807","system":"hebrew","language":"hebrew","number_value":807,"lemma":"אַשִׁימָא","transliteration":"ʼAshîymâʼ","pronunciation":"ash-ee-maw'","derivation":"of foreign origin;","strongs_definition":"Ashima, a deity of Hamath","kjv_definition":"Ashima."} +{"id":"H808","strongs_number":"H808","system":"hebrew","language":"hebrew","number_value":808,"lemma":"אָשִׁישׁ","transliteration":"ʼâshîysh","pronunciation":"aw-sheesh'","derivation":"from the same as H784 (אֵשׁ) (in the sense of pressing down firmly; compare H803 (אֲשׁוּיָה));","strongs_definition":"a (ruined) foundation","kjv_definition":"foundation."} +{"id":"H809","strongs_number":"H809","system":"hebrew","language":"hebrew","number_value":809,"lemma":"אֲשִׁישָׁה","transliteration":"ʼăshîyshâh","pronunciation":"ash-ee-shaw'","derivation":"feminine of H808 (אָשִׁישׁ);","strongs_definition":"something closely pressed together, i.e. a cake of raisins or other comfits","kjv_definition":"flagon."} +{"id":"H810","strongs_number":"H810","system":"hebrew","language":"hebrew","number_value":810,"lemma":"אֶשֶׁךְ","transliteration":"ʼeshek","pronunciation":"eh'-shek","derivation":"from an unused root (probably meaning to bunch together);","strongs_definition":"a testicle (as a lump)","kjv_definition":"stone."} +{"id":"H811","strongs_number":"H811","system":"hebrew","language":"hebrew","number_value":811,"lemma":"אֶשְׁכּוֹל","transliteration":"ʼeshkôwl","pronunciation":"esh-kole'","derivation":"or אֶשְׁכֹּל; probably prolonged from H810 (אֶשֶׁךְ);","strongs_definition":"a bunch of grapes or other fruit","kjv_definition":"cluster (of grapes)."} +{"id":"H812","strongs_number":"H812","system":"hebrew","language":"hebrew","number_value":812,"lemma":"אֶשְׁכֹּל","transliteration":"ʼEshkôl","pronunciation":"esh-kole'","derivation":"the same as H811 (אֶשְׁכּוֹל);","strongs_definition":"Eshcol, the name of an Amorite, also of a valley in Palestine","kjv_definition":"Eshcol."} +{"id":"H813","strongs_number":"H813","system":"hebrew","language":"hebrew","number_value":813,"lemma":"אַשְׁכְּנַז","transliteration":"ʼAshkᵉnaz","pronunciation":"ash-ken-az'","derivation":"of foreign origin;","strongs_definition":"Ashkenaz, a Japhethite, also his descendants","kjv_definition":"Ashkenaz."} +{"id":"H814","strongs_number":"H814","system":"hebrew","language":"hebrew","number_value":814,"lemma":"אֶשְׁכָּר","transliteration":"ʼeshkâr","pronunciation":"esh-cawr'","derivation":"for H7939 (שָׂכָר);","strongs_definition":"a gratuity","kjv_definition":"gift, present."} +{"id":"H815","strongs_number":"H815","system":"hebrew","language":"hebrew","number_value":815,"lemma":"אֵשֶׁל","transliteration":"ʼêshel","pronunciation":"ay'-shel","derivation":"from a root of uncertain signification;","strongs_definition":"a tamarisk tree; by extension, a grove of any kind","kjv_definition":"grove, tree."} +{"id":"H816","strongs_number":"H816","system":"hebrew","language":"hebrew","number_value":816,"lemma":"אָשַׁם","transliteration":"ʼâsham","pronunciation":"aw-sham'","derivation":"or אָשֵׁם; a primitive root;","strongs_definition":"to be guilty; by implication to be punished or perish","kjv_definition":"[idiom] certainly, be(-come, made) desolate, destroy, [idiom] greatly, be(-come, found, hold) guilty, offend (acknowledge offence), trespass."} +{"id":"H817","strongs_number":"H817","system":"hebrew","language":"hebrew","number_value":817,"lemma":"אָשָׁם","transliteration":"ʼâshâm","pronunciation":"aw-shawm'","derivation":"from H816 (אָשַׁם);","strongs_definition":"guilt; by implication, a fault; also a sin-offering","kjv_definition":"guiltiness, (offering for) sin, trespass (offering)."} +{"id":"H818","strongs_number":"H818","system":"hebrew","language":"hebrew","number_value":818,"lemma":"אָשֵׁם","transliteration":"ʼâshêm","pronunciation":"aw-shame'","derivation":"from H816 (אָשַׁם);","strongs_definition":"guilty; hence, presenting asin-offering","kjv_definition":"one which is faulty, guilty."} +{"id":"H819","strongs_number":"H819","system":"hebrew","language":"hebrew","number_value":819,"lemma":"אַשְׁמָה","transliteration":"ʼashmâh","pronunciation":"ash-maw'","derivation":"feminine of H817 (אָשָׁם);","strongs_definition":"guiltiness, a fault, the presentation of asin-offering","kjv_definition":"offend, sin, (cause of) trespass(-ing, offering)."} +{"id":"H820","strongs_number":"H820","system":"hebrew","language":"hebrew","number_value":820,"lemma":"אַשְׁמָן","transliteration":"ʼashmân","pronunciation":"ash-mawn'","derivation":"probably from H8081 (שֶׁמֶן);","strongs_definition":"a fat-field","kjv_definition":"desolate place."} +{"id":"H821","strongs_number":"H821","system":"hebrew","language":"hebrew","number_value":821,"lemma":"אַשְׁמֻרָה","transliteration":"ʼashmurâh","pronunciation":"ash-moo-raw'","derivation":"or אַשׁמוּרָה; or אַשׁמֹרֶת; (feminine) from H8104 (שָׁמַר);","strongs_definition":"a night watch","kjv_definition":"watch."} +{"id":"H822","strongs_number":"H822","system":"hebrew","language":"hebrew","number_value":822,"lemma":"אֶשְׁנָב","transliteration":"ʼeshnâb","pronunciation":"esh-nawb'","derivation":"apparently from an unused root (probably meaning to leave interstices);","strongs_definition":"a latticed window","kjv_definition":"casement, lattice."} +{"id":"H823","strongs_number":"H823","system":"hebrew","language":"hebrew","number_value":823,"lemma":"אַשְׁנָה","transliteration":"ʼAshnâh","pronunciation":"ash-naw'","derivation":"probably a variation for H3466 (יְשָׁנָה);","strongs_definition":"Ashnah, the name of two places in Palestine","kjv_definition":"Ashnah."} +{"id":"H824","strongs_number":"H824","system":"hebrew","language":"hebrew","number_value":824,"lemma":"אֶשְׁעָן","transliteration":"ʼEshʻân","pronunciation":"esh-awn'","derivation":"from H8172 (שָׁעַן); support;","strongs_definition":"Eshan, a place in Palestine","kjv_definition":"Eshean."} +{"id":"H825","strongs_number":"H825","system":"hebrew","language":"hebrew","number_value":825,"lemma":"אַשָּׁף","transliteration":"ʼashshâph","pronunciation":"ash-shawf'","derivation":"from an unused root (probably meaning to lisp, i.e. practice enchantment);","strongs_definition":"a conjurer","kjv_definition":"astrologer."} +{"id":"H826","strongs_number":"H826","system":"hebrew","language":"hebrew","number_value":826,"lemma":"אַשָּׁף","transliteration":"ʼashshâph","pronunciation":"ash-shawf'","derivation":"(Aramaic) corresponding to H825 (אַשָּׁף)","strongs_definition":"{a conjurer}","kjv_definition":"astrologer."} +{"id":"H827","strongs_number":"H827","system":"hebrew","language":"hebrew","number_value":827,"lemma":"אַשְׁפָּה","transliteration":"ʼashpâh","pronunciation":"ash-paw'","derivation":"perhaps (feminine) from the same as H825 (אַשָּׁף) (in the sense of covering);","strongs_definition":"a quiver or arrow-case","kjv_definition":"quiver."} +{"id":"H828","strongs_number":"H828","system":"hebrew","language":"hebrew","number_value":828,"lemma":"אַשְׁפְּנַז","transliteration":"ʼAshpᵉnaz","pronunciation":"ash-pen-az'","derivation":"of foreign origin;","strongs_definition":"Ashpenaz, a Babylonian eunuch","kjv_definition":"Ashpenaz."} +{"id":"H829","strongs_number":"H829","system":"hebrew","language":"hebrew","number_value":829,"lemma":"אֶשְׁפָּר","transliteration":"ʼeshpâr","pronunciation":"esh-pawr'","derivation":"of uncertain derivation;","strongs_definition":"a measured portion","kjv_definition":"good piece (of flesh)."} +{"id":"H830","strongs_number":"H830","system":"hebrew","language":"hebrew","number_value":830,"lemma":"אַשְׁפֹּת","transliteration":"ʼashpôth","pronunciation":"ash-pohth'","derivation":"or אַשְׁפּוֹת; or שְׁפֹת; (contraction) plural of a noun of the same form as H827 (אַשְׁפָּה), from H8192 (שָׁפָה) (in the sense of scraping);","strongs_definition":"a heap of rubbish or filth","kjv_definition":"dung (hill)."} +{"id":"H831","strongs_number":"H831","system":"hebrew","language":"hebrew","number_value":831,"lemma":"אַשְׁקְלוֹן","transliteration":"ʼAshqᵉlôwn","pronunciation":"ash-kel-one'","derivation":"probably from H8254 (שָׁקַל) in the sense of weighing-place (i.e. mart);","strongs_definition":"Ashkelon, a place in Palestine","kjv_definition":"Ashkelon, Askalon."} +{"id":"H832","strongs_number":"H832","system":"hebrew","language":"hebrew","number_value":832,"lemma":"אֶשְׁקְלוֹנִי","transliteration":"ʼEshqᵉlôwnîy","pronunciation":"esh-kel-o-nee'","derivation":"patrial from H831 (אַשְׁקְלוֹן);","strongs_definition":"Ashkelonite (collectively) or inhabitant of Ashkelon","kjv_definition":"Eshkalonites."} +{"id":"H833","strongs_number":"H833","system":"hebrew","language":"hebrew","number_value":833,"lemma":"אָשַׁר","transliteration":"ʼâshar","pronunciation":"aw-shar'","derivation":"or אָשֵׁר; a primitive root;","strongs_definition":"to be straight (used in the widest sense, especially to be level, right, happy); figuratively, to go forward, be honest, proper","kjv_definition":"(call, be) bless(-ed, happy), go, guide, lead, relieve."} +{"id":"H834","strongs_number":"H834","system":"hebrew","language":"hebrew","number_value":834,"lemma":"אֲשֶׁר","transliteration":"ʼăsher","pronunciation":"ash-er'","derivation":"a primitive relative pronoun (of every gender and number);","strongs_definition":"who, which, what, that; also (as an adverb and a conjunction) when, where, how, because, in order that, etc.","kjv_definition":"[idiom] after, [idiom] alike, as (soon as), because, [idiom] every, for, [phrase] forasmuch, [phrase] from whence, [phrase] how(-soever), [idiom] if, (so) that ((thing) which, wherein), [idiom] though, [phrase] until, [phrase] whatsoever, when, where ([phrase] -as, -in, -of, -on, -soever, -with), which, whilst, [phrase] whither(-soever), who(-m, -soever, -se). As it is indeclinable, it is often accompanied by the personal pronoun expletively, used to show the connection."} +{"id":"H835","strongs_number":"H835","system":"hebrew","language":"hebrew","number_value":835,"lemma":"אֶשֶׁר","transliteration":"ʼesher","pronunciation":"eh'-sher","derivation":"from H833 (אָשַׁר);","strongs_definition":"happiness; only in masculine plural construction as interjection, how happy!","kjv_definition":"blessed, happy."} +{"id":"H836","strongs_number":"H836","system":"hebrew","language":"hebrew","number_value":836,"lemma":"אָשֵׁר","transliteration":"ʼÂshêr","pronunciation":"aw-share'","derivation":"from H833 (אָשַׁר),","strongs_definition":"happy; Asher, a son of Jacob, and the tribe descended from him, with its territory; also a place in Palestine","kjv_definition":"Asher"} +{"id":"H837","strongs_number":"H837","system":"hebrew","language":"hebrew","number_value":837,"lemma":"אֹשֶׁר","transliteration":"ʼôsher","pronunciation":"o'-sher","derivation":"from H833 (אָשַׁר);","strongs_definition":"happiness","kjv_definition":"happy."} +{"id":"H838","strongs_number":"H838","system":"hebrew","language":"hebrew","number_value":838,"lemma":"אָשֻׁר","transliteration":"ʼâshur","pronunciation":"aw-shoor'","derivation":"or אַשֻּׁר; from H833 (אָשַׁר) in the sense of going;","strongs_definition":"a step","kjv_definition":"going, step."} +{"id":"H839","strongs_number":"H839","system":"hebrew","language":"hebrew","number_value":839,"lemma":"אֲשֻׁר","transliteration":"ʼăshur","pronunciation":"ash-oor'","derivation":"contracted for H8391 (תְּאַשּׁוּר);","strongs_definition":"the cedar tree or some other light elastic wood","kjv_definition":"Ashurite."} +{"id":"H840","strongs_number":"H840","system":"hebrew","language":"hebrew","number_value":840,"lemma":"אֲשַׂרְאֵל","transliteration":"ʼĂsarʼêl","pronunciation":"as-ar-ale'","derivation":"by orthographical variation from H833 (אָשַׁר) and H410 (אֵל); right of God;","strongs_definition":"Asarel, an Israelite","kjv_definition":"Asareel."} +{"id":"H841","strongs_number":"H841","system":"hebrew","language":"hebrew","number_value":841,"lemma":"אֲשַׂרְאֵלָה","transliteration":"ʼĂsarʼêlâh","pronunciation":"as-ar-ale'-aw","derivation":"from the same as H840 (אֲשַׂרְאֵל); right toward God;","strongs_definition":"Asarelah, an Israelite","kjv_definition":"Asarelah. Compare H3480 (יְשַׂרְאֵלָה)."} +{"id":"H842","strongs_number":"H842","system":"hebrew","language":"hebrew","number_value":842,"lemma":"אֲשֵׁרָה","transliteration":"ʼăshêrâh","pronunciation":"ash-ay-raw'","derivation":"or אֲשֵׁירָה; from H833 (אָשַׁר); happy;","strongs_definition":"Asherah (or Astarte) a Phoenician goddess; also an image of the same","kjv_definition":"grove. Compare H6253 (עַשְׁתֹּרֶת)."} +{"id":"H843","strongs_number":"H843","system":"hebrew","language":"hebrew","number_value":843,"lemma":"אָשֵׁרִי","transliteration":"ʼÂshêrîy","pronunciation":"aw-shay-ree'","derivation":"patronymic from H836 (אָשֵׁר);","strongs_definition":"an Asherite (collectively) or descendant of Asher","kjv_definition":"Asherites."} +{"id":"H844","strongs_number":"H844","system":"hebrew","language":"hebrew","number_value":844,"lemma":"אַשְׂרִיאֵל","transliteration":"ʼAsrîyʼêl","pronunciation":"as-ree-ale'","derivation":"an orthographical variation for H840 (אֲשַׂרְאֵל);","strongs_definition":"Asriel, the name of two Israelites","kjv_definition":"Ashriel, Asriel."} +{"id":"H845","strongs_number":"H845","system":"hebrew","language":"hebrew","number_value":845,"lemma":"אַשְׂרִאֵלִי","transliteration":"ʼAsriʼêlîy","pronunciation":"as-ree-ale-ee'","derivation":"patronymic from H844 (אַשְׂרִיאֵל);","strongs_definition":"an Asrielite (collectively) or descendant of Asriel","kjv_definition":"Asrielites."} +{"id":"H846","strongs_number":"H846","system":"hebrew","language":"hebrew","number_value":846,"lemma":"אֻשַּׁרְנָא","transliteration":"ʼushsharnâʼ","pronunciation":"oosh-ar-naw'","derivation":"(Aramaic) from a root corresponding to H833 (אָשַׁר);","strongs_definition":"a wall (from its uprightness)","kjv_definition":"wall."} +{"id":"H847","strongs_number":"H847","system":"hebrew","language":"hebrew","number_value":847,"lemma":"אֶשְׁתָּאֹל","transliteration":"ʼEshtâʼôl","pronunciation":"esh-taw-ole'","derivation":"or אֶשְׁתָּאוֹל; probably from H7592 (שָׁאַל); intreaty;","strongs_definition":"Eshtaol, a place in Palestine","kjv_definition":"Eshtaol."} +{"id":"H848","strongs_number":"H848","system":"hebrew","language":"hebrew","number_value":848,"lemma":"אֶשְׁתָּאֻלִי","transliteration":"ʼEshtâʼulîy","pronunciation":"esh-taw-oo-lee'","derivation":"patrial from H847 (אֶשְׁתָּאֹל);","strongs_definition":"an Eshtaolite (collectively) or inhabitant of Eshtaol","kjv_definition":"Eshtaulites."} +{"id":"H849","strongs_number":"H849","system":"hebrew","language":"hebrew","number_value":849,"lemma":"אֶשְׁתַּדּוּר","transliteration":"ʼeshtaddûwr","pronunciation":"esh-tad-dure'","derivation":"(Aramaic) from H7712 (שְׁדַר) (in a bad sense);","strongs_definition":"rebellion","kjv_definition":"sedition."} +{"id":"H850","strongs_number":"H850","system":"hebrew","language":"hebrew","number_value":850,"lemma":"אֶשְׁתּוֹן","transliteration":"ʼEshtôwn","pronunciation":"esh-tone'","derivation":"probably from the same as H7764 (שׁוּנִי); restful;","strongs_definition":"Eshton, an Israelite","kjv_definition":"Eshton."} +{"id":"H851","strongs_number":"H851","system":"hebrew","language":"hebrew","number_value":851,"lemma":"אֶשְׁתְּמֹעַ","transliteration":"ʼEshtᵉmôaʻ","pronunciation":"esh-tem-o'-ah","derivation":"or אֶשְׁתְּמוֹעַ; or אֶשְׁתְּמֹה; from H8085 (שָׁמַע) (in the sense of obedience);","strongs_definition":"Eshtemoa or Eshtemoh, a place in Palestine","kjv_definition":"Eshtemoa, Eshtemoh."} +{"id":"H852","strongs_number":"H852","system":"hebrew","language":"hebrew","number_value":852,"lemma":"אָת","transliteration":"ʼâth","pronunciation":"awth","derivation":"(Aramaic) corresponding to H226 (אוֹת);","strongs_definition":"a portent","kjv_definition":"sign."} +{"id":"H853","strongs_number":"H853","system":"hebrew","language":"hebrew","number_value":853,"lemma":"אֵת","transliteration":"ʼêth","pronunciation":"ayth","derivation":"apparent contracted from H226 (אוֹת) in the demonstrative sense of entity;","strongs_definition":"properly, self (but generally used to point out more definitely the object of a verb or preposition, even or namely)","kjv_definition":"(as such unrepresented in English)."} +{"id":"H854","strongs_number":"H854","system":"hebrew","language":"hebrew","number_value":854,"lemma":"אֵת","transliteration":"ʼêth","pronunciation":"ayth","derivation":"probably from H579 (אָנָה);","strongs_definition":"properly, nearness (used only as a preposition or an adverb), near; hence, generally, with, by, at, among, etc.","kjv_definition":"against, among, before, by, for, from, in(-to), (out) of, with. Often with another prepositional prefix."} +{"id":"H855","strongs_number":"H855","system":"hebrew","language":"hebrew","number_value":855,"lemma":"אֵת","transliteration":"ʼêth","pronunciation":"ayth","derivation":"of uncertain derivation;","strongs_definition":"a hoe or other digging implement","kjv_definition":"coulter, plowshare."} +{"id":"H856","strongs_number":"H856","system":"hebrew","language":"hebrew","number_value":856,"lemma":"אֶתְבַּעַל","transliteration":"ʼEthbaʻal","pronunciation":"eth-bah'-al","derivation":"from H854 (אֵת) and H1168 (בַּעַל); with Baal;","strongs_definition":"Ethbaal, a Phoenician king","kjv_definition":"Ethbaal."} +{"id":"H857","strongs_number":"H857","system":"hebrew","language":"hebrew","number_value":857,"lemma":"אָתָה","transliteration":"ʼâthâh","pronunciation":"aw-thaw'","derivation":"or אָתָא; a primitive root (collateral to H225 (אוּת) contraction);","strongs_definition":"to arrive","kjv_definition":"(be-, things to) come (upon), bring."} +{"id":"H858","strongs_number":"H858","system":"hebrew","language":"hebrew","number_value":858,"lemma":"אָתָה","transliteration":"ʼâthâh","pronunciation":"aw-thaw'","derivation":"(Aramaic) or אָתָא; (Aramaic), corresponding to H857 (אָתָה)","strongs_definition":"{to arrive}","kjv_definition":"(be-) come, bring."} +{"id":"H859","strongs_number":"H859","system":"hebrew","language":"hebrew","number_value":859,"lemma":"אַתָּה","transliteration":"ʼattâh","pronunciation":"at-taw'","derivation":"or (shortened); אַתָּ; or אַת; feminine (irregular) sometimes אַתִּי; plural masculine אַתֶּם; feminine אַתֶּן; or אַתֵּנָהlemma אתֵּנָה missing vowel, corrected to אַתֵּנָה; or אַתֵּנָּה; a primitive pronoun of the second person;","strongs_definition":"thou and thee, or (plural) ye and you","kjv_definition":"thee, thou, ye, you."} +{"id":"H860","strongs_number":"H860","system":"hebrew","language":"hebrew","number_value":860,"lemma":"אָתוֹן","transliteration":"ʼâthôwn","pronunciation":"aw-thone'","derivation":"probably from the same as H386 (אֵיתָן) (in the sense of patience);","strongs_definition":"a female donkey (from its docility)","kjv_definition":"(she) ass."} +{"id":"H861","strongs_number":"H861","system":"hebrew","language":"hebrew","number_value":861,"lemma":"אַתּוּן","transliteration":"ʼattûwn","pronunciation":"at-toon'","derivation":"(Aramaic) probably from the corresponding to H784 (אֵשׁ);","strongs_definition":"probably a fire-place, i.e. furnace","kjv_definition":"furnace."} +{"id":"H862","strongs_number":"H862","system":"hebrew","language":"hebrew","number_value":862,"lemma":"אַתּוּק","transliteration":"ʼattûwq","pronunciation":"at-tooke'","derivation":"or אַתִּיק; from H5423 (נָתַק) in the sense of decreasing;","strongs_definition":"a ledge or offset in abuilding","kjv_definition":"gallery."} +{"id":"H863","strongs_number":"H863","system":"hebrew","language":"hebrew","number_value":863,"lemma":"אִתַּי","transliteration":"ʼIttay","pronunciation":"it-tah'ee","derivation":"or אִיתַי; from H854 (אֵת); near;","strongs_definition":"Ittai or Ithai, the name of a Gittite and of an Israelite","kjv_definition":"Ithai, Ittai."} +{"id":"H864","strongs_number":"H864","system":"hebrew","language":"hebrew","number_value":864,"lemma":"אֵתָם","transliteration":"ʼÊthâm","pronunciation":"ay-thawm'","derivation":"of Egyptian derivation;","strongs_definition":"Etham, a place in the Desert","kjv_definition":"Etham."} +{"id":"H865","strongs_number":"H865","system":"hebrew","language":"hebrew","number_value":865,"lemma":"אֶתְמוֹל","transliteration":"ʼethmôwl","pronunciation":"eth-mole'","derivation":"or אִתְמוֹל; or אֶתְמוּל; probably from H853 (אֵת) or H854 (אֵת) and H4136 (מוּל);","strongs_definition":"heretofore; definitely yesterday","kjv_definition":"[phrase] before (that) time, [phrase] heretofore, of late (old), [phrase] times past, yester(day)."} +{"id":"H866","strongs_number":"H866","system":"hebrew","language":"hebrew","number_value":866,"lemma":"אֶתְנָה","transliteration":"ʼethnâh","pronunciation":"eth-naw'","derivation":"from H8566 (תָּנָה);","strongs_definition":"a present (as the price of harlotry)","kjv_definition":"reward."} +{"id":"H867","strongs_number":"H867","system":"hebrew","language":"hebrew","number_value":867,"lemma":"אֶתְנִי","transliteration":"ʼEthnîy","pronunciation":"eth-nee'","derivation":"perhaps from H866 (אֶתְנָה); munificence;","strongs_definition":"Ethni, an Israelite","kjv_definition":"Ethni."} +{"id":"H868","strongs_number":"H868","system":"hebrew","language":"hebrew","number_value":868,"lemma":"אֶתְנַן","transliteration":"ʼethnan","pronunciation":"eth-nan'","derivation":"the same as H866 (אֶתְנָה);","strongs_definition":"a gift (as the price of harlotry or idolatry)","kjv_definition":"hire, reward."} +{"id":"H869","strongs_number":"H869","system":"hebrew","language":"hebrew","number_value":869,"lemma":"אֶתְנַן","transliteration":"ʼEthnan","pronunciation":"eth-nan'","derivation":"the same as H868 (אֶתְנַן) in the sense of H867 (אֶתְנִי);","strongs_definition":"Ethnan, an Israelite","kjv_definition":"Ethnan."} +{"id":"H870","strongs_number":"H870","system":"hebrew","language":"hebrew","number_value":870,"lemma":"אֲתַר","transliteration":"ʼăthar","pronunciation":"ath-ar'","derivation":"(Aramaic) from a root corresponding to that of H871 (אֲתָרִים);","strongs_definition":"a place; (adverb) after","kjv_definition":"after, place."} +{"id":"H871","strongs_number":"H871","system":"hebrew","language":"hebrew","number_value":871,"lemma":"אֲתָרִים","transliteration":"ʼĂthârîym","pronunciation":"ath-aw-reem'","derivation":"plural from an unused root (probably meaning to step); places;","strongs_definition":"Atharim, a place near Palestine","kjv_definition":"spies. b"} +{"id":"H872","strongs_number":"H872","system":"hebrew","language":"hebrew","number_value":872,"lemma":"בְּאָה","transliteration":"bᵉʼâh","pronunciation":"be-aw'","derivation":"from H935 (בּוֹא);","strongs_definition":"an entrance to a building","kjv_definition":"entry."} +{"id":"H873","strongs_number":"H873","system":"hebrew","language":"hebrew","number_value":873,"lemma":"בִּאוּשׁ","transliteration":"biʼûwsh","pronunciation":"be-oosh'","derivation":"(Aramaic) from H888 (בְּאֵשׁ);","strongs_definition":"wicked","kjv_definition":"bad."} +{"id":"H874","strongs_number":"H874","system":"hebrew","language":"hebrew","number_value":874,"lemma":"בָּאַר","transliteration":"bâʼar","pronunciation":"baw-ar'","derivation":"a primitive root;","strongs_definition":"to dig; by analogy, to engrave; figuratively, to explain","kjv_definition":"declare, (make) plain(-ly)."} +{"id":"H875","strongs_number":"H875","system":"hebrew","language":"hebrew","number_value":875,"lemma":"בְּאֵר","transliteration":"bᵉʼêr","pronunciation":"be-ayr'","derivation":"from H874 (בָּאַר);","strongs_definition":"a pit; especially a well","kjv_definition":"pit, well."} +{"id":"H876","strongs_number":"H876","system":"hebrew","language":"hebrew","number_value":876,"lemma":"בְּאֵר","transliteration":"Bᵉʼêr","pronunciation":"be-ayr'","derivation":"the same as H875 (בְּאֵר);","strongs_definition":"Beer, a place in the Desert, also one in Palestine","kjv_definition":"Beer."} +{"id":"H877","strongs_number":"H877","system":"hebrew","language":"hebrew","number_value":877,"lemma":"בֹּאר","transliteration":"bôʼr","pronunciation":"bore","derivation":"from H874 (בָּאַר);","strongs_definition":"a cistern","kjv_definition":"cistern."} +{"id":"H878","strongs_number":"H878","system":"hebrew","language":"hebrew","number_value":878,"lemma":"בְּאֵרָא","transliteration":"Bᵉʼêrâʼ","pronunciation":"be-ay-raw'","derivation":"from H875 (בְּאֵר); a well;","strongs_definition":"Beera, an Israelite","kjv_definition":"Beera."} +{"id":"H879","strongs_number":"H879","system":"hebrew","language":"hebrew","number_value":879,"lemma":"בְּאֵר אֵלִים","transliteration":"Bᵉʼêr ʼÊlîym","pronunciation":"be-ayr' ay-leem'","derivation":"from H875 (בְּאֵר) and the plural of H410 (אֵל); well of heroes;","strongs_definition":"Beer-Elim, a place in the Desert","kjv_definition":"Beer-elim."} +{"id":"H880","strongs_number":"H880","system":"hebrew","language":"hebrew","number_value":880,"lemma":"בְּאֵרָה","transliteration":"Bᵉʼêrâh","pronunciation":"be-ay-raw'","derivation":"the same as H878 (בְּאֵרָא);","strongs_definition":"Beerah, an Israelite","kjv_definition":"Beerah."} +{"id":"H881","strongs_number":"H881","system":"hebrew","language":"hebrew","number_value":881,"lemma":"בְּאֵרוֹת","transliteration":"Bᵉʼêrôwth","pronunciation":"be-ay-rohth'","derivation":"feminine plural of H875 (בְּאֵר); wells;","strongs_definition":"Beeroth, a place in Palestine","kjv_definition":"Beeroth."} +{"id":"H882","strongs_number":"H882","system":"hebrew","language":"hebrew","number_value":882,"lemma":"בְּאֵרִי","transliteration":"Bᵉʼêrîy","pronunciation":"be-ay-ree'","derivation":"from H875 (בְּאֵר); fountained;","strongs_definition":"Beeri, the name of a Hittite and of an Israelite","kjv_definition":"Beeri."} +{"id":"H883","strongs_number":"H883","system":"hebrew","language":"hebrew","number_value":883,"lemma":"בְּאֵר לַחַי רֹאִי","transliteration":"Bᵉʼêr la-Chay Rôʼîy","pronunciation":"be-ayr' lakh-ah'ee ro-ee'","derivation":"from H875 (בְּאֵר) and H2416 (חַי) (with prefix) and H7203 (רֹאֶה); well of a living (One) my Seer;","strongs_definition":"Beer-Lachai-Roi, a place in the Desert","kjv_definition":"Beer-lahai-roi."} +{"id":"H884","strongs_number":"H884","system":"hebrew","language":"hebrew","number_value":884,"lemma":"בְּאֵר שֶׁבַע","transliteration":"Bᵉʼêr Shebaʻ","pronunciation":"be-ayr' sheh'-bah","derivation":"from H875 (בְּאֵר) and H7651 (שֶׁבַע) (in the sense of H7650 (שָׁבַע)); well of an oath;","strongs_definition":"Beer-Sheba, a place in Palestine","kjv_definition":"Beer-shebah."} +{"id":"H885","strongs_number":"H885","system":"hebrew","language":"hebrew","number_value":885,"lemma":"בְּאֵרֹת בְּנֵי־יַעֲקַן","transliteration":"Bᵉʼêrôth Bᵉnêy-Yaʻăqan","pronunciation":"be-ay-roth' be-nay' yah-a-can'","derivation":"from the feminine plural of H875 (בְּאֵר), and the plural contraction of H1121 (בֵּן), and H3292 (יַעֲקָן); wells of (the) sons of Jaakan;","strongs_definition":"Beeroth-Bene-Jaakan, a place in the Desert","kjv_definition":"Beeroth of the children of Jaakan."} +{"id":"H886","strongs_number":"H886","system":"hebrew","language":"hebrew","number_value":886,"lemma":"בְּאֵרֹתִי","transliteration":"Bᵉʼêrôthîy","pronunciation":"be-ay-ro-thee'","derivation":"patrial from H881 (בְּאֵרוֹת);","strongs_definition":"a Beerothite or inhabitant of Beeroth","kjv_definition":"Beerothite."} +{"id":"H887","strongs_number":"H887","system":"hebrew","language":"hebrew","number_value":887,"lemma":"בָּאַשׁ","transliteration":"bâʼash","pronunciation":"baw-ash'","derivation":"a primitive root;","strongs_definition":"to smell bad; figuratively, to be offensive morally","kjv_definition":"(make to) be abhorred (had in abomination, loathsome, odious), (cause a, make to) stink(-ing savour), [idiom] utterly."} +{"id":"H888","strongs_number":"H888","system":"hebrew","language":"hebrew","number_value":888,"lemma":"בְּאֵשׁ","transliteration":"bᵉʼêsh","pronunciation":"be-aysh'","derivation":"(Aramaic) corresponding to H887 (בָּאַשׁ)","strongs_definition":"{to smell bad; figuratively, to be offensive morally}","kjv_definition":"displease."} +{"id":"H889","strongs_number":"H889","system":"hebrew","language":"hebrew","number_value":889,"lemma":"בְּאֹשׁ","transliteration":"bᵉʼôsh","pronunciation":"be-oshe'","derivation":"from H877 (בֹּאר);","strongs_definition":"a stench","kjv_definition":"stink."} +{"id":"H890","strongs_number":"H890","system":"hebrew","language":"hebrew","number_value":890,"lemma":"בׇּאְשָׁה","transliteration":"boʼshâh","pronunciation":"bosh-aw'","derivation":"feminine of H889 (בְּאֹשׁ);","strongs_definition":"stink-weed or any other noxious or useless plant","kjv_definition":"cockle."} +{"id":"H891","strongs_number":"H891","system":"hebrew","language":"hebrew","number_value":891,"lemma":"בְּאֻשִׁים","transliteration":"bᵉʼushîym","pronunciation":"be-oo-sheem'","derivation":"plural of H889 (בְּאֹשׁ);","strongs_definition":"poison-berries","kjv_definition":"wild grapes."} +{"id":"H892","strongs_number":"H892","system":"hebrew","language":"hebrew","number_value":892,"lemma":"בָּבָה","transliteration":"bâbâh","pronunciation":"baw-baw'","derivation":"feminine active participle of an unused root meaning to hollow out;","strongs_definition":"something hollowed (as a gate), i.e. pupil of the eye","kjv_definition":"apple (of the eye)."} +{"id":"H893","strongs_number":"H893","system":"hebrew","language":"hebrew","number_value":893,"lemma":"בֵּבַי","transliteration":"Bêbay","pronunciation":"bay-bah'ee","derivation":"probably of foreign origin;","strongs_definition":"Bebai, an Israelite","kjv_definition":"Bebai."} +{"id":"H894","strongs_number":"H894","system":"hebrew","language":"hebrew","number_value":894,"lemma":"בָּבֶל","transliteration":"Bâbel","pronunciation":"baw-bel'","derivation":"from H1101 (בָּלַל); confusion;","strongs_definition":"Babel (i.e. Babylon), including Babylonia and the Babylonian empire","kjv_definition":"Babel, Babylon."} +{"id":"H895","strongs_number":"H895","system":"hebrew","language":"hebrew","number_value":895,"lemma":"בַּבֶל","transliteration":"Babel","pronunciation":"baw-bel'","derivation":"(Aramaic) corresponding to H894 (בָּבֶל)","strongs_definition":"{Babel (i.e. Babylon), including Babylonia and the Babylonian empire}","kjv_definition":"Babylon."} +{"id":"H896","strongs_number":"H896","system":"hebrew","language":"hebrew","number_value":896,"lemma":"בַּבְלִי","transliteration":"Bablîy","pronunciation":"bab-lee'","derivation":"(Aramaic) patrial from H895 (בַּבֶל);","strongs_definition":"a Babylonian","kjv_definition":"Babylonia."} +{"id":"H897","strongs_number":"H897","system":"hebrew","language":"hebrew","number_value":897,"lemma":"בַּג","transliteration":"bag","pronunciation":"bag","derivation":"a Persian word;","strongs_definition":"food","kjv_definition":"spoil (from the margin for H957 (בַּז).)"} +{"id":"H898","strongs_number":"H898","system":"hebrew","language":"hebrew","number_value":898,"lemma":"בָּגַד","transliteration":"bâgad","pronunciation":"baw-gad'","derivation":"a primitive root;","strongs_definition":"to cover (with a garment); figuratively, to act covertly; by implication, to pillage","kjv_definition":"deal deceitfully (treacherously, unfaithfully), offend, transgress(-or), (depart), treacherous (dealer, -ly, man), unfaithful(-ly, man), [idiom] very."} +{"id":"H899","strongs_number":"H899","system":"hebrew","language":"hebrew","number_value":899,"lemma":"בֶּגֶד","transliteration":"beged","pronunciation":"behg'-ed","derivation":"from H898 (בָּגַד);","strongs_definition":"a covering, i.e. clothing; also treachery or pillage","kjv_definition":"apparel, cloth(-es, ing), garment, lap, rag, raiment, robe, [idiom] very (treacherously), vesture, wardrobe."} +{"id":"H900","strongs_number":"H900","system":"hebrew","language":"hebrew","number_value":900,"lemma":"בֹּגְדוֹת","transliteration":"bôgᵉdôwth","pronunciation":"bohg-ed-ohth","derivation":"feminine plural active participle of H898 (בָּגַד);","strongs_definition":"treacheries","kjv_definition":"treacherous."} +{"id":"H901","strongs_number":"H901","system":"hebrew","language":"hebrew","number_value":901,"lemma":"בָּגוֹד","transliteration":"bâgôwd","pronunciation":"baw-gode'","derivation":"from H898 (בָּגַד);","strongs_definition":"treacherous","kjv_definition":"treacherous."} +{"id":"H902","strongs_number":"H902","system":"hebrew","language":"hebrew","number_value":902,"lemma":"בִּגְוַי","transliteration":"Bigvay","pronunciation":"big-vah'ee","derivation":"probably of foreign origin;","strongs_definition":"Bigvai, an Israelite","kjv_definition":"Bigvai."} +{"id":"H903","strongs_number":"H903","system":"hebrew","language":"hebrew","number_value":903,"lemma":"בִּגְתָא","transliteration":"Bigthâʼ","pronunciation":"big-thaw'","derivation":"of Persian derivation;","strongs_definition":"Bigtha, a eunuch of Xerxes","kjv_definition":"Bigtha."} +{"id":"H904","strongs_number":"H904","system":"hebrew","language":"hebrew","number_value":904,"lemma":"בִּגְתָן","transliteration":"Bigthân","pronunciation":"big-thawn'","derivation":"or בִּגְתָנָא; of similar derivation to H903 (בִּגְתָא);","strongs_definition":"Bigthan or Bigthana, a eunuch of Xerxes","kjv_definition":"Bigthan, Bigthana."} +{"id":"H905","strongs_number":"H905","system":"hebrew","language":"hebrew","number_value":905,"lemma":"בַּד","transliteration":"bad","pronunciation":"bad","derivation":"from H909 (בָּדַד);","strongs_definition":"properly, separation; by implication, a part of the body, branch of atree, bar forcarrying; figuratively, chief of a city; especially (with prepositional prefix) as an adverb, apart, only, besides","kjv_definition":"alone, apart, bar, besides, branch, by self, of each alike, except, only, part, staff, strength."} +{"id":"H906","strongs_number":"H906","system":"hebrew","language":"hebrew","number_value":906,"lemma":"בַּד","transliteration":"bad","pronunciation":"bad","derivation":"perhaps from H909 (בָּדַד) (in the sense of divided fibres);","strongs_definition":"flaxen thread or yarn; hence, a linen garment","kjv_definition":"linen."} +{"id":"H907","strongs_number":"H907","system":"hebrew","language":"hebrew","number_value":907,"lemma":"בַּד","transliteration":"bad","pronunciation":"bad","derivation":"from H908 (בָּדָא);","strongs_definition":"a brag or lie; also a liar","kjv_definition":"liar, lie."} +{"id":"H908","strongs_number":"H908","system":"hebrew","language":"hebrew","number_value":908,"lemma":"בָּדָא","transliteration":"bâdâʼ","pronunciation":"baw-daw'","derivation":"a primitive root;","strongs_definition":"(figuratively) to invent","kjv_definition":"devise, feign."} +{"id":"H909","strongs_number":"H909","system":"hebrew","language":"hebrew","number_value":909,"lemma":"בָּדַד","transliteration":"bâdad","pronunciation":"baw-dad'","derivation":"a primitive root;","strongs_definition":"to divide, i.e. (reflex.) be solitary","kjv_definition":"alone."} +{"id":"H910","strongs_number":"H910","system":"hebrew","language":"hebrew","number_value":910,"lemma":"בָּדָד","transliteration":"bâdâd","pronunciation":"baw-dawd'","derivation":"from H909 (בָּדַד);","strongs_definition":"separate; adverb, separately","kjv_definition":"alone, desolate, only, solitary."} +{"id":"H911","strongs_number":"H911","system":"hebrew","language":"hebrew","number_value":911,"lemma":"בְּדַד","transliteration":"Bᵉdad","pronunciation":"bed-ad'","derivation":"from H909 (בָּדַד); separation;","strongs_definition":"Bedad, an Edomite","kjv_definition":"Bedad."} +{"id":"H912","strongs_number":"H912","system":"hebrew","language":"hebrew","number_value":912,"lemma":"בֵּדְיָה","transliteration":"Bêdᵉyâh","pronunciation":"bay-de-yaw'","derivation":"probably a shortened form H5662 (עֹבַדְיָה); servant of Jehovah;","strongs_definition":"Bedejah, an Israelite","kjv_definition":"Bedeiah."} +{"id":"H913","strongs_number":"H913","system":"hebrew","language":"hebrew","number_value":913,"lemma":"בְּדִיל","transliteration":"bᵉdîyl","pronunciation":"bed-eel'","derivation":"from H914 (בָּדַל);","strongs_definition":"alloy (because removed by smelting); by analogy, tin","kjv_definition":"[phrase] plummet, tin."} +{"id":"H914","strongs_number":"H914","system":"hebrew","language":"hebrew","number_value":914,"lemma":"בָּדַל","transliteration":"bâdal","pronunciation":"baw-dal'","derivation":"a primitive root;","strongs_definition":"to divide (in variation senses literally or figuratively, separate, distinguish, differ, select, etc.)","kjv_definition":"(make, put) difference, divide (asunder), (make) separate (self, -ation), sever (out), [idiom] utterly."} +{"id":"H915","strongs_number":"H915","system":"hebrew","language":"hebrew","number_value":915,"lemma":"בָּדָל","transliteration":"bâdâl","pronunciation":"baw-dawl'","derivation":"from H914 (בָּדַל);","strongs_definition":"a part","kjv_definition":"piece."} +{"id":"H916","strongs_number":"H916","system":"hebrew","language":"hebrew","number_value":916,"lemma":"בְּדֹלַח","transliteration":"bᵉdôlach","pronunciation":"bed-o'-lakh","derivation":"probably from H914 (בָּדַל);","strongs_definition":"something in pieces, i.e. bdellium, a (fragrant) gum (perhaps amber); others a pearl","kjv_definition":"bdellium."} +{"id":"H917","strongs_number":"H917","system":"hebrew","language":"hebrew","number_value":917,"lemma":"בְּדָן","transliteration":"Bᵉdân","pronunciation":"bed-awn'","derivation":"probably shortened for H5658 (עַבְדוֹן); servile;","strongs_definition":"Bedan, the name of two Israelites","kjv_definition":"Bedan."} +{"id":"H918","strongs_number":"H918","system":"hebrew","language":"hebrew","number_value":918,"lemma":"בָּדַק","transliteration":"bâdaq","pronunciation":"baw-dak'","derivation":"a primitive root; to gap open; used only as a denominative from H919 (בֶּדֶק);","strongs_definition":"to mend a breach","kjv_definition":"repair."} +{"id":"H919","strongs_number":"H919","system":"hebrew","language":"hebrew","number_value":919,"lemma":"בֶּדֶק","transliteration":"bedeq","pronunciation":"beh'-dek","derivation":"from H918 (בָּדַק);","strongs_definition":"a gap or leak (in a building or a ship)","kjv_definition":"breach, [phrase] calker."} +{"id":"H920","strongs_number":"H920","system":"hebrew","language":"hebrew","number_value":920,"lemma":"בִּדְקַר","transliteration":"Bidqar","pronunciation":"bid-car'","derivation":"probably from H1856 (דָּקַר) with a prepositional prefix; by stabbing, i.e. assassin;","strongs_definition":"Bidkar, an Israelite","kjv_definition":"Bidkar."} +{"id":"H921","strongs_number":"H921","system":"hebrew","language":"hebrew","number_value":921,"lemma":"בְּדַר","transliteration":"bᵉdar","pronunciation":"bed-ar'","derivation":"(Aramaic) corresponding (by transposition) to H6504 (פָּרַד);","strongs_definition":"to scatter","kjv_definition":"scatter."} +{"id":"H922","strongs_number":"H922","system":"hebrew","language":"hebrew","number_value":922,"lemma":"בֹּהוּ","transliteration":"bôhûw","pronunciation":"bo'-hoo","derivation":"from an unused root (meaning to be empty);","strongs_definition":"a vacuity, i.e. (superficially) an undistinguishable ruin","kjv_definition":"emptiness, void."} +{"id":"H923","strongs_number":"H923","system":"hebrew","language":"hebrew","number_value":923,"lemma":"בַּהַט","transliteration":"bahaṭ","pronunciation":"bah'-hat","derivation":"from an unused root (probably meaning to glisten);","strongs_definition":"white marble or perhaps alabaster","kjv_definition":"red (marble)."} +{"id":"H924","strongs_number":"H924","system":"hebrew","language":"hebrew","number_value":924,"lemma":"בְּהִילוּ","transliteration":"bᵉhîylûw","pronunciation":"be-hee-loo'","derivation":"(Aramaic) from H927 (בְּהַל);","strongs_definition":"a hurry; only adverb, hastily","kjv_definition":"in haste."} +{"id":"H925","strongs_number":"H925","system":"hebrew","language":"hebrew","number_value":925,"lemma":"בָּהִיר","transliteration":"bâhîyr","pronunciation":"baw-here'","derivation":"from an unused root (meaning to be bright);","strongs_definition":"shining","kjv_definition":"bright."} +{"id":"H926","strongs_number":"H926","system":"hebrew","language":"hebrew","number_value":926,"lemma":"בָּהַל","transliteration":"bâhal","pronunciation":"baw-hal'","derivation":"a primitive root;","strongs_definition":"to tremble inwardly (or palpitate), i.e. (figuratively) be (causative, make) (suddenly) alarmed or agitated; by implication to hasten anxiously","kjv_definition":"be (make) affrighted (afraid, amazed, dismayed, rash), (be, get, make) haste(-n, -y, -ily), (give) speedy(-ily), thrust out, trouble, vex."} +{"id":"H927","strongs_number":"H927","system":"hebrew","language":"hebrew","number_value":927,"lemma":"בְּהַל","transliteration":"bᵉhal","pronunciation":"be-hal'","derivation":"(Aramaic) corresponding to H926 (בָּהַל);","strongs_definition":"to terrify, hasten","kjv_definition":"in haste, trouble."} +{"id":"H928","strongs_number":"H928","system":"hebrew","language":"hebrew","number_value":928,"lemma":"בֶּהָלָה","transliteration":"behâlâh","pronunciation":"beh-haw-law'","derivation":"from H926 (בָּהַל);","strongs_definition":"panic, destruction","kjv_definition":"terror, trouble."} +{"id":"H929","strongs_number":"H929","system":"hebrew","language":"hebrew","number_value":929,"lemma":"בְּהֵמָה","transliteration":"bᵉhêmâh","pronunciation":"be-hay-maw'","derivation":"from an unused root (probably meaning to be mute);","strongs_definition":"properly, a dumb beast; especially any large quadruped or animal (often collective)","kjv_definition":"beast, cattle."} +{"id":"H930","strongs_number":"H930","system":"hebrew","language":"hebrew","number_value":930,"lemma":"בְּהֵמוֹת","transliteration":"bᵉhêmôwth","pronunciation":"be-hay-mohth'","derivation":"in form a plural or H929 (בְּהֵמָה), but really a singular of Egyptian derivation;","strongs_definition":"a water-ox, i.e. the hippopotamus or Nile-horse","kjv_definition":"Behemoth."} +{"id":"H931","strongs_number":"H931","system":"hebrew","language":"hebrew","number_value":931,"lemma":"בֹּהֶן","transliteration":"bôhen","pronunciation":"bo'-hen","derivation":"from an unused root apparently meaning to be thick;","strongs_definition":"the thumb of the hand or great toe of the foot","kjv_definition":"thumb, great toe."} +{"id":"H932","strongs_number":"H932","system":"hebrew","language":"hebrew","number_value":932,"lemma":"בֹּהַן","transliteration":"Bôhan","pronunciation":"bo'han","derivation":"an orthographical variation of H931 (בֹּהֶן);","strongs_definition":"thumb, Bohan, an Israelite","kjv_definition":"Bohan."} +{"id":"H933","strongs_number":"H933","system":"hebrew","language":"hebrew","number_value":933,"lemma":"בֹּהַק","transliteration":"bôhaq","pronunciation":"bo'-hak","derivation":"from an unused root meaning to be pale;","strongs_definition":"white scurf","kjv_definition":"freckled spot."} +{"id":"H934","strongs_number":"H934","system":"hebrew","language":"hebrew","number_value":934,"lemma":"בֹּהֶרֶת","transliteration":"bôhereth","pronunciation":"bo-heh'-reth","derivation":"feminine active participle of the same as H925 (בָּהִיר);","strongs_definition":"a whitish spot on the skin","kjv_definition":"bright spot."} +{"id":"H935","strongs_number":"H935","system":"hebrew","language":"hebrew","number_value":935,"lemma":"בּוֹא","transliteration":"bôwʼ","pronunciation":"bo","derivation":"a primitive root;","strongs_definition":"to go or come (in a wide variety of applications)","kjv_definition":"abide, apply, attain, [idiom] be, befall, [phrase] besiege, bring (forth, in, into, to pass), call, carry, [idiom] certainly, (cause, let, thing for) to come (against, in, out, upon, to pass), depart, [idiom] doubtless again, [phrase] eat, [phrase] employ, (cause to) enter (in, into, -tering, -trance, -try), be fallen, fetch, [phrase] follow, get, give, go (down, in, to war), grant, [phrase] have, [idiom] indeed, (in-) vade, lead, lift (up), mention, pull in, put, resort, run (down), send, set, [idiom] (well) stricken (in age), [idiom] surely, take (in), way."} +{"id":"H936","strongs_number":"H936","system":"hebrew","language":"hebrew","number_value":936,"lemma":"בּוּז","transliteration":"bûwz","pronunciation":"booz","derivation":"a primitive root;","strongs_definition":"to disrespect","kjv_definition":"contemn, despise, [idiom] utterly."} +{"id":"H937","strongs_number":"H937","system":"hebrew","language":"hebrew","number_value":937,"lemma":"בּוּז","transliteration":"bûwz","pronunciation":"booz","derivation":"from H936 (בּוּז);","strongs_definition":"disrespect","kjv_definition":"contempt(-uously), despised, shamed."} +{"id":"H938","strongs_number":"H938","system":"hebrew","language":"hebrew","number_value":938,"lemma":"בּוּז","transliteration":"Bûwz","pronunciation":"booz","derivation":"the same as H937 (בּוּז);","strongs_definition":"Buz, the name of a son of Nahor, and of an Israelite","kjv_definition":"Buz."} +{"id":"H939","strongs_number":"H939","system":"hebrew","language":"hebrew","number_value":939,"lemma":"בּוּזָה","transliteration":"bûwzâh","pronunciation":"boo-zaw'","derivation":"feminine passive participle of H936 (בּוּז);","strongs_definition":"something scorned; an object of contempt","kjv_definition":"despised."} +{"id":"H940","strongs_number":"H940","system":"hebrew","language":"hebrew","number_value":940,"lemma":"בּוּזִי","transliteration":"Bûwzîy","pronunciation":"boo-zee'","derivation":"patronymic from H938 (בּוּז);","strongs_definition":"a Buzite or descendant of Buz","kjv_definition":"Buzite."} +{"id":"H941","strongs_number":"H941","system":"hebrew","language":"hebrew","number_value":941,"lemma":"בּוּזִי","transliteration":"Bûwzîy","pronunciation":"boo-zee'","derivation":"the same as H940 (בּוּזִי);","strongs_definition":"Buzi, an Israelite","kjv_definition":"Buzi."} +{"id":"H942","strongs_number":"H942","system":"hebrew","language":"hebrew","number_value":942,"lemma":"בַּוַּי","transliteration":"Bavvay","pronunciation":"bav-vah'ee","derivation":"probably of Persian origin;","strongs_definition":"Bavvai, an Israelite","kjv_definition":"Bavai."} +{"id":"H943","strongs_number":"H943","system":"hebrew","language":"hebrew","number_value":943,"lemma":"בּוּךְ","transliteration":"bûwk","pronunciation":"book","derivation":"a primitive root;","strongs_definition":"to involve (literally or figuratively)","kjv_definition":"be entangled, (perplexed)."} +{"id":"H944","strongs_number":"H944","system":"hebrew","language":"hebrew","number_value":944,"lemma":"בּוּל","transliteration":"bûwl","pronunciation":"bool","derivation":"for H2981 (יְבוּל);","strongs_definition":"produce (of the earth, etc.)","kjv_definition":"food, stock."} +{"id":"H945","strongs_number":"H945","system":"hebrew","language":"hebrew","number_value":945,"lemma":"בּוּל","transliteration":"Bûwl","pronunciation":"bool","derivation":"the same as H944 (בּוּל) (in the sense of rain);","strongs_definition":"Bul, the eighth Hebrew month","kjv_definition":"Bul."} +{"id":"H946","strongs_number":"H946","system":"hebrew","language":"hebrew","number_value":946,"lemma":"בּוּנָה","transliteration":"Bûwnâh","pronunciation":"boo-naw'","derivation":"from H995 (בִּין); discretion;","strongs_definition":"Bunah, an Israelite","kjv_definition":"Bunah."} +{"id":"H947","strongs_number":"H947","system":"hebrew","language":"hebrew","number_value":947,"lemma":"בּוּס","transliteration":"bûwç","pronunciation":"boos","derivation":"a primitive root;","strongs_definition":"to trample (literally or figuratively)","kjv_definition":"loath, tread (down, under (foot)), be polluted."} +{"id":"H948","strongs_number":"H948","system":"hebrew","language":"hebrew","number_value":948,"lemma":"בּוּץ","transliteration":"bûwts","pronunciation":"boots","derivation":"from an unused root (of the same form) meaning to bleach, i.e. (intransitive) be white;","strongs_definition":"probably cotton (of some sort)","kjv_definition":"fine (white) linen."} +{"id":"H949","strongs_number":"H949","system":"hebrew","language":"hebrew","number_value":949,"lemma":"בּוֹצֵץ","transliteration":"Bôwtsêts","pronunciation":"bo-tsates'","derivation":"from the same as H948 (בּוּץ); shining;","strongs_definition":"Botsets, a rock near Michmash","kjv_definition":"Bozez."} +{"id":"H950","strongs_number":"H950","system":"hebrew","language":"hebrew","number_value":950,"lemma":"בּוּקָה","transliteration":"bûwqâh","pronunciation":"boo-kaw'","derivation":"feminine passive participle of an unused root (meaning to be hollow);","strongs_definition":"emptiness (as adjective)","kjv_definition":"empty."} +{"id":"H951","strongs_number":"H951","system":"hebrew","language":"hebrew","number_value":951,"lemma":"בּוֹקֵר","transliteration":"bôwqêr","pronunciation":"bo-kare'","derivation":"properly, active participle from H1239 (בָּקַר) as denominative from H1241 (בָּקָר);","strongs_definition":"a cattle-tender","kjv_definition":"herdman."} +{"id":"H952","strongs_number":"H952","system":"hebrew","language":"hebrew","number_value":952,"lemma":"בּוּר","transliteration":"bûwr","pronunciation":"boor","derivation":"a primitive root;","strongs_definition":"to bore, i.e. (figuratively) examine","kjv_definition":"declare."} +{"id":"H953","strongs_number":"H953","system":"hebrew","language":"hebrew","number_value":953,"lemma":"בּוֹר","transliteration":"bôwr","pronunciation":"bore","derivation":"from H952 (בּוּר) (in the sense of H877 (בֹּאר));","strongs_definition":"a pit hole (especially one used as a cistern or a prison)","kjv_definition":"cistern, dungeon, fountain, pit, well."} +{"id":"H954","strongs_number":"H954","system":"hebrew","language":"hebrew","number_value":954,"lemma":"בּוּשׁ","transliteration":"bûwsh","pronunciation":"boosh","derivation":"a primitive root;","strongs_definition":"properly, to pale, i.e. by implication to be ashamed; also (by implication) to be disappointed or delayed","kjv_definition":"(be, make, bring to, cause, put to, with, a-) shamed(-d), be (put to) confounded(-fusion), become dry, delay, be long."} +{"id":"H955","strongs_number":"H955","system":"hebrew","language":"hebrew","number_value":955,"lemma":"בּוּשָׁה","transliteration":"bûwshâh","pronunciation":"boo-shaw'","derivation":"feminine participle passive of H954 (בּוּשׁ);","strongs_definition":"shame","kjv_definition":"shame."} +{"id":"H956","strongs_number":"H956","system":"hebrew","language":"hebrew","number_value":956,"lemma":"בּוּת","transliteration":"bûwth","pronunciation":"booth","derivation":"(Aramaic) apparent denominative from H1005 (בַּיִת);","strongs_definition":"to lodge over night","kjv_definition":"pass the night."} +{"id":"H957","strongs_number":"H957","system":"hebrew","language":"hebrew","number_value":957,"lemma":"בַּז","transliteration":"baz","pronunciation":"baz","derivation":"from H962 (בָּזַז);","strongs_definition":"plunder","kjv_definition":"booty, prey, spoil(-ed)."} +{"id":"H958","strongs_number":"H958","system":"hebrew","language":"hebrew","number_value":958,"lemma":"בָּזָא","transliteration":"bâzâʼ","pronunciation":"baw-zaw'","derivation":"a primitive root;","strongs_definition":"probably to cleave","kjv_definition":"spoil."} +{"id":"H959","strongs_number":"H959","system":"hebrew","language":"hebrew","number_value":959,"lemma":"בָּזָה","transliteration":"bâzâh","pronunciation":"baw-zaw'","derivation":"a primitive root;","strongs_definition":"to disesteem","kjv_definition":"despise, disdain, contemn(-ptible), [phrase] think to scorn, vile person."} +{"id":"H960","strongs_number":"H960","system":"hebrew","language":"hebrew","number_value":960,"lemma":"בָּזֹה","transliteration":"bâzôh","pronunciation":"baw-zo'","derivation":"from H959 (בָּזָה);","strongs_definition":"scorned","kjv_definition":"despise."} +{"id":"H961","strongs_number":"H961","system":"hebrew","language":"hebrew","number_value":961,"lemma":"בִּזָּה","transliteration":"bizzâh","pronunciation":"biz-zaw'","derivation":"feminine of H957 (בַּז);","strongs_definition":"booty","kjv_definition":"prey, spoil."} +{"id":"H962","strongs_number":"H962","system":"hebrew","language":"hebrew","number_value":962,"lemma":"בָּזַז","transliteration":"bâzaz","pronunciation":"baw-zaz'","derivation":"a primitive root;","strongs_definition":"to plunder","kjv_definition":"catch, gather, (take) for a prey, rob(-ber), spoil, take (away, spoil), [idiom] utterly."} +{"id":"H963","strongs_number":"H963","system":"hebrew","language":"hebrew","number_value":963,"lemma":"בִּזָּיוֹן","transliteration":"bizzâyôwn","pronunciation":"biz-zaw-yone'","derivation":"from H959 (בָּזָה)","strongs_definition":"disesteem","kjv_definition":"contempt."} +{"id":"H964","strongs_number":"H964","system":"hebrew","language":"hebrew","number_value":964,"lemma":"בִּזְיוֹתְיָה","transliteration":"bizyôwthᵉyâh","pronunciation":"biz-yo-the-yaw'","derivation":"from H959 (בָּזָה) and H3050 (יָהּ); contempts of Jah;","strongs_definition":"Bizjothjah, a place in Palestine","kjv_definition":"Bizjothjah."} +{"id":"H965","strongs_number":"H965","system":"hebrew","language":"hebrew","number_value":965,"lemma":"בָּזָק","transliteration":"bâzâq","pronunciation":"baw-zawk'","derivation":"from an unused root meaning to lighten;","strongs_definition":"a flash of lightning","kjv_definition":"flash of lightning."} +{"id":"H966","strongs_number":"H966","system":"hebrew","language":"hebrew","number_value":966,"lemma":"בֶּזֶק","transliteration":"Bezeq","pronunciation":"beh'-zak","derivation":"from H965 (בָּזָק); lightning;","strongs_definition":"Bezek, a place in Palestine","kjv_definition":"Bezek."} +{"id":"H967","strongs_number":"H967","system":"hebrew","language":"hebrew","number_value":967,"lemma":"בָּזַר","transliteration":"bâzar","pronunciation":"baw-zar'","derivation":"a primitive root;","strongs_definition":"to disperse","kjv_definition":"scatter."} +{"id":"H968","strongs_number":"H968","system":"hebrew","language":"hebrew","number_value":968,"lemma":"בִּזְתָא","transliteration":"Bizthâʼ","pronunciation":"biz-thaw'","derivation":"of Persian origin;","strongs_definition":"Biztha, a eunuch of Xerxes","kjv_definition":"Biztha."} +{"id":"H969","strongs_number":"H969","system":"hebrew","language":"hebrew","number_value":969,"lemma":"בָּחוֹן","transliteration":"bâchôwn","pronunciation":"baw-khone'","derivation":"from H974 (בָּחַן);","strongs_definition":"an assayer or metals","kjv_definition":"tower."} +{"id":"H970","strongs_number":"H970","system":"hebrew","language":"hebrew","number_value":970,"lemma":"בָּחוּר","transliteration":"bâchûwr","pronunciation":"baw-khoor'","derivation":"or בָּחֻר; participle passive of H977 (בָּחַר);","strongs_definition":"properly, selected, i.e. a youth (often collective)","kjv_definition":"(choice) young (man), chosen, [idiom] hole."} +{"id":"H971","strongs_number":"H971","system":"hebrew","language":"hebrew","number_value":971,"lemma":"בַּחִין","transliteration":"bachîyn","pronunciation":"bakh-een'","derivation":"another form of H975 (בַּחַן);","strongs_definition":"a watch-tower of besiegers","kjv_definition":"tower."} +{"id":"H972","strongs_number":"H972","system":"hebrew","language":"hebrew","number_value":972,"lemma":"בָּחִיר","transliteration":"bâchîyr","pronunciation":"baw-kheer'","derivation":"from H977 (בָּחַר);","strongs_definition":"select","kjv_definition":"choose, chosen one, elect."} +{"id":"H973","strongs_number":"H973","system":"hebrew","language":"hebrew","number_value":973,"lemma":"בָּחַל","transliteration":"bâchal","pronunciation":"baw-khal'","derivation":"a primitive root;","strongs_definition":"to loath","kjv_definition":"abhor, get hastily (from the margin for H926 (בָּהַל))."} +{"id":"H974","strongs_number":"H974","system":"hebrew","language":"hebrew","number_value":974,"lemma":"בָּחַן","transliteration":"bâchan","pronunciation":"baw-khan'","derivation":"a primitive root;","strongs_definition":"to test (especially metals); generally and figuratively, to investigate","kjv_definition":"examine, prove, tempt, try (trial)."} +{"id":"H975","strongs_number":"H975","system":"hebrew","language":"hebrew","number_value":975,"lemma":"בַּחַן","transliteration":"bachan","pronunciation":"bakh'-an","derivation":"from H974 (בָּחַן) (in the sense of keeping a look-out);","strongs_definition":"a watch-tower","kjv_definition":"tower."} +{"id":"H976","strongs_number":"H976","system":"hebrew","language":"hebrew","number_value":976,"lemma":"בֹּחַן","transliteration":"bôchan","pronunciation":"bo'-khan","derivation":"from H974 (בָּחַן);","strongs_definition":"trial","kjv_definition":"tried."} +{"id":"H977","strongs_number":"H977","system":"hebrew","language":"hebrew","number_value":977,"lemma":"בָּחַר","transliteration":"bâchar","pronunciation":"baw-khar'","derivation":"a primitive root;","strongs_definition":"properly, to try, i.e. (by implication) select","kjv_definition":"acceptable, appoint, choose (choice), excellent, join, be rather, require."} +{"id":"H978","strongs_number":"H978","system":"hebrew","language":"hebrew","number_value":978,"lemma":"בַּחֲרוּמִי","transliteration":"Bachărûwmîy","pronunciation":"bakh-ar-oo-mee'","derivation":"patrial from H980 (בַּחֻרִים) (by transposition);","strongs_definition":"a Bacharumite or inhabitant of Bachurim","kjv_definition":"Baharumite."} +{"id":"H979","strongs_number":"H979","system":"hebrew","language":"hebrew","number_value":979,"lemma":"בְּחֻרוֹת","transliteration":"bᵉchurôwth","pronunciation":"bekh-oo-rothe'","derivation":"or בְּחוּרוֹת; feminine plural of H970 (בָּחוּר); also (masculine plural) בְּחֻרִים;","strongs_definition":"youth (collectively and abstractly)","kjv_definition":"young men, youth."} +{"id":"H980","strongs_number":"H980","system":"hebrew","language":"hebrew","number_value":980,"lemma":"בַּחֻרִים","transliteration":"Bachurîym","pronunciation":"bakh-oo-reem'","derivation":"or בַּחוּרִים; masculine plural of H970 (בָּחוּר); young men;","strongs_definition":"Bachurim, a place in Palestine","kjv_definition":"Bahurim."} +{"id":"H981","strongs_number":"H981","system":"hebrew","language":"hebrew","number_value":981,"lemma":"בָּטָא","transliteration":"bâṭâʼ","pronunciation":"baw-taw'","derivation":"or בָּטָה; a primitive root;","strongs_definition":"to babble; hence, to vociferate angrily","kjv_definition":"pronounce, speak (unadvisedly)."} +{"id":"H982","strongs_number":"H982","system":"hebrew","language":"hebrew","number_value":982,"lemma":"בָּטַח","transliteration":"bâṭach","pronunciation":"baw-takh'","derivation":"a primitive root; properly, to hide for refuge (but not so precipitately as H2620 (חָסָה));","strongs_definition":"figuratively, to trust, be confident or sure","kjv_definition":"be bold (confident, secure, sure), careless (one, woman), put confidence, (make to) hope, (put, make to) trust."} +{"id":"H983","strongs_number":"H983","system":"hebrew","language":"hebrew","number_value":983,"lemma":"בֶּטַח","transliteration":"beṭach","pronunciation":"beh'takh","derivation":"from H982 (בָּטַח);","strongs_definition":"properly, a place of refuge; abstract, safety, both the fact (security) and the feeling (trust); often (adverb with or without preposition) safely","kjv_definition":"assurance, boldly, (without) care(-less), confidence, hope, safe(-ly, -ty), secure, surely."} +{"id":"H984","strongs_number":"H984","system":"hebrew","language":"hebrew","number_value":984,"lemma":"בֶּטַח","transliteration":"Beṭach","pronunciation":"beh'takh","derivation":"the same as H983 (בֶּטַח);","strongs_definition":"Betach, a place in Syria","kjv_definition":"Betah."} +{"id":"H985","strongs_number":"H985","system":"hebrew","language":"hebrew","number_value":985,"lemma":"בִּטְחָה","transliteration":"biṭchâh","pronunciation":"bit-khaw'","derivation":"feminine of H984 (בֶּטַח);","strongs_definition":"trust","kjv_definition":"confidence."} +{"id":"H986","strongs_number":"H986","system":"hebrew","language":"hebrew","number_value":986,"lemma":"בִּטָּחוֹן","transliteration":"biṭṭâchôwn","pronunciation":"bit-taw-khone'","derivation":"from H982 (בָּטַח);","strongs_definition":"trust","kjv_definition":"confidence, hope."} +{"id":"H987","strongs_number":"H987","system":"hebrew","language":"hebrew","number_value":987,"lemma":"בַּטֻּחוֹת","transliteration":"baṭṭuchôwth","pronunciation":"bat-too-khoth'","derivation":"feminine plural from H982 (בָּטַח);","strongs_definition":"security","kjv_definition":"secure."} +{"id":"H988","strongs_number":"H988","system":"hebrew","language":"hebrew","number_value":988,"lemma":"בָּטֵל","transliteration":"bâṭêl","pronunciation":"baw-tale'","derivation":"a primitive root;","strongs_definition":"to desist from labor","kjv_definition":"cease."} +{"id":"H989","strongs_number":"H989","system":"hebrew","language":"hebrew","number_value":989,"lemma":"בְּטֵל","transliteration":"bᵉṭêl","pronunciation":"bet-ale'","derivation":"(Aramaic) corresponding to H988 (בָּטֵל);","strongs_definition":"to stop","kjv_definition":"(cause, make to), cease, hinder."} +{"id":"H990","strongs_number":"H990","system":"hebrew","language":"hebrew","number_value":990,"lemma":"בֶּטֶן","transliteration":"beṭen","pronunciation":"beh'-ten","derivation":"from an unused root probably meaning to be hollow;","strongs_definition":"the belly, especially the womb; also the bosom or body of anything","kjv_definition":"belly, body, [phrase] as they be born, [phrase] within, womb."} +{"id":"H991","strongs_number":"H991","system":"hebrew","language":"hebrew","number_value":991,"lemma":"בֶּטֶן","transliteration":"Beṭen","pronunciation":"beh'-ten","derivation":"the same as H990 (בֶּטֶן);","strongs_definition":"Beten. a place in Palestine","kjv_definition":"Beten."} +{"id":"H992","strongs_number":"H992","system":"hebrew","language":"hebrew","number_value":992,"lemma":"בֹּטֶן","transliteration":"bôṭen","pronunciation":"bo'-ten","derivation":"from H990 (בֶּטֶן);","strongs_definition":"(only in plural) a pistachio-nut (from its form)","kjv_definition":"nut."} +{"id":"H993","strongs_number":"H993","system":"hebrew","language":"hebrew","number_value":993,"lemma":"בְּטֹנִים","transliteration":"Bᵉṭônîym","pronunciation":"bet-o-neem'","derivation":"probably plural from H992 (בֹּטֶן); hollows;","strongs_definition":"Betonim, a place in Palestine","kjv_definition":"Betonim."} +{"id":"H994","strongs_number":"H994","system":"hebrew","language":"hebrew","number_value":994,"lemma":"בִּי","transliteration":"bîy","pronunciation":"bee","derivation":"perhaps from H1158 (בָּעָה) (in the sense of asking); properly, a request; used only adverbially (always with 'my Lord');","strongs_definition":"oh that!; with leave, or if it please","kjv_definition":"alas, O, oh."} +{"id":"H995","strongs_number":"H995","system":"hebrew","language":"hebrew","number_value":995,"lemma":"בִּין","transliteration":"bîyn","pronunciation":"bene","derivation":"a primitive root;","strongs_definition":"to separate mentally (or distinguish), i.e.(generally) understand","kjv_definition":"attend, consider, be cunning, diligently, direct, discern, eloquent, feel, inform, instruct, have intelligence, know, look well to, mark, perceive, be prudent, regard, (can) skill(-full), teach, think, (cause, make to, get, give, have) understand(-ing), view, (deal) wise(-ly, man)."} +{"id":"H996","strongs_number":"H996","system":"hebrew","language":"hebrew","number_value":996,"lemma":"בֵּין","transliteration":"bêyn","pronunciation":"bane","derivation":"(sometimes in the plural masculine or feminine); properly, the constructive form of an otherwise unused noun from H995 (בִּין); a distinction; but used only as a preposition,","strongs_definition":"between (repeated before each noun, often with other particles); also as a conjunction, either...or","kjv_definition":"among, asunder, at, between (-twixt...and), [phrase] from (the widest), [idiom] in, out of, whether (it be...or), within."} +{"id":"H997","strongs_number":"H997","system":"hebrew","language":"hebrew","number_value":997,"lemma":"בֵּין","transliteration":"bêyn","pronunciation":"bane","derivation":"(Aramaic) corresponding to H996 (בֵּין)","strongs_definition":"{between (repeated before each noun, often with other particles); also as a conjunction, either...or}","kjv_definition":"among, between."} +{"id":"H998","strongs_number":"H998","system":"hebrew","language":"hebrew","number_value":998,"lemma":"בִּינָה","transliteration":"bîynâh","pronunciation":"bee-naw'","derivation":"from H995 (בִּין);","strongs_definition":"understanding","kjv_definition":"knowledge, meaning, [idiom] perfectly, understanding, wisdom."} +{"id":"H999","strongs_number":"H999","system":"hebrew","language":"hebrew","number_value":999,"lemma":"בִּינָה","transliteration":"bîynâh","pronunciation":"bee-naw'","derivation":"(Aramaic) corresponding to H998 (בִּינָה)","strongs_definition":"{understanding}","kjv_definition":"knowledge."} +{"id":"H1000","strongs_number":"H1000","system":"hebrew","language":"hebrew","number_value":1000,"lemma":"בֵּיצָה","transliteration":"bêytsâh","pronunciation":"bay-tsaw'","derivation":"from the same as H948 (בּוּץ);","strongs_definition":"an egg (from its whiteness)","kjv_definition":"egg."} +{"id":"H1001","strongs_number":"H1001","system":"hebrew","language":"hebrew","number_value":1001,"lemma":"בִּירָא","transliteration":"bîyrâʼ","pronunciation":"bee-raw'","derivation":"(Aramaic) corresponding to H1002 (בִּירָה);","strongs_definition":"a palace","kjv_definition":"palace."} +{"id":"H1002","strongs_number":"H1002","system":"hebrew","language":"hebrew","number_value":1002,"lemma":"בִּירָה","transliteration":"bîyrâh","pronunciation":"bee-raw'","derivation":"of foreign origin;","strongs_definition":"a castle or palace","kjv_definition":"palace."} +{"id":"H1003","strongs_number":"H1003","system":"hebrew","language":"hebrew","number_value":1003,"lemma":"בִּירָנִית","transliteration":"bîyrânîyth","pronunciation":"bee-raw-neeth'","derivation":"from H1002 (בִּירָה);","strongs_definition":"a fortress","kjv_definition":"castle."} +{"id":"H1004","strongs_number":"H1004","system":"hebrew","language":"hebrew","number_value":1004,"lemma":"בַּיִת","transliteration":"bayith","pronunciation":"bah'-yith","derivation":"probably from H1129 (בָּנָה) abbreviated;","strongs_definition":"a house (in the greatest variation of applications, especially family, etc.)","kjv_definition":"court, daughter, door, [phrase] dungeon, family, [phrase] forth of, [idiom] great as would contain, hangings, home(born), (winter) house(-hold), inside(-ward), palace, place, [phrase] prison, [phrase] steward, [phrase] tablet, temple, web, [phrase] within(-out)."} +{"id":"H1005","strongs_number":"H1005","system":"hebrew","language":"hebrew","number_value":1005,"lemma":"בַּיִת","transliteration":"bayith","pronunciation":"bah-yith","derivation":"(Aramaic) corresponding to H1004 (בַּיִת)","strongs_definition":"{a house (in the greatest variation of applications, especially family, etc.)}","kjv_definition":"house."} +{"id":"H1006","strongs_number":"H1006","system":"hebrew","language":"hebrew","number_value":1006,"lemma":"בַּיִת","transliteration":"Bayith","pronunciation":"bah'-yith","derivation":"the same as H1004 (בַּיִת);","strongs_definition":"Bajith, a place in Palestine","kjv_definition":"Bajith."} +{"id":"H1007","strongs_number":"H1007","system":"hebrew","language":"hebrew","number_value":1007,"lemma":"בֵּית אָוֶן","transliteration":"Bêyth ʼÂven","pronunciation":"bayth aw'-ven","derivation":"from H1004 (בַּיִת) and H205 (אָוֶן); house of vanity;","strongs_definition":"Beth-Aven, a place in Palestine","kjv_definition":"Beth-aven."} +{"id":"H1008","strongs_number":"H1008","system":"hebrew","language":"hebrew","number_value":1008,"lemma":"בֵּית־אֵל","transliteration":"Bêyth-ʼÊl","pronunciation":"bayth-ale'","derivation":"from H1004 (בַּיִת) and H410 (אֵל); house of God;","strongs_definition":"Beth-El, a place in Palestine","kjv_definition":"Beth-el."} +{"id":"H1009","strongs_number":"H1009","system":"hebrew","language":"hebrew","number_value":1009,"lemma":"בֵּית אַרְבֵּאל","transliteration":"Bêyth ʼArbêʼl","pronunciation":"bayth ar-bale'","derivation":"from H1004 (בַּיִת) and H695 (אֶרֶב) and H410 (אֵל); house of God's ambush;","strongs_definition":"Beth-Arbel, a place in Palestine","kjv_definition":"Beth-Arbel."} +{"id":"H1010","strongs_number":"H1010","system":"hebrew","language":"hebrew","number_value":1010,"lemma":"בֵּית בַּעַל מְעוֹן","transliteration":"Bêyth Baʻal Mᵉʻôwn","pronunciation":"bayth bah'-al me-own'","derivation":"from H1004 (בַּיִת) and H1168 (בַּעַל) and H4583 (מָעוֹן); house of Baal of (the) habitation of (apparently by transposition); or (shorter) בֵּית מְעוֹןlemma בֵּית מעוֹן missing vowel, corrected to בֵּית מְעוֹן; house of habitation of (Baal);","strongs_definition":"Beth-Baal-Meon, a place in Palestine","kjv_definition":"Beth-baal-meon. Compare H1186 (בַּעַל מְעוֹן) and H1194 (בְּעֹן)."} +{"id":"H1011","strongs_number":"H1011","system":"hebrew","language":"hebrew","number_value":1011,"lemma":"בֵּית בִּרְאִי","transliteration":"Bêyth Birʼîy","pronunciation":"bayth bir-ee'","derivation":"from H1004 (בַּיִת) and H1254 (בָּרָא); house of a creative one;","strongs_definition":"Beth-Biri, a place in Palestine","kjv_definition":"Bethbirei."} +{"id":"H1012","strongs_number":"H1012","system":"hebrew","language":"hebrew","number_value":1012,"lemma":"בֵּית בָּרָה","transliteration":"Bêyth Bârâh","pronunciation":"bayth baw-raw'","derivation":"probably from H1004 (בַּיִת) and H5679 (עֲבָרָה); house of (the) ford;","strongs_definition":"Beth-Barah, a place in Palestine","kjv_definition":"Beth-barah."} +{"id":"H1013","strongs_number":"H1013","system":"hebrew","language":"hebrew","number_value":1013,"lemma":"בֵּית־גָּדֵר","transliteration":"Bêyth-Gâdêr","pronunciation":"bayth-gaw-dare'","derivation":"from H1004 (בַּיִת) and H1447 (גָּדֵר); house of (the) wall;","strongs_definition":"Beth-Gader, a place in Palestine","kjv_definition":"Beth-gader."} +{"id":"H1014","strongs_number":"H1014","system":"hebrew","language":"hebrew","number_value":1014,"lemma":"בֵּית גָּמוּל","transliteration":"Bêyth Gâmûwl","pronunciation":"bayth gaw-mool'","derivation":"from H1004 (בַּיִת) and the passive participle of H1576 (גְּמוּל); house of (the) weaned;","strongs_definition":"Beth-Gamul, a place East of the Jordan","kjv_definition":"Beth-gamul."} +{"id":"H1015","strongs_number":"H1015","system":"hebrew","language":"hebrew","number_value":1015,"lemma":"בֵּית דִּבְלָתַיִם","transliteration":"Bêyth Diblâthayim","pronunciation":"bayth dib-law-thah'-yim","derivation":"from H1004 (בַּיִת) and the dual of H1690 (דְּבֵלָה); house of (the) two figcakes;","strongs_definition":"Beth-Diblathajim, a place East of the Jordan","kjv_definition":"Beth-diblathaim."} +{"id":"H1016","strongs_number":"H1016","system":"hebrew","language":"hebrew","number_value":1016,"lemma":"בֵּית־דָּגוֹן","transliteration":"Bêyth-Dâgôwn","pronunciation":"bayth-daw-gohn'","derivation":"from H1004 (בַּיִת) and H1712 (דָּגוֹן); house of Dagon;","strongs_definition":"Beth-Dagon, the name of two places in Palestine","kjv_definition":"Beth-dagon."} +{"id":"H1017","strongs_number":"H1017","system":"hebrew","language":"hebrew","number_value":1017,"lemma":"בֵּית הָאֱלִי","transliteration":"Bêyth hâ-ʼĔlîy","pronunciation":"bayth haw-el-ee'","derivation":"patrial from H1008 (בֵּית־אֵל) with the article interposed;","strongs_definition":"a Beth-elite, or inhabitant of Bethel","kjv_definition":"Bethelite."} +{"id":"H1018","strongs_number":"H1018","system":"hebrew","language":"hebrew","number_value":1018,"lemma":"בֵּית הָאֵצֶל","transliteration":"Bêyth hâʼêtsel","pronunciation":"bayth haw-ay'-tsel","derivation":"from H1004 (בַּיִת) and H681 (אֵצֶל) with the article interposed; house of the side;","strongs_definition":"Beth-ha-Etsel, a place in Palestine","kjv_definition":"Beth-ezel."} +{"id":"H1019","strongs_number":"H1019","system":"hebrew","language":"hebrew","number_value":1019,"lemma":"בֵּית הַגִּלְגָּל","transliteration":"Bêyth hag-Gilgâl","pronunciation":"bayth hag-gil gawl'","derivation":"from H1004 (בַּיִת) and H1537 (גִּלְגָּל) with the article interposed; house of Gilgal (or rolling);","strongs_definition":"Beth-hag-Gilgal, a place in Palestine","kjv_definition":"Beth-gilgal."} +{"id":"H1020","strongs_number":"H1020","system":"hebrew","language":"hebrew","number_value":1020,"lemma":"בֵּית הַיְשִׁימוֹת","transliteration":"Bêyth ha-Yshîy-môwth","pronunciation":"bayth hah-yesh-eemoth'","derivation":"from H1004 (בַּיִת) and the plural of H3451 (יְשִׁימַה) with the article interposed; house of the deserts;","strongs_definition":"Beth-ha-Jeshimoth, a town East of the Jordan","kjv_definition":"Beth-jeshimoth."} +{"id":"H1021","strongs_number":"H1021","system":"hebrew","language":"hebrew","number_value":1021,"lemma":"בֵּית הַכֶּרֶם","transliteration":"Bêyth hak-Kerem","pronunciation":"bayth hak-keh'-rem","derivation":"from H1004 (בַּיִת) and H3754 (כֶּרֶם) with the article interposed; house of the vineyard;","strongs_definition":"Beth-hak-Kerem, a place in Palestine","kjv_definition":"Beth-haccerem."} +{"id":"H1022","strongs_number":"H1022","system":"hebrew","language":"hebrew","number_value":1022,"lemma":"בֵּית הַלַּחְמִי","transliteration":"Bêyth hal-Lachmîy","pronunciation":"bayth hal-lakh-mee'","derivation":"patrial from H1035 (בֵּית לֶחֶם) with the article inserted;","strongs_definition":"a Beth-lechemite, or native of Bethlechem","kjv_definition":"Bethlehemite."} +{"id":"H1023","strongs_number":"H1023","system":"hebrew","language":"hebrew","number_value":1023,"lemma":"בֵּית הַמֶּרְחָק","transliteration":"Bêyth ham-Merchâq","pronunciation":"bayth ham-mer-khawk'","derivation":"from H1004 (בַּיִת) and H4801 (מֶרְחָק) with the article interposed; house of the breadth;","strongs_definition":"Beth-ham-Merchak, a place in Palestine","kjv_definition":"place that was far off."} +{"id":"H1024","strongs_number":"H1024","system":"hebrew","language":"hebrew","number_value":1024,"lemma":"בֵּית הַמַּרְכָּבוֹת","transliteration":"Bêyth ham-Markâbôwth","pronunciation":"bayth ham-markaw-both'","derivation":"or (shortened) בֵּית מַרְכָּבוֹת; from H1004 (בַּיִת) and the plural of H4818 (מֶרְכָּבָה) (with or without the article interposed); place of (the) chariots;","strongs_definition":"Beth-ham-Markaboth or Beth-Markaboth, a place in Palestine","kjv_definition":"Bethmarcaboth."} +{"id":"H1025","strongs_number":"H1025","system":"hebrew","language":"hebrew","number_value":1025,"lemma":"בֵּית הָעֵמֶק","transliteration":"Bêyth hâ-ʻÊmeq","pronunciation":"bayth haw-Ay'-mek","derivation":"from H1004 (בַּיִת) and H6010 (עֵמֶק) with the article interposed; house of the valley;","strongs_definition":"Beth-ha-Emek, a place in Palestine","kjv_definition":"Beth-emek."} +{"id":"H1026","strongs_number":"H1026","system":"hebrew","language":"hebrew","number_value":1026,"lemma":"בֵּית הָעֲרָבָה","transliteration":"Bêyth hâ-ʻĂrâbâh","pronunciation":"bayth haw-ar-aw-baw","derivation":"from H1004 (בַּיִת) and H6160 (עֲרָבָה) with the article interposed; house of the Desert;","strongs_definition":"Beth-ha-Arabah, a place in Palestine","kjv_definition":"Beth-arabah."} +{"id":"H1027","strongs_number":"H1027","system":"hebrew","language":"hebrew","number_value":1027,"lemma":"בֵּית הָרָם","transliteration":"Bêyth hâ-Râm","pronunciation":"bayth haw-rawm'","derivation":"from H1004 (בַּיִת) and H7311 (רוּם) with the article interposed; house of the height;","strongs_definition":"Beth-ha-Ram, a place East of the Jordan","kjv_definition":"Beth-aram."} +{"id":"H1028","strongs_number":"H1028","system":"hebrew","language":"hebrew","number_value":1028,"lemma":"בֵּית הָרָן","transliteration":"Bêyth hâ-Rân","pronunciation":"bayth haw-rawn'","derivation":"probably for H1027 (בֵּית הָרָם);","strongs_definition":"Beth-ha-Ram, a place East of the Jordan","kjv_definition":"Beth-haran."} +{"id":"H1029","strongs_number":"H1029","system":"hebrew","language":"hebrew","number_value":1029,"lemma":"בֵּית הַשִּׁטָּה","transliteration":"Bêyth hash-Shiṭṭâh","pronunciation":"bayth hash-shit-taw'","derivation":"from H1004 (בַּיִת) and H7848 (שִׁטָּה) with the article interposed; house of the acacia;","strongs_definition":"Beth-hash-Shittah, a place in Palestine","kjv_definition":"Beth-shittah."} +{"id":"H1030","strongs_number":"H1030","system":"hebrew","language":"hebrew","number_value":1030,"lemma":"בֵּית הַשִּׁמְשִׁי","transliteration":"Bêyth hash-Shimshîy","pronunciation":"bayth hash-shim-shee'","derivation":"patrial from H1053 (בֵּית שֶׁמֶשׁ) with the article inserted;","strongs_definition":"a Beth-shimshite, or inhabitant of Bethshemesh","kjv_definition":"Bethshemite."} +{"id":"H1031","strongs_number":"H1031","system":"hebrew","language":"hebrew","number_value":1031,"lemma":"בֵּית חׇגְלָה","transliteration":"Bêyth Choglâh","pronunciation":"bayth chog-law'","derivation":"from H1004 (בַּיִת) and the same as H2295 (חׇגְלָה); house of a partridge;","strongs_definition":"Beth-Choglah, a place in Palestine","kjv_definition":"Beth-hoglah."} +{"id":"H1032","strongs_number":"H1032","system":"hebrew","language":"hebrew","number_value":1032,"lemma":"בֵּית חוֹרוֹן","transliteration":"Bêyth Chôwrôwn","pronunciation":"bayth kho-rone'","derivation":"from H1004 (בַּיִת) and H2356 (חוֹר); house of hollowness;","strongs_definition":"Beth-Choron, the name of two adjoining places in Palestine","kjv_definition":"Beth-horon."} +{"id":"H1033","strongs_number":"H1033","system":"hebrew","language":"hebrew","number_value":1033,"lemma":"בֵּית כַּר","transliteration":"Bêyth Kar","pronunciation":"bayth kar","derivation":"from H1004 (בַּיִת) and H3733 (כַּר); house of pasture;","strongs_definition":"Beth-Car, a place in Palestine","kjv_definition":"Beth-car."} +{"id":"H1034","strongs_number":"H1034","system":"hebrew","language":"hebrew","number_value":1034,"lemma":"בֵּית לְבָאוֹת","transliteration":"Bêyth Lᵉbâʼôwth","pronunciation":"bayth leb-aw-oth'","derivation":"from H1004 (בַּיִת) and the plural of H3833 (לָבִיא); house of lionesses;","strongs_definition":"Beth-Lebaoth, a place in Palestine","kjv_definition":"Beth-lebaoth. Compare H3822 (לְבָאוֹת)."} +{"id":"H1035","strongs_number":"H1035","system":"hebrew","language":"hebrew","number_value":1035,"lemma":"בֵּית לֶחֶם","transliteration":"Bêyth Lechem","pronunciation":"bayth leh'-khem","derivation":"from H1004 (בַּיִת) and H3899 (לֶחֶם); house of bread;","strongs_definition":"Beth-Lechem, a place in Palestine","kjv_definition":"Bethlehem."} +{"id":"H1036","strongs_number":"H1036","system":"hebrew","language":"hebrew","number_value":1036,"lemma":"בֵּית לְעַפְרָה","transliteration":"Bêyth lᵉ-ʻAphrâh","pronunciation":"bayth le-af-raw'","derivation":"from H1004 (בַּיִת) and the feminine of H6083 (עָפָר) (with preposition interposed); house to (i.e. of) dust;","strongs_definition":"Beth-le-Aphrah, a place in Palestine","kjv_definition":"house of Aphrah."} +{"id":"H1037","strongs_number":"H1037","system":"hebrew","language":"hebrew","number_value":1037,"lemma":"בֵּית מִלּוֹא","transliteration":"Bêyth Millôwʼ","pronunciation":"bayth mil-lo'","derivation":"or בֵּית מִלֹּא; from H1004 (בַּיִת) and H4407 (מִלּוֹא); house of (the) rampart;","strongs_definition":"Beth-Millo, the name of two citadels","kjv_definition":"house of Millo."} +{"id":"H1038","strongs_number":"H1038","system":"hebrew","language":"hebrew","number_value":1038,"lemma":"בֵּית מַעֲכָה","transliteration":"Bêyth Maʻăkâh","pronunciation":"bayth mah-ak-aw'","derivation":"from H1004 (בַּיִת) and H4601 (מַעֲכָה); house of Maakah;","strongs_definition":"Beth-Maakah, a place in Palestine","kjv_definition":"Beth-maachah."} +{"id":"H1039","strongs_number":"H1039","system":"hebrew","language":"hebrew","number_value":1039,"lemma":"בֵּית נִמְרָה","transliteration":"Bêyth Nimrâh","pronunciation":"bayth nim-raw'","derivation":"from H1004 (בַּיִת) and the feminine of H5246 (נָמֵר); house of (the) leopard;","strongs_definition":"Beth-Nimrah, a place east of the Jordan","kjv_definition":"Beth-Nimrah. Compare H5247 (נִמְרָה)."} +{"id":"H1040","strongs_number":"H1040","system":"hebrew","language":"hebrew","number_value":1040,"lemma":"בֵּית עֵדֶן","transliteration":"Bêyth ʻÊden","pronunciation":"bayth ay'-den","derivation":"from H1004 (בַּיִת) and H5730 (עֵדֶן); house of pleasure;","strongs_definition":"Beth-Eden, a place in Syria","kjv_definition":"Beth-eden."} +{"id":"H1041","strongs_number":"H1041","system":"hebrew","language":"hebrew","number_value":1041,"lemma":"בֵּית עַזְמָוֶת","transliteration":"Bêyth ʻAzmâveth","pronunciation":"bayth az-maw'-veth","derivation":"from H1004 (בַּיִת) and H5820 (עַזְמָוֶת);","strongs_definition":"house of Azmaveth, a place in Palestine","kjv_definition":"Bethaz-maveth. Compare H5820 (עַזְמָוֶת)."} +{"id":"H1042","strongs_number":"H1042","system":"hebrew","language":"hebrew","number_value":1042,"lemma":"בֵּית עֲנוֹת","transliteration":"Bêyth ʻĂnôwth","pronunciation":"bayth an-oth'","derivation":"from H1004 (בַּיִת) and a plural from H6030 (עָנָה); house of replies;","strongs_definition":"Beth-Anoth, a place in Palestine","kjv_definition":"Beth-anoth."} +{"id":"H1043","strongs_number":"H1043","system":"hebrew","language":"hebrew","number_value":1043,"lemma":"בֵּית עֲנָת","transliteration":"Bêyth ʻĂnâth","pronunciation":"bayth an-awth'","derivation":"an orthographical variation for H1042 (בֵּית עֲנוֹת);","strongs_definition":"Beth-Anath, a place in Palestine","kjv_definition":"Beth-anath."} +{"id":"H1044","strongs_number":"H1044","system":"hebrew","language":"hebrew","number_value":1044,"lemma":"בֵּית עֵקֶד","transliteration":"Bêyth ʻÊqed","pronunciation":"bayth ay'-ked","derivation":"from H1004 (בַּיִת) and a derivative of H6123 (עָקַד); house of (the) binding (for sheep-shearing);","strongs_definition":"Beth-Eked, a place in Palestine","kjv_definition":"shearing house."} +{"id":"H1045","strongs_number":"H1045","system":"hebrew","language":"hebrew","number_value":1045,"lemma":"בֵּית עַשְׁתָּרוֹת","transliteration":"Bêyth ʻAshtârôwth","pronunciation":"bayth ash-taw-roth'","derivation":"; from H1004 (בַּיִת) and H6252 (עַשְׁתָּרוֹת); house of Ashtoreths;","strongs_definition":"Beth-Ashtaroth, a place in Palestine","kjv_definition":"house of Ashtaroth. Compare H1203 (בְּעֶשְׁתְּרָה), H6252 (עַשְׁתָּרוֹת)."} +{"id":"H1046","strongs_number":"H1046","system":"hebrew","language":"hebrew","number_value":1046,"lemma":"בֵּית פֶּלֶט","transliteration":"Bêyth Peleṭ","pronunciation":"bayth peh'-let","derivation":"from H1004 (בַּיִת) and H6412 (פָּלִיט); house of escape;","strongs_definition":"Beth-Palet, a place in Palestine","kjv_definition":"Beth-palet."} +{"id":"H1047","strongs_number":"H1047","system":"hebrew","language":"hebrew","number_value":1047,"lemma":"בֵּית פְּעוֹר","transliteration":"Bêyth Pᵉʻôwr","pronunciation":"bayth pe-ore'","derivation":"from H1004 (בַּיִת) and H6465 (פְּעוֹר); house of Peor;","strongs_definition":"Beth-Peor, a place East of the Jordan","kjv_definition":"Bethpeor."} +{"id":"H1048","strongs_number":"H1048","system":"hebrew","language":"hebrew","number_value":1048,"lemma":"בֵּית פַּצֵּץ","transliteration":"Bêyth Patstsêts","pronunciation":"bayth pats-tsates'","derivation":"from H1004 (בַּיִת) and a derivative from H6327 (פּוּץ); house of dispersion;","strongs_definition":"Beth-Patstsets, a place in Palestine","kjv_definition":"Beth-pazzez."} +{"id":"H1049","strongs_number":"H1049","system":"hebrew","language":"hebrew","number_value":1049,"lemma":"בֵּית צוּר","transliteration":"Bêyth Tsûwr","pronunciation":"bayth tsoor'","derivation":"from H1004 (בַּיִת) and H6697 (צוּר); house of (the) rock;","strongs_definition":"Beth-Tsur, a place in Palestine","kjv_definition":"Beth-zur."} +{"id":"H1050","strongs_number":"H1050","system":"hebrew","language":"hebrew","number_value":1050,"lemma":"בֵּית רְחוֹב","transliteration":"Bêyth Rᵉchôwb","pronunciation":"bayth re-khobe'","derivation":"from H1004 (בַּיִת) and H7339 (רְחֹב); house of (the) street;","strongs_definition":"Beth-Rechob, a place in Palestine","kjv_definition":"Beth-rehob."} +{"id":"H1051","strongs_number":"H1051","system":"hebrew","language":"hebrew","number_value":1051,"lemma":"בֵּית רָפָא","transliteration":"Bêyth Râphâʼ","pronunciation":"bayth raw-faw'","derivation":"from H1004 (בַּיִת) and H7497 (רָפָא); house of (the) giant;","strongs_definition":"Beth-Rapha, an Israelite","kjv_definition":"Beth-rapha."} +{"id":"H1052","strongs_number":"H1052","system":"hebrew","language":"hebrew","number_value":1052,"lemma":"בֵּית שְׁאָן","transliteration":"Bêyth Shᵉʼân","pronunciation":"bayth she-awn'","derivation":"or בֵּית שָׁן; from H1004 (בַּיִת) and H7599 (שָׁאַן); house of ease;","strongs_definition":"Beth-Shean or Beth-Shan, a place in Palestine","kjv_definition":"Beth-shean, Beth-Shan."} +{"id":"H1053","strongs_number":"H1053","system":"hebrew","language":"hebrew","number_value":1053,"lemma":"בֵּית שֶׁמֶשׁ","transliteration":"Bêyth Shemesh","pronunciation":"bayth sheh'-mesh","derivation":"from H1004 (בַּיִת) and H8121 (שֶׁמֶשׁ); house of (the) sun;","strongs_definition":"Beth-Shemesh, a place in Palestine","kjv_definition":"Beth-shemesh."} +{"id":"H1054","strongs_number":"H1054","system":"hebrew","language":"hebrew","number_value":1054,"lemma":"בֵּית תַּפּוּחַ","transliteration":"Bêyth Tappûwach","pronunciation":"bayth tap-poo'-akh","derivation":"from H1004 (בַּיִת) and H8598 (תַּפּוּחַ); house of (the) apple;","strongs_definition":"Beth-Tappuach, a place in Palestine","kjv_definition":"Beth-tappuah."} +{"id":"H1055","strongs_number":"H1055","system":"hebrew","language":"hebrew","number_value":1055,"lemma":"בִּיתָן","transliteration":"bîythân","pronunciation":"bee-thawn'","derivation":"probably from H1004 (בַּיִת);","strongs_definition":"a palace (i.e. large house)","kjv_definition":"palace."} +{"id":"H1056","strongs_number":"H1056","system":"hebrew","language":"hebrew","number_value":1056,"lemma":"בָּכָא","transliteration":"Bâkâʼ","pronunciation":"baw-kaw'","derivation":"from H1058 (בָּכָה), weeping;","strongs_definition":"Baca, a valley in Palestine","kjv_definition":"Baca."} +{"id":"H1057","strongs_number":"H1057","system":"hebrew","language":"hebrew","number_value":1057,"lemma":"בָּכָא","transliteration":"bâkâʼ","pronunciation":"baw-kaw'","derivation":"the same as H1056 (בָּכָא);","strongs_definition":"the weeping tree (some gum-distilling tree, perhaps the balsam)","kjv_definition":"mulberry tree."} +{"id":"H1058","strongs_number":"H1058","system":"hebrew","language":"hebrew","number_value":1058,"lemma":"בָּכָה","transliteration":"bâkâh","pronunciation":"baw-kaw'","derivation":"a primitive root;","strongs_definition":"to weep; generally to bemoan","kjv_definition":"[idiom] at all, bewail, complain, make lamentation, [idiom] more, mourn, [idiom] sore, [idiom] with tears, weep."} +{"id":"H1059","strongs_number":"H1059","system":"hebrew","language":"hebrew","number_value":1059,"lemma":"בֶּכֶה","transliteration":"bekeh","pronunciation":"beh'-keh","derivation":"from H1058 (בָּכָה);","strongs_definition":"a weeping","kjv_definition":"[idiom] sore."} +{"id":"H1060","strongs_number":"H1060","system":"hebrew","language":"hebrew","number_value":1060,"lemma":"בְּכוֹר","transliteration":"bᵉkôwr","pronunciation":"bek-ore'","derivation":"from H1069 (בָּכַר);","strongs_definition":"firstborn; hence, chief","kjv_definition":"eldest (son), firstborn(-ling)."} +{"id":"H1061","strongs_number":"H1061","system":"hebrew","language":"hebrew","number_value":1061,"lemma":"בִּכּוּר","transliteration":"bikkûwr","pronunciation":"bik-koor'","derivation":"from H1069 (בָּכַר);","strongs_definition":"the first-fruits of the crop","kjv_definition":"first fruit (-ripe (figuratively)), hasty fruit."} +{"id":"H1062","strongs_number":"H1062","system":"hebrew","language":"hebrew","number_value":1062,"lemma":"בְּכוֹרָה","transliteration":"bᵉkôwrâh","pronunciation":"bek-o-raw'","derivation":"or (short) בְּכֹרָה; feminine of H1060 (בְּכוֹר);","strongs_definition":"the firstling of man or beast; abstractly primogeniture","kjv_definition":"birthright, firstborn(-ling)."} +{"id":"H1063","strongs_number":"H1063","system":"hebrew","language":"hebrew","number_value":1063,"lemma":"בִּכּוּרָה","transliteration":"bikkûwrâh","pronunciation":"bik-koo-raw'","derivation":"feminine of H1061 (בִּכּוּר);","strongs_definition":"the early fig","kjv_definition":"firstripe (fruit)."} +{"id":"H1064","strongs_number":"H1064","system":"hebrew","language":"hebrew","number_value":1064,"lemma":"בְּכוֹרַת","transliteration":"Bᵉkôwrath","pronunciation":"bek-o-rath'","derivation":"feminine of H1062 (בְּכוֹרָה); primogeniture;","strongs_definition":"Bekorath, an Israelite","kjv_definition":"Bechorath."} +{"id":"H1065","strongs_number":"H1065","system":"hebrew","language":"hebrew","number_value":1065,"lemma":"בְּכִי","transliteration":"Bᵉkîy","pronunciation":"bek-ee'","derivation":"from H1058 (בָּכָה);","strongs_definition":"a weeping; by analogy, a dripping","kjv_definition":"overflowing, [idiom] sore, (continual) weeping, wept."} +{"id":"H1066","strongs_number":"H1066","system":"hebrew","language":"hebrew","number_value":1066,"lemma":"בֹּכִים","transliteration":"Bôkîym","pronunciation":"bo-keem'","derivation":"plural active participle of H1058 (בָּכָה); (with the article) the weepers;","strongs_definition":"Bo-kim, a place in Palestine","kjv_definition":"Bochim."} +{"id":"H1067","strongs_number":"H1067","system":"hebrew","language":"hebrew","number_value":1067,"lemma":"בְּכִירָה","transliteration":"bᵉkîyrâh","pronunciation":"bek-ee-raw'","derivation":"feminine from H1069 (בָּכַר);","strongs_definition":"the eldest daughter","kjv_definition":"firstborn."} +{"id":"H1068","strongs_number":"H1068","system":"hebrew","language":"hebrew","number_value":1068,"lemma":"בְּכִית","transliteration":"bᵉkîyth","pronunciation":"bek-eeth'","derivation":"from H1058 (בָּכָה);","strongs_definition":"a weeping","kjv_definition":"mourning."} +{"id":"H1069","strongs_number":"H1069","system":"hebrew","language":"hebrew","number_value":1069,"lemma":"בָּכַר","transliteration":"bâkar","pronunciation":"baw-kar'","derivation":"a primitive root; properly, to burst the womb, i.e. (causatively) bear or make early fruit (of woman or tree); also (as denominative from H1061 (בִּכּוּר))","strongs_definition":"to give the birthright","kjv_definition":"make firstborn, be firstling, bring forth first child (new fruit)."} +{"id":"H1070","strongs_number":"H1070","system":"hebrew","language":"hebrew","number_value":1070,"lemma":"בֶּכֶר","transliteration":"beker","pronunciation":"beh'-ker","derivation":"from H1069 (בָּכַר) (in the sense of youth);","strongs_definition":"a young camel","kjv_definition":"dromedary."} +{"id":"H1071","strongs_number":"H1071","system":"hebrew","language":"hebrew","number_value":1071,"lemma":"בֶכֶר","transliteration":"Beker","pronunciation":"beh'-ker","derivation":"the same as H1070 (בֶּכֶר);","strongs_definition":"Beker, the name of two Israelites","kjv_definition":"Becher."} +{"id":"H1072","strongs_number":"H1072","system":"hebrew","language":"hebrew","number_value":1072,"lemma":"בִּכְרָה","transliteration":"bikrâh","pronunciation":"bik-raw'","derivation":"feminine of H1070 (בֶּכֶר);","strongs_definition":"a young she-camel","kjv_definition":"dromedary."} +{"id":"H1073","strongs_number":"H1073","system":"hebrew","language":"hebrew","number_value":1073,"lemma":"בַּכֻּרָה","transliteration":"bakkurâh","pronunciation":"bak-koo-raw'","derivation":"by orthographical variation for H1063 (בִּכּוּרָה);","strongs_definition":"a first-ripe fig","kjv_definition":"firstripe."} +{"id":"H1074","strongs_number":"H1074","system":"hebrew","language":"hebrew","number_value":1074,"lemma":"בֹּכְרוּ","transliteration":"Bôkᵉrûw","pronunciation":"bo-ker-oo'","derivation":"from H1069 (בָּכַר); first-born;","strongs_definition":"Bokeru, an Israelite","kjv_definition":"Bocheru."} +{"id":"H1075","strongs_number":"H1075","system":"hebrew","language":"hebrew","number_value":1075,"lemma":"בִּכְרִי","transliteration":"Bikrîy","pronunciation":"bik-ree'","derivation":"from H1069 (בָּכַר); youth-ful;","strongs_definition":"Bikri, an Israelite","kjv_definition":"Bichri."} +{"id":"H1076","strongs_number":"H1076","system":"hebrew","language":"hebrew","number_value":1076,"lemma":"בַּכְרִי","transliteration":"Bakrîy","pronunciation":"bak-ree'","derivation":"patronymically from H1071 (בֶכֶר);","strongs_definition":"a Bakrite (collectively) or descendants of Beker","kjv_definition":"Bachrites."} +{"id":"H1077","strongs_number":"H1077","system":"hebrew","language":"hebrew","number_value":1077,"lemma":"בַּל","transliteration":"bal","pronunciation":"bal","derivation":"from H1086 (בָּלָה);","strongs_definition":"properly, a failure; by implication nothing; usually (adverb) not at all; also lest","kjv_definition":"lest, neither, no, none (that...), not (any), nothing."} +{"id":"H1078","strongs_number":"H1078","system":"hebrew","language":"hebrew","number_value":1078,"lemma":"בֵּל","transliteration":"Bêl","pronunciation":"bale","derivation":"by contraction for H1168 (בַּעַל);","strongs_definition":"Bel, the Baal of the Babylonians","kjv_definition":"Bel."} +{"id":"H1079","strongs_number":"H1079","system":"hebrew","language":"hebrew","number_value":1079,"lemma":"בָּל","transliteration":"bâl","pronunciation":"bawl","derivation":"(Aramaic) from H1080 (בְּלָא);","strongs_definition":"properly, anxiety, i.e. (by implication) the heart (as its seat)","kjv_definition":"heart."} +{"id":"H1080","strongs_number":"H1080","system":"hebrew","language":"hebrew","number_value":1080,"lemma":"בְּלָא","transliteration":"bᵉlâʼ","pronunciation":"bel-aw'","derivation":"(Aramaic) corresponding to H1086 (בָּלָה) (but used only in a mental sense);","strongs_definition":"to afflict","kjv_definition":"wear out."} +{"id":"H1081","strongs_number":"H1081","system":"hebrew","language":"hebrew","number_value":1081,"lemma":"בַּלְאֲדָן","transliteration":"Balʼădân","pronunciation":"bal-ad-awn'","derivation":"from H1078 (בֵּל) and H113 (אָדוֹן) (contracted); Bel (is his) lord;","strongs_definition":"Baladan, the name of a Babylonian prince","kjv_definition":"Baladan."} +{"id":"H1082","strongs_number":"H1082","system":"hebrew","language":"hebrew","number_value":1082,"lemma":"בָּלַג","transliteration":"bâlag","pronunciation":"baw-lag'","derivation":"a primitive root;","strongs_definition":"to break off or loose (in a favorable or unfavorable sense), i.e. desist (from grief) or invade (with destruction)","kjv_definition":"comfort, (recover) strength(-en)."} +{"id":"H1083","strongs_number":"H1083","system":"hebrew","language":"hebrew","number_value":1083,"lemma":"בִּלְגַה","transliteration":"Bilgah","pronunciation":"bil-gaw'","derivation":"from H1082 (בָּלַג); desistance;","strongs_definition":"Bilgah, the name of two Israelites","kjv_definition":"Bilgah."} +{"id":"H1084","strongs_number":"H1084","system":"hebrew","language":"hebrew","number_value":1084,"lemma":"בִּלְגַּי","transliteration":"Bilgay","pronunciation":"bil-gah'ee","derivation":"from H1082 (בָּלַג); desistant;","strongs_definition":"Bilgai, an Israelite","kjv_definition":"Bilgai."} +{"id":"H1085","strongs_number":"H1085","system":"hebrew","language":"hebrew","number_value":1085,"lemma":"בִּלְדַּד","transliteration":"Bildad","pronunciation":"bil-dad'","derivation":"of uncertain derivation;","strongs_definition":"Bildad, one of Job's friends","kjv_definition":"Bildad."} +{"id":"H1086","strongs_number":"H1086","system":"hebrew","language":"hebrew","number_value":1086,"lemma":"בָּלָה","transliteration":"bâlâh","pronunciation":"baw-law'","derivation":"a primitive root;","strongs_definition":"to fail; by implication to wear out, decay (causatively, consume, spend)","kjv_definition":"consume, enjoy long, become (make, wax) old, spend, waste."} +{"id":"H1087","strongs_number":"H1087","system":"hebrew","language":"hebrew","number_value":1087,"lemma":"בָּלֶה","transliteration":"bâleh","pronunciation":"baw-leh'","derivation":"from H1086 (בָּלָה);","strongs_definition":"worn out","kjv_definition":"old."} +{"id":"H1088","strongs_number":"H1088","system":"hebrew","language":"hebrew","number_value":1088,"lemma":"בָּלָה","transliteration":"Bâlâh","pronunciation":"baw-law'","derivation":"feminine of H1087 (בָּלֶה); failure;","strongs_definition":"Balah, a place in Palestine","kjv_definition":"Balah."} +{"id":"H1089","strongs_number":"H1089","system":"hebrew","language":"hebrew","number_value":1089,"lemma":"בָּלַהּ","transliteration":"bâlahh","pronunciation":"baw-lah'","derivation":"a primitive root (rather by transposition for H926 (בָּהַל));","strongs_definition":"to palpitate; hence, (causatively) to terrify","kjv_definition":"trouble."} +{"id":"H1090","strongs_number":"H1090","system":"hebrew","language":"hebrew","number_value":1090,"lemma":"בִּלְהָה","transliteration":"Bilhâh","pronunciation":"bil-haw'","derivation":"from H1089 (בָּלַהּ); timid;","strongs_definition":"Bilhah, the name of one of Jacob's concubines; also of a place in Palestine","kjv_definition":"Bilhah."} +{"id":"H1091","strongs_number":"H1091","system":"hebrew","language":"hebrew","number_value":1091,"lemma":"בַּלָּהָה","transliteration":"ballâhâh","pronunciation":"bal-law-haw'","derivation":"from H1089 (בָּלַהּ);","strongs_definition":"alarm; hence, destruction","kjv_definition":"terror, trouble."} +{"id":"H1092","strongs_number":"H1092","system":"hebrew","language":"hebrew","number_value":1092,"lemma":"בִּלְהָן","transliteration":"Bilhân","pronunciation":"bil-hawn'","derivation":"from H1089 (בָּלַהּ); timid;","strongs_definition":"Bilhan, the name of an Edomite and of an Israelite","kjv_definition":"Bilhan."} +{"id":"H1093","strongs_number":"H1093","system":"hebrew","language":"hebrew","number_value":1093,"lemma":"בְּלוֹ","transliteration":"bᵉlôw","pronunciation":"bel-o'","derivation":"(Aramaic) from a root corresponding to H1086 (בָּלָה);","strongs_definition":"excise (on articles consumed)","kjv_definition":"tribute."} +{"id":"H1094","strongs_number":"H1094","system":"hebrew","language":"hebrew","number_value":1094,"lemma":"בְּלוֹא","transliteration":"bᵉlôwʼ","pronunciation":"bel-o'","derivation":"or (fully) בְּלוֹי; from H1086 (בָּלָה);","strongs_definition":"(only in plural construction) rags","kjv_definition":"old."} +{"id":"H1095","strongs_number":"H1095","system":"hebrew","language":"hebrew","number_value":1095,"lemma":"בֵּלְטְשַׁאצַּר","transliteration":"Bêlṭᵉshaʼtstsar","pronunciation":"bale-tesh-ats-tsar'","derivation":"of foreign derivation;","strongs_definition":"Belteshatstsar, the Babylonian name of Daniel","kjv_definition":"Belteshazzar."} +{"id":"H1096","strongs_number":"H1096","system":"hebrew","language":"hebrew","number_value":1096,"lemma":"בֵּלְטְשַׁאצַּר","transliteration":"Bêlṭᵉshaʼtstsar","pronunciation":"bale-tesh-ats-tsar'","derivation":"(Aramaic) corresponding to H1095 (בֵּלְטְשַׁאצַּר)","strongs_definition":"{Belteshatstsar, the Babylonian name of Daniel}","kjv_definition":"Belteshazzar."} +{"id":"H1097","strongs_number":"H1097","system":"hebrew","language":"hebrew","number_value":1097,"lemma":"בְּלִי","transliteration":"bᵉlîy","pronunciation":"bel-ee'","derivation":"from H1086 (בָּלָה);","strongs_definition":"properly, failure, i.e. nothing or destruction; usually (with preposition) without, not yet, because not, as long as, etc.","kjv_definition":"corruption, ig(norantly), for lack of, where no...is, so that no, none, not, un(awares), without."} +{"id":"H1098","strongs_number":"H1098","system":"hebrew","language":"hebrew","number_value":1098,"lemma":"בְּלִיל","transliteration":"bᵉlîyl","pronunciation":"bel-eel'","derivation":"from H1101 (בָּלַל);","strongs_definition":"mixed, i.e. (specifically) feed (for cattle)","kjv_definition":"corn, fodder, provender."} +{"id":"H1099","strongs_number":"H1099","system":"hebrew","language":"hebrew","number_value":1099,"lemma":"בְּלִימָה","transliteration":"bᵉlîymâh","pronunciation":"bel-ee-mah'","derivation":"from H1097 (בְּלִי) and H4100 (מָה);","strongs_definition":"(as indefinitely) nothing whatever","kjv_definition":"nothing."} +{"id":"H1100","strongs_number":"H1100","system":"hebrew","language":"hebrew","number_value":1100,"lemma":"בְּלִיַּעַל","transliteration":"bᵉlîyaʻal","pronunciation":"bel-e-yah'-al","derivation":"from H1097 (בְּלִי) and H3276 (יַעַל);(often in connection with H376 (אִישׁ), H802 (אִשָּׁה), H1121 (בֵּן), etc.)","strongs_definition":"without profit, worthlessness; by extension, destruction, wickedness","kjv_definition":"Belial, evil, naughty, ungodly (men), wicked."} +{"id":"H1101","strongs_number":"H1101","system":"hebrew","language":"hebrew","number_value":1101,"lemma":"בָּלַל","transliteration":"bâlal","pronunciation":"baw-lal'","derivation":"a primitive root; (also denominatively from H1098 (בְּלִיל)) to fodder","strongs_definition":"to overflow (specifically with oil.); by implication, to mix; to fodder","kjv_definition":"anoint, confound, [idiom] fade, mingle, mix (self), give provender, temper."} +{"id":"H1102","strongs_number":"H1102","system":"hebrew","language":"hebrew","number_value":1102,"lemma":"בָּלַם","transliteration":"bâlam","pronunciation":"baw-lam'","derivation":"a primitive root;","strongs_definition":"to muzzle","kjv_definition":"be held in."} +{"id":"H1103","strongs_number":"H1103","system":"hebrew","language":"hebrew","number_value":1103,"lemma":"בָּלַס","transliteration":"bâlaç","pronunciation":"baw-las'","derivation":"a primitive root;","strongs_definition":"to pinch sycamore figs (a process necessary to ripen them)","kjv_definition":"gatherer."} +{"id":"H1104","strongs_number":"H1104","system":"hebrew","language":"hebrew","number_value":1104,"lemma":"בָּלַע","transliteration":"bâlaʻ","pronunciation":"baw-lah'","derivation":"a primitive root;","strongs_definition":"to make away with (specifically by swallowing); generally, to destroy","kjv_definition":"cover, destroy, devour, eat up, be at end, spend up, swallow down (up)."} +{"id":"H1105","strongs_number":"H1105","system":"hebrew","language":"hebrew","number_value":1105,"lemma":"בֶּלַע","transliteration":"belaʻ","pronunciation":"beh'-lah","derivation":"from H1104 (בָּלַע);","strongs_definition":"a gulp; figuratively, destruction","kjv_definition":"devouring, that which he hath swallowed up."} +{"id":"H1106","strongs_number":"H1106","system":"hebrew","language":"hebrew","number_value":1106,"lemma":"בֶּלַע","transliteration":"Belaʻ","pronunciation":"beh'-lah","derivation":"the same as H1105 (בֶּלַע);","strongs_definition":"Bela, the name of a place, also of an Edomite and of two Israelites","kjv_definition":"Bela."} +{"id":"H1107","strongs_number":"H1107","system":"hebrew","language":"hebrew","number_value":1107,"lemma":"בִּלְעֲדֵי","transliteration":"bilʻădêy","pronunciation":"bil-ad-ay'","derivation":"or בַּלְעֲדֵי; constructive plural from H1077 (בַּל) and H5703 (עַד), not till, i.e. (as preposition or adverb)","strongs_definition":"except, without, besides","kjv_definition":"beside, not (in), save, without."} +{"id":"H1108","strongs_number":"H1108","system":"hebrew","language":"hebrew","number_value":1108,"lemma":"בַּלְעִי","transliteration":"Balʻîy","pronunciation":"bel-ee'","derivation":"patronymically from H1106 (בֶּלַע);","strongs_definition":"a Belaite (collectively) or descendants of Bela","kjv_definition":"Belaites."} +{"id":"H1109","strongs_number":"H1109","system":"hebrew","language":"hebrew","number_value":1109,"lemma":"בִּלְעָם","transliteration":"Bilʻâm","pronunciation":"bil-awm'","derivation":"probably from H1077 (בַּל) and H5971 (עַם); not (of the) people, i.e. foreigner;","strongs_definition":"Bilam, a Mesopotamian prophet; also a place in Palestine","kjv_definition":"Balaam, Bileam."} +{"id":"H1110","strongs_number":"H1110","system":"hebrew","language":"hebrew","number_value":1110,"lemma":"בָּלַק","transliteration":"bâlaq","pronunciation":"baw-lak'","derivation":"a primitive root;","strongs_definition":"to annihilate","kjv_definition":"(make) waste."} +{"id":"H1111","strongs_number":"H1111","system":"hebrew","language":"hebrew","number_value":1111,"lemma":"בָּלָק","transliteration":"Bâlâq","pronunciation":"baw-lawk'","derivation":"from H1110 (בָּלַק); waster;","strongs_definition":"Balak, a Moabitish king","kjv_definition":"Balak."} +{"id":"H1112","strongs_number":"H1112","system":"hebrew","language":"hebrew","number_value":1112,"lemma":"בֵּלְשַׁאצַּר","transliteration":"Bêlshaʼtstsar","pronunciation":"bale-shats-tsar'","derivation":"or בֵּלְאשַׁצַּרlemma בֵּלְאשַׁצּר missing vowel, corrected to בֵּלְאשַׁצַּר; of foreign origin (compare H1095 (בֵּלְטְשַׁאצַּר));","strongs_definition":"Belshatstsar, a Babylonian king","kjv_definition":"Belshazzar."} +{"id":"H1113","strongs_number":"H1113","system":"hebrew","language":"hebrew","number_value":1113,"lemma":"בֵּלְשַׁאצַּר","transliteration":"Bêlshaʼtstsar","pronunciation":"bale-shats-tsar'","derivation":"(Aramaic) corresponding to H1112 (בֵּלְשַׁאצַּר)","strongs_definition":"{Belshatstsar, a Babylonian king}","kjv_definition":"Belshazzar."} +{"id":"H1114","strongs_number":"H1114","system":"hebrew","language":"hebrew","number_value":1114,"lemma":"בִּלְשָׁן","transliteration":"Bilshân","pronunciation":"bil-shawn'","derivation":"of uncertain derivation;","strongs_definition":"Bilshan, an Israelite","kjv_definition":"Bilshan."} +{"id":"H1115","strongs_number":"H1115","system":"hebrew","language":"hebrew","number_value":1115,"lemma":"בִּלְתִּי","transliteration":"biltîy","pronunciation":"bil-tee'","derivation":"constructive feminine of H1086 (בָּלָה) (equivalent to H1097 (בְּלִי));","strongs_definition":"properly, a failure of, i.e. (used only as a negative particle, usually with a prepositional prefix) not, except, without, unless, besides, because not, until, etc.","kjv_definition":"because un(satiable), beside, but, [phrase] continual, except, from, lest, neither, no more, none, not, nothing, save, that no, without."} +{"id":"H1116","strongs_number":"H1116","system":"hebrew","language":"hebrew","number_value":1116,"lemma":"בָּמָה","transliteration":"bâmâh","pronunciation":"bam-maw'","derivation":"from an unused root (meaning to be high);","strongs_definition":"an elevation","kjv_definition":"height, high place, wave."} +{"id":"H1117","strongs_number":"H1117","system":"hebrew","language":"hebrew","number_value":1117,"lemma":"בָּמָה","transliteration":"Bâmâh","pronunciation":"baw-maw'","derivation":"the same as H1116 (בָּמָה);","strongs_definition":"Bamah, a place in Palestine","kjv_definition":"Bamah. See also H1120 (בָּמוֹת)."} +{"id":"H1118","strongs_number":"H1118","system":"hebrew","language":"hebrew","number_value":1118,"lemma":"בִּמְהָל","transliteration":"Bimhâl","pronunciation":"bim-hawl'","derivation":"probably from H4107 (מָהַל) with prepositional prefix; with pruning;","strongs_definition":"Bimhal, an Israelite","kjv_definition":"Bimhal."} +{"id":"H1119","strongs_number":"H1119","system":"hebrew","language":"hebrew","number_value":1119,"lemma":"בְּמוֹ","transliteration":"bᵉmôw","pronunciation":"bem-o'","derivation":"prolongation for prepositional prefix;","strongs_definition":"in, with, by, etc.","kjv_definition":"for, in into, through."} +{"id":"H1120","strongs_number":"H1120","system":"hebrew","language":"hebrew","number_value":1120,"lemma":"בָּמוֹת","transliteration":"Bâmôwth","pronunciation":"baw-moth'","derivation":"plural of H1116 (בָּמָה); heights; or (fully) בָּמוֹת בַּעַל; from the same and H1168 (בַּעַל); heights of Baal;","strongs_definition":"Bamoth or Bamoth-Baal, a place East of the Jordan","kjv_definition":"Bamoth, Bamoth-baal."} +{"id":"H1121","strongs_number":"H1121","system":"hebrew","language":"hebrew","number_value":1121,"lemma":"בֵּן","transliteration":"bên","pronunciation":"bane","derivation":"from H1129 (בָּנָה);","strongs_definition":"a son (as a builder of the family name), in the widest sense (of literal and figurative relationship, including grandson, subject, nation, quality or condition, etc., (like father or brother), etc.)","kjv_definition":"[phrase] afflicted, age, (Ahoh-) (Ammon-) (Hachmon-) (Lev-) ite, (anoint-) ed one, appointed to, ([phrase]) arrow, (Assyr-) (Babylon-) (Egypt-) (Grec-) ian, one born, bough, branch, breed, [phrase] (young) bullock, [phrase] (young) calf, [idiom] came up in, child, colt, [idiom] common, [idiom] corn, daughter, [idiom] of first, [phrase] firstborn, foal, [phrase] very fruitful, [phrase] postage, [idiom] in, [phrase] kid, [phrase] lamb, ([phrase]) man, meet, [phrase] mighty, [phrase] nephew, old, ([phrase]) people, [phrase] rebel, [phrase] robber, [idiom] servant born, [idiom] soldier, son, [phrase] spark, [phrase] steward, [phrase] stranger, [idiom] surely, them of, [phrase] tumultuous one, [phrase] valiant(-est), whelp, worthy, young (one), youth."} +{"id":"H1122","strongs_number":"H1122","system":"hebrew","language":"hebrew","number_value":1122,"lemma":"בֵּן","transliteration":"Bên","pronunciation":"bane","derivation":"the same as H1121 (בֵּן);","strongs_definition":"Ben, an Israelite","kjv_definition":"Ben."} +{"id":"H1123","strongs_number":"H1123","system":"hebrew","language":"hebrew","number_value":1123,"lemma":"בֵּן","transliteration":"bên","pronunciation":"bane","derivation":"(Aramaic) corresponding to H1121 (בֵּן)","strongs_definition":"{a son (as a builder of the family name), in the widest sense}","kjv_definition":"child, son, young."} +{"id":"H1124","strongs_number":"H1124","system":"hebrew","language":"hebrew","number_value":1124,"lemma":"בְּנָא","transliteration":"bᵉnâʼ","pronunciation":"ben-aw'","derivation":"(Aramaic) or בְּנָה; (Aramaic), corresponding to H1129 (בָּנָה);","strongs_definition":"to build","kjv_definition":"build, make."} +{"id":"H1125","strongs_number":"H1125","system":"hebrew","language":"hebrew","number_value":1125,"lemma":"בֶּן־אֲבִינָדָב","transliteration":"Ben-ʼĂbîynâdâb","pronunciation":"ben-ab-ee''-naw-dawb'","derivation":"from H1121 (בֵּן) and H40 (אֲבִימֶלֶךְ); (the) son of Abinadab;","strongs_definition":"Ben-Abinadab, an Israelite","kjv_definition":"the son of Abinadab."} +{"id":"H1126","strongs_number":"H1126","system":"hebrew","language":"hebrew","number_value":1126,"lemma":"בֶּן־אוֹנִי","transliteration":"Ben-ʼÔwnîy","pronunciation":"ben-o-nee'","derivation":"from H1121 (בֵּן) and H205 (אָוֶן); son of my sorrow;","strongs_definition":"Ben-Oni, the original name of Benjamin","kjv_definition":"Ben-oni."} +{"id":"H1127","strongs_number":"H1127","system":"hebrew","language":"hebrew","number_value":1127,"lemma":"בֶּן־גֶּבֶר","transliteration":"Ben-Geber","pronunciation":"ben-gheh'-ber","derivation":"from H1121 (בֵּן) and H1397 (גֶּבֶר); son of (the) hero;","strongs_definition":"Ben-Geber, an Israelite","kjv_definition":"the son of Geber."} +{"id":"H1128","strongs_number":"H1128","system":"hebrew","language":"hebrew","number_value":1128,"lemma":"בֶּן־דֶּקֶר","transliteration":"Ben-Deqer","pronunciation":"ben-deh'-ker","derivation":"from H1121 (בֵּן) and a derivative of H1856 (דָּקַר); son of piercing (or of a lance);","strongs_definition":"Ben-Deker, an Israelite","kjv_definition":"the son of Dekar."} +{"id":"H1129","strongs_number":"H1129","system":"hebrew","language":"hebrew","number_value":1129,"lemma":"בָּנָה","transliteration":"bânâh","pronunciation":"baw-naw'","derivation":"a primitive root;","strongs_definition":"to build (literally and figuratively)","kjv_definition":"(begin to) build(-er), obtain children, make, repair, set (up), [idiom] surely."} +{"id":"H1130","strongs_number":"H1130","system":"hebrew","language":"hebrew","number_value":1130,"lemma":"בֶּן־הֲדַד","transliteration":"Ben-Hădad","pronunciation":"ben-had-ad'","derivation":"from H1121 (בֵּן) and H1908 (הֲדַד); son of Hadad;","strongs_definition":"Ben-Hadad, the name of several Syrian kings","kjv_definition":"Benhadad."} +{"id":"H1131","strongs_number":"H1131","system":"hebrew","language":"hebrew","number_value":1131,"lemma":"בִּנּוּי","transliteration":"Binnûwy","pronunciation":"bin-noo'-ee","derivation":"from H1129 (בָּנָה); built up;","strongs_definition":"Binnui, an Israelite","kjv_definition":"Binnui."} +{"id":"H1132","strongs_number":"H1132","system":"hebrew","language":"hebrew","number_value":1132,"lemma":"בֶּן־זוֹחֵת","transliteration":"Ben-Zôwchêth","pronunciation":"ben-zo-khayth'","derivation":"from H1121 (בֵּן) and H2105 (זוֹחֵת); son of Zocheth;","strongs_definition":"Ben-Zocheth, an Israelite","kjv_definition":"Ben-zoketh."} +{"id":"H1133","strongs_number":"H1133","system":"hebrew","language":"hebrew","number_value":1133,"lemma":"בֶּן־חוּר","transliteration":"Ben-Chûwr","pronunciation":"ben-khoor'","derivation":"from H1121 (בֵּן) and H2354 (חוּר); son of Chur;","strongs_definition":"Ben-Chur, an Israelite","kjv_definition":"the son of Hur."} +{"id":"H1134","strongs_number":"H1134","system":"hebrew","language":"hebrew","number_value":1134,"lemma":"בֶּן־חַיִל","transliteration":"Ben-Chayil","pronunciation":"ben-khah'-yil","derivation":"from H1121 (בֵּן) and H2428 (חַיִל); son of might;","strongs_definition":"Ben-Chail, an Israelite","kjv_definition":"Ben-hail."} +{"id":"H1135","strongs_number":"H1135","system":"hebrew","language":"hebrew","number_value":1135,"lemma":"בֶּן־חָנָן","transliteration":"Ben-Chânân","pronunciation":"ben-khaw-nawn'","derivation":"from H1121 (בֵּן) and H2605 (חָנָן); son of Chanan;","strongs_definition":"Ben-Chanan, an Israelite","kjv_definition":"Ben-hanan."} +{"id":"H1136","strongs_number":"H1136","system":"hebrew","language":"hebrew","number_value":1136,"lemma":"בֶּן־חֶסֶד","transliteration":"Ben-Cheçed","pronunciation":"ben-kheh'-sed","derivation":"from H1121 (בֵּן) and H2617 (חֵסֵד); son of kindness;","strongs_definition":"Ben-Chesed, an Israelite","kjv_definition":"the son of Hesed."} +{"id":"H1137","strongs_number":"H1137","system":"hebrew","language":"hebrew","number_value":1137,"lemma":"בָּנִי","transliteration":"Bânîy","pronunciation":"baw-nee'","derivation":"from H1129 (בָּנָה); built;","strongs_definition":"Bani, the name of five Israelites","kjv_definition":"Bani."} +{"id":"H1138","strongs_number":"H1138","system":"hebrew","language":"hebrew","number_value":1138,"lemma":"בֻּנִּי","transliteration":"Bunnîy","pronunciation":"boon-nee'","derivation":"or (fuller) בּוּנִי; from H1129 (בָּנָה); built;","strongs_definition":"Bunni or Buni, an Israelite","kjv_definition":"Bunni."} +{"id":"H1139","strongs_number":"H1139","system":"hebrew","language":"hebrew","number_value":1139,"lemma":"בְּנֵי־בְּרַק","transliteration":"Bᵉnêy-Bᵉraq","pronunciation":"ben-ay'-ber-ak'","derivation":"from the plural construction of H1121 (בֵּן) and H1300 (בָּרָק);","strongs_definition":"sons of lightning, Bene-berak, a place in Palestine","kjv_definition":"Bene-barak."} +{"id":"H1140","strongs_number":"H1140","system":"hebrew","language":"hebrew","number_value":1140,"lemma":"בִּנְיָה","transliteration":"binyâh","pronunciation":"bin-yaw'","derivation":"feminine from H1129 (בָּנָה);","strongs_definition":"a structure","kjv_definition":"building."} +{"id":"H1141","strongs_number":"H1141","system":"hebrew","language":"hebrew","number_value":1141,"lemma":"בְּנָיָה","transliteration":"Bᵉnâyâh","pronunciation":"ben-aw-yaw'","derivation":"or בּנָיָהוּ; (prolonged) from H1129 (בָּנָה) and H3050 (יָהּ); Jah has built;","strongs_definition":"Benajah, the name of twelve Israelites","kjv_definition":"Benaiah."} +{"id":"H1142","strongs_number":"H1142","system":"hebrew","language":"hebrew","number_value":1142,"lemma":"בְּנֵי יַעֲקָן","transliteration":"Bᵉnêy Yaʻăqân","pronunciation":"ben-ay' yah-ak-awn'","derivation":"from the plural of H1121 (בֵּן) and H3292 (יַעֲקָן); sons of Yaakan;","strongs_definition":"Bene-Jaakan, a place in the Desert","kjv_definition":"Bene-jaakan."} +{"id":"H1143","strongs_number":"H1143","system":"hebrew","language":"hebrew","number_value":1143,"lemma":"בֵּנַיִם","transliteration":"bênayim","pronunciation":"bay-nah'-yim","derivation":"dual of H996 (בֵּין);","strongs_definition":"a double interval, i.e. the space between two armies","kjv_definition":"[phrase] champion."} +{"id":"H1144","strongs_number":"H1144","system":"hebrew","language":"hebrew","number_value":1144,"lemma":"בִּנְיָמִין","transliteration":"Binyâmîyn","pronunciation":"bin-yaw-mene'","derivation":"from H1121 (בֵּן) and H3225 (יָמִין); son of (the) right hand;","strongs_definition":"Binjamin, youngest son of Jacob; also the tribe descended from him, and its territory","kjv_definition":"Benjamin."} +{"id":"H1145","strongs_number":"H1145","system":"hebrew","language":"hebrew","number_value":1145,"lemma":"בֶּן־יְמִינִי","transliteration":"Ben-yᵉmîynîy","pronunciation":"ben-yem-ee-nee'","derivation":"sometimes (with the article inserted) בֵּן־הַיּמִינִי; with H376 (אִישׁ) inserted (1 Samuel 9:1) בֶּן־אִישׁ ימִינִי; son of a man of Jemini; or shortened אִישׁ יְמִינִי; (1 Samuel 9:4; Esther 2:5) a man of Jemini, or (1 Samuel 20:1) simply יְמִינִיxlit Yᵉmînîy corrected to Yᵉmîynîy; a Jeminite; (plural) בְּנֵי יְמִינִיxlit Bᵉnîy corrected to Bᵉnêy; patron from H1144 (בִּנְיָמִין);","strongs_definition":"a Benjaminite, or descendent of Benjamin","kjv_definition":"Benjamite, of Benjamin."} +{"id":"H1146","strongs_number":"H1146","system":"hebrew","language":"hebrew","number_value":1146,"lemma":"בִּנְיָן","transliteration":"binyân","pronunciation":"bin-yawn'","derivation":"from H1129 (בָּנָה);","strongs_definition":"an edifice","kjv_definition":"building."} +{"id":"H1147","strongs_number":"H1147","system":"hebrew","language":"hebrew","number_value":1147,"lemma":"בִּנְיָן","transliteration":"binyân","pronunciation":"bin-yawn'","derivation":"(Aramaic) corresponding to H1146 (בִּנְיָן)","strongs_definition":"{an edifice}","kjv_definition":"building."} +{"id":"H1148","strongs_number":"H1148","system":"hebrew","language":"hebrew","number_value":1148,"lemma":"בְּנִינוּ","transliteration":"Bᵉnîynûw","pronunciation":"ben-ee-noo'","derivation":"probably from H1121 (בֵּן) with pron. suff.; our son;","strongs_definition":"Beninu, an Israelite","kjv_definition":"Beninu."} +{"id":"H1149","strongs_number":"H1149","system":"hebrew","language":"hebrew","number_value":1149,"lemma":"בְּנַס","transliteration":"bᵉnaç","pronunciation":"ben-as'","derivation":"(Aramaic) of uncertain affinity;","strongs_definition":"to be enraged","kjv_definition":"be angry."} +{"id":"H1150","strongs_number":"H1150","system":"hebrew","language":"hebrew","number_value":1150,"lemma":"בִּנְעָא","transliteration":"Binʻâʼ","pronunciation":"bin-aw'","derivation":"or בִּנְעָה; of uncertain derivation;","strongs_definition":"Bina or Binah, an Israelite","kjv_definition":"Binea, Bineah."} +{"id":"H1151","strongs_number":"H1151","system":"hebrew","language":"hebrew","number_value":1151,"lemma":"בֶּן־עַמִּי","transliteration":"Ben-ʻAmmîy","pronunciation":"ben-am-mee'","derivation":"from H1121 (בֵּן) and H5971 (עַם) with pronomial suffix; son of my people;","strongs_definition":"Ben-Ammi, a son of Lot","kjv_definition":"Ben-ammi."} +{"id":"H1152","strongs_number":"H1152","system":"hebrew","language":"hebrew","number_value":1152,"lemma":"בְּסוֹדְיָה","transliteration":"Bᵉçôwdᵉyâh","pronunciation":"bes-o-deh-yaw'","derivation":"from H5475 (סוֹד) and H3050 (יָהּ) with prepositional prefix; in (the) counsel of Jehovah;","strongs_definition":"Besodejah, an Israelite","kjv_definition":"Besodeiah."} +{"id":"H1153","strongs_number":"H1153","system":"hebrew","language":"hebrew","number_value":1153,"lemma":"בְּסַי","transliteration":"Bᵉçay","pronunciation":"bes-ah'-ee","derivation":"from H947 (בּוּס); domineering;","strongs_definition":"Besai, one of the Nethinim","kjv_definition":"Besai."} +{"id":"H1154","strongs_number":"H1154","system":"hebrew","language":"hebrew","number_value":1154,"lemma":"בֶּסֶר","transliteration":"beçer","pronunciation":"beh'-ser","derivation":"from an unused root meaning to be sour;","strongs_definition":"an immature grape","kjv_definition":"unripe grape."} +{"id":"H1155","strongs_number":"H1155","system":"hebrew","language":"hebrew","number_value":1155,"lemma":"בֹּסֶר","transliteration":"bôçer","pronunciation":"bo'ser","derivation":"from the same as H1154 (בֶּסֶר)","strongs_definition":"{an immature grape}","kjv_definition":"sour grape."} +{"id":"H1156","strongs_number":"H1156","system":"hebrew","language":"hebrew","number_value":1156,"lemma":"בְּעָא","transliteration":"bᵉʻâʼ","pronunciation":"beh-aw'","derivation":"(Aramaic) or בְּעָה; (Aramaic), corresponding to H1158 (בָּעָה);","strongs_definition":"to seek or ask","kjv_definition":"ask, desire, make (petition), pray, request, seek."} +{"id":"H1157","strongs_number":"H1157","system":"hebrew","language":"hebrew","number_value":1157,"lemma":"בְּעַד","transliteration":"bᵉʻad","pronunciation":"beh-ad'","derivation":"from H5704 (עַד) with prepositional prefix;","strongs_definition":"in up to or over against; generally at, beside, among, behind, for, etc.","kjv_definition":"about, at by (means of), for, over, through, up (-on), within."} +{"id":"H1158","strongs_number":"H1158","system":"hebrew","language":"hebrew","number_value":1158,"lemma":"בָּעָה","transliteration":"bâʻâh","pronunciation":"baw-aw'","derivation":"a primitive root;","strongs_definition":"to gush over, i.e. to swell; (figuratively) to desire earnestly; by implication to ask","kjv_definition":"cause, inquire, seek up, swell out."} +{"id":"H1159","strongs_number":"H1159","system":"hebrew","language":"hebrew","number_value":1159,"lemma":"בָּעוּ","transliteration":"bâʻûw","pronunciation":"baw-oo'","derivation":"(Aramaic) from H1156 (בְּעָא);","strongs_definition":"a request","kjv_definition":"petition."} +{"id":"H1160","strongs_number":"H1160","system":"hebrew","language":"hebrew","number_value":1160,"lemma":"בְּעוֹר","transliteration":"Bᵉʻôwr","pronunciation":"beh-ore'","derivation":"from H1197 (בָּעַר) (in the sense of burning); a lamp;","strongs_definition":"Beor, the name of the father of an Edomitish king; also of that of Balaam","kjv_definition":"Beor."} +{"id":"H1161","strongs_number":"H1161","system":"hebrew","language":"hebrew","number_value":1161,"lemma":"בִּעוּתִים","transliteration":"biʻûwthîym","pronunciation":"be-oo-theme'","derivation":"masculine plural from H1204 (בָּעַת);","strongs_definition":"alarms","kjv_definition":"terrors."} +{"id":"H1162","strongs_number":"H1162","system":"hebrew","language":"hebrew","number_value":1162,"lemma":"בֹּעַז","transliteration":"Bôʻaz","pronunciation":"bo'-az","derivation":"from an unused root of uncertain meaning;","strongs_definition":"Boaz, the ancestor of David; also the name of a pillar in front of the temple","kjv_definition":"Boaz."} +{"id":"H1163","strongs_number":"H1163","system":"hebrew","language":"hebrew","number_value":1163,"lemma":"בָּעַט","transliteration":"bâʻaṭ","pronunciation":"baw-at'","derivation":"a primitive root;","strongs_definition":"to trample down, i.e. (figuratively) despise","kjv_definition":"kick."} +{"id":"H1164","strongs_number":"H1164","system":"hebrew","language":"hebrew","number_value":1164,"lemma":"בְּעִי","transliteration":"bᵉʻîy","pronunciation":"beh-ee'","derivation":"from H1158 (בָּעָה);","strongs_definition":"a prayer","kjv_definition":"grave."} +{"id":"H1165","strongs_number":"H1165","system":"hebrew","language":"hebrew","number_value":1165,"lemma":"בְּעִיר","transliteration":"bᵉʻîyr","pronunciation":"beh-ere'","derivation":"from H1197 (בָּעַר) (in the sense of eating);","strongs_definition":"cattle","kjv_definition":"beast, cattle."} +{"id":"H1166","strongs_number":"H1166","system":"hebrew","language":"hebrew","number_value":1166,"lemma":"בָּעַל","transliteration":"bâʻal","pronunciation":"baw-al'","derivation":"a primitive root; also as denominative from H1167 (בַּעַל)","strongs_definition":"to be master; hence, to marry","kjv_definition":"have dominion (over), be husband, marry(-ried, [idiom] wife)."} +{"id":"H1167","strongs_number":"H1167","system":"hebrew","language":"hebrew","number_value":1167,"lemma":"בַּעַל","transliteration":"baʻal","pronunciation":"bah'-al","derivation":"from H1166 (בָּעַל);","strongs_definition":"a master; hence, a husband, or (figuratively) owner (often used with another noun in modifications of this latter sense)","kjv_definition":"[phrase] archer, [phrase] babbler, [phrase] bird, captain, chief man, [phrase] confederate, [phrase] have to do, [phrase] dreamer, those to whom it is due, [phrase] furious, those that are given to it, great, [phrase] hairy, he that hath it, have, [phrase] horseman, husband, lord, man, [phrase] married, master, person, [phrase] sworn, they of."} +{"id":"H1168","strongs_number":"H1168","system":"hebrew","language":"hebrew","number_value":1168,"lemma":"בַּעַל","transliteration":"Baʻal","pronunciation":"bah'-al","derivation":"the same as H1167 (בַּעַל);","strongs_definition":"Baal, a Phoenician deity","kjv_definition":"Baal, (plural) Baalim."} +{"id":"H1169","strongs_number":"H1169","system":"hebrew","language":"hebrew","number_value":1169,"lemma":"בְּעֵל","transliteration":"bᵉʻêl","pronunciation":"beh-ale'","derivation":"(Aramaic) corresponding to H1167 (בַּעַל)","strongs_definition":"{a master; hence, a husband,}","kjv_definition":"[phrase] chancellor."} +{"id":"H1170","strongs_number":"H1170","system":"hebrew","language":"hebrew","number_value":1170,"lemma":"בַּעַל בְּרִית","transliteration":"Baʻal Bᵉrîyth","pronunciation":"bah'-al ber-eeth'","derivation":"from H1168 (בַּעַל) and H1285 (בְּרִית); Baal of (the) covenant;","strongs_definition":"Baal-Berith, a special deity of the Shechemites","kjv_definition":"Baal-berith."} +{"id":"H1171","strongs_number":"H1171","system":"hebrew","language":"hebrew","number_value":1171,"lemma":"בַּעַל גָּד","transliteration":"Baʻal Gâd","pronunciation":"bah'-al gawd","derivation":"from H1168 (בַּעַל) and H1409 (גָּד); Baal of Fortune;","strongs_definition":"Baal-Gad, a place in Syria","kjv_definition":"Baal-gad."} +{"id":"H1172","strongs_number":"H1172","system":"hebrew","language":"hebrew","number_value":1172,"lemma":"בַּעֲלָה","transliteration":"baʻălâh","pronunciation":"bah-al-aw'","derivation":"feminine of H1167 (בַּעַל);","strongs_definition":"a mistress","kjv_definition":"that hath, mistress."} +{"id":"H1173","strongs_number":"H1173","system":"hebrew","language":"hebrew","number_value":1173,"lemma":"בַּעֲלָה","transliteration":"Baʻălâh","pronunciation":"bah-al-aw'","derivation":"the same as H1172 (בַּעֲלָה);","strongs_definition":"Baalah, the name of three places in Palestine","kjv_definition":"Baalah."} +{"id":"H1174","strongs_number":"H1174","system":"hebrew","language":"hebrew","number_value":1174,"lemma":"בַּעַל הָמוֹן","transliteration":"Baʻal Hâmôwn","pronunciation":"bah'-al haw-mone'","derivation":"from H1167 (בַּעַל) and H1995 (הָמוֹן); possessor of a multitude;","strongs_definition":"Baal-Hamon, a place in Palestine","kjv_definition":"Baal-hamon."} +{"id":"H1175","strongs_number":"H1175","system":"hebrew","language":"hebrew","number_value":1175,"lemma":"בְּעָלוֹת","transliteration":"Bᵉʻâlôwth","pronunciation":"beh-aw-loth'","derivation":"plural of H1172 (בַּעֲלָה); mistresses;","strongs_definition":"Bealoth, a place in Palestine","kjv_definition":"Bealoth, in Aloth (by mistake for a plural from H5927 (עָלָה) with prepositional prefix)."} +{"id":"H1176","strongs_number":"H1176","system":"hebrew","language":"hebrew","number_value":1176,"lemma":"בַּעַל זְבוּב","transliteration":"Baʻal Zᵉbûwb","pronunciation":"bah'-al zeb-oob'","derivation":"from H1168 (בַּעַל) and H2070 (זְבוּב); Baal of (the) Fly;","strongs_definition":"Baal-Zebub, a special deity of the Ekronites","kjv_definition":"Baal-zebub."} +{"id":"H1177","strongs_number":"H1177","system":"hebrew","language":"hebrew","number_value":1177,"lemma":"בַּעַל חָנָן","transliteration":"Baʻal Chânân","pronunciation":"bah'-al khaw-nawn'","derivation":"from H1167 (בַּעַל) and H2603 (חָנַן); possessor of grace;","strongs_definition":"Baal-Chanan, the name of an Edomite, also of an Israelite","kjv_definition":"Baal-hanan."} +{"id":"H1178","strongs_number":"H1178","system":"hebrew","language":"hebrew","number_value":1178,"lemma":"בַּעַל חָצוֹר","transliteration":"Baʻal Châtsôwr","pronunciation":"bah'-al khaw-tsore'","derivation":"from H1167 (בַּעַל) and a modification of H2691 (חָצֵר); possessor of a village;","strongs_definition":"Baal-Chatsor, a place in Palestine","kjv_definition":"Baal-hazor."} +{"id":"H1179","strongs_number":"H1179","system":"hebrew","language":"hebrew","number_value":1179,"lemma":"בַּעַל חֶרְמוֹן","transliteration":"Baʻal Chermôwn","pronunciation":"bah'-al kher-mone'","derivation":"from H1167 (בַּעַל) and H2768 (חֶרְמוֹן); possessor of Hermon;","strongs_definition":"Baal-Chermon, a place in Palestine","kjv_definition":"Baal-hermon."} +{"id":"H1180","strongs_number":"H1180","system":"hebrew","language":"hebrew","number_value":1180,"lemma":"בַּעֲלִי","transliteration":"Baʻălîy","pronunciation":"bah-al-ee'","derivation":"from H1167 (בַּעַל) with pron. suff.; my master;","strongs_definition":"Baali, a symbolical name for Jehovah","kjv_definition":"Baali."} +{"id":"H1181","strongs_number":"H1181","system":"hebrew","language":"hebrew","number_value":1181,"lemma":"בַּעֲלֵי בָּמוֹת","transliteration":"Baʻălêy Bâmôwth","pronunciation":"bah-al-ay' baw-moth'","derivation":"from the plural of H1168 (בַּעַל) and the plural of H1116 (בָּמָה); Baals of (the) heights;","strongs_definition":"Baale-Bamoth, a place East of the Jordan","kjv_definition":"lords of the high places."} +{"id":"H1182","strongs_number":"H1182","system":"hebrew","language":"hebrew","number_value":1182,"lemma":"בְּעֶלְיָדָע","transliteration":"Bᵉʻelyâdâʻ","pronunciation":"beh-el-yaw-daw'","derivation":"from H1168 (בַּעַל) and H3045 (יָדַע); Baal has known;","strongs_definition":"Beeljada, an Israelite","kjv_definition":"Beeliada."} +{"id":"H1183","strongs_number":"H1183","system":"hebrew","language":"hebrew","number_value":1183,"lemma":"בְּעַלְיָה","transliteration":"Bᵉʻalyâh","pronunciation":"beh-al-yaw'","derivation":"from H1167 (בַּעַל) and H3050 (יָהּ); Jah (is) master;","strongs_definition":"Bealjah, an Israelite","kjv_definition":"Bealiah."} +{"id":"H1184","strongs_number":"H1184","system":"hebrew","language":"hebrew","number_value":1184,"lemma":"בַּעֲלֵי יְהוּדָה","transliteration":"Baʻălêy Yᵉhûwdâh","pronunciation":"bah-al-ay' yeh-hoo-daw'","derivation":"from the plural of H1167 (בַּעַל) and H3063 (יְהוּדָה); masters of Judah;","strongs_definition":"Baale-Jehudah, a place in Palestine","kjv_definition":"Baale of Judah."} +{"id":"H1185","strongs_number":"H1185","system":"hebrew","language":"hebrew","number_value":1185,"lemma":"בַּעֲלִיס","transliteration":"Baʻălîyç","pronunciation":"bah-al-ece'","derivation":"probably from a derivative of H5965 (עָלַס) with prepositional prefix; in exultation;","strongs_definition":"Baalis, an Ammonitish king","kjv_definition":"Baalis."} +{"id":"H1186","strongs_number":"H1186","system":"hebrew","language":"hebrew","number_value":1186,"lemma":"בַּעַל מְעוֹן","transliteration":"Baʻal Mᵉʻôwn","pronunciation":"bah-al meh-one'","derivation":"from H1168 (בַּעַל) and H4583 (מָעוֹן); Baal of (the) habitation (of) (compare H1010 (בֵּית בַּעַל מְעוֹן));","strongs_definition":"Baal-Meon, a place East of the Jordan","kjv_definition":"Baal-meon."} +{"id":"H1187","strongs_number":"H1187","system":"hebrew","language":"hebrew","number_value":1187,"lemma":"בַּעַל פְּעוֹר","transliteration":"Baʻal Pᵉʻôwr","pronunciation":"bah'-al peh-ore'","derivation":"from H1168 (בַּעַל) and H6465 (פְּעוֹר); Baal of Peor;","strongs_definition":"Baal-Peor, a Moabitish deity","kjv_definition":"Baal-peor."} +{"id":"H1188","strongs_number":"H1188","system":"hebrew","language":"hebrew","number_value":1188,"lemma":"בַּעַל פְּרָצִים","transliteration":"Baʻal Pᵉrâtsîym","pronunciation":"bah'-al per-aw-tseem'","derivation":"from H1167 (בַּעַל) and the plural of H6556 (פֶּרֶץ); possessor of breaches;","strongs_definition":"Baal-Peratsim, a place in Palestine","kjv_definition":"Baal-perazim."} +{"id":"H1189","strongs_number":"H1189","system":"hebrew","language":"hebrew","number_value":1189,"lemma":"בַּעַל צְפוֹן","transliteration":"Baʻal Tsᵉphôwn","pronunciation":"bah'-al tsef-one'","derivation":"from H1168 (בַּעַל) and H6828 (צָפוֹן) (in the sense of cold) (according to others an Egyptian form of Typhon, the destroyer); Baal of winter;","strongs_definition":"Baal-Tsephon, a place in Eqypt","kjv_definition":"Baal-zephon."} +{"id":"H1190","strongs_number":"H1190","system":"hebrew","language":"hebrew","number_value":1190,"lemma":"בַּעַל שָׁלִשָׁה","transliteration":"Baʻal Shâlishâh","pronunciation":"bah'-al shaw-lee-shaw'","derivation":"from H1168 (בַּעַל) and H8031 (שָׁלִשָׁה);","strongs_definition":"Baal of Shalishah, Baal-Shalishah, a place in Palestine","kjv_definition":"Baal-shalisha."} +{"id":"H1191","strongs_number":"H1191","system":"hebrew","language":"hebrew","number_value":1191,"lemma":"בַּעֲלָת","transliteration":"Baʻălâth","pronunciation":"bah-al-awth'","derivation":"a modification of H1172 (בַּעֲלָה); mistressship;","strongs_definition":"Baalath, a place in Palestine","kjv_definition":"Baalath."} +{"id":"H1192","strongs_number":"H1192","system":"hebrew","language":"hebrew","number_value":1192,"lemma":"בַּעֲלַת בְּאֵר","transliteration":"Baʻălath Bᵉʼêr","pronunciation":"bah-al-ath' beh-ayr'","derivation":"from H1172 (בַּעֲלָה) and H875 (בְּאֵר); mistress of a well;","strongs_definition":"Baalath-Beer, a place in Palestine","kjv_definition":"Baalath-beer."} +{"id":"H1193","strongs_number":"H1193","system":"hebrew","language":"hebrew","number_value":1193,"lemma":"בַּעַל תָּמָר","transliteration":"Baʻal Tâmâr","pronunciation":"bah'-al taw-mawr'","derivation":"from H1167 (בַּעַל) and H8558 (תָּמָר); possessor of (the) palm-tree;","strongs_definition":"Baal-Tamar, a place in Palestine","kjv_definition":"Baal-tamar."} +{"id":"H1194","strongs_number":"H1194","system":"hebrew","language":"hebrew","number_value":1194,"lemma":"בְּעֹן","transliteration":"Bᵉʻôn","pronunciation":"beh-ohn'","derivation":"probably a contraction of H1010 (בֵּית בַּעַל מְעוֹן);","strongs_definition":"Beon, a place East of the Jordan","kjv_definition":"Beon."} +{"id":"H1195","strongs_number":"H1195","system":"hebrew","language":"hebrew","number_value":1195,"lemma":"בַּעֲנָא","transliteration":"Baʻănâʼ","pronunciation":"bah-an-aw'","derivation":"the same as H1196 (בַּעֲנָה);","strongs_definition":"Banana, the name of four Israelite","kjv_definition":"Baana, Baanah."} +{"id":"H1196","strongs_number":"H1196","system":"hebrew","language":"hebrew","number_value":1196,"lemma":"בַּעֲנָה","transliteration":"Baʻănâh","pronunciation":"bah-an-aw'","derivation":"from a derivative of H6031 (עָנָה) with prepositional prefix; in affliction","strongs_definition":"Baanah, the name of four Israelites","kjv_definition":"Baanah."} +{"id":"H1197","strongs_number":"H1197","system":"hebrew","language":"hebrew","number_value":1197,"lemma":"בָּעַר","transliteration":"bâʻar","pronunciation":"baw-ar'","derivation":"a primitive root; also as denominative from H1198 (בַּעַר)","strongs_definition":"to kindle, i.e. consume (by fire or by eating); to be(-come) brutish","kjv_definition":"be brutish, bring (put, take) away, burn, (cause to) eat (up), feed, heat, kindle, set (on fire), waste."} +{"id":"H1198","strongs_number":"H1198","system":"hebrew","language":"hebrew","number_value":1198,"lemma":"בַּעַר","transliteration":"baʻar","pronunciation":"bah'-ar","derivation":"from H1197 (בָּעַר);","strongs_definition":"properly, foot (as consumed); i.e. (by exten.) of cattle brutishness; (concretely) stupid","kjv_definition":"brutish (person), foolish."} +{"id":"H1199","strongs_number":"H1199","system":"hebrew","language":"hebrew","number_value":1199,"lemma":"בָּעֲרָא","transliteration":"Bâʻărâʼ","pronunciation":"bah-ar-aw'","derivation":"from H1198 (בַּעַר); brutish;","strongs_definition":"Baara, an Israelitish woman","kjv_definition":"Baara."} +{"id":"H1200","strongs_number":"H1200","system":"hebrew","language":"hebrew","number_value":1200,"lemma":"בְּעֵרָה","transliteration":"bᵉʻêrâh","pronunciation":"be-ay-raw'","derivation":"from H1197 (בָּעַר);","strongs_definition":"a burning","kjv_definition":"fire."} +{"id":"H1201","strongs_number":"H1201","system":"hebrew","language":"hebrew","number_value":1201,"lemma":"בַּעְשָׁא","transliteration":"Baʻshâʼ","pronunciation":"bah-shaw'","derivation":"from an unused root meaning to stink; offensiveness;","strongs_definition":"Basha, a king of Israel","kjv_definition":"Baasha."} +{"id":"H1202","strongs_number":"H1202","system":"hebrew","language":"hebrew","number_value":1202,"lemma":"בַּעֲשֵׂיָה","transliteration":"Baʻăsêyâh","pronunciation":"bah-as-ay-yaw'","derivation":"from H6213 (עָשָׂה) and H3050 (יָהּ) with a prepositional prefix; in (the) work of Jah;","strongs_definition":"Baasejah, an Israelite","kjv_definition":"Baaseiah."} +{"id":"H1203","strongs_number":"H1203","system":"hebrew","language":"hebrew","number_value":1203,"lemma":"בְּעֶשְׁתְּרָה","transliteration":"Bᵉʻeshtᵉrâh","pronunciation":"beh-esh-ter-aw'","derivation":"from H6251 (עַשְׁתְּרָה) (as singular of H6252 (עַשְׁתָּרוֹת)) with a prepositional prefix; with Ashtoreth;","strongs_definition":"Beeshterah, a place East of the Jordan","kjv_definition":"Beeshterah."} +{"id":"H1204","strongs_number":"H1204","system":"hebrew","language":"hebrew","number_value":1204,"lemma":"בָּעַת","transliteration":"bâʻath","pronunciation":"baw-ath'","derivation":"a primitive root;","strongs_definition":"to fear","kjv_definition":"affright, be (make) afraid, terrify, trouble."} +{"id":"H1205","strongs_number":"H1205","system":"hebrew","language":"hebrew","number_value":1205,"lemma":"בְּעָתָה","transliteration":"bᵉʻâthâh","pronunciation":"beh-aw-thaw'","derivation":"from H1204 (בָּעַת);","strongs_definition":"fear","kjv_definition":"trouble."} +{"id":"H1206","strongs_number":"H1206","system":"hebrew","language":"hebrew","number_value":1206,"lemma":"בֹץ","transliteration":"bôts","pronunciation":"botse","derivation":"probably the same as H948 (בּוּץ);","strongs_definition":"mud (as whitish clay)","kjv_definition":"mire."} +{"id":"H1207","strongs_number":"H1207","system":"hebrew","language":"hebrew","number_value":1207,"lemma":"בִּצָּה","transliteration":"bitstsâh","pronunciation":"bits-tsaw'","derivation":"intensive from H1206 (בֹץ);","strongs_definition":"a swamp","kjv_definition":"fen, mire(-ry place)."} +{"id":"H1208","strongs_number":"H1208","system":"hebrew","language":"hebrew","number_value":1208,"lemma":"בָּצוֹר","transliteration":"bâtsôwr","pronunciation":"baw-tsore'","derivation":"from H1219 (בָּצַר);","strongs_definition":"inaccessible, i.e. lofty","kjv_definition":"vintage (by confusion with H1210 (בָּצִיר))."} +{"id":"H1209","strongs_number":"H1209","system":"hebrew","language":"hebrew","number_value":1209,"lemma":"בֵּצַי","transliteration":"Bêtsay","pronunciation":"bay-tsah'-ee","derivation":"perhaps the same as H1153 (בְּסַי);","strongs_definition":"Betsai, the name of two Israelites","kjv_definition":"Bezai."} +{"id":"H1210","strongs_number":"H1210","system":"hebrew","language":"hebrew","number_value":1210,"lemma":"בָּצִיר","transliteration":"bâtsîyr","pronunciation":"baw-tseer'","derivation":"from H1219 (בָּצַר);","strongs_definition":"clipped, i.e. the grape crop","kjv_definition":"vintage."} +{"id":"H1211","strongs_number":"H1211","system":"hebrew","language":"hebrew","number_value":1211,"lemma":"בֶּצֶל","transliteration":"betsel","pronunciation":"beh'-tsel","derivation":"from an unused root apparently meaning to peel;","strongs_definition":"an onion","kjv_definition":"onion."} +{"id":"H1212","strongs_number":"H1212","system":"hebrew","language":"hebrew","number_value":1212,"lemma":"בְּצַלְאֵל","transliteration":"Bᵉtsalʼêl","pronunciation":"bets-al-ale'","derivation":"probably from H6738 (צֵל) and H410 (אֵל) with a prepositional prefix; in (the) shadow (i.e. protection) of God;","strongs_definition":"Betsalel, the name of two Israelites","kjv_definition":"Bezaleel."} +{"id":"H1213","strongs_number":"H1213","system":"hebrew","language":"hebrew","number_value":1213,"lemma":"בַּצְלוּת","transliteration":"Batslûwth","pronunciation":"bats-looth'","derivation":"or בַּצְלִית; from the same as H1211 (בֶּצֶל)xlit bᵉtsel corrected to betsel; a peeling;","strongs_definition":"Batsluth or Batslith, an Israelite","kjv_definition":"Bazlith, Bazluth."} +{"id":"H1214","strongs_number":"H1214","system":"hebrew","language":"hebrew","number_value":1214,"lemma":"בָּצַע","transliteration":"bâtsaʻ","pronunciation":"baw-tsah'","derivation":"a primitive root to break off, i.e. (usually) plunder;","strongs_definition":"figuratively, to finish, or (intransitively) stop","kjv_definition":"(be) covet(-ous), cut (off), finish, fulfill, gain (greedily), get, be given to (covetousness), greedy, perform, be wounded."} +{"id":"H1215","strongs_number":"H1215","system":"hebrew","language":"hebrew","number_value":1215,"lemma":"בֶּצַע","transliteration":"betsaʻ","pronunciation":"beh'-tsah","derivation":"from H1214 (בָּצַע);","strongs_definition":"plunder; by extension, gain (usually unjust)","kjv_definition":"covetousness, (dishonest) gain, lucre, profit."} +{"id":"H1216","strongs_number":"H1216","system":"hebrew","language":"hebrew","number_value":1216,"lemma":"בָּצֵק","transliteration":"bâtsêq","pronunciation":"baw-tsake'","derivation":"a primitive root;","strongs_definition":"perhaps to swell up, i.e. blister","kjv_definition":"swell."} +{"id":"H1217","strongs_number":"H1217","system":"hebrew","language":"hebrew","number_value":1217,"lemma":"בָּצֵק","transliteration":"bâtsêq","pronunciation":"baw-tsake'","derivation":"from H1216 (בָּצֵק);","strongs_definition":"dough (as swelling by fermentation)","kjv_definition":"dough, flour."} +{"id":"H1218","strongs_number":"H1218","system":"hebrew","language":"hebrew","number_value":1218,"lemma":"בׇּצְקַת","transliteration":"Botsqath","pronunciation":"bots-cath'","derivation":"from H1216 (בָּצֵק); a swell of ground;","strongs_definition":"Botscath, a place in Palestine","kjv_definition":"Bozcath, Boskath."} +{"id":"H1219","strongs_number":"H1219","system":"hebrew","language":"hebrew","number_value":1219,"lemma":"בָּצַר","transliteration":"bâtsar","pronunciation":"baw-tsar'","derivation":"a primitive root; to clip off; specifically (as denominative from H1210 (בָּצִיר))","strongs_definition":"to gather grapes; also to be isolated (i.e. inaccessible by height or fortification)","kjv_definition":"cut off, (de-) fenced, fortify, (grape) gather(-er), mighty things, restrain, strong, wall (up), withhold."} +{"id":"H1220","strongs_number":"H1220","system":"hebrew","language":"hebrew","number_value":1220,"lemma":"בֶּצֶר","transliteration":"betser","pronunciation":"beh'-tser","derivation":"from H1219 (בָּצַר);","strongs_definition":"strictly a clipping, i.e. gold (as dug out)","kjv_definition":"gold defence."} +{"id":"H1221","strongs_number":"H1221","system":"hebrew","language":"hebrew","number_value":1221,"lemma":"בֶּצֶר","transliteration":"Betser","pronunciation":"beh'-tser","derivation":"the same as H1220 (בֶּצֶר), an inaccessible spot;","strongs_definition":"Betser, a place in Palestine; also an Israelite","kjv_definition":"Bezer."} +{"id":"H1222","strongs_number":"H1222","system":"hebrew","language":"hebrew","number_value":1222,"lemma":"בְּצַר","transliteration":"bᵉtsar","pronunciation":"bets-ar'","derivation":"another form for H1220 (בֶּצֶר);","strongs_definition":"gold","kjv_definition":"gold."} +{"id":"H1223","strongs_number":"H1223","system":"hebrew","language":"hebrew","number_value":1223,"lemma":"בׇּצְרָה","transliteration":"botsrâh","pronunciation":"bots-raw'","derivation":"feminine from H1219 (בָּצַר);","strongs_definition":"an enclosure, i.e. sheep fold","kjv_definition":"Bozrah."} +{"id":"H1224","strongs_number":"H1224","system":"hebrew","language":"hebrew","number_value":1224,"lemma":"בׇּצְרָה","transliteration":"Botsrâh","pronunciation":"bots-raw'","derivation":"the same as H1223 (בׇּצְרָה);","strongs_definition":"Botsrah, a place in Edom","kjv_definition":"Bozrah."} +{"id":"H1225","strongs_number":"H1225","system":"hebrew","language":"hebrew","number_value":1225,"lemma":"בִּצָּרוֹן","transliteration":"bitstsârôwn","pronunciation":"bits-tsaw-rone'","derivation":"masculine intensive from H1219 (בָּצַר);","strongs_definition":"a fortress","kjv_definition":"stronghold."} +{"id":"H1226","strongs_number":"H1226","system":"hebrew","language":"hebrew","number_value":1226,"lemma":"בַּצֹּרֶת","transliteration":"batstsôreth","pronunciation":"bats-tso'-reth","derivation":"feminine intensive from H1219 (בָּצַר);","strongs_definition":"restraint (of rain), i.e. drought","kjv_definition":"dearth, drought."} +{"id":"H1227","strongs_number":"H1227","system":"hebrew","language":"hebrew","number_value":1227,"lemma":"בַּקְבּוּק","transliteration":"Baqbûwq","pronunciation":"bak-book'","derivation":"the same as H1228 (בַּקְבֻּק)xlit baqbûk corrected to baqbuq;","strongs_definition":"Bakbuk, one of the Nethinim","kjv_definition":"Bakbuk."} +{"id":"H1228","strongs_number":"H1228","system":"hebrew","language":"hebrew","number_value":1228,"lemma":"בַּקְבֻּק","transliteration":"baqbuq","pronunciation":"bak-book'","derivation":"from H1238 (בָּקַק);","strongs_definition":"a bottle (from the gurgling in emptying)","kjv_definition":"bottle, cruse."} +{"id":"H1229","strongs_number":"H1229","system":"hebrew","language":"hebrew","number_value":1229,"lemma":"בַּקְבֻּקְיָה","transliteration":"Baqbuqyâh","pronunciation":"bak-book-yaw'","derivation":"from H1228 (בַּקְבֻּק)xlit baqbûk corrected to baqbuq and H3050 (יָהּ); emptying (i.e. wasting) of Jah;","strongs_definition":"Bakbukjah, an Israelite","kjv_definition":"Bakbukiah."} +{"id":"H1230","strongs_number":"H1230","system":"hebrew","language":"hebrew","number_value":1230,"lemma":"בַּקְבַּקַּר","transliteration":"Baqbaqqar","pronunciation":"bak-bak-kar'","derivation":"reduplicated from H1239 (בָּקַר); searcher;","strongs_definition":"Bakbakkar, an Israelite","kjv_definition":"Bakbakkar."} +{"id":"H1231","strongs_number":"H1231","system":"hebrew","language":"hebrew","number_value":1231,"lemma":"בֻּקִּי","transliteration":"Buqqîy","pronunciation":"book-kee'","derivation":"from H1238 (בָּקַק); wasteful;","strongs_definition":"Bukki, the name of two Israelites","kjv_definition":"Bukki."} +{"id":"H1232","strongs_number":"H1232","system":"hebrew","language":"hebrew","number_value":1232,"lemma":"בֻּקִּיָּה","transliteration":"Buqqîyâh","pronunciation":"book-kee-yaw'","derivation":"from H1238 (בָּקַק) and H3050 (יָהּ); wasting of Jah;","strongs_definition":"Bukkijah, an Israelite","kjv_definition":"Bukkiah."} +{"id":"H1233","strongs_number":"H1233","system":"hebrew","language":"hebrew","number_value":1233,"lemma":"בְּקִיעַ","transliteration":"bᵉqîyaʻ","pronunciation":"bek-ee'-ah","derivation":"from H1234 (בָּקַע);","strongs_definition":"a fissure","kjv_definition":"breach, cleft."} +{"id":"H1234","strongs_number":"H1234","system":"hebrew","language":"hebrew","number_value":1234,"lemma":"בָּקַע","transliteration":"bâqaʻ","pronunciation":"baw-kah'","derivation":"a primitive root;","strongs_definition":"to cleave; generally, to rend, break, rip or open","kjv_definition":"make a breach, break forth (into, out, in pieces, through, up), be ready to burst, cleave (asunder), cut out, divide, hatch, rend (asunder), rip up, tear, win."} +{"id":"H1235","strongs_number":"H1235","system":"hebrew","language":"hebrew","number_value":1235,"lemma":"בֶּקַע","transliteration":"beqaʻ","pronunciation":"beh'-kah","derivation":"from H1234 (בָּקַע);","strongs_definition":"a section (half) of ashekel, i.e. a beka (a weight and a coin)","kjv_definition":"bekah, half a shekel."} +{"id":"H1236","strongs_number":"H1236","system":"hebrew","language":"hebrew","number_value":1236,"lemma":"בִּקְעָא","transliteration":"biqʻâʼ","pronunciation":"bik-aw'","derivation":"(Aramaic) corresponding to H1237 (בִּקְעָה)","strongs_definition":"{properly, a split, i.e. a wide level valley between mountains}","kjv_definition":"plain."} +{"id":"H1237","strongs_number":"H1237","system":"hebrew","language":"hebrew","number_value":1237,"lemma":"בִּקְעָה","transliteration":"biqʻâh","pronunciation":"bik-aw'","derivation":"from H1234 (בָּקַע);","strongs_definition":"properly, a split, i.e. a wide level valley between mountains","kjv_definition":"plain, valley."} +{"id":"H1238","strongs_number":"H1238","system":"hebrew","language":"hebrew","number_value":1238,"lemma":"בָּקַק","transliteration":"bâqaq","pronunciation":"baw-kah'","derivation":"a primitive root;","strongs_definition":"to pour out, i.e. to empty, figuratively, to depopulate; by analogy, to spread out (as a fruitful vine)","kjv_definition":"(make) empty (out), fail, [idiom] utterly, make void."} +{"id":"H1239","strongs_number":"H1239","system":"hebrew","language":"hebrew","number_value":1239,"lemma":"בָּקַר","transliteration":"bâqar","pronunciation":"baw-kar","derivation":"a primitive root;","strongs_definition":"properly, to plough, or (generally) break forth, i.e. (figuratively) to inspect, admire, care for, consider","kjv_definition":"(make) inquire (-ry), (make) search, seek out."} +{"id":"H1240","strongs_number":"H1240","system":"hebrew","language":"hebrew","number_value":1240,"lemma":"בְּקַר","transliteration":"bᵉqar","pronunciation":"bek-ar'","derivation":"(Aramaic) corresponding to H1239 (בָּקַר)","strongs_definition":"{properly, to plough, or (generally) break forth, i.e. (figuratively) to inspect, admire, care for, consider}","kjv_definition":"inquire, make search."} +{"id":"H1241","strongs_number":"H1241","system":"hebrew","language":"hebrew","number_value":1241,"lemma":"בָּקָר","transliteration":"bâqâr","pronunciation":"baw-kawr'","derivation":"from H1239 (בָּקַר);","strongs_definition":"beef cattle or an animal of the ox family of either gender (as used for plowing); collectively, a herd","kjv_definition":"beeve, bull ([phrase] -ock), [phrase] calf, [phrase] cow, great (cattle), [phrase] heifer, herd, kine, ox."} +{"id":"H1242","strongs_number":"H1242","system":"hebrew","language":"hebrew","number_value":1242,"lemma":"בֹּקֶר","transliteration":"bôqer","pronunciation":"bo'-ker","derivation":"from H1239 (בָּקַר);","strongs_definition":"properly, dawn (as the break of day); generally, morning","kjv_definition":"([phrase]) day, early, morning, morrow."} +{"id":"H1243","strongs_number":"H1243","system":"hebrew","language":"hebrew","number_value":1243,"lemma":"בַּקָּרָה","transliteration":"baqqârâh","pronunciation":"bak-kaw-raw'","derivation":"intensive from H1239 (בָּקַר);","strongs_definition":"a looking after","kjv_definition":"seek out."} +{"id":"H1244","strongs_number":"H1244","system":"hebrew","language":"hebrew","number_value":1244,"lemma":"בִּקֹּרֶת","transliteration":"biqqôreth","pronunciation":"bik-ko-reth","derivation":"from H1239 (בָּקַר);","strongs_definition":"properly, examination, i.e. (by implication) punishment","kjv_definition":"scourged."} +{"id":"H1245","strongs_number":"H1245","system":"hebrew","language":"hebrew","number_value":1245,"lemma":"בָּקַשׁ","transliteration":"bâqash","pronunciation":"baw-kash'","derivation":"a primitive root;","strongs_definition":"to search out (by any method, specifically in worship or prayer); by implication, to strive after","kjv_definition":"ask, beg, beseech, desire, enquire, get, make inquisition, procure, (make) request, require, seek (for)."} +{"id":"H1246","strongs_number":"H1246","system":"hebrew","language":"hebrew","number_value":1246,"lemma":"בַּקָּשָׁה","transliteration":"baqqâshâh","pronunciation":"bak-kaw-shaw'","derivation":"from H1245 (בָּקַשׁ);","strongs_definition":"a petition","kjv_definition":"request."} +{"id":"H1247","strongs_number":"H1247","system":"hebrew","language":"hebrew","number_value":1247,"lemma":"בַּר","transliteration":"bar","pronunciation":"bar","derivation":"(Aramaic) corresponding to H1121 (בֵּן);","strongs_definition":"a son, grandson, etc.","kjv_definition":"[idiom] old, son."} +{"id":"H1248","strongs_number":"H1248","system":"hebrew","language":"hebrew","number_value":1248,"lemma":"בַּר","transliteration":"bar","pronunciation":"bar","derivation":"borrowed (as a title) from H1247 (בַּר);","strongs_definition":"the heir (apparent to the throne)","kjv_definition":"son."} +{"id":"H1249","strongs_number":"H1249","system":"hebrew","language":"hebrew","number_value":1249,"lemma":"בַּר","transliteration":"bar","pronunciation":"bar","derivation":"from H1305 (בָּרַר) (in its various senses);","strongs_definition":"beloved; also pure, empty","kjv_definition":"choice, clean, clear, pure."} +{"id":"H1250","strongs_number":"H1250","system":"hebrew","language":"hebrew","number_value":1250,"lemma":"בָּר","transliteration":"bâr","pronunciation":"bawr","derivation":"or בַּר; from H1305 (בָּרַר) (in the sense of winnowing);","strongs_definition":"grain of any kind (even while standing in the field); by extension the open country","kjv_definition":"corn, wheat."} +{"id":"H1251","strongs_number":"H1251","system":"hebrew","language":"hebrew","number_value":1251,"lemma":"בַּר","transliteration":"bar","pronunciation":"bar","derivation":"(Aramaic) corresponding to H1250 (בָּר);","strongs_definition":"a field","kjv_definition":"field."} +{"id":"H1252","strongs_number":"H1252","system":"hebrew","language":"hebrew","number_value":1252,"lemma":"בֹּר","transliteration":"bôr","pronunciation":"bore","derivation":"from H1305 (בָּרַר);","strongs_definition":"purify","kjv_definition":"cleanness, pureness."} +{"id":"H1253","strongs_number":"H1253","system":"hebrew","language":"hebrew","number_value":1253,"lemma":"בֹּר","transliteration":"bôr","pronunciation":"bore","derivation":"the same as H1252 (בֹּר);","strongs_definition":"vegetable lye (from its cleansing); used as a soap forwashing, or a flux formetals","kjv_definition":"[idiom] never so, purely."} +{"id":"H1254","strongs_number":"H1254","system":"hebrew","language":"hebrew","number_value":1254,"lemma":"בָּרָא","transliteration":"bârâʼ","pronunciation":"baw-raw'","derivation":"a primitive root;","strongs_definition":"(absolutely) to create; (qualified) to cut down (a wood), select, feed (as formative processes)","kjv_definition":"choose, create (creator), cut down, dispatch, do, make (fat)."} +{"id":"H1255","strongs_number":"H1255","system":"hebrew","language":"hebrew","number_value":1255,"lemma":"בְּרֹאדַךְ בַּלְאֲדָן","transliteration":"Bᵉrôʼdak Balʼădân","pronunciation":"ber-o-dak' bal-ad-awn'","derivation":"a variation of H4757 (מְרֹאדַךְ בַּלְאָדָן);","strongs_definition":"Berodak-Baladan, a Babylonian king","kjv_definition":"Berodach-baladan.Birliy."} +{"id":"H1256","strongs_number":"H1256","system":"hebrew","language":"hebrew","number_value":1256,"lemma":"בְּרָאיָה","transliteration":"Bᵉrâʼyâh","pronunciation":"ber-aw-yaw'","derivation":"from H1254 (בָּרָא) and H8050 (שְׁמוּאֵל); Jah has created;","strongs_definition":"Berajah, an Israelite","kjv_definition":"Beraiah."} +{"id":"H1257","strongs_number":"H1257","system":"hebrew","language":"hebrew","number_value":1257,"lemma":"בַּרְבֻּר","transliteration":"barbur","pronunciation":"bar-boor'","derivation":"by reduplication from H1250 (בָּר);","strongs_definition":"a fowl (as fattened on grain)","kjv_definition":"fowl."} +{"id":"H1258","strongs_number":"H1258","system":"hebrew","language":"hebrew","number_value":1258,"lemma":"בָּרַד","transliteration":"bârad","pronunciation":"baw-rad'","derivation":"a primitive root,","strongs_definition":"to hail","kjv_definition":"hail."} +{"id":"H1259","strongs_number":"H1259","system":"hebrew","language":"hebrew","number_value":1259,"lemma":"בָּרָד","transliteration":"bârâd","pronunciation":"baw-rawd'","derivation":"from H1258 (בָּרַד);","strongs_definition":"hail","kjv_definition":"hail(stones)."} +{"id":"H1260","strongs_number":"H1260","system":"hebrew","language":"hebrew","number_value":1260,"lemma":"בֶּרֶד","transliteration":"Bered","pronunciation":"beh'red","derivation":"from H1258 (בָּרַד); hail;","strongs_definition":"Bered, the name of a place south of Palestine, also of an Israelite","kjv_definition":"Bered."} +{"id":"H1261","strongs_number":"H1261","system":"hebrew","language":"hebrew","number_value":1261,"lemma":"בָּרֹד","transliteration":"bârôd","pronunciation":"baw-rode'","derivation":"from H1258 (בָּרַד);","strongs_definition":"spotted (as if with hail)","kjv_definition":"grisled."} +{"id":"H1262","strongs_number":"H1262","system":"hebrew","language":"hebrew","number_value":1262,"lemma":"בָּרָה","transliteration":"bârâh","pronunciation":"baw-raw'","derivation":"a primitive root; to select; also (as denominative from H1250 (בָּר)) to feed; also (as equivalent to H1305 (בָּרַר)) to render clear (Ecclesiastes 3:18)","strongs_definition":"to select; to feed; to render clear","kjv_definition":"choose, (cause to) eat, manifest, (give) meat."} +{"id":"H1263","strongs_number":"H1263","system":"hebrew","language":"hebrew","number_value":1263,"lemma":"בָּרוּךְ","transliteration":"Bârûwk","pronunciation":"baw-rook'","derivation":"passive participle from H1288 (בָרַךְ); blessed;","strongs_definition":"Baruk, the name of three Israelites","kjv_definition":"Baruch."} +{"id":"H1264","strongs_number":"H1264","system":"hebrew","language":"hebrew","number_value":1264,"lemma":"בְּרוֹם","transliteration":"bᵉrôwm","pronunciation":"ber-ome'","derivation":"probably of foreign origin;","strongs_definition":"damask (stuff of variegated thread)","kjv_definition":"rich apparel."} +{"id":"H1265","strongs_number":"H1265","system":"hebrew","language":"hebrew","number_value":1265,"lemma":"בְּרוֹשׁ","transliteration":"bᵉrôwsh","pronunciation":"ber-osh'","derivation":"of uncertain derivation;","strongs_definition":"a cypress (?) tree; hence, a lance or a musical instrument (as made of that wood)","kjv_definition":"fir (tree)."} +{"id":"H1266","strongs_number":"H1266","system":"hebrew","language":"hebrew","number_value":1266,"lemma":"בְּרוֹת","transliteration":"bᵉrôwth","pronunciation":"ber-oth'","derivation":"a variation of H1265 (בְּרוֹשׁ);","strongs_definition":"the cypress (or some elastic tree)","kjv_definition":"fir."} +{"id":"H1267","strongs_number":"H1267","system":"hebrew","language":"hebrew","number_value":1267,"lemma":"בָּרוּת","transliteration":"bârûwth","pronunciation":"baw-rooth","derivation":"from H1262 (בָּרָה);","strongs_definition":"food","kjv_definition":"meat."} +{"id":"H1268","strongs_number":"H1268","system":"hebrew","language":"hebrew","number_value":1268,"lemma":"בֵּרוֹתָה","transliteration":"Bêrôwthâh","pronunciation":"bay-ro-thaw'","derivation":"or בֵּרֹתַי; probably from H1266 (בְּרוֹת)lemma בֻּרוֹת first vowel, corrected to בְּרוֹת; cypress or cypresslike;","strongs_definition":"Berothah or Berothai, a place north of Palestine","kjv_definition":"Berothah, Berothai."} +{"id":"H1269","strongs_number":"H1269","system":"hebrew","language":"hebrew","number_value":1269,"lemma":"בִּרְזוֹת","transliteration":"Birzôwth","pronunciation":"beer-zoth'","derivation":"probably feminine plural from an unused root (apparently mean to pierce); holes;","strongs_definition":"Birzoth, an Israelite","kjv_definition":"Birzavith (from the marg.)."} +{"id":"H1270","strongs_number":"H1270","system":"hebrew","language":"hebrew","number_value":1270,"lemma":"בַּרְזֶל","transliteration":"barzel","pronunciation":"bar-zel'","derivation":"perhaps from the root of H1269 (בִּרְזוֹת);","strongs_definition":"iron (as cutting); by extension, an iron implement","kjv_definition":"(ax) head, iron."} +{"id":"H1271","strongs_number":"H1271","system":"hebrew","language":"hebrew","number_value":1271,"lemma":"בַּרְזִלַּי","transliteration":"Barzillay","pronunciation":"bar-zil-lah'-ee","derivation":"from H1270 (בַּרְזֶל); iron-hearted;","strongs_definition":"Barzillai, the name of three Israelites","kjv_definition":"Barzillai."} +{"id":"H1272","strongs_number":"H1272","system":"hebrew","language":"hebrew","number_value":1272,"lemma":"בָּרַח","transliteration":"bârach","pronunciation":"baw-rakh'","derivation":"a primitive root;","strongs_definition":"to bolt, i.e. figuratively, to flee suddenly","kjv_definition":"chase (away); drive away, fain, flee (away), put to flight, make haste, reach, run away, shoot."} +{"id":"H1273","strongs_number":"H1273","system":"hebrew","language":"hebrew","number_value":1273,"lemma":"בַּרְחֻמִי","transliteration":"Barchumîy","pronunciation":"bar-khoo-mee'","derivation":"by transposition for H978 (בַּחֲרוּמִי);","strongs_definition":"a Barchumite, or native of Bachurim","kjv_definition":"Barhumite."} +{"id":"H1274","strongs_number":"H1274","system":"hebrew","language":"hebrew","number_value":1274,"lemma":"בְּרִי","transliteration":"bᵉrîy","pronunciation":"ber-ee'","derivation":"from H1262 (בָּרָה);","strongs_definition":"fat","kjv_definition":"fat."} +{"id":"H1275","strongs_number":"H1275","system":"hebrew","language":"hebrew","number_value":1275,"lemma":"בֵּרִי","transliteration":"Bêrîy","pronunciation":"bay-ree'","derivation":"probably by contraction from H882 (בְּאֵרִי);","strongs_definition":"Beri, an Israelite","kjv_definition":"Beri."} +{"id":"H1276","strongs_number":"H1276","system":"hebrew","language":"hebrew","number_value":1276,"lemma":"בֵּרִי","transliteration":"Bêrîy","pronunciation":"bay-ree'","derivation":"of uncertain derivation;","strongs_definition":"(only in the plural and with the article) the Berites, a place in Palestine","kjv_definition":"Berites."} +{"id":"H1277","strongs_number":"H1277","system":"hebrew","language":"hebrew","number_value":1277,"lemma":"בָּרִיא","transliteration":"bârîyʼ","pronunciation":"baw-ree'","derivation":"from H1254 (בָּרָא) (in the sense of H1262 (בָּרָה));","strongs_definition":"fatted or plump","kjv_definition":"fat ((fleshed), -ter), fed, firm, plenteous, rank."} +{"id":"H1278","strongs_number":"H1278","system":"hebrew","language":"hebrew","number_value":1278,"lemma":"בְּרִיאָה","transliteration":"bᵉrîyʼâh","pronunciation":"ber-ee-aw'","derivation":"feminine from H1254 (בָּרָא);","strongs_definition":"a creation, i.e. a novelty","kjv_definition":"new thing."} +{"id":"H1279","strongs_number":"H1279","system":"hebrew","language":"hebrew","number_value":1279,"lemma":"בִּרְיָה","transliteration":"biryâh","pronunciation":"beer-yaw'","derivation":"feminine from H1262 (בָּרָה);","strongs_definition":"food","kjv_definition":"meat."} +{"id":"H1280","strongs_number":"H1280","system":"hebrew","language":"hebrew","number_value":1280,"lemma":"בְּרִיחַ","transliteration":"bᵉrîyach","pronunciation":"ber-ee'-akh","derivation":"from H1272 (בָּרַח);","strongs_definition":"a bolt","kjv_definition":"bar, fugitive."} +{"id":"H1281","strongs_number":"H1281","system":"hebrew","language":"hebrew","number_value":1281,"lemma":"בָּרִיחַ","transliteration":"bârîyach","pronunciation":"baw-ree'-akh","derivation":"or בָּרִחַ; (shortened) from H1272 (בָּרַח);","strongs_definition":"a fugitive, i.e. the serpent (as fleeing), and the constellation by that name","kjv_definition":"crooked, noble, piercing."} +{"id":"H1282","strongs_number":"H1282","system":"hebrew","language":"hebrew","number_value":1282,"lemma":"בָּרִיחַ","transliteration":"Bârîyach","pronunciation":"baw-ree'-akh","derivation":"the same as H1281 (בָּרִיחַ);","strongs_definition":"Bariach, an Israelite","kjv_definition":"Bariah."} +{"id":"H1283","strongs_number":"H1283","system":"hebrew","language":"hebrew","number_value":1283,"lemma":"בְּרִיעָה","transliteration":"Bᵉrîyʻâh","pronunciation":"ber-ee'-aw","derivation":"apparently from the feminine of H7451 (רַע) with a prepositional prefix; in trouble;","strongs_definition":"Beriah, the name of four Israelites","kjv_definition":"Beriah."} +{"id":"H1284","strongs_number":"H1284","system":"hebrew","language":"hebrew","number_value":1284,"lemma":"בְּרִיעִי","transliteration":"Bᵉrîyʻîy","pronunciation":"ber-ee-ee'","derivation":"patronymically from H1283 (בְּרִיעָה);","strongs_definition":"a Beriite (collectively) or descendants of Beriah","kjv_definition":"Beerites."} +{"id":"H1285","strongs_number":"H1285","system":"hebrew","language":"hebrew","number_value":1285,"lemma":"בְּרִית","transliteration":"bᵉrîyth","pronunciation":"ber-eeth'","derivation":"from H1262 (בָּרָה) (in the sense of cutting (like H1254 (בָּרָא)));","strongs_definition":"a compact (because made by passing between pieces of flesh)","kjv_definition":"confederacy, (con-) feder(-ate), covenant, league."} +{"id":"H1286","strongs_number":"H1286","system":"hebrew","language":"hebrew","number_value":1286,"lemma":"בְּרִית","transliteration":"Bᵉrîyth","pronunciation":"ber-eeth'","derivation":"the same as H1285 (בְּרִית);","strongs_definition":"Berith, a Shechemitish deity","kjv_definition":"Berith."} +{"id":"H1287","strongs_number":"H1287","system":"hebrew","language":"hebrew","number_value":1287,"lemma":"בֹּרִית","transliteration":"bôrîyth","pronunciation":"bo-reeth'","derivation":"feminine of H1253 (בֹּר);","strongs_definition":"vegetable alkali","kjv_definition":"sope."} +{"id":"H1288","strongs_number":"H1288","system":"hebrew","language":"hebrew","number_value":1288,"lemma":"בָרַךְ","transliteration":"bârak","pronunciation":"baw-rak'","derivation":"a primitive root;","strongs_definition":"to kneel; by implication to bless God (as an act of adoration), and (vice-versa) man (as a benefit); also (by euphemism) to curse (God or the king, as treason)","kjv_definition":"[idiom] abundantly, [idiom] altogether, [idiom] at all, blaspheme, bless, congratulate, curse, [idiom] greatly, [idiom] indeed, kneel (down), praise, salute, [idiom] still, thank."} +{"id":"H1289","strongs_number":"H1289","system":"hebrew","language":"hebrew","number_value":1289,"lemma":"בְּרַךְ","transliteration":"bᵉrak","pronunciation":"ber-ak'","derivation":"(Aramaic) corresponding to H1288 (בָרַךְ)","strongs_definition":"{to kneel; by implication to bless God (as an act of adoration), and (vice-versa) man (as a benefit); also (by euphemism) to curse (God or the king, as treason)}","kjv_definition":"bless, kneel."} +{"id":"H1290","strongs_number":"H1290","system":"hebrew","language":"hebrew","number_value":1290,"lemma":"בֶּרֶךְ","transliteration":"berek","pronunciation":"beh'-rek","derivation":"from H1288 (בָרַךְ);","strongs_definition":"a knee","kjv_definition":"knee."} +{"id":"H1291","strongs_number":"H1291","system":"hebrew","language":"hebrew","number_value":1291,"lemma":"בֶּרֶךְ","transliteration":"berek","pronunciation":"beh'-rek","derivation":"(Aramaic) corresponding to H1290 (בֶּרֶךְ)","strongs_definition":"{a knee}","kjv_definition":"knee."} +{"id":"H1292","strongs_number":"H1292","system":"hebrew","language":"hebrew","number_value":1292,"lemma":"בָּרַכְאֵל","transliteration":"Bârakʼêl","pronunciation":"baw-rak-ale'","derivation":"from H1288 (בָרַךְ) and H410 (אֵל), God has blessed;","strongs_definition":"Barakel, the father of one of Job's friends","kjv_definition":"Barachel."} +{"id":"H1293","strongs_number":"H1293","system":"hebrew","language":"hebrew","number_value":1293,"lemma":"בְּרָכָה","transliteration":"Bᵉrâkâh","pronunciation":"ber-aw-kaw'","derivation":"from H1288 (בָרַךְ);","strongs_definition":"benediction; by implication prosperity","kjv_definition":"blessing, liberal, pool, present."} +{"id":"H1294","strongs_number":"H1294","system":"hebrew","language":"hebrew","number_value":1294,"lemma":"בְּרָכָה","transliteration":"Bᵉrâkâh","pronunciation":"ber-aw-kaw'","derivation":"the same as H1293 (בְּרָכָה);","strongs_definition":"Berakah, the name of an Israelite, and also of a valley in Palestine","kjv_definition":"Berachah."} +{"id":"H1295","strongs_number":"H1295","system":"hebrew","language":"hebrew","number_value":1295,"lemma":"בְּרֵכָה","transliteration":"bᵉrêkâh","pronunciation":"ber-ay-kaw'","derivation":"from H1288 (בָרַךְ);","strongs_definition":"a reservoir (at which camels kneel as a resting-place)","kjv_definition":"(fish-) pool."} +{"id":"H1296","strongs_number":"H1296","system":"hebrew","language":"hebrew","number_value":1296,"lemma":"בֶּרֶכְיָה","transliteration":"Berekyâh","pronunciation":"beh-rek-yaw'","derivation":"or בֶּרֶכְיָהוּ; from H1290 (בֶּרֶךְ) and H3050 (יָהּ); knee (i.e. blessing) of Jah;","strongs_definition":"Berekjah, the name of six Israelites","kjv_definition":"Berachiah, Berechiah."} +{"id":"H1297","strongs_number":"H1297","system":"hebrew","language":"hebrew","number_value":1297,"lemma":"בְּרַם","transliteration":"bᵉram","pronunciation":"ber-am'","derivation":"(Aramaic) perhaps from H7313 (רוּם) with a prepositional prefix;","strongs_definition":"properly, highly, i.e. surely; but used adversatively, however","kjv_definition":"but, nevertheless, yet."} +{"id":"H1298","strongs_number":"H1298","system":"hebrew","language":"hebrew","number_value":1298,"lemma":"בֶּרַע","transliteration":"Beraʻ","pronunciation":"beh'-rah","derivation":"of uncertain derivation;","strongs_definition":"Bera, a Sodomitish king","kjv_definition":"Bera."} +{"id":"H1299","strongs_number":"H1299","system":"hebrew","language":"hebrew","number_value":1299,"lemma":"בָּרַק","transliteration":"bâraq","pronunciation":"baw-rak'","derivation":"a primitive root;","strongs_definition":"to lighten (lightning)","kjv_definition":"cast forth."} +{"id":"H1300","strongs_number":"H1300","system":"hebrew","language":"hebrew","number_value":1300,"lemma":"בָּרָק","transliteration":"bârâq","pronunciation":"baw-rawk'","derivation":"from H1299 (בָּרַק);","strongs_definition":"lightning; by analogy, a gleam; concretely, a flashing sword","kjv_definition":"bright, glitter(-ing sword), lightning."} +{"id":"H1301","strongs_number":"H1301","system":"hebrew","language":"hebrew","number_value":1301,"lemma":"בָּרָק","transliteration":"Bârâq","pronunciation":"baw-rawk'","derivation":"the same as H1300 (בָּרָק);","strongs_definition":"Barak, an Israelite","kjv_definition":"Barak."} +{"id":"H1302","strongs_number":"H1302","system":"hebrew","language":"hebrew","number_value":1302,"lemma":"בַּרְקוֹס","transliteration":"Barqôwç","pronunciation":"bar-kose'","derivation":"of uncertain derivation;","strongs_definition":"Barkos, one of the Nethimim","kjv_definition":"Barkos."} +{"id":"H1303","strongs_number":"H1303","system":"hebrew","language":"hebrew","number_value":1303,"lemma":"בַּרְקָן","transliteration":"barqân","pronunciation":"bar-kwan'","derivation":"from H1300 (בָּרָק);","strongs_definition":"a thorn (perhaps as burning brightly)","kjv_definition":"brier."} +{"id":"H1304","strongs_number":"H1304","system":"hebrew","language":"hebrew","number_value":1304,"lemma":"בָּרֶקֶת","transliteration":"bâreqeth","pronunciation":"baw-reh'-keth","derivation":"or בָּרְקַתxlit bârᵉkath corrected to bârᵉqath; from H1300 (בָּרָק);","strongs_definition":"a gem (as flashing), perhaps the emerald","kjv_definition":"carbuncle."} +{"id":"H1305","strongs_number":"H1305","system":"hebrew","language":"hebrew","number_value":1305,"lemma":"בָּרַר","transliteration":"bârar","pronunciation":"baw-rar'","derivation":"a primitive root;","strongs_definition":"to clarify (i.e. brighten), examine, select","kjv_definition":"make bright, choice, chosen, cleanse (be clean), clearly, polished, (shew self) pure(-ify), purge (out)."} +{"id":"H1306","strongs_number":"H1306","system":"hebrew","language":"hebrew","number_value":1306,"lemma":"בִּרְשַׁע","transliteration":"Birshaʻ","pronunciation":"beer-shah'","derivation":"probably from H7562 (רֶשַׁע) with a prepositional prefix; with wickedness;","strongs_definition":"Birsha, a king of Gomorrah","kjv_definition":"Birsha."} +{"id":"H1307","strongs_number":"H1307","system":"hebrew","language":"hebrew","number_value":1307,"lemma":"בֵּרֹתִי","transliteration":"Bêrôthîy","pronunciation":"bay-ro-thee'","derivation":"patrial from H1268 (בֵּרוֹתָה);","strongs_definition":"a Berothite, or inhabitant of Berothai","kjv_definition":"Berothite."} +{"id":"H1308","strongs_number":"H1308","system":"hebrew","language":"hebrew","number_value":1308,"lemma":"בְּשׂוֹר","transliteration":"Bᵉsôwr","pronunciation":"bes-ore'","derivation":"from H1319 (בָּשַׂר); cheerful;","strongs_definition":"Besor, a stream of Palestine","kjv_definition":"Besor."} +{"id":"H1309","strongs_number":"H1309","system":"hebrew","language":"hebrew","number_value":1309,"lemma":"בְּשׂוֹרָה","transliteration":"bᵉsôwrâh","pronunciation":"bes-o-raw'","derivation":"or (shortened) בְּשֹׂרָה; feminine from H1319 (בָּשַׂר);","strongs_definition":"glad tidings; by implication, reward forgood news","kjv_definition":"reward for tidings."} +{"id":"H1310","strongs_number":"H1310","system":"hebrew","language":"hebrew","number_value":1310,"lemma":"בָּשַׁל","transliteration":"bâshal","pronunciation":"baw-shal'","derivation":"a primitive root;","strongs_definition":"properly, to boil up; hence, to be done in cooking; figuratively to ripen","kjv_definition":"bake, boil, bring forth, roast, seethe, sod (be sodden)."} +{"id":"H1311","strongs_number":"H1311","system":"hebrew","language":"hebrew","number_value":1311,"lemma":"בָּשֵׁל","transliteration":"bâshêl","pronunciation":"baw-shale'","derivation":"from H1310 (בָּשַׁל);","strongs_definition":"boiled","kjv_definition":"[idiom] at all, sodden."} +{"id":"H1312","strongs_number":"H1312","system":"hebrew","language":"hebrew","number_value":1312,"lemma":"בִּשְׁלָם","transliteration":"Bishlâm","pronunciation":"bish-lawm'","derivation":"of foreign derivation;","strongs_definition":"Bishlam, a Persian","kjv_definition":"Bishlam."} +{"id":"H1313","strongs_number":"H1313","system":"hebrew","language":"hebrew","number_value":1313,"lemma":"בָּשָׂם","transliteration":"bâsâm","pronunciation":"baw-sawm'","derivation":"from an unused root meaning to be fragrant; (compare H5561 (סַם))","strongs_definition":"the balsam plant","kjv_definition":"spice."} +{"id":"H1314","strongs_number":"H1314","system":"hebrew","language":"hebrew","number_value":1314,"lemma":"בֶּשֶׂם","transliteration":"besem","pronunciation":"beh'-sem","derivation":"or בֹּשֶׂם; from the same as H1313 (בָּשָׂם);","strongs_definition":"fragrance; by implication, spicery; also the balsam plant","kjv_definition":"smell, spice, sweet (odour)."} +{"id":"H1315","strongs_number":"H1315","system":"hebrew","language":"hebrew","number_value":1315,"lemma":"בׇּשְׂמַת","transliteration":"Bosmath","pronunciation":"bos-math'","derivation":"feminine of H1314 (בֶּשֶׂם) (the second form); fragrance;","strongs_definition":"Bosmath, the name of a wife of Esau, and of a daughter of Solomon","kjv_definition":"Bashemath, Basmath."} +{"id":"H1316","strongs_number":"H1316","system":"hebrew","language":"hebrew","number_value":1316,"lemma":"בָּשָׁן","transliteration":"Bâshân","pronunciation":"baw-shawn'","derivation":"of uncertain derivation;","strongs_definition":"Bashan (often with the article), a region East of the Jordan","kjv_definition":"Bashan."} +{"id":"H1317","strongs_number":"H1317","system":"hebrew","language":"hebrew","number_value":1317,"lemma":"בׇּשְׁנָה","transliteration":"boshnâh","pronunciation":"bosh-naw'","derivation":"feminine from H954 (בּוּשׁ);","strongs_definition":"shamefulness","kjv_definition":"shame."} +{"id":"H1318","strongs_number":"H1318","system":"hebrew","language":"hebrew","number_value":1318,"lemma":"בָּשַׁס","transliteration":"bâshaç","pronunciation":"baw-shas'","derivation":"a primitive root;","strongs_definition":"to trample down","kjv_definition":"tread."} +{"id":"H1319","strongs_number":"H1319","system":"hebrew","language":"hebrew","number_value":1319,"lemma":"בָּשַׂר","transliteration":"bâsar","pronunciation":"baw-sar'","derivation":"a primitive root;","strongs_definition":"properly, to be fresh, i.e. full (rosy, (figuratively) cheerful); to announce (glad news)","kjv_definition":"messenger, preach, publish, shew forth, (bear, bring, carry, preach, good, tell good) tidings."} +{"id":"H1320","strongs_number":"H1320","system":"hebrew","language":"hebrew","number_value":1320,"lemma":"בָּשָׂר","transliteration":"bâsâr","pronunciation":"baw-sawr'","derivation":"from H1319 (בָּשַׂר);","strongs_definition":"flesh (from its freshness); by extension, body, person; also (by euphemistically) the pudenda of aman","kjv_definition":"body, (fat, lean) flesh(-ed), kin, (man-) kind, [phrase] nakedness, self, skin."} +{"id":"H1321","strongs_number":"H1321","system":"hebrew","language":"hebrew","number_value":1321,"lemma":"בְּשַׁר","transliteration":"bᵉshar","pronunciation":"bes-ar'","derivation":"(Aramaic) corresponding to H1320 (בָּשָׂר)","strongs_definition":"{flesh (from its freshness); by extension, body, person; also (by euphemistically) the pudenda of aman}","kjv_definition":"flesh."} +{"id":"H1322","strongs_number":"H1322","system":"hebrew","language":"hebrew","number_value":1322,"lemma":"בֹּשֶׁת","transliteration":"bôsheth","pronunciation":"bo'-sheth","derivation":"from H954 (בּוּשׁ);","strongs_definition":"shame (the feeling and the condition, as well as its cause); by implication (specifically) an idol","kjv_definition":"ashamed, confusion, [phrase] greatly, (put to) shame(-ful thing)."} +{"id":"H1323","strongs_number":"H1323","system":"hebrew","language":"hebrew","number_value":1323,"lemma":"בַּת","transliteration":"bath","pronunciation":"bath","derivation":"from H1129 (בָּנָה) (as feminine of H1121 (בֵּן));","strongs_definition":"a daughter (used in the same wide sense as other terms of relationship, literally and figuratively)","kjv_definition":"apple (of the eye), branch, company, daughter, [idiom] first, [idiom] old, [phrase] owl, town, village."} +{"id":"H1324","strongs_number":"H1324","system":"hebrew","language":"hebrew","number_value":1324,"lemma":"בַּת","transliteration":"bath","pronunciation":"bath","derivation":"probably from the same as H1327 (בַּתָּה);","strongs_definition":"a bath or Hebrew measure (as a means of division) of liquids","kjv_definition":"bath."} +{"id":"H1325","strongs_number":"H1325","system":"hebrew","language":"hebrew","number_value":1325,"lemma":"בַּת","transliteration":"bath","pronunciation":"bath","derivation":"(Aramaic) corresponding to H1324 (בַּת)","strongs_definition":"{a bath or Hebrew measure (as a means of division) of liquids}","kjv_definition":"bath."} +{"id":"H1326","strongs_number":"H1326","system":"hebrew","language":"hebrew","number_value":1326,"lemma":"בָּתָה","transliteration":"bâthâh","pronunciation":"baw-thaw'","derivation":"probably an orthographical variation for H1327 (בַּתָּה);","strongs_definition":"desolation","kjv_definition":"waste."} +{"id":"H1327","strongs_number":"H1327","system":"hebrew","language":"hebrew","number_value":1327,"lemma":"בַּתָּה","transliteration":"battâh","pronunciation":"bat-taw'","derivation":"feminine from an unused root (meaning to break in pieces);","strongs_definition":"desolation","kjv_definition":"desolate."} +{"id":"H1328","strongs_number":"H1328","system":"hebrew","language":"hebrew","number_value":1328,"lemma":"בְּתוּאֵל","transliteration":"Bᵉthûwʼêl","pronunciation":"beth-oo-ale'","derivation":"apparently from the same as H1326 (בָּתָה) and H410 (אֵל); destroyed of God;","strongs_definition":"Bethuel, the name of a nephew of Abraham, and of a place in Palestine","kjv_definition":"Bethuel. Compare H1329 (בְּתוּל)."} +{"id":"H1329","strongs_number":"H1329","system":"hebrew","language":"hebrew","number_value":1329,"lemma":"בְּתוּל","transliteration":"Bᵉthûwl","pronunciation":"beth-ool'","derivation":"for H1328 (בְּתוּאֵל);","strongs_definition":"Bethul (i.e. Bethuel), a place in Palestine","kjv_definition":"Bethuel."} +{"id":"H1330","strongs_number":"H1330","system":"hebrew","language":"hebrew","number_value":1330,"lemma":"בְּתוּלָה","transliteration":"bᵉthûwlâh","pronunciation":"beth-oo-law'","derivation":"feminine passive participle of an unused root meaning to separate;","strongs_definition":"a virgin (from her privacy); sometimes (by continuation) a bride; also (figuratively) a city or state","kjv_definition":"maid, virgin."} +{"id":"H1331","strongs_number":"H1331","system":"hebrew","language":"hebrew","number_value":1331,"lemma":"בְּתוּלִים","transliteration":"bᵉthûwlîym","pronunciation":"beth-oo-leem'","derivation":"masculine plural of the same as H1330 (בְּתוּלָה);","strongs_definition":"(collectively and abstractly) virginity; by implication and concretely, the tokens of it","kjv_definition":"[idiom] maid, virginity."} +{"id":"H1332","strongs_number":"H1332","system":"hebrew","language":"hebrew","number_value":1332,"lemma":"בִּתְיָה","transliteration":"Bithyâh","pronunciation":"bith-yaw'","derivation":"from H1323 (בַּת) and H3050 (יָהּ); daughter (i.e. worshipper) of Jah;","strongs_definition":"Bithjah, an Egyptian woman","kjv_definition":"Bithiah."} +{"id":"H1333","strongs_number":"H1333","system":"hebrew","language":"hebrew","number_value":1333,"lemma":"בָּתַק","transliteration":"bâthaq","pronunciation":"baw-thak'","derivation":"a primitive root;","strongs_definition":"to cut in pieces","kjv_definition":"thrust through."} +{"id":"H1334","strongs_number":"H1334","system":"hebrew","language":"hebrew","number_value":1334,"lemma":"בָּתַר","transliteration":"bâthar","pronunciation":"baw-thar'","derivation":"a primitive root,","strongs_definition":"to chop up","kjv_definition":"divide."} +{"id":"H1335","strongs_number":"H1335","system":"hebrew","language":"hebrew","number_value":1335,"lemma":"בֶּתֶר","transliteration":"bether","pronunciation":"beh'-ther","derivation":"from H1334 (בָּתַר);","strongs_definition":"a section","kjv_definition":"part, piece."} +{"id":"H1336","strongs_number":"H1336","system":"hebrew","language":"hebrew","number_value":1336,"lemma":"בֶּתֶר","transliteration":"Bether","pronunciation":"beh'-ther","derivation":"the same as H1335 (בֶּתֶר);","strongs_definition":"Bether, a (craggy) place in Palestine","kjv_definition":"Bether."} +{"id":"H1337","strongs_number":"H1337","system":"hebrew","language":"hebrew","number_value":1337,"lemma":"בַּת רַבִּים","transliteration":"Bath Rabbîym","pronunciation":"bath rab-beem'","derivation":"from H1323 (בַּת) and a masculine plural from H7227 (רַב);","strongs_definition":"the daughter (i.e. city) of Rabbah","kjv_definition":"Bath-rabbim."} +{"id":"H1338","strongs_number":"H1338","system":"hebrew","language":"hebrew","number_value":1338,"lemma":"בִּתְרוֹן","transliteration":"Bithrôwn","pronunciation":"bith-rone'","derivation":"from H1334 (בָּתַר); (with the article) the craggy spot;","strongs_definition":"Bithron, a place East of the Jordan","kjv_definition":"Bithron."} +{"id":"H1339","strongs_number":"H1339","system":"hebrew","language":"hebrew","number_value":1339,"lemma":"בַּת־שֶׁבַע","transliteration":"Bath-Shebaʻ","pronunciation":"bath-sheh'-bah","derivation":"from H1323 (בַּת) and H7651 (שֶׁבַע) (in the sense of H7650 (שָׁבַע)); daughter of an oath;","strongs_definition":"Bath-Sheba, the mother of Solomon","kjv_definition":"Bath-sheba."} +{"id":"H1340","strongs_number":"H1340","system":"hebrew","language":"hebrew","number_value":1340,"lemma":"בַּת־שׁוּעַ","transliteration":"Bath-Shûwaʻ","pronunciation":"bath-shoo'-ah","derivation":"from H1323 (בַּת) and H7771 (שׁוֹעַ); daughter of wealth; the same as H1339 (בַּת־שֶׁבַע)","strongs_definition":"Bath-shua,","kjv_definition":"Bath-shua."} +{"id":"H1341","strongs_number":"H1341","system":"hebrew","language":"hebrew","number_value":1341,"lemma":"גֵּא","transliteration":"gêʼ","pronunciation":"gay'","derivation":"for H1343 (גֵּאֶה);","strongs_definition":"haughty","kjv_definition":"proud."} +{"id":"H1342","strongs_number":"H1342","system":"hebrew","language":"hebrew","number_value":1342,"lemma":"גָּאָה","transliteration":"gâʼâh","pronunciation":"gaw-aw'","derivation":"a primitive root;","strongs_definition":"to mount up; hence, in general, to rise, (figuratively) be majestic","kjv_definition":"gloriously, grow up, increase, be risen, triumph."} +{"id":"H1343","strongs_number":"H1343","system":"hebrew","language":"hebrew","number_value":1343,"lemma":"גֵּאֶה","transliteration":"gêʼeh","pronunciation":"gay-eh'","derivation":"from H1342 (גָּאָה);","strongs_definition":"lofty; figuratively, arrogant","kjv_definition":"proud."} +{"id":"H1344","strongs_number":"H1344","system":"hebrew","language":"hebrew","number_value":1344,"lemma":"גֵּאָה","transliteration":"gêʼâh","pronunciation":"gay-aw'","derivation":"feminine from H1342 (גָּאָה);","strongs_definition":"arrogance","kjv_definition":"pride."} +{"id":"H1345","strongs_number":"H1345","system":"hebrew","language":"hebrew","number_value":1345,"lemma":"גְּאוּאֵל","transliteration":"Gᵉʼûwʼêl","pronunciation":"gheh-oo-ale'","derivation":"from H1342 (גָּאָה) and H410 (אֵל); majesty of God;","strongs_definition":"Geuel, an Israelite","kjv_definition":"Geuel."} +{"id":"H1346","strongs_number":"H1346","system":"hebrew","language":"hebrew","number_value":1346,"lemma":"גַּאֲוָה","transliteration":"gaʼăvâh","pronunciation":"gah-av-aw'","derivation":"from H1342 (גָּאָה);","strongs_definition":"arrogance or majesty; by implication, (concretely) ornament","kjv_definition":"excellency, haughtiness, highness, pride, proudly, swelling."} +{"id":"H1347","strongs_number":"H1347","system":"hebrew","language":"hebrew","number_value":1347,"lemma":"גָּאוֹן","transliteration":"gâʼôwn","pronunciation":"gaw-ohn'","derivation":"from H1342 (גָּאָה); the same as H1346 (גַּאֲוָה)xlit gaʻăvâh corrected to gaʼăvâh","strongs_definition":"{arrogance or majesty; by implication, (concretely) ornament}","kjv_definition":"arrogancy, excellency(-lent), majesty, pomp, pride, proud, swelling."} +{"id":"H1348","strongs_number":"H1348","system":"hebrew","language":"hebrew","number_value":1348,"lemma":"גֵּאוּת","transliteration":"gêʼûwth","pronunciation":"gay-ooth'","derivation":"from H1342 (גָּאָה); the same as H1346 (גַּאֲוָה)xlit gaʻăvâh corrected to gaʼăvâh","strongs_definition":"{arrogance or majesty; by implication, (concretely) ornament}","kjv_definition":"excellent things, lifting up, majesty, pride, proudly, raging."} +{"id":"H1349","strongs_number":"H1349","system":"hebrew","language":"hebrew","number_value":1349,"lemma":"גַּאֲיוֹן","transliteration":"gaʼăyôwn","pronunciation":"gah-ah-yone'","derivation":"from H1342 (גָּאָה);","strongs_definition":"haughty","kjv_definition":"proud."} +{"id":"H1350","strongs_number":"H1350","system":"hebrew","language":"hebrew","number_value":1350,"lemma":"גָּאַל","transliteration":"gâʼal","pronunciation":"gaw-al'","derivation":"a primitive root, to redeem (according to the Oriental law of kinship), i.e.","strongs_definition":"to be the next of kin (and as such to buy back a relative's property, marry his widow, etc.)","kjv_definition":"[idiom] in any wise, [idiom] at all, avenger, deliver, (do, perform the part of near, next) kinsfolk(-man), purchase, ransom, redeem(-er), revenger."} +{"id":"H1351","strongs_number":"H1351","system":"hebrew","language":"hebrew","number_value":1351,"lemma":"גָּאַל","transliteration":"gâʼal","pronunciation":"gaw-al'","derivation":"a primitive root, (rather identified with H1350 (גָּאַל), through the idea of freeing, i.e. repudiating);","strongs_definition":"to soil or (figuratively) desecrate","kjv_definition":"defile, pollute, stain."} +{"id":"H1352","strongs_number":"H1352","system":"hebrew","language":"hebrew","number_value":1352,"lemma":"גֹּאֶל","transliteration":"gôʼel","pronunciation":"go'-el","derivation":"from H1351 (גָּאַל);","strongs_definition":"profanation","kjv_definition":"defile."} +{"id":"H1353","strongs_number":"H1353","system":"hebrew","language":"hebrew","number_value":1353,"lemma":"גְּאֻלָּה","transliteration":"gᵉʼullâh","pronunciation":"gheh-ool-law'","derivation":"feminine passive participle of H1350 (גָּאַל);","strongs_definition":"redemption (including the right and the object); by implication, relationship","kjv_definition":"kindred, redeem, redemption, right."} +{"id":"H1354","strongs_number":"H1354","system":"hebrew","language":"hebrew","number_value":1354,"lemma":"גַב","transliteration":"gab","pronunciation":"gab","derivation":"from an unused root meaning to hollow or curve; (compare H1460 (גֵּו) and H1479 (גּוּף))","strongs_definition":"the back (as rounded); by analogy, the top or rim, a boss, a vault, arch of eye, bulwarks, etc.","kjv_definition":"back, body, boss, eminent (higher) place, (eye) brows, nave, ring."} +{"id":"H1355","strongs_number":"H1355","system":"hebrew","language":"hebrew","number_value":1355,"lemma":"גַּב","transliteration":"gab","pronunciation":"gab","derivation":"(Aramaic) corresponding to H1354 (גַב)","strongs_definition":"{the back (as rounded); by analogy, the top or rim, a boss, a vault, arch of eye, bulwarks, etc.}","kjv_definition":"back."} +{"id":"H1356","strongs_number":"H1356","system":"hebrew","language":"hebrew","number_value":1356,"lemma":"גֵּב","transliteration":"gêb","pronunciation":"gabe","derivation":"from H1461 (גּוּב);","strongs_definition":"a log (as cut out); also well or cistern (as dug)","kjv_definition":"beam, ditch, pit."} +{"id":"H1357","strongs_number":"H1357","system":"hebrew","language":"hebrew","number_value":1357,"lemma":"גֵּב","transliteration":"gêb","pronunciation":"gabe","derivation":"probably from H1461 (גּוּב) (compare H1462 (גּוֹב));","strongs_definition":"a locust (from its cutting)","kjv_definition":"locust."} +{"id":"H1358","strongs_number":"H1358","system":"hebrew","language":"hebrew","number_value":1358,"lemma":"גֹּב","transliteration":"gôb","pronunciation":"gobe","derivation":"(Aramaic) from a root corresponding to H1461 (גּוּב);","strongs_definition":"a pit (for wild animals) (as cut out)","kjv_definition":"den."} +{"id":"H1359","strongs_number":"H1359","system":"hebrew","language":"hebrew","number_value":1359,"lemma":"גֹּב","transliteration":"Gôb","pronunciation":"gobe","derivation":"or (fully) גּוֹב; from H1461 (גּוּב); pit;","strongs_definition":"Gob, a place in Palestine","kjv_definition":"Gob."} +{"id":"H1360","strongs_number":"H1360","system":"hebrew","language":"hebrew","number_value":1360,"lemma":"גֶּבֶא","transliteration":"gebeʼ","pronunciation":"geh'-beh","derivation":"from an unused root meaning probably to collect;","strongs_definition":"a reservoir; by analogy, a marsh","kjv_definition":"marish, pit."} +{"id":"H1361","strongs_number":"H1361","system":"hebrew","language":"hebrew","number_value":1361,"lemma":"גָּבַהּ","transliteration":"gâbahh","pronunciation":"gaw-bah'","derivation":"a primitive root;","strongs_definition":"to soar, i.e. be lofty; figuratively, to be haughty","kjv_definition":"exalt, be haughty, be (make) high(-er), lift up, mount up, be proud, raise up great height, upward."} +{"id":"H1362","strongs_number":"H1362","system":"hebrew","language":"hebrew","number_value":1362,"lemma":"גָּבָהּ","transliteration":"gâbâhh","pronunciation":"gaw-bawh'","derivation":"from H1361 (גָּבַהּ);","strongs_definition":"lofty (literally or figuratively)","kjv_definition":"high, proud."} +{"id":"H1363","strongs_number":"H1363","system":"hebrew","language":"hebrew","number_value":1363,"lemma":"גֹּבַהּ","transliteration":"gôbahh","pronunciation":"go'-bah","derivation":"from H1361 (גָּבַהּ);","strongs_definition":"elation, grandeur, arrogance","kjv_definition":"excellency, haughty, height, high, loftiness, pride."} +{"id":"H1364","strongs_number":"H1364","system":"hebrew","language":"hebrew","number_value":1364,"lemma":"גָּבֹהַּ","transliteration":"gâbôahh","pronunciation":"gaw-bo'-ah","derivation":"or גָּבוֹהַּ; (fully) from H1361 (גָּבַהּ);","strongs_definition":"elevated (or elated), powerful, arrogant","kjv_definition":"haughty, height, high(-er), lofty, proud, [idiom] exceeding proudly."} +{"id":"H1365","strongs_number":"H1365","system":"hebrew","language":"hebrew","number_value":1365,"lemma":"גַּבְהוּת","transliteration":"gabhûwth","pronunciation":"gab-hooth'","derivation":"from H1361 (גָּבַהּ);","strongs_definition":"pride","kjv_definition":"loftiness, lofty."} +{"id":"H1366","strongs_number":"H1366","system":"hebrew","language":"hebrew","number_value":1366,"lemma":"גְּבוּל","transliteration":"gᵉbûwl","pronunciation":"gheb-ool'","derivation":"or גְּבֻל; (shortened) from H1379 (גָּבַל);","strongs_definition":"properly, a cord (as twisted), i.e. (by implication) a boundary; by extension the territory inclosed","kjv_definition":"border, bound, coast, [idiom] great, landmark, limit, quarter, space."} +{"id":"H1367","strongs_number":"H1367","system":"hebrew","language":"hebrew","number_value":1367,"lemma":"גְּבוּלָה","transliteration":"gᵉbûwlâh","pronunciation":"gheb-oo-law'","derivation":"or גְּבֻלָה; (shortened) feminine of H1366 (גְּבוּל);","strongs_definition":"a boundary, region","kjv_definition":"border, bound, coast, landmark. place."} +{"id":"H1368","strongs_number":"H1368","system":"hebrew","language":"hebrew","number_value":1368,"lemma":"גִּבּוֹר","transliteration":"gibbôwr","pronunciation":"ghib-bore'","derivation":"or גִּבֹּר; (shortened) intensive from the same as H1397 (גֶּבֶר);","strongs_definition":"powerful; by implication, warrior, tyrant","kjv_definition":"champion, chief, [idiom] excel, giant, man, mighty (man, one), strong (man), valiant man."} +{"id":"H1369","strongs_number":"H1369","system":"hebrew","language":"hebrew","number_value":1369,"lemma":"גְּבוּרָה","transliteration":"gᵉbûwrâh","pronunciation":"gheb-oo-raw'","derivation":"feminine passive participle from the same as H1368 (גִּבּוֹר);","strongs_definition":"force (literally or figuratively); by implication, valor, victory","kjv_definition":"force, mastery, might, mighty (act, power), power, strength."} +{"id":"H1370","strongs_number":"H1370","system":"hebrew","language":"hebrew","number_value":1370,"lemma":"גְּבוּרָה","transliteration":"gᵉbûwrâh","pronunciation":"gheb-oo-raw'","derivation":"(Aramaic) corresponding to H1369 (גְּבוּרָה);","strongs_definition":"power","kjv_definition":"might."} +{"id":"H1371","strongs_number":"H1371","system":"hebrew","language":"hebrew","number_value":1371,"lemma":"גִּבֵּחַ","transliteration":"gibbêach","pronunciation":"ghib-bay'-akh","derivation":"from an unused root meaning to be high (in the forehead);","strongs_definition":"bald in the forehead","kjv_definition":"forehead bald."} +{"id":"H1372","strongs_number":"H1372","system":"hebrew","language":"hebrew","number_value":1372,"lemma":"גַּבַּחַת","transliteration":"gabbachath","pronunciation":"gab-bakh'-ath","derivation":"from the same as H1371 (גִּבֵּחַ);","strongs_definition":"baldness in the forehead; by analogy, a bare spot on the right side of cloth","kjv_definition":"bald forehead, [idiom] without."} +{"id":"H1373","strongs_number":"H1373","system":"hebrew","language":"hebrew","number_value":1373,"lemma":"גַּבַּי","transliteration":"Gabbay","pronunciation":"gab-bah'ee","derivation":"from the same as H1354 (גַב); collective","strongs_definition":"Gabbai, an Israelite","kjv_definition":"Gabbai."} +{"id":"H1374","strongs_number":"H1374","system":"hebrew","language":"hebrew","number_value":1374,"lemma":"גֵּבִים","transliteration":"Gêbîym","pronunciation":"gay-beem'","derivation":"plural of H1356 (גֵּב); cisterns;","strongs_definition":"Gebim, a place in Palestine","kjv_definition":"Gebim."} +{"id":"H1375","strongs_number":"H1375","system":"hebrew","language":"hebrew","number_value":1375,"lemma":"גְּבִיעַ","transliteration":"gᵉbîyaʻ","pronunciation":"gheb-ee'-ah","derivation":"from an unused root (meaning to be convex);","strongs_definition":"a goblet; by analogy, the calyx of aflower","kjv_definition":"house, cup, pot."} +{"id":"H1376","strongs_number":"H1376","system":"hebrew","language":"hebrew","number_value":1376,"lemma":"גְּבִיר","transliteration":"gᵉbîyr","pronunciation":"gheb-eer'","derivation":"from H1396 (גָּבַר);","strongs_definition":"a master","kjv_definition":"lord."} +{"id":"H1377","strongs_number":"H1377","system":"hebrew","language":"hebrew","number_value":1377,"lemma":"גְּבִירָה","transliteration":"gᵉbîyrâh","pronunciation":"gheb-ee-raw'","derivation":"feminine of H1376 (גְּבִיר);","strongs_definition":"a mistress","kjv_definition":"queen."} +{"id":"H1378","strongs_number":"H1378","system":"hebrew","language":"hebrew","number_value":1378,"lemma":"גָּבִישׁ","transliteration":"gâbîysh","pronunciation":"gaw-beesh'","derivation":"from an unused root (probably meaning to freeze);","strongs_definition":"crystal (from its resemblance to ice)","kjv_definition":"pearl."} +{"id":"H1379","strongs_number":"H1379","system":"hebrew","language":"hebrew","number_value":1379,"lemma":"גָּבַל","transliteration":"gâbal","pronunciation":"gaw-bal'","derivation":"a primitive root; also as a denominative from H1366 (גְּבוּל)","strongs_definition":"properly, to twist as arope; to bound (as by a line)","kjv_definition":"be border, set (bounds about)."} +{"id":"H1380","strongs_number":"H1380","system":"hebrew","language":"hebrew","number_value":1380,"lemma":"גְּבַל","transliteration":"Gᵉbal","pronunciation":"gheb-al'","derivation":"from H1379 (גָּבַל) (in the sense of a chain of hills); a mountain;","strongs_definition":"Gebal, a place in Phoenicia","kjv_definition":"Gebal."} +{"id":"H1381","strongs_number":"H1381","system":"hebrew","language":"hebrew","number_value":1381,"lemma":"גְּבָל","transliteration":"Gᵉbâl","pronunciation":"gheb-awl'","derivation":"the same as H1380 (גְּבַל);","strongs_definition":"Gebal, a region in Idumaea","kjv_definition":"Gebal."} +{"id":"H1382","strongs_number":"H1382","system":"hebrew","language":"hebrew","number_value":1382,"lemma":"גִּבְלִי","transliteration":"Giblîy","pronunciation":"ghib-lee'","derivation":"; patrial from H1380 (גְּבַל);","strongs_definition":"a Gebalite, or inhabitant of Gebal","kjv_definition":"Giblites, stone-squarer."} +{"id":"H1383","strongs_number":"H1383","system":"hebrew","language":"hebrew","number_value":1383,"lemma":"גַּבְלֻת","transliteration":"gabluth","pronunciation":"gab-looth'","derivation":"from H1379 (גָּבַל);","strongs_definition":"a twisted chain or lace","kjv_definition":"end."} +{"id":"H1384","strongs_number":"H1384","system":"hebrew","language":"hebrew","number_value":1384,"lemma":"גִּבֵּן","transliteration":"gibbên","pronunciation":"gib-bane'","derivation":"from an unused root meaning to be arched or contracted;","strongs_definition":"hunch-backed","kjv_definition":"crookbackt."} +{"id":"H1385","strongs_number":"H1385","system":"hebrew","language":"hebrew","number_value":1385,"lemma":"גְּבִנָה","transliteration":"gᵉbinâh","pronunciation":"gheb-ee-naw'","derivation":"feminine from the same as H1384 (גִּבֵּן);","strongs_definition":"curdled milk","kjv_definition":"cheese."} +{"id":"H1386","strongs_number":"H1386","system":"hebrew","language":"hebrew","number_value":1386,"lemma":"גַּבְנֹן","transliteration":"gabnôn","pronunciation":"gab-nohn'","derivation":"from the same as H1384 (גִּבֵּן);","strongs_definition":"a hump or peak of hills","kjv_definition":"high."} +{"id":"H1387","strongs_number":"H1387","system":"hebrew","language":"hebrew","number_value":1387,"lemma":"גֶּבַע","transliteration":"Gebaʻ","pronunciation":"gheh'-bah","derivation":"from the same as H1375 (גְּבִיעַ), a hillock;","strongs_definition":"Geba, a place in Palestine","kjv_definition":"Gaba, Geba, Gibeah."} +{"id":"H1388","strongs_number":"H1388","system":"hebrew","language":"hebrew","number_value":1388,"lemma":"גִּבְעָא","transliteration":"Gibʻâʼ","pronunciation":"ghib-aw'","derivation":"by permutation for H1389 (גִּבְעָה); a hill;","strongs_definition":"Giba, a place in Palestine","kjv_definition":"Gibeah."} +{"id":"H1389","strongs_number":"H1389","system":"hebrew","language":"hebrew","number_value":1389,"lemma":"גִּבְעָה","transliteration":"gibʻâh","pronunciation":"ghib-aw'","derivation":"feminine from the same as H1387 (גֶּבַע);","strongs_definition":"a hillock","kjv_definition":"hill, little hill."} +{"id":"H1390","strongs_number":"H1390","system":"hebrew","language":"hebrew","number_value":1390,"lemma":"גִּבְעָה","transliteration":"Gibʻâh","pronunciation":"ghib-aw'","derivation":"the same as H1389 (גִּבְעָה);","strongs_definition":"Gibah; the name of three places in Palestine","kjv_definition":"Gibeah, the hill."} +{"id":"H1391","strongs_number":"H1391","system":"hebrew","language":"hebrew","number_value":1391,"lemma":"גִּבְעוֹן","transliteration":"Gibʻôwn","pronunciation":"ghib-ohn'","derivation":"from the same as H1387 (גֶּבַע); hilly;","strongs_definition":"Gibon, a place in Palestine","kjv_definition":"Gibeon."} +{"id":"H1392","strongs_number":"H1392","system":"hebrew","language":"hebrew","number_value":1392,"lemma":"גִּבְעֹל","transliteration":"gibʻôl","pronunciation":"ghib-ole'","derivation":"prolonged from H1375 (גְּבִיעַ);","strongs_definition":"the calyx of a flower","kjv_definition":"bolled."} +{"id":"H1393","strongs_number":"H1393","system":"hebrew","language":"hebrew","number_value":1393,"lemma":"גִּבְעֹנִי","transliteration":"Gibʻônîy","pronunciation":"ghib-o-nee'","derivation":"patrial from H1391 (גִּבְעוֹן);","strongs_definition":"a Gibonite, or inhabitant of Gibon","kjv_definition":"Gibeonite."} +{"id":"H1394","strongs_number":"H1394","system":"hebrew","language":"hebrew","number_value":1394,"lemma":"גִּבְעַת","transliteration":"Gibʻath","pronunciation":"ghib-ath'","derivation":"from the same as H1375 (גְּבִיעַ); hilliness;","strongs_definition":"Gibath","kjv_definition":"Gibeath."} +{"id":"H1395","strongs_number":"H1395","system":"hebrew","language":"hebrew","number_value":1395,"lemma":"גִּבְעָתִי","transliteration":"Gibʻâthîy","pronunciation":"ghib-aw-thee'","derivation":"patrial from H1390 (גִּבְעָה);","strongs_definition":"a Gibathite, or inhabitant of Gibath","kjv_definition":"Gibeathite."} +{"id":"H1396","strongs_number":"H1396","system":"hebrew","language":"hebrew","number_value":1396,"lemma":"גָּבַר","transliteration":"gâbar","pronunciation":"gaw-bar'","derivation":"a primitive root;","strongs_definition":"to be strong; by implication, to prevail, act insolently","kjv_definition":"exceed, confirm, be great, be mighty, prevail, put to more (strength), strengthen, be stronger, be valiant."} +{"id":"H1397","strongs_number":"H1397","system":"hebrew","language":"hebrew","number_value":1397,"lemma":"גֶּבֶר","transliteration":"geber","pronunciation":"gheh'-ber","derivation":"from H1396 (גָּבַר);","strongs_definition":"properly, a valiant man or warrior; generally, a person simply","kjv_definition":"every one, man, [idiom] mighty."} +{"id":"H1398","strongs_number":"H1398","system":"hebrew","language":"hebrew","number_value":1398,"lemma":"גֶּבֶר","transliteration":"Geber","pronunciation":"gheh'-ber","derivation":"the same as H1397 (גֶּבֶר);","strongs_definition":"Geber, the name of two Israelites","kjv_definition":"Geber."} +{"id":"H1399","strongs_number":"H1399","system":"hebrew","language":"hebrew","number_value":1399,"lemma":"גְּבַר","transliteration":"gᵉbar","pronunciation":"gheb-ar'","derivation":"from H1396 (גָּבַר); the same as H1397 (גֶּבֶר);","strongs_definition":"a person","kjv_definition":"man."} +{"id":"H1400","strongs_number":"H1400","system":"hebrew","language":"hebrew","number_value":1400,"lemma":"גְּבַר","transliteration":"gᵉbar","pronunciation":"gheb-ar'","derivation":"(Aramaic) corresponding to H1399 (גְּבַר)","strongs_definition":"{a person}","kjv_definition":"certain, man."} +{"id":"H1401","strongs_number":"H1401","system":"hebrew","language":"hebrew","number_value":1401,"lemma":"גִּבָּר","transliteration":"gibbâr","pronunciation":"ghib-bawr'","derivation":"(Aramaic) intensive of H1400 (גְּבַר);","strongs_definition":"valiant, or warrior","kjv_definition":"mighty."} +{"id":"H1402","strongs_number":"H1402","system":"hebrew","language":"hebrew","number_value":1402,"lemma":"גִּבָּר","transliteration":"Gibbâr","pronunciation":"ghib-bawr'","derivation":"intensive of H1399 (גְּבַר);","strongs_definition":"Gibbar, an Israelite","kjv_definition":"Gibbar."} +{"id":"H1403","strongs_number":"H1403","system":"hebrew","language":"hebrew","number_value":1403,"lemma":"גַּבְרִיאֵל","transliteration":"Gabrîyʼêl","pronunciation":"gab-ree-ale'","derivation":"from H1397 (גֶּבֶר) and H410 (אֵל); man of God;","strongs_definition":"Gabriel, an archangel","kjv_definition":"Garbriel."} +{"id":"H1404","strongs_number":"H1404","system":"hebrew","language":"hebrew","number_value":1404,"lemma":"גְּבֶרֶת","transliteration":"gᵉbereth","pronunciation":"gheb-eh'-reth","derivation":"feminine of H1376 (גְּבִיר);","strongs_definition":"mistress","kjv_definition":"lady, mistress."} +{"id":"H1405","strongs_number":"H1405","system":"hebrew","language":"hebrew","number_value":1405,"lemma":"גִּבְּתוֹן","transliteration":"Gibbᵉthôwn","pronunciation":"ghib-beth-one'","derivation":"intensive from H1389 (גִּבְעָה); a hilly spot;","strongs_definition":"Gibbethon, a place in Palestine","kjv_definition":"Gibbethon."} +{"id":"H1406","strongs_number":"H1406","system":"hebrew","language":"hebrew","number_value":1406,"lemma":"גָּג","transliteration":"gâg","pronunciation":"gawg","derivation":"probably by reduplication from H1342 (גָּאָה);","strongs_definition":"a roof; by analogy, the top of an altar","kjv_definition":"roof (of the house), (house) top (of the house)."} +{"id":"H1407","strongs_number":"H1407","system":"hebrew","language":"hebrew","number_value":1407,"lemma":"גַּד","transliteration":"gad","pronunciation":"gad","derivation":"from H1413 (גָּדַד) (in the sense of cutting);","strongs_definition":"coriander seed (from its furrows)","kjv_definition":"coriander."} +{"id":"H1408","strongs_number":"H1408","system":"hebrew","language":"hebrew","number_value":1408,"lemma":"גַּד","transliteration":"Gad","pronunciation":"gad","derivation":"a variation of H1409 (גָּד);","strongs_definition":"Fortune, a Babylonian deity","kjv_definition":"that troop."} +{"id":"H1409","strongs_number":"H1409","system":"hebrew","language":"hebrew","number_value":1409,"lemma":"גָּד","transliteration":"gâd","pronunciation":"gawd","derivation":"from H1464 (גּוּד) (in the sense of distributing);","strongs_definition":"fortune","kjv_definition":"troop."} +{"id":"H1410","strongs_number":"H1410","system":"hebrew","language":"hebrew","number_value":1410,"lemma":"גָּד","transliteration":"Gâd","pronunciation":"gawd","derivation":"from H1464 (גּוּד);","strongs_definition":"Gad, a son of Jacob, including his tribe and its territory; also a prophet","kjv_definition":"Gad."} +{"id":"H1411","strongs_number":"H1411","system":"hebrew","language":"hebrew","number_value":1411,"lemma":"גְּדָבָר","transliteration":"gᵉdâbâr","pronunciation":"ghed-aw-bawr'","derivation":"(Aramaic) corresponding to H1489 (גִּזְבָּר);","strongs_definition":"a treasurer","kjv_definition":"treasurer."} +{"id":"H1412","strongs_number":"H1412","system":"hebrew","language":"hebrew","number_value":1412,"lemma":"גֻּדְגֹּדָה","transliteration":"Gudgôdâh","pronunciation":"gud-go'-daw","derivation":"by reduplication from H1413 (גָּדַד) (in the sense of cutting) cleft;","strongs_definition":"Gudgodah, a place in the Desert","kjv_definition":"Gudgodah."} +{"id":"H1413","strongs_number":"H1413","system":"hebrew","language":"hebrew","number_value":1413,"lemma":"גָּדַד","transliteration":"gâdad","pronunciation":"gaw-dad'","derivation":"a primitive root (compare H1464 (גּוּד));","strongs_definition":"to crowd; also to gash (as if by pressing into)","kjv_definition":"assemble (selves by troops), gather (selves together, self in troops), cut selves."} +{"id":"H1414","strongs_number":"H1414","system":"hebrew","language":"hebrew","number_value":1414,"lemma":"גְּדַד","transliteration":"gᵉdad","pronunciation":"ghed-ad'","derivation":"(Aramaic) corresponding to H1413 (גָּדַד);","strongs_definition":"to cut down","kjv_definition":"hew down."} +{"id":"H1415","strongs_number":"H1415","system":"hebrew","language":"hebrew","number_value":1415,"lemma":"גָּדָה","transliteration":"gâdâh","pronunciation":"gaw-daw'","derivation":"from an unused root (meaning to cut off);","strongs_definition":"a border of a river (as cut into by the stream)","kjv_definition":"bank."} +{"id":"H1416","strongs_number":"H1416","system":"hebrew","language":"hebrew","number_value":1416,"lemma":"גְּדוּד","transliteration":"gᵉdûwd","pronunciation":"ghed-ood'","derivation":"from H1413 (גָּדַד);","strongs_definition":"a crowd (especially of soldiers)","kjv_definition":"army, band (of men), company, troop (of robbers)."} +{"id":"H1417","strongs_number":"H1417","system":"hebrew","language":"hebrew","number_value":1417,"lemma":"גְּדוּד","transliteration":"gᵉdûwd","pronunciation":"ghed-ood'","derivation":"or גְּדֻדָה; (feminine) from H1413 (גָּדַד);","strongs_definition":"a furrow (as cut)","kjv_definition":"furrow."} +{"id":"H1418","strongs_number":"H1418","system":"hebrew","language":"hebrew","number_value":1418,"lemma":"גְּדוּדָה","transliteration":"gᵉdûwdâh","pronunciation":"ghed-oo-daw'","derivation":"feminine participle passive of H1413 (גָּדַד);","strongs_definition":"an incision","kjv_definition":"cutting."} +{"id":"H1419","strongs_number":"H1419","system":"hebrew","language":"hebrew","number_value":1419,"lemma":"גָּדוֹל","transliteration":"gâdôwl","pronunciation":"gaw-dole'","derivation":"or גָּדֹל; (shortened) from H1431 (גָּדַל);","strongs_definition":"great (in any sense); hence, older; also insolent","kjv_definition":"[phrase] aloud, elder(-est), [phrase] exceeding(-ly), [phrase] far, (man of) great (man, matter, thing,-er,-ness), high, long, loud, mighty, more, much, noble, proud thing, [idiom] sore, ([idiom]) very."} +{"id":"H1420","strongs_number":"H1420","system":"hebrew","language":"hebrew","number_value":1420,"lemma":"גְּדוּלָה","transliteration":"gᵉdûwlâh","pronunciation":"ghed-oo-law'","derivation":"or גְּדֻלָּה; (shortened) or (less accurately) גְּדוּלָּה; feminine of H1419 (גָּדוֹל);","strongs_definition":"greatness; (concretely) mighty acts","kjv_definition":"dignity, great things(-ness), majesty."} +{"id":"H1421","strongs_number":"H1421","system":"hebrew","language":"hebrew","number_value":1421,"lemma":"גִּדּוּף","transliteration":"giddûwph","pronunciation":"ghid-doof'","derivation":"or (shortened) גִּדֻּף; and (feminine) גִּדּוּפָהxlit giddûphâh corrected to giddûwphâh; or גִּדֻּפָה; from H1422 (גְּדוּפָה);","strongs_definition":"vilification","kjv_definition":"reproach, reviling."} +{"id":"H1422","strongs_number":"H1422","system":"hebrew","language":"hebrew","number_value":1422,"lemma":"גְּדוּפָה","transliteration":"gᵉdûwphâh","pronunciation":"ghed-oo-faw'","derivation":"feminine passive participle of H1442 (גָּדַף);","strongs_definition":"a revilement","kjv_definition":"taunt."} +{"id":"H1423","strongs_number":"H1423","system":"hebrew","language":"hebrew","number_value":1423,"lemma":"גְּדִי","transliteration":"gᵉdîy","pronunciation":"ghed-ee'","derivation":"from the same as H1415 (גָּדָה);","strongs_definition":"a young goat (from browsing)","kjv_definition":"kid."} +{"id":"H1424","strongs_number":"H1424","system":"hebrew","language":"hebrew","number_value":1424,"lemma":"גָּדִי","transliteration":"Gâdîy","pronunciation":"gaw-dee'","derivation":"from H1409 (גָּד); fortunate;","strongs_definition":"Gadi, an Israelite","kjv_definition":"Gadi."} +{"id":"H1425","strongs_number":"H1425","system":"hebrew","language":"hebrew","number_value":1425,"lemma":"גָּדִי","transliteration":"Gâdîy","pronunciation":"gaw-dee'","derivation":"patronymically from H1410 (גָּד);","strongs_definition":"a Gadite (collectively) or descendants of Gad","kjv_definition":"Gadites, children of Gad."} +{"id":"H1426","strongs_number":"H1426","system":"hebrew","language":"hebrew","number_value":1426,"lemma":"גַּדִּי","transliteration":"Gaddîy","pronunciation":"gad-dee'","derivation":"intensive for H1424 (גָּדִי);","strongs_definition":"Gaddi, an Israelite","kjv_definition":"Gaddi."} +{"id":"H1427","strongs_number":"H1427","system":"hebrew","language":"hebrew","number_value":1427,"lemma":"גַּדִּיאֵל","transliteration":"Gaddîyʼêl","pronunciation":"gad-dee-ale'","derivation":"from H1409 (גָּד) and H410 (אֵל); fortune of God;","strongs_definition":"Gaddiel, an Israelite","kjv_definition":"Gaddiel."} +{"id":"H1428","strongs_number":"H1428","system":"hebrew","language":"hebrew","number_value":1428,"lemma":"גִּדְיָה","transliteration":"gidyâh","pronunciation":"ghid-yaw'","derivation":"or גַּדיָה; the same as H1415 (גָּדָה);","strongs_definition":"a river brink","kjv_definition":"bank."} +{"id":"H1429","strongs_number":"H1429","system":"hebrew","language":"hebrew","number_value":1429,"lemma":"גְּדִיָּה","transliteration":"gᵉdîyâh","pronunciation":"ghed-ee-yaw'","derivation":"feminine of H1423 (גְּדִי);","strongs_definition":"a young female goat","kjv_definition":"kid."} +{"id":"H1430","strongs_number":"H1430","system":"hebrew","language":"hebrew","number_value":1430,"lemma":"גָּדִישׁ","transliteration":"gâdîysh","pronunciation":"gaw-deesh'","derivation":"from an unused root (meaning to heap up);","strongs_definition":"a stack of sheaves; by analogy, a tomb","kjv_definition":"shock (stack) (of corn), tomb."} +{"id":"H1431","strongs_number":"H1431","system":"hebrew","language":"hebrew","number_value":1431,"lemma":"גָּדַל","transliteration":"gâdal","pronunciation":"gaw-dal'","derivation":"a primitive root; properly, to twist (compare H1434 (גְּדִל)), i.e.","strongs_definition":"to be (causatively make) large (in various senses, as in body, mind, estate or honor, also in pride)","kjv_definition":"advance, boast, bring up, exceed, excellent, be(-come, do, give, make, wax), great(-er, come to... estate, [phrase] things), grow(up), increase, lift up, magnify(-ifical), be much set by, nourish (up), pass, promote, proudly (spoken), tower."} +{"id":"H1432","strongs_number":"H1432","system":"hebrew","language":"hebrew","number_value":1432,"lemma":"גָּדֵל","transliteration":"gâdêl","pronunciation":"gaw-dale'","derivation":"from H1431 (גָּדַל);","strongs_definition":"large (literally or figuratively)","kjv_definition":"great, grew."} +{"id":"H1433","strongs_number":"H1433","system":"hebrew","language":"hebrew","number_value":1433,"lemma":"גֹּדֶל","transliteration":"gôdel","pronunciation":"go'-del","derivation":"from H1431 (גָּדַל);","strongs_definition":"magnitude (literally or figuratively)","kjv_definition":"greatness, stout(-ness)."} +{"id":"H1434","strongs_number":"H1434","system":"hebrew","language":"hebrew","number_value":1434,"lemma":"גְּדִל","transliteration":"gᵉdil","pronunciation":"ghed-eel'","derivation":"from H1431 (גָּדַל) (in the sense of twisting);","strongs_definition":"thread, i.e. a tassel or festoon","kjv_definition":"fringe, wreath."} +{"id":"H1435","strongs_number":"H1435","system":"hebrew","language":"hebrew","number_value":1435,"lemma":"גִּדֵּל","transliteration":"Giddêl","pronunciation":"ghid-dale'","derivation":"from H1431 (גָּדַל); stout;","strongs_definition":"Giddel, the name of one of the Nethinim, also of one of 'Solomon's servants'","kjv_definition":"Giddel."} +{"id":"H1436","strongs_number":"H1436","system":"hebrew","language":"hebrew","number_value":1436,"lemma":"גְּדַּלְיָה","transliteration":"Gᵉdalyâh","pronunciation":"ghed-al-yaw'","derivation":"or (prolonged) גְּדַלְיָהוּ; from H1431 (גָּדַל) and H3050 (יָהּ); Jah has become great;","strongs_definition":"Gedaljah, the name of five Israelites","kjv_definition":"Gedaliah."} +{"id":"H1437","strongs_number":"H1437","system":"hebrew","language":"hebrew","number_value":1437,"lemma":"גִּדַּלְתִּי","transliteration":"Giddaltîy","pronunciation":"ghid-dal'-tee","derivation":"from H1431 (גָּדַל); I have made great;","strongs_definition":"Giddalti, an Israelite","kjv_definition":"Giddalti."} +{"id":"H1438","strongs_number":"H1438","system":"hebrew","language":"hebrew","number_value":1438,"lemma":"גָּדַע","transliteration":"gâdaʻ","pronunciation":"gaw-dah'","derivation":"a primitive root;","strongs_definition":"to fell a tree; generally, to destroy anything","kjv_definition":"cut (asunder, in sunder, down, off), hew down."} +{"id":"H1439","strongs_number":"H1439","system":"hebrew","language":"hebrew","number_value":1439,"lemma":"גִּדְעוֹן","transliteration":"Gidʻôwn","pronunciation":"ghid-ohn'","derivation":"from H1438 (גָּדַע); feller (i.e. warrior);","strongs_definition":"Gidon, an Israelite","kjv_definition":"Gideon."} +{"id":"H1440","strongs_number":"H1440","system":"hebrew","language":"hebrew","number_value":1440,"lemma":"גִּדְעֹם","transliteration":"Gidʻôm","pronunciation":"ghid-ohm'","derivation":"from H1438 (גָּדַע); a cutting (i.e. desolation);","strongs_definition":"Gidom, a place in Palestine","kjv_definition":"Gidom."} +{"id":"H1441","strongs_number":"H1441","system":"hebrew","language":"hebrew","number_value":1441,"lemma":"גִּדְעֹנִי","transliteration":"Gidʻônîy","pronunciation":"ghid-o-nee'","derivation":"from H1438 (גָּדַע); warlike (compare H1439 (גִּדְעוֹן));","strongs_definition":"Gidoni, an Israelite","kjv_definition":"Gideoni."} +{"id":"H1442","strongs_number":"H1442","system":"hebrew","language":"hebrew","number_value":1442,"lemma":"גָּדַף","transliteration":"gâdaph","pronunciation":"gaw-daf'","derivation":"a primitive root;","strongs_definition":"to hack (with words), i.e. revile","kjv_definition":"blaspheme, reproach."} +{"id":"H1443","strongs_number":"H1443","system":"hebrew","language":"hebrew","number_value":1443,"lemma":"גָּדַר","transliteration":"gâdar","pronunciation":"gaw-dar'","derivation":"a primitive root;","strongs_definition":"to wall in or around","kjv_definition":"close up, fence up, hedge, inclose, make up (a wall), mason, repairer."} +{"id":"H1444","strongs_number":"H1444","system":"hebrew","language":"hebrew","number_value":1444,"lemma":"גֶּדֶר","transliteration":"geder","pronunciation":"gheh'-der","derivation":"from H1443 (גָּדַר);","strongs_definition":"a circumvallation","kjv_definition":"wall."} +{"id":"H1445","strongs_number":"H1445","system":"hebrew","language":"hebrew","number_value":1445,"lemma":"גֶּדֶר","transliteration":"Geder","pronunciation":"gheh'-der","derivation":"; the same as H1444 (גֶּדֶר);","strongs_definition":"Geder, a place in Palestine","kjv_definition":"Geder."} +{"id":"H1446","strongs_number":"H1446","system":"hebrew","language":"hebrew","number_value":1446,"lemma":"גְדֹר","transliteration":"Gᵉdôr","pronunciation":"ghed-ore'","derivation":"or (fully) גְּדוֹר; from H1443 (גָּדַר); inclosure;","strongs_definition":"Gedor, a place in Palestine; also the name of three Israelites","kjv_definition":"Gedor."} +{"id":"H1447","strongs_number":"H1447","system":"hebrew","language":"hebrew","number_value":1447,"lemma":"גָּדֵר","transliteration":"gâdêr","pronunciation":"gaw-dare'","derivation":"from H1443 (גָּדַר);","strongs_definition":"a circumvallation; by implication, an inclosure","kjv_definition":"fence, hedge, wall."} +{"id":"H1448","strongs_number":"H1448","system":"hebrew","language":"hebrew","number_value":1448,"lemma":"גְּדֵרָה","transliteration":"gᵉdêrâh","pronunciation":"ghed-ay-raw'","derivation":"feminine of H1447 (גָּדֵר);","strongs_definition":"enclosure (especially for flocks)","kjv_definition":"(sheep-) cote (fold) hedge, wall."} +{"id":"H1449","strongs_number":"H1449","system":"hebrew","language":"hebrew","number_value":1449,"lemma":"גְּדֵרָה","transliteration":"Gᵉdêrâh","pronunciation":"ghed-ay-raw'","derivation":"the same as H1448 (גְּדֵרָה);","strongs_definition":"(with the article) Gederah, a place in Palestine","kjv_definition":"Gederah, hedges."} +{"id":"H1450","strongs_number":"H1450","system":"hebrew","language":"hebrew","number_value":1450,"lemma":"גְּדֵרוֹת","transliteration":"Gᵉdêrôwth","pronunciation":"ghed-ay-rohth'","derivation":"plural of H1448 (גְּדֵרָה); walls;","strongs_definition":"Gederoth, a place in Palestine","kjv_definition":"Gederoth."} +{"id":"H1451","strongs_number":"H1451","system":"hebrew","language":"hebrew","number_value":1451,"lemma":"גְּדֵרִי","transliteration":"Gᵉdêrîy","pronunciation":"ghed-ay-ree'","derivation":"patrial from H1445 (גֶּדֶר);","strongs_definition":"a Gederite, or inhabitant of Geder","kjv_definition":"Gederite."} +{"id":"H1452","strongs_number":"H1452","system":"hebrew","language":"hebrew","number_value":1452,"lemma":"גְּדֵרָתִי","transliteration":"Gᵉdêrâthîy","pronunciation":"ghed-ay-raw-thee'","derivation":"patrial from H1449 (גְּדֵרָה);","strongs_definition":"a Gederathite, or inhabitant of Gederah","kjv_definition":"Gederathite."} +{"id":"H1453","strongs_number":"H1453","system":"hebrew","language":"hebrew","number_value":1453,"lemma":"גְּדֵרֹתַיִם","transliteration":"Gᵉdêrôthayim","pronunciation":"ghed-ay-ro-thah'-yim","derivation":"dual of H1448 (גְּדֵרָה); double wall;","strongs_definition":"Gederothajim, a place in Palestine","kjv_definition":"Gederothaim."} +{"id":"H1454","strongs_number":"H1454","system":"hebrew","language":"hebrew","number_value":1454,"lemma":"גֵּה","transliteration":"gêh","pronunciation":"gay","derivation":"probably a clerical error for H2088 (זֶה);","strongs_definition":"this","kjv_definition":"this."} +{"id":"H1455","strongs_number":"H1455","system":"hebrew","language":"hebrew","number_value":1455,"lemma":"גָּהָה","transliteration":"gâhâh","pronunciation":"gaw-haw'","derivation":"a primitive root;","strongs_definition":"to remove (a bandage from a wound, i.e. heal it)","kjv_definition":"cure."} +{"id":"H1456","strongs_number":"H1456","system":"hebrew","language":"hebrew","number_value":1456,"lemma":"גֵּהָה","transliteration":"gêhâh","pronunciation":"gay-haw'","derivation":"from H1455 (גָּהָה);","strongs_definition":"a cure","kjv_definition":"medicine."} +{"id":"H1457","strongs_number":"H1457","system":"hebrew","language":"hebrew","number_value":1457,"lemma":"גָּהַר","transliteration":"gâhar","pronunciation":"gaw-har'","derivation":"a primitive root;","strongs_definition":"to prostrate oneself","kjv_definition":"cast self down, stretch self."} +{"id":"H1458","strongs_number":"H1458","system":"hebrew","language":"hebrew","number_value":1458,"lemma":"גַּו","transliteration":"gav","pronunciation":"gav","derivation":"another form for H1460 (גֵּו);","strongs_definition":"the back","kjv_definition":"back."} +{"id":"H1459","strongs_number":"H1459","system":"hebrew","language":"hebrew","number_value":1459,"lemma":"גַּו","transliteration":"gav","pronunciation":"gav","derivation":"(Aramaic) corresponding to H1460 (גֵּו);","strongs_definition":"the middle","kjv_definition":"midst, same, there-(where-) in."} +{"id":"H1460","strongs_number":"H1460","system":"hebrew","language":"hebrew","number_value":1460,"lemma":"גֵּו","transliteration":"gêv","pronunciation":"gave","derivation":"from H1342 (גָּאָה) (corresponding to H1354 (גַב));","strongs_definition":"the back; by analogy, the middle","kjv_definition":"[phrase] among, back, body."} +{"id":"H1461","strongs_number":"H1461","system":"hebrew","language":"hebrew","number_value":1461,"lemma":"גּוּב","transliteration":"gûwb","pronunciation":"goob","derivation":"a primitive root;","strongs_definition":"to dig","kjv_definition":"husbandman."} +{"id":"H1462","strongs_number":"H1462","system":"hebrew","language":"hebrew","number_value":1462,"lemma":"גּוֹב","transliteration":"gôwb","pronunciation":"gobe","derivation":"from H1461 (גּוּב);","strongs_definition":"the locust (from its grubbing as a larvae)","kjv_definition":"grasshopper, [idiom] great."} +{"id":"H1463","strongs_number":"H1463","system":"hebrew","language":"hebrew","number_value":1463,"lemma":"גּוֹג","transliteration":"Gôwg","pronunciation":"gohg","derivation":"of uncertain derivation;","strongs_definition":"Gog, the name of an Israelite, also of some nothern nation","kjv_definition":"Gog."} +{"id":"H1464","strongs_number":"H1464","system":"hebrew","language":"hebrew","number_value":1464,"lemma":"גּוּד","transliteration":"gûwd","pronunciation":"goode","derivation":"a primitive root (akin to H1413 (גָּדַד));","strongs_definition":"to crowd upon, i.e. attack","kjv_definition":"invade, overcome."} +{"id":"H1465","strongs_number":"H1465","system":"hebrew","language":"hebrew","number_value":1465,"lemma":"גֵּוָה","transliteration":"gêvâh","pronunciation":"gay-vaw'","derivation":"feminine of H1460 (גֵּו);","strongs_definition":"the back, i.e. (by extensive) the person","kjv_definition":"body."} +{"id":"H1466","strongs_number":"H1466","system":"hebrew","language":"hebrew","number_value":1466,"lemma":"גֵּוָה","transliteration":"gêvâh","pronunciation":"gay-vaw'","derivation":"the same as H1465 (גֵּוָה);","strongs_definition":"exaltation; (figuratively) arrogance","kjv_definition":"lifting up, pride."} +{"id":"H1467","strongs_number":"H1467","system":"hebrew","language":"hebrew","number_value":1467,"lemma":"גֵּוָה","transliteration":"gêvâh","pronunciation":"gay-vaw'","derivation":"(Aramaic) corresponding to H1466 (גֵּוָה)","strongs_definition":"{exaltation; (figuratively) arrogance}","kjv_definition":"pride."} +{"id":"H1468","strongs_number":"H1468","system":"hebrew","language":"hebrew","number_value":1468,"lemma":"גּוּז","transliteration":"gûwz","pronunciation":"gooz","derivation":"a primitive root (compare H1494 (גַּזָז));","strongs_definition":"properly, to shear off; but used only in the (figuratively) sense of passing rapidly","kjv_definition":"bring, cut off."} +{"id":"H1469","strongs_number":"H1469","system":"hebrew","language":"hebrew","number_value":1469,"lemma":"גּוֹזָל","transliteration":"gôwzâl","pronunciation":"go-zawl'","derivation":"or (shortened) גֹזָלlemma גזָל missing vowel, corrected to גֹזָל; from H1497 (גָּזַל);","strongs_definition":"a nestling (as being comparatively nude of feathers)","kjv_definition":"young (pigeon)."} +{"id":"H1470","strongs_number":"H1470","system":"hebrew","language":"hebrew","number_value":1470,"lemma":"גּוֹזָן","transliteration":"Gôwzân","pronunciation":"go-zawn'","derivation":"probably from H1468 (גּוּז); a quarry (as a place of cutting stones);","strongs_definition":"Gozan, a province of Assyria","kjv_definition":"Gozan."} +{"id":"H1471","strongs_number":"H1471","system":"hebrew","language":"hebrew","number_value":1471,"lemma":"גּוֹי","transliteration":"gôwy","pronunciation":"go'-ee","derivation":"rarely (shortened) גֹּי; apparently from the same root as H1465 (גֵּוָה) (in the sense of massing);","strongs_definition":"a foreign nation; hence, a Gentile; also (figuratively) a troop of animals, or a flight of locusts","kjv_definition":"Gentile, heathen, nation, people."} +{"id":"H1472","strongs_number":"H1472","system":"hebrew","language":"hebrew","number_value":1472,"lemma":"גְּוִיָּה","transliteration":"gᵉvîyâh","pronunciation":"ghev-ee-yaw'","derivation":"prolonged for H1465 (גֵּוָה);","strongs_definition":"a body, whether alive or dead","kjv_definition":"(dead) body, carcase, corpse."} +{"id":"H1473","strongs_number":"H1473","system":"hebrew","language":"hebrew","number_value":1473,"lemma":"גּוֹלָה","transliteration":"gôwlâh","pronunciation":"go-law'","derivation":"or (shortened) גֹּלָה; active participle feminine of H1540 (גָּלָה);","strongs_definition":"exile; concretely and collectively exiles","kjv_definition":"(carried away), captive(-ity), removing."} +{"id":"H1474","strongs_number":"H1474","system":"hebrew","language":"hebrew","number_value":1474,"lemma":"גּוֹלָן","transliteration":"Gôwlân","pronunciation":"go-lawn'","derivation":"from H1473 (גּוֹלָה); captive;","strongs_definition":"Golan, a place east of the Jordan","kjv_definition":"Golan."} +{"id":"H1475","strongs_number":"H1475","system":"hebrew","language":"hebrew","number_value":1475,"lemma":"גּוּמָּץ","transliteration":"gûwmmâts","pronunciation":"goom-mawts'","derivation":"of uncertain derivation;","strongs_definition":"a pit","kjv_definition":"pit."} +{"id":"H1476","strongs_number":"H1476","system":"hebrew","language":"hebrew","number_value":1476,"lemma":"גּוּנִי","transliteration":"Gûwnîy","pronunciation":"goo-nee'","derivation":"probably from H1598 (גָּנַן); protected;","strongs_definition":"Guni, the name of two Israelites","kjv_definition":"Guni."} +{"id":"H1477","strongs_number":"H1477","system":"hebrew","language":"hebrew","number_value":1477,"lemma":"גּוּנִי","transliteration":"Gûwnîy","pronunciation":"goo-nee'","derivation":"patronymically from H1476 (גּוּנִי);","strongs_definition":"a Gunite (collectively with article prefix) or descendants of Guni","kjv_definition":"Gunites."} +{"id":"H1478","strongs_number":"H1478","system":"hebrew","language":"hebrew","number_value":1478,"lemma":"גָּוַע","transliteration":"gâvaʻ","pronunciation":"gaw-vah'","derivation":"a primitive root;","strongs_definition":"to breathe out, i.e. (by implication) expire","kjv_definition":"die, be dead, give up the ghost, perish."} +{"id":"H1479","strongs_number":"H1479","system":"hebrew","language":"hebrew","number_value":1479,"lemma":"גּוּף","transliteration":"gûwph","pronunciation":"goof","derivation":"a primitive root;","strongs_definition":"properly, to hollow or arch, i.e. (figuratively) close; to shut","kjv_definition":"shut."} +{"id":"H1480","strongs_number":"H1480","system":"hebrew","language":"hebrew","number_value":1480,"lemma":"גּוּפָה","transliteration":"gûwphâh","pronunciation":"goo-faw'","derivation":"from H1479 (גּוּף);","strongs_definition":"a corpse (as closed to sense)","kjv_definition":"body."} +{"id":"H1481","strongs_number":"H1481","system":"hebrew","language":"hebrew","number_value":1481,"lemma":"גּוּר","transliteration":"gûwr","pronunciation":"goor","derivation":"a primitive root;","strongs_definition":"properly, to turn aside from the road (for a lodging or any other purpose), i.e. sojourn (as a guest); also to shrink, fear (as in a strange place); also to gather forhostility (as afraid)","kjv_definition":"abide, assemble, be afraid, dwell, fear, gather (together), inhabitant, remain, sojourn, stand in awe, (be) stranger, [idiom] surely."} +{"id":"H1482","strongs_number":"H1482","system":"hebrew","language":"hebrew","number_value":1482,"lemma":"גּוּר","transliteration":"gûwr","pronunciation":"goor","derivation":"or (shortened) גֻּר; perhaps from H1481 (גּוּר);","strongs_definition":"a cub (as still abiding in the lair), especially of the lion","kjv_definition":"whelp, young one."} +{"id":"H1483","strongs_number":"H1483","system":"hebrew","language":"hebrew","number_value":1483,"lemma":"גּוּר","transliteration":"Gûwr","pronunciation":"goor","derivation":"the same as H1482 (גּוּר);","strongs_definition":"Gur, a place in Palestine","kjv_definition":"Gur."} +{"id":"H1484","strongs_number":"H1484","system":"hebrew","language":"hebrew","number_value":1484,"lemma":"גּוֹר","transliteration":"gôwr","pronunciation":"gore","derivation":"or (feminine) גֹּרָה; a variation of H1482 (גּוּר)","strongs_definition":"{a cub (as still abiding in the lair), especially of the lion}","kjv_definition":"whelp."} +{"id":"H1485","strongs_number":"H1485","system":"hebrew","language":"hebrew","number_value":1485,"lemma":"גּוּר־בַּעַל","transliteration":"Gûwr-Baʻal","pronunciation":"goor-bah'-al","derivation":"from H1481 (גּוּר) and H1168 (בַּעַל); dwelling of Baal;","strongs_definition":"Gur-Baal, a place in Arabia","kjv_definition":"Gur-baal."} +{"id":"H1486","strongs_number":"H1486","system":"hebrew","language":"hebrew","number_value":1486,"lemma":"גּוֹרָל","transliteration":"gôwrâl","pronunciation":"go-rawl'","derivation":"or (shortened) גֹּרָל; from an unused root meaning to be rough (as stone);","strongs_definition":"properly, a pebble, i.e. a lot (small stones being used for that purpose); figuratively, a portion or destiny (as if determined by lot)","kjv_definition":"lot."} +{"id":"H1487","strongs_number":"H1487","system":"hebrew","language":"hebrew","number_value":1487,"lemma":"גּוּשׁ","transliteration":"gûwsh","pronunciation":"goosh","derivation":"or rather (by permutation) גִּישׁ; of uncertain derivation;","strongs_definition":"a mass of earth","kjv_definition":"clod."} +{"id":"H1488","strongs_number":"H1488","system":"hebrew","language":"hebrew","number_value":1488,"lemma":"גֵּז","transliteration":"gêz","pronunciation":"gaze","derivation":"from H1494 (גַּזָז);","strongs_definition":"a fleece (as shorn); also mown grass","kjv_definition":"fleece, mowing, mown grass."} +{"id":"H1489","strongs_number":"H1489","system":"hebrew","language":"hebrew","number_value":1489,"lemma":"גִּזְבָּר","transliteration":"gizbâr","pronunciation":"ghiz-bawr'","derivation":"of foreign derivation;","strongs_definition":"treasurer","kjv_definition":"treasurer."} +{"id":"H1490","strongs_number":"H1490","system":"hebrew","language":"hebrew","number_value":1490,"lemma":"גִּזְבָּר","transliteration":"gizbâr","pronunciation":"ghiz-bawr'","derivation":"(Aramaic) corresponding to H1489 (גִּזְבָּר)","strongs_definition":"{treasurer}","kjv_definition":"treasurer."} +{"id":"H1491","strongs_number":"H1491","system":"hebrew","language":"hebrew","number_value":1491,"lemma":"גָּזָה","transliteration":"gâzâh","pronunciation":"gaw-zaw'","derivation":"a primitive root (akin to H1468 (גּוּז));","strongs_definition":"to cut off, i.e. portion out","kjv_definition":"take."} +{"id":"H1492","strongs_number":"H1492","system":"hebrew","language":"hebrew","number_value":1492,"lemma":"גָּזַּה","transliteration":"gâzzah","pronunciation":"gaz-zaw'","derivation":"feminine from H1494 (גַּזָז);","strongs_definition":"a fleece","kjv_definition":"fleece."} +{"id":"H1493","strongs_number":"H1493","system":"hebrew","language":"hebrew","number_value":1493,"lemma":"גִּזוֹנִי","transliteration":"Gizôwnîy","pronunciation":"ghee-zo-nee'","derivation":"patrial from the unused name of a place apparently in Palestine;","strongs_definition":"a Gizonite or inhabitant of Gizoh","kjv_definition":"Gizonite."} +{"id":"H1494","strongs_number":"H1494","system":"hebrew","language":"hebrew","number_value":1494,"lemma":"גַּזָז","transliteration":"gazâz","pronunciation":"gaw-zaz'","derivation":"a primitive root (akin to H1468 (גּוּז));","strongs_definition":"to cut off; specifically to shear aflock or shave the hair; figuratively to destroy an enemy","kjv_definition":"cut off (down), poll, shave, (sheep-) shear(-er)."} +{"id":"H1495","strongs_number":"H1495","system":"hebrew","language":"hebrew","number_value":1495,"lemma":"גָּזֵז","transliteration":"Gâzêz","pronunciation":"gaw-zaze'","derivation":"from H1494 (גַּזָז); shearer;","strongs_definition":"Gazez, the name of two Israelites","kjv_definition":"Gazez."} +{"id":"H1496","strongs_number":"H1496","system":"hebrew","language":"hebrew","number_value":1496,"lemma":"גָּזִית","transliteration":"gâzîyth","pronunciation":"gaw-zeeth'","derivation":"from H1491 (גָּזָה);","strongs_definition":"something cut, i.e. dressed stone","kjv_definition":"hewed, hewn stone, wrought."} +{"id":"H1497","strongs_number":"H1497","system":"hebrew","language":"hebrew","number_value":1497,"lemma":"גָּזַל","transliteration":"gâzal","pronunciation":"gaw-zal'","derivation":"a primitive root;","strongs_definition":"to pluck off; specifically to flay, strip or rob","kjv_definition":"catch, consume, exercise (robbery), pluck (off), rob, spoil, take away (by force, violence), tear."} +{"id":"H1498","strongs_number":"H1498","system":"hebrew","language":"hebrew","number_value":1498,"lemma":"גָּזֵל","transliteration":"gâzêl","pronunciation":"gaw-zale'","derivation":"from H1497 (גָּזַל);","strongs_definition":"robbery, or (concretely) plunder","kjv_definition":"robbery, thing taken away by violence."} +{"id":"H1499","strongs_number":"H1499","system":"hebrew","language":"hebrew","number_value":1499,"lemma":"גֵּזֶל","transliteration":"gêzel","pronunciation":"ghe'-zel","derivation":"from H1497 (גָּזַל);","strongs_definition":"plunder, i.e. violence","kjv_definition":"violence, violent perverting.. gozal. See H1469 (גּוֹזָל)."} +{"id":"H1500","strongs_number":"H1500","system":"hebrew","language":"hebrew","number_value":1500,"lemma":"גְּזֵלָה","transliteration":"gᵉzêlâh","pronunciation":"ghez-ay-law'","derivation":"feminine of H1498 (גָּזֵל) and mean the same","strongs_definition":"{robbery, or (concretely) plunder}","kjv_definition":"that (he had robbed) (which he took violently away), spoil, violence."} +{"id":"H1501","strongs_number":"H1501","system":"hebrew","language":"hebrew","number_value":1501,"lemma":"גָּזָם","transliteration":"gâzâm","pronunciation":"gaw-zawm'","derivation":"from an unused root meaning to devour;","strongs_definition":"a kind of locust","kjv_definition":"palmer-worm."} +{"id":"H1502","strongs_number":"H1502","system":"hebrew","language":"hebrew","number_value":1502,"lemma":"גַּזָּם","transliteration":"Gazzâm","pronunciation":"gaz-zawm'","derivation":"from the same as H1501 (גָּזָם); devourer","strongs_definition":"Gazzam, one of the Nethinim","kjv_definition":"Gazzam."} +{"id":"H1503","strongs_number":"H1503","system":"hebrew","language":"hebrew","number_value":1503,"lemma":"גֶּזַע","transliteration":"gezaʻ","pronunciation":"geh'-zah","derivation":"from an unused root meaning to cut down (trees);","strongs_definition":"the trunk or stump of atree (as felled or as planted)","kjv_definition":"stem, stock."} +{"id":"H1504","strongs_number":"H1504","system":"hebrew","language":"hebrew","number_value":1504,"lemma":"גָּזַר","transliteration":"gâzar","pronunciation":"gaw-zar'","derivation":"a primitive root;","strongs_definition":"to cut down or off; (figuratively) to destroy, divide, exclude, or decide","kjv_definition":"cut down (off), decree, divide, snatch."} +{"id":"H1505","strongs_number":"H1505","system":"hebrew","language":"hebrew","number_value":1505,"lemma":"גְּזַר","transliteration":"gᵉzar","pronunciation":"ghez-ar'","derivation":"(Aramaic) corresponding to H1504 (גָּזַר);","strongs_definition":"to quarry; determine","kjv_definition":"cut out, soothsayer."} +{"id":"H1506","strongs_number":"H1506","system":"hebrew","language":"hebrew","number_value":1506,"lemma":"גֶּזֶר","transliteration":"gezer","pronunciation":"gheh'-zer","derivation":"from H1504 (גָּזַר);","strongs_definition":"something cut off; a portion","kjv_definition":"part, piece."} +{"id":"H1507","strongs_number":"H1507","system":"hebrew","language":"hebrew","number_value":1507,"lemma":"גֶּזֶר","transliteration":"Gezer","pronunciation":"gheh'-zer","derivation":"the same as H1506 (גֶּזֶר);","strongs_definition":"Gezer, a place in Palestine","kjv_definition":"Gazer, Gezer."} +{"id":"H1508","strongs_number":"H1508","system":"hebrew","language":"hebrew","number_value":1508,"lemma":"גִּזְרָה","transliteration":"gizrâh","pronunciation":"ghiz-raw'","derivation":"feminine of H1506 (גֶּזֶר);","strongs_definition":"the figure or person (as if cut out); also an inclosure (as separated)","kjv_definition":"polishing, separate place."} +{"id":"H1509","strongs_number":"H1509","system":"hebrew","language":"hebrew","number_value":1509,"lemma":"גְּזֵרָה","transliteration":"gᵉzêrâh","pronunciation":"ghez-ay-raw'","derivation":"from H1504 (גָּזַר);","strongs_definition":"a desert (as separated)","kjv_definition":"not inhabited."} +{"id":"H1510","strongs_number":"H1510","system":"hebrew","language":"hebrew","number_value":1510,"lemma":"גְּזֵרָה","transliteration":"gᵉzêrâh","pronunciation":"ghez-ay-raw'","derivation":"(Aramaic) from H1505 (גְּזַר) (as H1504 (גָּזַר));","strongs_definition":"a decree","kjv_definition":"decree."} +{"id":"H1511","strongs_number":"H1511","system":"hebrew","language":"hebrew","number_value":1511,"lemma":"גִּזְרִי","transliteration":"Gizrîy","pronunciation":"ghiz-ree'","derivation":"(in the m patrial from H1507 (גֶּזֶר); a Gezerite (collectively) or inhabitants of Gezer; but better (as in the text) bytransposition גִּזְרִיxlit Girzîy corrected to Gizrîy; patrial of H1630 (גְּרִזִים);","strongs_definition":"a Grizite (collectively) or member of a native tribe in Palestine","kjv_definition":"Gezrites."} +{"id":"H1512","strongs_number":"H1512","system":"hebrew","language":"hebrew","number_value":1512,"lemma":"גָּחוֹן","transliteration":"gâchôwn","pronunciation":"gaw-khone'","derivation":"probably from H1518 (גִּיחַ)lemma גּיחַ missing vowel, corrected to גִּיחַ; (compare H1521 (גִּיחוֹן))","strongs_definition":"the external abdomen, belly (as the source of the faetus )","kjv_definition":"belly."} +{"id":"H1513","strongs_number":"H1513","system":"hebrew","language":"hebrew","number_value":1513,"lemma":"גֶּחֶל","transliteration":"gechel","pronunciation":"geh'-khel","derivation":"or (feminine) גַּחֶלֶת; from an unused root meaning to glow or kindle;","strongs_definition":"an ember","kjv_definition":"(burning) coal."} +{"id":"H1514","strongs_number":"H1514","system":"hebrew","language":"hebrew","number_value":1514,"lemma":"גַּחַם","transliteration":"Gacham","pronunciation":"gah'-kham","derivation":"from an unused root meaning to burn; flame;","strongs_definition":"Gacham, a son of Nahor","kjv_definition":"Gaham."} +{"id":"H1515","strongs_number":"H1515","system":"hebrew","language":"hebrew","number_value":1515,"lemma":"גַּחַר","transliteration":"Gachar","pronunciation":"gah'-khar","derivation":"from an unused root meaning to hide; lurker;","strongs_definition":"Gachar, one of the Nethinim","kjv_definition":"Gahar."} +{"id":"H1516","strongs_number":"H1516","system":"hebrew","language":"hebrew","number_value":1516,"lemma":"גַּיְא","transliteration":"gayʼ","pronunciation":"gah'-ee","derivation":"or (shortened) גַּי; probably (by transmutation) from the same root as H1466 (גֵּוָה) (abbreviated);","strongs_definition":"a gorge (from its lofty sides; hence, narrow, but not a gully or winter-torrent)","kjv_definition":"valley."} +{"id":"H1517","strongs_number":"H1517","system":"hebrew","language":"hebrew","number_value":1517,"lemma":"גִּיד","transliteration":"gîyd","pronunciation":"gheed","derivation":"probably from H1464 (גּוּד);","strongs_definition":"a thong (as compressing); by analogy, a tendon","kjv_definition":"sinew."} +{"id":"H1518","strongs_number":"H1518","system":"hebrew","language":"hebrew","number_value":1518,"lemma":"גִּיחַ","transliteration":"gîyach","pronunciation":"ghee'-akh","derivation":"or (shortened) גֹּחַ; a primitive root;","strongs_definition":"to gush forth (as water), generally to issue","kjv_definition":"break forth, labor to bring forth, come forth, draw up, take out."} +{"id":"H1519","strongs_number":"H1519","system":"hebrew","language":"hebrew","number_value":1519,"lemma":"גִּיחַ","transliteration":"gîyach","pronunciation":"ghee'-akh","derivation":"(Aramaic) or (shortened) גּוּחַ; (Aramaic), corresponding to H1518 (גִּיחַ)lemma גּיחַ missing vowel, corrected to גִּיחַ;","strongs_definition":"to rush forth","kjv_definition":"strive."} +{"id":"H1520","strongs_number":"H1520","system":"hebrew","language":"hebrew","number_value":1520,"lemma":"גִּיחַ","transliteration":"Gîyach","pronunciation":"ghee'-akh","derivation":"from H1518 (גִּיחַ)lemma גּיחַ missing vowel, corrected to גִּיחַ; a fountain;","strongs_definition":"Giach, a place in Palestine","kjv_definition":"Giah."} +{"id":"H1521","strongs_number":"H1521","system":"hebrew","language":"hebrew","number_value":1521,"lemma":"גִּיחוֹן","transliteration":"Gîychôwn","pronunciation":"ghee-khone'","derivation":"or (shortened) גִּחוֹן; from H1518 (גִּיחַ)lemma גּיחַ missing vowel, corrected to גִּיחַ; stream;","strongs_definition":"Gichon, a river of Paradise; also a valley (or pool) near Jerusalem","kjv_definition":"Gihon."} +{"id":"H1522","strongs_number":"H1522","system":"hebrew","language":"hebrew","number_value":1522,"lemma":"גֵּיחֲזִי","transliteration":"Gêychăzîy","pronunciation":"gay-khah-zee'","derivation":"or גֵּחֲזִי; apparently from H1516 (גַּיְא) and H2372 (חָזָה); valley of a visionary;","strongs_definition":"Gechazi, the servant of Elisha","kjv_definition":"Gehazi."} +{"id":"H1523","strongs_number":"H1523","system":"hebrew","language":"hebrew","number_value":1523,"lemma":"גִּיל","transliteration":"gîyl","pronunciation":"gheel","derivation":"or (by permutation) גּוּל; a primitive root;","strongs_definition":"properly, to spin round (under the influence of any violent emotion), i.e. usually rejoice, or (as cringing) fear","kjv_definition":"be glad, joy, be joyful, rejoice."} +{"id":"H1524","strongs_number":"H1524","system":"hebrew","language":"hebrew","number_value":1524,"lemma":"גִּיל","transliteration":"gîyl","pronunciation":"gheel","derivation":"from H1523 (גִּיל);","strongs_definition":"a revolution (of time, i.e. an age); also joy","kjv_definition":"[idiom] exceedingly, gladness, [idiom] greatly, joy, rejoice(-ing), sort."} +{"id":"H1525","strongs_number":"H1525","system":"hebrew","language":"hebrew","number_value":1525,"lemma":"גִּילָה","transliteration":"gîylâh","pronunciation":"ghee-law'","derivation":"or גִּילַת; feminine of H1524 (גִּיל);","strongs_definition":"joy","kjv_definition":"joy, rejoicing."} +{"id":"H1526","strongs_number":"H1526","system":"hebrew","language":"hebrew","number_value":1526,"lemma":"גִּילֹנִי","transliteration":"Gîylônîy","pronunciation":"ghee-lo-nee'","derivation":"patrial from H1542 (גִּלֹה);","strongs_definition":"a Gilonite or inhabitant of Giloh","kjv_definition":"Gilonite."} +{"id":"H1527","strongs_number":"H1527","system":"hebrew","language":"hebrew","number_value":1527,"lemma":"גִּינַת","transliteration":"Gîynath","pronunciation":"ghee-nath'","derivation":"of uncertain derivation;","strongs_definition":"Ginath, an Israelite","kjv_definition":"Ginath."} +{"id":"H1528","strongs_number":"H1528","system":"hebrew","language":"hebrew","number_value":1528,"lemma":"גִּיר","transliteration":"gîyr","pronunciation":"gheer","derivation":"(Aramaic) corresponding to H1615 (גִּר);","strongs_definition":"lime","kjv_definition":"plaster."} +{"id":"H1529","strongs_number":"H1529","system":"hebrew","language":"hebrew","number_value":1529,"lemma":"גֵּישָׁן","transliteration":"Gêyshân","pronunciation":"gay-shawn'","derivation":"from the same as H1487 (גּוּשׁ); lumpish;","strongs_definition":"Geshan, an Israelite","kjv_definition":"Geshan."} +{"id":"H1530","strongs_number":"H1530","system":"hebrew","language":"hebrew","number_value":1530,"lemma":"גַּל","transliteration":"gal","pronunciation":"gal","derivation":"from H1556 (גָּלַל);","strongs_definition":"something rolled, i.e. a heap of stone or dung (plural ruins), by analogy, a spring of water (plural waves)","kjv_definition":"billow, heap, spring, wave."} +{"id":"H1531","strongs_number":"H1531","system":"hebrew","language":"hebrew","number_value":1531,"lemma":"גֹּל","transliteration":"gôl","pronunciation":"gole","derivation":"from H1556 (גָּלַל);","strongs_definition":"a cup for oil (as round)","kjv_definition":"bowl."} +{"id":"H1532","strongs_number":"H1532","system":"hebrew","language":"hebrew","number_value":1532,"lemma":"גַּלָּב","transliteration":"gallâb","pronunciation":"gal-lawb'","derivation":"from an unused root meaning to shave;","strongs_definition":"a barber","kjv_definition":"barber."} +{"id":"H1533","strongs_number":"H1533","system":"hebrew","language":"hebrew","number_value":1533,"lemma":"גִּלְבֹּעַ","transliteration":"Gilbôaʻ","pronunciation":"ghil-bo'-ah","derivation":"from H1530 (גַּל) and H1158 (בָּעָה); fountain of ebullition;","strongs_definition":"Gilboa, a mountain of Palestine","kjv_definition":"Gilboa."} +{"id":"H1534","strongs_number":"H1534","system":"hebrew","language":"hebrew","number_value":1534,"lemma":"גַּלְגַּל","transliteration":"galgal","pronunciation":"gal-gal'","derivation":"by reduplication from H1556 (גָּלַל);","strongs_definition":"a wheel; by analogy, a whirlwind; also dust (as whirled)","kjv_definition":"heaven, rolling thing, wheel."} +{"id":"H1535","strongs_number":"H1535","system":"hebrew","language":"hebrew","number_value":1535,"lemma":"גַּלְגַּל","transliteration":"galgal","pronunciation":"gal-gal'","derivation":"(Aramaic) corresponding to H1534 (גַּלְגַּל);","strongs_definition":"a wheel","kjv_definition":"wheel."} +{"id":"H1536","strongs_number":"H1536","system":"hebrew","language":"hebrew","number_value":1536,"lemma":"גִּלְגָּל","transliteration":"gilgâl","pronunciation":"ghil-gawl'","derivation":"a variation of H1534 (גַּלְגַּל)","strongs_definition":"{a wheel; by analogy, a whirlwind; also dust (as whirled)}","kjv_definition":"wheel."} +{"id":"H1537","strongs_number":"H1537","system":"hebrew","language":"hebrew","number_value":1537,"lemma":"גִּלְגָּל","transliteration":"Gilgâl","pronunciation":"ghil-gawl'","derivation":"the same as H1536 (גִּלְגָּל) (with the article as a properly, noun);","strongs_definition":"Gilgal, the name of three places in Palestine","kjv_definition":"Gilgal. See also H1019 (בֵּית הַגִּלְגָּל)."} +{"id":"H1538","strongs_number":"H1538","system":"hebrew","language":"hebrew","number_value":1538,"lemma":"גֻּלְגֹּלֶת","transliteration":"gulgôleth","pronunciation":"gul-go'-leth","derivation":"by reduplication from H1556 (גָּלַל);","strongs_definition":"a skull (as round); by implication, a head (in enumeration of persons)","kjv_definition":"head, every man, poll, skull."} +{"id":"H1539","strongs_number":"H1539","system":"hebrew","language":"hebrew","number_value":1539,"lemma":"גֶּלֶד","transliteration":"geled","pronunciation":"ghe'-led","derivation":"from an unused root probably meaning to polish;","strongs_definition":"the (human) skin (as smooth)","kjv_definition":"skin."} +{"id":"H1540","strongs_number":"H1540","system":"hebrew","language":"hebrew","number_value":1540,"lemma":"גָּלָה","transliteration":"gâlâh","pronunciation":"gaw-law'","derivation":"a primitive root;","strongs_definition":"to denude (especially in a disgraceful sense); by implication, to exile (captives being usually stripped); figuratively, to reveal","kjv_definition":"[phrase] advertise, appear, bewray, bring, (carry, lead, go) captive (into captivity), depart, disclose, discover, exile, be gone, open, [idiom] plainly, publish, remove, reveal, [idiom] shamelessly, shew, [idiom] surely, tell, uncover."} +{"id":"H1541","strongs_number":"H1541","system":"hebrew","language":"hebrew","number_value":1541,"lemma":"גְּלָה","transliteration":"gᵉlâh","pronunciation":"ghel-aw'","derivation":"(Aramaic) or גְּלָא; (Aramaic), corresponding to H1540 (גָּלָה)","strongs_definition":"{to denude (especially in a disgraceful sense); by implication, to exile (captives being usually stripped); figuratively, to reveal}","kjv_definition":"bring over, carry away, reveal."} +{"id":"H1542","strongs_number":"H1542","system":"hebrew","language":"hebrew","number_value":1542,"lemma":"גִּלֹה","transliteration":"Gilôh","pronunciation":"ghee-lo'","derivation":"or (fully) גִּילֹה; from H1540 (גָּלָה); open;","strongs_definition":"Giloh, a place in Palestine","kjv_definition":"Giloh."} +{"id":"H1543","strongs_number":"H1543","system":"hebrew","language":"hebrew","number_value":1543,"lemma":"גֻּלָּה","transliteration":"gullâh","pronunciation":"gool-law'","derivation":"feminine from H1556 (גָּלַל);","strongs_definition":"a fountain, bowl or globe (all as round)","kjv_definition":"bowl, pommel, spring."} +{"id":"H1544","strongs_number":"H1544","system":"hebrew","language":"hebrew","number_value":1544,"lemma":"גִּלּוּל","transliteration":"gillûwl","pronunciation":"ghil-lool'","derivation":"or (shortened) גִּלֻּל; from H1556 (גָּלַל);","strongs_definition":"properly, a log (as round); by implication, an idol","kjv_definition":"idol."} +{"id":"H1545","strongs_number":"H1545","system":"hebrew","language":"hebrew","number_value":1545,"lemma":"גְּלוֹם","transliteration":"gᵉlôwm","pronunciation":"ghel-ome'","derivation":"from H1563 (גָּלַם);","strongs_definition":"clothing (as wrapped)","kjv_definition":"clothes."} +{"id":"H1546","strongs_number":"H1546","system":"hebrew","language":"hebrew","number_value":1546,"lemma":"גָּלוּת","transliteration":"gâlûwth","pronunciation":"gaw-looth'","derivation":"feminine from H1540 (גָּלָה);","strongs_definition":"captivity; concretely, exiles (collectively)","kjv_definition":"(they that are carried away) captives(-ity)."} +{"id":"H1547","strongs_number":"H1547","system":"hebrew","language":"hebrew","number_value":1547,"lemma":"גָּלוּת","transliteration":"gâlûwth","pronunciation":"gaw-looth'","derivation":"(Aramaic) corresponding to H1546 (גָּלוּת)","strongs_definition":"{captivity; concretely, exiles (collectively)}","kjv_definition":"captivity."} +{"id":"H1548","strongs_number":"H1548","system":"hebrew","language":"hebrew","number_value":1548,"lemma":"גָּלַח","transliteration":"gâlach","pronunciation":"gaw-lakh'","derivation":"a primitive root;","strongs_definition":"properly, to be bald, i.e. (causatively) to shave; figuratively to lay waste","kjv_definition":"poll, shave (off)."} +{"id":"H1549","strongs_number":"H1549","system":"hebrew","language":"hebrew","number_value":1549,"lemma":"גִּלָּיוֹן","transliteration":"gillâyôwn","pronunciation":"ghil-law-yone'","derivation":"or גִּלְיוֹן; from H1540 (גָּלָה);","strongs_definition":"a tablet for writing (as bare); by analogy, a mirror (as a plate)","kjv_definition":"glass, roll."} +{"id":"H1550","strongs_number":"H1550","system":"hebrew","language":"hebrew","number_value":1550,"lemma":"גָּלִיל","transliteration":"gâlîyl","pronunciation":"gaw-leel'","derivation":"from H1556 (גָּלַל);","strongs_definition":"a valve of a folding door (as turning); also a ring (as round)","kjv_definition":"folding, ring."} +{"id":"H1551","strongs_number":"H1551","system":"hebrew","language":"hebrew","number_value":1551,"lemma":"גָּלִיל","transliteration":"Gâlîyl","pronunciation":"gaw-leel'","derivation":"or (prolonged) גָּלִילָה; the same as H1550 (גָּלִיל); a circle (with the article);","strongs_definition":"Galil (as a special circuit) in the North of Palestine","kjv_definition":"Galilee."} +{"id":"H1552","strongs_number":"H1552","system":"hebrew","language":"hebrew","number_value":1552,"lemma":"גְלִילָה","transliteration":"gᵉlîylâh","pronunciation":"ghel-ee-law'","derivation":"feminine of H1550 (גָּלִיל);","strongs_definition":"a circuit or region","kjv_definition":"border, coast, country."} +{"id":"H1553","strongs_number":"H1553","system":"hebrew","language":"hebrew","number_value":1553,"lemma":"גְּלִילוֹת","transliteration":"Gᵉlîylôwth","pronunciation":"ghel-ee-lowth'","derivation":"plural of H1552 (גְלִילָה); circles;","strongs_definition":"Geliloth, a place in Palestine","kjv_definition":"Geliloth."} +{"id":"H1554","strongs_number":"H1554","system":"hebrew","language":"hebrew","number_value":1554,"lemma":"גַּלִּים","transliteration":"Gallîym","pronunciation":"gal-leem'","derivation":"plural of H1530 (גַּל); springs;","strongs_definition":"Gallim, a place in Palestine","kjv_definition":"Gallim."} +{"id":"H1555","strongs_number":"H1555","system":"hebrew","language":"hebrew","number_value":1555,"lemma":"גׇּלְיַת","transliteration":"Golyath","pronunciation":"gol-yath'","derivation":"perhaps from H1540 (גָּלָה); exile;","strongs_definition":"Goljath, a Philistine","kjv_definition":"Goliath."} +{"id":"H1556","strongs_number":"H1556","system":"hebrew","language":"hebrew","number_value":1556,"lemma":"גָּלַל","transliteration":"gâlal","pronunciation":"gaw-lal'","derivation":"a primitive root;","strongs_definition":"to roll (literally or figuratively)","kjv_definition":"commit, remove, roll (away, down, together), run down, seek occasion, trust, wallow."} +{"id":"H1557","strongs_number":"H1557","system":"hebrew","language":"hebrew","number_value":1557,"lemma":"גָּלָל","transliteration":"gâlâl","pronunciation":"gaw-lawl'","derivation":"from H1556 (גָּלַל);","strongs_definition":"dung (as in balls)","kjv_definition":"dung."} +{"id":"H1558","strongs_number":"H1558","system":"hebrew","language":"hebrew","number_value":1558,"lemma":"גָּלָל","transliteration":"gâlâl","pronunciation":"gaw-lawl'","derivation":"from H1556 (גָּלַל);","strongs_definition":"a circumstance (as rolled around); only used adverbially, on account of","kjv_definition":"because of, for (sake)."} +{"id":"H1559","strongs_number":"H1559","system":"hebrew","language":"hebrew","number_value":1559,"lemma":"גָּלָל","transliteration":"Gâlâl","pronunciation":"gaw-lawl'","derivation":"from H1556 (גָּלַל), in the sense of H1560 (גְּלָל); great;","strongs_definition":"Galal, the name of two Israelites","kjv_definition":"Galal."} +{"id":"H1560","strongs_number":"H1560","system":"hebrew","language":"hebrew","number_value":1560,"lemma":"גְּלָל","transliteration":"gᵉlâl","pronunciation":"ghel-awl'","derivation":"(Aramaic) from a root corresponding to H1556 (גָּלַל);","strongs_definition":"weight or size (as if rolled)","kjv_definition":"great."} +{"id":"H1561","strongs_number":"H1561","system":"hebrew","language":"hebrew","number_value":1561,"lemma":"גֵּלֶל","transliteration":"gêlel","pronunciation":"gay'-lel","derivation":"a variation of H1557 (גָּלָל);","strongs_definition":"dung (plural balls of dung)","kjv_definition":"dung."} +{"id":"H1562","strongs_number":"H1562","system":"hebrew","language":"hebrew","number_value":1562,"lemma":"גִּלֲלַי","transliteration":"Gilălay","pronunciation":"ghe-lal-ah'-ee","derivation":"from H1561 (גֵּלֶל); dungy;","strongs_definition":"Gilalai, an Israelite","kjv_definition":"Gilalai."} +{"id":"H1563","strongs_number":"H1563","system":"hebrew","language":"hebrew","number_value":1563,"lemma":"גָּלַם","transliteration":"gâlam","pronunciation":"gaw-lam'","derivation":"a primitive root;","strongs_definition":"to fold","kjv_definition":"wrap together."} +{"id":"H1564","strongs_number":"H1564","system":"hebrew","language":"hebrew","number_value":1564,"lemma":"גֹּלֶם","transliteration":"gôlem","pronunciation":"go'-lem","derivation":"from H1563 (גָּלַם);","strongs_definition":"a wrapped (and unformed mass, i.e. as the embryo)","kjv_definition":"substance yet being unperfect."} +{"id":"H1565","strongs_number":"H1565","system":"hebrew","language":"hebrew","number_value":1565,"lemma":"גַּלְמוּד","transliteration":"galmûwd","pronunciation":"gal-mood'","derivation":"probably by prolonged from H1563 (גָּלַם);","strongs_definition":"sterile (as wrapped up too hard); figuratively, desolate","kjv_definition":"desolate, solitary."} +{"id":"H1566","strongs_number":"H1566","system":"hebrew","language":"hebrew","number_value":1566,"lemma":"גָּלַע","transliteration":"gâlaʻ","pronunciation":"gaw-lah'","derivation":"a primitive root;","strongs_definition":"to be obstinate","kjv_definition":"(inter-) meddle (with)."} +{"id":"H1567","strongs_number":"H1567","system":"hebrew","language":"hebrew","number_value":1567,"lemma":"גַּלְעֵד","transliteration":"Galʻêd","pronunciation":"gal-ade'","derivation":"from H1530 (גַּל) and H5707 (עֵד); heap of testimony;","strongs_definition":"Galed, a memorial cairn East of the Jordan","kjv_definition":"Galeed."} +{"id":"H1568","strongs_number":"H1568","system":"hebrew","language":"hebrew","number_value":1568,"lemma":"גִּלְעָד","transliteration":"Gilʻâd","pronunciation":"ghil-awd'","derivation":"probably from H1567 (גַּלְעֵד);","strongs_definition":"Gilad, a region East of the Jordan; also the name of three Israelites","kjv_definition":"Gilead, Gileadite."} +{"id":"H1569","strongs_number":"H1569","system":"hebrew","language":"hebrew","number_value":1569,"lemma":"גִּלְעָדִי","transliteration":"Gilʻâdîy","pronunciation":"ghil-aw-dee'","derivation":"patronymically from H1568 (גִּלְעָד);","strongs_definition":"a Giladite or descendant of Gilad","kjv_definition":"Gileadite."} +{"id":"H1570","strongs_number":"H1570","system":"hebrew","language":"hebrew","number_value":1570,"lemma":"גָּלַשׁ","transliteration":"gâlash","pronunciation":"gaw-lash'","derivation":"a primitive root;","strongs_definition":"probably to caper (as a goat)","kjv_definition":"appear."} +{"id":"H1571","strongs_number":"H1571","system":"hebrew","language":"hebrew","number_value":1571,"lemma":"גַּם","transliteration":"gam","pronunciation":"gam","derivation":"by contraction from an unused root meaning to gather;","strongs_definition":"properly, assemblage; used only adverbially also, even, yea, though; often repeated as correl. both...and","kjv_definition":"again, alike, also, (so much) as (soon), both (so)...and, but, either...or, even, for all, (in) likewise (manner), moreover, nay...neither, one, then(-refore), though, what, with, yea."} +{"id":"H1572","strongs_number":"H1572","system":"hebrew","language":"hebrew","number_value":1572,"lemma":"גָּמָא","transliteration":"gâmâʼ","pronunciation":"gaw-maw'","derivation":"a primitive root (literally or figuratively) to absorb","strongs_definition":"to absorb","kjv_definition":"swallow, drink."} +{"id":"H1573","strongs_number":"H1573","system":"hebrew","language":"hebrew","number_value":1573,"lemma":"גֹּמֶא","transliteration":"gômeʼ","pronunciation":"go'-meh","derivation":"from H1572 (גָּמָא);","strongs_definition":"properly, an absorbent, i.e. the bulrush (from its porosity); specifically the papyrus","kjv_definition":"(bul-) rush."} +{"id":"H1574","strongs_number":"H1574","system":"hebrew","language":"hebrew","number_value":1574,"lemma":"גֹּמֶד","transliteration":"gômed","pronunciation":"go'-med","derivation":"from an unused root apparently meaning to grasp;","strongs_definition":"properly, a span","kjv_definition":"cubit."} +{"id":"H1575","strongs_number":"H1575","system":"hebrew","language":"hebrew","number_value":1575,"lemma":"גַּמָּד","transliteration":"gammâd","pronunciation":"gam-mawd'","derivation":"from the same as H1574 (גֹּמֶד);","strongs_definition":"a warrior (as grasping weapons)","kjv_definition":"Gammadims."} +{"id":"H1576","strongs_number":"H1576","system":"hebrew","language":"hebrew","number_value":1576,"lemma":"גְּמוּל","transliteration":"gᵉmûwl","pronunciation":"ghem-ool'","derivation":"from H1580 (גָּמַל);","strongs_definition":"treatment, i.e. an act (of good or ill); by implication, service or requital","kjv_definition":"[phrase] as hast served, benefit, desert, deserving, that which he hath given, recompense, reward."} +{"id":"H1577","strongs_number":"H1577","system":"hebrew","language":"hebrew","number_value":1577,"lemma":"גָּמוּל","transliteration":"gâmûwl","pronunciation":"gaw-mool'","derivation":"passive participle of H1580 (גָּמַל); rewarded;","strongs_definition":"Gamul, an Israelite","kjv_definition":"Gamul. See also H1014 (בֵּית גָּמוּל)."} +{"id":"H1578","strongs_number":"H1578","system":"hebrew","language":"hebrew","number_value":1578,"lemma":"גְּמוּלָה","transliteration":"gᵉmûwlâh","pronunciation":"ghem-oo-law'","derivation":"feminine of H1576 (גְּמוּל);","strongs_definition":"meaning the same","kjv_definition":"deed, recompense, such a reward."} +{"id":"H1579","strongs_number":"H1579","system":"hebrew","language":"hebrew","number_value":1579,"lemma":"גִּמְזוֹ","transliteration":"Gimzôw","pronunciation":"ghim-zo'","derivation":"of uncertain derivation;","strongs_definition":"Gimzo, a place in Palestine","kjv_definition":"Gimzo."} +{"id":"H1580","strongs_number":"H1580","system":"hebrew","language":"hebrew","number_value":1580,"lemma":"גָּמַל","transliteration":"gâmal","pronunciation":"gaw-mal'","derivation":"a primitive root;","strongs_definition":"to treat a person (well or ill), i.e. benefit or requite; by implication (of toil), to ripen, i.e. (specifically) to wean","kjv_definition":"bestow on, deal bountifully, do (good), recompense, requite, reward, ripen, [phrase] serve, mean, yield."} +{"id":"H1581","strongs_number":"H1581","system":"hebrew","language":"hebrew","number_value":1581,"lemma":"גָּמָל","transliteration":"gâmâl","pronunciation":"gaw-mawl'","derivation":"apparently from H1580 (גָּמַל) (in the sense of labor or burden-bearing);","strongs_definition":"a camel","kjv_definition":"camel."} +{"id":"H1582","strongs_number":"H1582","system":"hebrew","language":"hebrew","number_value":1582,"lemma":"גְּמַלִּי","transliteration":"Gᵉmallîy","pronunciation":"ghem-al-lee'","derivation":"probably from H1581 (גָּמָל); cameldriver;","strongs_definition":"Gemalli, an Israelite","kjv_definition":"Gemalli."} +{"id":"H1583","strongs_number":"H1583","system":"hebrew","language":"hebrew","number_value":1583,"lemma":"גַּמְלִיאֵל","transliteration":"Gamlîyʼêl","pronunciation":"gam-lee-ale'","derivation":"from H1580 (גָּמַל) and H410 (אֵל); reward of God;","strongs_definition":"Gamliel, an Israelite","kjv_definition":"Gamaliel."} +{"id":"H1584","strongs_number":"H1584","system":"hebrew","language":"hebrew","number_value":1584,"lemma":"גָּמַר","transliteration":"gâmar","pronunciation":"gaw-mar'","derivation":"a primitive root;","strongs_definition":"to end (in the sense of completion or failure)","kjv_definition":"cease, come to an end, fail, perfect, perform."} +{"id":"H1585","strongs_number":"H1585","system":"hebrew","language":"hebrew","number_value":1585,"lemma":"גְּמַר","transliteration":"gᵉmar","pronunciation":"ghem-ar'","derivation":"(Aramaic) corresponding to H1584 (גָּמַר)","strongs_definition":"{to end (in the sense of completion or failure)}","kjv_definition":"perfect."} +{"id":"H1586","strongs_number":"H1586","system":"hebrew","language":"hebrew","number_value":1586,"lemma":"גֹּמֶר","transliteration":"Gômer","pronunciation":"go'-mer","derivation":"from H1584 (גָּמַר); completion;","strongs_definition":"Gomer, the name of a son of Japheth and of his descendants; also of a Hebrewess","kjv_definition":"Gomer."} +{"id":"H1587","strongs_number":"H1587","system":"hebrew","language":"hebrew","number_value":1587,"lemma":"גְּמַרְיָה","transliteration":"Gᵉmaryâh","pronunciation":"ghem-ar-yaw'","derivation":"or גְּמַרְיָהוּ; from H1584 (גָּמַר) and H3050 (יָהּ); Jah has perfected;","strongs_definition":"Gemarjah, the name of two Israelites","kjv_definition":"Gemariah."} +{"id":"H1588","strongs_number":"H1588","system":"hebrew","language":"hebrew","number_value":1588,"lemma":"גַּן","transliteration":"gan","pronunciation":"gan","derivation":"from H1598 (גָּנַן);","strongs_definition":"a garden (as fenced)","kjv_definition":"garden."} +{"id":"H1589","strongs_number":"H1589","system":"hebrew","language":"hebrew","number_value":1589,"lemma":"גָּנַב","transliteration":"gânab","pronunciation":"gaw-nab'","derivation":"a primitive root;","strongs_definition":"to thieve (literally or figuratively); by implication, to deceive","kjv_definition":"carry away, [idiom] indeed, secretly bring, steal (away), get by stealth."} +{"id":"H1590","strongs_number":"H1590","system":"hebrew","language":"hebrew","number_value":1590,"lemma":"גַּנָּב","transliteration":"gannâb","pronunciation":"gaw-nab'","derivation":"from H1589 (גָּנַב);","strongs_definition":"a stealer","kjv_definition":"thief."} +{"id":"H1591","strongs_number":"H1591","system":"hebrew","language":"hebrew","number_value":1591,"lemma":"גְּנֵבָה","transliteration":"gᵉnêbâh","pronunciation":"ghen-ay-baw'","derivation":"from H1589 (גָּנַב);","strongs_definition":"stealing, i.e. (concretely) something stolen","kjv_definition":"theft."} +{"id":"H1592","strongs_number":"H1592","system":"hebrew","language":"hebrew","number_value":1592,"lemma":"גְּנֻבַת","transliteration":"Gᵉnubath","pronunciation":"ghen-oo-bath'","derivation":"from H1589 (גָּנַב); theft;","strongs_definition":"Genubath, an Edomitish prince","kjv_definition":"Genubath."} +{"id":"H1593","strongs_number":"H1593","system":"hebrew","language":"hebrew","number_value":1593,"lemma":"גַּנָּה","transliteration":"gannâh","pronunciation":"gan-naw'","derivation":"feminine of H1588 (גַּן);","strongs_definition":"a garden","kjv_definition":"garden."} +{"id":"H1594","strongs_number":"H1594","system":"hebrew","language":"hebrew","number_value":1594,"lemma":"גִּנָּה","transliteration":"ginnâh","pronunciation":"ghin-naw'","derivation":"another form for H1593 (גַּנָּה)","strongs_definition":"{a garden}","kjv_definition":"garden."} +{"id":"H1595","strongs_number":"H1595","system":"hebrew","language":"hebrew","number_value":1595,"lemma":"גֶּנֶז","transliteration":"genez","pronunciation":"gheh'-nez","derivation":"from an unused root meaning to store;","strongs_definition":"treasure; by implication, a coffer","kjv_definition":"chest, treasury."} +{"id":"H1596","strongs_number":"H1596","system":"hebrew","language":"hebrew","number_value":1596,"lemma":"גְּנַז","transliteration":"gᵉnaz","pronunciation":"ghen-az'","derivation":"(Aramaic) corresponding to H1595 (גֶּנֶז);","strongs_definition":"treasure","kjv_definition":"treasure."} +{"id":"H1597","strongs_number":"H1597","system":"hebrew","language":"hebrew","number_value":1597,"lemma":"גִּנְזַךְ","transliteration":"ginzak","pronunciation":"ghin-zak'","derivation":"prolonged from H1595 (גֶּנֶז);","strongs_definition":"a treasury","kjv_definition":"treasury."} +{"id":"H1598","strongs_number":"H1598","system":"hebrew","language":"hebrew","number_value":1598,"lemma":"גָּנַן","transliteration":"gânan","pronunciation":"gaw-nan'","derivation":"a primitive root;","strongs_definition":"to hedge about, i.e. (generally) protect","kjv_definition":"defend."} +{"id":"H1599","strongs_number":"H1599","system":"hebrew","language":"hebrew","number_value":1599,"lemma":"גִּנְּתוֹן","transliteration":"Ginnᵉthôwn","pronunciation":"ghin-neth-one","derivation":"or גִּנְּתוֹ; from H1598 (גָּנַן); gardener;","strongs_definition":"Ginnethon or Ginnetho, an Israelite","kjv_definition":"Ginnetho, Ginnethon."} +{"id":"H1600","strongs_number":"H1600","system":"hebrew","language":"hebrew","number_value":1600,"lemma":"גָּעָה","transliteration":"gâʻâh","pronunciation":"gaw-aw'","derivation":"a primitive root;","strongs_definition":"to bellow (as cattle)","kjv_definition":"low."} +{"id":"H1601","strongs_number":"H1601","system":"hebrew","language":"hebrew","number_value":1601,"lemma":"גֹּעָה","transliteration":"Gôʻâh","pronunciation":"go-aw'","derivation":"feminine active participle of H1600 (גָּעָה); lowing;","strongs_definition":"Goah, a place near Jerusalem","kjv_definition":"Goath."} +{"id":"H1602","strongs_number":"H1602","system":"hebrew","language":"hebrew","number_value":1602,"lemma":"גָּעַל","transliteration":"gâʻal","pronunciation":"gaw-al'","derivation":"a primitive root;","strongs_definition":"to detest; by implication, to reject","kjv_definition":"abhor, fail, lothe, vilely cast away."} +{"id":"H1603","strongs_number":"H1603","system":"hebrew","language":"hebrew","number_value":1603,"lemma":"גַּעַל","transliteration":"Gaʻal","pronunciation":"gah'-al","derivation":"from H1602 (גָּעַל); loathing;","strongs_definition":"Gaal, an Israelite","kjv_definition":"Gaal."} +{"id":"H1604","strongs_number":"H1604","system":"hebrew","language":"hebrew","number_value":1604,"lemma":"גֹּעַל","transliteration":"gôʻal","pronunciation":"go'-al","derivation":"from H1602 (גָּעַל);","strongs_definition":"abhorrence","kjv_definition":"loathing."} +{"id":"H1605","strongs_number":"H1605","system":"hebrew","language":"hebrew","number_value":1605,"lemma":"גָּעַר","transliteration":"gâʻar","pronunciation":"gaw-ar'","derivation":"a primitive root;","strongs_definition":"to chide","kjv_definition":"corrupt, rebuke, reprove."} +{"id":"H1606","strongs_number":"H1606","system":"hebrew","language":"hebrew","number_value":1606,"lemma":"גְּעָרָה","transliteration":"gᵉʻârâh","pronunciation":"gheh-aw-raw'","derivation":"from H1605 (גָּעַר);","strongs_definition":"a chiding","kjv_definition":"rebuke(-ing), reproof."} +{"id":"H1607","strongs_number":"H1607","system":"hebrew","language":"hebrew","number_value":1607,"lemma":"גָּעַשׁ","transliteration":"gâʻash","pronunciation":"gaw-ash'","derivation":"a primitive root","strongs_definition":"to agitate violently","kjv_definition":"move, shake, toss, trouble."} +{"id":"H1608","strongs_number":"H1608","system":"hebrew","language":"hebrew","number_value":1608,"lemma":"גַּעַשׁ","transliteration":"Gaʻash","pronunciation":"ga'-ash","derivation":"from H1607 (גָּעַשׁ); a quaking;","strongs_definition":"Gaash, a hill in Palestine","kjv_definition":"Gaash."} +{"id":"H1609","strongs_number":"H1609","system":"hebrew","language":"hebrew","number_value":1609,"lemma":"גַּעְתָּם","transliteration":"Gaʻtâm","pronunciation":"gah-tawm'","derivation":"of uncertain derivation;","strongs_definition":"Gatam, an Edomite","kjv_definition":"Gatam."} +{"id":"H1610","strongs_number":"H1610","system":"hebrew","language":"hebrew","number_value":1610,"lemma":"גַּף","transliteration":"gaph","pronunciation":"gaf","derivation":"from an unused root meaning to arch;","strongs_definition":"the back; by extension the body or self","kjv_definition":"[phrase] highest places, himself."} +{"id":"H1611","strongs_number":"H1611","system":"hebrew","language":"hebrew","number_value":1611,"lemma":"גַּף","transliteration":"gaph","pronunciation":"gaf","derivation":"(Aramaic) corresponding to H1610 (גַּף);","strongs_definition":"a wing","kjv_definition":"wing."} +{"id":"H1612","strongs_number":"H1612","system":"hebrew","language":"hebrew","number_value":1612,"lemma":"גֶּפֶן","transliteration":"gephen","pronunciation":"gheh'-fen","derivation":"from an unused root meaning to bend;","strongs_definition":"a vine (as twining), especially the grape","kjv_definition":"vine, tree."} +{"id":"H1613","strongs_number":"H1613","system":"hebrew","language":"hebrew","number_value":1613,"lemma":"גֹּפֶר","transliteration":"gôpher","pronunciation":"go'-fer","derivation":"from an unused root, probably meaning to house in;","strongs_definition":"a kind of tree or wood (as used for building), apparently the cypress","kjv_definition":"gopher."} +{"id":"H1614","strongs_number":"H1614","system":"hebrew","language":"hebrew","number_value":1614,"lemma":"גׇּפְרִית","transliteration":"gophrîyth","pronunciation":"gof-reeth'","derivation":"probably feminine of H1613 (גֹּפֶר);","strongs_definition":"properly, cypress-resin; by analogy, sulphur (as equally inflammable)","kjv_definition":"brimstone."} +{"id":"H1615","strongs_number":"H1615","system":"hebrew","language":"hebrew","number_value":1615,"lemma":"גִּר","transliteration":"gir","pronunciation":"gheer","derivation":"perhaps from H3564 (כּוּר);","strongs_definition":"lime (from being burned in a kiln)","kjv_definition":"chalk(-stone)."} +{"id":"H1616","strongs_number":"H1616","system":"hebrew","language":"hebrew","number_value":1616,"lemma":"גֵּר","transliteration":"gêr","pronunciation":"gare","derivation":"or (fully) geyr (gare); from H1481 (גּוּר);","strongs_definition":"properly, a guest; by implication, a foreigner","kjv_definition":"alien, sojourner, stranger."} +{"id":"H1617","strongs_number":"H1617","system":"hebrew","language":"hebrew","number_value":1617,"lemma":"גֵּרָא","transliteration":"Gêrâʼ","pronunciation":"gay-raw'","derivation":"perhaps from H1626 (גֵּרָה); a grain;","strongs_definition":"Gera, the name of six Israelites","kjv_definition":"Gera."} +{"id":"H1618","strongs_number":"H1618","system":"hebrew","language":"hebrew","number_value":1618,"lemma":"גָּרָב","transliteration":"gârâb","pronunciation":"gaw-rawb'","derivation":"from an unused root meaning to scratch;","strongs_definition":"scurf (from itching)","kjv_definition":"scab, scurvy."} +{"id":"H1619","strongs_number":"H1619","system":"hebrew","language":"hebrew","number_value":1619,"lemma":"גָּרֵב","transliteration":"Gârêb","pronunciation":"gaw-rabe'","derivation":"from the same as H1618 (גָּרָב); scabby;","strongs_definition":"Gareb, the name of an Israelite, also of a hill near Jerusalem","kjv_definition":"Gareb."} +{"id":"H1620","strongs_number":"H1620","system":"hebrew","language":"hebrew","number_value":1620,"lemma":"גַּרְגַּר","transliteration":"gargar","pronunciation":"gar-gar'","derivation":"by reduplication from H1641 (גָּרַר);","strongs_definition":"a berry (as if a pellet of rumination)","kjv_definition":"berry."} +{"id":"H1621","strongs_number":"H1621","system":"hebrew","language":"hebrew","number_value":1621,"lemma":"גַּרְגְּרוֹת","transliteration":"gargᵉrôwth","pronunciation":"gar-gher-owth'","derivation":"feminine plural from H1641 (גָּרַר);","strongs_definition":"the throat (as used in rumination)","kjv_definition":"neck."} +{"id":"H1622","strongs_number":"H1622","system":"hebrew","language":"hebrew","number_value":1622,"lemma":"גִּרְגָּשִׁי","transliteration":"Girgâshîy","pronunciation":"ghir-gaw-shee'","derivation":"patrial from an unused name (of uncertain derivation);","strongs_definition":"a Girgashite, one of the native tribes of Canaan","kjv_definition":"Girgashite, Girgasite."} +{"id":"H1623","strongs_number":"H1623","system":"hebrew","language":"hebrew","number_value":1623,"lemma":"גָּרַד","transliteration":"gârad","pronunciation":"gaw-rad'","derivation":"a primitive root;","strongs_definition":"to abrade","kjv_definition":"scrape."} +{"id":"H1624","strongs_number":"H1624","system":"hebrew","language":"hebrew","number_value":1624,"lemma":"גָּרָה","transliteration":"gârâh","pronunciation":"gaw-raw'","derivation":"a primitive root;","strongs_definition":"properly, to grate, i.e. (figuratively) to anger","kjv_definition":"contend, meddle, stir up, strive."} +{"id":"H1625","strongs_number":"H1625","system":"hebrew","language":"hebrew","number_value":1625,"lemma":"גֵּרָה","transliteration":"gêrâh","pronunciation":"gay-raw'","derivation":"from H1641 (גָּרַר);","strongs_definition":"the cud (as scraping the throat)","kjv_definition":"cud."} +{"id":"H1626","strongs_number":"H1626","system":"hebrew","language":"hebrew","number_value":1626,"lemma":"גֵּרָה","transliteration":"gêrâh","pronunciation":"gay-raw'","derivation":"from H1641 (גָּרַר) (as in H1625 (גֵּרָה)); properly, (like H1620 (גַּרְגַּר)) a kernel (round as if scraped), i.e.","strongs_definition":"a gerah or small weight (and coin)","kjv_definition":"gerah."} +{"id":"H1627","strongs_number":"H1627","system":"hebrew","language":"hebrew","number_value":1627,"lemma":"גָּרוֹן","transliteration":"gârôwn","pronunciation":"gaw-rone'","derivation":"or (shortened) גָּרֹן; from H1641 (גָּרַר); (compare H1621 (גַּרְגְּרוֹת))","strongs_definition":"the throat (as roughened by swallowing)","kjv_definition":"[idiom] aloud, mouth, neck, throat."} +{"id":"H1628","strongs_number":"H1628","system":"hebrew","language":"hebrew","number_value":1628,"lemma":"גֵּרוּת","transliteration":"gêrûwth","pronunciation":"gay-rooth'","derivation":"from H1481 (גּוּר);","strongs_definition":"a (temporary) residence","kjv_definition":"habitation."} +{"id":"H1629","strongs_number":"H1629","system":"hebrew","language":"hebrew","number_value":1629,"lemma":"גָּרַז","transliteration":"gâraz","pronunciation":"gaw-raz'","derivation":"a primitive root;","strongs_definition":"to cut off","kjv_definition":"cut off."} +{"id":"H1630","strongs_number":"H1630","system":"hebrew","language":"hebrew","number_value":1630,"lemma":"גְּרִזִים","transliteration":"Gᵉrizîym","pronunciation":"gher-ee-zeem'","derivation":"plural of an unused noun from H1629 (גָּרַז) (compare H1511 (גִּזְרִי)), cut up (i.e. rocky);","strongs_definition":"Gerizim, a mountain of Palestine","kjv_definition":"Gerizim."} +{"id":"H1631","strongs_number":"H1631","system":"hebrew","language":"hebrew","number_value":1631,"lemma":"גַּרְזֶן","transliteration":"garzen","pronunciation":"gar-zen'","derivation":"from H1629 (גָּרַז);","strongs_definition":"an axe","kjv_definition":"ax."} +{"id":"H1632","strongs_number":"H1632","system":"hebrew","language":"hebrew","number_value":1632,"lemma":"גָּרֹל","transliteration":"gârôl","pronunciation":"gaw-role'","derivation":"from the same as H1486 (גּוֹרָל);","strongs_definition":"harsh","kjv_definition":"man of great (as in the margin which reads H1419 (גָּדוֹל))."} +{"id":"H1633","strongs_number":"H1633","system":"hebrew","language":"hebrew","number_value":1633,"lemma":"גָּרַם","transliteration":"gâram","pronunciation":"gaw-ram'","derivation":"a primitive root; to be spare or skeleton-like; used only as a denominative from H1634 (גֶּרֶם);","strongs_definition":"(causative) to bone, i.e. denude (by extensive, craunch) the bones","kjv_definition":"gnaw the bones, break."} +{"id":"H1634","strongs_number":"H1634","system":"hebrew","language":"hebrew","number_value":1634,"lemma":"גֶּרֶם","transliteration":"gerem","pronunciation":"gheh'-rem","derivation":"from H1633 (גָּרַם);","strongs_definition":"a bone (as the skeleton of the body); hence, self, i.e. (figuratively) very","kjv_definition":"bone, strong, top."} +{"id":"H1635","strongs_number":"H1635","system":"hebrew","language":"hebrew","number_value":1635,"lemma":"גֶּרֶם","transliteration":"gerem","pronunciation":"gheh'-rem","derivation":"(Aramaic) corresponding to H1634 (גֶּרֶם);","strongs_definition":"a bone","kjv_definition":"bone."} +{"id":"H1636","strongs_number":"H1636","system":"hebrew","language":"hebrew","number_value":1636,"lemma":"גַּרְמִי","transliteration":"Garmîy","pronunciation":"gar-mee'","derivation":"from H1634 (גֶּרֶם);","strongs_definition":"bony, i.e. strong","kjv_definition":"Garmite."} +{"id":"H1637","strongs_number":"H1637","system":"hebrew","language":"hebrew","number_value":1637,"lemma":"גֹּרֶן","transliteration":"gôren","pronunciation":"go'-ren","derivation":"from an unused root meaning to smooth;","strongs_definition":"a threshing-floor (as made even); by analogy, any open area","kjv_definition":"(barn, corn, threshing-) floor, (threshing-, void) place."} +{"id":"H1638","strongs_number":"H1638","system":"hebrew","language":"hebrew","number_value":1638,"lemma":"גָּרַס","transliteration":"gâraç","pronunciation":"gaw-ras'","derivation":"a primitive root;","strongs_definition":"to crush; also (intransitively and figuratively) to dissolve","kjv_definition":"break."} +{"id":"H1639","strongs_number":"H1639","system":"hebrew","language":"hebrew","number_value":1639,"lemma":"גָּרַע","transliteration":"gâraʻ","pronunciation":"gaw-rah'","derivation":"a primitive root;","strongs_definition":"to scrape off; by implication, to shave, remove, lessen, withhold","kjv_definition":"abate, clip, (di-) minish, do (take) away, keep back, restrain, make small, withdraw."} +{"id":"H1640","strongs_number":"H1640","system":"hebrew","language":"hebrew","number_value":1640,"lemma":"גָּרַף","transliteration":"gâraph","pronunciation":"gaw-raf'","derivation":"a primitive root;","strongs_definition":"to bear off violently","kjv_definition":"sweep away."} +{"id":"H1641","strongs_number":"H1641","system":"hebrew","language":"hebrew","number_value":1641,"lemma":"גָּרַר","transliteration":"gârar","pronunciation":"gaw-rar'","derivation":"a primitive root;","strongs_definition":"to drag off roughly; by implication, to bring up the cud (i.e. ruminate); by analogy, to saw","kjv_definition":"catch, chew, [idiom] continuing, destroy, saw."} +{"id":"H1642","strongs_number":"H1642","system":"hebrew","language":"hebrew","number_value":1642,"lemma":"גְּרָר","transliteration":"Gᵉrâr","pronunciation":"gher-awr'","derivation":"probably from H1641 (גָּרַר); a rolling country;","strongs_definition":"Gerar, a Philistine city","kjv_definition":"Gerar."} +{"id":"H1643","strongs_number":"H1643","system":"hebrew","language":"hebrew","number_value":1643,"lemma":"גֶּרֶשׂ","transliteration":"geres","pronunciation":"gheh'-res","derivation":"from an unused root meaning to husk;","strongs_definition":"a kernel (collectively), i.e. grain","kjv_definition":"beaten corn."} +{"id":"H1644","strongs_number":"H1644","system":"hebrew","language":"hebrew","number_value":1644,"lemma":"גָּרַשׁ","transliteration":"gârash","pronunciation":"gaw-rash'","derivation":"a primitive root;","strongs_definition":"to drive out from a possession; especially to expatriate or divorce","kjv_definition":"cast up (out), divorced (woman), drive away (forth, out), expel, [idiom] surely put away, trouble, thrust out."} +{"id":"H1645","strongs_number":"H1645","system":"hebrew","language":"hebrew","number_value":1645,"lemma":"גֶּרֶשׁ","transliteration":"geresh","pronunciation":"gheh'-resh","derivation":"from H1644 (גָּרַשׁ);","strongs_definition":"produce (as if expelled)","kjv_definition":"put forth."} +{"id":"H1646","strongs_number":"H1646","system":"hebrew","language":"hebrew","number_value":1646,"lemma":"גְרֻשָׁה","transliteration":"gᵉrushâh","pronunciation":"gher-oo-shaw'","derivation":"feminine passive participle of H1644 (גָּרַשׁ);","strongs_definition":"(abstractly) dispossession","kjv_definition":"exaction."} +{"id":"H1647","strongs_number":"H1647","system":"hebrew","language":"hebrew","number_value":1647,"lemma":"גֵּרְשֹׁם","transliteration":"Gêrᵉshôm","pronunciation":"gay-resh-ome'","derivation":"for H1648 (גֵּרְשׁוֹן);","strongs_definition":"Gereshom, the name of four Israelites","kjv_definition":"Gershom."} +{"id":"H1648","strongs_number":"H1648","system":"hebrew","language":"hebrew","number_value":1648,"lemma":"גֵּרְשׁוֹן","transliteration":"Gêrᵉshôwn","pronunciation":"gay-resh-one'","derivation":"or גֵּרְשׁוֹם; from H1644 (גָּרַשׁ); a refugee;","strongs_definition":"Gereshon or Gereshom, an Israelite","kjv_definition":"Gershon, Gershom."} +{"id":"H1649","strongs_number":"H1649","system":"hebrew","language":"hebrew","number_value":1649,"lemma":"גֵּרְשֻׁנִּי","transliteration":"Gêrᵉshunnîy","pronunciation":"gay-resh-oon-nee'","derivation":"patronymically from H1648 (גֵּרְשׁוֹן);","strongs_definition":"a Gereshonite or descendant of Gereshon","kjv_definition":"Gershonite, sons of Gershon."} +{"id":"H1650","strongs_number":"H1650","system":"hebrew","language":"hebrew","number_value":1650,"lemma":"גְּשׁוּר","transliteration":"Gᵉshûwr","pronunciation":"ghesh-oor'","derivation":"from an unused root (meaning to join); bridge;","strongs_definition":"Geshur, a district of Syria","kjv_definition":"Geshur, Geshurite."} +{"id":"H1651","strongs_number":"H1651","system":"hebrew","language":"hebrew","number_value":1651,"lemma":"גְּשׁוּרִי","transliteration":"Gᵉshûwrîy","pronunciation":"ghe-shoo-ree'","derivation":"patrial from H1650 (גְּשׁוּר);","strongs_definition":"a Geshurite (also collectively) or inhabitants of Geshur","kjv_definition":"Geshuri, Geshurites."} +{"id":"H1652","strongs_number":"H1652","system":"hebrew","language":"hebrew","number_value":1652,"lemma":"גָּשַׁם","transliteration":"gâsham","pronunciation":"gaw-sham'","derivation":"a primitive root;","strongs_definition":"to shower violently","kjv_definition":"(cause to) rain."} +{"id":"H1653","strongs_number":"H1653","system":"hebrew","language":"hebrew","number_value":1653,"lemma":"גֶּשֶׁם","transliteration":"geshem","pronunciation":"gheh'-shem","derivation":"from H1652 (גָּשַׁם);","strongs_definition":"a shower","kjv_definition":"rain, shower."} +{"id":"H1654","strongs_number":"H1654","system":"hebrew","language":"hebrew","number_value":1654,"lemma":"גֶּשֶׁם","transliteration":"Geshem","pronunciation":"gheh'-shem","derivation":"or (prolonged) גַּשְׁמוּ; the same as H1653 (גֶּשֶׁם);","strongs_definition":"Geshem or Gashmu, an Arabian","kjv_definition":"Geshem, Gashmu."} +{"id":"H1655","strongs_number":"H1655","system":"hebrew","language":"hebrew","number_value":1655,"lemma":"גֶּשֶׁם","transliteration":"geshem","pronunciation":"gheh'-shem","derivation":"(Aramaic) apparently the same as H1653 (גֶּשֶׁם);","strongs_definition":"used in a peculiar sense, the body (probably for the (figuratively) idea of a hard rain)","kjv_definition":"body."} +{"id":"H1656","strongs_number":"H1656","system":"hebrew","language":"hebrew","number_value":1656,"lemma":"גֹּשֶׁם","transliteration":"gôshem","pronunciation":"go'-shem","derivation":"from H1652 (גָּשַׁם); equivalent to H1653 (גֶּשֶׁם)","strongs_definition":"{a shower}","kjv_definition":"rained upon."} +{"id":"H1657","strongs_number":"H1657","system":"hebrew","language":"hebrew","number_value":1657,"lemma":"גֹּשֶׁן","transliteration":"Gôshen","pronunciation":"go'-shen","derivation":"probably of Egyptian origin;","strongs_definition":"Goshen, the residence of the Israelites in Egypt; also a place in Palestine","kjv_definition":"Goshen."} +{"id":"H1658","strongs_number":"H1658","system":"hebrew","language":"hebrew","number_value":1658,"lemma":"גִּשְׁפָּא","transliteration":"Gishpâʼ","pronunciation":"ghish-paw'","derivation":"of uncertain derivation;","strongs_definition":"Gishpa, an Israelite","kjv_definition":"Gispa."} +{"id":"H1659","strongs_number":"H1659","system":"hebrew","language":"hebrew","number_value":1659,"lemma":"גָּשַׁשׁ","transliteration":"gâshash","pronunciation":"gaw-shash'","derivation":"a primitive root; apparently","strongs_definition":"to feel about","kjv_definition":"grope."} +{"id":"H1660","strongs_number":"H1660","system":"hebrew","language":"hebrew","number_value":1660,"lemma":"גַּת","transliteration":"gath","pronunciation":"gath","derivation":"probably from H5059 (נָגַן) (in the sense of treading out grapes);","strongs_definition":"a wine-press (or vat for holding the grapes in pressing them)","kjv_definition":"(wine-) press (fat)."} +{"id":"H1661","strongs_number":"H1661","system":"hebrew","language":"hebrew","number_value":1661,"lemma":"גַּת","transliteration":"Gath","pronunciation":"gath","derivation":"the same as H1660 (גַּת);","strongs_definition":"Gath, a Philistine city","kjv_definition":"Gath."} +{"id":"H1662","strongs_number":"H1662","system":"hebrew","language":"hebrew","number_value":1662,"lemma":"גַּת־הַחֵפֶר","transliteration":"Gath-ha-Chêpher","pronunciation":"gath-hah-khay'-fer","derivation":"or (abridged) גִּתָּה־חֵפֶר; from H1660 (גַּת) and H2658 (חָפַר) with the article inserted; wine-press of (the) well;","strongs_definition":"Gath-Chepher, a place in Palestine","kjv_definition":"Gath-kephr, Gittah-kephr."} +{"id":"H1663","strongs_number":"H1663","system":"hebrew","language":"hebrew","number_value":1663,"lemma":"גִּתִּי","transliteration":"Gittîy","pronunciation":"ghit-tee'","derivation":"patrial from H1661 (גַּת);","strongs_definition":"a Gittite or inhabitant of Gath","kjv_definition":"Gittite."} +{"id":"H1664","strongs_number":"H1664","system":"hebrew","language":"hebrew","number_value":1664,"lemma":"גִּתַּיִם","transliteration":"Gittayim","pronunciation":"ghit-tah'-yim","derivation":"dual of H1660 (גַּת); double winepress;","strongs_definition":"Gittajim, a place in Palestine","kjv_definition":"Gittaim."} +{"id":"H1665","strongs_number":"H1665","system":"hebrew","language":"hebrew","number_value":1665,"lemma":"גִּתִּית","transliteration":"Gittîyth","pronunciation":"ghit-teeth'","derivation":"feminine of H1663 (גִּתִּי);","strongs_definition":"a Gittite harp","kjv_definition":"Gittith."} +{"id":"H1666","strongs_number":"H1666","system":"hebrew","language":"hebrew","number_value":1666,"lemma":"גֶּתֶר","transliteration":"Gether","pronunciation":"gheh'-ther","derivation":"of uncertain derivation;","strongs_definition":"Gether, a son of Aram, and the region settled by him","kjv_definition":"Gether."} +{"id":"H1667","strongs_number":"H1667","system":"hebrew","language":"hebrew","number_value":1667,"lemma":"גַּת־רִמּוֹן","transliteration":"Gath-Rimmôwn","pronunciation":"gath-rim-mone'","derivation":"from H1660 (גַּת) and H7416 (רִמּוֹן); wine-press of (the) pomegranate;","strongs_definition":"Gath-Rimmon, a place in Palestine","kjv_definition":"Gath-rimmon. d"} +{"id":"H1668","strongs_number":"H1668","system":"hebrew","language":"hebrew","number_value":1668,"lemma":"דָּא","transliteration":"dâʼ","pronunciation":"daw","derivation":"(Aramaic) corresponding to H2088 (זֶה);","strongs_definition":"this","kjv_definition":"one..another, this."} +{"id":"H1669","strongs_number":"H1669","system":"hebrew","language":"hebrew","number_value":1669,"lemma":"דָּאַב","transliteration":"dâʼab","pronunciation":"daw-ab'","derivation":"a primitive root;","strongs_definition":"to pine","kjv_definition":"mourn, sorrow(-ful)."} +{"id":"H1670","strongs_number":"H1670","system":"hebrew","language":"hebrew","number_value":1670,"lemma":"דְּאָבָה","transliteration":"dᵉʼâbâh","pronunciation":"deh-aw-baw'","derivation":"from H1669 (דָּאַב);","strongs_definition":"properly, pining; by analogy, fear","kjv_definition":"sorrow."} +{"id":"H1671","strongs_number":"H1671","system":"hebrew","language":"hebrew","number_value":1671,"lemma":"דְּאָבוֹן","transliteration":"dᵉʼâbôwn","pronunciation":"deh-aw-bone'","derivation":"from H1669 (דָּאַב);","strongs_definition":"pining","kjv_definition":"sorrow."} +{"id":"H1672","strongs_number":"H1672","system":"hebrew","language":"hebrew","number_value":1672,"lemma":"דָּאַג","transliteration":"dâʼag","pronunciation":"daw-ag'","derivation":"a primitive root;","strongs_definition":"be anxious","kjv_definition":"be afraid (careful, sorry), sorrow, take thought."} +{"id":"H1673","strongs_number":"H1673","system":"hebrew","language":"hebrew","number_value":1673,"lemma":"דֹּאֵג","transliteration":"Dôʼêg","pronunciation":"do-ayg'","derivation":"or (fully) דּוֹאֵג; active participle of H1672 (דָּאַג); anxious;","strongs_definition":"Doeg, an Edomite","kjv_definition":"Doeg."} +{"id":"H1674","strongs_number":"H1674","system":"hebrew","language":"hebrew","number_value":1674,"lemma":"דְּאָגָה","transliteration":"dᵉʼâgâh","pronunciation":"deh-aw-gaw'","derivation":"from H1672 (דָּאַג);","strongs_definition":"anxiety","kjv_definition":"care(-fulness), fear, heaviness, sorrow."} +{"id":"H1675","strongs_number":"H1675","system":"hebrew","language":"hebrew","number_value":1675,"lemma":"דָּאָה","transliteration":"dâʼâh","pronunciation":"daw-aw'","derivation":"a primitive root;","strongs_definition":"to dart, i.e. fly rapidly","kjv_definition":"fly."} +{"id":"H1676","strongs_number":"H1676","system":"hebrew","language":"hebrew","number_value":1676,"lemma":"דָּאָה","transliteration":"dâʼâh","pronunciation":"daw-aw'","derivation":"from H1675 (דָּאָה);","strongs_definition":"the kite (from its rapid flight)","kjv_definition":"vulture. See H7201 (רָאָה)."} +{"id":"H1677","strongs_number":"H1677","system":"hebrew","language":"hebrew","number_value":1677,"lemma":"דֹּב","transliteration":"dôb","pronunciation":"dobe","derivation":"or (fully) דּוֹב; from H1680 (דָּבַב);","strongs_definition":"the bear (as slow)","kjv_definition":"bear."} +{"id":"H1678","strongs_number":"H1678","system":"hebrew","language":"hebrew","number_value":1678,"lemma":"דֹּב","transliteration":"dôb","pronunciation":"dobe","derivation":"(Aramaic) corresponding to H1677 (דֹּב)","strongs_definition":"{the bear (as slow)}","kjv_definition":"bear."} +{"id":"H1679","strongs_number":"H1679","system":"hebrew","language":"hebrew","number_value":1679,"lemma":"דֹּבֶא","transliteration":"dôbeʼ","pronunciation":"do'-beh","derivation":"from an unused root (compare H1680 (דָּבַב)) (probably meaning to be sluggish, i.e. restful);","strongs_definition":"quiet","kjv_definition":"strength."} +{"id":"H1680","strongs_number":"H1680","system":"hebrew","language":"hebrew","number_value":1680,"lemma":"דָּבַב","transliteration":"dâbab","pronunciation":"daw-bab'","derivation":"a primitive root (compare H1679 (דֹּבֶא));","strongs_definition":"to move slowly, i.e. glide","kjv_definition":"cause to speak."} +{"id":"H1681","strongs_number":"H1681","system":"hebrew","language":"hebrew","number_value":1681,"lemma":"דִּבָּה","transliteration":"dibbâh","pronunciation":"dib-baw'","derivation":"from H1680 (דָּבַב) (in the sense of furtive motion);","strongs_definition":"slander","kjv_definition":"defaming, evil report, infamy, slander."} +{"id":"H1682","strongs_number":"H1682","system":"hebrew","language":"hebrew","number_value":1682,"lemma":"דְּבוֹרָה","transliteration":"dᵉbôwrâh","pronunciation":"deb-o-raw'","derivation":"or (shortened) דְּבֹרָה; from H1696 (דָבַר) (in the sense of orderly motion);","strongs_definition":"the bee (from its systematic instincts)","kjv_definition":"bee."} +{"id":"H1683","strongs_number":"H1683","system":"hebrew","language":"hebrew","number_value":1683,"lemma":"דְּבּוֹרָה","transliteration":"Dᵉbôwrâh","pronunciation":"deb-o-raw'","derivation":"or (shortened) דְּבֹרָה; the same as H1682 (דְּבוֹרָה);","strongs_definition":"Deborah, the name of two Hebrewesses","kjv_definition":"Deborah."} +{"id":"H1684","strongs_number":"H1684","system":"hebrew","language":"hebrew","number_value":1684,"lemma":"דְּבַח","transliteration":"dᵉbach","pronunciation":"deb-akh'","derivation":"(Aramaic) corresponding to H2076 (זָבַח);","strongs_definition":"to sacrifice (an animal)","kjv_definition":"offer (sacrifice)."} +{"id":"H1685","strongs_number":"H1685","system":"hebrew","language":"hebrew","number_value":1685,"lemma":"דְּבַח","transliteration":"dᵉbach","pronunciation":"deb-akh'","derivation":"(Aramaic) from H1684 (דְּבַח);","strongs_definition":"a sacrifice","kjv_definition":"sacrifice."} +{"id":"H1686","strongs_number":"H1686","system":"hebrew","language":"hebrew","number_value":1686,"lemma":"דִּבְיוֹן","transliteration":"dibyôwn","pronunciation":"dib-yone'","derivation":"in the margin for the textual reading, חֶרְיוֹן; both, (in the plural only and) of uncertain derivation,","strongs_definition":"probably some cheap vegetable, perhaps a bulbous root","kjv_definition":"dove's dung."} +{"id":"H1687","strongs_number":"H1687","system":"hebrew","language":"hebrew","number_value":1687,"lemma":"דְּבִיר","transliteration":"dᵉbîyr","pronunciation":"deb-eer'","derivation":"or (shortened) דְּבִר; from H1696 (דָבַר) (apparently in the sense of oracle);","strongs_definition":"the shrine or innermost part of the sanctuary","kjv_definition":"oracle."} +{"id":"H1688","strongs_number":"H1688","system":"hebrew","language":"hebrew","number_value":1688,"lemma":"דְּבִיר","transliteration":"Dᵉbîyr","pronunciation":"deb-eer'","derivation":"or (shortened) דְּבִר; (Joshua 13:26 (but see H3810 (לֹא דְבַר))), the same as H1687 (דְּבִיר);","strongs_definition":"Debir, the name of an Amoritish king and of two places in Palestine","kjv_definition":"Debir."} +{"id":"H1689","strongs_number":"H1689","system":"hebrew","language":"hebrew","number_value":1689,"lemma":"דִּבְלָה","transliteration":"Diblâh","pronunciation":"dib-law'","derivation":"probably an orthographical error for H7247 (רִבְלָה);","strongs_definition":"Diblah, a place in Syria","kjv_definition":"Diblath."} +{"id":"H1690","strongs_number":"H1690","system":"hebrew","language":"hebrew","number_value":1690,"lemma":"דְּבֵלָה","transliteration":"dᵉbêlâh","pronunciation":"deb-ay-law'","derivation":"from an unused root (akin to H2082 (זָבַל)) probably meaning to press together;","strongs_definition":"a cake of pressed figs","kjv_definition":"cake (lump) of figs."} +{"id":"H1691","strongs_number":"H1691","system":"hebrew","language":"hebrew","number_value":1691,"lemma":"דִּבְלַיִם","transliteration":"Diblayim","pronunciation":"dib-lah'-yim","derivation":"dual from the masculine of H1690 (דְּבֵלָה); two cakes;","strongs_definition":"Diblajim, a symbolic name","kjv_definition":"Diblaim."} +{"id":"H1692","strongs_number":"H1692","system":"hebrew","language":"hebrew","number_value":1692,"lemma":"דָּבַק","transliteration":"dâbaq","pronunciation":"daw-bak'","derivation":"a primitive root;","strongs_definition":"properly, to impinge, i.e. cling or adhere; figuratively, to catch by pursuit","kjv_definition":"abide fast, cleave (fast together), follow close (hard after), be joined (together), keep (fast), overtake, pursue hard, stick, take."} +{"id":"H1693","strongs_number":"H1693","system":"hebrew","language":"hebrew","number_value":1693,"lemma":"דְּבַק","transliteration":"dᵉbaq","pronunciation":"deb-ak'","derivation":"(Aramaic) corresponding to H1692 (דָּבַק);","strongs_definition":"to stick to","kjv_definition":"cleave."} +{"id":"H1694","strongs_number":"H1694","system":"hebrew","language":"hebrew","number_value":1694,"lemma":"דֶּבֶק","transliteration":"debeq","pronunciation":"deh'-bek","derivation":"from H1692 (דָּבַק);","strongs_definition":"a joint; by implication, solder","kjv_definition":"joint, solder."} +{"id":"H1695","strongs_number":"H1695","system":"hebrew","language":"hebrew","number_value":1695,"lemma":"דָּבֵק","transliteration":"dâbêq","pronunciation":"daw-bake'","derivation":"from H1692 (דָּבַק);","strongs_definition":"adhering","kjv_definition":"cleave, joining, stick closer."} +{"id":"H1696","strongs_number":"H1696","system":"hebrew","language":"hebrew","number_value":1696,"lemma":"דָבַר","transliteration":"dâbar","pronunciation":"daw-bar'","derivation":"a primitive root;","strongs_definition":"perhaps properly, to arrange; but used figuratively (of words), to speak; rarely (in a destructive sense) to subdue","kjv_definition":"answer, appoint, bid, command, commune, declare, destroy, give, name, promise, pronounce, rehearse, say, speak, be spokesman, subdue, talk, teach, tell, think, use (entreaties), utter, [idiom] well, [idiom] work."} +{"id":"H1697","strongs_number":"H1697","system":"hebrew","language":"hebrew","number_value":1697,"lemma":"דָּבָר","transliteration":"dâbâr","pronunciation":"daw-baw'","derivation":"from H1696 (דָבַר);","strongs_definition":"a word; by implication, a matter (as spoken of) or thing; adverbially, a cause","kjv_definition":"act, advice, affair, answer, [idiom] any such (thing), because of, book, business, care, case, cause, certain rate, [phrase] chronicles, commandment, [idiom] commune(-ication), [phrase] concern(-ing), [phrase] confer, counsel, [phrase] dearth, decree, deed, [idiom] disease, due, duty, effect, [phrase] eloquent, errand, (evil favoured-) ness, [phrase] glory, [phrase] harm, hurt, [phrase] iniquity, [phrase] judgment, language, [phrase] lying, manner, matter, message, (no) thing, oracle, [idiom] ought, [idiom] parts, [phrase] pertaining, [phrase] please, portion, [phrase] power, promise, provision, purpose, question, rate, reason, report, request, [idiom] (as hast) said, sake, saying, sentence, [phrase] sign, [phrase] so, some (uncleanness), somewhat to say, [phrase] song, speech, [idiom] spoken, talk, task, [phrase] that, [idiom] there done, thing (concerning), thought, [phrase] thus, tidings, what(-soever), [phrase] wherewith, which, word, work."} +{"id":"H1698","strongs_number":"H1698","system":"hebrew","language":"hebrew","number_value":1698,"lemma":"דֶּבֶר","transliteration":"deber","pronunciation":"deh'-ber","derivation":"from H1696 (דָבַר) (in the sense of destroying);","strongs_definition":"a pestilence","kjv_definition":"murrain, pestilence, plague."} +{"id":"H1699","strongs_number":"H1699","system":"hebrew","language":"hebrew","number_value":1699,"lemma":"דֹּבֶר","transliteration":"dôber","pronunciation":"do'-ber","derivation":"from H1696 (דָבַר) (in its original sense);","strongs_definition":"a pasture (from its arrangement of the flock)","kjv_definition":"fold, manner."} +{"id":"H1700","strongs_number":"H1700","system":"hebrew","language":"hebrew","number_value":1700,"lemma":"דִּבְרָה","transliteration":"dibrâh","pronunciation":"dib-raw'","derivation":"feminine of H1697 (דָּבָר);","strongs_definition":"a reason, suit or style","kjv_definition":"cause, end, estate, order, regard."} +{"id":"H1701","strongs_number":"H1701","system":"hebrew","language":"hebrew","number_value":1701,"lemma":"דִּבְרָה","transliteration":"dibrâh","pronunciation":"dib-raw'","derivation":"(Aramaic) corresponding to H1700 (דִּבְרָה)","strongs_definition":"{a reason, suit or style}","kjv_definition":"intent, sake."} +{"id":"H1702","strongs_number":"H1702","system":"hebrew","language":"hebrew","number_value":1702,"lemma":"דֹּבְרָה","transliteration":"dôbᵉrâh","pronunciation":"do-ber-aw'","derivation":"feminine active participle of H1696 (דָבַר) in the sense of driving (compare H1699 (דֹּבֶר));","strongs_definition":"a raft","kjv_definition":"float."} +{"id":"H1703","strongs_number":"H1703","system":"hebrew","language":"hebrew","number_value":1703,"lemma":"דַּבָּרָה","transliteration":"dabbârâh","pronunciation":"dab-baw-raw'","derivation":"intensive from H1696 (דָבַר);","strongs_definition":"a word","kjv_definition":"word."} +{"id":"H1704","strongs_number":"H1704","system":"hebrew","language":"hebrew","number_value":1704,"lemma":"דִּבְרִי","transliteration":"Dibrîy","pronunciation":"dib-ree'","derivation":"from H1697 (דָּבָר); wordy;","strongs_definition":"Dibri, an Israelite","kjv_definition":"Dibri."} +{"id":"H1705","strongs_number":"H1705","system":"hebrew","language":"hebrew","number_value":1705,"lemma":"דֲּבְרַת","transliteration":"Dăbrath","pronunciation":"daw-ber-ath'","derivation":"from H1697 (דָּבָר) (perhaps in the sense of H1699 (דֹּבֶר));","strongs_definition":"Daberath, a place in Palestine","kjv_definition":"Dabareh, Daberath."} +{"id":"H1706","strongs_number":"H1706","system":"hebrew","language":"hebrew","number_value":1706,"lemma":"דְּבַשׁ","transliteration":"dᵉbash","pronunciation":"deb-ash'","derivation":"from an unused root meaning to be gummy;","strongs_definition":"honey (from its stickiness); by analogy, syrup","kjv_definition":"honey(-comb)."} +{"id":"H1707","strongs_number":"H1707","system":"hebrew","language":"hebrew","number_value":1707,"lemma":"דַּבֶּשֶׁת","transliteration":"dabbesheth","pronunciation":"dab-beh'-sheth","derivation":"intensive from the same as H1706 (דְּבַשׁ);","strongs_definition":"a sticky mass, i.e. the hump of acamel","kjv_definition":"hunch (of a camel)."} +{"id":"H1708","strongs_number":"H1708","system":"hebrew","language":"hebrew","number_value":1708,"lemma":"דַּבֶּשֶׁת","transliteration":"Dabbesheth","pronunciation":"dab-beh'-sheth","derivation":"the same as H1707 (דַּבֶּשֶׁת);","strongs_definition":"Dabbesheth, a place in Palestine","kjv_definition":"Dabbesheth."} +{"id":"H1709","strongs_number":"H1709","system":"hebrew","language":"hebrew","number_value":1709,"lemma":"דָּג","transliteration":"dâg","pronunciation":"dawg","derivation":"or (fully) דָּאג; (Nehemiah 13:16), from H1711 (דָּגָה); a fish (as prolific); or perhaps rather from H1672 (דָּאַג) (as timid); but still better from H1672 (דָּאַג) (in the sense of squirming, i.e. moving by the vibratory action of the tail);","strongs_definition":"a fish (often used collectively)","kjv_definition":"fish."} +{"id":"H1710","strongs_number":"H1710","system":"hebrew","language":"hebrew","number_value":1710,"lemma":"דָּגָה","transliteration":"dâgâh","pronunciation":"daw-gaw'","derivation":"feminine of H1709 (דָּג), and meaning the same","strongs_definition":"{a fish (often used collectively)}","kjv_definition":"fish."} +{"id":"H1711","strongs_number":"H1711","system":"hebrew","language":"hebrew","number_value":1711,"lemma":"דָּגָה","transliteration":"dâgâh","pronunciation":"daw-gaw'","derivation":"a primitive root; to move rapidly; used only as a denominative from H1709 (דָּג);","strongs_definition":"to spawn, i.e. become numerous","kjv_definition":"grow."} +{"id":"H1712","strongs_number":"H1712","system":"hebrew","language":"hebrew","number_value":1712,"lemma":"דָּגוֹן","transliteration":"Dâgôwn","pronunciation":"daw-gohn'","derivation":"from H1709 (דָּג); the fish-god;","strongs_definition":"Dagon, a Philistine deity","kjv_definition":"Dagon."} +{"id":"H1713","strongs_number":"H1713","system":"hebrew","language":"hebrew","number_value":1713,"lemma":"דָּגַל","transliteration":"dâgal","pronunciation":"daw-gal'","derivation":"a primitive root;","strongs_definition":"to flaunt, i.e. raise a flag; figuratively, to be conspicuous","kjv_definition":"(set up, with) banners, chiefest."} +{"id":"H1714","strongs_number":"H1714","system":"hebrew","language":"hebrew","number_value":1714,"lemma":"דֶּגֶל","transliteration":"degel","pronunciation":"deh'-gel","derivation":"from H1713 (דָּגַל);","strongs_definition":"a flag","kjv_definition":"banner, standard."} +{"id":"H1715","strongs_number":"H1715","system":"hebrew","language":"hebrew","number_value":1715,"lemma":"דָּגָן","transliteration":"dâgân","pronunciation":"daw-gawn'","derivation":"from H1711 (דָּגָה);","strongs_definition":"properly, increase, i.e. grain","kjv_definition":"corn (floor), wheat."} +{"id":"H1716","strongs_number":"H1716","system":"hebrew","language":"hebrew","number_value":1716,"lemma":"דָּגַר","transliteration":"dâgar","pronunciation":"daw-gar'","derivation":"a primitive root,","strongs_definition":"to brood over eggs or young","kjv_definition":"gather, sit."} +{"id":"H1717","strongs_number":"H1717","system":"hebrew","language":"hebrew","number_value":1717,"lemma":"דַּד","transliteration":"dad","pronunciation":"dad","derivation":"apparently from the same as H1730 (דּוֹד);","strongs_definition":"the breast (as the seat of love, or from its shape)","kjv_definition":"breast, teat."} +{"id":"H1718","strongs_number":"H1718","system":"hebrew","language":"hebrew","number_value":1718,"lemma":"דָּדָה","transliteration":"dâdâh","pronunciation":"daw-daw'","derivation":"a doubtful root;","strongs_definition":"to walk gently","kjv_definition":"go (softly, with)."} +{"id":"H1719","strongs_number":"H1719","system":"hebrew","language":"hebrew","number_value":1719,"lemma":"דְּדָן","transliteration":"Dᵉdân","pronunciation":"ded-awn'","derivation":"or (prolonged) דְּדָנֶה; (Ezekiel 25:13), of uncertain derivation;","strongs_definition":"Dedan, the name of two Cushites and of their territory","kjv_definition":"Dedan."} +{"id":"H1720","strongs_number":"H1720","system":"hebrew","language":"hebrew","number_value":1720,"lemma":"דְּדָנִים","transliteration":"Dᵉdânîym","pronunciation":"ded-aw-neem'","derivation":"plural of H1719 (דְּדָן) (as patrial);","strongs_definition":"Dedanites, the descendants or inhabitants of Dedan","kjv_definition":"Dedanim."} +{"id":"H1721","strongs_number":"H1721","system":"hebrew","language":"hebrew","number_value":1721,"lemma":"דֹּדָנִים","transliteration":"Dôdânîym","pronunciation":"do-daw-neem'","derivation":"or (by orthographical error) רֹדָנִים (1 Chronicles 1:7); a plural of uncertain derivation;","strongs_definition":"Dodanites, or descendants of a son of Javan","kjv_definition":"Dodanim."} +{"id":"H1722","strongs_number":"H1722","system":"hebrew","language":"hebrew","number_value":1722,"lemma":"דְּהַב","transliteration":"dᵉhab","pronunciation":"deh-hab'","derivation":"(Aramaic) corresponding to H2091 (זָהָב);","strongs_definition":"gold","kjv_definition":"gold(-en)."} +{"id":"H1723","strongs_number":"H1723","system":"hebrew","language":"hebrew","number_value":1723,"lemma":"דַּהֲוָא","transliteration":"Dahăvâʼ","pronunciation":"dah-hav-aw'","derivation":"(Aramaic) of uncertain derivation;","strongs_definition":"Dahava, a people colonized in Samaria","kjv_definition":"Dehavites."} +{"id":"H1724","strongs_number":"H1724","system":"hebrew","language":"hebrew","number_value":1724,"lemma":"דָּהַם","transliteration":"dâham","pronunciation":"daw-ham'","derivation":"a primitive root (compare H1740 (דּוּחַ));","strongs_definition":"to be dumb, i.e. (figuratively) dumbfounded","kjv_definition":"astonished."} +{"id":"H1725","strongs_number":"H1725","system":"hebrew","language":"hebrew","number_value":1725,"lemma":"דָּהַר","transliteration":"dâhar","pronunciation":"daw-har'","derivation":"a primitive root;","strongs_definition":"to curvet or move irregularly","kjv_definition":"pause."} +{"id":"H1726","strongs_number":"H1726","system":"hebrew","language":"hebrew","number_value":1726,"lemma":"דַּהֲהַר","transliteration":"dahăhar","pronunciation":"dah-hah-har'","derivation":"by reduplication from H1725 (דָּהַר);","strongs_definition":"a gallop","kjv_definition":"pransing."} +{"id":"H1727","strongs_number":"H1727","system":"hebrew","language":"hebrew","number_value":1727,"lemma":"דּוּב","transliteration":"dûwb","pronunciation":"doob","derivation":"a primitive root;","strongs_definition":"to mope, i.e. (figuratively) pine","kjv_definition":"sorrow."} +{"id":"H1728","strongs_number":"H1728","system":"hebrew","language":"hebrew","number_value":1728,"lemma":"דַּוָּג","transliteration":"davvâg","pronunciation":"dav-vawg'","derivation":"an orthographical variation of H1709 (דָּג) as a denominative (H1771 (דַּיָּג));","strongs_definition":"a fisherman","kjv_definition":"fisher."} +{"id":"H1729","strongs_number":"H1729","system":"hebrew","language":"hebrew","number_value":1729,"lemma":"דּוּגָה","transliteration":"dûwgâh","pronunciation":"doo-gaw'","derivation":"feminine from the same as H1728 (דַּוָּג);","strongs_definition":"properly, fishery, i.e. a hook forfishing","kjv_definition":"fish (hook)."} +{"id":"H1730","strongs_number":"H1730","system":"hebrew","language":"hebrew","number_value":1730,"lemma":"דּוֹד","transliteration":"dôwd","pronunciation":"dode","derivation":"or (shortened) דֹּד; from an unused root meaning properly, to boil, i.e.","strongs_definition":"(figuratively) to love; by implication, a love-token, lover, friend; specifically an uncle","kjv_definition":"(well-) beloved, father's brother, love, uncle."} +{"id":"H1731","strongs_number":"H1731","system":"hebrew","language":"hebrew","number_value":1731,"lemma":"דּוּד","transliteration":"dûwd","pronunciation":"dood","derivation":"from the same as H1730 (דּוֹד);","strongs_definition":"a pot (for boiling); also (by resemblance of shape) a basket","kjv_definition":"basket, caldron, kettle, (seething) pot."} +{"id":"H1732","strongs_number":"H1732","system":"hebrew","language":"hebrew","number_value":1732,"lemma":"דָּוִד","transliteration":"Dâvid","pronunciation":"daw-veed'","derivation":"rarely (fully); דָּוִיד; from the same as H1730 (דּוֹד); loving;","strongs_definition":"David, the youngest son of Jesse","kjv_definition":"David."} +{"id":"H1733","strongs_number":"H1733","system":"hebrew","language":"hebrew","number_value":1733,"lemma":"דּוֹדָה","transliteration":"dôwdâh","pronunciation":"do-daw'","derivation":"feminine of H1730 (דּוֹד);","strongs_definition":"an aunt","kjv_definition":"aunt, father's sister, uncle's wife."} +{"id":"H1734","strongs_number":"H1734","system":"hebrew","language":"hebrew","number_value":1734,"lemma":"דּוֹדוֹ","transliteration":"Dôwdôw","pronunciation":"do-do'","derivation":"from H1730 (דּוֹד); loving;","strongs_definition":"Dodo, the name of three Israelites","kjv_definition":"Dodo."} +{"id":"H1735","strongs_number":"H1735","system":"hebrew","language":"hebrew","number_value":1735,"lemma":"דּוֹדָוָהוּ","transliteration":"Dôwdâvâhûw","pronunciation":"do-daw-vaw'-hoo","derivation":"from H1730 (דּוֹד) and H3050 (יָהּ); love of Jah;","strongs_definition":"Dodavah, an Israelite","kjv_definition":"Dodavah."} +{"id":"H1736","strongs_number":"H1736","system":"hebrew","language":"hebrew","number_value":1736,"lemma":"דּוּדַי","transliteration":"dûwday","pronunciation":"doo-dah'-ee","derivation":"from H1731 (דּוּד);","strongs_definition":"a boiler or basket; also the mandrake (as an aphrodisiac)","kjv_definition":"basket, mandrake."} +{"id":"H1737","strongs_number":"H1737","system":"hebrew","language":"hebrew","number_value":1737,"lemma":"דּוֹדַי","transliteration":"Dôwday","pronunciation":"do-dah'ee","derivation":"formed like H1736 (דּוּדַי); amatory;","strongs_definition":"Dodai, an Israelite","kjv_definition":"Dodai."} +{"id":"H1738","strongs_number":"H1738","system":"hebrew","language":"hebrew","number_value":1738,"lemma":"דָּוָה","transliteration":"dâvâh","pronunciation":"daw-vaw'","derivation":"a primitive root;","strongs_definition":"to be sick (as if in menstruation)","kjv_definition":"infirmity."} +{"id":"H1739","strongs_number":"H1739","system":"hebrew","language":"hebrew","number_value":1739,"lemma":"דָּוֶה","transliteration":"dâveh","pronunciation":"daw-veh'","derivation":"from H1738 (דָּוָה);","strongs_definition":"sick (especially in menstruation)","kjv_definition":"faint, menstruous cloth, she that is sick, having sickness."} +{"id":"H1740","strongs_number":"H1740","system":"hebrew","language":"hebrew","number_value":1740,"lemma":"דּוּחַ","transliteration":"dûwach","pronunciation":"doo'-akh","derivation":"a primitive root;","strongs_definition":"to thrust away; figuratively, to cleanse","kjv_definition":"cast out, purge, wash."} +{"id":"H1741","strongs_number":"H1741","system":"hebrew","language":"hebrew","number_value":1741,"lemma":"דְּוַי","transliteration":"dᵉvay","pronunciation":"dev-ah'ee","derivation":"from H1739 (דָּוֶה);","strongs_definition":"sickness; figuratively, loathing","kjv_definition":"languishing, sorrowful."} +{"id":"H1742","strongs_number":"H1742","system":"hebrew","language":"hebrew","number_value":1742,"lemma":"דַּוָּי","transliteration":"davvây","pronunciation":"dav-voy'","derivation":"from H1739 (דָּוֶה);","strongs_definition":"sick; figuratively, troubled","kjv_definition":"faint."} +{"id":"H1743","strongs_number":"H1743","system":"hebrew","language":"hebrew","number_value":1743,"lemma":"דּוּךְ","transliteration":"dûwk","pronunciation":"dook","derivation":"a primitive root;","strongs_definition":"to bruise in a mortar","kjv_definition":"beat."} +{"id":"H1744","strongs_number":"H1744","system":"hebrew","language":"hebrew","number_value":1744,"lemma":"דּוּכִיפַת","transliteration":"dûwkîyphath","pronunciation":"doo-kee-fath'","derivation":"of uncertain derivation;","strongs_definition":"the hoopoe or else the grouse","kjv_definition":"lapwing."} +{"id":"H1745","strongs_number":"H1745","system":"hebrew","language":"hebrew","number_value":1745,"lemma":"דּוּמָה","transliteration":"dûwmâh","pronunciation":"doo-maw'","derivation":"from an unused root meaning to be dumb (compare H1820 (דָּמָה));","strongs_definition":"silence; figuratively, death","kjv_definition":"silence."} +{"id":"H1746","strongs_number":"H1746","system":"hebrew","language":"hebrew","number_value":1746,"lemma":"דּוּמָה","transliteration":"Dûwmâh","pronunciation":"doo-maw'","derivation":"the same as H1745 (דּוּמָה);","strongs_definition":"Dumah, a tribe and region of Arabia","kjv_definition":"Dumah."} +{"id":"H1747","strongs_number":"H1747","system":"hebrew","language":"hebrew","number_value":1747,"lemma":"דּוּמִיָּה","transliteration":"dûwmîyâh","pronunciation":"doo-me-yaw'","derivation":"from H1820 (דָּמָה);","strongs_definition":"stillness; adverbially, silently; abstractly quiet, trust","kjv_definition":"silence, silent, waiteth."} +{"id":"H1748","strongs_number":"H1748","system":"hebrew","language":"hebrew","number_value":1748,"lemma":"דּוּמָם","transliteration":"dûwmâm","pronunciation":"doo-mawm'","derivation":"from H1826 (דָּמַם);","strongs_definition":"still; adverbially, silently","kjv_definition":"dumb, silent, quietly wait."} +{"id":"H1749","strongs_number":"H1749","system":"hebrew","language":"hebrew","number_value":1749,"lemma":"דּוֹנַג","transliteration":"dôwnag","pronunciation":"do-nag'","derivation":"of uncertain derivation;","strongs_definition":"wax;","kjv_definition":"wax."} +{"id":"H1750","strongs_number":"H1750","system":"hebrew","language":"hebrew","number_value":1750,"lemma":"דּוּץ","transliteration":"dûwts","pronunciation":"doots","derivation":"a primitive root;","strongs_definition":"to leap","kjv_definition":"be turned."} +{"id":"H1751","strongs_number":"H1751","system":"hebrew","language":"hebrew","number_value":1751,"lemma":"דּוּק","transliteration":"dûwq","pronunciation":"dook","derivation":"(Aramaic) corresponding to H1854 (דָּקַק);","strongs_definition":"to crumble","kjv_definition":"be broken to pieces."} +{"id":"H1752","strongs_number":"H1752","system":"hebrew","language":"hebrew","number_value":1752,"lemma":"דּוּר","transliteration":"dûwr","pronunciation":"dure","derivation":"a primitive root;","strongs_definition":"properly, to gyrate (or move in a circle), i.e. to remain","kjv_definition":"dwell."} +{"id":"H1753","strongs_number":"H1753","system":"hebrew","language":"hebrew","number_value":1753,"lemma":"דּוּר","transliteration":"dûwr","pronunciation":"dure","derivation":"(Aramaic) corresponding to H1752 (דּוּר);","strongs_definition":"to reside","kjv_definition":"dwell."} +{"id":"H1754","strongs_number":"H1754","system":"hebrew","language":"hebrew","number_value":1754,"lemma":"דּוּר","transliteration":"dûwr","pronunciation":"dure","derivation":"from H1752 (דּוּר);","strongs_definition":"a circle, ball or pile","kjv_definition":"ball, turn, round about."} +{"id":"H1755","strongs_number":"H1755","system":"hebrew","language":"hebrew","number_value":1755,"lemma":"דּוֹר","transliteration":"dôwr","pronunciation":"dore","derivation":"or (shortened) דֹּר; from H1752 (דּוּר);","strongs_definition":"properly, a revolution of time, i.e. an age or generation; also a dwelling","kjv_definition":"age, [idiom] evermore, generation, (n-) ever, posterity."} +{"id":"H1756","strongs_number":"H1756","system":"hebrew","language":"hebrew","number_value":1756,"lemma":"דּוֹר","transliteration":"Dôwr","pronunciation":"dore","derivation":"or (by permutation) דֹּאר; (Joshua 17:11; 1 Kings 4:11), from H1755 (דּוֹר); dwelling;","strongs_definition":"Dor, a place in Palestine","kjv_definition":"Dor."} +{"id":"H1757","strongs_number":"H1757","system":"hebrew","language":"hebrew","number_value":1757,"lemma":"דּוּרָא","transliteration":"Dûwrâʼ","pronunciation":"doo-raw'","derivation":"(Aramaic) probably from H1753 (דּוּר); circle or dwelling;","strongs_definition":"Dura, a place in Babylonia","kjv_definition":"Dura."} +{"id":"H1758","strongs_number":"H1758","system":"hebrew","language":"hebrew","number_value":1758,"lemma":"דּוּשׁ","transliteration":"dûwsh","pronunciation":"doosh","derivation":"or דּוֹשׁ; or דִּישׁ; a primitive root;","strongs_definition":"to trample or thresh","kjv_definition":"break, tear, thresh, tread out (down), at grass (Jeremiah 50:11, by mistake for H1877 (דֶּשֶׁא))."} +{"id":"H1759","strongs_number":"H1759","system":"hebrew","language":"hebrew","number_value":1759,"lemma":"דּוּשׁ","transliteration":"dûwsh","pronunciation":"doosh","derivation":"(Aramaic) corresponding to H1758 (דּוּשׁ);","strongs_definition":"to trample","kjv_definition":"tread down."} +{"id":"H1760","strongs_number":"H1760","system":"hebrew","language":"hebrew","number_value":1760,"lemma":"דָּחָה","transliteration":"dâchâh","pronunciation":"daw-khaw'","derivation":"or דָּחַח; (Jeremiah 23:12), a primitive root;","strongs_definition":"to push down","kjv_definition":"chase, drive away (on), overthrow, outcast, [idiom] sore, thrust, totter."} +{"id":"H1761","strongs_number":"H1761","system":"hebrew","language":"hebrew","number_value":1761,"lemma":"דַּחֲוָה","transliteration":"dachăvâh","pronunciation":"dakh-av-aw'","derivation":"(Aramaic) from the equivalent of H1760 (דָּחָה);","strongs_definition":"probably a musical instrument (as being struck)","kjv_definition":"instrument of music."} +{"id":"H1762","strongs_number":"H1762","system":"hebrew","language":"hebrew","number_value":1762,"lemma":"דְּחִי","transliteration":"dᵉchîy","pronunciation":"deh-khee'","derivation":"from H1760 (דָּחָה);","strongs_definition":"a push, i.e. (by implication) a fall","kjv_definition":"falling."} +{"id":"H1763","strongs_number":"H1763","system":"hebrew","language":"hebrew","number_value":1763,"lemma":"דְּחַל","transliteration":"dᵉchal","pronunciation":"deh-khal'","derivation":"(Aramaic) corresponding to H2119 (זָחַל);","strongs_definition":"to slink, i.e. (by implication) to fear, or (causatively) be formidable","kjv_definition":"make afraid, dreadful, fear, terrible."} +{"id":"H1764","strongs_number":"H1764","system":"hebrew","language":"hebrew","number_value":1764,"lemma":"דֹּחַן","transliteration":"dôchan","pronunciation":"do'-khan","derivation":"of uncertain derivation;","strongs_definition":"millet","kjv_definition":"millet."} +{"id":"H1765","strongs_number":"H1765","system":"hebrew","language":"hebrew","number_value":1765,"lemma":"דָּחַף","transliteration":"dâchaph","pronunciation":"daw-khaf'","derivation":"a primitive root;","strongs_definition":"to urge, i.e. hasten","kjv_definition":"(be) haste(-ned), pressed on."} +{"id":"H1766","strongs_number":"H1766","system":"hebrew","language":"hebrew","number_value":1766,"lemma":"דָּחַק","transliteration":"dâchaq","pronunciation":"daw-khak'","derivation":"a primitive root;","strongs_definition":"to press, i.e. oppress","kjv_definition":"thrust, vex."} +{"id":"H1767","strongs_number":"H1767","system":"hebrew","language":"hebrew","number_value":1767,"lemma":"דַּי","transliteration":"day","pronunciation":"dahee","derivation":"of uncertain derivation;","strongs_definition":"enough (as noun or adverb), used chiefly with preposition in phrases","kjv_definition":"able, according to, after (ability), among, as (oft as), (more than) enough, from, in, since, (much as is) sufficient(-ly), too much, very, when."} +{"id":"H1768","strongs_number":"H1768","system":"hebrew","language":"hebrew","number_value":1768,"lemma":"דִּי","transliteration":"dîy","pronunciation":"dee","derivation":"(Aramaic) apparently for H1668 (דָּא);","strongs_definition":"that, used as relative conjunction, and especially (with a preposition) in adverbial phrases; also as preposition of","kjv_definition":"[idiom] as, but, for(-asmuch [phrase]), [phrase] now, of, seeing, than, that, therefore, until, [phrase] what (-soever), when, which, whom, whose."} +{"id":"H1769","strongs_number":"H1769","system":"hebrew","language":"hebrew","number_value":1769,"lemma":"דִּיבוֹן","transliteration":"Dîybôwn","pronunciation":"dee-bome'","derivation":"or (shortened) דִּיבֹן; from H1727 (דּוּב); pining","strongs_definition":"Dibon, the name of three places in Palestine","kjv_definition":"Dibon. (Also, with H1410 (גָּד) added, Dibon-gad.)"} +{"id":"H1770","strongs_number":"H1770","system":"hebrew","language":"hebrew","number_value":1770,"lemma":"דִּיג","transliteration":"dîyg","pronunciation":"deeg","derivation":"denominative from H1709 (דָּג);","strongs_definition":"to fish","kjv_definition":"fish."} +{"id":"H1771","strongs_number":"H1771","system":"hebrew","language":"hebrew","number_value":1771,"lemma":"דַּיָּג","transliteration":"dayâg","pronunciation":"dah-yawg'","derivation":"from H1770 (דִּיג);","strongs_definition":"a fisherman","kjv_definition":"fisher."} +{"id":"H1772","strongs_number":"H1772","system":"hebrew","language":"hebrew","number_value":1772,"lemma":"דַּיָּה","transliteration":"dayâh","pronunciation":"dah-yaw'","derivation":"intensive from H1675 (דָּאָה);","strongs_definition":"a falcon (from its rapid flight)","kjv_definition":"vulture."} +{"id":"H1773","strongs_number":"H1773","system":"hebrew","language":"hebrew","number_value":1773,"lemma":"דְּיוֹ","transliteration":"dᵉyôw","pronunciation":"deh-yo'","derivation":"of uncertain derivation;","strongs_definition":"ink","kjv_definition":"ink."} +{"id":"H1774","strongs_number":"H1774","system":"hebrew","language":"hebrew","number_value":1774,"lemma":"דִּי זָהָב","transliteration":"Dîy zâhâb","pronunciation":"dee zaw-hawb'","derivation":"as if from H1768 (דִּי) and H2091 (זָהָב); of gold;","strongs_definition":"Dizahab, a place in the Desert","kjv_definition":"Dizahab."} +{"id":"H1775","strongs_number":"H1775","system":"hebrew","language":"hebrew","number_value":1775,"lemma":"דִּימוֹן","transliteration":"Dîymôwn","pronunciation":"dee-mone'","derivation":"perhaps for H1769 (דִּיבוֹן);","strongs_definition":"Dimon, a place in Palestine","kjv_definition":"Dimon."} +{"id":"H1776","strongs_number":"H1776","system":"hebrew","language":"hebrew","number_value":1776,"lemma":"דִּימוֹנָה","transliteration":"Dîymôwnâh","pronunciation":"dee-mo-naw'","derivation":"feminine of H1775 (דִּימוֹן);","strongs_definition":"Dimonah, a place in Palestine","kjv_definition":"Dimonah."} +{"id":"H1777","strongs_number":"H1777","system":"hebrew","language":"hebrew","number_value":1777,"lemma":"דִּין","transliteration":"dîyn","pronunciation":"deen","derivation":"or (Genesis 6:3) דּוּן; a primitive root;","strongs_definition":"a straight course, i.e. sail direct","kjv_definition":"(come) with a straight course."} +{"id":"H1778","strongs_number":"H1778","system":"hebrew","language":"hebrew","number_value":1778,"lemma":"דִּין","transliteration":"dîyn","pronunciation":"deen","derivation":"(Aramaic) corresponding to H1777 (דִּין);","strongs_definition":"to judge","kjv_definition":"judge."} +{"id":"H1779","strongs_number":"H1779","system":"hebrew","language":"hebrew","number_value":1779,"lemma":"דִּין","transliteration":"dîyn","pronunciation":"deen","derivation":"or (Job 19:29) דּוּן; from H1777 (דִּין);","strongs_definition":"judgement (the suit, justice, sentence or tribunal); by implication also strife","kjv_definition":"cause, judgement, plea, strife."} +{"id":"H1780","strongs_number":"H1780","system":"hebrew","language":"hebrew","number_value":1780,"lemma":"דִּין","transliteration":"dîyn","pronunciation":"deen","derivation":"(Aramaic) corresponding to H1779 (דִּין)","strongs_definition":"{judgement (the suit, justice, sentence or tribunal); by implication also strife}","kjv_definition":"judgement."} +{"id":"H1781","strongs_number":"H1781","system":"hebrew","language":"hebrew","number_value":1781,"lemma":"דַּיָּן","transliteration":"dayân","pronunciation":"dah-yawn'","derivation":"from H1777 (דִּין);","strongs_definition":"a judge or advocate","kjv_definition":"judge."} +{"id":"H1782","strongs_number":"H1782","system":"hebrew","language":"hebrew","number_value":1782,"lemma":"דַּיָּן","transliteration":"dayân","pronunciation":"dah-yawn'","derivation":"(Aramaic) corresponding to H1781 (דַּיָּן)","strongs_definition":"{a judge or advocate}","kjv_definition":"judge."} +{"id":"H1783","strongs_number":"H1783","system":"hebrew","language":"hebrew","number_value":1783,"lemma":"דִּינָה","transliteration":"Dîynâh","pronunciation":"dee-naw'","derivation":"feminine of H1779 (דִּין); justice;","strongs_definition":"Dinah, the daughter of Jacob","kjv_definition":"Dinah."} +{"id":"H1784","strongs_number":"H1784","system":"hebrew","language":"hebrew","number_value":1784,"lemma":"דִּינַי","transliteration":"Dîynay","pronunciation":"dee-nah'-ee","derivation":"(Aramaic) partial from uncertain primitive;","strongs_definition":"a Dinaite or inhabitant of some unknown Assyria province","kjv_definition":"Dinaite."} +{"id":"H1785","strongs_number":"H1785","system":"hebrew","language":"hebrew","number_value":1785,"lemma":"דָּיֵק","transliteration":"dâyêq","pronunciation":"daw-yake'","derivation":"from a root corresp. to H1751 (דּוּק);","strongs_definition":"a battering-tower","kjv_definition":"fort."} +{"id":"H1786","strongs_number":"H1786","system":"hebrew","language":"hebrew","number_value":1786,"lemma":"דַּיִשׁ","transliteration":"dayish","pronunciation":"dah-yish'","derivation":"from H1758 (דּוּשׁ);","strongs_definition":"threshing-time","kjv_definition":"threshing."} +{"id":"H1787","strongs_number":"H1787","system":"hebrew","language":"hebrew","number_value":1787,"lemma":"דִּישׁוֹן","transliteration":"Dîyshôwn","pronunciation":"dee-shone'","derivation":"(Diyshon, the same as H1788 (דִּישֹׁן);","strongs_definition":"Dishon, the name of two Edomites","kjv_definition":"Dishon."} +{"id":"H1788","strongs_number":"H1788","system":"hebrew","language":"hebrew","number_value":1788,"lemma":"דִּישֹׁן","transliteration":"dîyshôn","pronunciation":"dee-shone'","derivation":"from H1758 (דּוּשׁ);","strongs_definition":"the leaper, i.e. an antelope","kjv_definition":"pygarg."} +{"id":"H1789","strongs_number":"H1789","system":"hebrew","language":"hebrew","number_value":1789,"lemma":"דִּישָׁן","transliteration":"Dîyshân","pronunciation":"dee-shawn'","derivation":"another form of H1787 (דִּישׁוֹן)","strongs_definition":"Dishan, an Edomite","kjv_definition":"Dishan, Dishon."} +{"id":"H1790","strongs_number":"H1790","system":"hebrew","language":"hebrew","number_value":1790,"lemma":"דַּךְ","transliteration":"dak","pronunciation":"dak","derivation":"from an unused root (compare H1794 (דָּכָה));","strongs_definition":"crushed, i.e. (figuratively) injured","kjv_definition":"afflicted, oppressed."} +{"id":"H1791","strongs_number":"H1791","system":"hebrew","language":"hebrew","number_value":1791,"lemma":"דֵּךְ","transliteration":"dêk","pronunciation":"dake","derivation":"(Aramaic) or דָּךְ; (Aramaic), prolonged from H1668 (דָּא);","strongs_definition":"this","kjv_definition":"the same, this."} +{"id":"H1792","strongs_number":"H1792","system":"hebrew","language":"hebrew","number_value":1792,"lemma":"דָּכָא","transliteration":"dâkâʼ","pronunciation":"daw-kaw'","derivation":"a primitive root (compare H1794 (דָּכָה));","strongs_definition":"to crumble; transitively, to bruise (literally or figuratively)","kjv_definition":"beat to pieces, break (in pieces), bruise, contrite, crush, destroy, humble, oppress, smite."} +{"id":"H1793","strongs_number":"H1793","system":"hebrew","language":"hebrew","number_value":1793,"lemma":"דַּכָּא","transliteration":"dakkâʼ","pronunciation":"dak-kaw'","derivation":"from H1792 (דָּכָא);","strongs_definition":"crushed (literally powder, or figuratively, contrite)","kjv_definition":"contrite, destruction."} +{"id":"H1794","strongs_number":"H1794","system":"hebrew","language":"hebrew","number_value":1794,"lemma":"דָּכָה","transliteration":"dâkâh","pronunciation":"daw-kaw'","derivation":"a primitive root (compare H1790 (דַּךְ), H1792 (דָּכָא));","strongs_definition":"to collapse (phys. or mentally)","kjv_definition":"break (sore), contrite, crouch."} +{"id":"H1795","strongs_number":"H1795","system":"hebrew","language":"hebrew","number_value":1795,"lemma":"דַּכָּה","transliteration":"dakkâh","pronunciation":"dak-kaw'","derivation":"from H1794 (דָּכָה) like H1793 (דַּכָּא);","strongs_definition":"mutilated","kjv_definition":"[phrase] wounded."} +{"id":"H1796","strongs_number":"H1796","system":"hebrew","language":"hebrew","number_value":1796,"lemma":"דֳּכִי","transliteration":"dŏkîy","pronunciation":"dok-ee'","derivation":"from H1794 (דָּכָה);","strongs_definition":"a dashing of surf","kjv_definition":"wave."} +{"id":"H1797","strongs_number":"H1797","system":"hebrew","language":"hebrew","number_value":1797,"lemma":"דִּכֵּן","transliteration":"dikkên","pronunciation":"dik-kane'","derivation":"(Aramaic) prolonged from H1791 (דֵּךְ);","strongs_definition":"this","kjv_definition":"same, that, this."} +{"id":"H1798","strongs_number":"H1798","system":"hebrew","language":"hebrew","number_value":1798,"lemma":"דְּכַר","transliteration":"dᵉkar","pronunciation":"dek-ar'","derivation":"(Aramaic) corresponding to H2145 (זָכָר);","strongs_definition":"properly, a male, i.e. of sheep","kjv_definition":"ram."} +{"id":"H1799","strongs_number":"H1799","system":"hebrew","language":"hebrew","number_value":1799,"lemma":"דִּכְרוֹן","transliteration":"dikrôwn","pronunciation":"dik-rone'","derivation":"(Aramaic) or דׇּכְרָן (Aramaic); corresponding to H2146 (זִכְרוֹן);","strongs_definition":"a register","kjv_definition":"record."} +{"id":"H1800","strongs_number":"H1800","system":"hebrew","language":"hebrew","number_value":1800,"lemma":"דַּל","transliteration":"dal","pronunciation":"dal","derivation":"from H1809 (דָּלַל);","strongs_definition":"properly, dangling, i.e. (by implication) weak or thin","kjv_definition":"lean, needy, poor (man), weaker."} +{"id":"H1801","strongs_number":"H1801","system":"hebrew","language":"hebrew","number_value":1801,"lemma":"דָּלַג","transliteration":"dâlag","pronunciation":"daw-lag'","derivation":"a primitive root;","strongs_definition":"to spring","kjv_definition":"leap."} +{"id":"H1802","strongs_number":"H1802","system":"hebrew","language":"hebrew","number_value":1802,"lemma":"דָּלָה","transliteration":"dâlâh","pronunciation":"daw-law'","derivation":"a primitive root (compare H1809 (דָּלַל));","strongs_definition":"properly, to dangle, i.e. to let down abucket (for drawing out water); figuratively, to deliver","kjv_definition":"draw (out), [idiom] enough, lift up."} +{"id":"H1803","strongs_number":"H1803","system":"hebrew","language":"hebrew","number_value":1803,"lemma":"דַּלָּה","transliteration":"dallâh","pronunciation":"dal-law'","derivation":"from H1802 (דָּלָה);","strongs_definition":"properly, something dangling, i.e. a loose thread or hair; figuratively, indigent","kjv_definition":"hair, pining sickness, poor(-est sort)."} +{"id":"H1804","strongs_number":"H1804","system":"hebrew","language":"hebrew","number_value":1804,"lemma":"דָּלַח","transliteration":"dâlach","pronunciation":"daw-lakh'","derivation":"a primitive root;","strongs_definition":"to roil water","kjv_definition":"trouble."} +{"id":"H1805","strongs_number":"H1805","system":"hebrew","language":"hebrew","number_value":1805,"lemma":"דְּלִי","transliteration":"dᵉlîy","pronunciation":"del-ee'","derivation":"or דֳּלִי; from H1802 (דָּלָה);","strongs_definition":"a pail or jar (for drawing water)","kjv_definition":"bucket."} +{"id":"H1806","strongs_number":"H1806","system":"hebrew","language":"hebrew","number_value":1806,"lemma":"דְּלָיָה","transliteration":"Dᵉlâyâh","pronunciation":"del-aw-yaw'","derivation":"or (prolonged) דְּלָיָהוּxlit Dᵉlâyâhhûw corrected to Dᵉlâyâhûw; from H1802 (דָּלָה) and H3050 (יָהּ); Jah has delivered;","strongs_definition":"Delajah, the name of five Israelites","kjv_definition":"Dalaiah, Delaiah."} +{"id":"H1807","strongs_number":"H1807","system":"hebrew","language":"hebrew","number_value":1807,"lemma":"דְּלִילָה","transliteration":"Dᵉlîylâh","pronunciation":"del-ee-law'","derivation":"from H1809 (דָּלַל); languishing","strongs_definition":"Delilah, a Philistine woman","kjv_definition":"Delilah."} +{"id":"H1808","strongs_number":"H1808","system":"hebrew","language":"hebrew","number_value":1808,"lemma":"דָּלִיָּה","transliteration":"dâlîyâh","pronunciation":"daw-lee-yaw'","derivation":"from H1802 (דָּלָה);","strongs_definition":"something dangling, i.e. a bough","kjv_definition":"branch."} +{"id":"H1809","strongs_number":"H1809","system":"hebrew","language":"hebrew","number_value":1809,"lemma":"דָּלַל","transliteration":"dâlal","pronunciation":"daw-lal'","derivation":"a primitive root (compare H1802 (דָּלָה));","strongs_definition":"to slacken or be feeble; figuratively, to be oppressed","kjv_definition":"bring low, dry up, be emptied, be not equal, fail, be impoverished, be made thin."} +{"id":"H1810","strongs_number":"H1810","system":"hebrew","language":"hebrew","number_value":1810,"lemma":"דִּלְעָן","transliteration":"Dilʻân","pronunciation":"dil-awn'","derivation":"of uncertain derivation;","strongs_definition":"Dilan, a place in Palestine","kjv_definition":"Dilean."} +{"id":"H1811","strongs_number":"H1811","system":"hebrew","language":"hebrew","number_value":1811,"lemma":"דָּלַף","transliteration":"dâlaph","pronunciation":"daw-laf'","derivation":"a primitive root;","strongs_definition":"to drip; by implication, to weep","kjv_definition":"drop through, melt, pour out."} +{"id":"H1812","strongs_number":"H1812","system":"hebrew","language":"hebrew","number_value":1812,"lemma":"דֶּלֶף","transliteration":"deleph","pronunciation":"deh'-lef","derivation":"from H1811 (דָּלַף);","strongs_definition":"a dripping","kjv_definition":"dropping."} +{"id":"H1813","strongs_number":"H1813","system":"hebrew","language":"hebrew","number_value":1813,"lemma":"דַּלְפוֹן","transliteration":"Dalphôwn","pronunciation":"dal-fone'","derivation":"from H1811 (דָּלַף); dripping;","strongs_definition":"Dalphon, a son of Haman","kjv_definition":"Dalphon."} +{"id":"H1814","strongs_number":"H1814","system":"hebrew","language":"hebrew","number_value":1814,"lemma":"דָּלַק","transliteration":"dâlaq","pronunciation":"daw-lak'","derivation":"a primitive root;","strongs_definition":"to flame (literally or figuratively)","kjv_definition":"burning, chase, inflame, kindle, persecute(-or), pursue hotly."} +{"id":"H1815","strongs_number":"H1815","system":"hebrew","language":"hebrew","number_value":1815,"lemma":"דְּלַק","transliteration":"dᵉlaq","pronunciation":"del-ak'","derivation":"(Aramaic) corresponding to H1814 (דָּלַק)","strongs_definition":"{to flame (literally or figuratively)}","kjv_definition":"burn."} +{"id":"H1816","strongs_number":"H1816","system":"hebrew","language":"hebrew","number_value":1816,"lemma":"דַּלֶּקֶת","transliteration":"dalleqeth","pronunciation":"dal-lek'-keth","derivation":"; from H1814 (דָּלַק);","strongs_definition":"a burning fever","kjv_definition":"inflammation."} +{"id":"H1817","strongs_number":"H1817","system":"hebrew","language":"hebrew","number_value":1817,"lemma":"דֶּלֶת","transliteration":"deleth","pronunciation":"deh'-leth","derivation":"from H1802 (דָּלָה);","strongs_definition":"something swinging, i.e. the valve of adoor","kjv_definition":"door (two-leaved), gate, leaf, lid. (Psalm 141:3)."} +{"id":"H1818","strongs_number":"H1818","system":"hebrew","language":"hebrew","number_value":1818,"lemma":"דָּם","transliteration":"dâm","pronunciation":"dawm","derivation":"from H1826 (דָּמַם) (compare H119 (אָדַם));","strongs_definition":"blood (as that which when shed causes death) of man or an animal; by analogy, the juice of the grape; figuratively (especially in the plural) bloodshed (i.e. drops of blood)","kjv_definition":"blood(-y, -guiltiness, (-thirsty), [phrase] innocent."} +{"id":"H1819","strongs_number":"H1819","system":"hebrew","language":"hebrew","number_value":1819,"lemma":"דָּמָה","transliteration":"dâmâh","pronunciation":"daw-maw'","derivation":"a primitive root;","strongs_definition":"to compare; by implication, to resemble, liken, consider","kjv_definition":"compare, devise, (be) like(-n), mean, think, use similitudes."} +{"id":"H1820","strongs_number":"H1820","system":"hebrew","language":"hebrew","number_value":1820,"lemma":"דָּמָה","transliteration":"dâmâh","pronunciation":"daw-mam'","derivation":"a primitive root;","strongs_definition":"to be dumb or silent; hence, to fail or perish; trans. to destroy","kjv_definition":"cease, be cut down (off), destroy, be brought to silence, be undone, [idiom] utterly."} +{"id":"H1821","strongs_number":"H1821","system":"hebrew","language":"hebrew","number_value":1821,"lemma":"דְּמָה","transliteration":"dᵉmâh","pronunciation":"dem-aw'","derivation":"(Aramaic) corresponding to H1819 (דָּמָה);","strongs_definition":"to resemble","kjv_definition":"be like."} +{"id":"H1822","strongs_number":"H1822","system":"hebrew","language":"hebrew","number_value":1822,"lemma":"דֻּמָּה","transliteration":"dummâh","pronunciation":"doom-maw'","derivation":"from H1820 (דָּמָה);","strongs_definition":"desolation; concretely, desolate","kjv_definition":"destroy."} +{"id":"H1823","strongs_number":"H1823","system":"hebrew","language":"hebrew","number_value":1823,"lemma":"דְּמוּת","transliteration":"dᵉmûwth","pronunciation":"dem-ooth'","derivation":"from H1819 (דָּמָה);","strongs_definition":"resemblance; concretely, model, shape; adverbially, like","kjv_definition":"fashion, like (-ness, as), manner, similitude."} +{"id":"H1824","strongs_number":"H1824","system":"hebrew","language":"hebrew","number_value":1824,"lemma":"דְּמִי","transliteration":"dᵉmîy","pronunciation":"dem-ee'","derivation":"or דֳּמִי; from H1820 (דָּמָה);","strongs_definition":"quiet","kjv_definition":"cutting off, rest, silence."} +{"id":"H1825","strongs_number":"H1825","system":"hebrew","language":"hebrew","number_value":1825,"lemma":"דִּמְיוֹן","transliteration":"dimyôwn","pronunciation":"dim-yone'","derivation":"from H1819 (דָּמָה);","strongs_definition":"resemblance","kjv_definition":"[idiom] like."} +{"id":"H1826","strongs_number":"H1826","system":"hebrew","language":"hebrew","number_value":1826,"lemma":"דָּמַם","transliteration":"dâmam","pronunciation":"daw-man'","derivation":"a primitive root (compare H1724 (דָּהַם), H1820 (דָּמָה));","strongs_definition":"to be dumb; by implication, to be astonished, to stop; also to perish","kjv_definition":"cease, be cut down (off), forbear, hold peace, quiet self, rest, be silent, keep (put to) silence, be (stand) still, tarry, wait."} +{"id":"H1827","strongs_number":"H1827","system":"hebrew","language":"hebrew","number_value":1827,"lemma":"דְּמָמָה","transliteration":"dᵉmâmâh","pronunciation":"dem-aw-maw'","derivation":"feminine from H1826 (דָּמַם);","strongs_definition":"quiet","kjv_definition":"calm, silence, still."} +{"id":"H1828","strongs_number":"H1828","system":"hebrew","language":"hebrew","number_value":1828,"lemma":"דֹּמֶן","transliteration":"dômen","pronunciation":"do'-men","derivation":"of uncertain derivation;","strongs_definition":"manure","kjv_definition":"dung."} +{"id":"H1829","strongs_number":"H1829","system":"hebrew","language":"hebrew","number_value":1829,"lemma":"דִּמְנָה","transliteration":"Dimnâh","pronunciation":"dim-naw'","derivation":"feminine from the same as H1828 (דֹּמֶן); a dung-heap;","strongs_definition":"Dimnah, a place in Palestine","kjv_definition":"Dimnah."} +{"id":"H1830","strongs_number":"H1830","system":"hebrew","language":"hebrew","number_value":1830,"lemma":"דָּמַע","transliteration":"dâmaʻ","pronunciation":"daw-mah'","derivation":"a primitive root;","strongs_definition":"to weep","kjv_definition":"[idiom] sore, weep."} +{"id":"H1831","strongs_number":"H1831","system":"hebrew","language":"hebrew","number_value":1831,"lemma":"דֶּמַע","transliteration":"demaʻ","pronunciation":"dah'-mah","derivation":"from H1830 (דָּמַע);","strongs_definition":"a tear; figuratively, juice","kjv_definition":"liquor."} +{"id":"H1832","strongs_number":"H1832","system":"hebrew","language":"hebrew","number_value":1832,"lemma":"דִּמְעָה","transliteration":"dimʻâh","pronunciation":"dim-aw'","derivation":"feminine of H1831 (דֶּמַע);","strongs_definition":"weeping","kjv_definition":"tears."} +{"id":"H1833","strongs_number":"H1833","system":"hebrew","language":"hebrew","number_value":1833,"lemma":"דְּמֶשֶׁק","transliteration":"dᵉmesheq","pronunciation":"dem-eh'-shek","derivation":"by orthographical variation from H1834 (דַּמֶּשֶׂק);","strongs_definition":"damask (as a fabric of Damascus)","kjv_definition":"in Damascus."} +{"id":"H1834","strongs_number":"H1834","system":"hebrew","language":"hebrew","number_value":1834,"lemma":"דַּמֶּשֶׂק","transliteration":"Dammeseq","pronunciation":"dam-meh'-sek","derivation":"or דּוּמֶשֶׂק; or דַּרְמֶשֶׂק; of foreign origin;","strongs_definition":"Damascus, a city of Syria","kjv_definition":"Damascus."} +{"id":"H1835","strongs_number":"H1835","system":"hebrew","language":"hebrew","number_value":1835,"lemma":"דָּן","transliteration":"Dân","pronunciation":"dawn","derivation":"from H1777 (דִּין); judge;","strongs_definition":"Dan, one of the sons of Jacob; also the tribe descended from him, and its territory; likewise a place in Palestine colonized by them","kjv_definition":"Daniel"} +{"id":"H1836","strongs_number":"H1836","system":"hebrew","language":"hebrew","number_value":1836,"lemma":"דֵּן","transliteration":"dên","pronunciation":"dane","derivation":"(Aramaic) an orthographical variation of H1791 (דֵּךְ);","strongs_definition":"this","kjv_definition":"(afore-) time, [phrase] after this manner, here (-after), one...another, such, there(-fore), these, this (matter), [phrase] thus, where(-fore), which."} +{"id":"H1837","strongs_number":"H1837","system":"hebrew","language":"hebrew","number_value":1837,"lemma":"דַּנָּה","transliteration":"Dannâh","pronunciation":"dan-naw'","derivation":"of uncertain derivation;","strongs_definition":"Dannah, a place in Palestine","kjv_definition":"Dannah."} +{"id":"H1838","strongs_number":"H1838","system":"hebrew","language":"hebrew","number_value":1838,"lemma":"דִּנְהָבָה","transliteration":"Dinhâbâh","pronunciation":"din-haw-baw'","derivation":"of uncertain derivation;","strongs_definition":"Dinhabah, an Edomitish town","kjv_definition":"Dinhaban."} +{"id":"H1839","strongs_number":"H1839","system":"hebrew","language":"hebrew","number_value":1839,"lemma":"דָּנִי","transliteration":"Dânîy","pronunciation":"daw-nee'","derivation":"patronymically from H1835 (דָּן);","strongs_definition":"a Danite (often collectively) or descendants (or inhabitants) of Dan","kjv_definition":"Danites, of Daniel"} +{"id":"H1840","strongs_number":"H1840","system":"hebrew","language":"hebrew","number_value":1840,"lemma":"דָנִיֵּאל","transliteration":"Dânîyêʼl","pronunciation":"daw-nee-yale'","derivation":"in Ezekiel it is; דָּנִאֵל; from H1835 (דָּן) and H410 (אֵל); judge of God;","strongs_definition":"Daniel or Danijel, the name of two Israelites","kjv_definition":"Daniel."} +{"id":"H1841","strongs_number":"H1841","system":"hebrew","language":"hebrew","number_value":1841,"lemma":"דָּנִיֵּאל","transliteration":"Dânîyêʼl","pronunciation":"daw-nee-yale'","derivation":"(Aramaic) corresponding to H1840 (דָנִיֵּאל);","strongs_definition":"Danijel, the Hebrew prophet","kjv_definition":"Daniel."} +{"id":"H1842","strongs_number":"H1842","system":"hebrew","language":"hebrew","number_value":1842,"lemma":"דָּן יַעַן","transliteration":"Dân Yaʻan","pronunciation":"dawn yah'-an","derivation":"from H1835 (דָּן) and (apparently) H3282 (יַעַן); judge of purpose;","strongs_definition":"Dan-Jaan, a place in Palestine","kjv_definition":"Dan-jaan."} +{"id":"H1843","strongs_number":"H1843","system":"hebrew","language":"hebrew","number_value":1843,"lemma":"דֵּעַ","transliteration":"dêaʻ","pronunciation":"day'-ah","derivation":"from H3045 (יָדַע);","strongs_definition":"knowledge","kjv_definition":"knowledge, opinion."} +{"id":"H1844","strongs_number":"H1844","system":"hebrew","language":"hebrew","number_value":1844,"lemma":"דֵּעָה","transliteration":"dêʻâh","pronunciation":"day-aw'","derivation":"feminine of H1843 (דֵּעַ);","strongs_definition":"knowledge","kjv_definition":"knowledge."} +{"id":"H1845","strongs_number":"H1845","system":"hebrew","language":"hebrew","number_value":1845,"lemma":"דְּעוּאֵל","transliteration":"Dᵉʻûwʼêl","pronunciation":"deh-oo-ale'","derivation":"from H3045 (יָדַע) and H410 (אֵל); known of God;","strongs_definition":"Deuel, an Israelite","kjv_definition":"Deuel."} +{"id":"H1846","strongs_number":"H1846","system":"hebrew","language":"hebrew","number_value":1846,"lemma":"דָּעַךְ","transliteration":"dâʻak","pronunciation":"daw-ak'","derivation":"a primitive root;","strongs_definition":"to be extinguished; figuratively, to expire or be dried up","kjv_definition":"be extinct, consumed, put out, quenched."} +{"id":"H1847","strongs_number":"H1847","system":"hebrew","language":"hebrew","number_value":1847,"lemma":"דַּעַת","transliteration":"daʻath","pronunciation":"dah'-ath","derivation":"from H3045 (יָדַע);","strongs_definition":"knowledge","kjv_definition":"cunning, (ig-) norantly, know(-ledge), (un-) awares (wittingly)."} +{"id":"H1848","strongs_number":"H1848","system":"hebrew","language":"hebrew","number_value":1848,"lemma":"דׇּפִי","transliteration":"dophîy","pronunciation":"dof'-ee","derivation":"from an unused root (meaning to push over);","strongs_definition":"a stumbling-block","kjv_definition":"slanderest."} +{"id":"H1849","strongs_number":"H1849","system":"hebrew","language":"hebrew","number_value":1849,"lemma":"דָּפַק","transliteration":"dâphaq","pronunciation":"daw-fak'","derivation":"a primitive root;","strongs_definition":"to knock; by analogy, to press severely","kjv_definition":"beat, knock, overdrive."} +{"id":"H1850","strongs_number":"H1850","system":"hebrew","language":"hebrew","number_value":1850,"lemma":"דׇּפְקָה","transliteration":"Dophqâh","pronunciation":"dof-kaw'","derivation":"from H1849 (דָּפַק); a knock;","strongs_definition":"Dophkah, a place in the Desert","kjv_definition":"Dophkah."} +{"id":"H1851","strongs_number":"H1851","system":"hebrew","language":"hebrew","number_value":1851,"lemma":"דַּק","transliteration":"daq","pronunciation":"dak","derivation":"from H1854 (דָּקַק);","strongs_definition":"crushed, i.e. (by implication) small or thin","kjv_definition":"dwarf, lean(-fleshed), very little thing, small, thin."} +{"id":"H1852","strongs_number":"H1852","system":"hebrew","language":"hebrew","number_value":1852,"lemma":"דֹּק","transliteration":"dôq","pronunciation":"doke","derivation":"from H1854 (דָּקַק);","strongs_definition":"something crumbling, i.e. fine (as a thin cloth)","kjv_definition":"curtain."} +{"id":"H1853","strongs_number":"H1853","system":"hebrew","language":"hebrew","number_value":1853,"lemma":"דִּקְלָה","transliteration":"Diqlâh","pronunciation":"dik-law'","derivation":"of foreign origin;","strongs_definition":"Diklah, a region of Arabia","kjv_definition":"Diklah."} +{"id":"H1854","strongs_number":"H1854","system":"hebrew","language":"hebrew","number_value":1854,"lemma":"דָּקַק","transliteration":"dâqaq","pronunciation":"daw-kak'","derivation":"a primitive root (compare H1915 (הָדַךְ)lemma הָדךְ missing vowel, corrected to הָדַךְ);","strongs_definition":"to crush (or intransitively) crumble","kjv_definition":"beat in pieces (small), bruise, make dust, (into) [idiom] powder, (be, very) small, stamp (small)."} +{"id":"H1855","strongs_number":"H1855","system":"hebrew","language":"hebrew","number_value":1855,"lemma":"דְּקַק","transliteration":"dᵉqaq","pronunciation":"dek-ak'","derivation":"(Aramaic) corresponding to H1854 (דָּקַק);","strongs_definition":"to crumble or (trans.) crush","kjv_definition":"break to pieces."} +{"id":"H1856","strongs_number":"H1856","system":"hebrew","language":"hebrew","number_value":1856,"lemma":"דָּקַר","transliteration":"dâqar","pronunciation":"daw-kar'","derivation":"a primitive root;","strongs_definition":"to stab; by analogy, to starve; figuratively, to revile","kjv_definition":"pierce, strike (thrust) through, wound."} +{"id":"H1857","strongs_number":"H1857","system":"hebrew","language":"hebrew","number_value":1857,"lemma":"דֶּקֶר","transliteration":"Deqer","pronunciation":"deh'-ker","derivation":"from H1856 (דָּקַר); a stab;","strongs_definition":"Deker, an Israelite","kjv_definition":"Dekar."} +{"id":"H1858","strongs_number":"H1858","system":"hebrew","language":"hebrew","number_value":1858,"lemma":"דַּר","transliteration":"dar","pronunciation":"dar","derivation":"apparently from the same as H1865 (דְּרוֹר);","strongs_definition":"properly, a pearl (from its sheen as rapidly turned); by analogy, pearl-stone, i.e. mother-of-pearl or alabaster","kjv_definition":"[idiom] white."} +{"id":"H1859","strongs_number":"H1859","system":"hebrew","language":"hebrew","number_value":1859,"lemma":"דָּר","transliteration":"dâr","pronunciation":"dawr","derivation":"(Aramaic) corresponding to H1755 (דּוֹר);","strongs_definition":"an age","kjv_definition":"generation."} +{"id":"H1860","strongs_number":"H1860","system":"hebrew","language":"hebrew","number_value":1860,"lemma":"דְּרָאוֹן","transliteration":"dᵉrâʼôwn","pronunciation":"der-aw-one'","derivation":"or דֵּרָאוֹן; from an unused root (meaning to repulse);","strongs_definition":"an object of aversion","kjv_definition":"abhorring, contempt."} +{"id":"H1861","strongs_number":"H1861","system":"hebrew","language":"hebrew","number_value":1861,"lemma":"דׇּרְבוֹן","transliteration":"dorbôwn","pronunciation":"dor-bone'","derivation":"(also dor-bawn'); of uncertain derivation;","strongs_definition":"a goad","kjv_definition":"goad."} +{"id":"H1862","strongs_number":"H1862","system":"hebrew","language":"hebrew","number_value":1862,"lemma":"דַּרְדַּע","transliteration":"Dardaʻ","pronunciation":"dar-dah'","derivation":"apparently from H1858 (דַּר) and H1843 (דֵּעַ); pearl of knowledge;","strongs_definition":"Darda, an Israelite","kjv_definition":"Darda."} +{"id":"H1863","strongs_number":"H1863","system":"hebrew","language":"hebrew","number_value":1863,"lemma":"דַּרְדַּר","transliteration":"dardar","pronunciation":"dar-dar'","derivation":"of uncertain derivation;","strongs_definition":"a thorn","kjv_definition":"thistle."} +{"id":"H1864","strongs_number":"H1864","system":"hebrew","language":"hebrew","number_value":1864,"lemma":"דָּרוֹם","transliteration":"dârôwm","pronunciation":"daw-rome'","derivation":"of uncertain derivation;","strongs_definition":"the south; poet. the south wind","kjv_definition":"south."} +{"id":"H1865","strongs_number":"H1865","system":"hebrew","language":"hebrew","number_value":1865,"lemma":"דְּרוֹר","transliteration":"dᵉrôwr","pronunciation":"der-ore'","derivation":"from an unused root (meaning to move rapidly);","strongs_definition":"freedom; hence, spontaneity of outflow, and so clear","kjv_definition":"liberty, pure."} +{"id":"H1866","strongs_number":"H1866","system":"hebrew","language":"hebrew","number_value":1866,"lemma":"דְּרוֹר","transliteration":"dᵉrôwr","pronunciation":"der-ore'","derivation":"the same as H1865 (דְּרוֹר), applied to a bird;","strongs_definition":"the swift, a kind of swallow","kjv_definition":"swallow."} +{"id":"H1867","strongs_number":"H1867","system":"hebrew","language":"hebrew","number_value":1867,"lemma":"דָּֽרְיָוֵשׁ","transliteration":"Dârᵉyâvêsh","pronunciation":"daw-reh-yaw-vaysh'","derivation":"of Persian origin;","strongs_definition":"Darejavesh, a title (rather than name) of several Persian kings","kjv_definition":"Darius."} +{"id":"H1868","strongs_number":"H1868","system":"hebrew","language":"hebrew","number_value":1868,"lemma":"דָּֽרְיָוֵשׁ","transliteration":"Dârᵉyâvêsh","pronunciation":"daw-reh-yaw-vaysh'","derivation":"(Aramaic) corresponding to H1867 (דָּֽרְיָוֵשׁ)","strongs_definition":"{Darejavesh, a title (rather than name) of several Persian kings}","kjv_definition":"Darius."} +{"id":"H1869","strongs_number":"H1869","system":"hebrew","language":"hebrew","number_value":1869,"lemma":"דָּרַךְ","transliteration":"dârak","pronunciation":"daw-rak'","derivation":"a primitive root;","strongs_definition":"to tread; by implication, to walk; also to string abow (by treading on it in bending)","kjv_definition":"archer, bend, come, draw, go (over), guide, lead (forth), thresh, tread (down), walk."} +{"id":"H1870","strongs_number":"H1870","system":"hebrew","language":"hebrew","number_value":1870,"lemma":"דֶּרֶךְ","transliteration":"derek","pronunciation":"deh'-rek","derivation":"from H1869 (דָּרַךְ);","strongs_definition":"a road (as trodden); figuratively, a course of life or mode of action, often adverb","kjv_definition":"along, away, because of, [phrase] by, conversation, custom, (east-) ward, journey, manner, passenger, through, toward, (high-) (path-) way(-side), whither(-soever)."} +{"id":"H1871","strongs_number":"H1871","system":"hebrew","language":"hebrew","number_value":1871,"lemma":"דַּרְכְּמוֹן","transliteration":"darkᵉmôwn","pronunciation":"dar-kem-one'","derivation":"of Persian origin;","strongs_definition":"a 'drachma', or coin","kjv_definition":"dram."} +{"id":"H1872","strongs_number":"H1872","system":"hebrew","language":"hebrew","number_value":1872,"lemma":"דְּרַע","transliteration":"dᵉraʻ","pronunciation":"der-aw'","derivation":"(Aramaic) corresponding to H2220 (זְרוֹעַ);","strongs_definition":"an arm","kjv_definition":"arm."} +{"id":"H1873","strongs_number":"H1873","system":"hebrew","language":"hebrew","number_value":1873,"lemma":"דָּרַע","transliteration":"Dâraʻ","pronunciation":"daw-rah'","derivation":"probably a contraction from H1862 (דַּרְדַּע);","strongs_definition":"Dara, an Israelite","kjv_definition":"Dara."} +{"id":"H1874","strongs_number":"H1874","system":"hebrew","language":"hebrew","number_value":1874,"lemma":"דַּרְקוֹן","transliteration":"Darqôwn","pronunciation":"dar-kone'","derivation":"of uncertain derivation;","strongs_definition":"Darkon, one of 'Solomon's servants'","kjv_definition":"Darkon."} +{"id":"H1875","strongs_number":"H1875","system":"hebrew","language":"hebrew","number_value":1875,"lemma":"דָּרַשׁ","transliteration":"dârash","pronunciation":"daw-rash'","derivation":"a primitive root;","strongs_definition":"properly, to tread or frequent; usually to follow (for pursuit or search); by implication, to seek or ask; specifically to worship","kjv_definition":"ask, [idiom] at all, care for, [idiom] diligently, inquire, make inquisition, (necro-) mancer, question, require, search, seek (for, out), [idiom] surely."} +{"id":"H1876","strongs_number":"H1876","system":"hebrew","language":"hebrew","number_value":1876,"lemma":"דָּשָׁא","transliteration":"dâshâʼ","pronunciation":"daw-shaw'","derivation":"a primitive root;","strongs_definition":"to sprout","kjv_definition":"bring forth, spring."} +{"id":"H1877","strongs_number":"H1877","system":"hebrew","language":"hebrew","number_value":1877,"lemma":"דֶּשֶׁא","transliteration":"desheʼ","pronunciation":"deh'-sheh","derivation":"from H1876 (דָּשָׁא);","strongs_definition":"a sprout; by analogy, grass","kjv_definition":"(tender) grass, green, (tender) herb."} +{"id":"H1878","strongs_number":"H1878","system":"hebrew","language":"hebrew","number_value":1878,"lemma":"דָּשֵׁן","transliteration":"dâshên","pronunciation":"daw-shane'","derivation":"a primitive root; also denominatively (from H1880 (דֶּשֶׁן))","strongs_definition":"to be fat; transitively, to fatten (or regard as fat); specifically to anoint; figuratively, to satisfy; to remove (fat) ashes (of sacrifices)","kjv_definition":"accept, anoint, take away the (receive) ashes (from), make (wax) fat."} +{"id":"H1879","strongs_number":"H1879","system":"hebrew","language":"hebrew","number_value":1879,"lemma":"דָּשֵׁן","transliteration":"dâshên","pronunciation":"daw-shane'","derivation":"from H1878 (דָּשֵׁן);","strongs_definition":"fat; figuratively, rich, fertile","kjv_definition":"fat."} +{"id":"H1880","strongs_number":"H1880","system":"hebrew","language":"hebrew","number_value":1880,"lemma":"דֶּשֶׁן","transliteration":"deshen","pronunciation":"deh'-shen","derivation":"from H1878 (דָּשֵׁן);","strongs_definition":"the fat; abstractly fatness, i.e. (figuratively) abundance; specifically the (fatty) ashes of sacrifices","kjv_definition":"ashes, fatness."} +{"id":"H1881","strongs_number":"H1881","system":"hebrew","language":"hebrew","number_value":1881,"lemma":"דָּת","transliteration":"dâth","pronunciation":"dawth","derivation":"of uncertain (perhaps foreign) derivation;","strongs_definition":"a royal edict or statute","kjv_definition":"commandment, commission, decree, law, manner."} +{"id":"H1882","strongs_number":"H1882","system":"hebrew","language":"hebrew","number_value":1882,"lemma":"דָּת","transliteration":"dâth","pronunciation":"dawth","derivation":"(Aramaic) corresponding to H1881 (דָּת);","strongs_definition":"{a royal edict or statute}","kjv_definition":"decree, law."} +{"id":"H1883","strongs_number":"H1883","system":"hebrew","language":"hebrew","number_value":1883,"lemma":"דֶּתֶא","transliteration":"detheʼ","pronunciation":"deh'-thay","derivation":"(Aramaic) corresponding to H1877 (דֶּשֶׁא)","strongs_definition":"{a sprout; by analogy, grass}","kjv_definition":"tender grass."} +{"id":"H1884","strongs_number":"H1884","system":"hebrew","language":"hebrew","number_value":1884,"lemma":"דְּתָבָר","transliteration":"dᵉthâbâr","pronunciation":"deth-aw-bawr'","derivation":"(Aramaic) of Persian origin;","strongs_definition":"meaning one skilled in law; a judge","kjv_definition":"counsellor."} +{"id":"H1885","strongs_number":"H1885","system":"hebrew","language":"hebrew","number_value":1885,"lemma":"דָּתָן","transliteration":"Dâthân","pronunciation":"daw-thawn'","derivation":"of uncertain derivation;","strongs_definition":"Dathan, an Israelite","kjv_definition":"Dathan."} +{"id":"H1886","strongs_number":"H1886","system":"hebrew","language":"hebrew","number_value":1886,"lemma":"דֹּתָן","transliteration":"Dôthân","pronunciation":"do'-thawn","derivation":"or (Aramaic dual) דֹּתַיִן; (Genesis 37:17), of uncertain derivation;","strongs_definition":"Dothan, a place in Palestine","kjv_definition":"Dothan. h"} +{"id":"H1887","strongs_number":"H1887","system":"hebrew","language":"hebrew","number_value":1887,"lemma":"הֵא","transliteration":"hêʼ","pronunciation":"hay","derivation":"a primitive particle;","strongs_definition":"lo!","kjv_definition":"behold, lo."} +{"id":"H1888","strongs_number":"H1888","system":"hebrew","language":"hebrew","number_value":1888,"lemma":"הֵא","transliteration":"hêʼ","pronunciation":"hay","derivation":"(Aramaic) or הָא; (Aramaic), corresponding to H1887 (הֵא)","strongs_definition":"{lo!}","kjv_definition":"even, lo."} +{"id":"H1889","strongs_number":"H1889","system":"hebrew","language":"hebrew","number_value":1889,"lemma":"הֶאָח","transliteration":"heʼâch","pronunciation":"heh-awkh'","derivation":"from H1887 (הֵא) and H253 (אָח);","strongs_definition":"aha!","kjv_definition":"ah, aha, ha."} +{"id":"H1890","strongs_number":"H1890","system":"hebrew","language":"hebrew","number_value":1890,"lemma":"הַבְהָב","transliteration":"habhâb","pronunciation":"hab-hawb'","derivation":"by reduplication from H3051 (יָהַב);","strongs_definition":"gift (in sacrifice), i.e. holocaust","kjv_definition":"offering."} +{"id":"H1891","strongs_number":"H1891","system":"hebrew","language":"hebrew","number_value":1891,"lemma":"הָבַל","transliteration":"hâbal","pronunciation":"haw-bal'","derivation":"a primitive root;","strongs_definition":"to be vain in act, word, or expectation; specifically to lead astray","kjv_definition":"be (become, make) vain."} +{"id":"H1892","strongs_number":"H1892","system":"hebrew","language":"hebrew","number_value":1892,"lemma":"הֶבֶל","transliteration":"hebel","pronunciation":"heh'bel","derivation":"or (rarely in the abs.) הֲבֵל; from H1891 (הָבַל);","strongs_definition":"emptiness or vanity; figuratively, something transitory and unsatisfactory; often used as an adverb","kjv_definition":"[idiom] altogether, vain, vanity."} +{"id":"H1893","strongs_number":"H1893","system":"hebrew","language":"hebrew","number_value":1893,"lemma":"הֶבֶל","transliteration":"Hebel","pronunciation":"heh'-bel","derivation":"the same as H1892 (הֶבֶל);","strongs_definition":"Hebel, the son of Adam","kjv_definition":"Abel."} +{"id":"H1894","strongs_number":"H1894","system":"hebrew","language":"hebrew","number_value":1894,"lemma":"הֹבֶן","transliteration":"hôben","pronunciation":"ho'-ben","derivation":"only in plural, from an unused root meaning to be hard;","strongs_definition":"ebony","kjv_definition":"ebony."} +{"id":"H1895","strongs_number":"H1895","system":"hebrew","language":"hebrew","number_value":1895,"lemma":"הָבַר","transliteration":"hâbar","pronunciation":"haw-bar'","derivation":"a primitive root of uncertain (perhaps foreign) derivation;","strongs_definition":"to be a horoscopist","kjv_definition":"[phrase] (astro-) loger."} +{"id":"H1896","strongs_number":"H1896","system":"hebrew","language":"hebrew","number_value":1896,"lemma":"הֵגֵא","transliteration":"Hêgêʼ","pronunciation":"hay-gay'","derivation":"or (by permutation) הֵגַי; probably of Persian origin;","strongs_definition":"Hege or Hegai, a eunuch of Xerxes","kjv_definition":"Hegai, Hege."} +{"id":"H1897","strongs_number":"H1897","system":"hebrew","language":"hebrew","number_value":1897,"lemma":"הָגָה","transliteration":"hâgâh","pronunciation":"daw-gaw'","derivation":"a primitive root (compare H1901 (הָגִיג));","strongs_definition":"to murmur (in pleasure or anger); by implication, to ponder","kjv_definition":"imagine, meditate, mourn, mutter, roar, [idiom] sore, speak, study, talk, utter."} +{"id":"H1898","strongs_number":"H1898","system":"hebrew","language":"hebrew","number_value":1898,"lemma":"הָגָה","transliteration":"hâgâh","pronunciation":"haw-gaw'","derivation":"a primitive root;","strongs_definition":"to remove","kjv_definition":"stay, stay away."} +{"id":"H1899","strongs_number":"H1899","system":"hebrew","language":"hebrew","number_value":1899,"lemma":"הֶגֶה","transliteration":"hegeh","pronunciation":"heh'-geh","derivation":"from H1897 (הָגָה);","strongs_definition":"a muttering (in sighing, thought, or as thunder)","kjv_definition":"mourning, sound, tale."} +{"id":"H1900","strongs_number":"H1900","system":"hebrew","language":"hebrew","number_value":1900,"lemma":"הָגוּת","transliteration":"hâgûwth","pronunciation":"haw-gooth'","derivation":"from H1897 (הָגָה);","strongs_definition":"musing","kjv_definition":"meditation."} +{"id":"H1901","strongs_number":"H1901","system":"hebrew","language":"hebrew","number_value":1901,"lemma":"הָגִיג","transliteration":"hâgîyg","pronunciation":"haw-gheeg'","derivation":"from an unused root akin to H1897 (הָגָה);","strongs_definition":"properly, a murmur, i.e. complaint","kjv_definition":"meditation, musing."} +{"id":"H1902","strongs_number":"H1902","system":"hebrew","language":"hebrew","number_value":1902,"lemma":"הִגָּיוֹן","transliteration":"higgâyôwn","pronunciation":"hig-gaw-yone'","derivation":"intensive from H1897 (הָגָה);","strongs_definition":"a murmuring sound, i.e. a musical notation (probably similar to the modern affettuoso to indicate solemnity of movement); by implication, a machination","kjv_definition":"device, Higgaion, meditation, solemn sound."} +{"id":"H1903","strongs_number":"H1903","system":"hebrew","language":"hebrew","number_value":1903,"lemma":"הָגִין","transliteration":"hâgîyn","pronunciation":"haw-gheen'","derivation":"of uncertain derivation;","strongs_definition":"perhaps suitable or turning","kjv_definition":"directly."} +{"id":"H1904","strongs_number":"H1904","system":"hebrew","language":"hebrew","number_value":1904,"lemma":"הָגָר","transliteration":"Hâgâr","pronunciation":"haw-gawr'","derivation":"of uncertain (perhaps foreign) derivation;","strongs_definition":"Hagar, the mother of Ishmael","kjv_definition":"Hagar."} +{"id":"H1905","strongs_number":"H1905","system":"hebrew","language":"hebrew","number_value":1905,"lemma":"הַגְרִי","transliteration":"Hagrîy","pronunciation":"hag-ree'","derivation":"or (prolonged) הַגְרִיאxlit Hagrîʼ corrected to Hagrîyʼ; perhaps patronymically from H1904 (הָגָר);","strongs_definition":"a Hagrite or member of a certain Arabian clan","kjv_definition":"Hagarene, Hagarite, Haggeri."} +{"id":"H1906","strongs_number":"H1906","system":"hebrew","language":"hebrew","number_value":1906,"lemma":"הֵד","transliteration":"hêd","pronunciation":"hade","derivation":"for H1959 (הֵידָד);","strongs_definition":"a shout","kjv_definition":"sounding again."} +{"id":"H1907","strongs_number":"H1907","system":"hebrew","language":"hebrew","number_value":1907,"lemma":"הַדָּבָר","transliteration":"haddâbâr","pronunciation":"had-daw-bawr'","derivation":"(Aramaic) probably of foreign origin;","strongs_definition":"a vizier","kjv_definition":"counsellor."} +{"id":"H1908","strongs_number":"H1908","system":"hebrew","language":"hebrew","number_value":1908,"lemma":"הֲדַד","transliteration":"Hădad","pronunciation":"had-ad'","derivation":"probably of foreign origin (compare H111 (אֲדַד));","strongs_definition":"Hadad, the name of an idol, and of several kings of Edom","kjv_definition":"Hadad."} +{"id":"H1909","strongs_number":"H1909","system":"hebrew","language":"hebrew","number_value":1909,"lemma":"הֲדַדְעֶזֶר","transliteration":"Hădadʻezer","pronunciation":"had-ad-eh'-zer","derivation":"from H1908 (הֲדַד) and H5828 (עֵזֶר); Hadad (is his) help;","strongs_definition":"Hadadezer, a Syrian king","kjv_definition":"Hadadezer. Compare H1928 (הֲדַרְעֶזֶר)."} +{"id":"H1910","strongs_number":"H1910","system":"hebrew","language":"hebrew","number_value":1910,"lemma":"הֲדַדְרִמּוֹן","transliteration":"Hădadrimmôwn","pronunciation":"had-ad-rim-mone'","derivation":"from H1908 (הֲדַד) and H7417 (רִמּוֹן);","strongs_definition":"Hadad-Rimmon, a place in Palestine","kjv_definition":"Hadad-rimmon."} +{"id":"H1911","strongs_number":"H1911","system":"hebrew","language":"hebrew","number_value":1911,"lemma":"הָדָה","transliteration":"hâdâh","pronunciation":"haw-daw'","derivation":"a primitive root (compare H3034 (יָדָה));","strongs_definition":"to stretch forth the hand","kjv_definition":"put."} +{"id":"H1912","strongs_number":"H1912","system":"hebrew","language":"hebrew","number_value":1912,"lemma":"הֹדוּ","transliteration":"Hôdûw","pronunciation":"ho'-doo","derivation":"of foreign origin;","strongs_definition":"Hodu (i.e. Hindustan)","kjv_definition":"India."} +{"id":"H1913","strongs_number":"H1913","system":"hebrew","language":"hebrew","number_value":1913,"lemma":"הֲדוֹרָם","transliteration":"Hădôwrâm","pronunciation":"had-o-rawm'","derivation":"or הֲדֹרָם; probably of foreign derivation;","strongs_definition":"Hadoram, a son of Joktan, and the tribe descended from him","kjv_definition":"Hadoram."} +{"id":"H1914","strongs_number":"H1914","system":"hebrew","language":"hebrew","number_value":1914,"lemma":"הִדַּי","transliteration":"Hidday","pronunciation":"hid-dah'ee","derivation":"of uncertain derivation;","strongs_definition":"Hiddai, an Israelite","kjv_definition":"Hiddai."} +{"id":"H1915","strongs_number":"H1915","system":"hebrew","language":"hebrew","number_value":1915,"lemma":"הָדַךְ","transliteration":"hâdak","pronunciation":"haw-dak'","derivation":"a primitive root (compare H1854 (דָּקַק));","strongs_definition":"to crush with the foot","kjv_definition":"tread down."} +{"id":"H1916","strongs_number":"H1916","system":"hebrew","language":"hebrew","number_value":1916,"lemma":"הֲדֹם","transliteration":"hădôm","pronunciation":"had-ome'","derivation":"from an unused root meaning to stamp upon;","strongs_definition":"a foot stool","kjv_definition":"(foot-) stool."} +{"id":"H1917","strongs_number":"H1917","system":"hebrew","language":"hebrew","number_value":1917,"lemma":"הַדָּם","transliteration":"haddâm","pronunciation":"had-dawm'","derivation":"(Aramaic) from a root corresponding to that of H1916 (הֲדֹם);","strongs_definition":"something stamped to pieces, i.e. a bit","kjv_definition":"piece."} +{"id":"H1918","strongs_number":"H1918","system":"hebrew","language":"hebrew","number_value":1918,"lemma":"הֲדַס","transliteration":"hădaç","pronunciation":"had-as'","derivation":"of uncertain derivation;","strongs_definition":"the myrtle","kjv_definition":"myrtle (tree)."} +{"id":"H1919","strongs_number":"H1919","system":"hebrew","language":"hebrew","number_value":1919,"lemma":"הֲדַסָּה","transliteration":"Hădaççâh","pronunciation":"had-as-saw'","derivation":"feminine of H1918 (הֲדַס);","strongs_definition":"Hadassah (or Esther)","kjv_definition":"Hadassah."} +{"id":"H1920","strongs_number":"H1920","system":"hebrew","language":"hebrew","number_value":1920,"lemma":"הָדַף","transliteration":"Hâdaph","pronunciation":"haw-daf'","derivation":"a primitive root;","strongs_definition":"to push away or down","kjv_definition":"cast away (out), drive, expel, thrust (away)."} +{"id":"H1921","strongs_number":"H1921","system":"hebrew","language":"hebrew","number_value":1921,"lemma":"הָדַר","transliteration":"hâdar","pronunciation":"haw-dar'","derivation":"a primitive root;","strongs_definition":"to swell up (literally or figuratively, active or passive); by implication, to favor or honour, be high or proud","kjv_definition":"countenance, crooked place, glorious, honour, put forth."} +{"id":"H1922","strongs_number":"H1922","system":"hebrew","language":"hebrew","number_value":1922,"lemma":"הֲדַר","transliteration":"hădar","pronunciation":"had-ar'","derivation":"(Aramaic) corresponding to H1921 (הָדַר);","strongs_definition":"to magnify (figuratively)","kjv_definition":"glorify, honour."} +{"id":"H1923","strongs_number":"H1923","system":"hebrew","language":"hebrew","number_value":1923,"lemma":"הֲדַר","transliteration":"hădar","pronunciation":"had-ar'","derivation":"(Aramaic) from H1922 (הֲדַר)lemma הֲדַּר extra dagesh, corrected to הֲדַר;","strongs_definition":"magnificence","kjv_definition":"honour, majesty."} +{"id":"H1924","strongs_number":"H1924","system":"hebrew","language":"hebrew","number_value":1924,"lemma":"הֲדַר","transliteration":"Hădar","pronunciation":"had-ar'","derivation":"the same as H1926 (הָדָר);","strongs_definition":"Hadar, an Edomite","kjv_definition":"Hadar."} +{"id":"H1925","strongs_number":"H1925","system":"hebrew","language":"hebrew","number_value":1925,"lemma":"הֶדֶר","transliteration":"heder","pronunciation":"heh'-der","derivation":"from H1921 (הָדַר);","strongs_definition":"honour; used (figuratively) for the capital city (Jerusalem)","kjv_definition":"glory."} +{"id":"H1926","strongs_number":"H1926","system":"hebrew","language":"hebrew","number_value":1926,"lemma":"הָדָר","transliteration":"hâdâr","pronunciation":"haw-dawr'","derivation":"from H1921 (הָדַר);","strongs_definition":"magnificence, i.e. ornament or splendor","kjv_definition":"beauty, comeliness, excellency, glorious, glory, goodly, honour, majesty."} +{"id":"H1927","strongs_number":"H1927","system":"hebrew","language":"hebrew","number_value":1927,"lemma":"הֲדָרָה","transliteration":"hădârâh","pronunciation":"had-aw-raw'","derivation":"feminine of H1926 (הָדָר);","strongs_definition":"decoration","kjv_definition":"beauty, honour."} +{"id":"H1928","strongs_number":"H1928","system":"hebrew","language":"hebrew","number_value":1928,"lemma":"הֲדַרְעֶזֶר","transliteration":"Hădarʻezer","pronunciation":"had-ar-eh'-zer","derivation":"from H1924 (הֲדַר) and H5828 (עֵזֶר); Hadar (i.e. Hadad, H1908 (הֲדַד)) is his help; (i.e. Hadadezer, H1909 (הֲדַדְעֶזֶר))","strongs_definition":"Hadarezer, a Syrian king","kjv_definition":"Hadarezer."} +{"id":"H1929","strongs_number":"H1929","system":"hebrew","language":"hebrew","number_value":1929,"lemma":"הָהּ","transliteration":"hâhh","pronunciation":"haw","derivation":"a shortened form of H162 (אֲהָהּ);","strongs_definition":"ah! expressing grief","kjv_definition":"woe worth."} +{"id":"H1930","strongs_number":"H1930","system":"hebrew","language":"hebrew","number_value":1930,"lemma":"הוֹ","transliteration":"hôw","pronunciation":"ho","derivation":"by permutation from H1929 (הָהּ);","strongs_definition":"oh!","kjv_definition":"alas."} +{"id":"H1931","strongs_number":"H1931","system":"hebrew","language":"hebrew","number_value":1931,"lemma":"הוּא","transliteration":"hûwʼ","pronunciation":"hoo","derivation":"of which the feminine (beyond the Pentateuch) is הִיא; a primitive word, the third person pronoun singular;","strongs_definition":"he (she or it); only expressed when emphatic or without a verb; also (intensively) self, or (especially with the article) the same; sometimes (as demonstrative) this or that; occasionally (instead of copula) as or are","kjv_definition":"he, as for her, him(-self), it, the same, she (herself), such, that (...it), these, they, this, those, which (is), who."} +{"id":"H1932","strongs_number":"H1932","system":"hebrew","language":"hebrew","number_value":1932,"lemma":"הוּא","transliteration":"hûwʼ","pronunciation":"hoo","derivation":"(Aramaic) or (feminine) הִיא; (Aramaic), corresponding to H1931 (הוּא)","strongs_definition":"{he (she or it); self, or (especially with the article) the same; sometimes (as demonstrative) this or that; occasionally (instead of copula) as or are}","kjv_definition":"[idiom] are, it, this."} +{"id":"H1933","strongs_number":"H1933","system":"hebrew","language":"hebrew","number_value":1933,"lemma":"הָוָא","transliteration":"hâvâʼ","pronunciation":"haw-vaw'","derivation":"or הָוָה; a primitive root (compare H183 (אָוָה), H1961 (הָיָה)) supposed to mean properly, to breathe;","strongs_definition":"to be (in the sense of existence)","kjv_definition":"be, [idiom] have."} +{"id":"H1934","strongs_number":"H1934","system":"hebrew","language":"hebrew","number_value":1934,"lemma":"הָוָא","transliteration":"hâvâʼ","pronunciation":"hav-aw'","derivation":"(Aramaic) or הָוָה; (Aramaic), corresponding to H1933 (הָוָא);","strongs_definition":"to exist; used in a great variety of applications (especially in connection with other words)","kjv_definition":"be, become, [phrase] behold, [phrase] came (to pass), [phrase] cease, [phrase] cleave, [phrase] consider, [phrase] do, [phrase] give, [phrase] have, [phrase] judge, [phrase] keep, [phrase] labour, [phrase] mingle (self), [phrase] put, [phrase] see, [phrase] seek, [phrase] set, [phrase] slay, [phrase] take heed, tremble, [phrase] walk, [phrase] would."} +{"id":"H1935","strongs_number":"H1935","system":"hebrew","language":"hebrew","number_value":1935,"lemma":"הוֹד","transliteration":"hôwd","pronunciation":"hode","derivation":"from an unused root;","strongs_definition":"grandeur (i.e. an imposing form and appearance)","kjv_definition":"beauty, comeliness, excellency, glorious, glory, goodly, honour, majesty."} +{"id":"H1936","strongs_number":"H1936","system":"hebrew","language":"hebrew","number_value":1936,"lemma":"הוֹד","transliteration":"Hôwd","pronunciation":"hode","derivation":"the same as H1935 (הוֹד);","strongs_definition":"Hod, an Israelite","kjv_definition":"Hod."} +{"id":"H1937","strongs_number":"H1937","system":"hebrew","language":"hebrew","number_value":1937,"lemma":"הוֹדְוָה","transliteration":"Hôwdᵉvâh","pronunciation":"ho-dev-aw'","derivation":"a form of H1938 (הוֹדַוְיָה);","strongs_definition":"Hodevah (or Hodevjah), an Israelite","kjv_definition":"Hodevah."} +{"id":"H1938","strongs_number":"H1938","system":"hebrew","language":"hebrew","number_value":1938,"lemma":"הוֹדַוְיָה","transliteration":"Hôwdavyâh","pronunciation":"ho-dav-yaw'","derivation":"from H1935 (הוֹד) and H3050 (יָהּ); majesty of Jah;","strongs_definition":"Hodavjah, the name of three Israelites","kjv_definition":"Hodaviah."} +{"id":"H1939","strongs_number":"H1939","system":"hebrew","language":"hebrew","number_value":1939,"lemma":"הוֹדַיְוָהוּ","transliteration":"Hôwdayvâhûw","pronunciation":"ho-dah-yeh-vaw'-hoo","derivation":"a form of H1938 (הוֹדַוְיָה);","strongs_definition":"Hodajvah, an Israelite","kjv_definition":"Hodaiah."} +{"id":"H1940","strongs_number":"H1940","system":"hebrew","language":"hebrew","number_value":1940,"lemma":"הוֹדִיָּה","transliteration":"Hôwdîyâh","pronunciation":"ho-dee-yaw'","derivation":"a form for the feminine of H3064 (יְהוּדִי);","strongs_definition":"a Jewess","kjv_definition":"Hodiah."} +{"id":"H1941","strongs_number":"H1941","system":"hebrew","language":"hebrew","number_value":1941,"lemma":"הוֹדִיָּה","transliteration":"Hôwdîyâh","pronunciation":"ho-dee-yaw'","derivation":"a form of H1938 (הוֹדַוְיָה);","strongs_definition":"Hodijah, the name of three Israelites","kjv_definition":"Hodijah."} +{"id":"H1942","strongs_number":"H1942","system":"hebrew","language":"hebrew","number_value":1942,"lemma":"הַוָּה","transliteration":"havvâh","pronunciation":"hav-vaw'","derivation":"from H1933 (הָוָא) (in the sense of eagerly coveting and rushing upon;","strongs_definition":"by implication, of falling); desire; also ruin","kjv_definition":"calamity, iniquity, mischief, mischievous (thing), naughtiness, naughty, noisome, perverse thing, substance, very wickedness."} +{"id":"H1943","strongs_number":"H1943","system":"hebrew","language":"hebrew","number_value":1943,"lemma":"הֹוָה","transliteration":"hôvâh","pronunciation":"ho-vaw'","derivation":"another form for H1942 (הַוָּה);","strongs_definition":"ruin","kjv_definition":"mischief."} +{"id":"H1944","strongs_number":"H1944","system":"hebrew","language":"hebrew","number_value":1944,"lemma":"הוֹהָם","transliteration":"Hôwhâm","pronunciation":"ho-hawm'","derivation":"of uncertain derivation;","strongs_definition":"Hoham, a Canaanitish king","kjv_definition":"Hoham."} +{"id":"H1945","strongs_number":"H1945","system":"hebrew","language":"hebrew","number_value":1945,"lemma":"הוֹי","transliteration":"hôwy","pronunciation":"hoh'ee","derivation":"a prolonged form of H1930 (הוֹ) (akin to H188 (אוֹי));","strongs_definition":"oh!","kjv_definition":"ah, alas, ho, O, woe."} +{"id":"H1946","strongs_number":"H1946","system":"hebrew","language":"hebrew","number_value":1946,"lemma":"הוּךְ","transliteration":"hûwk","pronunciation":"hook","derivation":"(Aramaic) corresponding to H1981 (הֲלַךְ);","strongs_definition":"to go; causatively, to bring","kjv_definition":"bring again, come, go (up)."} +{"id":"H1947","strongs_number":"H1947","system":"hebrew","language":"hebrew","number_value":1947,"lemma":"הוֹלֵלָה","transliteration":"hôwlêlâh","pronunciation":"ho-lay-law'","derivation":"feminine active participle of H1984 (הָלַל);","strongs_definition":"folly","kjv_definition":"madness."} +{"id":"H1948","strongs_number":"H1948","system":"hebrew","language":"hebrew","number_value":1948,"lemma":"הוֹלֵלוּת","transliteration":"hôwlêlûwth","pronunciation":"ho-lay-looth'","derivation":"from active participle of H1984 (הָלַל);","strongs_definition":"folly","kjv_definition":"madness."} +{"id":"H1949","strongs_number":"H1949","system":"hebrew","language":"hebrew","number_value":1949,"lemma":"הוּם","transliteration":"hûwm","pronunciation":"hoom","derivation":"a primitive root (compare H2000 (הָמַם));","strongs_definition":"to make an uproar, or agitate greatly","kjv_definition":"destroy, move, make a noise, put, ring again."} +{"id":"H1950","strongs_number":"H1950","system":"hebrew","language":"hebrew","number_value":1950,"lemma":"הוֹמָם","transliteration":"Hôwmâm","pronunciation":"ho-mawm'","derivation":"from H2000 (הָמַם); raging;","strongs_definition":"Homam, an Edomitish chieftain","kjv_definition":"Homam. Compare H1967 (הֵימָם)."} +{"id":"H1951","strongs_number":"H1951","system":"hebrew","language":"hebrew","number_value":1951,"lemma":"הוּן","transliteration":"hûwn","pronunciation":"hoon","derivation":"a primitive root;","strongs_definition":"properly, to be naught, i.e. (figuratively) to be (causatively, act) light","kjv_definition":"be ready."} +{"id":"H1952","strongs_number":"H1952","system":"hebrew","language":"hebrew","number_value":1952,"lemma":"הוֹן","transliteration":"hôwn","pronunciation":"hone","derivation":"from the same as H1951 (הוּן) in the sense of H202 (אוֹן);","strongs_definition":"wealth; by implication, enough","kjv_definition":"enough, [phrase] for nought, riches, substance, wealth."} +{"id":"H1953","strongs_number":"H1953","system":"hebrew","language":"hebrew","number_value":1953,"lemma":"הוֹשָׁמָע","transliteration":"Hôwshâmâʻ","pronunciation":"ho-shaw-maw'","derivation":"from H3068 (יְהֹוָה) and H8085 (שָׁמַע); Jehovah has heard;","strongs_definition":"Hoshama, an Israelite","kjv_definition":"Hoshama."} +{"id":"H1954","strongs_number":"H1954","system":"hebrew","language":"hebrew","number_value":1954,"lemma":"הוֹשֵׁעַ","transliteration":"Hôwshêaʻ","pronunciation":"ho-shay'-ah","derivation":"from H3467 (יָשַׁע); deliverer;","strongs_definition":"Hoshea, the name of five Israelites","kjv_definition":"Hosea, Hoshea, Oshea."} +{"id":"H1955","strongs_number":"H1955","system":"hebrew","language":"hebrew","number_value":1955,"lemma":"הוֹשַׁעְיָה","transliteration":"Hôwshaʻyâh","pronunciation":"ho-shah-yaw'","derivation":"from H3467 (יָשַׁע) and H3050 (יָהּ); Jah has saved;","strongs_definition":"Hoshajah, the name of two Israelites","kjv_definition":"Hoshaiah."} +{"id":"H1956","strongs_number":"H1956","system":"hebrew","language":"hebrew","number_value":1956,"lemma":"הוֹתִיר","transliteration":"Hôwthîyr","pronunciation":"ho-theer'","derivation":"from H3498 (יָתַר); he has caused to remain;","strongs_definition":"Hothir, an Israelite","kjv_definition":"Hothir."} +{"id":"H1957","strongs_number":"H1957","system":"hebrew","language":"hebrew","number_value":1957,"lemma":"הָזָה","transliteration":"hâzâh","pronunciation":"haw-zaw'","derivation":"a primitive root (compare H2372 (חָזָה));","strongs_definition":"to dream","kjv_definition":"sleep."} +{"id":"H1958","strongs_number":"H1958","system":"hebrew","language":"hebrew","number_value":1958,"lemma":"הִי","transliteration":"hîy","pronunciation":"he","derivation":"for H5092 (נְהִי);","strongs_definition":"lamentation","kjv_definition":"woe. (For hiyr. See H1931 (הוּא), H1932 (הוּא).)"} +{"id":"H1959","strongs_number":"H1959","system":"hebrew","language":"hebrew","number_value":1959,"lemma":"הֵידָד","transliteration":"hêydâd","pronunciation":"hay-dawd'","derivation":"from an unused root (meaning to shout);","strongs_definition":"acclamation","kjv_definition":"shout(-ing)."} +{"id":"H1960","strongs_number":"H1960","system":"hebrew","language":"hebrew","number_value":1960,"lemma":"הֻיְּדָה","transliteration":"huyᵉdâh","pronunciation":"hoo-yed-aw'","derivation":"from the same as H1959 (הֵידָד);","strongs_definition":"properly, an acclaim, i.e. a choir of singers","kjv_definition":"thanksgiving."} +{"id":"H1961","strongs_number":"H1961","system":"hebrew","language":"hebrew","number_value":1961,"lemma":"הָיָה","transliteration":"hâyâh","pronunciation":"haw-yaw","derivation":"a primitive root (compare H1933 (הָוָא));","strongs_definition":"to exist, i.e. be or become, come to pass (always emphatic, and not a mere copula or auxiliary)","kjv_definition":"beacon, [idiom] altogether, be(-come), accomplished, committed, like), break, cause, come (to pass), do, faint, fall, [phrase] follow, happen, [idiom] have, last, pertain, quit (one-) self, require, [idiom] use."} +{"id":"H1962","strongs_number":"H1962","system":"hebrew","language":"hebrew","number_value":1962,"lemma":"הַיָּה","transliteration":"hayâh","pronunciation":"hah-yaw'","derivation":"another form for H1943 (הֹוָה);","strongs_definition":"ruin","kjv_definition":"calamity."} +{"id":"H1963","strongs_number":"H1963","system":"hebrew","language":"hebrew","number_value":1963,"lemma":"הֵיךְ","transliteration":"hêyk","pronunciation":"hake","derivation":"another form for H349 (אֵיךְ);","strongs_definition":"how?","kjv_definition":"how."} +{"id":"H1964","strongs_number":"H1964","system":"hebrew","language":"hebrew","number_value":1964,"lemma":"הֵיכָל","transliteration":"hêykâl","pronunciation":"hay-kawl'","derivation":"probably from H3201 (יָכֹל) (in the sense of capacity);","strongs_definition":"a large public building, such as a palace or temple","kjv_definition":"palace, temple."} +{"id":"H1965","strongs_number":"H1965","system":"hebrew","language":"hebrew","number_value":1965,"lemma":"הֵיכַל","transliteration":"hêykal","pronunciation":"hay-kal'","derivation":"(Aramaic) corresponding to H1964 (הֵיכָל)","strongs_definition":"{a large public building, such as a palace or temple}","kjv_definition":"palace, temple."} +{"id":"H1966","strongs_number":"H1966","system":"hebrew","language":"hebrew","number_value":1966,"lemma":"הֵילֵל","transliteration":"hêylêl","pronunciation":"hay-lale'","derivation":"from H1984 (הָלַל) (in the sense of brightness);","strongs_definition":"the morning-star","kjv_definition":"lucifer."} +{"id":"H1967","strongs_number":"H1967","system":"hebrew","language":"hebrew","number_value":1967,"lemma":"הֵימָם","transliteration":"Hêymâm","pronunciation":"hay-mawm'","derivation":"another form for H1950 (הוֹמָם);","strongs_definition":"Hemam, an Idumaean","kjv_definition":"Hemam."} +{"id":"H1968","strongs_number":"H1968","system":"hebrew","language":"hebrew","number_value":1968,"lemma":"הֵימָן","transliteration":"Hêymân","pronunciation":"hay-mawn'","derivation":"probably from H539 (אָמַן); faithful;","strongs_definition":"Heman, the name of at least two Israelites","kjv_definition":"Heman."} +{"id":"H1969","strongs_number":"H1969","system":"hebrew","language":"hebrew","number_value":1969,"lemma":"הִין","transliteration":"hîyn","pronunciation":"heen","derivation":"probably of Egyptian origin;","strongs_definition":"a hin or liquid measure","kjv_definition":"hin."} +{"id":"H1970","strongs_number":"H1970","system":"hebrew","language":"hebrew","number_value":1970,"lemma":"הָכַר","transliteration":"hâkar","pronunciation":"haw-kar'","derivation":"a primitive root; apparently","strongs_definition":"to injure","kjv_definition":"make self strange."} +{"id":"H1971","strongs_number":"H1971","system":"hebrew","language":"hebrew","number_value":1971,"lemma":"הַכָּרָה","transliteration":"hakkârâh","pronunciation":"hak-kaw-raw'","derivation":"from H5234 (נָכַר);","strongs_definition":"respect, i.e. partiality","kjv_definition":"shew."} +{"id":"H1972","strongs_number":"H1972","system":"hebrew","language":"hebrew","number_value":1972,"lemma":"הָלָא","transliteration":"hâlâʼ","pronunciation":"haw-law'","derivation":"probably denominatively from H1973 (הָלְאָה)xlit hâlᵉâh corrected to hâlᵉʼâh;","strongs_definition":"to remove or be remote","kjv_definition":"cast far off."} +{"id":"H1973","strongs_number":"H1973","system":"hebrew","language":"hebrew","number_value":1973,"lemma":"הָלְאָה","transliteration":"hâlᵉʼâh","pronunciation":"haw-leh-aw'","derivation":"from the primitive form of the article (hal);","strongs_definition":"to the distance, i.e. far away; also (of time) thus far","kjv_definition":"back, beyond, (hence,-) forward, hitherto, thence, forth, yonder."} +{"id":"H1974","strongs_number":"H1974","system":"hebrew","language":"hebrew","number_value":1974,"lemma":"הִלּוּל","transliteration":"hillûwl","pronunciation":"hil-lool'","derivation":"from H1984 (הָלַל) (in the sense of rejoicing);","strongs_definition":"a celebration of thanksgiving for harvest","kjv_definition":"merry, praise."} +{"id":"H1975","strongs_number":"H1975","system":"hebrew","language":"hebrew","number_value":1975,"lemma":"הַלָּז","transliteration":"hallâz","pronunciation":"hal-lawz'","derivation":"from H1976 (הַלָּזֶה);","strongs_definition":"this or that","kjv_definition":"side, that, this."} +{"id":"H1976","strongs_number":"H1976","system":"hebrew","language":"hebrew","number_value":1976,"lemma":"הַלָּזֶה","transliteration":"hallâzeh","pronunciation":"hal-law-zeh'","derivation":"from the article (see H1973 (הָלְאָה)xlit hâlᵉâh corrected to hâlᵉʼâh) and H2088 (זֶה);","strongs_definition":"this very","kjv_definition":"this."} +{"id":"H1977","strongs_number":"H1977","system":"hebrew","language":"hebrew","number_value":1977,"lemma":"הַלֵּזוּ","transliteration":"hallêzûw","pronunciation":"hal-lay-zoo'","derivation":"another form of H1976 (הַלָּזֶה);","strongs_definition":"that","kjv_definition":"this."} +{"id":"H1978","strongs_number":"H1978","system":"hebrew","language":"hebrew","number_value":1978,"lemma":"הָלִיךְ","transliteration":"hâlîyk","pronunciation":"haw-leek'","derivation":"from H1980 (הָלַךְ);","strongs_definition":"a walk, i.e. (by implication) a step","kjv_definition":"step."} +{"id":"H1979","strongs_number":"H1979","system":"hebrew","language":"hebrew","number_value":1979,"lemma":"הֲלִיכָה","transliteration":"hălîykâh","pronunciation":"hal-ee-kaw'","derivation":"feminine of H1978 (הָלִיךְ);","strongs_definition":"a walking; by implication, a procession or march, a caravan","kjv_definition":"company, going, walk, way."} +{"id":"H1980","strongs_number":"H1980","system":"hebrew","language":"hebrew","number_value":1980,"lemma":"הָלַךְ","transliteration":"hâlak","pronunciation":"haw-lak'","derivation":"akin to H3212 (יָלַךְ); a primitive root;","strongs_definition":"to walk (in a great variety of applications, literally and figuratively)","kjv_definition":"(all) along, apace, behave (self), come, (on) continually, be conversant, depart, [phrase] be eased, enter, exercise (self), [phrase] follow, forth, forward, get, go (about, abroad, along, away, forward, on, out, up and down), [phrase] greater, grow, be wont to haunt, lead, march, [idiom] more and more, move (self), needs, on, pass (away), be at the point, quite, run (along), [phrase] send, speedily, spread, still, surely, [phrase] tale-bearer, [phrase] travel(-ler), walk (abroad, on, to and fro, up and down, to places), wander, wax, (way-) faring man, [idiom] be weak, whirl."} +{"id":"H1981","strongs_number":"H1981","system":"hebrew","language":"hebrew","number_value":1981,"lemma":"הֲלַךְ","transliteration":"hălak","pronunciation":"hal-ak'","derivation":"(Aramaic) corresponding to H1980 (הָלַךְ) (compare H1946 (הוּךְ));","strongs_definition":"to walk","kjv_definition":"walk."} +{"id":"H1982","strongs_number":"H1982","system":"hebrew","language":"hebrew","number_value":1982,"lemma":"הֵלֶךְ","transliteration":"hêlek","pronunciation":"hay'-lek","derivation":"from H1980 (הָלַךְ);","strongs_definition":"properly, a journey, i.e. (by implication) a wayfarer; also a flowing","kjv_definition":"[idiom] dropped, traveller."} +{"id":"H1983","strongs_number":"H1983","system":"hebrew","language":"hebrew","number_value":1983,"lemma":"הֲלָךְ","transliteration":"hălâk","pronunciation":"hal-awk'","derivation":"(Aramaic) from H1981 (הֲלַךְ);","strongs_definition":"properly, a journey, i.e. (by implication) toll on goods at aroad","kjv_definition":"custom."} +{"id":"H1984","strongs_number":"H1984","system":"hebrew","language":"hebrew","number_value":1984,"lemma":"הָלַל","transliteration":"hâlal","pronunciation":"haw-lal'","derivation":"a primitive root;","strongs_definition":"to be clear (orig. of sound, but usually of color); to shine; hence, to make ashow, to boast; and thus to be (clamorously) foolish; to rave; causatively, to celebrate; also to stultify","kjv_definition":"(make) boast (self), celebrate, commend, (deal, make), fool(-ish, -ly), glory, give (light), be (make, feign self) mad (against), give in marriage, (sing, be worthy of) praise, rage, renowned, shine."} +{"id":"H1985","strongs_number":"H1985","system":"hebrew","language":"hebrew","number_value":1985,"lemma":"הִלֵּל","transliteration":"Hillêl","pronunciation":"hil-layl'","derivation":"from H1984 (הָלַל); praising (namely God);","strongs_definition":"Hillel, an Israelite","kjv_definition":"Hillel."} +{"id":"H1986","strongs_number":"H1986","system":"hebrew","language":"hebrew","number_value":1986,"lemma":"הָלַם","transliteration":"hâlam","pronunciation":"haw-lam'","derivation":"a primitive root;","strongs_definition":"to strike down; by implication, to hammer, stamp, conquer, disband","kjv_definition":"beat (down), break (down), overcome, smite (with the hammer)."} +{"id":"H1987","strongs_number":"H1987","system":"hebrew","language":"hebrew","number_value":1987,"lemma":"הֶלֶם","transliteration":"Helem","pronunciation":"hay'-lem","derivation":"from H1986 (הָלַם); smiter;","strongs_definition":"Helem, the name of two Israelites","kjv_definition":"Helem."} +{"id":"H1988","strongs_number":"H1988","system":"hebrew","language":"hebrew","number_value":1988,"lemma":"הֲלֹם","transliteration":"hălôm","pronunciation":"hal-ome'","derivation":"from the article (see H1973 (הָלְאָה)xlit hâlᵉâh corrected to hâlᵉʼâh);","strongs_definition":"hither","kjv_definition":"here, hither(-(to)), thither."} +{"id":"H1989","strongs_number":"H1989","system":"hebrew","language":"hebrew","number_value":1989,"lemma":"הַלְמוּת","transliteration":"halmûwth","pronunciation":"hal-mooth'","derivation":"from H1986 (הָלַם);","strongs_definition":"a hammer (or mallet)","kjv_definition":"hammer."} +{"id":"H1990","strongs_number":"H1990","system":"hebrew","language":"hebrew","number_value":1990,"lemma":"הָם","transliteration":"Hâm","pronunciation":"hawm","derivation":"of uncertain derivation;","strongs_definition":"Ham, a region of Palestine","kjv_definition":"Ham."} +{"id":"H1991","strongs_number":"H1991","system":"hebrew","language":"hebrew","number_value":1991,"lemma":"הֵם","transliteration":"hêm","pronunciation":"haym","derivation":"from H1993 (הָמָה);","strongs_definition":"abundance, i.e. wealth","kjv_definition":"any of theirs."} +{"id":"H1992","strongs_number":"H1992","system":"hebrew","language":"hebrew","number_value":1992,"lemma":"הֵם","transliteration":"hêm","pronunciation":"haym","derivation":"or (prolonged) הֵמָּה; masculine plural from H1981 (הֲלַךְ);","strongs_definition":"they (only used when emphatic)","kjv_definition":"it, like, [idiom] (how, so) many (soever, more as) they (be), (the) same, [idiom] so, [idiom] such, their, them, these, they, those, which, who, whom, withal, ye."} +{"id":"H1993","strongs_number":"H1993","system":"hebrew","language":"hebrew","number_value":1993,"lemma":"הָמָה","transliteration":"hâmâh","pronunciation":"haw-maw'","derivation":"a primitive root (compare H1949 (הוּם));","strongs_definition":"to make a loud sound (like English 'hum'); by implication, to be in great commotion or tumult, to rage, war, moan, clamor","kjv_definition":"clamorous, concourse, cry aloud, be disquieted, loud, mourn, be moved, make a noise, rage, roar, sound, be troubled, make in tumult, tumultuous, be in an uproar."} +{"id":"H1994","strongs_number":"H1994","system":"hebrew","language":"hebrew","number_value":1994,"lemma":"הִמּוֹ","transliteration":"himmôw","pronunciation":"him-mo'","derivation":"(Aramaic) or (prolonged) הִמּוֹן; (Aramaic), corresponding to H1992 (הֵם);","strongs_definition":"they","kjv_definition":"[idiom] are, them, those."} +{"id":"H1995","strongs_number":"H1995","system":"hebrew","language":"hebrew","number_value":1995,"lemma":"הָמוֹן","transliteration":"hâmôwn","pronunciation":"haw-mone'","derivation":"or הָמֹן; (Ezekiel 5:7), from H1993 (הָמָה);","strongs_definition":"a noise, tumult, crowd; also disquietude, wealth","kjv_definition":"abundance, company, many, multitude, multiply, noise, riches, rumbling, sounding, store, tumult."} +{"id":"H1996","strongs_number":"H1996","system":"hebrew","language":"hebrew","number_value":1996,"lemma":"הֲמוֹן גּוֹג","transliteration":"Hămôwn Gôwg","pronunciation":"ham-one' gohg","derivation":"from H1995 (הָמוֹן) and H1463 (גּוֹג);","strongs_definition":"the multitude of Gog; the fanciful name of an emblematic place in Palestine","kjv_definition":"Hamogog."} +{"id":"H1997","strongs_number":"H1997","system":"hebrew","language":"hebrew","number_value":1997,"lemma":"הֲמוֹנָה","transliteration":"Hămôwnâh","pronunciation":"ham-o-naw'","derivation":"feminine of H1995 (הָמוֹן); multitude; , the same as H1996 (הֲמוֹן גּוֹג)","strongs_definition":"Hamonah","kjv_definition":"Hamonah."} +{"id":"H1998","strongs_number":"H1998","system":"hebrew","language":"hebrew","number_value":1998,"lemma":"הֶמְיָה","transliteration":"hemyâh","pronunciation":"hem-yaw'","derivation":"from H1993 (הָמָה);","strongs_definition":"sound","kjv_definition":"noise."} +{"id":"H1999","strongs_number":"H1999","system":"hebrew","language":"hebrew","number_value":1999,"lemma":"הֲמֻלָּה","transliteration":"hămullâh","pronunciation":"ham-ool-law'","derivation":"or (too fully) הֲמוּלָּה; (Jeremiah 11:16), feminine passive participle of an unused root meaning to rush (as rain with a windy roar);","strongs_definition":"a sound","kjv_definition":"speech, tumult."} +{"id":"H2000","strongs_number":"H2000","system":"hebrew","language":"hebrew","number_value":2000,"lemma":"הָמַם","transliteration":"hâmam","pronunciation":"haw-mam'","derivation":"a primitive root (compare H1949 (הוּם), H1993 (הָמָה));","strongs_definition":"properly, to put in commotion; by implication, to disturb, drive, destroy","kjv_definition":"break, consume, crush, destroy, discomfit, trouble, vex."} +{"id":"H2001","strongs_number":"H2001","system":"hebrew","language":"hebrew","number_value":2001,"lemma":"הָמָן","transliteration":"Hâmân","pronunciation":"haw-mawn'","derivation":"of foreign derivation;","strongs_definition":"Haman, a Persian vizier","kjv_definition":"Haman."} +{"id":"H2002","strongs_number":"H2002","system":"hebrew","language":"hebrew","number_value":2002,"lemma":"הַמְנִיךְ","transliteration":"hamnîyk","pronunciation":"ham-neek'","derivation":"(Aramaic) but the text is הֲמוּנֵךְ; of foreign origin;","strongs_definition":"a necklace","kjv_definition":"chain."} +{"id":"H2003","strongs_number":"H2003","system":"hebrew","language":"hebrew","number_value":2003,"lemma":"הָמָס","transliteration":"hâmâç","pronunciation":"haw-mawce'","derivation":"from an unused root apparently meaning to crackle;","strongs_definition":"a dry twig or brushwood","kjv_definition":"melting."} +{"id":"H2004","strongs_number":"H2004","system":"hebrew","language":"hebrew","number_value":2004,"lemma":"הֵן","transliteration":"hên","pronunciation":"hane","derivation":"feminine plural from H1931 (הוּא);","strongs_definition":"they (only used when emphatic)","kjv_definition":"[idiom] in, such like, (with) them, thereby, therein, (more than) they, wherein, in which, whom, withal."} +{"id":"H2005","strongs_number":"H2005","system":"hebrew","language":"hebrew","number_value":2005,"lemma":"הֵן","transliteration":"hên","pronunciation":"hane","derivation":"a primitive particle;","strongs_definition":"lo!; also (as expressing surprise) if","kjv_definition":"behold, if, lo, though."} +{"id":"H2006","strongs_number":"H2006","system":"hebrew","language":"hebrew","number_value":2006,"lemma":"הֵן","transliteration":"hên","pronunciation":"hane","derivation":"(Aramaic) corresponding to H2005 (הֵן);","strongs_definition":"lo! also there(-fore), (un-) less, whether, but, if","kjv_definition":"(that) if, or, whether."} +{"id":"H2007","strongs_number":"H2007","system":"hebrew","language":"hebrew","number_value":2007,"lemma":"הֵנָּה","transliteration":"hênnâh","pronunciation":"hane'-naw","derivation":"prolongation for H2004 (הֵן);","strongs_definition":"themselves (often used emphatic for the copula, also in indirect relation)","kjv_definition":"[idiom] in, [idiom] such (and such things), their, (into) them, thence, therein, these, they (had), on this side, whose, wherein."} +{"id":"H2008","strongs_number":"H2008","system":"hebrew","language":"hebrew","number_value":2008,"lemma":"הֵנָּה","transliteration":"hênnâh","pronunciation":"hane'-naw","derivation":"from H2004 (הֵן);","strongs_definition":"hither or thither (but used both of place and time)","kjv_definition":"here, hither(-to), now, on this (that) side, [phrase] since, this (that) way, thitherward, [phrase] thus far, to...fro, [phrase] yet."} +{"id":"H2009","strongs_number":"H2009","system":"hebrew","language":"hebrew","number_value":2009,"lemma":"הִנֵּה","transliteration":"hinnêh","pronunciation":"hin-nay'","derivation":"prolongation for H2005 (הֵן);","strongs_definition":"lo!","kjv_definition":"behold, lo, see."} +{"id":"H2010","strongs_number":"H2010","system":"hebrew","language":"hebrew","number_value":2010,"lemma":"הֲנָחָה","transliteration":"hănâchâh","pronunciation":"han-aw-khaw'","derivation":"from H5117 (נוּחַ);","strongs_definition":"permission of rest, i.e. quiet","kjv_definition":"release."} +{"id":"H2011","strongs_number":"H2011","system":"hebrew","language":"hebrew","number_value":2011,"lemma":"הִנֹּם","transliteration":"Hinnôm","pronunciation":"hin-nome'","derivation":"probably of foreign origin;","strongs_definition":"Hinnom, apparently a Jebusite","kjv_definition":"Hinnom."} +{"id":"H2012","strongs_number":"H2012","system":"hebrew","language":"hebrew","number_value":2012,"lemma":"הֵנַע","transliteration":"Hênaʻ","pronunciation":"hay-nah'","derivation":"probably of foreign derivation;","strongs_definition":"Hena, a place apparently in Mesopotamia","kjv_definition":"Hena."} +{"id":"H2013","strongs_number":"H2013","system":"hebrew","language":"hebrew","number_value":2013,"lemma":"הָסָה","transliteration":"hâçâh","pronunciation":"haw-saw'","derivation":"a primitive root;","strongs_definition":"to hush","kjv_definition":"hold peace (tongue), (keep) silence, be silent, still."} +{"id":"H2014","strongs_number":"H2014","system":"hebrew","language":"hebrew","number_value":2014,"lemma":"הֲפֻגָה","transliteration":"hăphugâh","pronunciation":"haf-oo-gaw'","derivation":"from H6313 (פּוּג);","strongs_definition":"relaxation","kjv_definition":"intermission."} +{"id":"H2015","strongs_number":"H2015","system":"hebrew","language":"hebrew","number_value":2015,"lemma":"הָפַךְ","transliteration":"hâphak","pronunciation":"haw-fak'","derivation":"a primitive root;","strongs_definition":"to turn about or over; by implication, to change, overturn, return, pervert","kjv_definition":"[idiom] become, change, come, be converted, give, make (a bed), overthrow (-turn), perverse, retire, tumble, turn (again, aside, back, to the contrary, every way)."} +{"id":"H2016","strongs_number":"H2016","system":"hebrew","language":"hebrew","number_value":2016,"lemma":"הֶפֶךְ","transliteration":"hephek","pronunciation":"heh'-fek","derivation":"; or הֵפֶךְ; from H2015 (הָפַךְ);","strongs_definition":"a turn, i.e. the reverse","kjv_definition":"contrary."} +{"id":"H2017","strongs_number":"H2017","system":"hebrew","language":"hebrew","number_value":2017,"lemma":"הֹפֶךְ","transliteration":"hôphek","pronunciation":"ho'-fek","derivation":"from H2015 (הָפַךְ);","strongs_definition":"an upset, i.e. (abstract) perversity","kjv_definition":"turning of things upside down."} +{"id":"H2018","strongs_number":"H2018","system":"hebrew","language":"hebrew","number_value":2018,"lemma":"הֲפֵכָה","transliteration":"hăphêkâh","pronunciation":"haf-ay-kaw'","derivation":"feminine of H2016 (הֶפֶךְ);","strongs_definition":"destruction","kjv_definition":"overthrow."} +{"id":"H2019","strongs_number":"H2019","system":"hebrew","language":"hebrew","number_value":2019,"lemma":"הֲפַכְפַּךְ","transliteration":"hăphakpak","pronunciation":"haf-ak-pak'","derivation":"by reduplication from H2015 (הָפַךְ);","strongs_definition":"very perverse","kjv_definition":"froward."} +{"id":"H2020","strongs_number":"H2020","system":"hebrew","language":"hebrew","number_value":2020,"lemma":"הַצָּלָה","transliteration":"hatstsâlâh","pronunciation":"hats-tsaw-law'","derivation":"from H5337 (נָצַל);","strongs_definition":"rescue","kjv_definition":"deliverance."} +{"id":"H2021","strongs_number":"H2021","system":"hebrew","language":"hebrew","number_value":2021,"lemma":"הֹצֶן","transliteration":"hôtsen","pronunciation":"ho'-tsen","derivation":"from an unused root meaning apparently to be sharp or strong;","strongs_definition":"a weapon of war","kjv_definition":"chariot."} +{"id":"H2022","strongs_number":"H2022","system":"hebrew","language":"hebrew","number_value":2022,"lemma":"הַר","transliteration":"har","pronunciation":"har","derivation":"a shortened form of H2042 (הָרָר);","strongs_definition":"a mountain or range of hills (sometimes used figuratively)","kjv_definition":"hill (country), mount(-ain), [idiom] promotion."} +{"id":"H2023","strongs_number":"H2023","system":"hebrew","language":"hebrew","number_value":2023,"lemma":"הֹר","transliteration":"Hôr","pronunciation":"hore","derivation":"another form of H2022 (הַר); mountain;","strongs_definition":"Hor, the name of a peak in Idumaea and of one in Syria","kjv_definition":"Hor."} +{"id":"H2024","strongs_number":"H2024","system":"hebrew","language":"hebrew","number_value":2024,"lemma":"הָרָא","transliteration":"Hârâʼ","pronunciation":"haw-raw'","derivation":"perhaps from H2022 (הַר); mountainousness;","strongs_definition":"Hara, a region of Media","kjv_definition":"Hara."} +{"id":"H2025","strongs_number":"H2025","system":"hebrew","language":"hebrew","number_value":2025,"lemma":"הַרְאֵל","transliteration":"harʼêl","pronunciation":"har-ale'","derivation":"from H2022 (הַר) and H410 (אֵל);","strongs_definition":"mount of God; figuratively, the altar of burnt-offering","kjv_definition":"altar. Compare H739 (אֲרִיאֵל)."} +{"id":"H2026","strongs_number":"H2026","system":"hebrew","language":"hebrew","number_value":2026,"lemma":"הָרַג","transliteration":"hârag","pronunciation":"haw-rag'","derivation":"a primitive root;","strongs_definition":"to smite with deadly intent","kjv_definition":"destroy, out of hand, kill, murder(-er), put to (death), make (slaughter), slay(-er), [idiom] surely."} +{"id":"H2027","strongs_number":"H2027","system":"hebrew","language":"hebrew","number_value":2027,"lemma":"הֶרֶג","transliteration":"hereg","pronunciation":"heh'-reg","derivation":"from H2026 (הָרַג);","strongs_definition":"slaughter","kjv_definition":"be slain, slaughter."} +{"id":"H2028","strongs_number":"H2028","system":"hebrew","language":"hebrew","number_value":2028,"lemma":"הֲרֵגָה","transliteration":"hărêgâh","pronunciation":"har-ay-gaw'","derivation":"feminine of H2027 (הֶרֶג);","strongs_definition":"slaughter","kjv_definition":"slaughter."} +{"id":"H2029","strongs_number":"H2029","system":"hebrew","language":"hebrew","number_value":2029,"lemma":"הָרָה","transliteration":"hârâh","pronunciation":"haw-raw'","derivation":"a primitive root;","strongs_definition":"to be (or become) pregnant, conceive (literally or figuratively)","kjv_definition":"been, be with child, conceive, progenitor."} +{"id":"H2030","strongs_number":"H2030","system":"hebrew","language":"hebrew","number_value":2030,"lemma":"הָרֶה","transliteration":"hâreh","pronunciation":"haw-reh'","derivation":"or הָרִי; (Hosea 14:1), from H2029 (הָרָה);","strongs_definition":"pregnant","kjv_definition":"(be, woman) with child, conceive, [idiom] great."} +{"id":"H2031","strongs_number":"H2031","system":"hebrew","language":"hebrew","number_value":2031,"lemma":"הַרְהֹר","transliteration":"harhôr","pronunciation":"har-hor'","derivation":"(Aramaic) from a root corresponding to H2029 (הָרָה);","strongs_definition":"a mental conception","kjv_definition":"thought."} +{"id":"H2032","strongs_number":"H2032","system":"hebrew","language":"hebrew","number_value":2032,"lemma":"הֵרוֹן","transliteration":"hêrôwn","pronunciation":"hay-rone'","derivation":"or הֵרָיוֹן; from H2029 (הָרָה);","strongs_definition":"pregnancy","kjv_definition":"conception."} +{"id":"H2033","strongs_number":"H2033","system":"hebrew","language":"hebrew","number_value":2033,"lemma":"הֲרוֹרִי","transliteration":"Hărôwrîy","pronunciation":"har-o-ree'","derivation":"another form for H2043 (הֲרָרִי);","strongs_definition":"a Harorite or mountaineer","kjv_definition":"Harorite."} +{"id":"H2034","strongs_number":"H2034","system":"hebrew","language":"hebrew","number_value":2034,"lemma":"הֲרִיסָה","transliteration":"hărîyçâh","pronunciation":"har-ee-saw'","derivation":"from H2040 (הָרַס);","strongs_definition":"something demolished","kjv_definition":"ruin."} +{"id":"H2035","strongs_number":"H2035","system":"hebrew","language":"hebrew","number_value":2035,"lemma":"הֲרִיסוּת","transliteration":"hărîyçûwth","pronunciation":"har-ee-sooth'","derivation":"from H2040 (הָרַס);","strongs_definition":"demolition","kjv_definition":"destruction."} +{"id":"H2036","strongs_number":"H2036","system":"hebrew","language":"hebrew","number_value":2036,"lemma":"הֹרָם","transliteration":"Hôrâm","pronunciation":"ho-rawm'","derivation":"from an unused root (meaning to tower up); high;","strongs_definition":"Horam, a Canaanitish king","kjv_definition":"Horam."} +{"id":"H2037","strongs_number":"H2037","system":"hebrew","language":"hebrew","number_value":2037,"lemma":"הָרֻם","transliteration":"Hârum","pronunciation":"haw-room'","derivation":"passive participle of the same as H2036 (הֹרָם); high;","strongs_definition":"Harum, an Israelite","kjv_definition":"Harum."} +{"id":"H2038","strongs_number":"H2038","system":"hebrew","language":"hebrew","number_value":2038,"lemma":"הַרְמוֹן","transliteration":"harmôwn","pronunciation":"har-mone'","derivation":"from the same as H2036 (הֹרָם);","strongs_definition":"a castle (from its height)","kjv_definition":"palace."} +{"id":"H2039","strongs_number":"H2039","system":"hebrew","language":"hebrew","number_value":2039,"lemma":"הָרָן","transliteration":"Hârân","pronunciation":"haw-rawn'","derivation":"perhaps from H2022 (הַר); mountaineer;","strongs_definition":"Haran, the name of two men","kjv_definition":"Haran."} +{"id":"H2040","strongs_number":"H2040","system":"hebrew","language":"hebrew","number_value":2040,"lemma":"הָרַס","transliteration":"hâraç","pronunciation":"haw-ras'","derivation":"a primitive root;","strongs_definition":"to pull down or in pieces, break, destroy","kjv_definition":"beat down, break (down, through), destroy, overthrow, pluck down, pull down, ruin, throw down, [idiom] utterly."} +{"id":"H2041","strongs_number":"H2041","system":"hebrew","language":"hebrew","number_value":2041,"lemma":"הֶרֶס","transliteration":"hereç","pronunciation":"heh'-res","derivation":"from H2040 (הָרַס);","strongs_definition":"demolition","kjv_definition":"destruction."} +{"id":"H2042","strongs_number":"H2042","system":"hebrew","language":"hebrew","number_value":2042,"lemma":"הָרָר","transliteration":"hârâr","pronunciation":"haw-rawr'","derivation":"from an unused root meaning to loom up;","strongs_definition":"a mountain","kjv_definition":"hill, mount(-ain)."} +{"id":"H2043","strongs_number":"H2043","system":"hebrew","language":"hebrew","number_value":2043,"lemma":"הֲרָרִי","transliteration":"Hărârîy","pronunciation":"hah-raw-ree'","derivation":"or הָרָרִי; (2 Samuel 23:11), or הָארָרִי; (2 Samuel 23:34, last clause [), apparently from H2042 (הָרָר); a mountaineer","strongs_definition":"{Hararite}","kjv_definition":"Hararite."} +{"id":"H2044","strongs_number":"H2044","system":"hebrew","language":"hebrew","number_value":2044,"lemma":"הָשֵׁם","transliteration":"Hâshêm","pronunciation":"haw-shame'","derivation":"perhaps from the same as H2828 (חָשֻׁם); wealthy;","strongs_definition":"Hashem, an Israelite","kjv_definition":"Hashem."} +{"id":"H2045","strongs_number":"H2045","system":"hebrew","language":"hebrew","number_value":2045,"lemma":"הַשְׁמָעוּת","transliteration":"hashmâʻûwth","pronunciation":"hashmaw-ooth'","derivation":"from H8085 (שָׁמַע);","strongs_definition":"announcement","kjv_definition":"to cause to hear."} +{"id":"H2046","strongs_number":"H2046","system":"hebrew","language":"hebrew","number_value":2046,"lemma":"הִתּוּךְ","transliteration":"hittûwk","pronunciation":"hit-took'","derivation":"from H5413 (נָתַךְ);","strongs_definition":"a melting","kjv_definition":"is melted."} +{"id":"H2047","strongs_number":"H2047","system":"hebrew","language":"hebrew","number_value":2047,"lemma":"הֲתָךְ","transliteration":"Hăthâk","pronunciation":"hath-awk'","derivation":"probably of foreign origin;","strongs_definition":"Hathak, a Persian eunuch","kjv_definition":"Hatach."} +{"id":"H2048","strongs_number":"H2048","system":"hebrew","language":"hebrew","number_value":2048,"lemma":"הָתַל","transliteration":"hâthal","pronunciation":"haw-thal'","derivation":"a primitive root;","strongs_definition":"to deride; by implication, to cheat","kjv_definition":"deal deceitfully, deceive, mock."} +{"id":"H2049","strongs_number":"H2049","system":"hebrew","language":"hebrew","number_value":2049,"lemma":"הָתֹל","transliteration":"hâthôl","pronunciation":"haw-thole'","derivation":"from H2048 (הָתַל) (only in plural collectively);","strongs_definition":"a derision","kjv_definition":"mocker."} +{"id":"H2050","strongs_number":"H2050","system":"hebrew","language":"hebrew","number_value":2050,"lemma":"הָתַת","transliteration":"hâthath","pronunciation":"haw-thath'","derivation":"a primitive root;","strongs_definition":"properly, to break in upon, i.e. to assail","kjv_definition":"imagine mischief. w"} +{"id":"H2051","strongs_number":"H2051","system":"hebrew","language":"hebrew","number_value":2051,"lemma":"וְדָן","transliteration":"Vᵉdân","pronunciation":"ved-awn'","derivation":"perhaps for H5730 (עֵדֶן);","strongs_definition":"Vedan (or Aden), a place in Arabia","kjv_definition":"Dan also."} +{"id":"H2052","strongs_number":"H2052","system":"hebrew","language":"hebrew","number_value":2052,"lemma":"וָהֵב","transliteration":"Vâhêb","pronunciation":"vaw-habe'","derivation":"of uncertain derivation;","strongs_definition":"Vaheb, a place in Moab","kjv_definition":"what he did."} +{"id":"H2053","strongs_number":"H2053","system":"hebrew","language":"hebrew","number_value":2053,"lemma":"וָו","transliteration":"vâv","pronunciation":"vaw","derivation":"probably","strongs_definition":"a hook (the name of the sixth Hebrew letter)","kjv_definition":"hook."} +{"id":"H2054","strongs_number":"H2054","system":"hebrew","language":"hebrew","number_value":2054,"lemma":"וָזָר","transliteration":"vâzâr","pronunciation":"vaw-zawr'","derivation":"presumed to be from an unused root meaning to bear guilt;","strongs_definition":"crime","kjv_definition":"[idiom] strange."} +{"id":"H2055","strongs_number":"H2055","system":"hebrew","language":"hebrew","number_value":2055,"lemma":"וַיְזָתָא","transliteration":"Vayzâthâʼ","pronunciation":"vah-yez-aw'-thaw","derivation":"of foreign origin;","strongs_definition":"Vajezatha, a son of Haman","kjv_definition":"Vajezatha."} +{"id":"H2056","strongs_number":"H2056","system":"hebrew","language":"hebrew","number_value":2056,"lemma":"וָלָד","transliteration":"vâlâd","pronunciation":"vaw-lawd'","derivation":"for H3206 (יֶלֶד);","strongs_definition":"a boy","kjv_definition":"child."} +{"id":"H2057","strongs_number":"H2057","system":"hebrew","language":"hebrew","number_value":2057,"lemma":"וַנְיָה","transliteration":"Vanyâh","pronunciation":"van-yaw'","derivation":"perhaps for H6043 (עֲנָיָה);","strongs_definition":"Vanjah, an Israelite","kjv_definition":"Vaniah."} +{"id":"H2058","strongs_number":"H2058","system":"hebrew","language":"hebrew","number_value":2058,"lemma":"וׇפְסִי","transliteration":"Vophçîy","pronunciation":"vof-see'","derivation":"probably from H3254 (יָסַף); additional;","strongs_definition":"Vophsi, an Israelite","kjv_definition":"Vophsi."} +{"id":"H2059","strongs_number":"H2059","system":"hebrew","language":"hebrew","number_value":2059,"lemma":"וַשְׁנִי","transliteration":"Vashnîy","pronunciation":"vash-nee'","derivation":"probably from H3461 (יִשְׁמְרַי); weak;","strongs_definition":"Vashni, an Israelite","kjv_definition":"Vashni."} +{"id":"H2060","strongs_number":"H2060","system":"hebrew","language":"hebrew","number_value":2060,"lemma":"וַשְׁתִּי","transliteration":"Vashtîy","pronunciation":"vash-tee'","derivation":"of Persian origin;","strongs_definition":"Vashti, the queen of Xerxes","kjv_definition":"Vashti. z"} +{"id":"H2061","strongs_number":"H2061","system":"hebrew","language":"hebrew","number_value":2061,"lemma":"זְאֵב","transliteration":"zᵉʼêb","pronunciation":"zeh-abe'","derivation":"from an unused root meaning to be yellow;","strongs_definition":"a wolf","kjv_definition":"wolf."} +{"id":"H2062","strongs_number":"H2062","system":"hebrew","language":"hebrew","number_value":2062,"lemma":"זְאֵב","transliteration":"Zᵉʼêb","pronunciation":"zeh-abe'","derivation":"the same as H2061 (זְאֵב);","strongs_definition":"Zeeb, a Midianitish prince","kjv_definition":"Zeeb."} +{"id":"H2063","strongs_number":"H2063","system":"hebrew","language":"hebrew","number_value":2063,"lemma":"זֹאת","transliteration":"zôʼth","pronunciation":"zothe'","derivation":"irregular feminine of H2089 (זֶה);","strongs_definition":"this (often used adverb)","kjv_definition":"hereby (-in, -with), it, likewise, the one (other, same), she, so (much), such (deed), that, therefore, these, this (thing), thus."} +{"id":"H2064","strongs_number":"H2064","system":"hebrew","language":"hebrew","number_value":2064,"lemma":"זָבַד","transliteration":"zâbad","pronunciation":"zaw-bad'","derivation":"a primitive root;","strongs_definition":"to confer","kjv_definition":"endure."} +{"id":"H2065","strongs_number":"H2065","system":"hebrew","language":"hebrew","number_value":2065,"lemma":"זֶבֶד","transliteration":"zebed","pronunciation":"zeh'-bed","derivation":"from H2064 (זָבַד);","strongs_definition":"a gift","kjv_definition":"dowry."} +{"id":"H2066","strongs_number":"H2066","system":"hebrew","language":"hebrew","number_value":2066,"lemma":"זָבָד","transliteration":"Zâbâd","pronunciation":"zaw-bawd'","derivation":"from H2064 (זָבַד); giver;","strongs_definition":"Zabad, the name of seven Israelites","kjv_definition":"Zabad."} +{"id":"H2067","strongs_number":"H2067","system":"hebrew","language":"hebrew","number_value":2067,"lemma":"זַבְדִּי","transliteration":"Zabdîy","pronunciation":"zab-dee'","derivation":"from H2065 (זֶבֶד); giving;","strongs_definition":"Zabdi, the name of four Israelites","kjv_definition":"Zabdi."} +{"id":"H2068","strongs_number":"H2068","system":"hebrew","language":"hebrew","number_value":2068,"lemma":"זַבְדִּיאֵל","transliteration":"Zabdîyʼêl","pronunciation":"zab-dee-ale'","derivation":"from H2065 (זֶבֶד) and H410 (אֵל);","strongs_definition":"gift of God; zabdiel, the name of two Israelites","kjv_definition":"Zabdiel."} +{"id":"H2069","strongs_number":"H2069","system":"hebrew","language":"hebrew","number_value":2069,"lemma":"זְבַדְיָה","transliteration":"Zᵉbadyâh","pronunciation":"zeb-ad-yaw'","derivation":"or זְבַדְיָהוּ; from H2064 (זָבַד) and H3050 (יָהּ); Jah has given;","strongs_definition":"Zebadjah, the name of nine Israelites","kjv_definition":"Zebadiah."} +{"id":"H2070","strongs_number":"H2070","system":"hebrew","language":"hebrew","number_value":2070,"lemma":"זְבוּב","transliteration":"zᵉbûwb","pronunciation":"zeb-oob'","derivation":"from an unused root (meaning to flit);","strongs_definition":"a fly (especially one of a stinging nature)","kjv_definition":"fly."} +{"id":"H2071","strongs_number":"H2071","system":"hebrew","language":"hebrew","number_value":2071,"lemma":"זָבוּד","transliteration":"Zâbûwd","pronunciation":"zaw-bood'","derivation":"from H2064 (זָבַד);","strongs_definition":"given, Zabud, an Israelite","kjv_definition":"Zabud."} +{"id":"H2072","strongs_number":"H2072","system":"hebrew","language":"hebrew","number_value":2072,"lemma":"זַבּוּד","transliteration":"Zabbûwd","pronunciation":"zab-bood'","derivation":"a form of H2071 (זָבוּד); given;","strongs_definition":"Zabbud, an Israelite","kjv_definition":"Zabbud."} +{"id":"H2073","strongs_number":"H2073","system":"hebrew","language":"hebrew","number_value":2073,"lemma":"זְבוּל","transliteration":"zᵉbûwl","pronunciation":"ze-bool'","derivation":"or זְבֻל; from H2082 (זָבַל);","strongs_definition":"a residence","kjv_definition":"dwell in, dwelling, habitation."} +{"id":"H2074","strongs_number":"H2074","system":"hebrew","language":"hebrew","number_value":2074,"lemma":"זְבוּלוּן","transliteration":"Zᵉbûwlûwn","pronunciation":"zeb-oo-loon'","derivation":"or זְבֻלוּן; or זְבוּלֻן; from H2082 (זָבַל); habitation;","strongs_definition":"Zebulon, a son of Jacob; also his territory and tribe","kjv_definition":"Zebulun."} +{"id":"H2075","strongs_number":"H2075","system":"hebrew","language":"hebrew","number_value":2075,"lemma":"זְבוּלֹנִי","transliteration":"Zᵉbûwlônîy","pronunciation":"zeb-oo-lo-nee'","derivation":"patronymically from H2074 (זְבוּלוּן);","strongs_definition":"a Zebulonite or descendant of Zebulun","kjv_definition":"Zebulonite."} +{"id":"H2076","strongs_number":"H2076","system":"hebrew","language":"hebrew","number_value":2076,"lemma":"זָבַח","transliteration":"zâbach","pronunciation":"zaw-bakh'","derivation":"a primitive root;","strongs_definition":"to slaughter an animal (usually in sacrifice)","kjv_definition":"kill, offer, (do) sacrifice, slay."} +{"id":"H2077","strongs_number":"H2077","system":"hebrew","language":"hebrew","number_value":2077,"lemma":"זֶבַח","transliteration":"zebach","pronunciation":"zeh'-bakh","derivation":"from H2076 (זָבַח);","strongs_definition":"properly, a slaughter, i.e. the flesh of an animal; by implication, a sacrifice (the victim or the act)","kjv_definition":"offer(-ing), sacrifice."} +{"id":"H2078","strongs_number":"H2078","system":"hebrew","language":"hebrew","number_value":2078,"lemma":"זֶבַח","transliteration":"Zebach","pronunciation":"zeh'-bakh","derivation":"the same as H2077 (זֶבַח); sacrifice;","strongs_definition":"Zebach, a Midianitish prince","kjv_definition":"Zebah."} +{"id":"H2079","strongs_number":"H2079","system":"hebrew","language":"hebrew","number_value":2079,"lemma":"זַבַּי","transliteration":"Zabbay","pronunciation":"zab-bah'-ee","derivation":"probably by orthographical error for H2140 (זַכַּי);","strongs_definition":"Zabbai (or Zaccai), an Israelite","kjv_definition":"Zabbai."} +{"id":"H2080","strongs_number":"H2080","system":"hebrew","language":"hebrew","number_value":2080,"lemma":"זְבִידָה","transliteration":"Zᵉbîydâh","pronunciation":"zeb-ee-daw'","derivation":"feminine from H2064 (זָבַד); giving;","strongs_definition":"Zebidah, an Israelitess","kjv_definition":"Zebudah."} +{"id":"H2081","strongs_number":"H2081","system":"hebrew","language":"hebrew","number_value":2081,"lemma":"זְבִינָא","transliteration":"Zᵉbîynâʼ","pronunciation":"zeb-ee-naw'","derivation":"from an unused root (meaning to purchase); gainfulness;","strongs_definition":"Zebina, an Israelite","kjv_definition":"Zebina."} +{"id":"H2082","strongs_number":"H2082","system":"hebrew","language":"hebrew","number_value":2082,"lemma":"זָבַל","transliteration":"zâbal","pronunciation":"zaw-bal'","derivation":"a primitive root; apparently properly, to inclose, i.e.","strongs_definition":"to reside","kjv_definition":"dwell with."} +{"id":"H2083","strongs_number":"H2083","system":"hebrew","language":"hebrew","number_value":2083,"lemma":"זְבֻל","transliteration":"Zᵉbul","pronunciation":"zeb-ool'","derivation":"the same as H2073 (זְבוּל); dwelling;","strongs_definition":"Zebul, an Israelite","kjv_definition":"Zebul. Compare H2073 (זְבוּל)."} +{"id":"H2084","strongs_number":"H2084","system":"hebrew","language":"hebrew","number_value":2084,"lemma":"זְבַן","transliteration":"zᵉban","pronunciation":"zeb-an'","derivation":"(Aramaic) corresponding to the root of H2081 (זְבִינָא);","strongs_definition":"to acquire by purchase","kjv_definition":"gain."} +{"id":"H2085","strongs_number":"H2085","system":"hebrew","language":"hebrew","number_value":2085,"lemma":"זָג","transliteration":"zâg","pronunciation":"zawg","derivation":"from an unused root probably meaning to inclose;","strongs_definition":"the skin of a grape","kjv_definition":"husk."} +{"id":"H2086","strongs_number":"H2086","system":"hebrew","language":"hebrew","number_value":2086,"lemma":"זֵד","transliteration":"zêd","pronunciation":"zade'","derivation":"from H2102 (זוּד);","strongs_definition":"arrogant","kjv_definition":"presumptuous, proud."} +{"id":"H2087","strongs_number":"H2087","system":"hebrew","language":"hebrew","number_value":2087,"lemma":"זָדוֹן","transliteration":"zâdôwn","pronunciation":"zaw-done'","derivation":"from H2102 (זוּד);","strongs_definition":"arrogance","kjv_definition":"presumptuously, pride, proud (man)."} +{"id":"H2088","strongs_number":"H2088","system":"hebrew","language":"hebrew","number_value":2088,"lemma":"זֶה","transliteration":"zeh","pronunciation":"zeh","derivation":"a primitive word;","strongs_definition":"the masculine demonstrative pronoun, this or that","kjv_definition":"he, [idiom] hence, [idiom] here, it(-self), [idiom] now, [idiom] of him, the one...the other, [idiom] than the other, ([idiom] out of) the (self) same, such (a one) that, these, this (hath, man), on this side...on that side, [idiom] thus, very, which. Compare H2063 (זֹאת), H2090 (זֹה), H2097 (זוֹ), H2098 (זוּ)."} +{"id":"H2089","strongs_number":"H2089","system":"hebrew","language":"hebrew","number_value":2089,"lemma":"זֶה","transliteration":"zeh","pronunciation":"zeh","derivation":"(1 Samuel by permutation for H7716 (שֶׂה);","strongs_definition":"a sheep","kjv_definition":"lamb."} +{"id":"H2090","strongs_number":"H2090","system":"hebrew","language":"hebrew","number_value":2090,"lemma":"זֹה","transliteration":"zôh","pronunciation":"zo","derivation":"for H2088 (זֶה);","strongs_definition":"this or that","kjv_definition":"as well as another, it, this, that, thus and thus."} +{"id":"H2091","strongs_number":"H2091","system":"hebrew","language":"hebrew","number_value":2091,"lemma":"זָהָב","transliteration":"zâhâb","pronunciation":"zaw-hawb'","derivation":"from an unused root meaning to shimmer;","strongs_definition":"gold, figuratively, something gold-colored (i.e. yellow), as oil, a clear sky","kjv_definition":"gold(-en), fair weather."} +{"id":"H2092","strongs_number":"H2092","system":"hebrew","language":"hebrew","number_value":2092,"lemma":"זָהַם","transliteration":"zâham","pronunciation":"zaw-ham'","derivation":"a primitive root;","strongs_definition":"to be rancid, i.e. (transitively) to loathe","kjv_definition":"abhor."} +{"id":"H2093","strongs_number":"H2093","system":"hebrew","language":"hebrew","number_value":2093,"lemma":"זַהַם","transliteration":"Zaham","pronunciation":"zah'-ham","derivation":"from H2092 (זָהַם); loathing;","strongs_definition":"Zaham, an Israelite","kjv_definition":"Zaham."} +{"id":"H2094","strongs_number":"H2094","system":"hebrew","language":"hebrew","number_value":2094,"lemma":"זָהַר","transliteration":"zâhar","pronunciation":"zaw-har'","derivation":"a primitive root;","strongs_definition":"to gleam; figuratively, to enlighten (by caution)","kjv_definition":"admonish, shine, teach, (give) warn(-ing)."} +{"id":"H2095","strongs_number":"H2095","system":"hebrew","language":"hebrew","number_value":2095,"lemma":"זְהַר","transliteration":"zᵉhar","pronunciation":"zeh-har'","derivation":"(Aramaic) corresponding to H2094 (זָהַר);","strongs_definition":"(passively) be admonished","kjv_definition":"take heed."} +{"id":"H2096","strongs_number":"H2096","system":"hebrew","language":"hebrew","number_value":2096,"lemma":"זֹהַר","transliteration":"zôhar","pronunciation":"zo'-har","derivation":"from H2094 (זָהַר);","strongs_definition":"brilliancy","kjv_definition":"brightness."} +{"id":"H2097","strongs_number":"H2097","system":"hebrew","language":"hebrew","number_value":2097,"lemma":"זוֹ","transliteration":"zôw","pronunciation":"zo","derivation":"for H2088 (זֶה);","strongs_definition":"this or that","kjv_definition":"that, this."} +{"id":"H2098","strongs_number":"H2098","system":"hebrew","language":"hebrew","number_value":2098,"lemma":"זוּ","transliteration":"zûw","pronunciation":"zoo","derivation":"for H2088 (זֶה);","strongs_definition":"this or that","kjv_definition":"that, this, [idiom] wherein, which, whom."} +{"id":"H2099","strongs_number":"H2099","system":"hebrew","language":"hebrew","number_value":2099,"lemma":"זִו","transliteration":"Ziv","pronunciation":"zeev'","derivation":"probably from an unused root meaning to be prominent; properly, brightness (compare H2122 (זִיו)), i.e. (figuratively) the month of flowers;","strongs_definition":"Ziv (corresponding to Ijar or May)","kjv_definition":"Zif."} +{"id":"H2100","strongs_number":"H2100","system":"hebrew","language":"hebrew","number_value":2100,"lemma":"זוּב","transliteration":"zûwb","pronunciation":"zoob","derivation":"a primitive root;","strongs_definition":"to flow freely (as water), i.e. (specifically) to have a (sexual) flux; figuratively, to waste away; also to overflow","kjv_definition":"flow, gush out, have a (running) issue, pine away, run."} +{"id":"H2101","strongs_number":"H2101","system":"hebrew","language":"hebrew","number_value":2101,"lemma":"זוֹב","transliteration":"zôwb","pronunciation":"zobe","derivation":"from H2100 (זוּב);","strongs_definition":"a seminal or menstrual flux","kjv_definition":"issue."} +{"id":"H2102","strongs_number":"H2102","system":"hebrew","language":"hebrew","number_value":2102,"lemma":"זוּד","transliteration":"zûwd","pronunciation":"zood","derivation":"or (by permutation) זִיד; a primitive root;","strongs_definition":"to seethe; figuratively, to be insolent","kjv_definition":"be proud, deal proudly, presume, (come) presumptuously, sod."} +{"id":"H2103","strongs_number":"H2103","system":"hebrew","language":"hebrew","number_value":2103,"lemma":"זוּד","transliteration":"zûwd","pronunciation":"zood","derivation":"(Aramaic) corresponding to H2102 (זוּד);","strongs_definition":"to be proud","kjv_definition":"in pride."} +{"id":"H2104","strongs_number":"H2104","system":"hebrew","language":"hebrew","number_value":2104,"lemma":"זוּזִים","transliteration":"Zûwzîym","pronunciation":"zoo-zeem'","derivation":"plural probably from the same as H2123 (זִיז); prominent;","strongs_definition":"Zuzites, an aboriginal tribe of Palestine","kjv_definition":"Zuzims."} +{"id":"H2105","strongs_number":"H2105","system":"hebrew","language":"hebrew","number_value":2105,"lemma":"זוֹחֵת","transliteration":"Zôwchêth","pronunciation":"zo-khayth'","derivation":"of uncertain origin;","strongs_definition":"Zocheth, an Israelite","kjv_definition":"Zoheth."} +{"id":"H2106","strongs_number":"H2106","system":"hebrew","language":"hebrew","number_value":2106,"lemma":"זָוִית","transliteration":"zâvîyth","pronunciation":"zaw-veeth'","derivation":"apparently from the same root as H2099 (זִו) (in the sense of prominence);","strongs_definition":"an angle (as projecting), i.e. (by implication) a corner-column (or anta)","kjv_definition":"corner(stone)."} +{"id":"H2107","strongs_number":"H2107","system":"hebrew","language":"hebrew","number_value":2107,"lemma":"זוּל","transliteration":"zûwl","pronunciation":"zool","derivation":"a primitive root (compare H2151 (זָלַל));","strongs_definition":"probably to shake out, i.e. (by implication) to scatter profusely; figuratively, to treat lightly","kjv_definition":"lavish, despise."} +{"id":"H2108","strongs_number":"H2108","system":"hebrew","language":"hebrew","number_value":2108,"lemma":"זוּלָה","transliteration":"zûwlâh","pronunciation":"zoo-law'","derivation":"from H2107 (זוּל);","strongs_definition":"probably scattering, i.e. removal; used adverbially, except","kjv_definition":"beside, but, only, save."} +{"id":"H2109","strongs_number":"H2109","system":"hebrew","language":"hebrew","number_value":2109,"lemma":"זוּן","transliteration":"zûwn","pronunciation":"zoon","derivation":"a primitive root;","strongs_definition":"perhaps properly, to be plump, i.e. (transitively) to nourish","kjv_definition":"feed."} +{"id":"H2110","strongs_number":"H2110","system":"hebrew","language":"hebrew","number_value":2110,"lemma":"זוּן","transliteration":"zûwn","pronunciation":"zoon","derivation":"(Aramaic) corresponding to H2109 (זוּן)","strongs_definition":"{perhaps properly, to be plump, i.e. (transitively) to nourish}","kjv_definition":"feed."} +{"id":"H2111","strongs_number":"H2111","system":"hebrew","language":"hebrew","number_value":2111,"lemma":"זוּעַ","transliteration":"zûwaʻ","pronunciation":"zoo'-ah","derivation":"a primitive root;","strongs_definition":"properly, to shake off, i.e. (figuratively) to agitate (as with fear)","kjv_definition":"move, tremble, vex."} +{"id":"H2112","strongs_number":"H2112","system":"hebrew","language":"hebrew","number_value":2112,"lemma":"זוּעַ","transliteration":"zûwaʻ","pronunciation":"zoo'-ah","derivation":"(Aramaic) corresponding to H2111 (זוּעַ);","strongs_definition":"to shake (with fear)","kjv_definition":"tremble."} +{"id":"H2113","strongs_number":"H2113","system":"hebrew","language":"hebrew","number_value":2113,"lemma":"זְוָעָה","transliteration":"zᵉvâʻâh","pronunciation":"zev-aw-aw'","derivation":"from H2111 (זוּעַ);","strongs_definition":"agitation, fear","kjv_definition":"be removed, trouble, vexation. Compare H2189 (זַעֲוָה)."} +{"id":"H2114","strongs_number":"H2114","system":"hebrew","language":"hebrew","number_value":2114,"lemma":"זוּר","transliteration":"zûwr","pronunciation":"zoor","derivation":"a primitive root;","strongs_definition":"to turn aside (especially for lodging); hence to be aforeigner, strange, profane; specifically (active participle) to commit adultery","kjv_definition":"(come from) another (man, place), fanner, go away, (e-) strange(-r, thing, woman)."} +{"id":"H2115","strongs_number":"H2115","system":"hebrew","language":"hebrew","number_value":2115,"lemma":"זוּר","transliteration":"zûwr","pronunciation":"zoor","derivation":"a primitive root (compare H6695 (צוֹק));","strongs_definition":"to press together, tighten","kjv_definition":"close, rush, thrust together."} +{"id":"H2116","strongs_number":"H2116","system":"hebrew","language":"hebrew","number_value":2116,"lemma":"זוּרֶה","transliteration":"zûwreh","pronunciation":"zoo-reh'","derivation":"from H2115 (זוּר);","strongs_definition":"trodden on","kjv_definition":"that which is crushed."} +{"id":"H2117","strongs_number":"H2117","system":"hebrew","language":"hebrew","number_value":2117,"lemma":"זָזָא","transliteration":"zâzâʼ","pronunciation":"zaw-zaw'","derivation":"probably from the root of H2123 (זִיז); prominent;","strongs_definition":"Zaza, an Israelite","kjv_definition":"Zaza."} +{"id":"H2118","strongs_number":"H2118","system":"hebrew","language":"hebrew","number_value":2118,"lemma":"זָחַח","transliteration":"zâchach","pronunciation":"zaw-khakh'","derivation":"a primitive root;","strongs_definition":"to shove or displace","kjv_definition":"loose."} +{"id":"H2119","strongs_number":"H2119","system":"hebrew","language":"hebrew","number_value":2119,"lemma":"זָחַל","transliteration":"zâchal","pronunciation":"zaw-khal'","derivation":"a primitive root;","strongs_definition":"to crawl; by implication, to fear","kjv_definition":"be afraid, serpent, worm."} +{"id":"H2120","strongs_number":"H2120","system":"hebrew","language":"hebrew","number_value":2120,"lemma":"זֹחֶלֶת","transliteration":"Zôcheleth","pronunciation":"zo-kheh'-leth","derivation":"feminine active participle of H2119 (זָחַל); crawling (i.e. serpent);","strongs_definition":"Zocheleth, a boundary stone in. Palestine","kjv_definition":"Zoheleth."} +{"id":"H2121","strongs_number":"H2121","system":"hebrew","language":"hebrew","number_value":2121,"lemma":"זֵידוֹן","transliteration":"zêydôwn","pronunciation":"zay-dohn'","derivation":"from H2102 (זוּד);","strongs_definition":"boiling of water, i.e. wave","kjv_definition":"proud."} +{"id":"H2122","strongs_number":"H2122","system":"hebrew","language":"hebrew","number_value":2122,"lemma":"זִיו","transliteration":"zîyv","pronunciation":"zeev","derivation":"(Aramaic) corresponding to H2099 (זִו);","strongs_definition":"(figuratively) cheerfulness","kjv_definition":"brightness, countenance."} +{"id":"H2123","strongs_number":"H2123","system":"hebrew","language":"hebrew","number_value":2123,"lemma":"זִיז","transliteration":"zîyz","pronunciation":"zeez","derivation":"from an unused root apparently meaning to be conspicuous;","strongs_definition":"fulness of the breast; also a moving creature","kjv_definition":"abundance, wild beast."} +{"id":"H2124","strongs_number":"H2124","system":"hebrew","language":"hebrew","number_value":2124,"lemma":"זִיזָא","transliteration":"Zîyzâʼ","pronunciation":"zee-zaw'","derivation":"apparently from the same as H2123 (זִיז); prominence;","strongs_definition":"Ziza, the name of two Israelites","kjv_definition":"Ziza."} +{"id":"H2125","strongs_number":"H2125","system":"hebrew","language":"hebrew","number_value":2125,"lemma":"זִיזָה","transliteration":"Zîyzâh","pronunciation":"zee-zaw'","derivation":"another form for H2124 (זִיזָא);","strongs_definition":"Zizah, an Israelite","kjv_definition":"Zizah."} +{"id":"H2126","strongs_number":"H2126","system":"hebrew","language":"hebrew","number_value":2126,"lemma":"זִינָא","transliteration":"Zîynâʼ","pronunciation":"zee-naw'","derivation":"from H2109 (זוּן); well-fed; or perhaps an orthographical error for H2124 (זִיזָא);","strongs_definition":"Zina, an Israelite","kjv_definition":"Zina."} +{"id":"H2127","strongs_number":"H2127","system":"hebrew","language":"hebrew","number_value":2127,"lemma":"זִיעַ","transliteration":"Zîyaʻ","pronunciation":"zee'-ah","derivation":"from H2111 (זוּעַ); agitation;","strongs_definition":"Zia, an Israelite","kjv_definition":"Zia."} +{"id":"H2128","strongs_number":"H2128","system":"hebrew","language":"hebrew","number_value":2128,"lemma":"זִיף","transliteration":"Zîyph","pronunciation":"zeef","derivation":"from the same as H2203 (זֶפֶת); flowing;","strongs_definition":"Ziph, the name of a place in Palestine; also of an Israelite","kjv_definition":"Ziph."} +{"id":"H2129","strongs_number":"H2129","system":"hebrew","language":"hebrew","number_value":2129,"lemma":"זִיפָה","transliteration":"Zîyphâh","pronunciation":"zee-faw'","derivation":"feminine of H2128 (זִיף); a flowing;","strongs_definition":"Ziphah, an Israelite","kjv_definition":"Ziphah."} +{"id":"H2130","strongs_number":"H2130","system":"hebrew","language":"hebrew","number_value":2130,"lemma":"זִיפִי","transliteration":"Zîyphîy","pronunciation":"zee-fee'","derivation":"patrial from H2128 (זִיף);","strongs_definition":"a Ziphite or inhabitant of Ziph","kjv_definition":"Ziphim, Ziphite."} +{"id":"H2131","strongs_number":"H2131","system":"hebrew","language":"hebrew","number_value":2131,"lemma":"זִיקָה","transliteration":"zîyqâh","pronunciation":"zee-kaw'","derivation":"(Isaiah 50: (feminine); and זִק; or זֵק; from H2187 (זָנַק);","strongs_definition":"properly, what leaps forth, i.e. flash of fire, or a burning arrow; also (from the original sense of the root) a bond","kjv_definition":"chain, fetter, firebrand, spark."} +{"id":"H2132","strongs_number":"H2132","system":"hebrew","language":"hebrew","number_value":2132,"lemma":"זַיִת","transliteration":"zayith","pronunciation":"zay'-yith","derivation":"probably from an unused root (akin to H2099 (זִו));","strongs_definition":"an olive (as yielding illuminating oil), the tree, the branch or the berry","kjv_definition":"olive (tree, -yard), Olivet."} +{"id":"H2133","strongs_number":"H2133","system":"hebrew","language":"hebrew","number_value":2133,"lemma":"זֵיתָן","transliteration":"Zêythân","pronunciation":"zay-thawn'","derivation":"from H2132 (זַיִת); olive grove;","strongs_definition":"Zethan, an Israelite","kjv_definition":"Zethan."} +{"id":"H2134","strongs_number":"H2134","system":"hebrew","language":"hebrew","number_value":2134,"lemma":"זַךְ","transliteration":"zak","pronunciation":"zak","derivation":"from H2141 (זָכַךְ);","strongs_definition":"clear","kjv_definition":"clean, pure."} +{"id":"H2135","strongs_number":"H2135","system":"hebrew","language":"hebrew","number_value":2135,"lemma":"זָכָה","transliteration":"zâkâh","pronunciation":"zaw-kaw'","derivation":"a primitive root (compare H2141 (זָכַךְ));","strongs_definition":"to be translucent; figuratively, to be innocent","kjv_definition":"be (make) clean, cleanse, be clear, count pure."} +{"id":"H2136","strongs_number":"H2136","system":"hebrew","language":"hebrew","number_value":2136,"lemma":"זָכוּ","transliteration":"zâkûw","pronunciation":"zaw-koo'","derivation":"(Aramaic) from a root corresponding to H2135 (זָכָה);","strongs_definition":"purity","kjv_definition":"innocency."} +{"id":"H2137","strongs_number":"H2137","system":"hebrew","language":"hebrew","number_value":2137,"lemma":"זְכוּכִית","transliteration":"zᵉkûwkîyth","pronunciation":"zek-oo-keeth","derivation":"from H2135 (זָכָה);","strongs_definition":"properly, transparency, i.e. glass","kjv_definition":"crystal."} +{"id":"H2138","strongs_number":"H2138","system":"hebrew","language":"hebrew","number_value":2138,"lemma":"זָכוּר","transliteration":"zâkûwr","pronunciation":"zaw-koor'","derivation":"properly, passive participle of H2142 (זָכַר), but used for H2145 (זָכָר);","strongs_definition":"a male (of man or animals)","kjv_definition":"males, men-children."} +{"id":"H2139","strongs_number":"H2139","system":"hebrew","language":"hebrew","number_value":2139,"lemma":"זַכּוּר","transliteration":"Zakkûwr","pronunciation":"zaw-koor'","derivation":"from H2142 (זָכַר); mindful;","strongs_definition":"Zakkur, the name of seven Israelites","kjv_definition":"Zaccur, Zacchur."} +{"id":"H2140","strongs_number":"H2140","system":"hebrew","language":"hebrew","number_value":2140,"lemma":"זַכַּי","transliteration":"Zakkay","pronunciation":"zak-kah'-ee","derivation":"from H2141 (זָכַךְ); pure;","strongs_definition":"Zakkai, an Israelite","kjv_definition":"Zaccai."} +{"id":"H2141","strongs_number":"H2141","system":"hebrew","language":"hebrew","number_value":2141,"lemma":"זָכַךְ","transliteration":"zâkak","pronunciation":"zaw-kak'","derivation":"a primitive root (compare H2135 (זָכָה));","strongs_definition":"to be transparent or clean (phys. or morally)","kjv_definition":"be (make) clean, be pure(-r)."} +{"id":"H2142","strongs_number":"H2142","system":"hebrew","language":"hebrew","number_value":2142,"lemma":"זָכַר","transliteration":"zâkar","pronunciation":"zaw-kar'","derivation":"a primitive root; also as denominative from H2145 (זָכָר)","strongs_definition":"properly, to mark (so as to be recognized), i.e. to remember; by implication, to mention; to be male","kjv_definition":"[idiom] burn (incense), [idiom] earnestly, be male, (make) mention (of), be mindful, recount, record(-er), remember, make to be remembered, bring (call, come, keep, put) to (in) remembrance, [idiom] still, think on, [idiom] well."} +{"id":"H2143","strongs_number":"H2143","system":"hebrew","language":"hebrew","number_value":2143,"lemma":"זֵכֶר","transliteration":"zêker","pronunciation":"zay'-ker","derivation":"or זֶכֶר; from H2142 (זָכַר);","strongs_definition":"a memento, abstractly recollection (rarely if ever); by implication, commemoration","kjv_definition":"memorial, memory, remembrance, scent."} +{"id":"H2144","strongs_number":"H2144","system":"hebrew","language":"hebrew","number_value":2144,"lemma":"זֶכֶר","transliteration":"Zeker","pronunciation":"zeh'-ker","derivation":"the same as H2143 (זֵכֶר);","strongs_definition":"Zeker, an Israelite","kjv_definition":"Zeker."} +{"id":"H2145","strongs_number":"H2145","system":"hebrew","language":"hebrew","number_value":2145,"lemma":"זָכָר","transliteration":"zâkâr","pronunciation":"zaw-kawr'","derivation":"from H2142 (זָכַר);","strongs_definition":"properly, remembered, i.e. a male (of man or animals, as being the most noteworthy sex)","kjv_definition":"[idiom] him, male, man(child, -kind)."} +{"id":"H2146","strongs_number":"H2146","system":"hebrew","language":"hebrew","number_value":2146,"lemma":"זִכְרוֹן","transliteration":"zikrôwn","pronunciation":"zik-rone'","derivation":"from H2142 (זָכַר);","strongs_definition":"a memento (or memorable thing, day or writing)","kjv_definition":"memorial, record."} +{"id":"H2147","strongs_number":"H2147","system":"hebrew","language":"hebrew","number_value":2147,"lemma":"זִכְרִי","transliteration":"Zikrîy","pronunciation":"zik-ree'","derivation":"from H2142 (זָכַר); memorable;","strongs_definition":"Zicri, the name of twelve Israelites","kjv_definition":"Zichri."} +{"id":"H2148","strongs_number":"H2148","system":"hebrew","language":"hebrew","number_value":2148,"lemma":"זְכַרְיָה","transliteration":"Zᵉkaryâh","pronunciation":"zek-ar-yaw'","derivation":"or זְכַרְיָהוּ; from H2142 (זָכַר) and H3050 (יָהּ); Jah has remembered;","strongs_definition":"Zecarjah, the name of twenty-nine Israelites","kjv_definition":"Zachariah, Zechariah."} +{"id":"H2149","strongs_number":"H2149","system":"hebrew","language":"hebrew","number_value":2149,"lemma":"זֻלּוּת","transliteration":"zullûwth","pronunciation":"zool-looth'","derivation":"from H2151 (זָלַל);","strongs_definition":"properly, a shaking, i.e. perhaps a tempest","kjv_definition":"vilest."} +{"id":"H2150","strongs_number":"H2150","system":"hebrew","language":"hebrew","number_value":2150,"lemma":"זַלְזַל","transliteration":"zalzal","pronunciation":"zal-zal'","derivation":"by reduplication from H2151 (זָלַל);","strongs_definition":"tremulous, i.e. a twig","kjv_definition":"sprig."} +{"id":"H2151","strongs_number":"H2151","system":"hebrew","language":"hebrew","number_value":2151,"lemma":"זָלַל","transliteration":"zâlal","pronunciation":"zaw-lal'","derivation":"a primitive root (compare H2107 (זוּל));","strongs_definition":"to shake (as in the wind), i.e. to quake; figuratively, to be loose morally, worthless or prodigal","kjv_definition":"blow down, glutton, riotous (eater), vile."} +{"id":"H2152","strongs_number":"H2152","system":"hebrew","language":"hebrew","number_value":2152,"lemma":"זַלְעָפָה","transliteration":"zalʻâphâh","pronunciation":"zal-aw-faw'","derivation":"or זִלְעָפָהxlit zilʻâphâph corrected to zilʻâphâh; from H2196 (זָעַף);","strongs_definition":"a glow (of wind or anger); also a famine (as consuming)","kjv_definition":"horrible, horror, terrible."} +{"id":"H2153","strongs_number":"H2153","system":"hebrew","language":"hebrew","number_value":2153,"lemma":"זִלְפָּה","transliteration":"Zilpâh","pronunciation":"zil-paw","derivation":"; from an unused root apparently meaning to trickle, as myrrh; fragrant dropping;","strongs_definition":"Zilpah, Leah's maid","kjv_definition":"Zilpah."} +{"id":"H2154","strongs_number":"H2154","system":"hebrew","language":"hebrew","number_value":2154,"lemma":"זִמָּה","transliteration":"zimmâh","pronunciation":"zim-maw'","derivation":"or זַמָּה; from H2161 (זָמַם);","strongs_definition":"a plan, especially a bad one","kjv_definition":"heinous crime, lewd(-ly, -ness), mischief, purpose, thought, wicked (device, mind, -ness)."} +{"id":"H2155","strongs_number":"H2155","system":"hebrew","language":"hebrew","number_value":2155,"lemma":"זִמָּה","transliteration":"Zimmâh","pronunciation":"zim-maw'","derivation":"the same as H2154 (זִמָּה);","strongs_definition":"Zimmah, the name of two Israelites","kjv_definition":"Zimmah."} +{"id":"H2156","strongs_number":"H2156","system":"hebrew","language":"hebrew","number_value":2156,"lemma":"זְמוֹרָה","transliteration":"zᵉmôwrâh","pronunciation":"zem-o-raw'","derivation":"or זְמֹרָה (feminine); and זְמֹר (masculine); from H2168 (זָמַר);","strongs_definition":"a twig (as pruned)","kjv_definition":"vine, branch, slip."} +{"id":"H2157","strongs_number":"H2157","system":"hebrew","language":"hebrew","number_value":2157,"lemma":"זַמְזֹם","transliteration":"Zamzôm","pronunciation":"zam-zome'","derivation":"from H2161 (זָמַם); intriguing;","strongs_definition":"a Zamzumite, or native tribe of Palestine","kjv_definition":"Zamzummim."} +{"id":"H2158","strongs_number":"H2158","system":"hebrew","language":"hebrew","number_value":2158,"lemma":"זָמִיר","transliteration":"zâmîyr","pronunciation":"zaw-meer'","derivation":"or זָמִר; and (feminine) זְמִרָה; from H2167 (זָמַר);","strongs_definition":"a song to be accompanied with instrumental music","kjv_definition":"psalm(-ist), singing, song."} +{"id":"H2159","strongs_number":"H2159","system":"hebrew","language":"hebrew","number_value":2159,"lemma":"זָמִיר","transliteration":"zâmîyr","pronunciation":"zaw-meer'","derivation":"from H2168 (זָמַר);","strongs_definition":"a twig (as pruned)","kjv_definition":"branch."} +{"id":"H2160","strongs_number":"H2160","system":"hebrew","language":"hebrew","number_value":2160,"lemma":"זְמִירָה","transliteration":"Zᵉmîyrâh","pronunciation":"zem-ee-raw'","derivation":"feminine of H2158 (זָמִיר); song;","strongs_definition":"Zemirah, an Israelite","kjv_definition":"Zemira."} +{"id":"H2161","strongs_number":"H2161","system":"hebrew","language":"hebrew","number_value":2161,"lemma":"זָמַם","transliteration":"zâmam","pronunciation":"zaw-mam'","derivation":"a primitive root;","strongs_definition":"to plan, usually in a bad sense","kjv_definition":"consider, devise, imagine, plot, purpose, think (evil)."} +{"id":"H2162","strongs_number":"H2162","system":"hebrew","language":"hebrew","number_value":2162,"lemma":"זָמָם","transliteration":"zâmâm","pronunciation":"zaw-mawm'","derivation":"from H2161 (זָמַם);","strongs_definition":"a plot","kjv_definition":"wicked device."} +{"id":"H2163","strongs_number":"H2163","system":"hebrew","language":"hebrew","number_value":2163,"lemma":"זָמַן","transliteration":"zâman","pronunciation":"zaw-man'","derivation":"a primitive root;","strongs_definition":"to fix (a time)","kjv_definition":"appoint."} +{"id":"H2164","strongs_number":"H2164","system":"hebrew","language":"hebrew","number_value":2164,"lemma":"זְמַן","transliteration":"zᵉman","pronunciation":"zem-an'","derivation":"(Aramaic) corresponding to H2163 (זָמַן);","strongs_definition":"to agree (on a time and place)","kjv_definition":"prepare."} +{"id":"H2165","strongs_number":"H2165","system":"hebrew","language":"hebrew","number_value":2165,"lemma":"זְמָן","transliteration":"zᵉmân","pronunciation":"zem-awn'","derivation":"from H2163 (זָמַן);","strongs_definition":"an appointed occasion","kjv_definition":"season, time."} +{"id":"H2166","strongs_number":"H2166","system":"hebrew","language":"hebrew","number_value":2166,"lemma":"זְמָן","transliteration":"zᵉmân","pronunciation":"zem-awn'","derivation":"(Aramaic) from H2165 (זְמָן); the same as H2165 (זְמָן)","strongs_definition":"{an appointed occasion}","kjv_definition":"season, time."} +{"id":"H2167","strongs_number":"H2167","system":"hebrew","language":"hebrew","number_value":2167,"lemma":"זָמַר","transliteration":"zâmar","pronunciation":"zaw-mar'","derivation":"a primitive root (perhaps identical with H2168 (זָמַר) through the idea of striking with the fingers); properly, to touch the strings or parts of a musical instrument, i.e.","strongs_definition":"play upon it; to make music, accompanied by the voice; hence to celebrate in song and music","kjv_definition":"give praise, sing forth praises, psalms."} +{"id":"H2168","strongs_number":"H2168","system":"hebrew","language":"hebrew","number_value":2168,"lemma":"זָמַר","transliteration":"zâmar","pronunciation":"zaw-mar'","derivation":"a primitive root (compare H2167 (זָמַר), H5568 (סָמַר), H6785 (צֶמֶר));","strongs_definition":"to trim (a vine)","kjv_definition":"prune."} +{"id":"H2169","strongs_number":"H2169","system":"hebrew","language":"hebrew","number_value":2169,"lemma":"זֶמֶר","transliteration":"zemer","pronunciation":"zeh'-mer","derivation":"apparently from H2167 (זָמַר) or H2168 (זָמַר);","strongs_definition":"a gazelle (from its lightly touching the ground)","kjv_definition":"chamois."} +{"id":"H2170","strongs_number":"H2170","system":"hebrew","language":"hebrew","number_value":2170,"lemma":"זְמָר","transliteration":"zᵉmâr","pronunciation":"zem-awr'","derivation":"(Aramaic) from a root corresponding to H2167 (זָמַר);","strongs_definition":"instrumental music","kjv_definition":"musick."} +{"id":"H2171","strongs_number":"H2171","system":"hebrew","language":"hebrew","number_value":2171,"lemma":"זַמָּר","transliteration":"zammâr","pronunciation":"zam-mawr'","derivation":"(Aramaic) from the same as H2170 (זְמָר);","strongs_definition":"an instrumental musician","kjv_definition":"singer."} +{"id":"H2172","strongs_number":"H2172","system":"hebrew","language":"hebrew","number_value":2172,"lemma":"זִמְרָה","transliteration":"zimrâh","pronunciation":"zim-raw'","derivation":"from H2167 (זָמַר);","strongs_definition":"a musical piece or song to be accompanied by an instrument","kjv_definition":"melody, psalm."} +{"id":"H2173","strongs_number":"H2173","system":"hebrew","language":"hebrew","number_value":2173,"lemma":"זִמְרָה","transliteration":"zimrâh","pronunciation":"zim-raw'","derivation":"from H2168 (זָמַר);","strongs_definition":"pruned (i.e. choice) fruit","kjv_definition":"best fruit."} +{"id":"H2174","strongs_number":"H2174","system":"hebrew","language":"hebrew","number_value":2174,"lemma":"זִמְרִי","transliteration":"Zimrîy","pronunciation":"zim-ree'","derivation":"from H2167 (זָמַר); musical;","strongs_definition":"Zimri, the name of five Israelites, and of an Arabian tribe","kjv_definition":"Zimri."} +{"id":"H2175","strongs_number":"H2175","system":"hebrew","language":"hebrew","number_value":2175,"lemma":"זִמְרָן","transliteration":"Zimrân","pronunciation":"zim-rawn'","derivation":"from H2167 (זָמַר); musical;","strongs_definition":"Zimran, a son of Abraham by Keturah","kjv_definition":"Zimran."} +{"id":"H2176","strongs_number":"H2176","system":"hebrew","language":"hebrew","number_value":2176,"lemma":"זִמְרָת","transliteration":"zimrâth","pronunciation":"zim-rawth'","derivation":"from H2167 (זָמַר);","strongs_definition":"instrumental music; by implication, praise","kjv_definition":"song."} +{"id":"H2177","strongs_number":"H2177","system":"hebrew","language":"hebrew","number_value":2177,"lemma":"זַן","transliteration":"zan","pronunciation":"zan","derivation":"from H2109 (זוּן);","strongs_definition":"properly, nourished (or fully developed), i.e. a form or sort","kjv_definition":"divers kinds, [idiom] all manner of store."} +{"id":"H2178","strongs_number":"H2178","system":"hebrew","language":"hebrew","number_value":2178,"lemma":"זַן","transliteration":"zan","pronunciation":"zan","derivation":"(Aramaic) corresponding to H2177 (זַן);","strongs_definition":"sort","kjv_definition":"kind."} +{"id":"H2179","strongs_number":"H2179","system":"hebrew","language":"hebrew","number_value":2179,"lemma":"זָנַב","transliteration":"zânab","pronunciation":"zaw-nab'","derivation":"a primitive root meaning to wag; used only as a denominative from H2180 (זָנָב);","strongs_definition":"to curtail, i.e. cut off the rear","kjv_definition":"smite the hindmost."} +{"id":"H2180","strongs_number":"H2180","system":"hebrew","language":"hebrew","number_value":2180,"lemma":"זָנָב","transliteration":"zânâb","pronunciation":"zaw-nawb'","derivation":"from H2179 (זָנַב) (in the original sense of flapping);","strongs_definition":"the tail (literally or figuratively)","kjv_definition":"tail."} +{"id":"H2181","strongs_number":"H2181","system":"hebrew","language":"hebrew","number_value":2181,"lemma":"זָנָה","transliteration":"zânâh","pronunciation":"zaw-naw'","derivation":"a primitive root (highly-fed and therefore wanton);","strongs_definition":"to commit adultery (usually of the female, and less often of simple fornication, rarely of involuntary ravishment); figuratively, to commit idolatry (the Jewish people being regarded as the spouse of Jehovah)","kjv_definition":"(cause to) commit fornication, [idiom] continually, [idiom] great, (be an, play the) harlot, (cause to be, play the) whore, (commit, fall to) whoredom, (cause to) go a-whoring, whorish."} +{"id":"H2182","strongs_number":"H2182","system":"hebrew","language":"hebrew","number_value":2182,"lemma":"זָנוֹחַ","transliteration":"Zânôwach","pronunciation":"zaw-no'-akh","derivation":"from H2186 (זָנַח); rejected;","strongs_definition":"Zanoach, the name of two places in Palestine","kjv_definition":"Zanoah."} +{"id":"H2183","strongs_number":"H2183","system":"hebrew","language":"hebrew","number_value":2183,"lemma":"זָנוּן","transliteration":"zânûwn","pronunciation":"zaw-noon'","derivation":"from H2181 (זָנָה);","strongs_definition":"adultery; figuratively, idolatry","kjv_definition":"whoredom."} +{"id":"H2184","strongs_number":"H2184","system":"hebrew","language":"hebrew","number_value":2184,"lemma":"זְנוּת","transliteration":"zᵉnûwth","pronunciation":"zen-ooth'","derivation":"from H2181 (זָנָה);","strongs_definition":"adultery, i.e. (figuratively) infidelity, idolatry","kjv_definition":"whoredom."} +{"id":"H2185","strongs_number":"H2185","system":"hebrew","language":"hebrew","number_value":2185,"lemma":"זֹנוֹת","transliteration":"zônôwth","pronunciation":"zo-noth'","derivation":"regarded by some as if from H2109 (זוּן) or an unused root, and applied to military equipments; but evidently the feminine plural active participle of H2181 (זָנָה);","strongs_definition":"harlots","kjv_definition":"armour."} +{"id":"H2186","strongs_number":"H2186","system":"hebrew","language":"hebrew","number_value":2186,"lemma":"זָנַח","transliteration":"zânach","pronunciation":"zaw-nakh'","derivation":"a primitive root meaning to push aside, i.e.","strongs_definition":"reject, forsake, fail","kjv_definition":"cast away (off), remove far away (off)."} +{"id":"H2187","strongs_number":"H2187","system":"hebrew","language":"hebrew","number_value":2187,"lemma":"זָנַק","transliteration":"zânaq","pronunciation":"zaw-nak'","derivation":"a primitive root;","strongs_definition":"properly, to draw together the feet (as an animal about to dart upon its prey), i.e. to spring forward","kjv_definition":"leap."} +{"id":"H2188","strongs_number":"H2188","system":"hebrew","language":"hebrew","number_value":2188,"lemma":"זֵעָה","transliteration":"zêʻâh","pronunciation":"zay-aw'","derivation":"from H2111 (זוּעַ) (in the sense of H3154 (יֶזַע));","strongs_definition":"perspiration","kjv_definition":"sweat."} +{"id":"H2189","strongs_number":"H2189","system":"hebrew","language":"hebrew","number_value":2189,"lemma":"זַעֲוָה","transliteration":"zaʻăvâh","pronunciation":"zah-av-aw'","derivation":"by transposition for H2113 (זְוָעָה);","strongs_definition":"agitation, maltreatment","kjv_definition":"[idiom] removed, trouble."} +{"id":"H2190","strongs_number":"H2190","system":"hebrew","language":"hebrew","number_value":2190,"lemma":"זַעֲוָן","transliteration":"Zaʻăvân","pronunciation":"zah-av-awn'","derivation":"from H2111 (זוּעַ); disquiet;","strongs_definition":"Zaavan, an Idumaean","kjv_definition":"Zaavan."} +{"id":"H2191","strongs_number":"H2191","system":"hebrew","language":"hebrew","number_value":2191,"lemma":"זְעֵיר","transliteration":"zᵉʻêyr","pronunciation":"zeh-ayr'","derivation":"from an unused root (akin (by permutation) to H6819 (צָעַר)), meaning to dwindle;","strongs_definition":"small","kjv_definition":"little."} +{"id":"H2192","strongs_number":"H2192","system":"hebrew","language":"hebrew","number_value":2192,"lemma":"זְעֵיר","transliteration":"zᵉʻêyr","pronunciation":"zeh-ayr'","derivation":"(Aramaic) corresponding to H2191 (זְעֵיר)xlit zeʻêyr corrected to zᵉʻêyr","strongs_definition":"{small}","kjv_definition":"little."} +{"id":"H2193","strongs_number":"H2193","system":"hebrew","language":"hebrew","number_value":2193,"lemma":"זָעַךְ","transliteration":"zâʻak","pronunciation":"zaw-ak'","derivation":"a primitive root;","strongs_definition":"to extinguish","kjv_definition":"be extinct."} +{"id":"H2194","strongs_number":"H2194","system":"hebrew","language":"hebrew","number_value":2194,"lemma":"זָעַם","transliteration":"zâʻam","pronunciation":"zaw-am'","derivation":"a primitive root;","strongs_definition":"properly, to foam at the mouth, i.e. to be enraged","kjv_definition":"abhor, abominable, (be) angry, defy, (have) indignation."} +{"id":"H2195","strongs_number":"H2195","system":"hebrew","language":"hebrew","number_value":2195,"lemma":"זַעַם","transliteration":"zaʻam","pronunciation":"zah'-am","derivation":"from H2194 (זָעַם);","strongs_definition":"strictly froth at the mouth, i.e. (figuratively) fury (especially of God's displeasure with sin)","kjv_definition":"angry, indignation, rage."} +{"id":"H2196","strongs_number":"H2196","system":"hebrew","language":"hebrew","number_value":2196,"lemma":"זָעַף","transliteration":"zâʻaph","pronunciation":"zaw-af'","derivation":"a primitive root;","strongs_definition":"properly, to boil up, i.e. (figuratively) to be peevish or angry","kjv_definition":"fret, sad, worse liking, be wroth."} +{"id":"H2197","strongs_number":"H2197","system":"hebrew","language":"hebrew","number_value":2197,"lemma":"זַעַף","transliteration":"zaʻaph","pronunciation":"zah'-af","derivation":"from H2196 (זָעַף);","strongs_definition":"anger","kjv_definition":"indignation, rage(-ing), wrath."} +{"id":"H2198","strongs_number":"H2198","system":"hebrew","language":"hebrew","number_value":2198,"lemma":"זָעֵף","transliteration":"zâʻêph","pronunciation":"zaw-afe'","derivation":"from H2196 (זָעַף);","strongs_definition":"angry","kjv_definition":"displeased."} +{"id":"H2199","strongs_number":"H2199","system":"hebrew","language":"hebrew","number_value":2199,"lemma":"זָעַק","transliteration":"zâʻaq","pronunciation":"zaw-ak'","derivation":"a primitive root;","strongs_definition":"to shriek (from anguish or danger); by analogy, (as a herald) to announce or convene publicly","kjv_definition":"assemble, call (together), (make a) cry (out), come with such a company, gather (together), cause to be proclaimed."} +{"id":"H2200","strongs_number":"H2200","system":"hebrew","language":"hebrew","number_value":2200,"lemma":"זְעִק","transliteration":"zᵉʻiq","pronunciation":"zek'-eek","derivation":"(Aramaic) corresponding to H2199 (זָעַק);","strongs_definition":"to make an outcry","kjv_definition":"cry."} +{"id":"H2201","strongs_number":"H2201","system":"hebrew","language":"hebrew","number_value":2201,"lemma":"זַעַק","transliteration":"zaʻaq","pronunciation":"zah'-ak","derivation":"and (feminine) זְעָקָהxlit zᵉâqâh corrected to zᵉʻâqâh; from H2199 (זָעַק);","strongs_definition":"a shriek or outcry","kjv_definition":"cry(-ing)."} +{"id":"H2202","strongs_number":"H2202","system":"hebrew","language":"hebrew","number_value":2202,"lemma":"זִפְרֹן","transliteration":"Ziphrôn","pronunciation":"zi-frone'","derivation":"from an unused root (meaning to be fragrant);","strongs_definition":"Ziphron, a place in Palestine","kjv_definition":"Ziphron."} +{"id":"H2203","strongs_number":"H2203","system":"hebrew","language":"hebrew","number_value":2203,"lemma":"זֶפֶת","transliteration":"zepheth","pronunciation":"zeh'-feth","derivation":"from an unused root (meaning to liquify);","strongs_definition":"asphalt (from its tendency to soften in the sun)","kjv_definition":"pitch."} +{"id":"H2204","strongs_number":"H2204","system":"hebrew","language":"hebrew","number_value":2204,"lemma":"זָקֵן","transliteration":"zâqên","pronunciation":"zaw-kane'","derivation":"a primitive root;","strongs_definition":"to be old","kjv_definition":"aged man, be (wax) old (man)."} +{"id":"H2205","strongs_number":"H2205","system":"hebrew","language":"hebrew","number_value":2205,"lemma":"זָקֵן","transliteration":"zâqên","pronunciation":"zaw-kane'","derivation":"from H2204 (זָקֵן);","strongs_definition":"old","kjv_definition":"aged, ancient (man), elder(-est), old (man, men and...women), senator."} +{"id":"H2206","strongs_number":"H2206","system":"hebrew","language":"hebrew","number_value":2206,"lemma":"זָקָן","transliteration":"zâqân","pronunciation":"zaw-kawn'","derivation":"from H2204 (זָקֵן);","strongs_definition":"the beard (as indicating age)","kjv_definition":"beard."} +{"id":"H2207","strongs_number":"H2207","system":"hebrew","language":"hebrew","number_value":2207,"lemma":"זֹקֶן","transliteration":"zôqen","pronunciation":"zo'-ken","derivation":"from H2204 (זָקֵן);","strongs_definition":"old age","kjv_definition":"age."} +{"id":"H2208","strongs_number":"H2208","system":"hebrew","language":"hebrew","number_value":2208,"lemma":"זָקֻן","transliteration":"zâqun","pronunciation":"zaw-koon'","derivation":"properly, passive participle of H2204 (זָקֵן) (used only in the plural as a noun);","strongs_definition":"old age","kjv_definition":"old age."} +{"id":"H2209","strongs_number":"H2209","system":"hebrew","language":"hebrew","number_value":2209,"lemma":"זִקְנָה","transliteration":"ziqnâh","pronunciation":"zik-naw'","derivation":"feminine of H2205 (זָקֵן);","strongs_definition":"old age","kjv_definition":"old (age)."} +{"id":"H2210","strongs_number":"H2210","system":"hebrew","language":"hebrew","number_value":2210,"lemma":"זָקַף","transliteration":"zâqaph","pronunciation":"zaw-kaf'","derivation":"a primitive root;","strongs_definition":"to life, i.e. (figuratively) comfort","kjv_definition":"raise (up)."} +{"id":"H2211","strongs_number":"H2211","system":"hebrew","language":"hebrew","number_value":2211,"lemma":"זְקַף","transliteration":"zᵉqaph","pronunciation":"zek-af'","derivation":"(Aramaic) corresponding to H2210 (זָקַף);","strongs_definition":"to hang, i.e. impale","kjv_definition":"set up."} +{"id":"H2212","strongs_number":"H2212","system":"hebrew","language":"hebrew","number_value":2212,"lemma":"זָקַק","transliteration":"zâqaq","pronunciation":"zaw-kak'","derivation":"a primitive root;","strongs_definition":"to strain, (figuratively) extract, clarify","kjv_definition":"fine, pour down, purge, purify, refine."} +{"id":"H2213","strongs_number":"H2213","system":"hebrew","language":"hebrew","number_value":2213,"lemma":"זֵר","transliteration":"zêr","pronunciation":"zare","derivation":"from H2237 (זָרַר) (in the sense of scattering);","strongs_definition":"a chaplet (as spread around the top), i.e. (specifically) a border moulding","kjv_definition":"crown."} +{"id":"H2214","strongs_number":"H2214","system":"hebrew","language":"hebrew","number_value":2214,"lemma":"זָרָא","transliteration":"zârâʼ","pronunciation":"zaw-raw'","derivation":"from H2114 (זוּר) (in the sense of estrangement) (compare H2219 (זָרָה));","strongs_definition":"disgust","kjv_definition":"loathsome."} +{"id":"H2215","strongs_number":"H2215","system":"hebrew","language":"hebrew","number_value":2215,"lemma":"זָרַב","transliteration":"zârab","pronunciation":"zaw-rab'","derivation":"a primitive root;","strongs_definition":"to flow away","kjv_definition":"wax warm."} +{"id":"H2216","strongs_number":"H2216","system":"hebrew","language":"hebrew","number_value":2216,"lemma":"זְרֻבָּבֶל","transliteration":"Zᵉrubbâbel","pronunciation":"zer-oob-baw-bel'","derivation":"from H2215 (זָרַב) and H894 (בָּבֶל); descended of (i.e. from) Babylon, i.e. born there;","strongs_definition":"Zerubbabel, an Israelite","kjv_definition":"Zerubbabel."} +{"id":"H2217","strongs_number":"H2217","system":"hebrew","language":"hebrew","number_value":2217,"lemma":"זְרֻבָּבֶל","transliteration":"Zᵉrubbâbel","pronunciation":"zer-oob-baw-bel'","derivation":"(Aramaic) corresponding to H2216 (זְרֻבָּבֶל)","strongs_definition":"{Zerubbabel, an Israelite}","kjv_definition":"Zerubbabel."} +{"id":"H2218","strongs_number":"H2218","system":"hebrew","language":"hebrew","number_value":2218,"lemma":"זֶרֶד","transliteration":"Zered","pronunciation":"zeh'-red","derivation":"from an unused root meaning to be exuberant in growth; lined with shrubbery;","strongs_definition":"Zered, a brook East of the Dead Sea","kjv_definition":"Zared, Zered."} +{"id":"H2219","strongs_number":"H2219","system":"hebrew","language":"hebrew","number_value":2219,"lemma":"זָרָה","transliteration":"zârâh","pronunciation":"zaw-raw'","derivation":"a primitive root (compare H2114 (זוּר));","strongs_definition":"to toss about; by implication, to diffuse, winnow","kjv_definition":"cast away, compass, disperse, fan, scatter (away), spread, strew, winnow."} +{"id":"H2220","strongs_number":"H2220","system":"hebrew","language":"hebrew","number_value":2220,"lemma":"זְרוֹעַ","transliteration":"zᵉrôwaʻ","pronunciation":"zer-o'-ah","derivation":"or (shortened) זְרֹעַ; and (feminine) זְרוֹעָה; or זְרֹעָה; from H2232 (זָרַע);","strongs_definition":"the arm (as stretched out), or (of animals) the foreleg; figuratively, force","kjv_definition":"arm, [phrase] help, mighty, power, shoulder, strength."} +{"id":"H2221","strongs_number":"H2221","system":"hebrew","language":"hebrew","number_value":2221,"lemma":"זֵרוּעַ","transliteration":"zêrûwaʻ","pronunciation":"zay-roo'-ah","derivation":"from H2232 (זָרַע);","strongs_definition":"something sown, i.e. a plant","kjv_definition":"sowing, thing that is sown."} +{"id":"H2222","strongs_number":"H2222","system":"hebrew","language":"hebrew","number_value":2222,"lemma":"זַרְזִיף","transliteration":"zarzîyph","pronunciation":"zar-zeef'","derivation":"by reduplication from an unused root meaning to flow;","strongs_definition":"a pouring rain","kjv_definition":"water."} +{"id":"H2223","strongs_number":"H2223","system":"hebrew","language":"hebrew","number_value":2223,"lemma":"זַרְזִיר","transliteration":"zarzîyr","pronunciation":"zar-zeer'","derivation":"by reduplication from H2115 (זוּר);","strongs_definition":"properly, tightly girt, i.e. probably a racer, or some fleet animal (as being slender in the waist)","kjv_definition":"[phrase] greyhound."} +{"id":"H2224","strongs_number":"H2224","system":"hebrew","language":"hebrew","number_value":2224,"lemma":"זָרַח","transliteration":"zârach","pronunciation":"zaw-rakh'","derivation":"a primitive root;","strongs_definition":"properly, to irradiate (or shoot forth beams), i.e. to rise (as the sun); specifically, to appear (as a symptom of leprosy)","kjv_definition":"arise, rise (up), as soon as it is up."} +{"id":"H2225","strongs_number":"H2225","system":"hebrew","language":"hebrew","number_value":2225,"lemma":"זֶרַח","transliteration":"zerach","pronunciation":"zeh'-rakh","derivation":"from H2224 (זָרַח);","strongs_definition":"a rising of light","kjv_definition":"rising."} +{"id":"H2226","strongs_number":"H2226","system":"hebrew","language":"hebrew","number_value":2226,"lemma":"זֶרַח","transliteration":"Zerach","pronunciation":"zeh'-rakh","derivation":"the same as H2225 (זֶרַח);","strongs_definition":"Zerach, the name of three Israelites, also of an Idumaean and an Ethiopian prince","kjv_definition":"Zarah, Zerah."} +{"id":"H2227","strongs_number":"H2227","system":"hebrew","language":"hebrew","number_value":2227,"lemma":"זַרְחִי","transliteration":"Zarchîy","pronunciation":"zar-khee'","derivation":"patronymically from H2226 (זֶרַח);","strongs_definition":"a Zarchite or descendant of Zerach","kjv_definition":"Zarchite."} +{"id":"H2228","strongs_number":"H2228","system":"hebrew","language":"hebrew","number_value":2228,"lemma":"זְרַחְיָה","transliteration":"Zᵉrachyâh","pronunciation":"zer-akh-yaw'","derivation":"from H2225 (זֶרַח) and H3050 (יָהּ); Jah has risen;","strongs_definition":"Zerachjah, the name of two Israelites","kjv_definition":"Zerahiah."} +{"id":"H2229","strongs_number":"H2229","system":"hebrew","language":"hebrew","number_value":2229,"lemma":"זָרַם","transliteration":"zâram","pronunciation":"zaw-ram'","derivation":"a primitive root;","strongs_definition":"to gush (as water)","kjv_definition":"carry away as with a flood, pour out."} +{"id":"H2230","strongs_number":"H2230","system":"hebrew","language":"hebrew","number_value":2230,"lemma":"זֶרֶם","transliteration":"zerem","pronunciation":"zeh'-rem","derivation":"from H2229 (זָרַם);","strongs_definition":"a gush of water","kjv_definition":"flood, overflowing, shower, storm, tempest."} +{"id":"H2231","strongs_number":"H2231","system":"hebrew","language":"hebrew","number_value":2231,"lemma":"זִרְמָה","transliteration":"zirmâh","pronunciation":"zir-maw'","derivation":"feminine of H2230 (זֶרֶם);","strongs_definition":"a gushing of fluid (semen)","kjv_definition":"issue."} +{"id":"H2232","strongs_number":"H2232","system":"hebrew","language":"hebrew","number_value":2232,"lemma":"זָרַע","transliteration":"zâraʻ","pronunciation":"zaw-rah'","derivation":"a primitive root;","strongs_definition":"to sow; figuratively, to disseminate, plant, fructify","kjv_definition":"bear, conceive seed, set with sow(-er), yield."} +{"id":"H2233","strongs_number":"H2233","system":"hebrew","language":"hebrew","number_value":2233,"lemma":"זֶרַע","transliteration":"zeraʻ","pronunciation":"zeh'-rah","derivation":"from H2232 (זָרַע);","strongs_definition":"seed; figuratively, fruit, plant, sowing-time, posterity","kjv_definition":"[idiom] carnally, child, fruitful, seed(-time), sowing-time."} +{"id":"H2234","strongs_number":"H2234","system":"hebrew","language":"hebrew","number_value":2234,"lemma":"זְרַע","transliteration":"zᵉraʻ","pronunciation":"zer-ah'","derivation":"(Aramaic) corresponding to H2233 (זֶרַע);","strongs_definition":"posterity","kjv_definition":"seed."} +{"id":"H2235","strongs_number":"H2235","system":"hebrew","language":"hebrew","number_value":2235,"lemma":"זֵרֹעַ","transliteration":"zêrôaʻ","pronunciation":"zay-ro'-ah","derivation":"or זֵרָעֹן; from H2232 (זָרַע);","strongs_definition":"something sown (only in the plural), i.e. a vegetable (as food)","kjv_definition":"pulse."} +{"id":"H2236","strongs_number":"H2236","system":"hebrew","language":"hebrew","number_value":2236,"lemma":"זָרַק","transliteration":"zâraq","pronunciation":"zaw-rak'","derivation":"a primitive root;","strongs_definition":"to sprinkle (fluid or solid particles)","kjv_definition":"be here and there, scatter, sprinkle, strew."} +{"id":"H2237","strongs_number":"H2237","system":"hebrew","language":"hebrew","number_value":2237,"lemma":"זָרַר","transliteration":"zârar","pronunciation":"zaw-rar'","derivation":"a primitive root (compare H2114 (זוּר));","strongs_definition":"perhaps to diffuse, i.e. (specifically) to sneeze","kjv_definition":"sneeze."} +{"id":"H2238","strongs_number":"H2238","system":"hebrew","language":"hebrew","number_value":2238,"lemma":"זֶרֶשׁ","transliteration":"Zeresh","pronunciation":"zeh'-resh","derivation":"of Persian origin;","strongs_definition":"Zeresh, Haman's wife","kjv_definition":"Zeresh."} +{"id":"H2239","strongs_number":"H2239","system":"hebrew","language":"hebrew","number_value":2239,"lemma":"זֶרֶת","transliteration":"zereth","pronunciation":"zeh'-reth","derivation":"from H2219 (זָרָה);","strongs_definition":"the spread of the fingers, i.e. a span","kjv_definition":"span."} +{"id":"H2240","strongs_number":"H2240","system":"hebrew","language":"hebrew","number_value":2240,"lemma":"זַתּוּא","transliteration":"Zattûwʼ","pronunciation":"zat-too'","derivation":"of uncertain derivation;","strongs_definition":"Zattu, an Israelite","kjv_definition":"Zattu."} +{"id":"H2241","strongs_number":"H2241","system":"hebrew","language":"hebrew","number_value":2241,"lemma":"זֵתָם","transliteration":"Zêthâm","pronunciation":"zay-thawm'","derivation":"apparently a variation for H2133 (זֵיתָן);","strongs_definition":"Zetham, an Israelite","kjv_definition":"Zetham."} +{"id":"H2242","strongs_number":"H2242","system":"hebrew","language":"hebrew","number_value":2242,"lemma":"זֵתַר","transliteration":"Zêthar","pronunciation":"zay-thar'","derivation":"of Persian origin;","strongs_definition":"Zethar, a eunuch of Xerxes","kjv_definition":"Zethar. j"} +{"id":"H2243","strongs_number":"H2243","system":"hebrew","language":"hebrew","number_value":2243,"lemma":"חֹב","transliteration":"chôb","pronunciation":"khobe","derivation":"by contraction from H2245 (חָבַב);","strongs_definition":"properly, a cherisher, i.e. the bosom","kjv_definition":"bosom."} +{"id":"H2244","strongs_number":"H2244","system":"hebrew","language":"hebrew","number_value":2244,"lemma":"חָבָא","transliteration":"châbâʼ","pronunciation":"khaw-baw'","derivation":"a primitive root (compare H2245 (חָבַב));","strongs_definition":"to secrete","kjv_definition":"[idiom] held, hide (self), do secretly."} +{"id":"H2245","strongs_number":"H2245","system":"hebrew","language":"hebrew","number_value":2245,"lemma":"חָבַב","transliteration":"châbab","pronunciation":"khaw-bab'","derivation":"a primitive root (compare H2244 (חָבָא), H2247 (חָבָה));","strongs_definition":"properly, to hide (as in the bosom), i.e. to cherish (with affection)","kjv_definition":"love."} +{"id":"H2246","strongs_number":"H2246","system":"hebrew","language":"hebrew","number_value":2246,"lemma":"חֹבָב","transliteration":"Chôbâb","pronunciation":"kho-bawb'","derivation":"from H2245 (חָבַב); cherished;","strongs_definition":"Chobab, father-in-law of Moses","kjv_definition":"Hobab."} +{"id":"H2247","strongs_number":"H2247","system":"hebrew","language":"hebrew","number_value":2247,"lemma":"חָבָה","transliteration":"châbâh","pronunciation":"khaw-bah'","derivation":"a primitive root (compare H2245 (חָבַב));","strongs_definition":"to secrete","kjv_definition":"hide (self)."} +{"id":"H2248","strongs_number":"H2248","system":"hebrew","language":"hebrew","number_value":2248,"lemma":"חֲבוּלָה","transliteration":"chăbûwlâh","pronunciation":"khab-oo-law'","derivation":"(Aramaic) from H2255 (חֲבַל);","strongs_definition":"properly, overthrown, i.e. (morally) crime","kjv_definition":"hurt."} +{"id":"H2249","strongs_number":"H2249","system":"hebrew","language":"hebrew","number_value":2249,"lemma":"חָבוֹר","transliteration":"Châbôwr","pronunciation":"khaw-bore'","derivation":"from H2266 (חָבַר); united;","strongs_definition":"Chabor, a river of Assyria","kjv_definition":"Habor."} +{"id":"H2250","strongs_number":"H2250","system":"hebrew","language":"hebrew","number_value":2250,"lemma":"חַבּוּרָה","transliteration":"chabbûwrâh","pronunciation":"khab-boo-raw'","derivation":"or חַבֻּרָה; or חֲבֻרָה; from H2266 (חָבַר);","strongs_definition":"properly, bound (with stripes), i.e. a weal (or black-and-blue mark itself)","kjv_definition":"blueness, bruise, hurt, stripe, wound."} +{"id":"H2251","strongs_number":"H2251","system":"hebrew","language":"hebrew","number_value":2251,"lemma":"חָבַט","transliteration":"châbaṭ","pronunciation":"khaw-bat'","derivation":"a primitive root;","strongs_definition":"to knock out or off","kjv_definition":"beat (off, out), thresh."} +{"id":"H2252","strongs_number":"H2252","system":"hebrew","language":"hebrew","number_value":2252,"lemma":"חֲבַיָּה","transliteration":"Chăbayâh","pronunciation":"khab-ah-yaw'","derivation":"or חֲבָיָהlemma חֲבָיה missing vowel, corrected to חֲבָיָה; from H2247 (חָבָה) and H3050 (יָהּ); Jah has hidden;","strongs_definition":"Chabajah, an Israelite","kjv_definition":"Habaiah."} +{"id":"H2253","strongs_number":"H2253","system":"hebrew","language":"hebrew","number_value":2253,"lemma":"חֶבְיוֹן","transliteration":"chebyôwn","pronunciation":"kheb-yone'","derivation":"from H2247 (חָבָה);","strongs_definition":"a concealment","kjv_definition":"hiding."} +{"id":"H2254","strongs_number":"H2254","system":"hebrew","language":"hebrew","number_value":2254,"lemma":"חָבַל","transliteration":"châbal","pronunciation":"khaw-bal'","derivation":"a primitive root;","strongs_definition":"to wind tightly (as a rope), i.e. to bind; specifically, by a pledge; figuratively, to pervert, destroy; also to writhe in pain (especially of parturition)","kjv_definition":"[idiom] at all, band, bring forth, (deal) corrupt(-ly), destroy, offend, lay to (take a) pledge, spoil, travail, [idiom] very, withhold."} +{"id":"H2255","strongs_number":"H2255","system":"hebrew","language":"hebrew","number_value":2255,"lemma":"חֲבַל","transliteration":"chăbal","pronunciation":"khab-al'","derivation":"(Aramaic) corresponding to H2254 (חָבַל);","strongs_definition":"to ruin","kjv_definition":"destroy, hurt."} +{"id":"H2256","strongs_number":"H2256","system":"hebrew","language":"hebrew","number_value":2256,"lemma":"חֶבֶל","transliteration":"chebel","pronunciation":"kheh'-bel","derivation":"or חֵבֶל; from H2254 (חָבַל);","strongs_definition":"a rope (as twisted), especially a measuring line; by implication, a district or inheritance (as measured); or a noose (as of cords); figuratively, a company (as if tied together); also a throe (especially of parturition); also ruin","kjv_definition":"band, coast, company, cord, country, destruction, line, lot, pain, pang, portion, region, rope, snare, sorrow, tackling."} +{"id":"H2257","strongs_number":"H2257","system":"hebrew","language":"hebrew","number_value":2257,"lemma":"חֲבַל","transliteration":"chăbal","pronunciation":"khab-al'","derivation":"(Aramaic) from H2255 (חֲבַל);","strongs_definition":"harm (personal or pecuniary)","kjv_definition":"damage, hurt."} +{"id":"H2258","strongs_number":"H2258","system":"hebrew","language":"hebrew","number_value":2258,"lemma":"חֲבֹל","transliteration":"chăbôl","pronunciation":"khab-ole'","derivation":"or (feminine) חֲבֹלָה; from H2254 (חָבַל);","strongs_definition":"a pawn (as security for debt)","kjv_definition":"pledge."} +{"id":"H2259","strongs_number":"H2259","system":"hebrew","language":"hebrew","number_value":2259,"lemma":"חֹבֵל","transliteration":"chôbêl","pronunciation":"kho-bale'","derivation":"active participle from H2254 (חָבַל) (in the sense of handling ropes);","strongs_definition":"a sailor","kjv_definition":"pilot, shipmaster."} +{"id":"H2260","strongs_number":"H2260","system":"hebrew","language":"hebrew","number_value":2260,"lemma":"חִבֵּל","transliteration":"chibbêl","pronunciation":"khib-bale'","derivation":"from H2254 (חָבַל) (in the sense of furnished with ropes);","strongs_definition":"a mast","kjv_definition":"mast."} +{"id":"H2261","strongs_number":"H2261","system":"hebrew","language":"hebrew","number_value":2261,"lemma":"חֲבַצֶּלֶת","transliteration":"chăbatstseleth","pronunciation":"khab-ats-tseh'-leth","derivation":"of uncertain derivation;","strongs_definition":"probably meadow-saffron","kjv_definition":"rose."} +{"id":"H2262","strongs_number":"H2262","system":"hebrew","language":"hebrew","number_value":2262,"lemma":"חֲבַצַּנְיָה","transliteration":"Chăbatstsanyâh","pronunciation":"khab-ats-tsan-yaw'","derivation":"of uncertain derivation;","strongs_definition":"Chabatstsanjah, a Rechabite","kjv_definition":"Habazaniah."} +{"id":"H2263","strongs_number":"H2263","system":"hebrew","language":"hebrew","number_value":2263,"lemma":"חָבַק","transliteration":"châbaq","pronunciation":"khaw-bak'","derivation":"a primitive root;","strongs_definition":"to clasp (the hands or in embrace)","kjv_definition":"embrace, fold."} +{"id":"H2264","strongs_number":"H2264","system":"hebrew","language":"hebrew","number_value":2264,"lemma":"חִבֻּק","transliteration":"chibbuq","pronunciation":"khib-book'","derivation":"from H2263 (חָבַק);","strongs_definition":"a clasping of the hands (in idleness)","kjv_definition":"fold."} +{"id":"H2265","strongs_number":"H2265","system":"hebrew","language":"hebrew","number_value":2265,"lemma":"חֲבַקּוּק","transliteration":"Chăbaqqûwq","pronunciation":"khab-ak-kook'","derivation":"by reduplication from H2263 (חָבַק); embrace;","strongs_definition":"Chabakkuk, the prophet","kjv_definition":"Habakkuk."} +{"id":"H2266","strongs_number":"H2266","system":"hebrew","language":"hebrew","number_value":2266,"lemma":"חָבַר","transliteration":"châbar","pronunciation":"khaw-bar'","derivation":"a primitive root;","strongs_definition":"to join (literally or figuratively); specifically (by means of spells) to fascinate","kjv_definition":"charm(-er), be compact, couple (together), have fellowship with, heap up, join (self, together), league."} +{"id":"H2267","strongs_number":"H2267","system":"hebrew","language":"hebrew","number_value":2267,"lemma":"חֶבֶר","transliteration":"cheber","pronunciation":"kheh'-ber","derivation":"from H2266 (חָבַר);","strongs_definition":"a society; also a spell","kjv_definition":"[phrase] charmer(-ing), company, enchantment, [idiom] wide."} +{"id":"H2268","strongs_number":"H2268","system":"hebrew","language":"hebrew","number_value":2268,"lemma":"חֶבֶר","transliteration":"Cheber","pronunciation":"kheh'-ber","derivation":"the same as H2267 (חֶבֶר); community;","strongs_definition":"Cheber, the name of a Kenite and of three Israelites","kjv_definition":"Heber."} +{"id":"H2269","strongs_number":"H2269","system":"hebrew","language":"hebrew","number_value":2269,"lemma":"חֲבַר","transliteration":"chăbar","pronunciation":"khab-ar'","derivation":"(Aramaic) from a root corresponding to H2266 (חָבַר);","strongs_definition":"an associate","kjv_definition":"companion, fellow."} +{"id":"H2270","strongs_number":"H2270","system":"hebrew","language":"hebrew","number_value":2270,"lemma":"חָבֵר","transliteration":"châbêr","pronunciation":"khaw-bare'","derivation":"from H2266 (חָבַר);","strongs_definition":"an associate","kjv_definition":"companion, fellow, knit together."} +{"id":"H2271","strongs_number":"H2271","system":"hebrew","language":"hebrew","number_value":2271,"lemma":"חַבָּר","transliteration":"chabbâr","pronunciation":"khab-bawr'","derivation":"from H2266 (חָבַר);","strongs_definition":"a partner","kjv_definition":"companion."} +{"id":"H2272","strongs_number":"H2272","system":"hebrew","language":"hebrew","number_value":2272,"lemma":"חֲבַרְבֻּרָה","transliteration":"chăbarburâh","pronunciation":"khab-ar-boo-raw'","derivation":"by reduplication from H2266 (חָבַר);","strongs_definition":"a streak (like a line), as on the tiger","kjv_definition":"spot."} +{"id":"H2273","strongs_number":"H2273","system":"hebrew","language":"hebrew","number_value":2273,"lemma":"חַבְרָה","transliteration":"chabrâh","pronunciation":"khab-raw'","derivation":"(Aramaic) feminine of H2269 (חֲבַר);","strongs_definition":"an associate","kjv_definition":"other."} +{"id":"H2274","strongs_number":"H2274","system":"hebrew","language":"hebrew","number_value":2274,"lemma":"חֶבְרָה","transliteration":"chebrâh","pronunciation":"kheb-raw'","derivation":"feminine of H2267 (חֶבֶר);","strongs_definition":"association","kjv_definition":"company."} +{"id":"H2275","strongs_number":"H2275","system":"hebrew","language":"hebrew","number_value":2275,"lemma":"חֶבְרוֹן","transliteration":"Chebrôwn","pronunciation":"kheb-rone'","derivation":"from H2267 (חֶבֶר); seat of association;","strongs_definition":"Chebron, a place in Palestine, also the name of two Israelites","kjv_definition":"Hebron."} +{"id":"H2276","strongs_number":"H2276","system":"hebrew","language":"hebrew","number_value":2276,"lemma":"חֶבְרוֹנִי","transliteration":"Chebrôwnîy","pronunciation":"kheb-ro-nee'","derivation":"or חֶבְרֹנִי; patronymically from H2275 (חֶבְרוֹן);","strongs_definition":"Chebronite (collectively), an inhabitant of Chebron","kjv_definition":"Hebronites."} +{"id":"H2277","strongs_number":"H2277","system":"hebrew","language":"hebrew","number_value":2277,"lemma":"חֶבְרִי","transliteration":"Chebrîy","pronunciation":"kheb-ree'","derivation":"patronymically from H2268 (חֶבֶר);","strongs_definition":"a Chebrite (collectively) or descendants of Cheber","kjv_definition":"Heberites."} +{"id":"H2278","strongs_number":"H2278","system":"hebrew","language":"hebrew","number_value":2278,"lemma":"חֲבֶרֶת","transliteration":"chăbereth","pronunciation":"khab-eh'-reth","derivation":"feminine of H2270 (חָבֵר);","strongs_definition":"a consort","kjv_definition":"companion."} +{"id":"H2279","strongs_number":"H2279","system":"hebrew","language":"hebrew","number_value":2279,"lemma":"חֹבֶרֶת","transliteration":"chôbereth","pronunciation":"kho-beh'-reth","derivation":"feminine active participle of H2266 (חָבַר);","strongs_definition":"a joint","kjv_definition":"which coupleth, coupling."} +{"id":"H2280","strongs_number":"H2280","system":"hebrew","language":"hebrew","number_value":2280,"lemma":"חָבַשׁ","transliteration":"châbash","pronunciation":"khaw-bash'","derivation":"a primitive root;","strongs_definition":"to wrap firmly (especially a turban, compress, or saddle); figuratively, to stop, to rule","kjv_definition":"bind (up), gird about, govern, healer, put, saddle, wrap about."} +{"id":"H2281","strongs_number":"H2281","system":"hebrew","language":"hebrew","number_value":2281,"lemma":"חָבֵת","transliteration":"châbêth","pronunciation":"khaw-bayth'","derivation":"from an unused root probably meaning to cook (compare H4227 (מַחֲבַת));","strongs_definition":"something fried, probably a griddle-cake","kjv_definition":"pan."} +{"id":"H2282","strongs_number":"H2282","system":"hebrew","language":"hebrew","number_value":2282,"lemma":"חַג","transliteration":"chag","pronunciation":"khag","derivation":"or חָג; from H2287 (חָגַג);","strongs_definition":"a festival, or a victim therefor","kjv_definition":"(solemn) feast (day), sacrifice, solemnity."} +{"id":"H2283","strongs_number":"H2283","system":"hebrew","language":"hebrew","number_value":2283,"lemma":"חָגָא","transliteration":"châgâʼ","pronunciation":"khaw-gaw'","derivation":"from an unused root meaning to revolve (compare H2287 (חָגַג));","strongs_definition":"properly, vertigo, i.e. (figuratively) fear","kjv_definition":"terror."} +{"id":"H2284","strongs_number":"H2284","system":"hebrew","language":"hebrew","number_value":2284,"lemma":"חָגָב","transliteration":"châgâb","pronunciation":"khaw-gawb'","derivation":"of uncertain derivation;","strongs_definition":"a locust","kjv_definition":"locust."} +{"id":"H2285","strongs_number":"H2285","system":"hebrew","language":"hebrew","number_value":2285,"lemma":"חָגָב","transliteration":"Châgâb","pronunciation":"khaw-gawb'","derivation":"the same as H2284 (חָגָב); locust;","strongs_definition":"Chagab, one of the Nethinim","kjv_definition":"Hagab."} +{"id":"H2286","strongs_number":"H2286","system":"hebrew","language":"hebrew","number_value":2286,"lemma":"חֲגָבָא","transliteration":"Chăgâbâʼ","pronunciation":"khag-aw-baw'","derivation":"or חֲגָבָה; feminine of H2285 (חָגָב); locust;","strongs_definition":"Chagaba or Chagabah, one of the Nethinim","kjv_definition":"Hagaba, Hagabah."} +{"id":"H2287","strongs_number":"H2287","system":"hebrew","language":"hebrew","number_value":2287,"lemma":"חָגַג","transliteration":"châgag","pronunciation":"khaw-gag'","derivation":"a primitive root (compare H2283 (חָגָא), H2328 (חוּג));","strongs_definition":"properly, to move in acircle, i.e. (specifically) to march in asacred procession, to observe afestival; by implication, to be giddy","kjv_definition":"celebrate, dance, (keep, hold) a (solemn) feast (holiday), reel to and fro."} +{"id":"H2288","strongs_number":"H2288","system":"hebrew","language":"hebrew","number_value":2288,"lemma":"חֲגָו","transliteration":"chăgâv","pronunciation":"khag-awv'","derivation":"from an unused root meaning to take refuge;","strongs_definition":"a rift in rocks","kjv_definition":"cleft."} +{"id":"H2289","strongs_number":"H2289","system":"hebrew","language":"hebrew","number_value":2289,"lemma":"חָגוֹר","transliteration":"châgôwr","pronunciation":"khaw-gore'","derivation":"from H2296 (חָגַר);","strongs_definition":"belted","kjv_definition":"girded with."} +{"id":"H2290","strongs_number":"H2290","system":"hebrew","language":"hebrew","number_value":2290,"lemma":"חֲגוֹר","transliteration":"chăgôwr","pronunciation":"khag-ore'","derivation":"or חֲגֹר; and (feminine) חֲגוֹרָה; or חֲגֹרָה; from H2296 (חָגַר);","strongs_definition":"a belt (for the waist)","kjv_definition":"apron, armour, gird(-le)."} +{"id":"H2291","strongs_number":"H2291","system":"hebrew","language":"hebrew","number_value":2291,"lemma":"חַגִּי","transliteration":"Chaggîy","pronunciation":"khag-ghee'","derivation":"from H2287 (חָגַג); festive","strongs_definition":"Chaggi, an Israelite; also (patronymically) a Chaggite, or descendant of the same","kjv_definition":"Haggi, Haggites."} +{"id":"H2292","strongs_number":"H2292","system":"hebrew","language":"hebrew","number_value":2292,"lemma":"חַגַּי","transliteration":"Chaggay","pronunciation":"khag-gah'-ee","derivation":"from H2282 (חַג); festive;","strongs_definition":"Chaggai, a Hebrew prophet","kjv_definition":"Haggai."} +{"id":"H2293","strongs_number":"H2293","system":"hebrew","language":"hebrew","number_value":2293,"lemma":"חַגִּיָּה","transliteration":"Chaggîyâh","pronunciation":"khag-ghee-yaw'","derivation":"from H2282 (חַג) and H3050 (יָהּ); festival of Jah;","strongs_definition":"Chaggijah, an Israelite","kjv_definition":"Haggiah."} +{"id":"H2294","strongs_number":"H2294","system":"hebrew","language":"hebrew","number_value":2294,"lemma":"חַגִּית","transliteration":"Chaggîyth","pronunciation":"khag-gheeth'","derivation":"feminine of H2291 (חַגִּי); festive;","strongs_definition":"Chaggith, a wife of David","kjv_definition":"Haggith."} +{"id":"H2295","strongs_number":"H2295","system":"hebrew","language":"hebrew","number_value":2295,"lemma":"חׇגְלָה","transliteration":"Choglâh","pronunciation":"khog-law'","derivation":"of uncertain derivation; probably a partridge;","strongs_definition":"Choglah, an Israelitess","kjv_definition":"Hoglah. See also H1031 (בֵּית חׇגְלָה)."} +{"id":"H2296","strongs_number":"H2296","system":"hebrew","language":"hebrew","number_value":2296,"lemma":"חָגַר","transliteration":"châgar","pronunciation":"khaw-gar'","derivation":"a primitive root;","strongs_definition":"to gird on (as a belt, armor, etc.)","kjv_definition":"be able to put on, be afraid, appointed, gird, restrain, [idiom] on every side."} +{"id":"H2297","strongs_number":"H2297","system":"hebrew","language":"hebrew","number_value":2297,"lemma":"חַד","transliteration":"chad","pronunciation":"khad","derivation":"abridged from H259 (אֶחָד);","strongs_definition":"one","kjv_definition":"one."} +{"id":"H2298","strongs_number":"H2298","system":"hebrew","language":"hebrew","number_value":2298,"lemma":"חַד","transliteration":"chad","pronunciation":"khad","derivation":"(Aramaic) corresponding to H2297 (חַד);","strongs_definition":"as card. one; as article single; as an ordinal, first; adverbially, at once","kjv_definition":"a, first, one, together."} +{"id":"H2299","strongs_number":"H2299","system":"hebrew","language":"hebrew","number_value":2299,"lemma":"חַד","transliteration":"chad","pronunciation":"khad","derivation":"from H2300 (חָדַד);","strongs_definition":"sharp","kjv_definition":"sharp."} +{"id":"H2300","strongs_number":"H2300","system":"hebrew","language":"hebrew","number_value":2300,"lemma":"חָדַד","transliteration":"châdad","pronunciation":"khaw-dad'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) sharp or (figuratively) severe","kjv_definition":"be fierce, sharpen."} +{"id":"H2301","strongs_number":"H2301","system":"hebrew","language":"hebrew","number_value":2301,"lemma":"חֲדַד","transliteration":"Chădad","pronunciation":"khad-ad'","derivation":"from H2300 (חָדַד); fierce;","strongs_definition":"Chadad, an Ishmaelite","kjv_definition":"Hadad."} +{"id":"H2302","strongs_number":"H2302","system":"hebrew","language":"hebrew","number_value":2302,"lemma":"חָדָה","transliteration":"châdâh","pronunciation":"khaw-daw'","derivation":"a primitive root;","strongs_definition":"to rejoice","kjv_definition":"make glad, be joined, rejoice."} +{"id":"H2303","strongs_number":"H2303","system":"hebrew","language":"hebrew","number_value":2303,"lemma":"חַדּוּד","transliteration":"chaddûwd","pronunciation":"khad-dood'","derivation":"from H2300 (חָדַד);","strongs_definition":"a point","kjv_definition":"sharp."} +{"id":"H2304","strongs_number":"H2304","system":"hebrew","language":"hebrew","number_value":2304,"lemma":"חֶדְוָה","transliteration":"chedvâh","pronunciation":"khed-vaw'","derivation":"from H2302 (חָדָה);","strongs_definition":"rejoicing","kjv_definition":"gladness, joy."} +{"id":"H2305","strongs_number":"H2305","system":"hebrew","language":"hebrew","number_value":2305,"lemma":"חֶדְוָה","transliteration":"chedvâh","pronunciation":"khed-vaw'","derivation":"(Aramaic) corresponding to H2304 (חֶדְוָה)","strongs_definition":"{rejoicing}","kjv_definition":"joy."} +{"id":"H2306","strongs_number":"H2306","system":"hebrew","language":"hebrew","number_value":2306,"lemma":"חֲדִי","transliteration":"chădîy","pronunciation":"khad-ee'","derivation":"(Aramaic) corresponding to H2373 (חָזֶה);","strongs_definition":"a breast","kjv_definition":"breast."} +{"id":"H2307","strongs_number":"H2307","system":"hebrew","language":"hebrew","number_value":2307,"lemma":"חָדִיד","transliteration":"Châdîyd","pronunciation":"khaw-deed'","derivation":"from H2300 (חָדַד); a peak;","strongs_definition":"Chadid, a place in Palestine","kjv_definition":"Hadid."} +{"id":"H2308","strongs_number":"H2308","system":"hebrew","language":"hebrew","number_value":2308,"lemma":"חָדַל","transliteration":"châdal","pronunciation":"khaw-dal'","derivation":"a primitive root;","strongs_definition":"properly, to be flabby, i.e. (by implication) desist; (figuratively) be lacking or idle","kjv_definition":"cease, end, fall, forbear, forsake, leave (off), let alone, rest, be unoccupied, want."} +{"id":"H2309","strongs_number":"H2309","system":"hebrew","language":"hebrew","number_value":2309,"lemma":"חֶדֶל","transliteration":"chedel","pronunciation":"kheh'-del","derivation":"from H2308 (חָדַל);","strongs_definition":"rest, i.e. the state of the dead","kjv_definition":"world."} +{"id":"H2310","strongs_number":"H2310","system":"hebrew","language":"hebrew","number_value":2310,"lemma":"חָדֵל","transliteration":"châdêl","pronunciation":"khaw-dale'","derivation":"from H2308 (חָדַל);","strongs_definition":"vacant, i.e. ceasing or destitute","kjv_definition":"he that forbeareth, frail, rejected."} +{"id":"H2311","strongs_number":"H2311","system":"hebrew","language":"hebrew","number_value":2311,"lemma":"חַדְלַי","transliteration":"Chadlay","pronunciation":"khad-lah'-ee","derivation":"from H2309 (חֶדֶל); idle;","strongs_definition":"Chadlai, an Israelite","kjv_definition":"Hadlai."} +{"id":"H2312","strongs_number":"H2312","system":"hebrew","language":"hebrew","number_value":2312,"lemma":"חֵדֶק","transliteration":"chêdeq","pronunciation":"khay'-dek","derivation":"from an unused root meaning to sting;","strongs_definition":"a prickly plant","kjv_definition":"brier, thorn."} +{"id":"H2313","strongs_number":"H2313","system":"hebrew","language":"hebrew","number_value":2313,"lemma":"חִדֶּקֶל","transliteration":"Chiddeqel","pronunciation":"khid-deh'-kel","derivation":"probably of foreign origin;","strongs_definition":"the Chiddekel (or Tigris) river","kjv_definition":"Hiddekel."} +{"id":"H2314","strongs_number":"H2314","system":"hebrew","language":"hebrew","number_value":2314,"lemma":"חָדַר","transliteration":"châdar","pronunciation":"khaw-dar'","derivation":"a primitive root;","strongs_definition":"properly, to inclose (as a room), i.e. (by analogy,) to beset (as in a siege)","kjv_definition":"enter a privy chamber."} +{"id":"H2315","strongs_number":"H2315","system":"hebrew","language":"hebrew","number_value":2315,"lemma":"חֶדֶר","transliteration":"cheder","pronunciation":"kheh'-der","derivation":"from H2314 (חָדַר);","strongs_definition":"an apartment (usually literal)","kjv_definition":"((bed) inner) chamber, innermost(-ward) part, parlour, [phrase] south, [idiom] within."} +{"id":"H2316","strongs_number":"H2316","system":"hebrew","language":"hebrew","number_value":2316,"lemma":"חֲדַר","transliteration":"Chădar","pronunciation":"khad-ar'","derivation":"another form for H2315 (חֶדֶר); chamber;","strongs_definition":"Chadar, an Ishmaelite","kjv_definition":"Hadar."} +{"id":"H2317","strongs_number":"H2317","system":"hebrew","language":"hebrew","number_value":2317,"lemma":"חַדְרָךְ","transliteration":"Chadrâk","pronunciation":"khad-rawk'","derivation":"of uncertain derivation;","strongs_definition":"Chadrak, a Syrian deity","kjv_definition":"Hadrach."} +{"id":"H2318","strongs_number":"H2318","system":"hebrew","language":"hebrew","number_value":2318,"lemma":"חָדַשׁ","transliteration":"châdash","pronunciation":"khaw-dash'","derivation":"a primitive root;","strongs_definition":"to be new; causatively, to rebuild","kjv_definition":"renew, repair."} +{"id":"H2319","strongs_number":"H2319","system":"hebrew","language":"hebrew","number_value":2319,"lemma":"חָדָשׁ","transliteration":"châdâsh","pronunciation":"khaw-dawsh'","derivation":"from H2318 (חָדַשׁ);","strongs_definition":"new","kjv_definition":"fresh, new thing."} +{"id":"H2320","strongs_number":"H2320","system":"hebrew","language":"hebrew","number_value":2320,"lemma":"חֹדֶשׁ","transliteration":"chôdesh","pronunciation":"kho'-desh","derivation":"from H2318 (חָדַשׁ);","strongs_definition":"the new moon; by implication, a month","kjv_definition":"month(-ly), new moon."} +{"id":"H2321","strongs_number":"H2321","system":"hebrew","language":"hebrew","number_value":2321,"lemma":"חֹדֶשׁ","transliteration":"Chôdesh","pronunciation":"kho'-desh","derivation":"the same as H2320 (חֹדֶשׁ);","strongs_definition":"Chodesh, an Israelitess","kjv_definition":"Hodesh."} +{"id":"H2322","strongs_number":"H2322","system":"hebrew","language":"hebrew","number_value":2322,"lemma":"חֲדָשָׁה","transliteration":"Chădâshâh","pronunciation":"khad-aw-shaw'","derivation":"feminine of H2319 (חָדָשׁ); new;","strongs_definition":"Chadashah, a place in Palestine","kjv_definition":"Hadashah."} +{"id":"H2323","strongs_number":"H2323","system":"hebrew","language":"hebrew","number_value":2323,"lemma":"חֲדָת","transliteration":"chădâth","pronunciation":"khad-ath'","derivation":"(Aramaic) corresponding to H2319 (חָדָשׁ);","strongs_definition":"new","kjv_definition":"new."} +{"id":"H2324","strongs_number":"H2324","system":"hebrew","language":"hebrew","number_value":2324,"lemma":"חֲוָא","transliteration":"chăvâʼ","pronunciation":"khav-aw'","derivation":"(Aramaic) corresponding to H2331 (חָוָה);","strongs_definition":"to show","kjv_definition":"shew."} +{"id":"H2325","strongs_number":"H2325","system":"hebrew","language":"hebrew","number_value":2325,"lemma":"חוּב","transliteration":"chûwb","pronunciation":"khoob","derivation":"also חָיַב; a primitive root;","strongs_definition":"properly, perhaps to tie, i.e. (figuratively and reflexively) to owe, or (by implication) to forfeit","kjv_definition":"make endanger."} +{"id":"H2326","strongs_number":"H2326","system":"hebrew","language":"hebrew","number_value":2326,"lemma":"חוֹב","transliteration":"chôwb","pronunciation":"khobe","derivation":"from H2325 (חוּב);","strongs_definition":"debt","kjv_definition":"debtor."} +{"id":"H2327","strongs_number":"H2327","system":"hebrew","language":"hebrew","number_value":2327,"lemma":"חוֹבָה","transliteration":"chôwbâh","pronunciation":"kho-baw'","derivation":"feminine active participle of H2247 (חָבָה); hiding place;","strongs_definition":"Chobah, a place in Syria","kjv_definition":"Hobah."} +{"id":"H2328","strongs_number":"H2328","system":"hebrew","language":"hebrew","number_value":2328,"lemma":"חוּג","transliteration":"chûwg","pronunciation":"khoog","derivation":"a primitive root (compare H2287 (חָגַג));","strongs_definition":"to describe a circle","kjv_definition":"compass."} +{"id":"H2329","strongs_number":"H2329","system":"hebrew","language":"hebrew","number_value":2329,"lemma":"חוּג","transliteration":"chûwg","pronunciation":"khoog","derivation":"from H2328 (חוּג);","strongs_definition":"a circle","kjv_definition":"circle, circuit, compass."} +{"id":"H2330","strongs_number":"H2330","system":"hebrew","language":"hebrew","number_value":2330,"lemma":"חוּד","transliteration":"chûwd","pronunciation":"khood","derivation":"a primitive root;","strongs_definition":"properly, to tie a knot, i.e. (figuratively) to propound a riddle","kjv_definition":"put forth."} +{"id":"H2331","strongs_number":"H2331","system":"hebrew","language":"hebrew","number_value":2331,"lemma":"חָוָה","transliteration":"châvâh","pronunciation":"khaw-vah'","derivation":"a primitive root; (compare H2324 (חֲוָא), H2421 (חָיָה));","strongs_definition":"properly, to live; by implication (intensively) to declare or show","kjv_definition":"show."} +{"id":"H2332","strongs_number":"H2332","system":"hebrew","language":"hebrew","number_value":2332,"lemma":"חַוָּה","transliteration":"Chavvâh","pronunciation":"khav-vaw'","derivation":"causatively from H2331 (חָוָה); life-giver;","strongs_definition":"Chavvah (or Eve), the first woman","kjv_definition":"Eve."} +{"id":"H2333","strongs_number":"H2333","system":"hebrew","language":"hebrew","number_value":2333,"lemma":"חַוָּה","transliteration":"chavvâh","pronunciation":"khav-vaw'","derivation":"properly, the same as H2332 (חַוָּה) (lifegiving, i.e. living-place);","strongs_definition":"by implication, an encampment or village","kjv_definition":"(small) town."} +{"id":"H2334","strongs_number":"H2334","system":"hebrew","language":"hebrew","number_value":2334,"lemma":"חַוּוֹת יָעִיר","transliteration":"Chavvôwth Yâʻîyr","pronunciation":"khav-vothe' yaw-eer'","derivation":"from the plural of H2333 (חַוָּה) and a modification of H3265 (יָעוּר);","strongs_definition":"hamlets of Jair, a region of Palestine","kjv_definition":"(Bashan-) Havoth-jair."} +{"id":"H2335","strongs_number":"H2335","system":"hebrew","language":"hebrew","number_value":2335,"lemma":"חוֹזַי","transliteration":"Chôwzay","pronunciation":"kho-zah'-ee","derivation":"from H2374 (חֹזֶה); visionary;","strongs_definition":"Chozai, an Israelite","kjv_definition":"the seers."} +{"id":"H2336","strongs_number":"H2336","system":"hebrew","language":"hebrew","number_value":2336,"lemma":"חוֹחַ","transliteration":"chôwach","pronunciation":"kho'-akh","derivation":"from an unused root apparently meaning to pierce;","strongs_definition":"a thorn; by analogy, a ring forthe nose","kjv_definition":"bramble, thistle, thorn."} +{"id":"H2337","strongs_number":"H2337","system":"hebrew","language":"hebrew","number_value":2337,"lemma":"חָוָח","transliteration":"châvâch","pronunciation":"khaw-vawkh'","derivation":"perhaps the same as H2336 (חוֹחַ);","strongs_definition":"a dell or crevice (as if pierced in the earth)","kjv_definition":"thicket."} +{"id":"H2338","strongs_number":"H2338","system":"hebrew","language":"hebrew","number_value":2338,"lemma":"חוּט","transliteration":"chûwṭ","pronunciation":"khoot","derivation":"(Aramaic) corresponding to the root of H2339 (חוּט), perhaps as a denominative;","strongs_definition":"to string together, i.e. (figuratively) to repair","kjv_definition":"join."} +{"id":"H2339","strongs_number":"H2339","system":"hebrew","language":"hebrew","number_value":2339,"lemma":"חוּט","transliteration":"chûwṭ","pronunciation":"khoot","derivation":"from an unused root probably meaning to sew;","strongs_definition":"a string; by implication, a measuring tape","kjv_definition":"cord, fillet, line, thread."} +{"id":"H2340","strongs_number":"H2340","system":"hebrew","language":"hebrew","number_value":2340,"lemma":"חִוִּי","transliteration":"Chivvîy","pronunciation":"khiv-vee'","derivation":"perhaps from H2333 (חַוָּה); a villager;","strongs_definition":"a Chivvite, one of the aboriginal tribes of Palestine","kjv_definition":"Hivite."} +{"id":"H2341","strongs_number":"H2341","system":"hebrew","language":"hebrew","number_value":2341,"lemma":"חֲוִילָה","transliteration":"Chăvîylâh","pronunciation":"khav-ee-law'","derivation":"probably from H2342 (חוּל); circular;","strongs_definition":"Chavilah, the name of two or three eastern regions; also perhaps of two men","kjv_definition":"Havilah."} +{"id":"H2342","strongs_number":"H2342","system":"hebrew","language":"hebrew","number_value":2342,"lemma":"חוּל","transliteration":"chûwl","pronunciation":"khool","derivation":"or חִיל; a primitive root;","strongs_definition":"properly, to twist or whirl (in a circular or spiral manner), i.e. (specifically) to dance, to writhe in pain (especially of parturition) or fear; figuratively, to wait, to pervert","kjv_definition":"bear, (make to) bring forth, (make to) calve, dance, drive away, fall grievously (with pain), fear, form, great, grieve, (be) grievous, hope, look, make, be in pain, be much (sore) pained, rest, shake, shapen, (be) sorrow(-ful), stay, tarry, travail (with pain), tremble, trust, wait carefully (patiently), be wounded."} +{"id":"H2343","strongs_number":"H2343","system":"hebrew","language":"hebrew","number_value":2343,"lemma":"חוּל","transliteration":"Chûwl","pronunciation":"khool","derivation":"from H2342 (חוּל); a circle;","strongs_definition":"Chul, a son of Aram; also the region settled by him","kjv_definition":"Hul."} +{"id":"H2344","strongs_number":"H2344","system":"hebrew","language":"hebrew","number_value":2344,"lemma":"חוֹל","transliteration":"chôwl","pronunciation":"khole","derivation":"from H2342 (חוּל);","strongs_definition":"sand (as round or whirling particles)","kjv_definition":"sand."} +{"id":"H2345","strongs_number":"H2345","system":"hebrew","language":"hebrew","number_value":2345,"lemma":"חוּם","transliteration":"chûwm","pronunciation":"khoom","derivation":"from an unused root meaning to be warm, i.e. (by implication)","strongs_definition":"sunburnt or swarthy (blackish)","kjv_definition":"brown."} +{"id":"H2346","strongs_number":"H2346","system":"hebrew","language":"hebrew","number_value":2346,"lemma":"חוֹמָה","transliteration":"chôwmâh","pronunciation":"kho-maw'","derivation":"feminine active participle of an unused root apparently meaning to join;","strongs_definition":"a wall of protection","kjv_definition":"wall, walled."} +{"id":"H2347","strongs_number":"H2347","system":"hebrew","language":"hebrew","number_value":2347,"lemma":"חוּס","transliteration":"chûwç","pronunciation":"khoos","derivation":"a primitive root;","strongs_definition":"properly, to cover, i.e. (figuratively) to compassionate","kjv_definition":"pity, regard, spare."} +{"id":"H2348","strongs_number":"H2348","system":"hebrew","language":"hebrew","number_value":2348,"lemma":"חוֹף","transliteration":"chôwph","pronunciation":"khofe","derivation":"from an unused root meaning to cover;","strongs_definition":"a cove (as a sheltered bay)","kjv_definition":"coast (of the sea), haven, shore, (sea-) side."} +{"id":"H2349","strongs_number":"H2349","system":"hebrew","language":"hebrew","number_value":2349,"lemma":"חוּפָם","transliteration":"Chûwphâm","pronunciation":"khoo-fawm'","derivation":"from the same as H2348 (חוֹף); protection;","strongs_definition":"Chupham, an Israelite","kjv_definition":"Hupham."} +{"id":"H2350","strongs_number":"H2350","system":"hebrew","language":"hebrew","number_value":2350,"lemma":"חוּפָמִי","transliteration":"Chûwphâmîy","pronunciation":"khoo-faw-mee'","derivation":"patronymically from H2349 (חוּפָם);","strongs_definition":"a Chuphamite or descendant of Chupham","kjv_definition":"Huphamites."} +{"id":"H2351","strongs_number":"H2351","system":"hebrew","language":"hebrew","number_value":2351,"lemma":"חוּץ","transliteration":"chûwts","pronunciation":"khoots","derivation":"or (shortened) חֻץ; (both forms feminine in the plural) from an unused root meaning to sever;","strongs_definition":"properly, separate by awall, i.e. outside, outdoors","kjv_definition":"abroad, field, forth, highway, more, out(-side, -ward), street, without."} +{"id":"H2352","strongs_number":"H2352","system":"hebrew","language":"hebrew","number_value":2352,"lemma":"חוּר","transliteration":"chûwr","pronunciation":"khoor","derivation":"or (shortened) חֻר; from an unused root probably meaning to bore;","strongs_definition":"the crevice of a serpent; the cell of aprison","kjv_definition":"hole."} +{"id":"H2353","strongs_number":"H2353","system":"hebrew","language":"hebrew","number_value":2353,"lemma":"חוּר","transliteration":"chûwr","pronunciation":"khoor","derivation":"from H2357 (חָוַר);","strongs_definition":"white linen","kjv_definition":"white."} +{"id":"H2354","strongs_number":"H2354","system":"hebrew","language":"hebrew","number_value":2354,"lemma":"חוּר","transliteration":"Chûwr","pronunciation":"khoor","derivation":"the same as H2353 (חוּר) or H2352 (חוּר);","strongs_definition":"Chur, the name of four Israelites and one Midianite","kjv_definition":"Hur."} +{"id":"H2355","strongs_number":"H2355","system":"hebrew","language":"hebrew","number_value":2355,"lemma":"חוֹר","transliteration":"chôwr","pronunciation":"khore","derivation":"the same as H2353 (חוּר);","strongs_definition":"white linen","kjv_definition":"network. Compare H2715 (חֹר)."} +{"id":"H2356","strongs_number":"H2356","system":"hebrew","language":"hebrew","number_value":2356,"lemma":"חוֹר","transliteration":"chôwr","pronunciation":"khore","derivation":"or (shortened) חֹר; the same as H2352 (חוּר);","strongs_definition":"a cavity, socket, den","kjv_definition":"cave, hole."} +{"id":"H2357","strongs_number":"H2357","system":"hebrew","language":"hebrew","number_value":2357,"lemma":"חָוַר","transliteration":"châvar","pronunciation":"khaw-var'","derivation":"a primitive root;","strongs_definition":"to blanch (as with shame)","kjv_definition":"wax pale."} +{"id":"H2358","strongs_number":"H2358","system":"hebrew","language":"hebrew","number_value":2358,"lemma":"חִוָּר","transliteration":"chivvâr","pronunciation":"khiv-vawr'","derivation":"(Aramaic) from a root corresponding to H2357 (חָוַר);","strongs_definition":"white","kjv_definition":"white."} +{"id":"H2359","strongs_number":"H2359","system":"hebrew","language":"hebrew","number_value":2359,"lemma":"חוּרִי","transliteration":"Chûwrîy","pronunciation":"khoo-ree'","derivation":"probably from H2353 (חוּר); linen-worker;","strongs_definition":"Churi, an Israelite","kjv_definition":"Huri."} +{"id":"H2360","strongs_number":"H2360","system":"hebrew","language":"hebrew","number_value":2360,"lemma":"חוּרַי","transliteration":"Chûwray","pronunciation":"khoo-rah'ee","derivation":"probably an orthographical variation for H2359 (חוּרִי);","strongs_definition":"Churai, an Israelite","kjv_definition":"Hurai."} +{"id":"H2361","strongs_number":"H2361","system":"hebrew","language":"hebrew","number_value":2361,"lemma":"חוּרָם","transliteration":"Chûwrâm","pronunciation":"khoo-rawm'","derivation":"probably from H2353 (חוּר); whiteness, i.e. noble;","strongs_definition":"Churam, the name of an Israelite and two Syrians","kjv_definition":"Huram. Compare H2438 (חִירָם)."} +{"id":"H2362","strongs_number":"H2362","system":"hebrew","language":"hebrew","number_value":2362,"lemma":"חַוְרָן","transliteration":"Chavrân","pronunciation":"khav-rawn'","derivation":"apparently from H2357 (חָוַר) (in the sense of H2352 (חוּר)); cavernous;","strongs_definition":"Chavran, a region East of the Jordan","kjv_definition":"Hauran."} +{"id":"H2363","strongs_number":"H2363","system":"hebrew","language":"hebrew","number_value":2363,"lemma":"חוּשׁ","transliteration":"chûwsh","pronunciation":"koosh","derivation":"a primitive root;","strongs_definition":"to hurry; figuratively, to be eager with excitement or enjoyment","kjv_definition":"(make) haste(-n), ready."} +{"id":"H2364","strongs_number":"H2364","system":"hebrew","language":"hebrew","number_value":2364,"lemma":"חוּשָׁה","transliteration":"Chûwshâh","pronunciation":"khoo-shaw'","derivation":"from H2363 (חוּשׁ); haste;","strongs_definition":"Chushah, an Israelite","kjv_definition":"Hushah."} +{"id":"H2365","strongs_number":"H2365","system":"hebrew","language":"hebrew","number_value":2365,"lemma":"חוּשַׁי","transliteration":"Chûwshay","pronunciation":"khoo-shah'-ee","derivation":"from H2363 (חוּשׁ); hasty;","strongs_definition":"Chushai, an Israelite","kjv_definition":"Hushai."} +{"id":"H2366","strongs_number":"H2366","system":"hebrew","language":"hebrew","number_value":2366,"lemma":"חוּשִׁים","transliteration":"Chûwshîym","pronunciation":"khoo-sheem'","derivation":"or חֻשִׁים; or חֻשִׁם; plural from H2363 (חוּשׁ); hasters;","strongs_definition":"Chushim, the name of three Israelites","kjv_definition":"Hushim."} +{"id":"H2367","strongs_number":"H2367","system":"hebrew","language":"hebrew","number_value":2367,"lemma":"חוּשָׁם","transliteration":"Chûwshâm","pronunciation":"khoo-shawm'","derivation":"or חֻשָׁם; from H2363 (חוּשׁ); hastily;","strongs_definition":"Chusham, an Idumaean","kjv_definition":"Husham."} +{"id":"H2368","strongs_number":"H2368","system":"hebrew","language":"hebrew","number_value":2368,"lemma":"חוֹתָם","transliteration":"chôwthâm","pronunciation":"kho-thawm'","derivation":"or חֹתָם; from H2856 (חָתַם);","strongs_definition":"a signature-ring","kjv_definition":"seal, signet."} +{"id":"H2369","strongs_number":"H2369","system":"hebrew","language":"hebrew","number_value":2369,"lemma":"חוֹתָם","transliteration":"Chôwthâm","pronunciation":"kho-thawm'","derivation":"the same as H2368 (חוֹתָם); seal;","strongs_definition":"Chotham, the name of two Israelites","kjv_definition":"Hotham, Hothan."} +{"id":"H2370","strongs_number":"H2370","system":"hebrew","language":"hebrew","number_value":2370,"lemma":"חֲזָא","transliteration":"chăzâʼ","pronunciation":"khaz-aw'","derivation":"(Aramaic) or חֲזָה; (Aramaic), corresponding to H2372 (חָזָה);","strongs_definition":"to gaze upon; mentally to dream, be usual (i.e. seem)","kjv_definition":"behold, have (a dream), see, be wont."} +{"id":"H2371","strongs_number":"H2371","system":"hebrew","language":"hebrew","number_value":2371,"lemma":"חֲזָאֵל","transliteration":"Chăzâʼêl","pronunciation":"khaz-aw-ale'","derivation":"or חֲזָהאֵל; from H2372 (חָזָה) and H410 (אֵל); God has seen;","strongs_definition":"Chazael, a king of Syria","kjv_definition":"Hazael."} +{"id":"H2372","strongs_number":"H2372","system":"hebrew","language":"hebrew","number_value":2372,"lemma":"חָזָה","transliteration":"châzâh","pronunciation":"khaw-zaw'","derivation":"a primitive root;","strongs_definition":"to gaze at; mentally to perceive, contemplate (with pleasure); specifically, to have avision of","kjv_definition":"behold, look, prophesy, provide, see."} +{"id":"H2373","strongs_number":"H2373","system":"hebrew","language":"hebrew","number_value":2373,"lemma":"חָזֶה","transliteration":"châzeh","pronunciation":"khaw-zeh'","derivation":"from H2372 (חָזָה);","strongs_definition":"the breast (as most seen in front)","kjv_definition":"breast."} +{"id":"H2374","strongs_number":"H2374","system":"hebrew","language":"hebrew","number_value":2374,"lemma":"חֹזֶה","transliteration":"chôzeh","pronunciation":"kho-zeh'","derivation":"active participle of H2372 (חָזָה);","strongs_definition":"a beholder in vision; also a compact (as looked upon with approval)","kjv_definition":"agreement, prophet, see that, seer, (star-) gazer."} +{"id":"H2375","strongs_number":"H2375","system":"hebrew","language":"hebrew","number_value":2375,"lemma":"חֲזוֹ","transliteration":"Chăzôw","pronunciation":"khaz-o'","derivation":"from H2372 (חָזָה); seer;","strongs_definition":"Chazo, a nephew of Abraham","kjv_definition":"Hazo."} +{"id":"H2376","strongs_number":"H2376","system":"hebrew","language":"hebrew","number_value":2376,"lemma":"חֵזֵו","transliteration":"chêzêv","pronunciation":"khay'-zev","derivation":"(Aramaic) from H2370 (חֲזָא);","strongs_definition":"a sight","kjv_definition":"look, vision."} +{"id":"H2377","strongs_number":"H2377","system":"hebrew","language":"hebrew","number_value":2377,"lemma":"חָזוֹן","transliteration":"châzôwn","pronunciation":"khaw-zone'","derivation":"from H2372 (חָזָה);","strongs_definition":"a sight (mentally), i.e. a dream, revelation, or oracle","kjv_definition":"vision."} +{"id":"H2378","strongs_number":"H2378","system":"hebrew","language":"hebrew","number_value":2378,"lemma":"חָזוֹת","transliteration":"châzôwth","pronunciation":"khaw-zooth'","derivation":"from H2372 (חָזָה);","strongs_definition":"a revelation","kjv_definition":"vision."} +{"id":"H2379","strongs_number":"H2379","system":"hebrew","language":"hebrew","number_value":2379,"lemma":"חֲזוֹת","transliteration":"chăzôwth","pronunciation":"khaz-oth'","derivation":"(Aramaic) from H2370 (חֲזָא);","strongs_definition":"a view","kjv_definition":"sight."} +{"id":"H2380","strongs_number":"H2380","system":"hebrew","language":"hebrew","number_value":2380,"lemma":"חָזוּת","transliteration":"châzûwth","pronunciation":"khaw-zooth'","derivation":"from H2372 (חָזָה);","strongs_definition":"a look; hence (figuratively) striking appearance, revelation, or (by implication) compact","kjv_definition":"agreement, notable (one), vision."} +{"id":"H2381","strongs_number":"H2381","system":"hebrew","language":"hebrew","number_value":2381,"lemma":"חֲזִיאֵל","transliteration":"Chăzîyʼêl","pronunciation":"khaz-ee-ale'","derivation":"from H2372 (חָזָה) and H410 (אֵל); seen of God;","strongs_definition":"Chaziel, a Levite","kjv_definition":"Haziel."} +{"id":"H2382","strongs_number":"H2382","system":"hebrew","language":"hebrew","number_value":2382,"lemma":"חֲזָיָה","transliteration":"Chăzâyâh","pronunciation":"khaz-aw-yaw'","derivation":"from H2372 (חָזָה) and H3050 (יָהּ); Jah has seen;","strongs_definition":"Chazajah, an Israelite","kjv_definition":"Hazaiah."} +{"id":"H2383","strongs_number":"H2383","system":"hebrew","language":"hebrew","number_value":2383,"lemma":"חֶזְיוֹן","transliteration":"Chezyôwn","pronunciation":"khez-yone'","derivation":"from H2372 (חָזָה); vision;","strongs_definition":"Chezjon, a Syrian","kjv_definition":"Hezion."} +{"id":"H2384","strongs_number":"H2384","system":"hebrew","language":"hebrew","number_value":2384,"lemma":"חִזָּיוֹן","transliteration":"chizzâyôwn","pronunciation":"khiz-zaw-yone'","derivation":"from H2372 (חָזָה);","strongs_definition":"a revelation, expectation by dream","kjv_definition":"vision."} +{"id":"H2385","strongs_number":"H2385","system":"hebrew","language":"hebrew","number_value":2385,"lemma":"חֲזִיז","transliteration":"chăzîyz","pronunciation":"khaw-zeez'","derivation":"from an unused root meaning to glare;","strongs_definition":"a flash of lightning","kjv_definition":"bright cloud, lightning."} +{"id":"H2386","strongs_number":"H2386","system":"hebrew","language":"hebrew","number_value":2386,"lemma":"חֲזִיר","transliteration":"chăzîyr","pronunciation":"khaz-eer'","derivation":"from an unused root probably meaning to enclose;","strongs_definition":"a hog (perhaps as penned)","kjv_definition":"boar, swine."} +{"id":"H2387","strongs_number":"H2387","system":"hebrew","language":"hebrew","number_value":2387,"lemma":"חֵזִיר","transliteration":"Chêzîyr","pronunciation":"khay-zeer'","derivation":"from the same as H2386 (חֲזִיר); perhaps protected;","strongs_definition":"Chezir, the name of two Israelites","kjv_definition":"Hezir."} +{"id":"H2388","strongs_number":"H2388","system":"hebrew","language":"hebrew","number_value":2388,"lemma":"חָזַק","transliteration":"châzaq","pronunciation":"khaw-zak'","derivation":"a primitive root;","strongs_definition":"to fasten upon; hence, to seize, be strong (figuratively, courageous, causatively strengthen, cure, help, repair, fortify), obstinate; to bind, restrain, conquer","kjv_definition":"aid, amend, [idiom] calker, catch, cleave, confirm, be constant, constrain, continue, be of good (take) courage(-ous, -ly), encourage (self), be established, fasten, force, fortify, make hard, harden, help, (lay) hold (fast), lean, maintain, play the man, mend, become (wax) mighty, prevail, be recovered, repair, retain, seize, be (wax) sore, strengthen (self), be stout, be (make, shew, wax) strong(-er), be sure, take (hold), be urgent, behave self valiantly, withstand."} +{"id":"H2389","strongs_number":"H2389","system":"hebrew","language":"hebrew","number_value":2389,"lemma":"חָזָק","transliteration":"châzâq","pronunciation":"khaw-zawk'","derivation":"from H2388 (חָזַק);","strongs_definition":"strong (usu. in a bad sense, hard, bold, violent)","kjv_definition":"harder, hottest, [phrase] impudent, loud, mighty, sore, stiff(-hearted), strong(-er)."} +{"id":"H2390","strongs_number":"H2390","system":"hebrew","language":"hebrew","number_value":2390,"lemma":"חָזֵק","transliteration":"châzêq","pronunciation":"khaw-zake'","derivation":"from H2388 (חָזַק);","strongs_definition":"powerful","kjv_definition":"[idiom] wax louder, stronger."} +{"id":"H2391","strongs_number":"H2391","system":"hebrew","language":"hebrew","number_value":2391,"lemma":"חֵזֶק","transliteration":"chêzeq","pronunciation":"khay'-zek","derivation":"from H2388 (חָזַק);","strongs_definition":"help","kjv_definition":"strength."} +{"id":"H2392","strongs_number":"H2392","system":"hebrew","language":"hebrew","number_value":2392,"lemma":"חֹזֶק","transliteration":"chôzeq","pronunciation":"kho'-zek","derivation":"from H2388 (חָזַק);","strongs_definition":"power","kjv_definition":"strength."} +{"id":"H2393","strongs_number":"H2393","system":"hebrew","language":"hebrew","number_value":2393,"lemma":"חֶזְקָה","transliteration":"chezqâh","pronunciation":"khez-kaw'","derivation":"feminine of H2391 (חֵזֶק);","strongs_definition":"prevailing power","kjv_definition":"strength(-en self), (was) strong."} +{"id":"H2394","strongs_number":"H2394","system":"hebrew","language":"hebrew","number_value":2394,"lemma":"חׇזְקָה","transliteration":"chozqâh","pronunciation":"khoz-kaw'","derivation":"feminine of H2392 (חֹזֶק);","strongs_definition":"vehemence (usually in a bad sense)","kjv_definition":"force, mightily, repair, sharply."} +{"id":"H2395","strongs_number":"H2395","system":"hebrew","language":"hebrew","number_value":2395,"lemma":"חִזְקִי","transliteration":"Chizqîy","pronunciation":"khiz-kee'","derivation":"from H2388 (חָזַק); strong;","strongs_definition":"Chizki, an Israelite","kjv_definition":"Hezeki."} +{"id":"H2396","strongs_number":"H2396","system":"hebrew","language":"hebrew","number_value":2396,"lemma":"חִזְקִיָּה","transliteration":"Chizqîyâh","pronunciation":"khiz-kee-yaw'","derivation":"or חִזְקִיָּהוּ; also יְחִזְקִיָּה; or יְחִזְקִיָּהוּ; from H2388 (חָזַק) and H3050 (יָהּ); strengthened of Jah;","strongs_definition":"Chizkijah, a king of Judah, also the name of two other Israelites","kjv_definition":"Hezekiah, Hizkiah, Hizkijah. Compare H3169 (יְחִזְקִיָּה)."} +{"id":"H2397","strongs_number":"H2397","system":"hebrew","language":"hebrew","number_value":2397,"lemma":"חָח","transliteration":"châch","pronunciation":"khawkh","derivation":"once (Ezekiel 29:4) חָחִי; from the same as H2336 (חוֹחַ);","strongs_definition":"a ring for the nose (or lips)","kjv_definition":"bracelet, chain, hook."} +{"id":"H2398","strongs_number":"H2398","system":"hebrew","language":"hebrew","number_value":2398,"lemma":"חָטָא","transliteration":"châṭâʼ","pronunciation":"khaw-taw'","derivation":"a primitive root;","strongs_definition":"properly, to miss; hence (figuratively and generally) to sin; by inference, to forfeit, lack, expiate, repent, (causatively) lead astray, condemn","kjv_definition":"bear the blame, cleanse, commit (sin), by fault, harm he hath done, loss, miss, (make) offend(-er), offer for sin, purge, purify (self), make reconciliation, (cause, make) sin(-ful, -ness), trespass."} +{"id":"H2399","strongs_number":"H2399","system":"hebrew","language":"hebrew","number_value":2399,"lemma":"חֵטְא","transliteration":"chêṭᵉʼ","pronunciation":"khate","derivation":"from H2398 (חָטָא);","strongs_definition":"a crime or its penalty","kjv_definition":"fault, [idiom] grievously, offence, (punishment of) sin."} +{"id":"H2400","strongs_number":"H2400","system":"hebrew","language":"hebrew","number_value":2400,"lemma":"חַטָּא","transliteration":"chaṭṭâʼ","pronunciation":"khat-taw'","derivation":"intensively from H2398 (חָטָא);","strongs_definition":"a criminal, or one accounted guilty","kjv_definition":"offender, sinful, sinner."} +{"id":"H2401","strongs_number":"H2401","system":"hebrew","language":"hebrew","number_value":2401,"lemma":"חֲטָאָה","transliteration":"chăṭâʼâh","pronunciation":"khat-aw-aw'","derivation":"feminine of H2399 (חֵטְא);","strongs_definition":"an offence, or a sacrifice forit","kjv_definition":"sin (offering)."} +{"id":"H2402","strongs_number":"H2402","system":"hebrew","language":"hebrew","number_value":2402,"lemma":"חַטָּאָה","transliteration":"chaṭṭâʼâh","pronunciation":"khat-taw-aw'","derivation":"(Aramaic) corresponding to H2401 (חֲטָאָה);","strongs_definition":"an offence, and the penalty or sacrifice forit","kjv_definition":"sin (offering)."} +{"id":"H2403","strongs_number":"H2403","system":"hebrew","language":"hebrew","number_value":2403,"lemma":"חַטָּאָה","transliteration":"chaṭṭâʼâh","pronunciation":"khat-taw-aw'","derivation":"or חַטָּאת; from H2398 (חָטָא);","strongs_definition":"an offence (sometimes habitual sinfulness), and its penalty, occasion, sacrifice, or expiation; also (concretely) an offender","kjv_definition":"punishment (of sin), purifying(-fication for sin), sin(-ner, offering)."} +{"id":"H2404","strongs_number":"H2404","system":"hebrew","language":"hebrew","number_value":2404,"lemma":"חָטַב","transliteration":"châṭab","pronunciation":"khaw-tab'","derivation":"a primitive root;","strongs_definition":"to chop or carve wood","kjv_definition":"cut down, hew(-er), polish."} +{"id":"H2405","strongs_number":"H2405","system":"hebrew","language":"hebrew","number_value":2405,"lemma":"חֲטֻבָה","transliteration":"chăṭubâh","pronunciation":"khat-oo-baw'","derivation":"feminine passive participle of H2404 (חָטַב);","strongs_definition":"properly, a carving; hence, a tapestry (as figured)","kjv_definition":"carved."} +{"id":"H2406","strongs_number":"H2406","system":"hebrew","language":"hebrew","number_value":2406,"lemma":"חִטָּה","transliteration":"chiṭṭâh","pronunciation":"khit-taw'","derivation":"of uncertain derivation;","strongs_definition":"wheat, whether the grain or the plant","kjv_definition":"wheat(-en)."} +{"id":"H2407","strongs_number":"H2407","system":"hebrew","language":"hebrew","number_value":2407,"lemma":"חַטּוּשׁ","transliteration":"Chaṭṭûwsh","pronunciation":"khat-toosh'","derivation":"from an unused root of uncertain signification;","strongs_definition":"Chattush, the name of four or five Israelites","kjv_definition":"Hattush."} +{"id":"H2408","strongs_number":"H2408","system":"hebrew","language":"hebrew","number_value":2408,"lemma":"חֲטִי","transliteration":"chăṭîy","pronunciation":"khat-ee'","derivation":"(Aramaic) from a root corresponding to H2398 (חָטָא);","strongs_definition":"an offence","kjv_definition":"sin."} +{"id":"H2409","strongs_number":"H2409","system":"hebrew","language":"hebrew","number_value":2409,"lemma":"חֲטָּיָא","transliteration":"chăṭṭâyâʼ","pronunciation":"khat-taw-yaw'","derivation":"(Aramaic) from the same as H2408 (חֲטִי);","strongs_definition":"an expiation","kjv_definition":"sin offering."} +{"id":"H2410","strongs_number":"H2410","system":"hebrew","language":"hebrew","number_value":2410,"lemma":"חֲטִיטָא","transliteration":"Chăṭîyṭâʼ","pronunciation":"khat-ee-taw'","derivation":"from an unused root apparently meaning to dig out; explorer;","strongs_definition":"Chatita, a temple porter","kjv_definition":"Hatita."} +{"id":"H2411","strongs_number":"H2411","system":"hebrew","language":"hebrew","number_value":2411,"lemma":"חַטִּיל","transliteration":"Chaṭṭîyl","pronunciation":"khat-teel'","derivation":"from an unused root apparently meaning to wave; fluctuating;","strongs_definition":"Chattil, one of 'Solomon's servants'","kjv_definition":"Hattil."} +{"id":"H2412","strongs_number":"H2412","system":"hebrew","language":"hebrew","number_value":2412,"lemma":"חֲטִיפָא","transliteration":"Chăṭîyphâʼ","pronunciation":"khat-ee-faw'","derivation":"from H2414 (חָטַף); robber;","strongs_definition":"Chatipha, one of the Nethinim","kjv_definition":"Hatipha."} +{"id":"H2413","strongs_number":"H2413","system":"hebrew","language":"hebrew","number_value":2413,"lemma":"חָטַם","transliteration":"châṭam","pronunciation":"khaw-tam'","derivation":"a primitive root;","strongs_definition":"to stop","kjv_definition":"refrain."} +{"id":"H2414","strongs_number":"H2414","system":"hebrew","language":"hebrew","number_value":2414,"lemma":"חָטַף","transliteration":"châṭaph","pronunciation":"khaw-taf'","derivation":"a primitive root;","strongs_definition":"to clutch; hence, to seize as aprisoner","kjv_definition":"catch."} +{"id":"H2415","strongs_number":"H2415","system":"hebrew","language":"hebrew","number_value":2415,"lemma":"חֹטֵר","transliteration":"chôṭêr","pronunciation":"kho'-ter","derivation":"from an unused root of uncertain signification;","strongs_definition":"a twig","kjv_definition":"rod."} +{"id":"H2416","strongs_number":"H2416","system":"hebrew","language":"hebrew","number_value":2416,"lemma":"חַי","transliteration":"chay","pronunciation":"khah'-ee","derivation":"from H2421 (חָיָה);","strongs_definition":"alive; hence, raw (flesh); fresh (plant, water, year), strong; also (as noun, especially in the feminine singular and masculine plural) life (or living thing), whether literally or figuratively","kjv_definition":"[phrase] age, alive, appetite, (wild) beast, company, congregation, life(-time), live(-ly), living (creature, thing), maintenance, [phrase] merry, multitude, [phrase] (be) old, quick, raw, running, springing, troop."} +{"id":"H2417","strongs_number":"H2417","system":"hebrew","language":"hebrew","number_value":2417,"lemma":"חַי","transliteration":"chay","pronunciation":"khah'-ee","derivation":"(Aramaic) from H2418 (חֲיָא);","strongs_definition":"alive; also (as noun in plural) life","kjv_definition":"life, that liveth, living."} +{"id":"H2418","strongs_number":"H2418","system":"hebrew","language":"hebrew","number_value":2418,"lemma":"חֲיָא","transliteration":"chăyâʼ","pronunciation":"khah-yaw'","derivation":"(Aramaic) or חֲיָה; (Aramaic), corresponding to H2421 (חָיָה);","strongs_definition":"to live","kjv_definition":"live, keep alive."} +{"id":"H2419","strongs_number":"H2419","system":"hebrew","language":"hebrew","number_value":2419,"lemma":"חִיאֵל","transliteration":"Chîyʼêl","pronunciation":"khee-ale'","derivation":"from H2416 (חַי) and H410 (אֵל); living of God;","strongs_definition":"Chiel, an Israelite","kjv_definition":"Hiel."} +{"id":"H2420","strongs_number":"H2420","system":"hebrew","language":"hebrew","number_value":2420,"lemma":"חִידָה","transliteration":"chîydâh","pronunciation":"khee-daw'","derivation":"from H2330 (חוּד);","strongs_definition":"a puzzle, hence, a trick, conundrum, sententious maxim","kjv_definition":"dark saying (sentence, speech), hard question, proverb, riddle."} +{"id":"H2421","strongs_number":"H2421","system":"hebrew","language":"hebrew","number_value":2421,"lemma":"חָיָה","transliteration":"châyâh","pronunciation":"khaw-yaw'","derivation":"a primitive root (compare H2331 (חָוָה), H2421 (חָיָה));","strongs_definition":"to live, whether literally or figuratively; causatively, to revive","kjv_definition":"keep (leave, make) alive, [idiom] certainly, give (promise) life, (let, suffer to) live, nourish up, preserve (alive), quicken, recover, repair, restore (to life), revive, ([idiom] God) save (alive, life, lives), [idiom] surely, be whole."} +{"id":"H2422","strongs_number":"H2422","system":"hebrew","language":"hebrew","number_value":2422,"lemma":"חָיֶה","transliteration":"châyeh","pronunciation":"khaw-yeh'","derivation":"from H2421 (חָיָה);","strongs_definition":"vigorous","kjv_definition":"lively."} +{"id":"H2423","strongs_number":"H2423","system":"hebrew","language":"hebrew","number_value":2423,"lemma":"חֵיוָא","transliteration":"chêyvâʼ","pronunciation":"khay-vaw'","derivation":"(Aramaic) from H2418 (חֲיָא);","strongs_definition":"an animal","kjv_definition":"beast."} +{"id":"H2424","strongs_number":"H2424","system":"hebrew","language":"hebrew","number_value":2424,"lemma":"חַיּוּת","transliteration":"chayûwth","pronunciation":"khah-yooth'","derivation":"from H2421 (חָיָה);","strongs_definition":"life","kjv_definition":"[idiom] living."} +{"id":"H2425","strongs_number":"H2425","system":"hebrew","language":"hebrew","number_value":2425,"lemma":"חָיַי","transliteration":"châyay","pronunciation":"khaw-yah'-ee","derivation":"a primitive root (compare H2421 (חָיָה));","strongs_definition":"to live; causatively to revive","kjv_definition":"live, save life."} +{"id":"H2426","strongs_number":"H2426","system":"hebrew","language":"hebrew","number_value":2426,"lemma":"חֵיל","transliteration":"chêyl","pronunciation":"khale","derivation":"or (shortened) חֵל; a collateral form of H2428 (חַיִל);","strongs_definition":"an army; also (by analogy,) an intrenchment","kjv_definition":"army, bulwark, host, [phrase] poor, rampart, trench, wall."} +{"id":"H2427","strongs_number":"H2427","system":"hebrew","language":"hebrew","number_value":2427,"lemma":"חִיל","transliteration":"chîyl","pronunciation":"kheel","derivation":"and (feminine) חִילָה; from H2342 (חוּל);","strongs_definition":"a throe (expectant of childbirth)","kjv_definition":"pain, pang, sorrow."} +{"id":"H2428","strongs_number":"H2428","system":"hebrew","language":"hebrew","number_value":2428,"lemma":"חַיִל","transliteration":"chayil","pronunciation":"khah'-yil","derivation":"from H2342 (חוּל);","strongs_definition":"probably a force, whether of men, means or other resources; an army, wealth, virtue, valor, strength","kjv_definition":"able, activity, ([phrase]) army, band of men (soldiers), company, (great) forces, goods, host, might, power, riches, strength, strong, substance, train, ([phrase]) valiant(-ly), valour, virtuous(-ly), war, worthy(-ily)."} +{"id":"H2429","strongs_number":"H2429","system":"hebrew","language":"hebrew","number_value":2429,"lemma":"חַיִל","transliteration":"chayil","pronunciation":"khah'-yil","derivation":"(Aramaic) corresponding to H2428 (חַיִל);","strongs_definition":"an army, or strength","kjv_definition":"aloud, army, [idiom] most (mighty), power."} +{"id":"H2430","strongs_number":"H2430","system":"hebrew","language":"hebrew","number_value":2430,"lemma":"חֵילָה","transliteration":"chêylâh","pronunciation":"khay-law'","derivation":"feminine of H2428 (חַיִל);","strongs_definition":"an intrenchment","kjv_definition":"bulwark."} +{"id":"H2431","strongs_number":"H2431","system":"hebrew","language":"hebrew","number_value":2431,"lemma":"חֵילָם","transliteration":"Chêylâm","pronunciation":"khay-lawm'","derivation":"or חֵלָאםxlit Chêlʼâm corrected to Chêlâʼm; from H2428 (חַיִל); fortress;","strongs_definition":"Chelam, a place East of Palestine","kjv_definition":"Helam."} +{"id":"H2432","strongs_number":"H2432","system":"hebrew","language":"hebrew","number_value":2432,"lemma":"חִילֵן","transliteration":"Chîylên","pronunciation":"khee-lane'","derivation":"from H2428 (חַיִל); fortress;","strongs_definition":"Chilen, a place in Palestine","kjv_definition":"Hilen."} +{"id":"H2433","strongs_number":"H2433","system":"hebrew","language":"hebrew","number_value":2433,"lemma":"חִין","transliteration":"chîyn","pronunciation":"kheen","derivation":"another form for H2580 (חֵן);","strongs_definition":"beauty","kjv_definition":"comely."} +{"id":"H2434","strongs_number":"H2434","system":"hebrew","language":"hebrew","number_value":2434,"lemma":"חַיִץ","transliteration":"chayits","pronunciation":"khah'-yits","derivation":"another form for H2351 (חוּץ);","strongs_definition":"a wall","kjv_definition":"wall."} +{"id":"H2435","strongs_number":"H2435","system":"hebrew","language":"hebrew","number_value":2435,"lemma":"חִיצוֹן","transliteration":"chîytsôwn","pronunciation":"khee-tsone'","derivation":"from H2434 (חַיִץ);","strongs_definition":"properly, the (outer) wall side; hence, exterior; figuratively, secular (as opposed to sacred)","kjv_definition":"outer, outward, utter, without."} +{"id":"H2436","strongs_number":"H2436","system":"hebrew","language":"hebrew","number_value":2436,"lemma":"חֵיק","transliteration":"chêyq","pronunciation":"khake","derivation":"or חֵק; and חוֹק; from an unused root, apparently meaning to inclose;","strongs_definition":"the bosom (literally or figuratively)","kjv_definition":"bosom, bottom, lap, midst, within."} +{"id":"H2437","strongs_number":"H2437","system":"hebrew","language":"hebrew","number_value":2437,"lemma":"חִירָה","transliteration":"Chîyrâh","pronunciation":"khee-raw'","derivation":"from H2357 (חָוַר) in the sense of splendor;","strongs_definition":"Chirah, an Adullamite","kjv_definition":"Hirah."} +{"id":"H2438","strongs_number":"H2438","system":"hebrew","language":"hebrew","number_value":2438,"lemma":"חִירָם","transliteration":"Chîyrâm","pronunciation":"khee-rawm'","derivation":"or חִירוֹםlemma חִירֹם missing vav, corrected to חִירוֹם; another form of H2361 (חוּרָם);","strongs_definition":"Chiram or Chirom, the name of two Tyrians","kjv_definition":"Hiram, Huram."} +{"id":"H2439","strongs_number":"H2439","system":"hebrew","language":"hebrew","number_value":2439,"lemma":"חִישׁ","transliteration":"chîysh","pronunciation":"kheesh","derivation":"another form of H2363 (חוּשׁ);","strongs_definition":"to hurry","kjv_definition":"make haste."} +{"id":"H2440","strongs_number":"H2440","system":"hebrew","language":"hebrew","number_value":2440,"lemma":"חִישׁ","transliteration":"chîysh","pronunciation":"kheesh","derivation":"from H2439 (חִישׁ);","strongs_definition":"properly, a hurry; hence (adverb) quickly","kjv_definition":"soon."} +{"id":"H2441","strongs_number":"H2441","system":"hebrew","language":"hebrew","number_value":2441,"lemma":"חֵךְ","transliteration":"chêk","pronunciation":"khake","derivation":"probably from H2596 (חָנַךְ) in the sense of tasting;","strongs_definition":"properly, the palate or inside of the mouth; hence, the mouth itself (as the organ of speech, taste and kissing)","kjv_definition":"(roof of the) mouth, taste."} +{"id":"H2442","strongs_number":"H2442","system":"hebrew","language":"hebrew","number_value":2442,"lemma":"חָכָה","transliteration":"châkâh","pronunciation":"khaw-kaw'","derivation":"a primitive root (apparently akin to H2707 (חָקָה) through the idea of piercing);","strongs_definition":"properly, to adhere to; hence, to await","kjv_definition":"long, tarry, wait."} +{"id":"H2443","strongs_number":"H2443","system":"hebrew","language":"hebrew","number_value":2443,"lemma":"חַכָּה","transliteration":"chakkâh","pronunciation":"khak-kaw'","derivation":"probably from H2442 (חָכָה);","strongs_definition":"a hook (as adhering)","kjv_definition":"angle, hook."} +{"id":"H2444","strongs_number":"H2444","system":"hebrew","language":"hebrew","number_value":2444,"lemma":"חֲכִילָה","transliteration":"Chăkîylâh","pronunciation":"khak-ee-law'","derivation":"from the same as H2447 (חַכְלִיל); dark;","strongs_definition":"Chakilah, a hill in Palestine","kjv_definition":"Hachilah."} +{"id":"H2445","strongs_number":"H2445","system":"hebrew","language":"hebrew","number_value":2445,"lemma":"חַכִּים","transliteration":"chakkîym","pronunciation":"khak-keem'","derivation":"(Aramaic) from a root corresponding to H2449 (חָכַם);","strongs_definition":"wise, i.e. a Magian","kjv_definition":"wise."} +{"id":"H2446","strongs_number":"H2446","system":"hebrew","language":"hebrew","number_value":2446,"lemma":"חֲכַלְיָה","transliteration":"Chăkalyâh","pronunciation":"khak-al-yaw'","derivation":"from the base of H2447 (חַכְלִיל) and H3050 (יָהּ); darkness of Jah;","strongs_definition":"Chakaljah, an Israelite","kjv_definition":"Hachaliah."} +{"id":"H2447","strongs_number":"H2447","system":"hebrew","language":"hebrew","number_value":2447,"lemma":"חַכְלִיל","transliteration":"chaklîyl","pronunciation":"khak-leel'","derivation":"by reduplication from an unused root apparently meaning to be dark;","strongs_definition":"darkly flashing (only of the eyes); in a good sense, brilliant (as stimulated by wine)","kjv_definition":"red."} +{"id":"H2448","strongs_number":"H2448","system":"hebrew","language":"hebrew","number_value":2448,"lemma":"חַכְלִלוּת","transliteration":"chaklilûwth","pronunciation":"khak-lee-looth'","derivation":"from H2447 (חַכְלִיל);","strongs_definition":"flash (of the eyes); in a bad sense, blearedness","kjv_definition":"redness."} +{"id":"H2449","strongs_number":"H2449","system":"hebrew","language":"hebrew","number_value":2449,"lemma":"חָכַם","transliteration":"châkam","pronunciation":"khaw-kam'","derivation":"a primitive root,","strongs_definition":"to be wise (in mind, word or act)","kjv_definition":"[idiom] exceeding, teach wisdom, be (make self, shew self) wise, deal (never so) wisely, make wiser."} +{"id":"H2450","strongs_number":"H2450","system":"hebrew","language":"hebrew","number_value":2450,"lemma":"חָכָם","transliteration":"châkâm","pronunciation":"khaw-kawm'","derivation":"from H2449 (חָכַם);","strongs_definition":"wise, (i.e. intelligent, skilful or artful)","kjv_definition":"cunning (man), subtil, (un-), wise((hearted), man)."} +{"id":"H2451","strongs_number":"H2451","system":"hebrew","language":"hebrew","number_value":2451,"lemma":"חׇכְמָה","transliteration":"chokmâh","pronunciation":"khok-maw'","derivation":"from H2449 (חָכַם);","strongs_definition":"wisdom (in a good sense)","kjv_definition":"skilful, wisdom, wisely, wit."} +{"id":"H2452","strongs_number":"H2452","system":"hebrew","language":"hebrew","number_value":2452,"lemma":"חׇכְמָה","transliteration":"chokmâh","pronunciation":"khok-maw'","derivation":"(Aramaic) corresponding to H2451 (חׇכְמָה);","strongs_definition":"wisdom","kjv_definition":"wisdom."} +{"id":"H2453","strongs_number":"H2453","system":"hebrew","language":"hebrew","number_value":2453,"lemma":"חַכְמוֹנִי","transliteration":"Chakmôwnîy","pronunciation":"khak-mo-nee'","derivation":"from H2449 (חָכַם); skilful;","strongs_definition":"Chakmoni, an Israelite","kjv_definition":"Hachmoni, Hachmonite."} +{"id":"H2454","strongs_number":"H2454","system":"hebrew","language":"hebrew","number_value":2454,"lemma":"חׇכְמוֹת","transliteration":"chokmôwth","pronunciation":"khok-moth'","derivation":"or חַכְמוֹת; collateral forms of H2451 (חׇכְמָה);","strongs_definition":"wisdom","kjv_definition":"wisdom, every wise (woman)."} +{"id":"H2455","strongs_number":"H2455","system":"hebrew","language":"hebrew","number_value":2455,"lemma":"חֹל","transliteration":"chôl","pronunciation":"khole","derivation":"from H2490 (חָלַל);","strongs_definition":"properly, exposed; hence, profane","kjv_definition":"common, profane (place), unholy."} +{"id":"H2456","strongs_number":"H2456","system":"hebrew","language":"hebrew","number_value":2456,"lemma":"חָלָא","transliteration":"châlâʼ","pronunciation":"khaw-law'","derivation":"a primitive root (compare H2470 (חָלָה));","strongs_definition":"to be sick","kjv_definition":"be diseased."} +{"id":"H2457","strongs_number":"H2457","system":"hebrew","language":"hebrew","number_value":2457,"lemma":"חֶלְאָה","transliteration":"chelʼâh","pronunciation":"khel-aw'","derivation":"from H2456 (חָלָא);","strongs_definition":"properly, disease; hence, rust","kjv_definition":"scum."} +{"id":"H2458","strongs_number":"H2458","system":"hebrew","language":"hebrew","number_value":2458,"lemma":"חֶלְאָה","transliteration":"Chelʼâh","pronunciation":"khel-aw'","derivation":"the same as H2457 (חֶלְאָה);","strongs_definition":"Chelah, an Israelitess","kjv_definition":"Helah."} +{"id":"H2459","strongs_number":"H2459","system":"hebrew","language":"hebrew","number_value":2459,"lemma":"חֶלֶב","transliteration":"cheleb","pronunciation":"kheh'-leb","derivation":"or חֵלֶב; from an unused root meaning to be fat;","strongs_definition":"fat, whether literally or figuratively; hence, the richest or choice part","kjv_definition":"[idiom] best, fat(-ness), [idiom] finest, grease, marrow."} +{"id":"H2460","strongs_number":"H2460","system":"hebrew","language":"hebrew","number_value":2460,"lemma":"חֵלֶב","transliteration":"Chêleb","pronunciation":"khay'-leb","derivation":"the same as H2459 (חֶלֶב); fatness;","strongs_definition":"Cheleb, an Israelite","kjv_definition":"Heleb."} +{"id":"H2461","strongs_number":"H2461","system":"hebrew","language":"hebrew","number_value":2461,"lemma":"חָלָב","transliteration":"châlâb","pronunciation":"khaw-lawb'","derivation":"from the same as H2459 (חֶלֶב);","strongs_definition":"milk (as the richness of kine)","kjv_definition":"[phrase] cheese, milk, sucking."} +{"id":"H2462","strongs_number":"H2462","system":"hebrew","language":"hebrew","number_value":2462,"lemma":"חֶלְבָּה","transliteration":"Chelbâh","pronunciation":"khel-baw'","derivation":"feminine of H2459 (חֶלֶב); fertility;","strongs_definition":"Chelbah, a place in Palestine","kjv_definition":"Helbah."} +{"id":"H2463","strongs_number":"H2463","system":"hebrew","language":"hebrew","number_value":2463,"lemma":"חֶלְבּוֹן","transliteration":"Chelbôwn","pronunciation":"khel-bone'","derivation":"from H2459 (חֶלֶב); fruitful;","strongs_definition":"Chelbon, a place in Syria","kjv_definition":"Helbah."} +{"id":"H2464","strongs_number":"H2464","system":"hebrew","language":"hebrew","number_value":2464,"lemma":"חֶלְבְּנָה","transliteration":"chelbᵉnâh","pronunciation":"khel-ben-aw'","derivation":"from H2459 (חֶלֶב);","strongs_definition":"galbanam, an odorous gum (as if fatty)","kjv_definition":"galbanum."} +{"id":"H2465","strongs_number":"H2465","system":"hebrew","language":"hebrew","number_value":2465,"lemma":"חֶלֶד","transliteration":"cheled","pronunciation":"kheh'-led","derivation":"from an unused root apparently meaning to glide swiftly;","strongs_definition":"life (as a fleeting portion of time); hence, the world (as transient)","kjv_definition":"age, short time, world."} +{"id":"H2466","strongs_number":"H2466","system":"hebrew","language":"hebrew","number_value":2466,"lemma":"חֵלֶד","transliteration":"chêled","pronunciation":"khay'-led","derivation":"the same as H2465 (חֶלֶד);","strongs_definition":"Cheled, an Israelite","kjv_definition":"Heled."} +{"id":"H2467","strongs_number":"H2467","system":"hebrew","language":"hebrew","number_value":2467,"lemma":"חֹלֶד","transliteration":"chôled","pronunciation":"kho'-led","derivation":"from the same as H2465 (חֶלֶד);","strongs_definition":"a weasel (from its gliding motion)","kjv_definition":"weasel."} +{"id":"H2468","strongs_number":"H2468","system":"hebrew","language":"hebrew","number_value":2468,"lemma":"חֻלְדָּה","transliteration":"Chuldâh","pronunciation":"khool-daw'","derivation":"feminine of H2467 (חֹלֶד);","strongs_definition":"Chuldah, an Israelitess","kjv_definition":"Huldah."} +{"id":"H2469","strongs_number":"H2469","system":"hebrew","language":"hebrew","number_value":2469,"lemma":"חֶלְדַּי","transliteration":"Chelday","pronunciation":"khel-dah'-ee","derivation":"from H2466 (חֵלֶד); worldliness;","strongs_definition":"Cheldai, the name of two Israelites","kjv_definition":"Heldai."} +{"id":"H2470","strongs_number":"H2470","system":"hebrew","language":"hebrew","number_value":2470,"lemma":"חָלָה","transliteration":"châlâh","pronunciation":"khaw-law'","derivation":"a primitive root (compare H2342 (חוּל), H2470 (חָלָה), H2490 (חָלַל));","strongs_definition":"properly, to be rubbed or worn; hence (figuratively) to be weak, sick, afflicted; or (causatively) to grieve, make sick; also to stroke (in flattering), entreat","kjv_definition":"beseech, (be) diseased, (put to) grief, be grieved, (be) grievous, infirmity, intreat, lay to, put to pain, [idiom] pray, make prayer, be (fall, make) sick, sore, be sorry, make suit ([idiom] supplication), woman in travail, be (become) weak, be wounded."} +{"id":"H2471","strongs_number":"H2471","system":"hebrew","language":"hebrew","number_value":2471,"lemma":"חַלָּה","transliteration":"challâh","pronunciation":"khal-law'","derivation":"from H2490 (חָלַל);","strongs_definition":"a cake (as usually punctured)","kjv_definition":"cake."} +{"id":"H2472","strongs_number":"H2472","system":"hebrew","language":"hebrew","number_value":2472,"lemma":"חֲלוֹם","transliteration":"chălôwm","pronunciation":"khal-ome'","derivation":"or (shortened) חֲלֹם; from H2492 (חָלַם);","strongs_definition":"a dream","kjv_definition":"dream(-er)."} +{"id":"H2473","strongs_number":"H2473","system":"hebrew","language":"hebrew","number_value":2473,"lemma":"חֹלוֹן","transliteration":"Chôlôwn","pronunciation":"kho-lone'","derivation":"or (shortened) חֹלֹן; probably from H2344 (חוֹל); sandy;","strongs_definition":"Cholon, the name of two places in Palestine","kjv_definition":"Holon."} +{"id":"H2474","strongs_number":"H2474","system":"hebrew","language":"hebrew","number_value":2474,"lemma":"חַלּוֹן","transliteration":"challôwn","pronunciation":"khal-lone'","derivation":null,"strongs_definition":"a window (as perforated)","kjv_definition":"window."} +{"id":"H2475","strongs_number":"H2475","system":"hebrew","language":"hebrew","number_value":2475,"lemma":"חֲלוֹף","transliteration":"chălôwph","pronunciation":"khal-ofe'","derivation":"from H2498 (חָלַף);","strongs_definition":"properly, surviving; by implication (collectively) orphans","kjv_definition":"[idiom] destruction."} +{"id":"H2476","strongs_number":"H2476","system":"hebrew","language":"hebrew","number_value":2476,"lemma":"חֲלוּשָׁה","transliteration":"chălûwshâh","pronunciation":"khal-oo-shaw'","derivation":"feminine passive participle of H2522 (חָלַשׁ);","strongs_definition":"defeat","kjv_definition":"being overcome."} +{"id":"H2477","strongs_number":"H2477","system":"hebrew","language":"hebrew","number_value":2477,"lemma":"חֲלַח","transliteration":"Chălach","pronunciation":"khal-akh'","derivation":"probably of foreign origin;","strongs_definition":"Chalach, a region of Assyria","kjv_definition":"Halah."} +{"id":"H2478","strongs_number":"H2478","system":"hebrew","language":"hebrew","number_value":2478,"lemma":"חַלְחוּל","transliteration":"Chalchûwl","pronunciation":"khal-khool'","derivation":"by reduplication from H2342 (חוּל); contorted;","strongs_definition":"Chalchul, a place in Palestine","kjv_definition":"Halhul."} +{"id":"H2479","strongs_number":"H2479","system":"hebrew","language":"hebrew","number_value":2479,"lemma":"חַלְחָלָה","transliteration":"chalchâlâh","pronunciation":"khal-khaw-law'","derivation":"feminine from the same as H2478 (חַלְחוּל);","strongs_definition":"writhing (in childbirth); by implication, terror","kjv_definition":"(great, much) pain."} +{"id":"H2480","strongs_number":"H2480","system":"hebrew","language":"hebrew","number_value":2480,"lemma":"חָלַט","transliteration":"châlaṭ","pronunciation":"khaw-lat'","derivation":"a primitive root;","strongs_definition":"to snatch at","kjv_definition":"catch."} +{"id":"H2481","strongs_number":"H2481","system":"hebrew","language":"hebrew","number_value":2481,"lemma":"חֲלִי","transliteration":"chălîy","pronunciation":"khal-ee'","derivation":"from H2470 (חָלָה);","strongs_definition":"a trinket (as polished)","kjv_definition":"jewel, ornament."} +{"id":"H2482","strongs_number":"H2482","system":"hebrew","language":"hebrew","number_value":2482,"lemma":"חֲלִי","transliteration":"Chălîy","pronunciation":"khal-ee'","derivation":"the same as H2481 (חֲלִי);","strongs_definition":"Chali, a place in Palestine","kjv_definition":"Hali."} +{"id":"H2483","strongs_number":"H2483","system":"hebrew","language":"hebrew","number_value":2483,"lemma":"חֳלִי","transliteration":"chŏlîy","pronunciation":"khol-ee'","derivation":"from H2470 (חָלָה);","strongs_definition":"malady, anxiety, calamity","kjv_definition":"disease, grief, (is) sick(-ness)."} +{"id":"H2484","strongs_number":"H2484","system":"hebrew","language":"hebrew","number_value":2484,"lemma":"חֶלְיָה","transliteration":"chelyâh","pronunciation":"khel-yaw'","derivation":"feminine of H2481 (חֲלִי);","strongs_definition":"a trinket","kjv_definition":"jewel."} +{"id":"H2485","strongs_number":"H2485","system":"hebrew","language":"hebrew","number_value":2485,"lemma":"חָלִיל","transliteration":"châlîyl","pronunciation":"khaw-leel'","derivation":"from H2490 (חָלַל);","strongs_definition":"a flute (as perforated)","kjv_definition":"pipe."} +{"id":"H2486","strongs_number":"H2486","system":"hebrew","language":"hebrew","number_value":2486,"lemma":"חָלִילָה","transliteration":"châlîylâh","pronunciation":"khaw-lee'-law","derivation":"or חָלִלָה; a directive from H2490 (חָלַל);","strongs_definition":"literal fora profaned thing; used (interj.) far be it!","kjv_definition":"be far, ([idiom] God) forbid."} +{"id":"H2487","strongs_number":"H2487","system":"hebrew","language":"hebrew","number_value":2487,"lemma":"חֲלִיפָה","transliteration":"chălîyphâh","pronunciation":"khal-ee-faw'","derivation":"from H2498 (חָלַף);","strongs_definition":"alternation","kjv_definition":"change, course."} +{"id":"H2488","strongs_number":"H2488","system":"hebrew","language":"hebrew","number_value":2488,"lemma":"חֲלִיצָה","transliteration":"chălîytsâh","pronunciation":"khal-ee-tsaw'","derivation":"from H2503 (חֶלֶץ);","strongs_definition":"spoil","kjv_definition":"armour."} +{"id":"H2489","strongs_number":"H2489","system":"hebrew","language":"hebrew","number_value":2489,"lemma":"חֵלְכָא","transliteration":"chêlᵉkâʼ","pronunciation":"khay-lek-aw'","derivation":"or חֵלְכָה; apparently from an unused root probably meaning to be dark or (figuratively) unhappy;","strongs_definition":"a wretch, i.e. unfortunate","kjv_definition":"poor."} +{"id":"H2490","strongs_number":"H2490","system":"hebrew","language":"hebrew","number_value":2490,"lemma":"חָלַל","transliteration":"châlal","pronunciation":"khaw-lal'","derivation":"a primitive root (compare H2470 (חָלָה)); also denominative (from H2485 (חָלִיל))","strongs_definition":"properly, to bore, i.e. (by implication) to wound, to dissolve; figuratively, to profane (a person, place or thing), to break (one's word), to begin (as if by an 'opening wedge'); to play (the flute)","kjv_definition":"begin ([idiom] men began), defile, [idiom] break, defile, [idiom] eat (as common things), [idiom] first, [idiom] gather the grape thereof, [idiom] take inheritance, pipe, player on instruments, pollute, (cast as) profane (self), prostitute, slay (slain), sorrow, stain, wound."} +{"id":"H2491","strongs_number":"H2491","system":"hebrew","language":"hebrew","number_value":2491,"lemma":"חָלָל","transliteration":"châlâl","pronunciation":"khaw-lawl'","derivation":"from H2490 (חָלַל);","strongs_definition":"pierced (especially to death); figuratively, polluted","kjv_definition":"kill, profane, slain (man), [idiom] slew, (deadly) wounded."} +{"id":"H2492","strongs_number":"H2492","system":"hebrew","language":"hebrew","number_value":2492,"lemma":"חָלַם","transliteration":"châlam","pronunciation":"khaw-lam'","derivation":"a primitive root;","strongs_definition":"properly, to bind firmly, i.e. (by implication) to be (causatively to make) plump; also (through the figurative sense of dumbness) to dream","kjv_definition":"(cause to) dream(-er), be in good liking, recover."} +{"id":"H2493","strongs_number":"H2493","system":"hebrew","language":"hebrew","number_value":2493,"lemma":"חֵלֶם","transliteration":"chêlem","pronunciation":"khay'-lem","derivation":"(Aramaic) from a root corresponding to H2492 (חָלַם);","strongs_definition":"a dream","kjv_definition":"dream."} +{"id":"H2494","strongs_number":"H2494","system":"hebrew","language":"hebrew","number_value":2494,"lemma":"חֵלֶם","transliteration":"Chêlem","pronunciation":"khay'lem","derivation":"from H2492 (חָלַם); a dream;","strongs_definition":"Chelem, an Israelite","kjv_definition":"Helem. Compare H2469 (חֶלְדַּי)."} +{"id":"H2495","strongs_number":"H2495","system":"hebrew","language":"hebrew","number_value":2495,"lemma":"חַלָּמוּת","transliteration":"challâmûwth","pronunciation":"khal-law-mooth'","derivation":"from H2492 (חָלַם) (in the sense of insipidity);","strongs_definition":"probably purslain","kjv_definition":"egg."} +{"id":"H2496","strongs_number":"H2496","system":"hebrew","language":"hebrew","number_value":2496,"lemma":"חַלָּמִישׁ","transliteration":"challâmîysh","pronunciation":"klal-law-meesh'","derivation":"probably from H2492 (חָלַם) (in the sense of hardness);","strongs_definition":"flint","kjv_definition":"flint(-y), rock."} +{"id":"H2497","strongs_number":"H2497","system":"hebrew","language":"hebrew","number_value":2497,"lemma":"חֵלֹן","transliteration":"Chêlôn","pronunciation":"khay-lone'","derivation":"from H2428 (חַיִל); strong;","strongs_definition":"Chelon, an Israelite","kjv_definition":"Helon."} +{"id":"H2498","strongs_number":"H2498","system":"hebrew","language":"hebrew","number_value":2498,"lemma":"חָלַף","transliteration":"châlaph","pronunciation":"khaw-laf'","derivation":"a primitive root;","strongs_definition":"properly, to slide by, i.e. (by implication) to hasten away, pass on, spring up, pierce or change","kjv_definition":"abolish, alter, change, cut off, go on forward, grow up, be over, pass (away, on, through), renew, sprout, strike through."} +{"id":"H2499","strongs_number":"H2499","system":"hebrew","language":"hebrew","number_value":2499,"lemma":"חֲלַף","transliteration":"chălaph","pronunciation":"khal-af'","derivation":"(Aramaic) corresponding to H2498 (חָלַף);","strongs_definition":"to pass on (of time)","kjv_definition":"pass."} +{"id":"H2500","strongs_number":"H2500","system":"hebrew","language":"hebrew","number_value":2500,"lemma":"חֵלֶף","transliteration":"chêleph","pronunciation":"klay'-lef","derivation":"from H2498 (חָלַף);","strongs_definition":"properly, exchange; hence (as preposition) instead of","kjv_definition":"[idiom] for."} +{"id":"H2501","strongs_number":"H2501","system":"hebrew","language":"hebrew","number_value":2501,"lemma":"חֶלֶף","transliteration":"Cheleph","pronunciation":"kheh'lef","derivation":"the same as H2500 (חֵלֶף); change;","strongs_definition":"Cheleph, a place in Palestine","kjv_definition":"Heleph."} +{"id":"H2502","strongs_number":"H2502","system":"hebrew","language":"hebrew","number_value":2502,"lemma":"חָלַץ","transliteration":"châlats","pronunciation":"khaw-lats'","derivation":"a primitive root;","strongs_definition":"to pull off; hence (intensively) to strip, (reflex.) to depart; by implication, to deliver, equip (for fight); present, strengthen","kjv_definition":"arm (self), (go, ready) armed ([idiom] man, soldier), deliver, draw out, make fat, loose, (ready) prepared, put off, take away, withdraw self."} +{"id":"H2503","strongs_number":"H2503","system":"hebrew","language":"hebrew","number_value":2503,"lemma":"חֶלֶץ","transliteration":"Chelets","pronunciation":"kheh'-lets","derivation":"or חֵלֶץ; from H2502 (חָלַץ); perhaps, strength;","strongs_definition":"Chelets, the name of two Israelites","kjv_definition":"Helez."} +{"id":"H2504","strongs_number":"H2504","system":"hebrew","language":"hebrew","number_value":2504,"lemma":"חָלָץ","transliteration":"châlâts","pronunciation":"khaw-lawts'","derivation":"from H2502 (חָלַץ) (in the sense of strength); only in the dual;","strongs_definition":"the loins (as the seat of vigor)","kjv_definition":"loins, reins."} +{"id":"H2505","strongs_number":"H2505","system":"hebrew","language":"hebrew","number_value":2505,"lemma":"חָלַק","transliteration":"châlaq","pronunciation":"khaw-lak'","derivation":"a primitive root;","strongs_definition":"to be smooth (figuratively); by implication (as smooth stones were used for lots) to apportion or separate","kjv_definition":"deal, distribute, divide, flatter, give, (have, im-) part(-ner), take away a portion, receive, separate self, (be) smooth(-er)."} +{"id":"H2506","strongs_number":"H2506","system":"hebrew","language":"hebrew","number_value":2506,"lemma":"חֵלֶק","transliteration":"chêleq","pronunciation":"khay'lek","derivation":"from H2505 (חָלַק);","strongs_definition":"properly, smoothness (of the tongue); also an allotment","kjv_definition":"flattery, inheritance, part, [idiom] partake, portion."} +{"id":"H2507","strongs_number":"H2507","system":"hebrew","language":"hebrew","number_value":2507,"lemma":"חֵלֶק","transliteration":"Chêleq","pronunciation":"khay'-lek","derivation":"the same as H2506 (חֵלֶק); portion;","strongs_definition":"Chelek, an Israelite","kjv_definition":"Helek."} +{"id":"H2508","strongs_number":"H2508","system":"hebrew","language":"hebrew","number_value":2508,"lemma":"חֲלָק","transliteration":"chălâq","pronunciation":"khal-awk'","derivation":"(Aramaic) from a root corresponding to H2505 (חָלַק);","strongs_definition":"a part","kjv_definition":"portion."} +{"id":"H2509","strongs_number":"H2509","system":"hebrew","language":"hebrew","number_value":2509,"lemma":"חָלָק","transliteration":"châlâq","pronunciation":"khaw-lawk'","derivation":"from H2505 (חָלַק);","strongs_definition":"smooth (especially of tongue)","kjv_definition":"flattering, smooth."} +{"id":"H2510","strongs_number":"H2510","system":"hebrew","language":"hebrew","number_value":2510,"lemma":"חָלָק","transliteration":"Châlâq","pronunciation":"khaw-lawk'","derivation":"the same as H2509 (חָלָק); bare;","strongs_definition":"Chalak, a mountain of Idumaea","kjv_definition":"Halak."} +{"id":"H2511","strongs_number":"H2511","system":"hebrew","language":"hebrew","number_value":2511,"lemma":"חַלָּק","transliteration":"challâq","pronunciation":"khal-lawk'","derivation":"from H2505 (חָלַק);","strongs_definition":"smooth","kjv_definition":"smooth."} +{"id":"H2512","strongs_number":"H2512","system":"hebrew","language":"hebrew","number_value":2512,"lemma":"חַלֻּק","transliteration":"challuq","pronunciation":"khal-look'","derivation":"from H2505 (חָלַק);","strongs_definition":"smooth","kjv_definition":"smooth."} +{"id":"H2513","strongs_number":"H2513","system":"hebrew","language":"hebrew","number_value":2513,"lemma":"חֶלְקָה","transliteration":"chelqâh","pronunciation":"khel-kaw'","derivation":"feminine of H2506 (חֵלֶק);","strongs_definition":"properly, smoothness; figuratively, flattery; also an allotment","kjv_definition":"field, flattering(-ry), ground, parcel, part, piece of land (ground), plat, portion, slippery place, smooth (thing)."} +{"id":"H2514","strongs_number":"H2514","system":"hebrew","language":"hebrew","number_value":2514,"lemma":"חֲלַקָּה","transliteration":"chălaqqâh","pronunciation":"khal-ak-kaw'","derivation":"feminine from H2505 (חָלַק);","strongs_definition":"flattery","kjv_definition":"flattery."} +{"id":"H2515","strongs_number":"H2515","system":"hebrew","language":"hebrew","number_value":2515,"lemma":"חֲלֻקָּה","transliteration":"chăluqqâh","pronunciation":"khal-ook-kaw'","derivation":"feminine of H2512 (חַלֻּק);","strongs_definition":"a distribution","kjv_definition":"division."} +{"id":"H2516","strongs_number":"H2516","system":"hebrew","language":"hebrew","number_value":2516,"lemma":"חֶלְקִי","transliteration":"Chelqîy","pronunciation":"khel-kee'","derivation":"patronymically from H2507 (חֵלֶק);","strongs_definition":"a Chelkite or descendant of Chelek","kjv_definition":"Helkites."} +{"id":"H2517","strongs_number":"H2517","system":"hebrew","language":"hebrew","number_value":2517,"lemma":"חֶלְקַי","transliteration":"Chelqay","pronunciation":"khel-kah'ee","derivation":"from H2505 (חָלַק); apportioned;","strongs_definition":"Chelkai, an Israelite","kjv_definition":"Helkai."} +{"id":"H2518","strongs_number":"H2518","system":"hebrew","language":"hebrew","number_value":2518,"lemma":"חִלְקִיָּה","transliteration":"Chilqîyâh","pronunciation":"khil-kee-yaw'","derivation":"or חִלְקִיָּהוּ; from H2506 (חֵלֶק) and H3050 (יָהּ); portion of Jah;","strongs_definition":"Chilhijah, the name of eight Israelites","kjv_definition":"Hillkiah."} +{"id":"H2519","strongs_number":"H2519","system":"hebrew","language":"hebrew","number_value":2519,"lemma":"חֲלַקְלַקָּה","transliteration":"chălaqlaqqâh","pronunciation":"khal-ak-lak-kaw'","derivation":"by reduplication from H2505 (חָלַק);","strongs_definition":"properly, something very smooth; i.e. a treacherous spot; figuratively, blandishment","kjv_definition":"flattery, slippery."} +{"id":"H2520","strongs_number":"H2520","system":"hebrew","language":"hebrew","number_value":2520,"lemma":"חֶלְקַת","transliteration":"Chelqath","pronunciation":"khel-kath'","derivation":"a form of H2513 (חֶלְקָה); smoothness;","strongs_definition":"Chelkath, a place in Palestine","kjv_definition":"Helkath."} +{"id":"H2521","strongs_number":"H2521","system":"hebrew","language":"hebrew","number_value":2521,"lemma":"חֶלְקַת הַצֻּרִים","transliteration":"Chelqath hats-Tsurîym","pronunciation":"khel-kath' hatstsoo-reem'","derivation":"from H2520 (חֶלְקַת) and the plural of H6697 (צוּר), with the article inserted; smoothness of the rocks;","strongs_definition":"Chelkath Hats-tsurim, a place in Palestine","kjv_definition":"Helkath-hazzurim."} +{"id":"H2522","strongs_number":"H2522","system":"hebrew","language":"hebrew","number_value":2522,"lemma":"חָלַשׁ","transliteration":"châlash","pronunciation":"khaw-lash'","derivation":"a primitive root;","strongs_definition":"to prostrate; by implication, to overthrow, decay","kjv_definition":"discomfit, waste away, weaken."} +{"id":"H2523","strongs_number":"H2523","system":"hebrew","language":"hebrew","number_value":2523,"lemma":"חַלָּשׁ","transliteration":"challâsh","pronunciation":"khal-lawsh'","derivation":"from H2522 (חָלַשׁ);","strongs_definition":"frail","kjv_definition":"weak."} +{"id":"H2524","strongs_number":"H2524","system":"hebrew","language":"hebrew","number_value":2524,"lemma":"חָם","transliteration":"châm","pronunciation":"khawm","derivation":"from the same as H2346 (חוֹמָה);","strongs_definition":"a father-in-law (as in affinity)","kjv_definition":"father in law."} +{"id":"H2525","strongs_number":"H2525","system":"hebrew","language":"hebrew","number_value":2525,"lemma":"חָם","transliteration":"châm","pronunciation":"khawm","derivation":"from H2552 (חָמַם);","strongs_definition":"hot","kjv_definition":"hot, warm."} +{"id":"H2526","strongs_number":"H2526","system":"hebrew","language":"hebrew","number_value":2526,"lemma":"חָם","transliteration":"Châm","pronunciation":"khawm","derivation":"the same as H2525 (חָם); hot (from the tropical habitat);","strongs_definition":"Cham, a son of Noah; also (as a patronymic) his descendants or their country","kjv_definition":"Ham."} +{"id":"H2527","strongs_number":"H2527","system":"hebrew","language":"hebrew","number_value":2527,"lemma":"חֹם","transliteration":"chôm","pronunciation":"khome","derivation":"from H2552 (חָמַם);","strongs_definition":"heat","kjv_definition":"heat, to be hot (warm)."} +{"id":"H2528","strongs_number":"H2528","system":"hebrew","language":"hebrew","number_value":2528,"lemma":"חֱמָא","transliteration":"chĕmâʼ","pronunciation":"khem-aw'","derivation":"(Aramaic) or חֲמָה; (Aramaic), corresponding to H2534 (חֵמָה);","strongs_definition":"anger","kjv_definition":"fury."} +{"id":"H2529","strongs_number":"H2529","system":"hebrew","language":"hebrew","number_value":2529,"lemma":"חֶמְאָה","transliteration":"chemʼâh","pronunciation":"khem-aw'","derivation":"or (shortened) חֵמָה; from the same root as H2346 (חוֹמָה);","strongs_definition":"curdled milk or cheese","kjv_definition":"butter."} +{"id":"H2530","strongs_number":"H2530","system":"hebrew","language":"hebrew","number_value":2530,"lemma":"חָמַד","transliteration":"châmad","pronunciation":"khaw-mad'","derivation":"a primitive root;","strongs_definition":"to delight in","kjv_definition":"beauty, greatly beloved, covet, delectable thing, ([idiom] great) delight, desire, goodly, lust, (be) pleasant (thing), precious (thing)."} +{"id":"H2531","strongs_number":"H2531","system":"hebrew","language":"hebrew","number_value":2531,"lemma":"חֶמֶד","transliteration":"chemed","pronunciation":"kheh'-med","derivation":"from H2530 (חָמַד);","strongs_definition":"delight","kjv_definition":"desirable, pleasant."} +{"id":"H2532","strongs_number":"H2532","system":"hebrew","language":"hebrew","number_value":2532,"lemma":"חֶמְדָּה","transliteration":"chemdâh","pronunciation":"khem-daw'","derivation":"feminine of H2531 (חֶמֶד);","strongs_definition":"delight","kjv_definition":"desire, goodly, pleasant, precious."} +{"id":"H2533","strongs_number":"H2533","system":"hebrew","language":"hebrew","number_value":2533,"lemma":"חֶמְדָּן","transliteration":"Chemdân","pronunciation":"khem-dawn'","derivation":"from H2531 (חֶמֶד); pleasant;","strongs_definition":"Chemdan, an Idumaean","kjv_definition":"Hemdan."} +{"id":"H2534","strongs_number":"H2534","system":"hebrew","language":"hebrew","number_value":2534,"lemma":"חֵמָה","transliteration":"chêmâh","pronunciation":"khay-maw'","derivation":"or (Daniel 11:44) חֵמָא; from H3179 (יָחַם);","strongs_definition":"heat; figuratively, anger, poison (from its fever)","kjv_definition":"anger, bottles, hot displeasure, furious(-ly, -ry), heat, indignation, poison, rage, wrath(-ful). See H2529 (חֶמְאָה)."} +{"id":"H2535","strongs_number":"H2535","system":"hebrew","language":"hebrew","number_value":2535,"lemma":"חַמָּה","transliteration":"chammâh","pronunciation":"kham-maw'","derivation":"from H2525 (חָם);","strongs_definition":"heat; by implication, the sun","kjv_definition":"heat, sun."} +{"id":"H2536","strongs_number":"H2536","system":"hebrew","language":"hebrew","number_value":2536,"lemma":"חַמּוּאֵל","transliteration":"Chammûwʼêl","pronunciation":"kham-moo-ale'","derivation":"from H2535 (חַמָּה) and H410 (אֵל); anger of God;","strongs_definition":"Chammuel, an Israelite","kjv_definition":"Hamuel."} +{"id":"H2537","strongs_number":"H2537","system":"hebrew","language":"hebrew","number_value":2537,"lemma":"חֲמוּטַל","transliteration":"Chămûwṭal","pronunciation":"kham-oo-tal'","derivation":"or חֲמִיטַל; from H2524 (חָם) and H2919 (טַל); father-in-law of dew;","strongs_definition":"Chamutal or Chamital, an Israelitess","kjv_definition":"Hamutal."} +{"id":"H2538","strongs_number":"H2538","system":"hebrew","language":"hebrew","number_value":2538,"lemma":"חָמוּל","transliteration":"Châmûwl","pronunciation":"khaw-mool'","derivation":"from H2550 (חָמַל); pitied;","strongs_definition":"Chamul, an Israelite","kjv_definition":"Hamul."} +{"id":"H2539","strongs_number":"H2539","system":"hebrew","language":"hebrew","number_value":2539,"lemma":"חָמוּלִי","transliteration":"Châmûwlîy","pronunciation":"khaw-moo-lee'","derivation":"patronymically from H2538 (חָמוּל);","strongs_definition":"a Chamulite (collectively) or descendants of Chamul","kjv_definition":"Hamulites."} +{"id":"H2540","strongs_number":"H2540","system":"hebrew","language":"hebrew","number_value":2540,"lemma":"חַמּוֹן","transliteration":"Chammôwn","pronunciation":"kham-mone'","derivation":"from H2552 (חָמַם); warm spring;","strongs_definition":"Chammon, the name of two places in Palestine","kjv_definition":"Hammon."} +{"id":"H2541","strongs_number":"H2541","system":"hebrew","language":"hebrew","number_value":2541,"lemma":"חָמוֹץ","transliteration":"châmôwts","pronunciation":"khaw-motse'","derivation":"from H2556 (חָמֵץ);","strongs_definition":"properly, violent; by implication, a robber","kjv_definition":"oppressed."} +{"id":"H2542","strongs_number":"H2542","system":"hebrew","language":"hebrew","number_value":2542,"lemma":"חַמּוּק","transliteration":"chammûwq","pronunciation":"kham-mook'","derivation":"from H2559 (חָמַק);","strongs_definition":"a wrapping, i.e. drawers","kjv_definition":"joints."} +{"id":"H2543","strongs_number":"H2543","system":"hebrew","language":"hebrew","number_value":2543,"lemma":"חֲמוֹר","transliteration":"chămôwr","pronunciation":"kham-ore'","derivation":"or (shortened) חֲמֹר; from H2560 (חָמַר);","strongs_definition":"a male ass (from its dun red)","kjv_definition":"(he) ass."} +{"id":"H2544","strongs_number":"H2544","system":"hebrew","language":"hebrew","number_value":2544,"lemma":"חֲמוֹר","transliteration":"Chămôwr","pronunciation":"kham-ore'","derivation":"the same as H2543 (חֲמוֹר); donkey;","strongs_definition":"Chamor, a Canaanite","kjv_definition":"Hamor."} +{"id":"H2545","strongs_number":"H2545","system":"hebrew","language":"hebrew","number_value":2545,"lemma":"חֲמוֹת","transliteration":"chămôwth","pronunciation":"kham-oth'","derivation":"or (shortened) חֲמֹת; feminine of H2524 (חָם);","strongs_definition":"a mother-in-law","kjv_definition":"mother in law."} +{"id":"H2546","strongs_number":"H2546","system":"hebrew","language":"hebrew","number_value":2546,"lemma":"חֹמֶט","transliteration":"chômeṭ","pronunciation":"kho'met","derivation":"from an unused root probably meaning, to lie low;","strongs_definition":"a lizard (as creeping)","kjv_definition":"snail."} +{"id":"H2547","strongs_number":"H2547","system":"hebrew","language":"hebrew","number_value":2547,"lemma":"חֻמְטָה","transliteration":"Chumṭâh","pronunciation":"khoom-taw'","derivation":"feminine of H2546 (חֹמֶט); low;","strongs_definition":"Chumtah, a place in Palestine","kjv_definition":"Humtah."} +{"id":"H2548","strongs_number":"H2548","system":"hebrew","language":"hebrew","number_value":2548,"lemma":"חָמִיץ","transliteration":"châmîyts","pronunciation":"khaw-meets'","derivation":"from H2556 (חָמֵץ);","strongs_definition":"seasoned, i.e. salt provender","kjv_definition":"clean."} +{"id":"H2549","strongs_number":"H2549","system":"hebrew","language":"hebrew","number_value":2549,"lemma":"חֲמִישִׁי","transliteration":"chămîyshîy","pronunciation":"kham-ee-shee'","derivation":"or חֲמִשִּׁי; ordinal from H2568 (חָמֵשׁ);","strongs_definition":"fifth; also a fifth","kjv_definition":"fifth (part)."} +{"id":"H2550","strongs_number":"H2550","system":"hebrew","language":"hebrew","number_value":2550,"lemma":"חָמַל","transliteration":"châmal","pronunciation":"khaw-mal'","derivation":"a primitive root;","strongs_definition":"to commiserate; by implication, to spare","kjv_definition":"have compassion, (have) pity, spare."} +{"id":"H2551","strongs_number":"H2551","system":"hebrew","language":"hebrew","number_value":2551,"lemma":"חֶמְלָה","transliteration":"chemlâh","pronunciation":"khem-law'","derivation":"from H2550 (חָמַל);","strongs_definition":"commiseration","kjv_definition":"merciful, pity."} +{"id":"H2552","strongs_number":"H2552","system":"hebrew","language":"hebrew","number_value":2552,"lemma":"חָמַם","transliteration":"châmam","pronunciation":"khaw-mam'","derivation":"a primitive root;","strongs_definition":"to be hot (literally or figuratively)","kjv_definition":"enflame self, get (have) heat, be (wax) hot, (be, wax) warm (self, at)."} +{"id":"H2553","strongs_number":"H2553","system":"hebrew","language":"hebrew","number_value":2553,"lemma":"חַמָּן","transliteration":"chammân","pronunciation":"kham-mawn'","derivation":"from H2535 (חַמָּה);","strongs_definition":"a sun-pillar","kjv_definition":"idol, image."} +{"id":"H2554","strongs_number":"H2554","system":"hebrew","language":"hebrew","number_value":2554,"lemma":"חָמַס","transliteration":"châmaç","pronunciation":"khaw-mas'","derivation":"a primitive root;","strongs_definition":"to be violent; by implication, to maltreat","kjv_definition":"make bare, shake off, violate, do violence, take away violently, wrong, imagine wrongfully."} +{"id":"H2555","strongs_number":"H2555","system":"hebrew","language":"hebrew","number_value":2555,"lemma":"חָמָס","transliteration":"châmâç","pronunciation":"khaw-mawce'","derivation":"from H2554 (חָמַס);","strongs_definition":"violence; by implication, wrong; by meton. unjust gain","kjv_definition":"cruel(-ty), damage, false, injustice, [idiom] oppressor, unrighteous, violence (against, done), violent (dealing), wrong."} +{"id":"H2556","strongs_number":"H2556","system":"hebrew","language":"hebrew","number_value":2556,"lemma":"חָמֵץ","transliteration":"châmêts","pronunciation":"khaw-mates'","derivation":"a primitive root;","strongs_definition":"to be pungent; i.e. in taste (sour, i.e. literally fermented, or figuratively, harsh), in color (dazzling)","kjv_definition":"cruel (man), dyed, be grieved, leavened."} +{"id":"H2557","strongs_number":"H2557","system":"hebrew","language":"hebrew","number_value":2557,"lemma":"חָמֵץ","transliteration":"châmêts","pronunciation":"khaw-mates'","derivation":"from H2556 (חָמֵץ);","strongs_definition":"ferment, (figuratively) extortion","kjv_definition":"leaven, leavened (bread)."} +{"id":"H2558","strongs_number":"H2558","system":"hebrew","language":"hebrew","number_value":2558,"lemma":"חֹמֶץ","transliteration":"chômets","pronunciation":"kho'-mets","derivation":"from H2556 (חָמֵץ);","strongs_definition":"vinegar","kjv_definition":"vinegar."} +{"id":"H2559","strongs_number":"H2559","system":"hebrew","language":"hebrew","number_value":2559,"lemma":"חָמַק","transliteration":"châmaq","pronunciation":"khaw-mak'","derivation":"a primitive root;","strongs_definition":"properly, to wrap; hence, to depart (i.e. turn about)","kjv_definition":"go about, withdraw self."} +{"id":"H2560","strongs_number":"H2560","system":"hebrew","language":"hebrew","number_value":2560,"lemma":"חָמַר","transliteration":"châmar","pronunciation":"khaw-mar'","derivation":"a primitive root; also as denominative (from H2564 (חֵמָר))","strongs_definition":"properly, to boil up; hence, to ferment (with scum); to glow (with redness); to smear with pitch","kjv_definition":"daub, befoul, be red, trouble."} +{"id":"H2561","strongs_number":"H2561","system":"hebrew","language":"hebrew","number_value":2561,"lemma":"חֶמֶר","transliteration":"chemer","pronunciation":"kheh'-mer","derivation":"from H2560 (חָמַר);","strongs_definition":"wine (as fermenting)","kjv_definition":"[idiom] pure, red wine."} +{"id":"H2562","strongs_number":"H2562","system":"hebrew","language":"hebrew","number_value":2562,"lemma":"חֲמַר","transliteration":"chămar","pronunciation":"kham-ar'","derivation":"(Aramaic) corresponding to H2561 (חֶמֶר);","strongs_definition":"wine","kjv_definition":"wine."} +{"id":"H2563","strongs_number":"H2563","system":"hebrew","language":"hebrew","number_value":2563,"lemma":"חֹמֶר","transliteration":"chômer","pronunciation":"kho'mer","derivation":"from H2560 (חָמַר);","strongs_definition":"properly, a bubbling up, i.e. of water, a wave; of earth, mire or clay (cement); also a heap; hence, a chomer or dry measure","kjv_definition":"clay, heap, homer, mire, motion."} +{"id":"H2564","strongs_number":"H2564","system":"hebrew","language":"hebrew","number_value":2564,"lemma":"חֵמָר","transliteration":"chêmâr","pronunciation":"khay-mawr'","derivation":"from H2560 (חָמַר);","strongs_definition":"bitumen (as rising to the surface)","kjv_definition":"slime(-pit)."} +{"id":"H2565","strongs_number":"H2565","system":"hebrew","language":"hebrew","number_value":2565,"lemma":"חֲמֹרָה","transliteration":"chămôrâh","pronunciation":"kham-o-raw'","derivation":"from H2560 (חָמַר) (compare H2563 (חֹמֶר));","strongs_definition":"a heap","kjv_definition":"heap."} +{"id":"H2566","strongs_number":"H2566","system":"hebrew","language":"hebrew","number_value":2566,"lemma":"חַמְרָן","transliteration":"Chamrân","pronunciation":"kham-rawn'","derivation":"from H2560 (חָמַר); red;","strongs_definition":"Chamran, an Idumaean","kjv_definition":"Amran."} +{"id":"H2567","strongs_number":"H2567","system":"hebrew","language":"hebrew","number_value":2567,"lemma":"חָמַשׁ","transliteration":"châmash","pronunciation":"khaw-mash'","derivation":"a denominative from H2568 (חָמֵשׁ);","strongs_definition":"to tax a fifth","kjv_definition":"take up the fifth participle"} +{"id":"H2568","strongs_number":"H2568","system":"hebrew","language":"hebrew","number_value":2568,"lemma":"חָמֵשׁ","transliteration":"châmêsh","pronunciation":"khaw-maysh'","derivation":"masculine חֲמִשָּׁה; a primitive numeral;","strongs_definition":"five","kjv_definition":"fif(-teen), fifth, five ([idiom] apiece)."} +{"id":"H2569","strongs_number":"H2569","system":"hebrew","language":"hebrew","number_value":2569,"lemma":"חֹמֶשׁ","transliteration":"chômesh","pronunciation":"kho'-mesh","derivation":"from H2567 (חָמַשׁ);","strongs_definition":"a fifth tax","kjv_definition":"fifth participle"} +{"id":"H2570","strongs_number":"H2570","system":"hebrew","language":"hebrew","number_value":2570,"lemma":"חֹמֶשׁ","transliteration":"chômesh","pronunciation":"kho'-mesh","derivation":"from an unused root probably meaning, to be stout;","strongs_definition":"the abdomen (as obese)","kjv_definition":"fifth (rib)."} +{"id":"H2571","strongs_number":"H2571","system":"hebrew","language":"hebrew","number_value":2571,"lemma":"חָמֻשׁ","transliteration":"châmush","pronunciation":"khaw-moosh'","derivation":"passive participle of the same as H2570 (חֹמֶשׁ);","strongs_definition":"staunch, i.e. able-bodied soldiers","kjv_definition":"armed (men), harnessed."} +{"id":"H2572","strongs_number":"H2572","system":"hebrew","language":"hebrew","number_value":2572,"lemma":"חֲמִשִּׁים","transliteration":"chămishshîym","pronunciation":"kham-ish-sheem'","derivation":"multiple of H2568 (חָמֵשׁ);","strongs_definition":"fifty","kjv_definition":"fifty."} +{"id":"H2573","strongs_number":"H2573","system":"hebrew","language":"hebrew","number_value":2573,"lemma":"חֵמֶת","transliteration":"chêmeth","pronunciation":"klay'-meth","derivation":"from the same as H2346 (חוֹמָה);","strongs_definition":"a skin bottle (as tied up)","kjv_definition":"bottle."} +{"id":"H2574","strongs_number":"H2574","system":"hebrew","language":"hebrew","number_value":2574,"lemma":"חֲמָת","transliteration":"Chămâth","pronunciation":"kham-awth'","derivation":"from the same as H2346 (חוֹמָה); walled;","strongs_definition":"Chamath, a place in Syria","kjv_definition":"Hamath, Hemath."} +{"id":"H2575","strongs_number":"H2575","system":"hebrew","language":"hebrew","number_value":2575,"lemma":"חַמַּת","transliteration":"Chammath","pronunciation":"klam-math'","derivation":"a variation for the first part of H2576 (חַמֹּת דֹּאר); hot springs;","strongs_definition":"Chammath, a place in Palestine","kjv_definition":"Hammath."} +{"id":"H2576","strongs_number":"H2576","system":"hebrew","language":"hebrew","number_value":2576,"lemma":"חַמֹּת דֹּאר","transliteration":"Chammôth Dôʼr","pronunciation":"kham-moth' dore","derivation":"from the plural of H2535 (חַמָּה) and H1756 (דּוֹר); hot springs of Dor;","strongs_definition":"Chammath-Dor, a place in Palestine","kjv_definition":"Hamath-Dor."} +{"id":"H2577","strongs_number":"H2577","system":"hebrew","language":"hebrew","number_value":2577,"lemma":"חֲמָתִי","transliteration":"Chămâthîy","pronunciation":"kham-aw-thee'","derivation":"patrial from H2574 (חֲמָת);","strongs_definition":"a Chamathite or native of Chamath","kjv_definition":"Hamathite."} +{"id":"H2578","strongs_number":"H2578","system":"hebrew","language":"hebrew","number_value":2578,"lemma":"חֲמַת צוֹבָה","transliteration":"Chămath Tsôwbâh","pronunciation":"kham-ath' tso-baw'","derivation":"from H2574 (חֲמָת) and H6678 (צוֹבָא); Chamath of Tsobah; probably the same as H2574 (חֲמָת)","strongs_definition":"Chamath-Tsobah","kjv_definition":"Hamath-Zobah."} +{"id":"H2579","strongs_number":"H2579","system":"hebrew","language":"hebrew","number_value":2579,"lemma":"חֲמַת רַבָּה","transliteration":"Chămath Rabbâh","pronunciation":"kham-ath' rab-baw'","derivation":"from H2574 (חֲמָת) and H7237 (רַבָּה); Chamath of Rabbah; probably the same as H2574 (חֲמָת).","strongs_definition":"Chamath-Rabbah","kjv_definition":null} +{"id":"H2580","strongs_number":"H2580","system":"hebrew","language":"hebrew","number_value":2580,"lemma":"חֵן","transliteration":"chên","pronunciation":"khane","derivation":"from H2603 (חָנַן);","strongs_definition":"graciousness, i.e. subjective (kindness, favor) or objective (beauty)","kjv_definition":"favour, grace(-ious), pleasant, precious, (well-) favoured."} +{"id":"H2581","strongs_number":"H2581","system":"hebrew","language":"hebrew","number_value":2581,"lemma":"חֵן","transliteration":"Chên","pronunciation":"khane","derivation":"the same as H2580 (חֵן); grace;","strongs_definition":"Chen, a figurative name for an Israelite","kjv_definition":"Hen."} +{"id":"H2582","strongs_number":"H2582","system":"hebrew","language":"hebrew","number_value":2582,"lemma":"חֵנָדָד","transliteration":"Chênâdâd","pronunciation":"khay-naw-dawd'","derivation":"probably from H2580 (חֵן) and H1908 (הֲדַד); favor of Hadad;","strongs_definition":"Chenadad, an Israelite","kjv_definition":"Henadad."} +{"id":"H2583","strongs_number":"H2583","system":"hebrew","language":"hebrew","number_value":2583,"lemma":"חָנָה","transliteration":"chânâh","pronunciation":"khaw-naw'","derivation":"a primitive root (compare H2603 (חָנַן));","strongs_definition":"properly, to incline; by implication, to decline (of the slanting rays of evening); specifically, to pitch atent; gen. to encamp (for abode or siege)","kjv_definition":"abide (in tents), camp, dwell, encamp, grow to an end, lie, pitch (tent), rest in tent."} +{"id":"H2584","strongs_number":"H2584","system":"hebrew","language":"hebrew","number_value":2584,"lemma":"חַנָּה","transliteration":"Channâh","pronunciation":"khan-naw'","derivation":"from H2603 (חָנַן); favored;","strongs_definition":"Channah, an Israelitess","kjv_definition":"Hannah."} +{"id":"H2585","strongs_number":"H2585","system":"hebrew","language":"hebrew","number_value":2585,"lemma":"חֲנוֹךְ","transliteration":"Chănôwk","pronunciation":"khan-oke'","derivation":"from H2596 (חָנַךְ); initiated;","strongs_definition":"Chanok, an antediluvian patriach","kjv_definition":"Enoch."} +{"id":"H2586","strongs_number":"H2586","system":"hebrew","language":"hebrew","number_value":2586,"lemma":"חָנוּן","transliteration":"Chânûwn","pronunciation":"khaw-noon'","derivation":"from H2603 (חָנַן); favored;","strongs_definition":"Chanun, the name of an Ammonite and of two Israelites","kjv_definition":"Hanun."} +{"id":"H2587","strongs_number":"H2587","system":"hebrew","language":"hebrew","number_value":2587,"lemma":"חַנּוּן","transliteration":"channûwn","pronunciation":"khan-noon'","derivation":"from H2603 (חָנַן);","strongs_definition":"gracious","kjv_definition":"gracious."} +{"id":"H2588","strongs_number":"H2588","system":"hebrew","language":"hebrew","number_value":2588,"lemma":"חָנוּת","transliteration":"chânûwth","pronunciation":"khaw-nooth'","derivation":"from H2583 (חָנָה);","strongs_definition":"properly, a vault or cell (with an arch); by implication, a prison","kjv_definition":"cabin."} +{"id":"H2589","strongs_number":"H2589","system":"hebrew","language":"hebrew","number_value":2589,"lemma":"חַנּוֹת","transliteration":"channôwth","pronunciation":"klan-noth'","derivation":"from H2603 (חָנַן) (in the sense of prayer);","strongs_definition":"supplication","kjv_definition":"be gracious, intreated."} +{"id":"H2590","strongs_number":"H2590","system":"hebrew","language":"hebrew","number_value":2590,"lemma":"חָנַט","transliteration":"chânaṭ","pronunciation":"khaw-nat'","derivation":"a primitive root;","strongs_definition":"to spice; by implication, to embalm; also to ripen","kjv_definition":"embalm, put forth."} +{"id":"H2591","strongs_number":"H2591","system":"hebrew","language":"hebrew","number_value":2591,"lemma":"חִנְטָא","transliteration":"chinṭâʼ","pronunciation":"khint-taw'","derivation":"(Aramaic) corresponding to H2406 (חִטָּה);","strongs_definition":"wheat","kjv_definition":"wheat."} +{"id":"H2592","strongs_number":"H2592","system":"hebrew","language":"hebrew","number_value":2592,"lemma":"חַנִּיאֵל","transliteration":"Channîyʼêl","pronunciation":"khan-nee-ale'","derivation":"from H2603 (חָנַן) and H410 (אֵל); favor of God;","strongs_definition":"Channiel, the name of two Israelites","kjv_definition":"Hanniel."} +{"id":"H2593","strongs_number":"H2593","system":"hebrew","language":"hebrew","number_value":2593,"lemma":"חָנִיךְ","transliteration":"chânîyk","pronunciation":"kaw-neek'","derivation":"from H2596 (חָנַךְ);","strongs_definition":"initiated; i.e. practiced","kjv_definition":"trained."} +{"id":"H2594","strongs_number":"H2594","system":"hebrew","language":"hebrew","number_value":2594,"lemma":"חֲנִינָה","transliteration":"chănîynâh","pronunciation":"khan-ee-naw'","derivation":"from H2603 (חָנַן);","strongs_definition":"graciousness","kjv_definition":"favour."} +{"id":"H2595","strongs_number":"H2595","system":"hebrew","language":"hebrew","number_value":2595,"lemma":"חֲנִית","transliteration":"chănîyth","pronunciation":"khan-eeth'","derivation":"from H2583 (חָנָה);","strongs_definition":"a lance (for thrusting, like pitching a tent)","kjv_definition":"javelin, spear."} +{"id":"H2596","strongs_number":"H2596","system":"hebrew","language":"hebrew","number_value":2596,"lemma":"חָנַךְ","transliteration":"chânak","pronunciation":"khaw-nak'","derivation":"a primitive root; (compare H2614 (חָנַק))","strongs_definition":"properly, to narrow; figuratively, to initiate or discipline","kjv_definition":"dedicate, train up."} +{"id":"H2597","strongs_number":"H2597","system":"hebrew","language":"hebrew","number_value":2597,"lemma":"חֲנֻכָּא","transliteration":"chănukkâʼ","pronunciation":"chan-ook-kaw'","derivation":"(Aramaic) corresponding to H2598 (חֲנֻכָּה);","strongs_definition":"consecration","kjv_definition":"dedication."} +{"id":"H2598","strongs_number":"H2598","system":"hebrew","language":"hebrew","number_value":2598,"lemma":"חֲנֻכָּה","transliteration":"chănukkâh","pronunciation":"khan-ook-kaw'","derivation":"from H2596 (חָנַךְ);","strongs_definition":"initiation, i.e. consecration","kjv_definition":"dedicating(-tion)."} +{"id":"H2599","strongs_number":"H2599","system":"hebrew","language":"hebrew","number_value":2599,"lemma":"חֲנֹכִי","transliteration":"Chănôkîy","pronunciation":"khan-o-kee'","derivation":"patronymically from H2585 (חֲנוֹךְ);","strongs_definition":"a Chanokite (collectively) or descendants of Chanok","kjv_definition":"Hanochites."} +{"id":"H2600","strongs_number":"H2600","system":"hebrew","language":"hebrew","number_value":2600,"lemma":"חִנָּם","transliteration":"chinnâm","pronunciation":"khin-nawm'","derivation":"from H2580 (חֵן);","strongs_definition":"gratis, i.e. devoid of cost, reason or advantage","kjv_definition":"without a cause (cost, wages), causeless, to cost nothing, free(-ly), innocent, for nothing (nought, in vain."} +{"id":"H2601","strongs_number":"H2601","system":"hebrew","language":"hebrew","number_value":2601,"lemma":"חֲנַמְאֵל","transliteration":"Chănamʼêl","pronunciation":"khan-am-ale'","derivation":"probably by orthographical variation for H2606 (חֲנַנְאֵל);","strongs_definition":"Chanamel, an Israelite","kjv_definition":"Hanameel."} +{"id":"H2602","strongs_number":"H2602","system":"hebrew","language":"hebrew","number_value":2602,"lemma":"חֲנָמָל","transliteration":"chănâmâl","pronunciation":"khan-aw-mawl'","derivation":"of uncertain derivation;","strongs_definition":"perhaps the aphis or plantlouse","kjv_definition":"frost."} +{"id":"H2603","strongs_number":"H2603","system":"hebrew","language":"hebrew","number_value":2603,"lemma":"חָנַן","transliteration":"chânan","pronunciation":"khaw-nan'","derivation":"a primitive root (compare H2583 (חָנָה));","strongs_definition":"properly, to bend or stoop in kindness to an inferior; to favor, bestow; causatively to implore (i.e. move to favor by petition)","kjv_definition":"beseech, [idiom] fair, (be, find, shew) favour(-able), be (deal, give, grant (gracious(-ly), intreat, (be) merciful, have (shew) mercy (on, upon), have pity upon, pray, make supplication, [idiom] very."} +{"id":"H2604","strongs_number":"H2604","system":"hebrew","language":"hebrew","number_value":2604,"lemma":"חֲנַן","transliteration":"chănan","pronunciation":"khan-an'","derivation":"(Aramaic) corresponding to H2603 (חָנַן);","strongs_definition":"to favor or (causatively) to entreat","kjv_definition":"shew mercy, make supplication."} +{"id":"H2605","strongs_number":"H2605","system":"hebrew","language":"hebrew","number_value":2605,"lemma":"חָנָן","transliteration":"Chânân","pronunciation":"khaw-nawn'","derivation":"from H2603 (חָנַן); favor;","strongs_definition":"Chanan, the name of seven Israelites","kjv_definition":"Canan."} +{"id":"H2606","strongs_number":"H2606","system":"hebrew","language":"hebrew","number_value":2606,"lemma":"חֲנַנְאֵל","transliteration":"Chănanʼêl","pronunciation":"khan-an-ale'","derivation":"from H2603 (חָנַן) and H410 (אֵל); God has favored;","strongs_definition":"Chananel, probably an Israelite, from whom a tower of Jerusalem was named","kjv_definition":"Hananeel."} +{"id":"H2607","strongs_number":"H2607","system":"hebrew","language":"hebrew","number_value":2607,"lemma":"חֲנָנִי","transliteration":"Chănânîy","pronunciation":"khan-aw-nee'","derivation":"from H2603 (חָנַן); gracious;","strongs_definition":"Chanani, the name of six Israelites","kjv_definition":"Hanani."} +{"id":"H2608","strongs_number":"H2608","system":"hebrew","language":"hebrew","number_value":2608,"lemma":"חֲנַנְיָה","transliteration":"Chănanyâh","pronunciation":"khan-an-yaw'","derivation":"or חֲנַנְיָהוּ; from H2603 (חָנַן) and H3050 (יָהּ); Jah has favored;","strongs_definition":"Chananjah, the name of thirteen Israelites","kjv_definition":"Hananiah."} +{"id":"H2609","strongs_number":"H2609","system":"hebrew","language":"hebrew","number_value":2609,"lemma":"חָנֵס","transliteration":"Chânêç","pronunciation":"khaw-nace'","derivation":"of Egyptian derivation;","strongs_definition":"Chanes, a place in Egypt","kjv_definition":"Hanes."} +{"id":"H2610","strongs_number":"H2610","system":"hebrew","language":"hebrew","number_value":2610,"lemma":"חָנֵף","transliteration":"chânêph","pronunciation":"khaw-nafe'","derivation":"a primitive root;","strongs_definition":"to soil, especially in a moral sense","kjv_definition":"corrupt, defile, [idiom] greatly, pollute, profane."} +{"id":"H2611","strongs_number":"H2611","system":"hebrew","language":"hebrew","number_value":2611,"lemma":"חָנֵף","transliteration":"chânêph","pronunciation":"khaw-nafe'","derivation":"from H2610 (חָנֵף);","strongs_definition":"soiled (i.e. with sin), impious","kjv_definition":"hypocrite(-ical)."} +{"id":"H2612","strongs_number":"H2612","system":"hebrew","language":"hebrew","number_value":2612,"lemma":"חֹנֶף","transliteration":"chôneph","pronunciation":"kho'-nef","derivation":"from H2610 (חָנֵף);","strongs_definition":"moral filth, i.e. wickedness","kjv_definition":"hypocrisy."} +{"id":"H2613","strongs_number":"H2613","system":"hebrew","language":"hebrew","number_value":2613,"lemma":"חֲנֻפָה","transliteration":"chănuphâh","pronunciation":"khan-oo-faw'","derivation":"feminine from H2610 (חָנֵף);","strongs_definition":"impiety","kjv_definition":"profaneness."} +{"id":"H2614","strongs_number":"H2614","system":"hebrew","language":"hebrew","number_value":2614,"lemma":"חָנַק","transliteration":"chânaq","pronunciation":"khaw-nak'","derivation":"a primitive root (compare H2596 (חָנַךְ));","strongs_definition":"to be narrow; by implication, to throttle, or (reflex.) to choke oneself to death (by a rope)","kjv_definition":"hang self, strangle."} +{"id":"H2615","strongs_number":"H2615","system":"hebrew","language":"hebrew","number_value":2615,"lemma":"חַנָּתֹן","transliteration":"Channâthôn","pronunciation":"khan-naw-thone'","derivation":"probably from H2603 (חָנַן); favored;","strongs_definition":"Channathon, a place in Palestine","kjv_definition":"Hannathon."} +{"id":"H2616","strongs_number":"H2616","system":"hebrew","language":"hebrew","number_value":2616,"lemma":"חָסַד","transliteration":"châçad","pronunciation":"khaw-sad'","derivation":"a primitive root; (compare H2603 (חָנַן)); (compare H1288 (בָרַךְ))","strongs_definition":"properly, perhaps to bow (the neck only in courtesy to an equal), i.e. to be kind; also (by euphemistically, but rarely) to reprove","kjv_definition":"shew self merciful, put to shame."} +{"id":"H2617","strongs_number":"H2617","system":"hebrew","language":"hebrew","number_value":2617,"lemma":"חֵסֵד","transliteration":"chêçêd","pronunciation":"kheh'-sed","derivation":"from H2616 (חָסַד);","strongs_definition":"kindness; by implication (towards God) piety; rarely (by opposition) reproof, or (subject.) beauty","kjv_definition":"favour, good deed(-liness, -ness), kindly, (loving-) kindness, merciful (kindness), mercy, pity, reproach, wicked thing."} +{"id":"H2618","strongs_number":"H2618","system":"hebrew","language":"hebrew","number_value":2618,"lemma":"חֶסֶד","transliteration":"Cheçed","pronunciation":"kheh'-sed","derivation":"the same as H2617 (חֵסֵד); favor;","strongs_definition":"Chesed, an Israelite","kjv_definition":"Hesed."} +{"id":"H2619","strongs_number":"H2619","system":"hebrew","language":"hebrew","number_value":2619,"lemma":"חֲסַדְיָה","transliteration":"Chăçadyâh","pronunciation":"khas-ad-yaw'","derivation":"from H2617 (חֵסֵד) and H3050 (יָהּ); Jah has favored;","strongs_definition":"Chasadjah, an Israelite","kjv_definition":"Hasadiah."} +{"id":"H2620","strongs_number":"H2620","system":"hebrew","language":"hebrew","number_value":2620,"lemma":"חָסָה","transliteration":"châçâh","pronunciation":"khaw-saw'","derivation":"a primitive root; (compare H982 (בָּטַח))","strongs_definition":"to flee for protection; figuratively, to confide in","kjv_definition":"have hope, make refuge, (put) trust."} +{"id":"H2621","strongs_number":"H2621","system":"hebrew","language":"hebrew","number_value":2621,"lemma":"חֹסָה","transliteration":"Chôçâh","pronunciation":"kho-saw'","derivation":"from H2620 (חָסָה); hopeful;","strongs_definition":"Chosah, an Israelite; also a place in Palestine","kjv_definition":"Hosah."} +{"id":"H2622","strongs_number":"H2622","system":"hebrew","language":"hebrew","number_value":2622,"lemma":"חָסוּת","transliteration":"châçûwth","pronunciation":"khaw-sooth'","derivation":"from H2620 (חָסָה);","strongs_definition":"confidence","kjv_definition":"trust."} +{"id":"H2623","strongs_number":"H2623","system":"hebrew","language":"hebrew","number_value":2623,"lemma":"חָסִיד","transliteration":"châçîyd","pronunciation":"khaw-seed'","derivation":"from H2616 (חָסַד);","strongs_definition":"properly, kind, i.e. (religiously) pious (a saint)","kjv_definition":"godly (man), good, holy (one), merciful, saint, (un-) godly."} +{"id":"H2624","strongs_number":"H2624","system":"hebrew","language":"hebrew","number_value":2624,"lemma":"חֲסִידָה","transliteration":"chăçîydâh","pronunciation":"khas-ee-daw'","derivation":"feminine of H2623 (חָסִיד);","strongs_definition":"the kind (maternal) bird, i.e. a stork","kjv_definition":"[idiom] feather, stork."} +{"id":"H2625","strongs_number":"H2625","system":"hebrew","language":"hebrew","number_value":2625,"lemma":"חָסִיל","transliteration":"châçîyl","pronunciation":"khaw-seel'","derivation":"from H2628 (חָסַל);","strongs_definition":"the ravager, i.e. a locust","kjv_definition":"caterpillar."} +{"id":"H2626","strongs_number":"H2626","system":"hebrew","language":"hebrew","number_value":2626,"lemma":"חֲסִין","transliteration":"chăçîyn","pronunciation":"khas-een'","derivation":"from H2630 (חָסַן);","strongs_definition":"properly, firm, i.e. (by implication) mighty","kjv_definition":"strong."} +{"id":"H2627","strongs_number":"H2627","system":"hebrew","language":"hebrew","number_value":2627,"lemma":"חַסִּיר","transliteration":"chaççîyr","pronunciation":"khas-seer'","derivation":"(Aramaic) from a root corresponding to H2637 (חָסֵר);","strongs_definition":"deficient","kjv_definition":"wanting."} +{"id":"H2628","strongs_number":"H2628","system":"hebrew","language":"hebrew","number_value":2628,"lemma":"חָסַל","transliteration":"châçal","pronunciation":"khaw-sal'","derivation":"a primitive root;","strongs_definition":"to eat off","kjv_definition":"consume."} +{"id":"H2629","strongs_number":"H2629","system":"hebrew","language":"hebrew","number_value":2629,"lemma":"חָסַם","transliteration":"châçam","pronunciation":"khaw-sam'","derivation":"a primitive root;","strongs_definition":"to muzzle; by analogy, to stop the nose","kjv_definition":"muzzle, stop."} +{"id":"H2630","strongs_number":"H2630","system":"hebrew","language":"hebrew","number_value":2630,"lemma":"חָסַן","transliteration":"châçan","pronunciation":"khaw-san'","derivation":"a primitive root;","strongs_definition":"properly, to (be) compact; by implication, to hoard","kjv_definition":"lay up."} +{"id":"H2631","strongs_number":"H2631","system":"hebrew","language":"hebrew","number_value":2631,"lemma":"חֲסַן","transliteration":"chăçan","pronunciation":"khas-an'","derivation":"(Aramaic) corresponding to H2630 (חָסַן);","strongs_definition":"to hold in occupancy","kjv_definition":"possess."} +{"id":"H2632","strongs_number":"H2632","system":"hebrew","language":"hebrew","number_value":2632,"lemma":"חֵסֶן","transliteration":"chêçen","pronunciation":"khay'-sen","derivation":"(Aramaic) from H2631 (חֲסַן);","strongs_definition":"strength","kjv_definition":"power."} +{"id":"H2633","strongs_number":"H2633","system":"hebrew","language":"hebrew","number_value":2633,"lemma":"חֹסֶן","transliteration":"chôçen","pronunciation":"kho'-sen","derivation":"from H2630 (חָסַן);","strongs_definition":"wealth","kjv_definition":"riches, strength, treasure."} +{"id":"H2634","strongs_number":"H2634","system":"hebrew","language":"hebrew","number_value":2634,"lemma":"חָסֹן","transliteration":"châçôn","pronunciation":"khaw-sone'","derivation":"from H2630 (חָסַן);","strongs_definition":"powerful","kjv_definition":"strong."} +{"id":"H2635","strongs_number":"H2635","system":"hebrew","language":"hebrew","number_value":2635,"lemma":"חֲסַף","transliteration":"chăçaph","pronunciation":"khas-af'","derivation":"(Aramaic) from a root corresponding to that of H2636 (חַסְפַּס);","strongs_definition":"a clod","kjv_definition":"clay."} +{"id":"H2636","strongs_number":"H2636","system":"hebrew","language":"hebrew","number_value":2636,"lemma":"חַסְפַּס","transliteration":"chaçpaç","pronunciation":"khas-pas'","derivation":"reduplicated from an unused root meaning apparently to peel;","strongs_definition":"a shred or scale","kjv_definition":"round thing."} +{"id":"H2637","strongs_number":"H2637","system":"hebrew","language":"hebrew","number_value":2637,"lemma":"חָסֵר","transliteration":"châçêr","pronunciation":"khaw-sare'","derivation":"a primitive root;","strongs_definition":"to lack; by implication, to fail, want, lessen","kjv_definition":"be abated, bereave, decrease, (cause to) fail, (have) lack, make lower, want."} +{"id":"H2638","strongs_number":"H2638","system":"hebrew","language":"hebrew","number_value":2638,"lemma":"חָסֵר","transliteration":"châçêr","pronunciation":"khaw-sare'","derivation":"from H2637 (חָסֵר);","strongs_definition":"lacking; hence, without","kjv_definition":"destitute, fail, lack, have need, void, want."} +{"id":"H2639","strongs_number":"H2639","system":"hebrew","language":"hebrew","number_value":2639,"lemma":"חֶסֶר","transliteration":"cheçer","pronunciation":"kheh'-ler","derivation":"from H2637 (חָסֵר);","strongs_definition":"lack; hence, destitution","kjv_definition":"poverty, want."} +{"id":"H2640","strongs_number":"H2640","system":"hebrew","language":"hebrew","number_value":2640,"lemma":"חֹסֶר","transliteration":"chôçer","pronunciation":"kho'-ser","derivation":"from H2637 (חָסֵר);","strongs_definition":"poverty","kjv_definition":"in want of."} +{"id":"H2641","strongs_number":"H2641","system":"hebrew","language":"hebrew","number_value":2641,"lemma":"חַסְרָה","transliteration":"Chaçrâh","pronunciation":"khas-raw'","derivation":"from H2637 (חָסֵר); want","strongs_definition":"Chasrah, an Israelite","kjv_definition":"Hasrah."} +{"id":"H2642","strongs_number":"H2642","system":"hebrew","language":"hebrew","number_value":2642,"lemma":"חֶסְרוֹן","transliteration":"cheçrôwn","pronunciation":"khes-rone'","derivation":"from H2637 (חָסֵר);","strongs_definition":"deficiency","kjv_definition":"wanting."} +{"id":"H2643","strongs_number":"H2643","system":"hebrew","language":"hebrew","number_value":2643,"lemma":"חַף","transliteration":"chaph","pronunciation":"khaf","derivation":"from H2653 (חׇפַף) (in the moral sense of covered from soil);","strongs_definition":"pure","kjv_definition":"innocent."} +{"id":"H2644","strongs_number":"H2644","system":"hebrew","language":"hebrew","number_value":2644,"lemma":"חָפָא","transliteration":"châphâʼ","pronunciation":"khaw-faw'","derivation":"an orthographical variation of H2645 (חָפָה);","strongs_definition":"properly, to cover, i.e. (in a sinister sense) to act covertly","kjv_definition":"do secretly."} +{"id":"H2645","strongs_number":"H2645","system":"hebrew","language":"hebrew","number_value":2645,"lemma":"חָפָה","transliteration":"châphâh","pronunciation":"khaw-faw'","derivation":"a primitive root (compare H2644 (חָפָא), H2653 (חׇפַף));","strongs_definition":"to cover; by implication, to veil, to encase, protect","kjv_definition":"ceil, cover, overlay."} +{"id":"H2646","strongs_number":"H2646","system":"hebrew","language":"hebrew","number_value":2646,"lemma":"חֻפָּה","transliteration":"chuppâh","pronunciation":"khoop-paw'","derivation":"from H2645 (חָפָה);","strongs_definition":"a canopy","kjv_definition":"chamber, closet, defence."} +{"id":"H2647","strongs_number":"H2647","system":"hebrew","language":"hebrew","number_value":2647,"lemma":"חֻפָּה","transliteration":"Chuppâh","pronunciation":"khoop-paw'","derivation":"the same as H2646 (חֻפָּה);","strongs_definition":"Chuppah, an Israelite","kjv_definition":"Huppah."} +{"id":"H2648","strongs_number":"H2648","system":"hebrew","language":"hebrew","number_value":2648,"lemma":"חָפַז","transliteration":"châphaz","pronunciation":"khaw-faz'","derivation":"a primitive root;","strongs_definition":"properly, to start up suddenly, i.e. (by implication) to hasten away, to fear","kjv_definition":"(make) haste (away), tremble."} +{"id":"H2649","strongs_number":"H2649","system":"hebrew","language":"hebrew","number_value":2649,"lemma":"חִפָּזוֹן","transliteration":"chippâzôwn","pronunciation":"khip-paw-zone'","derivation":"from H2468 (חֻלְדָּה);","strongs_definition":"hasty flight","kjv_definition":"haste."} +{"id":"H2650","strongs_number":"H2650","system":"hebrew","language":"hebrew","number_value":2650,"lemma":"חֻפִּים","transliteration":"Chuppîym","pronunciation":"khoop-peem'","derivation":"plural of H2646 (חֻפָּה) (compare H2349 (חוּפָם));","strongs_definition":"Chuppim, an Israelite","kjv_definition":"Huppim."} +{"id":"H2651","strongs_number":"H2651","system":"hebrew","language":"hebrew","number_value":2651,"lemma":"חֹפֶן","transliteration":"chôphen","pronunciation":"kho'-fen","derivation":"from an unused root of uncertain signification;","strongs_definition":"a fist (only in the dual)","kjv_definition":"fists, (both) hands, hand(-ful)."} +{"id":"H2652","strongs_number":"H2652","system":"hebrew","language":"hebrew","number_value":2652,"lemma":"חׇפְנִי","transliteration":"Chophnîy","pronunciation":"khof-nee'","derivation":"from H2651 (חֹפֶן); perhaps pugilist;","strongs_definition":"Chophni, an Israelite","kjv_definition":"Hophni."} +{"id":"H2653","strongs_number":"H2653","system":"hebrew","language":"hebrew","number_value":2653,"lemma":"חׇפַף","transliteration":"chophaph","pronunciation":"khaw-faf'","derivation":"a primitive root (compare H2645 (חָפָה), H3182 (יָחֵף));","strongs_definition":"to cover (in protection)","kjv_definition":"cover."} +{"id":"H2654","strongs_number":"H2654","system":"hebrew","language":"hebrew","number_value":2654,"lemma":"חָפֵץ","transliteration":"châphêts","pronunciation":"khaw-fates'","derivation":"a primitive root;","strongs_definition":"properly, to incline to; by implication (literally but rarely) to bend; figuratively, to be pleased with, desire","kjv_definition":"[idiom] any at all, (have, take) delight, desire, favour, like, move, be (well) pleased, have pleasure, will, would."} +{"id":"H2655","strongs_number":"H2655","system":"hebrew","language":"hebrew","number_value":2655,"lemma":"חָפֵץ","transliteration":"châphêts","pronunciation":"khaw-fates'","derivation":"from H2654 (חָפֵץ);","strongs_definition":"pleased with","kjv_definition":"delight in, desire, favour, please, have pleasure, whosoever would, willing, wish."} +{"id":"H2656","strongs_number":"H2656","system":"hebrew","language":"hebrew","number_value":2656,"lemma":"חֵפֶץ","transliteration":"chêphets","pronunciation":"khay'-fets","derivation":"from H2654 (חָפֵץ);","strongs_definition":"pleasure; hence (abstractly) desire; concretely, a valuable thing; hence (by extension) a matter (as something in mind)","kjv_definition":"acceptable, delight(-some), desire, things desired, matter, pleasant(-ure), purpose, willingly."} +{"id":"H2657","strongs_number":"H2657","system":"hebrew","language":"hebrew","number_value":2657,"lemma":"חֶפְצִי בָּהּ","transliteration":"Chephtsîy bâhh","pronunciation":"khef-tsee'baw","derivation":"from H2656 (חֵפֶץ) with suffixes; my delight (is) in her;","strongs_definition":"Cheptsi-bah, a fanciful name for Palestine","kjv_definition":"Hephzi-bah."} +{"id":"H2658","strongs_number":"H2658","system":"hebrew","language":"hebrew","number_value":2658,"lemma":"חָפַר","transliteration":"châphar","pronunciation":"khaw-far'","derivation":"a primitive root;","strongs_definition":"properly, to pry into; by implication, to delve, to explore","kjv_definition":"dig, paw, search out, seek."} +{"id":"H2659","strongs_number":"H2659","system":"hebrew","language":"hebrew","number_value":2659,"lemma":"חָפֵר","transliteration":"châphêr","pronunciation":"khaw-fare'","derivation":"a primitive root (perhaps rather the same as H2658 (חָפַר) through the idea of detection);","strongs_definition":"to blush; figuratively, to be ashamed, disappointed; causatively, to shame, reproach","kjv_definition":"be ashamed, be confounded, be brought to confusion (unto shame), come (be put to) shame, bring reproach."} +{"id":"H2660","strongs_number":"H2660","system":"hebrew","language":"hebrew","number_value":2660,"lemma":"חֵפֶר","transliteration":"Chêpher","pronunciation":"khay'-fer","derivation":"from H2658 (חָפַר) or H2659 (חָפֵר); a pit of shame;","strongs_definition":"Chepher, a place in Palestine; also the name of three Israelites","kjv_definition":"Hepher."} +{"id":"H2661","strongs_number":"H2661","system":"hebrew","language":"hebrew","number_value":2661,"lemma":"חֲפֹר","transliteration":"chăphôr","pronunciation":"khaf-ore'","derivation":"from H2658 (חָפַר); a hole; only in connection with H6512 (פֵּרָה), which ought rather to be joined as one word, thus חַפַרְפֵּרָה; by reduplication from H2658 (חָפַר);","strongs_definition":"a burrower, i.e. probably a rat","kjv_definition":"[phrase] mole."} +{"id":"H2662","strongs_number":"H2662","system":"hebrew","language":"hebrew","number_value":2662,"lemma":"חֶפְרִי","transliteration":"Chephrîy","pronunciation":"khef-ree'","derivation":"patronymically from H2660 (חֵפֶר);","strongs_definition":"a Chephrite (collectively) or descendants of Chepher","kjv_definition":"Hepherites."} +{"id":"H2663","strongs_number":"H2663","system":"hebrew","language":"hebrew","number_value":2663,"lemma":"חֲפָרַיִם","transliteration":"Chăphârayim","pronunciation":"khaf-aw-rah'-yim","derivation":"dual of H2660 (חֵפֶר); double pit;","strongs_definition":"Chapharajim, a place in Palestine","kjv_definition":"Haphraim."} +{"id":"H2664","strongs_number":"H2664","system":"hebrew","language":"hebrew","number_value":2664,"lemma":"חָפַשׂ","transliteration":"châphas","pronunciation":"khaw-fas'","derivation":"a primitive root;","strongs_definition":"to seek; causatively, to conceal oneself (i.e. let be sought), or mask","kjv_definition":"change, (make) diligent (search), disquise self, hide, search (for, out)."} +{"id":"H2665","strongs_number":"H2665","system":"hebrew","language":"hebrew","number_value":2665,"lemma":"חֵפֶשׂ","transliteration":"chêphes","pronunciation":"khay'-fes","derivation":"from H2664 (חָפַשׂ);","strongs_definition":"something covert, i.e. a trick","kjv_definition":"search."} +{"id":"H2666","strongs_number":"H2666","system":"hebrew","language":"hebrew","number_value":2666,"lemma":"חָפַשׁ","transliteration":"châphash","pronunciation":"khaw-fash'","derivation":"a primitive root;","strongs_definition":"to spread loose; figuratively, to manumit","kjv_definition":"be free."} +{"id":"H2667","strongs_number":"H2667","system":"hebrew","language":"hebrew","number_value":2667,"lemma":"חֹפֶשׁ","transliteration":"Chôphesh","pronunciation":"kho'-fesh","derivation":"from H2666 (חָפַשׁ);","strongs_definition":"something spread loosely, i.e. a carpet","kjv_definition":"precious."} +{"id":"H2668","strongs_number":"H2668","system":"hebrew","language":"hebrew","number_value":2668,"lemma":"חֻפְשָׁה","transliteration":"chuphshâh","pronunciation":"khoof-shaw'","derivation":"from H2666 (חָפַשׁ);","strongs_definition":"liberty (from slavery)","kjv_definition":"freedom."} +{"id":"H2669","strongs_number":"H2669","system":"hebrew","language":"hebrew","number_value":2669,"lemma":"חׇפְשׁוּת","transliteration":"chophshûwth","pronunciation":"khof-shooth'","derivation":"and חׇפְשִׁית; from H2666 (חָפַשׁ); (with H1004 (בַּיִת), a hospital)","strongs_definition":"prostration by sickness","kjv_definition":"several."} +{"id":"H2670","strongs_number":"H2670","system":"hebrew","language":"hebrew","number_value":2670,"lemma":"חׇפְשִׁי","transliteration":"chophshîy","pronunciation":"khof-shee'","derivation":"from H2666 (חָפַשׁ);","strongs_definition":"exempt (from bondage, tax or care)","kjv_definition":"free, liberty."} +{"id":"H2671","strongs_number":"H2671","system":"hebrew","language":"hebrew","number_value":2671,"lemma":"חֵץ","transliteration":"chêts","pronunciation":"khayts","derivation":"from H2686 (חָצַץ); also by interchange for H6086 (עֵץ)","strongs_definition":"properly, a piercer, i.e. an arrow; by implication, a wound; figuratively, (of God) thunderbolt; the shaft of aspear","kjv_definition":"[phrase] archer, arrow, dart, shaft, staff, wound."} +{"id":"H2672","strongs_number":"H2672","system":"hebrew","language":"hebrew","number_value":2672,"lemma":"חָצַב","transliteration":"châtsab","pronunciation":"khaw-tsab'","derivation":"or חָצֵב; a primitive root;","strongs_definition":"to cut or carve (wood, stone or other material); by implication, to hew, split, square, quarry, engrave","kjv_definition":"cut, dig, divide, grave, hew (out, -er), made, mason."} +{"id":"H2673","strongs_number":"H2673","system":"hebrew","language":"hebrew","number_value":2673,"lemma":"חָצָה","transliteration":"châtsâh","pronunciation":"khaw-tsaw'","derivation":"a primitive root (compare H2086 (זֵד)));","strongs_definition":"to cut or split in two; to halve","kjv_definition":"divide, [idiom] live out half, reach to the midst, participle"} +{"id":"H2674","strongs_number":"H2674","system":"hebrew","language":"hebrew","number_value":2674,"lemma":"חָצוֹר","transliteration":"Châtsôwr","pronunciation":"khaw-tsore'","derivation":"a collective form of H2691 (חָצֵר); village;","strongs_definition":"Chatsor, the name (thus simply) of two places in Palestine and of one in Arabia","kjv_definition":"Hazor."} +{"id":"H2675","strongs_number":"H2675","system":"hebrew","language":"hebrew","number_value":2675,"lemma":"חָצוֹר חֲדַתָּה","transliteration":"Châtsôwr Chădattâh","pronunciation":"khaw-tsore' khad-attaw'","derivation":"from H2674 (חָצוֹר) and a Aramaizing form of the feminine of H2319 (חָדָשׁ) (compare H2323 (חֲדָת));","strongs_definition":"new Chatsor, a place in Palestine","kjv_definition":"Hazor, Hadattah (as if two places)."} +{"id":"H2676","strongs_number":"H2676","system":"hebrew","language":"hebrew","number_value":2676,"lemma":"חָצוֹת","transliteration":"châtsôwth","pronunciation":"khaw-tsoth'","derivation":"from H2673 (חָצָה)lemma חָעָה ayin, corrected to חָצָה;","strongs_definition":"the middle (of the night)","kjv_definition":"mid(-night)."} +{"id":"H2677","strongs_number":"H2677","system":"hebrew","language":"hebrew","number_value":2677,"lemma":"חֵצִי","transliteration":"chêtsîy","pronunciation":"khay-tsee'","derivation":"from H2673 (חָצָה)lemma חָעָה ayin, corrected to חָצָה;","strongs_definition":"the half or middle","kjv_definition":"half, middle, mid(-night), midst, part, two parts."} +{"id":"H2678","strongs_number":"H2678","system":"hebrew","language":"hebrew","number_value":2678,"lemma":"חִצִּי","transliteration":"chitstsîy","pronunciation":"khits-tsee'","derivation":"or חֵצִי; prolongation from H2671 (חֵץ);","strongs_definition":"an arrow","kjv_definition":"arrow."} +{"id":"H2679","strongs_number":"H2679","system":"hebrew","language":"hebrew","number_value":2679,"lemma":"חֲצִי הַמְּנֻחוֹת","transliteration":"Chătsîy ham-Mᵉnuchôwth","pronunciation":"chat-tsee' hammen-oo-khoth'","derivation":"from H2677 (חֵצִי) and the plural of H4496 (מְנוּחָה), with the article interposed; midst of the resting-places;","strongs_definition":"Chatsi-ham-Menuchoth, an Israelite","kjv_definition":"half of the Manahethites."} +{"id":"H2680","strongs_number":"H2680","system":"hebrew","language":"hebrew","number_value":2680,"lemma":"חֲצִי הַמְּנַחְתִּי","transliteration":"Chătsîy ham-Mᵉnachtîy","pronunciation":"khat-see' ham-menakh-tee'","derivation":"patronymically from H2679 (חֲצִי הַמְּנֻחוֹת);","strongs_definition":"a Chatsi-ham-Menachtite or descendant of Chatsi-ham-Menuchoth","kjv_definition":"half of the Manahethites."} +{"id":"H2681","strongs_number":"H2681","system":"hebrew","language":"hebrew","number_value":2681,"lemma":"חָצִיר","transliteration":"châtsîyr","pronunciation":"khaw-tseer'","derivation":"a collateral form of H2691 (חָצֵר);","strongs_definition":"a court or abode","kjv_definition":"court."} +{"id":"H2682","strongs_number":"H2682","system":"hebrew","language":"hebrew","number_value":2682,"lemma":"חָצִיר","transliteration":"châtsîyr","pronunciation":"khaw-tseer'","derivation":"perhaps originally the same as H2681 (חָצִיר), from the greenness of a courtyard;","strongs_definition":"grass; also a leek (collectively)","kjv_definition":"grass, hay, herb, leek."} +{"id":"H2683","strongs_number":"H2683","system":"hebrew","language":"hebrew","number_value":2683,"lemma":"חֵצֶן","transliteration":"chêtsen","pronunciation":"khay'-tsen","derivation":"from an unused root meaning to hold firmly;","strongs_definition":"the bosom (as comprised between the arms)","kjv_definition":"bosom."} +{"id":"H2684","strongs_number":"H2684","system":"hebrew","language":"hebrew","number_value":2684,"lemma":"חֹצֶן","transliteration":"chôtsen","pronunciation":"kho'tsen","derivation":"a collateral form of H2683 (חֵצֶן), and meaning the same","strongs_definition":"{the bosom (as comprised between the arms)}","kjv_definition":"arm, lap."} +{"id":"H2685","strongs_number":"H2685","system":"hebrew","language":"hebrew","number_value":2685,"lemma":"חֲצַף","transliteration":"chătsaph","pronunciation":"khats-af'","derivation":"(Aramaic) a primitive root;","strongs_definition":"properly, to shear or cut close; figuratively, to be severe","kjv_definition":"hasty, be urgent."} +{"id":"H2686","strongs_number":"H2686","system":"hebrew","language":"hebrew","number_value":2686,"lemma":"חָצַץ","transliteration":"châtsats","pronunciation":"khaw-tsats'","derivation":"a primitive root (compare H2673 (חָצָה)lemma חָעָה ayin, corrected to חָצָה); also as denominative from H2671 (חֵץ)","strongs_definition":"properly, to chop into, pierce or sever; hence, to curtail, to distribute (into ranks); to shoot an arrow","kjv_definition":"archer, [idiom] bands, cut off in the midst."} +{"id":"H2687","strongs_number":"H2687","system":"hebrew","language":"hebrew","number_value":2687,"lemma":"חָצָץ","transliteration":"châtsâts","pronunciation":"khaw-tsawts'","derivation":"from H2687 (חָצָץ); also like H2671 (חֵץ)","strongs_definition":"properly, something cutting; hence, gravel (as grit); an arrow","kjv_definition":"arrow, gravel (stone)."} +{"id":"H2688","strongs_number":"H2688","system":"hebrew","language":"hebrew","number_value":2688,"lemma":"חַצְצוֹן תָּמָר","transliteration":"Chatsᵉtsôwn Tâmâr","pronunciation":"khats-ets-one' taw-mawr'","derivation":"or חַצֲצֹן תָּמָר; from H2686 (חָצַץ) and H8558 (תָּמָר); division (i.e. perhaps row) of (the) palm-tree;","strongs_definition":"Chatsetson-tamar, a place in Palestine","kjv_definition":"Hazezon-tamar."} +{"id":"H2689","strongs_number":"H2689","system":"hebrew","language":"hebrew","number_value":2689,"lemma":"חֲצֹצְרָה","transliteration":"chătsôtsᵉrâh","pronunciation":"khats-o-tser-aw'","derivation":"by reduplication from H2690 (חָצַר);","strongs_definition":"a trumpet (from its sundered or quavering note)","kjv_definition":"trumpet(-er)."} +{"id":"H2690","strongs_number":"H2690","system":"hebrew","language":"hebrew","number_value":2690,"lemma":"חָצַר","transliteration":"châtsar","pronunciation":"khaw-tsar'","derivation":"a primitive root; properly, to surround with a stockade, and thus separate from the open country; but used only in the reduplicated form חֲצֹצֵר; or (2 Chronicles 5:12) חֲצֹרֵר; as dem. from H2689 (חֲצֹצְרָה);","strongs_definition":"to trumpet, i.e. blow on that instrument","kjv_definition":"blow, sound, trumpeter."} +{"id":"H2691","strongs_number":"H2691","system":"hebrew","language":"hebrew","number_value":2691,"lemma":"חָצֵר","transliteration":"châtsêr","pronunciation":"khaw-tsare'","derivation":"(masculine and feminine); from H2690 (חָצַר) in its original sense;","strongs_definition":"a yard (as inclosed by a fence); also a hamlet (as similarly surrounded with walls)","kjv_definition":"court, tower, village."} +{"id":"H2692","strongs_number":"H2692","system":"hebrew","language":"hebrew","number_value":2692,"lemma":"חֲצַר אַדָּר","transliteration":"Chătsar ʼAddâr","pronunciation":"khats-ar' addawr'","derivation":"from H2691 (חָצֵר) and H146 (אַדָּר); (the) village of Addar;","strongs_definition":"Chatsar-Addar, a place in Palestine","kjv_definition":"Hazar-addar."} +{"id":"H2693","strongs_number":"H2693","system":"hebrew","language":"hebrew","number_value":2693,"lemma":"חֲצַר גַּדָּה","transliteration":"Chătsar Gaddâh","pronunciation":"khats-ar' gad-daw'","derivation":"from H2691 (חָצֵר) and a feminine of H1408 (גַּד); (the) village of (female) Fortune;","strongs_definition":"Chatsar-Gaddah, a place in Palestine","kjv_definition":"Hazar-gaddah."} +{"id":"H2694","strongs_number":"H2694","system":"hebrew","language":"hebrew","number_value":2694,"lemma":"חֲצַר הַתִּיכוֹן","transliteration":"Chătsar hat-Tîykôwn","pronunciation":"khats-ar' hat-tee-kone'","derivation":"from H2691 (חָצֵר) and H8484 (תִּיכוֹן) with the article interposed; village of the middle;","strongs_definition":"Chatsar-hat-Tikon, a place in Palestine","kjv_definition":"Hazar-hatticon."} +{"id":"H2695","strongs_number":"H2695","system":"hebrew","language":"hebrew","number_value":2695,"lemma":"חֶצְרוֹ","transliteration":"Chetsrôw","pronunciation":"khets-ro'","derivation":"by an orthographical variation for H2696 (חֶצְרוֹן); enclosure;","strongs_definition":"Chetsro, an Israelite","kjv_definition":"Hezro, Hezrai."} +{"id":"H2696","strongs_number":"H2696","system":"hebrew","language":"hebrew","number_value":2696,"lemma":"חֶצְרוֹן","transliteration":"Chetsrôwn","pronunciation":"khets-rone'","derivation":"from H2691 (חָצֵר); court-yard;","strongs_definition":"Chetsron, the name of a place in Palestine; also of two Israelites","kjv_definition":"Hezron."} +{"id":"H2697","strongs_number":"H2697","system":"hebrew","language":"hebrew","number_value":2697,"lemma":"חֶצְרוֹנִי","transliteration":"Chetsrôwnîy","pronunciation":"khets-ro-nee'","derivation":"patronymically from H2696 (חֶצְרוֹן);","strongs_definition":"a Chetsronite or (collectively) descendants of Chetsron","kjv_definition":"Hezronites."} +{"id":"H2698","strongs_number":"H2698","system":"hebrew","language":"hebrew","number_value":2698,"lemma":"חֲצֵרוֹת","transliteration":"Chătsêrôwth","pronunciation":"khats-ay-roth'","derivation":"feminine plural of H2691 (חָצֵר); yards;","strongs_definition":"Chatseroth, a place in Palestine","kjv_definition":"Hazeroth."} +{"id":"H2699","strongs_number":"H2699","system":"hebrew","language":"hebrew","number_value":2699,"lemma":"חֲצֵרִים","transliteration":"Chătsêrîym","pronunciation":"khats-ay-reem'","derivation":"plural masculine of H2691 (חָצֵר); yards;","strongs_definition":"Chatserim, a place in Palestine","kjv_definition":"Hazerim."} +{"id":"H2700","strongs_number":"H2700","system":"hebrew","language":"hebrew","number_value":2700,"lemma":"חֲצַרְמָוֶת","transliteration":"Chătsarmâveth","pronunciation":"khats-ar-maw'-veth","derivation":"from H2691 (חָצֵר) and H4194 (מָוֶת); village of death;","strongs_definition":"Chatsarmaveth, a place in Arabia","kjv_definition":"Hazarmaveth."} +{"id":"H2701","strongs_number":"H2701","system":"hebrew","language":"hebrew","number_value":2701,"lemma":"חֲצַר סוּסָה","transliteration":"Chătsar Çûwçâh","pronunciation":"khats-ar'soo-saw'","derivation":"from H2691 (חָצֵר) and H5484 (סוּסָה); village of cavalry;","strongs_definition":"Chatsar-Susah, a place in Palestine","kjv_definition":"Hazar-susah."} +{"id":"H2702","strongs_number":"H2702","system":"hebrew","language":"hebrew","number_value":2702,"lemma":"חֲצַר סוּסִים","transliteration":"Chătsar Çûwçîym","pronunciation":"khats-ar' soo-seem'","derivation":"from H2691 (חָצֵר) and the plural of H5483 (סוּס); village of horses;","strongs_definition":"Chatsar-Susim, a place in Palestine","kjv_definition":"Hazar-susim."} +{"id":"H2703","strongs_number":"H2703","system":"hebrew","language":"hebrew","number_value":2703,"lemma":"חֲצַר עֵינוֹן","transliteration":"Chătsar ʻÊynôwn","pronunciation":"khats-ar' ay-none'","derivation":"from H2691 (חָצֵר) and a derivative of H5869 (עַיִן); village of springs;","strongs_definition":"Chatsar-Enon, a place in Palestine","kjv_definition":"Hazar-enon."} +{"id":"H2704","strongs_number":"H2704","system":"hebrew","language":"hebrew","number_value":2704,"lemma":"חֲצַר עֵינָן","transliteration":"Chătsar ʻÊynân","pronunciation":"khats-ar' ay-nawn'","derivation":"from H2691 (חָצֵר) and the same as H5881 (עֵינָן); village of springs;","strongs_definition":"Chatsar-Enan, a place in Palestine","kjv_definition":"Hazar-enan."} +{"id":"H2705","strongs_number":"H2705","system":"hebrew","language":"hebrew","number_value":2705,"lemma":"חֲצַר שׁוּעָל","transliteration":"Chătsar Shûwʻâl","pronunciation":"khats-ar' shoo-awl'","derivation":"from H2691 (חָצֵר) and H7776 (שׁוּעָל); village of (the) fox;","strongs_definition":"Chatsar-Shual, a place in Palestine","kjv_definition":"Hazar-shual."} +{"id":"H2706","strongs_number":"H2706","system":"hebrew","language":"hebrew","number_value":2706,"lemma":"חֹק","transliteration":"chôq","pronunciation":"khoke","derivation":"from H2710 (חָקַק);","strongs_definition":"an enactment; hence, an appointment (of time, space, quantity, labor or usage)","kjv_definition":"appointed, bound, commandment, convenient, custom, decree(-d), due, law, measure, [idiom] necessary, ordinance(-nary), portion, set time, statute, task."} +{"id":"H2707","strongs_number":"H2707","system":"hebrew","language":"hebrew","number_value":2707,"lemma":"חָקָה","transliteration":"châqâh","pronunciation":"khaw-kaw'","derivation":"a primitive root;","strongs_definition":"to carve; by implication, to delineate; also to entrench","kjv_definition":"carved work, portrayed, set a print."} +{"id":"H2708","strongs_number":"H2708","system":"hebrew","language":"hebrew","number_value":2708,"lemma":"חֻקָּה","transliteration":"chuqqâh","pronunciation":"khook-kaw'","derivation":"feminine of H2706 (חֹק), and meaning substantially the same","strongs_definition":"{an enactment; hence, an appointment (of time, space, quantity, labor or usage)}","kjv_definition":"appointed, custom, manner, ordinance, site, statute."} +{"id":"H2709","strongs_number":"H2709","system":"hebrew","language":"hebrew","number_value":2709,"lemma":"חֲקוּפָא","transliteration":"Chăqûwphâʼ","pronunciation":"khah-oo-faw'","derivation":"from an unused root probably meaning to bend; crooked;","strongs_definition":"Chakupha, one of the Nethinim","kjv_definition":"Hakupha."} +{"id":"H2710","strongs_number":"H2710","system":"hebrew","language":"hebrew","number_value":2710,"lemma":"חָקַק","transliteration":"châqaq","pronunciation":"khaw-kak'","derivation":"a primitive root;","strongs_definition":"properly, to hack, i.e. engrave (Judges 5:14, to be a scribe simply); by implication, to enact (laws being cut in stone or metal tablets in primitive times) or (gen.) prescribe","kjv_definition":"appoint, decree, governor, grave, lawgiver, note, pourtray, print, set."} +{"id":"H2711","strongs_number":"H2711","system":"hebrew","language":"hebrew","number_value":2711,"lemma":"חֵקֶק","transliteration":"chêqeq","pronunciation":"khay'-kek","derivation":"from H2710 (חָקַק);","strongs_definition":"an enactment, a resolution","kjv_definition":"decree, thought."} +{"id":"H2712","strongs_number":"H2712","system":"hebrew","language":"hebrew","number_value":2712,"lemma":"חֻקֹּק","transliteration":"Chuqqôq","pronunciation":"Khook-koke'","derivation":"or (fully) חוּקֹק; from H2710 (חָקַק); appointed;","strongs_definition":"Chukkok or Chukok, a place in Palestine","kjv_definition":"Hukkok, Hukok."} +{"id":"H2713","strongs_number":"H2713","system":"hebrew","language":"hebrew","number_value":2713,"lemma":"חָקַר","transliteration":"châqar","pronunciation":"khaw-kar'","derivation":"a primitive root;","strongs_definition":"properly, to penetrate; hence, to examine intimately","kjv_definition":"find out, (make) search (out), seek (out), sound, try."} +{"id":"H2714","strongs_number":"H2714","system":"hebrew","language":"hebrew","number_value":2714,"lemma":"חֵקֶר","transliteration":"chêqer","pronunciation":"khay'-ker","derivation":"from H2713 (חָקַר);","strongs_definition":"examination, enumeration, deliberation","kjv_definition":"finding out, number, (un-) search(-able, -ed, out, -ing)."} +{"id":"H2715","strongs_number":"H2715","system":"hebrew","language":"hebrew","number_value":2715,"lemma":"חֹר","transliteration":"chôr","pronunciation":"khore","derivation":"or (fully) חוֹר; from H2787 (חָרַר); (compare H2751 (חֹרִי))","strongs_definition":"properly, white or pure (from the cleansing or shining power of fire; hence (figuratively) noble (in rank)","kjv_definition":"noble."} +{"id":"H2716","strongs_number":"H2716","system":"hebrew","language":"hebrew","number_value":2716,"lemma":"חֶרֶא","transliteration":"chereʼ","pronunciation":"kheh'-reh","derivation":"from an unused (and vulgar) root probably meaning to evacuate the bowels;","strongs_definition":"excrement","kjv_definition":"dung. Also חֲרִי."} +{"id":"H2717","strongs_number":"H2717","system":"hebrew","language":"hebrew","number_value":2717,"lemma":"חָרַב","transliteration":"chârab","pronunciation":"khaw-rab'","derivation":"or חֲרֵב; a primitive root;","strongs_definition":"to parch (through drought) i.e. (by analogy,) to desolate, destroy, kill","kjv_definition":"decay, (be) desolate, destroy(-er), (be) dry (up), slay, [idiom] surely, (lay, lie, make) waste."} +{"id":"H2718","strongs_number":"H2718","system":"hebrew","language":"hebrew","number_value":2718,"lemma":"חֲרַב","transliteration":"chărab","pronunciation":"khar-ab'","derivation":"(Aramaic) a root corresponding to H2717 (חָרַב);","strongs_definition":"to demolish","kjv_definition":"destroy."} +{"id":"H2719","strongs_number":"H2719","system":"hebrew","language":"hebrew","number_value":2719,"lemma":"חֶרֶב","transliteration":"chereb","pronunciation":"kheh'-reb","derivation":"from H2717 (חָרַב);","strongs_definition":"drought; also a cutting instrument (from its destructive effect), as a knife, sword, or other sharp implement","kjv_definition":"axe, dagger, knife, mattock, sword, tool."} +{"id":"H2720","strongs_number":"H2720","system":"hebrew","language":"hebrew","number_value":2720,"lemma":"חָרֵב","transliteration":"chârêb","pronunciation":"khaw-rabe'","derivation":"from H2717 (חָרַב);","strongs_definition":"parched or ruined","kjv_definition":"desolate, dry, waste."} +{"id":"H2721","strongs_number":"H2721","system":"hebrew","language":"hebrew","number_value":2721,"lemma":"חֹרֶב","transliteration":"chôreb","pronunciation":"kho'-reb","derivation":"a collaterally form of H2719 (חֶרֶב);","strongs_definition":"drought or desolation","kjv_definition":"desolation, drought, dry, heat, [idiom] utterly, waste."} +{"id":"H2722","strongs_number":"H2722","system":"hebrew","language":"hebrew","number_value":2722,"lemma":"חֹרֵב","transliteration":"Chôrêb","pronunciation":"kho-rabe'","derivation":"from H2717 (חָרַב); desolate;","strongs_definition":"Choreb, a (generic) name for the Sinaitic mountains","kjv_definition":"Horeb."} +{"id":"H2723","strongs_number":"H2723","system":"hebrew","language":"hebrew","number_value":2723,"lemma":"חׇרְבָּה","transliteration":"chorbâh","pronunciation":"khor-baw'","derivation":"feminine of H2721 (חֹרֶב);","strongs_definition":"properly, drought, i.e. (by implication) a desolation","kjv_definition":"decayed place, desolate (place, -tion), destruction, (laid) waste (place)."} +{"id":"H2724","strongs_number":"H2724","system":"hebrew","language":"hebrew","number_value":2724,"lemma":"חָרָבָה","transliteration":"chârâbâh","pronunciation":"khaw-raw-baw'","derivation":"feminine of H2720 (חָרֵב);","strongs_definition":"a desert","kjv_definition":"dry (ground, land)."} +{"id":"H2725","strongs_number":"H2725","system":"hebrew","language":"hebrew","number_value":2725,"lemma":"חֲרָבוֹן","transliteration":"chărâbôwn","pronunciation":"khar-aw-bone'","derivation":"from H2717 (חָרַב);","strongs_definition":"parching heat","kjv_definition":"drought."} +{"id":"H2726","strongs_number":"H2726","system":"hebrew","language":"hebrew","number_value":2726,"lemma":"חַרְבוֹנָא","transliteration":"Charbôwnâʼ","pronunciation":"khar-bo-naw'","derivation":"or חַרְבוֹנָה; of Persian origin;","strongs_definition":"Charbona or Charbonah, a eunuch of Xerxes","kjv_definition":"Harbona, Harbonah."} +{"id":"H2727","strongs_number":"H2727","system":"hebrew","language":"hebrew","number_value":2727,"lemma":"חָרַג","transliteration":"chârag","pronunciation":"khaw-rag'","derivation":"a primitive root;","strongs_definition":"properly, to leap suddenly, i.e. (by implication) to be dismayed","kjv_definition":"be afraid."} +{"id":"H2728","strongs_number":"H2728","system":"hebrew","language":"hebrew","number_value":2728,"lemma":"חָרְגֹּל","transliteration":"chârᵉgôl","pronunciation":"khar-gole'","derivation":"from H2727 (חָרַג);","strongs_definition":"the leaping insect, i.e. a locust","kjv_definition":"beetle."} +{"id":"H2729","strongs_number":"H2729","system":"hebrew","language":"hebrew","number_value":2729,"lemma":"חָרַד","transliteration":"chârad","pronunciation":"khaw-rad'","derivation":"a primitive root;","strongs_definition":"to shudder with terror; hence, to fear; also to hasten (with anxiety)","kjv_definition":"be (make) afraid, be careful, discomfit, fray (away), quake, tremble."} +{"id":"H2730","strongs_number":"H2730","system":"hebrew","language":"hebrew","number_value":2730,"lemma":"חָרֵד","transliteration":"chârêd","pronunciation":"khaw-rade'","derivation":"from H2729 (חָרַד);","strongs_definition":"fearful; also reverential","kjv_definition":"afraid, trembling."} +{"id":"H2731","strongs_number":"H2731","system":"hebrew","language":"hebrew","number_value":2731,"lemma":"חֲרָדָה","transliteration":"chărâdâh","pronunciation":"khar-aw-daw'","derivation":"feminine of H2730 (חָרֵד);","strongs_definition":"fear, anxiety","kjv_definition":"care, [idiom] exceedingly, fear, quaking, trembling."} +{"id":"H2732","strongs_number":"H2732","system":"hebrew","language":"hebrew","number_value":2732,"lemma":"חֲרָדָה","transliteration":"Chărâdâh","pronunciation":"khar-aw-daw'","derivation":"the same as H2731 (חֲרָדָה);","strongs_definition":"Charadah, a place in the Desert","kjv_definition":"Haradah."} +{"id":"H2733","strongs_number":"H2733","system":"hebrew","language":"hebrew","number_value":2733,"lemma":"חֲרֹדִי","transliteration":"Chărôdîy","pronunciation":"khar-o-dee'","derivation":"patrial from a derivative of H2729 (חָרַד) (compare H5878 (עֵין חֲרֹד));","strongs_definition":"a Charodite, or inhabitant of Charod","kjv_definition":"Harodite."} +{"id":"H2734","strongs_number":"H2734","system":"hebrew","language":"hebrew","number_value":2734,"lemma":"חָרָה","transliteration":"chârâh","pronunciation":"khaw-raw'","derivation":"a primitive root (compare H2787 (חָרַר));","strongs_definition":"to glow or grow warm; figuratively (usually) to blaze up, of anger, zeal, jealousy","kjv_definition":"be angry, burn, be displeased, [idiom] earnestly, fret self, grieve, be (wax) hot, be incensed, kindle, [idiom] very, be wroth. See H8474 (תַּחָרָה)."} +{"id":"H2735","strongs_number":"H2735","system":"hebrew","language":"hebrew","number_value":2735,"lemma":"חֹר הַגִּדְגָּד","transliteration":"Chôr hag-Gidgâd","pronunciation":"khore hag-ghid-gawd'","derivation":"from H2356 (חוֹר) and a collateral (masculine) form of H1412 (גֻּדְגֹּדָה), with the article interposed; hole of the cleft;","strongs_definition":"Chor-hag-Gidgad, a place in the Desert","kjv_definition":"Hor-hagidgad."} +{"id":"H2736","strongs_number":"H2736","system":"hebrew","language":"hebrew","number_value":2736,"lemma":"חַרְהֲיָה","transliteration":"Charhăyâh","pronunciation":"khar-hah-yaw'","derivation":"; from H2734 (חָרָה) and H3050 (יָהּ); fearing Jah;","strongs_definition":"Charhajah, an Israelite","kjv_definition":"Harhaiah."} +{"id":"H2737","strongs_number":"H2737","system":"hebrew","language":"hebrew","number_value":2737,"lemma":"חָרוּז","transliteration":"chârûwz","pronunciation":"khaw-rooz'","derivation":"from an unused root meaning to perforate;","strongs_definition":"properly, pierced, i.e. a bead of pearl, gems or jewels (as strung)","kjv_definition":"chain."} +{"id":"H2738","strongs_number":"H2738","system":"hebrew","language":"hebrew","number_value":2738,"lemma":"חָרוּל","transliteration":"chârûwl","pronunciation":"khaw-rool'","derivation":"or (shortened) חָרֻל; apparently, a passive participle of an unused root probably meaning to be prickly;","strongs_definition":"properly, pointed, i.e. a bramble or other thorny weed","kjv_definition":"nettle."} +{"id":"H2739","strongs_number":"H2739","system":"hebrew","language":"hebrew","number_value":2739,"lemma":"חֲרוּמַף","transliteration":"chărûwmaph","pronunciation":"khar-oo-maf'","derivation":"from passive participle of H2763 (חָרַם) and H639 (אַף); snub-nosed;","strongs_definition":"Charumaph, an Israelite","kjv_definition":"Harumaph."} +{"id":"H2740","strongs_number":"H2740","system":"hebrew","language":"hebrew","number_value":2740,"lemma":"חָרוֹן","transliteration":"chârôwn","pronunciation":"khaw-rone'","derivation":"or (shortened) חָרֹן; from H2734 (חָרָה);","strongs_definition":"a burning of anger","kjv_definition":"sore displeasure, fierce(-ness), fury, (fierce) wrath(-ful)."} +{"id":"H2741","strongs_number":"H2741","system":"hebrew","language":"hebrew","number_value":2741,"lemma":"חֲרוּפִי","transliteration":"Chărûwphîy","pronunciation":"khar-oo-fee'","derivation":"a patrial from (probably) a collateral form of H2756 (חָרִיף);","strongs_definition":"a Charuphite or inhabitant of Charuph (or Chariph)","kjv_definition":"Haruphite."} +{"id":"H2742","strongs_number":"H2742","system":"hebrew","language":"hebrew","number_value":2742,"lemma":"חֲרוּץ","transliteration":"chărûwts","pronunciation":"khaw-roots'","derivation":"or חָרֻץ; passive participle of H2782 (חָרַץ);","strongs_definition":"properly, incised or (active) incisive; hence (as noun masculine or feminine) a trench (as dug), gold (as mined), a threshing-sledge (having sharp teeth); (figuratively) determination; also eager","kjv_definition":"decision, diligent, (fine) gold, pointed things, sharp, threshing instrument, wall."} +{"id":"H2743","strongs_number":"H2743","system":"hebrew","language":"hebrew","number_value":2743,"lemma":"חָרוּץ","transliteration":"Chârûwts","pronunciation":"khaw-roots'","derivation":"the same as H2742 (חֲרוּץ); earnest;","strongs_definition":"Charuts, an Israelite","kjv_definition":"Haruz."} +{"id":"H2744","strongs_number":"H2744","system":"hebrew","language":"hebrew","number_value":2744,"lemma":"חַרְחוּר","transliteration":"Charchûwr","pronunciation":"khar-khoor'","derivation":"a fuller form of H2746 (חַרְחֻר); inflammation;","strongs_definition":"Charchur, one of the Nethinim","kjv_definition":"Harhur."} +{"id":"H2745","strongs_number":"H2745","system":"hebrew","language":"hebrew","number_value":2745,"lemma":"חַרְחַס","transliteration":"Charchaç","pronunciation":"khar-khas'","derivation":"from the same as H2775 (חֶרֶס); perhaps shining;","strongs_definition":"Charchas, an Israelite","kjv_definition":"Harhas."} +{"id":"H2746","strongs_number":"H2746","system":"hebrew","language":"hebrew","number_value":2746,"lemma":"חַרְחֻר","transliteration":"charchur","pronunciation":"khar-khoor'","derivation":"from H2787 (חָרַר);","strongs_definition":"fever (as hot)","kjv_definition":"extreme burning."} +{"id":"H2747","strongs_number":"H2747","system":"hebrew","language":"hebrew","number_value":2747,"lemma":"חֶרֶט","transliteration":"chereṭ","pronunciation":"kheh'-ret","derivation":"from a primitive root meaning to engrave;","strongs_definition":"a chisel or graver; also a style forwriting","kjv_definition":"graving tool, pen."} +{"id":"H2748","strongs_number":"H2748","system":"hebrew","language":"hebrew","number_value":2748,"lemma":"חַרְטֹם","transliteration":"charṭôm","pronunciation":"khar-tome'","derivation":"from the same as H2747 (חֶרֶט);","strongs_definition":"a horoscopist (as drawing magical lines or circles)","kjv_definition":"magician."} +{"id":"H2749","strongs_number":"H2749","system":"hebrew","language":"hebrew","number_value":2749,"lemma":"חַרְטֹם","transliteration":"charṭôm","pronunciation":"khar-tome'","derivation":"(Aramaic) the same as H2748 (חַרְטֹם)","strongs_definition":"{a horoscopist (as drawing magical lines or circles)}","kjv_definition":"magician."} +{"id":"H2750","strongs_number":"H2750","system":"hebrew","language":"hebrew","number_value":2750,"lemma":"חֳרִי","transliteration":"chŏrîy","pronunciation":"khor-ee'","derivation":"from H2734 (חָרָה);","strongs_definition":"a burning (i.e. intense) anger","kjv_definition":"fierce, [idiom] great, heat."} +{"id":"H2751","strongs_number":"H2751","system":"hebrew","language":"hebrew","number_value":2751,"lemma":"חֹרִי","transliteration":"chôrîy","pronunciation":"kho-ree'","derivation":"from the same as H2353 (חוּר);","strongs_definition":"white bread","kjv_definition":"white."} +{"id":"H2752","strongs_number":"H2752","system":"hebrew","language":"hebrew","number_value":2752,"lemma":"חֹרִי","transliteration":"Chôrîy","pronunciation":"kho-ree'","derivation":"from H2356 (חוֹר); cave-dweller or troglodyte;","strongs_definition":"a Chorite or aboriginal Idumaean","kjv_definition":"Horims, Horites."} +{"id":"H2753","strongs_number":"H2753","system":"hebrew","language":"hebrew","number_value":2753,"lemma":"חֹרִי","transliteration":"Chôrîy","pronunciation":"kho-ree'","derivation":"or חוֹרִי; the same as H2752 (חֹרִי);","strongs_definition":"Chori, the name of two men","kjv_definition":"Hori."} +{"id":"H2754","strongs_number":"H2754","system":"hebrew","language":"hebrew","number_value":2754,"lemma":"חָרִיט","transliteration":"chârîyṭ","pronunciation":"khaw-reet'","derivation":"or חָרִט; from the same as H2747 (חֶרֶט);","strongs_definition":"properly, cut out (or hollow), i.e. (by implication) a pocket","kjv_definition":"bag, crisping pin."} +{"id":"H2755","strongs_number":"H2755","system":"hebrew","language":"hebrew","number_value":2755,"lemma":"חֲרֵי־יוֹנִים","transliteration":"chărêy-yôwnîym","pronunciation":"khar-ay'-yo-neem'","derivation":"from the plural of H2716 (חֶרֶא) and the plural of H3123 (יוֹנָה); or perhaps rather the plural of a single word חֲרָאיוֹן, probably a kind of vegetable","strongs_definition":"excrements of doves {or a vegetable}","kjv_definition":"doves' dung."} +{"id":"H2756","strongs_number":"H2756","system":"hebrew","language":"hebrew","number_value":2756,"lemma":"חָרִיף","transliteration":"Chârîyph","pronunciation":"khaw-reef'","derivation":"from H2778 (חָרַף); autumnal;","strongs_definition":"Chariph, the name of two Israelites","kjv_definition":"Hariph."} +{"id":"H2757","strongs_number":"H2757","system":"hebrew","language":"hebrew","number_value":2757,"lemma":"חָרִיץ","transliteration":"chârîyts","pronunciation":"khaw-reets'","derivation":"or חֲרִץ; from H2782 (חָרַץ); (compare H2742 (חֲרוּץ))","strongs_definition":"properly, incisure or (passively) incised; hence, a threshing-sledge (with sharp teeth); also a slice (as cut)","kjv_definition":"[phrase] cheese, harrow."} +{"id":"H2758","strongs_number":"H2758","system":"hebrew","language":"hebrew","number_value":2758,"lemma":"חָרִישׁ","transliteration":"chârîysh","pronunciation":"khaw-reesh'","derivation":"from H2790 (חָרַשׁ);","strongs_definition":"ploughing or its season","kjv_definition":"earing (time), ground."} +{"id":"H2759","strongs_number":"H2759","system":"hebrew","language":"hebrew","number_value":2759,"lemma":"חֲרִישִׁי","transliteration":"chărîyshîy","pronunciation":"khar-ee-shee'","derivation":"from H2790 (חָרַשׁ) in the sense of silence;","strongs_definition":"quiet, i.e. sultry (as feminine noun, the sirocco or hot east wind)","kjv_definition":"vehement."} +{"id":"H2760","strongs_number":"H2760","system":"hebrew","language":"hebrew","number_value":2760,"lemma":"חָרַךְ","transliteration":"chârak","pronunciation":"khaw-rak'","derivation":"a primitive root;","strongs_definition":"to braid (i.e. to entangle or snare) or catch (game) in anet","kjv_definition":"roast."} +{"id":"H2761","strongs_number":"H2761","system":"hebrew","language":"hebrew","number_value":2761,"lemma":"חֲרַךְ","transliteration":"chărak","pronunciation":"khar-ak'","derivation":"(Aramaic) a root probably allied to the equivalent of H2787 (חָרַר);","strongs_definition":"to scorch","kjv_definition":"singe."} +{"id":"H2762","strongs_number":"H2762","system":"hebrew","language":"hebrew","number_value":2762,"lemma":"חֶרֶךְ","transliteration":"cherek","pronunciation":"kheh'-rek","derivation":"from H2760 (חָרַךְ);","strongs_definition":"properly, a net, i.e. (by analogy) lattice","kjv_definition":"lattice."} +{"id":"H2763","strongs_number":"H2763","system":"hebrew","language":"hebrew","number_value":2763,"lemma":"חָרַם","transliteration":"châram","pronunciation":"khaw-ram'","derivation":"a primitive root;","strongs_definition":"to seclude; specifically (by a ban) to devote to religious uses (especially destruction); physical and reflexive, to be blunt as to the nose","kjv_definition":"make accursed, consecrate, (utterly) destroy, devote, forfeit, have a flat nose, utterly (slay, make away)."} +{"id":"H2764","strongs_number":"H2764","system":"hebrew","language":"hebrew","number_value":2764,"lemma":"חֵרֶם","transliteration":"chêrem","pronunciation":"khay'-rem","derivation":"or (Zechariah 14:11) חֶרֶם; from H2763 (חָרַם);","strongs_definition":"physical (as shutting in) a net (either literally or figuratively); usually a doomed object; abstractly extermination","kjv_definition":"(ac-) curse(-d, -d thing), dedicated thing, things which should have been utterly destroyed, (appointed to) utter destruction, devoted (thing), net."} +{"id":"H2765","strongs_number":"H2765","system":"hebrew","language":"hebrew","number_value":2765,"lemma":"חֳרֵם","transliteration":"Chŏrêm","pronunciation":"khor-ame'","derivation":"from H2763 (חָרַם); devoted;","strongs_definition":"Chorem, a place in Palestine","kjv_definition":"Horem."} +{"id":"H2766","strongs_number":"H2766","system":"hebrew","language":"hebrew","number_value":2766,"lemma":"חָרִם","transliteration":"Chârim","pronunciation":"khaw-reem'","derivation":"from H2763 (חָרַם); snub-nosed;","strongs_definition":"Charim, an Israelite","kjv_definition":"Harim."} +{"id":"H2767","strongs_number":"H2767","system":"hebrew","language":"hebrew","number_value":2767,"lemma":"חׇרְמָה","transliteration":"Chormâh","pronunciation":"khor-maw'","derivation":"from H2763 (חָרַם); devoted;","strongs_definition":"Chormah, a place in Palestine","kjv_definition":"Hormah."} +{"id":"H2768","strongs_number":"H2768","system":"hebrew","language":"hebrew","number_value":2768,"lemma":"חֶרְמוֹן","transliteration":"Chermôwn","pronunciation":"kher-mone'","derivation":"from H2763 (חָרַם); abrupt;","strongs_definition":"Chermon, a mount of Palestine","kjv_definition":"Hermon."} +{"id":"H2769","strongs_number":"H2769","system":"hebrew","language":"hebrew","number_value":2769,"lemma":"חֶרְמוֹנִים","transliteration":"Chermôwnîym","pronunciation":"kher-mo-neem'","derivation":"plural of H2768 (חֶרְמוֹן);","strongs_definition":"Hermons, i.e. its peaks","kjv_definition":"the Hermonites."} +{"id":"H2770","strongs_number":"H2770","system":"hebrew","language":"hebrew","number_value":2770,"lemma":"חֶרְמֵשׁ","transliteration":"chermêsh","pronunciation":"kher-mashe'","derivation":"from H2763 (חָרַם);","strongs_definition":"a sickle (as cutting)","kjv_definition":"sickle."} +{"id":"H2771","strongs_number":"H2771","system":"hebrew","language":"hebrew","number_value":2771,"lemma":"חָרָן","transliteration":"Chârân","pronunciation":"kaw-rawn'","derivation":"from H2787 (חָרַר); parched;","strongs_definition":"Charan, the name of a man and also of a place","kjv_definition":"Haran."} +{"id":"H2772","strongs_number":"H2772","system":"hebrew","language":"hebrew","number_value":2772,"lemma":"חֹרֹנִי","transliteration":"Chôrônîy","pronunciation":"kho-ro-nee'","derivation":"patrial from H2773 (חֹרֹנַיִם);","strongs_definition":"a Choronite or inhabitant of Choronaim","kjv_definition":"Horonite."} +{"id":"H2773","strongs_number":"H2773","system":"hebrew","language":"hebrew","number_value":2773,"lemma":"חֹרֹנַיִם","transliteration":"Chôrônayim","pronunciation":"kho-ro-nah'-yim","derivation":"dual of a derivative from H2356 (חוֹר); double cave-town;","strongs_definition":"Choronajim, a place in Moab","kjv_definition":"Horonaim."} +{"id":"H2774","strongs_number":"H2774","system":"hebrew","language":"hebrew","number_value":2774,"lemma":"חַרְנֶפֶר","transliteration":"Charnepher","pronunciation":"khar-neh'fer","derivation":"of uncertain derivation;","strongs_definition":"Charnepher, an Israelite","kjv_definition":"Harnepher."} +{"id":"H2775","strongs_number":"H2775","system":"hebrew","language":"hebrew","number_value":2775,"lemma":"חֶרֶס","transliteration":"chereç","pronunciation":"kheh'-res","derivation":"or (with a directive enclitic) חַרְסָה; from an unused root meaning to scrape; also perhaps from the mediating idea of H2777 (חַרְסוּת)","strongs_definition":"the itch; the sun","kjv_definition":"itch, sun."} +{"id":"H2776","strongs_number":"H2776","system":"hebrew","language":"hebrew","number_value":2776,"lemma":"חֶרֶס","transliteration":"Chereç","pronunciation":"kheh'-res","derivation":"the same as H2775 (חֶרֶס); shining;","strongs_definition":"Cheres, a mountain in Palestine","kjv_definition":"Heres."} +{"id":"H2777","strongs_number":"H2777","system":"hebrew","language":"hebrew","number_value":2777,"lemma":"חַרְסוּת","transliteration":"charçûwth","pronunciation":"khar-sooth'","derivation":"from H2775 (חֶרֶס) (apparently in the sense of a red tile used for scraping);","strongs_definition":"a potsherd, i.e. (by implication) a pottery; the name of a gate at Jerusalem","kjv_definition":"east."} +{"id":"H2778","strongs_number":"H2778","system":"hebrew","language":"hebrew","number_value":2778,"lemma":"חָרַף","transliteration":"châraph","pronunciation":"khaw-raf'","derivation":"a primitive root; also denominative (from H2779 (חֹרֶף))","strongs_definition":"to pull off, i.e. (by implication) to expose (as by stripping); specifically, to betroth (as if a surrender); figuratively, to carp at, i.e. defame; to spend the winter","kjv_definition":"betroth, blaspheme, defy, jeopard, rail, reproach, upbraid."} +{"id":"H2779","strongs_number":"H2779","system":"hebrew","language":"hebrew","number_value":2779,"lemma":"חֹרֶף","transliteration":"chôreph","pronunciation":"kho'-ref","derivation":"from H2778 (חָרַף);","strongs_definition":"properly, the crop gathered, i.e. (by implication) the autumn (and winter) season; figuratively, ripeness of age","kjv_definition":"cold, winter (-house), youth."} +{"id":"H2780","strongs_number":"H2780","system":"hebrew","language":"hebrew","number_value":2780,"lemma":"חָרֵף","transliteration":"Chârêph","pronunciation":"khaw-rafe'","derivation":"from H2778 (חָרַף); reproachful;","strongs_definition":"Chareph, an Israelite","kjv_definition":"Hareph."} +{"id":"H2781","strongs_number":"H2781","system":"hebrew","language":"hebrew","number_value":2781,"lemma":"חֶרְפָּה","transliteration":"cherpâh","pronunciation":"kher-paw'","derivation":"from H2778 (חָרַף);","strongs_definition":"contumely, disgrace, the pudenda","kjv_definition":"rebuke, reproach(-fully), shame."} +{"id":"H2782","strongs_number":"H2782","system":"hebrew","language":"hebrew","number_value":2782,"lemma":"חָרַץ","transliteration":"chârats","pronunciation":"khaw-rats'","derivation":"a primitive root;","strongs_definition":"properly, to point sharply, i.e. (literally) to wound; figuratively, to be alert, to decide","kjv_definition":"bestir self, decide, decree, determine, maim, move."} +{"id":"H2783","strongs_number":"H2783","system":"hebrew","language":"hebrew","number_value":2783,"lemma":"חֲרַץ","transliteration":"chărats","pronunciation":"khar-ats'","derivation":"(Aramaic) from a root corresponding to H2782 (חָרַץ) in the sense of vigor;","strongs_definition":"the loin (as the seat of strength)","kjv_definition":"loin."} +{"id":"H2784","strongs_number":"H2784","system":"hebrew","language":"hebrew","number_value":2784,"lemma":"חַרְצֻבָּה","transliteration":"chartsubbâh","pronunciation":"khar-tsoob-baw'","derivation":"of uncertain derivation;","strongs_definition":"a fetter; figuratively, a pain","kjv_definition":"band."} +{"id":"H2785","strongs_number":"H2785","system":"hebrew","language":"hebrew","number_value":2785,"lemma":"חַרְצַן","transliteration":"chartsan","pronunciation":"kchar-tsan'","derivation":"from H2782 (חָרַץ);","strongs_definition":"a sour grape (as sharp in taste)","kjv_definition":"kernel."} +{"id":"H2786","strongs_number":"H2786","system":"hebrew","language":"hebrew","number_value":2786,"lemma":"חָרַק","transliteration":"châraq","pronunciation":"khaw-rak'","derivation":"a primitive root;","strongs_definition":"to grate the teeth","kjv_definition":"gnash."} +{"id":"H2787","strongs_number":"H2787","system":"hebrew","language":"hebrew","number_value":2787,"lemma":"חָרַר","transliteration":"chârar","pronunciation":"khaw-rar'","derivation":"a primitive root;","strongs_definition":"to glow, i.e. literally (to melt, burn, dry up) or figuratively (to show or incite passion)","kjv_definition":"be angry, burn, dry, kindle."} +{"id":"H2788","strongs_number":"H2788","system":"hebrew","language":"hebrew","number_value":2788,"lemma":"חָרֵר","transliteration":"chârêr","pronunciation":"khaw-rare'","derivation":"from H2787 (חָרַר);","strongs_definition":"arid","kjv_definition":"parched place."} +{"id":"H2789","strongs_number":"H2789","system":"hebrew","language":"hebrew","number_value":2789,"lemma":"חֶרֶשׂ","transliteration":"cheres","pronunciation":"kheh'-res","derivation":"a collateral form mediating between H2775 (חֶרֶס) and H2791 (חֶרֶשׁ);","strongs_definition":"a piece of pottery","kjv_definition":"earth(-en), (pot-) sherd, [phrase] stone."} +{"id":"H2790","strongs_number":"H2790","system":"hebrew","language":"hebrew","number_value":2790,"lemma":"חָרַשׁ","transliteration":"chârash","pronunciation":"khaw-rash'","derivation":"a primitive root;","strongs_definition":"to scratch, i.e. (by implication) to engrave, plough; hence (from the use of tools) to fabricate (of any material); figuratively, to devise (in a bad sense); hence (from the idea of secrecy) to be silent, to let alone; hence (by implication) to be deaf (as an accompaniment of dumbness)","kjv_definition":"[idiom] altogether, cease, conceal, be deaf, devise, ear, graven, imagine, leave off speaking, hold peace, plow(-er, man), be quiet, rest, practise secretly, keep silence, be silent, speak not a word, be still, hold tongue, worker."} +{"id":"H2791","strongs_number":"H2791","system":"hebrew","language":"hebrew","number_value":2791,"lemma":"חֶרֶשׁ","transliteration":"cheresh","pronunciation":"kheh'-resh","derivation":"from H2790 (חָרַשׁ);","strongs_definition":"magical craft; also silence","kjv_definition":"cunning, secretly."} +{"id":"H2792","strongs_number":"H2792","system":"hebrew","language":"hebrew","number_value":2792,"lemma":"חֶרֶשׁ","transliteration":"Cheresh","pronunciation":"kheh'-resh","derivation":"the same as H2791 (חֶרֶשׁ)","strongs_definition":"Cheresh, a Levite","kjv_definition":"Heresh."} +{"id":"H2793","strongs_number":"H2793","system":"hebrew","language":"hebrew","number_value":2793,"lemma":"חֹרֶשׁ","transliteration":"chôresh","pronunciation":"kho'-resh","derivation":"from H2790 (חָרַשׁ);","strongs_definition":"a forest (perhaps as furnishing the material for fabric)","kjv_definition":"bough, forest, shroud, wood."} +{"id":"H2794","strongs_number":"H2794","system":"hebrew","language":"hebrew","number_value":2794,"lemma":"חֹרֵשׁ","transliteration":"chôrêsh","pronunciation":"kho-rashe'","derivation":"active participle of H2790 (חָרַשׁ);","strongs_definition":"a fabricator or mechanic","kjv_definition":"artificer."} +{"id":"H2795","strongs_number":"H2795","system":"hebrew","language":"hebrew","number_value":2795,"lemma":"חֵרֵשׁ","transliteration":"chêrêsh","pronunciation":"khay-rashe'","derivation":"from H2790 (חָרַשׁ);","strongs_definition":"deaf (whether literally or spiritual)","kjv_definition":"deaf."} +{"id":"H2796","strongs_number":"H2796","system":"hebrew","language":"hebrew","number_value":2796,"lemma":"חָרָשׁ","transliteration":"chârâsh","pronunciation":"khaw-rawsh'","derivation":"from H2790 (חָרַשׁ);","strongs_definition":"a fabricator or any material","kjv_definition":"artificer, ([phrase]) carpenter, craftsman, engraver, maker, [phrase] mason, skilful, ([phrase]) smith, worker, workman, such as wrought."} +{"id":"H2797","strongs_number":"H2797","system":"hebrew","language":"hebrew","number_value":2797,"lemma":"חַרְשָׁא","transliteration":"Charshâʼ","pronunciation":"khar-shaw'","derivation":"from H2792 (חֶרֶשׁ); magician;","strongs_definition":"Charsha, one of the Nethinim","kjv_definition":"Harsha."} +{"id":"H2798","strongs_number":"H2798","system":"hebrew","language":"hebrew","number_value":2798,"lemma":"חֲרָשִׁים","transliteration":"Chărâshîym","pronunciation":"khar-aw-sheem'","derivation":"plural of H2796 (חָרָשׁ);","strongs_definition":"mechanics, the name of a valley in Jerusalem","kjv_definition":"Charashim, craftsmen."} +{"id":"H2799","strongs_number":"H2799","system":"hebrew","language":"hebrew","number_value":2799,"lemma":"חֲרֹשֶׁת","transliteration":"chărôsheth","pronunciation":"khar-o'-sheth","derivation":"from H2790 (חָרַשׁ);","strongs_definition":"mechanical work","kjv_definition":"carving, cutting."} +{"id":"H2800","strongs_number":"H2800","system":"hebrew","language":"hebrew","number_value":2800,"lemma":"חֲרֹשֶׁת","transliteration":"Chărôsheth","pronunciation":"khar-o'-sheth","derivation":"the same as H2799 (חֲרֹשֶׁת);","strongs_definition":"Charosheth, a place in Palestine","kjv_definition":"Harosheth."} +{"id":"H2801","strongs_number":"H2801","system":"hebrew","language":"hebrew","number_value":2801,"lemma":"חָרַת","transliteration":"chârath","pronunciation":"khaw-rath'","derivation":"a primitive root;","strongs_definition":"to engrave","kjv_definition":"graven."} +{"id":"H2802","strongs_number":"H2802","system":"hebrew","language":"hebrew","number_value":2802,"lemma":"חֶרֶת","transliteration":"Chereth","pronunciation":"kheh'-reth","derivation":"from H2801 (חָרַת) (but equivalent to H2793 (חֹרֶשׁ)); forest;","strongs_definition":"Chereth, a thicket in Palestine","kjv_definition":"Hereth."} +{"id":"H2803","strongs_number":"H2803","system":"hebrew","language":"hebrew","number_value":2803,"lemma":"חָשַׁב","transliteration":"châshab","pronunciation":"khaw-shab'","derivation":"a primitive root;","strongs_definition":"properly, to plait or interpenetrate, i.e. (literally) to weave or (generally) to fabricate; figuratively, to plot or contrive (usually in a malicious sense); hence (from the mental effort) to think, regard, value, compute","kjv_definition":"(make) account (of), conceive, consider, count, cunning (man, work, workman), devise, esteem, find out, forecast, hold, imagine, impute, invent, be like, mean, purpose, reckon(-ing be made), regard, think."} +{"id":"H2804","strongs_number":"H2804","system":"hebrew","language":"hebrew","number_value":2804,"lemma":"חֲשַׁב","transliteration":"chăshab","pronunciation":"khash-ab'","derivation":"(Aramaic) corresponding to H2803 (חָשַׁב);","strongs_definition":"to regard","kjv_definition":"repute."} +{"id":"H2805","strongs_number":"H2805","system":"hebrew","language":"hebrew","number_value":2805,"lemma":"חֵשֶׁב","transliteration":"chêsheb","pronunciation":"khay'-sheb","derivation":"from H2803 (חָשַׁב);","strongs_definition":"a belt or strap (as being interlaced)","kjv_definition":"curious girdle."} +{"id":"H2806","strongs_number":"H2806","system":"hebrew","language":"hebrew","number_value":2806,"lemma":"חַשְׁבַּדָּנָה","transliteration":"Chashbaddânâh","pronunciation":"khash-bad-daw'-naw","derivation":"from H2803 (חָשַׁב) and H1777 (דִּין); considerate judge;","strongs_definition":"Chasbaddanah, an Israelite","kjv_definition":"Hasbadana."} +{"id":"H2807","strongs_number":"H2807","system":"hebrew","language":"hebrew","number_value":2807,"lemma":"חֲשֻׁבָה","transliteration":"Chăshubâh","pronunciation":"khash-oo-baw'","derivation":"from H2803 (חָשַׁב); estimation;","strongs_definition":"Cashubah, an Israelite","kjv_definition":"Hashubah."} +{"id":"H2808","strongs_number":"H2808","system":"hebrew","language":"hebrew","number_value":2808,"lemma":"חֶשְׁבּוֹן","transliteration":"cheshbôwn","pronunciation":"khesh-bone'","derivation":"from H2803 (חָשַׁב);","strongs_definition":"properly, contrivance; by implication, intelligence","kjv_definition":"account, device, reason."} +{"id":"H2809","strongs_number":"H2809","system":"hebrew","language":"hebrew","number_value":2809,"lemma":"חֶשְׁבּוֹן","transliteration":"Cheshbôwn","pronunciation":"khesh-bone'","derivation":"the same as H2808 (חֶשְׁבּוֹן);","strongs_definition":"Cheshbon, a place East of the Jordan","kjv_definition":"Heshbon."} +{"id":"H2810","strongs_number":"H2810","system":"hebrew","language":"hebrew","number_value":2810,"lemma":"חִשָּׁבוֹן","transliteration":"chishshâbôwn","pronunciation":"khish-shaw-bone'","derivation":"from H2803 (חָשַׁב);","strongs_definition":"a contrivance, i.e. actual (a warlike machine) or mental (a machination)","kjv_definition":"engine, invention."} +{"id":"H2811","strongs_number":"H2811","system":"hebrew","language":"hebrew","number_value":2811,"lemma":"חֲשַׁבְיָה","transliteration":"Chăshabyâh","pronunciation":"khash-ab-yaw'","derivation":"or חֲשַׁבְיָהוּ; from H2803 (חָשַׁב) and H3050 (יָהּ); Jah has regarded;","strongs_definition":"Chashabjah, the name of nine Israelites","kjv_definition":"Hashabiah."} +{"id":"H2812","strongs_number":"H2812","system":"hebrew","language":"hebrew","number_value":2812,"lemma":"חֲשַׁבְנָה","transliteration":"Chăshabnâh","pronunciation":"khash-ab-naw'","derivation":"feminine of H2808 (חֶשְׁבּוֹן); inventiveness;","strongs_definition":"Chashnah, an Israelite","kjv_definition":"Hashabnah."} +{"id":"H2813","strongs_number":"H2813","system":"hebrew","language":"hebrew","number_value":2813,"lemma":"חֲשַׁבְנְיָה","transliteration":"Chăshabnᵉyâh","pronunciation":"khash-ab-neh-yaw'","derivation":"from H2808 (חֶשְׁבּוֹן) and H3050 (יָהּ); thought of Jah;","strongs_definition":"Chashabnejah, the name of two Israelites","kjv_definition":"Hashabniah."} +{"id":"H2814","strongs_number":"H2814","system":"hebrew","language":"hebrew","number_value":2814,"lemma":"חָשָׁה","transliteration":"châshâh","pronunciation":"khaw-shaw'","derivation":"a primitive root;","strongs_definition":"to hush or keep quiet","kjv_definition":"hold peace, keep silence, be silent, (be) still."} +{"id":"H2815","strongs_number":"H2815","system":"hebrew","language":"hebrew","number_value":2815,"lemma":"חַשּׁוּב","transliteration":"Chashshûwb","pronunciation":"khash-shoob'","derivation":"from H2803 (חָשַׁב); intelligent;","strongs_definition":"Chashshub, the name of two or three Israelites","kjv_definition":"Hashub, Hasshub."} +{"id":"H2816","strongs_number":"H2816","system":"hebrew","language":"hebrew","number_value":2816,"lemma":"חֲשׁוֹךְ","transliteration":"chăshôwk","pronunciation":"khash-oke'","derivation":"(Aramaic) from a root corresponding to H2821 (חָשַׁךְ);","strongs_definition":"the dark","kjv_definition":"darkness."} +{"id":"H2817","strongs_number":"H2817","system":"hebrew","language":"hebrew","number_value":2817,"lemma":"חֲשׂוּפָא","transliteration":"Chăsûwphâʼ","pronunciation":"khas-oo-faw'","derivation":"or חֲשֻׂפָא; from H2834 (חָשַׂף); nakedness;","strongs_definition":"Chasupha, one of the Nethinim","kjv_definition":"Hashupha, Hasupha."} +{"id":"H2818","strongs_number":"H2818","system":"hebrew","language":"hebrew","number_value":2818,"lemma":"חֲשַׁח","transliteration":"chăshach","pronunciation":"khash-akh'","derivation":"(Aramaic) a collateral root to one corresponding to H2363 (חוּשׁ) in the sense of readiness;","strongs_definition":"to be necessary (from the idea of convenience) or (transitively) to need","kjv_definition":"careful, have need of."} +{"id":"H2819","strongs_number":"H2819","system":"hebrew","language":"hebrew","number_value":2819,"lemma":"חַשְׁחוּת","transliteration":"chashchûwth","pronunciation":"khash-khooth'","derivation":"from a root corresponding to H2818 (חֲשַׁח);","strongs_definition":"necessity","kjv_definition":"be needful."} +{"id":"H2820","strongs_number":"H2820","system":"hebrew","language":"hebrew","number_value":2820,"lemma":"חָשַׂךְ","transliteration":"châsak","pronunciation":"khaw-sak'","derivation":"a primitive root; also interchangeable with H2821 (חָשַׁךְ)","strongs_definition":"to restrain or (reflex.) refrain; by implication, to refuse, spare, preserve; to observe","kjv_definition":"assuage, [idiom] darken, forbear, hinder, hold back, keep (back), punish, refrain, reserve, spare, withhold."} +{"id":"H2821","strongs_number":"H2821","system":"hebrew","language":"hebrew","number_value":2821,"lemma":"חָשַׁךְ","transliteration":"châshak","pronunciation":"khaw-shak'","derivation":"a primitive root;","strongs_definition":"to be dark (as withholding light); transitively, to darken","kjv_definition":"be black, be (make) dark, darken, cause darkness, be dim, hide."} +{"id":"H2822","strongs_number":"H2822","system":"hebrew","language":"hebrew","number_value":2822,"lemma":"חֹשֶׁךְ","transliteration":"chôshek","pronunciation":"kho-shek'","derivation":"from H2821 (חָשַׁךְ);","strongs_definition":"the dark; hence (literally) darkness; figuratively, misery, destruction, death, ignorance, sorrow, wickedness","kjv_definition":"dark(-ness), night, obscurity."} +{"id":"H2823","strongs_number":"H2823","system":"hebrew","language":"hebrew","number_value":2823,"lemma":"חָשֹׁךְ","transliteration":"châshôk","pronunciation":"khaw-shoke'","derivation":"from H2821 (חָשַׁךְ);","strongs_definition":"dark (figuratively, i.e. obscure)","kjv_definition":"meaning"} +{"id":"H2824","strongs_number":"H2824","system":"hebrew","language":"hebrew","number_value":2824,"lemma":"חֶשְׁכָה","transliteration":"cheshkâh","pronunciation":"khesh-kaw'","derivation":"from H2821 (חָשַׁךְ);","strongs_definition":"darkness","kjv_definition":"dark."} +{"id":"H2825","strongs_number":"H2825","system":"hebrew","language":"hebrew","number_value":2825,"lemma":"חֲשֵׁכָה","transliteration":"chăshêkâh","pronunciation":"khash-ay-kaw'","derivation":"or חֲשֵׁיכָהxlit chăshêkâh corrected to chăshêykâh; from H2821 (חָשַׁךְ);","strongs_definition":"darkness; figuratively, misery","kjv_definition":"darkness."} +{"id":"H2826","strongs_number":"H2826","system":"hebrew","language":"hebrew","number_value":2826,"lemma":"חָשַׁל","transliteration":"châshal","pronunciation":"khaw-shal'","derivation":"a primitive root;","strongs_definition":"to make (intrans. be) unsteady, i.e. weak","kjv_definition":"feeble."} +{"id":"H2827","strongs_number":"H2827","system":"hebrew","language":"hebrew","number_value":2827,"lemma":"חֲשַׁל","transliteration":"chăshal","pronunciation":"khash-al'","derivation":"(Aramaic) a root corresponding to H2826 (חָשַׁל);","strongs_definition":"to weaken, i.e. crush","kjv_definition":"subdue."} +{"id":"H2828","strongs_number":"H2828","system":"hebrew","language":"hebrew","number_value":2828,"lemma":"חָשֻׁם","transliteration":"Châshum","pronunciation":"khaw-shoom'","derivation":"from the same as H2831 (חַשְׁמַן); enriched;","strongs_definition":"Chashum, the name of two or three Israelites","kjv_definition":"Hashum."} +{"id":"H2829","strongs_number":"H2829","system":"hebrew","language":"hebrew","number_value":2829,"lemma":"חֶשְׁמוֹן","transliteration":"Cheshmôwn","pronunciation":"klesh-mone'","derivation":"the same as H2831 (חַשְׁמַן); opulent;","strongs_definition":"Cheshmon, a place in Palestine","kjv_definition":"Heshmon."} +{"id":"H2830","strongs_number":"H2830","system":"hebrew","language":"hebrew","number_value":2830,"lemma":"חַשְׁמַל","transliteration":"chashmal","pronunciation":"khash-mal'","derivation":"of uncertain derivation;","strongs_definition":"probably bronze or polished spectrum metal","kjv_definition":"amber."} +{"id":"H2831","strongs_number":"H2831","system":"hebrew","language":"hebrew","number_value":2831,"lemma":"חַשְׁמַן","transliteration":"chashman","pronunciation":"khash-man'","derivation":"from an unused root (probably meaning firm or capacious in resources); apparently","strongs_definition":"wealthy","kjv_definition":"princes."} +{"id":"H2832","strongs_number":"H2832","system":"hebrew","language":"hebrew","number_value":2832,"lemma":"חַשְׁמֹנָה","transliteration":"Chashmônâh","pronunciation":"khash-mo-naw'","derivation":"feminine of H2831 (חַשְׁמַן); fertile;","strongs_definition":"Chasmonah, a place in the Desert","kjv_definition":"Hashmonah."} +{"id":"H2833","strongs_number":"H2833","system":"hebrew","language":"hebrew","number_value":2833,"lemma":"חֹשֶׁן","transliteration":"chôshen","pronunciation":"kho'-shen","derivation":"from an unused root probably meaning to contain or sparkle;","strongs_definition":"perhaps a pocket (as holding the Urim and Thummim), or rich (as containing gems), used only of the gorget of the highpriest","kjv_definition":"breastplate."} +{"id":"H2834","strongs_number":"H2834","system":"hebrew","language":"hebrew","number_value":2834,"lemma":"חָשַׂף","transliteration":"châsaph","pronunciation":"khaw-saf'","derivation":"a primitive root;","strongs_definition":"to strip off, i.e. generally to make naked (for exertion or in disgrace), to drain away or bail up (a liquid)","kjv_definition":"make bare, clean, discover, draw out, take, uncover."} +{"id":"H2835","strongs_number":"H2835","system":"hebrew","language":"hebrew","number_value":2835,"lemma":"חָשִׂף","transliteration":"châsiph","pronunciation":"khaw-seef'","derivation":"from H2834 (חָשַׂף);","strongs_definition":"properly, drawn off, i.e. separated; hence, a small company (as divided from the rest)","kjv_definition":"little flock."} +{"id":"H2836","strongs_number":"H2836","system":"hebrew","language":"hebrew","number_value":2836,"lemma":"חָשַׁק","transliteration":"châshaq","pronunciation":"khaw-shak'","derivation":"a primitive root; also interchangeable for H2820 (חָשַׂךְ)","strongs_definition":"to cling, i.e. join, (figuratively) to love, delight in; elliptically; to deliver","kjv_definition":"have a delight, (have a) desire, fillet, long, set (in) love."} +{"id":"H2837","strongs_number":"H2837","system":"hebrew","language":"hebrew","number_value":2837,"lemma":"חֵשֶׁק","transliteration":"chêsheq","pronunciation":"khay'-shek","derivation":"from H2836 (חָשַׁק);","strongs_definition":"delight","kjv_definition":"desire, pleasure."} +{"id":"H2838","strongs_number":"H2838","system":"hebrew","language":"hebrew","number_value":2838,"lemma":"חָשֻׁק","transliteration":"châshuq","pronunciation":"khaw-shook'","derivation":"or חָשׁוּק; past participle of H2836 (חָשַׁק);","strongs_definition":"attached, i.e. a fence-rail or rod connecting the posts or pillars","kjv_definition":"fillet."} +{"id":"H2839","strongs_number":"H2839","system":"hebrew","language":"hebrew","number_value":2839,"lemma":"חִשֻּׁק","transliteration":"chishshuq","pronunciation":"khish-shook'","derivation":"from H2836 (חָשַׁק);","strongs_definition":"conjoined, i.e. a wheel-spoke or rod connecting the hub with the rim","kjv_definition":"felloe."} +{"id":"H2840","strongs_number":"H2840","system":"hebrew","language":"hebrew","number_value":2840,"lemma":"חִשֻּׁר","transliteration":"chishshur","pronunciation":"khish-shoor'","derivation":"from an unused root meaning to bind together;","strongs_definition":"combined, i.e. the nave or hub of awheel (as holding the spokes together)","kjv_definition":"spoke."} +{"id":"H2841","strongs_number":"H2841","system":"hebrew","language":"hebrew","number_value":2841,"lemma":"חַשְׁרָה","transliteration":"chashrâh","pronunciation":"khash-raw'","derivation":"from the same as H2840 (חִשֻּׁר);","strongs_definition":"properly, a combination or gathering, i.e. of watery clouds","kjv_definition":"dark."} +{"id":"H2842","strongs_number":"H2842","system":"hebrew","language":"hebrew","number_value":2842,"lemma":"חָשַׁשׁ","transliteration":"châshash","pronunciation":"khaw-shash'","derivation":"by variation for H7179 (קַשׁ);","strongs_definition":"dry grass","kjv_definition":"chaff."} +{"id":"H2843","strongs_number":"H2843","system":"hebrew","language":"hebrew","number_value":2843,"lemma":"חֻשָׁתִי","transliteration":"Chushâthîy","pronunciation":"khoo-shaw-thee'","derivation":"patronymically from H2364 (חוּשָׁה);","strongs_definition":"a Chushathite or descendant of Chushah","kjv_definition":"Hushathite."} +{"id":"H2844","strongs_number":"H2844","system":"hebrew","language":"hebrew","number_value":2844,"lemma":"חַת","transliteration":"chath","pronunciation":"khath","derivation":"from H2865 (חָתַת);","strongs_definition":"concretely, crushed; also afraid; abstractly, terror","kjv_definition":"broken, dismayed, dread, fear."} +{"id":"H2845","strongs_number":"H2845","system":"hebrew","language":"hebrew","number_value":2845,"lemma":"חֵת","transliteration":"Chêth","pronunciation":"khayth","derivation":"from H2865 (חָתַת); terror;","strongs_definition":"Cheth, an aboriginal Canaanite","kjv_definition":"Heth."} +{"id":"H2846","strongs_number":"H2846","system":"hebrew","language":"hebrew","number_value":2846,"lemma":"חָתָה","transliteration":"châthâh","pronunciation":"khaw-thaw'","derivation":"a primitive root;","strongs_definition":"to lay hold of; especially to pick up fire","kjv_definition":"heap, take (away)."} +{"id":"H2847","strongs_number":"H2847","system":"hebrew","language":"hebrew","number_value":2847,"lemma":"חִתָּה","transliteration":"chittâh","pronunciation":"khit-taw'","derivation":"from H2865 (חָתַת);","strongs_definition":"fear","kjv_definition":"terror."} +{"id":"H2848","strongs_number":"H2848","system":"hebrew","language":"hebrew","number_value":2848,"lemma":"חִתּוּל","transliteration":"chittûwl","pronunciation":"khit-tool'","derivation":"from H2853 (חָתַל);","strongs_definition":"swathed, i.e. a bandage","kjv_definition":"roller."} +{"id":"H2849","strongs_number":"H2849","system":"hebrew","language":"hebrew","number_value":2849,"lemma":"חַתְחַת","transliteration":"chathchath","pronunciation":"khath-khath'","derivation":"from H2844 (חַת);","strongs_definition":"terror","kjv_definition":"fear."} +{"id":"H2850","strongs_number":"H2850","system":"hebrew","language":"hebrew","number_value":2850,"lemma":"חִתִּי","transliteration":"Chittîy","pronunciation":"khit-tee'","derivation":"patronymically from H2845 (חֵת);","strongs_definition":"a Chittite, or descendant of Cheth","kjv_definition":"Hittite, Hittities."} +{"id":"H2851","strongs_number":"H2851","system":"hebrew","language":"hebrew","number_value":2851,"lemma":"חִתִּית","transliteration":"chittîyth","pronunciation":"khit-teeth'","derivation":"from H2865 (חָתַת);","strongs_definition":"fear","kjv_definition":"terror."} +{"id":"H2852","strongs_number":"H2852","system":"hebrew","language":"hebrew","number_value":2852,"lemma":"חָתַךְ","transliteration":"châthak","pronunciation":"khaw-thak'","derivation":"a primitive root;","strongs_definition":"properly, to cut off, i.e. (figuratively) to decree","kjv_definition":"determine."} +{"id":"H2853","strongs_number":"H2853","system":"hebrew","language":"hebrew","number_value":2853,"lemma":"חָתַל","transliteration":"châthal","pronunciation":"khaw-thal'","derivation":"a primitive root;","strongs_definition":"to swathe","kjv_definition":"[idiom] at all, swaddle."} +{"id":"H2854","strongs_number":"H2854","system":"hebrew","language":"hebrew","number_value":2854,"lemma":"חֲתֻלָּה","transliteration":"chăthullâh","pronunciation":"khath-ool-law'","derivation":"from H2853 (חָתַל);","strongs_definition":"a swathing cloth (figuratively)","kjv_definition":"swaddling band."} +{"id":"H2855","strongs_number":"H2855","system":"hebrew","language":"hebrew","number_value":2855,"lemma":"חֶתְלֹן","transliteration":"Chethlôn","pronunciation":"kheth-lone'","derivation":"from H2853 (חָתַל); enswathed;","strongs_definition":"Chethlon, a place in Palestine","kjv_definition":"Hethlon."} +{"id":"H2856","strongs_number":"H2856","system":"hebrew","language":"hebrew","number_value":2856,"lemma":"חָתַם","transliteration":"châtham","pronunciation":"khaw-tham'","derivation":"a primitive root;","strongs_definition":"to close up; especially to seal","kjv_definition":"make an end, mark, seal (up), stop."} +{"id":"H2857","strongs_number":"H2857","system":"hebrew","language":"hebrew","number_value":2857,"lemma":"חֲתַם","transliteration":"chătham","pronunciation":"khath-am'","derivation":"(Aramaic) a root corresponding to H2856 (חָתַם);","strongs_definition":"to seal","kjv_definition":"seal."} +{"id":"H2858","strongs_number":"H2858","system":"hebrew","language":"hebrew","number_value":2858,"lemma":"חֹתֶמֶת","transliteration":"chôthemeth","pronunciation":"kho-the-meth","derivation":"feminine active participle of H2856 (חָתַם);","strongs_definition":"a seal","kjv_definition":"signet."} +{"id":"H2859","strongs_number":"H2859","system":"hebrew","language":"hebrew","number_value":2859,"lemma":"חָתַן","transliteration":"châthan","pronunciation":"khaw-than'","derivation":"a primitive root;","strongs_definition":"to give (a daughter) away in marriage; hence (generally) to contract affinity by marriage","kjv_definition":"join in affinity, father in law, make marriages, mother in law, son in law."} +{"id":"H2860","strongs_number":"H2860","system":"hebrew","language":"hebrew","number_value":2860,"lemma":"חָתָן","transliteration":"châthân","pronunciation":"khaw-thawn'","derivation":"from H2859 (חָתַן);","strongs_definition":"a relative by marriage (especially through the bride); figuratively, a circumcised child (as a species of religious espousal)","kjv_definition":"bridegroom, husband, son in law."} +{"id":"H2861","strongs_number":"H2861","system":"hebrew","language":"hebrew","number_value":2861,"lemma":"חֲתֻנָּה","transliteration":"chăthunnâh","pronunciation":"khath-oon-naw'","derivation":"from H2859 (חָתַן);","strongs_definition":"a wedding","kjv_definition":"espousal."} +{"id":"H2862","strongs_number":"H2862","system":"hebrew","language":"hebrew","number_value":2862,"lemma":"חָתַף","transliteration":"châthaph","pronunciation":"khaw-thaf'","derivation":"a primitive root;","strongs_definition":"to clutch","kjv_definition":"take away."} +{"id":"H2863","strongs_number":"H2863","system":"hebrew","language":"hebrew","number_value":2863,"lemma":"חֶתֶף","transliteration":"chetheph","pronunciation":"kheh'-thef","derivation":"from H2862 (חָתַף);","strongs_definition":"properly, rapine; figuratively, robbery","kjv_definition":"prey."} +{"id":"H2864","strongs_number":"H2864","system":"hebrew","language":"hebrew","number_value":2864,"lemma":"חָתַר","transliteration":"châthar","pronunciation":"khaw-thar'","derivation":"a primitive root;","strongs_definition":"to force a passage, as by burglary; figuratively, with oars","kjv_definition":"dig (through), row."} +{"id":"H2865","strongs_number":"H2865","system":"hebrew","language":"hebrew","number_value":2865,"lemma":"חָתַת","transliteration":"châthath","pronunciation":"khaw-thath'","derivation":"a primitive root;","strongs_definition":"properly, to prostrate; hence, to break down, either (literally) by violence, or (figuratively) by confusion and fear","kjv_definition":"abolish, affright, be (make) afraid, amaze, beat down, discourage, (cause to) dismay, go down, scare, terrify."} +{"id":"H2866","strongs_number":"H2866","system":"hebrew","language":"hebrew","number_value":2866,"lemma":"חֲתַת","transliteration":"chăthath","pronunciation":"khath-ath'","derivation":"from H2865 (חָתַת);","strongs_definition":"dismay","kjv_definition":"casting down."} +{"id":"H2867","strongs_number":"H2867","system":"hebrew","language":"hebrew","number_value":2867,"lemma":"חֲתַת","transliteration":"Chăthath","pronunciation":"khath-ath'","derivation":"the same as H2866 (חֲתַת);","strongs_definition":"Chathath, an Israelite","kjv_definition":"cathath. f"} +{"id":"H2868","strongs_number":"H2868","system":"hebrew","language":"hebrew","number_value":2868,"lemma":"טְאֵב","transliteration":"ṭᵉʼêb","pronunciation":"teh-abe'","derivation":"a primitive root;","strongs_definition":"to rejoice","kjv_definition":"be glad"} +{"id":"H2869","strongs_number":"H2869","system":"hebrew","language":"hebrew","number_value":2869,"lemma":"טָב","transliteration":"ṭâb","pronunciation":"teh-abe'","derivation":"the same as H2896 (טוֹב);","strongs_definition":"good","kjv_definition":"fine, good."} +{"id":"H2870","strongs_number":"H2870","system":"hebrew","language":"hebrew","number_value":2870,"lemma":"טָבְאֵל","transliteration":"ṭâbᵉʼêl","pronunciation":"taw-beh-ale'","derivation":"from H2895 (טוֹב) and H410 (אֵל); pleasing (to) God;","strongs_definition":"Tabeel, the name of a Syrian and of a Persian","kjv_definition":"Tabeal, Tabeel."} +{"id":"H2871","strongs_number":"H2871","system":"hebrew","language":"hebrew","number_value":2871,"lemma":"טָבוּל","transliteration":"ṭâbûwl","pronunciation":"taw-bool'","derivation":"passive participle of H2881 (טָבַל);","strongs_definition":"properly, dyed, i.e. a turban (probably as of colored stuff)","kjv_definition":"dyed attire."} +{"id":"H2872","strongs_number":"H2872","system":"hebrew","language":"hebrew","number_value":2872,"lemma":"טַבּוּר","transliteration":"ṭabbûwr","pronunciation":"tab-boor'","derivation":"from an unused root meaning to pile up;","strongs_definition":"properly, accumulated; i.e. (by implication) a summit","kjv_definition":"middle, midst."} +{"id":"H2873","strongs_number":"H2873","system":"hebrew","language":"hebrew","number_value":2873,"lemma":"טָבַח","transliteration":"ṭâbach","pronunciation":"taw-bakh'","derivation":"a primitive root;","strongs_definition":"to slaughter (animals or men)","kjv_definition":"kill, (make) slaughter, slay."} +{"id":"H2874","strongs_number":"H2874","system":"hebrew","language":"hebrew","number_value":2874,"lemma":"טֶבַח","transliteration":"ṭebach","pronunciation":"teh'-bakh","derivation":"from H2873 (טָבַח);","strongs_definition":"properly, something slaughtered; hence, a beast (or meat, as butchered); abstractly butchery (or concretely, a place of slaughter)","kjv_definition":"[idiom] beast, slaughter, [idiom] slay, [idiom] sore."} +{"id":"H2875","strongs_number":"H2875","system":"hebrew","language":"hebrew","number_value":2875,"lemma":"טֶבַח","transliteration":"Ṭebach","pronunciation":"teh'-bakh","derivation":"the same as H2874 (טֶבַח); massacre;","strongs_definition":"Tebach, the name of a Mesopotamian and of an Israelite","kjv_definition":"Tebah."} +{"id":"H2876","strongs_number":"H2876","system":"hebrew","language":"hebrew","number_value":2876,"lemma":"טַבָּח","transliteration":"ṭabbâch","pronunciation":"tab-bawkh'","derivation":"from H2873 (טָבַח);","strongs_definition":"properly, a butcher; hence, a lifeguardsman (because he was acting as an executioner); also a cook (usually slaughtering the animal for food)","kjv_definition":"cook, guard."} +{"id":"H2877","strongs_number":"H2877","system":"hebrew","language":"hebrew","number_value":2877,"lemma":"טַבָּח","transliteration":"ṭabbâch","pronunciation":"tab-bawkh'","derivation":"(Aramaic) the same as H2876 (טַבָּח);","strongs_definition":"a lifeguardsman","kjv_definition":"guard."} +{"id":"H2878","strongs_number":"H2878","system":"hebrew","language":"hebrew","number_value":2878,"lemma":"טִבְחָה","transliteration":"ṭibchâh","pronunciation":"tib-khaw'","derivation":"feminine of H2874 (טֶבַח) and meaning the same","strongs_definition":"{properly, something slaughtered; hence, a beast (or meat, as butchered); abstractly butchery (or concretely, a place of slaughter)}","kjv_definition":"flesh, slaughter."} +{"id":"H2879","strongs_number":"H2879","system":"hebrew","language":"hebrew","number_value":2879,"lemma":"טַבָּחָה","transliteration":"ṭabbâchâh","pronunciation":"tab-baw-khaw'","derivation":"feminine of H2876 (טַבָּח);","strongs_definition":"a female cook","kjv_definition":"cook."} +{"id":"H2880","strongs_number":"H2880","system":"hebrew","language":"hebrew","number_value":2880,"lemma":"טִבְחַת","transliteration":"Ṭibchath","pronunciation":"tib-khath'","derivation":"from H2878 (טִבְחָה); slaughter;","strongs_definition":"Tibchath, a place in Syria","kjv_definition":"Tibhath."} +{"id":"H2881","strongs_number":"H2881","system":"hebrew","language":"hebrew","number_value":2881,"lemma":"טָבַל","transliteration":"ṭâbal","pronunciation":"taw-bal'","derivation":"a primitive root;","strongs_definition":"to dip, to immerse","kjv_definition":"dip, plunge."} +{"id":"H2882","strongs_number":"H2882","system":"hebrew","language":"hebrew","number_value":2882,"lemma":"טְבַלְיָהוּ","transliteration":"Ṭᵉbalyâhûw","pronunciation":"teb-al-yaw'-hoo","derivation":"from H2881 (טָבַל) and H3050 (יָהּ); Jah has dipped;","strongs_definition":"Tebaljah, an Israelite","kjv_definition":"Tebaliah."} +{"id":"H2883","strongs_number":"H2883","system":"hebrew","language":"hebrew","number_value":2883,"lemma":"טָבַע","transliteration":"ṭâbaʻ","pronunciation":"taw-bah'","derivation":"a primitive root;","strongs_definition":"to sink","kjv_definition":"drown, fasten, settle, sink."} +{"id":"H2884","strongs_number":"H2884","system":"hebrew","language":"hebrew","number_value":2884,"lemma":"טַבָּעוֹת","transliteration":"Ṭabbâʻôwth","pronunciation":"tab-baw-othe'","derivation":"plural of H2885 (טַבַּעַת); rings;","strongs_definition":"Tabbaoth, one of the Nethinim","kjv_definition":"Tabaoth."} +{"id":"H2885","strongs_number":"H2885","system":"hebrew","language":"hebrew","number_value":2885,"lemma":"טַבַּעַת","transliteration":"ṭabbaʻath","pronunciation":"tab-bah'-ath","derivation":"from H2883 (טָבַע);","strongs_definition":"properly, a seal (as sunk into the wax), i.e. signet (for sealing); hence (generally) a ring of any kind","kjv_definition":"ring."} +{"id":"H2886","strongs_number":"H2886","system":"hebrew","language":"hebrew","number_value":2886,"lemma":"טַבְרִמּוֹן","transliteration":"Ṭabrimmôwn","pronunciation":"tab-rim-mone'","derivation":"from H2895 (טוֹב) and H7417 (רִמּוֹן); pleasing (to) Rimmon;","strongs_definition":"Tabrimmon, a Syrian","kjv_definition":"Tabrimmon."} +{"id":"H2887","strongs_number":"H2887","system":"hebrew","language":"hebrew","number_value":2887,"lemma":"טֵבֶת","transliteration":"Ṭêbeth","pronunciation":"tay'-beth","derivation":"probably of foreign derivation;","strongs_definition":"Tebeth, the tenth Hebrew month","kjv_definition":"Tebeth."} +{"id":"H2888","strongs_number":"H2888","system":"hebrew","language":"hebrew","number_value":2888,"lemma":"טַבַּת","transliteration":"Ṭabbath","pronunciation":"tab-bath'","derivation":"of uncertain derivation;","strongs_definition":"Tabbath, a place East of the Jordan","kjv_definition":"Tabbath."} +{"id":"H2889","strongs_number":"H2889","system":"hebrew","language":"hebrew","number_value":2889,"lemma":"טָהוֹר","transliteration":"ṭâhôwr","pronunciation":"taw-hore'","derivation":"or טָהֹר; from H2891 (טָהֵר);","strongs_definition":"pure (in a physical, chemical, ceremonial or moral sense)","kjv_definition":"clean, fair, pure(-ness)."} +{"id":"H2890","strongs_number":"H2890","system":"hebrew","language":"hebrew","number_value":2890,"lemma":"טְהוֹר","transliteration":"ṭᵉhôwr","pronunciation":"teh-hore'","derivation":"from H2891 (טָהֵר);","strongs_definition":"purity","kjv_definition":"pureness."} +{"id":"H2891","strongs_number":"H2891","system":"hebrew","language":"hebrew","number_value":2891,"lemma":"טָהֵר","transliteration":"ṭâhêr","pronunciation":"taw-hare'","derivation":"a primitive root; properly, to be bright; i.e. (by implication)","strongs_definition":"to be pure (physical sound, clear, unadulterated; Levitically, uncontaminated; morally, innocent or holy)","kjv_definition":"be (make, make self, pronounce) clean, cleanse (self), purge, purify(-ier, self)."} +{"id":"H2892","strongs_number":"H2892","system":"hebrew","language":"hebrew","number_value":2892,"lemma":"טֹהַר","transliteration":"ṭôhar","pronunciation":"to'-har","derivation":"from H2891 (טָהֵר);","strongs_definition":"literally brightness; ceremonially purification","kjv_definition":"clearness, glory, purifying."} +{"id":"H2893","strongs_number":"H2893","system":"hebrew","language":"hebrew","number_value":2893,"lemma":"טׇהֳרָה","transliteration":"ṭohŏrâh","pronunciation":"toh-or-aw'","derivation":"feminine of H2892 (טֹהַר);","strongs_definition":"ceremonial purification; moral purity","kjv_definition":"[idiom] is cleansed, cleansing, purification(-fying)."} +{"id":"H2894","strongs_number":"H2894","system":"hebrew","language":"hebrew","number_value":2894,"lemma":"טוּא","transliteration":"ṭûwʼ","pronunciation":"too","derivation":"a primitive root;","strongs_definition":"to sweep away","kjv_definition":"sweep."} +{"id":"H2895","strongs_number":"H2895","system":"hebrew","language":"hebrew","number_value":2895,"lemma":"טוֹב","transliteration":"ṭôwb","pronunciation":"tobe","derivation":"a primitive root,","strongs_definition":"to be (transitively, do or make) good (or well) in the widest sense","kjv_definition":"be (do) better, cheer, be (do, seem) good, (make) goodly, [idiom] please, (be, do, go, play) well."} +{"id":"H2896","strongs_number":"H2896","system":"hebrew","language":"hebrew","number_value":2896,"lemma":"טוֹב","transliteration":"ṭôwb","pronunciation":"tobe","derivation":"from H2895 (טוֹב);","strongs_definition":"good (as an adjective) in the widest sense; used likewise as a noun, both in the masculine and the feminine, the singular and the plural (good, a good or good thing, a good man or woman; the good, goods or good things, good men or women), also as an adverb (well)","kjv_definition":"beautiful, best, better, bountiful, cheerful, at ease, [idiom] fair (word), (be in) favour, fine, glad, good (deed, -lier, -liest, -ly, -ness, -s), graciously, joyful, kindly, kindness, liketh (best), loving, merry, [idiom] most, pleasant, [phrase] pleaseth, pleasure, precious, prosperity, ready, sweet, wealth, welfare, (be) well(-favoured)."} +{"id":"H2897","strongs_number":"H2897","system":"hebrew","language":"hebrew","number_value":2897,"lemma":"טוֹב","transliteration":"Ṭôwb","pronunciation":"tobe","derivation":"the same as H2896 (טוֹב); good;","strongs_definition":"Tob, a region apparently East of the Jordan","kjv_definition":"Tob."} +{"id":"H2898","strongs_number":"H2898","system":"hebrew","language":"hebrew","number_value":2898,"lemma":"טוּב","transliteration":"ṭûwb","pronunciation":"toob","derivation":"from H2895 (טוֹב);","strongs_definition":"good (as a noun), in the widest sense, especially goodness (superlative concretely, the best), beauty, gladness, welfare","kjv_definition":"fair, gladness, good(-ness, thing, -s), joy, go well with."} +{"id":"H2899","strongs_number":"H2899","system":"hebrew","language":"hebrew","number_value":2899,"lemma":"טוֹב אֲדֹנִיָּהוּ","transliteration":"Ṭôwb ʼĂdônîyâhûw","pronunciation":"tobe ado-nee-yah'-hoo","derivation":"from H2896 (טוֹב) and H138 (אֲדֹנִיָּה); pleasing (to) Adonijah;","strongs_definition":"Tob-Adonijah, an Israelite","kjv_definition":"Tob-adonijah."} +{"id":"H2900","strongs_number":"H2900","system":"hebrew","language":"hebrew","number_value":2900,"lemma":"טוֹבִיָּה","transliteration":"Ṭôwbîyâh","pronunciation":"to-bee-yaw'","derivation":"or טוֹבִיָּהוּ; from H2896 (טוֹב) and H3050 (יָהּ); goodness of Jehovah;","strongs_definition":"Tobijah, the name of three Israelites and of one Samaritan","kjv_definition":"Tobiah, Tobijah."} +{"id":"H2901","strongs_number":"H2901","system":"hebrew","language":"hebrew","number_value":2901,"lemma":"טָוָה","transliteration":"ṭâvâh","pronunciation":"taw-vaw'","derivation":"a primitive root;","strongs_definition":"to spin","kjv_definition":"spin."} +{"id":"H2902","strongs_number":"H2902","system":"hebrew","language":"hebrew","number_value":2902,"lemma":"טוּחַ","transliteration":"ṭûwach","pronunciation":"too'-akh","derivation":"a primitive root;","strongs_definition":"to smear, especially with lime","kjv_definition":"daub, overlay, plaister, smut."} +{"id":"H2903","strongs_number":"H2903","system":"hebrew","language":"hebrew","number_value":2903,"lemma":"טוֹפָפָה","transliteration":"ṭôwphâphâh","pronunciation":"to-faw-faw'","derivation":"from an unused root meaning to go around or bind;","strongs_definition":"a fillet for the forehead","kjv_definition":"frontlet."} +{"id":"H2904","strongs_number":"H2904","system":"hebrew","language":"hebrew","number_value":2904,"lemma":"טוּל","transliteration":"ṭûwl","pronunciation":"tool","derivation":"a primitive root;","strongs_definition":"to pitch over or reel; hence (transitively) to cast down or out","kjv_definition":"carry away, (utterly) cast (down, forth, out), send out."} +{"id":"H2905","strongs_number":"H2905","system":"hebrew","language":"hebrew","number_value":2905,"lemma":"טוּר","transliteration":"ṭûwr","pronunciation":"toor","derivation":"from an unused root meaning to range in a regular manner;","strongs_definition":"a row; hence, a wall","kjv_definition":"row."} +{"id":"H2906","strongs_number":"H2906","system":"hebrew","language":"hebrew","number_value":2906,"lemma":"טוּר","transliteration":"ṭûwr","pronunciation":"toor","derivation":"(Aramaic) corresponding to H6697 (צוּר);","strongs_definition":"a rock or hill","kjv_definition":"mountain."} +{"id":"H2907","strongs_number":"H2907","system":"hebrew","language":"hebrew","number_value":2907,"lemma":"טוּשׂ","transliteration":"ṭûws","pronunciation":"toos","derivation":"a primitive root;","strongs_definition":"to pounce as a bird of prey","kjv_definition":"haste."} +{"id":"H2908","strongs_number":"H2908","system":"hebrew","language":"hebrew","number_value":2908,"lemma":"טְוָת","transliteration":"ṭᵉvâth","pronunciation":"tev-awth'","derivation":"(Aramaic) from a root corresponding to H2901 (טָוָה);","strongs_definition":"hunger (as twisting)","kjv_definition":"fasting."} +{"id":"H2909","strongs_number":"H2909","system":"hebrew","language":"hebrew","number_value":2909,"lemma":"טָחָה","transliteration":"ṭâchâh","pronunciation":"taw-khaw'","derivation":"a primitive root;","strongs_definition":"to stretch a bow, as an archer","kjv_definition":"(bow-) shot."} +{"id":"H2910","strongs_number":"H2910","system":"hebrew","language":"hebrew","number_value":2910,"lemma":"טֻחָה","transliteration":"ṭuchâh","pronunciation":"too-khaw'","derivation":"from H2909 (טָחָה) (or H2902 (טוּחַ)) in the sense of overlaying;","strongs_definition":"(in the plural only) the kidneys (as being covered); hence (figuratively) the inmost thought","kjv_definition":"inward parts."} +{"id":"H2911","strongs_number":"H2911","system":"hebrew","language":"hebrew","number_value":2911,"lemma":"טְחוֹן","transliteration":"ṭᵉchôwn","pronunciation":"tekh-one'","derivation":"from H2912 (טָחַן);","strongs_definition":"a hand mill; hence, a millstone","kjv_definition":"to grind."} +{"id":"H2912","strongs_number":"H2912","system":"hebrew","language":"hebrew","number_value":2912,"lemma":"טָחַן","transliteration":"ṭâchan","pronunciation":"taw-khan'","derivation":"a primitive root;","strongs_definition":"to grind meal; hence, to be aconcubine (that being their employment)","kjv_definition":"grind(-er)."} +{"id":"H2913","strongs_number":"H2913","system":"hebrew","language":"hebrew","number_value":2913,"lemma":"טַחֲנָה","transliteration":"ṭachănâh","pronunciation":"takh-an-aw'","derivation":"from H2912 (טָחַן);","strongs_definition":"a hand mill; hence (figuratively) chewing","kjv_definition":"grinding."} +{"id":"H2914","strongs_number":"H2914","system":"hebrew","language":"hebrew","number_value":2914,"lemma":"טְחֹר","transliteration":"ṭᵉchôr","pronunciation":"tekh-ore'","derivation":"from an unused root meaning to burn;","strongs_definition":"a boil or ulcer (from the inflammation), especially a tumorin the anus or pudenda (the piles)","kjv_definition":"emerod."} +{"id":"H2915","strongs_number":"H2915","system":"hebrew","language":"hebrew","number_value":2915,"lemma":"טִיחַ","transliteration":"ṭîyach","pronunciation":"tee'akh","derivation":"from (the equiv. of) H2902 (טוּחַ);","strongs_definition":"mortar or plaster","kjv_definition":"daubing."} +{"id":"H2916","strongs_number":"H2916","system":"hebrew","language":"hebrew","number_value":2916,"lemma":"טִיט","transliteration":"ṭîyṭ","pronunciation":"teet","derivation":"from an unused root meaning apparently to be sticky (rather perb. a demonstrative); from H2894 (טוּא), through the idea of dirt to be swept away);","strongs_definition":"mud or clay; figuratively, calamity","kjv_definition":"clay, dirt, mire."} +{"id":"H2917","strongs_number":"H2917","system":"hebrew","language":"hebrew","number_value":2917,"lemma":"טִין","transliteration":"ṭîyn","pronunciation":"teen","derivation":"(Aramaic) perhaps, by interchange, for a word corresponding to H2916 (טִיט);","strongs_definition":"clay","kjv_definition":"miry."} +{"id":"H2918","strongs_number":"H2918","system":"hebrew","language":"hebrew","number_value":2918,"lemma":"טִירָה","transliteration":"ṭîyrâh","pronunciation":"tee-raw'","derivation":"feminine of (an equivalent to) H2905 (טוּר);","strongs_definition":"a wall; hence, a fortress or a hamlet","kjv_definition":"(goodly) castle, habitation, palace, row."} +{"id":"H2919","strongs_number":"H2919","system":"hebrew","language":"hebrew","number_value":2919,"lemma":"טַל","transliteration":"ṭal","pronunciation":"tal","derivation":"from H2926 (טָלַל);","strongs_definition":"dew (as covering vegetation)","kjv_definition":"dew."} +{"id":"H2920","strongs_number":"H2920","system":"hebrew","language":"hebrew","number_value":2920,"lemma":"טַל","transliteration":"ṭal","pronunciation":"tal","derivation":"(Aramaic) the same as H2919 (טַל)","strongs_definition":"{dew (as covering vegetation)}","kjv_definition":"dew."} +{"id":"H2921","strongs_number":"H2921","system":"hebrew","language":"hebrew","number_value":2921,"lemma":"טָלָא","transliteration":"ṭâlâʼ","pronunciation":"taw-law'","derivation":"a primitive root;","strongs_definition":"properly, to cover with pieces; i.e. (by implication) to spot or variegate (as tapestry)","kjv_definition":"clouted, with divers colours, spotted."} +{"id":"H2922","strongs_number":"H2922","system":"hebrew","language":"hebrew","number_value":2922,"lemma":"טְלָא","transliteration":"ṭᵉlâʼ","pronunciation":"tel-aw'","derivation":"apparently from H2921 (טָלָא) in the (orig.) sense of covering (for protection); (compare H2924 (טָלֶה))","strongs_definition":"a lamb","kjv_definition":"lamb."} +{"id":"H2923","strongs_number":"H2923","system":"hebrew","language":"hebrew","number_value":2923,"lemma":"טְלָאִים","transliteration":"Ṭᵉlâʼîym","pronunciation":"tel-aw-eem'","derivation":"from the plural of H2922 (טְלָא); lambs;","strongs_definition":"Telaim, a place in Palestine","kjv_definition":"Telaim."} +{"id":"H2924","strongs_number":"H2924","system":"hebrew","language":"hebrew","number_value":2924,"lemma":"טָלֶה","transliteration":"ṭâleh","pronunciation":"taw-leh'","derivation":"by variation for H2922 (טְלָא);","strongs_definition":"a lamb","kjv_definition":"lamb."} +{"id":"H2925","strongs_number":"H2925","system":"hebrew","language":"hebrew","number_value":2925,"lemma":"טַלְטֵלָה","transliteration":"ṭalṭêlâh","pronunciation":"tal-tay-law'","derivation":"from H2904 (טוּל);","strongs_definition":"overthrow or rejection","kjv_definition":"captivity."} +{"id":"H2926","strongs_number":"H2926","system":"hebrew","language":"hebrew","number_value":2926,"lemma":"טָלַל","transliteration":"ṭâlal","pronunciation":"taw-lal'","derivation":"a primitive root;","strongs_definition":"properly, to strew over, i.e. (by implication) to cover in or plate (with beams)","kjv_definition":"cover."} +{"id":"H2927","strongs_number":"H2927","system":"hebrew","language":"hebrew","number_value":2927,"lemma":"טְלַל","transliteration":"ṭᵉlal","pronunciation":"tel-al'","derivation":"(Aramaic) corresponding to H2926 (טָלַל);","strongs_definition":"to cover with shade","kjv_definition":"have a shadow."} +{"id":"H2928","strongs_number":"H2928","system":"hebrew","language":"hebrew","number_value":2928,"lemma":"טֶלֶם","transliteration":"Ṭelem","pronunciation":"teh'-lem","derivation":"from an unused root meaning to break up or treat violently; oppression;","strongs_definition":"Telem, the name of a place in Idumaea, also of a temple doorkeeper","kjv_definition":"Telem."} +{"id":"H2929","strongs_number":"H2929","system":"hebrew","language":"hebrew","number_value":2929,"lemma":"טַלְמוֹן","transliteration":"Ṭalmôwn","pronunciation":"tal-mone'","derivation":"from the same as H2728 (חָרְגֹּל); oppressive;","strongs_definition":"Talmon, a temple doorkeeper","kjv_definition":"Talmon."} +{"id":"H2930","strongs_number":"H2930","system":"hebrew","language":"hebrew","number_value":2930,"lemma":"טָמֵא","transliteration":"ṭâmêʼ","pronunciation":"taw-may'","derivation":"a primitive root;","strongs_definition":"to be foul, especially in a ceremial or moral sense (contaminated)","kjv_definition":"defile (self), pollute (self), be (make, make self, pronounce) unclean, [idiom] utterly."} +{"id":"H2931","strongs_number":"H2931","system":"hebrew","language":"hebrew","number_value":2931,"lemma":"טָמֵא","transliteration":"ṭâmêʼ","pronunciation":"taw-may'","derivation":"from H2930 (טָמֵא);","strongs_definition":"foul in a religious sense","kjv_definition":"defiled, [phrase] infamous, polluted(-tion), unclean."} +{"id":"H2932","strongs_number":"H2932","system":"hebrew","language":"hebrew","number_value":2932,"lemma":"טֻמְאָה","transliteration":"ṭumʼâh","pronunciation":"toom-aw'","derivation":"from H2930 (טָמֵא);","strongs_definition":"religious impurity","kjv_definition":"filthiness, unclean(-ness)."} +{"id":"H2933","strongs_number":"H2933","system":"hebrew","language":"hebrew","number_value":2933,"lemma":"טָמָה","transliteration":"ṭâmâh","pronunciation":"taw-maw'","derivation":"a collateral form of H2930 (טָמֵא);","strongs_definition":"to be impure in a religious sense","kjv_definition":"be defiled, be reputed vile."} +{"id":"H2934","strongs_number":"H2934","system":"hebrew","language":"hebrew","number_value":2934,"lemma":"טָמַן","transliteration":"ṭâman","pronunciation":"taw-man'","derivation":"a primitive root;","strongs_definition":"to hide (by covering over)","kjv_definition":"hide, lay privily, in secret."} +{"id":"H2935","strongs_number":"H2935","system":"hebrew","language":"hebrew","number_value":2935,"lemma":"טֶנֶא","transliteration":"ṭeneʼ","pronunciation":"teh'-neh","derivation":"from an unused root probably meaning to weave;","strongs_definition":"a basket (of interlaced osiers)","kjv_definition":"basket."} +{"id":"H2936","strongs_number":"H2936","system":"hebrew","language":"hebrew","number_value":2936,"lemma":"טָנַף","transliteration":"ṭânaph","pronunciation":"taw-naf'","derivation":"a primitive root;","strongs_definition":"to soil","kjv_definition":"defile."} +{"id":"H2937","strongs_number":"H2937","system":"hebrew","language":"hebrew","number_value":2937,"lemma":"טָעָה","transliteration":"ṭâʻâh","pronunciation":"taw-aw'","derivation":"a primitive root;","strongs_definition":"to wander; causatively to lead astray","kjv_definition":"seduce."} +{"id":"H2938","strongs_number":"H2938","system":"hebrew","language":"hebrew","number_value":2938,"lemma":"טָעַם","transliteration":"ṭâʻam","pronunciation":"taw-am'","derivation":"a primitive root;","strongs_definition":"to taste; figuratively, to perceive","kjv_definition":"[idiom] but, perceive, taste."} +{"id":"H2939","strongs_number":"H2939","system":"hebrew","language":"hebrew","number_value":2939,"lemma":"טְעַם","transliteration":"ṭᵉʻam","pronunciation":"teh-am'","derivation":"(Aramaic) corresponding to H2938 (טָעַם);","strongs_definition":"to taste; causatively to feed","kjv_definition":"make to eat, feed."} +{"id":"H2940","strongs_number":"H2940","system":"hebrew","language":"hebrew","number_value":2940,"lemma":"טַעַם","transliteration":"ṭaʻam","pronunciation":"tah'-am","derivation":"from H2938 (טָעַם);","strongs_definition":"properly, a taste, i.e. (figuratively) perception; by implication, intelligence; transitively, a mandate","kjv_definition":"advice, behaviour, decree, discretion, judgment, reason, taste, understanding."} +{"id":"H2941","strongs_number":"H2941","system":"hebrew","language":"hebrew","number_value":2941,"lemma":"טַעַם","transliteration":"ṭaʻam","pronunciation":"tah'-am","derivation":"(Aramaic) from H2939 (טְעַם); compare H2940 (טַעַם))","strongs_definition":"properly, a taste, i.e. ajudicial sentence","kjv_definition":"account, [idiom] to be commanded, commandment, matter."} +{"id":"H2942","strongs_number":"H2942","system":"hebrew","language":"hebrew","number_value":2942,"lemma":"טְעֵם","transliteration":"ṭᵉʻêm","pronunciation":"teh-ame'","derivation":"(Aramaic) from H2939 (טְעַם), and equivalent to H2941 (טַעַם);","strongs_definition":"properly, flavor; figuratively, judgment (both subjective and objective); hence, account (both subjectively and objectively)","kjv_definition":"[phrase] chancellor, [phrase] command, commandment, decree, [phrase] regard, taste, wisdom."} +{"id":"H2943","strongs_number":"H2943","system":"hebrew","language":"hebrew","number_value":2943,"lemma":"טָעַן","transliteration":"ṭâʻan","pronunciation":"taw-an'","derivation":"a primitive root;","strongs_definition":"to load a beast","kjv_definition":"lade."} +{"id":"H2944","strongs_number":"H2944","system":"hebrew","language":"hebrew","number_value":2944,"lemma":"טָעַן","transliteration":"ṭâʻan","pronunciation":"taw-an'","derivation":"a primitive root;","strongs_definition":"to stab","kjv_definition":"thrust through."} +{"id":"H2945","strongs_number":"H2945","system":"hebrew","language":"hebrew","number_value":2945,"lemma":"טַף","transliteration":"ṭaph","pronunciation":"taf","derivation":"from H2952 (טָפַף) (perhaps referring to the tripping gait of children);","strongs_definition":"a family (mostly used collectively in the singular)","kjv_definition":"(little) children (ones), families."} +{"id":"H2946","strongs_number":"H2946","system":"hebrew","language":"hebrew","number_value":2946,"lemma":"טָפַח","transliteration":"ṭâphach","pronunciation":"taw-fakh'","derivation":"a primitive root; or perhaps a denominative from H2947 (טֵפַח), from dandling on the palms","strongs_definition":"to flatten out or extend (as a tent); figuratively, to nurse achild (as promotive of growth);","kjv_definition":"span, swaddle."} +{"id":"H2947","strongs_number":"H2947","system":"hebrew","language":"hebrew","number_value":2947,"lemma":"טֵפַח","transliteration":"ṭêphach","pronunciation":"tay'-fakh","derivation":"from H2946 (טָפַח);","strongs_definition":"a spread of the hand, i.e. a palm-breadth (not 'span' of the fingers); architecturally, a corbel (as a supporting palm)","kjv_definition":"coping, hand-breadth."} +{"id":"H2948","strongs_number":"H2948","system":"hebrew","language":"hebrew","number_value":2948,"lemma":"טֹפַח","transliteration":"ṭôphach","pronunciation":"to'-fakh","derivation":"from H2946 (טָפַח) (the same as H2947 (טֵפַח))","strongs_definition":"{a spread of the hand, i.e. a palm-breadth (not 'span' of the fingers); architecturally, a corbel (as a supporting palm)}","kjv_definition":"hand-breadth (broad)."} +{"id":"H2949","strongs_number":"H2949","system":"hebrew","language":"hebrew","number_value":2949,"lemma":"טִפֻּח","transliteration":"ṭippuch","pronunciation":"tip-pookh'","derivation":"from H2946 (טָפַח);","strongs_definition":"nursing","kjv_definition":"span long."} +{"id":"H2950","strongs_number":"H2950","system":"hebrew","language":"hebrew","number_value":2950,"lemma":"טָפַל","transliteration":"ṭâphal","pronunciation":"taw-fal'","derivation":"a primitive root;","strongs_definition":"properly, to stick on as apatch; figuratively, to impute falsely","kjv_definition":"forge(-r), sew up."} +{"id":"H2951","strongs_number":"H2951","system":"hebrew","language":"hebrew","number_value":2951,"lemma":"טִפְסַר","transliteration":"ṭiphçar","pronunciation":"tif-sar'","derivation":"of foreign derivation;","strongs_definition":"a military governor","kjv_definition":"captain."} +{"id":"H2952","strongs_number":"H2952","system":"hebrew","language":"hebrew","number_value":2952,"lemma":"טָפַף","transliteration":"ṭâphaph","pronunciation":"taw-faf'","derivation":"a primitive root; apparently","strongs_definition":"to trip (with short steps) coquettishly","kjv_definition":"mince."} +{"id":"H2953","strongs_number":"H2953","system":"hebrew","language":"hebrew","number_value":2953,"lemma":"טְפַר","transliteration":"ṭᵉphar","pronunciation":"tef-ar'","derivation":"(Aramaic) from a root corresponding to H6852 (צָפַר), and meaning the same as H6856 (צִפֹּרֶן);","strongs_definition":"a finger-nail; also a hoof or claw","kjv_definition":"nail."} +{"id":"H2954","strongs_number":"H2954","system":"hebrew","language":"hebrew","number_value":2954,"lemma":"טָפַשׁ","transliteration":"ṭâphash","pronunciation":"taw-fash'","derivation":"a primitive root;","strongs_definition":"properly, apparently to be thick; figuratively, to be stupid","kjv_definition":"be fat."} +{"id":"H2955","strongs_number":"H2955","system":"hebrew","language":"hebrew","number_value":2955,"lemma":"טָפַת","transliteration":"Ṭâphath","pronunciation":"taw-fath'","derivation":"probably from H5197 (נָטַף); a dropping (of ointment);","strongs_definition":"Taphath, an Israelitess","kjv_definition":"Taphath."} +{"id":"H2956","strongs_number":"H2956","system":"hebrew","language":"hebrew","number_value":2956,"lemma":"טָרַד","transliteration":"ṭârad","pronunciation":"taw-rad'","derivation":"a primitive root;","strongs_definition":"to drive on; figuratively, to follow close","kjv_definition":"continual."} +{"id":"H2957","strongs_number":"H2957","system":"hebrew","language":"hebrew","number_value":2957,"lemma":"טְרַד","transliteration":"ṭᵉrad","pronunciation":"ter-ad'","derivation":"(Aramaic) corresponding to H2956 (טָרַד);","strongs_definition":"to expel","kjv_definition":"drive."} +{"id":"H2958","strongs_number":"H2958","system":"hebrew","language":"hebrew","number_value":2958,"lemma":"טְרוֹם","transliteration":"ṭᵉrôwm","pronunciation":"ter-ome'","derivation":"a variation of H2962 (טֶרֶם);","strongs_definition":"not yet","kjv_definition":"before."} +{"id":"H2959","strongs_number":"H2959","system":"hebrew","language":"hebrew","number_value":2959,"lemma":"טָרַח","transliteration":"ṭârach","pronunciation":"taw-rakh'","derivation":"a primitive root;","strongs_definition":"to overburden","kjv_definition":"weary."} +{"id":"H2960","strongs_number":"H2960","system":"hebrew","language":"hebrew","number_value":2960,"lemma":"טֹרַח","transliteration":"ṭôrach","pronunciation":"to'-rakh","derivation":"from H2959 (טָרַח);","strongs_definition":"a burden","kjv_definition":"cumbrance, trouble."} +{"id":"H2961","strongs_number":"H2961","system":"hebrew","language":"hebrew","number_value":2961,"lemma":"טָרִי","transliteration":"ṭârîy","pronunciation":"taw-ree'","derivation":"from an unused root apparently meaning to be moist;","strongs_definition":"properly, dripping; hence, fresh (i.e. recently made such)","kjv_definition":"new, putrefying."} +{"id":"H2962","strongs_number":"H2962","system":"hebrew","language":"hebrew","number_value":2962,"lemma":"טֶרֶם","transliteration":"ṭerem","pronunciation":"teh'-rem","derivation":"from an unused root apparently meaning to interrupt or suspend;","strongs_definition":"properly, non-occurrence; used adverbially, not yet or before","kjv_definition":"before, ere, not yet."} +{"id":"H2963","strongs_number":"H2963","system":"hebrew","language":"hebrew","number_value":2963,"lemma":"טָרַף","transliteration":"ṭâraph","pronunciation":"taw-raf'","derivation":"a primitive root;","strongs_definition":"to pluck off or pull to pieces; causatively to supply with food (as in morsels)","kjv_definition":"catch, [idiom] without doubt, feed, ravin, rend in pieces, [idiom] surely, tear (in pieces)."} +{"id":"H2964","strongs_number":"H2964","system":"hebrew","language":"hebrew","number_value":2964,"lemma":"טֶרֶף","transliteration":"ṭereph","pronunciation":"teh'-ref","derivation":"from H2963 (טָרַף);","strongs_definition":"something torn, i.e. a fragment, e.g. a fresh leaf, prey, food","kjv_definition":"leaf, meat, prey, spoil."} +{"id":"H2965","strongs_number":"H2965","system":"hebrew","language":"hebrew","number_value":2965,"lemma":"טָרָף","transliteration":"ṭârâph","pronunciation":"taw-rawf'","derivation":"from H2963 (טָרַף);","strongs_definition":"recently torn off, i.e. fresh","kjv_definition":"pluckt off."} +{"id":"H2966","strongs_number":"H2966","system":"hebrew","language":"hebrew","number_value":2966,"lemma":"טְרֵפָה","transliteration":"ṭᵉrêphâh","pronunciation":"ter-ay-faw'","derivation":"feminine (collectively) of H2964 (טֶרֶף);","strongs_definition":"prey, i.e. flocks devoured by animals","kjv_definition":"ravin, (that which was) torn (of beasts, in pieces)."} +{"id":"H2967","strongs_number":"H2967","system":"hebrew","language":"hebrew","number_value":2967,"lemma":"טַרְפְּלַי","transliteration":"Ṭarpᵉlay","pronunciation":"tar-pel-ah'-ee","derivation":"(Aramaic) from a name of foreign derivation;","strongs_definition":"a Tarpelite (collectively) or inhabitants of Tarpel, a place in Assyria","kjv_definition":"Tarpelites. y"} +{"id":"H2968","strongs_number":"H2968","system":"hebrew","language":"hebrew","number_value":2968,"lemma":"יָאַב","transliteration":"yâʼab","pronunciation":"yaw-ab'","derivation":"a primitive root;","strongs_definition":"to desire","kjv_definition":"long."} +{"id":"H2969","strongs_number":"H2969","system":"hebrew","language":"hebrew","number_value":2969,"lemma":"יָאָה","transliteration":"yâʼâh","pronunciation":"yaw-aw'","derivation":"a primitive root;","strongs_definition":"to be suitable","kjv_definition":"appertain."} +{"id":"H2970","strongs_number":"H2970","system":"hebrew","language":"hebrew","number_value":2970,"lemma":"יַאֲזַנְיָה","transliteration":"Yaʼăzanyâh","pronunciation":"yah-az-an-yaw'","derivation":"or יַאֲזַנְיָהוּ; from H238 (אָזַן) and H3050 (יָהּ); heard of Jah;","strongs_definition":"Jaazanjah, the name of four Israelites","kjv_definition":"Jaazaniah. Compare H3153 (יְזַנְיָה)."} +{"id":"H2971","strongs_number":"H2971","system":"hebrew","language":"hebrew","number_value":2971,"lemma":"יָאִיר","transliteration":"Yâʼîyr","pronunciation":"yaw-ere'","derivation":"from H215 (אוֹר); enlightener;","strongs_definition":"Jair, the name of four Israelites","kjv_definition":"Jair."} +{"id":"H2972","strongs_number":"H2972","system":"hebrew","language":"hebrew","number_value":2972,"lemma":"יָאִרִי","transliteration":"Yâʼirîy","pronunciation":"yaw-ee-ree'","derivation":"patronymically from H2971 (יָאִיר);","strongs_definition":"a Jairite or descendant of Jair","kjv_definition":"Jairite."} +{"id":"H2973","strongs_number":"H2973","system":"hebrew","language":"hebrew","number_value":2973,"lemma":"יָאַל","transliteration":"yâʼal","pronunciation":"yaw-al'","derivation":"a primitive root;","strongs_definition":"properly, to be slack, i.e. (figuratively) to be foolish","kjv_definition":"dote, be (become, do) foolish(-ly)."} +{"id":"H2974","strongs_number":"H2974","system":"hebrew","language":"hebrew","number_value":2974,"lemma":"יָאַל","transliteration":"yâʼal","pronunciation":"yaw-al'","derivation":"a primitive root (probably rather the same as H2973 (יָאַל) through the idea of mental weakness);","strongs_definition":"properly, to yield, especially assent; hence (pos.) to undertake as an act of volition","kjv_definition":"assay, begin, be content, please, take upon, [idiom] willingly, would."} +{"id":"H2975","strongs_number":"H2975","system":"hebrew","language":"hebrew","number_value":2975,"lemma":"יְאֹר","transliteration":"yᵉʼôr","pronunciation":"yeh-ore'","derivation":"of Egyptian origin;","strongs_definition":"a channel, e.g. a fosse, canal, shaft; specifically the Nile, as the one river of Egypt, including its collateral trenches; also the Tigris, as the main river of Assyria","kjv_definition":"brook, flood, river, stream."} +{"id":"H2976","strongs_number":"H2976","system":"hebrew","language":"hebrew","number_value":2976,"lemma":"יָאַשׁ","transliteration":"yâʼash","pronunciation":"yaw-ash'","derivation":"a primitive root;","strongs_definition":"to desist, i.e. (figuratively) to despond","kjv_definition":"(cause to) despair, one that is desperate, be no hope."} +{"id":"H2977","strongs_number":"H2977","system":"hebrew","language":"hebrew","number_value":2977,"lemma":"יֹאשִׁיָּה","transliteration":"Yôʼshîyâh","pronunciation":"yo-shee-yaw'","derivation":"or יֹאשִׁיָּהוּ; from the same root as H803 (אֲשׁוּיָה) and H3050 (יָהּ); founded of Jah;","strongs_definition":"Joshijah, the name of two Israelites","kjv_definition":"Josiah."} +{"id":"H2978","strongs_number":"H2978","system":"hebrew","language":"hebrew","number_value":2978,"lemma":"יְאִתוֹן","transliteration":"yᵉʼithôwn","pronunciation":"yeh-ee-thone'","derivation":"from H857 (אָתָה);","strongs_definition":"an entry","kjv_definition":"entrance."} +{"id":"H2979","strongs_number":"H2979","system":"hebrew","language":"hebrew","number_value":2979,"lemma":"יְאָתְרַי","transliteration":"yᵉʼâthᵉray","pronunciation":"yeh-aw-ther-ah'ee","derivation":"from the same as H871 (אֲתָרִים); stepping;","strongs_definition":"Jeatherai, an Israelite","kjv_definition":"Jeaterai."} +{"id":"H2980","strongs_number":"H2980","system":"hebrew","language":"hebrew","number_value":2980,"lemma":"יָבַב","transliteration":"yâbab","pronunciation":"yaw-bab","derivation":"a primitive root;","strongs_definition":"to bawl","kjv_definition":"cry out."} +{"id":"H2981","strongs_number":"H2981","system":"hebrew","language":"hebrew","number_value":2981,"lemma":"יְבוּל","transliteration":"yᵉbûwl","pronunciation":"yeb-ool'","derivation":"from H2986 (יָבַל);","strongs_definition":"produce, i.e. a crop or (figuratively) wealth","kjv_definition":"fruit, increase."} +{"id":"H2982","strongs_number":"H2982","system":"hebrew","language":"hebrew","number_value":2982,"lemma":"יְבוּס","transliteration":"Yᵉbûwç","pronunciation":"yeb-oos'","derivation":"from H947 (בּוּס); trodden, i.e. threshing-place;","strongs_definition":"Jebus, the original name of Jerusalem","kjv_definition":"Jebus."} +{"id":"H2983","strongs_number":"H2983","system":"hebrew","language":"hebrew","number_value":2983,"lemma":"יְבוּסִי","transliteration":"Yᵉbûwçîy","pronunciation":"yeb-oo-see'","derivation":"patrial from H2982 (יְבוּס);","strongs_definition":"a Jebusite or inhabitant of Jebus","kjv_definition":"Jebusite(-s)."} +{"id":"H2984","strongs_number":"H2984","system":"hebrew","language":"hebrew","number_value":2984,"lemma":"יִבְחַר","transliteration":"Yibchar","pronunciation":"yib-khar'","derivation":"from H977 (בָּחַר); choice;","strongs_definition":"Jibchar, an Israelite","kjv_definition":"Ibhar."} +{"id":"H2985","strongs_number":"H2985","system":"hebrew","language":"hebrew","number_value":2985,"lemma":"יָבִין","transliteration":"Yâbîyn","pronunciation":"yaw-bene'","derivation":"from H995 (בִּין); intelligent;","strongs_definition":"Jabin, the name of two Canaanitish kings","kjv_definition":"Jabin."} +{"id":"H2986","strongs_number":"H2986","system":"hebrew","language":"hebrew","number_value":2986,"lemma":"יָבַל","transliteration":"yâbal","pronunciation":"yaw-bal'","derivation":"a primitive root;","strongs_definition":"properly, to flow; causatively, to bring (especially with pomp)","kjv_definition":"bring (forth), carry, lead (forth)."} +{"id":"H2987","strongs_number":"H2987","system":"hebrew","language":"hebrew","number_value":2987,"lemma":"יְבַל","transliteration":"yᵉbal","pronunciation":"yeb-al'","derivation":"(Aramaic) corresponding to H2986 (יָבַל);","strongs_definition":"to bring","kjv_definition":"bring, carry."} +{"id":"H2988","strongs_number":"H2988","system":"hebrew","language":"hebrew","number_value":2988,"lemma":"יָבָל","transliteration":"yâbâl","pronunciation":"yaw-bawl'","derivation":"from H2986 (יָבַל);","strongs_definition":"a stream","kjv_definition":"(water-) course, stream."} +{"id":"H2989","strongs_number":"H2989","system":"hebrew","language":"hebrew","number_value":2989,"lemma":"יָבָל","transliteration":"Yâbâl","pronunciation":"yaw-bawl'","derivation":"the same as H2988 (יָבָל);","strongs_definition":"Jabal, an antediluvian","kjv_definition":"Jabal."} +{"id":"H2990","strongs_number":"H2990","system":"hebrew","language":"hebrew","number_value":2990,"lemma":"יַבֵּל","transliteration":"yabbêl","pronunciation":"yab-bale'","derivation":"from H2986 (יָבַל);","strongs_definition":"having running sores","kjv_definition":"wen."} +{"id":"H2991","strongs_number":"H2991","system":"hebrew","language":"hebrew","number_value":2991,"lemma":"יִבְלְעָם","transliteration":"Yiblᵉʻâm","pronunciation":"yib-leh-awm'","derivation":"from H1104 (בָּלַע) and H5971 (עַם); devouring people;","strongs_definition":"Jibleam, a place in Palestine","kjv_definition":"Ibleam."} +{"id":"H2992","strongs_number":"H2992","system":"hebrew","language":"hebrew","number_value":2992,"lemma":"יָבַם","transliteration":"yâbam","pronunciation":"yaw-bam'","derivation":"a primitive root of doubtful meaning; used only as a denominative from H2993 (יָבָם);","strongs_definition":"to marry a (deceased) brother's widow","kjv_definition":"perform the duty of a husband's brother, marry."} +{"id":"H2993","strongs_number":"H2993","system":"hebrew","language":"hebrew","number_value":2993,"lemma":"יָבָם","transliteration":"yâbâm","pronunciation":"yaw-bawm'","derivation":"from (the orig. of) H2992 (יָבַם);","strongs_definition":"a brotherin-law","kjv_definition":"husband's brother."} +{"id":"H2994","strongs_number":"H2994","system":"hebrew","language":"hebrew","number_value":2994,"lemma":"יְבֵמֶת","transliteration":"Yᵉbêmeth","pronunciation":"yeb-ay'-meth","derivation":"feminine participle of H2992 (יָבַם);","strongs_definition":"a sister-in-law","kjv_definition":"brother's wife, sister in law."} +{"id":"H2995","strongs_number":"H2995","system":"hebrew","language":"hebrew","number_value":2995,"lemma":"יַבְנְאֵל","transliteration":"Yabnᵉʼêl","pronunciation":"yab-neh-ale'","derivation":"from H1129 (בָּנָה) and H410 (אֵל); built of God;","strongs_definition":"Jabneel, the name of two places in Palestine","kjv_definition":"Jabneel."} +{"id":"H2996","strongs_number":"H2996","system":"hebrew","language":"hebrew","number_value":2996,"lemma":"יַבְנֶה","transliteration":"Yabneh","pronunciation":"yab-neh'","derivation":"from H1129 (בָּנָה); a building;","strongs_definition":"Jabneh, a place in Palestine","kjv_definition":"Jabneh."} +{"id":"H2997","strongs_number":"H2997","system":"hebrew","language":"hebrew","number_value":2997,"lemma":"יִבְנְיָה","transliteration":"Yibnᵉyâh","pronunciation":"yib-neh-yaw'","derivation":"from H1129 (בָּנָה) and H3050 (יָהּ); built of Jah;","strongs_definition":"Jibnejah, an Israelite","kjv_definition":"Ibneiah."} +{"id":"H2998","strongs_number":"H2998","system":"hebrew","language":"hebrew","number_value":2998,"lemma":"יִבְנִיָּה","transliteration":"Yibnîyâh","pronunciation":"yib-nee-yaw'","derivation":"from H1129 (בָּנָה) and H3050 (יָהּ); building of Jah;","strongs_definition":"Jibnijah, an Israelite","kjv_definition":"Ibnijah."} +{"id":"H2999","strongs_number":"H2999","system":"hebrew","language":"hebrew","number_value":2999,"lemma":"יַבֹּק","transliteration":"Yabbôq","pronunciation":"yab-boke'","derivation":"probably from H1238 (בָּקַק); pouring forth;","strongs_definition":"Jabbok, a river east of the Jordan","kjv_definition":"Jabbok."} +{"id":"H3000","strongs_number":"H3000","system":"hebrew","language":"hebrew","number_value":3000,"lemma":"יְבֶרֶכְיָהוּ","transliteration":"Yᵉberekyâhûw","pronunciation":"yeb-eh-rek-yaw'-hoo","derivation":"from H1288 (בָרַךְ) and H3050 (יָהּ); blessed of Jah;","strongs_definition":"Jeberekjah, an Israelite","kjv_definition":"Jeberechiah."} +{"id":"H3001","strongs_number":"H3001","system":"hebrew","language":"hebrew","number_value":3001,"lemma":"יָבֵשׁ","transliteration":"yâbêsh","pronunciation":"yaw-bashe'","derivation":"a primitive root;","strongs_definition":"to be ashamed, confused or disappointed; also (as failing) to dry up (as water) or wither (as herbage)","kjv_definition":"be ashamed, clean, be confounded, (make) dry (up), (do) shame(-fully), [idiom] utterly, wither (away)."} +{"id":"H3002","strongs_number":"H3002","system":"hebrew","language":"hebrew","number_value":3002,"lemma":"יָבֵשׁ","transliteration":"yâbêsh","pronunciation":"yaw-bashe'","derivation":"from H3001 (יָבֵשׁ);","strongs_definition":"dry","kjv_definition":"dried (away), dry."} +{"id":"H3003","strongs_number":"H3003","system":"hebrew","language":"hebrew","number_value":3003,"lemma":"יָבֵשׁ","transliteration":"Yâbêsh","pronunciation":"yaw-bashe'","derivation":"the same as H3002 (יָבֵשׁ) (also יָבֵישׁ; often with the addition of H1568 (גִּלְעָד), i.e. Jabesh of Gilad);","strongs_definition":"Jobesh, the name of an Israelite and of a place in Palestine","kjv_definition":"Jobesh (-Gilead)."} +{"id":"H3004","strongs_number":"H3004","system":"hebrew","language":"hebrew","number_value":3004,"lemma":"יַבָּשָׁה","transliteration":"yabbâshâh","pronunciation":"yab-baw-shaw'","derivation":"from H3001 (יָבֵשׁ);","strongs_definition":"dry ground","kjv_definition":"dry (ground, land)."} +{"id":"H3005","strongs_number":"H3005","system":"hebrew","language":"hebrew","number_value":3005,"lemma":"יִבְשָׂם","transliteration":"Yibsâm","pronunciation":"yib-sawm'","derivation":"from the same as H1314 (בֶּשֶׂם); fragrant;","strongs_definition":"Jibsam, an Israelite","kjv_definition":"Jibsam."} +{"id":"H3006","strongs_number":"H3006","system":"hebrew","language":"hebrew","number_value":3006,"lemma":"יַבֶּשֶׁת","transliteration":"yabbesheth","pronunciation":"yab-beh'-sheth","derivation":"a variation of H3004 (יַבָּשָׁה);","strongs_definition":"dry ground","kjv_definition":"dry land."} +{"id":"H3007","strongs_number":"H3007","system":"hebrew","language":"hebrew","number_value":3007,"lemma":"יַבֶּשֶׁת","transliteration":"yabbesheth","pronunciation":"yab-beh'-sheth","derivation":"(Aramaic) corresponding to H3006 (יַבֶּשֶׁת);","strongs_definition":"dry land","kjv_definition":"earth."} +{"id":"H3008","strongs_number":"H3008","system":"hebrew","language":"hebrew","number_value":3008,"lemma":"יִגְאָל","transliteration":"Yigʼâl","pronunciation":"yig-awl'","derivation":"from H1350 (גָּאַל); avenger;","strongs_definition":"Jigal, the name of three Israelites","kjv_definition":"Igal, Igeal."} +{"id":"H3009","strongs_number":"H3009","system":"hebrew","language":"hebrew","number_value":3009,"lemma":"יָגַב","transliteration":"yâgab","pronunciation":"yaw-gab'","derivation":"a primitive root;","strongs_definition":"to dig or plow","kjv_definition":"husbandman."} +{"id":"H3010","strongs_number":"H3010","system":"hebrew","language":"hebrew","number_value":3010,"lemma":"יָגֵב","transliteration":"yâgêb","pronunciation":"yaw-gabe'","derivation":"from H3009 (יָגַב);","strongs_definition":"a plowed field","kjv_definition":"field."} +{"id":"H3011","strongs_number":"H3011","system":"hebrew","language":"hebrew","number_value":3011,"lemma":"יׇגְבְּהָה","transliteration":"Yogbᵉhâh","pronunciation":"yog-beh-haw'","derivation":"feminine from H1361 (גָּבַהּ); hillock;","strongs_definition":"Jogbehah, a place East of the Jordan","kjv_definition":"Jogbehah."} +{"id":"H3012","strongs_number":"H3012","system":"hebrew","language":"hebrew","number_value":3012,"lemma":"יִגְדַּלְיָהוּ","transliteration":"Yigdalyâhûw","pronunciation":"yig-dal-yaw'-hoo","derivation":"from H1431 (גָּדַל) and H3050 (יָהּ); magnified of Jah;","strongs_definition":"Jigdaljah, an Israelite","kjv_definition":"Igdaliah."} +{"id":"H3013","strongs_number":"H3013","system":"hebrew","language":"hebrew","number_value":3013,"lemma":"יָגָה","transliteration":"yâgâh","pronunciation":"yaw-gaw'","derivation":"a primitive root;","strongs_definition":"to grieve","kjv_definition":"afflict, cause grief, grieve, sorrowful, vex."} +{"id":"H3014","strongs_number":"H3014","system":"hebrew","language":"hebrew","number_value":3014,"lemma":"יָגָה","transliteration":"yâgâh","pronunciation":"yaw-gaw'","derivation":"a primitive root (probably rather the same as H3013 (יָגָה) through the common idea of dissatisfaction);","strongs_definition":"to push away","kjv_definition":"be removed."} +{"id":"H3015","strongs_number":"H3015","system":"hebrew","language":"hebrew","number_value":3015,"lemma":"יָגוֹן","transliteration":"yâgôwn","pronunciation":"yaw-gohn'","derivation":"from H3013 (יָגָה);","strongs_definition":"affliction","kjv_definition":"grief, sorrow."} +{"id":"H3016","strongs_number":"H3016","system":"hebrew","language":"hebrew","number_value":3016,"lemma":"יָגוֹר","transliteration":"yâgôwr","pronunciation":"yaw-gore'","derivation":"from H3025 (יָגֹר);","strongs_definition":"fearful","kjv_definition":"afraid, fearest."} +{"id":"H3017","strongs_number":"H3017","system":"hebrew","language":"hebrew","number_value":3017,"lemma":"יָגוּר","transliteration":"Yâgûwr","pronunciation":"yaw-goor'","derivation":"probably from H1481 (גּוּר); a lodging;","strongs_definition":"Jagur, a place in Palestine","kjv_definition":"Jagur."} +{"id":"H3018","strongs_number":"H3018","system":"hebrew","language":"hebrew","number_value":3018,"lemma":"יְגִיעַ","transliteration":"yᵉgîyaʻ","pronunciation":"yeg-ee'-ah","derivation":"from H3021 (יָגַע);","strongs_definition":"toil; hence, a work, produce, property (as the result of labor)","kjv_definition":"labour, work."} +{"id":"H3019","strongs_number":"H3019","system":"hebrew","language":"hebrew","number_value":3019,"lemma":"יָגִיעַ","transliteration":"yâgîyaʻ","pronunciation":"yaw-ghee'-ah","derivation":"from H3021 (יָגַע);","strongs_definition":"tired","kjv_definition":"weary."} +{"id":"H3020","strongs_number":"H3020","system":"hebrew","language":"hebrew","number_value":3020,"lemma":"יׇגְלִי","transliteration":"Yoglîy","pronunciation":"yog-lee'","derivation":"from H1540 (גָּלָה); exiled;","strongs_definition":"Jogli, an Israelite","kjv_definition":"Jogli."} +{"id":"H3021","strongs_number":"H3021","system":"hebrew","language":"hebrew","number_value":3021,"lemma":"יָגַע","transliteration":"yâgaʻ","pronunciation":"yaw-gah'","derivation":"a primitive root;","strongs_definition":"properly, to gasp; hence, to be exhausted, to tire, to toil","kjv_definition":"faint, (make to) labour, (be) weary."} +{"id":"H3022","strongs_number":"H3022","system":"hebrew","language":"hebrew","number_value":3022,"lemma":"יָגָע","transliteration":"yâgâʻ","pronunciation":"yaw-gaw'","derivation":"from H3021 (יָגַע);","strongs_definition":"earnings (as the product of toil)","kjv_definition":"that which he laboured for."} +{"id":"H3023","strongs_number":"H3023","system":"hebrew","language":"hebrew","number_value":3023,"lemma":"יָגֵעַ","transliteration":"yâgêaʻ","pronunciation":"yaw-gay'-ah","derivation":"from H3021 (יָגַע);","strongs_definition":"tired; hence (transitive) tiresome","kjv_definition":"full of labour, weary."} +{"id":"H3024","strongs_number":"H3024","system":"hebrew","language":"hebrew","number_value":3024,"lemma":"יְגִעָה","transliteration":"yᵉgiʻâh","pronunciation":"yeg-ee-aw'","derivation":"feminine of H3019 (יָגִיעַ);","strongs_definition":"fatigue","kjv_definition":"weariness."} +{"id":"H3025","strongs_number":"H3025","system":"hebrew","language":"hebrew","number_value":3025,"lemma":"יָגֹר","transliteration":"yâgôr","pronunciation":"yaw-gore'","derivation":"a primitive root;","strongs_definition":"to fear","kjv_definition":"be afraid, fear."} +{"id":"H3026","strongs_number":"H3026","system":"hebrew","language":"hebrew","number_value":3026,"lemma":"יְגַר שַׂהֲדוּתָא","transliteration":"Yᵉgar Sahădûwthâʼ","pronunciation":"yegar' sah-had-oo-thaw'","derivation":"(Aramaic) from a word derived from an unused root (meaning to gather) and a derivation of a root corresponding to H7717 (שָׂהֵד); heap of the testimony;","strongs_definition":"Jegar-Sahadutha, a cairn East of the Jordan","kjv_definition":"Jegar-Sahadutha."} +{"id":"H3027","strongs_number":"H3027","system":"hebrew","language":"hebrew","number_value":3027,"lemma":"יָד","transliteration":"yâd","pronunciation":"yawd","derivation":"a primitive word; in distinction from H3709 (כַּף), the closed one); used (as noun, adverb, etc.) in a great variety of applications, both literally and figuratively, both proximate and remote (as follows)","strongs_definition":"a hand (the open one (indicating power, means, direction, etc.),","kjv_definition":"([phrase] be) able, [idiom] about, [phrase] armholes, at, axletree, because of, beside, border, [idiom] bounty, [phrase] broad, (broken-) handed, [idiom] by, charge, coast, [phrase] consecrate, [phrase] creditor, custody, debt, dominion, [idiom] enough, [phrase] fellowship, force, [idiom] from, hand(-staves, -y work), [idiom] he, himself, [idiom] in, labour, [phrase] large, ledge, (left-) handed, means, [idiom] mine, ministry, near, [idiom] of, [idiom] order, ordinance, [idiom] our, parts, pain, power, [idiom] presumptuously, service, side, sore, state, stay, draw with strength, stroke, [phrase] swear, terror, [idiom] thee, [idiom] by them, [idiom] themselves, [idiom] thine own, [idiom] thou, through, [idiom] throwing, [phrase] thumb, times, [idiom] to, [idiom] under, [idiom] us, [idiom] wait on, (way-) side, where, [phrase] wide, [idiom] with (him, me, you), work, [phrase] yield, [idiom] yourselves."} +{"id":"H3028","strongs_number":"H3028","system":"hebrew","language":"hebrew","number_value":3028,"lemma":"יַד","transliteration":"yad","pronunciation":"yad","derivation":"(Aramaic) corresponding to H3027 (יָד)","strongs_definition":"{a hand (the open one (indicating power, means, direction, etc.)}","kjv_definition":"hand, power."} +{"id":"H3029","strongs_number":"H3029","system":"hebrew","language":"hebrew","number_value":3029,"lemma":"יְדָא","transliteration":"yᵉdâʼ","pronunciation":"yed-aw'","derivation":"(Aramaic) corresponding to H3034 (יָדָה);","strongs_definition":"to praise","kjv_definition":"(give) thank(-s)."} +{"id":"H3030","strongs_number":"H3030","system":"hebrew","language":"hebrew","number_value":3030,"lemma":"יִדְאֲלָה","transliteration":"Yidʼălâh","pronunciation":"yid-al-aw'","derivation":"of uncertain derivation;","strongs_definition":"Jidalah, a place in Palestine","kjv_definition":"Idalah."} +{"id":"H3031","strongs_number":"H3031","system":"hebrew","language":"hebrew","number_value":3031,"lemma":"יִדְבָּשׁ","transliteration":"Yidbâsh","pronunciation":"yid-bawsh'","derivation":"from the same as H1706 (דְּבַשׁ); perhaps honeyed;","strongs_definition":"Jidbash, an Israelite","kjv_definition":"Idbash."} +{"id":"H3032","strongs_number":"H3032","system":"hebrew","language":"hebrew","number_value":3032,"lemma":"יָדַד","transliteration":"yâdad","pronunciation":"yaw-dad'","derivation":"a primitive root; (compare H3034 (יָדָה))","strongs_definition":"properly, to handle, i.e. to throw, e.g. lots","kjv_definition":"cast."} +{"id":"H3033","strongs_number":"H3033","system":"hebrew","language":"hebrew","number_value":3033,"lemma":"יְדִדוּת","transliteration":"yᵉdidûwth","pronunciation":"yed-ee-dooth'","derivation":"from H3039 (יְדִיד);","strongs_definition":"properly, affection; concretely, a darling object","kjv_definition":"dearly beloved."} +{"id":"H3034","strongs_number":"H3034","system":"hebrew","language":"hebrew","number_value":3034,"lemma":"יָדָה","transliteration":"yâdâh","pronunciation":"yaw-daw'","derivation":"a primitive root; used only as denominative from H3027 (יָד); literally, to use (i.e. hold out) the hand;","strongs_definition":"physically, to throw (a stone, an arrow) at or away; especially to revere or worship (with extended hands); intensively, to bemoan (by wringing the hands)","kjv_definition":"cast (out), (make) confess(-ion), praise, shoot, (give) thank(-ful, -s, -sgiving)."} +{"id":"H3035","strongs_number":"H3035","system":"hebrew","language":"hebrew","number_value":3035,"lemma":"יִדּוֹ","transliteration":"Yiddôw","pronunciation":"yid-do'","derivation":"from H3034 (יָדָה); praised;","strongs_definition":"Jiddo, an Israelite","kjv_definition":"Iddo."} +{"id":"H3036","strongs_number":"H3036","system":"hebrew","language":"hebrew","number_value":3036,"lemma":"יָדוֹן","transliteration":"Yâdôwn","pronunciation":"yaw-done'","derivation":"from H3034 (יָדָה); thankful;","strongs_definition":"Jadon, an Israelite","kjv_definition":"Jadon."} +{"id":"H3037","strongs_number":"H3037","system":"hebrew","language":"hebrew","number_value":3037,"lemma":"יַדּוּעַ","transliteration":"Yaddûwaʻ","pronunciation":"yad-doo'-ah","derivation":"from H3045 (יָדַע); knowing;","strongs_definition":"Jaddua, the name of two Israelites","kjv_definition":"Jaddua."} +{"id":"H3038","strongs_number":"H3038","system":"hebrew","language":"hebrew","number_value":3038,"lemma":"יְדוּתוּן","transliteration":"Yᵉdûwthûwn","pronunciation":"yed-oo-thoon'","derivation":"or יְדֻתוּן; or יְדִיתוּן; probably from H3034 (יָדָה); laudatory;","strongs_definition":"Jeduthun, an Israelite","kjv_definition":"Jeduthun."} +{"id":"H3039","strongs_number":"H3039","system":"hebrew","language":"hebrew","number_value":3039,"lemma":"יְדִיד","transliteration":"yᵉdîyd","pronunciation":"yed-eed'","derivation":"from the same as H1730 (דּוֹד);","strongs_definition":"loved","kjv_definition":"amiable, (well-) beloved, loves."} +{"id":"H3040","strongs_number":"H3040","system":"hebrew","language":"hebrew","number_value":3040,"lemma":"יְדִידָה","transliteration":"Yᵉdîydâh","pronunciation":"yed-ee-daw'","derivation":"feminine of H3039 (יְדִיד); beloved;","strongs_definition":"Jedidah, an Israelitess","kjv_definition":"Jedidah."} +{"id":"H3041","strongs_number":"H3041","system":"hebrew","language":"hebrew","number_value":3041,"lemma":"יְדִידְיָה","transliteration":"Yᵉdîydᵉyâh","pronunciation":"yed-ee-deh-yaw'","derivation":"from H3039 (יְדִיד) and H3050 (יָהּ); beloved of Jah;","strongs_definition":"Jedidejah, a name of Solomon","kjv_definition":"Jedidiah."} +{"id":"H3042","strongs_number":"H3042","system":"hebrew","language":"hebrew","number_value":3042,"lemma":"יְדָיָה","transliteration":"Yᵉdâyâh","pronunciation":"yed-aw-yaw'","derivation":"from H3034 (יָדָה) and H3050 (יָהּ); praised of Jah;","strongs_definition":"Jedajah, the name of two Israelites","kjv_definition":"Jedaiah."} +{"id":"H3043","strongs_number":"H3043","system":"hebrew","language":"hebrew","number_value":3043,"lemma":"יְדִיעֲאֵל","transliteration":"Yᵉdîyʻăʼêl","pronunciation":"yed-ee-ah-ale'","derivation":"from H3045 (יָדַע) and H410 (אֵל); knowing God;","strongs_definition":"Jediael, the name of three Israelites","kjv_definition":"Jediael."} +{"id":"H3044","strongs_number":"H3044","system":"hebrew","language":"hebrew","number_value":3044,"lemma":"יִדְלָף","transliteration":"Yidlâph","pronunciation":"yid-lawf'","derivation":"from H1811 (דָּלַף); tearful;","strongs_definition":"Jidlaph, a Mesopotamian","kjv_definition":"Jidlaph."} +{"id":"H3045","strongs_number":"H3045","system":"hebrew","language":"hebrew","number_value":3045,"lemma":"יָדַע","transliteration":"yâdaʻ","pronunciation":"yaw-dah'","derivation":"a primitive root;","strongs_definition":"to know (properly, to ascertain by seeing); used in a great variety of senses, figuratively, literally, euphemistically and inferentially (including observation, care, recognition; and causatively, instruction, designation, punishment, etc.)","kjv_definition":"acknowledge, acquaintance(-ted with), advise, answer, appoint, assuredly, be aware, (un-) awares, can(-not), certainly, comprehend, consider, [idiom] could they, cunning, declare, be diligent, (can, cause to) discern, discover, endued with, familiar friend, famous, feel, can have, be (ig-) norant, instruct, kinsfolk, kinsman, (cause to let, make) know, (come to give, have, take) knowledge, have (knowledge), (be, make, make to be, make self) known, [phrase] be learned, [phrase] lie by man, mark, perceive, privy to, [idiom] prognosticator, regard, have respect, skilful, shew, can (man of) skill, be sure, of a surety, teach, (can) tell, understand, have (understanding), [idiom] will be, wist, wit, wot."} +{"id":"H3046","strongs_number":"H3046","system":"hebrew","language":"hebrew","number_value":3046,"lemma":"יְדַע","transliteration":"yᵉdaʻ","pronunciation":"yed-ah'","derivation":"(Aramaic) corresponding to H3045 (יָדַע)","strongs_definition":"{to know (properly, to ascertain by seeing); used in a great variety of senses, figuratively, literally, euphemistically and inferentially (including observation, care, recognition; and causatively, instruction, designation, punishment, etc.)}","kjv_definition":"certify, know, make known, teach."} +{"id":"H3047","strongs_number":"H3047","system":"hebrew","language":"hebrew","number_value":3047,"lemma":"יָדָע","transliteration":"Yâdâʻ","pronunciation":"yaw-daw'","derivation":"from H3045 (יָדַע); knowing;","strongs_definition":"Jada, an Israelite","kjv_definition":"Jada."} +{"id":"H3048","strongs_number":"H3048","system":"hebrew","language":"hebrew","number_value":3048,"lemma":"יְדַעְיָה","transliteration":"Yᵉdaʻyâh","pronunciation":"yed-ah-yaw'","derivation":"from H3045 (יָדַע) and H3050 (יָהּ); Jah has known;","strongs_definition":"Jedajah, the name of two Israelites","kjv_definition":"Jedaiah."} +{"id":"H3049","strongs_number":"H3049","system":"hebrew","language":"hebrew","number_value":3049,"lemma":"יִדְּעֹנִי","transliteration":"yiddᵉʻônîy","pronunciation":"yid-deh-o-nee'","derivation":"from H3045 (יָדַע);","strongs_definition":"properly, a knowing one; specifically, a conjurer; (by impl) a ghost","kjv_definition":"wizard."} +{"id":"H3050","strongs_number":"H3050","system":"hebrew","language":"hebrew","number_value":3050,"lemma":"יָהּ","transliteration":"Yâhh","pronunciation":"yaw","derivation":"contraction for H3068 (יְהֹוָה), and meaning the same;","strongs_definition":"Jah, the sacred name","kjv_definition":"Jah, the Lord, most vehement. Compare names in '-iah,' '-jah.'"} +{"id":"H3051","strongs_number":"H3051","system":"hebrew","language":"hebrew","number_value":3051,"lemma":"יָהַב","transliteration":"yâhab","pronunciation":"yaw-hab'","derivation":"a primitive root;","strongs_definition":"to give (whether literal or figurative); generally, to put; imperatively (reflexive) come","kjv_definition":"ascribe, bring, come on, give, go, set, take."} +{"id":"H3052","strongs_number":"H3052","system":"hebrew","language":"hebrew","number_value":3052,"lemma":"יְהַב","transliteration":"yᵉhab","pronunciation":"yeh-hab'","derivation":"(Aramaic) corresponding to H3051 (יָהַב)","strongs_definition":"{to give (whether literal or figurative); generally, to put; imperatively (reflexive) come}","kjv_definition":"deliver, give, lay, [phrase] prolong, pay, yield."} +{"id":"H3053","strongs_number":"H3053","system":"hebrew","language":"hebrew","number_value":3053,"lemma":"יְהָב","transliteration":"yᵉhâb","pronunciation":"ye-hawb'","derivation":"from H3051 (יָהַב);","strongs_definition":"properly, what is given (by Providence), i.e. a lot","kjv_definition":"burden."} +{"id":"H3054","strongs_number":"H3054","system":"hebrew","language":"hebrew","number_value":3054,"lemma":"יָהַד","transliteration":"yâhad","pronunciation":"yaw-had'","derivation":"denominative from a form corresponding to H3061 (יְהוּד)lemma יְהיּד yod, corrected to יְהוּד;","strongs_definition":"to Judaize, i.e. become Jewish","kjv_definition":"become Jews."} +{"id":"H3055","strongs_number":"H3055","system":"hebrew","language":"hebrew","number_value":3055,"lemma":"יְהֻד","transliteration":"Yᵉhud","pronunciation":"yeh-hood'","derivation":"a briefer form of one corresponding to H3061 (יְהוּד)lemma יְהיּד yod, corrected to יְהוּד;","strongs_definition":"Jehud, a place in Palestine","kjv_definition":"Jehud."} +{"id":"H3056","strongs_number":"H3056","system":"hebrew","language":"hebrew","number_value":3056,"lemma":"יֶהְדַי","transliteration":"Yehday","pronunciation":"yeh-dah'-ee","derivation":"perhaps from a form corresponding to H3061 (יְהוּד)lemma יְהיּד yod, corrected to יְהוּד; Judaistic;","strongs_definition":"Jehdai, an Israelite","kjv_definition":"Jehdai."} +{"id":"H3057","strongs_number":"H3057","system":"hebrew","language":"hebrew","number_value":3057,"lemma":"יְהֻדִיָּה","transliteration":"Yᵉhudîyâh","pronunciation":"yeh-hoo-dee-yaw'","derivation":"feminine of H3064 (יְהוּדִי);","strongs_definition":"Jehudijah, a Jewess","kjv_definition":"Jehudijah."} +{"id":"H3058","strongs_number":"H3058","system":"hebrew","language":"hebrew","number_value":3058,"lemma":"יֵהוּא","transliteration":"Yêhûwʼ","pronunciation":"yay-hoo'","derivation":"from H3068 (יְהֹוָה) and H1931 (הוּא); Jehovah (is) He;","strongs_definition":"Jehu, the name of five Israelites","kjv_definition":"Jehu."} +{"id":"H3059","strongs_number":"H3059","system":"hebrew","language":"hebrew","number_value":3059,"lemma":"יְהוֹאָחָז","transliteration":"Yᵉhôwʼâchâz","pronunciation":"yeh-ho-aw-khawz'","derivation":"from H3068 (יְהֹוָה) and H270 (אָחַז); Jehovah-seized;","strongs_definition":"Jehoachaz, the name of three Israelites","kjv_definition":"Jehoahaz. Compare H3099 (יוֹאָחָז)."} +{"id":"H3060","strongs_number":"H3060","system":"hebrew","language":"hebrew","number_value":3060,"lemma":"יְהוֹאָשׁ","transliteration":"Yᵉhôwʼâsh","pronunciation":"yeh-ho-awsh'","derivation":"from H3068 (יְהֹוָה) and (perhaps) H784 (אֵשׁ); Jehovah-fired;","strongs_definition":"Jehoash, the name of two Israelite kings","kjv_definition":"Jehoash. Compare H3101 (יוֹאָשׁ)."} +{"id":"H3061","strongs_number":"H3061","system":"hebrew","language":"hebrew","number_value":3061,"lemma":"יְהוּד","transliteration":"Yᵉhûwd","pronunciation":"yeh-hood'","derivation":"(Aramaic) contracted from a form corresponding to H3063 (יְהוּדָה);","strongs_definition":"properly, Judah, hence, Judaea","kjv_definition":"Jewry, Judah, Judea."} +{"id":"H3062","strongs_number":"H3062","system":"hebrew","language":"hebrew","number_value":3062,"lemma":"יְהוּדָאִי","transliteration":"Yᵉhûwdâʼîy","pronunciation":"yeh-hoo-daw-ee'","derivation":"(Aramaic) patrial from H3061 (יְהוּד)lemma יְהיּד yod, corrected to יְהוּד;","strongs_definition":"a Jehudaite (or Judaite), i.e. Jew","kjv_definition":"Jew."} +{"id":"H3063","strongs_number":"H3063","system":"hebrew","language":"hebrew","number_value":3063,"lemma":"יְהוּדָה","transliteration":"Yᵉhûwdâh","pronunciation":"yeh-hoo-daw'","derivation":"from H3034 (יָדָה); celebrated;","strongs_definition":"Jehudah (or Judah), the name of five Israelites; also of the tribe descended from the first, and of its territory","kjv_definition":"Judah."} +{"id":"H3064","strongs_number":"H3064","system":"hebrew","language":"hebrew","number_value":3064,"lemma":"יְהוּדִי","transliteration":"Yᵉhûwdîy","pronunciation":"yeh-hoo-dee'","derivation":"patronymically from H3063 (יְהוּדָה);","strongs_definition":"a Jehudite (i.e. Judaite or Jew), or descendant of Jehudah (i.e. Judah)","kjv_definition":"Jew."} +{"id":"H3065","strongs_number":"H3065","system":"hebrew","language":"hebrew","number_value":3065,"lemma":"יְהוּדִי","transliteration":"Yᵉhûwdîy","pronunciation":"yeh-hoo-dee'","derivation":"the same as H3064 (יְהוּדִי);","strongs_definition":"Jehudi, an Israelite","kjv_definition":"Jehudi."} +{"id":"H3066","strongs_number":"H3066","system":"hebrew","language":"hebrew","number_value":3066,"lemma":"יְהוּדִית","transliteration":"Yᵉhûwdîyth","pronunciation":"yeh-hoo-deeth'","derivation":"feminine of H3064 (יְהוּדִי);","strongs_definition":"the Jewish (used adverbially) language","kjv_definition":"in the Jews' language."} +{"id":"H3067","strongs_number":"H3067","system":"hebrew","language":"hebrew","number_value":3067,"lemma":"יְהוּדִית","transliteration":"Yᵉhûwdîyth","pronunciation":"yeh-ho-deeth'","derivation":"the same as H3066 (יְהוּדִית); Jewess;","strongs_definition":"Jehudith, a Canaanitess","kjv_definition":"Judith."} +{"id":"H3068","strongs_number":"H3068","system":"hebrew","language":"hebrew","number_value":3068,"lemma":"יְהֹוָה","transliteration":"Yᵉhôvâh","pronunciation":"yeh-ho-vaw'","derivation":"from H1961 (הָיָה); (the) self-Existent or Eternal;","strongs_definition":"Jehovah, Jewish national name of God","kjv_definition":"Jehovah, the Lord. Compare H3050 (יָהּ), H3069 (יְהֹוִה)."} +{"id":"H3069","strongs_number":"H3069","system":"hebrew","language":"hebrew","number_value":3069,"lemma":"יְהֹוִה","transliteration":"Yᵉhôvih","pronunciation":"yeh-ho-vee'","derivation":"a variation of H3068 (יְהֹוָה) (used after H136 (אֲדֹנָי), and pronounced by Jews as H430 (אֱלֹהִים), in order to prevent the repetition of the same sound, since they elsewhere pronounce H3068 (יְהֹוָה) as H136 (אֲדֹנָי))","strongs_definition":"{YHWH}","kjv_definition":"God."} +{"id":"H3070","strongs_number":"H3070","system":"hebrew","language":"hebrew","number_value":3070,"lemma":"יְהֹוָה יִרְאֶה","transliteration":"Yᵉhôvâh yirʼeh","pronunciation":"yeh-ho-vaw' yir-eh'","derivation":"from H3068 (יְהֹוָה) and H7200 (רָאָה); Jehovah will see (to it);","strongs_definition":"Jehovah-Jireh, a symbolical name for Mount Moriah","kjv_definition":"Jehovah-jireh."} +{"id":"H3071","strongs_number":"H3071","system":"hebrew","language":"hebrew","number_value":3071,"lemma":"יְהֹוָה נִסִּי","transliteration":"Yᵉhôvâh niççîy","pronunciation":"yeh-ho-vaw' nis-see'","derivation":"from H3068 (יְהֹוָה) and H5251 (נֵס) with the prononimal suffix; Jehovah (is) my banner;","strongs_definition":"Jehovah-Nissi, a symbolical name of an altar in the Desert","kjv_definition":"Jehovah-nissi."} +{"id":"H3072","strongs_number":"H3072","system":"hebrew","language":"hebrew","number_value":3072,"lemma":"יְהֹוָה צִדְקֵנוּ","transliteration":"Yᵉhôvâh tsidqênûw","pronunciation":"ye-ho-vaw' tsid-kay'-noo","derivation":"from H3068 (יְהֹוָה) and H6664 (צֶדֶק) with pronominal suffix; Jehovah (is) our right;","strongs_definition":"Jehovah-Tsidkenu, a symbolical epithet of the Messiah and of Jerusalem","kjv_definition":"the Lord our righteousness."} +{"id":"H3073","strongs_number":"H3073","system":"hebrew","language":"hebrew","number_value":3073,"lemma":"יְהֹוָה שָׁלוֹם","transliteration":"Yᵉhôvâh shâlôwm","pronunciation":"yeh-ho-vaw' shaw-lome'","derivation":"from H3068 (יְהֹוָה) and H7965 (שָׁלוֹם); Jehovah (is) peace;","strongs_definition":"Jehovah-Shalom, a symbolical name of an altar in Palestine","kjv_definition":"Jehovah-shalom."} +{"id":"H3074","strongs_number":"H3074","system":"hebrew","language":"hebrew","number_value":3074,"lemma":"יְהֹוָה שָׁמָּה","transliteration":"Yᵉhôvâh shâmmâh","pronunciation":"yeh-ho-vaw' shawm'-maw","derivation":"from H3068 (יְהֹוָה) and H8033 (שָׁם) with directive enclitic; Jehovah (is) thither;","strongs_definition":"Jehovah-Shammah, a symbolic title of Jerusalem","kjv_definition":"Jehovahshammah."} +{"id":"H3075","strongs_number":"H3075","system":"hebrew","language":"hebrew","number_value":3075,"lemma":"יְהוֹזָבָד","transliteration":"Yᵉhôwzâbâd","pronunciation":"yeh-ho-zaw-bawd'","derivation":"from H3068 (יְהֹוָה) and H2064 (זָבַד); Jehovah-endowed;","strongs_definition":"Jehozabad, the name of three Israelites","kjv_definition":"Jehozabad. Compare H3107 (יוֹזָבָד)."} +{"id":"H3076","strongs_number":"H3076","system":"hebrew","language":"hebrew","number_value":3076,"lemma":"יְהוֹחָנָן","transliteration":"Yᵉhôwchânân","pronunciation":"yeh-ho-khaw-nawn'","derivation":"from H3068 (יְהֹוָה) and H2603 (חָנַן); Jehovah-favored;","strongs_definition":"Jehochanan, the name of eight Israelites","kjv_definition":"Jehohanan, Johanan. Compare H3110 (יוֹחָנָן)."} +{"id":"H3077","strongs_number":"H3077","system":"hebrew","language":"hebrew","number_value":3077,"lemma":"יְהוֹיָדָע","transliteration":"Yᵉhôwyâdâʻ","pronunciation":"yeh-ho-yaw-daw'","derivation":"from H3068 (יְהֹוָה) and H3045 (יָדַע); Jehovah-known;","strongs_definition":"Jehojada, the name of three Israelites","kjv_definition":"Jehoiada. Compare H3111 (יוֹיָדָע)."} +{"id":"H3078","strongs_number":"H3078","system":"hebrew","language":"hebrew","number_value":3078,"lemma":"יְהוֹיָכִין","transliteration":"Yᵉhôwyâkîyn","pronunciation":"yeh-ho-yaw-keen'","derivation":"from H3068 (יְהֹוָה) and H3559 (כּוּן); Jehovah will establish;","strongs_definition":"Jehojakin, a Jewish king","kjv_definition":"Jehoiachin. Compare H3112 (יוֹיָכִין)."} +{"id":"H3079","strongs_number":"H3079","system":"hebrew","language":"hebrew","number_value":3079,"lemma":"יְהוֹיָקִים","transliteration":"Yᵉhôwyâqîym","pronunciation":"yeh-ho-yaw-keem'","derivation":"from H3068 (יְהֹוָה) abbreviated and H6965 (קוּם); Jehovah will raise;","strongs_definition":"Jehojakim, a Jewish king","kjv_definition":"Jehoiakim. Compare H3113 (יוֹיָקִים)."} +{"id":"H3080","strongs_number":"H3080","system":"hebrew","language":"hebrew","number_value":3080,"lemma":"יְהוֹיָרִיב","transliteration":"Yᵉhôwyârîyb","pronunciation":"yeh-ho-yaw-reeb'","derivation":"from H3068 (יְהֹוָה) and H7378 (רִיב); Jehovah will contend;","strongs_definition":"Jehojarib, the name of two Israelites","kjv_definition":"Jehoiarib. Compare H3114 (יוֹיָרִיב)."} +{"id":"H3081","strongs_number":"H3081","system":"hebrew","language":"hebrew","number_value":3081,"lemma":"יְהוּכַל","transliteration":"Yᵉhûwkal","pronunciation":"yeh-hoo-kal'","derivation":"from H3201 (יָכֹל); potent;","strongs_definition":"Jehukal, an Israelite","kjv_definition":"Jehucal. Compare H3116 (יוּכַל)."} +{"id":"H3082","strongs_number":"H3082","system":"hebrew","language":"hebrew","number_value":3082,"lemma":"יְהוֹנָדָב","transliteration":"Yᵉhôwnâdâb","pronunciation":"yeh-ho-naw-dawb'","derivation":"from H3068 (יְהֹוָה) and H5068 (נָדַב); Jehovah-largessed;","strongs_definition":"Jehonadab, the name of an Israelite and of an Arab","kjv_definition":"Jehonadab, Jonadab. Compare H3122 (יוֹנָדָב)."} +{"id":"H3083","strongs_number":"H3083","system":"hebrew","language":"hebrew","number_value":3083,"lemma":"יְהוֹנָתָן","transliteration":"Yᵉhôwnâthân","pronunciation":"yeh-ho-naw-thawn'","derivation":"from H3068 (יְהֹוָה) and H5414 (נָתַן); Jehovah-given;","strongs_definition":"Jehonathan, the name of four Israelites","kjv_definition":"Jonathan. Compare H3129 (יוֹנָתָן)."} +{"id":"H3084","strongs_number":"H3084","system":"hebrew","language":"hebrew","number_value":3084,"lemma":"יְהוֹסֵף","transliteration":"Yᵉhôwçêph","pronunciation":"yeh-ho-safe'","derivation":"a fuller form of H3130 (יוֹסֵף);","strongs_definition":"Jehoseph (i.e. Joseph), a son of Jacob","kjv_definition":"Joseph."} +{"id":"H3085","strongs_number":"H3085","system":"hebrew","language":"hebrew","number_value":3085,"lemma":"יְהוֹעַדָּה","transliteration":"Yᵉhôwʻaddâh","pronunciation":"yeh-ho-ad-daw'","derivation":"from H3068 (יְהֹוָה) and H5710 (עָדָה); Jehovah-adorned;","strongs_definition":"Jehoaddah, an Israelite","kjv_definition":"Jehoada."} +{"id":"H3086","strongs_number":"H3086","system":"hebrew","language":"hebrew","number_value":3086,"lemma":"יְהוֹעַדִּין","transliteration":"Yᵉhôwʻaddîyn","pronunciation":"yeh-ho-ad-deen'","derivation":"or יְהוֹעַדָּן; from H3068 (יְהֹוָה) and H5727 (עָדַן); Jehovahpleased;","strongs_definition":"Jehoaddin or Jehoaddan, an Israelitess","kjv_definition":"Jehoaddan."} +{"id":"H3087","strongs_number":"H3087","system":"hebrew","language":"hebrew","number_value":3087,"lemma":"יְהוֹצָדָק","transliteration":"Yᵉhôwtsâdâq","pronunciation":"yeh-ho-tsaw-dawk'","derivation":"from H3068 (יְהֹוָה) and H6663 (צָדַק); Jehovah-righted;","strongs_definition":"Jehotsadak, an Israelite","kjv_definition":"Jehozadek, Josedech. Compare H3136 (יוֹצָדָק)."} +{"id":"H3088","strongs_number":"H3088","system":"hebrew","language":"hebrew","number_value":3088,"lemma":"יְהוֹרָם","transliteration":"Yᵉhôwrâm","pronunciation":"yeh-ho-rawm'","derivation":"from H3068 (יְהֹוָה) and H7311 (רוּם); Jehovah-raised;","strongs_definition":"Jehoram, the name of a Syrian and of three Israelites","kjv_definition":"Jehoram, Joram. Compare H3141 (יוֹרָם)."} +{"id":"H3089","strongs_number":"H3089","system":"hebrew","language":"hebrew","number_value":3089,"lemma":"יְהוֹשֶׁבַע","transliteration":"Yᵉhôwshebaʻ","pronunciation":"yeh-ho-sheh'-bah","derivation":"from H3068 (יְהֹוָה) and H7650 (שָׁבַע); Jehovah-sworn;","strongs_definition":"Jehosheba, an Israelitess","kjv_definition":"Jehosheba. Compare H3090 (יְהוֹשַׁבְעַת)."} +{"id":"H3090","strongs_number":"H3090","system":"hebrew","language":"hebrew","number_value":3090,"lemma":"יְהוֹשַׁבְעַת","transliteration":"Yᵉhôwshabʻath","pronunciation":"yeh-ho-shab-ath'","derivation":"a form of H3089 (יְהוֹשֶׁבַע);","strongs_definition":"Jehoshabath, an Israelitess","kjv_definition":"Jehoshabeath."} +{"id":"H3091","strongs_number":"H3091","system":"hebrew","language":"hebrew","number_value":3091,"lemma":"יְהוֹשׁוּעַ","transliteration":"Yᵉhôwshûwaʻ","pronunciation":"yeh-ho-shoo'-ah","derivation":"or יְהוֹשֻׁעַ; from H3068 (יְהֹוָה) and H3467 (יָשַׁע); Jehovah-saved;","strongs_definition":"Jehoshua (i.e. Joshua), the Jewish leader","kjv_definition":"Jehoshua, Jehoshuah, Joshua. Compare H1954 (הוֹשֵׁעַ), H3442 (יֵשׁוּעַ)."} +{"id":"H3092","strongs_number":"H3092","system":"hebrew","language":"hebrew","number_value":3092,"lemma":"יְהוֹשָׁפָט","transliteration":"Yᵉhôwshâphâṭ","pronunciation":"yeh-ho-shaw-fawt'","derivation":"from H3068 (יְהֹוָה) and H8199 (שָׁפַט); Jehovah-judged;","strongs_definition":"Jehoshaphat, the name of six Israelites; also of a valley near Jerusalem","kjv_definition":"Jehoshaphat. Compare H3146 (יוֹשָׁפָט)."} +{"id":"H3093","strongs_number":"H3093","system":"hebrew","language":"hebrew","number_value":3093,"lemma":"יָהִיר","transliteration":"yâhîyr","pronunciation":"yaw-here'","derivation":"probably from the same as H2022 (הַר);","strongs_definition":"elated; hence, arrogant","kjv_definition":"haughty, proud."} +{"id":"H3094","strongs_number":"H3094","system":"hebrew","language":"hebrew","number_value":3094,"lemma":"יְהַלֶּלְאֵל","transliteration":"Yᵉhallelʼêl","pronunciation":"yeh-hal-lel-ale'","derivation":"from H1984 (הָלַל) and H410 (אֵל); praising God;","strongs_definition":"Jehallelel, the name of two Israelites","kjv_definition":"Jehalellel, Jehalelel."} +{"id":"H3095","strongs_number":"H3095","system":"hebrew","language":"hebrew","number_value":3095,"lemma":"יַהֲלֹם","transliteration":"yahălôm","pronunciation":"yah-hal-ome'","derivation":"from H1986 (הָלַם) (in the sense of hardness);","strongs_definition":"a precious stone, probably onyx","kjv_definition":"diamond."} +{"id":"H3096","strongs_number":"H3096","system":"hebrew","language":"hebrew","number_value":3096,"lemma":"יַהַץ","transliteration":"Yahats","pronunciation":"yah'-hats","derivation":"or יַהְצָה; or (feminine) יַהְצָה; from an unused root meaning to stamp; perhaps threshing-floor;","strongs_definition":"Jahats or Jahtsah, a place East of the Jordan","kjv_definition":"Jahaz, Jahazah, Jahzah."} +{"id":"H3097","strongs_number":"H3097","system":"hebrew","language":"hebrew","number_value":3097,"lemma":"יוֹאָב","transliteration":"Yôwʼâb","pronunciation":"yo-awb'","derivation":"from H3068 (יְהֹוָה) and H1 (אָב); Jehovah-fathered;","strongs_definition":"Joab, the name of three Israelites","kjv_definition":"Joab."} +{"id":"H3098","strongs_number":"H3098","system":"hebrew","language":"hebrew","number_value":3098,"lemma":"יוֹאָח","transliteration":"Yôwʼâch","pronunciation":"yo-awkh'","derivation":"from H3068 (יְהֹוָה) and H251 (אָח); Jehovahbrothered;","strongs_definition":"Joach, the name of four Israelites","kjv_definition":"Joah."} +{"id":"H3099","strongs_number":"H3099","system":"hebrew","language":"hebrew","number_value":3099,"lemma":"יוֹאָחָז","transliteration":"Yôwʼâchâz","pronunciation":"yo-aw-khawz'","derivation":"a form of H3059 (יְהוֹאָחָז);","strongs_definition":"Joachaz, the name of two Israelites","kjv_definition":"Jehoahaz, Joahaz."} +{"id":"H3100","strongs_number":"H3100","system":"hebrew","language":"hebrew","number_value":3100,"lemma":"יוֹאֵל","transliteration":"Yôwʼêl","pronunciation":"yo-ale'","derivation":"from H3068 (יְהֹוָה) and H410 (אֵל); Jehovah (is his) God;","strongs_definition":"Joel, the name of twelve Israelites","kjv_definition":"Joel."} +{"id":"H3101","strongs_number":"H3101","system":"hebrew","language":"hebrew","number_value":3101,"lemma":"יוֹאָשׁ","transliteration":"Yôwʼâsh","pronunciation":"yo-awsh'","derivation":"or יֹאָשׁ; (2 Chronicles 24:1), a form of H3060 (יְהוֹאָשׁ);","strongs_definition":"Joash, the name of six Israelites","kjv_definition":"Joash."} +{"id":"H3102","strongs_number":"H3102","system":"hebrew","language":"hebrew","number_value":3102,"lemma":"יוֹב","transliteration":"Yôwb","pronunciation":"yobe","derivation":"perhaps a form of H3103 (יוֹבָב), but more probably by erroneous transcription for H3437 (יָשׁוּב);","strongs_definition":"Job, an Israelite","kjv_definition":"Job."} +{"id":"H3103","strongs_number":"H3103","system":"hebrew","language":"hebrew","number_value":3103,"lemma":"יוֹבָב","transliteration":"Yôwbâb","pronunciation":"yo-bawb'","derivation":"from H2980 (יָבַב); howler;","strongs_definition":"Jobab, the name of two Israelites and of three foreigners","kjv_definition":"Jobab."} +{"id":"H3104","strongs_number":"H3104","system":"hebrew","language":"hebrew","number_value":3104,"lemma":"יוֹבֵל","transliteration":"yôwbêl","pronunciation":"yo-bale'","derivation":"or יֹבֵל; apparently from H2986 (יָבַל);","strongs_definition":"the blast of a horn (from its continuous sound); specifically, the signal of the silver trumpets; hence, the instrument itself and the festival thus introduced","kjv_definition":"jubile, ram's horn, trumpet."} +{"id":"H3105","strongs_number":"H3105","system":"hebrew","language":"hebrew","number_value":3105,"lemma":"יוּבַל","transliteration":"yûwbal","pronunciation":"yoo-bal'","derivation":"from H2986 (יָבַל);","strongs_definition":"a stream","kjv_definition":"river."} +{"id":"H3106","strongs_number":"H3106","system":"hebrew","language":"hebrew","number_value":3106,"lemma":"יוּבַל","transliteration":"Yûwbal","pronunciation":"yoo-bawl'","derivation":"from H2986 (יָבַל); stream;","strongs_definition":"Jubal, an antediluvian","kjv_definition":"Jubal."} +{"id":"H3107","strongs_number":"H3107","system":"hebrew","language":"hebrew","number_value":3107,"lemma":"יוֹזָבָד","transliteration":"Yôwzâbâd","pronunciation":"yo-zaw-bawd'","derivation":"a form of H3075 (יְהוֹזָבָד);","strongs_definition":"Jozabad, the name of ten Israelites","kjv_definition":"Josabad, Jozabad."} +{"id":"H3108","strongs_number":"H3108","system":"hebrew","language":"hebrew","number_value":3108,"lemma":"יוֹזָכָר","transliteration":"Yôwzâkâr","pronunciation":"yo-zaw-kawr'","derivation":"from H3068 (יְהֹוָה) and H2142 (זָכַר); Jehovah-remembered;","strongs_definition":"Jozacar, an Israelite","kjv_definition":"Jozachar."} +{"id":"H3109","strongs_number":"H3109","system":"hebrew","language":"hebrew","number_value":3109,"lemma":"יוֹחָא","transliteration":"Yôwchâʼ","pronunciation":"yo-khaw'","derivation":"probably from H3068 (יְהֹוָה) and a variation of H2421 (חָיָה); Jehovah-revived;","strongs_definition":"Jocha, the name of two Israelites","kjv_definition":"Joha."} +{"id":"H3110","strongs_number":"H3110","system":"hebrew","language":"hebrew","number_value":3110,"lemma":"יוֹחָנָן","transliteration":"Yôwchânân","pronunciation":"yo-khaw-nawn'","derivation":"a form of H3076 (יְהוֹחָנָן);","strongs_definition":"Jochanan, the name of nine Israelites","kjv_definition":"Johanan."} +{"id":"H3111","strongs_number":"H3111","system":"hebrew","language":"hebrew","number_value":3111,"lemma":"יוֹיָדָע","transliteration":"Yôwyâdâʻ","pronunciation":"yo-yaw-daw'","derivation":"a form of H3077 (יְהוֹיָדָע);","strongs_definition":"Jojada, the name of two Israelites","kjv_definition":"Jehoiada, Joiada."} +{"id":"H3112","strongs_number":"H3112","system":"hebrew","language":"hebrew","number_value":3112,"lemma":"יוֹיָכִין","transliteration":"Yôwyâkîyn","pronunciation":"yo-yaw-keen'","derivation":"a form of H3078 (יְהוֹיָכִין);","strongs_definition":"Jojakin, an Israelite king","kjv_definition":"Jehoiachin."} +{"id":"H3113","strongs_number":"H3113","system":"hebrew","language":"hebrew","number_value":3113,"lemma":"יוֹיָקִים","transliteration":"Yôwyâqîym","pronunciation":"yo-yaw-keem'","derivation":"a form of H3079 (יְהוֹיָקִים);","strongs_definition":"Jojakim, an Israelite","kjv_definition":"Joiakim. Compare H3137 (יוֹקִים)."} +{"id":"H3114","strongs_number":"H3114","system":"hebrew","language":"hebrew","number_value":3114,"lemma":"יוֹיָרִיב","transliteration":"Yôwyârîyb","pronunciation":"yo-yaw-reeb'","derivation":"a form of H3080 (יְהוֹיָרִיב);","strongs_definition":"Jojarib, the name of four Israelites","kjv_definition":"Joiarib."} +{"id":"H3115","strongs_number":"H3115","system":"hebrew","language":"hebrew","number_value":3115,"lemma":"יוֹכֶבֶד","transliteration":"Yôwkebed","pronunciation":"yo-keh'-bed","derivation":"from H3068 (יְהֹוָה) contracted and H3513 (כָּבַד); Jehovah-gloried;","strongs_definition":"Jokebed, the mother of Moses","kjv_definition":"Jochebed."} +{"id":"H3116","strongs_number":"H3116","system":"hebrew","language":"hebrew","number_value":3116,"lemma":"יוּכַל","transliteration":"Yûwkal","pronunciation":"yoo-kal'","derivation":"a form of H3081 (יְהוּכַל);","strongs_definition":"Jukal, an Israelite","kjv_definition":"Jucal."} +{"id":"H3117","strongs_number":"H3117","system":"hebrew","language":"hebrew","number_value":3117,"lemma":"יוֹם","transliteration":"yôwm","pronunciation":"yome","derivation":"from an unused root meaning to be hot;","strongs_definition":"a day (as the warm hours), whether literal (from sunrise to sunset, or from one sunset to the next), or figurative (a space of time defined by an associated term), (often used adverb)","kjv_definition":"age, [phrase] always, [phrase] chronicals, continually(-ance), daily, ((birth-), each, to) day, (now a, two) days (agone), [phrase] elder, [idiom] end, [phrase] evening, [phrase] (for) ever(-lasting, -more), [idiom] full, life, as (so) long as (... live), (even) now, [phrase] old, [phrase] outlived, [phrase] perpetually, presently, [phrase] remaineth, [idiom] required, season, [idiom] since, space, then, (process of) time, [phrase] as at other times, [phrase] in trouble, weather, (as) when, (a, the, within a) while (that), [idiom] whole ([phrase] age), (full) year(-ly), [phrase] younger."} +{"id":"H3118","strongs_number":"H3118","system":"hebrew","language":"hebrew","number_value":3118,"lemma":"יוֹם","transliteration":"yôwm","pronunciation":"yome","derivation":"(Aramaic) corresponding to H3117 (יוֹם);","strongs_definition":"a day","kjv_definition":"day (by day), time."} +{"id":"H3119","strongs_number":"H3119","system":"hebrew","language":"hebrew","number_value":3119,"lemma":"יוֹמָם","transliteration":"yôwmâm","pronunciation":"yo-mawm'","derivation":"from H3117 (יוֹם);","strongs_definition":"daily","kjv_definition":"daily, (by, in the) day(-time)."} +{"id":"H3120","strongs_number":"H3120","system":"hebrew","language":"hebrew","number_value":3120,"lemma":"יָוָן","transliteration":"Yâvân","pronunciation":"yaw-vawn'","derivation":"probably from the same as H3196 (יַיִן); effervescing (i.e. hot and active);","strongs_definition":"Javan, the name of a son of Joktan, and of the race (Ionians, i.e. Greeks) descended from him, with their territory; also of a place in Arabia","kjv_definition":"Javan."} +{"id":"H3121","strongs_number":"H3121","system":"hebrew","language":"hebrew","number_value":3121,"lemma":"יָוֵן","transliteration":"yâvên","pronunciation":"yaw-ven'","derivation":"from the same as H3196 (יַיִן);","strongs_definition":"properly, dregs (as effervescing); hence, mud","kjv_definition":"mire, miry."} +{"id":"H3122","strongs_number":"H3122","system":"hebrew","language":"hebrew","number_value":3122,"lemma":"יוֹנָדָב","transliteration":"Yôwnâdâb","pronunciation":"yo-naw-dawb'","derivation":"a form of H3082 (יְהוֹנָדָב);","strongs_definition":"Jonadab, the name of an Israelite and of a Rechabite","kjv_definition":"Jonadab."} +{"id":"H3123","strongs_number":"H3123","system":"hebrew","language":"hebrew","number_value":3123,"lemma":"יוֹנָה","transliteration":"yôwnâh","pronunciation":"yo-naw'","derivation":"probably from the same as H3196 (יַיִן);","strongs_definition":"a dove (apparently from the warmth of their mating)","kjv_definition":"dove, pigeon."} +{"id":"H3124","strongs_number":"H3124","system":"hebrew","language":"hebrew","number_value":3124,"lemma":"יוֹנָה","transliteration":"Yôwnâh","pronunciation":"yo-naw'","derivation":"the same as H3123 (יוֹנָה);","strongs_definition":"Jonah, an Israelite","kjv_definition":"Jonah."} +{"id":"H3125","strongs_number":"H3125","system":"hebrew","language":"hebrew","number_value":3125,"lemma":"יְוָנִי","transliteration":"Yᵉvânîy","pronunciation":"yev-aw-nee'","derivation":"patronymically from H3121 (יָוֵן);","strongs_definition":"a Jevanite, or descendant of Javan","kjv_definition":"Grecian."} +{"id":"H3126","strongs_number":"H3126","system":"hebrew","language":"hebrew","number_value":3126,"lemma":"יוֹנֵק","transliteration":"yôwnêq","pronunciation":"yo-nake'","derivation":"active participle of H3243 (יָנַק);","strongs_definition":"a sucker; hence, a twig (of a tree felled and sprouting)","kjv_definition":"tender plant."} +{"id":"H3127","strongs_number":"H3127","system":"hebrew","language":"hebrew","number_value":3127,"lemma":"יוֹנֶקֶת","transliteration":"yôwneqeth","pronunciation":"yo-neh'-keth","derivation":"feminine of H3126 (יוֹנֵק);","strongs_definition":"a sprout","kjv_definition":"(tender) branch, young twig."} +{"id":"H3128","strongs_number":"H3128","system":"hebrew","language":"hebrew","number_value":3128,"lemma":"יוֹנַת אֵלֶם רְחֹקִים","transliteration":"yôwnath ʼêlem rᵉchôqîym","pronunciation":"yo-nath' ay'-lem rekh-o-keem'","derivation":"from H3123 (יוֹנָה) and H482 (אֵלֶם) and the plural of H7350 (רָחוֹק);","strongs_definition":"dove of (the) silence (i.e. dumb Israel) of (i.e. among) distances (i.e. strangers); the title of a ditty (used for a name of its melody)","kjv_definition":"Jonath-elem-rechokim."} +{"id":"H3129","strongs_number":"H3129","system":"hebrew","language":"hebrew","number_value":3129,"lemma":"יוֹנָתָן","transliteration":"Yôwnâthân","pronunciation":"yo-naw-thawn'","derivation":"a form of H3083 (יְהוֹנָתָן);","strongs_definition":"Jonathan, the name of ten Israelites","kjv_definition":"Jonathan."} +{"id":"H3130","strongs_number":"H3130","system":"hebrew","language":"hebrew","number_value":3130,"lemma":"יוֹסֵף","transliteration":"Yôwçêph","pronunciation":"yo-safe'","derivation":"future of H3254 (יָסַף); let him add (or perhaps simply active participle adding);","strongs_definition":"Joseph, the name of seven Israelites","kjv_definition":"Joseph. Compare H3084 (יְהוֹסֵף)."} +{"id":"H3131","strongs_number":"H3131","system":"hebrew","language":"hebrew","number_value":3131,"lemma":"יוֹסִפְיָה","transliteration":"Yôwçiphyâh","pronunciation":"yo-sif-yaw'","derivation":"from active participle of H3254 (יָסַף) and H3050 (יָהּ); Jah (is) adding;","strongs_definition":"Josiphjah, an Israelite","kjv_definition":"Josiphiah."} +{"id":"H3132","strongs_number":"H3132","system":"hebrew","language":"hebrew","number_value":3132,"lemma":"יוֹעֵאלָה","transliteration":"Yôwʻêʼlâh","pronunciation":"yo-ay-law'","derivation":"perhaps feminine active participle of H3276 (יַעַל); furthermore;","strongs_definition":"Joelah, an Israelite","kjv_definition":"Joelah."} +{"id":"H3133","strongs_number":"H3133","system":"hebrew","language":"hebrew","number_value":3133,"lemma":"יוֹעֵד","transliteration":"Yôwʻêd","pronunciation":"yo-ade'","derivation":"apparently the active participle of H3259 (יָעַד); appointer;","strongs_definition":"Joed, an Israelite","kjv_definition":"Joed."} +{"id":"H3134","strongs_number":"H3134","system":"hebrew","language":"hebrew","number_value":3134,"lemma":"יוֹעֶזֶר","transliteration":"Yôwʻezer","pronunciation":"yo-eh'-zer","derivation":"from H3068 (יְהֹוָה) and H5828 (עֵזֶר); Jehovah (is his) help;","strongs_definition":"Joezer, an Israelite","kjv_definition":"Joezer."} +{"id":"H3135","strongs_number":"H3135","system":"hebrew","language":"hebrew","number_value":3135,"lemma":"יוֹעָשׁ","transliteration":"Yôwʻâsh","pronunciation":"yo-awsh'","derivation":"from H3068 (יְהֹוָה) and H5789 (עוּשׁ); Jehovahhastened;","strongs_definition":"Joash, the name of two Israelites","kjv_definition":"Joash."} +{"id":"H3136","strongs_number":"H3136","system":"hebrew","language":"hebrew","number_value":3136,"lemma":"יוֹצָדָק","transliteration":"Yôwtsâdâq","pronunciation":"yo-tsaw-dawk'","derivation":"a form of H3087 (יְהוֹצָדָק);","strongs_definition":"Jotsadak, an Israelite","kjv_definition":"Jozadak."} +{"id":"H3137","strongs_number":"H3137","system":"hebrew","language":"hebrew","number_value":3137,"lemma":"יוֹקִים","transliteration":"Yôwqîym","pronunciation":"yo-keem'","derivation":"a form of H3113 (יוֹיָקִים);","strongs_definition":"Jokim, an Israelite","kjv_definition":"Jokim."} +{"id":"H3138","strongs_number":"H3138","system":"hebrew","language":"hebrew","number_value":3138,"lemma":"יוֹרֶה","transliteration":"yôwreh","pronunciation":"yo-reh'","derivation":"active participle of H3384 (יָרָה);","strongs_definition":"sprinkling; hence, a sprinkling (or autumnal showers)","kjv_definition":"first rain, former (rain)."} +{"id":"H3139","strongs_number":"H3139","system":"hebrew","language":"hebrew","number_value":3139,"lemma":"יוֹרָה","transliteration":"Yôwrâh","pronunciation":"yo-raw'","derivation":"from H3384 (יָרָה); rainy;","strongs_definition":"Jorah, an Israelite","kjv_definition":"Jorah."} +{"id":"H3140","strongs_number":"H3140","system":"hebrew","language":"hebrew","number_value":3140,"lemma":"יוֹרַי","transliteration":"Yôwray","pronunciation":"yo-rah'-ee","derivation":"from H3384 (יָרָה); rainy;","strongs_definition":"Jorai, an Israelite","kjv_definition":"Jorai."} +{"id":"H3141","strongs_number":"H3141","system":"hebrew","language":"hebrew","number_value":3141,"lemma":"יוֹרָם","transliteration":"Yôwrâm","pronunciation":"yo-rawm'","derivation":"a form of H3088 (יְהוֹרָם);","strongs_definition":"Joram, the name of three Israelites and one Syrian","kjv_definition":"Joram."} +{"id":"H3142","strongs_number":"H3142","system":"hebrew","language":"hebrew","number_value":3142,"lemma":"יוּשַׁב חֶסֶד","transliteration":"Yûwshab Cheçed","pronunciation":"yoo-shab' kheh'-sed","derivation":"from H7725 (שׁוּב) and H2617 (חֵסֵד); kindness will be returned;","strongs_definition":"Jushab-Chesed, an Israelite","kjv_definition":"Jushab-hesed."} +{"id":"H3143","strongs_number":"H3143","system":"hebrew","language":"hebrew","number_value":3143,"lemma":"יוֹשִׁבְיָה","transliteration":"Yôwshibyâh","pronunciation":"yo-shi-yaw'","derivation":"from H3427 (יָשַׁב) and H3050 (יָהּ); Jehovah will cause to dwell;","strongs_definition":"Josibjah, an Israelite","kjv_definition":"Josibiah."} +{"id":"H3144","strongs_number":"H3144","system":"hebrew","language":"hebrew","number_value":3144,"lemma":"יוֹשָׁה","transliteration":"Yôwshâh","pronunciation":"yo-shaw'","derivation":"probably a form of H3145 (יוֹשַׁוְיָה);","strongs_definition":"Joshah, an Israelite","kjv_definition":"Joshah."} +{"id":"H3145","strongs_number":"H3145","system":"hebrew","language":"hebrew","number_value":3145,"lemma":"יוֹשַׁוְיָה","transliteration":"Yôwshavyâh","pronunciation":"yo-shav-yaw'","derivation":"from H3068 (יְהֹוָה) and H7737 (שָׁוָה); Jehovah-set;","strongs_definition":"Joshavjah, an Israelite","kjv_definition":"Joshaviah. Compare H3144 (יוֹשָׁה)."} +{"id":"H3146","strongs_number":"H3146","system":"hebrew","language":"hebrew","number_value":3146,"lemma":"יוֹשָׁפָט","transliteration":"Yôwshâphâṭ","pronunciation":"yo-shaw-fawt'","derivation":"a form of H3092 (יְהוֹשָׁפָט);","strongs_definition":"Joshaphat, an Israelite","kjv_definition":"Joshaphat."} +{"id":"H3147","strongs_number":"H3147","system":"hebrew","language":"hebrew","number_value":3147,"lemma":"יוֹתָם","transliteration":"Yôwthâm","pronunciation":"yo-thawm'","derivation":"from H3068 (יְהֹוָה) and H8535 (תָּם); Jehovah (is) perfect;","strongs_definition":"Jotham, the name of three Israelites","kjv_definition":"Jotham."} +{"id":"H3148","strongs_number":"H3148","system":"hebrew","language":"hebrew","number_value":3148,"lemma":"יוֹתֵר","transliteration":"yôwthêr","pronunciation":"yo-thare'","derivation":"active participle of H3498 (יָתַר);","strongs_definition":"properly, redundant; hence, over and above, as adjective, noun, adverb or conjunction","kjv_definition":"better, more(-over), over, profit."} +{"id":"H3149","strongs_number":"H3149","system":"hebrew","language":"hebrew","number_value":3149,"lemma":"יְזַוְאֵל","transliteration":"Yᵉzavʼêl","pronunciation":"yez-av-ale'","derivation":"from an unused root (meaning to sprinkle) and H410 (אֵל); sprinkled of God;","strongs_definition":"Jezavel, an Israelite","kjv_definition":"Jeziel (from the margin)."} +{"id":"H3150","strongs_number":"H3150","system":"hebrew","language":"hebrew","number_value":3150,"lemma":"יִזִּיָּה","transliteration":"Yizzîyâh","pronunciation":"yiz-zee-yaw'","derivation":"from the same as the first part of H3149 (יְזַוְאֵל) and H3050 (יָהּ); sprinkled of Jah;","strongs_definition":"Jizzijah, an Israelite","kjv_definition":"Jeziah."} +{"id":"H3151","strongs_number":"H3151","system":"hebrew","language":"hebrew","number_value":3151,"lemma":"יָזִיז","transliteration":"Yâzîyz","pronunciation":"yaw-zeez'","derivation":"from the same as H2123 (זִיז); he will make prominent;","strongs_definition":"Jaziz, an Israelite","kjv_definition":"Jaziz."} +{"id":"H3152","strongs_number":"H3152","system":"hebrew","language":"hebrew","number_value":3152,"lemma":"יִזְלִיאָה","transliteration":"Yizlîyʼâh","pronunciation":"yiz-lee-aw'","derivation":"perhaps from an unused root (meaning to draw up); he will draw out;","strongs_definition":"Jizliah, an Israelite","kjv_definition":"Jezliah."} +{"id":"H3153","strongs_number":"H3153","system":"hebrew","language":"hebrew","number_value":3153,"lemma":"יְזַנְיָה","transliteration":"Yᵉzanyâh","pronunciation":"yez-an-yaw'","derivation":"or יְזַנְיָהוּ; probably for H2970 (יַאֲזַנְיָה);","strongs_definition":"Jezanjah, an Israelite","kjv_definition":"Jezaniah."} +{"id":"H3154","strongs_number":"H3154","system":"hebrew","language":"hebrew","number_value":3154,"lemma":"יֶזַע","transliteration":"yezaʻ","pronunciation":"yeh'-zah","derivation":"from an unused root mean to ooze;","strongs_definition":"sweat, i.e. (by implication) a sweating dress","kjv_definition":"any thing that causeth sweat."} +{"id":"H3155","strongs_number":"H3155","system":"hebrew","language":"hebrew","number_value":3155,"lemma":"יִזְרָח","transliteration":"Yizrâch","pronunciation":"yiz-rawkh'","derivation":"a variation for H250 (אֶזְרָחִי);","strongs_definition":"a Jizrach (i.e. Ezrachite or Zarchite) or descendant of Zerach","kjv_definition":"Izrahite."} +{"id":"H3156","strongs_number":"H3156","system":"hebrew","language":"hebrew","number_value":3156,"lemma":"יִזְרַחְיָה","transliteration":"Yizrachyâh","pronunciation":"yiz-rakh-yaw'","derivation":"from H2224 (זָרַח) and H3050 (יָהּ); Jah will shine;","strongs_definition":"Jizrachjah, the name of two Israelites","kjv_definition":"Izrahiah, Jezrahiah."} +{"id":"H3157","strongs_number":"H3157","system":"hebrew","language":"hebrew","number_value":3157,"lemma":"יִזְרְעֵאל","transliteration":"Yizrᵉʻêʼl","pronunciation":"yiz-reh-ale'","derivation":"from H2232 (זָרַע) and H410 (אֵל); God will sow;","strongs_definition":"Jizreel, the name of two places in Palestine and of two Israelites","kjv_definition":"Jezreel."} +{"id":"H3158","strongs_number":"H3158","system":"hebrew","language":"hebrew","number_value":3158,"lemma":"יִזְרְעֵאלִי","transliteration":"Yizrᵉʻêʼlîy","pronunciation":"yiz-reh-ay-lee'","derivation":"patronymically from H3157 (יִזְרְעֵאל);","strongs_definition":"a Jizreelite or native of Jizreel","kjv_definition":"Jezreelite."} +{"id":"H3159","strongs_number":"H3159","system":"hebrew","language":"hebrew","number_value":3159,"lemma":"יִזְרְעֵאלִית","transliteration":"Yizrᵉʻêʼlîyth","pronunciation":"yiz-reh-ay-leeth'","derivation":"feminine of H3158 (יִזְרְעֵאלִי);","strongs_definition":"a Jezreelitess","kjv_definition":"Jezreelitess."} +{"id":"H3160","strongs_number":"H3160","system":"hebrew","language":"hebrew","number_value":3160,"lemma":"יְחֻבָּה","transliteration":"Yᵉchubbâh","pronunciation":"yekh-oob-baw'","derivation":"from H2247 (חָבָה); hidden;","strongs_definition":"Jechubbah, an Israelite","kjv_definition":"Jehubbah."} +{"id":"H3161","strongs_number":"H3161","system":"hebrew","language":"hebrew","number_value":3161,"lemma":"יָחַד","transliteration":"yâchad","pronunciation":"yaw-khad'","derivation":"a primitive root;","strongs_definition":"to be (or become) one","kjv_definition":"join, unite."} +{"id":"H3162","strongs_number":"H3162","system":"hebrew","language":"hebrew","number_value":3162,"lemma":"יַחַד","transliteration":"yachad","pronunciation":"yakh'-ad","derivation":"from H3161 (יָחַד);","strongs_definition":"properly, a unit, i.e. (adverb) unitedly","kjv_definition":"alike, at all (once), both, likewise, only, (al-) together, withal."} +{"id":"H3163","strongs_number":"H3163","system":"hebrew","language":"hebrew","number_value":3163,"lemma":"יַחְדוֹ","transliteration":"Yachdôw","pronunciation":"yakh-doe'","derivation":"from H3162 (יַחַד) with pronominal suffix; his unity, i.e. (adverb) together;","strongs_definition":"Jachdo, an Israelite","kjv_definition":"Jahdo."} +{"id":"H3164","strongs_number":"H3164","system":"hebrew","language":"hebrew","number_value":3164,"lemma":"יַחְדִּיאֵל","transliteration":"Yachdîyʼêl","pronunciation":"yakh-dee-ale'","derivation":"from H3162 (יַחַד) and H410 (אֵל); unity of God;","strongs_definition":"Jachdiel, an Israelite","kjv_definition":"Jahdiel."} +{"id":"H3165","strongs_number":"H3165","system":"hebrew","language":"hebrew","number_value":3165,"lemma":"יֶחְדִּיָּהוּ","transliteration":"Yechdîyâhûw","pronunciation":"yekh-dee-yaw'-hoo","derivation":"from H3162 (יַחַד) and H3050 (יָהּ); unity of Jah;","strongs_definition":"Jechdijah, the name of two Israelites","kjv_definition":"Jehdeiah."} +{"id":"H3166","strongs_number":"H3166","system":"hebrew","language":"hebrew","number_value":3166,"lemma":"יַחֲזִיאֵל","transliteration":"Yachăzîyʼêl","pronunciation":"yakh-az-ee-ale'","derivation":"from H2372 (חָזָה) and H410 (אֵל); beheld of God;","strongs_definition":"Jachaziel, the name of five Israelites","kjv_definition":"Jahaziel, Jahziel."} +{"id":"H3167","strongs_number":"H3167","system":"hebrew","language":"hebrew","number_value":3167,"lemma":"יַחְזְיָה","transliteration":"Yachzᵉyâh","pronunciation":"yakh-zeh-yaw'","derivation":"from H2372 (חָזָה) and H3050 (יָהּ); Jah will behold;","strongs_definition":"Jachzejah, an Israelite","kjv_definition":"Jahaziah."} +{"id":"H3168","strongs_number":"H3168","system":"hebrew","language":"hebrew","number_value":3168,"lemma":"יְחֶזְקֵאל","transliteration":"Yᵉchezqêʼl","pronunciation":"yekh-ez-kale'","derivation":"from H2388 (חָזַק) and H410 (אֵל); God will strengthen;","strongs_definition":"Jechezkel, the name of two Israelites","kjv_definition":"Ezekiel, Jehezekel."} +{"id":"H3169","strongs_number":"H3169","system":"hebrew","language":"hebrew","number_value":3169,"lemma":"יְחִזְקִיָּה","transliteration":"Yᵉchizqîyâh","pronunciation":"yekh-iz-kee-yaw'","derivation":"or יְחִזְקִיָּהוּ; from H3388 (יְרוּשָׁא) and H3050 (יָהּ); strengthened of Jah;","strongs_definition":"Jechizkijah, the name of five Israelites","kjv_definition":"Hezekiah, Jehizkiah. Compare H2396 (חִזְקִיָּה)."} +{"id":"H3170","strongs_number":"H3170","system":"hebrew","language":"hebrew","number_value":3170,"lemma":"יַחְזֵרָה","transliteration":"Yachzêrâh","pronunciation":"yakh-zay-raw'","derivation":"from the same as H2386 (חֲזִיר); perhaps protection;","strongs_definition":"Jachzerah, an Israelite","kjv_definition":"Jahzerah."} +{"id":"H3171","strongs_number":"H3171","system":"hebrew","language":"hebrew","number_value":3171,"lemma":"יְחִיאֵל","transliteration":"Yᵉchîyʼêl","pronunciation":"yekh-ee-ale'","derivation":"or (2 Chronicles 29:14) יְחַוְאֵל; from H2421 (חָיָה) and H410 (אֵל); God will live;","strongs_definition":"Jechiel (or Jechavel), the name of eight Israelites","kjv_definition":"Jehiel."} +{"id":"H3172","strongs_number":"H3172","system":"hebrew","language":"hebrew","number_value":3172,"lemma":"יְחִיאֵלִי","transliteration":"Yᵉchîyʼêlîy","pronunciation":"yekh-ee-ay-lee'","derivation":"patronymically from H3171 (יְחִיאֵל);","strongs_definition":"a Jechielite or descendant of Jechiel","kjv_definition":"Jehieli."} +{"id":"H3173","strongs_number":"H3173","system":"hebrew","language":"hebrew","number_value":3173,"lemma":"יָחִיד","transliteration":"yâchîyd","pronunciation":"yaw-kheed'","derivation":"from H3161 (יָחַד);","strongs_definition":"properly, united, i.e. sole; by implication, beloved; also lonely; (feminine) the life (as not to be replaced)","kjv_definition":"darling, desolate, only (child, son), solitary."} +{"id":"H3174","strongs_number":"H3174","system":"hebrew","language":"hebrew","number_value":3174,"lemma":"יְחִיָּה","transliteration":"Yᵉchîyâh","pronunciation":"yekh-ee-yaw'","derivation":"from H2421 (חָיָה) and H3050 (יָהּ); Jah will live;","strongs_definition":"Jechijah, an Israelite","kjv_definition":"Jehiah."} +{"id":"H3175","strongs_number":"H3175","system":"hebrew","language":"hebrew","number_value":3175,"lemma":"יָחִיל","transliteration":"yâchîyl","pronunciation":"yaw-kheel'","derivation":"from H3176 (יָחַל);","strongs_definition":"expectant","kjv_definition":"should hope."} +{"id":"H3176","strongs_number":"H3176","system":"hebrew","language":"hebrew","number_value":3176,"lemma":"יָחַל","transliteration":"yâchal","pronunciation":"yaw-chal'","derivation":"a primitive root;","strongs_definition":"to wait; by implication, to be patient, hope","kjv_definition":"(cause to, have, make to) hope, be pained, stay, tarry, trust, wait."} +{"id":"H3177","strongs_number":"H3177","system":"hebrew","language":"hebrew","number_value":3177,"lemma":"יַחְלְאֵל","transliteration":"Yachlᵉʼêl","pronunciation":"yakh-leh-ale'","derivation":"from H3176 (יָחַל) and H410 (אֵל); expectant of God;","strongs_definition":"Jachleel, an Israelite","kjv_definition":"Jahleel."} +{"id":"H3178","strongs_number":"H3178","system":"hebrew","language":"hebrew","number_value":3178,"lemma":"יַחְלְאֵלִי","transliteration":"Yachlᵉʼêlîy","pronunciation":"yakh-leh-ay-lee'","derivation":"patronymically from H3177 (יַחְלְאֵל);","strongs_definition":"a Jachleelite or descendant of Jachleel","kjv_definition":"Jahleelites."} +{"id":"H3179","strongs_number":"H3179","system":"hebrew","language":"hebrew","number_value":3179,"lemma":"יָחַם","transliteration":"yâcham","pronunciation":"yaw-kham'","derivation":"a primitive root;","strongs_definition":"probably to be hot; figuratively, to conceive","kjv_definition":"get heat, be hot, conceive, be warm."} +{"id":"H3180","strongs_number":"H3180","system":"hebrew","language":"hebrew","number_value":3180,"lemma":"יַחְמוּר","transliteration":"yachmûwr","pronunciation":"yakh-moor'","derivation":"from H2560 (חָמַר);","strongs_definition":"a kind of deer","kjv_definition":"fallow deer."} +{"id":"H3181","strongs_number":"H3181","system":"hebrew","language":"hebrew","number_value":3181,"lemma":"יַחְמַי","transliteration":"Yachmay","pronunciation":"yakh-mah'-ee","derivation":"probably from H3179 (יָחַם); hot;","strongs_definition":"Jachmai, an Israelite","kjv_definition":"Jahmai."} +{"id":"H3182","strongs_number":"H3182","system":"hebrew","language":"hebrew","number_value":3182,"lemma":"יָחֵף","transliteration":"yâchêph","pronunciation":"yaw-khafe'","derivation":"from an unused root meaning to take off the shoes;","strongs_definition":"unsandalled","kjv_definition":"barefoot, being unshod."} +{"id":"H3183","strongs_number":"H3183","system":"hebrew","language":"hebrew","number_value":3183,"lemma":"יַחְצְאֵל","transliteration":"Yachtsᵉʼêl","pronunciation":"yakh-tseh-ale'","derivation":"from H2673 (חָצָה)lemma חָעָה ayin, corrected to חָצָה and H410 (אֵל); God will allot;","strongs_definition":"Jachtseel, an Israelite","kjv_definition":"Jahzeel. Compare H3185 (יַחְצִיאֵל)."} +{"id":"H3184","strongs_number":"H3184","system":"hebrew","language":"hebrew","number_value":3184,"lemma":"יַחְצְאֵלִי","transliteration":"Yachtsᵉʼêlîy","pronunciation":"yakh-tseh-ay-lee'","derivation":"patronymically from H3183 (יַחְצְאֵל);","strongs_definition":"a Jachtseelite (collectively) or descendants of Jachtseel","kjv_definition":"Jahzeelites."} +{"id":"H3185","strongs_number":"H3185","system":"hebrew","language":"hebrew","number_value":3185,"lemma":"יַחְצִיאֵל","transliteration":"Yachtsîyʼêl","pronunciation":"yakh-tsee-ale'","derivation":"from H2673 (חָצָה)lemma חָעָה ayin, corrected to חָצָה and H410 (אֵל); allotted of God;","strongs_definition":"Jachtsiel, an Israelite","kjv_definition":"Jahziel. Compare H3183 (יַחְצְאֵל)."} +{"id":"H3186","strongs_number":"H3186","system":"hebrew","language":"hebrew","number_value":3186,"lemma":"יָחַר","transliteration":"yâchar","pronunciation":"yaw-khar'","derivation":"a primitive root;","strongs_definition":"to delay","kjv_definition":"tarry longer."} +{"id":"H3187","strongs_number":"H3187","system":"hebrew","language":"hebrew","number_value":3187,"lemma":"יָחַשׂ","transliteration":"yâchas","pronunciation":"yaw-khas'","derivation":"a primitive root; to sprout; used only as denominative from H3188 (יַחַשׂ);","strongs_definition":"to enroll by pedigree","kjv_definition":"(number after, number throughout the) genealogy (to be reckoned), be reckoned by genealogies."} +{"id":"H3188","strongs_number":"H3188","system":"hebrew","language":"hebrew","number_value":3188,"lemma":"יַחַשׂ","transliteration":"yachas","pronunciation":"yakh'-as","derivation":"from H3187 (יָחַשׂ);","strongs_definition":"a pedigree or family list (as growing spontaneously)","kjv_definition":"genealogy."} +{"id":"H3189","strongs_number":"H3189","system":"hebrew","language":"hebrew","number_value":3189,"lemma":"יַחַת","transliteration":"Yachath","pronunciation":"yakh'-ath","derivation":"from H3161 (יָחַד); unity;","strongs_definition":"Jachath, the name of four Israelites","kjv_definition":"Jahath."} +{"id":"H3190","strongs_number":"H3190","system":"hebrew","language":"hebrew","number_value":3190,"lemma":"יָטַב","transliteration":"yâṭab","pronunciation":"yaw-tab'","derivation":"a primitive root;","strongs_definition":"to be (causative) make well, literally (sound, beautiful) or figuratively (happy, successful, right)","kjv_definition":"be accepted, amend, use aright, benefit, be (make) better, seem best, make cheerful, be comely, [phrase] be content, diligent(-ly), dress, earnestly, find favour, give, be glad, do (be, make) good(-ness), be (make) merry, please ([phrase] well), shew more (kindness), skilfully, [idiom] very small, surely, make sweet, thoroughly, tire, trim, very, be (can, deal, entreat, go, have) well (said, seen)."} +{"id":"H3191","strongs_number":"H3191","system":"hebrew","language":"hebrew","number_value":3191,"lemma":"יְטַב","transliteration":"yᵉṭab","pronunciation":"yet-ab'","derivation":"(Aramaic) corresponding to H3190 (יָטַב)","strongs_definition":"{to be (causative) make well, literally (sound, beautiful) or figuratively (happy, successful, right)}","kjv_definition":"seem good."} +{"id":"H3192","strongs_number":"H3192","system":"hebrew","language":"hebrew","number_value":3192,"lemma":"יׇטְבָה","transliteration":"Yoṭbâh","pronunciation":"yot-baw'","derivation":"from H3190 (יָטַב); pleasantness;","strongs_definition":"Jotbah, a place in Palestine","kjv_definition":"Jotbah."} +{"id":"H3193","strongs_number":"H3193","system":"hebrew","language":"hebrew","number_value":3193,"lemma":"יׇטְבָתָה","transliteration":"Yoṭbâthâh","pronunciation":"yot-baw'-thaw","derivation":"from H3192 (יׇטְבָה);","strongs_definition":"Jotbathah, a place in the Desert","kjv_definition":"Jotbath, Jotbathah."} +{"id":"H3194","strongs_number":"H3194","system":"hebrew","language":"hebrew","number_value":3194,"lemma":"יֻטָּה","transliteration":"Yuṭṭâh","pronunciation":"yoo-taw'","derivation":"or יוּטָה; from H5186 (נָטָה); extended;","strongs_definition":"Juttah (or Jutah), a place in Palestine","kjv_definition":"Juttah."} +{"id":"H3195","strongs_number":"H3195","system":"hebrew","language":"hebrew","number_value":3195,"lemma":"יְטוּר","transliteration":"Yᵉṭûwr","pronunciation":"yet-oor'","derivation":"probably from the same as H2905 (טוּר); encircled (i.e. inclosed);","strongs_definition":"Jetur, a son of Ishmael","kjv_definition":"Jetur."} +{"id":"H3196","strongs_number":"H3196","system":"hebrew","language":"hebrew","number_value":3196,"lemma":"יַיִן","transliteration":"yayin","pronunciation":"yah'-yin","derivation":"from an unused root meaning to effervesce;","strongs_definition":"wine (as fermented); by implication, intoxication","kjv_definition":"banqueting, wine, wine(-bibber)."} +{"id":"H3197","strongs_number":"H3197","system":"hebrew","language":"hebrew","number_value":3197,"lemma":"יַךְ","transliteration":"yak","pronunciation":"yak","derivation":"by erroneous transcription for H3027 (יָד);","strongs_definition":"a hand or side","kjv_definition":"(way-) side."} +{"id":"H3198","strongs_number":"H3198","system":"hebrew","language":"hebrew","number_value":3198,"lemma":"יָכַח","transliteration":"yâkach","pronunciation":"yaw-kahh'","derivation":"a primitive root;","strongs_definition":"to be right (i.e. correct); reciprocal, to argue; causatively, to decide, justify or convict","kjv_definition":"appoint, argue, chasten, convince, correct(-ion), daysman, dispute, judge, maintain, plead, reason (together), rebuke, reprove(-r), surely, in any wise."} +{"id":"H3199","strongs_number":"H3199","system":"hebrew","language":"hebrew","number_value":3199,"lemma":"יָכִין","transliteration":"Yâkîyn","pronunciation":"yaw-keen'","derivation":"from H3559 (כּוּן); he (or it) will establish;","strongs_definition":"Jakin, the name of three Israelites and of a temple pillar","kjv_definition":"Jachin."} +{"id":"H3200","strongs_number":"H3200","system":"hebrew","language":"hebrew","number_value":3200,"lemma":"יָכִינִי","transliteration":"Yâkîynîy","pronunciation":"yaw-kee-nee'","derivation":"patronymically from H3199 (יָכִין)lemma יִכִין first vowel, corrected to יָכִין;","strongs_definition":"a Jakinite (collectively) or descendants of Jakin","kjv_definition":"Jachinites."} +{"id":"H3201","strongs_number":"H3201","system":"hebrew","language":"hebrew","number_value":3201,"lemma":"יָכֹל","transliteration":"yâkôl","pronunciation":"yaw-kole'","derivation":"or (fuller) יָכוֹל; a primitive root;","strongs_definition":"to be able, literally (can, could) or morally (may, might)","kjv_definition":"be able, any at all (ways), attain, can (away with, (-not)), could, endure, might, overcome, have power, prevail, still, suffer."} +{"id":"H3202","strongs_number":"H3202","system":"hebrew","language":"hebrew","number_value":3202,"lemma":"יְכֵל","transliteration":"yᵉkêl","pronunciation":"yek-ale'","derivation":"(Aramaic) or יְכִיל; (Aramaic), to H3201 (יָכֹל)","strongs_definition":"{to be able, literally (can, could) or morally (may, might)}","kjv_definition":"be able, can, couldest, prevail."} +{"id":"H3203","strongs_number":"H3203","system":"hebrew","language":"hebrew","number_value":3203,"lemma":"יְכׇלְיָה","transliteration":"Yᵉkolyâh","pronunciation":"yek-ol-yaw'","derivation":"and יְכׇלְיָהוּ; or (2 Chronicles 26:3) יְכִילְיָה; from H3201 (יָכֹל) and H3050 (יָהּ); Jah will enable;","strongs_definition":"Jekoljah or Jekiljah, an Israelitess","kjv_definition":"Jecholiah, Jecoliah."} +{"id":"H3204","strongs_number":"H3204","system":"hebrew","language":"hebrew","number_value":3204,"lemma":"יְכׇנְיָה","transliteration":"Yᵉkonyâh","pronunciation":"yek-on-yaw'","derivation":"and יְכׇנְיָהוּ; or (Jeremiah 27:20) יְכוֹנְיָה; from H3559 (כּוּן) and H3050 (יָהּ); Jah will establish;","strongs_definition":"Jekonjah, a Jewish king","kjv_definition":"Jeconiah. Compare H3659 (כׇּנְיָהוּ)."} +{"id":"H3205","strongs_number":"H3205","system":"hebrew","language":"hebrew","number_value":3205,"lemma":"יָלַד","transliteration":"yâlad","pronunciation":"yaw-lad'","derivation":"a primitive root;","strongs_definition":"to bear young; causatively, to beget; medically, to act as midwife; specifically, to show lineage","kjv_definition":"bear, beget, birth(-day), born, (make to) bring forth (children, young), bring up, calve, child, come, be delivered (of a child), time of delivery, gender, hatch, labour, (do the office of a) midwife, declare pedigrees, be the son of, (woman in, woman that) travail(-eth, -ing woman)."} +{"id":"H3206","strongs_number":"H3206","system":"hebrew","language":"hebrew","number_value":3206,"lemma":"יֶלֶד","transliteration":"yeled","pronunciation":"yeh'-led","derivation":"from H3205 (יָלַד);","strongs_definition":"something born, i.e. a lad or offspring","kjv_definition":"boy, child, fruit, son, young man (one)."} +{"id":"H3207","strongs_number":"H3207","system":"hebrew","language":"hebrew","number_value":3207,"lemma":"יַלְדָּה","transliteration":"yaldâh","pronunciation":"yal-daw'","derivation":"feminine of H3206 (יֶלֶד);","strongs_definition":"a lass","kjv_definition":"damsel, girl."} +{"id":"H3208","strongs_number":"H3208","system":"hebrew","language":"hebrew","number_value":3208,"lemma":"יַלְדוּת","transliteration":"yaldûwth","pronunciation":"yal-dooth'","derivation":"abstractly from H3206 (יֶלֶד);","strongs_definition":"boyhood (or girlhood)","kjv_definition":"childhood, youth."} +{"id":"H3209","strongs_number":"H3209","system":"hebrew","language":"hebrew","number_value":3209,"lemma":"יִלּוֹד","transliteration":"yillôwd","pronunciation":"yil-lode'","derivation":"passive from H3205 (יָלַד);","strongs_definition":"born","kjv_definition":"born."} +{"id":"H3210","strongs_number":"H3210","system":"hebrew","language":"hebrew","number_value":3210,"lemma":"יָלוֹן","transliteration":"Yâlôwn","pronunciation":"yaw-lone'","derivation":"from H3885 (לוּן); lodging;","strongs_definition":"Jalon, an Israelite","kjv_definition":"Jalon."} +{"id":"H3211","strongs_number":"H3211","system":"hebrew","language":"hebrew","number_value":3211,"lemma":"יָלִיד","transliteration":"yâlîyd","pronunciation":"yaw-leed'","derivation":"from H3205 (יָלַד);","strongs_definition":"born","kjv_definition":"(home-) born, child, son."} +{"id":"H3212","strongs_number":"H3212","system":"hebrew","language":"hebrew","number_value":3212,"lemma":"יָלַךְ","transliteration":"yâlak","pronunciation":"yaw-lak'","derivation":"a primitive root (compare H1980 (הָלַךְ));","strongs_definition":"to walk (literally or figuratively); causatively, to carry (in various senses)","kjv_definition":"[idiom] again, away, bear, bring, carry (away), come (away), depart, flow, [phrase] follow(-ing), get (away, hence, him), (cause to, made) go (away, -ing, -ne, one's way, out), grow, lead (forth), let down, march, prosper, [phrase] pursue, cause to run, spread, take away (-journey), vanish, (cause to) walk(-ing), wax, [idiom] be weak."} +{"id":"H3213","strongs_number":"H3213","system":"hebrew","language":"hebrew","number_value":3213,"lemma":"יָלַל","transliteration":"yâlal","pronunciation":"yaw-lal'","derivation":"a primitive root;","strongs_definition":"to howl (with a wailing tone) or yell (with a boisterous one)","kjv_definition":"(make to) howl, be howling."} +{"id":"H3214","strongs_number":"H3214","system":"hebrew","language":"hebrew","number_value":3214,"lemma":"יְלֵל","transliteration":"yᵉlêl","pronunciation":"yel-ale'","derivation":"from H3213 (יָלַל);","strongs_definition":"a howl","kjv_definition":"howling."} +{"id":"H3215","strongs_number":"H3215","system":"hebrew","language":"hebrew","number_value":3215,"lemma":"יְלָלָה","transliteration":"yᵉlâlâh","pronunciation":"yel-aw-law'","derivation":"feminine of H3214 (יְלֵל)","strongs_definition":"{a howl}","kjv_definition":"a howling."} +{"id":"H3216","strongs_number":"H3216","system":"hebrew","language":"hebrew","number_value":3216,"lemma":"יָלַע","transliteration":"yâlaʻ","pronunciation":"yaw-lah'","derivation":"a primitive root;","strongs_definition":"to blurt or utter inconsiderately","kjv_definition":"devour."} +{"id":"H3217","strongs_number":"H3217","system":"hebrew","language":"hebrew","number_value":3217,"lemma":"יַלֶּפֶת","transliteration":"yallepheth","pronunciation":"yal-leh'-feth","derivation":"from an unused root apparently meaning to stick or scrape;","strongs_definition":"scurf or tetter","kjv_definition":"scabbed."} +{"id":"H3218","strongs_number":"H3218","system":"hebrew","language":"hebrew","number_value":3218,"lemma":"יֶלֶק","transliteration":"yeleq","pronunciation":"yeh'-lek","derivation":"from an unused root meaning to lick up;","strongs_definition":"a devourer; specifically, the young locust","kjv_definition":"cankerworm, caterpillar."} +{"id":"H3219","strongs_number":"H3219","system":"hebrew","language":"hebrew","number_value":3219,"lemma":"יַלְקוּט","transliteration":"yalqûwṭ","pronunciation":"yal-koot'","derivation":"from H3950 (לָקַט);","strongs_definition":"a travelling pouch (as if for gleanings)","kjv_definition":"scrip."} +{"id":"H3220","strongs_number":"H3220","system":"hebrew","language":"hebrew","number_value":3220,"lemma":"יָם","transliteration":"yâm","pronunciation":"yawm","derivation":"from an unused root meaning to roar;","strongs_definition":"a sea (as breaking in noisy surf) or large body of water; specifically (with the article), the Mediterranean Sea; sometimes a large river, or an artifical basin; locally, the west, or (rarely) the south","kjv_definition":"sea ([idiom] -faring man, (-shore)), south, west (-ern, side, -ward)."} +{"id":"H3221","strongs_number":"H3221","system":"hebrew","language":"hebrew","number_value":3221,"lemma":"יָם","transliteration":"yâm","pronunciation":"yawm","derivation":"(Aramaic) corresponding to H3220 (יָם)","strongs_definition":"{a sea (as breaking in noisy surf) or large body of water; specifically (with the article), the Mediterranean Sea; sometimes a large river, or an artifical basin; locally, the west, or (rarely) the south}","kjv_definition":"sea."} +{"id":"H3222","strongs_number":"H3222","system":"hebrew","language":"hebrew","number_value":3222,"lemma":"יֵם","transliteration":"yêm","pronunciation":"yame","derivation":"from the same as H3117 (יוֹם);","strongs_definition":"a warm spring","kjv_definition":"mule."} +{"id":"H3223","strongs_number":"H3223","system":"hebrew","language":"hebrew","number_value":3223,"lemma":"יְמוּאֵל","transliteration":"Yᵉmûwʼêl","pronunciation":"yem-oo-ale'","derivation":"from H3117 (יוֹם) and H410 (אֵל); day of God;","strongs_definition":"Jemuel, an Israelite","kjv_definition":"Jemuel."} +{"id":"H3224","strongs_number":"H3224","system":"hebrew","language":"hebrew","number_value":3224,"lemma":"יְמִימָה","transliteration":"Yᵉmîymâh","pronunciation":"yem-ee-maw'","derivation":"perhaps from the same as H3117 (יוֹם); properly, warm, i.e. affectionate; hence, dove (compare H3123 (יוֹנָה));","strongs_definition":"Jemimah, one of Job's daughters","kjv_definition":"Jemimah."} +{"id":"H3225","strongs_number":"H3225","system":"hebrew","language":"hebrew","number_value":3225,"lemma":"יָמִין","transliteration":"yâmîyn","pronunciation":"yaw-meen'","derivation":"from H3231 (יָמַן);","strongs_definition":"the right hand or side (leg, eye) of a person or other object (as the stronger and more dexterous); locally, the south","kjv_definition":"[phrase] left-handed, right (hand, side), south."} +{"id":"H3226","strongs_number":"H3226","system":"hebrew","language":"hebrew","number_value":3226,"lemma":"יָמִין","transliteration":"Yâmîyn","pronunciation":"yaw-meen'","derivation":"the same as H3225 (יָמִין);","strongs_definition":"Jamin, the name of three Israelites","kjv_definition":"Jamin. See also H1144 (בִּנְיָמִין)."} +{"id":"H3227","strongs_number":"H3227","system":"hebrew","language":"hebrew","number_value":3227,"lemma":"יְמִינִי","transliteration":"yᵉmîynîy","pronunciation":"yem-ee-nee'","derivation":"for H3225 (יָמִין);","strongs_definition":"right","kjv_definition":"(on the) right (hand)."} +{"id":"H3228","strongs_number":"H3228","system":"hebrew","language":"hebrew","number_value":3228,"lemma":"יְמִינִי","transliteration":"Yᵉmîynîy","pronunciation":"yem-ee-nee'","derivation":"patronymically from H3226 (יָמִין);","strongs_definition":"a Jeminite (collectively) or descendants of Jamin","kjv_definition":"Jaminites. See also H1145 (בֶּן־יְמִינִי)."} +{"id":"H3229","strongs_number":"H3229","system":"hebrew","language":"hebrew","number_value":3229,"lemma":"יִמְלָא","transliteration":"Yimlâʼ","pronunciation":"yeem-law'","derivation":"or יִמְלָה; from H4390 (מָלֵא); full;","strongs_definition":"Jimla or Jimlah, an Israelite","kjv_definition":"Imla, Imlah."} +{"id":"H3230","strongs_number":"H3230","system":"hebrew","language":"hebrew","number_value":3230,"lemma":"יַמְלֵךְ","transliteration":"Yamlêk","pronunciation":"yam-lake'","derivation":"from H4427 (מָלַךְ); he will make king;","strongs_definition":"Jamlek, an Israelite","kjv_definition":"Jamlech."} +{"id":"H3231","strongs_number":"H3231","system":"hebrew","language":"hebrew","number_value":3231,"lemma":"יָמַן","transliteration":"yâman","pronunciation":"yaw-man'","derivation":"a primitive root; to be (physically) right (i.e. firm); but used only as denominative from H3225 (יָמִין) and transitive,","strongs_definition":"to be right-handed or take the right-hand side","kjv_definition":"go (turn) to (on, use) the right hand."} +{"id":"H3232","strongs_number":"H3232","system":"hebrew","language":"hebrew","number_value":3232,"lemma":"יִמְנָה","transliteration":"Yimnâh","pronunciation":"yim-naw'","derivation":"from H3231 (יָמַן); prosperity (as betokened by the right hand);","strongs_definition":"Jimnah, the name of two Israelites; also (with the article) of the posterity of one of them","kjv_definition":"Imna, Imnah, Jimnah, Jimnites."} +{"id":"H3233","strongs_number":"H3233","system":"hebrew","language":"hebrew","number_value":3233,"lemma":"יְמָנִי","transliteration":"yᵉmânîy","pronunciation":"yem-aw-nee'","derivation":"from H3231 (יָמַן);","strongs_definition":"right (i.e. at the right hand)","kjv_definition":"(on the) right (hand)."} +{"id":"H3234","strongs_number":"H3234","system":"hebrew","language":"hebrew","number_value":3234,"lemma":"יִמְנָע","transliteration":"Yimnâʻ","pronunciation":"yim-naw'","derivation":"from H4513 (מָנַע); he will restrain;","strongs_definition":"Jimna, an Israelite","kjv_definition":"Imna."} +{"id":"H3235","strongs_number":"H3235","system":"hebrew","language":"hebrew","number_value":3235,"lemma":"יָמַר","transliteration":"yâmar","pronunciation":"yaw-mar'","derivation":"a primitive root;","strongs_definition":"to exchange; by implication, to change places","kjv_definition":"boast selves, change."} +{"id":"H3236","strongs_number":"H3236","system":"hebrew","language":"hebrew","number_value":3236,"lemma":"יִמְרָה","transliteration":"Yimrâh","pronunciation":"yim-raw'","derivation":"probably from H3235 (יָמַר); interchange;","strongs_definition":"Jimrah, an Israelite","kjv_definition":"Imrah."} +{"id":"H3237","strongs_number":"H3237","system":"hebrew","language":"hebrew","number_value":3237,"lemma":"יָמַשׁ","transliteration":"yâmash","pronunciation":"yaw-mash'","derivation":"a primitive root;","strongs_definition":"to touch","kjv_definition":"feel."} +{"id":"H3238","strongs_number":"H3238","system":"hebrew","language":"hebrew","number_value":3238,"lemma":"יָנָה","transliteration":"yânâh","pronunciation":"yaw-naw'","derivation":"a primitive root;","strongs_definition":"to rage or be violent; by implication, to suppress, to maltreat","kjv_definition":"destroy, (thrust out by) oppress(-ing, -ion, -or), proud, vex, do violence."} +{"id":"H3239","strongs_number":"H3239","system":"hebrew","language":"hebrew","number_value":3239,"lemma":"יָנוֹחַ","transliteration":"Yânôwach","pronunciation":"yaw-no'-akh or (with enclitic) Yanowchah yaw-no'-khaw","derivation":"from H3240 (יָנַח); quiet;","strongs_definition":"Janoach or Janochah, a place in Palestine","kjv_definition":"Janoah, Janohah."} +{"id":"H3240","strongs_number":"H3240","system":"hebrew","language":"hebrew","number_value":3240,"lemma":"יָנַח","transliteration":"yânach","pronunciation":"yaw-nakh'","derivation":"a primitive root;","strongs_definition":"to deposit; by implication, to allow to stay","kjv_definition":"bestow, cast down, lay (down, up), leave (off), let alone (remain), pacify, place, put, set (down), suffer, withdraw, withhold. (The Hiphil forms with the dagesh are here referred to, in accordance with the older grammarians; but if any distinction of the kind is to be made, these should rather be referred to H5117 (נוּחַ), and the others here.)"} +{"id":"H3241","strongs_number":"H3241","system":"hebrew","language":"hebrew","number_value":3241,"lemma":"יָנִים","transliteration":"Yânîym","pronunciation":"yaw-neem'","derivation":"from H5123 (נוּם); asleep;","strongs_definition":"Janim, a place in Palestine","kjv_definition":"Janum (from the margin)."} +{"id":"H3242","strongs_number":"H3242","system":"hebrew","language":"hebrew","number_value":3242,"lemma":"יְנִיקָה","transliteration":"yᵉnîyqâh","pronunciation":"yen-ee-kaw'","derivation":"from H3243 (יָנַק);","strongs_definition":"a sucker or sapling","kjv_definition":"young twig."} +{"id":"H3243","strongs_number":"H3243","system":"hebrew","language":"hebrew","number_value":3243,"lemma":"יָנַק","transliteration":"yânaq","pronunciation":"yaw-nak'","derivation":"a primitive root;","strongs_definition":"to suck; causatively, to give milk","kjv_definition":"milch, nurse(-ing mother), (give, make to) suck(-ing child, -ling)."} +{"id":"H3244","strongs_number":"H3244","system":"hebrew","language":"hebrew","number_value":3244,"lemma":"יַנְשׁוּף","transliteration":"yanshûwph","pronunciation":"yan-shoof'","derivation":"or יַנְשׁוֹף; apparently from H5398 (נָשַׁף); (compare H5399 (נֶשֶׁף))","strongs_definition":"an unclean (acquatic) bird; probably the heron (perhaps from its blowing cry, or because the nightheron is meant ))","kjv_definition":"(great) owl.s"} +{"id":"H3245","strongs_number":"H3245","system":"hebrew","language":"hebrew","number_value":3245,"lemma":"יָסַד","transliteration":"yâçad","pronunciation":"yaw-sad'","derivation":"a primitive root;","strongs_definition":"to set (literally or figuratively); intensively, to found; reflexively, to sit down together, i.e. settle, consult","kjv_definition":"appoint, take counsel, establish, (lay the, lay for a) found(-ation), instruct, lay, ordain, set, [idiom] sure."} +{"id":"H3246","strongs_number":"H3246","system":"hebrew","language":"hebrew","number_value":3246,"lemma":"יְסֻד","transliteration":"yᵉçud","pronunciation":"yes-ood'","derivation":"from H3245 (יָסַד);","strongs_definition":"a foundation (figuratively, i.e. beginning)","kjv_definition":"[idiom] began."} +{"id":"H3247","strongs_number":"H3247","system":"hebrew","language":"hebrew","number_value":3247,"lemma":"יְסוֹד","transliteration":"yᵉçôwd","pronunciation":"yes-ode'","derivation":"from H3245 (יָסַד);","strongs_definition":"a foundation (literally or figuratively)","kjv_definition":"bottom, foundation, repairing"} +{"id":"H3248","strongs_number":"H3248","system":"hebrew","language":"hebrew","number_value":3248,"lemma":"יְסוּדָה","transliteration":"yᵉçûwdâh","pronunciation":"yes-oo-daw'","derivation":"feminine of H3246 (יְסֻד);","strongs_definition":"a foundation","kjv_definition":"foundation."} +{"id":"H3249","strongs_number":"H3249","system":"hebrew","language":"hebrew","number_value":3249,"lemma":"יָסוּר","transliteration":"yâçûwr","pronunciation":"yaw-soor'","derivation":"from H5493 (סוּר);","strongs_definition":"departing","kjv_definition":"they that depart"} +{"id":"H3250","strongs_number":"H3250","system":"hebrew","language":"hebrew","number_value":3250,"lemma":"יִסּוֹר","transliteration":"yiççôwr","pronunciation":"yis-sore'","derivation":"from H3256 (יָסַר);","strongs_definition":"a reprover","kjv_definition":"instruct."} +{"id":"H3251","strongs_number":"H3251","system":"hebrew","language":"hebrew","number_value":3251,"lemma":"יָסַךְ","transliteration":"yâçak","pronunciation":"yaw-sak'","derivation":"a primitive root;","strongs_definition":"to pour (intransitive)","kjv_definition":"be poured."} +{"id":"H3252","strongs_number":"H3252","system":"hebrew","language":"hebrew","number_value":3252,"lemma":"יִסְכָּה","transliteration":"Yiçkâh","pronunciation":"yis-kaw'","derivation":"from an unused root meaning to watch; observant;","strongs_definition":"Jiskah, sister of Lot","kjv_definition":"Iscah."} +{"id":"H3253","strongs_number":"H3253","system":"hebrew","language":"hebrew","number_value":3253,"lemma":"יִסְמַכְיָהוּ","transliteration":"Yiçmakyâhûw","pronunciation":"yis-mak-yaw-hoo'","derivation":"from H5564 (סָמַךְ) and H3050 (יָהּ); Jah will sustain;","strongs_definition":"Jismakjah, an Israelite","kjv_definition":"Ismachiah."} +{"id":"H3254","strongs_number":"H3254","system":"hebrew","language":"hebrew","number_value":3254,"lemma":"יָסַף","transliteration":"yâçaph","pronunciation":"yaw-saf'","derivation":"a primitive root;","strongs_definition":"to add or augment (often adverbial, to continue to do a thing)","kjv_definition":"add, [idiom] again, [idiom] any more, [idiom] cease, [idiom] come more, [phrase] conceive again, continue, exceed, [idiom] further, [idiom] gather together, get more, give more-over, [idiom] henceforth, increase (more and more), join, [idiom] longer (bring, do, make, much, put), [idiom] (the, much, yet) more (and more), proceed (further), prolong, put, be (strong-) er, [idiom] yet, yield."} +{"id":"H3255","strongs_number":"H3255","system":"hebrew","language":"hebrew","number_value":3255,"lemma":"יְסַף","transliteration":"yᵉçaph","pronunciation":"yes-af'","derivation":"(Aramaic) corresponding to H3254 (יָסַף)","strongs_definition":"{to add or augment (often adverbial, to continue to do a thing)}","kjv_definition":"add."} +{"id":"H3256","strongs_number":"H3256","system":"hebrew","language":"hebrew","number_value":3256,"lemma":"יָסַר","transliteration":"yâçar","pronunciation":"yaw-sar'","derivation":"a primitive root;","strongs_definition":"to chastise, literally (with blows) or figuratively (with words); hence, to instruct","kjv_definition":"bind, chasten, chastise, correct, instruct, punish, reform, reprove, sore, teach."} +{"id":"H3257","strongs_number":"H3257","system":"hebrew","language":"hebrew","number_value":3257,"lemma":"יָע","transliteration":"yâʻ","pronunciation":"yaw","derivation":"from H3261 (יָעָה);","strongs_definition":"a shovel","kjv_definition":"shovel."} +{"id":"H3258","strongs_number":"H3258","system":"hebrew","language":"hebrew","number_value":3258,"lemma":"יַעְבֵּץ","transliteration":"Yaʻbêts","pronunciation":"yah-bates'","derivation":"from an unused root probably meaning to grieve; sorrowful;","strongs_definition":"Jabets, the name of an Israelite, and also of a place in Palestine","kjv_definition":"Jabez."} +{"id":"H3259","strongs_number":"H3259","system":"hebrew","language":"hebrew","number_value":3259,"lemma":"יָעַד","transliteration":"yâʻad","pronunciation":"yaw-ad'","derivation":"a primitive root;","strongs_definition":"to fix upon (by agreement or appointment); by implication, to meet (at a stated time), to summon (to trial), to direct (in a certain quarter or position), to engage (for marriage)","kjv_definition":"agree,(maxke an) appoint(-ment, a time), assemble (selves), betroth, gather (selves, together), meet (together), set (a time)."} +{"id":"H3260","strongs_number":"H3260","system":"hebrew","language":"hebrew","number_value":3260,"lemma":"יֶעְדִּי","transliteration":"Yeʻdîy","pronunciation":"yed-ee'","derivation":"from H3259 (יָעַד); appointed;","strongs_definition":"Jedi, an Israelite","kjv_definition":"Iddo (from the margin) See H3035 (יִדּוֹ)."} +{"id":"H3261","strongs_number":"H3261","system":"hebrew","language":"hebrew","number_value":3261,"lemma":"יָעָה","transliteration":"yâʻâh","pronunciation":"yaw-aw'","derivation":"a primitive root; apparently","strongs_definition":"to brush aside","kjv_definition":"sweep away."} +{"id":"H3262","strongs_number":"H3262","system":"hebrew","language":"hebrew","number_value":3262,"lemma":"יְעוּאֵל","transliteration":"Yᵉʻûwʼêl","pronunciation":"yeh-oo-ale'","derivation":"from H3261 (יָעָה) and H410 (אֵל); carried away of God;","strongs_definition":"Jeuel, the name of four Israelites","kjv_definition":"Jehiel, Jeiel, Jeuel. Compare H3273 (יְעִיאֵל)."} +{"id":"H3263","strongs_number":"H3263","system":"hebrew","language":"hebrew","number_value":3263,"lemma":"יְעוּץ","transliteration":"Yᵉʻûwts","pronunciation":"yeh-oots'","derivation":"from H5779 (עוּץ); counsellor;","strongs_definition":"Jeuts, an Israelite","kjv_definition":"Jeuz"} +{"id":"H3264","strongs_number":"H3264","system":"hebrew","language":"hebrew","number_value":3264,"lemma":"יָעוֹר","transliteration":"yâʻôwr","pronunciation":"yaw-ore'","derivation":"a variation of H3298 (יַעֲרֶשְׁיָה);","strongs_definition":"a forest","kjv_definition":"wood."} +{"id":"H3265","strongs_number":"H3265","system":"hebrew","language":"hebrew","number_value":3265,"lemma":"יָעוּר","transliteration":"Yâʻûwr","pronunciation":"yaw-oor'","derivation":"apparently the passive participle of the same as H3293 (יַעַר); wooded;","strongs_definition":"Jaur, an Israelite","kjv_definition":"Jair(from the margin)."} +{"id":"H3266","strongs_number":"H3266","system":"hebrew","language":"hebrew","number_value":3266,"lemma":"יְעוּשׁ","transliteration":"Yᵉʻûwsh","pronunciation":"yeh-oosh'","derivation":"from H5789 (עוּשׁ); hasty;","strongs_definition":"Jeush, the name of an Edomite and of four Israelites","kjv_definition":"Jehush, Jeush. Compare H3274 (יְעִישׁ)."} +{"id":"H3267","strongs_number":"H3267","system":"hebrew","language":"hebrew","number_value":3267,"lemma":"יָעַז","transliteration":"yâʻaz","pronunciation":"yaw-az'","derivation":"a primitive root;","strongs_definition":"to be bold or obstinate","kjv_definition":"fierce."} +{"id":"H3268","strongs_number":"H3268","system":"hebrew","language":"hebrew","number_value":3268,"lemma":"יַעֲזִיאֵל","transliteration":"Yaʻăzîyʼêl","pronunciation":"yah-az-ee-ale'","derivation":"from H3267 (יָעַז) and H410 (אֵל); emboldened of God;","strongs_definition":"Jaaziel, an Israelite","kjv_definition":"Jaaziel."} +{"id":"H3269","strongs_number":"H3269","system":"hebrew","language":"hebrew","number_value":3269,"lemma":"יַעֲזִיָּהוּ","transliteration":"Yaʻăzîyâhûw","pronunciation":"yah-az-ee-yaw'-hoo","derivation":"from H3267 (יָעַז) and H3050 (יָהּ); emboldened of Jah;","strongs_definition":"Jaazijah, an Israelite","kjv_definition":"Jaaziah."} +{"id":"H3270","strongs_number":"H3270","system":"hebrew","language":"hebrew","number_value":3270,"lemma":"יַעֲזֵיר","transliteration":"Yaʻăzêyr","pronunciation":"yah-az-ayr'","derivation":"or יַעְזֵר; from H5826 (עָזַר); helpful;","strongs_definition":"Jaazer or Jazer, a place East of the Jordan","kjv_definition":"Jaazer, Jazer."} +{"id":"H3271","strongs_number":"H3271","system":"hebrew","language":"hebrew","number_value":3271,"lemma":"יָעַט","transliteration":"yâʻaṭ","pronunciation":"yaw-at'","derivation":"a primitive root;","strongs_definition":"to clothe","kjv_definition":"cover."} +{"id":"H3272","strongs_number":"H3272","system":"hebrew","language":"hebrew","number_value":3272,"lemma":"יְעַט","transliteration":"yᵉʻaṭ","pronunciation":"yeh-at'","derivation":"(Aramaic) corresponding to H3289 (יָעַץ);","strongs_definition":"to counsel; reflexively, to consult","kjv_definition":"counsellor, consult together."} +{"id":"H3273","strongs_number":"H3273","system":"hebrew","language":"hebrew","number_value":3273,"lemma":"יְעִיאֵל","transliteration":"Yᵉʻîyʼêl","pronunciation":"yeh-ee-ale'","derivation":"from H3261 (יָעָה) and H410 (אֵל); carried away of God;","strongs_definition":"Jeiel, the name of six Israelites","kjv_definition":"Jeiel, Jehiel. Compare H3262 (יְעוּאֵל)."} +{"id":"H3274","strongs_number":"H3274","system":"hebrew","language":"hebrew","number_value":3274,"lemma":"יְעִישׁ","transliteration":"Yᵉʻîysh","pronunciation":"yeh-eesh'","derivation":"from H5789 (עוּשׁ); hasty;","strongs_definition":"Jeish, the name of an Edomite and of a an Israelite","kjv_definition":"Jeush (from the margin). Compare H3266 (יְעוּשׁ)."} +{"id":"H3275","strongs_number":"H3275","system":"hebrew","language":"hebrew","number_value":3275,"lemma":"יַעְכָּן","transliteration":"Yaʻkân","pronunciation":"yah-kawn'","derivation":"from the same as H5912 (עָכָן); troublesome;","strongs_definition":"Jakan, an Israelite","kjv_definition":"Jachan."} +{"id":"H3276","strongs_number":"H3276","system":"hebrew","language":"hebrew","number_value":3276,"lemma":"יַעַל","transliteration":"yaʻal","pronunciation":"yaw-al'","derivation":"a primitive root;","strongs_definition":"properly, to ascend; figuratively, to be valuable (objectively; useful, subjectively; benefited)","kjv_definition":"[idiom] at all, set forward, can do good, (be, have) profit, (able)."} +{"id":"H3277","strongs_number":"H3277","system":"hebrew","language":"hebrew","number_value":3277,"lemma":"יָעֵל","transliteration":"yâʻêl","pronunciation":"yaw-ale'","derivation":"from H3276 (יַעַל);","strongs_definition":"an ibex (as climbing)","kjv_definition":"wild goat."} +{"id":"H3278","strongs_number":"H3278","system":"hebrew","language":"hebrew","number_value":3278,"lemma":"יָעֵל","transliteration":"Yâʻêl","pronunciation":"yaw-ale'","derivation":"the same as H3277 (יָעֵל);","strongs_definition":"Jael, a Canaanite","kjv_definition":"Jael."} +{"id":"H3279","strongs_number":"H3279","system":"hebrew","language":"hebrew","number_value":3279,"lemma":"יַעֲלָא","transliteration":"Yaʻălâʼ","pronunciation":"yah-al-aw'","derivation":"or יַעֲלָה; the same as H3280 (יַעֲלָה) or direct from H3276 (יַעַל);","strongs_definition":"Jaala or Jaalah, one of the Nethinim","kjv_definition":"Jaala, Jaalah."} +{"id":"H3280","strongs_number":"H3280","system":"hebrew","language":"hebrew","number_value":3280,"lemma":"יַעֲלָה","transliteration":"yaʻălâh","pronunciation":"yah-al-aw'","derivation":"feminine of H3277 (יָעֵל)","strongs_definition":"{an ibex (as climbing)}","kjv_definition":"roe."} +{"id":"H3281","strongs_number":"H3281","system":"hebrew","language":"hebrew","number_value":3281,"lemma":"יַעְלָם","transliteration":"Yaʻlâm","pronunciation":"yah-lawm'","derivation":"from H5956 (עָלַם); occult;","strongs_definition":"Jalam, an Edomite","kjv_definition":"Jalam."} +{"id":"H3282","strongs_number":"H3282","system":"hebrew","language":"hebrew","number_value":3282,"lemma":"יַעַן","transliteration":"yaʻan","pronunciation":"yah'-an","derivation":"from an unused root meaning to pay attention;","strongs_definition":"properly, heed; by implication, purpose (sake or account); used adverbially to indicate the reason or cause","kjv_definition":"because (that), forasmuch ([phrase] as), seeing then, [phrase] that, [phrase] wheras, [phrase] why."} +{"id":"H3283","strongs_number":"H3283","system":"hebrew","language":"hebrew","number_value":3283,"lemma":"יָעֵן","transliteration":"yâʻên","pronunciation":"yaw-ane'","derivation":"from the same as H3282 (יַעַן);","strongs_definition":"the ostrich (probably from its answering cry","kjv_definition":"ostrich."} +{"id":"H3284","strongs_number":"H3284","system":"hebrew","language":"hebrew","number_value":3284,"lemma":"יַעֲנָה","transliteration":"yaʻănâh","pronunciation":"yah-an-aw'","derivation":"feminine of H3283 (יָעֵן), and meaning the same","strongs_definition":"{the ostrich (probably from its answering cry}","kjv_definition":"[phrase] owl."} +{"id":"H3285","strongs_number":"H3285","system":"hebrew","language":"hebrew","number_value":3285,"lemma":"יַעֲנַי","transliteration":"Yaʻănay","pronunciation":"yah-an-ah'ee","derivation":"from the same as H3283 (יָעֵן); responsive;","strongs_definition":"Jaanai, an Israelite","kjv_definition":"Jaanai."} +{"id":"H3286","strongs_number":"H3286","system":"hebrew","language":"hebrew","number_value":3286,"lemma":"יָעַף","transliteration":"yâʻaph","pronunciation":"yaw-af'","derivation":"a primitive root;","strongs_definition":"to tire (as if from wearisome flight)","kjv_definition":"faint, cause to fly, (be) weary (self)."} +{"id":"H3287","strongs_number":"H3287","system":"hebrew","language":"hebrew","number_value":3287,"lemma":"יָעֵף","transliteration":"yâʻêph","pronunciation":"yaw-afe'","derivation":"from H3286 (יָעַף);","strongs_definition":"fatigued; figuratively, exhausted","kjv_definition":"faint, weary."} +{"id":"H3288","strongs_number":"H3288","system":"hebrew","language":"hebrew","number_value":3288,"lemma":"יְעָף","transliteration":"yᵉʻâph","pronunciation":"yeh-awf'","derivation":"from H3286 (יָעַף);","strongs_definition":"fatigue (adverb, utterly exhausted)","kjv_definition":"swiftly.e"} +{"id":"H3289","strongs_number":"H3289","system":"hebrew","language":"hebrew","number_value":3289,"lemma":"יָעַץ","transliteration":"yâʻats","pronunciation":"yaw-ats'","derivation":"a primitive root;","strongs_definition":"to advise; reflexively, to deliberate or resolve","kjv_definition":"advertise, take advise, advise (well), consult, (give, take) counsel(-lor), determine, devise, guide, purpose."} +{"id":"H3290","strongs_number":"H3290","system":"hebrew","language":"hebrew","number_value":3290,"lemma":"יַעֲקֹב","transliteration":"Yaʻăqôb","pronunciation":"yah-ak-obe'","derivation":"from H6117 (עָקַב); heel-catcher (i.e. supplanter);","strongs_definition":"Jaakob, the Israelitish patriarch","kjv_definition":"Jacob."} +{"id":"H3291","strongs_number":"H3291","system":"hebrew","language":"hebrew","number_value":3291,"lemma":"יַעֲקֹבָה","transliteration":"Yaʻăqôbâh","pronunciation":"yah-ak-o'-baw","derivation":"from H3290 (יַעֲקֹב);","strongs_definition":"Jaakobah, an Israelite","kjv_definition":"Jaakobah."} +{"id":"H3292","strongs_number":"H3292","system":"hebrew","language":"hebrew","number_value":3292,"lemma":"יַעֲקָן","transliteration":"Yaʻăqân","pronunciation":"yah-ak-awn'","derivation":"from the same as H6130 (עָקָן);","strongs_definition":"Jaakan, an Idumaean","kjv_definition":"Jaakan. Compare H1142 (בְּנֵי יַעֲקָן)."} +{"id":"H3293","strongs_number":"H3293","system":"hebrew","language":"hebrew","number_value":3293,"lemma":"יַעַר","transliteration":"yaʻar","pronunciation":"yah'-ar","derivation":"from an unused root probably meaning to thicken with verdure;","strongs_definition":"a copse of bushes; hence, a forest; hence, honey in the comb (as hived in trees)","kjv_definition":"(honey-) comb, forest, wood."} +{"id":"H3294","strongs_number":"H3294","system":"hebrew","language":"hebrew","number_value":3294,"lemma":"יַעְרָה","transliteration":"Yaʻrâh","pronunciation":"yah-raw'","derivation":"a form of H3295 (יַעֲרָה);","strongs_definition":"Jarah, an Israelite","kjv_definition":"Jarah."} +{"id":"H3295","strongs_number":"H3295","system":"hebrew","language":"hebrew","number_value":3295,"lemma":"יַעֲרָה","transliteration":"yaʻărâh","pronunciation":"yah-ar-aw'","derivation":"feminine of H3293 (יַעַר), and meaning the same","strongs_definition":"{a copse of bushes; hence, a forest; hence, honey in the comb (as hived in trees)}","kjv_definition":"(honey-) comb, forest."} +{"id":"H3296","strongs_number":"H3296","system":"hebrew","language":"hebrew","number_value":3296,"lemma":"יַעֲרֵי אֹרְגִים","transliteration":"Yaʻărêy ʼÔrᵉgîym","pronunciation":"yah-ar-ay' o-reg-eem'","derivation":"from the plural of H3293 (יַעַר) and the masculine plural active participle of H707 (אָרַג); woods of weavers;","strongs_definition":"Jaare-Oregim, an Israelite","kjv_definition":"Jaare-oregim."} +{"id":"H3297","strongs_number":"H3297","system":"hebrew","language":"hebrew","number_value":3297,"lemma":"יְעָרִים","transliteration":"Yᵉʻârîym","pronunciation":"yeh-aw-reem'","derivation":"plural of H3293 (יַעַר); forests;","strongs_definition":"Jearim, a place in Palestine","kjv_definition":"Jearim. Compare H7157 (קִרְיַת יְעָרִים)."} +{"id":"H3298","strongs_number":"H3298","system":"hebrew","language":"hebrew","number_value":3298,"lemma":"יַעֲרֶשְׁיָה","transliteration":"Yaʻăreshyâh","pronunciation":"yah-ar-esh-yaw'","derivation":"from an unused root of uncertain signification and H3050 (יָהּ);","strongs_definition":"Jaareshjah, an Israelite","kjv_definition":"Jaresiah."} +{"id":"H3299","strongs_number":"H3299","system":"hebrew","language":"hebrew","number_value":3299,"lemma":"יַעֲשׂוּ","transliteration":"Yaʻăsûw","pronunciation":"yah-as-oo'","derivation":"from H6213 (עָשָׂה); they will do;","strongs_definition":"Jaasu, an Israelite","kjv_definition":"Jaasau."} +{"id":"H3300","strongs_number":"H3300","system":"hebrew","language":"hebrew","number_value":3300,"lemma":"יַעֲשִׂיאֵל","transliteration":"Yaʻăsîyʼêl","pronunciation":"yah-as-ee-ale'","derivation":"from H6213 (עָשָׂה) and H410 (אֵל); made of God;","strongs_definition":"Jaasiel, an Israelite","kjv_definition":"Jaasiel, Jasiel."} +{"id":"H3301","strongs_number":"H3301","system":"hebrew","language":"hebrew","number_value":3301,"lemma":"יִפְדְּיָה","transliteration":"Yiphdᵉyâh","pronunciation":"yif-deh-yaw'","derivation":"from H6299 (פָּדָה) and H3050 (יָהּ); Jah will liberate;","strongs_definition":"Jiphdejah, an Israelite","kjv_definition":"Iphedeiah."} +{"id":"H3302","strongs_number":"H3302","system":"hebrew","language":"hebrew","number_value":3302,"lemma":"יָפָה","transliteration":"yâphâh","pronunciation":"yaw-faw'","derivation":"a primitive root;","strongs_definition":"properly, to be bright, i.e. (by implication) beautiful","kjv_definition":"be beautiful, be (make self) fair(-r), deck."} +{"id":"H3303","strongs_number":"H3303","system":"hebrew","language":"hebrew","number_value":3303,"lemma":"יָפֶה","transliteration":"yâpheh","pronunciation":"yaw-feh'","derivation":"from H3302 (יָפָה);","strongs_definition":"beautiful (literally or figuratively)","kjv_definition":"[phrase] beautiful, beauty, comely, fair(-est, one), [phrase] goodly, pleasant, well."} +{"id":"H3304","strongs_number":"H3304","system":"hebrew","language":"hebrew","number_value":3304,"lemma":"יְפֵה־פִיָּה","transliteration":"yᵉphêh-phîyâh","pronunciation":"yef-eh' fee-yaw'","derivation":"from H3302 (יָפָה) by reduplication;","strongs_definition":"very beautiful","kjv_definition":"very fair."} +{"id":"H3305","strongs_number":"H3305","system":"hebrew","language":"hebrew","number_value":3305,"lemma":"יָפוֹ","transliteration":"Yâphôw","pronunciation":"yaw-fo'","derivation":"or יָפוֹא; (Ezra 3:7), from H3302 (יָפָה); beautiful;","strongs_definition":"Japho, a place in Palestine","kjv_definition":"Japha, Joppa."} +{"id":"H3306","strongs_number":"H3306","system":"hebrew","language":"hebrew","number_value":3306,"lemma":"יָפַח","transliteration":"yâphach","pronunciation":"yaw-fakh'","derivation":"a primitive root;","strongs_definition":"properly, to breathe hard, i.e. (by implication) to sigh","kjv_definition":"bewail self."} +{"id":"H3307","strongs_number":"H3307","system":"hebrew","language":"hebrew","number_value":3307,"lemma":"יָפֵחַ","transliteration":"yâphêach","pronunciation":"yaw-fay'-akh","derivation":"from H3306 (יָפַח);","strongs_definition":"properly, puffing, i.e. (figuratively) meditating","kjv_definition":"such as breathe out."} +{"id":"H3308","strongs_number":"H3308","system":"hebrew","language":"hebrew","number_value":3308,"lemma":"יֳפִי","transliteration":"yŏphîy","pronunciation":"yof-ee'","derivation":"from H3302 (יָפָה);","strongs_definition":"beauty","kjv_definition":"beauty."} +{"id":"H3309","strongs_number":"H3309","system":"hebrew","language":"hebrew","number_value":3309,"lemma":"יָפִיעַ","transliteration":"Yâphîyaʻ","pronunciation":"yaw-fee'-ah","derivation":"from H3313 (יָפַע); bright;","strongs_definition":"Japhia, the name of a Canaanite, an Israelite, and a place in Palestine","kjv_definition":"Japhia."} +{"id":"H3310","strongs_number":"H3310","system":"hebrew","language":"hebrew","number_value":3310,"lemma":"יַפְלֵט","transliteration":"Yaphlêṭ","pronunciation":"yaf-late'","derivation":"from H6403 (פָּלַט); he will deliver;","strongs_definition":"Japhlet, an Israelite","kjv_definition":"Japhlet."} +{"id":"H3311","strongs_number":"H3311","system":"hebrew","language":"hebrew","number_value":3311,"lemma":"יַפְלֵטִי","transliteration":"Yaphlêṭîy","pronunciation":"yaf-lay-tee'","derivation":"patronymically from H3310 (יַפְלֵט);","strongs_definition":"a Japhletite or descendant of Japhlet","kjv_definition":"Japhleti."} +{"id":"H3312","strongs_number":"H3312","system":"hebrew","language":"hebrew","number_value":3312,"lemma":"יְפֻנֶּה","transliteration":"Yᵉphunneh","pronunciation":"yef-oon-neh'","derivation":"from H6437 (פָּנָה); he will be prepared;","strongs_definition":"Jephunneh, the name of two Israelites","kjv_definition":"Jephunneh."} +{"id":"H3313","strongs_number":"H3313","system":"hebrew","language":"hebrew","number_value":3313,"lemma":"יָפַע","transliteration":"yâphaʻ","pronunciation":"yaw-fah'","derivation":"a primitive root;","strongs_definition":"to shine","kjv_definition":"be light, shew self, (cause to) shine (forth)."} +{"id":"H3314","strongs_number":"H3314","system":"hebrew","language":"hebrew","number_value":3314,"lemma":"יִפְעָה","transliteration":"yiphʻâh","pronunciation":"yif-aw'","derivation":"from H3313 (יָפַע);","strongs_definition":"splendor or (figuratively) beauty","kjv_definition":"brightness."} +{"id":"H3315","strongs_number":"H3315","system":"hebrew","language":"hebrew","number_value":3315,"lemma":"יֶפֶת","transliteration":"Yepheth","pronunciation":"yeh'-feth","derivation":"from H6601 (פָּתָה); expansion;","strongs_definition":"Jepheth, a son of Noah; also his posterity","kjv_definition":"Japheth."} +{"id":"H3316","strongs_number":"H3316","system":"hebrew","language":"hebrew","number_value":3316,"lemma":"יִפְתָּח","transliteration":"Yiphtâch","pronunciation":"yif-tawkh'","derivation":"from H6605 (פָּתַח); he will open;","strongs_definition":"Jiphtach, an Israelite; also a place in Palestine","kjv_definition":"Jephthah, Jiphtah."} +{"id":"H3317","strongs_number":"H3317","system":"hebrew","language":"hebrew","number_value":3317,"lemma":"יִפְתַּח־אֵל","transliteration":"Yiphtach-ʼêl","pronunciation":"yif-tach-ale'","derivation":"from H6605 (פָּתַח) and H410 (אֵל); God will open;","strongs_definition":"Jiphtach-el, a place in Palestine","kjv_definition":"Jiphthah-el."} +{"id":"H3318","strongs_number":"H3318","system":"hebrew","language":"hebrew","number_value":3318,"lemma":"יָצָא","transliteration":"yâtsâʼ","pronunciation":"yaw-tsaw'","derivation":"a primitive root;","strongs_definition":"to go (causatively, bring) out, in a great variety of applications, literally and figuratively, direct and proxim.","kjv_definition":"[idiom] after, appear, [idiom] assuredly, bear out, [idiom] begotten, break out, bring forth (out, up), carry out, come (abroad, out, thereat, without), [phrase] be condemned, depart(-ing, -ure), draw forth, in the end, escape, exact, fail, fall (out), fetch forth (out), get away (forth, hence, out), (able to, cause to, let) go abroad (forth, on, out), going out, grow, have forth (out), issue out, lay (lie) out, lead out, pluck out, proceed, pull out, put away, be risen, [idiom] scarce, send with commandment, shoot forth, spread, spring out, stand out, [idiom] still, [idiom] surely, take forth (out), at any time, [idiom] to (and fro), utter."} +{"id":"H3319","strongs_number":"H3319","system":"hebrew","language":"hebrew","number_value":3319,"lemma":"יְצָא","transliteration":"yᵉtsâʼ","pronunciation":"yets-aw'","derivation":"(Aramaic) corresponding to H3318 (יָצָא)","strongs_definition":"{to go (causatively, bring) out, in a great variety of applications, literally and figuratively, direct and proxim.}","kjv_definition":"finish."} +{"id":"H3320","strongs_number":"H3320","system":"hebrew","language":"hebrew","number_value":3320,"lemma":"יָצַב","transliteration":"yâtsab","pronunciation":"yaw-tsab'","derivation":"a primitive root;","strongs_definition":"to place (any thing so as to stay); reflexively, to station, offer, continue","kjv_definition":"present selves, remaining, resort, set (selves), (be able to, can, with-) stand (fast, forth, -ing, still, up)."} +{"id":"H3321","strongs_number":"H3321","system":"hebrew","language":"hebrew","number_value":3321,"lemma":"יְצַב","transliteration":"yᵉtsab","pronunciation":"yets-abe'","derivation":"(Aramaic) corresponding to H3320 (יָצַב);","strongs_definition":"to be firm; hence, to speak surely","kjv_definition":"truth."} +{"id":"H3322","strongs_number":"H3322","system":"hebrew","language":"hebrew","number_value":3322,"lemma":"יָצַג","transliteration":"yâtsag","pronunciation":"yaw-tsag'","derivation":"a primitive root;","strongs_definition":"to place permanently","kjv_definition":"establish, leave, make, present, put, set, stay."} +{"id":"H3323","strongs_number":"H3323","system":"hebrew","language":"hebrew","number_value":3323,"lemma":"יִצְהָר","transliteration":"yitshâr","pronunciation":"yits-hawr'","derivation":"from H6671 (צָהַר);","strongs_definition":"oil (as producing light); figuratively, anointing","kjv_definition":"[phrase] anointed oil."} +{"id":"H3324","strongs_number":"H3324","system":"hebrew","language":"hebrew","number_value":3324,"lemma":"יִצְהָר","transliteration":"Yitshâr","pronunciation":"yits-hawr'","derivation":"the same as H3323 (יִצְהָר);","strongs_definition":"Jitshar, an Israelite","kjv_definition":"Izhar."} +{"id":"H3325","strongs_number":"H3325","system":"hebrew","language":"hebrew","number_value":3325,"lemma":"יִצְהָרִי","transliteration":"Yitshârîy","pronunciation":"yits-haw-ree'","derivation":"patronymically from H3324 (יִצְהָר);","strongs_definition":"a Jitsharite or descendant of Jitshar","kjv_definition":"Izeharites, Izharites."} +{"id":"H3326","strongs_number":"H3326","system":"hebrew","language":"hebrew","number_value":3326,"lemma":"יָצוּעַ","transliteration":"yâtsûwaʻ","pronunciation":"yaw-tsoo'-ah","derivation":"passive participle of H3331 (יַצַע);","strongs_definition":"spread, i.e. a bed; (architecture) an extension, i.e. wing or lean-to (a single story or collectively)","kjv_definition":"bed, chamber, couch."} +{"id":"H3327","strongs_number":"H3327","system":"hebrew","language":"hebrew","number_value":3327,"lemma":"יִצְחָק","transliteration":"Yitschâq","pronunciation":"yits-khawk'","derivation":"from H6711 (צָחַק); laughter (i.e. mochery);","strongs_definition":"Jitschak (or Isaac), son of Abraham","kjv_definition":"Isaac. Compare H3446 (יִשְׂחָק)."} +{"id":"H3328","strongs_number":"H3328","system":"hebrew","language":"hebrew","number_value":3328,"lemma":"יִצְחַר","transliteration":"Yitschar","pronunciation":"yits-khar'","derivation":"from the same as H6713 (צַחַר); he will shine;","strongs_definition":"Jitschar, an Israelite","kjv_definition":"and Zehoar (from the margin)."} +{"id":"H3329","strongs_number":"H3329","system":"hebrew","language":"hebrew","number_value":3329,"lemma":"יָצִיא","transliteration":"yâtsîyʼ","pronunciation":"yaw-tsee'","derivation":"from H3318 (יָצָא);","strongs_definition":"issue, i.e. offspring","kjv_definition":"those that came forth."} +{"id":"H3330","strongs_number":"H3330","system":"hebrew","language":"hebrew","number_value":3330,"lemma":"יַצִּיב","transliteration":"yatstsîyb","pronunciation":"yats-tseeb'","derivation":"(Aramaic) from H3321 (יְצַב)lemma יְצב missing vowel, corrected to יְצַבxlit yᵉtsêb corrected to yᵉtsab;","strongs_definition":"fixed, sure; concretely, certainty","kjv_definition":"certain(-ty), true, truth."} +{"id":"H3331","strongs_number":"H3331","system":"hebrew","language":"hebrew","number_value":3331,"lemma":"יַצַע","transliteration":"yatsaʻ","pronunciation":"yaw-tsah'","derivation":"a primitive root;","strongs_definition":"to strew as a surface","kjv_definition":"make (one's) bed, [idiom] lie, spread."} +{"id":"H3332","strongs_number":"H3332","system":"hebrew","language":"hebrew","number_value":3332,"lemma":"יָצַק","transliteration":"yâtsaq","pronunciation":"yaw-tsak'","derivation":"a primitive root;","strongs_definition":"properly, to pour out (transitive or intransitive); by implication, to melt or cast as metal; by extension, to place firmly, to stiffen or grow hard","kjv_definition":"cast, cleave fast, be (as) firm, grow, be hard, lay out, molten, overflow, pour (out), run out, set down, stedfast."} +{"id":"H3333","strongs_number":"H3333","system":"hebrew","language":"hebrew","number_value":3333,"lemma":"יְצֻקָה","transliteration":"yᵉtsuqâh","pronunciation":"yets-oo-kaw'","derivation":"passive participle feminine of H3332 (יָצַק);","strongs_definition":"poured out, i.e. run into amould","kjv_definition":"when it was cast."} +{"id":"H3334","strongs_number":"H3334","system":"hebrew","language":"hebrew","number_value":3334,"lemma":"יָצַר","transliteration":"yâtsar","pronunciation":"yaw-tsar'","derivation":"a primitive root;","strongs_definition":"to press (intransitive), i.e. be narrow; figuratively, be in distress","kjv_definition":"be distressed, be narrow, be straitened (in straits), be vexed."} +{"id":"H3335","strongs_number":"H3335","system":"hebrew","language":"hebrew","number_value":3335,"lemma":"יָצַר","transliteration":"yâtsar","pronunciation":"yaw-tsar'","derivation":"probably identical with H3334 (יָצַר) (through the squeezing into shape); (compare H3331 (יַצַע));","strongs_definition":"to mould into a form; especially as apotter; figuratively, to determine (i.e. form a resolution)","kjv_definition":"[idiom] earthen, fashion, form, frame, make(-r), potter, purpose."} +{"id":"H3336","strongs_number":"H3336","system":"hebrew","language":"hebrew","number_value":3336,"lemma":"יֵצֶר","transliteration":"yêtser","pronunciation":"yay'-tser","derivation":"from H3335 (יָצַר);","strongs_definition":"a form; figuratively, conception (i.e. purpose)","kjv_definition":"frame, thing framed, imagination, mind, work."} +{"id":"H3337","strongs_number":"H3337","system":"hebrew","language":"hebrew","number_value":3337,"lemma":"יֵצֶר","transliteration":"Yêtser","pronunciation":"yay-tser","derivation":"the same as H3336 (יֵצֶר);","strongs_definition":"Jetser, an Israelite","kjv_definition":"Jezer."} +{"id":"H3338","strongs_number":"H3338","system":"hebrew","language":"hebrew","number_value":3338,"lemma":"יָצֻר","transliteration":"yâtsur","pronunciation":"yaw-tsoor'","derivation":"passive participle of H3335 (יָצַר);","strongs_definition":"structure, i.e. limb or part","kjv_definition":"member.ql"} +{"id":"H3339","strongs_number":"H3339","system":"hebrew","language":"hebrew","number_value":3339,"lemma":"יִצְרִי","transliteration":"Yitsrîy","pronunciation":"yits-ree'","derivation":"from H3335 (יָצַר); formative;","strongs_definition":"Jitsri, an Israelite","kjv_definition":"Isri."} +{"id":"H3340","strongs_number":"H3340","system":"hebrew","language":"hebrew","number_value":3340,"lemma":"יִצְרִי","transliteration":"Yitsrîy","pronunciation":"yits-ree'","derivation":"; patronymically from H3337 (יֵצֶר);","strongs_definition":"a Jitsrite (collectively) or descendants of Jetser","kjv_definition":"Jezerites."} +{"id":"H3341","strongs_number":"H3341","system":"hebrew","language":"hebrew","number_value":3341,"lemma":"יָצַת","transliteration":"yâtsath","pronunciation":"yaw-tsath'","derivation":"a primitive root;","strongs_definition":"to burn or set on fire; figuratively, to desolate","kjv_definition":"burn (up), be desolate, set (on) fire (fire), kindle."} +{"id":"H3342","strongs_number":"H3342","system":"hebrew","language":"hebrew","number_value":3342,"lemma":"יֶקֶב","transliteration":"yeqeb","pronunciation":"yeh'-keb","derivation":"from an unused root meaning to excavate;","strongs_definition":"a trough (as dug out); specifically, a wine-vat (whether the lower one, into which the juice drains; or the upper, in which the grapes are crushed)","kjv_definition":"fats, presses, press-fat, wine(-press)."} +{"id":"H3343","strongs_number":"H3343","system":"hebrew","language":"hebrew","number_value":3343,"lemma":"יְקַבְצְאֵל","transliteration":"Yᵉqabtsᵉʼêl","pronunciation":"yek-ab-tseh-ale'","derivation":"from H6908 (קָבַץ) and H410 (אֵל); God will gather;","strongs_definition":"Jekabtseel, a place in Palestine","kjv_definition":"Jekabzeel. Compare H6909 (קַבְצְאֵל)."} +{"id":"H3344","strongs_number":"H3344","system":"hebrew","language":"hebrew","number_value":3344,"lemma":"יָקַד","transliteration":"yâqad","pronunciation":"yaw-kad'","derivation":"a primitive root;","strongs_definition":"to burn","kjv_definition":"(be) burn(-ing), [idiom] from the hearth, kindle."} +{"id":"H3345","strongs_number":"H3345","system":"hebrew","language":"hebrew","number_value":3345,"lemma":"יְקַד","transliteration":"yᵉqad","pronunciation":"yek-ad'","derivation":"(Aramaic) corresponding to H3344 (יָקַד)","strongs_definition":"{to burn}","kjv_definition":"burning."} +{"id":"H3346","strongs_number":"H3346","system":"hebrew","language":"hebrew","number_value":3346,"lemma":"יְקֵדָא","transliteration":"yᵉqêdâʼ","pronunciation":"yek-ay-daw'","derivation":"(Aramaic) from H3345 (יְקַד);","strongs_definition":"a conflagration","kjv_definition":"burning."} +{"id":"H3347","strongs_number":"H3347","system":"hebrew","language":"hebrew","number_value":3347,"lemma":"יׇקְדְעָם","transliteration":"Yoqdᵉʻâm","pronunciation":"yok-deh-awm'","derivation":"from H3344 (יָקַד) and H5971 (עַם); burning of (the) people;","strongs_definition":"Jokdeam, a place in Palestine","kjv_definition":"Jokdeam."} +{"id":"H3348","strongs_number":"H3348","system":"hebrew","language":"hebrew","number_value":3348,"lemma":"יָקֶה","transliteration":"Yâqeh","pronunciation":"yaw-keh'","derivation":"from an unused root probably meaning to obey; obedient;","strongs_definition":"Jakeh, a symbolical name (for Solomon)","kjv_definition":"Jakeh."} +{"id":"H3349","strongs_number":"H3349","system":"hebrew","language":"hebrew","number_value":3349,"lemma":"יִקָּהָה","transliteration":"yiqqâhâh","pronunciation":"yik-kaw-haw'","derivation":"from the same as H3348 (יָקֶה);","strongs_definition":"obedience","kjv_definition":"gathering, to obey."} +{"id":"H3350","strongs_number":"H3350","system":"hebrew","language":"hebrew","number_value":3350,"lemma":"יְקוֹד","transliteration":"yᵉqôwd","pronunciation":"yek-ode'","derivation":"from H3344 (יָקַד);","strongs_definition":"a burning","kjv_definition":"burning."} +{"id":"H3351","strongs_number":"H3351","system":"hebrew","language":"hebrew","number_value":3351,"lemma":"יְקוּם","transliteration":"yᵉqûwm","pronunciation":"yek-oom'","derivation":"from H6965 (קוּם);","strongs_definition":"properly, standing (extant), i.e. by implication, a living thing","kjv_definition":"(living) substance."} +{"id":"H3352","strongs_number":"H3352","system":"hebrew","language":"hebrew","number_value":3352,"lemma":"יָקוֹשׁ","transliteration":"yâqôwsh","pronunciation":"yaw-koshe'","derivation":"from H3369 (יָקֹשׁ);","strongs_definition":"properly, entangling; hence, a snarer","kjv_definition":"fowler."} +{"id":"H3353","strongs_number":"H3353","system":"hebrew","language":"hebrew","number_value":3353,"lemma":"יָקוּשׁ","transliteration":"yâqûwsh","pronunciation":"yaw-koosh'","derivation":"passive participle of H3369 (יָקֹשׁ);","strongs_definition":"properly, entangled, i.e. by implication (intransitively) a snare, or (transitive) a snarer","kjv_definition":"fowler, snare."} +{"id":"H3354","strongs_number":"H3354","system":"hebrew","language":"hebrew","number_value":3354,"lemma":"יְקוּתִיאֵל","transliteration":"Yᵉqûwthîyʼêl","pronunciation":"yek-ooth-ee'-ale","derivation":"from the same as H3348 (יָקֶה) and H410 (אֵל); obedience of God;","strongs_definition":"Jekuthiel, an Israelite","kjv_definition":"Jekuthiel."} +{"id":"H3355","strongs_number":"H3355","system":"hebrew","language":"hebrew","number_value":3355,"lemma":"יׇקְטָן","transliteration":"Yoqṭân","pronunciation":"yok-tawn'","derivation":"from H6994 (קָטֹן); he will be made little;","strongs_definition":"Joktan, an Arabian patriarch","kjv_definition":"Joktan."} +{"id":"H3356","strongs_number":"H3356","system":"hebrew","language":"hebrew","number_value":3356,"lemma":"יָקִים","transliteration":"Yâqîym","pronunciation":"yaw-keem'","derivation":"from H6965 (קוּם); he will raise;","strongs_definition":"Jakim, the name of two Israelites","kjv_definition":"Jakim. Compare H3079 (יְהוֹיָקִים)."} +{"id":"H3357","strongs_number":"H3357","system":"hebrew","language":"hebrew","number_value":3357,"lemma":"יַקִּיר","transliteration":"yaqqîyr","pronunciation":"yak-keer'","derivation":"from H3365 (יָקַר);","strongs_definition":"precious","kjv_definition":"dear."} +{"id":"H3358","strongs_number":"H3358","system":"hebrew","language":"hebrew","number_value":3358,"lemma":"יַקִּיר","transliteration":"yaqqîyr","pronunciation":"yak-keer'","derivation":"(Aramaic) corresponding to H3357 (יַקִּיר)","strongs_definition":"{precious}","kjv_definition":"noble, rare."} +{"id":"H3359","strongs_number":"H3359","system":"hebrew","language":"hebrew","number_value":3359,"lemma":"יְקַמְיָה","transliteration":"Yᵉqamyâh","pronunciation":"yek-am-yaw'","derivation":"from H6965 (קוּם) and H3050 (יָהּ); Jah will rise;","strongs_definition":"Jekamjah, the name of two Israelites","kjv_definition":"Jekamiah. Compare H3079 (יְהוֹיָקִים)."} +{"id":"H3360","strongs_number":"H3360","system":"hebrew","language":"hebrew","number_value":3360,"lemma":"יְקַמְעָם","transliteration":"Yᵉqamʻâm","pronunciation":"yek-am'-awm","derivation":"from H6965 (קוּם) and H5971 (עַם); (the) people will rise;","strongs_definition":"Jekamam, an Israelite","kjv_definition":"Jekameam. Compare H3079 (יְהוֹיָקִים), H3361 (יׇקְמְעָם)."} +{"id":"H3361","strongs_number":"H3361","system":"hebrew","language":"hebrew","number_value":3361,"lemma":"יׇקְמְעָם","transliteration":"Yoqmᵉʻâm","pronunciation":"yok-meh-awm'","derivation":"from H6965 (קוּם) and H5971 (עַם); (the) people will be raised;","strongs_definition":"Jokmeam, a place in Palestine","kjv_definition":"Jokmeam. Compare H3360 (יְקַמְעָם), H3362 (יׇקְנְעָם)."} +{"id":"H3362","strongs_number":"H3362","system":"hebrew","language":"hebrew","number_value":3362,"lemma":"יׇקְנְעָם","transliteration":"Yoqnᵉʻâm","pronunciation":"yok-neh-awm'","derivation":"from H6969 (קוּן) and H5971 (עַם); (the) people will be lamented;","strongs_definition":"Jokneam, a place in Palestine","kjv_definition":"Jokneam."} +{"id":"H3363","strongs_number":"H3363","system":"hebrew","language":"hebrew","number_value":3363,"lemma":"יָקַע","transliteration":"yâqaʻ","pronunciation":"yaw-kah'","derivation":"a primitive root;","strongs_definition":"properly, to sever oneself, i.e. (by implication) to be dislocated; figuratively, to abandon; causatively, to impale (and thus allow to drop to pieces by rotting)","kjv_definition":"be alienated, depart, hang (up), be out of joint."} +{"id":"H3364","strongs_number":"H3364","system":"hebrew","language":"hebrew","number_value":3364,"lemma":"יָקַץ","transliteration":"yâqats","pronunciation":"yaw-kats'","derivation":"a primitive root;","strongs_definition":"to awake (intransitive)","kjv_definition":"(be) awake(-d)."} +{"id":"H3365","strongs_number":"H3365","system":"hebrew","language":"hebrew","number_value":3365,"lemma":"יָקַר","transliteration":"yâqar","pronunciation":"yaw-kar'","derivation":"a primitive root;","strongs_definition":"properly, apparently, to be heavy, i.e. (figuratively) valuable; causatively, to make rare (figuratively, to inhibit)","kjv_definition":"be (make) precious, be prized, be set by, withdraw."} +{"id":"H3366","strongs_number":"H3366","system":"hebrew","language":"hebrew","number_value":3366,"lemma":"יְקָר","transliteration":"yᵉqâr","pronunciation":"yek-awr'","derivation":"from H3365 (יָקַר);","strongs_definition":"value, i.e. (concretely) wealth; abstractly, costliness, dignity","kjv_definition":"honour, precious (things), price."} +{"id":"H3367","strongs_number":"H3367","system":"hebrew","language":"hebrew","number_value":3367,"lemma":"יְקָר","transliteration":"yᵉqâr","pronunciation":"yek-awr'","derivation":"(Aramaic) corresponding to H3366 (יְקָר)","strongs_definition":"{value, i.e. (concretely) wealth; abstractly, costliness, dignity}","kjv_definition":"glory, honour."} +{"id":"H3368","strongs_number":"H3368","system":"hebrew","language":"hebrew","number_value":3368,"lemma":"יָקָר","transliteration":"yâqâr","pronunciation":"yaw-kawr'","derivation":"from H3365 (יָקַר);","strongs_definition":"valuable (objectively or subjectively)","kjv_definition":"brightness, clear, costly, excellent, fat, honourable women, precious, reputation."} +{"id":"H3369","strongs_number":"H3369","system":"hebrew","language":"hebrew","number_value":3369,"lemma":"יָקֹשׁ","transliteration":"yâqôsh","pronunciation":"yaw-koshe'","derivation":"a primitive root;","strongs_definition":"to ensnare (literally or figuratively)","kjv_definition":"fowler (lay a) snare."} +{"id":"H3370","strongs_number":"H3370","system":"hebrew","language":"hebrew","number_value":3370,"lemma":"יׇקְשָׁן","transliteration":"Yoqshân","pronunciation":"yok-shawn'","derivation":"from H3369 (יָקֹשׁ); insidious;","strongs_definition":"Jokshan, an Arabian patriarch","kjv_definition":"Jokshan."} +{"id":"H3371","strongs_number":"H3371","system":"hebrew","language":"hebrew","number_value":3371,"lemma":"יׇקְתְאֵל","transliteration":"Yoqthᵉʼêl","pronunciation":"yok-theh-ale'","derivation":"probably from the same as H3348 (יָקֶה) and H410 (אֵל); veneration of God (compare H3354 (יְקוּתִיאֵל));","strongs_definition":"Joktheel, the name of a place in Palestine, and of one in Idumaea","kjv_definition":"Joktheel."} +{"id":"H3372","strongs_number":"H3372","system":"hebrew","language":"hebrew","number_value":3372,"lemma":"יָרֵא","transliteration":"yârêʼ","pronunciation":"yaw-ray'","derivation":"a primitive root;","strongs_definition":"to fear; morally, to revere; caus. to frighten","kjv_definition":"affright, be (make) afraid, dread(-ful), (put in) fear(-ful, -fully, -ing), (be had in) reverence(-end), [idiom] see, terrible (act, -ness, thing)."} +{"id":"H3373","strongs_number":"H3373","system":"hebrew","language":"hebrew","number_value":3373,"lemma":"יָרֵא","transliteration":"yârêʼ","pronunciation":"yaw-ray'","derivation":"from H3372 (יָרֵא);","strongs_definition":"fearing; morally, reverent","kjv_definition":"afraid, fear (-ful)."} +{"id":"H3374","strongs_number":"H3374","system":"hebrew","language":"hebrew","number_value":3374,"lemma":"יִרְאָה","transliteration":"yirʼâh","pronunciation":"yir-aw'","derivation":"feminine of H3373 (יָרֵא);","strongs_definition":"fear (also used as infinitive); morally, reverence","kjv_definition":"[idiom] dreadful, [idiom] exceedingly, fear(-fulness)."} +{"id":"H3375","strongs_number":"H3375","system":"hebrew","language":"hebrew","number_value":3375,"lemma":"יִרְאוֹן","transliteration":"Yirʼôwn","pronunciation":"yir-ohn'","derivation":"from H3372 (יָרֵא); fearfulness;","strongs_definition":"Jiron, a place in Palestine","kjv_definition":"Iron."} +{"id":"H3376","strongs_number":"H3376","system":"hebrew","language":"hebrew","number_value":3376,"lemma":"יִרְאִיָּיה","transliteration":"Yirʼîyâyh","pronunciation":"yir-ee-yaw'","derivation":"from H3373 (יָרֵא) and H3050 (יָהּ); fearful of Jah;","strongs_definition":"Jirijah, an Israelite","kjv_definition":"Irijah."} +{"id":"H3377","strongs_number":"H3377","system":"hebrew","language":"hebrew","number_value":3377,"lemma":"יָרֵב","transliteration":"Yârêb","pronunciation":"yaw-rabe'","derivation":"from H7378 (רִיב); he will contend;","strongs_definition":"Jareb, a symbolical name for Assyria","kjv_definition":"Jareb. Compare H3402 (יָרִיב)."} +{"id":"H3378","strongs_number":"H3378","system":"hebrew","language":"hebrew","number_value":3378,"lemma":"יְרֻבַּעַל","transliteration":"Yᵉrubbaʻal","pronunciation":"yer-oob-bah'-al","derivation":"from H7378 (רִיב) and H1168 (בַּעַל); Baal will contend;","strongs_definition":"Jerubbaal, a symbolic name of Gideon","kjv_definition":"Jerubbaal."} +{"id":"H3379","strongs_number":"H3379","system":"hebrew","language":"hebrew","number_value":3379,"lemma":"יָרׇבְעָם","transliteration":"Yârobʻâm","pronunciation":"yaw-rob-awm'","derivation":"from H7378 (רִיב) and H5971 (עַם); (the) people will contend;","strongs_definition":"Jarobam, the name of two Israelite kings","kjv_definition":"Jeroboam."} +{"id":"H3380","strongs_number":"H3380","system":"hebrew","language":"hebrew","number_value":3380,"lemma":"יְרֻבֶּשֶׁת","transliteration":"Yᵉrubbesheth","pronunciation":"yer-oob-beh'-sheth","derivation":"from H7378 (רִיב) and H1322 (בֹּשֶׁת); shame (i.e. the idol) will contend;","strongs_definition":"Jerubbesheth, a symbolic name for Gideon","kjv_definition":"Jerubbesheth."} +{"id":"H3381","strongs_number":"H3381","system":"hebrew","language":"hebrew","number_value":3381,"lemma":"יָרַד","transliteration":"yârad","pronunciation":"yaw-rad'","derivation":"a primitive root;","strongs_definition":"to descend (literally, to go downwards; or conventionally to a lower region, as the shore, a boundary, the enemy, etc.; or figuratively, to fall); causatively, to bring down (in all the above applications)","kjv_definition":"[idiom] abundantly, bring down, carry down, cast down, (cause to) come(-ing) down, fall (down), get down, go(-ing) down(-ward), hang down, [idiom] indeed, let down, light (down), put down (off), (cause to, let) run down, sink, subdue, take down."} +{"id":"H3382","strongs_number":"H3382","system":"hebrew","language":"hebrew","number_value":3382,"lemma":"יֶרֶד","transliteration":"Yered","pronunciation":"yeh'-red","derivation":"from H3381 (יָרַד); a descent;","strongs_definition":"Jered, the name of an antediluvian, and of an Israelite","kjv_definition":"Jared."} +{"id":"H3383","strongs_number":"H3383","system":"hebrew","language":"hebrew","number_value":3383,"lemma":"יַרְדֵּן","transliteration":"Yardên","pronunciation":"yar-dane'","derivation":"from H3381 (יָרַד); a descender;","strongs_definition":"Jarden, the principal river of Palestine","kjv_definition":"Jordan."} +{"id":"H3384","strongs_number":"H3384","system":"hebrew","language":"hebrew","number_value":3384,"lemma":"יָרָה","transliteration":"yârâh","pronunciation":"yaw-raw'","derivation":"or (2 Chronicles 26:15) יָרָא; a primitive root;","strongs_definition":"properly, to flow as water (i.e. to rain); transitively, to lay or throw (especially an arrow, i.e. to shoot); figuratively, to point out (as if by aiming the finger), to teach","kjv_definition":"([phrase]) archer, cast, direct, inform, instruct, lay, shew, shoot, teach(-er,-ing), through."} +{"id":"H3385","strongs_number":"H3385","system":"hebrew","language":"hebrew","number_value":3385,"lemma":"יְרוּאֵל","transliteration":"Yᵉrûwʼêl","pronunciation":"yer-oo-ale'","derivation":"from H3384 (יָרָה) and H410 (אֵל); founded of God;","strongs_definition":"Jeruel, a place in Palestine","kjv_definition":"Jeruel."} +{"id":"H3386","strongs_number":"H3386","system":"hebrew","language":"hebrew","number_value":3386,"lemma":"יָרוֹחַ","transliteration":"Yârôwach","pronunciation":"yaw-ro'-akh","derivation":"perhaps denominative from H3394 (יָרֵחַ); (born at the) new moon;","strongs_definition":"Jaroach, an Israelite","kjv_definition":"Jaroah."} +{"id":"H3387","strongs_number":"H3387","system":"hebrew","language":"hebrew","number_value":3387,"lemma":"יָרוֹק","transliteration":"yârôwq","pronunciation":"yaw-roke'","derivation":"from H3417 (יָרָק);","strongs_definition":"green, i.e. an herb","kjv_definition":"green thing."} +{"id":"H3388","strongs_number":"H3388","system":"hebrew","language":"hebrew","number_value":3388,"lemma":"יְרוּשָׁא","transliteration":"Yᵉrûwshâʼ","pronunciation":"yer-oo-shaw'","derivation":"or יְרוּשָׁה feminine passive participle of H3423 (יָרַשׁ); possessed;","strongs_definition":"Jerusha or Jerushah, as Israelitess","kjv_definition":"Jerusha, Jerushah."} +{"id":"H3389","strongs_number":"H3389","system":"hebrew","language":"hebrew","number_value":3389,"lemma":"יְרוּשָׁלַ͏ִם","transliteration":"Yᵉrûwshâlaim","pronunciation":"yer-oo-shaw-lah'-im","derivation":"rarely יְרוּשָׁלַיִם; a dual (in allusion to its two main hills (the true pointing, at least of the former reading, seems to be that of H3390 (יְרוּשָׁלֵם))); probably from (the passive participle of) H3384 (יָרָה) and H7999 (שָׁלַם); founded peaceful;","strongs_definition":"Jerushalaim or Jerushalem, the capital city of Palestine","kjv_definition":"Jerusalem."} +{"id":"H3390","strongs_number":"H3390","system":"hebrew","language":"hebrew","number_value":3390,"lemma":"יְרוּשָׁלֵם","transliteration":"Yᵉrûwshâlêm","pronunciation":"yer-oo-shaw-lame'","derivation":"(Aramaic) corresponding to H3389 (יְרוּשָׁלַ͏ִם)","strongs_definition":"{Jerusalem}","kjv_definition":"{Jerusalem}"} +{"id":"H3391","strongs_number":"H3391","system":"hebrew","language":"hebrew","number_value":3391,"lemma":"יֶרַח","transliteration":"yerach","pronunciation":"yeh'-rakh","derivation":"from a unused root of uncertain signification;","strongs_definition":"a lunation, i.e. month","kjv_definition":"month, moon."} +{"id":"H3392","strongs_number":"H3392","system":"hebrew","language":"hebrew","number_value":3392,"lemma":"יֶרַח","transliteration":"Yerach","pronunciation":"yeh'-rakh","derivation":"the same as H3391 (יֶרַח);","strongs_definition":"Jerach, an Arabian patriarch","kjv_definition":"Jerah."} +{"id":"H3393","strongs_number":"H3393","system":"hebrew","language":"hebrew","number_value":3393,"lemma":"יְרַח","transliteration":"yᵉrach","pronunciation":"yeh-rakh'","derivation":"(Aramaic) corresponding to H3391 (יֶרַח);","strongs_definition":"a month","kjv_definition":"month."} +{"id":"H3394","strongs_number":"H3394","system":"hebrew","language":"hebrew","number_value":3394,"lemma":"יָרֵחַ","transliteration":"yârêach","pronunciation":"yaw-ray'-akh","derivation":"from the same as H3391 (יֶרַח);","strongs_definition":"the moon","kjv_definition":"moon. Yrechow. See H3405 (יְרִיחוֹ)."} +{"id":"H3395","strongs_number":"H3395","system":"hebrew","language":"hebrew","number_value":3395,"lemma":"יְרֹחָם","transliteration":"Yᵉrôchâm","pronunciation":"yer-o-khawm'","derivation":"from H7355 (רָחַם); compassionate;","strongs_definition":"Jerocham, the name of seven or eight Israelites","kjv_definition":"Jeroham."} +{"id":"H3396","strongs_number":"H3396","system":"hebrew","language":"hebrew","number_value":3396,"lemma":"יְרַחְמְאֵל","transliteration":"Yᵉrachmᵉʼêl","pronunciation":"yer-akh-meh-ale'","derivation":"from H7355 (רָחַם) and H410 (אֵל); God will compassionate;","strongs_definition":"Jerachmeel, the name of three Israelites","kjv_definition":"Jerahmeel."} +{"id":"H3397","strongs_number":"H3397","system":"hebrew","language":"hebrew","number_value":3397,"lemma":"יְרַחְמְאֵלִי","transliteration":"Yᵉrachmᵉʼêlîy","pronunciation":"yer-akh-meh-ay-lee'","derivation":"patronymically from H3396 (יְרַחְמְאֵל);","strongs_definition":"a Jerachmeelite or descendant of Jerachmeel","kjv_definition":"Jerahmeelites."} +{"id":"H3398","strongs_number":"H3398","system":"hebrew","language":"hebrew","number_value":3398,"lemma":"יַרְחָע","transliteration":"Yarchâʻ","pronunciation":"yar-khaw'","derivation":"probably of Egyptian origin;","strongs_definition":"Jarcha, an Egyptian","kjv_definition":"Jarha."} +{"id":"H3399","strongs_number":"H3399","system":"hebrew","language":"hebrew","number_value":3399,"lemma":"יָרַט","transliteration":"yâraṭ","pronunciation":"yaw-rat'","derivation":"a primitive root;","strongs_definition":"to precipitate or hurl (rush) headlong; (intransitively) to be rash","kjv_definition":"be perverse, turn over."} +{"id":"H3400","strongs_number":"H3400","system":"hebrew","language":"hebrew","number_value":3400,"lemma":"יְרִיאֵל","transliteration":"Yᵉrîyʼêl","pronunciation":"yer-ee-ale'","derivation":"from H3384 (יָרָה) and H410 (אֵל); thrown of God;","strongs_definition":"Jeriel, an Israelite","kjv_definition":"Jeriel. Compare H3385 (יְרוּאֵל)."} +{"id":"H3401","strongs_number":"H3401","system":"hebrew","language":"hebrew","number_value":3401,"lemma":"יָרִיב","transliteration":"yârîyb","pronunciation":"yaw-rebe'","derivation":"from H7378 (רִיב);","strongs_definition":"literally he will contend; properly, adjective, contentious; used as noun, an adversary","kjv_definition":"that content(-eth), that strive."} +{"id":"H3402","strongs_number":"H3402","system":"hebrew","language":"hebrew","number_value":3402,"lemma":"יָרִיב","transliteration":"Yârîyb","pronunciation":"yaw-rebe'","derivation":"the same as H3401 (יָרִיב);","strongs_definition":"Jarib, the name of three Israelites","kjv_definition":"Jarib."} +{"id":"H3403","strongs_number":"H3403","system":"hebrew","language":"hebrew","number_value":3403,"lemma":"יְרִיבַי","transliteration":"Yᵉrîybay","pronunciation":"yer-eeb-ah'ee","derivation":"from H3401 (יָרִיב); contentious;","strongs_definition":"Jeribai, an Israelite","kjv_definition":"Jeribai."} +{"id":"H3404","strongs_number":"H3404","system":"hebrew","language":"hebrew","number_value":3404,"lemma":"יְרִיָּה","transliteration":"Yᵉrîyâh","pronunciation":"yer-ee-yaw'","derivation":"or יְרִיָּהוּ; from H3384 (יָרָה) and H3050 (יָהּ); Jah will throw;","strongs_definition":"Jerijah, an Israelite","kjv_definition":"Jeriah, Jerijah."} +{"id":"H3405","strongs_number":"H3405","system":"hebrew","language":"hebrew","number_value":3405,"lemma":"יְרִיחוֹ","transliteration":"Yᵉrîychôw","pronunciation":"yer-ee-kho'","derivation":"or יְרֵחוֹ; or variation (1 Kings 16:34) יְרִיחֹה; perhaps from H3394 (יָרֵחַ); its month; or else from H7306 (רוּחַ); fragrant;","strongs_definition":"Jericho or Jerecho, a place in Palestine","kjv_definition":"Jericho."} +{"id":"H3406","strongs_number":"H3406","system":"hebrew","language":"hebrew","number_value":3406,"lemma":"יְרִימוֹת","transliteration":"Yᵉrîymôwth","pronunciation":"yer-ee-mohth'","derivation":"or יְרֵימוֹת; or יְרֵמוֹת; feminine plural from H7311 (רוּם); elevations;","strongs_definition":"Jerimoth or Jeremoth, the name of twelve Israelites","kjv_definition":"Jermoth, Jerimoth, and Ramoth (from the margin)."} +{"id":"H3407","strongs_number":"H3407","system":"hebrew","language":"hebrew","number_value":3407,"lemma":"יְרִיעָה","transliteration":"yᵉrîyʻâh","pronunciation":"yer-ee-aw'","derivation":"from H3415 (יָרַע);","strongs_definition":"a hanging (as tremulous)","kjv_definition":"curtain."} +{"id":"H3408","strongs_number":"H3408","system":"hebrew","language":"hebrew","number_value":3408,"lemma":"יְרִיעוֹת","transliteration":"Yᵉrîyʻôwth","pronunciation":"yer-ee-ohth'","derivation":"plural of H3407 (יְרִיעָה); curtains;","strongs_definition":"Jerioth, an Israelitess","kjv_definition":"Jerioth."} +{"id":"H3409","strongs_number":"H3409","system":"hebrew","language":"hebrew","number_value":3409,"lemma":"יָרֵךְ","transliteration":"yârêk","pronunciation":"yaw-rake'","derivation":"from an unused root meaning to be soft;","strongs_definition":"the thigh (from its fleshy softness); by euphemistically the generative parts; figuratively, a shank, flank, side","kjv_definition":"[idiom] body, loins, shaft, side, thigh."} +{"id":"H3410","strongs_number":"H3410","system":"hebrew","language":"hebrew","number_value":3410,"lemma":"יַרְכָא","transliteration":"yarkâʼ","pronunciation":"yar-kaw'","derivation":"(Aramaic) corresponding to H3411 (יְרֵכָה);","strongs_definition":"a thigh","kjv_definition":"thigh."} +{"id":"H3411","strongs_number":"H3411","system":"hebrew","language":"hebrew","number_value":3411,"lemma":"יְרֵכָה","transliteration":"yᵉrêkâh","pronunciation":"yer-ay-kaw'","derivation":"feminine of H3409 (יָרֵךְ);","strongs_definition":"properly, the flank; but used only figuratively, the rear or recess","kjv_definition":"border, coast, part, quarter, side."} +{"id":"H3412","strongs_number":"H3412","system":"hebrew","language":"hebrew","number_value":3412,"lemma":"יַרְמוּת","transliteration":"Yarmûwth","pronunciation":"yar-mooth'","derivation":"from H7311 (רוּם); elevation;","strongs_definition":"Jarmuth, the name of two places in Palestine","kjv_definition":"Jarmuth."} +{"id":"H3413","strongs_number":"H3413","system":"hebrew","language":"hebrew","number_value":3413,"lemma":"יְרֵמַי","transliteration":"Yᵉrêmay","pronunciation":"yer-ay-mah'-ee","derivation":"from H7311 (רוּם); elevated;","strongs_definition":"Jeremai, an Israelite","kjv_definition":"Jeremai."} +{"id":"H3414","strongs_number":"H3414","system":"hebrew","language":"hebrew","number_value":3414,"lemma":"יִרְמְיָה","transliteration":"Yirmᵉyâh","pronunciation":"yir-meh-yaw'","derivation":"or יִרְמְיָהוּ; from H7311 (רוּם) and H3050 (יָהּ); Jah will rise;","strongs_definition":"Jirmejah, the name of eight or nine Israelites","kjv_definition":"Jeremiah."} +{"id":"H3415","strongs_number":"H3415","system":"hebrew","language":"hebrew","number_value":3415,"lemma":"יָרַע","transliteration":"yâraʻ","pronunciation":"yaw-rah'","derivation":"a primitive root;","strongs_definition":"properly, to be broken up (with any violent action) i.e. (figuratively) to fear","kjv_definition":"be grevious (only Isaiah 15:4; the rest belong to H7489 (רָעַע))."} +{"id":"H3416","strongs_number":"H3416","system":"hebrew","language":"hebrew","number_value":3416,"lemma":"יִרְפְּאֵל","transliteration":"Yirpᵉʼêl","pronunciation":"yir-peh-ale'","derivation":"from H7495 (רָפָא) and H410 (אֵל); God will heal;","strongs_definition":"Jirpeel, a place in Palestine","kjv_definition":"Irpeel."} +{"id":"H3417","strongs_number":"H3417","system":"hebrew","language":"hebrew","number_value":3417,"lemma":"יָרָק","transliteration":"yârâq","pronunciation":"yaw-rak'","derivation":"a primitive root;","strongs_definition":"to spit","kjv_definition":"[idiom] but, spit."} +{"id":"H3418","strongs_number":"H3418","system":"hebrew","language":"hebrew","number_value":3418,"lemma":"יֶרֶק","transliteration":"yereq","pronunciation":"yeh'-rek","derivation":"from H3417 (יָרָק) (in the sense of vacuity of color);","strongs_definition":"properly, pallor, i.e. hence, the yellowish green of young and sickly vegetation; concretely, verdure, i.e. grass or vegetation","kjv_definition":"grass, green (thing)."} +{"id":"H3419","strongs_number":"H3419","system":"hebrew","language":"hebrew","number_value":3419,"lemma":"יָרָק","transliteration":"yârâq","pronunciation":"yaw-rawk'","derivation":"from the same as H3418 (יֶרֶק);","strongs_definition":"properly, green; concretely, a vegetable","kjv_definition":"green, herbs."} +{"id":"H3420","strongs_number":"H3420","system":"hebrew","language":"hebrew","number_value":3420,"lemma":"יֵרָקוֹן","transliteration":"yêrâqôwn","pronunciation":"yay-raw-kone'","derivation":"from H3418 (יֶרֶק);","strongs_definition":"paleness, whether of persons (from fright), or of plants (from drought)","kjv_definition":"greenish, yellow."} +{"id":"H3421","strongs_number":"H3421","system":"hebrew","language":"hebrew","number_value":3421,"lemma":"יׇרְקְעָם","transliteration":"Yorqᵉʻâm","pronunciation":"yor-keh-awm'","derivation":"from H7324 (רוּק) and H5971 (עַם); people will be poured forth;","strongs_definition":"Jorkeam, a place in Palestine","kjv_definition":"Jorkeam."} +{"id":"H3422","strongs_number":"H3422","system":"hebrew","language":"hebrew","number_value":3422,"lemma":"יְרַקְרַק","transliteration":"yᵉraqraq","pronunciation":"yer-ak-rak'","derivation":"from the same as H3418 (יֶרֶק);","strongs_definition":"yellowishness","kjv_definition":"greenish, yellow."} +{"id":"H3423","strongs_number":"H3423","system":"hebrew","language":"hebrew","number_value":3423,"lemma":"יָרַשׁ","transliteration":"yârash","pronunciation":"yaw-rash'","derivation":"or יָרֵשׁ; a primitive root;","strongs_definition":"to occupy (by driving out previous tenants, and possessing in their place); by implication, to seize, to rob, to inherit; also to expel, to impoverish, to ruin","kjv_definition":"cast out, consume, destroy, disinherit, dispossess, drive(-ing) out, enjoy, expel, [idiom] without fail, (give to, leave for) inherit(-ance, -or) [phrase] magistrate, be (make) poor, come to poverty, (give to, make to) possess, get (have) in (take) possession, seize upon, succeed, [idiom] utterly."} +{"id":"H3424","strongs_number":"H3424","system":"hebrew","language":"hebrew","number_value":3424,"lemma":"יְרֵשָׁה","transliteration":"yᵉrêshâh","pronunciation":"yer-ay-shaw'","derivation":"from H3423 (יָרַשׁ);","strongs_definition":"occupancy","kjv_definition":"possession."} +{"id":"H3425","strongs_number":"H3425","system":"hebrew","language":"hebrew","number_value":3425,"lemma":"יְרֻשָּׁה","transliteration":"yᵉrushshâh","pronunciation":"yer-oosh-shaw'","derivation":"from H3423 (יָרַשׁ);","strongs_definition":"something occupied; a conquest; also a patrimony","kjv_definition":"heritage, inheritance, possession."} +{"id":"H3426","strongs_number":"H3426","system":"hebrew","language":"hebrew","number_value":3426,"lemma":"יֵשׁ","transliteration":"yêsh","pronunciation":"yaysh","derivation":"perhaps from an unused root meaning to stand out, or exist; entity; used adverbially or as a copula for the substantive verb (H1961 (הָיָה));","strongs_definition":"there is or are (or any other form of the verb to be, as may suit the connection)","kjv_definition":"(there) are, (he, it, shall, there, there may, there shall, there should) be, thou do, had, hast, (which) hath, (I, shalt, that) have, (he, it, there) is, substance, it (there) was, (there) were, ye will, thou wilt, wouldest."} +{"id":"H3427","strongs_number":"H3427","system":"hebrew","language":"hebrew","number_value":3427,"lemma":"יָשַׁב","transliteration":"yâshab","pronunciation":"yaw-shab'","derivation":"a primitive root;","strongs_definition":"properly, to sit down (specifically as judge. in ambush, in quiet); by implication, to dwell, to remain; causatively, to settle, to marry","kjv_definition":"(make to) abide(-ing), continue, (cause to, make to) dwell(-ing), ease self, endure, establish, [idiom] fail, habitation, haunt, (make to) inhabit(-ant), make to keep (house), lurking, [idiom] marry(-ing), (bring again to) place, remain, return, seat, set(-tle), (down-) sit(-down, still, -ting down, -ting (place) -uate), take, tarry."} +{"id":"H3428","strongs_number":"H3428","system":"hebrew","language":"hebrew","number_value":3428,"lemma":"יֶשֶׁבְאָב","transliteration":"Yeshebʼâb","pronunciation":"yeh-sheb-awb'","derivation":"from H3427 (יָשַׁב) and H1 (אָב); seat of (his) father;","strongs_definition":"Jeshebab, an Israelite","kjv_definition":"Jeshebeab."} +{"id":"H3429","strongs_number":"H3429","system":"hebrew","language":"hebrew","number_value":3429,"lemma":"יֹשֵׁב בַּשֶּׁבֶת","transliteration":"Yôshêb bash-Shebeth","pronunciation":"yo-shabe' bash-sheh'-beth","derivation":"from the active participle of H3427 (יָשַׁב) and H7674 (שֶׁבֶת), with a preposition and the article interposed; sitting in the seat;","strongs_definition":"Joshebbash-Shebeth, an Israelite","kjv_definition":"that sat in the seat."} +{"id":"H3430","strongs_number":"H3430","system":"hebrew","language":"hebrew","number_value":3430,"lemma":"יִשְׁבּוֹ בְּנֹב","transliteration":"Yishbôw bᵉ-Nôb","pronunciation":"yish-bo'beh-nobe","derivation":"from H3427 (יָשַׁב) and H5011 (נֹב), with a pronominal suffix and a preposition interposed; his dwelling (is) in Nob;","strongs_definition":"Jishbo-be-Nob, a Philistine","kjv_definition":"Ishbi-benob (from the margin)."} +{"id":"H3431","strongs_number":"H3431","system":"hebrew","language":"hebrew","number_value":3431,"lemma":"יִשְׁבַּח","transliteration":"Yishbach","pronunciation":"yish-bakh'","derivation":"from H7623 (שָׁבַח); he will praise;","strongs_definition":"Jishbach, an Israelite","kjv_definition":"Ishbah."} +{"id":"H3432","strongs_number":"H3432","system":"hebrew","language":"hebrew","number_value":3432,"lemma":"יָשֻׁבִי","transliteration":"Yâshubîy","pronunciation":"yaw-shoo-bee'","derivation":"patronymically from H3437 (יָשׁוּב);","strongs_definition":"a Jashubite, or descendant of Jashub","kjv_definition":"Jashubites."} +{"id":"H3433","strongs_number":"H3433","system":"hebrew","language":"hebrew","number_value":3433,"lemma":"יָשֻׁבִי לֶחֶם","transliteration":"Yâshubîy Lechem","pronunciation":"yaw-shoo-bee' leh'-khem","derivation":"from H7725 (שׁוּב) and H3899 (לֶחֶם); returner of bread;","strongs_definition":"Jashubi-Lechem, an Israelite","kjv_definition":"Jashubi-lehem. (Prob. the text should be pointed יֹשְׁבֵי לֶחֶם and rendered '(they were) inhabitants of Lechem,' i.e. of Bethlehem (by contraction). Compare H3902 (לַחְמִי))."} +{"id":"H3434","strongs_number":"H3434","system":"hebrew","language":"hebrew","number_value":3434,"lemma":"יָשׇׁבְעָם","transliteration":"Yâshobʻâm","pronunciation":"yaw-shob-awm'","derivation":"from H7725 (שׁוּב) and H5971 (עַם); people will return;","strongs_definition":"Jashobam, the name of two or three Israelites","kjv_definition":"Jashobeam."} +{"id":"H3435","strongs_number":"H3435","system":"hebrew","language":"hebrew","number_value":3435,"lemma":"יִשְׁבָּק","transliteration":"Yishbâq","pronunciation":"yish-bawk'","derivation":"from an unused root corresponding to H7662 (שְׁבַק); he will leave;","strongs_definition":"Jishbak, a son of Abraham","kjv_definition":"Ishbak."} +{"id":"H3436","strongs_number":"H3436","system":"hebrew","language":"hebrew","number_value":3436,"lemma":"יׇשְׁבְּקָשָׁה","transliteration":"Yoshbᵉqâshâh","pronunciation":"yosh-bek-aw-shaw'","derivation":"from H3427 (יָשַׁב) and H7186 (קָשֶׁה); a hard seat;","strongs_definition":"Joshbekashah, an Israelite","kjv_definition":"Joshbekashah."} +{"id":"H3437","strongs_number":"H3437","system":"hebrew","language":"hebrew","number_value":3437,"lemma":"יָשׁוּב","transliteration":"Yâshûwb","pronunciation":"yaw-shoob'","derivation":"or יָשִׁיב; from H7725 (שׁוּב); he will return;","strongs_definition":"Jashub, the name of two Israelites","kjv_definition":"Jashub."} +{"id":"H3438","strongs_number":"H3438","system":"hebrew","language":"hebrew","number_value":3438,"lemma":"יִשְׁוָה","transliteration":"Yishvâh","pronunciation":"yish-vaw'","derivation":"from H7737 (שָׁוָה); he will level;","strongs_definition":"Jishvah, an Israelite","kjv_definition":"Ishvah, Isvah."} +{"id":"H3439","strongs_number":"H3439","system":"hebrew","language":"hebrew","number_value":3439,"lemma":"יְשׁוֹחָיָה","transliteration":"Yᵉshôwchâyâh","pronunciation":"yesh-o-khaw-yaw'","derivation":"from the same as H3445 (יֶשַׁח) and H3050 (יָהּ); Jah will empty;","strongs_definition":"Jeshochajah, an Israelite","kjv_definition":"Jeshoaiah."} +{"id":"H3440","strongs_number":"H3440","system":"hebrew","language":"hebrew","number_value":3440,"lemma":"יִשְׁוִי","transliteration":"Yishvîy","pronunciation":"yish-vee'","derivation":"from H7737 (שָׁוָה); level;","strongs_definition":"Jishvi, the name of two Israelites","kjv_definition":"Ishuai, Ishvi, Isui, Jesui."} +{"id":"H3441","strongs_number":"H3441","system":"hebrew","language":"hebrew","number_value":3441,"lemma":"יִשְׁוִי","transliteration":"Yishvîy","pronunciation":"yish-vee'","derivation":"patronymically from H3440 (יִשְׁוִי);","strongs_definition":"a Jishvite (collectively) or descendants of Jishvi","kjv_definition":"Jesuites."} +{"id":"H3442","strongs_number":"H3442","system":"hebrew","language":"hebrew","number_value":3442,"lemma":"יֵשׁוּעַ","transliteration":"Yêshûwaʻ","pronunciation":"yay-shoo'-ah","derivation":"for H3091 (יְהוֹשׁוּעַ); he will save;","strongs_definition":"Jeshua, the name of ten Israelites, also of a place in Palestine","kjv_definition":"Jeshua."} +{"id":"H3443","strongs_number":"H3443","system":"hebrew","language":"hebrew","number_value":3443,"lemma":"יֵשׁוּעַ","transliteration":"Yêshûwaʻ","pronunciation":"yay-shoo'-ah","derivation":"(Aramaic) corresponding to H3442 (יֵשׁוּעַ)","strongs_definition":"{Jeshua, the name of ten Israelites, also of a place in Palestine}","kjv_definition":"Jeshua."} +{"id":"H3444","strongs_number":"H3444","system":"hebrew","language":"hebrew","number_value":3444,"lemma":"יְשׁוּעָה","transliteration":"yᵉshûwʻâh","pronunciation":"yesh-oo'-aw","derivation":"feminine passive participle of H3467 (יָשַׁע);","strongs_definition":"something saved, i.e. (abstractly) deliverance; hence, aid, victory, prosperity","kjv_definition":"deliverance, health, help(-ing), salvation, save, saving (health), welfare."} +{"id":"H3445","strongs_number":"H3445","system":"hebrew","language":"hebrew","number_value":3445,"lemma":"יֶשַׁח","transliteration":"yeshach","pronunciation":"yeh'-shakh","derivation":"from an unused root meaning to gape (as the empty stomach);","strongs_definition":"hunger","kjv_definition":"casting down."} +{"id":"H3446","strongs_number":"H3446","system":"hebrew","language":"hebrew","number_value":3446,"lemma":"יִשְׂחָק","transliteration":"Yischâq","pronunciation":"yis-khawk'","derivation":"from H7831 (שַׁחֲצוֹם); he will laugh;","strongs_definition":"Jischak, the heir of Abraham","kjv_definition":"Isaac. Compare H3327 (יִצְחָק)."} +{"id":"H3447","strongs_number":"H3447","system":"hebrew","language":"hebrew","number_value":3447,"lemma":"יָשַׁט","transliteration":"yâshaṭ","pronunciation":"yaw-shat'","derivation":"a primitive root;","strongs_definition":"to extend","kjv_definition":"hold out."} +{"id":"H3448","strongs_number":"H3448","system":"hebrew","language":"hebrew","number_value":3448,"lemma":"יִשַׁי","transliteration":"Yishay","pronunciation":"yee-shah'-ee","derivation":"by Aramaic אִישַׁי; from the same as H3426 (יֵשׁ); extant;","strongs_definition":"Jishai, David's father","kjv_definition":"Jesse."} +{"id":"H3449","strongs_number":"H3449","system":"hebrew","language":"hebrew","number_value":3449,"lemma":"יִשִּׁיָּה","transliteration":"Yishshîyâh","pronunciation":"yish-shee-yaw'","derivation":"or יִשִּׁיָּהוּ; from H5383 (נָשָׁה) and H3050 (יָהּ); Jah will lend;","strongs_definition":"Jishshijah, the name of five Israelites","kjv_definition":"Ishiah, Isshiah, Ishijah, Jesiah."} +{"id":"H3450","strongs_number":"H3450","system":"hebrew","language":"hebrew","number_value":3450,"lemma":"יְשִׁימָאֵל","transliteration":"Yᵉshîymâʼêl","pronunciation":"yes-eem-aw-ale'","derivation":"from H7760 (שׂוּם) and H410 (אֵל); God will place;","strongs_definition":"Jesimael, an Israelite","kjv_definition":"Jesimael."} +{"id":"H3451","strongs_number":"H3451","system":"hebrew","language":"hebrew","number_value":3451,"lemma":"יְשִׁימַה","transliteration":"yᵉshîymah","pronunciation":"yesh-ee-maw'","derivation":"from H3456 (יָשַׁם);","strongs_definition":"desolation","kjv_definition":"let death seize (from the margin)."} +{"id":"H3452","strongs_number":"H3452","system":"hebrew","language":"hebrew","number_value":3452,"lemma":"יְשִׁימוֹן","transliteration":"yᵉshîymôwn","pronunciation":"yesh-ee-mone'","derivation":"from H3456 (יָשַׁם);","strongs_definition":"a desolation","kjv_definition":"desert, Jeshimon, solitary, wilderness."} +{"id":"H3453","strongs_number":"H3453","system":"hebrew","language":"hebrew","number_value":3453,"lemma":"יָשִׁישׁ","transliteration":"yâshîysh","pronunciation":"yaw-sheesh'","derivation":"from H3486 (יָשֵׁשׁ);","strongs_definition":"an old man","kjv_definition":"(very) aged (man), ancient, very old."} +{"id":"H3454","strongs_number":"H3454","system":"hebrew","language":"hebrew","number_value":3454,"lemma":"יְשִׁישָׁי","transliteration":"Yᵉshîyshây","pronunciation":"yesh-ee-shah'-ee","derivation":"from H3453 (יָשִׁישׁ); aged;","strongs_definition":"Jeshishai, an Israelite","kjv_definition":"Jeshishai."} +{"id":"H3455","strongs_number":"H3455","system":"hebrew","language":"hebrew","number_value":3455,"lemma":"יָשַׂם","transliteration":"yâsam","pronunciation":"yaw-sam'","derivation":"a primitive root;","strongs_definition":"to place; intransitively, to be placed","kjv_definition":"be put (set)."} +{"id":"H3456","strongs_number":"H3456","system":"hebrew","language":"hebrew","number_value":3456,"lemma":"יָשַׁם","transliteration":"yâsham","pronunciation":"yaw-sham'","derivation":"a primitive root;","strongs_definition":"to lie waste","kjv_definition":"be desolate."} +{"id":"H3457","strongs_number":"H3457","system":"hebrew","language":"hebrew","number_value":3457,"lemma":"יִשְׁמָא","transliteration":"Yishmâʼ","pronunciation":"yish-maw'","derivation":"from H3456 (יָשַׁם); desolate;","strongs_definition":"Jishma, an Israelite","kjv_definition":"Ishma."} +{"id":"H3458","strongs_number":"H3458","system":"hebrew","language":"hebrew","number_value":3458,"lemma":"יִשְׁמָעֵאל","transliteration":"Yishmâʻêʼl","pronunciation":"yish-maw-ale'","derivation":"from H8085 (שָׁמַע) and H410 (אֵל); God will hear;","strongs_definition":"Jishmael, the name of Abraham's oldest son, and of five Israelites","kjv_definition":"Ishmael."} +{"id":"H3459","strongs_number":"H3459","system":"hebrew","language":"hebrew","number_value":3459,"lemma":"יִשְׁמָעֵאלִי","transliteration":"Yishmâʻêʼlîy","pronunciation":"yish-maw-ay-lee'","derivation":"patronymically from H3458 (יִשְׁמָעֵאל);","strongs_definition":"a Jishmaelite or descendant of Jishmael","kjv_definition":"Ishmaelite."} +{"id":"H3460","strongs_number":"H3460","system":"hebrew","language":"hebrew","number_value":3460,"lemma":"יִשְׁמַעְיָה","transliteration":"Yishmaʻyâh","pronunciation":"yish-mah-yaw'","derivation":"or יִשְׁמַעְיָהוּlemma יְשְׁמַעְיָהוּ first vowel, corrected to יִשְׁמַעְיָהוּ; from H8085 (שָׁמַע) and H3050 (יָהּ); Jah will hear;","strongs_definition":"Jishmajah, the name of two Israelites","kjv_definition":"Ishmaiah."} +{"id":"H3461","strongs_number":"H3461","system":"hebrew","language":"hebrew","number_value":3461,"lemma":"יִשְׁמְרַי","transliteration":"Yishmᵉray","pronunciation":"yish-mer-ah'-ee","derivation":"from H8104 (שָׁמַר); preservative;","strongs_definition":"Jishmerai, an Israelite","kjv_definition":"Ishmerai."} +{"id":"H3462","strongs_number":"H3462","system":"hebrew","language":"hebrew","number_value":3462,"lemma":"יָשֵׁן","transliteration":"yâshên","pronunciation":"yaw-shane'","derivation":"a primitive root;","strongs_definition":"properly, to be slack or languid, i.e. (by implication) sleep (figuratively, to die); also to grow old, stale or inveterate","kjv_definition":"old (store), remain long, (make to) sleep."} +{"id":"H3463","strongs_number":"H3463","system":"hebrew","language":"hebrew","number_value":3463,"lemma":"יָשֵׁן","transliteration":"yâshên","pronunciation":"yaw-shane'","derivation":"from H3462 (יָשֵׁן);","strongs_definition":"sleepy","kjv_definition":"asleep, (one out of) sleep(-eth, -ing), slept."} +{"id":"H3464","strongs_number":"H3464","system":"hebrew","language":"hebrew","number_value":3464,"lemma":"יָשֵׁן","transliteration":"Yâshên","pronunciation":"yaw-shane'","derivation":"the same as H3463 (יָשֵׁן);","strongs_definition":"Jashen, an Israelite","kjv_definition":"Jashen."} +{"id":"H3465","strongs_number":"H3465","system":"hebrew","language":"hebrew","number_value":3465,"lemma":"יָשָׁן","transliteration":"yâshân","pronunciation":"yaw-shawn'","derivation":"from H3462 (יָשֵׁן);","strongs_definition":"old","kjv_definition":"old."} +{"id":"H3466","strongs_number":"H3466","system":"hebrew","language":"hebrew","number_value":3466,"lemma":"יְשָׁנָה","transliteration":"Yᵉshânâh","pronunciation":"yesh-aw-naw'","derivation":"feminine of H3465 (יָשָׁן);","strongs_definition":"Jeshanah, a place in Palestine","kjv_definition":"Jeshanah."} +{"id":"H3467","strongs_number":"H3467","system":"hebrew","language":"hebrew","number_value":3467,"lemma":"יָשַׁע","transliteration":"yâshaʻ","pronunciation":"yaw-shah'","derivation":"a primitive root;","strongs_definition":"properly, to be open, wide or free, i.e. (by implication) to be safe; causatively, to free or succor","kjv_definition":"[idiom] at all, avenging, defend, deliver(-er), help, preserve, rescue, be safe, bring (having) salvation, save(-iour), get victory."} +{"id":"H3468","strongs_number":"H3468","system":"hebrew","language":"hebrew","number_value":3468,"lemma":"יֶשַׁע","transliteration":"yeshaʻ","pronunciation":"yeh'-shah","derivation":"or יֵשַׁע; from H3467 (יָשַׁע);","strongs_definition":"liberty, deliverance, prosperity","kjv_definition":"safety, salvation, saving."} +{"id":"H3469","strongs_number":"H3469","system":"hebrew","language":"hebrew","number_value":3469,"lemma":"יִשְׁעִי","transliteration":"Yishʻîy","pronunciation":"yish-ee'","derivation":"from H3467 (יָשַׁע); saving;","strongs_definition":"Jishi, the name of four Israelites","kjv_definition":"Ishi."} +{"id":"H3470","strongs_number":"H3470","system":"hebrew","language":"hebrew","number_value":3470,"lemma":"יְשַׁעְיָה","transliteration":"Yᵉshaʻyâh","pronunciation":"yesh-ah-yaw'","derivation":"or יְשַׁעְיָהוּ; from H3467 (יָשַׁע) and H3050 (יָהּ); Jah has saved;","strongs_definition":"Jeshajah, the name of seven Israelites","kjv_definition":"Isaiah, Jesaiah, Jeshaiah."} +{"id":"H3471","strongs_number":"H3471","system":"hebrew","language":"hebrew","number_value":3471,"lemma":"יָשְׁפֵה","transliteration":"yâshᵉphêh","pronunciation":"yaw-shef-ay'","derivation":"from an unused root meaning to polish;","strongs_definition":"a gem supposed to be jasper (from the resemblance in name)","kjv_definition":"jasper."} +{"id":"H3472","strongs_number":"H3472","system":"hebrew","language":"hebrew","number_value":3472,"lemma":"יִשְׁפָּה","transliteration":"Yishpâh","pronunciation":"yish-paw'","derivation":"perhaps from H8192 (שָׁפָה); he will scratch;","strongs_definition":"Jishpah, an Israelite","kjv_definition":"Ispah."} +{"id":"H3473","strongs_number":"H3473","system":"hebrew","language":"hebrew","number_value":3473,"lemma":"יִשְׁפָּן","transliteration":"Yishpân","pronunciation":"yish-pawn'","derivation":"probably from the same as H8227 (שָׁפָן); he will hide;","strongs_definition":"Jishpan, an Israelite","kjv_definition":"Ishpan."} +{"id":"H3474","strongs_number":"H3474","system":"hebrew","language":"hebrew","number_value":3474,"lemma":"יָשַׁר","transliteration":"yâshar","pronunciation":"yaw-shar'","derivation":"a primitive root;","strongs_definition":"to be straight or even; figuratively, to be (causatively, to make) right, pleasant, prosperous","kjv_definition":"direct, fit, seem good (meet), [phrase] please (will), be (esteem, go) right (on), bring (look, make, take the) straight (way), be upright(-ly)."} +{"id":"H3475","strongs_number":"H3475","system":"hebrew","language":"hebrew","number_value":3475,"lemma":"יֵשֶׁר","transliteration":"Yêsher","pronunciation":"yay'-sher","derivation":"from H3474 (יָשַׁר); the right;","strongs_definition":"Jesher, an Israelite","kjv_definition":"Jesher."} +{"id":"H3476","strongs_number":"H3476","system":"hebrew","language":"hebrew","number_value":3476,"lemma":"יֹשֶׁר","transliteration":"yôsher","pronunciation":"yo'-sher","derivation":"from H3474 (יָשַׁר);","strongs_definition":"the right","kjv_definition":"equity, meet, right, upright(-ness)."} +{"id":"H3477","strongs_number":"H3477","system":"hebrew","language":"hebrew","number_value":3477,"lemma":"יָשָׁר","transliteration":"yâshâr","pronunciation":"yaw-shawr'","derivation":"from H3474 (יָשַׁר);","strongs_definition":"straight (literally or figuratively)","kjv_definition":"convenient, equity, Jasher, just, meet(-est), [phrase] pleased well right(-eous), straight, (most) upright(-ly, -ness)."} +{"id":"H3478","strongs_number":"H3478","system":"hebrew","language":"hebrew","number_value":3478,"lemma":"יִשְׂרָאֵל","transliteration":"Yisrâʼêl","pronunciation":"yis-raw-ale'","derivation":"from H8280 (שָׂרָה) and H410 (אֵל); he will rule as God;","strongs_definition":"Jisrael, a symbolical name of Jacob; also (typically) of his posterity","kjv_definition":"Israel."} +{"id":"H3479","strongs_number":"H3479","system":"hebrew","language":"hebrew","number_value":3479,"lemma":"יִשְׂרָאֵל","transliteration":"Yisrâʼêl","pronunciation":"yis-raw-ale'","derivation":"(Aramaic) corresponding to H3478 (יִשְׂרָאֵל)","strongs_definition":"{Jisrael, a symbolical name of Jacob; also (typically) of his posterity}","kjv_definition":"Israel."} +{"id":"H3480","strongs_number":"H3480","system":"hebrew","language":"hebrew","number_value":3480,"lemma":"יְשַׂרְאֵלָה","transliteration":"Yᵉsarʼêlâh","pronunciation":"yes-ar-ale'-aw","derivation":"by variation from H3477 (יָשָׁר) and H410 (אֵל) with directive enclitic; right towards God;","strongs_definition":"Jesarelah, an Israelite","kjv_definition":"Jesharelah."} +{"id":"H3481","strongs_number":"H3481","system":"hebrew","language":"hebrew","number_value":3481,"lemma":"יִשְׂרְאֵלִי","transliteration":"Yisrᵉʼêlîy","pronunciation":"yis-reh-ay-lee'","derivation":"patronymically from H3478 (יִשְׂרָאֵל);","strongs_definition":"a Jisreelite or descendant of Jisrael","kjv_definition":"of Israel, Israelite."} +{"id":"H3482","strongs_number":"H3482","system":"hebrew","language":"hebrew","number_value":3482,"lemma":"יִשְׂרְאֵלִית","transliteration":"Yisrᵉʼêlîyth","pronunciation":"yis-reh-ay-leeth'","derivation":"feminine of H3481 (יִשְׂרְאֵלִי);","strongs_definition":"a Jisreelitess or female descendant of Jisrael","kjv_definition":"Israelitish."} +{"id":"H3483","strongs_number":"H3483","system":"hebrew","language":"hebrew","number_value":3483,"lemma":"יִשְׁרָה","transliteration":"yishrâh","pronunciation":"yish-raw'","derivation":"feminine of H3477 (יָשָׁר);","strongs_definition":"rectitude","kjv_definition":"uprightness."} +{"id":"H3484","strongs_number":"H3484","system":"hebrew","language":"hebrew","number_value":3484,"lemma":"יְשֻׁרוּן","transliteration":"Yᵉshurûwn","pronunciation":"yesh-oo-roon'","derivation":"from H3474 (יָשַׁר); upright;","strongs_definition":"Jeshurun, a symbolic name for Israel","kjv_definition":"Jeshurun."} +{"id":"H3485","strongs_number":"H3485","system":"hebrew","language":"hebrew","number_value":3485,"lemma":"יִשָּׂשכָר","transliteration":"Yissâˢkâr","pronunciation":"yis-saw-kawr'","derivation":"(strictly yis-saws-kawr'); from H5375 (נָשָׂא) and H7939 (שָׂכָר); he will bring a reward;","strongs_definition":"Jissaskar, a son of Jacob","kjv_definition":"Issachar."} +{"id":"H3486","strongs_number":"H3486","system":"hebrew","language":"hebrew","number_value":3486,"lemma":"יָשֵׁשׁ","transliteration":"yâshêsh","pronunciation":"yaw-shaysh'","derivation":"from an unused root meaning to blanch;","strongs_definition":"gray-haired, i.e. an aged man","kjv_definition":"stoop for age."} +{"id":"H3487","strongs_number":"H3487","system":"hebrew","language":"hebrew","number_value":3487,"lemma":"יַת","transliteration":"yath","pronunciation":"yath","derivation":"(Aramaic) corresponding to H853 (אֵת);","strongs_definition":"a sign of the object of a verb","kjv_definition":"[phrase] whom."} +{"id":"H3488","strongs_number":"H3488","system":"hebrew","language":"hebrew","number_value":3488,"lemma":"יְתִב","transliteration":"yᵉthib","pronunciation":"yeth-eeb'","derivation":"(Aramaic) corresponding to H3427 (יָשַׁב);","strongs_definition":"to sit or dwell","kjv_definition":"dwell, (be) set, sit."} +{"id":"H3489","strongs_number":"H3489","system":"hebrew","language":"hebrew","number_value":3489,"lemma":"יָתֵד","transliteration":"yâthêd","pronunciation":"yaw-thade'","derivation":"from an unused root meaning to pin through or fast;","strongs_definition":"a peg","kjv_definition":"nail, paddle, pin, stake."} +{"id":"H3490","strongs_number":"H3490","system":"hebrew","language":"hebrew","number_value":3490,"lemma":"יָתוֹם","transliteration":"yâthôwm","pronunciation":"yaw-thome'","derivation":"from an unused root meaning to be lonely;","strongs_definition":"a bereaved person","kjv_definition":"fatherless (child), orphan."} +{"id":"H3491","strongs_number":"H3491","system":"hebrew","language":"hebrew","number_value":3491,"lemma":"יָתוּר","transliteration":"yâthûwr","pronunciation":"yaw-thoor'","derivation":"passive participle of H3498 (יָתַר);","strongs_definition":"properly, what is left, i.e. (by implication) a gleaning","kjv_definition":"range."} +{"id":"H3492","strongs_number":"H3492","system":"hebrew","language":"hebrew","number_value":3492,"lemma":"יַתִּיר","transliteration":"Yattîyr","pronunciation":"yat-teer'","derivation":"from H3498 (יָתַר); redundant;","strongs_definition":"Jattir, a place in Palestine","kjv_definition":"Jattir."} +{"id":"H3493","strongs_number":"H3493","system":"hebrew","language":"hebrew","number_value":3493,"lemma":"יַתִּיר","transliteration":"yattîyr","pronunciation":"yat-teer'","derivation":"(Aramaic) corresponding to H3492 (יַתִּיר);","strongs_definition":"preeminent; as an adverb, very","kjv_definition":"exceeding(-ly), excellent."} +{"id":"H3494","strongs_number":"H3494","system":"hebrew","language":"hebrew","number_value":3494,"lemma":"יִתְלָה","transliteration":"Yithlâh","pronunciation":"yith-law'","derivation":"probably from H8518 (תָּלָה); it will hang, i.e. be high;","strongs_definition":"Jithlah, a place in Palestine","kjv_definition":"Jethlah."} +{"id":"H3495","strongs_number":"H3495","system":"hebrew","language":"hebrew","number_value":3495,"lemma":"יִתְמָה","transliteration":"Yithmâh","pronunciation":"yith-maw'","derivation":"from the same as H3490 (יָתוֹם); orphanage;","strongs_definition":"Jithmah, an Israelite","kjv_definition":"Ithmah."} +{"id":"H3496","strongs_number":"H3496","system":"hebrew","language":"hebrew","number_value":3496,"lemma":"יַתְנִיאֵל","transliteration":"Yathnîyʼêl","pronunciation":"yath-nee-ale'","derivation":"from an unused root meaning to endure, and H410 (אֵל); continued of God;","strongs_definition":"Jathniel, an Israelite","kjv_definition":"Jathniel."} +{"id":"H3497","strongs_number":"H3497","system":"hebrew","language":"hebrew","number_value":3497,"lemma":"יִתְנָן","transliteration":"Yithnân","pronunciation":"yith-nawn'","derivation":"from the same as H8577 (תַּנִּין); extensive;","strongs_definition":"Jithnan, a place in Palestine","kjv_definition":"Ithnan."} +{"id":"H3498","strongs_number":"H3498","system":"hebrew","language":"hebrew","number_value":3498,"lemma":"יָתַר","transliteration":"yâthar","pronunciation":"yaw-thar'","derivation":"a primitive root;","strongs_definition":"to jut over or exceed; by implication, to excel; (intransitively) to remain or be left; causatively, to leave, cause to abound, preserve","kjv_definition":"excel, leave (a remnant), left behind, too much, make plenteous, preserve, (be, let) remain(-der, -ing, -nant), reserve, residue, rest."} +{"id":"H3499","strongs_number":"H3499","system":"hebrew","language":"hebrew","number_value":3499,"lemma":"יֶתֶר","transliteration":"yether","pronunciation":"yeh'-ther","derivation":"from H3498 (יָתַר);","strongs_definition":"properly, an overhanging, i.e. (by implication) an excess, superiority, remainder; also a small rope (as hanging free)","kjv_definition":"[phrase] abundant, cord, exceeding, excellancy(-ent), what they leave, that hath left, plentifully, remnant, residue, rest, string, with."} +{"id":"H3500","strongs_number":"H3500","system":"hebrew","language":"hebrew","number_value":3500,"lemma":"יֶתֶר","transliteration":"Yether","pronunciation":"yeh'-ther","derivation":"the same as H3499 (יֶתֶר);","strongs_definition":"Jether, the name of five or six Israelites and of one Midianite","kjv_definition":"Jether, Jethro. Compare H3503 (יִתְרוֹ)."} +{"id":"H3501","strongs_number":"H3501","system":"hebrew","language":"hebrew","number_value":3501,"lemma":"יִתְרָא","transliteration":"Yithrâʼ","pronunciation":"yith-raw'","derivation":"by variation for H3502 (יִתְרָה);","strongs_definition":"Jithra, an Israelite (or Ishmaelite)","kjv_definition":"Ithra."} +{"id":"H3502","strongs_number":"H3502","system":"hebrew","language":"hebrew","number_value":3502,"lemma":"יִתְרָה","transliteration":"yithrâh","pronunciation":"yith-raw'","derivation":"feminine of H3499 (יֶתֶר);","strongs_definition":"properly, excellence, i.e. (by implication) wealth","kjv_definition":"abundance, riches."} +{"id":"H3503","strongs_number":"H3503","system":"hebrew","language":"hebrew","number_value":3503,"lemma":"יִתְרוֹ","transliteration":"Yithrôw","pronunciation":"yith-ro'","derivation":"from H3499 (יֶתֶר) with pron. suffix; his excellence;","strongs_definition":"Jethro, Moses' father-in-law","kjv_definition":"Jethro. Compare H3500 (יֶתֶר)."} +{"id":"H3504","strongs_number":"H3504","system":"hebrew","language":"hebrew","number_value":3504,"lemma":"יִתְרוֹן","transliteration":"yithrôwn","pronunciation":"yith-rone'","derivation":"from H3498 (יָתַר);","strongs_definition":"preeminence, gain","kjv_definition":"better, excellency(-leth), profit(-able)."} +{"id":"H3505","strongs_number":"H3505","system":"hebrew","language":"hebrew","number_value":3505,"lemma":"יִתְרִי","transliteration":"Yithrîy","pronunciation":"yith-ree'","derivation":"patronymically from H3500 (יֶתֶר);","strongs_definition":"a Jithrite or descendant of Jether","kjv_definition":"Ithrite."} +{"id":"H3506","strongs_number":"H3506","system":"hebrew","language":"hebrew","number_value":3506,"lemma":"יִתְרָן","transliteration":"Yithrân","pronunciation":"yith-rawn'","derivation":"from H3498 (יָתַר); excellent;","strongs_definition":"Jithran, the name of an Edomite and of an Israelite","kjv_definition":"Ithran."} +{"id":"H3507","strongs_number":"H3507","system":"hebrew","language":"hebrew","number_value":3507,"lemma":"יִתְרְעָם","transliteration":"Yithrᵉʻâm","pronunciation":"yith-reh-awm'","derivation":"from H3499 (יֶתֶר) and H5971 (עַם); excellence of people;","strongs_definition":"Jithream, a son of David","kjv_definition":"Ithream."} +{"id":"H3508","strongs_number":"H3508","system":"hebrew","language":"hebrew","number_value":3508,"lemma":"יֹתֶרֶת","transliteration":"yôthereth","pronunciation":"yo-theh'-reth","derivation":"feminine active participle of H3498 (יָתַר);","strongs_definition":"the lobe or flap of the liver (as if redundant or outhanging)","kjv_definition":"caul."} +{"id":"H3509","strongs_number":"H3509","system":"hebrew","language":"hebrew","number_value":3509,"lemma":"יְתֵת","transliteration":"Yᵉthêth","pronunciation":"yeh-thayth'","derivation":"of uncertain derivation;","strongs_definition":"Jetheth, an Edomite","kjv_definition":"Jetheth. k"} +{"id":"H3510","strongs_number":"H3510","system":"hebrew","language":"hebrew","number_value":3510,"lemma":"כָּאַב","transliteration":"kâʼab","pronunciation":"kaw-ab'","derivation":"a primitive root;","strongs_definition":"properly, to feel pain; by implication, to grieve; figuratively, to spoil","kjv_definition":"grieving, mar, have pain, make sad (sore), (be) sorrowful."} +{"id":"H3511","strongs_number":"H3511","system":"hebrew","language":"hebrew","number_value":3511,"lemma":"כְּאֵב","transliteration":"kᵉʼêb","pronunciation":"keh-abe'","derivation":"from H3510 (כָּאַב);","strongs_definition":"suffering (physical or mental), adversity","kjv_definition":"grief, pain, sorrow."} +{"id":"H3512","strongs_number":"H3512","system":"hebrew","language":"hebrew","number_value":3512,"lemma":"כָּאָה","transliteration":"kâʼâh","pronunciation":"kaw-aw'","derivation":"a primitive root;","strongs_definition":"to despond; causatively, to deject","kjv_definition":"broken, be grieved, make sad."} +{"id":"H3513","strongs_number":"H3513","system":"hebrew","language":"hebrew","number_value":3513,"lemma":"כָּבַד","transliteration":"kâbad","pronunciation":"kaw-bad'","derivation":"or כָּבֵד; a primitive root;","strongs_definition":"to be heavy, i.e. in a bad sense (burdensome, severe, dull) or in a good sense (numerous, rich, honorable; causatively, to make weighty (in the same two senses)","kjv_definition":"abounding with, more grievously afflict, boast, be chargeable, [idiom] be dim, glorify, be (make) glorious (things), glory, (very) great, be grievous, harden, be (make) heavy, be heavier, lay heavily, (bring to, come to, do, get, be had in) honour (self), (be) honourable (man), lade, [idiom] more be laid, make self many, nobles, prevail, promote (to honour), be rich, be (go) sore, stop."} +{"id":"H3514","strongs_number":"H3514","system":"hebrew","language":"hebrew","number_value":3514,"lemma":"כֹּבֶד","transliteration":"kôbed","pronunciation":"ko'-bed","derivation":"from H3513 (כָּבַד);","strongs_definition":"weight, multitude, vehemence","kjv_definition":"grievousness, heavy, great number."} +{"id":"H3515","strongs_number":"H3515","system":"hebrew","language":"hebrew","number_value":3515,"lemma":"כָּבֵד","transliteration":"kâbêd","pronunciation":"kaw-bade'","derivation":"from H3513 (כָּבַד);","strongs_definition":"heavy; figuratively in a good sense (numerous) or in a bad sense (severe, difficult, stupid)","kjv_definition":"(so) great, grievous, hard(-ened), (too) heavy(-ier), laden, much, slow, sore, thick."} +{"id":"H3516","strongs_number":"H3516","system":"hebrew","language":"hebrew","number_value":3516,"lemma":"כָּבֵד","transliteration":"kâbêd","pronunciation":"kaw-bade'","derivation":"the same as H3515 (כָּבֵד);","strongs_definition":"the liver (as the heaviest of the viscera)","kjv_definition":"liver."} +{"id":"H3517","strongs_number":"H3517","system":"hebrew","language":"hebrew","number_value":3517,"lemma":"כְּבֵדֻת","transliteration":"kᵉbêduth","pronunciation":"keb-ay-dooth'","derivation":"feminine of H3515 (כָּבֵד);","strongs_definition":"difficulty","kjv_definition":"[idiom] heavily."} +{"id":"H3518","strongs_number":"H3518","system":"hebrew","language":"hebrew","number_value":3518,"lemma":"כָּבָה","transliteration":"kâbâh","pronunciation":"kaw-baw'","derivation":"a primitive root;","strongs_definition":"to expire or (causatively) to extinguish (fire, light, anger)","kjv_definition":"go (put) out, quench."} +{"id":"H3519","strongs_number":"H3519","system":"hebrew","language":"hebrew","number_value":3519,"lemma":"כָּבוֹד","transliteration":"kâbôwd","pronunciation":"kaw-bode'","derivation":"rarely כָּבֹד; from H3513 (כָּבַד);","strongs_definition":"properly, weight, but only figuratively in a good sense, splendor or copiousness","kjv_definition":"glorious(-ly), glory, honour(-able)."} +{"id":"H3520","strongs_number":"H3520","system":"hebrew","language":"hebrew","number_value":3520,"lemma":"כְּבוּדָּה","transliteration":"kᵉbûwddâh","pronunciation":"keb-ood-daw'","derivation":"irregular feminine passive participle of H3513 (כָּבַד);","strongs_definition":"weightiness, i.e. magnificence, wealth","kjv_definition":"carriage, all glorious, stately."} +{"id":"H3521","strongs_number":"H3521","system":"hebrew","language":"hebrew","number_value":3521,"lemma":"כָּבוּל","transliteration":"Kâbûwl","pronunciation":"kaw-bool'","derivation":"from the same as H3525 (כֶּבֶל) in the sense of limitation; sterile;","strongs_definition":"Cabul, the name of two places in Palestine","kjv_definition":"Cabul."} +{"id":"H3522","strongs_number":"H3522","system":"hebrew","language":"hebrew","number_value":3522,"lemma":"כַּבּוֹן","transliteration":"Kabbôwn","pronunciation":"kab-bone'","derivation":"from an unused root meaning to heap up; hilly;","strongs_definition":"Cabon, a place in Palestine","kjv_definition":"Cabbon."} +{"id":"H3523","strongs_number":"H3523","system":"hebrew","language":"hebrew","number_value":3523,"lemma":"כְּבִיר","transliteration":"kᵉbîyr","pronunciation":"keb-eer","derivation":"from H3527 (כָּבַר) in the original sense of plaiting;","strongs_definition":"a matrass (of intertwined materials)","kjv_definition":"pillow."} +{"id":"H3524","strongs_number":"H3524","system":"hebrew","language":"hebrew","number_value":3524,"lemma":"כַּבִּיר","transliteration":"kabbîyr","pronunciation":"kab-beer'","derivation":"from H3527 (כָּבַר);","strongs_definition":"vast, whether in extent (figuratively, of power, mighty; of time, aged), or in number, many","kjv_definition":"[phrase] feeble, mighty, most, much, strong, valiant."} +{"id":"H3525","strongs_number":"H3525","system":"hebrew","language":"hebrew","number_value":3525,"lemma":"כֶּבֶל","transliteration":"kebel","pronunciation":"keh'-bel","derivation":"from an unused root meaning to twine or braid together;","strongs_definition":"a fetter","kjv_definition":"fetter."} +{"id":"H3526","strongs_number":"H3526","system":"hebrew","language":"hebrew","number_value":3526,"lemma":"כָּבַס","transliteration":"kâbaç","pronunciation":"kaw-bas'","derivation":"a primitive root;","strongs_definition":"to trample; hence, to wash (properly, by stamping with the feet), whether literal (including the fulling process) or figurative","kjv_definition":"fuller, wash(-ing)."} +{"id":"H3527","strongs_number":"H3527","system":"hebrew","language":"hebrew","number_value":3527,"lemma":"כָּבַר","transliteration":"kâbar","pronunciation":"kaw-bar'","derivation":"a primitive root;","strongs_definition":"properly, to plait together, i.e. (figuratively) to augment (especially in number or quantity, to accumulate)","kjv_definition":"in abundance, multiply."} +{"id":"H3528","strongs_number":"H3528","system":"hebrew","language":"hebrew","number_value":3528,"lemma":"כְּבָר","transliteration":"kᵉbâr","pronunciation":"keb-awr'","derivation":"from H3527 (כָּבַר);","strongs_definition":"properly, extent of time, i.e. a great while; hence, long ago, formerly, hitherto","kjv_definition":"already, (seeing that which), now."} +{"id":"H3529","strongs_number":"H3529","system":"hebrew","language":"hebrew","number_value":3529,"lemma":"כְּבָר","transliteration":"Kᵉbâr","pronunciation":"keb-awr'","derivation":"the same as H3528 (כְּבָר); length;","strongs_definition":"Kebar, a river of Mesopotamia","kjv_definition":"Chebar. Compare H2249 (חָבוֹר)."} +{"id":"H3530","strongs_number":"H3530","system":"hebrew","language":"hebrew","number_value":3530,"lemma":"כִּבְרָה","transliteration":"kibrâh","pronunciation":"kib-raw'","derivation":"feminine of H3528 (כְּבָר);","strongs_definition":"properly, length, i.e. a measure (of uncertain dimension)","kjv_definition":"[idiom] little."} +{"id":"H3531","strongs_number":"H3531","system":"hebrew","language":"hebrew","number_value":3531,"lemma":"כְּבָרָה","transliteration":"kᵉbârâh","pronunciation":"keb-aw-raw'","derivation":"from H3527 (כָּבַר) in its original sense;","strongs_definition":"a sieve (as netted)","kjv_definition":"sieve."} +{"id":"H3532","strongs_number":"H3532","system":"hebrew","language":"hebrew","number_value":3532,"lemma":"כֶּבֶשׂ","transliteration":"kebes","pronunciation":"keh-bes'","derivation":"from an unused root meaning to dominate;","strongs_definition":"a ram (just old enough to butt)","kjv_definition":"lamb, sheep."} +{"id":"H3533","strongs_number":"H3533","system":"hebrew","language":"hebrew","number_value":3533,"lemma":"כָּבַשׁ","transliteration":"kâbash","pronunciation":"kaw-bash'","derivation":"a primitive root;","strongs_definition":"to tread down; hence, negatively, to disregard; positively, to conquer, subjugate, violate","kjv_definition":"bring into bondage, force, keep under, subdue, bring into subjection."} +{"id":"H3534","strongs_number":"H3534","system":"hebrew","language":"hebrew","number_value":3534,"lemma":"כֶּבֶשׁ","transliteration":"kebesh","pronunciation":"keh'-besh","derivation":"from H3533 (כָּבַשׁ);","strongs_definition":"a footstool (as trodden upon)","kjv_definition":"footstool."} +{"id":"H3535","strongs_number":"H3535","system":"hebrew","language":"hebrew","number_value":3535,"lemma":"כִּבְשָׂה","transliteration":"kibsâh","pronunciation":"kib-saw'","derivation":"or כַּבְשָׂה; feminine of H3532 (כֶּבֶשׂ);","strongs_definition":"a ewe","kjv_definition":"(ewe) lamb."} +{"id":"H3536","strongs_number":"H3536","system":"hebrew","language":"hebrew","number_value":3536,"lemma":"כִּבְשָׁן","transliteration":"kibshân","pronunciation":"kib-shawn'","derivation":"from H3533 (כָּבַשׁ);","strongs_definition":"a smelting furnace (as reducing metals)","kjv_definition":"furnace."} +{"id":"H3537","strongs_number":"H3537","system":"hebrew","language":"hebrew","number_value":3537,"lemma":"כַּד","transliteration":"kad","pronunciation":"kad","derivation":"from an unused root meaning to deepen;","strongs_definition":"properly, a pail; but generally of earthenware; a jar for domestic purposes","kjv_definition":"barrel, pitcher."} +{"id":"H3538","strongs_number":"H3538","system":"hebrew","language":"hebrew","number_value":3538,"lemma":"כְּדַב","transliteration":"kᵉdab","pronunciation":"ked-ab'","derivation":"(Aramaic) from a root corresponding to H3576 (כָּזַב);","strongs_definition":"false","kjv_definition":"lying."} +{"id":"H3539","strongs_number":"H3539","system":"hebrew","language":"hebrew","number_value":3539,"lemma":"כַּדְכֹּד","transliteration":"kadkôd","pronunciation":"kad-kode'","derivation":"from the same as H3537 (כַּד) in the sense of striking fire from a metal forged;","strongs_definition":"a sparkling gem, probably the ruby","kjv_definition":"agate."} +{"id":"H3540","strongs_number":"H3540","system":"hebrew","language":"hebrew","number_value":3540,"lemma":"כְּדׇרְלָעֹמֶר","transliteration":"Kᵉdorlâʻômer","pronunciation":"ked-or-law-o'-mer","derivation":"of foreign origin;","strongs_definition":"Kedorlaomer, an early Persian king","kjv_definition":"Chedorlaomer."} +{"id":"H3541","strongs_number":"H3541","system":"hebrew","language":"hebrew","number_value":3541,"lemma":"כֹּה","transliteration":"kôh","pronunciation":"ko","derivation":"from the prefix k and H1931 (הוּא);","strongs_definition":"properly, like this, i.e. by implication, (of manner) thus (or so); also (of place) here (or hither); or (of time) now","kjv_definition":"also, here, + hitherto, like, on the other side, so (and much), such, on that manner, (on) this (manner, side, way, way and that way), + mean while, yonder."} +{"id":"H3542","strongs_number":"H3542","system":"hebrew","language":"hebrew","number_value":3542,"lemma":"כָּה","transliteration":"kâh","pronunciation":"kaw","derivation":"(Aramaic) corresponding to H3541 (כֹּה)","strongs_definition":"{properly, like this, i.e. by implication, (of manner) thus (or so); also (of place) here (or hither); or (of time) now}","kjv_definition":"hitherto."} +{"id":"H3543","strongs_number":"H3543","system":"hebrew","language":"hebrew","number_value":3543,"lemma":"כָּהָה","transliteration":"kâhâh","pronunciation":"kaw-haw'","derivation":"a primitive root;","strongs_definition":"to be weak, i.e. (figuratively) to despond (causatively, rebuke), or (of light, the eye) to grow dull","kjv_definition":"darken, be dim, fail, faint, restrain, [idiom] utterly."} +{"id":"H3544","strongs_number":"H3544","system":"hebrew","language":"hebrew","number_value":3544,"lemma":"כֵּהֶה","transliteration":"kêheh","pronunciation":"kay-heh'","derivation":"from H3543 (כָּהָה);","strongs_definition":"feeble, obscure","kjv_definition":"somewhat dark, darkish, wax dim, heaviness, smoking."} +{"id":"H3545","strongs_number":"H3545","system":"hebrew","language":"hebrew","number_value":3545,"lemma":"כֵּהָה","transliteration":"kêhâh","pronunciation":"kay-haw'","derivation":"feminine of H3544 (כֵּהֶה);","strongs_definition":"properly, a weakening; figuratively, alleviation, i.e. cure","kjv_definition":"healing."} +{"id":"H3546","strongs_number":"H3546","system":"hebrew","language":"hebrew","number_value":3546,"lemma":"כְּהַל","transliteration":"kᵉhal","pronunciation":"keh-hal'","derivation":"(Aramaic) a root corresponding to and H3557 (כּוּל);","strongs_definition":"to be able","kjv_definition":"be able, could."} +{"id":"H3547","strongs_number":"H3547","system":"hebrew","language":"hebrew","number_value":3547,"lemma":"כָּהַן","transliteration":"kâhan","pronunciation":"kaw-han'","derivation":"a primitive root, apparently meaning to mediate in religious services; but used only as denominative from H3548 (כֹּהֵן);","strongs_definition":"to officiate as a priest; figuratively, to put on regalia","kjv_definition":"deck, be (do the office of a, execute the, minister in the) priest('s office)."} +{"id":"H3548","strongs_number":"H3548","system":"hebrew","language":"hebrew","number_value":3548,"lemma":"כֹּהֵן","transliteration":"kôhên","pronunciation":"ko-hane'","derivation":"active participle of H3547 (כָּהַן);","strongs_definition":"literally one officiating, a priest; also (by courtesy) an acting priest (although a layman)","kjv_definition":"chief ruler, [idiom] own, priest, prince, principal officer."} +{"id":"H3549","strongs_number":"H3549","system":"hebrew","language":"hebrew","number_value":3549,"lemma":"כָּהֵן","transliteration":"kâhên","pronunciation":"kaw-hane'","derivation":"(Aramaic) corresponding to H3548 (כֹּהֵן)","strongs_definition":"{one officiating, a priest; also (by courtesy) an acting priest (although a layman)}","kjv_definition":"priest."} +{"id":"H3550","strongs_number":"H3550","system":"hebrew","language":"hebrew","number_value":3550,"lemma":"כְּהֻנָּה","transliteration":"kᵉhunnâh","pronunciation":"keh-hoon-naw'","derivation":"from H3547 (כָּהַן);","strongs_definition":"priesthood","kjv_definition":"priesthood, priest's office."} +{"id":"H3551","strongs_number":"H3551","system":"hebrew","language":"hebrew","number_value":3551,"lemma":"כַּו","transliteration":"kav","pronunciation":"kav","derivation":"(Aramaic) from a root corresponding to H3854 (לַהַג) in the sense of piercing;","strongs_definition":"a window (as a perforation)","kjv_definition":"window."} +{"id":"H3552","strongs_number":"H3552","system":"hebrew","language":"hebrew","number_value":3552,"lemma":"כּוּב","transliteration":"Kûwb","pronunciation":"koob","derivation":"of foreign derivation;","strongs_definition":"Kub, a country near Egypt","kjv_definition":"Chub."} +{"id":"H3553","strongs_number":"H3553","system":"hebrew","language":"hebrew","number_value":3553,"lemma":"כּוֹבַע","transliteration":"kôwbaʻ","pronunciation":"ko'-bah","derivation":"from an unused root meaning to be high or rounded;","strongs_definition":"a helmet (as arched)","kjv_definition":"helmet. Compare H6959 (קוֹבַע)."} +{"id":"H3554","strongs_number":"H3554","system":"hebrew","language":"hebrew","number_value":3554,"lemma":"כָּוָה","transliteration":"kâvâh","pronunciation":"kaw-vaw'","derivation":"a primitive root;","strongs_definition":"properly, to prick or penetrate; hence, to blister (as smarting or eating into)","kjv_definition":"burn."} +{"id":"H3555","strongs_number":"H3555","system":"hebrew","language":"hebrew","number_value":3555,"lemma":"כְּוִיָּה","transliteration":"kᵉvîyâh","pronunciation":"kev-ee-yaw'","derivation":"from H3554 (כָּוָה);","strongs_definition":"a branding","kjv_definition":"burning."} +{"id":"H3556","strongs_number":"H3556","system":"hebrew","language":"hebrew","number_value":3556,"lemma":"כּוֹכָב","transliteration":"kôwkâb","pronunciation":"ko-kawb'","derivation":"probably from the same as H3522 (כַּבּוֹן) (in the sense of rolling) or H3554 (כָּוָה) (in the sense of blazing);","strongs_definition":"a star (as round or as shining); figuratively, a prince","kjv_definition":"star(-gazer)."} +{"id":"H3557","strongs_number":"H3557","system":"hebrew","language":"hebrew","number_value":3557,"lemma":"כּוּל","transliteration":"kûwl","pronunciation":"kool","derivation":"a primitive root;","strongs_definition":"properly, to keep in; hence, to measure; figuratively, to maintain (in various senses)","kjv_definition":"(be able to, can) abide, bear, comprehend, contain, feed, forbearing, guide, hold(-ing in), nourish(-er), be present, make provision, receive, sustain, provide sustenance (victuals)."} +{"id":"H3558","strongs_number":"H3558","system":"hebrew","language":"hebrew","number_value":3558,"lemma":"כּוּמָז","transliteration":"kûwmâz","pronunciation":"koo-mawz'","derivation":"from an unused root meaning to store away;","strongs_definition":"a jewel (probably gold beads)","kjv_definition":"tablet."} +{"id":"H3559","strongs_number":"H3559","system":"hebrew","language":"hebrew","number_value":3559,"lemma":"כּוּן","transliteration":"kûwn","pronunciation":"koon","derivation":"a primitive root;","strongs_definition":"properly, to be erect (i.e. stand perpendicular); hence (causatively) to set up, in a great variety of applications, whether literal (establish, fix, prepare, apply), or figurative (appoint, render sure, proper or prosperous)","kjv_definition":"certain(-ty), confirm, direct, faithfulness, fashion, fasten, firm, be fitted, be fixed, frame, be meet, ordain, order, perfect, (make) preparation, prepare (self), provide, make provision, (be, make) ready, right, set (aright, fast, forth), be stable, (e-) stablish, stand, tarry, [idiom] very deed."} +{"id":"H3560","strongs_number":"H3560","system":"hebrew","language":"hebrew","number_value":3560,"lemma":"כּוּן","transliteration":"Kûwn","pronunciation":"koon","derivation":"probably from H3559 (כּוּן); established;","strongs_definition":"Kun, a place in Syria","kjv_definition":"Chun."} +{"id":"H3561","strongs_number":"H3561","system":"hebrew","language":"hebrew","number_value":3561,"lemma":"כַּוָּן","transliteration":"kavvân","pronunciation":"kav-vawn'","derivation":"from H3559 (כּוּן);","strongs_definition":"something prepared, i.e. a sacrificial wafer","kjv_definition":"cake."} +{"id":"H3562","strongs_number":"H3562","system":"hebrew","language":"hebrew","number_value":3562,"lemma":"כּוֹנַנְיָהוּ","transliteration":"Kôwnanyâhûw","pronunciation":"ko-nan-yaw'-hoo","derivation":"from H3559 (כּוּן) and H3050 (יָהּ); Jah has sustained;","strongs_definition":"Conanjah, the name of two Israelites","kjv_definition":"Conaniah, Cononiah. Compare H3663 (כְּנַנְיָה)."} +{"id":"H3563","strongs_number":"H3563","system":"hebrew","language":"hebrew","number_value":3563,"lemma":"כּוֹס","transliteration":"kôwç","pronunciation":"koce","derivation":"from an unused root meaning to hold together;","strongs_definition":"a cup (as a container), often figuratively, a lot (as if a potion); also some unclean bird, probably an owl (perhaps from the cup-like cavity of its eye)","kjv_definition":"cup, (small) owl. Compare H3599 (כִּיס)."} +{"id":"H3564","strongs_number":"H3564","system":"hebrew","language":"hebrew","number_value":3564,"lemma":"כּוּר","transliteration":"kûwr","pronunciation":"koor","derivation":"from an unused root meaning properly, to dig through;","strongs_definition":"a pot or furnace (as if excavated)","kjv_definition":"furnace. Compare H3600 (כִּיר)."} +{"id":"H3565","strongs_number":"H3565","system":"hebrew","language":"hebrew","number_value":3565,"lemma":"כּוֹר עָשָׁן","transliteration":"Kôwr ʻÂshân","pronunciation":"kore aw-shawn'","derivation":"from H3564 (כּוּר) and H6227 (עָשָׁן); furnace of smoke;","strongs_definition":"Cor-Ashan, a place in Palestine","kjv_definition":"Chorashan."} +{"id":"H3566","strongs_number":"H3566","system":"hebrew","language":"hebrew","number_value":3566,"lemma":"כּוֹרֶשׁ","transliteration":"Kôwresh","pronunciation":"ko'-resh","derivation":"or (Ezra 1:1 (last time),2) כֹּרֶשׁ; from the Persians;","strongs_definition":"Koresh (or Cyrus), the Persian king","kjv_definition":"Cyrus."} +{"id":"H3567","strongs_number":"H3567","system":"hebrew","language":"hebrew","number_value":3567,"lemma":"כּוֹרֶשׁ","transliteration":"Kôwresh","pronunciation":"ko'-resh","derivation":"(Aramaic) corresponding to H3566 (כּוֹרֶשׁ)","strongs_definition":"{Koresh (or Cyrus), the Persian king}","kjv_definition":"Cyrus."} +{"id":"H3568","strongs_number":"H3568","system":"hebrew","language":"hebrew","number_value":3568,"lemma":"כּוּשׁ","transliteration":"Kûwsh","pronunciation":"koosh","derivation":"probably of foreign origin;","strongs_definition":"Cush (or Ethiopia), the name of a son of Ham, and of his territory; also of an Israelite","kjv_definition":"Chush, Cush, Ethiopia."} +{"id":"H3569","strongs_number":"H3569","system":"hebrew","language":"hebrew","number_value":3569,"lemma":"כּוּשִׁי","transliteration":"Kûwshîy","pronunciation":"koo-shee'","derivation":"patronymically from H3568 (כּוּשׁ);","strongs_definition":"a Cushite, or descendant of Cush","kjv_definition":"Cushi, Cushite, Ethiopian(-s)."} +{"id":"H3570","strongs_number":"H3570","system":"hebrew","language":"hebrew","number_value":3570,"lemma":"כּוּשִׁי","transliteration":"Kûwshîy","pronunciation":"koo-shee'","derivation":"the same as H3569 (כּוּשִׁי);","strongs_definition":"Cushi, the name of two Israelites","kjv_definition":"Cushi."} +{"id":"H3571","strongs_number":"H3571","system":"hebrew","language":"hebrew","number_value":3571,"lemma":"כּוּשִׁית","transliteration":"Kûwshîyth","pronunciation":"koo-sheeth'","derivation":"feminine of H3569 (כּוּשִׁי);","strongs_definition":"a Cushite woman","kjv_definition":"Ethiopian."} +{"id":"H3572","strongs_number":"H3572","system":"hebrew","language":"hebrew","number_value":3572,"lemma":"כּוּשָׁן","transliteration":"Kûwshân","pronunciation":"koo-shawn'","derivation":"perhaps from H3568 (כּוּשׁ);","strongs_definition":"Cushan, a region of Arabia","kjv_definition":"Cushan."} +{"id":"H3573","strongs_number":"H3573","system":"hebrew","language":"hebrew","number_value":3573,"lemma":"כּוּשַׁן רִשְׁעָתַיִם","transliteration":"Kûwshan Rishʻâthayim","pronunciation":"koo-shan' rish-awthah'-yim","derivation":"apparently from H3572 (כּוּשָׁן) and the dual of H7564 (רִשְׁעָה); Cushan of double wickedness;","strongs_definition":"Cushan-Rishathajim, a Mesopotamian king","kjv_definition":"Chushan-rishathayim."} +{"id":"H3574","strongs_number":"H3574","system":"hebrew","language":"hebrew","number_value":3574,"lemma":"כּוֹשָׁרָה","transliteration":"kôwshârâh","pronunciation":"ko-shaw-raw'","derivation":"from H3787 (כָּשֵׁר);","strongs_definition":"prosperity; in plural freedom","kjv_definition":"[idiom] chain."} +{"id":"H3575","strongs_number":"H3575","system":"hebrew","language":"hebrew","number_value":3575,"lemma":"כּוּת","transliteration":"Kûwth","pronunciation":"kooth","derivation":"or (feminine) כּוּתָה; of foreign origin;","strongs_definition":"Cuth or Cuthah, a province of Assyria","kjv_definition":"Cuth."} +{"id":"H3576","strongs_number":"H3576","system":"hebrew","language":"hebrew","number_value":3576,"lemma":"כָּזַב","transliteration":"kâzab","pronunciation":"kaw-zab'","derivation":"a primitive root;","strongs_definition":"to lie (i.e. deceive), literally or figuratively","kjv_definition":"fail, (be found a, make a) liar, lie, lying, be in vain."} +{"id":"H3577","strongs_number":"H3577","system":"hebrew","language":"hebrew","number_value":3577,"lemma":"כָּזָב","transliteration":"kâzâb","pronunciation":"kaw-zawb'","derivation":"from H3576 (כָּזַב);","strongs_definition":"falsehood; literally (untruth) or figuratively (idol)","kjv_definition":"deceitful, false, leasing, + liar, lie, lying."} +{"id":"H3578","strongs_number":"H3578","system":"hebrew","language":"hebrew","number_value":3578,"lemma":"כֹּזְבָא","transliteration":"Kôzᵉbâʼ","pronunciation":"ko-zeb-aw'","derivation":"from H3576 (כָּזַב); fallacious;","strongs_definition":"Cozeba, a place in Palestine","kjv_definition":"Choseba."} +{"id":"H3579","strongs_number":"H3579","system":"hebrew","language":"hebrew","number_value":3579,"lemma":"כֹּזְבִי","transliteration":"Kôzᵉbîy","pronunciation":"koz-bee'","derivation":"from H3576 (כָּזַב); false;","strongs_definition":"Cozbi, a Midianitess","kjv_definition":"Cozbi."} +{"id":"H3580","strongs_number":"H3580","system":"hebrew","language":"hebrew","number_value":3580,"lemma":"כְּזִיב","transliteration":"Kᵉzîyb","pronunciation":"kez-eeb'","derivation":"from H3576 (כָּזַב); falsified;","strongs_definition":"Kezib, a place in Palestine","kjv_definition":"Chezib."} +{"id":"H3581","strongs_number":"H3581","system":"hebrew","language":"hebrew","number_value":3581,"lemma":"כֹּחַ","transliteration":"kôach","pronunciation":"ko'-akh","derivation":"or (Daniel 11:6) כּוֹחַ; from an unused root meaning to be firm;","strongs_definition":"vigor, literally (force, in a good or a bad sense) or figuratively (capacity, means, produce); also (from its hardiness) a large lizard","kjv_definition":"ability, able, chameleon, force, fruits, might, power(-ful), strength, substance, wealth."} +{"id":"H3582","strongs_number":"H3582","system":"hebrew","language":"hebrew","number_value":3582,"lemma":"כָּחַד","transliteration":"kâchad","pronunciation":"kaw-khad'","derivation":"a primitive root;","strongs_definition":"to secrete, by act or word; hence (intensively) to destroy","kjv_definition":"conceal, cut down (off), desolate, hide."} +{"id":"H3583","strongs_number":"H3583","system":"hebrew","language":"hebrew","number_value":3583,"lemma":"כָּחַל","transliteration":"kâchal","pronunciation":"kaw-khal'","derivation":"a primitive root;","strongs_definition":"to paint (with stibium)","kjv_definition":"paint."} +{"id":"H3584","strongs_number":"H3584","system":"hebrew","language":"hebrew","number_value":3584,"lemma":"כָּחַשׁ","transliteration":"kâchash","pronunciation":"kaw-khash'","derivation":"a primitive root;","strongs_definition":"to be untrue, in word (to lie, feign, disown) or deed (to disappoint, fail, cringe)","kjv_definition":"deceive, deny, dissemble, fail, deal falsely, be found liars, (be-) lie, lying, submit selves."} +{"id":"H3585","strongs_number":"H3585","system":"hebrew","language":"hebrew","number_value":3585,"lemma":"כַּחַשׁ","transliteration":"kachash","pronunciation":"kakh'-ash","derivation":"from H3584 (כָּחַשׁ);","strongs_definition":"literally a failure of flesh, i.e. emaciation; figuratively, hypocrisy","kjv_definition":"leanness, lies, lying."} +{"id":"H3586","strongs_number":"H3586","system":"hebrew","language":"hebrew","number_value":3586,"lemma":"כֶּחָשׁ","transliteration":"kechâsh","pronunciation":"kekh-awsh'","derivation":"from H3584 (כָּחַשׁ);","strongs_definition":"faithless","kjv_definition":"lying."} +{"id":"H3587","strongs_number":"H3587","system":"hebrew","language":"hebrew","number_value":3587,"lemma":"כִּי","transliteration":"kîy","pronunciation":"kee","derivation":"from H3554 (כָּוָה);","strongs_definition":"a brand or scar","kjv_definition":"burning."} +{"id":"H3588","strongs_number":"H3588","system":"hebrew","language":"hebrew","number_value":3588,"lemma":"כִּי","transliteration":"kîy","pronunciation":"kee","derivation":"a primitive particle (the full form of the prepositional prefix) indicating causal relations of all kinds, antecedent or consequent;","strongs_definition":"(by implication) very widely used as a relative conjunction or adverb (as below); often largely modified by other particles annexed","kjv_definition":"and, + (forasmuch, inasmuch, where-) as, assured(-ly), + but, certainly, doubtless, + else, even, + except, for, how, (because, in, so, than) that, + nevertheless, now, rightly, seeing, since, surely, then, therefore, + (al-) though, + till, truly, + until, when, whether, while, whom, yea, yet."} +{"id":"H3589","strongs_number":"H3589","system":"hebrew","language":"hebrew","number_value":3589,"lemma":"כִּיד","transliteration":"kîyd","pronunciation":"keed","derivation":"from a primitive root meaning to strike;","strongs_definition":"a crushing; figuratively, calamity","kjv_definition":"destruction."} +{"id":"H3590","strongs_number":"H3590","system":"hebrew","language":"hebrew","number_value":3590,"lemma":"כִידוֹד","transliteration":"kîydôwd","pronunciation":"kee-dode'","derivation":"from the same as H3589 (כִּיד) (compare H3539 (כַּדְכֹּד));","strongs_definition":"properly, something struck off, i.e. a spark (as struck)","kjv_definition":"spark."} +{"id":"H3591","strongs_number":"H3591","system":"hebrew","language":"hebrew","number_value":3591,"lemma":"כִּידוֹן","transliteration":"kîydôwn","pronunciation":"kee-dohn'","derivation":"from the same as H3589 (כִּיד); (perhaps smaller than H2595 (חֲנִית)lemma חֲניִת second vowel, corrected to חֲנִית)","strongs_definition":"properly, something to strike with, i.e. a dart","kjv_definition":"lance, shield, spear, target."} +{"id":"H3592","strongs_number":"H3592","system":"hebrew","language":"hebrew","number_value":3592,"lemma":"כִּידוֹן","transliteration":"Kîydôwn","pronunciation":"kee-dohn'","derivation":"the same as H3591 (כִּידוֹן);","strongs_definition":"Kidon, a place in Palestine","kjv_definition":"Chidon."} +{"id":"H3593","strongs_number":"H3593","system":"hebrew","language":"hebrew","number_value":3593,"lemma":"כִּידוֹר","transliteration":"kîydôwr","pronunciation":"kee-dore'","derivation":"of uncertain derivation;","strongs_definition":"perhaps tumult","kjv_definition":"battle."} +{"id":"H3594","strongs_number":"H3594","system":"hebrew","language":"hebrew","number_value":3594,"lemma":"כִּיּוּן","transliteration":"Kîyûwn","pronunciation":"kee-yoon'","derivation":"from H3559 (כּוּן);","strongs_definition":"properly, a statue, i.e. idol; but used (by euphemism) forsome heathen deity (perhaps corresponding to Priapus or Baal-peor)","kjv_definition":"Chiun."} +{"id":"H3595","strongs_number":"H3595","system":"hebrew","language":"hebrew","number_value":3595,"lemma":"כִּיּוֹר","transliteration":"kîyôwr","pronunciation":"kee-yore'","derivation":"or כִּיֹּר; from the same as H3564 (כּוּר);","strongs_definition":"properly, something round (as excavated or bored), i.e. a chafing-dish forcoals or a caldron forcooking; hence (from similarity of form) a washbowl; also (for the same reason) a pulpit or platform","kjv_definition":"hearth, laver, pan, scaffold."} +{"id":"H3596","strongs_number":"H3596","system":"hebrew","language":"hebrew","number_value":3596,"lemma":"כִּילַי","transliteration":"kîylay","pronunciation":"kee-lah'-ee","derivation":"or כֵּלַי; from H3557 (כּוּל) in the sense of withholding;","strongs_definition":"niggardly","kjv_definition":"churl."} +{"id":"H3597","strongs_number":"H3597","system":"hebrew","language":"hebrew","number_value":3597,"lemma":"כֵּילַף","transliteration":"kêylaph","pronunciation":"kay-laf'","derivation":"from an unused root meaning to clap or strike with noise;","strongs_definition":"a club or sledge-hammer","kjv_definition":"hammer."} +{"id":"H3598","strongs_number":"H3598","system":"hebrew","language":"hebrew","number_value":3598,"lemma":"כִּימָה","transliteration":"Kîymâh","pronunciation":"kee-maw'","derivation":"from the same as H3558 (כּוּמָז);","strongs_definition":"a cluster of stars, i.e. the Pleiades","kjv_definition":"Pleiades, seven stars."} +{"id":"H3599","strongs_number":"H3599","system":"hebrew","language":"hebrew","number_value":3599,"lemma":"כִּיס","transliteration":"kîyç","pronunciation":"keece","derivation":"a form for H3563 (כּוֹס);","strongs_definition":"a cup; also a bag formoney or weights","kjv_definition":"bag, cup, purse."} +{"id":"H3600","strongs_number":"H3600","system":"hebrew","language":"hebrew","number_value":3600,"lemma":"כִּיר","transliteration":"kîyr","pronunciation":"keer","derivation":"a form for H3564 (כּוּר) (only in the dual);","strongs_definition":"a cooking range (consisting of two parallel stones, across which the boiler is set)","kjv_definition":"ranges for pots."} +{"id":"H3601","strongs_number":"H3601","system":"hebrew","language":"hebrew","number_value":3601,"lemma":"כִּישׁוֹר","transliteration":"kîyshôwr","pronunciation":"kee-shore'","derivation":"from H3787 (כָּשֵׁר); compare H6418 (פֶּלֶךְ)","strongs_definition":"literally a director, i.e. the spindle or shank of adistaff, by which it is twirled","kjv_definition":"spindle."} +{"id":"H3602","strongs_number":"H3602","system":"hebrew","language":"hebrew","number_value":3602,"lemma":"כָּכָה","transliteration":"kâkâh","pronunciation":"kaw'-kaw","derivation":"from H3541 (כֹּה);","strongs_definition":"just so, referring to the previous or following context","kjv_definition":"after that (this) manner, this matter, (even) so, in such a case, thus."} +{"id":"H3603","strongs_number":"H3603","system":"hebrew","language":"hebrew","number_value":3603,"lemma":"כִּכָּר","transliteration":"kikkâr","pronunciation":"kik-kawr'","derivation":"from H3769 (כָּרַר);","strongs_definition":"a circle, i.e. (by implication) a circumjacent tract or region, especially the Ghor or valley of the Jordan; also a (round) loaf; also a talent (or large [round] coin)","kjv_definition":"loaf, morsel, piece, plain, talent."} +{"id":"H3604","strongs_number":"H3604","system":"hebrew","language":"hebrew","number_value":3604,"lemma":"כִּכֵּר","transliteration":"kikkêr","pronunciation":"kik-kare'","derivation":"(Aramaic) corresponding to H3603 (כִּכָּר);","strongs_definition":"a talent","kjv_definition":"talent."} +{"id":"H3605","strongs_number":"H3605","system":"hebrew","language":"hebrew","number_value":3605,"lemma":"כֹּל","transliteration":"kôl","pronunciation":"kole","derivation":"or (Jeremiah 33:8) כּוֹל; from H3634 (כָּלַל);","strongs_definition":"properly, the whole; hence, all, any or every (in the singular only, but often in a plural sense)","kjv_definition":"(in) all (manner, (ye)), altogether, any (manner), enough, every (one, place, thing), howsoever, as many as, (no-) thing, ought, whatsoever, (the) whole, whoso(-ever)."} +{"id":"H3606","strongs_number":"H3606","system":"hebrew","language":"hebrew","number_value":3606,"lemma":"כֹּל","transliteration":"kôl","pronunciation":"kole","derivation":"(Aramaic) corresponding to H3605 (כֹּל)","strongs_definition":"{properly, the whole; hence, all, any or every (in the singular only, but often in a plural sense)}","kjv_definition":"all, any, + (forasmuch) as, + be-(for this) cause, every, + no (manner, -ne), + there (where) -fore, + though, what (where, who) -soever, (the) whole."} +{"id":"H3607","strongs_number":"H3607","system":"hebrew","language":"hebrew","number_value":3607,"lemma":"כָּלָא","transliteration":"kâlâʼ","pronunciation":"kaw-law'","derivation":"a primitive root;","strongs_definition":"to restrict, by act (hold back or in) or word (prohibit)","kjv_definition":"finish, forbid, keep (back), refrain, restrain, retain, shut up, be stayed, withhold."} +{"id":"H3608","strongs_number":"H3608","system":"hebrew","language":"hebrew","number_value":3608,"lemma":"כֶּלֶא","transliteration":"keleʼ","pronunciation":"keh'-leh","derivation":"from H3607 (כָּלָא);","strongs_definition":"a prison","kjv_definition":"prison. Compare H3610 (כִּלְאַיִם), H3628 (כְּלִיא)."} +{"id":"H3609","strongs_number":"H3609","system":"hebrew","language":"hebrew","number_value":3609,"lemma":"כִּלְאָב","transliteration":"Kilʼâb","pronunciation":"kil-awb'","derivation":"apparently from H3607 (כָּלָא) and H1 (אָב); restraint of (his) father;","strongs_definition":"Kilab, an Israelite","kjv_definition":"Chileab."} +{"id":"H3610","strongs_number":"H3610","system":"hebrew","language":"hebrew","number_value":3610,"lemma":"כִּלְאַיִם","transliteration":"kilʼayim","pronunciation":"kil-ah'-yim","derivation":"dual of H3608 (כֶּלֶא) in the original sense of separation;","strongs_definition":"two heterogeneities","kjv_definition":"divers seeds (-e kinds), mingled (seed)."} +{"id":"H3611","strongs_number":"H3611","system":"hebrew","language":"hebrew","number_value":3611,"lemma":"כֶּלֶב","transliteration":"keleb","pronunciation":"keh'-leb","derivation":"from an unused root means. to yelp, or else to attack;","strongs_definition":"a dog; hence (by euphemism) a male prostitute","kjv_definition":"dog."} +{"id":"H3612","strongs_number":"H3612","system":"hebrew","language":"hebrew","number_value":3612,"lemma":"כָּלֵב","transliteration":"Kâlêb","pronunciation":"kaw-labe'","derivation":"perhaps a form of H3611 (כֶּלֶב), or else from the same root in the sense of forcible;","strongs_definition":"Caleb, the name of three Israelites","kjv_definition":"Caleb."} +{"id":"H3613","strongs_number":"H3613","system":"hebrew","language":"hebrew","number_value":3613,"lemma":"כָּלֵב אֶפְרָתָה","transliteration":"Kâlêb ʼEphrâthâh","pronunciation":"kaw-labe' ef-raw'-thaw","derivation":"from H3612 (כָּלֵב) and H672 (אֶפְרָת);","strongs_definition":"Caleb-Ephrathah, a place in Egypt (if the text is correct)","kjv_definition":"Caleb-ephrathah."} +{"id":"H3614","strongs_number":"H3614","system":"hebrew","language":"hebrew","number_value":3614,"lemma":"כָּלִבּוֹ","transliteration":"Kâlibbôw","pronunciation":"kaw-lib-bo'","derivation":"probably by erroneous transcription for כָּלֵבִי; patronymically from H3612 (כָּלֵב);","strongs_definition":"a Calebite or descendant of Caleb","kjv_definition":"of the house of Caleb."} +{"id":"H3615","strongs_number":"H3615","system":"hebrew","language":"hebrew","number_value":3615,"lemma":"כָּלָה","transliteration":"kâlâh","pronunciation":"kaw-law'","derivation":"a primitive root;","strongs_definition":"to end, whether intransitive (to cease, be finished, perish) or transitived (to complete, prepare, consume)","kjv_definition":"accomplish, cease, consume (away), determine, destroy (utterly), be (when... were) done, (be an) end (of), expire, (cause to) fail, faint, finish, fulfil, [idiom] fully, [idiom] have, leave (off), long, bring to pass, wholly reap, make clean riddance, spend, quite take away, waste."} +{"id":"H3616","strongs_number":"H3616","system":"hebrew","language":"hebrew","number_value":3616,"lemma":"כָּלֶה","transliteration":"kâleh","pronunciation":"kaw-leh'","derivation":"from H3615 (כָּלָה);","strongs_definition":"pining","kjv_definition":"fail."} +{"id":"H3617","strongs_number":"H3617","system":"hebrew","language":"hebrew","number_value":3617,"lemma":"כָּלָה","transliteration":"kâlâh","pronunciation":"kaw-law'","derivation":"from H3615 (כָּלָה);","strongs_definition":"a completion; adverb, completely; also destruction","kjv_definition":"altogether, (be, utterly) consume(-d), consummation(-ption), was determined, (full, utter) end, riddance."} +{"id":"H3618","strongs_number":"H3618","system":"hebrew","language":"hebrew","number_value":3618,"lemma":"כַּלָּה","transliteration":"kallâh","pronunciation":"kal-law'","derivation":"from H3634 (כָּלַל);","strongs_definition":"a bride (as if perfect); hence, a son's wife","kjv_definition":"bride, daughter-in-law, spouse."} +{"id":"H3619","strongs_number":"H3619","system":"hebrew","language":"hebrew","number_value":3619,"lemma":"כְּלוּב","transliteration":"kᵉlûwb","pronunciation":"kel-oob'","derivation":"from the same as H3611 (כֶּלֶב);","strongs_definition":"a bird-trap (as furnished with a clap-stick or treadle to spring it); hence, a basket (as resembling a wicker cage)","kjv_definition":"basket, cage."} +{"id":"H3620","strongs_number":"H3620","system":"hebrew","language":"hebrew","number_value":3620,"lemma":"כְּלוּב","transliteration":"Kᵉlûwb","pronunciation":"kel-oob'","derivation":"the same as H3619 (כְּלוּב)xlit kᵉlûb corrected to kᵉlûwb;","strongs_definition":"Kelub, the name of two Israelites","kjv_definition":"Chelub."} +{"id":"H3621","strongs_number":"H3621","system":"hebrew","language":"hebrew","number_value":3621,"lemma":"כְּלוּבַי","transliteration":"Kᵉlûwbay","pronunciation":"kel-oo-bay'-ee","derivation":"a form of H3612 (כָּלֵב);","strongs_definition":"Kelubai, an Israelite","kjv_definition":"Chelubai."} +{"id":"H3622","strongs_number":"H3622","system":"hebrew","language":"hebrew","number_value":3622,"lemma":"כְּלוּהַי","transliteration":"Kᵉlûwhay","pronunciation":"kel-oo-hah'-ee","derivation":"from H3615 (כָּלָה); completed;","strongs_definition":"Keluhai, an Israelite","kjv_definition":"Chelluh."} +{"id":"H3623","strongs_number":"H3623","system":"hebrew","language":"hebrew","number_value":3623,"lemma":"כְּלוּלָה","transliteration":"kᵉlûwlâh","pronunciation":"kel-oo-law'","derivation":"denominative passive participle from H3618 (כַּלָּה)lemma כַּלָה missing dagesh, corrected to כַּלָּה;","strongs_definition":"bridehood (only in the plural)","kjv_definition":"espousal."} +{"id":"H3624","strongs_number":"H3624","system":"hebrew","language":"hebrew","number_value":3624,"lemma":"כֶּלַח","transliteration":"kelach","pronunciation":"keh'-lakh","derivation":"from an unused root meaning to be complete;","strongs_definition":"maturity","kjv_definition":"full (old) age."} +{"id":"H3625","strongs_number":"H3625","system":"hebrew","language":"hebrew","number_value":3625,"lemma":"כֶּלַח","transliteration":"Kelach","pronunciation":"keh'-lakh","derivation":"the same as H3624 (כֶּלַח);","strongs_definition":"Kelach, a place in Assyria","kjv_definition":"Calah."} +{"id":"H3626","strongs_number":"H3626","system":"hebrew","language":"hebrew","number_value":3626,"lemma":"כׇּל־חֹזֶה","transliteration":"Kol-Chôzeh","pronunciation":"kol-kho-zeh'","derivation":"from H3605 (כֹּל) and H2374 (חֹזֶה); every seer;","strongs_definition":"Col-Chozeh, an Israelite","kjv_definition":"Col-hozeh."} +{"id":"H3627","strongs_number":"H3627","system":"hebrew","language":"hebrew","number_value":3627,"lemma":"כְּלִי","transliteration":"kᵉlîy","pronunciation":"kel-ee'","derivation":"from H3615 (כָּלָה);","strongs_definition":"something prepared, i.e. any apparatus (as an implement, utensil, dress, vessel or weapon)","kjv_definition":"armour(-bearer), artillery, bag, carriage, [phrase] furnish, furniture, instrument, jewel, that is made of, [idiom] one from another, that which pertaineth, pot, [phrase] psaltery, sack, stuff, thing, tool, vessel, ware, weapon, [phrase] whatsoever."} +{"id":"H3628","strongs_number":"H3628","system":"hebrew","language":"hebrew","number_value":3628,"lemma":"כְּלִיא","transliteration":"kᵉlîyʼ","pronunciation":"kel-ee'","derivation":"or כְּלוּא; from H3627 (כְּלִי) (compare H3608 (כֶּלֶא));","strongs_definition":"a prison","kjv_definition":"prison."} +{"id":"H3629","strongs_number":"H3629","system":"hebrew","language":"hebrew","number_value":3629,"lemma":"כִּלְיָה","transliteration":"kilyâh","pronunciation":"kil-yaw'","derivation":"feminine of H3627 (כְּלִי) (only in the plural);","strongs_definition":"a kidney (as an essential organ); figuratively, the mind (as the interior self)","kjv_definition":"kidneys, reins."} +{"id":"H3630","strongs_number":"H3630","system":"hebrew","language":"hebrew","number_value":3630,"lemma":"כִּלְיוֹן","transliteration":"Kilyôwn","pronunciation":"kil-yone'","derivation":"a form of H3631 (כִּלָּיוֹן);","strongs_definition":"Kiljon, an Israelite","kjv_definition":"Chilion."} +{"id":"H3631","strongs_number":"H3631","system":"hebrew","language":"hebrew","number_value":3631,"lemma":"כִּלָּיוֹן","transliteration":"killâyôwn","pronunciation":"kil-law-yone'","derivation":"from H3615 (כָּלָה);","strongs_definition":"pining, destruction","kjv_definition":"consumption, failing."} +{"id":"H3632","strongs_number":"H3632","system":"hebrew","language":"hebrew","number_value":3632,"lemma":"כָּלִיל","transliteration":"kâlîyl","pronunciation":"kaw-leel'","derivation":"from H3634 (כָּלַל);","strongs_definition":"complete; as noun, the whole (specifically, a sacrifice entirely consumed); as adverb, fully","kjv_definition":"all, every whit, flame, perfect(-ion), utterly, whole burnt offering (sacrifice), wholly."} +{"id":"H3633","strongs_number":"H3633","system":"hebrew","language":"hebrew","number_value":3633,"lemma":"כַּלְכֹּל","transliteration":"Kalkôl","pronunciation":"kal-kole'","derivation":"from H3557 (כּוּל); sustenance;","strongs_definition":"Calcol, an Israelite","kjv_definition":"Calcol, Chalcol."} +{"id":"H3634","strongs_number":"H3634","system":"hebrew","language":"hebrew","number_value":3634,"lemma":"כָּלַל","transliteration":"kâlal","pronunciation":"kaw-lal'","derivation":"a primitive root;","strongs_definition":"to complete","kjv_definition":"(make) perfect."} +{"id":"H3635","strongs_number":"H3635","system":"hebrew","language":"hebrew","number_value":3635,"lemma":"כְּלַל","transliteration":"kᵉlal","pronunciation":"kel-al'","derivation":"(Aramaic) corresponding to H3634 (כָּלַל);","strongs_definition":"to complete","kjv_definition":"finish, make (set) up."} +{"id":"H3636","strongs_number":"H3636","system":"hebrew","language":"hebrew","number_value":3636,"lemma":"כְּלָל","transliteration":"Kᵉlâl","pronunciation":"kel-awl'","derivation":"from H3634 (כָּלַל); complete;","strongs_definition":"Kelal, an Israelite","kjv_definition":"Chelal."} +{"id":"H3637","strongs_number":"H3637","system":"hebrew","language":"hebrew","number_value":3637,"lemma":"כָּלַם","transliteration":"kâlam","pronunciation":"kaw-lawm'","derivation":"a primitive root;","strongs_definition":"properly, to wound; but only figuratively, to taunt or insult","kjv_definition":"be (make) ashamed, blush, be confounded, be put to confusion, hurt, reproach, (do, put to) shame."} +{"id":"H3638","strongs_number":"H3638","system":"hebrew","language":"hebrew","number_value":3638,"lemma":"כִּלְמָד","transliteration":"Kilmâd","pronunciation":"kil-mawd'","derivation":"of foreign derivation;","strongs_definition":"Kilmad, a place apparently in the Assyrian empire","kjv_definition":"Chilmad."} +{"id":"H3639","strongs_number":"H3639","system":"hebrew","language":"hebrew","number_value":3639,"lemma":"כְּלִמָּה","transliteration":"kᵉlimmâh","pronunciation":"kel-im-maw'","derivation":"from H3637 (כָּלַם);","strongs_definition":"disgrace","kjv_definition":"confusion, dishonour, reproach, shame."} +{"id":"H3640","strongs_number":"H3640","system":"hebrew","language":"hebrew","number_value":3640,"lemma":"כְּלִמּוּת","transliteration":"kᵉlimmûwth","pronunciation":"kel-im-mooth'","derivation":"from H3639 (כְּלִמָּה);","strongs_definition":"disgrace","kjv_definition":"shame."} +{"id":"H3641","strongs_number":"H3641","system":"hebrew","language":"hebrew","number_value":3641,"lemma":"כַּלְנֶה","transliteration":"Kalneh","pronunciation":"kal-neh'","derivation":"or כַּלְנֵה; also כַּלְנוֹ; of foreign derivation;","strongs_definition":"Calneh or Calno, a place in the Assyrian empire","kjv_definition":"Calneh, Calno. Compare H3656 (כַּנֶּה)."} +{"id":"H3642","strongs_number":"H3642","system":"hebrew","language":"hebrew","number_value":3642,"lemma":"כָּמַהּ","transliteration":"kâmahh","pronunciation":"kaw-mah","derivation":"a primitive root;","strongs_definition":"to pine after","kjv_definition":"long."} +{"id":"H3643","strongs_number":"H3643","system":"hebrew","language":"hebrew","number_value":3643,"lemma":"כִּמְהָם","transliteration":"Kimhâm","pronunciation":"kim-hawm'","derivation":"from H3642 (כָּמַהּ); pining;","strongs_definition":"Kimham, an Israelite","kjv_definition":"Chimham."} +{"id":"H3644","strongs_number":"H3644","system":"hebrew","language":"hebrew","number_value":3644,"lemma":"כְּמוֹ","transliteration":"kᵉmôw","pronunciation":"kem-o'","derivation":"or כָּמוֹ; (compare H3651 (כֵּן));","strongs_definition":"a form of the prefix 'k-', but used separately as, thus, so","kjv_definition":"according to, (such) as (it were, well as), in comparison of, like (as, to, unto), thus, when, worth."} +{"id":"H3645","strongs_number":"H3645","system":"hebrew","language":"hebrew","number_value":3645,"lemma":"כְּמוֹשׁ","transliteration":"Kᵉmôwsh","pronunciation":"kem-oshe'","derivation":"or (Jeremiah 48:7) כְּמִישׁ; from an unused root meaning to subdue; the powerful;","strongs_definition":"Kemosh, the god of the Moabites","kjv_definition":"Chemosh."} +{"id":"H3646","strongs_number":"H3646","system":"hebrew","language":"hebrew","number_value":3646,"lemma":"כַּמֹּן","transliteration":"kammôn","pronunciation":"kam-mone'","derivation":"from an unused root meaning to store up or preserve;","strongs_definition":"'cummin' (from its use as a condiment)","kjv_definition":"cummin."} +{"id":"H3647","strongs_number":"H3647","system":"hebrew","language":"hebrew","number_value":3647,"lemma":"כָּמַס","transliteration":"kâmaç","pronunciation":"kaw-mas'","derivation":"a primitive root;","strongs_definition":"to store away, i.e. (figuratively) in the memory","kjv_definition":"lay up in store."} +{"id":"H3648","strongs_number":"H3648","system":"hebrew","language":"hebrew","number_value":3648,"lemma":"כָּמַר","transliteration":"kâmar","pronunciation":"kaw-mar'","derivation":"a primitive root;","strongs_definition":"properly, to intertwine or contract, i.e. (by implication) to shrivel (as with heat); figuratively, to be deeply affected with passion (love or pity)","kjv_definition":"be black, be kindled, yearn."} +{"id":"H3649","strongs_number":"H3649","system":"hebrew","language":"hebrew","number_value":3649,"lemma":"כָּמָר","transliteration":"kâmâr","pronunciation":"kaw-mawr'","derivation":"from H3648 (כָּמַר);","strongs_definition":"properly, an ascetic (as if shrunk with self-maceration), i.e. an idolatrous priest (only in plural)","kjv_definition":"Chemarims (idolatrous) priests."} +{"id":"H3650","strongs_number":"H3650","system":"hebrew","language":"hebrew","number_value":3650,"lemma":"כִּמְרִיר","transliteration":"kimrîyr","pronunciation":"kim-reer'","derivation":"redupl. from H3648 (כָּמַר);","strongs_definition":"obscuration (as if from shrinkage of light, i.e. an eclipse (only in plural)","kjv_definition":"blackness."} +{"id":"H3651","strongs_number":"H3651","system":"hebrew","language":"hebrew","number_value":3651,"lemma":"כֵּן","transliteration":"kên","pronunciation":"kane","derivation":"from H3559 (כּוּן);","strongs_definition":"properly, set upright; hence (figuratively as adjective) just; but usually (as adverb or conjunction) rightly or so (in various applications to manner, time and relation; often with other particles)","kjv_definition":"[phrase] after that (this, -ward, -wards), as... as, [phrase] (for-) asmuch as yet, [phrase] be (for which) cause, [phrase] following, howbeit, in (the) like (manner, -wise), [idiom] the more, right, (even) so, state, straightway, such (thing), surely, [phrase] there (where) -fore, this, thus, true, well, [idiom] you."} +{"id":"H3652","strongs_number":"H3652","system":"hebrew","language":"hebrew","number_value":3652,"lemma":"כֵּן","transliteration":"kên","pronunciation":"kane","derivation":"(Aramaic) corresponding to H3651 (כֵּן);","strongs_definition":"so","kjv_definition":"thus."} +{"id":"H3653","strongs_number":"H3653","system":"hebrew","language":"hebrew","number_value":3653,"lemma":"כֵּן","transliteration":"kên","pronunciation":"kane","derivation":"the same as H3651 (כֵּן), used as a noun;","strongs_definition":"a stand, i.e. pedestal or station","kjv_definition":"base, estate, foot, office, place, well."} +{"id":"H3654","strongs_number":"H3654","system":"hebrew","language":"hebrew","number_value":3654,"lemma":"כֵּן","transliteration":"kên","pronunciation":"kane","derivation":"from H3661 (כָּנַן) in the sense of fastening; (from infixing its sting; used only in plural (and irregular in Exodus 8:17,18; Hebrews 13:14))","strongs_definition":"a gnat","kjv_definition":"lice, [idiom] manner."} +{"id":"H3655","strongs_number":"H3655","system":"hebrew","language":"hebrew","number_value":3655,"lemma":"כָּנָה","transliteration":"kânâh","pronunciation":"kaw-naw'","derivation":"a primitive root;","strongs_definition":"to address by an additional name; hence, to eulogize","kjv_definition":"give flattering titles, surname (himself)."} +{"id":"H3656","strongs_number":"H3656","system":"hebrew","language":"hebrew","number_value":3656,"lemma":"כַּנֶּה","transliteration":"Kanneh","pronunciation":"kan-neh'","derivation":"for H3641 (כַּלְנֶה);","strongs_definition":"Canneh, a place in Assyria","kjv_definition":"Canneh."} +{"id":"H3657","strongs_number":"H3657","system":"hebrew","language":"hebrew","number_value":3657,"lemma":"כַּנָּה","transliteration":"kannâh","pronunciation":"kaw-naw'","derivation":"from H3661 (כָּנַן);","strongs_definition":"a plant (as set)","kjv_definition":"[idiom] vineyard."} +{"id":"H3658","strongs_number":"H3658","system":"hebrew","language":"hebrew","number_value":3658,"lemma":"כִּנּוֹר","transliteration":"kinnôwr","pronunciation":"kin-nore'","derivation":"from a unused root meaning to twang;","strongs_definition":"a harp","kjv_definition":"harp."} +{"id":"H3659","strongs_number":"H3659","system":"hebrew","language":"hebrew","number_value":3659,"lemma":"כׇּנְיָהוּ","transliteration":"Konyâhûw","pronunciation":"kon-yaw'-hoo","derivation":"for H3204 (יְכׇנְיָה);","strongs_definition":"Conjah, an Israelite king","kjv_definition":"Coniah."} +{"id":"H3660","strongs_number":"H3660","system":"hebrew","language":"hebrew","number_value":3660,"lemma":"כְּנֵמָא","transliteration":"kᵉnêmâʼ","pronunciation":"ken-ay-maw'","derivation":"(Aramaic) corresponding to H3644 (כְּמוֹ);","strongs_definition":"so or thus","kjv_definition":"so, (in) this manner (sort), thus."} +{"id":"H3661","strongs_number":"H3661","system":"hebrew","language":"hebrew","number_value":3661,"lemma":"כָּנַן","transliteration":"kânan","pronunciation":"kaw-nan'","derivation":"a primitive root;","strongs_definition":"to set out, i.e. plant","kjv_definition":"[idiom] vineyard."} +{"id":"H3662","strongs_number":"H3662","system":"hebrew","language":"hebrew","number_value":3662,"lemma":"כְּנָנִי","transliteration":"Kᵉnânîy","pronunciation":"ken-aw-nee'","derivation":"from H3661 (כָּנַן); planted;","strongs_definition":"Kenani, an Israelite","kjv_definition":"Chenani."} +{"id":"H3663","strongs_number":"H3663","system":"hebrew","language":"hebrew","number_value":3663,"lemma":"כְּנַנְיָה","transliteration":"Kᵉnanyâh","pronunciation":"ken-an-yaw'","derivation":"or כְּנַנְיָהוּ; from H3661 (כָּנַן) and H3050 (יָהּ); Jah has planted;","strongs_definition":"Kenanjah, an Israelite","kjv_definition":"Chenaniah."} +{"id":"H3664","strongs_number":"H3664","system":"hebrew","language":"hebrew","number_value":3664,"lemma":"כָּנַס","transliteration":"kânaç","pronunciation":"kaw-nas'","derivation":"a primitive root;","strongs_definition":"to collect; hence, to enfold","kjv_definition":"gather (together), heap up, wrap self."} +{"id":"H3665","strongs_number":"H3665","system":"hebrew","language":"hebrew","number_value":3665,"lemma":"כָּנַע","transliteration":"kânaʻ","pronunciation":"kaw-nah'","derivation":"a primitive root;","strongs_definition":"properly, to bend the knee; hence, to humiliate, vanquish","kjv_definition":"bring down (low), into subjection, under, humble (self), subdue."} +{"id":"H3666","strongs_number":"H3666","system":"hebrew","language":"hebrew","number_value":3666,"lemma":"כִּנְעָה","transliteration":"kinʻâh","pronunciation":"kin-aw'","derivation":"from H3665 (כָּנַע) in the sense of folding (compare H3664 (כָּנַס));","strongs_definition":"a package","kjv_definition":"wares."} +{"id":"H3667","strongs_number":"H3667","system":"hebrew","language":"hebrew","number_value":3667,"lemma":"כְּנַעַן","transliteration":"Kᵉnaʻan","pronunciation":"ken-ah'-an","derivation":"from H3665 (כָּנַע); humiliated;","strongs_definition":"Kenaan, a son a Ham; also the country inhabited by him","kjv_definition":"Canaan, merchant, traffick."} +{"id":"H3668","strongs_number":"H3668","system":"hebrew","language":"hebrew","number_value":3668,"lemma":"כְּנַעֲנָה","transliteration":"Kᵉnaʻănâh","pronunciation":"ken-ah-an-aw'","derivation":"feminine of H3667 (כְּנַעַן);","strongs_definition":"Kenaanah, the name of two Israelites","kjv_definition":"Chenaanah."} +{"id":"H3669","strongs_number":"H3669","system":"hebrew","language":"hebrew","number_value":3669,"lemma":"כְּנַעַנִי","transliteration":"Kᵉnaʻanîy","pronunciation":"ken-ah-an-ee'","derivation":"patrial from H3667 (כְּנַעַן);","strongs_definition":"a Kenaanite or inhabitant of Kenaan; by implication, a pedlar (the Canaanites standing for their neighbors the Ishmaelites, who conducted mercantile caravans)","kjv_definition":"Canaanite, merchant, trafficker."} +{"id":"H3670","strongs_number":"H3670","system":"hebrew","language":"hebrew","number_value":3670,"lemma":"כָּנַף","transliteration":"kânaph","pronunciation":"kaw-naf'","derivation":"a primitive root;","strongs_definition":"properly, to project laterally, i.e. probably (reflexive) to withdraw","kjv_definition":"be removed."} +{"id":"H3671","strongs_number":"H3671","system":"hebrew","language":"hebrew","number_value":3671,"lemma":"כָּנָף","transliteration":"kânâph","pronunciation":"kaw-nawf'","derivation":"from H3670 (כָּנַף);","strongs_definition":"an edge or extremity; specifically (of a bird or army) a wing, (of a garment or bedclothing) a flap, (of the earth) a quarter, (of a building) a pinnacle","kjv_definition":"[phrase] bird, border, corner, end, feather(-ed), [idiom] flying, [phrase] (one an-) other, overspreading, [idiom] quarters, skirt, [idiom] sort, uttermost part, wing(-ed)."} +{"id":"H3672","strongs_number":"H3672","system":"hebrew","language":"hebrew","number_value":3672,"lemma":"כִּנְּרוֹת","transliteration":"Kinnᵉrôwth","pronunciation":"kin-ner-oth'","derivation":"or כִּנֶּרֶתlemma כִּנֶרֶת missing dagesh, corrected to כִּנֶּרֶת; respectively plural and singular feminine from the same as H3658 (כִּנּוֹר); perhaps harp-shaped;","strongs_definition":"Kinneroth or Kinnereth, a place in Palestine","kjv_definition":"Chinnereth, Chinneroth, Cinneroth."} +{"id":"H3673","strongs_number":"H3673","system":"hebrew","language":"hebrew","number_value":3673,"lemma":"כָּנַשׁ","transliteration":"kânash","pronunciation":"kaw-nash'","derivation":"(Aramaic) corresponding to H3664 (כָּנַס);","strongs_definition":"to assemble","kjv_definition":"gather together."} +{"id":"H3674","strongs_number":"H3674","system":"hebrew","language":"hebrew","number_value":3674,"lemma":"כְּנָת","transliteration":"kᵉnâth","pronunciation":"ken-awth'","derivation":"from H3655 (כָּנָה);","strongs_definition":"a colleague (as having the same title)","kjv_definition":"companion."} +{"id":"H3675","strongs_number":"H3675","system":"hebrew","language":"hebrew","number_value":3675,"lemma":"כְּנָת","transliteration":"kᵉnâth","pronunciation":"ken-awth'","derivation":"(Aramaic) corresponding to H3674 (כְּנָת)","strongs_definition":"{a colleague (as having the same title)}","kjv_definition":"companion."} +{"id":"H3676","strongs_number":"H3676","system":"hebrew","language":"hebrew","number_value":3676,"lemma":"כֵּס","transliteration":"kêç","pronunciation":"kace","derivation":"apparently a contraction for H3678 (כִּסֵּא), but probably by erroneous transcription for H5251 (נֵס)","strongs_definition":"{a flag; also a sail; by implication, a flagstaff; generally a signal; figuratively, a token}","kjv_definition":"sworn."} +{"id":"H3677","strongs_number":"H3677","system":"hebrew","language":"hebrew","number_value":3677,"lemma":"כֶּסֶא","transliteration":"keçeʼ","pronunciation":"keh'-seh","derivation":"or כֶּסֶה; apparently from H3680 (כָּסָה);","strongs_definition":"properly, fulness or the full moon, i.e. its festival","kjv_definition":"(time) appointed."} +{"id":"H3678","strongs_number":"H3678","system":"hebrew","language":"hebrew","number_value":3678,"lemma":"כִּסֵּא","transliteration":"kiççêʼ","pronunciation":"kis-say'","derivation":"or כִּסֵּה; from H3680 (כָּסָה);","strongs_definition":"properly, covered, i.e. a throne (as canopied)","kjv_definition":"seat, stool, throne."} +{"id":"H3679","strongs_number":"H3679","system":"hebrew","language":"hebrew","number_value":3679,"lemma":"כַּסְדַּי","transliteration":"Kaçday","pronunciation":"kas-dah'-ee","derivation":"for H3778 (כַּשְׂדִּי)","strongs_definition":"{a Kasdite, or descendant of Kesed; by implication, a Chaldaean (as if so descended); also an astrologer (as if proverbial of that people}","kjv_definition":"Chaldean."} +{"id":"H3680","strongs_number":"H3680","system":"hebrew","language":"hebrew","number_value":3680,"lemma":"כָּסָה","transliteration":"kâçâh","pronunciation":"kaw-saw'","derivation":"a primitive root;","strongs_definition":"properly, to plump, i.e. fill up hollows; by implication, to cover (for clothing or secrecy)","kjv_definition":"clad self, close, clothe, conceal, cover (self), (flee to) hide, overwhelm. Compare H3780 (כָּשָׂה)."} +{"id":"H3681","strongs_number":"H3681","system":"hebrew","language":"hebrew","number_value":3681,"lemma":"כָּסוּי","transliteration":"kâçûwy","pronunciation":"kaw-soo'-ee","derivation":"passive participle of H3680 (כָּסָה);","strongs_definition":"properly, covered, i.e. (as noun) a covering","kjv_definition":"covering."} +{"id":"H3682","strongs_number":"H3682","system":"hebrew","language":"hebrew","number_value":3682,"lemma":"כְּסוּת","transliteration":"kᵉçûwth","pronunciation":"kes-ooth'","derivation":"from H3680 (כָּסָה);","strongs_definition":"a cover (garment); figuratively, a veiling","kjv_definition":"covering, raiment, vesture."} +{"id":"H3683","strongs_number":"H3683","system":"hebrew","language":"hebrew","number_value":3683,"lemma":"כָּסַח","transliteration":"kâçach","pronunciation":"kaw-sakh'","derivation":"a primitive root;","strongs_definition":"to cut off","kjv_definition":"cut down (up)."} +{"id":"H3684","strongs_number":"H3684","system":"hebrew","language":"hebrew","number_value":3684,"lemma":"כְּסִיל","transliteration":"kᵉçîyl","pronunciation":"kes-eel'","derivation":"from H3688 (כָּסַל);","strongs_definition":"properly, fat, i.e. (figuratively) stupid or silly","kjv_definition":"fool(-ish)."} +{"id":"H3685","strongs_number":"H3685","system":"hebrew","language":"hebrew","number_value":3685,"lemma":"כְּסִיל","transliteration":"Kᵉçîyl","pronunciation":"kes-eel'","derivation":"the same as H3684 (כְּסִיל);","strongs_definition":"any notable constellation; specifically Orion (as if a burly one)","kjv_definition":"constellation, Orion."} +{"id":"H3686","strongs_number":"H3686","system":"hebrew","language":"hebrew","number_value":3686,"lemma":"כְּסִיל","transliteration":"Kᵉçîyl","pronunciation":"kes-eel'","derivation":"the same as H3684 (כְּסִיל);","strongs_definition":"Kesil, a place in Palestine","kjv_definition":"Chesil."} +{"id":"H3687","strongs_number":"H3687","system":"hebrew","language":"hebrew","number_value":3687,"lemma":"כְּסִילוּת","transliteration":"kᵉçîylûwth","pronunciation":"kes-eel-ooth'","derivation":"from H3684 (כְּסִיל);","strongs_definition":"silliness","kjv_definition":"foolish."} +{"id":"H3688","strongs_number":"H3688","system":"hebrew","language":"hebrew","number_value":3688,"lemma":"כָּסַל","transliteration":"kâçal","pronunciation":"kaw-sal'","derivation":"a primitive root;","strongs_definition":"properly, to be fat, i.e. (figuratively) silly","kjv_definition":"be foolish."} +{"id":"H3689","strongs_number":"H3689","system":"hebrew","language":"hebrew","number_value":3689,"lemma":"כֶּסֶל","transliteration":"keçel","pronunciation":"keh'-sel","derivation":"from H3688 (כָּסַל);","strongs_definition":"properly, fatness, i.e. by implication (literally) the loin (as the seat of the leaf fat) or (generally) the viscera; also (figuratively) silliness or (in a good sense) trust","kjv_definition":"confidence, flank, folly, hope, loin."} +{"id":"H3690","strongs_number":"H3690","system":"hebrew","language":"hebrew","number_value":3690,"lemma":"כִּסְלָה","transliteration":"kiçlâh","pronunciation":"kis-law'","derivation":"feminine of H3689 (כֶּסֶל);","strongs_definition":"in a good sense, trust; in a bad one, silliness","kjv_definition":"confidence, folly."} +{"id":"H3691","strongs_number":"H3691","system":"hebrew","language":"hebrew","number_value":3691,"lemma":"כִּסְלֵו","transliteration":"Kiçlêv","pronunciation":"kis-lave'","derivation":"probably of foreign origin;","strongs_definition":"Kisleu, the 9th Hebrew month","kjv_definition":"Chisleu."} +{"id":"H3692","strongs_number":"H3692","system":"hebrew","language":"hebrew","number_value":3692,"lemma":"כִּסְלוֹן","transliteration":"Kiçlôwn","pronunciation":"kis-lone'","derivation":"from H3688 (כָּסַל); hopeful;","strongs_definition":"Kislon, an Israelite","kjv_definition":"Chislon."} +{"id":"H3693","strongs_number":"H3693","system":"hebrew","language":"hebrew","number_value":3693,"lemma":"כְּסָלוֹן","transliteration":"Kᵉçâlôwn","pronunciation":"kes-aw-lone'","derivation":"from H3688 (כָּסַל); fertile;","strongs_definition":"Kesalon, a place in Palestine","kjv_definition":"Chesalon."} +{"id":"H3694","strongs_number":"H3694","system":"hebrew","language":"hebrew","number_value":3694,"lemma":"כְּסֻלּוֹת","transliteration":"Kᵉçullôwth","pronunciation":"kes-ool-loth'","derivation":"feminine plural of passive participle of H3688 (כָּסַל); fattened;","strongs_definition":"Kesulloth, a place in Palestine","kjv_definition":"Chesulloth."} +{"id":"H3695","strongs_number":"H3695","system":"hebrew","language":"hebrew","number_value":3695,"lemma":"כַּסְלֻחִים","transliteration":"Kaçluchîym","pronunciation":"kas-loo'-kheem","derivation":"a plural probably of foreign derivation;","strongs_definition":"Casluchim, a people cognate to the Egyptians","kjv_definition":"Casluhim."} +{"id":"H3696","strongs_number":"H3696","system":"hebrew","language":"hebrew","number_value":3696,"lemma":"כִּסְלֹת תָּבֹר","transliteration":"Kiçlôth Tâbôr","pronunciation":"kis-loth' taw-bore'","derivation":"from the feminine plural of H3689 (כֶּסֶל) and H8396 (תָּבוֹר); flanks of Tabor;","strongs_definition":"Kisloth-Tabor, a place in Palestine","kjv_definition":"Chisloth-tabor."} +{"id":"H3697","strongs_number":"H3697","system":"hebrew","language":"hebrew","number_value":3697,"lemma":"כָּסַם","transliteration":"kâçam","pronunciation":"kaw-sam'","derivation":"a primitive root;","strongs_definition":"to shear","kjv_definition":"[idiom] only, poll. Compare H3765 (כִּרְסֵם)."} +{"id":"H3698","strongs_number":"H3698","system":"hebrew","language":"hebrew","number_value":3698,"lemma":"כֻּסֶּמֶת","transliteration":"kuççemeth","pronunciation":"koos-seh'-meth","derivation":"from H3697 (כָּסַם);","strongs_definition":"spelt (from its bristliness as if just shorn)","kjv_definition":"fitches, rie."} +{"id":"H3699","strongs_number":"H3699","system":"hebrew","language":"hebrew","number_value":3699,"lemma":"כָּסַס","transliteration":"kâçaç","pronunciation":"kaw-sas'","derivation":"a primitive root;","strongs_definition":"to estimate","kjv_definition":"make count."} +{"id":"H3700","strongs_number":"H3700","system":"hebrew","language":"hebrew","number_value":3700,"lemma":"כָּסַף","transliteration":"kâçaph","pronunciation":"kaw-saf'","derivation":"a primitive root;","strongs_definition":"properly, to become pale, i.e. (by implication) to pine after; also to fear","kjv_definition":"(have) desire, be greedy, long, sore."} +{"id":"H3701","strongs_number":"H3701","system":"hebrew","language":"hebrew","number_value":3701,"lemma":"כֶּסֶף","transliteration":"keçeph","pronunciation":"keh'-sef","derivation":"from H3700 (כָּסַף);","strongs_definition":"silver (from its pale color); by implication, money","kjv_definition":"money, price, silver(-ling)."} +{"id":"H3702","strongs_number":"H3702","system":"hebrew","language":"hebrew","number_value":3702,"lemma":"כְּסַף","transliteration":"kᵉçaph","pronunciation":"kes-af'","derivation":"(Aramaic) corresponding to H3701 (כֶּסֶף)","strongs_definition":"{silver (from its pale color); by implication, money}","kjv_definition":"money, silver."} +{"id":"H3703","strongs_number":"H3703","system":"hebrew","language":"hebrew","number_value":3703,"lemma":"כָּסִפְיָא","transliteration":"Kâçiphyâʼ","pronunciation":"kaw-sif-yaw'","derivation":"perhaps from H3701 (כֶּסֶף); silvery;","strongs_definition":"Casiphja, a place in Babylon","kjv_definition":"Casiphia."} +{"id":"H3704","strongs_number":"H3704","system":"hebrew","language":"hebrew","number_value":3704,"lemma":"כֶּסֶת","transliteration":"keçeth","pronunciation":"keh'-seth","derivation":"from H3680 (כָּסָה);","strongs_definition":"a cushion or pillow (as covering a seat or bed)","kjv_definition":"pillow."} +{"id":"H3705","strongs_number":"H3705","system":"hebrew","language":"hebrew","number_value":3705,"lemma":"כְּעַן","transliteration":"kᵉʻan","pronunciation":"keh-an'","derivation":"(Aramaic) probably from H3652 (כֵּן);","strongs_definition":"now","kjv_definition":"now."} +{"id":"H3706","strongs_number":"H3706","system":"hebrew","language":"hebrew","number_value":3706,"lemma":"כְּעֶנֶת","transliteration":"kᵉʻeneth","pronunciation":"keh-eh'-neth","derivation":"(Aramaic) or כְּעֶת; (Aramaic), feminine of H3705 (כְּעַן);","strongs_definition":"thus (only in the formula 'and so forth')","kjv_definition":"at such a time."} +{"id":"H3707","strongs_number":"H3707","system":"hebrew","language":"hebrew","number_value":3707,"lemma":"כַּעַס","transliteration":"kaʻaç","pronunciation":"kaw-as'","derivation":"a primitive root;","strongs_definition":"to trouble; by implication, to grieve, rage, be indignant","kjv_definition":"be angry, be grieved, take indignation, provoke (to anger, unto wrath), have sorrow, vex, be wroth."} +{"id":"H3708","strongs_number":"H3708","system":"hebrew","language":"hebrew","number_value":3708,"lemma":"כַּעַס","transliteration":"kaʻaç","pronunciation":"kah'-as","derivation":"or (in Job) כַּעַשׂ; from H3707 (כַּעַס);","strongs_definition":"vexation","kjv_definition":"anger, angry, grief, indignation, provocation, provoking, [idiom] sore, sorrow, spite, wrath."} +{"id":"H3709","strongs_number":"H3709","system":"hebrew","language":"hebrew","number_value":3709,"lemma":"כַּף","transliteration":"kaph","pronunciation":"kaf","derivation":"from H3721 (כָּפַף);","strongs_definition":"the hollow hand or palm (so of the paw of an animal, of the sole, and even of the bowl of a dish or sling, the handle of a bolt, the leaves of a palm-tree); figuratively, power","kjv_definition":"branch, [phrase] foot, hand((-ful), -dle, (-led)), hollow, middle, palm, paw, power, sole, spoon."} +{"id":"H3710","strongs_number":"H3710","system":"hebrew","language":"hebrew","number_value":3710,"lemma":"כֵּף","transliteration":"kêph","pronunciation":"kafe","derivation":"from H3721 (כָּפַף);","strongs_definition":"a hollow rock","kjv_definition":"rock."} +{"id":"H3711","strongs_number":"H3711","system":"hebrew","language":"hebrew","number_value":3711,"lemma":"כָּפָה","transliteration":"kâphâh","pronunciation":"kaw-faw'","derivation":"a primitive root;","strongs_definition":"properly, to bend, i.e. (figuratively) to tame or subdue","kjv_definition":"pacify."} +{"id":"H3712","strongs_number":"H3712","system":"hebrew","language":"hebrew","number_value":3712,"lemma":"כִּפָּה","transliteration":"kippâh","pronunciation":"kip-paw'","derivation":"feminine of H3709 (כַּף);","strongs_definition":"a leaf of a palmtree","kjv_definition":"branch."} +{"id":"H3713","strongs_number":"H3713","system":"hebrew","language":"hebrew","number_value":3713,"lemma":"כְּפוֹר","transliteration":"kᵉphôwr","pronunciation":"kef-ore'","derivation":"from H3722 (כָּפַר);","strongs_definition":"properly, a cover, i.e. (by implication) a tankard (or covered goblet); also white frost (as covering the ground)","kjv_definition":"bason, hoar(-y) frost."} +{"id":"H3714","strongs_number":"H3714","system":"hebrew","language":"hebrew","number_value":3714,"lemma":"כָּפִיס","transliteration":"kâphîyç","pronunciation":"kaw-fece'","derivation":"from an unused root meaning to connect;","strongs_definition":"a girder","kjv_definition":"beam."} +{"id":"H3715","strongs_number":"H3715","system":"hebrew","language":"hebrew","number_value":3715,"lemma":"כְּפִיר","transliteration":"kᵉphîyr","pronunciation":"kef-eer'","derivation":"from H3722 (כָּפַר);","strongs_definition":"a village (as covered in by walls); also a young lion (perhaps as covered with a mane)","kjv_definition":"(young) lion, village. Compare H3723 (כָּפָר)."} +{"id":"H3716","strongs_number":"H3716","system":"hebrew","language":"hebrew","number_value":3716,"lemma":"כְּפִירָה","transliteration":"Kᵉphîyrâh","pronunciation":"kef-ee-raw'","derivation":"feminine of H3715 (כְּפִיר); the village (always with the art.);","strongs_definition":"Kephirah, a place in Palestine","kjv_definition":"Chephirah."} +{"id":"H3717","strongs_number":"H3717","system":"hebrew","language":"hebrew","number_value":3717,"lemma":"כָּפַל","transliteration":"kâphal","pronunciation":"kaw-fal'","derivation":"a primitive root;","strongs_definition":"to fold together; figuratively, to repeat","kjv_definition":"double."} +{"id":"H3718","strongs_number":"H3718","system":"hebrew","language":"hebrew","number_value":3718,"lemma":"כֶּפֶל","transliteration":"kephel","pronunciation":"keh'-fel","derivation":"from H3717 (כָּפַל);","strongs_definition":"a duplicate","kjv_definition":"double."} +{"id":"H3719","strongs_number":"H3719","system":"hebrew","language":"hebrew","number_value":3719,"lemma":"כָּפַן","transliteration":"kâphan","pronunciation":"kaw-fan'","derivation":"a primitive root;","strongs_definition":"to bend","kjv_definition":"bend."} +{"id":"H3720","strongs_number":"H3720","system":"hebrew","language":"hebrew","number_value":3720,"lemma":"כָּפָן","transliteration":"kâphân","pronunciation":"kaw-fawn'","derivation":"from H3719 (כָּפַן);","strongs_definition":"hunger (as making to stoop with emptiness and pain)","kjv_definition":"famine."} +{"id":"H3721","strongs_number":"H3721","system":"hebrew","language":"hebrew","number_value":3721,"lemma":"כָּפַף","transliteration":"kâphaph","pronunciation":"kaw-faf'","derivation":"a primitive root;","strongs_definition":"to curve","kjv_definition":"bow down (self)."} +{"id":"H3722","strongs_number":"H3722","system":"hebrew","language":"hebrew","number_value":3722,"lemma":"כָּפַר","transliteration":"kâphar","pronunciation":"kaw-far'","derivation":"a primitive root;","strongs_definition":"to cover (specifically with bitumen); figuratively, to expiate or condone, to placate or cancel","kjv_definition":"appease, make (an atonement, cleanse, disannul, forgive, be merciful, pacify, pardon, purge (away), put off, (make) reconcile(-liation)."} +{"id":"H3723","strongs_number":"H3723","system":"hebrew","language":"hebrew","number_value":3723,"lemma":"כָּפָר","transliteration":"kâphâr","pronunciation":"kaw-fawr'","derivation":"from H3722 (כָּפַר);","strongs_definition":"a village (as protected by walls)","kjv_definition":"village. Compare H3715 (כְּפִיר)."} +{"id":"H3724","strongs_number":"H3724","system":"hebrew","language":"hebrew","number_value":3724,"lemma":"כֹּפֶר","transliteration":"kôpher","pronunciation":"ko'-fer","derivation":"from H3722 (כָּפַר);","strongs_definition":"properly, a cover, i.e. (literally) a village (as covered in); (specifically) bitumen (as used for coating), and the henna plant (as used for dyeing); figuratively, a redemption-price","kjv_definition":"bribe, camphire, pitch, ransom, satisfaction, sum of money, village."} +{"id":"H3725","strongs_number":"H3725","system":"hebrew","language":"hebrew","number_value":3725,"lemma":"כִּפֻּר","transliteration":"kippur","pronunciation":"kip-poor'","derivation":"from H3722 (כָּפַר);","strongs_definition":"expiation (only in plural)","kjv_definition":"atonement."} +{"id":"H3726","strongs_number":"H3726","system":"hebrew","language":"hebrew","number_value":3726,"lemma":"כְּפַר הָעַמּוֹנִי","transliteration":"Kᵉphar hâ-ʻAmmôwnîy","pronunciation":"kef-ar' haw-am-monee'","derivation":"from H3723 (כָּפָר) and H5984 (עַמּוֹנִי), with the article interposed; village of the Ammonite;","strongs_definition":"Kefar-ha-Ammoni, a place in Palestine","kjv_definition":"Chefarhaamonai."} +{"id":"H3727","strongs_number":"H3727","system":"hebrew","language":"hebrew","number_value":3727,"lemma":"כַּפֹּרֶת","transliteration":"kappôreth","pronunciation":"kap-po'-reth","derivation":"from H3722 (כָּפַר);","strongs_definition":"a lid (used only of the cover of the sacred Ark)","kjv_definition":"mercy seat."} +{"id":"H3728","strongs_number":"H3728","system":"hebrew","language":"hebrew","number_value":3728,"lemma":"כָּפַשׁ","transliteration":"kâphash","pronunciation":"kaw-fash'","derivation":"a primitive root;","strongs_definition":"to tread down; figuratively, to humiliate","kjv_definition":"cover."} +{"id":"H3729","strongs_number":"H3729","system":"hebrew","language":"hebrew","number_value":3729,"lemma":"כְּפַת","transliteration":"kᵉphath","pronunciation":"kef-ath'","derivation":"(Aramaic) a root of uncertain correspondence;","strongs_definition":"to fetter","kjv_definition":"bind."} +{"id":"H3730","strongs_number":"H3730","system":"hebrew","language":"hebrew","number_value":3730,"lemma":"כַּפְתֹּר","transliteration":"kaphtôr","pronunciation":"kaf-tore'","derivation":"or (Amos 9:1) כַּפְתּוֹר; probably from an unused root meaning to encircle;","strongs_definition":"a chaplet; but used only in an architectonic sense, i.e. the capital of acolumn, or a wreath-like button or disk on the candelabrum","kjv_definition":"knop, (upper) lintel."} +{"id":"H3731","strongs_number":"H3731","system":"hebrew","language":"hebrew","number_value":3731,"lemma":"כַּפְתֹּר","transliteration":"Kaphtôr","pronunciation":"kaf-tore'","derivation":"or (Amos 9:7) כַּפְתּוֹר; apparently the same as H3730 (כַּפְתֹּר);","strongs_definition":"Caphtor (i.e. a wreath-shaped island), the original seat of the Philistines","kjv_definition":"Caphtor."} +{"id":"H3732","strongs_number":"H3732","system":"hebrew","language":"hebrew","number_value":3732,"lemma":"כַּפְתֹּרִי","transliteration":"Kaphtôrîy","pronunciation":"kaf-to-ree'","derivation":"patrial from H3731 (כַּפְתֹּר);","strongs_definition":"a Caphtorite (collectively) or native of Caphtor","kjv_definition":"Caphthorim, Caphtorim(-s)."} +{"id":"H3733","strongs_number":"H3733","system":"hebrew","language":"hebrew","number_value":3733,"lemma":"כַּר","transliteration":"kar","pronunciation":"kar","derivation":"from H3769 (כָּרַר) in the sense of plumpness;","strongs_definition":"a ram (as full-grown and fat), including a battering-ram (as butting); hence, a meadow (as for sheep); also a pad or camel's saddle (as puffed out)","kjv_definition":"captain, furniture, lamb, (large) pasture, ram. See also H1033 (בֵּית כַּר), H3746 (כָּרִי)."} +{"id":"H3734","strongs_number":"H3734","system":"hebrew","language":"hebrew","number_value":3734,"lemma":"כֹּר","transliteration":"kôr","pronunciation":"kore","derivation":"from the same as H3564 (כּוּר);","strongs_definition":"properly, a deep round vessel, i.e. (specifically) a cor or measure for things dry","kjv_definition":"cor, measure. Aramaic the same."} +{"id":"H3735","strongs_number":"H3735","system":"hebrew","language":"hebrew","number_value":3735,"lemma":"כָּרָא","transliteration":"Kârâʼ","pronunciation":"kaw-raw'","derivation":"(Aramaic) probably corresponding to H3738 (כָּרָה) in the sense of piercing(figuratively);","strongs_definition":"to grieve","kjv_definition":"be grieved."} +{"id":"H3736","strongs_number":"H3736","system":"hebrew","language":"hebrew","number_value":3736,"lemma":"כַּרְבֵּל","transliteration":"karbêl","pronunciation":"kar-bale'","derivation":"from the same as H3525 (כֶּבֶל);","strongs_definition":"to gird or clothe","kjv_definition":"clothed."} +{"id":"H3737","strongs_number":"H3737","system":"hebrew","language":"hebrew","number_value":3737,"lemma":"כַּרְבְּלָא","transliteration":"karbᵉlâʼ","pronunciation":"kar-bel-aw'","derivation":"(Aramaic) from a verb corresponding to that of H3736 (כַּרְבֵּל);","strongs_definition":"a mantle","kjv_definition":"hat."} +{"id":"H3738","strongs_number":"H3738","system":"hebrew","language":"hebrew","number_value":3738,"lemma":"כָּרָה","transliteration":"kârâh","pronunciation":"kaw-raw'","derivation":"a primitive root;","strongs_definition":"properly, to dig; figuratively, to plot; generally, to bore or open","kjv_definition":"dig, [idiom] make (a banquet), open."} +{"id":"H3739","strongs_number":"H3739","system":"hebrew","language":"hebrew","number_value":3739,"lemma":"כָּרָה","transliteration":"kârâh","pronunciation":"kaw-raw'","derivation":"usually assigned as a primitive root, but probably only a special application of H3738 (כָּרָה) (through the common idea of planning implied in a bargain);","strongs_definition":"to purchase","kjv_definition":"buy, prepare."} +{"id":"H3740","strongs_number":"H3740","system":"hebrew","language":"hebrew","number_value":3740,"lemma":"כֵּרָה","transliteration":"kêrâh","pronunciation":"kay-raw'","derivation":"from H3739 (כָּרָה);","strongs_definition":"a purchase","kjv_definition":"provision."} +{"id":"H3741","strongs_number":"H3741","system":"hebrew","language":"hebrew","number_value":3741,"lemma":"כָּרָה","transliteration":"kârâh","pronunciation":"kaw-raw'","derivation":"feminine of H3733 (כַּר);","strongs_definition":"a meadow","kjv_definition":"cottage."} +{"id":"H3742","strongs_number":"H3742","system":"hebrew","language":"hebrew","number_value":3742,"lemma":"כְּרוּב","transliteration":"kᵉrûwb","pronunciation":"ker-oob'","derivation":"of uncertain derivation;","strongs_definition":"a cherub or imaginary figure","kjv_definition":"cherub, (plural) cherubims."} +{"id":"H3743","strongs_number":"H3743","system":"hebrew","language":"hebrew","number_value":3743,"lemma":"כְּרוּב","transliteration":"Kᵉrûwb","pronunciation":"ker-oob'","derivation":"the same as H3742 (כְּרוּב);","strongs_definition":"Kerub, a place in Babylon","kjv_definition":"Cherub."} +{"id":"H3744","strongs_number":"H3744","system":"hebrew","language":"hebrew","number_value":3744,"lemma":"כָּרוֹז","transliteration":"kârôwz","pronunciation":"kaw-roze'","derivation":"(Aramaic) from H3745 (כְּרַז);","strongs_definition":"a herald","kjv_definition":"herald."} +{"id":"H3745","strongs_number":"H3745","system":"hebrew","language":"hebrew","number_value":3745,"lemma":"כְּרַז","transliteration":"kᵉraz","pronunciation":"ker-az'","derivation":"(Aramaic) probably of Greek origin;","strongs_definition":"to proclaim","kjv_definition":"make a proclamation."} +{"id":"H3746","strongs_number":"H3746","system":"hebrew","language":"hebrew","number_value":3746,"lemma":"כָּרִי","transliteration":"kârîy","pronunciation":"kaw-ree'","derivation":"perhaps an abridged plural of H3733 (כַּר) in the sense of leader (of the flock);","strongs_definition":"a life-guardsman","kjv_definition":"captains, Cherethites (from the margin)."} +{"id":"H3747","strongs_number":"H3747","system":"hebrew","language":"hebrew","number_value":3747,"lemma":"כְּרִית","transliteration":"Kᵉrîyth","pronunciation":"ker-eeth'","derivation":"from H3772 (כָּרַת); a cut;","strongs_definition":"Kerith, a brook of Palestine","kjv_definition":"Cherith."} +{"id":"H3748","strongs_number":"H3748","system":"hebrew","language":"hebrew","number_value":3748,"lemma":"כְּרִיתוּת","transliteration":"kᵉrîythûwth","pronunciation":"ker-ee-thooth'","derivation":"from H3772 (כָּרַת);","strongs_definition":"a cutting (of the matrimonial bond), i.e. divorce","kjv_definition":"divorce(-ment)."} +{"id":"H3749","strongs_number":"H3749","system":"hebrew","language":"hebrew","number_value":3749,"lemma":"כַּרְכֹּב","transliteration":"karkôb","pronunciation":"kar-kobe'","derivation":"expanded from the same as H3522 (כַּבּוֹן);","strongs_definition":"a rim or top margin","kjv_definition":"compass."} +{"id":"H3750","strongs_number":"H3750","system":"hebrew","language":"hebrew","number_value":3750,"lemma":"כַּרְכֹּם","transliteration":"karkôm","pronunciation":"kar-kome'","derivation":"probably of foreign origin;","strongs_definition":"the crocus","kjv_definition":"saffron."} +{"id":"H3751","strongs_number":"H3751","system":"hebrew","language":"hebrew","number_value":3751,"lemma":"כַּרְכְּמִישׁ","transliteration":"Karkᵉmîysh","pronunciation":"kar-kem-eesh'","derivation":"of foreign derivation;","strongs_definition":"Karkemish, a place in Syria","kjv_definition":"Carchemish."} +{"id":"H3752","strongs_number":"H3752","system":"hebrew","language":"hebrew","number_value":3752,"lemma":"כַּרְכַּס","transliteration":"Karkaç","pronunciation":"kar-kas'","derivation":"of Persian origin;","strongs_definition":"Karkas, a eunuch of Xerxes","kjv_definition":"Carcas."} +{"id":"H3753","strongs_number":"H3753","system":"hebrew","language":"hebrew","number_value":3753,"lemma":"כַּרְכָּרָה","transliteration":"karkârâh","pronunciation":"kar-kaw-raw'","derivation":"from H3769 (כָּרַר);","strongs_definition":"a dromedary (from its rapid motion as if dancing)","kjv_definition":"swift beast."} +{"id":"H3754","strongs_number":"H3754","system":"hebrew","language":"hebrew","number_value":3754,"lemma":"כֶּרֶם","transliteration":"kerem","pronunciation":"keh'-rem","derivation":"from an unused root of uncertain meaning;","strongs_definition":"a garden or vineyard","kjv_definition":"vines, (increase of the) vineyard(-s), vintage. See also H1021 (בֵּית הַכֶּרֶם)."} +{"id":"H3755","strongs_number":"H3755","system":"hebrew","language":"hebrew","number_value":3755,"lemma":"כֹּרֵם","transliteration":"kôrêm","pronunciation":"ko-rame'","derivation":"active participle of an imaginary denominative from H3754 (כֶּרֶם);","strongs_definition":"a vinedresser","kjv_definition":"vine dresser (as one or two words)."} +{"id":"H3756","strongs_number":"H3756","system":"hebrew","language":"hebrew","number_value":3756,"lemma":"כַּרְמִי","transliteration":"Karmîy","pronunciation":"kar-mee'","derivation":"from H3754 (כֶּרֶם); gardener;","strongs_definition":"Karmi, the name of three Israelites","kjv_definition":"Carmi."} +{"id":"H3757","strongs_number":"H3757","system":"hebrew","language":"hebrew","number_value":3757,"lemma":"כַּרְמִי","transliteration":"Karmîy","pronunciation":"kar-mee'","derivation":"patronymically from H3756 (כַּרְמִי);","strongs_definition":"a Karmite or descendant of Karmi","kjv_definition":"Carmites."} +{"id":"H3758","strongs_number":"H3758","system":"hebrew","language":"hebrew","number_value":3758,"lemma":"כַּרְמִיל","transliteration":"karmîyl","pronunciation":"kar-mele'","derivation":"probably of foreign origin;","strongs_definition":"carmine, a deep red","kjv_definition":"crimson."} +{"id":"H3759","strongs_number":"H3759","system":"hebrew","language":"hebrew","number_value":3759,"lemma":"כַּרְמֶל","transliteration":"karmel","pronunciation":"kar-mel'","derivation":"from H3754 (כֶּרֶם);","strongs_definition":"a planted field (garden, orchard, vineyard or park); by implication, garden produce","kjv_definition":"full (green) ears (of corn), fruitful field (place), plentiful (field)."} +{"id":"H3760","strongs_number":"H3760","system":"hebrew","language":"hebrew","number_value":3760,"lemma":"כַּרְמֶל","transliteration":"Karmel","pronunciation":"kar-mel'","derivation":"the same as H3759 (כַּרְמֶל);","strongs_definition":"Karmel, the name of a hill and of a town in Palestine","kjv_definition":"Carmel, fruitful (plentiful) field, (place)."} +{"id":"H3761","strongs_number":"H3761","system":"hebrew","language":"hebrew","number_value":3761,"lemma":"כַּרְמְלִי","transliteration":"Karmᵉlîy","pronunciation":"kar-mel-ee'","derivation":"patron from H3760 (כַּרְמֶל);","strongs_definition":"a Karmelite or inhabitant of Karmel (the town)","kjv_definition":"Carmelite."} +{"id":"H3762","strongs_number":"H3762","system":"hebrew","language":"hebrew","number_value":3762,"lemma":"כַּרְמְלִית","transliteration":"Karmᵉlîyth","pronunciation":"kar-mel-eeth'","derivation":"feminine of H3761 (כַּרְמְלִי);","strongs_definition":"a Karmelitess or female inhabitant of Karmel","kjv_definition":"Carmelitess."} +{"id":"H3763","strongs_number":"H3763","system":"hebrew","language":"hebrew","number_value":3763,"lemma":"כְּרָן","transliteration":"Kᵉrân","pronunciation":"ker-awn'","derivation":"of uncertain derivation;","strongs_definition":"Keran, an aboriginal Idumaean","kjv_definition":"Cheran."} +{"id":"H3764","strongs_number":"H3764","system":"hebrew","language":"hebrew","number_value":3764,"lemma":"כׇּרְסֵא","transliteration":"korçêʼ","pronunciation":"kor-say'","derivation":"(Aramaic) corresponding to H3678 (כִּסֵּא);","strongs_definition":"a throne","kjv_definition":"throne."} +{"id":"H3765","strongs_number":"H3765","system":"hebrew","language":"hebrew","number_value":3765,"lemma":"כִּרְסֵם","transliteration":"kirçêm","pronunciation":"kir-same'","derivation":"from H3697 (כָּסַם);","strongs_definition":"to lay waste","kjv_definition":"waste."} +{"id":"H3766","strongs_number":"H3766","system":"hebrew","language":"hebrew","number_value":3766,"lemma":"כָּרַע","transliteration":"kâraʻ","pronunciation":"kaw-rah'","derivation":"a primitive root;","strongs_definition":"to bend the knee; by implication, to sink, to prostrate","kjv_definition":"bow (down, self), bring down (low), cast down, couch, fall, feeble, kneeling, sink, smite (stoop) down, subdue, [idiom] very."} +{"id":"H3767","strongs_number":"H3767","system":"hebrew","language":"hebrew","number_value":3767,"lemma":"כָּרָע","transliteration":"kârâʻ","pronunciation":"kaw-raw'","derivation":"from H3766 (כָּרַע);","strongs_definition":"the leg (from the knee to the ankle) of men or locusts (only in the dual)","kjv_definition":"leg."} +{"id":"H3768","strongs_number":"H3768","system":"hebrew","language":"hebrew","number_value":3768,"lemma":"כַּרְפַּס","transliteration":"karpaç","pronunciation":"kar-pas'","derivation":"of foreign origin;","strongs_definition":"byssus or fine vegetable wool","kjv_definition":"green."} +{"id":"H3769","strongs_number":"H3769","system":"hebrew","language":"hebrew","number_value":3769,"lemma":"כָּרַר","transliteration":"kârar","pronunciation":"kaw-rar'","derivation":"a primitive root;","strongs_definition":"to dance (i.e. whirl)","kjv_definition":"dance(-ing)."} +{"id":"H3770","strongs_number":"H3770","system":"hebrew","language":"hebrew","number_value":3770,"lemma":"כְּרֵשׂ","transliteration":"kᵉrês","pronunciation":"ker-ace'","derivation":"by variation from H7164 (קָרַס);","strongs_definition":"the paunch or belly (as swelling out)","kjv_definition":"belly."} +{"id":"H3771","strongs_number":"H3771","system":"hebrew","language":"hebrew","number_value":3771,"lemma":"כַּרְשְׁנָא","transliteration":"Karshᵉnâʼ","pronunciation":"kar-shen-aw'","derivation":"of foreign origin;","strongs_definition":"Karshena, a courtier of Xerxes","kjv_definition":"Carshena."} +{"id":"H3772","strongs_number":"H3772","system":"hebrew","language":"hebrew","number_value":3772,"lemma":"כָּרַת","transliteration":"kârath","pronunciation":"kaw-rath'","derivation":"a primitive root;","strongs_definition":"to cut (off, down or asunder); by implication, to destroy or consume; specifically, to covenant (i.e. make an alliance or bargain, originally by cutting flesh and passing between the pieces)","kjv_definition":"be chewed, be con-(feder-) ate, covenant, cut (down, off), destroy, fail, feller, be freed, hew (down), make a league (covenant), [idiom] lose, perish, [idiom] utterly, [idiom] want."} +{"id":"H3773","strongs_number":"H3773","system":"hebrew","language":"hebrew","number_value":3773,"lemma":"כָּרֻתָה","transliteration":"kâruthâh","pronunciation":"kaw-rooth-aw'","derivation":"passive participle feminine of H3772 (כָּרַת);","strongs_definition":"something cut, i.e. a hewn timber","kjv_definition":"beam."} +{"id":"H3774","strongs_number":"H3774","system":"hebrew","language":"hebrew","number_value":3774,"lemma":"כְּרֵתִי","transliteration":"Kᵉrêthîy","pronunciation":"ker-ay-thee'","derivation":"probably from H3772 (כָּרַת) in the sense of executioner; (compare H2876 (טַבָּח)) (only collectively in the singular as plural)","strongs_definition":"a Kerethite or life-guardsman","kjv_definition":"Cherethims, Cherethites."} +{"id":"H3775","strongs_number":"H3775","system":"hebrew","language":"hebrew","number_value":3775,"lemma":"כֶּשֶׂב","transliteration":"keseb","pronunciation":"keh'-seb","derivation":"apparently by transposition for H3532 (כֶּבֶשׂ);","strongs_definition":"a young sheep","kjv_definition":"lamb."} +{"id":"H3776","strongs_number":"H3776","system":"hebrew","language":"hebrew","number_value":3776,"lemma":"כִּשְׂבָּה","transliteration":"kisbâh","pronunciation":"kis-baw'","derivation":"feminine of H3775 (כֶּשֶׂב);","strongs_definition":"a young ewe","kjv_definition":"lamb."} +{"id":"H3777","strongs_number":"H3777","system":"hebrew","language":"hebrew","number_value":3777,"lemma":"כֶּשֶׂד","transliteration":"Kesed","pronunciation":"keh'-sed","derivation":"from an unused root of uncertain meaning;","strongs_definition":"Kesed, a relative of Abraham","kjv_definition":"Chesed."} +{"id":"H3778","strongs_number":"H3778","system":"hebrew","language":"hebrew","number_value":3778,"lemma":"כַּשְׂדִּי","transliteration":"Kasdîy","pronunciation":"kas-dee'","derivation":"(occasionally with enclitic) כַּשְׂדִּימָה; towards the Kasdites into Chaldea), patronymically from H3777 (כֶּשֶׂד) (only in the plural);","strongs_definition":"a Kasdite, or descendant of Kesed; by implication, a Chaldaean (as if so descended); also an astrologer (as if proverbial of that people","kjv_definition":"Chaldeans, Chaldees, inhabitants of Chaldea."} +{"id":"H3779","strongs_number":"H3779","system":"hebrew","language":"hebrew","number_value":3779,"lemma":"כַּשְׂדַּי","transliteration":"Kasday","pronunciation":"kas-dah'-ee","derivation":"(Aramaic) corresponding to H3778 (כַּשְׂדִּי);","strongs_definition":"a Chaldaean or inhabitant of Chaldaea; by implication, a Magian or professional astrologer","kjv_definition":"Chaldean."} +{"id":"H3780","strongs_number":"H3780","system":"hebrew","language":"hebrew","number_value":3780,"lemma":"כָּשָׂה","transliteration":"kâsâh","pronunciation":"kaw-saw'","derivation":"a primitive root;","strongs_definition":"to grow fat (i.e. be covered with flesh)","kjv_definition":"be covered. Compare H3680 (כָּסָה)."} +{"id":"H3781","strongs_number":"H3781","system":"hebrew","language":"hebrew","number_value":3781,"lemma":"כַּשִּׁיל","transliteration":"kashshîyl","pronunciation":"kash-sheel'","derivation":"from H3782 (כָּשַׁל);","strongs_definition":"properly, a feller, i.e. an axe","kjv_definition":"ax."} +{"id":"H3782","strongs_number":"H3782","system":"hebrew","language":"hebrew","number_value":3782,"lemma":"כָּשַׁל","transliteration":"kâshal","pronunciation":"kaw-shal'","derivation":"a primitive root;","strongs_definition":"to totter or waver (through weakness of the legs, especially the ankle); by implication, to falter, stumble, faint or fall","kjv_definition":"bereave (from the margin), cast down, be decayed, (cause to) fail, (cause, make to) fall (down, -ing), feeble, be (the) ruin(-ed, of), (be) overthrown, (cause to) stumble, [idiom] utterly, be weak."} +{"id":"H3783","strongs_number":"H3783","system":"hebrew","language":"hebrew","number_value":3783,"lemma":"כִּשָּׁלוֹן","transliteration":"kishshâlôwn","pronunciation":"kish-shaw-lone'","derivation":"from H3782 (כָּשַׁל);","strongs_definition":"properly, a tottering, i.e. ruin","kjv_definition":"fall."} +{"id":"H3784","strongs_number":"H3784","system":"hebrew","language":"hebrew","number_value":3784,"lemma":"כָּשַׁף","transliteration":"kâshaph","pronunciation":"kaw-shaf'","derivation":"a primitive root;","strongs_definition":"properly, to whisper aspell, i.e. to inchant or practise magic","kjv_definition":"sorcerer, (use) witch(-craft)."} +{"id":"H3785","strongs_number":"H3785","system":"hebrew","language":"hebrew","number_value":3785,"lemma":"כֶּשֶׁף","transliteration":"kesheph","pronunciation":"keh'-shef","derivation":"from H3784 (כָּשַׁף);","strongs_definition":"magic","kjv_definition":"sorcery, witchcraft."} +{"id":"H3786","strongs_number":"H3786","system":"hebrew","language":"hebrew","number_value":3786,"lemma":"כַּשָּׁף","transliteration":"kashshâph","pronunciation":"kash-shawf'","derivation":"from H3784 (כָּשַׁף);","strongs_definition":"a magician","kjv_definition":"sorcerer."} +{"id":"H3787","strongs_number":"H3787","system":"hebrew","language":"hebrew","number_value":3787,"lemma":"כָּשֵׁר","transliteration":"kâshêr","pronunciation":"kaw-share'","derivation":"a primitive root properly, to be straight or right;","strongs_definition":"by implication, to be acceptable; also to succeed or prosper","kjv_definition":"direct, be right, prosper."} +{"id":"H3788","strongs_number":"H3788","system":"hebrew","language":"hebrew","number_value":3788,"lemma":"כִּשְׁרוֹן","transliteration":"kishrôwn","pronunciation":"kish-rone'","derivation":"from H3787 (כָּשֵׁר);","strongs_definition":"success, advantage","kjv_definition":"equity, good, right."} +{"id":"H3789","strongs_number":"H3789","system":"hebrew","language":"hebrew","number_value":3789,"lemma":"כָּתַב","transliteration":"kâthab","pronunciation":"kaw-thab'","derivation":"a primitive root;","strongs_definition":"to grave, by implication, to write (describe, inscribe, prescribe, subscribe)","kjv_definition":"describe, record, prescribe, subscribe, write(-ing, -ten)."} +{"id":"H3790","strongs_number":"H3790","system":"hebrew","language":"hebrew","number_value":3790,"lemma":"כְּתַב","transliteration":"kᵉthab","pronunciation":"keth-ab'","derivation":"(Aramaic) corresponding to H3789 (כָּתַב)","strongs_definition":"{to grave, by implication, to write (describe, inscribe, prescribe, subscribe)}","kjv_definition":"write(-ten)."} +{"id":"H3791","strongs_number":"H3791","system":"hebrew","language":"hebrew","number_value":3791,"lemma":"כָּתָב","transliteration":"kâthâb","pronunciation":"kaw-thawb'","derivation":"from H3789 (כָּתַב);","strongs_definition":"something written, i.e. a writing, record or book","kjv_definition":"register, scripture, writing."} +{"id":"H3792","strongs_number":"H3792","system":"hebrew","language":"hebrew","number_value":3792,"lemma":"כְּתָב","transliteration":"kᵉthâb","pronunciation":"keth-awb'","derivation":"(Aramaic) corresponding to H3791 (כָּתָב)","strongs_definition":"{something written, i.e. a writing, record or book}","kjv_definition":"prescribing, writing(-ten)."} +{"id":"H3793","strongs_number":"H3793","system":"hebrew","language":"hebrew","number_value":3793,"lemma":"כְּתֹבֶת","transliteration":"kᵉthôbeth","pronunciation":"keth-o'-beth","derivation":"from H3789 (כָּתַב);","strongs_definition":"a letter or other mark branded on the skin","kjv_definition":"[idiom] any (mark)."} +{"id":"H3794","strongs_number":"H3794","system":"hebrew","language":"hebrew","number_value":3794,"lemma":"כִּתִּי","transliteration":"Kittîy","pronunciation":"kit-tee'","derivation":"or כִּתִּיִּי; patrial from an unused name denoting Cyprus (only in the plural);","strongs_definition":"a Kittite or Cypriote; hence, an islander in general, i.e. the Greeks or Romans on the shores opposite Palestine","kjv_definition":"Chittim, Kittim."} +{"id":"H3795","strongs_number":"H3795","system":"hebrew","language":"hebrew","number_value":3795,"lemma":"כָּתִית","transliteration":"kâthîyth","pronunciation":"kaw-theeth'","derivation":"from H3807 (כָּתַת);","strongs_definition":"beaten, i.e. pure (oil)","kjv_definition":"beaten."} +{"id":"H3796","strongs_number":"H3796","system":"hebrew","language":"hebrew","number_value":3796,"lemma":"כֹּתֶל","transliteration":"kôthel","pronunciation":"ko'-thel","derivation":"from an unused root meaning to compact;","strongs_definition":"a wall (as gathering inmates)","kjv_definition":"wall."} +{"id":"H3797","strongs_number":"H3797","system":"hebrew","language":"hebrew","number_value":3797,"lemma":"כְּתַל","transliteration":"kᵉthal","pronunciation":"keth-al'","derivation":"(Aramaic) corresponding to H3796 (כֹּתֶל)","strongs_definition":"{a wall (as gathering inmates)}","kjv_definition":"wall."} +{"id":"H3798","strongs_number":"H3798","system":"hebrew","language":"hebrew","number_value":3798,"lemma":"כִּתְלִישׁ","transliteration":"Kithlîysh","pronunciation":"kith-leesh'","derivation":"from H3796 (כֹּתֶל) and H376 (אִישׁ); wall of a man;","strongs_definition":"Kithlish, a place in Palestine","kjv_definition":"Kithlish."} +{"id":"H3799","strongs_number":"H3799","system":"hebrew","language":"hebrew","number_value":3799,"lemma":"כָּתַם","transliteration":"kâtham","pronunciation":"kaw-tham'","derivation":"a primitive root;","strongs_definition":"properly, to carve or engrave, i.e. (by implication) to inscribe indelibly","kjv_definition":"mark."} +{"id":"H3800","strongs_number":"H3800","system":"hebrew","language":"hebrew","number_value":3800,"lemma":"כֶּתֶם","transliteration":"kethem","pronunciation":"keh'-them","derivation":"from H3799 (כָּתַם);","strongs_definition":"properly, something carved out, i.e. ore; hence, gold (pure as originally mined)","kjv_definition":"((most) fine, pure) gold(-en wedge)."} +{"id":"H3801","strongs_number":"H3801","system":"hebrew","language":"hebrew","number_value":3801,"lemma":"כְּתֹנֶת","transliteration":"kᵉthôneth","pronunciation":"keth-o'-neth","derivation":"or כֻּתֹּנֶת; from an unused root meaning to cover (compare H3802 (כָּתֵף));","strongs_definition":"a shirt","kjv_definition":"coat, garment, robe."} +{"id":"H3802","strongs_number":"H3802","system":"hebrew","language":"hebrew","number_value":3802,"lemma":"כָּתֵף","transliteration":"kâthêph","pronunciation":"kaw-thafe'","derivation":"from an unused root meaning to clothe;","strongs_definition":"the shoulder (proper, i.e. upper end of the arm; as being the spot where the garments hang); figuratively, side-piece or lateral projection of anything","kjv_definition":"arm, corner, shoulder(-piece), side, undersetter."} +{"id":"H3803","strongs_number":"H3803","system":"hebrew","language":"hebrew","number_value":3803,"lemma":"כָּתַר","transliteration":"kâthar","pronunciation":"kaw-thar'","derivation":"a primitive root;","strongs_definition":"to enclose; hence (in a friendly sense) to crown, (in a hostile one) to besiege; also to wait (as restraining oneself)","kjv_definition":"beset round, compass about, be crowned inclose round, suffer."} +{"id":"H3804","strongs_number":"H3804","system":"hebrew","language":"hebrew","number_value":3804,"lemma":"כֶּתֶר","transliteration":"kether","pronunciation":"keh'-ther","derivation":"from H3803 (כָּתַר);","strongs_definition":"properly, a circlet, i.e. a diadem","kjv_definition":"crown."} +{"id":"H3805","strongs_number":"H3805","system":"hebrew","language":"hebrew","number_value":3805,"lemma":"כֹתֶרֶת","transliteration":"kôthereth","pronunciation":"ko-theh'-reth","derivation":"feminine active participle of H3803 (כָּתַר);","strongs_definition":"the capital of a column","kjv_definition":"chapiter."} +{"id":"H3806","strongs_number":"H3806","system":"hebrew","language":"hebrew","number_value":3806,"lemma":"כָּתַשׁ","transliteration":"kâthash","pronunciation":"kaw-thash'","derivation":"a primitive root;","strongs_definition":"to butt or pound","kjv_definition":"bray."} +{"id":"H3807","strongs_number":"H3807","system":"hebrew","language":"hebrew","number_value":3807,"lemma":"כָּתַת","transliteration":"kâthath","pronunciation":"kaw-thath'","derivation":"a primitive root;","strongs_definition":"to bruise or violently strike","kjv_definition":"beat (down, to pieces), break in pieces, crushed, destroy, discomfit, smite, stamp. l"} +{"id":"H3808","strongs_number":"H3808","system":"hebrew","language":"hebrew","number_value":3808,"lemma":"לֹא","transliteration":"lôʼ","pronunciation":"lo","derivation":"or לוֹא; or לֹה; (Deuteronomy 3:11), a primitive particle;","strongs_definition":"not (the simple or abs. negation); by implication, no; often used with other particles","kjv_definition":"[idiom] before, [phrase] or else, ere, [phrase] except, ig(-norant), much, less, nay, neither, never, no((-ne), -r, (-thing)), ([idiom] as though...,(can-), for) not (out of), of nought, otherwise, out of, [phrase] surely, [phrase] as truly as, [phrase] of a truth, [phrase] verily, for want, [phrase] whether, without."} +{"id":"H3809","strongs_number":"H3809","system":"hebrew","language":"hebrew","number_value":3809,"lemma":"לָא","transliteration":"lâʼ","pronunciation":"law","derivation":"(Aramaic) or לָה; (Aramaic) (Daniel 4:32), corresponding to H3808 (לֹא)","strongs_definition":"{not (the simple or abs. negation); by implication, no;}","kjv_definition":"or even, neither, no(-ne, -r), (can-) not, as nothing, without."} +{"id":"H3810","strongs_number":"H3810","system":"hebrew","language":"hebrew","number_value":3810,"lemma":"לֹא דְבַר","transliteration":"Lôʼ Dᵉbar","pronunciation":"lo deb-ar'","derivation":"or לוֹ דבַר; (Samuel 9:4,5), or לִדְבִר; (Joshua 13:26), (probably rather לֹדְבַר ); from H3808 (לֹא) and H1699 (דֹּבֶר); pastureless;","strongs_definition":"Lo-Debar, a place in Palestine","kjv_definition":"Debir, Lodebar."} +{"id":"H3811","strongs_number":"H3811","system":"hebrew","language":"hebrew","number_value":3811,"lemma":"לָאָה","transliteration":"lâʼâh","pronunciation":"law-aw'","derivation":"a primitive root;","strongs_definition":"to tire; (figuratively) to be (or make) disgusted","kjv_definition":"faint, grieve, lothe, (be, make) weary (selves)."} +{"id":"H3812","strongs_number":"H3812","system":"hebrew","language":"hebrew","number_value":3812,"lemma":"לֵאָה","transliteration":"Lêʼâh","pronunciation":"lay-aw'","derivation":"from H3811 (לָאָה); weary;","strongs_definition":"Leah, a wife of Jacob","kjv_definition":"Leah."} +{"id":"H3813","strongs_number":"H3813","system":"hebrew","language":"hebrew","number_value":3813,"lemma":"לָאַט","transliteration":"lâʼaṭ","pronunciation":"law-at'","derivation":"a primitive root;","strongs_definition":"to muffle","kjv_definition":"cover."} +{"id":"H3814","strongs_number":"H3814","system":"hebrew","language":"hebrew","number_value":3814,"lemma":"לָאט","transliteration":"lâʼṭ","pronunciation":"lawt","derivation":"from H3813 (לָאַט) (or perhaps for active participle of H3874 (לוּט));","strongs_definition":"properly, muffled, i.e. silently","kjv_definition":"softly."} +{"id":"H3815","strongs_number":"H3815","system":"hebrew","language":"hebrew","number_value":3815,"lemma":"לָאֵל","transliteration":"Lâʼêl","pronunciation":"law-ale'","derivation":"from the prepositional prefix and H410 (אֵל); (belonging) to God;","strongs_definition":"Lael an Israelite","kjv_definition":"Lael."} +{"id":"H3816","strongs_number":"H3816","system":"hebrew","language":"hebrew","number_value":3816,"lemma":"לְאֹם","transliteration":"lᵉʼôm","pronunciation":"leh-ome'","derivation":"or לְאוֹם; from an unused root meaning to gather;","strongs_definition":"a community","kjv_definition":"nation, people."} +{"id":"H3817","strongs_number":"H3817","system":"hebrew","language":"hebrew","number_value":3817,"lemma":"לְאֻמִּים","transliteration":"Lᵉʼummîym","pronunciation":"leh-oom-meem'","derivation":"plural of H3816 (לְאֹם); communities;","strongs_definition":"Leum mim, an Arabian","kjv_definition":"Leummim."} +{"id":"H3818","strongs_number":"H3818","system":"hebrew","language":"hebrew","number_value":3818,"lemma":"לֹא עַמִּי","transliteration":"Lôʼ ʻAmmîy","pronunciation":"lo am-mee'","derivation":"from H3808 (לֹא) and H5971 (עַם) with pronominal suffix; not my people;","strongs_definition":"Lo-Ammi, the symbolic name of a son of Hosea","kjv_definition":"Lo-ammi."} +{"id":"H3819","strongs_number":"H3819","system":"hebrew","language":"hebrew","number_value":3819,"lemma":"לֹא רֻחָמָה","transliteration":"Lôʼ Ruchâmâh","pronunciation":"lo roo-khaw-maw'","derivation":"from H3808 (לֹא) and H7355 (רָחַם); not pitied;","strongs_definition":"Lo-Ruchamah, the symbolic name of a son of Hosea","kjv_definition":"Lo-ruhamah."} +{"id":"H3820","strongs_number":"H3820","system":"hebrew","language":"hebrew","number_value":3820,"lemma":"לֵב","transliteration":"lêb","pronunciation":"labe","derivation":"a form of H3824 (לֵבָב);","strongs_definition":"the heart; also used (figuratively) very widely for the feelings, the will and even the intellect; likewise for the centre of anything","kjv_definition":"[phrase] care for, comfortably, consent, [idiom] considered, courag(-eous), friend(-ly), ((broken-), (hard-), (merry-), (stiff-), (stout-), double) heart(-ed), [idiom] heed, [idiom] I, kindly, midst, mind(-ed), [idiom] regard(-ed), [idiom] themselves, [idiom] unawares, understanding, [idiom] well, willingly, wisdom."} +{"id":"H3821","strongs_number":"H3821","system":"hebrew","language":"hebrew","number_value":3821,"lemma":"לֵב","transliteration":"lêb","pronunciation":"labe","derivation":"(Aramaic) corresponding to H3820 (לֵב)","strongs_definition":"{the heart; also used (figuratively) very widely for the feelings, the will and even the intellect; likewise for the centre of anything}","kjv_definition":"heart."} +{"id":"H3822","strongs_number":"H3822","system":"hebrew","language":"hebrew","number_value":3822,"lemma":"לְבָאוֹת","transliteration":"Lᵉbâʼôwth","pronunciation":"leb-aw-oth'","derivation":"plural of H3833 (לָבִיא); lionesses;","strongs_definition":"Lebaoth, a place in Palestine","kjv_definition":"Lebaoth. See also H1034 (בֵּית לְבָאוֹת)."} +{"id":"H3823","strongs_number":"H3823","system":"hebrew","language":"hebrew","number_value":3823,"lemma":"לָבַב","transliteration":"lâbab","pronunciation":"law-bab'","derivation":"a primitive root; properly, to be enclosed (as if with fat); by implication (as denominative from H3824 (לֵבָב)); to unheart; also as denominative from H3834 (לָבִיבָה) i.e.","strongs_definition":"(in a good sense) transport (with love), or (in a bad sense) stultify; to make cakes","kjv_definition":"make cakes, ravish, be wise."} +{"id":"H3824","strongs_number":"H3824","system":"hebrew","language":"hebrew","number_value":3824,"lemma":"לֵבָב","transliteration":"lêbâb","pronunciation":"lay-bawb'","derivation":"from H3823 (לָבַב); used also like H3820 (לֵב)","strongs_definition":"the heart (as the most interior organ);","kjv_definition":"[phrase] bethink themselves, breast, comfortably, courage, ((faint), (tender-) heart(-ed), midst, mind, [idiom] unawares, understanding."} +{"id":"H3825","strongs_number":"H3825","system":"hebrew","language":"hebrew","number_value":3825,"lemma":"לְבַב","transliteration":"lᵉbab","pronunciation":"leb-ab'","derivation":"(Aramaic) corresponding to H3824 (לֵבָב)","strongs_definition":"{the heart (as the most interior organ);}","kjv_definition":"heart."} +{"id":"H3826","strongs_number":"H3826","system":"hebrew","language":"hebrew","number_value":3826,"lemma":"לִבָּה","transliteration":"libbâh","pronunciation":"lib-baw'","derivation":"feminine of H3820 (לֵב);","strongs_definition":"the heart","kjv_definition":"heart."} +{"id":"H3827","strongs_number":"H3827","system":"hebrew","language":"hebrew","number_value":3827,"lemma":"לַבָּה","transliteration":"labbâh","pronunciation":"lab-baw'","derivation":"for H3852 (לֶהָבָה);","strongs_definition":"flame","kjv_definition":"flame."} +{"id":"H3828","strongs_number":"H3828","system":"hebrew","language":"hebrew","number_value":3828,"lemma":"לְבוֹנָה","transliteration":"lᵉbôwnâh","pronunciation":"leb-o-naw'","derivation":"or לְבֹנָה; from H3836 (לָבָן);","strongs_definition":"frankincense (from its whiteness or perhaps that of its smoke)","kjv_definition":"(frank-) incense."} +{"id":"H3829","strongs_number":"H3829","system":"hebrew","language":"hebrew","number_value":3829,"lemma":"לְבוֹנָה","transliteration":"Lᵉbôwnâh","pronunciation":"leb-o-naw'","derivation":"the same as H3828 (לְבוֹנָה);","strongs_definition":"Lebonah, a place in Palestine","kjv_definition":"Lebonah."} +{"id":"H3830","strongs_number":"H3830","system":"hebrew","language":"hebrew","number_value":3830,"lemma":"לְבוּשׁ","transliteration":"lᵉbûwsh","pronunciation":"leb-oosh'","derivation":"or לְבֻשׁ; from H3847 (לָבַשׁ);","strongs_definition":"a garment (literally or figuratively); by implication (euphemistically) a wife","kjv_definition":"apparel, clothed with, clothing, garment, raiment, vestment, vesture."} +{"id":"H3831","strongs_number":"H3831","system":"hebrew","language":"hebrew","number_value":3831,"lemma":"לְבוּשׁ","transliteration":"lᵉbûwsh","pronunciation":"leb-oosh'","derivation":"(Aramaic) corresponding to H3830 (לְבוּשׁ)","strongs_definition":"{a garment (literally or figuratively); by implication (euphemistically) a wife}","kjv_definition":"garment."} +{"id":"H3832","strongs_number":"H3832","system":"hebrew","language":"hebrew","number_value":3832,"lemma":"לָבַט","transliteration":"lâbaṭ","pronunciation":"law-bat'","derivation":"a primitive root;","strongs_definition":"to overthrow; intransposed, to fall","kjv_definition":"fall."} +{"id":"H3833","strongs_number":"H3833","system":"hebrew","language":"hebrew","number_value":3833,"lemma":"לָבִיא","transliteration":"lâbîyʼ","pronunciation":"law-bee'","derivation":"or (Ezekiel 19:2) לְבִיָּא; irregular masculine plural לְבָאִים; irregular feminine plural לְבָאוֹת; from an unused root meaning; compare H738 (אֲרִי)","strongs_definition":"to roar; a lion (properly, a lioness as the fiercer (although not a roarer;))","kjv_definition":"(great, old, stout) lion, lioness, young (lion)."} +{"id":"H3834","strongs_number":"H3834","system":"hebrew","language":"hebrew","number_value":3834,"lemma":"לָבִיבָה","transliteration":"lâbîybâh","pronunciation":"law-bee-baw'","derivation":"or rather לְבִבָה; from H3823 (לָבַב) in its original sense of fatness (or perhaps of folding);","strongs_definition":"a cake (either as fried or turned)","kjv_definition":"cake."} +{"id":"H3835","strongs_number":"H3835","system":"hebrew","language":"hebrew","number_value":3835,"lemma":"לָבַן","transliteration":"lâban","pronunciation":"law-ban'","derivation":"a primitive root; also as denominative from H3843 (לְבֵנָה)","strongs_definition":"to be (or become) white; to make bricks","kjv_definition":"make brick, be (made, make) white(-r)."} +{"id":"H3836","strongs_number":"H3836","system":"hebrew","language":"hebrew","number_value":3836,"lemma":"לָבָן","transliteration":"lâbân","pronunciation":"law-bawn'","derivation":"or (Genesis 49:12) לָבֵן; from H3835 (לָבַן);","strongs_definition":"white","kjv_definition":"white."} +{"id":"H3837","strongs_number":"H3837","system":"hebrew","language":"hebrew","number_value":3837,"lemma":"לָבָן","transliteration":"Lâbân","pronunciation":"law-bawn'","derivation":"the same as H3836 (לָבָן);","strongs_definition":"Laban, a Mesopotamian; also a place in the Desert","kjv_definition":"Laban."} +{"id":"H3838","strongs_number":"H3838","system":"hebrew","language":"hebrew","number_value":3838,"lemma":"לְבָנָא","transliteration":"Lᵉbânâʼ","pronunciation":"leb-aw-naw'","derivation":"or לְבָנָה; the same as H3842 (לְבָנָה);","strongs_definition":"Lebana or Lebanah, one of the Nethinim","kjv_definition":"Lebana, Lebanah."} +{"id":"H3839","strongs_number":"H3839","system":"hebrew","language":"hebrew","number_value":3839,"lemma":"לִבְנֶה","transliteration":"libneh","pronunciation":"lib-neh'","derivation":"from H3835 (לָבַן);","strongs_definition":"some sort of whitish tree, perhaps the storax","kjv_definition":"poplar."} +{"id":"H3840","strongs_number":"H3840","system":"hebrew","language":"hebrew","number_value":3840,"lemma":"לִבְנָה","transliteration":"libnâh","pronunciation":"lib-naw'","derivation":"from H3835 (לָבַן);","strongs_definition":"properly, whiteness, i.e. (by implication) transparency","kjv_definition":"paved."} +{"id":"H3841","strongs_number":"H3841","system":"hebrew","language":"hebrew","number_value":3841,"lemma":"לִבְנָה","transliteration":"Libnâh","pronunciation":"lib-naw'","derivation":"the same as H3839 (לִבְנֶה);","strongs_definition":"Libnah, a place in the Desert and one in Palestine","kjv_definition":"Libnah."} +{"id":"H3842","strongs_number":"H3842","system":"hebrew","language":"hebrew","number_value":3842,"lemma":"לְבָנָה","transliteration":"lᵉbânâh","pronunciation":"leb-aw-naw'","derivation":"from H3835 (לָבַן);","strongs_definition":"properly, (the) white, i.e. the moon","kjv_definition":"moon. See also H3838 (לְבָנָא)."} +{"id":"H3843","strongs_number":"H3843","system":"hebrew","language":"hebrew","number_value":3843,"lemma":"לְבֵנָה","transliteration":"lᵉbênâh","pronunciation":"leb-ay-naw'","derivation":"from H3835 (לָבַן);","strongs_definition":"a brick (from the whiteness of the clay)","kjv_definition":"(altar of) brick, tile."} +{"id":"H3844","strongs_number":"H3844","system":"hebrew","language":"hebrew","number_value":3844,"lemma":"לְבָנוֹן","transliteration":"Lᵉbânôwn","pronunciation":"leb-aw-nohn'","derivation":"from H3825 (לְבַב); (the) white mountain (from its snow);","strongs_definition":"Lebanon, a mountain range in Palestine","kjv_definition":"Lebanon."} +{"id":"H3845","strongs_number":"H3845","system":"hebrew","language":"hebrew","number_value":3845,"lemma":"לִבְנִי","transliteration":"Libnîy","pronunciation":"lib-nee'","derivation":"from H3835 (לָבַן); white;","strongs_definition":"Libni, an Israelite","kjv_definition":"Libni."} +{"id":"H3846","strongs_number":"H3846","system":"hebrew","language":"hebrew","number_value":3846,"lemma":"לִבְנִי","transliteration":"Libnîy","pronunciation":"lib-nee'","derivation":"patronymically from H3845 (לִבְנִי);","strongs_definition":"a Libnite or descendants of Libni (collectively)","kjv_definition":"Libnites."} +{"id":"H3847","strongs_number":"H3847","system":"hebrew","language":"hebrew","number_value":3847,"lemma":"לָבַשׁ","transliteration":"lâbash","pronunciation":"law-bash'","derivation":"or לָבֵשׁ; a primitive root;","strongs_definition":"properly, wrap around, i.e. (by implication) to put on agarment or clothe (oneself, or another), literally or figuratively","kjv_definition":"(in) apparel, arm, array (self), clothe (self), come upon, put (on, upon), wear."} +{"id":"H3848","strongs_number":"H3848","system":"hebrew","language":"hebrew","number_value":3848,"lemma":"לְבַשׁ","transliteration":"lᵉbash","pronunciation":"leb-ash'","derivation":"(Aramaic) corresponding to H3847 (לָבַשׁ)","strongs_definition":"{properly, wrap around, i.e. (by implication) to put on agarment or clothe (oneself, or another), literally or figuratively}","kjv_definition":"clothe."} +{"id":"H3849","strongs_number":"H3849","system":"hebrew","language":"hebrew","number_value":3849,"lemma":"לֹג","transliteration":"lôg","pronunciation":"lohg","derivation":"from an unused root apparently meaning to deepen or hollow (like H3537 (כַּד));","strongs_definition":"a log or measure forliquids","kjv_definition":"log (of oil)."} +{"id":"H3850","strongs_number":"H3850","system":"hebrew","language":"hebrew","number_value":3850,"lemma":"לֹד","transliteration":"Lôd","pronunciation":"lode","derivation":"from an unused root of uncertain signification;","strongs_definition":"Lod, a place in Palestine","kjv_definition":"Lod."} +{"id":"H3851","strongs_number":"H3851","system":"hebrew","language":"hebrew","number_value":3851,"lemma":"לַהַב","transliteration":"lahab","pronunciation":"lah'-hab","derivation":"from an usused root meaning to gleam;","strongs_definition":"a flash; figuratively, a sharply polished blade or point of aweapon","kjv_definition":"blade, bright, flame, glittering."} +{"id":"H3852","strongs_number":"H3852","system":"hebrew","language":"hebrew","number_value":3852,"lemma":"לֶהָבָה","transliteration":"lehâbâh","pronunciation":"leh-aw-baw'","derivation":"or לַהֶבֶת; feminine of H3851 (לַהַב), and meaning the same","strongs_definition":"{a flash; figuratively, a sharply polished blade or point of aweapon}","kjv_definition":"flame(-ming), head (of a spear)."} +{"id":"H3853","strongs_number":"H3853","system":"hebrew","language":"hebrew","number_value":3853,"lemma":"לְהָבִים","transliteration":"Lᵉhâbîym","pronunciation":"leh-haw-beem'","derivation":"plural of H3851 (לַהַב); flames;","strongs_definition":"Lehabim, a son of Mizraim, and his descendants","kjv_definition":"Lehabim."} +{"id":"H3854","strongs_number":"H3854","system":"hebrew","language":"hebrew","number_value":3854,"lemma":"לַהַג","transliteration":"lahag","pronunciation":"lah'-hag","derivation":"from an unused root meaning to be eager;","strongs_definition":"intense mental application","kjv_definition":"study."} +{"id":"H3855","strongs_number":"H3855","system":"hebrew","language":"hebrew","number_value":3855,"lemma":"לַהַד","transliteration":"Lahad","pronunciation":"lah'-had","derivation":"from an unused root meaning to glow (compare H3851 (לַהַב)) or else to be earnest (compare H3854 (לַהַג));","strongs_definition":"Lahad, an Israelite","kjv_definition":"Lahad."} +{"id":"H3856","strongs_number":"H3856","system":"hebrew","language":"hebrew","number_value":3856,"lemma":"לָהַהּ","transliteration":"lâhahh","pronunciation":"law-hah'","derivation":"a primitive root meaning properly, to burn, i.e. (by implication)","strongs_definition":"to be rabid (figuratively, insane); also (from the exhaustion of frenzy) to languish","kjv_definition":"faint, mad."} +{"id":"H3857","strongs_number":"H3857","system":"hebrew","language":"hebrew","number_value":3857,"lemma":"לָהַט","transliteration":"lâhaṭ","pronunciation":"law-hat'","derivation":"a primitive root;","strongs_definition":"properly, to lick, i.e. (by implication) to blaze","kjv_definition":"burn (up), set on fire, flaming, kindle."} +{"id":"H3858","strongs_number":"H3858","system":"hebrew","language":"hebrew","number_value":3858,"lemma":"לַהַט","transliteration":"lahaṭ","pronunciation":"lah'-hat","derivation":"from H3857 (לָהַט);","strongs_definition":"a blaze; also (from the idea of enwrapping) magic (as covert)","kjv_definition":"flaming, enchantment."} +{"id":"H3859","strongs_number":"H3859","system":"hebrew","language":"hebrew","number_value":3859,"lemma":"לָהַם","transliteration":"lâham","pronunciation":"law-ham'","derivation":"a primitive root;","strongs_definition":"properly, to burn in, i.e. (figuratively) to rankle","kjv_definition":"wound."} +{"id":"H3860","strongs_number":"H3860","system":"hebrew","language":"hebrew","number_value":3860,"lemma":"לָהֵן","transliteration":"lâhên","pronunciation":"law-hane'","derivation":"from the prepositional prefix meaning to or for and H2005 (הֵן);","strongs_definition":"popularly for if; hence, therefore","kjv_definition":"for them (by mistake for prepositional suffix)."} +{"id":"H3861","strongs_number":"H3861","system":"hebrew","language":"hebrew","number_value":3861,"lemma":"לָהֵן","transliteration":"lâhên","pronunciation":"law-hane'","derivation":"(Aramaic) corresponding to H3860 (לָהֵן);","strongs_definition":"therefore; also except","kjv_definition":"but, except, save, therefore, wherefore."} +{"id":"H3862","strongs_number":"H3862","system":"hebrew","language":"hebrew","number_value":3862,"lemma":"לַהֲקָה","transliteration":"lahăqâh","pronunciation":"lah-hak-aw'","derivation":"probably from an unused root meaning to gather;","strongs_definition":"an assembly","kjv_definition":"company."} +{"id":"H3863","strongs_number":"H3863","system":"hebrew","language":"hebrew","number_value":3863,"lemma":"לוּא","transliteration":"lûwʼ","pronunciation":"loo","derivation":"or לֻא; or לוּ;","strongs_definition":"a conditional particle; if; by implication (interj. as a wish) would that!","kjv_definition":"if (haply), peradventure, I pray thee, though, I would, would God (that)."} +{"id":"H3864","strongs_number":"H3864","system":"hebrew","language":"hebrew","number_value":3864,"lemma":"לוּבִי","transliteration":"Lûwbîy","pronunciation":"loo-bee'","derivation":"or לֻבִּי; (Daniel 11:43), partrial from a name probably derived from an unused root meaning to thirst, i.e. a dry region; apparently","strongs_definition":"a Libyan or inhabitant of interior Africa (only in plural)","kjv_definition":"Lubim(-s), Libyans."} +{"id":"H3865","strongs_number":"H3865","system":"hebrew","language":"hebrew","number_value":3865,"lemma":"לוּד","transliteration":"Lûwd","pronunciation":"lood","derivation":"probably of foreign derivation;","strongs_definition":"Lud, the name of two nations","kjv_definition":"Lud, Lydia."} +{"id":"H3866","strongs_number":"H3866","system":"hebrew","language":"hebrew","number_value":3866,"lemma":"לוּדִי","transliteration":"Lûwdîy","pronunciation":"loo-dee'","derivation":"or לוּדִיִּי; patrial from H3865 (לוּד);","strongs_definition":"a Ludite or inhabitants of Lud (only in plural)","kjv_definition":"Ludim. Lydians."} +{"id":"H3867","strongs_number":"H3867","system":"hebrew","language":"hebrew","number_value":3867,"lemma":"לָוָה","transliteration":"lâvâh","pronunciation":"law-vaw'","derivation":"a primitive root;","strongs_definition":"properly, to twine, i.e. (by implication) to unite, to remain; also to borrow (as a form of obligation) or (caus.) to lend","kjv_definition":"abide with, borrow(-er), cleave, join (self), lend(-er)."} +{"id":"H3868","strongs_number":"H3868","system":"hebrew","language":"hebrew","number_value":3868,"lemma":"לוּז","transliteration":"lûwz","pronunciation":"looz","derivation":"a primitive root; (compare H3867 (לָוָה), H3874 (לוּט) and H3885 (לוּן))","strongs_definition":"to turn aside , i.e. (literally) to depart, (figuratively) be perverse","kjv_definition":"depart, froward, perverse(-ness)."} +{"id":"H3869","strongs_number":"H3869","system":"hebrew","language":"hebrew","number_value":3869,"lemma":"לוּז","transliteration":"lûwz","pronunciation":"looz","derivation":"probably of foreign origin;","strongs_definition":"some kind of nuttree, perhaps the almond","kjv_definition":"hazel."} +{"id":"H3870","strongs_number":"H3870","system":"hebrew","language":"hebrew","number_value":3870,"lemma":"לוּז","transliteration":"Lûwz","pronunciation":"looz","derivation":"probably from H3869 (לוּז) (as growing there);","strongs_definition":"Luz, the name of two places in Palestine","kjv_definition":"Luz."} +{"id":"H3871","strongs_number":"H3871","system":"hebrew","language":"hebrew","number_value":3871,"lemma":"לוּחַ","transliteration":"lûwach","pronunciation":"loo'-akh","derivation":"or לֻחַ; from a primitive root;","strongs_definition":"probably meaning to glisten; a tablet (as polished), of stone, wood or metal","kjv_definition":"board, plate, table."} +{"id":"H3872","strongs_number":"H3872","system":"hebrew","language":"hebrew","number_value":3872,"lemma":"לוּחִית","transliteration":"Lûwchîyth","pronunciation":"loo-kheeth'","derivation":"or לֻחוֹת; (Jeremiah 48:5), from the same as H3871 (לוּחַ); floored;","strongs_definition":"Luchith, a place East of the Jordan","kjv_definition":"Luhith."} +{"id":"H3873","strongs_number":"H3873","system":"hebrew","language":"hebrew","number_value":3873,"lemma":"לוֹחֵשׁ","transliteration":"Lôwchêsh","pronunciation":"lo-khashe'","derivation":"active participle of H3907 (לָחַשׁ); (the) enchanter;","strongs_definition":"Lochesh, an Israelite","kjv_definition":"Hallohesh, Haloshesh (includ. the article)."} +{"id":"H3874","strongs_number":"H3874","system":"hebrew","language":"hebrew","number_value":3874,"lemma":"לוּט","transliteration":"lûwṭ","pronunciation":"loot","derivation":"a primitive root;","strongs_definition":"to wrap up","kjv_definition":"cast, wrap."} +{"id":"H3875","strongs_number":"H3875","system":"hebrew","language":"hebrew","number_value":3875,"lemma":"לוֹט","transliteration":"lôwṭ","pronunciation":"lote","derivation":"from H3874 (לוּט);","strongs_definition":"a veil","kjv_definition":"covering."} +{"id":"H3876","strongs_number":"H3876","system":"hebrew","language":"hebrew","number_value":3876,"lemma":"לוֹט","transliteration":"Lôwṭ","pronunciation":"lote","derivation":"the same as H3875 (לוֹט);","strongs_definition":"Lot, Abraham's nephew","kjv_definition":"Lot."} +{"id":"H3877","strongs_number":"H3877","system":"hebrew","language":"hebrew","number_value":3877,"lemma":"לוֹטָן","transliteration":"Lôwṭân","pronunciation":"lo-tawn'","derivation":"from H3875 (לוֹט); covering;","strongs_definition":"Lotan, an Idumaean","kjv_definition":"Lotan."} +{"id":"H3878","strongs_number":"H3878","system":"hebrew","language":"hebrew","number_value":3878,"lemma":"לֵוִי","transliteration":"Lêvîy","pronunciation":"lay-vee'","derivation":"from H3867 (לָוָה); attached;","strongs_definition":"Levi, a son of Jacob","kjv_definition":"Levi. See also H3879 (לֵוִי), H3881 (לֵוִיִּי)."} +{"id":"H3879","strongs_number":"H3879","system":"hebrew","language":"hebrew","number_value":3879,"lemma":"לֵוִי","transliteration":"Lêvîy","pronunciation":"lay-vee'","derivation":"(Aramaic) corresponding to H3880 (לִוְיָה)","strongs_definition":"{something attached, i.e. a wreath}","kjv_definition":"Levite."} +{"id":"H3880","strongs_number":"H3880","system":"hebrew","language":"hebrew","number_value":3880,"lemma":"לִוְיָה","transliteration":"livyâh","pronunciation":"liv-yaw'","derivation":"from H3867 (לָוָה);","strongs_definition":"something attached, i.e. a wreath","kjv_definition":"ornament."} +{"id":"H3881","strongs_number":"H3881","system":"hebrew","language":"hebrew","number_value":3881,"lemma":"לֵוִיִּי","transliteration":"Lêvîyîy","pronunciation":"lay-vee-ee'","derivation":"or לֵוִי; patronymically from H3878 (לֵוִי);","strongs_definition":"a Levite or descendant of Levi","kjv_definition":"Leviite."} +{"id":"H3882","strongs_number":"H3882","system":"hebrew","language":"hebrew","number_value":3882,"lemma":"לִוְיָתָן","transliteration":"livyâthân","pronunciation":"liv-yaw-thawn'","derivation":"from H3867 (לָוָה);","strongs_definition":"a wreathed animal, i.e. a serpent (especially the crocodile or some other large sea-monster); figuratively, the constellation of the dragon; also as a symbol of Babylon","kjv_definition":"leviathan, mourning."} +{"id":"H3883","strongs_number":"H3883","system":"hebrew","language":"hebrew","number_value":3883,"lemma":"לוּל","transliteration":"lûwl","pronunciation":"lool","derivation":"from an unused root meaning to fold back;","strongs_definition":"a spiral step","kjv_definition":"winding stair. Compare H3924 (לֻלָאָה)."} +{"id":"H3884","strongs_number":"H3884","system":"hebrew","language":"hebrew","number_value":3884,"lemma":"לוּלֵא","transliteration":"lûwlêʼ","pronunciation":"loo-lay'","derivation":"or לוּלֵי; from H3863 (לוּא) and H3808 (לֹא);","strongs_definition":"if not","kjv_definition":"except, had not, if (...not), unless, were it not that."} +{"id":"H3885","strongs_number":"H3885","system":"hebrew","language":"hebrew","number_value":3885,"lemma":"לוּן","transliteration":"lûwn","pronunciation":"loon","derivation":"or לִין; a primitive root;","strongs_definition":"to stop (usually over night); by implication, to stay permanently; hence (in a bad sense) to be obstinate (especially in words, to complain)","kjv_definition":"abide (all night), continue, dwell, endure, grudge, be left, lie all night, (cause to) lodge (all night, in, -ing, this night), (make to) murmur, remain, tarry (all night, that night)."} +{"id":"H3886","strongs_number":"H3886","system":"hebrew","language":"hebrew","number_value":3886,"lemma":"לוּעַ","transliteration":"lûwaʻ","pronunciation":"loo'-ah","derivation":"a primitive root;","strongs_definition":"to gulp; figuratively, to be rash","kjv_definition":"swallow down (up)."} +{"id":"H3887","strongs_number":"H3887","system":"hebrew","language":"hebrew","number_value":3887,"lemma":"לוּץ","transliteration":"lûwts","pronunciation":"loots","derivation":"a primitive root;","strongs_definition":"properly, to make mouths at, i.e. to scoff; hence (from the effort to pronounce a foreign language) to interpret, or (generally) intercede","kjv_definition":"ambassador, have in derision, interpreter, make a mock, mocker, scorn(-er, -ful), teacher."} +{"id":"H3888","strongs_number":"H3888","system":"hebrew","language":"hebrew","number_value":3888,"lemma":"לוּשׁ","transliteration":"lûwsh","pronunciation":"loosh","derivation":"a primitive root;","strongs_definition":"to knead","kjv_definition":"knead."} +{"id":"H3889","strongs_number":"H3889","system":"hebrew","language":"hebrew","number_value":3889,"lemma":"לוּשׁ","transliteration":"Lûwsh","pronunciation":"loosh","derivation":"from H3888 (לוּשׁ); kneading;","strongs_definition":"Lush, a place in Palestine","kjv_definition":"Laish (from the margin). Compare H3919 (לַיִשׁ)."} +{"id":"H3890","strongs_number":"H3890","system":"hebrew","language":"hebrew","number_value":3890,"lemma":"לְוָת","transliteration":"lᵉvâth","pronunciation":"lev-awth'","derivation":"(Aramaic) from a root corresponding to H3867 (לָוָה);","strongs_definition":"properly, adhesion, i.e. (as preposition) with","kjv_definition":"[idiom] thee."} +{"id":"H3891","strongs_number":"H3891","system":"hebrew","language":"hebrew","number_value":3891,"lemma":"לְזוּת","transliteration":"lᵉzûwth","pronunciation":"lez-ooth'","derivation":"from H3868 (לוּז);","strongs_definition":"perverseness","kjv_definition":"perverse."} +{"id":"H3892","strongs_number":"H3892","system":"hebrew","language":"hebrew","number_value":3892,"lemma":"לַח","transliteration":"lach","pronunciation":"lakh","derivation":"from an unused root meaning to be new;","strongs_definition":"fresh, i.e. unused or undried","kjv_definition":"green, moist."} +{"id":"H3893","strongs_number":"H3893","system":"hebrew","language":"hebrew","number_value":3893,"lemma":"לֵחַ","transliteration":"lêach","pronunciation":"lay'-akh","derivation":"from the same as H3892 (לַח);","strongs_definition":"freshness, i.e. vigor","kjv_definition":"natural force."} +{"id":"H3894","strongs_number":"H3894","system":"hebrew","language":"hebrew","number_value":3894,"lemma":"לָחוּם","transliteration":"lâchûwm","pronunciation":"law-khoom'","derivation":"or לָחֻם; passive participle of H3898 (לָחַם);","strongs_definition":"properly, eaten, i.e. food; also flesh, i.e. body","kjv_definition":"while...is eating, flesh."} +{"id":"H3895","strongs_number":"H3895","system":"hebrew","language":"hebrew","number_value":3895,"lemma":"לְחִי","transliteration":"lᵉchîy","pronunciation":"lekh-ee'","derivation":"from an unused root meaning to be soft;","strongs_definition":"the cheek (from its fleshiness); hence, the jaw-bone","kjv_definition":"cheek (bone), jaw (bone)."} +{"id":"H3896","strongs_number":"H3896","system":"hebrew","language":"hebrew","number_value":3896,"lemma":"לֶחִי","transliteration":"Lechîy","pronunciation":"lekh'-ee","derivation":"a form of H3895 (לְחִי);","strongs_definition":"Lechi, a place in Palestine","kjv_definition":"Lehi. Compare also H7437 (רָמַת לֶחִי)."} +{"id":"H3897","strongs_number":"H3897","system":"hebrew","language":"hebrew","number_value":3897,"lemma":"לָחַךְ","transliteration":"lâchak","pronunciation":"law-khak'","derivation":"a primitive root;","strongs_definition":"to lick","kjv_definition":"lick (up)."} +{"id":"H3898","strongs_number":"H3898","system":"hebrew","language":"hebrew","number_value":3898,"lemma":"לָחַם","transliteration":"lâcham","pronunciation":"law-kham'","derivation":"a primitive root;","strongs_definition":"to feed on; figuratively, to consume; by implication, to battle (as destruction)","kjv_definition":"devour, eat, [idiom] ever, fight(-ing), overcome, prevail, (make) war(-ring)."} +{"id":"H3899","strongs_number":"H3899","system":"hebrew","language":"hebrew","number_value":3899,"lemma":"לֶחֶם","transliteration":"lechem","pronunciation":"lekh'-em","derivation":"from H3898 (לָחַם); See also H1036 (בֵּית לְעַפְרָה)","strongs_definition":"food (for man or beast), especially bread, or grain (for making it)","kjv_definition":"(shew-) bread, [idiom] eat, food, fruit, loaf, meat, victuals."} +{"id":"H3900","strongs_number":"H3900","system":"hebrew","language":"hebrew","number_value":3900,"lemma":"לְחֶם","transliteration":"lᵉchem","pronunciation":"lekh-em'","derivation":"(Aramaic) corresponding to H3899 (לֶחֶם)","strongs_definition":"{(for man or beast), especially bread, or grain (for making it)}","kjv_definition":"feast."} +{"id":"H3901","strongs_number":"H3901","system":"hebrew","language":"hebrew","number_value":3901,"lemma":"לָחֶם","transliteration":"lâchem","pronunciation":"law-khem'","derivation":"from H3898 (לָחַם),","strongs_definition":"battle","kjv_definition":"war."} +{"id":"H3902","strongs_number":"H3902","system":"hebrew","language":"hebrew","number_value":3902,"lemma":"לַחְמִי","transliteration":"Lachmîy","pronunciation":"lakh-mee'","derivation":"from H3899 (לֶחֶם); foodful; (or perhaps erroneous transcription) for H1022 (בֵּית הַלַּחְמִי)","strongs_definition":"Lachmi, an Israelite; or rather probably a brief form","kjv_definition":"Lahmi. See also H3433 (יָשֻׁבִי לֶחֶם)."} +{"id":"H3903","strongs_number":"H3903","system":"hebrew","language":"hebrew","number_value":3903,"lemma":"לַחְמָס","transliteration":"Lachmâç","pronunciation":"lakh-maws'","derivation":"probably by erroneous transcription for לַחְמָם; from H3899 (לֶחֶם); food-like;","strongs_definition":"Lachmam or Lachmas, a place in Palestine","kjv_definition":"Lahmam."} +{"id":"H3904","strongs_number":"H3904","system":"hebrew","language":"hebrew","number_value":3904,"lemma":"לְחֵנָה","transliteration":"lᵉchênâh","pronunciation":"lekh-ay-naw'","derivation":"(Aramaic) from an unused root of uncertain meaning;","strongs_definition":"a concubine","kjv_definition":"concubine."} +{"id":"H3905","strongs_number":"H3905","system":"hebrew","language":"hebrew","number_value":3905,"lemma":"לָחַץ","transliteration":"lâchats","pronunciation":"law-khats'","derivation":"a primitive root;","strongs_definition":"properly, to press, i.e. (figuratively) to distress","kjv_definition":"afflict, crush, force, hold fast, oppress(-or), thrust self."} +{"id":"H3906","strongs_number":"H3906","system":"hebrew","language":"hebrew","number_value":3906,"lemma":"לַחַץ","transliteration":"lachats","pronunciation":"lakh'-ats","derivation":"from H3905 (לָחַץ);","strongs_definition":"distress","kjv_definition":"affliction, oppression."} +{"id":"H3907","strongs_number":"H3907","system":"hebrew","language":"hebrew","number_value":3907,"lemma":"לָחַשׁ","transliteration":"lâchash","pronunciation":"law-khash'","derivation":"a primitive root;","strongs_definition":"to whisper; by implication, to mumble aspell (as a magician)","kjv_definition":"charmer, whisper (together)."} +{"id":"H3908","strongs_number":"H3908","system":"hebrew","language":"hebrew","number_value":3908,"lemma":"לַחַשׁ","transliteration":"lachash","pronunciation":"lakh'-ash","derivation":"from H3907 (לָחַשׁ);","strongs_definition":"properly, a whisper, i.e. by implication, (in a good sense) a private prayer, (in a bad one) an incantation; concretely, an amulet","kjv_definition":"charmed, earring, enchantment, orator, prayer."} +{"id":"H3909","strongs_number":"H3909","system":"hebrew","language":"hebrew","number_value":3909,"lemma":"לָט","transliteration":"lâṭ","pronunciation":"lawt","derivation":"a form of H3814 (לָאט) or else participle from H3874 (לוּט);","strongs_definition":"properly, covered, i.e. secret; by implication, incantation; also secrecy or (adverb) covertly","kjv_definition":"enchantment, privily, secretly, softly."} +{"id":"H3910","strongs_number":"H3910","system":"hebrew","language":"hebrew","number_value":3910,"lemma":"לֹט","transliteration":"lôṭ","pronunciation":"lote","derivation":"probably from H3874 (לוּט);","strongs_definition":"a gum (from its sticky nature), probably ladanum","kjv_definition":"myrrh."} +{"id":"H3911","strongs_number":"H3911","system":"hebrew","language":"hebrew","number_value":3911,"lemma":"לְטָאָה","transliteration":"lᵉṭâʼâh","pronunciation":"let-aw-aw'","derivation":"from an unused root meaning to hide;","strongs_definition":"a kind of lizard (from its covert habits)","kjv_definition":"lizard."} +{"id":"H3912","strongs_number":"H3912","system":"hebrew","language":"hebrew","number_value":3912,"lemma":"לְטוּשִׁם","transliteration":"Lᵉṭûwshim","pronunciation":"let-oo-sheem'","derivation":"masculine plural of passive participle of H3913 (לָטַשׁ); hammered (i.e. oppressed) ones;","strongs_definition":"Letushim, an Arabian tribe","kjv_definition":"Letushim."} +{"id":"H3913","strongs_number":"H3913","system":"hebrew","language":"hebrew","number_value":3913,"lemma":"לָטַשׁ","transliteration":"lâṭash","pronunciation":"law-tash'","derivation":"a primitive root;","strongs_definition":"properly, to hammer out (an edge), i.e. to sharpen","kjv_definition":"instructer, sharp(-en), whet."} +{"id":"H3914","strongs_number":"H3914","system":"hebrew","language":"hebrew","number_value":3914,"lemma":"לֹיָה","transliteration":"lôyâh","pronunciation":"lo-yaw'","derivation":"a form of H3880 (לִוְיָה);","strongs_definition":"a wreath","kjv_definition":"addition."} +{"id":"H3915","strongs_number":"H3915","system":"hebrew","language":"hebrew","number_value":3915,"lemma":"לַיִל","transliteration":"layil","pronunciation":"lah'-yil","derivation":"or (Isaiah 21:11) לֵיל; also לַיְלָה; from the same as H3883 (לוּל);","strongs_definition":"properly, a twist (away of the light), i.e. night; figuratively, adversity","kjv_definition":"(mid-)night (season)."} +{"id":"H3916","strongs_number":"H3916","system":"hebrew","language":"hebrew","number_value":3916,"lemma":"לֵילְיָא","transliteration":"lêylᵉyâʼ","pronunciation":"lay-leh-yaw'","derivation":"(Aramaic) corresponding to H3815 (לָאֵל)","strongs_definition":"{Lael an Israelite}","kjv_definition":"night."} +{"id":"H3917","strongs_number":"H3917","system":"hebrew","language":"hebrew","number_value":3917,"lemma":"לִילִית","transliteration":"lîylîyth","pronunciation":"lee-leeth'","derivation":"from H3915 (לַיִל);","strongs_definition":"a night spectre","kjv_definition":"screech owl."} +{"id":"H3918","strongs_number":"H3918","system":"hebrew","language":"hebrew","number_value":3918,"lemma":"לַיִשׁ","transliteration":"layish","pronunciation":"lah'-yish","derivation":"from H3888 (לוּשׁ) in the sense of crushing;","strongs_definition":"a lion (from his destructive blows)","kjv_definition":"(old) lion."} +{"id":"H3919","strongs_number":"H3919","system":"hebrew","language":"hebrew","number_value":3919,"lemma":"לַיִשׁ","transliteration":"Layish","pronunciation":"lah'-yish","derivation":"the same as H3918 (לַיִשׁ);","strongs_definition":"Laish, the name of two places in Palestine","kjv_definition":"Laish. Compare H3889 (לוּשׁ)."} +{"id":"H3920","strongs_number":"H3920","system":"hebrew","language":"hebrew","number_value":3920,"lemma":"לָכַד","transliteration":"lâkad","pronunciation":"law-kad'","derivation":"a primitive root;","strongs_definition":"to catch (in a net, trap or pit); generally, to capture or occupy; also to choose (by lot); figuratively, to cohere","kjv_definition":"[idiom] at all, catch (self), be frozen, be holden, stick together, take."} +{"id":"H3921","strongs_number":"H3921","system":"hebrew","language":"hebrew","number_value":3921,"lemma":"לֶכֶד","transliteration":"leked","pronunciation":"leh'ked","derivation":"from H3920 (לָכַד);","strongs_definition":"something to capture with, i.e. a noose","kjv_definition":"being taken."} +{"id":"H3922","strongs_number":"H3922","system":"hebrew","language":"hebrew","number_value":3922,"lemma":"לֵכָה","transliteration":"lêkâh","pronunciation":"lay-kaw'","derivation":"from H3212 (יָלַךְ); a journey;","strongs_definition":"Lekah, a place in Palestine","kjv_definition":"Lecah."} +{"id":"H3923","strongs_number":"H3923","system":"hebrew","language":"hebrew","number_value":3923,"lemma":"לָכִישׁ","transliteration":"Lâkîysh","pronunciation":"law-keesh'","derivation":"from an unused root of uncertain meaning;","strongs_definition":"Lakish, a place in Palestine","kjv_definition":"Lachish."} +{"id":"H3924","strongs_number":"H3924","system":"hebrew","language":"hebrew","number_value":3924,"lemma":"לֻלָאָה","transliteration":"lulâʼâh","pronunciation":"loo-law-aw'","derivation":"from the same as H3883 (לוּל);","strongs_definition":"a loop","kjv_definition":"loop."} +{"id":"H3925","strongs_number":"H3925","system":"hebrew","language":"hebrew","number_value":3925,"lemma":"לָמַד","transliteration":"lâmad","pronunciation":"law-mad'","derivation":"a primitive root;","strongs_definition":"properly, to goad, i.e. (by implication) to teach (the rod being an Oriental incentive)","kjv_definition":"(un-) accustomed, [idiom] diligently, expert, instruct, learn, skilful, teach(-er, -ing)."} +{"id":"H3926","strongs_number":"H3926","system":"hebrew","language":"hebrew","number_value":3926,"lemma":"לְמוֹ","transliteration":"lᵉmôw","pronunciation":"lem-o'","derivation":"a prolonged and separable form of the prepositional prefix;","strongs_definition":"to or for","kjv_definition":"at, for, to, upon."} +{"id":"H3927","strongs_number":"H3927","system":"hebrew","language":"hebrew","number_value":3927,"lemma":"לְמוּאֵל","transliteration":"Lᵉmûwʼêl","pronunciation":"lem-oo-ale'","derivation":"or לְמוֹאֵל; from H3926 (לְמוֹ) and H410 (אֵל); (belonging) to God;","strongs_definition":"Lemuel or Lemoel, a symbolic name of Solomon","kjv_definition":"Lemuel."} +{"id":"H3928","strongs_number":"H3928","system":"hebrew","language":"hebrew","number_value":3928,"lemma":"לִמּוּד","transliteration":"limmûwd","pronunciation":"lim-mood'","derivation":"or לִמֻּד; from H3925 (לָמַד);","strongs_definition":"instructed","kjv_definition":"accustomed, disciple, learned, taught, used."} +{"id":"H3929","strongs_number":"H3929","system":"hebrew","language":"hebrew","number_value":3929,"lemma":"לֶמֶךְ","transliteration":"Lemek","pronunciation":"leh'-mek","derivation":"from an unused root of uncertain meaning;","strongs_definition":"Lemek, the name of two antediluvian patriarchs","kjv_definition":"Lamech."} +{"id":"H3930","strongs_number":"H3930","system":"hebrew","language":"hebrew","number_value":3930,"lemma":"לֹעַ","transliteration":"lôaʻ","pronunciation":"lo'ah","derivation":"from H3886 (לוּעַ);","strongs_definition":"the gullet","kjv_definition":"throat."} +{"id":"H3931","strongs_number":"H3931","system":"hebrew","language":"hebrew","number_value":3931,"lemma":"לָעַב","transliteration":"lâʻab","pronunciation":"law-ab'","derivation":"a primitive root;","strongs_definition":"to deride","kjv_definition":"mock."} +{"id":"H3932","strongs_number":"H3932","system":"hebrew","language":"hebrew","number_value":3932,"lemma":"לָעַג","transliteration":"lâʻag","pronunciation":"law-ag'","derivation":"a primitive root;","strongs_definition":"to deride; by implication (as if imitating a foreigner) to speak unintelligibly","kjv_definition":"have in derision, laugh (to scorn), mock (on), stammering."} +{"id":"H3933","strongs_number":"H3933","system":"hebrew","language":"hebrew","number_value":3933,"lemma":"לַעַג","transliteration":"laʻag","pronunciation":"lah'-ag","derivation":"from H3932 (לָעַג);","strongs_definition":"derision, scoffing","kjv_definition":"derision, scorn (-ing)."} +{"id":"H3934","strongs_number":"H3934","system":"hebrew","language":"hebrew","number_value":3934,"lemma":"לָעֵג","transliteration":"lâʻêg","pronunciation":"law-ayg'","derivation":"from H3932 (לָעַג);","strongs_definition":"a buffoon; also a foreigner","kjv_definition":"mocker, stammering."} +{"id":"H3935","strongs_number":"H3935","system":"hebrew","language":"hebrew","number_value":3935,"lemma":"לַעְדָּה","transliteration":"Laʻdâh","pronunciation":"lah-daw'","derivation":"from an unused root of uncertain meaning;","strongs_definition":"Ladah, an Israelite","kjv_definition":"Laadah."} +{"id":"H3936","strongs_number":"H3936","system":"hebrew","language":"hebrew","number_value":3936,"lemma":"לַעְדָּן","transliteration":"Laʻdân","pronunciation":"lah-dawn'","derivation":"from the same as H3935 (לַעְדָּה);","strongs_definition":"Ladan, the name of two Israelites","kjv_definition":"Laadan."} +{"id":"H3937","strongs_number":"H3937","system":"hebrew","language":"hebrew","number_value":3937,"lemma":"לָעַז","transliteration":"lâʻaz","pronunciation":"law-az'","derivation":"a primitive root;","strongs_definition":"to speak in a foreign tongue","kjv_definition":"strange language."} +{"id":"H3938","strongs_number":"H3938","system":"hebrew","language":"hebrew","number_value":3938,"lemma":"לָעַט","transliteration":"lâʻaṭ","pronunciation":"law-at'","derivation":"a primitive root;","strongs_definition":"to swallow greedily; causatively, to feed","kjv_definition":"feed."} +{"id":"H3939","strongs_number":"H3939","system":"hebrew","language":"hebrew","number_value":3939,"lemma":"לַעֲנָה","transliteration":"laʻănâh","pronunciation":"lah-an-aw'","derivation":"from an unused root supposed to mean to curse;","strongs_definition":"wormwood (regarded as poisonous, and therefore accursed)","kjv_definition":"hemlock, wormwood."} +{"id":"H3940","strongs_number":"H3940","system":"hebrew","language":"hebrew","number_value":3940,"lemma":"לַפִּיד","transliteration":"lappîyd","pronunciation":"lap-peed'","derivation":"or לַפִּד; from an unused root probably meaning to shine;","strongs_definition":"a flambeau, lamp or flame","kjv_definition":"(fire-) brand, (burning) lamp, lightning, torch."} +{"id":"H3941","strongs_number":"H3941","system":"hebrew","language":"hebrew","number_value":3941,"lemma":"לַפִּידוֹת","transliteration":"Lappîydôwth","pronunciation":"lap-pee-doth'","derivation":"feminine plural of H3940 (לַפִּיד);","strongs_definition":"Lappidoth, the husband of Deborah","kjv_definition":"Lappidoth."} +{"id":"H3942","strongs_number":"H3942","system":"hebrew","language":"hebrew","number_value":3942,"lemma":"לִפְנַי","transliteration":"liphnay","pronunciation":"lif-nah'ee","derivation":"from the prepositional prefix (to or for) and H6440 (פָּנִים);","strongs_definition":"anterior","kjv_definition":"before."} +{"id":"H3943","strongs_number":"H3943","system":"hebrew","language":"hebrew","number_value":3943,"lemma":"לָפַת","transliteration":"lâphath","pronunciation":"law-fath'","derivation":"a primitive root;","strongs_definition":"properly, to bend, i.e. (by implication) to clasp; also (reflexively) to turn around or aside","kjv_definition":"take hold, turn aside (self)."} +{"id":"H3944","strongs_number":"H3944","system":"hebrew","language":"hebrew","number_value":3944,"lemma":"לָצוֹן","transliteration":"lâtsôwn","pronunciation":"law-tsone'","derivation":"from H3887 (לוּץ);","strongs_definition":"derision","kjv_definition":"scornful(-ning)."} +{"id":"H3945","strongs_number":"H3945","system":"hebrew","language":"hebrew","number_value":3945,"lemma":"לָצַץ","transliteration":"lâtsats","pronunciation":"law-tsats'","derivation":"a primitive root;","strongs_definition":"to deride","kjv_definition":"scorn."} +{"id":"H3946","strongs_number":"H3946","system":"hebrew","language":"hebrew","number_value":3946,"lemma":"לַקּוּם","transliteration":"Laqqûwm","pronunciation":"lak-koom'","derivation":"from an unused root thought to mean to stop up by a barricade; perhaps fortification;","strongs_definition":"Lakkum, a place in Palestine","kjv_definition":"Lakum."} +{"id":"H3947","strongs_number":"H3947","system":"hebrew","language":"hebrew","number_value":3947,"lemma":"לָקַח","transliteration":"lâqach","pronunciation":"law-kakh'","derivation":"a primitive root;","strongs_definition":"to take (in the widest variety of applications)","kjv_definition":"accept, bring, buy, carry away, drawn, fetch, get, infold, [idiom] many, mingle, place, receive(-ing), reserve, seize, send for, take (away, -ing, up), use, win."} +{"id":"H3948","strongs_number":"H3948","system":"hebrew","language":"hebrew","number_value":3948,"lemma":"לֶקַח","transliteration":"leqach","pronunciation":"leh'-kakh","derivation":"from H3947 (לָקַח);","strongs_definition":"properly, something received, i.e. (mentally) instruction (whether on the part of the teacher or hearer); also (in an active and sinister sense) inveiglement","kjv_definition":"doctrine, learning, fair speech."} +{"id":"H3949","strongs_number":"H3949","system":"hebrew","language":"hebrew","number_value":3949,"lemma":"לִקְחִי","transliteration":"Liqchîy","pronunciation":"lik-khee'","derivation":"from H3947 (לָקַח); learned;","strongs_definition":"Likchi, an Israelite","kjv_definition":"Likhi."} +{"id":"H3950","strongs_number":"H3950","system":"hebrew","language":"hebrew","number_value":3950,"lemma":"לָקַט","transliteration":"lâqaṭ","pronunciation":"law-kat'","derivation":"a primitive root;","strongs_definition":"properly, to pick up, i.e. (generally) to gather; specifically, to glean","kjv_definition":"gather (up), glean."} +{"id":"H3951","strongs_number":"H3951","system":"hebrew","language":"hebrew","number_value":3951,"lemma":"לֶקֶט","transliteration":"leqeṭ","pronunciation":"leh'-ket","derivation":"from H3950 (לָקַט);","strongs_definition":"the gleaning","kjv_definition":"gleaning."} +{"id":"H3952","strongs_number":"H3952","system":"hebrew","language":"hebrew","number_value":3952,"lemma":"לָקַק","transliteration":"lâqaq","pronunciation":"law-kak'","derivation":"a primitive root;","strongs_definition":"to lick or lap","kjv_definition":"lap, lick."} +{"id":"H3953","strongs_number":"H3953","system":"hebrew","language":"hebrew","number_value":3953,"lemma":"לָקַשׁ","transliteration":"lâqash","pronunciation":"law-kash'","derivation":"a primitive root;","strongs_definition":"to gather the after crop","kjv_definition":"gather."} +{"id":"H3954","strongs_number":"H3954","system":"hebrew","language":"hebrew","number_value":3954,"lemma":"לֶקֶשׁ","transliteration":"leqesh","pronunciation":"leh'-kesh","derivation":"from H3953 (לָקַשׁ);","strongs_definition":"the after crop","kjv_definition":"latter growth."} +{"id":"H3955","strongs_number":"H3955","system":"hebrew","language":"hebrew","number_value":3955,"lemma":"לְשַׁד","transliteration":"lᵉshad","pronunciation":"lesh-ad'","derivation":"from an unused root of uncertain meaning; apparently juice, i.e.","strongs_definition":"(figuratively) vigor; also a sweet or fat cake","kjv_definition":"fresh, moisture."} +{"id":"H3956","strongs_number":"H3956","system":"hebrew","language":"hebrew","number_value":3956,"lemma":"לָשׁוֹן","transliteration":"lâshôwn","pronunciation":"law-shone'","derivation":"or לָשֹׁן; also (in plural) feminine לְשֹׁנָה; from H3960 (לָשַׁן);","strongs_definition":"the tongue (of man or animals), used literally (as the instrument of licking, eating, or speech), and figuratively (speech, an ingot, a fork of flame, a cove of water)","kjv_definition":"[phrase] babbler, bay, [phrase] evil speaker, language, talker, tongue, wedge."} +{"id":"H3957","strongs_number":"H3957","system":"hebrew","language":"hebrew","number_value":3957,"lemma":"לִשְׁכָּה","transliteration":"lishkâh","pronunciation":"lish-kaw'","derivation":"from an unused root of uncertain meaning;","strongs_definition":"a room in a building (whether for storage, eating, or lodging)","kjv_definition":"chamber, parlour. Compare H5393 (נִשְׁכָּה)."} +{"id":"H3958","strongs_number":"H3958","system":"hebrew","language":"hebrew","number_value":3958,"lemma":"לֶשֶׁם","transliteration":"leshem","pronunciation":"leh'-shem","derivation":"from an unused root of uncertain meaning;","strongs_definition":"a gem, perhaps the jacinth","kjv_definition":"ligure."} +{"id":"H3959","strongs_number":"H3959","system":"hebrew","language":"hebrew","number_value":3959,"lemma":"לֶשֶׁם","transliteration":"Leshem","pronunciation":"leh'-shem","derivation":"the same as H3958 (לֶשֶׁם);","strongs_definition":"Leshem, a place in Palestine","kjv_definition":"Leshem."} +{"id":"H3960","strongs_number":"H3960","system":"hebrew","language":"hebrew","number_value":3960,"lemma":"לָשַׁן","transliteration":"lâshan","pronunciation":"law-shan'","derivation":"a primitive root; properly, to lick; but used only as a denominative from H3956 (לָשׁוֹן);","strongs_definition":"to wag the tongue, i.e. to calumniate","kjv_definition":"accuse, slander."} +{"id":"H3961","strongs_number":"H3961","system":"hebrew","language":"hebrew","number_value":3961,"lemma":"לִשָּׁן","transliteration":"lishshân","pronunciation":"lish-shawn'","derivation":"(Aramaic) corresponding to H3956 (לָשׁוֹן);","strongs_definition":"speech, i.e. a nation","kjv_definition":"language."} +{"id":"H3962","strongs_number":"H3962","system":"hebrew","language":"hebrew","number_value":3962,"lemma":"לֶשַׁע","transliteration":"Leshaʻ","pronunciation":"leh'-shah","derivation":"from an unused root thought to mean to break through; a boiling spring;","strongs_definition":"Lesha, a place probably East of the Jordan","kjv_definition":"Lasha."} +{"id":"H3963","strongs_number":"H3963","system":"hebrew","language":"hebrew","number_value":3963,"lemma":"לֶתֶךְ","transliteration":"lethek","pronunciation":"leh'-thek","derivation":"from an unused root of uncertain meaning;","strongs_definition":"a measure for things dry","kjv_definition":"half homer. m"} +{"id":"H3964","strongs_number":"H3964","system":"hebrew","language":"hebrew","number_value":3964,"lemma":"מָא","transliteration":"mâʼ","pronunciation":"maw","derivation":"(Aramaic) corresponding to H4100 (מָה);","strongs_definition":"(as indefinitely) that","kjv_definition":"[phrase] what."} +{"id":"H3965","strongs_number":"H3965","system":"hebrew","language":"hebrew","number_value":3965,"lemma":"מַאֲבוּס","transliteration":"maʼăbûwç","pronunciation":"mah-ab-ooce'","derivation":"from H75 (אָבַס);","strongs_definition":"a granary","kjv_definition":"storehouse."} +{"id":"H3966","strongs_number":"H3966","system":"hebrew","language":"hebrew","number_value":3966,"lemma":"מְאֹד","transliteration":"mᵉʼôd","pronunciation":"meh-ode'","derivation":"from the same as H181 (אוּד);","strongs_definition":"properly, vehemence, i.e. (with or without preposition) vehemently; by implication, wholly, speedily, etc. (often with other words as an intensive or superlative; especially when repeated)","kjv_definition":"diligently, especially, exceeding(-ly), far, fast, good, great(-ly), [idiom] louder and louder, might(-ily, -y), (so) much, quickly, (so) sore, utterly, very ([phrase] much, sore), well."} +{"id":"H3967","strongs_number":"H3967","system":"hebrew","language":"hebrew","number_value":3967,"lemma":"מֵאָה","transliteration":"mêʼâh","pronunciation":"may-aw'","derivation":"or מֵאיָה; properly, a primitive numeral","strongs_definition":"a hundred; also as a multiplicative and a fraction","kjv_definition":"hundred((-fold), -th), [phrase] sixscore."} +{"id":"H3968","strongs_number":"H3968","system":"hebrew","language":"hebrew","number_value":3968,"lemma":"מֵאָה","transliteration":"Mêʼâh","pronunciation":"may-aw'","derivation":"the same as H3967 (מֵאָה);","strongs_definition":"Meah, a tower in Jerusalem","kjv_definition":"Meah."} +{"id":"H3969","strongs_number":"H3969","system":"hebrew","language":"hebrew","number_value":3969,"lemma":"מְאָה","transliteration":"mᵉʼâh","pronunciation":"meh-aw'","derivation":"(Aramaic) corresponding to H3967 (מֵאָה); properly, a primitive numeral","strongs_definition":"a hundred; also as a multiplicative and a fraction}","kjv_definition":"hundred."} +{"id":"H3970","strongs_number":"H3970","system":"hebrew","language":"hebrew","number_value":3970,"lemma":"מַאֲוַי","transliteration":"maʼăvay","pronunciation":"mah-av-ah'ee","derivation":"from H183 (אָוָה);","strongs_definition":"a desire","kjv_definition":"desire."} +{"id":"H3971","strongs_number":"H3971","system":"hebrew","language":"hebrew","number_value":3971,"lemma":"מאוּם","transliteration":"mʼûwm","pronunciation":"moom","derivation":"usually מוּם; as if passive participle from an unused root probably meaning","strongs_definition":"to stain; a blemish (physically or morally)","kjv_definition":"blemish, blot, spot."} +{"id":"H3972","strongs_number":"H3972","system":"hebrew","language":"hebrew","number_value":3972,"lemma":"מְאוּמָה","transliteration":"mᵉʼûwmâh","pronunciation":"meh-oo'-maw","derivation":"apparently a form of H3971 (מאוּם);","strongs_definition":"properly, a speck or point, i.e. (by implication) something; with negative, nothing","kjv_definition":"fault, [phrase] no(-ught), ought, somewhat, any (no-)thing."} +{"id":"H3973","strongs_number":"H3973","system":"hebrew","language":"hebrew","number_value":3973,"lemma":"מָאוֹס","transliteration":"mâʼôwç","pronunciation":"maw-oce'","derivation":"from H3988 (מָאַס);","strongs_definition":"refuse","kjv_definition":"refuse."} +{"id":"H3974","strongs_number":"H3974","system":"hebrew","language":"hebrew","number_value":3974,"lemma":"מָאוֹר","transliteration":"mâʼôwr","pronunciation":"maw-ore'","derivation":"or מָאֹר; also (in plural) feminine מְאוֹרָה; or מְאֹרָה; from H215 (אוֹר);","strongs_definition":"properly, a luminous body or luminary, i.e. (abstractly) light (as an element); figuratively, brightness, i.e.cheerfulness; specifically, a chandelier","kjv_definition":"bright, light."} +{"id":"H3975","strongs_number":"H3975","system":"hebrew","language":"hebrew","number_value":3975,"lemma":"מְאוּרָה","transliteration":"mᵉʼûwrâh","pronunciation":"meh-oo-raw'","derivation":"feminine passive participle of H215 (אוֹר);","strongs_definition":"something lighted, i.e. an aperture; by implication, a crevice or hole (of a serpent)","kjv_definition":"den."} +{"id":"H3976","strongs_number":"H3976","system":"hebrew","language":"hebrew","number_value":3976,"lemma":"מֹאזֵן","transliteration":"môʼzên","pronunciation":"mo-zane'","derivation":"from H239 (אָזַן);","strongs_definition":"(only in the dual) a pair of scales","kjv_definition":"balances."} +{"id":"H3977","strongs_number":"H3977","system":"hebrew","language":"hebrew","number_value":3977,"lemma":"מֹאזֵן","transliteration":"môʼzên","pronunciation":"mo-zane'","derivation":"(Aramaic) corresponding to H3976 (מֹאזֵן)","strongs_definition":"{(only in the dual) a pair of scales}","kjv_definition":"balances."} +{"id":"H3978","strongs_number":"H3978","system":"hebrew","language":"hebrew","number_value":3978,"lemma":"מַאֲכָל","transliteration":"maʼăkâl","pronunciation":"mah-ak-awl'","derivation":"from H398 (אָכַל);","strongs_definition":"an eatable (includ. provender, flesh and fruit)","kjv_definition":"food, fruit, (bake-)meat(-s), victual."} +{"id":"H3979","strongs_number":"H3979","system":"hebrew","language":"hebrew","number_value":3979,"lemma":"מַאֲכֶלֶת","transliteration":"maʼăkeleth","pronunciation":"mah-ak-eh'-leth","derivation":"from H398 (אָכַל);","strongs_definition":"something to eat with,i.e. a knife","kjv_definition":"knife."} +{"id":"H3980","strongs_number":"H3980","system":"hebrew","language":"hebrew","number_value":3980,"lemma":"מַאֲכֹלֶת","transliteration":"maʼăkôleth","pronunciation":"mah-ak-o'-leth","derivation":"from H398 (אָכַל);","strongs_definition":"something eaten (by fire), i.e. fuel","kjv_definition":"fuel."} +{"id":"H3981","strongs_number":"H3981","system":"hebrew","language":"hebrew","number_value":3981,"lemma":"מַאֲמָץ","transliteration":"maʼămâts","pronunciation":"mah-am-awts'","derivation":"from H553 (אָמַץ);","strongs_definition":"strength, i.e. (plural) resources","kjv_definition":"force."} +{"id":"H3982","strongs_number":"H3982","system":"hebrew","language":"hebrew","number_value":3982,"lemma":"מַאֲמַר","transliteration":"maʼămar","pronunciation":"mah-am-ar'","derivation":"from H559 (אָמַר);","strongs_definition":"something (authoritatively) said, i.e. an edict","kjv_definition":"commandment, decree."} +{"id":"H3983","strongs_number":"H3983","system":"hebrew","language":"hebrew","number_value":3983,"lemma":"מֵאמַר","transliteration":"mêʼmar","pronunciation":"may-mar'","derivation":"(Aramaic) corresponding to H3982 (מַאֲמַר)","strongs_definition":"{something (authoritatively) said, i.e. an edict}","kjv_definition":"appointment, word."} +{"id":"H3984","strongs_number":"H3984","system":"hebrew","language":"hebrew","number_value":3984,"lemma":"מָאן","transliteration":"mâʼn","pronunciation":"mawn","derivation":"(Aramaic) probably from a root corresponding to H579 (אָנָה) in the sense of an inclosure by sides;","strongs_definition":"a utensil","kjv_definition":"vessel."} +{"id":"H3985","strongs_number":"H3985","system":"hebrew","language":"hebrew","number_value":3985,"lemma":"מָאֵן","transliteration":"mâʼên","pronunciation":"maw-ane'","derivation":"a primitive root;","strongs_definition":"to refuse","kjv_definition":"refuse, [idiom] utterly."} +{"id":"H3986","strongs_number":"H3986","system":"hebrew","language":"hebrew","number_value":3986,"lemma":"מָאֵן","transliteration":"mâʼên","pronunciation":"maw-ane'","derivation":"from H3985 (מָאֵן);","strongs_definition":"unwilling","kjv_definition":"refuse."} +{"id":"H3987","strongs_number":"H3987","system":"hebrew","language":"hebrew","number_value":3987,"lemma":"מֵאֵן","transliteration":"mêʼên","pronunciation":"may-ane'","derivation":"from H3985 (מָאֵן);","strongs_definition":"refractory","kjv_definition":"refuse."} +{"id":"H3988","strongs_number":"H3988","system":"hebrew","language":"hebrew","number_value":3988,"lemma":"מָאַס","transliteration":"mâʼaç","pronunciation":"maw-as'","derivation":"a primitive root;","strongs_definition":"to spurn; also (intransitively) to disappear","kjv_definition":"abhor, cast away (off), contemn, despise, disdain, (become) loathe(some), melt away, refuse, reject, reprobate, [idiom] utterly, vile person."} +{"id":"H3989","strongs_number":"H3989","system":"hebrew","language":"hebrew","number_value":3989,"lemma":"מַאֲפֶה","transliteration":"maʼăpheh","pronunciation":"mah-af-eh'","derivation":"from H644 (אָפָה);","strongs_definition":"something baked, i.e. a batch","kjv_definition":"baken."} +{"id":"H3990","strongs_number":"H3990","system":"hebrew","language":"hebrew","number_value":3990,"lemma":"מַאֲפֵל","transliteration":"maʼăphêl","pronunciation":"mah-af-ale'","derivation":"from the same as H651 (אָפֵל);","strongs_definition":"something opaque","kjv_definition":"darkness."} +{"id":"H3991","strongs_number":"H3991","system":"hebrew","language":"hebrew","number_value":3991,"lemma":"מַאְפֵלְיָה","transliteration":"maʼphêlᵉyâh","pronunciation":"mah-af-ay-leh-yaw'","derivation":"prolonged feminine of H3990 (מַאֲפֵל);","strongs_definition":"opaqueness","kjv_definition":"darkness."} +{"id":"H3992","strongs_number":"H3992","system":"hebrew","language":"hebrew","number_value":3992,"lemma":"מָאַר","transliteration":"mâʼar","pronunciation":"maw-ar'","derivation":"a primitive root;","strongs_definition":"to be bitter or (causatively) to embitter, i.e. be painful","kjv_definition":"fretting, picking."} +{"id":"H3993","strongs_number":"H3993","system":"hebrew","language":"hebrew","number_value":3993,"lemma":"מַאֲרָב","transliteration":"maʼărâb","pronunciation":"mah-ar-awb'","derivation":"from H693 (אָרַב);","strongs_definition":"an ambuscade","kjv_definition":"lie in ambush, ambushment, lurking place, lying in wait."} +{"id":"H3994","strongs_number":"H3994","system":"hebrew","language":"hebrew","number_value":3994,"lemma":"מְאֵרָה","transliteration":"mᵉʼêrâh","pronunciation":"meh-ay-raw'","derivation":"from H779 (אָרַר);","strongs_definition":"an execration","kjv_definition":"curse."} +{"id":"H3995","strongs_number":"H3995","system":"hebrew","language":"hebrew","number_value":3995,"lemma":"מִבְדָּלָה","transliteration":"mibdâlâh","pronunciation":"mib-daw-law'","derivation":"from H914 (בָּדַל);","strongs_definition":"a separation, i.e. (concretely) a separate place","kjv_definition":"separate."} +{"id":"H3996","strongs_number":"H3996","system":"hebrew","language":"hebrew","number_value":3996,"lemma":"מָבוֹא","transliteration":"mâbôwʼ","pronunciation":"maw-bo'","derivation":"from H935 (בּוֹא); (with or without H8121 (שֶׁמֶשׁ))","strongs_definition":"an entrance (the place or the act); specifically sunset or the west; also (adverb with preposition) towards","kjv_definition":"by which came, as cometh, in coming, as men enter into, entering, entrance into, entry, where goeth, going down, [phrase] westward. Compare H4126 (מוֹבָא)."} +{"id":"H3997","strongs_number":"H3997","system":"hebrew","language":"hebrew","number_value":3997,"lemma":"מְבוֹאָה","transliteration":"mᵉbôwʼâh","pronunciation":"meb-o-aw'","derivation":"feminine of H3996 (מָבוֹא);","strongs_definition":"a haven","kjv_definition":"entry."} +{"id":"H3998","strongs_number":"H3998","system":"hebrew","language":"hebrew","number_value":3998,"lemma":"מְבוּכָה","transliteration":"mᵉbûwkâh","pronunciation":"meb-oo-kaw'","derivation":"from H943 (בּוּךְ);","strongs_definition":"perplexity","kjv_definition":"perplexity."} +{"id":"H3999","strongs_number":"H3999","system":"hebrew","language":"hebrew","number_value":3999,"lemma":"מַבּוּל","transliteration":"mabbûwl","pronunciation":"mab-bool'","derivation":"from H2986 (יָבַל) in the sense of flowing;","strongs_definition":"a deluge","kjv_definition":"flood."} +{"id":"H4000","strongs_number":"H4000","system":"hebrew","language":"hebrew","number_value":4000,"lemma":"מָבוֹן","transliteration":"mâbôwn","pronunciation":"maw-bone'","derivation":"from H995 (בִּין);","strongs_definition":"instructing","kjv_definition":"taught."} +{"id":"H4001","strongs_number":"H4001","system":"hebrew","language":"hebrew","number_value":4001,"lemma":"מְבוּסָה","transliteration":"mᵉbûwçâh","pronunciation":"meb-oo-saw'","derivation":"from H947 (בּוּס);","strongs_definition":"a trampling","kjv_definition":"treading (trodden) down (under foot)."} +{"id":"H4002","strongs_number":"H4002","system":"hebrew","language":"hebrew","number_value":4002,"lemma":"מַבּוּעַ","transliteration":"mabbûwaʻ","pronunciation":"mab-boo'-ah","derivation":"from H5042 (נָבַע);","strongs_definition":"a fountain","kjv_definition":"fountain, spring."} +{"id":"H4003","strongs_number":"H4003","system":"hebrew","language":"hebrew","number_value":4003,"lemma":"מְבוּקָה","transliteration":"mᵉbûwqâh","pronunciation":"meb-oo-kah'","derivation":"from the same as H950 (בּוּקָה);","strongs_definition":"emptiness","kjv_definition":"void."} +{"id":"H4004","strongs_number":"H4004","system":"hebrew","language":"hebrew","number_value":4004,"lemma":"מִבְחוֹר","transliteration":"mibchôwr","pronunciation":"mib-khore'","derivation":"from H977 (בָּחַר);","strongs_definition":"select, i.e. well fortified","kjv_definition":"choice."} +{"id":"H4005","strongs_number":"H4005","system":"hebrew","language":"hebrew","number_value":4005,"lemma":"מִבְחָר","transliteration":"mibchâr","pronunciation":"mib-khawr'","derivation":"from H977 (בָּחַר);","strongs_definition":"select, i.e. best","kjv_definition":"choice(-st), chosen."} +{"id":"H4006","strongs_number":"H4006","system":"hebrew","language":"hebrew","number_value":4006,"lemma":"מִבְחָר","transliteration":"Mibchâr","pronunciation":"mib-khawr'","derivation":"the same as H4005 (מִבְחָר);","strongs_definition":"Mibchar, an Israelite","kjv_definition":"Mibhar."} +{"id":"H4007","strongs_number":"H4007","system":"hebrew","language":"hebrew","number_value":4007,"lemma":"מַבָּט","transliteration":"mabbâṭ","pronunciation":"mab-bawt'","derivation":"or מֶבָּט; from H5027 (נָבַט);","strongs_definition":"something expected, i.e. (abstractly) expectation","kjv_definition":"expectation."} +{"id":"H4008","strongs_number":"H4008","system":"hebrew","language":"hebrew","number_value":4008,"lemma":"מִבְטָא","transliteration":"mibṭâʼ","pronunciation":"mib-taw'","derivation":"from H981 (בָּטָא);","strongs_definition":"a rash utterance (hasty vow)","kjv_definition":"(that which...) uttered (out of)."} +{"id":"H4009","strongs_number":"H4009","system":"hebrew","language":"hebrew","number_value":4009,"lemma":"מִבְטָח","transliteration":"mibṭâch","pronunciation":"mib-tawkh'","derivation":"from H982 (בָּטַח);","strongs_definition":"properly, a refuge, i.e. (objective) security, or (subjective) assurance","kjv_definition":"confidence, hope, sure, trust."} +{"id":"H4010","strongs_number":"H4010","system":"hebrew","language":"hebrew","number_value":4010,"lemma":"מַבְלִיגִית","transliteration":"mablîygîyth","pronunciation":"mab-leeg-eeth'","derivation":"from H1082 (בָּלַג);","strongs_definition":"desistance (or rather desolation)","kjv_definition":"comfort self."} +{"id":"H4011","strongs_number":"H4011","system":"hebrew","language":"hebrew","number_value":4011,"lemma":"מִבְנֶה","transliteration":"mibneh","pronunciation":"mib-neh'","derivation":"from H1129 (בָּנָה);","strongs_definition":"a building","kjv_definition":"frame."} +{"id":"H4012","strongs_number":"H4012","system":"hebrew","language":"hebrew","number_value":4012,"lemma":"מְבֻנַּי","transliteration":"Mᵉbunnay","pronunciation":"meb-oon-hah'-ee","derivation":"from H1129 (בָּנָה); built up;","strongs_definition":"Mebunnai, an Israelite","kjv_definition":"Mebunnai."} +{"id":"H4013","strongs_number":"H4013","system":"hebrew","language":"hebrew","number_value":4013,"lemma":"מִבְצָר","transliteration":"mibtsâr","pronunciation":"mib-tsawr'","derivation":"also (in plural) feminine (Daniel 11:l5) מִבְצָרָה; from H1219 (בָּצַר);","strongs_definition":"a fortification, castle, or fortified city; figuratively, a defender","kjv_definition":"(de-, most) fenced, fortress, (most) strong (hold)."} +{"id":"H4014","strongs_number":"H4014","system":"hebrew","language":"hebrew","number_value":4014,"lemma":"מִבְצָר","transliteration":"Mibtsâr","pronunciation":"mib-tsawr'","derivation":"the same as H4013 (מִבְצָר);","strongs_definition":"Mibtsar, an Idumaean","kjv_definition":"Mibzar."} +{"id":"H4015","strongs_number":"H4015","system":"hebrew","language":"hebrew","number_value":4015,"lemma":"מִבְרָח","transliteration":"mibrâch","pronunciation":"mib-rawkh'","derivation":"from H1272 (בָּרַח);","strongs_definition":"a refugee","kjv_definition":"fugitive."} +{"id":"H4016","strongs_number":"H4016","system":"hebrew","language":"hebrew","number_value":4016,"lemma":"מָבֻשׁ","transliteration":"mâbush","pronunciation":"maw-boosh'","derivation":"from H954 (בּוּשׁ);","strongs_definition":"(plural) the (male) pudenda","kjv_definition":"secrets."} +{"id":"H4017","strongs_number":"H4017","system":"hebrew","language":"hebrew","number_value":4017,"lemma":"מִבְשָׂם","transliteration":"Mibsâm","pronunciation":"mib-sawm'","derivation":"from the same as H1314 (בֶּשֶׂם); fragrant;","strongs_definition":"Mibsam, the name of an Ishmaelite and of an Israelite","kjv_definition":"Mibsam."} +{"id":"H4018","strongs_number":"H4018","system":"hebrew","language":"hebrew","number_value":4018,"lemma":"מְבַשְּׁלָה","transliteration":"mᵉbashshᵉlâh","pronunciation":"meb-ash-shel-aw'","derivation":"from H1310 (בָּשַׁל);","strongs_definition":"a cooking hearth","kjv_definition":"boiling-place."} +{"id":"H4019","strongs_number":"H4019","system":"hebrew","language":"hebrew","number_value":4019,"lemma":"מַגְבִּישׁ","transliteration":"Magbîysh","pronunciation":"mag-beesh'","derivation":"from the same as H1378 (גָּבִישׁ); stiffening;","strongs_definition":"Magbish, an Israelite, or a place in Palestine","kjv_definition":"Magbish."} +{"id":"H4020","strongs_number":"H4020","system":"hebrew","language":"hebrew","number_value":4020,"lemma":"מִגְבָּלָה","transliteration":"migbâlâh","pronunciation":"mig-baw-law'","derivation":"from H1379 (גָּבַל);","strongs_definition":"a border","kjv_definition":"end."} +{"id":"H4021","strongs_number":"H4021","system":"hebrew","language":"hebrew","number_value":4021,"lemma":"מִגְבָּעָה","transliteration":"migbâʻâh","pronunciation":"mig-baw-aw'","derivation":"from the same as H1389 (גִּבְעָה);","strongs_definition":"a cap (as hemispherical)","kjv_definition":"bonnet."} +{"id":"H4022","strongs_number":"H4022","system":"hebrew","language":"hebrew","number_value":4022,"lemma":"מֶגֶד","transliteration":"meged","pronunciation":"meh'-ghed","derivation":"from an unused root probably meaning to be eminent;","strongs_definition":"properly, a distinguished thing; hence something valuable, as aproduct or fruit","kjv_definition":"pleasant, precious fruit (thing)."} +{"id":"H4023","strongs_number":"H4023","system":"hebrew","language":"hebrew","number_value":4023,"lemma":"מְגִדּוֹן","transliteration":"Mᵉgiddôwn","pronunciation":"meg-id-done'","derivation":"(Zechariah H12 (אַבְדָן)) or מְגִדּוֹ; from H1413 (גָּדַד); rendezvous;","strongs_definition":"Megiddon or Megiddo, a place in Palestine","kjv_definition":"Megiddo, Megiddon."} +{"id":"H4024","strongs_number":"H4024","system":"hebrew","language":"hebrew","number_value":4024,"lemma":"מִגְדּוֹל","transliteration":"Migdôwl","pronunciation":"mig-dole'","derivation":"or מִגְדֹּל; probably of Egyptian origin;","strongs_definition":"Migdol, a place in Egypt","kjv_definition":"Migdol, tower."} +{"id":"H4025","strongs_number":"H4025","system":"hebrew","language":"hebrew","number_value":4025,"lemma":"מַגְדִּיאֵל","transliteration":"Magdîyʼêl","pronunciation":"mag-dee-ale'","derivation":"from H4022 (מֶגֶד) and H410 (אֵל); preciousness of God;","strongs_definition":"Magdiel, an Idumaean","kjv_definition":"Magdiel."} +{"id":"H4026","strongs_number":"H4026","system":"hebrew","language":"hebrew","number_value":4026,"lemma":"מִגְדָּל","transliteration":"migdâl","pronunciation":"mig-dawl'","derivation":"also (in plural) feminine מִגְדָּלָה; from H1431 (גָּדַל);","strongs_definition":"a tower (from its size or height); by analogy, a rostrum; figuratively, a (pyramidal) bed of flowers","kjv_definition":"castle, flower, tower. Compare the names following."} +{"id":"H4027","strongs_number":"H4027","system":"hebrew","language":"hebrew","number_value":4027,"lemma":"מִגְדַּל־אֵל","transliteration":"Migdal-ʼÊl","pronunciation":"mig-dal-ale'","derivation":"from H4026 (מִגְדָּל) and H410 (אֵל); tower of God;","strongs_definition":"Migdal-El, a place in Palestine","kjv_definition":"Migdal-el."} +{"id":"H4028","strongs_number":"H4028","system":"hebrew","language":"hebrew","number_value":4028,"lemma":"מִגְדַּל־גָּד","transliteration":"Migdal-Gâd","pronunciation":"migdal-gawd'","derivation":"from H4026 (מִגְדָּל) and H1408 (גַּד); tower of Fortune;","strongs_definition":"Migdal-Gad, a place in Palestine","kjv_definition":"Migdal-gad."} +{"id":"H4029","strongs_number":"H4029","system":"hebrew","language":"hebrew","number_value":4029,"lemma":"מִגְדַּל־עֵדֶר","transliteration":"Migdal-ʻÊder","pronunciation":"mig-dal'-ay'-der","derivation":"from H4026 (מִגְדָּל) and H5739 (עֵדֶר); tower of a flock;","strongs_definition":"Migdal-Eder, a place in Palestine","kjv_definition":"Migdal-eder, tower of the flock."} +{"id":"H4030","strongs_number":"H4030","system":"hebrew","language":"hebrew","number_value":4030,"lemma":"מִגְדָּנָה","transliteration":"migdânâh","pronunciation":"mig-daw-naw'","derivation":"from the same as H4022 (מֶגֶד);","strongs_definition":"preciousness, i.e. a gem","kjv_definition":"precious thing, present."} +{"id":"H4031","strongs_number":"H4031","system":"hebrew","language":"hebrew","number_value":4031,"lemma":"מָגוֹג","transliteration":"Mâgôwg","pronunciation":"maw-gogue'","derivation":"from H1463 (גּוֹג);","strongs_definition":"Magog, a son of Japheth; also a barbarous northern region","kjv_definition":"Magog."} +{"id":"H4032","strongs_number":"H4032","system":"hebrew","language":"hebrew","number_value":4032,"lemma":"מָגוֹר","transliteration":"mâgôwr","pronunciation":"maw-gore'","derivation":"or (Lamentations 2:22) מָגוּר; from H1481 (גּוּר) in the sense of fearing;","strongs_definition":"a fright (objective or subjective)","kjv_definition":"fear, terror. Compare H4036 (מָגוֹר מִסָּבִיב)."} +{"id":"H4033","strongs_number":"H4033","system":"hebrew","language":"hebrew","number_value":4033,"lemma":"מָגוּר","transliteration":"mâgûwr","pronunciation":"maw-goor'","derivation":"or מָגֻר; from H1481 (גּוּר) in the sense of lodging;","strongs_definition":"a temporary abode; by extension, a permanent residence","kjv_definition":"dwelling, pilgrimage, where sojourn, be a stranger. Compare H4032 (מָגוֹר)."} +{"id":"H4034","strongs_number":"H4034","system":"hebrew","language":"hebrew","number_value":4034,"lemma":"מְגוֹרַה","transliteration":"mᵉgôwrah","pronunciation":"meg-o-raw'","derivation":"feminine of H4032 (מָגוֹר);","strongs_definition":"affright","kjv_definition":"fear."} +{"id":"H4035","strongs_number":"H4035","system":"hebrew","language":"hebrew","number_value":4035,"lemma":"מְגוּרָה","transliteration":"mᵉgûwrâh","pronunciation":"meg-oo-raw'","derivation":"feminine of H4032 (מָגוֹר) or of H4033 (מָגוּר);","strongs_definition":"a fright; also a granary","kjv_definition":"barn, fear."} +{"id":"H4036","strongs_number":"H4036","system":"hebrew","language":"hebrew","number_value":4036,"lemma":"מָגוֹר מִסָּבִיב","transliteration":"Mâgôwr miç-Çâbîyb","pronunciation":"maw-gore' mis-saw-beeb'","derivation":"from H4032 (מָגוֹר) and H5439 (סָבִיב) with the preposition inserted; affright from around;","strongs_definition":"Magor-mis-Sabib, a symbolic name of Pashur","kjv_definition":"Magormissabib."} +{"id":"H4037","strongs_number":"H4037","system":"hebrew","language":"hebrew","number_value":4037,"lemma":"מַגְזֵרָה","transliteration":"magzêrâh","pronunciation":"mag-zay-raw'","derivation":"from H1504 (גָּזַר);","strongs_definition":"a cutting implement, i.e. a blade","kjv_definition":"axe."} +{"id":"H4038","strongs_number":"H4038","system":"hebrew","language":"hebrew","number_value":4038,"lemma":"מַגָּל","transliteration":"maggâl","pronunciation":"mag-gawl'","derivation":"from an unused root meaning to reap;","strongs_definition":"a sickle","kjv_definition":"sickle."} +{"id":"H4039","strongs_number":"H4039","system":"hebrew","language":"hebrew","number_value":4039,"lemma":"מְגִלָּה","transliteration":"mᵉgillâh","pronunciation":"meg-il-law'","derivation":"from H1556 (גָּלַל);","strongs_definition":"a roll","kjv_definition":"roll, volume."} +{"id":"H4040","strongs_number":"H4040","system":"hebrew","language":"hebrew","number_value":4040,"lemma":"מְגִלָּה","transliteration":"mᵉgillâh","pronunciation":"meg-il-law'","derivation":"(Aramaic) corresponding to H4039 (מְגִלָּה)","strongs_definition":"{a roll}","kjv_definition":"roll."} +{"id":"H4041","strongs_number":"H4041","system":"hebrew","language":"hebrew","number_value":4041,"lemma":"מְגַמָּה","transliteration":"mᵉgammâh","pronunciation":"meg-am-maw'","derivation":"from the same as H1571 (גַּם);","strongs_definition":"properly, accumulation, i.e. impulse or direction","kjv_definition":"sup up."} +{"id":"H4042","strongs_number":"H4042","system":"hebrew","language":"hebrew","number_value":4042,"lemma":"מָגַן","transliteration":"mâgan","pronunciation":"maw-gan'","derivation":"a denominative from H4043 (מָגֵן);","strongs_definition":"properly, to shield; encompass with; figuratively, to rescue, to hand safely over (i.e. surrender)","kjv_definition":"deliver."} +{"id":"H4043","strongs_number":"H4043","system":"hebrew","language":"hebrew","number_value":4043,"lemma":"מָגֵן","transliteration":"mâgên","pronunciation":"maw-gane'","derivation":"also (in plural) feminine מְגִנָּה; from H1598 (גָּנַן);","strongs_definition":"a shield (i.e. the small one or buckler); figuratively, a protector; also the scaly hide of the crocodile","kjv_definition":"[idiom] armed, buckler, defence, ruler, [phrase] scale, shield."} +{"id":"H4044","strongs_number":"H4044","system":"hebrew","language":"hebrew","number_value":4044,"lemma":"מְגִנָּה","transliteration":"mᵉginnâh","pronunciation":"meg-in-naw'","derivation":"from H4042 (מָגַן);","strongs_definition":"a covering (in a bad sense), i.e. blindness or obduracy","kjv_definition":"sorrow. See also H4043 (מָגֵן)."} +{"id":"H4045","strongs_number":"H4045","system":"hebrew","language":"hebrew","number_value":4045,"lemma":"מִגְעֶרֶת","transliteration":"migʻereth","pronunciation":"mig-eh'-reth","derivation":"from H1605 (גָּעַר);","strongs_definition":"reproof (i.e. curse)","kjv_definition":"rebuke."} +{"id":"H4046","strongs_number":"H4046","system":"hebrew","language":"hebrew","number_value":4046,"lemma":"מַגֵּפָה","transliteration":"maggêphâh","pronunciation":"mag-gay-faw'","derivation":"from H5062 (נָגַף);","strongs_definition":"a pestilence; by analogy, defeat","kjv_definition":"([idiom] be) plague(-d), slaughter, stroke."} +{"id":"H4047","strongs_number":"H4047","system":"hebrew","language":"hebrew","number_value":4047,"lemma":"מַגְפִּיעָשׁ","transliteration":"Magpîyʻâsh","pronunciation":"mag-pee-awsh'","derivation":"apparently from H1479 (גּוּף) or H5062 (נָגַף) and H6211 (עָשׁ); exterminator of (the) moth;","strongs_definition":"Magpiash, an Israelite","kjv_definition":"Magpiash."} +{"id":"H4048","strongs_number":"H4048","system":"hebrew","language":"hebrew","number_value":4048,"lemma":"מָגַר","transliteration":"mâgar","pronunciation":"maw-gar'","derivation":"a primitive root;","strongs_definition":"to yield up; intensively, to precipitate","kjv_definition":"cast down, terror."} +{"id":"H4049","strongs_number":"H4049","system":"hebrew","language":"hebrew","number_value":4049,"lemma":"מְגַר","transliteration":"mᵉgar","pronunciation":"meg-ar'","derivation":"(Aramaic) corresponding to H4048 (מָגַר);","strongs_definition":"to overthrow","kjv_definition":"destroy."} +{"id":"H4050","strongs_number":"H4050","system":"hebrew","language":"hebrew","number_value":4050,"lemma":"מְגֵרָה","transliteration":"mᵉgêrâh","pronunciation":"meg-ay-raw'","derivation":"from H1641 (גָּרַר);","strongs_definition":"a saw","kjv_definition":"axe, saw."} +{"id":"H4051","strongs_number":"H4051","system":"hebrew","language":"hebrew","number_value":4051,"lemma":"מִגְרוֹן","transliteration":"Migrôwn","pronunciation":"mig-rone'","derivation":"from H4048 (מָגַר); precipice;","strongs_definition":"Migron, a place in Palestine","kjv_definition":"Migron."} +{"id":"H4052","strongs_number":"H4052","system":"hebrew","language":"hebrew","number_value":4052,"lemma":"מִגְרָעָה","transliteration":"migrâʻâh","pronunciation":"mig-raw-aw'","derivation":"from H1639 (גָּרַע);","strongs_definition":"a ledge or offset","kjv_definition":"narrowed rest."} +{"id":"H4053","strongs_number":"H4053","system":"hebrew","language":"hebrew","number_value":4053,"lemma":"מִגְרָפָה","transliteration":"migrâphâh","pronunciation":"mig-raw-faw'","derivation":"from H1640 (גָּרַף);","strongs_definition":"something thrown off (by the spade), i.e. a clod","kjv_definition":"clod."} +{"id":"H4054","strongs_number":"H4054","system":"hebrew","language":"hebrew","number_value":4054,"lemma":"מִגְרָשׁ","transliteration":"migrâsh","pronunciation":"mig-rawsh'","derivation":"also (in plural) feminine (Ezekiel 27:28) מִגְרָשָׁה; from H1644 (גָּרַשׁ);","strongs_definition":"a suburb (i.e. open country whither flocks are driven from pasture); hence, the area around abuilding, or the margin of the sea","kjv_definition":"cast out, suburb."} +{"id":"H4055","strongs_number":"H4055","system":"hebrew","language":"hebrew","number_value":4055,"lemma":"מַד","transliteration":"mad","pronunciation":"mad","derivation":"or מֵד; from H4058 (מָדַד);","strongs_definition":"properly, extent, i.e. height; also a measure; by implication, a vesture (as measured); also a carpet","kjv_definition":"armour, clothes, garment, judgment, measure, raiment, stature."} +{"id":"H4056","strongs_number":"H4056","system":"hebrew","language":"hebrew","number_value":4056,"lemma":"מַדְבַּח","transliteration":"madbach","pronunciation":"mad-bakh'","derivation":"(Aramaic) from H1684 (דְּבַח);","strongs_definition":"a sacrificial altar","kjv_definition":"altar."} +{"id":"H4057","strongs_number":"H4057","system":"hebrew","language":"hebrew","number_value":4057,"lemma":"מִדְבָּר","transliteration":"midbâr","pronunciation":"mid-bawr'","derivation":"from H1696 (דָבַר) in the sense of driving;","strongs_definition":"a pasture (i.e. open field, whither cattle are driven); by implication, a desert; also speech (including its organs)","kjv_definition":"desert, south, speech, wilderness."} +{"id":"H4058","strongs_number":"H4058","system":"hebrew","language":"hebrew","number_value":4058,"lemma":"מָדַד","transliteration":"mâdad","pronunciation":"maw-dad'","derivation":"a primitive root;","strongs_definition":"properly, to stretch; by implication, to measure (as if by stretching a line); figuratively, to be extended","kjv_definition":"measure, mete, stretch self."} +{"id":"H4059","strongs_number":"H4059","system":"hebrew","language":"hebrew","number_value":4059,"lemma":"מִדַּד","transliteration":"middad","pronunciation":"mid-dad'","derivation":"from H5074 (נָדַד);","strongs_definition":"flight","kjv_definition":"be gone."} +{"id":"H4060","strongs_number":"H4060","system":"hebrew","language":"hebrew","number_value":4060,"lemma":"מִדָּה","transliteration":"middâh","pronunciation":"mid-daw'","derivation":"feminine of H4055 (מַד);","strongs_definition":"properly, extension, i.e. height or breadth; also a measure (including its standard); hence a portion (as measured) or a vestment; specifically, tribute (as measured)","kjv_definition":"garment, measure(-ing, meteyard, piece, size, (great) stature, tribute, wide."} +{"id":"H4061","strongs_number":"H4061","system":"hebrew","language":"hebrew","number_value":4061,"lemma":"מִדָּה","transliteration":"middâh","pronunciation":"mid-daw'","derivation":"(Aramaic) or מִנְדָּה; (Aramaic), corresponding to H4060 (מִדָּה);","strongs_definition":"tribute in money","kjv_definition":"toll, tribute."} +{"id":"H4062","strongs_number":"H4062","system":"hebrew","language":"hebrew","number_value":4062,"lemma":"מַדְהֵבָה","transliteration":"madhêbâh","pronunciation":"mad-hay-baw'","derivation":"perhaps from the equivalent of H1722 (דְּהַב);","strongs_definition":"goldmaking, i.e. exactness","kjv_definition":"golden city."} +{"id":"H4063","strongs_number":"H4063","system":"hebrew","language":"hebrew","number_value":4063,"lemma":"מֶדֶו","transliteration":"medev","pronunciation":"meh'-dev","derivation":"from an unused root meaning to stretch;","strongs_definition":"properly, extent, i.e. measure; by implication, a dress (as measured)","kjv_definition":"garment."} +{"id":"H4064","strongs_number":"H4064","system":"hebrew","language":"hebrew","number_value":4064,"lemma":"מַדְוֶה","transliteration":"madveh","pronunciation":"mad-veh'","derivation":"from H1738 (דָּוָה);","strongs_definition":"sickness","kjv_definition":"disease."} +{"id":"H4065","strongs_number":"H4065","system":"hebrew","language":"hebrew","number_value":4065,"lemma":"מַדּוּחַ","transliteration":"maddûwach","pronunciation":"mad-doo'akh","derivation":"from H5080 (נָדַח);","strongs_definition":"seduction","kjv_definition":"cause of banishment."} +{"id":"H4066","strongs_number":"H4066","system":"hebrew","language":"hebrew","number_value":4066,"lemma":"מָדוֹן","transliteration":"mâdôwn","pronunciation":"maw-dohn'","derivation":"from H1777 (דִּין);","strongs_definition":"a contest or quarrel","kjv_definition":"brawling, contention(-ous), discord, strife. Compare H4079 (מִדְיָן), H4090 (מְדָן)."} +{"id":"H4067","strongs_number":"H4067","system":"hebrew","language":"hebrew","number_value":4067,"lemma":"מָדוֹן","transliteration":"mâdôwn","pronunciation":"maw-dohn'","derivation":"from the same as H4063 (מֶדֶו);","strongs_definition":"extensiveness, i.e. height","kjv_definition":"stature."} +{"id":"H4068","strongs_number":"H4068","system":"hebrew","language":"hebrew","number_value":4068,"lemma":"מָדוֹן","transliteration":"Mâdôwn","pronunciation":"maw-dohn'","derivation":"the same as H4067 (מָדוֹן);","strongs_definition":"Madon, a place in Palestine","kjv_definition":"Madon."} +{"id":"H4069","strongs_number":"H4069","system":"hebrew","language":"hebrew","number_value":4069,"lemma":"מַדּוּעַ","transliteration":"maddûwaʻ","pronunciation":"mad-doo'-ah","derivation":"or מַדֻּעַ; from H4100 (מָה) and the passive participle of H3045 (יָדַע);","strongs_definition":"what (is) known?; i.e. (by implication) (adverbially) why?","kjv_definition":"how, wherefore, why."} +{"id":"H4070","strongs_number":"H4070","system":"hebrew","language":"hebrew","number_value":4070,"lemma":"מְדוֹר","transliteration":"mᵉdôwr","pronunciation":"med-ore'","derivation":"(Aramaic) or מְדֹר; (Aramaic), or מְדָר; (Aramaic), from H1753 (דּוּר);","strongs_definition":"a dwelling","kjv_definition":"dwelling."} +{"id":"H4071","strongs_number":"H4071","system":"hebrew","language":"hebrew","number_value":4071,"lemma":"מְדוּרָה","transliteration":"mᵉdûwrâh","pronunciation":"med-oo-raw'","derivation":"or מְדֻרָה; from H1752 (דּוּר) in the sense of accumulation;","strongs_definition":"a pile of fuel","kjv_definition":"pile (for fire)."} +{"id":"H4072","strongs_number":"H4072","system":"hebrew","language":"hebrew","number_value":4072,"lemma":"מִדְחֶה","transliteration":"midcheh","pronunciation":"mid-kheh'","derivation":"from H1760 (דָּחָה);","strongs_definition":"overthrow","kjv_definition":"ruin."} +{"id":"H4073","strongs_number":"H4073","system":"hebrew","language":"hebrew","number_value":4073,"lemma":"מְדַחְפָה","transliteration":"mᵉdachphâh","pronunciation":"med-akh-faw'","derivation":"from H1765 (דָּחַף);","strongs_definition":"a push, i.e. ruin","kjv_definition":"overthrow."} +{"id":"H4074","strongs_number":"H4074","system":"hebrew","language":"hebrew","number_value":4074,"lemma":"מָדַי","transliteration":"Mâday","pronunciation":"maw-dah'-ee","derivation":"of foreign derivation;","strongs_definition":"Madai, a country of central Asia","kjv_definition":"Madai, Medes, Media."} +{"id":"H4075","strongs_number":"H4075","system":"hebrew","language":"hebrew","number_value":4075,"lemma":"מָדַי","transliteration":"Mâday","pronunciation":"maw-dah'-ee","derivation":"patrial from H4074 (מָדַי);","strongs_definition":"a Madian or native of Madai","kjv_definition":"Mede."} +{"id":"H4076","strongs_number":"H4076","system":"hebrew","language":"hebrew","number_value":4076,"lemma":"מָדַי","transliteration":"Mâday","pronunciation":"maw-dah'-ee","derivation":"(Aramaic) corresponding to H4074 (מָדַי)","strongs_definition":"{Madai, a country of central Asia}","kjv_definition":"Mede(-s)."} +{"id":"H4077","strongs_number":"H4077","system":"hebrew","language":"hebrew","number_value":4077,"lemma":"מָדַי","transliteration":"Mâday","pronunciation":"maw-dah'-ee","derivation":"(Aramaic) corresponding to H4075 (מָדַי)","strongs_definition":"{a Madian or native of Madai}","kjv_definition":"Median."} +{"id":"H4078","strongs_number":"H4078","system":"hebrew","language":"hebrew","number_value":4078,"lemma":"מַדַּי","transliteration":"madday","pronunciation":"mad-dah'-ee","derivation":"from H4100 (מָה) and H1767 (דַּי);","strongs_definition":"what (is) enough, i.e. sufficiently","kjv_definition":"sufficiently."} +{"id":"H4079","strongs_number":"H4079","system":"hebrew","language":"hebrew","number_value":4079,"lemma":"מִדְיָן","transliteration":"midyân","pronunciation":"mid-yawn'","derivation":"a variation for H4066 (מָדוֹן)","strongs_definition":"{a contest or quarrel}","kjv_definition":"brawling, contention(-ous)."} +{"id":"H4080","strongs_number":"H4080","system":"hebrew","language":"hebrew","number_value":4080,"lemma":"מִדְיָן","transliteration":"Midyân","pronunciation":"mid-yawn'","derivation":"the same as H4079 (מִדְיָן);","strongs_definition":"Midjan, a son of Abraham; also his country and (collectively) his descendants","kjv_definition":"Midian, Midianite."} +{"id":"H4081","strongs_number":"H4081","system":"hebrew","language":"hebrew","number_value":4081,"lemma":"מִדִּין","transliteration":"Middîyn","pronunciation":"mid-deen'","derivation":"a variation for H4080 (מִדְיָן)","strongs_definition":"{Midjan, a son of Abraham; also his country and (collectively) his descendants}","kjv_definition":"Middin."} +{"id":"H4082","strongs_number":"H4082","system":"hebrew","language":"hebrew","number_value":4082,"lemma":"מְדִינָה","transliteration":"mᵉdîynâh","pronunciation":"med-ee-naw'","derivation":"from H1777 (דִּין);","strongs_definition":"properly, a judgeship, i.e. jurisdiction; by implication, a district (as ruled by a judge); generally, a region","kjv_definition":"([idiom] every) province."} +{"id":"H4083","strongs_number":"H4083","system":"hebrew","language":"hebrew","number_value":4083,"lemma":"מְדִינָה","transliteration":"mᵉdîynâh","pronunciation":"med-ee-naw'","derivation":"(Aramaic) corresponding to H4082 (מְדִינָה)","strongs_definition":"{properly, a judgeship, i.e. jurisdiction; by implication, a district (as ruled by a judge); generally, a region}","kjv_definition":"province."} +{"id":"H4084","strongs_number":"H4084","system":"hebrew","language":"hebrew","number_value":4084,"lemma":"מִדְיָנִי","transliteration":"Midyânîy","pronunciation":"mid-yaw-nee'","derivation":"patronymical or patrial from H4080 (מִדְיָן);","strongs_definition":"a Midjanite or descendant (native) of Midjan","kjv_definition":"Midianite. Compare H4092 (מְדָנִי)."} +{"id":"H4085","strongs_number":"H4085","system":"hebrew","language":"hebrew","number_value":4085,"lemma":"מְדֹכָה","transliteration":"mᵉdôkâh","pronunciation":"med-o-kaw'","derivation":"from H1743 (דּוּךְ);","strongs_definition":"a mortar","kjv_definition":"mortar."} +{"id":"H4086","strongs_number":"H4086","system":"hebrew","language":"hebrew","number_value":4086,"lemma":"מַדְמֵן","transliteration":"Madmên","pronunciation":"mad-mane'","derivation":"from the same as H1828 (דֹּמֶן); dunghill;","strongs_definition":"Madmen, a place in Palestine","kjv_definition":"Madmen."} +{"id":"H4087","strongs_number":"H4087","system":"hebrew","language":"hebrew","number_value":4087,"lemma":"מַדְמֵנָה","transliteration":"madmênâh","pronunciation":"mad-may-naw'","derivation":"feminine from the same as H1828 (דֹּמֶן);","strongs_definition":"a dunghill","kjv_definition":"dunghill."} +{"id":"H4088","strongs_number":"H4088","system":"hebrew","language":"hebrew","number_value":4088,"lemma":"מַדְמֵנָה","transliteration":"Madmênâh","pronunciation":"mad-may-naw'","derivation":"the same as H4087 (מַדְמֵנָה);","strongs_definition":"Madmenah, a place in Palestine","kjv_definition":"Madmenah."} +{"id":"H4089","strongs_number":"H4089","system":"hebrew","language":"hebrew","number_value":4089,"lemma":"מַדְמַנָּה","transliteration":"Madmannâh","pronunciation":"mad-man-naw'","derivation":"a variation for H4087 (מַדְמֵנָה);","strongs_definition":"Madmannah, a place in Palestine","kjv_definition":"Madmannah."} +{"id":"H4090","strongs_number":"H4090","system":"hebrew","language":"hebrew","number_value":4090,"lemma":"מְדָן","transliteration":"mᵉdân","pronunciation":"med-awn'","derivation":"a form of H4066 (מָדוֹן)","strongs_definition":"{a contest or quarrel}","kjv_definition":"discord, strife."} +{"id":"H4091","strongs_number":"H4091","system":"hebrew","language":"hebrew","number_value":4091,"lemma":"מְדָן","transliteration":"Mᵉdân","pronunciation":"med-awn'","derivation":"the same as H4090 (מְדָן);","strongs_definition":"Medan, a son of Abraham","kjv_definition":"Medan."} +{"id":"H4092","strongs_number":"H4092","system":"hebrew","language":"hebrew","number_value":4092,"lemma":"מְדָנִי","transliteration":"Mᵉdânîy","pronunciation":"med-aw-nee'","derivation":"a variation of H4084 (מִדְיָנִי)","strongs_definition":"{a Midjanite or descendant (native) of Midjan}","kjv_definition":"Midianite."} +{"id":"H4093","strongs_number":"H4093","system":"hebrew","language":"hebrew","number_value":4093,"lemma":"מַדָּע","transliteration":"maddâʻ","pronunciation":"mad-daw'","derivation":"or מַדַּע; from H3045 (יָדַע);","strongs_definition":"intelligence or consciousness","kjv_definition":"knowledge, science, thought."} +{"id":"H4094","strongs_number":"H4094","system":"hebrew","language":"hebrew","number_value":4094,"lemma":"מַדְקָרָה","transliteration":"madqârâh","pronunciation":"mad-kaw-raw'","derivation":"from H1856 (דָּקַר);","strongs_definition":"a wound","kjv_definition":"piercing."} +{"id":"H4095","strongs_number":"H4095","system":"hebrew","language":"hebrew","number_value":4095,"lemma":"מַדְרֵגָה","transliteration":"madrêgâh","pronunciation":"mad-ray-gaw'","derivation":"from an unused root meaning to step;","strongs_definition":"properly, a step; by implication, a steep or inaccessible place","kjv_definition":"stair, steep place."} +{"id":"H4096","strongs_number":"H4096","system":"hebrew","language":"hebrew","number_value":4096,"lemma":"מִדְרָךְ","transliteration":"midrâk","pronunciation":"mid-rawk'","derivation":"from H1869 (דָּרַךְ);","strongs_definition":"a treading, i.e. a place for stepping on","kjv_definition":"(foot-) breadth."} +{"id":"H4097","strongs_number":"H4097","system":"hebrew","language":"hebrew","number_value":4097,"lemma":"מִדְרָשׁ","transliteration":"midrâsh","pronunciation":"mid-rawsh'","derivation":"from H1875 (דָּרַשׁ);","strongs_definition":"properly, an investigation, i.e. (by implication) a treatise or elaborate compilation","kjv_definition":"story."} +{"id":"H4098","strongs_number":"H4098","system":"hebrew","language":"hebrew","number_value":4098,"lemma":"מְדֻשָּׁה","transliteration":"mᵉdushshâh","pronunciation":"med-oosh-shaw'","derivation":"from H1758 (דּוּשׁ);","strongs_definition":"a threshing, i.e. (concretely and figuratively) down-trodden people","kjv_definition":"threshing."} +{"id":"H4099","strongs_number":"H4099","system":"hebrew","language":"hebrew","number_value":4099,"lemma":"מְדָתָא","transliteration":"Mᵉdâthâʼ","pronunciation":"med-aw-thaw'","derivation":"of Persian origin;","strongs_definition":"Medatha, the father of Haman","kjv_definition":"Hammedatha (including the article)."} +{"id":"H4100","strongs_number":"H4100","system":"hebrew","language":"hebrew","number_value":4100,"lemma":"מָה","transliteration":"mâh","pronunciation":"maw","derivation":"or מַה; or מָ; or מַ; also מֶה; a primitive particle;","strongs_definition":"properly, interrogative what? (including how? why? when?); but also exclamation, what! (including how!), or indefinitely what (including whatever, and even relatively, that which); often used with prefixes in various adverbial or conjunctive senses","kjv_definition":"how (long, oft, (-soever)), (no-) thing, what (end, good, purpose, thing), whereby(-fore, -in, -to, -with), (for) why."} +{"id":"H4101","strongs_number":"H4101","system":"hebrew","language":"hebrew","number_value":4101,"lemma":"מָה","transliteration":"mâh","pronunciation":"maw","derivation":"(Aramaic) corresponding to H4100 (מָה)","strongs_definition":"{properly, interrogative what? (including how? why? when?); but also exclamation, what! (including how!), or indefinitely what}","kjv_definition":"how great (mighty), that which, what(-soever), why."} +{"id":"H4102","strongs_number":"H4102","system":"hebrew","language":"hebrew","number_value":4102,"lemma":"מָהַהּ","transliteration":"mâhahh","pronunciation":"maw-hah'","derivation":"apparently a denominative from H4100 (מָה);","strongs_definition":"properly, to question or hesitate, i.e. (by implication) to be reluctant","kjv_definition":"delay, linger, stay selves, tarry."} +{"id":"H4103","strongs_number":"H4103","system":"hebrew","language":"hebrew","number_value":4103,"lemma":"מְהוּמָה","transliteration":"mᵉhûwmâh","pronunciation":"meh-hoo-maw'","derivation":"from H1949 (הוּם);","strongs_definition":"confusion or uproar","kjv_definition":"destruction, discomfiture, trouble, tumult, vexation, vexed."} +{"id":"H4104","strongs_number":"H4104","system":"hebrew","language":"hebrew","number_value":4104,"lemma":"מְהוּמָן","transliteration":"Mᵉhûwmân","pronunciation":"meh-hoo-mawn'","derivation":"of Persian origin;","strongs_definition":"Mehuman, a eunuch of Xerxes","kjv_definition":"Mehuman."} +{"id":"H4105","strongs_number":"H4105","system":"hebrew","language":"hebrew","number_value":4105,"lemma":"מְהֵיטַבְאֵל","transliteration":"Mᵉhêyṭabʼêl","pronunciation":"meh-hay-tab-ale'","derivation":"from H3190 (יָטַב) (augmented) and H410 (אֵל); bettered of God;","strongs_definition":"Mehetabel, the name of an Edomitish man and woman","kjv_definition":"Mehetabeel, Mehetabel."} +{"id":"H4106","strongs_number":"H4106","system":"hebrew","language":"hebrew","number_value":4106,"lemma":"מָהִיר","transliteration":"mâhîyr","pronunciation":"maw-here'","derivation":"or מָהִר; from H4116 (מָהַר);","strongs_definition":"quick; hence, skilful","kjv_definition":"diligent, hasty, ready."} +{"id":"H4107","strongs_number":"H4107","system":"hebrew","language":"hebrew","number_value":4107,"lemma":"מָהַל","transliteration":"mâhal","pronunciation":"maw-hal'","derivation":"a primitive root;","strongs_definition":"properly, to cut down or reduce, i.e. by implication, to adulterate","kjv_definition":"mixed."} +{"id":"H4108","strongs_number":"H4108","system":"hebrew","language":"hebrew","number_value":4108,"lemma":"מַהְלֵךְ","transliteration":"mahlêk","pronunciation":"mah-lake'","derivation":"from H1980 (הָלַךְ);","strongs_definition":"a walking (plural collectively), i.e. access","kjv_definition":"place to walk."} +{"id":"H4109","strongs_number":"H4109","system":"hebrew","language":"hebrew","number_value":4109,"lemma":"מַהֲלָךְ","transliteration":"mahălâk","pronunciation":"mah-hal-awk'","derivation":"from H1980 (הָלַךְ);","strongs_definition":"a walk, i.e. a passage or a distance","kjv_definition":"journey, walk."} +{"id":"H4110","strongs_number":"H4110","system":"hebrew","language":"hebrew","number_value":4110,"lemma":"מַהֲלָל","transliteration":"mahălâl","pronunciation":"mah-hal-awl'","derivation":"from H1984 (הָלַל);","strongs_definition":"fame","kjv_definition":"praise."} +{"id":"H4111","strongs_number":"H4111","system":"hebrew","language":"hebrew","number_value":4111,"lemma":"מַהֲלַלְאֵל","transliteration":"Mahălalʼêl","pronunciation":"mah-hal-al-ale'","derivation":"from H4110 (מַהֲלָל) and H410 (אֵל); praise of God;","strongs_definition":"Mahalalel, the name of an antediluvian patriarch and of an Israelite","kjv_definition":"Mahalaleel."} +{"id":"H4112","strongs_number":"H4112","system":"hebrew","language":"hebrew","number_value":4112,"lemma":"מַהֲלֻמָּה","transliteration":"mahălummâh","pronunciation":"mah-hal-oom-maw'","derivation":"from H1986 (הָלַם);","strongs_definition":"a blow","kjv_definition":"stripe, stroke."} +{"id":"H4113","strongs_number":"H4113","system":"hebrew","language":"hebrew","number_value":4113,"lemma":"מַהֲמֹרָה","transliteration":"mahămôrâh","pronunciation":"mah-ham-o-raw'","derivation":"from an unused root of uncertain meaning;","strongs_definition":"perhaps an abyss","kjv_definition":"deep pit."} +{"id":"H4114","strongs_number":"H4114","system":"hebrew","language":"hebrew","number_value":4114,"lemma":"מַהְפֵּכָה","transliteration":"mahpêkâh","pronunciation":"mah-pay-kaw'","derivation":"from H2015 (הָפַךְ);","strongs_definition":"a destruction","kjv_definition":"when...overthrew, overthrow(-n)."} +{"id":"H4115","strongs_number":"H4115","system":"hebrew","language":"hebrew","number_value":4115,"lemma":"מַהְפֶּכֶת","transliteration":"mahpeketh","pronunciation":"mah-peh'-keth","derivation":"from H2015 (הָפַךְ);","strongs_definition":"a wrench, i.e. the stocks","kjv_definition":"prison, stocks."} +{"id":"H4116","strongs_number":"H4116","system":"hebrew","language":"hebrew","number_value":4116,"lemma":"מָהַר","transliteration":"mâhar","pronunciation":"maw-har'","derivation":"a primitive root;","strongs_definition":"properly, to be liquid or flow easily, i.e. (by implication); to hurry (in a good or a bad sense); often used (with another verb) adverbially, promptly","kjv_definition":"be carried headlong, fearful, (cause to make, in, make) haste(-n, -ily), (be) hasty, (fetch, make ready) [idiom] quickly, rash, [idiom] shortly, (be so) [idiom] soon, make speed, [idiom] speedily, [idiom] straightway, [idiom] suddenly, swift."} +{"id":"H4117","strongs_number":"H4117","system":"hebrew","language":"hebrew","number_value":4117,"lemma":"מָהַר","transliteration":"mâhar","pronunciation":"maw-har'","derivation":"a primitive root (perhaps rather the same as H4116 (מָהַר) through the idea of readiness in assent);","strongs_definition":"to bargain (for a wife), i.e. to wed","kjv_definition":"endow, [idiom] surely."} +{"id":"H4118","strongs_number":"H4118","system":"hebrew","language":"hebrew","number_value":4118,"lemma":"מַהֵר","transliteration":"mahêr","pronunciation":"mah-hare'","derivation":"from H4116 (מָהַר);","strongs_definition":"properly, hurrying; hence (adverbially) in ahurry","kjv_definition":"hasteth, hastily, at once, quickly, soon, speedily, suddenly."} +{"id":"H4119","strongs_number":"H4119","system":"hebrew","language":"hebrew","number_value":4119,"lemma":"מֹהַר","transliteration":"môhar","pronunciation":"mo'-har","derivation":"from H4117 (מָהַר);","strongs_definition":"a price (for a wife)","kjv_definition":"dowry."} +{"id":"H4120","strongs_number":"H4120","system":"hebrew","language":"hebrew","number_value":4120,"lemma":"מְהֵרָה","transliteration":"mᵉhêrâh","pronunciation":"meh-hay-raw'","derivation":"feminine of H4118 (מַהֵר);","strongs_definition":"properly, a hurry; hence (adverbially) promptly","kjv_definition":"hastily, quickly, shortly, soon, make (with) speed(-ily), swiftly."} +{"id":"H4121","strongs_number":"H4121","system":"hebrew","language":"hebrew","number_value":4121,"lemma":"מַהֲרַי","transliteration":"Mahăray","pronunciation":"mah-har-ah'-ee","derivation":"from H4116 (מָהַר); hasty;","strongs_definition":"Maharai, an Israelite","kjv_definition":"Maharai."} +{"id":"H4122","strongs_number":"H4122","system":"hebrew","language":"hebrew","number_value":4122,"lemma":"מַהֵר שָׁלָל חָשׁ בַּז","transliteration":"Mahêr Shâlâl Châsh Baz","pronunciation":"mah-hare' shaw-lawl' khawsh baz","derivation":"from H4118 (מַהֵר) and H7998 (שָׁלָל) and H2363 (חוּשׁ) and H957 (בַּז); hasting (is he (the enemy) to the) booty, swift (to the) prey;","strongs_definition":"Maher-Shalal-Chash-Baz; the symbolical name of the son of Isaiah","kjv_definition":"Maher-sha-lal-bash-baz."} +{"id":"H4123","strongs_number":"H4123","system":"hebrew","language":"hebrew","number_value":4123,"lemma":"מַהֲתַלָּה","transliteration":"mahăthallâh","pronunciation":"mah-hath-al-law'","derivation":"from H2048 (הָתַל);","strongs_definition":"a delusion","kjv_definition":"deceit."} +{"id":"H4124","strongs_number":"H4124","system":"hebrew","language":"hebrew","number_value":4124,"lemma":"מוֹאָב","transliteration":"Môwʼâb","pronunciation":"mo-awb","derivation":"from a prolonged form of the prepositional prefix m-and H1 (אָב); from (her (the mother's)) father;","strongs_definition":"Moab, an incestuous son of Lot; also his territory and descendants","kjv_definition":"Moab."} +{"id":"H4125","strongs_number":"H4125","system":"hebrew","language":"hebrew","number_value":4125,"lemma":"מוֹאָבִי","transliteration":"Môwʼâbîy","pronunciation":"mo-aw-bee'","derivation":"feminine מוֹאָבִיָּה; or מוֹאָבִיתxlit Môwâbîyth corrected to Môwʼâbîyth; patronymical from H4124 (מוֹאָב);","strongs_definition":"a Moabite or Moabitess, i.e. a descendant from Moab","kjv_definition":"(woman) of Moab, Moabite(-ish, -ss)."} +{"id":"H4126","strongs_number":"H4126","system":"hebrew","language":"hebrew","number_value":4126,"lemma":"מוֹבָא","transliteration":"môwbâʼ","pronunciation":"mo-baw'","derivation":"by transp. for H3996 (מָבוֹא);","strongs_definition":"an entrance","kjv_definition":"coming."} +{"id":"H4127","strongs_number":"H4127","system":"hebrew","language":"hebrew","number_value":4127,"lemma":"מוּג","transliteration":"mûwg","pronunciation":"moog","derivation":"a primitive root;","strongs_definition":"to melt, i.e. literally (to soften, flow down, disappear), or figuratively (to fear, faint)","kjv_definition":"consume, dissolve, (be) faint(-hearted), melt (away), make soft."} +{"id":"H4128","strongs_number":"H4128","system":"hebrew","language":"hebrew","number_value":4128,"lemma":"מוּד","transliteration":"mûwd","pronunciation":"mood","derivation":"a primitive root;","strongs_definition":"to shake","kjv_definition":"measure."} +{"id":"H4129","strongs_number":"H4129","system":"hebrew","language":"hebrew","number_value":4129,"lemma":"מוֹדַע","transliteration":"môwdaʻ","pronunciation":"mo-dah'","derivation":"or rather מֹדָע; from H3045 (יָדַע);","strongs_definition":"an acquaintance","kjv_definition":"kinswoman."} +{"id":"H4130","strongs_number":"H4130","system":"hebrew","language":"hebrew","number_value":4130,"lemma":"מוֹדַעַת","transliteration":"môwdaʻath","pronunciation":"mo-dah'-ath","derivation":"from H3045 (יָדַע);","strongs_definition":"acquaintance","kjv_definition":"kindred."} +{"id":"H4131","strongs_number":"H4131","system":"hebrew","language":"hebrew","number_value":4131,"lemma":"מוֹט","transliteration":"môwṭ","pronunciation":"mote","derivation":"a primitive root;","strongs_definition":"to waver; by implication, to slip, shake, fall","kjv_definition":"be carried, cast, be out of course, be fallen in decay, [idiom] exceedingly, fall(-ing down), be (re-) moved, be ready, shake, slide, slip."} +{"id":"H4132","strongs_number":"H4132","system":"hebrew","language":"hebrew","number_value":4132,"lemma":"מוֹט","transliteration":"môwṭ","pronunciation":"mote","derivation":"from H4131 (מוֹט);","strongs_definition":"a wavering, i.e. fall; by implication, a pole (as shaking); hence, a yoke (as essentially a bent pole)","kjv_definition":"bar, be moved, staff, yoke."} +{"id":"H4133","strongs_number":"H4133","system":"hebrew","language":"hebrew","number_value":4133,"lemma":"מוֹטָה","transliteration":"môwṭâh","pronunciation":"mo-taw'","derivation":"feminine of H4132 (מוֹט);","strongs_definition":"a pole; by implication, an ox-bow; hence, a yoke (either literal or figurative)","kjv_definition":"bands, heavy, staves, yoke."} +{"id":"H4134","strongs_number":"H4134","system":"hebrew","language":"hebrew","number_value":4134,"lemma":"מוּךְ","transliteration":"mûwk","pronunciation":"mook","derivation":"a primitive root;","strongs_definition":"to become thin, i.e. (figuratively) be impoverished","kjv_definition":"be (waxen) poor(-er)."} +{"id":"H4135","strongs_number":"H4135","system":"hebrew","language":"hebrew","number_value":4135,"lemma":"מוּל","transliteration":"mûwl","pronunciation":"mool","derivation":"a primitive root;","strongs_definition":"to cut short, i.e. curtail (specifically the prepuce, i.e. to circumcise); by implication, to blunt; figuratively, to destroy","kjv_definition":"circumcise(-ing), selves), cut down (in pieces), destroy, [idiom] must needs."} +{"id":"H4136","strongs_number":"H4136","system":"hebrew","language":"hebrew","number_value":4136,"lemma":"מוּל","transliteration":"mûwl","pronunciation":"mool","derivation":"or מוֹל; (Deuteronomy 1:1), or מוֹאל; (Nehemiah 12:38), or מֻל; (Numbers 22:5), from H4135 (מוּל);","strongs_definition":"properly, abrupt, i.e. a precipice; by implication, the front; used only adverbially (with prepositional prefix) opposite","kjv_definition":"(over) against, before, (fore-) front, from, (God-) ward, toward, with."} +{"id":"H4137","strongs_number":"H4137","system":"hebrew","language":"hebrew","number_value":4137,"lemma":"מוֹלָדָה","transliteration":"Môwlâdâh","pronunciation":"mo-law-daw'","derivation":"from H3205 (יָלַד); birth;","strongs_definition":"Moladah, a place in Palestine","kjv_definition":"Moladah."} +{"id":"H4138","strongs_number":"H4138","system":"hebrew","language":"hebrew","number_value":4138,"lemma":"מוֹלֶדֶת","transliteration":"môwledeth","pronunciation":"mo-leh'-deth","derivation":"from H3205 (יָלַד);","strongs_definition":"nativity (plural birth-place); by implication, lineage, native country; also offspring, family","kjv_definition":"begotten, born, issue, kindred, native(-ity)."} +{"id":"H4139","strongs_number":"H4139","system":"hebrew","language":"hebrew","number_value":4139,"lemma":"מוּלָה","transliteration":"mûwlâh","pronunciation":"moo-law'","derivation":"from H4135 (מוּל);","strongs_definition":"circumcision","kjv_definition":"circumcision."} +{"id":"H4140","strongs_number":"H4140","system":"hebrew","language":"hebrew","number_value":4140,"lemma":"מוֹלִיד","transliteration":"Môwlîyd","pronunciation":"mo-leed'","derivation":"from H3205 (יָלַד); genitor;","strongs_definition":"Molid, an Israelite","kjv_definition":"Molid."} +{"id":"H4141","strongs_number":"H4141","system":"hebrew","language":"hebrew","number_value":4141,"lemma":"מוּסָב","transliteration":"mûwçâb","pronunciation":"moo-sawb'","derivation":"from H5437 (סָבַב);","strongs_definition":"a turn, i.e. circuit (of a building)","kjv_definition":"winding about."} +{"id":"H4142","strongs_number":"H4142","system":"hebrew","language":"hebrew","number_value":4142,"lemma":"מוּסַבָּה","transliteration":"mûwçabbâh","pronunciation":"moo-sab-baw'","derivation":"or מֻסַבָּה; feminine of H4141 (מוּסָב);","strongs_definition":"a reversal, i.e. the backside (of a gem), fold (of a double-leaved door), transmutation (of a name)","kjv_definition":"being changed, inclosed, be set, turning."} +{"id":"H4143","strongs_number":"H4143","system":"hebrew","language":"hebrew","number_value":4143,"lemma":"מוּסָד","transliteration":"mûwçâd","pronunciation":"moo-sawd'","derivation":"from H3245 (יָסַד);","strongs_definition":"a foundation","kjv_definition":"foundation."} +{"id":"H4144","strongs_number":"H4144","system":"hebrew","language":"hebrew","number_value":4144,"lemma":"מוֹסָד","transliteration":"môwçâd","pronunciation":"mo-sawd'","derivation":"from H3245 (יָסַד);","strongs_definition":"a foundation","kjv_definition":"foundation."} +{"id":"H4145","strongs_number":"H4145","system":"hebrew","language":"hebrew","number_value":4145,"lemma":"מוּסָדָה","transliteration":"mûwçâdâh","pronunciation":"moo-saw-daw'","derivation":"feminine of H4143 (מוּסָד);","strongs_definition":"a foundation; figuratively, an appointment","kjv_definition":"foundation, grounded. Compare H4328 (מְיֻסָּדָה)."} +{"id":"H4146","strongs_number":"H4146","system":"hebrew","language":"hebrew","number_value":4146,"lemma":"מוֹסָדָה","transliteration":"môwçâdâh","pronunciation":"mo-saw-daw'","derivation":"or מֹסָדָה; feminine of H4144 (מוֹסָד);","strongs_definition":"a foundation","kjv_definition":"foundation."} +{"id":"H4147","strongs_number":"H4147","system":"hebrew","language":"hebrew","number_value":4147,"lemma":"מוֹסֵר","transliteration":"môwçêr","pronunciation":"mo-sare'","derivation":"also (in plural) feminine מוֹסֵרָה; or מֹסְרָה; from H3256 (יָסַר);","strongs_definition":"properly, chastisement, i.e. (by implication) a halter; figuratively, restraint","kjv_definition":"band, bond."} +{"id":"H4148","strongs_number":"H4148","system":"hebrew","language":"hebrew","number_value":4148,"lemma":"מוּסָר","transliteration":"mûwçâr","pronunciation":"moo-sawr'","derivation":"from H3256 (יָסַר);","strongs_definition":"properly, chastisement; figuratively, reproof, warning or instruction; also restraint","kjv_definition":"bond, chastening(-eth), chastisement, check, correction, discipline, doctrine, instruction, rebuke."} +{"id":"H4149","strongs_number":"H4149","system":"hebrew","language":"hebrew","number_value":4149,"lemma":"מוֹסֵרָה","transliteration":"Môwçêrâh","pronunciation":"mo-say-raw'","derivation":"or (plural) מֹסְרוֹת feminine of H4147 (מוֹסֵר); correction or corrections;","strongs_definition":"Moserah or Moseroth, a place in the Desert","kjv_definition":"Mosera, Moseroth."} +{"id":"H4150","strongs_number":"H4150","system":"hebrew","language":"hebrew","number_value":4150,"lemma":"מוֹעֵד","transliteration":"môwʻêd","pronunciation":"mo-ade'","derivation":"or מֹעֵד; or (feminine) מוֹעָדָה; (2 Chronicles 8:13), from H3259 (יָעַד);","strongs_definition":"properly, an appointment, i.e. a fixed time or season; specifically, a festival; conventionally ayear; by implication, an assembly (as convened for a definite purpose); technically the congregation; by extension, the place of meeting; also a signal (as appointed beforehand)","kjv_definition":"appointed (sign, time), (place of, solemn) assembly, congregation, (set, solemn) feast, (appointed, due) season, solemn(-ity), synogogue, (set) time (appointed)."} +{"id":"H4151","strongs_number":"H4151","system":"hebrew","language":"hebrew","number_value":4151,"lemma":"מוֹעָד","transliteration":"môwʻâd","pronunciation":"mo-awd'","derivation":"from H3259 (יָעַד); (as in H4150 (מוֹעֵד));","strongs_definition":"properly, an assembly figuratively, a troop","kjv_definition":"appointed time."} +{"id":"H4152","strongs_number":"H4152","system":"hebrew","language":"hebrew","number_value":4152,"lemma":"מוּעָדָה","transliteration":"mûwʻâdâh","pronunciation":"moo-aw-daw'","derivation":"from H3259 (יָעַד);","strongs_definition":"an appointed place, i.e. asylum","kjv_definition":"appointed."} +{"id":"H4153","strongs_number":"H4153","system":"hebrew","language":"hebrew","number_value":4153,"lemma":"מוֹעַדְיָה","transliteration":"Môwʻadyâh","pronunciation":"mo-ad-yaw'","derivation":"from H4151 (מוֹעָד) and H3050 (יָהּ); assembly of Jah;","strongs_definition":"Moadjah, an Israelite","kjv_definition":"Moadiah. Compare H4573 (מַעֲדְיָה)."} +{"id":"H4154","strongs_number":"H4154","system":"hebrew","language":"hebrew","number_value":4154,"lemma":"מוּעֶדֶת","transliteration":"mûwʻedeth","pronunciation":"moo-ay'-deth","derivation":"feminine passive participle of H4571 (מָעַד);","strongs_definition":"properly, made to slip, i.e. dislocated","kjv_definition":"out of joint."} +{"id":"H4155","strongs_number":"H4155","system":"hebrew","language":"hebrew","number_value":4155,"lemma":"מוּעָף","transliteration":"mûwʻâph","pronunciation":"moo-awf'","derivation":"from H5774 (עוּף);","strongs_definition":"properly, covered, i.e. dark; abstractly, obscurity, i.e. distress","kjv_definition":"dimness."} +{"id":"H4156","strongs_number":"H4156","system":"hebrew","language":"hebrew","number_value":4156,"lemma":"מוֹעֵצָה","transliteration":"môwʻêtsâh","pronunciation":"mo-ay-tsaw'","derivation":"from H3289 (יָעַץ);","strongs_definition":"a purpose","kjv_definition":"counsel, device."} +{"id":"H4157","strongs_number":"H4157","system":"hebrew","language":"hebrew","number_value":4157,"lemma":"מוּעָקָה","transliteration":"mûwʻâqâh","pronunciation":"moo-aw-kaw'","derivation":"from H5781 (עוּק);","strongs_definition":"pressure, i.e. (figuratively) distress","kjv_definition":"affliction."} +{"id":"H4158","strongs_number":"H4158","system":"hebrew","language":"hebrew","number_value":4158,"lemma":"מוֹפַעַת","transliteration":"Môwphaʻath","pronunciation":"mo-fah'-ath","derivation":"(Jeremiah 48:21) or מֵיפַעַת; or מֵפַעַת; from H3313 (יָפַע); illuminative;","strongs_definition":"Mophaath or Mephaath, a place in Palestine","kjv_definition":"Mephaath."} +{"id":"H4159","strongs_number":"H4159","system":"hebrew","language":"hebrew","number_value":4159,"lemma":"מוֹפֵת","transliteration":"môwphêth","pronunciation":"mo-faith'","derivation":"or מֹפֵת; from H3302 (יָפָה) in the sense of conspicuousness;","strongs_definition":"a miracle; by implication, a token or omen","kjv_definition":"miracle, sign, wonder(-ed at)."} +{"id":"H4160","strongs_number":"H4160","system":"hebrew","language":"hebrew","number_value":4160,"lemma":"מוּץ","transliteration":"mûwts","pronunciation":"moots","derivation":"a primitive root;","strongs_definition":"to press, i.e. (figuratively) to oppress","kjv_definition":"extortioner."} +{"id":"H4161","strongs_number":"H4161","system":"hebrew","language":"hebrew","number_value":4161,"lemma":"מוֹצָא","transliteration":"môwtsâʼ","pronunciation":"mo-tsaw'","derivation":"or מֹצָאxlit môtsâ corrected to môtsâʼ; from H3318 (יָצָא);","strongs_definition":"a going forth, i.e. (the act) an egress, or (the place) an exit; hence, a source or product; specifically, dawn, the rising of the sun (the East), exportation, utterance, a gate, a fountain, a mine, a meadow (as producing grass)","kjv_definition":"brought out, bud, that which came out, east, going forth, goings out, that which (thing that) is gone out, outgoing, proceeded out, spring, vein, (water-) course (springs)."} +{"id":"H4162","strongs_number":"H4162","system":"hebrew","language":"hebrew","number_value":4162,"lemma":"מוֹצָא","transliteration":"môwtsâʼ","pronunciation":"mo-tsaw'","derivation":"the same as H4161 (מוֹצָא);","strongs_definition":"Motsa, the name of two Israelites","kjv_definition":"Moza."} +{"id":"H4163","strongs_number":"H4163","system":"hebrew","language":"hebrew","number_value":4163,"lemma":"מוֹצָאָה","transliteration":"môwtsâʼâh","pronunciation":"mo-tsaw-aw'","derivation":"feminine of H4161 (מוֹצָא); (marg.; compare H6675 (צוֹאָה))","strongs_definition":"a family descent; also a sewer","kjv_definition":"draught house; going forth."} +{"id":"H4164","strongs_number":"H4164","system":"hebrew","language":"hebrew","number_value":4164,"lemma":"מוּצַק","transliteration":"mûwtsaq","pronunciation":"moo-tsak'","derivation":"or מוּצָק; from H3332 (יָצַק);","strongs_definition":"narrowness; figuratively, distress","kjv_definition":"anguish, is straitened, straitness."} +{"id":"H4165","strongs_number":"H4165","system":"hebrew","language":"hebrew","number_value":4165,"lemma":"מוּצָק","transliteration":"mûwtsâq","pronunciation":"moo-tsawk'","derivation":"from H5694 (עָגִיל);","strongs_definition":"properly, fusion, i.e. literally, a casting (of metal); figuratively, a mass (of clay)","kjv_definition":"casting, hardness."} +{"id":"H4166","strongs_number":"H4166","system":"hebrew","language":"hebrew","number_value":4166,"lemma":"מוּצָקָה","transliteration":"mûwtsâqâh","pronunciation":"moo-tsaw-kaw'","derivation":"or מֻצָקָה; from H3332 (יָצַק);","strongs_definition":"properly, something poured out, i.e. a casting (of metal); by implication, a tube (as cast)","kjv_definition":"when it was cast, pipe."} +{"id":"H4167","strongs_number":"H4167","system":"hebrew","language":"hebrew","number_value":4167,"lemma":"מוּק","transliteration":"mûwq","pronunciation":"mook","derivation":"a primitive root;","strongs_definition":"to jeer, i.e. (intens.) blaspheme","kjv_definition":"be corrupt."} +{"id":"H4168","strongs_number":"H4168","system":"hebrew","language":"hebrew","number_value":4168,"lemma":"מוֹקֵד","transliteration":"môwqêd","pronunciation":"mo-kade'","derivation":"from H3344 (יָקַד);","strongs_definition":"a fire or fuel; abstractly, a conflagration","kjv_definition":"burning, hearth."} +{"id":"H4169","strongs_number":"H4169","system":"hebrew","language":"hebrew","number_value":4169,"lemma":"מוֹקְדָה","transliteration":"môwqᵉdâh","pronunciation":"mo-ked-aw'","derivation":"feminine of H4168 (מוֹקֵד);","strongs_definition":"fuel","kjv_definition":"burning."} +{"id":"H4170","strongs_number":"H4170","system":"hebrew","language":"hebrew","number_value":4170,"lemma":"מוֹקֵשׁ","transliteration":"môwqêsh","pronunciation":"mo-kashe'","derivation":"or מֹקֵשׁ; from H3369 (יָקֹשׁ);","strongs_definition":"a noose (for catching animals) (literally or figuratively); by implication, a hook (for the nose)","kjv_definition":"be ensnared, gin, (is) snare(-d), trap."} +{"id":"H4171","strongs_number":"H4171","system":"hebrew","language":"hebrew","number_value":4171,"lemma":"מוּר","transliteration":"mûwr","pronunciation":"moor","derivation":"a primitive root;","strongs_definition":"to alter; by implication, to barter, to dispose of","kjv_definition":"[idiom] at all, (ex-) change, remove."} +{"id":"H4172","strongs_number":"H4172","system":"hebrew","language":"hebrew","number_value":4172,"lemma":"מוֹרָא","transliteration":"môwrâʼ","pronunciation":"mo-raw'","derivation":"or מֹרָא; or מוֹרָהxlit môrâh corrected to môwrâh; (Psalm 9:20), from H3372 (יָרֵא);","strongs_definition":"fear; by implication, a fearful thing or deed","kjv_definition":"dread, (that ought to be) fear(-ed), terribleness, terror."} +{"id":"H4173","strongs_number":"H4173","system":"hebrew","language":"hebrew","number_value":4173,"lemma":"מוֹרַג","transliteration":"môwrag","pronunciation":"mo-rag'","derivation":"or מֹרַג; from an unused root meaning to triturate;","strongs_definition":"a threshing sledge","kjv_definition":"threshing instrument."} +{"id":"H4174","strongs_number":"H4174","system":"hebrew","language":"hebrew","number_value":4174,"lemma":"מוֹרָד","transliteration":"môwrâd","pronunciation":"mo-rawd'","derivation":"from H3381 (יָרַד);","strongs_definition":"a descent; as architecture, an ornamental appendage, perhaps a festoon","kjv_definition":"going down, steep place, thin work."} +{"id":"H4175","strongs_number":"H4175","system":"hebrew","language":"hebrew","number_value":4175,"lemma":"מוֹרֶה","transliteration":"môwreh","pronunciation":"mo-reh'","derivation":"from H3384 (יָרָה); (see H3138 (יוֹרֶה))","strongs_definition":"an archer; also teacher or teaching; also the early rain","kjv_definition":"(early) rain."} +{"id":"H4176","strongs_number":"H4176","system":"hebrew","language":"hebrew","number_value":4176,"lemma":"מוֹרֶה","transliteration":"Môwreh","pronunciation":"mo-reh'","derivation":"or מֹרֶה; the same as H4175 (מוֹרֶה);","strongs_definition":"Moreh, a Canaanite; also a hill (perhaps named from him)","kjv_definition":"Moreh."} +{"id":"H4177","strongs_number":"H4177","system":"hebrew","language":"hebrew","number_value":4177,"lemma":"מוֹרָה","transliteration":"môwrâh","pronunciation":"mo-raw'","derivation":"from H4171 (מוּר) in the sense of shearing;","strongs_definition":"a razor","kjv_definition":"razor."} +{"id":"H4178","strongs_number":"H4178","system":"hebrew","language":"hebrew","number_value":4178,"lemma":"מוֹרָט","transliteration":"môwrâṭ","pronunciation":"mo-rawt'","derivation":"from H3399 (יָרַט);","strongs_definition":"obstinate, i.e. independent","kjv_definition":"peeled."} +{"id":"H4179","strongs_number":"H4179","system":"hebrew","language":"hebrew","number_value":4179,"lemma":"מוֹרִיָּה","transliteration":"Môwrîyâh","pronunciation":"mo-ree-yaw'","derivation":"or מֹרִיָּה; from H7200 (רָאָה) and H3050 (יָהּ); seen of Jah;","strongs_definition":"Morijah, a hill in Palestine","kjv_definition":"Moriah."} +{"id":"H4180","strongs_number":"H4180","system":"hebrew","language":"hebrew","number_value":4180,"lemma":"מוֹרָשׁ","transliteration":"môwrâsh","pronunciation":"mo-rawsh'","derivation":"from H3423 (יָרַשׁ);","strongs_definition":"a possession; figuratively, delight","kjv_definition":"possession, thought."} +{"id":"H4181","strongs_number":"H4181","system":"hebrew","language":"hebrew","number_value":4181,"lemma":"מוֹרָשָׁה","transliteration":"môwrâshâh","pronunciation":"mo-raw-shaw'","derivation":"feminine of H4180 (מוֹרָשׁ);","strongs_definition":"a possession","kjv_definition":"heritage, inheritance, possession."} +{"id":"H4182","strongs_number":"H4182","system":"hebrew","language":"hebrew","number_value":4182,"lemma":"מוֹרֶשֶׁת גַּת","transliteration":"Môwresheth Gath","pronunciation":"mo-reh'-sheth gath","derivation":"from H3423 (יָרַשׁ) and H1661 (גַּת); possession of Gath;","strongs_definition":"Moresheth-Gath, a place in Palestine","kjv_definition":"Moresheth-gath."} +{"id":"H4183","strongs_number":"H4183","system":"hebrew","language":"hebrew","number_value":4183,"lemma":"מוֹרַשְׁתִּי","transliteration":"Môwrashtîy","pronunciation":"mo-rash-tee'","derivation":"patrial from H4182 (מוֹרֶשֶׁת גַּת);","strongs_definition":"a Morashtite or inhabitant of Moresheth-Gath","kjv_definition":"Morashthite."} +{"id":"H4184","strongs_number":"H4184","system":"hebrew","language":"hebrew","number_value":4184,"lemma":"מוּשׁ","transliteration":"mûwsh","pronunciation":"moosh","derivation":"a primitive root;","strongs_definition":"to touch","kjv_definition":"feel, handle."} +{"id":"H4185","strongs_number":"H4185","system":"hebrew","language":"hebrew","number_value":4185,"lemma":"מוּשׁ","transliteration":"mûwsh","pronunciation":"moosh","derivation":"a primitive root (perhaps rather the same as H4184 (מוּשׁ) through the idea of receding by contact);","strongs_definition":"to withdraw (both literally and figuratively, whether intransitive or transitive)","kjv_definition":"cease, depart, go back, remove, take away."} +{"id":"H4186","strongs_number":"H4186","system":"hebrew","language":"hebrew","number_value":4186,"lemma":"מוֹשָׁב","transliteration":"môwshâb","pronunciation":"mo-shawb'","derivation":"or מֹשָׁב; from H3427 (יָשַׁב);","strongs_definition":"a seat; figuratively, a site; abstractly, a session; by extension an abode (the place or the time); by implication, population","kjv_definition":"assembly, dwell in, dwelling(-place), wherein (that) dwelt (in), inhabited place, seat, sitting, situation, sojourning."} +{"id":"H4187","strongs_number":"H4187","system":"hebrew","language":"hebrew","number_value":4187,"lemma":"מוּשִׁי","transliteration":"Mûwshîy","pronunciation":"moo-shee'","derivation":"or מֻשִּׁי; from H4184 (מוּשׁ); sensitive;","strongs_definition":"Mushi, a Levite","kjv_definition":"Mushi."} +{"id":"H4188","strongs_number":"H4188","system":"hebrew","language":"hebrew","number_value":4188,"lemma":"מוּשִׁי","transliteration":"Mûwshîy","pronunciation":"moo-shee'","derivation":"patronymical from H4187 (מוּשִׁי);","strongs_definition":"a Mushite (collectively) or descendants of Mushi","kjv_definition":"Mushites."} +{"id":"H4189","strongs_number":"H4189","system":"hebrew","language":"hebrew","number_value":4189,"lemma":"מוֹשְׁכָה","transliteration":"môwshᵉkâh","pronunciation":"mo-shek-aw'","derivation":"act participle feminine of H4900 (מָשַׁךְ);","strongs_definition":"something drawing, i.e. (figuratively) a cord","kjv_definition":"band."} +{"id":"H4190","strongs_number":"H4190","system":"hebrew","language":"hebrew","number_value":4190,"lemma":"מוֹשָׁעָה","transliteration":"môwshâʻâh","pronunciation":"mo-shaw-aw'","derivation":"from H3467 (יָשַׁע);","strongs_definition":"deliverance","kjv_definition":"salvation."} +{"id":"H4191","strongs_number":"H4191","system":"hebrew","language":"hebrew","number_value":4191,"lemma":"מוּת","transliteration":"mûwth","pronunciation":"mooth","derivation":"a primitive root;","strongs_definition":"to die (literally or figuratively); causatively, to kill","kjv_definition":"[idiom] at all, [idiom] crying, (be) dead (body, man, one), (put to, worthy of) death, destroy(-er), (cause to, be like to, must) die, kill, necro(-mancer), [idiom] must needs, slay, [idiom] surely, [idiom] very suddenly, [idiom] in (no) wise."} +{"id":"H4192","strongs_number":"H4192","system":"hebrew","language":"hebrew","number_value":4192,"lemma":"מוּת","transliteration":"Mûwth","pronunciation":"mooth","derivation":"(Psalm H48 (אֲבִירָם) or מוּת לַבֵּן; from H4191 (מוּת) and H1121 (בֵּן) with the preposition and article interposed;","strongs_definition":"'To die for the son', probably the title of a popular song","kjv_definition":"death, Muthlabben."} +{"id":"H4193","strongs_number":"H4193","system":"hebrew","language":"hebrew","number_value":4193,"lemma":"מוֹת","transliteration":"môwth","pronunciation":"mohth","derivation":"(Aramaic) corresponding to H4194 (מָוֶת);","strongs_definition":"death","kjv_definition":"death."} +{"id":"H4194","strongs_number":"H4194","system":"hebrew","language":"hebrew","number_value":4194,"lemma":"מָוֶת","transliteration":"mâveth","pronunciation":"maw'-veth","derivation":"from H4191 (מוּת);","strongs_definition":"death (natural or violent); concretely, the dead, their place or state (hades); figuratively, pestilence, ruin","kjv_definition":"(be) dead(-ly), death, die(-d)."} +{"id":"H4195","strongs_number":"H4195","system":"hebrew","language":"hebrew","number_value":4195,"lemma":"מוֹתָר","transliteration":"môwthâr","pronunciation":"mo-thar'","derivation":"from H3498 (יָתַר);","strongs_definition":"literally gain; figuratively, superiority","kjv_definition":"plenteousness, preeminence, profit."} +{"id":"H4196","strongs_number":"H4196","system":"hebrew","language":"hebrew","number_value":4196,"lemma":"מִזְבֵּחַ","transliteration":"mizbêach","pronunciation":"miz-bay'-akh","derivation":"from H2076 (זָבַח);","strongs_definition":"an altar","kjv_definition":"altar."} +{"id":"H4197","strongs_number":"H4197","system":"hebrew","language":"hebrew","number_value":4197,"lemma":"מֶזֶג","transliteration":"mezeg","pronunciation":"meh'-zeg","derivation":"from an unused root meaning to mingle (water with wine);","strongs_definition":"tempered wine","kjv_definition":"liquor."} +{"id":"H4198","strongs_number":"H4198","system":"hebrew","language":"hebrew","number_value":4198,"lemma":"מָזֶה","transliteration":"mâzeh","pronunciation":"maw-zeh'","derivation":"from an unused root meaning to suck out;","strongs_definition":"exhausted","kjv_definition":"burnt."} +{"id":"H4199","strongs_number":"H4199","system":"hebrew","language":"hebrew","number_value":4199,"lemma":"מִזָּה","transliteration":"Mizzâh","pronunciation":"miz-zaw'","derivation":"probably from an unused root meaning to faint with fear; terror;","strongs_definition":"Mizzah, an Edomite","kjv_definition":"Mizzah."} +{"id":"H4200","strongs_number":"H4200","system":"hebrew","language":"hebrew","number_value":4200,"lemma":"מֶזֶו","transliteration":"mezev","pronunciation":"meh'-zev","derivation":"probably from an unused root meaning to gather in;","strongs_definition":"a granary","kjv_definition":"garner."} +{"id":"H4201","strongs_number":"H4201","system":"hebrew","language":"hebrew","number_value":4201,"lemma":"מְזוּזָה","transliteration":"mᵉzûwzâh","pronunciation":"mez-oo-zaw'","derivation":"or מְזֻזָה; from the same as H2123 (זִיז);","strongs_definition":"a door-post (as prominent)","kjv_definition":"(door, side) post."} +{"id":"H4202","strongs_number":"H4202","system":"hebrew","language":"hebrew","number_value":4202,"lemma":"מָזוֹן","transliteration":"mâzôwn","pronunciation":"maw-zone'","derivation":"from H2109 (זוּן);","strongs_definition":"food","kjv_definition":"meat, victual."} +{"id":"H4203","strongs_number":"H4203","system":"hebrew","language":"hebrew","number_value":4203,"lemma":"מָזוֹן","transliteration":"mâzôwn","pronunciation":"maw-zone'","derivation":"(Aramaic) corresponding to H4202 (מָזוֹן)","strongs_definition":"{food}","kjv_definition":"meat."} +{"id":"H4204","strongs_number":"H4204","system":"hebrew","language":"hebrew","number_value":4204,"lemma":"מָזוֹר","transliteration":"mâzôwr","pronunciation":"maw-zore'","derivation":"from H2114 (זוּר) in the sense of turning aside from truth;","strongs_definition":"treachery, i.e. a plot","kjv_definition":"wound."} +{"id":"H4205","strongs_number":"H4205","system":"hebrew","language":"hebrew","number_value":4205,"lemma":"מָזוֹר","transliteration":"mâzôwr","pronunciation":"maw-zore'","derivation":"or מָזֹר; from H2115 (זוּר) in the sense of binding up;","strongs_definition":"a bandage, i.e. remedy; hence, a sore (as needing a compress)","kjv_definition":"bound up, wound."} +{"id":"H4206","strongs_number":"H4206","system":"hebrew","language":"hebrew","number_value":4206,"lemma":"מָזִיחַ","transliteration":"mâzîyach","pronunciation":"maw-zee'-akh","derivation":"or מֵזַח; from H2118 (זָחַח);","strongs_definition":"a belt (as movable)","kjv_definition":"girdle, strength."} +{"id":"H4207","strongs_number":"H4207","system":"hebrew","language":"hebrew","number_value":4207,"lemma":"מַזְלֵג","transliteration":"mazlêg","pronunciation":"maz-layg'","derivation":"or (feminine) מִזְלָגָה; from an unused root meaning to draw up;","strongs_definition":"a fork","kjv_definition":"fleshhook."} +{"id":"H4208","strongs_number":"H4208","system":"hebrew","language":"hebrew","number_value":4208,"lemma":"מַזָּלָה","transliteration":"mazzâlâh","pronunciation":"maz-zaw-law'","derivation":"apparently from H5140 (נָזַל) in the sense of raining;","strongs_definition":"a constellation, i.e. Zodiacal sign (perhaps as affecting the weather)","kjv_definition":"planet. Compare H4216 (מַזָּרָה)."} +{"id":"H4209","strongs_number":"H4209","system":"hebrew","language":"hebrew","number_value":4209,"lemma":"מְזִמָּה","transliteration":"mᵉzimmâh","pronunciation":"mez-im-maw'","derivation":"from H2161 (זָמַם);","strongs_definition":"a plan, usually evil (machination), sometimes good (sagacity)","kjv_definition":"(wicked) device, discretion, intent, witty invention, lewdness, mischievous (device), thought, wickedly."} +{"id":"H4210","strongs_number":"H4210","system":"hebrew","language":"hebrew","number_value":4210,"lemma":"מִזְמוֹר","transliteration":"mizmôwr","pronunciation":"miz-more'","derivation":"from H2167 (זָמַר);","strongs_definition":"properly, instrumental music; by implication, a poem set to notes","kjv_definition":"psalm."} +{"id":"H4211","strongs_number":"H4211","system":"hebrew","language":"hebrew","number_value":4211,"lemma":"מַזְמֵרָה","transliteration":"mazmêrâh","pronunciation":"maz-may-raw'","derivation":"from H2168 (זָמַר);","strongs_definition":"a pruningknife","kjv_definition":"pruning-hook."} +{"id":"H4212","strongs_number":"H4212","system":"hebrew","language":"hebrew","number_value":4212,"lemma":"מְזַמְּרָה","transliteration":"mᵉzammᵉrâh","pronunciation":"mez-am-mer-aw'","derivation":"from H2168 (זָמַר);","strongs_definition":"a tweezer (only in the plural)","kjv_definition":"snuffers."} +{"id":"H4213","strongs_number":"H4213","system":"hebrew","language":"hebrew","number_value":4213,"lemma":"מִזְעָר","transliteration":"mizʻâr","pronunciation":"miz-awr'","derivation":"from the same as H2191 (זְעֵיר)xlit zeʻêyr corrected to zᵉʻêyr;","strongs_definition":"fewness; by implication, as superl. diminutiveness","kjv_definition":"few, [idiom] very."} +{"id":"H4214","strongs_number":"H4214","system":"hebrew","language":"hebrew","number_value":4214,"lemma":"מִזְרֶה","transliteration":"mizreh","pronunciation":"miz-reh'","derivation":"from H2219 (זָרָה);","strongs_definition":"a winnowing shovel (as scattering the chaff)","kjv_definition":"fan."} +{"id":"H4215","strongs_number":"H4215","system":"hebrew","language":"hebrew","number_value":4215,"lemma":"מְזָרֶה","transliteration":"mᵉzâreh","pronunciation":"mez-aw-reh'","derivation":"apparently from H2219 (זָרָה);","strongs_definition":"properly, a scatterer, i.e. the north wind (as dispersing clouds; only in plural)","kjv_definition":"north."} +{"id":"H4216","strongs_number":"H4216","system":"hebrew","language":"hebrew","number_value":4216,"lemma":"מַזָּרָה","transliteration":"mazzârâh","pronunciation":"maz-zaw-raw'","derivation":"apparently from H5144 (נָזַר) in the sense of distinction;","strongs_definition":"some noted constellation (only in the plural), perhaps collectively, the zodiac","kjv_definition":"Mazzoroth. Compare H4208 (מַזָּלָה)."} +{"id":"H4217","strongs_number":"H4217","system":"hebrew","language":"hebrew","number_value":4217,"lemma":"מִזְרָח","transliteration":"mizrâch","pronunciation":"miz-rawkh'","derivation":"from H2224 (זָרַח);","strongs_definition":"sunrise, i.e. the east","kjv_definition":"east (side, -ward), (sun-) rising (of the sun)."} +{"id":"H4218","strongs_number":"H4218","system":"hebrew","language":"hebrew","number_value":4218,"lemma":"מִזְרָע","transliteration":"mizrâʻ","pronunciation":"miz-raw'","derivation":"from H2232 (זָרַע);","strongs_definition":"a planted field","kjv_definition":"thing sown."} +{"id":"H4219","strongs_number":"H4219","system":"hebrew","language":"hebrew","number_value":4219,"lemma":"מִזְרָק","transliteration":"mizrâq","pronunciation":"miz-rawk'","derivation":"from H2236 (זָרַק);","strongs_definition":"a bowl (as if for sprinkling)","kjv_definition":"bason, bowl."} +{"id":"H4220","strongs_number":"H4220","system":"hebrew","language":"hebrew","number_value":4220,"lemma":"מֵחַ","transliteration":"mêach","pronunciation":"may'-akh","derivation":"from H4229 (מָחָה) in the sense of greasing;","strongs_definition":"fat; figuratively, rich","kjv_definition":"fatling (one)."} +{"id":"H4221","strongs_number":"H4221","system":"hebrew","language":"hebrew","number_value":4221,"lemma":"מֹחַ","transliteration":"môach","pronunciation":"mo'-akh","derivation":"from the same as H4220 (מֵחַ);","strongs_definition":"fat, i.e. marrow","kjv_definition":"marrow."} +{"id":"H4222","strongs_number":"H4222","system":"hebrew","language":"hebrew","number_value":4222,"lemma":"מָחָא","transliteration":"mâchâʼ","pronunciation":"maw-khaw'","derivation":"a primitive root;","strongs_definition":"to rub or strike the hands together (in exultation)","kjv_definition":"clap."} +{"id":"H4223","strongs_number":"H4223","system":"hebrew","language":"hebrew","number_value":4223,"lemma":"מְחָא","transliteration":"mᵉchâʼ","pronunciation":"mekh-aw'","derivation":"(Aramaic) corresponding to H4222 (מָחָא);","strongs_definition":"to strike in pieces; also to arrest; specifically to impale","kjv_definition":"hang, smite, stay."} +{"id":"H4224","strongs_number":"H4224","system":"hebrew","language":"hebrew","number_value":4224,"lemma":"מַחֲבֵא","transliteration":"machăbêʼ","pronunciation":"makh-ab-ay'","derivation":"or מַחֲבֹא; from H2244 (חָבָא);","strongs_definition":"a refuge","kjv_definition":"hiding (lurking) place."} +{"id":"H4225","strongs_number":"H4225","system":"hebrew","language":"hebrew","number_value":4225,"lemma":"מַחְבֶּרֶת","transliteration":"machbereth","pronunciation":"makh-beh'-reth","derivation":"from H2266 (חָבַר);","strongs_definition":"a junction, i.e. seam or sewed piece","kjv_definition":"coupling."} +{"id":"H4226","strongs_number":"H4226","system":"hebrew","language":"hebrew","number_value":4226,"lemma":"מְחַבְּרָה","transliteration":"mᵉchabbᵉrâh","pronunciation":"mekh-ab-ber-aw'","derivation":"from H2266 (חָבַר);","strongs_definition":"a joiner, i.e. brace or cramp","kjv_definition":"coupling, joining."} +{"id":"H4227","strongs_number":"H4227","system":"hebrew","language":"hebrew","number_value":4227,"lemma":"מַחֲבַת","transliteration":"machăbath","pronunciation":"makh-ab-ath'","derivation":"from the same as H2281 (חָבֵת);","strongs_definition":"a pan for baking in","kjv_definition":"pan."} +{"id":"H4228","strongs_number":"H4228","system":"hebrew","language":"hebrew","number_value":4228,"lemma":"מַחֲגֹרֶת","transliteration":"machăgôreth","pronunciation":"makh-ag-o'-reth","derivation":"from H2296 (חָגַר);","strongs_definition":"a girdle","kjv_definition":"girding."} +{"id":"H4229","strongs_number":"H4229","system":"hebrew","language":"hebrew","number_value":4229,"lemma":"מָחָה","transliteration":"mâchâh","pronunciation":"maw-khaw'","derivation":"a primitive root;","strongs_definition":"properly, to stroke or rub; by implication, to erase; also to smooth (as if with oil), i.e. grease or make fat; also to touch, i.e. reach to","kjv_definition":"abolish, blot out, destroy, full of marrow, put out, reach unto, [idiom] utterly, wipe (away, out)."} +{"id":"H4230","strongs_number":"H4230","system":"hebrew","language":"hebrew","number_value":4230,"lemma":"מְחוּגָה","transliteration":"mᵉchûwgâh","pronunciation":"mekk-oo-gaw'","derivation":"from H2328 (חוּג);","strongs_definition":"an instrument for marking a circle, i.e. compasses","kjv_definition":"compass."} +{"id":"H4231","strongs_number":"H4231","system":"hebrew","language":"hebrew","number_value":4231,"lemma":"מָחוֹז","transliteration":"mâchôwz","pronunciation":"maw-khoze'","derivation":"from an unused root meaning to enclose;","strongs_definition":"a harbor (as shut in by the shore)","kjv_definition":"haven."} +{"id":"H4232","strongs_number":"H4232","system":"hebrew","language":"hebrew","number_value":4232,"lemma":"מְחוּיָאֵל","transliteration":"Mᵉchûwyâʼêl","pronunciation":"mekh-oo-yaw-ale'","derivation":"or מְחִיּיָאֵל; from H4229 (מָחָה) and H410 (אֵל); smitten of God;","strongs_definition":"Mechujael or Mechijael, an antediluvian patriarch","kjv_definition":"Mehujael."} +{"id":"H4233","strongs_number":"H4233","system":"hebrew","language":"hebrew","number_value":4233,"lemma":"מַחֲוִים","transliteration":"Machăvîym","pronunciation":"makh-av-eem'","derivation":"apparently a patrial, but from an unknown place (in the plural only for a singular);","strongs_definition":"a Machavite or inhabitant of some place named Machaveh","kjv_definition":"Mahavite."} +{"id":"H4234","strongs_number":"H4234","system":"hebrew","language":"hebrew","number_value":4234,"lemma":"מָחוֹל","transliteration":"mâchôwl","pronunciation":"maw-khole'","derivation":"from H2342 (חוּל);","strongs_definition":"a (round) dance","kjv_definition":"dance(-cing)."} +{"id":"H4235","strongs_number":"H4235","system":"hebrew","language":"hebrew","number_value":4235,"lemma":"מָחוֹל","transliteration":"Mâchôwl","pronunciation":"maw-khole'","derivation":"the same as H4234 (מָחוֹל); dancing;","strongs_definition":"Machol, an Israelite","kjv_definition":"Mahol."} +{"id":"H4236","strongs_number":"H4236","system":"hebrew","language":"hebrew","number_value":4236,"lemma":"מַחֲזֶה","transliteration":"machăzeh","pronunciation":"makh-az-eh'","derivation":"from H2372 (חָזָה);","strongs_definition":"a vision","kjv_definition":"vision."} +{"id":"H4237","strongs_number":"H4237","system":"hebrew","language":"hebrew","number_value":4237,"lemma":"מֶחֱזָה","transliteration":"mechĕzâh","pronunciation":"mekh-ez-aw'","derivation":"from H2372 (חָזָה);","strongs_definition":"a window","kjv_definition":"light."} +{"id":"H4238","strongs_number":"H4238","system":"hebrew","language":"hebrew","number_value":4238,"lemma":"מַחֲזִיאוֹת","transliteration":"Machăzîyʼôwth","pronunciation":"makh-az-ee-oth'","derivation":"feminine plural from H2372 (חָזָה); visions;","strongs_definition":"Machazioth, an Israelite","kjv_definition":"Mahazioth."} +{"id":"H4239","strongs_number":"H4239","system":"hebrew","language":"hebrew","number_value":4239,"lemma":"מְחִי","transliteration":"mᵉchîy","pronunciation":"mekh-ee'","derivation":"from H4229 (מָחָה);","strongs_definition":"a stroke, i.e. battering-ram","kjv_definition":"engines."} +{"id":"H4240","strongs_number":"H4240","system":"hebrew","language":"hebrew","number_value":4240,"lemma":"מְחִידָא","transliteration":"Mᵉchîydâʼ","pronunciation":"mek-ee-daw'","derivation":"from H2330 (חוּד); junction;","strongs_definition":"Mechida, one of the Nethinim","kjv_definition":"Mehida."} +{"id":"H4241","strongs_number":"H4241","system":"hebrew","language":"hebrew","number_value":4241,"lemma":"מִחְיָה","transliteration":"michyâh","pronunciation":"mikh-yaw'","derivation":"from H2421 (חָיָה);","strongs_definition":"preservation of life; hence, sustenance; also the live flesh, i.e. the quick","kjv_definition":"preserve life, quick, recover selves, reviving, sustenance, victuals."} +{"id":"H4242","strongs_number":"H4242","system":"hebrew","language":"hebrew","number_value":4242,"lemma":"מְחִיר","transliteration":"mᵉchîyr","pronunciation":"mekk-eer'","derivation":"from an unused root meaning to buy;","strongs_definition":"price, payment, wages","kjv_definition":"gain, hire, price, sold, worth."} +{"id":"H4243","strongs_number":"H4243","system":"hebrew","language":"hebrew","number_value":4243,"lemma":"מְחִיר","transliteration":"Mᵉchîyr","pronunciation":"mekh-eer'","derivation":"the same as H4242 (מְחִיר); price;","strongs_definition":"Mechir, an Israelite","kjv_definition":"Mehir."} +{"id":"H4244","strongs_number":"H4244","system":"hebrew","language":"hebrew","number_value":4244,"lemma":"מַחְלָה","transliteration":"Machlâh","pronunciation":"makh-law'","derivation":"from H2470 (חָלָה); sickness;","strongs_definition":"Machlah, the name apparently of two Israelitesses","kjv_definition":"Mahlah."} +{"id":"H4245","strongs_number":"H4245","system":"hebrew","language":"hebrew","number_value":4245,"lemma":"מַחֲלֶה","transliteration":"machăleh","pronunciation":"makh-al-eh'","derivation":"or (feminine) מַחֲלָה; from H2470 (חָלָה);","strongs_definition":"sickness","kjv_definition":"disease, infirmity, sickness."} +{"id":"H4246","strongs_number":"H4246","system":"hebrew","language":"hebrew","number_value":4246,"lemma":"מְחֹלָה","transliteration":"mᵉchôlâh","pronunciation":"mek-o-law'","derivation":"feminine of H4234 (מָחוֹל);","strongs_definition":"a dance","kjv_definition":"company, dances(-cing)."} +{"id":"H4247","strongs_number":"H4247","system":"hebrew","language":"hebrew","number_value":4247,"lemma":"מְחִלָּה","transliteration":"mᵉchillâh","pronunciation":"mekh-il-law'","derivation":"from H2490 (חָלַל);","strongs_definition":"a cavern (as if excavated)","kjv_definition":"cave."} +{"id":"H4248","strongs_number":"H4248","system":"hebrew","language":"hebrew","number_value":4248,"lemma":"מַחְלוֹן","transliteration":"Machlôwn","pronunciation":"makh-lone'","derivation":"from H2470 (חָלָה); sick;","strongs_definition":"Machlon, an Israelite","kjv_definition":"Mahlon."} +{"id":"H4249","strongs_number":"H4249","system":"hebrew","language":"hebrew","number_value":4249,"lemma":"מַחְלִי","transliteration":"Machlîy","pronunciation":"makh-lee'","derivation":"from H2470 (חָלָה); sick;","strongs_definition":"Machli, the name of two Israelites","kjv_definition":"Mahli."} +{"id":"H4250","strongs_number":"H4250","system":"hebrew","language":"hebrew","number_value":4250,"lemma":"מַחְלִי","transliteration":"Machlîy","pronunciation":"makh-lee'","derivation":"patronymical from H4249 (מַחְלִי);","strongs_definition":"a Machlite or (collectively) descendants of Machli","kjv_definition":"Mahlites."} +{"id":"H4251","strongs_number":"H4251","system":"hebrew","language":"hebrew","number_value":4251,"lemma":"מַחְלֻי","transliteration":"machluy","pronunciation":"makh-loo'-ee","derivation":"from H2470 (חָלָה);","strongs_definition":"a disease","kjv_definition":"disease."} +{"id":"H4252","strongs_number":"H4252","system":"hebrew","language":"hebrew","number_value":4252,"lemma":"מַחֲלָף","transliteration":"machălâph","pronunciation":"makh-al-awf'","derivation":"from H2498 (חָלַף);","strongs_definition":"a (sacrificial) knife (as gliding through the flesh)","kjv_definition":"knife."} +{"id":"H4253","strongs_number":"H4253","system":"hebrew","language":"hebrew","number_value":4253,"lemma":"מַחְלָפָה","transliteration":"machlâphâh","pronunciation":"makh-law-faw'","derivation":"from H2498 (חָלַף);","strongs_definition":"a ringlet of hair (as gliding over each other)","kjv_definition":"lock."} +{"id":"H4254","strongs_number":"H4254","system":"hebrew","language":"hebrew","number_value":4254,"lemma":"מַחֲלָצָה","transliteration":"machălâtsâh","pronunciation":"makh-al-aw-tsaw'","derivation":"from H2502 (חָלַץ);","strongs_definition":"a mantle (as easily drawn off)","kjv_definition":"changeable suit of apparel, change of raiment."} +{"id":"H4255","strongs_number":"H4255","system":"hebrew","language":"hebrew","number_value":4255,"lemma":"מַחְלְקָה","transliteration":"machlᵉqâh","pronunciation":"makh-lek-aw'","derivation":"(Aramaic) corresponding to H4256 (מַחֲלֹקֶת);","strongs_definition":"a section (of the Levites)","kjv_definition":"course."} +{"id":"H4256","strongs_number":"H4256","system":"hebrew","language":"hebrew","number_value":4256,"lemma":"מַחֲלֹקֶת","transliteration":"machălôqeth","pronunciation":"makh-al-o'-keth","derivation":"from H2505 (חָלַק);","strongs_definition":"a section (of Levites, people or soldiers)","kjv_definition":"company, course, division, portion. See also H5555 (סֶלַע הַמַּחְלְקוֹת)."} +{"id":"H4257","strongs_number":"H4257","system":"hebrew","language":"hebrew","number_value":4257,"lemma":"מַחֲלַת","transliteration":"machălath","pronunciation":"makh-al-ath'","derivation":"from H2470 (חָלָה); sickness;","strongs_definition":"'Machalath', probably the title (initial word) of a popular song","kjv_definition":"Mahalath."} +{"id":"H4258","strongs_number":"H4258","system":"hebrew","language":"hebrew","number_value":4258,"lemma":"מַחֲלַת","transliteration":"Machălath","pronunciation":"makh-al-ath'","derivation":"the same as H4257 (מַחֲלַת); sickness;","strongs_definition":"Machalath, the name of an Ishmaelitess and of an Israelitess","kjv_definition":"Mahalath."} +{"id":"H4259","strongs_number":"H4259","system":"hebrew","language":"hebrew","number_value":4259,"lemma":"מְחֹלָתִי","transliteration":"Mᵉchôlâthîy","pronunciation":"mekh-o-law-thee'","derivation":"patrial from H65 (אָבֵל מְחוֹלָה);","strongs_definition":"a Mecholathite or inhabitant of Abel-Mecholah","kjv_definition":"Mecholathite."} +{"id":"H4260","strongs_number":"H4260","system":"hebrew","language":"hebrew","number_value":4260,"lemma":"מַחֲמָאָה","transliteration":"machămâʼâh","pronunciation":"makh-am-aw-aw'","derivation":"a denominative from H2529 (חֶמְאָה);","strongs_definition":"something buttery (i.e. unctuous and pleasant), as (figuratively) flattery","kjv_definition":"[idiom] than butter."} +{"id":"H4261","strongs_number":"H4261","system":"hebrew","language":"hebrew","number_value":4261,"lemma":"מַחְמָד","transliteration":"machmâd","pronunciation":"makh-mawd'","derivation":"from H2530 (חָמַד);","strongs_definition":"delightful; hence, a delight, i.e. object of affection or desire","kjv_definition":"beloved, desire, goodly, lovely, pleasant (thing)."} +{"id":"H4262","strongs_number":"H4262","system":"hebrew","language":"hebrew","number_value":4262,"lemma":"מַחְמֻד","transliteration":"machmud","pronunciation":"makh-mood'","derivation":"or מַחְמוּד; from H2530 (חָמַד);","strongs_definition":"desired; hence, a valuable","kjv_definition":"pleasant thing."} +{"id":"H4263","strongs_number":"H4263","system":"hebrew","language":"hebrew","number_value":4263,"lemma":"מַחְמָל","transliteration":"machmâl","pronunciation":"makh-mawl'","derivation":"from H2550 (חָמַל); (by paronomasia with H4261 (מַחְמָד)) delight","strongs_definition":"properly, sympathy;","kjv_definition":"pitieth."} +{"id":"H4264","strongs_number":"H4264","system":"hebrew","language":"hebrew","number_value":4264,"lemma":"מַחֲנֶה","transliteration":"machăneh","pronunciation":"makh-an-eh'","derivation":"from H2583 (חָנָה);","strongs_definition":"an encampment (of travellers or troops); hence, an army, whether literal (of soldiers) or figurative (of dancers, angels, cattle, locusts, stars; or even the sacred courts)","kjv_definition":"army, band, battle, camp, company, drove, host, tents."} +{"id":"H4265","strongs_number":"H4265","system":"hebrew","language":"hebrew","number_value":4265,"lemma":"מַחֲנֵה־דָן","transliteration":"Machănêh-Dân","pronunciation":"makh-an-ay'-dawn","derivation":"from H4264 (מַחֲנֶה) and H1835 (דָּן); camp of Dan;","strongs_definition":"Machaneh-Dan, a place in Palestine","kjv_definition":"Mahaneh-dan."} +{"id":"H4266","strongs_number":"H4266","system":"hebrew","language":"hebrew","number_value":4266,"lemma":"מַחֲנַיִם","transliteration":"Machănayim","pronunciation":"makh-an-ah'-yim","derivation":"dual of H4264 (מַחֲנֶה); double camp;","strongs_definition":"Machanajim, a place in Palestine","kjv_definition":"Mahanaim."} +{"id":"H4267","strongs_number":"H4267","system":"hebrew","language":"hebrew","number_value":4267,"lemma":"מַחֲנַק","transliteration":"machănaq","pronunciation":"makh-an-ak'","derivation":"from H2614 (חָנַק);","strongs_definition":"choking","kjv_definition":"strangling."} +{"id":"H4268","strongs_number":"H4268","system":"hebrew","language":"hebrew","number_value":4268,"lemma":"מַחֲסֶה","transliteration":"machăçeh","pronunciation":"makh-as-eh'","derivation":"or מַחְסֶה; from H2620 (חָסָה);","strongs_definition":"a shelter (literally or figuratively)","kjv_definition":"hope, (place of) refuge, shelter, trust."} +{"id":"H4269","strongs_number":"H4269","system":"hebrew","language":"hebrew","number_value":4269,"lemma":"מַחְסוֹם","transliteration":"machçôwm","pronunciation":"makh-sohm'","derivation":"from H2629 (חָסַם);","strongs_definition":"a muzzle","kjv_definition":"bridle."} +{"id":"H4270","strongs_number":"H4270","system":"hebrew","language":"hebrew","number_value":4270,"lemma":"מַחְסוֹר","transliteration":"machçôwr","pronunciation":"makh-sore'","derivation":"or מַחְסֹר; from H2637 (חָסֵר);","strongs_definition":"deficiency; hence, impoverishment","kjv_definition":"lack, need, penury, poor, poverty, want."} +{"id":"H4271","strongs_number":"H4271","system":"hebrew","language":"hebrew","number_value":4271,"lemma":"מַחְסֵיָה","transliteration":"Machçêyâh","pronunciation":"makh-say-yaw'","derivation":"from H4268 (מַחֲסֶה) and H3050 (יָהּ); refuge of (i.e. in) Jah;","strongs_definition":"Machsejah, an Israelite","kjv_definition":"Maaseiah."} +{"id":"H4272","strongs_number":"H4272","system":"hebrew","language":"hebrew","number_value":4272,"lemma":"מָחַץ","transliteration":"mâchats","pronunciation":"maw-khats'","derivation":"a primitive root;","strongs_definition":"to dash asunder; by implication, to crush, smash or violently plunge; figuratively, to subdue or destroy","kjv_definition":"dip, pierce (through), smite (through), strike through, wound."} +{"id":"H4273","strongs_number":"H4273","system":"hebrew","language":"hebrew","number_value":4273,"lemma":"מַחַץ","transliteration":"machats","pronunciation":"makh'-ats","derivation":"from H4272 (מָחַץ);","strongs_definition":"a contusion","kjv_definition":"stroke."} +{"id":"H4274","strongs_number":"H4274","system":"hebrew","language":"hebrew","number_value":4274,"lemma":"מַחְצֵב","transliteration":"machtsêb","pronunciation":"makh-tsabe'","derivation":"from H2672 (חָצַב);","strongs_definition":"properly, a hewing; concretely, a quarry","kjv_definition":"hewed(-n)."} +{"id":"H4275","strongs_number":"H4275","system":"hebrew","language":"hebrew","number_value":4275,"lemma":"מֶחֱצָה","transliteration":"mechĕtsâh","pronunciation":"mekh-ets-aw'","derivation":"from H2673 (חָצָה)lemma חָעָה ayin, corrected to חָצָה;","strongs_definition":"a halving","kjv_definition":"half."} +{"id":"H4276","strongs_number":"H4276","system":"hebrew","language":"hebrew","number_value":4276,"lemma":"מַחֲצִית","transliteration":"machătsîyth","pronunciation":"makh-ats-eeth'","derivation":"from H2673 (חָצָה)lemma חָעָה ayin, corrected to חָצָה;","strongs_definition":"a halving or the middle","kjv_definition":"half (so much), mid(-day)."} +{"id":"H4277","strongs_number":"H4277","system":"hebrew","language":"hebrew","number_value":4277,"lemma":"מָחַק","transliteration":"mâchaq","pronunciation":"maw-khak'","derivation":"a primitive root;","strongs_definition":"to crush","kjv_definition":"smite off."} +{"id":"H4278","strongs_number":"H4278","system":"hebrew","language":"hebrew","number_value":4278,"lemma":"מֶחְקָר","transliteration":"mechqâr","pronunciation":"mekh-kawr'","derivation":"from H2713 (חָקַר);","strongs_definition":"properly, scrutinized, i.e. (by implication) a recess","kjv_definition":"deep place."} +{"id":"H4279","strongs_number":"H4279","system":"hebrew","language":"hebrew","number_value":4279,"lemma":"מָחָר","transliteration":"mâchâr","pronunciation":"maw-khar'","derivation":"probably from H309 (אָחַר);","strongs_definition":"properly, deferred, i.e. the morrow; usually (adverbially) tomorrow; indefinitely, hereafter","kjv_definition":"time to come, tomorrow."} +{"id":"H4280","strongs_number":"H4280","system":"hebrew","language":"hebrew","number_value":4280,"lemma":"מַחֲרָאָה","transliteration":"machărâʼâh","pronunciation":"makh-ar-aw-aw'","derivation":"from the same as H2716 (חֶרֶא);","strongs_definition":"a sink","kjv_definition":"draught house."} +{"id":"H4281","strongs_number":"H4281","system":"hebrew","language":"hebrew","number_value":4281,"lemma":"מַחֲרֵשָׁה","transliteration":"machărêshâh","pronunciation":"makh-ar-ay-shaw'","derivation":"from H2790 (חָרַשׁ);","strongs_definition":"probably a pick-axe","kjv_definition":"mattock."} +{"id":"H4282","strongs_number":"H4282","system":"hebrew","language":"hebrew","number_value":4282,"lemma":"מַחֲרֶשֶׁת","transliteration":"machăresheth","pronunciation":"makh-ar-eh'-sheth","derivation":"from H2790 (חָרַשׁ);","strongs_definition":"probably a hoe","kjv_definition":"share."} +{"id":"H4283","strongs_number":"H4283","system":"hebrew","language":"hebrew","number_value":4283,"lemma":"מׇחֳרָת","transliteration":"mochŏrâth","pronunciation":"mokh-or-awth'","derivation":"or מׇחֳרָתָם; (1 Samuel 30:17), feminine from the same as H4279 (מָחָר);","strongs_definition":"the morrow or (adverbially) tomorrow","kjv_definition":"morrow, next day."} +{"id":"H4284","strongs_number":"H4284","system":"hebrew","language":"hebrew","number_value":4284,"lemma":"מַחֲשָׁבָה","transliteration":"machăshâbâh","pronunciation":"makh-ash-aw-baw'","derivation":"or מַחֲשֶׁבֶת; from H2803 (חָשַׁב);","strongs_definition":"a contrivance, i.e. (concretely) a texture, machine, or (abstractly) intention, plan (whether bad, a plot; or good, advice)","kjv_definition":"cunning (work), curious work, device(-sed), imagination, invented, means, purpose, thought."} +{"id":"H4285","strongs_number":"H4285","system":"hebrew","language":"hebrew","number_value":4285,"lemma":"מַחְשָׁךְ","transliteration":"machshâk","pronunciation":"makh-shawk'","derivation":"from H2821 (חָשַׁךְ);","strongs_definition":"darkness; concretely, a dark place","kjv_definition":"dark(-ness, place)."} +{"id":"H4286","strongs_number":"H4286","system":"hebrew","language":"hebrew","number_value":4286,"lemma":"מַחְשֹׂף","transliteration":"machsôph","pronunciation":"makh-sofe'","derivation":"from H2834 (חָשַׂף);","strongs_definition":"a peeling","kjv_definition":"made appear."} +{"id":"H4287","strongs_number":"H4287","system":"hebrew","language":"hebrew","number_value":4287,"lemma":"מַחַת","transliteration":"Machath","pronunciation":"makh'-ath","derivation":"probably from H4229 (מָחָה); erasure;","strongs_definition":"Machath, the name of two Israelites","kjv_definition":"Mahath."} +{"id":"H4288","strongs_number":"H4288","system":"hebrew","language":"hebrew","number_value":4288,"lemma":"מְחִתָּה","transliteration":"mᵉchittâh","pronunciation":"mekh-it-taw'","derivation":"from H2846 (חָתָה);","strongs_definition":"properly, a dissolution; concretely, a ruin, or (abstractly) consternation","kjv_definition":"destruction, dismaying, ruin, terror."} +{"id":"H4289","strongs_number":"H4289","system":"hebrew","language":"hebrew","number_value":4289,"lemma":"מַחְתָּה","transliteration":"machtâh","pronunciation":"makh-taw'","derivation":"the same as H4288 (מְחִתָּה) in the sense of removal;","strongs_definition":"a pan for live coals","kjv_definition":"censer, firepan, snuffdish."} +{"id":"H4290","strongs_number":"H4290","system":"hebrew","language":"hebrew","number_value":4290,"lemma":"מַחְתֶּרֶת","transliteration":"machtereth","pronunciation":"makh-teh'-reth","derivation":"from H2864 (חָתַר);","strongs_definition":"a burglary; figuratively, unexpected examination","kjv_definition":"breaking up, secret search."} +{"id":"H4291","strongs_number":"H4291","system":"hebrew","language":"hebrew","number_value":4291,"lemma":"מְטָא","transliteration":"mᵉṭâʼ","pronunciation":"met-aw'","derivation":"(Aramaic) or מְטָה; (Aramaic), apparently corresponding to H4672 (מָצָא) in the intransitive sense of being found present;","strongs_definition":"to arrive, extend or happen","kjv_definition":"come, reach."} +{"id":"H4292","strongs_number":"H4292","system":"hebrew","language":"hebrew","number_value":4292,"lemma":"מַטְאֲטֵא","transliteration":"maṭʼăṭêʼ","pronunciation":"mat-at-ay'","derivation":"apparently a denominative from H2916 (טִיט);","strongs_definition":"a broom (as removing dirt (compare English 'to dust', i.e. remove dust))","kjv_definition":"besom."} +{"id":"H4293","strongs_number":"H4293","system":"hebrew","language":"hebrew","number_value":4293,"lemma":"מַטְבֵּחַ","transliteration":"maṭbêach","pronunciation":"mat-bay'-akh","derivation":"from H2873 (טָבַח);","strongs_definition":"slaughter","kjv_definition":"slaughter."} +{"id":"H4294","strongs_number":"H4294","system":"hebrew","language":"hebrew","number_value":4294,"lemma":"מַטֶּה","transliteration":"maṭṭeh","pronunciation":"mat-teh'","derivation":"or (feminine) מַטָּה; from H5186 (נָטָה);","strongs_definition":"a branch (as extending); figuratively, a tribe; also a rod, whether for chastising (figuratively, correction), ruling (a sceptre), throwing (a lance), or walking (a staff; figuratively, a support of life, e.g. bread)","kjv_definition":"rod, staff, tribe."} +{"id":"H4295","strongs_number":"H4295","system":"hebrew","language":"hebrew","number_value":4295,"lemma":"מַטָּה","transliteration":"maṭṭâh","pronunciation":"mat'-taw","derivation":"from H5786 (עָוַר) with directive enclitic appended;","strongs_definition":"downward, below or beneath; often adverbially with or without prefixes","kjv_definition":"beneath, down(-ward), less, very low, under(-neath)."} +{"id":"H4296","strongs_number":"H4296","system":"hebrew","language":"hebrew","number_value":4296,"lemma":"מִטָּה","transliteration":"miṭṭâh","pronunciation":"mit-taw'","derivation":"from H5186 (נָטָה);","strongs_definition":"a bed (as extended) forsleeping or eating; by analogy, a sofa, litter or bier","kjv_definition":"bed(-chamber), bier."} +{"id":"H4297","strongs_number":"H4297","system":"hebrew","language":"hebrew","number_value":4297,"lemma":"מֻטֶּה","transliteration":"muṭṭeh","pronunciation":"moot-teh'","derivation":"from H5186 (נָטָה);","strongs_definition":"a stretching, i.e. distortion (figuratively, iniquity)","kjv_definition":"perverseness."} +{"id":"H4298","strongs_number":"H4298","system":"hebrew","language":"hebrew","number_value":4298,"lemma":"מֻטָּה","transliteration":"muṭṭâh","pronunciation":"moot-taw'","derivation":"from H5186 (נָטָה);","strongs_definition":"expansion","kjv_definition":"stretching out."} +{"id":"H4299","strongs_number":"H4299","system":"hebrew","language":"hebrew","number_value":4299,"lemma":"מַטְוֶה","transliteration":"maṭveh","pronunciation":"mat-veh'","derivation":"from H2901 (טָוָה);","strongs_definition":"something spun","kjv_definition":"spun."} +{"id":"H4300","strongs_number":"H4300","system":"hebrew","language":"hebrew","number_value":4300,"lemma":"מְטִיל","transliteration":"mᵉṭîyl","pronunciation":"met-eel'","derivation":"from H2904 (טוּל) in the sense of hammering out;","strongs_definition":"an iron bar (as forged)","kjv_definition":"bar."} +{"id":"H4301","strongs_number":"H4301","system":"hebrew","language":"hebrew","number_value":4301,"lemma":"מַטְמוֹן","transliteration":"maṭmôwn","pronunciation":"mat-mone'","derivation":"or מַטְמֹן; or מַטְמֻן; from H2934 (טָמַן);","strongs_definition":"a secret storehouse; hence, a secreted valuable (buried); generally money","kjv_definition":"hidden riches, (hid) treasure(-s)."} +{"id":"H4302","strongs_number":"H4302","system":"hebrew","language":"hebrew","number_value":4302,"lemma":"מַטָּע","transliteration":"maṭṭâʻ","pronunciation":"mat-taw'","derivation":"from H5193 (נָטַע);","strongs_definition":"something planted, i.e. the place (a garden or vineyard), or the thing (a plant, figuratively or men); by implication, the act, planting","kjv_definition":"plant(-ation, -ing)."} +{"id":"H4303","strongs_number":"H4303","system":"hebrew","language":"hebrew","number_value":4303,"lemma":"מַטְעַם","transliteration":"maṭʻam","pronunciation":"mat-am'","derivation":"or (feminine) מַטְעַמָּה; from H2938 (טָעַם);","strongs_definition":"a delicacy","kjv_definition":"dainty (meat), savoury meat."} +{"id":"H4304","strongs_number":"H4304","system":"hebrew","language":"hebrew","number_value":4304,"lemma":"מִטְפַּחַת","transliteration":"miṭpachath","pronunciation":"mit-pakh'-ath","derivation":"from H2946 (טָפַח);","strongs_definition":"a wide cloak (for a woman)","kjv_definition":"vail, wimple."} +{"id":"H4305","strongs_number":"H4305","system":"hebrew","language":"hebrew","number_value":4305,"lemma":"מָטַר","transliteration":"mâṭar","pronunciation":"maw-tar'","derivation":"a primitive root;","strongs_definition":"to rain","kjv_definition":"(cause to) rain (upon)."} +{"id":"H4306","strongs_number":"H4306","system":"hebrew","language":"hebrew","number_value":4306,"lemma":"מָטַר","transliteration":"mâṭar","pronunciation":"maw-tawr'","derivation":"from H4305 (מָטַר);","strongs_definition":"rain","kjv_definition":"rain."} +{"id":"H4307","strongs_number":"H4307","system":"hebrew","language":"hebrew","number_value":4307,"lemma":"מַטָּרָא","transliteration":"maṭṭârâʼ","pronunciation":"mat-taw-raw'","derivation":"or מַטָּרָה; from H5201 (נָטַר);","strongs_definition":"a jail (as a guard-house); also an aim (as being closely watched)","kjv_definition":"mark, prison."} +{"id":"H4308","strongs_number":"H4308","system":"hebrew","language":"hebrew","number_value":4308,"lemma":"מַטְרֵד","transliteration":"Maṭrêd","pronunciation":"mat-rade'","derivation":"from H2956 (טָרַד); propulsive;","strongs_definition":"Matred, an Edomitess","kjv_definition":"Matred."} +{"id":"H4309","strongs_number":"H4309","system":"hebrew","language":"hebrew","number_value":4309,"lemma":"מַטְרִי","transliteration":"Maṭrîy","pronunciation":"mat-ree'","derivation":"from H4305 (מָטַר); rainy;","strongs_definition":"Matri, an Israelite","kjv_definition":"Matri."} +{"id":"H4310","strongs_number":"H4310","system":"hebrew","language":"hebrew","number_value":4310,"lemma":"מִי","transliteration":"mîy","pronunciation":"me","derivation":"an interrogative pronoun of persons, as H4100 (מָה) is of things,","strongs_definition":"who? (occasionally, by a peculiar idiom, of things); also (indefinitely) whoever; often used in oblique construction with prefix or suffix","kjv_definition":"any (man), [idiom] he, [idiom] him, [phrase] O that! what, which, who(-m, -se, -soever), [phrase] would to God."} +{"id":"H4311","strongs_number":"H4311","system":"hebrew","language":"hebrew","number_value":4311,"lemma":"מֵידְבָא","transliteration":"Mêydᵉbâʼ","pronunciation":"may-deb-aw'","derivation":"from H4325 (מַיִם) and H1679 (דֹּבֶא); water of quiet;","strongs_definition":"Medeba, a place in Palestine","kjv_definition":"Medeba."} +{"id":"H4312","strongs_number":"H4312","system":"hebrew","language":"hebrew","number_value":4312,"lemma":"מֵידָד","transliteration":"Mêydâd","pronunciation":"may-dawd'","derivation":"from H3032 (יָדַד) in the sense of loving; affectionate;","strongs_definition":"Medad, an Israelite","kjv_definition":"Medad."} +{"id":"H4313","strongs_number":"H4313","system":"hebrew","language":"hebrew","number_value":4313,"lemma":"מֵי הַיַּרְקוֹן","transliteration":"Mêy hay-Yarqôwn","pronunciation":"may hah'-ee-yar-kone'","derivation":"from H4325 (מַיִם) and H3420 (יֵרָקוֹן) with the art. interposed; water of the yellowness;","strongs_definition":"Me-haj-Jarkon, a place in Palestine","kjv_definition":"Me-jarkon."} +{"id":"H4314","strongs_number":"H4314","system":"hebrew","language":"hebrew","number_value":4314,"lemma":"מֵי זָהָב","transliteration":"Mêy Zâhâb","pronunciation":"may zaw-hawb'","derivation":"from H4325 (מַיִם) and H2091 (זָהָב), water of gold;","strongs_definition":"Me-Zahab, an Edomite","kjv_definition":"Mezahab."} +{"id":"H4315","strongs_number":"H4315","system":"hebrew","language":"hebrew","number_value":4315,"lemma":"מֵיטָב","transliteration":"mêyṭâb","pronunciation":"may-tawb'","derivation":"from H3190 (יָטַב);","strongs_definition":"the best part","kjv_definition":"best."} +{"id":"H4316","strongs_number":"H4316","system":"hebrew","language":"hebrew","number_value":4316,"lemma":"מִיכָא","transliteration":"Mîykâʼ","pronunciation":"mee-kaw'","derivation":"a variation for H4318 (מִיכָה);","strongs_definition":"Mica, the name of two Israelites","kjv_definition":"Micha."} +{"id":"H4317","strongs_number":"H4317","system":"hebrew","language":"hebrew","number_value":4317,"lemma":"מִיכָאֵל","transliteration":"Mîykâʼêl","pronunciation":"me-kaw-ale'","derivation":"from H4310 (מִי) and (the prefix derivative from) H3588 (כִּי) and H410 (אֵל); who (is) like God?;","strongs_definition":"Mikael, the name of an archangel and of nine Israelites","kjv_definition":"Michael."} +{"id":"H4318","strongs_number":"H4318","system":"hebrew","language":"hebrew","number_value":4318,"lemma":"מִיכָה","transliteration":"Mîykâh","pronunciation":"mee-kaw'","derivation":"an abbreviated form of H4320 (מִיכָיָה);","strongs_definition":"Micah, the name of seven Israelites","kjv_definition":"Micah, Micaiah, Michah."} +{"id":"H4319","strongs_number":"H4319","system":"hebrew","language":"hebrew","number_value":4319,"lemma":"מִיכָהוּ","transliteration":"Mîykâhûw","pronunciation":"me-kaw'-hoo","derivation":"a contr. for H4321 (מִיכָיְהוּ);","strongs_definition":"Mikehu, an Israelite prophet","kjv_definition":"Micaiah (2 Chronicles 18:8)."} +{"id":"H4320","strongs_number":"H4320","system":"hebrew","language":"hebrew","number_value":4320,"lemma":"מִיכָיָה","transliteration":"Mîykâyâh","pronunciation":"me-kaw-yaw'","derivation":"from H4310 (מִי) and (the prefix derivative from) H3588 (כִּי) and H3050 (יָהּ); who (is) like Jah?;","strongs_definition":"Micajah, the name of two Israelites","kjv_definition":"Micah, Michaiah. Compare H4318 (מִיכָה)."} +{"id":"H4321","strongs_number":"H4321","system":"hebrew","language":"hebrew","number_value":4321,"lemma":"מִיכָיְהוּ","transliteration":"Mîykâyᵉhûw","pronunciation":"me-kaw-yeh-hoo'","derivation":"or מִכָיְהוּ; (Jeremiah 36:11), abbreviated form for H4322 (מִיכָיָהוּ);","strongs_definition":"Mikajah, the name of three Israelites","kjv_definition":"Micah, Micaiah, Michaiah."} +{"id":"H4322","strongs_number":"H4322","system":"hebrew","language":"hebrew","number_value":4322,"lemma":"מִיכָיָהוּ","transliteration":"Mîykâyâhûw","pronunciation":"me-kaw-yaw'-hoo","derivation":"for H4320 (מִיכָיָה);","strongs_definition":"Mikajah, the name of an Israelite and an Israelitess","kjv_definition":"Michaiah."} +{"id":"H4323","strongs_number":"H4323","system":"hebrew","language":"hebrew","number_value":4323,"lemma":"מִיכָל","transliteration":"mîykâl","pronunciation":"me-kawl'","derivation":"from H3201 (יָכֹל);","strongs_definition":"properly, a container, i.e. a streamlet","kjv_definition":"brook."} +{"id":"H4324","strongs_number":"H4324","system":"hebrew","language":"hebrew","number_value":4324,"lemma":"מִיכָל","transliteration":"Mîykâl","pronunciation":"me-kawl'","derivation":"apparently the same as H4323 (מִיכָל); revulet;","strongs_definition":"Mikal, Saul's daughter","kjv_definition":"Michal."} +{"id":"H4325","strongs_number":"H4325","system":"hebrew","language":"hebrew","number_value":4325,"lemma":"מַיִם","transliteration":"mayim","pronunciation":"mah'-yim","derivation":"dual of a primitive noun (but used in a singular sense);","strongs_definition":"water; figuratively, juice; by euphemism, urine, semen","kjv_definition":"[phrase] piss, wasting, water(-ing, (-course, -flood, -spring))."} +{"id":"H4326","strongs_number":"H4326","system":"hebrew","language":"hebrew","number_value":4326,"lemma":"מִיָּמִן","transliteration":"Mîyâmin","pronunciation":"me-yaw-meem'","derivation":"a form for H4509 (מִנְיָמִין);","strongs_definition":"Mijamin, the name of three Israelites","kjv_definition":"Miamin, Mijamin."} +{"id":"H4327","strongs_number":"H4327","system":"hebrew","language":"hebrew","number_value":4327,"lemma":"מִין","transliteration":"mîyn","pronunciation":"meen","derivation":"from an unused root meaning to portion out;","strongs_definition":"a sort, i.e. species","kjv_definition":"kind. Compare H4480 (מִן)."} +{"id":"H4328","strongs_number":"H4328","system":"hebrew","language":"hebrew","number_value":4328,"lemma":"מְיֻסָּדָה","transliteration":"mᵉyuççâdâh","pronunciation":"meh-yoos-saw-daw'","derivation":"properly, feminine passive participle of H3245 (יָסַד);","strongs_definition":"something founded, i.e. a foundation","kjv_definition":"foundation."} +{"id":"H4329","strongs_number":"H4329","system":"hebrew","language":"hebrew","number_value":4329,"lemma":"מֵיסָךְ","transliteration":"mêyçâk","pronunciation":"may-sawk'","derivation":"from H5526 (סָכַךְ);","strongs_definition":"a portico (as covered)","kjv_definition":"covert."} +{"id":"H4330","strongs_number":"H4330","system":"hebrew","language":"hebrew","number_value":4330,"lemma":"מִיץ","transliteration":"mîyts","pronunciation":"meets","derivation":"from H4160 (מוּץ);","strongs_definition":"pressure","kjv_definition":"churning, forcing, wringing."} +{"id":"H4331","strongs_number":"H4331","system":"hebrew","language":"hebrew","number_value":4331,"lemma":"מֵישָׁא","transliteration":"Mêyshâʼ","pronunciation":"may-shaw'","derivation":"from H4185 (מוּשׁ); departure;","strongs_definition":"Mesha, a place in Arabia; also an Israelite","kjv_definition":"Mesha."} +{"id":"H4332","strongs_number":"H4332","system":"hebrew","language":"hebrew","number_value":4332,"lemma":"מִישָׁאֵל","transliteration":"Mîyshâʼêl","pronunciation":"mee-shaw-ale'","derivation":"from H4310 (מִי) and H410 (אֵל) with the abbreviated form insep. relatively (see H834 (אֲשֶׁר)) interposed; who (is) what God (is) ?;","strongs_definition":"Mishael, the name of three Israelites","kjv_definition":"Mishael."} +{"id":"H4333","strongs_number":"H4333","system":"hebrew","language":"hebrew","number_value":4333,"lemma":"מִישָׁאֵל","transliteration":"Mîyshâʼêl","pronunciation":"mee-shaw-ale'","derivation":"(Aramaic) corresponding to H4332 (מִישָׁאֵל);","strongs_definition":"Mishael, an Israelite","kjv_definition":"Mishael."} +{"id":"H4334","strongs_number":"H4334","system":"hebrew","language":"hebrew","number_value":4334,"lemma":"מִישׁוֹר","transliteration":"mîyshôwr","pronunciation":"mee-shore'","derivation":"or מִישֹׁר; from H3474 (יָשַׁר);","strongs_definition":"a level, i.e. a plain (often used (with the article prefix) as a proper name of certain districts); figuratively, concord; also straightness, i.e. (figuratively) justice (sometimes adverbially, justly)","kjv_definition":"equity, even place, plain, right(-eously), (made) straight, uprightness."} +{"id":"H4335","strongs_number":"H4335","system":"hebrew","language":"hebrew","number_value":4335,"lemma":"מֵישַׁךְ","transliteration":"Mêyshak","pronunciation":"may-shak'","derivation":"borrowed from H4336 (מֵישַׁךְ);","strongs_definition":"Meshak, an Israelite","kjv_definition":"Meshak."} +{"id":"H4336","strongs_number":"H4336","system":"hebrew","language":"hebrew","number_value":4336,"lemma":"מֵישַׁךְ","transliteration":"Mêyshak","pronunciation":"may-shak'","derivation":"(Aramaic) of foreign origin and doubtful significance; name of H4333 (מִישָׁאֵל)","strongs_definition":"Meshak, the Babylonian","kjv_definition":"Meshak."} +{"id":"H4337","strongs_number":"H4337","system":"hebrew","language":"hebrew","number_value":4337,"lemma":"מֵישָׁע","transliteration":"Mêyshâʻ","pronunciation":"may-shah'","derivation":"from H3467 (יָשַׁע); safety;","strongs_definition":"Mesha, an Israelite","kjv_definition":"Mesha."} +{"id":"H4338","strongs_number":"H4338","system":"hebrew","language":"hebrew","number_value":4338,"lemma":"מֵישַׁע","transliteration":"Mêyshaʻ","pronunciation":"may-shaw'","derivation":"a variation for H4337 (מֵישָׁע); safety;","strongs_definition":"Mesha, a Moabite","kjv_definition":"Mesha."} +{"id":"H4339","strongs_number":"H4339","system":"hebrew","language":"hebrew","number_value":4339,"lemma":"מֵישָׁר","transliteration":"mêyshâr","pronunciation":"may-shawr'","derivation":"from H3474 (יָשַׁר);","strongs_definition":"evenness, i.e. (figuratively) prosperity or concord; also straightness, i.e. (figuratively) rectitude (only in plural with singular sense; often adverbially)","kjv_definition":"agreement, aright, that are equal, equity, (things that are) right(-eously, things), sweetly, upright(-ly, -ness)."} +{"id":"H4340","strongs_number":"H4340","system":"hebrew","language":"hebrew","number_value":4340,"lemma":"מֵיתָר","transliteration":"mêythâr","pronunciation":"may-thar'","derivation":"from H3498 (יָתַר); (compare H3499 (יֶתֶר))","strongs_definition":"a cord (of a tent); or the string (of a bow)","kjv_definition":"cord, string."} +{"id":"H4341","strongs_number":"H4341","system":"hebrew","language":"hebrew","number_value":4341,"lemma":"מַכְאֹב","transliteration":"makʼôb","pronunciation":"mak-obe'","derivation":"sometimes מַכְאוֹב; also (feminine Isaiah 53:3) מַכְאֹבָה; from H3510 (כָּאַב);","strongs_definition":"anguish or (figuratively) affliction","kjv_definition":"grief, pain, sorrow."} +{"id":"H4342","strongs_number":"H4342","system":"hebrew","language":"hebrew","number_value":4342,"lemma":"מַכְבִּיר","transliteration":"makbîyr","pronunciation":"mak-beer'","derivation":"transitive participle of H3527 (כָּבַר);","strongs_definition":"plenty","kjv_definition":"abundance."} +{"id":"H4343","strongs_number":"H4343","system":"hebrew","language":"hebrew","number_value":4343,"lemma":"מַכְבֵּנָא","transliteration":"Makbênâʼ","pronunciation":"mak-bay-naw'","derivation":"from the same as H3522 (כַּבּוֹן); knoll;","strongs_definition":"Macbena, a place in Palestine settled by him","kjv_definition":"Machbenah."} +{"id":"H4344","strongs_number":"H4344","system":"hebrew","language":"hebrew","number_value":4344,"lemma":"מַכְבַּנַּי","transliteration":"Makbannay","pronunciation":"mak-ban-nah'-ee","derivation":"patrial from H4343 (מַכְבֵּנָא);","strongs_definition":"a Macbannite or native of Macbena","kjv_definition":"Machbanai."} +{"id":"H4345","strongs_number":"H4345","system":"hebrew","language":"hebrew","number_value":4345,"lemma":"מַכְבֵּר","transliteration":"makbêr","pronunciation":"mak-bare'","derivation":"from H3527 (כָּבַר) in the sense of covering (compare H3531 (כְּבָרָה));","strongs_definition":"a grate","kjv_definition":"grate."} +{"id":"H4346","strongs_number":"H4346","system":"hebrew","language":"hebrew","number_value":4346,"lemma":"מַכְבָּר","transliteration":"makbâr","pronunciation":"mak-bawr'","derivation":"from H3527 (כָּבַר) in the sense of covering; (compare H4345 (מַכְבֵּר))","strongs_definition":"a cloth (as netted)","kjv_definition":"thick cloth."} +{"id":"H4347","strongs_number":"H4347","system":"hebrew","language":"hebrew","number_value":4347,"lemma":"מַכָּה","transliteration":"makkâh","pronunciation":"mak-kaw'","derivation":"or (masculine) מַכֶּה; (plural only) from H5221 (נָכָה); a blow (in 2 Chronicles 2:10, of the flail); by implication,","strongs_definition":"a wound; figuratively, carnage, also pestilence","kjv_definition":"beaten, blow, plague, slaughter, smote, [idiom] sore, stripe, stroke, wound(-ed)."} +{"id":"H4348","strongs_number":"H4348","system":"hebrew","language":"hebrew","number_value":4348,"lemma":"מִכְוָה","transliteration":"mikvâh","pronunciation":"mik-vaw'","derivation":"from H3554 (כָּוָה);","strongs_definition":"a burn","kjv_definition":"that burneth, burning."} +{"id":"H4349","strongs_number":"H4349","system":"hebrew","language":"hebrew","number_value":4349,"lemma":"מָכוֹן","transliteration":"mâkôwn","pronunciation":"maw-kone'","derivation":"from H3559 (כּוּן);","strongs_definition":"properly, a fixture, i.e. a basis; generally a place, especially as an abode","kjv_definition":"foundation, habitation, (dwelling-, settled) place."} +{"id":"H4350","strongs_number":"H4350","system":"hebrew","language":"hebrew","number_value":4350,"lemma":"מְכוֹנָה","transliteration":"mᵉkôwnâh","pronunciation":"mek-o-naw'","derivation":"or מְכֹנָה; feminine of H4349 (מָכוֹן);","strongs_definition":"a pedestal, also a spot","kjv_definition":"base."} +{"id":"H4351","strongs_number":"H4351","system":"hebrew","language":"hebrew","number_value":4351,"lemma":"מְכוּרָה","transliteration":"mᵉkûwrâh","pronunciation":"mek-oo-raw'","derivation":"or מְכֹרָה; from the same as H3564 (כּוּר) in the sense of dipping;","strongs_definition":"origin (as if a mine)","kjv_definition":"birth, habitation, nativity."} +{"id":"H4352","strongs_number":"H4352","system":"hebrew","language":"hebrew","number_value":4352,"lemma":"מָכִי","transliteration":"Mâkîy","pronunciation":"maw-kee'","derivation":"probably from H4134 (מוּךְ); pining;","strongs_definition":"Maki, an Israelite","kjv_definition":"Machi."} +{"id":"H4353","strongs_number":"H4353","system":"hebrew","language":"hebrew","number_value":4353,"lemma":"מָכִיר","transliteration":"Mâkîyr","pronunciation":"maw-keer'","derivation":"from H4376 (מָכַר); salesman;","strongs_definition":"Makir, an Israelite","kjv_definition":"Machir."} +{"id":"H4354","strongs_number":"H4354","system":"hebrew","language":"hebrew","number_value":4354,"lemma":"מָכִירִי","transliteration":"Mâkîyrîy","pronunciation":"maw-kee-ree'","derivation":"patronymical from H4353 (מָכִיר);","strongs_definition":"a Makirite or descendant of Makir","kjv_definition":"of Machir."} +{"id":"H4355","strongs_number":"H4355","system":"hebrew","language":"hebrew","number_value":4355,"lemma":"מָכַךְ","transliteration":"mâkak","pronunciation":"maw-kak'","derivation":"a primitive root;","strongs_definition":"to tumble (in ruins); figuratively, to perish","kjv_definition":"be brought low, decay."} +{"id":"H4356","strongs_number":"H4356","system":"hebrew","language":"hebrew","number_value":4356,"lemma":"מִכְלָאָה","transliteration":"miklâʼâh","pronunciation":"mik-law-aw'","derivation":"or מִכְלָה; from H3607 (כָּלָא);","strongs_definition":"a pen (for flocks)","kjv_definition":"(sheep-)fold. Compare H4357 (מִכְלָה)."} +{"id":"H4357","strongs_number":"H4357","system":"hebrew","language":"hebrew","number_value":4357,"lemma":"מִכְלָה","transliteration":"miklâh","pronunciation":"mik-law'","derivation":"from H3615 (כָּלָה);","strongs_definition":"completion (in plural concrete adverbial, wholly)","kjv_definition":"perfect. Compare H4356 (מִכְלָאָה)."} +{"id":"H4358","strongs_number":"H4358","system":"hebrew","language":"hebrew","number_value":4358,"lemma":"מִכְלוֹל","transliteration":"miklôwl","pronunciation":"mik-lole'","derivation":"from H3634 (כָּלַל);","strongs_definition":"perfection (i.e. concrete adverbial, splendidly)","kjv_definition":"most gorgeously, all sorts."} +{"id":"H4359","strongs_number":"H4359","system":"hebrew","language":"hebrew","number_value":4359,"lemma":"מִכְלָל","transliteration":"miklâl","pronunciation":"mik-lawl'","derivation":"from H3634 (כָּלַל);","strongs_definition":"perfection (of beauty)","kjv_definition":"perfection."} +{"id":"H4360","strongs_number":"H4360","system":"hebrew","language":"hebrew","number_value":4360,"lemma":"מִכְלֻל","transliteration":"miklul","pronunciation":"mik-lool'","derivation":"from H3634 (כָּלַל);","strongs_definition":"something perfect, i.e. a splendid garment","kjv_definition":"all sorts."} +{"id":"H4361","strongs_number":"H4361","system":"hebrew","language":"hebrew","number_value":4361,"lemma":"מַכֹּלֶת","transliteration":"makkôleth","pronunciation":"mak-ko'-leth","derivation":"from H398 (אָכַל);","strongs_definition":"nourishment","kjv_definition":"food."} +{"id":"H4362","strongs_number":"H4362","system":"hebrew","language":"hebrew","number_value":4362,"lemma":"מִכְמַן","transliteration":"mikman","pronunciation":"mik-man'","derivation":"from the same as H3646 (כַּמֹּן) in the sense of hiding;","strongs_definition":"treasure (as hidden)","kjv_definition":"treasure."} +{"id":"H4363","strongs_number":"H4363","system":"hebrew","language":"hebrew","number_value":4363,"lemma":"מִכְמָס","transliteration":"Mikmâç","pronunciation":"mik-maws'","derivation":"(Ezra 2:2 or מִכְמָשׁ; or מִכְמַשׁ; (Nehemiah 11:31), from H3647 (כָּמַס); hidden;","strongs_definition":"Mikmas or Mikmash, a place in Palestine","kjv_definition":"Mikmas, Mikmash."} +{"id":"H4364","strongs_number":"H4364","system":"hebrew","language":"hebrew","number_value":4364,"lemma":"מַכְמָר","transliteration":"makmâr","pronunciation":"mak-mawr'","derivation":"or מִכְמֹר; from H3648 (כָּמַר) in the sense of blackening by heat;","strongs_definition":"a (hunter's) net (as dark from concealment)","kjv_definition":"net."} +{"id":"H4365","strongs_number":"H4365","system":"hebrew","language":"hebrew","number_value":4365,"lemma":"מִכְמֶרֶת","transliteration":"mikmereth","pronunciation":"mik-meh'-reth","derivation":"or מִכְמֹרֶת; feminine of H4364 (מַכְמָר);","strongs_definition":"a (fisher's) net","kjv_definition":"drag, net."} +{"id":"H4366","strongs_number":"H4366","system":"hebrew","language":"hebrew","number_value":4366,"lemma":"מִכְמְתָת","transliteration":"Mikmᵉthâth","pronunciation":"mik-meth-awth'","derivation":"apparently from an unused root meaning to hide; concealment;","strongs_definition":"Mikmethath, a place in Palestine","kjv_definition":"Michmethath."} +{"id":"H4367","strongs_number":"H4367","system":"hebrew","language":"hebrew","number_value":4367,"lemma":"מַכְנַדְבַי","transliteration":"Maknadbay","pronunciation":"mak-nad-bah'-ee","derivation":"from H4100 (מָה) and H5068 (נָדַב) with a particle interposed; what (is) like (a) liberal (man) ?;","strongs_definition":"Maknadbai, an Israelite","kjv_definition":"Machnadebai."} +{"id":"H4368","strongs_number":"H4368","system":"hebrew","language":"hebrew","number_value":4368,"lemma":"מְכֹנָה","transliteration":"Mᵉkônâh","pronunciation":"mek-o-naw'","derivation":"the same as H4350 (מְכוֹנָה); a base;","strongs_definition":"Mekonah, a place in Palestine","kjv_definition":"Mekonah."} +{"id":"H4369","strongs_number":"H4369","system":"hebrew","language":"hebrew","number_value":4369,"lemma":"מְכֻנָה","transliteration":"mᵉkunâh","pronunciation":"mek-oo-naw'","derivation":"the same as H4350 (מְכוֹנָה);","strongs_definition":"a spot","kjv_definition":"base."} +{"id":"H4370","strongs_number":"H4370","system":"hebrew","language":"hebrew","number_value":4370,"lemma":"מִכְנָס","transliteration":"miknâç","pronunciation":"mik-nawce'","derivation":"from H3647 (כָּמַס) in the sense of hiding;","strongs_definition":"(only in dual) drawers (from concealing the private parts)","kjv_definition":"breeches."} +{"id":"H4371","strongs_number":"H4371","system":"hebrew","language":"hebrew","number_value":4371,"lemma":"מֶכֶס","transliteration":"mekeç","pronunciation":"meh'-kes","derivation":"probably from an unused root meaning to enumerate;","strongs_definition":"an assessment (as based upon a census)","kjv_definition":"tribute."} +{"id":"H4372","strongs_number":"H4372","system":"hebrew","language":"hebrew","number_value":4372,"lemma":"מִכְסֶה","transliteration":"mikçeh","pronunciation":"mik-seh'","derivation":"from H3680 (כָּסָה);","strongs_definition":"a covering, i.e. weatherboarding","kjv_definition":"covering."} +{"id":"H4373","strongs_number":"H4373","system":"hebrew","language":"hebrew","number_value":4373,"lemma":"מִכְסָה","transliteration":"mikçâh","pronunciation":"mik-saw'","derivation":"feminine of H4371 (מֶכֶס);","strongs_definition":"an enumeration; by implication, a valuation","kjv_definition":"number, worth."} +{"id":"H4374","strongs_number":"H4374","system":"hebrew","language":"hebrew","number_value":4374,"lemma":"מְכַסֶּה","transliteration":"mᵉkaççeh","pronunciation":"mek-as-seh'","derivation":"from H3680 (כָּסָה);","strongs_definition":"a covering, i.e. garment; specifically, a coverlet (for a bed), an awning (from the sun); also the omentum (as covering the intestines)","kjv_definition":"clothing, to cover, that which covereth."} +{"id":"H4375","strongs_number":"H4375","system":"hebrew","language":"hebrew","number_value":4375,"lemma":"מַכְפֵּלָה","transliteration":"Makpêlâh","pronunciation":"mak-pay-law'","derivation":"from H3717 (כָּפַל); a fold;","strongs_definition":"Makpelah, a place in Palestine","kjv_definition":"Machpelah."} +{"id":"H4376","strongs_number":"H4376","system":"hebrew","language":"hebrew","number_value":4376,"lemma":"מָכַר","transliteration":"mâkar","pronunciation":"maw-kar'","derivation":"a primitive root;","strongs_definition":"to sell, literally (as merchandise, a daughter in marriage, into slavery), or figuratively (to surrender)","kjv_definition":"[idiom] at all, sell (away, -er, self)."} +{"id":"H4377","strongs_number":"H4377","system":"hebrew","language":"hebrew","number_value":4377,"lemma":"מֶכֶר","transliteration":"meker","pronunciation":"meh'-ker","derivation":"from H4376 (מָכַר);","strongs_definition":"merchandise; also value","kjv_definition":"pay, price, ware."} +{"id":"H4378","strongs_number":"H4378","system":"hebrew","language":"hebrew","number_value":4378,"lemma":"מַכָּר","transliteration":"makkâr","pronunciation":"mak-kawr'","derivation":"from H5234 (נָכַר);","strongs_definition":"an acquaintance","kjv_definition":"acquaintance."} +{"id":"H4379","strongs_number":"H4379","system":"hebrew","language":"hebrew","number_value":4379,"lemma":"מִכְרֶה","transliteration":"mikreh","pronunciation":"mik-reh'","derivation":"from H3738 (כָּרָה);","strongs_definition":"a pit (for salt)","kjv_definition":"(salt-) pit."} +{"id":"H4380","strongs_number":"H4380","system":"hebrew","language":"hebrew","number_value":4380,"lemma":"מְכֵרָה","transliteration":"mᵉkêrâh","pronunciation":"mek-ay-raw'","derivation":"probably from the same as H3564 (כּוּר) in the sense of stabbing;","strongs_definition":"a sword","kjv_definition":"habitation."} +{"id":"H4381","strongs_number":"H4381","system":"hebrew","language":"hebrew","number_value":4381,"lemma":"מִכְרִי","transliteration":"Mikrîy","pronunciation":"mik-ree'","derivation":"from H4376 (מָכַר); salesman;","strongs_definition":"Mikri, an Israelite","kjv_definition":"Michri."} +{"id":"H4382","strongs_number":"H4382","system":"hebrew","language":"hebrew","number_value":4382,"lemma":"מְכֵרָתִי","transliteration":"Mᵉkêrâthîy","pronunciation":"mek-ay-raw-thee'","derivation":"patrial from an unused name (the same as H4380 (מְכֵרָה)) of a place in Palestine;","strongs_definition":"a Mekerathite, or inhabitant of Mekerah","kjv_definition":"Mecherathite."} +{"id":"H4383","strongs_number":"H4383","system":"hebrew","language":"hebrew","number_value":4383,"lemma":"מִכְשׁוֹל","transliteration":"mikshôwl","pronunciation":"mik-shole'","derivation":"or מִכְשֹׁל; masculine from H3782 (כָּשַׁל);","strongs_definition":"a stumbling-block, literally or figuratively (obstacle, enticement (specifically an idol), scruple)","kjv_definition":"caused to fall, offence, [idiom] (no-) thing offered, ruin, stumbling-block."} +{"id":"H4384","strongs_number":"H4384","system":"hebrew","language":"hebrew","number_value":4384,"lemma":"מַכְשֵׁלָה","transliteration":"makshêlâh","pronunciation":"mak-shay-law'","derivation":"feminine from H3782 (כָּשַׁל);","strongs_definition":"a stumbling-block, but only figuratively (fall, enticement (idol))","kjv_definition":"ruin, stumbling-block."} +{"id":"H4385","strongs_number":"H4385","system":"hebrew","language":"hebrew","number_value":4385,"lemma":"מִכְתָּב","transliteration":"miktâb","pronunciation":"mik-tawb'","derivation":"from H3789 (כָּתַב);","strongs_definition":"a thing written, the characters, or a document (letter, copy, edict, poem)","kjv_definition":"writing."} +{"id":"H4386","strongs_number":"H4386","system":"hebrew","language":"hebrew","number_value":4386,"lemma":"מְכִתָּה","transliteration":"mᵉkittâh","pronunciation":"mek-it-taw'","derivation":"from H3807 (כָּתַת);","strongs_definition":"a fracture","kjv_definition":"bursting."} +{"id":"H4387","strongs_number":"H4387","system":"hebrew","language":"hebrew","number_value":4387,"lemma":"מִכְתָּם","transliteration":"miktâm","pronunciation":"mik-tawm'","derivation":"from H3799 (כָּתַם);","strongs_definition":"an engraving, i.e. (techn.) a poem","kjv_definition":"Michtam."} +{"id":"H4388","strongs_number":"H4388","system":"hebrew","language":"hebrew","number_value":4388,"lemma":"מַכְתֵּשׁ","transliteration":"maktêsh","pronunciation":"mak-taysh'","derivation":"from H3806 (כָּתַשׁ);","strongs_definition":"a mortar; by analogy, a socket (of a tooth)","kjv_definition":"hollow place, mortar."} +{"id":"H4389","strongs_number":"H4389","system":"hebrew","language":"hebrew","number_value":4389,"lemma":"מַכְתֵּשׁ","transliteration":"Maktêsh","pronunciation":"mak-taysh'","derivation":"the same as H4388 (מַכְתֵּשׁ);","strongs_definition":"dell; the Maktesh, a place in Jerusalem","kjv_definition":"Maktesh."} +{"id":"H4390","strongs_number":"H4390","system":"hebrew","language":"hebrew","number_value":4390,"lemma":"מָלֵא","transliteration":"mâlêʼ","pronunciation":"maw-lay'","derivation":"or מָלָא; (Esther 7:5), a primitive root;","strongs_definition":"to fill or (intransitively) be full of, in a wide application (literally and figuratively)","kjv_definition":"accomplish, confirm, [phrase] consecrate, be at an end, be expired, be fenced, fill, fulfil, (be, become, [idiom] draw, give in, go) full(-ly, -ly set, tale), (over-) flow, fulness, furnish, gather (selves, together), presume, replenish, satisfy, set, space, take a (hand-) full, [phrase] have wholly."} +{"id":"H4391","strongs_number":"H4391","system":"hebrew","language":"hebrew","number_value":4391,"lemma":"מְלָא","transliteration":"mᵉlâʼ","pronunciation":"mel-aw'","derivation":"(Aramaic) corresponding to H4390 (מָלֵא);","strongs_definition":"to fill","kjv_definition":"fill, be full."} +{"id":"H4392","strongs_number":"H4392","system":"hebrew","language":"hebrew","number_value":4392,"lemma":"מָלֵא","transliteration":"mâlêʼ","pronunciation":"maw-lay'","derivation":"from H4390 (מָלֵא);","strongs_definition":"full (literally or figuratively) or filling (literally); also (concretely) fulness; adverbially, fully","kjv_definition":"[idiom] she that was with child, fill(-ed, -ed with), full(-ly), multitude, as is worth."} +{"id":"H4393","strongs_number":"H4393","system":"hebrew","language":"hebrew","number_value":4393,"lemma":"מְלֹא","transliteration":"mᵉlôʼ","pronunciation":"mel-o'","derivation":"rarely מְלוֹא; or מְלוֹ; (Ezekiel [41:8), from H4390 (מָלֵא);","strongs_definition":"fulness (literally or figuratively)","kjv_definition":"[idiom] all along, [idiom] all that is (there-) in, fill, ([idiom] that whereof...was) full, fulness, (hand-) full, multitude."} +{"id":"H4394","strongs_number":"H4394","system":"hebrew","language":"hebrew","number_value":4394,"lemma":"מִלֻּא","transliteration":"milluʼ","pronunciation":"mil-loo'","derivation":"from H4390 (מָלֵא);","strongs_definition":"a fulfilling (only in plural), i.e. (literally) a setting (of gems), or (technically) consecration (also concretely, a dedicatory sacrifice)","kjv_definition":"consecration, be set."} +{"id":"H4395","strongs_number":"H4395","system":"hebrew","language":"hebrew","number_value":4395,"lemma":"מְלֵאָה","transliteration":"mᵉlêʼâh","pronunciation":"mel-ay-aw'","derivation":"feminine of H4392 (מָלֵא);","strongs_definition":"something fulfilled, i.e. abundance (of produce)","kjv_definition":"(first of ripe) fruit, fulness."} +{"id":"H4396","strongs_number":"H4396","system":"hebrew","language":"hebrew","number_value":4396,"lemma":"מִלֻּאָה","transliteration":"milluʼâh","pronunciation":"mil-loo-aw'","derivation":"feminine of H4394 (מִלֻּא);","strongs_definition":"a filling, i.e. setting (of gems)","kjv_definition":"enclosing, setting."} +{"id":"H4397","strongs_number":"H4397","system":"hebrew","language":"hebrew","number_value":4397,"lemma":"מֲלְאָךְ","transliteration":"mălʼâk","pronunciation":"mal-awk'","derivation":"from an unused root meaning to despatch as a deputy;","strongs_definition":"a messenger; specifically, of God, i.e. an angel (also a prophet, priest or teacher)","kjv_definition":"ambassador, angel, king, messenger."} +{"id":"H4398","strongs_number":"H4398","system":"hebrew","language":"hebrew","number_value":4398,"lemma":"מַלְאַךְ","transliteration":"malʼak","pronunciation":"mal-ak'","derivation":"(Aramaic) corresponding to H4397 (מֲלְאָךְ);","strongs_definition":"an angel","kjv_definition":"angel."} +{"id":"H4399","strongs_number":"H4399","system":"hebrew","language":"hebrew","number_value":4399,"lemma":"מְלָאכָה","transliteration":"mᵉlâʼkâh","pronunciation":"mel-aw-kaw'","derivation":"from the same as H4397 (מֲלְאָךְ);","strongs_definition":"properly, deputyship, i.e. ministry; generally, employment (never servile) or work (abstractly or concretely); also property (as the result of labor)","kjv_definition":"business, [phrase] cattle, [phrase] industrious, occupation, ([phrase] -pied), [phrase] officer, thing (made), use, (manner of) work((-man), -manship)."} +{"id":"H4400","strongs_number":"H4400","system":"hebrew","language":"hebrew","number_value":4400,"lemma":"מַלְאֲכוּת","transliteration":"malʼăkûwth","pronunciation":"mal-ak-ooth'","derivation":"from the same as H4397 (מֲלְאָךְ);","strongs_definition":"a message","kjv_definition":"message."} +{"id":"H4401","strongs_number":"H4401","system":"hebrew","language":"hebrew","number_value":4401,"lemma":"מַלְאָכִי","transliteration":"Malʼâkîy","pronunciation":"mal-aw-kee'","derivation":"from the same as H4397 (מֲלְאָךְ); ministrative;","strongs_definition":"Malaki, a prophet","kjv_definition":"Malachi."} +{"id":"H4402","strongs_number":"H4402","system":"hebrew","language":"hebrew","number_value":4402,"lemma":"מִלֵּאת","transliteration":"millêʼth","pronunciation":"mil-layth'","derivation":"from H4390 (מָלֵא);","strongs_definition":"fulness, i.e. (concretely) a plump socket (of the eye)","kjv_definition":"[idiom] fitly."} +{"id":"H4403","strongs_number":"H4403","system":"hebrew","language":"hebrew","number_value":4403,"lemma":"מַלְבּוּשׁ","transliteration":"malbûwsh","pronunciation":"mal-boosh'","derivation":"or מַלְבֻּשׁ; from H3847 (לָבַשׁ);","strongs_definition":"a garment, or (collectively) clothing","kjv_definition":"apparel, raiment, vestment."} +{"id":"H4404","strongs_number":"H4404","system":"hebrew","language":"hebrew","number_value":4404,"lemma":"מַלְבֵּן","transliteration":"malbên","pronunciation":"mal-bane'","derivation":"from H3835 (לָבַן) (denominative);","strongs_definition":"a brickkiln","kjv_definition":"brickkiln."} +{"id":"H4405","strongs_number":"H4405","system":"hebrew","language":"hebrew","number_value":4405,"lemma":"מִלָּה","transliteration":"millâh","pronunciation":"mil-law'","derivation":"from H4448 (מָלַל) (plural masculine as if from מִלֶּה;","strongs_definition":"a word; collectively, a discourse; figuratively, a topic","kjv_definition":"[phrase] answer, by-word, matter, any thing (what) to say, to speak(-ing), speak, talking, word."} +{"id":"H4406","strongs_number":"H4406","system":"hebrew","language":"hebrew","number_value":4406,"lemma":"מִלָּה","transliteration":"millâh","pronunciation":"mil-law'","derivation":"(Aramaic) corresponding to H4405 (מִלָּה);","strongs_definition":"a word, command, discourse, or subject","kjv_definition":"commandment, matter, thing. word."} +{"id":"H4407","strongs_number":"H4407","system":"hebrew","language":"hebrew","number_value":4407,"lemma":"מִלּוֹא","transliteration":"millôwʼ","pronunciation":"mil-lo'","derivation":"or מִלֹּא; (2 Kings 12:20), from H4390 (מָלֵא);","strongs_definition":"a rampart (as filled in), i.e. the citadel","kjv_definition":"Millo. See also H1037 (בֵּית מִלּוֹא)."} +{"id":"H4408","strongs_number":"H4408","system":"hebrew","language":"hebrew","number_value":4408,"lemma":"מַלּוּחַ","transliteration":"mallûwach","pronunciation":"mal-loo'-akh","derivation":"from H4414 (מָלַח);","strongs_definition":"sea-purslain (from its saltness)","kjv_definition":"mallows."} +{"id":"H4409","strongs_number":"H4409","system":"hebrew","language":"hebrew","number_value":4409,"lemma":"מַלּוּךְ","transliteration":"Mallûwk","pronunciation":"mal-luke'","derivation":"or מַלּוּכִי; (Nehemiah 12:14), from H4427 (מָלַךְ); remnant;","strongs_definition":"Malluk, the name of five Israelites","kjv_definition":"Malluch, Melichu (from the margin)."} +{"id":"H4410","strongs_number":"H4410","system":"hebrew","language":"hebrew","number_value":4410,"lemma":"מְלוּכָה","transliteration":"mᵉlûwkâh","pronunciation":"mel-oo-kaw'","derivation":"feminine passive participle of H4427 (מָלַךְ);","strongs_definition":"something ruled, i.e. a realm","kjv_definition":"kingsom, king's, [idiom] royal."} +{"id":"H4411","strongs_number":"H4411","system":"hebrew","language":"hebrew","number_value":4411,"lemma":"מָלוֹן","transliteration":"mâlôwn","pronunciation":"maw-lone'","derivation":"from H3885 (לוּן);","strongs_definition":"a lodgment, i.e. caravanserai or encampment","kjv_definition":"inn, place where...lodge, lodging (place)."} +{"id":"H4412","strongs_number":"H4412","system":"hebrew","language":"hebrew","number_value":4412,"lemma":"מְלוּנָה","transliteration":"mᵉlûwnâh","pronunciation":"mel-oo-naw'","derivation":"feminine from H3885 (לוּן);","strongs_definition":"a hut, a hammock","kjv_definition":"cottage, lodge."} +{"id":"H4413","strongs_number":"H4413","system":"hebrew","language":"hebrew","number_value":4413,"lemma":"מַלּוֹתִי","transliteration":"Mallôwthîy","pronunciation":"mal-lo'-thee","derivation":"apparently from H4448 (מָלַל); I have talked (i.e. loquacious)","strongs_definition":"Mallothi, an Israelite","kjv_definition":"Mallothi."} +{"id":"H4414","strongs_number":"H4414","system":"hebrew","language":"hebrew","number_value":4414,"lemma":"מָלַח","transliteration":"mâlach","pronunciation":"maw-lakh'","derivation":"a primitive root; also as denominative from H4417 (מֶלַח)","strongs_definition":"properly, to rub to pieces or pulverize; intransitively, to disappear as dust; to salt whether internally (to season with salt) or externally (to rub with salt)","kjv_definition":"[idiom] at all, salt, season, temper together, vanish away."} +{"id":"H4415","strongs_number":"H4415","system":"hebrew","language":"hebrew","number_value":4415,"lemma":"מְלַח","transliteration":"mᵉlach","pronunciation":"mel-akh'","derivation":"(Aramaic) corresponding to H4414 (מָלַח);","strongs_definition":"to eat salt, i.e. (generally) subsist","kjv_definition":"[phrase] have maintenance."} +{"id":"H4416","strongs_number":"H4416","system":"hebrew","language":"hebrew","number_value":4416,"lemma":"מְלַח","transliteration":"mᵉlach","pronunciation":"mel-akh'","derivation":"(Aramaic) from H4415 (מְלַח);","strongs_definition":"salt","kjv_definition":"[phrase] maintenance, salt."} +{"id":"H4417","strongs_number":"H4417","system":"hebrew","language":"hebrew","number_value":4417,"lemma":"מֶלַח","transliteration":"melach","pronunciation":"meh'-lakh","derivation":"from H4414 (מָלַח);","strongs_definition":"properly, powder, i.e. (specifically) salt (as easily pulverized and dissolved)","kjv_definition":"salt(-pit)."} +{"id":"H4418","strongs_number":"H4418","system":"hebrew","language":"hebrew","number_value":4418,"lemma":"מָלָח","transliteration":"mâlâch","pronunciation":"maw-lawkh'","derivation":"from H4414 (מָלַח) in its original sense;","strongs_definition":"a rag or old garment","kjv_definition":"rotten rag."} +{"id":"H4419","strongs_number":"H4419","system":"hebrew","language":"hebrew","number_value":4419,"lemma":"מַלָּח","transliteration":"mallâch","pronunciation":"mal-lawkh'","derivation":"from H4414 (מָלַח) in its second. sense;","strongs_definition":"a sailor (as following 'the salt')","kjv_definition":"mariner."} +{"id":"H4420","strongs_number":"H4420","system":"hebrew","language":"hebrew","number_value":4420,"lemma":"מְלֵחָה","transliteration":"mᵉlêchâh","pronunciation":"mel-ay-khaw'","derivation":"from H4414 (מָלַח) (in its denominative sense); understood as land (H776 (אֶרֶץ))","strongs_definition":"properly, salted (i.e. land), i.e. a desert","kjv_definition":"barren land(-ness), salt (land)."} +{"id":"H4421","strongs_number":"H4421","system":"hebrew","language":"hebrew","number_value":4421,"lemma":"מִלְחָמָה","transliteration":"milchâmâh","pronunciation":"mil-khaw-maw'","derivation":"from H3898 (לָחַם) (in the sense of fighting);","strongs_definition":"a battle (i.e. the engagement); generally, war (i.e. warfare)","kjv_definition":"battle, fight(-ing), war(-rior)."} +{"id":"H4422","strongs_number":"H4422","system":"hebrew","language":"hebrew","number_value":4422,"lemma":"מָלַט","transliteration":"mâlaṭ","pronunciation":"maw-lat'","derivation":"a primitive root;","strongs_definition":"properly, to be smooth, i.e. (by implication) to escape (as if by slipperiness); causatively, to release or rescue; specifically, to bring forth young, emit sparks","kjv_definition":"deliver (self), escape, lay, leap out, let alone, let go, preserve, save, [idiom] speedily, [idiom] surely."} +{"id":"H4423","strongs_number":"H4423","system":"hebrew","language":"hebrew","number_value":4423,"lemma":"מֶלֶט","transliteration":"meleṭ","pronunciation":"meh'-let","derivation":"from H4422 (מָלַט),","strongs_definition":"cement (from its plastic smoothness)","kjv_definition":"clay."} +{"id":"H4424","strongs_number":"H4424","system":"hebrew","language":"hebrew","number_value":4424,"lemma":"מְלַטְיָה","transliteration":"Mᵉlaṭyâh","pronunciation":"mel-at-yaw'","derivation":"from H4423 (מֶלֶט) and H3050 (יָהּ); (whom) Jah has delivered;","strongs_definition":"Melatjah, a Gibeonite","kjv_definition":"Melatiah."} +{"id":"H4425","strongs_number":"H4425","system":"hebrew","language":"hebrew","number_value":4425,"lemma":"מְלִילָה","transliteration":"mᵉlîylâh","pronunciation":"mel-ee-law'","derivation":"from H4449 (מְלַל) (in the sense of cropping (compare H4135 (מוּל)));","strongs_definition":"a head of grain (as cut off)","kjv_definition":"ear."} +{"id":"H4426","strongs_number":"H4426","system":"hebrew","language":"hebrew","number_value":4426,"lemma":"מְלִיצָה","transliteration":"mᵉlîytsâh","pronunciation":"mel-ee-tsaw'","derivation":"from H3887 (לוּץ);","strongs_definition":"an aphorism; also a satire","kjv_definition":"interpretation, taunting."} +{"id":"H4427","strongs_number":"H4427","system":"hebrew","language":"hebrew","number_value":4427,"lemma":"מָלַךְ","transliteration":"mâlak","pronunciation":"maw-lak'","derivation":"a primitive root;","strongs_definition":"to reign; inceptively, to ascend the throne; causatively, to induct into royalty; hence (by implication) to take counsel","kjv_definition":"consult, [idiom] indeed, be (make, set a, set up) king, be (make) queen, (begin to, make to) reign(-ing), rule, [idiom] surely."} +{"id":"H4428","strongs_number":"H4428","system":"hebrew","language":"hebrew","number_value":4428,"lemma":"מֶלֶךְ","transliteration":"melek","pronunciation":"meh'-lek","derivation":"from H4427 (מָלַךְ);","strongs_definition":"a king","kjv_definition":"king, royal."} +{"id":"H4429","strongs_number":"H4429","system":"hebrew","language":"hebrew","number_value":4429,"lemma":"מֶלֶךְ","transliteration":"Melek","pronunciation":"meh'-lek","derivation":"the same as H4428 (מֶלֶךְ); king;","strongs_definition":"Melek, the name of two Israelites","kjv_definition":"Melech, Hammelech (by including the article)."} +{"id":"H4430","strongs_number":"H4430","system":"hebrew","language":"hebrew","number_value":4430,"lemma":"מֶלֶךְ","transliteration":"melek","pronunciation":"meh'-lek","derivation":"(Aramaic) corresponding to H4428 (מֶלֶךְ);","strongs_definition":"a king","kjv_definition":"king, royal."} +{"id":"H4431","strongs_number":"H4431","system":"hebrew","language":"hebrew","number_value":4431,"lemma":"מְלַךְ","transliteration":"mᵉlak","pronunciation":"mel-ak'","derivation":"(Aramaic) from a root corresponding to H4427 (מָלַךְ) in the sense of consultation;","strongs_definition":"advice","kjv_definition":"counsel."} +{"id":"H4432","strongs_number":"H4432","system":"hebrew","language":"hebrew","number_value":4432,"lemma":"מֹלֶךְ","transliteration":"Môlek","pronunciation":"mo'-lek","derivation":"from H4427 (מָלַךְ);","strongs_definition":"Molek (i.e. king), the chief deity of the Ammonites","kjv_definition":"Molech. Compare H4445 (מַלְכָּם)."} +{"id":"H4433","strongs_number":"H4433","system":"hebrew","language":"hebrew","number_value":4433,"lemma":"מַלְכָּא","transliteration":"malkâʼ","pronunciation":"mal-kaw'","derivation":"(Aramaic) corresponding to H4436 (מַלְכָּה);","strongs_definition":"a queen","kjv_definition":"queen."} +{"id":"H4434","strongs_number":"H4434","system":"hebrew","language":"hebrew","number_value":4434,"lemma":"מַלְכֹּדֶת","transliteration":"malkôdeth","pronunciation":"mal-ko'-deth","derivation":"from H3920 (לָכַד);","strongs_definition":"a snare","kjv_definition":"trap."} +{"id":"H4435","strongs_number":"H4435","system":"hebrew","language":"hebrew","number_value":4435,"lemma":"מִלְכָּה","transliteration":"Milkâh","pronunciation":"mil-kaw'","derivation":"a form of H4436 (מַלְכָּה); queen;","strongs_definition":"Milcah, the name of a Hebrewess and of an Israelite","kjv_definition":"Milcah."} +{"id":"H4436","strongs_number":"H4436","system":"hebrew","language":"hebrew","number_value":4436,"lemma":"מַלְכָּה","transliteration":"malkâh","pronunciation":"mal-kaw'","derivation":"feminine of H4428 (מֶלֶךְ);","strongs_definition":"a queen","kjv_definition":"queen."} +{"id":"H4437","strongs_number":"H4437","system":"hebrew","language":"hebrew","number_value":4437,"lemma":"מַלְכוּ","transliteration":"malkûw","pronunciation":"mal-koo'","derivation":"(Aramaic) corresponding to H4438 (מַלְכוּת);","strongs_definition":"dominion (abstractly or concretely)","kjv_definition":"kingdom, kingly, realm, reign."} +{"id":"H4438","strongs_number":"H4438","system":"hebrew","language":"hebrew","number_value":4438,"lemma":"מַלְכוּת","transliteration":"malkûwth","pronunciation":"mal-kooth'","derivation":"or מַלְכֻת; or (in plural) מַלְכֻיָּה; from H4427 (מָלַךְ);","strongs_definition":"a rule; concretely, a dominion","kjv_definition":"empire, kingdom, realm, reign, royal."} +{"id":"H4439","strongs_number":"H4439","system":"hebrew","language":"hebrew","number_value":4439,"lemma":"מַלְכִּיאֵל","transliteration":"Malkîyʼêl","pronunciation":"mal-kee-ale'","derivation":"from H4428 (מֶלֶךְ) and H410 (אֵל); king of (i.e. appointed by) God;","strongs_definition":"Malkiel, an Israelite","kjv_definition":"Malchiel."} +{"id":"H4440","strongs_number":"H4440","system":"hebrew","language":"hebrew","number_value":4440,"lemma":"מַלְכִּיאֵלִי","transliteration":"Malkîyʼêlîy","pronunciation":"mal-kee-ay-lee'","derivation":"patronymical from H4439 (מַלְכִּיאֵל);","strongs_definition":"a Malkielite or descendant of Malkiel","kjv_definition":"Malchielite."} +{"id":"H4441","strongs_number":"H4441","system":"hebrew","language":"hebrew","number_value":4441,"lemma":"מַלְכִּיָּה","transliteration":"Malkîyâh","pronunciation":"mal-kee-yaw'","derivation":"or מַלְכִּיָּהוּlemma מַלְכִּיָהוּ missing dagesh, corrected to מַלְכִּיָּהוּ; (Jeremiah [38:6), from H4428 (מֶלֶךְ) and H3050 (יָהּ); king of (i.e. appointed by) Jah;","strongs_definition":"Malkijah, the name of ten Israelites","kjv_definition":"Malchiah, Malchijah."} +{"id":"H4442","strongs_number":"H4442","system":"hebrew","language":"hebrew","number_value":4442,"lemma":"מַלְכִּי־צֶדֶק","transliteration":"Malkîy-Tsedeq","pronunciation":"mal-kee-tseh'-dek","derivation":"from H4428 (מֶלֶךְ) and H6664 (צֶדֶק); king of right;","strongs_definition":"Malki-Tsedek, an early king in Palestine","kjv_definition":"Melchizedek."} +{"id":"H4443","strongs_number":"H4443","system":"hebrew","language":"hebrew","number_value":4443,"lemma":"מַלְכִּירָם","transliteration":"Malkîyrâm","pronunciation":"mal-kee-rawm'","derivation":"from H4428 (מֶלֶךְ) and H7311 (רוּם); king of a high one (i.e. of exaltation);","strongs_definition":"Malkiram, an Israelite","kjv_definition":"Malchiram."} +{"id":"H4444","strongs_number":"H4444","system":"hebrew","language":"hebrew","number_value":4444,"lemma":"מַלְכִּישׁוּעַ","transliteration":"Malkîyshûwaʻ","pronunciation":"mal-kee-shoo'-ah","derivation":"from H4428 (מֶלֶךְ) and H7769 (שׁוּעַ); king of wealth;","strongs_definition":"Malkishua, an Israelite","kjv_definition":"Malchishua."} +{"id":"H4445","strongs_number":"H4445","system":"hebrew","language":"hebrew","number_value":4445,"lemma":"מַלְכָּם","transliteration":"Malkâm","pronunciation":"mal-kawm'","derivation":"or מִלְכּוֹם; from H4428 (מֶלֶךְ) for H4432 (מֹלֶךְ);","strongs_definition":"Malcam or Milcom, the national idol of the Ammonites","kjv_definition":"Malcham, Milcom."} +{"id":"H4446","strongs_number":"H4446","system":"hebrew","language":"hebrew","number_value":4446,"lemma":"מְלֶכֶת","transliteration":"mᵉleketh","pronunciation":"mel-eh'-keth","derivation":"from H4427 (מָלַךְ);","strongs_definition":"a queen","kjv_definition":"queen."} +{"id":"H4447","strongs_number":"H4447","system":"hebrew","language":"hebrew","number_value":4447,"lemma":"מֹלֶכֶת","transliteration":"Môleketh","pronunciation":"mo-leh'-keth","derivation":"feminine active participle of H4427 (מָלַךְ); queen;","strongs_definition":"Moleketh, an Israelitess","kjv_definition":"Hammoleketh (including the article)."} +{"id":"H4448","strongs_number":"H4448","system":"hebrew","language":"hebrew","number_value":4448,"lemma":"מָלַל","transliteration":"mâlal","pronunciation":"maw-lal'","derivation":"a primitive root;","strongs_definition":"to speak (mostly poetical) or say","kjv_definition":"say, speak, utter."} +{"id":"H4449","strongs_number":"H4449","system":"hebrew","language":"hebrew","number_value":4449,"lemma":"מְלַל","transliteration":"mᵉlal","pronunciation":"mel-al'","derivation":"(Aramaic) corresponding to H4448 (מָלַל);","strongs_definition":"to speak","kjv_definition":"say, speak(-ing)."} +{"id":"H4450","strongs_number":"H4450","system":"hebrew","language":"hebrew","number_value":4450,"lemma":"מִלֲלַי","transliteration":"Milălay","pronunciation":"mee-lal-ah'-ee","derivation":"from H4448 (מָלַל); talkative;","strongs_definition":"Milalai, an Israelite","kjv_definition":"Milalai."} +{"id":"H4451","strongs_number":"H4451","system":"hebrew","language":"hebrew","number_value":4451,"lemma":"מַלְמָד","transliteration":"malmâd","pronunciation":"mal-mawd'","derivation":"from H3925 (לָמַד);","strongs_definition":"a goad for oxen","kjv_definition":"goad."} +{"id":"H4452","strongs_number":"H4452","system":"hebrew","language":"hebrew","number_value":4452,"lemma":"מָלַץ","transliteration":"mâlats","pronunciation":"maw-lats'","derivation":"a primitive root;","strongs_definition":"to be smooth, i.e. (figuratively) pleasant","kjv_definition":"be sweet."} +{"id":"H4453","strongs_number":"H4453","system":"hebrew","language":"hebrew","number_value":4453,"lemma":"מֶלְצָר","transliteration":"meltsâr","pronunciation":"mel-tsawr'","derivation":"of Persian derivation;","strongs_definition":"the butler or other officer in the Babylonian court","kjv_definition":"Melzar."} +{"id":"H4454","strongs_number":"H4454","system":"hebrew","language":"hebrew","number_value":4454,"lemma":"מָלַק","transliteration":"mâlaq","pronunciation":"maw-lak'","derivation":"a primitive root;","strongs_definition":"to crack a joint; by implication, to wring the neck of afowl (without separating it)","kjv_definition":"wring off."} +{"id":"H4455","strongs_number":"H4455","system":"hebrew","language":"hebrew","number_value":4455,"lemma":"מַלְקוֹחַ","transliteration":"malqôwach","pronunciation":"mal-ko'-akh","derivation":"from H3947 (לָקַח);","strongs_definition":"transitively (in dual) the jaws (as taking food); intransitively, spoil (and captives) (as taken)","kjv_definition":"booty, jaws, prey."} +{"id":"H4456","strongs_number":"H4456","system":"hebrew","language":"hebrew","number_value":4456,"lemma":"מַלְקוֹשׁ","transliteration":"malqôwsh","pronunciation":"mal-koshe'","derivation":"from H3953 (לָקַשׁ); (compare H3954 (לֶקֶשׁ))","strongs_definition":"the spring rain; figuratively, eloquence","kjv_definition":"latter rain."} +{"id":"H4457","strongs_number":"H4457","system":"hebrew","language":"hebrew","number_value":4457,"lemma":"מֶלְקָח","transliteration":"melqâch","pronunciation":"mel-kawkh'","derivation":"or מַלְקָח; from H3947 (לָקַח);","strongs_definition":"(only in dual) tweezers","kjv_definition":"snuffers, tongs."} +{"id":"H4458","strongs_number":"H4458","system":"hebrew","language":"hebrew","number_value":4458,"lemma":"מֶלְתָּחָה","transliteration":"meltâchâh","pronunciation":"mel-taw-khaw'","derivation":"from an unused root meaning to spread out;","strongs_definition":"a wardrobe (i.e. room where clothing is spread)","kjv_definition":"vestry."} +{"id":"H4459","strongs_number":"H4459","system":"hebrew","language":"hebrew","number_value":4459,"lemma":"מַלְתָּעָה","transliteration":"maltâʻâh","pronunciation":"mal-taw-aw'","derivation":"transp. for H4973 (מְתַלְּעָה);","strongs_definition":"a grinder, i.e. back tooth","kjv_definition":"great tooth."} +{"id":"H4460","strongs_number":"H4460","system":"hebrew","language":"hebrew","number_value":4460,"lemma":"מַמְּגֻרָה","transliteration":"mammᵉgurâh","pronunciation":"mam-meg-oo-raw'","derivation":"from H4048 (מָגַר) (in the sense of depositing);","strongs_definition":"a granary","kjv_definition":"barn."} +{"id":"H4461","strongs_number":"H4461","system":"hebrew","language":"hebrew","number_value":4461,"lemma":"מֵמַד","transliteration":"mêmad","pronunciation":"may-mad'","derivation":"from H4058 (מָדַד);","strongs_definition":"a measure","kjv_definition":"measure."} +{"id":"H4462","strongs_number":"H4462","system":"hebrew","language":"hebrew","number_value":4462,"lemma":"מְמוּכָן","transliteration":"Mᵉmûwkân","pronunciation":"mem-oo-kawn'","derivation":"or (transp.) מוֹמֻכָן; (Esther 1:16), of Persian derivation;","strongs_definition":"Memucan or Momucan, a Persian satrap","kjv_definition":"Memucan."} +{"id":"H4463","strongs_number":"H4463","system":"hebrew","language":"hebrew","number_value":4463,"lemma":"מָמוֹת","transliteration":"mâmôwth","pronunciation":"maw-mothe'","derivation":"from H4191 (מוּת);","strongs_definition":"a mortal disease; concretely, a corpse","kjv_definition":"death."} +{"id":"H4464","strongs_number":"H4464","system":"hebrew","language":"hebrew","number_value":4464,"lemma":"מַמְזֵר","transliteration":"mamzêr","pronunciation":"mam-zare'","derivation":"from an unused root meaning to alienate;","strongs_definition":"a mongrel, i.e. born of aJewish father and aheathen mother","kjv_definition":"bastard."} +{"id":"H4465","strongs_number":"H4465","system":"hebrew","language":"hebrew","number_value":4465,"lemma":"מִמְכָּר","transliteration":"mimkâr","pronunciation":"mim-kawr'","derivation":"from H4376 (מָכַר);","strongs_definition":"merchandise; abstractly, a selling","kjv_definition":"[idiom] ought, (that which cometh of) sale, that which...sold, ware."} +{"id":"H4466","strongs_number":"H4466","system":"hebrew","language":"hebrew","number_value":4466,"lemma":"מִמְכֶּרֶת","transliteration":"mimkereth","pronunciation":"mim-keh'-reth","derivation":"feminine of H4465 (מִמְכָּר);","strongs_definition":"a sale","kjv_definition":"[phrase] sold as."} +{"id":"H4467","strongs_number":"H4467","system":"hebrew","language":"hebrew","number_value":4467,"lemma":"מַמְלָכָה","transliteration":"mamlâkâh","pronunciation":"mam-law-kaw'","derivation":"from H4427 (מָלַךְ);","strongs_definition":"dominion, i.e. (abstractly) the estate (rule) or (concretely) the country (realm)","kjv_definition":"kingdom, king's, reign, royal."} +{"id":"H4468","strongs_number":"H4468","system":"hebrew","language":"hebrew","number_value":4468,"lemma":"מַמְלָכוּת","transliteration":"mamlâkûwth","pronunciation":"mam-law-kooth'","derivation":"a form of H4467 (מַמְלָכָה) and equiv. to it","strongs_definition":"{dominion, i.e. (abstractly) the estate (rule) or (concretely) the country (realm)}","kjv_definition":"kingdom, reign."} +{"id":"H4469","strongs_number":"H4469","system":"hebrew","language":"hebrew","number_value":4469,"lemma":"מַמְסָךְ","transliteration":"mamçâk","pronunciation":"mam-sawk'","derivation":"from H4537 (מָסַךְ);","strongs_definition":"mixture, i.e. (specifically) wine mixed (with water or spices)","kjv_definition":"drink-offering, mixed wine."} +{"id":"H4470","strongs_number":"H4470","system":"hebrew","language":"hebrew","number_value":4470,"lemma":"מֶמֶר","transliteration":"memer","pronunciation":"meh'-mer","derivation":"from an unused root meaning to grieve;","strongs_definition":"sorrow","kjv_definition":"bitterness."} +{"id":"H4471","strongs_number":"H4471","system":"hebrew","language":"hebrew","number_value":4471,"lemma":"מַמְרֵא","transliteration":"Mamrêʼ","pronunciation":"mam-ray'","derivation":"from H4754 (מָרָא)(in the sense of vigor); lusty;","strongs_definition":"Mamre, an Amorite","kjv_definition":"Mamre."} +{"id":"H4472","strongs_number":"H4472","system":"hebrew","language":"hebrew","number_value":4472,"lemma":"מַמְרֹר","transliteration":"mamrôr","pronunciation":"mam-rore'","derivation":"from H4843 (מָרַר);","strongs_definition":"a bitterness, i.e. (figuratively) calamity","kjv_definition":"bitterness."} +{"id":"H4473","strongs_number":"H4473","system":"hebrew","language":"hebrew","number_value":4473,"lemma":"מִמְשַׁח","transliteration":"mimshach","pronunciation":"mim-shakh'","derivation":"from H4886 (מָשַׁח), in the sense of expansion;","strongs_definition":"outspread (i.e. with outstretched wings)","kjv_definition":"anointed."} +{"id":"H4474","strongs_number":"H4474","system":"hebrew","language":"hebrew","number_value":4474,"lemma":"מִמְשָׁל","transliteration":"mimshâl","pronunciation":"mim-shawl'","derivation":"from H4910 (מָשַׁל);","strongs_definition":"a ruler or (abstractly) rule","kjv_definition":"dominion, that ruled."} +{"id":"H4475","strongs_number":"H4475","system":"hebrew","language":"hebrew","number_value":4475,"lemma":"מֶמְשָׁלָה","transliteration":"memshâlâh","pronunciation":"mem-shaw-law'","derivation":"feminine of H4474 (מִמְשָׁל);","strongs_definition":"rule; also (concretely in plural) a realm or a ruler","kjv_definition":"dominion, government, power, to rule."} +{"id":"H4476","strongs_number":"H4476","system":"hebrew","language":"hebrew","number_value":4476,"lemma":"מִמְשָׁק","transliteration":"mimshâq","pronunciation":"mim-shawk'","derivation":"from the same as H4943 (מֶשֶׁק);","strongs_definition":"a possession","kjv_definition":"breeding."} +{"id":"H4477","strongs_number":"H4477","system":"hebrew","language":"hebrew","number_value":4477,"lemma":"מַמְתַּק","transliteration":"mamtaq","pronunciation":"mam-tak'","derivation":"from H4985 (מָתַק);","strongs_definition":"something sweet (literally or figuratively)","kjv_definition":"(most) sweet."} +{"id":"H4478","strongs_number":"H4478","system":"hebrew","language":"hebrew","number_value":4478,"lemma":"מָן","transliteration":"mân","pronunciation":"mawn","derivation":"from H4100 (מָה);","strongs_definition":"literally a whatness (so to speak), i.e. manna (so called from the question about it)","kjv_definition":"manna."} +{"id":"H4479","strongs_number":"H4479","system":"hebrew","language":"hebrew","number_value":4479,"lemma":"מָן","transliteration":"mân","pronunciation":"mawn","derivation":"(Aramaic) from H4101 (מָה);","strongs_definition":"who or what (properly, interrogatively, hence, also indefinitely and relatively)","kjv_definition":"what, who(-msoever, [phrase] -so)."} +{"id":"H4480","strongs_number":"H4480","system":"hebrew","language":"hebrew","number_value":4480,"lemma":"מִן","transliteration":"min","pronunciation":"min","derivation":"or מִנִּי; or מִנֵּי; (constructive plural) (Isaiah 30:11); for H4482 (מֵן);","strongs_definition":"properly, a part of; hence (prepositionally), from or out of in many senses","kjv_definition":"above, after, among, at, because of, by (reason of), from (among), in, [idiom] neither, [idiom] nor, (out) of, over, since, [idiom] then, through, [idiom] whether, with."} +{"id":"H4481","strongs_number":"H4481","system":"hebrew","language":"hebrew","number_value":4481,"lemma":"מִן","transliteration":"min","pronunciation":"min","derivation":"(Aramaic) corresponding to H4480 (מִן)","strongs_definition":"{properly, a part of; hence (prepositionally), from or out of}","kjv_definition":"according, after, [phrase] because, [phrase] before, by, for, from, [idiom] him, [idiom] more than, (out) of, part, since, [idiom] these, to, upon, [phrase] when."} +{"id":"H4482","strongs_number":"H4482","system":"hebrew","language":"hebrew","number_value":4482,"lemma":"מֵן","transliteration":"mên","pronunciation":"mane","derivation":"from an unused root meaning to apportion; a part; hence,","strongs_definition":"a musical chord (as parted into strings)","kjv_definition":"in (the same) (Psalm 68:23), stringed instrument (Psalm 150:4), whereby (Psalm 45:8 (defective plural))."} +{"id":"H4483","strongs_number":"H4483","system":"hebrew","language":"hebrew","number_value":4483,"lemma":"מְנָא","transliteration":"mᵉnâʼ","pronunciation":"men-aw'","derivation":"(Aramaic) or מְנָה; (Aramaic), corresponding to H4487 (מָנָה);","strongs_definition":"to count, appoint","kjv_definition":"number, ordain, set."} +{"id":"H4484","strongs_number":"H4484","system":"hebrew","language":"hebrew","number_value":4484,"lemma":"מְנֵא","transliteration":"mᵉnêʼ","pronunciation":"men-ay'","derivation":"(Aramaic) passive participle of H4483 (מְנָא);","strongs_definition":"numbered","kjv_definition":"Mene."} +{"id":"H4485","strongs_number":"H4485","system":"hebrew","language":"hebrew","number_value":4485,"lemma":"מַנְגִּינָה","transliteration":"mangîynâh","pronunciation":"man-ghee-naw'","derivation":"from H5059 (נָגַן);","strongs_definition":"a satire","kjv_definition":"music."} +{"id":"H4486","strongs_number":"H4486","system":"hebrew","language":"hebrew","number_value":4486,"lemma":"מַנְדַּע","transliteration":"mandaʻ","pronunciation":"man-dah'","derivation":"(Aramaic) corresponding to H4093 (מַדָּע);","strongs_definition":"wisdom or intelligence","kjv_definition":"knowledge, reason, understanding."} +{"id":"H4487","strongs_number":"H4487","system":"hebrew","language":"hebrew","number_value":4487,"lemma":"מָנָה","transliteration":"mânâh","pronunciation":"maw-naw'","derivation":"a primitive root;","strongs_definition":"properly, to weigh out; by implication, to allot or constitute officially; also to enumerate or enroll","kjv_definition":"appoint, count, number, prepare, set, tell."} +{"id":"H4488","strongs_number":"H4488","system":"hebrew","language":"hebrew","number_value":4488,"lemma":"מָנֶה","transliteration":"mâneh","pronunciation":"maw-neh'","derivation":"from H4487 (מָנָה);","strongs_definition":"properly, a fixed weight or measured amount, i.e. (techn.) a maneh or mina","kjv_definition":"maneh, pound."} +{"id":"H4489","strongs_number":"H4489","system":"hebrew","language":"hebrew","number_value":4489,"lemma":"מֹנֶה","transliteration":"môneh","pronunciation":"mo-neh'","derivation":"from H4487 (מָנָה);","strongs_definition":"properly, something weighed out, i.e. (figuratively) a portion of time, i.e. an instance","kjv_definition":"time."} +{"id":"H4490","strongs_number":"H4490","system":"hebrew","language":"hebrew","number_value":4490,"lemma":"מָנָה","transliteration":"mânâh","pronunciation":"maw-naw'","derivation":"from H4487 (מָנָה);","strongs_definition":"properly, something weighed out, i.e. (generally) a division; specifically (of food) a ration; also a lot","kjv_definition":"such things as belonged, part, portion."} +{"id":"H4491","strongs_number":"H4491","system":"hebrew","language":"hebrew","number_value":4491,"lemma":"מִנְהָג","transliteration":"minhâg","pronunciation":"min-hawg'","derivation":"from H5090 (נָהַג);","strongs_definition":"the driving (of a chariot)","kjv_definition":"driving."} +{"id":"H4492","strongs_number":"H4492","system":"hebrew","language":"hebrew","number_value":4492,"lemma":"מִנְהָרָה","transliteration":"minhârâh","pronunciation":"min-haw-raw'","derivation":"from H5102 (נָהַר);","strongs_definition":"properly, a channel or fissure, i.e. (by implication) a cavern","kjv_definition":"den."} +{"id":"H4493","strongs_number":"H4493","system":"hebrew","language":"hebrew","number_value":4493,"lemma":"מָנוֹד","transliteration":"mânôwd","pronunciation":"maw-node'","derivation":"from H5110 (נוּד)","strongs_definition":"a nodding or toss (of the head in derision)","kjv_definition":"shaking."} +{"id":"H4494","strongs_number":"H4494","system":"hebrew","language":"hebrew","number_value":4494,"lemma":"מָנוֹחַ","transliteration":"mânôwach","pronunciation":"maw-no'-akh","derivation":"from H5117 (נוּחַ);","strongs_definition":"quiet, i.e. (concretely) a settled spot, or (figuratively) a home","kjv_definition":"(place of) rest."} +{"id":"H4495","strongs_number":"H4495","system":"hebrew","language":"hebrew","number_value":4495,"lemma":"מָנוֹחַ","transliteration":"Mânôwach","pronunciation":"maw-no'-akh","derivation":"the same as H4494 (מָנוֹחַ); rest;","strongs_definition":"Manoach, an Israelite","kjv_definition":"Manoah."} +{"id":"H4496","strongs_number":"H4496","system":"hebrew","language":"hebrew","number_value":4496,"lemma":"מְנוּחָה","transliteration":"mᵉnûwchâh","pronunciation":"men-oo-khaw'","derivation":"or מְנֻחָה; feminine of H4495 (מָנוֹחַ);","strongs_definition":"repose or (adverbially) peacefully; figuratively, consolation (specifically, matrimony); hence (concretely) an abode","kjv_definition":"comfortable, ease, quiet, rest(-ing place), still."} +{"id":"H4497","strongs_number":"H4497","system":"hebrew","language":"hebrew","number_value":4497,"lemma":"מָנוֹן","transliteration":"mânôwn","pronunciation":"maw-nohn'","derivation":"from H5125 (נוּן);","strongs_definition":"a continuator, i.e. heir","kjv_definition":"son."} +{"id":"H4498","strongs_number":"H4498","system":"hebrew","language":"hebrew","number_value":4498,"lemma":"מָנוֹס","transliteration":"mânôwç","pronunciation":"maw-noce'","derivation":"from H5127 (נוּס);","strongs_definition":"a retreat (literally or figuratively); abstractly, a fleeing","kjv_definition":"[idiom] apace, escape, way to flee, flight, refuge."} +{"id":"H4499","strongs_number":"H4499","system":"hebrew","language":"hebrew","number_value":4499,"lemma":"מְנוּסָה","transliteration":"mᵉnûwçâh","pronunciation":"men-oo-saw'","derivation":"or מְנֻסָה; feminine of H4498 (מָנוֹס);","strongs_definition":"retreat","kjv_definition":"fleeing, flight."} +{"id":"H4500","strongs_number":"H4500","system":"hebrew","language":"hebrew","number_value":4500,"lemma":"מָנוֹר","transliteration":"mânôwr","pronunciation":"maw-nore'","derivation":"from H5214 (נִיר);","strongs_definition":"a yoke (properly, for plowing), i.e. the frame of aloom","kjv_definition":"beam."} +{"id":"H4501","strongs_number":"H4501","system":"hebrew","language":"hebrew","number_value":4501,"lemma":"מְנוֹרָה","transliteration":"mᵉnôwrâh","pronunciation":"men-o-raw'","derivation":"or מְנֹרָה; feminine of H4500 (מָנוֹר) (in the original sense of H5216 (נִיר));","strongs_definition":"a chandelier","kjv_definition":"candlestick."} +{"id":"H4502","strongs_number":"H4502","system":"hebrew","language":"hebrew","number_value":4502,"lemma":"מִנְּזָר","transliteration":"minnᵉzâr","pronunciation":"min-ez-awr'","derivation":"from H5144 (נָזַר);","strongs_definition":"a prince","kjv_definition":"crowned."} +{"id":"H4503","strongs_number":"H4503","system":"hebrew","language":"hebrew","number_value":4503,"lemma":"מִנְחָה","transliteration":"minchâh","pronunciation":"min-khaw'","derivation":"from an unused root meaning to apportion, i.e. bestow;","strongs_definition":"a donation; euphemistically, tribute; specifically a sacrificial offering (usually bloodless and voluntary)","kjv_definition":"gift, oblation, (meat) offering, present, sacrifice."} +{"id":"H4504","strongs_number":"H4504","system":"hebrew","language":"hebrew","number_value":4504,"lemma":"מִנְחָה","transliteration":"minchâh","pronunciation":"min-khaw'","derivation":"(Aramaic) corresponding to H4503 (מִנְחָה);","strongs_definition":"a sacrificial offering","kjv_definition":"oblation, meat offering."} +{"id":"H4505","strongs_number":"H4505","system":"hebrew","language":"hebrew","number_value":4505,"lemma":"מְנַחֵם","transliteration":"Mᵉnachêm","pronunciation":"men-akh-ame'","derivation":"from H5162 (נָחַם); comforter;","strongs_definition":"Menachem, an Israelite","kjv_definition":"Menahem."} +{"id":"H4506","strongs_number":"H4506","system":"hebrew","language":"hebrew","number_value":4506,"lemma":"מָנַחַת","transliteration":"Mânachath","pronunciation":"maw-nakh'-ath","derivation":"from H5117 (נוּחַ); rest;","strongs_definition":"Manachath, the name of an Edomite and of a place in Moab","kjv_definition":"Manahath."} +{"id":"H4507","strongs_number":"H4507","system":"hebrew","language":"hebrew","number_value":4507,"lemma":"מְנִי","transliteration":"Mᵉnîy","pronunciation":"men-ee'","derivation":"from H4487 (מָנָה);","strongs_definition":"the Apportioner, i.e. Fate (as an idol)","kjv_definition":"number."} +{"id":"H4508","strongs_number":"H4508","system":"hebrew","language":"hebrew","number_value":4508,"lemma":"מִנִּי","transliteration":"Minnîy","pronunciation":"min-nee'","derivation":"of foreign derivation;","strongs_definition":"Minni, an Armenian province","kjv_definition":"Minni."} +{"id":"H4509","strongs_number":"H4509","system":"hebrew","language":"hebrew","number_value":4509,"lemma":"מִנְיָמִין","transliteration":"Minyâmîyn","pronunciation":"min-yaw-meen'","derivation":"from H4480 (מִן) and H3225 (יָמִין); from (the) right hand;","strongs_definition":"Minjamin, the name of two Israelites","kjv_definition":"Miniamin. Compare H4326 (מִיָּמִן)."} +{"id":"H4510","strongs_number":"H4510","system":"hebrew","language":"hebrew","number_value":4510,"lemma":"מִנְיָן","transliteration":"minyân","pronunciation":"min-yawn'","derivation":"(Aramaic) from H4483 (מְנָא);","strongs_definition":"enumeration","kjv_definition":"number."} +{"id":"H4511","strongs_number":"H4511","system":"hebrew","language":"hebrew","number_value":4511,"lemma":"מִנִּית","transliteration":"Minnîyth","pronunciation":"min-neeth'","derivation":"from the same as H4482 (מֵן); enumeration;","strongs_definition":"Minnith, a place East of the Jordan","kjv_definition":"Minnith."} +{"id":"H4512","strongs_number":"H4512","system":"hebrew","language":"hebrew","number_value":4512,"lemma":"מִנְלֶה","transliteration":"minleh","pronunciation":"min-leh'","derivation":"from H5239 (נָלָה);","strongs_definition":"completion, i.e. (in produce) wealth","kjv_definition":"perfection."} +{"id":"H4513","strongs_number":"H4513","system":"hebrew","language":"hebrew","number_value":4513,"lemma":"מָנַע","transliteration":"mânaʻ","pronunciation":"maw-nah'","derivation":"a primitive root;","strongs_definition":"to debar (negatively or positively) from benefit or injury","kjv_definition":"deny, keep (back), refrain, restrain, withhold."} +{"id":"H4514","strongs_number":"H4514","system":"hebrew","language":"hebrew","number_value":4514,"lemma":"מַנְעוּל","transliteration":"manʻûwl","pronunciation":"man-ool'","derivation":"or מַנְעֻל; from H5274 (נָעַל);","strongs_definition":"a bolt","kjv_definition":"lock."} +{"id":"H4515","strongs_number":"H4515","system":"hebrew","language":"hebrew","number_value":4515,"lemma":"מִנְעָל","transliteration":"minʻâl","pronunciation":"man-awl'","derivation":"from H5274 (נָעַל);","strongs_definition":"a bolt","kjv_definition":"shoe."} +{"id":"H4516","strongs_number":"H4516","system":"hebrew","language":"hebrew","number_value":4516,"lemma":"מַנְעַם","transliteration":"manʻam","pronunciation":"man-am'","derivation":"from H5276 (נָעֵם);","strongs_definition":"a delicacy","kjv_definition":"dainty."} +{"id":"H4517","strongs_number":"H4517","system":"hebrew","language":"hebrew","number_value":4517,"lemma":"מְנַעְנַע","transliteration":"mᵉnaʻnaʻ","pronunciation":"men-ah-ah'","derivation":"from H5128 (נוּעַ);","strongs_definition":"a sistrum (so called from its rattling sound)","kjv_definition":"cornet."} +{"id":"H4518","strongs_number":"H4518","system":"hebrew","language":"hebrew","number_value":4518,"lemma":"מְנַקִּית","transliteration":"mᵉnaqqîyth","pronunciation":"men-ak-keeth'","derivation":"from H5352 (נָקָה);","strongs_definition":"a sacrificial basin (for holding blood)","kjv_definition":"bowl."} +{"id":"H4519","strongs_number":"H4519","system":"hebrew","language":"hebrew","number_value":4519,"lemma":"מְנַשֶּׁה","transliteration":"Mᵉnashsheh","pronunciation":"men-ash-sheh'","derivation":"from H5382 (נָשָׁה); causing to forget;","strongs_definition":"Menashsheh, a grandson of Jacob, also the tribe descended from him, and its territory","kjv_definition":"Manasseh."} +{"id":"H4520","strongs_number":"H4520","system":"hebrew","language":"hebrew","number_value":4520,"lemma":"מְנַשִּׁי","transliteration":"Mᵉnashshîy","pronunciation":"men-ash-shee'","derivation":"from H4519 (מְנַשֶּׁה);","strongs_definition":"a Menashshite or descendant of Menashsheh","kjv_definition":"of Manasseh, Manassites."} +{"id":"H4521","strongs_number":"H4521","system":"hebrew","language":"hebrew","number_value":4521,"lemma":"מְנָת","transliteration":"mᵉnâth","pronunciation":"men-awth'","derivation":"from H4487 (מָנָה);","strongs_definition":"an allotment (by courtesy, law or providence)","kjv_definition":"portion."} +{"id":"H4522","strongs_number":"H4522","system":"hebrew","language":"hebrew","number_value":4522,"lemma":"מַס","transliteration":"maç","pronunciation":"mas","derivation":"or מִס; from H4549 (מָסַס);","strongs_definition":"properly, a burden (as causing to faint), i.e. a tax in the form of forced labor","kjv_definition":"discomfited, levy, task(-master), tribute(-tary)."} +{"id":"H4523","strongs_number":"H4523","system":"hebrew","language":"hebrew","number_value":4523,"lemma":"מָס","transliteration":"mâç","pronunciation":"mawce","derivation":"from H4549 (מָסַס);","strongs_definition":"fainting, i.e. (figuratively) disconsolate","kjv_definition":"is afflicted."} +{"id":"H4524","strongs_number":"H4524","system":"hebrew","language":"hebrew","number_value":4524,"lemma":"מֵסַב","transliteration":"mêçab","pronunciation":"may-sab'","derivation":"plural masculine מְסִבִּים; or feminine מְסִבּוֹת; from H5437 (סָבַב);","strongs_definition":"a divan (as enclosing the room); abstractly (adverbial) around","kjv_definition":"that compass about, (place) round about, at table."} +{"id":"H4525","strongs_number":"H4525","system":"hebrew","language":"hebrew","number_value":4525,"lemma":"מַסְגֵּר","transliteration":"maçgêr","pronunciation":"mas-gare'","derivation":"from H5462 (סָגַר);","strongs_definition":"a fastener, i.e. (of a person) a smith, (of a thing) a prison","kjv_definition":"prison, smith."} +{"id":"H4526","strongs_number":"H4526","system":"hebrew","language":"hebrew","number_value":4526,"lemma":"מִסְגֶּרֶת","transliteration":"miçgereth","pronunciation":"mis-gheh'-reth","derivation":"from H5462 (סָגַר);","strongs_definition":"something enclosing, i.e. a margin (of a region, of a panel); concretely, a stronghold","kjv_definition":"border, close place, hole."} +{"id":"H4527","strongs_number":"H4527","system":"hebrew","language":"hebrew","number_value":4527,"lemma":"מַסַּד","transliteration":"maççad","pronunciation":"mas-sad'","derivation":"from H3245 (יָסַד);","strongs_definition":"a foundation","kjv_definition":"foundation."} +{"id":"H4528","strongs_number":"H4528","system":"hebrew","language":"hebrew","number_value":4528,"lemma":"מִסְדְּרוֹן","transliteration":"miçdᵉrôwn","pronunciation":"mis-der-ohn'","derivation":"from the same as H5468 (סֶדֶר);","strongs_definition":"a colonnade or internal portico (from its rows of pillars)","kjv_definition":"porch."} +{"id":"H4529","strongs_number":"H4529","system":"hebrew","language":"hebrew","number_value":4529,"lemma":"מָסָה","transliteration":"mâçâh","pronunciation":"maw-saw'","derivation":"a primitive root;","strongs_definition":"to dissolve","kjv_definition":"make to consume away, (make to) melt, water."} +{"id":"H4530","strongs_number":"H4530","system":"hebrew","language":"hebrew","number_value":4530,"lemma":"מִסָּה","transliteration":"miççâh","pronunciation":"mis-saw'","derivation":"from H4549 (מָסַס) (in the sense of flowing);","strongs_definition":"abundance, i.e. (adverbially) liberally","kjv_definition":"tribute."} +{"id":"H4531","strongs_number":"H4531","system":"hebrew","language":"hebrew","number_value":4531,"lemma":"מַסָּה","transliteration":"maççâh","pronunciation":"mas-saw'","derivation":"from H5254 (נָסָה);","strongs_definition":"a testing, of men (judicial) or of God (querulous)","kjv_definition":"temptation, trial."} +{"id":"H4532","strongs_number":"H4532","system":"hebrew","language":"hebrew","number_value":4532,"lemma":"מַסָּה","transliteration":"Maççâh","pronunciation":"mas-saw'","derivation":"the same as H4531 (מַסָּה);","strongs_definition":"Massah, a place in the Desert","kjv_definition":"Massah."} +{"id":"H4533","strongs_number":"H4533","system":"hebrew","language":"hebrew","number_value":4533,"lemma":"מַסְוֶה","transliteration":"maçveh","pronunciation":"mas-veh'","derivation":"apparently from an unused root meaning to cover;","strongs_definition":"a veil","kjv_definition":"vail."} +{"id":"H4534","strongs_number":"H4534","system":"hebrew","language":"hebrew","number_value":4534,"lemma":"מְסוּכָה","transliteration":"mᵉçûwkâh","pronunciation":"mes-oo-kaw'","derivation":"for H4881 (מְשׂוּכָה);","strongs_definition":"a hedge","kjv_definition":"thorn hedge."} +{"id":"H4535","strongs_number":"H4535","system":"hebrew","language":"hebrew","number_value":4535,"lemma":"מַסָּח","transliteration":"maççâch","pronunciation":"mas-sawkh'","derivation":"from H5255 (נָסַח) in the sense of staving off;","strongs_definition":"a cordon, (adverbially) or (as a) military barrier","kjv_definition":"broken down."} +{"id":"H4536","strongs_number":"H4536","system":"hebrew","language":"hebrew","number_value":4536,"lemma":"מִסְחָר","transliteration":"miçchâr","pronunciation":"mis-khawr'","derivation":"from H5503 (סָחַר);","strongs_definition":"trade","kjv_definition":"traffic."} +{"id":"H4537","strongs_number":"H4537","system":"hebrew","language":"hebrew","number_value":4537,"lemma":"מָסַךְ","transliteration":"mâçak","pronunciation":"maw-sak'","derivation":"a primitive root;","strongs_definition":"to mix, especially wine (with spices)","kjv_definition":"mingle."} +{"id":"H4538","strongs_number":"H4538","system":"hebrew","language":"hebrew","number_value":4538,"lemma":"מֶסֶךְ","transliteration":"meçek","pronunciation":"meh'-sek","derivation":"from H4537 (מָסַךְ);","strongs_definition":"a mixture, i.e. of wine with spices","kjv_definition":"mixture."} +{"id":"H4539","strongs_number":"H4539","system":"hebrew","language":"hebrew","number_value":4539,"lemma":"מָסָךְ","transliteration":"mâçâk","pronunciation":"maw-sawk'","derivation":"from H5526 (סָכַךְ);","strongs_definition":"a cover, i.e. veil","kjv_definition":"covering, curtain, hanging."} +{"id":"H4540","strongs_number":"H4540","system":"hebrew","language":"hebrew","number_value":4540,"lemma":"מְסֻכָּה","transliteration":"mᵉçukkâh","pronunciation":"mes-ook-kaw'","derivation":"from H5526 (סָכַךְ);","strongs_definition":"a covering, i.e. garniture","kjv_definition":"covering."} +{"id":"H4541","strongs_number":"H4541","system":"hebrew","language":"hebrew","number_value":4541,"lemma":"מַסֵּכָה","transliteration":"maççêkâh","pronunciation":"mas-say-kaw'","derivation":"from H5258 (נָסַךְ);","strongs_definition":"properly, a pouring over, i.e. fusion of metal (especially a cast image); by implication, a libation, i.e. league; concretely a coverlet (as if poured out)","kjv_definition":"covering, molten (image), vail."} +{"id":"H4542","strongs_number":"H4542","system":"hebrew","language":"hebrew","number_value":4542,"lemma":"מִסְכֵּן","transliteration":"miçkên","pronunciation":"mis-kane'","derivation":"from H5531 (סִכְלוּת);","strongs_definition":"indigent","kjv_definition":"poor (man)."} +{"id":"H4543","strongs_number":"H4543","system":"hebrew","language":"hebrew","number_value":4543,"lemma":"מִסְכְּנָה","transliteration":"miçkᵉnâh","pronunciation":"mis-ken-aw'","derivation":"by transp. from H3664 (כָּנַס);","strongs_definition":"a magazine","kjv_definition":"store(-house), treasure."} +{"id":"H4544","strongs_number":"H4544","system":"hebrew","language":"hebrew","number_value":4544,"lemma":"מִסְכֵּנֻת","transliteration":"miçkênuth","pronunciation":"mis-kay-nooth'","derivation":"from H4542 (מִסְכֵּן);","strongs_definition":"indigence","kjv_definition":"scarceness."} +{"id":"H4545","strongs_number":"H4545","system":"hebrew","language":"hebrew","number_value":4545,"lemma":"מַסֶּכֶת","transliteration":"maççeketh","pronunciation":"mas-seh'-keth","derivation":"from H5259 (נָסַךְ) in the sense of spreading out;","strongs_definition":"something expanded, i.e. the warp in aloom (as stretched out to receive the woof)","kjv_definition":"web."} +{"id":"H4546","strongs_number":"H4546","system":"hebrew","language":"hebrew","number_value":4546,"lemma":"מְסִלָּה","transliteration":"mᵉçillâh","pronunciation":"mes-il-law'","derivation":"from H5549 (סָלַל);","strongs_definition":"a thoroughfare (as turnpiked), literally or figuratively; specifically a viaduct, a staircase","kjv_definition":"causeway, course, highway, path, terrace."} +{"id":"H4547","strongs_number":"H4547","system":"hebrew","language":"hebrew","number_value":4547,"lemma":"מַסְלוּל","transliteration":"maçlûwl","pronunciation":"mas-lool'","derivation":"from H5549 (סָלַל);","strongs_definition":"a thoroughfare (as turnpiked)","kjv_definition":"highway."} +{"id":"H4548","strongs_number":"H4548","system":"hebrew","language":"hebrew","number_value":4548,"lemma":"מַסְמֵר","transliteration":"maçmêr","pronunciation":"mas-mare'","derivation":"or מִסְמֵר; also (feminine) מַסְמְרָה; or מִסְמְרָה; or even מַשְׂמְרָה; (Ecclesiastes 12:11), from H5568 (סָמַר);","strongs_definition":"a peg (as bristling from the surface)","kjv_definition":"nail."} +{"id":"H4549","strongs_number":"H4549","system":"hebrew","language":"hebrew","number_value":4549,"lemma":"מָסַס","transliteration":"mâçaç","pronunciation":"maw-sas'","derivation":"a primitive root;","strongs_definition":"to liquefy; figuratively, to waste (with disease), to faint (with fatigue, fear or grief)","kjv_definition":"discourage, faint, be loosed, melt (away), refuse, [idiom] utterly."} +{"id":"H4550","strongs_number":"H4550","system":"hebrew","language":"hebrew","number_value":4550,"lemma":"מַסַּע","transliteration":"maççaʻ","pronunciation":"mas-sah'","derivation":"from H5265 (נָסַע);","strongs_definition":"a departure (from striking the tents), i.e. march (not necessarily a single day's travel); by implication, a station (or point of departure)","kjv_definition":"journey(-ing)."} +{"id":"H4551","strongs_number":"H4551","system":"hebrew","language":"hebrew","number_value":4551,"lemma":"מַסָּע","transliteration":"maççâʻ","pronunciation":"mas-saw'","derivation":"from H5265 (נָסַע) in the sense of projecting;","strongs_definition":"a missile (spear or arrow); also a quarry (whence stones are, as it were, ejected)","kjv_definition":"before it was brought, dart."} +{"id":"H4552","strongs_number":"H4552","system":"hebrew","language":"hebrew","number_value":4552,"lemma":"מִסְעָד","transliteration":"miçʻâd","pronunciation":"mis-awd'","derivation":"' from H5582 (סָעַד);","strongs_definition":"a balustrade (for stairs)","kjv_definition":"pillar."} +{"id":"H4553","strongs_number":"H4553","system":"hebrew","language":"hebrew","number_value":4553,"lemma":"מִסְפֵּד","transliteration":"miçpêd","pronunciation":"mis-pade'","derivation":"from H5594 (סָפַד);","strongs_definition":"a lamentation","kjv_definition":"lamentation, one mourneth, mourning, wailing."} +{"id":"H4554","strongs_number":"H4554","system":"hebrew","language":"hebrew","number_value":4554,"lemma":"מִסְפּוֹא","transliteration":"miçpôwʼ","pronunciation":"mis-po'","derivation":"from an unused root meaning to collect;","strongs_definition":"fodder","kjv_definition":"provender."} +{"id":"H4555","strongs_number":"H4555","system":"hebrew","language":"hebrew","number_value":4555,"lemma":"מִסְפָּחָה","transliteration":"miçpâchâh","pronunciation":"mis-paw-khaw'","derivation":"from H5596 (סָפַח);","strongs_definition":"a veil (as spread out)","kjv_definition":"kerchief."} +{"id":"H4556","strongs_number":"H4556","system":"hebrew","language":"hebrew","number_value":4556,"lemma":"מִסְפַּחַת","transliteration":"miçpachath","pronunciation":"mis-pakh'-ath","derivation":"from H5596 (סָפַח);","strongs_definition":"scruf (as spreading over the surface)","kjv_definition":"scab."} +{"id":"H4557","strongs_number":"H4557","system":"hebrew","language":"hebrew","number_value":4557,"lemma":"מִסְפָּר","transliteration":"miçpâr","pronunciation":"mis-pawr'","derivation":"from H5608 (סָפַר);","strongs_definition":"a number, definite (arithmetical) or indefinite (large, innumerable; small, a few); also (abstractly) narration","kjv_definition":"[phrase] abundance, account, [idiom] all, [idiom] few, (in-) finite, (certain) number(-ed), tale, telling, [phrase] time."} +{"id":"H4558","strongs_number":"H4558","system":"hebrew","language":"hebrew","number_value":4558,"lemma":"מִסְפָּר","transliteration":"Miçpâr","pronunciation":"mis-pawr'","derivation":"the same as H4457 (מֶלְקָח); number;","strongs_definition":"Mispar, an Israelite","kjv_definition":"Mizpar. Compare H4559 (מִסְפֶּרֶת)."} +{"id":"H4559","strongs_number":"H4559","system":"hebrew","language":"hebrew","number_value":4559,"lemma":"מִסְפֶּרֶת","transliteration":"Miçpereth","pronunciation":"mis-peh'-reth","derivation":"feminine of H4437 (מַלְכוּ); enumeration;","strongs_definition":"Mispereth, an Israelite","kjv_definition":"Mispereth. Compare H4458 (מֶלְתָּחָה)."} +{"id":"H4560","strongs_number":"H4560","system":"hebrew","language":"hebrew","number_value":4560,"lemma":"מָסַר","transliteration":"mâçar","pronunciation":"maw-sar'","derivation":"a primitive root;","strongs_definition":"to sunder, i.e. (transitively) set apart, or (reflex.) apostatize","kjv_definition":"commit, deliver."} +{"id":"H4561","strongs_number":"H4561","system":"hebrew","language":"hebrew","number_value":4561,"lemma":"מֹסָר","transliteration":"môçâr","pronunciation":"mo-sawr'","derivation":"from H3256 (יָסַר);","strongs_definition":"admonition","kjv_definition":"instruction."} +{"id":"H4562","strongs_number":"H4562","system":"hebrew","language":"hebrew","number_value":4562,"lemma":"מָסֹרֶת","transliteration":"mâçôreth","pronunciation":"maw-so'-reth","derivation":"from H631 (אָסַר);","strongs_definition":"a band","kjv_definition":"bond."} +{"id":"H4563","strongs_number":"H4563","system":"hebrew","language":"hebrew","number_value":4563,"lemma":"מִסְתּוֹר","transliteration":"miçtôwr","pronunciation":"mis-tore'","derivation":"from H5641 (סָתַר);","strongs_definition":"a refuge","kjv_definition":"covert."} +{"id":"H4564","strongs_number":"H4564","system":"hebrew","language":"hebrew","number_value":4564,"lemma":"מַסְתֵּר","transliteration":"maçtêr","pronunciation":"mas-tare'","derivation":"from H5641 (סָתַר);","strongs_definition":"properly, a hider, i.e. (abstractly) a hiding, i.e. aversion","kjv_definition":"hid."} +{"id":"H4565","strongs_number":"H4565","system":"hebrew","language":"hebrew","number_value":4565,"lemma":"מִסְתָּר","transliteration":"miçtâr","pronunciation":"mis-tawr'","derivation":"from H5641 (סָתַר);","strongs_definition":"properly, a concealer, i.e. a covert","kjv_definition":"secret(-ly, place)."} +{"id":"H4566","strongs_number":"H4566","system":"hebrew","language":"hebrew","number_value":4566,"lemma":"מַעְבָּד","transliteration":"maʻbâd","pronunciation":"mah-bawd'","derivation":"from H5647 (עָבַד);","strongs_definition":"an act","kjv_definition":"work."} +{"id":"H4567","strongs_number":"H4567","system":"hebrew","language":"hebrew","number_value":4567,"lemma":"מַעְבָד","transliteration":"maʻbâd","pronunciation":"mah-bawd'","derivation":"(Aramaic) corresponding to H4566 (מַעְבָּד);","strongs_definition":"an act","kjv_definition":"work."} +{"id":"H4568","strongs_number":"H4568","system":"hebrew","language":"hebrew","number_value":4568,"lemma":"מַעֲבֶה","transliteration":"maʻăbeh","pronunciation":"mah-ab-eh'","derivation":"from H5666 (עָבָה);","strongs_definition":"properly, compact (part of soil), i.e. loam","kjv_definition":"clay."} +{"id":"H4569","strongs_number":"H4569","system":"hebrew","language":"hebrew","number_value":4569,"lemma":"מַעֲבָר","transliteration":"maʻăbâr","pronunciation":"mah-ab-awr'","derivation":"or feminine מַעֲבָרָה; from H5674 (עָבַר);","strongs_definition":"a crossing-place (of a river, a ford; of a mountain, a pass); abstractly, a transit, i.e. (figuratively) overwhelming","kjv_definition":"ford, place where...pass, passage."} +{"id":"H4570","strongs_number":"H4570","system":"hebrew","language":"hebrew","number_value":4570,"lemma":"מַעְגָּל","transliteration":"maʻgâl","pronunciation":"mah-gawl'","derivation":"or feminine מַעְגָּלָה; from the same as H5696 (עָגֹל);","strongs_definition":"a track (literally or figuratively); also a rampart (as circular)","kjv_definition":"going, path, trench, way(-side)."} +{"id":"H4571","strongs_number":"H4571","system":"hebrew","language":"hebrew","number_value":4571,"lemma":"מָעַד","transliteration":"mâʻad","pronunciation":"maw-ad'","derivation":"a primitive root;","strongs_definition":"to waver","kjv_definition":"make to shake, slide, slip."} +{"id":"H4572","strongs_number":"H4572","system":"hebrew","language":"hebrew","number_value":4572,"lemma":"מַעֲדַי","transliteration":"Maʻăday","pronunciation":"mah-ad-ah'-ee","derivation":"from H5710 (עָדָה); ornamental;","strongs_definition":"Maadai, an Israelite","kjv_definition":"Maadai."} +{"id":"H4573","strongs_number":"H4573","system":"hebrew","language":"hebrew","number_value":4573,"lemma":"מַעֲדְיָה","transliteration":"Maʻădyâh","pronunciation":"mah-ad-yaw'","derivation":"from H5710 (עָדָה) and H3050 (יָהּ); ornament of Jah;","strongs_definition":"Maadjah, an Israelite","kjv_definition":"Maadiah. Compare H4153 (מוֹעַדְיָה)."} +{"id":"H4574","strongs_number":"H4574","system":"hebrew","language":"hebrew","number_value":4574,"lemma":"מַעֲדָן","transliteration":"maʻădân","pronunciation":"mah-ad-awn'","derivation":"or (feminine) מַעֲדַנָּה; from H5727 (עָדַן);","strongs_definition":"a delicacy or (abstractly) pleasure (adverbially, cheerfully)","kjv_definition":"dainty, delicately, delight."} +{"id":"H4575","strongs_number":"H4575","system":"hebrew","language":"hebrew","number_value":4575,"lemma":"מַעֲדַנָּה","transliteration":"maʻădannâh","pronunciation":"mah-ad-an-naw'","derivation":"by transitive from H6029 (עָנַד);","strongs_definition":"a bond, i.e. group","kjv_definition":"influence."} +{"id":"H4576","strongs_number":"H4576","system":"hebrew","language":"hebrew","number_value":4576,"lemma":"מַעְדֵּר","transliteration":"maʻdêr","pronunciation":"mah-dare'","derivation":"from H5737 (עֲדַר);","strongs_definition":"a (weeding) hoe","kjv_definition":"mattock."} +{"id":"H4577","strongs_number":"H4577","system":"hebrew","language":"hebrew","number_value":4577,"lemma":"מְעָה","transliteration":"mᵉʻâh","pronunciation":"meh-aw'","derivation":"(Aramaic) or מְעָא; (Aramaic), corresponding to H4578 (מֵעֶה)xlit mêʻâh corrected to mêʻeh;","strongs_definition":"only in plural the bowels","kjv_definition":"belly."} +{"id":"H4578","strongs_number":"H4578","system":"hebrew","language":"hebrew","number_value":4578,"lemma":"מֵעֶה","transliteration":"mêʻeh","pronunciation":"may-aw'","derivation":"from an unused root probably meaning to be soft;","strongs_definition":"used only in plural the intestines, or (collectively) the abdomen, figuratively, sympathy; by implication, a vest; by extension the stomach, the uterus (or of men, the seat of generation), the heart (figuratively)","kjv_definition":"belly, bowels, [idiom] heart, womb."} +{"id":"H4579","strongs_number":"H4579","system":"hebrew","language":"hebrew","number_value":4579,"lemma":"מֵעָה","transliteration":"mêʻâh","pronunciation":"may-aw'","derivation":"feminine of H4578 (מֵעֶה)xlit mêʻâh corrected to mêʻeh;","strongs_definition":"the belly, i.e. (figuratively) interior","kjv_definition":"gravel."} +{"id":"H4580","strongs_number":"H4580","system":"hebrew","language":"hebrew","number_value":4580,"lemma":"מָעוֹג","transliteration":"mâʻôwg","pronunciation":"maw-ogue'","derivation":"from H5746 (עוּג); also with H3934 (לָעֵג) a table-buffoon, i.e.","strongs_definition":"a cake of bread; parasite","kjv_definition":"cake, feast."} +{"id":"H4581","strongs_number":"H4581","system":"hebrew","language":"hebrew","number_value":4581,"lemma":"מָעוֹז","transliteration":"mâʻôwz","pronunciation":"maw-oze'","derivation":"(also מָעוּז ); or מָעֹז (also מָעֻז; from H5810 (עָזַז);","strongs_definition":"a fortified place; figuratively, a defence","kjv_definition":"force, fort(-ress), rock, strength(-en), ([idiom] most) strong (hold)."} +{"id":"H4582","strongs_number":"H4582","system":"hebrew","language":"hebrew","number_value":4582,"lemma":"מָעוֹךְ","transliteration":"Mâʻôwk","pronunciation":"maw-oke'","derivation":"from H4600 (מָעַךְ); oppressed;","strongs_definition":"Maok, a Philistine","kjv_definition":"Maoch."} +{"id":"H4583","strongs_number":"H4583","system":"hebrew","language":"hebrew","number_value":4583,"lemma":"מָעוֹן","transliteration":"mâʻôwn","pronunciation":"maw-ohn'","derivation":"or מָעִין; (1 Chronicles 4:41), from the same as H5772 (עוֹנָה);","strongs_definition":"an abode, of God (the Tabernacle or the Temple), men (their home) or animals (their lair); hence, a retreat (asylum)","kjv_definition":"den, dwelling((-) place), habitation."} +{"id":"H4584","strongs_number":"H4584","system":"hebrew","language":"hebrew","number_value":4584,"lemma":"מָעוֹן","transliteration":"Mâʻôwn","pronunciation":"maw-ohn'","derivation":"the same as H4583 (מָעוֹן); a residence;","strongs_definition":"Maon, the name of an Israelite and of a place in Palestine","kjv_definition":"Maon, Maonites. Compare H1010 (בֵּית בַּעַל מְעוֹן), H4586 (מְעוּנִי)lemma מְעוּנָי third vowel, corrected to מְעוּנִי."} +{"id":"H4585","strongs_number":"H4585","system":"hebrew","language":"hebrew","number_value":4585,"lemma":"מְעוֹנָה","transliteration":"mᵉʻôwnâh","pronunciation":"meh-o-naw'","derivation":"or מְעֹנָה; feminine of H4583 (מָעוֹן), and meaning the same","strongs_definition":"{an abode, of God (the Tabernacle or the Temple), men (their home) or animals (their lair); hence, a retreat (asylum)}","kjv_definition":"den, habitation, (dwelling) place, refuge."} +{"id":"H4586","strongs_number":"H4586","system":"hebrew","language":"hebrew","number_value":4586,"lemma":"מְעוּנִי","transliteration":"Mᵉʻûwnîy","pronunciation":"meh-oo-nee'","derivation":"or מְעִינִי; probably patrial from H4584 (מָעוֹן);","strongs_definition":"a Meunite, or inhabitant of Maon (only in plural)","kjv_definition":"Mehunim(-s), Meunim."} +{"id":"H4587","strongs_number":"H4587","system":"hebrew","language":"hebrew","number_value":4587,"lemma":"מְעוֹנֹתַי","transliteration":"Mᵉʻôwnôthay","pronunciation":"meh-o-no-thah'-ee","derivation":"plural of H4585 (מְעוֹנָה); habitative;","strongs_definition":"Meonothai, an Israelite","kjv_definition":"Meonothai."} +{"id":"H4588","strongs_number":"H4588","system":"hebrew","language":"hebrew","number_value":4588,"lemma":"מָעוּף","transliteration":"mâʻûwph","pronunciation":"maw-off'","derivation":"from H5774 (עוּף) in the sense of covering with shade (compare H4155 (מוּעָף));","strongs_definition":"darkness","kjv_definition":"dimness."} +{"id":"H4589","strongs_number":"H4589","system":"hebrew","language":"hebrew","number_value":4589,"lemma":"מָעוֹר","transliteration":"mâʻôwr","pronunciation":"maw-ore'","derivation":"from H5783 (עוּר);","strongs_definition":"nakedness, i.e. (in plural) the pudenda","kjv_definition":"nakedness."} +{"id":"H4590","strongs_number":"H4590","system":"hebrew","language":"hebrew","number_value":4590,"lemma":"מַעַזְיָה","transliteration":"Maʻazyâh","pronunciation":"mah-az-yaw'","derivation":"or מַעַזְיָהוּ; probably from H5756 (עוּז) (in the sense of protection) and H3050 (יָהּ); rescue of Jah;","strongs_definition":"Maazjah, the name of two Israelites","kjv_definition":"Maaziah."} +{"id":"H4591","strongs_number":"H4591","system":"hebrew","language":"hebrew","number_value":4591,"lemma":"מָעַט","transliteration":"mâʻaṭ","pronunciation":"maw-at'","derivation":"a primitive root;","strongs_definition":"properly, to pare off, i.e. lessen; intransitively, to be (or causatively, to make) small or few (or figuratively, ineffective)","kjv_definition":"suffer to decrease, diminish, (be, [idiom] borrow a, give, make) few (in number, -ness), gather least (little), be (seem) little, ([idiom] give the) less, be minished, bring to nothing."} +{"id":"H4592","strongs_number":"H4592","system":"hebrew","language":"hebrew","number_value":4592,"lemma":"מְעַט","transliteration":"mᵉʻaṭ","pronunciation":"meh-at'","derivation":"or מְעָט; from H4591 (מָעַט);","strongs_definition":"a little or few (often adverbial or compar.)","kjv_definition":"almost (some, very) few(-er, -est), lightly, little (while), (very) small (matter, thing), some, soon, [idiom] very."} +{"id":"H4593","strongs_number":"H4593","system":"hebrew","language":"hebrew","number_value":4593,"lemma":"מָעֹט","transliteration":"mâʻôṭ","pronunciation":"maw-ote'","derivation":"passive adjective of H4591 (מָעַט);","strongs_definition":"thinned (as to the edge), i.e. sharp","kjv_definition":"wrapped up."} +{"id":"H4594","strongs_number":"H4594","system":"hebrew","language":"hebrew","number_value":4594,"lemma":"מַעֲטֶה","transliteration":"maʻăṭeh","pronunciation":"mah-at-eh'","derivation":"from H5844 (עָטָה);","strongs_definition":"a vestment","kjv_definition":"garment."} +{"id":"H4595","strongs_number":"H4595","system":"hebrew","language":"hebrew","number_value":4595,"lemma":"מַעֲטָפָה","transliteration":"maʻăṭâphâh","pronunciation":"mah-at-aw-faw'","derivation":"from H5848 (עָטַף);","strongs_definition":"a cloak","kjv_definition":"mantle."} +{"id":"H4596","strongs_number":"H4596","system":"hebrew","language":"hebrew","number_value":4596,"lemma":"מְעִי","transliteration":"mᵉʻîy","pronunciation":"meh-ee'","derivation":"from H5753 (עָוָה); (compare H5856 (עִי))","strongs_definition":"a pile of rubbish (as contorted), i.e. a ruin","kjv_definition":"heap."} +{"id":"H4597","strongs_number":"H4597","system":"hebrew","language":"hebrew","number_value":4597,"lemma":"מָעַי","transliteration":"Mâʻay","pronunciation":"maw-ah'-ee","derivation":"probably from H4578 (מֵעֶה)xlit mêʻâh corrected to mêʻeh; sympathetic;","strongs_definition":"Maai, an Israelite","kjv_definition":"Maai."} +{"id":"H4598","strongs_number":"H4598","system":"hebrew","language":"hebrew","number_value":4598,"lemma":"מְעִיל","transliteration":"mᵉʻîyl","pronunciation":"meh-eel'","derivation":"from H4603 (מָעַל) in the sense of covering;","strongs_definition":"a robe (i.e. upper and outer garment)","kjv_definition":"cloke, coat, mantle, robe."} +{"id":"H4599","strongs_number":"H4599","system":"hebrew","language":"hebrew","number_value":4599,"lemma":"מַעְיָן","transliteration":"maʻyân","pronunciation":"mah-yawn'","derivation":"or מַעְיְנוֹ; (Psalm 114:8), or (feminine) מַעְיָנָה; from H5869 (עַיִן) (as a denominative in the sense of a spring);","strongs_definition":"a fountain (also collectively), figuratively, a source (of satisfaction)","kjv_definition":"fountain, spring, well."} +{"id":"H4600","strongs_number":"H4600","system":"hebrew","language":"hebrew","number_value":4600,"lemma":"מָעַךְ","transliteration":"mâʻak","pronunciation":"maw-ak'","derivation":"a primitive root;","strongs_definition":"to press, i.e. to pierce, emasculate, handle","kjv_definition":"bruised, stuck, be pressed."} +{"id":"H4601","strongs_number":"H4601","system":"hebrew","language":"hebrew","number_value":4601,"lemma":"מַעֲכָה","transliteration":"Maʻăkâh","pronunciation":"mah-ak-aw'","derivation":"or מַעֲכָת; (Joshua 13:13), from H4600 (מָעַךְ); depression;","strongs_definition":"Maakah (or Maakath), the name of a place in Syria, also of a Mesopotamian, of three Israelites, and of four Israelitesses and one Syrian woman","kjv_definition":"Maachah, Maachathites. See also H1038 (בֵּית מַעֲכָה)."} +{"id":"H4602","strongs_number":"H4602","system":"hebrew","language":"hebrew","number_value":4602,"lemma":"מַעֲכָתִי","transliteration":"Maʻăkâthîy","pronunciation":"mah-ak-aw-thee'","derivation":"patrial from H4601 (מַעֲכָה);","strongs_definition":"a Maakathite, or inhabitant of Maakah","kjv_definition":"Maachathite."} +{"id":"H4603","strongs_number":"H4603","system":"hebrew","language":"hebrew","number_value":4603,"lemma":"מָעַל","transliteration":"mâʻal","pronunciation":"maw-al'","derivation":"a primitive root;","strongs_definition":"properly, to cover up; used only figuratively, to act covertly, i.e. treacherously","kjv_definition":"transgress, (commit, do a) trespass(-ing)."} +{"id":"H4604","strongs_number":"H4604","system":"hebrew","language":"hebrew","number_value":4604,"lemma":"מַעַל","transliteration":"maʻal","pronunciation":"mah'-al","derivation":"from H4603 (מָעַל);","strongs_definition":"treachery, i.e. sin","kjv_definition":"falsehood, grievously, sore, transgression, trespass, [idiom] very."} +{"id":"H4605","strongs_number":"H4605","system":"hebrew","language":"hebrew","number_value":4605,"lemma":"מַעַל","transliteration":"maʻal","pronunciation":"mah'al","derivation":"from H5927 (עָלָה);","strongs_definition":"properly, the upper part, used only adverbially with prefix upward, above, overhead, from the top, etc.","kjv_definition":"above, exceeding(-ly), forward, on ([idiom] very) high, over, up(-on, -ward), very."} +{"id":"H4606","strongs_number":"H4606","system":"hebrew","language":"hebrew","number_value":4606,"lemma":"מֵעָל","transliteration":"mêʻâl","pronunciation":"may-awl'","derivation":"(Aramaic) from H5954 (עֲלַל);","strongs_definition":"(only in plural as singular) the setting (of the sun)","kjv_definition":"going down."} +{"id":"H4607","strongs_number":"H4607","system":"hebrew","language":"hebrew","number_value":4607,"lemma":"מֹעַל","transliteration":"môʻal","pronunciation":"mo'-al","derivation":"from H5927 (עָלָה);","strongs_definition":"a raising (of the hands)","kjv_definition":"lifting up."} +{"id":"H4608","strongs_number":"H4608","system":"hebrew","language":"hebrew","number_value":4608,"lemma":"מַעֲלֶה","transliteration":"maʻăleh","pronunciation":"mah-al-eh'","derivation":"from H5927 (עָלָה);","strongs_definition":"an elevation, i.e. (concretely) acclivity or platform; abstractly (the relation or state) a rise or (figuratively) priority","kjv_definition":"ascent, before, chiefest, cliff, that goeth up, going up, hill, mounting up, stairs."} +{"id":"H4609","strongs_number":"H4609","system":"hebrew","language":"hebrew","number_value":4609,"lemma":"מַעֲלָה","transliteration":"maʻălâh","pronunciation":"mah-al-aw'","derivation":"feminine of H4608 (מַעֲלֶה);","strongs_definition":"elevation, i.e. the act (literally, a journey to a higher place, figuratively, a thought arising), or (concretely) the condition (literally, a step or grademark, figuratively, a superiority of station); specifically a climactic progression (in certain Psalms)","kjv_definition":"things that come up, (high) degree, deal, go up, stair, step, story."} +{"id":"H4610","strongs_number":"H4610","system":"hebrew","language":"hebrew","number_value":4610,"lemma":"מַעֲלֵה עַקְרַבִּים","transliteration":"Maʻălêh ʻAqrabbîym","pronunciation":"mah-al-ay' ak-rabbeem'","derivation":"from H4608 (מַעֲלֶה) and (the plural of) H6137 (עַקְרָב);","strongs_definition":"Steep of Scorpions, a place in the Desert","kjv_definition":"Maaleh-accrabim, the ascent (going up) of Akrabbim."} +{"id":"H4611","strongs_number":"H4611","system":"hebrew","language":"hebrew","number_value":4611,"lemma":"מַעֲלָל","transliteration":"maʻălâl","pronunciation":"mah-al-awl'","derivation":"from H5953 (עָלַל);","strongs_definition":"an act (good or bad)","kjv_definition":"doing, endeavour, invention, work."} +{"id":"H4612","strongs_number":"H4612","system":"hebrew","language":"hebrew","number_value":4612,"lemma":"מַעֲמָד","transliteration":"maʻămâd","pronunciation":"mah-am-awd'","derivation":"from H5975 (עָמַד);","strongs_definition":"(figuratively) a position","kjv_definition":"attendance, office, place, state."} +{"id":"H4613","strongs_number":"H4613","system":"hebrew","language":"hebrew","number_value":4613,"lemma":"מׇעֳמָד","transliteration":"moʻŏmâd","pronunciation":"moh-om-awd'","derivation":"from H5975 (עָמַד);","strongs_definition":"literally a foothold","kjv_definition":"standing."} +{"id":"H4614","strongs_number":"H4614","system":"hebrew","language":"hebrew","number_value":4614,"lemma":"מַעֲמָסָה","transliteration":"maʻămâçâh","pronunciation":"mah-am-aw-saw'","derivation":"from H6006 (עָמַס);","strongs_definition":"burdensomeness","kjv_definition":"burdensome."} +{"id":"H4615","strongs_number":"H4615","system":"hebrew","language":"hebrew","number_value":4615,"lemma":"מַעֲמָק","transliteration":"maʻămâq","pronunciation":"mah-am-awk'","derivation":"from H6009 (עָמַק);","strongs_definition":"a deep","kjv_definition":"deep, depth."} +{"id":"H4616","strongs_number":"H4616","system":"hebrew","language":"hebrew","number_value":4616,"lemma":"מַעַן","transliteration":"maʻan","pronunciation":"mah'-an","derivation":"from H6030 (עָנָה);","strongs_definition":"properly, heed, i.e. purpose; used only adverbially, on account of (as a motive or an aim), teleologically, in order that","kjv_definition":"because of, to the end (intent) that, for (to,... 's sake), [phrase] lest, that, to."} +{"id":"H4617","strongs_number":"H4617","system":"hebrew","language":"hebrew","number_value":4617,"lemma":"מַעֲנֶה","transliteration":"maʻăneh","pronunciation":"mah-an-eh'","derivation":"from H6030 (עָנָה);","strongs_definition":"a reply (favorable or contradictory)","kjv_definition":"answer, [idiom] himself."} +{"id":"H4618","strongs_number":"H4618","system":"hebrew","language":"hebrew","number_value":4618,"lemma":"מַעֲנָה","transliteration":"maʻănâh","pronunciation":"mah-an-aw'","derivation":"from H6031 (עָנָה), in the sense of depression or tilling;","strongs_definition":"a furrow","kjv_definition":"[phrase] acre, furrow."} +{"id":"H4619","strongs_number":"H4619","system":"hebrew","language":"hebrew","number_value":4619,"lemma":"מַעַץ","transliteration":"Maʻats","pronunciation":"mah'-ats","derivation":"from H6095 (עָצָה); closure;","strongs_definition":"Maats, an Israelite","kjv_definition":"Maaz."} +{"id":"H4620","strongs_number":"H4620","system":"hebrew","language":"hebrew","number_value":4620,"lemma":"מַעֲצֵבָה","transliteration":"maʻătsêbâh","pronunciation":"mah-ats-ay-baw'","derivation":"from H6087 (עָצַב);","strongs_definition":"anguish","kjv_definition":"sorrow."} +{"id":"H4621","strongs_number":"H4621","system":"hebrew","language":"hebrew","number_value":4621,"lemma":"מַעֲצָד","transliteration":"maʻătsâd","pronunciation":"mah-ats-awd'","derivation":"from an unused root meaning to hew;","strongs_definition":"an axe","kjv_definition":"ax, tongs."} +{"id":"H4622","strongs_number":"H4622","system":"hebrew","language":"hebrew","number_value":4622,"lemma":"מַעְצוֹר","transliteration":"maʻtsôwr","pronunciation":"mah-tsore'","derivation":"from H6113 (עָצָר);","strongs_definition":"objectively, a hindrance","kjv_definition":"restraint."} +{"id":"H4623","strongs_number":"H4623","system":"hebrew","language":"hebrew","number_value":4623,"lemma":"מַעְצָר","transliteration":"maʻtsâr","pronunciation":"mah-tsawr'","derivation":"from H6113 (עָצָר);","strongs_definition":"subjectively, control","kjv_definition":"rule."} +{"id":"H4624","strongs_number":"H4624","system":"hebrew","language":"hebrew","number_value":4624,"lemma":"מַעֲקֶה","transliteration":"maʻăqeh","pronunciation":"mah-ak-eh'","derivation":"from an unused root meaning to repress;","strongs_definition":"a parapet","kjv_definition":"battlement."} +{"id":"H4625","strongs_number":"H4625","system":"hebrew","language":"hebrew","number_value":4625,"lemma":"מַעֲקָשׁ","transliteration":"maʻăqâsh","pronunciation":"mah-ak-awsh'","derivation":"from H6140 (עָקַשׁ);","strongs_definition":"a crook (in a road)","kjv_definition":"crooked thing."} +{"id":"H4626","strongs_number":"H4626","system":"hebrew","language":"hebrew","number_value":4626,"lemma":"מַעַר","transliteration":"maʻar","pronunciation":"mah'-ar","derivation":"from H6168 (עָרָה);","strongs_definition":"a nude place, i.e. (literally) the pudenda, or (figuratively) a vacant space","kjv_definition":"nakedness, proportion."} +{"id":"H4627","strongs_number":"H4627","system":"hebrew","language":"hebrew","number_value":4627,"lemma":"מַעֲרָב","transliteration":"maʻărâb","pronunciation":"mah-ar-awb'","derivation":"from H6148 (עָרַב), in the sense of trading;","strongs_definition":"traffic; by implication, mercantile goods","kjv_definition":"market, merchandise."} +{"id":"H4628","strongs_number":"H4628","system":"hebrew","language":"hebrew","number_value":4628,"lemma":"מַעֲרָב","transliteration":"maʻărâb","pronunciation":"mah-ar-awb'","derivation":"or (feminine) מַעֲרָבָה; from H6150 (עָרַב), in the sense of shading;","strongs_definition":"the west (as a region of the evening sun)","kjv_definition":"west."} +{"id":"H4629","strongs_number":"H4629","system":"hebrew","language":"hebrew","number_value":4629,"lemma":"מַעֲרֶה","transliteration":"maʻăreh","pronunciation":"mah-ar-eh'","derivation":"from H6168 (עָרָה);","strongs_definition":"a nude place, i.e. a common","kjv_definition":"meadows."} +{"id":"H4630","strongs_number":"H4630","system":"hebrew","language":"hebrew","number_value":4630,"lemma":"מַעֲרָה","transliteration":"maʻărâh","pronunciation":"mah-ar-aw'","derivation":"feminine of H4629 (מַעֲרֶה);","strongs_definition":"an open spot","kjv_definition":"army (from the margin)."} +{"id":"H4631","strongs_number":"H4631","system":"hebrew","language":"hebrew","number_value":4631,"lemma":"מְעָרָה","transliteration":"mᵉʻârâh","pronunciation":"meh-aw-raw'","derivation":"from H5783 (עוּר);","strongs_definition":"a cavern (as dark)","kjv_definition":"cave, den, hole."} +{"id":"H4632","strongs_number":"H4632","system":"hebrew","language":"hebrew","number_value":4632,"lemma":"מְעָרָה","transliteration":"Mᵉʻârâh","pronunciation":"meh-aw-raw'","derivation":"the same as H4631 (מְעָרָה); cave;","strongs_definition":"Mearah, a place in Palestine","kjv_definition":"Mearah."} +{"id":"H4633","strongs_number":"H4633","system":"hebrew","language":"hebrew","number_value":4633,"lemma":"מַעֲרָךְ","transliteration":"maʻărâk","pronunciation":"mah-ar-awk'","derivation":"from H6186 (עָרַךְ);","strongs_definition":"an arrangement, i.e. (figuratively) mental disposition","kjv_definition":"preparation."} +{"id":"H4634","strongs_number":"H4634","system":"hebrew","language":"hebrew","number_value":4634,"lemma":"מַעֲרָכָה","transliteration":"maʻărâkâh","pronunciation":"mah-ar-aw-kaw'","derivation":"feminine of H4633 (מַעֲרָךְ);","strongs_definition":"an arrangement; concretely, a pile; specifically a military array","kjv_definition":"army, fight, be set in order, ordered place, rank, row."} +{"id":"H4635","strongs_number":"H4635","system":"hebrew","language":"hebrew","number_value":4635,"lemma":"מַעֲרֶכֶת","transliteration":"maʻăreketh","pronunciation":"mah-ar-eh'-keth","derivation":"from H6186 (עָרַךְ);","strongs_definition":"an arrangement, i.e. (concretely) a pile (of loaves)","kjv_definition":"row, shewbread."} +{"id":"H4636","strongs_number":"H4636","system":"hebrew","language":"hebrew","number_value":4636,"lemma":"מַעֲרֹם","transliteration":"maʻărôm","pronunciation":"mah-ar-ome'","derivation":"from H6191 (עָרַם), in the sense of stripping;","strongs_definition":"bare","kjv_definition":"naked."} +{"id":"H4637","strongs_number":"H4637","system":"hebrew","language":"hebrew","number_value":4637,"lemma":"מַעֲרָצָה","transliteration":"maʻărâtsâh","pronunciation":"mah-ar-aw-tsaw'","derivation":"from H6206 (עָרַץ);","strongs_definition":"violence","kjv_definition":"terror."} +{"id":"H4638","strongs_number":"H4638","system":"hebrew","language":"hebrew","number_value":4638,"lemma":"מַעֲרָת","transliteration":"Maʻărâth","pronunciation":"mah-ar-awth'","derivation":"a form of H4630 (מַעֲרָה); waste;","strongs_definition":"Maarath, a place in Palestine","kjv_definition":"Maarath."} +{"id":"H4639","strongs_number":"H4639","system":"hebrew","language":"hebrew","number_value":4639,"lemma":"מַעֲשֶׂה","transliteration":"maʻăseh","pronunciation":"mah-as-eh'","derivation":"from H6213 (עָשָׂה);","strongs_definition":"an action (good or bad); generally, a transaction; abstractly, activity; by implication, a product (specifically, a poem) or (generally) property","kjv_definition":"act, art, [phrase] bakemeat, business, deed, do(-ing), labor, thing made, ware of making, occupation, thing offered, operation, possession, [idiom] well, (handy-, needle-, net-) work(ing, -manship), wrought."} +{"id":"H4640","strongs_number":"H4640","system":"hebrew","language":"hebrew","number_value":4640,"lemma":"מַעֲשַׂי","transliteration":"Maʻăsay","pronunciation":"mah-as-ah'ee","derivation":"from H6213 (עָשָׂה); operative;","strongs_definition":"Maasai, an Israelite","kjv_definition":"Maasiai."} +{"id":"H4641","strongs_number":"H4641","system":"hebrew","language":"hebrew","number_value":4641,"lemma":"מַעֲשֵׂיָה","transliteration":"Maʻăsêyâh","pronunciation":"mah-as-ay-yaw'","derivation":"or מַעֲשֵׂיָהוּ; from H4639 (מַעֲשֶׂה) and H3050 (יָהּ); work of Jah;","strongs_definition":"Maasejah, the name of sixteen Israelites","kjv_definition":"Maaseiah."} +{"id":"H4642","strongs_number":"H4642","system":"hebrew","language":"hebrew","number_value":4642,"lemma":"מַעֲשַׁקָּה","transliteration":"maʻăshaqqâh","pronunciation":"mah-ash-ak-kaw'","derivation":"from H6231 (עָשַׁק);","strongs_definition":"oppression","kjv_definition":"oppression, [idiom] oppressor."} +{"id":"H4643","strongs_number":"H4643","system":"hebrew","language":"hebrew","number_value":4643,"lemma":"מַעֲשֵׂר","transliteration":"maʻăsêr","pronunciation":"mah-as-ayr'","derivation":"or מַעֲשַׂר; and (in plural) feminine מַעַשְׂרָה; from H6240 (עָשָׂר);","strongs_definition":"a tenth; especially a tithe","kjv_definition":"tenth (part), tithe(-ing)."} +{"id":"H4644","strongs_number":"H4644","system":"hebrew","language":"hebrew","number_value":4644,"lemma":"מֹף","transliteration":"Môph","pronunciation":"mofe","derivation":"of Egyptian origin;","strongs_definition":"Moph, the capital of Lower Egypt","kjv_definition":"Memphis. Compare H5297 (נֹף)."} +{"id":"H4645","strongs_number":"H4645","system":"hebrew","language":"hebrew","number_value":4645,"lemma":"מִפְגָּע","transliteration":"miphgâʻ","pronunciation":"mif-gaw'","derivation":"from H6293 (פָּגַע);","strongs_definition":"an object of attack","kjv_definition":"mark."} +{"id":"H4646","strongs_number":"H4646","system":"hebrew","language":"hebrew","number_value":4646,"lemma":"מַפָּח","transliteration":"mappâch","pronunciation":"map-pawkh'","derivation":"from H5301 (נָפַח);","strongs_definition":"a breathing out (of life), i.e. expiring","kjv_definition":"giving up."} +{"id":"H4647","strongs_number":"H4647","system":"hebrew","language":"hebrew","number_value":4647,"lemma":"מַפֻּחַ","transliteration":"mappuach","pronunciation":"map-poo'-akh","derivation":"from H5301 (נָפַח);","strongs_definition":"the bellows (i.e. blower) of aforge","kjv_definition":"bellows."} +{"id":"H4648","strongs_number":"H4648","system":"hebrew","language":"hebrew","number_value":4648,"lemma":"מְפִיבֹשֶׁת","transliteration":"Mᵉphîybôsheth","pronunciation":"mef-ee-bo'-sheth","derivation":"or מְפִבֹשֶׁת; probably from H6284 (פָּאָה) and H1322 (בֹּשֶׁת); dispeller of shame (i.e. of Baal);","strongs_definition":"Mephibosheth, the name of two Israelites","kjv_definition":"Mephibosheth."} +{"id":"H4649","strongs_number":"H4649","system":"hebrew","language":"hebrew","number_value":4649,"lemma":"מֻפִּים","transliteration":"Muppîym","pronunciation":"moop-peem'","derivation":"a plural apparently from H5130 (נוּף); wavings;","strongs_definition":"Muppim, an Israelite","kjv_definition":"Muppim. Compare H8206 (שֻׁפִּים)."} +{"id":"H4650","strongs_number":"H4650","system":"hebrew","language":"hebrew","number_value":4650,"lemma":"מֵפִיץ","transliteration":"mêphîyts","pronunciation":"may-feets'","derivation":"from H6327 (פּוּץ);","strongs_definition":"a breaker, i.e. mallet","kjv_definition":"maul."} +{"id":"H4651","strongs_number":"H4651","system":"hebrew","language":"hebrew","number_value":4651,"lemma":"מַפָּל","transliteration":"mappâl","pronunciation":"map-pawl'","derivation":"from H5307 (נָפַל);","strongs_definition":"a falling off, i.e. chaff; also something pendulous, i.e. a flap","kjv_definition":"flake, refuse."} +{"id":"H4652","strongs_number":"H4652","system":"hebrew","language":"hebrew","number_value":4652,"lemma":"מִפְלָאָה","transliteration":"miphlâʼâh","pronunciation":"mif-law-aw'","derivation":"from H6381 (פָּלָא);","strongs_definition":"a miracle","kjv_definition":"wondrous work."} +{"id":"H4653","strongs_number":"H4653","system":"hebrew","language":"hebrew","number_value":4653,"lemma":"מִפְלַגָּה","transliteration":"miphlaggâh","pronunciation":"mif-lag-gaw'","derivation":"from H6385 (פָּלַג);","strongs_definition":"a classification","kjv_definition":"division."} +{"id":"H4654","strongs_number":"H4654","system":"hebrew","language":"hebrew","number_value":4654,"lemma":"מַפָּלָה","transliteration":"mappâlâh","pronunciation":"map-paw-law'","derivation":"or מַפֵּלָה; from H5307 (נָפַל);","strongs_definition":"something fallen, i.e. a ruin","kjv_definition":"ruin(-ous)."} +{"id":"H4655","strongs_number":"H4655","system":"hebrew","language":"hebrew","number_value":4655,"lemma":"מִפְלָט","transliteration":"miphlâṭ","pronunciation":"mif-lawt'","derivation":"from H6403 (פָּלַט);","strongs_definition":"an escape","kjv_definition":"escape."} +{"id":"H4656","strongs_number":"H4656","system":"hebrew","language":"hebrew","number_value":4656,"lemma":"מִפְלֶצֶת","transliteration":"miphletseth","pronunciation":"mif-leh'-tseth","derivation":"from H6426 (פָּלַץ);","strongs_definition":"a terror, i.e. an idol","kjv_definition":"idol."} +{"id":"H4657","strongs_number":"H4657","system":"hebrew","language":"hebrew","number_value":4657,"lemma":"מִפְלָשׂ","transliteration":"miphlâs","pronunciation":"mif-lawce'","derivation":"from an unused root meaning to balance;","strongs_definition":"a poising","kjv_definition":"balancing."} +{"id":"H4658","strongs_number":"H4658","system":"hebrew","language":"hebrew","number_value":4658,"lemma":"מַפֶּלֶת","transliteration":"mappeleth","pronunciation":"map-peh'-leth","derivation":"from H5307 (נָפַל);","strongs_definition":"fall, i.e. decadence; concretely, a ruin; specifically a carcase","kjv_definition":"carcase, fall, ruin."} +{"id":"H4659","strongs_number":"H4659","system":"hebrew","language":"hebrew","number_value":4659,"lemma":"מִפְעָל","transliteration":"miphʻâl","pronunciation":"mif-awl'","derivation":"or (feminine) מִפְעָלָה; from H6466 (פָּעַל);","strongs_definition":"a performance","kjv_definition":"work."} +{"id":"H4660","strongs_number":"H4660","system":"hebrew","language":"hebrew","number_value":4660,"lemma":"מַפָּץ","transliteration":"mappâts","pronunciation":"map-pawts'","derivation":"from H5310 (נָפַץ);","strongs_definition":"a smiting to pieces","kjv_definition":"slaughter."} +{"id":"H4661","strongs_number":"H4661","system":"hebrew","language":"hebrew","number_value":4661,"lemma":"מַפֵּץ","transliteration":"mappêts","pronunciation":"map-pates'","derivation":"from H5310 (נָפַץ);","strongs_definition":"a smiter, i.e. a war club","kjv_definition":"battle ax."} +{"id":"H4662","strongs_number":"H4662","system":"hebrew","language":"hebrew","number_value":4662,"lemma":"מִפְקָד","transliteration":"miphqâd","pronunciation":"mif-kawd'","derivation":"from H6485 (פָּקַד);","strongs_definition":"an appointment, i.e. mandate; concretely, a designated spot; specifically, a census","kjv_definition":"appointed place, commandment, number."} +{"id":"H4663","strongs_number":"H4663","system":"hebrew","language":"hebrew","number_value":4663,"lemma":"מִפְקָד","transliteration":"Miphqâd","pronunciation":"mif-kawd'","derivation":"the same as H4662 (מִפְקָד); assignment;","strongs_definition":"Miphkad, the name of a gate in Jerusalem","kjv_definition":"Miphkad."} +{"id":"H4664","strongs_number":"H4664","system":"hebrew","language":"hebrew","number_value":4664,"lemma":"מִפְרָץ","transliteration":"miphrâts","pronunciation":"mif-rawts'","derivation":"from H6555 (פָּרַץ)lemma פּרַץ missing vowel, corrected to פָּרַץ;","strongs_definition":"a break (in the shore), i.e. a haven","kjv_definition":"breach."} +{"id":"H4665","strongs_number":"H4665","system":"hebrew","language":"hebrew","number_value":4665,"lemma":"מִפְרֶקֶת","transliteration":"miphreqeth","pronunciation":"mif-reh'-keth","derivation":"from H6561 (פָּרַק);","strongs_definition":"properly, a fracture, i.e. joint (vertebrae) of the neck","kjv_definition":"neck."} +{"id":"H4666","strongs_number":"H4666","system":"hebrew","language":"hebrew","number_value":4666,"lemma":"מִפְרָשׂ","transliteration":"miphrâs","pronunciation":"mif-rawce'","derivation":"from H6566 (פָּרַשׂ);","strongs_definition":"an expansion","kjv_definition":"that which...spreadest forth, spreading."} +{"id":"H4667","strongs_number":"H4667","system":"hebrew","language":"hebrew","number_value":4667,"lemma":"מִפְשָׂעָה","transliteration":"miphsâʻâh","pronunciation":"mif-saw-aw'","derivation":"from H6585 (פָּשַׂע);","strongs_definition":"a stride, i.e. (by euphemism) the crotch","kjv_definition":"buttocks."} +{"id":"H4668","strongs_number":"H4668","system":"hebrew","language":"hebrew","number_value":4668,"lemma":"מַפְתֵּחַ","transliteration":"maphtêach","pronunciation":"maf-tay'-akh","derivation":"from H6605 (פָּתַח);","strongs_definition":"an opener, i.e. a key","kjv_definition":"key."} +{"id":"H4669","strongs_number":"H4669","system":"hebrew","language":"hebrew","number_value":4669,"lemma":"מִפְתָּח","transliteration":"miphtâch","pronunciation":"mif-tawkh'","derivation":"from H6605 (פָּתַח);","strongs_definition":"an aperture, i.e. (figuratively) utterance","kjv_definition":"opening."} +{"id":"H4670","strongs_number":"H4670","system":"hebrew","language":"hebrew","number_value":4670,"lemma":"מִפְתָּן","transliteration":"miphtân","pronunciation":"mif-tawn'","derivation":"from the same as H6620 (פֶּתֶן);","strongs_definition":"a stretcher, i.e. a sill","kjv_definition":"threshold."} +{"id":"H4671","strongs_number":"H4671","system":"hebrew","language":"hebrew","number_value":4671,"lemma":"מֹץ","transliteration":"môts","pronunciation":"motes","derivation":"or מוֹץ; (Zephaniah 2:2), from H4160 (מוּץ);","strongs_definition":"chaff (as pressed out, i.e. winnowed or (rather) threshed loose)","kjv_definition":"chaff."} +{"id":"H4672","strongs_number":"H4672","system":"hebrew","language":"hebrew","number_value":4672,"lemma":"מָצָא","transliteration":"mâtsâʼ","pronunciation":"maw-tsaw'","derivation":"a primitive root;","strongs_definition":"properly, to come forth to, i.e. appear or exist; transitively, to attain, i.e. find or acquire; figuratively, to occur, meet or be present","kjv_definition":"[phrase] be able, befall, being, catch, [idiom] certainly, (cause to) come (on, to, to hand), deliver, be enough (cause to) find(-ing, occasion, out), get (hold upon), [idiom] have (here), be here, hit, be left, light (up-) on, meet (with), [idiom] occasion serve, (be) present, ready, speed, suffice, take hold on."} +{"id":"H4673","strongs_number":"H4673","system":"hebrew","language":"hebrew","number_value":4673,"lemma":"מַצָּב","transliteration":"matstsâb","pronunciation":"mats-tsawb'","derivation":"from H5324 (נָצַב);","strongs_definition":"a fixed spot; figuratively, an office, a military post","kjv_definition":"garrison, station, place where...stood."} +{"id":"H4674","strongs_number":"H4674","system":"hebrew","language":"hebrew","number_value":4674,"lemma":"מֻצָּב","transliteration":"mutstsâb","pronunciation":"moots-tsawb'","derivation":"from H5324 (נָצַב);","strongs_definition":"a station, i.e. military post","kjv_definition":"mount."} +{"id":"H4675","strongs_number":"H4675","system":"hebrew","language":"hebrew","number_value":4675,"lemma":"מַצָּבָה","transliteration":"matstsâbâh","pronunciation":"mats-tsaw-baw'","derivation":"or מִצָּבָה; feminine of H4673 (מַצָּב);","strongs_definition":"a military guard","kjv_definition":"army, garrison."} +{"id":"H4676","strongs_number":"H4676","system":"hebrew","language":"hebrew","number_value":4676,"lemma":"מַצֵּבָה","transliteration":"matstsêbâh","pronunciation":"mats-tsay-baw'","derivation":"feminine (causatively) participle of H5324 (נָצַב);","strongs_definition":"something stationed, i.e. a column or (memorial stone); by analogy, an idol","kjv_definition":"garrison, (standing) image, pillar."} +{"id":"H4677","strongs_number":"H4677","system":"hebrew","language":"hebrew","number_value":4677,"lemma":"מְצֹבָיָה","transliteration":"Mᵉtsôbâyâh","pronunciation":"mets-o-baw-yaw'","derivation":"apparently from H4672 (מָצָא) and H3050 (יָהּ); found of Jah;","strongs_definition":"Metsobajah, a place in Palestine","kjv_definition":"Mesobaite."} +{"id":"H4678","strongs_number":"H4678","system":"hebrew","language":"hebrew","number_value":4678,"lemma":"מַצֶּבֶת","transliteration":"matstsebeth","pronunciation":"mats-tseh'-beth","derivation":"from H5324 (נָצַב);","strongs_definition":"something stationary, i.e. a monumental stone; also the stock of atree","kjv_definition":"pillar, substance."} +{"id":"H4679","strongs_number":"H4679","system":"hebrew","language":"hebrew","number_value":4679,"lemma":"מְצַד","transliteration":"mᵉtsad","pronunciation":"mets-ad'","derivation":"or מְצָד; or (feminine) מְצָדָה; from H6679 (צוּד);","strongs_definition":"a fastness (as a covert of ambush)","kjv_definition":"castle, fort, (strong) hold, munition."} +{"id":"H4680","strongs_number":"H4680","system":"hebrew","language":"hebrew","number_value":4680,"lemma":"מָצָה","transliteration":"mâtsâh","pronunciation":"maw-tsaw'","derivation":"a primitive root;","strongs_definition":"to suck out; by implication, to drain, to squeeze out","kjv_definition":"suck, wring (out)."} +{"id":"H4681","strongs_number":"H4681","system":"hebrew","language":"hebrew","number_value":4681,"lemma":"מֹצָה","transliteration":"Môtsâh","pronunciation":"mo-tsaw'","derivation":"active participle feminine of H4680 (מָצָה); drained;","strongs_definition":"Motsah, a place in Palestine","kjv_definition":"Mozah."} +{"id":"H4682","strongs_number":"H4682","system":"hebrew","language":"hebrew","number_value":4682,"lemma":"מַצָּה","transliteration":"matstsâh","pronunciation":"mats-tsaw'","derivation":"from H4711 (מָצַץ) in the sense of greedily devouring for sweetness;","strongs_definition":"properly, sweetness; concretely, sweet (i.e. not soured or bittered with yeast); specifically, an unfermented cake or loaf, or (elliptically) the festival of Passover (because no leaven was then used)","kjv_definition":"unleaved (bread, cake), without leaven."} +{"id":"H4683","strongs_number":"H4683","system":"hebrew","language":"hebrew","number_value":4683,"lemma":"מַצָּה","transliteration":"matstsâh","pronunciation":"mats-tsaw'","derivation":"from H5327 (נָצָה);","strongs_definition":"a quarrel","kjv_definition":"contention, debate, strife."} +{"id":"H4684","strongs_number":"H4684","system":"hebrew","language":"hebrew","number_value":4684,"lemma":"מַצְהָלָה","transliteration":"matshâlâh","pronunciation":"mats-haw-law'","derivation":"from H6670 (צָהַל);","strongs_definition":"a whinnying (through impatience for battle or lust)","kjv_definition":"neighing."} +{"id":"H4685","strongs_number":"H4685","system":"hebrew","language":"hebrew","number_value":4685,"lemma":"מָצוֹד","transliteration":"mâtsôwd","pronunciation":"maw-tsode'","derivation":"or (feminine) מְצוֹדָה; or מצֹדָה; from H6679 (צוּד); also (by interchange for H4679 (מְצַד))","strongs_definition":"a net (for capturing animals or fishes); afastness or (beseiging) tower","kjv_definition":"bulwark, hold, munition, net, snare."} +{"id":"H4686","strongs_number":"H4686","system":"hebrew","language":"hebrew","number_value":4686,"lemma":"מָצוּד","transliteration":"mâtsûwd","pronunciation":"maw-tsood'","derivation":"or (feminine) מְצוּדָה; or מְצֻדָה; for H4685 (מָצוֹד);","strongs_definition":"a net, or (abstractly) capture; also a fastness","kjv_definition":"castle, defense, fort(-ress), (strong) hold, be hunted, net, snare, strong place."} +{"id":"H4687","strongs_number":"H4687","system":"hebrew","language":"hebrew","number_value":4687,"lemma":"מִצְוָה","transliteration":"mitsvâh","pronunciation":"mits-vaw'","derivation":"from H6680 (צָוָה);","strongs_definition":"a command, whether human or divine (collectively, the Law)","kjv_definition":"(which was) commanded(-ment), law, ordinance, precept."} +{"id":"H4688","strongs_number":"H4688","system":"hebrew","language":"hebrew","number_value":4688,"lemma":"מְצוֹלָה","transliteration":"mᵉtsôwlâh","pronunciation":"mets-o-law'","derivation":"or מְצֹלָה; also מְצוּלָה; or מְצֻלָה; from the same as H6683 (צוּלָה);","strongs_definition":"a deep place (of water or mud)","kjv_definition":"bottom, deep, depth."} +{"id":"H4689","strongs_number":"H4689","system":"hebrew","language":"hebrew","number_value":4689,"lemma":"מָצוֹק","transliteration":"mâtsôwq","pronunciation":"maw-tsoke'","derivation":"from H6693 (צוּק);","strongs_definition":"a narrow place, i.e. (abstractly and figuratively) confinement or disability","kjv_definition":"anguish, distress, straitness."} +{"id":"H4690","strongs_number":"H4690","system":"hebrew","language":"hebrew","number_value":4690,"lemma":"מָצוּק","transliteration":"mâtsûwq","pronunciation":"maw-tsook'","derivation":"or מָצֻק; from H6693 (צוּק);","strongs_definition":"something narrow, i.e. a column or hilltop","kjv_definition":"pillar, situate."} +{"id":"H4691","strongs_number":"H4691","system":"hebrew","language":"hebrew","number_value":4691,"lemma":"מְצוּקָה","transliteration":"mᵉtsûwqâh","pronunciation":"mets-oo-kaw'","derivation":"or מְצֻקָה; feminine of H4690 (מָצוּק);","strongs_definition":"narrowness, i.e. (figuratively) trouble","kjv_definition":"anguish, distress."} +{"id":"H4692","strongs_number":"H4692","system":"hebrew","language":"hebrew","number_value":4692,"lemma":"מָצוֹר","transliteration":"mâtsôwr","pronunciation":"maw-tsore'","derivation":"or מָצוּר; from H6696 (צוּר);","strongs_definition":"something hemming in, i.e. (objectively) a mound (of besiegers), (abstractly) a siege, (figuratively) distress; or (subjectively) a fastness","kjv_definition":"besieged, bulwark, defence, fenced, fortress, siege, strong (hold), tower."} +{"id":"H4693","strongs_number":"H4693","system":"hebrew","language":"hebrew","number_value":4693,"lemma":"מָצוֹר","transliteration":"mâtsôwr","pronunciation":"maw-tsore'","derivation":"the same as H4692 (מָצוֹר) in the sense of a limit;","strongs_definition":"Egypt (as the border of Palestine)","kjv_definition":"besieged places, defense, fortified."} +{"id":"H4694","strongs_number":"H4694","system":"hebrew","language":"hebrew","number_value":4694,"lemma":"מְצוּרָה","transliteration":"mᵉtsûwrâh","pronunciation":"mets-oo-raw'","derivation":"or מְצֻרָה; feminine of H4692 (מָצוֹר);","strongs_definition":"a hemming in, i.e. (objectively) a mound (of siege), or (subjectively) a rampart (of protection), (abstractly) fortification","kjv_definition":"fenced (city, fort, munition, strong hold."} +{"id":"H4695","strongs_number":"H4695","system":"hebrew","language":"hebrew","number_value":4695,"lemma":"מַצּוּת","transliteration":"matstsûwth","pronunciation":"mats-tsooth'","derivation":"from H5327 (נָצָה);","strongs_definition":"a quarrel","kjv_definition":"that contended."} +{"id":"H4696","strongs_number":"H4696","system":"hebrew","language":"hebrew","number_value":4696,"lemma":"מֵצַח","transliteration":"mêtsach","pronunciation":"may'-tsakh","derivation":"from an unused root meaning to be clear, i.e. conspicuous;","strongs_definition":"the forehead (as open and prominent)","kjv_definition":"brow, forehead, [phrase] impudent."} +{"id":"H4697","strongs_number":"H4697","system":"hebrew","language":"hebrew","number_value":4697,"lemma":"מִצְחָה","transliteration":"mitschâh","pronunciation":"mits-khaw'","derivation":"from the same as H4696 (מֵצַח);","strongs_definition":"a shinpiece of armor (as prominent), only plural","kjv_definition":"greaves."} +{"id":"H4698","strongs_number":"H4698","system":"hebrew","language":"hebrew","number_value":4698,"lemma":"מְצִלָּה","transliteration":"mᵉtsillâh","pronunciation":"mets-il-law'","derivation":"from H6750 (צָלַל);","strongs_definition":"a tinkler, i.e. a bell","kjv_definition":"bell."} +{"id":"H4699","strongs_number":"H4699","system":"hebrew","language":"hebrew","number_value":4699,"lemma":"מְצֻלָּה","transliteration":"mᵉtsullâh","pronunciation":"mets-ool-law'","derivation":"from H6751 (צָלַל);","strongs_definition":"shade","kjv_definition":"bottom."} +{"id":"H4700","strongs_number":"H4700","system":"hebrew","language":"hebrew","number_value":4700,"lemma":"מְצֵלֶת","transliteration":"mᵉtsêleth","pronunciation":"mets-ay'-leth","derivation":"from H6750 (צָלַל);","strongs_definition":"(only dual) double tinklers, i.e. cymbals","kjv_definition":"cymbals."} +{"id":"H4701","strongs_number":"H4701","system":"hebrew","language":"hebrew","number_value":4701,"lemma":"מִצְנֶפֶת","transliteration":"mitsnepheth","pronunciation":"mits-neh'-feth","derivation":"from H6801 (צָנַף);","strongs_definition":"a tiara, i.e. official turban (of a king or high priest)","kjv_definition":"diadem, mitre."} +{"id":"H4702","strongs_number":"H4702","system":"hebrew","language":"hebrew","number_value":4702,"lemma":"מַצָּע","transliteration":"matstsâʻ","pronunciation":"mats-tsaw'","derivation":"from H3331 (יַצַע);","strongs_definition":"a couch","kjv_definition":"bed."} +{"id":"H4703","strongs_number":"H4703","system":"hebrew","language":"hebrew","number_value":4703,"lemma":"מִצְעָד","transliteration":"mitsʻâd","pronunciation":"mits-awd'","derivation":"from H6805 (צָעַד);","strongs_definition":"a step; figuratively, companionship","kjv_definition":"going, step."} +{"id":"H4704","strongs_number":"H4704","system":"hebrew","language":"hebrew","number_value":4704,"lemma":"מִצְּעִירָה","transliteration":"mitstsᵉʻîyrâh","pronunciation":"mits-tseh-ee-raw'","derivation":"feminine of H4705 (מִצְעָר);","strongs_definition":"properly, littleness; concretely, diminutive","kjv_definition":"little."} +{"id":"H4705","strongs_number":"H4705","system":"hebrew","language":"hebrew","number_value":4705,"lemma":"מִצְעָר","transliteration":"mitsʻâr","pronunciation":"mits-awr'","derivation":"from H6819 (צָעַר);","strongs_definition":"petty (in size or number); adverbially, a short (time)","kjv_definition":"little one (while), small."} +{"id":"H4706","strongs_number":"H4706","system":"hebrew","language":"hebrew","number_value":4706,"lemma":"מִצְעָר","transliteration":"Mitsʻâr","pronunciation":"mits-awr'","derivation":"the same as H4705 (מִצְעָר);","strongs_definition":"Mitsar, a peak of Lebanon","kjv_definition":"Mizar."} +{"id":"H4707","strongs_number":"H4707","system":"hebrew","language":"hebrew","number_value":4707,"lemma":"מִצְפֶּה","transliteration":"mitspeh","pronunciation":"mits-peh'","derivation":"from H6822 (צָפָה);","strongs_definition":"an observatory, especially formilitary purposes","kjv_definition":"watch tower."} +{"id":"H4708","strongs_number":"H4708","system":"hebrew","language":"hebrew","number_value":4708,"lemma":"מִצְפֶּה","transliteration":"Mitspeh","pronunciation":"mits-peh'","derivation":"the same as H4707 (מִצְפֶּה);","strongs_definition":"Mitspeh, the name of five places in Palestine","kjv_definition":"Mizpeh, watch tower. Compare H4709 (מִצְפָּה)."} +{"id":"H4709","strongs_number":"H4709","system":"hebrew","language":"hebrew","number_value":4709,"lemma":"מִצְפָּה","transliteration":"Mitspâh","pronunciation":"mits-paw'","derivation":"feminine of H4708 (מִצְפֶּה);","strongs_definition":"Mitspah, the name of two places in Palestine","kjv_definition":"Mitspah. (This seems rather to be only an orthographic variation of H4708 (מִצְפֶּה) when 'in pause'.)"} +{"id":"H4710","strongs_number":"H4710","system":"hebrew","language":"hebrew","number_value":4710,"lemma":"מִצְפֻּן","transliteration":"mitspun","pronunciation":"mits-poon'","derivation":"from H6845 (צָפַן);","strongs_definition":"a secret (place or thing, perhaps, treasure)","kjv_definition":"hidden thing."} +{"id":"H4711","strongs_number":"H4711","system":"hebrew","language":"hebrew","number_value":4711,"lemma":"מָצַץ","transliteration":"mâtsats","pronunciation":"maw-tsats'","derivation":"a primitive root;","strongs_definition":"to suck","kjv_definition":"milk."} +{"id":"H4712","strongs_number":"H4712","system":"hebrew","language":"hebrew","number_value":4712,"lemma":"מֵצַר","transliteration":"mêtsar","pronunciation":"may-tsar'","derivation":"from H6896 (קֵבָה);","strongs_definition":"something tight, i.e. (figuratively) trouble","kjv_definition":"distress, pain, strait."} +{"id":"H4713","strongs_number":"H4713","system":"hebrew","language":"hebrew","number_value":4713,"lemma":"מִצְרִי","transliteration":"Mitsrîy","pronunciation":"mits-ree'","derivation":"from H4714 (מִצְרַיִם);","strongs_definition":"a Mitsrite, or inhabitant of Mitsrajim","kjv_definition":"Egyptian, of Egypt."} +{"id":"H4714","strongs_number":"H4714","system":"hebrew","language":"hebrew","number_value":4714,"lemma":"מִצְרַיִם","transliteration":"Mitsrayim","pronunciation":"mits-rah'-yim","derivation":"dual of H4693 (מָצוֹר);","strongs_definition":"Mitsrajim, i.e. Upper and Lower Egypt","kjv_definition":"Egypt, Egyptians, Mizraim."} +{"id":"H4715","strongs_number":"H4715","system":"hebrew","language":"hebrew","number_value":4715,"lemma":"מִצְרֵף","transliteration":"mitsrêph","pronunciation":"mits-rafe'","derivation":"from H6884 (צָרַף);","strongs_definition":"a crucible","kjv_definition":"fining pot."} +{"id":"H4716","strongs_number":"H4716","system":"hebrew","language":"hebrew","number_value":4716,"lemma":"מַק","transliteration":"maq","pronunciation":"mak","derivation":"from H4743 (מָקַק);","strongs_definition":"properly, a melting, i.e. putridity","kjv_definition":"rottenness, stink."} +{"id":"H4717","strongs_number":"H4717","system":"hebrew","language":"hebrew","number_value":4717,"lemma":"מַקָּבָה","transliteration":"maqqâbâh","pronunciation":"mak-kaw-baw'","derivation":"from H5344 (נָקַב);","strongs_definition":"properly, a perforatrix, i.e. a hammer (as piercing)","kjv_definition":"hammer."} +{"id":"H4718","strongs_number":"H4718","system":"hebrew","language":"hebrew","number_value":4718,"lemma":"מַקֶּבֶת","transliteration":"maqqebeth","pronunciation":"mak-keh'-beth","derivation":"from H5344 (נָקַב);","strongs_definition":"properly, a perforator, i.e. a hammer (as piercing); also (intransitively) a perforation, i.e. a quarry","kjv_definition":"hammer, hole."} +{"id":"H4719","strongs_number":"H4719","system":"hebrew","language":"hebrew","number_value":4719,"lemma":"מַקֵּדָה","transliteration":"Maqqêdâh","pronunciation":"mak-kay-daw'","derivation":"from the same as H5348 (נָקֹד) in the denominative sense of herding (compare H5349 (נֹקֵד)); fold;","strongs_definition":"Makkedah, a place in Palestine","kjv_definition":"Makkedah."} +{"id":"H4720","strongs_number":"H4720","system":"hebrew","language":"hebrew","number_value":4720,"lemma":"מִקְדָּשׁ","transliteration":"miqdâsh","pronunciation":"mik-dawsh'","derivation":"or מִקְּדָשׁ; (Exodus 15:17), from H6942 (קָדַשׁ);","strongs_definition":"a consecrated thing or place, especially, a palace, sanctuary (whether of Jehovah or of idols) or asylum","kjv_definition":"chapel, hallowed part, holy place, sanctuary."} +{"id":"H4721","strongs_number":"H4721","system":"hebrew","language":"hebrew","number_value":4721,"lemma":"מַקְהֵל","transliteration":"maqhêl","pronunciation":"mak-hale'","derivation":"or (feminine) מַקְהֵלָה; from H6950 (קָהַל);","strongs_definition":"an assembly","kjv_definition":"congregation."} +{"id":"H4722","strongs_number":"H4722","system":"hebrew","language":"hebrew","number_value":4722,"lemma":"מַקְהֵלֹת","transliteration":"Maqhêlôth","pronunciation":"mak-hay-loth'","derivation":"plural of H4721 (מַקְהֵל) (feminine); assemblies;","strongs_definition":"Makheloth, a place in the Desert","kjv_definition":"Makheloth."} +{"id":"H4723","strongs_number":"H4723","system":"hebrew","language":"hebrew","number_value":4723,"lemma":"מִקְוֶה","transliteration":"miqveh","pronunciation":"mik-veh'","derivation":"or מִקְוֵה; (1 Kings 10:28), or מִקְוֵאlemma מִּקְוֵא extra dagesh, corrected to מִקְוֵא; (2 Chronicles 1:16), from H6960 (קָוָה);","strongs_definition":"something waited for, i.e. confidence (objective or subjective); also a collection, i.e. (of water) a pond, or (of men and horses) a caravan or drove","kjv_definition":"abiding, gathering together, hope, linen yarn, plenty (of water), pool."} +{"id":"H4724","strongs_number":"H4724","system":"hebrew","language":"hebrew","number_value":4724,"lemma":"מִקְוָה","transliteration":"miqvâh","pronunciation":"mik-vaw'","derivation":"feminine of H4723 (מִקְוֶה);","strongs_definition":"a collection, i.e. (of water) a reservoir","kjv_definition":"ditch."} +{"id":"H4725","strongs_number":"H4725","system":"hebrew","language":"hebrew","number_value":4725,"lemma":"מָקוֹם","transliteration":"mâqôwm","pronunciation":"maw-kome'","derivation":"or מָקֹם; also (feminine) מְקוֹמָה; or מְקֹמָה; from H6965 (קוּם);","strongs_definition":"properly, a standing, i.e. a spot; but used widely of a locality (general or specific); also (figuratively) of a condition (of body or mind)","kjv_definition":"country, [idiom] home, [idiom] open, place, room, space, [idiom] whither(-soever)."} +{"id":"H4726","strongs_number":"H4726","system":"hebrew","language":"hebrew","number_value":4726,"lemma":"מָקוֹר","transliteration":"mâqôwr","pronunciation":"maw-kore'","derivation":"or מָקֹר; from H6979 (קוּר);","strongs_definition":"properly, something dug, i.e. a (general) source (of water, even when naturally flowing; also of tears, blood (by euphemism, of the female pudenda); figuratively, of happiness, wisdom, progeny)","kjv_definition":"fountain, issue, spring, well(-spring)."} +{"id":"H4727","strongs_number":"H4727","system":"hebrew","language":"hebrew","number_value":4727,"lemma":"מִקָּח","transliteration":"miqqâch","pronunciation":"mik-kawkh'","derivation":"from H3947 (לָקַח);","strongs_definition":"reception","kjv_definition":"taking."} +{"id":"H4728","strongs_number":"H4728","system":"hebrew","language":"hebrew","number_value":4728,"lemma":"מַקָּחָה","transliteration":"maqqâchâh","pronunciation":"mak-kaw-khaw'","derivation":"from H3947 (לָקַח);","strongs_definition":"something received, i.e. merchandise (purchased)","kjv_definition":"ware."} +{"id":"H4729","strongs_number":"H4729","system":"hebrew","language":"hebrew","number_value":4729,"lemma":"מִקְטָר","transliteration":"miqṭâr","pronunciation":"mik-tawr'","derivation":"from H6999 (קָטַר);","strongs_definition":"something to fume (incense) on i.e. a hearth place","kjv_definition":"to burn...upon."} +{"id":"H4730","strongs_number":"H4730","system":"hebrew","language":"hebrew","number_value":4730,"lemma":"מִקְטֶרֶת","transliteration":"miqṭereth","pronunciation":"mik-teh'-reth","derivation":"feminine of H4729 (מִקְטָר);","strongs_definition":"something to fume (incense) in, i.e. a coal-pan","kjv_definition":"censer."} +{"id":"H4731","strongs_number":"H4731","system":"hebrew","language":"hebrew","number_value":4731,"lemma":"מַקֵּל","transliteration":"maqqêl","pronunciation":"mak-kale","derivation":"or (feminine) מַקְּלָה; from an unused root meaning apparently to germinate;","strongs_definition":"a shoot, i.e. stick (with leaves on, or for walking, striking, guiding, divining)","kjv_definition":"rod, (hand-)staff."} +{"id":"H4732","strongs_number":"H4732","system":"hebrew","language":"hebrew","number_value":4732,"lemma":"מִקְלוֹת","transliteration":"Miqlôwth","pronunciation":"mik-lohth'","derivation":"(or perhaps mik-kel-ohth') plural of (feminine) H4731 (מַקֵּל); rods;","strongs_definition":"Mikloth, a place in the Desert","kjv_definition":"Mikloth."} +{"id":"H4733","strongs_number":"H4733","system":"hebrew","language":"hebrew","number_value":4733,"lemma":"מִקְלָט","transliteration":"miqlâṭ","pronunciation":"mik-lawt'","derivation":"from H7038 (קָלַט) in the sense of taking in;","strongs_definition":"an asylum (as a receptacle)","kjv_definition":"refuge."} +{"id":"H4734","strongs_number":"H4734","system":"hebrew","language":"hebrew","number_value":4734,"lemma":"מִקְלַעַת","transliteration":"miqlaʻath","pronunciation":"mik-lah'-ath","derivation":"from H7049 (קָלַע);","strongs_definition":"a sculpture (probably in bas-relief)","kjv_definition":"carved (figure), carving, graving."} +{"id":"H4735","strongs_number":"H4735","system":"hebrew","language":"hebrew","number_value":4735,"lemma":"מִקְנֶה","transliteration":"miqneh","pronunciation":"mik-neh'","derivation":"from H7069 (קָנָה);","strongs_definition":"something bought, i.e. property, but only livestock; abstractly, acquisition","kjv_definition":"cattle, flock, herd, possession, purchase, substance."} +{"id":"H4736","strongs_number":"H4736","system":"hebrew","language":"hebrew","number_value":4736,"lemma":"מִקְנָה","transliteration":"miqnâh","pronunciation":"mik-naw'","derivation":"feminine of H4735 (מִקְנֶה);","strongs_definition":"properly, a buying, i.e. acquisition; concretely, a piece of property (land or living); also the sum paid","kjv_definition":"(he that is) bought, possession, piece, purchase."} +{"id":"H4737","strongs_number":"H4737","system":"hebrew","language":"hebrew","number_value":4737,"lemma":"מִקְנֵיָהוּ","transliteration":"Miqnêyâhûw","pronunciation":"mik-nay-yaw'-hoo","derivation":"from H4735 (מִקְנֶה) and H3050 (יָהּ); possession of Jah;","strongs_definition":"Miknejah, an Israelite","kjv_definition":"Mikneiah."} +{"id":"H4738","strongs_number":"H4738","system":"hebrew","language":"hebrew","number_value":4738,"lemma":"מִקְסָם","transliteration":"miqçâm","pronunciation":"mik-sawn'","derivation":"from H7080 (קָסַם);","strongs_definition":"an augury","kjv_definition":"divination."} +{"id":"H4739","strongs_number":"H4739","system":"hebrew","language":"hebrew","number_value":4739,"lemma":"מָקַץ","transliteration":"Mâqats","pronunciation":"maw-kats'","derivation":"from H7112 (קָצַץ); end;","strongs_definition":"Makats, a place in Palestine","kjv_definition":"Makaz."} +{"id":"H4740","strongs_number":"H4740","system":"hebrew","language":"hebrew","number_value":4740,"lemma":"מַקְצוֹעַ","transliteration":"maqtsôwaʻ","pronunciation":"mak-tso'-ah","derivation":"or מַקְצֹעַ; or (feminine) מַקְצֹעָה; from H7106 (קָצַע) in the denominative sense of bending;","strongs_definition":"an angle or recess","kjv_definition":"corner, turning."} +{"id":"H4741","strongs_number":"H4741","system":"hebrew","language":"hebrew","number_value":4741,"lemma":"מַקְצֻעָה","transliteration":"maqtsuʻâh","pronunciation":"mak-tsoo-aw'","derivation":"from H7106 (קָצַע);","strongs_definition":"a scraper, i.e. a carving chisel","kjv_definition":"plane."} +{"id":"H4742","strongs_number":"H4742","system":"hebrew","language":"hebrew","number_value":4742,"lemma":"מְקֻצְעָה","transliteration":"mᵉqutsʻâh","pronunciation":"mek-oots-aw'","derivation":"from H7106 (קָצַע) in the denominative sense of bending;","strongs_definition":"an angle","kjv_definition":"corner."} +{"id":"H4743","strongs_number":"H4743","system":"hebrew","language":"hebrew","number_value":4743,"lemma":"מָקַק","transliteration":"mâqaq","pronunciation":"maw-kak'","derivation":"' a primitive root;","strongs_definition":"to melt; figuratively, to flow, dwindle, vanish","kjv_definition":"consume away, be corrupt, dissolve, pine away."} +{"id":"H4744","strongs_number":"H4744","system":"hebrew","language":"hebrew","number_value":4744,"lemma":"מִקְרָא","transliteration":"miqrâʼ","pronunciation":"mik-raw'","derivation":"from H7121 (קָרָא);","strongs_definition":"something called out, i.e. a public meeting (the act, the persons, or the place); also a rehearsal","kjv_definition":"assembly, calling, convocation, reading."} +{"id":"H4745","strongs_number":"H4745","system":"hebrew","language":"hebrew","number_value":4745,"lemma":"מִקְרֶה","transliteration":"miqreh","pronunciation":"mik-reh'","derivation":"from H7136 (קָרָה);","strongs_definition":"something met with, i.e. an accident or fortune","kjv_definition":"something befallen, befalleth, chance, event, hap(-peneth)."} +{"id":"H4746","strongs_number":"H4746","system":"hebrew","language":"hebrew","number_value":4746,"lemma":"מְקָרֶה","transliteration":"mᵉqâreh","pronunciation":"mek-aw-reh'","derivation":"from H7136 (קָרָה);","strongs_definition":"properly, something meeting, i.e. a frame (of timbers)","kjv_definition":"building."} +{"id":"H4747","strongs_number":"H4747","system":"hebrew","language":"hebrew","number_value":4747,"lemma":"מְקֵרָה","transliteration":"mᵉqêrâh","pronunciation":"mek-ay-raw'","derivation":"from the same as H7119 (קַר);","strongs_definition":"a cooling off","kjv_definition":"[idiom] summer."} +{"id":"H4748","strongs_number":"H4748","system":"hebrew","language":"hebrew","number_value":4748,"lemma":"מִקְשֶׁה","transliteration":"miqsheh","pronunciation":"mik-sheh'","derivation":"from H7185 (קָשָׁה) in the sense of knotting up round and hard;","strongs_definition":"something turned (rounded), i.e. a curl (of tresses)","kjv_definition":"[idiom] well (set) hair."} +{"id":"H4749","strongs_number":"H4749","system":"hebrew","language":"hebrew","number_value":4749,"lemma":"מִקְשָׁה","transliteration":"miqshâh","pronunciation":"mik-shaw'","derivation":"feminine of H4748 (מִקְשֶׁה);","strongs_definition":"rounded work, i.e. moulded by hammering (repousse)","kjv_definition":"beaten (out of one piece, work), upright, whole piece."} +{"id":"H4750","strongs_number":"H4750","system":"hebrew","language":"hebrew","number_value":4750,"lemma":"מִקְשָׁה","transliteration":"miqshâh","pronunciation":"mik-shaw'","derivation":"denominative from H7180 (קִשֻּׁא);","strongs_definition":"literally a cucumbered field, i.e. a cucumber patch","kjv_definition":"garden of cucumbers."} +{"id":"H4751","strongs_number":"H4751","system":"hebrew","language":"hebrew","number_value":4751,"lemma":"מַר","transliteration":"mar","pronunciation":"mar","derivation":"or (feminine) מָרָה; from H4843 (מָרַר);","strongs_definition":"bitter (literally or figuratively); also (as noun) bitterness, or (adverbially) bitterly","kjv_definition":"[phrase] angry, bitter(-ly, -ness), chafed, discontented, [idiom] great, heavy."} +{"id":"H4752","strongs_number":"H4752","system":"hebrew","language":"hebrew","number_value":4752,"lemma":"מַר","transliteration":"mar","pronunciation":"mar","derivation":"from H4843 (מָרַר) in its original sense of distillation;","strongs_definition":"a drop","kjv_definition":"drop."} +{"id":"H4753","strongs_number":"H4753","system":"hebrew","language":"hebrew","number_value":4753,"lemma":"מֹר","transliteration":"môr","pronunciation":"more","derivation":"or מוֹר; from H4843 (מָרַר);","strongs_definition":"myrrh (as distilling in drops, and also as bitter)","kjv_definition":"myrrh."} +{"id":"H4754","strongs_number":"H4754","system":"hebrew","language":"hebrew","number_value":4754,"lemma":"מָרָא","transliteration":"mârâʼ","pronunciation":"maw-raw'","derivation":"a primitive root;","strongs_definition":"to rebel; hence (through the idea of maltreating) to whip, i.e. lash (self with wings, as the ostrich in running)","kjv_definition":"be filthy, lift up self."} +{"id":"H4755","strongs_number":"H4755","system":"hebrew","language":"hebrew","number_value":4755,"lemma":"מָרָא","transliteration":"Mârâʼ","pronunciation":"maw-raw'","derivation":"for H4751 (מַר) feminine; bitter;","strongs_definition":"Mara, a symbolic name of Naomi","kjv_definition":"Mara."} +{"id":"H4756","strongs_number":"H4756","system":"hebrew","language":"hebrew","number_value":4756,"lemma":"מָרֵא","transliteration":"mârêʼ","pronunciation":"maw-ray'","derivation":"(Aramaic) from a root corresponding to H4754 (מָרָא) in the sense of domineering;","strongs_definition":"a master","kjv_definition":"lord, Lord."} +{"id":"H4757","strongs_number":"H4757","system":"hebrew","language":"hebrew","number_value":4757,"lemma":"מְרֹאדַךְ בַּלְאָדָן","transliteration":"Mᵉrôʼdak Balʼâdân","pronunciation":"mer-o-dak' bal-awdawn'","derivation":"of foreign derivation;","strongs_definition":"Merodak-Baladan, a Babylonian king","kjv_definition":"Merodach-baladan. Compare H4781 (מְרֹדָךְ)."} +{"id":"H4758","strongs_number":"H4758","system":"hebrew","language":"hebrew","number_value":4758,"lemma":"מַרְאֶה","transliteration":"marʼeh","pronunciation":"mar-eh'","derivation":"from H7200 (רָאָה);","strongs_definition":"a view (the act of seeing); also an appearance (the thing seen), whether (real) a shape (especially if handsome, comeliness; often plural the looks), or (mental) a vision","kjv_definition":"[idiom] apparently, appearance(-reth), [idiom] as soon as beautiful(-ly), countenance, fair, favoured, form, goodly, to look (up) on (to), look(-eth), pattern, to see, seem, sight, visage, vision."} +{"id":"H4759","strongs_number":"H4759","system":"hebrew","language":"hebrew","number_value":4759,"lemma":"מַרְאָה","transliteration":"marʼâh","pronunciation":"mar-aw'","derivation":"feminine of H4758 (מַרְאֶה);","strongs_definition":"a vision; also (causatively) a mirror","kjv_definition":"looking glass, vision."} +{"id":"H4760","strongs_number":"H4760","system":"hebrew","language":"hebrew","number_value":4760,"lemma":"מֻרְאָה","transliteration":"murʼâh","pronunciation":"moor-aw'","derivation":"apparently feminine passive causative participle of H7200 (רָאָה);","strongs_definition":"something conspicuous, i.e. the craw of abird (from its prominence)","kjv_definition":"crop."} +{"id":"H4761","strongs_number":"H4761","system":"hebrew","language":"hebrew","number_value":4761,"lemma":"מַרְאָשָׁה","transliteration":"marʼâshâh","pronunciation":"mar-aw-shaw'","derivation":"denominative from H7218 (רֹאשׁ);","strongs_definition":"properly, headship, i.e. (plural for collective) dominion","kjv_definition":"principality."} +{"id":"H4762","strongs_number":"H4762","system":"hebrew","language":"hebrew","number_value":4762,"lemma":"מַרְאֵשָׁה","transliteration":"Marʼêshâh","pronunciation":"mar-ay-shaw'","derivation":"or מַרֵשָׁה; formed like H4761 (מַרְאָשָׁה); summit;","strongs_definition":"Mareshah, the name of two Israelites and of a place in Palestine","kjv_definition":"Mareshah."} +{"id":"H4763","strongs_number":"H4763","system":"hebrew","language":"hebrew","number_value":4763,"lemma":"מְרַאֲשָׁה","transliteration":"mᵉraʼăshâh","pronunciation":"mer-ah-ash-aw'","derivation":"formed like H4761 (מַרְאָשָׁה);","strongs_definition":"properly, a headpiece, i.e. (plural for adverbial) at (or as) the head-rest (or pillow)","kjv_definition":"bolster, head, pillow. Compare H4772 (מַרְגְלָה)."} +{"id":"H4764","strongs_number":"H4764","system":"hebrew","language":"hebrew","number_value":4764,"lemma":"מֵרָב","transliteration":"Mêrâb","pronunciation":"may-rawb'","derivation":"from H7231 (רָבַב); increase;","strongs_definition":"Merab, a daughter of Saul","kjv_definition":"Merab."} +{"id":"H4765","strongs_number":"H4765","system":"hebrew","language":"hebrew","number_value":4765,"lemma":"מַרְבַד","transliteration":"marbad","pronunciation":"mar-bad'","derivation":"from H7234 (רָבַד);","strongs_definition":"a coverlet","kjv_definition":"covering of tapestry."} +{"id":"H4766","strongs_number":"H4766","system":"hebrew","language":"hebrew","number_value":4766,"lemma":"מַרְבֶה","transliteration":"marbeh","pronunciation":"mar-beh'","derivation":"from H7235 (רָבָה);","strongs_definition":"properly, increasing; as noun, greatness, or (adverbially) greatly","kjv_definition":"great, increase."} +{"id":"H4767","strongs_number":"H4767","system":"hebrew","language":"hebrew","number_value":4767,"lemma":"מִרְבָּה","transliteration":"mirbâh","pronunciation":"meer-baw'","derivation":"from H7235 (רָבָה);","strongs_definition":"abundance, i.e. a great quantity","kjv_definition":"much."} +{"id":"H4768","strongs_number":"H4768","system":"hebrew","language":"hebrew","number_value":4768,"lemma":"מַרְבִּית","transliteration":"marbîyth","pronunciation":"mar-beeth'","derivation":"from H7235 (רָבָה);","strongs_definition":"a multitude; also offspring; specifically interest (on capital)","kjv_definition":"greatest part, greatness, increase, multitude."} +{"id":"H4769","strongs_number":"H4769","system":"hebrew","language":"hebrew","number_value":4769,"lemma":"מַרְבֵּץ","transliteration":"marbêts","pronunciation":"mar-bates'","derivation":"from H7257 (רָבַץ);","strongs_definition":"a reclining place, i.e. fold (for flocks)","kjv_definition":"couching place, place to lie down."} +{"id":"H4770","strongs_number":"H4770","system":"hebrew","language":"hebrew","number_value":4770,"lemma":"מַרְבֵּק","transliteration":"marbêq","pronunciation":"mar-bake'","derivation":"from an unused root meaning to tie up;","strongs_definition":"a stall (for cattle)","kjv_definition":"[idiom] fat(-ted), stall."} +{"id":"H4771","strongs_number":"H4771","system":"hebrew","language":"hebrew","number_value":4771,"lemma":"מַרְגּוֹעַ","transliteration":"margôwaʻ","pronunciation":"mar-go'-ah","derivation":"from H7280 (רָגַע);","strongs_definition":"a resting place","kjv_definition":"rest."} +{"id":"H4772","strongs_number":"H4772","system":"hebrew","language":"hebrew","number_value":4772,"lemma":"מַרְגְלָה","transliteration":"margᵉlâh","pronunciation":"mar-ghel-aw'","derivation":"denominative from H7272 (רֶגֶל);","strongs_definition":"(plural for collective) a footpiece, i.e. (adverbially) at the foot, or (direct.) the foot itself","kjv_definition":"feet. Compare H4763 (מְרַאֲשָׁה)."} +{"id":"H4773","strongs_number":"H4773","system":"hebrew","language":"hebrew","number_value":4773,"lemma":"מַרְגֵּמָה","transliteration":"margêmâh","pronunciation":"mar-gay-maw'","derivation":"from H7275 (רָגַם);","strongs_definition":"a stone-heap","kjv_definition":"sling."} +{"id":"H4774","strongs_number":"H4774","system":"hebrew","language":"hebrew","number_value":4774,"lemma":"מַרְגֵּעָה","transliteration":"margêʻâh","pronunciation":"mar-gay-aw'","derivation":"from H7280 (רָגַע);","strongs_definition":"rest","kjv_definition":"refreshing."} +{"id":"H4775","strongs_number":"H4775","system":"hebrew","language":"hebrew","number_value":4775,"lemma":"מָרַד","transliteration":"mârad","pronunciation":"maw-rad'","derivation":"a primitive root;","strongs_definition":"to rebel","kjv_definition":"rebel(-lious)."} +{"id":"H4776","strongs_number":"H4776","system":"hebrew","language":"hebrew","number_value":4776,"lemma":"מְרַד","transliteration":"mᵉrad","pronunciation":"mer-ad'","derivation":"(Aramaic) from a root corresponding to H4775 (מָרַד);","strongs_definition":"rebellion","kjv_definition":"rebellion."} +{"id":"H4777","strongs_number":"H4777","system":"hebrew","language":"hebrew","number_value":4777,"lemma":"מֶרֶד","transliteration":"mered","pronunciation":"meh'-red","derivation":"from H4775 (מָרַד);","strongs_definition":"rebellion","kjv_definition":"rebellion."} +{"id":"H4778","strongs_number":"H4778","system":"hebrew","language":"hebrew","number_value":4778,"lemma":"מֶרֶד","transliteration":"Mered","pronunciation":"meh'-red","derivation":"the same as H4777 (מֶרֶד);","strongs_definition":"Mered, an Israelite","kjv_definition":"Mered."} +{"id":"H4779","strongs_number":"H4779","system":"hebrew","language":"hebrew","number_value":4779,"lemma":"מָרָד","transliteration":"mârâd","pronunciation":"maw-rawd'","derivation":"(Aramaic) from the same as H4776 (מְרַד);","strongs_definition":"rebellious","kjv_definition":"rebellious."} +{"id":"H4780","strongs_number":"H4780","system":"hebrew","language":"hebrew","number_value":4780,"lemma":"מַרְדּוּת","transliteration":"mardûwth","pronunciation":"mar-dooth'","derivation":"from H4775 (מָרַד);","strongs_definition":"rebelliousness","kjv_definition":"[idiom] rebellious."} +{"id":"H4781","strongs_number":"H4781","system":"hebrew","language":"hebrew","number_value":4781,"lemma":"מְרֹדָךְ","transliteration":"Mᵉrôdâk","pronunciation":"mer-o-dawk'","derivation":"of foreign derivation;","strongs_definition":"Merodak, a Babylonian idol","kjv_definition":"Merodach. Compare H4757 (מְרֹאדַךְ בַּלְאָדָן)."} +{"id":"H4782","strongs_number":"H4782","system":"hebrew","language":"hebrew","number_value":4782,"lemma":"מׇרְדְּכַי","transliteration":"Mordᵉkay","pronunciation":"mor-dek-ah'-ee","derivation":"of foreign derivation;","strongs_definition":"Mordecai, an Israelite","kjv_definition":"Mordecai."} +{"id":"H4783","strongs_number":"H4783","system":"hebrew","language":"hebrew","number_value":4783,"lemma":"מֻרְדָּף","transliteration":"murdâph","pronunciation":"moor-dawf'","derivation":"from H7291 (רָדַף);","strongs_definition":"persecuted","kjv_definition":"persecuted."} +{"id":"H4784","strongs_number":"H4784","system":"hebrew","language":"hebrew","number_value":4784,"lemma":"מָרָה","transliteration":"mârâh","pronunciation":"maw-raw'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) bitter (or unpleasant); (figuratively) to rebel (or resist; causatively, to provoke)","kjv_definition":"bitter, change, be disobedient, disobey, grievously, provocation, provoke(-ing), (be) rebel (against, -lious)."} +{"id":"H4785","strongs_number":"H4785","system":"hebrew","language":"hebrew","number_value":4785,"lemma":"מָרָה","transliteration":"Mârâh","pronunciation":"maw-raw'","derivation":"the same as H4751 (מַר) feminine; bitter;","strongs_definition":"Marah, a place in the Desert","kjv_definition":"Marah."} +{"id":"H4786","strongs_number":"H4786","system":"hebrew","language":"hebrew","number_value":4786,"lemma":"מֹרָה","transliteration":"môrâh","pronunciation":"mo-raw'","derivation":"from H4843 (מָרַר);","strongs_definition":"bitterness, i.e. (figuratively) trouble","kjv_definition":"grief."} +{"id":"H4787","strongs_number":"H4787","system":"hebrew","language":"hebrew","number_value":4787,"lemma":"מׇרָּה","transliteration":"morrâh","pronunciation":"mor-raw'","derivation":"a form of H4786 (מֹרָה);","strongs_definition":"trouble","kjv_definition":"bitterness."} +{"id":"H4788","strongs_number":"H4788","system":"hebrew","language":"hebrew","number_value":4788,"lemma":"מָרוּד","transliteration":"mârûwd","pronunciation":"maw-rood'","derivation":"from H7300 (רוּד) in the sense of maltreatment;","strongs_definition":"an outcast; (abstractly) destitution","kjv_definition":"cast out, misery."} +{"id":"H4789","strongs_number":"H4789","system":"hebrew","language":"hebrew","number_value":4789,"lemma":"מֵרוֹז","transliteration":"Mêrôwz","pronunciation":"may-roze'","derivation":"of uncertain derivation;","strongs_definition":"Meroz, a place in Palestine","kjv_definition":"Meroz."} +{"id":"H4790","strongs_number":"H4790","system":"hebrew","language":"hebrew","number_value":4790,"lemma":"מְרוֹחַ","transliteration":"mᵉrôwach","pronunciation":"mer-o-akh'","derivation":"from H4799 (מָרַח);","strongs_definition":"bruised, i.e. emasculated","kjv_definition":"broken."} +{"id":"H4791","strongs_number":"H4791","system":"hebrew","language":"hebrew","number_value":4791,"lemma":"מָרוֹם","transliteration":"mârôwm","pronunciation":"maw-rome'","derivation":"from H7311 (רוּם);","strongs_definition":"altitude, i.e. concretely (an elevated place), abstractly (elevation, figuratively (elation), or adverbially (aloft)","kjv_definition":"(far) above, dignity, haughty, height, (most, on) high (one, place), loftily, upward."} +{"id":"H4792","strongs_number":"H4792","system":"hebrew","language":"hebrew","number_value":4792,"lemma":"מֵרוֹם","transliteration":"Mêrôwm","pronunciation":"may-rome'","derivation":"formed like H4791 (מָרוֹם); height;","strongs_definition":"Merom, a lake in Palestine","kjv_definition":"Merom."} +{"id":"H4793","strongs_number":"H4793","system":"hebrew","language":"hebrew","number_value":4793,"lemma":"מֵרוֹץ","transliteration":"mêrôwts","pronunciation":"may-rotes'","derivation":"from H7323 (רוּץ);","strongs_definition":"a run (the trial of speed)","kjv_definition":"race."} +{"id":"H4794","strongs_number":"H4794","system":"hebrew","language":"hebrew","number_value":4794,"lemma":"מְרוּצָה","transliteration":"mᵉrûwtsâh","pronunciation":"mer-oo-tsaw'","derivation":"or מְרֻצָה; feminine of H4793 (מֵרוֹץ);","strongs_definition":"a race (the act), whether the manner or the progress","kjv_definition":"course, running. Compare H4835 (מְרֻצָה)."} +{"id":"H4795","strongs_number":"H4795","system":"hebrew","language":"hebrew","number_value":4795,"lemma":"מָרוּק","transliteration":"mârûwq","pronunciation":"maw-rook'","derivation":"from H4838 (מָרַק);","strongs_definition":"properly, rubbed; but used abstractly, a rubbing (with perfumery)","kjv_definition":"purification."} +{"id":"H4796","strongs_number":"H4796","system":"hebrew","language":"hebrew","number_value":4796,"lemma":"מָרוֹת","transliteration":"Mârôwth","pronunciation":"maw-rohth'","derivation":"plural of H4751 (מַר) feminine; bitter springs;","strongs_definition":"Maroth, a place in Palestine","kjv_definition":"Maroth."} +{"id":"H4797","strongs_number":"H4797","system":"hebrew","language":"hebrew","number_value":4797,"lemma":"מִרְזַח","transliteration":"mirzach","pronunciation":"meer-zakh'","derivation":"from an unused root meaning to scream;","strongs_definition":"a cry, i.e. (of job), a revel","kjv_definition":"banquet."} +{"id":"H4798","strongs_number":"H4798","system":"hebrew","language":"hebrew","number_value":4798,"lemma":"מַרְזֵחַ","transliteration":"marzêach","pronunciation":"mar-zay'-akh","derivation":"formed like H4797 (מִרְזַח);","strongs_definition":"a cry, i.e. (of grief) a lamentation","kjv_definition":"mourning."} +{"id":"H4799","strongs_number":"H4799","system":"hebrew","language":"hebrew","number_value":4799,"lemma":"מָרַח","transliteration":"mârach","pronunciation":"maw-rakh'","derivation":"a primitive root;","strongs_definition":"properly, to soften by rubbing or pressure; hence (medicinally) to apply as an emollient","kjv_definition":"lay for a plaister."} +{"id":"H4800","strongs_number":"H4800","system":"hebrew","language":"hebrew","number_value":4800,"lemma":"מֶרְחָב","transliteration":"merchâb","pronunciation":"mer-khawb'","derivation":"from H7337 (רָחַב);","strongs_definition":"enlargement, either literally (an open space, usually in a good sense), or figuratively (liberty)","kjv_definition":"breadth, large place (room)."} +{"id":"H4801","strongs_number":"H4801","system":"hebrew","language":"hebrew","number_value":4801,"lemma":"מֶרְחָק","transliteration":"merchâq","pronunciation":"mer-khawk'","derivation":"; from H7368 (רָחַק);","strongs_definition":"remoteness, i.e. (concretely) a distant place; often (adverbially) from afar","kjv_definition":"(a-, dwell in, very) far (country, off). See also H1023 (בֵּית הַמֶּרְחָק)."} +{"id":"H4802","strongs_number":"H4802","system":"hebrew","language":"hebrew","number_value":4802,"lemma":"מַרְחֶשֶׁת","transliteration":"marchesheth","pronunciation":"mar-kheh'-sheth","derivation":"from H7370 (רָחַשׁ);","strongs_definition":"a stewpan","kjv_definition":"fryingpan."} +{"id":"H4803","strongs_number":"H4803","system":"hebrew","language":"hebrew","number_value":4803,"lemma":"מָרַט","transliteration":"mâraṭ","pronunciation":"maw-rat'","derivation":"a primitive root;","strongs_definition":"to polish; by implication, to make bald (the head), to gall (the shoulder); also, to sharpen","kjv_definition":"bright, furbish, (have his) hair (be) fallen off, peeled, pluck off (hair)."} +{"id":"H4804","strongs_number":"H4804","system":"hebrew","language":"hebrew","number_value":4804,"lemma":"מְרַט","transliteration":"mᵉraṭ","pronunciation":"mer-at'","derivation":"(Aramaic) corresponding to H4803 (מָרַט);","strongs_definition":"to pull off","kjv_definition":"be plucked."} +{"id":"H4805","strongs_number":"H4805","system":"hebrew","language":"hebrew","number_value":4805,"lemma":"מְרִי","transliteration":"mᵉrîy","pronunciation":"mer-ee'","derivation":"from H4784 (מָרָה);","strongs_definition":"bitterness, i.e. (figuratively) rebellion; concretely, bitter, or rebellious","kjv_definition":"bitter, (most) rebel(-lion, -lious)."} +{"id":"H4806","strongs_number":"H4806","system":"hebrew","language":"hebrew","number_value":4806,"lemma":"מְרִיא","transliteration":"mᵉrîyʼ","pronunciation":"mer-ee'","derivation":"from H4754 (מָרָא) in the sense of grossness, through the idea of domineering (compare H4756 (מָרֵא));","strongs_definition":"stall-fed; often (as noun) a beeve","kjv_definition":"fat (fed) beast (cattle, -ling)."} +{"id":"H4807","strongs_number":"H4807","system":"hebrew","language":"hebrew","number_value":4807,"lemma":"מְרִיב בַּעַל","transliteration":"Mᵉrîyb Baʻal","pronunciation":"mer-eeb' bah'-al","derivation":"from H7378 (רִיב) and H1168 (בַּעַל);","strongs_definition":"quarreller of Baal, Merib-Baal, an epithet of Gideon","kjv_definition":"Merib-baal. Compare H4810 (מְרִי בַעַל)."} +{"id":"H4808","strongs_number":"H4808","system":"hebrew","language":"hebrew","number_value":4808,"lemma":"מְרִיבָה","transliteration":"mᵉrîybâh","pronunciation":"mer-ee-baw'","derivation":"from H7378 (רִיב);","strongs_definition":"quarrel","kjv_definition":"provocation, strife."} +{"id":"H4809","strongs_number":"H4809","system":"hebrew","language":"hebrew","number_value":4809,"lemma":"מְרִיבָה","transliteration":"Mᵉrîybâh","pronunciation":"mer-ee-baw'","derivation":"the same as H4808 (מְרִיבָה);","strongs_definition":"Meribah, the name of two places in the Desert","kjv_definition":"Meribah."} +{"id":"H4810","strongs_number":"H4810","system":"hebrew","language":"hebrew","number_value":4810,"lemma":"מְרִי בַעַל","transliteration":"Mᵉrîy Baʻal","pronunciation":"mer-ee' bah'-al","derivation":"from H4805 (מְרִי) and H1168 (בַּעַל); rebellion of (i.e. against) Baal;","strongs_definition":"Meri-Baal, an epithet of Gideon","kjv_definition":"Meri-baal. Compare H4807 (מְרִיב בַּעַל)."} +{"id":"H4811","strongs_number":"H4811","system":"hebrew","language":"hebrew","number_value":4811,"lemma":"מְרָיָה","transliteration":"Mᵉrâyâh","pronunciation":"mer-aw-yaw'","derivation":"from H4784 (מָרָה); rebellion;","strongs_definition":"Merajah, an Israelite","kjv_definition":"Meraiah. Compare H3236 (יִמְרָה)."} +{"id":"H4812","strongs_number":"H4812","system":"hebrew","language":"hebrew","number_value":4812,"lemma":"מְרָיוֹת","transliteration":"Mᵉrâyôwth","pronunciation":"mer-aw-yohth'","derivation":"plural of H4811 (מְרָיָה); rebellious;","strongs_definition":"Merajoth, the name of two Israelites","kjv_definition":"Meraioth."} +{"id":"H4813","strongs_number":"H4813","system":"hebrew","language":"hebrew","number_value":4813,"lemma":"מִרְיָם","transliteration":"Miryâm","pronunciation":"meer-yawm'","derivation":"from H4805 (מְרִי); rebelliously;","strongs_definition":"Mirjam, the name of two Israelitesses","kjv_definition":"Miriam."} +{"id":"H4814","strongs_number":"H4814","system":"hebrew","language":"hebrew","number_value":4814,"lemma":"מְרִירוּת","transliteration":"mᵉrîyrûwth","pronunciation":"mer-ee-rooth'","derivation":"from H4843 (מָרַר);","strongs_definition":"bitterness, i.e. (figuratively) grief","kjv_definition":"bitterness."} +{"id":"H4815","strongs_number":"H4815","system":"hebrew","language":"hebrew","number_value":4815,"lemma":"מְרִירִי","transliteration":"mᵉrîyrîy","pronunciation":"mer-ee-ree'","derivation":"from H4843 (מָרַר);","strongs_definition":"bitter, i.e. poisonous","kjv_definition":"bitter."} +{"id":"H4816","strongs_number":"H4816","system":"hebrew","language":"hebrew","number_value":4816,"lemma":"מֹרֶךְ","transliteration":"môrek","pronunciation":"mo'-rek","derivation":"perhaps from H7401 (רָכַךְ);","strongs_definition":"softness, i.e. (figuratively) fear","kjv_definition":"faintness."} +{"id":"H4817","strongs_number":"H4817","system":"hebrew","language":"hebrew","number_value":4817,"lemma":"מֶרְכָּב","transliteration":"merkâb","pronunciation":"mer-kawb'","derivation":"from H7392 (רָכַב);","strongs_definition":"a chariot; also a seat (in a vehicle)","kjv_definition":"chariot, covering, saddle."} +{"id":"H4818","strongs_number":"H4818","system":"hebrew","language":"hebrew","number_value":4818,"lemma":"מֶרְכָּבָה","transliteration":"merkâbâh","pronunciation":"mer-kaw-baw'","derivation":"feminine of H4817 (מֶרְכָּב);","strongs_definition":"a chariot","kjv_definition":"chariot. See also H1024 (בֵּית הַמַּרְכָּבוֹת)."} +{"id":"H4819","strongs_number":"H4819","system":"hebrew","language":"hebrew","number_value":4819,"lemma":"מַרְכֹּלֶת","transliteration":"markôleth","pronunciation":"mar-ko'-leth","derivation":"from H7402 (רָכַל);","strongs_definition":"a mart","kjv_definition":"merchandise."} +{"id":"H4820","strongs_number":"H4820","system":"hebrew","language":"hebrew","number_value":4820,"lemma":"מִרְמָה","transliteration":"mirmâh","pronunciation":"meer-maw'","derivation":"from H7411 (רָמָה) in the sense of deceiving;","strongs_definition":"fraud","kjv_definition":"craft, deceit(-ful, -fully), false, feigned, guile, subtilly, treachery."} +{"id":"H4821","strongs_number":"H4821","system":"hebrew","language":"hebrew","number_value":4821,"lemma":"מִרְמָה","transliteration":"Mirmâh","pronunciation":"meer-maw'","derivation":"the same as H4820 (מִרְמָה);","strongs_definition":"Mirmah, an Israelite","kjv_definition":"Mirma."} +{"id":"H4822","strongs_number":"H4822","system":"hebrew","language":"hebrew","number_value":4822,"lemma":"מְרֵמוֹת","transliteration":"Mᵉrêmôwth","pronunciation":"mer-ay-mohth'","derivation":"plural from H7311 (רוּם); heights;","strongs_definition":"Meremoth, the name of two Israelites","kjv_definition":"Meremoth."} +{"id":"H4823","strongs_number":"H4823","system":"hebrew","language":"hebrew","number_value":4823,"lemma":"מִרְמָס","transliteration":"mirmâç","pronunciation":"meer-mawce'","derivation":"from H7429 (רָמַס);","strongs_definition":"abasement (the act or the thing)","kjv_definition":"tread (down) -ing, (to be) trodden (down) under foot."} +{"id":"H4824","strongs_number":"H4824","system":"hebrew","language":"hebrew","number_value":4824,"lemma":"מֵרֹנֹתִי","transliteration":"Mêrônôthîy","pronunciation":"may-ro-no-thee'","derivation":"patrial from an unused noun;","strongs_definition":"a Meronothite, or inhabitant of some (otherwise unknown) Meronoth.","kjv_definition":"Meronothite."} +{"id":"H4825","strongs_number":"H4825","system":"hebrew","language":"hebrew","number_value":4825,"lemma":"מֶרֶס","transliteration":"Mereç","pronunciation":"meh'-res","derivation":"of foreign derivation;","strongs_definition":"Meres, a Persian","kjv_definition":"Meres."} +{"id":"H4826","strongs_number":"H4826","system":"hebrew","language":"hebrew","number_value":4826,"lemma":"מַרְסְנָא","transliteration":"Marçᵉnâʼ","pronunciation":"mar-sen-aw'","derivation":"of foreign derivation;","strongs_definition":"Marsena, a Persian","kjv_definition":"Marsena."} +{"id":"H4827","strongs_number":"H4827","system":"hebrew","language":"hebrew","number_value":4827,"lemma":"מֵרַע","transliteration":"mêraʻ","pronunciation":"may-rah'","derivation":"from H7489 (רָעַע);","strongs_definition":"used as (abstract) noun, wickedness","kjv_definition":"do mischief."} +{"id":"H4828","strongs_number":"H4828","system":"hebrew","language":"hebrew","number_value":4828,"lemma":"מֵרֵעַ","transliteration":"mêrêaʻ","pronunciation":"may-ray'-ah","derivation":"from H7462 (רָעָה) in the sense of companionship;","strongs_definition":"a friend","kjv_definition":"companion, friend."} +{"id":"H4829","strongs_number":"H4829","system":"hebrew","language":"hebrew","number_value":4829,"lemma":"מִרְעֶה","transliteration":"mirʻeh","pronunciation":"meer-eh'","derivation":"from H7462 (רָעָה) in the sense of feeding;","strongs_definition":"pasture (the place or the act); also the haunt of wild animals","kjv_definition":"feeding place, pasture."} +{"id":"H4830","strongs_number":"H4830","system":"hebrew","language":"hebrew","number_value":4830,"lemma":"מִרְעִית","transliteration":"mirʻîyth","pronunciation":"meer-eeth'","derivation":"from H7462 (רָעָה) in the sense of feeding;","strongs_definition":"pasturage; concretely, a flock","kjv_definition":"flock, pasture."} +{"id":"H4831","strongs_number":"H4831","system":"hebrew","language":"hebrew","number_value":4831,"lemma":"מַרְעֲלָה","transliteration":"Marʻălâh","pronunciation":"mar-al-aw'","derivation":"from H7477 (רָעַל); perhaps, earthquake;","strongs_definition":"Maralah, a place in Palestine","kjv_definition":"Maralah."} +{"id":"H4832","strongs_number":"H4832","system":"hebrew","language":"hebrew","number_value":4832,"lemma":"מַרְפֵּא","transliteration":"marpêʼ","pronunciation":"mar-pay'","derivation":"from H7495 (רָפָא);","strongs_definition":"properly, curative, i.e. literally (concretely) a medicine, or (abstractly) a cure; figuratively (concretely) deliverance, or (abstractly) placidity","kjv_definition":"(in-)cure(-able), healing(-lth), remedy, sound, wholesome, yielding."} +{"id":"H4833","strongs_number":"H4833","system":"hebrew","language":"hebrew","number_value":4833,"lemma":"מִרְפָּשׂ","transliteration":"mirpâs","pronunciation":"meer-paws'","derivation":"from H7515 (רָפַשׂ);","strongs_definition":"muddled water","kjv_definition":"that which...have fouled."} +{"id":"H4834","strongs_number":"H4834","system":"hebrew","language":"hebrew","number_value":4834,"lemma":"מָרַץ","transliteration":"mârats","pronunciation":"maw-rats'","derivation":"a primitive root;","strongs_definition":"properly, to press, i.e. (figuratively) to be pungent or vehement; to irritate","kjv_definition":"embolden, be forcible, grievous, sore."} +{"id":"H4835","strongs_number":"H4835","system":"hebrew","language":"hebrew","number_value":4835,"lemma":"מְרֻצָה","transliteration":"mᵉrutsâh","pronunciation":"mer-oo-tsaw'","derivation":"from H7533 (רָצַץ);","strongs_definition":"oppression","kjv_definition":"violence. See also H4794 (מְרוּצָה)."} +{"id":"H4836","strongs_number":"H4836","system":"hebrew","language":"hebrew","number_value":4836,"lemma":"מַרְצֵעַ","transliteration":"martsêaʻ","pronunciation":"mar-tsay'-ah","derivation":"from H7527 (רָצַע);","strongs_definition":"an awl","kjv_definition":"aul."} +{"id":"H4837","strongs_number":"H4837","system":"hebrew","language":"hebrew","number_value":4837,"lemma":"מַרְצֶפֶת","transliteration":"martsepheth","pronunciation":"mar-tseh'-feth","derivation":"from H7528 (רָצַף);","strongs_definition":"a pavement","kjv_definition":"pavement."} +{"id":"H4838","strongs_number":"H4838","system":"hebrew","language":"hebrew","number_value":4838,"lemma":"מָרַק","transliteration":"mâraq","pronunciation":"maw-rak'","derivation":"a primitive root;","strongs_definition":"to polish; by implication, to sharpen; also to rinse","kjv_definition":"bright, furbish, scour."} +{"id":"H4839","strongs_number":"H4839","system":"hebrew","language":"hebrew","number_value":4839,"lemma":"מָרָק","transliteration":"mârâq","pronunciation":"maw-rawk'","derivation":"from H4838 (מָרַק);","strongs_definition":"soup (as if a rinsing)","kjv_definition":"broth. See also H6564 (פָּרָק)."} +{"id":"H4840","strongs_number":"H4840","system":"hebrew","language":"hebrew","number_value":4840,"lemma":"מֶרְקָח","transliteration":"merqâch","pronunciation":"mer-kawkh'","derivation":"from H7543 (רָקַח);","strongs_definition":"a spicy herb","kjv_definition":"[idiom] sweet."} +{"id":"H4841","strongs_number":"H4841","system":"hebrew","language":"hebrew","number_value":4841,"lemma":"מֶרְקָחָה","transliteration":"merqâchâh","pronunciation":"mer-kaw-khaw'","derivation":"feminine of H4840 (מֶרְקָח);","strongs_definition":"abstractly, a seasoning (with spicery); concretely, an unguentkettle (for preparing spiced oil)","kjv_definition":"pot of ointment, [idiom] well."} +{"id":"H4842","strongs_number":"H4842","system":"hebrew","language":"hebrew","number_value":4842,"lemma":"מִרְקַחַת","transliteration":"mirqachath","pronunciation":"meer-kakh'-ath","derivation":"from H7543 (רָקַח);","strongs_definition":"an aromatic unguent; also an unguent-pot","kjv_definition":"prepared by the apothecaries' art, compound, ointment."} +{"id":"H4843","strongs_number":"H4843","system":"hebrew","language":"hebrew","number_value":4843,"lemma":"מָרַר","transliteration":"mârar","pronunciation":"maw-rar'","derivation":"a primitive root; properly, to trickle (see H4752 (מַר)); but used only as a denominative from H4751 (מַר);","strongs_definition":"to be (causatively, make) bitter (literally or figuratively)","kjv_definition":"(be, be in, deal, have, make) bitter(-ly, -ness), be moved with choler, (be, have sorely, it) grieved(-eth), provoke, vex."} +{"id":"H4844","strongs_number":"H4844","system":"hebrew","language":"hebrew","number_value":4844,"lemma":"מְרֹר","transliteration":"mᵉrôr","pronunciation":"mer-ore'","derivation":"or מְרוֹר; from H4843 (מָרַר);","strongs_definition":"a bitter herb","kjv_definition":"bitter(-ness)."} +{"id":"H4845","strongs_number":"H4845","system":"hebrew","language":"hebrew","number_value":4845,"lemma":"מְרֵרָה","transliteration":"mᵉrêrâh","pronunciation":"mer-ay-raw'","derivation":"from H4843 (מָרַר);","strongs_definition":"bile (from its bitterness)","kjv_definition":"gall."} +{"id":"H4846","strongs_number":"H4846","system":"hebrew","language":"hebrew","number_value":4846,"lemma":"מְרֹרָה","transliteration":"mᵉrôrâh","pronunciation":"mer-o-raw'","derivation":"or מְרוֹרָה; from H4843 (מָרַר);","strongs_definition":"properly, bitterness; concretely, a bitter thing; specifically bile; also venom (of a serpent)","kjv_definition":"bitter (thing), gall."} +{"id":"H4847","strongs_number":"H4847","system":"hebrew","language":"hebrew","number_value":4847,"lemma":"מְרָרִי","transliteration":"Mᵉrârîy","pronunciation":"mer-aw-ree'","derivation":"from H4843 (מָרַר); bitter;","strongs_definition":"Merari, an Israelite","kjv_definition":"Merari. See also H4848 (מְרָרִי)."} +{"id":"H4848","strongs_number":"H4848","system":"hebrew","language":"hebrew","number_value":4848,"lemma":"מְרָרִי","transliteration":"Mᵉrârîy","pronunciation":"mer-aw-ree'","derivation":"from H4847 (מְרָרִי);","strongs_definition":"a Merarite (collectively), or decendants of Merari","kjv_definition":"Merarites."} +{"id":"H4849","strongs_number":"H4849","system":"hebrew","language":"hebrew","number_value":4849,"lemma":"מִרְשַׁעַת","transliteration":"mirshaʻath","pronunciation":"meer-shah'-ath","derivation":"from H7561 (רָשַׁע);","strongs_definition":"a female wicked doer","kjv_definition":"wicked woman."} +{"id":"H4850","strongs_number":"H4850","system":"hebrew","language":"hebrew","number_value":4850,"lemma":"מְרָתַיִם","transliteration":"Mᵉrâthayim","pronunciation":"mer-aw-thah'-yim","derivation":"dual of H4751 (מַר) feminine; double bitterness;","strongs_definition":"Merathajim, an epithet of Babylon","kjv_definition":"Merathaim."} +{"id":"H4851","strongs_number":"H4851","system":"hebrew","language":"hebrew","number_value":4851,"lemma":"מַשׁ","transliteration":"Mash","pronunciation":"mash","derivation":"of foreign derivation;","strongs_definition":"Mash, a son of Aram, and the people descended from him","kjv_definition":"Mash."} +{"id":"H4852","strongs_number":"H4852","system":"hebrew","language":"hebrew","number_value":4852,"lemma":"מֵשָׁא","transliteration":"Mêshâʼ","pronunciation":"may-shaw'","derivation":"of foreign derivation;","strongs_definition":"Mesha, a place in Arabia","kjv_definition":"Mesha."} +{"id":"H4853","strongs_number":"H4853","system":"hebrew","language":"hebrew","number_value":4853,"lemma":"מַשָּׂא","transliteration":"massâʼ","pronunciation":"mas-saw'","derivation":"from H5375 (נָשָׂא);","strongs_definition":"a burden; specifically, tribute, or (abstractly) porterage; figuratively, an utterance, chiefly adoom, especially singing; mental, desire","kjv_definition":"burden, carry away, prophecy, [idiom] they set, song, tribute."} +{"id":"H4854","strongs_number":"H4854","system":"hebrew","language":"hebrew","number_value":4854,"lemma":"מַשָּׂא","transliteration":"Massâʼ","pronunciation":"mas-saw'","derivation":"the same as H4853 (מַשָּׂא); burden;","strongs_definition":"Massa, a son of Ishmael","kjv_definition":"Massa."} +{"id":"H4855","strongs_number":"H4855","system":"hebrew","language":"hebrew","number_value":4855,"lemma":"מַשָּׁא","transliteration":"mashshâʼ","pronunciation":"mash-shaw'","derivation":"from H5383 (נָשָׁה);","strongs_definition":"a loan; by implication, interest on adebt","kjv_definition":"exaction, usury."} +{"id":"H4856","strongs_number":"H4856","system":"hebrew","language":"hebrew","number_value":4856,"lemma":"מַשֹּׂא","transliteration":"massôʼ","pronunciation":"mas-so'","derivation":"from H5375 (נָשָׂא);","strongs_definition":"partiality (as a lifting up)","kjv_definition":"respect."} +{"id":"H4857","strongs_number":"H4857","system":"hebrew","language":"hebrew","number_value":4857,"lemma":"מַשְׁאָב","transliteration":"mashʼâb","pronunciation":"mash-awb'","derivation":"from H7579 (שָׁאַב);","strongs_definition":"a trough for cattle to drink from","kjv_definition":"place of drawing water."} +{"id":"H4858","strongs_number":"H4858","system":"hebrew","language":"hebrew","number_value":4858,"lemma":"מַשָּׂאָה","transliteration":"massâʼâh","pronunciation":"mas-saw-aw'","derivation":"from H5375 (נָשָׂא);","strongs_definition":"a conflagration (from the rising of smoke)","kjv_definition":"burden."} +{"id":"H4859","strongs_number":"H4859","system":"hebrew","language":"hebrew","number_value":4859,"lemma":"מַשָּׁאָה","transliteration":"mashshâʼâh","pronunciation":"mash-shaw-aw'","derivation":"feminine of H4855 (מַשָּׁא);","strongs_definition":"a loan","kjv_definition":"[idiom] any(-thing), debt."} +{"id":"H4860","strongs_number":"H4860","system":"hebrew","language":"hebrew","number_value":4860,"lemma":"מַשָּׁאוֹן","transliteration":"mashshâʼôwn","pronunciation":"mash-shaw-ohn'","derivation":"from H5377 (נָשָׁא);","strongs_definition":"dissimulation","kjv_definition":"deceit."} +{"id":"H4861","strongs_number":"H4861","system":"hebrew","language":"hebrew","number_value":4861,"lemma":"מִשְׁאָל","transliteration":"Mishʼâl","pronunciation":"mish-awl'","derivation":"from H7592 (שָׁאַל); request;","strongs_definition":"Mishal, a place in Palestine","kjv_definition":"Mishal, Misheal. Compare H4913 (מָשָׁל)."} +{"id":"H4862","strongs_number":"H4862","system":"hebrew","language":"hebrew","number_value":4862,"lemma":"מִשְׁאָלָה","transliteration":"mishʼâlâh","pronunciation":"mish-aw-law'","derivation":"from H7592 (שָׁאַל);","strongs_definition":"a request","kjv_definition":"desire, petition."} +{"id":"H4863","strongs_number":"H4863","system":"hebrew","language":"hebrew","number_value":4863,"lemma":"מִשְׁאֶרֶת","transliteration":"mishʼereth","pronunciation":"mish-eh'-reth","derivation":"from H7604 (שָׁאַר) in the original sense of swelling;","strongs_definition":"a kneading-trough (in which the dough rises)","kjv_definition":"kneading trough, store."} +{"id":"H4864","strongs_number":"H4864","system":"hebrew","language":"hebrew","number_value":4864,"lemma":"מַשְׂאֵת","transliteration":"masʼêth","pronunciation":"mas-ayth'","derivation":"from H5375 (נָשָׂא);","strongs_definition":"properly, (abstractly) a raising (as of the hands in prayer), or rising (of flame); figuratively, an utterance; concretely, a beacon (as raised); a present (as taken), mess, or tribute; figuratively, a reproach (as a burden)","kjv_definition":"burden, collection, sign of fire, (great) flame, gift, lifting up, mess, oblation, reward."} +{"id":"H4865","strongs_number":"H4865","system":"hebrew","language":"hebrew","number_value":4865,"lemma":"מִשְׁבְּצָה","transliteration":"mishbᵉtsâh","pronunciation":"mish-bets-aw'","derivation":"from H7660 (שָׁבַץ);","strongs_definition":"a brocade; by analogy, a (reticulated) setting of agem","kjv_definition":"ouch, wrought."} +{"id":"H4866","strongs_number":"H4866","system":"hebrew","language":"hebrew","number_value":4866,"lemma":"מִשְׁבֵּר","transliteration":"mishbêr","pronunciation":"mish-bare'","derivation":"from H7665 (שָׁבַר);","strongs_definition":"the orifice of the womb (from which the fetus breaks forth)","kjv_definition":"birth, breaking forth."} +{"id":"H4867","strongs_number":"H4867","system":"hebrew","language":"hebrew","number_value":4867,"lemma":"מִשְׁבָּר","transliteration":"mishbâr","pronunciation":"mish-bawr'","derivation":"from H7665 (שָׁבַר);","strongs_definition":"a breaker (of the sea)","kjv_definition":"billow, wave."} +{"id":"H4868","strongs_number":"H4868","system":"hebrew","language":"hebrew","number_value":4868,"lemma":"מִשְׁבָּת","transliteration":"mishbâth","pronunciation":"mish-bawth'","derivation":"from H7673 (שָׁבַת);","strongs_definition":"cessation, i.e. destruction","kjv_definition":"sabbath."} +{"id":"H4869","strongs_number":"H4869","system":"hebrew","language":"hebrew","number_value":4869,"lemma":"מִשְׂגָּב","transliteration":"misgâb","pronunciation":"mis-gawb'","derivation":"from H7682 (שָׂגַב); properly, a cliff (or other lofty or inaccessible place); abstractly, altitude; figuratively, a refuge","strongs_definition":"defence, high fort (tower), refuge, Misgab, a place in Moab","kjv_definition":"Misgab."} +{"id":"H4870","strongs_number":"H4870","system":"hebrew","language":"hebrew","number_value":4870,"lemma":"מִשְׁגֶּה","transliteration":"mishgeh","pronunciation":"mish-gay'","derivation":"from H7686 (שָׁגָה);","strongs_definition":"an error","kjv_definition":"oversight."} +{"id":"H4871","strongs_number":"H4871","system":"hebrew","language":"hebrew","number_value":4871,"lemma":"מָשָׁה","transliteration":"mâshâh","pronunciation":"maw-shaw'","derivation":"a primitive root;","strongs_definition":"to pull out (literally or figuratively)","kjv_definition":"draw(out)."} +{"id":"H4872","strongs_number":"H4872","system":"hebrew","language":"hebrew","number_value":4872,"lemma":"מֹשֶׁה","transliteration":"Môsheh","pronunciation":"mo-sheh'","derivation":"from H4871 (מָשָׁה); drawing out (of the water), i.e. rescued;","strongs_definition":"Mosheh, the Israelite lawgiver","kjv_definition":"Moses."} +{"id":"H4873","strongs_number":"H4873","system":"hebrew","language":"hebrew","number_value":4873,"lemma":"מֹשֶׁה","transliteration":"Môsheh","pronunciation":"mo-sheh'","derivation":"(Aramaic) corresponding to H4872 (מֹשֶׁה)","strongs_definition":"{Mosheh, the Israelite lawgiver}","kjv_definition":"Moses."} +{"id":"H4874","strongs_number":"H4874","system":"hebrew","language":"hebrew","number_value":4874,"lemma":"מַשֶּׁה","transliteration":"mashsheh","pronunciation":"mash-sheh'","derivation":"from H5383 (נָשָׁה);","strongs_definition":"a debt","kjv_definition":"[phrase] creditor."} +{"id":"H4875","strongs_number":"H4875","system":"hebrew","language":"hebrew","number_value":4875,"lemma":"מְשׁוֹאָה","transliteration":"mᵉshôwʼâh","pronunciation":"meh-o-aw'","derivation":"or מְשֹׁאָה; from the same as H7722 (שׁוֹא);","strongs_definition":"(a) ruin, abstractly (the act) or concretely (the wreck)","kjv_definition":"desolation, waste."} +{"id":"H4876","strongs_number":"H4876","system":"hebrew","language":"hebrew","number_value":4876,"lemma":"מַשּׁוּאָה","transliteration":"mashshûwʼâh","pronunciation":"mash-shoo-aw'","derivation":"or מַשֻּׁאָה; for H4875 (מְשׁוֹאָה);","strongs_definition":"ruin","kjv_definition":"desolation, destruction."} +{"id":"H4877","strongs_number":"H4877","system":"hebrew","language":"hebrew","number_value":4877,"lemma":"מְשׁוֹבָב","transliteration":"Mᵉshôwbâb","pronunciation":"mesh-o-bawb'","derivation":"from H7725 (שׁוּב); returned;","strongs_definition":"Meshobab, an Israelite","kjv_definition":"Meshobab."} +{"id":"H4878","strongs_number":"H4878","system":"hebrew","language":"hebrew","number_value":4878,"lemma":"מְשׁוּבָה","transliteration":"mᵉshûwbâh","pronunciation":"mesh-oo-baw'","derivation":"or מְשֻׁבָה; from H7725 (שׁוּב);","strongs_definition":"apostasy","kjv_definition":"backsliding, turning away."} +{"id":"H4879","strongs_number":"H4879","system":"hebrew","language":"hebrew","number_value":4879,"lemma":"מְשׁוּגָה","transliteration":"mᵉshûwgâh","pronunciation":"mesh-oo-gaw'","derivation":"from an unused root meaning to stray;","strongs_definition":"mistake","kjv_definition":"error."} +{"id":"H4880","strongs_number":"H4880","system":"hebrew","language":"hebrew","number_value":4880,"lemma":"מָשׁוֹט","transliteration":"mâshôwṭ","pronunciation":"maw-shote'","derivation":"or מִשּׁוֹט; from H7751 (שׁוּט);","strongs_definition":"an oar","kjv_definition":"oar."} +{"id":"H4881","strongs_number":"H4881","system":"hebrew","language":"hebrew","number_value":4881,"lemma":"מְשׂוּכָה","transliteration":"mᵉsûwkâh","pronunciation":"mes-oo-kaw'","derivation":"or מְשֻׂכָה; from H7753 (שׂוּךְ);","strongs_definition":"a hedge","kjv_definition":"hedge."} +{"id":"H4882","strongs_number":"H4882","system":"hebrew","language":"hebrew","number_value":4882,"lemma":"מְשׁוּסָה","transliteration":"mᵉshûwçâh","pronunciation":"mesh-oo-saw'","derivation":"from an unused root meaning to plunder;","strongs_definition":"spoilation","kjv_definition":"spoil."} +{"id":"H4883","strongs_number":"H4883","system":"hebrew","language":"hebrew","number_value":4883,"lemma":"מַשּׂוֹר","transliteration":"massôwr","pronunciation":"mas-sore'","derivation":"from an unused root meaning to rasp;","strongs_definition":"a saw","kjv_definition":"saw."} +{"id":"H4884","strongs_number":"H4884","system":"hebrew","language":"hebrew","number_value":4884,"lemma":"מְשׂוּרָה","transliteration":"mᵉsûwrâh","pronunciation":"mes-oo-raw'","derivation":"from an unused root meaning apparently to divide;","strongs_definition":"a measure (for liquids)","kjv_definition":"measure."} +{"id":"H4885","strongs_number":"H4885","system":"hebrew","language":"hebrew","number_value":4885,"lemma":"מָשׂוֹשׂ","transliteration":"mâsôws","pronunciation":"maw-soce'","derivation":"from H7797 (שׂוּשׂ);","strongs_definition":"delight, concretely (the cause or object) or abstractly (the feeling)","kjv_definition":"joy, mirth, rejoice."} +{"id":"H4886","strongs_number":"H4886","system":"hebrew","language":"hebrew","number_value":4886,"lemma":"מָשַׁח","transliteration":"mâshach","pronunciation":"maw-shakh'","derivation":"a primitive root;","strongs_definition":"to rub with oil, i.e. to anoint; by implication, to consecrate; also to paint","kjv_definition":"anoint, paint."} +{"id":"H4887","strongs_number":"H4887","system":"hebrew","language":"hebrew","number_value":4887,"lemma":"מְשַׁח","transliteration":"mᵉshach","pronunciation":"mesh-akh'","derivation":"(Aramaic) from a root corresponding to H4886 (מָשַׁח);","strongs_definition":"oil","kjv_definition":"oil."} +{"id":"H4888","strongs_number":"H4888","system":"hebrew","language":"hebrew","number_value":4888,"lemma":"מִשְׁחָה","transliteration":"mishchâh","pronunciation":"meesh-khaw'","derivation":"or מׇשְׁחָה; from H4886 (מָשַׁח);","strongs_definition":"unction (the act); by implication, a consecratory gift","kjv_definition":"(to be) anointed(-ing), ointment."} +{"id":"H4889","strongs_number":"H4889","system":"hebrew","language":"hebrew","number_value":4889,"lemma":"מַשְׁחִית","transliteration":"mashchîyth","pronunciation":"mash-kheeth'","derivation":"from H7843 (שָׁחַת);","strongs_definition":"destructive, i.e. (as noun) destruction, literally (specifically a snare) or figuratively (corruption)","kjv_definition":"corruption, (to) destroy(-ing), destruction, trap, [idiom] utterly."} +{"id":"H4890","strongs_number":"H4890","system":"hebrew","language":"hebrew","number_value":4890,"lemma":"מִשְׂחַק","transliteration":"mischaq","pronunciation":"mis-khawk'","derivation":"from H7831 (שַׁחֲצוֹם);","strongs_definition":"a laughing-stock","kjv_definition":"scorn."} +{"id":"H4891","strongs_number":"H4891","system":"hebrew","language":"hebrew","number_value":4891,"lemma":"מִשְׁחָר","transliteration":"mishchâr","pronunciation":"mish-khawr'","derivation":"from H7836 (שָׁחַר) in the sense of day breaking;","strongs_definition":"dawn","kjv_definition":"morning."} +{"id":"H4892","strongs_number":"H4892","system":"hebrew","language":"hebrew","number_value":4892,"lemma":"מַשְׁחֵת","transliteration":"mashchêth","pronunciation":"mash-khayth'","derivation":"for H4889 (מַשְׁחִית);","strongs_definition":"destruction","kjv_definition":"destroying."} +{"id":"H4893","strongs_number":"H4893","system":"hebrew","language":"hebrew","number_value":4893,"lemma":"מִשְׁחָת","transliteration":"mishchâth","pronunciation":"mish-khawth'","derivation":"or מׇשְׁחָת; from H7843 (שָׁחַת);","strongs_definition":"disfigurement","kjv_definition":"corruption, marred."} +{"id":"H4894","strongs_number":"H4894","system":"hebrew","language":"hebrew","number_value":4894,"lemma":"מִשְׁטוֹחַ","transliteration":"mishṭôwach","pronunciation":"mish-to'-akh","derivation":"or מִשְׁטַח; from H7849 (שָׁטַח);","strongs_definition":"a spreading-place","kjv_definition":"(to) spread (forth, -ing, upon)."} +{"id":"H4895","strongs_number":"H4895","system":"hebrew","language":"hebrew","number_value":4895,"lemma":"מַשְׂטֵמָה","transliteration":"masṭêmâh","pronunciation":"mas-tay-maw'","derivation":"from the same as H7850 (שֹׁטֵט);","strongs_definition":"enmity","kjv_definition":"hatred."} +{"id":"H4896","strongs_number":"H4896","system":"hebrew","language":"hebrew","number_value":4896,"lemma":"מִשְׁטָר","transliteration":"mishṭâr","pronunciation":"mish-tawr'","derivation":"from H7860 (שֹׁטֵר);","strongs_definition":"jurisdiction","kjv_definition":"dominion."} +{"id":"H4897","strongs_number":"H4897","system":"hebrew","language":"hebrew","number_value":4897,"lemma":"מֶשִׁי","transliteration":"meshîy","pronunciation":"meh'-shee","derivation":"from H4871 (מָשָׁה);","strongs_definition":"silk (as drawn from the cocoon)","kjv_definition":"silk."} +{"id":"H4898","strongs_number":"H4898","system":"hebrew","language":"hebrew","number_value":4898,"lemma":"מְשֵׁיזַבְאֵל","transliteration":"Mᵉshêyzabʼêl","pronunciation":"mesh-ay-zab-ale'","derivation":"from an equiv. to H7804 (שְׁזַב) and H410 (אֵל); delivered of God;","strongs_definition":"Meshezabel, an Israelite","kjv_definition":"Meshezabeel."} +{"id":"H4899","strongs_number":"H4899","system":"hebrew","language":"hebrew","number_value":4899,"lemma":"מָשִׁיחַ","transliteration":"mâshîyach","pronunciation":"maw-shee'-akh","derivation":"from H4886 (מָשַׁח);","strongs_definition":"anointed; usually a consecrated person (as a king, priest, or saint); specifically, the Messiah","kjv_definition":"anointed, Messiah."} +{"id":"H4900","strongs_number":"H4900","system":"hebrew","language":"hebrew","number_value":4900,"lemma":"מָשַׁךְ","transliteration":"mâshak","pronunciation":"maw-shak'","derivation":"a primitive root;","strongs_definition":"to draw, used in a great variety of applications (including to sow, to sound, to prolong, to develop, to march, to remove, to delay, to be tall, etc.)","kjv_definition":"draw (along, out), continue, defer, extend, forbear, [idiom] give, handle, make (pro-, sound) long, [idiom] sow, scatter, stretch out."} +{"id":"H4901","strongs_number":"H4901","system":"hebrew","language":"hebrew","number_value":4901,"lemma":"מֶשֶׁךְ","transliteration":"meshek","pronunciation":"meh'shek","derivation":"from H4900 (מָשַׁךְ);","strongs_definition":"a sowing; also a possession","kjv_definition":"precious, price."} +{"id":"H4902","strongs_number":"H4902","system":"hebrew","language":"hebrew","number_value":4902,"lemma":"מֶשֶׁךְ","transliteration":"Meshek","pronunciation":"meh'-shek","derivation":"the same in form as H4901 (מֶשֶׁךְ), but probably of foreign derivation;","strongs_definition":"Meshek, a son of Japheth, and the people descended from him","kjv_definition":"Mesech, Meshech."} +{"id":"H4903","strongs_number":"H4903","system":"hebrew","language":"hebrew","number_value":4903,"lemma":"מִשְׁכַּב","transliteration":"mishkab","pronunciation":"mish-kab'","derivation":"(Aramaic) corresponding to H4904 (מִשְׁכָּב);","strongs_definition":"a bed","kjv_definition":"bed."} +{"id":"H4904","strongs_number":"H4904","system":"hebrew","language":"hebrew","number_value":4904,"lemma":"מִשְׁכָּב","transliteration":"mishkâb","pronunciation":"mish-kawb'","derivation":"from H7901 (שָׁכַב);","strongs_definition":"a bed (figuratively, a bier); abstractly, sleep; by euphemism, carnal intercourse","kjv_definition":"bed(-chamber), couch, lieth (lying) with."} +{"id":"H4905","strongs_number":"H4905","system":"hebrew","language":"hebrew","number_value":4905,"lemma":"מַשְׂכִּיל","transliteration":"maskîyl","pronunciation":"mas-keel'","derivation":"from H7919 (שָׂכַל);","strongs_definition":"instructive, i.e. a didactic poem","kjv_definition":"Maschil."} +{"id":"H4906","strongs_number":"H4906","system":"hebrew","language":"hebrew","number_value":4906,"lemma":"מַשְׂכִּית","transliteration":"maskîyth","pronunciation":"mas-keeth'","derivation":"from the same as H7906 (שֵׂכוּ);","strongs_definition":"a figure (carved on stone, the wall, or any object); figuratively, imagination","kjv_definition":"conceit, image(-ry), picture, [idiom] wish."} +{"id":"H4907","strongs_number":"H4907","system":"hebrew","language":"hebrew","number_value":4907,"lemma":"מִשְׁכַּן","transliteration":"mishkan","pronunciation":"mish-kan'","derivation":"(Aramaic) corresponding to H4908 (מִשְׁכָּן);","strongs_definition":"residence","kjv_definition":"habitation."} +{"id":"H4908","strongs_number":"H4908","system":"hebrew","language":"hebrew","number_value":4908,"lemma":"מִשְׁכָּן","transliteration":"mishkân","pronunciation":"mish-kawn'","derivation":"from H7931 (שָׁכַן);","strongs_definition":"a residence (including a shepherd's hut, the lair of animals, figuratively, the grave; also the Temple); specifically, the Tabernacle (properly, its wooden walls)","kjv_definition":"dwelleth, dwelling (place), habitation, tabernacle, tent."} +{"id":"H4909","strongs_number":"H4909","system":"hebrew","language":"hebrew","number_value":4909,"lemma":"מַשְׂכֹּרֶת","transliteration":"maskôreth","pronunciation":"mas-koh'-reth","derivation":"from H7936 (שָׂכַר);","strongs_definition":"wages or a reward","kjv_definition":"reward, wages."} +{"id":"H4910","strongs_number":"H4910","system":"hebrew","language":"hebrew","number_value":4910,"lemma":"מָשַׁל","transliteration":"mâshal","pronunciation":"maw-shal'","derivation":"a primitive root;","strongs_definition":"to rule","kjv_definition":"(have, make to have) dominion, governor, [idiom] indeed, reign, (bear, cause to, have) rule(-ing, -r), have power."} +{"id":"H4911","strongs_number":"H4911","system":"hebrew","language":"hebrew","number_value":4911,"lemma":"מָשַׁל","transliteration":"mâshal","pronunciation":"maw-shal'","derivation":"denominative from H4912 (מָשָׁל);","strongs_definition":"to liken, i.e. (transitively) to use figurative language (an allegory, adage, song or the like); intransitively, to resemble","kjv_definition":"be(-come) like, compare, use (as a) proverb, speak (in proverbs), utter."} +{"id":"H4912","strongs_number":"H4912","system":"hebrew","language":"hebrew","number_value":4912,"lemma":"מָשָׁל","transliteration":"mâshâl","pronunciation":"maw-shawl'","derivation":"apparently from H4910 (מָשַׁל) in some original sense of superiority in mental action;","strongs_definition":"properly, a pithy maxim, usually of metaphorical nature; hence, a simile (as an adage, poem, discourse)","kjv_definition":"byword, like, parable, proverb."} +{"id":"H4913","strongs_number":"H4913","system":"hebrew","language":"hebrew","number_value":4913,"lemma":"מָשָׁל","transliteration":"Mâshâl","pronunciation":"maw-shawl'","derivation":"for H4861 (מִשְׁאָל);","strongs_definition":"Mashal, a place in Palestine","kjv_definition":"Mashal."} +{"id":"H4914","strongs_number":"H4914","system":"hebrew","language":"hebrew","number_value":4914,"lemma":"מְשֹׁל","transliteration":"mᵉshôl","pronunciation":"mesh-ol'","derivation":"from H4911 (מָשַׁל);","strongs_definition":"a satire","kjv_definition":"byword."} +{"id":"H4915","strongs_number":"H4915","system":"hebrew","language":"hebrew","number_value":4915,"lemma":"מֹשֶׁל","transliteration":"môshel","pronunciation":"mo'-shel","derivation":"(1) from H4910 (מָשַׁל); (2) from H4911 (מָשַׁל);","strongs_definition":"empire; a parallel","kjv_definition":"dominion, like."} +{"id":"H4916","strongs_number":"H4916","system":"hebrew","language":"hebrew","number_value":4916,"lemma":"מִשְׁלוֹחַ","transliteration":"mishlôwach","pronunciation":"mish-lo'-akh","derivation":"or מִשְׁלֹחַ; also מִשְׁלָח; from H7971 (שָׁלַח);","strongs_definition":"a sending out, i.e. (abstractly) presentation (favorable), or seizure (unfavorable); also (concretely) a place of dismissal, or a business to be discharged","kjv_definition":"to lay, to put, sending (forth), to set."} +{"id":"H4917","strongs_number":"H4917","system":"hebrew","language":"hebrew","number_value":4917,"lemma":"מִשְׁלַחַת","transliteration":"mishlachath","pronunciation":"mish-lakh'-ath","derivation":"feminine of H4916 (מִשְׁלוֹחַ);","strongs_definition":"a mission, i.e. (abstractly and favorable) release, or (concretely and unfavorable) an army","kjv_definition":"discharge, sending."} +{"id":"H4918","strongs_number":"H4918","system":"hebrew","language":"hebrew","number_value":4918,"lemma":"מְשֻׁלָּם","transliteration":"Mᵉshullâm","pronunciation":"mesh-ool-lawm'","derivation":"from H7999 (שָׁלַם); allied;","strongs_definition":"Meshullam, the name of seventeen Israelites","kjv_definition":"Meshullam."} +{"id":"H4919","strongs_number":"H4919","system":"hebrew","language":"hebrew","number_value":4919,"lemma":"מְשִׁלֵּמוֹת","transliteration":"Mᵉshillêmôwth","pronunciation":"mesh-il-lay-mohth'","derivation":"plural from H7999 (שָׁלַם); reconciliations","strongs_definition":"Meshillemoth, an Israelite","kjv_definition":"Meshillemoth. Compare H4921 (מְשִׁלֵּמִית)."} +{"id":"H4920","strongs_number":"H4920","system":"hebrew","language":"hebrew","number_value":4920,"lemma":"מְשֶׁלֶמְיָה","transliteration":"Mᵉshelemyâh","pronunciation":"mesh-eh-lem-yaw'","derivation":"or מְשֶׁלֶמְיָהוּ; from H7999 (שָׁלַם) and H3050 (יָהּ); ally of Jah;","strongs_definition":"Meshelemjah, an Israelite","kjv_definition":"Meshelemiah."} +{"id":"H4921","strongs_number":"H4921","system":"hebrew","language":"hebrew","number_value":4921,"lemma":"מְשִׁלֵּמִית","transliteration":"Mᵉshillêmîyth","pronunciation":"mesh-il-lay-meeth'","derivation":"from H7999 (שָׁלַם); reconciliation;","strongs_definition":"Meshillemith, an Israelite","kjv_definition":"Meshillemith. Compare H4919 (מְשִׁלֵּמוֹת)."} +{"id":"H4922","strongs_number":"H4922","system":"hebrew","language":"hebrew","number_value":4922,"lemma":"מְשֻׁלֶּמֶת","transliteration":"Mᵉshullemeth","pronunciation":"mesh-ool-leh'-meth'","derivation":"feminine of H4918 (מְשֻׁלָּם);","strongs_definition":"Meshullemeth, an Israelitess","kjv_definition":"Meshullemeth."} +{"id":"H4923","strongs_number":"H4923","system":"hebrew","language":"hebrew","number_value":4923,"lemma":"מְשַׁמָּה","transliteration":"mᵉshammâh","pronunciation":"mesh-am-maw'","derivation":"from H8074 (שָׁמֵם);","strongs_definition":"a waste or amazement","kjv_definition":"astonishment, desolate."} +{"id":"H4924","strongs_number":"H4924","system":"hebrew","language":"hebrew","number_value":4924,"lemma":"מַשְׁמָן","transliteration":"mashmân","pronunciation":"mash-mawn'","derivation":"from H8080 (שָׁמַן);","strongs_definition":"fat, i.e. (literally and abstractly) fatness; but usually (figuratively and concretely) a rich dish, a fertile field, a robust man","kjv_definition":"fat (one, -ness, -test, -test place)."} +{"id":"H4925","strongs_number":"H4925","system":"hebrew","language":"hebrew","number_value":4925,"lemma":"מִשְׁמַנָּה","transliteration":"Mishmannâh","pronunciation":"mish-man-naw'","derivation":"from H8080 (שָׁמַן); fatness;","strongs_definition":"Mashmannah, an Israelite","kjv_definition":"Mishmannah."} +{"id":"H4926","strongs_number":"H4926","system":"hebrew","language":"hebrew","number_value":4926,"lemma":"מִשְׁמָע","transliteration":"mishmâʻ","pronunciation":"mish-maw'","derivation":"from H8085 (שָׁמַע);","strongs_definition":"a report","kjv_definition":"hearing."} +{"id":"H4927","strongs_number":"H4927","system":"hebrew","language":"hebrew","number_value":4927,"lemma":"מִשְׁמָע","transliteration":"Mishmâʻ","pronunciation":"mish-maw'","derivation":"the same as H4926 (מִשְׁמָע);","strongs_definition":"Mishma, the name of a son of Ishmael, and of an Israelite","kjv_definition":"Mishma."} +{"id":"H4928","strongs_number":"H4928","system":"hebrew","language":"hebrew","number_value":4928,"lemma":"מִשְׁמַעַת","transliteration":"mishmaʻath","pronunciation":"mish-mah'-ath","derivation":"feminine of H4926 (מִשְׁמָע);","strongs_definition":"audience, i.e. the royal court; also obedience, i.e. (concretely) a subject","kjv_definition":"bidding, guard, obey."} +{"id":"H4929","strongs_number":"H4929","system":"hebrew","language":"hebrew","number_value":4929,"lemma":"מִשְׁמָר","transliteration":"mishmâr","pronunciation":"mish-mawr'","derivation":"from H8104 (שָׁמַר);","strongs_definition":"a guard (the man, the post or the prison); a deposit (figuratively); also (as observed) a usage (abstractly), or an example (concretely)","kjv_definition":"diligence, guard, office, prison, ward, watch."} +{"id":"H4930","strongs_number":"H4930","system":"hebrew","language":"hebrew","number_value":4930,"lemma":"מַשְׂמְרָה","transliteration":"masmᵉrâh","pronunciation":"mas-mer-aw'","derivation":"for H4548 (מַסְמֵר) fem.;","strongs_definition":"a peg","kjv_definition":"nail."} +{"id":"H4931","strongs_number":"H4931","system":"hebrew","language":"hebrew","number_value":4931,"lemma":"מִשְׁמֶרֶת","transliteration":"mishmereth","pronunciation":"mish-mer'-reth","derivation":"feminine of H4929 (מִשְׁמָר);","strongs_definition":"watch, i.e. the act (custody), or (concretely) the sentry, the post; objectively preservation, or (concretely) safe; figuratively observance, i.e. (abstractly) duty or (objectively) a usage or party","kjv_definition":"charge, keep, or to be kept, office, ordinace, safeguard, ward, watch."} +{"id":"H4932","strongs_number":"H4932","system":"hebrew","language":"hebrew","number_value":4932,"lemma":"מִשְׁנֶה","transliteration":"mishneh","pronunciation":"mish-neh'","derivation":"from H8138 (שָׁנָה);","strongs_definition":"properly, a repetition, i.e. a duplicate (copy of a document), or a double (in amount); by implication, a second (in order, rank, age, quality or location)","kjv_definition":"college, copy, double, fatlings, next, second (order), twice as much."} +{"id":"H4933","strongs_number":"H4933","system":"hebrew","language":"hebrew","number_value":4933,"lemma":"מְשִׁסָּה","transliteration":"mᵉshiççâh","pronunciation":"mesh-is-saw'","derivation":"from H8155 (שָׁסַס);","strongs_definition":"plunder","kjv_definition":"booty, spoil."} +{"id":"H4934","strongs_number":"H4934","system":"hebrew","language":"hebrew","number_value":4934,"lemma":"מִשְׁעוֹל","transliteration":"mishʻôwl","pronunciation":"mish-ole'","derivation":"from the same as H8168 (שֹׁעַל);","strongs_definition":"a hollow, i.e. a narrow passage","kjv_definition":"path."} +{"id":"H4935","strongs_number":"H4935","system":"hebrew","language":"hebrew","number_value":4935,"lemma":"מִשְׁעִי","transliteration":"mishʻîy","pronunciation":"mish-ee'","derivation":"probably from H8159 (שָׁעָה);","strongs_definition":"inspection","kjv_definition":"to supple."} +{"id":"H4936","strongs_number":"H4936","system":"hebrew","language":"hebrew","number_value":4936,"lemma":"מִשְׁעָם","transliteration":"Mishʻâm","pronunciation":"mish-awm'","derivation":"apparently from H8159 (שָׁעָה); inspection;","strongs_definition":"Misham, an Israelite","kjv_definition":"Misham."} +{"id":"H4937","strongs_number":"H4937","system":"hebrew","language":"hebrew","number_value":4937,"lemma":"מִשְׁעֵן","transliteration":"mishʻên","pronunciation":"mish-ane'","derivation":"or מִשְׁעָן; from H8172 (שָׁעַן);","strongs_definition":"a support (concretely), i.e. (figuratively) a protector or sustenance","kjv_definition":"stay."} +{"id":"H4938","strongs_number":"H4938","system":"hebrew","language":"hebrew","number_value":4938,"lemma":"מִשְׁעֵנָה","transliteration":"mishʻênâh","pronunciation":"mish-ay-naw'","derivation":"or מִשְׁעֶנֶת; feminine of H4937 (מִשְׁעֵן);","strongs_definition":"support (abstractly), i.e. (figuratively) sustenance or (concretely) a walking-stick","kjv_definition":"staff."} +{"id":"H4939","strongs_number":"H4939","system":"hebrew","language":"hebrew","number_value":4939,"lemma":"מִשְׂפָּח","transliteration":"mispâch","pronunciation":"mis-pawkh'","derivation":"from H5596 (סָפַח);","strongs_definition":"slaughter","kjv_definition":"oppression."} +{"id":"H4940","strongs_number":"H4940","system":"hebrew","language":"hebrew","number_value":4940,"lemma":"מִשְׁפָּחָה","transliteration":"mishpâchâh","pronunciation":"mish-paw-khaw'","derivation":"from H8192 (שָׁפָה) (compare H8198 (שִׁפְחָה));","strongs_definition":"a family, i.e. circle of relatives; figuratively, a class (of persons), a species (of animals) or sort (of things); by extension a tribe or people","kjv_definition":"family, kind(-red)."} +{"id":"H4941","strongs_number":"H4941","system":"hebrew","language":"hebrew","number_value":4941,"lemma":"מִשְׁפָּט","transliteration":"mishpâṭ","pronunciation":"mish-pawt'","derivation":"from H8199 (שָׁפַט);","strongs_definition":"properly, a verdict (favorable or unfavorable) pronounced judicially, especially a sentence or formal decree (human or (participant's) divine law, individual or collective), including the act, the place, the suit, the crime, and the penalty; abstractly, justice, including a participant's right or privilege (statutory or customary), or even a style","kjv_definition":"[phrase] adversary, ceremony, charge, [idiom] crime, custom, desert, determination, discretion, disposing, due, fashion, form, to be judged, judgment, just(-ice, -ly), (manner of) law(-ful), manner, measure, (due) order, ordinance, right, sentence, usest, [idiom] worthy, [phrase] wrong."} +{"id":"H4942","strongs_number":"H4942","system":"hebrew","language":"hebrew","number_value":4942,"lemma":"מִשְׁפָּת","transliteration":"mishpâth","pronunciation":"mish-pawth'","derivation":"from H8192 (שָׁפָה);","strongs_definition":"a stall for cattle (only dual)","kjv_definition":"burden, sheepfold."} +{"id":"H4943","strongs_number":"H4943","system":"hebrew","language":"hebrew","number_value":4943,"lemma":"מֶשֶׁק","transliteration":"mesheq","pronunciation":"meh'-shek","derivation":"from an unused root meaning to hold;","strongs_definition":"possession","kjv_definition":"[phrase] steward."} +{"id":"H4944","strongs_number":"H4944","system":"hebrew","language":"hebrew","number_value":4944,"lemma":"מַשָּׁק","transliteration":"mashshâq","pronunciation":"mash-shawk'","derivation":"from H8264 (שָׁקַק);","strongs_definition":"a traversing, i.e. rapid motion","kjv_definition":"running to and fro."} +{"id":"H4945","strongs_number":"H4945","system":"hebrew","language":"hebrew","number_value":4945,"lemma":"מַשְׁקֶה","transliteration":"mashqeh","pronunciation":"mash-keh'","derivation":"from H8248 (שָׁקָה);","strongs_definition":"properly, causing to drink, i.e. a butler; by implication (intransitively), drink (itself); figuratively, a well-watered region","kjv_definition":"butler(-ship), cupbearer, drink(-ing), fat pasture, watered."} +{"id":"H4946","strongs_number":"H4946","system":"hebrew","language":"hebrew","number_value":4946,"lemma":"מִשְׁקוֹל","transliteration":"mishqôwl","pronunciation":"mish-kole'","derivation":"from H8254 (שָׁקַל);","strongs_definition":"weight","kjv_definition":"weight."} +{"id":"H4947","strongs_number":"H4947","system":"hebrew","language":"hebrew","number_value":4947,"lemma":"מַשְׁקוֹף","transliteration":"mashqôwph","pronunciation":"mash-kofe'","derivation":"from H8259 (שָׁקַף) in its original sense of overhanging;","strongs_definition":"a lintel","kjv_definition":"lintel."} +{"id":"H4948","strongs_number":"H4948","system":"hebrew","language":"hebrew","number_value":4948,"lemma":"מִשְׁקָל","transliteration":"mishqâl","pronunciation":"mish-kawl'","derivation":"from H8254 (שָׁקַל);","strongs_definition":"weight (numerically estimated); hence, weighing (the act)","kjv_definition":"(full) weight."} +{"id":"H4949","strongs_number":"H4949","system":"hebrew","language":"hebrew","number_value":4949,"lemma":"מִשְׁקֶלֶת","transliteration":"mishqeleth","pronunciation":"mish-keh'-leth","derivation":"or מִשְׁקֹלֶת; feminine of H4948 (מִשְׁקָל) or H4947 (מַשְׁקוֹף);","strongs_definition":"a weight, i.e. a plummet (with line attached)","kjv_definition":"plummet."} +{"id":"H4950","strongs_number":"H4950","system":"hebrew","language":"hebrew","number_value":4950,"lemma":"מִשְׁקָע","transliteration":"mishqâʻ","pronunciation":"mish-kaw'","derivation":"from H8257 (שָׁקַע);","strongs_definition":"a settling place (of water), i.e. a pond","kjv_definition":"deep."} +{"id":"H4951","strongs_number":"H4951","system":"hebrew","language":"hebrew","number_value":4951,"lemma":"מִשְׂרָה","transliteration":"misrâh","pronunciation":"mis-raw'","derivation":"from H8280 (שָׂרָה);","strongs_definition":"empire","kjv_definition":"government."} +{"id":"H4952","strongs_number":"H4952","system":"hebrew","language":"hebrew","number_value":4952,"lemma":"מִשְׁרָה","transliteration":"mishrâh","pronunciation":"mish-raw'","derivation":"from H8281 (שָׁרָה) in the sense of loosening;","strongs_definition":"maceration, i.e. steeped juice","kjv_definition":"liquor."} +{"id":"H4953","strongs_number":"H4953","system":"hebrew","language":"hebrew","number_value":4953,"lemma":"מַשְׁרוֹקִי","transliteration":"mashrôwqîy","pronunciation":"mash-ro-kee'","derivation":"(Aramaic) from a root corresponding to H8319 (שָׁרַק);","strongs_definition":"a (musical) pipe (from its whistling sound)","kjv_definition":"flute."} +{"id":"H4954","strongs_number":"H4954","system":"hebrew","language":"hebrew","number_value":4954,"lemma":"מִשְׁרָעִי","transliteration":"Mishrâʻîy","pronunciation":"mish-raw-ee'","derivation":"patrial from an unused noun from an unused root; probably meaning to stretch out; extension;","strongs_definition":"a Mishraite, or inhabitant (collectively) of Mishra","kjv_definition":"Mishraites."} +{"id":"H4955","strongs_number":"H4955","system":"hebrew","language":"hebrew","number_value":4955,"lemma":"מִשְׂרָפָה","transliteration":"misrâphâh","pronunciation":"mis-raw-faw'","derivation":"from H8313 (שָׂרַף);","strongs_definition":"combustion, i.e. cremation (of a corpse), or calcination (of lime)","kjv_definition":"burning."} +{"id":"H4956","strongs_number":"H4956","system":"hebrew","language":"hebrew","number_value":4956,"lemma":"מִשְׂרְפוֹת מַיִם","transliteration":"Misrᵉphôwth mayim","pronunciation":"mis-ref-ohth' mah'-yim","derivation":"from the plural of H4955 (מִשְׂרָפָה) and H4325 (מַיִם); burnings of water;","strongs_definition":"Misrephoth-Majim, a place in Palestine","kjv_definition":"Misrephoth-mayim."} +{"id":"H4957","strongs_number":"H4957","system":"hebrew","language":"hebrew","number_value":4957,"lemma":"מַשְׂרֵקָה","transliteration":"Masrêqâh","pronunciation":"mas-ray-kaw'","derivation":"a form for H7796 (שׂוֹרֵק) used denominatively; vineyard;","strongs_definition":"Masrekah, a place in Idumaea","kjv_definition":"Masrekah."} +{"id":"H4958","strongs_number":"H4958","system":"hebrew","language":"hebrew","number_value":4958,"lemma":"מַשְׂרֵת","transliteration":"masrêth","pronunciation":"mas-rayth'","derivation":"apparently from an unused root meaning to perforate, i.e. hollow out;","strongs_definition":"a pan","kjv_definition":"pan."} +{"id":"H4959","strongs_number":"H4959","system":"hebrew","language":"hebrew","number_value":4959,"lemma":"מָשַׁשׁ","transliteration":"mâshash","pronunciation":"maw-shash'","derivation":"a primitive root;","strongs_definition":"to feel of; by implication, to grope","kjv_definition":"feel, grope, search."} +{"id":"H4960","strongs_number":"H4960","system":"hebrew","language":"hebrew","number_value":4960,"lemma":"מִשְׁתֶּה","transliteration":"mishteh","pronunciation":"mish-teh'","derivation":"from H8354 (שָׁתָה);","strongs_definition":"drink, by implication, drinking (the act); also (by implication) a banquet or (generally) feast","kjv_definition":"banquet, drank, drink, feast((-ed), -ing)."} +{"id":"H4961","strongs_number":"H4961","system":"hebrew","language":"hebrew","number_value":4961,"lemma":"מִשְׁתֶּה","transliteration":"mishteh","pronunciation":"mish-teh'","derivation":"(Aramaic) corresponding to H4960 (מִשְׁתֶּה);","strongs_definition":"a banquet","kjv_definition":"banquet."} +{"id":"H4962","strongs_number":"H4962","system":"hebrew","language":"hebrew","number_value":4962,"lemma":"מַת","transliteration":"math","pronunciation":"math","derivation":"from the same as H4970 (מָתַי);","strongs_definition":"properly, an adult (as of full length); by implication, a man (only in the plural)","kjv_definition":"[phrase] few, [idiom] friends, men, persons, [idiom] small."} +{"id":"H4963","strongs_number":"H4963","system":"hebrew","language":"hebrew","number_value":4963,"lemma":"מַתְבֵּן","transliteration":"mathbên","pronunciation":"math-bane'","derivation":"denominative from H8401 (תֶּבֶן);","strongs_definition":"straw in the heap","kjv_definition":"straw."} +{"id":"H4964","strongs_number":"H4964","system":"hebrew","language":"hebrew","number_value":4964,"lemma":"מֶתֶג","transliteration":"metheg","pronunciation":"meh-theg","derivation":"from an unused root meaning to curb;","strongs_definition":"a bit","kjv_definition":"bit, bridle."} +{"id":"H4965","strongs_number":"H4965","system":"hebrew","language":"hebrew","number_value":4965,"lemma":"מֶתֶג הָאַמָּה","transliteration":"Metheg hâ-ʼAmmâh","pronunciation":"meh'-theg haw-am-maw'","derivation":"from H4964 (מֶתֶג) and H520 (אַמָּה) with the art. interposed; bit of the metropolis;","strongs_definition":"Metheg-ha-Ammah, an epithet of Gath","kjv_definition":"Metheg-ammah."} +{"id":"H4966","strongs_number":"H4966","system":"hebrew","language":"hebrew","number_value":4966,"lemma":"מָתוֹק","transliteration":"mâthôwq","pronunciation":"maw-thoke'","derivation":"or מָתוּק; from H4985 (מָתַק);","strongs_definition":"sweet","kjv_definition":"sweet(-er, -ness)."} +{"id":"H4967","strongs_number":"H4967","system":"hebrew","language":"hebrew","number_value":4967,"lemma":"מְתוּשָׁאֵל","transliteration":"Mᵉthûwshâʼêl","pronunciation":"meth-oo-shaw-ale'","derivation":"from H4962 (מַת) and H410 (אֵל), with the relative interposed; man who (is) of God;","strongs_definition":"Methusael, an antediluvian patriarch","kjv_definition":"Methusael."} +{"id":"H4968","strongs_number":"H4968","system":"hebrew","language":"hebrew","number_value":4968,"lemma":"מְתוּשֶׁלַח","transliteration":"Mᵉthûwshelach","pronunciation":"meth-oo-sheh'-lakh","derivation":"from H4962 (מַת) and H7973 (שֶׁלַח); man of a dart;","strongs_definition":"Methushelach, an antediluvian patriarch","kjv_definition":"Methuselah."} +{"id":"H4969","strongs_number":"H4969","system":"hebrew","language":"hebrew","number_value":4969,"lemma":"מָתַח","transliteration":"mâthach","pronunciation":"maw-thakh'","derivation":"a primitive root;","strongs_definition":"to stretch out","kjv_definition":"spread out."} +{"id":"H4970","strongs_number":"H4970","system":"hebrew","language":"hebrew","number_value":4970,"lemma":"מָתַי","transliteration":"mâthay","pronunciation":"maw-thah'ee","derivation":"from an unused root meaning to extend;","strongs_definition":"properly, extent (of time); but used only adverbially (especially with other particle prefixes), when (either relative or interrogative)","kjv_definition":"long, when."} +{"id":"H4971","strongs_number":"H4971","system":"hebrew","language":"hebrew","number_value":4971,"lemma":"מַתְכֹנֶת","transliteration":"mathkôneth","pronunciation":"math-ko'-neth","derivation":"or מַתְכֻנֶת; from H8505 (תָּכַן) in the transferred sense of measuring;","strongs_definition":"proportion (in size, number or ingredients)","kjv_definition":"composition, measure, state, tale."} +{"id":"H4972","strongs_number":"H4972","system":"hebrew","language":"hebrew","number_value":4972,"lemma":"מַתְּלָאָה","transliteration":"mattᵉlâʼâh","pronunciation":"mat-tel-aw-aw'","derivation":"from H4100 (מָה) and H8513 (תְּלָאָה);","strongs_definition":"what a trouble!","kjv_definition":"what a weariness."} +{"id":"H4973","strongs_number":"H4973","system":"hebrew","language":"hebrew","number_value":4973,"lemma":"מְתַלְּעָה","transliteration":"mᵉthallᵉʻâh","pronunciation":"meth-al-leh-aw'","derivation":"contr. from H3216 (יָלַע);","strongs_definition":"properly, a biter, i.e. a tooth","kjv_definition":"cheek (jaw) tooth, jaw."} +{"id":"H4974","strongs_number":"H4974","system":"hebrew","language":"hebrew","number_value":4974,"lemma":"מְתֹם","transliteration":"mᵉthôm","pronunciation":"meth-ohm'","derivation":"from H8552 (תָּמַם);","strongs_definition":"wholesomeness; also (adverb) completely","kjv_definition":"men (by reading H4962 (מַת)), soundness."} +{"id":"H4975","strongs_number":"H4975","system":"hebrew","language":"hebrew","number_value":4975,"lemma":"מֹתֶן","transliteration":"môthen","pronunciation":"mo'-then","derivation":"from an unused root meaning to be slender;","strongs_definition":"properly, the waist or small of the back; only in plural the loins","kjv_definition":"[phrase] greyhound, loins, side."} +{"id":"H4976","strongs_number":"H4976","system":"hebrew","language":"hebrew","number_value":4976,"lemma":"מַתָּן","transliteration":"mattân","pronunciation":"mat-tawn'","derivation":"from H5414 (נָתַן);","strongs_definition":"a present","kjv_definition":"gift, to give, reward."} +{"id":"H4977","strongs_number":"H4977","system":"hebrew","language":"hebrew","number_value":4977,"lemma":"מַתָּן","transliteration":"Mattân","pronunciation":"mat-tawn'","derivation":"the same as H4976 (מַתָּן);","strongs_definition":"Mattan, the name of a priest of Baal, and of an Israelite","kjv_definition":"Mattan."} +{"id":"H4978","strongs_number":"H4978","system":"hebrew","language":"hebrew","number_value":4978,"lemma":"מַתְּנָא","transliteration":"mattᵉnâʼ","pronunciation":"mat-ten-aw'","derivation":"(Aramaic) corresponding to H4979 (מַתָּנָה)","strongs_definition":"{a present; specifically (in a good sense), a sacrificial offering, (in a bad sense) a bribe}","kjv_definition":"gift."} +{"id":"H4979","strongs_number":"H4979","system":"hebrew","language":"hebrew","number_value":4979,"lemma":"מַתָּנָה","transliteration":"mattânâh","pronunciation":"mat-taw-naw'","derivation":"feminine of H4976 (מַתָּן);","strongs_definition":"a present; specifically (in a good sense), a sacrificial offering, (in a bad sense) a bribe","kjv_definition":"gift."} +{"id":"H4980","strongs_number":"H4980","system":"hebrew","language":"hebrew","number_value":4980,"lemma":"מַתָּנָה","transliteration":"Mattânâh","pronunciation":"mat-taw-naw'","derivation":"the same as H4979 (מַתָּנָה);","strongs_definition":"Mattanah, a place in the Desert","kjv_definition":"Mattanah."} +{"id":"H4981","strongs_number":"H4981","system":"hebrew","language":"hebrew","number_value":4981,"lemma":"מִתְנִי","transliteration":"Mithnîy","pronunciation":"mith-nee'","derivation":"probably patrial from an unused noun meaning slenderness;","strongs_definition":"a Mithnite, or inhabitant of Methen","kjv_definition":"Mithnite."} +{"id":"H4982","strongs_number":"H4982","system":"hebrew","language":"hebrew","number_value":4982,"lemma":"מַתְּנַי","transliteration":"Mattᵉnay","pronunciation":"mat-ten-ah'ee","derivation":"from H4976 (מַתָּן); liberal;","strongs_definition":"Mattenai, the name of three Israelites","kjv_definition":"Mattenai."} +{"id":"H4983","strongs_number":"H4983","system":"hebrew","language":"hebrew","number_value":4983,"lemma":"מַתַּנְיָה","transliteration":"Mattanyâh","pronunciation":"mat-tan-yaw'","derivation":"or מַתַּנְיָהוּ; from H4976 (מַתָּן) and H3050 (יָהּ); gift of Jah;","strongs_definition":"Mattanjah, the name of ten Israelites","kjv_definition":"Mattaniah."} +{"id":"H4984","strongs_number":"H4984","system":"hebrew","language":"hebrew","number_value":4984,"lemma":"מִתְנַשֵּׂא","transliteration":"mithnassêʼ","pronunciation":"mith-nas-say'","derivation":"from H5375 (נָשָׂא);","strongs_definition":"(used as abstractly) supreme exaltation","kjv_definition":"exalted."} +{"id":"H4985","strongs_number":"H4985","system":"hebrew","language":"hebrew","number_value":4985,"lemma":"מָתַק","transliteration":"mâthaq","pronunciation":"maw-thak'","derivation":"a primitive root;","strongs_definition":"to suck, by implication, to relish, or (intransitively) be sweet","kjv_definition":"be (made, [idiom] take) sweet."} +{"id":"H4986","strongs_number":"H4986","system":"hebrew","language":"hebrew","number_value":4986,"lemma":"מֶתֶק","transliteration":"metheq","pronunciation":"meh'-thek","derivation":"from H4985 (מָתַק);","strongs_definition":"figuratively, pleasantness (of discourse)","kjv_definition":"sweetness."} +{"id":"H4987","strongs_number":"H4987","system":"hebrew","language":"hebrew","number_value":4987,"lemma":"מֹתֶק","transliteration":"môtheq","pronunciation":"mo'-thek","derivation":"from H4985 (מָתַק);","strongs_definition":"sweetness","kjv_definition":"sweetness."} +{"id":"H4988","strongs_number":"H4988","system":"hebrew","language":"hebrew","number_value":4988,"lemma":"מָתָק","transliteration":"mâthâq","pronunciation":"maw-thawk'","derivation":"from H4985 (מָתַק);","strongs_definition":"a dainty, i.e. (generally) food","kjv_definition":"feed sweetly."} +{"id":"H4989","strongs_number":"H4989","system":"hebrew","language":"hebrew","number_value":4989,"lemma":"מִתְקָה","transliteration":"Mithqâh","pronunciation":"mith-kaw'","derivation":"feminine of H4987 (מֹתֶק); sweetness;","strongs_definition":"Mithkah, a place in the Desert","kjv_definition":"Mithcah."} +{"id":"H4990","strongs_number":"H4990","system":"hebrew","language":"hebrew","number_value":4990,"lemma":"מִתְרְדָת","transliteration":"Mithrᵉdâth","pronunciation":"mith-red-awth'","derivation":"of Persian origin;","strongs_definition":"Mithredath, the name of two Persians","kjv_definition":"Mithredath."} +{"id":"H4991","strongs_number":"H4991","system":"hebrew","language":"hebrew","number_value":4991,"lemma":"מַתָּת","transliteration":"mattâth","pronunciation":"mat-tawth'","derivation":"feminine of H4976 (מַתָּן) abbreviated form;","strongs_definition":"a present","kjv_definition":"gift."} +{"id":"H4992","strongs_number":"H4992","system":"hebrew","language":"hebrew","number_value":4992,"lemma":"מַתַּתָּה","transliteration":"Mattattâh","pronunciation":"mat-tat-taw'","derivation":"for H4993 (מַתִּתְיָה); gift of Jah;","strongs_definition":"Mattattah, an Israelite","kjv_definition":"Mattathah."} +{"id":"H4993","strongs_number":"H4993","system":"hebrew","language":"hebrew","number_value":4993,"lemma":"מַתִּתְיָה","transliteration":"Mattithyâh","pronunciation":"mat-tith-yaw'","derivation":"or מַתִּתְיָהוּ; from H4991 (מַתָּת) and H3050 (יָהּ); gift of Jah;","strongs_definition":"Mattithjah, the name of four Israelites","kjv_definition":"Mattithiah. n"} +{"id":"H4994","strongs_number":"H4994","system":"hebrew","language":"hebrew","number_value":4994,"lemma":"נָא","transliteration":"nâʼ","pronunciation":"naw","derivation":"a primitive particle of incitement and entreaty, which may usually be rendered;","strongs_definition":"'I pray', 'now', or 'then'; added mostly to verbs (in the Imperative or Future), or to interjections, occasionally to an adverb or conjunction","kjv_definition":"I beseech (pray) thee (you), go to, now, oh."} +{"id":"H4995","strongs_number":"H4995","system":"hebrew","language":"hebrew","number_value":4995,"lemma":"נָא","transliteration":"nâʼ","pronunciation":"naw","derivation":"apparently from H5106 (נוּא) in the sense of harshness from refusal;","strongs_definition":"properly, tough, i.e. uncooked (flesh)","kjv_definition":"raw."} +{"id":"H4996","strongs_number":"H4996","system":"hebrew","language":"hebrew","number_value":4996,"lemma":"נֹא","transliteration":"Nôʼ","pronunciation":"no","derivation":"of Egyptian origin;","strongs_definition":"No (i.e. Thebes), the capital of Upper Egypt","kjv_definition":"No. Compare H528 (אָמוֹן)."} +{"id":"H4997","strongs_number":"H4997","system":"hebrew","language":"hebrew","number_value":4997,"lemma":"נֹאד","transliteration":"nôʼd","pronunciation":"node","derivation":"or נאוֹדlemma נֹאוד vowel, corrected to נאוֹדxlit nôʼwd corrected to nʼôwd; also (feminine) נֹאדָה; from an unused root of uncertain signification;","strongs_definition":"a (skin or leather) bag (for fluids)","kjv_definition":"bottle."} +{"id":"H4998","strongs_number":"H4998","system":"hebrew","language":"hebrew","number_value":4998,"lemma":"נָאָה","transliteration":"nâʼâh","pronunciation":"naw-aw'","derivation":"a primitive root;","strongs_definition":"properly, to be at home, i.e. (by implication) to be pleasant (or suitable), i.e. beautiful","kjv_definition":"be beautiful, become, be comely."} +{"id":"H4999","strongs_number":"H4999","system":"hebrew","language":"hebrew","number_value":4999,"lemma":"נָאָה","transliteration":"nâʼâh","pronunciation":"naw-aw'","derivation":"from H4998 (נָאָה);","strongs_definition":"a home; figuratively, a pasture","kjv_definition":"habitation, house, pasture, pleasant place."} +{"id":"H5000","strongs_number":"H5000","system":"hebrew","language":"hebrew","number_value":5000,"lemma":"נָאוֶה","transliteration":"nâʼveh","pronunciation":"naw-veh'","derivation":"from H4998 (נָאָה) or H5116 (נָוֶה);","strongs_definition":"suitable, or beautiful","kjv_definition":"becometh, comely, seemly."} +{"id":"H5001","strongs_number":"H5001","system":"hebrew","language":"hebrew","number_value":5001,"lemma":"נָאַם","transliteration":"nâʼam","pronunciation":"naw-am'","derivation":"a primitive root;","strongs_definition":"properly, to whisper, i.e. (by implication) to utter as aoracle","kjv_definition":"say."} +{"id":"H5002","strongs_number":"H5002","system":"hebrew","language":"hebrew","number_value":5002,"lemma":"נְאֻם","transliteration":"nᵉʼum","pronunciation":"neh-oom'","derivation":"from H5001 (נָאַם);","strongs_definition":"an oracle","kjv_definition":"(hath) said, saith."} +{"id":"H5003","strongs_number":"H5003","system":"hebrew","language":"hebrew","number_value":5003,"lemma":"נָאַף","transliteration":"nâʼaph","pronunciation":"naw-af'","derivation":"a primitive root;","strongs_definition":"to commit adultery; figuratively, to apostatize","kjv_definition":"adulterer(-ess), commit(-ing) adultery, woman that breaketh wedlock."} +{"id":"H5004","strongs_number":"H5004","system":"hebrew","language":"hebrew","number_value":5004,"lemma":"נִאֻף","transliteration":"niʼuph","pronunciation":"nee-oof'","derivation":"from H5003 (נָאַף);","strongs_definition":"adultery","kjv_definition":"adultery."} +{"id":"H5005","strongs_number":"H5005","system":"hebrew","language":"hebrew","number_value":5005,"lemma":"נַאֲפוּף","transliteration":"naʼăphûwph","pronunciation":"nah-af-oof'","derivation":"from H5003 (נָאַף);","strongs_definition":"adultery","kjv_definition":"adultery."} +{"id":"H5006","strongs_number":"H5006","system":"hebrew","language":"hebrew","number_value":5006,"lemma":"נָאַץ","transliteration":"nâʼats","pronunciation":"naw-ats'","derivation":"a primitive root; in Ecclesiastes 12:5, by interchange for H5132 (נוּץ), to bloom","strongs_definition":"to scorn;","kjv_definition":"abhor, (give occasion to) blaspheme, contemn, despise, flourish, [idiom] great, provoke."} +{"id":"H5007","strongs_number":"H5007","system":"hebrew","language":"hebrew","number_value":5007,"lemma":"נְאָצָה","transliteration":"nᵉʼâtsâh","pronunciation":"neh-aw-tsaw'","derivation":"or נֶאָצָה; from H5006 (נָאַץ);","strongs_definition":"scorn","kjv_definition":"blasphemy."} +{"id":"H5008","strongs_number":"H5008","system":"hebrew","language":"hebrew","number_value":5008,"lemma":"נָאַק","transliteration":"nâʼaq","pronunciation":"naw-ak'","derivation":"a primitive root;","strongs_definition":"to groan","kjv_definition":"groan."} +{"id":"H5009","strongs_number":"H5009","system":"hebrew","language":"hebrew","number_value":5009,"lemma":"נְאָקָה","transliteration":"nᵉʼâqâh","pronunciation":"neh-aw-kaw'","derivation":"from H5008 (נָאַק);","strongs_definition":"a groan","kjv_definition":"groaning."} +{"id":"H5010","strongs_number":"H5010","system":"hebrew","language":"hebrew","number_value":5010,"lemma":"נָאַר","transliteration":"nâʼar","pronunciation":"naw-ar'","derivation":"a primitive root;","strongs_definition":"to reject","kjv_definition":"abhor, make void."} +{"id":"H5011","strongs_number":"H5011","system":"hebrew","language":"hebrew","number_value":5011,"lemma":"נֹב","transliteration":"Nôb","pronunciation":"nobe","derivation":"the same as H5108 (נוֹב); fruit;","strongs_definition":"Nob, a place in Palestine","kjv_definition":"Nob."} +{"id":"H5012","strongs_number":"H5012","system":"hebrew","language":"hebrew","number_value":5012,"lemma":"נָבָא","transliteration":"nâbâʼ","pronunciation":"naw-baw'","derivation":"a primitive root;","strongs_definition":"to prophesy, i.e. speak (or sing) by inspiration (in prediction or simple discourse)","kjv_definition":"prophesy(-ing), make self a prophet."} +{"id":"H5013","strongs_number":"H5013","system":"hebrew","language":"hebrew","number_value":5013,"lemma":"נְבָא","transliteration":"nᵉbâʼ","pronunciation":"neb-aw'","derivation":"(Aramaic) corresponding to H5012 (נָבָא)","strongs_definition":"{to prophesy, i.e. speak (or sing) by inspiration (in prediction or simple discourse) to prophesy, i.e. speak (or sing) by inspiration (in prediction or simple discourse)}","kjv_definition":"prophesy."} +{"id":"H5014","strongs_number":"H5014","system":"hebrew","language":"hebrew","number_value":5014,"lemma":"נָבַב","transliteration":"nâbab","pronunciation":"naw-bab'","derivation":"a primitive root;","strongs_definition":"to pierce; to be hollow, or (figuratively) foolish","kjv_definition":"hollow, vain."} +{"id":"H5015","strongs_number":"H5015","system":"hebrew","language":"hebrew","number_value":5015,"lemma":"נְבוֹ","transliteration":"Nᵉbôw","pronunciation":"neb-o'","derivation":"probably of foreign derivation;","strongs_definition":"Nebo, the name of a Babylonian deity, also of a mountain in Moab, and of a place in Palestine","kjv_definition":"Nebo."} +{"id":"H5016","strongs_number":"H5016","system":"hebrew","language":"hebrew","number_value":5016,"lemma":"נְבוּאָה","transliteration":"nᵉbûwʼâh","pronunciation":"neb-oo-aw'","derivation":"from H5012 (נָבָא);","strongs_definition":"a prediction (spoken or written)","kjv_definition":"prophecy."} +{"id":"H5017","strongs_number":"H5017","system":"hebrew","language":"hebrew","number_value":5017,"lemma":"נְבוּאָה","transliteration":"nᵉbûwʼâh","pronunciation":"neb-oo-aw","derivation":"(Aramaic) corresponding to H5016 (נְבוּאָה);","strongs_definition":"inspired teaching","kjv_definition":"prophesying."} +{"id":"H5018","strongs_number":"H5018","system":"hebrew","language":"hebrew","number_value":5018,"lemma":"נְבוּזַרְאֲדָן","transliteration":"Nᵉbûwzarʼădân","pronunciation":"neb-oo-zar-ad-awn'","derivation":"of foreign origin;","strongs_definition":"Nebuzaradan, a Babylonian general","kjv_definition":"Nebuzaradan."} +{"id":"H5019","strongs_number":"H5019","system":"hebrew","language":"hebrew","number_value":5019,"lemma":"נְבוּכַדְנֶאצַּר","transliteration":"Nᵉbûwkadneʼtstsar","pronunciation":"neb-oo-kad-nets-tsar'","derivation":"or נְבֻּכַדְנֶאצַּר; (2 Kings 24:1,10), or נְבוּכַדְנֶצַּר; (Esther 2:6; Daniel 1:18), or נְבוּכַדְרֶאצַּר; or נְבוּכַדְרֶאצּוֹר; (Ezra 2:1; Jeremiah 49:28), or foreign derivation;","strongs_definition":"Nebukadnetstsar (or -retstsar, or -retstsor), king of Babylon","kjv_definition":"Nebuchadnezzar, Nebuchadrezzar."} +{"id":"H5020","strongs_number":"H5020","system":"hebrew","language":"hebrew","number_value":5020,"lemma":"נְבוּכַדְנֶצַּר","transliteration":"Nᵉbûwkadnetstsar","pronunciation":"neb-oo-kad-nets-tsar'","derivation":"(Aramaic) corresponding to H5019 (נְבוּכַדְנֶאצַּר)","strongs_definition":"{Nebukadnetstsar (or -retstsar, or -retstsor), king of Babylon}","kjv_definition":"Nebuchadnezzar."} +{"id":"H5021","strongs_number":"H5021","system":"hebrew","language":"hebrew","number_value":5021,"lemma":"נְבוּשַׁזְבָּן","transliteration":"Nᵉbûwshazbân","pronunciation":"neb-oo-shaz-bawn'","derivation":"of foreign derivation;","strongs_definition":"Nebushazban, Nebuchadnezzar's chief eunuch","kjv_definition":"Nebushazban."} +{"id":"H5022","strongs_number":"H5022","system":"hebrew","language":"hebrew","number_value":5022,"lemma":"נָבוֹת","transliteration":"Nâbôwth","pronunciation":"naw-both'","derivation":"feminine plural from the same as H5011 (נֹב); fruits;","strongs_definition":"Naboth, an Israelite","kjv_definition":"Naboth."} +{"id":"H5023","strongs_number":"H5023","system":"hebrew","language":"hebrew","number_value":5023,"lemma":"נְבִזְבָּה","transliteration":"nᵉbizbâh","pronunciation":"neb-iz-baw'","derivation":"(Aramaic) of uncertain derivation;","strongs_definition":"a largess","kjv_definition":"reward."} +{"id":"H5024","strongs_number":"H5024","system":"hebrew","language":"hebrew","number_value":5024,"lemma":"נָבַח","transliteration":"nâbach","pronunciation":"naw-bakh'","derivation":"a primitive root;","strongs_definition":"to bark (as a dog)","kjv_definition":"bark."} +{"id":"H5025","strongs_number":"H5025","system":"hebrew","language":"hebrew","number_value":5025,"lemma":"נֹבַח","transliteration":"Nôbach","pronunciation":"no'-bach","derivation":"from H5024 (נָבַח); a bark;","strongs_definition":"Nobach, the name of an Israelite, and of a place East of the Jordan","kjv_definition":"Nobah."} +{"id":"H5026","strongs_number":"H5026","system":"hebrew","language":"hebrew","number_value":5026,"lemma":"נִבְחַז","transliteration":"Nibchaz","pronunciation":"nib-khaz'","derivation":"of foreign origin;","strongs_definition":"Nibchaz, a deity of the Avites","kjv_definition":"Nibhaz."} +{"id":"H5027","strongs_number":"H5027","system":"hebrew","language":"hebrew","number_value":5027,"lemma":"נָבַט","transliteration":"nâbaṭ","pronunciation":"naw-bat'","derivation":"a primitive root;","strongs_definition":"to scan, i.e. look intently at; by implication, to regard with pleasure, favor or care","kjv_definition":"(cause to) behold, consider, look (down), regard, have respect, see."} +{"id":"H5028","strongs_number":"H5028","system":"hebrew","language":"hebrew","number_value":5028,"lemma":"נְבָט","transliteration":"Nᵉbâṭ","pronunciation":"neb-awt'","derivation":"from H5027 (נָבַט); regard;","strongs_definition":"Nebat, the father of Jeroboam I","kjv_definition":"Nebat."} +{"id":"H5029","strongs_number":"H5029","system":"hebrew","language":"hebrew","number_value":5029,"lemma":"נְבִיא","transliteration":"nᵉbîyʼ","pronunciation":"neb-ee'","derivation":"(Aramaic) corresponding to H5030 (נָבִיא);","strongs_definition":"a prophet","kjv_definition":"prophet."} +{"id":"H5030","strongs_number":"H5030","system":"hebrew","language":"hebrew","number_value":5030,"lemma":"נָבִיא","transliteration":"nâbîyʼ","pronunciation":"naw-bee'","derivation":"from H5012 (נָבָא);","strongs_definition":"a prophet or (generally) inspired man","kjv_definition":"prophecy, that prophesy, prophet."} +{"id":"H5031","strongs_number":"H5031","system":"hebrew","language":"hebrew","number_value":5031,"lemma":"נְבִיאָה","transliteration":"nᵉbîyʼâh","pronunciation":"neb-ee-yaw'","derivation":"feminine of H5030 (נָבִיא);","strongs_definition":"a prophetess or (generally) inspired woman; by implication, a poetess; by association a prophet's wife","kjv_definition":"prophetess."} +{"id":"H5032","strongs_number":"H5032","system":"hebrew","language":"hebrew","number_value":5032,"lemma":"נְבָיוֹת","transliteration":"Nᵉbâyôwth","pronunciation":"neb-aw-yoth'","derivation":"or נְבָיֹת; feminine plural from H5107 (נוּב); fruitfulnesses;","strongs_definition":"Nebajoth, a son of Ismael, and the country settled by him","kjv_definition":"Nebaioth, Nebajoth."} +{"id":"H5033","strongs_number":"H5033","system":"hebrew","language":"hebrew","number_value":5033,"lemma":"נֵבֶךְ","transliteration":"nêbek","pronunciation":"nay'-bek","derivation":"from an unused root meaning to burst forth;","strongs_definition":"a fountain","kjv_definition":"spring."} +{"id":"H5034","strongs_number":"H5034","system":"hebrew","language":"hebrew","number_value":5034,"lemma":"נָבֵל","transliteration":"nâbêl","pronunciation":"naw-bale'","derivation":"a primitive root;","strongs_definition":"to wilt; generally, to fall away, fail, faint; figuratively, to be foolish or (morally) wicked; causatively, to despise, disgrace","kjv_definition":"disgrace, dishounour, lightly esteem, fade (away, -ing), fall (down, -ling, off), do foolishly, come to nought, [idiom] surely, make vile, wither."} +{"id":"H5035","strongs_number":"H5035","system":"hebrew","language":"hebrew","number_value":5035,"lemma":"נֶבֶל","transliteration":"nebel","pronunciation":"neh'-bel","derivation":"or נֵבֶל; from H5034 (נָבֵל);","strongs_definition":"a skin-bag for liquids (from collapsing when empty); hence, a vase (as similar in shape when full); also a lyre (as having a body of like form)","kjv_definition":"bottle, pitcher, psaltery, vessel, viol."} +{"id":"H5036","strongs_number":"H5036","system":"hebrew","language":"hebrew","number_value":5036,"lemma":"נָבָל","transliteration":"nâbâl","pronunciation":"naw-bawl'","derivation":"from H5034 (נָבֵל);","strongs_definition":"stupid; wicked (especially impious)","kjv_definition":"fool(-ish, -ish man, -ish woman), vile person."} +{"id":"H5037","strongs_number":"H5037","system":"hebrew","language":"hebrew","number_value":5037,"lemma":"נָבָל","transliteration":"Nâbâl","pronunciation":"naw-bawl'","derivation":"the same as H5036 (נָבָל); dolt;","strongs_definition":"Nabal, an Israelite","kjv_definition":"Nabal."} +{"id":"H5038","strongs_number":"H5038","system":"hebrew","language":"hebrew","number_value":5038,"lemma":"נְבֵלָה","transliteration":"nᵉbêlâh","pronunciation":"neb-ay-law'","derivation":"from H5034 (נָבֵל);","strongs_definition":"a flabby thing, i.e. a carcase or carrion (human or bestial, often collectively); figuratively, an idol","kjv_definition":"(dead) body, (dead) carcase, dead of itself, which died, (beast) that (which) dieth of itself."} +{"id":"H5039","strongs_number":"H5039","system":"hebrew","language":"hebrew","number_value":5039,"lemma":"נְבָלָה","transliteration":"nᵉbâlâh","pronunciation":"neb-aw-law'","derivation":"feminine of H5036 (נָבָל);","strongs_definition":"foolishness, i.e. (morally) wickedness; concretely, a crime; by extension, punishment","kjv_definition":"folly, vile, villany."} +{"id":"H5040","strongs_number":"H5040","system":"hebrew","language":"hebrew","number_value":5040,"lemma":"נַבְלוּת","transliteration":"nablûwth","pronunciation":"nab-looth'","derivation":"from H5036 (נָבָל);","strongs_definition":"properly, disgrace, i.e. the (female) pudenda","kjv_definition":"lewdness."} +{"id":"H5041","strongs_number":"H5041","system":"hebrew","language":"hebrew","number_value":5041,"lemma":"נְבַלָּט","transliteration":"Nᵉballâṭ","pronunciation":"neb-al-lawt'","derivation":"apparently from H5036 (נָבָל) and H3909 (לָט); foolish secrecy;","strongs_definition":"Neballat, a place in Palestine","kjv_definition":"Neballat."} +{"id":"H5042","strongs_number":"H5042","system":"hebrew","language":"hebrew","number_value":5042,"lemma":"נָבַע","transliteration":"nâbaʻ","pronunciation":"naw-bah'","derivation":"a primitive root;","strongs_definition":"to gush forth; figuratively, to utter (good or bad words); specifically, to emit (a foul odor)","kjv_definition":"belch out, flowing, pour out, send forth, utter (abundantly)."} +{"id":"H5043","strongs_number":"H5043","system":"hebrew","language":"hebrew","number_value":5043,"lemma":"נֶבְרְשָׁא","transliteration":"nebrᵉshâʼ","pronunciation":"neb-reh-shaw'","derivation":"(Aramaic) from an unused root meaning to shine;","strongs_definition":"a light; plural (collectively) a chandelier","kjv_definition":"candlestick."} +{"id":"H5044","strongs_number":"H5044","system":"hebrew","language":"hebrew","number_value":5044,"lemma":"נִבְשָׁן","transliteration":"Nibshân","pronunciation":"nib-shawn'","derivation":"of uncertain derivation;","strongs_definition":"Nibshan, a place in Palestine","kjv_definition":"Nibshan."} +{"id":"H5045","strongs_number":"H5045","system":"hebrew","language":"hebrew","number_value":5045,"lemma":"נֶגֶב","transliteration":"negeb","pronunciation":"neh'-gheb","derivation":"from an unused root meaning to be parched;","strongs_definition":"the south (from its drought); specifically, the Negeb or southern district of Judah, occasionally, Egypt (as south to Palestine)","kjv_definition":"south (country, side, -ward)."} +{"id":"H5046","strongs_number":"H5046","system":"hebrew","language":"hebrew","number_value":5046,"lemma":"נָגַד","transliteration":"nâgad","pronunciation":"naw-gad'","derivation":"a primitive root;","strongs_definition":"properly, to front, i.e. stand boldly out opposite; by implication (causatively), to manifest; figuratively, to announce (always by word of mouth to one present); specifically, to expose, predict, explain, praise","kjv_definition":"bewray, [idiom] certainly, certify, declare(-ing), denounce, expound, [idiom] fully, messenger, plainly, profess, rehearse, report, shew (forth), speak, [idiom] surely, tell, utter."} +{"id":"H5047","strongs_number":"H5047","system":"hebrew","language":"hebrew","number_value":5047,"lemma":"נְגַד","transliteration":"nᵉgad","pronunciation":"neg-ad'","derivation":"(Aramaic) corresponding to H5046 (נָגַד);","strongs_definition":"to flow (through the idea of clearing the way)","kjv_definition":"issue."} +{"id":"H5048","strongs_number":"H5048","system":"hebrew","language":"hebrew","number_value":5048,"lemma":"נֶגֶד","transliteration":"neged","pronunciation":"neh'-ghed","derivation":"from H5046 (נָגַד);","strongs_definition":"a front, i.e. part opposite; specifically a counterpart, or mate; usually (adverbial, especially with preposition) over against or before","kjv_definition":"about, (over) against, [idiom] aloof, [idiom] far (off), [idiom] from, over, presence, [idiom] other side, sight, [idiom] to view."} +{"id":"H5049","strongs_number":"H5049","system":"hebrew","language":"hebrew","number_value":5049,"lemma":"נֶגֶד","transliteration":"neged","pronunciation":"neh'-ghed","derivation":"(Aramaic) corresponding to H5048 (נֶגֶד);","strongs_definition":"opposite","kjv_definition":"toward."} +{"id":"H5050","strongs_number":"H5050","system":"hebrew","language":"hebrew","number_value":5050,"lemma":"נָגַהּ","transliteration":"nâgahh","pronunciation":"naw-gah'","derivation":"a primitive root;","strongs_definition":"to glitter; causatively, to illuminate","kjv_definition":"(en-) lighten, (cause to) shine."} +{"id":"H5051","strongs_number":"H5051","system":"hebrew","language":"hebrew","number_value":5051,"lemma":"נֹגַהּ","transliteration":"nôgahh","pronunciation":"no'-gah","derivation":"from H5050 (נָגַהּ);","strongs_definition":"brilliancy (literally or figuratively)","kjv_definition":"bright(-ness), light, (clear) shining."} +{"id":"H5052","strongs_number":"H5052","system":"hebrew","language":"hebrew","number_value":5052,"lemma":"נֹגַהּ","transliteration":"Nôgahh","pronunciation":"no'-gah","derivation":"the same as H5051 (נֹגַהּ);","strongs_definition":"Nogah, a son of David","kjv_definition":"Nogah."} +{"id":"H5053","strongs_number":"H5053","system":"hebrew","language":"hebrew","number_value":5053,"lemma":"נֹגַהּ","transliteration":"nôgahh","pronunciation":"no'-gah","derivation":"(Aramaic) corresponding to H5051 (נֹגַהּ);","strongs_definition":"dawn","kjv_definition":"morning."} +{"id":"H5054","strongs_number":"H5054","system":"hebrew","language":"hebrew","number_value":5054,"lemma":"נְגֹהָה","transliteration":"nᵉgôhâh","pronunciation":"neg-o-haw'","derivation":"feminine of H5051 (נֹגַהּ);","strongs_definition":"splendor","kjv_definition":"brightness."} +{"id":"H5055","strongs_number":"H5055","system":"hebrew","language":"hebrew","number_value":5055,"lemma":"נָגַח","transliteration":"nâgach","pronunciation":"naw-gakh'","derivation":"a primitive root;","strongs_definition":"to butt with the horns; figuratively, to war against","kjv_definition":"gore, push (down, -ing)."} +{"id":"H5056","strongs_number":"H5056","system":"hebrew","language":"hebrew","number_value":5056,"lemma":"נַגָּח","transliteration":"naggâch","pronunciation":"nag-gawkh'","derivation":"from H5055 (נָגַח);","strongs_definition":"butting, i.e. vicious","kjv_definition":"used (wont) to push."} +{"id":"H5057","strongs_number":"H5057","system":"hebrew","language":"hebrew","number_value":5057,"lemma":"נָגִיד","transliteration":"nâgîyd","pronunciation":"naw-gheed'","derivation":"or נָגִד; from H5046 (נָגַד);","strongs_definition":"a commander (as occupying the front), civil, military or religious; generally (abstractly, plural), honorable themes","kjv_definition":"captain, chief, excellent thing, (chief) governor, leader, noble, prince, (chief) ruler."} +{"id":"H5058","strongs_number":"H5058","system":"hebrew","language":"hebrew","number_value":5058,"lemma":"נְגִינָה","transliteration":"nᵉgîynâh","pronunciation":"neg-ee-naw'","derivation":"or נְגִינַת; (Psalm 61:title), from H5059 (נָגַן);","strongs_definition":"properly, instrumental music; by implication, a stringed instrument; by extension, a poem set to music; specifically, an epigram","kjv_definition":"stringed instrument, musick, Neginoth (plural), song."} +{"id":"H5059","strongs_number":"H5059","system":"hebrew","language":"hebrew","number_value":5059,"lemma":"נָגַן","transliteration":"nâgan","pronunciation":"naw-gan'","derivation":"a primitive root;","strongs_definition":"properly, to thrum, i.e. beat atune with the fingers; expectation. to play on astringed instrument; hence (generally), to make music","kjv_definition":"player on instruments, sing to the stringed instruments, melody, ministrel, play(-er, -ing)."} +{"id":"H5060","strongs_number":"H5060","system":"hebrew","language":"hebrew","number_value":5060,"lemma":"נָגַע","transliteration":"nâgaʻ","pronunciation":"naw-gah'","derivation":"a primitive root;","strongs_definition":"properly, to touch, i.e. lay the hand upon (for any purpose; euphemistically, to lie with a woman); by implication, to reach (figuratively, to arrive, acquire); violently, to strike (punish, defeat, destroy, etc.)","kjv_definition":"beat, ([idiom] be able to) bring (down), cast, come (nigh), draw near (nigh), get up, happen, join, near, plague, reach (up), smite, strike, touch."} +{"id":"H5061","strongs_number":"H5061","system":"hebrew","language":"hebrew","number_value":5061,"lemma":"נֶגַע","transliteration":"negaʻ","pronunciation":"neh'-gah","derivation":"from H5060 (נָגַע);","strongs_definition":"a blow (figuratively, infliction); also (by implication) a spot (concretely, a leprous person or dress)","kjv_definition":"plague, sore, stricken, stripe, stroke, wound."} +{"id":"H5062","strongs_number":"H5062","system":"hebrew","language":"hebrew","number_value":5062,"lemma":"נָגַף","transliteration":"nâgaph","pronunciation":"naw-gaf'","derivation":"a primitive root;","strongs_definition":"to push, gore, defeat, stub (the toe), inflict (a disease)","kjv_definition":"beat, dash, hurt, plague, slay, smite (down), strike, stumble, [idiom] surely, put to the worse."} +{"id":"H5063","strongs_number":"H5063","system":"hebrew","language":"hebrew","number_value":5063,"lemma":"נֶגֶף","transliteration":"negeph","pronunciation":"neh'-ghef","derivation":"from H5062 (נָגַף);","strongs_definition":"a trip (of the foot); figuratively, an infliction (of disease)","kjv_definition":"plague, stumbling."} +{"id":"H5064","strongs_number":"H5064","system":"hebrew","language":"hebrew","number_value":5064,"lemma":"נָגַר","transliteration":"nâgar","pronunciation":"naw-gar'","derivation":"a primitive root;","strongs_definition":"to flow; figuratively, to stretch out; causatively, to pour out or down; figuratively, to deliver over","kjv_definition":"fall, flow away, pour down (out), run, shed, spilt, trickle down."} +{"id":"H5065","strongs_number":"H5065","system":"hebrew","language":"hebrew","number_value":5065,"lemma":"נָגַשׂ","transliteration":"nâgas","pronunciation":"naw-gas'","derivation":"a primitive root;","strongs_definition":"to drive (an animal, a workman, a debtor, an army); by implication, to tax, harass, tyrannize","kjv_definition":"distress, driver, exact(-or), oppress(-or), [idiom] raiser of taxes, taskmaster."} +{"id":"H5066","strongs_number":"H5066","system":"hebrew","language":"hebrew","number_value":5066,"lemma":"נָגַשׁ","transliteration":"nâgash","pronunciation":"naw-gash'","derivation":"a primitive root;","strongs_definition":"to be or come (causatively, bring) near (for any purpose); euphemistically, to lie with a woman; as an enemy, to attack; religious to worship; causatively, to present; figuratively, to adduce an argument; by reversal, to stand back","kjv_definition":"(make to) approach (nigh), bring (forth, hither, near), (cause to) come (hither, near, nigh), give place, go hard (up), (be, draw, go) near (nigh), offer, overtake, present, put, stand."} +{"id":"H5067","strongs_number":"H5067","system":"hebrew","language":"hebrew","number_value":5067,"lemma":"נֵד","transliteration":"nêd","pronunciation":"nade","derivation":"from H5110 (נוּד) in the sense of piling up;","strongs_definition":"a mound, i.e. wave","kjv_definition":"heap."} +{"id":"H5068","strongs_number":"H5068","system":"hebrew","language":"hebrew","number_value":5068,"lemma":"נָדַב","transliteration":"nâdab","pronunciation":"naw-dab'","derivation":"a primitive root;","strongs_definition":"to impel; hence, to volunteer (as a soldier), to present spontaneously","kjv_definition":"offer freely, be (give, make, offer self) willing(-ly)."} +{"id":"H5069","strongs_number":"H5069","system":"hebrew","language":"hebrew","number_value":5069,"lemma":"נְדַב","transliteration":"nᵉdab","pronunciation":"ned-ab'","derivation":"(Aramaic) corresponding to H5068 (נָדַב);","strongs_definition":"be (or give) liberal(-ly)","kjv_definition":"(be minded of...own) freewill (offering), offer freely (willingly)."} +{"id":"H5070","strongs_number":"H5070","system":"hebrew","language":"hebrew","number_value":5070,"lemma":"נָדָב","transliteration":"Nâdâb","pronunciation":"naw-dawb'","derivation":"from H5068 (נָדַב); liberal;","strongs_definition":"Nadab, the name of four Israelites","kjv_definition":"Nadab."} +{"id":"H5071","strongs_number":"H5071","system":"hebrew","language":"hebrew","number_value":5071,"lemma":"נְדָבָה","transliteration":"nᵉdâbâh","pronunciation":"ned-aw-baw'","derivation":"from H5068 (נָדַב);","strongs_definition":"properly (abstractly) spontaneity, or (adjectively) spontaneous; also (concretely) a spontaneous or (by inference, in plural) abundant gift","kjv_definition":"free(-will) offering, freely, plentiful, voluntary(-ily, offering), willing(-ly), offering)."} +{"id":"H5072","strongs_number":"H5072","system":"hebrew","language":"hebrew","number_value":5072,"lemma":"נְדַבְיָה","transliteration":"Nᵉdabyâh","pronunciation":"ned-ab-yaw'","derivation":"from H5068 (נָדַב) and H3050 (יָהּ); largess of Jah;","strongs_definition":"Nedabjah, an Israelite","kjv_definition":"Nedabiah."} +{"id":"H5073","strongs_number":"H5073","system":"hebrew","language":"hebrew","number_value":5073,"lemma":"נִדְבָּךְ","transliteration":"nidbâk","pronunciation":"nid-bawk'","derivation":"(Aramaic) from a root meaning to stick;","strongs_definition":"a layer (of building materials)","kjv_definition":"row."} +{"id":"H5074","strongs_number":"H5074","system":"hebrew","language":"hebrew","number_value":5074,"lemma":"נָדַד","transliteration":"nâdad","pronunciation":"naw-dad'","derivation":"a primitive root;","strongs_definition":"properly, to wave to and fro (rarely to flap up and down); figuratively, to rove, flee, or (causatively) to drive away","kjv_definition":"chase (away), [idiom] could not, depart, flee ([idiom] apace, away), (re-) move, thrust away, wander (abroad, -er, -ing)."} +{"id":"H5075","strongs_number":"H5075","system":"hebrew","language":"hebrew","number_value":5075,"lemma":"נְדַד","transliteration":"nᵉdad","pronunciation":"ned-ad'","derivation":"(Aramaic) corresponding to H5074 (נָדַד);","strongs_definition":"to depart","kjv_definition":"go from."} +{"id":"H5076","strongs_number":"H5076","system":"hebrew","language":"hebrew","number_value":5076,"lemma":"נָדֻד","transliteration":"nâdud","pronunciation":"naw-dood'","derivation":"passive participle of H5074 (נָדַד);","strongs_definition":"properly, tossed; abstractly, a rolling (on the bed)","kjv_definition":"tossing to and fro."} +{"id":"H5077","strongs_number":"H5077","system":"hebrew","language":"hebrew","number_value":5077,"lemma":"נָדָה","transliteration":"nâdâh","pronunciation":"naw-daw'","derivation":"or נָדָא; (2 Kings 17:21), a primitive root;","strongs_definition":"properly, to toss; figuratively, to exclude, i.e. banish, postpone, prohibit","kjv_definition":"cast out, drive, put far away."} +{"id":"H5078","strongs_number":"H5078","system":"hebrew","language":"hebrew","number_value":5078,"lemma":"נֵדֶה","transliteration":"nêdeh","pronunciation":"nay'-deh","derivation":"from H5077 (נָדָה) in the sense of freely flinging money;","strongs_definition":"a bounty (for prostitution)","kjv_definition":"gifts."} +{"id":"H5079","strongs_number":"H5079","system":"hebrew","language":"hebrew","number_value":5079,"lemma":"נִדָּה","transliteration":"niddâh","pronunciation":"nid-daw'","derivation":"from H5074 (נָדַד);","strongs_definition":"properly, rejection; by implication, impurity, especially personal (menstruation) or moral (idolatry, incest)","kjv_definition":"[idiom] far, filthiness, [idiom] flowers, menstruous (woman), put apart, [idiom] removed (woman), separation, set apart, unclean(-ness, thing, with filthiness)."} +{"id":"H5080","strongs_number":"H5080","system":"hebrew","language":"hebrew","number_value":5080,"lemma":"נָדַח","transliteration":"nâdach","pronunciation":"naw-dakh'","derivation":"a primitive root;","strongs_definition":"to push off; used in a great variety of applications, literally and figuratively (to expel, mislead, strike, inflict, etc.)","kjv_definition":"banish, bring, cast down (out), chase, compel, draw away, drive (away, out, quite), fetch a stroke, force, go away, outcast, thrust away (out), withdraw."} +{"id":"H5081","strongs_number":"H5081","system":"hebrew","language":"hebrew","number_value":5081,"lemma":"נָדִיב","transliteration":"nâdîyb","pronunciation":"naw-deeb'","derivation":"from H5068 (נָדַב);","strongs_definition":"properly, voluntary, i.e. generous; hence, magnanimous; as noun, a grandee (sometimes a tyrant)","kjv_definition":"free, liberal (things), noble, prince, willing (hearted)."} +{"id":"H5082","strongs_number":"H5082","system":"hebrew","language":"hebrew","number_value":5082,"lemma":"נְדִיבָה","transliteration":"nᵉdîybâh","pronunciation":"ned-ee-baw'","derivation":"feminine of H5081 (נָדִיב);","strongs_definition":"properly, nobility, i.e. reputation","kjv_definition":"soul."} +{"id":"H5083","strongs_number":"H5083","system":"hebrew","language":"hebrew","number_value":5083,"lemma":"נָדָן","transliteration":"nâdân","pronunciation":"naw-dawn'","derivation":"probably from an unused root meaning to give;","strongs_definition":"a present (for prostitution)","kjv_definition":"gift."} +{"id":"H5084","strongs_number":"H5084","system":"hebrew","language":"hebrew","number_value":5084,"lemma":"נָדָן","transliteration":"nâdân","pronunciation":"naw-dawn'","derivation":"of uncertain derivation;","strongs_definition":"a sheath (of a sword)","kjv_definition":"sheath."} +{"id":"H5085","strongs_number":"H5085","system":"hebrew","language":"hebrew","number_value":5085,"lemma":"נִדְנֶה","transliteration":"nidneh","pronunciation":"nid-neh'","derivation":"(Aramaic) from the same as H5084 (נָדָן);","strongs_definition":"a sheath; figuratively, the body (as the receptacle of the soul)","kjv_definition":"body."} +{"id":"H5086","strongs_number":"H5086","system":"hebrew","language":"hebrew","number_value":5086,"lemma":"נָדַף","transliteration":"nâdaph","pronunciation":"naw-daf'","derivation":"a primitive root;","strongs_definition":"to shove asunder, i.e. disperse","kjv_definition":"drive (away, to and fro), thrust down, shaken, tossed to and fro."} +{"id":"H5087","strongs_number":"H5087","system":"hebrew","language":"hebrew","number_value":5087,"lemma":"נָדַר","transliteration":"nâdar","pronunciation":"naw-dar'","derivation":"a primitive root;","strongs_definition":"to promise (pos., to do or give something to God)","kjv_definition":"(make a) vow."} +{"id":"H5088","strongs_number":"H5088","system":"hebrew","language":"hebrew","number_value":5088,"lemma":"נֶדֶר","transliteration":"neder","pronunciation":"neh'-der","derivation":"or נֵדֶר; from H5087 (נָדַר);","strongs_definition":"a promise (to God); also (concretely) a thing promised","kjv_definition":"vow(-ed)."} +{"id":"H5089","strongs_number":"H5089","system":"hebrew","language":"hebrew","number_value":5089,"lemma":"נֹהַּ","transliteration":"nôahh","pronunciation":"no'-ah","derivation":"from an unused root meaning to lament;","strongs_definition":"lamentation","kjv_definition":"wailing."} +{"id":"H5090","strongs_number":"H5090","system":"hebrew","language":"hebrew","number_value":5090,"lemma":"נָהַג","transliteration":"nâhag","pronunciation":"naw-hag'","derivation":"a primitive root;","strongs_definition":"to drive forth (a person, an animal or chariot), i.e. lead, carry away; reflexively, to proceed (i.e. impel or guide oneself); also (from the panting induced by effort), to sigh","kjv_definition":"acquaint, bring (away), carry away, drive (away), lead (away, forth), (be) guide, lead (away, forth)."} +{"id":"H5091","strongs_number":"H5091","system":"hebrew","language":"hebrew","number_value":5091,"lemma":"נָהָה","transliteration":"nâhâh","pronunciation":"naw-haw'","derivation":"a primitive root;","strongs_definition":"to groan, i.e. bewail; hence (through the idea of crying aloud), to assemble (as if on proclamation)","kjv_definition":"lament, wail."} +{"id":"H5092","strongs_number":"H5092","system":"hebrew","language":"hebrew","number_value":5092,"lemma":"נְהִי","transliteration":"nᵉhîy","pronunciation":"neh-hee'","derivation":"from H5091 (נָהָה);","strongs_definition":"an elegy","kjv_definition":"lamentation, wailing."} +{"id":"H5093","strongs_number":"H5093","system":"hebrew","language":"hebrew","number_value":5093,"lemma":"נִהְיָה","transliteration":"nihyâh","pronunciation":"nih-yaw'","derivation":"feminine of H5092 (נְהִי);","strongs_definition":"lamentation","kjv_definition":"doleful."} +{"id":"H5094","strongs_number":"H5094","system":"hebrew","language":"hebrew","number_value":5094,"lemma":"נְהִיר","transliteration":"nᵉhîyr","pronunciation":"neh-heere'","derivation":"(Aramaic) or נְהִירוּ; (Aramaic), from the same as H5105 (נְהָרָה);","strongs_definition":"illumination, i.e. (figuratively) wisdom","kjv_definition":"light."} +{"id":"H5095","strongs_number":"H5095","system":"hebrew","language":"hebrew","number_value":5095,"lemma":"נָהַל","transliteration":"nâhal","pronunciation":"naw-hal'","derivation":"a primitive root;","strongs_definition":"properly, to run with asparkle, i.e. flow; hence (transitively), to conduct, and (by inference) to protect, sustain","kjv_definition":"carry, feed, guide, lead (gently, on)."} +{"id":"H5096","strongs_number":"H5096","system":"hebrew","language":"hebrew","number_value":5096,"lemma":"נַהֲלָל","transliteration":"Nahălâl","pronunciation":"nah-hal-awl'","derivation":"or נַהֲלֹל; the same as H5097 (נַהֲלֹל);","strongs_definition":"Nahalal or Nahalol, a place in Palestine","kjv_definition":"Nahalal, Nahallal, Nahalol."} +{"id":"H5097","strongs_number":"H5097","system":"hebrew","language":"hebrew","number_value":5097,"lemma":"נַהֲלֹל","transliteration":"nahălôl","pronunciation":"nah-hal-ole'","derivation":"from H5095 (נָהַל);","strongs_definition":"pasture","kjv_definition":"bush."} +{"id":"H5098","strongs_number":"H5098","system":"hebrew","language":"hebrew","number_value":5098,"lemma":"נָהַם","transliteration":"nâham","pronunciation":"naw-ham'","derivation":"a primitive root;","strongs_definition":"to growl","kjv_definition":"mourn, roar(-ing)."} +{"id":"H5099","strongs_number":"H5099","system":"hebrew","language":"hebrew","number_value":5099,"lemma":"נַהַם","transliteration":"naham","pronunciation":"nah'-ham","derivation":"from H5098 (נָהַם);","strongs_definition":"a snarl","kjv_definition":"roaring."} +{"id":"H5100","strongs_number":"H5100","system":"hebrew","language":"hebrew","number_value":5100,"lemma":"נְהָמָה","transliteration":"nᵉhâmâh","pronunciation":"neh-haw-maw'","derivation":"feminine of H5099 (נַהַם);","strongs_definition":"snarling","kjv_definition":"disquietness, roaring."} +{"id":"H5101","strongs_number":"H5101","system":"hebrew","language":"hebrew","number_value":5101,"lemma":"נָהַק","transliteration":"nâhaq","pronunciation":"naw-hak'","derivation":"a primitive root;","strongs_definition":"to bray (as an ass), scream (from hunger)","kjv_definition":"bray."} +{"id":"H5102","strongs_number":"H5102","system":"hebrew","language":"hebrew","number_value":5102,"lemma":"נָהַר","transliteration":"nâhar","pronunciation":"naw-har'","derivation":"a primitive root;","strongs_definition":"to sparkle, i.e. (figuratively) be cheerful; hence (from the sheen of a running stream) to flow, i.e. (figuratively) assemble","kjv_definition":"flow (together), be lightened."} +{"id":"H5103","strongs_number":"H5103","system":"hebrew","language":"hebrew","number_value":5103,"lemma":"נְהַר","transliteration":"nᵉhar","pronunciation":"neh-har'","derivation":"(Aramaic) from a root corresponding to H5102 (נָהַר);","strongs_definition":"a river, especially the Euphrates","kjv_definition":"river, stream."} +{"id":"H5104","strongs_number":"H5104","system":"hebrew","language":"hebrew","number_value":5104,"lemma":"נָהָר","transliteration":"nâhâr","pronunciation":"naw-hawr'","derivation":"from H5102 (נָהַר);","strongs_definition":"a stream (including the sea; expectation the Nile, Euphrates, etc.); figuratively, prosperity","kjv_definition":"flood, river."} +{"id":"H5105","strongs_number":"H5105","system":"hebrew","language":"hebrew","number_value":5105,"lemma":"נְהָרָה","transliteration":"nᵉhârâh","pronunciation":"neh-haw-raw'","derivation":"from H5102 (נָהַר) in its original sense;","strongs_definition":"daylight","kjv_definition":"light."} +{"id":"H5106","strongs_number":"H5106","system":"hebrew","language":"hebrew","number_value":5106,"lemma":"נוּא","transliteration":"nûwʼ","pronunciation":"noo","derivation":"a primitive root;","strongs_definition":"to refuse, forbid, dissuade, or neutralize","kjv_definition":"break, disallow, discourage, make of none effect."} +{"id":"H5107","strongs_number":"H5107","system":"hebrew","language":"hebrew","number_value":5107,"lemma":"נוּב","transliteration":"nûwb","pronunciation":"noob","derivation":"a primitive root;","strongs_definition":"to germinate, i.e. (figuratively) to (causatively, make) flourish; also (of words), to utter","kjv_definition":"bring forth (fruit), make cheerful, increase."} +{"id":"H5108","strongs_number":"H5108","system":"hebrew","language":"hebrew","number_value":5108,"lemma":"נוֹב","transliteration":"nôwb","pronunciation":"nobe","derivation":"or נֵיב; from H5107 (נוּב);","strongs_definition":"produce, literally or figuratively","kjv_definition":"fruit."} +{"id":"H5109","strongs_number":"H5109","system":"hebrew","language":"hebrew","number_value":5109,"lemma":"נוֹבַי","transliteration":"Nôwbay","pronunciation":"no-bah'ee","derivation":"from H5108 (נוֹב); fruitful;","strongs_definition":"Nobai, an Israelite","kjv_definition":"Nebai (from the margin)."} +{"id":"H5110","strongs_number":"H5110","system":"hebrew","language":"hebrew","number_value":5110,"lemma":"נוּד","transliteration":"nûwd","pronunciation":"nood","derivation":"a primitive root;","strongs_definition":"to nod, i.e. waver; figuratively, to wander, flee, disappear; also (from shaking the head in sympathy), to console, deplore, or (from tossing the head in scorn) taunt","kjv_definition":"bemoan, flee, get, mourn, make to move, take pity, remove, shake, skip for joy, be sorry, vagabond, way, wandering."} +{"id":"H5111","strongs_number":"H5111","system":"hebrew","language":"hebrew","number_value":5111,"lemma":"נוּד","transliteration":"nûwd","pronunciation":"nood","derivation":"(Aramaic) corresponding to H5116 (נָוֶה);","strongs_definition":"to flee","kjv_definition":"get away."} +{"id":"H5112","strongs_number":"H5112","system":"hebrew","language":"hebrew","number_value":5112,"lemma":"נוֹד","transliteration":"nôwd","pronunciation":"node","derivation":"(only defective נֹד ); from H5110 (נוּד);","strongs_definition":"exile","kjv_definition":"wandering."} +{"id":"H5113","strongs_number":"H5113","system":"hebrew","language":"hebrew","number_value":5113,"lemma":"נוֹד","transliteration":"Nôwd","pronunciation":"node","derivation":"the same as H5112 (נוֹד)lemma נוֹדּ extra dagesh, corrected to נוֹד; vagrancy;","strongs_definition":"Nod, the land of Cain","kjv_definition":"Nod."} +{"id":"H5114","strongs_number":"H5114","system":"hebrew","language":"hebrew","number_value":5114,"lemma":"נוֹדָב","transliteration":"Nôwdâb","pronunciation":"no-dawb'","derivation":"from H5068 (נָדַב); noble;","strongs_definition":"Nodab, an Arab tribe","kjv_definition":"Nodab."} +{"id":"H5115","strongs_number":"H5115","system":"hebrew","language":"hebrew","number_value":5115,"lemma":"נָוָה","transliteration":"nâvâh","pronunciation":"naw-vaw'","derivation":"a primitive root; (compare H5116 (נָוֶה))","strongs_definition":"to rest (as at home); causatively (through the implied idea of beauty ), to celebrate (with praises)","kjv_definition":"keept at home, prepare an habitation."} +{"id":"H5116","strongs_number":"H5116","system":"hebrew","language":"hebrew","number_value":5116,"lemma":"נָוֶה","transliteration":"nâveh","pronunciation":"naw-veh'","derivation":"or (feminine) נָוָה; from H5115 (נָוָה);","strongs_definition":"(adjectively) at home; hence (by implication of satisfaction) lovely; also (noun) a home, of God (temple), men (residence), flocks (pasture), or wild animals (den)","kjv_definition":"comely, dwelling (place), fold, habitation, pleasant place, sheepcote, stable, tarried."} +{"id":"H5117","strongs_number":"H5117","system":"hebrew","language":"hebrew","number_value":5117,"lemma":"נוּחַ","transliteration":"nûwach","pronunciation":"noo'-akh","derivation":"a primitive root;","strongs_definition":"to rest, i.e. settle down; used in a great variety of applications, literal and figurative, intransitive, transitive and causative (to dwell, stay, let fall, place, let alone, withdraw, give comfort, etc.)","kjv_definition":"cease, be confederate, lay, let down, (be) quiet, remain, (cause to, be at, give, have, make to) rest, set down. Compare H3241 (יָנִים)."} +{"id":"H5118","strongs_number":"H5118","system":"hebrew","language":"hebrew","number_value":5118,"lemma":"נוּחַ","transliteration":"nûwach","pronunciation":"noo'-akh","derivation":"or נוֹחַ; from H5117 (נוּחַ);","strongs_definition":"quiet","kjv_definition":"rest(-ed, -ing place)."} +{"id":"H5119","strongs_number":"H5119","system":"hebrew","language":"hebrew","number_value":5119,"lemma":"נוֹחָה","transliteration":"Nôwchâh","pronunciation":"no-chaw'","derivation":"feminine of H5118 (נוּחַ); quietude;","strongs_definition":"Nochah, an Israelite","kjv_definition":"Nohah."} +{"id":"H5120","strongs_number":"H5120","system":"hebrew","language":"hebrew","number_value":5120,"lemma":"נוּט","transliteration":"nûwṭ","pronunciation":"noot","derivation":null,"strongs_definition":"to quake","kjv_definition":"be moved."} +{"id":"H5121","strongs_number":"H5121","system":"hebrew","language":"hebrew","number_value":5121,"lemma":"נָוִית","transliteration":"Nâvîyth","pronunciation":"naw-veeth'","derivation":"from H5115 (נָוָה); residence;","strongs_definition":"Navith, a place in Palestine","kjv_definition":"Naioth (from the margin)."} +{"id":"H5122","strongs_number":"H5122","system":"hebrew","language":"hebrew","number_value":5122,"lemma":"נְוָלוּ","transliteration":"nᵉvâlûw","pronunciation":"nev-aw-loo'","derivation":"(Aramaic) or נְוָלִי; (Aramaic), from an unused root probably meaning to be foul;","strongs_definition":"a sink","kjv_definition":"dunghill."} +{"id":"H5123","strongs_number":"H5123","system":"hebrew","language":"hebrew","number_value":5123,"lemma":"נוּם","transliteration":"nûwm","pronunciation":"noom","derivation":"a primitive root;","strongs_definition":"to slumber (from drowsiness)","kjv_definition":"sleep, slumber."} +{"id":"H5124","strongs_number":"H5124","system":"hebrew","language":"hebrew","number_value":5124,"lemma":"נוּמָה","transliteration":"nûwmâh","pronunciation":"noo-maw'","derivation":"from H5123 (נוּם);","strongs_definition":"sleepiness","kjv_definition":"drowsiness."} +{"id":"H5125","strongs_number":"H5125","system":"hebrew","language":"hebrew","number_value":5125,"lemma":"נוּן","transliteration":"nûwn","pronunciation":"noon","derivation":"a primitive root;","strongs_definition":"to resprout, i.e. propagate by shoots; figuratively, to be perpetual","kjv_definition":"be continued."} +{"id":"H5126","strongs_number":"H5126","system":"hebrew","language":"hebrew","number_value":5126,"lemma":"נוּן","transliteration":"Nûwn","pronunciation":"noon","derivation":"or נוֹן; (1 Chronicles 7:27), from H5125 (נוּן); perpetuity,","strongs_definition":"Nun or Non, the father of Joshua","kjv_definition":"Non, Nun."} +{"id":"H5127","strongs_number":"H5127","system":"hebrew","language":"hebrew","number_value":5127,"lemma":"נוּס","transliteration":"nûwç","pronunciation":"noos","derivation":"a primitive root;","strongs_definition":"to flit, i.e. vanish away (subside, escape; causatively, chase, impel, deliver)","kjv_definition":"[idiom] abate, away, be displayed, (make to) flee (away, -ing), put to flight, [idiom] hide, lift up a standard."} +{"id":"H5128","strongs_number":"H5128","system":"hebrew","language":"hebrew","number_value":5128,"lemma":"נוּעַ","transliteration":"nûwaʻ","pronunciation":"noo'-ah","derivation":"a primitive root;","strongs_definition":"to waver, in a great variety of applications, literally and figuratively (as subjoined)","kjv_definition":"continually, fugitive, [idiom] make, to (go) up and down, be gone away, (be) move(-able, -d), be promoted, reel, remove, scatter, set, shake, sift, stagger, to and fro, be vagabond, wag, (make) wander (up and down)."} +{"id":"H5129","strongs_number":"H5129","system":"hebrew","language":"hebrew","number_value":5129,"lemma":"נוֹעַדְיָה","transliteration":"Nôwʻadyâh","pronunciation":"no-ad-yaw'","derivation":"from H3259 (יָעַד) and H3050 (יָהּ); convened of Jah;","strongs_definition":"Noadjah, the name of an Israelite, and a false prophetess","kjv_definition":"Noadiah."} +{"id":"H5130","strongs_number":"H5130","system":"hebrew","language":"hebrew","number_value":5130,"lemma":"נוּף","transliteration":"nûwph","pronunciation":"noof","derivation":"a primitive root;","strongs_definition":"to quiver (i.e. vibrate up and down, or rock to and fro); used in a great variety of applications (including sprinkling, beckoning, rubbing, bastinadoing, sawing, waving, etc.)","kjv_definition":"lift up, move, offer, perfume, send, shake, sift, strike, wave."} +{"id":"H5131","strongs_number":"H5131","system":"hebrew","language":"hebrew","number_value":5131,"lemma":"נוֹף","transliteration":"nôwph","pronunciation":"nofe","derivation":"from H5130 (נוּף);","strongs_definition":"elevation","kjv_definition":"situation. Compare H5297 (נֹף)."} +{"id":"H5132","strongs_number":"H5132","system":"hebrew","language":"hebrew","number_value":5132,"lemma":"נוּץ","transliteration":"nûwts","pronunciation":"noots","derivation":"a primitive root;","strongs_definition":"properly, to flash; hence, to blossom (from the brilliancy of color); also, to fly away (from the quickness of motion)","kjv_definition":"flee away, bud (forth)."} +{"id":"H5133","strongs_number":"H5133","system":"hebrew","language":"hebrew","number_value":5133,"lemma":"נוֹצָה","transliteration":"nôwtsâh","pronunciation":"no-tsaw'","derivation":"or נֹצָה; feminine active participle of H5327 (נָצָה) in the sense of flying;","strongs_definition":"a pinion (or wing feather); often (collectively) plumage","kjv_definition":"feather(-s), ostrich."} +{"id":"H5134","strongs_number":"H5134","system":"hebrew","language":"hebrew","number_value":5134,"lemma":"נוּק","transliteration":"nûwq","pronunciation":"nook","derivation":"a primitive root;","strongs_definition":"to suckle","kjv_definition":"nurse."} +{"id":"H5135","strongs_number":"H5135","system":"hebrew","language":"hebrew","number_value":5135,"lemma":"נוּר","transliteration":"nûwr","pronunciation":"noor","derivation":"(Aramaic) from an unused root (corresponding to that of H5216 (נִיר)) meaning to shine;","strongs_definition":"fire","kjv_definition":"fiery, fire."} +{"id":"H5136","strongs_number":"H5136","system":"hebrew","language":"hebrew","number_value":5136,"lemma":"נוּשׁ","transliteration":"nûwsh","pronunciation":"noosh","derivation":"a primitive root;","strongs_definition":"to be sick, i.e. (figuratively) distressed","kjv_definition":"be full of heaviness."} +{"id":"H5137","strongs_number":"H5137","system":"hebrew","language":"hebrew","number_value":5137,"lemma":"נָזָה","transliteration":"nâzâh","pronunciation":"naw-zaw'","derivation":"a primitive root;","strongs_definition":"to spirt, i.e. besprinkle (especially in expiation)","kjv_definition":"sprinkle."} +{"id":"H5138","strongs_number":"H5138","system":"hebrew","language":"hebrew","number_value":5138,"lemma":"נָזִיד","transliteration":"nâzîyd","pronunciation":"naw-zeed'","derivation":"from H2102 (זוּד);","strongs_definition":"something boiled, i.e. soup","kjv_definition":"pottage."} +{"id":"H5139","strongs_number":"H5139","system":"hebrew","language":"hebrew","number_value":5139,"lemma":"נָזִיר","transliteration":"nâzîyr","pronunciation":"naw-zeer'","derivation":"or נָזִר; from H5144 (נָזַר);","strongs_definition":"separate, i.e. consecrated (as prince, a Nazirite); hence (figuratively from the latter) an unpruned vine (like an unshorn Nazirite)","kjv_definition":"Nazarite (by a false alliteration with Nazareth), separate(-d), vine undressed."} +{"id":"H5140","strongs_number":"H5140","system":"hebrew","language":"hebrew","number_value":5140,"lemma":"נָזַל","transliteration":"nâzal","pronunciation":"naw-zal'","derivation":"a primitive root;","strongs_definition":"to drip, or shed by trickling","kjv_definition":"distil, drop, flood, (cause to) flow(-ing), gush out, melt, pour (down), running water, stream."} +{"id":"H5141","strongs_number":"H5141","system":"hebrew","language":"hebrew","number_value":5141,"lemma":"נֶזֶם","transliteration":"nezem","pronunciation":"neh'-zem","derivation":"from an unused root of uncertain meaning;","strongs_definition":"a nose-ring","kjv_definition":"earring, jewel."} +{"id":"H5142","strongs_number":"H5142","system":"hebrew","language":"hebrew","number_value":5142,"lemma":"נְזַק","transliteration":"nᵉzaq","pronunciation":"nez-ak'","derivation":"(Aramaic) corresponding to the root of H5143 (נֵזֶק);","strongs_definition":"to suffer (causatively, inflict) loss","kjv_definition":"have (en-) damage, hurt(-ful)."} +{"id":"H5143","strongs_number":"H5143","system":"hebrew","language":"hebrew","number_value":5143,"lemma":"נֵזֶק","transliteration":"nêzeq","pronunciation":"nay'zek","derivation":"from an unused root meaning to injure;","strongs_definition":"loss","kjv_definition":"damage."} +{"id":"H5144","strongs_number":"H5144","system":"hebrew","language":"hebrew","number_value":5144,"lemma":"נָזַר","transliteration":"nâzar","pronunciation":"naw-zar'","derivation":"a primitive root;","strongs_definition":"to hold aloof, i.e. (intransitivey) abstain (from food and drink, from impurity, and even from divine worship (i.e. apostatize)); specifically, to set apart (to sacred purposes), i.e. devote","kjv_definition":"consecrate, separate(-ing, self)."} +{"id":"H5145","strongs_number":"H5145","system":"hebrew","language":"hebrew","number_value":5145,"lemma":"נֶזֶר","transliteration":"nezer","pronunciation":"neh'-zer","derivation":"or נֵזֶר; from H5144 (נָזַר);","strongs_definition":"properly, something set apart, i.e. (abstractly) dedication (of a priet or Nazirite); hence (concretely) unshorn locks; also (by implication) a chaplet (especially of royalty)","kjv_definition":"consecration, crown, hair, separation."} +{"id":"H5146","strongs_number":"H5146","system":"hebrew","language":"hebrew","number_value":5146,"lemma":"נֹחַ","transliteration":"Nôach","pronunciation":"no'-akh","derivation":"the same as H5118 (נוּחַ); rest;","strongs_definition":"Noach, the patriarch of the flood","kjv_definition":"Noah."} +{"id":"H5147","strongs_number":"H5147","system":"hebrew","language":"hebrew","number_value":5147,"lemma":"נַחְבִּי","transliteration":"Nachbîy","pronunciation":"nakh-bee'","derivation":"from H2247 (חָבָה); occult;","strongs_definition":"Nachbi, an Israelite","kjv_definition":"Nakbi."} +{"id":"H5148","strongs_number":"H5148","system":"hebrew","language":"hebrew","number_value":5148,"lemma":"נָחָה","transliteration":"nâchâh","pronunciation":"naw-khaw'","derivation":"a primitive root;","strongs_definition":"to guide; by implication, to transport (into exile, or as colonists)","kjv_definition":"bestow, bring, govern, guide, lead (forth), put, straiten."} +{"id":"H5149","strongs_number":"H5149","system":"hebrew","language":"hebrew","number_value":5149,"lemma":"נְחוּם","transliteration":"Nᵉchûwm","pronunciation":"neh-khoom'","derivation":"from H5162 (נָחַם); comforted;","strongs_definition":"Nechum, an Israelite","kjv_definition":"Nehum."} +{"id":"H5150","strongs_number":"H5150","system":"hebrew","language":"hebrew","number_value":5150,"lemma":"נִחוּם","transliteration":"nichûwm","pronunciation":"nee-khoom'","derivation":"or נִחֻם; from H5162 (נָחַם);","strongs_definition":"properly, consoled; abstractly, solace","kjv_definition":"comfort(-able), repenting."} +{"id":"H5151","strongs_number":"H5151","system":"hebrew","language":"hebrew","number_value":5151,"lemma":"נַחוּם","transliteration":"Nachûwm","pronunciation":"nakh-oom'","derivation":"from H5162 (נָחַם); comfortable;","strongs_definition":"Nachum, an Israelite prophet","kjv_definition":"Nahum."} +{"id":"H5152","strongs_number":"H5152","system":"hebrew","language":"hebrew","number_value":5152,"lemma":"נָחוֹר","transliteration":"Nâchôwr","pronunciation":"naw-khore'","derivation":"from the same as H5170 (נַחַר); snorer;","strongs_definition":"Nochor, the name of the grandfather and a brother of Abraham","kjv_definition":"Nahor."} +{"id":"H5153","strongs_number":"H5153","system":"hebrew","language":"hebrew","number_value":5153,"lemma":"נָחוּשׁ","transliteration":"nâchûwsh","pronunciation":"naw-khoosh'","derivation":"apparently passive participle of H5172 (נָחַשׁ) (perhaps in the sense of ringing), i.e. bell-metal; or from the red color of the throat of a serpent (H5175 (נָחָשׁ), as denominative) when hissing);","strongs_definition":"coppery, i.e. (figuratively) hard","kjv_definition":"of brass."} +{"id":"H5154","strongs_number":"H5154","system":"hebrew","language":"hebrew","number_value":5154,"lemma":"נְחוּשָׁה","transliteration":"nᵉchûwshâh","pronunciation":"nekh-oo-shaw'","derivation":"or נְחֻשָׁה; feminine of H5153 (נָחוּשׁ);","strongs_definition":"copper","kjv_definition":"brass, steel. Compare H5176 (נָחָשׁ)."} +{"id":"H5155","strongs_number":"H5155","system":"hebrew","language":"hebrew","number_value":5155,"lemma":"נְחִילָה","transliteration":"nᵉchîylâh","pronunciation":"nekh-ee-law'","derivation":"probably denominative from H2485 (חָלִיל);","strongs_definition":"a flute","kjv_definition":"(plural) Nehiloth."} +{"id":"H5156","strongs_number":"H5156","system":"hebrew","language":"hebrew","number_value":5156,"lemma":"נְחִיר","transliteration":"nᵉchîyr","pronunciation":"nekh-eer'","derivation":"from the same as H5170 (נַחַר);","strongs_definition":"a nostril","kjv_definition":"(dual) nostrils."} +{"id":"H5157","strongs_number":"H5157","system":"hebrew","language":"hebrew","number_value":5157,"lemma":"נָחַל","transliteration":"nâchal","pronunciation":"naw-khal'","derivation":"a primitive root;","strongs_definition":"to inherit (as a (figurative) mode of descent), or (generally) to occupy; causatively, to bequeath, or (generally) distribute, instate","kjv_definition":"divide, have (inheritance), take as a heritage, (cause to, give to, make to) inherit, (distribute for, divide (for, for an, by), give for, have, leave for, take (for)) inheritance, (have in, cause to, be made to) possess(-ion)."} +{"id":"H5158","strongs_number":"H5158","system":"hebrew","language":"hebrew","number_value":5158,"lemma":"נַחַל","transliteration":"nachal","pronunciation":"nakh'-al","derivation":"or (feminine) נַחְלָה; (Psalm 124:4), or נַחֲלָה; (Ezekiel 47:19; Ezekiel 48:28), from H5157 (נָחַל) in its original sense;","strongs_definition":"a stream, especially a winter torrent; (by implication) a (narrow) valley (in which a brook runs); also a shaft (of a mine)","kjv_definition":"brook, flood, river, stream, valley."} +{"id":"H5159","strongs_number":"H5159","system":"hebrew","language":"hebrew","number_value":5159,"lemma":"נַחֲלָה","transliteration":"nachălâh","pronunciation":"nakh-al-aw'","derivation":"from H5157 (נָחַל) (in its usual sense);","strongs_definition":"properly, something inherited, i.e. (abstractly) occupancy, or (concretely) an heirloom; generally an estate, patrimony or portion","kjv_definition":"heritage, to inherit, inheritance, possession. Compare H5158 (נַחַל)."} +{"id":"H5160","strongs_number":"H5160","system":"hebrew","language":"hebrew","number_value":5160,"lemma":"נַחֲלִיאֵל","transliteration":"Nachălîyʼêl","pronunciation":"nakh-al-ee-ale'","derivation":"from H5158 (נַחַל) and H410 (אֵל); valley of God;","strongs_definition":"Nachaliel, a place in the Desert","kjv_definition":"Nahaliel."} +{"id":"H5161","strongs_number":"H5161","system":"hebrew","language":"hebrew","number_value":5161,"lemma":"נֶחֱלָמִי","transliteration":"Nechĕlâmîy","pronunciation":"nekh-el-aw-mee'","derivation":"apparently a patronymic from an unused name (apparently passive participle of H2492 (חָלַם)); dreamed;","strongs_definition":"a Nechelamite, or descendant of Nechlam","kjv_definition":"Nehelamite."} +{"id":"H5162","strongs_number":"H5162","system":"hebrew","language":"hebrew","number_value":5162,"lemma":"נָחַם","transliteration":"nâcham","pronunciation":"naw-kham'","derivation":"a primitive root;","strongs_definition":"properly, to sigh, i.e. breathe strongly; by implication, to be sorry, i.e. (in a favorable sense) to pity, console or (reflexively) rue; or (unfavorably) to avenge (oneself)","kjv_definition":"comfort (self), ease (one's self), repent(-er,-ing, self)."} +{"id":"H5163","strongs_number":"H5163","system":"hebrew","language":"hebrew","number_value":5163,"lemma":"נַחַם","transliteration":"Nacham","pronunciation":"nakh'-am","derivation":"from H5162 (נָחַם); consolation;","strongs_definition":"Nacham, an Israelite","kjv_definition":"Naham."} +{"id":"H5164","strongs_number":"H5164","system":"hebrew","language":"hebrew","number_value":5164,"lemma":"נֹחַם","transliteration":"nôcham","pronunciation":"no'-kham","derivation":"from H5162 (נָחַם);","strongs_definition":"ruefulness, i.e. desistance","kjv_definition":"repentance."} +{"id":"H5165","strongs_number":"H5165","system":"hebrew","language":"hebrew","number_value":5165,"lemma":"נֶחָמָה","transliteration":"nechâmâh","pronunciation":"nekh-aw-maw'","derivation":"from H5162 (נָחַם);","strongs_definition":"consolation","kjv_definition":"comfort."} +{"id":"H5166","strongs_number":"H5166","system":"hebrew","language":"hebrew","number_value":5166,"lemma":"נְחֶמְיָה","transliteration":"Nᵉchemyâh","pronunciation":"nekh-em-yaw'","derivation":"from H5162 (נָחַם) and H3050 (יָהּ); consolation of Jah;","strongs_definition":"Nechemjah, the name of three Israelites","kjv_definition":"Nehemiah."} +{"id":"H5167","strongs_number":"H5167","system":"hebrew","language":"hebrew","number_value":5167,"lemma":"נַחֲמָנִי","transliteration":"Nachămânîy","pronunciation":"nakh-am-aw-nee'","derivation":"from H5162 (נָחַם); consolatory;","strongs_definition":"Nachamani, an Israelite","kjv_definition":"Nahamani."} +{"id":"H5168","strongs_number":"H5168","system":"hebrew","language":"hebrew","number_value":5168,"lemma":"נַחְנוּ","transliteration":"nachnûw","pronunciation":"nakh-noo'","derivation":"for H587 (אֲנַחְנוּ);","strongs_definition":"we","kjv_definition":"we."} +{"id":"H5169","strongs_number":"H5169","system":"hebrew","language":"hebrew","number_value":5169,"lemma":"נָחַץ","transliteration":"nâchats","pronunciation":"naw-khats'","derivation":"a primitive root;","strongs_definition":"to be urgent","kjv_definition":"require haste."} +{"id":"H5170","strongs_number":"H5170","system":"hebrew","language":"hebrew","number_value":5170,"lemma":"נַחַר","transliteration":"nachar","pronunciation":"nakh'-ar","derivation":"and (feminine) נַחֲרָה; from an unused root meaning to snort or snore;","strongs_definition":"a snorting","kjv_definition":"nostrils, snorting."} +{"id":"H5171","strongs_number":"H5171","system":"hebrew","language":"hebrew","number_value":5171,"lemma":"נַחֲרַי","transliteration":"Nachăray","pronunciation":"nakh-ar-ah'-ee","derivation":"or נַחְרַי; from the same as H5170 (נַחַר); snorer;","strongs_definition":"Nacharai or Nachrai, an Israelite","kjv_definition":"Naharai, Nahari."} +{"id":"H5172","strongs_number":"H5172","system":"hebrew","language":"hebrew","number_value":5172,"lemma":"נָחַשׁ","transliteration":"nâchash","pronunciation":"naw-khash'","derivation":"a primitive root;","strongs_definition":"properly, to hiss, i.e. whisper a (magic) spell; generally, to prognosticate","kjv_definition":"[idiom] certainly, divine, enchanter, (use) [idiom] enchantment, learn by experience, [idiom] indeed, diligently observe."} +{"id":"H5173","strongs_number":"H5173","system":"hebrew","language":"hebrew","number_value":5173,"lemma":"נַחַשׁ","transliteration":"nachash","pronunciation":"nakh'-ash","derivation":"from H5172 (נָחַשׁ);","strongs_definition":"an incantation or augury","kjv_definition":"enchantment."} +{"id":"H5174","strongs_number":"H5174","system":"hebrew","language":"hebrew","number_value":5174,"lemma":"נְחָשׁ","transliteration":"nᵉchâsh","pronunciation":"nekh-awsh'","derivation":"(Aramaic) corresponding to H5154 (נְחוּשָׁה);","strongs_definition":"copper","kjv_definition":"brass."} +{"id":"H5175","strongs_number":"H5175","system":"hebrew","language":"hebrew","number_value":5175,"lemma":"נָחָשׁ","transliteration":"nâchâsh","pronunciation":"naw-khawsh'","derivation":"from H5172 (נָחַשׁ);","strongs_definition":"a snake (from its hiss)","kjv_definition":"serpent."} +{"id":"H5176","strongs_number":"H5176","system":"hebrew","language":"hebrew","number_value":5176,"lemma":"נָחָשׁ","transliteration":"Nâchâsh","pronunciation":"naw-khawsh'","derivation":"the same as H5175 (נָחָשׁ);","strongs_definition":"Nachash, the name of two persons apparently non-Israelite","kjv_definition":"Nahash."} +{"id":"H5177","strongs_number":"H5177","system":"hebrew","language":"hebrew","number_value":5177,"lemma":"נַחְשׁוֹן","transliteration":"Nachshôwn","pronunciation":"nakh-shone'","derivation":"from H5172 (נָחַשׁ); enchanter;","strongs_definition":"Nachshon, an Israelite","kjv_definition":"Naashon, Nahshon."} +{"id":"H5178","strongs_number":"H5178","system":"hebrew","language":"hebrew","number_value":5178,"lemma":"נְחֹשֶׁת","transliteration":"nᵉchôsheth","pronunciation":"nekh-o'-sheth","derivation":"for H5154 (נְחוּשָׁה);","strongs_definition":"copper, hence, something made of that metal, i.e. coin, a fetter; figuratively, base (as compared with gold or silver)","kjv_definition":"brasen, brass, chain, copper, fetter (of brass), filthiness, steel."} +{"id":"H5179","strongs_number":"H5179","system":"hebrew","language":"hebrew","number_value":5179,"lemma":"נְחֻשְׁתָּא","transliteration":"Nᵉchushtâʼ","pronunciation":"nekh-oosh-taw'","derivation":"from H5178 (נְחֹשֶׁת); copper;","strongs_definition":"Nechushta, an Israelitess","kjv_definition":"Nehushta."} +{"id":"H5180","strongs_number":"H5180","system":"hebrew","language":"hebrew","number_value":5180,"lemma":"נְחֻשְׁתָּן","transliteration":"Nᵉchushtân","pronunciation":"nekh-oosh-tawn'","derivation":"from H5178 (נְחֹשֶׁת);","strongs_definition":"something made of copper, i.e. the copper serpent of the Desert","kjv_definition":"Nehushtan."} +{"id":"H5181","strongs_number":"H5181","system":"hebrew","language":"hebrew","number_value":5181,"lemma":"נָחַת","transliteration":"nâchath","pronunciation":"naw-khath'","derivation":"a primitive root;","strongs_definition":"to sink, i.e. descend; causatively, to press or lead down","kjv_definition":"be broken, (cause to) come down, enter, go down, press sore, settle, stick fast."} +{"id":"H5182","strongs_number":"H5182","system":"hebrew","language":"hebrew","number_value":5182,"lemma":"נְחַת","transliteration":"nᵉchath","pronunciation":"nekh-ath'","derivation":"(Aramaic) corresponding to H5181 (נָחַת);","strongs_definition":"to descend; causatively, to bring away, deposit, depose","kjv_definition":"carry, come down, depose, lay up, place."} +{"id":"H5183","strongs_number":"H5183","system":"hebrew","language":"hebrew","number_value":5183,"lemma":"נַחַת","transliteration":"Nachath","pronunciation":"nakh'-ath","derivation":"from H5182 (נְחַת); also (intransitively; perhaps from H5117 (נוּחַ))","strongs_definition":"a descent, i.e. imposition, unfavorable (punishment) or favorable (food); restfulness","kjv_definition":"lighting down, quiet(-ness), to rest, be set on."} +{"id":"H5184","strongs_number":"H5184","system":"hebrew","language":"hebrew","number_value":5184,"lemma":"נַחַת","transliteration":"Nachath","pronunciation":"nakh'-ath","derivation":"the same as H5183 (נַחַת); quiet;","strongs_definition":"Nachath, the name of an Edomite and of two Israelites","kjv_definition":"Nahath."} +{"id":"H5185","strongs_number":"H5185","system":"hebrew","language":"hebrew","number_value":5185,"lemma":"נָחֵת","transliteration":"nâchêth","pronunciation":"naw-khayth'","derivation":"from H5181 (נָחַת);","strongs_definition":"descending","kjv_definition":"come down."} +{"id":"H5186","strongs_number":"H5186","system":"hebrew","language":"hebrew","number_value":5186,"lemma":"נָטָה","transliteration":"nâṭâh","pronunciation":"naw-taw'","derivation":"a primitive root;","strongs_definition":"to stretch or spread out; by implication, to bend away (including moral deflection); used in a great variety of application","kjv_definition":"[phrase] afternoon, apply, bow (down, -ing), carry aside, decline, deliver, extend, go down, be gone, incline, intend, lay, let down, offer, outstretched, overthrown, pervert, pitch, prolong, put away, shew, spread (out), stretch (forth, out), take (aside), turn (aside, away), wrest, cause to yield."} +{"id":"H5187","strongs_number":"H5187","system":"hebrew","language":"hebrew","number_value":5187,"lemma":"נְטִיל","transliteration":"nᵉṭîyl","pronunciation":"net-eel'","derivation":"from H5190 (נָטַל);","strongs_definition":"laden","kjv_definition":"that bear."} +{"id":"H5188","strongs_number":"H5188","system":"hebrew","language":"hebrew","number_value":5188,"lemma":"נְטִיפָה","transliteration":"nᵉṭîyphâh","pronunciation":"net-ee-faw'","derivation":"from H5197 (נָטַף);","strongs_definition":"a pendant for the ears (especially of pearls)","kjv_definition":"chain, collar."} +{"id":"H5189","strongs_number":"H5189","system":"hebrew","language":"hebrew","number_value":5189,"lemma":"נְטִישָׁה","transliteration":"nᵉṭîyshâh","pronunciation":"net-ee-shaw'","derivation":"from H5203 (נָטַשׁ);","strongs_definition":"a tendril (as an offshoot)","kjv_definition":"battlement, branch, plant."} +{"id":"H5190","strongs_number":"H5190","system":"hebrew","language":"hebrew","number_value":5190,"lemma":"נָטַל","transliteration":"nâṭal","pronunciation":"naw-tal'","derivation":"a primitive root;","strongs_definition":"to lift; by implication, to impose","kjv_definition":"bear, offer, take up."} +{"id":"H5191","strongs_number":"H5191","system":"hebrew","language":"hebrew","number_value":5191,"lemma":"נְטַל","transliteration":"nᵉṭal","pronunciation":"net-al'","derivation":"(Aramaic) corresponding to H5190 (נָטַל);","strongs_definition":"to raise","kjv_definition":"take up."} +{"id":"H5192","strongs_number":"H5192","system":"hebrew","language":"hebrew","number_value":5192,"lemma":"נֵטֶל","transliteration":"nêṭel","pronunciation":"nay'-tel","derivation":"; from H5190 (נָטַל);","strongs_definition":"a burden","kjv_definition":"weighty."} +{"id":"H5193","strongs_number":"H5193","system":"hebrew","language":"hebrew","number_value":5193,"lemma":"נָטַע","transliteration":"nâṭaʻ","pronunciation":"naw-tah'","derivation":"a primitive root;","strongs_definition":"properly, to strike in, i.e. fix; specifically, to plant (literally or figuratively)","kjv_definition":"fastened, plant(-er)."} +{"id":"H5194","strongs_number":"H5194","system":"hebrew","language":"hebrew","number_value":5194,"lemma":"נֶטַע","transliteration":"neṭaʻ","pronunciation":"neh'-tah","derivation":"from H5193 (נָטַע);","strongs_definition":"a plant; collectively, a plantation; abstractly, a planting","kjv_definition":"plant."} +{"id":"H5195","strongs_number":"H5195","system":"hebrew","language":"hebrew","number_value":5195,"lemma":"נָטִיעַ","transliteration":"nâṭîyaʻ","pronunciation":"naw-tee'-ah","derivation":"from H5193 (נָטַע);","strongs_definition":"a plant","kjv_definition":"plant."} +{"id":"H5196","strongs_number":"H5196","system":"hebrew","language":"hebrew","number_value":5196,"lemma":"נְטָעִים","transliteration":"Nᵉṭâʻîym","pronunciation":"net-aw-eem'","derivation":"plural of H5194 (נֶטַע);","strongs_definition":"Netaim, a place in Palestine","kjv_definition":"plants."} +{"id":"H5197","strongs_number":"H5197","system":"hebrew","language":"hebrew","number_value":5197,"lemma":"נָטַף","transliteration":"nâṭaph","pronunciation":"naw-taf'","derivation":"a primitive root;","strongs_definition":"to ooze, i.e. distil gradually; by implication, to fall in drops; figuratively, to speak by inspiration","kjv_definition":"drop(-ping), prophesy(-et)."} +{"id":"H5198","strongs_number":"H5198","system":"hebrew","language":"hebrew","number_value":5198,"lemma":"נָטָף","transliteration":"nâṭâph","pronunciation":"naw-tawf'","derivation":"from H5197 (נָטַף);","strongs_definition":"a drop; specifically, an aromatic gum (probably stacte)","kjv_definition":"drop, stacte."} +{"id":"H5199","strongs_number":"H5199","system":"hebrew","language":"hebrew","number_value":5199,"lemma":"נְטֹפָה","transliteration":"Nᵉṭôphâh","pronunciation":"net-o-faw'","derivation":"from H5197 (נָטַף); distillation;","strongs_definition":"Netophah, a place in Palestine","kjv_definition":"Netophah."} +{"id":"H5200","strongs_number":"H5200","system":"hebrew","language":"hebrew","number_value":5200,"lemma":"נְטֹפָתִי","transliteration":"Nᵉṭôphâthîy","pronunciation":"net-o-faw-thee'","derivation":"patronymic from H5199 (נְטֹפָה);","strongs_definition":"a Netophathite, or inhabitant of Netophah","kjv_definition":"Netophathite."} +{"id":"H5201","strongs_number":"H5201","system":"hebrew","language":"hebrew","number_value":5201,"lemma":"נָטַר","transliteration":"nâṭar","pronunciation":"naw-tar'","derivation":"a primitive root;","strongs_definition":"to guard; figuratively, to cherish (anger)","kjv_definition":"bear grudge, keep(-er), reserve."} +{"id":"H5202","strongs_number":"H5202","system":"hebrew","language":"hebrew","number_value":5202,"lemma":"נְטַר","transliteration":"nᵉṭar","pronunciation":"net-ar'","derivation":"(Aramaic) corresponding to H5201 (נָטַר);","strongs_definition":"to retain","kjv_definition":"keep."} +{"id":"H5203","strongs_number":"H5203","system":"hebrew","language":"hebrew","number_value":5203,"lemma":"נָטַשׁ","transliteration":"nâṭash","pronunciation":"naw-tash'","derivation":"a primitive root;","strongs_definition":"properly, to pound, i.e. smite; by implication (as if beating out, and thus expanding) to disperse; also, to thrust off, down, out or upon (inclusively, reject, let alone, permit, remit, etc.)","kjv_definition":"cast off, drawn, let fall, forsake, join (battle), leave (off), lie still, loose, spread (self) abroad, stretch out, suffer."} +{"id":"H5204","strongs_number":"H5204","system":"hebrew","language":"hebrew","number_value":5204,"lemma":"נִי","transliteration":"nîy","pronunciation":"nee","derivation":"a doubtful word; apparently from H5091 (נָהָה);","strongs_definition":"lamentation","kjv_definition":"wailing."} +{"id":"H5205","strongs_number":"H5205","system":"hebrew","language":"hebrew","number_value":5205,"lemma":"נִיד","transliteration":"nîyd","pronunciation":"need","derivation":"from H5110 (נוּד);","strongs_definition":"motion (of the lips in speech)","kjv_definition":"moving."} +{"id":"H5206","strongs_number":"H5206","system":"hebrew","language":"hebrew","number_value":5206,"lemma":"נִידָה","transliteration":"nîydâh","pronunciation":"nee-daw'","derivation":"feminine of H5205 (נִיד);","strongs_definition":"removal, i.e. exile","kjv_definition":"removed."} +{"id":"H5207","strongs_number":"H5207","system":"hebrew","language":"hebrew","number_value":5207,"lemma":"נִיחוֹחַ","transliteration":"nîychôwach","pronunciation":"nee-kho'-akh","derivation":"or נִיחֹחַ; from H5117 (נוּחַ);","strongs_definition":"properly, restful, i.e. pleasant; abstractly, delight","kjv_definition":"sweet (odour)."} +{"id":"H5208","strongs_number":"H5208","system":"hebrew","language":"hebrew","number_value":5208,"lemma":"נִיחוֹחַ","transliteration":"nîychôwach","pronunciation":"nee-kho'-akh","derivation":"(Aramaic) or נִיחֹחַ; (shorter) (Aramaic), corresponding to H5207 (נִיחוֹחַ);","strongs_definition":"pleasure","kjv_definition":"sweet odour (savour)."} +{"id":"H5209","strongs_number":"H5209","system":"hebrew","language":"hebrew","number_value":5209,"lemma":"נִין","transliteration":"nîyn","pronunciation":"neen","derivation":"from H5125 (נוּן);","strongs_definition":"progeny","kjv_definition":"son."} +{"id":"H5210","strongs_number":"H5210","system":"hebrew","language":"hebrew","number_value":5210,"lemma":"נִינְוֵה","transliteration":"Nîynᵉvêh","pronunciation":"nee-nev-ay'","derivation":"of foreign origin;","strongs_definition":"Nineveh, the capital of Assyria","kjv_definition":"Nineveh."} +{"id":"H5211","strongs_number":"H5211","system":"hebrew","language":"hebrew","number_value":5211,"lemma":"נִיס","transliteration":"nîyç","pronunciation":"neece","derivation":"from H5127 (נוּס);","strongs_definition":"fugitive","kjv_definition":"that fleeth."} +{"id":"H5212","strongs_number":"H5212","system":"hebrew","language":"hebrew","number_value":5212,"lemma":"נִיסָן","transliteration":"Nîyçân","pronunciation":"nee-sawn'","derivation":"probably of foreign origin;","strongs_definition":"Nisan, the first month of the Jewish sacred year","kjv_definition":"Nisan."} +{"id":"H5213","strongs_number":"H5213","system":"hebrew","language":"hebrew","number_value":5213,"lemma":"נִיצוֹץ","transliteration":"nîytsôwts","pronunciation":"nee-tsotes'","derivation":"from H5340 (נָצַץ);","strongs_definition":"a spark","kjv_definition":"spark."} +{"id":"H5214","strongs_number":"H5214","system":"hebrew","language":"hebrew","number_value":5214,"lemma":"נִיר","transliteration":"nîyr","pronunciation":"neer","derivation":"a root probably identical with that of H5216 (נִיר), through the idea of the gleam of a fresh furrow;","strongs_definition":"to till the soil","kjv_definition":"break up."} +{"id":"H5215","strongs_number":"H5215","system":"hebrew","language":"hebrew","number_value":5215,"lemma":"נִיר","transliteration":"nîyr","pronunciation":"neer","derivation":"or נִר; from H5214 (נִיר);","strongs_definition":"properly, plowing, i.e. (concretely) freshly plowed land","kjv_definition":"fallow ground, plowing, tillage."} +{"id":"H5216","strongs_number":"H5216","system":"hebrew","language":"hebrew","number_value":5216,"lemma":"נִיר","transliteration":"nîyr","pronunciation":"neer","derivation":"or נִר; also נֵיר; or נֵר; or (feminine) נֵרָה; from a primitive root (see H5214 (נִיר); H5135 (נוּר)) properly, meaning to glisten;","strongs_definition":"a lamp (i.e. the burner) or light (literally or figuratively)","kjv_definition":"candle, lamp, light."} +{"id":"H5217","strongs_number":"H5217","system":"hebrew","language":"hebrew","number_value":5217,"lemma":"נָכָא","transliteration":"nâkâʼ","pronunciation":"naw-kaw'","derivation":"a primitive root;","strongs_definition":"to smite, i.e. drive away","kjv_definition":"be viler."} +{"id":"H5218","strongs_number":"H5218","system":"hebrew","language":"hebrew","number_value":5218,"lemma":"נָכֵא","transliteration":"nâkêʼ","pronunciation":"naw-kay'","derivation":"or נָכָא; from H5217 (נָכָא);","strongs_definition":"smitten, i.e. (figuratively) afflicted","kjv_definition":"broken, stricken, wounded."} +{"id":"H5219","strongs_number":"H5219","system":"hebrew","language":"hebrew","number_value":5219,"lemma":"נְכֹאת","transliteration":"nᵉkôʼth","pronunciation":"nek-ohth'","derivation":"from H5218 (נָכֵא);","strongs_definition":"properly, a smiting, i.e. (concretely) an aromatic gum (perhaps styrax) (as powdered)","kjv_definition":"spicery(-ces)."} +{"id":"H5220","strongs_number":"H5220","system":"hebrew","language":"hebrew","number_value":5220,"lemma":"נֶכֶד","transliteration":"neked","pronunciation":"neh'-ked","derivation":"from an unused root meaning to propagate;","strongs_definition":"offspring","kjv_definition":"nephew, son's son."} +{"id":"H5221","strongs_number":"H5221","system":"hebrew","language":"hebrew","number_value":5221,"lemma":"נָכָה","transliteration":"nâkâh","pronunciation":"naw-kaw'","derivation":"a primitive root;","strongs_definition":"to strike (lightly or severely, literally or figuratively)","kjv_definition":"beat, cast forth, clap, give (wounds), [idiom] go forward, [idiom] indeed, kill, make (slaughter), murderer, punish, slaughter, slay(-er, -ing), smite(-r, -ing), strike, be stricken, (give) stripes, [idiom] surely, wound."} +{"id":"H5222","strongs_number":"H5222","system":"hebrew","language":"hebrew","number_value":5222,"lemma":"נֵכֶה","transliteration":"nêkeh","pronunciation":"nay-keh'","derivation":"from H5221 (נָכָה);","strongs_definition":"a smiter, i.e. (figuratively) traducer","kjv_definition":"abject."} +{"id":"H5223","strongs_number":"H5223","system":"hebrew","language":"hebrew","number_value":5223,"lemma":"נָכֶה","transliteration":"nâkeh","pronunciation":"naw-keh'","derivation":"","strongs_definition":"smitten, i.e. (literally) maimed, or (figuratively) dejected","kjv_definition":"contrite, lame."} +{"id":"H5224","strongs_number":"H5224","system":"hebrew","language":"hebrew","number_value":5224,"lemma":"נְכוֹ","transliteration":"Nᵉkôw","pronunciation":"nek-o'","derivation":"probably of Egyptian origin;","strongs_definition":"Neko, an Egyptian king","kjv_definition":"Necho. Compare H6549 (פַּרְעֹה נְכֹה)."} +{"id":"H5225","strongs_number":"H5225","system":"hebrew","language":"hebrew","number_value":5225,"lemma":"נָכוֹן","transliteration":"Nâkôwn","pronunciation":"naw-kone'","derivation":"from H3559 (כּוּן); prepared;","strongs_definition":"Nakon, probably an Israelite","kjv_definition":"Nachon."} +{"id":"H5226","strongs_number":"H5226","system":"hebrew","language":"hebrew","number_value":5226,"lemma":"נֵכַח","transliteration":"nêkach","pronunciation":"nay'-kakh","derivation":"from an unused root meaning to be straightforward;","strongs_definition":"properly, the fore part; used adverbially, opposite","kjv_definition":"before, over against."} +{"id":"H5227","strongs_number":"H5227","system":"hebrew","language":"hebrew","number_value":5227,"lemma":"נֹכַח","transliteration":"nôkach","pronunciation":"no'-kakh","derivation":"from the same as H5226 (נֵכַח);","strongs_definition":"properly, the front part; used adverbially (especially with preposition), opposite, in front of, forward, in behalf of","kjv_definition":"(over) against, before, direct(-ly), for, right (on)."} +{"id":"H5228","strongs_number":"H5228","system":"hebrew","language":"hebrew","number_value":5228,"lemma":"נָכֹחַ","transliteration":"nâkôach","pronunciation":"naw-ko'-akh","derivation":"from the same as H5226 (נֵכַח);","strongs_definition":"straightforward, i.e. (figuratively), equitable, correct, or (abstractly), integrity","kjv_definition":"plain, right, uprightness."} +{"id":"H5229","strongs_number":"H5229","system":"hebrew","language":"hebrew","number_value":5229,"lemma":"נְכֹחָה","transliteration":"nᵉkôchâh","pronunciation":"nek-o-khaw'","derivation":"feminine of H5228 (נָכֹחַ);","strongs_definition":"properly, straightforwardness, i.e. (figuratively) integrity, or (concretely) a truth","kjv_definition":"equity, right (thing), uprightness."} +{"id":"H5230","strongs_number":"H5230","system":"hebrew","language":"hebrew","number_value":5230,"lemma":"נָכַל","transliteration":"nâkal","pronunciation":"naw-kal'","derivation":"a primitive root;","strongs_definition":"to defraud, i.e. act treacherously","kjv_definition":"beguile, conspire, deceiver, deal subtilly."} +{"id":"H5231","strongs_number":"H5231","system":"hebrew","language":"hebrew","number_value":5231,"lemma":"נֵכֶל","transliteration":"nêkel","pronunciation":"nay'-kel","derivation":"from H5230 (נָכַל);","strongs_definition":"deceit","kjv_definition":"wile."} +{"id":"H5232","strongs_number":"H5232","system":"hebrew","language":"hebrew","number_value":5232,"lemma":"נְכַס","transliteration":"nᵉkaç","pronunciation":"nek-as'","derivation":"(Aramaic) corresponding to H5233 (נֶכֶס)","strongs_definition":"{treasure}","kjv_definition":"goods."} +{"id":"H5233","strongs_number":"H5233","system":"hebrew","language":"hebrew","number_value":5233,"lemma":"נֶכֶס","transliteration":"nekeç","pronunciation":"neh'-kes","derivation":"from an unused root meaning to accumulate;","strongs_definition":"treasure","kjv_definition":"riches, wealth."} +{"id":"H5234","strongs_number":"H5234","system":"hebrew","language":"hebrew","number_value":5234,"lemma":"נָכַר","transliteration":"nâkar","pronunciation":"naw-kar'","derivation":"a primitive root;","strongs_definition":"properly, to scrutinize, i.e. look intently at; hence (with recognition implied), to acknowledge, be acquainted with, care for, respect, revere, or (with suspicion implied), to disregard, ignore, be strange toward, reject, resign, dissimulate (as if ignorant or disowning)","kjv_definition":"acknowledge, [idiom] could, deliver, discern, dissemble, estrange, feign self to be another, know, take knowledge (notice), perceive, regard, (have) respect, behave (make) self strange(-ly)."} +{"id":"H5235","strongs_number":"H5235","system":"hebrew","language":"hebrew","number_value":5235,"lemma":"נֶכֶר","transliteration":"neker","pronunciation":"neh'-ker","derivation":"or נֹכֶר; from H5234 (נָכַר);","strongs_definition":"something strange, i.e. unexpected calamity","kjv_definition":"strange."} +{"id":"H5236","strongs_number":"H5236","system":"hebrew","language":"hebrew","number_value":5236,"lemma":"נֵכָר","transliteration":"nêkâr","pronunciation":"nay-kawr'","derivation":"' from H5234 (נָכַר);","strongs_definition":"foreign, or (concretely) a foreigner, or (abstractly) heathendom","kjv_definition":"alien, strange ([phrase] -er)."} +{"id":"H5237","strongs_number":"H5237","system":"hebrew","language":"hebrew","number_value":5237,"lemma":"נׇכְרִי","transliteration":"nokrîy","pronunciation":"nok-ree'","derivation":"from H5235 (נֶכֶר) (second form);","strongs_definition":"strange, in a variety of degrees and applications (foreign, non-relative, adulterous, different, wonderful)","kjv_definition":"alien, foreigner, outlandish, strange(-r, woman)."} +{"id":"H5238","strongs_number":"H5238","system":"hebrew","language":"hebrew","number_value":5238,"lemma":"נְכֹת","transliteration":"nᵉkôth","pronunciation":"nek-oth'","derivation":"probably for H5219 (נְכֹאת);","strongs_definition":"spicery, i.e. (generally) valuables","kjv_definition":"precious things."} +{"id":"H5239","strongs_number":"H5239","system":"hebrew","language":"hebrew","number_value":5239,"lemma":"נָלָה","transliteration":"nâlâh","pronunciation":"naw-law'","derivation":"apparently a primitive root;","strongs_definition":"to complete","kjv_definition":"make an end."} +{"id":"H5240","strongs_number":"H5240","system":"hebrew","language":"hebrew","number_value":5240,"lemma":"נְמִבְזֶה","transliteration":"nᵉmibzeh","pronunciation":"nem-ib-zeh'","derivation":"from H959 (בָּזָה),","strongs_definition":"despised","kjv_definition":"vile."} +{"id":"H5241","strongs_number":"H5241","system":"hebrew","language":"hebrew","number_value":5241,"lemma":"נְמוּאֵל","transliteration":"Nᵉmûwʼêl","pronunciation":"nem-oo-ale'","derivation":"apparently for H3223 (יְמוּאֵל);","strongs_definition":"Nemuel, the name of two Israelites","kjv_definition":"Nemuel."} +{"id":"H5242","strongs_number":"H5242","system":"hebrew","language":"hebrew","number_value":5242,"lemma":"נְמוּאֵלִי","transliteration":"Nᵉmûwʼêlîy","pronunciation":"nem-oo-ay-lee'","derivation":"from H5241 (נְמוּאֵל);","strongs_definition":"a Nemuelite, or descendant of Nemuel","kjv_definition":"Nemuelite."} +{"id":"H5243","strongs_number":"H5243","system":"hebrew","language":"hebrew","number_value":5243,"lemma":"נָמַל","transliteration":"nâmal","pronunciation":"naw-mal'","derivation":"a primitive root;","strongs_definition":"to become clipped or (specifically) circumcised","kjv_definition":"(branch to) be cut down (off), circumcise."} +{"id":"H5244","strongs_number":"H5244","system":"hebrew","language":"hebrew","number_value":5244,"lemma":"נְמָלָה","transliteration":"nᵉmâlâh","pronunciation":"nem-aw-law'","derivation":"feminine from H5243 (נָמַל);","strongs_definition":"an ant (probably from its almost bisected form)","kjv_definition":"ant."} +{"id":"H5245","strongs_number":"H5245","system":"hebrew","language":"hebrew","number_value":5245,"lemma":"נְמַר","transliteration":"nᵉmar","pronunciation":"nem-ar'","derivation":"(Aramaic) corresponding to H5246 (נָמֵר)","strongs_definition":"{a leopard (from its stripes)}","kjv_definition":"leopard."} +{"id":"H5246","strongs_number":"H5246","system":"hebrew","language":"hebrew","number_value":5246,"lemma":"נָמֵר","transliteration":"nâmêr","pronunciation":"naw-mare'","derivation":"from an unused root meaning properly, to filtrate, i.e. be limpid (comp H5247 (נִמְרָה) and H5249 (נִמְרִים)); and thus to spot or stain as if by dripping;","strongs_definition":"a leopard (from its stripes)","kjv_definition":"leopard."} +{"id":"H5247","strongs_number":"H5247","system":"hebrew","language":"hebrew","number_value":5247,"lemma":"נִמְרָה","transliteration":"Nimrâh","pronunciation":"nim-raw'","derivation":"from the same as H5246 (נָמֵר); clear water;","strongs_definition":"Nimrah, a place East of the Jordan","kjv_definition":"Nimrah. See also H1039 (בֵּית נִמְרָה), H5249 (נִמְרִים)."} +{"id":"H5248","strongs_number":"H5248","system":"hebrew","language":"hebrew","number_value":5248,"lemma":"נִמְרוֹד","transliteration":"Nimrôwd","pronunciation":"nim-rode'","derivation":"or נִמְרֹד; probably of foreign origin;","strongs_definition":"Nimrod, a son of Cush","kjv_definition":"Nimrod."} +{"id":"H5249","strongs_number":"H5249","system":"hebrew","language":"hebrew","number_value":5249,"lemma":"נִמְרִים","transliteration":"Nimrîym","pronunciation":"nim-reem'","derivation":"plural of a masculine corresponding to H5247 (נִמְרָה); clear waters;","strongs_definition":"Nimrim, a place East of the Jordan","kjv_definition":"Nimrim. Compare H1039 (בֵּית נִמְרָה)."} +{"id":"H5250","strongs_number":"H5250","system":"hebrew","language":"hebrew","number_value":5250,"lemma":"נִמְשִׁי","transliteration":"Nimshîy","pronunciation":"nim-shee'","derivation":"probably from H4871 (מָשָׁה); extricated;","strongs_definition":"Nimshi, the (grand-) father of Jehu","kjv_definition":"Nimshi."} +{"id":"H5251","strongs_number":"H5251","system":"hebrew","language":"hebrew","number_value":5251,"lemma":"נֵס","transliteration":"nêç","pronunciation":"nace","derivation":"from H5264 (נָסַס);","strongs_definition":"a flag; also a sail; by implication, a flagstaff; generally a signal; figuratively, a token","kjv_definition":"banner, pole, sail, (en-) sign, standard."} +{"id":"H5252","strongs_number":"H5252","system":"hebrew","language":"hebrew","number_value":5252,"lemma":"נְסִבָּה","transliteration":"nᵉçibbâh","pronunciation":"nes-ib-baw'","derivation":"feminine participle passive of H5437 (סָבַב);","strongs_definition":"properly, an environment, i.e. circumstance or turn of affairs","kjv_definition":"cause."} +{"id":"H5253","strongs_number":"H5253","system":"hebrew","language":"hebrew","number_value":5253,"lemma":"נָסַג","transliteration":"nâçag","pronunciation":"naw-sag'","derivation":"a primitive root;","strongs_definition":"to retreat","kjv_definition":"departing away, remove, take (hold), turn away."} +{"id":"H5254","strongs_number":"H5254","system":"hebrew","language":"hebrew","number_value":5254,"lemma":"נָסָה","transliteration":"nâçâh","pronunciation":"naw-saw'","derivation":"a primitive root;","strongs_definition":"to test; by implication, to attempt","kjv_definition":"adventure, assay, prove, tempt, try."} +{"id":"H5255","strongs_number":"H5255","system":"hebrew","language":"hebrew","number_value":5255,"lemma":"נָסַח","transliteration":"nâçach","pronunciation":"naw-sakh'","derivation":"a primitive root;","strongs_definition":"to tear away","kjv_definition":"destroy, pluck, root."} +{"id":"H5256","strongs_number":"H5256","system":"hebrew","language":"hebrew","number_value":5256,"lemma":"נְסַח","transliteration":"nᵉçach","pronunciation":"nes-akh'","derivation":"(Aramaic) corresponding to H5255 (נָסַח)","strongs_definition":"{to tear away}","kjv_definition":"pull down."} +{"id":"H5257","strongs_number":"H5257","system":"hebrew","language":"hebrew","number_value":5257,"lemma":"נְסִיךְ","transliteration":"nᵉçîyk","pronunciation":"nes-eek'","derivation":"from H5258 (נָסַךְ);","strongs_definition":"properly, something poured out, i.e. a libation; also a molten image; by implication, a prince (as anointed)","kjv_definition":"drink offering, duke, prince(-ipal)."} +{"id":"H5258","strongs_number":"H5258","system":"hebrew","language":"hebrew","number_value":5258,"lemma":"נָסַךְ","transliteration":"nâçak","pronunciation":"naw-sak'","derivation":"a primitive root;","strongs_definition":"to pour out, especially a libation, or to cast (metal); by analogy, to anoint aking","kjv_definition":"cover, melt, offer, (cause to) pour (out), set (up)."} +{"id":"H5259","strongs_number":"H5259","system":"hebrew","language":"hebrew","number_value":5259,"lemma":"נָסַךְ","transliteration":"nâçak","pronunciation":"naw-sak'","derivation":"a primitive root (probably identical with H5258 (נָסַךְ) through the idea of fusion);","strongs_definition":"to interweave, i.e. (figuratively) to overspread","kjv_definition":"that is spread."} +{"id":"H5260","strongs_number":"H5260","system":"hebrew","language":"hebrew","number_value":5260,"lemma":"נְסַךְ","transliteration":"nᵉçak","pronunciation":"nes-ak'","derivation":"(Aramaic) corresponding to H5258 (נָסַךְ);","strongs_definition":"to pour out a libation","kjv_definition":"offer."} +{"id":"H5261","strongs_number":"H5261","system":"hebrew","language":"hebrew","number_value":5261,"lemma":"נְסַךְ","transliteration":"nᵉçak","pronunciation":"nes-ak'","derivation":"(Aramaic) corresponding to H5262 (נֶסֶךְ);","strongs_definition":"a libation","kjv_definition":"drink offering."} +{"id":"H5262","strongs_number":"H5262","system":"hebrew","language":"hebrew","number_value":5262,"lemma":"נֶסֶךְ","transliteration":"neçek","pronunciation":"neh'-sek","derivation":"or נֵסֶךְ; from H5258 (נָסַךְ);","strongs_definition":"a libation; also a cast idol","kjv_definition":"cover, drink offering, molten image."} +{"id":"H5263","strongs_number":"H5263","system":"hebrew","language":"hebrew","number_value":5263,"lemma":"נָסַס","transliteration":"nâçaç","pronunciation":"naw-sas'","derivation":"a primitive root;","strongs_definition":"to wane, i.e. be sick","kjv_definition":"faint."} +{"id":"H5264","strongs_number":"H5264","system":"hebrew","language":"hebrew","number_value":5264,"lemma":"נָסַס","transliteration":"nâçaç","pronunciation":"naw-sas'","derivation":"a primitive root; to gleam from afar, i.e. to be conspicuous as a signal; or rather perhaps a denominative from H5251 (נֵס) (and identical with H5263 (נָסַס), through the idea of a flag as fluttering in the wind);","strongs_definition":"to raise a beacon","kjv_definition":"lift up as an ensign."} +{"id":"H5265","strongs_number":"H5265","system":"hebrew","language":"hebrew","number_value":5265,"lemma":"נָסַע","transliteration":"nâçaʻ","pronunciation":"naw-sah'","derivation":"a primitive root;","strongs_definition":"properly, to pull up, especially the tent-pins, i.e. start on ajourney","kjv_definition":"cause to blow, bring, get, (make to) go (away, forth, forward, onward, out), (take) journey, march, remove, set aside (forward), [idiom] still, be on his (go their) way."} +{"id":"H5266","strongs_number":"H5266","system":"hebrew","language":"hebrew","number_value":5266,"lemma":"נָסַק","transliteration":"nâçaq","pronunciation":"naw-sak'","derivation":"a primitive root;","strongs_definition":"to go up","kjv_definition":"ascend."} +{"id":"H5267","strongs_number":"H5267","system":"hebrew","language":"hebrew","number_value":5267,"lemma":"נְסַק","transliteration":"nᵉçaq","pronunciation":"nes-ak'","derivation":"(Aramaic) corresponding to H5266 (נָסַק)","strongs_definition":"{to go up}","kjv_definition":"take up."} +{"id":"H5268","strongs_number":"H5268","system":"hebrew","language":"hebrew","number_value":5268,"lemma":"נִסְרֹךְ","transliteration":"Niçrôk","pronunciation":"nis-roke'","derivation":"of foreign origin;","strongs_definition":"Nisrok, a Babylonian idol","kjv_definition":"Nisroch."} +{"id":"H5269","strongs_number":"H5269","system":"hebrew","language":"hebrew","number_value":5269,"lemma":"נֵעָה","transliteration":"Nêʻâh","pronunciation":"nay-aw'","derivation":"from H5128 (נוּעַ); motion;","strongs_definition":"Neah, a place in Palestine","kjv_definition":"Neah."} +{"id":"H5270","strongs_number":"H5270","system":"hebrew","language":"hebrew","number_value":5270,"lemma":"נֹעָה","transliteration":"Nôʻâh","pronunciation":"no-aw'","derivation":"from H5128 (נוּעַ); movement;","strongs_definition":"Noah, an Israelitess","kjv_definition":"Noah."} +{"id":"H5271","strongs_number":"H5271","system":"hebrew","language":"hebrew","number_value":5271,"lemma":"נָעוּר","transliteration":"nâʻûwr","pronunciation":"naw-oor'","derivation":"or נָעֻר; and (feminine) נְעֻרָה; properly, passive participle from H5288 (נַעַר) as denominative;","strongs_definition":"(only in plural collectively or emphatic form) youth, the state (juvenility) or the persons (young people)","kjv_definition":"childhood, youth."} +{"id":"H5272","strongs_number":"H5272","system":"hebrew","language":"hebrew","number_value":5272,"lemma":"נְעִיאֵל","transliteration":"Nᵉʻîyʼêl","pronunciation":"neh-ee-ale'","derivation":"from H5128 (נוּעַ) and H410 (אֵל); moved of God;","strongs_definition":"Neiel, a place in Palestine","kjv_definition":"Neiel."} +{"id":"H5273","strongs_number":"H5273","system":"hebrew","language":"hebrew","number_value":5273,"lemma":"נָעִים","transliteration":"nâʻîym","pronunciation":"naw-eem'","derivation":"from H5276 (נָעֵם);","strongs_definition":"delightful (objective or subjective, literal or figurative)","kjv_definition":"pleasant(-ure), sweet."} +{"id":"H5274","strongs_number":"H5274","system":"hebrew","language":"hebrew","number_value":5274,"lemma":"נָעַל","transliteration":"nâʻal","pronunciation":"naw-al'","derivation":"a primitive root; also denominative from H5275 (נַעַל)","strongs_definition":"properly, to fasten up, i.e. with abar or cord; hence, to sandal, i.e. furnish with slippers","kjv_definition":"bolt, inclose, lock, shoe, shut up."} +{"id":"H5275","strongs_number":"H5275","system":"hebrew","language":"hebrew","number_value":5275,"lemma":"נַעַל","transliteration":"naʻal","pronunciation":"nah'-al","derivation":"or (feminine) נַעֲלָה; from H5274 (נָעַל);","strongs_definition":"properly, a sandal tongue; by extension a sandal or slipper (sometimes as a symbol of occupancy, a refusal to marry, or of something valueless)","kjv_definition":"dryshod, (pair of) shoe((-latchet), -s)."} +{"id":"H5276","strongs_number":"H5276","system":"hebrew","language":"hebrew","number_value":5276,"lemma":"נָעֵם","transliteration":"nâʻêm","pronunciation":"naw-ame'","derivation":"a primitive root;","strongs_definition":"to be agreeable (literally or figuratively)","kjv_definition":"pass in beauty, be delight, be pleasant, be sweet."} +{"id":"H5277","strongs_number":"H5277","system":"hebrew","language":"hebrew","number_value":5277,"lemma":"נַעַם","transliteration":"Naʻam","pronunciation":"nah'-am","derivation":"from H5276 (נָעֵם); pleasure;","strongs_definition":"Naam, an Israelite","kjv_definition":"Naam."} +{"id":"H5278","strongs_number":"H5278","system":"hebrew","language":"hebrew","number_value":5278,"lemma":"נֹעַם","transliteration":"nôʻam","pronunciation":"no'-am","derivation":"from H5276 (נָעֵם);","strongs_definition":"agreeableness, i.e. delight, suitableness, splendor or grace","kjv_definition":"beauty, pleasant(-ness)."} +{"id":"H5279","strongs_number":"H5279","system":"hebrew","language":"hebrew","number_value":5279,"lemma":"נַעֲמָה","transliteration":"Naʻămâh","pronunciation":"nah-am-aw'","derivation":"feminine of H5277 (נַעַם); pleasantness;","strongs_definition":"Naamah, the name of an antediluvian woman, of an Ammonitess, and of a place in Palestine","kjv_definition":"Naamah."} +{"id":"H5280","strongs_number":"H5280","system":"hebrew","language":"hebrew","number_value":5280,"lemma":"נַעֲמִי","transliteration":"Naʻămîy","pronunciation":"nah-am-ee'","derivation":"patronymic from H5283 (נַעֲמָן);","strongs_definition":"a Naamanite, or descendant of Naaman (collectively)","kjv_definition":"Naamites."} +{"id":"H5281","strongs_number":"H5281","system":"hebrew","language":"hebrew","number_value":5281,"lemma":"נׇעֳמִי","transliteration":"Noʻŏmîy","pronunciation":"no-om-ee'","derivation":"from H5278 (נֹעַם); pleasant;","strongs_definition":"Noomi, an Israelitess","kjv_definition":"Naomi."} +{"id":"H5282","strongs_number":"H5282","system":"hebrew","language":"hebrew","number_value":5282,"lemma":"נַעֲמָן","transliteration":"naʻămân","pronunciation":"nah-am-awn'","derivation":"from H5276 (נָעֵם);","strongs_definition":"pleasantness (plural as concrete)","kjv_definition":"pleasant."} +{"id":"H5283","strongs_number":"H5283","system":"hebrew","language":"hebrew","number_value":5283,"lemma":"נַעֲמָן","transliteration":"Naʻămân","pronunciation":"nah-am-awn'","derivation":"the same as H5282 (נַעֲמָן);","strongs_definition":"Naaman, the name of an Israelite and of a Damascene","kjv_definition":"Naaman."} +{"id":"H5284","strongs_number":"H5284","system":"hebrew","language":"hebrew","number_value":5284,"lemma":"נַעֲמָתִי","transliteration":"Naʻămâthîy","pronunciation":"nah-am-aw-thee'","derivation":"patrial from a place corresponding in name (but not identical) with H5279 (נַעֲמָה);","strongs_definition":"a Naamathite, or inhabitant of Naamah","kjv_definition":"Naamathite."} +{"id":"H5285","strongs_number":"H5285","system":"hebrew","language":"hebrew","number_value":5285,"lemma":"נַעֲצוּץ","transliteration":"naʻătsûwts","pronunciation":"nah-ats-oots'","derivation":"from an unused root meaning to prick;","strongs_definition":"probably a brier; by implication, a thicket of thorny bushes","kjv_definition":"thorn."} +{"id":"H5286","strongs_number":"H5286","system":"hebrew","language":"hebrew","number_value":5286,"lemma":"נָעַר","transliteration":"nâʻar","pronunciation":"naw-ar'","derivation":"a primitive root;","strongs_definition":"to growl","kjv_definition":"yell."} +{"id":"H5287","strongs_number":"H5287","system":"hebrew","language":"hebrew","number_value":5287,"lemma":"נָעַר","transliteration":"nâʻar","pronunciation":"naw-ar'","derivation":"a primitive root (probably identical with H5286 (נָעַר), through the idea of the rustling of mane, which usually accompanies the lion's roar);","strongs_definition":"to tumble about","kjv_definition":"shake (off, out, self), overthrow, toss up and down."} +{"id":"H5288","strongs_number":"H5288","system":"hebrew","language":"hebrew","number_value":5288,"lemma":"נַעַר","transliteration":"naʻar","pronunciation":"nah'-ar","derivation":"from H5287 (נָעַר);","strongs_definition":"(concretely) a boy (as active), from the age of infancy to adolescence; by implication, a servant; also (by interch. of sex), a girl (of similar latitude in age)","kjv_definition":"babe, boy, child, damsel (from the margin), lad, servant, young (man)."} +{"id":"H5289","strongs_number":"H5289","system":"hebrew","language":"hebrew","number_value":5289,"lemma":"נַעַר","transliteration":"naʻar","pronunciation":"nah'-ar","derivation":"from H5287 (נָעַר) in its derivative sense of tossing about;","strongs_definition":"a wanderer","kjv_definition":"young one."} +{"id":"H5290","strongs_number":"H5290","system":"hebrew","language":"hebrew","number_value":5290,"lemma":"נֹעַר","transliteration":"nôʻar","pronunciation":"no'-ar","derivation":"from H5287 (נָעַר); (compare H5288 (נַעַר))","strongs_definition":"(abstractly) boyhood","kjv_definition":"child, youth."} +{"id":"H5291","strongs_number":"H5291","system":"hebrew","language":"hebrew","number_value":5291,"lemma":"נַעֲרָה","transliteration":"naʻărâh","pronunciation":"nah-ar-aw'","derivation":"feminine of H5288 (נַעַר);","strongs_definition":"a girl (from infancy to adolescence)","kjv_definition":"damsel, maid(-en), young (woman)."} +{"id":"H5292","strongs_number":"H5292","system":"hebrew","language":"hebrew","number_value":5292,"lemma":"נַעֲרָה","transliteration":"Naʻărâh","pronunciation":"nah-ar-aw'","derivation":"the same as H5291 (נַעֲרָה);","strongs_definition":"Naarah, the name of an Israelitess, and of a place in Palestine","kjv_definition":"Naarah, Naarath."} +{"id":"H5293","strongs_number":"H5293","system":"hebrew","language":"hebrew","number_value":5293,"lemma":"נַעֲרַי","transliteration":"Naʻăray","pronunciation":"nah-ar-ah'-ee","derivation":"from H5288 (נַעַר); youthful;","strongs_definition":"Naarai, an Israelite","kjv_definition":"Naarai."} +{"id":"H5294","strongs_number":"H5294","system":"hebrew","language":"hebrew","number_value":5294,"lemma":"נְעַרְיָה","transliteration":"Nᵉʻaryâh","pronunciation":"neh-ar-yaw'","derivation":"from H5288 (נַעַר) and H3050 (יָהּ); servant of Jah;","strongs_definition":"Nearjah, the name of two Israelites","kjv_definition":"Neariah."} +{"id":"H5295","strongs_number":"H5295","system":"hebrew","language":"hebrew","number_value":5295,"lemma":"נַעֲרָן","transliteration":"Naʻărân","pronunciation":"nah-ar-awn'","derivation":"from H5288 (נַעַר); juvenile;","strongs_definition":"Naaran, a place in Palestine","kjv_definition":"Naaran."} +{"id":"H5296","strongs_number":"H5296","system":"hebrew","language":"hebrew","number_value":5296,"lemma":"נְעֹרֶת","transliteration":"nᵉʻôreth","pronunciation":"neh-o'-reth","derivation":"from H5287 (נָעַר);","strongs_definition":"something shaken out, i.e. tow (as the refuse of flax)","kjv_definition":"tow."} +{"id":"H5297","strongs_number":"H5297","system":"hebrew","language":"hebrew","number_value":5297,"lemma":"נֹף","transliteration":"Nôph","pronunciation":"nofe","derivation":"a variation of H4644 (מֹף);","strongs_definition":"Noph, the capital of Upper Egypt","kjv_definition":"Noph."} +{"id":"H5298","strongs_number":"H5298","system":"hebrew","language":"hebrew","number_value":5298,"lemma":"נֶפֶג","transliteration":"Nepheg","pronunciation":"neh'-feg","derivation":"from an unused root probably meaning to spring forth; a sprout;","strongs_definition":"Nepheg, the name of two Israelites","kjv_definition":"Nepheg."} +{"id":"H5299","strongs_number":"H5299","system":"hebrew","language":"hebrew","number_value":5299,"lemma":"נָפָה","transliteration":"nâphâh","pronunciation":"naw-faw'","derivation":"from H5130 (נוּף) in the sense of lifting;","strongs_definition":"a height; also a sieve","kjv_definition":"border, coast, region, sieve."} +{"id":"H5300","strongs_number":"H5300","system":"hebrew","language":"hebrew","number_value":5300,"lemma":"נְפוּשְׁסִים","transliteration":"Nᵉphûwshᵉçîym","pronunciation":"nef-oo-shes-eem'","derivation":"for H5304 (נְפִיסִים);","strongs_definition":"Nephushesim, a Temple-servant","kjv_definition":"Nephisesim (from the margin)."} +{"id":"H5301","strongs_number":"H5301","system":"hebrew","language":"hebrew","number_value":5301,"lemma":"נָפַח","transliteration":"nâphach","pronunciation":"naw-fakh'","derivation":"a primitive root;","strongs_definition":"to puff, in various applications (literally, to inflate, blow hard, scatter, kindle, expire; figuratively, to disesteem)","kjv_definition":"blow, breath, give up, cause to lose (life), seething, snuff."} +{"id":"H5302","strongs_number":"H5302","system":"hebrew","language":"hebrew","number_value":5302,"lemma":"נֹפַח","transliteration":"Nôphach","pronunciation":"no'-fakh","derivation":"from H5301 (נָפַח); a gust;","strongs_definition":"Nophach, a place in Moab","kjv_definition":"Nophah."} +{"id":"H5303","strongs_number":"H5303","system":"hebrew","language":"hebrew","number_value":5303,"lemma":"נְפִיל","transliteration":"nᵉphîyl","pronunciation":"nef-eel'","derivation":"or נְפִל; from H5307 (נָפַל);","strongs_definition":"properly, a feller, i.e. a bully or tyrant","kjv_definition":"giant."} +{"id":"H5304","strongs_number":"H5304","system":"hebrew","language":"hebrew","number_value":5304,"lemma":"נְפִיסִים","transliteration":"Nᵉphîyçîym","pronunciation":"nef-ee-seem'","derivation":"plural from an unused root meaning to scatter; expansions;","strongs_definition":"Nephisim, a Temple-servant","kjv_definition":"Nephusim (from the margin)."} +{"id":"H5305","strongs_number":"H5305","system":"hebrew","language":"hebrew","number_value":5305,"lemma":"נָפִישׁ","transliteration":"Nâphîysh","pronunciation":"naw-feesh'","derivation":"from H5314 (נָפַשׁ); refreshed;","strongs_definition":"Naphish, a son of Ishmael, and his posterity","kjv_definition":"Naphish."} +{"id":"H5306","strongs_number":"H5306","system":"hebrew","language":"hebrew","number_value":5306,"lemma":"נֹפֶךְ","transliteration":"nôphek","pronunciation":"no'-fek","derivation":"from an unused root meaning to glisten;","strongs_definition":"shining; a gem, probably the garnet","kjv_definition":"emerald."} +{"id":"H5307","strongs_number":"H5307","system":"hebrew","language":"hebrew","number_value":5307,"lemma":"נָפַל","transliteration":"nâphal","pronunciation":"naw-fal'","derivation":"a primitive root;","strongs_definition":"to fall, in a great variety of applications (intransitive or causative, literal or figurative)","kjv_definition":"be accepted, cast (down, self, (lots), out), cease, die, divide (by lot), (let) fail, (cause to, let, make, ready to) fall (away, down, -en, -ing), fell(-ing), fugitive, have (inheritance), inferior, be judged (by mistake for H6419 (פָּלַל)), lay (along), (cause to) lie down, light (down), be ([idiom] hast) lost, lying, overthrow, overwhelm, perish, present(-ed, -ing), (make to) rot, slay, smite out, [idiom] surely, throw down."} +{"id":"H5308","strongs_number":"H5308","system":"hebrew","language":"hebrew","number_value":5308,"lemma":"נְפַל","transliteration":"nᵉphal","pronunciation":"nef-al'","derivation":"(Aramaic) corresponding to H5307 (נָפַל)","strongs_definition":"{to fall, in a great variety of applications (intransitive or causative, literal or figurative)}","kjv_definition":"fall (down), have occasion."} +{"id":"H5309","strongs_number":"H5309","system":"hebrew","language":"hebrew","number_value":5309,"lemma":"נֶפֶל","transliteration":"nephel","pronunciation":"neh'-fel","derivation":"or נֵפֶל; from H5307 (נָפַל);","strongs_definition":"something fallen, i.e. an abortion","kjv_definition":"untimely birth."} +{"id":"H5310","strongs_number":"H5310","system":"hebrew","language":"hebrew","number_value":5310,"lemma":"נָפַץ","transliteration":"nâphats","pronunciation":"naw-fats'","derivation":"a primitive root;","strongs_definition":"to dash to pieces, or scatter","kjv_definition":"be beaten in sunder, break (in pieces), broken, dash (in pieces), cause to be discharged, dispersed, be overspread, scatter."} +{"id":"H5311","strongs_number":"H5311","system":"hebrew","language":"hebrew","number_value":5311,"lemma":"נֶפֶץ","transliteration":"nephets","pronunciation":"neh'-fets","derivation":"from H5310 (נָפַץ);","strongs_definition":"a storm (as dispersing)","kjv_definition":"scattering."} +{"id":"H5312","strongs_number":"H5312","system":"hebrew","language":"hebrew","number_value":5312,"lemma":"נְפַק","transliteration":"nᵉphaq","pronunciation":"nef-ak'","derivation":"(Aramaic) a primitive root;","strongs_definition":"to issue; causatively, to bring out","kjv_definition":"come (go, take) forth (out)."} +{"id":"H5313","strongs_number":"H5313","system":"hebrew","language":"hebrew","number_value":5313,"lemma":"נִפְקָא","transliteration":"niphqâʼ","pronunciation":"nif-kaw'","derivation":"(Aramaic) from H5312 (נְפַק);","strongs_definition":"an outgo, i.e. expense","kjv_definition":"expense."} +{"id":"H5314","strongs_number":"H5314","system":"hebrew","language":"hebrew","number_value":5314,"lemma":"נָפַשׁ","transliteration":"nâphash","pronunciation":"naw-fash'","derivation":"a primitive root;","strongs_definition":"to breathe; passively, to be breathed upon , i.e. (figuratively) refreshed (as if by a current of air)","kjv_definition":"(be) refresh selves (-ed)."} +{"id":"H5315","strongs_number":"H5315","system":"hebrew","language":"hebrew","number_value":5315,"lemma":"נֶפֶשׁ","transliteration":"nephesh","pronunciation":"neh'-fesh","derivation":"from H5314 (נָפַשׁ);","strongs_definition":"properly, a breathing creature, i.e. animal of (abstractly) vitality; used very widely in a literal, accommodated or figurative sense (bodily or mental)","kjv_definition":"any, appetite, beast, body, breath, creature, [idiom] dead(-ly), desire, [idiom] (dis-) contented, [idiom] fish, ghost, [phrase] greedy, he, heart(-y), (hath, [idiom] jeopardy of) life ([idiom] in jeopardy), lust, man, me, mind, mortally, one, own, person, pleasure, (her-, him-, my-, thy-) self, them (your) -selves, [phrase] slay, soul, [phrase] tablet, they, thing, ([idiom] she) will, [idiom] would have it."} +{"id":"H5316","strongs_number":"H5316","system":"hebrew","language":"hebrew","number_value":5316,"lemma":"נֶפֶת","transliteration":"nepheth","pronunciation":"neh'-feth","derivation":"for H5299 (נָפָה);","strongs_definition":"a height","kjv_definition":"country."} +{"id":"H5317","strongs_number":"H5317","system":"hebrew","language":"hebrew","number_value":5317,"lemma":"נֹפֶת","transliteration":"nôpheth","pronunciation":"no'-feth","derivation":"from H5130 (נוּף) in the sense of shaking to pieces;","strongs_definition":"a dripping i.e. of honey (from the comb)","kjv_definition":"honeycomb."} +{"id":"H5318","strongs_number":"H5318","system":"hebrew","language":"hebrew","number_value":5318,"lemma":"נֶפְתּוֹחַ","transliteration":"Nephtôwach","pronunciation":"nef-to'-akh","derivation":"from H6605 (פָּתַח); opened, i.e. a spring;","strongs_definition":"Nephtoach, a place in Palestine","kjv_definition":"Neptoah."} +{"id":"H5319","strongs_number":"H5319","system":"hebrew","language":"hebrew","number_value":5319,"lemma":"נַפְתּוּל","transliteration":"naphtûwl","pronunciation":"naf-tool'","derivation":"from H6617 (פָּתַל);","strongs_definition":"properly, wrestled; but used (in the plural) transitively, a struggle","kjv_definition":"wrestling."} +{"id":"H5320","strongs_number":"H5320","system":"hebrew","language":"hebrew","number_value":5320,"lemma":"נַפְתֻּחִים","transliteration":"Naphtuchîym","pronunciation":"naf-too-kheem","derivation":"plural of foreign origin,","strongs_definition":"Naphtuchim, an Egyptian tribe","kjv_definition":"Naptuhim."} +{"id":"H5321","strongs_number":"H5321","system":"hebrew","language":"hebrew","number_value":5321,"lemma":"נַפְתָּלִי","transliteration":"Naphtâlîy","pronunciation":"naf-taw-lee'","derivation":"from H6617 (פָּתַל); my wrestling;","strongs_definition":"Naphtali, a son of Jacob, with the tribe descended from him, and its territory","kjv_definition":"Naphtali."} +{"id":"H5322","strongs_number":"H5322","system":"hebrew","language":"hebrew","number_value":5322,"lemma":"נֵץ","transliteration":"nêts","pronunciation":"nayts","derivation":"from H5340 (נָצַץ);","strongs_definition":"a flower (from its brilliancy); also a hawk (from it flashing speed)","kjv_definition":"blossom, hawk."} +{"id":"H5323","strongs_number":"H5323","system":"hebrew","language":"hebrew","number_value":5323,"lemma":"נָצָא","transliteration":"nâtsâʼ","pronunciation":"naw-tsaw'","derivation":"a primitive root;","strongs_definition":"to go away","kjv_definition":"flee."} +{"id":"H5324","strongs_number":"H5324","system":"hebrew","language":"hebrew","number_value":5324,"lemma":"נָצַב","transliteration":"nâtsab","pronunciation":"naw-tsab'","derivation":"a primitive root;","strongs_definition":"to station, in various applications (literally or figuratively)","kjv_definition":"appointed, deputy, erect, establish, [idiom] Huzzah (by mistake for a proper name), lay, officer, pillar, present, rear up, set (over, up), settle, sharpen, establish, (make to) stand(-ing, still, up, upright), best state."} +{"id":"H5325","strongs_number":"H5325","system":"hebrew","language":"hebrew","number_value":5325,"lemma":"נִצָּב","transliteration":"nitstsâb","pronunciation":"nits-twawb'","derivation":"passive participle of H5324 (נָצַב);","strongs_definition":"fixed, i.e. a handle","kjv_definition":"haft."} +{"id":"H5326","strongs_number":"H5326","system":"hebrew","language":"hebrew","number_value":5326,"lemma":"נִצְבָּה","transliteration":"nitsbâh","pronunciation":"nits-baw'","derivation":"(Aramaic) from a root corresponding to H5324 (נָצַב);","strongs_definition":"fixedness, i.e. firmness","kjv_definition":"strength."} +{"id":"H5327","strongs_number":"H5327","system":"hebrew","language":"hebrew","number_value":5327,"lemma":"נָצָה","transliteration":"nâtsâh","pronunciation":"naw-tsaw'","derivation":"a primitive root;","strongs_definition":"properly, to go forth, i.e. (by implication) to be expelled, and (consequently) desolate; causatively, to lay waste; also (specifically), to quarrel","kjv_definition":"be laid waste, runinous, strive (together)."} +{"id":"H5328","strongs_number":"H5328","system":"hebrew","language":"hebrew","number_value":5328,"lemma":"נִצָּה","transliteration":"nitstsâh","pronunciation":"nits-tsaw'","derivation":"feminine of H5322 (נֵץ);","strongs_definition":"a blossom","kjv_definition":"flower."} +{"id":"H5329","strongs_number":"H5329","system":"hebrew","language":"hebrew","number_value":5329,"lemma":"נָצַח","transliteration":"nâtsach","pronunciation":"naw-tsakh'","derivation":"a primitive root; also as denominative from H5331 (נֶצַח)","strongs_definition":"properly, to glitter from afar, i.e. to be eminent (as a superintendent, especially of the Temple services and its music); to be permanent","kjv_definition":"excel, chief musician (singer), oversee(-r), set forward."} +{"id":"H5330","strongs_number":"H5330","system":"hebrew","language":"hebrew","number_value":5330,"lemma":"נְצַח","transliteration":"nᵉtsach","pronunciation":"nets-akh'","derivation":"(Aramaic) corresponding to H5329 (נָצַח);","strongs_definition":"to become chief","kjv_definition":"be preferred."} +{"id":"H5331","strongs_number":"H5331","system":"hebrew","language":"hebrew","number_value":5331,"lemma":"נֶצַח","transliteration":"netsach","pronunciation":"neh'-tsakh","derivation":"or נֵצַח; from H5329 (נָצַח);","strongs_definition":"properly, a goal, i.e. the bright object at adistance travelled towards; hence (figuratively), splendor, or (subjectively) truthfulness, or (objectively) confidence; but usually (adverbially), continually (i.e. to the most distant point of view)","kjv_definition":"alway(-s), constantly, end, ([phrase] n-) ever(more), perpetual, strength, victory."} +{"id":"H5332","strongs_number":"H5332","system":"hebrew","language":"hebrew","number_value":5332,"lemma":"נֵצַח","transliteration":"Nêtsach","pronunciation":"nay'-tsakh","derivation":"probably identical with H5331 (נֶצַח), through the idea of brilliancy of color;","strongs_definition":"juice of the grape (as blood red)","kjv_definition":"blood, strength."} +{"id":"H5333","strongs_number":"H5333","system":"hebrew","language":"hebrew","number_value":5333,"lemma":"נְצִיב","transliteration":"nᵉtsîyb","pronunciation":"nets-eeb'","derivation":"or נְצִב; from H5324 (נָצַב);","strongs_definition":"something stationary, i.e. a prefect, a military post, a statue","kjv_definition":"garrison, officer, pillar."} +{"id":"H5334","strongs_number":"H5334","system":"hebrew","language":"hebrew","number_value":5334,"lemma":"נְצִיב","transliteration":"Nᵉtsîyb","pronunciation":"nets-eeb'","derivation":"the same as H5333 (נְצִיב); station;","strongs_definition":"Netsib, a place in Palestine","kjv_definition":"Nezib."} +{"id":"H5335","strongs_number":"H5335","system":"hebrew","language":"hebrew","number_value":5335,"lemma":"נְצִיחַ","transliteration":"nᵉtsîyach","pronunciation":"nets-ee'-akh","derivation":"from H5329 (נָצַח); conspicuous;","strongs_definition":"Netsiach, a Temple-servant","kjv_definition":"Neziah."} +{"id":"H5336","strongs_number":"H5336","system":"hebrew","language":"hebrew","number_value":5336,"lemma":"נָצִיר","transliteration":"nâtsîyr","pronunciation":"naw-tsere'","derivation":"from H5341 (נָצַר);","strongs_definition":"properly, conservative; but used passively, delivered","kjv_definition":"preserved."} +{"id":"H5337","strongs_number":"H5337","system":"hebrew","language":"hebrew","number_value":5337,"lemma":"נָצַל","transliteration":"nâtsal","pronunciation":"naw-tsal'","derivation":"a primitive root;","strongs_definition":"to snatch away, whether in a good or a bad sense","kjv_definition":"[idiom] at all, defend, deliver (self), escape, [idiom] without fail, part, pluck, preserve, recover, rescue, rid, save, spoil, strip, [idiom] surely, take (out)."} +{"id":"H5338","strongs_number":"H5338","system":"hebrew","language":"hebrew","number_value":5338,"lemma":"נְצַל","transliteration":"nᵉtsal","pronunciation":"nets-al'","derivation":"(Aramaic) corresponding to H5337 (נָצַל);","strongs_definition":"to extricate","kjv_definition":"deliver, rescue."} +{"id":"H5339","strongs_number":"H5339","system":"hebrew","language":"hebrew","number_value":5339,"lemma":"נִצָּן","transliteration":"nitstsân","pronunciation":"nits-tsawn'","derivation":"from H5322 (נֵץ);","strongs_definition":"a blossom","kjv_definition":"flower."} +{"id":"H5340","strongs_number":"H5340","system":"hebrew","language":"hebrew","number_value":5340,"lemma":"נָצַץ","transliteration":"nâtsats","pronunciation":"naw-tsats'","derivation":"a primitive root;","strongs_definition":"to glare, i.e. be bright-colored","kjv_definition":"sparkle."} +{"id":"H5341","strongs_number":"H5341","system":"hebrew","language":"hebrew","number_value":5341,"lemma":"נָצַר","transliteration":"nâtsar","pronunciation":"naw-tsar'","derivation":"a primitive root;","strongs_definition":"to guard, in a good sense (to protect, maintain, obey, etc.) or a bad one (to conceal, etc.)","kjv_definition":"besieged, hidden thing, keep(-er, -ing), monument, observe, preserve(-r), subtil, watcher(-man)."} +{"id":"H5342","strongs_number":"H5342","system":"hebrew","language":"hebrew","number_value":5342,"lemma":"נֵצֶר","transliteration":"nêtser","pronunciation":"nay'-tser","derivation":"from H5341 (נָצַר) in the sense of greenness as a striking color;","strongs_definition":"a shoot; figuratively, a descendant","kjv_definition":"branch."} +{"id":"H5343","strongs_number":"H5343","system":"hebrew","language":"hebrew","number_value":5343,"lemma":"נְקֵא","transliteration":"nᵉqêʼ","pronunciation":"nek-ay'","derivation":"(Aramaic) from a root corresponding to H5352 (נָקָה);","strongs_definition":"clean","kjv_definition":"pure."} +{"id":"H5344","strongs_number":"H5344","system":"hebrew","language":"hebrew","number_value":5344,"lemma":"נָקַב","transliteration":"nâqab","pronunciation":"naw-kab'","derivation":"a primitive root;","strongs_definition":"to puncture, literally (to perforate, with more or less violence) or figuratively (to specify, designate, libel)","kjv_definition":"appoint, blaspheme, bore, curse, express, with holes, name, pierce, strike through."} +{"id":"H5345","strongs_number":"H5345","system":"hebrew","language":"hebrew","number_value":5345,"lemma":"נֶקֶב","transliteration":"neqeb","pronunciation":"neh'keb","derivation":null,"strongs_definition":"a bezel (for a gem)","kjv_definition":"pipe."} +{"id":"H5346","strongs_number":"H5346","system":"hebrew","language":"hebrew","number_value":5346,"lemma":"נֶקֶב","transliteration":"Neqeb","pronunciation":"neh'-keb","derivation":"the same as H5345 (נֶקֶב); dell;","strongs_definition":"Nekeb, a place in Palestine","kjv_definition":"Nekeb."} +{"id":"H5347","strongs_number":"H5347","system":"hebrew","language":"hebrew","number_value":5347,"lemma":"נְקֵבָה","transliteration":"nᵉqêbâh","pronunciation":"nek-ay-baw'","derivation":"from H5344 (נָקַב);","strongs_definition":"female (from the sexual form)","kjv_definition":"female."} +{"id":"H5348","strongs_number":"H5348","system":"hebrew","language":"hebrew","number_value":5348,"lemma":"נָקֹד","transliteration":"nâqôd","pronunciation":"naw-kode'","derivation":"from an unused root meaning to mark (by puncturing or branding);","strongs_definition":"spotted","kjv_definition":"speckled."} +{"id":"H5349","strongs_number":"H5349","system":"hebrew","language":"hebrew","number_value":5349,"lemma":"נֹקֵד","transliteration":"nôqêd","pronunciation":"no-kade'","derivation":"active participle from the same as H5348 (נָקֹד);","strongs_definition":"a spotter (of sheep or cattle), i.e. the owner or tender (who thus marks them)","kjv_definition":"herdman, sheepmaster."} +{"id":"H5350","strongs_number":"H5350","system":"hebrew","language":"hebrew","number_value":5350,"lemma":"נִקֻּד","transliteration":"niqqud","pronunciation":"nik-kood'","derivation":"from the same as H5348 (נָקֹד);","strongs_definition":"a crumb (as broken to spots); also a biscuit (as pricked)","kjv_definition":"cracknel, mouldy."} +{"id":"H5351","strongs_number":"H5351","system":"hebrew","language":"hebrew","number_value":5351,"lemma":"נְקֻדָּה","transliteration":"nᵉquddâh","pronunciation":"ned-ood-daw'","derivation":"feminine of H5348 (נָקֹד);","strongs_definition":"a boss","kjv_definition":"stud."} +{"id":"H5352","strongs_number":"H5352","system":"hebrew","language":"hebrew","number_value":5352,"lemma":"נָקָה","transliteration":"nâqâh","pronunciation":"naw-kaw'","derivation":"a primitive root;","strongs_definition":"to be (or make) clean (literally or figuratively); by implication (in an adverse sense) to be bare, i.e. extirpated","kjv_definition":"acquit [idiom] at all, [idiom] altogether, be blameless, cleanse, (be) clear(-ing), cut off, be desolate, be free, be (hold) guiltless, be (hold) innocent, [idiom] by no means, be quit, be (leave) unpunished, [idiom] utterly, [idiom] wholly."} +{"id":"H5353","strongs_number":"H5353","system":"hebrew","language":"hebrew","number_value":5353,"lemma":"נְקוֹדָא","transliteration":"Nᵉqôwdâʼ","pronunciation":"nek-o-daw'","derivation":"feminine of H5348 (נָקֹד) (in the figurative sense of marked); distinction;","strongs_definition":"Nekoda, a Temple-servant","kjv_definition":"Nekoda."} +{"id":"H5354","strongs_number":"H5354","system":"hebrew","language":"hebrew","number_value":5354,"lemma":"נָקַט","transliteration":"nâqaṭ","pronunciation":"naw-kat'","derivation":"a primitive root;","strongs_definition":"to loathe","kjv_definition":"weary."} +{"id":"H5355","strongs_number":"H5355","system":"hebrew","language":"hebrew","number_value":5355,"lemma":"נָקִי","transliteration":"nâqîy","pronunciation":"naw-kee'","derivation":"or נָקִיא; (Joel 4:19; Jonah [1:14), from H5352 (נָקָה);","strongs_definition":"innocent","kjv_definition":"blameless, clean, clear, exempted, free, guiltless, innocent, quit."} +{"id":"H5356","strongs_number":"H5356","system":"hebrew","language":"hebrew","number_value":5356,"lemma":"נִקָּיוֹן","transliteration":"niqqâyôwn","pronunciation":"nik-kaw-yone'","derivation":"or נִקָּיֹן; from H5352 (נָקָה);","strongs_definition":"clearness (literally or figuratively)","kjv_definition":"cleanness, innocency."} +{"id":"H5357","strongs_number":"H5357","system":"hebrew","language":"hebrew","number_value":5357,"lemma":"נָקִיק","transliteration":"nâqîyq","pronunciation":"naw-keek'","derivation":"from an unused root meaning to bore;","strongs_definition":"a cleft","kjv_definition":"hole."} +{"id":"H5358","strongs_number":"H5358","system":"hebrew","language":"hebrew","number_value":5358,"lemma":"נָקַם","transliteration":"nâqam","pronunciation":"naw-kam'","derivation":"a primitive root;","strongs_definition":"to grudge, i.e. avenge or punish","kjv_definition":"avenge(-r, self), punish, revenge (self), [idiom] surely, take vengeance."} +{"id":"H5359","strongs_number":"H5359","system":"hebrew","language":"hebrew","number_value":5359,"lemma":"נָקָם","transliteration":"nâqâm","pronunciation":"naw-kawm'","derivation":"from H5358 (נָקַם);","strongs_definition":"revenge","kjv_definition":"[phrase] avenged, quarrel, vengeance."} +{"id":"H5360","strongs_number":"H5360","system":"hebrew","language":"hebrew","number_value":5360,"lemma":"נְקָמָה","transliteration":"nᵉqâmâh","pronunciation":"nek-aw-maw'","derivation":"feminine of H5359 (נָקָם);","strongs_definition":"avengement, whether the act of the passion","kjv_definition":"[phrase] avenge, revenge(-ing), vengeance."} +{"id":"H5361","strongs_number":"H5361","system":"hebrew","language":"hebrew","number_value":5361,"lemma":"נָקַע","transliteration":"nâqaʻ","pronunciation":"naw-kah'","derivation":"a primitive root;","strongs_definition":"to feel aversion","kjv_definition":"be alienated."} +{"id":"H5362","strongs_number":"H5362","system":"hebrew","language":"hebrew","number_value":5362,"lemma":"נָקַף","transliteration":"nâqaph","pronunciation":"naw-kaf'","derivation":"a primitive root;","strongs_definition":"to strike with more or less violence (beat, fell, corrode); by implication (of attack) to knock together, i.e. surround or circulate","kjv_definition":"compass (about, -ing), cut down, destroy, go round (about), inclose, round."} +{"id":"H5363","strongs_number":"H5363","system":"hebrew","language":"hebrew","number_value":5363,"lemma":"נֹקֶף","transliteration":"nôqeph","pronunciation":"no'-kef","derivation":"from H5362 (נָקַף);","strongs_definition":"a threshing (of olives)","kjv_definition":"shaking."} +{"id":"H5364","strongs_number":"H5364","system":"hebrew","language":"hebrew","number_value":5364,"lemma":"נִקְפָּה","transliteration":"niqpâh","pronunciation":"nik-paw'","derivation":"from H5362 (נָקַף);","strongs_definition":"probably a rope (as encircling)","kjv_definition":"rent."} +{"id":"H5365","strongs_number":"H5365","system":"hebrew","language":"hebrew","number_value":5365,"lemma":"נָקַר","transliteration":"nâqar","pronunciation":"naw-kar'","derivation":"a primitive root;","strongs_definition":"to bore (penetrate, quarry)","kjv_definition":"dig, pick out, pierce, put (thrust) out."} +{"id":"H5366","strongs_number":"H5366","system":"hebrew","language":"hebrew","number_value":5366,"lemma":"נְקָרָה","transliteration":"nᵉqârâh","pronunciation":"nek-aw-raw'","derivation":"from H5365 (נָקַר), a fissure","strongs_definition":"{to bore (penetrate, quarry)}","kjv_definition":"cleft, clift."} +{"id":"H5367","strongs_number":"H5367","system":"hebrew","language":"hebrew","number_value":5367,"lemma":"נָקַשׁ","transliteration":"nâqash","pronunciation":"naw-kash'","derivation":"a primitive root;","strongs_definition":"to entrap (with a noose), literally or figuratively","kjv_definition":"catch (lay a) snare."} +{"id":"H5368","strongs_number":"H5368","system":"hebrew","language":"hebrew","number_value":5368,"lemma":"נְקַשׁ","transliteration":"nᵉqash","pronunciation":"nek-ash'","derivation":"(Aramaic) corresponding to H5367 (נָקַשׁ); used in the sense of H5362 (נָקַף);","strongs_definition":"to knock","kjv_definition":"smote."} +{"id":"H5369","strongs_number":"H5369","system":"hebrew","language":"hebrew","number_value":5369,"lemma":"נֵר","transliteration":"Nêr","pronunciation":"nare","derivation":"the same as H5216 (נִיר); lamp;","strongs_definition":"Ner, an Israelite","kjv_definition":"Ner."} +{"id":"H5370","strongs_number":"H5370","system":"hebrew","language":"hebrew","number_value":5370,"lemma":"נֵרְגַּל","transliteration":"Nêrᵉgal","pronunciation":"nare-gal'","derivation":"of foreign origin;","strongs_definition":"Nergal, a Cuthite deity","kjv_definition":"Nergal."} +{"id":"H5371","strongs_number":"H5371","system":"hebrew","language":"hebrew","number_value":5371,"lemma":"נֵרְגַּל שַׁרְאֶצֶר","transliteration":"Nêrᵉgal Sharʼetser","pronunciation":"nare-gal' shar-eh'-tser","derivation":"from H5370 (נֵרְגַּל) and H8272 (שַׁרְאֶצֶר);","strongs_definition":"Nergal-Sharetser, the name of two Babylonians","kjv_definition":"Nergal-sharezer."} +{"id":"H5372","strongs_number":"H5372","system":"hebrew","language":"hebrew","number_value":5372,"lemma":"נִרְגָּן","transliteration":"nirgân","pronunciation":"neer-gawn'","derivation":"from an unused root meaning to roll to pieces;","strongs_definition":"a slanderer","kjv_definition":"talebearer, whisperer."} +{"id":"H5373","strongs_number":"H5373","system":"hebrew","language":"hebrew","number_value":5373,"lemma":"נֵרְדְּ","transliteration":"nêrd","pronunciation":"nayrd","derivation":"of foreign origin;","strongs_definition":"nard, an aromatic","kjv_definition":"spikenard."} +{"id":"H5374","strongs_number":"H5374","system":"hebrew","language":"hebrew","number_value":5374,"lemma":"נֵרִיָּה","transliteration":"Nêrîyâh","pronunciation":"nay-ree-yaw'","derivation":"or נֵרִיָּהוּ; from H5216 (נִיר) and H3050 (יָהּ); light of Jah;","strongs_definition":"Nerijah, an Israelite","kjv_definition":"Neriah."} +{"id":"H5375","strongs_number":"H5375","system":"hebrew","language":"hebrew","number_value":5375,"lemma":"נָשָׂא","transliteration":"nâsâʼ","pronunciation":"naw-saw'","derivation":"or נָסָה; (Psalm 4:6 (H7 (אֲבַד))), a primitive root;","strongs_definition":"to lift, in a great variety of applications, literal and figurative, absolute and relative","kjv_definition":"accept, advance, arise, (able to, (armor), suffer to) bear(-er, up), bring (forth), burn, carry (away), cast, contain, desire, ease, exact, exalt (self), extol, fetch, forgive, furnish, further, give, go on, help, high, hold up, honorable ([phrase] man), lade, lay, lift (self) up, lofty, marry, magnify, [idiom] needs, obtain, pardon, raise (up), receive, regard, respect, set (up), spare, stir up, [phrase] swear, take (away, up), [idiom] utterly, wear, yield."} +{"id":"H5376","strongs_number":"H5376","system":"hebrew","language":"hebrew","number_value":5376,"lemma":"נְשָׂא","transliteration":"nᵉsâʼ","pronunciation":"nes-aw'","derivation":"(Aramaic) corresponding to H5375 (נָשָׂא)","strongs_definition":"{to lift}","kjv_definition":"carry away, make insurrection, take."} +{"id":"H5377","strongs_number":"H5377","system":"hebrew","language":"hebrew","number_value":5377,"lemma":"נָשָׁא","transliteration":"nâshâʼ","pronunciation":"naw-shaw'","derivation":"a primitive root;","strongs_definition":"to lead astray, i.e. (mentally) to delude, or (morally) to seduce","kjv_definition":"beguile, deceive, [idiom] greatly, [idiom] utterly."} +{"id":"H5378","strongs_number":"H5378","system":"hebrew","language":"hebrew","number_value":5378,"lemma":"נָשָׁא","transliteration":"nâshâʼ","pronunciation":"naw-shaw'","derivation":"a primitive root (perhaps identical with H5377 (נָשָׁא), through the idea of imposition);","strongs_definition":"to lend on interest; by implication, to dun fordebt","kjv_definition":"[idiom] debt, exact, giver of usury."} +{"id":"H5379","strongs_number":"H5379","system":"hebrew","language":"hebrew","number_value":5379,"lemma":"נִשֵּׂאת","transliteration":"nissêʼth","pronunciation":"nis-sayth'","derivation":"passive participle feminine of H5375 (נָשָׂא);","strongs_definition":"something taken, i.e. a present","kjv_definition":"gift."} +{"id":"H5380","strongs_number":"H5380","system":"hebrew","language":"hebrew","number_value":5380,"lemma":"נָשַׁב","transliteration":"nâshab","pronunciation":"naw-shab'","derivation":"a primitive root;","strongs_definition":"to blow; by implication, to disperse","kjv_definition":"(cause to) blow, drive away."} +{"id":"H5381","strongs_number":"H5381","system":"hebrew","language":"hebrew","number_value":5381,"lemma":"נָשַׂג","transliteration":"nâsag","pronunciation":"naw-sag'","derivation":"a primitive root;","strongs_definition":"to reach (literally or figuratively)","kjv_definition":"ability, be able, attain (unto), (be able to, can) get, lay at, put, reach, remove, wax rich, [idiom] surely, (over-) take (hold of, on, upon)."} +{"id":"H5382","strongs_number":"H5382","system":"hebrew","language":"hebrew","number_value":5382,"lemma":"נָשָׁה","transliteration":"nâshâh","pronunciation":"naw-shaw'","derivation":"a primitive root;","strongs_definition":"to forget; figuratively, to neglect; causatively, to remit, remove","kjv_definition":"forget, deprive, exact."} +{"id":"H5383","strongs_number":"H5383","system":"hebrew","language":"hebrew","number_value":5383,"lemma":"נָשָׁה","transliteration":"nâshâh","pronunciation":"naw-shaw'","derivation":"a primitive root (rather identical with H5382 (נָשָׁה), in the sense of H5378 (נָשָׁא));","strongs_definition":"to lend or (by reciprocity) borrow on security or interest","kjv_definition":"creditor, exact, extortioner, lend, usurer, lend on (taker on) usury."} +{"id":"H5384","strongs_number":"H5384","system":"hebrew","language":"hebrew","number_value":5384,"lemma":"נָשֶׁה","transliteration":"nâsheh","pronunciation":"naw-sheh'","derivation":"from H5382 (נָשָׁה), in the sense of failure;","strongs_definition":"rheumatic or crippled (from the incident to Jacob)","kjv_definition":"which shrank."} +{"id":"H5385","strongs_number":"H5385","system":"hebrew","language":"hebrew","number_value":5385,"lemma":"נְשׂוּאָה","transliteration":"nᵉsûwʼâh","pronunciation":"nes-oo-aw'","derivation":"or rather, נְשֻׂאָה; feminine. passive participle of H5375 (נָשָׂא);","strongs_definition":"something borne, i.e. a load","kjv_definition":"carriage."} +{"id":"H5386","strongs_number":"H5386","system":"hebrew","language":"hebrew","number_value":5386,"lemma":"נְשִׁי","transliteration":"nᵉshîy","pronunciation":"nesh-ee'","derivation":"from H5383 (נָשָׁה);","strongs_definition":"a debt","kjv_definition":"debt."} +{"id":"H5387","strongs_number":"H5387","system":"hebrew","language":"hebrew","number_value":5387,"lemma":"נָשִׂיא","transliteration":"nâsîyʼ","pronunciation":"naw-see'","derivation":"or נָשִׂא; from H5375 (נָשָׂא);","strongs_definition":"properly, an exalted one, i.e. a king or sheik; also a rising mist","kjv_definition":"captain, chief, cloud, governor, prince, ruler, vapour."} +{"id":"H5388","strongs_number":"H5388","system":"hebrew","language":"hebrew","number_value":5388,"lemma":"נְשִׁיָּה","transliteration":"nᵉshîyâh","pronunciation":"nesh-ee-yaw'","derivation":"from H5382 (נָשָׁה);","strongs_definition":"oblivion","kjv_definition":"forgetfulness."} +{"id":"H5389","strongs_number":"H5389","system":"hebrew","language":"hebrew","number_value":5389,"lemma":"נָשִׁין","transliteration":"nâshîyn","pronunciation":"naw-sheen'","derivation":"(Aramaic) irregular plural feminine of H606 (אֱנָשׁ)","strongs_definition":"{a man}","kjv_definition":"women."} +{"id":"H5390","strongs_number":"H5390","system":"hebrew","language":"hebrew","number_value":5390,"lemma":"נְשִׁיקָה","transliteration":"nᵉshîyqâh","pronunciation":"nesh-ee-kaw'","derivation":"from H5401 (נָשַׁק);","strongs_definition":"a kiss","kjv_definition":"kiss."} +{"id":"H5391","strongs_number":"H5391","system":"hebrew","language":"hebrew","number_value":5391,"lemma":"נָשַׁךְ","transliteration":"nâshak","pronunciation":"naw-shak'","derivation":"a primitive root;","strongs_definition":"to strike with a sting (as a serpent); figuratively, to oppress with interest on a loan","kjv_definition":"bite, lend upon usury."} +{"id":"H5392","strongs_number":"H5392","system":"hebrew","language":"hebrew","number_value":5392,"lemma":"נֶשֶׁךְ","transliteration":"neshek","pronunciation":"neh'-shek","derivation":"from H5391 (נָשַׁךְ);","strongs_definition":"interest on a debt","kjv_definition":"usury."} +{"id":"H5393","strongs_number":"H5393","system":"hebrew","language":"hebrew","number_value":5393,"lemma":"נִשְׁכָּה","transliteration":"nishkâh","pronunciation":"nish-kaw'","derivation":"for H3957 (לִשְׁכָּה);","strongs_definition":"a cell","kjv_definition":"chamber."} +{"id":"H5394","strongs_number":"H5394","system":"hebrew","language":"hebrew","number_value":5394,"lemma":"נָשַׁל","transliteration":"nâshal","pronunciation":"naw-shal'","derivation":"a primitive root;","strongs_definition":"to pluck off, i.e. divest, eject or drop","kjv_definition":"cast (out), drive, loose, put off (out), slip."} +{"id":"H5395","strongs_number":"H5395","system":"hebrew","language":"hebrew","number_value":5395,"lemma":"נָשַׁם","transliteration":"nâsham","pronunciation":"naw-sham'","derivation":"a primitive root;","strongs_definition":"properly, to blow away, i.e. destroy","kjv_definition":"destroy."} +{"id":"H5396","strongs_number":"H5396","system":"hebrew","language":"hebrew","number_value":5396,"lemma":"נִשְׁמָא","transliteration":"nishmâʼ","pronunciation":"nish-maw'","derivation":"(Aramaic) corresponding to H5397 (נְשָׁמָה);","strongs_definition":"vital breath","kjv_definition":"breath."} +{"id":"H5397","strongs_number":"H5397","system":"hebrew","language":"hebrew","number_value":5397,"lemma":"נְשָׁמָה","transliteration":"nᵉshâmâh","pronunciation":"nesh-aw-maw'","derivation":"from H5395 (נָשַׁם);","strongs_definition":"a puff, i.e. wind, angry or vital breath, divine inspiration, intellect. or (concretely) an animal","kjv_definition":"blast, (that) breath(-eth), inspiration, soul, spirit."} +{"id":"H5398","strongs_number":"H5398","system":"hebrew","language":"hebrew","number_value":5398,"lemma":"נָשַׁף","transliteration":"nâshaph","pronunciation":"naw-shaf'","derivation":"a primitive root;","strongs_definition":"to breeze, i.e. blow up fresh (as the wind)","kjv_definition":"blow."} +{"id":"H5399","strongs_number":"H5399","system":"hebrew","language":"hebrew","number_value":5399,"lemma":"נֶשֶׁף","transliteration":"nesheph","pronunciation":"neh'-shef","derivation":"from H5398 (נָשַׁף);","strongs_definition":"properly, a breeze, i.e. (by implication) dusk (when the evening breeze prevails)","kjv_definition":"dark, dawning of the day (morning), night, twilight."} +{"id":"H5400","strongs_number":"H5400","system":"hebrew","language":"hebrew","number_value":5400,"lemma":"נָשַׂק","transliteration":"nâsaq","pronunciation":"naw-sak'","derivation":"a primitive root;","strongs_definition":"to catch fire","kjv_definition":"burn, kindle."} +{"id":"H5401","strongs_number":"H5401","system":"hebrew","language":"hebrew","number_value":5401,"lemma":"נָשַׁק","transliteration":"nâshaq","pronunciation":"naw-shak'","derivation":"a primitive root (identical with H5400 (נָשַׂק), through the idea of fastening up; compare H2388 (חָזַק), H2836 (חָשַׁק));","strongs_definition":"to kiss, literally or figuratively (touch); also (as a mode of attachment), to equip with weapons","kjv_definition":"armed (men), rule, kiss, that touched."} +{"id":"H5402","strongs_number":"H5402","system":"hebrew","language":"hebrew","number_value":5402,"lemma":"נֶשֶׁק","transliteration":"nesheq","pronunciation":"neh'-shek","derivation":"or נֵשֶׁק; from H5401 (נָשַׁק);","strongs_definition":"military equipment, i.e. (collectively) arms (offensive or defensive), or (concretely) an arsenal","kjv_definition":"armed men, armour(-y), battle, harness, weapon."} +{"id":"H5403","strongs_number":"H5403","system":"hebrew","language":"hebrew","number_value":5403,"lemma":"נְשַׁר","transliteration":"nᵉshar","pronunciation":"nesh-ar'","derivation":"(Aramaic) corresponding to H5404 (נֶשֶׁר);","strongs_definition":"an eagle","kjv_definition":"eagle."} +{"id":"H5404","strongs_number":"H5404","system":"hebrew","language":"hebrew","number_value":5404,"lemma":"נֶשֶׁר","transliteration":"nesher","pronunciation":"neh'-sher","derivation":"from an unused root meaning to lacerate;","strongs_definition":"the eagle (or other large bird of prey)","kjv_definition":"eagle."} +{"id":"H5405","strongs_number":"H5405","system":"hebrew","language":"hebrew","number_value":5405,"lemma":"נָשַׁת","transliteration":"nâshath","pronunciation":"naw-shath'","derivation":"a primitive root;","strongs_definition":"properly, to eliminate, i.e. (intransitively) to dry up","kjv_definition":"fail."} +{"id":"H5406","strongs_number":"H5406","system":"hebrew","language":"hebrew","number_value":5406,"lemma":"נִשְׁתְּוָן","transliteration":"nishtᵉvân","pronunciation":"nish-tev-awn'","derivation":"probably of Persian origin;","strongs_definition":"an epistle","kjv_definition":"letter."} +{"id":"H5407","strongs_number":"H5407","system":"hebrew","language":"hebrew","number_value":5407,"lemma":"נִשְׁתְּוָן","transliteration":"nishtᵉvân","pronunciation":"nish-tev-awn'","derivation":"(Aramaic) corresponding to H5406 (נִשְׁתְּוָן)","strongs_definition":"{an epistle}","kjv_definition":"letter."} +{"id":"H5408","strongs_number":"H5408","system":"hebrew","language":"hebrew","number_value":5408,"lemma":"נָתַח","transliteration":"nâthach","pronunciation":"naw-thakh'","derivation":"a primitive root;","strongs_definition":"to dismember","kjv_definition":"cut (in pieces), divide, hew in pieces."} +{"id":"H5409","strongs_number":"H5409","system":"hebrew","language":"hebrew","number_value":5409,"lemma":"נֵתַח","transliteration":"nêthach","pronunciation":"nay'-thakh","derivation":"from H5408 (נָתַח);","strongs_definition":"a fragment","kjv_definition":"part, piece."} +{"id":"H5410","strongs_number":"H5410","system":"hebrew","language":"hebrew","number_value":5410,"lemma":"נָתִיב","transliteration":"nâthîyb","pronunciation":"naw-theeb'","derivation":"or (feminine) נְתִיבָה; or נְתִבָה; (Jeremiah 6:16), from an unused root meaning to tramp;","strongs_definition":"a (beaten) track","kjv_definition":"path(-way), [idiom] travel(-ler), way."} +{"id":"H5411","strongs_number":"H5411","system":"hebrew","language":"hebrew","number_value":5411,"lemma":"נָתִין","transliteration":"Nâthîyn","pronunciation":"naw-theen'","derivation":"or נָתוּן (Ezra 8:17), (the proper form as passive participle), from H5414 (נָתַן); one given, i.e. (in the plural only)","strongs_definition":"the Nethinim, or Temple-servants (as given to that duty)","kjv_definition":"Nethinims."} +{"id":"H5412","strongs_number":"H5412","system":"hebrew","language":"hebrew","number_value":5412,"lemma":"נְתִין","transliteration":"Nᵉthîyn","pronunciation":"netheen'","derivation":"(Aramaic) corresponding to H5411 (נָתִין)","strongs_definition":"{the Nethinim, or Temple-servants (as given to that duty)}","kjv_definition":"Nethinims."} +{"id":"H5413","strongs_number":"H5413","system":"hebrew","language":"hebrew","number_value":5413,"lemma":"נָתַךְ","transliteration":"nâthak","pronunciation":"naw-thak'","derivation":"a primitive root;","strongs_definition":"to flow forth (literally or figuratively); by implication, to liquify","kjv_definition":"drop, gather (together), melt, pour (forth, out)."} +{"id":"H5414","strongs_number":"H5414","system":"hebrew","language":"hebrew","number_value":5414,"lemma":"נָתַן","transliteration":"nâthan","pronunciation":"naw-than'","derivation":"a primitive root;","strongs_definition":"to give, used with greatest latitude of application (put, make, etc.)","kjv_definition":"add, apply, appoint, ascribe, assign, [idiom] avenge, [idiom] be (healed), bestow, bring (forth, hither), cast, cause, charge, come, commit, consider, count, [phrase] cry, deliver (up), direct, distribute, do, [idiom] doubtless, [idiom] without fail, fasten, frame, [idiom] get, give (forth, over, up), grant, hang (up), [idiom] have, [idiom] indeed, lay (unto charge, up), (give) leave, lend, let (out), [phrase] lie, lift up, make, [phrase] O that, occupy, offer, ordain, pay, perform, place, pour, print, [idiom] pull, put (forth), recompense, render, requite, restore, send (out), set (forth), shew, shoot forth (up), [phrase] sing, [phrase] slander, strike, (sub-) mit, suffer, [idiom] surely, [idiom] take, thrust, trade, turn, utter, [phrase] weep, [phrase] willingly, [phrase] withdraw, [phrase] would (to) God, yield."} +{"id":"H5415","strongs_number":"H5415","system":"hebrew","language":"hebrew","number_value":5415,"lemma":"נְתַן","transliteration":"nᵉthan","pronunciation":"neth-an'","derivation":"(Aramaic) corresponding to H5414 (נָתַן);","strongs_definition":"give","kjv_definition":"bestow, give pay."} +{"id":"H5416","strongs_number":"H5416","system":"hebrew","language":"hebrew","number_value":5416,"lemma":"נָתָן","transliteration":"Nâthân","pronunciation":"naw-thawn'","derivation":"from H5414 (נָתַן); given;","strongs_definition":"Nathan, the name of five Israelites","kjv_definition":"Nathan."} +{"id":"H5417","strongs_number":"H5417","system":"hebrew","language":"hebrew","number_value":5417,"lemma":"נְתַנְאֵל","transliteration":"Nᵉthanʼêl","pronunciation":"neth-an-ale'","derivation":"from H5414 (נָתַן) and H410 (אֵל); given of God;","strongs_definition":"Nethanel, the name of ten Israelites","kjv_definition":"Nethaneel."} +{"id":"H5418","strongs_number":"H5418","system":"hebrew","language":"hebrew","number_value":5418,"lemma":"נְתַנְיָה","transliteration":"Nᵉthanyâh","pronunciation":"neth-an-yaw'","derivation":"or נְתַנְיָהוּ; from H5414 (נָתַן) and H3050 (יָהּ); given of Jah;","strongs_definition":"Nethanjah, the name of four Israelites","kjv_definition":"Nethaniah."} +{"id":"H5419","strongs_number":"H5419","system":"hebrew","language":"hebrew","number_value":5419,"lemma":"נְתַן־מֶלֶךְ","transliteration":"Nᵉthan-Melek","pronunciation":"neth-an' meh'-lek","derivation":"from H5414 (נָתַן) and H4428 (מֶלֶךְ); given of (the) king;","strongs_definition":"Nethan-Melek, an Israelite","kjv_definition":"Nathanmelech."} +{"id":"H5420","strongs_number":"H5420","system":"hebrew","language":"hebrew","number_value":5420,"lemma":"נָתָס","transliteration":"nâthâç","pronunciation":"naw-thas'","derivation":"a primitive root;","strongs_definition":"to tear up","kjv_definition":"mar."} +{"id":"H5421","strongs_number":"H5421","system":"hebrew","language":"hebrew","number_value":5421,"lemma":"נָתַע","transliteration":"nâthaʻ","pronunciation":"naw-thah'","derivation":"for H5422 (נָתַץ);","strongs_definition":"to tear out","kjv_definition":"break."} +{"id":"H5422","strongs_number":"H5422","system":"hebrew","language":"hebrew","number_value":5422,"lemma":"נָתַץ","transliteration":"nâthats","pronunciation":"naw-thats'","derivation":"a primitive root;","strongs_definition":"to tear down","kjv_definition":"beat down, break down (out), cast down, destroy, overthrow, pull down, throw down."} +{"id":"H5423","strongs_number":"H5423","system":"hebrew","language":"hebrew","number_value":5423,"lemma":"נָתַק","transliteration":"nâthaq","pronunciation":"naw-thak'","derivation":"a primitive root;","strongs_definition":"to tear off","kjv_definition":"break (off), burst, draw (away), lift up, pluck (away, off), pull (out), root out."} +{"id":"H5424","strongs_number":"H5424","system":"hebrew","language":"hebrew","number_value":5424,"lemma":"נֶתֶק","transliteration":"netheq","pronunciation":"neh'-thek","derivation":"from H5423 (נָתַק);","strongs_definition":"scurf","kjv_definition":"(dry) scall."} +{"id":"H5425","strongs_number":"H5425","system":"hebrew","language":"hebrew","number_value":5425,"lemma":"נָתַר","transliteration":"nâthar","pronunciation":"naw-thar'","derivation":"a primitive root;","strongs_definition":"to jump, i.e. be violently agitated; causatively, to terrify, shake off, untie","kjv_definition":"drive asunder, leap, (let) loose, [idiom] make, move, undo."} +{"id":"H5426","strongs_number":"H5426","system":"hebrew","language":"hebrew","number_value":5426,"lemma":"נְתַר","transliteration":"nᵉthar","pronunciation":"neth-ar'","derivation":"(Aramaic) corresponding to H5425 (נָתַר)","strongs_definition":"{to jump, i.e. be violently agitated; causatively, to terrify, shake off, untie}","kjv_definition":"shake off."} +{"id":"H5427","strongs_number":"H5427","system":"hebrew","language":"hebrew","number_value":5427,"lemma":"נֶתֶר","transliteration":"nether","pronunciation":"neh'-ther","derivation":"from H5425 (נָתַר);","strongs_definition":"mineral potash (so called from effervescing with acid)","kjv_definition":"nitre."} +{"id":"H5428","strongs_number":"H5428","system":"hebrew","language":"hebrew","number_value":5428,"lemma":"נָתַשׁ","transliteration":"nâthash","pronunciation":"naw-thash'","derivation":"a primitive root;","strongs_definition":"to tear away","kjv_definition":"destroy, forsake, pluck (out, up, by the roots), pull up, root out (up), [idiom] utterly. s"} +{"id":"H5429","strongs_number":"H5429","system":"hebrew","language":"hebrew","number_value":5429,"lemma":"סְאָה","transliteration":"çᵉʼâh","pronunciation":"seh-aw'","derivation":"from an unused root meaning to define;","strongs_definition":"a seah, or certain measure (as determinative) forgrain","kjv_definition":"measure."} +{"id":"H5430","strongs_number":"H5430","system":"hebrew","language":"hebrew","number_value":5430,"lemma":"סְאוֹן","transliteration":"çᵉʼôwn","pronunciation":"seh-own'","derivation":"from H5431 (סָאַן);","strongs_definition":"perhaps a military boot (as aprotection from mud","kjv_definition":"battle."} +{"id":"H5431","strongs_number":"H5431","system":"hebrew","language":"hebrew","number_value":5431,"lemma":"סָאַן","transliteration":"çâʼan","pronunciation":"saw-an'","derivation":"a primitive root; to be miry; used only as denominative from H5430 (סְאוֹן);","strongs_definition":"to shoe, i.e. (active participle) a soldier shod","kjv_definition":"warrior."} +{"id":"H5432","strongs_number":"H5432","system":"hebrew","language":"hebrew","number_value":5432,"lemma":"סַאסְּאָה","transliteration":"çaʼçᵉʼâh","pronunciation":"sah-seh-aw'","derivation":"for H5429 (סְאָה);","strongs_definition":"measurement, i.e. moderation","kjv_definition":"measure."} +{"id":"H5433","strongs_number":"H5433","system":"hebrew","language":"hebrew","number_value":5433,"lemma":"סָבָא","transliteration":"çâbâʼ","pronunciation":"saw-baw'","derivation":"a primitive root;","strongs_definition":"to quaff to satiety, i.e. become tipsy","kjv_definition":"drunkard, fill self, Sabean, (wine-) bibber."} +{"id":"H5434","strongs_number":"H5434","system":"hebrew","language":"hebrew","number_value":5434,"lemma":"סְבָא","transliteration":"Çᵉbâʼ","pronunciation":"seb-aw'","derivation":"of foreign origin;","strongs_definition":"Seba, a son of Cush, and the country settled by him","kjv_definition":"Seba."} +{"id":"H5435","strongs_number":"H5435","system":"hebrew","language":"hebrew","number_value":5435,"lemma":"סֹבֶא","transliteration":"çôbeʼ","pronunciation":"so'-beh","derivation":"from H5433 (סָבָא);","strongs_definition":"potation, concretely (wine), or abstractly (carousal)","kjv_definition":"drink, drunken, wine."} +{"id":"H5436","strongs_number":"H5436","system":"hebrew","language":"hebrew","number_value":5436,"lemma":"סְבָאִי","transliteration":"Çᵉbâʼîy","pronunciation":"seb-aw-ee'","derivation":"patrial from H5434 (סְבָא);","strongs_definition":"a Sebaite, or inhabitant of Seba","kjv_definition":"Sabean."} +{"id":"H5437","strongs_number":"H5437","system":"hebrew","language":"hebrew","number_value":5437,"lemma":"סָבַב","transliteration":"çâbab","pronunciation":"saw-bab'","derivation":"a primitive root;","strongs_definition":"to revolve, surround, or border; used in various applications, literally and figuratively","kjv_definition":"bring, cast, fetch, lead, make, walk, [idiom] whirl, [idiom] round about, be about on every side, apply, avoid, beset (about), besiege, bring again, carry (about), change, cause to come about, [idiom] circuit, (fetch a) compass (about, round), drive, environ, [idiom] on every side, beset (close, come, compass, go, stand) round about, inclose, remove, return, set, sit down, turn (self) (about, aside, away, back)."} +{"id":"H5438","strongs_number":"H5438","system":"hebrew","language":"hebrew","number_value":5438,"lemma":"סִבָּה","transliteration":"çibbâh","pronunciation":"sib-baw'","derivation":"from H5437 (סָבַב);","strongs_definition":"a (providential) turn (of affairs)","kjv_definition":"cause."} +{"id":"H5439","strongs_number":"H5439","system":"hebrew","language":"hebrew","number_value":5439,"lemma":"סָבִיב","transliteration":"çâbîyb","pronunciation":"saw-beeb'","derivation":"or (feminine) סְבִיבָה; from H5437 (סָבַב);","strongs_definition":"(as noun) a circle, neighbour, or environs; but chiefly (as adverb, with or without preposition) around","kjv_definition":"(place, round) about, circuit, compass, on every side."} +{"id":"H5440","strongs_number":"H5440","system":"hebrew","language":"hebrew","number_value":5440,"lemma":"סָבַךְ","transliteration":"çâbak","pronunciation":"saw-bak'","derivation":"a primitive root;","strongs_definition":"to entwine","kjv_definition":"fold together, wrap."} +{"id":"H5441","strongs_number":"H5441","system":"hebrew","language":"hebrew","number_value":5441,"lemma":"סֹבֶךְ","transliteration":"çôbek","pronunciation":"so'-bek","derivation":"from H5440 (סָבַךְ);","strongs_definition":"a copse","kjv_definition":"thicket."} +{"id":"H5442","strongs_number":"H5442","system":"hebrew","language":"hebrew","number_value":5442,"lemma":"סְבָךְ","transliteration":"çᵉbâk","pronunciation":"seb-awk'","derivation":"from H5440 (סָבַךְ),","strongs_definition":"a copse","kjv_definition":"thick(-et)."} +{"id":"H5443","strongs_number":"H5443","system":"hebrew","language":"hebrew","number_value":5443,"lemma":"סַבְּכָא","transliteration":"çabbᵉkâʼ","pronunciation":"sab-bek-aw'","derivation":"(Aramaic) or שַׂבְּכָא; (Aramaic), from a root corresponding to H5440 (סָבַךְ);","strongs_definition":"a lyre","kjv_definition":"sackbut."} +{"id":"H5444","strongs_number":"H5444","system":"hebrew","language":"hebrew","number_value":5444,"lemma":"סִבְּכַי","transliteration":"Çibbᵉkay","pronunciation":"sib-bek-ah'-ee","derivation":"from H5440 (סָבַךְ); copse-like;","strongs_definition":"Sibbecai, an Israelite","kjv_definition":"Sibbecai, Sibbechai."} +{"id":"H5445","strongs_number":"H5445","system":"hebrew","language":"hebrew","number_value":5445,"lemma":"סָבַל","transliteration":"çâbal","pronunciation":"saw-bal'","derivation":"a primitive root;","strongs_definition":"to carry (literally or figuratively), or (reflexively) be burdensome; specifically, to be gravid","kjv_definition":"bear, be a burden, carry, strong to labour."} +{"id":"H5446","strongs_number":"H5446","system":"hebrew","language":"hebrew","number_value":5446,"lemma":"סְבַל","transliteration":"çᵉbal","pronunciation":"seb-al'","derivation":"(Aramaic) corresponding to H5445 (סָבַל);","strongs_definition":"to erect","kjv_definition":"strongly laid."} +{"id":"H5447","strongs_number":"H5447","system":"hebrew","language":"hebrew","number_value":5447,"lemma":"סֵבֶל","transliteration":"çêbel","pronunciation":"say'-bel","derivation":"from H5445 (סָבַל);","strongs_definition":"a load (literally or figuratively)","kjv_definition":"burden, charge."} +{"id":"H5448","strongs_number":"H5448","system":"hebrew","language":"hebrew","number_value":5448,"lemma":"סֹבֶל","transliteration":"çôbel","pronunciation":"so'-bel","derivation":"(only in the form סֻבָּל; from H5445 (סָבַל);","strongs_definition":"a load (figuratively)","kjv_definition":"burden."} +{"id":"H5449","strongs_number":"H5449","system":"hebrew","language":"hebrew","number_value":5449,"lemma":"סַבָּל","transliteration":"çabbâl","pronunciation":"sab-bawl'","derivation":"from H5445 (סָבַל);","strongs_definition":"a porter","kjv_definition":"(to bear, bearer of) burden(-s)."} +{"id":"H5450","strongs_number":"H5450","system":"hebrew","language":"hebrew","number_value":5450,"lemma":"סְבָלָה","transliteration":"çᵉbâlâh","pronunciation":"seb-aw-law'","derivation":"from H5447 (סֵבֶל);","strongs_definition":"porterage","kjv_definition":"burden."} +{"id":"H5451","strongs_number":"H5451","system":"hebrew","language":"hebrew","number_value":5451,"lemma":"סִבֹּלֶת","transliteration":"çibbôleth","pronunciation":"sib-bo'-leth","derivation":"for H7641 (שִׁבֹּל);","strongs_definition":"an ear of grain","kjv_definition":"Sibboleth."} +{"id":"H5452","strongs_number":"H5452","system":"hebrew","language":"hebrew","number_value":5452,"lemma":"סְבַר","transliteration":"çᵉbar","pronunciation":"seb-ar'","derivation":"(Aramaic) a primitive root;","strongs_definition":"to bear in mind, i.e. hope","kjv_definition":"think."} +{"id":"H5453","strongs_number":"H5453","system":"hebrew","language":"hebrew","number_value":5453,"lemma":"סִבְרַיִם","transliteration":"Çibrayim","pronunciation":"sib-rah'-yim","derivation":"dual from a root corresponding to H5452 (סְבַר); double hope;","strongs_definition":"Sibrajim, a place in Syria","kjv_definition":"Sibraim."} +{"id":"H5454","strongs_number":"H5454","system":"hebrew","language":"hebrew","number_value":5454,"lemma":"סַבְתָּא","transliteration":"Çabtâʼ","pronunciation":"sab-taw'","derivation":"or סַבְתָּה; probably of foreign derivation;","strongs_definition":"Sabta or Sabtah, the name of a son of Cush, and the country occupied by his posterity","kjv_definition":"Sabta, Sabtah."} +{"id":"H5455","strongs_number":"H5455","system":"hebrew","language":"hebrew","number_value":5455,"lemma":"סַבְתְּכָא","transliteration":"Çabtᵉkâʼ","pronunciation":"sab-tek-aw'","derivation":"probably of foreign derivation;","strongs_definition":"Sabteca, the name of a son of Cush, and the region settled by him","kjv_definition":"Sabtecha, Sabtechah."} +{"id":"H5456","strongs_number":"H5456","system":"hebrew","language":"hebrew","number_value":5456,"lemma":"סָגַד","transliteration":"çâgad","pronunciation":"saw-gad'","derivation":"a primitive root;","strongs_definition":"to prostrate oneself (in homage)","kjv_definition":"fall down."} +{"id":"H5457","strongs_number":"H5457","system":"hebrew","language":"hebrew","number_value":5457,"lemma":"סְגִד","transliteration":"çᵉgid","pronunciation":"seg-eed'","derivation":"(Aramaic) corresponding to H5456 (סָגַד)","strongs_definition":"{to prostrate oneself (in homage)}","kjv_definition":"worship."} +{"id":"H5458","strongs_number":"H5458","system":"hebrew","language":"hebrew","number_value":5458,"lemma":"סְגוֹר","transliteration":"çᵉgôwr","pronunciation":"seg-ore'","derivation":"from H5462 (סָגַר);","strongs_definition":"properly, shut up, i.e. the breast (as enclosing the heart); also gold (as generally shut up safely)","kjv_definition":"caul, gold."} +{"id":"H5459","strongs_number":"H5459","system":"hebrew","language":"hebrew","number_value":5459,"lemma":"סְגֻלָּה","transliteration":"çᵉgullâh","pronunciation":"seg-ool-law'","derivation":"feminine passive participle of an unused root meaning to shut up;","strongs_definition":"wealth (as closely shut up)","kjv_definition":"jewel, peculiar (treasure), proper good, special."} +{"id":"H5460","strongs_number":"H5460","system":"hebrew","language":"hebrew","number_value":5460,"lemma":"סְגַן","transliteration":"çᵉgan","pronunciation":"seg-an'","derivation":"(Aramaic) corresponding to H5461 (סָגָן)","strongs_definition":"{a prefect of aprovince}","kjv_definition":"governor."} +{"id":"H5461","strongs_number":"H5461","system":"hebrew","language":"hebrew","number_value":5461,"lemma":"סָגָן","transliteration":"çâgân","pronunciation":"saw-gawn'","derivation":"from an unused root meaning to superintend;","strongs_definition":"a prefect of a province","kjv_definition":"prince, ruler."} +{"id":"H5462","strongs_number":"H5462","system":"hebrew","language":"hebrew","number_value":5462,"lemma":"סָגַר","transliteration":"çâgar","pronunciation":"saw-gar'","derivation":"a primitive root;","strongs_definition":"to shut up; figuratively, to surrender","kjv_definition":"close up, deliver (up), give over (up), inclose, [idiom] pure, repair, shut (in, self, out, up, up together), stop, [idiom] straitly."} +{"id":"H5463","strongs_number":"H5463","system":"hebrew","language":"hebrew","number_value":5463,"lemma":"סְגַר","transliteration":"çᵉgar","pronunciation":"seg-ar'","derivation":"(Aramaic) corresponding to H5462 (סָגַר)","strongs_definition":"{to shut up; figuratively, to surrender}","kjv_definition":"shut up."} +{"id":"H5464","strongs_number":"H5464","system":"hebrew","language":"hebrew","number_value":5464,"lemma":"סַגְרִיד","transliteration":"çagrîyd","pronunciation":"sag-reed'","derivation":"probably from H5462 (סָגַר) in the sense of sweeping away;","strongs_definition":"a pouring rain","kjv_definition":"very rainy."} +{"id":"H5465","strongs_number":"H5465","system":"hebrew","language":"hebrew","number_value":5465,"lemma":"סַד","transliteration":"çad","pronunciation":"sad","derivation":"from an unused root meaning to estop;","strongs_definition":"the stocks","kjv_definition":"stocks."} +{"id":"H5466","strongs_number":"H5466","system":"hebrew","language":"hebrew","number_value":5466,"lemma":"סָדִין","transliteration":"çâdîyn","pronunciation":"saw-deen'","derivation":"from an unused root meaning to envelop;","strongs_definition":"a wrapper, i.e. shirt","kjv_definition":"fine linen, sheet."} +{"id":"H5467","strongs_number":"H5467","system":"hebrew","language":"hebrew","number_value":5467,"lemma":"סְדֹם","transliteration":"Çᵉdôm","pronunciation":"sed-ome'","derivation":"from an unused root meaning to scorch; burnt (i.e. volcanic or bituminous) district;","strongs_definition":"Sedom, a place near the Dead Sea","kjv_definition":"Sodom."} +{"id":"H5468","strongs_number":"H5468","system":"hebrew","language":"hebrew","number_value":5468,"lemma":"סֶדֶר","transliteration":"çeder","pronunciation":"seh'-der","derivation":"from an unused root meaning to arrange;","strongs_definition":"order","kjv_definition":"order."} +{"id":"H5469","strongs_number":"H5469","system":"hebrew","language":"hebrew","number_value":5469,"lemma":"סַהַר","transliteration":"çahar","pronunciation":"cah'-har","derivation":"from an unused root meaning to be round;","strongs_definition":"roundness","kjv_definition":"round."} +{"id":"H5470","strongs_number":"H5470","system":"hebrew","language":"hebrew","number_value":5470,"lemma":"סֹהַר","transliteration":"çôhar","pronunciation":"so'-har","derivation":"from the same as H5469 (סַהַר);","strongs_definition":"a dungeon (as surrounded by walls)","kjv_definition":"prison."} +{"id":"H5471","strongs_number":"H5471","system":"hebrew","language":"hebrew","number_value":5471,"lemma":"סוֹא","transliteration":"Çôwʼ","pronunciation":"so","derivation":"of foreign derivation;","strongs_definition":"So, an Egyptian king","kjv_definition":"So."} +{"id":"H5472","strongs_number":"H5472","system":"hebrew","language":"hebrew","number_value":5472,"lemma":"סוּג","transliteration":"çûwg","pronunciation":"soog","derivation":"a primitive root;","strongs_definition":"properly, to flinch, i.e. (by implication) to go back, literally (to retreat) or figuratively (to apostatize)","kjv_definition":"backslider, drive, go back, turn (away, back)."} +{"id":"H5473","strongs_number":"H5473","system":"hebrew","language":"hebrew","number_value":5473,"lemma":"סוּג","transliteration":"çûwg","pronunciation":"soog","derivation":"a primitive root (probably rather identical with H5472 (סוּג) through the idea of shrinking from a hedge; compare H7735 (שׂוּג));","strongs_definition":"to hem in, i.e. bind","kjv_definition":"set about."} +{"id":"H5474","strongs_number":"H5474","system":"hebrew","language":"hebrew","number_value":5474,"lemma":"סוּגַר","transliteration":"çûwgar","pronunciation":"soo-gar'","derivation":"from H5462 (סָגַר);","strongs_definition":"an inclosure, i.e. cage (for an animal)","kjv_definition":"ward."} +{"id":"H5475","strongs_number":"H5475","system":"hebrew","language":"hebrew","number_value":5475,"lemma":"סוֹד","transliteration":"çôwd","pronunciation":"sode","derivation":"from H3245 (יָסַד);","strongs_definition":"a session, i.e. company of persons (in close deliberation); by implication, intimacy, consultation, a secret","kjv_definition":"assembly, consel, inward, secret (counsel)."} +{"id":"H5476","strongs_number":"H5476","system":"hebrew","language":"hebrew","number_value":5476,"lemma":"סוֹדִי","transliteration":"Çôwdîy","pronunciation":"so-dee'","derivation":"from H5475 (סוֹד); a confidant;","strongs_definition":"Sodi, an Israelite","kjv_definition":"Sodi."} +{"id":"H5477","strongs_number":"H5477","system":"hebrew","language":"hebrew","number_value":5477,"lemma":"סוּחַ","transliteration":"Çûwach","pronunciation":"soo'-akh","derivation":"from an unused root meaning to wipe away; sweeping;","strongs_definition":"Suach, an Israelite","kjv_definition":"Suah."} +{"id":"H5478","strongs_number":"H5478","system":"hebrew","language":"hebrew","number_value":5478,"lemma":"סוּחָה","transliteration":"çûwchâh","pronunciation":"soo-khaw'","derivation":"from the same as H5477 (סוּחַ);","strongs_definition":"something swept away, i.e. filth","kjv_definition":"torn."} +{"id":"H5479","strongs_number":"H5479","system":"hebrew","language":"hebrew","number_value":5479,"lemma":"סוֹטַי","transliteration":"Çôwṭay","pronunciation":"so-tah'-ee","derivation":"from H7750 (שׂוּט); roving;","strongs_definition":"Sotai, one of the Nethinim","kjv_definition":"Sotai."} +{"id":"H5480","strongs_number":"H5480","system":"hebrew","language":"hebrew","number_value":5480,"lemma":"סוּךְ","transliteration":"çûwk","pronunciation":"sook","derivation":"a primitive root;","strongs_definition":"properly, to smear over (with oil), i.e. anoint","kjv_definition":"anoint (self), [idiom] at all."} +{"id":"H5481","strongs_number":"H5481","system":"hebrew","language":"hebrew","number_value":5481,"lemma":"סוּמְפּוֹנְיָה","transliteration":"çûwmᵉpôwnᵉyâh","pronunciation":"soom-po-neh-yaw'","derivation":"(Aramaic) or סוּמְפֹּנְיָה; (Aramaic), or סִיפֹנְיָא; (Daniel 3:10) (Aramaic), of Greek origin;","strongs_definition":"a bagpipe (with a double pipe)","kjv_definition":"dulcimer."} +{"id":"H5482","strongs_number":"H5482","system":"hebrew","language":"hebrew","number_value":5482,"lemma":"סְוֵנֵה","transliteration":"Çᵉvênêh","pronunciation":"sev-ay-nay'","derivation":"(rather to be written סְוֵנָה; for סְוֵן; i.e to Seven); of Egyptian derivation;","strongs_definition":"Seven, a place in Upper Egypt","kjv_definition":"Syene."} +{"id":"H5483","strongs_number":"H5483","system":"hebrew","language":"hebrew","number_value":5483,"lemma":"סוּס","transliteration":"çûwç","pronunciation":"soos","derivation":"or סֻס; from an unused root meaning to skip (properly, for joy);","strongs_definition":"a horse (as leaping); also a swallow (from its rapid flight)","kjv_definition":"crane, horse (-back, -hoof). Compare H6571 (פָּרָשׁ)."} +{"id":"H5484","strongs_number":"H5484","system":"hebrew","language":"hebrew","number_value":5484,"lemma":"סוּסָה","transliteration":"çûwçâh","pronunciation":"soo-saw'","derivation":"feminine of H5483 (סוּס);","strongs_definition":"a mare","kjv_definition":"company of horses."} +{"id":"H5485","strongs_number":"H5485","system":"hebrew","language":"hebrew","number_value":5485,"lemma":"סוּסִי","transliteration":"Çûwçîy","pronunciation":"soo-see'","derivation":"from H5483 (סוּס); horse-like;","strongs_definition":"Susi, an Israelite","kjv_definition":"Susi."} +{"id":"H5486","strongs_number":"H5486","system":"hebrew","language":"hebrew","number_value":5486,"lemma":"סוּף","transliteration":"çûwph","pronunciation":"soof","derivation":"a primitive root;","strongs_definition":"to snatch away, i.e. terminate","kjv_definition":"consume, have an end, perish, [idiom] be utterly."} +{"id":"H5487","strongs_number":"H5487","system":"hebrew","language":"hebrew","number_value":5487,"lemma":"סוּף","transliteration":"çûwph","pronunciation":"soof","derivation":"(Aramaic) corresponding to H5486 (סוּף);","strongs_definition":"to come to an end","kjv_definition":"consume, fulfill."} +{"id":"H5488","strongs_number":"H5488","system":"hebrew","language":"hebrew","number_value":5488,"lemma":"סוּף","transliteration":"çûwph","pronunciation":"soof","derivation":"probably of Egyptian origin;","strongs_definition":"a reed, especially the papyrus","kjv_definition":"flag, Red (sea), weed. Compare H5489 (סוּף)."} +{"id":"H5489","strongs_number":"H5489","system":"hebrew","language":"hebrew","number_value":5489,"lemma":"סוּף","transliteration":"Çûwph","pronunciation":"soof","derivation":"for H5488 (סוּף) (by ellipsis of H3220 (יָם));","strongs_definition":"the Reed (Sea)","kjv_definition":"Red Sea."} +{"id":"H5490","strongs_number":"H5490","system":"hebrew","language":"hebrew","number_value":5490,"lemma":"סוֹף","transliteration":"çôwph","pronunciation":"sofe","derivation":"from H5486 (סוּף);","strongs_definition":"a termination","kjv_definition":"conclusion, end, hinder participle"} +{"id":"H5491","strongs_number":"H5491","system":"hebrew","language":"hebrew","number_value":5491,"lemma":"סוֹף","transliteration":"çôwph","pronunciation":"sofe","derivation":"(Aramaic) corresponding to H5490 (סוֹף)","strongs_definition":"{a termination}","kjv_definition":"end."} +{"id":"H5492","strongs_number":"H5492","system":"hebrew","language":"hebrew","number_value":5492,"lemma":"סוּפָה","transliteration":"çûwphâh","pronunciation":"soo-faw'","derivation":"from H5486 (סוּף);","strongs_definition":"a hurricane","kjv_definition":"Red Sea, storm, tempest, whirlwind, Red sea."} +{"id":"H5493","strongs_number":"H5493","system":"hebrew","language":"hebrew","number_value":5493,"lemma":"סוּר","transliteration":"çûwr","pronunciation":"soor","derivation":"or שׂוּר; (Hosea 9:12), a primitive root;","strongs_definition":"to turn off (literal or figurative)","kjv_definition":"be(-head), bring, call back, decline, depart, eschew, get (you), go (aside), [idiom] grievous, lay away (by), leave undone, be past, pluck away, put (away, down), rebel, remove (to and fro), revolt, [idiom] be sour, take (away, off), turn (aside, away, in), withdraw, be without."} +{"id":"H5494","strongs_number":"H5494","system":"hebrew","language":"hebrew","number_value":5494,"lemma":"סוּר","transliteration":"çûwr","pronunciation":"soor","derivation":"probably passive participle of H5493 (סוּר);","strongs_definition":"turned off, i.e. deteriorated","kjv_definition":"degenerate."} +{"id":"H5495","strongs_number":"H5495","system":"hebrew","language":"hebrew","number_value":5495,"lemma":"סוּר","transliteration":"Çûwr","pronunciation":"soor","derivation":"the same as H5494 (סוּר);","strongs_definition":"Sur, a gate of the temple","kjv_definition":"Sur."} +{"id":"H5496","strongs_number":"H5496","system":"hebrew","language":"hebrew","number_value":5496,"lemma":"סוּת","transliteration":"çûwth","pronunciation":"sooth","derivation":"perhaps denominative from H7898 (שַׁיִת);","strongs_definition":"properly, to prick, i.e. (figuratively) stimulate; by implication, to seduce","kjv_definition":"entice, move, persuade, provoke, remove, set on, stir up, take away."} +{"id":"H5497","strongs_number":"H5497","system":"hebrew","language":"hebrew","number_value":5497,"lemma":"סוּת","transliteration":"çûwth","pronunciation":"sooth","derivation":"probably from the same root as H4533 (מַסְוֶה);","strongs_definition":"covering, i.e. clothing","kjv_definition":"clothes."} +{"id":"H5498","strongs_number":"H5498","system":"hebrew","language":"hebrew","number_value":5498,"lemma":"סָחַב","transliteration":"çâchab","pronunciation":"saw-khab'","derivation":"a primitive root;","strongs_definition":"to trail along","kjv_definition":"draw (out), tear."} +{"id":"H5499","strongs_number":"H5499","system":"hebrew","language":"hebrew","number_value":5499,"lemma":"סְחָבָה","transliteration":"çᵉchâbâh","pronunciation":"seh-khaw-baw'","derivation":"from H5498 (סָחַב);","strongs_definition":"a rag","kjv_definition":"cast clout."} +{"id":"H5500","strongs_number":"H5500","system":"hebrew","language":"hebrew","number_value":5500,"lemma":"סָחָה","transliteration":"çâchâh","pronunciation":"saw-khaw'","derivation":"a primitive root;","strongs_definition":"to sweep away","kjv_definition":"scrape."} +{"id":"H5501","strongs_number":"H5501","system":"hebrew","language":"hebrew","number_value":5501,"lemma":"סְחִי","transliteration":"çᵉchîy","pronunciation":"seh-khee'","derivation":"from H5500 (סָחָה);","strongs_definition":"refuse (as swept off)","kjv_definition":"offscouring."} +{"id":"H5502","strongs_number":"H5502","system":"hebrew","language":"hebrew","number_value":5502,"lemma":"סָחַף","transliteration":"çâchaph","pronunciation":"saw-khaf'","derivation":"a primitive root;","strongs_definition":"to scrape off","kjv_definition":"sweep (away)."} +{"id":"H5503","strongs_number":"H5503","system":"hebrew","language":"hebrew","number_value":5503,"lemma":"סָחַר","transliteration":"çâchar","pronunciation":"saw-khar'","derivation":"a primitive root;","strongs_definition":"to travel round (specifically as a pedlar); intensively, to palpitate","kjv_definition":"go about, merchant(-man), occupy with, pant, trade, traffick."} +{"id":"H5504","strongs_number":"H5504","system":"hebrew","language":"hebrew","number_value":5504,"lemma":"סַחַר","transliteration":"çachar","pronunciation":"sakh'-ar","derivation":"from H5503 (סָחַר);","strongs_definition":"profit (from trade)","kjv_definition":"merchandise."} +{"id":"H5505","strongs_number":"H5505","system":"hebrew","language":"hebrew","number_value":5505,"lemma":"סָחַר","transliteration":"çâchar","pronunciation":"saw-khar'","derivation":"from H5503 (סָחַר);","strongs_definition":"an emporium; abstractly, profit (from trade)","kjv_definition":"mart, merchandise."} +{"id":"H5506","strongs_number":"H5506","system":"hebrew","language":"hebrew","number_value":5506,"lemma":"סְחֹרָה","transliteration":"çᵉchôrâh","pronunciation":"sekh-o-raw'","derivation":"from H5503 (סָחַר);","strongs_definition":"traffic","kjv_definition":"merchandise."} +{"id":"H5507","strongs_number":"H5507","system":"hebrew","language":"hebrew","number_value":5507,"lemma":"סֹחֵרָה","transliteration":"çôchêrâh","pronunciation":"so-khay-raw'","derivation":"properly, active participle feminine of H5503 (סָחַר);","strongs_definition":"something surrounding the person, i.e. a shield","kjv_definition":"buckler."} +{"id":"H5508","strongs_number":"H5508","system":"hebrew","language":"hebrew","number_value":5508,"lemma":"סֹחֵרֶת","transliteration":"çôchêreth","pronunciation":"so-kheh'-reth","derivation":"similar to H5507 (סֹחֵרָה);","strongs_definition":"probably a (black) tile (or tessara) forlaying borders with","kjv_definition":"black marble."} +{"id":"H5509","strongs_number":"H5509","system":"hebrew","language":"hebrew","number_value":5509,"lemma":"סִיג","transliteration":"çîyg","pronunciation":"seeg","derivation":"or סוּג; (Ezekiel 22:18), from H5472 (סוּג) in the sense of refuse;","strongs_definition":"scoria","kjv_definition":"dross."} +{"id":"H5510","strongs_number":"H5510","system":"hebrew","language":"hebrew","number_value":5510,"lemma":"סִיוָן","transliteration":"Çîyvân","pronunciation":"see-vawn'","derivation":"probably of Persian origin;","strongs_definition":"Sivan, the third Hebrew month","kjv_definition":"Sivan."} +{"id":"H5511","strongs_number":"H5511","system":"hebrew","language":"hebrew","number_value":5511,"lemma":"סִיחוֹן","transliteration":"Çîychôwn","pronunciation":"see-khone'","derivation":"or סִיחֹן; from the same as H5477 (סוּחַ); tempestuous;","strongs_definition":"Sichon, an Amoritish king","kjv_definition":"Sihon."} +{"id":"H5512","strongs_number":"H5512","system":"hebrew","language":"hebrew","number_value":5512,"lemma":"סִין","transliteration":"Çîyn","pronunciation":"seen","derivation":"of uncertain derivation;","strongs_definition":"Sin the name of an Egyptian town and (probably) desert adjoining","kjv_definition":"Sin."} +{"id":"H5513","strongs_number":"H5513","system":"hebrew","language":"hebrew","number_value":5513,"lemma":"סִינִי","transliteration":"Çîynîy","pronunciation":"see-nee'","derivation":"from an otherwise unknown name of a man;","strongs_definition":"a Sinite, or descendant of one of the sons of Canaan","kjv_definition":"Sinite."} +{"id":"H5514","strongs_number":"H5514","system":"hebrew","language":"hebrew","number_value":5514,"lemma":"סִינַי","transliteration":"Çîynay","pronunciation":"see-nah'-ee","derivation":"of uncertain derivation;","strongs_definition":"Sinai, mountain of Arabia","kjv_definition":"Sinai."} +{"id":"H5515","strongs_number":"H5515","system":"hebrew","language":"hebrew","number_value":5515,"lemma":"סִינִים","transliteration":"Çîynîym","pronunciation":"see-neem'","derivation":"plural of an otherwise unknown name;","strongs_definition":"Sinim, a distant Oriental region","kjv_definition":"Sinim."} +{"id":"H5516","strongs_number":"H5516","system":"hebrew","language":"hebrew","number_value":5516,"lemma":"סִיסְרָא","transliteration":"Çîyçᵉrâʼ","pronunciation":"see-ser-aw'","derivation":"of uncertain derivation;","strongs_definition":"Sisera, the name of a Canaanitish king and of one of the Nethinim","kjv_definition":"Sisera."} +{"id":"H5517","strongs_number":"H5517","system":"hebrew","language":"hebrew","number_value":5517,"lemma":"סִיעָא","transliteration":"Çîyʻâʼ","pronunciation":"see-ah'","derivation":"or סִיעֲהָא; from an unused root meaning to converse; congregation;","strongs_definition":"Sia or Siaha, one of the Nethinim","kjv_definition":"Sia, Siaha."} +{"id":"H5518","strongs_number":"H5518","system":"hebrew","language":"hebrew","number_value":5518,"lemma":"סִיר","transliteration":"çîyr","pronunciation":"seer","derivation":"or (feminine) סִירָה; or סִרָה; (Jeremiah 52:18), from a primitive root meaning to boil up;","strongs_definition":"a pot; also a thorn (as springing up rapidly); by implication, a hook","kjv_definition":"caldron, fishhook, pan, (wash-)pot, thorn."} +{"id":"H5519","strongs_number":"H5519","system":"hebrew","language":"hebrew","number_value":5519,"lemma":"סָךְ","transliteration":"çâk","pronunciation":"sawk","derivation":"from H5526 (סָכַךְ);","strongs_definition":"properly, a thicket of men, i.e. a crowd","kjv_definition":"multitude."} +{"id":"H5520","strongs_number":"H5520","system":"hebrew","language":"hebrew","number_value":5520,"lemma":"סֹךְ","transliteration":"çôk","pronunciation":"soke","derivation":"from H5526 (סָכַךְ);","strongs_definition":"a hut (as of entwined boughs); also a lair","kjv_definition":"covert, den, pavilion, tabernacle."} +{"id":"H5521","strongs_number":"H5521","system":"hebrew","language":"hebrew","number_value":5521,"lemma":"סֻכָּה","transliteration":"çukkâh","pronunciation":"sook-kaw'","derivation":"feminine of H5520 (סֹךְ);","strongs_definition":"a hut or lair","kjv_definition":"booth, cottage, covert, pavilion, tabernacle, tent."} +{"id":"H5522","strongs_number":"H5522","system":"hebrew","language":"hebrew","number_value":5522,"lemma":"סִכּוּת","transliteration":"çikkûwth","pronunciation":"sik-kooth'","derivation":"feminine of H5519 (סָךְ);","strongs_definition":"an (idolatrous) booth","kjv_definition":"tabernacle."} +{"id":"H5523","strongs_number":"H5523","system":"hebrew","language":"hebrew","number_value":5523,"lemma":"סֻכּוֹת","transliteration":"Çukkôwth","pronunciation":"sook-kohth'","derivation":"or סֻכֹּת; plural of H5521 (סֻכָּה); booths;","strongs_definition":"Succoth, the name of a place in Egypt and of three in Palestine","kjv_definition":"Succoth."} +{"id":"H5524","strongs_number":"H5524","system":"hebrew","language":"hebrew","number_value":5524,"lemma":"סֻכּוֹת בְּנוֹת","transliteration":"Çukkôwth bᵉnôwth","pronunciation":"sook-kohth' ben-ohth'","derivation":"from H5523 (סֻכּוֹת) and the (irregular) plural of H1323 (בַּת);","strongs_definition":"booths of (the) daughters; brothels, i.e. idoalatrous tents forimpure purpose","kjv_definition":"Succothbenoth."} +{"id":"H5525","strongs_number":"H5525","system":"hebrew","language":"hebrew","number_value":5525,"lemma":"סֻכִּי","transliteration":"Çukkîy","pronunciation":"sook-kee'","derivation":"patrial from an unknown name (perhaps H5520 (סֹךְ));","strongs_definition":"a Sukkite, or inhabitant of some place near Egypt (i.e. hut-dwellers)","kjv_definition":"Sukkiims."} +{"id":"H5526","strongs_number":"H5526","system":"hebrew","language":"hebrew","number_value":5526,"lemma":"סָכַךְ","transliteration":"çâkak","pronunciation":"saw-kak'","derivation":"or שָׂכַךְ; (Exodus 33:22), a primitive root;","strongs_definition":"properly, to entwine as ascreen; by implication, to fence in, cover over, (figuratively) protect","kjv_definition":"cover, defence, defend, hedge in, join together, set, shut up."} +{"id":"H5527","strongs_number":"H5527","system":"hebrew","language":"hebrew","number_value":5527,"lemma":"סְכָכָה","transliteration":"Çᵉkâkâh","pronunciation":"sek-aw-kaw'","derivation":"from H5526 (סָכַךְ); inclosure;","strongs_definition":"Secacah, a place in Palestine","kjv_definition":"Secacah."} +{"id":"H5528","strongs_number":"H5528","system":"hebrew","language":"hebrew","number_value":5528,"lemma":"סָכַל","transliteration":"çâkal","pronunciation":"saw-kal'","derivation":"for H3688 (כָּסַל);","strongs_definition":"to be silly","kjv_definition":"do (make, play the, turn into) fool(-ish, -ishly, -ishness)."} +{"id":"H5529","strongs_number":"H5529","system":"hebrew","language":"hebrew","number_value":5529,"lemma":"סֶכֶל","transliteration":"çekel","pronunciation":"seh'-kal","derivation":"from H5528 (סָכַל);","strongs_definition":"silliness; concretely and collectively, dolts","kjv_definition":"folly."} +{"id":"H5530","strongs_number":"H5530","system":"hebrew","language":"hebrew","number_value":5530,"lemma":"סָכָל","transliteration":"çâkâl","pronunciation":"saw-kawl'","derivation":"from H5528 (סָכַל);","strongs_definition":"silly","kjv_definition":"fool(-ish), sottish."} +{"id":"H5531","strongs_number":"H5531","system":"hebrew","language":"hebrew","number_value":5531,"lemma":"סִכְלוּת","transliteration":"çiklûwth","pronunciation":"sik-looth'","derivation":"or שִׂכְלוּת; (Ecclesiastes 1:17), from H5528 (סָכַל);","strongs_definition":"silliness","kjv_definition":"folly, foolishness."} +{"id":"H5532","strongs_number":"H5532","system":"hebrew","language":"hebrew","number_value":5532,"lemma":"סָכַן","transliteration":"çâkan","pronunciation":"saw-kan'","derivation":"a primitive root;","strongs_definition":"to be familiar with; by implication, to minister to, be serviceable to, be customary","kjv_definition":"acquaint (self), be advantage, [idiom] ever, (be, (un-)) profit(-able), treasurer, be wont."} +{"id":"H5533","strongs_number":"H5533","system":"hebrew","language":"hebrew","number_value":5533,"lemma":"סָכַן","transliteration":"çâkan","pronunciation":"saw-kan'","derivation":"probably a denominative from H7915 (שַׂכִּין);","strongs_definition":"properly, to cut, i.e. damage; also to grow (causatively, make) poor","kjv_definition":"endanger, impoverish."} +{"id":"H5534","strongs_number":"H5534","system":"hebrew","language":"hebrew","number_value":5534,"lemma":"סָכַר","transliteration":"çâkar","pronunciation":"saw-kar'","derivation":"a primitive root;","strongs_definition":"to shut up; by implication, to surrender","kjv_definition":"stop, give over. See also H5462 (סָגַר), H7936 (שָׂכַר)."} +{"id":"H5535","strongs_number":"H5535","system":"hebrew","language":"hebrew","number_value":5535,"lemma":"סָכַת","transliteration":"çâkath","pronunciation":"saw-kath'","derivation":"a primitive root to be silent;","strongs_definition":"by implication, to observe quietly","kjv_definition":"take heed."} +{"id":"H5536","strongs_number":"H5536","system":"hebrew","language":"hebrew","number_value":5536,"lemma":"סַל","transliteration":"çal","pronunciation":"sal","derivation":"from H5549 (סָלַל);","strongs_definition":"properly, a willow twig (as pendulous), i.e. an osier; but only as woven into abasket","kjv_definition":"basket."} +{"id":"H5537","strongs_number":"H5537","system":"hebrew","language":"hebrew","number_value":5537,"lemma":"סָלָא","transliteration":"çâlâʼ","pronunciation":"saw-law'","derivation":"a primitive root;","strongs_definition":"to suspend in a balance, i.e. weigh","kjv_definition":"compare."} +{"id":"H5538","strongs_number":"H5538","system":"hebrew","language":"hebrew","number_value":5538,"lemma":"סִלָּא","transliteration":"Çillâʼ","pronunciation":"sil-law'","derivation":"from H5549 (סָלַל); an embankment;","strongs_definition":"Silla, a place in Jerusalem","kjv_definition":"Silla."} +{"id":"H5539","strongs_number":"H5539","system":"hebrew","language":"hebrew","number_value":5539,"lemma":"סָלַד","transliteration":"çâlad","pronunciation":"saw-lad'","derivation":"a primitive root;","strongs_definition":"probably to leap (with joy), i.e. exult","kjv_definition":"harden self."} +{"id":"H5540","strongs_number":"H5540","system":"hebrew","language":"hebrew","number_value":5540,"lemma":"סֶלֶד","transliteration":"Çeled","pronunciation":"seh'-led","derivation":"from H5539 (סָלַד); exultation;","strongs_definition":"Seled, an Israelite","kjv_definition":"Seled."} +{"id":"H5541","strongs_number":"H5541","system":"hebrew","language":"hebrew","number_value":5541,"lemma":"סָלָה","transliteration":"çâlâh","pronunciation":"saw-law'","derivation":"a primitive root;","strongs_definition":"to hang up, i.e. weigh, or (figuratively) contemn","kjv_definition":"tread down (under foot), value."} +{"id":"H5542","strongs_number":"H5542","system":"hebrew","language":"hebrew","number_value":5542,"lemma":"סֶלָה","transliteration":"çelâh","pronunciation":"seh'-law","derivation":"from H5541 (סָלָה);","strongs_definition":"suspension (of music), i.e. pause","kjv_definition":"Selah."} +{"id":"H5543","strongs_number":"H5543","system":"hebrew","language":"hebrew","number_value":5543,"lemma":"סַלּוּ","transliteration":"Çallûw","pronunciation":"sal-loo'","derivation":"or סַלּוּא; or סָלוּא; or סַלַּי; from H5541 (סָלָה); weighed;","strongs_definition":"Sallu or Sallai, the name of two Israelites","kjv_definition":"Sallai, Sallu, Salu."} +{"id":"H5544","strongs_number":"H5544","system":"hebrew","language":"hebrew","number_value":5544,"lemma":"סִלּוֹן","transliteration":"çillôwn","pronunciation":"sil-lone'","derivation":"or סַלּוֹן; from H5541 (סָלָה);","strongs_definition":"a prickle (as if pendulous)","kjv_definition":"brier, thorn."} +{"id":"H5545","strongs_number":"H5545","system":"hebrew","language":"hebrew","number_value":5545,"lemma":"סָלַח","transliteration":"çâlach","pronunciation":"saw-lakh'","derivation":"a primitive root;","strongs_definition":"to forgive","kjv_definition":"forgive, pardon, spare."} +{"id":"H5546","strongs_number":"H5546","system":"hebrew","language":"hebrew","number_value":5546,"lemma":"סַלָּח","transliteration":"çallâch","pronunciation":"saw-lawkh'","derivation":"from H5545 (סָלַח);","strongs_definition":"placable","kjv_definition":"ready to forgive."} +{"id":"H5547","strongs_number":"H5547","system":"hebrew","language":"hebrew","number_value":5547,"lemma":"סְלִיחָה","transliteration":"çᵉlîychâh","pronunciation":"sel-ee-khaw'","derivation":"from H5545 (סָלַח);","strongs_definition":"pardon","kjv_definition":"forgiveness, pardon."} +{"id":"H5548","strongs_number":"H5548","system":"hebrew","language":"hebrew","number_value":5548,"lemma":"סַלְכָה","transliteration":"Çalkâh","pronunciation":"sal-kaw'","derivation":"from an unused root. meaning to walk; walking;","strongs_definition":"Salcah, a place East of the Jordan","kjv_definition":"Salcah, Salchah."} +{"id":"H5549","strongs_number":"H5549","system":"hebrew","language":"hebrew","number_value":5549,"lemma":"סָלַל","transliteration":"çâlal","pronunciation":"saw-lal'","derivation":"a primitive root;","strongs_definition":"to mound up (especially a turnpike); figurative, to exalt; reflexively, to oppose (as by a dam)","kjv_definition":"cast up, exalt (self), extol, make plain, raise up."} +{"id":"H5550","strongs_number":"H5550","system":"hebrew","language":"hebrew","number_value":5550,"lemma":"סֹלְלָה","transliteration":"çôlᵉlâh","pronunciation":"so-lel-aw'","derivation":"or סוֹלְלָה; active participle feminine of H5549 (סָלַל), but used passively;","strongs_definition":"a military mound, i.e. rampart of besiegers","kjv_definition":"bank, mount."} +{"id":"H5551","strongs_number":"H5551","system":"hebrew","language":"hebrew","number_value":5551,"lemma":"סֻלָּם","transliteration":"çullâm","pronunciation":"sool-lawm'","derivation":"from H5549 (סָלַל);","strongs_definition":"a stair-case","kjv_definition":"ladder."} +{"id":"H5552","strongs_number":"H5552","system":"hebrew","language":"hebrew","number_value":5552,"lemma":"סַלְסִלָּה","transliteration":"çalçillâh","pronunciation":"sal-sil-law'","derivation":"from H5541 (סָלָה);","strongs_definition":"a twig (as pendulous)","kjv_definition":"basket."} +{"id":"H5553","strongs_number":"H5553","system":"hebrew","language":"hebrew","number_value":5553,"lemma":"סֶלַע","transliteration":"çelaʻ","pronunciation":"seh'-lah","derivation":"from an unused root meaning to be lofty;","strongs_definition":"a craggy rock, literally or figuratively (a fortress)","kjv_definition":"(ragged) rock, stone(-ny), strong hold."} +{"id":"H5554","strongs_number":"H5554","system":"hebrew","language":"hebrew","number_value":5554,"lemma":"סֶלַע","transliteration":"Çelaʻ","pronunciation":"seh'-lah","derivation":"the same as H5553 (סֶלַע);","strongs_definition":"Sela, the rock-city of Idumaea","kjv_definition":"rock, Sela(-h)."} +{"id":"H5555","strongs_number":"H5555","system":"hebrew","language":"hebrew","number_value":5555,"lemma":"סֶלַע הַמַּחְלְקוֹת","transliteration":"Çelaʻ ham-machlᵉqôwth","pronunciation":"seh'-lah hammakh-lek-oth'","derivation":"from H5553 (סֶלַע) and the plural of H4256 (מַחֲלֹקֶת) with the article interposed; rock of the divisions;","strongs_definition":"Sela-ham-Machlekoth, a place in Palestine","kjv_definition":"Sela-hammalekoth."} +{"id":"H5556","strongs_number":"H5556","system":"hebrew","language":"hebrew","number_value":5556,"lemma":"סׇלְעָם","transliteration":"çolʻâm","pronunciation":"sol-awm'","derivation":"apparently from the same as H5553 (סֶלַע) in the sense of crushing as with a rock, i.e. consuming;","strongs_definition":"a kind of locust (from its destructiveness)","kjv_definition":"bald locust."} +{"id":"H5557","strongs_number":"H5557","system":"hebrew","language":"hebrew","number_value":5557,"lemma":"סָלַף","transliteration":"çâlaph","pronunciation":"saw-laf'","derivation":"a primitive root;","strongs_definition":"properly, to wrench, i.e. (figuratively) to subvert","kjv_definition":"overthrow, pervert."} +{"id":"H5558","strongs_number":"H5558","system":"hebrew","language":"hebrew","number_value":5558,"lemma":"סֶלֶף","transliteration":"çeleph","pronunciation":"seh'-lef","derivation":"from H5557 (סָלַף);","strongs_definition":"distortion, i.e. (figuratively) viciousness","kjv_definition":"perverseness."} +{"id":"H5559","strongs_number":"H5559","system":"hebrew","language":"hebrew","number_value":5559,"lemma":"סְלִק","transliteration":"çᵉliq","pronunciation":"sel-eek'","derivation":"(Aramaic) a primitive root;","strongs_definition":"to ascend","kjv_definition":"come (up)."} +{"id":"H5560","strongs_number":"H5560","system":"hebrew","language":"hebrew","number_value":5560,"lemma":"סֹלֶת","transliteration":"çôleth","pronunciation":"so'-leth","derivation":"from an unused root meaning to strip;","strongs_definition":"flour (as chipped off)","kjv_definition":"(fine) flour, meal."} +{"id":"H5561","strongs_number":"H5561","system":"hebrew","language":"hebrew","number_value":5561,"lemma":"סַם","transliteration":"çam","pronunciation":"sam","derivation":"from an unused root meaning to smell sweet;","strongs_definition":"an aroma","kjv_definition":"sweet (spice)."} +{"id":"H5562","strongs_number":"H5562","system":"hebrew","language":"hebrew","number_value":5562,"lemma":"סַמְגַּר נְבוֹ","transliteration":"Çamgar Nᵉbôw","pronunciation":"sam-gar' neb-o'","derivation":"of foreign origin;","strongs_definition":"Samgar-Nebo, a Babylonian general","kjv_definition":"Samgar-nebo."} +{"id":"H5563","strongs_number":"H5563","system":"hebrew","language":"hebrew","number_value":5563,"lemma":"סְמָדַר","transliteration":"çᵉmâdar","pronunciation":"sem-aw-dar'","derivation":"of uncertain derivation;","strongs_definition":"a vine blossom; used also adverbially, abloom","kjv_definition":"tender grape."} +{"id":"H5564","strongs_number":"H5564","system":"hebrew","language":"hebrew","number_value":5564,"lemma":"סָמַךְ","transliteration":"çâmak","pronunciation":"saw-mak'","derivation":"a primitive root;","strongs_definition":"to prop (literally or figuratively); reflexively, to lean upon or take hold of (in a favorable or unfavorable sense)","kjv_definition":"bear up, establish, (up-) hold, lay, lean, lie hard, put, rest self, set self, stand fast, stay (self), sustain."} +{"id":"H5565","strongs_number":"H5565","system":"hebrew","language":"hebrew","number_value":5565,"lemma":"סְמַכְיָהוּ","transliteration":"Çᵉmakyâhûw","pronunciation":"sem-ak-yaw'-hoo","derivation":"from H5564 (סָמַךְ) and H3050 (יָהּ); supported of Jah;","strongs_definition":"Semakjah, an Israelite","kjv_definition":"Semachiah."} +{"id":"H5566","strongs_number":"H5566","system":"hebrew","language":"hebrew","number_value":5566,"lemma":"סֶמֶל","transliteration":"çemel","pronunciation":"seh'-mel","derivation":"or סֵמֶל; from an unused root meaning to resemble;","strongs_definition":"a likeness","kjv_definition":"figure, idol, image."} +{"id":"H5567","strongs_number":"H5567","system":"hebrew","language":"hebrew","number_value":5567,"lemma":"סָמַן","transliteration":"çâman","pronunciation":"saw-man'","derivation":"a primitive root;","strongs_definition":"to designate","kjv_definition":"appointed."} +{"id":"H5568","strongs_number":"H5568","system":"hebrew","language":"hebrew","number_value":5568,"lemma":"סָמַר","transliteration":"çâmar","pronunciation":"saw-mar'","derivation":"a primitive root;","strongs_definition":"to be erect, i.e. bristle as hair","kjv_definition":"stand up, tremble."} +{"id":"H5569","strongs_number":"H5569","system":"hebrew","language":"hebrew","number_value":5569,"lemma":"סָמָר","transliteration":"çâmâr","pronunciation":"saw-mar'","derivation":"from H5568 (סָמַר);","strongs_definition":"bristling, i.e. shaggy","kjv_definition":"rough."} +{"id":"H5570","strongs_number":"H5570","system":"hebrew","language":"hebrew","number_value":5570,"lemma":"סְנָאָה","transliteration":"Çᵉnâʼâh","pronunciation":"sen-aw-aw'","derivation":"from an unused root meaning to prick; thorny;","strongs_definition":"Senaah, a place in Palestine","kjv_definition":"Senaah, Hassenaah (with the article)."} +{"id":"H5571","strongs_number":"H5571","system":"hebrew","language":"hebrew","number_value":5571,"lemma":"סַנְבַלַּט","transliteration":"Çanballaṭ","pronunciation":"san-bal-lat'","derivation":"of foreign origin;","strongs_definition":"Sanballat, a Persian satrap of Samaria","kjv_definition":"Sanballat."} +{"id":"H5572","strongs_number":"H5572","system":"hebrew","language":"hebrew","number_value":5572,"lemma":"סְנֶה","transliteration":"çᵉneh","pronunciation":"sen-eh'","derivation":"from an unused root meaning to prick;","strongs_definition":"a bramble","kjv_definition":"bush."} +{"id":"H5573","strongs_number":"H5573","system":"hebrew","language":"hebrew","number_value":5573,"lemma":"סֶנֶה","transliteration":"Çeneh","pronunciation":"seh-neh'","derivation":"the same as H5572 (סְנֶה); thorn;","strongs_definition":"Seneh, a crag in Palestine","kjv_definition":"Seneh."} +{"id":"H5574","strongs_number":"H5574","system":"hebrew","language":"hebrew","number_value":5574,"lemma":"סְנוּאָה","transliteration":"Çᵉnûwʼâh","pronunciation":"sen-oo-aw'","derivation":"or סְנֻאָה from the same as H5570 (סְנָאָה);","strongs_definition":"pointed; (used with the article as a proper name) Senuah, the name of two Israelites","kjv_definition":"Hasenuah (including the art), Senuah."} +{"id":"H5575","strongs_number":"H5575","system":"hebrew","language":"hebrew","number_value":5575,"lemma":"סַנְוֵר","transliteration":"çanvêr","pronunciation":"san-vare'","derivation":"of uncertain derivation;","strongs_definition":"(in plural) blindness","kjv_definition":"blindness."} +{"id":"H5576","strongs_number":"H5576","system":"hebrew","language":"hebrew","number_value":5576,"lemma":"סַנְחֵרִיב","transliteration":"Çanchêrîyb","pronunciation":"san-khay-reeb'","derivation":"of foreign origin;","strongs_definition":"Sancherib, an Assyrian king","kjv_definition":"Sennacherib."} +{"id":"H5577","strongs_number":"H5577","system":"hebrew","language":"hebrew","number_value":5577,"lemma":"סַנְסִן","transliteration":"çançin","pronunciation":"san-seen'","derivation":"from an unused root meaning to be pointed;","strongs_definition":"a twig (as tapering)","kjv_definition":"bough."} +{"id":"H5578","strongs_number":"H5578","system":"hebrew","language":"hebrew","number_value":5578,"lemma":"סַנְסַנָּה","transliteration":"Çançannâh","pronunciation":"san-san-naw'","derivation":"feminine of a form of H5577 (סַנְסִן); a bough;","strongs_definition":"Sansannah, a place in Palestine","kjv_definition":"Sansannah."} +{"id":"H5579","strongs_number":"H5579","system":"hebrew","language":"hebrew","number_value":5579,"lemma":"סְנַפִּיר","transliteration":"çᵉnappîyr","pronunciation":"sen-ap-peer'","derivation":"of uncertain derivation;","strongs_definition":"a fin (collectively)","kjv_definition":"fins."} +{"id":"H5580","strongs_number":"H5580","system":"hebrew","language":"hebrew","number_value":5580,"lemma":"סָס","transliteration":"çâç","pronunciation":"sawce","derivation":"from the same as H5483 (סוּס);","strongs_definition":"a moth (from the agility of the fly)","kjv_definition":"moth."} +{"id":"H5581","strongs_number":"H5581","system":"hebrew","language":"hebrew","number_value":5581,"lemma":"סִסְמַי","transliteration":"Çiçmay","pronunciation":"sis-mah'-ee","derivation":"of uncertain derivation;","strongs_definition":"Sismai, an Israelite","kjv_definition":"Sisamai."} +{"id":"H5582","strongs_number":"H5582","system":"hebrew","language":"hebrew","number_value":5582,"lemma":"סָעַד","transliteration":"çâʻad","pronunciation":"saw-ad'","derivation":"a primitive root;","strongs_definition":"to suport (mostly figurative)","kjv_definition":"comfort, establish, hold up, refresh self, strengthen, be upholden."} +{"id":"H5583","strongs_number":"H5583","system":"hebrew","language":"hebrew","number_value":5583,"lemma":"סְעַד","transliteration":"çᵉʻad","pronunciation":"seh-ad'","derivation":"(Aramaic) corresponding to H5582 (סָעַד);","strongs_definition":"to aid","kjv_definition":"helping."} +{"id":"H5584","strongs_number":"H5584","system":"hebrew","language":"hebrew","number_value":5584,"lemma":"סָעָה","transliteration":"çâʻâh","pronunciation":"saw-aw'","derivation":"a primitive root;","strongs_definition":"to rush","kjv_definition":"storm."} +{"id":"H5585","strongs_number":"H5585","system":"hebrew","language":"hebrew","number_value":5585,"lemma":"סָעִיף","transliteration":"çâʻîyph","pronunciation":"saw-eef'","derivation":"from H5586 (סָעַף);","strongs_definition":"a fissure (of rocks); also a bough (as subdivided)","kjv_definition":"(outmost) branch, clift, top."} +{"id":"H5586","strongs_number":"H5586","system":"hebrew","language":"hebrew","number_value":5586,"lemma":"סָעַף","transliteration":"çâʻaph","pronunciation":"saw-af'","derivation":"a primitive root; properly, to divide up; but used only as denominative from H5585 (סָעִיף),","strongs_definition":"to disbranch (a tree)","kjv_definition":"top."} +{"id":"H5587","strongs_number":"H5587","system":"hebrew","language":"hebrew","number_value":5587,"lemma":"סָעִף","transliteration":"çâʻiph","pronunciation":"saw-eef'","derivation":"or שָׂעִף; from H5586 (סָעַף);","strongs_definition":"divided (in mind), i.e. (abstractly) a sentiment","kjv_definition":"opinion."} +{"id":"H5588","strongs_number":"H5588","system":"hebrew","language":"hebrew","number_value":5588,"lemma":"סֵעֵף","transliteration":"çêʻêph","pronunciation":"say-afe'","derivation":"from H5586 (סָעַף);","strongs_definition":"divided (in mind), i.e. (concretely) a skeptic","kjv_definition":"thought."} +{"id":"H5589","strongs_number":"H5589","system":"hebrew","language":"hebrew","number_value":5589,"lemma":"סְעַפָּה","transliteration":"çᵉʻappâh","pronunciation":"seh-ap-paw'","derivation":"feminine of H5585 (סָעִיף);","strongs_definition":"a twig","kjv_definition":"bough, branch. Compare H5634 (סַרְעַפָּה)."} +{"id":"H5590","strongs_number":"H5590","system":"hebrew","language":"hebrew","number_value":5590,"lemma":"סָעַר","transliteration":"çâʻar","pronunciation":"saw-ar'","derivation":"a primitive root;","strongs_definition":"to rush upon; by implication, to toss (transitive or intransitive, literal or figurative)","kjv_definition":"be (toss with) tempest(-uous), be sore, troubled, come out as a (drive with the, scatter with a) whirlwind."} +{"id":"H5591","strongs_number":"H5591","system":"hebrew","language":"hebrew","number_value":5591,"lemma":"סַעַר","transliteration":"çaʻar","pronunciation":"sah'-ar","derivation":"or (feminine) סְעָרָה; from H5590 (סָעַר);","strongs_definition":"a hurricane","kjv_definition":"storm(-y), tempest, whirlwind."} +{"id":"H5592","strongs_number":"H5592","system":"hebrew","language":"hebrew","number_value":5592,"lemma":"סַף","transliteration":"çaph","pronunciation":"saf","derivation":"from H5605 (סָפַף), in its original sense of containing;","strongs_definition":"a vestibule (as a limit); also a dish (for holding blood or wine)","kjv_definition":"bason, bowl, cup, door (post), gate, post, threshold."} +{"id":"H5593","strongs_number":"H5593","system":"hebrew","language":"hebrew","number_value":5593,"lemma":"סַף","transliteration":"Çaph","pronunciation":"saf","derivation":"the same as H5592 (סַף);","strongs_definition":"Saph, a Philistine","kjv_definition":"Saph. Compare H5598 (סִפַּי)."} +{"id":"H5594","strongs_number":"H5594","system":"hebrew","language":"hebrew","number_value":5594,"lemma":"סָפַד","transliteration":"çâphad","pronunciation":"saw-fad'","derivation":"a primitive root;","strongs_definition":"properly, to tear the hair and beat the breasts (as Orientals do in grief); generally to lament; by implication, to wail","kjv_definition":"lament, mourn(-er), wail."} +{"id":"H5595","strongs_number":"H5595","system":"hebrew","language":"hebrew","number_value":5595,"lemma":"סָפָה","transliteration":"çâphâh","pronunciation":"saw-faw'","derivation":"a primitive root;","strongs_definition":"properly, to scrape (literally, to shave; but usually figuratively) together (i.e. to accumulate or increase) or away (i.e. to scatter, remove, or ruin; intransitively, to perish)","kjv_definition":"add, augment, consume, destroy, heap, join, perish, put."} +{"id":"H5596","strongs_number":"H5596","system":"hebrew","language":"hebrew","number_value":5596,"lemma":"סָפַח","transliteration":"çâphach","pronunciation":"saw-fakh'","derivation":"or שָׂפַח; (Isaiah 3:17), a primitive root;","strongs_definition":"properly, to scrape out, but in certain peculiar senses (of removal or association)","kjv_definition":"abiding, gather together, cleave, smite with the scab."} +{"id":"H5597","strongs_number":"H5597","system":"hebrew","language":"hebrew","number_value":5597,"lemma":"סַפַּחַת","transliteration":"çappachath","pronunciation":"sap-pakh'-ath","derivation":"from H5596 (סָפַח);","strongs_definition":"the mange (as making the hair fall off)","kjv_definition":"scab."} +{"id":"H5598","strongs_number":"H5598","system":"hebrew","language":"hebrew","number_value":5598,"lemma":"סִפַּי","transliteration":"Çippay","pronunciation":"sip-pah'-ee","derivation":"from H5592 (סַף); bason-like;","strongs_definition":"Sippai, a Philistine","kjv_definition":"Sippai. Compare H5593 (סַף)."} +{"id":"H5599","strongs_number":"H5599","system":"hebrew","language":"hebrew","number_value":5599,"lemma":"סָפִיחַ","transliteration":"çâphîyach","pronunciation":"saw-fee'-akh","derivation":"from H5596 (סָפַח);","strongs_definition":"something (spontaneously) falling off, i.e. a self-sown crop; figuratively, a freshet","kjv_definition":"(such) things as (which) grow (of themselves), which groweth of its own accord (itself)."} +{"id":"H5600","strongs_number":"H5600","system":"hebrew","language":"hebrew","number_value":5600,"lemma":"סְפִינָה","transliteration":"çᵉphîynâh","pronunciation":"sef-ee-naw'","derivation":"from H5603 (סָפַן);","strongs_definition":"a (sea-going) vessel (as ceiled with a deck)","kjv_definition":"ship."} +{"id":"H5601","strongs_number":"H5601","system":"hebrew","language":"hebrew","number_value":5601,"lemma":"סַפִּיר","transliteration":"çappîyr","pronunciation":"sap-peer'","derivation":"from H5608 (סָפַר);","strongs_definition":"a gem (perhaps used for scratching other substances), probably the sapphire","kjv_definition":"sapphire."} +{"id":"H5602","strongs_number":"H5602","system":"hebrew","language":"hebrew","number_value":5602,"lemma":"סֵפֶל","transliteration":"çêphel","pronunciation":"say'-fel","derivation":"from an unused root meaning to depress;","strongs_definition":"a basin (as deepened out)","kjv_definition":"bowl, dish."} +{"id":"H5603","strongs_number":"H5603","system":"hebrew","language":"hebrew","number_value":5603,"lemma":"סָפַן","transliteration":"çâphan","pronunciation":"saw-fan'","derivation":"a primitive root;","strongs_definition":"to hide by covering; specifically, to roof (passive participle as noun, a roof) or wainscot; figuratively, to reserve","kjv_definition":"cieled, cover, seated."} +{"id":"H5604","strongs_number":"H5604","system":"hebrew","language":"hebrew","number_value":5604,"lemma":"סִפֻּן","transliteration":"çippun","pronunciation":"sip-poon'","derivation":"from H5603 (סָפַן);","strongs_definition":"a wainscot","kjv_definition":"cieling."} +{"id":"H5605","strongs_number":"H5605","system":"hebrew","language":"hebrew","number_value":5605,"lemma":"סָפַף","transliteration":"çâphaph","pronunciation":"saw-faf'","derivation":"a primitive root; properly, to snatch away, i.e. terminate; but used only as denominative from H5592 (סַף) (in the sense of a vestibule),","strongs_definition":"to wait at the threshold","kjv_definition":"be a doorkeeper."} +{"id":"H5606","strongs_number":"H5606","system":"hebrew","language":"hebrew","number_value":5606,"lemma":"סָפַק","transliteration":"çâphaq","pronunciation":"saw-fak'","derivation":"or שָׂפַק; (1 Kings 20:10; Job 27:23; Isaiah 2:6), a primitive root;","strongs_definition":"to clap the hands (in token of compact, derision, grief, indignation, or punishment); by implication of satisfaction, to be enough; by implication of excess, to vomit","kjv_definition":"clap, smite, strike, suffice, wallow."} +{"id":"H5607","strongs_number":"H5607","system":"hebrew","language":"hebrew","number_value":5607,"lemma":"סֵפֶק","transliteration":"çêpheq","pronunciation":"say'-fek","derivation":"or שֶׂפֶק; (Job 20:22; Job 36:18), from H5606 (סָפַק);","strongs_definition":"chastisement; also satiety","kjv_definition":"stroke, sufficiency."} +{"id":"H5608","strongs_number":"H5608","system":"hebrew","language":"hebrew","number_value":5608,"lemma":"סָפַר","transliteration":"çâphar","pronunciation":"saw-far'","derivation":"a primitive root;","strongs_definition":"properly, to score with a mark as a tally or record, i.e. (by implication) to inscribe, and also to enumerate; intensively, to recount, i.e. celebrate","kjv_definition":"commune, (ac-) count; declare, number, [phrase] penknife, reckon, scribe, shew forth, speak, talk, tell (out), writer."} +{"id":"H5609","strongs_number":"H5609","system":"hebrew","language":"hebrew","number_value":5609,"lemma":"סְפַר","transliteration":"çᵉphar","pronunciation":"sef-ar'","derivation":"(Aramaic) from a root corresponding to H5608 (סָפַר);","strongs_definition":"a book","kjv_definition":"book, roll."} +{"id":"H5610","strongs_number":"H5610","system":"hebrew","language":"hebrew","number_value":5610,"lemma":"סְפָר","transliteration":"çᵉphâr","pronunciation":"sef-awr'","derivation":"from H5608 (סָפַר);","strongs_definition":"a census","kjv_definition":"numbering."} +{"id":"H5611","strongs_number":"H5611","system":"hebrew","language":"hebrew","number_value":5611,"lemma":"סְפָר","transliteration":"Çᵉphâr","pronunciation":"sef-awr'","derivation":"the same as H5610 (סְפָר);","strongs_definition":"Sephar, a place in Arabia","kjv_definition":"Sephar."} +{"id":"H5612","strongs_number":"H5612","system":"hebrew","language":"hebrew","number_value":5612,"lemma":"סֵפֶר","transliteration":"çêpher","pronunciation":"say'-fer","derivation":"or (feminine) סִפְרָה; (Psalm 56:8 (H9 (אֲבֵדָה))), from H5608 (סָפַר);","strongs_definition":"properly, writing (the art or a document); by implication, a book","kjv_definition":"bill, book, evidence, [idiom] learn(-ed) (-ing), letter, register, scroll."} +{"id":"H5613","strongs_number":"H5613","system":"hebrew","language":"hebrew","number_value":5613,"lemma":"סָפֵר","transliteration":"çâphêr","pronunciation":"saw-fare'","derivation":"(Aramaic) from the same as H5609 (סְפַר);","strongs_definition":"a scribe (secular or sacred)","kjv_definition":"scribe."} +{"id":"H5614","strongs_number":"H5614","system":"hebrew","language":"hebrew","number_value":5614,"lemma":"סְפָרָד","transliteration":"Çᵉphârâd","pronunciation":"sef-aw-rawd'","derivation":"of foreign derivation;","strongs_definition":"Sepharad, a region of Assyria","kjv_definition":"Sepharad."} +{"id":"H5615","strongs_number":"H5615","system":"hebrew","language":"hebrew","number_value":5615,"lemma":"סְפֹרָה","transliteration":"çᵉphôrâh","pronunciation":"sef-o-raw'","derivation":"from H5608 (סָפַר);","strongs_definition":"a numeration","kjv_definition":"number."} +{"id":"H5616","strongs_number":"H5616","system":"hebrew","language":"hebrew","number_value":5616,"lemma":"סְפַרְוִי","transliteration":"Çᵉpharvîy","pronunciation":"sef-ar-vee'","derivation":"patrial from H5617 (סְפַרְוַיִם);","strongs_definition":"a Sepharvite or inhabitant of Sepharvain","kjv_definition":"Sepharvite."} +{"id":"H5617","strongs_number":"H5617","system":"hebrew","language":"hebrew","number_value":5617,"lemma":"סְפַרְוַיִם","transliteration":"Çᵉpharvayim","pronunciation":"sef-ar-vah'-yim","derivation":"(dual)","strongs_definition":"Sepharvites","kjv_definition":null} +{"id":"H5618","strongs_number":"H5618","system":"hebrew","language":"hebrew","number_value":5618,"lemma":"סֹפֶרֶת","transliteration":"Çôphereth","pronunciation":"so-feh'-reth","derivation":"feminine active participle of H5608 (סָפַר); a scribe (properly, female);","strongs_definition":"Sophereth, a temple servant","kjv_definition":"Sophereth."} +{"id":"H5619","strongs_number":"H5619","system":"hebrew","language":"hebrew","number_value":5619,"lemma":"סָקַל","transliteration":"çâqal","pronunciation":"saw-kal'","derivation":"a primitive root;","strongs_definition":"properly, to be weighty; but used only in the sense of lapidation or its contrary (as if a delapidation)","kjv_definition":"(cast, gather out, throw) stone(-s), [idiom] surely."} +{"id":"H5620","strongs_number":"H5620","system":"hebrew","language":"hebrew","number_value":5620,"lemma":"סַר","transliteration":"çar","pronunciation":"sar","derivation":"contracted from H5637 (סָרַר);","strongs_definition":"peevish","kjv_definition":"heavy, sad."} +{"id":"H5621","strongs_number":"H5621","system":"hebrew","language":"hebrew","number_value":5621,"lemma":"סָרָב","transliteration":"çârâb","pronunciation":"saw-rawb'","derivation":"from an unused root meaning to sting;","strongs_definition":"a thistle","kjv_definition":"brier."} +{"id":"H5622","strongs_number":"H5622","system":"hebrew","language":"hebrew","number_value":5622,"lemma":"סַרְבַּל","transliteration":"çarbal","pronunciation":"sar-bal'","derivation":"(Aramaic) of uncertain derivation;","strongs_definition":"a cloak","kjv_definition":"coat."} +{"id":"H5623","strongs_number":"H5623","system":"hebrew","language":"hebrew","number_value":5623,"lemma":"סַרְגּוֹן","transliteration":"Çargôwn","pronunciation":"sar-gone'","derivation":"of foreign derivation;","strongs_definition":"Sargon, an Assyrian king","kjv_definition":"Sargon."} +{"id":"H5624","strongs_number":"H5624","system":"hebrew","language":"hebrew","number_value":5624,"lemma":"סֶרֶד","transliteration":"Çered","pronunciation":"seh'-red","derivation":"from a primitive root meaning to tremble; trembling;","strongs_definition":"Sered, an Israelite","kjv_definition":"Sered."} +{"id":"H5625","strongs_number":"H5625","system":"hebrew","language":"hebrew","number_value":5625,"lemma":"סַרְדִּי","transliteration":"Çardîy","pronunciation":"sar-dee'","derivation":"patron from H5624 (סֶרֶד);","strongs_definition":"a Seredite (collectively) or descendants of Sered","kjv_definition":"Sardites."} +{"id":"H5626","strongs_number":"H5626","system":"hebrew","language":"hebrew","number_value":5626,"lemma":"סִרָה","transliteration":"Çirâh","pronunciation":"see-raw'","derivation":"from H5493 (סוּר); departure;","strongs_definition":"Sirah, a cistern so-called","kjv_definition":"Sirah. See also H5518 (סִיר)."} +{"id":"H5627","strongs_number":"H5627","system":"hebrew","language":"hebrew","number_value":5627,"lemma":"סָרָה","transliteration":"çârâh","pronunciation":"saw-raw'","derivation":"from H5493 (סוּר);","strongs_definition":"apostasy, crime; figuratively, remission","kjv_definition":"[idiom] continual, rebellion, revolt(-ed), turn away, wrong."} +{"id":"H5628","strongs_number":"H5628","system":"hebrew","language":"hebrew","number_value":5628,"lemma":"סָרַח","transliteration":"çârach","pronunciation":"saw-rakh'","derivation":"a primitive root;","strongs_definition":"to extend (even to excess)","kjv_definition":"exceeding, hand, spread, stretch self, banish."} +{"id":"H5629","strongs_number":"H5629","system":"hebrew","language":"hebrew","number_value":5629,"lemma":"סֶרַח","transliteration":"çerach","pronunciation":"seh'-rakh","derivation":"from H5628 (סָרַח);","strongs_definition":"a redundancy","kjv_definition":"remnant."} +{"id":"H5630","strongs_number":"H5630","system":"hebrew","language":"hebrew","number_value":5630,"lemma":"סִרְיֹן","transliteration":"çiryôn","pronunciation":"sir-yone'","derivation":"for H8302 (שִׁרְיוֹן);","strongs_definition":"a coat of mail","kjv_definition":"brigandine."} +{"id":"H5631","strongs_number":"H5631","system":"hebrew","language":"hebrew","number_value":5631,"lemma":"סָרִיס","transliteration":"çârîyç","pronunciation":"saw-reece'","derivation":"or סָרִס; from an unused root meaning to castrate;","strongs_definition":"a eunuch; by implication, valet (especially of the female apartments), and thus, a minister of state","kjv_definition":"chamberlain, eunuch, officer. Compare H7249 (רַב־סָרִיס)."} +{"id":"H5632","strongs_number":"H5632","system":"hebrew","language":"hebrew","number_value":5632,"lemma":"סָרֵךְ","transliteration":"çârêk","pronunciation":"saw-rake'","derivation":"(Aramaic) of foreign origin;","strongs_definition":"an emir","kjv_definition":"president."} +{"id":"H5633","strongs_number":"H5633","system":"hebrew","language":"hebrew","number_value":5633,"lemma":"סֶרֶן","transliteration":"çeren","pronunciation":"seh'-ren","derivation":"from an unused root of uncertain meaning;","strongs_definition":"an axle; figuratively, a peer","kjv_definition":"lord, plate."} +{"id":"H5634","strongs_number":"H5634","system":"hebrew","language":"hebrew","number_value":5634,"lemma":"סַרְעַפָּה","transliteration":"çarʻappâh","pronunciation":"sar-ap-paw'","derivation":"for H5589 (סְעַפָּה);","strongs_definition":"a twig","kjv_definition":"bough."} +{"id":"H5635","strongs_number":"H5635","system":"hebrew","language":"hebrew","number_value":5635,"lemma":"סָרַף","transliteration":"çâraph","pronunciation":"saw-raf'","derivation":"a primitive root;","strongs_definition":"to cremate, i.e. to be (near) of kin (such being privileged to kindle the pyre)","kjv_definition":"burn."} +{"id":"H5636","strongs_number":"H5636","system":"hebrew","language":"hebrew","number_value":5636,"lemma":"סַרְפָּד","transliteration":"çarpâd","pronunciation":"sar-pawd'","derivation":"from H5635 (סָרַף);","strongs_definition":"a nettle (as stinging like a burn)","kjv_definition":"brier."} +{"id":"H5637","strongs_number":"H5637","system":"hebrew","language":"hebrew","number_value":5637,"lemma":"סָרַר","transliteration":"çârar","pronunciation":"saw-rar'","derivation":"a primitive root;","strongs_definition":"to turn away, i.e. (morally) be refractory","kjv_definition":"[idiom] away, backsliding, rebellious, revolter(-ing), slide back, stubborn, withdrew."} +{"id":"H5638","strongs_number":"H5638","system":"hebrew","language":"hebrew","number_value":5638,"lemma":"סְתָו","transliteration":"çᵉthâv","pronunciation":"seth-awv'","derivation":"from an unused root meaning to hide;","strongs_definition":"winter (as the dark season)","kjv_definition":"winter."} +{"id":"H5639","strongs_number":"H5639","system":"hebrew","language":"hebrew","number_value":5639,"lemma":"סְתוּר","transliteration":"Çᵉthûwr","pronunciation":"seth-oor'","derivation":"from H5641 (סָתַר); hidden;","strongs_definition":"Sethur, an Israelite","kjv_definition":"Sethur."} +{"id":"H5640","strongs_number":"H5640","system":"hebrew","language":"hebrew","number_value":5640,"lemma":"סָתַם","transliteration":"çâtham","pronunciation":"saw-tham'","derivation":"or שָׂתַם; (Numbers 24:15), a primitive root;","strongs_definition":"to stop up; by implication, to repair; figuratively, to keep secret","kjv_definition":"closed up, hidden, secret, shut out (up), stop."} +{"id":"H5641","strongs_number":"H5641","system":"hebrew","language":"hebrew","number_value":5641,"lemma":"סָתַר","transliteration":"çâthar","pronunciation":"saw-thar'","derivation":"a primitive root;","strongs_definition":"to hide (by covering), literally or figuratively","kjv_definition":"be absent, keep close, conceal, hide (self), (keep) secret, [idiom] surely."} +{"id":"H5642","strongs_number":"H5642","system":"hebrew","language":"hebrew","number_value":5642,"lemma":"סְתַר","transliteration":"çᵉthar","pronunciation":"seth-ar'","derivation":"(Aramaic) corresponding to H5641 (סָתַר);","strongs_definition":"to conceal; figuratively, to demolish","kjv_definition":"destroy, secret thing."} +{"id":"H5643","strongs_number":"H5643","system":"hebrew","language":"hebrew","number_value":5643,"lemma":"סֵתֶר","transliteration":"çêther","pronunciation":"say'-ther","derivation":"or (feminine) סִתְרָה; (Deuteronomy [32:38), from H5641 (סָתַר);","strongs_definition":"a cover (in a good or a bad, a literal or a figurative sense)","kjv_definition":"backbiting, covering, covert, [idiom] disguise(-th), hiding place, privily, protection, secret(-ly, place)."} +{"id":"H5644","strongs_number":"H5644","system":"hebrew","language":"hebrew","number_value":5644,"lemma":"סִתְרִי","transliteration":"Çithrîy","pronunciation":"sith-ree'","derivation":"from H5643 (סֵתֶר); protective;","strongs_definition":"Sithri, an Israelite,","kjv_definition":"Zithri. ["} +{"id":"H5645","strongs_number":"H5645","system":"hebrew","language":"hebrew","number_value":5645,"lemma":"עָב","transliteration":"ʻâb","pronunciation":"awb","derivation":"(masculine and feminine); from H5743 (עוּב);","strongs_definition":"properly, an envelope, i.e. darkness (or density, 2 Chronicles 4:17); specifically, a (scud) cloud; also a copse","kjv_definition":"clay, (thick) cloud, [idiom] thick, thicket. Compare H5672 (עֲבִי)."} +{"id":"H5646","strongs_number":"H5646","system":"hebrew","language":"hebrew","number_value":5646,"lemma":"עָב","transliteration":"ʻâb","pronunciation":"awb","derivation":"or עֹב; from an unused root meaning to cover; properly, equivalent to H5645 (עָב); but used only as an architectural term,","strongs_definition":"an architrave (as shading the pillars)","kjv_definition":"thick (beam, plant)."} +{"id":"H5647","strongs_number":"H5647","system":"hebrew","language":"hebrew","number_value":5647,"lemma":"עָבַד","transliteration":"ʻâbad","pronunciation":"aw-bad'","derivation":"a primitive root;","strongs_definition":"to work (in any sense); by implication, to serve, till, (causatively) enslave, etc.","kjv_definition":"[idiom] be, keep in bondage, be bondmen, bond-service, compel, do, dress, ear, execute, [phrase] husbandman, keep, labour(-ing man, bring to pass, (cause to, make to) serve(-ing, self), (be, become) servant(-s), do (use) service, till(-er), transgress (from margin), (set a) work, be wrought, worshipper,"} +{"id":"H5648","strongs_number":"H5648","system":"hebrew","language":"hebrew","number_value":5648,"lemma":"עֲבַד","transliteration":"ʻăbad","pronunciation":"ab-bad'","derivation":"(Aramaic) corresponding to H5647 (עָבַד);","strongs_definition":"to do, make, prepare, keep, etc.","kjv_definition":"[idiom] cut, do, execute, go on, make, move, work."} +{"id":"H5649","strongs_number":"H5649","system":"hebrew","language":"hebrew","number_value":5649,"lemma":"עֲבַד","transliteration":"ʻăbad","pronunciation":"ab-bad'","derivation":"(Aramaic) from H5648 (עֲבַד);","strongs_definition":"a servant","kjv_definition":"servant."} +{"id":"H5650","strongs_number":"H5650","system":"hebrew","language":"hebrew","number_value":5650,"lemma":"עֶבֶד","transliteration":"ʻebed","pronunciation":"eh'-bed","derivation":"from H5647 (עָבַד);","strongs_definition":"a servant","kjv_definition":"[idiom] bondage, bondman, (bond-) servant, (man-) servant."} +{"id":"H5651","strongs_number":"H5651","system":"hebrew","language":"hebrew","number_value":5651,"lemma":"עֶבֶד","transliteration":"ʻEbed","pronunciation":"eh'-bed","derivation":"the same as H5650 (עֶבֶד);","strongs_definition":"Ebed, the name of two Israelites","kjv_definition":"Ebed."} +{"id":"H5652","strongs_number":"H5652","system":"hebrew","language":"hebrew","number_value":5652,"lemma":"עֲבָד","transliteration":"ʻăbâd","pronunciation":"ab-awd'","derivation":"from H5647 (עָבַד);","strongs_definition":"a deed","kjv_definition":"work."} +{"id":"H5653","strongs_number":"H5653","system":"hebrew","language":"hebrew","number_value":5653,"lemma":"עַבְדָּא","transliteration":"ʻAbdâʼ","pronunciation":"ab-daw'","derivation":"from H5647 (עָבַד); work;","strongs_definition":"Abda, the name of two Israelites","kjv_definition":"Abda"} +{"id":"H5654","strongs_number":"H5654","system":"hebrew","language":"hebrew","number_value":5654,"lemma":"עֹבֵד אֱדוֹם","transliteration":"ʻÔbêd ʼĔdôwm","pronunciation":"o-bade' ed-ome'","derivation":"from the active participle of H5647 (עָבַד) and H123 (אֱדֹם); worker of Edom;","strongs_definition":"Obed-Edom, the name of five Israelites","kjv_definition":"Obed-edom."} +{"id":"H5655","strongs_number":"H5655","system":"hebrew","language":"hebrew","number_value":5655,"lemma":"עַבְדְּאֵל","transliteration":"ʻAbdᵉʼêl","pronunciation":"ab-deh-ale'","derivation":"from H5647 (עָבַד) and H410 (אֵל); serving God;","strongs_definition":"Abdeel, an Israelite","kjv_definition":"Abdeel. Compare H5661 (עַבְדִיאֵל)."} +{"id":"H5656","strongs_number":"H5656","system":"hebrew","language":"hebrew","number_value":5656,"lemma":"עֲבֹדָה","transliteration":"ʻăbôdâh","pronunciation":"ab-o-daw'","derivation":"or עֲבוֹדָה; from H5647 (עָבַד);","strongs_definition":"work of any kind","kjv_definition":"act, bondage, [phrase] bondservant, effect, labour, ministering(-try), office, service(-ile, -itude), tillage, use, work, [idiom] wrought."} +{"id":"H5657","strongs_number":"H5657","system":"hebrew","language":"hebrew","number_value":5657,"lemma":"עֲבֻדָּה","transliteration":"ʻăbuddâh","pronunciation":"ab-ood-daw'","derivation":"passive participle of H5647 (עָבַד);","strongs_definition":"something wrought, i.e. (concretely) service","kjv_definition":"household, store of servants."} +{"id":"H5658","strongs_number":"H5658","system":"hebrew","language":"hebrew","number_value":5658,"lemma":"עַבְדוֹן","transliteration":"ʻAbdôwn","pronunciation":"ab-dohn'","derivation":"from H5647 (עָבַד); servitude;","strongs_definition":"Abdon, the name of a place in Palestine and of four Israelites","kjv_definition":"Abdon. Compare H5683 (עֶבְרֹן)."} +{"id":"H5659","strongs_number":"H5659","system":"hebrew","language":"hebrew","number_value":5659,"lemma":"עַבְדוּת","transliteration":"ʻabdûwth","pronunciation":"ab-dooth'","derivation":"from H5647 (עָבַד);","strongs_definition":"servitude","kjv_definition":"bondage."} +{"id":"H5660","strongs_number":"H5660","system":"hebrew","language":"hebrew","number_value":5660,"lemma":"עַבְדִּי","transliteration":"ʻAbdîy","pronunciation":"ab-dee'","derivation":"from H5647 (עָבַד); serviceable;","strongs_definition":"Abdi, the name of two Israelites","kjv_definition":"Abdi."} +{"id":"H5661","strongs_number":"H5661","system":"hebrew","language":"hebrew","number_value":5661,"lemma":"עַבְדִיאֵל","transliteration":"ʻAbdîyʼêl","pronunciation":"ab-dee-ale'","derivation":"from H5650 (עֶבֶד) and H410 (אֵל); servant of God;","strongs_definition":"Abdiel, an Israelite","kjv_definition":"Abdiel. Compare H5655 (עַבְדְּאֵל)."} +{"id":"H5662","strongs_number":"H5662","system":"hebrew","language":"hebrew","number_value":5662,"lemma":"עֹבַדְיָה","transliteration":"ʻÔbadyâh","pronunciation":"o-bad-yaw'","derivation":"or עֹבַדְיָהוּ; active participle of H5647 (עָבַד) and H3050 (יָהּ); serving Jah;","strongs_definition":"Obadjah, the name of thirteen Israelites","kjv_definition":"Obadiah."} +{"id":"H5663","strongs_number":"H5663","system":"hebrew","language":"hebrew","number_value":5663,"lemma":"עֶבֶד מֶלֶךְ","transliteration":"ʻEbed Melek","pronunciation":"eh'-bed meh'-lek","derivation":"from H5650 (עֶבֶד) and H4428 (מֶלֶךְ); servant of a king;","strongs_definition":"Ebed-Melek, a eunuch of Zedekeah","kjv_definition":"Ebed-melech."} +{"id":"H5664","strongs_number":"H5664","system":"hebrew","language":"hebrew","number_value":5664,"lemma":"עֲבֵד נְגוֹ","transliteration":"ʻĂbêd Nᵉgôw","pronunciation":"ab-ade' neg-o'","derivation":"the same as H5665 (עֲבֵד נְגוֹא);","strongs_definition":"Abed-Nego, the Babylonian name of one of Daniel's companions","kjv_definition":"Abed-nego."} +{"id":"H5665","strongs_number":"H5665","system":"hebrew","language":"hebrew","number_value":5665,"lemma":"עֲבֵד נְגוֹא","transliteration":"ʻĂbêd Nᵉgôwʼ","pronunciation":"ab-ade' neg-o'","derivation":"(Aramaic) of foreign origin;","strongs_definition":"Abed-Nego, the name of Azariah","kjv_definition":"Abed-nego."} +{"id":"H5666","strongs_number":"H5666","system":"hebrew","language":"hebrew","number_value":5666,"lemma":"עָבָה","transliteration":"ʻâbâh","pronunciation":"aw-baw'","derivation":"a primitive root;","strongs_definition":"to be dense","kjv_definition":"be (grow) thick(-er)."} +{"id":"H5667","strongs_number":"H5667","system":"hebrew","language":"hebrew","number_value":5667,"lemma":"עֲבוֹט","transliteration":"ʻăbôwṭ","pronunciation":"ab-ote'","derivation":"or עֲבֹט; from H5670 (עָבַט);","strongs_definition":"a pawn","kjv_definition":"pledge."} +{"id":"H5668","strongs_number":"H5668","system":"hebrew","language":"hebrew","number_value":5668,"lemma":"עָבוּר","transliteration":"ʻâbûwr","pronunciation":"aw-boor'","derivation":"or עָבֻר; passive participle of H5674 (עָבַר);","strongs_definition":"properly, crossed, i.e. (abstractly) transit; used only adverbially, on account of, in order that","kjv_definition":"because of, for (...'s sake), (intent) that, to."} +{"id":"H5669","strongs_number":"H5669","system":"hebrew","language":"hebrew","number_value":5669,"lemma":"עָבוּר","transliteration":"ʻâbûwr","pronunciation":"aw-boor'","derivation":"the same as H5668 (עָבוּר);","strongs_definition":"passed, i.e. kept over; used only of stored grain","kjv_definition":"old corn."} +{"id":"H5670","strongs_number":"H5670","system":"hebrew","language":"hebrew","number_value":5670,"lemma":"עָבַט","transliteration":"ʻâbaṭ","pronunciation":"aw-bat'","derivation":"a primitive root;","strongs_definition":"to pawn; causatively, to lend (on security); figuratively, to entangle","kjv_definition":"borrow, break (ranks), fetch (a pledge), lend, [idiom] surely."} +{"id":"H5671","strongs_number":"H5671","system":"hebrew","language":"hebrew","number_value":5671,"lemma":"עַבְטִיט","transliteration":"ʻabṭîyṭ","pronunciation":"ab-teet'","derivation":"from H5670 (עָבַט);","strongs_definition":"something pledged, i.e. (collectively) pawned goods","kjv_definition":"thick clay (by a false etym.)."} +{"id":"H5672","strongs_number":"H5672","system":"hebrew","language":"hebrew","number_value":5672,"lemma":"עֲבִי","transliteration":"ʻăbîy","pronunciation":"ab-ee'","derivation":"or עֳבִי]; from H5666 (עָבָה);","strongs_definition":"density, i.e. depth or width","kjv_definition":"thick(-ness). Compare H5645 (עָב)."} +{"id":"H5673","strongs_number":"H5673","system":"hebrew","language":"hebrew","number_value":5673,"lemma":"עֲבִידָה","transliteration":"ʻăbîydâh","pronunciation":"ab-ee-daw'","derivation":"(Aramaic) from H5648 (עֲבַד);","strongs_definition":"labor or business","kjv_definition":"affairs, service, work."} +{"id":"H5674","strongs_number":"H5674","system":"hebrew","language":"hebrew","number_value":5674,"lemma":"עָבַר","transliteration":"ʻâbar","pronunciation":"aw-bar'","derivation":"a primitive root;","strongs_definition":"to cross over; used very widely of any transition (literal or figurative; transitive, intransitive, intensive, causative); specifically, to cover (in copulation)","kjv_definition":"alienate, alter, [idiom] at all, beyond, bring (over, through), carry over, (over-) come (on, over), conduct (over), convey over, current, deliver, do away, enter, escape, fail, gender, get over, (make) go (away, beyond, by, forth, his way, in, on, over, through), have away (more), lay, meddle, overrun, make partition, (cause to, give, make to, over) pass(-age, along, away, beyond, by, -enger, on, out, over, through), (cause to, make) [phrase] proclaim(-amation), perish, provoke to anger, put away, rage, [phrase] raiser of taxes, remove, send over, set apart, [phrase] shave, cause to (make) sound, [idiom] speedily, [idiom] sweet smelling, take (away), (make to) transgress(-or), translate, turn away, (way-) faring man, be wrath."} +{"id":"H5675","strongs_number":"H5675","system":"hebrew","language":"hebrew","number_value":5675,"lemma":"עֲבַר","transliteration":"ʻăbar","pronunciation":"ab-ar'","derivation":"(Aramaic) corresponding to H5676 (עֵבֶר)","strongs_definition":"{properly, a region across; but used only adverbially (with or without a preposition) on the opposite side (especially of the Jordan; ususally meaning the east)}","kjv_definition":"beyond, this side."} +{"id":"H5676","strongs_number":"H5676","system":"hebrew","language":"hebrew","number_value":5676,"lemma":"עֵבֶר","transliteration":"ʻêber","pronunciation":"ay'-ber","derivation":"from H5674 (עָבַר);","strongs_definition":"properly, a region across; but used only adverbially (with or without a preposition) on the opposite side (especially of the Jordan; ususally meaning the east)","kjv_definition":"[idiom] against, beyond, by, [idiom] from, over, passage, quarter, (other, this) side, straight."} +{"id":"H5677","strongs_number":"H5677","system":"hebrew","language":"hebrew","number_value":5677,"lemma":"עֵבֵר","transliteration":"ʻÊbêr","pronunciation":"ay'-ber","derivation":"the same as H5676 (עֵבֶר);","strongs_definition":"Eber, the name of two patriarchs and four Israelites","kjv_definition":"Eber, Heber."} +{"id":"H5678","strongs_number":"H5678","system":"hebrew","language":"hebrew","number_value":5678,"lemma":"עֶבְרָה","transliteration":"ʻebrâh","pronunciation":"eb-raw'","derivation":"feminine of H5676 (עֵבֶר);","strongs_definition":"an outburst of passion","kjv_definition":"anger, rage, wrath."} +{"id":"H5679","strongs_number":"H5679","system":"hebrew","language":"hebrew","number_value":5679,"lemma":"עֲבָרָה","transliteration":"ʻăbârâh","pronunciation":"ab-aw-raw'","derivation":"from H5674 (עָבַר);","strongs_definition":"a crossing-place","kjv_definition":"ferry, plain (from the margin)."} +{"id":"H5680","strongs_number":"H5680","system":"hebrew","language":"hebrew","number_value":5680,"lemma":"עִבְרִי","transliteration":"ʻIbrîy","pronunciation":"ib-ree'","derivation":"patronymic from H5677 (עֵבֵר);","strongs_definition":"an Eberite (i.e. Hebrew) or descendant of Eber","kjv_definition":"Hebrew(-ess, woman)."} +{"id":"H5681","strongs_number":"H5681","system":"hebrew","language":"hebrew","number_value":5681,"lemma":"עִבְרִי","transliteration":"ʻIbrîy","pronunciation":"ib-ree'","derivation":"the same as H5680 (עִבְרִי);","strongs_definition":"Ibri, an Israelite","kjv_definition":"Ibri."} +{"id":"H5682","strongs_number":"H5682","system":"hebrew","language":"hebrew","number_value":5682,"lemma":"עֲבָרִים","transliteration":"ʻĂbârîym","pronunciation":"ab-aw-reem'","derivation":"plural of H5676 (עֵבֶר); regions beyond;","strongs_definition":"Abarim, a place in Palestine","kjv_definition":"Abarim, passages."} +{"id":"H5683","strongs_number":"H5683","system":"hebrew","language":"hebrew","number_value":5683,"lemma":"עֶבְרֹן","transliteration":"ʻEbrôn","pronunciation":"eb-rone'","derivation":"from H5676 (עֵבֶר); transitional;","strongs_definition":"Ebron, a place in Palestine","kjv_definition":"Hebron. Perhaps a clerical error for H5658 (עַבְדוֹן)."} +{"id":"H5684","strongs_number":"H5684","system":"hebrew","language":"hebrew","number_value":5684,"lemma":"עֶבְרֹנָה","transliteration":"ʻEbrônâh","pronunciation":"eb-raw-naw'","derivation":"feminine of H5683 (עֶבְרֹן);","strongs_definition":"Ebronah, place in the Desert","kjv_definition":"Ebronah."} +{"id":"H5685","strongs_number":"H5685","system":"hebrew","language":"hebrew","number_value":5685,"lemma":"עָבַשׁ","transliteration":"ʻâbash","pronunciation":"aw-bash'","derivation":"a primitive root;","strongs_definition":"to dry up","kjv_definition":"be rotten."} +{"id":"H5686","strongs_number":"H5686","system":"hebrew","language":"hebrew","number_value":5686,"lemma":"עָבַת","transliteration":"ʻâbath","pronunciation":"aw-bath'","derivation":"a primitive root;","strongs_definition":"to interlace, i.e. (figuratively) to pervert","kjv_definition":"wrap up."} +{"id":"H5687","strongs_number":"H5687","system":"hebrew","language":"hebrew","number_value":5687,"lemma":"עָבֹת","transliteration":"ʻâbôth","pronunciation":"aw-both'","derivation":"or עָבוֹת; from H5686 (עָבַת);","strongs_definition":"intwined, i.e. dense","kjv_definition":"thick."} +{"id":"H5688","strongs_number":"H5688","system":"hebrew","language":"hebrew","number_value":5688,"lemma":"עֲבֹת","transliteration":"ʻăbôth","pronunciation":"ab-oth'","derivation":"or עֲבוֹת; or (feminine) עֲבֹתָה; the same as H5687 (עָבֹת);","strongs_definition":"something intwined, i.e. a string, wreath or foliage","kjv_definition":"band, cord, rope, thick bough (branch), wreathen (chain)."} +{"id":"H5689","strongs_number":"H5689","system":"hebrew","language":"hebrew","number_value":5689,"lemma":"עֲגַב","transliteration":"ʻăgab","pronunciation":"aw-gab'","derivation":"a primitive root;","strongs_definition":"to breathe after, i.e. to love (sensually)","kjv_definition":"dote, lover."} +{"id":"H5690","strongs_number":"H5690","system":"hebrew","language":"hebrew","number_value":5690,"lemma":"עֶגֶב","transliteration":"ʻegeb","pronunciation":"eh'-gheb","derivation":"from H5689 (עֲגַב);","strongs_definition":"love (concretely), i.e. amative words","kjv_definition":"much love, very lovely."} +{"id":"H5691","strongs_number":"H5691","system":"hebrew","language":"hebrew","number_value":5691,"lemma":"עֲגָבָה","transliteration":"ʻăgâbâh","pronunciation":"ag-aw-baw'","derivation":"from H5689 (עֲגַב);","strongs_definition":"love (abstractly), i.e. amorousness","kjv_definition":"inordinate love."} +{"id":"H5692","strongs_number":"H5692","system":"hebrew","language":"hebrew","number_value":5692,"lemma":"עֻגָּה","transliteration":"ʻuggâh","pronunciation":"oog-gaw'","derivation":"from H5746 (עוּג);","strongs_definition":"an ash-cake (as round)","kjv_definition":"cake (upon the hearth)."} +{"id":"H5693","strongs_number":"H5693","system":"hebrew","language":"hebrew","number_value":5693,"lemma":"עָגוּר","transliteration":"ʻâgûwr","pronunciation":"aw-goor'","derivation":"passive part (but with active sense) of an unused root meaning to twitter;","strongs_definition":"probably the swallow","kjv_definition":"swallow."} +{"id":"H5694","strongs_number":"H5694","system":"hebrew","language":"hebrew","number_value":5694,"lemma":"עָגִיל","transliteration":"ʻâgîyl","pronunciation":"aw-gheel'","derivation":"from the same as H5696 (עָגֹל);","strongs_definition":"something round, i.e. a ring (for the ears)","kjv_definition":"earring."} +{"id":"H5695","strongs_number":"H5695","system":"hebrew","language":"hebrew","number_value":5695,"lemma":"עֵגֶל","transliteration":"ʻêgel","pronunciation":"ay-ghel","derivation":"from the same as H5696 (עָגֹל);","strongs_definition":"a (male) calf (as frisking round), especially one nearly grown (i.e. a steer)","kjv_definition":"bullock, calf."} +{"id":"H5696","strongs_number":"H5696","system":"hebrew","language":"hebrew","number_value":5696,"lemma":"עָגֹל","transliteration":"ʻâgôl","pronunciation":"aw-gole'","derivation":"or עָגוֹל; from an unused root meaning to revolve,","strongs_definition":"circular","kjv_definition":"round."} +{"id":"H5697","strongs_number":"H5697","system":"hebrew","language":"hebrew","number_value":5697,"lemma":"עֶגְלָה","transliteration":"ʻeglâh","pronunciation":"eg-law'","derivation":"feminine of H5695 (עֵגֶל);","strongs_definition":"a (female) calf, especially one nearly grown (i.e. a heifer)","kjv_definition":"calf, cow, heifer."} +{"id":"H5698","strongs_number":"H5698","system":"hebrew","language":"hebrew","number_value":5698,"lemma":"עֶגְלָה","transliteration":"ʻEglâh","pronunciation":"eg-law'","derivation":"the same as H5697 (עֶגְלָה);","strongs_definition":"Eglah, a wife of David","kjv_definition":"Eglah."} +{"id":"H5699","strongs_number":"H5699","system":"hebrew","language":"hebrew","number_value":5699,"lemma":"עֲגָלָה","transliteration":"ʻăgâlâh","pronunciation":"ag-aw-law'","derivation":"from the same as H5696 (עָגֹל);","strongs_definition":"something revolving, i.e. a wheeled vehicle","kjv_definition":"cart, chariot, wagon"} +{"id":"H5700","strongs_number":"H5700","system":"hebrew","language":"hebrew","number_value":5700,"lemma":"עֶגְלוֹן","transliteration":"ʻEglôwn","pronunciation":"eg-lawn'","derivation":"from H5695 (עֵגֶל); vituline;","strongs_definition":"Eglon, the name of a place in Palestine and of a Moabitish king","kjv_definition":"Eglon."} +{"id":"H5701","strongs_number":"H5701","system":"hebrew","language":"hebrew","number_value":5701,"lemma":"עָגַם","transliteration":"ʻâgam","pronunciation":"aw-gam'","derivation":"a primitive root;","strongs_definition":"to be sad","kjv_definition":"grieve."} +{"id":"H5702","strongs_number":"H5702","system":"hebrew","language":"hebrew","number_value":5702,"lemma":"עָגַן","transliteration":"ʻâgan","pronunciation":"aw-gan'","derivation":"a primitive root;","strongs_definition":"to debar, i.e. from marriage","kjv_definition":"stay."} +{"id":"H5703","strongs_number":"H5703","system":"hebrew","language":"hebrew","number_value":5703,"lemma":"עַד","transliteration":"ʻad","pronunciation":"ad","derivation":"from H5710 (עָדָה);","strongs_definition":"properly, a (peremptory) terminus, i.e. (by implication) duration, in the sense of advance or perpetuity (substantially as a noun, either with or without a preposition)","kjv_definition":"eternity, ever(-lasting, -more), old, perpetually, [phrase] world without end."} +{"id":"H5704","strongs_number":"H5704","system":"hebrew","language":"hebrew","number_value":5704,"lemma":"עַד","transliteration":"ʻad","pronunciation":"ad","derivation":"properly, the same as H5703 (עַד) (used as a preposition, adverb or conjunction; especially with a preposition);","strongs_definition":"as far (or long, or much) as, whether of space (even unto) or time (during, while, until) or degree (equally with)","kjv_definition":"against, and, as, at, before, by (that), even (to), for(-asmuch as), (hither-) to, [phrase] how long, into, as long (much) as, (so) that, till, toward, until, when, while, ([phrase] as) yet."} +{"id":"H5705","strongs_number":"H5705","system":"hebrew","language":"hebrew","number_value":5705,"lemma":"עַד","transliteration":"ʻad","pronunciation":"ad","derivation":"(Aramaic) corresponding to H5704 (עַד)","strongs_definition":"{as far (or long, or much) as, whether of space (even unto) or time (during, while, until) or degree (equally with)}","kjv_definition":"[idiom] and, at, for, (hither-) to, on till, (un-) to, until, within."} +{"id":"H5706","strongs_number":"H5706","system":"hebrew","language":"hebrew","number_value":5706,"lemma":"עַד","transliteration":"ʻad","pronunciation":"ad","derivation":"the same as H5703 (עַד) in the sense of the aim of an attack;","strongs_definition":"booty","kjv_definition":"prey."} +{"id":"H5707","strongs_number":"H5707","system":"hebrew","language":"hebrew","number_value":5707,"lemma":"עֵד","transliteration":"ʻêd","pronunciation":"ayd","derivation":"contracted from H5749 (עוּד);","strongs_definition":"concretely, a witness; abstractly, testimony; specifically, a recorder, i.e. prince","kjv_definition":"witness."} +{"id":"H5708","strongs_number":"H5708","system":"hebrew","language":"hebrew","number_value":5708,"lemma":"עֵד","transliteration":"ʻêd","pronunciation":"ayd","derivation":"from an unused root meaning to set a period (compare H5710 (עָדָה), H5749 (עוּד));","strongs_definition":"the menstrual flux (as periodical); by implication (in plural) soiling","kjv_definition":"filthy."} +{"id":"H5709","strongs_number":"H5709","system":"hebrew","language":"hebrew","number_value":5709,"lemma":"עֲדָא","transliteration":"ʻădâʼ","pronunciation":"ad-aw'","derivation":"(Aramaic) or עֲדָה; (Aramaic), corresponding to H5710 (עָדָה)","strongs_definition":"{to advance, i.e. pass on or continue; causatively, to remove; specifically, to bedeck (i.e. bring an ornament upon)}","kjv_definition":"alter, depart, pass (away), remove, take (away)."} +{"id":"H5710","strongs_number":"H5710","system":"hebrew","language":"hebrew","number_value":5710,"lemma":"עָדָה","transliteration":"ʻâdâh","pronunciation":"aw-daw'","derivation":"a primitive root;","strongs_definition":"to advance, i.e. pass on or continue; causatively, to remove; specifically, to bedeck (i.e. bring an ornament upon)","kjv_definition":"adorn, deck (self), pass by, take away."} +{"id":"H5711","strongs_number":"H5711","system":"hebrew","language":"hebrew","number_value":5711,"lemma":"עָדָה","transliteration":"ʻÂdâh","pronunciation":"aw-daw'","derivation":"from H5710 (עָדָה); ornament;","strongs_definition":"Adah, the name of two women","kjv_definition":"Adah."} +{"id":"H5712","strongs_number":"H5712","system":"hebrew","language":"hebrew","number_value":5712,"lemma":"עֵדָה","transliteration":"ʻêdâh","pronunciation":"ay-daw'","derivation":"feminine of H5707 (עֵד) in the original sense of fixture;","strongs_definition":"a stated assemblage (specifically, a concourse, or generally, a family or crowd)","kjv_definition":"assembly, company, congregation, multitude, people, swarm. Compare H5713 (עֵדָה)."} +{"id":"H5713","strongs_number":"H5713","system":"hebrew","language":"hebrew","number_value":5713,"lemma":"עֵדָה","transliteration":"ʻêdâh","pronunciation":"ay-daw'","derivation":"feminine of H5707 (עֵד) in its techn. sense;","strongs_definition":"testimony","kjv_definition":"testimony, witness. Compare H5712 (עֵדָה)."} +{"id":"H5714","strongs_number":"H5714","system":"hebrew","language":"hebrew","number_value":5714,"lemma":"עִדּוֹ","transliteration":"ʻIddôw","pronunciation":"id-do'","derivation":"or עִדּוֹא; or עִדִּיא; from H5710 (עָדָה); timely;","strongs_definition":"Iddo (or Iddi), the name of five Israelites","kjv_definition":"Iddo. Compare H3035 (יִדּוֹ), H3260 (יֶעְדִּי)."} +{"id":"H5715","strongs_number":"H5715","system":"hebrew","language":"hebrew","number_value":5715,"lemma":"עֵדוּת","transliteration":"ʻêdûwth","pronunciation":"ay-dooth'","derivation":"feminine of H5707 (עֵד);","strongs_definition":"testimony","kjv_definition":"testimony, witness."} +{"id":"H5716","strongs_number":"H5716","system":"hebrew","language":"hebrew","number_value":5716,"lemma":"עֲדִי","transliteration":"ʻădîy","pronunciation":"ad-ee'","derivation":"from H5710 (עָדָה) in the sense of trappings;","strongs_definition":"finery; generally an outfit; specifically, a headstall","kjv_definition":"[idiom] excellent, mouth, ornament."} +{"id":"H5717","strongs_number":"H5717","system":"hebrew","language":"hebrew","number_value":5717,"lemma":"עֲדִיאֵל","transliteration":"ʻĂdîyʼêl","pronunciation":"ad-ee-ale'","derivation":"from H5716 (עֲדִי) and H410 (אֵל); ornament of God;","strongs_definition":"Adiel, the name of three Israelites","kjv_definition":"Adiel."} +{"id":"H5718","strongs_number":"H5718","system":"hebrew","language":"hebrew","number_value":5718,"lemma":"עֲדָיָה","transliteration":"ʻĂdâyâh","pronunciation":"ad-aw-yaw'","derivation":"or עֲדָיָהוּ; from H5710 (עָדָה) and H3050 (יָהּ); Jah has adorned;","strongs_definition":"Adajah, the name of eight Israelites","kjv_definition":"Adaiah."} +{"id":"H5719","strongs_number":"H5719","system":"hebrew","language":"hebrew","number_value":5719,"lemma":"עָדִין","transliteration":"ʻâdîyn","pronunciation":"aw-deen'","derivation":"from H5727 (עָדַן);","strongs_definition":"voluptuous","kjv_definition":"given to pleasures."} +{"id":"H5720","strongs_number":"H5720","system":"hebrew","language":"hebrew","number_value":5720,"lemma":"עָדִין","transliteration":"ʻÂdîyn","pronunciation":"aw-deen'","derivation":"the same as H5719 (עָדִין);","strongs_definition":"Adin, the name of two Israelites","kjv_definition":"Adin."} +{"id":"H5721","strongs_number":"H5721","system":"hebrew","language":"hebrew","number_value":5721,"lemma":"עֲדִינָא","transliteration":"ʻĂdîynâʼ","pronunciation":"ad-ee-naw'","derivation":"from H5719 (עָדִין); effeminacy;","strongs_definition":"Adina, an Israelite","kjv_definition":"Adina."} +{"id":"H5722","strongs_number":"H5722","system":"hebrew","language":"hebrew","number_value":5722,"lemma":"עֲדִינוֹ","transliteration":"ʻădîynôw","pronunciation":"ad-ee-no'","derivation":"probably from H5719 (עָדִין) in the original sense of slender (i.e. a spear);","strongs_definition":"his spear","kjv_definition":"Adino."} +{"id":"H5723","strongs_number":"H5723","system":"hebrew","language":"hebrew","number_value":5723,"lemma":"עֲדִיתַיִם","transliteration":"ʻĂdîythayim","pronunciation":"ad-ee-thah'-yim","derivation":"dual of a feminine of H5706 (עַד); double prey;","strongs_definition":"Adithajim, a place in Palestine","kjv_definition":"Adithaim."} +{"id":"H5724","strongs_number":"H5724","system":"hebrew","language":"hebrew","number_value":5724,"lemma":"עַדְלַי","transliteration":"ʻAdlay","pronunciation":"ad-lah'-ee","derivation":"probably from an unused root of uncertain meaning;","strongs_definition":"Adlai, an Israelite","kjv_definition":"Adlai."} +{"id":"H5725","strongs_number":"H5725","system":"hebrew","language":"hebrew","number_value":5725,"lemma":"עֲדֻלָּם","transliteration":"ʻĂdullâm","pronunciation":"ad-ool-lawm'","derivation":"probably from the passive participle of the same as H5724 (עַדְלַי);","strongs_definition":"Adullam, a place in Palestine","kjv_definition":"Adullam."} +{"id":"H5726","strongs_number":"H5726","system":"hebrew","language":"hebrew","number_value":5726,"lemma":"עֲדֻלָּמִי","transliteration":"ʻĂdullâmîy","pronunciation":"ad-ool-law-mee'","derivation":"patrial from H5725 (עֲדֻלָּם);","strongs_definition":"an Adullamite or native of Adullam","kjv_definition":"Adullamite."} +{"id":"H5727","strongs_number":"H5727","system":"hebrew","language":"hebrew","number_value":5727,"lemma":"עָדַן","transliteration":"ʻâdan","pronunciation":"aw-dan'","derivation":"a primitive root;","strongs_definition":"to be soft or pleasant; figuratively and reflexively, to live voluptuously","kjv_definition":"delight self."} +{"id":"H5728","strongs_number":"H5728","system":"hebrew","language":"hebrew","number_value":5728,"lemma":"עֲדֶן","transliteration":"ʻăden","pronunciation":"ad-en'","derivation":"or עֲדֶנָּה; from H5704 (עַד) and H2004 (הֵן);","strongs_definition":"till now","kjv_definition":"yet."} +{"id":"H5729","strongs_number":"H5729","system":"hebrew","language":"hebrew","number_value":5729,"lemma":"עֶדֶן","transliteration":"ʻEden","pronunciation":"eh'-den","derivation":"from H5727 (עָדַן); pleasure;","strongs_definition":"Eden, a place in Mesopotamia","kjv_definition":"Eden."} +{"id":"H5730","strongs_number":"H5730","system":"hebrew","language":"hebrew","number_value":5730,"lemma":"עֵדֶן","transliteration":"ʻêden","pronunciation":"ay'-den","derivation":"or (feminine) עֶדְנָה; from H5727 (עָדַן);","strongs_definition":"pleasure","kjv_definition":"delicate, delight, pleasure. See also H1040 (בֵּית עֵדֶן)."} +{"id":"H5731","strongs_number":"H5731","system":"hebrew","language":"hebrew","number_value":5731,"lemma":"עֵדֶן","transliteration":"ʻÊden","pronunciation":"ay'-den","derivation":"the same as H5730 (עֵדֶן) (masculine);","strongs_definition":"Eden, the region of Adam's home","kjv_definition":"Eden."} +{"id":"H5732","strongs_number":"H5732","system":"hebrew","language":"hebrew","number_value":5732,"lemma":"עִדָּן","transliteration":"ʻiddân","pronunciation":"id-dawn'","derivation":"(Aramaic) from a root corresponding to that of H5708 (עֵד);","strongs_definition":"a set time; technically, a year","kjv_definition":"time."} +{"id":"H5733","strongs_number":"H5733","system":"hebrew","language":"hebrew","number_value":5733,"lemma":"עַדְנָא","transliteration":"ʻAdnâʼ","pronunciation":"ad-naw'","derivation":"from H5727 (עָדַן); pleasure;","strongs_definition":"Adna, the name of two Israelites","kjv_definition":"Adna."} +{"id":"H5734","strongs_number":"H5734","system":"hebrew","language":"hebrew","number_value":5734,"lemma":"עַדְנָה","transliteration":"ʻAdnâh","pronunciation":"ad-naw'","derivation":"from H5727 (עָדַן); pleasure;","strongs_definition":"Adnah, the name of two Israelites","kjv_definition":"Adnah."} +{"id":"H5735","strongs_number":"H5735","system":"hebrew","language":"hebrew","number_value":5735,"lemma":"עֲדְעָדָה","transliteration":"ʻĂdʻâdâh","pronunciation":"ad-aw-daw'","derivation":"from H5712 (עֵדָה); festival;","strongs_definition":"Adadah, a place in Palestine","kjv_definition":"Adadah."} +{"id":"H5736","strongs_number":"H5736","system":"hebrew","language":"hebrew","number_value":5736,"lemma":"עֲדַף","transliteration":"ʻădaph","pronunciation":"aw-daf'","derivation":"a primitive root;","strongs_definition":"to be (causatively, have) redundant","kjv_definition":"be more, odd number, be (have) over (and above), overplus, remain."} +{"id":"H5737","strongs_number":"H5737","system":"hebrew","language":"hebrew","number_value":5737,"lemma":"עֲדַר","transliteration":"ʻădar","pronunciation":"aw-dar'","derivation":"a primitive root;","strongs_definition":"to arrange as a battle, a vineyard (to hoe); hence, to muster and so to miss (or find wanting)","kjv_definition":"dig, fail, keep (rank), lack."} +{"id":"H5738","strongs_number":"H5738","system":"hebrew","language":"hebrew","number_value":5738,"lemma":"עֶדֶר","transliteration":"ʻEder","pronunciation":"eh'-der","derivation":"from H5737 (עֲדַר); an arrangement (i.e. drove);","strongs_definition":"Eder, an Israelite","kjv_definition":"Ader."} +{"id":"H5739","strongs_number":"H5739","system":"hebrew","language":"hebrew","number_value":5739,"lemma":"עֵדֶר","transliteration":"ʻêder","pronunciation":"ay'-der","derivation":"from H5737 (עֲדַר);","strongs_definition":"an arrangement, i.e. muster (of animals)","kjv_definition":"drove, flock, herd."} +{"id":"H5740","strongs_number":"H5740","system":"hebrew","language":"hebrew","number_value":5740,"lemma":"עֵדֶר","transliteration":"ʻÊder","pronunciation":"ay'-der","derivation":"the same as H5739 (עֵדֶר);","strongs_definition":"Eder, the name of an Israelite and of two places in Palestine","kjv_definition":"Edar, Eder."} +{"id":"H5741","strongs_number":"H5741","system":"hebrew","language":"hebrew","number_value":5741,"lemma":"עַדְרִיאֵל","transliteration":"ʻAdrîyʼêl","pronunciation":"ad-ree-ale'","derivation":"from H5739 (עֵדֶר) and H410 (אֵל); flock of God;","strongs_definition":"Adriel, an Israelite","kjv_definition":"Adriel."} +{"id":"H5742","strongs_number":"H5742","system":"hebrew","language":"hebrew","number_value":5742,"lemma":"עָדָשׁ","transliteration":"ʻâdâsh","pronunciation":"aw-dawsh'","derivation":"from an unused root of uncertain meaning;","strongs_definition":"a lentil","kjv_definition":"lentile."} +{"id":"H5743","strongs_number":"H5743","system":"hebrew","language":"hebrew","number_value":5743,"lemma":"עוּב","transliteration":"ʻûwb","pronunciation":"oob","derivation":"a primitive root;","strongs_definition":"to be dense or dark, i.e. to becloud","kjv_definition":"cover with a cloud."} +{"id":"H5744","strongs_number":"H5744","system":"hebrew","language":"hebrew","number_value":5744,"lemma":"עוֹבֵד","transliteration":"ʻÔwbêd","pronunciation":"o-bade'","derivation":"active participle of H5647 (עָבַד); serving;","strongs_definition":"Obed, the name of five Israelites","kjv_definition":"Obed."} +{"id":"H5745","strongs_number":"H5745","system":"hebrew","language":"hebrew","number_value":5745,"lemma":"עוֹבָל","transliteration":"ʻÔwbâl","pronunciation":"o-bawl'","derivation":"of foreign derivation;","strongs_definition":"Obal, a son of Joktan","kjv_definition":"Obal."} +{"id":"H5746","strongs_number":"H5746","system":"hebrew","language":"hebrew","number_value":5746,"lemma":"עוּג","transliteration":"ʻûwg","pronunciation":"oog","derivation":"a primitive root; properly, to gyrate; but used only as a denominative from H5692 (עֻגָּה),","strongs_definition":"to bake (round cakes on the hearth)","kjv_definition":"bake."} +{"id":"H5747","strongs_number":"H5747","system":"hebrew","language":"hebrew","number_value":5747,"lemma":"עוֹג","transliteration":"ʻÔwg","pronunciation":"ogue","derivation":"probably from H5746 (עוּג); round;","strongs_definition":"Og, a king of Bashan","kjv_definition":"Og."} +{"id":"H5748","strongs_number":"H5748","system":"hebrew","language":"hebrew","number_value":5748,"lemma":"עוּגָב","transliteration":"ʻûwgâb","pronunciation":"oo-gawb'","derivation":"or עֻגָּב; from H5689 (עֲגַב) in the original sense of breathing;","strongs_definition":"a reed-instrument of music","kjv_definition":"organ."} +{"id":"H5749","strongs_number":"H5749","system":"hebrew","language":"hebrew","number_value":5749,"lemma":"עוּד","transliteration":"ʻûwd","pronunciation":"ood","derivation":"a primitive root;","strongs_definition":"to duplicate or repeat; by implication, to protest, testify (as by reiteration); intensively, to encompass, restore (as a sort of reduplication)","kjv_definition":"admonish, charge, earnestly, lift up, protest, call (take) to record, relieve, rob, solemnly, stand upright, testify, give warning, (bear, call to, give, take to) witness."} +{"id":"H5750","strongs_number":"H5750","system":"hebrew","language":"hebrew","number_value":5750,"lemma":"עוֹד","transliteration":"ʻôwd","pronunciation":"ode","derivation":"or עֹד; from H5749 (עוּד);","strongs_definition":"properly, iteration or continuance; used only adverbially (with or without preposition), again, repeatedly, still, more","kjv_definition":"again, [idiom] all life long, at all, besides, but, else, further(-more), henceforth, (any) longer, (any) more(-over), [idiom] once, since, (be) still, when, (good, the) while (having being), (as, because, whether, while) yet (within)."} +{"id":"H5751","strongs_number":"H5751","system":"hebrew","language":"hebrew","number_value":5751,"lemma":"עוֹד","transliteration":"ʻôwd","pronunciation":"ode","derivation":"(Aramaic) corresponding to H5750 (עוֹד)","strongs_definition":"{properly, iteration or continuance; used only adverbially (with or without preposition), again, repeatedly, still, more}","kjv_definition":"while."} +{"id":"H5752","strongs_number":"H5752","system":"hebrew","language":"hebrew","number_value":5752,"lemma":"עוֹדֵד","transliteration":"ʻÔwdêd","pronunciation":"o-dade'","derivation":"or עֹדֵד; from H5749 (עוּד); reiteration;","strongs_definition":"Oded, the name of two Israelites","kjv_definition":"Oded."} +{"id":"H5753","strongs_number":"H5753","system":"hebrew","language":"hebrew","number_value":5753,"lemma":"עָוָה","transliteration":"ʻâvâh","pronunciation":"aw-vaw'","derivation":"a primitive root;","strongs_definition":"to crook, literally or figuratively","kjv_definition":"do amiss, bow down, make crooked, commit iniquity, pervert, (do) perverse(-ly), trouble, [idiom] turn, do wickedly, do wrong."} +{"id":"H5754","strongs_number":"H5754","system":"hebrew","language":"hebrew","number_value":5754,"lemma":"עַוָּה","transliteration":"ʻavvâh","pronunciation":"av-vaw'","derivation":"intensive from H5753 (עָוָה) abbreviated;","strongs_definition":"overthrow","kjv_definition":"[idiom] overturn."} +{"id":"H5755","strongs_number":"H5755","system":"hebrew","language":"hebrew","number_value":5755,"lemma":"עִוָּה","transliteration":"ʻIvvâh","pronunciation":"iv-vaw'","derivation":"or עַוָּא; (2 Kings 17:24), for H5754 (עַוָּה);","strongs_definition":"Ivvah or Avva, a region of Assyria","kjv_definition":"Ava, Ivah."} +{"id":"H5756","strongs_number":"H5756","system":"hebrew","language":"hebrew","number_value":5756,"lemma":"עוּז","transliteration":"ʻûwz","pronunciation":"ooz","derivation":"a primitive root;","strongs_definition":"to be strong; causatively, to stregthen, i.e. (figuratively) to save (by flight)","kjv_definition":"gather (self, self to flee), retire."} +{"id":"H5757","strongs_number":"H5757","system":"hebrew","language":"hebrew","number_value":5757,"lemma":"עַוִּי","transliteration":"ʻAvvîy","pronunciation":"av-vee'","derivation":"patrial from H5755 (עִוָּה);","strongs_definition":"an Avvite or native of Avvah (only plural)","kjv_definition":"Avims, Avites."} +{"id":"H5758","strongs_number":"H5758","system":"hebrew","language":"hebrew","number_value":5758,"lemma":"עִוְיָא","transliteration":"ʻivyâʼ","pronunciation":"iv-yaw'","derivation":"(Aramaic) from a root corresponding to H5753 (עָוָה);","strongs_definition":"perverseness","kjv_definition":"iniquity."} +{"id":"H5759","strongs_number":"H5759","system":"hebrew","language":"hebrew","number_value":5759,"lemma":"עֲוִיל","transliteration":"ʻăvîyl","pronunciation":"av-eel'","derivation":"from H5764 (עוּל);","strongs_definition":"a babe","kjv_definition":"young child, little one."} +{"id":"H5760","strongs_number":"H5760","system":"hebrew","language":"hebrew","number_value":5760,"lemma":"עֲוִיל","transliteration":"ʻăvîyl","pronunciation":"av-eel'","derivation":"from H5765 (עֲוַל);","strongs_definition":"perverse (morally)","kjv_definition":"ungodly."} +{"id":"H5761","strongs_number":"H5761","system":"hebrew","language":"hebrew","number_value":5761,"lemma":"עַוִּים","transliteration":"ʻAvvîym","pronunciation":"av-veem'","derivation":"plural of H5757 (עַוִּי);","strongs_definition":"Avvim (as inhabited by Avvites), a place in Palestine (with the article prefix)","kjv_definition":"Avim."} +{"id":"H5762","strongs_number":"H5762","system":"hebrew","language":"hebrew","number_value":5762,"lemma":"עֲוִית","transliteration":"ʻĂvîyth","pronunciation":"av-veeth'","derivation":"or perhaps (עַיּוֹת (as if plural of H5857 (עַי)) (עַיוּת; from H5753 (עָוָה); ruin;","strongs_definition":"Avvith (or Avvoth), a place in Palestine","kjv_definition":"Avith."} +{"id":"H5763","strongs_number":"H5763","system":"hebrew","language":"hebrew","number_value":5763,"lemma":"עוּל","transliteration":"ʻûwl","pronunciation":"ool","derivation":"a primitive root;","strongs_definition":"to suckle, i.e. give milk","kjv_definition":"milch, (ewe great) with young."} +{"id":"H5764","strongs_number":"H5764","system":"hebrew","language":"hebrew","number_value":5764,"lemma":"עוּל","transliteration":"ʻûwl","pronunciation":"ool","derivation":"from H5763 (עוּל);","strongs_definition":"a babe","kjv_definition":"sucking child, infant."} +{"id":"H5765","strongs_number":"H5765","system":"hebrew","language":"hebrew","number_value":5765,"lemma":"עֲוַל","transliteration":"ʻăval","pronunciation":"aw-val'","derivation":"a primitive root;","strongs_definition":"to distort (morally)","kjv_definition":"deal unjustly, unrighteous."} +{"id":"H5766","strongs_number":"H5766","system":"hebrew","language":"hebrew","number_value":5766,"lemma":"עֶוֶל","transliteration":"ʻevel","pronunciation":"eh'-vel","derivation":"or עָוֶל; and (feminine) עַוְלָה; or עוֹלָה; or עֹלָה; from H5765 (עֲוַל);","strongs_definition":"(moral) evil","kjv_definition":"iniquity, perverseness, unjust(-ly), unrighteousness(-ly); wicked(-ness)."} +{"id":"H5767","strongs_number":"H5767","system":"hebrew","language":"hebrew","number_value":5767,"lemma":"עַוָּל","transliteration":"ʻavvâl","pronunciation":"av-vawl'","derivation":"intensive from H5765 (עֲוַל);","strongs_definition":"evil (morally)","kjv_definition":"unjust, unrighteous, wicked."} +{"id":"H5768","strongs_number":"H5768","system":"hebrew","language":"hebrew","number_value":5768,"lemma":"עוֹלֵל","transliteration":"ʻôwlêl","pronunciation":"o-lale'","derivation":"or עֹלָל; from H5763 (עוּל);","strongs_definition":"a suckling","kjv_definition":"babe, (young) child, infant, little one."} +{"id":"H5769","strongs_number":"H5769","system":"hebrew","language":"hebrew","number_value":5769,"lemma":"עוֹלָם","transliteration":"ʻôwlâm","pronunciation":"o-lawm'","derivation":"or עֹלָם; from H5956 (עָלַם);","strongs_definition":"properly, concealed, i.e. the vanishing point; generally, time out of mind (past or future), i.e. (practically) eternity; frequentatively, adverbial (especially with prepositional prefix) always","kjv_definition":"alway(-s), ancient (time), any more, continuance, eternal, (for, (n-)) ever(-lasting, -more, of old), lasting, long (time), (of) old (time), perpetual, at any time, (beginning of the) world ([phrase] without end). Compare H5331 (נֶצַח), H5703 (עַד)."} +{"id":"H5770","strongs_number":"H5770","system":"hebrew","language":"hebrew","number_value":5770,"lemma":"עָוַן","transliteration":"ʻâvan","pronunciation":"aw-van'","derivation":"denominative from H5869 (עַיִן);","strongs_definition":"to watch (with jealosy)","kjv_definition":"eye."} +{"id":"H5771","strongs_number":"H5771","system":"hebrew","language":"hebrew","number_value":5771,"lemma":"עָוֺן","transliteration":"ʻâvôn","pronunciation":"aw-vone'","derivation":"or עָווֹן; (2 Kings 7:9; Psalm 51:5 (H7 (אֲבַד))), from H5753 (עָוָה);","strongs_definition":"perversity, i.e. (moral) evil","kjv_definition":"fault, iniquity, mischeif, punishment (of iniquity), sin."} +{"id":"H5772","strongs_number":"H5772","system":"hebrew","language":"hebrew","number_value":5772,"lemma":"עוֹנָה","transliteration":"ʻôwnâh","pronunciation":"o-naw'","derivation":"from an unused root apparently meaning to dwell together;","strongs_definition":"sexual (cohabitation)","kjv_definition":"duty of marriage."} +{"id":"H5773","strongs_number":"H5773","system":"hebrew","language":"hebrew","number_value":5773,"lemma":"עַוְעֶה","transliteration":"ʻavʻeh","pronunciation":"av-eh'","derivation":"from H5753 (עָוָה);","strongs_definition":"perversity","kjv_definition":"[idiom] perverse."} +{"id":"H5774","strongs_number":"H5774","system":"hebrew","language":"hebrew","number_value":5774,"lemma":"עוּף","transliteration":"ʻûwph","pronunciation":"oof","derivation":"a primitive root; to cover (with wings or obscurity); hence (as denominative from H5775 (עוֹף))","strongs_definition":"to fly; also (by implication of dimness) to faint (from the darkness of swooning)","kjv_definition":"brandish, be (wax) faint, flee away, fly (away), [idiom] set, shine forth, weary."} +{"id":"H5775","strongs_number":"H5775","system":"hebrew","language":"hebrew","number_value":5775,"lemma":"עוֹף","transliteration":"ʻôwph","pronunciation":"ofe","derivation":"from H5774 (עוּף);","strongs_definition":"a bird (as covered with feathers, or rather as covering with wings), often collectively","kjv_definition":"bird, that flieth, flying, fowl."} +{"id":"H5776","strongs_number":"H5776","system":"hebrew","language":"hebrew","number_value":5776,"lemma":"עוֹף","transliteration":"ʻôwph","pronunciation":"ofe","derivation":"(Aramaic) corresponding to H5775 (עוֹף)","strongs_definition":"{a bird (as covered with feathers, or rather as covering with wings), often collectively}","kjv_definition":"fowl."} +{"id":"H5777","strongs_number":"H5777","system":"hebrew","language":"hebrew","number_value":5777,"lemma":"עוֹפֶרֶת","transliteration":"ʻôwphereth","pronunciation":"o-feh'-reth","derivation":"or עֹפֶרֶת; feminine participle active of H6080 (עָפַר);","strongs_definition":"lead (from its dusty color)","kjv_definition":"lead."} +{"id":"H5778","strongs_number":"H5778","system":"hebrew","language":"hebrew","number_value":5778,"lemma":"עוֹפַי","transliteration":"ʻÔwphay","pronunciation":"o-fah'-ee","derivation":"from H5775 (עוֹף); birdlike;","strongs_definition":"Ephai, an Israelite","kjv_definition":"Ephai (from margin)."} +{"id":"H5779","strongs_number":"H5779","system":"hebrew","language":"hebrew","number_value":5779,"lemma":"עוּץ","transliteration":"ʻûwts","pronunciation":"oots","derivation":"a primitive root;","strongs_definition":"to consult","kjv_definition":"take advice ((counsel) together)."} +{"id":"H5780","strongs_number":"H5780","system":"hebrew","language":"hebrew","number_value":5780,"lemma":"עוּץ","transliteration":"ʻÛwts","pronunciation":"oots","derivation":"apparently from H5779 (עוּץ); consultation;","strongs_definition":"Uts, a son of Aram, also a Seirite, and the regions settled by them.","kjv_definition":"Uz."} +{"id":"H5781","strongs_number":"H5781","system":"hebrew","language":"hebrew","number_value":5781,"lemma":"עוּק","transliteration":"ʻûwq","pronunciation":"ook","derivation":"a primitive root;","strongs_definition":"to pack","kjv_definition":"be pressed."} +{"id":"H5782","strongs_number":"H5782","system":"hebrew","language":"hebrew","number_value":5782,"lemma":"עוּר","transliteration":"ʻûwr","pronunciation":"oor","derivation":"a primitive root (rather identical with through the idea of opening the eyes);","strongs_definition":"to wake (literally or figuratively)","kjv_definition":"(a-) wake(-n, up), lift up (self), [idiom] master, raise (up), stir up (self)."} +{"id":"H5783","strongs_number":"H5783","system":"hebrew","language":"hebrew","number_value":5783,"lemma":"עוּר","transliteration":"ʻûwr","pronunciation":"oor","derivation":"a primitive root;","strongs_definition":"to (be) bare","kjv_definition":"be made naked."} +{"id":"H5784","strongs_number":"H5784","system":"hebrew","language":"hebrew","number_value":5784,"lemma":"עוּר","transliteration":"ʻûwr","pronunciation":"oor","derivation":"(Aramaic)","strongs_definition":"chaff (as the naked husk)","kjv_definition":"chaff."} +{"id":"H5785","strongs_number":"H5785","system":"hebrew","language":"hebrew","number_value":5785,"lemma":"עוֹר","transliteration":"ʻôwr","pronunciation":"ore","derivation":"from H5783 (עוּר);","strongs_definition":"skin (as naked); by implication, hide, leather","kjv_definition":"hide, leather, skin."} +{"id":"H5786","strongs_number":"H5786","system":"hebrew","language":"hebrew","number_value":5786,"lemma":"עָוַר","transliteration":"ʻâvar","pronunciation":"aw-var'","derivation":"a primitive root (rather denominatively from H5785 (עוֹר) through the idea of a film over the eyes);","strongs_definition":"to blind","kjv_definition":"blind, put out. See also H5895 (עַיִר)."} +{"id":"H5787","strongs_number":"H5787","system":"hebrew","language":"hebrew","number_value":5787,"lemma":"עִוֵּר","transliteration":"ʻivvêr","pronunciation":"iv-vare'","derivation":"intensive from H5786 (עָוַר);","strongs_definition":"blind (literally or figuratively)","kjv_definition":"blind (men, people)."} +{"id":"H5788","strongs_number":"H5788","system":"hebrew","language":"hebrew","number_value":5788,"lemma":"עִוָּרוֹן","transliteration":"ʻivvârôwn","pronunciation":"iv-vaw-rone'","derivation":"and (feminine) עַוֶּרֶת; from H5787 (עִוֵּר);","strongs_definition":"blindness","kjv_definition":"blind(-ness)."} +{"id":"H5789","strongs_number":"H5789","system":"hebrew","language":"hebrew","number_value":5789,"lemma":"עוּשׁ","transliteration":"ʻûwsh","pronunciation":"oosh","derivation":"a primitive root;","strongs_definition":"to hasten","kjv_definition":"assemble self."} +{"id":"H5790","strongs_number":"H5790","system":"hebrew","language":"hebrew","number_value":5790,"lemma":"עוּת","transliteration":"ʻûwth","pronunciation":"ooth","derivation":"for H5789 (עוּשׁ);","strongs_definition":"to hasten, i.e. succor","kjv_definition":"speak in season."} +{"id":"H5791","strongs_number":"H5791","system":"hebrew","language":"hebrew","number_value":5791,"lemma":"עָוַת","transliteration":"ʻâvath","pronunciation":"aw-vath'","derivation":"a primitive root;","strongs_definition":"to wrest","kjv_definition":"bow self, (make) crooked., falsifying, overthrow, deal perversely, pervert, subvert, turn upside down."} +{"id":"H5792","strongs_number":"H5792","system":"hebrew","language":"hebrew","number_value":5792,"lemma":"עַוָּתָה","transliteration":"ʻavvâthâh","pronunciation":"av-vaw-thaw'","derivation":"from H5791 (עָוַת);","strongs_definition":"oppression","kjv_definition":"wrong."} +{"id":"H5793","strongs_number":"H5793","system":"hebrew","language":"hebrew","number_value":5793,"lemma":"עוּתַי","transliteration":"ʻÛwthay","pronunciation":"oo-thah'-ee","derivation":"from H5790 (עוּת); succoring;","strongs_definition":"Uthai, the name of two Israelites","kjv_definition":"Uthai."} +{"id":"H5794","strongs_number":"H5794","system":"hebrew","language":"hebrew","number_value":5794,"lemma":"עַז","transliteration":"ʻaz","pronunciation":"az","derivation":"from H5810 (עָזַז);","strongs_definition":"strong, vehement, harsh","kjv_definition":"fierce, [phrase] greedy, mighty, power, roughly, strong."} +{"id":"H5795","strongs_number":"H5795","system":"hebrew","language":"hebrew","number_value":5795,"lemma":"עֵז","transliteration":"ʻêz","pronunciation":"aze","derivation":"from H5810 (עָזַז);","strongs_definition":"a she-goat (as strong), but masculine in plural (which also is used elliptically for goat's hair)","kjv_definition":"(she) goat, kid."} +{"id":"H5796","strongs_number":"H5796","system":"hebrew","language":"hebrew","number_value":5796,"lemma":"עֵז","transliteration":"ʻêz","pronunciation":"aze","derivation":"(Aramaic) corresponding to H5795 (עֵז)","strongs_definition":"{a she-goat (as strong), but masculine in plural (which also is used elliptically for goat's hair)}","kjv_definition":"goat."} +{"id":"H5797","strongs_number":"H5797","system":"hebrew","language":"hebrew","number_value":5797,"lemma":"עֹז","transliteration":"ʻôz","pronunciation":"oze","derivation":"or (fully) עוֹז; from H5810 (עָזַז);","strongs_definition":"strength in various applications (force, security, majesty, praise)","kjv_definition":"boldness, loud, might, power, strength, strong."} +{"id":"H5798","strongs_number":"H5798","system":"hebrew","language":"hebrew","number_value":5798,"lemma":"עֻזָּא","transliteration":"ʻUzzâʼ","pronunciation":"ooz-zaw'","derivation":"or עֻזָּה; feminine of H5797 (עֹז); strength;","strongs_definition":"Uzza or Uzzah, the name of five Israelites","kjv_definition":"Uzza, Uzzah."} +{"id":"H5799","strongs_number":"H5799","system":"hebrew","language":"hebrew","number_value":5799,"lemma":"עֲזָאזֵל","transliteration":"ʻăzâʼzêl","pronunciation":"az-aw-zale'","derivation":"from H5795 (עֵז) and H235 (אָזַל);","strongs_definition":"goat of departure; the scapegoat","kjv_definition":"scapegoat."} +{"id":"H5800","strongs_number":"H5800","system":"hebrew","language":"hebrew","number_value":5800,"lemma":"עָזַב","transliteration":"ʻâzab","pronunciation":"aw-zab'","derivation":"a primitive root;","strongs_definition":"to loosen, i.e. relinquish, permit, etc.","kjv_definition":"commit self, fail, forsake, fortify, help, leave (destitute, off), refuse, [idiom] surely."} +{"id":"H5801","strongs_number":"H5801","system":"hebrew","language":"hebrew","number_value":5801,"lemma":"עִזָּבוֹן","transliteration":"ʻizzâbôwn","pronunciation":"iz-zaw-bone'","derivation":"from H5800 (עָזַב) in the sense of letting go (for a price, i.e. selling);","strongs_definition":"trade, i.e. the place (mart) or the payment (revenue)","kjv_definition":"fair, ware."} +{"id":"H5802","strongs_number":"H5802","system":"hebrew","language":"hebrew","number_value":5802,"lemma":"עַזְבּוּק","transliteration":"ʻAzbûwq","pronunciation":"az-book'","derivation":"from H5794 (עַז) and the root of H950 (בּוּקָה); stern depopulator;","strongs_definition":"Azbuk, an Israelite","kjv_definition":"Azbuk."} +{"id":"H5803","strongs_number":"H5803","system":"hebrew","language":"hebrew","number_value":5803,"lemma":"עַזְגָּד","transliteration":"ʻAzgâd","pronunciation":"az-gawd'","derivation":"from H5794 (עַז) and H1409 (גָּד); stern troop;","strongs_definition":"Azgad, an Israelite","kjv_definition":"Azgad."} +{"id":"H5804","strongs_number":"H5804","system":"hebrew","language":"hebrew","number_value":5804,"lemma":"עַזָּה","transliteration":"ʻAzzâh","pronunciation":"az-zaw'","derivation":"feminine of H5794 (עַז); strong;","strongs_definition":"Azzah, a place in Palestine","kjv_definition":"Azzah, Gaza."} +{"id":"H5805","strongs_number":"H5805","system":"hebrew","language":"hebrew","number_value":5805,"lemma":"עֲזוּבָה","transliteration":"ʻăzûwbâh","pronunciation":"az-oo-baw'","derivation":"feminine passive participle of H5800 (עָזַב);","strongs_definition":"desertion (of inhabitants)","kjv_definition":"forsaking."} +{"id":"H5806","strongs_number":"H5806","system":"hebrew","language":"hebrew","number_value":5806,"lemma":"עֲזוּבָה","transliteration":"ʻĂzûwbâh","pronunciation":"az-oo-baw'","derivation":"the same as H5805 (עֲזוּבָה);","strongs_definition":"Azubah, the name of two Israelitesses","kjv_definition":"Azubah."} +{"id":"H5807","strongs_number":"H5807","system":"hebrew","language":"hebrew","number_value":5807,"lemma":"עֱזוּז","transliteration":"ʻĕzûwz","pronunciation":"ez-ooz'","derivation":"from H5810 (עָזַז);","strongs_definition":"forcibleness","kjv_definition":"might, strength."} +{"id":"H5808","strongs_number":"H5808","system":"hebrew","language":"hebrew","number_value":5808,"lemma":"עִזּוּז","transliteration":"ʻizzûwz","pronunciation":"iz-zooz'","derivation":"from H5810 (עָזַז);","strongs_definition":"forcible; collectively and concretely, an army","kjv_definition":"power, strong."} +{"id":"H5809","strongs_number":"H5809","system":"hebrew","language":"hebrew","number_value":5809,"lemma":"עַזּוּר","transliteration":"ʻAzzûwr","pronunciation":"az-zoor'","derivation":"or עַזֻּר; from H5826 (עָזַר); helpful;","strongs_definition":"Azzur, the name of three Israelites","kjv_definition":"Azur, Azzur."} +{"id":"H5810","strongs_number":"H5810","system":"hebrew","language":"hebrew","number_value":5810,"lemma":"עָזַז","transliteration":"ʻâzaz","pronunciation":"aw-zaz'","derivation":"a primitive root;","strongs_definition":"to be stout (literally or figuratively)","kjv_definition":"harden, impudent, prevail, strengthen (self), be strong."} +{"id":"H5811","strongs_number":"H5811","system":"hebrew","language":"hebrew","number_value":5811,"lemma":"עָזָז","transliteration":"ʻÂzâz","pronunciation":"aw-zawz'","derivation":"from H5810 (עָזַז); strong;","strongs_definition":"Azaz, an Israelite","kjv_definition":"Azaz."} +{"id":"H5812","strongs_number":"H5812","system":"hebrew","language":"hebrew","number_value":5812,"lemma":"עֲזַזְיָהוּ","transliteration":"ʻĂzazyâhûw","pronunciation":"az-az-yaw'-hoo","derivation":"from H5810 (עָזַז) and H3050 (יָהּ); Jah has strengthened;","strongs_definition":"Azazjah, the name of three Israelites","kjv_definition":"Azaziah."} +{"id":"H5813","strongs_number":"H5813","system":"hebrew","language":"hebrew","number_value":5813,"lemma":"עֻזִּי","transliteration":"ʻUzzîy","pronunciation":"ooz-zee'","derivation":"from H5810 (עָזַז); forceful;","strongs_definition":"Uzzi, the name of six Israelites","kjv_definition":"Uzzi."} +{"id":"H5814","strongs_number":"H5814","system":"hebrew","language":"hebrew","number_value":5814,"lemma":"עֻזִּיָּא","transliteration":"ʻUzzîyâʼ","pronunciation":"ooz-zee-yaw'","derivation":"perhaps for H5818 (עֻזִּיָּה);","strongs_definition":"Uzzija, an Israelite","kjv_definition":"Uzzia."} +{"id":"H5815","strongs_number":"H5815","system":"hebrew","language":"hebrew","number_value":5815,"lemma":"עֲזִיאֵל","transliteration":"ʻĂzîyʼêl","pronunciation":"az-ee-ale'","derivation":"from H5756 (עוּז) and H410 (אֵל); strengthened of God;","strongs_definition":"Aziel, an Israelite","kjv_definition":"Aziel. Compare H3268 (יַעֲזִיאֵל)."} +{"id":"H5816","strongs_number":"H5816","system":"hebrew","language":"hebrew","number_value":5816,"lemma":"עֻזִּיאֵל","transliteration":"ʻUzzîyʼêl","pronunciation":"ooz-zee-ale'","derivation":"from H5797 (עֹז) and H410 (אֵל); strength of God;","strongs_definition":"Uzziel, the name of six Israelites","kjv_definition":"Uzziel."} +{"id":"H5817","strongs_number":"H5817","system":"hebrew","language":"hebrew","number_value":5817,"lemma":"עׇזִּיאֵלִי","transliteration":"ʻOzzîyʼêlîy","pronunciation":"oz-zee-ay-lee'","derivation":"patronymically from H5816 (עֻזִּיאֵל);","strongs_definition":"an Uzzielite (collectively) or descendants of Uzziel","kjv_definition":"Uzzielites."} +{"id":"H5818","strongs_number":"H5818","system":"hebrew","language":"hebrew","number_value":5818,"lemma":"עֻזִּיָּה","transliteration":"ʻUzzîyâh","pronunciation":"ooz-zee-yaw'","derivation":"or עֻזִּיָּהוּ; from H5797 (עֹז) and H3050 (יָהּ); strength of Jah;","strongs_definition":"Uzzijah, the name of five Israelites","kjv_definition":"Uzziah."} +{"id":"H5819","strongs_number":"H5819","system":"hebrew","language":"hebrew","number_value":5819,"lemma":"עֲזִיזָא","transliteration":"ʻĂzîyzâʼ","pronunciation":"az-ee-zaw'","derivation":"from H5756 (עוּז); strengthfulness;","strongs_definition":"Aziza, an Israelite","kjv_definition":"Aziza."} +{"id":"H5820","strongs_number":"H5820","system":"hebrew","language":"hebrew","number_value":5820,"lemma":"עַזְמָוֶת","transliteration":"ʻAzmâveth","pronunciation":"az-maw'-veth","derivation":"from H5794 (עַז) and H4194 (מָוֶת); strong one of death;","strongs_definition":"Azmaveth, the name of three Israelites and of a place in Palestine","kjv_definition":"Azmaveth. See also H1041 (בֵּית עַזְמָוֶת)."} +{"id":"H5821","strongs_number":"H5821","system":"hebrew","language":"hebrew","number_value":5821,"lemma":"עַזָּן","transliteration":"ʻAzzân","pronunciation":"az-zawn'","derivation":"from H5794 (עַז); strong one;","strongs_definition":"Azzan, an Israelite","kjv_definition":"Azzan."} +{"id":"H5822","strongs_number":"H5822","system":"hebrew","language":"hebrew","number_value":5822,"lemma":"עׇזְנִיָּה","transliteration":"ʻoznîyâh","pronunciation":"oz-nee-yaw'","derivation":"probably feminine of H5797 (עֹז);","strongs_definition":"probably the sea-eagle (from its strength)","kjv_definition":"ospray."} +{"id":"H5823","strongs_number":"H5823","system":"hebrew","language":"hebrew","number_value":5823,"lemma":"עָזַק","transliteration":"ʻâzaq","pronunciation":"aw-zak'","derivation":"a primitive root;","strongs_definition":"to grub over","kjv_definition":"fence about."} +{"id":"H5824","strongs_number":"H5824","system":"hebrew","language":"hebrew","number_value":5824,"lemma":"עִזְקָא","transliteration":"ʻizqâʼ","pronunciation":"iz-kaw'","derivation":"(Aramaic) from a root corresponding to H5823 (עָזַק);","strongs_definition":"a signet-ring (as engraved)","kjv_definition":"signet."} +{"id":"H5825","strongs_number":"H5825","system":"hebrew","language":"hebrew","number_value":5825,"lemma":"עֲזֵקָה","transliteration":"ʻĂzêqâh","pronunciation":"az-ay-kaw'","derivation":"from H5823 (עָזַק); tilled;","strongs_definition":"Azekah, a place in Palestine","kjv_definition":"Azekah."} +{"id":"H5826","strongs_number":"H5826","system":"hebrew","language":"hebrew","number_value":5826,"lemma":"עָזַר","transliteration":"ʻâzar","pronunciation":"aw-zar'","derivation":"a primitive root;","strongs_definition":"to surround, i.e. protect or aid","kjv_definition":"help, succour."} +{"id":"H5827","strongs_number":"H5827","system":"hebrew","language":"hebrew","number_value":5827,"lemma":"עֶזֶר","transliteration":"ʻEzer","pronunciation":"eh'-zer","derivation":"from H5826 (עָזַר); help;","strongs_definition":"Ezer, the name of two Israelites","kjv_definition":"Ezer. Compare H5829 (עֵזֶר)."} +{"id":"H5828","strongs_number":"H5828","system":"hebrew","language":"hebrew","number_value":5828,"lemma":"עֵזֶר","transliteration":"ʻêzer","pronunciation":"ay'-zer","derivation":"from H5826 (עָזַר);","strongs_definition":"aid","kjv_definition":"help."} +{"id":"H5829","strongs_number":"H5829","system":"hebrew","language":"hebrew","number_value":5829,"lemma":"עֵזֶר","transliteration":"ʻÊzer","pronunciation":"ay'-zer","derivation":"the same as H5828 (עֵזֶר);","strongs_definition":"Ezer, the name of four Israelites","kjv_definition":"Ezer. Compare H5827 (עֶזֶר)."} +{"id":"H5830","strongs_number":"H5830","system":"hebrew","language":"hebrew","number_value":5830,"lemma":"עֶזְרָא","transliteration":"ʻEzrâʼ","pronunciation":"ez-raw'","derivation":"a variation of H5833 (עֶזְרָה);","strongs_definition":"Ezra, an Israelite","kjv_definition":"Ezra."} +{"id":"H5831","strongs_number":"H5831","system":"hebrew","language":"hebrew","number_value":5831,"lemma":"עֶזְרָא","transliteration":"ʻEzrâʼ","pronunciation":"ez-raw'","derivation":"(Aramaic) corresponding to H5830 (עֶזְרָא);","strongs_definition":"Ezra, an Israelite","kjv_definition":"Ezra."} +{"id":"H5832","strongs_number":"H5832","system":"hebrew","language":"hebrew","number_value":5832,"lemma":"עֲזַרְאֵל","transliteration":"ʻĂzarʼêl","pronunciation":"az-ar-ale'","derivation":"from H5826 (עָזַר) and H410 (אֵל); God has helped;","strongs_definition":"Azarel, the name of five Israelites","kjv_definition":"Azarael, Azareel."} +{"id":"H5833","strongs_number":"H5833","system":"hebrew","language":"hebrew","number_value":5833,"lemma":"עֶזְרָה","transliteration":"ʻezrâh","pronunciation":"ez-raw'","derivation":"or עֶזְרָת; (Psalm 60:11 (13); Psalm 108:12 (13)), feminine of H5828 (עֵזֶר);","strongs_definition":"aid","kjv_definition":"help(-ed, -er)."} +{"id":"H5834","strongs_number":"H5834","system":"hebrew","language":"hebrew","number_value":5834,"lemma":"עֶזְרָה","transliteration":"ʻEzrâh","pronunciation":"ez-raw'","derivation":"the same as H5833 (עֶזְרָה);","strongs_definition":"Ezrah, an Israelite","kjv_definition":"Ezrah."} +{"id":"H5835","strongs_number":"H5835","system":"hebrew","language":"hebrew","number_value":5835,"lemma":"עֲזָרָה","transliteration":"ʻăzârâh","pronunciation":"az-aw-raw'","derivation":"from H5826 (עָזַר) in its original meaning of surrounding;","strongs_definition":"an inclosure; also a border","kjv_definition":"court, settle."} +{"id":"H5836","strongs_number":"H5836","system":"hebrew","language":"hebrew","number_value":5836,"lemma":"עֶזְרִי","transliteration":"ʻEzrîy","pronunciation":"ez-ree'","derivation":"from H5828 (עֵזֶר); helpful;","strongs_definition":"Ezri, an Israelite","kjv_definition":"Ezri."} +{"id":"H5837","strongs_number":"H5837","system":"hebrew","language":"hebrew","number_value":5837,"lemma":"עַזְרִיאֵל","transliteration":"ʻAzrîyʼêl","pronunciation":"az-ree-ale'","derivation":"from H5828 (עֵזֶר) and H410 (אֵל); help of God;","strongs_definition":"Azriel, the name of three Israelites","kjv_definition":"Azriel."} +{"id":"H5838","strongs_number":"H5838","system":"hebrew","language":"hebrew","number_value":5838,"lemma":"עֲזַרְיָה","transliteration":"ʻĂzaryâh","pronunciation":"az-ar-yaw'","derivation":"or עֲזַרְיָהוּ; from H5826 (עָזַר) and H3050 (יָהּ); Jah has helped;","strongs_definition":"Azarjah, the name of nineteen Israelites","kjv_definition":"Azariah."} +{"id":"H5839","strongs_number":"H5839","system":"hebrew","language":"hebrew","number_value":5839,"lemma":"עֲזַרְיָה","transliteration":"ʻĂzaryâh","pronunciation":"az-ar-yaw'","derivation":"(Aramaic) corresponding to H5838 (עֲזַרְיָה);","strongs_definition":"Azarjah, one of Daniel's companions","kjv_definition":"Azariah."} +{"id":"H5840","strongs_number":"H5840","system":"hebrew","language":"hebrew","number_value":5840,"lemma":"עַזְרִיקָם","transliteration":"ʻAzrîyqâm","pronunciation":"az-ree-kawm'","derivation":"from H5828 (עֵזֶר) and active participle of H6965 (קוּם); help of an enemy;","strongs_definition":"Azrikam, the name of four Israelites","kjv_definition":"Azrikam."} +{"id":"H5841","strongs_number":"H5841","system":"hebrew","language":"hebrew","number_value":5841,"lemma":"עַזָּתִי","transliteration":"ʻAzzâthîy","pronunciation":"az-zaw-thee'","derivation":"patrial from H5804 (עַזָּה);","strongs_definition":"an Azzathite or inhabitant of Azzah","kjv_definition":"Gazathite, Gazite."} +{"id":"H5842","strongs_number":"H5842","system":"hebrew","language":"hebrew","number_value":5842,"lemma":"עֵט","transliteration":"ʻêṭ","pronunciation":"ate","derivation":"from H5860 (עִיט) (contracted) in the sense of swooping, i.e. side-long stroke;","strongs_definition":"a stylus or marking stick","kjv_definition":"pen."} +{"id":"H5843","strongs_number":"H5843","system":"hebrew","language":"hebrew","number_value":5843,"lemma":"עֵטָא","transliteration":"ʻêṭâʼ","pronunciation":"ay-taw'","derivation":"(Aramaic) from H3272 (יְעַט);","strongs_definition":"prudence","kjv_definition":"counsel."} +{"id":"H5844","strongs_number":"H5844","system":"hebrew","language":"hebrew","number_value":5844,"lemma":"עָטָה","transliteration":"ʻâṭâh","pronunciation":"aw-taw'","derivation":"a primitive root;","strongs_definition":"to wrap, i.e. cover, veil, cloth, or roll","kjv_definition":"array self, be clad, (put a) cover (-ing, self), fill, put on, [idiom] surely, turn aside."} +{"id":"H5845","strongs_number":"H5845","system":"hebrew","language":"hebrew","number_value":5845,"lemma":"עֲטִין","transliteration":"ʻăṭîyn","pronunciation":"at-een'","derivation":"from an unused root meaning apparently to contain;","strongs_definition":"a receptacle (for milk, i.e. pail; figuratively, breast)","kjv_definition":"breast."} +{"id":"H5846","strongs_number":"H5846","system":"hebrew","language":"hebrew","number_value":5846,"lemma":"עֲטִישָׁה","transliteration":"ʻăṭîyshâh","pronunciation":"at-ee-shaw'","derivation":"from an unused root meaning to sneeze;","strongs_definition":"sneezing","kjv_definition":"sneezing."} +{"id":"H5847","strongs_number":"H5847","system":"hebrew","language":"hebrew","number_value":5847,"lemma":"עֲטַלֵּף","transliteration":"ʻăṭallêph","pronunciation":"at-al-lafe'","derivation":"of uncertain derivation;","strongs_definition":"a bat","kjv_definition":"bat."} +{"id":"H5848","strongs_number":"H5848","system":"hebrew","language":"hebrew","number_value":5848,"lemma":"עָטַף","transliteration":"ʻâṭaph","pronunciation":"aw-taf'","derivation":"a primitive root;","strongs_definition":"to shroud, i.e. clothe (whether transitive or reflex.); hence (from the idea of darkness) to languish","kjv_definition":"cover (over), fail, faint, feebler, hide self, be overwhelmed, swoon."} +{"id":"H5849","strongs_number":"H5849","system":"hebrew","language":"hebrew","number_value":5849,"lemma":"עָטַר","transliteration":"ʻâṭar","pronunciation":"aw-tar'","derivation":"a primitive root;","strongs_definition":"to encircle (for attack or protection); especially to crown (literally or figuratively)","kjv_definition":"compass, crown."} +{"id":"H5850","strongs_number":"H5850","system":"hebrew","language":"hebrew","number_value":5850,"lemma":"עֲטָרָה","transliteration":"ʻăṭârâh","pronunciation":"at-aw-raw'","derivation":"from H5849 (עָטַר);","strongs_definition":"a crown","kjv_definition":"crown."} +{"id":"H5851","strongs_number":"H5851","system":"hebrew","language":"hebrew","number_value":5851,"lemma":"עֲטָרָה","transliteration":"ʻĂṭârâh","pronunciation":"at-aw-raw'","derivation":"the same as H5850 (עֲטָרָה);","strongs_definition":"Atarah, an Israelitess","kjv_definition":"Atarah."} +{"id":"H5852","strongs_number":"H5852","system":"hebrew","language":"hebrew","number_value":5852,"lemma":"עֲטָרוֹת","transliteration":"ʻĂṭârôwth","pronunciation":"at-aw-roth'","derivation":"or עֲטָרֹת; plural of H5850 (עֲטָרָה);","strongs_definition":"Ataroth, the name (thus simply) of two places in Palestine","kjv_definition":"Ataroth."} +{"id":"H5853","strongs_number":"H5853","system":"hebrew","language":"hebrew","number_value":5853,"lemma":"עַטְרוֹת אַדָּר","transliteration":"ʻAṭrôwth ʼAddâr","pronunciation":"at-roth' ad-dawr'","derivation":"from the same as H5852 (עֲטָרוֹת) and H146 (אַדָּר); crowns of Addar;","strongs_definition":"Atroth-Addar, a place in Palestine","kjv_definition":"Ataroth-adar(-addar)."} +{"id":"H5854","strongs_number":"H5854","system":"hebrew","language":"hebrew","number_value":5854,"lemma":"עַטְרוֹת בֵּית יוֹאָב","transliteration":"ʻAṭrôwth bêyth Yôwʼâb","pronunciation":"at-roth' bayth yoawb'","derivation":"from the same as H5852 (עֲטָרוֹת) and H1004 (בַּיִת) and H3097 (יוֹאָב); crowns of the house of Joab;","strongs_definition":"Atroth-beth-Joab, a place in Palestine","kjv_definition":"Ataroth the house of Joab."} +{"id":"H5855","strongs_number":"H5855","system":"hebrew","language":"hebrew","number_value":5855,"lemma":"עַטְרוֹת שׁוֹפָן","transliteration":"ʻAṭrôwth Shôwphân","pronunciation":"at-roth' sho-fawn'","derivation":"from the same as H5852 (עֲטָרוֹת) and a name otherwise unused (being from the same as H8226 (שָׂפַן)) meaning hidden; crowns of Shophan;","strongs_definition":"Atroth-Shophan, a place in Palestine","kjv_definition":"Atroth, Shophan (as if two places)."} +{"id":"H5856","strongs_number":"H5856","system":"hebrew","language":"hebrew","number_value":5856,"lemma":"עִי","transliteration":"ʻîy","pronunciation":"ee","derivation":"from H5753 (עָוָה);","strongs_definition":"a ruin (as if overturned)","kjv_definition":"heap."} +{"id":"H5857","strongs_number":"H5857","system":"hebrew","language":"hebrew","number_value":5857,"lemma":"עַי","transliteration":"ʻAy","pronunciation":"ah'ee","derivation":"or (feminine) עַיָּא; (Nehemiah 11:31), or עַיָּת; (Isaiah 10:28), for H5856 (עִי);","strongs_definition":"Ai, Aja or Ajath, a place in Palestine","kjv_definition":"Ai, Aija, Aijath, Hai."} +{"id":"H5858","strongs_number":"H5858","system":"hebrew","language":"hebrew","number_value":5858,"lemma":"עֵיבָל","transliteration":"ʻÊybâl","pronunciation":"ay-bawl'","derivation":"perhaps from an unused root probably meaning to be bald; bare;","strongs_definition":"Ebal, a mountain of Palestine","kjv_definition":"Ebal."} +{"id":"H5859","strongs_number":"H5859","system":"hebrew","language":"hebrew","number_value":5859,"lemma":"עִיּוֹן","transliteration":"ʻÎyôwn","pronunciation":"ee-yone'","derivation":"from H5856 (עִי); ruin;","strongs_definition":"Ijon, a place in Palestine","kjv_definition":"Ijon."} +{"id":"H5860","strongs_number":"H5860","system":"hebrew","language":"hebrew","number_value":5860,"lemma":"עִיט","transliteration":"ʻîyṭ","pronunciation":"eet","derivation":"a primitive root;","strongs_definition":"to swoop down upon (literally or figuratively)","kjv_definition":"fly, rail."} +{"id":"H5861","strongs_number":"H5861","system":"hebrew","language":"hebrew","number_value":5861,"lemma":"עַיִט","transliteration":"ʻayiṭ","pronunciation":"ah'-yit","derivation":"from H5860 (עִיט);","strongs_definition":"a hawk or other bird of prey","kjv_definition":"bird, fowl, ravenous (bird)."} +{"id":"H5862","strongs_number":"H5862","system":"hebrew","language":"hebrew","number_value":5862,"lemma":"עֵיטָם","transliteration":"ʻÊyṭâm","pronunciation":"ay-tawm'","derivation":"from H5861 (עַיִט); hawk-ground;","strongs_definition":"Etam, a place in Palestine","kjv_definition":"Etam."} +{"id":"H5863","strongs_number":"H5863","system":"hebrew","language":"hebrew","number_value":5863,"lemma":"עִיֵּי הָעֲבָרִים","transliteration":"ʻÎyêy hâ-ʻĂbârîym","pronunciation":"ee-yay' haw-ab-aw-reem'","derivation":"from the plural of H5856 (עִי) and the plural of the active participle of H5674 (עָבַר) with the article interposed; ruins of the passers;","strongs_definition":"Ije-ha-Abarim, a place near Palestine","kjv_definition":"Ije-abarim."} +{"id":"H5864","strongs_number":"H5864","system":"hebrew","language":"hebrew","number_value":5864,"lemma":"עִיִּים","transliteration":"ʻÎyîym","pronunciation":"ee-yeem'","derivation":"plural of H5856 (עִי); ruins;","strongs_definition":"Ijim, a place in the Desert.","kjv_definition":"Iim."} +{"id":"H5865","strongs_number":"H5865","system":"hebrew","language":"hebrew","number_value":5865,"lemma":"עֵילוֹם","transliteration":"ʻêylôwm","pronunciation":"ay-lome'","derivation":"for H5769 (עוֹלָם)","strongs_definition":"{concealed, i.e. the vanishing point; generally, time out of mind (past or future), i.e. (practically) eternity; frequentatively, adverbial (especially with prepositional prefix) always}","kjv_definition":"ever."} +{"id":"H5866","strongs_number":"H5866","system":"hebrew","language":"hebrew","number_value":5866,"lemma":"עִילַי","transliteration":"ʻÎylay","pronunciation":"ee-lah'-ee","derivation":"from H5927 (עָלָה); elevated;","strongs_definition":"Ilai, an Israelite","kjv_definition":"Ilai."} +{"id":"H5867","strongs_number":"H5867","system":"hebrew","language":"hebrew","number_value":5867,"lemma":"עֵילָם","transliteration":"ʻÊylâm","pronunciation":"ay-lawm'","derivation":"or עוֹלָם; (Ezra 10:2; Jeremiah 49:36), probably from H5956 (עָלַם); hidden, i.e. distant;","strongs_definition":"Elam, a son of Shem and his descendants, with their country; also of six Israelites","kjv_definition":"Elam."} +{"id":"H5868","strongs_number":"H5868","system":"hebrew","language":"hebrew","number_value":5868,"lemma":"עֲיָם","transliteration":"ʻăyâm","pronunciation":"ah-yawm'","derivation":"of doubtful origin and authenticity;","strongs_definition":"probably meaning strength","kjv_definition":"mighty."} +{"id":"H5869","strongs_number":"H5869","system":"hebrew","language":"hebrew","number_value":5869,"lemma":"עַיִן","transliteration":"ʻayin","pronunciation":"ah'-yin","derivation":"probably a primitive word;","strongs_definition":"an eye (literally or figuratively); by analogy, a fountain (as the eye of the landscape)","kjv_definition":"affliction, outward appearance, [phrase] before, [phrase] think best, colour, conceit, [phrase] be content, countenance, [phrase] displease, eye((-brow), (-d), -sight), face, [phrase] favour, fountain, furrow (from the margin), [idiom] him, [phrase] humble, knowledge, look, ([phrase] well), [idiom] me, open(-ly), [phrase] (not) please, presence, [phrase] regard, resemblance, sight, [idiom] thee, [idiom] them, [phrase] think, [idiom] us, well, [idiom] you(-rselves)."} +{"id":"H5870","strongs_number":"H5870","system":"hebrew","language":"hebrew","number_value":5870,"lemma":"עַיִן","transliteration":"ʻayin","pronunciation":"ah'-yin","derivation":"(Aramaic) corresponding to H5869 (עַיִן);","strongs_definition":"an eye","kjv_definition":"eye."} +{"id":"H5871","strongs_number":"H5871","system":"hebrew","language":"hebrew","number_value":5871,"lemma":"עַיִן","transliteration":"ʻAyin","pronunciation":"ah'-yin","derivation":"the same as H5869 (עַיִן); fountain;","strongs_definition":"Ajin, the name (thus simply) of two places in Palestine","kjv_definition":"Ain."} +{"id":"H5872","strongs_number":"H5872","system":"hebrew","language":"hebrew","number_value":5872,"lemma":"עֵין גֶּדִי","transliteration":"ʻÊyn Gedîy","pronunciation":"ane geh'-dee","derivation":"from H5869 (עַיִן) and H1423 (גְּדִי); fountain of a kid;","strongs_definition":"En-Gedi, a place in Palestine","kjv_definition":"En-gedi."} +{"id":"H5873","strongs_number":"H5873","system":"hebrew","language":"hebrew","number_value":5873,"lemma":"עֵין גַּנִּים","transliteration":"ʻÊyn Gannîym","pronunciation":"ane gan-neem'","derivation":"from H5869 (עַיִן) and the plural of H1588 (גַּן); fountain of gardens;","strongs_definition":"En-Gannim, a place in Palestine","kjv_definition":"En-gannim."} +{"id":"H5874","strongs_number":"H5874","system":"hebrew","language":"hebrew","number_value":5874,"lemma":"עֵין־דֹּאר","transliteration":"ʻÊyn-Dôʼr","pronunciation":"ane-dore'","derivation":"or עֵין דּוֹר; or עֵין־דֹּר; from H5869 (עַיִן) and H1755 (דּוֹר); fountain of dwelling;","strongs_definition":"En-Dor, a place in Palestine","kjv_definition":"En-dor."} +{"id":"H5875","strongs_number":"H5875","system":"hebrew","language":"hebrew","number_value":5875,"lemma":"עֵין הַקּוֹרֵא","transliteration":"ʻÊyn haq-Qôwrêʼ","pronunciation":"ane-hak-ko-ray'","derivation":"from H5869 (עַיִן) and the active participle of H7121 (קָרָא); fountain of One calling;","strongs_definition":"En-hak-Kore, a place near Palestine","kjv_definition":"En-hakhore."} +{"id":"H5876","strongs_number":"H5876","system":"hebrew","language":"hebrew","number_value":5876,"lemma":"עֵין חַדָּה","transliteration":"ʻÊyn Chaddâh","pronunciation":"ane khad-daw'","derivation":"from H5869 (עַיִן) and the feminine of a derivative from H2300 (חָדַד); fountain of sharpness;","strongs_definition":"En-Chaddah, a place in Palestine","kjv_definition":"En-haddah."} +{"id":"H5877","strongs_number":"H5877","system":"hebrew","language":"hebrew","number_value":5877,"lemma":"עֵין חָצוֹר","transliteration":"ʻÊyn Châtsôwr","pronunciation":"ane khaw-tsore'","derivation":"from H5869 (עַיִן) and the same as H2674 (חָצוֹר); fountain of a village;","strongs_definition":"En-Chatsor, a place in Palestine","kjv_definition":"En-hazor."} +{"id":"H5878","strongs_number":"H5878","system":"hebrew","language":"hebrew","number_value":5878,"lemma":"עֵין חֲרֹד","transliteration":"ʻÊyn Chărôd","pronunciation":"ane khar-ode'","derivation":"from H5869 (עַיִן) and a derivative of H2729 (חָרַד); fountain of trembling;","strongs_definition":"En-Charod, a place in Palestine","kjv_definition":"well of Harod."} +{"id":"H5879","strongs_number":"H5879","system":"hebrew","language":"hebrew","number_value":5879,"lemma":"עֵינַיִם","transliteration":"ʻÊynayim","pronunciation":"ay-nah'-yim","derivation":"or עֵינָם; dual of H5869 (עַיִן); double fountain;","strongs_definition":"Enajim or Enam, a place in Palestine","kjv_definition":"Enaim, openly (Genesis 38:21)."} +{"id":"H5880","strongs_number":"H5880","system":"hebrew","language":"hebrew","number_value":5880,"lemma":"עֵין מִשְׁפָּט","transliteration":"ʻÊyn Mishpâṭ","pronunciation":"ane mish-pawt'","derivation":"from H5869 (עַיִן) and H4941 (מִשְׁפָּט); fountain of judgment;","strongs_definition":"En-Mishpat, a place near Palestine","kjv_definition":"En-mishpat."} +{"id":"H5881","strongs_number":"H5881","system":"hebrew","language":"hebrew","number_value":5881,"lemma":"עֵינָן","transliteration":"ʻÊynân","pronunciation":"ay-nawn'","derivation":"from H5869 (עַיִן); having eyes;","strongs_definition":"Enan, an Israelite","kjv_definition":"Enan. Compare H2704 (חֲצַר עֵינָן)."} +{"id":"H5882","strongs_number":"H5882","system":"hebrew","language":"hebrew","number_value":5882,"lemma":"עֵין עֶגְלַיִם","transliteration":"ʻÊyn ʻEglayim","pronunciation":"ane eg-lah'-yim","derivation":"עַיִן and the dual of H5695 (עֵגֶל); fountain of two calves;","strongs_definition":"En-Eglajim, a place in Palestine","kjv_definition":"En-eglaim."} +{"id":"H5883","strongs_number":"H5883","system":"hebrew","language":"hebrew","number_value":5883,"lemma":"עֵין רֹגֵל","transliteration":"ʻÊyn Rôgêl","pronunciation":"ane ro-gale'","derivation":"from H5869 (עַיִן) and the active participle of H7270 (רָגַל); fountain of a traveller;","strongs_definition":"En-Rogel, a place near Jerusalem","kjv_definition":"En-rogel."} +{"id":"H5884","strongs_number":"H5884","system":"hebrew","language":"hebrew","number_value":5884,"lemma":"עֵין רִמּוֹן","transliteration":"ʻÊyn Rimmôwn","pronunciation":"ane rim-mone'","derivation":"from H5869 (עַיִן) and H7416 (רִמּוֹן); fountain of a pomegranate;","strongs_definition":"En-Rimmon, a place in Palestine","kjv_definition":"En-rimmon."} +{"id":"H5885","strongs_number":"H5885","system":"hebrew","language":"hebrew","number_value":5885,"lemma":"עֵין שֶׁמֶשׁ","transliteration":"ʻÊyn Shemesh","pronunciation":"ane sheh'-mesh","derivation":"from H5869 (עַיִן) and H8121 (שֶׁמֶשׁ); fountain of the sun;","strongs_definition":"En-Shemesh, a place in Palestine","kjv_definition":"Enshemesh."} +{"id":"H5886","strongs_number":"H5886","system":"hebrew","language":"hebrew","number_value":5886,"lemma":"עֵין תַּנִּים","transliteration":"ʻÊyn Tannîym","pronunciation":"ane tan-neem'","derivation":"from H5869 (עַיִן) and the plural of H8565 (תַּן); fountain of jackals;","strongs_definition":"En-Tannim, a pool near Jerusalem","kjv_definition":"dragon well."} +{"id":"H5887","strongs_number":"H5887","system":"hebrew","language":"hebrew","number_value":5887,"lemma":"עֵין תַּפּוּחַ","transliteration":"ʻÊyn Tappûwach","pronunciation":"ane tap-poo'-akh","derivation":"from H5869 (עַיִן) and H8598 (תַּפּוּחַ); fountain of an apple-tree;","strongs_definition":"En-Tappuach, a place in Palestine","kjv_definition":"En-tappuah."} +{"id":"H5888","strongs_number":"H5888","system":"hebrew","language":"hebrew","number_value":5888,"lemma":"עָיֵף","transliteration":"ʻâyêph","pronunciation":"aw-yafe'","derivation":"a primitive root;","strongs_definition":"to languish","kjv_definition":"be wearied."} +{"id":"H5889","strongs_number":"H5889","system":"hebrew","language":"hebrew","number_value":5889,"lemma":"עָיֵף","transliteration":"ʻâyêph","pronunciation":"aw-yafe'","derivation":"from H5888 (עָיֵף);","strongs_definition":"languid","kjv_definition":"faint, thirsty, weary."} +{"id":"H5890","strongs_number":"H5890","system":"hebrew","language":"hebrew","number_value":5890,"lemma":"עֵיפָה","transliteration":"ʻêyphâh","pronunciation":"ay-faw'","derivation":"feminine from H5774 (עוּף);","strongs_definition":"obscurity (as if from covering)","kjv_definition":"darkness."} +{"id":"H5891","strongs_number":"H5891","system":"hebrew","language":"hebrew","number_value":5891,"lemma":"עֵיפָה","transliteration":"ʻÊyphâh","pronunciation":"ay-faw'","derivation":"the same as H5890 (עֵיפָה);","strongs_definition":"Ephah, the name of a son of Midian, and of the region settled by him; also of an Israelite and of an Israelitess","kjv_definition":"Ephah."} +{"id":"H5892","strongs_number":"H5892","system":"hebrew","language":"hebrew","number_value":5892,"lemma":"עִיר","transliteration":"ʻîyr","pronunciation":"eer","derivation":"or (in the plural) עָר; or עָיַר; (Judges 10:4), from H5782 (עוּר)","strongs_definition":"a city (a place guarded by waking or a watch) in the widest sense (even of a mere encampment or post)","kjv_definition":"Ai (from margin), city, court (from margin), town."} +{"id":"H5893","strongs_number":"H5893","system":"hebrew","language":"hebrew","number_value":5893,"lemma":"עִיר","transliteration":"ʻÎyr","pronunciation":"eer","derivation":"the same as H5892 (עִיר);","strongs_definition":"Ir, an Israelite","kjv_definition":"Ir."} +{"id":"H5894","strongs_number":"H5894","system":"hebrew","language":"hebrew","number_value":5894,"lemma":"עִיר","transliteration":"ʻîyr","pronunciation":"eer","derivation":"(Aramaic) from a root corresponding to H5782 (עוּר);","strongs_definition":"a watcher, i.e. an angel (as guardian)","kjv_definition":"watcher."} +{"id":"H5895","strongs_number":"H5895","system":"hebrew","language":"hebrew","number_value":5895,"lemma":"עַיִר","transliteration":"ʻayir","pronunciation":"ah'-yeer","derivation":"from H5782 (עוּר) in the sense of raising (i.e. bearing a burden);","strongs_definition":"properly, a young ass (as just broken to a load); hence an ass-colt","kjv_definition":"(ass) colt, foal, young ass."} +{"id":"H5896","strongs_number":"H5896","system":"hebrew","language":"hebrew","number_value":5896,"lemma":"עִירָא","transliteration":"ʻÎyrâʼ","pronunciation":"ee-raw'","derivation":"from H5782 (עוּר); wakefulness;","strongs_definition":"Ira, the name of three Israelites","kjv_definition":"Ira."} +{"id":"H5897","strongs_number":"H5897","system":"hebrew","language":"hebrew","number_value":5897,"lemma":"עִירָד","transliteration":"ʻÎyrâd","pronunciation":"ee-rawd'","derivation":"from the same as H6166 (עֲרָד); fugitive;","strongs_definition":"Irad, an antediluvian","kjv_definition":"Irad."} +{"id":"H5898","strongs_number":"H5898","system":"hebrew","language":"hebrew","number_value":5898,"lemma":"עִיר הַמֶּלַח","transliteration":"ʻÎyr ham-Melach","pronunciation":"eer ham-meh'-lakh","derivation":"from H5892 (עִיר) and H4417 (מֶלַח) with the article of substance interp.; city of (the) salt;","strongs_definition":"Irham-Melach, a place near Palestine","kjv_definition":"the city of salt."} +{"id":"H5899","strongs_number":"H5899","system":"hebrew","language":"hebrew","number_value":5899,"lemma":"עִיר הַתְּמָרִים","transliteration":"ʻÎyr hat-Tᵉmârîym","pronunciation":"eer hat-tem-aw-reem'","derivation":"from H5892 (עִיר) and the plural of H8558 (תָּמָר) with the article interpolated; city of the palmtrees;","strongs_definition":"Ir-hat-Temarim, a place in Palestine","kjv_definition":"the city of palmtrees."} +{"id":"H5900","strongs_number":"H5900","system":"hebrew","language":"hebrew","number_value":5900,"lemma":"עִירוּ","transliteration":"ʻÎyrûw","pronunciation":"ee-roo'","derivation":"from H5892 (עִיר); a citizen;","strongs_definition":"Iru, an Israelite","kjv_definition":"Iru."} +{"id":"H5901","strongs_number":"H5901","system":"hebrew","language":"hebrew","number_value":5901,"lemma":"עִירִי","transliteration":"ʻÎyrîy","pronunciation":"ee-ree'","derivation":"from H5892 (עִיר); urbane;","strongs_definition":"Iri, an Israelite","kjv_definition":"Iri."} +{"id":"H5902","strongs_number":"H5902","system":"hebrew","language":"hebrew","number_value":5902,"lemma":"עִירָם","transliteration":"ʻÎyrâm","pronunciation":"ee-rawm'","derivation":"from H5892 (עִיר); city-wise;","strongs_definition":"Iram, an Idumaean","kjv_definition":"Iram."} +{"id":"H5903","strongs_number":"H5903","system":"hebrew","language":"hebrew","number_value":5903,"lemma":"עֵירֹם","transliteration":"ʻêyrôm","pronunciation":"ay-rome'","derivation":"or עֵרֹם; from H6191 (עָרַם);","strongs_definition":"nudity","kjv_definition":"naked(-ness)."} +{"id":"H5904","strongs_number":"H5904","system":"hebrew","language":"hebrew","number_value":5904,"lemma":"עִיר נָחָשׁ","transliteration":"ʻÎyr Nâchâsh","pronunciation":"eer naw-khawsh'","derivation":"from H5892 (עִיר) and H5175 (נָחָשׁ); city of a serpent;","strongs_definition":"Ir-Nachash, a place in Palestine","kjv_definition":"Irnahash."} +{"id":"H5905","strongs_number":"H5905","system":"hebrew","language":"hebrew","number_value":5905,"lemma":"עִיר שֶׁמֶשׁ","transliteration":"ʻÎyr Shemesh","pronunciation":"eer sheh'-mesh","derivation":"from H5892 (עִיר) and H8121 (שֶׁמֶשׁ); city of the sun;","strongs_definition":"Ir-Shemesh, a place in Palestine","kjv_definition":"Irshemesh."} +{"id":"H5906","strongs_number":"H5906","system":"hebrew","language":"hebrew","number_value":5906,"lemma":"עַיִשׁ","transliteration":"ʻAyish","pronunciation":"ah'-yish","derivation":"or עָשׁ; from H5789 (עוּשׁ);","strongs_definition":"the constellation of the Great Bear (perhaps from its migration through the heavens)","kjv_definition":"Arcturus."} +{"id":"H5907","strongs_number":"H5907","system":"hebrew","language":"hebrew","number_value":5907,"lemma":"עַכְבּוֹר","transliteration":"ʻAkbôwr","pronunciation":"ak-bore'","derivation":"probably for H5909 (עַכְבָּר);","strongs_definition":"Akbor, the name of an Idumaean and of two Israelites","kjv_definition":"Achbor."} +{"id":"H5908","strongs_number":"H5908","system":"hebrew","language":"hebrew","number_value":5908,"lemma":"עַכָּבִישׁ","transliteration":"ʻakkâbîysh","pronunciation":"ak-kaw-beesh'","derivation":"probably from an unused root in the literal sense of entangling;","strongs_definition":"a spider (as weaving a network)","kjv_definition":"spider."} +{"id":"H5909","strongs_number":"H5909","system":"hebrew","language":"hebrew","number_value":5909,"lemma":"עַכְבָּר","transliteration":"ʻakbâr","pronunciation":"ak-bawr'","derivation":"probably from the same as H5908 (עַכָּבִישׁ) in the secondary sense of attacking;","strongs_definition":"a mouse (as nibbling)","kjv_definition":"mouse."} +{"id":"H5910","strongs_number":"H5910","system":"hebrew","language":"hebrew","number_value":5910,"lemma":"עַכּוֹ","transliteration":"ʻAkkôw","pronunciation":"ak-ko'","derivation":"apparently from an unused root meaning to hem in;","strongs_definition":"Akko (from its situation on a bay)","kjv_definition":"Accho."} +{"id":"H5911","strongs_number":"H5911","system":"hebrew","language":"hebrew","number_value":5911,"lemma":"עָכוֹר","transliteration":"ʻÂkôwr","pronunciation":"aw-kore'","derivation":"from H5916 (עָכַר); troubled;","strongs_definition":"Akor, the name of a place in Palestine","kjv_definition":"Achor."} +{"id":"H5912","strongs_number":"H5912","system":"hebrew","language":"hebrew","number_value":5912,"lemma":"עָכָן","transliteration":"ʻÂkân","pronunciation":"aw-kawn'","derivation":"from an unused root meaning to trouble; troublesome;","strongs_definition":"Akan, an Israelite","kjv_definition":"Achan. Compare H5917 (עָכָר)."} +{"id":"H5913","strongs_number":"H5913","system":"hebrew","language":"hebrew","number_value":5913,"lemma":"עָכַס","transliteration":"ʻâkaç","pronunciation":"aw-kas'","derivation":"a primitive root; properly, to tie, specifically, with fetters; but used only as denominative from H5914 (עֶכֶס);","strongs_definition":"to put on anklets","kjv_definition":"make a tinkling ornament."} +{"id":"H5914","strongs_number":"H5914","system":"hebrew","language":"hebrew","number_value":5914,"lemma":"עֶכֶס","transliteration":"ʻekeç","pronunciation":"eh'-kes","derivation":"from H5913 (עָכַס);","strongs_definition":"a fetter; hence, an anklet","kjv_definition":"stocks, tinkling ornament."} +{"id":"H5915","strongs_number":"H5915","system":"hebrew","language":"hebrew","number_value":5915,"lemma":"עַכְסָה","transliteration":"ʻAkçâh","pronunciation":"ak-saw'","derivation":"feminine of H5914 (עֶכֶס); anklet;","strongs_definition":"Aksah, an Israelitess","kjv_definition":"Achsah."} +{"id":"H5916","strongs_number":"H5916","system":"hebrew","language":"hebrew","number_value":5916,"lemma":"עָכַר","transliteration":"ʻâkar","pronunciation":"aw-kar'","derivation":"a primitive root;","strongs_definition":"properly, to roil water; figuratively, to disturb or affict","kjv_definition":"trouble, stir."} +{"id":"H5917","strongs_number":"H5917","system":"hebrew","language":"hebrew","number_value":5917,"lemma":"עָכָר","transliteration":"ʻÂkâr","pronunciation":"aw-kawr'","derivation":"from H5916 (עָכַר); troublesome;","strongs_definition":"Akar, an Israelite","kjv_definition":"Achar. Compare H5912 (עָכָן)."} +{"id":"H5918","strongs_number":"H5918","system":"hebrew","language":"hebrew","number_value":5918,"lemma":"עׇכְרָן","transliteration":"ʻOkrân","pronunciation":"ok-rawn'","derivation":"from H5916 (עָכַר); muddler;","strongs_definition":"Okran, an Israelite","kjv_definition":"Ocran."} +{"id":"H5919","strongs_number":"H5919","system":"hebrew","language":"hebrew","number_value":5919,"lemma":"עַכְשׁוּב","transliteration":"ʻakshûwb","pronunciation":"ak-shoob'","derivation":"probably from an unused root meaning to coil;","strongs_definition":"an asp (from lurking coiled up)","kjv_definition":"adder."} +{"id":"H5920","strongs_number":"H5920","system":"hebrew","language":"hebrew","number_value":5920,"lemma":"עַל","transliteration":"ʻal","pronunciation":"al","derivation":"from H5927 (עָלָה);","strongs_definition":"properly, the top; specifically, the highest (i.e. God); also (adverb) aloft, to Jehovah","kjv_definition":"above, high, most High."} +{"id":"H5921","strongs_number":"H5921","system":"hebrew","language":"hebrew","number_value":5921,"lemma":"עַל","transliteration":"ʻal","pronunciation":"al","derivation":"properly, the same as H5920 (עַל) used as a preposition (in the singular or plural often with prefix, or as conjunction with a particle following);","strongs_definition":"above, over, upon, or against (yet always in this last relation with a downward aspect) in a great variety of applications","kjv_definition":"above, according to(-ly), after, (as) against, among, and, [idiom] as, at, because of, beside (the rest of), between, beyond the time, [idiom] both and, by (reason of), [idiom] had the charge of, concerning for, in (that), (forth, out) of, (from) (off), (up-) on, over, than, through(-out), to, touching, [idiom] with."} +{"id":"H5922","strongs_number":"H5922","system":"hebrew","language":"hebrew","number_value":5922,"lemma":"עַל","transliteration":"ʻal","pronunciation":"al","derivation":"(Aramaic) corresponding to H5921 (עַל)","strongs_definition":"{above, over, upon, or against (yet always in this last relation with a downward aspect) in a great variety of applications}","kjv_definition":"about, against, concerning, for, (there-) fore, from, in, [idiom] more, of, (there-, up-) on, (in-) to, [phrase] why with."} +{"id":"H5923","strongs_number":"H5923","system":"hebrew","language":"hebrew","number_value":5923,"lemma":"עֹל","transliteration":"ʻôl","pronunciation":"ole","derivation":"or עוֹל; from H5953 (עָלַל);","strongs_definition":"a yoke (as imposed on the neck), literally or figuratively","kjv_definition":"yoke."} +{"id":"H5924","strongs_number":"H5924","system":"hebrew","language":"hebrew","number_value":5924,"lemma":"עֵלָּא","transliteration":"ʻêllâʼ","pronunciation":"ale-law'","derivation":"(Aramaic) from H5922 (עַל);","strongs_definition":"above","kjv_definition":"over."} +{"id":"H5925","strongs_number":"H5925","system":"hebrew","language":"hebrew","number_value":5925,"lemma":"עֻלָּא","transliteration":"ʻUllâʼ","pronunciation":"ool-law'","derivation":"feminine of H5923 (עֹל); burden;","strongs_definition":"Ulla, an Israelite","kjv_definition":"Ulla."} +{"id":"H5926","strongs_number":"H5926","system":"hebrew","language":"hebrew","number_value":5926,"lemma":"עִלֵּג","transliteration":"ʻillêg","pronunciation":"il-layg'","derivation":"from an unused root meaning to stutter;","strongs_definition":"stuttering","kjv_definition":"stammerer."} +{"id":"H5927","strongs_number":"H5927","system":"hebrew","language":"hebrew","number_value":5927,"lemma":"עָלָה","transliteration":"ʻâlâh","pronunciation":"aw-law'","derivation":"a primitive root;","strongs_definition":"to ascend, intransitively (be high) or actively (mount); used in a great variety of senses, primary and secondary, literal and figurative","kjv_definition":"arise (up), (cause to) ascend up, at once, break (the day) (up), bring (up), (cause to) burn, carry up, cast up, [phrase] shew, climb (up), (cause to, make to) come (up), cut off, dawn, depart, exalt, excel, fall, fetch up, get up, (make to) go (away, up); grow (over) increase, lay, leap, levy, lift (self) up, light, (make) up, [idiom] mention, mount up, offer, make to pay, [phrase] perfect, prefer, put (on), raise, recover, restore, (make to) rise (up), scale, set (up), shoot forth (up), (begin to) spring (up), stir up, take away (up), work."} +{"id":"H5928","strongs_number":"H5928","system":"hebrew","language":"hebrew","number_value":5928,"lemma":"עֲלָה","transliteration":"ʻălâh","pronunciation":"al-law'","derivation":"(Aramaic) corresponding to H5930 (עֹלָה);","strongs_definition":"a holocaust","kjv_definition":"burnt offering."} +{"id":"H5929","strongs_number":"H5929","system":"hebrew","language":"hebrew","number_value":5929,"lemma":"עָלֶה","transliteration":"ʻâleh","pronunciation":"aw-leh'","derivation":"from H5927 (עָלָה);","strongs_definition":"a leaf (as coming up on a tree); collectively, foliage","kjv_definition":"branch, leaf."} +{"id":"H5930","strongs_number":"H5930","system":"hebrew","language":"hebrew","number_value":5930,"lemma":"עֹלָה","transliteration":"ʻôlâh","pronunciation":"o-law'","derivation":"or עוֹלָה; feminine active participle of H5927 (עָלָה);","strongs_definition":"a step or (collectively, stairs, as ascending); usually a holocaust (as going up in smoke)","kjv_definition":"ascent, burnt offering (sacrifice), go up to. See also H5766 (עֶוֶל)."} +{"id":"H5931","strongs_number":"H5931","system":"hebrew","language":"hebrew","number_value":5931,"lemma":"עִלָּה","transliteration":"ʻillâh","pronunciation":"il-law'","derivation":"(Aramaic) feminine from a root corresponding to H5927 (עָלָה);","strongs_definition":"a pretext (as arising artificially)","kjv_definition":"occasion."} +{"id":"H5932","strongs_number":"H5932","system":"hebrew","language":"hebrew","number_value":5932,"lemma":"עַלְוָה","transliteration":"ʻalvâh","pronunciation":"al-vaw'","derivation":"for H5766 (עֶוֶל);","strongs_definition":"moral perverseness","kjv_definition":"iniquity."} +{"id":"H5933","strongs_number":"H5933","system":"hebrew","language":"hebrew","number_value":5933,"lemma":"עַלְוָה","transliteration":"ʻAlvâh","pronunciation":"al-vaw'","derivation":"or עַליָה; the same as H5932 (עַלְוָה);","strongs_definition":"Alvah or Aljah, an Idumaean","kjv_definition":"Aliah, Alvah."} +{"id":"H5934","strongs_number":"H5934","system":"hebrew","language":"hebrew","number_value":5934,"lemma":"עָלוּם","transliteration":"ʻâlûwm","pronunciation":"aw-loom'","derivation":"passive participle of H5956 (עָלַם) in the denominative sense of H5958 (עֶלֶם);","strongs_definition":"(only in plural as abstract) adolescence; figuratively, vigor","kjv_definition":"youth."} +{"id":"H5935","strongs_number":"H5935","system":"hebrew","language":"hebrew","number_value":5935,"lemma":"עַלְוָן","transliteration":"ʻAlvân","pronunciation":"al-vawn'","derivation":"or עַלְיָן; from H5927 (עָלָה); lofty;","strongs_definition":"Alvan or Aljan, an Idumaean","kjv_definition":"Alian, Alvan."} +{"id":"H5936","strongs_number":"H5936","system":"hebrew","language":"hebrew","number_value":5936,"lemma":"עֲלוּקָה","transliteration":"ʻălûwqâh","pronunciation":"al-oo-kaw'","derivation":"feminine passive participle of an unused root meaning to suck;","strongs_definition":"the leech","kjv_definition":"horse-leech."} +{"id":"H5937","strongs_number":"H5937","system":"hebrew","language":"hebrew","number_value":5937,"lemma":"עָלַז","transliteration":"ʻâlaz","pronunciation":"aw-laz'","derivation":"a primitive root;","strongs_definition":"to jump for joy, i.e. exult","kjv_definition":"be joyful, rejoice, triumph."} +{"id":"H5938","strongs_number":"H5938","system":"hebrew","language":"hebrew","number_value":5938,"lemma":"עָלֵז","transliteration":"ʻâlêz","pronunciation":"aw-laze'","derivation":"from H5937 (עָלַז);","strongs_definition":"exultant","kjv_definition":"that rejoiceth."} +{"id":"H5939","strongs_number":"H5939","system":"hebrew","language":"hebrew","number_value":5939,"lemma":"עֲלָטָה","transliteration":"ʻălâṭâh","pronunciation":"al-aw-taw'","derivation":"feminine from an unused root meaning to cover;","strongs_definition":"dusk","kjv_definition":"dark, twilight."} +{"id":"H5940","strongs_number":"H5940","system":"hebrew","language":"hebrew","number_value":5940,"lemma":"עֱלִי","transliteration":"ʻĕlîy","pronunciation":"el-ee'","derivation":"from H5927 (עָלָה);","strongs_definition":"a pestle (as lifted)","kjv_definition":"pestle."} +{"id":"H5941","strongs_number":"H5941","system":"hebrew","language":"hebrew","number_value":5941,"lemma":"עֵלִי","transliteration":"ʻÊlîy","pronunciation":"ay-lee'","derivation":"from H5927 (עָלָה); lofty;","strongs_definition":"Eli, an Israelite highpriest","kjv_definition":"Eli."} +{"id":"H5942","strongs_number":"H5942","system":"hebrew","language":"hebrew","number_value":5942,"lemma":"עִלִּי","transliteration":"ʻillîy","pronunciation":"il-lee'","derivation":"from H5927 (עָלָה);","strongs_definition":"high; i.e. comparative","kjv_definition":"upper."} +{"id":"H5943","strongs_number":"H5943","system":"hebrew","language":"hebrew","number_value":5943,"lemma":"עִלַּי","transliteration":"ʻillay","pronunciation":"il-lah'-ee","derivation":"(Aramaic) corresponding to H5942 (עִלִּי);","strongs_definition":"supreme (i.e. God)","kjv_definition":"(most) high."} +{"id":"H5944","strongs_number":"H5944","system":"hebrew","language":"hebrew","number_value":5944,"lemma":"עֲלִיָּה","transliteration":"ʻălîyâh","pronunciation":"al-ee-yaw'","derivation":"feminine from H5927 (עָלָה);","strongs_definition":"something lofty, i.e. a stair-way; also a second-story room (or even one on the roof); figuratively, the sky","kjv_definition":"ascent, (upper) chamber, going up, loft, parlour."} +{"id":"H5945","strongs_number":"H5945","system":"hebrew","language":"hebrew","number_value":5945,"lemma":"עֶלְיוֹן","transliteration":"ʻelyôwn","pronunciation":"el-yone'","derivation":"from H5927 (עָלָה);","strongs_definition":"an elevation, i.e. (adj.) lofty (compar.); as title, the Supreme","kjv_definition":"(Most, on) high(-er, -est), upper(-most)."} +{"id":"H5946","strongs_number":"H5946","system":"hebrew","language":"hebrew","number_value":5946,"lemma":"עֶלְיוֹן","transliteration":"ʻelyôwn","pronunciation":"el-yone'","derivation":"(Aramaic) corresponding to H5945 (עֶלְיוֹן);","strongs_definition":"the Supreme","kjv_definition":"Most high."} +{"id":"H5947","strongs_number":"H5947","system":"hebrew","language":"hebrew","number_value":5947,"lemma":"עַלִּיז","transliteration":"ʻallîyz","pronunciation":"al-leez'","derivation":"from H5937 (עָלַז);","strongs_definition":"exultant","kjv_definition":"joyous, (that) rejoice(-ing)"} +{"id":"H5948","strongs_number":"H5948","system":"hebrew","language":"hebrew","number_value":5948,"lemma":"עֲלִיל","transliteration":"ʻălîyl","pronunciation":"al-eel'","derivation":"from H5953 (עָלַל) in the sense of completing;","strongs_definition":"probably a crucible (as working over the metal)","kjv_definition":"furnace."} +{"id":"H5949","strongs_number":"H5949","system":"hebrew","language":"hebrew","number_value":5949,"lemma":"עֲלִילָה","transliteration":"ʻălîylâh","pronunciation":"al-ee-law'","derivation":"or עֲלִלָה; from H5953 (עָלַל) in the sense of effecting;","strongs_definition":"an exploit (of God), or a performance (of man, often in a bad sense); by implication, an opportunity","kjv_definition":"act(-ion), deed, doing, invention, occasion, work."} +{"id":"H5950","strongs_number":"H5950","system":"hebrew","language":"hebrew","number_value":5950,"lemma":"עֲלִילִיָּה","transliteration":"ʻălîylîyâh","pronunciation":"al-ee-lee-yaw'","derivation":"for H5949 (עֲלִילָה);","strongs_definition":"(miraculous) execution","kjv_definition":"work."} +{"id":"H5951","strongs_number":"H5951","system":"hebrew","language":"hebrew","number_value":5951,"lemma":"עֲלִיצוּת","transliteration":"ʻălîytsûwth","pronunciation":"al-ee-tsooth'","derivation":"from H5970 (עָלַץ);","strongs_definition":"exultation","kjv_definition":"rejoicing."} +{"id":"H5952","strongs_number":"H5952","system":"hebrew","language":"hebrew","number_value":5952,"lemma":"עַלִּית","transliteration":"ʻallîyth","pronunciation":"al-leeth'","derivation":"from H5927 (עָלָה);","strongs_definition":"a second-story room","kjv_definition":"chamber. Compare H5944 (עֲלִיָּה)."} +{"id":"H5953","strongs_number":"H5953","system":"hebrew","language":"hebrew","number_value":5953,"lemma":"עָלַל","transliteration":"ʻâlal","pronunciation":"aw-lal'","derivation":"a primitive root;","strongs_definition":"to effect thoroughly; specifically, to glean (also figuratively); by implication (in a bad sense) to overdo, i.e. maltreat, be saucy to, pain, impose (also literal)","kjv_definition":"abuse, affect, [idiom] child, defile, do, glean, mock, practise, thoroughly, work (wonderfully)."} +{"id":"H5954","strongs_number":"H5954","system":"hebrew","language":"hebrew","number_value":5954,"lemma":"עֲלַל","transliteration":"ʻălal","pronunciation":"al-al'","derivation":"(Aramaic) corresponding to H5953 (עָלַל) (in the sense of thrusting oneself in),","strongs_definition":"to enter; causatively, to introduce","kjv_definition":"bring in, come in, go in."} +{"id":"H5955","strongs_number":"H5955","system":"hebrew","language":"hebrew","number_value":5955,"lemma":"עֹלֵלָה","transliteration":"ʻôlêlâh","pronunciation":"o-lay-law'","derivation":"feminine active participle of H5953 (עָלַל);","strongs_definition":"only in plural gleanings; by extension gleaning-time","kjv_definition":"(gleaning) (of the) grapes, grapegleanings."} +{"id":"H5956","strongs_number":"H5956","system":"hebrew","language":"hebrew","number_value":5956,"lemma":"עָלַם","transliteration":"ʻâlam","pronunciation":"aw-lam'","derivation":"a primitive root;","strongs_definition":"to veil from sight, i.e. conceal (literally or figuratively)","kjv_definition":"[idiom] any ways, blind, dissembler, hide (self), secret (thing)."} +{"id":"H5957","strongs_number":"H5957","system":"hebrew","language":"hebrew","number_value":5957,"lemma":"עָלַם","transliteration":"ʻâlam","pronunciation":"aw-lam'","derivation":"(Aramaic) corresponding to H5769 (עוֹלָם);","strongs_definition":"remote time, i.e. the future or past indefinitely; often adverb, forever","kjv_definition":"for (n-)ever (lasting), old."} +{"id":"H5958","strongs_number":"H5958","system":"hebrew","language":"hebrew","number_value":5958,"lemma":"עֶלֶם","transliteration":"ʻelem","pronunciation":"eh'-lem","derivation":"from H5956 (עָלַם); (compare H5959 (עַלְמָה))","strongs_definition":"properly, something kept out of sight, i.e. a lad","kjv_definition":"young man, stripling."} +{"id":"H5959","strongs_number":"H5959","system":"hebrew","language":"hebrew","number_value":5959,"lemma":"עַלְמָה","transliteration":"ʻalmâh","pronunciation":"al-maw'","derivation":"feminine of H5958 (עֶלֶם);","strongs_definition":"a lass (as veiled or private)","kjv_definition":"damsel, maid, virgin."} +{"id":"H5960","strongs_number":"H5960","system":"hebrew","language":"hebrew","number_value":5960,"lemma":"עַלְמוֹן","transliteration":"ʻAlmôwn","pronunciation":"al-mone'","derivation":"from H5956 (עָלַם); hidden; See also H5963 (עַלְמֹן דִּבְלָתָיְמָה).","strongs_definition":"Almon, a place in Palestine","kjv_definition":null} +{"id":"H5961","strongs_number":"H5961","system":"hebrew","language":"hebrew","number_value":5961,"lemma":"עֲלָמוֹת","transliteration":"ʻĂlâmôwth","pronunciation":"al-aw-moth'","derivation":"plural of H5959 (עַלְמָה);","strongs_definition":"properly, girls, i.e. the soprano or female voice, perhaps falsetto","kjv_definition":"Alamoth."} +{"id":"H5962","strongs_number":"H5962","system":"hebrew","language":"hebrew","number_value":5962,"lemma":"עַלְמִי","transliteration":"ʻAlmîy","pronunciation":"al-mee'","derivation":"(Aramaic) patrial from a name corresponding to H5867 (עֵילָם) contracted;","strongs_definition":"an Elamite or inhabitant of Elam","kjv_definition":"Elamite."} +{"id":"H5963","strongs_number":"H5963","system":"hebrew","language":"hebrew","number_value":5963,"lemma":"עַלְמֹן דִּבְלָתָיְמָה","transliteration":"ʻAlmôn Diblâthâyᵉmâh","pronunciation":"al-mone' dib-lawthaw'-yem-aw","derivation":"from the same as H5960 (עַלְמוֹן) and the dual of H1960 (הֻיְּדָה) (compare H1015 (בֵּית דִּבְלָתַיִם)) with enclitic of direction; Almon towards Diblathajim;","strongs_definition":"Almon-Diblathajemah, a place in Moab","kjv_definition":"Almondilathaim."} +{"id":"H5964","strongs_number":"H5964","system":"hebrew","language":"hebrew","number_value":5964,"lemma":"עָלֶמֶת","transliteration":"ʻÂlemeth","pronunciation":"aw-leh'-meth","derivation":"from H5956 (עָלַם); a covering;","strongs_definition":"Alemeth, the name of a place in Palestine and of two Israelites","kjv_definition":"Alameth, Alemeth."} +{"id":"H5965","strongs_number":"H5965","system":"hebrew","language":"hebrew","number_value":5965,"lemma":"עָלַס","transliteration":"ʻâlaç","pronunciation":"aw-las'","derivation":"a primitive root;","strongs_definition":"to leap for joy, i.e. exult, wave joyously","kjv_definition":"[idiom] peacock, rejoice, solace self."} +{"id":"H5966","strongs_number":"H5966","system":"hebrew","language":"hebrew","number_value":5966,"lemma":"עָלַע","transliteration":"ʻâlaʻ","pronunciation":"aw-lah'","derivation":"a primitive root;","strongs_definition":"to sip up","kjv_definition":"suck up."} +{"id":"H5967","strongs_number":"H5967","system":"hebrew","language":"hebrew","number_value":5967,"lemma":"עֲלַע","transliteration":"ʻălaʻ","pronunciation":"al-ah'","derivation":"(Aramaic) corresponding to H6763 (צֵלָע);","strongs_definition":"a rib","kjv_definition":"rib."} +{"id":"H5968","strongs_number":"H5968","system":"hebrew","language":"hebrew","number_value":5968,"lemma":"עָלַף","transliteration":"ʻâlaph","pronunciation":"aw-laf'","derivation":"a primitive root;","strongs_definition":"to veil or cover; figuratively, to be languid","kjv_definition":"faint, overlaid, wrap self."} +{"id":"H5969","strongs_number":"H5969","system":"hebrew","language":"hebrew","number_value":5969,"lemma":"עֻלְפֶּה","transliteration":"ʻulpeh","pronunciation":"ool-peh'","derivation":"from H5968 (עָלַף);","strongs_definition":"an envelope, i.e. (figuratively) mourning","kjv_definition":"fainted."} +{"id":"H5970","strongs_number":"H5970","system":"hebrew","language":"hebrew","number_value":5970,"lemma":"עָלַץ","transliteration":"ʻâlats","pronunciation":"aw-lats'","derivation":"a primitive root;","strongs_definition":"to jump for joy, i.e. exult","kjv_definition":"be joyful, rejoice, triumph."} +{"id":"H5971","strongs_number":"H5971","system":"hebrew","language":"hebrew","number_value":5971,"lemma":"עַם","transliteration":"ʻam","pronunciation":"am","derivation":"from H6004 (עָמַם);","strongs_definition":"a people (as a congregated unit); specifically, a tribe (as those of Israel); hence (collectively) troops or attendants; figuratively, a flock","kjv_definition":"folk, men, nation, people."} +{"id":"H5972","strongs_number":"H5972","system":"hebrew","language":"hebrew","number_value":5972,"lemma":"עַם","transliteration":"ʻam","pronunciation":"am","derivation":"(Aramaic) corresponding to H5971 (עַם)","strongs_definition":"{a people (as a congregated unit); specifically, a tribe (as those of Israel); hence (collectively) troops or attendants; figuratively, a flock}","kjv_definition":"people."} +{"id":"H5973","strongs_number":"H5973","system":"hebrew","language":"hebrew","number_value":5973,"lemma":"עִם","transliteration":"ʻim","pronunciation":"eem","derivation":"from H6004 (עָמַם);","strongs_definition":"adverb or preposition, with (i.e. in conjunction with), in varied applications; specifically, equally with; often with prepositional prefix (and then usually unrepresented in English)","kjv_definition":"accompanying, against, and, as ([idiom] long as), before, beside, by (reason of), for all, from (among, between), in, like, more than, of, (un-) to, with(-al)."} +{"id":"H5974","strongs_number":"H5974","system":"hebrew","language":"hebrew","number_value":5974,"lemma":"עִם","transliteration":"ʻim","pronunciation":"eem","derivation":"(Aramaic) corresponding to H5973 (עִם)","strongs_definition":"{adverb or preposition, with (i.e. in conjunction with), in varied applications; specifically, equally with; often with prepositional prefix (and then usually unrepresented in English)}","kjv_definition":"by, from, like, to(-ward), with."} +{"id":"H5975","strongs_number":"H5975","system":"hebrew","language":"hebrew","number_value":5975,"lemma":"עָמַד","transliteration":"ʻâmad","pronunciation":"aw-mad'","derivation":"a primitive root;","strongs_definition":"to stand, in various relations (literal and figurative, intransitive and transitive)","kjv_definition":"abide (behind), appoint, arise, cease, confirm, continue, dwell, be employed, endure, establish, leave, make, ordain, be (over), place, (be) present (self), raise up, remain, repair, [phrase] serve, set (forth, over, -tle, up), (make to, make to be at a, with-) stand (by, fast, firm, still, up), (be at a) stay (up), tarry."} +{"id":"H5976","strongs_number":"H5976","system":"hebrew","language":"hebrew","number_value":5976,"lemma":"עָמַד","transliteration":"ʻâmad","pronunciation":"aw-mad'","derivation":"for H4571 (מָעַד);","strongs_definition":"to shake","kjv_definition":"be at a stand."} +{"id":"H5977","strongs_number":"H5977","system":"hebrew","language":"hebrew","number_value":5977,"lemma":"עֹמֶד","transliteration":"ʻômed","pronunciation":"o'-med","derivation":"from H5975 (עָמַד);","strongs_definition":"a spot (as being fixed)","kjv_definition":"place, ([phrase] where) stood, upright."} +{"id":"H5978","strongs_number":"H5978","system":"hebrew","language":"hebrew","number_value":5978,"lemma":"עִמָּד","transliteration":"ʻimmâd","pronunciation":"im-mawd'","derivation":"prolonged for H5973 (עִם);","strongs_definition":"along with","kjv_definition":"against, by, from, [phrase] me, [phrase] mine, of, [phrase] that I take, unto, upon, with(-in.)"} +{"id":"H5979","strongs_number":"H5979","system":"hebrew","language":"hebrew","number_value":5979,"lemma":"עֶמְדָּה","transliteration":"ʻemdâh","pronunciation":"em-daw'","derivation":"from H5975 (עָמַד);","strongs_definition":"a station, i.e. domicile","kjv_definition":"standing."} +{"id":"H5980","strongs_number":"H5980","system":"hebrew","language":"hebrew","number_value":5980,"lemma":"עֻמָּה","transliteration":"ʻummâh","pronunciation":"oom-maw'","derivation":"from H6004 (עָמַם);","strongs_definition":"conjunction, i.e. society; mostly adverb or preposition (with prepositional prefix), near, beside, along with","kjv_definition":"(over) against, at, beside, hard by, in points."} +{"id":"H5981","strongs_number":"H5981","system":"hebrew","language":"hebrew","number_value":5981,"lemma":"עֻמָּה","transliteration":"ʻUmmâh","pronunciation":"oom-maw'","derivation":"the same as H5980 (עֻמָּה); association;","strongs_definition":"Ummah, a place in Palestine","kjv_definition":"Ummah."} +{"id":"H5982","strongs_number":"H5982","system":"hebrew","language":"hebrew","number_value":5982,"lemma":"עַמּוּד","transliteration":"ʻammûwd","pronunciation":"am-mood'","derivation":"or עַמֻּד; from H5975 (עָמַד);","strongs_definition":"a column (as standing); also a stand, i.e. platform","kjv_definition":"[idiom] apiece, pillar."} +{"id":"H5983","strongs_number":"H5983","system":"hebrew","language":"hebrew","number_value":5983,"lemma":"עַמּוֹן","transliteration":"ʻAmmôwn","pronunciation":"am-mone'","derivation":"from H5971 (עַם); tribal, i.e. inbred;","strongs_definition":"Ammon, a son of Lot; also his posterity and their country","kjv_definition":"Ammon, Ammonites."} +{"id":"H5984","strongs_number":"H5984","system":"hebrew","language":"hebrew","number_value":5984,"lemma":"עַמּוֹנִי","transliteration":"ʻAmmôwnîy","pronunciation":"am-mo-nee'","derivation":"patronymically from H5983 (עַמּוֹן);","strongs_definition":"an Ammonite or (the adjective) Ammonitish","kjv_definition":"Ammonite(-s)."} +{"id":"H5985","strongs_number":"H5985","system":"hebrew","language":"hebrew","number_value":5985,"lemma":"עַמּוֹנִית","transliteration":"ʻAmmôwnîyth","pronunciation":"am-mo-neeth'","derivation":"feminine of H5984 (עַמּוֹנִי);","strongs_definition":"an Ammonitess","kjv_definition":"Ammonite(-ss)."} +{"id":"H5986","strongs_number":"H5986","system":"hebrew","language":"hebrew","number_value":5986,"lemma":"עָמוֹס","transliteration":"ʻÂmôwç","pronunciation":"aw-moce'","derivation":"from H6006 (עָמַס); burdensome;","strongs_definition":"Amos, an Israelite prophet","kjv_definition":"Amos."} +{"id":"H5987","strongs_number":"H5987","system":"hebrew","language":"hebrew","number_value":5987,"lemma":"עָמוֹק","transliteration":"ʻÂmôwq","pronunciation":"aw-moke'","derivation":"from H6009 (עָמַק); deep;","strongs_definition":"Amok, an Israelite","kjv_definition":"Amok."} +{"id":"H5988","strongs_number":"H5988","system":"hebrew","language":"hebrew","number_value":5988,"lemma":"עַמִּיאֵל","transliteration":"ʻAmmîyʼêl","pronunciation":"am-mee-ale'","derivation":"from H5971 (עַם) and H410 (אֵל); people of God;","strongs_definition":"Ammiel, the name of three or four Israelites","kjv_definition":"Ammiel."} +{"id":"H5989","strongs_number":"H5989","system":"hebrew","language":"hebrew","number_value":5989,"lemma":"עַמִּיהוּד","transliteration":"ʻAmmîyhûwd","pronunciation":"am-mee-hood'","derivation":"from H5971 (עַם) and H1935 (הוֹד); people of splendor;","strongs_definition":"Ammihud, the name of three Israelites","kjv_definition":"Ammihud."} +{"id":"H5990","strongs_number":"H5990","system":"hebrew","language":"hebrew","number_value":5990,"lemma":"עַמִּיזָבָד","transliteration":"ʻAmmîyzâbâd","pronunciation":"am-mee-zaw-bawd'","derivation":"from H5971 (עַם) and H2064 (זָבַד); people of endowment;","strongs_definition":"Ammizabad, an Israelite","kjv_definition":"Ammizabad."} +{"id":"H5991","strongs_number":"H5991","system":"hebrew","language":"hebrew","number_value":5991,"lemma":"עַמִּיחוּר","transliteration":"ʻAmmîychûwr","pronunciation":"am-mee-khoor'","derivation":"from H5971 (עַם) and H2353 (חוּר); people of nobility;","strongs_definition":"Ammichur, a Syrian prince","kjv_definition":"Ammihud (from the margin)."} +{"id":"H5992","strongs_number":"H5992","system":"hebrew","language":"hebrew","number_value":5992,"lemma":"עַמִּינָדָב","transliteration":"ʻAmmîynâdâb","pronunciation":"am-mee-naw-dawb'","derivation":"from H5971 (עַם) and H5068 (נָדַב); people of liberality;","strongs_definition":"Amminadab, the name of four Israelites","kjv_definition":"Amminadab."} +{"id":"H5993","strongs_number":"H5993","system":"hebrew","language":"hebrew","number_value":5993,"lemma":"עַמִּי נָדִיב","transliteration":"ʻAmmîy Nâdîyb","pronunciation":"am-mee' naw-deeb'","derivation":"from H5971 (עַם) and H5081 (נָדִיב); my people (is) liberal;","strongs_definition":"Ammi-Nadib, probably an Israelite","kjv_definition":"Amminadib."} +{"id":"H5994","strongs_number":"H5994","system":"hebrew","language":"hebrew","number_value":5994,"lemma":"עֲמִיק","transliteration":"ʻămîyq","pronunciation":"am-eek'","derivation":"(Aramaic) corresponding to H6012 (עָמֵק);","strongs_definition":"profound, i.e. unsearchable","kjv_definition":"deep."} +{"id":"H5995","strongs_number":"H5995","system":"hebrew","language":"hebrew","number_value":5995,"lemma":"עָמִיר","transliteration":"ʻâmîyr","pronunciation":"aw-meer'","derivation":"from H6014 (עָמַר);","strongs_definition":"a bunch of grain","kjv_definition":"handful, sheaf."} +{"id":"H5996","strongs_number":"H5996","system":"hebrew","language":"hebrew","number_value":5996,"lemma":"עַמִּישַׁדַּי","transliteration":"ʻAmmîyshadday","pronunciation":"am-mee-shad-dah'ee","derivation":"from H5971 (עַם) and H7706 (שַׁדַּי); people of (the) Almighty;","strongs_definition":"Ammishaddai, an Israelite","kjv_definition":"Ammishaddai."} +{"id":"H5997","strongs_number":"H5997","system":"hebrew","language":"hebrew","number_value":5997,"lemma":"עָמִית","transliteration":"ʻâmîyth","pronunciation":"aw-meeth'","derivation":"from a primitive root meaning to associate;","strongs_definition":"companionship; hence (concretely) a comrade or kindred man","kjv_definition":"another, fellow, neighbour."} +{"id":"H5998","strongs_number":"H5998","system":"hebrew","language":"hebrew","number_value":5998,"lemma":"עָמַל","transliteration":"ʻâmal","pronunciation":"aw-mal'","derivation":"a primitive root;","strongs_definition":"to toil, i.e. work severely and with irksomeness","kjv_definition":"(take) labour (in)."} +{"id":"H5999","strongs_number":"H5999","system":"hebrew","language":"hebrew","number_value":5999,"lemma":"עָמָל","transliteration":"ʻâmâl","pronunciation":"aw-mawl'","derivation":"from H5998 (עָמַל);","strongs_definition":"toil, i.e. wearing effort; hence, worry, wheth. of body or mind","kjv_definition":"grievance(-vousness), iniquity, labour, mischief, miserable(-sery), pain(-ful), perverseness, sorrow, toil, travail, trouble, wearisome, wickedness."} +{"id":"H6000","strongs_number":"H6000","system":"hebrew","language":"hebrew","number_value":6000,"lemma":"עָמָל","transliteration":"ʻÂmâl","pronunciation":"aw-mawl'","derivation":"the same as H5999 (עָמָל);","strongs_definition":"Amal, an Israelite","kjv_definition":"Amal."} +{"id":"H6001","strongs_number":"H6001","system":"hebrew","language":"hebrew","number_value":6001,"lemma":"עָמֵל","transliteration":"ʻâmêl","pronunciation":"aw-male'","derivation":"from H5998 (עָמַל);","strongs_definition":"toiling; concretely, a laborer; figuratively, sorrowful","kjv_definition":"that laboureth, that is a misery, had taken (labour), wicked, workman."} +{"id":"H6002","strongs_number":"H6002","system":"hebrew","language":"hebrew","number_value":6002,"lemma":"עֲמָלֵק","transliteration":"ʻĂmâlêq","pronunciation":"am-aw-lake'","derivation":"probably of foreign origin;","strongs_definition":"Amalek, a descendant of Esau; also his posterity and their country","kjv_definition":"Amalek."} +{"id":"H6003","strongs_number":"H6003","system":"hebrew","language":"hebrew","number_value":6003,"lemma":"עֲמָלֵקִי","transliteration":"ʻĂmâlêqîy","pronunciation":"am-aw-lay-kee'","derivation":"patronymically from H6002 (עֲמָלֵק);","strongs_definition":"an Amalekite (or collectively the Amalekites) or descendants of Amalek","kjv_definition":"Amalekite(-s)."} +{"id":"H6004","strongs_number":"H6004","system":"hebrew","language":"hebrew","number_value":6004,"lemma":"עָמַם","transliteration":"ʻâmam","pronunciation":"aw-mam'","derivation":"a primitive root;","strongs_definition":"to associate; by implication, to overshadow (by huddling together)","kjv_definition":"become dim, hide."} +{"id":"H6005","strongs_number":"H6005","system":"hebrew","language":"hebrew","number_value":6005,"lemma":"עִמָּנוּאֵל","transliteration":"ʻImmânûwʼêl","pronunciation":"im-maw-noo-ale'","derivation":"from H5973 (עִם) and with a pronominal suffix inserted; with us (is) God;","strongs_definition":"Immanuel, a type name of Isaiah's son","kjv_definition":"Immanuel."} +{"id":"H6006","strongs_number":"H6006","system":"hebrew","language":"hebrew","number_value":6006,"lemma":"עָמַס","transliteration":"ʻâmaç","pronunciation":"aw-mas'","derivation":"or עָמַשׂ; a primitive root;","strongs_definition":"to load, i.e. impose aburden (or figuratively, infliction)","kjv_definition":"be borne, (heavy) burden (self), lade, load, put."} +{"id":"H6007","strongs_number":"H6007","system":"hebrew","language":"hebrew","number_value":6007,"lemma":"עֲמַסְיָה","transliteration":"ʻĂmaçyâh","pronunciation":"am-as-yaw'","derivation":"from H6006 (עָמַס) and H3050 (יָהּ); Jah has loaded;","strongs_definition":"Amasjah, an Israelite","kjv_definition":"Amasiah."} +{"id":"H6008","strongs_number":"H6008","system":"hebrew","language":"hebrew","number_value":6008,"lemma":"עַמְעָד","transliteration":"ʻAmʻâd","pronunciation":"am-awd'","derivation":"from H5971 (עַם) and H5703 (עַד); people of time;","strongs_definition":"Amad, a place in Palestine","kjv_definition":"Amad."} +{"id":"H6009","strongs_number":"H6009","system":"hebrew","language":"hebrew","number_value":6009,"lemma":"עָמַק","transliteration":"ʻâmaq","pronunciation":"aw-mak'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) deep (literally or figuratively)","kjv_definition":"(be, have, make, seek) deep(-ly), depth, be profound."} +{"id":"H6010","strongs_number":"H6010","system":"hebrew","language":"hebrew","number_value":6010,"lemma":"עֵמֶק","transliteration":"ʻêmeq","pronunciation":"ay'-mek","derivation":"from H6009 (עָמַק);","strongs_definition":"a vale (i.e. broad depression)","kjv_definition":"dale, vale, valley (often used as a part of proper names). See also H1025 (בֵּית הָעֵמֶק)."} +{"id":"H6011","strongs_number":"H6011","system":"hebrew","language":"hebrew","number_value":6011,"lemma":"עֹמֶק","transliteration":"ʻômeq","pronunciation":"o'-mek","derivation":"from H6009 (עָמַק);","strongs_definition":"depth","kjv_definition":"depth."} +{"id":"H6012","strongs_number":"H6012","system":"hebrew","language":"hebrew","number_value":6012,"lemma":"עָמֵק","transliteration":"ʻâmêq","pronunciation":"aw-make'","derivation":"from H6009 (עָמַק);","strongs_definition":"deep (literally or figuratively)","kjv_definition":"deeper, depth, strange."} +{"id":"H6013","strongs_number":"H6013","system":"hebrew","language":"hebrew","number_value":6013,"lemma":"עָמֹק","transliteration":"ʻâmôq","pronunciation":"aw-moke'","derivation":"from H6009 (עָמַק);","strongs_definition":"deep (literally or figuratively)","kjv_definition":"([idiom] exceeding) deep (thing)."} +{"id":"H6014","strongs_number":"H6014","system":"hebrew","language":"hebrew","number_value":6014,"lemma":"עָמַר","transliteration":"ʻâmar","pronunciation":"aw-mar'","derivation":"a primitive root; properly, apparently to heap; figuratively, to chastise (as if piling blows); specifically (as denominative from H6016 (עֹמֶר))","strongs_definition":"to gather grain","kjv_definition":"bind sheaves, make merchandise of."} +{"id":"H6015","strongs_number":"H6015","system":"hebrew","language":"hebrew","number_value":6015,"lemma":"עֲמַר","transliteration":"ʻămar","pronunciation":"am-ar'","derivation":"(Aramaic) corresponding to H6785 (צֶמֶר);","strongs_definition":"wool","kjv_definition":"wool."} +{"id":"H6016","strongs_number":"H6016","system":"hebrew","language":"hebrew","number_value":6016,"lemma":"עֹמֶר","transliteration":"ʻômer","pronunciation":"o'-mer","derivation":"from H6014 (עָמַר);","strongs_definition":"properly, a heap, i.e. a sheaf; also an omer, as a dry measure","kjv_definition":"omer, sheaf."} +{"id":"H6017","strongs_number":"H6017","system":"hebrew","language":"hebrew","number_value":6017,"lemma":"עֲמֹרָה","transliteration":"ʻĂmôrâh","pronunciation":"am-o-raw'","derivation":"from H6014 (עָמַר); a (ruined) heap;","strongs_definition":"Amorah, a place in Palestine","kjv_definition":"Gomorrah."} +{"id":"H6018","strongs_number":"H6018","system":"hebrew","language":"hebrew","number_value":6018,"lemma":"עׇמְרִי","transliteration":"ʻOmrîy","pronunciation":"om-ree'","derivation":"from H6014 (עָמַר); heaping;","strongs_definition":"Omri, an Israelite","kjv_definition":"Omri."} +{"id":"H6019","strongs_number":"H6019","system":"hebrew","language":"hebrew","number_value":6019,"lemma":"עַמְרָם","transliteration":"ʻAmrâm","pronunciation":"am-rawm'","derivation":"probably from H5971 (עַם) and H7311 (רוּם); high people;","strongs_definition":"Amram, the name of two Israelites","kjv_definition":"Amram."} +{"id":"H6020","strongs_number":"H6020","system":"hebrew","language":"hebrew","number_value":6020,"lemma":"עַמְרָמִי","transliteration":"ʻAmrâmîy","pronunciation":"am-raw-mee'","derivation":"from H6019 (עַמְרָם);","strongs_definition":"an Amramite or descendant of Amram","kjv_definition":"Amramite."} +{"id":"H6021","strongs_number":"H6021","system":"hebrew","language":"hebrew","number_value":6021,"lemma":"עֲמָשָׂא","transliteration":"ʻĂmâsâʼ","pronunciation":"am-aw-saw'","derivation":"from H6006 (עָמַס); burden;","strongs_definition":"Amasa, the name of two Israelites","kjv_definition":"Amasa."} +{"id":"H6022","strongs_number":"H6022","system":"hebrew","language":"hebrew","number_value":6022,"lemma":"עֲמָשַׂי","transliteration":"ʻĂmâsay","pronunciation":"am-aw-sah'-ee","derivation":"from H6006 (עָמַס); burdensome;","strongs_definition":"Amasai, the name of three Israelites","kjv_definition":"Amasai."} +{"id":"H6023","strongs_number":"H6023","system":"hebrew","language":"hebrew","number_value":6023,"lemma":"עֲמַשְׁסַי","transliteration":"ʻĂmashçay","pronunciation":"am-ash-sah'-ee","derivation":"probably from H6006 (עָמַס); burdensome;","strongs_definition":"Amashsay, an Israelite","kjv_definition":"Amashai."} +{"id":"H6024","strongs_number":"H6024","system":"hebrew","language":"hebrew","number_value":6024,"lemma":"עֲנָב","transliteration":"ʻĂnâb","pronunciation":"an-awb'","derivation":"from the same as H6025 (עֵנָב); fruit;","strongs_definition":"Anab, a place in Palestine","kjv_definition":"Anab."} +{"id":"H6025","strongs_number":"H6025","system":"hebrew","language":"hebrew","number_value":6025,"lemma":"עֵנָב","transliteration":"ʻênâb","pronunciation":"ay-nawb'","derivation":"from an unused root probably meaning to bear fruit;","strongs_definition":"a grape","kjv_definition":"(ripe) grape, wine."} +{"id":"H6026","strongs_number":"H6026","system":"hebrew","language":"hebrew","number_value":6026,"lemma":"עָנַג","transliteration":"ʻânag","pronunciation":"aw-nag'","derivation":"a primitive root;","strongs_definition":"to be soft or pliable, i.e. (figuratively) effeminate or luxurious","kjv_definition":"delicate(-ness), (have) delight (self), sport self."} +{"id":"H6027","strongs_number":"H6027","system":"hebrew","language":"hebrew","number_value":6027,"lemma":"עֹנֶג","transliteration":"ʻôneg","pronunciation":"o'-neg","derivation":"from H6026 (עָנַג);","strongs_definition":"luxury","kjv_definition":"delight, pleasant."} +{"id":"H6028","strongs_number":"H6028","system":"hebrew","language":"hebrew","number_value":6028,"lemma":"עָנֹג","transliteration":"ʻânôg","pronunciation":"aw-nogue'","derivation":"from H6026 (עָנַג);","strongs_definition":"luxurious","kjv_definition":"delicate."} +{"id":"H6029","strongs_number":"H6029","system":"hebrew","language":"hebrew","number_value":6029,"lemma":"עָנַד","transliteration":"ʻânad","pronunciation":"aw-nad'","derivation":"a primitive root;","strongs_definition":"to lace fast","kjv_definition":"bind, tie."} +{"id":"H6030","strongs_number":"H6030","system":"hebrew","language":"hebrew","number_value":6030,"lemma":"עָנָה","transliteration":"ʻânâh","pronunciation":"aw-naw'","derivation":"a primitive root;","strongs_definition":"properly, to eye or (generally) to heed, i.e. pay attention; by implication, to respond; by extension to begin to speak; specifically to sing, shout, testify, announce","kjv_definition":"give account, afflict (by mistake for H6031 (עָנָה)), (cause to, give) answer, bring low (by mistake for H6031 (עָנָה)), cry, hear, Leannoth, lift up, say, [idiom] scholar, (give a) shout, sing (together by course), speak, testify, utter, (bear) witness. See also H1042 (בֵּית עֲנוֹת), H1043 (בֵּית עֲנָת)."} +{"id":"H6031","strongs_number":"H6031","system":"hebrew","language":"hebrew","number_value":6031,"lemma":"עָנָה","transliteration":"ʻânâh","pronunciation":"aw-naw'","derivation":"a primitive root (possibly rather identical with H6030 (עָנָה) through the idea of looking down or browbeating);","strongs_definition":"to depress literally or figuratively, transitive or intransitive (in various applications, as follows)","kjv_definition":"abase self, afflict(-ion, self), answer (by mistake for H6030 (עָנָה)), chasten self, deal hardly with, defile, exercise, force, gentleness, humble (self), hurt, ravish, sing (by mistake for H6030 (עָנָה)), speak (by mistake for H6030 (עָנָה)), submit self, weaken, [idiom] in any wise."} +{"id":"H6032","strongs_number":"H6032","system":"hebrew","language":"hebrew","number_value":6032,"lemma":"עֲנָה","transliteration":"ʻănâh","pronunciation":"an-aw'","derivation":"(Aramaic) corresponding to H6030 (עָנָה)","strongs_definition":"{properly, to eye or (generally) to heed, i.e. pay attention; by implication, to respond; by extension to begin to speak; specifically to sing, shout, testify, announce}","kjv_definition":"answer, speak."} +{"id":"H6033","strongs_number":"H6033","system":"hebrew","language":"hebrew","number_value":6033,"lemma":"עֲנָה","transliteration":"ʻănâh","pronunciation":"an-aw'","derivation":"(Aramaic) corresponding to H6031 (עָנָה)","strongs_definition":"{to depress literally or figuratively, transitive or intransitive (in various applications, as follows)}","kjv_definition":"poor."} +{"id":"H6034","strongs_number":"H6034","system":"hebrew","language":"hebrew","number_value":6034,"lemma":"עֲנָה","transliteration":"ʻĂnâh","pronunciation":"an-aw'","derivation":"probably from H6030 (עָנָה); an answer;","strongs_definition":"Anah, the name of two Edomites and one Edomitess","kjv_definition":"Anah."} +{"id":"H6035","strongs_number":"H6035","system":"hebrew","language":"hebrew","number_value":6035,"lemma":"עָנָו","transliteration":"ʻânâv","pronunciation":"aw-nawv'","derivation":"or (by intermixture with H6041 (עָנִי)) עָנָיו; from H6031 (עָנָה);","strongs_definition":"depressed (figuratively), in mind (gentle) or circumstances (needy, especially saintly)","kjv_definition":"humble, lowly, meek, poor. Compare H6041 (עָנִי)."} +{"id":"H6036","strongs_number":"H6036","system":"hebrew","language":"hebrew","number_value":6036,"lemma":"עָנוּב","transliteration":"ʻÂnûwb","pronunciation":"aw-noob'","derivation":"passive participle from the same as H6025 (עֵנָב); borne (as fruit);","strongs_definition":"Anub, an Israelite","kjv_definition":"Anub."} +{"id":"H6037","strongs_number":"H6037","system":"hebrew","language":"hebrew","number_value":6037,"lemma":"עַנְוָה","transliteration":"ʻanvâh","pronunciation":"an-vaw'","derivation":"feminine of H6035 (עָנָו);","strongs_definition":"mildness (royal); also (concretely) oppressed","kjv_definition":"gentleness, meekness."} +{"id":"H6038","strongs_number":"H6038","system":"hebrew","language":"hebrew","number_value":6038,"lemma":"עֲנָוָה","transliteration":"ʻănâvâh","pronunciation":"an-aw-vaw'","derivation":"from H6035 (עָנָו);","strongs_definition":"condescension, human and subjective (modesty), or divine and objective (clemency)","kjv_definition":"gentleness, humility, meekness."} +{"id":"H6039","strongs_number":"H6039","system":"hebrew","language":"hebrew","number_value":6039,"lemma":"עֱנוּת","transliteration":"ʻĕnûwth","pronunciation":"en-ooth'","derivation":"from H6031 (עָנָה);","strongs_definition":"affliction","kjv_definition":"affliction."} +{"id":"H6040","strongs_number":"H6040","system":"hebrew","language":"hebrew","number_value":6040,"lemma":"עֳנִי","transliteration":"ʻŏnîy","pronunciation":"on-ee'","derivation":"from H6031 (עָנָה);","strongs_definition":"depression, i.e. misery","kjv_definition":"afflicted(-ion), trouble."} +{"id":"H6041","strongs_number":"H6041","system":"hebrew","language":"hebrew","number_value":6041,"lemma":"עָנִי","transliteration":"ʻânîy","pronunciation":"aw-nee'","derivation":"from H6031 (עָנָה); (practically the same as H6035 (עָנָו), although the margin constantly disputes this, making H6035 (עָנָו) subjective and objective);","strongs_definition":"depressed, in mind or circumstances","kjv_definition":"afflicted, humble, lowly, needy, poor."} +{"id":"H6042","strongs_number":"H6042","system":"hebrew","language":"hebrew","number_value":6042,"lemma":"עֻנִּי","transliteration":"ʻUnnîy","pronunciation":"oon-nee'","derivation":"from H6031 (עָנָה); afflicted;","strongs_definition":"Unni, the name of two Israelites","kjv_definition":"Unni."} +{"id":"H6043","strongs_number":"H6043","system":"hebrew","language":"hebrew","number_value":6043,"lemma":"עֲנָיָה","transliteration":"ʻĂnâyâh","pronunciation":"an-aw-yaw'","derivation":"from H6030 (עָנָה); Jah has answered;","strongs_definition":"Anajah, the name of two Israelites","kjv_definition":"Anaiah."} +{"id":"H6044","strongs_number":"H6044","system":"hebrew","language":"hebrew","number_value":6044,"lemma":"עָנִים","transliteration":"ʻÂnîym","pronunciation":"aw-neem'","derivation":"for plural of H5869 (עַיִן); fountains;","strongs_definition":"Anim, a place in Palestine","kjv_definition":"Anim."} +{"id":"H6045","strongs_number":"H6045","system":"hebrew","language":"hebrew","number_value":6045,"lemma":"עִנְיָן","transliteration":"ʻinyân","pronunciation":"in-yawn'","derivation":"from H6031 (עָנָה);","strongs_definition":"ado, i.e. (generally) employment or (specifically) an affair","kjv_definition":"business, travail."} +{"id":"H6046","strongs_number":"H6046","system":"hebrew","language":"hebrew","number_value":6046,"lemma":"עָנֵם","transliteration":"ʻÂnêm","pronunciation":"aw-name'","derivation":"from the dual of H5869 (עַיִן); two fountains;","strongs_definition":"Anem, a place in Palestine","kjv_definition":"Anem."} +{"id":"H6047","strongs_number":"H6047","system":"hebrew","language":"hebrew","number_value":6047,"lemma":"עֲנָמִים","transliteration":"ʻĂnâmîym","pronunciation":"an-aw-meem'","derivation":"as if plural of some Egyptian word;","strongs_definition":"Anamim, a son of Mizraim and his descendants, with their country","kjv_definition":"Anamim."} +{"id":"H6048","strongs_number":"H6048","system":"hebrew","language":"hebrew","number_value":6048,"lemma":"עֲנַמֶּלֶךְ","transliteration":"ʻĂnammelek","pronunciation":"an-am-meh'-lek","derivation":"of foreign origin;","strongs_definition":"Anammelek, an Assyrian deity","kjv_definition":"Anammelech."} +{"id":"H6049","strongs_number":"H6049","system":"hebrew","language":"hebrew","number_value":6049,"lemma":"עָנַן","transliteration":"ʻânan","pronunciation":"aw-nan'","derivation":"a primitive root; to cover; used only as a denominative from H6051 (עָנָן), to cloud over;","strongs_definition":"figuratively, to act covertly, i.e. practise magic","kjv_definition":"[idiom] bring, enchanter, Meonemin, observe(-r of) times, soothsayer, sorcerer."} +{"id":"H6050","strongs_number":"H6050","system":"hebrew","language":"hebrew","number_value":6050,"lemma":"עֲנַן","transliteration":"ʻănan","pronunciation":"an-an'","derivation":"(Aramaic) corresponding to H6051 (עָנָן)","strongs_definition":"{a cloud (as covering the sky), i.e. the nimbus or thunder-cloud}","kjv_definition":"cloud."} +{"id":"H6051","strongs_number":"H6051","system":"hebrew","language":"hebrew","number_value":6051,"lemma":"עָנָן","transliteration":"ʻânân","pronunciation":"aw-nawn'","derivation":"from H6049 (עָנַן);","strongs_definition":"a cloud (as covering the sky), i.e. the nimbus or thunder-cloud","kjv_definition":"cloud(-y)."} +{"id":"H6052","strongs_number":"H6052","system":"hebrew","language":"hebrew","number_value":6052,"lemma":"עָנָן","transliteration":"ʻÂnân","pronunciation":"aw-nawn'","derivation":"the same as H6051 (עָנָן); cloud;","strongs_definition":"Anan, an Israelite","kjv_definition":"Anan."} +{"id":"H6053","strongs_number":"H6053","system":"hebrew","language":"hebrew","number_value":6053,"lemma":"עֲנָנָה","transliteration":"ʻănânâh","pronunciation":"an-aw-naw'","derivation":"feminine of H6051 (עָנָן);","strongs_definition":"cloudiness","kjv_definition":"cloud."} +{"id":"H6054","strongs_number":"H6054","system":"hebrew","language":"hebrew","number_value":6054,"lemma":"עֲנָנִי","transliteration":"ʻĂnânîy","pronunciation":"an-aw-nee'","derivation":"from H6051 (עָנָן); cloudy;","strongs_definition":"Anani, an Israelite","kjv_definition":"Anani."} +{"id":"H6055","strongs_number":"H6055","system":"hebrew","language":"hebrew","number_value":6055,"lemma":"עֲנַנְיָה","transliteration":"ʻĂnanyâh","pronunciation":"an-an-yaw'","derivation":"from H6049 (עָנַן) and H3050 (יָהּ); Jah has covered;","strongs_definition":"Ananjah, the name of an Israelite and of a place in Palestine","kjv_definition":"Ananiah."} +{"id":"H6056","strongs_number":"H6056","system":"hebrew","language":"hebrew","number_value":6056,"lemma":"עֲנַף","transliteration":"ʻănaph","pronunciation":"an-af'","derivation":"(Aramaic) or עֶנֶף; (Aramaic), corresponding to H6057 (עָנָף)","strongs_definition":"{a twig (as covering the limbs)}","kjv_definition":"bough, branch."} +{"id":"H6057","strongs_number":"H6057","system":"hebrew","language":"hebrew","number_value":6057,"lemma":"עָנָף","transliteration":"ʻânâph","pronunciation":"aw-nawf'","derivation":"from an unused root meaning to cover;","strongs_definition":"a twig (as covering the limbs)","kjv_definition":"bough, branch."} +{"id":"H6058","strongs_number":"H6058","system":"hebrew","language":"hebrew","number_value":6058,"lemma":"עָנֵף","transliteration":"ʻânêph","pronunciation":"aw-nafe'","derivation":"from the same as H6057 (עָנָף);","strongs_definition":"branching","kjv_definition":"full of branches."} +{"id":"H6059","strongs_number":"H6059","system":"hebrew","language":"hebrew","number_value":6059,"lemma":"עָנַק","transliteration":"ʻânaq","pronunciation":"aw-nak'","derivation":"a primitive root; properly, to choke; used only as denominative from H6060 (עָנָק),","strongs_definition":"to collar, i.e. adorn with anecklace; figuratively, to fit out with supplies","kjv_definition":"compass about as a chain, furnish, liberally."} +{"id":"H6060","strongs_number":"H6060","system":"hebrew","language":"hebrew","number_value":6060,"lemma":"עָנָק","transliteration":"ʻânâq","pronunciation":"aw-nawk'","derivation":"from H6059 (עָנַק);","strongs_definition":"a necklace (as if strangling)","kjv_definition":"chain."} +{"id":"H6061","strongs_number":"H6061","system":"hebrew","language":"hebrew","number_value":6061,"lemma":"עָנָק","transliteration":"ʻÂnâq","pronunciation":"aw-nawk'","derivation":"the same as H6060 (עָנָק);","strongs_definition":"Anak, a Canaanite","kjv_definition":"Anak."} +{"id":"H6062","strongs_number":"H6062","system":"hebrew","language":"hebrew","number_value":6062,"lemma":"עֲנָקִי","transliteration":"ʻĂnâqîy","pronunciation":"an-aw-kee'","derivation":"patronymically from H6061 (עָנָק);","strongs_definition":"an Anakite or descendant of Anak","kjv_definition":"Anakim."} +{"id":"H6063","strongs_number":"H6063","system":"hebrew","language":"hebrew","number_value":6063,"lemma":"עָנֵר","transliteration":"ʻÂnêr","pronunciation":"aw-nare'","derivation":"probably for H5288 (נַעַר);","strongs_definition":"Aner, a Amorite, also a place in Palestine","kjv_definition":"Aner."} +{"id":"H6064","strongs_number":"H6064","system":"hebrew","language":"hebrew","number_value":6064,"lemma":"עָנַשׁ","transliteration":"ʻânash","pronunciation":"aw-nash'","derivation":"a primitive root;","strongs_definition":"properly, to urge; by implication, to inflict apenalty, specifically, to fine","kjv_definition":"amerce, condemn, punish, [idiom] surely."} +{"id":"H6065","strongs_number":"H6065","system":"hebrew","language":"hebrew","number_value":6065,"lemma":"עֲנַשׁ","transliteration":"ʻănash","pronunciation":"an-ash'","derivation":"(Aramaic) corresponding to H6066 (עֹנֶשׁ);","strongs_definition":"a mulct","kjv_definition":"confiscation."} +{"id":"H6066","strongs_number":"H6066","system":"hebrew","language":"hebrew","number_value":6066,"lemma":"עֹנֶשׁ","transliteration":"ʻônesh","pronunciation":"o'-nesh","derivation":"from H6064 (עָנַשׁ);","strongs_definition":"a fine","kjv_definition":"punishment, tribute."} +{"id":"H6067","strongs_number":"H6067","system":"hebrew","language":"hebrew","number_value":6067,"lemma":"עֲנָת","transliteration":"ʻĂnâth","pronunciation":"an-awth'","derivation":"from H6030 (עָנָה); answer;","strongs_definition":"Anath, an Israelite","kjv_definition":"Anath."} +{"id":"H6068","strongs_number":"H6068","system":"hebrew","language":"hebrew","number_value":6068,"lemma":"עֲנָתוֹת","transliteration":"ʻĂnâthôwth","pronunciation":"an-aw-thoth'","derivation":"plural of H6067 (עֲנָת);","strongs_definition":"Anathoth, the name of two Israelites, also of a place in Pal","kjv_definition":"Anathoth."} +{"id":"H6069","strongs_number":"H6069","system":"hebrew","language":"hebrew","number_value":6069,"lemma":"עַנְתֹתִי","transliteration":"ʻAnthôthîy","pronunciation":"an-tho-thee'","derivation":"or עַנְּתוֹתִי; patrial from H6068 (עֲנָתוֹת);","strongs_definition":"a Antothite or inhabitant of Anathoth","kjv_definition":"of Anathoth, Anethothite, Anetothite, Antothite."} +{"id":"H6070","strongs_number":"H6070","system":"hebrew","language":"hebrew","number_value":6070,"lemma":"עַנְתֹתִיָּה","transliteration":"ʻAnthôthîyâh","pronunciation":"an-tho-thee-yaw'","derivation":"from the same as H6068 (עֲנָתוֹת) and H3050 (יָהּ); answers of Jah;","strongs_definition":"Anthothijah, an Israelite","kjv_definition":"Antothijah."} +{"id":"H6071","strongs_number":"H6071","system":"hebrew","language":"hebrew","number_value":6071,"lemma":"עָסִיס","transliteration":"ʻâçîyç","pronunciation":"aw-sees'","derivation":"from H6072 (עָסַס);","strongs_definition":"must or fresh grape-juice (as just trodden out)","kjv_definition":"juice, new (sweet) wine."} +{"id":"H6072","strongs_number":"H6072","system":"hebrew","language":"hebrew","number_value":6072,"lemma":"עָסַס","transliteration":"ʻâçaç","pronunciation":"aw-sas'","derivation":"a primitive root;","strongs_definition":"to squeeze out juice; figuratively, to trample","kjv_definition":"tread down."} +{"id":"H6073","strongs_number":"H6073","system":"hebrew","language":"hebrew","number_value":6073,"lemma":"עֳפֶא","transliteration":"ʻŏpheʼ","pronunciation":"of-eh'","derivation":"from an unused root meaning to cover;","strongs_definition":"a bough (as covering the tree)","kjv_definition":"branch."} +{"id":"H6074","strongs_number":"H6074","system":"hebrew","language":"hebrew","number_value":6074,"lemma":"עֳפִי","transliteration":"ʻŏphîy","pronunciation":"of-ee'","derivation":"(Aramaic) corresponding to H6073 (עֳפֶא);","strongs_definition":"a twig; bough, i.e. (collectively) foliage","kjv_definition":"leaves."} +{"id":"H6075","strongs_number":"H6075","system":"hebrew","language":"hebrew","number_value":6075,"lemma":"עָפַל","transliteration":"ʻâphal","pronunciation":"aw-fal'","derivation":"a primitive root;","strongs_definition":"to swell; figuratively, be elated","kjv_definition":"be lifted up, presume."} +{"id":"H6076","strongs_number":"H6076","system":"hebrew","language":"hebrew","number_value":6076,"lemma":"עֹפֶל","transliteration":"ʻôphel","pronunciation":"o'-fel","derivation":"from H6075 (עָפַל);","strongs_definition":"a tumor; also a mound, i.e. fortress","kjv_definition":"emerod, fort, strong hold, tower."} +{"id":"H6077","strongs_number":"H6077","system":"hebrew","language":"hebrew","number_value":6077,"lemma":"עֹפֶל","transliteration":"ʻÔphel","pronunciation":"o'-fel","derivation":"the same as H6076 (עֹפֶל);","strongs_definition":"Ophel, a ridge in Jerusalem","kjv_definition":"Ophel."} +{"id":"H6078","strongs_number":"H6078","system":"hebrew","language":"hebrew","number_value":6078,"lemma":"עׇפְנִי","transliteration":"ʻOphnîy","pronunciation":"of-nee'","derivation":"from an unused noun (denoting a place in Palestine; from an unused root of uncertain meaning);","strongs_definition":"an Ophnite (collectively) or inhabitants of Ophen","kjv_definition":"Ophni."} +{"id":"H6079","strongs_number":"H6079","system":"hebrew","language":"hebrew","number_value":6079,"lemma":"עַפְעַף","transliteration":"ʻaphʻaph","pronunciation":"af-af'","derivation":"from H5774 (עוּף);","strongs_definition":"an eyelash (as fluttering); figuratively, morning ray","kjv_definition":"dawning, eye-lid."} +{"id":"H6080","strongs_number":"H6080","system":"hebrew","language":"hebrew","number_value":6080,"lemma":"עָפַר","transliteration":"ʻâphar","pronunciation":"aw-far'","derivation":"; a primitive root; meaning either to be gray or perhaps rather to pulverize; used only as denominative from H6083 (עָפָר),","strongs_definition":"to be dust","kjv_definition":"cast (dust)."} +{"id":"H6081","strongs_number":"H6081","system":"hebrew","language":"hebrew","number_value":6081,"lemma":"עֵפֶר","transliteration":"ʻÊpher","pronunciation":"ay'-fer","derivation":"probably a variation of H6082 (עֹפֶר); gazelle;","strongs_definition":"Epher, the name of an Arabian and of two Israelites","kjv_definition":"Epher."} +{"id":"H6082","strongs_number":"H6082","system":"hebrew","language":"hebrew","number_value":6082,"lemma":"עֹפֶר","transliteration":"ʻôpher","pronunciation":"o'-fer","derivation":"from H6080 (עָפַר);","strongs_definition":"a fawn (from the dusty color)","kjv_definition":"young roe (hart)."} +{"id":"H6083","strongs_number":"H6083","system":"hebrew","language":"hebrew","number_value":6083,"lemma":"עָפָר","transliteration":"ʻâphâr","pronunciation":"aw-fawr'","derivation":"from H6080 (עָפַר);","strongs_definition":"dust (as powdered or gray); hence, clay, earth, mud","kjv_definition":"ashes, dust, earth, ground, morter, powder, rubbish."} +{"id":"H6084","strongs_number":"H6084","system":"hebrew","language":"hebrew","number_value":6084,"lemma":"עׇפְרָה","transliteration":"ʻOphrâh","pronunciation":"of-raw'","derivation":"feminine of H6082 (עֹפֶר); female fawn;","strongs_definition":"Ophrah, the name of an Israelite and of two places in Palestine","kjv_definition":"Ophrah."} +{"id":"H6085","strongs_number":"H6085","system":"hebrew","language":"hebrew","number_value":6085,"lemma":"עֶפְרוֹן","transliteration":"ʻEphrôwn","pronunciation":"ef-rone'","derivation":"from the same as H6081 (עֵפֶר); fawn-like;","strongs_definition":"Ephron, the name of a Canaanite and of two places in Palestine","kjv_definition":"Ephron, Ephrain (from the margin)."} +{"id":"H6086","strongs_number":"H6086","system":"hebrew","language":"hebrew","number_value":6086,"lemma":"עֵץ","transliteration":"ʻêts","pronunciation":"ates","derivation":"from H6095 (עָצָה);","strongs_definition":"a tree (from its firmness); hence, wood (plural sticks)","kjv_definition":"[phrase] carpenter, gallows, helve, [phrase] pine, plank, staff, stalk, stick, stock, timber, tree, wood."} +{"id":"H6087","strongs_number":"H6087","system":"hebrew","language":"hebrew","number_value":6087,"lemma":"עָצַב","transliteration":"ʻâtsab","pronunciation":"aw-tsab'","derivation":"a primitive root;","strongs_definition":"properly, to carve, i.e. fabricate or fashion; hence (in a bad sense) to worry, pain or anger","kjv_definition":"displease, grieve, hurt, make, be sorry, vex, worship, wrest."} +{"id":"H6088","strongs_number":"H6088","system":"hebrew","language":"hebrew","number_value":6088,"lemma":"עֲצַב","transliteration":"ʻătsab","pronunciation":"ats-ab'","derivation":"(Aramaic) corresponding to H6087 (עָצַב);","strongs_definition":"to afflict","kjv_definition":"lamentable."} +{"id":"H6089","strongs_number":"H6089","system":"hebrew","language":"hebrew","number_value":6089,"lemma":"עֶצֶב","transliteration":"ʻetseb","pronunciation":"eh'-tseb","derivation":"from H6087 (עָצַב);","strongs_definition":"an earthen vessel; usually (painful) toil; also a pang (whether of body or mind)","kjv_definition":"grievous, idol, labor, sorrow."} +{"id":"H6090","strongs_number":"H6090","system":"hebrew","language":"hebrew","number_value":6090,"lemma":"עֹצֶב","transliteration":"ʻôtseb","pronunciation":"o'-tseb","derivation":"a variation of H6089 (עֶצֶב);","strongs_definition":"an idol (as fashioned); also pain (bodily or mental)","kjv_definition":"idol, sorrow, [idiom] wicked."} +{"id":"H6091","strongs_number":"H6091","system":"hebrew","language":"hebrew","number_value":6091,"lemma":"עָצָב","transliteration":"ʻâtsâb","pronunciation":"aw-tsawb'","derivation":"from H6087 (עָצַב);","strongs_definition":"an (idolatrous) image","kjv_definition":"idol, image."} +{"id":"H6092","strongs_number":"H6092","system":"hebrew","language":"hebrew","number_value":6092,"lemma":"עָצֵב","transliteration":"ʻâtsêb","pronunciation":"aw-tsabe'","derivation":"from H6087 (עָצַב);","strongs_definition":"a (hired) workman","kjv_definition":"labour."} +{"id":"H6093","strongs_number":"H6093","system":"hebrew","language":"hebrew","number_value":6093,"lemma":"עִצָּבוֹן","transliteration":"ʻitstsâbôwn","pronunciation":"its-tsaw-bone'","derivation":"from H6087 (עָצַב);","strongs_definition":"worrisomeness, i.e. labor or pain","kjv_definition":"sorrow, toil."} +{"id":"H6094","strongs_number":"H6094","system":"hebrew","language":"hebrew","number_value":6094,"lemma":"עַצֶּבֶת","transliteration":"ʻatstsebeth","pronunciation":"ats-tseh'-beth","derivation":"from H6087 (עָצַב);","strongs_definition":"a idol; also, a pain or wound","kjv_definition":"sorrow, wound."} +{"id":"H6095","strongs_number":"H6095","system":"hebrew","language":"hebrew","number_value":6095,"lemma":"עָצָה","transliteration":"ʻâtsâh","pronunciation":"aw-tsaw'","derivation":"a primitive root;","strongs_definition":"properly, to fasten (or make firm), i.e. to close (the eyes)","kjv_definition":"shut."} +{"id":"H6096","strongs_number":"H6096","system":"hebrew","language":"hebrew","number_value":6096,"lemma":"עָצֶה","transliteration":"ʻâtseh","pronunciation":"aw-tseh'","derivation":"from H6095 (עָצָה);","strongs_definition":"the spine (as giving firmness to the body)","kjv_definition":"backbone."} +{"id":"H6097","strongs_number":"H6097","system":"hebrew","language":"hebrew","number_value":6097,"lemma":"עֵצָה","transliteration":"ʻêtsâh","pronunciation":"ay-tsaw'","derivation":"feminine of H6086 (עֵץ);","strongs_definition":"timber","kjv_definition":"trees."} +{"id":"H6098","strongs_number":"H6098","system":"hebrew","language":"hebrew","number_value":6098,"lemma":"עֵצָה","transliteration":"ʻêtsâh","pronunciation":"ay-tsaw'","derivation":"from H3289 (יָעַץ);","strongs_definition":"advice; by implication, plan; also prudence","kjv_definition":"advice, advisement, counsel(l-(or)), purpose."} +{"id":"H6099","strongs_number":"H6099","system":"hebrew","language":"hebrew","number_value":6099,"lemma":"עָצוּם","transliteration":"ʻâtsûwm","pronunciation":"aw-tsoom'","derivation":"or עָצֻם; passive participle of H6105 (עָצַם);","strongs_definition":"powerful (specifically, a paw); by implication, numerous","kjv_definition":"[phrase] feeble, great, mighty, must, strong."} +{"id":"H6100","strongs_number":"H6100","system":"hebrew","language":"hebrew","number_value":6100,"lemma":"עֶצְיוֹן גֶּבֶר","transliteration":"ʻEtsyôwn Geber","pronunciation":"ets-yone' gheh'ber","derivation":"from H6096 (עָצֶה) and H1397 (גֶּבֶר); backbone-like of a man;","strongs_definition":"Etsjon-Geber, a place on the Red Sea","kjv_definition":"Ezion-geber."} +{"id":"H6101","strongs_number":"H6101","system":"hebrew","language":"hebrew","number_value":6101,"lemma":"עָצַל","transliteration":"ʻâtsal","pronunciation":"aw-tsal'","derivation":"a primitive root;","strongs_definition":"to lean idly, i.e. to be indolent or slack","kjv_definition":"be slothful."} +{"id":"H6102","strongs_number":"H6102","system":"hebrew","language":"hebrew","number_value":6102,"lemma":"עָצֵל","transliteration":"ʻâtsêl","pronunciation":"aw-tsale'","derivation":"from H6101 (עָצַל);","strongs_definition":"indolent","kjv_definition":"slothful, sluggard."} +{"id":"H6103","strongs_number":"H6103","system":"hebrew","language":"hebrew","number_value":6103,"lemma":"עַצְלָה","transliteration":"ʻatslâh","pronunciation":"ats-law'","derivation":"feminine of H6102 (עָצֵל);","strongs_definition":"(as abstractly) indolence","kjv_definition":"slothfulness."} +{"id":"H6104","strongs_number":"H6104","system":"hebrew","language":"hebrew","number_value":6104,"lemma":"עַצְלוּת","transliteration":"ʻatslûwth","pronunciation":"ats-looth'","derivation":"from H6101 (עָצַל);","strongs_definition":"indolence","kjv_definition":"idleness."} +{"id":"H6105","strongs_number":"H6105","system":"hebrew","language":"hebrew","number_value":6105,"lemma":"עָצַם","transliteration":"ʻâtsam","pronunciation":"aw-tsam'","derivation":"a primitive root; also denominatively (from H6106 (עֶצֶם))","strongs_definition":"to bind fast, i.e. close (the eyes); intransitively, to be (causatively, make) powerful or numerous; to crunch the bones","kjv_definition":"break the bones, close, be great, be increased, be (wax) mighty(-ier), be more, shut, be(-come, make) strong(-er)."} +{"id":"H6106","strongs_number":"H6106","system":"hebrew","language":"hebrew","number_value":6106,"lemma":"עֶצֶם","transliteration":"ʻetsem","pronunciation":"eh'tsem","derivation":"from H6105 (עָצַם);","strongs_definition":"a bone (as strong); by extension, the body; figuratively, the substance, i.e. (as pron.) selfsame","kjv_definition":"body, bone, [idiom] life, (self-) same, strength, [idiom] very."} +{"id":"H6107","strongs_number":"H6107","system":"hebrew","language":"hebrew","number_value":6107,"lemma":"עֶצֶם","transliteration":"ʻEtsem","pronunciation":"eh'-tsem","derivation":"the same as H6106 (עֶצֶם); bone;","strongs_definition":"Etsem, a place in Palestine","kjv_definition":"Azem, Ezem."} +{"id":"H6108","strongs_number":"H6108","system":"hebrew","language":"hebrew","number_value":6108,"lemma":"עֹצֶם","transliteration":"ʻôtsem","pronunciation":"o'-tsem","derivation":"from H6105 (עָצַם);","strongs_definition":"power; hence, body","kjv_definition":"might, strong, substance."} +{"id":"H6109","strongs_number":"H6109","system":"hebrew","language":"hebrew","number_value":6109,"lemma":"עׇצְמָה","transliteration":"ʻotsmâh","pronunciation":"ots-maw'","derivation":"feminine of H6108 (עֹצֶם);","strongs_definition":"powerfulness; by extension, numerousness","kjv_definition":"abundance, strength."} +{"id":"H6110","strongs_number":"H6110","system":"hebrew","language":"hebrew","number_value":6110,"lemma":"עַצֻּמָה","transliteration":"ʻatstsumâh","pronunciation":"ats-tsoo-maw'","derivation":"feminine of H6099 (עָצוּם);","strongs_definition":"a bulwark, i.e. (figuratively) argument","kjv_definition":"strong."} +{"id":"H6111","strongs_number":"H6111","system":"hebrew","language":"hebrew","number_value":6111,"lemma":"עַצְמוֹן","transliteration":"ʻAtsmôwn","pronunciation":"ats-mone'","derivation":"or עַצְמֹן; from H6107 (עֶצֶם); bone-like;","strongs_definition":"Atsmon, a place near Palestine","kjv_definition":"Azmon."} +{"id":"H6112","strongs_number":"H6112","system":"hebrew","language":"hebrew","number_value":6112,"lemma":"עֵצֶן","transliteration":"ʻêtsen","pronunciation":"ay'-tsen","derivation":"from an unused root meaning to be sharp or strong;","strongs_definition":"a spear","kjv_definition":"Eznite (from the margin)."} +{"id":"H6113","strongs_number":"H6113","system":"hebrew","language":"hebrew","number_value":6113,"lemma":"עָצָר","transliteration":"ʻâtsâr","pronunciation":"aw-tsar'","derivation":"a primitive root;","strongs_definition":"to inclose; by analogy, to hold back; also to maintain, rule, assemble","kjv_definition":"[idiom] be able, close up, detain, fast, keep (self close, still), prevail, recover, refrain, [idiom] reign, restrain, retain, shut (up), slack, stay, stop, withhold (self)."} +{"id":"H6114","strongs_number":"H6114","system":"hebrew","language":"hebrew","number_value":6114,"lemma":"עֶצֶר","transliteration":"ʻetser","pronunciation":"eh'-tser","derivation":"from H6113 (עָצָר);","strongs_definition":"restraint","kjv_definition":"[phrase] magistrate."} +{"id":"H6115","strongs_number":"H6115","system":"hebrew","language":"hebrew","number_value":6115,"lemma":"עֹצֶר","transliteration":"ʻôtser","pronunciation":"o'-tser","derivation":"from H6113 (עָצָר);","strongs_definition":"closure; also constraint","kjv_definition":"[idiom] barren, oppression, [idiom] prison."} +{"id":"H6116","strongs_number":"H6116","system":"hebrew","language":"hebrew","number_value":6116,"lemma":"עֲצָרָה","transliteration":"ʻătsârâh","pronunciation":"ats-aw-raw'","derivation":"or עֲצֶרֶת; from H6113 (עָצָר);","strongs_definition":"an assembly, especially on afestival or holiday","kjv_definition":"(solemn) assembly (meeting)."} +{"id":"H6117","strongs_number":"H6117","system":"hebrew","language":"hebrew","number_value":6117,"lemma":"עָקַב","transliteration":"ʻâqab","pronunciation":"aw-kab'","derivation":"a primitive root; properly, to swell out or up; used only as denominative from H6119 (עָקֵב),","strongs_definition":"to seize by the heel; figuratively, to circumvent (as if tripping up the heels); also to restrain (as if holding by the heel)","kjv_definition":"take by the heel, stay, supplant, [idiom] utterly."} +{"id":"H6118","strongs_number":"H6118","system":"hebrew","language":"hebrew","number_value":6118,"lemma":"עֵקֶב","transliteration":"ʻêqeb","pronunciation":"ay'-keb","derivation":"from H6117 (עָקַב) in the sense of H6119 (עָקֵב);","strongs_definition":"a heel, i.e. (figuratively) the last of anything (used adverbially, for ever); also result, i.e. compensation; and so (adverb with preposition or relatively) on account of","kjv_definition":"[idiom] because, by, end, for, if, reward."} +{"id":"H6119","strongs_number":"H6119","system":"hebrew","language":"hebrew","number_value":6119,"lemma":"עָקֵב","transliteration":"ʻâqêb","pronunciation":"aw-kabe'","derivation":"or (feminine) עִקְּבָה; from H6117 (עָקַב);","strongs_definition":"a heel (as protuberant); hence, a track; figuratively, the rear (of an army)","kjv_definition":"heel, (horse-) hoof, last, lier in wait (by mistake for H6120 (עָקֵב)), (foot-) step."} +{"id":"H6120","strongs_number":"H6120","system":"hebrew","language":"hebrew","number_value":6120,"lemma":"עָקֵב","transliteration":"ʻâqêb","pronunciation":"aw-kabe'","derivation":"from H6117 (עָקַב) in its denominative sense;","strongs_definition":"a lier in wait","kjv_definition":"heel (by mistake for H6119 (עָקֵב))."} +{"id":"H6121","strongs_number":"H6121","system":"hebrew","language":"hebrew","number_value":6121,"lemma":"עָקֹב","transliteration":"ʻâqôb","pronunciation":"aw-kobe'","derivation":"from H6117 (עָקַב); in the original sense, a knoll (as swelling up); in the denominative sense","strongs_definition":"(transitive) fraudulent or (intransitive) tracked","kjv_definition":"crooked, deceitful, polluted."} +{"id":"H6122","strongs_number":"H6122","system":"hebrew","language":"hebrew","number_value":6122,"lemma":"עׇקְבָה","transliteration":"ʻoqbâh","pronunciation":"ok-baw'","derivation":"feminine of an unused form from H6117 (עָקַב) meaning a trick;","strongs_definition":"trickery","kjv_definition":"subtilty."} +{"id":"H6123","strongs_number":"H6123","system":"hebrew","language":"hebrew","number_value":6123,"lemma":"עָקַד","transliteration":"ʻâqad","pronunciation":"aw-kad'","derivation":"a primitive root;","strongs_definition":"to tie with thongs","kjv_definition":"bind."} +{"id":"H6124","strongs_number":"H6124","system":"hebrew","language":"hebrew","number_value":6124,"lemma":"עָקֹד","transliteration":"ʻâqôd","pronunciation":"aw-kode'","derivation":"from H6123 (עָקַד);","strongs_definition":"striped (with bands)","kjv_definition":"ring straked."} +{"id":"H6125","strongs_number":"H6125","system":"hebrew","language":"hebrew","number_value":6125,"lemma":"עָקָה","transliteration":"ʻâqâh","pronunciation":"aw-kaw'","derivation":"from H5781 (עוּק);","strongs_definition":"constraint","kjv_definition":"oppression."} +{"id":"H6126","strongs_number":"H6126","system":"hebrew","language":"hebrew","number_value":6126,"lemma":"עַקּוּב","transliteration":"ʻAqqûwb","pronunciation":"ak-koob'","derivation":"from H6117 (עָקַב); insidious;","strongs_definition":"Akkub, the name of five Israelites","kjv_definition":"Akkub."} +{"id":"H6127","strongs_number":"H6127","system":"hebrew","language":"hebrew","number_value":6127,"lemma":"עָקַל","transliteration":"ʻâqal","pronunciation":"aw-kal'","derivation":"a primitive root;","strongs_definition":"to wrest","kjv_definition":"wrong."} +{"id":"H6128","strongs_number":"H6128","system":"hebrew","language":"hebrew","number_value":6128,"lemma":"עֲקַלְקַל","transliteration":"ʻăqalqal","pronunciation":"ak-al-kal'","derivation":"from H6127 (עָקַל);","strongs_definition":"winding","kjv_definition":"by(-way), crooked way."} +{"id":"H6129","strongs_number":"H6129","system":"hebrew","language":"hebrew","number_value":6129,"lemma":"עֲקַלָּתוֹן","transliteration":"ʻăqallâthôwn","pronunciation":"ak-al-law-thone'","derivation":"from H6127 (עָקַל);","strongs_definition":"tortuous","kjv_definition":"crooked."} +{"id":"H6130","strongs_number":"H6130","system":"hebrew","language":"hebrew","number_value":6130,"lemma":"עָקָן","transliteration":"ʻÂqân","pronunciation":"aw-kawn'","derivation":"from an unused root meaning to twist; tortuous;","strongs_definition":"Akan, an Idummaean","kjv_definition":"Akan. Compare H3292 (יַעֲקָן)."} +{"id":"H6131","strongs_number":"H6131","system":"hebrew","language":"hebrew","number_value":6131,"lemma":"עָקַר","transliteration":"ʻâqar","pronunciation":"aw-kar'","derivation":"a primitive root;","strongs_definition":"to pluck up (especially by the roots); specifically, to hamstring; figuratively, to exterminate","kjv_definition":"dig down, hough, pluck up, root up."} +{"id":"H6132","strongs_number":"H6132","system":"hebrew","language":"hebrew","number_value":6132,"lemma":"עֲקַר","transliteration":"ʻăqar","pronunciation":"ak-ar'","derivation":"(Aramaic) corresponding to H6131 (עָקַר)","strongs_definition":"{to pluck up (especially by the roots); specifically, to hamstring; figuratively, to exterminate}","kjv_definition":"pluck up by the roots."} +{"id":"H6133","strongs_number":"H6133","system":"hebrew","language":"hebrew","number_value":6133,"lemma":"עֵקֶר","transliteration":"ʻêqer","pronunciation":"ay'-ker","derivation":"from H6131 (עָקַר);","strongs_definition":"figuratively, a transplanted person, i.e. naturalized citizen","kjv_definition":"stock."} +{"id":"H6134","strongs_number":"H6134","system":"hebrew","language":"hebrew","number_value":6134,"lemma":"עֵקֶר","transliteration":"ʻÊqer","pronunciation":"ay'-ker","derivation":"the same as H6133 (עֵקֶר);","strongs_definition":"Eker, an Israelite","kjv_definition":"Eker."} +{"id":"H6135","strongs_number":"H6135","system":"hebrew","language":"hebrew","number_value":6135,"lemma":"עָקָר","transliteration":"ʻâqâr","pronunciation":"aw-kawr'","derivation":"from H6131 (עָקַר);","strongs_definition":"sterile (as if extirpated in the generative organs)","kjv_definition":"([idiom] male or female) barren (woman)."} +{"id":"H6136","strongs_number":"H6136","system":"hebrew","language":"hebrew","number_value":6136,"lemma":"עִקַּר","transliteration":"ʻiqqar","pronunciation":"ik-kar'","derivation":"(Aramaic) from H6132 (עֲקַר);","strongs_definition":"a stock","kjv_definition":"stump."} +{"id":"H6137","strongs_number":"H6137","system":"hebrew","language":"hebrew","number_value":6137,"lemma":"עַקְרָב","transliteration":"ʻaqrâb","pronunciation":"ak-rawb'","derivation":"of uncertain derivation;","strongs_definition":"a scorpion; figuratively, a scourge or knotted whip","kjv_definition":"scorpion."} +{"id":"H6138","strongs_number":"H6138","system":"hebrew","language":"hebrew","number_value":6138,"lemma":"עֶקְרוֹן","transliteration":"ʻEqrôwn","pronunciation":"ek-rone'","derivation":"from H6131 (עָקַר); eradication;","strongs_definition":"Ekron, a place in Palestine","kjv_definition":"Ekron."} +{"id":"H6139","strongs_number":"H6139","system":"hebrew","language":"hebrew","number_value":6139,"lemma":"עֶקְרוֹנִי","transliteration":"ʻEqrôwnîy","pronunciation":"ek-ro-nee'","derivation":"or עֶקְרֹנִי; patrial from H6138 (עֶקְרוֹן);","strongs_definition":"an Ekronite or inhabitant of Ekron","kjv_definition":"Ekronite."} +{"id":"H6140","strongs_number":"H6140","system":"hebrew","language":"hebrew","number_value":6140,"lemma":"עָקַשׁ","transliteration":"ʻâqash","pronunciation":"aw-kash'","derivation":"a primitive root;","strongs_definition":"to knot or distort; figuratively, to pervert (act or declare perverse)","kjv_definition":"make crooked, (prove, that is) perverse(-rt)."} +{"id":"H6141","strongs_number":"H6141","system":"hebrew","language":"hebrew","number_value":6141,"lemma":"עִקֵּשׁ","transliteration":"ʻiqqêsh","pronunciation":"ik-kashe'","derivation":"from H6140 (עָקַשׁ);","strongs_definition":"distorted; hence, false","kjv_definition":"crooked, froward, perverse."} +{"id":"H6142","strongs_number":"H6142","system":"hebrew","language":"hebrew","number_value":6142,"lemma":"עִקֵּשׁ","transliteration":"ʻIqqêsh","pronunciation":"ik-kashe'","derivation":"the same as H6141 (עִקֵּשׁ); perverse;","strongs_definition":"Ikkesh, an Israelite","kjv_definition":"Ikkesh."} +{"id":"H6143","strongs_number":"H6143","system":"hebrew","language":"hebrew","number_value":6143,"lemma":"עִקְּשׁוּת","transliteration":"ʻiqqᵉshûwth","pronunciation":"ik-kesh-ooth'","derivation":"from H6141 (עִקֵּשׁ);","strongs_definition":"perversity","kjv_definition":"[idiom] froward."} +{"id":"H6144","strongs_number":"H6144","system":"hebrew","language":"hebrew","number_value":6144,"lemma":"עָר","transliteration":"ʻÂr","pronunciation":"awr","derivation":"the same as H5892 (עִיר); a city;","strongs_definition":"Ar, a place in Moab","kjv_definition":"Ar."} +{"id":"H6145","strongs_number":"H6145","system":"hebrew","language":"hebrew","number_value":6145,"lemma":"עָר","transliteration":"ʻâr","pronunciation":"awr","derivation":"from H5782 (עוּר);","strongs_definition":"a foe (as watchful for mischief)","kjv_definition":"enemy."} +{"id":"H6146","strongs_number":"H6146","system":"hebrew","language":"hebrew","number_value":6146,"lemma":"עָר","transliteration":"ʻâr","pronunciation":"awr","derivation":"(Aramaic) corresponding to H6145 (עָר)","strongs_definition":"{a foe (as watchful for mischief)}","kjv_definition":"enemy."} +{"id":"H6147","strongs_number":"H6147","system":"hebrew","language":"hebrew","number_value":6147,"lemma":"עֵר","transliteration":"ʻÊr","pronunciation":"ayr","derivation":"from H5782 (עוּר); watchful;","strongs_definition":"Er, the name of two Israelites","kjv_definition":"Er."} +{"id":"H6148","strongs_number":"H6148","system":"hebrew","language":"hebrew","number_value":6148,"lemma":"עָרַב","transliteration":"ʻârab","pronunciation":"aw-rab'","derivation":"a primitive root;","strongs_definition":"to braid, i.e. intermix; technically, to traffic (as if by barter); also or give to be security (as a kind of exchange)","kjv_definition":"engage, (inter-) meddle (with), mingle (self), mortgage, occupy, give pledges, be(-come, put in) surety, undertake."} +{"id":"H6149","strongs_number":"H6149","system":"hebrew","language":"hebrew","number_value":6149,"lemma":"עָרֵב","transliteration":"ʻârêb","pronunciation":"aw-rabe'","derivation":"a primitive root (rather identical with H6148 (עָרַב) through the idea of close association);","strongs_definition":"to be agreeable","kjv_definition":"be pleasant(-ing), take pleasure in, be sweet."} +{"id":"H6150","strongs_number":"H6150","system":"hebrew","language":"hebrew","number_value":6150,"lemma":"עָרַב","transliteration":"ʻârab","pronunciation":"aw-rab'","derivation":"a primitive root (rather identical with H6148 (עָרַב) through the idea of covering with a texture);","strongs_definition":"to grow dusky at sundown","kjv_definition":"be darkened, (toward) evening."} +{"id":"H6151","strongs_number":"H6151","system":"hebrew","language":"hebrew","number_value":6151,"lemma":"עֲרַב","transliteration":"ʻărab","pronunciation":"ar-ab'","derivation":"(Aramaic) corresponding to H6148 (עָרַב);","strongs_definition":"to commingle","kjv_definition":"mingle (self), mix."} +{"id":"H6152","strongs_number":"H6152","system":"hebrew","language":"hebrew","number_value":6152,"lemma":"עֲרָב","transliteration":"ʻĂrâb","pronunciation":"ar-awb'","derivation":"or עֲרַב; from H6150 (עָרַב) in the figurative sense of sterility;","strongs_definition":"Arab (i.e. Arabia), a country East of Palestine","kjv_definition":"Arabia."} +{"id":"H6153","strongs_number":"H6153","system":"hebrew","language":"hebrew","number_value":6153,"lemma":"עֶרֶב","transliteration":"ʻereb","pronunciation":"eh'-reb","derivation":"from H6150 (עָרַב);","strongs_definition":"dusk","kjv_definition":"[phrase] day, even(-ing, tide), night."} +{"id":"H6154","strongs_number":"H6154","system":"hebrew","language":"hebrew","number_value":6154,"lemma":"עֵרֶב","transliteration":"ʻêreb","pronunciation":"ay'-reb","derivation":"or עֶרֶב; (1 Kings 10:15), (with the article [prefix), from H6148 (עָרַב);","strongs_definition":"the web (or transverse threads of cloth); also a mixture, (or mongrel race)","kjv_definition":"Arabia, mingled people, mixed (multitude), woof."} +{"id":"H6155","strongs_number":"H6155","system":"hebrew","language":"hebrew","number_value":6155,"lemma":"עָרָב","transliteration":"ʻârâb","pronunciation":"aw-rawb'","derivation":"from H6148 (עָרַב);","strongs_definition":"a willow (from the use of osiers as wattles)","kjv_definition":"willow."} +{"id":"H6156","strongs_number":"H6156","system":"hebrew","language":"hebrew","number_value":6156,"lemma":"עָרֵב","transliteration":"ʻârêb","pronunciation":"aw-rabe'","derivation":"from H6149 (עָרֵב);","strongs_definition":"pleasant","kjv_definition":"sweet."} +{"id":"H6157","strongs_number":"H6157","system":"hebrew","language":"hebrew","number_value":6157,"lemma":"עָרֹב","transliteration":"ʻârôb","pronunciation":"aw-robe'","derivation":"from H6148 (עָרַב);","strongs_definition":"a mosquito (from its swarming)","kjv_definition":"divers sorts of flies, swarm."} +{"id":"H6158","strongs_number":"H6158","system":"hebrew","language":"hebrew","number_value":6158,"lemma":"עֹרֵב","transliteration":"ʻôrêb","pronunciation":"o-rabe'","derivation":"or עוֹרֵב; from H6150 (עָרַב);","strongs_definition":"a raven (from its dusky hue)","kjv_definition":"raven."} +{"id":"H6159","strongs_number":"H6159","system":"hebrew","language":"hebrew","number_value":6159,"lemma":"עֹרֵב","transliteration":"ʻÔrêb","pronunciation":"o-rabe'","derivation":"or עוֹרֵב; the same as H6158 (עֹרֵב);","strongs_definition":"Oreb, the name of a Midianite and of the cliff near the Jordan","kjv_definition":"Oreb."} +{"id":"H6160","strongs_number":"H6160","system":"hebrew","language":"hebrew","number_value":6160,"lemma":"עֲרָבָה","transliteration":"ʻărâbâh","pronunciation":"ar-aw-baw'","derivation":"from H6150 (עָרַב) (in the sense of sterility);","strongs_definition":"a desert; especially (with the article prefix) the (generally) sterile valley of the Jordan and its continuation to the Red Sea","kjv_definition":"Arabah, champaign, desert, evening, heaven, plain, wilderness. See also H1026 (בֵּית הָעֲרָבָה)."} +{"id":"H6161","strongs_number":"H6161","system":"hebrew","language":"hebrew","number_value":6161,"lemma":"עֲרֻבָּה","transliteration":"ʻărubbâh","pronunciation":"ar-oob-baw'","derivation":"feminine passive participle of H6048 (עֲנַמֶּלֶךְ) in the sense of a bargain or exchange;","strongs_definition":"something given as security, i.e. (literally) a token (of safety) or (metaphorically) a bondsman","kjv_definition":"pledge, surety."} +{"id":"H6162","strongs_number":"H6162","system":"hebrew","language":"hebrew","number_value":6162,"lemma":"עֲרָבוֹן","transliteration":"ʻărâbôwn","pronunciation":"ar-aw-bone'","derivation":"from H6148 (עָרַב) (in the sense of exchange);","strongs_definition":"a pawn (given as security)","kjv_definition":"pledge."} +{"id":"H6163","strongs_number":"H6163","system":"hebrew","language":"hebrew","number_value":6163,"lemma":"עֲרָבִי","transliteration":"ʻĂrâbîy","pronunciation":"ar-aw-bee'","derivation":"or עַרְבִי; patrial from H6152 (עֲרָב);","strongs_definition":"an Arabian or inhabitant of Arab (i.e. Arabia)","kjv_definition":"Arabian."} +{"id":"H6164","strongs_number":"H6164","system":"hebrew","language":"hebrew","number_value":6164,"lemma":"עַרְבָתִי","transliteration":"ʻArbâthîy","pronunciation":"ar-baw-thee'","derivation":"patrial from H1026 (בֵּית הָעֲרָבָה);","strongs_definition":"an Arbathite or inhabitant of (Beth-) Arabah","kjv_definition":"Arbahite."} +{"id":"H6165","strongs_number":"H6165","system":"hebrew","language":"hebrew","number_value":6165,"lemma":"עָרַג","transliteration":"ʻârag","pronunciation":"aw-rag'","derivation":"a primitive root;","strongs_definition":"to long for","kjv_definition":"cry, pant."} +{"id":"H6166","strongs_number":"H6166","system":"hebrew","language":"hebrew","number_value":6166,"lemma":"עֲרָד","transliteration":"ʻĂrâd","pronunciation":"ar-awd'","derivation":"from an unused root meaning to sequester itself; fugitive;","strongs_definition":"Arad, the name of a place near Palestine, also of a Canaanite and an Israelite","kjv_definition":"Arad."} +{"id":"H6167","strongs_number":"H6167","system":"hebrew","language":"hebrew","number_value":6167,"lemma":"עֲרָד","transliteration":"ʻărâd","pronunciation":"ar-awd'","derivation":"(Aramaic) corresponding to H6171 (עָרוֹד);","strongs_definition":"an onager","kjv_definition":"wild ass."} +{"id":"H6168","strongs_number":"H6168","system":"hebrew","language":"hebrew","number_value":6168,"lemma":"עָרָה","transliteration":"ʻârâh","pronunciation":"aw-raw'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) bare; hence, to empty, pour out, demolish","kjv_definition":"leave destitute, discover, empty, make naked, pour (out), rase, spread self, uncover."} +{"id":"H6169","strongs_number":"H6169","system":"hebrew","language":"hebrew","number_value":6169,"lemma":"עָרָה","transliteration":"ʻârâh","pronunciation":"aw-raw'","derivation":"feminine from H6168 (עָרָה);","strongs_definition":"a naked (i.e. level) plot","kjv_definition":"paper reed."} +{"id":"H6170","strongs_number":"H6170","system":"hebrew","language":"hebrew","number_value":6170,"lemma":"עֲרוּגָה","transliteration":"ʻărûwgâh","pronunciation":"ar-oo-gaw'","derivation":"or עֲרֻגָה; feminine passive participle of H6165 (עָרַג);","strongs_definition":"something piled up (as if (figuratively) raised by mental aspiration), i.e. a paterre","kjv_definition":"bed, furrow."} +{"id":"H6171","strongs_number":"H6171","system":"hebrew","language":"hebrew","number_value":6171,"lemma":"עָרוֹד","transliteration":"ʻârôwd","pronunciation":"aw-rode'","derivation":"from the same as H6166 (עֲרָד);","strongs_definition":"an onager (from his lonesome habits)","kjv_definition":"wild ass."} +{"id":"H6172","strongs_number":"H6172","system":"hebrew","language":"hebrew","number_value":6172,"lemma":"עֶרְוָה","transliteration":"ʻervâh","pronunciation":"er-vaw'","derivation":"from H6168 (עָרָה);","strongs_definition":"nudity, literally (especially the pudenda) or figuratively (disgrace, blemish)","kjv_definition":"nakedness, shame, unclean(-ness)."} +{"id":"H6173","strongs_number":"H6173","system":"hebrew","language":"hebrew","number_value":6173,"lemma":"עַרְוָה","transliteration":"ʻarvâh","pronunciation":"ar-vaw'","derivation":"(Aramaic) corresponding to H6172 (עֶרְוָה);","strongs_definition":"nakedness, i.e. (figuratively) impoverishment","kjv_definition":"dishonor."} +{"id":"H6174","strongs_number":"H6174","system":"hebrew","language":"hebrew","number_value":6174,"lemma":"עָרוֹם","transliteration":"ʻârôwm","pronunciation":"aw-rome'","derivation":"or עָרֹם; from H6191 (עָרַם) (in its original sense);","strongs_definition":"nude, either partially or totally","kjv_definition":"naked."} +{"id":"H6175","strongs_number":"H6175","system":"hebrew","language":"hebrew","number_value":6175,"lemma":"עָרוּם","transliteration":"ʻârûwm","pronunciation":"aw-room'","derivation":"passive participle of H6191 (עָרַם);","strongs_definition":"cunning (usually in a bad sense)","kjv_definition":"crafty, prudent, subtil."} +{"id":"H6176","strongs_number":"H6176","system":"hebrew","language":"hebrew","number_value":6176,"lemma":"עֲרוֹעֵר","transliteration":"ʻărôwʻêr","pronunciation":"ar-o-ayr'","derivation":"or עַרְעָר; from H6209 (עָרַר) reduplicated;","strongs_definition":"a juniper (from its nudity of situation)","kjv_definition":"health."} +{"id":"H6177","strongs_number":"H6177","system":"hebrew","language":"hebrew","number_value":6177,"lemma":"עֲרוֹעֵר","transliteration":"ʻĂrôwʻêr","pronunciation":"ar-o-ayr'","derivation":"or עֲרֹעֵר; or עַרְעוֹר; the same as H6176 (עֲרוֹעֵר); nudity of situation;","strongs_definition":"Aroer, the name of three places in or near Palestine","kjv_definition":"Aroer."} +{"id":"H6178","strongs_number":"H6178","system":"hebrew","language":"hebrew","number_value":6178,"lemma":"עָרוּץ","transliteration":"ʻârûwts","pronunciation":"aw-roots'","derivation":"passive participle of H6206 (עָרַץ);","strongs_definition":"feared, i.e. (concretely) a horrible place or chasm","kjv_definition":"cliffs."} +{"id":"H6179","strongs_number":"H6179","system":"hebrew","language":"hebrew","number_value":6179,"lemma":"עֵרִי","transliteration":"ʻÊrîy","pronunciation":"ay-ree'","derivation":"from H5782 (עוּר); watchful;","strongs_definition":"Eri, an Israelite","kjv_definition":"Eri."} +{"id":"H6180","strongs_number":"H6180","system":"hebrew","language":"hebrew","number_value":6180,"lemma":"עֵרִי","transliteration":"ʻÊrîy","pronunciation":"ay-ree'","derivation":"patronymically of H6179 (עֵרִי);","strongs_definition":"a Erite (collectively) or descendants of Eri","kjv_definition":"Erites."} +{"id":"H6181","strongs_number":"H6181","system":"hebrew","language":"hebrew","number_value":6181,"lemma":"עֶרְיָה","transliteration":"ʻeryâh","pronunciation":"er-yaw'","derivation":"for H6172 (עֶרְוָה);","strongs_definition":"nudity","kjv_definition":"bare, naked, [idiom] quite."} +{"id":"H6182","strongs_number":"H6182","system":"hebrew","language":"hebrew","number_value":6182,"lemma":"עֲרִיסָה","transliteration":"ʻărîyçâh","pronunciation":"ar-ee-saw'","derivation":"from an unused root meaning to comminute;","strongs_definition":"meal","kjv_definition":"dough."} +{"id":"H6183","strongs_number":"H6183","system":"hebrew","language":"hebrew","number_value":6183,"lemma":"עָרִיף","transliteration":"ʻârîyph","pronunciation":"aw-reef'","derivation":"from H6201 (עָרַף);","strongs_definition":"the sky (as dropping at the horizon)","kjv_definition":"heaven."} +{"id":"H6184","strongs_number":"H6184","system":"hebrew","language":"hebrew","number_value":6184,"lemma":"עָרִיץ","transliteration":"ʻârîyts","pronunciation":"aw-reets'","derivation":"from H6206 (עָרַץ);","strongs_definition":"fearful, i.e. powerful or tyrannical","kjv_definition":"mighty, oppressor, in great power, strong, terrible, violent."} +{"id":"H6185","strongs_number":"H6185","system":"hebrew","language":"hebrew","number_value":6185,"lemma":"עֲרִירִי","transliteration":"ʻărîyrîy","pronunciation":"ar-e-ree'","derivation":"from H6209 (עָרַר);","strongs_definition":"bare, i.e. destitute (of children)","kjv_definition":"childless."} +{"id":"H6186","strongs_number":"H6186","system":"hebrew","language":"hebrew","number_value":6186,"lemma":"עָרַךְ","transliteration":"ʻârak","pronunciation":"aw-rak'","derivation":"a primitive root;","strongs_definition":"to set in a row, i.e. arrange, put in order (in a very wide variety of applications)","kjv_definition":"put (set) (the battle, self) in array, compare, direct, equal, esteem, estimate, expert (in war), furnish, handle, join (battle), ordain, (lay, put, reckon up, set) (in) order, prepare, tax, value."} +{"id":"H6187","strongs_number":"H6187","system":"hebrew","language":"hebrew","number_value":6187,"lemma":"עֵרֶךְ","transliteration":"ʻêrek","pronunciation":"eh'rek","derivation":"from H6186 (עָרַךְ);","strongs_definition":"a pile, equipment, estimate","kjv_definition":"equal, estimation, (things that are set in) order, price, proportion, [idiom] set at, suit, taxation, [idiom] valuest."} +{"id":"H6188","strongs_number":"H6188","system":"hebrew","language":"hebrew","number_value":6188,"lemma":"עָרֵל","transliteration":"ʻârêl","pronunciation":"aw-rale'","derivation":"a primitive root; properly, to strip; but used as denominative from H6189 (עָרֵל);","strongs_definition":"to expose or remove the prepuce, whether literal (to go naked) or figurative (to refrain from using)","kjv_definition":"count uncircumcised, foreskin to be uncovered."} +{"id":"H6189","strongs_number":"H6189","system":"hebrew","language":"hebrew","number_value":6189,"lemma":"עָרֵל","transliteration":"ʻârêl","pronunciation":"aw-rale'","derivation":"from H6188 (עָרֵל); properly, exposed, i.e. projecting loose (as to the prepuce); used only technically,","strongs_definition":"uncircumcised (i.e. still having the prepuce uncurtailed)","kjv_definition":"uncircumcised (person)."} +{"id":"H6190","strongs_number":"H6190","system":"hebrew","language":"hebrew","number_value":6190,"lemma":"עׇרְלָה","transliteration":"ʻorlâh","pronunciation":"or-law'","derivation":"feminine of H6189 (עָרֵל);","strongs_definition":"the prepuce","kjv_definition":"foreskin, [phrase] uncircumcised."} +{"id":"H6191","strongs_number":"H6191","system":"hebrew","language":"hebrew","number_value":6191,"lemma":"עָרַם","transliteration":"ʻâram","pronunciation":"aw-ram'","derivation":"a primitive root;","strongs_definition":"properly, to be (or make) bare; but used only in the derivative sense (through the idea perhaps of smoothness) to be cunning (usually in a bad sense)","kjv_definition":"[idiom] very, beware, take crafty (counsel), be prudent, deal subtilly."} +{"id":"H6192","strongs_number":"H6192","system":"hebrew","language":"hebrew","number_value":6192,"lemma":"עָרַם","transliteration":"ʻâram","pronunciation":"aw-ram'","derivation":"a primitive root;","strongs_definition":"to pile up","kjv_definition":"gather together."} +{"id":"H6193","strongs_number":"H6193","system":"hebrew","language":"hebrew","number_value":6193,"lemma":"עֹרֶם","transliteration":"ʻôrem","pronunciation":"o'-rem","derivation":"from H6191 (עָרַם);","strongs_definition":"a stratagem","kjv_definition":"craftiness."} +{"id":"H6194","strongs_number":"H6194","system":"hebrew","language":"hebrew","number_value":6194,"lemma":"עָרֵם","transliteration":"ʻârêm","pronunciation":"aw-rame'","derivation":"(Jeremiah 50:26) or (feminine) עֲרֵמָה; from H6192 (עָרַם);","strongs_definition":"a heap; specifically, a sheaf","kjv_definition":"heap (of corn), sheaf."} +{"id":"H6195","strongs_number":"H6195","system":"hebrew","language":"hebrew","number_value":6195,"lemma":"עׇרְמָה","transliteration":"ʻormâh","pronunciation":"or-maw'","derivation":"feminine of H6193 (עֹרֶם);","strongs_definition":"trickery; or (in a good sense) discretion","kjv_definition":"guile, prudence, subtilty, wilily, wisdom."} +{"id":"H6196","strongs_number":"H6196","system":"hebrew","language":"hebrew","number_value":6196,"lemma":"עַרְמוֹן","transliteration":"ʻarmôwn","pronunciation":"ar-mone'","derivation":"probably from H6191 (עָרַם);","strongs_definition":"the plane tree (from its smooth and shed bark)","kjv_definition":"chestnut tree."} +{"id":"H6197","strongs_number":"H6197","system":"hebrew","language":"hebrew","number_value":6197,"lemma":"עֵרָן","transliteration":"ʻÊrân","pronunciation":"ay-rawn'","derivation":"probably from H5782 (עוּר); watchful;","strongs_definition":"Eran, an Israelite","kjv_definition":"Eran."} +{"id":"H6198","strongs_number":"H6198","system":"hebrew","language":"hebrew","number_value":6198,"lemma":"עֵרָנִי","transliteration":"ʻÊrânîy","pronunciation":"ay-raw-nee'","derivation":"patronymically from H6197 (עֵרָן);","strongs_definition":"an Eranite or descendant (collectively) of Eran","kjv_definition":"Eranites."} +{"id":"H6199","strongs_number":"H6199","system":"hebrew","language":"hebrew","number_value":6199,"lemma":"עַרעָר","transliteration":"ʻarʻâr","pronunciation":"ar-awr'","derivation":"from H6209 (עָרַר);","strongs_definition":"naked, i.e. (figuratively) poor","kjv_definition":"destitute. See also H6176 (עֲרוֹעֵר)."} +{"id":"H6200","strongs_number":"H6200","system":"hebrew","language":"hebrew","number_value":6200,"lemma":"עֲרֹעֵרִי","transliteration":"ʻĂrôʻêrîy","pronunciation":"ar-o-ay-ree'","derivation":"patronymically from H6177 (עֲרוֹעֵר);","strongs_definition":"an Aroerite or inhabitant of Aroer","kjv_definition":"Aroerite."} +{"id":"H6201","strongs_number":"H6201","system":"hebrew","language":"hebrew","number_value":6201,"lemma":"עָרַף","transliteration":"ʻâraph","pronunciation":"aw-raf'","derivation":"a primitive root;","strongs_definition":"to droop; hence, to drip","kjv_definition":"drop (down)."} +{"id":"H6202","strongs_number":"H6202","system":"hebrew","language":"hebrew","number_value":6202,"lemma":"עָרַף","transliteration":"ʻâraph","pronunciation":"aw-raf'","derivation":"a primitive root (identical with through the idea of sloping); properly, to bend downward; but used only as a denominative from H6203 (עֹרֶף),","strongs_definition":"to break the neck; hence (figuratively) to destroy","kjv_definition":"that is beheaded, break down, break (cut off, strike off) neck."} +{"id":"H6203","strongs_number":"H6203","system":"hebrew","language":"hebrew","number_value":6203,"lemma":"עֹרֶף","transliteration":"ʻôreph","pronunciation":"o-ref'","derivation":"from H6202 (עָרַף);","strongs_definition":"the nape or back of the neck (as declining); hence, the back generally (whether literal or figurative)","kjv_definition":"back ((stiff-) neck((-ed)."} +{"id":"H6204","strongs_number":"H6204","system":"hebrew","language":"hebrew","number_value":6204,"lemma":"עׇרְפָּה","transliteration":"ʻOrpâh","pronunciation":"or-paw'","derivation":"feminine of H6203 (עֹרֶף); mane;","strongs_definition":"Orpah, a Moabites","kjv_definition":"Orpah."} +{"id":"H6205","strongs_number":"H6205","system":"hebrew","language":"hebrew","number_value":6205,"lemma":"עֲרָפֶל","transliteration":"ʻărâphel","pronunciation":"ar-aw-fel'","derivation":"probably from H6201 (עָרַף);","strongs_definition":"gloom (as of a lowering sky)","kjv_definition":"(gross, thick) dark (cloud, -ness)."} +{"id":"H6206","strongs_number":"H6206","system":"hebrew","language":"hebrew","number_value":6206,"lemma":"עָרַץ","transliteration":"ʻârats","pronunciation":"aw-rats'","derivation":"a primitive root;","strongs_definition":"to awe or (intransitive) to dread; hence, to harass","kjv_definition":"be affrighted (afraid, dread, feared, terrified), break, dread, fear, oppress, prevail, shake terribly."} +{"id":"H6207","strongs_number":"H6207","system":"hebrew","language":"hebrew","number_value":6207,"lemma":"עָרַק","transliteration":"ʻâraq","pronunciation":"aw-rak'","derivation":"a primitive root;","strongs_definition":"to gnaw, i.e. (figuratively) eat (by hyberbole); also (participle) a pain","kjv_definition":"fleeing, sinew."} +{"id":"H6208","strongs_number":"H6208","system":"hebrew","language":"hebrew","number_value":6208,"lemma":"עַרְקִי","transliteration":"ʻArqîy","pronunciation":"ar-kee'","derivation":"patrial from an unused name meaning a tush;","strongs_definition":"an Arkite or inhabitant of Erek","kjv_definition":"Arkite."} +{"id":"H6209","strongs_number":"H6209","system":"hebrew","language":"hebrew","number_value":6209,"lemma":"עָרַר","transliteration":"ʻârar","pronunciation":"aw-rar'","derivation":"a primitive root;","strongs_definition":"to bare; figuratively, to demolish","kjv_definition":"make bare, break, raise up (perhaps by clerical error for raze), [idiom] utterly."} +{"id":"H6210","strongs_number":"H6210","system":"hebrew","language":"hebrew","number_value":6210,"lemma":"עֶרֶשׂ","transliteration":"ʻeres","pronunciation":"eh'res","derivation":"from an unused root meaning perhaps to arch;","strongs_definition":"a couch (properly, with a canopy)","kjv_definition":"bed(-stead), couch."} +{"id":"H6211","strongs_number":"H6211","system":"hebrew","language":"hebrew","number_value":6211,"lemma":"עָשׁ","transliteration":"ʻâsh","pronunciation":"awsh","derivation":"from H6244 (עָשֵׁשׁ);","strongs_definition":"a moth","kjv_definition":"moth. See also H5906 (עַיִשׁ)."} +{"id":"H6212","strongs_number":"H6212","system":"hebrew","language":"hebrew","number_value":6212,"lemma":"עֶשֶׂב","transliteration":"ʻeseb","pronunciation":"eh'seb","derivation":"from an unused root meaning to glisten (or be green);","strongs_definition":"grass (or any tender shoot)","kjv_definition":"grass, herb."} +{"id":"H6213","strongs_number":"H6213","system":"hebrew","language":"hebrew","number_value":6213,"lemma":"עָשָׂה","transliteration":"ʻâsâh","pronunciation":"aw-saw'","derivation":"a primitive root;","strongs_definition":"to do or make, in the broadest sense and widest application","kjv_definition":"accomplish, advance, appoint, apt, be at, become, bear, bestow, bring forth, bruise, be busy, [idiom] certainly, have the charge of, commit, deal (with), deck, [phrase] displease, do, (ready) dress(-ed), (put in) execute(-ion), exercise, fashion, [phrase] feast, (fight-) ing man, [phrase] finish, fit, fly, follow, fulfill, furnish, gather, get, go about, govern, grant, great, [phrase] hinder, hold (a feast), [idiom] indeed, [phrase] be industrious, [phrase] journey, keep, labour, maintain, make, be meet, observe, be occupied, offer, [phrase] officer, pare, bring (come) to pass, perform, pracise, prepare, procure, provide, put, requite, [idiom] sacrifice, serve, set, shew, [idiom] sin, spend, [idiom] surely, take, [idiom] thoroughly, trim, [idiom] very, [phrase] vex, be (warr-) ior, work(-man), yield, use."} +{"id":"H6214","strongs_number":"H6214","system":"hebrew","language":"hebrew","number_value":6214,"lemma":"עֲשָׂהאֵל","transliteration":"ʻĂsâhʼêl","pronunciation":"as-aw-ale'","derivation":"from H6213 (עָשָׂה) and H410 (אֵל); God has made;","strongs_definition":"Asahel, the name of four Israelites","kjv_definition":"Asahel."} +{"id":"H6215","strongs_number":"H6215","system":"hebrew","language":"hebrew","number_value":6215,"lemma":"עֵשָׂו","transliteration":"ʻÊsâv","pronunciation":"ay-sawv'","derivation":"apparently a form of the passive participle of H6213 (עָשָׂה) in the original sense of handling; rough (i.e. sensibly felt);","strongs_definition":"Esav, a son of Isaac, including his posterity","kjv_definition":"Esau."} +{"id":"H6216","strongs_number":"H6216","system":"hebrew","language":"hebrew","number_value":6216,"lemma":"עָשׁוֹק","transliteration":"ʻâshôwq","pronunciation":"aw-shoke'","derivation":"from H6231 (עָשַׁק);","strongs_definition":"oppressive (as noun, a tyrant)","kjv_definition":"oppressor."} +{"id":"H6217","strongs_number":"H6217","system":"hebrew","language":"hebrew","number_value":6217,"lemma":"עָשׁוּק","transliteration":"ʻâshûwq","pronunciation":"aw-shook'","derivation":"or עָשֻׁק; passive participle of H6231 (עָשַׁק);","strongs_definition":"used in plural masculine as abstractly, tyranny","kjv_definition":"oppressed(-ion). (Doubtful.)"} +{"id":"H6218","strongs_number":"H6218","system":"hebrew","language":"hebrew","number_value":6218,"lemma":"עָשׂוֹר","transliteration":"ʻâsôwr","pronunciation":"aw-sore'","derivation":"or עָשֹׂר; from H6235 (עֶשֶׂר);","strongs_definition":"ten; by abbreviated form ten strings, and so a decachord","kjv_definition":"(instrument of) ten (strings, -th)."} +{"id":"H6219","strongs_number":"H6219","system":"hebrew","language":"hebrew","number_value":6219,"lemma":"עָשׁוֹת","transliteration":"ʻâshôwth","pronunciation":"aw-shoth'","derivation":"from H6245 (עָשַׁת);","strongs_definition":"shining, i.e. polished","kjv_definition":"bright."} +{"id":"H6220","strongs_number":"H6220","system":"hebrew","language":"hebrew","number_value":6220,"lemma":"עַשְׁוָת","transliteration":"ʻAshvâth","pronunciation":"ash-vawth'","derivation":"for H6219 (עָשׁוֹת); bright;","strongs_definition":"Ashvath, an Israelite","kjv_definition":"Ashvath."} +{"id":"H6221","strongs_number":"H6221","system":"hebrew","language":"hebrew","number_value":6221,"lemma":"עֲשִׂיאֵל","transliteration":"ʻĂsîyʼêl","pronunciation":"as-ee-ale'","derivation":"from H6213 (עָשָׂה) and H410 (אֵל); made of God;","strongs_definition":"Asiel, an Israelite","kjv_definition":"Asiel."} +{"id":"H6222","strongs_number":"H6222","system":"hebrew","language":"hebrew","number_value":6222,"lemma":"עֲשָׂיָה","transliteration":"ʻĂsâyâh","pronunciation":"aw-saw-yaw'","derivation":"from H6213 (עָשָׂה) and H3050 (יָהּ); Jah has made;","strongs_definition":"Asajah, the name of three or four Israelites","kjv_definition":"Asaiah."} +{"id":"H6223","strongs_number":"H6223","system":"hebrew","language":"hebrew","number_value":6223,"lemma":"עָשִׁיר","transliteration":"ʻâshîyr","pronunciation":"aw-sheer'","derivation":"from H6238 (עָשַׁר);","strongs_definition":"rich, whether literal or figurative (noble)","kjv_definition":"rich (man)."} +{"id":"H6224","strongs_number":"H6224","system":"hebrew","language":"hebrew","number_value":6224,"lemma":"עֲשִׂירִי","transliteration":"ʻăsîyrîy","pronunciation":"as-ee-ree'","derivation":"from H6235 (עֶשֶׂר);","strongs_definition":"tenth; by abbreviation, tenth month or (feminine) part","kjv_definition":"tenth (part)."} +{"id":"H6225","strongs_number":"H6225","system":"hebrew","language":"hebrew","number_value":6225,"lemma":"עָשַׁן","transliteration":"ʻâshan","pronunciation":"aw-shan'","derivation":"a primitive root;","strongs_definition":"to smoke, whether literal or figurative","kjv_definition":"be angry (be on a) smoke."} +{"id":"H6226","strongs_number":"H6226","system":"hebrew","language":"hebrew","number_value":6226,"lemma":"עָשֵׁן","transliteration":"ʻâshên","pronunciation":"aw-shane'","derivation":"from H6225 (עָשַׁן);","strongs_definition":"smoky","kjv_definition":"smoking."} +{"id":"H6227","strongs_number":"H6227","system":"hebrew","language":"hebrew","number_value":6227,"lemma":"עָשָׁן","transliteration":"ʻâshân","pronunciation":"aw-shawn'","derivation":"from H6225 (עָשַׁן);","strongs_definition":"smoke, literally or figuratively (vapor, dust, anger)","kjv_definition":"smoke(-ing)."} +{"id":"H6228","strongs_number":"H6228","system":"hebrew","language":"hebrew","number_value":6228,"lemma":"עָשָׁן","transliteration":"ʻÂshân","pronunciation":"aw-shawn'","derivation":"the same as H6227 (עָשָׁן);","strongs_definition":"Ashan, a place in Palestine","kjv_definition":"Ashan."} +{"id":"H6229","strongs_number":"H6229","system":"hebrew","language":"hebrew","number_value":6229,"lemma":"עָשַׂק","transliteration":"ʻâsaq","pronunciation":"aw-sak","derivation":"a primitive root (identical with H6231 (עָשַׁק));","strongs_definition":"to press upon, i.e. quarrel","kjv_definition":"strive with."} +{"id":"H6230","strongs_number":"H6230","system":"hebrew","language":"hebrew","number_value":6230,"lemma":"עֵשֶׂק","transliteration":"ʻêseq","pronunciation":"ay'sek","derivation":"from H6229 (עָשַׂק);","strongs_definition":"strife","kjv_definition":"Esek."} +{"id":"H6231","strongs_number":"H6231","system":"hebrew","language":"hebrew","number_value":6231,"lemma":"עָשַׁק","transliteration":"ʻâshaq","pronunciation":"aw-shak'","derivation":"a primitive root (compare H6229 (עָשַׂק));","strongs_definition":"to press upon, i.e. oppress, defraud, violate, overflow","kjv_definition":"get deceitfully, deceive, defraud, drink up, (use) oppress(-ion), -or), do violence (wrong)."} +{"id":"H6232","strongs_number":"H6232","system":"hebrew","language":"hebrew","number_value":6232,"lemma":"עֵשֶׁק","transliteration":"ʻÊsheq","pronunciation":"ay-shek'","derivation":"from H6231 (עָשַׁק); oppression;","strongs_definition":"Eshek, an Israelite","kjv_definition":"Eshek."} +{"id":"H6233","strongs_number":"H6233","system":"hebrew","language":"hebrew","number_value":6233,"lemma":"עֹשֶׁק","transliteration":"ʻôsheq","pronunciation":"o'-shek","derivation":"from H6231 (עָשַׁק);","strongs_definition":"injury, fraud, (subjectively) distress, (concretely) unjust gain","kjv_definition":"cruelly, extortion, oppression, thing (deceitfully gotten)."} +{"id":"H6234","strongs_number":"H6234","system":"hebrew","language":"hebrew","number_value":6234,"lemma":"עׇשְׁקָה","transliteration":"ʻoshqâh","pronunciation":"osh-kaw'","derivation":"feminine of H6233 (עֹשֶׁק);","strongs_definition":"anguish","kjv_definition":"oppressed."} +{"id":"H6235","strongs_number":"H6235","system":"hebrew","language":"hebrew","number_value":6235,"lemma":"עֶשֶׂר","transliteration":"ʻeser","pronunciation":"eh'ser","derivation":"masculine of term עֲשָׂרָה; from H6237 (עָשַׂר);","strongs_definition":"ten (as an accumulation to the extent of the digits)","kjv_definition":"ten, (fif-, seven-) teen."} +{"id":"H6236","strongs_number":"H6236","system":"hebrew","language":"hebrew","number_value":6236,"lemma":"עֲשַׂר","transliteration":"ʻăsar","pronunciation":"as-ar'","derivation":"(Aramaic) masculine עֲשְׂרָה (Aramaic); corresponding to H6235 (עֶשֶׂר);","strongs_definition":"ten","kjv_definition":"ten, [phrase] twelve."} +{"id":"H6237","strongs_number":"H6237","system":"hebrew","language":"hebrew","number_value":6237,"lemma":"עָשַׂר","transliteration":"ʻâsar","pronunciation":"aw-sar'","derivation":"a primitive root (identical with H6238 (עָשַׁר)); to accumulate; but used only as denominative from H6235 (עֶשֶׂר);","strongs_definition":"to tithe, i.e. to take or give atenth","kjv_definition":"[idiom] surely, give (take) the tenth, (have, take) tithe(-ing, -s), [idiom] truly."} +{"id":"H6238","strongs_number":"H6238","system":"hebrew","language":"hebrew","number_value":6238,"lemma":"עָשַׁר","transliteration":"ʻâshar","pronunciation":"aw-shar'","derivation":"a primitive root;","strongs_definition":"properly, to accumulate; chiefly (specifically) to grow (causatively, make) rich","kjv_definition":"be(-come, en-, make, make self, wax) rich, make (1 Kings 22:48 marg). See H6240 (עָשָׂר)."} +{"id":"H6239","strongs_number":"H6239","system":"hebrew","language":"hebrew","number_value":6239,"lemma":"עֹשֶׁר","transliteration":"ʻôsher","pronunciation":"o'-sher","derivation":"from H6238 (עָשַׁר);","strongs_definition":"wealth","kjv_definition":"[idiom] far (richer), riches."} +{"id":"H6240","strongs_number":"H6240","system":"hebrew","language":"hebrew","number_value":6240,"lemma":"עָשָׂר","transliteration":"ʻâsâr","pronunciation":"aw-sawr'","derivation":"for H6235 (עֶשֶׂר);","strongs_definition":"ten (only in combination), i.e. -teen; also (ordinal) -teenth","kjv_definition":"(eigh-, fif-, four-, nine-, seven-, six-, thir-) teen(-th), [phrase] eleven(-th), [phrase] sixscore thousand, [phrase] twelve(-th)."} +{"id":"H6241","strongs_number":"H6241","system":"hebrew","language":"hebrew","number_value":6241,"lemma":"עִשָּׂרוֹן","transliteration":"ʻissârôwn","pronunciation":"is-saw-rone'","derivation":"or עִשָּׂרֹן; from H6235 (עֶשֶׂר);","strongs_definition":"(fractional) a tenth part","kjv_definition":"tenth deal."} +{"id":"H6242","strongs_number":"H6242","system":"hebrew","language":"hebrew","number_value":6242,"lemma":"עֶשְׂרִים","transliteration":"ʻesrîym","pronunciation":"es-reem'","derivation":"from H6235 (עֶשֶׂר);","strongs_definition":"twenty; also (ordinal) twentieth","kjv_definition":"(six-) score, twenty(-ieth)."} +{"id":"H6243","strongs_number":"H6243","system":"hebrew","language":"hebrew","number_value":6243,"lemma":"עֶשְׂרִין","transliteration":"ʻesrîyn","pronunciation":"es-reen'","derivation":"(Aramaic) corresponding to H6242 (עֶשְׂרִים)","strongs_definition":"{twenty; also (ordinal) twentieth}","kjv_definition":"twenty."} +{"id":"H6244","strongs_number":"H6244","system":"hebrew","language":"hebrew","number_value":6244,"lemma":"עָשֵׁשׁ","transliteration":"ʻâshêsh","pronunciation":"aw-shaysh'","derivation":"a primitive root;","strongs_definition":"probably to shrink, i.e. fail","kjv_definition":"be consumed."} +{"id":"H6245","strongs_number":"H6245","system":"hebrew","language":"hebrew","number_value":6245,"lemma":"עָשַׁת","transliteration":"ʻâshath","pronunciation":"aw-shath'","derivation":"a primitive root;","strongs_definition":"probably to be sleek, i.e. glossy; hence (through the idea of polishing) to excogitate (as if forming in the mind)","kjv_definition":"shine, think."} +{"id":"H6246","strongs_number":"H6246","system":"hebrew","language":"hebrew","number_value":6246,"lemma":"עֲשִׁת","transliteration":"ʻăshith","pronunciation":"ash-eeth'","derivation":"(Aramaic) corresponding to H6245 (עָשַׁת);","strongs_definition":"to purpose","kjv_definition":"think."} +{"id":"H6247","strongs_number":"H6247","system":"hebrew","language":"hebrew","number_value":6247,"lemma":"עֶשֶׁת","transliteration":"ʻesheth","pronunciation":"eh'-sheth","derivation":"from H6245 (עָשַׁת);","strongs_definition":"a fabric","kjv_definition":"bright."} +{"id":"H6248","strongs_number":"H6248","system":"hebrew","language":"hebrew","number_value":6248,"lemma":"עַשְׁתּוּת","transliteration":"ʻashtûwth","pronunciation":"ash-tooth'","derivation":"from H6245 (עָשַׁת);","strongs_definition":"cogitation","kjv_definition":"thought."} +{"id":"H6249","strongs_number":"H6249","system":"hebrew","language":"hebrew","number_value":6249,"lemma":"עַשְׁתֵּי","transliteration":"ʻashtêy","pronunciation":"ash-tay'","derivation":"apparently masculine plural construction of H6247 (עֶשֶׁת) in the sense of an afterthought (used only in connection with H6240 (עָשָׂר) in lieu of H259 (אֶחָד))","strongs_definition":"eleven or (ordinal) eleventh","kjv_definition":"[phrase] eleven(-th)."} +{"id":"H6250","strongs_number":"H6250","system":"hebrew","language":"hebrew","number_value":6250,"lemma":"עֶשְׁתֹּנָה","transliteration":"ʻeshtônâh","pronunciation":"esh-to-naw'","derivation":"from H6245 (עָשַׁת);","strongs_definition":"thinking","kjv_definition":"thought."} +{"id":"H6251","strongs_number":"H6251","system":"hebrew","language":"hebrew","number_value":6251,"lemma":"עַשְׁתְּרָה","transliteration":"ʻashtᵉrâh","pronunciation":"ash-ter-aw'","derivation":"probably from H6238 (עָשַׁר);","strongs_definition":"increase","kjv_definition":"flock."} +{"id":"H6252","strongs_number":"H6252","system":"hebrew","language":"hebrew","number_value":6252,"lemma":"עַשְׁתָּרוֹת","transliteration":"ʻAshtârôwth","pronunciation":"ash-taw-roth'","derivation":"or עַשְׁתָּרֹת; plural of H6251 (עַשְׁתְּרָה);","strongs_definition":"Ashtaroth, the name of a Sidonian deity, and of a place East of the Jordan","kjv_definition":"Asharoth, Astaroth. See also H1045 (בֵּית עַשְׁתָּרוֹת), H6253 (עַשְׁתֹּרֶת), H6255 (עַשְׁתְּרֹת קַרְנַיִם)."} +{"id":"H6253","strongs_number":"H6253","system":"hebrew","language":"hebrew","number_value":6253,"lemma":"עַשְׁתֹּרֶת","transliteration":"ʻAshtôreth","pronunciation":"ash-to'reth","derivation":"probably for H6251 (עַשְׁתְּרָה);","strongs_definition":"Ashtoreth, the Phoenician goddess of love (and increase)","kjv_definition":"Ashtoreth."} +{"id":"H6254","strongs_number":"H6254","system":"hebrew","language":"hebrew","number_value":6254,"lemma":"עַשְׁתְּרָתִי","transliteration":"ʻAshtᵉrâthîy","pronunciation":"ash-ter-aw-thee'","derivation":"patrial from H6252 (עַשְׁתָּרוֹת);","strongs_definition":"an Ashterathite or inhabitant of Ashtaroth","kjv_definition":"Ashterathite."} +{"id":"H6255","strongs_number":"H6255","system":"hebrew","language":"hebrew","number_value":6255,"lemma":"עַשְׁתְּרֹת קַרְנַיִם","transliteration":"ʻAshtᵉrôth Qarnayim","pronunciation":"ash-ter-oth' kar-nah'-yim","derivation":"from H6252 (עַשְׁתָּרוֹת) and the dual of H7161 (קֶרֶן); Ashtaroth of (the) double horns (a symbol of the deity);","strongs_definition":"Ashteroth-Karnaim, a place East of the Jordan","kjv_definition":"Ashtoreth Karnaim."} +{"id":"H6256","strongs_number":"H6256","system":"hebrew","language":"hebrew","number_value":6256,"lemma":"עֵת","transliteration":"ʻêth","pronunciation":"ayth","derivation":"from H5703 (עַד);","strongs_definition":"time, especially (adverb with preposition) now, when, etc.","kjv_definition":"[phrase] after, (al-) ways, [idiom] certain, [phrase] continually, [phrase] evening, long, (due) season, so (long) as, (even-, evening-, noon-) tide, (meal-), what) time, when."} +{"id":"H6257","strongs_number":"H6257","system":"hebrew","language":"hebrew","number_value":6257,"lemma":"עָתַד","transliteration":"ʻâthad","pronunciation":"aw-thad'","derivation":"a primitive root;","strongs_definition":"to prepare","kjv_definition":"make fit, be ready to become."} +{"id":"H6258","strongs_number":"H6258","system":"hebrew","language":"hebrew","number_value":6258,"lemma":"עַתָּה","transliteration":"ʻattâh","pronunciation":"at-taw'","derivation":"from H6256 (עֵת);","strongs_definition":"at this time, whether adverb, conjunction or expletive","kjv_definition":"henceforth, now, straightway, this time, whereas."} +{"id":"H6259","strongs_number":"H6259","system":"hebrew","language":"hebrew","number_value":6259,"lemma":"עָתוּד","transliteration":"ʻâthûwd","pronunciation":"aw-thood'","derivation":"passive participle of H6257 (עָתַד);","strongs_definition":"prepared","kjv_definition":"ready."} +{"id":"H6260","strongs_number":"H6260","system":"hebrew","language":"hebrew","number_value":6260,"lemma":"עַתּוּד","transliteration":"ʻattûwd","pronunciation":"at-tood'","derivation":"or עַתֻּד; from H6257 (עָתַד);","strongs_definition":"prepared, i.e. full grown; spoken only (in plural) of he-goats, or (figuratively) leaders of the people","kjv_definition":"chief one, (he) goat, ram."} +{"id":"H6261","strongs_number":"H6261","system":"hebrew","language":"hebrew","number_value":6261,"lemma":"עִתִּי","transliteration":"ʻittîy","pronunciation":"it-tee'","derivation":"from H6256 (עֵת);","strongs_definition":"timely","kjv_definition":"fit."} +{"id":"H6262","strongs_number":"H6262","system":"hebrew","language":"hebrew","number_value":6262,"lemma":"עַתַּי","transliteration":"ʻAttay","pronunciation":"at-tah'ee","derivation":"for H6261 (עִתִּי);","strongs_definition":"Attai, the name of three Israelites","kjv_definition":"Attai."} +{"id":"H6263","strongs_number":"H6263","system":"hebrew","language":"hebrew","number_value":6263,"lemma":"עֲתִיד","transliteration":"ʻăthîyd","pronunciation":"ath-eed'","derivation":"(Aramaic) corresponding to H6264 (עָתִיד);","strongs_definition":"prepared","kjv_definition":"ready."} +{"id":"H6264","strongs_number":"H6264","system":"hebrew","language":"hebrew","number_value":6264,"lemma":"עָתִיד","transliteration":"ʻâthîyd","pronunciation":"aw-theed'","derivation":"from H6257 (עָתַד);","strongs_definition":"prepared; by implication, skilful; feminine plural the future; also treasure","kjv_definition":"things that shall come, ready, treasures."} +{"id":"H6265","strongs_number":"H6265","system":"hebrew","language":"hebrew","number_value":6265,"lemma":"עֲתָיָה","transliteration":"ʻĂthâyâh","pronunciation":"ath-aw-yaw'","derivation":"from H5790 (עוּת) and H3050 (יָהּ); Jah has helped;","strongs_definition":"Athajah, an Israelite","kjv_definition":"Athaiah."} +{"id":"H6266","strongs_number":"H6266","system":"hebrew","language":"hebrew","number_value":6266,"lemma":"עָתִיק","transliteration":"ʻâthîyq","pronunciation":"aw-theek'","derivation":"from H6275 (עָתַק);","strongs_definition":"properly, antique, i.e. venerable or splendid","kjv_definition":"durable."} +{"id":"H6267","strongs_number":"H6267","system":"hebrew","language":"hebrew","number_value":6267,"lemma":"עַתִּיק","transliteration":"ʻattîyq","pronunciation":"at-teek'","derivation":"from H6275 (עָתַק);","strongs_definition":"removed, i.e. weaned; also antique","kjv_definition":"ancient, drawn."} +{"id":"H6268","strongs_number":"H6268","system":"hebrew","language":"hebrew","number_value":6268,"lemma":"עַתִּיק","transliteration":"ʻattîyq","pronunciation":"at-teek'","derivation":"(Aramaic) corresponding to H6267 (עַתִּיק);","strongs_definition":"venerable","kjv_definition":"ancient."} +{"id":"H6269","strongs_number":"H6269","system":"hebrew","language":"hebrew","number_value":6269,"lemma":"עֲתָךְ","transliteration":"ʻĂthâk","pronunciation":"ath-awk'","derivation":"from an unused root meaning to sojourn; lodging;","strongs_definition":"Athak, a place in Palestine","kjv_definition":"Athach."} +{"id":"H6270","strongs_number":"H6270","system":"hebrew","language":"hebrew","number_value":6270,"lemma":"עַתְלַי","transliteration":"ʻAthlay","pronunciation":"ath-lah'ee","derivation":"from an unused root meaning to compress; constringent;","strongs_definition":"Athlai, an Israelite","kjv_definition":"Athlai."} +{"id":"H6271","strongs_number":"H6271","system":"hebrew","language":"hebrew","number_value":6271,"lemma":"עֲתַלְיָה","transliteration":"ʻĂthalyâh","pronunciation":"ath-al-yaw'","derivation":"or עֲתַלְיָהוּ; from the same as H6270 (עַתְלַי) and H3050 (יָהּ); Jah has constrained;","strongs_definition":"Athaljah, the name of an Israelitess and two Israelites","kjv_definition":"Athaliah."} +{"id":"H6272","strongs_number":"H6272","system":"hebrew","language":"hebrew","number_value":6272,"lemma":"עָתַם","transliteration":"ʻâtham","pronunciation":"aw-tham","derivation":"a primitive root;","strongs_definition":"probably to glow, i.e. (figuratively) be desolated","kjv_definition":"be darkened."} +{"id":"H6273","strongs_number":"H6273","system":"hebrew","language":"hebrew","number_value":6273,"lemma":"עׇתְנִי","transliteration":"ʻOthnîy","pronunciation":"oth-nee'","derivation":"from an unused root meaning to force; forcible;","strongs_definition":"Othni, an Israelite","kjv_definition":"Othni."} +{"id":"H6274","strongs_number":"H6274","system":"hebrew","language":"hebrew","number_value":6274,"lemma":"עׇתְנִיאֵל","transliteration":"ʻOthnîyʼêl","pronunciation":"oth-nee-ale'","derivation":"from the same as H6273 (עׇתְנִי) and H410 (אֵל); force of God;","strongs_definition":"Othniel, an Israelite","kjv_definition":"Othniel."} +{"id":"H6275","strongs_number":"H6275","system":"hebrew","language":"hebrew","number_value":6275,"lemma":"עָתַק","transliteration":"ʻâthaq","pronunciation":"aw-thak'","derivation":"a primitive root;","strongs_definition":"to remove (intransitive or transitive) figuratively, to grow old; specifically, to transcribe","kjv_definition":"copy out, leave off, become (wax) old, remove."} +{"id":"H6276","strongs_number":"H6276","system":"hebrew","language":"hebrew","number_value":6276,"lemma":"עָתֵק","transliteration":"ʻâthêq","pronunciation":"aw-thake'","derivation":"from H6275 (עָתַק);","strongs_definition":"antique, i.e. valued","kjv_definition":"durable."} +{"id":"H6277","strongs_number":"H6277","system":"hebrew","language":"hebrew","number_value":6277,"lemma":"עָתָק","transliteration":"ʻâthâq","pronunciation":"aw-thawk'","derivation":"from H6275 (עָתַק) in the sense of license;","strongs_definition":"impudent","kjv_definition":"arrogancy, grievous (hard) things, stiff."} +{"id":"H6278","strongs_number":"H6278","system":"hebrew","language":"hebrew","number_value":6278,"lemma":"עֵת קָצִין","transliteration":"ʻÊth Qâtsîyn","pronunciation":"ayth kaw-tseen'","derivation":"from H6256 (עֵת) and H7011 (קַיָּם); time of a judge;","strongs_definition":"Eth-Katsin, a place in Palestine","kjv_definition":"Ittahkazin (by including directive enclitic)."} +{"id":"H6279","strongs_number":"H6279","system":"hebrew","language":"hebrew","number_value":6279,"lemma":"עָתַר","transliteration":"ʻâthar","pronunciation":"aw-thar'","derivation":"a primitive root (rather denominative from H6281 (עֶתֶר));","strongs_definition":"to burn incense in worship, i.e. intercede (reciprocally, listen to prayer)","kjv_definition":"intreat, (make) pray(-er)."} +{"id":"H6280","strongs_number":"H6280","system":"hebrew","language":"hebrew","number_value":6280,"lemma":"עָתַר","transliteration":"ʻâthar","pronunciation":"aw-thar'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) abundant","kjv_definition":"deceitful, multiply."} +{"id":"H6281","strongs_number":"H6281","system":"hebrew","language":"hebrew","number_value":6281,"lemma":"עֶתֶר","transliteration":"ʻEther","pronunciation":"eh'ther","derivation":"from H6280 (עָתַר); abundance;","strongs_definition":"Ether, a place in Palestine","kjv_definition":"Ether."} +{"id":"H6282","strongs_number":"H6282","system":"hebrew","language":"hebrew","number_value":6282,"lemma":"עָתָר","transliteration":"ʻâthâr","pronunciation":"aw-thawr'","derivation":"from H6280 (עָתַר); also compare H6279 (עָתַר)","strongs_definition":"incense (as increasing to a volume of smoke); hence a worshipper","kjv_definition":"suppliant, thick."} +{"id":"H6283","strongs_number":"H6283","system":"hebrew","language":"hebrew","number_value":6283,"lemma":"עֲתֶרֶת","transliteration":"ʻăthereth","pronunciation":"ath-eh'-reth","derivation":"from H6280 (עָתַר);","strongs_definition":"copiousness","kjv_definition":"abundance. p"} +{"id":"H6284","strongs_number":"H6284","system":"hebrew","language":"hebrew","number_value":6284,"lemma":"פָּאָה","transliteration":"pâʼâh","pronunciation":"paw-aw'","derivation":"a primitive root;","strongs_definition":"to puff, i.e. blow away","kjv_definition":"scatter into corners."} +{"id":"H6285","strongs_number":"H6285","system":"hebrew","language":"hebrew","number_value":6285,"lemma":"פֵּאָה","transliteration":"pêʼâh","pronunciation":"pay-aw'","derivation":"feminine of H6311 (פֹּה);","strongs_definition":"properly, mouth in a figurative sense, i.e. direction, region, extremity","kjv_definition":"corner, end, quarter, side."} +{"id":"H6286","strongs_number":"H6286","system":"hebrew","language":"hebrew","number_value":6286,"lemma":"פָּאַר","transliteration":"pâʼar","pronunciation":"paw-ar'","derivation":"a primitive root; also denominative from H6288 (פְּאֹרָה),","strongs_definition":"to gleam, i.e. (causatively) embellish; figuratively, to boast; also to explain (i.e. make clear) oneself; to shake a tree","kjv_definition":"beautify, boast self, go over the boughs, glorify (self), glory, vaunt self."} +{"id":"H6287","strongs_number":"H6287","system":"hebrew","language":"hebrew","number_value":6287,"lemma":"פְּאֵר","transliteration":"pᵉʼêr","pronunciation":"peh-ayr'","derivation":"from H6286 (פָּאַר);","strongs_definition":"an embellishment, i.e. fancy head-dress","kjv_definition":"beauty, bonnet, goodly, ornament, tire."} +{"id":"H6288","strongs_number":"H6288","system":"hebrew","language":"hebrew","number_value":6288,"lemma":"פְּאֹרָה","transliteration":"pᵉʼôrâh","pronunciation":"peh-o-raw'","derivation":"or פֹּרָאה; or פֻּארָה; from H6286 (פָּאַר);","strongs_definition":"properly, ornamentation, i.e. (plural) foliage (including the limbs) as bright green","kjv_definition":"bough, branch, sprig."} +{"id":"H6289","strongs_number":"H6289","system":"hebrew","language":"hebrew","number_value":6289,"lemma":"פָּארוּר","transliteration":"pâʼrûwr","pronunciation":"paw-roor'","derivation":"from H6286 (פָּאַר);","strongs_definition":"properly, illuminated, i.e. a glow; as noun, a flush (of anxiety)","kjv_definition":"blackness."} +{"id":"H6290","strongs_number":"H6290","system":"hebrew","language":"hebrew","number_value":6290,"lemma":"פָּארָן","transliteration":"Pâʼrân","pronunciation":"paw-rawn'","derivation":"from H6286 (פָּאַר); ornamental;","strongs_definition":"Paran, a desert of Arabia","kjv_definition":"Paran."} +{"id":"H6291","strongs_number":"H6291","system":"hebrew","language":"hebrew","number_value":6291,"lemma":"פַּג","transliteration":"pag","pronunciation":"pag","derivation":"from an unused root meaning to be torpid, i.e.","strongs_definition":"crude; an unripe fig","kjv_definition":"green figuratively"} +{"id":"H6292","strongs_number":"H6292","system":"hebrew","language":"hebrew","number_value":6292,"lemma":"פִּגּוּל","transliteration":"piggûwl","pronunciation":"pig-gool'","derivation":"or פִּגֻּל; from an unused root meaning to stink;","strongs_definition":"properly, fetid, i.e. (figuratively) unclean (ceremonially)","kjv_definition":"abominable(-tion, thing)."} +{"id":"H6293","strongs_number":"H6293","system":"hebrew","language":"hebrew","number_value":6293,"lemma":"פָּגַע","transliteration":"pâgaʻ","pronunciation":"paw-gah'","derivation":"a primitive root;","strongs_definition":"to impinge, by accident or violence, or (figuratively) by importunity","kjv_definition":"come (betwixt), cause to entreat, fall (upon), make intercession, intercessor, intreat, lay, light (upon), meet (together), pray, reach, run."} +{"id":"H6294","strongs_number":"H6294","system":"hebrew","language":"hebrew","number_value":6294,"lemma":"פֶּגַע","transliteration":"pegaʻ","pronunciation":"peh'-gah","derivation":"from H6293 (פָּגַע);","strongs_definition":"impact (casual)","kjv_definition":"chance, occurent."} +{"id":"H6295","strongs_number":"H6295","system":"hebrew","language":"hebrew","number_value":6295,"lemma":"פַּגְעִיאֵל","transliteration":"Pagʻîyʼêl","pronunciation":"pag-ee-ale'","derivation":"from H6294 (פֶּגַע) and H410 (אֵל); accident of God;","strongs_definition":"Pagiel, an Israelite","kjv_definition":"Pagiel."} +{"id":"H6296","strongs_number":"H6296","system":"hebrew","language":"hebrew","number_value":6296,"lemma":"פָּגַר","transliteration":"pâgar","pronunciation":"paw-gar'","derivation":"a primitive root;","strongs_definition":"to relax, i.e. become exhausted","kjv_definition":"be faint."} +{"id":"H6297","strongs_number":"H6297","system":"hebrew","language":"hebrew","number_value":6297,"lemma":"פֶּגֶר","transliteration":"peger","pronunciation":"peh'gher","derivation":"from H6296 (פָּגַר);","strongs_definition":"a carcase (as limp), whether of man or beast; figuratively, an idolatrous image","kjv_definition":"carcase, corpse, dead body."} +{"id":"H6298","strongs_number":"H6298","system":"hebrew","language":"hebrew","number_value":6298,"lemma":"פָּגַשׁ","transliteration":"pâgash","pronunciation":"paw-gash'","derivation":"a primitive root;","strongs_definition":"to come in contact with, whether by accident or violence; figuratively, to concur","kjv_definition":"meet (with, together)."} +{"id":"H6299","strongs_number":"H6299","system":"hebrew","language":"hebrew","number_value":6299,"lemma":"פָּדָה","transliteration":"pâdâh","pronunciation":"paw-daw'","derivation":"a primitive root;","strongs_definition":"to sever, i.e. ransom; gener. to release, preserve","kjv_definition":"[idiom] at all, deliver, [idiom] by any means, ransom, (that are to be, let be) redeem(-ed), rescue, [idiom] surely."} +{"id":"H6300","strongs_number":"H6300","system":"hebrew","language":"hebrew","number_value":6300,"lemma":"פְּדַהְאֵל","transliteration":"Pᵉdahʼêl","pronunciation":"ped-ah-ale'","derivation":"from H6299 (פָּדָה) and H410 (אֵל); God has ransomed;","strongs_definition":"Pedahel, an Israelite","kjv_definition":"Pedahel."} +{"id":"H6301","strongs_number":"H6301","system":"hebrew","language":"hebrew","number_value":6301,"lemma":"פְּדָהצוּר","transliteration":"Pᵉdâhtsûwr","pronunciation":"ped-aw-tsoor'","derivation":"from H6299 (פָּדָה) and H6697 (צוּר); a rock (i.e. God) has ransomed;","strongs_definition":"Pedahtsur, an Israelite","kjv_definition":"Pedahzur."} +{"id":"H6302","strongs_number":"H6302","system":"hebrew","language":"hebrew","number_value":6302,"lemma":"פָּדוּי","transliteration":"pâdûwy","pronunciation":"paw-doo'ee","derivation":"passive participle of H6299 (פָּדָה). ransomed (and so occurring under H6299 (פָּדָה));","strongs_definition":"as abstractly (in plural masculine) a ransom","kjv_definition":"(that are) to be (that were) redeemed."} +{"id":"H6303","strongs_number":"H6303","system":"hebrew","language":"hebrew","number_value":6303,"lemma":"פָּדוֹן","transliteration":"Pâdôwn","pronunciation":"paw-done'","derivation":"from H6299 (פָּדָה); ransom;","strongs_definition":"Padon, one of the Nethinim.","kjv_definition":"Padon."} +{"id":"H6304","strongs_number":"H6304","system":"hebrew","language":"hebrew","number_value":6304,"lemma":"פְּדוּת","transliteration":"pᵉdûwth","pronunciation":"ped-ooth'","derivation":"or פְּדֻת; from H6929 (קֵדְמָה)lemma קדְמָה missing vowel, corrected to קֵדְמָה;","strongs_definition":"distinction; also deliverance","kjv_definition":"division, redeem, redemption."} +{"id":"H6305","strongs_number":"H6305","system":"hebrew","language":"hebrew","number_value":6305,"lemma":"פְּדָיָה","transliteration":"Pᵉdâyâh","pronunciation":"ped-aw-yaw'","derivation":"or פְּדָיָהוּ; from H6299 (פָּדָה) and H3050 (יָהּ); Jah has ransomed;","strongs_definition":"Pedajah, the name of six Israelites","kjv_definition":"Pedaiah."} +{"id":"H6306","strongs_number":"H6306","system":"hebrew","language":"hebrew","number_value":6306,"lemma":"פִּדְיוֹם","transliteration":"pidyôwm","pronunciation":"pid-yome'","derivation":"or פִּדְיֹם; also פִּדְיוֹן; or פִּדְיֹן; from H6299 (פָּדָה);","strongs_definition":"a ransom","kjv_definition":"ransom, that were redeemed, redemption."} +{"id":"H6307","strongs_number":"H6307","system":"hebrew","language":"hebrew","number_value":6307,"lemma":"פַּדָּן","transliteration":"Paddân","pronunciation":"pad-dawn'","derivation":"from an unused root meaning to extend; a plateau; or פַּדַּן אֲרָם; from the same and H758 (אֲרָם); the table-land of Aram;","strongs_definition":"Paddan or Paddan-Aram, a region of Syria","kjv_definition":"Padan, Padan-aram."} +{"id":"H6308","strongs_number":"H6308","system":"hebrew","language":"hebrew","number_value":6308,"lemma":"פָּדַע","transliteration":"pâdaʻ","pronunciation":"paw-dah'","derivation":"a primitive root;","strongs_definition":"to retrieve","kjv_definition":"deliver."} +{"id":"H6309","strongs_number":"H6309","system":"hebrew","language":"hebrew","number_value":6309,"lemma":"פֶּדֶר","transliteration":"peder","pronunciation":"peh'der","derivation":"from an unused root meaning to be greasy;","strongs_definition":"suet","kjv_definition":"fat."} +{"id":"H6310","strongs_number":"H6310","system":"hebrew","language":"hebrew","number_value":6310,"lemma":"פֶּה","transliteration":"peh","pronunciation":"peh","derivation":"from H6284 (פָּאָה);","strongs_definition":"the mouth (as the means of blowing), whether literal or figurative (particularly speech); specifically edge, portion or side; adverbially (with preposition) according to","kjv_definition":"accord(-ing as, -ing to), after, appointment, assent, collar, command(-ment), [idiom] eat, edge, end, entry, [phrase] file, hole, [idiom] in, mind, mouth, part, portion, [idiom] (should) say(-ing), sentence, skirt, sound, speech, [idiom] spoken, talk, tenor, [idiom] to, [phrase] two-edged, wish, word."} +{"id":"H6311","strongs_number":"H6311","system":"hebrew","language":"hebrew","number_value":6311,"lemma":"פֹּה","transliteration":"pôh","pronunciation":"po","derivation":"or פֹּא; (Job 38:11), or פּוֹ; probably from a primitive inseparable particle 'p' (of demonstrative force) and H1931 (הוּא);","strongs_definition":"this place (French ici), i.e. here or hence","kjv_definition":"here, hither, the one (other, this, that) side."} +{"id":"H6312","strongs_number":"H6312","system":"hebrew","language":"hebrew","number_value":6312,"lemma":"פּוּאָה","transliteration":"Pûwʼâh","pronunciation":"poo-aw'","derivation":"or פֻּוָּה; from H6284 (פָּאָה); a blast;","strongs_definition":"Puah or Puvvah, the name of two Israelites","kjv_definition":"Phuvah, Pua, Puah."} +{"id":"H6313","strongs_number":"H6313","system":"hebrew","language":"hebrew","number_value":6313,"lemma":"פּוּג","transliteration":"pûwg","pronunciation":"poog","derivation":"a primitive root;","strongs_definition":"to be sluggish","kjv_definition":"cease, be feeble, faint, be slacked."} +{"id":"H6314","strongs_number":"H6314","system":"hebrew","language":"hebrew","number_value":6314,"lemma":"פּוּגָה","transliteration":"pûwgâh","pronunciation":"poo-gaw'","derivation":"from H6313 (פּוּג);","strongs_definition":"intermission","kjv_definition":"rest."} +{"id":"H6315","strongs_number":"H6315","system":"hebrew","language":"hebrew","number_value":6315,"lemma":"פּוּחַ","transliteration":"pûwach","pronunciation":"poo'akh","derivation":"a primitive root;","strongs_definition":"to puff, i.e. blow with the breath or air; hence, to fan (as a breeze), to utter, to kindle (a fire), to scoff","kjv_definition":"blow (upon), break, puff, bring into a snare, speak, utter."} +{"id":"H6316","strongs_number":"H6316","system":"hebrew","language":"hebrew","number_value":6316,"lemma":"פּוּט","transliteration":"Pûwṭ","pronunciation":"poot","derivation":"of foreign origin;","strongs_definition":"Put, a son of Ham, also the name of his descendants or their region, and of a Persian tribe","kjv_definition":"Phut, Put."} +{"id":"H6317","strongs_number":"H6317","system":"hebrew","language":"hebrew","number_value":6317,"lemma":"פּוּטִיאֵל","transliteration":"Pûwṭîyʼêl","pronunciation":"poo-tee-ale'","derivation":"from an unused root (probably meaning to disparage) and H410 (אֵל); contempt of God;","strongs_definition":"Putiel, an Israelite","kjv_definition":"Putiel."} +{"id":"H6318","strongs_number":"H6318","system":"hebrew","language":"hebrew","number_value":6318,"lemma":"פּוֹטִיפַר","transliteration":"Pôwṭîyphar","pronunciation":"po-tee-far'","derivation":"of Egyptian derivation;","strongs_definition":"Potiphar, an Egyptian","kjv_definition":"Potiphar."} +{"id":"H6319","strongs_number":"H6319","system":"hebrew","language":"hebrew","number_value":6319,"lemma":"פּוֹטִי פֶרַע","transliteration":"Pôwṭîy Pheraʻ","pronunciation":"po-tee feh'-rah","derivation":"of Egyptian derivation;","strongs_definition":"Poti-Phera, an Egyptian","kjv_definition":"Poti-pherah."} +{"id":"H6320","strongs_number":"H6320","system":"hebrew","language":"hebrew","number_value":6320,"lemma":"פּוּךְ","transliteration":"pûwk","pronunciation":"pook","derivation":"from an unused root meaning to paint;","strongs_definition":"dye (specifically, stibium for the eyes)","kjv_definition":"fair colours, glistering, paint(-ed) (-ing)."} +{"id":"H6321","strongs_number":"H6321","system":"hebrew","language":"hebrew","number_value":6321,"lemma":"פּוֹל","transliteration":"pôwl","pronunciation":"pole","derivation":"from an unused root meaning to be thick;","strongs_definition":"a bean (as plump)","kjv_definition":"beans."} +{"id":"H6322","strongs_number":"H6322","system":"hebrew","language":"hebrew","number_value":6322,"lemma":"פּוּל","transliteration":"Pûwl","pronunciation":"pool","derivation":"of foreign origin;","strongs_definition":"Pul, the name of an Assyrian king and of an Ethiopian tribe","kjv_definition":"Pul."} +{"id":"H6323","strongs_number":"H6323","system":"hebrew","language":"hebrew","number_value":6323,"lemma":"פּוּן","transliteration":"pûwn","pronunciation":"poon","derivation":"a primitive root meaning to turn, i.e.","strongs_definition":"be perplexed","kjv_definition":"be distracted."} +{"id":"H6324","strongs_number":"H6324","system":"hebrew","language":"hebrew","number_value":6324,"lemma":"פּוּנִי","transliteration":"Pûwnîy","pronunciation":"poo-nee'","derivation":"patronymically from an unused name meaning a turn;","strongs_definition":"a Punite (collectively) or descendants of an unknown Pun","kjv_definition":"Punites."} +{"id":"H6325","strongs_number":"H6325","system":"hebrew","language":"hebrew","number_value":6325,"lemma":"פּוּנֹן","transliteration":"Pûwnôn","pronunciation":"poo-none'","derivation":"from H6323 (פּוּן); perplexity;","strongs_definition":"Punon, a place in the Desert","kjv_definition":"Punon."} +{"id":"H6326","strongs_number":"H6326","system":"hebrew","language":"hebrew","number_value":6326,"lemma":"פּוּעָה","transliteration":"Pûwʻâh","pronunciation":"poo-aw'","derivation":"from an unused root meaning to glitter; brilliancy;","strongs_definition":"Puah, an Israelitess","kjv_definition":"Puah."} +{"id":"H6327","strongs_number":"H6327","system":"hebrew","language":"hebrew","number_value":6327,"lemma":"פּוּץ","transliteration":"pûwts","pronunciation":"poots","derivation":"a primitive root;","strongs_definition":"to dash in pieces, literally or figuratively (especially to disperse)","kjv_definition":"break (dash, shake) in (to) pieces, cast (abroad), disperse (selves), drive, retire, scatter (abroad), spread abroad."} +{"id":"H6328","strongs_number":"H6328","system":"hebrew","language":"hebrew","number_value":6328,"lemma":"פּוּק","transliteration":"pûwq","pronunciation":"pook","derivation":"a primitive root;","strongs_definition":"to waver","kjv_definition":"stumble, move."} +{"id":"H6329","strongs_number":"H6329","system":"hebrew","language":"hebrew","number_value":6329,"lemma":"פּוּק","transliteration":"pûwq","pronunciation":"pook","derivation":"a primitive root (identical with H6328 (פּוּק) through the idea of dropping out; compare H5312 (נְפַק));","strongs_definition":"to issue, i.e. furnish; causatively, to secure; figuratively, to succeed","kjv_definition":"afford, draw out, further, get, obtain."} +{"id":"H6330","strongs_number":"H6330","system":"hebrew","language":"hebrew","number_value":6330,"lemma":"פּוּקָה","transliteration":"pûwqâh","pronunciation":"poo-kaw'","derivation":"from H6328 (פּוּק);","strongs_definition":"a stumbling-block","kjv_definition":"grief."} +{"id":"H6331","strongs_number":"H6331","system":"hebrew","language":"hebrew","number_value":6331,"lemma":"פּוּר","transliteration":"pûwr","pronunciation":"poor","derivation":"a primitive root;","strongs_definition":"to crush","kjv_definition":"break, bring to nought, [idiom] utterly take."} +{"id":"H6332","strongs_number":"H6332","system":"hebrew","language":"hebrew","number_value":6332,"lemma":"פּוּר","transliteration":"Pûwr","pronunciation":"poor","derivation":"also (plural) פּוּרִים; or פֻּרִים; from H6331 (פּוּר);","strongs_definition":"a lot (as by means of a broken piece)","kjv_definition":"Pur, Purim."} +{"id":"H6333","strongs_number":"H6333","system":"hebrew","language":"hebrew","number_value":6333,"lemma":"פּוּרָה","transliteration":"pûwrâh","pronunciation":"poo-raw'","derivation":"from H6331 (פּוּר);","strongs_definition":"a wine-press (as crushing the grapes)","kjv_definition":"winepress."} +{"id":"H6334","strongs_number":"H6334","system":"hebrew","language":"hebrew","number_value":6334,"lemma":"פּוֹרָתָא","transliteration":"Pôwrâthâʼ","pronunciation":"po-raw-thaw'","derivation":"of Persian origin;","strongs_definition":"Poratha, a son of Haman","kjv_definition":"Poratha."} +{"id":"H6335","strongs_number":"H6335","system":"hebrew","language":"hebrew","number_value":6335,"lemma":"פּוּשׁ","transliteration":"pûwsh","pronunciation":"poosh","derivation":"a primitive root;","strongs_definition":"to spread; figuratively, act proudly","kjv_definition":"grow up, be grown fat, spread selves, be scattered."} +{"id":"H6336","strongs_number":"H6336","system":"hebrew","language":"hebrew","number_value":6336,"lemma":"פּוּתִי","transliteration":"Pûwthîy","pronunciation":"poo-thee'","derivation":"patronymically from an unused name meaning a hinge;","strongs_definition":"a Puthite (collectively) or descendants of an unknown Puth","kjv_definition":"Puhites (as if from H6312 (פּוּאָה))."} +{"id":"H6337","strongs_number":"H6337","system":"hebrew","language":"hebrew","number_value":6337,"lemma":"פָּז","transliteration":"pâz","pronunciation":"pawz","derivation":"from H6338 (פָּזַז);","strongs_definition":"pure (gold); hence, gold itself (as refined)","kjv_definition":"fine (pure) gold."} +{"id":"H6338","strongs_number":"H6338","system":"hebrew","language":"hebrew","number_value":6338,"lemma":"פָּזַז","transliteration":"pâzaz","pronunciation":"paw-zaz'","derivation":"a primitive root;","strongs_definition":"to refine (gold)","kjv_definition":"best (gold)."} +{"id":"H6339","strongs_number":"H6339","system":"hebrew","language":"hebrew","number_value":6339,"lemma":"פָּזַז","transliteration":"pâzaz","pronunciation":"paw-zaz'","derivation":"a primitive root (identical with H6338 (פָּזַז));","strongs_definition":"to solidify (as if by refining); also to spring (as if separating the limbs)","kjv_definition":"leap, be made strong."} +{"id":"H6340","strongs_number":"H6340","system":"hebrew","language":"hebrew","number_value":6340,"lemma":"פָּזַר","transliteration":"pâzar","pronunciation":"paw-zar'","derivation":"a primitive root;","strongs_definition":"to scatter, whether in enmity or bounty","kjv_definition":"disperse, scatter (abroad)."} +{"id":"H6341","strongs_number":"H6341","system":"hebrew","language":"hebrew","number_value":6341,"lemma":"פַּח","transliteration":"pach","pronunciation":"pakh","derivation":"from H6351 (פָּחַח);","strongs_definition":"a (metallic) sheet (as pounded thin); also a spring net (as spread out like a lamina)","kjv_definition":"gin, (thin) plate, snare."} +{"id":"H6342","strongs_number":"H6342","system":"hebrew","language":"hebrew","number_value":6342,"lemma":"פָּחַד","transliteration":"pâchad","pronunciation":"paw-kkad'","derivation":"a primitive root;","strongs_definition":"to be startled (by a sudden alarm); hence, to fear in general","kjv_definition":"be afraid, stand in awe, (be in) fear, make to shake."} +{"id":"H6343","strongs_number":"H6343","system":"hebrew","language":"hebrew","number_value":6343,"lemma":"פַּחַד","transliteration":"pachad","pronunciation":"pakh'-ad","derivation":"from H6342 (פָּחַד);","strongs_definition":"a (sudden) alarm (properly, the object feared, by implication, the feeling)","kjv_definition":"dread(-ful), fear, (thing) great (fear, -ly feared), terror."} +{"id":"H6344","strongs_number":"H6344","system":"hebrew","language":"hebrew","number_value":6344,"lemma":"פַּחַד","transliteration":"pachad","pronunciation":"pakh'-ad","derivation":"the same as H6343 (פַּחַד);","strongs_definition":"a testicle (as a cause of shame akin to fear)","kjv_definition":"stone."} +{"id":"H6345","strongs_number":"H6345","system":"hebrew","language":"hebrew","number_value":6345,"lemma":"פַּחְדָּה","transliteration":"pachdâh","pronunciation":"pakh-daw'","derivation":"feminine of H6343 (פַּחַד);","strongs_definition":"alarm (i.e. awe)","kjv_definition":"fear."} +{"id":"H6346","strongs_number":"H6346","system":"hebrew","language":"hebrew","number_value":6346,"lemma":"פֶּחָה","transliteration":"pechâh","pronunciation":"peh-khaw'","derivation":"of foreign origin;","strongs_definition":"a prefect (of a city or small district)","kjv_definition":"captain, deputy, governor."} +{"id":"H6347","strongs_number":"H6347","system":"hebrew","language":"hebrew","number_value":6347,"lemma":"פֶּחָה","transliteration":"pechâh","pronunciation":"peh-khaw'","derivation":"(Aramaic) corresponding to H6346 (פֶּחָה)","strongs_definition":"{a prefect (of a city or small district)}","kjv_definition":"captain, governor."} +{"id":"H6348","strongs_number":"H6348","system":"hebrew","language":"hebrew","number_value":6348,"lemma":"פָּחַז","transliteration":"pâchaz","pronunciation":"paw-khaz'","derivation":"a primitive root;","strongs_definition":"to bubble up or froth (as boiling water), i.e. (figuratively) to be unimportant","kjv_definition":"light."} +{"id":"H6349","strongs_number":"H6349","system":"hebrew","language":"hebrew","number_value":6349,"lemma":"פַּחַז","transliteration":"pachaz","pronunciation":"pakh'-az","derivation":"from H6348 (פָּחַז);","strongs_definition":"ebullition, i.e. froth (figuratively, lust)","kjv_definition":"unstable."} +{"id":"H6350","strongs_number":"H6350","system":"hebrew","language":"hebrew","number_value":6350,"lemma":"פַּחֲזוּת","transliteration":"pachăzûwth","pronunciation":"pakh-az-ooth'","derivation":"from H6348 (פָּחַז);","strongs_definition":"frivolity","kjv_definition":"lightness."} +{"id":"H6351","strongs_number":"H6351","system":"hebrew","language":"hebrew","number_value":6351,"lemma":"פָּחַח","transliteration":"pâchach","pronunciation":"paw-khakh'","derivation":"a primitive root; to batter out; but used only as denominative from H6341 (פַּח),","strongs_definition":"to spread a net","kjv_definition":"be snared."} +{"id":"H6352","strongs_number":"H6352","system":"hebrew","language":"hebrew","number_value":6352,"lemma":"פֶּחָם","transliteration":"pechâm","pronunciation":"peh-khawm'","derivation":"perhaps from an unused root probably meaning to be black;","strongs_definition":"a coal, whether charred or live","kjv_definition":"coals."} +{"id":"H6353","strongs_number":"H6353","system":"hebrew","language":"hebrew","number_value":6353,"lemma":"פֶּחָר","transliteration":"pechâr","pronunciation":"peh-khawr'","derivation":"(Aramaic) from an unused root probably meaning to fashion;","strongs_definition":"a potter","kjv_definition":"potter."} +{"id":"H6354","strongs_number":"H6354","system":"hebrew","language":"hebrew","number_value":6354,"lemma":"פַּחַת","transliteration":"pachath","pronunciation":"pakh'-ath","derivation":"probably from an unused root apparently meaning to dig;","strongs_definition":"a pit, especially forcatching animals","kjv_definition":"hole, pit, snare."} +{"id":"H6355","strongs_number":"H6355","system":"hebrew","language":"hebrew","number_value":6355,"lemma":"פַּחַת מוֹאָב","transliteration":"Pachath Môwʼâb","pronunciation":"pakh'-ath mo-awb'","derivation":"from H6354 (פַּחַת) and H4124 (מוֹאָב); pit of Moab;","strongs_definition":"Pachath-Moab, an Israelite","kjv_definition":"Pahathmoab."} +{"id":"H6356","strongs_number":"H6356","system":"hebrew","language":"hebrew","number_value":6356,"lemma":"פְּחֶתֶת","transliteration":"pᵉchetheth","pronunciation":"pekh-eh'-theth","derivation":"from the same as H6354 (פַּחַת);","strongs_definition":"a hole (by mildew in a garment)","kjv_definition":"fret inward."} +{"id":"H6357","strongs_number":"H6357","system":"hebrew","language":"hebrew","number_value":6357,"lemma":"פִּטְדָה","transliteration":"piṭdâh","pronunciation":"pit-daw'","derivation":"of foreign derivation;","strongs_definition":"a gem, probably the topaz","kjv_definition":"topaz."} +{"id":"H6358","strongs_number":"H6358","system":"hebrew","language":"hebrew","number_value":6358,"lemma":"פָּטוּר","transliteration":"pâṭûwr","pronunciation":"paw-toor'","derivation":"passive participle of H6362 (פָּטַר);","strongs_definition":"opened, i.e. (as noun) a bud","kjv_definition":"open."} +{"id":"H6359","strongs_number":"H6359","system":"hebrew","language":"hebrew","number_value":6359,"lemma":"פָּטִיר","transliteration":"pâṭîyr","pronunciation":"paw-teer'","derivation":"from H6362 (פָּטַר);","strongs_definition":"open, i.e. unoccupied","kjv_definition":"free."} +{"id":"H6360","strongs_number":"H6360","system":"hebrew","language":"hebrew","number_value":6360,"lemma":"פַּטִּישׁ","transliteration":"paṭṭîysh","pronunciation":"pat-teesh'","derivation":"intensively from an unused root meaning to pound;","strongs_definition":"a hammer","kjv_definition":"hammer."} +{"id":"H6361","strongs_number":"H6361","system":"hebrew","language":"hebrew","number_value":6361,"lemma":"פַּטִּישׁ","transliteration":"paṭṭîysh","pronunciation":"pat-teesh'","derivation":"(Aramaic) from a root corresponding to that of H6360 (פַּטִּישׁ);","strongs_definition":"a gown (as if hammered out wide)","kjv_definition":"hose."} +{"id":"H6362","strongs_number":"H6362","system":"hebrew","language":"hebrew","number_value":6362,"lemma":"פָּטַר","transliteration":"pâṭar","pronunciation":"paw-tar'","derivation":"a primitive root;","strongs_definition":"to cleave or burst through, i.e. (causatively) to emit, whether literal or figurative (gape)","kjv_definition":"dismiss, free, let (shoot) out, slip away."} +{"id":"H6363","strongs_number":"H6363","system":"hebrew","language":"hebrew","number_value":6363,"lemma":"פֶּטֶר","transliteration":"peṭer","pronunciation":"peh'-ter","derivation":"or פִּטְרָה; from H6362 (פָּטַר);","strongs_definition":"a fissure, i.e. (concretely) firstling (as opening the matrix)","kjv_definition":"firstling, openeth, such as open."} +{"id":"H6364","strongs_number":"H6364","system":"hebrew","language":"hebrew","number_value":6364,"lemma":"פִּי־בֶסֶת","transliteration":"Pîy-Beçeth","pronunciation":"pee beh'-seth","derivation":"of Egyptian origin;","strongs_definition":"Pi-Beseth, a place in Egypt","kjv_definition":"Pi-beseth."} +{"id":"H6365","strongs_number":"H6365","system":"hebrew","language":"hebrew","number_value":6365,"lemma":"פִּיד","transliteration":"pîyd","pronunciation":"peed","derivation":"from an unused root probably meaning to pierce;","strongs_definition":"(figuratively) misfortune","kjv_definition":"destruction, ruin."} +{"id":"H6366","strongs_number":"H6366","system":"hebrew","language":"hebrew","number_value":6366,"lemma":"פֵּיָה","transliteration":"pêyâh","pronunciation":"pay-aw'","derivation":"or פִּיָּה; feminine of H6310 (פֶּה);","strongs_definition":"an edge","kjv_definition":"(two-) edge(-d)."} +{"id":"H6367","strongs_number":"H6367","system":"hebrew","language":"hebrew","number_value":6367,"lemma":"פִּי הַחִירֹת","transliteration":"Pîy ha-Chîyrôth","pronunciation":"pee hah-khee-roth'","derivation":"from H6310 (פֶּה) and the feminine plural of a noun (from the same root as H2356 (חוֹר)), with the article interpolated; mouth of the gorges;","strongs_definition":"Pi-ha-Chiroth, a place in Egypt","kjv_definition":"Pi-hahiroth. (In Numbers 14:19 without Pi-.)"} +{"id":"H6368","strongs_number":"H6368","system":"hebrew","language":"hebrew","number_value":6368,"lemma":"פִּיחַ","transliteration":"pîyach","pronunciation":"pee'-akh","derivation":"from H6315 (פּוּחַ);","strongs_definition":"a powder (as easily puffed away), i.e. ashes or dust","kjv_definition":"ashes."} +{"id":"H6369","strongs_number":"H6369","system":"hebrew","language":"hebrew","number_value":6369,"lemma":"פִּיכֹל","transliteration":"Pîykôl","pronunciation":"pee-kole'","derivation":"apparently from H6310 (פֶּה) and H3605 (כֹּל); mouth of all;","strongs_definition":"Picol, a Philistine","kjv_definition":"Phichol."} +{"id":"H6370","strongs_number":"H6370","system":"hebrew","language":"hebrew","number_value":6370,"lemma":"פִּילֶגֶשׁ","transliteration":"pîylegesh","pronunciation":"pee-leh'-ghesh","derivation":"or פִּלֶגֶשׁ; of uncertain derivation;","strongs_definition":"a concubine; also (masculine) a paramour","kjv_definition":"concubine, paramour."} +{"id":"H6371","strongs_number":"H6371","system":"hebrew","language":"hebrew","number_value":6371,"lemma":"פִּימָה","transliteration":"pîymâh","pronunciation":"pee-maw'","derivation":"probably from an unused root meaning to be plump;","strongs_definition":"obesity","kjv_definition":"collops."} +{"id":"H6372","strongs_number":"H6372","system":"hebrew","language":"hebrew","number_value":6372,"lemma":"פִּינְחָס","transliteration":"Pîynᵉchâç","pronunciation":"pee-nekh-aws'","derivation":"apparently from H6310 (פֶּה) and a variation of H5175 (נָחָשׁ); mouth of a serpent;","strongs_definition":"Pinechas, the name of three Israelites","kjv_definition":"Phinehas."} +{"id":"H6373","strongs_number":"H6373","system":"hebrew","language":"hebrew","number_value":6373,"lemma":"פִּינֹן","transliteration":"pîynôn","pronunciation":"pee-none'","derivation":"probably the same as H6325 (פּוּנֹן);","strongs_definition":"Pinon, an Idumaean","kjv_definition":"Pinon."} +{"id":"H6374","strongs_number":"H6374","system":"hebrew","language":"hebrew","number_value":6374,"lemma":"פִּיפִיָּה","transliteration":"pîyphîyâh","pronunciation":"pee-fee-yaw'","derivation":"for H6366 (פֵּיָה);","strongs_definition":"an edge or tooth","kjv_definition":"tooth, [idiom] two-edged."} +{"id":"H6375","strongs_number":"H6375","system":"hebrew","language":"hebrew","number_value":6375,"lemma":"פִּיק","transliteration":"pîyq","pronunciation":"peek","derivation":"from H6329 (פּוּק);","strongs_definition":"a tottering","kjv_definition":"smite together."} +{"id":"H6376","strongs_number":"H6376","system":"hebrew","language":"hebrew","number_value":6376,"lemma":"פִּישׁוֹן","transliteration":"Pîyshôwn","pronunciation":"pee-shone'","derivation":"from H6335 (פּוּשׁ); dispersive;","strongs_definition":"Pishon, a river of Eden","kjv_definition":"Pison."} +{"id":"H6377","strongs_number":"H6377","system":"hebrew","language":"hebrew","number_value":6377,"lemma":"פִּיתוֹן","transliteration":"Pîythôwn","pronunciation":"pee-thone'","derivation":"probably from the same as H6596 (פֹּת); expansive;","strongs_definition":"Pithon, an Israelite","kjv_definition":"Pithon."} +{"id":"H6378","strongs_number":"H6378","system":"hebrew","language":"hebrew","number_value":6378,"lemma":"פַּךְ","transliteration":"pak","pronunciation":"pak","derivation":"from H6379 (פָּכָה);","strongs_definition":"a flask (from which a liquid may flow)","kjv_definition":"box, vial."} +{"id":"H6379","strongs_number":"H6379","system":"hebrew","language":"hebrew","number_value":6379,"lemma":"פָּכָה","transliteration":"pâkâh","pronunciation":"paw-kaw'","derivation":"a primitive root;","strongs_definition":"to pour","kjv_definition":"run out."} +{"id":"H6380","strongs_number":"H6380","system":"hebrew","language":"hebrew","number_value":6380,"lemma":"פֹּכֶרֶת צְבָיִים","transliteration":"Pôkereth Tsᵉbâyîym","pronunciation":"po-keh'-reth tseb-awyeem'","derivation":"from the active participle (of the same form as the first word) feminine of an unused root (meaning to entrap) and plural of H6643 (צְבִי); trap of gazelles;","strongs_definition":"Pokereth-Tsebajim, one of the 'servants of Solomon'","kjv_definition":"Pochereth of Zebaim."} +{"id":"H6381","strongs_number":"H6381","system":"hebrew","language":"hebrew","number_value":6381,"lemma":"פָּלָא","transliteration":"pâlâʼ","pronunciation":"paw-law'","derivation":"a primitive root;","strongs_definition":"properly, perhaps to separate, i.e. distinguish (literally or figuratively); by implication, to be (causatively, make) great, difficult, wonderful","kjv_definition":"accomplish, (arise...too, be too) hard, hidden, things too high, (be, do, do a, shew) marvelous(-ly, -els, things, work), miracles, perform, separate, make singular, (be, great, make) wonderful(-ers, -ly, things, works), wondrous (things, works, -ly)."} +{"id":"H6382","strongs_number":"H6382","system":"hebrew","language":"hebrew","number_value":6382,"lemma":"פֶּלֶא","transliteration":"peleʼ","pronunciation":"peh'-leh","derivation":"from H6381 (פָּלָא);","strongs_definition":"a miracle","kjv_definition":"marvellous thing, wonder(-ful, -fully)."} +{"id":"H6383","strongs_number":"H6383","system":"hebrew","language":"hebrew","number_value":6383,"lemma":"פִּלְאִי","transliteration":"pilʼîy","pronunciation":"pil-ee'","derivation":"or פָּלִיא; from H6381 (פָּלָא);","strongs_definition":"remarkable","kjv_definition":"secret, wonderful."} +{"id":"H6384","strongs_number":"H6384","system":"hebrew","language":"hebrew","number_value":6384,"lemma":"פַּלֻּאִי","transliteration":"Palluʼîy","pronunciation":"pal-loo-ee'","derivation":"patronymically from H6396 (פַּלּוּא);","strongs_definition":"a Palluite (collectively) or descendants of Pallu","kjv_definition":"Palluites."} +{"id":"H6385","strongs_number":"H6385","system":"hebrew","language":"hebrew","number_value":6385,"lemma":"פָּלַג","transliteration":"pâlag","pronunciation":"paw-lag'","derivation":"a primitive root;","strongs_definition":"to split (literally or figuratively)","kjv_definition":"divide."} +{"id":"H6386","strongs_number":"H6386","system":"hebrew","language":"hebrew","number_value":6386,"lemma":"פְּלַג","transliteration":"pᵉlag","pronunciation":"pel-ag'","derivation":"(Aramaic) corresponding to H6385 (פָּלַג)","strongs_definition":"{to split (literally or figuratively)}","kjv_definition":"divided."} +{"id":"H6387","strongs_number":"H6387","system":"hebrew","language":"hebrew","number_value":6387,"lemma":"פְּלַג","transliteration":"pᵉlag","pronunciation":"pel-ag'","derivation":"(Aramaic) from H6386 (פְּלַג);","strongs_definition":"a half","kjv_definition":"dividing."} +{"id":"H6388","strongs_number":"H6388","system":"hebrew","language":"hebrew","number_value":6388,"lemma":"פֶּלֶג","transliteration":"peleg","pronunciation":"peh'-leg","derivation":"from H6385 (פָּלַג);","strongs_definition":"a rill (i.e. small channel of water, as in irrigation)","kjv_definition":"river, stream."} +{"id":"H6389","strongs_number":"H6389","system":"hebrew","language":"hebrew","number_value":6389,"lemma":"פֶּלֶג","transliteration":"Peleg","pronunciation":"peh'-leg","derivation":"the same as H6388 (פֶּלֶג); earthquake;","strongs_definition":"Peleg, a son of Shem","kjv_definition":"Peleg."} +{"id":"H6390","strongs_number":"H6390","system":"hebrew","language":"hebrew","number_value":6390,"lemma":"פְּלַגָּה","transliteration":"pᵉlaggâh","pronunciation":"pel-ag-gaw'","derivation":"from H6385 (פָּלַג);","strongs_definition":"a runlet, i.e. gully","kjv_definition":"division, river."} +{"id":"H6391","strongs_number":"H6391","system":"hebrew","language":"hebrew","number_value":6391,"lemma":"פְּלֻגָּה","transliteration":"pᵉluggâh","pronunciation":"pel-oog-gaw'","derivation":"from H6385 (פָּלַג);","strongs_definition":"a section","kjv_definition":"division."} +{"id":"H6392","strongs_number":"H6392","system":"hebrew","language":"hebrew","number_value":6392,"lemma":"פְּלֻגָּה","transliteration":"pᵉluggâh","pronunciation":"pel-oog-gaw'","derivation":"(Aramaic) corresponding to H6391 (פְּלֻגָּה)","strongs_definition":"{a section}","kjv_definition":"division."} +{"id":"H6393","strongs_number":"H6393","system":"hebrew","language":"hebrew","number_value":6393,"lemma":"פְּלָדָה","transliteration":"pᵉlâdâh","pronunciation":"pel-aw-daw'","derivation":"from an unused root meaning to divide;","strongs_definition":"a cleaver, i.e. iron armature (of a chariot)","kjv_definition":"torch."} +{"id":"H6394","strongs_number":"H6394","system":"hebrew","language":"hebrew","number_value":6394,"lemma":"פִּלְדָּשׁ","transliteration":"Pildâsh","pronunciation":"pil-dawsh'","derivation":"of uncertain derivation;","strongs_definition":"Pildash, a relative of Abraham","kjv_definition":"Pildash."} +{"id":"H6395","strongs_number":"H6395","system":"hebrew","language":"hebrew","number_value":6395,"lemma":"פָּלָה","transliteration":"pâlâh","pronunciation":"paw-law'","derivation":"a primitive root;","strongs_definition":"to distinguish (literally or figuratively)","kjv_definition":"put a difference, show marvellous, separate, set apart, sever, make wonderfully."} +{"id":"H6396","strongs_number":"H6396","system":"hebrew","language":"hebrew","number_value":6396,"lemma":"פַּלּוּא","transliteration":"Pallûwʼ","pronunciation":"pal-loo'","derivation":"from H6395 (פָּלָה); distinguished;","strongs_definition":"Pallu, an Israelite","kjv_definition":"Pallu, Phallu."} +{"id":"H6397","strongs_number":"H6397","system":"hebrew","language":"hebrew","number_value":6397,"lemma":"פְּלוֹנִי","transliteration":"Pᵉlôwnîy","pronunciation":"pel-o-nee'","derivation":"patronymically from an unused name (from H6395 (פָּלָה)) meaning separate;","strongs_definition":"a Pelonite or inhabitant of an unknown Palon","kjv_definition":"Pelonite."} +{"id":"H6398","strongs_number":"H6398","system":"hebrew","language":"hebrew","number_value":6398,"lemma":"פָּלַח","transliteration":"pâlach","pronunciation":"paw-lakh'","derivation":"a primitive root;","strongs_definition":"to slice, i.e. break open or pierce","kjv_definition":"bring forth, cleave, cut, shred, strike through."} +{"id":"H6399","strongs_number":"H6399","system":"hebrew","language":"hebrew","number_value":6399,"lemma":"פְּלַח","transliteration":"pᵉlach","pronunciation":"pel-akh'","derivation":"(Aramaic) corresponding to H6398 (פָּלַח);","strongs_definition":"to serve or worship","kjv_definition":"minister, serve."} +{"id":"H6400","strongs_number":"H6400","system":"hebrew","language":"hebrew","number_value":6400,"lemma":"פֶּלַח","transliteration":"pelach","pronunciation":"peh'-lakh","derivation":"from H6398 (פָּלַח);","strongs_definition":"a slice","kjv_definition":"piece."} +{"id":"H6401","strongs_number":"H6401","system":"hebrew","language":"hebrew","number_value":6401,"lemma":"פִּלְחָא","transliteration":"Pilchâʼ","pronunciation":"pil-khaw'","derivation":"from H6400 (פֶּלַח); slicing;","strongs_definition":"Pilcha, an Israelite","kjv_definition":"Pilcha."} +{"id":"H6402","strongs_number":"H6402","system":"hebrew","language":"hebrew","number_value":6402,"lemma":"פׇּלְחָן","transliteration":"polchân","pronunciation":"pol-khawn'","derivation":"(Aramaic) from H6399 (פְּלַח);","strongs_definition":"worship","kjv_definition":"service."} +{"id":"H6403","strongs_number":"H6403","system":"hebrew","language":"hebrew","number_value":6403,"lemma":"פָּלַט","transliteration":"pâlaṭ","pronunciation":"paw-lat'","derivation":"a primitive root;","strongs_definition":"to slip out, i.e. escape; causatively, to deliver","kjv_definition":"calve, carry away safe, deliver, (cause to) escape."} +{"id":"H6404","strongs_number":"H6404","system":"hebrew","language":"hebrew","number_value":6404,"lemma":"פֶּלֶט","transliteration":"Peleṭ","pronunciation":"peh'-let","derivation":"from H6403 (פָּלַט); escape;","strongs_definition":"Pelet, the name of two Israelites","kjv_definition":"Pelet. See also H1046 (בֵּית פֶּלֶט)."} +{"id":"H6405","strongs_number":"H6405","system":"hebrew","language":"hebrew","number_value":6405,"lemma":"פַּלֵּט","transliteration":"pallêṭ","pronunciation":"pal-late'","derivation":"from H6403 (פָּלַט);","strongs_definition":"escape","kjv_definition":"deliverance, escape."} +{"id":"H6406","strongs_number":"H6406","system":"hebrew","language":"hebrew","number_value":6406,"lemma":"פַּלְטִי","transliteration":"Palṭîy","pronunciation":"pal-tee'","derivation":"from H6403 (פָּלַט); delivered;","strongs_definition":"Palti, the name of two Israelites","kjv_definition":"Palti, Phalti."} +{"id":"H6407","strongs_number":"H6407","system":"hebrew","language":"hebrew","number_value":6407,"lemma":"פַּלְטִי","transliteration":"Palṭîy","pronunciation":"pal-tee'","derivation":"patronymically from H6406 (פַּלְטִי);","strongs_definition":"a Paltite or descendant of Palti","kjv_definition":"Paltite."} +{"id":"H6408","strongs_number":"H6408","system":"hebrew","language":"hebrew","number_value":6408,"lemma":"פִּלְטַי","transliteration":"Pilṭay","pronunciation":"pil-tah'-ee","derivation":"for H6407 (פַּלְטִי);","strongs_definition":"Piltai, an Israelite","kjv_definition":"Piltai."} +{"id":"H6409","strongs_number":"H6409","system":"hebrew","language":"hebrew","number_value":6409,"lemma":"פַּלְטִיאֵל","transliteration":"Palṭîyʼêl","pronunciation":"pal-tee-ale'","derivation":"from the same as H6404 (פֶּלֶט) and H410 (אֵל); deliverance of God;","strongs_definition":"Paltiel, the name of two Israelites","kjv_definition":"Paltiel, Phaltiel."} +{"id":"H6410","strongs_number":"H6410","system":"hebrew","language":"hebrew","number_value":6410,"lemma":"פְּלַטְיָה","transliteration":"Pᵉlaṭyâh","pronunciation":"pel-at-yaw'","derivation":"or פְּלַטְיָהוּ; from H6403 (פָּלַט) and H3050 (יָהּ); Jah has delivered;","strongs_definition":"Pelatjah, the name of four Israelites","kjv_definition":"Pelatiah."} +{"id":"H6411","strongs_number":"H6411","system":"hebrew","language":"hebrew","number_value":6411,"lemma":"פְּלָיָה","transliteration":"Pᵉlâyâh","pronunciation":"pel-aw-yaw'","derivation":"or פְּלָאיָה; from H6381 (פָּלָא) and H3050 (יָהּ); Jah has distinguished;","strongs_definition":"Pelajah, the name of three Israelites","kjv_definition":"Pelaiah."} +{"id":"H6412","strongs_number":"H6412","system":"hebrew","language":"hebrew","number_value":6412,"lemma":"פָּלִיט","transliteration":"pâlîyṭ","pronunciation":"paw-leet'","derivation":"or פָּלֵיט; or פָּלֵט; from H6403 (פָּלַט);","strongs_definition":"a refugee","kjv_definition":"(that have) escape(-d, -th), fugitive."} +{"id":"H6413","strongs_number":"H6413","system":"hebrew","language":"hebrew","number_value":6413,"lemma":"פְּלֵיטָה","transliteration":"pᵉlêyṭâh","pronunciation":"pel-ay-taw'","derivation":"or פְּלֵטָה; feminine of H6412 (פָּלִיט);","strongs_definition":"deliverance; concretely, an escaped portion","kjv_definition":"deliverance, (that is) escape(-d), remnant."} +{"id":"H6414","strongs_number":"H6414","system":"hebrew","language":"hebrew","number_value":6414,"lemma":"פָּלִיל","transliteration":"pâlîyl","pronunciation":"paw-leel'","derivation":"from H6419 (פָּלַל);","strongs_definition":"a magistrate","kjv_definition":"judge."} +{"id":"H6415","strongs_number":"H6415","system":"hebrew","language":"hebrew","number_value":6415,"lemma":"פְּלִילָה","transliteration":"pᵉlîylâh","pronunciation":"pel-ee-law'","derivation":"feminine of H6414 (פָּלִיל);","strongs_definition":"justice","kjv_definition":"judgment."} +{"id":"H6416","strongs_number":"H6416","system":"hebrew","language":"hebrew","number_value":6416,"lemma":"פְּלִילִי","transliteration":"pᵉlîylîy","pronunciation":"pel-ee-lee'","derivation":"from H6414 (פָּלִיל);","strongs_definition":"judicial","kjv_definition":"judge."} +{"id":"H6417","strongs_number":"H6417","system":"hebrew","language":"hebrew","number_value":6417,"lemma":"פְּלִילִיָּה","transliteration":"pᵉlîylîyâh","pronunciation":"pel-ee-lee-yaw'","derivation":"feminine of H6416 (פְּלִילִי);","strongs_definition":"judicature","kjv_definition":"judgment."} +{"id":"H6418","strongs_number":"H6418","system":"hebrew","language":"hebrew","number_value":6418,"lemma":"פֶּלֶךְ","transliteration":"pelek","pronunciation":"peh'-lek","derivation":"from an unused root meaning to be round;","strongs_definition":"a circuit (i.e. district); also a spindle (as whirled); hence, a crutch","kjv_definition":"(di-) staff, participle"} +{"id":"H6419","strongs_number":"H6419","system":"hebrew","language":"hebrew","number_value":6419,"lemma":"פָּלַל","transliteration":"pâlal","pronunciation":"paw-lal'","derivation":"a primitive root;","strongs_definition":"to judge (officially or mentally); by extension, to intercede, pray","kjv_definition":"intreat, judge(-ment), (make) pray(-er, -ing), make supplication."} +{"id":"H6420","strongs_number":"H6420","system":"hebrew","language":"hebrew","number_value":6420,"lemma":"פָּלָל","transliteration":"Pâlâl","pronunciation":"paw-lawl'","derivation":"from H6419 (פָּלַל); judge;","strongs_definition":"Palal, an Israelite","kjv_definition":"Palal."} +{"id":"H6421","strongs_number":"H6421","system":"hebrew","language":"hebrew","number_value":6421,"lemma":"פְּלַלְיָה","transliteration":"Pᵉlalyâh","pronunciation":"pel-al-yaw'","derivation":"from H6419 (פָּלַל) and H3050 (יָהּ); Jah has judged;","strongs_definition":"Pelaljah, an Israelite","kjv_definition":"Pelaliah."} +{"id":"H6422","strongs_number":"H6422","system":"hebrew","language":"hebrew","number_value":6422,"lemma":"פַּלְמוֹנִי","transliteration":"palmôwnîy","pronunciation":"pal-mo-nee'","derivation":"probably for H6423 (פְּלֹנִי);","strongs_definition":"a certain one, i.e. so-and-so","kjv_definition":"certain."} +{"id":"H6423","strongs_number":"H6423","system":"hebrew","language":"hebrew","number_value":6423,"lemma":"פְּלֹנִי","transliteration":"pᵉlônîy","pronunciation":"pel-o-nee'","derivation":"from H6395 (פָּלָה);","strongs_definition":"such a one, i.e. a specified person","kjv_definition":"such."} +{"id":"H6424","strongs_number":"H6424","system":"hebrew","language":"hebrew","number_value":6424,"lemma":"פָּלַס","transliteration":"pâlaç","pronunciation":"paw-las'","derivation":"a primitive root;","strongs_definition":"properly, to roll flat, i.e. prepare (a road); also to revolve, i.e. weigh (mentally)","kjv_definition":"make, ponder, weigh."} +{"id":"H6425","strongs_number":"H6425","system":"hebrew","language":"hebrew","number_value":6425,"lemma":"פֶּלֶס","transliteration":"peleç","pronunciation":"peh'-les","derivation":"from H6424 (פָּלַס);","strongs_definition":"a balance","kjv_definition":"scales, weight."} +{"id":"H6426","strongs_number":"H6426","system":"hebrew","language":"hebrew","number_value":6426,"lemma":"פָּלַץ","transliteration":"pâlats","pronunciation":"paw-lats'","derivation":"a primitive root;","strongs_definition":"properly, perhaps to rend, i.e. (by implication) to quiver","kjv_definition":"tremble."} +{"id":"H6427","strongs_number":"H6427","system":"hebrew","language":"hebrew","number_value":6427,"lemma":"פַּלָּצוּת","transliteration":"pallâtsûwth","pronunciation":"pal-law-tsooth'","derivation":"from H6426 (פָּלַץ);","strongs_definition":"affright","kjv_definition":"fearfulness, horror, trembling."} +{"id":"H6428","strongs_number":"H6428","system":"hebrew","language":"hebrew","number_value":6428,"lemma":"פָּלַשׁ","transliteration":"pâlash","pronunciation":"paw-lash'","derivation":"a primitive root;","strongs_definition":"to roll (in dust)","kjv_definition":"roll (wallow) self."} +{"id":"H6429","strongs_number":"H6429","system":"hebrew","language":"hebrew","number_value":6429,"lemma":"פְּלֶשֶׁת","transliteration":"Pᵉlesheth","pronunciation":"pel-eh'-sheth","derivation":"from H6428 (פָּלַשׁ); rolling, i.e. migratory;","strongs_definition":"Pelesheth, a region of Syria","kjv_definition":"Palestina, Palestine, Philistia, Philistines."} +{"id":"H6430","strongs_number":"H6430","system":"hebrew","language":"hebrew","number_value":6430,"lemma":"פְּלִשְׁתִּי","transliteration":"Pᵉlishtîy","pronunciation":"pel-ish-tee'","derivation":"patrial from H6429 (פְּלֶשֶׁת);","strongs_definition":"a Pelishtite or inhabitant of Pelesheth","kjv_definition":"Philistine."} +{"id":"H6431","strongs_number":"H6431","system":"hebrew","language":"hebrew","number_value":6431,"lemma":"פֶּלֶת","transliteration":"Peleth","pronunciation":"peh'-leth","derivation":"from an unused root meaning to flee; swiftness;","strongs_definition":"Peleth, the name of two Israelites","kjv_definition":"Peleth."} +{"id":"H6432","strongs_number":"H6432","system":"hebrew","language":"hebrew","number_value":6432,"lemma":"פְּלֵתִי","transliteration":"Pᵉlêthîy","pronunciation":"pel-ay-thee'","derivation":"from the same form as H6431 (פֶּלֶת);","strongs_definition":"a courier (collectively) or official messenger","kjv_definition":"Pelethites."} +{"id":"H6433","strongs_number":"H6433","system":"hebrew","language":"hebrew","number_value":6433,"lemma":"פֻּם","transliteration":"pum","pronunciation":"poom","derivation":"(Aramaic) probably for H6310 (פֶּה);","strongs_definition":"the mouth (literally or figuratively)","kjv_definition":"mouth."} +{"id":"H6434","strongs_number":"H6434","system":"hebrew","language":"hebrew","number_value":6434,"lemma":"פֵּן","transliteration":"pên","pronunciation":"pane","derivation":"from an unused root meaning to turn;","strongs_definition":"an angle (of a street or wall)","kjv_definition":"corner."} +{"id":"H6435","strongs_number":"H6435","system":"hebrew","language":"hebrew","number_value":6435,"lemma":"פֵּן","transliteration":"pên","pronunciation":"pane","derivation":"from H6437 (פָּנָה);","strongs_definition":"properly, removal; used only (in the construction) adverb as conjunction, lest","kjv_definition":"(lest) (peradventure), that...not."} +{"id":"H6436","strongs_number":"H6436","system":"hebrew","language":"hebrew","number_value":6436,"lemma":"פַּנַּג","transliteration":"pannag","pronunciation":"pan-nag'","derivation":"of uncertain derivation;","strongs_definition":"probably pastry","kjv_definition":"Pannag."} +{"id":"H6437","strongs_number":"H6437","system":"hebrew","language":"hebrew","number_value":6437,"lemma":"פָּנָה","transliteration":"pânâh","pronunciation":"paw-naw'","derivation":"a primitive root;","strongs_definition":"to turn; by implication, to face, i.e. appear, look, etc.","kjv_definition":"appear, at (even-) tide, behold, cast out, come on, [idiom] corner, dawning, empty, go away, lie, look, mark, pass away, prepare, regard, (have) respect (to), (re-) turn (aside, away, back, face, self), [idiom] right (early)."} +{"id":"H6438","strongs_number":"H6438","system":"hebrew","language":"hebrew","number_value":6438,"lemma":"פִּנָּה","transliteration":"pinnâh","pronunciation":"pin-naw'","derivation":"feminine of H6434 (פֵּן);","strongs_definition":"an angle; by implication, a pinnacle; figuratively, a chieftain","kjv_definition":"bulwark, chief, corner, stay, tower."} +{"id":"H6439","strongs_number":"H6439","system":"hebrew","language":"hebrew","number_value":6439,"lemma":"פְּנוּאֵל","transliteration":"Pᵉnûwʼêl","pronunciation":"pen-oo-ale'","derivation":"or (more properly,) פְּנִיאֵל; from H6437 (פָּנָה) and H410 (אֵל); face of God;","strongs_definition":"Penuel or Peniel, a place East of Jordan; also (as Penuel) the name of two Israelites","kjv_definition":"Peniel, Penuel."} +{"id":"H6440","strongs_number":"H6440","system":"hebrew","language":"hebrew","number_value":6440,"lemma":"פָּנִים","transliteration":"pânîym","pronunciation":"paw-neem'","derivation":"plural (but always as singular) of an unused noun פָּנֶה; from H6437 (פָּנָה));","strongs_definition":"the face (as the part that turns); used in a great variety of applications (literally and figuratively); also (with prepositional prefix) as a preposition (before, etc.)","kjv_definition":"[phrase] accept, a-(be-) fore(-time), against, anger, [idiom] as (long as), at, [phrase] battle, [phrase] because (of), [phrase] beseech, countenance, edge, [phrase] employ, endure, [phrase] enquire, face, favour, fear of, for, forefront(-part), form(-er time, -ward), from, front, heaviness, [idiom] him(-self), [phrase] honourable, [phrase] impudent, [phrase] in, it, look(-eth) (-s), [idiom] me, [phrase] meet, [idiom] more than, mouth, of, off, (of) old (time), [idiom] on, open, [phrase] out of, over against, the partial, person, [phrase] please, presence, propect, was purposed, by reason of, [phrase] regard, right forth, [phrase] serve, [idiom] shewbread, sight, state, straight, [phrase] street, [idiom] thee, [idiom] them(-selves), through ([phrase] -out), till, time(-s) past, (un-) to(-ward), [phrase] upon, upside ([phrase] down), with(-in, [phrase] -stand), [idiom] ye, [idiom] you."} +{"id":"H6441","strongs_number":"H6441","system":"hebrew","language":"hebrew","number_value":6441,"lemma":"פְּנִימָה","transliteration":"pᵉnîymâh","pronunciation":"pen-ee'-maw","derivation":"from H6440 (פָּנִים) with directive enclitic;","strongs_definition":"faceward, i.e. indoors","kjv_definition":"(with-) in(-ner part, -ward)."} +{"id":"H6442","strongs_number":"H6442","system":"hebrew","language":"hebrew","number_value":6442,"lemma":"פְּנִימִי","transliteration":"pᵉnîymîy","pronunciation":"pen-ee-mee'","derivation":"from H6440 (פָּנִים);","strongs_definition":"interior","kjv_definition":"(with-) in(-ner, -ward)."} +{"id":"H6443","strongs_number":"H6443","system":"hebrew","language":"hebrew","number_value":6443,"lemma":"פָּנִין","transliteration":"pânîyn","pronunciation":"paw-neen'","derivation":"or פָּנִי; from the same as H6434 (פֵּן);","strongs_definition":"probably a pearl (as round)","kjv_definition":"ruby."} +{"id":"H6444","strongs_number":"H6444","system":"hebrew","language":"hebrew","number_value":6444,"lemma":"פְּנִנָּה","transliteration":"Pᵉninnâh","pronunciation":"pen-in-naw'","derivation":"probably feminine from H6443 (פָּנִין) contr.;","strongs_definition":"Peninnah, an Israelitess","kjv_definition":"Peninnah."} +{"id":"H6445","strongs_number":"H6445","system":"hebrew","language":"hebrew","number_value":6445,"lemma":"פָּנַק","transliteration":"pânaq","pronunciation":"paw-nak'","derivation":"a primitive root;","strongs_definition":"to enervate","kjv_definition":"bring up."} +{"id":"H6446","strongs_number":"H6446","system":"hebrew","language":"hebrew","number_value":6446,"lemma":"פַּס","transliteration":"paç","pronunciation":"pas","derivation":"from H6461 (פָּסַס); properly, the palm (of the hand) or sole (of the foot) (compare H6447 (פַּס)); by implication (plural)","strongs_definition":"a long and sleeved tunic (perhaps simply a wide one; from the original sense of the root, i.e. of many breadths)","kjv_definition":"(divers) colours."} +{"id":"H6447","strongs_number":"H6447","system":"hebrew","language":"hebrew","number_value":6447,"lemma":"פַּס","transliteration":"paç","pronunciation":"pas","derivation":"(Aramaic) from a root corresponding to H6461 (פָּסַס);","strongs_definition":"the palm (of the hand, as being spread out)","kjv_definition":"participle"} +{"id":"H6448","strongs_number":"H6448","system":"hebrew","language":"hebrew","number_value":6448,"lemma":"פָּסַג","transliteration":"pâçag","pronunciation":"paw-sag'","derivation":"a primitive root;","strongs_definition":"to cut up, i.e. (figuratively) contemplate","kjv_definition":"consider."} +{"id":"H6449","strongs_number":"H6449","system":"hebrew","language":"hebrew","number_value":6449,"lemma":"פִּסְגָּה","transliteration":"Piçgâh","pronunciation":"pis-gaw'","derivation":"from H6448 (פָּסַג); a cleft;","strongs_definition":"Pisgah, a Mountain East of Jordan","kjv_definition":"Pisgah."} +{"id":"H6450","strongs_number":"H6450","system":"hebrew","language":"hebrew","number_value":6450,"lemma":"פַּס דַּמִּים","transliteration":"Paç Dammîym","pronunciation":"pas dam-meem'","derivation":"from H6446 (פַּס) and the plural of H1818 (דָּם); palm (i.e. dell) of bloodshed;","strongs_definition":"Pas-Dammim, a place in Palestine","kjv_definition":"Pas-dammim. Compare H658 (אֶפֶס דַּמִּים)."} +{"id":"H6451","strongs_number":"H6451","system":"hebrew","language":"hebrew","number_value":6451,"lemma":"פִּסָּה","transliteration":"piççâh","pronunciation":"pis-saw'","derivation":"from H6461 (פָּסַס);","strongs_definition":"expansion, i.e. abundance","kjv_definition":"handful."} +{"id":"H6452","strongs_number":"H6452","system":"hebrew","language":"hebrew","number_value":6452,"lemma":"פָּסַח","transliteration":"pâçach","pronunciation":"paw-sakh'","derivation":"a primitive root;","strongs_definition":"to hop, i.e. (figuratively) skip over (or spare); by implication, to hesitate; also (literally) to limp, to dance","kjv_definition":"halt, become lame, leap, pass over."} +{"id":"H6453","strongs_number":"H6453","system":"hebrew","language":"hebrew","number_value":6453,"lemma":"פֶּסַח","transliteration":"peçach","pronunciation":"peh'-sakh","derivation":"from H6452 (פָּסַח);","strongs_definition":"a pretermission, i.e. exemption; used only techically of the Jewish Passover (the festival or the victim)","kjv_definition":"passover (offering)."} +{"id":"H6454","strongs_number":"H6454","system":"hebrew","language":"hebrew","number_value":6454,"lemma":"פָּסֵחַ","transliteration":"Pâçêach","pronunciation":"paw-say'-akh","derivation":"from H6452 (פָּסַח); limping;","strongs_definition":"Paseach, the name of two Israelites","kjv_definition":"Paseah, Phaseah."} +{"id":"H6455","strongs_number":"H6455","system":"hebrew","language":"hebrew","number_value":6455,"lemma":"פִּסֵּחַ","transliteration":"piççêach","pronunciation":"pis-say'-akh","derivation":"from H6452 (פָּסַח);","strongs_definition":"lame","kjv_definition":"lame."} +{"id":"H6456","strongs_number":"H6456","system":"hebrew","language":"hebrew","number_value":6456,"lemma":"פְּסִיל","transliteration":"pᵉçîyl","pronunciation":"pes-eel'","derivation":"from H6458 (פָּסַל);","strongs_definition":"an idol","kjv_definition":"carved (graven) image, quarry."} +{"id":"H6457","strongs_number":"H6457","system":"hebrew","language":"hebrew","number_value":6457,"lemma":"פָּסַךְ","transliteration":"Pâçak","pronunciation":"paw-sak'","derivation":"from an unused root meaning to divide; divider;","strongs_definition":"Pasak, an Israelite","kjv_definition":"Pasach."} +{"id":"H6458","strongs_number":"H6458","system":"hebrew","language":"hebrew","number_value":6458,"lemma":"פָּסַל","transliteration":"pâçal","pronunciation":"paw-sal'","derivation":"a primitive root;","strongs_definition":"to carve, whether wood or stone","kjv_definition":"grave, hew."} +{"id":"H6459","strongs_number":"H6459","system":"hebrew","language":"hebrew","number_value":6459,"lemma":"פֶּסֶל","transliteration":"peçel","pronunciation":"peh'-sel","derivation":"from H6458 (פָּסַל);","strongs_definition":"an idol","kjv_definition":"carved (graven) image."} +{"id":"H6460","strongs_number":"H6460","system":"hebrew","language":"hebrew","number_value":6460,"lemma":"פְּסַנְטֵרִין","transliteration":"pᵉçanṭêrîyn","pronunciation":"pes-an-tay-reen'","derivation":"(Aramaic) or פְּסַנְתֵּרִין; a transliteration of the Greek,","strongs_definition":"psalterion; a lyre","kjv_definition":"psaltery."} +{"id":"H6461","strongs_number":"H6461","system":"hebrew","language":"hebrew","number_value":6461,"lemma":"פָּסַס","transliteration":"pâçaç","pronunciation":"paw-sas'","derivation":"a primitive root;","strongs_definition":"probably to disperse, i.e. (intransitive) disappear","kjv_definition":"cease."} +{"id":"H6462","strongs_number":"H6462","system":"hebrew","language":"hebrew","number_value":6462,"lemma":"פִּסְפָּה","transliteration":"Piçpâh","pronunciation":"pis-paw'","derivation":"perhaps from H6461 (פָּסַס); dispersion;","strongs_definition":"Pispah, an Israelite","kjv_definition":"Pispah."} +{"id":"H6463","strongs_number":"H6463","system":"hebrew","language":"hebrew","number_value":6463,"lemma":"פָּעָה","transliteration":"pâʻâh","pronunciation":"paw-aw'","derivation":"a primitive root;","strongs_definition":"to scream","kjv_definition":"cry."} +{"id":"H6464","strongs_number":"H6464","system":"hebrew","language":"hebrew","number_value":6464,"lemma":"פָּעוּ","transliteration":"Pâʻûw","pronunciation":"paw-oo'","derivation":"or פָּעִי; from H6463 (פָּעָה); screaming;","strongs_definition":"Pau or Pai, a place in Edom","kjv_definition":"Pai, Pau."} +{"id":"H6465","strongs_number":"H6465","system":"hebrew","language":"hebrew","number_value":6465,"lemma":"פְּעוֹר","transliteration":"Pᵉʻôwr","pronunciation":"peh-ore'","derivation":"from H6473 (פָּעַר); a gap; also H1187 (בַּעַל פְּעוֹר))","strongs_definition":"Peor, a mountain East of Jordan; Baal Peor, (for a deity worshipped there","kjv_definition":"Peor. See also H1047 (בֵּית פְּעוֹר)."} +{"id":"H6466","strongs_number":"H6466","system":"hebrew","language":"hebrew","number_value":6466,"lemma":"פָּעַל","transliteration":"pâʻal","pronunciation":"paw-al'","derivation":"a primitive root;","strongs_definition":"to do or make (systematically and habitually), especially to practise","kjv_definition":"commit, (evil-) do(-er), make(-r), ordain, work(-er)."} +{"id":"H6467","strongs_number":"H6467","system":"hebrew","language":"hebrew","number_value":6467,"lemma":"פֹּעַל","transliteration":"pôʻal","pronunciation":"po'-al","derivation":"from H6466 (פָּעַל);","strongs_definition":"an act or work (concretely)","kjv_definition":"act, deed, do, getting, maker, work."} +{"id":"H6468","strongs_number":"H6468","system":"hebrew","language":"hebrew","number_value":6468,"lemma":"פְּעֻלָּה","transliteration":"pᵉʻullâh","pronunciation":"peh-ool-law'","derivation":"feminine passive participle of H6466 (פָּעַל);","strongs_definition":"(abstractly) work","kjv_definition":"labour, reward, wages, work."} +{"id":"H6469","strongs_number":"H6469","system":"hebrew","language":"hebrew","number_value":6469,"lemma":"פְּעֻלְּתַי","transliteration":"Pᵉʻullᵉthay","pronunciation":"peh-ool-leh-thah'-ee","derivation":"from H6468 (פְּעֻלָּה); laborious;","strongs_definition":"Peullethai, an Israelite","kjv_definition":"Peulthai."} +{"id":"H6470","strongs_number":"H6470","system":"hebrew","language":"hebrew","number_value":6470,"lemma":"פָּעַם","transliteration":"pâʻam","pronunciation":"paw-am'","derivation":"a primitive root;","strongs_definition":"to tap, i.e. beat regularly; hence (generally) to impel or agitate","kjv_definition":"move, trouble."} +{"id":"H6471","strongs_number":"H6471","system":"hebrew","language":"hebrew","number_value":6471,"lemma":"פַּעַם","transliteration":"paʻam","pronunciation":"pah'-am","derivation":"or (feminine) פַּעֲמָה; from H6470 (פָּעַם);","strongs_definition":"a stroke, literally or figuratively (in various applications, as follow)","kjv_definition":"anvil, corner, foot(-step), going, (hundred-) fold, [idiom] now, (this) [phrase] once, order, rank, step, [phrase] thrice, (often-), second, this, two) time(-s), twice, wheel."} +{"id":"H6472","strongs_number":"H6472","system":"hebrew","language":"hebrew","number_value":6472,"lemma":"פַּעֲמֹן","transliteration":"paʻămôn","pronunciation":"pah-am-one'","derivation":"from H6471 (פַּעַם);","strongs_definition":"a bell (as struck)","kjv_definition":"bell."} +{"id":"H6473","strongs_number":"H6473","system":"hebrew","language":"hebrew","number_value":6473,"lemma":"פָּעַר","transliteration":"pâʻar","pronunciation":"paw-ar'","derivation":"a primitive root;","strongs_definition":"to yawn, i.e. open wide (literally or figuratively)","kjv_definition":"gape, open (wide)."} +{"id":"H6474","strongs_number":"H6474","system":"hebrew","language":"hebrew","number_value":6474,"lemma":"פַּעֲרַי","transliteration":"Paʻăray","pronunciation":"pah-ar-ah'-ee","derivation":"from H6473 (פָּעַר); yawning;","strongs_definition":"Paarai, an Israelite","kjv_definition":"Paarai."} +{"id":"H6475","strongs_number":"H6475","system":"hebrew","language":"hebrew","number_value":6475,"lemma":"פָּצָה","transliteration":"pâtsâh","pronunciation":"paw-tsaw'","derivation":"a primitive root;","strongs_definition":"to rend, i.e. open (especially the mouth)","kjv_definition":"deliver, gape, open, rid, utter."} +{"id":"H6476","strongs_number":"H6476","system":"hebrew","language":"hebrew","number_value":6476,"lemma":"פָּצַח","transliteration":"pâtsach","pronunciation":"paw-tsakh'","derivation":"a primitive root;","strongs_definition":"to break out (in joyful sound)","kjv_definition":"break (forth, forth into joy), make a loud noise."} +{"id":"H6477","strongs_number":"H6477","system":"hebrew","language":"hebrew","number_value":6477,"lemma":"פְּצִירָה","transliteration":"pᵉtsîyrâh","pronunciation":"pets-ee-raw'","derivation":"from H6484 (פָּצַר);","strongs_definition":"bluntness","kjv_definition":"[phrase] file."} +{"id":"H6478","strongs_number":"H6478","system":"hebrew","language":"hebrew","number_value":6478,"lemma":"פָּצַל","transliteration":"pâtsal","pronunciation":"paw-tsal'","derivation":"a primitive root;","strongs_definition":"to peel","kjv_definition":"pill."} +{"id":"H6479","strongs_number":"H6479","system":"hebrew","language":"hebrew","number_value":6479,"lemma":"פְּצָלָה","transliteration":"pᵉtsâlâh","pronunciation":"pets-aw-law'","derivation":"from H6478 (פָּצַל);","strongs_definition":"a peeling","kjv_definition":"strake."} +{"id":"H6480","strongs_number":"H6480","system":"hebrew","language":"hebrew","number_value":6480,"lemma":"פָּצַם","transliteration":"pâtsam","pronunciation":"paw-tsam'","derivation":"a primitive root;","strongs_definition":"to rend (by earthquake)","kjv_definition":"break."} +{"id":"H6481","strongs_number":"H6481","system":"hebrew","language":"hebrew","number_value":6481,"lemma":"פָּצַע","transliteration":"pâtsaʻ","pronunciation":"paw-tsah'","derivation":"a primitive root;","strongs_definition":"to split, i.e. wound","kjv_definition":"wound."} +{"id":"H6482","strongs_number":"H6482","system":"hebrew","language":"hebrew","number_value":6482,"lemma":"פֶּצַע","transliteration":"petsaʻ","pronunciation":"peh'-tsah","derivation":"from H6481 (פָּצַע);","strongs_definition":"a wound","kjv_definition":"wound(-ing)."} +{"id":"H6483","strongs_number":"H6483","system":"hebrew","language":"hebrew","number_value":6483,"lemma":"פִּצֵּץ","transliteration":"Pitstsêts","pronunciation":"pits-tsates'","derivation":"from an unused root meaning to dissever; dispersive;","strongs_definition":"Pitstsets, a priest","kjv_definition":"Apses (including the article)."} +{"id":"H6484","strongs_number":"H6484","system":"hebrew","language":"hebrew","number_value":6484,"lemma":"פָּצַר","transliteration":"pâtsar","pronunciation":"paw-tsar'","derivation":"a primitive root;","strongs_definition":"to peck at, i.e. (figuratively) stun or dull","kjv_definition":"press, urge, stubbornness."} +{"id":"H6485","strongs_number":"H6485","system":"hebrew","language":"hebrew","number_value":6485,"lemma":"פָּקַד","transliteration":"pâqad","pronunciation":"paw-kad'","derivation":"a primitive root;","strongs_definition":"to visit (with friendly or hostile intent); by analogy, to oversee, muster, charge, care for, miss, deposit, etc.","kjv_definition":"appoint, [idiom] at all, avenge, bestow, (appoint to have the, give a) charge, commit, count, deliver to keep, be empty, enjoin, go see, hurt, do judgment, lack, lay up, look, make, [idiom] by any means, miss, number, officer, (make) overseer, have (the) oversight, punish, reckon, (call to) remember(-brance), set (over), sum, [idiom] surely, visit, want."} +{"id":"H6486","strongs_number":"H6486","system":"hebrew","language":"hebrew","number_value":6486,"lemma":"פְּקֻדָּה","transliteration":"pᵉquddâh","pronunciation":"pek-ood-daw'","derivation":"feminine passive participle of H6485 (פָּקַד);","strongs_definition":"visitation (in many senses, chiefly official)","kjv_definition":"account, (that have the) charge, custody, that which...laid up, numbers, office(-r), ordering, oversight, [phrase] prison, reckoning, visitation."} +{"id":"H6487","strongs_number":"H6487","system":"hebrew","language":"hebrew","number_value":6487,"lemma":"פִּקָּדוֹן","transliteration":"piqqâdôwn","pronunciation":"pik-kaw-done'","derivation":"from H6485 (פָּקַד);","strongs_definition":"a deposit","kjv_definition":"that which was delivered (to keep), store."} +{"id":"H6488","strongs_number":"H6488","system":"hebrew","language":"hebrew","number_value":6488,"lemma":"פְּקִדֻת","transliteration":"pᵉqiduth","pronunciation":"pek-ee-dooth'","derivation":"from H6496 (פָּקִיד);","strongs_definition":"supervision","kjv_definition":"ward."} +{"id":"H6489","strongs_number":"H6489","system":"hebrew","language":"hebrew","number_value":6489,"lemma":"פְּקוֹד","transliteration":"Pᵉqôwd","pronunciation":"pek-ode'","derivation":"from H6485 (פָּקַד); punishment;","strongs_definition":"Pekod, a symbolic name for Babylon","kjv_definition":"Pekod."} +{"id":"H6490","strongs_number":"H6490","system":"hebrew","language":"hebrew","number_value":6490,"lemma":"פִּקּוּד","transliteration":"piqqûwd","pronunciation":"pik-kood'","derivation":"or פִּקֻּד; from H6485 (פָּקַד);","strongs_definition":"properly, appointed, i.e. a mandate (of God; plural only, collectively, for the Law)","kjv_definition":"commandment, precept, statute."} +{"id":"H6491","strongs_number":"H6491","system":"hebrew","language":"hebrew","number_value":6491,"lemma":"פָּקַח","transliteration":"pâqach","pronunciation":"paw-kakh'","derivation":"a primitive root;","strongs_definition":"to open (the senses, especially the eyes); figuratively, to be observant","kjv_definition":"open."} +{"id":"H6492","strongs_number":"H6492","system":"hebrew","language":"hebrew","number_value":6492,"lemma":"פֶּקַח","transliteration":"Peqach","pronunciation":"peh'-kakh","derivation":"from H6491 (פָּקַח); watch;","strongs_definition":"Pekach, an Israelite king","kjv_definition":"Pekah."} +{"id":"H6493","strongs_number":"H6493","system":"hebrew","language":"hebrew","number_value":6493,"lemma":"פִּקֵּחַ","transliteration":"piqqêach","pronunciation":"pik-kay'-akh","derivation":"from H6491 (פָּקַח);","strongs_definition":"clear-sighted; figuratively, intelligent","kjv_definition":"seeing, wise."} +{"id":"H6494","strongs_number":"H6494","system":"hebrew","language":"hebrew","number_value":6494,"lemma":"פְּקַחְיָה","transliteration":"Pᵉqachyâh","pronunciation":"pek-akh-yaw'","derivation":"from H6491 (פָּקַח) and H3050 (יָהּ); Jah has observed;","strongs_definition":"Pekachjah, an Israelite king","kjv_definition":"Pekahiah."} +{"id":"H6495","strongs_number":"H6495","system":"hebrew","language":"hebrew","number_value":6495,"lemma":"פְּקַח־קוֹחַ","transliteration":"pᵉqach-qôwach","pronunciation":"pek-akh-ko'-akh","derivation":"from H6491 (פָּקַח) redoubled;","strongs_definition":"opening (of a dungeon), i.e. jail-delivery (figuratively, salvation for sin)","kjv_definition":"opening of the prison."} +{"id":"H6496","strongs_number":"H6496","system":"hebrew","language":"hebrew","number_value":6496,"lemma":"פָּקִיד","transliteration":"pâqîyd","pronunciation":"paw-keed'","derivation":"from H6485 (פָּקַד);","strongs_definition":"a superintendent (civil, military or religious)","kjv_definition":"which had the charge, governor, office, overseer, (that) was set."} +{"id":"H6497","strongs_number":"H6497","system":"hebrew","language":"hebrew","number_value":6497,"lemma":"פֶּקַע","transliteration":"peqaʻ","pronunciation":"peh'-kah","derivation":"from an unused root meaning to burst; only used as an architectural term of an ornament similar to H6498 (פַּקֻּעָה),","strongs_definition":"a semi-globe","kjv_definition":"knop."} +{"id":"H6498","strongs_number":"H6498","system":"hebrew","language":"hebrew","number_value":6498,"lemma":"פַּקֻּעָה","transliteration":"paqquʻâh","pronunciation":"pak-koo-aw'","derivation":"from the same as H6497 (פֶּקַע);","strongs_definition":"the wild cucumber (from splitting open to shed its seeds)","kjv_definition":"gourd."} +{"id":"H6499","strongs_number":"H6499","system":"hebrew","language":"hebrew","number_value":6499,"lemma":"פַּר","transliteration":"par","pronunciation":"par","derivation":"or פָּר; from H6565 (פָּרַר);","strongs_definition":"a bullock (apparently as breaking forth in wild strength, or perhaps as dividing the hoof)","kjv_definition":"([phrase] young) bull(-ock), calf, ox."} +{"id":"H6500","strongs_number":"H6500","system":"hebrew","language":"hebrew","number_value":6500,"lemma":"פָּרָא","transliteration":"pârâʼ","pronunciation":"paw-raw'","derivation":"a primitive root;","strongs_definition":"to bear fruit","kjv_definition":"be fruitful."} +{"id":"H6501","strongs_number":"H6501","system":"hebrew","language":"hebrew","number_value":6501,"lemma":"פֶּרֶא","transliteration":"pereʼ","pronunciation":"peh'-reh","derivation":"or פֶּרֶה; (Jeremiah 2:24), from H6500 (פָּרָא) in the secondary sense of running wild;","strongs_definition":"the onager","kjv_definition":"wild (ass)."} +{"id":"H6502","strongs_number":"H6502","system":"hebrew","language":"hebrew","number_value":6502,"lemma":"פִּרְאָם","transliteration":"Pirʼâm","pronunciation":"pir-awm'","derivation":"from H6501 (פֶּרֶא); wildly;","strongs_definition":"Piram, a Canaanite","kjv_definition":"Piram."} +{"id":"H6503","strongs_number":"H6503","system":"hebrew","language":"hebrew","number_value":6503,"lemma":"פַּרְבָּר","transliteration":"Parbâr","pronunciation":"par-bawr'","derivation":"or פַּרְוָר; of foreign origin;","strongs_definition":"Parbar or Parvar, a quarter of Jerusalem","kjv_definition":"Parbar, suburb."} +{"id":"H6504","strongs_number":"H6504","system":"hebrew","language":"hebrew","number_value":6504,"lemma":"פָּרַד","transliteration":"pârad","pronunciation":"paw-rad'","derivation":"a primitive root;","strongs_definition":"to break through, i.e. spread or separate (oneself)","kjv_definition":"disperse, divide, be out of joint, part, scatter (abroad), separate (self), sever self, stretch, sunder."} +{"id":"H6505","strongs_number":"H6505","system":"hebrew","language":"hebrew","number_value":6505,"lemma":"פֶּרֶד","transliteration":"pered","pronunciation":"peh'-red","derivation":"from H6504 (פָּרַד);","strongs_definition":"a mule (perhaps from his lonely habits)","kjv_definition":"mule."} +{"id":"H6506","strongs_number":"H6506","system":"hebrew","language":"hebrew","number_value":6506,"lemma":"פִּרְדָּה","transliteration":"pirdâh","pronunciation":"pir-daw'","derivation":"feminine of H6505 (פֶּרֶד);","strongs_definition":"a she-mule","kjv_definition":"mule."} +{"id":"H6507","strongs_number":"H6507","system":"hebrew","language":"hebrew","number_value":6507,"lemma":"פְּרֻדָה","transliteration":"pᵉrudâh","pronunciation":"per-oo-daw'","derivation":"feminine passive participle of H6504 (פָּרַד);","strongs_definition":"something separated, i.e. a kernel","kjv_definition":"seed."} +{"id":"H6508","strongs_number":"H6508","system":"hebrew","language":"hebrew","number_value":6508,"lemma":"פַּרְדֵּס","transliteration":"pardêç","pronunciation":"par-dace'","derivation":"of foreign origin;","strongs_definition":"a park","kjv_definition":"forest, orchard."} +{"id":"H6509","strongs_number":"H6509","system":"hebrew","language":"hebrew","number_value":6509,"lemma":"פָּרָה","transliteration":"pârâh","pronunciation":"paw-raw'","derivation":"a primitive root;","strongs_definition":"to bear fruit (literally or figuratively)","kjv_definition":"bear, bring forth (fruit), (be, cause to be, make) fruitful, grow, increase."} +{"id":"H6510","strongs_number":"H6510","system":"hebrew","language":"hebrew","number_value":6510,"lemma":"פָּרָה","transliteration":"pârâh","pronunciation":"paw-raw'","derivation":"feminine of H6499 (פַּר);","strongs_definition":"a heifer","kjv_definition":"cow, heifer, kine."} +{"id":"H6511","strongs_number":"H6511","system":"hebrew","language":"hebrew","number_value":6511,"lemma":"פָּרָה","transliteration":"Pârâh","pronunciation":"paw-raw'","derivation":"the same as H6510 (פָּרָה);","strongs_definition":"Parah, a place in Palestine","kjv_definition":"Parah."} +{"id":"H6512","strongs_number":"H6512","system":"hebrew","language":"hebrew","number_value":6512,"lemma":"פֵּרָה","transliteration":"pêrâh","pronunciation":"pay-raw'","derivation":"from H6331 (פּוּר);","strongs_definition":"a hole (as broken, i.e. dug)","kjv_definition":"[phrase] mole. Compare H2661 (חֲפֹר)."} +{"id":"H6513","strongs_number":"H6513","system":"hebrew","language":"hebrew","number_value":6513,"lemma":"פֻּרָה","transliteration":"Purâh","pronunciation":"poo-raw'","derivation":"for H6288 (פְּאֹרָה); foliage;","strongs_definition":"Purah, an Israelite","kjv_definition":"Phurah."} +{"id":"H6514","strongs_number":"H6514","system":"hebrew","language":"hebrew","number_value":6514,"lemma":"פְּרוּדָא","transliteration":"Pᵉrûwdâʼ","pronunciation":"per-oo-daw'","derivation":"or פְּרִידָא; from H6504 (פָּרַד); dispersion;","strongs_definition":"Peruda or Perida, one of 'Solomon's servants'","kjv_definition":"Perida, Peruda."} +{"id":"H6515","strongs_number":"H6515","system":"hebrew","language":"hebrew","number_value":6515,"lemma":"פָּרוּחַ","transliteration":"Pârûwach","pronunciation":"paw-roo'-akh","derivation":"passive participle of H6524 (פָּרַח); blossomed;","strongs_definition":"Paruach, an Israelite","kjv_definition":"Paruah."} +{"id":"H6516","strongs_number":"H6516","system":"hebrew","language":"hebrew","number_value":6516,"lemma":"פַּרְוַיִם","transliteration":"Parvayim","pronunciation":"par-vah'-yim","derivation":"of foreign origin;","strongs_definition":"Parvajim, an Oriental region","kjv_definition":"Parvaim."} +{"id":"H6517","strongs_number":"H6517","system":"hebrew","language":"hebrew","number_value":6517,"lemma":"פָּרוּר","transliteration":"pârûwr","pronunciation":"paw-roor'","derivation":"passive participle of H6565 (פָּרַר) in the sense of spreading out (compare H6524 (פָּרַח));","strongs_definition":"a skillet (as flat or deep)","kjv_definition":"pan, pot."} +{"id":"H6518","strongs_number":"H6518","system":"hebrew","language":"hebrew","number_value":6518,"lemma":"פָּרָז","transliteration":"pârâz","pronunciation":"paw-rawz'","derivation":"from an unused root meaning to separate, i.e.","strongs_definition":"decide; a chieftain","kjv_definition":"village."} +{"id":"H6519","strongs_number":"H6519","system":"hebrew","language":"hebrew","number_value":6519,"lemma":"פְּרָזָה","transliteration":"pᵉrâzâh","pronunciation":"per-aw-zaw'","derivation":"from the same as H6518 (פָּרָז);","strongs_definition":"an open country","kjv_definition":"(unwalled) town (without walls), unwalled village."} +{"id":"H6520","strongs_number":"H6520","system":"hebrew","language":"hebrew","number_value":6520,"lemma":"פְּרָזוֹן","transliteration":"pᵉrâzôwn","pronunciation":"per-aw-zone'","derivation":"from the same as H6518 (פָּרָז);","strongs_definition":"magistracy, i.e. leadership (also concretely, chieftains)","kjv_definition":"village."} +{"id":"H6521","strongs_number":"H6521","system":"hebrew","language":"hebrew","number_value":6521,"lemma":"פְּרָזִי","transliteration":"pᵉrâzîy","pronunciation":"per-aw-zee'","derivation":"or פְּרוֹזִי; from H6519 (פְּרָזָה);","strongs_definition":"a rustic","kjv_definition":"village."} +{"id":"H6522","strongs_number":"H6522","system":"hebrew","language":"hebrew","number_value":6522,"lemma":"פְּרִזִּי","transliteration":"Pᵉrizzîy","pronunciation":"per-iz-zee'","derivation":"for H6521 (פְּרָזִי); inhabitant of the open country;","strongs_definition":"a Perizzite, one of the Canaanitish tribes","kjv_definition":"Perizzite."} +{"id":"H6523","strongs_number":"H6523","system":"hebrew","language":"hebrew","number_value":6523,"lemma":"פַּרְזֶל","transliteration":"parzel","pronunciation":"par-zel'","derivation":"(Aramaic) corresponding to H1270 (בַּרְזֶל);","strongs_definition":"iron","kjv_definition":"iron."} +{"id":"H6524","strongs_number":"H6524","system":"hebrew","language":"hebrew","number_value":6524,"lemma":"פָּרַח","transliteration":"pârach","pronunciation":"paw-rakh'","derivation":"a primitive root;","strongs_definition":"to break forth as a bud, i.e. bloom; generally, to spread; specifically, to fly (as extending the wings); figuratively, to flourish","kjv_definition":"[idiom] abroad, [idiom] abundantly, blossom, break forth (out), bud, flourish, make fly, grow, spread, spring (up)."} +{"id":"H6525","strongs_number":"H6525","system":"hebrew","language":"hebrew","number_value":6525,"lemma":"פֶּרַח","transliteration":"perach","pronunciation":"peh'-rakh","derivation":"from H6524 (פָּרַח);","strongs_definition":"a calyx (natural or artificial); generally, bloom","kjv_definition":"blossom, bud, flower."} +{"id":"H6526","strongs_number":"H6526","system":"hebrew","language":"hebrew","number_value":6526,"lemma":"פִּרְחַח","transliteration":"pirchach","pronunciation":"pir-khakh'","derivation":"from H6524 (פָּרַח);","strongs_definition":"progeny, i.e. a brood","kjv_definition":"youth."} +{"id":"H6527","strongs_number":"H6527","system":"hebrew","language":"hebrew","number_value":6527,"lemma":"פָּרַט","transliteration":"pâraṭ","pronunciation":"paw-rat'","derivation":"a primitive root;","strongs_definition":"to scatter words, i.e. prate (or hum)","kjv_definition":"chant."} +{"id":"H6528","strongs_number":"H6528","system":"hebrew","language":"hebrew","number_value":6528,"lemma":"פֶּרֶט","transliteration":"pereṭ","pronunciation":"peh'-ret","derivation":"from H6527 (פָּרַט);","strongs_definition":"a stray or single berry","kjv_definition":"grape."} +{"id":"H6529","strongs_number":"H6529","system":"hebrew","language":"hebrew","number_value":6529,"lemma":"פְּרִי","transliteration":"pᵉrîy","pronunciation":"per-ee'","derivation":"from H6509 (פָּרָה);","strongs_definition":"fruit (literally or figuratively)","kjv_definition":"bough, (first-)fruit(-ful), reward."} +{"id":"H6530","strongs_number":"H6530","system":"hebrew","language":"hebrew","number_value":6530,"lemma":"פְּרִיץ","transliteration":"pᵉrîyts","pronunciation":"per-eets'","derivation":"from H6555 (פָּרַץ)lemma פּרַץ missing vowel, corrected to פָּרַץ;","strongs_definition":"violent, i.e. a tyrant","kjv_definition":"destroyer, ravenous, robber."} +{"id":"H6531","strongs_number":"H6531","system":"hebrew","language":"hebrew","number_value":6531,"lemma":"פֶּרֶךְ","transliteration":"perek","pronunciation":"peh'-rek","derivation":"from an unused root meaning to break apart;","strongs_definition":"fracture, i.e. severity","kjv_definition":"cruelty, rigour."} +{"id":"H6532","strongs_number":"H6532","system":"hebrew","language":"hebrew","number_value":6532,"lemma":"פֹּרֶכֶת","transliteration":"pôreketh","pronunciation":"po-reh'-keth","derivation":"feminine active participle of the same as H6531 (פֶּרֶךְ);","strongs_definition":"a separatrix, i.e. (the sacred) screen","kjv_definition":"vail."} +{"id":"H6533","strongs_number":"H6533","system":"hebrew","language":"hebrew","number_value":6533,"lemma":"פָּרַם","transliteration":"pâram","pronunciation":"paw-ram'","derivation":"a primitive root;","strongs_definition":"to tear","kjv_definition":"rend."} +{"id":"H6534","strongs_number":"H6534","system":"hebrew","language":"hebrew","number_value":6534,"lemma":"פַּרְמַשְׁתָּא","transliteration":"Parmashtâʼ","pronunciation":"par-mash-taw'","derivation":"of Persian origin;","strongs_definition":"Parmashta, a son of Haman","kjv_definition":"Parmasta."} +{"id":"H6535","strongs_number":"H6535","system":"hebrew","language":"hebrew","number_value":6535,"lemma":"פַּרְנַךְ","transliteration":"Parnak","pronunciation":"par-nak'","derivation":"of uncertain derivation;","strongs_definition":"Parnak, an Israelite","kjv_definition":"Parnach."} +{"id":"H6536","strongs_number":"H6536","system":"hebrew","language":"hebrew","number_value":6536,"lemma":"פָּרַס","transliteration":"pâraç","pronunciation":"paw-ras'","derivation":"a primitive root;","strongs_definition":"to break in pieces, i.e. (usually without violence) to split, distribute","kjv_definition":"deal, divide, have hoofs, part, tear."} +{"id":"H6537","strongs_number":"H6537","system":"hebrew","language":"hebrew","number_value":6537,"lemma":"פְּרַס","transliteration":"pᵉraç","pronunciation":"per-as'","derivation":"(Aramaic) corresponding to H6536 (פָּרַס);","strongs_definition":"to split up","kjv_definition":"divide, (U-) pharsin."} +{"id":"H6538","strongs_number":"H6538","system":"hebrew","language":"hebrew","number_value":6538,"lemma":"פֶּרֶס","transliteration":"pereç","pronunciation":"peh'-res","derivation":"from H6536 (פָּרַס);","strongs_definition":"a claw; also a kind of eagle","kjv_definition":"claw, ossifrage."} +{"id":"H6539","strongs_number":"H6539","system":"hebrew","language":"hebrew","number_value":6539,"lemma":"פָּרַס","transliteration":"Pâraç","pronunciation":"paw-ras'","derivation":"of foreign origin;","strongs_definition":"Paras (i.e. Persia), an Eastern country, including its inhabitants","kjv_definition":"Persia, Persians."} +{"id":"H6540","strongs_number":"H6540","system":"hebrew","language":"hebrew","number_value":6540,"lemma":"פָּרַס","transliteration":"Pâraç","pronunciation":"paw-ras'","derivation":"(Aramaic) corresponding to H6539 (פָּרַס)","strongs_definition":"{Paras (i.e. Persia), an Eastern country, including its inhabitants}","kjv_definition":"Persia, Persians."} +{"id":"H6541","strongs_number":"H6541","system":"hebrew","language":"hebrew","number_value":6541,"lemma":"פַּרְסָה","transliteration":"parçâh","pronunciation":"par-saw'","derivation":"feminine of H6538 (פֶּרֶס);","strongs_definition":"a claw or split hoof","kjv_definition":"claw, (cloven-) footed, hoof."} +{"id":"H6542","strongs_number":"H6542","system":"hebrew","language":"hebrew","number_value":6542,"lemma":"פַּרְסִי","transliteration":"Parçîy","pronunciation":"par-see'","derivation":"patrial from H6539 (פָּרַס);","strongs_definition":"a Parsite (i.e. Persian), or inhabitant of Peres","kjv_definition":"Persian."} +{"id":"H6543","strongs_number":"H6543","system":"hebrew","language":"hebrew","number_value":6543,"lemma":"פַּרְסִי","transliteration":"Parçîy","pronunciation":"par-see'","derivation":"(Aramaic) corresponding to H6542 (פַּרְסִי)","strongs_definition":"{a Parsite (i.e. Persian), or inhabitant of Peres}","kjv_definition":"Persian."} +{"id":"H6544","strongs_number":"H6544","system":"hebrew","language":"hebrew","number_value":6544,"lemma":"פָּרַע","transliteration":"pâraʻ","pronunciation":"paw-rah'","derivation":"a primitive root;","strongs_definition":"to loosen; by implication, to expose, dismiss; figuratively, absolve, begin","kjv_definition":"avenge, avoid, bare, go back, let, (make) naked, set at nought, perish, refuse, uncover."} +{"id":"H6545","strongs_number":"H6545","system":"hebrew","language":"hebrew","number_value":6545,"lemma":"פֶּרַע","transliteration":"peraʻ","pronunciation":"peh'-rah","derivation":"from H6544 (פָּרַע);","strongs_definition":"the hair (as dishevelled)","kjv_definition":"locks."} +{"id":"H6546","strongs_number":"H6546","system":"hebrew","language":"hebrew","number_value":6546,"lemma":"פַּרְעָה","transliteration":"parʻâh","pronunciation":"par-aw'","derivation":"feminine of H6545 (פֶּרַע) (in the sense of beginning);","strongs_definition":"leadership (plural concretely, leaders)","kjv_definition":"[phrase] avenging, revenge."} +{"id":"H6547","strongs_number":"H6547","system":"hebrew","language":"hebrew","number_value":6547,"lemma":"פַּרְעֹה","transliteration":"Parʻôh","pronunciation":"par-o'","derivation":"of Egyptian derivation;","strongs_definition":"Paroh, a general title of Egyptian kings","kjv_definition":"Pharaoh."} +{"id":"H6548","strongs_number":"H6548","system":"hebrew","language":"hebrew","number_value":6548,"lemma":"פַּרְעֹה חׇפְרַע","transliteration":"Parʻôh Chophraʻ","pronunciation":"par-o' khof-rah'","derivation":"of Egyptian derivation;","strongs_definition":"Paroh-Chophra, an Egyptian king","kjv_definition":"Pharaoh-hophra."} +{"id":"H6549","strongs_number":"H6549","system":"hebrew","language":"hebrew","number_value":6549,"lemma":"פַּרְעֹה נְכֹה","transliteration":"Parʻôh Nᵉkôh","pronunciation":"par-o' nek-o'","derivation":"or פַּרְעֹה נְכוֹ; of Egyptian derivation;","strongs_definition":"Paroh-Nekoh (or -Neko), an Egyptian king","kjv_definition":"Pharaoh-necho, Pharaohnechoh."} +{"id":"H6550","strongs_number":"H6550","system":"hebrew","language":"hebrew","number_value":6550,"lemma":"פַּרְעֹשׁ","transliteration":"parʻôsh","pronunciation":"par-oshe'","derivation":"probably from H6544 (פָּרַע) and H6211 (עָשׁ);","strongs_definition":"a flea (as the isolated insect)","kjv_definition":"flea."} +{"id":"H6551","strongs_number":"H6551","system":"hebrew","language":"hebrew","number_value":6551,"lemma":"פַּרְעֹשׁ","transliteration":"Parʻôsh","pronunciation":"par-oshe'","derivation":"the same as H6550 (פַּרְעֹשׁ);","strongs_definition":"Parosh, the name of our Israelite","kjv_definition":"Parosh, Pharosh."} +{"id":"H6552","strongs_number":"H6552","system":"hebrew","language":"hebrew","number_value":6552,"lemma":"פִּרְעָתוֹן","transliteration":"Pirʻâthôwn","pronunciation":"pir-aw-thone'","derivation":"from H6546 (פַּרְעָה); chieftaincy;","strongs_definition":"Pirathon, a place in Palestine","kjv_definition":"Pirathon."} +{"id":"H6553","strongs_number":"H6553","system":"hebrew","language":"hebrew","number_value":6553,"lemma":"פִּרְעָתוֹנִי","transliteration":"Pirʻâthôwnîy","pronunciation":"pir-aw-tho-nee'","derivation":"or פִּרְעָתֹנִי; patrial from H6552 (פִּרְעָתוֹן);","strongs_definition":"a Pirathonite or inhabitant of Pirathon","kjv_definition":"Pirathonite."} +{"id":"H6554","strongs_number":"H6554","system":"hebrew","language":"hebrew","number_value":6554,"lemma":"פַּרְפַּר","transliteration":"Parpar","pronunciation":"par-par'","derivation":"probably from H6565 (פָּרַר) in the sense of rushing; rapid;","strongs_definition":"Parpar, a river of Syria","kjv_definition":"Pharpar."} +{"id":"H6555","strongs_number":"H6555","system":"hebrew","language":"hebrew","number_value":6555,"lemma":"פָּרַץ","transliteration":"pârats","pronunciation":"paw-rats'","derivation":"a primitive root;","strongs_definition":"to break out (in many applications, direct and indirect, literal and figurative)","kjv_definition":"[idiom] abroad, (make a) breach, break (away, down, -er, forth, in, up), burst out, come (spread) abroad, compel, disperse, grow, increase, open, press, scatter, urge."} +{"id":"H6556","strongs_number":"H6556","system":"hebrew","language":"hebrew","number_value":6556,"lemma":"פֶּרֶץ","transliteration":"perets","pronunciation":"peh'-rets","derivation":"from H6555 (פָּרַץ)lemma פּרַץ missing vowel, corrected to פָּרַץ;","strongs_definition":"a break (literally or figuratively)","kjv_definition":"breach, breaking forth (in), [idiom] forth, gap."} +{"id":"H6557","strongs_number":"H6557","system":"hebrew","language":"hebrew","number_value":6557,"lemma":"פֶּרֶץ","transliteration":"Perets","pronunciation":"peh'-rets","derivation":"the same as H6556 (פֶּרֶץ);","strongs_definition":"Perets, the name of two Israelites","kjv_definition":"Perez, Pharez."} +{"id":"H6558","strongs_number":"H6558","system":"hebrew","language":"hebrew","number_value":6558,"lemma":"פַּרְצִי","transliteration":"Partsîy","pronunciation":"par-tsee'","derivation":"patronymically from H6557 (פֶּרֶץ);","strongs_definition":"a Partsite (collectively) or descendants of Perets","kjv_definition":"Pharzites."} +{"id":"H6559","strongs_number":"H6559","system":"hebrew","language":"hebrew","number_value":6559,"lemma":"פְּרָצִים","transliteration":"pᵉrâtsîym","pronunciation":"per-aw-tseem'","derivation":"plural of H6556 (פֶּרֶץ); breaks;","strongs_definition":"Peratsim, a mountain in Palestine","kjv_definition":"Perazim."} +{"id":"H6560","strongs_number":"H6560","system":"hebrew","language":"hebrew","number_value":6560,"lemma":"פֶּרֶץ עֻזָּא","transliteration":"Perets ʻUzzâʼ","pronunciation":"peh'-rets ooz-zaw'","derivation":"from H6556 (פֶּרֶץ) and H5798 (עֻזָּא); break of Uzza;","strongs_definition":"Perets-Uzza, a place in Palestine","kjv_definition":"Perezuzza."} +{"id":"H6561","strongs_number":"H6561","system":"hebrew","language":"hebrew","number_value":6561,"lemma":"פָּרַק","transliteration":"pâraq","pronunciation":"paw-rak'","derivation":"a primitive root;","strongs_definition":"to break off or crunch; figuratively, to deliver","kjv_definition":"break (off), deliver, redeem, rend (in pieces), tear in pieces."} +{"id":"H6562","strongs_number":"H6562","system":"hebrew","language":"hebrew","number_value":6562,"lemma":"פְּרַק","transliteration":"pᵉraq","pronunciation":"per-ak'","derivation":"(Aramaic) corresponding to H6561 (פָּרַק);","strongs_definition":"to discontinue","kjv_definition":"break off."} +{"id":"H6563","strongs_number":"H6563","system":"hebrew","language":"hebrew","number_value":6563,"lemma":"פֶּרֶק","transliteration":"pereq","pronunciation":"peh'-rek","derivation":"from H6561 (פָּרַק);","strongs_definition":"rapine; also a fork (in roads)","kjv_definition":"crossway, robbery."} +{"id":"H6564","strongs_number":"H6564","system":"hebrew","language":"hebrew","number_value":6564,"lemma":"פָּרָק","transliteration":"pârâq","pronunciation":"paw-rawk'","derivation":"from H6561 (פָּרַק);","strongs_definition":"soup (as full of crumbed meat)","kjv_definition":"broth. See also H4832 (מַרְפֵּא)."} +{"id":"H6565","strongs_number":"H6565","system":"hebrew","language":"hebrew","number_value":6565,"lemma":"פָּרַר","transliteration":"pârar","pronunciation":"paw-rar'","derivation":"a primitive root;","strongs_definition":"to break up (usually figuratively), i.e. to violate, frustrate","kjv_definition":"[idiom] any ways, break (asunder), cast off, cause to cease, [idiom] clean, defeat, disannul, disappoint, dissolve, divide, make of none effect, fail, frustrate, bring (come) to nought, [idiom] utterly, make void."} +{"id":"H6566","strongs_number":"H6566","system":"hebrew","language":"hebrew","number_value":6566,"lemma":"פָּרַשׂ","transliteration":"pâras","pronunciation":"paw-ras'","derivation":"a primitive root;","strongs_definition":"to break apart, disperse, etc.","kjv_definition":"break, chop in pieces, lay open, scatter, spread (abroad, forth, selves, out), stretch (forth, out)."} +{"id":"H6567","strongs_number":"H6567","system":"hebrew","language":"hebrew","number_value":6567,"lemma":"פָּרָשׁ","transliteration":"pârâsh","pronunciation":"paw-rash'","derivation":"a primitive root;","strongs_definition":"to separate, literally (to disperse) or figuratively (to specify); also (by implication) to wound","kjv_definition":"scatter, declare, distinctly, shew, sting."} +{"id":"H6568","strongs_number":"H6568","system":"hebrew","language":"hebrew","number_value":6568,"lemma":"פְּרַשׁ","transliteration":"pᵉrash","pronunciation":"per-ash'","derivation":"(Aramaic) corresponding to H6567 (פָּרָשׁ);","strongs_definition":"to specify","kjv_definition":"distinctly."} +{"id":"H6569","strongs_number":"H6569","system":"hebrew","language":"hebrew","number_value":6569,"lemma":"פֶּרֶשׁ","transliteration":"peresh","pronunciation":"peh'-resh","derivation":"from H6567 (פָּרָשׁ);","strongs_definition":"excrement (as eliminated)","kjv_definition":"dung."} +{"id":"H6570","strongs_number":"H6570","system":"hebrew","language":"hebrew","number_value":6570,"lemma":"פֶּרֶשׁ","transliteration":"Peresh","pronunciation":"peh'-resh","derivation":"the same as H6569 (פֶּרֶשׁ);","strongs_definition":"Peresh, an Israelite","kjv_definition":"Peresh."} +{"id":"H6571","strongs_number":"H6571","system":"hebrew","language":"hebrew","number_value":6571,"lemma":"פָּרָשׁ","transliteration":"pârâsh","pronunciation":"paw-rawsh'","derivation":"from H6567 (פָּרָשׁ); (compare H5483 (סוּס))","strongs_definition":"a steed (as stretched out to a vehicle, not single nor for mounting ); also (by implication) a driver (in a chariot), i.e. (collectively) cavalry","kjv_definition":"horseman."} +{"id":"H6572","strongs_number":"H6572","system":"hebrew","language":"hebrew","number_value":6572,"lemma":"פַּרְשֶׁגֶן","transliteration":"parshegen","pronunciation":"par-sheh'-ghen","derivation":"or פַּתְשֶׁגֶן; of foreign origin;","strongs_definition":"a transcript","kjv_definition":"copy."} +{"id":"H6573","strongs_number":"H6573","system":"hebrew","language":"hebrew","number_value":6573,"lemma":"פַּרְשֶׁגֶן","transliteration":"parshegen","pronunciation":"par-sheh'-ghen","derivation":"(Aramaic) corresponding to H6572 (פַּרְשֶׁגֶן)","strongs_definition":"{a transcript}","kjv_definition":"copy."} +{"id":"H6574","strongs_number":"H6574","system":"hebrew","language":"hebrew","number_value":6574,"lemma":"פַּרְשְׁדֹן","transliteration":"parshᵉdôn","pronunciation":"par-shed-one'","derivation":"perhaps by compounding H6567 (פָּרָשׁ) and H6504 (פָּרַד) (in the sense of straddling) (compare H6576 (פַּרְשֵׁז));","strongs_definition":"the crotch (or anus)","kjv_definition":"dirt."} +{"id":"H6575","strongs_number":"H6575","system":"hebrew","language":"hebrew","number_value":6575,"lemma":"פָּרָשָׁה","transliteration":"pârâshâh","pronunciation":"paw-raw-shaw'","derivation":"from H6567 (פָּרָשׁ);","strongs_definition":"exposition","kjv_definition":"declaration, sum."} +{"id":"H6576","strongs_number":"H6576","system":"hebrew","language":"hebrew","number_value":6576,"lemma":"פַּרְשֵׁז","transliteration":"parshêz","pronunciation":"par-shaze'","derivation":"a root apparently formed by compounding H6567 (פָּרָשׁ) and that of H6518 (פָּרָז) (compare H6574 (פַּרְשְׁדֹן));","strongs_definition":"to expand","kjv_definition":"spread."} +{"id":"H6577","strongs_number":"H6577","system":"hebrew","language":"hebrew","number_value":6577,"lemma":"פַּרְשַׁנְדָּתָא","transliteration":"Parshandâthâʼ","pronunciation":"par-shan-daw-thaw'","derivation":"of Persian origin;","strongs_definition":"Parshandatha, a son of Haman","kjv_definition":"Parshandatha."} +{"id":"H6578","strongs_number":"H6578","system":"hebrew","language":"hebrew","number_value":6578,"lemma":"פְּרָת","transliteration":"Pᵉrâth","pronunciation":"per-awth'","derivation":"from an unused root meaning to break forth; rushing;","strongs_definition":"Perath (i.e. Euphrates), a river of the East","kjv_definition":"Euphrates."} +{"id":"H6579","strongs_number":"H6579","system":"hebrew","language":"hebrew","number_value":6579,"lemma":"פַּרְתַּם","transliteration":"partam","pronunciation":"par-tam'","derivation":"of Persian origin;","strongs_definition":"a grandee","kjv_definition":"(most) noble, prince."} +{"id":"H6580","strongs_number":"H6580","system":"hebrew","language":"hebrew","number_value":6580,"lemma":"פַּשׁ","transliteration":"pash","pronunciation":"pash","derivation":"probably from an unused root meaning to disintegrate;","strongs_definition":"stupidity (as a result of grossness or of degeneracy)","kjv_definition":"extremity."} +{"id":"H6581","strongs_number":"H6581","system":"hebrew","language":"hebrew","number_value":6581,"lemma":"פָּשָׂה","transliteration":"pâsâh","pronunciation":"paw-saw'","derivation":"a primitive root;","strongs_definition":"to spread","kjv_definition":"spread."} +{"id":"H6582","strongs_number":"H6582","system":"hebrew","language":"hebrew","number_value":6582,"lemma":"פָּשַׁח","transliteration":"pâshach","pronunciation":"paw-shakh'","derivation":"a primitive root;","strongs_definition":"to tear in pieces","kjv_definition":"pull in pieces."} +{"id":"H6583","strongs_number":"H6583","system":"hebrew","language":"hebrew","number_value":6583,"lemma":"פַּשְׁחוּר","transliteration":"Pashchûwr","pronunciation":"pash-khoor'","derivation":"probably from H6582 (פָּשַׁח); liberation;","strongs_definition":"Pashchur, the name of four Israelites","kjv_definition":"Pashur."} +{"id":"H6584","strongs_number":"H6584","system":"hebrew","language":"hebrew","number_value":6584,"lemma":"פָּשַׁט","transliteration":"pâshaṭ","pronunciation":"paw-shat'","derivation":"a primitive root;","strongs_definition":"to spread out (i.e. deploy in hostile array); by analogy, to strip (i.e. unclothe, plunder, flay, etc.)","kjv_definition":"fall upon, flay, invade, make an invasion, pull off, put off, make a road, run upon, rush, set, spoil, spread selves (abroad), strip (off, self)."} +{"id":"H6585","strongs_number":"H6585","system":"hebrew","language":"hebrew","number_value":6585,"lemma":"פָּשַׂע","transliteration":"pâsaʻ","pronunciation":"paw-sah'","derivation":"a primitive root;","strongs_definition":"to stride (from spreading the legs), i.e. rush upon","kjv_definition":"go."} +{"id":"H6586","strongs_number":"H6586","system":"hebrew","language":"hebrew","number_value":6586,"lemma":"פָּשַׁע","transliteration":"pâshaʻ","pronunciation":"paw-shah'","derivation":"a primitive root (identical with through the idea of expansion);","strongs_definition":"to break away (from just authority), i.e. trespass, apostatize, quarrel","kjv_definition":"offend, rebel, revolt, transgress(-ion, -or)."} +{"id":"H6587","strongs_number":"H6587","system":"hebrew","language":"hebrew","number_value":6587,"lemma":"פֶּשַׂע","transliteration":"pesaʻ","pronunciation":"peh'-sah","derivation":"from H6585 (פָּשַׂע);","strongs_definition":"a stride","kjv_definition":"step."} +{"id":"H6588","strongs_number":"H6588","system":"hebrew","language":"hebrew","number_value":6588,"lemma":"פֶּשַׁע","transliteration":"peshaʻ","pronunciation":"peh'-shah","derivation":"from H6586 (פָּשַׁע);","strongs_definition":"a revolt (national, moral or religious)","kjv_definition":"rebellion, sin, transgression, trespass."} +{"id":"H6589","strongs_number":"H6589","system":"hebrew","language":"hebrew","number_value":6589,"lemma":"פָּשַׂק","transliteration":"pâsaq","pronunciation":"paw-sak'","derivation":"a primitive root;","strongs_definition":"to dispart (the feet or lips), i.e. become licentious","kjv_definition":"open (wide)."} +{"id":"H6590","strongs_number":"H6590","system":"hebrew","language":"hebrew","number_value":6590,"lemma":"פְּשַׁר","transliteration":"pᵉshar","pronunciation":"pesh-ar'","derivation":"(Aramaic) corresponding to H6622 (פָּתַר);","strongs_definition":"to interpret","kjv_definition":"make (interpretations), interpreting."} +{"id":"H6591","strongs_number":"H6591","system":"hebrew","language":"hebrew","number_value":6591,"lemma":"פְּשַׁר","transliteration":"pᵉshar","pronunciation":"pesh-ar'","derivation":"(Aramaic) from H6590 (פְּשַׁר);","strongs_definition":"an interpretation","kjv_definition":"interpretation."} +{"id":"H6592","strongs_number":"H6592","system":"hebrew","language":"hebrew","number_value":6592,"lemma":"פֵּשֶׁר","transliteration":"pêsher","pronunciation":"pay'-sher","derivation":"corresponding to H6591 (פְּשַׁר)","strongs_definition":"{an interpretation}","kjv_definition":"interpretation."} +{"id":"H6593","strongs_number":"H6593","system":"hebrew","language":"hebrew","number_value":6593,"lemma":"פִּשְׁתֶּה","transliteration":"pishteh","pronunciation":"pish-teh'","derivation":"from the same as H6580 (פַּשׁ) as in the sense of comminuting;","strongs_definition":"linen (i.e. the thread, as carded)","kjv_definition":"flax, linen."} +{"id":"H6594","strongs_number":"H6594","system":"hebrew","language":"hebrew","number_value":6594,"lemma":"פִּשְׁתָּה","transliteration":"pishtâh","pronunciation":"pish-taw'","derivation":"feminine of H6593 (פִּשְׁתֶּה);","strongs_definition":"flax; by implication, a wick","kjv_definition":"flax, tow."} +{"id":"H6595","strongs_number":"H6595","system":"hebrew","language":"hebrew","number_value":6595,"lemma":"פַּת","transliteration":"path","pronunciation":"path","derivation":"from H6626 (פָּתַת);","strongs_definition":"a bit","kjv_definition":"meat, morsel, piece."} +{"id":"H6596","strongs_number":"H6596","system":"hebrew","language":"hebrew","number_value":6596,"lemma":"פֹּת","transliteration":"pôth","pronunciation":"pohth","derivation":"or פֹּתָה; (Ezekiel 13:19), from an unused root meaning to open;","strongs_definition":"a hole, i.e. hinge or the female pudenda","kjv_definition":"hinge, secret participle"} +{"id":"H6597","strongs_number":"H6597","system":"hebrew","language":"hebrew","number_value":6597,"lemma":"פִּתְאוֹם","transliteration":"pithʼôwm","pronunciation":"pith-ome'","derivation":"or פִּתְאֹם; from H6621 (פֶּתַע);","strongs_definition":"instantly","kjv_definition":"straightway, sudden(-ly)."} +{"id":"H6598","strongs_number":"H6598","system":"hebrew","language":"hebrew","number_value":6598,"lemma":"פַּתְבַּג","transliteration":"pathbag","pronunciation":"pathbag'","derivation":"of Persian origin;","strongs_definition":"a dainty","kjv_definition":"portion (provision) of meat."} +{"id":"H6599","strongs_number":"H6599","system":"hebrew","language":"hebrew","number_value":6599,"lemma":"פִּתְגָּם","transliteration":"pithgâm","pronunciation":"pith-gawm'","derivation":"of Persian origin;","strongs_definition":"a (judicial) sentence","kjv_definition":"decree, sentence."} +{"id":"H6600","strongs_number":"H6600","system":"hebrew","language":"hebrew","number_value":6600,"lemma":"פִּתְגָּם","transliteration":"pithgâm","pronunciation":"pith-gawm'","derivation":"(Aramaic) corresponding to H6599 (פִּתְגָּם);","strongs_definition":"a word, answer, letter or decree","kjv_definition":"answer, letter, matter, word."} +{"id":"H6601","strongs_number":"H6601","system":"hebrew","language":"hebrew","number_value":6601,"lemma":"פָּתָה","transliteration":"pâthâh","pronunciation":"paw-thaw'","derivation":"a primitive root;","strongs_definition":"to open, i.e. be (causatively, make) roomy; usually figuratively (in a mental or moral sense) to be (causatively, make) simple or (in a sinister way) delude","kjv_definition":"allure, deceive, enlarge, entice, flatter, persuade, silly (one)."} +{"id":"H6602","strongs_number":"H6602","system":"hebrew","language":"hebrew","number_value":6602,"lemma":"פְּתוּאֵל","transliteration":"Pᵉthûwʼêl","pronunciation":"peth-oo-ale'","derivation":"from H6601 (פָּתָה) and H410 (אֵל); enlarged of God;","strongs_definition":"Pethuel, an Israelite","kjv_definition":"Pethuel."} +{"id":"H6603","strongs_number":"H6603","system":"hebrew","language":"hebrew","number_value":6603,"lemma":"פִּתּוּחַ","transliteration":"pittûwach","pronunciation":"pit-too'-akh","derivation":"or פִּתֻּחַ ; passive participle of H6605 (פָּתַח);","strongs_definition":"sculpture (in low or high relief or even intaglio)","kjv_definition":"carved (work) (are, en-) grave(-ing, -n)."} +{"id":"H6604","strongs_number":"H6604","system":"hebrew","language":"hebrew","number_value":6604,"lemma":"פְּתוֹר","transliteration":"Pᵉthôwr","pronunciation":"peth-ore'","derivation":"of foreign origin;","strongs_definition":"Pethor, a place in Mesopotamia","kjv_definition":"Pethor."} +{"id":"H6605","strongs_number":"H6605","system":"hebrew","language":"hebrew","number_value":6605,"lemma":"פָּתַח","transliteration":"pâthach","pronunciation":"paw-thakh'","derivation":"a primitive root;","strongs_definition":"to open wide (literally or figuratively); specifically, to loosen, begin, plough, carve","kjv_definition":"appear, break forth, draw (out), let go free, (en-) grave(-n), loose (self), (be, be set) open(-ing), put off, ungird, unstop, have vent."} +{"id":"H6606","strongs_number":"H6606","system":"hebrew","language":"hebrew","number_value":6606,"lemma":"פְּתַח","transliteration":"pᵉthach","pronunciation":"peth-akh'","derivation":"(Aramaic) corresponding to H6605 (פָּתַח);","strongs_definition":"to open","kjv_definition":"open."} +{"id":"H6607","strongs_number":"H6607","system":"hebrew","language":"hebrew","number_value":6607,"lemma":"פֶּתַח","transliteration":"pethach","pronunciation":"peh'-thakh","derivation":"from H6605 (פָּתַח);","strongs_definition":"an opening (literally), i.e. door (gate) or entrance way","kjv_definition":"door, entering (in), entrance (-ry), gate, opening, place."} +{"id":"H6608","strongs_number":"H6608","system":"hebrew","language":"hebrew","number_value":6608,"lemma":"פֵּתַח","transliteration":"pêthach","pronunciation":"pay'-thakh","derivation":"from H6605 (פָּתַח);","strongs_definition":"opening (figuratively) i.e. disclosure","kjv_definition":"entrance."} +{"id":"H6609","strongs_number":"H6609","system":"hebrew","language":"hebrew","number_value":6609,"lemma":"פְּתִחָה","transliteration":"pᵉthichâh","pronunciation":"peth-ee-khaw'","derivation":"from H6605 (פָּתַח);","strongs_definition":"something opened, i.e. a drawn sword","kjv_definition":"drawn sword."} +{"id":"H6610","strongs_number":"H6610","system":"hebrew","language":"hebrew","number_value":6610,"lemma":"פִּתְחוֹן","transliteration":"pithchôwn","pronunciation":"pith-khone'","derivation":"from H6605 (פָּתַח);","strongs_definition":"opening (the act)","kjv_definition":"open(-ing)."} +{"id":"H6611","strongs_number":"H6611","system":"hebrew","language":"hebrew","number_value":6611,"lemma":"פְּתַחְיָה","transliteration":"Pᵉthachyâh","pronunciation":"peth-akh-yaw'","derivation":"from H6605 (פָּתַח) and H3050 (יָהּ); Jah has opened;","strongs_definition":"Pethachjah, the name of four Israelites","kjv_definition":"Pethakiah."} +{"id":"H6612","strongs_number":"H6612","system":"hebrew","language":"hebrew","number_value":6612,"lemma":"פְּתִי","transliteration":"pᵉthîy","pronunciation":"peth-ee'","derivation":"or פֶּתִי; or פְּתָאִי; from H6601 (פָּתָה);","strongs_definition":"silly (i.e. seducible)","kjv_definition":"foolish, simple(-icity, one)."} +{"id":"H6613","strongs_number":"H6613","system":"hebrew","language":"hebrew","number_value":6613,"lemma":"פְּתַי","transliteration":"pᵉthay","pronunciation":"peth-ah'-ee","derivation":"(Aramaic) from a root corresponding to H6601 (פָּתָה);","strongs_definition":"open, i.e. (as noun) width","kjv_definition":"breadth."} +{"id":"H6614","strongs_number":"H6614","system":"hebrew","language":"hebrew","number_value":6614,"lemma":"פְּתִיגִיל","transliteration":"pᵉthîygîyl","pronunciation":"peth-eeg-eel'","derivation":"of uncertain derivation;","strongs_definition":"probably a figured mantle forholidays","kjv_definition":"stomacher."} +{"id":"H6615","strongs_number":"H6615","system":"hebrew","language":"hebrew","number_value":6615,"lemma":"פְּתַיּוּת","transliteration":"pᵉthayûwth","pronunciation":"peth-ah-yooth'","derivation":"from H6612 (פְּתִי);","strongs_definition":"silliness (i.e. seducibility)","kjv_definition":"simple."} +{"id":"H6616","strongs_number":"H6616","system":"hebrew","language":"hebrew","number_value":6616,"lemma":"פָּתִיל","transliteration":"pâthîyl","pronunciation":"paw-theel'","derivation":"from H6617 (פָּתַל);","strongs_definition":"twine","kjv_definition":"bound, bracelet, lace, line, ribband, thread, wire."} +{"id":"H6617","strongs_number":"H6617","system":"hebrew","language":"hebrew","number_value":6617,"lemma":"פָּתַל","transliteration":"pâthal","pronunciation":"paw-thal'","derivation":"a primitive root;","strongs_definition":"to twine, i.e. (literally) to struggle or (figuratively) be (morally) tortuous","kjv_definition":"(shew self) froward, shew self unsavoury, wrestle."} +{"id":"H6618","strongs_number":"H6618","system":"hebrew","language":"hebrew","number_value":6618,"lemma":"פְּתַלְתֹּל","transliteration":"pᵉthaltôl","pronunciation":"peth-al-tole'","derivation":"from H6617 (פָּתַל);","strongs_definition":"tortuous (i.e. crafty)","kjv_definition":"crooked."} +{"id":"H6619","strongs_number":"H6619","system":"hebrew","language":"hebrew","number_value":6619,"lemma":"פִּתֹם","transliteration":"Pithôm","pronunciation":"pee-thome'","derivation":"of Egyptian derivation;","strongs_definition":"Pithom, a place in Egypt","kjv_definition":"Pithom."} +{"id":"H6620","strongs_number":"H6620","system":"hebrew","language":"hebrew","number_value":6620,"lemma":"פֶּתֶן","transliteration":"pethen","pronunciation":"peh'-then","derivation":"from an unused root meaning to twist;","strongs_definition":"an asp (from its contortions)","kjv_definition":"adder."} +{"id":"H6621","strongs_number":"H6621","system":"hebrew","language":"hebrew","number_value":6621,"lemma":"פֶּתַע","transliteration":"pethaʻ","pronunciation":"peh'-thah","derivation":"from an unused root meaning to open (the eyes); (compare H6597 (פִּתְאוֹם))","strongs_definition":"a wink, i.e. moment(used only (with or without preposition) adverbially, quickly or unexpectedly","kjv_definition":"at an instant, suddenly, [idiom] very."} +{"id":"H6622","strongs_number":"H6622","system":"hebrew","language":"hebrew","number_value":6622,"lemma":"פָּתַר","transliteration":"pâthar","pronunciation":"paw-thar'","derivation":"a primitive root;","strongs_definition":"to open up, i.e. (figuratively) interpret (a dream)","kjv_definition":"interpret(-ation, -er)."} +{"id":"H6623","strongs_number":"H6623","system":"hebrew","language":"hebrew","number_value":6623,"lemma":"פִּתְרוֹן","transliteration":"pithrôwn","pronunciation":"pith-rone'","derivation":"or פִּתְרֹן; from H6622 (פָּתַר);","strongs_definition":"interpretation (of a dream)","kjv_definition":"interpretation."} +{"id":"H6624","strongs_number":"H6624","system":"hebrew","language":"hebrew","number_value":6624,"lemma":"פַּתְרוֹס","transliteration":"Pathrôwç","pronunciation":"path-roce'","derivation":"of Egyptian derivation;","strongs_definition":"Pathros, a part of Egypt","kjv_definition":"Pathros."} +{"id":"H6625","strongs_number":"H6625","system":"hebrew","language":"hebrew","number_value":6625,"lemma":"פַּתְרֻסִי","transliteration":"Pathruçîy","pronunciation":"path-roo-see'","derivation":"patrial from H6624 (פַּתְרוֹס);","strongs_definition":"a Pathrusite, or inhabitant of Pathros","kjv_definition":"Pathrusim."} +{"id":"H6626","strongs_number":"H6626","system":"hebrew","language":"hebrew","number_value":6626,"lemma":"פָּתַת","transliteration":"pâthath","pronunciation":"paw-thath'","derivation":"a primitive root;","strongs_definition":"to open, i.e. break","kjv_definition":"participle x"} +{"id":"H6627","strongs_number":"H6627","system":"hebrew","language":"hebrew","number_value":6627,"lemma":"צָאָה","transliteration":"tsâʼâh","pronunciation":"tsaw-aw'","derivation":"from H3318 (יָצָא);","strongs_definition":"issue, i.e. (human) excrement","kjv_definition":"that (which) cometh from (out)."} +{"id":"H6628","strongs_number":"H6628","system":"hebrew","language":"hebrew","number_value":6628,"lemma":"צֶאֶל","transliteration":"tseʼel","pronunciation":"tseh'-el","derivation":"from an unused root meaning to be slender;","strongs_definition":"the lotus tree","kjv_definition":"shady tree."} +{"id":"H6629","strongs_number":"H6629","system":"hebrew","language":"hebrew","number_value":6629,"lemma":"צֹאן","transliteration":"tsôʼn","pronunciation":"tsone","derivation":"or צאוֹן; (Psalm 144:13), from an unused root meaning to migrate;","strongs_definition":"a collective name for a flock (of sheep or goats); also figuratively (of men)","kjv_definition":"(small) cattle, flock ([phrase] -s), lamb ([phrase] -s), sheep(-cote, -fold, -shearer, -herds)."} +{"id":"H6630","strongs_number":"H6630","system":"hebrew","language":"hebrew","number_value":6630,"lemma":"צַאֲנָן","transliteration":"Tsaʼănân","pronunciation":"tsah-an-awn'","derivation":"from the same as H6629 (צֹאן) used denominatively; sheep pasture;","strongs_definition":"Zaanan, a place in Palestine","kjv_definition":"Zaanan."} +{"id":"H6631","strongs_number":"H6631","system":"hebrew","language":"hebrew","number_value":6631,"lemma":"צֶאֱצָא","transliteration":"tseʼĕtsâʼ","pronunciation":"tseh-ets-aw'","derivation":"from H3318 (יָצָא);","strongs_definition":"issue, i.e. produce, children","kjv_definition":"that which cometh forth (out), offspring."} +{"id":"H6632","strongs_number":"H6632","system":"hebrew","language":"hebrew","number_value":6632,"lemma":"צָב","transliteration":"tsâb","pronunciation":"tsawb","derivation":"from an unused root meaning to establish;","strongs_definition":"a palanquin or canopy (as a fixture); also a species of lizard (probably as clinging fast)","kjv_definition":"covered, litter, tortoise."} +{"id":"H6633","strongs_number":"H6633","system":"hebrew","language":"hebrew","number_value":6633,"lemma":"צָבָא","transliteration":"tsâbâʼ","pronunciation":"tsaw-baw'","derivation":"a primitive root;","strongs_definition":"to mass (an army or servants)","kjv_definition":"assemble, fight, perform, muster, wait upon, war."} +{"id":"H6634","strongs_number":"H6634","system":"hebrew","language":"hebrew","number_value":6634,"lemma":"צְבָא","transliteration":"tsᵉbâʼ","pronunciation":"tseb-aw'","derivation":"(Aramaic) corresponding to H6623 (פִּתְרוֹן) in the figurative sense of summoning one's wishes;","strongs_definition":"to please","kjv_definition":"will, would."} +{"id":"H6635","strongs_number":"H6635","system":"hebrew","language":"hebrew","number_value":6635,"lemma":"צָבָא","transliteration":"tsâbâʼ","pronunciation":"tsaw-baw'","derivation":"or (feminine) צְבָאָה; from H6633 (צָבָא);","strongs_definition":"a mass of persons (or figuratively, things), especially reg. organized forwar (an army); by implication, a campaign, literally or figuratively (specifically, hardship, worship)","kjv_definition":"appointed time, ([phrase]) army, ([phrase]) battle, company, host, service, soldiers, waiting upon, war(-fare)."} +{"id":"H6636","strongs_number":"H6636","system":"hebrew","language":"hebrew","number_value":6636,"lemma":"צְבֹאִים","transliteration":"Tsᵉbôʼîym","pronunciation":"tseb-o-eem'","derivation":"or (more correctly) צְבִיִּים; or צְבִיִּם; plural of H6643 (צְבִי); gazelles;","strongs_definition":"Tseboim or Tsebijim, a place in Palestine","kjv_definition":"Zeboiim, Zeboim."} +{"id":"H6637","strongs_number":"H6637","system":"hebrew","language":"hebrew","number_value":6637,"lemma":"צֹבֵבָה","transliteration":"Tsôbêbâh","pronunciation":"tso-bay-baw'","derivation":"feminine active participle of the same as H6632 (צָב); the canopier (with the article);","strongs_definition":"Tsobebah, an Israelitess","kjv_definition":"Zobebah."} +{"id":"H6638","strongs_number":"H6638","system":"hebrew","language":"hebrew","number_value":6638,"lemma":"צָבָה","transliteration":"tsâbâh","pronunciation":"tsaw-baw'","derivation":"a primitive root;","strongs_definition":"to amass, i.e. grow turgid; specifically, to array an army against","kjv_definition":"fight swell."} +{"id":"H6639","strongs_number":"H6639","system":"hebrew","language":"hebrew","number_value":6639,"lemma":"צָבֶה","transliteration":"tsâbeh","pronunciation":"tsaw-beh'","derivation":"from H6638 (צָבָה);","strongs_definition":"turgid","kjv_definition":"swell."} +{"id":"H6640","strongs_number":"H6640","system":"hebrew","language":"hebrew","number_value":6640,"lemma":"צְבוּ","transliteration":"tsᵉbûw","pronunciation":"tseb-oo'","derivation":"(Aramaic) from H6634 (צְבָא);","strongs_definition":"properly, will; concretely, an affair (as a matter of determination)","kjv_definition":"purpose."} +{"id":"H6641","strongs_number":"H6641","system":"hebrew","language":"hebrew","number_value":6641,"lemma":"צָבוּעַ","transliteration":"tsâbûwaʻ","pronunciation":"tsaw-boo'-ah","derivation":"passive participle of the same as H6648 (צֶבַע);","strongs_definition":"dyed (in stripes), i.e. the hyena","kjv_definition":"speckled."} +{"id":"H6642","strongs_number":"H6642","system":"hebrew","language":"hebrew","number_value":6642,"lemma":"צָבַט","transliteration":"tsâbaṭ","pronunciation":"tsaw-bat'","derivation":"a primitive root;","strongs_definition":"to grasp, i.e. hand out","kjv_definition":"reach."} +{"id":"H6643","strongs_number":"H6643","system":"hebrew","language":"hebrew","number_value":6643,"lemma":"צְבִי","transliteration":"tsᵉbîy","pronunciation":"tseb-ee'","derivation":"from H6638 (צָבָה) in the sense of prominence;","strongs_definition":"splendor (as conspicuous); also a gazelle (as beautiful)","kjv_definition":"beautiful(-ty), glorious (-ry), goodly, pleasant, roe(-buck)."} +{"id":"H6644","strongs_number":"H6644","system":"hebrew","language":"hebrew","number_value":6644,"lemma":"צִבְיָא","transliteration":"Tsibyâʼ","pronunciation":"tsib-yaw'","derivation":"for H6645 (צִבְיָּה);","strongs_definition":"Tsibja, an Israelite","kjv_definition":"Zibia."} +{"id":"H6645","strongs_number":"H6645","system":"hebrew","language":"hebrew","number_value":6645,"lemma":"צִבְיָּה","transliteration":"Tsibyâh","pronunciation":"tsib-yaw'","derivation":"for H6646 (צְבִיָּה);","strongs_definition":"Tsibjah, an Israelite","kjv_definition":"Zibiah."} +{"id":"H6646","strongs_number":"H6646","system":"hebrew","language":"hebrew","number_value":6646,"lemma":"צְבִיָּה","transliteration":"tsᵉbîyâh","pronunciation":"tseb-ee-yaw'","derivation":"feminine of H6643 (צְבִי);","strongs_definition":"a female gazelle","kjv_definition":"roe."} +{"id":"H6647","strongs_number":"H6647","system":"hebrew","language":"hebrew","number_value":6647,"lemma":"צְבַע","transliteration":"tsᵉbaʻ","pronunciation":"tseb-ah'","derivation":"(Aramaic) a root corresponding to that of H6648 (צֶבַע);","strongs_definition":"to dip","kjv_definition":"wet."} +{"id":"H6648","strongs_number":"H6648","system":"hebrew","language":"hebrew","number_value":6648,"lemma":"צֶבַע","transliteration":"tsebaʻ","pronunciation":"tseh'-bah","derivation":"from an unused root meaning to dip (into coloring fluid);","strongs_definition":"a dye","kjv_definition":"divers, colours."} +{"id":"H6649","strongs_number":"H6649","system":"hebrew","language":"hebrew","number_value":6649,"lemma":"צִבְעוֹן","transliteration":"Tsibʻôwn","pronunciation":"tsib-one'","derivation":"from the same as H6648 (צֶבַע); variegated;","strongs_definition":"Tsibon, an Idumaean","kjv_definition":"Zibeon."} +{"id":"H6650","strongs_number":"H6650","system":"hebrew","language":"hebrew","number_value":6650,"lemma":"צְבֹעִים","transliteration":"Tsᵉbôʻîym","pronunciation":"tseb-o-eem'","derivation":"plural of H6641 (צָבוּעַ); hyenas;","strongs_definition":"Tseboim, a place in Palestine","kjv_definition":"Zeboim."} +{"id":"H6651","strongs_number":"H6651","system":"hebrew","language":"hebrew","number_value":6651,"lemma":"צָבַר","transliteration":"tsâbar","pronunciation":"tsaw-bar'","derivation":"a primitive root;","strongs_definition":"to aggregate","kjv_definition":"gather (together), heap (up), lay up."} +{"id":"H6652","strongs_number":"H6652","system":"hebrew","language":"hebrew","number_value":6652,"lemma":"צִבֻּר","transliteration":"tsibbur","pronunciation":"tsib-boor'","derivation":"from H6551 (פַּרְעֹשׁ);","strongs_definition":"a pile","kjv_definition":"heap."} +{"id":"H6653","strongs_number":"H6653","system":"hebrew","language":"hebrew","number_value":6653,"lemma":"צֶבֶת","transliteration":"tsebeth","pronunciation":"tseh'-beth","derivation":"from an unused root apparently meaning to grip;","strongs_definition":"a lock of stalks","kjv_definition":"handful."} +{"id":"H6654","strongs_number":"H6654","system":"hebrew","language":"hebrew","number_value":6654,"lemma":"צַד","transliteration":"tsad","pronunciation":"tsad","derivation":"contr. from an unused root meaning to sidle off;","strongs_definition":"a side; figuratively, an adversary","kjv_definition":"(be-) side."} +{"id":"H6655","strongs_number":"H6655","system":"hebrew","language":"hebrew","number_value":6655,"lemma":"צַד","transliteration":"tsad","pronunciation":"tsad","derivation":"(Aramaic) corresponding to H6654 (צַד);","strongs_definition":"used adverbially (with preposition) at or upon the side of","kjv_definition":"against, concerning."} +{"id":"H6656","strongs_number":"H6656","system":"hebrew","language":"hebrew","number_value":6656,"lemma":"צְדָא","transliteration":"tsᵉdâʼ","pronunciation":"tsed-aw'","derivation":"(Aramaic) from an unused root corresponding to H6658 (צָדָה) in the sense of intentness;","strongs_definition":"a (sinister) design","kjv_definition":"true."} +{"id":"H6657","strongs_number":"H6657","system":"hebrew","language":"hebrew","number_value":6657,"lemma":"צְדָד","transliteration":"Tsᵉdâd","pronunciation":"tsed-awd'","derivation":"from the same as H6654 (צַד); a siding;","strongs_definition":"Tsedad, a place near Palestine","kjv_definition":"Zedad."} +{"id":"H6658","strongs_number":"H6658","system":"hebrew","language":"hebrew","number_value":6658,"lemma":"צָדָה","transliteration":"tsâdâh","pronunciation":"tsaw-daw'","derivation":"a primitive root;","strongs_definition":"to chase; by implication, to desolate","kjv_definition":"destroy, hunt, lie in wait."} +{"id":"H6659","strongs_number":"H6659","system":"hebrew","language":"hebrew","number_value":6659,"lemma":"צָדוֹק","transliteration":"Tsâdôwq","pronunciation":"tsaw-doke'","derivation":"from H6663 (צָדַק); just;","strongs_definition":"Tsadok, the name of eight or nine Israelites","kjv_definition":"Zadok."} +{"id":"H6660","strongs_number":"H6660","system":"hebrew","language":"hebrew","number_value":6660,"lemma":"צְדִיָּה","transliteration":"tsᵉdîyâh","pronunciation":"tsed-ee-yaw'","derivation":"from H6658 (צָדָה); (compare H6656 (צְדָא))","strongs_definition":"design","kjv_definition":"lying in wait."} +{"id":"H6661","strongs_number":"H6661","system":"hebrew","language":"hebrew","number_value":6661,"lemma":"צִדִּים","transliteration":"Tsiddîym","pronunciation":"tsid-deem'","derivation":"plural of H6654 (צַד); sides;","strongs_definition":"Tsiddim (with the article), a place in Palestine","kjv_definition":"Ziddim."} +{"id":"H6662","strongs_number":"H6662","system":"hebrew","language":"hebrew","number_value":6662,"lemma":"צַדִּיק","transliteration":"tsaddîyq","pronunciation":"tsad-deek'","derivation":"from H6663 (צָדַק);","strongs_definition":"just","kjv_definition":"just, lawful, righteous (man)."} +{"id":"H6663","strongs_number":"H6663","system":"hebrew","language":"hebrew","number_value":6663,"lemma":"צָדַק","transliteration":"tsâdaq","pronunciation":"tsaw-dak'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) right (in a moral or forensic sense)","kjv_definition":"cleanse, clear self, (be, do) just(-ice, -ify, -ify self), (be turn to) righteous(-ness)."} +{"id":"H6664","strongs_number":"H6664","system":"hebrew","language":"hebrew","number_value":6664,"lemma":"צֶדֶק","transliteration":"tsedeq","pronunciation":"tseh'-dek","derivation":"from H6663 (צָדַק);","strongs_definition":"the right (natural, moral or legal); also (abstractly) equity or (figuratively) prosperity","kjv_definition":"[idiom] even, ([idiom] that which is altogether) just(-ice), (un-)right(-eous) (cause, -ly, -ness)."} +{"id":"H6665","strongs_number":"H6665","system":"hebrew","language":"hebrew","number_value":6665,"lemma":"צִדְקָה","transliteration":"tsidqâh","pronunciation":"tsid-kaw'","derivation":"(Aramaic) corresponding to H6666 (צְדָקָה);","strongs_definition":"beneficence","kjv_definition":"righteousness."} +{"id":"H6666","strongs_number":"H6666","system":"hebrew","language":"hebrew","number_value":6666,"lemma":"צְדָקָה","transliteration":"tsᵉdâqâh","pronunciation":"tsed-aw-kaw'","derivation":"from H6663 (צָדַק);","strongs_definition":"rightness (abstractly), subjectively (rectitude), objectively (justice), morally (virtue) or figuratively (prosperity)","kjv_definition":"justice, moderately, right(-eous) (act, -ly, -ness)."} +{"id":"H6667","strongs_number":"H6667","system":"hebrew","language":"hebrew","number_value":6667,"lemma":"צִדְקִיָּה","transliteration":"Tsidqîyâh","pronunciation":"tsid-kee-yaw'","derivation":"or צִדְקִיָּהוּ; from H6664 (צֶדֶק) and H3050 (יָהּ); right of Jah;","strongs_definition":"Tsidkijah, the name of six Israelites","kjv_definition":"Zedekiah, Zidkijah."} +{"id":"H6668","strongs_number":"H6668","system":"hebrew","language":"hebrew","number_value":6668,"lemma":"צָהַב","transliteration":"tsâhab","pronunciation":"tsaw-hab'","derivation":"a primitive root;","strongs_definition":"to glitter, i.e. be golden in color","kjv_definition":"[idiom] fine."} +{"id":"H6669","strongs_number":"H6669","system":"hebrew","language":"hebrew","number_value":6669,"lemma":"צָהֹב","transliteration":"tsâhôb","pronunciation":"tsaw-obe'","derivation":"from H6668 (צָהַב);","strongs_definition":"golden in color","kjv_definition":"yellow."} +{"id":"H6670","strongs_number":"H6670","system":"hebrew","language":"hebrew","number_value":6670,"lemma":"צָהַל","transliteration":"tsâhal","pronunciation":"tsaw-hal'","derivation":"a primitive root;","strongs_definition":"to gleam, i.e. (figuratively) be cheerful; by transference to sound clear (of various animal or human expressions)","kjv_definition":"bellow, cry aloud (out), lift up, neigh, rejoice, make to shine, shout."} +{"id":"H6671","strongs_number":"H6671","system":"hebrew","language":"hebrew","number_value":6671,"lemma":"צָהַר","transliteration":"tsâhar","pronunciation":"tsaw-har'","derivation":"a primitive root; to glisten; used only as denominative from H3323 (יִצְהָר),","strongs_definition":"to press out oil","kjv_definition":"make oil."} +{"id":"H6672","strongs_number":"H6672","system":"hebrew","language":"hebrew","number_value":6672,"lemma":"צֹהַר","transliteration":"tsôhar","pronunciation":"tso'-har","derivation":"from H6671 (צָהַר);","strongs_definition":"a light (i.e. window); dual double light, i.e. noon","kjv_definition":"midday, noon(-day, -tide), window."} +{"id":"H6673","strongs_number":"H6673","system":"hebrew","language":"hebrew","number_value":6673,"lemma":"צַו","transliteration":"tsav","pronunciation":"tsav","derivation":"or צָו; from H6680 (צָוָה);","strongs_definition":"an injunction","kjv_definition":"commandment, precept."} +{"id":"H6674","strongs_number":"H6674","system":"hebrew","language":"hebrew","number_value":6674,"lemma":"צוֹא","transliteration":"tsôwʼ","pronunciation":"tso","derivation":"or צֹא; from an unused root meaning to issue;","strongs_definition":"soiled (as if excrementitious)","kjv_definition":"filthy."} +{"id":"H6675","strongs_number":"H6675","system":"hebrew","language":"hebrew","number_value":6675,"lemma":"צוֹאָה","transliteration":"tsôwʼâh","pronunciation":"tso-aw'","derivation":"or צֹאָה ; feminine of H6674 (צוֹא);","strongs_definition":"excrement; generally, dirt; figuratively, pollution","kjv_definition":"dung, filth(-iness). Marg. for H2716 (חֶרֶא)."} +{"id":"H6676","strongs_number":"H6676","system":"hebrew","language":"hebrew","number_value":6676,"lemma":"צַוַּאר","transliteration":"tsavvaʼr","pronunciation":"tsav-var'","derivation":"(Aramaic) corresponding to H6677 (צַוָּאר)","strongs_definition":"{the back of the neck (as that on which burdens are bound)}","kjv_definition":"neck."} +{"id":"H6677","strongs_number":"H6677","system":"hebrew","language":"hebrew","number_value":6677,"lemma":"צַוָּאר","transliteration":"tsavvâʼr","pronunciation":"tsav-vawr'","derivation":"or צַוָּר; (Nehemiah 3:5), or צַוָּרֹןlemma צַוָּרן missing vowel, corrected to צַוָּרֹן; (Song of Solomon 4:9), or (feminine) צַוָּארָה; (Micah 2:3), intensively from H6696 (צוּר) in the sense of binding;","strongs_definition":"the back of the neck (as that on which burdens are bound)","kjv_definition":"neck."} +{"id":"H6678","strongs_number":"H6678","system":"hebrew","language":"hebrew","number_value":6678,"lemma":"צוֹבָא","transliteration":"Tsôwbâʼ","pronunciation":"tso-baw'","derivation":"or צוֹבָה; or צֹבָה; from an unused root meaning to station; a station;","strongs_definition":"Zoba or Zobah, a region of Syria","kjv_definition":"Zoba, Zobah."} +{"id":"H6679","strongs_number":"H6679","system":"hebrew","language":"hebrew","number_value":6679,"lemma":"צוּד","transliteration":"tsûwd","pronunciation":"tsood","derivation":"a primitive root; also denominative from H6718 (צַיִד)","strongs_definition":"to lie alongside (i.e. in wait); by implication, to catch an animal (figuratively, men); to victual (for a journey)","kjv_definition":"chase, hunt, sore, take (provision)."} +{"id":"H6680","strongs_number":"H6680","system":"hebrew","language":"hebrew","number_value":6680,"lemma":"צָוָה","transliteration":"tsâvâh","pronunciation":"tsaw-vaw'","derivation":"a primitive root;","strongs_definition":"(intensively) to constitute, enjoin","kjv_definition":"appoint, (for-) bid, (give a) charge, (give a, give in, send with) command(-er, -ment), send a messenger, put, (set) in order."} +{"id":"H6681","strongs_number":"H6681","system":"hebrew","language":"hebrew","number_value":6681,"lemma":"צָוַח","transliteration":"tsâvach","pronunciation":"tsaw-vakh'","derivation":"a primitive root;","strongs_definition":"to screech (exultingly)","kjv_definition":"shout."} +{"id":"H6682","strongs_number":"H6682","system":"hebrew","language":"hebrew","number_value":6682,"lemma":"צְוָחָה","transliteration":"tsᵉvâchâh","pronunciation":"tsev-aw-khaw'","derivation":"from H6681 (צָוַח);","strongs_definition":"a screech (of anguish)","kjv_definition":"cry(-ing)."} +{"id":"H6683","strongs_number":"H6683","system":"hebrew","language":"hebrew","number_value":6683,"lemma":"צוּלָה","transliteration":"tsûwlâh","pronunciation":"tsoo-law'","derivation":"from an unused root meaning to sink;","strongs_definition":"an abyss (of the sea)","kjv_definition":"deep."} +{"id":"H6684","strongs_number":"H6684","system":"hebrew","language":"hebrew","number_value":6684,"lemma":"צוּם","transliteration":"tsûwm","pronunciation":"tsoom","derivation":"a primitive root;","strongs_definition":"to cover over (the mouth), i.e. to fast","kjv_definition":"[idiom] at all, fast."} +{"id":"H6685","strongs_number":"H6685","system":"hebrew","language":"hebrew","number_value":6685,"lemma":"צוֹם","transliteration":"tsôwm","pronunciation":"tsome","derivation":"or צֹם; from H6684 (צוּם);","strongs_definition":"a fast","kjv_definition":"fast(-ing)."} +{"id":"H6686","strongs_number":"H6686","system":"hebrew","language":"hebrew","number_value":6686,"lemma":"צוּעָר","transliteration":"Tsûwʻâr","pronunciation":"tsoo-awr'","derivation":"from H6819 (צָעַר); small;","strongs_definition":"Tsuar, an Israelite","kjv_definition":"Zuar."} +{"id":"H6687","strongs_number":"H6687","system":"hebrew","language":"hebrew","number_value":6687,"lemma":"צוּף","transliteration":"tsûwph","pronunciation":"tsoof","derivation":"a primitive root;","strongs_definition":"to overflow","kjv_definition":"(make to over-) flow, swim."} +{"id":"H6688","strongs_number":"H6688","system":"hebrew","language":"hebrew","number_value":6688,"lemma":"צוּף","transliteration":"tsûwph","pronunciation":"tsoof","derivation":"from H6687 (צוּף);","strongs_definition":"comb of honey (from dripping)","kjv_definition":"honeycomb."} +{"id":"H6689","strongs_number":"H6689","system":"hebrew","language":"hebrew","number_value":6689,"lemma":"צוּף","transliteration":"Tsûwph","pronunciation":"tsoof","derivation":"or צוֹפַי; or צִיף; from H6688 (צוּף); honey-comb;","strongs_definition":"Tsuph or Tsophai or Tsiph, the name of an Israelite and of a place in Palestine","kjv_definition":"Zophai, Zuph."} +{"id":"H6690","strongs_number":"H6690","system":"hebrew","language":"hebrew","number_value":6690,"lemma":"צוֹפַח","transliteration":"Tsôwphach","pronunciation":"tso-fakh'","derivation":"from an unused root meaning to expand, breadth;","strongs_definition":"Tsophach, an Israelite","kjv_definition":"Zophah."} +{"id":"H6691","strongs_number":"H6691","system":"hebrew","language":"hebrew","number_value":6691,"lemma":"צוֹפַר","transliteration":"Tsôwphar","pronunciation":"tso-far'","derivation":"from H6852 (צָפַר); departing;","strongs_definition":"Tsophar, a friend of Job","kjv_definition":"Zophar."} +{"id":"H6692","strongs_number":"H6692","system":"hebrew","language":"hebrew","number_value":6692,"lemma":"צוּץ","transliteration":"tsûwts","pronunciation":"tsoots","derivation":"a primitive root;","strongs_definition":"to twinkle, i.e. glance; by analogy, to blossom (figuratively, flourish)","kjv_definition":"bloom, blossom, flourish, shew self."} +{"id":"H6693","strongs_number":"H6693","system":"hebrew","language":"hebrew","number_value":6693,"lemma":"צוּק","transliteration":"tsûwq","pronunciation":"tsook","derivation":"a primitive root;","strongs_definition":"to compress, i.e. (figuratively) oppress, distress","kjv_definition":"constrain, distress, lie sore, (op-) press(-or), straiten."} +{"id":"H6694","strongs_number":"H6694","system":"hebrew","language":"hebrew","number_value":6694,"lemma":"צוּק","transliteration":"tsûwq","pronunciation":"tsook","derivation":"a primitive root (identical with through the idea of narrowness (of orifice));","strongs_definition":"to pour out, i.e. (figuratively) smelt, utter","kjv_definition":"be molten, pour."} +{"id":"H6695","strongs_number":"H6695","system":"hebrew","language":"hebrew","number_value":6695,"lemma":"צוֹק","transliteration":"tsôwq","pronunciation":"tsoke","derivation":"or (feminine) צוּקָה; from H6693 (צוּק);","strongs_definition":"a strait, i.e. (figuratively) distress","kjv_definition":"anguish, [idiom] troublous."} +{"id":"H6696","strongs_number":"H6696","system":"hebrew","language":"hebrew","number_value":6696,"lemma":"צוּר","transliteration":"tsûwr","pronunciation":"tsoor","derivation":"a primitive root;","strongs_definition":"to cramp, i.e. confine (in many applications, literally and figuratively, formative or hostile)","kjv_definition":"adversary, assault, beset, besiege, bind (up), cast, distress, fashion, fortify, inclose, lay siege, put up in bags."} +{"id":"H6697","strongs_number":"H6697","system":"hebrew","language":"hebrew","number_value":6697,"lemma":"צוּר","transliteration":"tsûwr","pronunciation":"tsoor","derivation":"or צֻר; from H6696 (צוּר);","strongs_definition":"properly, a cliff (or sharp rock, as compressed); generally, a rock or boulder; figuratively, a refuge; also an edge (as precipitous)","kjv_definition":"edge, [idiom] (mighty) God (one), rock, [idiom] sharp, stone, [idiom] strength, [idiom] strong. See also H1049 (בֵּית צוּר)."} +{"id":"H6698","strongs_number":"H6698","system":"hebrew","language":"hebrew","number_value":6698,"lemma":"צוּר","transliteration":"Tsûwr","pronunciation":"tsoor","derivation":"the same as H6697 (צוּר); rock;","strongs_definition":"Tsur, the name of a Midianite and of an Israelite","kjv_definition":"Zur."} +{"id":"H6699","strongs_number":"H6699","system":"hebrew","language":"hebrew","number_value":6699,"lemma":"צוּרָה","transliteration":"tsûwrâh","pronunciation":"tsoo-raw'","derivation":"feminine of H6697 (צוּר);","strongs_definition":"a rock (Job 28:10); also a form (as if pressed out)","kjv_definition":"form, rock."} +{"id":"H6700","strongs_number":"H6700","system":"hebrew","language":"hebrew","number_value":6700,"lemma":"צוּרִיאֵל","transliteration":"Tsûwrîyʼêl","pronunciation":"tsoo-ree-ale'","derivation":"from H6697 (צוּר) and H410 (אֵל); rock of God;","strongs_definition":"Tsuriel, an Israelite","kjv_definition":"Zuriel."} +{"id":"H6701","strongs_number":"H6701","system":"hebrew","language":"hebrew","number_value":6701,"lemma":"צוּרִישַׁדַּי","transliteration":"Tsûwrîyshadday","pronunciation":"tsoo-ree-shad-dah'-ee","derivation":"from H6697 (צוּר) and H7706 (שַׁדַּי); rock of (the) Almighty;","strongs_definition":"Tsurishaddai, an Israelite","kjv_definition":"Zurishaddai."} +{"id":"H6702","strongs_number":"H6702","system":"hebrew","language":"hebrew","number_value":6702,"lemma":"צוּת","transliteration":"tsûwth","pronunciation":"tsooth","derivation":"a primitive root;","strongs_definition":"to blaze","kjv_definition":"burn."} +{"id":"H6703","strongs_number":"H6703","system":"hebrew","language":"hebrew","number_value":6703,"lemma":"צַח","transliteration":"tsach","pronunciation":"tsakh","derivation":"from H6705 (צָחַח);","strongs_definition":"dazzling, i.e. sunny, bright, (figuratively) evident","kjv_definition":"clear, dry, plainly, white."} +{"id":"H6704","strongs_number":"H6704","system":"hebrew","language":"hebrew","number_value":6704,"lemma":"צִחֶה","transliteration":"tsicheh","pronunciation":"tsee-kheh'","derivation":"from an unused root meaning to glow;","strongs_definition":"parched","kjv_definition":"dried up."} +{"id":"H6705","strongs_number":"H6705","system":"hebrew","language":"hebrew","number_value":6705,"lemma":"צָחַח","transliteration":"tsâchach","pronunciation":"tsaw-khakh'","derivation":"a primitive root;","strongs_definition":"to glare, i.e. be dazzling white","kjv_definition":"be whiter."} +{"id":"H6706","strongs_number":"H6706","system":"hebrew","language":"hebrew","number_value":6706,"lemma":"צְחִיחַ","transliteration":"tsᵉchîyach","pronunciation":"tsekh-ee'-akh","derivation":"from H6705 (צָחַח);","strongs_definition":"glaring, i.e. exposed to the bright sun","kjv_definition":"higher place, top."} +{"id":"H6707","strongs_number":"H6707","system":"hebrew","language":"hebrew","number_value":6707,"lemma":"צְחִיחָה","transliteration":"tsᵉchîychâh","pronunciation":"tsekh-ee-khaw'","derivation":"feminine of H6706 (צְחִיחַ);","strongs_definition":"a parched region, i.e. the desert","kjv_definition":"dry land."} +{"id":"H6708","strongs_number":"H6708","system":"hebrew","language":"hebrew","number_value":6708,"lemma":"צְחִיחִי","transliteration":"tsᵉchîychîy","pronunciation":"tsekh-ee-khee'","derivation":"from H6706 (צְחִיחַ);","strongs_definition":"bare spot, i.e. in the glaring sun","kjv_definition":"higher place."} +{"id":"H6709","strongs_number":"H6709","system":"hebrew","language":"hebrew","number_value":6709,"lemma":"צַחֲנָה","transliteration":"tsachănâh","pronunciation":"tsakh-an-aw'","derivation":"from an unused root meaning to putrefy;","strongs_definition":"stench","kjv_definition":"ill savour."} +{"id":"H6710","strongs_number":"H6710","system":"hebrew","language":"hebrew","number_value":6710,"lemma":"צַחְצָחָה","transliteration":"tsachtsâchâh","pronunciation":"tsakh-tsaw-khaw'","derivation":"from H6705 (צָחַח);","strongs_definition":"a dry place, i.e. desert","kjv_definition":"drought."} +{"id":"H6711","strongs_number":"H6711","system":"hebrew","language":"hebrew","number_value":6711,"lemma":"צָחַק","transliteration":"tsâchaq","pronunciation":"tsaw-khak'","derivation":"a primitive root;","strongs_definition":"to laugh outright (in merriment or scorn); by implication, to sport","kjv_definition":"laugh, mock, play, make sport."} +{"id":"H6712","strongs_number":"H6712","system":"hebrew","language":"hebrew","number_value":6712,"lemma":"צְחֹק","transliteration":"tsᵉchôq","pronunciation":"tsekh-oke'","derivation":"from H6711 (צָחַק);","strongs_definition":"laughter (in pleasure or derision)","kjv_definition":"laugh(-ed to scorn)."} +{"id":"H6713","strongs_number":"H6713","system":"hebrew","language":"hebrew","number_value":6713,"lemma":"צַחַר","transliteration":"tsachar","pronunciation":"tsakh'-ar","derivation":"from an unused root meaning to dazzle;","strongs_definition":"sheen, i.e. whiteness","kjv_definition":"white."} +{"id":"H6714","strongs_number":"H6714","system":"hebrew","language":"hebrew","number_value":6714,"lemma":"צֹחַר","transliteration":"Tsôchar","pronunciation":"tso'-khar","derivation":"from the same as H6713 (צַחַר); whiteness;","strongs_definition":"Tsochar, the name of a Hittite and of an Israelite","kjv_definition":"Zohar. Compare H3328 (יִצְחַר)."} +{"id":"H6715","strongs_number":"H6715","system":"hebrew","language":"hebrew","number_value":6715,"lemma":"צָחֹר","transliteration":"tsâchôr","pronunciation":"tsaw-khore'","derivation":"from the same as H6713 (צַחַר);","strongs_definition":"white","kjv_definition":"white."} +{"id":"H6716","strongs_number":"H6716","system":"hebrew","language":"hebrew","number_value":6716,"lemma":"צִי","transliteration":"tsîy","pronunciation":"tsee","derivation":"from H6680 (צָוָה);","strongs_definition":"a ship (as a fixture)","kjv_definition":"ship."} +{"id":"H6717","strongs_number":"H6717","system":"hebrew","language":"hebrew","number_value":6717,"lemma":"צִיבָא","transliteration":"Tsîybâʼ","pronunciation":"tsee-baw'","derivation":"from the same as H6678 (צוֹבָא); station;","strongs_definition":"Tsiba, an Israelite","kjv_definition":"Ziba."} +{"id":"H6718","strongs_number":"H6718","system":"hebrew","language":"hebrew","number_value":6718,"lemma":"צַיִד","transliteration":"tsayid","pronunciation":"tsah'-yid","derivation":"from a form of H6679 (צוּד) and meaning the same;","strongs_definition":"the chase; also game (thus taken); (generally) lunch (especially for a journey)","kjv_definition":"[idiom] catcheth, food, [idiom] hunter, (that which he took in) hunting, venison, victuals."} +{"id":"H6719","strongs_number":"H6719","system":"hebrew","language":"hebrew","number_value":6719,"lemma":"צַיָּד","transliteration":"tsayâd","pronunciation":"tsah'-yawd","derivation":"from the same as H6718 (צַיִד);","strongs_definition":"a huntsman","kjv_definition":"hunter."} +{"id":"H6720","strongs_number":"H6720","system":"hebrew","language":"hebrew","number_value":6720,"lemma":"צֵידָה","transliteration":"tsêydâh","pronunciation":"tsay-daw'","derivation":"or צֵדָה; feminine of H6718 (צַיִד);","strongs_definition":"food","kjv_definition":"meat, provision, venison, victuals."} +{"id":"H6721","strongs_number":"H6721","system":"hebrew","language":"hebrew","number_value":6721,"lemma":"צִידוֹן","transliteration":"Tsîydôwn","pronunciation":"tsee-done'","derivation":"or צִידֹן; from H6679 (צוּד) in the sense of catching fish; fishery;","strongs_definition":"Tsidon, the name of a son of Canaan, and of a place in Palestine","kjv_definition":"Sidon, Zidon."} +{"id":"H6722","strongs_number":"H6722","system":"hebrew","language":"hebrew","number_value":6722,"lemma":"צִידֹנִי","transliteration":"Tsîydônîy","pronunciation":"tsee-do-nee'","derivation":"patrial from H6721 (צִידוֹן);","strongs_definition":"a Tsidonian or inhabitant of Tsidon","kjv_definition":"Sidonian, of Sidon, Zidonian."} +{"id":"H6723","strongs_number":"H6723","system":"hebrew","language":"hebrew","number_value":6723,"lemma":"צִיָּה","transliteration":"tsîyâh","pronunciation":"tsee-yaw'","derivation":"from an unused root meaning to parch;","strongs_definition":"aridity; concretely, a desert","kjv_definition":"barren, drought, dry (land, place), solitary place, wilderness."} +{"id":"H6724","strongs_number":"H6724","system":"hebrew","language":"hebrew","number_value":6724,"lemma":"צִיוֹן","transliteration":"tsîyôwn","pronunciation":"tsee-yone'","derivation":"from the same as H6723 (צִיָּה);","strongs_definition":"a desert","kjv_definition":"dry place."} +{"id":"H6725","strongs_number":"H6725","system":"hebrew","language":"hebrew","number_value":6725,"lemma":"צִיּוּן","transliteration":"tsîyûwn","pronunciation":"tsee-yoon'","derivation":"from the same as H6723 (צִיָּה) in the sense of conspicuousness (compare H5329 (נָצַח));","strongs_definition":"a monumental or guiding pillar","kjv_definition":"sign, title, waymark."} +{"id":"H6726","strongs_number":"H6726","system":"hebrew","language":"hebrew","number_value":6726,"lemma":"צִיּוֹן","transliteration":"Tsîyôwn","pronunciation":"tsee-yone'","derivation":"the same (regularly) as H6725 (צִיּוּן)lemma צִיוּן missing dagesh, corrected to צִיּוּן;","strongs_definition":"Tsijon (as a permanent capital), a mountain of Jerusalem","kjv_definition":"Zion."} +{"id":"H6727","strongs_number":"H6727","system":"hebrew","language":"hebrew","number_value":6727,"lemma":"צִיחָא","transliteration":"Tsîychâʼ","pronunciation":"tsee-khaw'","derivation":"or צִחָא; as if feminine of H6704 (צִחֶה); drought;","strongs_definition":"Tsicha, the name of two Nethinim","kjv_definition":"Ziha."} +{"id":"H6728","strongs_number":"H6728","system":"hebrew","language":"hebrew","number_value":6728,"lemma":"צִיִּי","transliteration":"tsîyîy","pronunciation":"tsee-ee'","derivation":"from the same as H6723 (צִיָּה);","strongs_definition":"a desert-dweller, i.e. nomad or wild beast","kjv_definition":"wild beast of the desert, that dwell in (inhabiting) the wilderness."} +{"id":"H6729","strongs_number":"H6729","system":"hebrew","language":"hebrew","number_value":6729,"lemma":"צִינֹק","transliteration":"tsîynôq","pronunciation":"tsee-noke'","derivation":"from an unused root meaning to confine;","strongs_definition":"the pillory","kjv_definition":"stocks."} +{"id":"H6730","strongs_number":"H6730","system":"hebrew","language":"hebrew","number_value":6730,"lemma":"צִיעֹר","transliteration":"Tsîyʻôr","pronunciation":"tsee-ore'","derivation":"from H6819 (צָעַר); small;","strongs_definition":"Tsior, a place in Palestine","kjv_definition":"Zior."} +{"id":"H6731","strongs_number":"H6731","system":"hebrew","language":"hebrew","number_value":6731,"lemma":"צִיץ","transliteration":"tsîyts","pronunciation":"tseets","derivation":"or צִץ; from H6692 (צוּץ);","strongs_definition":"properly, glistening, i.e. a burnished plate; also a flower (as bright-colored); a wing (as gleaming in the air)","kjv_definition":"blossom, flower, plate, wing."} +{"id":"H6732","strongs_number":"H6732","system":"hebrew","language":"hebrew","number_value":6732,"lemma":"צִיץ","transliteration":"Tsîyts","pronunciation":"tseets","derivation":"the same as H6731 (צִיץ); bloom;","strongs_definition":"Tsits, a place in Palestine","kjv_definition":"Ziz."} +{"id":"H6733","strongs_number":"H6733","system":"hebrew","language":"hebrew","number_value":6733,"lemma":"צִיצָה","transliteration":"tsîytsâh","pronunciation":"tsee-tsaw'","derivation":"feminine of H6731 (צִיץ);","strongs_definition":"a flower","kjv_definition":"flower."} +{"id":"H6734","strongs_number":"H6734","system":"hebrew","language":"hebrew","number_value":6734,"lemma":"צִיצִת","transliteration":"tsîytsith","pronunciation":"tsee-tseeth'","derivation":"feminine of H6731 (צִיץ);","strongs_definition":"a floral or wing-like projection, i.e. a forelock of hair, a tassel","kjv_definition":"fringe, lock."} +{"id":"H6735","strongs_number":"H6735","system":"hebrew","language":"hebrew","number_value":6735,"lemma":"צִיר","transliteration":"tsîyr","pronunciation":"tseer","derivation":"from H6696 (צוּר);","strongs_definition":"a hinge (as pressed in turning); also a throe (as a phys. or mental pressure); also a herald or erranddoer (as constrained by the principal)","kjv_definition":"ambassador, hinge, messenger, pain, pang, sorrow. Compare H6736 (צִיר)."} +{"id":"H6736","strongs_number":"H6736","system":"hebrew","language":"hebrew","number_value":6736,"lemma":"צִיר","transliteration":"tsîyr","pronunciation":"tseer","derivation":"the same as H6735 (צִיר);","strongs_definition":"a form (of beauty; as if pressed out, i.e. carved); hence, an (idolatrous) image","kjv_definition":"beauty, idol."} +{"id":"H6737","strongs_number":"H6737","system":"hebrew","language":"hebrew","number_value":6737,"lemma":"צָיַר","transliteration":"tsâyar","pronunciation":"tsaw-yar'","derivation":"a denominative from H6735 (צִיר) in the sense of ambassador;","strongs_definition":"to make an errand, i.e. betake oneself","kjv_definition":"make as if...had been ambassador."} +{"id":"H6738","strongs_number":"H6738","system":"hebrew","language":"hebrew","number_value":6738,"lemma":"צֵל","transliteration":"tsêl","pronunciation":"tsale","derivation":"from H6751 (צָלַל);","strongs_definition":"shade, whether literal or figurative","kjv_definition":"defence, shade(-ow)."} +{"id":"H6739","strongs_number":"H6739","system":"hebrew","language":"hebrew","number_value":6739,"lemma":"צְלָא","transliteration":"tsᵉlâʼ","pronunciation":"tsel-aw'","derivation":"(Aramaic) probably corresponding to H6760 (צָלַע) in the sense of bowing;","strongs_definition":"pray","kjv_definition":"pray."} +{"id":"H6740","strongs_number":"H6740","system":"hebrew","language":"hebrew","number_value":6740,"lemma":"צָלָה","transliteration":"tsâlâh","pronunciation":"tsaw-law'","derivation":"a primitive root;","strongs_definition":"to roast","kjv_definition":"roast."} +{"id":"H6741","strongs_number":"H6741","system":"hebrew","language":"hebrew","number_value":6741,"lemma":"צִלָּה","transliteration":"Tsillâh","pronunciation":"tsil-law'","derivation":"feminine of H6738 (צֵל);","strongs_definition":"Tsillah, an antediluvian woman","kjv_definition":"Zillah."} +{"id":"H6742","strongs_number":"H6742","system":"hebrew","language":"hebrew","number_value":6742,"lemma":"צְלוּל","transliteration":"tsᵉlûwl","pronunciation":"tsel-ool'","derivation":"from H6749 (צָלַל) in the sense of rolling;","strongs_definition":"a (round or flattened) cake","kjv_definition":"cake."} +{"id":"H6743","strongs_number":"H6743","system":"hebrew","language":"hebrew","number_value":6743,"lemma":"צָלַח","transliteration":"tsâlach","pronunciation":"tsaw-lakh'","derivation":"or צָלֵחַ; a primitive root;","strongs_definition":"to push forward, in various senses (literal or figurative, transitive or intransitive)","kjv_definition":"break out, come (mightily), go over, be good, be meet, be profitable, (cause to, effect, make to, send) prosper(-ity, -ous, -ously)."} +{"id":"H6744","strongs_number":"H6744","system":"hebrew","language":"hebrew","number_value":6744,"lemma":"צְלַח","transliteration":"tsᵉlach","pronunciation":"tsel-akh'","derivation":"(Aramaic) corresponding to H6743 (צָלַח);","strongs_definition":"to advance (transitive or intransitive)","kjv_definition":"promote, prosper."} +{"id":"H6745","strongs_number":"H6745","system":"hebrew","language":"hebrew","number_value":6745,"lemma":"צֵלָחָה","transliteration":"tsêlâchâh","pronunciation":"tsay-law-khaw'","derivation":"from H6743 (צָלַח);","strongs_definition":"something protracted or flattened out, i.e. a platter","kjv_definition":"pan."} +{"id":"H6746","strongs_number":"H6746","system":"hebrew","language":"hebrew","number_value":6746,"lemma":"צְלֹחִית","transliteration":"tsᵉlôchîyth","pronunciation":"tsel-o-kheeth'","derivation":"from H6743 (צָלַח);","strongs_definition":"something prolonged or tall, i.e. a vial or salt-cellar","kjv_definition":"cruse."} +{"id":"H6747","strongs_number":"H6747","system":"hebrew","language":"hebrew","number_value":6747,"lemma":"צַלַּחַת","transliteration":"tsallachath","pronunciation":"tsal-lakh'-ath","derivation":"from H6743 (צָלַח);","strongs_definition":"something advanced or deep, i.e. a bowl; figuratively, the bosom","kjv_definition":"bosom, dish."} +{"id":"H6748","strongs_number":"H6748","system":"hebrew","language":"hebrew","number_value":6748,"lemma":"צָלִי","transliteration":"tsâlîy","pronunciation":"tsaw-lee'","derivation":"passive participle of H6740 (צָלָה);","strongs_definition":"roasted","kjv_definition":"roast."} +{"id":"H6749","strongs_number":"H6749","system":"hebrew","language":"hebrew","number_value":6749,"lemma":"צָלַל","transliteration":"tsâlal","pronunciation":"tsaw-lal'","derivation":"a primitive root;","strongs_definition":"properly, to tumble down, i.e. settle by awaving motion","kjv_definition":"sink. Compare H6750 (צָלַל), H6751 (צָלַל)."} +{"id":"H6750","strongs_number":"H6750","system":"hebrew","language":"hebrew","number_value":6750,"lemma":"צָלַל","transliteration":"tsâlal","pronunciation":"tsaw-lal'","derivation":"a primitive root (identical with through the idea of vibration);","strongs_definition":"to tinkle, i.e. rattle together (as the ears in reddening with shame, or the teeth in chattering with fear)","kjv_definition":"quiver, tingle."} +{"id":"H6751","strongs_number":"H6751","system":"hebrew","language":"hebrew","number_value":6751,"lemma":"צָלַל","transliteration":"tsâlal","pronunciation":"tsaw-lal'","derivation":"a primitive root (identical with through the idea of hovering over (compare H6754 (צֶלֶם)));","strongs_definition":"to shade, as twilight or an opaque object","kjv_definition":"begin to be dark, shadowing."} +{"id":"H6752","strongs_number":"H6752","system":"hebrew","language":"hebrew","number_value":6752,"lemma":"צֵלֶל","transliteration":"tsêlel","pronunciation":"tsay'-lel","derivation":"from H6751 (צָלַל);","strongs_definition":"shade","kjv_definition":"shadow."} +{"id":"H6753","strongs_number":"H6753","system":"hebrew","language":"hebrew","number_value":6753,"lemma":"צְלֶלְפּוֹנִי","transliteration":"Tsᵉlelpôwnîy","pronunciation":"tsel-el-po-nee'","derivation":"from H6752 (צֵלֶל) and the active participle of H6437 (פָּנָה); shade-facing;","strongs_definition":"Tselelponi, an Israelitess","kjv_definition":"Hazelelponi (including the article)."} +{"id":"H6754","strongs_number":"H6754","system":"hebrew","language":"hebrew","number_value":6754,"lemma":"צֶלֶם","transliteration":"tselem","pronunciation":"tseh'-lem","derivation":"from an unused root meaning to shade;","strongs_definition":"a phantom, i.e. (figuratively) illusion, resemblance; hence, a representative figure, especially an idol","kjv_definition":"image, vain shew."} +{"id":"H6755","strongs_number":"H6755","system":"hebrew","language":"hebrew","number_value":6755,"lemma":"צֶלֶם","transliteration":"tselem","pronunciation":"tseh'-lem","derivation":"(Aramaic) or צְלֶם; (Aramaic), corresponding to H6754 (צֶלֶם);","strongs_definition":"an idolatrous figure","kjv_definition":"form, image."} +{"id":"H6756","strongs_number":"H6756","system":"hebrew","language":"hebrew","number_value":6756,"lemma":"צַלְמוֹן","transliteration":"Tsalmôwn","pronunciation":"tsal-mone'","derivation":"from H6754 (צֶלֶם); shady;","strongs_definition":"Tsalmon, the name of a place in Palestine and of an Israelite","kjv_definition":"Zalmon."} +{"id":"H6757","strongs_number":"H6757","system":"hebrew","language":"hebrew","number_value":6757,"lemma":"צַלְמָוֶת","transliteration":"tsalmâveth","pronunciation":"tsal-maw'-veth","derivation":"from H6738 (צֵל) and H4194 (מָוֶת);","strongs_definition":"shade of death, i.e. the grave (figuratively, calamity)","kjv_definition":"shadow of death."} +{"id":"H6758","strongs_number":"H6758","system":"hebrew","language":"hebrew","number_value":6758,"lemma":"צַלְמֹנָה","transliteration":"Tsalmônâh","pronunciation":"tsal-mo-naw'","derivation":"feminine of H6757 (צַלְמָוֶת); shadiness;","strongs_definition":"Tsalmonah, a place in the Desert","kjv_definition":"Zalmonah."} +{"id":"H6759","strongs_number":"H6759","system":"hebrew","language":"hebrew","number_value":6759,"lemma":"צַלְמֻנָּע","transliteration":"Tsalmunnâʻ","pronunciation":"tsal-moon-naw'","derivation":"from H6738 (צֵל) and H4513 (מָנַע); shade has been denied;","strongs_definition":"Tsalmunna, a Midianite","kjv_definition":"Zalmunna."} +{"id":"H6760","strongs_number":"H6760","system":"hebrew","language":"hebrew","number_value":6760,"lemma":"צָלַע","transliteration":"tsâlaʻ","pronunciation":"tsaw-lah'","derivation":"a primitive root; probably to curve; used only as denominative from H6763 (צֵלָע),","strongs_definition":"to limp (as if one-sided)","kjv_definition":"halt."} +{"id":"H6761","strongs_number":"H6761","system":"hebrew","language":"hebrew","number_value":6761,"lemma":"צֶלַע","transliteration":"tselaʻ","pronunciation":"tseh'-lah","derivation":"from H6760 (צָלַע);","strongs_definition":"a limping or full (figuratively)","kjv_definition":"adversity, halt(-ing)."} +{"id":"H6762","strongs_number":"H6762","system":"hebrew","language":"hebrew","number_value":6762,"lemma":"צֶלַע","transliteration":"Tselaʻ","pronunciation":"tseh'-lah","derivation":"the same as H6761 (צֶלַע);","strongs_definition":"Tsela, a place in Palestine","kjv_definition":"Zelah."} +{"id":"H6763","strongs_number":"H6763","system":"hebrew","language":"hebrew","number_value":6763,"lemma":"צֵלָע","transliteration":"tsêlâʻ","pronunciation":"tsay-law'","derivation":"or (feminine) צַלְעָה; from H6760 (צָלַע);","strongs_definition":"a rib (as curved), literally (of the body) or figuratively (of a door, i.e. leaf); hence, a side, literally (of a person) or figuratively (of an object or the sky, i.e. quarter); architecturally, a (especially floor or ceiling) timber or plank (single or collective, i.e. a flooring)","kjv_definition":"beam, board, chamber, corner, leaf, plank, rib, side (chamber)."} +{"id":"H6764","strongs_number":"H6764","system":"hebrew","language":"hebrew","number_value":6764,"lemma":"צָלָף","transliteration":"Tsâlâph","pronunciation":"tsaw-lawf'","derivation":"from an unused root of unknown meaning;","strongs_definition":"Tsalaph, an Israelite","kjv_definition":"Zalaph."} +{"id":"H6765","strongs_number":"H6765","system":"hebrew","language":"hebrew","number_value":6765,"lemma":"צְלׇפְחָד","transliteration":"Tsᵉlophchâd","pronunciation":"tsel-of-chawd'","derivation":"from the same as H6764 (צָלָף) and H259 (אֶחָד);","strongs_definition":"Tselophchad, an Israelite","kjv_definition":"Zelophehad."} +{"id":"H6766","strongs_number":"H6766","system":"hebrew","language":"hebrew","number_value":6766,"lemma":"צֶלְצַח","transliteration":"Tseltsach","pronunciation":"tsel-tsakh'","derivation":"from H6738 (צֵל) and H6703 (צַח); clear shade;","strongs_definition":"Tseltsach, a place in Palestine","kjv_definition":"Zelzah."} +{"id":"H6767","strongs_number":"H6767","system":"hebrew","language":"hebrew","number_value":6767,"lemma":"צְלָצַל","transliteration":"tsᵉlâtsal","pronunciation":"tsel-aw-tsal'","derivation":"from H6750 (צָלַל) reduplicated;","strongs_definition":"a clatter, i.e. (abstractly) whirring (of wings); (concretely) a cricket; also a harpoon (as rattling), a cymbal (as clanging)","kjv_definition":"cymbal, locust, shadowing, spear."} +{"id":"H6768","strongs_number":"H6768","system":"hebrew","language":"hebrew","number_value":6768,"lemma":"צֶלֶק","transliteration":"Tseleq","pronunciation":"tseh'-lek","derivation":"from an unused root meaning to split; fissure;","strongs_definition":"Tselek, an Israelite","kjv_definition":"Zelek."} +{"id":"H6769","strongs_number":"H6769","system":"hebrew","language":"hebrew","number_value":6769,"lemma":"צִלְּתַי","transliteration":"Tsillᵉthay","pronunciation":"tsil-leth-ah'-ee","derivation":"from the feminine of H6738 (צֵל); shady;","strongs_definition":"Tsillethai, the name of two Israelites","kjv_definition":"Zilthai."} +{"id":"H6770","strongs_number":"H6770","system":"hebrew","language":"hebrew","number_value":6770,"lemma":"צָמֵא","transliteration":"tsâmêʼ","pronunciation":"tsaw-may'","derivation":"a primitive root;","strongs_definition":"to thirst (literally or figuratively)","kjv_definition":"(be a-, suffer) thirst(-y)."} +{"id":"H6771","strongs_number":"H6771","system":"hebrew","language":"hebrew","number_value":6771,"lemma":"צָמֵא","transliteration":"tsâmêʼ","pronunciation":"tsaw-may'","derivation":"from H6770 (צָמֵא);","strongs_definition":"thirsty (literally or figuratively)","kjv_definition":"(that) thirst(-eth, -y)."} +{"id":"H6772","strongs_number":"H6772","system":"hebrew","language":"hebrew","number_value":6772,"lemma":"צָמָא","transliteration":"tsâmâʼ","pronunciation":"tsaw-maw'","derivation":"from H6770 (צָמֵא);","strongs_definition":"thirst (literally or figuratively)","kjv_definition":"thirst(-y)."} +{"id":"H6773","strongs_number":"H6773","system":"hebrew","language":"hebrew","number_value":6773,"lemma":"צִמְאָה","transliteration":"tsimʼâh","pronunciation":"tsim-aw'","derivation":"feminine of H6772 (צָמָא);","strongs_definition":"thirst (figuratively, of libidinousnes)","kjv_definition":"thirst."} +{"id":"H6774","strongs_number":"H6774","system":"hebrew","language":"hebrew","number_value":6774,"lemma":"צִמָּאוֹן","transliteration":"tsimmâʼôwn","pronunciation":"tsim-maw-one'","derivation":"from H6771 (צָמֵא);","strongs_definition":"a thirsty place, i.e. desert","kjv_definition":"drought, dry ground, thirsty land."} +{"id":"H6775","strongs_number":"H6775","system":"hebrew","language":"hebrew","number_value":6775,"lemma":"צָמַד","transliteration":"tsâmad","pronunciation":"tsaw-mad'","derivation":"a primitive root;","strongs_definition":"to link, i.e. gird; figuratively, to serve, (mentally) contrive","kjv_definition":"fasten, frame, join (self)."} +{"id":"H6776","strongs_number":"H6776","system":"hebrew","language":"hebrew","number_value":6776,"lemma":"צֶמֶד","transliteration":"tsemed","pronunciation":"tseh'-med","derivation":"a yoke or team (i.e. pair);","strongs_definition":"hence, an acre (i.e. day's task for a yoke of cattle to plough)","kjv_definition":"acre, couple, [idiom] together, two (donkeys), yoke (of oxen)."} +{"id":"H6777","strongs_number":"H6777","system":"hebrew","language":"hebrew","number_value":6777,"lemma":"צַמָּה","transliteration":"tsammâh","pronunciation":"tsam-maw'","derivation":"from an unused root meaning to fasten on;","strongs_definition":"a veil","kjv_definition":"locks."} +{"id":"H6778","strongs_number":"H6778","system":"hebrew","language":"hebrew","number_value":6778,"lemma":"צַמּוּק","transliteration":"tsammûwq","pronunciation":"tsam-mook'","derivation":"from H6784 (צָמַק);","strongs_definition":"a cake of dried grapes","kjv_definition":"bunch (cluster) of raisins."} +{"id":"H6779","strongs_number":"H6779","system":"hebrew","language":"hebrew","number_value":6779,"lemma":"צָמַח","transliteration":"tsâmach","pronunciation":"tsaw-makh'","derivation":"a primitive root;","strongs_definition":"to sprout (transitive or intransitive, literal or figurative)","kjv_definition":"bear, bring forth, (cause to, make to) bud (forth), (cause to, make to) grow (again, up), (cause to) spring (forth, up)."} +{"id":"H6780","strongs_number":"H6780","system":"hebrew","language":"hebrew","number_value":6780,"lemma":"צֶמַח","transliteration":"tsemach","pronunciation":"tseh'-makh","derivation":"from H6779 (צָמַח);","strongs_definition":"a sprout (usually concrete), literal or figurative","kjv_definition":"branch, bud, that which (where) grew (upon), spring(-ing)."} +{"id":"H6781","strongs_number":"H6781","system":"hebrew","language":"hebrew","number_value":6781,"lemma":"צָמִיד","transliteration":"tsâmîyd","pronunciation":"tsaw-meed'","derivation":"or צָמִד; from H6775 (צָמַד);","strongs_definition":"a bracelet or arm-clasp; generally, a lid","kjv_definition":"bracelet, covering."} +{"id":"H6782","strongs_number":"H6782","system":"hebrew","language":"hebrew","number_value":6782,"lemma":"צַמִּים","transliteration":"tsammîym","pronunciation":"tsam-meem'","derivation":"from the same as H6777 (צַמָּה);","strongs_definition":"a noose (as fastening); figuratively, destruction","kjv_definition":"robber."} +{"id":"H6783","strongs_number":"H6783","system":"hebrew","language":"hebrew","number_value":6783,"lemma":"צְמִיתֻת","transliteration":"tsᵉmîythuth","pronunciation":"tsem-ee-thooth'","derivation":"or צְמִתֻת; from H6789 (צָמַת);","strongs_definition":"excision, i.e. destruction; used only (adverbially) with prepositional prefix to extinction, i.e. perpetually","kjv_definition":"ever."} +{"id":"H6784","strongs_number":"H6784","system":"hebrew","language":"hebrew","number_value":6784,"lemma":"צָמַק","transliteration":"tsâmaq","pronunciation":"tsaw-mak'","derivation":"a primitive root;","strongs_definition":"to dry up","kjv_definition":"dry."} +{"id":"H6785","strongs_number":"H6785","system":"hebrew","language":"hebrew","number_value":6785,"lemma":"צֶמֶר","transliteration":"tsemer","pronunciation":"tseh'-mer","derivation":"from an unused root probably meaning to be shaggy;","strongs_definition":"wool","kjv_definition":"wool(-len)."} +{"id":"H6786","strongs_number":"H6786","system":"hebrew","language":"hebrew","number_value":6786,"lemma":"צְמָרִי","transliteration":"Tsᵉmârîy","pronunciation":"tsem-aw-ree'","derivation":"patrial from an unused name of a place in Palestine;","strongs_definition":"a Tsemarite or branch of the Canaanites","kjv_definition":"Zemarite."} +{"id":"H6787","strongs_number":"H6787","system":"hebrew","language":"hebrew","number_value":6787,"lemma":"צְמָרַיִם","transliteration":"Tsᵉmârayim","pronunciation":"tsem-aw-rah'-yim","derivation":"dual of H6785 (צֶמֶר); double fleece;","strongs_definition":"Tsemarajim, a place in Palestine","kjv_definition":"Zemaraim."} +{"id":"H6788","strongs_number":"H6788","system":"hebrew","language":"hebrew","number_value":6788,"lemma":"צַמֶּרֶת","transliteration":"tsammereth","pronunciation":"tsam-meh'-reth","derivation":"from the same as H6785 (צֶמֶר);","strongs_definition":"fleeciness, i.e. foliage","kjv_definition":"highest branch, top."} +{"id":"H6789","strongs_number":"H6789","system":"hebrew","language":"hebrew","number_value":6789,"lemma":"צָמַת","transliteration":"tsâmath","pronunciation":"tsaw-math'","derivation":"a primitive root;","strongs_definition":"to extirpate (literally or figuratively)","kjv_definition":"consume, cut off, destroy, vanish."} +{"id":"H6790","strongs_number":"H6790","system":"hebrew","language":"hebrew","number_value":6790,"lemma":"צִן","transliteration":"Tsin","pronunciation":"tseen","derivation":"from an unused root meaning to prick; a crag;","strongs_definition":"Tsin, a part of the Desert","kjv_definition":"Zin."} +{"id":"H6791","strongs_number":"H6791","system":"hebrew","language":"hebrew","number_value":6791,"lemma":"צֵן","transliteration":"tsên","pronunciation":"tsane","derivation":"from an unused root meaning to be prickly;","strongs_definition":"a thorn; hence, a cactus-hedge","kjv_definition":"thorn."} +{"id":"H6792","strongs_number":"H6792","system":"hebrew","language":"hebrew","number_value":6792,"lemma":"צֹנֵא","transliteration":"tsônêʼ","pronunciation":"tso-nay'","derivation":"or צֹנֶה; for H6629 (צֹאן);","strongs_definition":"a flock","kjv_definition":"sheep."} +{"id":"H6793","strongs_number":"H6793","system":"hebrew","language":"hebrew","number_value":6793,"lemma":"צִנָּה","transliteration":"tsinnâh","pronunciation":"tsin-naw'","derivation":"feminine of H6791 (צֵן);","strongs_definition":"a hook (as pointed); also a (large) shield (as if guarding by prickliness); also cold (as piercing)","kjv_definition":"buckler, cold, hook, shield, target."} +{"id":"H6794","strongs_number":"H6794","system":"hebrew","language":"hebrew","number_value":6794,"lemma":"צִנּוּר","transliteration":"tsinnûwr","pronunciation":"tsin-noor'","derivation":"from an unused root perhaps meaning to be hollow;","strongs_definition":"a culvert","kjv_definition":"gutter, water-spout."} +{"id":"H6795","strongs_number":"H6795","system":"hebrew","language":"hebrew","number_value":6795,"lemma":"צָנַח","transliteration":"tsânach","pronunciation":"tsaw-nakh'","derivation":"a primitive root;","strongs_definition":"to alight; (transitive) to cause to descend, i.e. drive down","kjv_definition":"fasten, light (from off)."} +{"id":"H6796","strongs_number":"H6796","system":"hebrew","language":"hebrew","number_value":6796,"lemma":"צָנִין","transliteration":"tsânîyn","pronunciation":"tsaw-neen'","derivation":"or צָנִן; from the same as H6791 (צֵן);","strongs_definition":"a thorn","kjv_definition":"thorn."} +{"id":"H6797","strongs_number":"H6797","system":"hebrew","language":"hebrew","number_value":6797,"lemma":"צָנִיף","transliteration":"tsânîyph","pronunciation":"tsaw-neef'","derivation":"or צָנוֹף; or (feminine) צָנִיפָה; from H6801 (צָנַף);","strongs_definition":"a head-dress (i.e. piece of cloth wrapped around)","kjv_definition":"diadem, hood, mitre."} +{"id":"H6798","strongs_number":"H6798","system":"hebrew","language":"hebrew","number_value":6798,"lemma":"צָנַם","transliteration":"tsânam","pronunciation":"tsaw-nam'","derivation":"a primitive root;","strongs_definition":"to blast or shrink","kjv_definition":"withered."} +{"id":"H6799","strongs_number":"H6799","system":"hebrew","language":"hebrew","number_value":6799,"lemma":"צְנָן","transliteration":"Tsᵉnân","pronunciation":"tsen-awn'","derivation":"probably for H6630 (צַאֲנָן);","strongs_definition":"Tsenan, a place near Palestine","kjv_definition":"Zenan."} +{"id":"H6800","strongs_number":"H6800","system":"hebrew","language":"hebrew","number_value":6800,"lemma":"צָנַע","transliteration":"tsânaʻ","pronunciation":"tsaw-nah'","derivation":"a primitive root;","strongs_definition":"to humiliate","kjv_definition":"humbly, lowly."} +{"id":"H6801","strongs_number":"H6801","system":"hebrew","language":"hebrew","number_value":6801,"lemma":"צָנַף","transliteration":"tsânaph","pronunciation":"tsaw-naf'","derivation":"a primitive root;","strongs_definition":"to wrap, i.e. roll or dress","kjv_definition":"be attired, [idiom] surely, violently turn."} +{"id":"H6802","strongs_number":"H6802","system":"hebrew","language":"hebrew","number_value":6802,"lemma":"צְנֵפָה","transliteration":"tsᵉnêphâh","pronunciation":"tsen-ay-faw'","derivation":"from H6801 (צָנַף);","strongs_definition":"a ball","kjv_definition":"[idiom] toss."} +{"id":"H6803","strongs_number":"H6803","system":"hebrew","language":"hebrew","number_value":6803,"lemma":"צִנְצֶנֶת","transliteration":"tsintseneth","pronunciation":"tsin-tseh'-neth","derivation":"from the same as H6791 (צֵן);","strongs_definition":"a vase (probably a vial tapering at the top)","kjv_definition":"pot."} +{"id":"H6804","strongs_number":"H6804","system":"hebrew","language":"hebrew","number_value":6804,"lemma":"צַנְתָּרָה","transliteration":"tsantârâh","pronunciation":"tsan-taw-raw'","derivation":"probably from the same as H6794 (צִנּוּר);","strongs_definition":"a tube","kjv_definition":"pipe."} +{"id":"H6805","strongs_number":"H6805","system":"hebrew","language":"hebrew","number_value":6805,"lemma":"צָעַד","transliteration":"tsâʻad","pronunciation":"tsaw-ad'","derivation":"a primitive root;","strongs_definition":"to pace, i.e. step regularly; (upward) to mount; (along) to march; (down and causatively) to hurl","kjv_definition":"bring, go, march (through), run over."} +{"id":"H6806","strongs_number":"H6806","system":"hebrew","language":"hebrew","number_value":6806,"lemma":"צַעַד","transliteration":"tsaʻad","pronunciation":"tsah'-ad","derivation":"from H6804 (צַנְתָּרָה);","strongs_definition":"a pace or regular step","kjv_definition":"pace, step."} +{"id":"H6807","strongs_number":"H6807","system":"hebrew","language":"hebrew","number_value":6807,"lemma":"צְעָדָה","transliteration":"tsᵉʻâdâh","pronunciation":"tseh-aw-daw'","derivation":"feminine of H6806 (צַעַד);","strongs_definition":"a march; (concretely) an (ornamental) ankle-chain","kjv_definition":"going, ornament of the legs."} +{"id":"H6808","strongs_number":"H6808","system":"hebrew","language":"hebrew","number_value":6808,"lemma":"צָעָה","transliteration":"tsâʻâh","pronunciation":"tsaw-aw'","derivation":"a primitive root;","strongs_definition":"to tip over (for the purpose of spilling or pouring out), i.e. (figuratively) depopulate; by implication, to imprison or conquer; (reflexive) to lie down (for coitus)","kjv_definition":"captive exile, travelling, (cause to) wander(-er)."} +{"id":"H6809","strongs_number":"H6809","system":"hebrew","language":"hebrew","number_value":6809,"lemma":"צָעִיף","transliteration":"tsâʻîyph","pronunciation":"tsaw-eef'","derivation":"from an unused root meaning to wrap over;","strongs_definition":"a veil","kjv_definition":"vail."} +{"id":"H6810","strongs_number":"H6810","system":"hebrew","language":"hebrew","number_value":6810,"lemma":"צָעִיר","transliteration":"tsâʻîyr","pronunciation":"tsaw-eer'","derivation":"or צָעוֹר; from H6819 (צָעַר);","strongs_definition":"little; (in number) few; (in age) young, (in value) ignoble","kjv_definition":"least, little (one), small (one), [phrase] young(-er, -est)."} +{"id":"H6811","strongs_number":"H6811","system":"hebrew","language":"hebrew","number_value":6811,"lemma":"צָעִיר","transliteration":"Tsâʻîyr","pronunciation":"tsaw-eer'","derivation":"the same as H6810 (צָעִיר);","strongs_definition":"Tsair, a place in Idumaea","kjv_definition":"Zair."} +{"id":"H6812","strongs_number":"H6812","system":"hebrew","language":"hebrew","number_value":6812,"lemma":"צְעִירָה","transliteration":"tsᵉʻîyrâh","pronunciation":"tseh-ee-raw'","derivation":"feminine of H6810 (צָעִיר);","strongs_definition":"smallness (of age), i.e. juvenility","kjv_definition":"youth."} +{"id":"H6813","strongs_number":"H6813","system":"hebrew","language":"hebrew","number_value":6813,"lemma":"צָעַן","transliteration":"tsâʻan","pronunciation":"tsaw-an'","derivation":"a primitive root;","strongs_definition":"to load up (beasts), i.e. to migrate","kjv_definition":"be taken down."} +{"id":"H6814","strongs_number":"H6814","system":"hebrew","language":"hebrew","number_value":6814,"lemma":"צֹעַן","transliteration":"Tsôʻan","pronunciation":"tso'-an","derivation":"of Egyptian derivation;","strongs_definition":"Tsoan, a place in Egypt","kjv_definition":"Zoan."} +{"id":"H6815","strongs_number":"H6815","system":"hebrew","language":"hebrew","number_value":6815,"lemma":"צַעֲנַנִּים","transliteration":"Tsaʻănannîym","pronunciation":"tsah-an-an-neem'","derivation":"or (dual) צַעֲנַיִם; plural from H6813 (צָעַן); removals;","strongs_definition":"Tsaanannim or Tsaanajim, a place in Palestine","kjv_definition":"Zaannannim, Zaanaim."} +{"id":"H6816","strongs_number":"H6816","system":"hebrew","language":"hebrew","number_value":6816,"lemma":"צַעְצֻעַ","transliteration":"tsaʻtsuaʻ","pronunciation":"tsah-tsoo'-ah","derivation":"from an unused root meaning to bestrew with carvings;","strongs_definition":"sculpture","kjv_definition":"image (work)."} +{"id":"H6817","strongs_number":"H6817","system":"hebrew","language":"hebrew","number_value":6817,"lemma":"צָעַק","transliteration":"tsâʻaq","pronunciation":"tsaw-ak'","derivation":"a primitive root;","strongs_definition":"to shriek; (by implication) to proclaim (an assembly)","kjv_definition":"[idiom] at all, call together, cry (out), gather (selves) (together)."} +{"id":"H6818","strongs_number":"H6818","system":"hebrew","language":"hebrew","number_value":6818,"lemma":"צַעֲקָה","transliteration":"tsaʻăqâh","pronunciation":"tsah-ak-aw'","derivation":"from H6817 (צָעַק);","strongs_definition":"a shriek","kjv_definition":"cry(-ing)."} +{"id":"H6819","strongs_number":"H6819","system":"hebrew","language":"hebrew","number_value":6819,"lemma":"צָעַר","transliteration":"tsâʻar","pronunciation":"tsaw-ar'","derivation":"a primitive root;","strongs_definition":"to be small, i.e. (figuratively) ignoble","kjv_definition":"be brought low, little one, be small."} +{"id":"H6820","strongs_number":"H6820","system":"hebrew","language":"hebrew","number_value":6820,"lemma":"צֹעַר","transliteration":"Tsôʻar","pronunciation":"tso'ar","derivation":"from H6819 (צָעַר); little;","strongs_definition":"Tsoar, a place East of the Jordan","kjv_definition":"Zoar."} +{"id":"H6821","strongs_number":"H6821","system":"hebrew","language":"hebrew","number_value":6821,"lemma":"צָפַד","transliteration":"tsâphad","pronunciation":"tsaw-fad'","derivation":"a primitive root;","strongs_definition":"to adhere","kjv_definition":"cleave."} +{"id":"H6822","strongs_number":"H6822","system":"hebrew","language":"hebrew","number_value":6822,"lemma":"צָפָה","transliteration":"tsâphâh","pronunciation":"tsaw-faw'","derivation":"a primitive root;","strongs_definition":"properly, to lean forward, i.e. to peer into the distance; by implication, to observe, await","kjv_definition":"behold, espy, look up (well), wait for, (keep the) watch(-man)."} +{"id":"H6823","strongs_number":"H6823","system":"hebrew","language":"hebrew","number_value":6823,"lemma":"צָפָה","transliteration":"tsâphâh","pronunciation":"tsaw-faw'","derivation":"a primitive root (probably identical with H6822 (צָפָה) through the idea of expansion in outlook, transferring to action);","strongs_definition":"to sheet over (especially with metal)","kjv_definition":"cover, overlay."} +{"id":"H6824","strongs_number":"H6824","system":"hebrew","language":"hebrew","number_value":6824,"lemma":"צָפָה","transliteration":"tsâphâh","pronunciation":"tsaw-faw'","derivation":"from H6823 (צָפָה);","strongs_definition":"an inundation (as covering)","kjv_definition":"[idiom] swimmest."} +{"id":"H6825","strongs_number":"H6825","system":"hebrew","language":"hebrew","number_value":6825,"lemma":"צְפוֹ","transliteration":"Tsᵉphôw","pronunciation":"tsef-o'","derivation":"or צְפִי; from H6822 (צָפָה); observant;","strongs_definition":"Tsepho or Tsephi, an Idumaean","kjv_definition":"Zephi, Zepho."} +{"id":"H6826","strongs_number":"H6826","system":"hebrew","language":"hebrew","number_value":6826,"lemma":"צִפּוּי","transliteration":"tsippûwy","pronunciation":"tsip-poo'-ee","derivation":"from H6823 (צָפָה);","strongs_definition":"encasement (with metal)","kjv_definition":"covering, overlaying."} +{"id":"H6827","strongs_number":"H6827","system":"hebrew","language":"hebrew","number_value":6827,"lemma":"צְפוֹן","transliteration":"Tsᵉphôwn","pronunciation":"tsef-one'","derivation":"probably for H6837 (צִפְיוֹן);","strongs_definition":"Tsephon, an Israelite","kjv_definition":"Zephon."} +{"id":"H6828","strongs_number":"H6828","system":"hebrew","language":"hebrew","number_value":6828,"lemma":"צָפוֹן","transliteration":"tsâphôwn","pronunciation":"tsaw-fone'","derivation":"or צָפֹן; from H6845 (צָפַן);","strongs_definition":"properly, hidden, i.e. dark; used only of the north as aquarter (gloomy and unknown)","kjv_definition":"north(-ern, side, -ward, wind)."} +{"id":"H6829","strongs_number":"H6829","system":"hebrew","language":"hebrew","number_value":6829,"lemma":"צָפוֹן","transliteration":"Tsâphôwn","pronunciation":"tsaw-fone'","derivation":"the same as H6828 (צָפוֹן); boreal;","strongs_definition":"Tsaphon, a place in Palestine","kjv_definition":"Zaphon."} +{"id":"H6830","strongs_number":"H6830","system":"hebrew","language":"hebrew","number_value":6830,"lemma":"צְפוֹנִי","transliteration":"tsᵉphôwnîy","pronunciation":"tsef-o-nee'","derivation":"from H6828 (צָפוֹן);","strongs_definition":"northern","kjv_definition":"northern."} +{"id":"H6831","strongs_number":"H6831","system":"hebrew","language":"hebrew","number_value":6831,"lemma":"צְפוֹנִי","transliteration":"Tsᵉphôwnîy","pronunciation":"tsef-o-nee'","derivation":"patronymically from H6827 (צְפוֹן);","strongs_definition":"a Tsephonite, or (collectively) descendants of Tsephon","kjv_definition":"Zephonites."} +{"id":"H6832","strongs_number":"H6832","system":"hebrew","language":"hebrew","number_value":6832,"lemma":"צְפוּעַ","transliteration":"tsᵉphûwaʻ","pronunciation":"tsef-oo'-ah","derivation":"from the same as H6848 (צֶפַע);","strongs_definition":"excrement (as protruded)","kjv_definition":"dung."} +{"id":"H6833","strongs_number":"H6833","system":"hebrew","language":"hebrew","number_value":6833,"lemma":"צִפּוֹר","transliteration":"tsippôwr","pronunciation":"tsip-pore'","derivation":"or צִפֹּר; from H6852 (צָפַר);","strongs_definition":"a little bird (as hopping)","kjv_definition":"bird, fowl, sparrow."} +{"id":"H6834","strongs_number":"H6834","system":"hebrew","language":"hebrew","number_value":6834,"lemma":"צִפּוֹר","transliteration":"Tsippôwr","pronunciation":"tsip-pore'","derivation":"the same as H6833 (צִפּוֹר);","strongs_definition":"Tsippor, a Moabite","kjv_definition":"Zippor."} +{"id":"H6835","strongs_number":"H6835","system":"hebrew","language":"hebrew","number_value":6835,"lemma":"צַפַּחַת","transliteration":"tsappachath","pronunciation":"tsap-pakh'-ath","derivation":"from an unused root meaning to expand;","strongs_definition":"a saucer (as flat)","kjv_definition":"cruse."} +{"id":"H6836","strongs_number":"H6836","system":"hebrew","language":"hebrew","number_value":6836,"lemma":"צְפִיָּה","transliteration":"tsᵉphîyâh","pronunciation":"tsef-ee-yaw'","derivation":"from H6822 (צָפָה);","strongs_definition":"watchfulness","kjv_definition":"watching."} +{"id":"H6837","strongs_number":"H6837","system":"hebrew","language":"hebrew","number_value":6837,"lemma":"צִפְיוֹן","transliteration":"Tsiphyôwn","pronunciation":"tsif-yone'","derivation":"from H6822 (צָפָה); watch-tower;","strongs_definition":"Tsiphjon, an Israelite","kjv_definition":"Ziphion. Compare H6827 (צְפוֹן)."} +{"id":"H6838","strongs_number":"H6838","system":"hebrew","language":"hebrew","number_value":6838,"lemma":"צַפִּיחִת","transliteration":"tsappîychith","pronunciation":"tsap-pee-kheeth'","derivation":"from the same as H6835 (צַפַּחַת);","strongs_definition":"a flat thin cake","kjv_definition":"wafer."} +{"id":"H6839","strongs_number":"H6839","system":"hebrew","language":"hebrew","number_value":6839,"lemma":"צֹפִים","transliteration":"Tsôphîym","pronunciation":"tso-feem'","derivation":"plural of active participle of H6822 (צָפָה); watchers;","strongs_definition":"Tsophim, a place East of the Jordan","kjv_definition":"Zophim."} +{"id":"H6840","strongs_number":"H6840","system":"hebrew","language":"hebrew","number_value":6840,"lemma":"צָפִין","transliteration":"tsâphîyn","pronunciation":"tsaw-feen'","derivation":"from H6845 (צָפַן);","strongs_definition":"a treasure (as hidden)","kjv_definition":"hid."} +{"id":"H6841","strongs_number":"H6841","system":"hebrew","language":"hebrew","number_value":6841,"lemma":"צְפִיר","transliteration":"tsᵉphîyr","pronunciation":"tsef-eer'","derivation":"(Aramaic) corresponding to H6842 (צָפִיר);","strongs_definition":"a he-goat","kjv_definition":"he (goat)."} +{"id":"H6842","strongs_number":"H6842","system":"hebrew","language":"hebrew","number_value":6842,"lemma":"צָפִיר","transliteration":"tsâphîyr","pronunciation":"tsaw-feer'","derivation":"from H6852 (צָפַר);","strongs_definition":"a male goat (as prancing)","kjv_definition":"(he) goat."} +{"id":"H6843","strongs_number":"H6843","system":"hebrew","language":"hebrew","number_value":6843,"lemma":"צְפִירָה","transliteration":"tsᵉphîyrâh","pronunciation":"tsef-ee-raw'","derivation":"feminine formed like H6842 (צָפִיר);","strongs_definition":"a crown (as encircling the head); also a turn of affairs (i.e. mishap)","kjv_definition":"diadem, morning."} +{"id":"H6844","strongs_number":"H6844","system":"hebrew","language":"hebrew","number_value":6844,"lemma":"צָפִית","transliteration":"tsâphîyth","pronunciation":"tsaw-feeth'","derivation":"from H6822 (צָפָה);","strongs_definition":"a sentry","kjv_definition":"watchtower."} +{"id":"H6845","strongs_number":"H6845","system":"hebrew","language":"hebrew","number_value":6845,"lemma":"צָפַן","transliteration":"tsâphan","pronunciation":"tsaw-fan'","derivation":"a primitive root;","strongs_definition":"to hide (by covering over); by implication, to hoard or reserve; figuratively to deny; specifically (favorably) to protect, (unfavorably) to lurk","kjv_definition":"esteem, hide(-den one, self), lay up, lurk (be set) privily, (keep) secret(-ly, place)."} +{"id":"H6846","strongs_number":"H6846","system":"hebrew","language":"hebrew","number_value":6846,"lemma":"צְפַנְיָה","transliteration":"Tsᵉphanyâh","pronunciation":"tsef-an-yaw'","derivation":"or צְפַנְיָהוּ; from H6845 (צָפַן) and H3050 (יָהּ); Jah has secreted;","strongs_definition":"Tsephanjah, the name of four Israelites","kjv_definition":"Zephaniah."} +{"id":"H6847","strongs_number":"H6847","system":"hebrew","language":"hebrew","number_value":6847,"lemma":"צׇפְנַת פַּעְנֵחַ","transliteration":"Tsophnath Paʻnêach","pronunciation":"tsof-nath' pah-nay'-akh","derivation":"of Egyptian derivation;","strongs_definition":"Tsophnath-Paneach, Joseph's Egyptian name","kjv_definition":"Zaphnath-paaneah."} +{"id":"H6848","strongs_number":"H6848","system":"hebrew","language":"hebrew","number_value":6848,"lemma":"צֶפַע","transliteration":"tsephaʻ","pronunciation":"tseh'-fah or tsiphoniy tsif-o-nee'","derivation":"from an unused root meaning to extrude;","strongs_definition":"a viper (as thrusting out the tongue, i.e. hissing)","kjv_definition":"adder, cockatrice."} +{"id":"H6849","strongs_number":"H6849","system":"hebrew","language":"hebrew","number_value":6849,"lemma":"צְפִעָה","transliteration":"tsᵉphiʻâh","pronunciation":"tsef-ee-aw'","derivation":"feminine from the same as H6848 (צֶפַע);","strongs_definition":"an outcast thing","kjv_definition":"issue."} +{"id":"H6850","strongs_number":"H6850","system":"hebrew","language":"hebrew","number_value":6850,"lemma":"צָפַף","transliteration":"tsâphaph","pronunciation":"tsaw-faf'","derivation":"a primitive root;","strongs_definition":"to coo or chirp (as a bird)","kjv_definition":"chatter, peep, whisper."} +{"id":"H6851","strongs_number":"H6851","system":"hebrew","language":"hebrew","number_value":6851,"lemma":"צַפְצָפָה","transliteration":"tsaphtsâphâh","pronunciation":"tsaf-tsaw-faw'","derivation":"from H6687 (צוּף);","strongs_definition":"a willow (as growing in overflowed places)","kjv_definition":"willow tree."} +{"id":"H6852","strongs_number":"H6852","system":"hebrew","language":"hebrew","number_value":6852,"lemma":"צָפַר","transliteration":"tsâphar","pronunciation":"tsaw-far'","derivation":"a primitive root;","strongs_definition":"to skip about, i.e. return","kjv_definition":"depart early."} +{"id":"H6853","strongs_number":"H6853","system":"hebrew","language":"hebrew","number_value":6853,"lemma":"צְפַר","transliteration":"tsᵉphar","pronunciation":"tsef-ar'","derivation":"(Aramaic) corresponding to H6833 (צִפּוֹר);","strongs_definition":"a bird.","kjv_definition":"bird."} +{"id":"H6854","strongs_number":"H6854","system":"hebrew","language":"hebrew","number_value":6854,"lemma":"צְפַרְדֵּעַ","transliteration":"tsᵉphardêaʻ","pronunciation":"tsef-ar-day'-ah","derivation":"from H6852 (צָפַר) and a word elsewhere unused meaning a swamp;","strongs_definition":"a marsh-leaper, i.e. frog","kjv_definition":"frog."} +{"id":"H6855","strongs_number":"H6855","system":"hebrew","language":"hebrew","number_value":6855,"lemma":"צִפֹּרָה","transliteration":"Tsippôrâh","pronunciation":"tsip-po-raw'","derivation":"feminine of H6833 (צִפּוֹר); bird;","strongs_definition":"Tsipporah, Moses' wife","kjv_definition":"Zipporah."} +{"id":"H6856","strongs_number":"H6856","system":"hebrew","language":"hebrew","number_value":6856,"lemma":"צִפֹּרֶן","transliteration":"tsippôren","pronunciation":"tsip-po'-ren","derivation":"from H6852 (צָפַר) (in the denominative sense (from H6833 (צִפּוֹר)) of scratching);","strongs_definition":"properly, a claw, i.e. (human) nail; also the point of astyle (or pen, tipped with adamant)","kjv_definition":"nail, point."} +{"id":"H6857","strongs_number":"H6857","system":"hebrew","language":"hebrew","number_value":6857,"lemma":"צְפַת","transliteration":"Tsᵉphath","pronunciation":"tsef-ath'","derivation":"from H6822 (צָפָה); watch-tower;","strongs_definition":"Tsephath, a place in Palestine","kjv_definition":"Zephath."} +{"id":"H6858","strongs_number":"H6858","system":"hebrew","language":"hebrew","number_value":6858,"lemma":"צֶפֶת","transliteration":"tsepheth","pronunciation":"tseh'-feth","derivation":"from an unused root meaning to encircle;","strongs_definition":"a capital of a column","kjv_definition":"chapiter."} +{"id":"H6859","strongs_number":"H6859","system":"hebrew","language":"hebrew","number_value":6859,"lemma":"צְפָתָה","transliteration":"Tsᵉphâthâh","pronunciation":"tsef-aw'-thaw","derivation":"the same as H6857 (צְפַת);","strongs_definition":"Tsephathah, a place in Palestine","kjv_definition":"Zephathah."} +{"id":"H6860","strongs_number":"H6860","system":"hebrew","language":"hebrew","number_value":6860,"lemma":"צִקְלַג","transliteration":"Tsiqlag","pronunciation":"tsik-lag'","derivation":"or צִיקלַג; (1 Chronicles 12:1,20), of uncertain derivation;","strongs_definition":"Tsiklag or Tsikelag, a place in Palestine","kjv_definition":"Ziklag."} +{"id":"H6861","strongs_number":"H6861","system":"hebrew","language":"hebrew","number_value":6861,"lemma":"צִקְלֹן","transliteration":"tsiqlôn","pronunciation":"tsik-lone'","derivation":"from an unused root meaning to wind;","strongs_definition":"a sack (as tied at the mouth)","kjv_definition":"husk."} +{"id":"H6862","strongs_number":"H6862","system":"hebrew","language":"hebrew","number_value":6862,"lemma":"צַר","transliteration":"tsar","pronunciation":"tsar","derivation":"or צָר; from H6887 (צָרַר); compare as in H6864 (צֹר)","strongs_definition":"narrow; (as a noun) a tight place (usually figuratively, i.e. trouble); also a pebble ; (transitive) an opponent (as crowding)","kjv_definition":"adversary, afflicted(-tion), anguish, close, distress, enemy, flint, foe, narrow, small, sorrow, strait, tribulation, trouble."} +{"id":"H6863","strongs_number":"H6863","system":"hebrew","language":"hebrew","number_value":6863,"lemma":"צֵר","transliteration":"Tsêr","pronunciation":"tsare","derivation":"from H6887 (צָרַר); rock;","strongs_definition":"Tser, a place in Palestine","kjv_definition":"Zer."} +{"id":"H6864","strongs_number":"H6864","system":"hebrew","language":"hebrew","number_value":6864,"lemma":"צֹר","transliteration":"tsôr","pronunciation":"tsore","derivation":"from H6696 (צוּר);","strongs_definition":"a stone (as if pressed hard or to a point); (by implication, of use) a knife","kjv_definition":"flint, sharp stone."} +{"id":"H6865","strongs_number":"H6865","system":"hebrew","language":"hebrew","number_value":6865,"lemma":"צֹר","transliteration":"Tsôr","pronunciation":"tsore","derivation":"or צוֹר; the same as H6864 (צֹר); a rock;","strongs_definition":"Tsor, a place in Palestine","kjv_definition":"Tyre, Tyrus."} +{"id":"H6866","strongs_number":"H6866","system":"hebrew","language":"hebrew","number_value":6866,"lemma":"צָרַב","transliteration":"tsârab","pronunciation":"tsaw-rab'","derivation":"a primitive root;","strongs_definition":"to burn","kjv_definition":"burn."} +{"id":"H6867","strongs_number":"H6867","system":"hebrew","language":"hebrew","number_value":6867,"lemma":"צָרֶבֶת","transliteration":"tsârebeth","pronunciation":"tsaw-reh'-beth","derivation":"from H6686 (צוּעָר);","strongs_definition":"conflagration (of fire or disease)","kjv_definition":"burning, inflammation."} +{"id":"H6868","strongs_number":"H6868","system":"hebrew","language":"hebrew","number_value":6868,"lemma":"צְרֵדָה","transliteration":"Tsᵉrêdâh","pronunciation":"tser-ay-daw'","derivation":"or צְרֵדָתָה; apparently from an unused root meaning to pierce; puncture;","strongs_definition":"Tseredah, a place in Palestine","kjv_definition":"Zereda, Zeredathah."} +{"id":"H6869","strongs_number":"H6869","system":"hebrew","language":"hebrew","number_value":6869,"lemma":"צָרָה","transliteration":"tsârâh","pronunciation":"tsaw-raw'","derivation":"feminine of H6862 (צַר);","strongs_definition":"tightness (i.e. figuratively, trouble); transitively, a female rival:","kjv_definition":"adversary, adversity, affliction, anguish, distress, tribulation, trouble."} +{"id":"H6870","strongs_number":"H6870","system":"hebrew","language":"hebrew","number_value":6870,"lemma":"צְרוּיָה","transliteration":"Tsᵉrûwyâh","pronunciation":"tser-oo-yaw'","derivation":"feminine passive participle from the same as H6875 (צְרִי); wounded;","strongs_definition":"Tserujah, an Israelitess","kjv_definition":"Zeruiah."} +{"id":"H6871","strongs_number":"H6871","system":"hebrew","language":"hebrew","number_value":6871,"lemma":"צְרוּעָה","transliteration":"Tsᵉrûwʻâh","pronunciation":"tser-oo-aw'","derivation":"feminine passive participle of H6879 (צָרַע); leprous;","strongs_definition":"Tseruah, an Israelitess","kjv_definition":"Zeruah."} +{"id":"H6872","strongs_number":"H6872","system":"hebrew","language":"hebrew","number_value":6872,"lemma":"צְרוֹר","transliteration":"tsᵉrôwr","pronunciation":"tser-ore'","derivation":"or (shorter) צְרֹר; from H6887 (צָרַר);","strongs_definition":"a parcel (as packed up); also a kernel or particle (as if a package)","kjv_definition":"bag, [idiom] bendeth, bundle, least grain, small stone."} +{"id":"H6873","strongs_number":"H6873","system":"hebrew","language":"hebrew","number_value":6873,"lemma":"צָרַח","transliteration":"tsârach","pronunciation":"tsaw-rakh'","derivation":"a primitive root;","strongs_definition":"to be clear (in tone, i.e. shrill), i.e. to whoop","kjv_definition":"cry, roar."} +{"id":"H6874","strongs_number":"H6874","system":"hebrew","language":"hebrew","number_value":6874,"lemma":"צְרִי","transliteration":"Tsᵉrîy","pronunciation":"tser-ee'","derivation":"the same as H6875 (צְרִי);","strongs_definition":"Tseri, an Israelite","kjv_definition":"Zeri. Compare H3340 (יִצְרִי)."} +{"id":"H6875","strongs_number":"H6875","system":"hebrew","language":"hebrew","number_value":6875,"lemma":"צְרִי","transliteration":"tsᵉrîy","pronunciation":"tser-ee'","derivation":"or צֳרִי; from an unused root meaning to crack (as by pressure), hence, to leak;","strongs_definition":"distillation, i.e. balsam","kjv_definition":"balm."} +{"id":"H6876","strongs_number":"H6876","system":"hebrew","language":"hebrew","number_value":6876,"lemma":"צֹרִי","transliteration":"Tsôrîy","pronunciation":"tso-ree'","derivation":"patrial from H6865 (צֹר);","strongs_definition":"a Tsorite or inhabitant of Tsor (i.e. Syrian)","kjv_definition":"(man) of Tyre."} +{"id":"H6877","strongs_number":"H6877","system":"hebrew","language":"hebrew","number_value":6877,"lemma":"צְרִיחַ","transliteration":"tsᵉrîyach","pronunciation":"tser-ee'-akh","derivation":"from H6873 (צָרַח) in the sense of clearness of vision;","strongs_definition":"a citadel","kjv_definition":"high place, hold."} +{"id":"H6878","strongs_number":"H6878","system":"hebrew","language":"hebrew","number_value":6878,"lemma":"צֹרֶךְ","transliteration":"tsôrek","pronunciation":"tso'-rek","derivation":"from an unused root meaning to need;","strongs_definition":"need","kjv_definition":"need."} +{"id":"H6879","strongs_number":"H6879","system":"hebrew","language":"hebrew","number_value":6879,"lemma":"צָרַע","transliteration":"tsâraʻ","pronunciation":"tsaw-rah'","derivation":"a primitive root;","strongs_definition":"to scourge, i.e. (intransitive and figurative) to be stricken with leprosy","kjv_definition":"leper, leprous."} +{"id":"H6880","strongs_number":"H6880","system":"hebrew","language":"hebrew","number_value":6880,"lemma":"צִרְעָה","transliteration":"tsirʻâh","pronunciation":"tsir-aw'","derivation":"from H6879 (צָרַע);","strongs_definition":"a wasp (as stinging)","kjv_definition":"hornet."} +{"id":"H6881","strongs_number":"H6881","system":"hebrew","language":"hebrew","number_value":6881,"lemma":"צׇרְעָה","transliteration":"Tsorʻâh","pronunciation":"tsor-aw'","derivation":"apparently another form for H6880 (צִרְעָה);","strongs_definition":"Tsorah, a place in Palestine","kjv_definition":"Zareah, Zorah, Zoreah."} +{"id":"H6882","strongs_number":"H6882","system":"hebrew","language":"hebrew","number_value":6882,"lemma":"צׇרְעִי","transliteration":"Tsorʻîy","pronunciation":"tsor-ee'","derivation":"or צׇרְעָתִי; patrial from H6881 (צׇרְעָה);","strongs_definition":"a Tsorite or Tsorathite, i.e. inhabitants of Tsorah","kjv_definition":"Zorites, Zareathites, Zorathites."} +{"id":"H6883","strongs_number":"H6883","system":"hebrew","language":"hebrew","number_value":6883,"lemma":"צָרַעַת","transliteration":"tsâraʻath","pronunciation":"tsaw-rah'-ath","derivation":"from H6879 (צָרַע);","strongs_definition":"leprosy","kjv_definition":"leprosy."} +{"id":"H6884","strongs_number":"H6884","system":"hebrew","language":"hebrew","number_value":6884,"lemma":"צָרַף","transliteration":"tsâraph","pronunciation":"tsaw-raf'","derivation":"a primitive root;","strongs_definition":"to fuse (metal), i.e. refine (literally or figuratively)","kjv_definition":"cast, (re-) fine(-er), founder, goldsmith, melt, pure, purge away, try."} +{"id":"H6885","strongs_number":"H6885","system":"hebrew","language":"hebrew","number_value":6885,"lemma":"צֹרְפִי","transliteration":"Tsôrᵉphîy","pronunciation":"tso-ref-ee'","derivation":"from H6884 (צָרַף); refiner;","strongs_definition":"Tsorephi (with the article), an Israelite","kjv_definition":"goldsmith's."} +{"id":"H6886","strongs_number":"H6886","system":"hebrew","language":"hebrew","number_value":6886,"lemma":"צָרְפַת","transliteration":"Tsârᵉphath","pronunciation":"tsaq-ref-ath'","derivation":"from H6884 (צָרַף); refinement;","strongs_definition":"Tsarephath, a place in Palestine","kjv_definition":"Zarephath."} +{"id":"H6887","strongs_number":"H6887","system":"hebrew","language":"hebrew","number_value":6887,"lemma":"צָרַר","transliteration":"tsârar","pronunciation":"tsaw-rar'","derivation":"a primitive root;","strongs_definition":"to cramp, literally or figuratively, transitive or intransitive","kjv_definition":"adversary, (be in) afflict(-ion), beseige, bind (up), (be in, bring) distress, enemy, narrower, oppress, pangs, shut up, be in a strait (trouble), vex."} +{"id":"H6888","strongs_number":"H6888","system":"hebrew","language":"hebrew","number_value":6888,"lemma":"צְרֵרָה","transliteration":"Tsᵉrêrâh","pronunciation":"tser-ay-raw'","derivation":"apparently by erroneous transcription for H6868 (צְרֵדָה);","strongs_definition":"Tsererah for Tseredah","kjv_definition":"Zererath."} +{"id":"H6889","strongs_number":"H6889","system":"hebrew","language":"hebrew","number_value":6889,"lemma":"צֶרֶת","transliteration":"Tsereth","pronunciation":"tseh'-reth","derivation":"perhaps from H6671 (צָהַר); splendor;","strongs_definition":"Tsereth, an Israelite","kjv_definition":"Zereth."} +{"id":"H6890","strongs_number":"H6890","system":"hebrew","language":"hebrew","number_value":6890,"lemma":"צֶרֶת הַשַּׁחַר","transliteration":"Tsereth hash-Shachar","pronunciation":"tseh'-reth hash-shakh'-ar","derivation":"from the same as H6889 (צֶרֶת) and H7837 (שַׁחַר) with the article interposed; splendor of the dawn;","strongs_definition":"Tsereth-hash-Shachar, a place in Palestine","kjv_definition":"Zareth-shahar."} +{"id":"H6891","strongs_number":"H6891","system":"hebrew","language":"hebrew","number_value":6891,"lemma":"צָרְתָן","transliteration":"Tsârᵉthân","pronunciation":"tsaw-reth-awn'","derivation":"perhaps for H6868 (צְרֵדָה);","strongs_definition":"Tsarethan, a place in Palestine","kjv_definition":"Zarthan. q"} +{"id":"H6892","strongs_number":"H6892","system":"hebrew","language":"hebrew","number_value":6892,"lemma":"קֵא","transliteration":"qêʼ","pronunciation":"kay","derivation":"or קִיא; from H6958 (קוֹא);","strongs_definition":"vomit","kjv_definition":"vomit."} +{"id":"H6893","strongs_number":"H6893","system":"hebrew","language":"hebrew","number_value":6893,"lemma":"קָאַת","transliteration":"qâʼath","pronunciation":"kaw-ath'","derivation":"from H6958 (קוֹא);","strongs_definition":"probably the pelican (from vomiting)","kjv_definition":"cormorant."} +{"id":"H6894","strongs_number":"H6894","system":"hebrew","language":"hebrew","number_value":6894,"lemma":"קַב","transliteration":"qab","pronunciation":"kab","derivation":"from H6895 (קָבַב);","strongs_definition":"a hollow, i.e. vessel used as a (dry) measure","kjv_definition":"cab."} +{"id":"H6895","strongs_number":"H6895","system":"hebrew","language":"hebrew","number_value":6895,"lemma":"קָבַב","transliteration":"qâbab","pronunciation":"kaw-bab'","derivation":"a primitive root;","strongs_definition":"to scoop out, i.e. (figuratively) to malign or execrate (i.e. stab with words)","kjv_definition":"[idiom] at all, curse."} +{"id":"H6896","strongs_number":"H6896","system":"hebrew","language":"hebrew","number_value":6896,"lemma":"קֵבָה","transliteration":"qêbâh","pronunciation":"kay-baw'","derivation":"from H6895 (קָבַב);","strongs_definition":"the paunch (as a cavity) or first stomach of ruminants","kjv_definition":"maw."} +{"id":"H6897","strongs_number":"H6897","system":"hebrew","language":"hebrew","number_value":6897,"lemma":"קֹבָה","transliteration":"qôbâh","pronunciation":"ko'-baw","derivation":"from H6895 (קָבַב);","strongs_definition":"the abdomen (as a cavity)","kjv_definition":"belly."} +{"id":"H6898","strongs_number":"H6898","system":"hebrew","language":"hebrew","number_value":6898,"lemma":"קֻבָּה","transliteration":"qubbâh","pronunciation":"koob-baw'","derivation":"from H6895 (קָבַב);","strongs_definition":"a pavilion (as a domed cavity)","kjv_definition":"tent."} +{"id":"H6899","strongs_number":"H6899","system":"hebrew","language":"hebrew","number_value":6899,"lemma":"קִבּוּץ","transliteration":"qibbûwts","pronunciation":"kib-boots'","derivation":"from H6908 (קָבַץ);","strongs_definition":"a throng","kjv_definition":"company."} +{"id":"H6900","strongs_number":"H6900","system":"hebrew","language":"hebrew","number_value":6900,"lemma":"קְבוּרָה","transliteration":"qᵉbûwrâh","pronunciation":"keb-oo-raw'","derivation":"or קְבֻרָה; feminine passive participle of H6912 (קָבַר);","strongs_definition":"sepulture; (concretely) a sepulchre","kjv_definition":"burial, burying place, grave, sepulchre."} +{"id":"H6901","strongs_number":"H6901","system":"hebrew","language":"hebrew","number_value":6901,"lemma":"קָבַל","transliteration":"qâbal","pronunciation":"kaw-bal'","derivation":"a primitive root;","strongs_definition":"to admit, i.e. take (literally or figuratively)","kjv_definition":"choose, (take) hold, receive, (under-) take."} +{"id":"H6902","strongs_number":"H6902","system":"hebrew","language":"hebrew","number_value":6902,"lemma":"קְבַל","transliteration":"qᵉbal","pronunciation":"keb-al'","derivation":"(Aramaic) corresponding to H6901 (קָבַל);","strongs_definition":"to acquire","kjv_definition":"receive, take."} +{"id":"H6903","strongs_number":"H6903","system":"hebrew","language":"hebrew","number_value":6903,"lemma":"קְבֵל","transliteration":"qᵉbêl","pronunciation":"keb-ale'","derivation":"(Aramaic) or קֳבֵל; (Aramaic), (corresponding to H6905 (קָבָל);","strongs_definition":"(adverbially) in front of; usually (with other particles) on account of, so as, since, hence","kjv_definition":"[phrase] according to, [phrase] as, [phrase] because, before, [phrase] for this cause, [phrase] forasmuch as, [phrase] by this means, over against, by reason of, [phrase] that, [phrase] therefore, [phrase] though, [phrase] wherefore."} +{"id":"H6904","strongs_number":"H6904","system":"hebrew","language":"hebrew","number_value":6904,"lemma":"קֹבֶל","transliteration":"qôbel","pronunciation":"ko'-bel","derivation":"from H6901 (קָבַל) in the sense of confronting (as standing opposite in order to receive);","strongs_definition":"a battering-ram","kjv_definition":"war."} +{"id":"H6905","strongs_number":"H6905","system":"hebrew","language":"hebrew","number_value":6905,"lemma":"קָבָל","transliteration":"qâbâl","pronunciation":"kaw-bawl'","derivation":"from H6901 (קָבַל) in the sense of opposite (see H6904 (קֹבֶל));","strongs_definition":"the presence, i.e. (adverbially) in front of","kjv_definition":"before."} +{"id":"H6906","strongs_number":"H6906","system":"hebrew","language":"hebrew","number_value":6906,"lemma":"קָבַע","transliteration":"qâbaʻ","pronunciation":"kaw-bah'","derivation":"a primitive root;","strongs_definition":"to cover, i.e. (figuratively) defraud","kjv_definition":"rob, spoil."} +{"id":"H6907","strongs_number":"H6907","system":"hebrew","language":"hebrew","number_value":6907,"lemma":"קֻבַּעַת","transliteration":"qubbaʻath","pronunciation":"koob-bah'-ath","derivation":"from H6906 (קָבַע);","strongs_definition":"a goblet (as deep like a cover)","kjv_definition":"dregs."} +{"id":"H6908","strongs_number":"H6908","system":"hebrew","language":"hebrew","number_value":6908,"lemma":"קָבַץ","transliteration":"qâbats","pronunciation":"kaw-bats'","derivation":"a primitive root;","strongs_definition":"to grasp, i.e. collect","kjv_definition":"assemble (selves), gather (bring) (together, selves together, up), heap, resort, [idiom] surely, take up."} +{"id":"H6909","strongs_number":"H6909","system":"hebrew","language":"hebrew","number_value":6909,"lemma":"קַבְצְאֵל","transliteration":"Qabtsᵉʼêl","pronunciation":"kab-tseh-ale'","derivation":"from H6908 (קָבַץ) and H410 (אֵל); God has gathered;","strongs_definition":"Kabtseel, a place in Palestine","kjv_definition":"Kabzeel. Compare H3343 (יְקַבְצְאֵל)."} +{"id":"H6910","strongs_number":"H6910","system":"hebrew","language":"hebrew","number_value":6910,"lemma":"קְבֻצָה","transliteration":"qᵉbutsâh","pronunciation":"keb-oo-tsaw'","derivation":"feminine passive participle of H6908 (קָבַץ);","strongs_definition":"a hoard","kjv_definition":"[idiom] gather."} +{"id":"H6911","strongs_number":"H6911","system":"hebrew","language":"hebrew","number_value":6911,"lemma":"קִבְצַיִם","transliteration":"Qibtsayim","pronunciation":"kib-tsah'-yim","derivation":"dual from H6908 (קָבַץ); a double heap;","strongs_definition":"Kibtsajim, a place in Palestine","kjv_definition":"Kibzaim."} +{"id":"H6912","strongs_number":"H6912","system":"hebrew","language":"hebrew","number_value":6912,"lemma":"קָבַר","transliteration":"qâbar","pronunciation":"kaw-bar'","derivation":"a primitive root;","strongs_definition":"to inter","kjv_definition":"[idiom] in any wise, bury(-ier)."} +{"id":"H6913","strongs_number":"H6913","system":"hebrew","language":"hebrew","number_value":6913,"lemma":"קֶבֶר","transliteration":"qeber","pronunciation":"keh'-ber","derivation":"or (feminine) קִבְרָה; from H6912 (קָבַר);","strongs_definition":"a sepulchre","kjv_definition":"burying place, grave, sepulchre."} +{"id":"H6914","strongs_number":"H6914","system":"hebrew","language":"hebrew","number_value":6914,"lemma":"קִבְרוֹת הַתַּאֲוָה","transliteration":"Qibrôwth hat-Taʼă-vâh","pronunciation":"kib-roth' hat-tahav-aw'","derivation":"from the feminine plural of H6913 (קֶבֶר) and H8378 (תַּאֲוָה) with the article interposed; graves of the longing;","strongs_definition":"Kibroth-hat-Taavh, a place in the Desert","kjv_definition":"Kibroth-hattaavah."} +{"id":"H6915","strongs_number":"H6915","system":"hebrew","language":"hebrew","number_value":6915,"lemma":"קָדַד","transliteration":"qâdad","pronunciation":"kaw-dad'","derivation":"a primitive root;","strongs_definition":"to shrivel up, i.e. contract or bend the body (or neck) in deference","kjv_definition":"bow (down) (the) head, stoop."} +{"id":"H6916","strongs_number":"H6916","system":"hebrew","language":"hebrew","number_value":6916,"lemma":"קִדָּה","transliteration":"qiddâh","pronunciation":"kid-daw'","derivation":"from H6915 (קָדַד);","strongs_definition":"cassia bark (as in shrivelled rolls)","kjv_definition":"cassia."} +{"id":"H6917","strongs_number":"H6917","system":"hebrew","language":"hebrew","number_value":6917,"lemma":"קָדוּם","transliteration":"qâdûwm","pronunciation":"kaw-doom'","derivation":"passive participle of H6923 (קָדַם);","strongs_definition":"a pristine hero","kjv_definition":"ancient."} +{"id":"H6918","strongs_number":"H6918","system":"hebrew","language":"hebrew","number_value":6918,"lemma":"קָדוֹשׁ","transliteration":"qâdôwsh","pronunciation":"kaw-doshe'","derivation":"or קָדֹשׁ; from H6942 (קָדַשׁ);","strongs_definition":"sacred (ceremonially or morally); (as noun) God (by eminence), an angel, a saint, a sanctuary","kjv_definition":"holy (One), saint."} +{"id":"H6919","strongs_number":"H6919","system":"hebrew","language":"hebrew","number_value":6919,"lemma":"קָדַח","transliteration":"qâdach","pronunciation":"kaw-dakh'","derivation":"a primitive root to inflame","strongs_definition":"to inflame","kjv_definition":"burn, kindle."} +{"id":"H6920","strongs_number":"H6920","system":"hebrew","language":"hebrew","number_value":6920,"lemma":"קַדַּחַת","transliteration":"qaddachath","pronunciation":"kad-dakh'-ath","derivation":"from H6919 (קָדַח);","strongs_definition":"inflammation, i.e. febrile disease","kjv_definition":"burning ague, fever."} +{"id":"H6921","strongs_number":"H6921","system":"hebrew","language":"hebrew","number_value":6921,"lemma":"קָדִים","transliteration":"qâdîym","pronunciation":"kaw-deem'","derivation":"or קָדִם; from H6923 (קָדַם);","strongs_definition":"the fore or front part; hence (by orientation) the East (often adverbially, eastward, for brevity the east wind)","kjv_definition":"east(-ward, wind)."} +{"id":"H6922","strongs_number":"H6922","system":"hebrew","language":"hebrew","number_value":6922,"lemma":"קַדִּישׁ","transliteration":"qaddîysh","pronunciation":"kad-deesh'","derivation":"(Aramaic) corresponding to H6918 (קָדוֹשׁ).","strongs_definition":"{sacred (ceremonially or morally); (as noun) God (by eminence), an angel, a saint, a sanctuary}","kjv_definition":"holy (One), saint."} +{"id":"H6923","strongs_number":"H6923","system":"hebrew","language":"hebrew","number_value":6923,"lemma":"קָדַם","transliteration":"qâdam","pronunciation":"kaw-dam'","derivation":"a primitive root;","strongs_definition":"to project (one self), i.e. precede; hence, to anticipate, hasten, meet (usually for help)","kjv_definition":"come (go, (flee)) before, [phrase] disappoint, meet, prevent."} +{"id":"H6924","strongs_number":"H6924","system":"hebrew","language":"hebrew","number_value":6924,"lemma":"קֶדֶם","transliteration":"qedem","pronunciation":"keh'-dem","derivation":"or קֵדְמָה; from H6923 (קָדַם);","strongs_definition":"the front, of place (absolutely, the fore part, relatively the East) or time (antiquity); often used adverbially (before, anciently, eastward)","kjv_definition":"aforetime, ancient (time), before, east (end, part, side, -ward), eternal, [idiom] ever(-lasting), forward, old, past. Compare H6926 (קִדְמָה)."} +{"id":"H6925","strongs_number":"H6925","system":"hebrew","language":"hebrew","number_value":6925,"lemma":"קֳדָם","transliteration":"qŏdâm","pronunciation":"kod-awm'","derivation":"(Aramaic) or קְדָם; (Aramaic) (Daniel 7:13), corresponding to H6924 (קֶדֶם);","strongs_definition":"before","kjv_definition":"before, [idiom] from, [idiom] I (thought), [idiom] me, [phrase] of, [idiom] it pleased, presence."} +{"id":"H6926","strongs_number":"H6926","system":"hebrew","language":"hebrew","number_value":6926,"lemma":"קִדְמָה","transliteration":"qidmâh","pronunciation":"kid-maw'","derivation":"feminine of H6924 (קֶדֶם);","strongs_definition":"the forward part (or relatively) East (often adverbially, on the east or in front)","kjv_definition":"east(-ward)."} +{"id":"H6927","strongs_number":"H6927","system":"hebrew","language":"hebrew","number_value":6927,"lemma":"קַדְמָה","transliteration":"qadmâh","pronunciation":"kad-maw'","derivation":"from H6923 (קָדַם);","strongs_definition":"priority (in time); also used adverbially (before)","kjv_definition":"afore, antiquity, former (old) estate."} +{"id":"H6928","strongs_number":"H6928","system":"hebrew","language":"hebrew","number_value":6928,"lemma":"קַדְמָה","transliteration":"qadmâh","pronunciation":"kad-maw'","derivation":"(Aramaic) corresponding to H6927 (קַדְמָה);","strongs_definition":"former time","kjv_definition":"afore(-time), ago."} +{"id":"H6929","strongs_number":"H6929","system":"hebrew","language":"hebrew","number_value":6929,"lemma":"קֵדְמָה","transliteration":"Qêdᵉmâh","pronunciation":"kayd'-maw","derivation":"from H6923 (קָדַם); precedence;","strongs_definition":"Kedemah, a son of Ishmael","kjv_definition":"Kedemah."} +{"id":"H6930","strongs_number":"H6930","system":"hebrew","language":"hebrew","number_value":6930,"lemma":"קַדְמוֹן","transliteration":"qadmôwn","pronunciation":"kad-mone'","derivation":"from H6923 (קָדַם);","strongs_definition":"eastern","kjv_definition":"east."} +{"id":"H6931","strongs_number":"H6931","system":"hebrew","language":"hebrew","number_value":6931,"lemma":"קַדְמוֹנִי","transliteration":"qadmôwnîy","pronunciation":"kad-mo-nee'","derivation":"or קַדְמֹנִי; from H6930 (קַדְמוֹן);","strongs_definition":"(of time) anterior or (of place) oriental","kjv_definition":"ancient, they that went before, east, (thing of) old."} +{"id":"H6932","strongs_number":"H6932","system":"hebrew","language":"hebrew","number_value":6932,"lemma":"קְדֵמוֹת","transliteration":"Qᵉdêmôwth","pronunciation":"ked-ay-mothe'","derivation":"from H6923 (קָדַם); beginnings;","strongs_definition":"Kedemoth, a place in eastern Palestine","kjv_definition":"Kedemoth."} +{"id":"H6933","strongs_number":"H6933","system":"hebrew","language":"hebrew","number_value":6933,"lemma":"קַדְמַי","transliteration":"qadmay","pronunciation":"kad-mah'-ee","derivation":"(Aramaic) from a root corresponding to H6923 (קָדַם);","strongs_definition":"first","kjv_definition":"first."} +{"id":"H6934","strongs_number":"H6934","system":"hebrew","language":"hebrew","number_value":6934,"lemma":"קַדְמִיאֵל","transliteration":"Qadmîyʼêl","pronunciation":"kad-mee-ale'","derivation":"from H6924 (קֶדֶם) and H410 (אֵל); presence of God;","strongs_definition":"Kadmiel, the name of three Israelites","kjv_definition":"Kadmiel."} +{"id":"H6935","strongs_number":"H6935","system":"hebrew","language":"hebrew","number_value":6935,"lemma":"קַדְמֹנִי","transliteration":"Qadmônîy","pronunciation":"kad-mo-nee'","derivation":"the same as H6931 (קַדְמוֹנִי); ancient, i.e. aboriginal;","strongs_definition":"Kadmonite (collectively), the name of a tribe in Palestine","kjv_definition":"Kadmonites."} +{"id":"H6936","strongs_number":"H6936","system":"hebrew","language":"hebrew","number_value":6936,"lemma":"קׇדְקֹד","transliteration":"qodqôd","pronunciation":"kod-kode'","derivation":"from H6915 (קָדַד);","strongs_definition":"the crown of the head (as the part most bowed)","kjv_definition":"crown (of the head), pate, scalp, top of the head."} +{"id":"H6937","strongs_number":"H6937","system":"hebrew","language":"hebrew","number_value":6937,"lemma":"קָדַר","transliteration":"qâdar","pronunciation":"kaw-dar'","derivation":"a primitive root;","strongs_definition":"to be ashy, i.e. darkcolored; by implication, to mourn (in sackcloth or sordid garments)","kjv_definition":"be black(-ish), be (make) dark(-en), [idiom] heavily, (cause to) mourn."} +{"id":"H6938","strongs_number":"H6938","system":"hebrew","language":"hebrew","number_value":6938,"lemma":"קֵדָר","transliteration":"Qêdâr","pronunciation":"kay-dawr'","derivation":"from H6937 (קָדַר); dusky (of the skin or the tent);","strongs_definition":"Kedar, a son of Ishmael; also (collectively) Bedouin (as his descendants or representatives)","kjv_definition":"Kedar."} +{"id":"H6939","strongs_number":"H6939","system":"hebrew","language":"hebrew","number_value":6939,"lemma":"קִדְרוֹן","transliteration":"Qidrôwn","pronunciation":"kid-rone'","derivation":"from H6937 (קָדַר); dusky place;","strongs_definition":"Kidron, a brook near Jerusalem","kjv_definition":"Kidron."} +{"id":"H6940","strongs_number":"H6940","system":"hebrew","language":"hebrew","number_value":6940,"lemma":"קַדְרוּת","transliteration":"qadrûwth","pronunciation":"kad-rooth'","derivation":"from H6937 (קָדַר);","strongs_definition":"duskiness","kjv_definition":"blackness."} +{"id":"H6941","strongs_number":"H6941","system":"hebrew","language":"hebrew","number_value":6941,"lemma":"קְדֹרַנִּית","transliteration":"qᵉdôrannîyth","pronunciation":"ked-o-ran-neeth'","derivation":"adverb from H6937 (קָדַר);","strongs_definition":"blackish ones (i.e. in sackcloth); used adverbially, in mourning weeds","kjv_definition":"mournfully."} +{"id":"H6942","strongs_number":"H6942","system":"hebrew","language":"hebrew","number_value":6942,"lemma":"קָדַשׁ","transliteration":"qâdash","pronunciation":"kaw-dash'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make, pronounce or observe as) clean (ceremonially or morally)","kjv_definition":"appoint, bid, consecrate, dedicate, defile, hallow, (be, keep) holy(-er, place), keep, prepare, proclaim, purify, sanctify(-ied one, self), [idiom] wholly."} +{"id":"H6943","strongs_number":"H6943","system":"hebrew","language":"hebrew","number_value":6943,"lemma":"קֶדֶשׁ","transliteration":"Qedesh","pronunciation":"keh'-desh","derivation":"from H6942 (קָדַשׁ); a sanctum;","strongs_definition":"Kedesh, the name of four places in Palestine","kjv_definition":"Kedesh."} +{"id":"H6944","strongs_number":"H6944","system":"hebrew","language":"hebrew","number_value":6944,"lemma":"קֹדֶשׁ","transliteration":"qôdesh","pronunciation":"ko'-desh","derivation":"from H6942 (קָדַשׁ);","strongs_definition":"a sacred place or thing; rarely abstract, sanctity","kjv_definition":"consecrated (thing), dedicated (thing), hallowed (thing), holiness, ([idiom] most) holy ([idiom] day, portion, thing), saint, sanctuary."} +{"id":"H6945","strongs_number":"H6945","system":"hebrew","language":"hebrew","number_value":6945,"lemma":"קָדֵשׁ","transliteration":"qâdêsh","pronunciation":"kaw-dashe'","derivation":"from H6942 (קָדַשׁ);","strongs_definition":"a (quasi) sacred person, i.e. (technically) a (male) devotee (by prostitution) to licentious idolatry","kjv_definition":"sodomite, unclean."} +{"id":"H6946","strongs_number":"H6946","system":"hebrew","language":"hebrew","number_value":6946,"lemma":"קָדֵשׁ","transliteration":"Qâdêsh","pronunciation":"kaw-dashe'","derivation":"the same as H6945 (קָדֵשׁ); sanctuary;","strongs_definition":"Kadesh, a place in the Desert","kjv_definition":"Kadesh. Compare H6947 (קָדֵשׁ בַּרְנֵעַ)."} +{"id":"H6947","strongs_number":"H6947","system":"hebrew","language":"hebrew","number_value":6947,"lemma":"קָדֵשׁ בַּרְנֵעַ","transliteration":"Qâdêsh Barnêaʻ","pronunciation":"kaw-dashe' bar-nay'-ah","derivation":"from the same as H6946 (קָדֵשׁ) and an otherwise unused word (apparently compounded of a correspondent to H1251 (בַּר) and a derivative of H5128 (נוּעַ)) meaning desert of a fugitive; Kadesh of (the) Wilderness of Wandering;","strongs_definition":"Kadesh-Barnea, a place in the Desert","kjv_definition":"Kadeshbarnea."} +{"id":"H6948","strongs_number":"H6948","system":"hebrew","language":"hebrew","number_value":6948,"lemma":"קְדֵשָׁה","transliteration":"qᵉdêshâh","pronunciation":"ked-ay-shaw'","derivation":"feminine of H6945 (קָדֵשׁ);","strongs_definition":"a female devotee (i.e. prostitute)","kjv_definition":"harlot, whore."} +{"id":"H6949","strongs_number":"H6949","system":"hebrew","language":"hebrew","number_value":6949,"lemma":"קָהָה","transliteration":"qâhâh","pronunciation":"kaw-haw'","derivation":"a primitive root;","strongs_definition":"to be dull","kjv_definition":"be set on edge, be blunt."} +{"id":"H6950","strongs_number":"H6950","system":"hebrew","language":"hebrew","number_value":6950,"lemma":"קָהַל","transliteration":"qâhal","pronunciation":"'kaw-hal'","derivation":"a primitive root;","strongs_definition":"to convoke","kjv_definition":"assemble (selves) (together), gather (selves) (together)."} +{"id":"H6951","strongs_number":"H6951","system":"hebrew","language":"hebrew","number_value":6951,"lemma":"קָהָל","transliteration":"qâhâl","pronunciation":"kaw-hawl'","derivation":"from H6950 (קָהַל);","strongs_definition":"assemblage (usually concretely)","kjv_definition":"assembly, company, congregation, multitude."} +{"id":"H6952","strongs_number":"H6952","system":"hebrew","language":"hebrew","number_value":6952,"lemma":"קְהִלָּה","transliteration":"qᵉhillâh","pronunciation":"keh-hil-law'","derivation":"from H6950 (קָהַל);","strongs_definition":"an assemblage","kjv_definition":"assembly, congregation."} +{"id":"H6953","strongs_number":"H6953","system":"hebrew","language":"hebrew","number_value":6953,"lemma":"קֹהֶלֶת","transliteration":"qôheleth","pronunciation":"ko-heh'-leth","derivation":"feminine of active participle from H6950 (קָהַל);","strongs_definition":"a (female) assembler (i.e. lecturer); abstractly, preaching (used as a 'nom de plume', Koheleth)","kjv_definition":"preacher."} +{"id":"H6954","strongs_number":"H6954","system":"hebrew","language":"hebrew","number_value":6954,"lemma":"קְהֵלָתָה","transliteration":"Qᵉhêlâthâh","pronunciation":"keh-hay-law'-thaw","derivation":"from H6950 (קָהַל); convocation;","strongs_definition":"Kehelathah, a place in the Desert","kjv_definition":"Kehelathah."} +{"id":"H6955","strongs_number":"H6955","system":"hebrew","language":"hebrew","number_value":6955,"lemma":"קְהָת","transliteration":"Qᵉhâth","pronunciation":"keh-hawth'","derivation":"from an unused root meaning to ally oneself; allied;","strongs_definition":"Kehath, an Israelite","kjv_definition":"Kohath."} +{"id":"H6956","strongs_number":"H6956","system":"hebrew","language":"hebrew","number_value":6956,"lemma":"קֳהָתִי","transliteration":"Qŏhâthîy","pronunciation":"ko-haw-thee'","derivation":"patronymically from H6955 (קְהָת);","strongs_definition":"a Kohathite (collectively) or descendants of Kehath","kjv_definition":"Kohathites."} +{"id":"H6957","strongs_number":"H6957","system":"hebrew","language":"hebrew","number_value":6957,"lemma":"קַו","transliteration":"qav","pronunciation":"kav","derivation":"or קָו; from H6960 (קָוָה) (compare H6961 (קָוֶה));","strongs_definition":"a cord (as connecting), especially formeasuring; figuratively, a rule; also a rim, a musical string or accord","kjv_definition":"line. Compare H6978 (קַו־קַו)lemma קַו־קַי yod, corrected to קַו־קַו."} +{"id":"H6958","strongs_number":"H6958","system":"hebrew","language":"hebrew","number_value":6958,"lemma":"קוֹא","transliteration":"qôwʼ","pronunciation":"ko","derivation":"or קָיָה; (Jeremiah 25:27), a primitive root;","strongs_definition":"to vomit","kjv_definition":"spue (out), vomit (out, up, up again)."} +{"id":"H6959","strongs_number":"H6959","system":"hebrew","language":"hebrew","number_value":6959,"lemma":"קוֹבַע","transliteration":"qôwbaʻ","pronunciation":"ko'-bah or ko-bah'","derivation":"a form collateral to H3553 (כּוֹבַע);","strongs_definition":"a helmet","kjv_definition":"helmet."} +{"id":"H6960","strongs_number":"H6960","system":"hebrew","language":"hebrew","number_value":6960,"lemma":"קָוָה","transliteration":"qâvâh","pronunciation":"kaw-vaw'","derivation":"a primitive root;","strongs_definition":"to bind together (perhaps by twisting), i.e. collect; (figuratively) to expect","kjv_definition":"gather (together), look, patiently, tarry, wait (for, on, upon)."} +{"id":"H6961","strongs_number":"H6961","system":"hebrew","language":"hebrew","number_value":6961,"lemma":"קָוֶה","transliteration":"qâveh","pronunciation":"kaw-veh'","derivation":"from H6960 (קָוָה);","strongs_definition":"a (measuring) cord (as if for binding)","kjv_definition":"line."} +{"id":"H6962","strongs_number":"H6962","system":"hebrew","language":"hebrew","number_value":6962,"lemma":"קוּט","transliteration":"qûwṭ","pronunciation":"koot","derivation":"a primitive root;","strongs_definition":"properly, to cut off, i.e. (figuratively) detest","kjv_definition":"begrieved, loathe self."} +{"id":"H6963","strongs_number":"H6963","system":"hebrew","language":"hebrew","number_value":6963,"lemma":"קוֹל","transliteration":"qôwl","pronunciation":"kole","derivation":"or קֹל; from an unused root meaning to call aloud;","strongs_definition":"a voice or sound","kjv_definition":"[phrase] aloud, bleating, crackling, cry ([phrase] out), fame, lightness, lowing, noise, [phrase] hold peace, (pro-) claim, proclamation, [phrase] sing, sound, [phrase] spark, thunder(-ing), voice, [phrase] yell."} +{"id":"H6964","strongs_number":"H6964","system":"hebrew","language":"hebrew","number_value":6964,"lemma":"קוֹלָיָה","transliteration":"Qôwlâyâh","pronunciation":"ko-law-yaw'","derivation":"from H6963 (קוֹל) and H3050 (יָהּ); voice of Jah;","strongs_definition":"Kolajah, the name of two Israelites","kjv_definition":"Kolaiah."} +{"id":"H6965","strongs_number":"H6965","system":"hebrew","language":"hebrew","number_value":6965,"lemma":"קוּם","transliteration":"qûwm","pronunciation":"koom","derivation":"a primitive root;","strongs_definition":"to rise (in various applications, literal, figurative, intensive and causative)","kjv_definition":"abide, accomplish, [idiom] be clearer, confirm, continue, decree, [idiom] be dim, endure, [idiom] enemy, enjoin, get up, make good, help, hold, (help to) lift up (again), make, [idiom] but newly, ordain, perform, pitch, raise (up), rear (up), remain, (a-) rise (up) (again, against), rouse up, set (up), (e-) stablish, (make to) stand (up), stir up, strengthen, succeed, (as-, make) sure(-ly), (be) up(-hold, -rising)."} +{"id":"H6966","strongs_number":"H6966","system":"hebrew","language":"hebrew","number_value":6966,"lemma":"קוּם","transliteration":"qûwm","pronunciation":"koom","derivation":"(Aramaic) corresponding to H6965 (קוּם)","strongs_definition":"{to rise (in various applications, literal, figurative, intensive and causative)}","kjv_definition":"appoint, establish, make, raise up self, (a-) rise (up), (make to) stand, set (up)."} +{"id":"H6967","strongs_number":"H6967","system":"hebrew","language":"hebrew","number_value":6967,"lemma":"קוֹמָה","transliteration":"qôwmâh","pronunciation":"ko-maw'","derivation":"from H6965 (קוּם);","strongs_definition":"height","kjv_definition":"[idiom] along, height, high, stature, tall."} +{"id":"H6968","strongs_number":"H6968","system":"hebrew","language":"hebrew","number_value":6968,"lemma":"קוֹמְמִיּוּת","transliteration":"qôwmᵉmîyûwth","pronunciation":"ko-mem-ee-yooth'","derivation":"from H6965 (קוּם);","strongs_definition":"elevation, i.e. (adverbially) erectly (figuratively)","kjv_definition":"upright."} +{"id":"H6969","strongs_number":"H6969","system":"hebrew","language":"hebrew","number_value":6969,"lemma":"קוּן","transliteration":"qûwn","pronunciation":"koon","derivation":"a primitive root;","strongs_definition":"to strike a musical note, i.e. chant or wail (at a funeral)","kjv_definition":"lament, mourning woman."} +{"id":"H6970","strongs_number":"H6970","system":"hebrew","language":"hebrew","number_value":6970,"lemma":"קוֹעַ","transliteration":"Qôwaʻ","pronunciation":"ko'-ah","derivation":"probably from H6972 (קוּץ) in the original sense of cutting off; curtailment;","strongs_definition":"Koa, a region of Babylon","kjv_definition":"Koa."} +{"id":"H6971","strongs_number":"H6971","system":"hebrew","language":"hebrew","number_value":6971,"lemma":"קוֹף","transliteration":"qôwph","pronunciation":"kofe","derivation":"or קֹף; of foreign origin,","strongs_definition":"a monkey","kjv_definition":"ape."} +{"id":"H6972","strongs_number":"H6972","system":"hebrew","language":"hebrew","number_value":6972,"lemma":"קוּץ","transliteration":"qûwts","pronunciation":"koots","derivation":"a primitive root; to clip off; used only as denominative from H7019 (קַיִץ);","strongs_definition":"to spend the harvest season","kjv_definition":"summer."} +{"id":"H6973","strongs_number":"H6973","system":"hebrew","language":"hebrew","number_value":6973,"lemma":"קוּץ","transliteration":"qûwts","pronunciation":"koots","derivation":"a primitive root (identical with through the idea of severing oneself from (compare H6962 (קוּט)));","strongs_definition":"to be (causatively, make) disgusted or anxious","kjv_definition":"abhor, be distressed, be grieved, loathe, vex, be weary."} +{"id":"H6974","strongs_number":"H6974","system":"hebrew","language":"hebrew","number_value":6974,"lemma":"קוּץ","transliteration":"qûwts","pronunciation":"koots","derivation":"a primitive root (identical with through the idea of abruptness in starting up from sleep (compare H3364 (יָקַץ)));","strongs_definition":"to awake (literally or figuratively)","kjv_definition":"arise, (be) (a-) wake, watch."} +{"id":"H6975","strongs_number":"H6975","system":"hebrew","language":"hebrew","number_value":6975,"lemma":"קוֹץ","transliteration":"qôwts","pronunciation":"kotse","derivation":"or קֹץ; from H6972 (קוּץ) (in the sense of pricking);","strongs_definition":"a thorn","kjv_definition":"thorn."} +{"id":"H6976","strongs_number":"H6976","system":"hebrew","language":"hebrew","number_value":6976,"lemma":"קוֹץ","transliteration":"Qôwts","pronunciation":"kotse","derivation":"the same as H6975 (קוֹץ);","strongs_definition":"Kots, the name of two Israelites","kjv_definition":"Koz, Hakkoz (including the article)."} +{"id":"H6977","strongs_number":"H6977","system":"hebrew","language":"hebrew","number_value":6977,"lemma":"קְוֻצָּה","transliteration":"qᵉvutstsâh","pronunciation":"kev-oots-tsaw'","derivation":"feminine passive participle of H6972 (קוּץ) in its original sense;","strongs_definition":"a forelock (as shorn)","kjv_definition":"lock."} +{"id":"H6978","strongs_number":"H6978","system":"hebrew","language":"hebrew","number_value":6978,"lemma":"קַו־קַו","transliteration":"qav-qav","pronunciation":"kav-kav'","derivation":"from H6957 (קַו) (in the sense of a fastening);","strongs_definition":"stalwart","kjv_definition":"[idiom] meted out."} +{"id":"H6979","strongs_number":"H6979","system":"hebrew","language":"hebrew","number_value":6979,"lemma":"קוּר","transliteration":"qûwr","pronunciation":"koor","derivation":"a primitive root; also denominative from H7023 (קִיר)","strongs_definition":"to trench; by implication, to throw forth; to wall up, whether literal (to build a wall) or figurative (to estop)","kjv_definition":"break down, cast out, destroy, dig."} +{"id":"H6980","strongs_number":"H6980","system":"hebrew","language":"hebrew","number_value":6980,"lemma":"קוּר","transliteration":"qûwr","pronunciation":"koor","derivation":"from H6979 (קוּר);","strongs_definition":"(only plural) trenches, i.e. a web (as if so formed)","kjv_definition":"web."} +{"id":"H6981","strongs_number":"H6981","system":"hebrew","language":"hebrew","number_value":6981,"lemma":"קוֹרֵא","transliteration":"Qôwrêʼ","pronunciation":"ko-ray'","derivation":"or קֹרֵא; (1 Chronicles 26:1), active participle of H7121 (קָרָא); crier;","strongs_definition":"Kore, the name of two Israelites","kjv_definition":"Kore."} +{"id":"H6982","strongs_number":"H6982","system":"hebrew","language":"hebrew","number_value":6982,"lemma":"קוֹרָה","transliteration":"qôwrâh","pronunciation":"ko-raw'","derivation":"or קֹרָה; from H6979 (קוּר);","strongs_definition":"a rafter (forming trenches as it were); by implication, a roof","kjv_definition":"beam, roof."} +{"id":"H6983","strongs_number":"H6983","system":"hebrew","language":"hebrew","number_value":6983,"lemma":"קוֹשׁ","transliteration":"qôwsh","pronunciation":"koshe","derivation":"a primitive root; to bend; used only as denominative for H3369 (יָקֹשׁ),","strongs_definition":"to set a trap","kjv_definition":"lay a snare."} +{"id":"H6984","strongs_number":"H6984","system":"hebrew","language":"hebrew","number_value":6984,"lemma":"קוּשָׁיָהוּ","transliteration":"qûwshâyâhûw","pronunciation":"koo-shaw-yaw'-hoo","derivation":"from the passive participle of H6983 (קוֹשׁ) and H3050 (יָהּ); entrapped of Jah;","strongs_definition":"Kushajah, an Israelite","kjv_definition":"Kushaiah."} +{"id":"H6985","strongs_number":"H6985","system":"hebrew","language":"hebrew","number_value":6985,"lemma":"קַט","transliteration":"qaṭ","pronunciation":"kat","derivation":"from H6990 (קָטַט) in the sense of abbreviation;","strongs_definition":"a little, i.e. (adverbially) merely","kjv_definition":"very."} +{"id":"H6986","strongs_number":"H6986","system":"hebrew","language":"hebrew","number_value":6986,"lemma":"קֶטֶב","transliteration":"qeṭeb","pronunciation":"keh'-teb","derivation":"from an unused root meaning to cut off;","strongs_definition":"ruin","kjv_definition":"destroying, destruction."} +{"id":"H6987","strongs_number":"H6987","system":"hebrew","language":"hebrew","number_value":6987,"lemma":"קֹטֶב","transliteration":"qôṭeb","pronunciation":"ko'-teb","derivation":"from the same as H6986 (קֶטֶב);","strongs_definition":"extermination","kjv_definition":"destruction."} +{"id":"H6988","strongs_number":"H6988","system":"hebrew","language":"hebrew","number_value":6988,"lemma":"קְטוֹרָה","transliteration":"qᵉṭôwrâh","pronunciation":"ket-o-raw'","derivation":"from H6999 (קָטַר);","strongs_definition":"perfume","kjv_definition":"incense."} +{"id":"H6989","strongs_number":"H6989","system":"hebrew","language":"hebrew","number_value":6989,"lemma":"קְטוּרָה","transliteration":"Qᵉṭûwrâh","pronunciation":"ket-oo-raw'","derivation":"feminine passive participle of H6999 (קָטַר); perfumed;","strongs_definition":"Keturah, a wife of Abraham","kjv_definition":"Keturah."} +{"id":"H6990","strongs_number":"H6990","system":"hebrew","language":"hebrew","number_value":6990,"lemma":"קָטַט","transliteration":"qâṭaṭ","pronunciation":"kaw-tat'","derivation":"a primitive root;","strongs_definition":"to clip off, i.e. (figuratively) destroy","kjv_definition":"be cut off."} +{"id":"H6991","strongs_number":"H6991","system":"hebrew","language":"hebrew","number_value":6991,"lemma":"קָטַל","transliteration":"qâṭal","pronunciation":"kaw-tal'","derivation":"a primitive root;","strongs_definition":"properly, to cut off, i.e. (figuratively) put to death","kjv_definition":"kill, slay."} +{"id":"H6992","strongs_number":"H6992","system":"hebrew","language":"hebrew","number_value":6992,"lemma":"קְטַל","transliteration":"qᵉṭal","pronunciation":"ket-al'","derivation":"(Aramaic) corresponding to H6991 (קָטַל);","strongs_definition":"to kill","kjv_definition":"slay."} +{"id":"H6993","strongs_number":"H6993","system":"hebrew","language":"hebrew","number_value":6993,"lemma":"קֶטֶל","transliteration":"qeṭel","pronunciation":"keh'-tel","derivation":"from H6991 (קָטַל);","strongs_definition":"a violent death","kjv_definition":"slaughter."} +{"id":"H6994","strongs_number":"H6994","system":"hebrew","language":"hebrew","number_value":6994,"lemma":"קָטֹן","transliteration":"qâṭôn","pronunciation":"kaw-tone'","derivation":"a primitive root (rather denominative from H6996 (קָטָן));","strongs_definition":"to diminish, i.e. be (causatively, make) diminutive or (figuratively) of no account","kjv_definition":"be a (make) small (thing), be not worthy."} +{"id":"H6995","strongs_number":"H6995","system":"hebrew","language":"hebrew","number_value":6995,"lemma":"קֹטֶן","transliteration":"qôṭen","pronunciation":"ko'-ten","derivation":"from H6994 (קָטֹן);","strongs_definition":"a pettiness, i.e. the little finger","kjv_definition":"little finger."} +{"id":"H6996","strongs_number":"H6996","system":"hebrew","language":"hebrew","number_value":6996,"lemma":"קָטָן","transliteration":"qâṭân","pronunciation":"kaw-tawn'","derivation":"or קָטֹן; from H6962 (קוּט);","strongs_definition":"abbreviated, i.e. diminutive, literally (in quantity, size or number) or figuratively (in age or importance)","kjv_definition":"least, less(-er), little (one), small(-est, one, quantity, thing), young(-er, -est)."} +{"id":"H6997","strongs_number":"H6997","system":"hebrew","language":"hebrew","number_value":6997,"lemma":"קָטָן","transliteration":"Qâṭân","pronunciation":"kaw-tawn'","derivation":"the same as H6996 (קָטָן); small;","strongs_definition":"Katan, an Israelite","kjv_definition":"Hakkatan (including the article)."} +{"id":"H6998","strongs_number":"H6998","system":"hebrew","language":"hebrew","number_value":6998,"lemma":"קָטַף","transliteration":"qâṭaph","pronunciation":"kaw-taf'","derivation":"a primitive root;","strongs_definition":"to strip off","kjv_definition":"crop off, cut down (up), pluck."} +{"id":"H6999","strongs_number":"H6999","system":"hebrew","language":"hebrew","number_value":6999,"lemma":"קָטַר","transliteration":"qâṭar","pronunciation":"kaw-tar'","derivation":"a primitive root (identical with through the idea of fumigation in a close place and perhaps thus driving out the occupants);","strongs_definition":"to smoke, i.e. turn into fragrance by fire (especially as an act of worship)","kjv_definition":"burn (incense, sacrifice) (upon), (altar for) incense, kindle, offer (incense, a sacrifice)."} +{"id":"H7000","strongs_number":"H7000","system":"hebrew","language":"hebrew","number_value":7000,"lemma":"קָטַר","transliteration":"qâṭar","pronunciation":"kaw-tar'","derivation":"a primitive root;","strongs_definition":"to inclose","kjv_definition":"join."} +{"id":"H7001","strongs_number":"H7001","system":"hebrew","language":"hebrew","number_value":7001,"lemma":"קְטַר","transliteration":"qᵉṭar","pronunciation":"ket-ar'","derivation":"(Aramaic) from a root corresponding to H7000 (קָטַר);","strongs_definition":"a knot (as tied up), i.e. (figuratively) a riddle; also a vertebra (as if a knot)","kjv_definition":"doubt, joint."} +{"id":"H7002","strongs_number":"H7002","system":"hebrew","language":"hebrew","number_value":7002,"lemma":"קִטֵּר","transliteration":"qiṭṭêr","pronunciation":"kit-tare'","derivation":"from H6999 (קָטַר);","strongs_definition":"perfume","kjv_definition":"incense."} +{"id":"H7003","strongs_number":"H7003","system":"hebrew","language":"hebrew","number_value":7003,"lemma":"קִטְרוֹן","transliteration":"Qiṭrôwn","pronunciation":"kit-rone'","derivation":"from H6999 (קָטַר); fumigative;","strongs_definition":"Kitron, a place in Palestine","kjv_definition":"Kitron."} +{"id":"H7004","strongs_number":"H7004","system":"hebrew","language":"hebrew","number_value":7004,"lemma":"קְטֹרֶת","transliteration":"qᵉṭôreth","pronunciation":"ket-o'-reth","derivation":"from H6999 (קָטַר);","strongs_definition":"a fumigation","kjv_definition":"(sweet) incense, perfume."} +{"id":"H7005","strongs_number":"H7005","system":"hebrew","language":"hebrew","number_value":7005,"lemma":"קַטָּת","transliteration":"Qaṭṭâth","pronunciation":"kat-tawth'","derivation":"from H6996 (קָטָן); littleness;","strongs_definition":"Kattath, a place in Palestine","kjv_definition":"Kattath."} +{"id":"H7006","strongs_number":"H7006","system":"hebrew","language":"hebrew","number_value":7006,"lemma":"קָיָה","transliteration":"qâyâh","pronunciation":"kaw-yaw'","derivation":"a primitive root;","strongs_definition":"to vomit","kjv_definition":"spue."} +{"id":"H7007","strongs_number":"H7007","system":"hebrew","language":"hebrew","number_value":7007,"lemma":"קַיִט","transliteration":"qayiṭ","pronunciation":"kah'-yit","derivation":"(Aramaic) corresponding to H7019 (קַיִץ);","strongs_definition":"harvest","kjv_definition":"summer."} +{"id":"H7008","strongs_number":"H7008","system":"hebrew","language":"hebrew","number_value":7008,"lemma":"קִיטוֹר","transliteration":"qîyṭôwr","pronunciation":"kee-tore'","derivation":"or קִיטֹר; from H6999 (קָטַר);","strongs_definition":"a fume, i.e. cloud","kjv_definition":"smoke, vapour."} +{"id":"H7009","strongs_number":"H7009","system":"hebrew","language":"hebrew","number_value":7009,"lemma":"קִים","transliteration":"qîym","pronunciation":"keem","derivation":"from H6965 (קוּם);","strongs_definition":"an opponent (as rising against one), i.e. (collectively) enemies","kjv_definition":"substance."} +{"id":"H7010","strongs_number":"H7010","system":"hebrew","language":"hebrew","number_value":7010,"lemma":"קְיָם","transliteration":"qᵉyâm","pronunciation":"keh-yawm'","derivation":"(Aramaic) from H6966 (קוּם);","strongs_definition":"an edict (as arising in law)","kjv_definition":"decree, statute."} +{"id":"H7011","strongs_number":"H7011","system":"hebrew","language":"hebrew","number_value":7011,"lemma":"קַיָּם","transliteration":"qayâm","pronunciation":"kah-yawm'","derivation":"(Aramaic) from H6966 (קוּם);","strongs_definition":"permanent (as rising firmly)","kjv_definition":"stedfast, sure."} +{"id":"H7012","strongs_number":"H7012","system":"hebrew","language":"hebrew","number_value":7012,"lemma":"קִימָה","transliteration":"qîymâh","pronunciation":"kee-maw'","derivation":"from H6965 (קוּם);","strongs_definition":"an arising","kjv_definition":"rising up."} +{"id":"H7013","strongs_number":"H7013","system":"hebrew","language":"hebrew","number_value":7013,"lemma":"קַיִן","transliteration":"qayin","pronunciation":"kah'-yin","derivation":"from H6969 (קוּן) in the original sense of fixity;","strongs_definition":"a lance (as striking fast)","kjv_definition":"spear."} +{"id":"H7014","strongs_number":"H7014","system":"hebrew","language":"hebrew","number_value":7014,"lemma":"קַיִן","transliteration":"Qayin","pronunciation":"kah'-yin","derivation":"the same as H7013 (קַיִן) (with a play upon the affinity to H7069 (קָנָה));","strongs_definition":"Kajin, the name of the first child, also of a place in Palestine, and of an Oriental tribe","kjv_definition":"Cain, Kenite(-s)."} +{"id":"H7015","strongs_number":"H7015","system":"hebrew","language":"hebrew","number_value":7015,"lemma":"קִינָה","transliteration":"qîynâh","pronunciation":"kee-naw'","derivation":"from H6969 (קוּן);","strongs_definition":"a dirge (as accompanied by beating the breasts or on instruments)","kjv_definition":"lamentation."} +{"id":"H7016","strongs_number":"H7016","system":"hebrew","language":"hebrew","number_value":7016,"lemma":"קִינָה","transliteration":"Qîynâh","pronunciation":"kee-naw'","derivation":"the same as H7015 (קִינָה);","strongs_definition":"Kinah, a place in Palestine","kjv_definition":"Kinah."} +{"id":"H7017","strongs_number":"H7017","system":"hebrew","language":"hebrew","number_value":7017,"lemma":"קֵינִי","transliteration":"Qêynîy","pronunciation":"kay-nee'","derivation":"or קִינִי; (1 Chronicles 2:55), patronymic from H7014 (קַיִן);","strongs_definition":"a Kenite or member of the tribe of Kajin","kjv_definition":"Kenite."} +{"id":"H7018","strongs_number":"H7018","system":"hebrew","language":"hebrew","number_value":7018,"lemma":"קֵינָן","transliteration":"Qêynân","pronunciation":"kay-nawn'","derivation":"from the same as H7064 (קֵן); fixed;","strongs_definition":"Kenan, an antediluvian","kjv_definition":"Cainan, Kenan."} +{"id":"H7019","strongs_number":"H7019","system":"hebrew","language":"hebrew","number_value":7019,"lemma":"קַיִץ","transliteration":"qayits","pronunciation":"kah'-yits","derivation":"from H6972 (קוּץ);","strongs_definition":"harvest (as the crop), whether the product (grain or fruit) or the (dry) season","kjv_definition":"summer (fruit, house)."} +{"id":"H7020","strongs_number":"H7020","system":"hebrew","language":"hebrew","number_value":7020,"lemma":"קִיצוֹן","transliteration":"qîytsôwn","pronunciation":"kee-tsone'","derivation":"from H6972 (קוּץ);","strongs_definition":"terminal","kjv_definition":"out-(utter-) most."} +{"id":"H7021","strongs_number":"H7021","system":"hebrew","language":"hebrew","number_value":7021,"lemma":"קִיקָיוֹן","transliteration":"qîyqâyôwn","pronunciation":"kee-kaw-yone'","derivation":"perhaps from H7006 (קָיָה);","strongs_definition":"the gourd (as nauseous)","kjv_definition":"gourd."} +{"id":"H7022","strongs_number":"H7022","system":"hebrew","language":"hebrew","number_value":7022,"lemma":"קִיקָלוֹן","transliteration":"qîyqâlôwn","pronunciation":"kee-kaw-lone'","derivation":"from H7036 (קָלוֹן);","strongs_definition":"intense disgrace","kjv_definition":"shameful spewing."} +{"id":"H7023","strongs_number":"H7023","system":"hebrew","language":"hebrew","number_value":7023,"lemma":"קִיר","transliteration":"qîyr","pronunciation":"keer","derivation":"or קִר; (Isaiah 22:5), or (feminine) קִירָה; from H6979 (קוּר);","strongs_definition":"a wall (as built in a trench)","kjv_definition":"[phrase] mason, side, town, [idiom] very, wall."} +{"id":"H7024","strongs_number":"H7024","system":"hebrew","language":"hebrew","number_value":7024,"lemma":"קִיר","transliteration":"Qîyr","pronunciation":"keer","derivation":"the same as H7023 (קִיר); fortress;","strongs_definition":"Kir, a place in Assyrian; also one in Moab","kjv_definition":"Kir. Compare H7025 (קִיר חֶרֶשׂ)."} +{"id":"H7025","strongs_number":"H7025","system":"hebrew","language":"hebrew","number_value":7025,"lemma":"קִיר חֶרֶשׂ","transliteration":"Qîyr Cheres","pronunciation":"keer kheh'-res","derivation":"or (feminine of the latter word) קִיר חֲרֶשֶׂת; from H7023 (קִיר) and H2789 (חֶרֶשׂ); fortress of earthenware;","strongs_definition":"Kir-Cheres or Kir-Chareseth, a place in Moab","kjv_definition":"Kir-haraseth, Kir-hareseth, Kirharesh, Kir-heres."} +{"id":"H7026","strongs_number":"H7026","system":"hebrew","language":"hebrew","number_value":7026,"lemma":"קֵירֹס","transliteration":"Qêyrôç","pronunciation":"kay-roce'","derivation":"or קֵרֹס; from the same as H7166 (קַרְסֹל); ankled;","strongs_definition":"Keros, one of the Nethinim","kjv_definition":"Keros."} +{"id":"H7027","strongs_number":"H7027","system":"hebrew","language":"hebrew","number_value":7027,"lemma":"קִישׁ","transliteration":"Qîysh","pronunciation":"keesh","derivation":"from H6983 (קוֹשׁ); a bow;","strongs_definition":"Kish, the name of five Israelites","kjv_definition":"Kish."} +{"id":"H7028","strongs_number":"H7028","system":"hebrew","language":"hebrew","number_value":7028,"lemma":"קִישׁוֹן","transliteration":"Qîyshôwn","pronunciation":"kee-shone'","derivation":"from H6983 (קוֹשׁ); winding;","strongs_definition":"Kishon, a river of Palestine","kjv_definition":"Kishon, Kison."} +{"id":"H7029","strongs_number":"H7029","system":"hebrew","language":"hebrew","number_value":7029,"lemma":"קִישִׁי","transliteration":"Qîyshîy","pronunciation":"kee-shee'","derivation":"from H6983 (קוֹשׁ); bowed;","strongs_definition":"Kishi, an Israelite","kjv_definition":"Kishi."} +{"id":"H7030","strongs_number":"H7030","system":"hebrew","language":"hebrew","number_value":7030,"lemma":"קִיתָרֹס","transliteration":"qîythârôç","pronunciation":"kee-thaw-roce'","derivation":"(Aramaic) of Greek origin;","strongs_definition":"a lyre","kjv_definition":"harp."} +{"id":"H7031","strongs_number":"H7031","system":"hebrew","language":"hebrew","number_value":7031,"lemma":"קַל","transliteration":"qal","pronunciation":"kal","derivation":"contracted from H7043 (קָלַל);","strongs_definition":"light; (by implication) rapid (also adverbial)","kjv_definition":"light, swift(-ly)."} +{"id":"H7032","strongs_number":"H7032","system":"hebrew","language":"hebrew","number_value":7032,"lemma":"קָל","transliteration":"qâl","pronunciation":"kawl","derivation":"(Aramaic) corresponding to H6963 (קוֹל)","strongs_definition":"{a voice or sound}","kjv_definition":"sound, voice."} +{"id":"H7033","strongs_number":"H7033","system":"hebrew","language":"hebrew","number_value":7033,"lemma":"קָלָה","transliteration":"qâlâh","pronunciation":"kaw-law'","derivation":"a primitive root (rather identical with H7034 (קָלָה) through the idea of shrinkage by heat);","strongs_definition":"to toast, i.e. scorch partially or slowly","kjv_definition":"dried, loathsome, parch, roast."} +{"id":"H7034","strongs_number":"H7034","system":"hebrew","language":"hebrew","number_value":7034,"lemma":"קָלָה","transliteration":"qâlâh","pronunciation":"kaw-law'","derivation":"a primitive root;","strongs_definition":"to be light (as implied in rapid motion), but figuratively, only (be (causatively, hold) in contempt)","kjv_definition":"base, contemn, despise, lightly esteem, set light, seem vile."} +{"id":"H7035","strongs_number":"H7035","system":"hebrew","language":"hebrew","number_value":7035,"lemma":"קָלַהּ","transliteration":"qâlahh","pronunciation":"kaw-lah'","derivation":"for H6950 (קָהַל);","strongs_definition":"to assemble","kjv_definition":"gather together."} +{"id":"H7036","strongs_number":"H7036","system":"hebrew","language":"hebrew","number_value":7036,"lemma":"קָלוֹן","transliteration":"qâlôwn","pronunciation":"kaw-lone'","derivation":"from H7034 (קָלָה);","strongs_definition":"disgrace; (by implication) the pudenda","kjv_definition":"confusion, dishonour, ignominy, reproach, shame."} +{"id":"H7037","strongs_number":"H7037","system":"hebrew","language":"hebrew","number_value":7037,"lemma":"קַלַּחַת","transliteration":"qallachath","pronunciation":"kal-lakh'-ath","derivation":"apparently but a form for H6747 (צַלַּחַת);","strongs_definition":"a kettle","kjv_definition":"caldron."} +{"id":"H7038","strongs_number":"H7038","system":"hebrew","language":"hebrew","number_value":7038,"lemma":"קָלַט","transliteration":"qâlaṭ","pronunciation":"kaw-lat'","derivation":"a primitive root;","strongs_definition":"to maim","kjv_definition":"lacking in his parts."} +{"id":"H7039","strongs_number":"H7039","system":"hebrew","language":"hebrew","number_value":7039,"lemma":"קָלִי","transliteration":"qâlîy","pronunciation":"kaw-lee'","derivation":"or קָלִיא; from H7033 (קָלָה);","strongs_definition":"roasted ears of grain","kjv_definition":"parched corn."} +{"id":"H7040","strongs_number":"H7040","system":"hebrew","language":"hebrew","number_value":7040,"lemma":"קַלַּי","transliteration":"Qallay","pronunciation":"kal-lah'-ee","derivation":"from H7043 (קָלַל); frivolous;","strongs_definition":"Kallai, an Israelite","kjv_definition":"Kallai."} +{"id":"H7041","strongs_number":"H7041","system":"hebrew","language":"hebrew","number_value":7041,"lemma":"קֵלָיָה","transliteration":"Qêlâyâh","pronunciation":"kay-law-yaw'","derivation":"from H7034 (קָלָה); insignificance;","strongs_definition":"Kelajah, an Israelite","kjv_definition":"Kelaiah."} +{"id":"H7042","strongs_number":"H7042","system":"hebrew","language":"hebrew","number_value":7042,"lemma":"קְלִיטָא","transliteration":"Qᵉlîyṭâʼ","pronunciation":"kel-ee-taw'","derivation":"from H7038 (קָלַט); maiming;","strongs_definition":"Kelita, the name of three Israelites","kjv_definition":"Kelita."} +{"id":"H7043","strongs_number":"H7043","system":"hebrew","language":"hebrew","number_value":7043,"lemma":"קָלַל","transliteration":"qâlal","pronunciation":"kaw-lal'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) light, literally (swift, small, sharp, etc.) or figuratively (easy, trifling, vile, etc.)","kjv_definition":"abate, make bright, bring into contempt, (ac-) curse, despise, (be) ease(-y, -ier), (be a, make, make somewhat, move, seem a, set) light(-en, -er, -ly, -ly afflict, -ly esteem, thing), [idiom] slight(-ly), be swift(-er), (be, be more, make, re-) vile, whet."} +{"id":"H7044","strongs_number":"H7044","system":"hebrew","language":"hebrew","number_value":7044,"lemma":"קָלָל","transliteration":"qâlâl","pronunciation":"kaw-lawl'","derivation":"from H7043 (קָלַל);","strongs_definition":"brightened (as if sharpened)","kjv_definition":"burnished, polished."} +{"id":"H7045","strongs_number":"H7045","system":"hebrew","language":"hebrew","number_value":7045,"lemma":"קְלָלָה","transliteration":"qᵉlâlâh","pronunciation":"kel-aw-law'","derivation":"from H7043 (קָלַל);","strongs_definition":"vilification","kjv_definition":"(ac-) curse(-d, -ing)."} +{"id":"H7046","strongs_number":"H7046","system":"hebrew","language":"hebrew","number_value":7046,"lemma":"קָלַס","transliteration":"qâlaç","pronunciation":"kaw-las'","derivation":"a primitive root;","strongs_definition":"to disparage, i.e. ridicule","kjv_definition":"mock, scoff, scorn."} +{"id":"H7047","strongs_number":"H7047","system":"hebrew","language":"hebrew","number_value":7047,"lemma":"קֶלֶס","transliteration":"qeleç","pronunciation":"keh'-les","derivation":"from H7046 (קָלַס);","strongs_definition":"a laughing-stock","kjv_definition":"derision."} +{"id":"H7048","strongs_number":"H7048","system":"hebrew","language":"hebrew","number_value":7048,"lemma":"קַלָּסָה","transliteration":"qallâçâh","pronunciation":"kal-law-saw'","derivation":"intensive from H7046 (קָלַס);","strongs_definition":"ridicule","kjv_definition":"mocking."} +{"id":"H7049","strongs_number":"H7049","system":"hebrew","language":"hebrew","number_value":7049,"lemma":"קָלַע","transliteration":"qâlaʻ","pronunciation":"kaw-lah'","derivation":"a primitive root;","strongs_definition":"to sling; also to carve (as if a circular motion, or into light forms)","kjv_definition":"carve, sling (out)."} +{"id":"H7050","strongs_number":"H7050","system":"hebrew","language":"hebrew","number_value":7050,"lemma":"קֶלַע","transliteration":"qelaʻ","pronunciation":"keh'-lah","derivation":"from H7049 (קָלַע);","strongs_definition":"a sling; also a (door) screen (as if slung across), or the valve (of the door) itself","kjv_definition":"hanging, leaf, sling."} +{"id":"H7051","strongs_number":"H7051","system":"hebrew","language":"hebrew","number_value":7051,"lemma":"קַלָּע","transliteration":"qallâʻ","pronunciation":"kal-law'","derivation":"intensive from H7049 (קָלַע);","strongs_definition":"a slinger","kjv_definition":"slinger."} +{"id":"H7052","strongs_number":"H7052","system":"hebrew","language":"hebrew","number_value":7052,"lemma":"קְלֹקֵל","transliteration":"qᵉlôqêl","pronunciation":"kel-o-kale'","derivation":"from H7043 (קָלַל);","strongs_definition":"insubstantial","kjv_definition":"light."} +{"id":"H7053","strongs_number":"H7053","system":"hebrew","language":"hebrew","number_value":7053,"lemma":"קִלְּשׁוֹן","transliteration":"qillᵉshôwn","pronunciation":"kil-lesh-one'","derivation":"from an unused root meaning to prick;","strongs_definition":"a prong, i.e. hay-fork","kjv_definition":"fork."} +{"id":"H7054","strongs_number":"H7054","system":"hebrew","language":"hebrew","number_value":7054,"lemma":"קָמָה","transliteration":"qâmâh","pronunciation":"kuw-maw'","derivation":"feminine of active participle of H6965 (קוּם);","strongs_definition":"something that rises, i.e. a stalk of grain","kjv_definition":"(standing) corn, grown up, stalk."} +{"id":"H7055","strongs_number":"H7055","system":"hebrew","language":"hebrew","number_value":7055,"lemma":"קְמוּאֵל","transliteration":"Qᵉmûwʼêl","pronunciation":"kem-oo-ale'","derivation":"from H6965 (קוּם) and H410 (אֵל); raised of God;","strongs_definition":"Kemuel, the name of a relative of Abraham, and of two Israelites","kjv_definition":"Kemuel."} +{"id":"H7056","strongs_number":"H7056","system":"hebrew","language":"hebrew","number_value":7056,"lemma":"קָמוֹן","transliteration":"Qâmôwn","pronunciation":"kaw-mone'","derivation":"from H6965 (קוּם); an elevation;","strongs_definition":"Kamon, a place East of the Jordan","kjv_definition":"Camon."} +{"id":"H7057","strongs_number":"H7057","system":"hebrew","language":"hebrew","number_value":7057,"lemma":"קִמּוֹשׁ","transliteration":"qimmôwsh","pronunciation":"kim-moshe'","derivation":"or קִימוֹשׁ; from an unused root meaning to sting;","strongs_definition":"a prickly plant","kjv_definition":"nettle. Compare H7063 (קִמָּשׁוֹן)."} +{"id":"H7058","strongs_number":"H7058","system":"hebrew","language":"hebrew","number_value":7058,"lemma":"קֶמַח","transliteration":"qemach","pronunciation":"keh'-makh","derivation":"from an unused root probably meaning to grind;","strongs_definition":"flour","kjv_definition":"flour, meal."} +{"id":"H7059","strongs_number":"H7059","system":"hebrew","language":"hebrew","number_value":7059,"lemma":"קָמַט","transliteration":"qâmaṭ","pronunciation":"kaw-mat'","derivation":"a primitive root;","strongs_definition":"to pluck, i.e. destroy","kjv_definition":"cut down, fill with wrinkles."} +{"id":"H7060","strongs_number":"H7060","system":"hebrew","language":"hebrew","number_value":7060,"lemma":"קָמַל","transliteration":"qâmal","pronunciation":"kaw-mal'","derivation":"a primitive root;","strongs_definition":"to wither","kjv_definition":"hew down, wither."} +{"id":"H7061","strongs_number":"H7061","system":"hebrew","language":"hebrew","number_value":7061,"lemma":"קָמַץ","transliteration":"qâmats","pronunciation":"kaw-mats'","derivation":"a primitive root;","strongs_definition":"to grasp with the hand","kjv_definition":"take an handful."} +{"id":"H7062","strongs_number":"H7062","system":"hebrew","language":"hebrew","number_value":7062,"lemma":"קֹמֶץ","transliteration":"qômets","pronunciation":"ko'mets","derivation":"from H7061 (קָמַץ);","strongs_definition":"a grasp, i.e. handful","kjv_definition":"handful."} +{"id":"H7063","strongs_number":"H7063","system":"hebrew","language":"hebrew","number_value":7063,"lemma":"קִמָּשׁוֹן","transliteration":"qimmâshôwn","pronunciation":"kim-maw-shone'","derivation":"from the same as H7057 (קִמּוֹשׁ);","strongs_definition":"a prickly plant","kjv_definition":"thorn."} +{"id":"H7064","strongs_number":"H7064","system":"hebrew","language":"hebrew","number_value":7064,"lemma":"קֵן","transliteration":"qên","pronunciation":"kane","derivation":"contracted from H7077 (קָנַן);","strongs_definition":"a nest (as fixed), sometimes including the nestlings; figuratively, a chamber or dwelling","kjv_definition":"nest, room."} +{"id":"H7065","strongs_number":"H7065","system":"hebrew","language":"hebrew","number_value":7065,"lemma":"קָנָא","transliteration":"qânâʼ","pronunciation":"kaw-naw'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) zealous, i.e. (in a bad sense) jealous or envious","kjv_definition":"(be) envy(-ious), be (move to, provoke to) jealous(-y), [idiom] very, (be) zeal(-ous)."} +{"id":"H7066","strongs_number":"H7066","system":"hebrew","language":"hebrew","number_value":7066,"lemma":"קְנָא","transliteration":"qᵉnâʼ","pronunciation":"ken-aw'","derivation":"(Aramaic) corresponding to H7069 (קָנָה);","strongs_definition":"to purchase","kjv_definition":"buy."} +{"id":"H7067","strongs_number":"H7067","system":"hebrew","language":"hebrew","number_value":7067,"lemma":"קַנָּא","transliteration":"qannâʼ","pronunciation":"kan-naw'","derivation":"from H7065 (קָנָא);","strongs_definition":"jealous","kjv_definition":"jealous. Compare H7072 (קַנּוֹא)."} +{"id":"H7068","strongs_number":"H7068","system":"hebrew","language":"hebrew","number_value":7068,"lemma":"קִנְאָה","transliteration":"qinʼâh","pronunciation":"kin-aw'","derivation":"from H7065 (קָנָא);","strongs_definition":"jealousy or envy","kjv_definition":"envy(-ied), jealousy, [idiom] sake, zeal."} +{"id":"H7069","strongs_number":"H7069","system":"hebrew","language":"hebrew","number_value":7069,"lemma":"קָנָה","transliteration":"qânâh","pronunciation":"kaw-naw'","derivation":"a primitive root;","strongs_definition":"to erect, i.e. create; by extension, to procure, especially by purchase (causatively, sell); by implication to own","kjv_definition":"attain, buy(-er), teach to keep cattle, get, provoke to jealousy, possess(-or), purchase, recover, redeem, [idiom] surely, [idiom] verily."} +{"id":"H7070","strongs_number":"H7070","system":"hebrew","language":"hebrew","number_value":7070,"lemma":"קָנֶה","transliteration":"qâneh","pronunciation":"kaw-neh'","derivation":"from H7069 (קָנָה);","strongs_definition":"a reed (as erect); by resemblance a rod (especially for measuring), shaft, tube, stem, the radius (of the arm), beam (of a steelyard)","kjv_definition":"balance, bone, branch, calamus, cane, reed, [idiom] spearman, stalk."} +{"id":"H7071","strongs_number":"H7071","system":"hebrew","language":"hebrew","number_value":7071,"lemma":"קָנָה","transliteration":"Qânâh","pronunciation":"kaw-naw'","derivation":"feminine of H7070 (קָנֶה); reediness;","strongs_definition":"Kanah, the name of a stream and of a place in Palestine","kjv_definition":"Kanah."} +{"id":"H7072","strongs_number":"H7072","system":"hebrew","language":"hebrew","number_value":7072,"lemma":"קַנּוֹא","transliteration":"qannôwʼ","pronunciation":"kan-no'","derivation":"for H7067 (קַנָּא);","strongs_definition":"jealous or angry","kjv_definition":"jealous."} +{"id":"H7073","strongs_number":"H7073","system":"hebrew","language":"hebrew","number_value":7073,"lemma":"קְנַז","transliteration":"Qᵉnaz","pronunciation":"ken-az'","derivation":"probably from an unused root meaning to hunt; hunter;","strongs_definition":"Kenaz, the name of an Edomite and of two Israelites","kjv_definition":"Kenaz."} +{"id":"H7074","strongs_number":"H7074","system":"hebrew","language":"hebrew","number_value":7074,"lemma":"קְנִזִּי","transliteration":"Qᵉnizzîy","pronunciation":"ken-iz-zee'","derivation":"patronymic from H7073 (קְנַז),","strongs_definition":"a Kenizzite or descendant of Kenaz","kjv_definition":"Kenezite, Kenizzites."} +{"id":"H7075","strongs_number":"H7075","system":"hebrew","language":"hebrew","number_value":7075,"lemma":"קִנְיָן","transliteration":"qinyân","pronunciation":"kin-yawn'","derivation":"from H7069 (קָנָה);","strongs_definition":"creation, i.e. (concretely) creatures; also acquisition, purchase, wealth","kjv_definition":"getting, goods, [idiom] with money, riches, substance."} +{"id":"H7076","strongs_number":"H7076","system":"hebrew","language":"hebrew","number_value":7076,"lemma":"קִנָּמוֹן","transliteration":"qinnâmôwn","pronunciation":"kin-naw-mone'","derivation":"from an unused root (meaning to erect);","strongs_definition":"cinnamon bark (as in upright rolls)","kjv_definition":"cinnamon."} +{"id":"H7077","strongs_number":"H7077","system":"hebrew","language":"hebrew","number_value":7077,"lemma":"קָנַן","transliteration":"qânan","pronunciation":"kaw-nan'","derivation":"a primitive root; to erect; but used only as denominative from H7064 (קֵן);","strongs_definition":"to nestle, i.e. build or occupy as anest","kjv_definition":"make...nest."} +{"id":"H7078","strongs_number":"H7078","system":"hebrew","language":"hebrew","number_value":7078,"lemma":"קֶנֶץ","transliteration":"qenets","pronunciation":"keh'-nets","derivation":"from an unused root probably meaning to wrench;","strongs_definition":"perversion","kjv_definition":"end."} +{"id":"H7079","strongs_number":"H7079","system":"hebrew","language":"hebrew","number_value":7079,"lemma":"קְנָת","transliteration":"Qᵉnâth","pronunciation":"ken-awth'","derivation":"from H7069 (קָנָה); possession;","strongs_definition":"Kenath, a place East of the Jordan","kjv_definition":"Kenath."} +{"id":"H7080","strongs_number":"H7080","system":"hebrew","language":"hebrew","number_value":7080,"lemma":"קָסַם","transliteration":"qâçam","pronunciation":"kaw-sam'","derivation":"a primitive root;","strongs_definition":"properly, to distribute, i.e. determine by lot or magical scroll; by implication, to divine","kjv_definition":"divine(-r, -ation), prudent, soothsayer, use (divination)."} +{"id":"H7081","strongs_number":"H7081","system":"hebrew","language":"hebrew","number_value":7081,"lemma":"קֶסֶם","transliteration":"qeçem","pronunciation":"keh'-sem","derivation":"from H7080 (קָסַם);","strongs_definition":"a lot; also divination (including its fee), oracle","kjv_definition":"(reward of) divination, divine sentence, witchcraft."} +{"id":"H7082","strongs_number":"H7082","system":"hebrew","language":"hebrew","number_value":7082,"lemma":"קָסַס","transliteration":"qâçaç","pronunciation":"kaw-sas'","derivation":"a primitive root;","strongs_definition":"to lop off","kjv_definition":"cut off."} +{"id":"H7083","strongs_number":"H7083","system":"hebrew","language":"hebrew","number_value":7083,"lemma":"קֶסֶת","transliteration":"qeçeth","pronunciation":"keh'-seth","derivation":"from the same as H3563 (כּוֹס) (or as H7185 (קָשָׁה));","strongs_definition":"properly, a cup, i.e. an ink-stand","kjv_definition":"inkhorn."} +{"id":"H7084","strongs_number":"H7084","system":"hebrew","language":"hebrew","number_value":7084,"lemma":"קְעִילָה","transliteration":"Qᵉʻîylâh","pronunciation":"keh-ee-law'","derivation":"perhaps from H7049 (קָלַע) in the sense of enclosing; citadel;","strongs_definition":"Keilah, a place in Palestine","kjv_definition":"Keilah."} +{"id":"H7085","strongs_number":"H7085","system":"hebrew","language":"hebrew","number_value":7085,"lemma":"קַעֲקַע","transliteration":"qaʻăqaʻ","pronunciation":"kah-ak-ah'","derivation":"from the same as H6970 (קוֹעַ);","strongs_definition":"an incision or gash","kjv_definition":"[phrase] mark."} +{"id":"H7086","strongs_number":"H7086","system":"hebrew","language":"hebrew","number_value":7086,"lemma":"קְעָרָה","transliteration":"qᵉʻârâh","pronunciation":"keh-aw-raw'","derivation":"probably from H7167 (קָרַע);","strongs_definition":"a bowl (as cut out hollow)","kjv_definition":"charger, dish."} +{"id":"H7087","strongs_number":"H7087","system":"hebrew","language":"hebrew","number_value":7087,"lemma":"קָפָא","transliteration":"qâphâʼ","pronunciation":"kaw-faw'","derivation":"a primitive root;","strongs_definition":"to shrink, i.e. thicken (as unracked wine, curdled milk, clouded sky, frozen water)","kjv_definition":"congeal, curdle, dark, settle."} +{"id":"H7088","strongs_number":"H7088","system":"hebrew","language":"hebrew","number_value":7088,"lemma":"קָפַד","transliteration":"qâphad","pronunciation":"kaw-fad'","derivation":"a primitive root;","strongs_definition":"to contract, i.e. roll together","kjv_definition":"cut off."} +{"id":"H7089","strongs_number":"H7089","system":"hebrew","language":"hebrew","number_value":7089,"lemma":"קְפָדָה","transliteration":"qᵉphâdâh","pronunciation":"kef-aw-daw'","derivation":"from H7088 (קָפַד);","strongs_definition":"shrinking, i.e., terror","kjv_definition":"destruction."} +{"id":"H7090","strongs_number":"H7090","system":"hebrew","language":"hebrew","number_value":7090,"lemma":"קִפּוֹד","transliteration":"qippôwd","pronunciation":"kip-pode'","derivation":"or קִפֹּדlemma קִכֹּד kaf, corrected to קִפֹּד; from H7088 (קָפַד);","strongs_definition":"a species of bird, perhaps the bittern (from its contracted form)","kjv_definition":"bittern."} +{"id":"H7091","strongs_number":"H7091","system":"hebrew","language":"hebrew","number_value":7091,"lemma":"קִפּוֹז","transliteration":"qippôwz","pronunciation":"kip-poze'","derivation":"from an unused root meaning to contract, i.e.","strongs_definition":"spring forward; an arrow-snake (as darting on its prey)","kjv_definition":"great owl."} +{"id":"H7092","strongs_number":"H7092","system":"hebrew","language":"hebrew","number_value":7092,"lemma":"קָפַץ","transliteration":"qâphats","pronunciation":"kaw-fats'","derivation":"a primitive root;","strongs_definition":"to draw together, i.e. close; by implication, to leap (by contracting the limbs); specifically, to die (from gathering up the feet)","kjv_definition":"shut (up), skip, stop, take out of the way."} +{"id":"H7093","strongs_number":"H7093","system":"hebrew","language":"hebrew","number_value":7093,"lemma":"קֵץ","transliteration":"qêts","pronunciation":"kates","derivation":"contracted from H7112 (קָצַץ);","strongs_definition":"an extremity; adverbially (with prepositional prefix) after","kjv_definition":"[phrase] after, (utmost) border, end, (in-) finite, [idiom] process."} +{"id":"H7094","strongs_number":"H7094","system":"hebrew","language":"hebrew","number_value":7094,"lemma":"קָצַב","transliteration":"qâtsab","pronunciation":"kaw-tsab'","derivation":"a primitive root;","strongs_definition":"to clip, or (generally) chop","kjv_definition":"cut down, shorn."} +{"id":"H7095","strongs_number":"H7095","system":"hebrew","language":"hebrew","number_value":7095,"lemma":"קֶצֶב","transliteration":"qetseb","pronunciation":"keh'-tseb","derivation":"from H7094 (קָצַב);","strongs_definition":"shape (as if cut out); base (as if there cut off)","kjv_definition":"bottom, size."} +{"id":"H7096","strongs_number":"H7096","system":"hebrew","language":"hebrew","number_value":7096,"lemma":"קָצָה","transliteration":"qâtsâh","pronunciation":"kaw-tsaw'","derivation":"a primitive root;","strongs_definition":"to cut off; (figuratively) to destroy; (partially) to scrape off","kjv_definition":"cut off, cut short, scrape (off)."} +{"id":"H7097","strongs_number":"H7097","system":"hebrew","language":"hebrew","number_value":7097,"lemma":"קָצֶה","transliteration":"qâtseh","pronunciation":"kaw-tseh'","derivation":"or (negative only) קֵצֶה; from H7096 (קָצָה); (used in a great variety of applications and idioms; compare H7093 (קֵץ))","strongs_definition":"an extremity","kjv_definition":"[idiom] after, border, brim, brink, edge, end, (in-) finite, frontier, outmost coast, quarter, shore, (out-) side, [idiom] some, ut(-ter-) most (part)."} +{"id":"H7098","strongs_number":"H7098","system":"hebrew","language":"hebrew","number_value":7098,"lemma":"קָצָה","transliteration":"qâtsâh","pronunciation":"kaw-tsaw'","derivation":"feminine of H7097 (קָצֶה); (used like H7097 (קָצֶה))","strongs_definition":"a termination","kjv_definition":"coast, corner, (selv-) edge, lowest, (uttermost) participle"} +{"id":"H7099","strongs_number":"H7099","system":"hebrew","language":"hebrew","number_value":7099,"lemma":"קֶצֶו","transliteration":"qetsev","pronunciation":"keh'-tsev","derivation":"and (feminine) קִצְוָה; from H7096 (קָצָה); (used like H7097 (קָצֶה), but with less variety)","strongs_definition":"a limit","kjv_definition":"end, edge, uttermost participle"} +{"id":"H7100","strongs_number":"H7100","system":"hebrew","language":"hebrew","number_value":7100,"lemma":"קֶצַח","transliteration":"qetsach","pronunciation":"keh'-tsakh","derivation":"from an unused root apparently meaning to incise;","strongs_definition":"fennelflower (from its pungency)","kjv_definition":"fitches."} +{"id":"H7101","strongs_number":"H7101","system":"hebrew","language":"hebrew","number_value":7101,"lemma":"קָצִין","transliteration":"qâtsîyn","pronunciation":"kaw-tseen'","derivation":"from H7096 (קָצָה) in the sense of determining;","strongs_definition":"a magistrate (as deciding) or other leader","kjv_definition":"captain, guide, prince, ruler. Compare H6278 (עֵת קָצִין)."} +{"id":"H7102","strongs_number":"H7102","system":"hebrew","language":"hebrew","number_value":7102,"lemma":"קְצִיעָה","transliteration":"qᵉtsîyʻâh","pronunciation":"kets-ee-aw'","derivation":"from H7106 (קָצַע);","strongs_definition":"cassia (as peeled; plural the bark)","kjv_definition":"cassia."} +{"id":"H7103","strongs_number":"H7103","system":"hebrew","language":"hebrew","number_value":7103,"lemma":"קְצִיעָה","transliteration":"Qᵉtsîyʻâh","pronunciation":"kets-ee-aw'","derivation":"the same as H7102 (קְצִיעָה);","strongs_definition":"Ketsiah, a daughter of Job","kjv_definition":"Kezia."} +{"id":"H7104","strongs_number":"H7104","system":"hebrew","language":"hebrew","number_value":7104,"lemma":"קְצִיץ","transliteration":"Qᵉtsîyts","pronunciation":"kets-eets'","derivation":"from H7112 (קָצַץ); abrupt;","strongs_definition":"Keziz, a valley in Palestine","kjv_definition":"Keziz."} +{"id":"H7105","strongs_number":"H7105","system":"hebrew","language":"hebrew","number_value":7105,"lemma":"קָצִיר","transliteration":"qâtsîyr","pronunciation":"kaw-tseer'","derivation":"from H7114 (קָצַר);","strongs_definition":"severed, i.e. harvest (as reaped), the crop, the time, the reaper, or figuratively; also a limb (of a tree, or simply foliage)","kjv_definition":"bough, branch, harvest (man)."} +{"id":"H7106","strongs_number":"H7106","system":"hebrew","language":"hebrew","number_value":7106,"lemma":"קָצַע","transliteration":"qâtsaʻ","pronunciation":"kaw-tsah'","derivation":"a primitive root;","strongs_definition":"to strip off, i.e. (partially) scrape; by implication, to segregate (as an angle)","kjv_definition":"cause to scrape, corner."} +{"id":"H7107","strongs_number":"H7107","system":"hebrew","language":"hebrew","number_value":7107,"lemma":"קָצַף","transliteration":"qâtsaph","pronunciation":"kaw-tsaf'","derivation":"a primitive root;","strongs_definition":"to crack off, i.e. (figuratively) burst out in rage","kjv_definition":"(be) anger(-ry), displease, fret self, (provoke to) wrath (come), be wroth."} +{"id":"H7108","strongs_number":"H7108","system":"hebrew","language":"hebrew","number_value":7108,"lemma":"קְצַף","transliteration":"qᵉtsaph","pronunciation":"kets-af'","derivation":"(Aramaic) corresponding to H7107 (קָצַף);","strongs_definition":"to become enraged","kjv_definition":"be furious."} +{"id":"H7109","strongs_number":"H7109","system":"hebrew","language":"hebrew","number_value":7109,"lemma":"קְצַף","transliteration":"qᵉtsaph","pronunciation":"kets-af'","derivation":"(Aramaic) from H7108 (קְצַף);","strongs_definition":"rage","kjv_definition":"wrath."} +{"id":"H7110","strongs_number":"H7110","system":"hebrew","language":"hebrew","number_value":7110,"lemma":"קֶצֶף","transliteration":"qetseph","pronunciation":"keh'-tsef","derivation":"from H7107 (קָצַף);","strongs_definition":"a splinter (as chipped off); figuratively, rage or strife","kjv_definition":"foam, indignation, [idiom] sore, wrath."} +{"id":"H7111","strongs_number":"H7111","system":"hebrew","language":"hebrew","number_value":7111,"lemma":"קְצָפָה","transliteration":"qᵉtsâphâh","pronunciation":"kets-aw-faw'","derivation":"from H7107 (קָצַף);","strongs_definition":"a fragment","kjv_definition":"bark(-ed)."} +{"id":"H7112","strongs_number":"H7112","system":"hebrew","language":"hebrew","number_value":7112,"lemma":"קָצַץ","transliteration":"qâtsats","pronunciation":"kaw-tsats'","derivation":"a primitive root;","strongs_definition":"to chop off (literally or figuratively)","kjv_definition":"cut (asunder, in pieces, in sunder, off), [idiom] utmost."} +{"id":"H7113","strongs_number":"H7113","system":"hebrew","language":"hebrew","number_value":7113,"lemma":"קְצַץ","transliteration":"qᵉtsats","pronunciation":"kets-ats'","derivation":"(Aramaic) corresponding to H7112 (קָצַץ)","strongs_definition":"{to chop off (literally or figuratively)}","kjv_definition":"cut off."} +{"id":"H7114","strongs_number":"H7114","system":"hebrew","language":"hebrew","number_value":7114,"lemma":"קָצַר","transliteration":"qâtsar","pronunciation":"kaw-tsar'","derivation":"a primitive root;","strongs_definition":"to dock off, i.e. curtail (transitive or intransitive, literal or figurative); especially to harvest (grass or grain)","kjv_definition":"[idiom] at all, cut down, much discouraged, grieve, harvestman, lothe, mourn, reap(-er), (be, wax) short(-en, -er), straiten, trouble, vex."} +{"id":"H7115","strongs_number":"H7115","system":"hebrew","language":"hebrew","number_value":7115,"lemma":"קֹצֶר","transliteration":"qôtser","pronunciation":"ko'-tser","derivation":"from H7114 (קָצַר);","strongs_definition":"shortness (of spirit), i.e. impatience","kjv_definition":"anguish."} +{"id":"H7116","strongs_number":"H7116","system":"hebrew","language":"hebrew","number_value":7116,"lemma":"קָצֵר","transliteration":"qâtsêr","pronunciation":"kaw-tsare'","derivation":"from H7114 (קָצַר);","strongs_definition":"short (whether in size, number, life, strength or temper)","kjv_definition":"few, hasty, small, soon."} +{"id":"H7117","strongs_number":"H7117","system":"hebrew","language":"hebrew","number_value":7117,"lemma":"קְצָת","transliteration":"qᵉtsâth","pronunciation":"kets-awth'","derivation":"from H7096 (קָצָה);","strongs_definition":"a termination (literally or figuratively); also (by implication) a portion; adverbially (with prepositional prefix) after","kjv_definition":"end, part, [idiom] some."} +{"id":"H7118","strongs_number":"H7118","system":"hebrew","language":"hebrew","number_value":7118,"lemma":"קְצָת","transliteration":"qᵉtsâth","pronunciation":"kets-awth'","derivation":"(Aramaic) corresponding to H7117 (קְצָת)","strongs_definition":"{a termination (literally or figuratively); also (by implication) a portion; adverbially (with prepositional prefix) after}","kjv_definition":"end, partly."} +{"id":"H7119","strongs_number":"H7119","system":"hebrew","language":"hebrew","number_value":7119,"lemma":"קַר","transliteration":"qar","pronunciation":"kar","derivation":"contracted from an unused root meaning to chill;","strongs_definition":"cool; figuratively, quiet","kjv_definition":"cold, excellent (from the margin)."} +{"id":"H7120","strongs_number":"H7120","system":"hebrew","language":"hebrew","number_value":7120,"lemma":"קֹר","transliteration":"qôr","pronunciation":"kore","derivation":"from the same as H7119 (קַר);","strongs_definition":"cold","kjv_definition":"cold."} +{"id":"H7121","strongs_number":"H7121","system":"hebrew","language":"hebrew","number_value":7121,"lemma":"קָרָא","transliteration":"qârâʼ","pronunciation":"kaw-raw'","derivation":"a primitive root (rather identical with H7122 (קָרָא) through the idea of accosting a person met);","strongs_definition":"to call out to (i.e. properly, address by name, but used in a wide variety of applications)","kjv_definition":"bewray (self), that are bidden, call (for, forth, self, upon), cry (unto), (be) famous, guest, invite, mention, (give) name, preach, (make) proclaim(-ation), pronounce, publish, read, renowned, say."} +{"id":"H7122","strongs_number":"H7122","system":"hebrew","language":"hebrew","number_value":7122,"lemma":"קָרָא","transliteration":"qârâʼ","pronunciation":"kaw-raw'","derivation":"a primitive root;","strongs_definition":"to encounter, whether accidentally or in a hostile manner","kjv_definition":"befall, (by) chance, (cause to) come (upon), fall out, happen, meet."} +{"id":"H7123","strongs_number":"H7123","system":"hebrew","language":"hebrew","number_value":7123,"lemma":"קְרָא","transliteration":"qᵉrâʼ","pronunciation":"ker-aw'","derivation":"(Aramaic) corresponding to H7121 (קָרָא)","strongs_definition":"{to call out to (i.e. properly, address by name, but used in a wide variety of applications)}","kjv_definition":"call, cry, read."} +{"id":"H7124","strongs_number":"H7124","system":"hebrew","language":"hebrew","number_value":7124,"lemma":"קֹרֵא","transliteration":"qôrêʼ","pronunciation":"ko-ray'","derivation":"properly, active participle of H7121 (קָרָא);","strongs_definition":"a caller, i.e. partridge (from its cry)","kjv_definition":"partridge. See also H6981 (קוֹרֵא)."} +{"id":"H7125","strongs_number":"H7125","system":"hebrew","language":"hebrew","number_value":7125,"lemma":"קִרְאָה","transliteration":"qirʼâh","pronunciation":"keer-aw'","derivation":"from H7122 (קָרָא);","strongs_definition":"an encountering, accidental, friendly or hostile (also adverbially, opposite)","kjv_definition":"[idiom] against (he come), help, meet, seek, [idiom] to, [idiom] in the way."} +{"id":"H7126","strongs_number":"H7126","system":"hebrew","language":"hebrew","number_value":7126,"lemma":"קָרַב","transliteration":"qârab","pronunciation":"kaw-rab'","derivation":"a primitive root;","strongs_definition":"to approach (causatively, bring near) for whatever purpose","kjv_definition":"(cause to) approach, (cause to) bring (forth, near), (cause to) come (near, nigh), (cause to) draw near (nigh), go (near), be at hand, join, be near, offer, present, produce, make ready, stand, take."} +{"id":"H7127","strongs_number":"H7127","system":"hebrew","language":"hebrew","number_value":7127,"lemma":"קְרֵב","transliteration":"qᵉrêb","pronunciation":"ker-abe'","derivation":"(Aramaic) corresponding to H7126 (קָרַב)","strongs_definition":"{to approach (causatively, bring near) for whatever purpose}","kjv_definition":"approach, come (near, nigh), draw near."} +{"id":"H7128","strongs_number":"H7128","system":"hebrew","language":"hebrew","number_value":7128,"lemma":"קְרָב","transliteration":"qᵉrâb","pronunciation":"ker-awb'","derivation":"from H7126 (קָרַב);","strongs_definition":"hostile encounter","kjv_definition":"battle, war."} +{"id":"H7129","strongs_number":"H7129","system":"hebrew","language":"hebrew","number_value":7129,"lemma":"קְרָב","transliteration":"qᵉrâb","pronunciation":"ker-awb'","derivation":"(Aramaic) corresponding to H7128 (קְרָב)","strongs_definition":"{hostile encounter}","kjv_definition":"war."} +{"id":"H7130","strongs_number":"H7130","system":"hebrew","language":"hebrew","number_value":7130,"lemma":"קֶרֶב","transliteration":"qereb","pronunciation":"keh'-reb","derivation":"from H7126 (קָרַב);","strongs_definition":"properly, the nearest part, i.e. the center, whether literal, figurative or adverbial (especially with preposition)","kjv_definition":"[idiom] among, [idiom] before, bowels, [idiom] unto charge, [phrase] eat (up), [idiom] heart, [idiom] him, [idiom] in, inward ([idiom] -ly, part, -s, thought), midst, [phrase] out of, purtenance, [idiom] therein, [idiom] through, [idiom] within self."} +{"id":"H7131","strongs_number":"H7131","system":"hebrew","language":"hebrew","number_value":7131,"lemma":"קָרֵב","transliteration":"qârêb","pronunciation":"kaw-rabe'","derivation":"from H7126 (קָרַב);","strongs_definition":"near","kjv_definition":"approach, come (near, nigh), draw near."} +{"id":"H7132","strongs_number":"H7132","system":"hebrew","language":"hebrew","number_value":7132,"lemma":"קְרָבָה","transliteration":"qᵉrâbâh","pronunciation":"ker-aw-baw'","derivation":"from H7126 (קָרַב);","strongs_definition":"approach","kjv_definition":"approaching, draw near."} +{"id":"H7133","strongs_number":"H7133","system":"hebrew","language":"hebrew","number_value":7133,"lemma":"קׇרְבָּן","transliteration":"qorbân","pronunciation":"kor-bawn'","derivation":"or קֻרְבָּן; from H7126 (קָרַב);","strongs_definition":"something brought near the altar, i.e. a sacrificial present","kjv_definition":"oblation, that is offered, offering."} +{"id":"H7134","strongs_number":"H7134","system":"hebrew","language":"hebrew","number_value":7134,"lemma":"קַרְדֹּם","transliteration":"qardôm","pronunciation":"kar-dome'","derivation":"perhaps from H6923 (קָדַם) in the sense of striking upon;","strongs_definition":"an axe","kjv_definition":"ax."} +{"id":"H7135","strongs_number":"H7135","system":"hebrew","language":"hebrew","number_value":7135,"lemma":"קָרָה","transliteration":"qârâh","pronunciation":"kaw-raw'","derivation":"feminine of H7119 (קַר);","strongs_definition":"coolness","kjv_definition":"cold."} +{"id":"H7136","strongs_number":"H7136","system":"hebrew","language":"hebrew","number_value":7136,"lemma":"קָרָה","transliteration":"qârâh","pronunciation":"kaw-raw'","derivation":"a primitive root;","strongs_definition":"to light upon (chiefly by accident); causatively, to bring about; specifically, to impose timbers (for roof or floor)","kjv_definition":"appoint, lay (make) beams, befall, bring, come (to pass unto), floor, (hap) was, happen (unto), meet, send good speed."} +{"id":"H7137","strongs_number":"H7137","system":"hebrew","language":"hebrew","number_value":7137,"lemma":"קָרֶה","transliteration":"qâreh","pronunciation":"kaw-reh'","derivation":"from H7136 (קָרָה);","strongs_definition":"an (unfortunate) occurrence, i.e. some accidental (ceremonial) disqualification","kjv_definition":"uncleanness that chanceth."} +{"id":"H7138","strongs_number":"H7138","system":"hebrew","language":"hebrew","number_value":7138,"lemma":"קָרוֹב","transliteration":"qârôwb","pronunciation":"kaw-robe'","derivation":"or קָרֹב; from H7126 (קָרַב);","strongs_definition":"near (in place, kindred or time)","kjv_definition":"allied, approach, at hand, [phrase] any of kin, kinsfold(-sman), (that is) near (of kin), neighbour, (that is) next, (them that come) nigh (at hand), more ready, short(-ly)."} +{"id":"H7139","strongs_number":"H7139","system":"hebrew","language":"hebrew","number_value":7139,"lemma":"קָרַח","transliteration":"qârach","pronunciation":"kaw-rakh'","derivation":"a primitive root;","strongs_definition":"to depilate","kjv_definition":"make (self) bald."} +{"id":"H7140","strongs_number":"H7140","system":"hebrew","language":"hebrew","number_value":7140,"lemma":"קֶרַח","transliteration":"qerach","pronunciation":"keh'-rakh","derivation":"or קֹרַח; from H7139 (קָרַח);","strongs_definition":"ice (as if bald, i.e. smooth); hence, hail; by resemblance, rock crystal","kjv_definition":"crystal, frost, ice."} +{"id":"H7141","strongs_number":"H7141","system":"hebrew","language":"hebrew","number_value":7141,"lemma":"קֹרַח","transliteration":"Qôrach","pronunciation":"ko'rakh","derivation":"from H7139 (קָרַח); ice;","strongs_definition":"Korach, the name of two Edomites and three Israelites","kjv_definition":"Korah."} +{"id":"H7142","strongs_number":"H7142","system":"hebrew","language":"hebrew","number_value":7142,"lemma":"קֵרֵחַ","transliteration":"qêrêach","pronunciation":"kay-ray'-akh","derivation":"from H7139 (קָרַח);","strongs_definition":"bald (on the back of the head)","kjv_definition":"bald (head)."} +{"id":"H7143","strongs_number":"H7143","system":"hebrew","language":"hebrew","number_value":7143,"lemma":"קָרֵחַ","transliteration":"Qârêach","pronunciation":"kaw-ray'-akh","derivation":"from H7139 (קָרַח); bald;","strongs_definition":"Kareach, an Israelite","kjv_definition":"Careah, Kareah."} +{"id":"H7144","strongs_number":"H7144","system":"hebrew","language":"hebrew","number_value":7144,"lemma":"קׇרְחָה","transliteration":"qorchâh","pronunciation":"kor-khaw'","derivation":"or קׇרְחָא; (Ezekiel 27:31), from H7139 (קָרַח);","strongs_definition":"baldness","kjv_definition":"bald(-ness), [idiom] utterly."} +{"id":"H7145","strongs_number":"H7145","system":"hebrew","language":"hebrew","number_value":7145,"lemma":"קׇרְחִי","transliteration":"Qorchîy","pronunciation":"kor-khee'","derivation":"patronymic from H7141 (קֹרַח);","strongs_definition":"a Korchite (collectively) or descendants of Korach","kjv_definition":"Korahite, Korathite, sons of Kore, Korhite."} +{"id":"H7146","strongs_number":"H7146","system":"hebrew","language":"hebrew","number_value":7146,"lemma":"קָרַחַת","transliteration":"qârachath","pronunciation":"kaw-rakh'-ath","derivation":"from H7139 (קָרַח);","strongs_definition":"a bald spot (on the back of the head); figuratively, a threadbare spot (on the back side of the cloth)","kjv_definition":"bald head, bare within."} +{"id":"H7147","strongs_number":"H7147","system":"hebrew","language":"hebrew","number_value":7147,"lemma":"קְרִי","transliteration":"qᵉrîy","pronunciation":"ker-ee'","derivation":"from H7136 (קָרָה);","strongs_definition":"hostile encounter","kjv_definition":"contrary."} +{"id":"H7148","strongs_number":"H7148","system":"hebrew","language":"hebrew","number_value":7148,"lemma":"קָרִיא","transliteration":"qârîyʼ","pronunciation":"kaw-ree'","derivation":"from H7121 (קָרָא);","strongs_definition":"called, i.e. select","kjv_definition":"famous, renowned."} +{"id":"H7149","strongs_number":"H7149","system":"hebrew","language":"hebrew","number_value":7149,"lemma":"קִרְיָא","transliteration":"qiryâʼ","pronunciation":"keer-yaw'","derivation":"(Aramaic) or קִרְיָה; (Aramaic), corresponding to H7151 (קִרְיָה)","strongs_definition":"{building; a city}","kjv_definition":"city."} +{"id":"H7150","strongs_number":"H7150","system":"hebrew","language":"hebrew","number_value":7150,"lemma":"קְרִיאָה","transliteration":"qᵉrîyʼâh","pronunciation":"ker-ee-aw'","derivation":"from H7121 (קָרָא);","strongs_definition":"a proclamation","kjv_definition":"preaching."} +{"id":"H7151","strongs_number":"H7151","system":"hebrew","language":"hebrew","number_value":7151,"lemma":"קִרְיָה","transliteration":"qiryâh","pronunciation":"kir-yaw'","derivation":"from H7136 (קָרָה) in the sense of flooring, i.e.","strongs_definition":"building; a city","kjv_definition":"city."} +{"id":"H7152","strongs_number":"H7152","system":"hebrew","language":"hebrew","number_value":7152,"lemma":"קְרִיּוֹת","transliteration":"Qᵉrîyôwth","pronunciation":"ker-ee-yoth'","derivation":"plural of H7151 (קִרְיָה); buildings;","strongs_definition":"Kerioth, the name of two places in Palestine","kjv_definition":"Kerioth, Kirioth."} +{"id":"H7153","strongs_number":"H7153","system":"hebrew","language":"hebrew","number_value":7153,"lemma":"קִרְיַת אַרְבַּע","transliteration":"Qiryath ʼArbaʻ","pronunciation":"keer-yath' ar-bah'","derivation":"or (with the article interposed) קִרְיַת הָאַרְבַּע; (Nehemiah 11:25), from H7151 (קִרְיָה) and H704 (אַרְבַּע) or H702 (אַרְבַּע); city of Arba, or city of the four (giants);","strongs_definition":"Kirjath-Arba or Kirjath-ha-Arba, a place in Palestine","kjv_definition":"Kirjath-arba."} +{"id":"H7154","strongs_number":"H7154","system":"hebrew","language":"hebrew","number_value":7154,"lemma":"קִרְיַת בַּעַל","transliteration":"Qiryath Baʻal","pronunciation":"keer-yath' bah'-al","derivation":"from H7151 (קִרְיָה) and H1168 (בַּעַל); city of Baal;","strongs_definition":"Kirjath-Baal, a place in Palestine","kjv_definition":"Kirjathbaal."} +{"id":"H7155","strongs_number":"H7155","system":"hebrew","language":"hebrew","number_value":7155,"lemma":"קִרְיַת חֻצוֹת","transliteration":"Qiryath Chutsôwth","pronunciation":"keer-yath' khoo-tsoth'","derivation":"from H7151 (קִרְיָה) and the feminine plural of H2351 (חוּץ); city of streets;","strongs_definition":"Kirjath-Chutsoth, a place in Moab","kjv_definition":"Kirjath-huzoth."} +{"id":"H7156","strongs_number":"H7156","system":"hebrew","language":"hebrew","number_value":7156,"lemma":"קִרְיָתַיִם","transliteration":"Qiryâthayim","pronunciation":"keer-yaw-thah'-yim","derivation":"dual of H7151 (קִרְיָה); double city;","strongs_definition":"Kirjathaim, the name of two placed in Palestine","kjv_definition":"Kiriathaim, Kirjathaim."} +{"id":"H7157","strongs_number":"H7157","system":"hebrew","language":"hebrew","number_value":7157,"lemma":"קִרְיַת יְעָרִים","transliteration":"Qiryath Yᵉʻârîym","pronunciation":"keer-yath' yeh-aw-reem'","derivation":"or (Jeremiah 26:20) with the article interposed; or (Joshua 18:28) simply the former part of the word; or קִרְיַת עָרִים; from H7151 (קִרְיָה) and the plural of H3293 (יַעַר) or H5892 (עִיר); city of forests, or city of towns;","strongs_definition":"Kirjath-Jearim or Kirjath-Arim, a place in Palestine","kjv_definition":"Kirjath, Kirjath-jearim, Kirjath-arim."} +{"id":"H7158","strongs_number":"H7158","system":"hebrew","language":"hebrew","number_value":7158,"lemma":"קִרְיַת סַנָּה","transliteration":"Qiryath Çannâh","pronunciation":"keer-yath' san-naw'","derivation":"or קִרְיַת סֵפֶר; from H7151 (קִרְיָה) and a simpler feminine from the same as H5577 (סַנְסִן), or (for the latter name) H5612 (סֵפֶר); city of branches, or of a book;","strongs_definition":"Kirjath-Sannah or Kirjath-Sepher, a place in Palestine","kjv_definition":"Kirjath-sannah, Kirjath-sepher."} +{"id":"H7159","strongs_number":"H7159","system":"hebrew","language":"hebrew","number_value":7159,"lemma":"קָרַם","transliteration":"qâram","pronunciation":"kaw-ram'","derivation":"a primitive root;","strongs_definition":"to cover","kjv_definition":"cover."} +{"id":"H7160","strongs_number":"H7160","system":"hebrew","language":"hebrew","number_value":7160,"lemma":"קָרַן","transliteration":"qâran","pronunciation":"kaw-ran'","derivation":"a primitive root; to push or gore; used only as denominative from H7161 (קֶרֶן),","strongs_definition":"to shoot out horns; figuratively, rays","kjv_definition":"have horns, shine."} +{"id":"H7161","strongs_number":"H7161","system":"hebrew","language":"hebrew","number_value":7161,"lemma":"קֶרֶן","transliteration":"qeren","pronunciation":"keh'-ren","derivation":"from H7160 (קָרַן);","strongs_definition":"a horn (as projecting); by implication, a flask, cornet; by resemblance. an elephant's tooth (i.e. ivory), a corner (of the altar), a peak (of a mountain), a ray (of light); figuratively, power","kjv_definition":"[idiom] hill, horn."} +{"id":"H7162","strongs_number":"H7162","system":"hebrew","language":"hebrew","number_value":7162,"lemma":"קֶרֶן","transliteration":"qeren","pronunciation":"keh'-ren","derivation":"(Aramaic) corresponding to H7161 (קֶרֶן);","strongs_definition":"a horn (literally or for sound)","kjv_definition":"horn, cornet."} +{"id":"H7163","strongs_number":"H7163","system":"hebrew","language":"hebrew","number_value":7163,"lemma":"קֶרֶן הַפּוּךְ","transliteration":"qeren hap-pûwk","pronunciation":"keh'-ren hap-pook'","derivation":"from H7161 (קֶרֶן) and H6320 (פּוּךְ); horn of cosmetic;","strongs_definition":"Keren-hap-Puk, one of Job's daughters","kjv_definition":"Keren-happuch."} +{"id":"H7164","strongs_number":"H7164","system":"hebrew","language":"hebrew","number_value":7164,"lemma":"קָרַס","transliteration":"qâraç","pronunciation":"kaw-ras'","derivation":"a primitive root; properly, to protrude; used only as denominative from H7165 (קֶרֶס) (for alliteration with H7167 (קָרַע)),","strongs_definition":"to hunch, i.e. be hump-backed","kjv_definition":"stoop."} +{"id":"H7165","strongs_number":"H7165","system":"hebrew","language":"hebrew","number_value":7165,"lemma":"קֶרֶס","transliteration":"qereç","pronunciation":"keh'-res","derivation":"from H7164 (קָרַס);","strongs_definition":"a knob or belaying-pin (from its swelling form)","kjv_definition":"tache."} +{"id":"H7166","strongs_number":"H7166","system":"hebrew","language":"hebrew","number_value":7166,"lemma":"קַרְסֹל","transliteration":"qarçôl","pronunciation":"kar-sole'","derivation":"from H7164 (קָרַס);","strongs_definition":"an ankle (as a protuberance or joint)","kjv_definition":"foot."} +{"id":"H7167","strongs_number":"H7167","system":"hebrew","language":"hebrew","number_value":7167,"lemma":"קָרַע","transliteration":"qâraʻ","pronunciation":"kaw-rah'","derivation":"a primitive root;","strongs_definition":"to rend, literally or figuratively (revile, paint the eyes, as if enlarging them)","kjv_definition":"cut out, rend, [idiom] surely, tear."} +{"id":"H7168","strongs_number":"H7168","system":"hebrew","language":"hebrew","number_value":7168,"lemma":"קֶרַע","transliteration":"qeraʻ","pronunciation":"keh'-rah","derivation":"from H7167 (קָרַע);","strongs_definition":"a rag","kjv_definition":"piece, rag."} +{"id":"H7169","strongs_number":"H7169","system":"hebrew","language":"hebrew","number_value":7169,"lemma":"קָרַץ","transliteration":"qârats","pronunciation":"kaw-rats'","derivation":"a primitive root;","strongs_definition":"to pinch, i.e. (partially) to bite the lips, blink the eyes (as a gesture of malice), or (fully) to squeeze off (a piece of clay in order to mould a vessel from it)","kjv_definition":"form, move, wink."} +{"id":"H7170","strongs_number":"H7170","system":"hebrew","language":"hebrew","number_value":7170,"lemma":"קְרַץ","transliteration":"qᵉrats","pronunciation":"ker-ats'","derivation":"(Aramaic) corresponding to H7171 (קֶרֶץ) in the sense of a bit (to 'eat the morsels of' any one, i.e.","strongs_definition":"chew him up (figuratively) by slander","kjv_definition":"[phrase] accuse."} +{"id":"H7171","strongs_number":"H7171","system":"hebrew","language":"hebrew","number_value":7171,"lemma":"קֶרֶץ","transliteration":"qerets","pronunciation":"keh'-rets","derivation":"from H7169 (קָרַץ);","strongs_definition":"extirpation (as if by constriction)","kjv_definition":"destruction."} +{"id":"H7172","strongs_number":"H7172","system":"hebrew","language":"hebrew","number_value":7172,"lemma":"קַרְקַע","transliteration":"qarqaʻ","pronunciation":"kar-kah'","derivation":"from H7167 (קָרַע);","strongs_definition":"floor (as if a pavement of pieces or tesseroe), of abuilding or the sea","kjv_definition":"bottom, ([idiom] one side of the) floor."} +{"id":"H7173","strongs_number":"H7173","system":"hebrew","language":"hebrew","number_value":7173,"lemma":"קַרְקַע","transliteration":"Qarqaʻ","pronunciation":"kar-kah'","derivation":"the same as H7172 (קַרְקַע); ground-floor;","strongs_definition":"Karka (with the article prefix), a place in Palestine","kjv_definition":"Karkaa."} +{"id":"H7174","strongs_number":"H7174","system":"hebrew","language":"hebrew","number_value":7174,"lemma":"קַרְקֹר","transliteration":"Qarqôr","pronunciation":"kar-kore'","derivation":"from H6979 (קוּר); foundation;","strongs_definition":"Karkor, a place East of the Jordan","kjv_definition":"Karkor."} +{"id":"H7175","strongs_number":"H7175","system":"hebrew","language":"hebrew","number_value":7175,"lemma":"קֶרֶשׁ","transliteration":"qeresh","pronunciation":"keh'-resh","derivation":"from an unused root meaning to split off;","strongs_definition":"a slab or plank; by implication, a deck of aship","kjv_definition":"bench, board."} +{"id":"H7176","strongs_number":"H7176","system":"hebrew","language":"hebrew","number_value":7176,"lemma":"קֶרֶת","transliteration":"qereth","pronunciation":"keh'-reth","derivation":"from H7136 (קָרָה) in the sense of building;","strongs_definition":"a city","kjv_definition":"city."} +{"id":"H7177","strongs_number":"H7177","system":"hebrew","language":"hebrew","number_value":7177,"lemma":"קַרְתָּה","transliteration":"Qartâh","pronunciation":"kar-taw'","derivation":"from H7176 (קֶרֶת); city;","strongs_definition":"Kartah, a place in Palestine","kjv_definition":"Kartah."} +{"id":"H7178","strongs_number":"H7178","system":"hebrew","language":"hebrew","number_value":7178,"lemma":"קַרְתָּן","transliteration":"Qartân","pronunciation":"kar-tawn'","derivation":"from H7176 (קֶרֶת); city-plot;","strongs_definition":"Kartan, a place in Palestine","kjv_definition":"Kartan."} +{"id":"H7179","strongs_number":"H7179","system":"hebrew","language":"hebrew","number_value":7179,"lemma":"קַשׁ","transliteration":"qash","pronunciation":"kash","derivation":"from H7197 (קָשַׁשׁ);","strongs_definition":"straw (as dry)","kjv_definition":"stubble."} +{"id":"H7180","strongs_number":"H7180","system":"hebrew","language":"hebrew","number_value":7180,"lemma":"קִשֻּׁא","transliteration":"qishshuʼ","pronunciation":"kish-shoo'","derivation":"from an unused root (meaning to be hard);","strongs_definition":"a cucumber (from the difficulty of digestion)","kjv_definition":"cucumber."} +{"id":"H7181","strongs_number":"H7181","system":"hebrew","language":"hebrew","number_value":7181,"lemma":"קָשַׁב","transliteration":"qâshab","pronunciation":"kaw-shab'","derivation":"a primitive root;","strongs_definition":"to prick up the ears, i.e. hearken","kjv_definition":"attend, (cause to) hear(-ken), give heed, incline, mark (well), regard."} +{"id":"H7182","strongs_number":"H7182","system":"hebrew","language":"hebrew","number_value":7182,"lemma":"קֶשֶׁב","transliteration":"qesheb","pronunciation":"keh'-sheb","derivation":"from H7181 (קָשַׁב);","strongs_definition":"a hearkening","kjv_definition":"[idiom] diligently, hearing, much heed, that regarded."} +{"id":"H7183","strongs_number":"H7183","system":"hebrew","language":"hebrew","number_value":7183,"lemma":"קַשָּׁב","transliteration":"qashshâb","pronunciation":"kash-shawb'","derivation":"or קַשֻּׁב; from H7181 (קָשַׁב);","strongs_definition":"hearkening","kjv_definition":"attent(-ive)."} +{"id":"H7184","strongs_number":"H7184","system":"hebrew","language":"hebrew","number_value":7184,"lemma":"קָשָׂה","transliteration":"qâsâh","pronunciation":"kaw-saw'","derivation":"or קַשְׂוָה; from an unused root meaning to be round;","strongs_definition":"a jug (from its shape)","kjv_definition":"cover, cup."} +{"id":"H7185","strongs_number":"H7185","system":"hebrew","language":"hebrew","number_value":7185,"lemma":"קָשָׁה","transliteration":"qâshâh","pronunciation":"kaw-shaw'","derivation":"a primitive root;","strongs_definition":"properly, to be dense, i.e. tough or severe (in various applications)","kjv_definition":"be cruel, be fiercer, make grievous, be ((ask a), be in, have, seem, would) hard(-en, (labour), -ly, thing), be sore, (be, make) stiff(-en, (-necked))."} +{"id":"H7186","strongs_number":"H7186","system":"hebrew","language":"hebrew","number_value":7186,"lemma":"קָשֶׁה","transliteration":"qâsheh","pronunciation":"kaw-sheh'","derivation":"from H7185 (קָשָׁה);","strongs_definition":"severe (in various applications)","kjv_definition":"churlish, cruel, grievous, hard((-hearted), thing), heavy, [phrase] impudent, obstinate, prevailed, rough(-ly), sore, sorrowful, stiff(necked), stubborn, [phrase] in trouble."} +{"id":"H7187","strongs_number":"H7187","system":"hebrew","language":"hebrew","number_value":7187,"lemma":"קְשׁוֹט","transliteration":"qᵉshôwṭ","pronunciation":"kesh-ote'","derivation":"(Aramaic) or קשֹׁט; (Aramaic), corresponding to H7189 (קֹשֶׁט);","strongs_definition":"fidelity","kjv_definition":"truth."} +{"id":"H7188","strongs_number":"H7188","system":"hebrew","language":"hebrew","number_value":7188,"lemma":"קָשַׁח","transliteration":"qâshach","pronunciation":"kaw-shakh'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) unfeeling","kjv_definition":"harden."} +{"id":"H7189","strongs_number":"H7189","system":"hebrew","language":"hebrew","number_value":7189,"lemma":"קֹשֶׁט","transliteration":"qôsheṭ","pronunciation":"ko'-shet","derivation":"or קֹשְׁטְ; from an unused root meaning to balance;","strongs_definition":"equity (as evenly weighed), i.e. reality","kjv_definition":"truth."} +{"id":"H7190","strongs_number":"H7190","system":"hebrew","language":"hebrew","number_value":7190,"lemma":"קְשִׁי","transliteration":"qᵉshîy","pronunciation":"kesh-ee'","derivation":"from H7185 (קָשָׁה);","strongs_definition":"obstinacy","kjv_definition":"stubbornness."} +{"id":"H7191","strongs_number":"H7191","system":"hebrew","language":"hebrew","number_value":7191,"lemma":"קִשְׁיוֹן","transliteration":"Qishyôwn","pronunciation":"kish-yone'","derivation":"from H7190 (קְשִׁי); hard ground;","strongs_definition":"Kishjon, a place in Palestine","kjv_definition":"Kishion, Keshon."} +{"id":"H7192","strongs_number":"H7192","system":"hebrew","language":"hebrew","number_value":7192,"lemma":"קְשִׂיטָה","transliteration":"qᵉsîyṭâh","pronunciation":"kes-ee-taw'","derivation":"from an unused root (probably meaning to weigh out);","strongs_definition":"an ingot (as definitely estimated and stamped for a coin)","kjv_definition":"piece of money (silver)."} +{"id":"H7193","strongs_number":"H7193","system":"hebrew","language":"hebrew","number_value":7193,"lemma":"קַשְׂקֶשֶׂת","transliteration":"qasqeseth","pronunciation":"kas-keh'-seth","derivation":"by reduplication from an unused root meaning to shale off as bark;","strongs_definition":"a scale (of a fish); hence a coat of mail (as composed of or covered with jointed plates of metal)","kjv_definition":"mail, scale."} +{"id":"H7194","strongs_number":"H7194","system":"hebrew","language":"hebrew","number_value":7194,"lemma":"קָשַׁר","transliteration":"qâshar","pronunciation":"kaw-shar'","derivation":"a primitive root;","strongs_definition":"to tie, physically (gird, confine, compact) or mentally (in love, league)","kjv_definition":"bind (up), (make a) conspire(-acy, -ator), join together, knit, stronger, work (treason)."} +{"id":"H7195","strongs_number":"H7195","system":"hebrew","language":"hebrew","number_value":7195,"lemma":"קֶשֶׁר","transliteration":"qesher","pronunciation":"keh'-sher","derivation":"from H7194 (קָשַׁר);","strongs_definition":"an (unlawful) alliance","kjv_definition":"confederacy, conspiracy, treason."} +{"id":"H7196","strongs_number":"H7196","system":"hebrew","language":"hebrew","number_value":7196,"lemma":"קִשֻּׁר","transliteration":"qishshur","pronunciation":"kish-shoor'","derivation":"from H7194 (קָשַׁר);","strongs_definition":"an (ornamental) girdle (for women)","kjv_definition":"attire, headband."} +{"id":"H7197","strongs_number":"H7197","system":"hebrew","language":"hebrew","number_value":7197,"lemma":"קָשַׁשׁ","transliteration":"qâshash","pronunciation":"kaw-shash'","derivation":"a primitive root; to become sapless through drought; used only as denominative from H7179 (קַשׁ);","strongs_definition":"to forage for straw, stubble or wood; figuratively, to assemble","kjv_definition":"gather (selves) (together)."} +{"id":"H7198","strongs_number":"H7198","system":"hebrew","language":"hebrew","number_value":7198,"lemma":"קֶשֶׁת","transliteration":"qesheth","pronunciation":"keh'-sheth","derivation":"from H7185 (קָשָׁה) in the original sense (of H6983 (קוֹשׁ)) of bending;","strongs_definition":"a bow, forshooting (hence, figuratively, strength) or the iris","kjv_definition":"[idiom] arch(-er), [phrase] arrow, bow(-man, -shot)."} +{"id":"H7199","strongs_number":"H7199","system":"hebrew","language":"hebrew","number_value":7199,"lemma":"קַשָּׁת","transliteration":"qashshâth","pronunciation":"kash-shawth'","derivation":"intensive (as denominative) from H7198 (קֶשֶׁת);","strongs_definition":"a bowman","kjv_definition":"[idiom] archer. r"} +{"id":"H7200","strongs_number":"H7200","system":"hebrew","language":"hebrew","number_value":7200,"lemma":"רָאָה","transliteration":"râʼâh","pronunciation":"raw-aw'","derivation":"a primitive root;","strongs_definition":"to see, literally or figuratively (in numerous applications, direct and implied, transitive, intransitive and causative)","kjv_definition":"advise self, appear, approve, behold, [idiom] certainly, consider, discern, (make to) enjoy, have experience, gaze, take heed, [idiom] indeed, [idiom] joyfully, lo, look (on, one another, one on another, one upon another, out, up, upon), mark, meet, [idiom] be near, perceive, present, provide, regard, (have) respect, (fore-, cause to, let) see(-r, -m, one another), shew (self), [idiom] sight of others, (e-) spy, stare, [idiom] surely, [idiom] think, view, visions."} +{"id":"H7201","strongs_number":"H7201","system":"hebrew","language":"hebrew","number_value":7201,"lemma":"רָאָה","transliteration":"râʼâh","pronunciation":"raw-aw'","derivation":"from H7200 (רָאָה);","strongs_definition":"a bird of prey (probably the vulture, from its sharp sight)","kjv_definition":"glede. Compare H1676 (דָּאָה)."} +{"id":"H7202","strongs_number":"H7202","system":"hebrew","language":"hebrew","number_value":7202,"lemma":"רָאֶה","transliteration":"râʼeh","pronunciation":"raw-eh'","derivation":"from H7200 (רָאָה);","strongs_definition":"seeing, i.e. experiencing","kjv_definition":"see."} +{"id":"H7203","strongs_number":"H7203","system":"hebrew","language":"hebrew","number_value":7203,"lemma":"רֹאֶה","transliteration":"rôʼeh","pronunciation":"ro-eh'","derivation":"active participle of H7200 (רָאָה);","strongs_definition":"a seer (as often rendered); but also (abstractly) a vision","kjv_definition":"vision."} +{"id":"H7204","strongs_number":"H7204","system":"hebrew","language":"hebrew","number_value":7204,"lemma":"רֹאֵה","transliteration":"Rôʼêh","pronunciation":"ro-ay'","derivation":"for H7203 (רֹאֶה); prophet;","strongs_definition":"Roeh, an Israelite","kjv_definition":"Haroeh (including the article)."} +{"id":"H7205","strongs_number":"H7205","system":"hebrew","language":"hebrew","number_value":7205,"lemma":"רְאוּבֵן","transliteration":"Rᵉʼûwbên","pronunciation":"reh-oo-bane'","derivation":"from the imperative of H7200 (רָאָה) and H1121 (בֵּן); see ye a son;","strongs_definition":"Reuben, a son of Jacob","kjv_definition":"Reuben."} +{"id":"H7206","strongs_number":"H7206","system":"hebrew","language":"hebrew","number_value":7206,"lemma":"רְאוּבֵנִי","transliteration":"Rᵉʼûwbênîy","pronunciation":"reh-oob-ay-nee'","derivation":"patronymic from H7205 (רְאוּבֵן);","strongs_definition":"a Reubenite or descendant of Reuben","kjv_definition":"children of Reuben, Reubenites."} +{"id":"H7207","strongs_number":"H7207","system":"hebrew","language":"hebrew","number_value":7207,"lemma":"רַאֲוָה","transliteration":"raʼăvâh","pronunciation":"rah-av-aw'","derivation":"from H7200 (רָאָה);","strongs_definition":"sight, i.e. satisfaction","kjv_definition":"behold."} +{"id":"H7208","strongs_number":"H7208","system":"hebrew","language":"hebrew","number_value":7208,"lemma":"רְאוּמָה","transliteration":"Rᵉʼûwmâh","pronunciation":"reh-oo-maw'","derivation":"feminine passive participle of H7213 (רָאַם); raised;","strongs_definition":"Reumah, a Syrian woman","kjv_definition":"Reumah."} +{"id":"H7209","strongs_number":"H7209","system":"hebrew","language":"hebrew","number_value":7209,"lemma":"רְאִי","transliteration":"rᵉʼîy","pronunciation":"reh-ee'","derivation":"from H7200 (רָאָה);","strongs_definition":"a mirror (as seen)","kjv_definition":"looking glass."} +{"id":"H7210","strongs_number":"H7210","system":"hebrew","language":"hebrew","number_value":7210,"lemma":"רֳאִי","transliteration":"rŏʼîy","pronunciation":"ro-ee'","derivation":"from H7200 (רָאָה);","strongs_definition":"sight, whether abstractly (vision) or concretely (a spectacle)","kjv_definition":"gazingstock, look to, (that) see(-th)."} +{"id":"H7211","strongs_number":"H7211","system":"hebrew","language":"hebrew","number_value":7211,"lemma":"רְאָיָה","transliteration":"Rᵉʼâyâh","pronunciation":"reh-aw-yaw'","derivation":"from H7200 (רָאָה) and H3050 (יָהּ); Jah has seen;","strongs_definition":"Reajah, the name of three Israelites","kjv_definition":"Reaia, Reaiah."} +{"id":"H7212","strongs_number":"H7212","system":"hebrew","language":"hebrew","number_value":7212,"lemma":"רְאִית","transliteration":"rᵉʼîyth","pronunciation":"reh-eeth'","derivation":"from H7200 (רָאָה);","strongs_definition":"sight","kjv_definition":"beholding."} +{"id":"H7213","strongs_number":"H7213","system":"hebrew","language":"hebrew","number_value":7213,"lemma":"רָאַם","transliteration":"râʼam","pronunciation":"raw-am'","derivation":"a primitive root;","strongs_definition":"to rise","kjv_definition":"be lifted up."} +{"id":"H7214","strongs_number":"H7214","system":"hebrew","language":"hebrew","number_value":7214,"lemma":"רְאֵם","transliteration":"rᵉʼêm","pronunciation":"reh-ame'","derivation":"or רְאֵיםlemma רְאיֵם second vowel, corrected to רְאֵים; or רֵים; or רֵם; from H7213 (רָאַם);","strongs_definition":"a wild bull (from its conspicuousness)","kjv_definition":"unicorn."} +{"id":"H7215","strongs_number":"H7215","system":"hebrew","language":"hebrew","number_value":7215,"lemma":"רָאמָה","transliteration":"râʼmâh","pronunciation":"raw-maw'","derivation":"from H7213 (רָאַם);","strongs_definition":"something high in value, i.e. perhaps coral","kjv_definition":"coral."} +{"id":"H7216","strongs_number":"H7216","system":"hebrew","language":"hebrew","number_value":7216,"lemma":"רָאמוֹת","transliteration":"Râʼmôwth","pronunciation":"raw-moth'","derivation":"or רָאמֹתxlit Râmôth corrected to Râʼmôth; plural of H7215 (רָאמָה); heights;","strongs_definition":"Ramoth, the name of two places in Palestine","kjv_definition":"Ramoth."} +{"id":"H7217","strongs_number":"H7217","system":"hebrew","language":"hebrew","number_value":7217,"lemma":"רֵאשׁ","transliteration":"rêʼsh","pronunciation":"raysh","derivation":"(Aramaic) corresponding to H7218 (רֹאשׁ);","strongs_definition":"the head; figuratively, the sum","kjv_definition":"chief, head, sum."} +{"id":"H7218","strongs_number":"H7218","system":"hebrew","language":"hebrew","number_value":7218,"lemma":"רֹאשׁ","transliteration":"rôʼsh","pronunciation":"roshe","derivation":"from an unused root apparently meaning to shake;","strongs_definition":"the head (as most easily shaken), whether literal or figurative (in many applications, of place, time, rank, itc.)","kjv_definition":"band, beginning, captain, chapiter, chief(-est place, man, things), company, end, [idiom] every (man), excellent, first, forefront, (be-)head, height, (on) high(-est part, (priest)), [idiom] lead, [idiom] poor, principal, ruler, sum, top."} +{"id":"H7219","strongs_number":"H7219","system":"hebrew","language":"hebrew","number_value":7219,"lemma":"רֹאשׁ","transliteration":"rôʼsh","pronunciation":"roshe","derivation":"or רוֹשׁ; (Deuteronomy 32:32), apparently the same as H7218 (רֹאשׁ);","strongs_definition":"a poisonous plant, probably the poppy (from its conspicuous head); generally poison (even of serpents)","kjv_definition":"gall, hemlock, poison, venom."} +{"id":"H7220","strongs_number":"H7220","system":"hebrew","language":"hebrew","number_value":7220,"lemma":"רֹאשׁ","transliteration":"Rôʼsh","pronunciation":"roshe","derivation":"probably the same as H7218 (רֹאשׁ);","strongs_definition":"Rosh, the name of an Israelite and of a foreign nation","kjv_definition":"Rosh."} +{"id":"H7221","strongs_number":"H7221","system":"hebrew","language":"hebrew","number_value":7221,"lemma":"רִאשָׁה","transliteration":"riʼshâh","pronunciation":"ree-shaw'","derivation":"from the same as H7218 (רֹאשׁ);","strongs_definition":"a beginning","kjv_definition":"beginning."} +{"id":"H7222","strongs_number":"H7222","system":"hebrew","language":"hebrew","number_value":7222,"lemma":"רֹאשָׁה","transliteration":"rôʼshâh","pronunciation":"ro-shaw'","derivation":"feminine of H7218 (רֹאשׁ);","strongs_definition":"the head","kjv_definition":"head(-stone)."} +{"id":"H7223","strongs_number":"H7223","system":"hebrew","language":"hebrew","number_value":7223,"lemma":"רִאשׁוֹן","transliteration":"riʼshôwn","pronunciation":"ree-shone'","derivation":"or רִאשֹׁן; from H7221 (רִאשָׁה);","strongs_definition":"first, in place, time or rank (as adjective or noun)","kjv_definition":"ancestor, (that were) before(-time), beginning, eldest, first, fore(-father) (-most), former (thing), of old time, past."} +{"id":"H7224","strongs_number":"H7224","system":"hebrew","language":"hebrew","number_value":7224,"lemma":"רִאשֹׁנִי","transliteration":"riʼshônîy","pronunciation":"ree-sho-nee'","derivation":"from H7223 (רִאשׁוֹן);","strongs_definition":"first","kjv_definition":"first."} +{"id":"H7225","strongs_number":"H7225","system":"hebrew","language":"hebrew","number_value":7225,"lemma":"רֵאשִׁית","transliteration":"rêʼshîyth","pronunciation":"ray-sheeth'","derivation":"from the same as H7218 (רֹאשׁ);","strongs_definition":"the first, in place, time, order or rank (specifically, a firstfruit)","kjv_definition":"beginning, chief(-est), first(-fruits, part, time), principal thing."} +{"id":"H7226","strongs_number":"H7226","system":"hebrew","language":"hebrew","number_value":7226,"lemma":"רַאֲשֹׁת","transliteration":"raʼăshôth","pronunciation":"rah-ash-oth'","derivation":"from H7218 (רֹאשׁ);","strongs_definition":"a pillow (being for the head)","kjv_definition":"bolster."} +{"id":"H7227","strongs_number":"H7227","system":"hebrew","language":"hebrew","number_value":7227,"lemma":"רַב","transliteration":"rab","pronunciation":"rab","derivation":"by contracted from H7231 (רָבַב);","strongs_definition":"abundant (in quantity, size, age, number, rank, quality)","kjv_definition":"(in) abound(-undance, -ant, -antly), captain, elder, enough, exceedingly, full, great(-ly, man, one), increase, long (enough, (time)), (do, have) many(-ifold, things, a time), (ship-)master, mighty, more, (too, very) much, multiply(-tude), officer, often(-times), plenteous, populous, prince, process (of time), suffice(-lent)."} +{"id":"H7228","strongs_number":"H7228","system":"hebrew","language":"hebrew","number_value":7228,"lemma":"רַב","transliteration":"rab","pronunciation":"rab","derivation":"by contraction from H7232 (רָבַב); (or perhaps the same as H7227 (רַב))","strongs_definition":"an archer","kjv_definition":"archer."} +{"id":"H7229","strongs_number":"H7229","system":"hebrew","language":"hebrew","number_value":7229,"lemma":"רַב","transliteration":"rab","pronunciation":"rab","derivation":"(Aramaic) corresponding to H7227 (רַב)","strongs_definition":"{abundant}","kjv_definition":"captain, chief, great, lord, master, stout."} +{"id":"H7230","strongs_number":"H7230","system":"hebrew","language":"hebrew","number_value":7230,"lemma":"רֹב","transliteration":"rôb","pronunciation":"robe","derivation":"from H7231 (רָבַב);","strongs_definition":"abundance (in any respect)","kjv_definition":"abundance(-antly), all, [idiom] common (sort), excellent, great(-ly, -ness, number), huge, be increased, long, many, more in number, most, much, multitude, plenty(-ifully), [idiom] very (age)."} +{"id":"H7231","strongs_number":"H7231","system":"hebrew","language":"hebrew","number_value":7231,"lemma":"רָבַב","transliteration":"râbab","pronunciation":"raw-bab'","derivation":"a primitive root; (compare H7241 (רָבִיב)); also as denominative from H7233 (רְבָבָה);","strongs_definition":"properly, to cast together , i.e. increase, especially in number; to multiply by the myriad","kjv_definition":"increase, be many(-ifold), be more, multiply, ten thousands."} +{"id":"H7232","strongs_number":"H7232","system":"hebrew","language":"hebrew","number_value":7232,"lemma":"רָבַב","transliteration":"râbab","pronunciation":"raw-bab'","derivation":"a primitive root (rather identical with H7231 (רָבַב) through the idea of projection);","strongs_definition":"to shoot an arrow","kjv_definition":"shoot."} +{"id":"H7233","strongs_number":"H7233","system":"hebrew","language":"hebrew","number_value":7233,"lemma":"רְבָבָה","transliteration":"rᵉbâbâh","pronunciation":"reb-aw-baw'","derivation":"from H7231 (רָבַב);","strongs_definition":"abundance (in number), i.e. (specifically) a myriad (whether definite or indefinite)","kjv_definition":"many, million, [idiom] multiply, ten thousand."} +{"id":"H7234","strongs_number":"H7234","system":"hebrew","language":"hebrew","number_value":7234,"lemma":"רָבַד","transliteration":"râbad","pronunciation":"raw-bad'","derivation":"a primitive root;","strongs_definition":"to spread","kjv_definition":"deck."} +{"id":"H7235","strongs_number":"H7235","system":"hebrew","language":"hebrew","number_value":7235,"lemma":"רָבָה","transliteration":"râbâh","pronunciation":"raw-baw'","derivation":"a primitive root;","strongs_definition":"to increase (in whatever respect)","kjv_definition":"(bring in) abundance ([idiom] -antly), [phrase] archer (by mistake for H7232 (רָבַב)), be in authority, bring up, [idiom] continue, enlarge, excel, exceeding(-ly), be full of, (be, make) great(-er, -ly, [idiom] -ness), grow up, heap, increase, be long, (be, give, have, make, use) many (a time), (any, be, give, give the, have) more (in number), (ask, be, be so, gather, over, take, yield) much (greater, more), (make to) multiply, nourish, plenty(-eous), [idiom] process (of time), sore, store, thoroughly, very."} +{"id":"H7236","strongs_number":"H7236","system":"hebrew","language":"hebrew","number_value":7236,"lemma":"רְבָה","transliteration":"rᵉbâh","pronunciation":"reb-aw'","derivation":"(Aramaic) corresponding to H7235 (רָבָה)","strongs_definition":"{to increase (in whatever respect)}","kjv_definition":"make a great man, grow."} +{"id":"H7237","strongs_number":"H7237","system":"hebrew","language":"hebrew","number_value":7237,"lemma":"רַבָּה","transliteration":"Rabbâh","pronunciation":"rab-baw'","derivation":"feminine of H7227 (רַב); great;","strongs_definition":"Rabbah, the name of two places in Palestine, East and West","kjv_definition":"Rabbah, Rabbath."} +{"id":"H7238","strongs_number":"H7238","system":"hebrew","language":"hebrew","number_value":7238,"lemma":"רְבוּ","transliteration":"rᵉbûw","pronunciation":"reb-oo'","derivation":"(Aramaic) from a root corresponding to H7235 (רָבָה);","strongs_definition":"increase (of dignity)","kjv_definition":"greatness, majesty."} +{"id":"H7239","strongs_number":"H7239","system":"hebrew","language":"hebrew","number_value":7239,"lemma":"רִבּוֹ","transliteration":"ribbôw","pronunciation":"rib-bo'","derivation":"from H7231 (רָבַב); or רִבּוֹא from H7231 (רָבַב);","strongs_definition":"a myriad, i.e. indefinitely, large number","kjv_definition":"great things, ten ((eight) -een, (for) -ty, [phrase] sixscore, [phrase] threescore, [idiom] twenty, (twen) -ty) thousand."} +{"id":"H7240","strongs_number":"H7240","system":"hebrew","language":"hebrew","number_value":7240,"lemma":"רִבּוֹ","transliteration":"ribbôw","pronunciation":"rib-bo'","derivation":"(Aramaic) corresponding to H7239 (רִבּוֹ)","strongs_definition":"{a myriad, i.e. indefinitely, large number}","kjv_definition":"[idiom] ten thousand times ten thousand."} +{"id":"H7241","strongs_number":"H7241","system":"hebrew","language":"hebrew","number_value":7241,"lemma":"רָבִיב","transliteration":"râbîyb","pronunciation":"raw-beeb'","derivation":"from H7231 (רָבַב);","strongs_definition":"a rain (as an accumulation of drops)","kjv_definition":"shower."} +{"id":"H7242","strongs_number":"H7242","system":"hebrew","language":"hebrew","number_value":7242,"lemma":"רָבִיד","transliteration":"râbîyd","pronunciation":"raw-beed'","derivation":"from H7234 (רָבַד);","strongs_definition":"a collar (as spread around the neck)","kjv_definition":"chain."} +{"id":"H7243","strongs_number":"H7243","system":"hebrew","language":"hebrew","number_value":7243,"lemma":"רְבִיעִי","transliteration":"rᵉbîyʻîy","pronunciation":"reb-ee-ee'","derivation":"or רְבִעִי; from H7251 (רָבַע);","strongs_definition":"fourth; also (fractionally) a fourth","kjv_definition":"foursquare, fourth (part)."} +{"id":"H7244","strongs_number":"H7244","system":"hebrew","language":"hebrew","number_value":7244,"lemma":"רְבִיעַי","transliteration":"rᵉbîyʻay","pronunciation":"reb-ee-ah'-ee","derivation":"(Aramaic) corresponding to H7243 (רְבִיעִי)","strongs_definition":"{fourth; also (fractionally) a fourth}","kjv_definition":"fourth."} +{"id":"H7245","strongs_number":"H7245","system":"hebrew","language":"hebrew","number_value":7245,"lemma":"רַבִּית","transliteration":"Rabbîyth","pronunciation":"rab-beeth'","derivation":"from H7231 (רָבַב); multitude;","strongs_definition":"Rabbith, a place in Palestine","kjv_definition":"Rabbith."} +{"id":"H7246","strongs_number":"H7246","system":"hebrew","language":"hebrew","number_value":7246,"lemma":"רָבַךְ","transliteration":"râbak","pronunciation":"raw-bak'","derivation":"a primitive root;","strongs_definition":"to soak (bread in oil)","kjv_definition":"baken, (that which is) fried."} +{"id":"H7247","strongs_number":"H7247","system":"hebrew","language":"hebrew","number_value":7247,"lemma":"רִבְלָה","transliteration":"Riblâh","pronunciation":"rib-law'","derivation":"from an unused root meaning to be fruitful; fertile;","strongs_definition":"Riblah, a place in Syria","kjv_definition":"Riblah."} +{"id":"H7248","strongs_number":"H7248","system":"hebrew","language":"hebrew","number_value":7248,"lemma":"רַב־מָג","transliteration":"Rab-Mâg","pronunciation":"rab-mawg'","derivation":"from H7227 (רַב) and a foreign word for a Magian; chief Magian;","strongs_definition":"Rab-Mag, a Babylonian official","kjv_definition":"Rab-mag."} +{"id":"H7249","strongs_number":"H7249","system":"hebrew","language":"hebrew","number_value":7249,"lemma":"רַב־סָרִיס","transliteration":"Rab-Çârîyç","pronunciation":"rab-saw-reece'","derivation":"from H7227 (רַב) and a foreign word for a eunuch; chief chamberlain;","strongs_definition":"Rab-Saris, a Babylonian official","kjv_definition":"Rab-saris."} +{"id":"H7250","strongs_number":"H7250","system":"hebrew","language":"hebrew","number_value":7250,"lemma":"רָבַע","transliteration":"râbaʻ","pronunciation":"raw-bah'","derivation":"a primitive root;","strongs_definition":"to squat or lie out flat, i.e. (specifically) in copulation","kjv_definition":"let gender, lie down."} +{"id":"H7251","strongs_number":"H7251","system":"hebrew","language":"hebrew","number_value":7251,"lemma":"רָבַע","transliteration":"râbaʻ","pronunciation":"raw-bah'","derivation":"a primitive root (rather identical with H7250 (רָבַע) through the idea of sprawling 'at all fours' (or possibly the reverse is the order of deriv.); compare H702 (אַרְבַּע)); properly, to be four (sided); used only as denominative of H7253 (רֶבַע);","strongs_definition":"to be quadrate","kjv_definition":"(four-) square(-d)."} +{"id":"H7252","strongs_number":"H7252","system":"hebrew","language":"hebrew","number_value":7252,"lemma":"רֶבַע","transliteration":"rebaʻ","pronunciation":"reh'-bah","derivation":"from H7250 (רָבַע);","strongs_definition":"prostration (for sleep)","kjv_definition":"lying down."} +{"id":"H7253","strongs_number":"H7253","system":"hebrew","language":"hebrew","number_value":7253,"lemma":"רֶבַע","transliteration":"rebaʻ","pronunciation":"reh'-bah","derivation":"from H7251 (רָבַע);","strongs_definition":"a fourth (part or side)","kjv_definition":"fourth part, side, square."} +{"id":"H7254","strongs_number":"H7254","system":"hebrew","language":"hebrew","number_value":7254,"lemma":"רֶבַע","transliteration":"Rebaʻ","pronunciation":"reh'-bah","derivation":"the same as H7253 (רֶבַע);","strongs_definition":"Reba, a Midianite","kjv_definition":"Reba."} +{"id":"H7255","strongs_number":"H7255","system":"hebrew","language":"hebrew","number_value":7255,"lemma":"רֹבַע","transliteration":"rôbaʻ","pronunciation":"ro'-bah","derivation":"from H7251 (רָבַע);","strongs_definition":"a quarter","kjv_definition":"fourth participle"} +{"id":"H7256","strongs_number":"H7256","system":"hebrew","language":"hebrew","number_value":7256,"lemma":"רִבֵּעַ","transliteration":"ribbêaʻ","pronunciation":"rib-bay'-ah","derivation":"from H7251 (רָבַע);","strongs_definition":"a descendant of the fourth generation, i.e. great great grandchild","kjv_definition":"fourth."} +{"id":"H7257","strongs_number":"H7257","system":"hebrew","language":"hebrew","number_value":7257,"lemma":"רָבַץ","transliteration":"râbats","pronunciation":"raw-bats'","derivation":"a primitive root;","strongs_definition":"to crouch (on all four legs folded, like a recumbent animal); be implication, to recline, repose, brood, lurk, imbed","kjv_definition":"crouch (down), fall down, make a fold, lay, (cause to, make to) lie (down), make to rest, sit."} +{"id":"H7258","strongs_number":"H7258","system":"hebrew","language":"hebrew","number_value":7258,"lemma":"רֵבֶץ","transliteration":"rêbets","pronunciation":"reh'-bets","derivation":"from H7257 (רָבַץ);","strongs_definition":"a couch or place of repose","kjv_definition":"where each lay, lie down in, resting place."} +{"id":"H7259","strongs_number":"H7259","system":"hebrew","language":"hebrew","number_value":7259,"lemma":"רִבְקָה","transliteration":"Ribqâh","pronunciation":"rib-kaw'","derivation":"from an unused root probably meaning to clog by tying up the fetlock; fettering (by beauty);","strongs_definition":"Ribkah, the wife of Isaac","kjv_definition":"Rebekah."} +{"id":"H7260","strongs_number":"H7260","system":"hebrew","language":"hebrew","number_value":7260,"lemma":"רַבְרַב","transliteration":"rabrab","pronunciation":"rab-rab'","derivation":"(Aramaic) from H7229 (רַב);","strongs_definition":"huge (in size); domineering (in character)","kjv_definition":"(very) great (things)."} +{"id":"H7261","strongs_number":"H7261","system":"hebrew","language":"hebrew","number_value":7261,"lemma":"רַבְרְבָן","transliteration":"rabrᵉbân","pronunciation":"rab-reb-awn'","derivation":"(Aramaic) from H7260 (רַבְרַב);","strongs_definition":"a magnate","kjv_definition":"lord, prince."} +{"id":"H7262","strongs_number":"H7262","system":"hebrew","language":"hebrew","number_value":7262,"lemma":"רַבְשָׁקֵה","transliteration":"Rabshâqêh","pronunciation":"rab-shaw-kay'","derivation":"from H7227 (רַב) and H8248 (שָׁקָה); chief butler;","strongs_definition":"Rabshakeh, a Babylonian official","kjv_definition":"Rabshakeh."} +{"id":"H7263","strongs_number":"H7263","system":"hebrew","language":"hebrew","number_value":7263,"lemma":"רֶגֶב","transliteration":"regeb","pronunciation":"reh'-gheb","derivation":"from an unused root meaning to pile together;","strongs_definition":"a lump of clay","kjv_definition":"clod."} +{"id":"H7264","strongs_number":"H7264","system":"hebrew","language":"hebrew","number_value":7264,"lemma":"רָגַז","transliteration":"râgaz","pronunciation":"raw-gaz'","derivation":"a primitive root;","strongs_definition":"to quiver (with any violent emotion, especially anger or fear)","kjv_definition":"be afraid, stand in awe, disquiet, fall out, fret, move, provoke, quake, rage, shake, tremble, trouble, be wroth."} +{"id":"H7265","strongs_number":"H7265","system":"hebrew","language":"hebrew","number_value":7265,"lemma":"רְגַז","transliteration":"rᵉgaz","pronunciation":"reg-az'","derivation":"(Aramaic) corresponding to H7264 (רָגַז)","strongs_definition":"{to quiver (with any violent emotion, especially anger or fear)}","kjv_definition":"provoke unto wrath."} +{"id":"H7266","strongs_number":"H7266","system":"hebrew","language":"hebrew","number_value":7266,"lemma":"רְגַז","transliteration":"rᵉgaz","pronunciation":"reg-az'","derivation":"(Aramaic) from H7265 (רְגַז);","strongs_definition":"violent anger","kjv_definition":"rage."} +{"id":"H7267","strongs_number":"H7267","system":"hebrew","language":"hebrew","number_value":7267,"lemma":"רֹגֶז","transliteration":"rôgez","pronunciation":"ro'-ghez","derivation":"from H7264 (רָגַז);","strongs_definition":"commotion, restlessness (of a horse), crash (of thunder), disquiet, anger","kjv_definition":"fear, noise, rage, trouble(-ing), wrath."} +{"id":"H7268","strongs_number":"H7268","system":"hebrew","language":"hebrew","number_value":7268,"lemma":"רַגָּז","transliteration":"raggâz","pronunciation":"rag-gawz'","derivation":"intensive from H7264 (רָגַז);","strongs_definition":"timid","kjv_definition":"trembling."} +{"id":"H7269","strongs_number":"H7269","system":"hebrew","language":"hebrew","number_value":7269,"lemma":"רׇגְזָה","transliteration":"rogzâh","pronunciation":"rog-zaw'","derivation":"feminine of H7267 (רֹגֶז);","strongs_definition":"trepidation","kjv_definition":"trembling."} +{"id":"H7270","strongs_number":"H7270","system":"hebrew","language":"hebrew","number_value":7270,"lemma":"רָגַל","transliteration":"râgal","pronunciation":"raw-gal'","derivation":"a primitive root; also as denominative from H7272 (רֶגֶל)","strongs_definition":"to walk along; but only in specifically, applications, to reconnoiter, to be atale-bearer (i.e. slander); to lead about","kjv_definition":"backbite, search, slander, (e-) spy (out), teach to go, view."} +{"id":"H7271","strongs_number":"H7271","system":"hebrew","language":"hebrew","number_value":7271,"lemma":"רְגַל","transliteration":"rᵉgal","pronunciation":"reg-al'","derivation":"(Aramaic) corresponding to H7272 (רֶגֶל)","strongs_definition":"{a foot, a step; by euphemistically the pudenda}","kjv_definition":"foot."} +{"id":"H7272","strongs_number":"H7272","system":"hebrew","language":"hebrew","number_value":7272,"lemma":"רֶגֶל","transliteration":"regel","pronunciation":"reh'-gel","derivation":"from H7270 (רָגַל);","strongs_definition":"a foot (as used in walking); by implication, a step; by euphemistically the pudenda","kjv_definition":"[idiom] be able to endure, [idiom] according as, [idiom] after, [idiom] coming, [idiom] follow, (broken-)foot(-ed, -stool), [idiom] great toe, [idiom] haunt, [idiom] journey, leg, [phrase] piss, [phrase] possession, time."} +{"id":"H7273","strongs_number":"H7273","system":"hebrew","language":"hebrew","number_value":7273,"lemma":"רַגְלִי","transliteration":"raglîy","pronunciation":"rag-lee'","derivation":"from H7272 (רֶגֶל);","strongs_definition":"a footman (soldier)","kjv_definition":"(on) foot(-man)."} +{"id":"H7274","strongs_number":"H7274","system":"hebrew","language":"hebrew","number_value":7274,"lemma":"רֹגְלִים","transliteration":"Rôgᵉlîym","pronunciation":"ro-gel-eem'","derivation":"plural of active participle of H7270 (רָגַל); fullers (as tramping the cloth in washing);","strongs_definition":"Rogelim, a place East of the Jordan","kjv_definition":"Rogelim."} +{"id":"H7275","strongs_number":"H7275","system":"hebrew","language":"hebrew","number_value":7275,"lemma":"רָגַם","transliteration":"râgam","pronunciation":"raw-gam'","derivation":"a primitive root (compare H7263 (רֶגֶב), H7321 (רוּעַ), H7551 (רָקַם));","strongs_definition":"to cast together (stones), i.e. to lapidate","kjv_definition":"[idiom] certainly, stone."} +{"id":"H7276","strongs_number":"H7276","system":"hebrew","language":"hebrew","number_value":7276,"lemma":"רֶגֶם","transliteration":"Regem","pronunciation":"reh'-gem","derivation":"from H7275 (רָגַם); stoneheap;","strongs_definition":"Regem, an Israelite","kjv_definition":"Regem."} +{"id":"H7277","strongs_number":"H7277","system":"hebrew","language":"hebrew","number_value":7277,"lemma":"רִגְמָה","transliteration":"rigmâh","pronunciation":"rig-maw'","derivation":"feminine of the same as H7276 (רֶגֶם);","strongs_definition":"a pile (of stones), i.e. (figuratively) a throng","kjv_definition":"council."} +{"id":"H7278","strongs_number":"H7278","system":"hebrew","language":"hebrew","number_value":7278,"lemma":"רֶגֶם מֶלֶךְ","transliteration":"Regem Melek","pronunciation":"reh'-gem meh'-lek","derivation":"from H7276 (רֶגֶם) and H4428 (מֶלֶךְ); king's heap;","strongs_definition":"Regem-Melek, an Israelite","kjv_definition":"Regem-melech."} +{"id":"H7279","strongs_number":"H7279","system":"hebrew","language":"hebrew","number_value":7279,"lemma":"רָגַן","transliteration":"râgan","pronunciation":"raw-gan'","derivation":"a primitive root;","strongs_definition":"to grumble, i.e. rebel","kjv_definition":"murmur."} +{"id":"H7280","strongs_number":"H7280","system":"hebrew","language":"hebrew","number_value":7280,"lemma":"רָגַע","transliteration":"râgaʻ","pronunciation":"raw-gah'","derivation":"a primitive root;","strongs_definition":"properly, to toss violently and suddenly (the sea with waves, the skin with boils); figuratively (in a favorable manner) to settle, i.e. quiet; specifically, to wink (from the motion of the eye-lids)","kjv_definition":"break, divide, find ease, be a moment, (cause, give, make to) rest, make suddenly."} +{"id":"H7281","strongs_number":"H7281","system":"hebrew","language":"hebrew","number_value":7281,"lemma":"רֶגַע","transliteration":"regaʻ","pronunciation":"reh'-gah","derivation":"from H7280 (רָגַע).","strongs_definition":"a wink (of the eyes), i.e. a very short space of time","kjv_definition":"instant, moment, space, suddenly."} +{"id":"H7282","strongs_number":"H7282","system":"hebrew","language":"hebrew","number_value":7282,"lemma":"רָגֵעַ","transliteration":"râgêaʻ","pronunciation":"raw-gay'-ah","derivation":"from H7280 (רָגַע);","strongs_definition":"restful, i.e. peaceable","kjv_definition":"that are quiet."} +{"id":"H7283","strongs_number":"H7283","system":"hebrew","language":"hebrew","number_value":7283,"lemma":"רָגַשׁ","transliteration":"râgash","pronunciation":"raw-gash'","derivation":"a primitive root;","strongs_definition":"to be tumultuous","kjv_definition":"rage."} +{"id":"H7284","strongs_number":"H7284","system":"hebrew","language":"hebrew","number_value":7284,"lemma":"רְגַשׁ","transliteration":"rᵉgash","pronunciation":"reg-ash'","derivation":"(Aramaic) corresponding to H7283 (רָגַשׁ);","strongs_definition":"to gather tumultuously","kjv_definition":"assemble (together)."} +{"id":"H7285","strongs_number":"H7285","system":"hebrew","language":"hebrew","number_value":7285,"lemma":"רֶגֶשׁ","transliteration":"regesh","pronunciation":"reh'-ghesh","derivation":"or (feminine) רִגְשָׁה; from H7283 (רָגַשׁ);","strongs_definition":"a tumultuous crowd","kjv_definition":"company, insurrection."} +{"id":"H7286","strongs_number":"H7286","system":"hebrew","language":"hebrew","number_value":7286,"lemma":"רָדַד","transliteration":"râdad","pronunciation":"raw-dad'","derivation":"a primitive root;","strongs_definition":"to tread in pieces, i.e. (figuratively) to conquer, or (specifically) to overlay","kjv_definition":"spend, spread, subdue."} +{"id":"H7287","strongs_number":"H7287","system":"hebrew","language":"hebrew","number_value":7287,"lemma":"רָדָה","transliteration":"râdâh","pronunciation":"raw-daw'","derivation":"a primitive root;","strongs_definition":"to tread down, i.e. subjugate; specifically, to crumble off","kjv_definition":"(come to, make to) have dominion, prevail against, reign, (bear, make to) rule,(-r, over), take."} +{"id":"H7288","strongs_number":"H7288","system":"hebrew","language":"hebrew","number_value":7288,"lemma":"רַדַּי","transliteration":"Radday","pronunciation":"rad-dah'-ee","derivation":"intensive from H7287 (רָדָה); domineering;","strongs_definition":"Raddai, an Israelite","kjv_definition":"Raddai."} +{"id":"H7289","strongs_number":"H7289","system":"hebrew","language":"hebrew","number_value":7289,"lemma":"רָדִיד","transliteration":"râdîyd","pronunciation":"raw-deed'","derivation":"from H7286 (רָדַד) in the sense of spreading;","strongs_definition":"a veil (as expanded)","kjv_definition":"vail, veil."} +{"id":"H7290","strongs_number":"H7290","system":"hebrew","language":"hebrew","number_value":7290,"lemma":"רָדַם","transliteration":"râdam","pronunciation":"raw-dam'","derivation":"a primitive root;","strongs_definition":"to stun, i.e. stupefy (with sleep or death)","kjv_definition":"(be fast a-, be in a deep, cast into a dead, that) sleep(-er, -eth)."} +{"id":"H7291","strongs_number":"H7291","system":"hebrew","language":"hebrew","number_value":7291,"lemma":"רָדַף","transliteration":"râdaph","pronunciation":"raw-daf'","derivation":"a primitive root;","strongs_definition":"to run after (usually with hostile intent; figuratively (of time) gone by)","kjv_definition":"chase, put to flight, follow (after, on), hunt, (be under) persecute(-ion, -or), pursue(-r)."} +{"id":"H7292","strongs_number":"H7292","system":"hebrew","language":"hebrew","number_value":7292,"lemma":"רָהַב","transliteration":"râhab","pronunciation":"raw-hab'","derivation":"a primitive root;","strongs_definition":"to urge severely, i.e. (figuratively) importune, embolden, capture, act insolently","kjv_definition":"overcome, behave self proudly, make sure, strengthen."} +{"id":"H7293","strongs_number":"H7293","system":"hebrew","language":"hebrew","number_value":7293,"lemma":"רַהַב","transliteration":"rahab","pronunciation":"rah'-hab","derivation":"from H7292 (רָהַב),","strongs_definition":"bluster(-er)","kjv_definition":"proud, strength."} +{"id":"H7294","strongs_number":"H7294","system":"hebrew","language":"hebrew","number_value":7294,"lemma":"רַהַב","transliteration":"Rahab","pronunciation":"rah'-hab","derivation":"the same as H7293 (רַהַב);","strongs_definition":"Rahab (i.e. boaster), an epithet of Egypt","kjv_definition":"Rahab."} +{"id":"H7295","strongs_number":"H7295","system":"hebrew","language":"hebrew","number_value":7295,"lemma":"רָהָב","transliteration":"râhâb","pronunciation":"raw-hawb'","derivation":"from H7292 (רָהַב);","strongs_definition":"insolent","kjv_definition":"proud."} +{"id":"H7296","strongs_number":"H7296","system":"hebrew","language":"hebrew","number_value":7296,"lemma":"רֹהָב","transliteration":"rôhâb","pronunciation":"ro'-hab","derivation":"from H7292 (רָהַב);","strongs_definition":"pride","kjv_definition":"strength."} +{"id":"H7297","strongs_number":"H7297","system":"hebrew","language":"hebrew","number_value":7297,"lemma":"רָהָה","transliteration":"râhâh","pronunciation":"raw-haw'","derivation":"a primitive root;","strongs_definition":"to fear","kjv_definition":"be afraid."} +{"id":"H7298","strongs_number":"H7298","system":"hebrew","language":"hebrew","number_value":7298,"lemma":"רַהַט","transliteration":"rahaṭ","pronunciation":"rah'-hat","derivation":"from an unused root apparently meaning to hollow out;","strongs_definition":"a channel or watering-box; by resemblance a ringlet of hair (as forming parallel lines)","kjv_definition":"gallery, gutter, trough."} +{"id":"H7299","strongs_number":"H7299","system":"hebrew","language":"hebrew","number_value":7299,"lemma":"רֵו","transliteration":"rêv","pronunciation":"rave","derivation":"(Aramaic) from a root corresponding to H7200 (רָאָה);","strongs_definition":"aspect","kjv_definition":"form."} +{"id":"H7300","strongs_number":"H7300","system":"hebrew","language":"hebrew","number_value":7300,"lemma":"רוּד","transliteration":"rûwd","pronunciation":"rood","derivation":"a primitive root;","strongs_definition":"to tramp about, i.e. ramble (free or disconsolate)","kjv_definition":"have the dominion, be lord, mourn, rule."} +{"id":"H7301","strongs_number":"H7301","system":"hebrew","language":"hebrew","number_value":7301,"lemma":"רָוָה","transliteration":"râvâh","pronunciation":"raw-vaw'","derivation":"a primitive root;","strongs_definition":"to slake the thirst (occasionally of other appetites)","kjv_definition":"bathe, make drunk, (take the) fill, satiate, (abundantly) satisfy, soak, water (abundantly)."} +{"id":"H7302","strongs_number":"H7302","system":"hebrew","language":"hebrew","number_value":7302,"lemma":"רָוֶה","transliteration":"râveh","pronunciation":"raw-veh'","derivation":"from H7301 (רָוָה);","strongs_definition":"sated (with drink)","kjv_definition":"drunkenness, watered."} +{"id":"H7303","strongs_number":"H7303","system":"hebrew","language":"hebrew","number_value":7303,"lemma":"רוֹהֲגָה","transliteration":"Rôwhăgâh","pronunciation":"ro-hag-aw'","derivation":"from an unused root probably meaning to cry out; outcry;","strongs_definition":"Rohagah, an Israelite","kjv_definition":"Rohgah."} +{"id":"H7304","strongs_number":"H7304","system":"hebrew","language":"hebrew","number_value":7304,"lemma":"רָוַח","transliteration":"râvach","pronunciation":"raw-vakh'","derivation":"a primitive root (identical with H7306 (רוּחַ));","strongs_definition":"properly, to breathe freely, i.e. revive; by implication, to have ample room","kjv_definition":"be refreshed, large."} +{"id":"H7305","strongs_number":"H7305","system":"hebrew","language":"hebrew","number_value":7305,"lemma":"רֶוַח","transliteration":"revach","pronunciation":"reh'-vakh","derivation":"from H7304 (רָוַח);","strongs_definition":"room, literally (an interval) or figuratively (deliverance)","kjv_definition":"enlargement, space."} +{"id":"H7306","strongs_number":"H7306","system":"hebrew","language":"hebrew","number_value":7306,"lemma":"רוּחַ","transliteration":"rûwach","pronunciation":"roo'-akh","derivation":"a primitive root;","strongs_definition":"properly, to blow, i.e. breathe; only (literally) to smell or (by implication, perceive (figuratively, to anticipate, enjoy)","kjv_definition":"accept, smell, [idiom] touch, make of quick understanding."} +{"id":"H7307","strongs_number":"H7307","system":"hebrew","language":"hebrew","number_value":7307,"lemma":"רוּחַ","transliteration":"rûwach","pronunciation":"roo'-akh","derivation":"from H7306 (רוּחַ);","strongs_definition":"wind; by resemblance breath, i.e. a sensible (or even violent) exhalation; figuratively, life, anger, unsubstantiality; by extension, a region of the sky; by resemblance spirit, but only of a rational being (including its expression and functions)","kjv_definition":"air, anger, blast, breath, [idiom] cool, courage, mind, [idiom] quarter, [idiom] side, spirit(-ual), tempest, [idiom] vain, (whirl-) wind(-y)."} +{"id":"H7308","strongs_number":"H7308","system":"hebrew","language":"hebrew","number_value":7308,"lemma":"רוּחַ","transliteration":"rûwach","pronunciation":"roo'-akh","derivation":"(Aramaic) corresponding to H7307 (רוּחַ)","strongs_definition":"{wind; by resemblance breath, i.e. a sensible (or even violent) exhalation; figuratively, life, anger, unsubstantiality; by extension, a region of the sky; by resemblance spirit, but only of a rational being (including its expression and functions)}","kjv_definition":"mind, spirit, wind."} +{"id":"H7309","strongs_number":"H7309","system":"hebrew","language":"hebrew","number_value":7309,"lemma":"רְוָחָה","transliteration":"rᵉvâchâh","pronunciation":"rev-aw-khaw'","derivation":"feminine of H7305 (רֶוַח);","strongs_definition":"relief","kjv_definition":"breathing, respite."} +{"id":"H7310","strongs_number":"H7310","system":"hebrew","language":"hebrew","number_value":7310,"lemma":"רְוָיָה","transliteration":"rᵉvâyâh","pronunciation":"rev-aw-yaw'","derivation":"from H7301 (רָוָה);","strongs_definition":"satisfaction","kjv_definition":"runneth over, wealthy."} +{"id":"H7311","strongs_number":"H7311","system":"hebrew","language":"hebrew","number_value":7311,"lemma":"רוּם","transliteration":"rûwm","pronunciation":"room","derivation":"a primitive root;","strongs_definition":"to be high actively, to rise or raise (in various applications, literally or figuratively)","kjv_definition":"bring up, exalt (self), extol, give, go up, haughty, heave (up), (be, lift up on, make on, set up on, too) high(-er, one), hold up, levy, lift(-er) up, (be) lofty, ([idiom] a-) loud, mount up, offer (up), [phrase] presumptuously, (be) promote(-ion), proud, set up, tall(-er), take (away, off, up), breed worms."} +{"id":"H7312","strongs_number":"H7312","system":"hebrew","language":"hebrew","number_value":7312,"lemma":"רוּם","transliteration":"rûwm","pronunciation":"room","derivation":"or רֻם; from H7311 (רוּם);","strongs_definition":"(literally) elevation or (figuratively) elation","kjv_definition":"haughtiness, height, [idiom] high."} +{"id":"H7313","strongs_number":"H7313","system":"hebrew","language":"hebrew","number_value":7313,"lemma":"רוּם","transliteration":"rûwm","pronunciation":"room","derivation":"(Aramaic) corresponding to H7311 (רוּם);","strongs_definition":"{to be high actively, to rise or raise (in various applications, literally or figuratively)}","kjv_definition":"extol, lift up (self), set up."} +{"id":"H7314","strongs_number":"H7314","system":"hebrew","language":"hebrew","number_value":7314,"lemma":"רוּם","transliteration":"rûwm","pronunciation":"room","derivation":"(Aramaic) from H7313 (רוּם);","strongs_definition":"(literally) altitude","kjv_definition":"height."} +{"id":"H7315","strongs_number":"H7315","system":"hebrew","language":"hebrew","number_value":7315,"lemma":"רוֹם","transliteration":"rôwm","pronunciation":"rome","derivation":"from H7311 (רוּם);","strongs_definition":"elevation, i.e. (adverbially) aloft","kjv_definition":"on high."} +{"id":"H7316","strongs_number":"H7316","system":"hebrew","language":"hebrew","number_value":7316,"lemma":"רוּמָה","transliteration":"Rûwmâh","pronunciation":"roo-maw'","derivation":"from H7311 (רוּם); height;","strongs_definition":"Rumah, a place in Palestine","kjv_definition":"Rumah."} +{"id":"H7317","strongs_number":"H7317","system":"hebrew","language":"hebrew","number_value":7317,"lemma":"רוֹמָה","transliteration":"rôwmâh","pronunciation":"ro-maw'","derivation":"feminine of H7315 (רוֹם);","strongs_definition":"elation, i.e. (adverbially) proudly","kjv_definition":"haughtily."} +{"id":"H7318","strongs_number":"H7318","system":"hebrew","language":"hebrew","number_value":7318,"lemma":"רוֹמָם","transliteration":"rôwmâm","pronunciation":"ro-mawm'","derivation":"from H7426 (רָמַם);","strongs_definition":"exaltation, i.e. (figuratively and specifically) praise","kjv_definition":"be extolled."} +{"id":"H7319","strongs_number":"H7319","system":"hebrew","language":"hebrew","number_value":7319,"lemma":"רוֹמְמָה","transliteration":"rôwmᵉmâh","pronunciation":"ro-mem-aw'","derivation":"feminine active participle of H7426 (רָמַם);","strongs_definition":"exaltation, i.e. praise","kjv_definition":"high."} +{"id":"H7320","strongs_number":"H7320","system":"hebrew","language":"hebrew","number_value":7320,"lemma":"רוֹמַמְתִּי עֶזֶר","transliteration":"Rôwmamtîy ʻEzer","pronunciation":"ro-mam'-tee eh'-zer","derivation":"(or Romam from H7311 (רוּם) and H5828 (עֵזֶר); I have raised up a help;","strongs_definition":"Romamti-Ezer, an Israelite","kjv_definition":"Romamti-ezer."} +{"id":"H7321","strongs_number":"H7321","system":"hebrew","language":"hebrew","number_value":7321,"lemma":"רוּעַ","transliteration":"rûwaʻ","pronunciation":"roo-ah'","derivation":"a primitive root;","strongs_definition":"to mar (especially by breaking); figuratively, to split the ears (with sound), i.e. shout (for alarm or joy)","kjv_definition":"blow an alarm, cry (alarm, aloud, out), destroy, make a joyful noise, smart, shout (for joy), sound an alarm, triumph."} +{"id":"H7322","strongs_number":"H7322","system":"hebrew","language":"hebrew","number_value":7322,"lemma":"רוּף","transliteration":"rûwph","pronunciation":"roof","derivation":"a primitive root;","strongs_definition":"properly, to triturate (in a mortar), i.e. (figuratively) to agitate (by concussion)","kjv_definition":"tremble."} +{"id":"H7323","strongs_number":"H7323","system":"hebrew","language":"hebrew","number_value":7323,"lemma":"רוּץ","transliteration":"rûwts","pronunciation":"roots","derivation":"a primitive root;","strongs_definition":"to run (for whatever reason, especially to rush)","kjv_definition":"break down, divide speedily, footman, guard, bring hastily, (make) run (away, through), post."} +{"id":"H7324","strongs_number":"H7324","system":"hebrew","language":"hebrew","number_value":7324,"lemma":"רוּק","transliteration":"rûwq","pronunciation":"rook","derivation":"a primitive root;","strongs_definition":"to pour out (literally or figuratively), i.e. empty","kjv_definition":"[idiom] arm, cast out, draw (out), (make) empty, pour forth (out)."} +{"id":"H7325","strongs_number":"H7325","system":"hebrew","language":"hebrew","number_value":7325,"lemma":"רוּר","transliteration":"rûwr","pronunciation":"roor","derivation":"a primitive root;","strongs_definition":"to slaver (with spittle), i.e. (by analogy) to emit afluid (ulcerous or natural)","kjv_definition":"run."} +{"id":"H7326","strongs_number":"H7326","system":"hebrew","language":"hebrew","number_value":7326,"lemma":"רוּשׁ","transliteration":"rûwsh","pronunciation":"roosh","derivation":"a primitive root;","strongs_definition":"to be destitute","kjv_definition":"lack, needy, (make self) poor (man)."} +{"id":"H7327","strongs_number":"H7327","system":"hebrew","language":"hebrew","number_value":7327,"lemma":"רוּת","transliteration":"Rûwth","pronunciation":"rooth","derivation":"probably for H7468 (רְעוּת); friend;","strongs_definition":"Ruth, a Moabitess","kjv_definition":"Ruth."} +{"id":"H7328","strongs_number":"H7328","system":"hebrew","language":"hebrew","number_value":7328,"lemma":"רָז","transliteration":"râz","pronunciation":"rawz","derivation":"(Aramaic) from an unused root probably meaning","strongs_definition":"to attenuate, i.e. (figuratively) hide; a mystery","kjv_definition":"secret."} +{"id":"H7329","strongs_number":"H7329","system":"hebrew","language":"hebrew","number_value":7329,"lemma":"רָזָה","transliteration":"râzâh","pronunciation":"raw-zaw'","derivation":"a primitive root;","strongs_definition":"to emaciate, i.e. make (become) thin (literally or figuratively)","kjv_definition":"famish, wax lean."} +{"id":"H7330","strongs_number":"H7330","system":"hebrew","language":"hebrew","number_value":7330,"lemma":"רָזֶה","transliteration":"râzeh","pronunciation":"raw-zeh'","derivation":"from H7329 (רָזָה);","strongs_definition":"thin","kjv_definition":"lean."} +{"id":"H7331","strongs_number":"H7331","system":"hebrew","language":"hebrew","number_value":7331,"lemma":"רְזוֹן","transliteration":"Rᵉzôwn","pronunciation":"rez-one'","derivation":"from H7336 (רָזַן); prince;","strongs_definition":"Rezon, a Syrian","kjv_definition":"Rezon."} +{"id":"H7332","strongs_number":"H7332","system":"hebrew","language":"hebrew","number_value":7332,"lemma":"רָזוֹן","transliteration":"râzôwn","pronunciation":"raw-zone'","derivation":"from H7329 (רָזָה);","strongs_definition":"thinness","kjv_definition":"leanness, [idiom] scant."} +{"id":"H7333","strongs_number":"H7333","system":"hebrew","language":"hebrew","number_value":7333,"lemma":"רָזוֹן","transliteration":"râzôwn","pronunciation":"raw-zone'","derivation":"from H7336 (רָזַן);","strongs_definition":"a dignitary","kjv_definition":"prince."} +{"id":"H7334","strongs_number":"H7334","system":"hebrew","language":"hebrew","number_value":7334,"lemma":"רָזִי","transliteration":"râzîy","pronunciation":"raw-zee'","derivation":"from H7329 (רָזָה);","strongs_definition":"thinness","kjv_definition":"leanness."} +{"id":"H7335","strongs_number":"H7335","system":"hebrew","language":"hebrew","number_value":7335,"lemma":"רָזַם","transliteration":"râzam","pronunciation":"raw-zam'","derivation":"a primitive root;","strongs_definition":"to twinkle the eye (in mockery)","kjv_definition":"wink."} +{"id":"H7336","strongs_number":"H7336","system":"hebrew","language":"hebrew","number_value":7336,"lemma":"רָזַן","transliteration":"râzan","pronunciation":"raw-zan'","derivation":"a primitive root;","strongs_definition":"probably to be heavy, i.e. (figuratively) honorable","kjv_definition":"prince, ruler."} +{"id":"H7337","strongs_number":"H7337","system":"hebrew","language":"hebrew","number_value":7337,"lemma":"רָחַב","transliteration":"râchab","pronunciation":"raw-khab'","derivation":"a primitive root;","strongs_definition":"to broaden (intransitive or transitive, literal or figurative)","kjv_definition":"be an en-(make) large(-ing), make room, make (open) wide."} +{"id":"H7338","strongs_number":"H7338","system":"hebrew","language":"hebrew","number_value":7338,"lemma":"רַחַב","transliteration":"rachab","pronunciation":"rakh'-ab","derivation":"from H7337 (רָחַב);","strongs_definition":"a width","kjv_definition":"breadth, broad place."} +{"id":"H7339","strongs_number":"H7339","system":"hebrew","language":"hebrew","number_value":7339,"lemma":"רְחֹב","transliteration":"rᵉchôb","pronunciation":"rekh-obe'","derivation":"or רְחוֹב; from H7337 (רָחַב);","strongs_definition":"a width, i.e. (concretely) avenue or area","kjv_definition":"broad place (way), street. See also H1050 (בֵּית רְחוֹב)."} +{"id":"H7340","strongs_number":"H7340","system":"hebrew","language":"hebrew","number_value":7340,"lemma":"רְחֹב","transliteration":"Rᵉchôb","pronunciation":"rekh-obe'","derivation":"or רְחוֹב; the same as H7339 (רְחֹב);","strongs_definition":"Rechob, the name of a place in Syria, also of a Syrian and an Israelite","kjv_definition":"Rehob."} +{"id":"H7341","strongs_number":"H7341","system":"hebrew","language":"hebrew","number_value":7341,"lemma":"רֹחַב","transliteration":"rôchab","pronunciation":"ro'-khab","derivation":"from H7337 (רָחַב);","strongs_definition":"width (literally or figuratively)","kjv_definition":"breadth, broad, largeness, thickness, wideness."} +{"id":"H7342","strongs_number":"H7342","system":"hebrew","language":"hebrew","number_value":7342,"lemma":"רָחָב","transliteration":"râchâb","pronunciation":"raw-khawb'","derivation":"from H7337 (רָחַב);","strongs_definition":"roomy, in any (or every) direction, literally or figuratively","kjv_definition":"broad, large, at liberty, proud, wide."} +{"id":"H7343","strongs_number":"H7343","system":"hebrew","language":"hebrew","number_value":7343,"lemma":"רָחָב","transliteration":"Râchâb","pronunciation":"raw-khawb'","derivation":"the same as H7342 (רָחָב); proud;","strongs_definition":"Rachab, a Canaanitess","kjv_definition":"Rahab."} +{"id":"H7344","strongs_number":"H7344","system":"hebrew","language":"hebrew","number_value":7344,"lemma":"רְחֹבוֹת","transliteration":"Rᵉchôbôwth","pronunciation":"rekh-o-both'","derivation":"or רְחֹבֹת; plural of H7339 (רְחֹב); streets;","strongs_definition":"Rechoboth, a place in Assyria and one in Palestine","kjv_definition":"Rehoboth."} +{"id":"H7345","strongs_number":"H7345","system":"hebrew","language":"hebrew","number_value":7345,"lemma":"רְחַבְיָה","transliteration":"Rᵉchabyâh","pronunciation":"rekh-ab-yaw'","derivation":"or רְחַבְיָהוּ; from H7337 (רָחַב) and H3050 (יָהּ); Jah has enlarged;","strongs_definition":"Rechabjah, an Israelite","kjv_definition":"Rehabiah."} +{"id":"H7346","strongs_number":"H7346","system":"hebrew","language":"hebrew","number_value":7346,"lemma":"רְחַבְעָם","transliteration":"Rᵉchabʻâm","pronunciation":"rekh-ab-awm'","derivation":"from H7337 (רָחַב) and H5971 (עַם); a people has enlarged;","strongs_definition":"Rechabam, an Israelite king","kjv_definition":"Rehoboam."} +{"id":"H7347","strongs_number":"H7347","system":"hebrew","language":"hebrew","number_value":7347,"lemma":"רֵחֶה","transliteration":"rêcheh","pronunciation":"ray-kheh'","derivation":"from an unused root meaning to pulverize;","strongs_definition":"a mill-stone","kjv_definition":"mill (stone)."} +{"id":"H7348","strongs_number":"H7348","system":"hebrew","language":"hebrew","number_value":7348,"lemma":"רְחוּם","transliteration":"Rᵉchûwm","pronunciation":"rekh-oom'","derivation":"a form of H7349 (רַחוּם);","strongs_definition":"Rechum, the name of a Persian and of three Israelites","kjv_definition":"Rehum."} +{"id":"H7349","strongs_number":"H7349","system":"hebrew","language":"hebrew","number_value":7349,"lemma":"רַחוּם","transliteration":"rachûwm","pronunciation":"rakh-oom'","derivation":"from H7355 (רָחַם);","strongs_definition":"compassionate","kjv_definition":"full of compassion, merciful."} +{"id":"H7350","strongs_number":"H7350","system":"hebrew","language":"hebrew","number_value":7350,"lemma":"רָחוֹק","transliteration":"râchôwq","pronunciation":"raw-khoke'","derivation":"or רָחֹק; from H7368 (רָחַק);","strongs_definition":"remote, literally or figuratively, of place or time; specifically, precious; often used adverbially (with preposition)","kjv_definition":"(a-) far (abroad, off), long ago, of old, space, great while to come."} +{"id":"H7351","strongs_number":"H7351","system":"hebrew","language":"hebrew","number_value":7351,"lemma":"רְחִיט","transliteration":"rᵉchîyṭ","pronunciation":"rekh-eet'","derivation":"from the same as H7298 (רַהַט);","strongs_definition":"a panel (as resembling a trough)","kjv_definition":"rafter."} +{"id":"H7352","strongs_number":"H7352","system":"hebrew","language":"hebrew","number_value":7352,"lemma":"רַחִיק","transliteration":"rachîyq","pronunciation":"rakh-eek'","derivation":"(Aramaic) corresponding to H7350 (רָחוֹק)","strongs_definition":"{remote, literally or figuratively, of place or time; specifically, precious; often used adverbially (with preposition)}","kjv_definition":"far."} +{"id":"H7353","strongs_number":"H7353","system":"hebrew","language":"hebrew","number_value":7353,"lemma":"רָחֵל","transliteration":"râchêl","pronunciation":"raw-kale'","derivation":"from an unused root meaning to journey;","strongs_definition":"a ewe (the females being the predominant element of a flock) (as a good traveller)","kjv_definition":"ewe, sheep."} +{"id":"H7354","strongs_number":"H7354","system":"hebrew","language":"hebrew","number_value":7354,"lemma":"רָחֵל","transliteration":"Râchêl","pronunciation":"raw-khale'","derivation":"the same as H7353 (רָחֵל);","strongs_definition":"Rachel, a wife of Jacob","kjv_definition":"Rachel."} +{"id":"H7355","strongs_number":"H7355","system":"hebrew","language":"hebrew","number_value":7355,"lemma":"רָחַם","transliteration":"râcham","pronunciation":"raw-kham'","derivation":"a primitive root;","strongs_definition":"to fondle; by implication, to love, especially to compassionate","kjv_definition":"have compassion (on, upon), love, (find, have, obtain, shew) mercy(-iful, on, upon), (have) pity, Ruhamah, [idiom] surely."} +{"id":"H7356","strongs_number":"H7356","system":"hebrew","language":"hebrew","number_value":7356,"lemma":"רַחַם","transliteration":"racham","pronunciation":"rakh'-am","derivation":"from H7355 (רָחַם);","strongs_definition":"compassion (in the plural); by extension, the womb (as cherishing the fetus); by implication, a maiden","kjv_definition":"bowels, compassion, damsel, tender love, (great, tender) mercy, pity, womb."} +{"id":"H7357","strongs_number":"H7357","system":"hebrew","language":"hebrew","number_value":7357,"lemma":"רַחַם","transliteration":"Racham","pronunciation":"rakh'-am","derivation":"the same as H7356 (רַחַם); pity;","strongs_definition":"Racham, an Israelite","kjv_definition":"Raham."} +{"id":"H7358","strongs_number":"H7358","system":"hebrew","language":"hebrew","number_value":7358,"lemma":"רֶחֶם","transliteration":"rechem","pronunciation":"rekh'-em","derivation":"from H7355 (רָחַם); (compare H7356 (רַחַם))","strongs_definition":"the womb","kjv_definition":"matrix, womb."} +{"id":"H7359","strongs_number":"H7359","system":"hebrew","language":"hebrew","number_value":7359,"lemma":"רְחֵם","transliteration":"rᵉchêm","pronunciation":"rekh-ame'","derivation":"(Aramaic) corresponding to H7356 (רַחַם);","strongs_definition":"(plural) pity","kjv_definition":"mercy."} +{"id":"H7360","strongs_number":"H7360","system":"hebrew","language":"hebrew","number_value":7360,"lemma":"רָחָם","transliteration":"râchâm","pronunciation":"raw-khawm'","derivation":"or (feminine) רָחָמָה; from H7355 (רָחַם);","strongs_definition":"a kind of vulture (supposed to be tender towards its young)","kjv_definition":"gier-eagle."} +{"id":"H7361","strongs_number":"H7361","system":"hebrew","language":"hebrew","number_value":7361,"lemma":"רַחֲמָה","transliteration":"rachămâh","pronunciation":"rakh-am-aw'","derivation":"feminine of H7356 (רַחַם);","strongs_definition":"a maiden","kjv_definition":"damsel."} +{"id":"H7362","strongs_number":"H7362","system":"hebrew","language":"hebrew","number_value":7362,"lemma":"רַחְמָנִי","transliteration":"rachmânîy","pronunciation":"rakh-maw-nee'","derivation":"from H7355 (רָחַם);","strongs_definition":"compassionate","kjv_definition":"pitiful."} +{"id":"H7363","strongs_number":"H7363","system":"hebrew","language":"hebrew","number_value":7363,"lemma":"רָחַף","transliteration":"râchaph","pronunciation":"raw-khaf'","derivation":"a primitive root;","strongs_definition":"to brood; by implication, to be relaxed","kjv_definition":"flutter, move, shake."} +{"id":"H7364","strongs_number":"H7364","system":"hebrew","language":"hebrew","number_value":7364,"lemma":"רָחַץ","transliteration":"râchats","pronunciation":"raw-khats'","derivation":"a primitive root;","strongs_definition":"to lave (the whole or a part of a thing)","kjv_definition":"bathe (self), wash (self)."} +{"id":"H7365","strongs_number":"H7365","system":"hebrew","language":"hebrew","number_value":7365,"lemma":"רְחַץ","transliteration":"rᵉchats","pronunciation":"rekh-ats'","derivation":"(Aramaic) corresponding to H7364 (רָחַץ) (probably through the accessory idea of ministering as a servant at the bath);","strongs_definition":"to attend upon","kjv_definition":"trust."} +{"id":"H7366","strongs_number":"H7366","system":"hebrew","language":"hebrew","number_value":7366,"lemma":"רַחַץ","transliteration":"rachats","pronunciation":"rakh'-ats","derivation":"from H7364 (רָחַץ);","strongs_definition":"a bath","kjv_definition":"wash(-pot)."} +{"id":"H7367","strongs_number":"H7367","system":"hebrew","language":"hebrew","number_value":7367,"lemma":"רַחְצָה","transliteration":"rachtsâh","pronunciation":"rakh-tsaw'","derivation":"feminine of H7366 (רַחַץ);","strongs_definition":"a bathing place","kjv_definition":"washing."} +{"id":"H7368","strongs_number":"H7368","system":"hebrew","language":"hebrew","number_value":7368,"lemma":"רָחַק","transliteration":"râchaq","pronunciation":"raw-khak'","derivation":"a primitive root;","strongs_definition":"to widen (in any direction), i.e. (intransitively) recede or (transitively) remove (literally or figuratively, of place or relation)","kjv_definition":"(a-, be, cast, drive, get, go, keep (self), put, remove, be too, (wander), withdraw) far (away, off), loose, [idiom] refrain, very, (be) a good way (off)."} +{"id":"H7369","strongs_number":"H7369","system":"hebrew","language":"hebrew","number_value":7369,"lemma":"רָחֵק","transliteration":"râchêq","pronunciation":"raw-khake'","derivation":"from H7368 (רָחַק);","strongs_definition":"remote","kjv_definition":"that are far."} +{"id":"H7370","strongs_number":"H7370","system":"hebrew","language":"hebrew","number_value":7370,"lemma":"רָחַשׁ","transliteration":"râchash","pronunciation":"raw-khash'","derivation":"a primitive root;","strongs_definition":"to gush","kjv_definition":"indite."} +{"id":"H7371","strongs_number":"H7371","system":"hebrew","language":"hebrew","number_value":7371,"lemma":"רַחַת","transliteration":"rachath","pronunciation":"rakh'-ath","derivation":"from H7306 (רוּחַ);","strongs_definition":"a winnowing-fork (as blowing the chaff away)","kjv_definition":"shovel."} +{"id":"H7372","strongs_number":"H7372","system":"hebrew","language":"hebrew","number_value":7372,"lemma":"רָטַב","transliteration":"râṭab","pronunciation":"raw-tab'","derivation":"a primitive root;","strongs_definition":"to be moist","kjv_definition":"be wet."} +{"id":"H7373","strongs_number":"H7373","system":"hebrew","language":"hebrew","number_value":7373,"lemma":"רָטֹב","transliteration":"râṭôb","pronunciation":"raw-tobe'","derivation":"from H7372 (רָטַב);","strongs_definition":"moist (with sap)","kjv_definition":"green."} +{"id":"H7374","strongs_number":"H7374","system":"hebrew","language":"hebrew","number_value":7374,"lemma":"רֶטֶט","transliteration":"reṭeṭ","pronunciation":"reh'-tet","derivation":"from an unused root meaning to tremble;","strongs_definition":"terror","kjv_definition":"fear."} +{"id":"H7375","strongs_number":"H7375","system":"hebrew","language":"hebrew","number_value":7375,"lemma":"רֻטֲפַשׁ","transliteration":"ruṭăphash","pronunciation":"roo-taf-ash'","derivation":"a root compounded from H7373 (רָטֹב) and H2954 (טָפַשׁ);","strongs_definition":"to be rejuvenated","kjv_definition":"be fresh."} +{"id":"H7376","strongs_number":"H7376","system":"hebrew","language":"hebrew","number_value":7376,"lemma":"רָטָשׁ","transliteration":"râṭâsh","pronunciation":"raw-tash'","derivation":"a primitive root;","strongs_definition":"to dash down","kjv_definition":"dash (in pieces)."} +{"id":"H7377","strongs_number":"H7377","system":"hebrew","language":"hebrew","number_value":7377,"lemma":"רִי","transliteration":"rîy","pronunciation":"ree","derivation":"from H7301 (רָוָה);","strongs_definition":"irrigation, i.e. a shower","kjv_definition":"watering."} +{"id":"H7378","strongs_number":"H7378","system":"hebrew","language":"hebrew","number_value":7378,"lemma":"רִיב","transliteration":"rîyb","pronunciation":"reeb","derivation":"or רוּב; a primitive root;","strongs_definition":"properly, to toss, i.e. grapple; mostly figuratively, to wrangle, i.e. hold a controversy; (by implication) to defend","kjv_definition":"adversary, chide, complain, contend, debate, [idiom] ever, [idiom] lay wait, plead, rebuke, strive, [idiom] thoroughly."} +{"id":"H7379","strongs_number":"H7379","system":"hebrew","language":"hebrew","number_value":7379,"lemma":"רִיב","transliteration":"rîyb","pronunciation":"reeb","derivation":"or רִב; from H7378 (רִיב);","strongs_definition":"a contest (personal or legal)","kjv_definition":"[phrase] adversary, cause, chiding, contend(-tion), controversy, multitude (from the margin), pleading, strife, strive(-ing), suit."} +{"id":"H7380","strongs_number":"H7380","system":"hebrew","language":"hebrew","number_value":7380,"lemma":"רִיבַי","transliteration":"Rîybay","pronunciation":"ree-bah'-ee","derivation":"from H7378 (רִיב); contentious;","strongs_definition":"Ribai, an Israelite","kjv_definition":"Ribai."} +{"id":"H7381","strongs_number":"H7381","system":"hebrew","language":"hebrew","number_value":7381,"lemma":"רֵיחַ","transliteration":"rêyach","pronunciation":"ray'-akh","derivation":"from H7306 (רוּחַ);","strongs_definition":"odor (as if blown)","kjv_definition":"savour, scent, smell."} +{"id":"H7382","strongs_number":"H7382","system":"hebrew","language":"hebrew","number_value":7382,"lemma":"רֵיחַ","transliteration":"rêyach","pronunciation":"ray'-akh","derivation":"(Aramaic) corresponding to H7381 (רֵיחַ)","strongs_definition":"{odor (as if blown)}","kjv_definition":"smell."} +{"id":"H7383","strongs_number":"H7383","system":"hebrew","language":"hebrew","number_value":7383,"lemma":"רִיפָה","transliteration":"rîyphâh","pronunciation":"ree-faw'","derivation":"or רִפָה; from H7322 (רוּף);","strongs_definition":"(only plural), grits (as pounded)","kjv_definition":"ground corn, wheat."} +{"id":"H7384","strongs_number":"H7384","system":"hebrew","language":"hebrew","number_value":7384,"lemma":"רִיפַת","transliteration":"Rîyphath","pronunciation":"ree-fath'","derivation":"or (probably by orthographical error) דִּיפַת; of foreign origin;","strongs_definition":"Riphath, a grandson of Japheth and his descendants","kjv_definition":"Riphath."} +{"id":"H7385","strongs_number":"H7385","system":"hebrew","language":"hebrew","number_value":7385,"lemma":"רִיק","transliteration":"rîyq","pronunciation":"reek","derivation":"from H7324 (רוּק);","strongs_definition":"emptiness; figuratively, a worthless thing; adverbially, in vain","kjv_definition":"empty, to no purpose, (in) vain (thing), vanity."} +{"id":"H7386","strongs_number":"H7386","system":"hebrew","language":"hebrew","number_value":7386,"lemma":"רֵיק","transliteration":"rêyq","pronunciation":"rake","derivation":"or (shorter) רֵק; from H7324 (רוּק);","strongs_definition":"empty; figuratively, worthless","kjv_definition":"emptied(-ty), vain (fellow, man)."} +{"id":"H7387","strongs_number":"H7387","system":"hebrew","language":"hebrew","number_value":7387,"lemma":"רֵיקָם","transliteration":"rêyqâm","pronunciation":"ray-kawm'","derivation":"from H7386 (רֵיק);","strongs_definition":"emptily; figuratively (objective) ineffectually, (subjective) undeservedly","kjv_definition":"without cause, empty, in vain, void."} +{"id":"H7388","strongs_number":"H7388","system":"hebrew","language":"hebrew","number_value":7388,"lemma":"רִיר","transliteration":"rîyr","pronunciation":"reer","derivation":"from H7325 (רוּר);","strongs_definition":"saliva; by resemblance, broth","kjv_definition":"spittle, white (of an egg)."} +{"id":"H7389","strongs_number":"H7389","system":"hebrew","language":"hebrew","number_value":7389,"lemma":"רֵישׁ","transliteration":"rêysh","pronunciation":"raysh","derivation":"or רֵאשׁ; or רִישׁ; from H7326 (רוּשׁ);","strongs_definition":"poverty","kjv_definition":"poverty."} +{"id":"H7390","strongs_number":"H7390","system":"hebrew","language":"hebrew","number_value":7390,"lemma":"רַךְ","transliteration":"rak","pronunciation":"rak","derivation":"from H7401 (רָכַךְ);","strongs_definition":"tender (literally or figuratively); by implication, weak","kjv_definition":"faint((-hearted), soft, tender ((-hearted), one), weak."} +{"id":"H7391","strongs_number":"H7391","system":"hebrew","language":"hebrew","number_value":7391,"lemma":"רֹךְ","transliteration":"rôk","pronunciation":"roke","derivation":"from H7401 (רָכַךְ);","strongs_definition":"softness (figuratively)","kjv_definition":"tenderness."} +{"id":"H7392","strongs_number":"H7392","system":"hebrew","language":"hebrew","number_value":7392,"lemma":"רָכַב","transliteration":"râkab","pronunciation":"raw-kab'","derivation":"a primitive root;","strongs_definition":"to ride (on an animal or in a vehicle); causatively, to place upon (for riding or generally), to despatch","kjv_definition":"bring (on (horse-) back), carry, get (oneself) up, on (horse-) back, put, (cause to, make to) ride (in a chariot, on, -r), set."} +{"id":"H7393","strongs_number":"H7393","system":"hebrew","language":"hebrew","number_value":7393,"lemma":"רֶכֶב","transliteration":"rekeb","pronunciation":"reh'-keb","derivation":"from H7392 (רָכַב);","strongs_definition":"a vehicle; by implication, a team; by extension, cavalry; by analogy a rider, i.e. the upper millstone","kjv_definition":"chariot, (upper) millstone, multitude (from the margin), wagon."} +{"id":"H7394","strongs_number":"H7394","system":"hebrew","language":"hebrew","number_value":7394,"lemma":"רֵכָב","transliteration":"Rêkâb","pronunciation":"ray-kawb'","derivation":"from H7392 (רָכַב); rider;","strongs_definition":"Rekab, the name of two Arabs and of two Israelites","kjv_definition":"Rechab."} +{"id":"H7395","strongs_number":"H7395","system":"hebrew","language":"hebrew","number_value":7395,"lemma":"רַכָּב","transliteration":"rakkâb","pronunciation":"rak-kawb'","derivation":"from H7392 (רָכַב);","strongs_definition":"a charioteer","kjv_definition":"chariot man, driver of a chariot, horseman."} +{"id":"H7396","strongs_number":"H7396","system":"hebrew","language":"hebrew","number_value":7396,"lemma":"רִכְבָּה","transliteration":"rikbâh","pronunciation":"rik-baw'","derivation":"feminine of H7393 (רֶכֶב);","strongs_definition":"a chariot (collectively)","kjv_definition":"chariots."} +{"id":"H7397","strongs_number":"H7397","system":"hebrew","language":"hebrew","number_value":7397,"lemma":"רֵכָה","transliteration":"Rêkâh","pronunciation":"ray-kaw'","derivation":"probably feminine from H7401 (רָכַךְ); softness;","strongs_definition":"Rekah, a place in Palestine","kjv_definition":"Rechah."} +{"id":"H7398","strongs_number":"H7398","system":"hebrew","language":"hebrew","number_value":7398,"lemma":"רְכוּב","transliteration":"rᵉkûwb","pronunciation":"rek-oob'","derivation":"from passive participle of H7392 (רָכַב);","strongs_definition":"a vehicle (as ridden on)","kjv_definition":"chariot."} +{"id":"H7399","strongs_number":"H7399","system":"hebrew","language":"hebrew","number_value":7399,"lemma":"רְכוּשׁ","transliteration":"rᵉkûwsh","pronunciation":"rek-oosh'","derivation":"or רְכֻשׁ; from passive participle of H7408 (רָכַשׁ);","strongs_definition":"property (as gathered)","kjv_definition":"good, riches, substance."} +{"id":"H7400","strongs_number":"H7400","system":"hebrew","language":"hebrew","number_value":7400,"lemma":"רָכִיל","transliteration":"râkîyl","pronunciation":"raw-keel'","derivation":"from H7402 (רָכַל)","strongs_definition":"a scandal-monger (as travelling about)","kjv_definition":"slander, carry tales, talebearer."} +{"id":"H7401","strongs_number":"H7401","system":"hebrew","language":"hebrew","number_value":7401,"lemma":"רָכַךְ","transliteration":"râkak","pronunciation":"raw-kak'","derivation":"a primitive root;","strongs_definition":"to soften (intransitively or transitively), used figuratively","kjv_definition":"(be) faint(-hearted), mollify, (be, make) soft(-er), be tender."} +{"id":"H7402","strongs_number":"H7402","system":"hebrew","language":"hebrew","number_value":7402,"lemma":"רָכַל","transliteration":"râkal","pronunciation":"raw-kal'","derivation":"a primitive root;","strongs_definition":"to travel for trading","kjv_definition":"(spice) merchant."} +{"id":"H7403","strongs_number":"H7403","system":"hebrew","language":"hebrew","number_value":7403,"lemma":"רָכָל","transliteration":"Râkâl","pronunciation":"raw-kawl'","derivation":"from H7402 (רָכַל); merchant;","strongs_definition":"Rakal, a place in Palestine","kjv_definition":"Rachal."} +{"id":"H7404","strongs_number":"H7404","system":"hebrew","language":"hebrew","number_value":7404,"lemma":"רְכֻלָּה","transliteration":"rᵉkullâh","pronunciation":"rek-ool-law'","derivation":"feminine passive participle of H7402 (רָכַל);","strongs_definition":"trade (as peddled)","kjv_definition":"merchandise, traffic."} +{"id":"H7405","strongs_number":"H7405","system":"hebrew","language":"hebrew","number_value":7405,"lemma":"רָכַס","transliteration":"râkaç","pronunciation":"raw-kas'","derivation":"a primitive root;","strongs_definition":"to tie","kjv_definition":"bind."} +{"id":"H7406","strongs_number":"H7406","system":"hebrew","language":"hebrew","number_value":7406,"lemma":"רֶכֶס","transliteration":"rekeç","pronunciation":"reh'-kes","derivation":"from H7405 (רָכַס);","strongs_definition":"a mountain ridge (as of tied summits)","kjv_definition":"rough place."} +{"id":"H7407","strongs_number":"H7407","system":"hebrew","language":"hebrew","number_value":7407,"lemma":"רֹכֶס","transliteration":"rôkeç","pronunciation":"ro'-kes","derivation":"from H7405 (רָכַס);","strongs_definition":"a snare (as of tied meshes)","kjv_definition":"pride."} +{"id":"H7408","strongs_number":"H7408","system":"hebrew","language":"hebrew","number_value":7408,"lemma":"רָכַשׁ","transliteration":"râkash","pronunciation":"raw-kash'","derivation":"a primitive root;","strongs_definition":"to lay up, i.e. collect","kjv_definition":"gather, get."} +{"id":"H7409","strongs_number":"H7409","system":"hebrew","language":"hebrew","number_value":7409,"lemma":"רֶכֶשׁ","transliteration":"rekesh","pronunciation":"reh'-kesh","derivation":"from H7408 (רָכַשׁ);","strongs_definition":"a relay of animals on a post-route (as stored up for that purpose); by implication, a courser","kjv_definition":"dromedary, mule, swift beast."} +{"id":"H7410","strongs_number":"H7410","system":"hebrew","language":"hebrew","number_value":7410,"lemma":"רָם","transliteration":"Râm","pronunciation":"rawm","derivation":"active participle of H7311 (רוּם); high;","strongs_definition":"Ram, the name of an Arabian and of an Israelite","kjv_definition":"Ram. See also H1027 (בֵּית הָרָם)."} +{"id":"H7411","strongs_number":"H7411","system":"hebrew","language":"hebrew","number_value":7411,"lemma":"רָמָה","transliteration":"râmâh","pronunciation":"raw-maw'","derivation":"a primitive root;","strongs_definition":"to hurl; specifically, to shoot; figuratively, to delude or betray (as if causing to fall)","kjv_definition":"beguile, betray, (bow-) man, carry, deceive, throw."} +{"id":"H7412","strongs_number":"H7412","system":"hebrew","language":"hebrew","number_value":7412,"lemma":"רְמָה","transliteration":"rᵉmâh","pronunciation":"rem-aw'","derivation":"(Aramaic) corresponding to H7411 (רָמָה);","strongs_definition":"to throw, set, (figuratively) assess","kjv_definition":"cast (down), impose."} +{"id":"H7413","strongs_number":"H7413","system":"hebrew","language":"hebrew","number_value":7413,"lemma":"רָמָה","transliteration":"râmâh","pronunciation":"raw-maw'","derivation":"feminine active participle of H7311 (רוּם);","strongs_definition":"a height (as a seat of idolatry)","kjv_definition":"high place."} +{"id":"H7414","strongs_number":"H7414","system":"hebrew","language":"hebrew","number_value":7414,"lemma":"רָמָה","transliteration":"Râmâh","pronunciation":"raw-maw'","derivation":"the same as H7413 (רָמָה);","strongs_definition":"Ramah, the name of four places in Palestine","kjv_definition":"Ramah."} +{"id":"H7415","strongs_number":"H7415","system":"hebrew","language":"hebrew","number_value":7415,"lemma":"רִמָּה","transliteration":"rimmâh","pronunciation":"rim-maw'","derivation":"from H7426 (רָמַם) in the sense of breeding (compare H7311 (רוּם));","strongs_definition":"a maggot (as rapidly bred), literally or figuratively","kjv_definition":"worm."} +{"id":"H7416","strongs_number":"H7416","system":"hebrew","language":"hebrew","number_value":7416,"lemma":"רִמּוֹן","transliteration":"rimmôwn","pronunciation":"rim-mone'","derivation":"or רִמֹּן; from H7426 (רָמַם);","strongs_definition":"a pomegranate, the tree (from its upright growth) or the fruit (also an artificial ornament)","kjv_definition":"pomegranate."} +{"id":"H7417","strongs_number":"H7417","system":"hebrew","language":"hebrew","number_value":7417,"lemma":"רִמּוֹן","transliteration":"Rimmôwn","pronunciation":"rim-mone'","derivation":"or (shorter) (רִמֹּן; or רִמּוֹנוֹ; (1 Chronicles 6:62 (H77 (אֶבֶץ))), the same as H7416 (רִמּוֹן); in Joshua 19:13: הַמְּתֹאָר is mistaken for part of a name; article with the passive participle of H8388 (תָּאַר); the (one) marked off, i.e. which pertains).","strongs_definition":"Rimmon, the name of a Syrian deity, also of five places in Palestine","kjv_definition":"Remmon, Rimmon."} +{"id":"H7418","strongs_number":"H7418","system":"hebrew","language":"hebrew","number_value":7418,"lemma":"רָמוֹת","transliteration":"Râmôwth","pronunciation":"raw-moth","derivation":"or רָמַת נֶגֶב; from the plural or construct form of H7413 (רָמָה) and H5045 (נֶגֶב); heights (or height) of the South;","strongs_definition":"Ramoth-Negeb or Ramath-Negeb, a place in Palestine","kjv_definition":"south Ramoth, Ramath of the south."} +{"id":"H7419","strongs_number":"H7419","system":"hebrew","language":"hebrew","number_value":7419,"lemma":"רָמוּת","transliteration":"râmûwth","pronunciation":"raw-mooth'","derivation":"from H7311 (רוּם);","strongs_definition":"a heap (of carcases)","kjv_definition":"height."} +{"id":"H7420","strongs_number":"H7420","system":"hebrew","language":"hebrew","number_value":7420,"lemma":"רֹמַח","transliteration":"rômach","pronunciation":"ro'-makh","derivation":"from an unused root meaning to hurl;","strongs_definition":"a lance (as thrown); especially the iron point","kjv_definition":"buckler, javelin, lancet, spear."} +{"id":"H7421","strongs_number":"H7421","system":"hebrew","language":"hebrew","number_value":7421,"lemma":"רַמִּי","transliteration":"rammîy","pronunciation":"ram-mee'","derivation":"for H761 (אֲרַמִּי);","strongs_definition":"a Ramite, i.e. Aramaean","kjv_definition":"Syrian."} +{"id":"H7422","strongs_number":"H7422","system":"hebrew","language":"hebrew","number_value":7422,"lemma":"רַמְיָה","transliteration":"Ramyâh","pronunciation":"ram-yaw'","derivation":"from H7311 (רוּם) and H3050 (יָהּ); Jah has raised;","strongs_definition":"Ramjah, an Israelite","kjv_definition":"Ramiah."} +{"id":"H7423","strongs_number":"H7423","system":"hebrew","language":"hebrew","number_value":7423,"lemma":"רְמִיָּה","transliteration":"rᵉmîyâh","pronunciation":"rem-ee-yaw'","derivation":"from H7411 (רָמָה);","strongs_definition":"remissness, treachery","kjv_definition":"deceit(-ful, -fully), false, guile, idle, slack, slothful."} +{"id":"H7424","strongs_number":"H7424","system":"hebrew","language":"hebrew","number_value":7424,"lemma":"רַמָּךְ","transliteration":"rammâk","pronunciation":"ram-mawk'","derivation":"of foreign origin;","strongs_definition":"a brood mare","kjv_definition":"dromedary."} +{"id":"H7425","strongs_number":"H7425","system":"hebrew","language":"hebrew","number_value":7425,"lemma":"רְמַלְיָהוּ","transliteration":"Rᵉmalyâhûw","pronunciation":"rem-al-yaw'-hoo","derivation":"from an unused root and H3050 (יָהּ) (perhaps meaning to deck); Jah has bedecked;","strongs_definition":"Remaljah, an Israelite","kjv_definition":"Remaliah."} +{"id":"H7426","strongs_number":"H7426","system":"hebrew","language":"hebrew","number_value":7426,"lemma":"רָמַם","transliteration":"râmam","pronunciation":"raw-mam'","derivation":"a primitive root;","strongs_definition":"to rise (literally or figuratively)","kjv_definition":"exalt, get (oneself) up, lift up (self), mount up."} +{"id":"H7427","strongs_number":"H7427","system":"hebrew","language":"hebrew","number_value":7427,"lemma":"רֹמֵמֻת","transliteration":"rômêmuth","pronunciation":"ro-may-mooth'","derivation":"from the active participle of H7426 (רָמַם);","strongs_definition":"exaltation","kjv_definition":"lifting up of self."} +{"id":"H7428","strongs_number":"H7428","system":"hebrew","language":"hebrew","number_value":7428,"lemma":"רִמֹּן פֶּרֶץ","transliteration":"Rimmôn Perets","pronunciation":"rim-mone' peh'-rets","derivation":"from H7416 (רִמּוֹן) and H6556 (פֶּרֶץ); pomegranate of the breach;","strongs_definition":"Rimmon-Perets, a place in the Desert","kjv_definition":"Rimmon-parez."} +{"id":"H7429","strongs_number":"H7429","system":"hebrew","language":"hebrew","number_value":7429,"lemma":"רָמַס","transliteration":"râmaç","pronunciation":"raw-mas'","derivation":"a primitive root;","strongs_definition":"to tread upon (as a potter, in walking or abusively)","kjv_definition":"oppressor, stamp upon, trample (under feet), tread (down, upon)."} +{"id":"H7430","strongs_number":"H7430","system":"hebrew","language":"hebrew","number_value":7430,"lemma":"רָמַשׂ","transliteration":"râmas","pronunciation":"raw-mas'","derivation":"a primitive root;","strongs_definition":"properly, to glide swiftly, i.e. to crawl or move with short steps; by analogy to swarm","kjv_definition":"creep, move."} +{"id":"H7431","strongs_number":"H7431","system":"hebrew","language":"hebrew","number_value":7431,"lemma":"רֶמֶשׂ","transliteration":"remes","pronunciation":"reh'-mes","derivation":"from H7430 (רָמַשׂ);","strongs_definition":"a reptile or any other rapidly moving animal","kjv_definition":"that creepeth, creeping (moving) thing."} +{"id":"H7432","strongs_number":"H7432","system":"hebrew","language":"hebrew","number_value":7432,"lemma":"רֶמֶת","transliteration":"Remeth","pronunciation":"reh'-meth","derivation":"from H7411 (רָמָה); height;","strongs_definition":"Remeth, a place in Palestine","kjv_definition":"Remeth."} +{"id":"H7433","strongs_number":"H7433","system":"hebrew","language":"hebrew","number_value":7433,"lemma":"רָמֹת גִּלעָד","transliteration":"Râmôth Gilʻâd","pronunciation":"raw-moth' gil-awd'","derivation":"or רָמוֹת גִּלעָד; (2 Chronicles 22:5), from the plural of H7413 (רָמָה) and H1568 (גִּלְעָד); heights of Gilad;","strongs_definition":"Ramoth-Gilad, a place East of the Jordan","kjv_definition":"Ramoth-gilead, Ramoth in Gilead. See also H7216 (רָאמוֹת)."} +{"id":"H7434","strongs_number":"H7434","system":"hebrew","language":"hebrew","number_value":7434,"lemma":"רָמַת הַמִּצְפֶּה","transliteration":"Râmath ham-Mit-speh","pronunciation":"raw-math' ham-mitspeh'","derivation":"from H7413 (רָמָה) and H4707 (מִצְפֶּה) with the article interpolated; height of the watch-tower;","strongs_definition":"Ramath-ham-Mitspeh, a place in Palestine","kjv_definition":"Ramath-mizpeh."} +{"id":"H7435","strongs_number":"H7435","system":"hebrew","language":"hebrew","number_value":7435,"lemma":"רָמָתִי","transliteration":"Râmâthîy","pronunciation":"raw-maw-thee'","derivation":"patronymic of H7414 (רָמָה);","strongs_definition":"a Ramathite or inhabitant of Ramah","kjv_definition":"Ramathite."} +{"id":"H7436","strongs_number":"H7436","system":"hebrew","language":"hebrew","number_value":7436,"lemma":"רָמָתַיִם צוֹפִים","transliteration":"Râmâthayim Tsôwphîym","pronunciation":"raw-maw-thah'-yim tso-feem'","derivation":"from the dual of H7413 (רָמָה) and the plural of the active participle of H6822 (צָפָה); double height of watchers;","strongs_definition":"Ramathajim-Tsophim, a place in Palestine","kjv_definition":"Ramathaimzophim."} +{"id":"H7437","strongs_number":"H7437","system":"hebrew","language":"hebrew","number_value":7437,"lemma":"רָמַת לֶחִי","transliteration":"Râmath Lechîy","pronunciation":"raw'-math lekh'-ee","derivation":"from H7413 (רָמָה) and H3895 (לְחִי); height of a jaw-bone;","strongs_definition":"Ramath-Lechi, a place in Palestine","kjv_definition":"Ramath-lehi."} +{"id":"H7438","strongs_number":"H7438","system":"hebrew","language":"hebrew","number_value":7438,"lemma":"רֹן","transliteration":"rôn","pronunciation":"rone","derivation":"from H7442 (רָנַן);","strongs_definition":"a shout (of deliverance)","kjv_definition":"song."} +{"id":"H7439","strongs_number":"H7439","system":"hebrew","language":"hebrew","number_value":7439,"lemma":"רָנָה","transliteration":"rânâh","pronunciation":"raw-naw'","derivation":"a primitive root;","strongs_definition":"to whiz","kjv_definition":"rattle."} +{"id":"H7440","strongs_number":"H7440","system":"hebrew","language":"hebrew","number_value":7440,"lemma":"רִנָּה","transliteration":"rinnâh","pronunciation":"rin-naw'","derivation":"from H7442 (רָנַן);","strongs_definition":"properly, a creaking (or shrill sound), i.e. shout (of joy or grief)","kjv_definition":"cry, gladness, joy, proclamation, rejoicing, shouting, sing(-ing), triumph."} +{"id":"H7441","strongs_number":"H7441","system":"hebrew","language":"hebrew","number_value":7441,"lemma":"רִנָּה","transliteration":"Rinnâh","pronunciation":"rin-naw'","derivation":"the same as H7440 (רִנָּה);","strongs_definition":"Rinnah, an Israelite","kjv_definition":"Rinnah."} +{"id":"H7442","strongs_number":"H7442","system":"hebrew","language":"hebrew","number_value":7442,"lemma":"רָנַן","transliteration":"rânan","pronunciation":"raw-nan'","derivation":"a primitive root;","strongs_definition":"properly, to creak (or emit a stridulous sound), i.e. to shout (usually for joy)","kjv_definition":"aloud for joy, cry out, be joyful (greatly, make to) rejoice, (cause to) shout (for joy), (cause to) sing (aloud, for joy, out), triumph."} +{"id":"H7443","strongs_number":"H7443","system":"hebrew","language":"hebrew","number_value":7443,"lemma":"רֶנֶן","transliteration":"renen","pronunciation":"reh'-nen","derivation":"from H7442 (רָנַן);","strongs_definition":"an ostrich (from its wail)","kjv_definition":"[idiom] goodly."} +{"id":"H7444","strongs_number":"H7444","system":"hebrew","language":"hebrew","number_value":7444,"lemma":"רַנֵּן","transliteration":"rannên","pronunciation":"ran-nane'","derivation":"intensive from H7442 (רָנַן);","strongs_definition":"shouting (for joy)","kjv_definition":"singing."} +{"id":"H7445","strongs_number":"H7445","system":"hebrew","language":"hebrew","number_value":7445,"lemma":"רְנָנָה","transliteration":"rᵉnânâh","pronunciation":"ren-aw-naw'","derivation":"from H7442 (רָנַן);","strongs_definition":"a shout (for joy)","kjv_definition":"joyful (voice), singing, triumphing."} +{"id":"H7446","strongs_number":"H7446","system":"hebrew","language":"hebrew","number_value":7446,"lemma":"רִסָּה","transliteration":"Riççâh","pronunciation":"ris-saw'","derivation":"from H7450 (רָסַס); a ruin (as dripping to pieces);","strongs_definition":"Rissah, a place in the Desert","kjv_definition":"Rissah."} +{"id":"H7447","strongs_number":"H7447","system":"hebrew","language":"hebrew","number_value":7447,"lemma":"רָסִיס","transliteration":"râçîyç","pronunciation":"raw-sees'","derivation":"from H7450 (רָסַס);","strongs_definition":"properly, dripping to pieces, i.e. a ruin; also a dew-drop","kjv_definition":"breach, drop."} +{"id":"H7448","strongs_number":"H7448","system":"hebrew","language":"hebrew","number_value":7448,"lemma":"רֶסֶן","transliteration":"reçen","pronunciation":"reh'-sen","derivation":"from an unused root meaning to curb;","strongs_definition":"a halter (as restraining); by implication, the jaw","kjv_definition":"bridle."} +{"id":"H7449","strongs_number":"H7449","system":"hebrew","language":"hebrew","number_value":7449,"lemma":"רֶסֶן","transliteration":"Reçen","pronunciation":"reh'-sen","derivation":"the same as H7448 (רֶסֶן);","strongs_definition":"Resen, a place in Assyrian","kjv_definition":"Resen."} +{"id":"H7450","strongs_number":"H7450","system":"hebrew","language":"hebrew","number_value":7450,"lemma":"רָסַס","transliteration":"râçaç","pronunciation":"raw-sas'","derivation":"a primitive root; to comminute; used only as denominative from H7447 (רָסִיס),","strongs_definition":"to moisten (with drops)","kjv_definition":"temper."} +{"id":"H7451","strongs_number":"H7451","system":"hebrew","language":"hebrew","number_value":7451,"lemma":"רַע","transliteration":"raʻ","pronunciation":"rah","derivation":"from H7489 (רָעַע);","strongs_definition":"bad or (as noun) evil (natural or moral)","kjv_definition":"adversity, affliction, bad, calamity, [phrase] displease(-ure), distress, evil((-favouredness), man, thing), [phrase] exceedingly, [idiom] great, grief(-vous), harm, heavy, hurt(-ful), ill (favoured), [phrase] mark, mischief(-vous), misery, naught(-ty), noisome, [phrase] not please, sad(-ly), sore, sorrow, trouble, vex, wicked(-ly, -ness, one), worse(-st), wretchedness, wrong. (Incl. feminine raaah; as adjective or noun.)."} +{"id":"H7452","strongs_number":"H7452","system":"hebrew","language":"hebrew","number_value":7452,"lemma":"רֵעַ","transliteration":"rêaʻ","pronunciation":"ray'-ah","derivation":"from H7321 (רוּעַ);","strongs_definition":"a crash (of thunder), noise (of war), shout (of joy)","kjv_definition":"[idiom] aloud, noise, shouted."} +{"id":"H7453","strongs_number":"H7453","system":"hebrew","language":"hebrew","number_value":7453,"lemma":"רֵעַ","transliteration":"rêaʻ","pronunciation":"ray'-ah","derivation":"or רֵיעַ; from H7462 (רָעָה);","strongs_definition":"an associate (more or less close)","kjv_definition":"brother, companion, fellow, friend, husband, lover, neighbour, [idiom] (an-) other."} +{"id":"H7454","strongs_number":"H7454","system":"hebrew","language":"hebrew","number_value":7454,"lemma":"רֵעַ","transliteration":"rêaʻ","pronunciation":"ray'-ah","derivation":"from H7462 (רָעָה);","strongs_definition":"a thought (as association of ideas)","kjv_definition":"thought."} +{"id":"H7455","strongs_number":"H7455","system":"hebrew","language":"hebrew","number_value":7455,"lemma":"רֹעַ","transliteration":"rôaʻ","pronunciation":"ro'-ah","derivation":"from H7489 (רָעַע);","strongs_definition":"badness (as marring), physically or morally","kjv_definition":"[idiom] be so bad, badness, ([idiom] be so) evil, naughtiness, sadness, sorrow, wickedness."} +{"id":"H7456","strongs_number":"H7456","system":"hebrew","language":"hebrew","number_value":7456,"lemma":"רָעֵב","transliteration":"râʻêb","pronunciation":"raw-abe'","derivation":"a primitive root;","strongs_definition":"to hunger","kjv_definition":"(suffer to) famish, (be, have, suffer, suffer to) hunger(-ry)."} +{"id":"H7457","strongs_number":"H7457","system":"hebrew","language":"hebrew","number_value":7457,"lemma":"רָעֵב","transliteration":"râʻêb","pronunciation":"raw-abe'","derivation":"from H7456 (רָעֵב);","strongs_definition":"hungry (more or less intensely)","kjv_definition":"hunger bitten, hungry."} +{"id":"H7458","strongs_number":"H7458","system":"hebrew","language":"hebrew","number_value":7458,"lemma":"רָעָב","transliteration":"râʻâb","pronunciation":"raw-awb'","derivation":"from H7456 (רָעֵב);","strongs_definition":"hunger (more or less extensive)","kjv_definition":"dearth, famine, [phrase] famished, hunger."} +{"id":"H7459","strongs_number":"H7459","system":"hebrew","language":"hebrew","number_value":7459,"lemma":"רְעָבוֹן","transliteration":"rᵉʻâbôwn","pronunciation":"reh-aw-bone'","derivation":"from H7456 (רָעֵב);","strongs_definition":"famine","kjv_definition":"famine."} +{"id":"H7460","strongs_number":"H7460","system":"hebrew","language":"hebrew","number_value":7460,"lemma":"רָעַד","transliteration":"râʻad","pronunciation":"raw-ad'","derivation":"a primitive root;","strongs_definition":"to shudder (more or less violently)","kjv_definition":"tremble."} +{"id":"H7461","strongs_number":"H7461","system":"hebrew","language":"hebrew","number_value":7461,"lemma":"רַעַד","transliteration":"raʻad","pronunciation":"rah'-ad","derivation":"or (feminine) רְעָדָהxlit rᵉâdâh corrected to rᵉʻâdâh; from H7460 (רָעַד);","strongs_definition":"a shudder","kjv_definition":"trembling."} +{"id":"H7462","strongs_number":"H7462","system":"hebrew","language":"hebrew","number_value":7462,"lemma":"רָעָה","transliteration":"râʻâh","pronunciation":"raw-aw'","derivation":"a primitive root;","strongs_definition":"to tend a flock; i.e. pasture it; intransitively, to graze (literally or figuratively); generally to rule; by extension, to associate with (as a friend)","kjv_definition":"[idiom] break, companion, keep company with, devour, eat up, evil entreat, feed, use as a friend, make friendship with, herdman, keep (sheep) (-er), pastor, [phrase] shearing house, shepherd, wander, waste."} +{"id":"H7463","strongs_number":"H7463","system":"hebrew","language":"hebrew","number_value":7463,"lemma":"רֵעֶה","transliteration":"rêʻeh","pronunciation":"ray-eh'","derivation":"from H7462 (רָעָה);","strongs_definition":"a (male) companion","kjv_definition":"friend."} +{"id":"H7464","strongs_number":"H7464","system":"hebrew","language":"hebrew","number_value":7464,"lemma":"רֵעָה","transliteration":"rêʻâh","pronunciation":"ray'-aw","derivation":"feminine of H7453 (רֵעַ);","strongs_definition":"a female associate","kjv_definition":"companion, fellow."} +{"id":"H7465","strongs_number":"H7465","system":"hebrew","language":"hebrew","number_value":7465,"lemma":"רֹעָה","transliteration":"rôʻâh","pronunciation":"ro-aw'","derivation":"for H7455 (רֹעַ);","strongs_definition":"breakage","kjv_definition":"broken, utterly."} +{"id":"H7466","strongs_number":"H7466","system":"hebrew","language":"hebrew","number_value":7466,"lemma":"רְעוּ","transliteration":"Rᵉʻûw","pronunciation":"reh-oo'","derivation":"for H7471 (רְעִי) in the sense of H7453 (רֵעַ); friend;","strongs_definition":"Reu, a postdiluvian patriarch","kjv_definition":"Reu."} +{"id":"H7467","strongs_number":"H7467","system":"hebrew","language":"hebrew","number_value":7467,"lemma":"רְעוּאֵל","transliteration":"Rᵉʻûwʼêl","pronunciation":"reh-oo-ale'","derivation":"from the same as H7466 (רְעוּ) and H410 (אֵל); friend of God;","strongs_definition":"Reuel, the name of Moses' father-in-law, also of an Edomite and an Israelite","kjv_definition":"Raguel, Reuel."} +{"id":"H7468","strongs_number":"H7468","system":"hebrew","language":"hebrew","number_value":7468,"lemma":"רְעוּת","transliteration":"rᵉʻûwth","pronunciation":"reh-ooth'","derivation":"from H7462 (רָעָה) in the sense of H7453 (רֵעַ);","strongs_definition":"a female associate; generally an additional one","kjv_definition":"[phrase] another, mate, neighbour."} +{"id":"H7469","strongs_number":"H7469","system":"hebrew","language":"hebrew","number_value":7469,"lemma":"רְעוּת","transliteration":"rᵉʻûwth","pronunciation":"reh-ooth'","derivation":"probably from H7462 (רָעָה);","strongs_definition":"a feeding upon, i.e. grasping after","kjv_definition":"vexation."} +{"id":"H7470","strongs_number":"H7470","system":"hebrew","language":"hebrew","number_value":7470,"lemma":"רְעוּת","transliteration":"rᵉʻûwth","pronunciation":"reh-ooth'","derivation":"(Aramaic) corresponding to H7469 (רְעוּת);","strongs_definition":"desire","kjv_definition":"pleasure, will."} +{"id":"H7471","strongs_number":"H7471","system":"hebrew","language":"hebrew","number_value":7471,"lemma":"רְעִי","transliteration":"rᵉʻîy","pronunciation":"reh-ee'","derivation":"from H7462 (רָעָה);","strongs_definition":"pasture","kjv_definition":"pasture."} +{"id":"H7472","strongs_number":"H7472","system":"hebrew","language":"hebrew","number_value":7472,"lemma":"רֵעִי","transliteration":"Rêʻîy","pronunciation":"ray-ee'","derivation":"from H7453 (רֵעַ); social;","strongs_definition":"Rei, an Israelite","kjv_definition":"Rei."} +{"id":"H7473","strongs_number":"H7473","system":"hebrew","language":"hebrew","number_value":7473,"lemma":"רֹעִי","transliteration":"rôʻîy","pronunciation":"ro-ee'","derivation":"from active participle of H7462 (רָעָה);","strongs_definition":"pastoral; as noun, a shepherd","kjv_definition":"shipherd."} +{"id":"H7474","strongs_number":"H7474","system":"hebrew","language":"hebrew","number_value":7474,"lemma":"רַעְיָה","transliteration":"raʻyâh","pronunciation":"rah-yaw'","derivation":"feminine of H7453 (רֵעַ);","strongs_definition":"a female associate","kjv_definition":"fellow, love."} +{"id":"H7475","strongs_number":"H7475","system":"hebrew","language":"hebrew","number_value":7475,"lemma":"רַעְיוֹן","transliteration":"raʻyôwn","pronunciation":"rah-yone'","derivation":"from H7462 (רָעָה) in the sense of H7469 (רְעוּת);","strongs_definition":"desire","kjv_definition":"vexation."} +{"id":"H7476","strongs_number":"H7476","system":"hebrew","language":"hebrew","number_value":7476,"lemma":"רַעְיוֹן","transliteration":"raʻyôwn","pronunciation":"rah-yone'","derivation":"(Aramaic) corresponding to H7475 (רַעְיוֹן);","strongs_definition":"a grasp. i.e. (figuratively) mental conception","kjv_definition":"cogitation, thought."} +{"id":"H7477","strongs_number":"H7477","system":"hebrew","language":"hebrew","number_value":7477,"lemma":"רָעַל","transliteration":"râʻal","pronunciation":"raw-al'","derivation":"a primitive root;","strongs_definition":"to reel, i.e. (figuratively) to brandish","kjv_definition":"terribly shake."} +{"id":"H7478","strongs_number":"H7478","system":"hebrew","language":"hebrew","number_value":7478,"lemma":"רַעַל","transliteration":"raʻal","pronunciation":"rah'-al","derivation":"from H7477 (רָעַל);","strongs_definition":"a reeling (from intoxication)","kjv_definition":"trembling."} +{"id":"H7479","strongs_number":"H7479","system":"hebrew","language":"hebrew","number_value":7479,"lemma":"רַעֲלָה","transliteration":"raʻălâh","pronunciation":"rah-al-aw'","derivation":"feminine of H7478 (רַעַל);","strongs_definition":"a long veil (as fluttering)","kjv_definition":"muffler."} +{"id":"H7480","strongs_number":"H7480","system":"hebrew","language":"hebrew","number_value":7480,"lemma":"רְעֵלָיָה","transliteration":"Rᵉʻêlâyâh","pronunciation":"reh-ay-law-yaw'","derivation":"from H7477 (רָעַל) and H3050 (יָהּ); made to tremble (i.e. fearful) of Jah;","strongs_definition":"Reelajah, an Israelite","kjv_definition":"Reeliah."} +{"id":"H7481","strongs_number":"H7481","system":"hebrew","language":"hebrew","number_value":7481,"lemma":"רָעַם","transliteration":"râʻam","pronunciation":"raw-am'","derivation":"a primitive root;","strongs_definition":"to tumble, i.e. be violently agitated; specifically, to crash (of thunder); figuratively, to irritate (with anger)","kjv_definition":"make to fret, roar, thunder, trouble."} +{"id":"H7482","strongs_number":"H7482","system":"hebrew","language":"hebrew","number_value":7482,"lemma":"רַעַם","transliteration":"raʻam","pronunciation":"rah'am","derivation":"from H7481 (רָעַם);","strongs_definition":"a peal of thunder","kjv_definition":"thunder."} +{"id":"H7483","strongs_number":"H7483","system":"hebrew","language":"hebrew","number_value":7483,"lemma":"רַעְמָה","transliteration":"raʻmâh","pronunciation":"rah-maw'","derivation":"feminine of H7482 (רַעַם);","strongs_definition":"the mane of a horse (as quivering in the wind)","kjv_definition":"thunder."} +{"id":"H7484","strongs_number":"H7484","system":"hebrew","language":"hebrew","number_value":7484,"lemma":"רַעְמָה","transliteration":"Raʻmâh","pronunciation":"rah-maw'","derivation":"the same as H7483 (רַעְמָה);","strongs_definition":"Ramah, the name of a grandson of Ham, and of a place (perhaps founded by him)","kjv_definition":"Raamah."} +{"id":"H7485","strongs_number":"H7485","system":"hebrew","language":"hebrew","number_value":7485,"lemma":"רַעַמְיָה","transliteration":"Raʻamyâh","pronunciation":"rah-am-yaw'","derivation":"from H7481 (רָעַם) and H3050 (יָהּ); Jah has shaken;","strongs_definition":"Raamjah, an Israelite","kjv_definition":"Raamiah."} +{"id":"H7486","strongs_number":"H7486","system":"hebrew","language":"hebrew","number_value":7486,"lemma":"רַעְמְסֵס","transliteration":"Raʻmᵉçêç","pronunciation":"rah-mes-ace'","derivation":"or רַעַמְסֵס; of Egyptian origin;","strongs_definition":"Rameses or Raamses, a place in Egypt","kjv_definition":"Raamses, Rameses."} +{"id":"H7487","strongs_number":"H7487","system":"hebrew","language":"hebrew","number_value":7487,"lemma":"רַעֲנַן","transliteration":"raʻănan","pronunciation":"rah-aw-nan'","derivation":"(Aramaic) corresponding to H7488 (רַעֲנָן);","strongs_definition":"green, i.e. (figuratively) prosperous","kjv_definition":"flourishing."} +{"id":"H7488","strongs_number":"H7488","system":"hebrew","language":"hebrew","number_value":7488,"lemma":"רַעֲנָן","transliteration":"raʻănân","pronunciation":"rah-an-awn'","derivation":"from an unused root meaning to be green;","strongs_definition":"verdant; by analogy, new; figuratively, prosperous","kjv_definition":"green, flourishing."} +{"id":"H7489","strongs_number":"H7489","system":"hebrew","language":"hebrew","number_value":7489,"lemma":"רָעַע","transliteration":"râʻaʻ","pronunciation":"raw-ah'","derivation":"a primitive root;","strongs_definition":"properly, to spoil (literally, by breaking to pieces); figuratively, to make (or be) good fornothing, i.e. bad (physically, socially or morally)","kjv_definition":"afflict, associate selves (by mistake for H7462 (רָעָה)), break (down, in pieces), [phrase] displease, (be, bring, do) evil (doer, entreat, man), show self friendly (by mistake for H7462 (רָעָה)), do harm, (do) hurt, (behave self, deal) ill, [idiom] indeed, do mischief, punish, still, vex, (do) wicked (doer, -ly), be (deal, do) worse."} +{"id":"H7490","strongs_number":"H7490","system":"hebrew","language":"hebrew","number_value":7490,"lemma":"רְעַע","transliteration":"rᵉʻaʻ","pronunciation":"reh-ah'","derivation":"(Aramaic) corresponding to H7489 (רָעַע)","strongs_definition":"{properly, to spoil (literally, by breaking to pieces); figuratively, to make (or be) good fornothing, i.e. bad (physically, socially or morally)}","kjv_definition":"break, bruise."} +{"id":"H7491","strongs_number":"H7491","system":"hebrew","language":"hebrew","number_value":7491,"lemma":"רָעַף","transliteration":"râʻaph","pronunciation":"raw-af'","derivation":"a primitive root;","strongs_definition":"to drip","kjv_definition":"distil, drop (down)."} +{"id":"H7492","strongs_number":"H7492","system":"hebrew","language":"hebrew","number_value":7492,"lemma":"רָעַץ","transliteration":"râʻats","pronunciation":"raw-ats'","derivation":"a primitive root;","strongs_definition":"to break in pieces; figuratively, harass","kjv_definition":"dash in pieces, vex."} +{"id":"H7493","strongs_number":"H7493","system":"hebrew","language":"hebrew","number_value":7493,"lemma":"רָעַשׁ","transliteration":"râʻash","pronunciation":"raw-ash","derivation":"a primitive root;","strongs_definition":"to undulate (as the earth, the sky, etc.; also a field of grain), particularly through fear; specifically, to spring (as a locust)","kjv_definition":"make afraid, (re-) move, quake, (make to) shake, (make to) tremble."} +{"id":"H7494","strongs_number":"H7494","system":"hebrew","language":"hebrew","number_value":7494,"lemma":"רַעַשׁ","transliteration":"raʻash","pronunciation":"rah'-ash","derivation":"from H7493 (רָעַשׁ);","strongs_definition":"vibration, bounding, uproar","kjv_definition":"commotion, confused noise, earthquake, fierceness, quaking, rattling, rushing, shaking."} +{"id":"H7495","strongs_number":"H7495","system":"hebrew","language":"hebrew","number_value":7495,"lemma":"רָפָא","transliteration":"râphâʼ","pronunciation":"raw-faw'","derivation":"or רָפָה; a primitive root;","strongs_definition":"properly, to mend (by stitching), i.e. (figuratively) to cure","kjv_definition":"cure, (cause to) heal, physician, repair, [idiom] thoroughly, make whole. See H7503 (רָפָה)."} +{"id":"H7496","strongs_number":"H7496","system":"hebrew","language":"hebrew","number_value":7496,"lemma":"רָפָא","transliteration":"râphâʼ","pronunciation":"raw-faw'","derivation":"from H7495 (רָפָא) in the sense of H7503 (רָפָה);","strongs_definition":"properly, lax, i.e. (figuratively) a ghost (as dead; in plural only)","kjv_definition":"dead, deceased."} +{"id":"H7497","strongs_number":"H7497","system":"hebrew","language":"hebrew","number_value":7497,"lemma":"רָפָא","transliteration":"râphâʼ","pronunciation":"raw-faw'","derivation":"or רָפָה; from H7495 (רָפָא) in the sense of invigorating;","strongs_definition":"a giant","kjv_definition":"giant, Rapha, Rephaim(-s). See also H1051 (בֵּית רָפָא)."} +{"id":"H7498","strongs_number":"H7498","system":"hebrew","language":"hebrew","number_value":7498,"lemma":"רָפָא","transliteration":"Râphâʼ","pronunciation":"raw-faw'","derivation":"or רָפָה; probably the same as H7497 (רָפָא); giant;","strongs_definition":"Rapha or Raphah, the name of two Israelites","kjv_definition":"Rapha."} +{"id":"H7499","strongs_number":"H7499","system":"hebrew","language":"hebrew","number_value":7499,"lemma":"רְפֻאָה","transliteration":"rᵉphuʼâh","pronunciation":"ref-oo-aw'","derivation":"feminine passive participle of H7495 (רָפָא);","strongs_definition":"a medicament","kjv_definition":"heal(-ed), medicine."} +{"id":"H7500","strongs_number":"H7500","system":"hebrew","language":"hebrew","number_value":7500,"lemma":"רִפְאוּת","transliteration":"riphʼûwth","pronunciation":"rif-ooth'","derivation":"from H7495 (רָפָא);","strongs_definition":"a cure","kjv_definition":"health."} +{"id":"H7501","strongs_number":"H7501","system":"hebrew","language":"hebrew","number_value":7501,"lemma":"רְפָאֵל","transliteration":"Rᵉphâʼêl","pronunciation":"ref-aw-ale'","derivation":"from H7495 (רָפָא) and H410 (אֵל); God has cured;","strongs_definition":"Rephael, an Israelite","kjv_definition":"Rephael."} +{"id":"H7502","strongs_number":"H7502","system":"hebrew","language":"hebrew","number_value":7502,"lemma":"רָפַד","transliteration":"râphad","pronunciation":"raw-fad'","derivation":"a primitive root;","strongs_definition":"to spread (a bed); by implication, to refresh","kjv_definition":"comfort, make (a bed), spread."} +{"id":"H7503","strongs_number":"H7503","system":"hebrew","language":"hebrew","number_value":7503,"lemma":"רָפָה","transliteration":"râphâh","pronunciation":"raw-faw'","derivation":"a primitive root;","strongs_definition":"to slacken (in many applications, literal or figurative)","kjv_definition":"abate, cease, consume, draw (toward evening), fail, (be) faint, be (wax) feeble, forsake, idle, leave, let alone (go, down), (be) slack, stay, be still, be slothful, (be) weak(-en). See H7495 (רָפָא)."} +{"id":"H7504","strongs_number":"H7504","system":"hebrew","language":"hebrew","number_value":7504,"lemma":"רָפֶה","transliteration":"râpheh","pronunciation":"raw-feh'","derivation":"from H7503 (רָפָה);","strongs_definition":"slack (in body or mind)","kjv_definition":"weak. raphah, Raphah. See H7497 (רָפָא), H7498 (רָפָא). riphah. See H7383 (רִיפָה)."} +{"id":"H7505","strongs_number":"H7505","system":"hebrew","language":"hebrew","number_value":7505,"lemma":"רָפוּא","transliteration":"Râphûwʼ","pronunciation":"raw-foo'","derivation":"passive participle of H7495 (רָפָא); cured;","strongs_definition":"Raphu, an Israelite","kjv_definition":"Raphu."} +{"id":"H7506","strongs_number":"H7506","system":"hebrew","language":"hebrew","number_value":7506,"lemma":"רֶפַח","transliteration":"Rephach","pronunciation":"reh'-fakh","derivation":"from an unused root apparently meaning to sustain; support;","strongs_definition":"Rephach, an Israelite","kjv_definition":"Rephah."} +{"id":"H7507","strongs_number":"H7507","system":"hebrew","language":"hebrew","number_value":7507,"lemma":"רְפִידָה","transliteration":"rᵉphîydâh","pronunciation":"ref-ee-daw'","derivation":"from H7502 (רָפַד);","strongs_definition":"a railing (as spread along)","kjv_definition":"bottom."} +{"id":"H7508","strongs_number":"H7508","system":"hebrew","language":"hebrew","number_value":7508,"lemma":"רְפִידִים","transliteration":"Rᵉphîydîym","pronunciation":"ref-ee-deem'","derivation":"plural of the masculine of the same as H7507 (רְפִידָה); ballusters;","strongs_definition":"Rephidim, a place in the Desert","kjv_definition":"Rephidim."} +{"id":"H7509","strongs_number":"H7509","system":"hebrew","language":"hebrew","number_value":7509,"lemma":"רְפָיָה","transliteration":"Rᵉphâyâh","pronunciation":"ref-aw-yaw'","derivation":"from H7495 (רָפָא) and H3050 (יָהּ); Jah has cured;","strongs_definition":"Rephajah, the name of five Israelites","kjv_definition":"Rephaiah."} +{"id":"H7510","strongs_number":"H7510","system":"hebrew","language":"hebrew","number_value":7510,"lemma":"רִפְיוֹן","transliteration":"riphyôwn","pronunciation":"rif-yone'","derivation":"from H7503 (רָפָה);","strongs_definition":"slackness","kjv_definition":"feebleness."} +{"id":"H7511","strongs_number":"H7511","system":"hebrew","language":"hebrew","number_value":7511,"lemma":"רָפַס","transliteration":"râphaç","pronunciation":"raw-fas'","derivation":"a primitive root;","strongs_definition":"to trample, i.e. prostrate","kjv_definition":"humble self, submit self."} +{"id":"H7512","strongs_number":"H7512","system":"hebrew","language":"hebrew","number_value":7512,"lemma":"רְפַס","transliteration":"rᵉphaç","pronunciation":"ref-as'","derivation":"(Aramaic) corresponding to H7511 (רָפַס)","strongs_definition":"{to trample, i.e. prostrate}","kjv_definition":"stamp."} +{"id":"H7513","strongs_number":"H7513","system":"hebrew","language":"hebrew","number_value":7513,"lemma":"רַפְסֹדָה","transliteration":"raphçôdâh","pronunciation":"raf-so-daw'","derivation":"from H7511 (רָפַס);","strongs_definition":"a raft (as flat on the water)","kjv_definition":"flote."} +{"id":"H7514","strongs_number":"H7514","system":"hebrew","language":"hebrew","number_value":7514,"lemma":"רָפַק","transliteration":"râphaq","pronunciation":"raw-fak'","derivation":"a primitive root;","strongs_definition":"to recline","kjv_definition":"lean."} +{"id":"H7515","strongs_number":"H7515","system":"hebrew","language":"hebrew","number_value":7515,"lemma":"רָפַשׂ","transliteration":"râphas","pronunciation":"raw-fas'","derivation":"a primitive root;","strongs_definition":"to trample, i.e. roil water","kjv_definition":"foul, trouble."} +{"id":"H7516","strongs_number":"H7516","system":"hebrew","language":"hebrew","number_value":7516,"lemma":"רֶפֶשׁ","transliteration":"rephesh","pronunciation":"reh'-fesh","derivation":"from H7515 (רָפַשׂ);","strongs_definition":"mud (as roiled)","kjv_definition":"mire."} +{"id":"H7517","strongs_number":"H7517","system":"hebrew","language":"hebrew","number_value":7517,"lemma":"רֶפֶת","transliteration":"repheth","pronunciation":"reh'-feth","derivation":"probably from H7503 (רָפָה);","strongs_definition":"a stall for cattle (from their resting there)","kjv_definition":"stall."} +{"id":"H7518","strongs_number":"H7518","system":"hebrew","language":"hebrew","number_value":7518,"lemma":"רַץ","transliteration":"rats","pronunciation":"rats","derivation":"contracted from H7533 (רָצַץ);","strongs_definition":"a fragment","kjv_definition":"piece."} +{"id":"H7519","strongs_number":"H7519","system":"hebrew","language":"hebrew","number_value":7519,"lemma":"רָצָא","transliteration":"râtsâʼ","pronunciation":"raw-tsaw'","derivation":"a primitive root;","strongs_definition":"to run; also to delight in","kjv_definition":"accept, run."} +{"id":"H7520","strongs_number":"H7520","system":"hebrew","language":"hebrew","number_value":7520,"lemma":"רָצַד","transliteration":"râtsad","pronunciation":"raw-tsad'","derivation":"a primitive root;","strongs_definition":"probably to look askant, i.e. (figuratively) be jealous","kjv_definition":"leap."} +{"id":"H7521","strongs_number":"H7521","system":"hebrew","language":"hebrew","number_value":7521,"lemma":"רָצָה","transliteration":"râtsâh","pronunciation":"raw-tsaw'","derivation":"a primitive root;","strongs_definition":"to be pleased with; specifically, to satisfy adebt","kjv_definition":"(be) accept(-able), accomplish, set affection, approve, consent with, delight (self), enjoy, (be, have a) favour(-able), like, observe, pardon, (be, have, take) please(-ure), reconcile self."} +{"id":"H7522","strongs_number":"H7522","system":"hebrew","language":"hebrew","number_value":7522,"lemma":"רָצוֹן","transliteration":"râtsôwn","pronunciation":"raw-tsone'","derivation":"or רָצֹן; from H7521 (רָצָה);","strongs_definition":"delight (especially as shown)","kjv_definition":"(be) acceptable(-ance, -ed), delight, desire, favour, (good) pleasure, (own, self, voluntary) will, as...(what) would."} +{"id":"H7523","strongs_number":"H7523","system":"hebrew","language":"hebrew","number_value":7523,"lemma":"רָצַח","transliteration":"râtsach","pronunciation":"raw-tsakh'","derivation":"a primitive root;","strongs_definition":"properly, to dash in pieces, i.e. kill (a human being), especially to murder","kjv_definition":"put to death, kill, (man-) slay(-er), murder(-er)."} +{"id":"H7524","strongs_number":"H7524","system":"hebrew","language":"hebrew","number_value":7524,"lemma":"רֶצַח","transliteration":"retsach","pronunciation":"reh-tsakh","derivation":"from H7523 (רָצַח);","strongs_definition":"a crushing; specifically, a murder-cry","kjv_definition":"slaughter, sword."} +{"id":"H7525","strongs_number":"H7525","system":"hebrew","language":"hebrew","number_value":7525,"lemma":"רִצְיָא","transliteration":"Ritsyâʼ","pronunciation":"rits-yaw'","derivation":"from H7521 (רָצָה); delight;","strongs_definition":"Ritsjah, an Israelite","kjv_definition":"Rezia."} +{"id":"H7526","strongs_number":"H7526","system":"hebrew","language":"hebrew","number_value":7526,"lemma":"רְצִין","transliteration":"Rᵉtsîyn","pronunciation":"rets-een'","derivation":"probably for H7522 (רָצוֹן);","strongs_definition":"Retsin, the name of a Syrian and of an Israelite","kjv_definition":"Rezin."} +{"id":"H7527","strongs_number":"H7527","system":"hebrew","language":"hebrew","number_value":7527,"lemma":"רָצַע","transliteration":"râtsaʻ","pronunciation":"raw-tsah'","derivation":"a primitive root;","strongs_definition":"to pierce","kjv_definition":"bore."} +{"id":"H7528","strongs_number":"H7528","system":"hebrew","language":"hebrew","number_value":7528,"lemma":"רָצַף","transliteration":"râtsaph","pronunciation":"raw-tsaf'","derivation":"a denominative from H7529 (רֶצֶף);","strongs_definition":"to tessellate, i.e. embroider (as if with bright stones)","kjv_definition":"pave."} +{"id":"H7529","strongs_number":"H7529","system":"hebrew","language":"hebrew","number_value":7529,"lemma":"רֶצֶף","transliteration":"retseph","pronunciation":"reh'-tsef","derivation":"for H7565 (רֶשֶׁף);","strongs_definition":"a red-hot stone (for baking)","kjv_definition":"coal."} +{"id":"H7530","strongs_number":"H7530","system":"hebrew","language":"hebrew","number_value":7530,"lemma":"רֶצֶף","transliteration":"Retseph","pronunciation":"reh'-tsef","derivation":"the same as H7529 (רֶצֶף);","strongs_definition":"Retseph, a place in Assyrian","kjv_definition":"Rezeph."} +{"id":"H7531","strongs_number":"H7531","system":"hebrew","language":"hebrew","number_value":7531,"lemma":"רִצְפָּה","transliteration":"ritspâh","pronunciation":"rits-paw'","derivation":"feminine of H7529 (רֶצֶף);","strongs_definition":"a hot stone; also a tessellated pavement","kjv_definition":"live coal, pavement."} +{"id":"H7532","strongs_number":"H7532","system":"hebrew","language":"hebrew","number_value":7532,"lemma":"רִצְפָּה","transliteration":"Ritspâh","pronunciation":"rits-paw'","derivation":"the same as H7531 (רִצְפָּה);","strongs_definition":"Ritspah, an Israelitess","kjv_definition":"Rizpah."} +{"id":"H7533","strongs_number":"H7533","system":"hebrew","language":"hebrew","number_value":7533,"lemma":"רָצַץ","transliteration":"râtsats","pronunciation":"raw-tsats'","derivation":"a primitive root;","strongs_definition":"to crack in pieces, literally or figuratively","kjv_definition":"break, bruise, crush, discourage, oppress, struggle together."} +{"id":"H7534","strongs_number":"H7534","system":"hebrew","language":"hebrew","number_value":7534,"lemma":"רַק","transliteration":"raq","pronunciation":"rak","derivation":"from H7556 (רָקַק) in its original sense;","strongs_definition":"emaciated (as if flattened out)","kjv_definition":"lean(-fleshed), thin."} +{"id":"H7535","strongs_number":"H7535","system":"hebrew","language":"hebrew","number_value":7535,"lemma":"רַק","transliteration":"raq","pronunciation":"rak","derivation":"the same as H7534 (רַק) as a noun;","strongs_definition":"properly, leanness, i.e. (figuratively) limitation; only adverbial, merely, or conjunctional, although","kjv_definition":"but, even, except, howbeit howsoever, at the least, nevertheless, nothing but, notwithstanding, only, save, so (that), surely, yet (so), in any wise."} +{"id":"H7536","strongs_number":"H7536","system":"hebrew","language":"hebrew","number_value":7536,"lemma":"רֹק","transliteration":"rôq","pronunciation":"roke","derivation":"from H7556 (רָקַק);","strongs_definition":"spittle","kjv_definition":"spit(-ting, -tle)."} +{"id":"H7537","strongs_number":"H7537","system":"hebrew","language":"hebrew","number_value":7537,"lemma":"רָקַב","transliteration":"râqab","pronunciation":"raw-kab'","derivation":"a primitive root;","strongs_definition":"to decay (as by worm-eating)","kjv_definition":"rot."} +{"id":"H7538","strongs_number":"H7538","system":"hebrew","language":"hebrew","number_value":7538,"lemma":"רָקָב","transliteration":"râqâb","pronunciation":"raw-kawb'","derivation":"from H7537 (רָקַב);","strongs_definition":"decay (by caries)","kjv_definition":"rottenness (thing)."} +{"id":"H7539","strongs_number":"H7539","system":"hebrew","language":"hebrew","number_value":7539,"lemma":"רִקָּבוֹן","transliteration":"riqqâbôwn","pronunciation":"rik-kaw-bone'","derivation":"from H7538 (רָקָב);","strongs_definition":"decay (by caries)","kjv_definition":"rotten."} +{"id":"H7540","strongs_number":"H7540","system":"hebrew","language":"hebrew","number_value":7540,"lemma":"רָקַד","transliteration":"râqad","pronunciation":"raw-kad'","derivation":"a primitive root;","strongs_definition":"properly, to stamp, i.e. to spring about (wildly or for joy)","kjv_definition":"dance, jump, leap, skip."} +{"id":"H7541","strongs_number":"H7541","system":"hebrew","language":"hebrew","number_value":7541,"lemma":"רַקָּה","transliteration":"raqqâh","pronunciation":"rak-kaw'","derivation":"feminine of H7534 (רַק);","strongs_definition":"properly, thinness, i.e. the side of the head","kjv_definition":"temple."} +{"id":"H7542","strongs_number":"H7542","system":"hebrew","language":"hebrew","number_value":7542,"lemma":"רַקּוֹן","transliteration":"Raqqôwn","pronunciation":"rak-kone'","derivation":"from H7534 (רַק); thinness;","strongs_definition":"Rakkon, a place in Palestine","kjv_definition":"Rakkon."} +{"id":"H7543","strongs_number":"H7543","system":"hebrew","language":"hebrew","number_value":7543,"lemma":"רָקַח","transliteration":"râqach","pronunciation":"raw-kakh'","derivation":"a primitive root;","strongs_definition":"to perfume","kjv_definition":"apothecary, compound, make (ointment), prepare, spice."} +{"id":"H7544","strongs_number":"H7544","system":"hebrew","language":"hebrew","number_value":7544,"lemma":"רֶקַח","transliteration":"reqach","pronunciation":"reh'-kakh","derivation":"from H7543 (רָקַח);","strongs_definition":"properly, perfumery, i.e. (by implication) spicery (for flavor)","kjv_definition":"spiced."} +{"id":"H7545","strongs_number":"H7545","system":"hebrew","language":"hebrew","number_value":7545,"lemma":"רֹקַח","transliteration":"rôqach","pronunciation":"ro'-kakh","derivation":"from H7542 (רַקּוֹן);","strongs_definition":"an aromatic","kjv_definition":"confection, ointment."} +{"id":"H7546","strongs_number":"H7546","system":"hebrew","language":"hebrew","number_value":7546,"lemma":"רַקָּח","transliteration":"raqqâch","pronunciation":"rak-kawkh'","derivation":"from H7543 (רָקַח);","strongs_definition":"a male perfumer","kjv_definition":"apothecary."} +{"id":"H7547","strongs_number":"H7547","system":"hebrew","language":"hebrew","number_value":7547,"lemma":"רַקֻּחַ","transliteration":"raqquach","pronunciation":"rak-koo'-akh","derivation":"from H7543 (רָקַח);","strongs_definition":"a scented substance","kjv_definition":"perfume."} +{"id":"H7548","strongs_number":"H7548","system":"hebrew","language":"hebrew","number_value":7548,"lemma":"רַקָּחָה","transliteration":"raqqâchâh","pronunciation":"rak-kaw-khaw'","derivation":"feminine of H7547 (רַקֻּחַ);","strongs_definition":"a female perfumer","kjv_definition":"confectioner."} +{"id":"H7549","strongs_number":"H7549","system":"hebrew","language":"hebrew","number_value":7549,"lemma":"רָקִיעַ","transliteration":"râqîyaʻ","pronunciation":"raw-kee'-ah","derivation":"from H7554 (רָקַע);","strongs_definition":"properly, an expanse, i.e. the firmament or (apparently) visible arch of the sky","kjv_definition":"firmament."} +{"id":"H7550","strongs_number":"H7550","system":"hebrew","language":"hebrew","number_value":7550,"lemma":"רָקִיק","transliteration":"râqîyq","pronunciation":"raw-keek'","derivation":"from, H7556 (רָקַק) in its original sense;","strongs_definition":"a thin cake","kjv_definition":"cake, wafer."} +{"id":"H7551","strongs_number":"H7551","system":"hebrew","language":"hebrew","number_value":7551,"lemma":"רָקַם","transliteration":"râqam","pronunciation":"raw-kam'","derivation":"a primitive root;","strongs_definition":"to variegate color, i.e. embroider; by implication, to fabricate","kjv_definition":"embroiderer, needlework, curiously work."} +{"id":"H7552","strongs_number":"H7552","system":"hebrew","language":"hebrew","number_value":7552,"lemma":"רֶקֶם","transliteration":"Reqem","pronunciation":"reh'-kem","derivation":"from H7551 (רָקַם); versi-color;","strongs_definition":"Rekem, the name of a place in Palestine, also of a Midianite and an Israelite","kjv_definition":"Rekem."} +{"id":"H7553","strongs_number":"H7553","system":"hebrew","language":"hebrew","number_value":7553,"lemma":"רִקְמָה","transliteration":"riqmâh","pronunciation":"rik-maw'","derivation":"from H7551 (רָקַם);","strongs_definition":"variegation of color; specifically, embroidery","kjv_definition":"broidered (work), divers colours, (raiment of) needlework (on both sides)."} +{"id":"H7554","strongs_number":"H7554","system":"hebrew","language":"hebrew","number_value":7554,"lemma":"רָקַע","transliteration":"râqaʻ","pronunciation":"raw-kah'","derivation":"a primitive root;","strongs_definition":"to pound the earth (as a sign of passion); by analogy to expand (by hammering); by implication, to overlay (with thin sheets of metal)","kjv_definition":"beat, make broad, spread abroad (forth, over, out, into plates), stamp, stretch."} +{"id":"H7555","strongs_number":"H7555","system":"hebrew","language":"hebrew","number_value":7555,"lemma":"רִקֻּעַ","transliteration":"riqquaʻ","pronunciation":"rik-koo'-ah","derivation":"from H7554 (רָקַע);","strongs_definition":"beaten out, i.e. a (metallic) plate","kjv_definition":"broad."} +{"id":"H7556","strongs_number":"H7556","system":"hebrew","language":"hebrew","number_value":7556,"lemma":"רָקַק","transliteration":"râqaq","pronunciation":"raw-kak'","derivation":"a primitive root;","strongs_definition":"to spit","kjv_definition":"spit."} +{"id":"H7557","strongs_number":"H7557","system":"hebrew","language":"hebrew","number_value":7557,"lemma":"רַקַּת","transliteration":"Raqqath","pronunciation":"rak-kath'","derivation":"from H7556 (רָקַק) in its original sense of diffusing; a beach (as expanded shingle);","strongs_definition":"Rakkath, a place in Palestine","kjv_definition":"Rakkath."} +{"id":"H7558","strongs_number":"H7558","system":"hebrew","language":"hebrew","number_value":7558,"lemma":"רִשְׁיוֹן","transliteration":"rishyôwn","pronunciation":"rish-yone'","derivation":"from an unused root meaning to have leave;","strongs_definition":"a permit","kjv_definition":"grant."} +{"id":"H7559","strongs_number":"H7559","system":"hebrew","language":"hebrew","number_value":7559,"lemma":"רָשַׁם","transliteration":"râsham","pronunciation":"raw-sham'","derivation":"a primitive root;","strongs_definition":"to record","kjv_definition":"note."} +{"id":"H7560","strongs_number":"H7560","system":"hebrew","language":"hebrew","number_value":7560,"lemma":"רְשַׁם","transliteration":"rᵉsham","pronunciation":"resh-am'","derivation":"(Aramaic) corresponding to H7559 (רָשַׁם)","strongs_definition":"{to record}","kjv_definition":"sign, write."} +{"id":"H7561","strongs_number":"H7561","system":"hebrew","language":"hebrew","number_value":7561,"lemma":"רָשַׁע","transliteration":"râshaʻ","pronunciation":"raw-shah'","derivation":"a primitive root;","strongs_definition":"to be (causatively, do or declare) wrong; by implication, to disturb, violate","kjv_definition":"condemn, make trouble, vex, be (commit, deal, depart, do) wicked(-ly, -ness)."} +{"id":"H7562","strongs_number":"H7562","system":"hebrew","language":"hebrew","number_value":7562,"lemma":"רֶשַׁע","transliteration":"reshaʻ","pronunciation":"reh'-shah","derivation":"from H7561 (רָשַׁע);","strongs_definition":"a wrong (especially moral)","kjv_definition":"iniquity, wicked(-ness)."} +{"id":"H7563","strongs_number":"H7563","system":"hebrew","language":"hebrew","number_value":7563,"lemma":"רָשָׁע","transliteration":"râshâʻ","pronunciation":"raw-shaw'","derivation":"from H7561 (רָשַׁע);","strongs_definition":"morally wrong; concretely, an (actively) bad person","kjv_definition":"[phrase] condemned, guilty, ungodly, wicked (man), that did wrong."} +{"id":"H7564","strongs_number":"H7564","system":"hebrew","language":"hebrew","number_value":7564,"lemma":"רִשְׁעָה","transliteration":"rishʻâh","pronunciation":"rish-aw'","derivation":"feminine of H7562 (רֶשַׁע);","strongs_definition":"wrong (especially moral)","kjv_definition":"fault, wickedly(-ness)."} +{"id":"H7565","strongs_number":"H7565","system":"hebrew","language":"hebrew","number_value":7565,"lemma":"רֶשֶׁף","transliteration":"resheph","pronunciation":"reh'-shef","derivation":"from H8313 (שָׂרַף);","strongs_definition":"a live coal; by analogy lightning; figuratively, an arrow, (as flashing through the air); specifically, fever","kjv_definition":"arrow, (burning) coal, burning heat, [phrase] spark, hot thunderbolt."} +{"id":"H7566","strongs_number":"H7566","system":"hebrew","language":"hebrew","number_value":7566,"lemma":"רֶשֶׁף","transliteration":"Resheph","pronunciation":"reh'-shef","derivation":"the same as H7565 (רֶשֶׁף);","strongs_definition":"Resheph, an Israelite","kjv_definition":"Resheph."} +{"id":"H7567","strongs_number":"H7567","system":"hebrew","language":"hebrew","number_value":7567,"lemma":"רָשַׁשׁ","transliteration":"râshash","pronunciation":"raw-shash'","derivation":"a primitive root;","strongs_definition":"to demolish","kjv_definition":"impoverish."} +{"id":"H7568","strongs_number":"H7568","system":"hebrew","language":"hebrew","number_value":7568,"lemma":"רֶשֶׁת","transliteration":"resheth","pronunciation":"reh'-sheth","derivation":"from H3423 (יָרַשׁ);","strongs_definition":"a net (as catching animals)","kjv_definition":"net(-work)."} +{"id":"H7569","strongs_number":"H7569","system":"hebrew","language":"hebrew","number_value":7569,"lemma":"רַתּוֹק","transliteration":"rattôwq","pronunciation":"rat-toke'","derivation":"from H7576 (רָתַק);","strongs_definition":"a chain","kjv_definition":"chain."} +{"id":"H7570","strongs_number":"H7570","system":"hebrew","language":"hebrew","number_value":7570,"lemma":"רָתַח","transliteration":"râthach","pronunciation":"raw-thakh'","derivation":"a primitive root;","strongs_definition":"to boil","kjv_definition":"boil."} +{"id":"H7571","strongs_number":"H7571","system":"hebrew","language":"hebrew","number_value":7571,"lemma":"רֶתַח","transliteration":"rethach","pronunciation":"reh'-thakh","derivation":"from H7570 (רָתַח);","strongs_definition":"a boiling","kjv_definition":"[idiom] (boil) well."} +{"id":"H7572","strongs_number":"H7572","system":"hebrew","language":"hebrew","number_value":7572,"lemma":"רַתִּיקָה","transliteration":"rattîyqâh","pronunciation":"rat-tee-kaw'","derivation":"from H7576 (רָתַק);","strongs_definition":"a chain","kjv_definition":"chain."} +{"id":"H7573","strongs_number":"H7573","system":"hebrew","language":"hebrew","number_value":7573,"lemma":"רָתַם","transliteration":"râtham","pronunciation":"raw-tham'","derivation":"a primitive root;","strongs_definition":"to yoke up (to the pole of a vehicle)","kjv_definition":"bind."} +{"id":"H7574","strongs_number":"H7574","system":"hebrew","language":"hebrew","number_value":7574,"lemma":"רֶתֶם","transliteration":"rethem","pronunciation":"reh'-them","derivation":"or רֹתֶם; from H7573 (רָתַם);","strongs_definition":"the Spanish broom (from its pole-like stems)","kjv_definition":"juniper (tree)."} +{"id":"H7575","strongs_number":"H7575","system":"hebrew","language":"hebrew","number_value":7575,"lemma":"רִתְמָה","transliteration":"Rithmâh","pronunciation":"rith-maw'","derivation":"feminine of H7574 (רֶתֶם);","strongs_definition":"Rithmah, a place in the Desert","kjv_definition":"Rithmah."} +{"id":"H7576","strongs_number":"H7576","system":"hebrew","language":"hebrew","number_value":7576,"lemma":"רָתַק","transliteration":"râthaq","pronunciation":"raw-thak'","derivation":"a primitive root;","strongs_definition":"to fasten","kjv_definition":"bind."} +{"id":"H7577","strongs_number":"H7577","system":"hebrew","language":"hebrew","number_value":7577,"lemma":"רְתֻקָה","transliteration":"rᵉthuqâh","pronunciation":"reth-oo-kaw'","derivation":"feminine passive participle of H7576 (רָתַק);","strongs_definition":"something fastened, i.e. a chain","kjv_definition":"chain."} +{"id":"H7578","strongs_number":"H7578","system":"hebrew","language":"hebrew","number_value":7578,"lemma":"רְתֵת","transliteration":"rᵉthêth","pronunciation":"reth-ayth'","derivation":"for H7374 (רֶטֶט);","strongs_definition":"terror","kjv_definition":"trembling. �"} +{"id":"H7579","strongs_number":"H7579","system":"hebrew","language":"hebrew","number_value":7579,"lemma":"שָׁאַב","transliteration":"shâʼab","pronunciation":"sahw-ab'","derivation":"a primitive root;","strongs_definition":"to bale up water","kjv_definition":"(woman to) draw(-er, water)."} +{"id":"H7580","strongs_number":"H7580","system":"hebrew","language":"hebrew","number_value":7580,"lemma":"שָׁאַג","transliteration":"shâʼag","pronunciation":"shaw-ag'","derivation":"a primitive root;","strongs_definition":"to rumble or moan","kjv_definition":"[idiom] mightily, roar."} +{"id":"H7581","strongs_number":"H7581","system":"hebrew","language":"hebrew","number_value":7581,"lemma":"שְׁאָגָה","transliteration":"shᵉʼâgâh","pronunciation":"sheh-aw-gaw'","derivation":"from H7580 (שָׁאַג);","strongs_definition":"a rumbling or moan","kjv_definition":"roaring."} +{"id":"H7582","strongs_number":"H7582","system":"hebrew","language":"hebrew","number_value":7582,"lemma":"שָׁאָה","transliteration":"shâʼâh","pronunciation":"shaw-aw'","derivation":"a primitive root;","strongs_definition":"to rush; by implication, to desolate","kjv_definition":"be desolate, (make a) rush(-ing), (lay) waste."} +{"id":"H7583","strongs_number":"H7583","system":"hebrew","language":"hebrew","number_value":7583,"lemma":"שָׁאָה","transliteration":"shâʼâh","pronunciation":"shaw-aw'","derivation":"a primitive root (identical with through the idea of whirling to giddiness);","strongs_definition":"to stun, i.e. (intransitively) be astonished","kjv_definition":"wonder."} +{"id":"H7584","strongs_number":"H7584","system":"hebrew","language":"hebrew","number_value":7584,"lemma":"שַׁאֲוָה","transliteration":"shaʼăvâh","pronunciation":"shah-av-aw'","derivation":"from H7582 (שָׁאָה);","strongs_definition":"a tempest (as rushing)","kjv_definition":"desolation."} +{"id":"H7585","strongs_number":"H7585","system":"hebrew","language":"hebrew","number_value":7585,"lemma":"שְׁאוֹל","transliteration":"shᵉʼôwl","pronunciation":"sheh-ole'","derivation":"or שְׁאֹל; from H7592 (שָׁאַל);","strongs_definition":"Hades or the world of the dead (as if a subterranean retreat), including its accessories and inmates","kjv_definition":"grave, hell, pit."} +{"id":"H7586","strongs_number":"H7586","system":"hebrew","language":"hebrew","number_value":7586,"lemma":"שָׁאוּל","transliteration":"Shâʼûwl","pronunciation":"shaw-ool'","derivation":"passive participle of H7592 (שָׁאַל); asked;","strongs_definition":"Shaul, the name of an Edomite and two Israelites","kjv_definition":"Saul, Shaul."} +{"id":"H7587","strongs_number":"H7587","system":"hebrew","language":"hebrew","number_value":7587,"lemma":"שָׁאוּלִי","transliteration":"Shâʼûwlîy","pronunciation":"shaw-oo-lee'","derivation":"patronymic from H7856 (שִׂטְנָה);","strongs_definition":"a Shaulite or descendant of Shaul","kjv_definition":"Shaulites."} +{"id":"H7588","strongs_number":"H7588","system":"hebrew","language":"hebrew","number_value":7588,"lemma":"שָׁאוֹן","transliteration":"shâʼôwn","pronunciation":"shaw-one'","derivation":"from H7582 (שָׁאָה);","strongs_definition":"uproar (as of rushing); by implication, destruction","kjv_definition":"[idiom] horrible, noise, pomp, rushing, tumult ([idiom] -uous)."} +{"id":"H7589","strongs_number":"H7589","system":"hebrew","language":"hebrew","number_value":7589,"lemma":"שְׁאָט","transliteration":"shᵉʼâṭ","pronunciation":"sheh-awt'","derivation":"from an unused root meaning to push aside;","strongs_definition":"contempt","kjv_definition":"despite(-ful)."} +{"id":"H7590","strongs_number":"H7590","system":"hebrew","language":"hebrew","number_value":7590,"lemma":"שָׁאט","transliteration":"shâʼṭ","pronunciation":"shawt","derivation":"for active part of H7750 (שׂוּט) (compare H7589 (שְׁאָט));","strongs_definition":"one contemning","kjv_definition":"that (which) despise(-d)."} +{"id":"H7591","strongs_number":"H7591","system":"hebrew","language":"hebrew","number_value":7591,"lemma":"שְׁאִיָּה","transliteration":"shᵉʼîyâh","pronunciation":"sheh-ee-yaw'","derivation":"from H7582 (שָׁאָה);","strongs_definition":"desolation","kjv_definition":"destruction."} +{"id":"H7592","strongs_number":"H7592","system":"hebrew","language":"hebrew","number_value":7592,"lemma":"שָׁאַל","transliteration":"shâʼal","pronunciation":"shaw-al'","derivation":"or שָׁאֵל; a primitive root;","strongs_definition":"to inquire; by implication, to request; by extension, to demand","kjv_definition":"ask (counsel, on), beg, borrow, lay to charge, consult, demand, desire, [idiom] earnestly, enquire, [phrase] greet, obtain leave, lend, pray, request, require, [phrase] salute, [idiom] straitly, [idiom] surely, wish."} +{"id":"H7593","strongs_number":"H7593","system":"hebrew","language":"hebrew","number_value":7593,"lemma":"שְׁאֵל","transliteration":"shᵉʼêl","pronunciation":"sheh-ale'","derivation":"(Aramaic) corresponding to H7592 (שָׁאַל)","strongs_definition":"{to inquire; by implication, to request; by extension, to demand}","kjv_definition":"ask, demand, require."} +{"id":"H7594","strongs_number":"H7594","system":"hebrew","language":"hebrew","number_value":7594,"lemma":"שְׁאָל","transliteration":"Shᵉʼâl","pronunciation":"sheh-awl'","derivation":"from H7592 (שָׁאַל); request;","strongs_definition":"Sheal, an Israelite","kjv_definition":"Sheal."} +{"id":"H7595","strongs_number":"H7595","system":"hebrew","language":"hebrew","number_value":7595,"lemma":"שְׁאֵלָא","transliteration":"shᵉʼêlâʼ","pronunciation":"sheh-ay-law'","derivation":"(Aramaic) from H7593 (שְׁאֵל);","strongs_definition":"properly, a question (at law), i.e. judicial decision or mandate","kjv_definition":"demand."} +{"id":"H7596","strongs_number":"H7596","system":"hebrew","language":"hebrew","number_value":7596,"lemma":"שְׁאֵלָה","transliteration":"shᵉʼêlâh","pronunciation":"sheh-ay-law'","derivation":"or שֵׁלָה; (1 Samuel 1:17), from H7592 (שָׁאַל);","strongs_definition":"a petition; by implication, a loan","kjv_definition":"loan, petition, request."} +{"id":"H7597","strongs_number":"H7597","system":"hebrew","language":"hebrew","number_value":7597,"lemma":"שְׁאַלְתִּיאֵל","transliteration":"Shᵉʼaltîyʼêl","pronunciation":"sheh-al-tee-ale'","derivation":"or שַׁלְתִּיאֵל; from H7592 (שָׁאַל) and H410 (אֵל); I have asked God;","strongs_definition":"Shealtiel, an Israelite","kjv_definition":"Shalthiel, Shealtiel."} +{"id":"H7598","strongs_number":"H7598","system":"hebrew","language":"hebrew","number_value":7598,"lemma":"שְׁאַלְתִּיאֵל","transliteration":"Shᵉʼaltîyʼêl","pronunciation":"sheh-al-tee-ale'","derivation":"(Aramaic) corresponding to H7597 (שְׁאַלְתִּיאֵל)","strongs_definition":"{Shealtiel, an Israelite}","kjv_definition":"Shealtiel."} +{"id":"H7599","strongs_number":"H7599","system":"hebrew","language":"hebrew","number_value":7599,"lemma":"שָׁאַן","transliteration":"shâʼan","pronunciation":"shaw-an'","derivation":"a primitive root;","strongs_definition":"to loll, i.e. be peaceful","kjv_definition":"be at ease, be quiet, rest. See also H1052 (בֵּית שְׁאָן)."} +{"id":"H7600","strongs_number":"H7600","system":"hebrew","language":"hebrew","number_value":7600,"lemma":"שַׁאֲנָן","transliteration":"shaʼănân","pronunciation":"shah-an-awn'","derivation":"from H7599 (שָׁאַן);","strongs_definition":"secure; in a bad sense, haughty","kjv_definition":"that is at ease, quiet, tumult. Compare H7946 (שַׁלְאֲנָן)."} +{"id":"H7601","strongs_number":"H7601","system":"hebrew","language":"hebrew","number_value":7601,"lemma":"שָׁאַס","transliteration":"shâʼaç","pronunciation":"shaw-as'","derivation":"a primitive root;","strongs_definition":"to plunder","kjv_definition":"spoil."} +{"id":"H7602","strongs_number":"H7602","system":"hebrew","language":"hebrew","number_value":7602,"lemma":"שָׁאַף","transliteration":"shâʼaph","pronunciation":"shaw-af'","derivation":"a primitive root;","strongs_definition":"to inhale eagerly; figuratively, to cover; by implication, to be angry; also to hasten","kjv_definition":"desire (earnestly), devour, haste, pant, snuff up, swallow up."} +{"id":"H7603","strongs_number":"H7603","system":"hebrew","language":"hebrew","number_value":7603,"lemma":"שְׂאֹר","transliteration":"sᵉʼôr","pronunciation":"seh-ore'","derivation":"from H7604 (שָׁאַר);","strongs_definition":"barm or yeast-cake (as swelling by fermentation)","kjv_definition":"leaven."} +{"id":"H7604","strongs_number":"H7604","system":"hebrew","language":"hebrew","number_value":7604,"lemma":"שָׁאַר","transliteration":"shâʼar","pronunciation":"shaw-ar'","derivation":"a primitive root;","strongs_definition":"properly, to swell up, i.e. be (causatively, make) redundant","kjv_definition":"leave, (be) left, let, remain, remnant, reserve, the rest."} +{"id":"H7605","strongs_number":"H7605","system":"hebrew","language":"hebrew","number_value":7605,"lemma":"שְׁאָר","transliteration":"shᵉʼâr","pronunciation":"sheh-awr'","derivation":"from H7604 (שָׁאַר);","strongs_definition":"a remainder","kjv_definition":"[idiom] other, remnant, residue, rest."} +{"id":"H7606","strongs_number":"H7606","system":"hebrew","language":"hebrew","number_value":7606,"lemma":"שְׁאָר","transliteration":"shᵉʼâr","pronunciation":"sheh-awr'","derivation":"(Aramaic) corresponding to H7605 (שְׁאָר)","strongs_definition":"{a remainder}","kjv_definition":"[idiom] whatsoever more, residue, rest."} +{"id":"H7607","strongs_number":"H7607","system":"hebrew","language":"hebrew","number_value":7607,"lemma":"שְׁאֵר","transliteration":"shᵉʼêr","pronunciation":"sheh-ayr'","derivation":"from H7604 (שָׁאַר);","strongs_definition":"flesh (as swelling out), as living or forfood; generally food of any kind; figuratively, kindred by blood","kjv_definition":"body, flesh, food, (near) kin(-sman, -swoman), near (nigh) (of kin)."} +{"id":"H7608","strongs_number":"H7608","system":"hebrew","language":"hebrew","number_value":7608,"lemma":"שַׁאֲרָה","transliteration":"shaʼărâh","pronunciation":"shah-ar-aw'","derivation":"feminine of H7607 (שְׁאֵר);","strongs_definition":"female kindred by blood","kjv_definition":"near kinswomen."} +{"id":"H7609","strongs_number":"H7609","system":"hebrew","language":"hebrew","number_value":7609,"lemma":"שֶׁאֱרָה","transliteration":"Sheʼĕrâh","pronunciation":"sheh-er-aw'","derivation":"the same as H7608 (שַׁאֲרָה);","strongs_definition":"Sheerah, an Israelitess","kjv_definition":"Sherah."} +{"id":"H7610","strongs_number":"H7610","system":"hebrew","language":"hebrew","number_value":7610,"lemma":"שְׁאָר יָשׁוּב","transliteration":"Shᵉʼâr Yâshûwb","pronunciation":"sheh-awr'yaw-shoob'","derivation":"from H7605 (שְׁאָר) and H7725 (שׁוּב); a remnant will return;","strongs_definition":"Shear-Jashub, the symbolic name of one of Isaiah's sons","kjv_definition":"Shear-jashub."} +{"id":"H7611","strongs_number":"H7611","system":"hebrew","language":"hebrew","number_value":7611,"lemma":"שְׁאֵרִית","transliteration":"shᵉʼêrîyth","pronunciation":"sheh-ay-reeth'","derivation":"from H7604 (שָׁאַר);","strongs_definition":"a remainder or residual (surviving, final) portion","kjv_definition":"that had escaped, be left, posterity, remain(-der), remnant, residue, rest."} +{"id":"H7612","strongs_number":"H7612","system":"hebrew","language":"hebrew","number_value":7612,"lemma":"שֵׁאת","transliteration":"shêʼth","pronunciation":"shayth","derivation":"from H7582 (שָׁאָה);","strongs_definition":"devastation","kjv_definition":"desolation."} +{"id":"H7613","strongs_number":"H7613","system":"hebrew","language":"hebrew","number_value":7613,"lemma":"שְׂאֵת","transliteration":"sᵉʼêth","pronunciation":"seh-ayth'","derivation":"from H5375 (נָשָׂא);","strongs_definition":"an elevation or leprous scab; figuratively, elation or cheerfulness; exaltation in rank or character","kjv_definition":"be accepted, dignity, excellency, highness, raise up self, rising."} +{"id":"H7614","strongs_number":"H7614","system":"hebrew","language":"hebrew","number_value":7614,"lemma":"שְׁבָא","transliteration":"Shᵉbâʼ","pronunciation":"sheb-aw'","derivation":"of foreign origin;","strongs_definition":"Sheba, the name of three early progenitors of tribes and of an Ethiopian district","kjv_definition":"Sheba, Sabeans."} +{"id":"H7615","strongs_number":"H7615","system":"hebrew","language":"hebrew","number_value":7615,"lemma":"שְׁבָאִי","transliteration":"Shᵉbâʼîy","pronunciation":"sheb-aw-ee'","derivation":"patronymic from H7614 (שְׁבָא);","strongs_definition":"a Shebaite or descendant of Sheba","kjv_definition":"Sabean."} +{"id":"H7616","strongs_number":"H7616","system":"hebrew","language":"hebrew","number_value":7616,"lemma":"שָׁבָב","transliteration":"shâbâb","pronunciation":"shaw-bawb'","derivation":"from an unused root meaning to break up;","strongs_definition":"a fragment, i.e. ruin","kjv_definition":"broken in pieces."} +{"id":"H7617","strongs_number":"H7617","system":"hebrew","language":"hebrew","number_value":7617,"lemma":"שָׁבָה","transliteration":"shâbâh","pronunciation":"shaw-baw'","derivation":"a primitive root;","strongs_definition":"to transport into captivity","kjv_definition":"(bring away, carry, carry away, lead, lead away, take) captive(-s), drive (take) away."} +{"id":"H7618","strongs_number":"H7618","system":"hebrew","language":"hebrew","number_value":7618,"lemma":"שְׁבוּ","transliteration":"shᵉbûw","pronunciation":"sheb-oo'","derivation":"from an unused root (probably identical with that of H7617 (שָׁבָה) through the idea of subdivision into flashes or streamers (compare H7632 (שָׁבִיב)) meaning to flame;","strongs_definition":"a gem (from its sparkle), probably the agate","kjv_definition":"agate."} +{"id":"H7619","strongs_number":"H7619","system":"hebrew","language":"hebrew","number_value":7619,"lemma":"שְׁבוּאֵל","transliteration":"Shᵉbûwʼêl","pronunciation":"sheb-oo-ale'","derivation":"or שׁוּבָאֵל; from H7617 (שָׁבָה) (abbreviated form) or H7725 (שׁוּב) and H410 (אֵל); captive (or returned) of God;","strongs_definition":"Shebuel or Shubael, the name of two Israelites","kjv_definition":"Shebuel, Shubael."} +{"id":"H7620","strongs_number":"H7620","system":"hebrew","language":"hebrew","number_value":7620,"lemma":"שָׁבוּעַ","transliteration":"shâbûwaʻ","pronunciation":"shaw-boo'-ah","derivation":"or שָׁבֻעַ; also (feminine) שְׁבֻעָה; properly, passive participle of H7650 (שָׁבַע) as a denominative of H7651 (שֶׁבַע);","strongs_definition":"literally, sevened, i.e. a week (specifically, of years)","kjv_definition":"seven, week."} +{"id":"H7621","strongs_number":"H7621","system":"hebrew","language":"hebrew","number_value":7621,"lemma":"שְׁבוּעָה","transliteration":"shᵉbûwʻâh","pronunciation":"sheb-oo-aw'","derivation":"feminine passive participle of H7650 (שָׁבַע);","strongs_definition":"properly, something sworn, i.e. an oath","kjv_definition":"curse, oath, [idiom] sworn."} +{"id":"H7622","strongs_number":"H7622","system":"hebrew","language":"hebrew","number_value":7622,"lemma":"שְׁבוּת","transliteration":"shᵉbûwth","pronunciation":"sheb-ooth'","derivation":"or שְׁבִית; from H7617 (שָׁבָה);","strongs_definition":"exile, concretely, prisoners; figuratively, a former state of prosperity","kjv_definition":"captive(-ity)."} +{"id":"H7623","strongs_number":"H7623","system":"hebrew","language":"hebrew","number_value":7623,"lemma":"שָׁבַח","transliteration":"shâbach","pronunciation":"shaw-bakh'","derivation":"a primitive root;","strongs_definition":"properly, to address in aloud tone, i.e. (specifically) loud; figuratively, to pacify (as if by words)","kjv_definition":"commend, glory, keep in, praise, still, triumph."} +{"id":"H7624","strongs_number":"H7624","system":"hebrew","language":"hebrew","number_value":7624,"lemma":"שְׁבַח","transliteration":"shᵉbach","pronunciation":"sheb-akh'","derivation":"(Aramaic) corresponding to H7623 (שָׁבַח);","strongs_definition":"to adulate, i.e. adore","kjv_definition":"praise."} +{"id":"H7625","strongs_number":"H7625","system":"hebrew","language":"hebrew","number_value":7625,"lemma":"שְׁבַט","transliteration":"shᵉbaṭ","pronunciation":"sheb-at'","derivation":"(Aramaic) corresponding to H7626 (שֵׁבֶט);","strongs_definition":"a clan","kjv_definition":"tribe."} +{"id":"H7626","strongs_number":"H7626","system":"hebrew","language":"hebrew","number_value":7626,"lemma":"שֵׁבֶט","transliteration":"shêbeṭ","pronunciation":"shay'-bet","derivation":"from an unused root probably meaning to branch off;","strongs_definition":"a scion, i.e. (literally) a stick (for punishing, writing, fighting, ruling, walking, etc.) or (figuratively) a clan","kjv_definition":"[idiom] correction, dart, rod, sceptre, staff, tribe."} +{"id":"H7627","strongs_number":"H7627","system":"hebrew","language":"hebrew","number_value":7627,"lemma":"שְׁבָט","transliteration":"Shᵉbâṭ","pronunciation":"sheb-awt'","derivation":"of foreign origin;","strongs_definition":"Shebat, a Jewish month","kjv_definition":"Sebat."} +{"id":"H7628","strongs_number":"H7628","system":"hebrew","language":"hebrew","number_value":7628,"lemma":"שְׁבִי","transliteration":"shᵉbîy","pronunciation":"sheb-ee'","derivation":"from H7618 (שְׁבוּ);","strongs_definition":"exiled; captured; as noun, exile (abstractly or concretely and collectively); by extension, booty","kjv_definition":"captive(-ity), prisoners, [idiom] take away, that was taken."} +{"id":"H7629","strongs_number":"H7629","system":"hebrew","language":"hebrew","number_value":7629,"lemma":"שֹׁבִי","transliteration":"Shôbîy","pronunciation":"sho-bee'","derivation":"from H7617 (שָׁבָה); captor;","strongs_definition":"Shobi, an Ammonite","kjv_definition":"Shobi."} +{"id":"H7630","strongs_number":"H7630","system":"hebrew","language":"hebrew","number_value":7630,"lemma":"שֹׁבַי","transliteration":"Shôbay","pronunciation":"sho-bah'-ee","derivation":"for H7629 (שֹׁבִי);","strongs_definition":"Shobai, an Israelite","kjv_definition":"Shobai."} +{"id":"H7631","strongs_number":"H7631","system":"hebrew","language":"hebrew","number_value":7631,"lemma":"שְׂבִיב","transliteration":"sᵉbîyb","pronunciation":"seb-eeb'","derivation":"(Aramaic) corresponding to H7632 (שָׁבִיב)","strongs_definition":"{flame (as split into tongues)}","kjv_definition":"flame."} +{"id":"H7632","strongs_number":"H7632","system":"hebrew","language":"hebrew","number_value":7632,"lemma":"שָׁבִיב","transliteration":"shâbîyb","pronunciation":"shaw-beeb'","derivation":"from the same as H7616 (שָׁבָב);","strongs_definition":"flame (as split into tongues)","kjv_definition":"spark."} +{"id":"H7633","strongs_number":"H7633","system":"hebrew","language":"hebrew","number_value":7633,"lemma":"שִׁבְיָה","transliteration":"shibyâh","pronunciation":"shib-yaw'","derivation":"feminine of H7628 (שְׁבִי);","strongs_definition":"exile (abstractly or concretely and collectively)","kjv_definition":"captives(-ity)."} +{"id":"H7634","strongs_number":"H7634","system":"hebrew","language":"hebrew","number_value":7634,"lemma":"שׇׁבְיָה","transliteration":"Shobyâh","pronunciation":"shob-yaw'","derivation":"feminine of the same as H7629 (שֹׁבִי); captivation;","strongs_definition":"Shobjah, an Israelite","kjv_definition":"Shachia (from the margin)."} +{"id":"H7635","strongs_number":"H7635","system":"hebrew","language":"hebrew","number_value":7635,"lemma":"שָׁבִיל","transliteration":"shâbîyl","pronunciation":"shaw-beel'","derivation":"from the same as H7640 (שֹׁבֶל);","strongs_definition":"a track or passage-way (as if flowing along)","kjv_definition":"path."} +{"id":"H7636","strongs_number":"H7636","system":"hebrew","language":"hebrew","number_value":7636,"lemma":"שָׁבִיס","transliteration":"shâbîyç","pronunciation":"shaw-beece'","derivation":"from an unused root meaning to interweave;","strongs_definition":"a netting for the hair","kjv_definition":"caul."} +{"id":"H7637","strongs_number":"H7637","system":"hebrew","language":"hebrew","number_value":7637,"lemma":"שְׁבִיעִי","transliteration":"shᵉbîyʻîy","pronunciation":"sheb-ee-ee'","derivation":"or שְׁבִעִי; ordinal from H7657 (שִׁבְעִים);","strongs_definition":"seventh","kjv_definition":"seventh (time)."} +{"id":"H7638","strongs_number":"H7638","system":"hebrew","language":"hebrew","number_value":7638,"lemma":"שָׂבָךְ","transliteration":"sâbâk","pronunciation":"saw-bawk'","derivation":"from an unused root meaning to intwine;","strongs_definition":"a netting (ornament to the capital of a column)","kjv_definition":"net."} +{"id":"H7639","strongs_number":"H7639","system":"hebrew","language":"hebrew","number_value":7639,"lemma":"שְׂבָכָה","transliteration":"sᵉbâkâh","pronunciation":"seb-aw-kaw'","derivation":"feminine of H7638 (שָׂבָךְ);","strongs_definition":"a net-work, i.e. (in hunting) a snare, (in architecture) a ballustrade; also a reticulated ornament to apillar","kjv_definition":"checker, lattice, network, snare, wreath(-enwork)."} +{"id":"H7640","strongs_number":"H7640","system":"hebrew","language":"hebrew","number_value":7640,"lemma":"שֹׁבֶל","transliteration":"shôbel","pronunciation":"show'-bel","derivation":"from an unused root meaning to flow;","strongs_definition":"a lady's train (as trailing after her)","kjv_definition":"leg."} +{"id":"H7641","strongs_number":"H7641","system":"hebrew","language":"hebrew","number_value":7641,"lemma":"שִׁבֹּל","transliteration":"shibbôl","pronunciation":"shib-bole","derivation":"or (feminine) שִׁבֹּלֶת; from the same as H7640 (שֹׁבֶל);","strongs_definition":"a stream (as flowing); also an ear of grain (as growing out); by analogy, a branch","kjv_definition":"branch, channel, ear (of corn), (water-)flood, Shibboleth. Compare H5451 (סִבֹּלֶת)."} +{"id":"H7642","strongs_number":"H7642","system":"hebrew","language":"hebrew","number_value":7642,"lemma":"שַׁבְלוּל","transliteration":"shablûwl","pronunciation":"shab-lool'","derivation":"from the same as H7640 (שֹׁבֶל);","strongs_definition":"a snail (as if floating in its own slime)","kjv_definition":"snail."} +{"id":"H7643","strongs_number":"H7643","system":"hebrew","language":"hebrew","number_value":7643,"lemma":"שְׂבָם","transliteration":"Sᵉbâm","pronunciation":"seb-awm'","derivation":"or (feminine) שִׂבְמָה; probably from H1313 (בָּשָׂם); spice;","strongs_definition":"Sebam or Sibmah, a place in Moab","kjv_definition":"Shebam, Shibmah, Sibmah."} +{"id":"H7644","strongs_number":"H7644","system":"hebrew","language":"hebrew","number_value":7644,"lemma":"שֶׁבְנָא","transliteration":"Shebnâʼ","pronunciation":"sheb-naw'","derivation":"or שֶׁבְנָה; from an unused root meaning to grow; growth;","strongs_definition":"Shebna or Shebnah, an Israelite","kjv_definition":"Shebna, Shebnah."} +{"id":"H7645","strongs_number":"H7645","system":"hebrew","language":"hebrew","number_value":7645,"lemma":"שְׁבַנְיָה","transliteration":"Shᵉbanyâh","pronunciation":"sheb-an-yaw'","derivation":"or שְׁבַנְיָהוּ; from the same as H7644 (שֶׁבְנָא) and H3050 (יָהּ); Jah has grown (i.e. prospered);","strongs_definition":"Shebanjah, the name of three or four Israelites","kjv_definition":"Shebaniah."} +{"id":"H7646","strongs_number":"H7646","system":"hebrew","language":"hebrew","number_value":7646,"lemma":"שָׂבַע","transliteration":"sâbaʻ","pronunciation":"saw-bah'","derivation":"or שָׂבֵעַ; a primitive root;","strongs_definition":"to sate, i.e. fill to satisfaction (literally or figuratively)","kjv_definition":"have enough, fill (full, self, with), be (to the) full (of), have plenty of, be satiate, satisfy (with), suffice, be weary of."} +{"id":"H7647","strongs_number":"H7647","system":"hebrew","language":"hebrew","number_value":7647,"lemma":"שָׂבָע","transliteration":"sâbâʻ","pronunciation":"saw-baw'","derivation":"from H7646 (שָׂבַע);","strongs_definition":"copiousness","kjv_definition":"abundance, plenteous(-ness, -ly)."} +{"id":"H7648","strongs_number":"H7648","system":"hebrew","language":"hebrew","number_value":7648,"lemma":"שֹׂבַע","transliteration":"sôbaʻ","pronunciation":"so'-bah","derivation":"from H7646 (שָׂבַע);","strongs_definition":"satisfaction (of food or (figuratively) joy)","kjv_definition":"fill, full(-ness), satisfying, be satisfied."} +{"id":"H7649","strongs_number":"H7649","system":"hebrew","language":"hebrew","number_value":7649,"lemma":"שָׂבֵעַ","transliteration":"sâbêaʻ","pronunciation":"saw-bay'-ah","derivation":"from H7646 (שָׂבַע);","strongs_definition":"satiated (in a pleasant or disagreeable sense)","kjv_definition":"full (of), satisfied (with)."} +{"id":"H7650","strongs_number":"H7650","system":"hebrew","language":"hebrew","number_value":7650,"lemma":"שָׁבַע","transliteration":"shâbaʻ","pronunciation":"shaw-bah'","derivation":"a primitive root; properly to be complete, but used only as a denominative from H7651 (שֶׁבַע);","strongs_definition":"to seven oneself, i.e. swear (as if by repeating a declaration seven times)","kjv_definition":"adjure, charge (by an oath, with an oath), feed to the full (by mistake for H7646 (שָׂבַע)), take an oath, [idiom] straitly, (cause to, make to) swear."} +{"id":"H7651","strongs_number":"H7651","system":"hebrew","language":"hebrew","number_value":7651,"lemma":"שֶׁבַע","transliteration":"shebaʻ","pronunciation":"sheh'-bah","derivation":"or (masculine) (שִׁבְעָה); from H7650 (שָׁבַע); a primitive cardinal number;","strongs_definition":"seven (as the sacred full one); also (adverbially) seven times; by implication, a week; by extension, an indefinite number","kjv_definition":"([phrase] by) seven(-fold),-s, (-teen, -teenth), -th, times). Compare H7658 (שִׁבְעָנָה)."} +{"id":"H7652","strongs_number":"H7652","system":"hebrew","language":"hebrew","number_value":7652,"lemma":"שֶׁבַע","transliteration":"shebaʻ","pronunciation":"sheh'-bah","derivation":"the same as H7651 (שֶׁבַע); seven;","strongs_definition":"Sheba, the name of a place in Palestine, and of two Israelites","kjv_definition":"Sheba."} +{"id":"H7653","strongs_number":"H7653","system":"hebrew","language":"hebrew","number_value":7653,"lemma":"שִׂבְעָה","transliteration":"sibʻâh","pronunciation":"sib-aw'","derivation":"feminine of H7647 (שָׂבָע);","strongs_definition":"satiety","kjv_definition":"fulness."} +{"id":"H7654","strongs_number":"H7654","system":"hebrew","language":"hebrew","number_value":7654,"lemma":"שׇׂבְעָה","transliteration":"sobʻâh","pronunciation":"sob-aw'","derivation":"feminine of H7648 (שֹׂבַע);","strongs_definition":"satiety","kjv_definition":"(to have) enough, [idiom] till...be full, (un-) satiable, satisfy, [idiom] sufficiently."} +{"id":"H7655","strongs_number":"H7655","system":"hebrew","language":"hebrew","number_value":7655,"lemma":"שִׁבְעָה","transliteration":"shibʻâh","pronunciation":"shib-aw'","derivation":"(Aramaic) corresponding to H7651 (שֶׁבַע)","strongs_definition":"{seven (as the sacred full one); also (adverbially) seven times; by implication, a week; by extension, an indefinite number}","kjv_definition":"seven (times)."} +{"id":"H7656","strongs_number":"H7656","system":"hebrew","language":"hebrew","number_value":7656,"lemma":"שִׁבְעָה","transliteration":"Shibʻâh","pronunciation":"shib-aw'","derivation":"masculine of H7651 (שֶׁבַע); seven(-th);","strongs_definition":"Shebah, a well in Palestine","kjv_definition":"Shebah."} +{"id":"H7657","strongs_number":"H7657","system":"hebrew","language":"hebrew","number_value":7657,"lemma":"שִׁבְעִים","transliteration":"shibʻîym","pronunciation":"shib-eem'","derivation":"multiple of H7651 (שֶׁבַע);","strongs_definition":"seventy","kjv_definition":"seventy, threescore and ten ([phrase] -teen)."} +{"id":"H7658","strongs_number":"H7658","system":"hebrew","language":"hebrew","number_value":7658,"lemma":"שִׁבְעָנָה","transliteration":"shibʻânâh","pronunciation":"shib-aw-naw'","derivation":"prolonged for the masculine of H7651 (שֶׁבַע);","strongs_definition":"seven","kjv_definition":"seven."} +{"id":"H7659","strongs_number":"H7659","system":"hebrew","language":"hebrew","number_value":7659,"lemma":"שִׁבְעָתַיִם","transliteration":"shibʻâthayim","pronunciation":"shib-aw-thah'-yim","derivation":"dual (adverbially) of H7651 (שֶׁבַע);","strongs_definition":"seven-times","kjv_definition":"seven(-fold, times)."} +{"id":"H7660","strongs_number":"H7660","system":"hebrew","language":"hebrew","number_value":7660,"lemma":"שָׁבַץ","transliteration":"shâbats","pronunciation":"shaw-bats'","derivation":"a primitive root;","strongs_definition":"to interweave (colored) threads in squares; by implication (of reticulation) to inchase gems in gold","kjv_definition":"embroider, set."} +{"id":"H7661","strongs_number":"H7661","system":"hebrew","language":"hebrew","number_value":7661,"lemma":"שָׁבָץ","transliteration":"shâbâts","pronunciation":"shaw-bawts'","derivation":"from H7660 (שָׁבַץ);","strongs_definition":"entanglement, i.e. (figuratively) perplexity","kjv_definition":"anguish."} +{"id":"H7662","strongs_number":"H7662","system":"hebrew","language":"hebrew","number_value":7662,"lemma":"שְׁבַק","transliteration":"shᵉbaq","pronunciation":"sheb-ak'","derivation":"(Aramaic) corresponding to the root of H7733 (שׁוֹבֵק);","strongs_definition":"to quit, i.e. allow to remain","kjv_definition":"leave, let alone."} +{"id":"H7663","strongs_number":"H7663","system":"hebrew","language":"hebrew","number_value":7663,"lemma":"שָׂבַר","transliteration":"sâbar","pronunciation":"saw-bar'","derivation":"erroneously שָׁבַר; (Nehemiah 2:13,15), a primitive root;","strongs_definition":"to scrutinize; by implication (of watching) to expect (with hope and patience)","kjv_definition":"hope, tarry, view, wait."} +{"id":"H7664","strongs_number":"H7664","system":"hebrew","language":"hebrew","number_value":7664,"lemma":"שֵׂבֶר","transliteration":"sêber","pronunciation":"say'-ber","derivation":"from H7663 (שָׂבַר);","strongs_definition":"expectation","kjv_definition":"hope."} +{"id":"H7665","strongs_number":"H7665","system":"hebrew","language":"hebrew","number_value":7665,"lemma":"שָׁבַר","transliteration":"shâbar","pronunciation":"shaw-bar'","derivation":"a primitive root;","strongs_definition":"to burst (literally or figuratively)","kjv_definition":"break (down, off, in pieces, up), broken (-hearted), bring to the birth, crush, destroy, hurt, quench, [idiom] quite, tear, view (by mistake for H7663 (שָׂבַר))."} +{"id":"H7666","strongs_number":"H7666","system":"hebrew","language":"hebrew","number_value":7666,"lemma":"שָׁבַר","transliteration":"shâbar","pronunciation":"shaw-bar'","derivation":"denominative from H7668 (שֶׁבֶר);","strongs_definition":"to deal in grain","kjv_definition":"buy, sell."} +{"id":"H7667","strongs_number":"H7667","system":"hebrew","language":"hebrew","number_value":7667,"lemma":"שֶׁבֶר","transliteration":"sheber","pronunciation":"sheh'-ber","derivation":"or שֵׁבֶר; from H7665 (שָׁבַר);","strongs_definition":"a fracture, figuratively, ruin; specifically, a solution (of a dream)","kjv_definition":"affliction, breach, breaking, broken(-footed, -handed), bruise, crashing, destruction, hurt, interpretation, vexation."} +{"id":"H7668","strongs_number":"H7668","system":"hebrew","language":"hebrew","number_value":7668,"lemma":"שֶׁבֶר","transliteration":"sheber","pronunciation":"sheh'-ber","derivation":"the same as H7667 (שֶׁבֶר);","strongs_definition":"grain (as if broken into kernels)","kjv_definition":"corn, victuals."} +{"id":"H7669","strongs_number":"H7669","system":"hebrew","language":"hebrew","number_value":7669,"lemma":"שֶׁבֶר","transliteration":"Sheber","pronunciation":"sheh'-ber","derivation":"the same as H7667 (שֶׁבֶר);","strongs_definition":"Sheber, an Israelite","kjv_definition":"Sheber."} +{"id":"H7670","strongs_number":"H7670","system":"hebrew","language":"hebrew","number_value":7670,"lemma":"שִׁבְרוֹן","transliteration":"shibrôwn","pronunciation":"shib-rone'","derivation":"from H7665 (שָׁבַר);","strongs_definition":"rupture, i.e. a pang; figuratively, ruin","kjv_definition":"breaking, destruction."} +{"id":"H7671","strongs_number":"H7671","system":"hebrew","language":"hebrew","number_value":7671,"lemma":"שְׁבָרִים","transliteration":"Shᵉbârîym","pronunciation":"sheb-aw-reem'","derivation":"plural of H7667 (שֶׁבֶר); ruins;","strongs_definition":"Shebarim, a place in Palestine","kjv_definition":"Shebarim."} +{"id":"H7672","strongs_number":"H7672","system":"hebrew","language":"hebrew","number_value":7672,"lemma":"שְׁבַשׁ","transliteration":"shᵉbash","pronunciation":"sheb-ash'","derivation":"(Aramaic) corresponding to H7660 (שָׁבַץ);","strongs_definition":"to entangle, i.e. perplex","kjv_definition":"be astonished."} +{"id":"H7673","strongs_number":"H7673","system":"hebrew","language":"hebrew","number_value":7673,"lemma":"שָׁבַת","transliteration":"shâbath","pronunciation":"shaw-bath'","derivation":"a primitive root;","strongs_definition":"to repose, i.e. desist from exertion; used in many implied relations (causative, figurative or specific)","kjv_definition":"(cause to, let, make to) cease, celebrate, cause (make) to fail, keep (sabbath), suffer to be lacking, leave, put away (down), (make to) rest, rid, still, take away."} +{"id":"H7674","strongs_number":"H7674","system":"hebrew","language":"hebrew","number_value":7674,"lemma":"שֶׁבֶת","transliteration":"shebeth","pronunciation":"sheh'-beth","derivation":"from H7673 (שָׁבַת);","strongs_definition":"rest, interruption, cessation","kjv_definition":"cease, sit still, loss of time."} +{"id":"H7675","strongs_number":"H7675","system":"hebrew","language":"hebrew","number_value":7675,"lemma":"שֶׁבֶת","transliteration":"shebeth","pronunciation":"sheh'-beth","derivation":"infinitive of H3427 (יָשַׁב);","strongs_definition":"properly, session; but used also concretely, an abode or locality","kjv_definition":"place, seat. Compare H3429 (יֹשֵׁב בַּשֶּׁבֶת)."} +{"id":"H7676","strongs_number":"H7676","system":"hebrew","language":"hebrew","number_value":7676,"lemma":"שַׁבָּת","transliteration":"shabbâth","pronunciation":"shab-bawth'","derivation":"intensive from H7673 (שָׁבַת);","strongs_definition":"intermission, i.e (specifically) the Sabbath","kjv_definition":"([phrase] every) sabbath."} +{"id":"H7677","strongs_number":"H7677","system":"hebrew","language":"hebrew","number_value":7677,"lemma":"שַׁבָּתוֹן","transliteration":"shabbâthôwn","pronunciation":"shab-baw-thone'","derivation":"from H7676 (שַׁבָּת);","strongs_definition":"a sabbatism or special holiday","kjv_definition":"rest, sabbath."} +{"id":"H7678","strongs_number":"H7678","system":"hebrew","language":"hebrew","number_value":7678,"lemma":"שַׁבְּתַי","transliteration":"Shabbᵉthay","pronunciation":"shab-beth-ah'-ee","derivation":"from H7676 (שַׁבָּת); restful;","strongs_definition":"Shabbethai, the name of three Israelites","kjv_definition":"Shabbethai."} +{"id":"H7679","strongs_number":"H7679","system":"hebrew","language":"hebrew","number_value":7679,"lemma":"שָׂגָא","transliteration":"sâgâʼ","pronunciation":"saw-gaw'","derivation":"; a primitive root;","strongs_definition":"to grow, i.e. (causatively) to enlarge, (figuratively) laud","kjv_definition":"increase, magnify."} +{"id":"H7680","strongs_number":"H7680","system":"hebrew","language":"hebrew","number_value":7680,"lemma":"שְׂגָא","transliteration":"sᵉgâʼ","pronunciation":"seg-aw'","derivation":"(Aramaic) corresponding to H7679 (שָׂגָא);","strongs_definition":"to increase","kjv_definition":"grow, be multiplied."} +{"id":"H7681","strongs_number":"H7681","system":"hebrew","language":"hebrew","number_value":7681,"lemma":"שָׁגֶא","transliteration":"Shâgeʼ","pronunciation":"shaw-gay'","derivation":"probably from H7686 (שָׁגָה); erring;","strongs_definition":"Shage, an Israelite","kjv_definition":"Shage."} +{"id":"H7682","strongs_number":"H7682","system":"hebrew","language":"hebrew","number_value":7682,"lemma":"שָׂגַב","transliteration":"sâgab","pronunciation":"saw-gab'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make) lofty, especially inaccessible; by implication, safe, strong; used literally and figuratively","kjv_definition":"defend, exalt, be excellent, (be, set on) high, lofty, be safe, set up (on high), be too strong."} +{"id":"H7683","strongs_number":"H7683","system":"hebrew","language":"hebrew","number_value":7683,"lemma":"שָׁגַג","transliteration":"shâgag","pronunciation":"shaw-gag'","derivation":"a primitive root;","strongs_definition":"to stray, i.e. (figuratively) sin (with more or less apology)","kjv_definition":"[idiom] also for that, deceived, err, go astray, sin ignorantly."} +{"id":"H7684","strongs_number":"H7684","system":"hebrew","language":"hebrew","number_value":7684,"lemma":"שְׁגָגָה","transliteration":"shᵉgâgâh","pronunciation":"sheg-aw-gaw'","derivation":"from H7683 (שָׁגַג);","strongs_definition":"a mistake or inadvertent transgression","kjv_definition":"error, ignorance, at unawares; unwittingly."} +{"id":"H7685","strongs_number":"H7685","system":"hebrew","language":"hebrew","number_value":7685,"lemma":"שָׂגָה","transliteration":"sâgâh","pronunciation":"saw-gaw'","derivation":"a primitive root;","strongs_definition":"to enlarge (especially upward, also figuratively)","kjv_definition":"grow (up), increase."} +{"id":"H7686","strongs_number":"H7686","system":"hebrew","language":"hebrew","number_value":7686,"lemma":"שָׁגָה","transliteration":"shâgâh","pronunciation":"shaw-gaw'","derivation":"a primitive root;","strongs_definition":"to stray (causatively, mislead), usually (figuratively) to mistake, especially (morally) to transgress; by extension (through the idea of intoxication) to reel, (figuratively) be enraptured","kjv_definition":"(cause to) go astray, deceive, err, be ravished, sin through ignorance, (let, make to) wander."} +{"id":"H7687","strongs_number":"H7687","system":"hebrew","language":"hebrew","number_value":7687,"lemma":"שְׂגוּב","transliteration":"Sᵉgûwb","pronunciation":"seg-oob'","derivation":"from H7682 (שָׂגַב); aloft;","strongs_definition":"Segub, the name of two Israelites","kjv_definition":"Segub."} +{"id":"H7688","strongs_number":"H7688","system":"hebrew","language":"hebrew","number_value":7688,"lemma":"שָׁגַח","transliteration":"shâgach","pronunciation":"shaw-gakh'","derivation":"a primitive root;","strongs_definition":"to peep, i.e. glance sharply at","kjv_definition":"look (narrowly)."} +{"id":"H7689","strongs_number":"H7689","system":"hebrew","language":"hebrew","number_value":7689,"lemma":"שַׂגִּיא","transliteration":"saggîyʼ","pronunciation":"sag-ghee'","derivation":"from H7679 (שָׂגָא);","strongs_definition":"(superlatively) mighty","kjv_definition":"excellent, great."} +{"id":"H7690","strongs_number":"H7690","system":"hebrew","language":"hebrew","number_value":7690,"lemma":"שַׂגִּיא","transliteration":"saggîyʼ","pronunciation":"sag-ghee'","derivation":"(Aramaic) corresponding to H7689 (שַׂגִּיא);","strongs_definition":"large (in size, quantity or number, also adverbial)","kjv_definition":"exceeding, great(-ly); many, much, sore, very."} +{"id":"H7691","strongs_number":"H7691","system":"hebrew","language":"hebrew","number_value":7691,"lemma":"שְׁגִיאָה","transliteration":"shᵉgîyʼâh","pronunciation":"sheg-ee-aw'","derivation":"from H7686 (שָׁגָה);","strongs_definition":"a moral mistake","kjv_definition":"error."} +{"id":"H7692","strongs_number":"H7692","system":"hebrew","language":"hebrew","number_value":7692,"lemma":"שִׁגָּיוֹן","transliteration":"shiggâyôwn","pronunciation":"shig-gaw-yone'","derivation":"or שִׁגָּיֹנָה; from H7686 (שָׁגָה);","strongs_definition":"properly, aberration, i.e. (technically) a dithyramb or rambling poem","kjv_definition":"Shiggaion, Shigionoth."} +{"id":"H7693","strongs_number":"H7693","system":"hebrew","language":"hebrew","number_value":7693,"lemma":"שָׁגַל","transliteration":"shâgal","pronunciation":"shaw-gal'","derivation":"a primitive root;","strongs_definition":"to copulate with","kjv_definition":"lie with, ravish."} +{"id":"H7694","strongs_number":"H7694","system":"hebrew","language":"hebrew","number_value":7694,"lemma":"שֵׁגָל","transliteration":"shêgâl","pronunciation":"shay-gawl'","derivation":"from H7693 (שָׁגַל);","strongs_definition":"a queen (from cohabitation)","kjv_definition":"queen."} +{"id":"H7695","strongs_number":"H7695","system":"hebrew","language":"hebrew","number_value":7695,"lemma":"שֵׁגָל","transliteration":"shêgâl","pronunciation":"shay-gawl'","derivation":"(Aramaic) corresponding to H7694 (שֵׁגָל);","strongs_definition":"a (legitimate) queen","kjv_definition":"wife."} +{"id":"H7696","strongs_number":"H7696","system":"hebrew","language":"hebrew","number_value":7696,"lemma":"שָׁגַע","transliteration":"shâgaʻ","pronunciation":"shaw-gah'","derivation":"a primitive root;","strongs_definition":"to rave through insanity","kjv_definition":"(be, play the) mad (man)."} +{"id":"H7697","strongs_number":"H7697","system":"hebrew","language":"hebrew","number_value":7697,"lemma":"שִׁגָּעוֹן","transliteration":"shiggâʻôwn","pronunciation":"shig-gaw-yone'","derivation":"from H7696 (שָׁגַע);","strongs_definition":"craziness","kjv_definition":"furiously, madness."} +{"id":"H7698","strongs_number":"H7698","system":"hebrew","language":"hebrew","number_value":7698,"lemma":"שֶׁגֶר","transliteration":"sheger","pronunciation":"sheh'-ger","derivation":"from an unused root probably meaning to eject;","strongs_definition":"the fetus (as finally expelled)","kjv_definition":"that cometh of, increase."} +{"id":"H7699","strongs_number":"H7699","system":"hebrew","language":"hebrew","number_value":7699,"lemma":"שַׁד","transliteration":"shad","pronunciation":"shad","derivation":"or שֹׁד; probably from H7736 (שׁוּד) (in its original sense) contracted;","strongs_definition":"the breast of a woman or animal (as bulging)","kjv_definition":"breast, pap, teat."} +{"id":"H7700","strongs_number":"H7700","system":"hebrew","language":"hebrew","number_value":7700,"lemma":"שֵׁד","transliteration":"shêd","pronunciation":"shade","derivation":"from H7736 (שׁוּד);","strongs_definition":"a doemon (as malignant)","kjv_definition":"devil."} +{"id":"H7701","strongs_number":"H7701","system":"hebrew","language":"hebrew","number_value":7701,"lemma":"שֹׁד","transliteration":"shôd","pronunciation":"shode","derivation":"or שׁוֹד; (Job 5:21), from H7736 (שׁוּד);","strongs_definition":"violence, ravage","kjv_definition":"desolation, destruction, oppression, robbery, spoil(-ed, -er, -ing), wasting."} +{"id":"H7702","strongs_number":"H7702","system":"hebrew","language":"hebrew","number_value":7702,"lemma":"שָׂדַד","transliteration":"sâdad","pronunciation":"saw-dad'","derivation":"a primitive root;","strongs_definition":"to abrade, i.e. harrow afield","kjv_definition":"break clods, harrow."} +{"id":"H7703","strongs_number":"H7703","system":"hebrew","language":"hebrew","number_value":7703,"lemma":"שָׁדַד","transliteration":"shâdad","pronunciation":"shaw-dad'","derivation":"a primitive root;","strongs_definition":"properly, to be burly, i.e. (figuratively) powerful (passively, impregnable); by implication, to ravage","kjv_definition":"dead, destroy(-er), oppress, robber, spoil(-er), [idiom] utterly, (lay) waste."} +{"id":"H7704","strongs_number":"H7704","system":"hebrew","language":"hebrew","number_value":7704,"lemma":"שָׂדֶה","transliteration":"sâdeh","pronunciation":"saw-deh'","derivation":"or שָׂדַי; from an unused root meaning to spread out;","strongs_definition":"a field (as flat)","kjv_definition":"country, field, ground, land, soil, [idiom] wild."} +{"id":"H7705","strongs_number":"H7705","system":"hebrew","language":"hebrew","number_value":7705,"lemma":"שִׁדָּה","transliteration":"shiddâh","pronunciation":"shid-dah'","derivation":"from H7703 (שָׁדַד);","strongs_definition":"a wife (as mistress of the house)","kjv_definition":"[idiom] all sorts, musical instrument."} +{"id":"H7706","strongs_number":"H7706","system":"hebrew","language":"hebrew","number_value":7706,"lemma":"שַׁדַּי","transliteration":"Shadday","pronunciation":"shad-dah'-ee","derivation":"from H7703 (שָׁדַד);","strongs_definition":"the Almighty","kjv_definition":"Almighty."} +{"id":"H7707","strongs_number":"H7707","system":"hebrew","language":"hebrew","number_value":7707,"lemma":"שְׁדֵיאוּר","transliteration":"Shᵉdêyʼûwr","pronunciation":"shed-ay-oor'","derivation":"from the same as H7704 (שָׂדֶה) and H217 (אוּר); spreader of light;","strongs_definition":"Shedejur, an Israelite","kjv_definition":"Shedeur."} +{"id":"H7708","strongs_number":"H7708","system":"hebrew","language":"hebrew","number_value":7708,"lemma":"שִׂדִּים","transliteration":"Siddîym","pronunciation":"sid-deem'","derivation":"plural from the same as H7704 (שָׂדֶה); flats;","strongs_definition":"Siddim, a valley in Palestine","kjv_definition":"Siddim."} +{"id":"H7709","strongs_number":"H7709","system":"hebrew","language":"hebrew","number_value":7709,"lemma":"שְׁדֵמָה","transliteration":"shᵉdêmâh","pronunciation":"shed-ay-maw'","derivation":"apparently from H7704 (שָׂדֶה);","strongs_definition":"a cultivated field","kjv_definition":"blasted, field."} +{"id":"H7710","strongs_number":"H7710","system":"hebrew","language":"hebrew","number_value":7710,"lemma":"שָׁדַף","transliteration":"shâdaph","pronunciation":"shaw-daf'","derivation":"a primitive root;","strongs_definition":"to scorch","kjv_definition":"blast."} +{"id":"H7711","strongs_number":"H7711","system":"hebrew","language":"hebrew","number_value":7711,"lemma":"שְׁדֵפָה","transliteration":"shᵉdêphâh","pronunciation":"shed-ay-faw'","derivation":"or שִׁדָּפוֹן; from H7710 (שָׁדַף);","strongs_definition":"blight","kjv_definition":"blasted(-ing)."} +{"id":"H7712","strongs_number":"H7712","system":"hebrew","language":"hebrew","number_value":7712,"lemma":"שְׁדַר","transliteration":"shᵉdar","pronunciation":"shed-ar'","derivation":"(Aramaic) a primitive root;","strongs_definition":"to endeavor","kjv_definition":"labour."} +{"id":"H7713","strongs_number":"H7713","system":"hebrew","language":"hebrew","number_value":7713,"lemma":"שְׂדֵרָה","transliteration":"sᵉdêrâh","pronunciation":"sed-ay-raw'","derivation":"from an unused root meaning to regulate;","strongs_definition":"a row, i.e. rank (of soldiers), story (of rooms)","kjv_definition":"board, range."} +{"id":"H7714","strongs_number":"H7714","system":"hebrew","language":"hebrew","number_value":7714,"lemma":"שַׁדְרַךְ","transliteration":"Shadrak","pronunciation":"shad-rak'","derivation":"probably of foreign origin;","strongs_definition":"Shadrak, the Babylonian name of one of Daniel's companions","kjv_definition":"Shadrach."} +{"id":"H7715","strongs_number":"H7715","system":"hebrew","language":"hebrew","number_value":7715,"lemma":"שַׁדְרַךְ","transliteration":"Shadrak","pronunciation":"shad-rak'","derivation":"(Aramaic) the same as H7714 (שַׁדְרַךְ)","strongs_definition":"{Shadrak, the Babylonian name of one of Daniel's companions}","kjv_definition":"Shadrach."} +{"id":"H7716","strongs_number":"H7716","system":"hebrew","language":"hebrew","number_value":7716,"lemma":"שֶׂה","transliteration":"seh","pronunciation":"seh","derivation":"or שֵׂי; probably from H7582 (שָׁאָה) through the idea of pushing out to graze;","strongs_definition":"a member of a flock, i.e. a sheep or goat","kjv_definition":"(lesser, small) cattle, ewe, goat, lamb, sheep. Compare H2089 (זֶה)."} +{"id":"H7717","strongs_number":"H7717","system":"hebrew","language":"hebrew","number_value":7717,"lemma":"שָׂהֵד","transliteration":"sâhêd","pronunciation":"saw-hade'","derivation":"from an unused root meaning to testify;","strongs_definition":"a witness","kjv_definition":"record."} +{"id":"H7718","strongs_number":"H7718","system":"hebrew","language":"hebrew","number_value":7718,"lemma":"שֹׁהַם","transliteration":"shôham","pronunciation":"sho'-ham","derivation":"from an unused root probably mean to blanch;","strongs_definition":"a gem, probably the beryl (from its pale green color)","kjv_definition":"onyx."} +{"id":"H7719","strongs_number":"H7719","system":"hebrew","language":"hebrew","number_value":7719,"lemma":"שֹׁהַם","transliteration":"Shôham","pronunciation":"sho'-ham","derivation":"the same as H7718 (שֹׁהַם);","strongs_definition":"Shoham, an Israelite","kjv_definition":"Shoham."} +{"id":"H7720","strongs_number":"H7720","system":"hebrew","language":"hebrew","number_value":7720,"lemma":"שַׂהֲרֹן","transliteration":"sahărôn","pronunciation":"sah-har-one'","derivation":"from the same as H5469 (סַהַר);","strongs_definition":"a round pendant for the neck","kjv_definition":"ornament, round tire like the moon."} +{"id":"H7721","strongs_number":"H7721","system":"hebrew","language":"hebrew","number_value":7721,"lemma":"שׂוֹא","transliteration":"sôwʼ","pronunciation":"so","derivation":"from an unused root (akin to H5375 (נָשָׂא) and H7722 (שׁוֹא)) meaning to rise;","strongs_definition":"a rising","kjv_definition":"arise."} +{"id":"H7722","strongs_number":"H7722","system":"hebrew","language":"hebrew","number_value":7722,"lemma":"שׁוֹא","transliteration":"shôwʼ","pronunciation":"sho","derivation":"or (feminine) שׁוֹאָה; or שֹׁאָה; from an unused root meaning to rush over;","strongs_definition":"a tempest; by implication, devastation","kjv_definition":"desolate(-ion), destroy, destruction, storm, wasteness."} +{"id":"H7723","strongs_number":"H7723","system":"hebrew","language":"hebrew","number_value":7723,"lemma":"שָׁוְא","transliteration":"shâvᵉʼ","pronunciation":"shawv","derivation":"or שַׁו; from the same as H7722 (שׁוֹא) in the sense of desolating;","strongs_definition":"evil (as destructive), literally (ruin) or morally (especially guile); figuratively idolatry (as false, subjective), uselessness (as deceptive, objective; also adverbially, in vain)","kjv_definition":"false(-ly), lie, lying, vain, vanity."} +{"id":"H7724","strongs_number":"H7724","system":"hebrew","language":"hebrew","number_value":7724,"lemma":"שְׁוָא","transliteration":"Shᵉvâʼ","pronunciation":"shev-aw'","derivation":"from the same as H7723 (שָׁוְא); false;","strongs_definition":"Sheva, an Israelite","kjv_definition":"Sheva."} +{"id":"H7725","strongs_number":"H7725","system":"hebrew","language":"hebrew","number_value":7725,"lemma":"שׁוּב","transliteration":"shûwb","pronunciation":"shoob","derivation":"a primitive root;","strongs_definition":"to turn back (hence, away) transitively or intransitively, literally or figuratively (not necessarily with the idea of return to the starting point); generally to retreat; often adverbial, again","kjv_definition":"((break, build, circumcise, dig, do anything, do evil, feed, lay down, lie down, lodge, make, rejoice, send, take, weep)) [idiom] again, (cause to) answer ([phrase] again), [idiom] in any case (wise), [idiom] at all, averse, bring (again, back, home again), call (to mind), carry again (back), cease, [idiom] certainly, come again (back), [idiom] consider, [phrase] continually, convert, deliver (again), [phrase] deny, draw back, fetch home again, [idiom] fro, get (oneself) (back) again, [idiom] give (again), go again (back, home), (go) out, hinder, let, (see) more, [idiom] needs, be past, [idiom] pay, pervert, pull in again, put (again, up again), recall, recompense, recover, refresh, relieve, render (again), requite, rescue, restore, retrieve, (cause to, make to) return, reverse, reward, [phrase] say nay, send back, set again, slide back, still, [idiom] surely, take back (off), (cause to, make to) turn (again, self again, away, back, back again, backward, from, off), withdraw."} +{"id":"H7726","strongs_number":"H7726","system":"hebrew","language":"hebrew","number_value":7726,"lemma":"שׁוֹבָב","transliteration":"shôwbâb","pronunciation":"sho-bawb'","derivation":"from H7725 (שׁוּב);","strongs_definition":"apostate, i.e. idolatrous","kjv_definition":"backsliding, frowardly, turn away (from margin)."} +{"id":"H7727","strongs_number":"H7727","system":"hebrew","language":"hebrew","number_value":7727,"lemma":"שׁוֹבָב","transliteration":"Shôwbâb","pronunciation":"sho-bawb'","derivation":"the same as H7726 (שׁוֹבָב); rebellious;","strongs_definition":"Shobab, the name of two Israelites","kjv_definition":"Shobab."} +{"id":"H7728","strongs_number":"H7728","system":"hebrew","language":"hebrew","number_value":7728,"lemma":"שׁוֹבֵב","transliteration":"shôwbêb","pronunciation":"sho-babe'","derivation":"from H7725 (שׁוּב);","strongs_definition":"apostate, i.e. heathenish or (actually) heathen","kjv_definition":"backsliding."} +{"id":"H7729","strongs_number":"H7729","system":"hebrew","language":"hebrew","number_value":7729,"lemma":"שׁוּבָה","transliteration":"shûwbâh","pronunciation":"shoo-baw'","derivation":"from H7725 (שׁוּב);","strongs_definition":"a return","kjv_definition":"returning."} +{"id":"H7730","strongs_number":"H7730","system":"hebrew","language":"hebrew","number_value":7730,"lemma":"שׂוֹבֶךְ","transliteration":"sôwbek","pronunciation":"so'-bek","derivation":"for H5441 (סֹבֶךְ);","strongs_definition":"a thicket, i.e. interlaced branches","kjv_definition":"thick boughs."} +{"id":"H7731","strongs_number":"H7731","system":"hebrew","language":"hebrew","number_value":7731,"lemma":"שׁוֹבָךְ","transliteration":"Shôwbâk","pronunciation":"sho-bawk'","derivation":"perhaps for H7730 (שׂוֹבֶךְ);","strongs_definition":"Shobak, a Syrian","kjv_definition":"Shobach."} +{"id":"H7732","strongs_number":"H7732","system":"hebrew","language":"hebrew","number_value":7732,"lemma":"שׁוֹבָל","transliteration":"Shôwbâl","pronunciation":"sho-bawl'","derivation":"from the same as H7640 (שֹׁבֶל); overflowing;","strongs_definition":"Shobal, the name of an Edomite and two Israelites","kjv_definition":"Shobal."} +{"id":"H7733","strongs_number":"H7733","system":"hebrew","language":"hebrew","number_value":7733,"lemma":"שׁוֹבֵק","transliteration":"Shôwbêq","pronunciation":"sho-bake'","derivation":"active participle from a primitive root meaning to leave (compare H7662 (שְׁבַק)); forsaking;","strongs_definition":"Shobek, an Israelite","kjv_definition":"Shobek."} +{"id":"H7734","strongs_number":"H7734","system":"hebrew","language":"hebrew","number_value":7734,"lemma":"שׂוּג","transliteration":"sûwg","pronunciation":"soog","derivation":"a primitive root;","strongs_definition":"to retreat","kjv_definition":"turn back."} +{"id":"H7735","strongs_number":"H7735","system":"hebrew","language":"hebrew","number_value":7735,"lemma":"שׂוּג","transliteration":"sûwg","pronunciation":"soog","derivation":"a primitive root;","strongs_definition":"to hedge in","kjv_definition":"make to grow."} +{"id":"H7736","strongs_number":"H7736","system":"hebrew","language":"hebrew","number_value":7736,"lemma":"שׁוּד","transliteration":"shûwd","pronunciation":"shood","derivation":"a primitive root;","strongs_definition":"properly, to swell up, i.e. figuratively (by implication of insolence) to devastate","kjv_definition":"waste."} +{"id":"H7737","strongs_number":"H7737","system":"hebrew","language":"hebrew","number_value":7737,"lemma":"שָׁוָה","transliteration":"shâvâh","pronunciation":"shaw-vaw'","derivation":"a primitive root;","strongs_definition":"properly, to level, i.e. equalize; figuratively, to resemble; by implication, to adjust (i.e. counterbalance, be suitable, compose, place, yield, etc.)","kjv_definition":"avail, behave, bring forth, compare, countervail, (be, make) equal, lay, be (make, a-) like, make plain, profit, reckon."} +{"id":"H7738","strongs_number":"H7738","system":"hebrew","language":"hebrew","number_value":7738,"lemma":"שָׁוָה","transliteration":"shâvâh","pronunciation":"shaw-vaw'","derivation":"a primitive root;","strongs_definition":"to destroy","kjv_definition":"[idiom] substance (from the margin)."} +{"id":"H7739","strongs_number":"H7739","system":"hebrew","language":"hebrew","number_value":7739,"lemma":"שְׁוָה","transliteration":"shᵉvâh","pronunciation":"shev-aw'","derivation":"(Aramaic); corresponding to H7737 (שָׁוָה);","strongs_definition":"to resemble","kjv_definition":"make like."} +{"id":"H7740","strongs_number":"H7740","system":"hebrew","language":"hebrew","number_value":7740,"lemma":"שָׁוֵה","transliteration":"Shâvêh","pronunciation":"shaw-vay'","derivation":"from H7737 (שָׁוָה); plain;","strongs_definition":"Shaveh, a place in Palestine","kjv_definition":"Shaveh."} +{"id":"H7741","strongs_number":"H7741","system":"hebrew","language":"hebrew","number_value":7741,"lemma":"שָׁוֵה קִרְיָתַיִם","transliteration":"Shâvêh Qiryâthayim","pronunciation":"shaw-vay' kir-yawthah'-yim","derivation":"from the same as H7740 (שָׁוֵה) and the dual of H7151 (קִרְיָה); plain of a double city;","strongs_definition":"Shaveh-Kirjathajim, a place East of the Jordan","kjv_definition":"Shaveh Kiriathaim."} +{"id":"H7742","strongs_number":"H7742","system":"hebrew","language":"hebrew","number_value":7742,"lemma":"שׂוּחַ","transliteration":"sûwach","pronunciation":"soo'-akh","derivation":"a primitive root;","strongs_definition":"to muse pensively","kjv_definition":"meditate."} +{"id":"H7743","strongs_number":"H7743","system":"hebrew","language":"hebrew","number_value":7743,"lemma":"שׁוּחַ","transliteration":"shûwach","pronunciation":"shoo'-akh","derivation":"a primitive root;","strongs_definition":"to sink, literally or figuratively","kjv_definition":"bow down, incline, humble."} +{"id":"H7744","strongs_number":"H7744","system":"hebrew","language":"hebrew","number_value":7744,"lemma":"שׁוּחַ","transliteration":"Shûwach","pronunciation":"shoo'-akh","derivation":"from H7743 (שׁוּחַ); dell;","strongs_definition":"Shuach, a son of Abraham","kjv_definition":"Shuah."} +{"id":"H7745","strongs_number":"H7745","system":"hebrew","language":"hebrew","number_value":7745,"lemma":"שׁוּחָה","transliteration":"shûwchâh","pronunciation":"shoo-khaw'","derivation":"from H7743 (שׁוּחַ);","strongs_definition":"a chasm","kjv_definition":"ditch, pit."} +{"id":"H7746","strongs_number":"H7746","system":"hebrew","language":"hebrew","number_value":7746,"lemma":"שׁוּחָה","transliteration":"Shûwchâh","pronunciation":"shoo-khaw'","derivation":"the same as H7745 (שׁוּחָה);","strongs_definition":"Shuchah, an Israelite","kjv_definition":"Shuah."} +{"id":"H7747","strongs_number":"H7747","system":"hebrew","language":"hebrew","number_value":7747,"lemma":"שׁוּחִי","transliteration":"Shûwchîy","pronunciation":"shoo-khee'","derivation":"patronymic from H7744 (שׁוּחַ);","strongs_definition":"a Shuchite or descendant of Shuach","kjv_definition":"Shuhite."} +{"id":"H7748","strongs_number":"H7748","system":"hebrew","language":"hebrew","number_value":7748,"lemma":"שׁוּחָם","transliteration":"Shûwchâm","pronunciation":"shoo-khawm'","derivation":"from H7743 (שׁוּחַ); humbly;","strongs_definition":"Shucham, an Israelite","kjv_definition":"Shuham."} +{"id":"H7749","strongs_number":"H7749","system":"hebrew","language":"hebrew","number_value":7749,"lemma":"שׁוּחָמִי","transliteration":"Shûwchâmîy","pronunciation":"shoo-khaw-mee'","derivation":"patronymic from H7748 (שׁוּחָם);","strongs_definition":"a Shuchamite (collectively)","kjv_definition":"Shuhamites."} +{"id":"H7750","strongs_number":"H7750","system":"hebrew","language":"hebrew","number_value":7750,"lemma":"שׂוּט","transliteration":"sûwṭ","pronunciation":"soot","derivation":"or (by permutation) סוּט; a primitive root;","strongs_definition":"to detrude, i.e. (intransitively and figuratively) become derelict (wrongly practise; namely, idolatry)","kjv_definition":"turn aside to."} +{"id":"H7751","strongs_number":"H7751","system":"hebrew","language":"hebrew","number_value":7751,"lemma":"שׁוּט","transliteration":"shûwṭ","pronunciation":"shoot","derivation":"a primitive root;","strongs_definition":"properly, to push forth; (but used only figuratively) to lash, i.e. (the sea with oars) to row; by implication, to travel","kjv_definition":"go (about, through, to and fro), mariner, rower, run to and fro."} +{"id":"H7752","strongs_number":"H7752","system":"hebrew","language":"hebrew","number_value":7752,"lemma":"שׁוֹט","transliteration":"shôwṭ","pronunciation":"shote","derivation":"from H7751 (שׁוּט);","strongs_definition":"a lash (literally or figuratively)","kjv_definition":"scourge, whip."} +{"id":"H7753","strongs_number":"H7753","system":"hebrew","language":"hebrew","number_value":7753,"lemma":"שׂוּךְ","transliteration":"sûwk","pronunciation":"sook","derivation":"a primitive root;","strongs_definition":"to entwine, i.e. shut in (for formation, protection or restraint)","kjv_definition":"fence, (make an) hedge (up)."} +{"id":"H7754","strongs_number":"H7754","system":"hebrew","language":"hebrew","number_value":7754,"lemma":"שׂוֹךְ","transliteration":"sôwk","pronunciation":"soke","derivation":"or (feminine) שׂוֹכָה; from H7753 (שׂוּךְ);","strongs_definition":"a branch (as interleaved)","kjv_definition":"bough."} +{"id":"H7755","strongs_number":"H7755","system":"hebrew","language":"hebrew","number_value":7755,"lemma":"שׂוֹכֹה","transliteration":"Sôwkôh","pronunciation":"so-ko'","derivation":"or שֹׂכֹה; or שׂוֹכוֹ; from H7753 (שׂוּךְ);","strongs_definition":"Sokoh or Soko, the name of two places in Palestine","kjv_definition":"Shocho, Shochoh, Sochoh, Soco, Socoh."} +{"id":"H7756","strongs_number":"H7756","system":"hebrew","language":"hebrew","number_value":7756,"lemma":"שׂוּכָתִי","transliteration":"Sûwkâthîy","pronunciation":"soo-kaw-thee'","derivation":"probably patronymic from a name corresponding to H7754 (שׂוֹךְ) (feminine);","strongs_definition":"a Sukathite or descendant of an unknown Israelite named Sukah","kjv_definition":"Suchathite."} +{"id":"H7757","strongs_number":"H7757","system":"hebrew","language":"hebrew","number_value":7757,"lemma":"שׁוּל","transliteration":"shûwl","pronunciation":"shool","derivation":"from an unused root meaning to hang down;","strongs_definition":"a skirt; by implication, a bottom edge","kjv_definition":"hem, skirt, train."} +{"id":"H7758","strongs_number":"H7758","system":"hebrew","language":"hebrew","number_value":7758,"lemma":"שׁוֹלָל","transliteration":"shôwlâl","pronunciation":"sho-lawl'","derivation":"or שֵׁילָל; (Micah 1:8), from H7997 (שָׁלַל);","strongs_definition":"nude (especially bare-foot); by implication, captive","kjv_definition":"spoiled, stripped."} +{"id":"H7759","strongs_number":"H7759","system":"hebrew","language":"hebrew","number_value":7759,"lemma":"שׁוּלַמִּית","transliteration":"Shûwlammîyth","pronunciation":"shoo-lam-meeth'","derivation":"from H7999 (שָׁלַם);","strongs_definition":"peaceful (with the article always prefixed, making it a pet name); the Shulammith, an epithet of Solomon's queen","kjv_definition":"Shulamite."} +{"id":"H7760","strongs_number":"H7760","system":"hebrew","language":"hebrew","number_value":7760,"lemma":"שׂוּם","transliteration":"sûwm","pronunciation":"soom","derivation":"or שִׂים; a primitive root;","strongs_definition":"to put (used in a great variety of applications, literal, figurative, inferentially, and elliptically)","kjv_definition":"[idiom] any wise, appoint, bring, call (a name), care, cast in, change, charge, commit, consider, convey, determine, [phrase] disguise, dispose, do, get, give, heap up, hold, impute, lay (down, up), leave, look, make (out), mark, [phrase] name, [idiom] on, ordain, order, [phrase] paint, place, preserve, purpose, put (on), [phrase] regard, rehearse, reward, (cause to) set (on, up), shew, [phrase] stedfastly, take, [idiom] tell, [phrase] tread down, (over-)turn, [idiom] wholly, work."} +{"id":"H7761","strongs_number":"H7761","system":"hebrew","language":"hebrew","number_value":7761,"lemma":"שׂוּם","transliteration":"sûwm","pronunciation":"soom","derivation":"(Aramaic) corresponding to H7760 (שׂוּם)","strongs_definition":"{to put (used in a great variety of applications, literal, figurative, inferentially, and elliptically)}","kjv_definition":"[phrase] command, give, lay, make, [phrase] name, [phrase] regard, set."} +{"id":"H7762","strongs_number":"H7762","system":"hebrew","language":"hebrew","number_value":7762,"lemma":"שׁוּם","transliteration":"shûwm","pronunciation":"shoom","derivation":"from an unused root meaning to exhale;","strongs_definition":"garlic (from its rank odor)","kjv_definition":"garlic."} +{"id":"H7763","strongs_number":"H7763","system":"hebrew","language":"hebrew","number_value":7763,"lemma":"שׁוֹמֵר","transliteration":"Shôwmêr","pronunciation":"sho-mare'","derivation":"or שֹׁמֵר; active participle of H8104 (שָׁמַר); keeper;","strongs_definition":"Shomer, the name of two Israelites","kjv_definition":"Shomer."} +{"id":"H7764","strongs_number":"H7764","system":"hebrew","language":"hebrew","number_value":7764,"lemma":"שׁוּנִי","transliteration":"Shûwnîy","pronunciation":"shoo-nee'","derivation":"from an unused root meaning to rest; quiet;","strongs_definition":"Shuni, an Israelite","kjv_definition":"Shuni."} +{"id":"H7765","strongs_number":"H7765","system":"hebrew","language":"hebrew","number_value":7765,"lemma":"שׁוּנִי","transliteration":"Shûwnîy","pronunciation":"shoo-nee'","derivation":"patronymic from H7764 (שׁוּנִי);","strongs_definition":"a Shunite (collectively) or descendants of Shuni","kjv_definition":"Shunites."} +{"id":"H7766","strongs_number":"H7766","system":"hebrew","language":"hebrew","number_value":7766,"lemma":"שׁוּנֵם","transliteration":"Shûwnêm","pronunciation":"shoo-name'","derivation":"probably from the same as H7764 (שׁוּנִי); quietly;","strongs_definition":"Shunem, a place in Pal","kjv_definition":"Shunem."} +{"id":"H7767","strongs_number":"H7767","system":"hebrew","language":"hebrew","number_value":7767,"lemma":"שׁוּנַמִּית","transliteration":"Shûwnammîyth","pronunciation":"shoo-nam-meeth'","derivation":"patrial from H7766 (שׁוּנֵם);","strongs_definition":"a Shunammitess, or female inhabitant of Shunem","kjv_definition":"Shunamite."} +{"id":"H7768","strongs_number":"H7768","system":"hebrew","language":"hebrew","number_value":7768,"lemma":"שָׁוַע","transliteration":"shâvaʻ","pronunciation":"shaw-vah'","derivation":"a primitive root;","strongs_definition":"properly, to be free; but used only causatively and reflexively, to halloo (for help, i.e. freedom from some trouble)","kjv_definition":"cry (aloud, out), shout."} +{"id":"H7769","strongs_number":"H7769","system":"hebrew","language":"hebrew","number_value":7769,"lemma":"שׁוּעַ","transliteration":"shûwaʻ","pronunciation":"shoo'-ah","derivation":"from H7768 (שָׁוַע);","strongs_definition":"a halloo","kjv_definition":"cry, riches."} +{"id":"H7770","strongs_number":"H7770","system":"hebrew","language":"hebrew","number_value":7770,"lemma":"שׁוּעַ","transliteration":"Shûwaʻ","pronunciation":"shoo'-ah","derivation":"the same as H7769 (שׁוּעַ);","strongs_definition":"Shua, a Canaanite","kjv_definition":"Shua, Shuah."} +{"id":"H7771","strongs_number":"H7771","system":"hebrew","language":"hebrew","number_value":7771,"lemma":"שׁוֹעַ","transliteration":"shôwaʻ","pronunciation":"sho'-ah","derivation":"from H7768 (שָׁוַע) in the original sense of freedom;","strongs_definition":"a noble, i.e. liberal, opulent; also (as noun in the derived sense) a halloo","kjv_definition":"bountiful, crying, rich."} +{"id":"H7772","strongs_number":"H7772","system":"hebrew","language":"hebrew","number_value":7772,"lemma":"שׁוֹעַ","transliteration":"Shôwaʻ","pronunciation":"sho'-ah","derivation":"the same as H7771 (שׁוֹעַ); rich;","strongs_definition":"Shoa, an Oriental people","kjv_definition":"Shoa."} +{"id":"H7773","strongs_number":"H7773","system":"hebrew","language":"hebrew","number_value":7773,"lemma":"שֶׁוַע","transliteration":"shevaʻ","pronunciation":"sheh'-vah","derivation":"from H7768 (שָׁוַע);","strongs_definition":"a halloo","kjv_definition":"cry."} +{"id":"H7774","strongs_number":"H7774","system":"hebrew","language":"hebrew","number_value":7774,"lemma":"שׁוּעָא","transliteration":"Shûwʻâʼ","pronunciation":"shoo-aw'","derivation":"from H7768 (שָׁוַע); wealth;","strongs_definition":"Shua, an Israelitess","kjv_definition":"Shua."} +{"id":"H7775","strongs_number":"H7775","system":"hebrew","language":"hebrew","number_value":7775,"lemma":"שַׁוְעָה","transliteration":"shavʻâh","pronunciation":"shav-aw'","derivation":"feminine of H7773 (שֶׁוַע);","strongs_definition":"a hallooing","kjv_definition":"crying."} +{"id":"H7776","strongs_number":"H7776","system":"hebrew","language":"hebrew","number_value":7776,"lemma":"שׁוּעָל","transliteration":"shûwʻâl","pronunciation":"shoo-awl'","derivation":"or שֻׁעָל; from the same as H8168 (שֹׁעַל);","strongs_definition":"a jackal (as a burrower)","kjv_definition":"fox."} +{"id":"H7777","strongs_number":"H7777","system":"hebrew","language":"hebrew","number_value":7777,"lemma":"שׁוּעָל","transliteration":"Shûwʻâl","pronunciation":"shoo-awl'","derivation":"the same as H7776 (שׁוּעָל);","strongs_definition":"Shual, the name of an Israelite and of a place in Palestine","kjv_definition":"Shual."} +{"id":"H7778","strongs_number":"H7778","system":"hebrew","language":"hebrew","number_value":7778,"lemma":"שׁוֹעֵר","transliteration":"shôwʻêr","pronunciation":"sho-are'","derivation":"or שֹׁעֵר active participle of H8176 (שָׁעַר) (as denominative from H8179 (שַׁעַר));","strongs_definition":"a janitor","kjv_definition":"doorkeeper, porter."} +{"id":"H7779","strongs_number":"H7779","system":"hebrew","language":"hebrew","number_value":7779,"lemma":"שׁוּף","transliteration":"shûwph","pronunciation":"shoof","derivation":"a primitive root;","strongs_definition":"properly, to gape, i.e. snap at; figuratively, to overwhelm","kjv_definition":"break, bruise, cover."} +{"id":"H7780","strongs_number":"H7780","system":"hebrew","language":"hebrew","number_value":7780,"lemma":"שׁוֹפָךְ","transliteration":"Shôwphâk","pronunciation":"sho-fawk'","derivation":"from H8210 (שָׁפַךְ); poured;","strongs_definition":"Shophak, a Syrian","kjv_definition":"Shophach."} +{"id":"H7781","strongs_number":"H7781","system":"hebrew","language":"hebrew","number_value":7781,"lemma":"שׁוּפָמִי","transliteration":"Shûwphâmîy","pronunciation":"shoo-faw-mee'","derivation":"patronymic from H8197 (שְׁפוּפָם);","strongs_definition":"a Shuphamite (collectively) or descendants of Shephupham","kjv_definition":"Shuphamite."} +{"id":"H7782","strongs_number":"H7782","system":"hebrew","language":"hebrew","number_value":7782,"lemma":"שׁוֹפָר","transliteration":"shôwphâr","pronunciation":"sho-far'","derivation":"or שֹׁפָר; from H8231 (שָׁפַר) in the original sense of incising;","strongs_definition":"a cornet (as giving a clear sound) or curved horn","kjv_definition":"cornet, trumpet."} +{"id":"H7783","strongs_number":"H7783","system":"hebrew","language":"hebrew","number_value":7783,"lemma":"שׁוּק","transliteration":"shûwq","pronunciation":"shook","derivation":"a primitive root;","strongs_definition":"to run after or over, i.e. overflow","kjv_definition":"overflow, water."} +{"id":"H7784","strongs_number":"H7784","system":"hebrew","language":"hebrew","number_value":7784,"lemma":"שׁוּק","transliteration":"shûwq","pronunciation":"shook","derivation":"from H7783 (שׁוּק);","strongs_definition":"a street (as run over)","kjv_definition":"street."} +{"id":"H7785","strongs_number":"H7785","system":"hebrew","language":"hebrew","number_value":7785,"lemma":"שׁוֹק","transliteration":"shôwq","pronunciation":"shoke","derivation":"from H7783 (שׁוּק);","strongs_definition":"the (lower) leg (as a runner)","kjv_definition":"hip, leg, shoulder, thigh."} +{"id":"H7786","strongs_number":"H7786","system":"hebrew","language":"hebrew","number_value":7786,"lemma":"שׂוּר","transliteration":"sûwr","pronunciation":"soor","derivation":"a primitive root;","strongs_definition":"properly, to vanquish; by implication, to rule (causatively, crown)","kjv_definition":"make princes, have power, reign. See H5493 (סוּר)."} +{"id":"H7787","strongs_number":"H7787","system":"hebrew","language":"hebrew","number_value":7787,"lemma":"שׂוּר","transliteration":"sûwr","pronunciation":"soor","derivation":"a primitive root (identical with H7786 (שׂוּר) through the idea of reducing to pieces; compare H4883 (מַשּׂוֹר));","strongs_definition":"to saw","kjv_definition":"cut."} +{"id":"H7788","strongs_number":"H7788","system":"hebrew","language":"hebrew","number_value":7788,"lemma":"שׁוּר","transliteration":"shûwr","pronunciation":"shoor","derivation":"a primitive root;","strongs_definition":"properly, to turn, i.e. travel about (as a harlot or a merchant)","kjv_definition":"go, singular See also H7891 (שִׁיר)."} +{"id":"H7789","strongs_number":"H7789","system":"hebrew","language":"hebrew","number_value":7789,"lemma":"שׁוּר","transliteration":"shûwr","pronunciation":"shoor","derivation":"a primitive root (identical with through the idea of going round for inspection);","strongs_definition":"to spy out, i.e. (generally) survey, (for evil) lurk for, (for good) care for","kjv_definition":"behold, lay wait, look, observe, perceive, regard, see."} +{"id":"H7790","strongs_number":"H7790","system":"hebrew","language":"hebrew","number_value":7790,"lemma":"שׁוּר","transliteration":"shûwr","pronunciation":"shoor","derivation":"from H7889 (שִׁימוֹן);","strongs_definition":"a foe (as lying in wait)","kjv_definition":"enemy."} +{"id":"H7791","strongs_number":"H7791","system":"hebrew","language":"hebrew","number_value":7791,"lemma":"שׁוּר","transliteration":"shûwr","pronunciation":"shoor","derivation":"from H7788 (שׁוּר);","strongs_definition":"a wall (as going about)","kjv_definition":"wall."} +{"id":"H7792","strongs_number":"H7792","system":"hebrew","language":"hebrew","number_value":7792,"lemma":"שׁוּר","transliteration":"shûwr","pronunciation":"shoor","derivation":"(Aramaic) corresponding to H7791 (שׁוּר)","strongs_definition":"{a wall (as going about)}","kjv_definition":"wall."} +{"id":"H7793","strongs_number":"H7793","system":"hebrew","language":"hebrew","number_value":7793,"lemma":"שׁוּר","transliteration":"Shûwr","pronunciation":"shoor","derivation":"the same as H7791 (שׁוּר);","strongs_definition":"Shur, a region of the Desert","kjv_definition":"Shur."} +{"id":"H7794","strongs_number":"H7794","system":"hebrew","language":"hebrew","number_value":7794,"lemma":"שׁוֹר","transliteration":"shôwr","pronunciation":"shore","derivation":"from H7788 (שׁוּר);","strongs_definition":"a bullock (as a traveller)","kjv_definition":"bull(-ock), cow, ox, wall (by mistake for H7791 (שׁוּר))."} +{"id":"H7795","strongs_number":"H7795","system":"hebrew","language":"hebrew","number_value":7795,"lemma":"שׂוֹרָה","transliteration":"sôwrâh","pronunciation":"so-raw'","derivation":"from H7786 (שׂוּר) in the primitive sense of H5493 (סוּר);","strongs_definition":"properly, a ring, i.e. (by analogy) a row (adverbially)","kjv_definition":"principal."} +{"id":"H7796","strongs_number":"H7796","system":"hebrew","language":"hebrew","number_value":7796,"lemma":"שׂוֹרֵק","transliteration":"Sôwrêq","pronunciation":"so-rake'","derivation":"the same as H8321 (שֹׂרֵק); a vine;","strongs_definition":"Sorek, a valley in Palestine","kjv_definition":"Sorek."} +{"id":"H7797","strongs_number":"H7797","system":"hebrew","language":"hebrew","number_value":7797,"lemma":"שׂוּשׂ","transliteration":"sûws","pronunciation":"soos","derivation":"or שִׂישׂ; a primitive root;","strongs_definition":"to be bright, i.e. cheerful","kjv_definition":"be glad, [idiom] greatly, joy, make mirth, rejoice."} +{"id":"H7798","strongs_number":"H7798","system":"hebrew","language":"hebrew","number_value":7798,"lemma":"שַׁוְשָׁא","transliteration":"Shavshâʼ","pronunciation":"shav-shaw'","derivation":"from H7797 (שׂוּשׂ); joyful;","strongs_definition":"Shavsha, an Israelite","kjv_definition":"Shavsha."} +{"id":"H7799","strongs_number":"H7799","system":"hebrew","language":"hebrew","number_value":7799,"lemma":"שׁוּשַׁן","transliteration":"shûwshan","pronunciation":"shoo-shan'","derivation":"or שׁוֹשָׁן; or שֹׁשָׁן; and (feminine) שׁוֹשַׁנָּה; from H7797 (שׂוּשׂ);","strongs_definition":"a lily (from its whiteness), as aflower of architectural ornament; also a (straight) trumpet (from the tubular shape)","kjv_definition":"lily, Shoshannim."} +{"id":"H7800","strongs_number":"H7800","system":"hebrew","language":"hebrew","number_value":7800,"lemma":"שׁוּשַׁן","transliteration":"Shûwshan","pronunciation":"shoo-shan'","derivation":"the same as H7799 (שׁוּשַׁן);","strongs_definition":"Shushan, a place in Persia","kjv_definition":"Shushan."} +{"id":"H7801","strongs_number":"H7801","system":"hebrew","language":"hebrew","number_value":7801,"lemma":"שׁוּשַׁנְכִי","transliteration":"Shûwshankîy","pronunciation":"shoo-shan-kee'","derivation":"(Aramaic) of foreign origin;","strongs_definition":"a Shushankite (collectively) or inhabitants of some unknown place in Assyrian","kjv_definition":"Susanchites."} +{"id":"H7802","strongs_number":"H7802","system":"hebrew","language":"hebrew","number_value":7802,"lemma":"שׁוּשַׁן עֵדוּת","transliteration":"Shûwshan ʻÊdûwth","pronunciation":"shoo-shan' ay-dooth'","derivation":"or (plural of former) שׁוֹשַׁנִּים עֵדוּתlemma שׁוֹשַׁנִּיס עֵדוּת samekh, corrected to שׁוֹשַׁנִּים עֵדוּת; from H7799 (שׁוּשַׁן) and H5715 (עֵדוּת); lily (or trumpet) of assemblage;","strongs_definition":"Shushan-Eduth or Shoshannim-Eduth, the title of a popular song","kjv_definition":"Shoshannim-Eduth, Shushan-eduth."} +{"id":"H7803","strongs_number":"H7803","system":"hebrew","language":"hebrew","number_value":7803,"lemma":"שׁוּתֶלַח","transliteration":"Shûwthelach","pronunciation":"shoo-theh'-lakh","derivation":"probably from H7582 (שָׁאָה) and the same as H8520 (תֶּלַח); crash of breakage;","strongs_definition":"Shuthelach, the name of two Israelites","kjv_definition":"Shuthelah."} +{"id":"H7804","strongs_number":"H7804","system":"hebrew","language":"hebrew","number_value":7804,"lemma":"שְׁזַב","transliteration":"shᵉzab","pronunciation":"shez-ab'","derivation":"(Aramaic) corresponding to H5800 (עָזַב);","strongs_definition":"to leave, i.e. (causatively) free","kjv_definition":"deliver."} +{"id":"H7805","strongs_number":"H7805","system":"hebrew","language":"hebrew","number_value":7805,"lemma":"שָׁזַף","transliteration":"shâzaph","pronunciation":"shaw-zaf'","derivation":"a primitive root;","strongs_definition":"to tan (by sunburning); figuratively (as if by a piercing ray) to scan","kjv_definition":"look up, see."} +{"id":"H7806","strongs_number":"H7806","system":"hebrew","language":"hebrew","number_value":7806,"lemma":"שָׁזַר","transliteration":"shâzar","pronunciation":"shaw-zar'","derivation":"a primitive root;","strongs_definition":"to twist (a thread of straw)","kjv_definition":"twine."} +{"id":"H7807","strongs_number":"H7807","system":"hebrew","language":"hebrew","number_value":7807,"lemma":"שַׁח","transliteration":"shach","pronunciation":"shakh","derivation":"from H7817 (שָׁחַח);","strongs_definition":"sunk, i.e. downcast","kjv_definition":"[phrase] humble."} +{"id":"H7808","strongs_number":"H7808","system":"hebrew","language":"hebrew","number_value":7808,"lemma":"שֵׂחַ","transliteration":"sêach","pronunciation":"say'-akh","derivation":"for H7879 (שִׂיחַ);","strongs_definition":"communion, i.e. (reflexively) meditation","kjv_definition":"thought."} +{"id":"H7809","strongs_number":"H7809","system":"hebrew","language":"hebrew","number_value":7809,"lemma":"שָׁחַד","transliteration":"shâchad","pronunciation":"shaw-khad'","derivation":"a primitive root;","strongs_definition":"to donate, i.e. bribe","kjv_definition":"hire, give a reward."} +{"id":"H7810","strongs_number":"H7810","system":"hebrew","language":"hebrew","number_value":7810,"lemma":"שַׁחַד","transliteration":"shachad","pronunciation":"shakh'-ad","derivation":"from H7809 (שָׁחַד);","strongs_definition":"a donation (venal or redemptive)","kjv_definition":"bribe(-ry), gift, present, reward."} +{"id":"H7811","strongs_number":"H7811","system":"hebrew","language":"hebrew","number_value":7811,"lemma":"שָׂחָה","transliteration":"sâchâh","pronunciation":"saw-khaw'","derivation":"a primitive root;","strongs_definition":"to swim; causatively, to inundate","kjv_definition":"(make to) swim."} +{"id":"H7812","strongs_number":"H7812","system":"hebrew","language":"hebrew","number_value":7812,"lemma":"שָׁחָה","transliteration":"shâchâh","pronunciation":"shaw-khaw'","derivation":"a primitive root;","strongs_definition":"to depress, i.e. prostrate (especially reflexive, in homage to royalty or God)","kjv_definition":"bow (self) down, crouch, fall down (flat), humbly beseech, do (make) obeisance, do reverence, make to stoop, worship."} +{"id":"H7813","strongs_number":"H7813","system":"hebrew","language":"hebrew","number_value":7813,"lemma":"שָׂחוּ","transliteration":"sâchûw","pronunciation":"saw'-khoo","derivation":"from H7811 (שָׂחָה);","strongs_definition":"a pond (for swimming)","kjv_definition":"to swim in."} +{"id":"H7814","strongs_number":"H7814","system":"hebrew","language":"hebrew","number_value":7814,"lemma":"שְׂחוֹק","transliteration":"sᵉchôwq","pronunciation":"sekh-oke'","derivation":"or שְׂחֹק; from H7832 (שָׂחַק);","strongs_definition":"laughter (in merriment or defiance)","kjv_definition":"derision, laughter(-ed to scorn, -ing), mocked, sport."} +{"id":"H7815","strongs_number":"H7815","system":"hebrew","language":"hebrew","number_value":7815,"lemma":"שְׁחוֹר","transliteration":"shᵉchôwr","pronunciation":"shekh-ore'","derivation":"from H7835 (שָׁחַר);","strongs_definition":"dinginess, i.e. perhaps soot","kjv_definition":"coal."} +{"id":"H7816","strongs_number":"H7816","system":"hebrew","language":"hebrew","number_value":7816,"lemma":"שְׁחוּת","transliteration":"shᵉchûwth","pronunciation":"shekh-ooth'","derivation":"from H7812 (שָׁחָה);","strongs_definition":"pit","kjv_definition":"pit."} +{"id":"H7817","strongs_number":"H7817","system":"hebrew","language":"hebrew","number_value":7817,"lemma":"שָׁחַח","transliteration":"shâchach","pronunciation":"shaw-khakh'","derivation":"a primitive root;","strongs_definition":"to sink or depress (reflexive or causative)","kjv_definition":"bend, bow (down), bring (cast) down, couch, humble self, be (bring) low, stoop."} +{"id":"H7818","strongs_number":"H7818","system":"hebrew","language":"hebrew","number_value":7818,"lemma":"שָׂחַט","transliteration":"sâchaṭ","pronunciation":"saw-khat'","derivation":"a primitive root;","strongs_definition":"to tread out, i.e. squeeze (grapes)","kjv_definition":"press."} +{"id":"H7819","strongs_number":"H7819","system":"hebrew","language":"hebrew","number_value":7819,"lemma":"שָׁחַט","transliteration":"shâchaṭ","pronunciation":"shaw-khat'","derivation":"a primitive root;","strongs_definition":"to slaughter (in sacrifice or massacre)","kjv_definition":"kill, offer, shoot out, slay, slaughter."} +{"id":"H7820","strongs_number":"H7820","system":"hebrew","language":"hebrew","number_value":7820,"lemma":"שָׁחַט","transliteration":"shâchaṭ","pronunciation":"shaw-khat'","derivation":"a primitive root (identical with H7819 (שָׁחַט) through the idea of striking);","strongs_definition":"to hammer out","kjv_definition":"beat."} +{"id":"H7821","strongs_number":"H7821","system":"hebrew","language":"hebrew","number_value":7821,"lemma":"שְׁחִיטָה","transliteration":"shᵉchîyṭâh","pronunciation":"shekh-ee-taw'","derivation":"from H7819 (שָׁחַט);","strongs_definition":"slaughter","kjv_definition":"killing."} +{"id":"H7822","strongs_number":"H7822","system":"hebrew","language":"hebrew","number_value":7822,"lemma":"שְׁחִין","transliteration":"shᵉchîyn","pronunciation":"shekh-een'","derivation":"from an unused root probably meaning to burn;","strongs_definition":"inflammation, i.e. an ulcer","kjv_definition":"boil, botch."} +{"id":"H7823","strongs_number":"H7823","system":"hebrew","language":"hebrew","number_value":7823,"lemma":"שָׁחִיס","transliteration":"shâchîyç","pronunciation":"shaw-khece'","derivation":"or סָחִישׁ; from an unused root apparently meaning to sprout;","strongs_definition":"aftergrowth","kjv_definition":"(that) which springeth of the same."} +{"id":"H7824","strongs_number":"H7824","system":"hebrew","language":"hebrew","number_value":7824,"lemma":"שָׁחִיף","transliteration":"shâchîyph","pronunciation":"shaw-kheef'","derivation":"from the same as H7828 (שַׁחַף);","strongs_definition":"a board (as chipped thin)","kjv_definition":"cieled with."} +{"id":"H7825","strongs_number":"H7825","system":"hebrew","language":"hebrew","number_value":7825,"lemma":"שְׁחִית","transliteration":"shᵉchîyth","pronunciation":"shekh-eeth'","derivation":"from H7812 (שָׁחָה);","strongs_definition":"a pit-fall (literally or figuratively)","kjv_definition":"destruction, pit."} +{"id":"H7826","strongs_number":"H7826","system":"hebrew","language":"hebrew","number_value":7826,"lemma":"שַׁחַל","transliteration":"shachal","pronunciation":"shakh'-al","derivation":"from an unused root probably meaning to roar;","strongs_definition":"a lion (from his characteristic roar)","kjv_definition":"(fierce) lion."} +{"id":"H7827","strongs_number":"H7827","system":"hebrew","language":"hebrew","number_value":7827,"lemma":"שְׁחֵלֶת","transliteration":"shᵉchêleth","pronunciation":"shekh-ay'-leth","derivation":"apparently from the same as H7826 (שַׁחַל) through some obscure idea, perhaps that of peeling off by concussion of sound;","strongs_definition":"a scale or shell, i.e. the aromatic mussel.","kjv_definition":"onycha."} +{"id":"H7828","strongs_number":"H7828","system":"hebrew","language":"hebrew","number_value":7828,"lemma":"שַׁחַף","transliteration":"shachaph","pronunciation":"shakh'-af","derivation":"from an unused root meaning to peel, i.e. emaciate;","strongs_definition":"the gull (as thin)","kjv_definition":"cuckoo."} +{"id":"H7829","strongs_number":"H7829","system":"hebrew","language":"hebrew","number_value":7829,"lemma":"שַׁחֶפֶת","transliteration":"shachepheth","pronunciation":"shakh-eh'-feth","derivation":"from the same as H7828 (שַׁחַף);","strongs_definition":"emaciation","kjv_definition":"consumption."} +{"id":"H7830","strongs_number":"H7830","system":"hebrew","language":"hebrew","number_value":7830,"lemma":"שַׁחַץ","transliteration":"shachats","pronunciation":"shakh'-ats","derivation":"from an unused root apparently meaning to strut;","strongs_definition":"haughtiness (as evinced by the attitude)","kjv_definition":"[idiom] lion, pride."} +{"id":"H7831","strongs_number":"H7831","system":"hebrew","language":"hebrew","number_value":7831,"lemma":"שַׁחֲצוֹם","transliteration":"Shachătsôwm","pronunciation":"shakh-ats-ome'","derivation":"from the same as H7830 (שַׁחַץ); proudly;","strongs_definition":"Shachatsom, a place in Palestine","kjv_definition":"Shahazimah (from the margin)."} +{"id":"H7832","strongs_number":"H7832","system":"hebrew","language":"hebrew","number_value":7832,"lemma":"שָׂחַק","transliteration":"sâchaq","pronunciation":"saw-khak'","derivation":"a primitive root;","strongs_definition":"to laugh (in pleasure or detraction); by implication, to play","kjv_definition":"deride, have in derision, laugh, make merry, mock(-er), play, rejoice, (laugh to) scorn, be in (make) sport."} +{"id":"H7833","strongs_number":"H7833","system":"hebrew","language":"hebrew","number_value":7833,"lemma":"שָׁחַק","transliteration":"shâchaq","pronunciation":"shaw-khak'","derivation":"a primitive root;","strongs_definition":"to comminate (by trituration or attrition)","kjv_definition":"beat, wear."} +{"id":"H7834","strongs_number":"H7834","system":"hebrew","language":"hebrew","number_value":7834,"lemma":"שַׁחַק","transliteration":"shachaq","pronunciation":"shakh'-ak","derivation":"from H7833 (שָׁחַק);","strongs_definition":"a powder (as beaten small); by analogy, a thin vapor; by extension, the firmament","kjv_definition":"cloud, small dust, heaven, sky."} +{"id":"H7835","strongs_number":"H7835","system":"hebrew","language":"hebrew","number_value":7835,"lemma":"שָׁחַר","transliteration":"shâchar","pronunciation":"shaw-khar'","derivation":"a primitive root (identical with H7836 (שָׁחַר) through the idea of the duskiness of early dawn);","strongs_definition":"to be dim or dark (in color)","kjv_definition":"be black."} +{"id":"H7836","strongs_number":"H7836","system":"hebrew","language":"hebrew","number_value":7836,"lemma":"שָׁחַר","transliteration":"shâchar","pronunciation":"shaw-khar'","derivation":"a primitive root;","strongs_definition":"properly, to dawn, i.e. (figuratively) be (up) early at any task (with the implication of earnestness); by extension, to search for (with painstaking)","kjv_definition":"(do something) betimes, enquire early, rise (seek) betimes, seek diligently) early, in the morning)."} +{"id":"H7837","strongs_number":"H7837","system":"hebrew","language":"hebrew","number_value":7837,"lemma":"שַׁחַר","transliteration":"shachar","pronunciation":"shakh'-ar","derivation":"from H7836 (שָׁחַר);","strongs_definition":"dawn (literal, figurative or adverbial)","kjv_definition":"day(-spring), early, light, morning, whence riseth."} +{"id":"H7838","strongs_number":"H7838","system":"hebrew","language":"hebrew","number_value":7838,"lemma":"שָׁחֹר","transliteration":"shâchôr","pronunciation":"shaw-khore'","derivation":"or שָׁחוֹר; from H7835 (שָׁחַר);","strongs_definition":"properly, dusky, but also (absol.) jetty","kjv_definition":"black."} +{"id":"H7839","strongs_number":"H7839","system":"hebrew","language":"hebrew","number_value":7839,"lemma":"שַׁחֲרוּת","transliteration":"shachărûwth","pronunciation":"shakh-ar-ooth'","derivation":"from H7836 (שָׁחַר);","strongs_definition":"a dawning, i.e. (figuratively) juvenescence","kjv_definition":"youth."} +{"id":"H7840","strongs_number":"H7840","system":"hebrew","language":"hebrew","number_value":7840,"lemma":"שְׁחַרְחֹרֶת","transliteration":"shᵉcharchôreth","pronunciation":"shekh-ar-kho'-reth","derivation":"from H7835 (שָׁחַר);","strongs_definition":"swarthy","kjv_definition":"black."} +{"id":"H7841","strongs_number":"H7841","system":"hebrew","language":"hebrew","number_value":7841,"lemma":"שְׁחַרְיָה","transliteration":"Shᵉcharyâh","pronunciation":"shekh-ar-yaw'","derivation":"from H7836 (שָׁחַר) and H3050 (יָהּ); Jah has sought;","strongs_definition":"Shecharjah, an Israelite","kjv_definition":"Shehariah."} +{"id":"H7842","strongs_number":"H7842","system":"hebrew","language":"hebrew","number_value":7842,"lemma":"שַׁחֲרַיִם","transliteration":"Shachărayim","pronunciation":"shakh-ar-ah'-yim","derivation":"dual of H7837 (שַׁחַר); double dawn;","strongs_definition":"Shacharajim, an Israelite","kjv_definition":"Shaharaim."} +{"id":"H7843","strongs_number":"H7843","system":"hebrew","language":"hebrew","number_value":7843,"lemma":"שָׁחַת","transliteration":"shâchath","pronunciation":"shaw-khath'","derivation":"a primitive root;","strongs_definition":"to decay, i.e. (causatively) ruin (literally or figuratively)","kjv_definition":"batter, cast off, corrupt(-er, thing), destroy(-er, -uction), lose, mar, perish, spill, spoiler, [idiom] utterly, waste(-r)."} +{"id":"H7844","strongs_number":"H7844","system":"hebrew","language":"hebrew","number_value":7844,"lemma":"שְׁחַת","transliteration":"shᵉchath","pronunciation":"shekh-ath'","derivation":"(Aramaic) corresponding to H7843 (שָׁחַת)","strongs_definition":"{to decay, i.e. (causatively) ruin (literally or figuratively)}","kjv_definition":"corrupt, fault."} +{"id":"H7845","strongs_number":"H7845","system":"hebrew","language":"hebrew","number_value":7845,"lemma":"שַׁחַת","transliteration":"shachath","pronunciation":"shakh'-ath","derivation":"from H7743 (שׁוּחַ);","strongs_definition":"a pit (especially as a trap); figuratively, destruction","kjv_definition":"corruption, destruction, ditch, grave, pit."} +{"id":"H7846","strongs_number":"H7846","system":"hebrew","language":"hebrew","number_value":7846,"lemma":"שֵׂט","transliteration":"sêṭ","pronunciation":"sayte","derivation":"or סֵט; from H7750 (שׂוּט);","strongs_definition":"a departure from right, i.e. sin","kjv_definition":"revolter, that turn aside."} +{"id":"H7847","strongs_number":"H7847","system":"hebrew","language":"hebrew","number_value":7847,"lemma":"שָׂטָה","transliteration":"sâṭâh","pronunciation":"saw-taw'","derivation":"a primitive root;","strongs_definition":"to deviate from duty","kjv_definition":"decline, go aside, turn."} +{"id":"H7848","strongs_number":"H7848","system":"hebrew","language":"hebrew","number_value":7848,"lemma":"שִׁטָּה","transliteration":"shiṭṭâh","pronunciation":"shit-taw'","derivation":"feminine of a derivative (only in the plural שִׁטִּים; meaning the sticks of wood) from the same as H7850 (שֹׁטֵט);","strongs_definition":"the acacia (from its scourging thorns)","kjv_definition":"shittah, shittim. See also H1029 (בֵּית הַשִּׁטָּה)."} +{"id":"H7849","strongs_number":"H7849","system":"hebrew","language":"hebrew","number_value":7849,"lemma":"שָׁטַח","transliteration":"shâṭach","pronunciation":"shaw-takh'","derivation":"a primitive root;","strongs_definition":"to expand","kjv_definition":"all abroad, enlarge, spread, stretch out."} +{"id":"H7850","strongs_number":"H7850","system":"hebrew","language":"hebrew","number_value":7850,"lemma":"שֹׁטֵט","transliteration":"shôṭêṭ","pronunciation":"sho-tate'","derivation":"active participle of an otherwise unused root meaning (properly, to pierce; but only as a denominative from H7752 (שׁוֹט))","strongs_definition":"to flog; a goad","kjv_definition":"scourge."} +{"id":"H7851","strongs_number":"H7851","system":"hebrew","language":"hebrew","number_value":7851,"lemma":"שִׁטִּים","transliteration":"Shiṭṭîym","pronunciation":"shit-teem'","derivation":"the same as the plural of H7848 (שִׁטָּה); acacia trees;","strongs_definition":"Shittim, a place East of the Jordan","kjv_definition":"Shittim."} +{"id":"H7852","strongs_number":"H7852","system":"hebrew","language":"hebrew","number_value":7852,"lemma":"שָׂטַם","transliteration":"sâṭam","pronunciation":"saw-tam'","derivation":"a primitive root;","strongs_definition":"properly, to lurk for, i.e. persecute","kjv_definition":"hate, oppose self against."} +{"id":"H7853","strongs_number":"H7853","system":"hebrew","language":"hebrew","number_value":7853,"lemma":"שָׂטַן","transliteration":"sâṭan","pronunciation":"saw-tan'","derivation":"a primitive root;","strongs_definition":"to attack, (figuratively) accuse","kjv_definition":"(be an) adversary, resist."} +{"id":"H7854","strongs_number":"H7854","system":"hebrew","language":"hebrew","number_value":7854,"lemma":"שָׂטָן","transliteration":"sâṭân","pronunciation":"saw-tawn'","derivation":"from H7853 (שָׂטַן);","strongs_definition":"an opponent; especially (with the article prefixed) Satan, the arch-enemy of good","kjv_definition":"adversary, Satan, withstand."} +{"id":"H7855","strongs_number":"H7855","system":"hebrew","language":"hebrew","number_value":7855,"lemma":"שִׂטְנָה","transliteration":"siṭnâh","pronunciation":"sit-naw'","derivation":"from H7853 (שָׂטַן);","strongs_definition":"opposition (by letter)","kjv_definition":"accusation."} +{"id":"H7856","strongs_number":"H7856","system":"hebrew","language":"hebrew","number_value":7856,"lemma":"שִׂטְנָה","transliteration":"Siṭnâh","pronunciation":"sit-naw'","derivation":"the same as H7855 (שִׂטְנָה);","strongs_definition":"Sitnah, the name of a well in Pal","kjv_definition":"Sitnah."} +{"id":"H7857","strongs_number":"H7857","system":"hebrew","language":"hebrew","number_value":7857,"lemma":"שָׁטַף","transliteration":"shâṭaph","pronunciation":"shaw-taf'","derivation":"a primitive root;","strongs_definition":"to gush; by implication, to inundate, cleanse; by analogy, to gallop, conquer","kjv_definition":"drown, (over-) flow(-whelm, rinse, run, rush, (throughly) wash (away)."} +{"id":"H7858","strongs_number":"H7858","system":"hebrew","language":"hebrew","number_value":7858,"lemma":"שֶׁטֶף","transliteration":"sheṭeph","pronunciation":"sheh'-tef","derivation":"or שֵׁטֶף; from H7857 (שָׁטַף);","strongs_definition":"a deluge (literally or figuratively)","kjv_definition":"flood, outrageous, overflowing."} +{"id":"H7859","strongs_number":"H7859","system":"hebrew","language":"hebrew","number_value":7859,"lemma":"שְׁטַר","transliteration":"shᵉṭar","pronunciation":"shet-ar'","derivation":"(Aramaic) of uncertain derivation;","strongs_definition":"a side","kjv_definition":"side."} +{"id":"H7860","strongs_number":"H7860","system":"hebrew","language":"hebrew","number_value":7860,"lemma":"שֹׁטֵר","transliteration":"shôṭêr","pronunciation":"sho-tare'","derivation":"active participle of an otherwise unused root probably meaning to write;","strongs_definition":"properly, a scribe, i.e. (by analogy or implication) an official superintendent or magistrate","kjv_definition":"officer, overseer, ruler."} +{"id":"H7861","strongs_number":"H7861","system":"hebrew","language":"hebrew","number_value":7861,"lemma":"שִׁטְרַי","transliteration":"Shiṭray","pronunciation":"shit-rah'-ee","derivation":"from the same as H7860 (שֹׁטֵר); magisterial;","strongs_definition":"Shitrai, an Israelite","kjv_definition":"Shitrai."} +{"id":"H7862","strongs_number":"H7862","system":"hebrew","language":"hebrew","number_value":7862,"lemma":"שַׁי","transliteration":"shay","pronunciation":"shah'-ee","derivation":"probably from H7737 (שָׁוָה);","strongs_definition":"a gift (as available)","kjv_definition":"present."} +{"id":"H7863","strongs_number":"H7863","system":"hebrew","language":"hebrew","number_value":7863,"lemma":"שִׂיא","transliteration":"sîyʼ","pronunciation":"see","derivation":"from the same as H7721 (שׂוֹא) by permutation;","strongs_definition":"elevation","kjv_definition":"excellency."} +{"id":"H7864","strongs_number":"H7864","system":"hebrew","language":"hebrew","number_value":7864,"lemma":"שְׁיָא","transliteration":"Shᵉyâʼ","pronunciation":"sheh-yaw'","derivation":"for H7724 (שְׁוָא);","strongs_definition":"Sheja, an Israelite","kjv_definition":"Sheva (from the margin)."} +{"id":"H7865","strongs_number":"H7865","system":"hebrew","language":"hebrew","number_value":7865,"lemma":"שִׂיאֹן","transliteration":"Sîyʼôn","pronunciation":"see-ohn'","derivation":"from H7863 (שִׂיא); peak;","strongs_definition":"Sion, the summit of Mount Hermon","kjv_definition":"Sion."} +{"id":"H7866","strongs_number":"H7866","system":"hebrew","language":"hebrew","number_value":7866,"lemma":"שִׁיאוֹן","transliteration":"Shîyʼôwn","pronunciation":"shee-ohn'","derivation":"from the same as H7722 (שׁוֹא); ruin;","strongs_definition":"Shijon, a place in Palestine","kjv_definition":"Shihon."} +{"id":"H7867","strongs_number":"H7867","system":"hebrew","language":"hebrew","number_value":7867,"lemma":"שִׂיב","transliteration":"sîyb","pronunciation":"seeb","derivation":"a primitive root;","strongs_definition":"properly, to become aged, i.e. (by implication) to grow gray","kjv_definition":"(be) grayheaded."} +{"id":"H7868","strongs_number":"H7868","system":"hebrew","language":"hebrew","number_value":7868,"lemma":"שִׂיב","transliteration":"sîyb","pronunciation":"seeb","derivation":"(Aramaic) corresponding to H7867 (שִׂיב)","strongs_definition":"{properly, to become aged, i.e. (by implication) to grow gray}","kjv_definition":"elder."} +{"id":"H7869","strongs_number":"H7869","system":"hebrew","language":"hebrew","number_value":7869,"lemma":"שֵׂיב","transliteration":"sêyb","pronunciation":"sabe","derivation":"from H7867 (שִׂיב);","strongs_definition":"old age","kjv_definition":"age."} +{"id":"H7870","strongs_number":"H7870","system":"hebrew","language":"hebrew","number_value":7870,"lemma":"שִׁיבָה","transliteration":"shîybâh","pronunciation":"shee-baw'","derivation":"by permutation from H7725 (שׁוּב);","strongs_definition":"a return (of property)","kjv_definition":"captivity."} +{"id":"H7871","strongs_number":"H7871","system":"hebrew","language":"hebrew","number_value":7871,"lemma":"שִׁיבָה","transliteration":"shîybâh","pronunciation":"shee-baw'","derivation":"from H3427 (יָשַׁב);","strongs_definition":"residence","kjv_definition":"while...lay."} +{"id":"H7872","strongs_number":"H7872","system":"hebrew","language":"hebrew","number_value":7872,"lemma":"שֵׂיבָה","transliteration":"sêybâh","pronunciation":"say-baw'","derivation":"feminine of H7869 (שֵׂיב);","strongs_definition":"old age","kjv_definition":"(be) gray (grey hoar,-y) hairs (head,-ed), old age."} +{"id":"H7873","strongs_number":"H7873","system":"hebrew","language":"hebrew","number_value":7873,"lemma":"שִׂיג","transliteration":"sîyg","pronunciation":"seeg","derivation":"from H7734 (שׂוּג);","strongs_definition":"a withdrawal (into a private place)","kjv_definition":"pursuing."} +{"id":"H7874","strongs_number":"H7874","system":"hebrew","language":"hebrew","number_value":7874,"lemma":"שִׂיד","transliteration":"sîyd","pronunciation":"seed","derivation":"a primitive root probably meaning to boil up (compare H7736 (שׁוּד)); used only as denominative from H7875 (שִׂיד);","strongs_definition":"to plaster","kjv_definition":"plaister."} +{"id":"H7875","strongs_number":"H7875","system":"hebrew","language":"hebrew","number_value":7875,"lemma":"שִׂיד","transliteration":"sîyd","pronunciation":"seed","derivation":"from H7874 (שִׂיד)lemma שׂיד missing vowel, corrected to שִׂיד;","strongs_definition":"lime (as boiling when slacked)","kjv_definition":"lime, plaister."} +{"id":"H7876","strongs_number":"H7876","system":"hebrew","language":"hebrew","number_value":7876,"lemma":"שָׁיָה","transliteration":"shâyâh","pronunciation":"shaw-yaw'","derivation":"a primitive root;","strongs_definition":"to keep in memory","kjv_definition":"be unmindful. (Render Deuteronomy 32:18, 'A Rock bore thee, thou must recollect; and (yet) thou hast forgotten,' etc.)"} +{"id":"H7877","strongs_number":"H7877","system":"hebrew","language":"hebrew","number_value":7877,"lemma":"שִׁיזָא","transliteration":"Shîyzâʼ","pronunciation":"shee-zaw'","derivation":"of unknown derivation;","strongs_definition":"Shiza, an Israelite","kjv_definition":"Shiza."} +{"id":"H7878","strongs_number":"H7878","system":"hebrew","language":"hebrew","number_value":7878,"lemma":"שִׂיחַ","transliteration":"sîyach","pronunciation":"see'-akh","derivation":"a primitive root;","strongs_definition":"to ponder, i.e. (by implication) converse (with oneself, and hence, aloud) or (transitively) utter","kjv_definition":"commune, complain, declare, meditate, muse, pray, speak, talk (with)."} +{"id":"H7879","strongs_number":"H7879","system":"hebrew","language":"hebrew","number_value":7879,"lemma":"שִׂיחַ","transliteration":"sîyach","pronunciation":"see'-akh","derivation":"from H7878 (שִׂיחַ);","strongs_definition":"a contemplation; by implication, an utterance","kjv_definition":"babbling, communication, complaint, meditation, prayer, talk."} +{"id":"H7880","strongs_number":"H7880","system":"hebrew","language":"hebrew","number_value":7880,"lemma":"שִׂיחַ","transliteration":"sîyach","pronunciation":"see'-akh","derivation":"from H7878 (שִׂיחַ);","strongs_definition":"a shoot (as if uttered or put forth), i.e. (generally) shrubbery","kjv_definition":"bush, plant, shrub."} +{"id":"H7881","strongs_number":"H7881","system":"hebrew","language":"hebrew","number_value":7881,"lemma":"שִׂיחָה","transliteration":"sîychâh","pronunciation":"see-khaw'","derivation":"feminine of H7879 (שִׂיחַ);","strongs_definition":"reflection; be extension, devotion","kjv_definition":"meditation, prayer."} +{"id":"H7882","strongs_number":"H7882","system":"hebrew","language":"hebrew","number_value":7882,"lemma":"שִׁיחָה","transliteration":"shîychâh","pronunciation":"shee-khaw'","derivation":"for H7745 (שׁוּחָה);","strongs_definition":"a pit-fall","kjv_definition":"pit."} +{"id":"H7883","strongs_number":"H7883","system":"hebrew","language":"hebrew","number_value":7883,"lemma":"שִׁיחוֹר","transliteration":"Shîychôwr","pronunciation":"shee-khore'","derivation":"or שִׁחוֹר; or שִׁחֹר; probably from H7835 (שָׁחַר); dark, i.e. turbid;","strongs_definition":"Shichor, a stream of Egypt","kjv_definition":"Shihor, Sihor."} +{"id":"H7884","strongs_number":"H7884","system":"hebrew","language":"hebrew","number_value":7884,"lemma":"שִׁיחוֹר לִבְנָת","transliteration":"Shîychôwr Libnâth","pronunciation":"shee-khore' lib-nawth'","derivation":"from the same as H7883 (שִׁיחוֹר) and H3835 (לָבַן); darkish whiteness;","strongs_definition":"Shichor-Libnath, a stream of Palestine","kjv_definition":"Shihor-libnath."} +{"id":"H7885","strongs_number":"H7885","system":"hebrew","language":"hebrew","number_value":7885,"lemma":"שַׁיִט","transliteration":"shayiṭ","pronunciation":"shay'-yit","derivation":"from H7751 (שׁוּט); also compare H7752 (שׁוֹט)","strongs_definition":"an oar; a scourge (figuratively)","kjv_definition":"oar, scourge."} +{"id":"H7886","strongs_number":"H7886","system":"hebrew","language":"hebrew","number_value":7886,"lemma":"שִׁילֹה","transliteration":"Shîylôh","pronunciation":"shee-lo'","derivation":"from H7951 (שָׁלָה); tranquil;","strongs_definition":"Shiloh, an epithet of the Messiah","kjv_definition":"Shiloh."} +{"id":"H7887","strongs_number":"H7887","system":"hebrew","language":"hebrew","number_value":7887,"lemma":"שִׁילֹה","transliteration":"Shîylôh","pronunciation":"shee-lo'","derivation":"or שִׁלֹה; or שִׁילוֹ; or שִׁלוֹ; from the same as H7886 (שִׁילֹה);","strongs_definition":"Shiloh, a place in Palestine","kjv_definition":"Shiloh."} +{"id":"H7888","strongs_number":"H7888","system":"hebrew","language":"hebrew","number_value":7888,"lemma":"שִׁילוֹנִי","transliteration":"Shîylôwnîy","pronunciation":"shee-lo-nee'","derivation":"or שִׁילֹנִי; or שִׁלֹנִי; from H7887 (שִׁילֹה);","strongs_definition":"a Shilonite or inhabitant of Shiloh","kjv_definition":"Shilonite."} +{"id":"H7889","strongs_number":"H7889","system":"hebrew","language":"hebrew","number_value":7889,"lemma":"שִׁימוֹן","transliteration":"Shîymôwn","pronunciation":"shee-mone'","derivation":"apparently for H3452 (יְשִׁימוֹן); desert;","strongs_definition":"Shimon, an Israelite","kjv_definition":"Shimon."} +{"id":"H7890","strongs_number":"H7890","system":"hebrew","language":"hebrew","number_value":7890,"lemma":"שַׁיִן","transliteration":"shayin","pronunciation":"shah'-yin","derivation":"from an unused root meaning to urinate;","strongs_definition":"urine","kjv_definition":"piss."} +{"id":"H7891","strongs_number":"H7891","system":"hebrew","language":"hebrew","number_value":7891,"lemma":"שִׁיר","transliteration":"shîyr","pronunciation":"sheer","derivation":"or (the original form) שׁוּר; (1 Samuel 18:6), a primitive root (rather identical with H7788 (שׁוּר) through the idea of strolling minstrelsy);","strongs_definition":"to sing","kjv_definition":"behold (by mistake for H7789 (שׁוּר)), sing(-er, -ing man, -ing woman)."} +{"id":"H7892","strongs_number":"H7892","system":"hebrew","language":"hebrew","number_value":7892,"lemma":"שִׁיר","transliteration":"shîyr","pronunciation":"sheer","derivation":"or feminine שִׁירָה; from H7891 (שִׁיר);","strongs_definition":"a song; abstractly, singing","kjv_definition":"musical(-ick), [idiom] sing(-er, -ing), song."} +{"id":"H7893","strongs_number":"H7893","system":"hebrew","language":"hebrew","number_value":7893,"lemma":"שַׁיִשׁ","transliteration":"shayish","pronunciation":"shah'-yish","derivation":"from an unused root meaning to bleach, i.e. whiten; See H8336 (שֵׁשׁ).","strongs_definition":"white, i.e. marble.","kjv_definition":null} +{"id":"H7894","strongs_number":"H7894","system":"hebrew","language":"hebrew","number_value":7894,"lemma":"שִׁישָׁא","transliteration":"Shîyshâʼ","pronunciation":"shee-shaw'","derivation":"from the same as H7893 (שַׁיִשׁ); whiteness;","strongs_definition":"Shisha, an Israelite","kjv_definition":"Shisha."} +{"id":"H7895","strongs_number":"H7895","system":"hebrew","language":"hebrew","number_value":7895,"lemma":"שִׁישַׁק","transliteration":"Shîyshaq","pronunciation":"shee-shak'","derivation":"or שׁוּשַׁק; of Egyptian derivation;","strongs_definition":"Shishak, an Egyptian king","kjv_definition":"Shishak."} +{"id":"H7896","strongs_number":"H7896","system":"hebrew","language":"hebrew","number_value":7896,"lemma":"שִׁית","transliteration":"shîyth","pronunciation":"sheeth","derivation":"a primitive root;","strongs_definition":"to place (in a very wide application)","kjv_definition":"apply, appoint, array, bring, consider, lay (up), let alone, [idiom] look, make, mark, put (on), [phrase] regard, set, shew, be stayed, [idiom] take."} +{"id":"H7897","strongs_number":"H7897","system":"hebrew","language":"hebrew","number_value":7897,"lemma":"שִׁית","transliteration":"shîyth","pronunciation":"sheeth","derivation":"from H7896 (שִׁית);","strongs_definition":"a dress (as put on)","kjv_definition":"attire."} +{"id":"H7898","strongs_number":"H7898","system":"hebrew","language":"hebrew","number_value":7898,"lemma":"שַׁיִת","transliteration":"shayith","pronunciation":"shah'-yith","derivation":"from H7896 (שִׁית);","strongs_definition":"scrub or trash, i.e. wild growth of weeds or briers (as if put on the field)","kjv_definition":"thorns."} +{"id":"H7899","strongs_number":"H7899","system":"hebrew","language":"hebrew","number_value":7899,"lemma":"שֵׂךְ","transliteration":"sêk","pronunciation":"sake","derivation":"from H5526 (סָכַךְ) in the sense of H7753 (שׂוּךְ);","strongs_definition":"a brier (as of a hedge)","kjv_definition":"prick."} +{"id":"H7900","strongs_number":"H7900","system":"hebrew","language":"hebrew","number_value":7900,"lemma":"שֹׂךְ","transliteration":"sôk","pronunciation":"soke","derivation":"from H5526 (סָכַךְ) in the sense of H7753 (שׂוּךְ);","strongs_definition":"a booth (as interlaced)","kjv_definition":"tabernacle."} +{"id":"H7901","strongs_number":"H7901","system":"hebrew","language":"hebrew","number_value":7901,"lemma":"שָׁכַב","transliteration":"shâkab","pronunciation":"shaw-kab'","derivation":"a primitive root;","strongs_definition":"to lie down (for rest, sexual connection, decease or any other purpose)","kjv_definition":"[idiom] at all, cast down, (lover-)lay (self) (down), (make to) lie (down, down to sleep, still with), lodge, ravish, take rest, sleep, stay."} +{"id":"H7902","strongs_number":"H7902","system":"hebrew","language":"hebrew","number_value":7902,"lemma":"שְׁכָבָה","transliteration":"shᵉkâbâh","pronunciation":"shek-aw-baw'","derivation":"from H7901 (שָׁכַב);","strongs_definition":"a lying down (of dew, or for the sexual act)","kjv_definition":"[idiom] carnally, copulation, [idiom] lay, seed."} +{"id":"H7903","strongs_number":"H7903","system":"hebrew","language":"hebrew","number_value":7903,"lemma":"שְׁכֹבֶת","transliteration":"shᵉkôbeth","pronunciation":"shek-o'-beth","derivation":"from H7901 (שָׁכַב);","strongs_definition":"a (sexual) lying with","kjv_definition":"[idiom] lie."} +{"id":"H7904","strongs_number":"H7904","system":"hebrew","language":"hebrew","number_value":7904,"lemma":"שָׁכָה","transliteration":"shâkâh","pronunciation":"shaw-kaw'","derivation":"a primitive root;","strongs_definition":"to roam (through lust)","kjv_definition":"in the morning (by mistake for H7925 (שָׁכַם))."} +{"id":"H7905","strongs_number":"H7905","system":"hebrew","language":"hebrew","number_value":7905,"lemma":"שֻׂכָּה","transliteration":"sukkâh","pronunciation":"sook-kaw'","derivation":"feminine of H7900 (שֹׂךְ) in the sense of H7899 (שֵׂךְ);","strongs_definition":"a dart (as pointed like a thorn)","kjv_definition":"barbed iron."} +{"id":"H7906","strongs_number":"H7906","system":"hebrew","language":"hebrew","number_value":7906,"lemma":"שֵׂכוּ","transliteration":"Sêkûw","pronunciation":"say'-koo","derivation":"from an unused root apparently meaning to surmount; an observatory (with the article);","strongs_definition":"Seku, a place in Palestine","kjv_definition":"Sechu."} +{"id":"H7907","strongs_number":"H7907","system":"hebrew","language":"hebrew","number_value":7907,"lemma":"שֶׂכְוִי","transliteration":"sekvîy","pronunciation":"sek-vee'","derivation":"from the same as H7906 (שֵׂכוּ);","strongs_definition":"observant, i.e. (concretely) the mind","kjv_definition":"heart."} +{"id":"H7908","strongs_number":"H7908","system":"hebrew","language":"hebrew","number_value":7908,"lemma":"שְׁכוֹל","transliteration":"shᵉkôwl","pronunciation":"shek-ole'","derivation":"infinitive of H7921 (שָׁכֹל);","strongs_definition":"bereavement","kjv_definition":"loss of children, spoiling."} +{"id":"H7909","strongs_number":"H7909","system":"hebrew","language":"hebrew","number_value":7909,"lemma":"שַׁכּוּל","transliteration":"shakkûwl","pronunciation":"shak-kool'","derivation":"or שַׁכֻּל; from H7921 (שָׁכֹל);","strongs_definition":"bereaved","kjv_definition":"barren, bereaved (robbed) of children (whelps)."} +{"id":"H7910","strongs_number":"H7910","system":"hebrew","language":"hebrew","number_value":7910,"lemma":"שִׁכּוֹר","transliteration":"shikkôwr","pronunciation":"shik-kore'","derivation":"or שִׁכֹּר; from H7937 (שָׁכַר);","strongs_definition":"intoxicated, as astate or a habit","kjv_definition":"drunk(-ard, -en, -en man)."} +{"id":"H7911","strongs_number":"H7911","system":"hebrew","language":"hebrew","number_value":7911,"lemma":"שָׁכַח","transliteration":"shâkach","pronunciation":"shaw-kakh'","derivation":"or שָׁכֵחַ; a primitive root;","strongs_definition":"to mislay, i.e. to be oblivious of, from want of memory or attention","kjv_definition":"[idiom] at all, (cause to) forget."} +{"id":"H7912","strongs_number":"H7912","system":"hebrew","language":"hebrew","number_value":7912,"lemma":"שְׁכַח","transliteration":"shᵉkach","pronunciation":"shek-akh'","derivation":"(Aramaic) corresponding to H7911 (שָׁכַח) through the idea of disclosure of a covered or forgotten thing;","strongs_definition":"to discover (literally or figuratively)","kjv_definition":"find."} +{"id":"H7913","strongs_number":"H7913","system":"hebrew","language":"hebrew","number_value":7913,"lemma":"שָׁכֵחַ","transliteration":"shâkêach","pronunciation":"shaw-kay'-akh","derivation":"from H7911 (שָׁכַח);","strongs_definition":"oblivious","kjv_definition":"forget."} +{"id":"H7914","strongs_number":"H7914","system":"hebrew","language":"hebrew","number_value":7914,"lemma":"שְׂכִיָּה","transliteration":"sᵉkîyâh","pronunciation":"sek-ee-yaw'","derivation":"feminine from the same as H7906 (שֵׂכוּ);","strongs_definition":"a conspicuous object","kjv_definition":"picture."} +{"id":"H7915","strongs_number":"H7915","system":"hebrew","language":"hebrew","number_value":7915,"lemma":"שַׂכִּין","transliteration":"sakkîyn","pronunciation":"sak-keen'","derivation":"intensive perhaps from the same as H7906 (שֵׂכוּ) in the sense of H7753 (שׂוּךְ);","strongs_definition":"a knife (as pointed or edged)","kjv_definition":"knife."} +{"id":"H7916","strongs_number":"H7916","system":"hebrew","language":"hebrew","number_value":7916,"lemma":"שָׂכִיר","transliteration":"sâkîyr","pronunciation":"saw-keer'","derivation":"from H7936 (שָׂכַר);","strongs_definition":"a man at wages by the day or year","kjv_definition":"hired (man, servant), hireling."} +{"id":"H7917","strongs_number":"H7917","system":"hebrew","language":"hebrew","number_value":7917,"lemma":"שְׂכִירָה","transliteration":"sᵉkîyrâh","pronunciation":"sek-ee-raw'","derivation":"feminine of H7916 (שָׂכִיר);","strongs_definition":"a hiring","kjv_definition":"that is hired."} +{"id":"H7918","strongs_number":"H7918","system":"hebrew","language":"hebrew","number_value":7918,"lemma":"שָׁכַךְ","transliteration":"shâkak","pronunciation":"shaw-kak'","derivation":"a primitive root;","strongs_definition":"to weave (i.e. lay) a trap; figuratively, (through the idea of secreting) to allay (passions; physically, abate a flood)","kjv_definition":"appease, assuage, make to cease, pacify, set."} +{"id":"H7919","strongs_number":"H7919","system":"hebrew","language":"hebrew","number_value":7919,"lemma":"שָׂכַל","transliteration":"sâkal","pronunciation":"saw-kal'","derivation":"a primitive root;","strongs_definition":"to be (causatively, make or act) circumspect and hence, intelligent","kjv_definition":"consider, expert, instruct, prosper, (deal) prudent(-ly), (give) skill(-ful), have good success, teach, (have, make to) understand(-ing), wisdom, (be, behave self, consider, make) wise(-ly), guide wittingly."} +{"id":"H7920","strongs_number":"H7920","system":"hebrew","language":"hebrew","number_value":7920,"lemma":"שְׂכַל","transliteration":"sᵉkal","pronunciation":"sek-al'","derivation":"(Aramaic) corresponding to H7919 (שָׂכַל)","strongs_definition":"{to be (causatively, make or act) circumspect and hence, intelligent}","kjv_definition":"consider."} +{"id":"H7921","strongs_number":"H7921","system":"hebrew","language":"hebrew","number_value":7921,"lemma":"שָׁכֹל","transliteration":"shâkôl","pronunciation":"shaw-kole'","derivation":"a primitive root;","strongs_definition":"properly, to miscarry, i.e. suffer abortion; by analogy, to bereave (literally or figuratively)","kjv_definition":"bereave (of children), barren, cast calf (fruit, young), be (make) childless, deprive, destroy, [idiom] expect, lose children, miscarry, rob of children, spoil."} +{"id":"H7922","strongs_number":"H7922","system":"hebrew","language":"hebrew","number_value":7922,"lemma":"שֶׂכֶל","transliteration":"sekel","pronunciation":"seh'-kel","derivation":"or שֵׂכֶל; from H7919 (שָׂכַל);","strongs_definition":"intelligence; by implication, success","kjv_definition":"discretion, knowledge, policy, prudence, sense, understanding, wisdom, wise."} +{"id":"H7923","strongs_number":"H7923","system":"hebrew","language":"hebrew","number_value":7923,"lemma":"שִׁכֻּלִים","transliteration":"shikkulîym","pronunciation":"shik-koo-leem'","derivation":"plural from H7921 (שָׁכֹל);","strongs_definition":"childlessness (by continued bereavements)","kjv_definition":"to have after loss of others."} +{"id":"H7924","strongs_number":"H7924","system":"hebrew","language":"hebrew","number_value":7924,"lemma":"שׇׂכְלְתָנוּ","transliteration":"soklᵉthânûw","pronunciation":"sok-leth-aw-noo'","derivation":"(Aramaic) from H7920 (שְׂכַל);","strongs_definition":"intelligence","kjv_definition":"understanding."} +{"id":"H7925","strongs_number":"H7925","system":"hebrew","language":"hebrew","number_value":7925,"lemma":"שָׁכַם","transliteration":"shâkam","pronunciation":"shaw-kam'","derivation":"a primitive root; properly, to incline (the shoulder to a burden); but used only as denominative from H7926 (שְׁכֶם);","strongs_definition":"literally, to load up (on the back of man or beast), i.e. to start early in the morning","kjv_definition":"(arise, be up, get (oneself) up, rise up) early (betimes), morning."} +{"id":"H7926","strongs_number":"H7926","system":"hebrew","language":"hebrew","number_value":7926,"lemma":"שְׁכֶם","transliteration":"shᵉkem","pronunciation":"shek-em'","derivation":"from H7925 (שָׁכַם);","strongs_definition":"the neck (between the shoulders) as the place of burdens; figuratively, the spur of ahill","kjv_definition":"back, [idiom] consent, portion, shoulder."} +{"id":"H7927","strongs_number":"H7927","system":"hebrew","language":"hebrew","number_value":7927,"lemma":"שְׁכֶם","transliteration":"Shᵉkem","pronunciation":"shek-em'","derivation":"the same as H7926 (שְׁכֶם); ridge;","strongs_definition":"Shekem, a place in Palestine","kjv_definition":"Shechem."} +{"id":"H7928","strongs_number":"H7928","system":"hebrew","language":"hebrew","number_value":7928,"lemma":"שֶׁכֶם","transliteration":"Shekem","pronunciation":"sheh'-kem","derivation":"for H7926 (שְׁכֶם);","strongs_definition":"Shekem, the name of a Hivite and two Israelites","kjv_definition":"Shechem."} +{"id":"H7929","strongs_number":"H7929","system":"hebrew","language":"hebrew","number_value":7929,"lemma":"שִׁכְמָה","transliteration":"shikmâh","pronunciation":"shik-maw'","derivation":"feminine of H7926 (שְׁכֶם);","strongs_definition":"the shoulderbone","kjv_definition":"shoulder blade."} +{"id":"H7930","strongs_number":"H7930","system":"hebrew","language":"hebrew","number_value":7930,"lemma":"שִׁכְמִי","transliteration":"Shikmîy","pronunciation":"shik-mee'","derivation":"patronymic from H7928 (שֶׁכֶם);","strongs_definition":"a Shikmite (collectively), or descendants of Shekem","kjv_definition":"Shichemites."} +{"id":"H7931","strongs_number":"H7931","system":"hebrew","language":"hebrew","number_value":7931,"lemma":"שָׁכַן","transliteration":"shâkan","pronunciation":"shaw-kan'","derivation":"a primitive root (apparently akin (by transmission) to H7901 (שָׁכַב) through the idea of lodging; compare H5531 (סִכְלוּת), H7925 (שָׁכַם));","strongs_definition":"to reside or permanently stay (literally or figuratively)","kjv_definition":"abide, continue, (cause to, make to) dwell(-er), have habitation, inhabit, lay, place, (cause to) remain, rest, set (up)."} +{"id":"H7932","strongs_number":"H7932","system":"hebrew","language":"hebrew","number_value":7932,"lemma":"שְׁכַן","transliteration":"shᵉkan","pronunciation":"shek-an'","derivation":"(Aramaic) corresponding to H7931 (שָׁכַן)","strongs_definition":"{to reside or permanently stay (literally or figuratively)}","kjv_definition":"cause to dwell, have habitation."} +{"id":"H7933","strongs_number":"H7933","system":"hebrew","language":"hebrew","number_value":7933,"lemma":"שֶׁכֶן","transliteration":"sheken","pronunciation":"sheh'-ken","derivation":"from H7931 (שָׁכַן);","strongs_definition":"a residence","kjv_definition":"habitation."} +{"id":"H7934","strongs_number":"H7934","system":"hebrew","language":"hebrew","number_value":7934,"lemma":"שָׁכֵן","transliteration":"shâkên","pronunciation":"shaw-kane'","derivation":"from H7931 (שָׁכַן);","strongs_definition":"a resident; by extension, a fellow-citizen","kjv_definition":"inhabitant, neighbour, nigh."} +{"id":"H7935","strongs_number":"H7935","system":"hebrew","language":"hebrew","number_value":7935,"lemma":"שְׁכַנְיָה","transliteration":"Shᵉkanyâh","pronunciation":"shek-an-yaw'","derivation":"or (prolonged) שְׁכַנְיָהוּ; from H7931 (שָׁכַן) and H3050 (יָהּ); Jah has dwelt;","strongs_definition":"Shekanjah, the name of nine Israelites","kjv_definition":"Shecaniah, Shechaniah."} +{"id":"H7936","strongs_number":"H7936","system":"hebrew","language":"hebrew","number_value":7936,"lemma":"שָׂכַר","transliteration":"sâkar","pronunciation":"saw-kar'","derivation":"or (by permutation) סָכַר; (Ezra 4:5), a primitive root (apparently akin (by prosthesis) to H3739 (כָּרָה) through the idea of temporary purchase; compare H7937 (שָׁכַר));","strongs_definition":"to hire","kjv_definition":"earn wages, hire (out self), reward, [idiom] surely."} +{"id":"H7937","strongs_number":"H7937","system":"hebrew","language":"hebrew","number_value":7937,"lemma":"שָׁכַר","transliteration":"shâkar","pronunciation":"shaw-kar'","derivation":"a primitive root;","strongs_definition":"to become tipsy; in a qualified sense, to satiate with astimulating drink or (figuratively) influence","kjv_definition":"(be filled with) drink (abundantly), (be, make) drunk(-en), be merry. (Superlative of H8248 (שָׁקָה).)"} +{"id":"H7938","strongs_number":"H7938","system":"hebrew","language":"hebrew","number_value":7938,"lemma":"שֶׂכֶר","transliteration":"seker","pronunciation":"seh'-ker","derivation":"from H7936 (שָׂכַר);","strongs_definition":"wages","kjv_definition":"reward, sluices."} +{"id":"H7939","strongs_number":"H7939","system":"hebrew","language":"hebrew","number_value":7939,"lemma":"שָׂכָר","transliteration":"sâkâr","pronunciation":"saw-kawr'","derivation":"from H7936 (שָׂכַר);","strongs_definition":"payment of contract; concretely, salary, fare, maintenance; by implication, compensation, benefit","kjv_definition":"hire, price, reward(-ed), wages, worth."} +{"id":"H7940","strongs_number":"H7940","system":"hebrew","language":"hebrew","number_value":7940,"lemma":"שָׂכָר","transliteration":"Sâkâr","pronunciation":"saw-kar'","derivation":"the same as H7939 (שָׂכָר); recompense;","strongs_definition":"Sakar, the name of two Israelites","kjv_definition":"Sacar."} +{"id":"H7941","strongs_number":"H7941","system":"hebrew","language":"hebrew","number_value":7941,"lemma":"שֵׁכָר","transliteration":"shêkâr","pronunciation":"shay-kawr'","derivation":"from H7937 (שָׁכַר);","strongs_definition":"an intoxicant, i.e. intensely alcoholic liquor","kjv_definition":"strong drink, [phrase] drunkard, strong wine."} +{"id":"H7942","strongs_number":"H7942","system":"hebrew","language":"hebrew","number_value":7942,"lemma":"שִׁכְּרוֹן","transliteration":"Shikkᵉrôwn","pronunciation":"shik-ker-one'","derivation":"for H7943 (שִׁכָּרוֹן);","strongs_definition":"drunkenness, Shikkeron, a place in Palestine","kjv_definition":"Shicron."} +{"id":"H7943","strongs_number":"H7943","system":"hebrew","language":"hebrew","number_value":7943,"lemma":"שִׁכָּרוֹן","transliteration":"shikkârôwn","pronunciation":"shik-kaw-rone'","derivation":"from H7937 (שָׁכַר);","strongs_definition":"intoxication","kjv_definition":"(be) drunken(-ness)."} +{"id":"H7944","strongs_number":"H7944","system":"hebrew","language":"hebrew","number_value":7944,"lemma":"שַׁל","transliteration":"shal","pronunciation":"shal","derivation":"from H7952 (שָׁלָה) abbreviated form;","strongs_definition":"a fault","kjv_definition":"error."} +{"id":"H7945","strongs_number":"H7945","system":"hebrew","language":"hebrew","number_value":7945,"lemma":"שֶׁל","transliteration":"shel","pronunciation":"shel","derivation":"for the rel. H834 (אֲשֶׁר); used with prepositional prefix, and often followed by some pronominal affix;","strongs_definition":"on account of, whatsoever, whichsoever","kjv_definition":"cause, sake."} +{"id":"H7946","strongs_number":"H7946","system":"hebrew","language":"hebrew","number_value":7946,"lemma":"שַׁלְאֲנָן","transliteration":"shalʼănân","pronunciation":"shal-an-awn'","derivation":"for H7600 (שַׁאֲנָן);","strongs_definition":"tranquil","kjv_definition":"being at ease."} +{"id":"H7947","strongs_number":"H7947","system":"hebrew","language":"hebrew","number_value":7947,"lemma":"שָׁלַב","transliteration":"shâlab","pronunciation":"shaw-lab'","derivation":"a primitive root;","strongs_definition":"to space off; intensive (evenly) to make equidistant","kjv_definition":"equally distant, set in order."} +{"id":"H7948","strongs_number":"H7948","system":"hebrew","language":"hebrew","number_value":7948,"lemma":"שָׁלָב","transliteration":"shâlâb","pronunciation":"shaw-lawb'","derivation":"from H7947 (שָׁלַב);","strongs_definition":"a spacer or raised interval, i.e. the stile in aframe or panel","kjv_definition":"ledge."} +{"id":"H7949","strongs_number":"H7949","system":"hebrew","language":"hebrew","number_value":7949,"lemma":"שָׁלַג","transliteration":"shâlag","pronunciation":"shaw-lag'","derivation":"a primitive root; properly, meaning to be white; used only as denominative from H7950 (שֶׁלֶג);","strongs_definition":"to be snow-white (with the linen clothing of the slain)","kjv_definition":"be as snow."} +{"id":"H7950","strongs_number":"H7950","system":"hebrew","language":"hebrew","number_value":7950,"lemma":"שֶׁלֶג","transliteration":"sheleg","pronunciation":"sheh'-leg","derivation":"from H7949 (שָׁלַג);","strongs_definition":"snow (probably from its whiteness)","kjv_definition":"snow(-y)."} +{"id":"H7951","strongs_number":"H7951","system":"hebrew","language":"hebrew","number_value":7951,"lemma":"שָׁלָה","transliteration":"shâlâh","pronunciation":"shaw-law'","derivation":"or שָׁלַו; (Job 3:26), a primitive root;","strongs_definition":"to be tranquil, i.e. secure or successful","kjv_definition":"be happy, prosper, be in safety."} +{"id":"H7952","strongs_number":"H7952","system":"hebrew","language":"hebrew","number_value":7952,"lemma":"שָׁלָה","transliteration":"shâlâh","pronunciation":"shaw-law'","derivation":"a primitive root (probably identical with H7953 (שָׁלָה) through the idea of educing);","strongs_definition":"to mislead","kjv_definition":"deceive, be negligent."} +{"id":"H7953","strongs_number":"H7953","system":"hebrew","language":"hebrew","number_value":7953,"lemma":"שָׁלָה","transliteration":"shâlâh","pronunciation":"shaw-law'","derivation":"a primitive root (rather cognate (by contraction) to the base of H5394 (נָשַׁל), H7997 (שָׁלַל) and their congeners through the idea of extracting);","strongs_definition":"to draw out or off, i.e. remove (the soul by death)","kjv_definition":"take away."} +{"id":"H7954","strongs_number":"H7954","system":"hebrew","language":"hebrew","number_value":7954,"lemma":"שְׁלָה","transliteration":"shᵉlâh","pronunciation":"shel-aw'","derivation":"(Aramaic) corresponding to H7951 (שָׁלָה);","strongs_definition":"to be secure","kjv_definition":"at rest."} +{"id":"H7955","strongs_number":"H7955","system":"hebrew","language":"hebrew","number_value":7955,"lemma":"שָׁלָה","transliteration":"shâlâh","pronunciation":"shaw-law'","derivation":"(Aramaic) from a root corresponding to H7952 (שָׁלָה);","strongs_definition":"a wrong","kjv_definition":"thing amiss."} +{"id":"H7956","strongs_number":"H7956","system":"hebrew","language":"hebrew","number_value":7956,"lemma":"שֵׁלָה","transliteration":"Shêlâh","pronunciation":"shay-law'","derivation":"the same as H7596 (שְׁאֵלָה) (shortened); request;","strongs_definition":"Shelah, the name of a postdiluvian patriarch and of an Israelite","kjv_definition":"Shelah."} +{"id":"H7957","strongs_number":"H7957","system":"hebrew","language":"hebrew","number_value":7957,"lemma":"שַׁלְהֶבֶת","transliteration":"shalhebeth","pronunciation":"shal-heh'-beth","derivation":"from the same as H3851 (לַהַב) with sibilant prefix;","strongs_definition":"a flare of fire","kjv_definition":"(flaming) flame."} +{"id":"H7958","strongs_number":"H7958","system":"hebrew","language":"hebrew","number_value":7958,"lemma":"שְׂלָו","transliteration":"sᵉlâv","pronunciation":"sel-awv'","derivation":"or שְׂלָיו; by orthographical variation from H7951 (שָׁלָה) through the idea of sluggishness;","strongs_definition":"the quail collectively (as slow in flight from its weight)","kjv_definition":"quails."} +{"id":"H7959","strongs_number":"H7959","system":"hebrew","language":"hebrew","number_value":7959,"lemma":"שֶׁלֶו","transliteration":"shelev","pronunciation":"sheh'-lev","derivation":"from H7951 (שָׁלָה);","strongs_definition":"security","kjv_definition":"prosperity."} +{"id":"H7960","strongs_number":"H7960","system":"hebrew","language":"hebrew","number_value":7960,"lemma":"שָׁלוּ","transliteration":"shâlûw","pronunciation":"shaw-loo'","derivation":"(Aramaic) or שָׁלוּת; (Aramaic), from the same as H7955 (שָׁלָה);","strongs_definition":"a fault","kjv_definition":"error, [idiom] fail, thing amiss."} +{"id":"H7961","strongs_number":"H7961","system":"hebrew","language":"hebrew","number_value":7961,"lemma":"שָׁלֵו","transliteration":"shâlêv","pronunciation":"shaw-lave'","derivation":"or שָׁלֵיו; feminine שְׁלֵוָה; from H7951 (שָׁלָה);","strongs_definition":"tranquil; (in a bad sense) careless; abstractly, security","kjv_definition":"(being) at ease, peaceable, (in) prosper(-ity), quiet(-ness), wealthy."} +{"id":"H7962","strongs_number":"H7962","system":"hebrew","language":"hebrew","number_value":7962,"lemma":"שַׁלְוָה","transliteration":"shalvâh","pronunciation":"shal-vaw'","derivation":"from H7951 (שָׁלָה);","strongs_definition":"security (genuine or false)","kjv_definition":"abundance, peace(-ably), prosperity, quietness."} +{"id":"H7963","strongs_number":"H7963","system":"hebrew","language":"hebrew","number_value":7963,"lemma":"שְׁלֵוָה","transliteration":"shᵉlêvâh","pronunciation":"shel-ay-vaw'","derivation":"(Aramaic) corresponding to H7962 (שַׁלְוָה);","strongs_definition":"safety","kjv_definition":"tranquillity. See also H7961 (שָׁלֵו)."} +{"id":"H7964","strongs_number":"H7964","system":"hebrew","language":"hebrew","number_value":7964,"lemma":"שִׁלּוּחַ","transliteration":"shillûwach","pronunciation":"shil-loo'-akh","derivation":"or שִׁלֻּחַ; from H7971 (שָׁלַח);","strongs_definition":"(only in plural) a dismissal, i.e. (of a wife) divorce (especially the document); also (of a daughter) dower","kjv_definition":"presents, have sent back."} +{"id":"H7965","strongs_number":"H7965","system":"hebrew","language":"hebrew","number_value":7965,"lemma":"שָׁלוֹם","transliteration":"shâlôwm","pronunciation":"shaw-lome'","derivation":"or שָׁלֹם; from H7999 (שָׁלַם);","strongs_definition":"safe, i.e. (figuratively) well, happy, friendly; also (abstractly) welfare, i.e. health, prosperity, peace","kjv_definition":"[idiom] do, familiar, [idiom] fare, favour, [phrase] friend, [idiom] great, (good) health, ([idiom] perfect, such as be at) peace(-able, -ably), prosper(-ity, -ous), rest, safe(-ty), salute, welfare, ([idiom] all is, be) well, [idiom] wholly."} +{"id":"H7966","strongs_number":"H7966","system":"hebrew","language":"hebrew","number_value":7966,"lemma":"שִׁלּוּם","transliteration":"shillûwm","pronunciation":"shil-loom'","derivation":"or שִׁלֻּם; from H7999 (שָׁלַם);","strongs_definition":"a requital, i.e. (secure) retribution, (venal) a fee","kjv_definition":"recompense, reward."} +{"id":"H7967","strongs_number":"H7967","system":"hebrew","language":"hebrew","number_value":7967,"lemma":"שַׁלּוּם","transliteration":"Shallûwm","pronunciation":"shal-loom'","derivation":"or (shorter) שַׁלֻּם; the same as H7966 (שִׁלּוּם);","strongs_definition":"Shallum, the name of fourteen Israelites","kjv_definition":"Shallum."} +{"id":"H7968","strongs_number":"H7968","system":"hebrew","language":"hebrew","number_value":7968,"lemma":"שַׁלּוּן","transliteration":"Shallûwn","pronunciation":"shal-loon'","derivation":"probably for H7967 (שַׁלּוּם);","strongs_definition":"Shallun, an Israelite","kjv_definition":"Shallum."} +{"id":"H7969","strongs_number":"H7969","system":"hebrew","language":"hebrew","number_value":7969,"lemma":"שָׁלוֹשׁ","transliteration":"shâlôwsh","pronunciation":"shaw-loshe'","derivation":"or שָׁלֹשׁ; masculine שְׁלוֹשָׁה; or שְׁלֹשָׁה; a primitive number;","strongs_definition":"three; occasionally (ordinal) third, or (multiple) thrice","kjv_definition":"[phrase] fork, [phrase] often(-times), third, thir(-teen, -teenth), three, [phrase] thrice. Compare H7991 (שָׁלִישׁ)."} +{"id":"H7970","strongs_number":"H7970","system":"hebrew","language":"hebrew","number_value":7970,"lemma":"שְׁלוֹשִׁים","transliteration":"shᵉlôwshîym","pronunciation":"shel-o-sheem'","derivation":"or שְׁלֹשִׁים; multiple of H7969 (שָׁלוֹשׁ);","strongs_definition":"thirty; or (ordinal) thirtieth","kjv_definition":"thirty, thirtieth. Compare H7991 (שָׁלִישׁ)."} +{"id":"H7971","strongs_number":"H7971","system":"hebrew","language":"hebrew","number_value":7971,"lemma":"שָׁלַח","transliteration":"shâlach","pronunciation":"shaw-lakh'","derivation":"a primitive root;","strongs_definition":"to send away, for, or out (in a great variety of applications)","kjv_definition":"[idiom] any wise, appoint, bring (on the way), cast (away, out), conduct, [idiom] earnestly, forsake, give (up), grow long, lay, leave, let depart (down, go, loose), push away, put (away, forth, in, out), reach forth, send (away, forth, out), set, shoot (forth, out), sow, spread, stretch forth (out)."} +{"id":"H7972","strongs_number":"H7972","system":"hebrew","language":"hebrew","number_value":7972,"lemma":"שְׁלַח","transliteration":"shᵉlach","pronunciation":"shel-akh'","derivation":"(Aramaic) corresponding to H7971 (שָׁלַח)","strongs_definition":"{to send away, for, or out (in a great variety of applications)}","kjv_definition":"put, send."} +{"id":"H7973","strongs_number":"H7973","system":"hebrew","language":"hebrew","number_value":7973,"lemma":"שֶׁלַח","transliteration":"shelach","pronunciation":"sheh'-lakh","derivation":"from H7971 (שָׁלַח);","strongs_definition":"a missile of attack, i.e. spear; also (figuratively) a shoot of growth; i.e. branch","kjv_definition":"dart, plant, [idiom] put off, sword, weapon."} +{"id":"H7974","strongs_number":"H7974","system":"hebrew","language":"hebrew","number_value":7974,"lemma":"שֶׁלַח","transliteration":"Shelach","pronunciation":"sheh'-lakh","derivation":"the same as H7973 (שֶׁלַח);","strongs_definition":"Shelach, a postdiluvian patriarch","kjv_definition":"Salah, Shelah. Compare H7975 (שִׁלֹחַ)lemma שִׁלֹּחַ extra dagesh, corrected to שִׁלֹחַ."} +{"id":"H7975","strongs_number":"H7975","system":"hebrew","language":"hebrew","number_value":7975,"lemma":"שִׁלֹחַ","transliteration":"Shilôach","pronunciation":"shee-lo'-akh","derivation":"or (in imitation of H7974 (שֶׁלַח)) שֶׁלַח; (Nehemiah 3:15), from H7971 (שָׁלַח); rill;","strongs_definition":"Shiloach, a fountain of Jerusalem","kjv_definition":"Shiloah, Siloah."} +{"id":"H7976","strongs_number":"H7976","system":"hebrew","language":"hebrew","number_value":7976,"lemma":"שִׁלֻּחָה","transliteration":"shilluchâh","pronunciation":"shil-loo-khaw'","derivation":"feminine of H7964 (שִׁלּוּחַ);","strongs_definition":"a shoot","kjv_definition":"branch."} +{"id":"H7977","strongs_number":"H7977","system":"hebrew","language":"hebrew","number_value":7977,"lemma":"שִׁלְחִי","transliteration":"Shilchîy","pronunciation":"shil-khee'","derivation":"from H7973 (שֶׁלַח); missive, i.e. armed;","strongs_definition":"Shilchi, an Israelite","kjv_definition":"Shilhi."} +{"id":"H7978","strongs_number":"H7978","system":"hebrew","language":"hebrew","number_value":7978,"lemma":"שִׁלְחִים","transliteration":"Shilchîym","pronunciation":"shil-kheem'","derivation":"plural of H7973 (שֶׁלַח); javelins or sprouts;","strongs_definition":"Shilchim, a place in Palestine","kjv_definition":"Shilhim."} +{"id":"H7979","strongs_number":"H7979","system":"hebrew","language":"hebrew","number_value":7979,"lemma":"שֻׁלְחָן","transliteration":"shulchân","pronunciation":"shool-khawn'","derivation":"from H7971 (שָׁלַח);","strongs_definition":"a table (as spread out); by implication, a meal","kjv_definition":"table."} +{"id":"H7980","strongs_number":"H7980","system":"hebrew","language":"hebrew","number_value":7980,"lemma":"שָׁלַט","transliteration":"shâlaṭ","pronunciation":"shaw-lat'","derivation":"a primitive root;","strongs_definition":"to dominate, i.e. govern; by implication, to permit","kjv_definition":"(bear, have) rule, have dominion, give (have) power."} +{"id":"H7981","strongs_number":"H7981","system":"hebrew","language":"hebrew","number_value":7981,"lemma":"שְׁלֵט","transliteration":"shᵉlêṭ","pronunciation":"shel-ate'","derivation":"(Aramaic) corresponding to H7980 (שָׁלַט)","strongs_definition":"{to dominate, i.e. govern; by implication, to permit}","kjv_definition":"have the mastery, have power, bear rule, be (make) ruler."} +{"id":"H7982","strongs_number":"H7982","system":"hebrew","language":"hebrew","number_value":7982,"lemma":"שֶׁלֶט","transliteration":"sheleṭ","pronunciation":"sheh'-let","derivation":"from H7980 (שָׁלַט);","strongs_definition":"probably a shield (as controlling, i.e. protecting the person)","kjv_definition":"shield."} +{"id":"H7983","strongs_number":"H7983","system":"hebrew","language":"hebrew","number_value":7983,"lemma":"שִׁלְטוֹן","transliteration":"shilṭôwn","pronunciation":"shil-tone'","derivation":"(Aramaic) from H7980 (שָׁלַט);","strongs_definition":"{power.}","kjv_definition":"power."} +{"id":"H7984","strongs_number":"H7984","system":"hebrew","language":"hebrew","number_value":7984,"lemma":"שִׁלְטוֹן","transliteration":"shilṭôwn","pronunciation":"shil-tone'","derivation":"(Aramaic) or שִׁלְטֹןlemma שִׁלְטן missing vowel, corrected to שִׁלְטֹן; corresponding to H7983 (שִׁלְטוֹן)","strongs_definition":"{a potentate}","kjv_definition":"ruler."} +{"id":"H7985","strongs_number":"H7985","system":"hebrew","language":"hebrew","number_value":7985,"lemma":"שׇׁלְטָן","transliteration":"sholṭân","pronunciation":"shol-tawn'","derivation":"(Aramaic) from H7981 (שְׁלֵט);","strongs_definition":"empire (abstractly or concretely)","kjv_definition":"dominion."} +{"id":"H7986","strongs_number":"H7986","system":"hebrew","language":"hebrew","number_value":7986,"lemma":"שַׁלֶּטֶת","transliteration":"shalleṭeth","pronunciation":"shal-leh'-teth","derivation":"feminine from H7980 (שָׁלַט);","strongs_definition":"a vixen","kjv_definition":"imperious."} +{"id":"H7987","strongs_number":"H7987","system":"hebrew","language":"hebrew","number_value":7987,"lemma":"שְׁלִי","transliteration":"shᵉlîy","pronunciation":"shel-ee'","derivation":"from H7951 (שָׁלָה);","strongs_definition":"privacy","kjv_definition":"[phrase] quietly."} +{"id":"H7988","strongs_number":"H7988","system":"hebrew","language":"hebrew","number_value":7988,"lemma":"שִׁלְיָה","transliteration":"shilyâh","pronunciation":"shil-yaw'","derivation":"feminine from H7953 (שָׁלָה);","strongs_definition":"a fetus or babe (as extruded in birth)","kjv_definition":"young one."} +{"id":"H7989","strongs_number":"H7989","system":"hebrew","language":"hebrew","number_value":7989,"lemma":"שַׁלִּיט","transliteration":"shallîyṭ","pronunciation":"shal-leet'","derivation":"from H7980 (שָׁלַט);","strongs_definition":"potent; concretely, a prince or warrior","kjv_definition":"governor, mighty, that hath power, ruler."} +{"id":"H7990","strongs_number":"H7990","system":"hebrew","language":"hebrew","number_value":7990,"lemma":"שַׁלִּיט","transliteration":"shallîyṭ","pronunciation":"shal-leet'","derivation":"(Aramaic) corresponding to H7989 (שַׁלִּיט);","strongs_definition":"mighty; abstractly, permission; concretely, a premier","kjv_definition":"captain, be lawful, rule(-r)."} +{"id":"H7991","strongs_number":"H7991","system":"hebrew","language":"hebrew","number_value":7991,"lemma":"שָׁלִישׁ","transliteration":"shâlîysh","pronunciation":"shaw-leesh'","derivation":"or שָׁלוֹשׁ; (1 Chronicles 11:11; 1 Chronicles 12:18), or שָׁלֹשׁ; (2 Samuel 23:13), from H7969 (שָׁלוֹשׁ);","strongs_definition":"a triple, i.e. (as a musical instrument) a triangle (or perhaps rather threestringed lute); also (as an indefinite, great quantity) a three-fold measure (perhaps a treble ephah); also (as an officer) a general of the third rank (upward, i.e. the highest)","kjv_definition":"captain, instrument of musick, (great) lord, (great) measure, prince, three (from the margin)."} +{"id":"H7992","strongs_number":"H7992","system":"hebrew","language":"hebrew","number_value":7992,"lemma":"שְׁלִישִׁי","transliteration":"shᵉlîyshîy","pronunciation":"shel-ee-shee'","derivation":"ordinal from H7969 (שָׁלוֹשׁ);","strongs_definition":"third; feminine athird (part); by extension, a third (day, year or time); specifically, a third-story cell)","kjv_definition":"third (part, rank, time), three (years old)."} +{"id":"H7993","strongs_number":"H7993","system":"hebrew","language":"hebrew","number_value":7993,"lemma":"שָׁלַךְ","transliteration":"shâlak","pronunciation":"shaw-lak","derivation":"a primitive root;","strongs_definition":"to throw out, down or away (literally or figuratively)","kjv_definition":"adventure, cast (away, down, forth, off, out), hurl, pluck, throw."} +{"id":"H7994","strongs_number":"H7994","system":"hebrew","language":"hebrew","number_value":7994,"lemma":"שָׁלָךְ","transliteration":"shâlâk","pronunciation":"shaw-lawk'","derivation":"from H7993 (שָׁלַךְ);","strongs_definition":"bird of prey, usually thought to be the pelican (from casting itself into the sea)","kjv_definition":"cormorant."} +{"id":"H7995","strongs_number":"H7995","system":"hebrew","language":"hebrew","number_value":7995,"lemma":"שַׁלֶּכֶת","transliteration":"shalleketh","pronunciation":"shal-leh'-keth","derivation":"from H7993 (שָׁלַךְ);","strongs_definition":"a felling (of trees)","kjv_definition":"when cast."} +{"id":"H7996","strongs_number":"H7996","system":"hebrew","language":"hebrew","number_value":7996,"lemma":"שַׁלֶּכֶת","transliteration":"Shalleketh","pronunciation":"shal-leh'-keth","derivation":"the same as H7995 (שַׁלֶּכֶת);","strongs_definition":"Shalleketh, a gate in Jerusalem","kjv_definition":"Shalleketh."} +{"id":"H7997","strongs_number":"H7997","system":"hebrew","language":"hebrew","number_value":7997,"lemma":"שָׁלַל","transliteration":"shâlal","pronunciation":"shaw-lal'","derivation":"a primitive root;","strongs_definition":"to drop or strip; by implication, to plunder","kjv_definition":"let fall, make self a prey, [idiom] of purpose, (make a, (take)) spoil."} +{"id":"H7998","strongs_number":"H7998","system":"hebrew","language":"hebrew","number_value":7998,"lemma":"שָׁלָל","transliteration":"shâlâl","pronunciation":"shaw-lawl'","derivation":"from H7997 (שָׁלַל);","strongs_definition":"booty","kjv_definition":"prey, spoil."} +{"id":"H7999","strongs_number":"H7999","system":"hebrew","language":"hebrew","number_value":7999,"lemma":"שָׁלַם","transliteration":"shâlam","pronunciation":"shaw-lam'","derivation":"a primitive root;","strongs_definition":"to be safe (in mind, body or estate); figuratively, to be (causatively, make) completed; by implication, to be friendly; by extension, to reciprocate (in various applications)","kjv_definition":"make amends, (make an) end, finish, full, give again, make good, (re-) pay (again), (make) (to) (be at) peace(-able), that is perfect, perform, (make) prosper(-ous), recompense, render, requite, make restitution, restore, reward, [idiom] surely."} +{"id":"H8000","strongs_number":"H8000","system":"hebrew","language":"hebrew","number_value":8000,"lemma":"שְׁלַם","transliteration":"shᵉlam","pronunciation":"shel-am'","derivation":"(Aramaic) corresponding to H7999 (שָׁלַם);","strongs_definition":"to complete, to restore","kjv_definition":"deliver, finish."} +{"id":"H8001","strongs_number":"H8001","system":"hebrew","language":"hebrew","number_value":8001,"lemma":"שְׁלָם","transliteration":"shᵉlâm","pronunciation":"shel-awm'","derivation":"(Aramaic) corresponding to H7965 (שָׁלוֹם);","strongs_definition":"prosperity","kjv_definition":"peace."} +{"id":"H8002","strongs_number":"H8002","system":"hebrew","language":"hebrew","number_value":8002,"lemma":"שֶׁלֶם","transliteration":"shelem","pronunciation":"sheh'-lem","derivation":"from H7999 (שָׁלַם);","strongs_definition":"properly, requital, i.e. a (voluntary) sacrifice in thanks","kjv_definition":"peace offering."} +{"id":"H8003","strongs_number":"H8003","system":"hebrew","language":"hebrew","number_value":8003,"lemma":"שָׁלֵם","transliteration":"shâlêm","pronunciation":"shaw-lame'","derivation":"from H7999 (שָׁלַם);","strongs_definition":"complete (literally or figuratively); especially friendly","kjv_definition":"full, just, made ready, peaceable, perfect(-ed), quiet, Shalem (by mistake for a name), whole."} +{"id":"H8004","strongs_number":"H8004","system":"hebrew","language":"hebrew","number_value":8004,"lemma":"שָׁלֵם","transliteration":"Shâlêm","pronunciation":"shaw-lame'","derivation":"the same as H8003 (שָׁלֵם); peaceful;","strongs_definition":"Shalem, an early name of Jerusalem","kjv_definition":"Salem."} +{"id":"H8005","strongs_number":"H8005","system":"hebrew","language":"hebrew","number_value":8005,"lemma":"שִׁלֵּם","transliteration":"shillêm","pronunciation":"shil-lame'","derivation":"from H7999 (שָׁלַם);","strongs_definition":"requital","kjv_definition":"recompense."} +{"id":"H8006","strongs_number":"H8006","system":"hebrew","language":"hebrew","number_value":8006,"lemma":"שִׁלֵּם","transliteration":"Shillêm","pronunciation":"shil-lame'","derivation":"the same as H8005 (שִׁלֵּם);","strongs_definition":"Shillem, an Israelite","kjv_definition":"Shillem."} +{"id":"H8007","strongs_number":"H8007","system":"hebrew","language":"hebrew","number_value":8007,"lemma":"שַׂלְמָא","transliteration":"Salmâʼ","pronunciation":"sal-maw'","derivation":"probably for H8008 (שַׂלְמָה); clothing;","strongs_definition":"Salma, the name of two Israelites","kjv_definition":"Salma."} +{"id":"H8008","strongs_number":"H8008","system":"hebrew","language":"hebrew","number_value":8008,"lemma":"שַׂלְמָה","transliteration":"salmâh","pronunciation":"sal-maw'","derivation":"transp. for H8071 (שִׂמְלָה);","strongs_definition":"a dress","kjv_definition":"clothes, garment, raiment."} +{"id":"H8009","strongs_number":"H8009","system":"hebrew","language":"hebrew","number_value":8009,"lemma":"שַׂלְמָה","transliteration":"Salmâh","pronunciation":"sal-maw'","derivation":"the same as H8008 (שַׂלְמָה); clothing;","strongs_definition":"Salmah, an Israelite","kjv_definition":"Salmon. Compare H8012 (שַׂלְמוֹן)."} +{"id":"H8010","strongs_number":"H8010","system":"hebrew","language":"hebrew","number_value":8010,"lemma":"שְׁלֹמֹה","transliteration":"Shᵉlômôh","pronunciation":"shel-o-mo'","derivation":"from H7965 (שָׁלוֹם); peaceful;","strongs_definition":"Shelomah, David's successor","kjv_definition":"Solomon."} +{"id":"H8011","strongs_number":"H8011","system":"hebrew","language":"hebrew","number_value":8011,"lemma":"שִׁלֻּמָה","transliteration":"shillumâh","pronunciation":"shil-loo-maw'","derivation":"feminine of H7966 (שִׁלּוּם);","strongs_definition":"retribution","kjv_definition":"recompense."} +{"id":"H8012","strongs_number":"H8012","system":"hebrew","language":"hebrew","number_value":8012,"lemma":"שַׂלְמוֹן","transliteration":"Salmôwn","pronunciation":"sal-mone'","derivation":"from H8008 (שַׂלְמָה); investiture;","strongs_definition":"Salmon, an Israelite","kjv_definition":"Salmon. Compare H8009 (שַׂלְמָה)."} +{"id":"H8013","strongs_number":"H8013","system":"hebrew","language":"hebrew","number_value":8013,"lemma":"שְׁלֹמוֹת","transliteration":"Shᵉlômôwth","pronunciation":"shel-o-moth'","derivation":"feminine plural of H7965 (שָׁלוֹם); pacifications;","strongs_definition":"Shelomoth, the name of two Israelites","kjv_definition":"Shelomith (from the margin), Shelomoth. Compare H8019 (שְׁלֹמִית)."} +{"id":"H8014","strongs_number":"H8014","system":"hebrew","language":"hebrew","number_value":8014,"lemma":"שַׂלְמַי","transliteration":"Salmay","pronunciation":"sal-mah'-ee","derivation":"from H8008 (שַׂלְמָה); clothed;","strongs_definition":"Salmai, an Israelite","kjv_definition":"Shalmai."} +{"id":"H8015","strongs_number":"H8015","system":"hebrew","language":"hebrew","number_value":8015,"lemma":"שְׁלֹמִי","transliteration":"Shᵉlômîy","pronunciation":"shel-o-mee'","derivation":"from H7965 (שָׁלוֹם); peaceable;","strongs_definition":"Shelomi, an Israelite","kjv_definition":"Shelomi."} +{"id":"H8016","strongs_number":"H8016","system":"hebrew","language":"hebrew","number_value":8016,"lemma":"שִׁלֵּמִי","transliteration":"Shillêmîy","pronunciation":"shil-lay-mee'","derivation":"patronymically from H8006 (שִׁלֵּם);","strongs_definition":"a Shilemite (collectively) or descendants of Shillem","kjv_definition":"Shillemites."} +{"id":"H8017","strongs_number":"H8017","system":"hebrew","language":"hebrew","number_value":8017,"lemma":"שְׁלֻמִיאֵל","transliteration":"Shᵉlumîyʼêl","pronunciation":"shel-oo-mee-ale'","derivation":"from H7965 (שָׁלוֹם) and H410 (אֵל); peace of God;","strongs_definition":"Shelumiel, an Israelite","kjv_definition":"Shelumiel."} +{"id":"H8018","strongs_number":"H8018","system":"hebrew","language":"hebrew","number_value":8018,"lemma":"שֶׁלֶמְיָה","transliteration":"Shelemyâh","pronunciation":"shel-em-yaw'","derivation":"or שֶׁלֶמְיָהוּ; from H8002 (שֶׁלֶם) and H3050 (יָהּ); thankoffering of Jah;","strongs_definition":"Shelemjah, the name of nine Israelites","kjv_definition":"Shelemiah."} +{"id":"H8019","strongs_number":"H8019","system":"hebrew","language":"hebrew","number_value":8019,"lemma":"שְׁלֹמִית","transliteration":"Shᵉlômîyth","pronunciation":"shel-o-meeth'","derivation":"or שׁלוֹמִית; (Ezra 8:10), from H7965 (שָׁלוֹם); peaceableness;","strongs_definition":"Shelomith, the name of five Israelites and three Israelitesses","kjv_definition":"Shelomith."} +{"id":"H8020","strongs_number":"H8020","system":"hebrew","language":"hebrew","number_value":8020,"lemma":"שַׁלְמַן","transliteration":"Shalman","pronunciation":"shal-man'","derivation":"of foreign derivation;","strongs_definition":"Shalman, a king apparently of Assyria","kjv_definition":"Shalman. Compare H8022 (שַׁלְמַנְאֶסֶר)."} +{"id":"H8021","strongs_number":"H8021","system":"hebrew","language":"hebrew","number_value":8021,"lemma":"שַׁלְמֹן","transliteration":"shalmôn","pronunciation":"shal-mone'","derivation":"from H7999 (שָׁלַם);","strongs_definition":"a bribe","kjv_definition":"reward."} +{"id":"H8022","strongs_number":"H8022","system":"hebrew","language":"hebrew","number_value":8022,"lemma":"שַׁלְמַנְאֶסֶר","transliteration":"Shalmanʼeçer","pronunciation":"shal-man-eh'-ser","derivation":"of foreign derivation;","strongs_definition":"Shalmaneser, an Assyrian king","kjv_definition":"Shalmaneser. Comp H8020 (שַׁלְמַן)."} +{"id":"H8023","strongs_number":"H8023","system":"hebrew","language":"hebrew","number_value":8023,"lemma":"שִׁלֹנִי","transliteration":"Shilônîy","pronunciation":"shee-lo-nee'","derivation":"the same as H7888 (שִׁילוֹנִי);","strongs_definition":"Shiloni, an Israelite","kjv_definition":"Shiloni."} +{"id":"H8024","strongs_number":"H8024","system":"hebrew","language":"hebrew","number_value":8024,"lemma":"שֵׁלָנִי","transliteration":"Shêlânîy","pronunciation":"shay-law-nee'","derivation":"from H7956 (שֵׁלָה);","strongs_definition":"a Shelanite (collectively), or descendants of Shelah","kjv_definition":"Shelanites."} +{"id":"H8025","strongs_number":"H8025","system":"hebrew","language":"hebrew","number_value":8025,"lemma":"שָׁלַף","transliteration":"shâlaph","pronunciation":"saw-laf'","derivation":"a primitive root;","strongs_definition":"to pull out, up or off","kjv_definition":"draw (off), grow up, pluck off."} +{"id":"H8026","strongs_number":"H8026","system":"hebrew","language":"hebrew","number_value":8026,"lemma":"שֶׁלֶף","transliteration":"sheleph","pronunciation":"sheh'-lef","derivation":"from H8025 (שָׁלַף); extract;","strongs_definition":"Sheleph, a son of Jokthan","kjv_definition":"Sheleph."} +{"id":"H8027","strongs_number":"H8027","system":"hebrew","language":"hebrew","number_value":8027,"lemma":"שָׁלַשׁ","transliteration":"shâlash","pronunciation":"shaw-lash'","derivation":"a primitive root perhaps originally to intensify, i.e. treble; but apparently used only as denominative from H7969 (שָׁלוֹשׁ),","strongs_definition":"to be (causatively, make) triplicate (by restoration, in portions, strands, days or years)","kjv_definition":"do the third time, (divide into, stay) three (days, -fold, parts, years old)."} +{"id":"H8028","strongs_number":"H8028","system":"hebrew","language":"hebrew","number_value":8028,"lemma":"שֶׁלֶשׁ","transliteration":"Shelesh","pronunciation":"sheh'-lesh","derivation":"from H8027 (שָׁלַשׁ); triplet;","strongs_definition":"Shelesh, an Israelite","kjv_definition":"Shelesh."} +{"id":"H8029","strongs_number":"H8029","system":"hebrew","language":"hebrew","number_value":8029,"lemma":"שִׁלֵּשׁ","transliteration":"shillêsh","pronunciation":"shil-laysh'","derivation":"from H8027 (שָׁלַשׁ);","strongs_definition":"a descendant of the third degree, i.e. great grandchild","kjv_definition":"third (generation)."} +{"id":"H8030","strongs_number":"H8030","system":"hebrew","language":"hebrew","number_value":8030,"lemma":"שִׁלְשָׁה","transliteration":"Shilshâh","pronunciation":"shil-shaw'","derivation":"feminine from the same as H8028 (שֶׁלֶשׁ); triplication;","strongs_definition":"Shilshah, an Israelite","kjv_definition":"Shilshah."} +{"id":"H8031","strongs_number":"H8031","system":"hebrew","language":"hebrew","number_value":8031,"lemma":"שָׁלִשָׁה","transliteration":"Shâlishâh","pronunciation":"shaw-lee-shaw'","derivation":"feminine from H8027 (שָׁלַשׁ); trebled land;","strongs_definition":"Shalishah, a place in Palestine","kjv_definition":"Shalisha."} +{"id":"H8032","strongs_number":"H8032","system":"hebrew","language":"hebrew","number_value":8032,"lemma":"שִׁלְשׁוֹם","transliteration":"shilshôwm","pronunciation":"shil-shome'","derivation":"or שִׁלְשֹׁם; from the same as H8028 (שֶׁלֶשׁ);","strongs_definition":"trebly, i.e. (in time) day before yesterday","kjv_definition":"[phrase] before (that time, -time), excellent things (from the margin), [phrase] heretofore, three days, [phrase] time past."} +{"id":"H8033","strongs_number":"H8033","system":"hebrew","language":"hebrew","number_value":8033,"lemma":"שָׁם","transliteration":"shâm","pronunciation":"shawm","derivation":"a primitive particle (rather from the relative pronoun, H834 (אֲשֶׁר));","strongs_definition":"there (transferring to time) then; often thither, or thence","kjv_definition":"in it, [phrase] thence, there (-in, [phrase] of, [phrase] out), [phrase] thither, [phrase] whither."} +{"id":"H8034","strongs_number":"H8034","system":"hebrew","language":"hebrew","number_value":8034,"lemma":"שֵׁם","transliteration":"shêm","pronunciation":"shame","derivation":"a primitive word (perhaps rather from through the idea of definite and conspicuous position; compare H8064 (שָׁמַיִם));","strongs_definition":"an appellation, as amark or memorial of individuality; by implication honor, authority, character","kjv_definition":"[phrase] base, (in-) fame(-ous), named(-d), renown, report."} +{"id":"H8035","strongs_number":"H8035","system":"hebrew","language":"hebrew","number_value":8035,"lemma":"שֵׁם","transliteration":"Shêm","pronunciation":"shame","derivation":"the same as H8034 (שֵׁם); name;","strongs_definition":"Shem, a son of Noah (often includ. his posterity)","kjv_definition":"Sem, Shem."} +{"id":"H8036","strongs_number":"H8036","system":"hebrew","language":"hebrew","number_value":8036,"lemma":"שֻׁם","transliteration":"shum","pronunciation":"shoom","derivation":"(Aramaic) corresponding to H8034 (שֵׁם)","strongs_definition":"{an appellation, as amark or memorial of individuality; by implication honor, authority, character}","kjv_definition":"name."} +{"id":"H8037","strongs_number":"H8037","system":"hebrew","language":"hebrew","number_value":8037,"lemma":"שַׁמָּא","transliteration":"Shammâʼ","pronunciation":"sham-maw'","derivation":"from H8074 (שָׁמֵם); desolation;","strongs_definition":"Shamma, an Israelite","kjv_definition":"Shamma."} +{"id":"H8038","strongs_number":"H8038","system":"hebrew","language":"hebrew","number_value":8038,"lemma":"שֶׁמְאֵבֶר","transliteration":"Shemʼêber","pronunciation":"shem-ay'-ber","derivation":"apparently from H8034 (שֵׁם) and H83 (אֵבֶר); name of pinion, i.e. illustrious;","strongs_definition":"Shemeber, a king of Zeboim","kjv_definition":"Shemeber."} +{"id":"H8039","strongs_number":"H8039","system":"hebrew","language":"hebrew","number_value":8039,"lemma":"שִׁמְאָה","transliteration":"Shimʼâh","pronunciation":"shim-aw'","derivation":"perhaps for H8093 (שִׁמְעָה);","strongs_definition":"Shimah, an Israelite","kjv_definition":"Shimah. Compare H8043 (שִׁמְאָם)."} +{"id":"H8040","strongs_number":"H8040","system":"hebrew","language":"hebrew","number_value":8040,"lemma":"שְׂמֹאול","transliteration":"sᵉmôʼwl","pronunciation":"sem-ole'","derivation":"or שְׂמֹאל; a primitive word (rather perhaps from the same as H8071 (שִׂמְלָה) (by insertion of the aleph) through the idea of wrapping up);","strongs_definition":"properly, dark (as enveloped), i.e. the north; hence (by orientation), the left hand","kjv_definition":"left (hand, side)."} +{"id":"H8041","strongs_number":"H8041","system":"hebrew","language":"hebrew","number_value":8041,"lemma":"שָׂמַאל","transliteration":"sâmaʼl","pronunciation":"saw-mal'","derivation":"a primitive root (denominative from H8040 (שְׂמֹאול));","strongs_definition":"to use the left hand or pass in that direction)","kjv_definition":"(go, turn) (on the, to the) left."} +{"id":"H8042","strongs_number":"H8042","system":"hebrew","language":"hebrew","number_value":8042,"lemma":"שְׂמָאלִי","transliteration":"sᵉmâʼlîy","pronunciation":"sem-aw-lee'","derivation":"from H8040 (שְׂמֹאול);","strongs_definition":"situated on the left side","kjv_definition":"left."} +{"id":"H8043","strongs_number":"H8043","system":"hebrew","language":"hebrew","number_value":8043,"lemma":"שִׁמְאָם","transliteration":"Shimʼâm","pronunciation":"shim-awm'","derivation":"for H8039 (שִׁמְאָה) (compare H38 (אֲבִיָּם));","strongs_definition":"Shimam, an Israelite","kjv_definition":"Shimeam."} +{"id":"H8044","strongs_number":"H8044","system":"hebrew","language":"hebrew","number_value":8044,"lemma":"שַׁמְגַּר","transliteration":"Shamgar","pronunciation":"sham-gar'","derivation":"of uncertain derivation;","strongs_definition":"Shamgar, an Israelite judge","kjv_definition":"Shamgar."} +{"id":"H8045","strongs_number":"H8045","system":"hebrew","language":"hebrew","number_value":8045,"lemma":"שָׁמַד","transliteration":"shâmad","pronunciation":"shaw-mad'","derivation":"a primitive root;","strongs_definition":"to desolate","kjv_definition":"destory(-uction), bring to nought, overthrow, perish, pluck down, [idiom] utterly."} +{"id":"H8046","strongs_number":"H8046","system":"hebrew","language":"hebrew","number_value":8046,"lemma":"שְׁמַד","transliteration":"shᵉmad","pronunciation":"shem-ad'","derivation":"(Aramaic) corresponding to H8045 (שָׁמַד)","strongs_definition":"{to desolate}","kjv_definition":"consume."} +{"id":"H8047","strongs_number":"H8047","system":"hebrew","language":"hebrew","number_value":8047,"lemma":"שַׁמָּה","transliteration":"shammâh","pronunciation":"sham-maw'","derivation":"from H8074 (שָׁמֵם);","strongs_definition":"ruin; by implication, consternation","kjv_definition":"astonishment, desolate(-ion), waste, wonderful thing."} +{"id":"H8048","strongs_number":"H8048","system":"hebrew","language":"hebrew","number_value":8048,"lemma":"שַׁמָּה","transliteration":"Shammâh","pronunciation":"sham-maw'","derivation":"the same as H8047 (שַׁמָּה);","strongs_definition":"Shammah, the name of an Edomite and four Israelites","kjv_definition":"Shammah."} +{"id":"H8049","strongs_number":"H8049","system":"hebrew","language":"hebrew","number_value":8049,"lemma":"שַׁמְהוּת","transliteration":"Shamhûwth","pronunciation":"sham-hooth'","derivation":"for H8048 (שַׁמָּה); desolation;","strongs_definition":"Shamhuth, an Israelite","kjv_definition":"Shamhuth."} +{"id":"H8050","strongs_number":"H8050","system":"hebrew","language":"hebrew","number_value":8050,"lemma":"שְׁמוּאֵל","transliteration":"Shᵉmûwʼêl","pronunciation":"sehm-oo-ale'","derivation":"from the passive participle of H8085 (שָׁמַע) and H410 (אֵל); heard of God;","strongs_definition":"Shemuel, the name of three Israelites","kjv_definition":"Samuel, Shemuel."} +{"id":"H8051","strongs_number":"H8051","system":"hebrew","language":"hebrew","number_value":8051,"lemma":"שַׁמּוּעַ","transliteration":"Shammûwaʻ","pronunciation":"sham-moo'-ah","derivation":"from H8074 (שָׁמֵם); renowned;","strongs_definition":"Shammua, the name of four Israelites","kjv_definition":"Shammua, Shammuah."} +{"id":"H8052","strongs_number":"H8052","system":"hebrew","language":"hebrew","number_value":8052,"lemma":"שְׁמוּעָה","transliteration":"shᵉmûwʻâh","pronunciation":"sehm-oo-aw'","derivation":"feminine passive participle of H8074 (שָׁמֵם);","strongs_definition":"something heard, i.e. an announcement","kjv_definition":"bruit, doctrine, fame, mentioned, news, report, rumor, tidings."} +{"id":"H8053","strongs_number":"H8053","system":"hebrew","language":"hebrew","number_value":8053,"lemma":"שָׁמוּר","transliteration":"Shâmûwr","pronunciation":"shaw-moor'","derivation":"passive participle of H8103 (שִׁמְצָה); observed;","strongs_definition":"Shamur, an Israelite","kjv_definition":"Shamir (from the margin)."} +{"id":"H8054","strongs_number":"H8054","system":"hebrew","language":"hebrew","number_value":8054,"lemma":"שַׁמּוֹת","transliteration":"Shammôwth","pronunciation":"sham-moth'","derivation":"plural of H8047 (שַׁמָּה); ruins;","strongs_definition":"Shammoth, an Israelite","kjv_definition":"Shamoth."} +{"id":"H8055","strongs_number":"H8055","system":"hebrew","language":"hebrew","number_value":8055,"lemma":"שָׂמַח","transliteration":"sâmach","pronunciation":"saw-makh'","derivation":"a primitive root;","strongs_definition":"probably to brighten up, i.e. (figuratively) be (causatively, make) blithe or gleesome","kjv_definition":"cheer up, be (make) glad, (have, make) joy(-ful), be (make) merry, (cause to, make to) rejoice, [idiom] very."} +{"id":"H8056","strongs_number":"H8056","system":"hebrew","language":"hebrew","number_value":8056,"lemma":"שָׂמֵחַ","transliteration":"sâmêach","pronunciation":"saw-may'-akh","derivation":"from H8055 (שָׂמַח);","strongs_definition":"blithe or gleeful","kjv_definition":"(be) glad, joyful, (making) merry((-hearted), -ily), rejoice(-ing)."} +{"id":"H8057","strongs_number":"H8057","system":"hebrew","language":"hebrew","number_value":8057,"lemma":"שִׂמְחָה","transliteration":"simchâh","pronunciation":"sim-khaw'","derivation":"from H8056 (שָׂמֵחַ);","strongs_definition":"blithesomeness or glee, (religious or festival)","kjv_definition":"[idiom] exceeding(-ly), gladness, joy(-fulness), mirth, pleasure, rejoice(-ing)."} +{"id":"H8058","strongs_number":"H8058","system":"hebrew","language":"hebrew","number_value":8058,"lemma":"שָׁמַט","transliteration":"shâmaṭ","pronunciation":"shaw-mat'","derivation":"a primitive root;","strongs_definition":"to fling down; incipiently to jostle; figuratively, to let alone, desist, remit","kjv_definition":"discontinue, overthrow, release, let rest, shake, stumble, throw down."} +{"id":"H8059","strongs_number":"H8059","system":"hebrew","language":"hebrew","number_value":8059,"lemma":"שְׁמִטָּה","transliteration":"shᵉmiṭṭâh","pronunciation":"shem-it-taw'","derivation":"from H8058 (שָׁמַט);","strongs_definition":"remission (of debt) or suspension of labor)","kjv_definition":"release."} +{"id":"H8060","strongs_number":"H8060","system":"hebrew","language":"hebrew","number_value":8060,"lemma":"שַׁמַּי","transliteration":"Shammay","pronunciation":"sham-mah'-ee","derivation":"from H8073 (שַׁמְלַי); destructive;","strongs_definition":"Shammai, the name of three Israelites","kjv_definition":"Shammai."} +{"id":"H8061","strongs_number":"H8061","system":"hebrew","language":"hebrew","number_value":8061,"lemma":"שְׁמִידָע","transliteration":"Shᵉmîydâʻ","pronunciation":"shem-ee-daw'","derivation":"apparently from H8034 (שֵׁם) and H3045 (יָדַע); name of knowing;","strongs_definition":"Shemida, an Israelite","kjv_definition":"Shemida, Shemidah."} +{"id":"H8062","strongs_number":"H8062","system":"hebrew","language":"hebrew","number_value":8062,"lemma":"שְׁמִידָעִי","transliteration":"Shᵉmîydâʻîy","pronunciation":"shem-ee-daw-ee'","derivation":"patronymically from H8061 (שְׁמִידָע);","strongs_definition":"a Shemidaite (collectively) or descendants of Shemida","kjv_definition":"Shemidaites."} +{"id":"H8063","strongs_number":"H8063","system":"hebrew","language":"hebrew","number_value":8063,"lemma":"שְׂמִיכָה","transliteration":"sᵉmîykâh","pronunciation":"sem-ee-kaw'","derivation":"from H5564 (סָמַךְ);","strongs_definition":"a run (as sustaining the Oriental sitter)","kjv_definition":"mantle."} +{"id":"H8064","strongs_number":"H8064","system":"hebrew","language":"hebrew","number_value":8064,"lemma":"שָׁמַיִם","transliteration":"shâmayim","pronunciation":"shaw-mah'-yim","derivation":"dual of an unused singular שָׁמֶה; from an unused root meaning to be lofty;","strongs_definition":"the sky (as aloft; the dual perhaps alluding to the visible arch in which the clouds move, as well as to the higher ether where the celestial bodies revolve)","kjv_definition":"air, [idiom] astrologer, heaven(-s)."} +{"id":"H8065","strongs_number":"H8065","system":"hebrew","language":"hebrew","number_value":8065,"lemma":"שָׁמַיִן","transliteration":"shâmayin","pronunciation":"shaw-mah'-yin","derivation":"(Aramaic) corresponding to H8064 (שָׁמַיִם)","strongs_definition":"{the sky (as aloft; the dual perhaps alluding to the visible arch in which the clouds move, as well as to the higher ether where the celestial bodies revolve)}","kjv_definition":"heaven."} +{"id":"H8066","strongs_number":"H8066","system":"hebrew","language":"hebrew","number_value":8066,"lemma":"שְׁמִינִי","transliteration":"shᵉmîynîy","pronunciation":"shem-ee-nee'","derivation":"from H8083 (שְׁמֹנֶה);","strongs_definition":"eight","kjv_definition":"eight."} +{"id":"H8067","strongs_number":"H8067","system":"hebrew","language":"hebrew","number_value":8067,"lemma":"שְׁמִינִית","transliteration":"shᵉmîynîyth","pronunciation":"shem-ee-neeth'","derivation":"feminine of H8066 (שְׁמִינִי);","strongs_definition":"probably an eight-stringed lyre","kjv_definition":"Sheminith."} +{"id":"H8068","strongs_number":"H8068","system":"hebrew","language":"hebrew","number_value":8068,"lemma":"שָׁמִיר","transliteration":"shâmîyr","pronunciation":"shaw-meer'","derivation":"from H8104 (שָׁמַר) in the original sense of pricking;","strongs_definition":"a thorn; also (from its keenness for scratching) a gem, probably the diamond","kjv_definition":"adamant (stone), brier, diamond."} +{"id":"H8069","strongs_number":"H8069","system":"hebrew","language":"hebrew","number_value":8069,"lemma":"שָׁמִיר","transliteration":"Shâmîyr","pronunciation":"shaw-meer'","derivation":"the same as H8068 (שָׁמִיר);","strongs_definition":"Shamir, the name of two places in Palestine","kjv_definition":"Shamir. Compare H8053 (שָׁמוּר)."} +{"id":"H8070","strongs_number":"H8070","system":"hebrew","language":"hebrew","number_value":8070,"lemma":"שְׁמִירָמוֹת","transliteration":"Shᵉmîyrâmôwth","pronunciation":"shem-ee-raw-moth'","derivation":"or שְׁמָרִימוֹת; probably from H8034 (שֵׁם) and plural of H7413 (רָמָה); name of heights;","strongs_definition":"Shemiramoth, the name of two Israelites","kjv_definition":"Shemiramoth."} +{"id":"H8071","strongs_number":"H8071","system":"hebrew","language":"hebrew","number_value":8071,"lemma":"שִׂמְלָה","transliteration":"simlâh","pronunciation":"sim-law'","derivation":"perhaps by permutation for the feminine of H5566 (סֶמֶל) (through the idea of a cover assuming the shape of the object beneath);","strongs_definition":"a dress, especially a mantle","kjv_definition":"apparel, cloth(-es, -ing), garment, raiment. Compare H8008 (שַׂלְמָה)."} +{"id":"H8072","strongs_number":"H8072","system":"hebrew","language":"hebrew","number_value":8072,"lemma":"שַׂמְלָה","transliteration":"Samlâh","pronunciation":"sam-law'","derivation":"probably for the same as H8071 (שִׂמְלָה);","strongs_definition":"Samlah, an Edomite","kjv_definition":"Samlah."} +{"id":"H8073","strongs_number":"H8073","system":"hebrew","language":"hebrew","number_value":8073,"lemma":"שַׁמְלַי","transliteration":"Shamlay","pronunciation":"sham-lah'-ee","derivation":"for H8014 (שַׂלְמַי);","strongs_definition":"Shamlai, one of the Nethinim","kjv_definition":"Shalmai (from the margin)."} +{"id":"H8074","strongs_number":"H8074","system":"hebrew","language":"hebrew","number_value":8074,"lemma":"שָׁמֵם","transliteration":"shâmêm","pronunciation":"shaw-mame'","derivation":"a primitive root;","strongs_definition":"to stun (or intransitively, grow numb), i.e. devastate or (figuratively) stupefy (both usually in a passive sense)","kjv_definition":"make amazed, be astonied, (be an) astonish(-ment), (be, bring into, unto, lay, lie, make) desolate(-ion, places), be destitute, destroy (self), (lay, lie, make) waste, wonder."} +{"id":"H8075","strongs_number":"H8075","system":"hebrew","language":"hebrew","number_value":8075,"lemma":"שְׁמַם","transliteration":"shᵉmam","pronunciation":"shem-am'","derivation":"(Aramaic) corresponding to H8074 (שָׁמֵם)","strongs_definition":"{to stun (or intransitively, grow numb), i.e. devastate or (figuratively) stupefy (both usually in a passive sense)}","kjv_definition":"be astonied."} +{"id":"H8076","strongs_number":"H8076","system":"hebrew","language":"hebrew","number_value":8076,"lemma":"שָׁמֵם","transliteration":"shâmêm","pronunciation":"shaw-mame'","derivation":"from H8074 (שָׁמֵם);","strongs_definition":"ruined","kjv_definition":"desolate."} +{"id":"H8077","strongs_number":"H8077","system":"hebrew","language":"hebrew","number_value":8077,"lemma":"שְׁמָמָה","transliteration":"shᵉmâmâh","pronunciation":"shem-aw-maw'","derivation":"or שִׁמָמָה; feminine of H8076 (שָׁמֵם);","strongs_definition":"devastation; figuratively, astonishment","kjv_definition":"(laid, [idiom] most) desolate(-ion), waste."} +{"id":"H8078","strongs_number":"H8078","system":"hebrew","language":"hebrew","number_value":8078,"lemma":"שִׁמָּמוֹן","transliteration":"shimmâmôwn","pronunciation":"shim-maw-mone'","derivation":"from H8074 (שָׁמֵם);","strongs_definition":"stupefaction","kjv_definition":"astonishment."} +{"id":"H8079","strongs_number":"H8079","system":"hebrew","language":"hebrew","number_value":8079,"lemma":"שְׂמָמִית","transliteration":"sᵉmâmîyth","pronunciation":"sem-aw-meeth'","derivation":"probably from H8074 (שָׁמֵם) (in the sense of poisoning);","strongs_definition":"a lizard (from the superstition of its noxiousness)","kjv_definition":"spider."} +{"id":"H8080","strongs_number":"H8080","system":"hebrew","language":"hebrew","number_value":8080,"lemma":"שָׁמַן","transliteration":"shâman","pronunciation":"shaw-man'","derivation":"a primitive root;","strongs_definition":"to shine, i.e. (by analogy) be (causatively, make) oily or gross","kjv_definition":"become (make, wax) fat."} +{"id":"H8081","strongs_number":"H8081","system":"hebrew","language":"hebrew","number_value":8081,"lemma":"שֶׁמֶן","transliteration":"shemen","pronunciation":"sheh'-men","derivation":"from H8080 (שָׁמַן);","strongs_definition":"grease, especially liquid (as from the olive, often perfumed); figuratively, richness","kjv_definition":"anointing, [idiom] fat (things), [idiom] fruitful, oil(-ed), ointment, olive, [phrase] pine."} +{"id":"H8082","strongs_number":"H8082","system":"hebrew","language":"hebrew","number_value":8082,"lemma":"שָׁמֵן","transliteration":"shâmên","pronunciation":"shaw-mane'","derivation":"from H8080 (שָׁמַן);","strongs_definition":"greasy, i.e. gross; figuratively, rich","kjv_definition":"fat, lusty, plenteous."} +{"id":"H8083","strongs_number":"H8083","system":"hebrew","language":"hebrew","number_value":8083,"lemma":"שְׁמֹנֶה","transliteration":"shᵉmôneh","pronunciation":"shem-o-neh'","derivation":"or שְׁמוֹנֶה; feminine שְׁמֹנָה; or שְׁמוֹנָה; apparently from H8082 (שָׁמֵן) through the idea of plumpness;","strongs_definition":"a cardinal number, eight (as if a surplus above the 'perfect' seven); also (as ordinal) eighth","kjv_definition":"eight(-een, -eenth), eighth."} +{"id":"H8084","strongs_number":"H8084","system":"hebrew","language":"hebrew","number_value":8084,"lemma":"שְׁמֹנִים","transliteration":"shᵉmônîym","pronunciation":"shem-o-neem'","derivation":"or שְׁמוֹנִים; multiple from H8083 (שְׁמֹנֶה);","strongs_definition":"eighty, also eightieth","kjv_definition":"eighty(-ieth), fourscore."} +{"id":"H8085","strongs_number":"H8085","system":"hebrew","language":"hebrew","number_value":8085,"lemma":"שָׁמַע","transliteration":"shâmaʻ","pronunciation":"shaw-mah'","derivation":"a primitive root;","strongs_definition":"to hear intelligently (often with implication of attention, obedience, etc.; causatively, to tell, etc.)","kjv_definition":"[idiom] attentively, call (gather) together, [idiom] carefully, [idiom] certainly, consent, consider, be content, declare, [idiom] diligently, discern, give ear, (cause to, let, make to) hear(-ken, tell), [idiom] indeed, listen, make (a) noise, (be) obedient, obey, perceive, (make a) proclaim(-ation), publish, regard, report, shew (forth), (make a) sound, [idiom] surely, tell, understand, whosoever (heareth), witness."} +{"id":"H8086","strongs_number":"H8086","system":"hebrew","language":"hebrew","number_value":8086,"lemma":"שְׁמַע","transliteration":"shᵉmaʻ","pronunciation":"shem-ah'","derivation":"(Aramaic) corresponding to H8085 (שָׁמַע)","strongs_definition":"{to hear intelligently (often with implication of attention, obedience, etc.; causatively, to tell, etc.)}","kjv_definition":"hear, obey."} +{"id":"H8087","strongs_number":"H8087","system":"hebrew","language":"hebrew","number_value":8087,"lemma":"שֶׁמַע","transliteration":"Shemaʻ","pronunciation":"sheh'-mah","derivation":"for the same as H8088 (שֵׁמַע);","strongs_definition":"Shema, the name of a place in Palestine and of four Israelites","kjv_definition":"Shema."} +{"id":"H8088","strongs_number":"H8088","system":"hebrew","language":"hebrew","number_value":8088,"lemma":"שֵׁמַע","transliteration":"shêmaʻ","pronunciation":"shay'-mah","derivation":"from H8085 (שָׁמַע);","strongs_definition":"something heard, i.e. a sound, rumor, announcement; abstractly, audience","kjv_definition":"bruit, fame, hear(-ing), loud, report, speech, tidings."} +{"id":"H8089","strongs_number":"H8089","system":"hebrew","language":"hebrew","number_value":8089,"lemma":"שֹׁמַע","transliteration":"shômaʻ","pronunciation":"sho'-mah","derivation":"from H8085 (שָׁמַע);","strongs_definition":"a report","kjv_definition":"fame."} +{"id":"H8090","strongs_number":"H8090","system":"hebrew","language":"hebrew","number_value":8090,"lemma":"שְׁמָע","transliteration":"Shᵉmâʻ","pronunciation":"shem-aw'","derivation":"for H8087 (שֶׁמַע);","strongs_definition":"Shema, a place in Palestine","kjv_definition":"Shema."} +{"id":"H8091","strongs_number":"H8091","system":"hebrew","language":"hebrew","number_value":8091,"lemma":"שָׁמָע","transliteration":"Shâmâʻ","pronunciation":"shaw-maw'","derivation":"from H8085 (שָׁמַע); obedient;","strongs_definition":"Shama, an Israelite","kjv_definition":"Shama."} +{"id":"H8092","strongs_number":"H8092","system":"hebrew","language":"hebrew","number_value":8092,"lemma":"שִׁמְעָא","transliteration":"Shimʻâʼ","pronunciation":"shim-aw'","derivation":"for H8093 (שִׁמְעָה);","strongs_definition":"Shima, the name of four Israelites","kjv_definition":"Shimea, Shimei, Shamma."} +{"id":"H8093","strongs_number":"H8093","system":"hebrew","language":"hebrew","number_value":8093,"lemma":"שִׁמְעָה","transliteration":"Shimʻâh","pronunciation":"shim-aw'","derivation":"feminine of H8088 (שֵׁמַע); annunciation;","strongs_definition":"Shimah, an Israelite","kjv_definition":"Shimeah."} +{"id":"H8094","strongs_number":"H8094","system":"hebrew","language":"hebrew","number_value":8094,"lemma":"שְׁמָעָה","transliteration":"Shᵉmâʻâh","pronunciation":"shem-aw-aw'","derivation":"for H8093 (שִׁמְעָה);","strongs_definition":"Shemaah, an Israelite","kjv_definition":"Shemaah."} +{"id":"H8095","strongs_number":"H8095","system":"hebrew","language":"hebrew","number_value":8095,"lemma":"שִׁמְעוֹן","transliteration":"Shimʻôwn","pronunciation":"shim-one'","derivation":"from H8085 (שָׁמַע); hearing;","strongs_definition":"Shimon, one of Jacob's sons, also the tribe descended from him","kjv_definition":"Simeon."} +{"id":"H8096","strongs_number":"H8096","system":"hebrew","language":"hebrew","number_value":8096,"lemma":"שִׁמְעִי","transliteration":"Shimʻîy","pronunciation":"shim-ee'","derivation":"from H8088 (שֵׁמַע); famous;","strongs_definition":"Shimi, the name of twenty Israelites","kjv_definition":"Shimeah (from the margin), Shimei, Shimhi, Shimi."} +{"id":"H8097","strongs_number":"H8097","system":"hebrew","language":"hebrew","number_value":8097,"lemma":"שִׁמְעִי","transliteration":"Shimʻîy","pronunciation":"shim-ee'","derivation":"patronymically from H8096 (שִׁמְעִי);","strongs_definition":"a Shimite (collectively) or descendants of Shimi","kjv_definition":"of Shimi, Shimites."} +{"id":"H8098","strongs_number":"H8098","system":"hebrew","language":"hebrew","number_value":8098,"lemma":"שְׁמַעְיָה","transliteration":"Shᵉmaʻyâh","pronunciation":"shem-aw-yaw'","derivation":"or שְׁמַעְיָהוּ; from H8085 (שָׁמַע) and H3050 (יָהּ); Jah has heard;","strongs_definition":"Shemajah, the name of twenty-five Israelites","kjv_definition":"Shemaiah."} +{"id":"H8099","strongs_number":"H8099","system":"hebrew","language":"hebrew","number_value":8099,"lemma":"שִׁמְעֹנִי","transliteration":"Shimʻônîy","pronunciation":"shim-o-nee'","derivation":"patronymically from H8095 (שִׁמְעוֹן);","strongs_definition":"a Shimonite (collectively) or descendants of Shimon","kjv_definition":"tribe of Simeon, Simeonites."} +{"id":"H8100","strongs_number":"H8100","system":"hebrew","language":"hebrew","number_value":8100,"lemma":"שִׁמְעַת","transliteration":"Shimʻath","pronunciation":"shim-awth'","derivation":"feminine of H8088 (שֵׁמַע); annunciation;","strongs_definition":"Shimath, an Ammonitess","kjv_definition":"Shimath."} +{"id":"H8101","strongs_number":"H8101","system":"hebrew","language":"hebrew","number_value":8101,"lemma":"שִׁמְעָתִי","transliteration":"Shimʻâthîy","pronunciation":"shim-aw-thee'","derivation":"patronymically from H8093 (שִׁמְעָה);","strongs_definition":"a Shimathite (collectively) or descendants of Shimah","kjv_definition":"Shimeathites."} +{"id":"H8102","strongs_number":"H8102","system":"hebrew","language":"hebrew","number_value":8102,"lemma":"שֶׁמֶץ","transliteration":"shemets","pronunciation":"sheh'-mets","derivation":"from an unused root meaning to emit a sound;","strongs_definition":"an inkling","kjv_definition":"a little."} +{"id":"H8103","strongs_number":"H8103","system":"hebrew","language":"hebrew","number_value":8103,"lemma":"שִׁמְצָה","transliteration":"shimtsâh","pronunciation":"shim-tsaw'","derivation":"feminine of H8102 (שֶׁמֶץ);","strongs_definition":"scornful whispering (of hostile spectators)","kjv_definition":"shame."} +{"id":"H8104","strongs_number":"H8104","system":"hebrew","language":"hebrew","number_value":8104,"lemma":"שָׁמַר","transliteration":"shâmar","pronunciation":"shaw-mar'","derivation":"a primitive root;","strongs_definition":"properly, to hedge about (as with thorns), i.e. guard; generally, to protect, attend to, etc.","kjv_definition":"beward, be circumspect, take heed (to self), keep(-er, self), mark, look narrowly, observe, preserve, regard, reserve, save (self), sure, (that lay) wait (for), watch(-man)."} +{"id":"H8105","strongs_number":"H8105","system":"hebrew","language":"hebrew","number_value":8105,"lemma":"שֶׁמֶר","transliteration":"shemer","pronunciation":"sheh'-mer","derivation":"from H8104 (שָׁמַר);","strongs_definition":"something preserved, i.e. the settlings (plural only) of wine","kjv_definition":"dregs, (wines on the) lees."} +{"id":"H8106","strongs_number":"H8106","system":"hebrew","language":"hebrew","number_value":8106,"lemma":"שֶׁמֶר","transliteration":"Shemer","pronunciation":"sheh'-mer","derivation":"the same as H8105 (שֶׁמֶר);","strongs_definition":"Shemer, the name of three Israelites","kjv_definition":"Shamer, Shemer."} +{"id":"H8107","strongs_number":"H8107","system":"hebrew","language":"hebrew","number_value":8107,"lemma":"שִׁמֻּר","transliteration":"shimmur","pronunciation":"shim-moor'","derivation":"from H8104 (שָׁמַר);","strongs_definition":"an observance","kjv_definition":"[idiom] be (much) observed."} +{"id":"H8108","strongs_number":"H8108","system":"hebrew","language":"hebrew","number_value":8108,"lemma":"שׇׁמְרָה","transliteration":"shomrâh","pronunciation":"shom-raw'","derivation":"feminine of an unused noun from H8104 (שָׁמַר) meaning a guard;","strongs_definition":"watchfulness","kjv_definition":"watch."} +{"id":"H8109","strongs_number":"H8109","system":"hebrew","language":"hebrew","number_value":8109,"lemma":"שְׁמֻרָה","transliteration":"shᵉmurâh","pronunciation":"shem-oo-raw'","derivation":"feminine of passive participle of H8104 (שָׁמַר);","strongs_definition":"something guarded, i.e. an eye-lid","kjv_definition":"waking."} +{"id":"H8110","strongs_number":"H8110","system":"hebrew","language":"hebrew","number_value":8110,"lemma":"שִׁמְרוֹן","transliteration":"Shimrôwn","pronunciation":"shim-rone'","derivation":"from H8105 (שֶׁמֶר) in its original sense; guardianship;","strongs_definition":"Shimron, the name of an Israelite and of a place in Palestine","kjv_definition":"Shimron."} +{"id":"H8111","strongs_number":"H8111","system":"hebrew","language":"hebrew","number_value":8111,"lemma":"שֹׁמְרוֹן","transliteration":"Shômᵉrôwn","pronunciation":"sho-mer-one'","derivation":"from the active participle of H8104 (שָׁמַר); watch-station;","strongs_definition":"Shomeron, a place in Palestine","kjv_definition":"Samaria."} +{"id":"H8112","strongs_number":"H8112","system":"hebrew","language":"hebrew","number_value":8112,"lemma":"שִׁמְרוֹן מְראוֹן","transliteration":"Shimrôwn Mᵉrʼôwn","pronunciation":"shim-rone' mer-one'","derivation":"from H8110 (שִׁמְרוֹן) and a derivative of H4754 (מָרָא); guard of lashing;","strongs_definition":"Shimron-Meron, a place in Palestine","kjv_definition":"Shimon-meron."} +{"id":"H8113","strongs_number":"H8113","system":"hebrew","language":"hebrew","number_value":8113,"lemma":"שִׁמְרִי","transliteration":"Shimrîy","pronunciation":"shim-ree'","derivation":"from H8105 (שֶׁמֶר) in its original sense; watchful;","strongs_definition":"Shimri, the name of four Israelites","kjv_definition":"Shimri."} +{"id":"H8114","strongs_number":"H8114","system":"hebrew","language":"hebrew","number_value":8114,"lemma":"שְׁמַרְיָה","transliteration":"Shᵉmaryâh","pronunciation":"shem-ar-yaw'","derivation":"or שְׁמַרְיָהוּ; from H8104 (שָׁמַר) and H3050 (יָהּ); Jah has guarded;","strongs_definition":"Shemarjah, the name of four Israelites","kjv_definition":"Shamariah, Shemariah."} +{"id":"H8115","strongs_number":"H8115","system":"hebrew","language":"hebrew","number_value":8115,"lemma":"שׇׁמְרַיִן","transliteration":"Shomrayin","pronunciation":"shom-rah'-yin","derivation":"(Aramaic) corresponding to H8111 (שֹׁמְרוֹן);","strongs_definition":"Shomrain, a place in Palestine","kjv_definition":"Samaria."} +{"id":"H8116","strongs_number":"H8116","system":"hebrew","language":"hebrew","number_value":8116,"lemma":"שִׁמְרִית","transliteration":"Shimrîyth","pronunciation":"shim-reeth'","derivation":"feminine of H8113 (שִׁמְרִי); female guard;","strongs_definition":"Shimrith, a Moabitess","kjv_definition":"Shimrith."} +{"id":"H8117","strongs_number":"H8117","system":"hebrew","language":"hebrew","number_value":8117,"lemma":"שִׁמְרֹנִי","transliteration":"Shimrônîy","pronunciation":"shim-ro-nee'","derivation":"patronymically from H8110 (שִׁמְרוֹן);","strongs_definition":"a Shimronite (collectively) or descendants of Shimron","kjv_definition":"Shimronites."} +{"id":"H8118","strongs_number":"H8118","system":"hebrew","language":"hebrew","number_value":8118,"lemma":"שֹׁמרֹנִי","transliteration":"Shômrônîy","pronunciation":"sho-mer-o-nee'","derivation":"patrial from H8111 (שֹׁמְרוֹן);","strongs_definition":"a Shomeronite (collectively) or inhabitants of Shomeron","kjv_definition":"Samaritans."} +{"id":"H8119","strongs_number":"H8119","system":"hebrew","language":"hebrew","number_value":8119,"lemma":"שִׁמְרָת","transliteration":"Shimrâth","pronunciation":"shim-rawth'","derivation":"from H8104 (שָׁמַר); guardship;","strongs_definition":"Shimrath, an Israelite","kjv_definition":"Shimrath."} +{"id":"H8120","strongs_number":"H8120","system":"hebrew","language":"hebrew","number_value":8120,"lemma":"שְׁמַשׁ","transliteration":"shᵉmash","pronunciation":"shem-ash'","derivation":"(Aramaic) corresponding to the root of H8121 (שֶׁמֶשׁ) through the idea of activity implied in day-light;","strongs_definition":"to serve","kjv_definition":"minister."} +{"id":"H8121","strongs_number":"H8121","system":"hebrew","language":"hebrew","number_value":8121,"lemma":"שֶׁמֶשׁ","transliteration":"shemesh","pronunciation":"sheh'-mesh","derivation":"from an unused root meaning to be brilliant;","strongs_definition":"the sun; by implication, the east; figuratively, a ray, i.e. (architectural) a notched battlement","kjv_definition":"[phrase] east side(-ward), sun (rising), [phrase] west(-ward), window. See also H1053 (בֵּית שֶׁמֶשׁ)."} +{"id":"H8122","strongs_number":"H8122","system":"hebrew","language":"hebrew","number_value":8122,"lemma":"שֶׁמֶשׁ","transliteration":"shemesh","pronunciation":"sheh'-mesh","derivation":"(Aramaic) corresponding to H8121 (שֶׁמֶשׁ);","strongs_definition":"the sun","kjv_definition":"sun."} +{"id":"H8123","strongs_number":"H8123","system":"hebrew","language":"hebrew","number_value":8123,"lemma":"שִׁמְשׁוֹן","transliteration":"Shimshôwn","pronunciation":"shim-shone'","derivation":"from H8121 (שֶׁמֶשׁ); sunlight;","strongs_definition":"Shimshon, an Israelite","kjv_definition":"Samson."} +{"id":"H8124","strongs_number":"H8124","system":"hebrew","language":"hebrew","number_value":8124,"lemma":"שִׁמְשַׁי","transliteration":"Shimshay","pronunciation":"shim-shah'-ee","derivation":"(Aramaic) from H8122 (שֶׁמֶשׁ); sunny;","strongs_definition":"Shimshai, a Samaritan","kjv_definition":"Shimshai."} +{"id":"H8125","strongs_number":"H8125","system":"hebrew","language":"hebrew","number_value":8125,"lemma":"שַׁמְשְׁרַי","transliteration":"Shamshᵉray","pronunciation":"sham-sher-ah'-ee","derivation":"apparently from H8121 (שֶׁמֶשׁ); sunlike;","strongs_definition":"Shamsherai, an Israelite","kjv_definition":"Shamsherai."} +{"id":"H8126","strongs_number":"H8126","system":"hebrew","language":"hebrew","number_value":8126,"lemma":"שֻׁמָתִי","transliteration":"Shumâthîy","pronunciation":"shoo-maw-thee'","derivation":"patronymically from an unused name from H7762 (שׁוּם) probably meaning garlic-smell;","strongs_definition":"a Shumathite (collectively) or descendants of Shumah","kjv_definition":"Shumathites."} +{"id":"H8127","strongs_number":"H8127","system":"hebrew","language":"hebrew","number_value":8127,"lemma":"שֵׁן","transliteration":"shên","pronunciation":"shane","derivation":"from H8150 (שָׁנַן); compare H8143 (שֶׁנְהַבִּים)","strongs_definition":"a tooth (as sharp); specifically ivory; figuratively, a cliff","kjv_definition":"crag, [idiom] forefront, ivory, [idiom] sharp, tooth."} +{"id":"H8128","strongs_number":"H8128","system":"hebrew","language":"hebrew","number_value":8128,"lemma":"שֵׁן","transliteration":"shên","pronunciation":"shane","derivation":"(Aramaic) corresponding to H8127 (שֵׁן);","strongs_definition":"a tooth","kjv_definition":"tooth."} +{"id":"H8129","strongs_number":"H8129","system":"hebrew","language":"hebrew","number_value":8129,"lemma":"שֵׁן","transliteration":"Shên","pronunciation":"shane","derivation":"the same as H8127 (שֵׁן); crag;","strongs_definition":"Shen, a place in Palestine","kjv_definition":"Shen."} +{"id":"H8130","strongs_number":"H8130","system":"hebrew","language":"hebrew","number_value":8130,"lemma":"שָׂנֵא","transliteration":"sânêʼ","pronunciation":"saw-nay'","derivation":"a primitive root;","strongs_definition":"to hate (personally)","kjv_definition":"enemy, foe, (be) hate(-ful, -r), odious, [idiom] utterly."} +{"id":"H8131","strongs_number":"H8131","system":"hebrew","language":"hebrew","number_value":8131,"lemma":"שְׂנֵא","transliteration":"sᵉnêʼ","pronunciation":"sen-ay'","derivation":"(Aramaic) corresponding to H8130 (שָׂנֵא)","strongs_definition":"{to hate (personally)}","kjv_definition":"hate."} +{"id":"H8132","strongs_number":"H8132","system":"hebrew","language":"hebrew","number_value":8132,"lemma":"שָׁנָא","transliteration":"shânâʼ","pronunciation":"shaw-naw'","derivation":"a primitive root;","strongs_definition":"to alter","kjv_definition":"change."} +{"id":"H8133","strongs_number":"H8133","system":"hebrew","language":"hebrew","number_value":8133,"lemma":"שְׁנָא","transliteration":"shᵉnâʼ","pronunciation":"shen-aw'","derivation":"(Aramaic) corresponding to H8132 (שָׁנָא)","strongs_definition":"{to alter}","kjv_definition":"alter, change, (be) diverse."} +{"id":"H8134","strongs_number":"H8134","system":"hebrew","language":"hebrew","number_value":8134,"lemma":"שִׁנְאָב","transliteration":"Shinʼâb","pronunciation":"shin-awb'","derivation":"probably from H8132 (שָׁנָא) and H1 (אָב); a father has turned;","strongs_definition":"Shinab, a Canaanite","kjv_definition":"Shinab."} +{"id":"H8135","strongs_number":"H8135","system":"hebrew","language":"hebrew","number_value":8135,"lemma":"שִׂנְאָה","transliteration":"sinʼâh","pronunciation":"sin-aw'","derivation":"from H8130 (שָׂנֵא);","strongs_definition":"hate","kjv_definition":"[phrase] exceedingly, hate(-ful, -red)."} +{"id":"H8136","strongs_number":"H8136","system":"hebrew","language":"hebrew","number_value":8136,"lemma":"שִׁנְאָן","transliteration":"shinʼân","pronunciation":"shin-awn'","derivation":"from H8132 (שָׁנָא);","strongs_definition":"change, i.e. repetition","kjv_definition":"[idiom] angels."} +{"id":"H8137","strongs_number":"H8137","system":"hebrew","language":"hebrew","number_value":8137,"lemma":"שֶׁנְאַצַּר","transliteration":"Shenʼatstsar","pronunciation":"shen-ats-tsar'","derivation":"apparently of Babylonian origin;","strongs_definition":"Shenatstsar, an Israelite","kjv_definition":"Senazar."} +{"id":"H8138","strongs_number":"H8138","system":"hebrew","language":"hebrew","number_value":8138,"lemma":"שָׁנָה","transliteration":"shânâh","pronunciation":"shaw-naw'","derivation":"a primitive root;","strongs_definition":"to fold, i.e. duplicate (literally or figuratively); by implication, to transmute (transitive or intransitive)","kjv_definition":"do (speak, strike) again, alter, double, (be given to) change, disguise, (be) diverse, pervert, prefer, repeat, return, do the second time."} +{"id":"H8139","strongs_number":"H8139","system":"hebrew","language":"hebrew","number_value":8139,"lemma":"שְׁנָה","transliteration":"shᵉnâh","pronunciation":"shen-aw'","derivation":"(Aramaic) corresponding to H8142 (שֵׁנָה)","strongs_definition":"{sleep}","kjv_definition":"sleep."} +{"id":"H8140","strongs_number":"H8140","system":"hebrew","language":"hebrew","number_value":8140,"lemma":"שְׁנָה","transliteration":"shᵉnâh","pronunciation":"shen-aw'","derivation":"(Aramaic) corresponding to H8141 (שָׁנֶה)","strongs_definition":"{a year (as a revolution of time)}","kjv_definition":"year."} +{"id":"H8141","strongs_number":"H8141","system":"hebrew","language":"hebrew","number_value":8141,"lemma":"שָׁנֶה","transliteration":"shâneh","pronunciation":"shaw-neh'","derivation":"(in plural or (feminine) שָׁנָה; from H8138 (שָׁנָה);","strongs_definition":"a year (as a revolution of time)","kjv_definition":"[phrase] whole age, [idiom] long, [phrase] old, year([idiom] -ly)."} +{"id":"H8142","strongs_number":"H8142","system":"hebrew","language":"hebrew","number_value":8142,"lemma":"שֵׁנָה","transliteration":"shênâh","pronunciation":"shay-naw'","derivation":"or שֵׁנָא; (Psalm 127:2), from H3462 (יָשֵׁן);","strongs_definition":"sleep","kjv_definition":"sleep."} +{"id":"H8143","strongs_number":"H8143","system":"hebrew","language":"hebrew","number_value":8143,"lemma":"שֶׁנְהַבִּים","transliteration":"shenhabbîym","pronunciation":"shen-hab-beem'","derivation":"from H8127 (שֵׁן) and the plural apparently of a foreign word;","strongs_definition":"probably, tooth of elephants, i.e. ivory tusk","kjv_definition":"ivory."} +{"id":"H8144","strongs_number":"H8144","system":"hebrew","language":"hebrew","number_value":8144,"lemma":"שָׁנִי","transliteration":"shânîy","pronunciation":"shaw-nee'","derivation":"of uncertain derivation;","strongs_definition":"crimson, properly, the insect or its color, also stuff dyed with it","kjv_definition":"crimson, scarlet (thread)."} +{"id":"H8145","strongs_number":"H8145","system":"hebrew","language":"hebrew","number_value":8145,"lemma":"שֵׁנִי","transliteration":"shênîy","pronunciation":"shay-nee'","derivation":"from H8138 (שָׁנָה);","strongs_definition":"properly, double, i.e. second; also adverbially, again","kjv_definition":"again, either (of them), (an-) other, second (time)."} +{"id":"H8146","strongs_number":"H8146","system":"hebrew","language":"hebrew","number_value":8146,"lemma":"שָׂנִיא","transliteration":"sânîyʼ","pronunciation":"saw-nee'","derivation":"from H8130 (שָׂנֵא);","strongs_definition":"hated","kjv_definition":"hated."} +{"id":"H8147","strongs_number":"H8147","system":"hebrew","language":"hebrew","number_value":8147,"lemma":"שְׁנַיִם","transliteration":"shᵉnayim","pronunciation":"shen-ah'-yim","derivation":"dual of H8145 (שֵׁנִי); feminine שְׁתַּיִם;","strongs_definition":"two; also (as ordinal) twofold","kjv_definition":"both, couple, double, second, twain, [phrase] twelfth, [phrase] twelve, [phrase] twenty (sixscore) thousand, twice, two."} +{"id":"H8148","strongs_number":"H8148","system":"hebrew","language":"hebrew","number_value":8148,"lemma":"שְׁנִינָה","transliteration":"shᵉnîynâh","pronunciation":"shen-ee-naw'","derivation":"from H8150 (שָׁנַן);","strongs_definition":"something pointed, i.e. a gibe","kjv_definition":"byword, taunt."} +{"id":"H8149","strongs_number":"H8149","system":"hebrew","language":"hebrew","number_value":8149,"lemma":"שְׁנִיר","transliteration":"Shᵉnîyr","pronunciation":"shen-eer'","derivation":"or שְׂנִיר; from an unused root meaning to be pointed; peak;","strongs_definition":"Shenir or Senir, a summit of Lebanon","kjv_definition":"Senir, Shenir."} +{"id":"H8150","strongs_number":"H8150","system":"hebrew","language":"hebrew","number_value":8150,"lemma":"שָׁנַן","transliteration":"shânan","pronunciation":"shaw-nan'","derivation":"a primitive root;","strongs_definition":"to point (transitive or intransitive); intensively, to pierce; figuratively, to inculcate","kjv_definition":"prick, sharp(-en), teach diligently, whet."} +{"id":"H8151","strongs_number":"H8151","system":"hebrew","language":"hebrew","number_value":8151,"lemma":"שָׁנַס","transliteration":"shânaç","pronunciation":"shaw-nas'","derivation":"a primitive root;","strongs_definition":"to compress (with a belt)","kjv_definition":"gird up."} +{"id":"H8152","strongs_number":"H8152","system":"hebrew","language":"hebrew","number_value":8152,"lemma":"שִׁנְעָר","transliteration":"Shinʻâr","pronunciation":"shin-awr'","derivation":"probably of foreign derivation;","strongs_definition":"Shinar, a plain in Babylonia","kjv_definition":"Shinar."} +{"id":"H8153","strongs_number":"H8153","system":"hebrew","language":"hebrew","number_value":8153,"lemma":"שְׁנָת","transliteration":"shᵉnâth","pronunciation":"shen-awth'","derivation":"from H3462 (יָשֵׁן);","strongs_definition":"sleep","kjv_definition":"sleep."} +{"id":"H8154","strongs_number":"H8154","system":"hebrew","language":"hebrew","number_value":8154,"lemma":"שָׁסָה","transliteration":"shâçâh","pronunciation":"shaw-saw'","derivation":"or שָׁשָׂה; (Isaiah 10:13), a primitive root;","strongs_definition":"to plunder","kjv_definition":"destroyer, rob, spoil(-er)."} +{"id":"H8155","strongs_number":"H8155","system":"hebrew","language":"hebrew","number_value":8155,"lemma":"שָׁסַס","transliteration":"shâçaç","pronunciation":"shaw-sas'","derivation":"a primitive root;","strongs_definition":"to plunder","kjv_definition":"rifle, spoil."} +{"id":"H8156","strongs_number":"H8156","system":"hebrew","language":"hebrew","number_value":8156,"lemma":"שָׁסַע","transliteration":"shâçaʻ","pronunciation":"shaw-sah'","derivation":"a primitive root;","strongs_definition":"to split or tear; figuratively, to upbraid","kjv_definition":"cleave, (be) cloven (footed), rend, stay."} +{"id":"H8157","strongs_number":"H8157","system":"hebrew","language":"hebrew","number_value":8157,"lemma":"שֶׁסַע","transliteration":"sheçaʻ","pronunciation":"sheh'-sah","derivation":"from H8156 (שָׁסַע);","strongs_definition":"a fissure","kjv_definition":"cleft, clovenfooted."} +{"id":"H8158","strongs_number":"H8158","system":"hebrew","language":"hebrew","number_value":8158,"lemma":"שָׁסַף","transliteration":"shâçaph","pronunciation":"shaw-saf'","derivation":"a primitive root;","strongs_definition":"to cut in pieces, i.e. slaughter","kjv_definition":"hew in pieces."} +{"id":"H8159","strongs_number":"H8159","system":"hebrew","language":"hebrew","number_value":8159,"lemma":"שָׁעָה","transliteration":"shâʻâh","pronunciation":"shaw-aw'","derivation":"a primitive root;","strongs_definition":"to gaze at or about (properly, for help); by implication, to inspect, consider, compassionate, be nonplussed (as looking around in amazement) or bewildered","kjv_definition":"depart, be dim, be dismayed, look (away), regard, have respect, spare, turn."} +{"id":"H8160","strongs_number":"H8160","system":"hebrew","language":"hebrew","number_value":8160,"lemma":"שָׁעָה","transliteration":"shâʻâh","pronunciation":"shaw-aw'","derivation":"(Aramaic) from a root corresponding to H8159 (שָׁעָה);","strongs_definition":"properly, a look, i.e. a moment","kjv_definition":"hour."} +{"id":"H8161","strongs_number":"H8161","system":"hebrew","language":"hebrew","number_value":8161,"lemma":"שַׁעֲטָה","transliteration":"shaʻăṭâh","pronunciation":"shah'-at-aw","derivation":"feminine from an unused root meaning to stamp;","strongs_definition":"a clatter (of hoofs)","kjv_definition":"stamping."} +{"id":"H8162","strongs_number":"H8162","system":"hebrew","language":"hebrew","number_value":8162,"lemma":"שַׁעַטְנֵז","transliteration":"shaʻaṭnêz","pronunciation":"shah-at-naze'","derivation":"probably of foreign derivation;","strongs_definition":"linsey-woolsey, i.e. cloth of linen and wool carded and spun together","kjv_definition":"garment of divers sorts, linen and wollen."} +{"id":"H8163","strongs_number":"H8163","system":"hebrew","language":"hebrew","number_value":8163,"lemma":"שָׂעִיר","transliteration":"sâʻîyr","pronunciation":"saw-eer'","derivation":"or שָׂעִר; from H8175 (שָׂעַר);","strongs_definition":"shaggy; as noun, a he-goat; by analogy, a faun","kjv_definition":"devil, goat, hairy, kid, rough, satyr."} +{"id":"H8164","strongs_number":"H8164","system":"hebrew","language":"hebrew","number_value":8164,"lemma":"שָׂעִיר","transliteration":"sâʻîyr","pronunciation":"saw-eer'","derivation":"formed the same as H8163 (שָׂעִיר);","strongs_definition":"a shower (as tempestuous)","kjv_definition":"small rain."} +{"id":"H8165","strongs_number":"H8165","system":"hebrew","language":"hebrew","number_value":8165,"lemma":"שֵׂעִיר","transliteration":"Sêʻîyr","pronunciation":"say-eer'","derivation":"formed like H8163 (שָׂעִיר); rough;","strongs_definition":"Seir, a mountain of Idumaea and its aboriginal occupants, also one in Palestine","kjv_definition":"Seir."} +{"id":"H8166","strongs_number":"H8166","system":"hebrew","language":"hebrew","number_value":8166,"lemma":"שְׂעִירָה","transliteration":"sᵉʻîyrâh","pronunciation":"seh-ee-raw'","derivation":"feminine of H8163 (שָׂעִיר);","strongs_definition":"a she-goat","kjv_definition":"kid."} +{"id":"H8167","strongs_number":"H8167","system":"hebrew","language":"hebrew","number_value":8167,"lemma":"שְׂעִירָה","transliteration":"Sᵉʻîyrâh","pronunciation":"seh-ee-raw'","derivation":"formed as H8166 (שְׂעִירָה); roughness;","strongs_definition":"Seirah, a place in Palestine","kjv_definition":"Seirath."} +{"id":"H8168","strongs_number":"H8168","system":"hebrew","language":"hebrew","number_value":8168,"lemma":"שֹׁעַל","transliteration":"shôʻal","pronunciation":"sho'-al","derivation":"from an unused root meaning to hollow out;","strongs_definition":"the palm; by extension, a handful","kjv_definition":"handful, hollow of the hand."} +{"id":"H8169","strongs_number":"H8169","system":"hebrew","language":"hebrew","number_value":8169,"lemma":"שַׁעַלְבִים","transliteration":"Shaʻalbîym","pronunciation":"shah-al-beem'","derivation":"or שַׁעֲלַבִּין; plural from H7776 (שׁוּעָל); fox-holes;","strongs_definition":"Shaalbim or Shaalabbin, a place in Palestine","kjv_definition":"Shaalabbin, Shaalbim."} +{"id":"H8170","strongs_number":"H8170","system":"hebrew","language":"hebrew","number_value":8170,"lemma":"שַׁעַלְבֹנִי","transliteration":"Shaʻalbônîy","pronunciation":"shah-al-bo-nee'","derivation":"patrial from H8169 (שַׁעַלְבִים);","strongs_definition":"a Shaalbonite or inhabitant of Shaalbin","kjv_definition":"Shaalbonite."} +{"id":"H8171","strongs_number":"H8171","system":"hebrew","language":"hebrew","number_value":8171,"lemma":"שַׁעֲלִים","transliteration":"Shaʻălîym","pronunciation":"shah-al-eem'","derivation":"plural of H7776 (שׁוּעָל); foxes;","strongs_definition":"Shaalim, a place in Palestine","kjv_definition":"Shalim."} +{"id":"H8172","strongs_number":"H8172","system":"hebrew","language":"hebrew","number_value":8172,"lemma":"שָׁעַן","transliteration":"shâʻan","pronunciation":"shaw-an'","derivation":"a primitive root;","strongs_definition":"to support one's self","kjv_definition":"lean, lie, rely, rest (on, self), stay."} +{"id":"H8173","strongs_number":"H8173","system":"hebrew","language":"hebrew","number_value":8173,"lemma":"שָׁעַע","transliteration":"shâʻaʻ","pronunciation":"shaw-ah'","derivation":"a primitive root;","strongs_definition":"(in a good acceptation) to look upon (with complacency), i.e. fondle, please or amuse (self); (in a bad one) to look about (in dismay), i.e. stare","kjv_definition":"cry (out) (by confusion with H7768 (שָׁוַע)), dandle, delight (self), play, shut."} +{"id":"H8174","strongs_number":"H8174","system":"hebrew","language":"hebrew","number_value":8174,"lemma":"שַׁעַף","transliteration":"Shaʻaph","pronunciation":"shah'-af","derivation":"from H5586 (סָעַף); fluctuation;","strongs_definition":"Shaaph, the name of two Israelites","kjv_definition":"Shaaph."} +{"id":"H8175","strongs_number":"H8175","system":"hebrew","language":"hebrew","number_value":8175,"lemma":"שָׂעַר","transliteration":"sâʻar","pronunciation":"saw-ar'","derivation":"a primitive root;","strongs_definition":"to storm; by implication, to shiver, i.e. fear","kjv_definition":"be (horribly) afraid, fear, hurl as a storm, be tempestuous, come like (take away as with) a whirlwind."} +{"id":"H8176","strongs_number":"H8176","system":"hebrew","language":"hebrew","number_value":8176,"lemma":"שָׁעַר","transliteration":"shâʻar","pronunciation":"shaw-ar'","derivation":"a primitive root; to split or open, i.e. (literally, but only as denominative from H8179 (שַׁעַר)); compare see H7778 (שׁוֹעֵר)","strongs_definition":"to act as gatekeeper; (figuratively) to estimate","kjv_definition":"think."} +{"id":"H8177","strongs_number":"H8177","system":"hebrew","language":"hebrew","number_value":8177,"lemma":"שְׂעַר","transliteration":"sᵉʻar","pronunciation":"seh-ar'","derivation":"(Aramaic) corresponding to H8181 (שֵׂעָר);","strongs_definition":"hair","kjv_definition":"hair."} +{"id":"H8178","strongs_number":"H8178","system":"hebrew","language":"hebrew","number_value":8178,"lemma":"שַׂעַר","transliteration":"saʻar","pronunciation":"sah'-ar","derivation":"from H8175 (שָׂעַר);","strongs_definition":"a tempest; also a terror","kjv_definition":"affrighted, [idiom] horribly, [idiom] sore, storm. See H8181 (שֵׂעָר)."} +{"id":"H8179","strongs_number":"H8179","system":"hebrew","language":"hebrew","number_value":8179,"lemma":"שַׁעַר","transliteration":"shaʻar","pronunciation":"shah'-ar","derivation":"from H8176 (שָׁעַר) in its original sense;","strongs_definition":"an opening, i.e. door or gate","kjv_definition":"city, door, gate, port ([idiom] -er)."} +{"id":"H8180","strongs_number":"H8180","system":"hebrew","language":"hebrew","number_value":8180,"lemma":"שַׁעַר","transliteration":"shaʻar","pronunciation":"shah'-ar","derivation":"from H8176 (שָׁעַר);","strongs_definition":"a measure (as a section)","kjv_definition":"(hundred-) fold."} +{"id":"H8181","strongs_number":"H8181","system":"hebrew","language":"hebrew","number_value":8181,"lemma":"שֵׂעָר","transliteration":"sêʻâr","pronunciation":"say-awr'","derivation":"or שַׂעַר; (Isaiah 7:20), from H8175 (שָׂעַר) in the sense of dishevelling;","strongs_definition":"hair (as if tossed or bristling)","kjv_definition":"hair(-y), [idiom] rough."} +{"id":"H8182","strongs_number":"H8182","system":"hebrew","language":"hebrew","number_value":8182,"lemma":"שֹׁעָר","transliteration":"shôʻâr","pronunciation":"sho-awr'","derivation":"from H8176 (שָׁעַר);","strongs_definition":"harsh or horrid, i.e. offensive","kjv_definition":"vile."} +{"id":"H8183","strongs_number":"H8183","system":"hebrew","language":"hebrew","number_value":8183,"lemma":"שְׂעָרָה","transliteration":"sᵉʻârâh","pronunciation":"seh-aw-raw'","derivation":"feminine of H8178 (שַׂעַר);","strongs_definition":"a hurricane","kjv_definition":"storm, tempest."} +{"id":"H8184","strongs_number":"H8184","system":"hebrew","language":"hebrew","number_value":8184,"lemma":"שְׂעֹרָה","transliteration":"sᵉʻôrâh","pronunciation":"seh-o-raw'","derivation":"or שְׂעוֹרָה (feminine meaning the plant); and (masculine meaning the grain); also שְׂעֹר; or שְׂעוֹר; from H8175 (שָׂעַר) in the sense of roughness;","strongs_definition":"barley (as villose)","kjv_definition":"barley."} +{"id":"H8185","strongs_number":"H8185","system":"hebrew","language":"hebrew","number_value":8185,"lemma":"שַׂעֲרָה","transliteration":"saʻărâh","pronunciation":"sah-ar-aw'","derivation":"feminine of H8181 (שֵׂעָר);","strongs_definition":"hairiness","kjv_definition":"hair."} +{"id":"H8186","strongs_number":"H8186","system":"hebrew","language":"hebrew","number_value":8186,"lemma":"שַׁעֲרוּרָה","transliteration":"shaʻărûwrâh","pronunciation":"shah-ar-oo-raw'","derivation":"or שַׁעֲרִירִיָּה; or שַׁעֲרֻרִת; feminine from H8176 (שָׁעַר) in the sense of H8175 (שָׂעַר);","strongs_definition":"something fearful","kjv_definition":"horrible thing."} +{"id":"H8187","strongs_number":"H8187","system":"hebrew","language":"hebrew","number_value":8187,"lemma":"שְׁעַרְיָה","transliteration":"Shᵉʻaryâh","pronunciation":"sheh-ar-yaw'","derivation":"from H8176 (שָׁעַר) and H3050 (יָהּ); Jah has stormed;","strongs_definition":"Shearjah, an Israelite","kjv_definition":"Sheariah."} +{"id":"H8188","strongs_number":"H8188","system":"hebrew","language":"hebrew","number_value":8188,"lemma":"שְׂעֹרִים","transliteration":"Sᵉʻôrîym","pronunciation":"seh-o-reem'","derivation":"masculine plural of H8184 (שְׂעֹרָה); barley grains;","strongs_definition":"Seorim, an Israelite","kjv_definition":"Seorim."} +{"id":"H8189","strongs_number":"H8189","system":"hebrew","language":"hebrew","number_value":8189,"lemma":"שַׁעֲרַיִם","transliteration":"Shaʻărayim","pronunciation":"shah-ar-ah'-yim","derivation":"dual of H8179 (שַׁעַר); double gates;","strongs_definition":"Shaarajim, a place in Palestine","kjv_definition":"Shaaraim."} +{"id":"H8190","strongs_number":"H8190","system":"hebrew","language":"hebrew","number_value":8190,"lemma":"שַׁעַשְׁגַּז","transliteration":"Shaʻashgaz","pronunciation":"shah-ash-gaz'","derivation":"of Persian derivation;","strongs_definition":"Shaashgaz, a eunuch of Xerxes","kjv_definition":"Shaashgaz."} +{"id":"H8191","strongs_number":"H8191","system":"hebrew","language":"hebrew","number_value":8191,"lemma":"שַׁעְשֻׁעַ","transliteration":"shaʻshuaʻ","pronunciation":"shah-shoo'-ah","derivation":"from H8173 (שָׁעַע);","strongs_definition":"enjoyment","kjv_definition":"delight, pleasure."} +{"id":"H8192","strongs_number":"H8192","system":"hebrew","language":"hebrew","number_value":8192,"lemma":"שָׁפָה","transliteration":"shâphâh","pronunciation":"shaw-faw'","derivation":"a primitive root;","strongs_definition":"to abrade, i.e. bare","kjv_definition":"high, stick out."} +{"id":"H8193","strongs_number":"H8193","system":"hebrew","language":"hebrew","number_value":8193,"lemma":"שָׂפָה","transliteration":"sâphâh","pronunciation":"saw-faw'","derivation":"or (in dual and plural) שֶׂפֶת; probably from H5595 (סָפָה) or H8192 (שָׁפָה) through the idea of termination (compare H5490 (סוֹף));","strongs_definition":"the lip (as a natural boundary); by implication, language; by analogy, a margin (of a vessel, water, cloth, etc.)","kjv_definition":"band, bank, binding, border, brim, brink, edge, language, lip, prating, (sea-)shore, side, speech, talk, (vain) words."} +{"id":"H8194","strongs_number":"H8194","system":"hebrew","language":"hebrew","number_value":8194,"lemma":"שָׁפָה","transliteration":"shâphâh","pronunciation":"shaw-faw'","derivation":"from H8192 (שָׁפָה) in the sense of clarifying;","strongs_definition":"a cheese (as strained from the whey)","kjv_definition":"cheese."} +{"id":"H8195","strongs_number":"H8195","system":"hebrew","language":"hebrew","number_value":8195,"lemma":"שְׁפוֹ","transliteration":"Shᵉphôw","pronunciation":"shef-o'","derivation":"or שְׁפִי; from H8192 (שָׁפָה); baldness (compare H8205 (שְׁפִי));","strongs_definition":"Shepho or Shephi, an Idumaean","kjv_definition":"Shephi, Shepho."} +{"id":"H8196","strongs_number":"H8196","system":"hebrew","language":"hebrew","number_value":8196,"lemma":"שְׁפוֹט","transliteration":"shᵉphôwṭ","pronunciation":"shef-ote'","derivation":"or שְׁפוּט; from H8199 (שָׁפַט);","strongs_definition":"a judicial sentence, i.e. punishment","kjv_definition":"judgment."} +{"id":"H8197","strongs_number":"H8197","system":"hebrew","language":"hebrew","number_value":8197,"lemma":"שְׁפוּפָם","transliteration":"Shᵉphûwphâm","pronunciation":"shef-oo-fawm'","derivation":"or שְׁפוּפָן; from the same as H8207 (שְׁפִיפֹן); serpent-like;","strongs_definition":"Shephupham or Shephuphan, an Israelite","kjv_definition":"Shephuphan, Shupham."} +{"id":"H8198","strongs_number":"H8198","system":"hebrew","language":"hebrew","number_value":8198,"lemma":"שִׁפְחָה","transliteration":"shiphchâh","pronunciation":"shif-khaw'","derivation":"feminine from an unused root meaning to spread out (as a family; see H4940 (מִשְׁפָּחָה));","strongs_definition":"a female slave (as a member of the household)","kjv_definition":"(bond-, hand-) maid(-en, -servant), wench, bondwoman, womanservant."} +{"id":"H8199","strongs_number":"H8199","system":"hebrew","language":"hebrew","number_value":8199,"lemma":"שָׁפַט","transliteration":"shâphaṭ","pronunciation":"shaw-fat'","derivation":"a primitive root;","strongs_definition":"to judge, i.e. pronounce sentence (for or against); by implication, to vindicate or punish; by extenssion, to govern; passively, to litigate (literally or figuratively)","kjv_definition":"[phrase] avenge, [idiom] that condemn, contend, defend, execute (judgment), (be a) judge(-ment), [idiom] needs, plead, reason, rule."} +{"id":"H8200","strongs_number":"H8200","system":"hebrew","language":"hebrew","number_value":8200,"lemma":"שְׁפַט","transliteration":"shᵉphaṭ","pronunciation":"shef-at'","derivation":"(Aramaic) corresponding to H8199 (שָׁפַט);","strongs_definition":"to judge","kjv_definition":"magistrate."} +{"id":"H8201","strongs_number":"H8201","system":"hebrew","language":"hebrew","number_value":8201,"lemma":"שֶׁפֶט","transliteration":"shepheṭ","pronunciation":"sheh'-fet","derivation":"from H8199 (שָׁפַט);","strongs_definition":"a sentence, i.e. infliction","kjv_definition":"judgment."} +{"id":"H8202","strongs_number":"H8202","system":"hebrew","language":"hebrew","number_value":8202,"lemma":"שָׁפָט","transliteration":"Shâphâṭ","pronunciation":"shaw-fawt'","derivation":"from H8199 (שָׁפַט); judge;","strongs_definition":"Shaphat, the name of four Israelites","kjv_definition":"Shaphat."} +{"id":"H8203","strongs_number":"H8203","system":"hebrew","language":"hebrew","number_value":8203,"lemma":"שְׁפַטְיָה","transliteration":"Shᵉphaṭyâh","pronunciation":"shef-at-yaw'","derivation":"or שְׁפַטְיָהוּ; from H8199 (שָׁפַט) and H3050 (יָהּ); Jah has judged;","strongs_definition":"Shephatjah, the name of ten Israelites","kjv_definition":"Shephatiah."} +{"id":"H8204","strongs_number":"H8204","system":"hebrew","language":"hebrew","number_value":8204,"lemma":"שִׁפְטָן","transliteration":"Shiphṭân","pronunciation":"shif-tawn'","derivation":"from H8199 (שָׁפַט); judge-like;","strongs_definition":"Shiphtan, an Israelite","kjv_definition":"Shiphtan."} +{"id":"H8205","strongs_number":"H8205","system":"hebrew","language":"hebrew","number_value":8205,"lemma":"שְׁפִי","transliteration":"shᵉphîy","pronunciation":"shef-ee'","derivation":"from H8192 (שָׁפָה);","strongs_definition":"bareness; concretely, a bare hill or plain","kjv_definition":"high place, stick out."} +{"id":"H8206","strongs_number":"H8206","system":"hebrew","language":"hebrew","number_value":8206,"lemma":"שֻׁפִּים","transliteration":"Shuppîym","pronunciation":"shoop-peem'","derivation":"plural of an unused noun from the same as H8207 (שְׁפִיפֹן) and meaning the same; serpents;","strongs_definition":"Shuppim, an Israelite","kjv_definition":"Shuppim."} +{"id":"H8207","strongs_number":"H8207","system":"hebrew","language":"hebrew","number_value":8207,"lemma":"שְׁפִיפֹן","transliteration":"shᵉphîyphôn","pronunciation":"shef-ee-fone'","derivation":"from an unused root meaning the same as H7779 (שׁוּף);","strongs_definition":"a kind of serpent (as snapping), probably the cerastes or horned adder","kjv_definition":"adder."} +{"id":"H8208","strongs_number":"H8208","system":"hebrew","language":"hebrew","number_value":8208,"lemma":"שָׁפִיר","transliteration":"Shâphîyr","pronunciation":"shaf-eer'","derivation":"from H8231 (שָׁפַר); beautiful;","strongs_definition":"Shaphir, a place in Palestine","kjv_definition":"Saphir."} +{"id":"H8209","strongs_number":"H8209","system":"hebrew","language":"hebrew","number_value":8209,"lemma":"שַׁפִּיר","transliteration":"shappîyr","pronunciation":"shap-peer'","derivation":"(Aramaic) intensive of a form corresponding to H8208 (שָׁפִיר);","strongs_definition":"beautiful","kjv_definition":"fair."} +{"id":"H8210","strongs_number":"H8210","system":"hebrew","language":"hebrew","number_value":8210,"lemma":"שָׁפַךְ","transliteration":"shâphak","pronunciation":"shaw-fak'","derivation":"a primitive root;","strongs_definition":"to spill forth (blood, a libation, liquid metal; or even a solid, i.e. to mound up); also (figuratively) to expend (life, soul, complaint, money, etc.); intensively, to sprawl out","kjv_definition":"cast (up), gush out, pour (out), shed(-der, out), slip."} +{"id":"H8211","strongs_number":"H8211","system":"hebrew","language":"hebrew","number_value":8211,"lemma":"שֶׁפֶךְ","transliteration":"shephek","pronunciation":"sheh'-fek","derivation":"from H8210 (שָׁפַךְ);","strongs_definition":"an emptying place, e.g. an ash-heap","kjv_definition":"are poured out."} +{"id":"H8212","strongs_number":"H8212","system":"hebrew","language":"hebrew","number_value":8212,"lemma":"שׇׁפְכָה","transliteration":"shophkâh","pronunciation":"shof-kaw'","derivation":"feminine of a derivative from H8210 (שָׁפַךְ);","strongs_definition":"a pipe (for pouring forth, e.g. wine), i.e. the penis","kjv_definition":"privy member."} +{"id":"H8213","strongs_number":"H8213","system":"hebrew","language":"hebrew","number_value":8213,"lemma":"שָׁפֵל","transliteration":"shâphêl","pronunciation":"shaw-fale'","derivation":"a primitive root;","strongs_definition":"to depress or sink (expectation figuratively, to humiliate, intransitive or transitive)","kjv_definition":"abase, bring (cast, put) down, debase, humble (self), be (bring, lay, make, put) low(-er)."} +{"id":"H8214","strongs_number":"H8214","system":"hebrew","language":"hebrew","number_value":8214,"lemma":"שְׁפַל","transliteration":"shᵉphal","pronunciation":"shef-al'","derivation":"(Aramaic) corresponding to H8213 (שָׁפֵל)","strongs_definition":"{to depress or sink (expectation figuratively, to humiliate, intransitive or transitive)}","kjv_definition":"abase, humble, put down, subdue."} +{"id":"H8215","strongs_number":"H8215","system":"hebrew","language":"hebrew","number_value":8215,"lemma":"שְׁפַל","transliteration":"shᵉphal","pronunciation":"shef-al'","derivation":"(Aramaic) from H8214 (שְׁפַל);","strongs_definition":"low","kjv_definition":"basest."} +{"id":"H8216","strongs_number":"H8216","system":"hebrew","language":"hebrew","number_value":8216,"lemma":"שֶׁפֶל","transliteration":"shephel","pronunciation":"shay'-fel","derivation":"from H8213 (שָׁפֵל);","strongs_definition":"an humble rank","kjv_definition":"low estate (place)."} +{"id":"H8217","strongs_number":"H8217","system":"hebrew","language":"hebrew","number_value":8217,"lemma":"שָׁפָל","transliteration":"shâphâl","pronunciation":"shaw-fawl'","derivation":"from H8213 (שָׁפֵל);","strongs_definition":"depressed, literally or figuratively","kjv_definition":"base(-st), humble, low(-er, -ly)."} +{"id":"H8218","strongs_number":"H8218","system":"hebrew","language":"hebrew","number_value":8218,"lemma":"שִׁפְלָה","transliteration":"shiphlâh","pronunciation":"shif-law'","derivation":"feminine of H8216 (שֶׁפֶל);","strongs_definition":"depression","kjv_definition":"low place."} +{"id":"H8219","strongs_number":"H8219","system":"hebrew","language":"hebrew","number_value":8219,"lemma":"שְׁפֵלָה","transliteration":"shᵉphêlâh","pronunciation":"shef-ay-law'","derivation":"from H8213 (שָׁפֵל);","strongs_definition":"Lowland, i.e. (with the article) the maritime slope of Palestine","kjv_definition":"low country, (low) plain, vale(-ley)."} +{"id":"H8220","strongs_number":"H8220","system":"hebrew","language":"hebrew","number_value":8220,"lemma":"שִׁפְלוּת","transliteration":"shiphlûwth","pronunciation":"shif-looth'","derivation":"from H8213 (שָׁפֵל);","strongs_definition":"remissness","kjv_definition":"idleness."} +{"id":"H8221","strongs_number":"H8221","system":"hebrew","language":"hebrew","number_value":8221,"lemma":"שְׁפָם","transliteration":"Shᵉphâm","pronunciation":"shef-awm'","derivation":"probably from H8192 (שָׁפָה); bare spot;","strongs_definition":"Shepham, a place in or near Palestine","kjv_definition":"Shepham."} +{"id":"H8222","strongs_number":"H8222","system":"hebrew","language":"hebrew","number_value":8222,"lemma":"שָׂפָם","transliteration":"sâphâm","pronunciation":"saw-fawm'","derivation":"from H8193 (שָׂפָה);","strongs_definition":"the beard (as a lippiece)","kjv_definition":"beard, (upper) lip."} +{"id":"H8223","strongs_number":"H8223","system":"hebrew","language":"hebrew","number_value":8223,"lemma":"שָׁפָם","transliteration":"Shâphâm","pronunciation":"shaw-fawm'","derivation":"formed like H8221 (שְׁפָם); baldly;","strongs_definition":"Shapham, an Israelite","kjv_definition":"Shapham."} +{"id":"H8224","strongs_number":"H8224","system":"hebrew","language":"hebrew","number_value":8224,"lemma":"שִׂפְמוֹת","transliteration":"Siphmôwth","pronunciation":"sif-moth'","derivation":"feminine plural of H8221 (שְׁפָם);","strongs_definition":"Siphmoth, a place in Palestine","kjv_definition":"Siphmoth."} +{"id":"H8225","strongs_number":"H8225","system":"hebrew","language":"hebrew","number_value":8225,"lemma":"שִׁפְמִי","transliteration":"Shiphmîy","pronunciation":"shif-mee'","derivation":"patrial from H8221 (שְׁפָם);","strongs_definition":"a Shiphmite or inhabitant of Shepham","kjv_definition":"Shiphmite."} +{"id":"H8226","strongs_number":"H8226","system":"hebrew","language":"hebrew","number_value":8226,"lemma":"שָׂפַן","transliteration":"sâphan","pronunciation":"saw-fan'","derivation":"a primitive root;","strongs_definition":"to conceal (as a valuable)","kjv_definition":"treasure."} +{"id":"H8227","strongs_number":"H8227","system":"hebrew","language":"hebrew","number_value":8227,"lemma":"שָׁפָן","transliteration":"shâphân","pronunciation":"shaw-fawn'","derivation":"from H8226 (שָׂפַן);","strongs_definition":"a species of rockrabbit (from its hiding), i.e. probably the hyrax","kjv_definition":"coney."} +{"id":"H8228","strongs_number":"H8228","system":"hebrew","language":"hebrew","number_value":8228,"lemma":"שֶׁפַע","transliteration":"shephaʻ","pronunciation":"sheh'-fah","derivation":"from an unused root meaning to abound;","strongs_definition":"resources","kjv_definition":"abundance."} +{"id":"H8229","strongs_number":"H8229","system":"hebrew","language":"hebrew","number_value":8229,"lemma":"שִׁפְעָה","transliteration":"shiphʻâh","pronunciation":"shif-aw'","derivation":"feminine of H8228 (שֶׁפַע);","strongs_definition":"copiousness","kjv_definition":"abundance, company, multitude."} +{"id":"H8230","strongs_number":"H8230","system":"hebrew","language":"hebrew","number_value":8230,"lemma":"שִׁפְעִי","transliteration":"Shiphʻîy","pronunciation":"shif-ee'","derivation":"from H8228 (שֶׁפַע); copious;","strongs_definition":"Shiphi, an Israelite","kjv_definition":"Shiphi."} +{"id":"H8231","strongs_number":"H8231","system":"hebrew","language":"hebrew","number_value":8231,"lemma":"שָׁפַר","transliteration":"shâphar","pronunciation":"shaw-far'","derivation":"a primitive root;","strongs_definition":"to glisten, i.e. (figuratively) be (causatively, make) fair","kjv_definition":"[idiom] goodly."} +{"id":"H8232","strongs_number":"H8232","system":"hebrew","language":"hebrew","number_value":8232,"lemma":"שְׁפַר","transliteration":"shᵉphar","pronunciation":"shef-ar'","derivation":"(Aramaic) corresponding to H8231 (שָׁפַר);","strongs_definition":"to be beautiful","kjv_definition":"be acceptable, please, [phrase] think good."} +{"id":"H8233","strongs_number":"H8233","system":"hebrew","language":"hebrew","number_value":8233,"lemma":"שֶׁפֶר","transliteration":"shepher","pronunciation":"sheh'-fer","derivation":"from H8231 (שָׁפַר);","strongs_definition":"beauty","kjv_definition":"[idiom] goodly."} +{"id":"H8234","strongs_number":"H8234","system":"hebrew","language":"hebrew","number_value":8234,"lemma":"שֶׁפֶר","transliteration":"Shepher","pronunciation":"sheh'-fer","derivation":"the same as H8233 (שֶׁפֶר);","strongs_definition":"Shepher, a place in the Desert","kjv_definition":"Shapper."} +{"id":"H8235","strongs_number":"H8235","system":"hebrew","language":"hebrew","number_value":8235,"lemma":"שִׁפְרָה","transliteration":"shiphrâh","pronunciation":"shif-raw'","derivation":"from H8231 (שָׁפַר);","strongs_definition":"brightness","kjv_definition":"garnish."} +{"id":"H8236","strongs_number":"H8236","system":"hebrew","language":"hebrew","number_value":8236,"lemma":"שִׁפְרָה","transliteration":"Shiphrâh","pronunciation":"shif-raw'","derivation":"the same as H8235 (שִׁפְרָה);","strongs_definition":"Shiphrah, an Israelitess","kjv_definition":"Shiphrah."} +{"id":"H8237","strongs_number":"H8237","system":"hebrew","language":"hebrew","number_value":8237,"lemma":"שַׁפְרוּר","transliteration":"shaphrûwr","pronunciation":"shaf-roor'","derivation":"from H8231 (שָׁפַר);","strongs_definition":"splendid, i.e. a tapestry or canopy","kjv_definition":"royal pavilion."} +{"id":"H8238","strongs_number":"H8238","system":"hebrew","language":"hebrew","number_value":8238,"lemma":"שְׁפַרְפַר","transliteration":"shᵉpharphar","pronunciation":"shef-ar-far'","derivation":"(Aramaic) from H8231 (שָׁפַר);","strongs_definition":"the dawn (as brilliant with aurora)","kjv_definition":"[idiom] very early in the morning."} +{"id":"H8239","strongs_number":"H8239","system":"hebrew","language":"hebrew","number_value":8239,"lemma":"שָׁפַת","transliteration":"shâphath","pronunciation":"shaw-fath'","derivation":"a primitive root;","strongs_definition":"to locate, i.e. (generally) hang on or (figuratively) establish, reduce","kjv_definition":"bring, ordain, set on."} +{"id":"H8240","strongs_number":"H8240","system":"hebrew","language":"hebrew","number_value":8240,"lemma":"שָׁפָת","transliteration":"shâphâth","pronunciation":"shaw-fawth'","derivation":"from H8239 (שָׁפַת);","strongs_definition":"a (double) stall (for cattle); also a (two-pronged) hook (for flaying animals on)","kjv_definition":"hook, pot."} +{"id":"H8241","strongs_number":"H8241","system":"hebrew","language":"hebrew","number_value":8241,"lemma":"שֶׁצֶף","transliteration":"shetseph","pronunciation":"sheh'-tsef","derivation":"from H7857 (שָׁטַף) (for alliteration with H7110 (קֶצֶף));","strongs_definition":"an outburst (of anger)","kjv_definition":"little."} +{"id":"H8242","strongs_number":"H8242","system":"hebrew","language":"hebrew","number_value":8242,"lemma":"שַׂק","transliteration":"saq","pronunciation":"sak","derivation":"from H8264 (שָׁקַק);","strongs_definition":"properly, a mesh (as allowing a liquid to run through), i.e. coarse loose cloth or sacking (used in mourning and for bagging); hence, a bag (for grain, etc.)","kjv_definition":"sack(-cloth, -clothes)."} +{"id":"H8243","strongs_number":"H8243","system":"hebrew","language":"hebrew","number_value":8243,"lemma":"שָׁק","transliteration":"shâq","pronunciation":"shawk","derivation":"(Aramaic) corresponding to H7785 (שׁוֹק);","strongs_definition":"the leg","kjv_definition":"leg."} +{"id":"H8244","strongs_number":"H8244","system":"hebrew","language":"hebrew","number_value":8244,"lemma":"שָׂקַד","transliteration":"sâqad","pronunciation":"saw-kad'","derivation":"a primitive root;","strongs_definition":"to fasten","kjv_definition":"bind."} +{"id":"H8245","strongs_number":"H8245","system":"hebrew","language":"hebrew","number_value":8245,"lemma":"שָׁקַד","transliteration":"shâqad","pronunciation":"shaw-kad'","derivation":"a primitive root;","strongs_definition":"to be alert, i.e. sleepless; hence to be on the lookout (whether for good or ill)","kjv_definition":"hasten, remain, wake, watch (for)."} +{"id":"H8246","strongs_number":"H8246","system":"hebrew","language":"hebrew","number_value":8246,"lemma":"שָׁקַד","transliteration":"shâqad","pronunciation":"shaw-kad'","derivation":"a denominative from H8247 (שָׁקֵד);","strongs_definition":"to be (intensively, make) almond-shaped","kjv_definition":"make like (unto, after the fashion of) almonds."} +{"id":"H8247","strongs_number":"H8247","system":"hebrew","language":"hebrew","number_value":8247,"lemma":"שָׁקֵד","transliteration":"shâqêd","pronunciation":"shaw-kade'","derivation":"from H8245 (שָׁקַד);","strongs_definition":"the almond (tree or nut; as being the earliest in bloom)","kjv_definition":"almond (tree)."} +{"id":"H8248","strongs_number":"H8248","system":"hebrew","language":"hebrew","number_value":8248,"lemma":"שָׁקָה","transliteration":"shâqâh","pronunciation":"shaw-kaw'","derivation":"a primitive root;","strongs_definition":"to quaff, i.e. (causatively) to irrigate or furnish apotion to","kjv_definition":"cause to (give, give to, let, make to) drink, drown, moisten, water. See H7937 (שָׁכַר), H8354 (שָׁתָה)."} +{"id":"H8249","strongs_number":"H8249","system":"hebrew","language":"hebrew","number_value":8249,"lemma":"שִׁקֻּו","transliteration":"shiqquv","pronunciation":"shif-koov'","derivation":"from H8248 (שָׁקָה);","strongs_definition":"(plural collective) a draught","kjv_definition":"drink."} +{"id":"H8250","strongs_number":"H8250","system":"hebrew","language":"hebrew","number_value":8250,"lemma":"שִׁקּוּי","transliteration":"shiqqûwy","pronunciation":"shik-koo'-ee","derivation":"from H8248 (שָׁקָה);","strongs_definition":"a beverage; moisture, i.e. (figuratively) refreshment","kjv_definition":"drink, marrow."} +{"id":"H8251","strongs_number":"H8251","system":"hebrew","language":"hebrew","number_value":8251,"lemma":"שִׁקּוּץ","transliteration":"shiqqûwts","pronunciation":"shik-koots'","derivation":"or שִׁקֻּץ; from H8262 (שָׁקַץ);","strongs_definition":"disgusting, i.e. filthy; especially idolatrous or (concretely) an idol","kjv_definition":"abominable filth (idol, -ation), detestable (thing)."} +{"id":"H8252","strongs_number":"H8252","system":"hebrew","language":"hebrew","number_value":8252,"lemma":"שָׁקַט","transliteration":"shâqaṭ","pronunciation":"shaw-kat'","derivation":"a primitive root;","strongs_definition":"to repose (usually figurative)","kjv_definition":"appease, idleness, (at, be at, be in, give) quiet(-ness), (be at, be in, give, have, take) rest, settle, be still."} +{"id":"H8253","strongs_number":"H8253","system":"hebrew","language":"hebrew","number_value":8253,"lemma":"שֶׁקֶט","transliteration":"sheqeṭ","pronunciation":"sheh'-ket","derivation":"from H8252 (שָׁקַט);","strongs_definition":"tranquillity","kjv_definition":"quietness."} +{"id":"H8254","strongs_number":"H8254","system":"hebrew","language":"hebrew","number_value":8254,"lemma":"שָׁקַל","transliteration":"shâqal","pronunciation":"shaw-kal'","derivation":"a primitive root;","strongs_definition":"to suspend or poise (especially in trade)","kjv_definition":"pay, receive(-r), spend, [idiom] throughly, weigh."} +{"id":"H8255","strongs_number":"H8255","system":"hebrew","language":"hebrew","number_value":8255,"lemma":"שֶׁקֶל","transliteration":"sheqel","pronunciation":"sheh'-kel","derivation":"from H8254 (שָׁקַל);","strongs_definition":"probably a weight; used as a commercial standard","kjv_definition":"shekel."} +{"id":"H8256","strongs_number":"H8256","system":"hebrew","language":"hebrew","number_value":8256,"lemma":"שִׁקְמָה","transliteration":"shiqmâh","pronunciation":"shik-maw'","derivation":"or (feminine) שִׁקְמָה; of uncertain derivation;","strongs_definition":"a sycamore (usually the tree)","kjv_definition":"sycamore (fruit, tree)."} +{"id":"H8257","strongs_number":"H8257","system":"hebrew","language":"hebrew","number_value":8257,"lemma":"שָׁקַע","transliteration":"shâqaʻ","pronunciation":"shaw-kah'","derivation":"(abbreviated Amos 8:8); a primitive root;","strongs_definition":"to subside; by implication, to be overflowed, cease; causatively, to abate, subdue","kjv_definition":"make deep, let down, drown, quench, sink."} +{"id":"H8258","strongs_number":"H8258","system":"hebrew","language":"hebrew","number_value":8258,"lemma":"שְׁקַעְרוּרָה","transliteration":"shᵉqaʻrûwrâh","pronunciation":"shek-ah-roo-raw'","derivation":"from H8257 (שָׁקַע);","strongs_definition":"a depression","kjv_definition":"hollow strake."} +{"id":"H8259","strongs_number":"H8259","system":"hebrew","language":"hebrew","number_value":8259,"lemma":"שָׁקַף","transliteration":"shâqaph","pronunciation":"shaw-kaf'","derivation":"a primitive root;","strongs_definition":"properly, to lean out (of a window), i.e. (by implication) peep or gaze (passively, be a spectacle)","kjv_definition":"appear, look (down, forth, out)."} +{"id":"H8260","strongs_number":"H8260","system":"hebrew","language":"hebrew","number_value":8260,"lemma":"שֶׁקֶף","transliteration":"sheqeph","pronunciation":"sheh'-kef","derivation":"from H8259 (שָׁקַף);","strongs_definition":"a loophole (for looking out), to admit light and air","kjv_definition":"window."} +{"id":"H8261","strongs_number":"H8261","system":"hebrew","language":"hebrew","number_value":8261,"lemma":"שָׁקֻף","transliteration":"shâquph","pronunciation":"shaw-koof'","derivation":"passive participle of H8259 (שָׁקַף); (compare H8260 (שֶׁקֶף))","strongs_definition":"an embrasure or opening with bevelled jam","kjv_definition":"light, window."} +{"id":"H8262","strongs_number":"H8262","system":"hebrew","language":"hebrew","number_value":8262,"lemma":"שָׁקַץ","transliteration":"shâqats","pronunciation":"shaw-kats'","derivation":"a primitive root;","strongs_definition":"to be filthy, i.e. (intensively) to loathe, pollute","kjv_definition":"abhor, make abominable, have in abomination, detest, [idiom] utterly."} +{"id":"H8263","strongs_number":"H8263","system":"hebrew","language":"hebrew","number_value":8263,"lemma":"שֶׁקֶץ","transliteration":"sheqets","pronunciation":"sheh'-kets","derivation":"from H8262 (שָׁקַץ);","strongs_definition":"filth, i.e. (figuratively and specifically) an idolatrous object","kjv_definition":"abominable(-tion)."} +{"id":"H8264","strongs_number":"H8264","system":"hebrew","language":"hebrew","number_value":8264,"lemma":"שָׁקַק","transliteration":"shâqaq","pronunciation":"shaw-kak'","derivation":"a primitive root;","strongs_definition":"to course (like a beast of prey); by implication, to seek greedily","kjv_definition":"have appetite, justle one against another, long, range, run (to and fro)."} +{"id":"H8265","strongs_number":"H8265","system":"hebrew","language":"hebrew","number_value":8265,"lemma":"שָׂקַר","transliteration":"sâqar","pronunciation":"saw-kar'","derivation":"a primitive root;","strongs_definition":"to ogle, i.e. blink coquettishly","kjv_definition":"wanton."} +{"id":"H8266","strongs_number":"H8266","system":"hebrew","language":"hebrew","number_value":8266,"lemma":"שָׁקַר","transliteration":"shâqar","pronunciation":"shaw-kar'","derivation":"a primitive root;","strongs_definition":"to cheat, i.e. be untrue (usually in words)","kjv_definition":"fail, deal falsely, lie."} +{"id":"H8267","strongs_number":"H8267","system":"hebrew","language":"hebrew","number_value":8267,"lemma":"שֶׁקֶר","transliteration":"sheqer","pronunciation":"sheh'-ker","derivation":"from H8266 (שָׁקַר);","strongs_definition":"an untruth; by implication, a sham (often adverbial)","kjv_definition":"without a cause, deceit(-ful), false(-hood, -ly), feignedly, liar, [phrase] lie, lying, vain (thing), wrongfully."} +{"id":"H8268","strongs_number":"H8268","system":"hebrew","language":"hebrew","number_value":8268,"lemma":"שֹׁקֶת","transliteration":"shôqeth","pronunciation":"sho'-keth","derivation":"from H8248 (שָׁקָה);","strongs_definition":"a trough (for watering)","kjv_definition":"trough."} +{"id":"H8269","strongs_number":"H8269","system":"hebrew","language":"hebrew","number_value":8269,"lemma":"שַׂר","transliteration":"sar","pronunciation":"sar","derivation":"from H8323 (שָׂרַר);","strongs_definition":"a head person (of any rank or class)","kjv_definition":"captain (that had rule), chief (captain), general, governor, keeper, lord,(-task-)master, prince(-ipal), ruler, steward."} +{"id":"H8270","strongs_number":"H8270","system":"hebrew","language":"hebrew","number_value":8270,"lemma":"שֹׁר","transliteration":"shôr","pronunciation":"shore","derivation":"from H8324 (שָׁרַר); (compare H8306 (שָׁרִיר))","strongs_definition":"a string (as twisted ), i.e. (specifically) the umbilical cord (also figuratively, as the centre of strength)","kjv_definition":"navel."} +{"id":"H8271","strongs_number":"H8271","system":"hebrew","language":"hebrew","number_value":8271,"lemma":"שְׁרֵא","transliteration":"shᵉrêʼ","pronunciation":"sher-ay'","derivation":"(Aramaic) a root corresponding to that of H8293 (שֵׁרוּת);","strongs_definition":"to free, separate; figuratively, to unravel, commence; by implication (of unloading beasts) to reside","kjv_definition":"begin, dissolve, dwell, loose."} +{"id":"H8272","strongs_number":"H8272","system":"hebrew","language":"hebrew","number_value":8272,"lemma":"שַׁרְאֶצֶר","transliteration":"Sharʼetser","pronunciation":"shar-eh'-tser","derivation":"of foreign derivation;","strongs_definition":"Sharetser, the name of an Assyrian and an Israelite","kjv_definition":"Sharezer."} +{"id":"H8273","strongs_number":"H8273","system":"hebrew","language":"hebrew","number_value":8273,"lemma":"שָׁרָב","transliteration":"shârâb","pronunciation":"shaw-rawb'","derivation":"from an unused root meaning to glare;","strongs_definition":"quivering glow (of the air), expectation. the mirage","kjv_definition":"heat, parched ground."} +{"id":"H8274","strongs_number":"H8274","system":"hebrew","language":"hebrew","number_value":8274,"lemma":"שֵׁרֵבְיָה","transliteration":"Shêrêbᵉyâh","pronunciation":"shay-rayb-yaw'","derivation":"from H8273 (שָׁרָב) and H3050 (יָהּ); Jah has brought heat;","strongs_definition":"Sherebjah, the name of two Israelites","kjv_definition":"Sherebiah."} +{"id":"H8275","strongs_number":"H8275","system":"hebrew","language":"hebrew","number_value":8275,"lemma":"שַׁרְבִיט","transliteration":"sharbîyṭ","pronunciation":"shar-beet'","derivation":"for H7626 (שֵׁבֶט);","strongs_definition":"a rod of empire","kjv_definition":"sceptre."} +{"id":"H8276","strongs_number":"H8276","system":"hebrew","language":"hebrew","number_value":8276,"lemma":"שָׂרַג","transliteration":"sârag","pronunciation":"saw-rag'","derivation":"a primitive root;","strongs_definition":"to intwine","kjv_definition":"wrap together, wreath."} +{"id":"H8277","strongs_number":"H8277","system":"hebrew","language":"hebrew","number_value":8277,"lemma":"שָׂרַד","transliteration":"sârad","pronunciation":"saw-rad'","derivation":"a primitive root; (compare H8279 (שֶׂרֶד))","strongs_definition":"properly, to puncture, i.e. (figuratively through the idea of slipping out) to escape or survive","kjv_definition":"remain."} +{"id":"H8278","strongs_number":"H8278","system":"hebrew","language":"hebrew","number_value":8278,"lemma":"שְׂרָד","transliteration":"sᵉrâd","pronunciation":"ser-awd'","derivation":"from H8277 (שָׂרַד);","strongs_definition":"stitching (as pierced with a needle)","kjv_definition":"service."} +{"id":"H8279","strongs_number":"H8279","system":"hebrew","language":"hebrew","number_value":8279,"lemma":"שֶׂרֶד","transliteration":"sered","pronunciation":"seh'-red","derivation":"from H8277 (שָׂרַד);","strongs_definition":"a (carpenter's) scribing-awl (for pricking or scratching measurements)","kjv_definition":"line."} +{"id":"H8280","strongs_number":"H8280","system":"hebrew","language":"hebrew","number_value":8280,"lemma":"שָׂרָה","transliteration":"sârâh","pronunciation":"saw-raw'","derivation":"a primitive root;","strongs_definition":"to prevail","kjv_definition":"have power (as a prince)."} +{"id":"H8281","strongs_number":"H8281","system":"hebrew","language":"hebrew","number_value":8281,"lemma":"שָׁרָה","transliteration":"shârâh","pronunciation":"shaw-raw'","derivation":"a primitive root;","strongs_definition":"to free","kjv_definition":"direct."} +{"id":"H8282","strongs_number":"H8282","system":"hebrew","language":"hebrew","number_value":8282,"lemma":"שָׂרָה","transliteration":"sârâh","pronunciation":"saw-raw'","derivation":"feminine of H8269 (שַׂר);","strongs_definition":"a mistress, i.e. female noble","kjv_definition":"lady, princess, queen."} +{"id":"H8283","strongs_number":"H8283","system":"hebrew","language":"hebrew","number_value":8283,"lemma":"שָׂרָה","transliteration":"Sârâh","pronunciation":"saw-raw'","derivation":"the same as H8282 (שָׂרָה);","strongs_definition":"Sarah, Abraham's wife","kjv_definition":"Sarah."} +{"id":"H8284","strongs_number":"H8284","system":"hebrew","language":"hebrew","number_value":8284,"lemma":"שָׁרָה","transliteration":"shârâh","pronunciation":"shaw-raw'","derivation":"probably feminine of H7791 (שׁוּר);","strongs_definition":"a fortification (literally or figuratively)","kjv_definition":"sing (by mistake for H7891 (שִׁיר)), wall."} +{"id":"H8285","strongs_number":"H8285","system":"hebrew","language":"hebrew","number_value":8285,"lemma":"שֵׁרָה","transliteration":"shêrâh","pronunciation":"shay-raw'","derivation":"from H8324 (שָׁרַר) in its original sense of pressing;","strongs_definition":"a wrist-band (as compact or clasping)","kjv_definition":"bracelet."} +{"id":"H8286","strongs_number":"H8286","system":"hebrew","language":"hebrew","number_value":8286,"lemma":"שְׂרוּג","transliteration":"Sᵉrûwg","pronunciation":"ser-oog'","derivation":"from H8276 (שָׂרַג); tendril;","strongs_definition":"Serug, a postdiluvian patriarch","kjv_definition":"Serug."} +{"id":"H8287","strongs_number":"H8287","system":"hebrew","language":"hebrew","number_value":8287,"lemma":"שָׁרוּחֶן","transliteration":"Shârûwchen","pronunciation":"shaw-roo-khen'","derivation":"probably from H8281 (שָׁרָה) (in the sense of dwelling (compare H8271 (שְׁרֵא)) and H2580 (חֵן); abode of pleasure;","strongs_definition":"Sharuchen, a place in Palestine","kjv_definition":"Sharuhen."} +{"id":"H8288","strongs_number":"H8288","system":"hebrew","language":"hebrew","number_value":8288,"lemma":"שְׂרוֹךְ","transliteration":"sᵉrôwk","pronunciation":"ser-oke'","derivation":"from H8308 (שָׂרַךְ);","strongs_definition":"a thong (as laced or tied)","kjv_definition":"(shoe-)latchet."} +{"id":"H8289","strongs_number":"H8289","system":"hebrew","language":"hebrew","number_value":8289,"lemma":"שָׁרוֹן","transliteration":"Shârôwn","pronunciation":"shaw-rone'","derivation":"probably abridged from H3474 (יָשַׁר);","strongs_definition":"plain, Sharon, the name of a place in Palestine","kjv_definition":"Lasharon, Sharon."} +{"id":"H8290","strongs_number":"H8290","system":"hebrew","language":"hebrew","number_value":8290,"lemma":"שָׁרוֹנִי","transliteration":"Shârôwnîy","pronunciation":"shaw-ro-nee'","derivation":"patrial from H8289 (שָׁרוֹן);","strongs_definition":"a Sharonite or inhabitant of Sharon","kjv_definition":"Sharonite."} +{"id":"H8291","strongs_number":"H8291","system":"hebrew","language":"hebrew","number_value":8291,"lemma":"שָׂרוּק","transliteration":"sârûwq","pronunciation":"sar-ook'","derivation":"passive participle from the same as H8321 (שֹׂרֵק);","strongs_definition":"a grapevine","kjv_definition":"principal plant. See H8320 (שָׂרֻק), H8321 (שֹׂרֵק)."} +{"id":"H8292","strongs_number":"H8292","system":"hebrew","language":"hebrew","number_value":8292,"lemma":"שְׁרוּקָה","transliteration":"shᵉrûwqâh","pronunciation":"sher-oo-kaw'","derivation":"or (by permutation) שְׁרִיקָה; feminine passive participle of H8319 (שָׁרַק);","strongs_definition":"a whistling (in scorn); by analogy, a piping","kjv_definition":"bleating, hissing."} +{"id":"H8293","strongs_number":"H8293","system":"hebrew","language":"hebrew","number_value":8293,"lemma":"שֵׁרוּת","transliteration":"shêrûwth","pronunciation":"shay-rooth'","derivation":"from H8281 (שָׁרָה) abbreviated;","strongs_definition":"freedom","kjv_definition":"remnant."} +{"id":"H8294","strongs_number":"H8294","system":"hebrew","language":"hebrew","number_value":8294,"lemma":"שֶׂרַח","transliteration":"Serach","pronunciation":"seh'-rakh","derivation":"by permutation for H5629 (סֶרַח); superfluity;","strongs_definition":"Serach, an Israelitess","kjv_definition":"Sarah, Serah."} +{"id":"H8295","strongs_number":"H8295","system":"hebrew","language":"hebrew","number_value":8295,"lemma":"שָׂרַט","transliteration":"sâraṭ","pronunciation":"saw-rat'","derivation":"a primitive root;","strongs_definition":"to gash","kjv_definition":"cut in pieces, make (cuttings) pieces."} +{"id":"H8296","strongs_number":"H8296","system":"hebrew","language":"hebrew","number_value":8296,"lemma":"שֶׂרֶט","transliteration":"sereṭ","pronunciation":"seh'-ret","derivation":"and שָׂרֶטֶת; from H8295 (שָׂרַט);","strongs_definition":"an incision","kjv_definition":"cutting."} +{"id":"H8297","strongs_number":"H8297","system":"hebrew","language":"hebrew","number_value":8297,"lemma":"שָׂרַי","transliteration":"Sâray","pronunciation":"saw-rah'-ee","derivation":"from H8269 (שַׂר); dominative;","strongs_definition":"Sarai, the wife of Abraham","kjv_definition":"Sarai."} +{"id":"H8298","strongs_number":"H8298","system":"hebrew","language":"hebrew","number_value":8298,"lemma":"שָׁרַי","transliteration":"Shâray","pronunciation":"shaw-rah'-ee","derivation":"probably from H8324 (שָׁרַר); hostile;","strongs_definition":"Sharay, an Israelite","kjv_definition":"Sharai."} +{"id":"H8299","strongs_number":"H8299","system":"hebrew","language":"hebrew","number_value":8299,"lemma":"שָׂרִיג","transliteration":"sârîyg","pronunciation":"saw-reeg'","derivation":"from H8276 (שָׂרַג);","strongs_definition":"a tendril (as entwining)","kjv_definition":"branch."} +{"id":"H8300","strongs_number":"H8300","system":"hebrew","language":"hebrew","number_value":8300,"lemma":"שָׂרִיד","transliteration":"sârîyd","pronunciation":"saw-reed'","derivation":"from H8277 (שָׂרַד);","strongs_definition":"a survivor","kjv_definition":"[idiom] alive, left, remain(-ing), remnant, rest."} +{"id":"H8301","strongs_number":"H8301","system":"hebrew","language":"hebrew","number_value":8301,"lemma":"שָׂרִיד","transliteration":"Sârîyd","pronunciation":"suw-reed'","derivation":"the same as H8300 (שָׂרִיד);","strongs_definition":"Sarid, a place in Palestine","kjv_definition":"Sarid."} +{"id":"H8302","strongs_number":"H8302","system":"hebrew","language":"hebrew","number_value":8302,"lemma":"שִׁרְיוֹן","transliteration":"shiryôwn","pronunciation":"shir-yone'","derivation":"or שִׁרְיֹן; and שִׁרְיָן; also (feminine) שִׁרְיָה; and שִׁרְיֹנָה; from H8281 (שָׁרָה) in the original sense of turning;","strongs_definition":"a corslet (as if twisted)","kjv_definition":"breastplate, coat of mail, habergeon, harness. See H5630 (סִרְיֹן)."} +{"id":"H8303","strongs_number":"H8303","system":"hebrew","language":"hebrew","number_value":8303,"lemma":"שִׁרְיוֹן","transliteration":"Shiryôwn","pronunciation":"shir-yone'","derivation":"and שִׂרְיֹן; the same as H8304 (שְׂרָיָה) (i.e. sheeted with snow);","strongs_definition":"Shirjon or Sirjon, a peak of the Lebanon","kjv_definition":"Sirion."} +{"id":"H8304","strongs_number":"H8304","system":"hebrew","language":"hebrew","number_value":8304,"lemma":"שְׂרָיָה","transliteration":"Sᵉrâyâh","pronunciation":"ser-aw-yaw'","derivation":"or שְׂרָיָהוּ; from H8280 (שָׂרָה) and H3050 (יָהּ); Jah has prevailed;","strongs_definition":"Serajah, the name of nine Israelites","kjv_definition":"Seraiah."} +{"id":"H8305","strongs_number":"H8305","system":"hebrew","language":"hebrew","number_value":8305,"lemma":"שְׂרִיקָה","transliteration":"sᵉrîyqâh","pronunciation":"ser-ee-kaw'","derivation":"from the same as H8321 (שֹׂרֵק) in the original sense of piercing;","strongs_definition":"hetchelling (or combing flax), i.e. (concretely) tow (by extension, linen cloth)","kjv_definition":"fine."} +{"id":"H8306","strongs_number":"H8306","system":"hebrew","language":"hebrew","number_value":8306,"lemma":"שָׁרִיר","transliteration":"shârîyr","pronunciation":"shaw-reer'","derivation":"from H8324 (שָׁרַר) in the original sense as in H8270 (שֹׁר) (compare H8326 (שֹׁרֶר));","strongs_definition":"a cord, i.e. (by analogy) sinew","kjv_definition":"navel."} +{"id":"H8307","strongs_number":"H8307","system":"hebrew","language":"hebrew","number_value":8307,"lemma":"שְׁרִירוּת","transliteration":"shᵉrîyrûwth","pronunciation":"sher-ee-rooth'","derivation":"from H8324 (שָׁרַר) in the sense of twisted, i.e. firm;","strongs_definition":"obstinacy","kjv_definition":"imagination, lust."} +{"id":"H8308","strongs_number":"H8308","system":"hebrew","language":"hebrew","number_value":8308,"lemma":"שָׂרַךְ","transliteration":"sârak","pronunciation":"saw-rak'","derivation":"a primitive root;","strongs_definition":"to interlace","kjv_definition":"traverse."} +{"id":"H8309","strongs_number":"H8309","system":"hebrew","language":"hebrew","number_value":8309,"lemma":"שְׁרֵמָה","transliteration":"shᵉrêmâh","pronunciation":"sher-ay-maw'","derivation":"probably by an orthographical error for H7709 (שְׁדֵמָה);","strongs_definition":"a common","kjv_definition":"field."} +{"id":"H8310","strongs_number":"H8310","system":"hebrew","language":"hebrew","number_value":8310,"lemma":"שַׂרְסְכִים","transliteration":"Sarçᵉkîym","pronunciation":"sar-seh-keem'","derivation":"of foreign derivation;","strongs_definition":"Sarsekim, a Babylonian general","kjv_definition":"Sarsechim."} +{"id":"H8311","strongs_number":"H8311","system":"hebrew","language":"hebrew","number_value":8311,"lemma":"שָׂרַע","transliteration":"sâraʻ","pronunciation":"saw-rah'","derivation":"a primitive root;","strongs_definition":"to prolong, i.e. (reflex) be deformed by excess of members","kjv_definition":"stretch out self, (have any) superfluous thing."} +{"id":"H8312","strongs_number":"H8312","system":"hebrew","language":"hebrew","number_value":8312,"lemma":"שַׂרְעַף","transliteration":"sarʻaph","pronunciation":"sar-af'","derivation":"for H5587 (סָעִף);","strongs_definition":"cogitation","kjv_definition":"thought."} +{"id":"H8313","strongs_number":"H8313","system":"hebrew","language":"hebrew","number_value":8313,"lemma":"שָׂרַף","transliteration":"sâraph","pronunciation":"saw-raf'","derivation":"a primitive root;","strongs_definition":"to be (causatively, set) on fire","kjv_definition":"(cause to, make a) burn((-ing), up) kindle, [idiom] utterly."} +{"id":"H8314","strongs_number":"H8314","system":"hebrew","language":"hebrew","number_value":8314,"lemma":"שָׂרָף","transliteration":"sârâph","pronunciation":"saw-rawf'","derivation":"from H8313 (שָׂרַף);","strongs_definition":"burning, i.e. (figuratively) poisonous (serpent); specifically, a saraph or symbolical creature (from their copper color)","kjv_definition":"fiery (serpent), seraph."} +{"id":"H8315","strongs_number":"H8315","system":"hebrew","language":"hebrew","number_value":8315,"lemma":"שָׂרָף","transliteration":"Sârâph","pronunciation":"saw-raf'","derivation":"the same as H8314 (שָׂרָף);","strongs_definition":"Saraph, an Israelite","kjv_definition":"Saraph."} +{"id":"H8316","strongs_number":"H8316","system":"hebrew","language":"hebrew","number_value":8316,"lemma":"שְׂרֵפָה","transliteration":"sᵉrêphâh","pronunciation":"ser-ay-faw'","derivation":"from H8313 (שָׂרַף);","strongs_definition":"cremation","kjv_definition":"burning."} +{"id":"H8317","strongs_number":"H8317","system":"hebrew","language":"hebrew","number_value":8317,"lemma":"שָׁרַץ","transliteration":"shârats","pronunciation":"shaw-rats'","derivation":"a primitive root;","strongs_definition":"to wriggle, i.e. (by implication) swarm or abound","kjv_definition":"breed (bring forth, increase) abundantly (in abundance), creep, move."} +{"id":"H8318","strongs_number":"H8318","system":"hebrew","language":"hebrew","number_value":8318,"lemma":"שֶׁרֶץ","transliteration":"sherets","pronunciation":"sheh'-rets","derivation":"from H8317 (שָׁרַץ);","strongs_definition":"a swarm, i.e. active mass of minute animals","kjv_definition":"creep(-ing thing), move(-ing creature)."} +{"id":"H8319","strongs_number":"H8319","system":"hebrew","language":"hebrew","number_value":8319,"lemma":"שָׁרַק","transliteration":"shâraq","pronunciation":"shaw-rak'","derivation":"a primitive root;","strongs_definition":"properly, to be shrill, i.e. to whistle or hiss (as a call or in scorn)","kjv_definition":"hiss."} +{"id":"H8320","strongs_number":"H8320","system":"hebrew","language":"hebrew","number_value":8320,"lemma":"שָׂרֻק","transliteration":"sâruq","pronunciation":"saw-rook'","derivation":"from H8319 (שָׁרַק);","strongs_definition":"bright red (as piercing to the sight), i.e. bay","kjv_definition":"speckled. See H8291 (שָׂרוּק)."} +{"id":"H8321","strongs_number":"H8321","system":"hebrew","language":"hebrew","number_value":8321,"lemma":"שֹׂרֵק","transliteration":"sôrêq","pronunciation":"so-rake'","derivation":"or שׂוֹרֵק; and (feminine) שֹׂרֵקָה; from H8319 (שָׁרַק) in the sense of redness (compare H8320 (שָׂרֻק));","strongs_definition":"a vine stock (properly, one yielding purple grapes, the richest variety)","kjv_definition":"choice(-st, noble) wine. Compare H8291 (שָׂרוּק)."} +{"id":"H8322","strongs_number":"H8322","system":"hebrew","language":"hebrew","number_value":8322,"lemma":"שְׁרֵקָה","transliteration":"shᵉrêqâh","pronunciation":"sher-ay-kaw'","derivation":"from H8319 (שָׁרַק);","strongs_definition":"a derision","kjv_definition":"hissing."} +{"id":"H8323","strongs_number":"H8323","system":"hebrew","language":"hebrew","number_value":8323,"lemma":"שָׂרַר","transliteration":"sârar","pronunciation":"saw-rar'","derivation":"a primitive root;","strongs_definition":"to have (transitively, exercise; reflexively, get) dominion","kjv_definition":"[idiom] altogether, make self a prince, (bear) rule."} +{"id":"H8324","strongs_number":"H8324","system":"hebrew","language":"hebrew","number_value":8324,"lemma":"שָׁרַר","transliteration":"shârar","pronunciation":"shaw-rar'","derivation":"a primitive root;","strongs_definition":"to be hostile (only active participle an opponent)","kjv_definition":"enemy."} +{"id":"H8325","strongs_number":"H8325","system":"hebrew","language":"hebrew","number_value":8325,"lemma":"שָׁרַר","transliteration":"Shârar","pronunciation":"shaw-rawr'","derivation":"from H8324 (שָׁרַר); hostile;","strongs_definition":"Sharar, an Israelite","kjv_definition":"Sharar."} +{"id":"H8326","strongs_number":"H8326","system":"hebrew","language":"hebrew","number_value":8326,"lemma":"שֹׁרֶר","transliteration":"shôrer","pronunciation":"sho'-rer","derivation":"from H8324 (שָׁרַר) in the sense of twisting (compare H8270 (שֹׁר));","strongs_definition":"the umbilical cord, i.e. (by extension) a bodice","kjv_definition":"navel."} +{"id":"H8327","strongs_number":"H8327","system":"hebrew","language":"hebrew","number_value":8327,"lemma":"שָׁרַשׁ","transliteration":"shârash","pronunciation":"shaw-rash'","derivation":"a primitive root;","strongs_definition":"to root, i.e. strike into the soil, or (by implication) to pluck from it","kjv_definition":"(take, cause to take) root (out)."} +{"id":"H8328","strongs_number":"H8328","system":"hebrew","language":"hebrew","number_value":8328,"lemma":"שֶׁרֶשׁ","transliteration":"sheresh","pronunciation":"sheh'-resh","derivation":"from H8327 (שָׁרַשׁ);","strongs_definition":"a root (literally or figuratively)","kjv_definition":"bottom, deep, heel, root."} +{"id":"H8329","strongs_number":"H8329","system":"hebrew","language":"hebrew","number_value":8329,"lemma":"שֶׁרֶשׁ","transliteration":"Sheresh","pronunciation":"sheh'-resh","derivation":"the same as H8328 (שֶׁרֶשׁ);","strongs_definition":"Sheresh, an Israelite","kjv_definition":"Sharesh."} +{"id":"H8330","strongs_number":"H8330","system":"hebrew","language":"hebrew","number_value":8330,"lemma":"שֹׁרֶשׁ","transliteration":"shôresh","pronunciation":"sho'-resh","derivation":"(Aramaic) corresponding to H8328 (שֶׁרֶשׁ)","strongs_definition":"{a root (literally or figuratively)}","kjv_definition":"root."} +{"id":"H8331","strongs_number":"H8331","system":"hebrew","language":"hebrew","number_value":8331,"lemma":"שַׁרְשָׁה","transliteration":"sharshâh","pronunciation":"shar-shaw'","derivation":"from H8327 (שָׁרַשׁ);","strongs_definition":"a chain (as rooted, i.e. linked)","kjv_definition":"chain. Compare H8333 (שַׁרְשְׁרָה)."} +{"id":"H8332","strongs_number":"H8332","system":"hebrew","language":"hebrew","number_value":8332,"lemma":"שְׁרֹשׁוּ","transliteration":"shᵉrôshûw","pronunciation":"sher-o-shoo'","derivation":"(Aramaic) from a root corresponding to H8327 (שָׁרַשׁ);","strongs_definition":"eradication, i.e. (figuratively) exile","kjv_definition":"banishment."} +{"id":"H8333","strongs_number":"H8333","system":"hebrew","language":"hebrew","number_value":8333,"lemma":"שַׁרְשְׁרָה","transliteration":"sharshᵉrâh","pronunciation":"shar-sher-aw'","derivation":"from H8327 (שָׁרַשׁ) (compare H8331 (שַׁרְשָׁה));","strongs_definition":"a chain; (architectural) probably a garland","kjv_definition":"chain."} +{"id":"H8334","strongs_number":"H8334","system":"hebrew","language":"hebrew","number_value":8334,"lemma":"שָׁרַת","transliteration":"shârath","pronunciation":"shaw-rath'","derivation":"a primitive root;","strongs_definition":"to attend as a menial or worshipper; figuratively, to contribute to","kjv_definition":"minister (unto), (do) serve(-ant, -ice, -itor), wait on."} +{"id":"H8335","strongs_number":"H8335","system":"hebrew","language":"hebrew","number_value":8335,"lemma":"שָׁרֵת","transliteration":"shârêth","pronunciation":"shaw-rayth'","derivation":"infinitive of H8334 (שָׁרַת);","strongs_definition":"service (in the Temple)","kjv_definition":"minister(-ry)."} +{"id":"H8336","strongs_number":"H8336","system":"hebrew","language":"hebrew","number_value":8336,"lemma":"שֵׁשׁ","transliteration":"shêsh","pronunciation":"shaysh","derivation":"or (for alliteration with H4897 (מֶשִׁי)) שְׁשִׁי; for H7893 (שַׁיִשׁ);","strongs_definition":"bleached stuff, i.e. white linen or (by analogy) marble","kjv_definition":"[idiom] blue, fine (twined) linen, marble, silk."} +{"id":"H8337","strongs_number":"H8337","system":"hebrew","language":"hebrew","number_value":8337,"lemma":"שֵׁשׁ","transliteration":"shêsh","pronunciation":"shaysh","derivation":"masculine שִׁשָּׁה; a primitive number; compare H7797 (שׂוּשׂ)","strongs_definition":"six (as an overplus beyond five or the fingers of the hand); as ord. sixth","kjv_definition":"six(-teen, -teenth), sixth."} +{"id":"H8338","strongs_number":"H8338","system":"hebrew","language":"hebrew","number_value":8338,"lemma":"שָׁשָׁא","transliteration":"shâshâʼ","pronunciation":"shaw-shaw'","derivation":"a primitive root; apparently,","strongs_definition":"to annihilate","kjv_definition":"leave by the sixth part (by confusion with H8341 (שָׁשָׁה))."} +{"id":"H8339","strongs_number":"H8339","system":"hebrew","language":"hebrew","number_value":8339,"lemma":"שֵׁשְׁבַּצַּר","transliteration":"Shêshᵉbatstsar","pronunciation":"shaysh-bats-tsar'","derivation":"of foreign derivation;","strongs_definition":"Sheshbatstsar, Zerubbabel's Persian name","kjv_definition":"Sheshbazzar."} +{"id":"H8340","strongs_number":"H8340","system":"hebrew","language":"hebrew","number_value":8340,"lemma":"שֵׁשְׁבַּצַּר","transliteration":"Shêshᵉbatstsar","pronunciation":"shaysh-bats-tsar'","derivation":"(Aramaic) corresponding to H8339 (שֵׁשְׁבַּצַּר)","strongs_definition":"{Sheshbatstsar, Zerubbabel's Persian name}","kjv_definition":"Sheshbazzar."} +{"id":"H8341","strongs_number":"H8341","system":"hebrew","language":"hebrew","number_value":8341,"lemma":"שָׁשָׁה","transliteration":"shâshâh","pronunciation":"shaw-shaw'","derivation":"a denominative from H8337 (שֵׁשׁ);","strongs_definition":"to sixth or divide into sixths","kjv_definition":"give the sixth participle"} +{"id":"H8342","strongs_number":"H8342","system":"hebrew","language":"hebrew","number_value":8342,"lemma":"שָׂשׂוֹן","transliteration":"sâsôwn","pronunciation":"saw-sone'","derivation":"or שָׂשֹׂן; from H7797 (שׂוּשׂ);","strongs_definition":"cheerfulness; specifically, welcome","kjv_definition":"gladness, joy, mirth, rejoicing."} +{"id":"H8343","strongs_number":"H8343","system":"hebrew","language":"hebrew","number_value":8343,"lemma":"שָׁשַׁי","transliteration":"Shâshay","pronunciation":"shaw-shah'-ee","derivation":"perhaps from H8336 (שֵׁשׁ); whitish;","strongs_definition":"Shashai, an Israelite","kjv_definition":"Shashai."} +{"id":"H8344","strongs_number":"H8344","system":"hebrew","language":"hebrew","number_value":8344,"lemma":"שֵׁשַׁי","transliteration":"Shêshay","pronunciation":"shay-shah'-ee","derivation":"probably for H8343 (שָׁשַׁי);","strongs_definition":"Sheshai, a Canaanite","kjv_definition":"Sheshai."} +{"id":"H8345","strongs_number":"H8345","system":"hebrew","language":"hebrew","number_value":8345,"lemma":"שִׁשִּׁי","transliteration":"shishshîy","pronunciation":"shish-shee'","derivation":"from H8337 (שֵׁשׁ);","strongs_definition":"sixth, ord. or (feminine) fractional","kjv_definition":"sixth (part)."} +{"id":"H8346","strongs_number":"H8346","system":"hebrew","language":"hebrew","number_value":8346,"lemma":"שִׁשִּׁים","transliteration":"shishshîym","pronunciation":"shish-sheem'","derivation":"multiple of H8337 (שֵׁשׁ);","strongs_definition":"sixty","kjv_definition":"sixty, three score."} +{"id":"H8347","strongs_number":"H8347","system":"hebrew","language":"hebrew","number_value":8347,"lemma":"שֵׁשַׁךְ","transliteration":"Shêshak","pronunciation":"shay-shak'","derivation":"of foreign derivation;","strongs_definition":"Sheshak, a symbolic name of Babylon","kjv_definition":"Sheshach."} +{"id":"H8348","strongs_number":"H8348","system":"hebrew","language":"hebrew","number_value":8348,"lemma":"שֵׁשָׁן","transliteration":"Shêshân","pronunciation":"shay-shawn'","derivation":"perhaps for H7799 (שׁוּשַׁן); lily;","strongs_definition":"Sheshan, an Israelite","kjv_definition":"Sheshan."} +{"id":"H8349","strongs_number":"H8349","system":"hebrew","language":"hebrew","number_value":8349,"lemma":"שָׁשַׁק","transliteration":"Shâshaq","pronunciation":"shaw-shak'","derivation":"probably from the base of H7785 (שׁוֹק); pedestrian;","strongs_definition":"Shashak, an Israelite","kjv_definition":"Shashak."} +{"id":"H8350","strongs_number":"H8350","system":"hebrew","language":"hebrew","number_value":8350,"lemma":"שָׁשַׁר","transliteration":"shâshar","pronunciation":"shaw-shar'","derivation":"perhaps from the base of H8324 (שָׁרַר) in the sense of that of H8320 (שָׂרֻק);","strongs_definition":"red ochre (from its piercing color)","kjv_definition":"vermillion."} +{"id":"H8351","strongs_number":"H8351","system":"hebrew","language":"hebrew","number_value":8351,"lemma":"שֵׁת","transliteration":"shêth","pronunciation":"shayth","derivation":"(Numbers from H7582 (שָׁאָה);","strongs_definition":"tumult","kjv_definition":"Sheth."} +{"id":"H8352","strongs_number":"H8352","system":"hebrew","language":"hebrew","number_value":8352,"lemma":"שֵׁת","transliteration":"Shêth","pronunciation":"shayth","derivation":"from H7896 (שִׁית); put, i.e. substituted;","strongs_definition":"Sheth, third son of Adam","kjv_definition":"Seth, Sheth."} +{"id":"H8353","strongs_number":"H8353","system":"hebrew","language":"hebrew","number_value":8353,"lemma":"שֵׁת","transliteration":"shêth","pronunciation":"shayth","derivation":"(Aramaic) or שִׁת; (Aramaic), corresponding to H8337 (שֵׁשׁ);","strongs_definition":"{six}","kjv_definition":"six(-th)."} +{"id":"H8354","strongs_number":"H8354","system":"hebrew","language":"hebrew","number_value":8354,"lemma":"שָׁתָה","transliteration":"shâthâh","pronunciation":"shaw-thaw'","derivation":"a primitive root;","strongs_definition":"to imbibe (literally or figuratively)","kjv_definition":"[idiom] assuredly, banquet, [idiom] certainly, drink(-er, -ing), drunk ([idiom] -ard), surely. (Prop. intensive of H8248 (שָׁקָה).)"} +{"id":"H8355","strongs_number":"H8355","system":"hebrew","language":"hebrew","number_value":8355,"lemma":"שְׁתָה","transliteration":"shᵉthâh","pronunciation":"sheth-aw'","derivation":"(Aramaic) corresponding to H8354 (שָׁתָה)","strongs_definition":"{to imbibe (literally or figuratively)}","kjv_definition":"drink."} +{"id":"H8356","strongs_number":"H8356","system":"hebrew","language":"hebrew","number_value":8356,"lemma":"שָׁתָה","transliteration":"shâthâh","pronunciation":"shaw-thaw'","derivation":"from H7896 (שִׁית);","strongs_definition":"a basis, i.e. (figuratively) political or moral support","kjv_definition":"foundation, purpose."} +{"id":"H8357","strongs_number":"H8357","system":"hebrew","language":"hebrew","number_value":8357,"lemma":"שֵׁתָה","transliteration":"shêthâh","pronunciation":"shay-thaw'","derivation":"from H7896 (שִׁית);","strongs_definition":"the seat (of the person)","kjv_definition":"buttock."} +{"id":"H8358","strongs_number":"H8358","system":"hebrew","language":"hebrew","number_value":8358,"lemma":"שְׁתִי","transliteration":"shᵉthîy","pronunciation":"sheth-ee'","derivation":"from H8354 (שָׁתָה);","strongs_definition":"intoxicaion","kjv_definition":"drunkenness."} +{"id":"H8359","strongs_number":"H8359","system":"hebrew","language":"hebrew","number_value":8359,"lemma":"שְׁתִי","transliteration":"shᵉthîy","pronunciation":"sheth-ee'","derivation":"from H7896 (שִׁית);","strongs_definition":"a fixture, i.e. the warp in weaving","kjv_definition":"warp."} +{"id":"H8360","strongs_number":"H8360","system":"hebrew","language":"hebrew","number_value":8360,"lemma":"שְׁתִיָּה","transliteration":"shᵉthîyâh","pronunciation":"sheth-ee-yaw'","derivation":"feminine of H8358 (שְׁתִי);","strongs_definition":"potation","kjv_definition":"drinking."} +{"id":"H8361","strongs_number":"H8361","system":"hebrew","language":"hebrew","number_value":8361,"lemma":"שִׁתִּין","transliteration":"shittîyn","pronunciation":"shit-teen'","derivation":"(Aramaic) corresponding to H8346 (שִׁשִּׁים) (compare H8353 (שֵׁת));","strongs_definition":"sixty","kjv_definition":"threescore."} +{"id":"H8362","strongs_number":"H8362","system":"hebrew","language":"hebrew","number_value":8362,"lemma":"שָׁתַל","transliteration":"shâthal","pronunciation":"shaw-thal'","derivation":"a primitive root;","strongs_definition":"to transplant","kjv_definition":"plant."} +{"id":"H8363","strongs_number":"H8363","system":"hebrew","language":"hebrew","number_value":8363,"lemma":"שְׁתִל","transliteration":"shᵉthil","pronunciation":"sheth-eel'","derivation":"from H8362 (שָׁתַל);","strongs_definition":"a sprig (as if transplanted), i.e. sucker","kjv_definition":"plant."} +{"id":"H8364","strongs_number":"H8364","system":"hebrew","language":"hebrew","number_value":8364,"lemma":"שֻׁתַלְחִי","transliteration":"Shuthalchîy","pronunciation":"shoo-thal-kee'","derivation":"patronymically from H7803 (שׁוּתֶלַח);","strongs_definition":"a Shuthalchite (collectively) or descendants of Shuthelach","kjv_definition":"Shuthalhites."} +{"id":"H8365","strongs_number":"H8365","system":"hebrew","language":"hebrew","number_value":8365,"lemma":"שָׁתַם","transliteration":"shâtham","pronunciation":"shaw-tham'","derivation":"a primitive root;","strongs_definition":"to unveil (figuratively)","kjv_definition":"be open."} +{"id":"H8366","strongs_number":"H8366","system":"hebrew","language":"hebrew","number_value":8366,"lemma":"שָׁתַן","transliteration":"shâthan","pronunciation":"shaw-than'","derivation":"a primitive root;","strongs_definition":"(causatively) to make water, i.e. urinate","kjv_definition":"piss."} +{"id":"H8367","strongs_number":"H8367","system":"hebrew","language":"hebrew","number_value":8367,"lemma":"שָׁתַק","transliteration":"shâthaq","pronunciation":"shaw-thak'","derivation":"a primitive root;","strongs_definition":"to subside","kjv_definition":"be calm, cease, be quiet."} +{"id":"H8368","strongs_number":"H8368","system":"hebrew","language":"hebrew","number_value":8368,"lemma":"שָׂתַר","transliteration":"sâthar","pronunciation":"saw-thar'","derivation":"a primitive root;","strongs_definition":"to break out (as an eruption)","kjv_definition":"have in (one's) secret parts."} +{"id":"H8369","strongs_number":"H8369","system":"hebrew","language":"hebrew","number_value":8369,"lemma":"שֵׁתָר","transliteration":"Shêthâr","pronunciation":"shay-thawr'","derivation":"of foreign derivation;","strongs_definition":"Shethar, a Persian satrap","kjv_definition":"Shethar."} +{"id":"H8370","strongs_number":"H8370","system":"hebrew","language":"hebrew","number_value":8370,"lemma":"שְׁתַר בּוֹזְנַי","transliteration":"Shᵉthar Bôwzᵉnay","pronunciation":"sheth-ar' bo-zen-ah'-ee","derivation":"of foreign derivation;","strongs_definition":"Shethar-Bozenai, a Persian officer","kjv_definition":"Shetharboznai."} +{"id":"H8371","strongs_number":"H8371","system":"hebrew","language":"hebrew","number_value":8371,"lemma":"שָׁתַת","transliteration":"shâthath","pronunciation":"shaw-thath'","derivation":"a primitive root;","strongs_definition":"to place, i.e. array; reflex. to lie","kjv_definition":"be laid, set. t"} +{"id":"H8372","strongs_number":"H8372","system":"hebrew","language":"hebrew","number_value":8372,"lemma":"תָּא","transliteration":"tâʼ","pronunciation":"taw","derivation":"and (feminine) תָּאָה; (Ezekiel 40:12), from (the base of) H8376 (תָּאָה);","strongs_definition":"a room (as circumscribed)","kjv_definition":"(little) chamber."} +{"id":"H8373","strongs_number":"H8373","system":"hebrew","language":"hebrew","number_value":8373,"lemma":"תָּאַב","transliteration":"tâʼab","pronunciation":"taw-ab'","derivation":"a primitive root;","strongs_definition":"to desire","kjv_definition":"long."} +{"id":"H8374","strongs_number":"H8374","system":"hebrew","language":"hebrew","number_value":8374,"lemma":"תָּאַב","transliteration":"tâʼab","pronunciation":"taw-ab'","derivation":"a primitive root (probably identical with H8373 (תָּאַב) through the idea of puffing disdainfully at; compare H340 (אָיַב));","strongs_definition":"to loathe (morally)","kjv_definition":"abhor."} +{"id":"H8375","strongs_number":"H8375","system":"hebrew","language":"hebrew","number_value":8375,"lemma":"תַּאֲבָה","transliteration":"taʼăbâh","pronunciation":"tah-ab-aw'","derivation":"from H8374 (תָּאַב) (compare H15 (אָבֶה));","strongs_definition":"desire","kjv_definition":"longing."} +{"id":"H8376","strongs_number":"H8376","system":"hebrew","language":"hebrew","number_value":8376,"lemma":"תָּאָה","transliteration":"tâʼâh","pronunciation":"taw-aw'","derivation":"a primitive root;","strongs_definition":"to mark off, i.e. (intensively) designate","kjv_definition":"point out."} +{"id":"H8377","strongs_number":"H8377","system":"hebrew","language":"hebrew","number_value":8377,"lemma":"תְּאוֹ","transliteration":"tᵉʼôw","pronunciation":"teh-o'","derivation":"and תּוֹא; (the original form), from H8376 (תָּאָה);","strongs_definition":"a species of antelope (probably from the white stripe on the cheek)","kjv_definition":"wild bull (ox)."} +{"id":"H8378","strongs_number":"H8378","system":"hebrew","language":"hebrew","number_value":8378,"lemma":"תַּאֲוָה","transliteration":"taʼăvâh","pronunciation":"tah-av-aw'","derivation":"from H183 (אָוָה) (abbreviated);","strongs_definition":"a longing; by implication, a delight (subjectively, satisfaction, objectively, a charm)","kjv_definition":"dainty, desire, [idiom] exceedingly, [idiom] greedily, lust(ing), pleasant. See also H6914 (קִבְרוֹת הַתַּאֲוָה)."} +{"id":"H8379","strongs_number":"H8379","system":"hebrew","language":"hebrew","number_value":8379,"lemma":"תַּאֲוָה","transliteration":"taʼăvâh","pronunciation":"tah-av-aw'","derivation":"from H8376 (תָּאָה);","strongs_definition":"a limit, i.e. full extent","kjv_definition":"utmost bound."} +{"id":"H8380","strongs_number":"H8380","system":"hebrew","language":"hebrew","number_value":8380,"lemma":"תָּאוֹם","transliteration":"tâʼôwm","pronunciation":"taw-ome'","derivation":"or תָּאֹם; from H8382 (תָּאַם);","strongs_definition":"a twin (in plural only), literally or figuratively","kjv_definition":"twins."} +{"id":"H8381","strongs_number":"H8381","system":"hebrew","language":"hebrew","number_value":8381,"lemma":"תַּאֲלָה","transliteration":"taʼălâh","pronunciation":"tah-al-aw'","derivation":"from H422 (אָלָה);","strongs_definition":"an imprecation","kjv_definition":"curse."} +{"id":"H8382","strongs_number":"H8382","system":"hebrew","language":"hebrew","number_value":8382,"lemma":"תָּאַם","transliteration":"tâʼam","pronunciation":"taw-am'","derivation":"a primitive root; to be complete; but used only as denominative from H8380 (תָּאוֹם),","strongs_definition":"to be (causatively, make) twinned, i.e. (figuratively) duplicate or (architectural) jointed","kjv_definition":"coupled (together), bear twins."} +{"id":"H8383","strongs_number":"H8383","system":"hebrew","language":"hebrew","number_value":8383,"lemma":"תְּאֻן","transliteration":"tᵉʼun","pronunciation":"teh-oon'","derivation":"from H205 (אָוֶן);","strongs_definition":"naughtiness, i.e. toil","kjv_definition":"lie."} +{"id":"H8384","strongs_number":"H8384","system":"hebrew","language":"hebrew","number_value":8384,"lemma":"תְּאֵן","transliteration":"tᵉʼên","pronunciation":"teh-ane'","derivation":"or (in the singular, feminine) תְּאֵנָה; perhaps of foreign derivation","strongs_definition":"the fig (tree or fruit)","kjv_definition":"fig (tree)."} +{"id":"H8385","strongs_number":"H8385","system":"hebrew","language":"hebrew","number_value":8385,"lemma":"תַּאֲנָה","transliteration":"taʼănâh","pronunciation":"tah-an-aw'","derivation":"or תֹּאֲנָה; from H579 (אָנָה);","strongs_definition":"an opportunity or (subjectively) purpose","kjv_definition":"occasion."} +{"id":"H8386","strongs_number":"H8386","system":"hebrew","language":"hebrew","number_value":8386,"lemma":"תַּאֲנִיָּה","transliteration":"taʼănîyâh","pronunciation":"tah-an-ee-yaw'","derivation":"from H578 (אָנָה);","strongs_definition":"lamentation","kjv_definition":"heaviness, mourning."} +{"id":"H8387","strongs_number":"H8387","system":"hebrew","language":"hebrew","number_value":8387,"lemma":"תַּאֲנַת שִׁלֹה","transliteration":"Taʼănath Shilôh","pronunciation":"tah-an-ath' shee-lo'","derivation":"from H8385 (תַּאֲנָה) and H7887 (שִׁילֹה); approach of Shiloh;","strongs_definition":"Taanath-Shiloh, a place in Palestine","kjv_definition":"Taanath-shiloh."} +{"id":"H8388","strongs_number":"H8388","system":"hebrew","language":"hebrew","number_value":8388,"lemma":"תָּאַר","transliteration":"tâʼar","pronunciation":"taw-ar'","derivation":"a primitive root;","strongs_definition":"to delineate; reflex. to extend","kjv_definition":"be drawn, mark out, (Rimmon-) methoar (by union with H7417 (רִמּוֹן))."} +{"id":"H8389","strongs_number":"H8389","system":"hebrew","language":"hebrew","number_value":8389,"lemma":"תֹּאַר","transliteration":"tôʼar","pronunciation":"to'-ar","derivation":"from H8388 (תָּאַר);","strongs_definition":"outline, i.e. figure or appearance","kjv_definition":"[phrase] beautiful, [idiom] comely, countenance, [phrase] fair, [idiom] favoured, form, [idiom] goodly, [idiom] resemble, visage."} +{"id":"H8390","strongs_number":"H8390","system":"hebrew","language":"hebrew","number_value":8390,"lemma":"תַּאֲרֵעַ","transliteration":"Taʼărêaʻ","pronunciation":"tah-ar-ay'-ah","derivation":"perhaps from H772 (אֲרַע);","strongs_definition":"Taarea, an Israelite","kjv_definition":"Tarea. See H8475 (תַּחְרֵעַ)."} +{"id":"H8391","strongs_number":"H8391","system":"hebrew","language":"hebrew","number_value":8391,"lemma":"תְּאַשּׁוּר","transliteration":"tᵉʼashshûwr","pronunciation":"teh-ash-shoor'","derivation":"from H833 (אָשַׁר);","strongs_definition":"a species of cedar (from its erectness)","kjv_definition":"box (tree)."} +{"id":"H8392","strongs_number":"H8392","system":"hebrew","language":"hebrew","number_value":8392,"lemma":"תֵּבָה","transliteration":"têbâh","pronunciation":"tay-baw'","derivation":"perhaps of foreign derivation;","strongs_definition":"a box","kjv_definition":"ark."} +{"id":"H8393","strongs_number":"H8393","system":"hebrew","language":"hebrew","number_value":8393,"lemma":"תְּבוּאָה","transliteration":"tᵉbûwʼâh","pronunciation":"teb-oo-aw'","derivation":"from H935 (בּוֹא);","strongs_definition":"income, i.e. produce (literally or figuratively)","kjv_definition":"fruit, gain, increase, revenue."} +{"id":"H8394","strongs_number":"H8394","system":"hebrew","language":"hebrew","number_value":8394,"lemma":"תָּבוּן","transliteration":"tâbûwn","pronunciation":"taw-boon'","derivation":"and (feminine) תְּבוּנָה; or תּוֹבֻנָה; from H995 (בִּין);","strongs_definition":"intelligence; by implication, an argument; by extension, caprice","kjv_definition":"discretion, reason, skilfulness, understanding, wisdom."} +{"id":"H8395","strongs_number":"H8395","system":"hebrew","language":"hebrew","number_value":8395,"lemma":"תְּבוּסָה","transliteration":"tᵉbûwçâh","pronunciation":"teb-oo-saw'","derivation":"from H947 (בּוּס);","strongs_definition":"a treading down, i.e. ruin","kjv_definition":"destruction."} +{"id":"H8396","strongs_number":"H8396","system":"hebrew","language":"hebrew","number_value":8396,"lemma":"תָּבוֹר","transliteration":"Tâbôwr","pronunciation":"taw-bore'","derivation":"from a root corresponding to H8406 (תְּבַר); broken region;","strongs_definition":"Tabor, a mountain in Palestine, also a city adjacent","kjv_definition":"Tabor."} +{"id":"H8397","strongs_number":"H8397","system":"hebrew","language":"hebrew","number_value":8397,"lemma":"תֶּבֶל","transliteration":"tebel","pronunciation":"teh'-bel","derivation":"apparently from H1101 (בָּלַל);","strongs_definition":"mixture, i.e. unnatural bestiality","kjv_definition":"confusion."} +{"id":"H8398","strongs_number":"H8398","system":"hebrew","language":"hebrew","number_value":8398,"lemma":"תֵּבֵל","transliteration":"têbêl","pronunciation":"tay-bale'","derivation":"from H2986 (יָבַל);","strongs_definition":"the earth (as moist and therefore inhabited); by extension, the globe; by implication, its inhabitants; specifically, a particular land, as Babylonia, Palestine","kjv_definition":"habitable part, world."} +{"id":"H8399","strongs_number":"H8399","system":"hebrew","language":"hebrew","number_value":8399,"lemma":"תַּבְלִית","transliteration":"tablîyth","pronunciation":"tab-leeth'","derivation":"from H1086 (בָּלָה);","strongs_definition":"consumption","kjv_definition":"destruction."} +{"id":"H8400","strongs_number":"H8400","system":"hebrew","language":"hebrew","number_value":8400,"lemma":"תְּבַּלֻּל","transliteration":"tᵉballul","pronunciation":"teb-al-lool'","derivation":"from H1101 (בָּלַל) in the original sense of flowing;","strongs_definition":"a cataract (in the eye)","kjv_definition":"blemish."} +{"id":"H8401","strongs_number":"H8401","system":"hebrew","language":"hebrew","number_value":8401,"lemma":"תֶּבֶן","transliteration":"teben","pronunciation":"teh'-ben","derivation":"probably from H1129 (בָּנָה);","strongs_definition":"properly, material, i.e. (specifically) refuse haum or stalks of grain (as chopped in threshing and used for fodder)","kjv_definition":"chaff, straw, stubble."} +{"id":"H8402","strongs_number":"H8402","system":"hebrew","language":"hebrew","number_value":8402,"lemma":"תִּבְנִי","transliteration":"Tibnîy","pronunciation":"tib-nee'","derivation":"from H8401 (תֶּבֶן); strawy;","strongs_definition":"Tibni, an Israelite","kjv_definition":"Tibni."} +{"id":"H8403","strongs_number":"H8403","system":"hebrew","language":"hebrew","number_value":8403,"lemma":"תַּבְנִית","transliteration":"tabnîyth","pronunciation":"tab-neeth'","derivation":"from H1129 (בָּנָה);","strongs_definition":"structure; by implication, a model, resemblance","kjv_definition":"figure, form, likeness, pattern, similitude."} +{"id":"H8404","strongs_number":"H8404","system":"hebrew","language":"hebrew","number_value":8404,"lemma":"תַּבְעֵרָה","transliteration":"Tabʻêrâh","pronunciation":"tab-ay-raw'","derivation":"from H1197 (בָּעַר); burning;","strongs_definition":"Taberah, a place in the Desert","kjv_definition":"Taberah."} +{"id":"H8405","strongs_number":"H8405","system":"hebrew","language":"hebrew","number_value":8405,"lemma":"תֵּבֵץ","transliteration":"Têbêts","pronunciation":"tay-bates'","derivation":"from the same as H948 (בּוּץ); whiteness;","strongs_definition":"Tebets, a place in Palestine","kjv_definition":"Thebez."} +{"id":"H8406","strongs_number":"H8406","system":"hebrew","language":"hebrew","number_value":8406,"lemma":"תְּבַר","transliteration":"tᵉbar","pronunciation":"teb-ar'","derivation":"(Aramaic) corresponding to H7665 (שָׁבַר);","strongs_definition":"to be fragile (figuratively)","kjv_definition":"broken."} +{"id":"H8407","strongs_number":"H8407","system":"hebrew","language":"hebrew","number_value":8407,"lemma":"תִּגְלַת פִּלְאֶסֶר","transliteration":"Tiglath Pilʼeçer","pronunciation":"tig-lath' pil-eh'-ser","derivation":"or תִּגְלַת פְּלֶסֶר; or תִּלְגַּת פִּלְנְאֶסֶר or תִּלְגַּת פִּלְנֶסֶר; of foreign derivation;","strongs_definition":"Tiglath-Pileser or Tilgath-pilneser, an Assyryrian king","kjv_definition":"Tiglath-pileser, Tilgath-pilneser."} +{"id":"H8408","strongs_number":"H8408","system":"hebrew","language":"hebrew","number_value":8408,"lemma":"תַּגְמוּל","transliteration":"tagmûwl","pronunciation":"tag-mool'","derivation":"from H1580 (גָּמַל);","strongs_definition":"a bestowment","kjv_definition":"benefit."} +{"id":"H8409","strongs_number":"H8409","system":"hebrew","language":"hebrew","number_value":8409,"lemma":"תִּגְרָה","transliteration":"tigrâh","pronunciation":"tig-raw'","derivation":"from H1624 (גָּרָה);","strongs_definition":"strife, i.e. infliction","kjv_definition":"blow."} +{"id":"H8410","strongs_number":"H8410","system":"hebrew","language":"hebrew","number_value":8410,"lemma":"תִּדְהָר","transliteration":"tidhâr","pronunciation":"tid-hawr'","derivation":"apparently from H1725 (דָּהַר);","strongs_definition":"enduring; a species of hard-wood or lasting tree (perhaps oak)","kjv_definition":"pine (tree)."} +{"id":"H8411","strongs_number":"H8411","system":"hebrew","language":"hebrew","number_value":8411,"lemma":"תְּדִירָא","transliteration":"tᵉdîyrâʼ","pronunciation":"ted-ee-raw'","derivation":"(Aramaic) from H1753 (דּוּר) in the original sense of enduring;","strongs_definition":"permanence, i.e. (adverb) constantly","kjv_definition":"continually."} +{"id":"H8412","strongs_number":"H8412","system":"hebrew","language":"hebrew","number_value":8412,"lemma":"תַּדְמֹר","transliteration":"Tadmôr","pronunciation":"tad-more'","derivation":"or תַּמֹּר; (1 Kings 9:18), apparently from H8558 (תָּמָר); palm-city;","strongs_definition":"Tadmor, a place near Palestine","kjv_definition":"Tadmor."} +{"id":"H8413","strongs_number":"H8413","system":"hebrew","language":"hebrew","number_value":8413,"lemma":"תִּדְעָל","transliteration":"Tidʻâl","pronunciation":"tid-awl'","derivation":"perhaps from H1763 (דְּחַל); fearfulness;","strongs_definition":"Tidal, a Canaanite","kjv_definition":"Tidal."} +{"id":"H8414","strongs_number":"H8414","system":"hebrew","language":"hebrew","number_value":8414,"lemma":"תֹּהוּ","transliteration":"tôhûw","pronunciation":"to'-hoo","derivation":"from an unused root meaning to lie waste;","strongs_definition":"a desolation (of surface), i.e. desert; figuratively, a worthless thing; adverbially, in vain","kjv_definition":"confusion, empty place, without form, nothing, (thing of) nought, vain, vanity, waste, wilderness."} +{"id":"H8415","strongs_number":"H8415","system":"hebrew","language":"hebrew","number_value":8415,"lemma":"תְּהוֹם","transliteration":"tᵉhôwm","pronunciation":"teh-home'","derivation":"or תְּהֹם; (usually feminine) from H1949 (הוּם);","strongs_definition":"an abyss (as a surging mass of water), especially the deep (the main sea or the subterranean watersupply)","kjv_definition":"deep (place), depth."} +{"id":"H8416","strongs_number":"H8416","system":"hebrew","language":"hebrew","number_value":8416,"lemma":"תְּהִלָּה","transliteration":"tᵉhillâh","pronunciation":"teh-hil-law'","derivation":"from H1984 (הָלַל);","strongs_definition":"laudation; specifically (concretely) a hymn","kjv_definition":"praise."} +{"id":"H8417","strongs_number":"H8417","system":"hebrew","language":"hebrew","number_value":8417,"lemma":"תׇּהֳלָה","transliteration":"tohŏlâh","pronunciation":"to-hol-aw'","derivation":"feminine of an unused noun (apparently from H1984 (הָלַל)) meaning bluster;","strongs_definition":"braggadocio, i.e. (by implication) fatuity","kjv_definition":"folly."} +{"id":"H8418","strongs_number":"H8418","system":"hebrew","language":"hebrew","number_value":8418,"lemma":"תַּהֲלֻכָה","transliteration":"tahălukâh","pronunciation":"tah-hal-oo-kaw'","derivation":"from H1980 (הָלַךְ);","strongs_definition":"a procession","kjv_definition":"[idiom] went."} +{"id":"H8419","strongs_number":"H8419","system":"hebrew","language":"hebrew","number_value":8419,"lemma":"תַּהְפֻּכָה","transliteration":"tahpukâh","pronunciation":"tah-poo-kaw'","derivation":"from H2015 (הָפַךְ);","strongs_definition":"a perversity or fraud","kjv_definition":"(very) froward(-ness, thing), perverse thing."} +{"id":"H8420","strongs_number":"H8420","system":"hebrew","language":"hebrew","number_value":8420,"lemma":"תָּו","transliteration":"tâv","pronunciation":"tawv","derivation":"from H8427 (תָּוָה);","strongs_definition":"a mark; by implication, a signature","kjv_definition":"desire, mark."} +{"id":"H8421","strongs_number":"H8421","system":"hebrew","language":"hebrew","number_value":8421,"lemma":"תּוּב","transliteration":"tûwb","pronunciation":"toob","derivation":"(Aramaic) corresponding to H7725 (שׁוּב), to come back;","strongs_definition":"specifically (transitive and ellip.) to reply","kjv_definition":"answer, restore, return (an answer)."} +{"id":"H8422","strongs_number":"H8422","system":"hebrew","language":"hebrew","number_value":8422,"lemma":"תּוּבַל","transliteration":"Tûwbal","pronunciation":"too-bal'","derivation":"or תֻּבַל; probably of foreign derivation;","strongs_definition":"Tubal, a postdiluvian patriarch and his posterity","kjv_definition":"Tubal."} +{"id":"H8423","strongs_number":"H8423","system":"hebrew","language":"hebrew","number_value":8423,"lemma":"תּוּבַל קַיִן","transliteration":"Tûwbal Qayin","pronunciation":"too-bal' kah'-yin","derivation":"apparently from H2986 (יָבַל) (compare H2981 (יְבוּל)) and H7014 (קַיִן); offspring of Cain;","strongs_definition":"Tubal-Kajin, an antidiluvian patriarch","kjv_definition":"Tubal-cain."} +{"id":"H8424","strongs_number":"H8424","system":"hebrew","language":"hebrew","number_value":8424,"lemma":"תּוּגָה","transliteration":"tûwgâh","pronunciation":"too-gaw'","derivation":"from H3013 (יָגָה);","strongs_definition":"depression (of spirits); concretely a grief","kjv_definition":"heaviness, sorrow."} +{"id":"H8425","strongs_number":"H8425","system":"hebrew","language":"hebrew","number_value":8425,"lemma":"תּוֹגַרְמָה","transliteration":"Tôwgarmâh","pronunciation":"to-gar-maw'","derivation":"or תֹּגַרְמָה; probably of foreign derivation;","strongs_definition":"Togarmah, a son of Gomer and his posterity","kjv_definition":"Togarmah."} +{"id":"H8426","strongs_number":"H8426","system":"hebrew","language":"hebrew","number_value":8426,"lemma":"תּוֹדָה","transliteration":"tôwdâh","pronunciation":"to-daw'","derivation":"from H3034 (יָדָה);","strongs_definition":"properly, an extension of the hand, i.e. (by implication) avowal, or (usually) adoration; specifically, a choir of worshippers","kjv_definition":"confession, (sacrifice of) praise, thanks(-giving, offering)."} +{"id":"H8427","strongs_number":"H8427","system":"hebrew","language":"hebrew","number_value":8427,"lemma":"תָּוָה","transliteration":"tâvâh","pronunciation":"taw-vaw'","derivation":"a primitive root;","strongs_definition":"to mark out, i.e. (primitive) scratch or (definite) imprint","kjv_definition":"scrabble, set (a mark)."} +{"id":"H8428","strongs_number":"H8428","system":"hebrew","language":"hebrew","number_value":8428,"lemma":"תָּוָה","transliteration":"tâvâh","pronunciation":"taw-vaw'","derivation":"a primitive root (or perhaps identical with H8427 (תָּוָה) through a similar idea from scraping to pieces);","strongs_definition":"to grieve","kjv_definition":"limit (by confusion with H8427 (תָּוָה))."} +{"id":"H8429","strongs_number":"H8429","system":"hebrew","language":"hebrew","number_value":8429,"lemma":"תְּוַהּ","transliteration":"tᵉvahh","pronunciation":"tev-ah'","derivation":"(Aramaic) corresponding to H8539 (תָּמַהּ) or perhaps to H7582 (שָׁאָה) through the idea of sweeping to ruin (compare H8428 (תָּוָה));","strongs_definition":"to amaze, i.e. (reflex. by implication) take alarm","kjv_definition":"be astonied."} +{"id":"H8430","strongs_number":"H8430","system":"hebrew","language":"hebrew","number_value":8430,"lemma":"תּוֹחַ","transliteration":"Tôwach","pronunciation":"to'-akh","derivation":"from an unused root meaning to depress; humble;","strongs_definition":"Toach, an Israelite","kjv_definition":"Toah."} +{"id":"H8431","strongs_number":"H8431","system":"hebrew","language":"hebrew","number_value":8431,"lemma":"תּוֹחֶלֶת","transliteration":"tôwcheleth","pronunciation":"to-kheh'-leth","derivation":"from H3176 (יָחַל);","strongs_definition":"expectation","kjv_definition":"hope."} +{"id":"H8432","strongs_number":"H8432","system":"hebrew","language":"hebrew","number_value":8432,"lemma":"תָּוֶךְ","transliteration":"tâvek","pronunciation":"taw'-vek","derivation":"from an unused root meaning to sever;","strongs_definition":"a bisection, i.e. (by implication) the centre","kjv_definition":"among(-st), [idiom] between, half, [idiom] (there-, where-), in(-to), middle, mid(-night), midst (among), [idiom] out (of), [idiom] through, [idiom] with(-in)."} +{"id":"H8433","strongs_number":"H8433","system":"hebrew","language":"hebrew","number_value":8433,"lemma":"תּוֹכֵחָה","transliteration":"tôwkêchâh","pronunciation":"to-kay-khaw'","derivation":"and תּוֹכַחַת; from H3198 (יָכַח);","strongs_definition":"chastisement; figuratively (by words) correction, refutation, proof (even in defence)","kjv_definition":"argument, [idiom] chastened, correction, reasoning, rebuke, reproof, [idiom] be (often) reproved."} +{"id":"H8434","strongs_number":"H8434","system":"hebrew","language":"hebrew","number_value":8434,"lemma":"תּוֹלָד","transliteration":"Tôwlâd","pronunciation":"to-lawd'","derivation":"from H3205 (יָלַד); posterity;","strongs_definition":"Tolad, a place in Palestine","kjv_definition":"Tolad. Compare H513 (אֶלְתּוֹלַד)."} +{"id":"H8435","strongs_number":"H8435","system":"hebrew","language":"hebrew","number_value":8435,"lemma":"תּוֹלְדָה","transliteration":"tôwlᵉdâh","pronunciation":"to-led-aw'","derivation":"or תֹּלְדָה; from H3205 (יָלַד);","strongs_definition":"(plural only) descent, i.e. family; (figuratively) history","kjv_definition":"birth, generations."} +{"id":"H8436","strongs_number":"H8436","system":"hebrew","language":"hebrew","number_value":8436,"lemma":"תּוּלוֹן","transliteration":"Tûwlôwn","pronunciation":"too-lone'","derivation":"from H8524 (תָּלַל); suspension;","strongs_definition":"Tulon, an Israelite","kjv_definition":"Tilon (from the margin)."} +{"id":"H8437","strongs_number":"H8437","system":"hebrew","language":"hebrew","number_value":8437,"lemma":"תּוֹלָל","transliteration":"tôwlâl","pronunciation":"to-lawl'","derivation":"from H3213 (יָלַל);","strongs_definition":"causing to howl, i.e. an oppressor","kjv_definition":"that wasted."} +{"id":"H8438","strongs_number":"H8438","system":"hebrew","language":"hebrew","number_value":8438,"lemma":"תּוֹלָע","transliteration":"tôwlâʻ","pronunciation":"to-law'","derivation":"and (feminine) תּוֹלֵעָה; or תּוֹלַעַת; or תֹּלַעַת; from H3216 (יָלַע); a maggot (as voracious); specifically (often with ellipsis of H8144 (שָׁנִי))","strongs_definition":"the crimson-grub, but used only (in this connection) of the colorfrom it, and cloths dyed therewith","kjv_definition":"crimson, scarlet, worm."} +{"id":"H8439","strongs_number":"H8439","system":"hebrew","language":"hebrew","number_value":8439,"lemma":"תּוֹלָע","transliteration":"Tôwlâʻ","pronunciation":"to-law'","derivation":"the same as H8438 (תּוֹלָע); worm;","strongs_definition":"Tola, the name of two Israelites","kjv_definition":"Tola."} +{"id":"H8440","strongs_number":"H8440","system":"hebrew","language":"hebrew","number_value":8440,"lemma":"תּוֹלָעִי","transliteration":"Tôwlâʻîy","pronunciation":"to-law-ee'","derivation":"patronymically from H8439 (תּוֹלָע);","strongs_definition":"a Tolaite (collectively) or descendants of Tola","kjv_definition":"Tolaites."} +{"id":"H8441","strongs_number":"H8441","system":"hebrew","language":"hebrew","number_value":8441,"lemma":"תּוֹעֵבַה","transliteration":"tôwʻêbah","pronunciation":"to-ay-baw'","derivation":"or תֹּעֵבַה; feminine active participle of H8581 (תַּעָב);","strongs_definition":"properly, something disgusting (morally), i.e. (as noun) an abhorrence; especially idolatry or (concretely) an idol","kjv_definition":"abominable (custom, thing), abomination."} +{"id":"H8442","strongs_number":"H8442","system":"hebrew","language":"hebrew","number_value":8442,"lemma":"תּוֹעָה","transliteration":"tôwʻâh","pronunciation":"to-aw'","derivation":"feminine active participle of H8582 (תָּעָה);","strongs_definition":"mistake, i.e. (morally) impiety, or (political) injury","kjv_definition":"error, hinder."} +{"id":"H8443","strongs_number":"H8443","system":"hebrew","language":"hebrew","number_value":8443,"lemma":"תּוֹעָפָה","transliteration":"tôwʻâphâh","pronunciation":"to-aw-faw'","derivation":"from H3286 (יָעַף);","strongs_definition":"(only in plural collective) weariness, i.e. (by implication) toil (treasure so obtained) or speed","kjv_definition":"plenty, strength."} +{"id":"H8444","strongs_number":"H8444","system":"hebrew","language":"hebrew","number_value":8444,"lemma":"תּוֹצָאָה","transliteration":"tôwtsâʼâh","pronunciation":"to-tsaw-aw'","derivation":"or תֹּצָאָה; from H3318 (יָצָא);","strongs_definition":"(only in plural collective) exit, i.e. (geographical) boundary, or (figuratively) deliverance, (actively) source","kjv_definition":"border(-s), going(-s) forth (out), issues, outgoings."} +{"id":"H8445","strongs_number":"H8445","system":"hebrew","language":"hebrew","number_value":8445,"lemma":"תּוֹקַהַת","transliteration":"Tôwqahath","pronunciation":"to-kah'-ath","derivation":"from the same as H3349 (יִקָּהָה); obedience;","strongs_definition":"Tokahath, an Israelite","kjv_definition":"Tikvath (by correction for H8616 (תִּקְוָה))."} +{"id":"H8446","strongs_number":"H8446","system":"hebrew","language":"hebrew","number_value":8446,"lemma":"תּוּר","transliteration":"tûwr","pronunciation":"toor","derivation":"a primitive root;","strongs_definition":"to meander (causatively, guide) about, especially fortrade or reconnoitring","kjv_definition":"chap(-man), sent to descry, be excellent, merchant(-man), search (out), seek, (e-) spy (out)."} +{"id":"H8447","strongs_number":"H8447","system":"hebrew","language":"hebrew","number_value":8447,"lemma":"תּוֹר","transliteration":"tôwr","pronunciation":"tore","derivation":"or תֹּר; from H8446 (תּוּר);","strongs_definition":"a succession, i.e. a string or (abstractly) order","kjv_definition":"border, row, turn."} +{"id":"H8448","strongs_number":"H8448","system":"hebrew","language":"hebrew","number_value":8448,"lemma":"תּוֹר","transliteration":"tôwr","pronunciation":"tore","derivation":"probably the same as H8447 (תּוֹר);","strongs_definition":"a manner (as a sort of turn)","kjv_definition":"estate."} +{"id":"H8449","strongs_number":"H8449","system":"hebrew","language":"hebrew","number_value":8449,"lemma":"תּוֹר","transliteration":"tôwr","pronunciation":"tore","derivation":"or תֹּר; probably the same as H8447 (תּוֹר);","strongs_definition":"a ring-dove, often (figuratively) as a term of endearment","kjv_definition":"(turtle) dove."} +{"id":"H8450","strongs_number":"H8450","system":"hebrew","language":"hebrew","number_value":8450,"lemma":"תּוֹר","transliteration":"tôwr","pronunciation":"tore","derivation":"(Aramaic) corresponding (by permutation) to H7794 (שׁוֹר);","strongs_definition":"a bull","kjv_definition":"bullock, ox."} +{"id":"H8451","strongs_number":"H8451","system":"hebrew","language":"hebrew","number_value":8451,"lemma":"תּוֹרָה","transliteration":"tôwrâh","pronunciation":"to-raw'","derivation":"or תֹּרָה; from H3384 (יָרָה);","strongs_definition":"a precept or statute, especially the Decalogue or Pentateuch","kjv_definition":"law."} +{"id":"H8452","strongs_number":"H8452","system":"hebrew","language":"hebrew","number_value":8452,"lemma":"תּוֹרָה","transliteration":"tôwrâh","pronunciation":"to-raw'","derivation":"probably feminine of H8448 (תּוֹר);","strongs_definition":"a custom","kjv_definition":"manner."} +{"id":"H8453","strongs_number":"H8453","system":"hebrew","language":"hebrew","number_value":8453,"lemma":"תּוֹשָׁב","transliteration":"tôwshâb","pronunciation":"to-shawb'","derivation":"or תֹּשָׁב; (1 Kings 17:1), from H3427 (יָשַׁב); a dweller (but not outlandish (H5237 (נׇכְרִי))); especially (as distinguished from a native citizen (active participle of H3427 (יָשַׁב)) and a temporary inmate (H1616 (גֵּר)) or mere lodger (H3885 (לוּן)))","strongs_definition":"resident alien","kjv_definition":"foreigner, inhabitant, sojourner, stranger."} +{"id":"H8454","strongs_number":"H8454","system":"hebrew","language":"hebrew","number_value":8454,"lemma":"תּוּשִׁיָּה","transliteration":"tûwshîyâh","pronunciation":"too-shee-yaw'","derivation":"or תֻּשִׁיָּה; from an unused root probably meaning to substantiate;","strongs_definition":"support or (by implication) ability, i.e. (direct) help, (in purpose) an undertaking, (intellectual) understanding","kjv_definition":"enterprise, that which (thing as it) is, substance, (sound) wisdom, working."} +{"id":"H8455","strongs_number":"H8455","system":"hebrew","language":"hebrew","number_value":8455,"lemma":"תּוֹתָח","transliteration":"tôwthâch","pronunciation":"to-thawkh'","derivation":"from an unused root meaning to smite;","strongs_definition":"a club","kjv_definition":"darts."} +{"id":"H8456","strongs_number":"H8456","system":"hebrew","language":"hebrew","number_value":8456,"lemma":"תָּזַז","transliteration":"tâzaz","pronunciation":"taw-zaz'","derivation":"a primitive root;","strongs_definition":"to lop off","kjv_definition":"cut down."} +{"id":"H8457","strongs_number":"H8457","system":"hebrew","language":"hebrew","number_value":8457,"lemma":"תַּזְנוּת","transliteration":"taznûwth","pronunciation":"taz-nooth'","derivation":"or תַּזְנֻת; from H2181 (זָנָה);","strongs_definition":"harlotry, i.e. (figuratively) idolatry","kjv_definition":"fornication, whoredom."} +{"id":"H8458","strongs_number":"H8458","system":"hebrew","language":"hebrew","number_value":8458,"lemma":"תַּחְבֻּלָה","transliteration":"tachbulâh","pronunciation":"takh-boo-law'","derivation":"or תַּחְבּוּלָה; from H2254 (חָבַל) as denominative from H2256 (חֶבֶל);","strongs_definition":"(only in plural) properly, steerage (as a management of ropes), i.e. (figuratively) guidance or (by implication) a plan","kjv_definition":"good advice, (wise) counsels."} +{"id":"H8459","strongs_number":"H8459","system":"hebrew","language":"hebrew","number_value":8459,"lemma":"תֹּחוּ","transliteration":"Tôchûw","pronunciation":"to'-khoo","derivation":"from an unused root meaning to depress; abasement;","strongs_definition":"Tochu, an Israelite","kjv_definition":"Tohu."} +{"id":"H8460","strongs_number":"H8460","system":"hebrew","language":"hebrew","number_value":8460,"lemma":"תְּחוֹת","transliteration":"tᵉchôwth","pronunciation":"tekh-oth'","derivation":"(Aramaic) or תּחֹת; (Aramaic), corresponding to H8478 (תַּחַת);","strongs_definition":"beneath","kjv_definition":"under."} +{"id":"H8461","strongs_number":"H8461","system":"hebrew","language":"hebrew","number_value":8461,"lemma":"תַּחְכְּמֹנִי","transliteration":"Tachkᵉmônîy","pronunciation":"takh-kem-o-nee'","derivation":"probably for H2453 (חַכְמוֹנִי); sagacious;","strongs_definition":"Tachkemoni, an Israelite","kjv_definition":"Tachmonite."} +{"id":"H8462","strongs_number":"H8462","system":"hebrew","language":"hebrew","number_value":8462,"lemma":"תְּחִלָּה","transliteration":"tᵉchillâh","pronunciation":"tekh-il-law'","derivation":"from H2490 (חָלַל) in the sense of opening;","strongs_definition":"a commencement; rel. original (adverb, -ly)","kjv_definition":"begin(-ning), first (time)."} +{"id":"H8463","strongs_number":"H8463","system":"hebrew","language":"hebrew","number_value":8463,"lemma":"תַּחֲלוּא","transliteration":"tachălûwʼ","pronunciation":"takh-al-oo'","derivation":"or תַּחֲלֻא; from H2456 (חָלָא);","strongs_definition":"a malady","kjv_definition":"disease, [idiom] grievous, (that are) sick(-ness)."} +{"id":"H8464","strongs_number":"H8464","system":"hebrew","language":"hebrew","number_value":8464,"lemma":"תַּחְמָס","transliteration":"tachmâç","pronunciation":"takh-mawce'","derivation":"from H2554 (חָמַס);","strongs_definition":"a species of unclean bird (from its violence), perhaps an owl","kjv_definition":"night hawk."} +{"id":"H8465","strongs_number":"H8465","system":"hebrew","language":"hebrew","number_value":8465,"lemma":"תַּחַן","transliteration":"Tachan","pronunciation":"takh'-an","derivation":"probably from H2583 (חָנָה); station;","strongs_definition":"Tachan, the name of two Israelites","kjv_definition":"Tahan."} +{"id":"H8466","strongs_number":"H8466","system":"hebrew","language":"hebrew","number_value":8466,"lemma":"תַּחֲנָה","transliteration":"tachănâh","pronunciation":"takh-an-aw'","derivation":"from H2583 (חָנָה);","strongs_definition":"(only plural collectively) an encampment","kjv_definition":"camp."} +{"id":"H8467","strongs_number":"H8467","system":"hebrew","language":"hebrew","number_value":8467,"lemma":"תְּחִנָּה","transliteration":"tᵉchinnâh","pronunciation":"tekh-in-naw'","derivation":"from H2603 (חָנַן);","strongs_definition":"graciousness; causatively, entreaty","kjv_definition":"favour, grace, supplication."} +{"id":"H8468","strongs_number":"H8468","system":"hebrew","language":"hebrew","number_value":8468,"lemma":"תְּחִנָּה","transliteration":"Tᵉchinnâh","pronunciation":"tekh-in-naw'","derivation":"the same as H8467 (תְּחִנָּה);","strongs_definition":"Techinnah, an Israelite","kjv_definition":"Tehinnah."} +{"id":"H8469","strongs_number":"H8469","system":"hebrew","language":"hebrew","number_value":8469,"lemma":"תַּחֲנוּן","transliteration":"tachănûwn","pronunciation":"takh-an-oon'","derivation":"or (feminine) תַּחֲנוּנָה; from H2603 (חָנַן);","strongs_definition":"earnest prayer","kjv_definition":"intreaty, supplication."} +{"id":"H8470","strongs_number":"H8470","system":"hebrew","language":"hebrew","number_value":8470,"lemma":"תַּחֲנִי","transliteration":"Tachănîy","pronunciation":"takh-an-ee'","derivation":"patronymically from H8465 (תַּחַן);","strongs_definition":"a Tachanite (collectively) or descendants of Tachan","kjv_definition":"Tahanites."} +{"id":"H8471","strongs_number":"H8471","system":"hebrew","language":"hebrew","number_value":8471,"lemma":"תַּחְפַּנְחֵס","transliteration":"Tachpanchêç","pronunciation":"takh-pan-khace'","derivation":"or תְּחַפְנְחֵס; (Ezekiel 30:18), or תַּחְפְּנֵס; (Jeremiah 2:16), of Egyptian derivation;","strongs_definition":"Tachpanches, Techaphneches or Tachpenes, a place in Egypt","kjv_definition":"Tahapanes, Tahpanhes, Tehaphnehes."} +{"id":"H8472","strongs_number":"H8472","system":"hebrew","language":"hebrew","number_value":8472,"lemma":"תַּחְפְּנֵיס","transliteration":"Tachpᵉnêyç","pronunciation":"takh-pen-ace'","derivation":"of Egyptian derivation;","strongs_definition":"Tachpenes, an Egyptian woman","kjv_definition":"Tahpenes."} +{"id":"H8473","strongs_number":"H8473","system":"hebrew","language":"hebrew","number_value":8473,"lemma":"תַּחֲרָא","transliteration":"tachărâʼ","pronunciation":"takh-ar-aw'","derivation":"from H2734 (חָרָה) in the original sense of H2352 (חוּר) or H2353 (חוּר);","strongs_definition":"a linen corslet (as white or hollow)","kjv_definition":"habergeon."} +{"id":"H8474","strongs_number":"H8474","system":"hebrew","language":"hebrew","number_value":8474,"lemma":"תַּחָרָה","transliteration":"tachârâh","pronunciation":"takh-aw-raw'","derivation":"a facitious root from H2734 (חָרָה) through the idea of the heat of jealousy;","strongs_definition":"to vie with a rival","kjv_definition":"close, contend."} +{"id":"H8475","strongs_number":"H8475","system":"hebrew","language":"hebrew","number_value":8475,"lemma":"תַּחְרֵעַ","transliteration":"Tachrêaʻ","pronunciation":"takh-ray'-ah","derivation":"for H8390 (תַּאֲרֵעַ);","strongs_definition":"Tachrea, an Israelite","kjv_definition":"Tahrea."} +{"id":"H8476","strongs_number":"H8476","system":"hebrew","language":"hebrew","number_value":8476,"lemma":"תַּחַשׁ","transliteration":"tachash","pronunciation":"takh'-ash","derivation":"probably of foreign derivation;","strongs_definition":"a (clean) animal with fur, probably a species of antelope","kjv_definition":"badger."} +{"id":"H8477","strongs_number":"H8477","system":"hebrew","language":"hebrew","number_value":8477,"lemma":"תַּחַשׁ","transliteration":"Tachash","pronunciation":"takh'-ash","derivation":"the same as H8476 (תַּחַשׁ);","strongs_definition":"Tachash, a relative of Abraham","kjv_definition":"Thahash."} +{"id":"H8478","strongs_number":"H8478","system":"hebrew","language":"hebrew","number_value":8478,"lemma":"תַּחַת","transliteration":"tachath","pronunciation":"takh'-ath","derivation":"from the same as H8430 (תּוֹחַ);","strongs_definition":"the bottom (as depressed); only adverbially, below (often with prepositional prefix underneath), in lieu of, etc.","kjv_definition":"as, beneath, [idiom] flat, in(-stead), (same) place (where...is), room, for...sake, stead of, under, [idiom] unto, [idiom] when...was mine, whereas, (where-) fore, with."} +{"id":"H8479","strongs_number":"H8479","system":"hebrew","language":"hebrew","number_value":8479,"lemma":"תַּחַת","transliteration":"tachath","pronunciation":"takh'-ath","derivation":"(Aramaic) corresponding to H8478 (תַּחַת)","strongs_definition":"{the bottom (as depressed); only adverbially, below (often with prepositional prefix underneath), in lieu of, etc.}","kjv_definition":"under."} +{"id":"H8480","strongs_number":"H8480","system":"hebrew","language":"hebrew","number_value":8480,"lemma":"תַּחַת","transliteration":"Tachath","pronunciation":"takh'-ath","derivation":"the same as H8478 (תַּחַת);","strongs_definition":"Tachath, the name of a place in the Desert, also of three Israelites","kjv_definition":"Tahath."} +{"id":"H8481","strongs_number":"H8481","system":"hebrew","language":"hebrew","number_value":8481,"lemma":"תַּחְתּוֹן","transliteration":"tachtôwn","pronunciation":"takh-tone'","derivation":"or תַּחְתֹּן; from H8478 (תַּחַת);","strongs_definition":"bottommost","kjv_definition":"lower(-est), nether(-most)."} +{"id":"H8482","strongs_number":"H8482","system":"hebrew","language":"hebrew","number_value":8482,"lemma":"תַּחְתִּי","transliteration":"tachtîy","pronunciation":"takh-tee'","derivation":"from H8478 (תַּחַת);","strongs_definition":"lowermost; as noun (feminine plural) the depths (figuratively, a pit, the womb)","kjv_definition":"low (parts, -er, -er parts, -est), nether (part)."} +{"id":"H8483","strongs_number":"H8483","system":"hebrew","language":"hebrew","number_value":8483,"lemma":"תַּחְתִּים חׇדְשִׁי","transliteration":"Tachtîym Chodshîy","pronunciation":"takh-teem' khod-shee'","derivation":"apparently from the plural masculine of H8482 (תַּחְתִּי) or H8478 (תַּחַת) and H2320 (חֹדֶשׁ); lower (ones) monthly;","strongs_definition":"Tachtim-Chodshi, a place in Palestine","kjv_definition":"Tahtim-hodshi."} +{"id":"H8484","strongs_number":"H8484","system":"hebrew","language":"hebrew","number_value":8484,"lemma":"תִּיכוֹן","transliteration":"tîykôwn","pronunciation":"tee-kone'","derivation":"or תִּיכֹן; from H8432 (תָּוֶךְ);","strongs_definition":"central","kjv_definition":"middle(-most), midst."} +{"id":"H8485","strongs_number":"H8485","system":"hebrew","language":"hebrew","number_value":8485,"lemma":"תֵּימָא","transliteration":"Têymâʼ","pronunciation":"tay-maw'","derivation":"or תֵּמָא; probably of foreign derivation;","strongs_definition":"Tema, a son of Ishmael, and the region settled by him","kjv_definition":"Tema."} +{"id":"H8486","strongs_number":"H8486","system":"hebrew","language":"hebrew","number_value":8486,"lemma":"תֵּימָן","transliteration":"têymân","pronunciation":"tay-mawn'","derivation":"or תֵּמָן; denominative from H3225 (יָמִין);","strongs_definition":"the south (as being on the right hand of a person facing the east)","kjv_definition":"south (side, -ward, wind)."} +{"id":"H8487","strongs_number":"H8487","system":"hebrew","language":"hebrew","number_value":8487,"lemma":"תֵּימָן","transliteration":"Têymân","pronunciation":"tay-mawn'","derivation":"or תֵּמָן; the same as H8486 (תֵּימָן);","strongs_definition":"Teman, the name of two Edomites, and of the region and descendant of one of them","kjv_definition":"south, Teman."} +{"id":"H8488","strongs_number":"H8488","system":"hebrew","language":"hebrew","number_value":8488,"lemma":"תֵּימְנִי","transliteration":"Têymᵉnîy","pronunciation":"tay-men-ee'","derivation":"probably for H8489 (תֵּימָנִי);","strongs_definition":"Temeni, an Israelite","kjv_definition":"Temeni."} +{"id":"H8489","strongs_number":"H8489","system":"hebrew","language":"hebrew","number_value":8489,"lemma":"תֵּימָנִי","transliteration":"Têymânîy","pronunciation":"tay-maw-nee'","derivation":"patronymically from H8487 (תֵּימָן);","strongs_definition":"a Temanite or descendant of Teman","kjv_definition":"Temani, Temanite."} +{"id":"H8490","strongs_number":"H8490","system":"hebrew","language":"hebrew","number_value":8490,"lemma":"תִּימָרָה","transliteration":"tîymârâh","pronunciation":"tee-maw-raw'","derivation":"or תִּמָרָה; from the same as H8558 (תָּמָר);","strongs_definition":"a column, i.e. cloud","kjv_definition":"pillar."} +{"id":"H8491","strongs_number":"H8491","system":"hebrew","language":"hebrew","number_value":8491,"lemma":"תִּיצִי","transliteration":"Tîytsîy","pronunciation":"tee-tsee'","derivation":"patrial or patronymically from an unused noun of uncertain meaning;","strongs_definition":"a Titsite or descendant or inhabitant of an unknown Tits","kjv_definition":"Tizite."} +{"id":"H8492","strongs_number":"H8492","system":"hebrew","language":"hebrew","number_value":8492,"lemma":"תִּירוֹשׁ","transliteration":"tîyrôwsh","pronunciation":"tee-roshe'","derivation":"or תִּירֹשׁ; from H3423 (יָרַשׁ) in the sense of expulsion;","strongs_definition":"must or fresh grape-juice (as just squeezed out); by implication (rarely) fermented wine","kjv_definition":"(new, sweet) wine."} +{"id":"H8493","strongs_number":"H8493","system":"hebrew","language":"hebrew","number_value":8493,"lemma":"תִּירְיָא","transliteration":"Tîyrᵉyâʼ","pronunciation":"tee-reh-yaw'","derivation":"probably from H3372 (יָרֵא);","strongs_definition":"fearful, Tirja, an Israelite","kjv_definition":"Tiria."} +{"id":"H8494","strongs_number":"H8494","system":"hebrew","language":"hebrew","number_value":8494,"lemma":"תִּירָס","transliteration":"Tîyrâç","pronunciation":"tee-rawce'","derivation":"probably of foreign derivation;","strongs_definition":"Tiras, a son of Japheth","kjv_definition":"Tiras."} +{"id":"H8495","strongs_number":"H8495","system":"hebrew","language":"hebrew","number_value":8495,"lemma":"תַּיִשׁ","transliteration":"tayish","pronunciation":"tah'-yeesh","derivation":"from an unused root meaning to butt;","strongs_definition":"a buck or he-goat (as given to butting)","kjv_definition":"he goat."} +{"id":"H8496","strongs_number":"H8496","system":"hebrew","language":"hebrew","number_value":8496,"lemma":"תֹּךְ","transliteration":"tôk","pronunciation":"toke","derivation":"or תּוֹך; (Psalm 72:14), from the same base as H8432 (תָּוֶךְ) (in the sense of cutting to pieces);","strongs_definition":"oppression","kjv_definition":"deceit, fraud."} +{"id":"H8497","strongs_number":"H8497","system":"hebrew","language":"hebrew","number_value":8497,"lemma":"תָּכָה","transliteration":"tâkâh","pronunciation":"taw-kaw'","derivation":"a primitive root;","strongs_definition":"to strew, i.e. encamp","kjv_definition":"sit down."} +{"id":"H8498","strongs_number":"H8498","system":"hebrew","language":"hebrew","number_value":8498,"lemma":"תְּכוּנָה","transliteration":"tᵉkûwnâh","pronunciation":"tek-oo-naw'","derivation":"feminine passive participle of H8505 (תָּכַן);","strongs_definition":"adjustment, i.e. structure; by implication, equipage","kjv_definition":"fashion, store."} +{"id":"H8499","strongs_number":"H8499","system":"hebrew","language":"hebrew","number_value":8499,"lemma":"תְּכוּנָה","transliteration":"tᵉkûwnâh","pronunciation":"tek-oo-naw'","derivation":"from H3559 (כּוּן); or probably identical with H8498 (תְּכוּנָה);","strongs_definition":"something arranged or fixed, i.e. a place","kjv_definition":"seat."} +{"id":"H8500","strongs_number":"H8500","system":"hebrew","language":"hebrew","number_value":8500,"lemma":"תֻּכִּי","transliteration":"tukkîy","pronunciation":"took-kee'","derivation":"or תּוּכִּי;","strongs_definition":"probably of foreign derivation; some imported creature, probably a peacock","kjv_definition":"peacock."} +{"id":"H8501","strongs_number":"H8501","system":"hebrew","language":"hebrew","number_value":8501,"lemma":"תָּכָךְ","transliteration":"tâkâk","pronunciation":"taw-kawk'","derivation":"from an unused root meaning","strongs_definition":"to dissever, i.e. crush","kjv_definition":"deceitful."} +{"id":"H8502","strongs_number":"H8502","system":"hebrew","language":"hebrew","number_value":8502,"lemma":"תִּכְלָה","transliteration":"tiklâh","pronunciation":"tik-law'","derivation":"from H3615 (כָּלָה);","strongs_definition":"completeness","kjv_definition":"perfection."} +{"id":"H8503","strongs_number":"H8503","system":"hebrew","language":"hebrew","number_value":8503,"lemma":"תַּכְלִית","transliteration":"taklîyth","pronunciation":"tak-leeth'","derivation":"from H3615 (כָּלָה);","strongs_definition":"completion; by implication, an extremity","kjv_definition":"end, perfect(-ion)."} +{"id":"H8504","strongs_number":"H8504","system":"hebrew","language":"hebrew","number_value":8504,"lemma":"תְּכֵלֶת","transliteration":"tᵉkêleth","pronunciation":"tek-ay'-leth","derivation":"probably for H7827 (שְׁחֶלֶת);","strongs_definition":"the cerulean mussel, i.e. the color (violet) obtained therefrom or stuff dyed therewith","kjv_definition":"blue."} +{"id":"H8505","strongs_number":"H8505","system":"hebrew","language":"hebrew","number_value":8505,"lemma":"תָּכַן","transliteration":"tâkan","pronunciation":"taw-kan'","derivation":"a primitive root;","strongs_definition":"to balance, i.e. measure out (by weight or dimension); figuratively, arrange, equalize, through the idea of levelling (ment. estimate, test)","kjv_definition":"bear up, direct, be (un-)equal, mete, ponder, tell, weigh."} +{"id":"H8506","strongs_number":"H8506","system":"hebrew","language":"hebrew","number_value":8506,"lemma":"תֹּכֶן","transliteration":"tôken","pronunciation":"to'-ken","derivation":"from H8505 (תָּכַן);","strongs_definition":"a fixed quantity","kjv_definition":"measure, tale."} +{"id":"H8507","strongs_number":"H8507","system":"hebrew","language":"hebrew","number_value":8507,"lemma":"תֹּכֶן","transliteration":"Tôken","pronunciation":"to'-ken","derivation":"the same as H8506 (תֹּכֶן);","strongs_definition":"Token, a place in Palestine","kjv_definition":"Tochen."} +{"id":"H8508","strongs_number":"H8508","system":"hebrew","language":"hebrew","number_value":8508,"lemma":"תׇּכְנִית","transliteration":"toknîyth","pronunciation":"tok-neeth'","derivation":"from H8506 (תֹּכֶן);","strongs_definition":"admeasurement, i.e. consummation","kjv_definition":"pattern, sum."} +{"id":"H8509","strongs_number":"H8509","system":"hebrew","language":"hebrew","number_value":8509,"lemma":"תַּכְרִיךְ","transliteration":"takrîyk","pronunciation":"tak-reek'","derivation":"apparently from an unused root meaning to encompass;","strongs_definition":"a wrapper or robe","kjv_definition":"garment."} +{"id":"H8510","strongs_number":"H8510","system":"hebrew","language":"hebrew","number_value":8510,"lemma":"תֵּל","transliteration":"têl","pronunciation":"tale","derivation":"by contraction from H8524 (תָּלַל);","strongs_definition":"a mound","kjv_definition":"heap, [idiom] strength."} +{"id":"H8511","strongs_number":"H8511","system":"hebrew","language":"hebrew","number_value":8511,"lemma":"תָּלָא","transliteration":"tâlâʼ","pronunciation":"taw-law'","derivation":"a primitive root;","strongs_definition":"to suspend; figuratively (through hesitation) to be uncertain; by implication (of mental dependence) to habituate","kjv_definition":"be bent, hang (in doubt)."} +{"id":"H8512","strongs_number":"H8512","system":"hebrew","language":"hebrew","number_value":8512,"lemma":"תֵּל אָבִיב","transliteration":"Têl ʼÂbîyb","pronunciation":"tale aw-beeb'","derivation":"from H8510 (תֵּל) and H24 (אָבִיב); mound of green growth;","strongs_definition":"Tel-Abib, a place in Chaldaea","kjv_definition":"Tel-abib."} +{"id":"H8513","strongs_number":"H8513","system":"hebrew","language":"hebrew","number_value":8513,"lemma":"תְּלָאָה","transliteration":"tᵉlâʼâh","pronunciation":"tel-aw-aw'","derivation":"from H3811 (לָאָה);","strongs_definition":"distress","kjv_definition":"travail, travel, trouble."} +{"id":"H8514","strongs_number":"H8514","system":"hebrew","language":"hebrew","number_value":8514,"lemma":"תַּלְאוּבָה","transliteration":"talʼûwbâh","pronunciation":"tal-oo-baw'","derivation":"from H3851 (לַהַב);","strongs_definition":"desiccation","kjv_definition":"great drought."} +{"id":"H8515","strongs_number":"H8515","system":"hebrew","language":"hebrew","number_value":8515,"lemma":"תְּלַאשַּׂר","transliteration":"Tᵉlaʼssar","pronunciation":"tel-as-sar'","derivation":"or תְּלַשַּׂר; of foreign derivation;","strongs_definition":"Telassar, a region of Assyria","kjv_definition":"Telassar."} +{"id":"H8516","strongs_number":"H8516","system":"hebrew","language":"hebrew","number_value":8516,"lemma":"תַּלְבֹּשֶׁת","transliteration":"talbôsheth","pronunciation":"tal-bo'-sheth","derivation":"from H3847 (לָבַשׁ);","strongs_definition":"a garment","kjv_definition":"clothing."} +{"id":"H8517","strongs_number":"H8517","system":"hebrew","language":"hebrew","number_value":8517,"lemma":"תְּלַג","transliteration":"tᵉlag","pronunciation":"tel-ag'","derivation":"(Aramaic) corresponding to H7950 (שֶׁלֶג);","strongs_definition":"snow","kjv_definition":"snow."} +{"id":"H8518","strongs_number":"H8518","system":"hebrew","language":"hebrew","number_value":8518,"lemma":"תָּלָה","transliteration":"tâlâh","pronunciation":"taw-law'","derivation":"a primitive root;","strongs_definition":"to suspend (especially to gibbet)","kjv_definition":"hang (up)."} +{"id":"H8519","strongs_number":"H8519","system":"hebrew","language":"hebrew","number_value":8519,"lemma":"תְּלוּנָה","transliteration":"tᵉlûwnâh","pronunciation":"tel-oo-naw'","derivation":"or תּלֻנָּה; from H3885 (לוּן) in the sense of obstinacy;","strongs_definition":"a grumbling","kjv_definition":"murmuring."} +{"id":"H8520","strongs_number":"H8520","system":"hebrew","language":"hebrew","number_value":8520,"lemma":"תֶּלַח","transliteration":"Telach","pronunciation":"teh'-lakh","derivation":"probably from an unused root meaning to dissever; breach;","strongs_definition":"Telach, an Israelite","kjv_definition":"Telah."} +{"id":"H8521","strongs_number":"H8521","system":"hebrew","language":"hebrew","number_value":8521,"lemma":"תֵּל חַרְשָׁא","transliteration":"Têl Charshâʼ","pronunciation":"tale khar-shaw'","derivation":"from H8510 (תֵּל) and the feminine of H2798 (חֲרָשִׁים); mound of workmanship;","strongs_definition":"Tel-Charsha, a place in Babylonia","kjv_definition":"Tel-haresha, Tel-harsa."} +{"id":"H8522","strongs_number":"H8522","system":"hebrew","language":"hebrew","number_value":8522,"lemma":"תְּלִי","transliteration":"tᵉlîy","pronunciation":"tel-ee'","derivation":"probably from H8518 (תָּלָה);","strongs_definition":"a quiver (as slung)","kjv_definition":"quiver."} +{"id":"H8523","strongs_number":"H8523","system":"hebrew","language":"hebrew","number_value":8523,"lemma":"תְּלִיתַי","transliteration":"tᵉlîythay","pronunciation":"tel-ee-thah'-ee","derivation":"(Aramaic) or תַּלְתִּי; (Aramaic), ordinal from H8532 (תְּלָת);","strongs_definition":"third","kjv_definition":"third."} +{"id":"H8524","strongs_number":"H8524","system":"hebrew","language":"hebrew","number_value":8524,"lemma":"תָּלַל","transliteration":"tâlal","pronunciation":"taw-lal'","derivation":"a primitive root;","strongs_definition":"to pile up, i.e. elevate","kjv_definition":"eminent. Compare H2048 (הָתַל)."} +{"id":"H8525","strongs_number":"H8525","system":"hebrew","language":"hebrew","number_value":8525,"lemma":"תֶּלֶם","transliteration":"telem","pronunciation":"teh'-lem","derivation":"from an unused root meaning to accumulate;","strongs_definition":"a bank or terrace","kjv_definition":"furrow, ridge."} +{"id":"H8526","strongs_number":"H8526","system":"hebrew","language":"hebrew","number_value":8526,"lemma":"תַּלְמַי","transliteration":"Talmay","pronunciation":"tal-mah'-ee","derivation":"from H8525 (תֶּלֶם); ridged;","strongs_definition":"Talmai, the name of a Canaanite and a Syrian","kjv_definition":"Talmai."} +{"id":"H8527","strongs_number":"H8527","system":"hebrew","language":"hebrew","number_value":8527,"lemma":"תַּלְמִיד","transliteration":"talmîyd","pronunciation":"tal-meed'","derivation":"from H3925 (לָמַד);","strongs_definition":"a pupil","kjv_definition":"scholar."} +{"id":"H8528","strongs_number":"H8528","system":"hebrew","language":"hebrew","number_value":8528,"lemma":"תֵּל מֶלַח","transliteration":"Têl Melach","pronunciation":"tale meh'-lakh","derivation":"from H8510 (תֵּל) and H4417 (מֶלַח); mound of salt;","strongs_definition":"Tel-Melach, a place in Babylonia","kjv_definition":"Tel-melah."} +{"id":"H8529","strongs_number":"H8529","system":"hebrew","language":"hebrew","number_value":8529,"lemma":"תָּלַע","transliteration":"tâlaʻ","pronunciation":"taw-law'","derivation":"a denominative from H8438 (תּוֹלָע);","strongs_definition":"to crimson, i.e. dye that color","kjv_definition":"[idiom] scarlet."} +{"id":"H8530","strongs_number":"H8530","system":"hebrew","language":"hebrew","number_value":8530,"lemma":"תַּלְפִּיָּה","transliteration":"talpîyâh","pronunciation":"tal-pee-yaw'","derivation":"feminine from an unused root meaning to tower;","strongs_definition":"something tall, i.e. (plural collective) slenderness","kjv_definition":"armoury."} +{"id":"H8531","strongs_number":"H8531","system":"hebrew","language":"hebrew","number_value":8531,"lemma":"תְּלַת","transliteration":"tᵉlath","pronunciation":"tel-ath'","derivation":"(Aramaic) from H8532 (תְּלָת);","strongs_definition":"a tertiary rank","kjv_definition":"third."} +{"id":"H8532","strongs_number":"H8532","system":"hebrew","language":"hebrew","number_value":8532,"lemma":"תְּלָת","transliteration":"tᵉlâth","pronunciation":"tel-awth'","derivation":"(Aramaic) masculine תְּלָתָה; (Aramaic), or תְּלָתָא; (Aramaic), corresponding to H7969 (שָׁלוֹשׁ);","strongs_definition":"three or third","kjv_definition":"third, three."} +{"id":"H8533","strongs_number":"H8533","system":"hebrew","language":"hebrew","number_value":8533,"lemma":"תְּלָתִין","transliteration":"tᵉlâthîyn","pronunciation":"tel-aw-theen'","derivation":"(Aramaic) multiple of H8532 (תְּלָת);","strongs_definition":"ten times three","kjv_definition":"thirty."} +{"id":"H8534","strongs_number":"H8534","system":"hebrew","language":"hebrew","number_value":8534,"lemma":"תַּלְתַּל","transliteration":"taltal","pronunciation":"tal-tal'","derivation":"by reduplication, from H8524 (תָּלַל) through the idea of vibration;","strongs_definition":"a trailing bough (as pendulous)","kjv_definition":"bushy."} +{"id":"H8535","strongs_number":"H8535","system":"hebrew","language":"hebrew","number_value":8535,"lemma":"תָּם","transliteration":"tâm","pronunciation":"tawm","derivation":"from H8552 (תָּמַם);","strongs_definition":"complete; usually (morally) pious; specifically, gentle, dear","kjv_definition":"coupled together, perfect, plain, undefiled, upright."} +{"id":"H8536","strongs_number":"H8536","system":"hebrew","language":"hebrew","number_value":8536,"lemma":"תָּם","transliteration":"tâm","pronunciation":"tawm","derivation":"(Aramaic) corresponding to H8033 (שָׁם);","strongs_definition":"there","kjv_definition":"[idiom] thence, there, [idiom] where."} +{"id":"H8537","strongs_number":"H8537","system":"hebrew","language":"hebrew","number_value":8537,"lemma":"תֹּם","transliteration":"tôm","pronunciation":"tome","derivation":"from H8552 (תָּמַם);","strongs_definition":"completeness; figuratively, prosperity; usually (morally) innocence","kjv_definition":"full, integrity, perfect(-ion), simplicity, upright(-ly, -ness), at a venture. See H8550 (תֻּמִּים)."} +{"id":"H8538","strongs_number":"H8538","system":"hebrew","language":"hebrew","number_value":8538,"lemma":"תֻּמָּה","transliteration":"tummâh","pronunciation":"toom-maw'","derivation":"feminine of H8537 (תֹּם);","strongs_definition":"innocence","kjv_definition":"integrity."} +{"id":"H8539","strongs_number":"H8539","system":"hebrew","language":"hebrew","number_value":8539,"lemma":"תָּמַהּ","transliteration":"tâmahh","pronunciation":"taw-mah'","derivation":"a primitive root;","strongs_definition":"to be in consternation","kjv_definition":"be amazed, be astonished, marvel(-lously), wonder."} +{"id":"H8540","strongs_number":"H8540","system":"hebrew","language":"hebrew","number_value":8540,"lemma":"תְּמַהּ","transliteration":"tᵉmahh","pronunciation":"tem-ah'","derivation":"(Aramaic) from a root corresponding to H8539 (תָּמַהּ);","strongs_definition":"a miracle","kjv_definition":"wonder."} +{"id":"H8541","strongs_number":"H8541","system":"hebrew","language":"hebrew","number_value":8541,"lemma":"תִּמָּהוֹן","transliteration":"timmâhôwn","pronunciation":"tim-maw-hone'","derivation":"from H8539 (תָּמַהּ);","strongs_definition":"consternation","kjv_definition":"astonishment."} +{"id":"H8542","strongs_number":"H8542","system":"hebrew","language":"hebrew","number_value":8542,"lemma":"תַּמּוּז","transliteration":"Tammûwz","pronunciation":"tam-mooz'","derivation":"of uncertain derivation;","strongs_definition":"Tammuz, a Phoenician deity","kjv_definition":"Tammuz."} +{"id":"H8543","strongs_number":"H8543","system":"hebrew","language":"hebrew","number_value":8543,"lemma":"תְּמוֹל","transliteration":"tᵉmôwl","pronunciation":"tem-ole'","derivation":"or תְּמֹל; probably for H865 (אֶתְמוֹל); sometimes with H8032 (שִׁלְשׁוֹם)","strongs_definition":"properly, ago, i.e. a (short or long) time since; especially yesterday, or day before yesterday","kjv_definition":"[phrase] before (-time), [phrase] these (three) days, [phrase] heretofore, [phrase] time past, yesterday."} +{"id":"H8544","strongs_number":"H8544","system":"hebrew","language":"hebrew","number_value":8544,"lemma":"תְּמוּנָה","transliteration":"tᵉmûwnâh","pronunciation":"tem-oo-naw'","derivation":"or תְּמֻנָה; from H4327 (מִין);","strongs_definition":"something portioned (i.e. fashioned) out, as ashape, i.e. (indefinitely) phantom, or (specifically) embodiment, or (figuratively) manifestation (of favor)","kjv_definition":"image, likeness, similitude."} +{"id":"H8545","strongs_number":"H8545","system":"hebrew","language":"hebrew","number_value":8545,"lemma":"תְּמוּרָה","transliteration":"tᵉmûwrâh","pronunciation":"tem-oo-raw'","derivation":"from H4171 (מוּר);","strongs_definition":"barter, compensation","kjv_definition":"(ex-) change(-ing), recompense, restitution."} +{"id":"H8546","strongs_number":"H8546","system":"hebrew","language":"hebrew","number_value":8546,"lemma":"תְּמוּתָה","transliteration":"tᵉmûwthâh","pronunciation":"tem-oo-thaw'","derivation":"from H4191 (מוּת);","strongs_definition":"execution (as a doom)","kjv_definition":"death, die."} +{"id":"H8547","strongs_number":"H8547","system":"hebrew","language":"hebrew","number_value":8547,"lemma":"תֶּמַח","transliteration":"Temach","pronunciation":"teh'-makh","derivation":"of uncertain derivation;","strongs_definition":"Temach, one of the Nethinim","kjv_definition":"Tamah, Thamah."} +{"id":"H8548","strongs_number":"H8548","system":"hebrew","language":"hebrew","number_value":8548,"lemma":"תָּמִיד","transliteration":"tâmîyd","pronunciation":"taw-meed'","derivation":"from an unused root meaning to stretch;","strongs_definition":"properly, continuance (as indefinite extension); but used only (attributively as adjective) constant (or adverbially, constantly); ellipt. the regular (daily) sacrifice","kjv_definition":"alway(-s), continual (employment, -ly), daily, (n-)ever(-more), perpetual."} +{"id":"H8549","strongs_number":"H8549","system":"hebrew","language":"hebrew","number_value":8549,"lemma":"תָּמִים","transliteration":"tâmîym","pronunciation":"taw-meem'","derivation":"from H8552 (תָּמַם);","strongs_definition":"entire (literally, figuratively or morally); also (as noun) integrity, truth","kjv_definition":"without blemish, complete, full, perfect, sincerely (-ity), sound, without spot, undefiled, upright(-ly), whole."} +{"id":"H8550","strongs_number":"H8550","system":"hebrew","language":"hebrew","number_value":8550,"lemma":"תֻּמִּים","transliteration":"Tummîym","pronunciation":"toom-meem'","derivation":"plural of H8537 (תֹּם);","strongs_definition":"perfections, i.e. (techn.) one of the epithets of the objects in the high-priest's breastplate as an emblem of complete Truth","kjv_definition":"Thummim."} +{"id":"H8551","strongs_number":"H8551","system":"hebrew","language":"hebrew","number_value":8551,"lemma":"תָּמַךְ","transliteration":"tâmak","pronunciation":"taw-mak'","derivation":"a primitive root;","strongs_definition":"to sustain; by implication, to obtain, keep fast; figuratively, to help, follow close","kjv_definition":"(take, up-) hold (up), maintain, retain, stay (up)."} +{"id":"H8552","strongs_number":"H8552","system":"hebrew","language":"hebrew","number_value":8552,"lemma":"תָּמַם","transliteration":"tâmam","pronunciation":"taw-mam'","derivation":"a primitive root;","strongs_definition":"to complete, in a good or a bad sense, literal, or figurative, transitive or intransitive","kjv_definition":"accomplish, cease, be clean (pass-) ed, consume, have done, (come to an, have an, make an) end, fail, come to the full, be all gone, [idiom] be all here, be (make) perfect, be spent, sum, be (shew self) upright, be wasted, whole."} +{"id":"H8553","strongs_number":"H8553","system":"hebrew","language":"hebrew","number_value":8553,"lemma":"תִּמְנָה","transliteration":"Timnâh","pronunciation":"tim-naw'","derivation":"from H4487 (מָנָה); a portion assigned;","strongs_definition":"Timnah, the name of two places in Palestine","kjv_definition":"Timnah, Timnath, Thimnathah."} +{"id":"H8554","strongs_number":"H8554","system":"hebrew","language":"hebrew","number_value":8554,"lemma":"תִּמְנִי","transliteration":"Timnîy","pronunciation":"tim-nee'","derivation":"patrial from H8553 (תִּמְנָה);","strongs_definition":"a Timnite or inhabitant of Timnah","kjv_definition":"Timnite."} +{"id":"H8555","strongs_number":"H8555","system":"hebrew","language":"hebrew","number_value":8555,"lemma":"תִּמְנָע","transliteration":"Timnâʻ","pronunciation":"tim-naw'","derivation":"from H4513 (מָנַע); restraint;","strongs_definition":"Timna, the name of two Edomites","kjv_definition":"Timna, Timnah."} +{"id":"H8556","strongs_number":"H8556","system":"hebrew","language":"hebrew","number_value":8556,"lemma":"תִּמְנַת חֶרֶס","transliteration":"Timnath Chereç","pronunciation":"tim-nath kheh'-res","derivation":"or תִּמְנַת סֶרַח; from H8553 (תִּמְנָה) and H2775 (חֶרֶס); portion of (the) sun;","strongs_definition":"Timnath-Cheres, a place in Palestine","kjv_definition":"Timnath-heres, Timnath-serah."} +{"id":"H8557","strongs_number":"H8557","system":"hebrew","language":"hebrew","number_value":8557,"lemma":"תֶּמֶס","transliteration":"temeç","pronunciation":"teh'-mes","derivation":"from H4529 (מָסָה);","strongs_definition":"liquefaction, i.e. disappearance","kjv_definition":"melt."} +{"id":"H8558","strongs_number":"H8558","system":"hebrew","language":"hebrew","number_value":8558,"lemma":"תָּמָר","transliteration":"tâmâr","pronunciation":"taw-mawr'","derivation":"from an unused root meaning to be erect;","strongs_definition":"a palm tree","kjv_definition":"palm (tree)."} +{"id":"H8559","strongs_number":"H8559","system":"hebrew","language":"hebrew","number_value":8559,"lemma":"תָּמָר","transliteration":"Tâmâr","pronunciation":"taw-mawr'","derivation":"the same as H8558 (תָּמָר);","strongs_definition":"Tamar, the name of three women and a place","kjv_definition":"Tamar."} +{"id":"H8560","strongs_number":"H8560","system":"hebrew","language":"hebrew","number_value":8560,"lemma":"תֹּמֶר","transliteration":"tômer","pronunciation":"to'-mer","derivation":"from the same root as H8558 (תָּמָר);","strongs_definition":"a palm trunk","kjv_definition":"palm tree."} +{"id":"H8561","strongs_number":"H8561","system":"hebrew","language":"hebrew","number_value":8561,"lemma":"תִּמֹּר","transliteration":"timmôr","pronunciation":"tim-more'","derivation":"(plural or (feminine) תִּמֹּרָה; (singular and plural), from the same root as H8558 (תָּמָר);","strongs_definition":"(architectural) a palm-like pilaster (i.e. umbellate)","kjv_definition":"palm tree."} +{"id":"H8562","strongs_number":"H8562","system":"hebrew","language":"hebrew","number_value":8562,"lemma":"תַּמְרוּק","transliteration":"tamrûwq","pronunciation":"tam-rook'","derivation":"or תַּמְרֻק; or תַּמְרִיק; from H4838 (מָרַק);","strongs_definition":"properly, a scouring, i.e. soap or perfumery forthe bath; figuratively, a detergent","kjv_definition":"[idiom] cleanse, (thing for) purification(-fying)."} +{"id":"H8563","strongs_number":"H8563","system":"hebrew","language":"hebrew","number_value":8563,"lemma":"תַּמְרוּר","transliteration":"tamrûwr","pronunciation":"tam-roor'","derivation":"from H4843 (מָרַר);","strongs_definition":"bitterness (plural as collective)","kjv_definition":"[idiom] most bitter(-ly)."} +{"id":"H8564","strongs_number":"H8564","system":"hebrew","language":"hebrew","number_value":8564,"lemma":"תַּמְרוּר","transliteration":"tamrûwr","pronunciation":"tam-roor'","derivation":"from the same root as H8558 (תָּמָר);","strongs_definition":"an erection, i.e. pillar (probably for a guide-board)","kjv_definition":"high heap."} +{"id":"H8565","strongs_number":"H8565","system":"hebrew","language":"hebrew","number_value":8565,"lemma":"תַּן","transliteration":"tan","pronunciation":"tan","derivation":"from an unused root probably meaning to elongate;","strongs_definition":"a monster (as preternaturally formed), i.e. a sea-serpent (or other huge marine animal); also a jackal (or other hideous land animal)","kjv_definition":"dragon, whale. Compare H8577 (תַּנִּין)."} +{"id":"H8566","strongs_number":"H8566","system":"hebrew","language":"hebrew","number_value":8566,"lemma":"תָּנָה","transliteration":"tânâh","pronunciation":"taw-naw'","derivation":"a primitive root;","strongs_definition":"to present (a mercenary inducement), i.e. bargain with (a harlot)","kjv_definition":"hire."} +{"id":"H8567","strongs_number":"H8567","system":"hebrew","language":"hebrew","number_value":8567,"lemma":"תָּנָה","transliteration":"tânâh","pronunciation":"taw-naw'","derivation":"a primitive root (identical with through the idea of attributing honor);","strongs_definition":"to ascribe (praise), i.e. celebrate, commemorate","kjv_definition":"lament, rehearse."} +{"id":"H8568","strongs_number":"H8568","system":"hebrew","language":"hebrew","number_value":8568,"lemma":"תַּנָּה","transliteration":"tannâh","pronunciation":"tan-naw'","derivation":"probably feminine of H8565 (תַּן);","strongs_definition":"a female jackal","kjv_definition":"dragon."} +{"id":"H8569","strongs_number":"H8569","system":"hebrew","language":"hebrew","number_value":8569,"lemma":"תְּנוּאָה","transliteration":"tᵉnûwʼâh","pronunciation":"ten-oo-aw'","derivation":"from H5106 (נוּא);","strongs_definition":"alienation; by implication, enmity","kjv_definition":"breach of promise, occasion."} +{"id":"H8570","strongs_number":"H8570","system":"hebrew","language":"hebrew","number_value":8570,"lemma":"תְּנוּבָה","transliteration":"tᵉnûwbâh","pronunciation":"ten-oo-baw'","derivation":"from H5107 (נוּב);","strongs_definition":"produce","kjv_definition":"fruit, increase."} +{"id":"H8571","strongs_number":"H8571","system":"hebrew","language":"hebrew","number_value":8571,"lemma":"תְּנוּךְ","transliteration":"tᵉnûwk","pronunciation":"ten-ook'","derivation":"perhaps from the same as H594 (אֲנָךְ) through the idea of protraction;","strongs_definition":"a pinnacle, i.e. extremity","kjv_definition":"tip."} +{"id":"H8572","strongs_number":"H8572","system":"hebrew","language":"hebrew","number_value":8572,"lemma":"תְּנוּמָה","transliteration":"tᵉnûwmâh","pronunciation":"ten-oo-maw'","derivation":"from H5123 (נוּם);","strongs_definition":"drowsiness, i.e. sleep","kjv_definition":"slumber(-ing)."} +{"id":"H8573","strongs_number":"H8573","system":"hebrew","language":"hebrew","number_value":8573,"lemma":"תְּנוּפָה","transliteration":"tᵉnûwphâh","pronunciation":"ten-oo-faw'","derivation":"from H5130 (נוּף);","strongs_definition":"a brandishing (in threat); by implication, tumult; specifically, the official undulation of sacrificial offerings","kjv_definition":"offering, shaking, wave (offering)."} +{"id":"H8574","strongs_number":"H8574","system":"hebrew","language":"hebrew","number_value":8574,"lemma":"תַּנּוּר","transliteration":"tannûwr","pronunciation":"tan-noor'","derivation":"from H5216 (נִיר);","strongs_definition":"a fire-pot","kjv_definition":"furnace, oven."} +{"id":"H8575","strongs_number":"H8575","system":"hebrew","language":"hebrew","number_value":8575,"lemma":"תַּנְחוּם","transliteration":"tanchûwm","pronunciation":"tan-khoom'","derivation":"or תַּנְחֻם; and (feminine) תַּנְחוּמָה; from H5162 (נָחַם);","strongs_definition":"compassion, solace","kjv_definition":"comfort, consolation."} +{"id":"H8576","strongs_number":"H8576","system":"hebrew","language":"hebrew","number_value":8576,"lemma":"תַּנְחֻמֶת","transliteration":"Tanchumeth","pronunciation":"tan-khoo'-meth","derivation":"for H8575 (תַּנְחוּם) (feminine);","strongs_definition":"Tanchumeth, an Israelite","kjv_definition":"Tanhumeth."} +{"id":"H8577","strongs_number":"H8577","system":"hebrew","language":"hebrew","number_value":8577,"lemma":"תַּנִּין","transliteration":"tannîyn","pronunciation":"tan-neen'","derivation":"or תַּנִּים; (Ezekiel 29:3), intensive from the same as H8565 (תַּן);","strongs_definition":"a marine or land monster, i.e. sea-serpent or jackal","kjv_definition":"dragon, sea-monster, serpent, whale."} +{"id":"H8578","strongs_number":"H8578","system":"hebrew","language":"hebrew","number_value":8578,"lemma":"תִּנְיָן","transliteration":"tinyân","pronunciation":"tin-yawn'","derivation":"(Aramaic) corresponding to H8147 (שְׁנַיִם);","strongs_definition":"second","kjv_definition":"second."} +{"id":"H8579","strongs_number":"H8579","system":"hebrew","language":"hebrew","number_value":8579,"lemma":"תִּנְיָנוּת","transliteration":"tinyânûwth","pronunciation":"tin-yaw-nooth'","derivation":"(Aramaic) from H8578 (תִּנְיָן);","strongs_definition":"a second time","kjv_definition":"again."} +{"id":"H8580","strongs_number":"H8580","system":"hebrew","language":"hebrew","number_value":8580,"lemma":"תַּנְשֶׁמֶת","transliteration":"tanshemeth","pronunciation":"tan-sheh'-meth","derivation":"from H5395 (נָשַׁם);","strongs_definition":"properly, a hard breather, i.e. the name of two unclean creatures, a lizard and abird (both perhaps from changing color through their irascibility), probably the tree-toad and the water-hen","kjv_definition":"mole, swan."} +{"id":"H8581","strongs_number":"H8581","system":"hebrew","language":"hebrew","number_value":8581,"lemma":"תַּעָב","transliteration":"taʻâb","pronunciation":"taw-ab'","derivation":"a primitive root;","strongs_definition":"to loathe, i.e. (morally) detest","kjv_definition":"(make to be) abhor(-red), (be, commit more, do) abominable(-y), [idiom] utterly."} +{"id":"H8582","strongs_number":"H8582","system":"hebrew","language":"hebrew","number_value":8582,"lemma":"תָּעָה","transliteration":"tâʻâh","pronunciation":"taw-aw'","derivation":"a primitive root;","strongs_definition":"to vacillate, i.e. reel or stray (literally or figuratively); also causative of both","kjv_definition":"(cause to) go astray, deceive, dissemble, (cause to, make to) err, pant, seduce, (make to) stagger, (cause to) wander, be out of the way."} +{"id":"H8583","strongs_number":"H8583","system":"hebrew","language":"hebrew","number_value":8583,"lemma":"תֹּעוּ","transliteration":"Tôʻûw","pronunciation":"to'-oo","derivation":"or תֹּעִי; from H8582 (תָּעָה); error","strongs_definition":"Tou or Toi, a Syrian king","kjv_definition":"Toi, Tou."} +{"id":"H8584","strongs_number":"H8584","system":"hebrew","language":"hebrew","number_value":8584,"lemma":"תְּעוּדָה","transliteration":"tᵉʻûwdâh","pronunciation":"teh-oo-daw'","derivation":"from H5749 (עוּד);","strongs_definition":"attestation, i.e. a precept, usage","kjv_definition":"testimony."} +{"id":"H8585","strongs_number":"H8585","system":"hebrew","language":"hebrew","number_value":8585,"lemma":"תְּעָלָה","transliteration":"tᵉʻâlâh","pronunciation":"teh-aw-law'","derivation":"from H5927 (עָלָה);","strongs_definition":"a channel (into which water is raised for irrigation); also a bandage or plaster (as placed upon a wound)","kjv_definition":"conduit, cured, healing, little river, trench, watercourse."} +{"id":"H8586","strongs_number":"H8586","system":"hebrew","language":"hebrew","number_value":8586,"lemma":"תַּעֲלוּל","transliteration":"taʻălûwl","pronunciation":"tah-al-ool'","derivation":"from H5953 (עָלַל);","strongs_definition":"caprice (as a fit coming on), i.e. vexation; concretely a tyrant","kjv_definition":"babe, delusion."} +{"id":"H8587","strongs_number":"H8587","system":"hebrew","language":"hebrew","number_value":8587,"lemma":"תַּעֲלֻמָּה","transliteration":"taʻălummâh","pronunciation":"tah-al-oom-maw'","derivation":"from H5956 (עָלַם);","strongs_definition":"a secret","kjv_definition":"thing that is hid, secret."} +{"id":"H8588","strongs_number":"H8588","system":"hebrew","language":"hebrew","number_value":8588,"lemma":"תַּעֲנוּג","transliteration":"taʻănûwg","pronunciation":"tah-an-oog'","derivation":"or תַּעֲנֻג; and (feminine) תַּעֲנֻגָה; from H6026 (עָנַג);","strongs_definition":"luxury","kjv_definition":"delicate, delight, pleasant."} +{"id":"H8589","strongs_number":"H8589","system":"hebrew","language":"hebrew","number_value":8589,"lemma":"תַּעֲנִית","transliteration":"taʻănîyth","pronunciation":"tah-an-eeth'","derivation":"from H6031 (עָנָה);","strongs_definition":"affliction (of self), i.e. fasting","kjv_definition":"heaviness."} +{"id":"H8590","strongs_number":"H8590","system":"hebrew","language":"hebrew","number_value":8590,"lemma":"תַּעֲנָךְ","transliteration":"Taʻănâk","pronunciation":"tah-an-awk'","derivation":"or תַּעְנָךְ; of uncertain derivation;","strongs_definition":"Taanak or Tanak, a place in Palestine","kjv_definition":"Taanach, Tanach."} +{"id":"H8591","strongs_number":"H8591","system":"hebrew","language":"hebrew","number_value":8591,"lemma":"תָּעַע","transliteration":"tâʻaʻ","pronunciation":"taw-ah'","derivation":"a primitive root;","strongs_definition":"to cheat; by analogy, to maltreat","kjv_definition":"deceive, misuse."} +{"id":"H8592","strongs_number":"H8592","system":"hebrew","language":"hebrew","number_value":8592,"lemma":"תַּעֲצֻמָה","transliteration":"taʻătsumâh","pronunciation":"tah-ats-oo-maw'","derivation":"from H6105 (עָצַם);","strongs_definition":"might (plural collective)","kjv_definition":"power."} +{"id":"H8593","strongs_number":"H8593","system":"hebrew","language":"hebrew","number_value":8593,"lemma":"תַּעַר","transliteration":"taʻar","pronunciation":"tah'-ar","derivation":"from H6168 (עָרָה);","strongs_definition":"a knife or razor (as making bare); also a scabbard (as being bare, i.e. empty)","kjv_definition":"(pen-) knife, razor, scabbard, shave, sheath."} +{"id":"H8594","strongs_number":"H8594","system":"hebrew","language":"hebrew","number_value":8594,"lemma":"תַּעֲרֻבָה","transliteration":"taʻărubâh","pronunciation":"tah-ar-oo-baw'","derivation":"from H6148 (עָרַב);","strongs_definition":"suretyship, i.e. (concretely) a pledge","kjv_definition":"[phrase] hostage."} +{"id":"H8595","strongs_number":"H8595","system":"hebrew","language":"hebrew","number_value":8595,"lemma":"תַּעְתֻּעַ","transliteration":"taʻtuaʻ","pronunciation":"tah-too'-ah","derivation":"from H8591 (תָּעַע);","strongs_definition":"a fraud","kjv_definition":"error."} +{"id":"H8596","strongs_number":"H8596","system":"hebrew","language":"hebrew","number_value":8596,"lemma":"תֹּף","transliteration":"tôph","pronunciation":"tofe","derivation":"from H8608 (תָּפַף) contracted;","strongs_definition":"a tambourine","kjv_definition":"tabret, timbrel."} +{"id":"H8597","strongs_number":"H8597","system":"hebrew","language":"hebrew","number_value":8597,"lemma":"תִּפְאָרָה","transliteration":"tiphʼârâh","pronunciation":"tif-aw-raw'","derivation":"or תִּפְאֶרֶת; from H6286 (פָּאַר);","strongs_definition":"ornament (abstractly or concretely, literally or figuratively)","kjv_definition":"beauty(-iful), bravery, comely, fair, glory(-ious), honour, majesty."} +{"id":"H8598","strongs_number":"H8598","system":"hebrew","language":"hebrew","number_value":8598,"lemma":"תַּפּוּחַ","transliteration":"tappûwach","pronunciation":"tap-poo'-akh","derivation":"from H5301 (נָפַח);","strongs_definition":"an apple (from its fragrance), i.e. the fruit or the tree (probably includ. others of the pome order, as the quince, the orange, etc.)","kjv_definition":"apple (tree). See also H1054 (בֵּית תַּפּוּחַ)."} +{"id":"H8599","strongs_number":"H8599","system":"hebrew","language":"hebrew","number_value":8599,"lemma":"תַּפּוּחַ","transliteration":"Tappûwach","pronunciation":"tap-poo'-akh","derivation":"the same as H8598 (תַּפּוּחַ);","strongs_definition":"Tappuach, the name of two places in Palestine, also of an Israelite","kjv_definition":"Tappuah."} +{"id":"H8600","strongs_number":"H8600","system":"hebrew","language":"hebrew","number_value":8600,"lemma":"תְּפוֹצָה","transliteration":"tᵉphôwtsâh","pronunciation":"tef-o-tsaw'","derivation":"from H6327 (פּוּץ);","strongs_definition":"a dispersal","kjv_definition":"dispersion."} +{"id":"H8601","strongs_number":"H8601","system":"hebrew","language":"hebrew","number_value":8601,"lemma":"תֻּפִין","transliteration":"tuphîyn","pronunciation":"too-feen'","derivation":"from H644 (אָפָה);","strongs_definition":"cookery, i.e. (concretely) a cake","kjv_definition":"baked piece."} +{"id":"H8602","strongs_number":"H8602","system":"hebrew","language":"hebrew","number_value":8602,"lemma":"תָּפֵל","transliteration":"tâphêl","pronunciation":"taw-fale'","derivation":"from an unused root meaning to smear;","strongs_definition":"plaster (as gummy) or slime; (figuratively) frivolity","kjv_definition":"foolish things, unsavoury, untempered."} +{"id":"H8603","strongs_number":"H8603","system":"hebrew","language":"hebrew","number_value":8603,"lemma":"תֹּפֶל","transliteration":"Tôphel","pronunciation":"to'-fel","derivation":"from the same as H8602 (תָּפֵל); quagmire;","strongs_definition":"Tophel, a place near the Desert","kjv_definition":"Tophel."} +{"id":"H8604","strongs_number":"H8604","system":"hebrew","language":"hebrew","number_value":8604,"lemma":"תִּפְלָה","transliteration":"tiphlâh","pronunciation":"tif-law'","derivation":"from the same as H8602 (תָּפֵל);","strongs_definition":"frivolity","kjv_definition":"folly, foolishly."} +{"id":"H8605","strongs_number":"H8605","system":"hebrew","language":"hebrew","number_value":8605,"lemma":"תְּפִלָּה","transliteration":"tᵉphillâh","pronunciation":"tef-il-law'","derivation":"from H6419 (פָּלַל);","strongs_definition":"intercession, supplication; by implication, a hymn","kjv_definition":"prayer."} +{"id":"H8606","strongs_number":"H8606","system":"hebrew","language":"hebrew","number_value":8606,"lemma":"תִּפְלֶצֶת","transliteration":"tiphletseth","pronunciation":"tif-leh'-tseth","derivation":"from H6426 (פָּלַץ);","strongs_definition":"fearfulness","kjv_definition":"terrible."} +{"id":"H8607","strongs_number":"H8607","system":"hebrew","language":"hebrew","number_value":8607,"lemma":"תִּפְסַח","transliteration":"Tiphçach","pronunciation":"tif-sakh'","derivation":"from H6452 (פָּסַח); ford;","strongs_definition":"Tiphsach, a place in Mesopotamia","kjv_definition":"Tipsah."} +{"id":"H8608","strongs_number":"H8608","system":"hebrew","language":"hebrew","number_value":8608,"lemma":"תָּפַף","transliteration":"tâphaph","pronunciation":"taw-faf'","derivation":"a primitive root;","strongs_definition":"to drum, i.e. play (as) on the tambourine","kjv_definition":"taber, play with timbrels."} +{"id":"H8609","strongs_number":"H8609","system":"hebrew","language":"hebrew","number_value":8609,"lemma":"תָּפַר","transliteration":"tâphar","pronunciation":"taw-far'","derivation":"a primitive root;","strongs_definition":"to sew","kjv_definition":"(women that) sew (together)."} +{"id":"H8610","strongs_number":"H8610","system":"hebrew","language":"hebrew","number_value":8610,"lemma":"תָּפַשׂ","transliteration":"tâphas","pronunciation":"taw-fas'","derivation":"a primitive root;","strongs_definition":"to manipulate, i.e. seize; chiefly to capture, wield, specifically, to overlay; figuratively, to use unwarrantably","kjv_definition":"catch, handle, (lay, take) hold (on, over), stop, [idiom] surely, surprise, take."} +{"id":"H8611","strongs_number":"H8611","system":"hebrew","language":"hebrew","number_value":8611,"lemma":"תֹּפֶת","transliteration":"tôpheth","pronunciation":"to'-feth","derivation":"from the base of H8608 (תָּפַף);","strongs_definition":"a smiting, i.e. (figuratively) contempt","kjv_definition":"tabret."} +{"id":"H8612","strongs_number":"H8612","system":"hebrew","language":"hebrew","number_value":8612,"lemma":"תֹּפֶת","transliteration":"Tôpheth","pronunciation":"to'-feth","derivation":"the same as H8611 (תֹּפֶת);","strongs_definition":"Topheth, a place near Jerusalem","kjv_definition":"Tophet, Topheth."} +{"id":"H8613","strongs_number":"H8613","system":"hebrew","language":"hebrew","number_value":8613,"lemma":"תׇּפְתֶּה","transliteration":"Tophteh","pronunciation":"tof-teh'","derivation":"probably a form of H8612 (תֹּפֶת);","strongs_definition":"Tophteh, a place of cremation","kjv_definition":"Tophet."} +{"id":"H8614","strongs_number":"H8614","system":"hebrew","language":"hebrew","number_value":8614,"lemma":"תִּפְתַּי","transliteration":"tiphtay","pronunciation":"tif-tah'-ee","derivation":"(Aramaic) perhaps from H8199 (שָׁפַט);","strongs_definition":"judicial, i.e. a lawyer","kjv_definition":"sheriff."} +{"id":"H8615","strongs_number":"H8615","system":"hebrew","language":"hebrew","number_value":8615,"lemma":"תִּקְוָה","transliteration":"tiqvâh","pronunciation":"tik-vaw'","derivation":"from H6960 (קָוָה); (compare H6961 (קָוֶה))","strongs_definition":"literally a cord (as an attachment); figuratively, expectancy","kjv_definition":"expectation(-ted), hope, live, thing that I long for."} +{"id":"H8616","strongs_number":"H8616","system":"hebrew","language":"hebrew","number_value":8616,"lemma":"תִּקְוָה","transliteration":"Tiqvâh","pronunciation":"tik-vaw'","derivation":"the same as H8615 (תִּקְוָה);","strongs_definition":"Tikvah, the name of two Israelites","kjv_definition":"Tikvah."} +{"id":"H8617","strongs_number":"H8617","system":"hebrew","language":"hebrew","number_value":8617,"lemma":"תְּקוּמָה","transliteration":"tᵉqûwmâh","pronunciation":"tek-oo-maw'","derivation":"from H6965 (קוּם);","strongs_definition":"resistfulness","kjv_definition":"power to stand."} +{"id":"H8618","strongs_number":"H8618","system":"hebrew","language":"hebrew","number_value":8618,"lemma":"תְּקוֹמֵם","transliteration":"tᵉqôwmêm","pronunciation":"tek-o-mame'","derivation":"from H6965 (קוּם);","strongs_definition":"an opponent","kjv_definition":"rise up against."} +{"id":"H8619","strongs_number":"H8619","system":"hebrew","language":"hebrew","number_value":8619,"lemma":"תָּקוֹעַ","transliteration":"tâqôwaʻ","pronunciation":"taw-ko'-ah","derivation":"from H8628 (תָּקַע) (in the musical sense);","strongs_definition":"a trumpet","kjv_definition":"trumpet."} +{"id":"H8620","strongs_number":"H8620","system":"hebrew","language":"hebrew","number_value":8620,"lemma":"תְּקוֹעַ","transliteration":"Tᵉqôwaʻ","pronunciation":"tek-o'-ah","derivation":"a form of H8619 (תָּקוֹעַ);","strongs_definition":"Tekoa, a place in Palestine","kjv_definition":"Tekoa, Tekoah."} +{"id":"H8621","strongs_number":"H8621","system":"hebrew","language":"hebrew","number_value":8621,"lemma":"תְּקוֹעִי","transliteration":"Tᵉqôwʻîy","pronunciation":"tek-o-ee'","derivation":"or תְּקֹעִי; patronymically from H8620 (תְּקוֹעַ);","strongs_definition":"a Tekoite or inhabitant of Tekoah","kjv_definition":"Tekoite."} +{"id":"H8622","strongs_number":"H8622","system":"hebrew","language":"hebrew","number_value":8622,"lemma":"תְּקוּפָה","transliteration":"tᵉqûwphâh","pronunciation":"tek-oo-faw'","derivation":"or תְּקֻפָה; from H5362 (נָקַף);","strongs_definition":"a revolution, i.e. (of the sun) course, (of time) lapse","kjv_definition":"circuit, come about, end."} +{"id":"H8623","strongs_number":"H8623","system":"hebrew","language":"hebrew","number_value":8623,"lemma":"תַּקִּיף","transliteration":"taqqîyph","pronunciation":"tak-keef'","derivation":"from H8630 (תָּקַף);","strongs_definition":"powerful","kjv_definition":"mightier."} +{"id":"H8624","strongs_number":"H8624","system":"hebrew","language":"hebrew","number_value":8624,"lemma":"תַּקִּיף","transliteration":"taqqîyph","pronunciation":"tak-keef'","derivation":"(Aramaic) corresponding to H8623 (תַּקִּיף)","strongs_definition":"{powerful}","kjv_definition":"mighty, strong."} +{"id":"H8625","strongs_number":"H8625","system":"hebrew","language":"hebrew","number_value":8625,"lemma":"תְּקַל","transliteration":"tᵉqal","pronunciation":"tek-al'","derivation":"(Aramaic) corresponding to H8254 (שָׁקַל);","strongs_definition":"to balance","kjv_definition":"Tekel, be weighed."} +{"id":"H8626","strongs_number":"H8626","system":"hebrew","language":"hebrew","number_value":8626,"lemma":"תָּקַן","transliteration":"tâqan","pronunciation":"taw-kan'","derivation":"a primitive root;","strongs_definition":"to equalize, i.e. straighten (intransitive or transitive); figuratively, to compose","kjv_definition":"set in order, make straight."} +{"id":"H8627","strongs_number":"H8627","system":"hebrew","language":"hebrew","number_value":8627,"lemma":"תְּקַן","transliteration":"tᵉqan","pronunciation":"tek-an'","derivation":"(Aramaic) corresponding to H8626 (תָּקַן);","strongs_definition":"to straighten up, i.e. confirm","kjv_definition":"establish."} +{"id":"H8628","strongs_number":"H8628","system":"hebrew","language":"hebrew","number_value":8628,"lemma":"תָּקַע","transliteration":"tâqaʻ","pronunciation":"taw-kah'","derivation":"a primitive root;","strongs_definition":"to clatter, i.e. slap (the hands together), clang (an instrument); by analogy, to drive (a nail or tent-pin, a dart, etc.); by implication, to become bondsman by handclasping)","kjv_definition":"blow (a trumpet), cast, clap, fasten, pitch (tent), smite, sound, strike, [idiom] suretiship, thrust."} +{"id":"H8629","strongs_number":"H8629","system":"hebrew","language":"hebrew","number_value":8629,"lemma":"תֵּקַע","transliteration":"têqaʻ","pronunciation":"tay-kah'","derivation":"from H8628 (תָּקַע);","strongs_definition":"a blast of a trumpet","kjv_definition":"sound."} +{"id":"H8630","strongs_number":"H8630","system":"hebrew","language":"hebrew","number_value":8630,"lemma":"תָּקַף","transliteration":"tâqaph","pronunciation":"taw-kaf'","derivation":"a primitive root;","strongs_definition":"to overpower","kjv_definition":"prevail (against)."} +{"id":"H8631","strongs_number":"H8631","system":"hebrew","language":"hebrew","number_value":8631,"lemma":"תְּקֵף","transliteration":"tᵉqêph","pronunciation":"tek-afe'","derivation":"(Aramaic) corresponding to H8630 (תָּקַף);","strongs_definition":"to become (causatively, make) mighty or (figuratively) obstinate","kjv_definition":"make firm, harden, be(-come) strong."} +{"id":"H8632","strongs_number":"H8632","system":"hebrew","language":"hebrew","number_value":8632,"lemma":"תְּקֹף","transliteration":"tᵉqôph","pronunciation":"tek-ofe'","derivation":"(Aramaic) corresponding to H8633 (תֹּקֶף);","strongs_definition":"power","kjv_definition":"might, strength."} +{"id":"H8633","strongs_number":"H8633","system":"hebrew","language":"hebrew","number_value":8633,"lemma":"תֹּקֶף","transliteration":"tôqeph","pronunciation":"to'-kef","derivation":"from H8630 (תָּקַף);","strongs_definition":"might or (figuratively) positiveness","kjv_definition":"authority, power, strength."} +{"id":"H8634","strongs_number":"H8634","system":"hebrew","language":"hebrew","number_value":8634,"lemma":"תַּרְאֲלָה","transliteration":"Tarʼălâh","pronunciation":"tar-al-aw'","derivation":"probably for H8653 (תַּרְעֵלָה); a reeling;","strongs_definition":"Taralah, a place in Palestine","kjv_definition":"Taralah."} +{"id":"H8635","strongs_number":"H8635","system":"hebrew","language":"hebrew","number_value":8635,"lemma":"תַּרְבּוּת","transliteration":"tarbûwth","pronunciation":"tar-booth'","derivation":"from H7235 (רָבָה);","strongs_definition":"multiplication, i.e. progeny","kjv_definition":"increase."} +{"id":"H8636","strongs_number":"H8636","system":"hebrew","language":"hebrew","number_value":8636,"lemma":"תַּרְבִּית","transliteration":"tarbîyth","pronunciation":"tar-beeth'","derivation":"from H7235 (רָבָה);","strongs_definition":"multiplication, i.e. percentage or bonus in addition to principal","kjv_definition":"increase, unjust gain."} +{"id":"H8637","strongs_number":"H8637","system":"hebrew","language":"hebrew","number_value":8637,"lemma":"תִּרְגַּל","transliteration":"tirgal","pronunciation":"teer-gal'","derivation":"a denominative from H7270 (רָגַל);","strongs_definition":"to cause to walk","kjv_definition":"teach to go."} +{"id":"H8638","strongs_number":"H8638","system":"hebrew","language":"hebrew","number_value":8638,"lemma":"תִּרְגַּם","transliteration":"tirgam","pronunciation":"teer-gam'","derivation":"a denominative from H7275 (רָגַם) in the sense of throwing over;","strongs_definition":"to transfer, i.e. translate","kjv_definition":"interpret."} +{"id":"H8639","strongs_number":"H8639","system":"hebrew","language":"hebrew","number_value":8639,"lemma":"תַּרְדֵּמָה","transliteration":"tardêmâh","pronunciation":"tar-day-maw'","derivation":"from H7290 (רָדַם);","strongs_definition":"a lethargy or (by implication) trance","kjv_definition":"deep sleep."} +{"id":"H8640","strongs_number":"H8640","system":"hebrew","language":"hebrew","number_value":8640,"lemma":"תִּרְהָקָה","transliteration":"Tirhâqâh","pronunciation":"teer-haw'-kaw","derivation":"of foreign derivation;","strongs_definition":"Tirhakah, a king of Kush","kjv_definition":"Tirhakah."} +{"id":"H8641","strongs_number":"H8641","system":"hebrew","language":"hebrew","number_value":8641,"lemma":"תְּרוּמָה","transliteration":"tᵉrûwmâh","pronunciation":"ter-oo-maw'","derivation":"or תְּרֻמָה; (Deuteronomy 12:11), from H7311 (רוּם);","strongs_definition":"a present (as offered up), especially in sacrifice or as tribute","kjv_definition":"gift, heave offering (shoulder), oblation, offered(-ing)."} +{"id":"H8642","strongs_number":"H8642","system":"hebrew","language":"hebrew","number_value":8642,"lemma":"תְּרוּמִיָּה","transliteration":"tᵉrûwmîyâh","pronunciation":"ter-oo-mee-yaw'","derivation":"formed as H8641 (תְּרוּמָה);","strongs_definition":"a sacrificial offering","kjv_definition":"oblation."} +{"id":"H8643","strongs_number":"H8643","system":"hebrew","language":"hebrew","number_value":8643,"lemma":"תְּרוּעָה","transliteration":"tᵉrûwʻâh","pronunciation":"ter-oo-aw'","derivation":"from H7321 (רוּעַ);","strongs_definition":"clamor, i.e. acclamation of joy or a battle-cry; especially clangorof trumpets, as an alarum","kjv_definition":"alarm, blow(-ing) (of, the) (trumpets), joy, jubile, loud noise, rejoicing, shout(-ing), (high, joyful) sound(-ing)."} +{"id":"H8644","strongs_number":"H8644","system":"hebrew","language":"hebrew","number_value":8644,"lemma":"תְּרוּפָה","transliteration":"tᵉrûwphâh","pronunciation":"ter-oo-faw'","derivation":"from H7322 (רוּף) in the sense of its congener H7495 (רָפָא);","strongs_definition":"a remedy","kjv_definition":"medicine."} +{"id":"H8645","strongs_number":"H8645","system":"hebrew","language":"hebrew","number_value":8645,"lemma":"תִּרְזָה","transliteration":"tirzâh","pronunciation":"teer-zaw'","derivation":"probably from H7329 (רָזָה);","strongs_definition":"a species of tree (apparently from its slenderness), perhaps the cypress","kjv_definition":"cypress."} +{"id":"H8646","strongs_number":"H8646","system":"hebrew","language":"hebrew","number_value":8646,"lemma":"תֶּרַח","transliteration":"Terach","pronunciation":"teh'-rakh","derivation":"of uncertain derivation;","strongs_definition":"Terach, the father of Abraham; also a place in the Desert","kjv_definition":"Tarah, Terah."} +{"id":"H8647","strongs_number":"H8647","system":"hebrew","language":"hebrew","number_value":8647,"lemma":"תִּרְחֲנָה","transliteration":"Tirchănâh","pronunciation":"teer-khan-aw'","derivation":"of uncertain derivation;","strongs_definition":"Tirchanah, an Israelite","kjv_definition":"Tirhanah."} +{"id":"H8648","strongs_number":"H8648","system":"hebrew","language":"hebrew","number_value":8648,"lemma":"תְּרֵין","transliteration":"tᵉrêyn","pronunciation":"ter-ane'","derivation":"(Aramaic) feminine תַּרְתֵּין; corresponding to H8147 (שְׁנַיִם);","strongs_definition":"two","kjv_definition":"second, [phrase] twelve, two."} +{"id":"H8649","strongs_number":"H8649","system":"hebrew","language":"hebrew","number_value":8649,"lemma":"תׇּרְמָה","transliteration":"tormâh","pronunciation":"tor-maw'","derivation":"and תַּרְמוּת; or תַּרְמִית; from H7411 (רָמָה);","strongs_definition":"fraud","kjv_definition":"deceit(-ful), privily."} +{"id":"H8650","strongs_number":"H8650","system":"hebrew","language":"hebrew","number_value":8650,"lemma":"תֹּרֶן","transliteration":"tôren","pronunciation":"to'-ren","derivation":"probably for H766 (אֹרֶן);","strongs_definition":"a pole (as a mast or flagstaff)","kjv_definition":"beacon, mast."} +{"id":"H8651","strongs_number":"H8651","system":"hebrew","language":"hebrew","number_value":8651,"lemma":"תְּרַע","transliteration":"tᵉraʻ","pronunciation":"ter-ah'","derivation":"(Aramaic) corresponding to H8179 (שַׁעַר);","strongs_definition":"a door; by implication, a palace","kjv_definition":"gate mouth."} +{"id":"H8652","strongs_number":"H8652","system":"hebrew","language":"hebrew","number_value":8652,"lemma":"תָּרָע","transliteration":"târâʻ","pronunciation":"taw-raw'","derivation":"(Aramaic) from H8651 (תְּרַע);","strongs_definition":"a doorkeeper","kjv_definition":"porter."} +{"id":"H8653","strongs_number":"H8653","system":"hebrew","language":"hebrew","number_value":8653,"lemma":"תַּרְעֵלָה","transliteration":"tarʻêlâh","pronunciation":"tar-ay-law'","derivation":"from H7477 (רָעַל);","strongs_definition":"reeling","kjv_definition":"astonishment, trembling."} +{"id":"H8654","strongs_number":"H8654","system":"hebrew","language":"hebrew","number_value":8654,"lemma":"תִּרְעָתִי","transliteration":"Tirʻâthîy","pronunciation":"teer-aw-thee'","derivation":"patrial from an unused name meaning gate;","strongs_definition":"a Tirathite or inhabitant of an unknown Tirah","kjv_definition":"Tirathite."} +{"id":"H8655","strongs_number":"H8655","system":"hebrew","language":"hebrew","number_value":8655,"lemma":"תְּרָפִים","transliteration":"tᵉrâphîym","pronunciation":"ter-aw-feme'","derivation":"plural from H7495 (רָפָא); a healer;","strongs_definition":"Teraphim (singular or plural) a family idol","kjv_definition":"idols(-atry), images, teraphim."} +{"id":"H8656","strongs_number":"H8656","system":"hebrew","language":"hebrew","number_value":8656,"lemma":"תִּרְצָה","transliteration":"Tirtsâh","pronunciation":"teer-tsaw'","derivation":"from H7521 (רָצָה); delightsomeness;","strongs_definition":"Tirtsah, a place in Palestine; also an Israelitess","kjv_definition":"Tirzah."} +{"id":"H8657","strongs_number":"H8657","system":"hebrew","language":"hebrew","number_value":8657,"lemma":"תֶּרֶשׁ","transliteration":"Teresh","pronunciation":"teh'-resh","derivation":"of foreign derivation;","strongs_definition":"Teresh, a eunuch of Xerxes","kjv_definition":"Teresh."} +{"id":"H8658","strongs_number":"H8658","system":"hebrew","language":"hebrew","number_value":8658,"lemma":"תַּרְשִׁישׁ","transliteration":"tarshîysh","pronunciation":"tar-sheesh'","derivation":"probably of foreign derivation (compare H8659 (תַּרְשִׁישׁ));","strongs_definition":"a gem, perhaps the topaz","kjv_definition":"beryl."} +{"id":"H8659","strongs_number":"H8659","system":"hebrew","language":"hebrew","number_value":8659,"lemma":"תַּרְשִׁישׁ","transliteration":"Tarshîysh","pronunciation":"tar-sheesh'","derivation":"probably the same as H8658 (תַּרְשִׁישׁ) (as the region of the stone, or the reverse);","strongs_definition":"Tarshish, a place on the Mediterranean, hence, the ephithet of a merchant vessel (as if for or from that port); also the name of a Persian and of an Israelite","kjv_definition":"Tarshish, Tharshish."} +{"id":"H8660","strongs_number":"H8660","system":"hebrew","language":"hebrew","number_value":8660,"lemma":"תִּרְשָׁתָא","transliteration":"Tirshâthâʼ","pronunciation":"teer-shaw-thaw'","derivation":"of foreign derivation;","strongs_definition":"Tirshatha, the title of a Persian deputy or governor","kjv_definition":"Tirshatha."} +{"id":"H8661","strongs_number":"H8661","system":"hebrew","language":"hebrew","number_value":8661,"lemma":"תַּרְתָּן","transliteration":"Tartân","pronunciation":"tar-tawn'","derivation":"of foreign derivation;","strongs_definition":"Tartan, an Assyrian","kjv_definition":"Tartan."} +{"id":"H8662","strongs_number":"H8662","system":"hebrew","language":"hebrew","number_value":8662,"lemma":"תַּרְתָּק","transliteration":"Tartâq","pronunciation":"tar-tawk'","derivation":"of foreign derivation;","strongs_definition":"Tartak, a deity of the Avvites","kjv_definition":"Tartak."} +{"id":"H8663","strongs_number":"H8663","system":"hebrew","language":"hebrew","number_value":8663,"lemma":"תְּשֻׁאָה","transliteration":"tᵉshuʼâh","pronunciation":"tesh-oo-aw'","derivation":"from H7722 (שׁוֹא);","strongs_definition":"a crashing or loud clamor","kjv_definition":"crying, noise, shouting, stir."} +{"id":"H8664","strongs_number":"H8664","system":"hebrew","language":"hebrew","number_value":8664,"lemma":"תִּשְׁבִּי","transliteration":"Tishbîy","pronunciation":"tish-bee'","derivation":"patrial from an unused name meaning recourse;","strongs_definition":"a Tishbite or inhabitant of Tishbeh (in Gilead)","kjv_definition":"Tishbite."} +{"id":"H8665","strongs_number":"H8665","system":"hebrew","language":"hebrew","number_value":8665,"lemma":"תַּשְׁבֵּץ","transliteration":"tashbêts","pronunciation":"tash-bates'","derivation":"from H7660 (שָׁבַץ);","strongs_definition":"checkered stuff (as reticulated)","kjv_definition":"broidered."} +{"id":"H8666","strongs_number":"H8666","system":"hebrew","language":"hebrew","number_value":8666,"lemma":"תְּשׁוּבָה","transliteration":"tᵉshûwbâh","pronunciation":"tesh-oo-baw'","derivation":"or תְּשֻׁבָה; from H7725 (שׁוּב);","strongs_definition":"a recurrence (of time or place); a reply (as returned)","kjv_definition":"answer, be expired, return."} +{"id":"H8667","strongs_number":"H8667","system":"hebrew","language":"hebrew","number_value":8667,"lemma":"תְּשׂוּמֶת","transliteration":"tᵉsûwmeth","pronunciation":"tes-oo-meth'","derivation":"from H7760 (שׂוּם);","strongs_definition":"a deposit, i.e. pledging","kjv_definition":"[phrase] fellowship."} +{"id":"H8668","strongs_number":"H8668","system":"hebrew","language":"hebrew","number_value":8668,"lemma":"תְּשׁוּעָה","transliteration":"tᵉshûwʻâh","pronunciation":"tesh-oo-aw'","derivation":"or תְּשֻׁעָה; from H7768 (שָׁוַע) in the sense of H3467 (יָשַׁע);","strongs_definition":"rescue (literal or figurative, persons, national or spiritual)","kjv_definition":"deliverance, help, safety, salvation, victory."} +{"id":"H8669","strongs_number":"H8669","system":"hebrew","language":"hebrew","number_value":8669,"lemma":"תְּשׁוּקָה","transliteration":"tᵉshûwqâh","pronunciation":"tesh-oo-kaw'","derivation":"from H7783 (שׁוּק) in the original sense of stretching out after;","strongs_definition":"a longing","kjv_definition":"desire."} +{"id":"H8670","strongs_number":"H8670","system":"hebrew","language":"hebrew","number_value":8670,"lemma":"תְּשׁוּרָה","transliteration":"tᵉshûwrâh","pronunciation":"tesh-oo-raw'","derivation":"from H7788 (שׁוּר) in the sense of arrival;","strongs_definition":"a gift","kjv_definition":"present."} +{"id":"H8671","strongs_number":"H8671","system":"hebrew","language":"hebrew","number_value":8671,"lemma":"תְּשִׁיעִי","transliteration":"tᵉshîyʻîy","pronunciation":"tesh-ee-ee'","derivation":"ordinal from H8672 (תֵּשַׁע);","strongs_definition":"ninth","kjv_definition":"ninth."} +{"id":"H8672","strongs_number":"H8672","system":"hebrew","language":"hebrew","number_value":8672,"lemma":"תֵּשַׁע","transliteration":"têshaʻ","pronunciation":"tay'-shah","derivation":"or (masculine) תִּשְׁעָה; perhaps from H8159 (שָׁעָה) through the idea of a turn to the next or full number ten;","strongs_definition":"nine or (ordinal) ninth","kjv_definition":"nine ([phrase] -teen, [phrase] -teenth, -th)."} +{"id":"H8673","strongs_number":"H8673","system":"hebrew","language":"hebrew","number_value":8673,"lemma":"תִּשְׁעִים","transliteration":"tishʻîym","pronunciation":"tish-eem'","derivation":"multiple from H8672 (תֵּשַׁע);","strongs_definition":"ninety","kjv_definition":"ninety."} +{"id":"H8674","strongs_number":"H8674","system":"hebrew","language":"hebrew","number_value":8674,"lemma":"תַּתְּנַי","transliteration":"Tattᵉnay","pronunciation":"tat-ten-ah'-ee","derivation":"of foreign derivation;","strongs_definition":"Tattenai, a Persian","kjv_definition":"Tatnai."} diff --git a/scripts/import-strongs.js b/scripts/import-strongs.js new file mode 100644 index 0000000..0a65fef --- /dev/null +++ b/scripts/import-strongs.js @@ -0,0 +1,132 @@ +import { mkdir, readFile, readdir, rm, writeFile } from 'node:fs/promises' +import path from 'node:path' +import AdmZip from 'adm-zip' +import { downloadFile, readJson, sha256File, writeJson } from './lib.js' + +const manifestPath = process.argv[2] +if (!manifestPath) { + console.error('Usage: node scripts/import-strongs.js sources/.json') + process.exit(1) +} + +const root = process.cwd() +const manifest = await readJson(path.resolve(root, manifestPath)) +const archivePath = path.join(root, 'cache', manifest.id, path.basename(manifest.source.download_url)) +const extractDir = path.join(root, 'cache', manifest.id, 'source') +const packageDir = path.join(root, 'packages', 'json', manifest.id) + +await downloadFile(manifest.source.download_url, archivePath) +const sourceSha = await sha256File(archivePath) +if (sourceSha !== manifest.checks.expected_sha256.toLowerCase()) { + throw new Error(`${manifest.id}: source checksum mismatch. Expected ${manifest.checks.expected_sha256}, got ${sourceSha}`) +} + +await rm(extractDir, { force: true, recursive: true }) +await mkdir(extractDir, { recursive: true }) +new AdmZip(archivePath).extractAllTo(extractDir, true) + +const sourceRoot = await findExtractedRoot(extractDir) +const greek = parseDictionary( + await readFile(path.join(sourceRoot, 'greek', 'strongs-greek-dictionary.js'), 'utf8'), + 'strongsGreekDictionary', + 'greek', +) +const hebrew = parseDictionary( + await readFile(path.join(sourceRoot, 'hebrew', 'strongs-hebrew-dictionary.js'), 'utf8'), + 'strongsHebrewDictionary', + 'hebrew', +) + +const entries = [...hebrew, ...greek].sort((a, b) => { + if (a.system !== b.system) return a.system.localeCompare(b.system) + return a.number_value - b.number_value +}) + +await mkdir(packageDir, { recursive: true }) +await writeJsonl(path.join(packageDir, 'hebrew.jsonl'), hebrew) +await writeJsonl(path.join(packageDir, 'greek.jsonl'), greek) +await writeJsonl(path.join(packageDir, 'entries.jsonl'), entries) + +const files = { + entries_jsonl: await fileInfo(path.join(packageDir, 'entries.jsonl')), + hebrew_jsonl: await fileInfo(path.join(packageDir, 'hebrew.jsonl')), + greek_jsonl: await fileInfo(path.join(packageDir, 'greek.jsonl')), +} + +await writeJson(path.join(packageDir, 'catalog.json'), { + schema_version: 'librebible.resource-catalog.v1', + project: manifest.project_name ?? 'LibreBible', + id: manifest.id, + resource_type: manifest.resource_type, + title: manifest.title, + short_title: manifest.short_title, + abbreviation: manifest.abbreviation, + alternate_ids: manifest.alternate_ids ?? [], + language: manifest.language, + script: manifest.script, + canon: manifest.canon, + contributors: manifest.contributors ?? [], + features: manifest.features ?? [], + attachments: manifest.attachments ?? {}, + source: manifest.source, + license: manifest.license, + catalog_display: manifest.catalog_display, + importer: manifest.importer, + source_manifest_file: path.basename(manifestPath), + generated_at: new Date().toISOString(), + source_sha256: sourceSha, + checks: manifest.checks, + counts: { + entries: entries.length, + dictionary_entries: entries.length, + hebrew_entries: hebrew.length, + greek_entries: greek.length, + }, + files, +}) + +console.log(`${manifest.id}: imported ${entries.length} Strong's dictionary entries`) + +async function findExtractedRoot(dir) { + const entries = await readdir(dir, { withFileTypes: true }) + const dirs = entries.filter((entry) => entry.isDirectory()) + if (dirs.length !== 1) return dir + return path.join(dir, dirs[0].name) +} + +function parseDictionary(source, variableName, language) { + const match = new RegExp(`var\\s+${variableName}\\s*=\\s*(\\{[\\s\\S]*?\\})\\s*;\\s*(?:module\\.exports\\s*=\\s*${variableName}\\s*;)?\\s*$`).exec(source) + if (!match) throw new Error(`Could not find ${variableName}`) + const data = JSON.parse(match[1]) + return Object.entries(data).map(([number, entry]) => ({ + id: number, + strongs_number: number, + system: number.startsWith('H') ? 'hebrew' : 'greek', + language, + number_value: Number(number.slice(1)), + lemma: entry.lemma ?? null, + transliteration: entry.translit ?? entry.xlit ?? null, + pronunciation: entry.pron ?? null, + derivation: cleanText(entry.derivation), + strongs_definition: cleanText(entry.strongs_def), + kjv_definition: cleanText(entry.kjv_def), + })) +} + +function cleanText(value) { + if (value == null) return null + return String(value).replace(/\s+/g, ' ').trim() +} + +async function writeJsonl(filePath, rows) { + await writeFile(filePath, `${rows.map((row) => JSON.stringify(row)).join('\n')}\n`, 'utf8') +} + +async function fileInfo(filePath) { + const data = await readFile(filePath) + return { + path: path.basename(filePath), + bytes: data.length, + sha256: await sha256File(filePath), + } +} diff --git a/sources/kjv-eng-kjv2006.json b/sources/kjv-eng-kjv2006.json index 0fcd6e6..b8c2ec5 100644 --- a/sources/kjv-eng-kjv2006.json +++ b/sources/kjv-eng-kjv2006.json @@ -58,6 +58,15 @@ "label": "USFM source", "format": "usfm", "embedded": false + }, + { + "id": "strongs-dictionary-lookup", + "type": "lexicon_lookup", + "label": "Strong's dictionary lookup", + "languages": ["hebrew", "aramaic", "greek", "eng"], + "systems": ["strongs"], + "embedded": false, + "package": "packages/json/strongs-open-scriptures/entries.jsonl" } ], "attachments": { @@ -72,6 +81,17 @@ "systems": ["strongs"], "source": "Embedded in the eBible USFM package.", "package": "packages/json/kjv-eng-kjv2006/strongs-links.jsonl" + }, + { + "id": "kjv-eng-kjv2006-strongs-dictionary", + "resource_type": "lexicon", + "label": "Strong's dictionary lookup", + "relationship": "strongs-number-to-definition", + "anchor_types": ["strongs_number", "word"], + "languages": ["hebrew", "aramaic", "greek", "eng"], + "systems": ["strongs"], + "source": "LibreBible resource strongs-open-scriptures.", + "package": "packages/json/strongs-open-scriptures/entries.jsonl" } ], "supported_future_types": [ diff --git a/sources/strongs-open-scriptures.json b/sources/strongs-open-scriptures.json new file mode 100644 index 0000000..9dcf6db --- /dev/null +++ b/sources/strongs-open-scriptures.json @@ -0,0 +1,109 @@ +{ + "id": "strongs-open-scriptures", + "resource_type": "lexicon", + "project_name": "LibreBible", + "title": "Strong's Hebrew and Greek Dictionaries", + "short_title": "Strong's Dictionaries", + "abbreviation": "Strong's", + "alternate_ids": ["openscriptures/strongs"], + "language": { + "code": "eng", + "name": "English" + }, + "script": "Latn", + "canon": { + "scope": "reference", + "notes": "Dictionary entries are keyed by Hebrew and Greek Strong's numbers." + }, + "contributors": [ + { + "name": "James Strong", + "role": "original dictionary compiler" + }, + { + "name": "Open Scriptures", + "role": "digital text maintainer and JSON provider" + } + ], + "features": [ + { + "id": "strongs-dictionary-entries", + "type": "lexicon", + "label": "Strong's dictionary entries", + "languages": ["hebrew", "aramaic", "greek", "eng"], + "systems": ["strongs"], + "embedded": true, + "package": "packages/json/strongs-open-scriptures/entries.jsonl" + }, + { + "id": "strongs-hebrew-dictionary", + "type": "dictionary", + "label": "Hebrew and Aramaic entries", + "languages": ["hebrew", "aramaic", "eng"], + "systems": ["strongs"], + "embedded": true, + "package": "packages/json/strongs-open-scriptures/hebrew.jsonl" + }, + { + "id": "strongs-greek-dictionary", + "type": "dictionary", + "label": "Greek entries", + "languages": ["greek", "eng"], + "systems": ["strongs"], + "embedded": true, + "package": "packages/json/strongs-open-scriptures/greek.jsonl" + } + ], + "attachments": { + "included": [ + { + "id": "strongs-number-definitions", + "resource_type": "lexicon", + "label": "Strong's number definitions", + "relationship": "strongs-number-to-definition", + "anchor_types": ["strongs_number", "word"], + "languages": ["hebrew", "aramaic", "greek", "eng"], + "systems": ["strongs"], + "source": "Open Scriptures Strong's dictionary JSON derived from Strong's public-domain dictionaries.", + "package": "packages/json/strongs-open-scriptures/entries.jsonl" + } + ], + "supported_future_types": ["morphology", "lemma_links"] + }, + "source": { + "provider": "Open Scriptures", + "url": "https://github.com/openscriptures/strongs", + "download_url": "https://github.com/openscriptures/strongs/archive/0acd2f251c2d35ff8db2dece4e0593979d3ac223.zip", + "format": "github-archive-zip", + "upstream_id": "openscriptures/strongs", + "upstream_last_updated": "2017-04-15", + "commit": "0acd2f251c2d35ff8db2dece4e0593979d3ac223" + }, + "license": { + "name": "CC-BY-SA digital edition; original Strong's dictionaries public domain", + "redistribution": true, + "share_alike": true, + "jurisdiction_notes": "The original Strong's dictionaries are public domain. The Open Scriptures JSON/digital edition identifies itself as CC-BY-SA.", + "source_license_url": "https://github.com/openscriptures/strongs", + "attribution": "Strong's Dictionaries of Hebrew and Greek, original work by James Strong; digital JSON edition by Open Scriptures.", + "restricted_notes": "Redistributed normalized package should preserve attribution and share-alike notice." + }, + "checks": { + "expected_sha256": "04a2d6d0a13d75f17e562998bba7491beeed5a149909f904d12dd80aa1e47037", + "last_checked_at": "2026-07-12T12:37:00Z" + }, + "importer": { + "name": "scripts/import-strongs.js", + "version": "0.1.0" + }, + "packages": { + "json_catalog": "packages/json/strongs-open-scriptures/catalog.json", + "entries_jsonl": "packages/json/strongs-open-scriptures/entries.jsonl", + "hebrew_jsonl": "packages/json/strongs-open-scriptures/hebrew.jsonl", + "greek_jsonl": "packages/json/strongs-open-scriptures/greek.jsonl" + }, + "catalog_display": { + "primary_features": ["Strong's dictionary entries", "Hebrew and Aramaic entries", "Greek entries"], + "summary": "Strong's Hebrew and Greek dictionary entries keyed by Strong's number for KJV word hover, click, and concordance reference views." + } +}